2018-10-26 08:23:02,467 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-302 | | 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-26 08:23:02,471 - 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=AWErjp8etRqZQkg2fdjaYRCvA export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.21,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21: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-26 08:23:02,472 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-10-26 08:23:02,473 - 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-26 08:23:02,487 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-10-26 08:23:03,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-26 08:23:03,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-26 08:23:03,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-26 08:23:03,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-26 08:23:03,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-26 08:23:03,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-26 08:23:03,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-26 08:23:03,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-26 08:23:03,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-26 08:23:03,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-26 08:23:03,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-26 08:23:03,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-26 08:23:03,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-26 08:23:03,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-26 08:23:03,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-26 08:23:03,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-26 08:23:03,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-26 08:23:03,299 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-26 08:23:03,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-26 08:23:03,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-26 08:23:03,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-26 08:23:03,300 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-26 08:23:03,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-26 08:23:03,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:23:03,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17a3b119-90c6-4fbf-bb5c-d182aadd7baf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:23:03,309 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-17a3b119-90c6-4fbf-bb5c-d182aadd7baf 2018-10-26 08:23:03,310 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:23:03,688 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}], "expires_at": "2018-10-26T09:23:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8dcd64f3c764883a33350227564ab99", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c8dcd64f3c764883a33350227564ab99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/c8dcd64f3c764883a33350227564ab99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/c8dcd64f3c764883a33350227564ab99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c8dcd64f3c764883a33350227564ab99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/c8dcd64f3c764883a33350227564ab99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/c8dcd64f3c764883a33350227564ab99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/c8dcd64f3c764883a33350227564ab99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/c8dcd64f3c764883a33350227564ab99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/c8dcd64f3c764883a33350227564ab99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/c8dcd64f3c764883a33350227564ab99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/c8dcd64f3c764883a33350227564ab99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/c8dcd64f3c764883a33350227564ab99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "407502ccd88d4e6a85d43ab4ef2e0d85"}, "audit_ids": ["Uo-DSNYpQm-3-Olz2V2HUw"], "issued_at": "2018-10-26T08:23:03.000000Z"}} 2018-10-26 08:23:03,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}b3ecbd635229182b83cc643b08d2a49790f69e2b" 2018-10-26 08:23:03,696 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:23: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:23:03,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3ecbd635229182b83cc643b08d2a49790f69e2b" 2018-10-26 08:23:03,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20a4ec42-cd7f-4525-8988-0bf34a6991b4 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/865486593e12402f86e9636a8d3859ad"}, "description": "", "name": "heat_stack", "enabled": true, "id": "865486593e12402f86e9636a8d3859ad"}, {"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-10-26 08:23:03,850 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-20a4ec42-cd7f-4525-8988-0bf34a6991b4 2018-10-26 08:23:03,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.54901099205s 2018-10-26 08:23:03,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-26 08:23:03,852 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}b3ecbd635229182b83cc643b08d2a49790f69e2b" -d '{"project": {"description": "Created by OPNFV Functest: connection_check", "enabled": true, "domain_id": "default", "name": "connection_check-project_a6706a6b-c6d6-45cf-9e0f-42cfd2035f73"}}' 2018-10-26 08:23:04,081 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 08:23:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4c103ff3-c05a-4336-b8f2-bc9a446076f2 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.21:5000/v3/projects/18ad9c8229074ce58c6753145da9653b"}, "enabled": true, "id": "18ad9c8229074ce58c6753145da9653b", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_a6706a6b-c6d6-45cf-9e0f-42cfd2035f73"}} 2018-10-26 08:23:04,081 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-4c103ff3-c05a-4336-b8f2-bc9a446076f2 2018-10-26 08:23:04,081 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.229465961456s 2018-10-26 08:23:04,082 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-4c103ff3-c05a-4336-b8f2-bc9a446076f2 2018-10-26 08:23:04,082 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'connection_check-project_a6706a6b-c6d6-45cf-9e0f-42cfd2035f73', 'id': u'18ad9c8229074ce58c6753145da9653b', '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-26 08:23:04,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-26 08:23:04,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.397333860397s 2018-10-26 08:23:04,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/b2ea6a6a15b44fe394bfc9e0d4e84cd5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3ecbd635229182b83cc643b08d2a49790f69e2b" 2018-10-26 08:23:04,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e080630-8b2a-4025-ad51-e61a058a78b3 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/b2ea6a6a15b44fe394bfc9e0d4e84cd5"}, "enabled": true, "id": "b2ea6a6a15b44fe394bfc9e0d4e84cd5", "options": {}, "domain_id": "default", "name": "connection_check-user_a6706a6b-c6d6-45cf-9e0f-42cfd2035f73"}} 2018-10-26 08:23:04,592 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/b2ea6a6a15b44fe394bfc9e0d4e84cd5 used request id req-9e080630-8b2a-4025-ad51-e61a058a78b3 2018-10-26 08:23:04,593 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'b2ea6a6a15b44fe394bfc9e0d4e84cd5', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'connection_check-user_a6706a6b-c6d6-45cf-9e0f-42cfd2035f73'}) 2018-10-26 08:23:04,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 08:23:04,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3ecbd635229182b83cc643b08d2a49790f69e2b" 2018-10-26 08:23:04,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc67ee68-50a2-45fe-a624-6e8b9962ffc5 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:23:04,614 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-dc67ee68-50a2-45fe-a624-6e8b9962ffc5 2018-10-26 08:23:04,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0208148956299s 2018-10-26 08:23:04,616 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 08:23:04,616 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3ecbd635229182b83cc643b08d2a49790f69e2b" 2018-10-26 08:23:04,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f434d3a-93d3-475a-8206-39f3746e2459 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:23:04,704 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-1f434d3a-93d3-475a-8206-39f3746e2459 2018-10-26 08:23:04,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0885260105133s 2018-10-26 08:23:04,705 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-26 08:23:04,706 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-26 08:23:04,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3ecbd635229182b83cc643b08d2a49790f69e2b" -d '{"role": {"name": "Member"}}' 2018-10-26 08:23:04,844 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 08:23:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1fce0813-612b-456a-8054-d6296fe040a2 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d207635dd9e0401595a71dcdf6ac8eb8", "links": {"self": "http://172.30.9.21:5000/v3/roles/d207635dd9e0401595a71dcdf6ac8eb8"}, "name": "Member"}} 2018-10-26 08:23:04,844 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-1fce0813-612b-456a-8054-d6296fe040a2 2018-10-26 08:23:04,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.138449907303s 2018-10-26 08:23:04,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles/d207635dd9e0401595a71dcdf6ac8eb8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3ecbd635229182b83cc643b08d2a49790f69e2b" 2018-10-26 08:23:04,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44a392dd-fb7c-44a8-80d6-467f3661c659 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/d207635dd9e0401595a71dcdf6ac8eb8"}, "domain_id": null, "name": "Member", "id": "d207635dd9e0401595a71dcdf6ac8eb8"}} 2018-10-26 08:23:04,925 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/d207635dd9e0401595a71dcdf6ac8eb8 used request id req-44a392dd-fb7c-44a8-80d6-467f3661c659 2018-10-26 08:23:04,926 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.21:5000/v3/roles/d207635dd9e0401595a71dcdf6ac8eb8'}, 'domain_id': None, 'human_id': None, 'id': u'd207635dd9e0401595a71dcdf6ac8eb8', 'HUMAN_ID': False}) 2018-10-26 08:23:04,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 08:23:04,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3ecbd635229182b83cc643b08d2a49790f69e2b" 2018-10-26 08:23:05,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7b1452f-f227-4a6c-82a3-836ac7ffc48a Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d207635dd9e0401595a71dcdf6ac8eb8", "links": {"self": "http://172.30.9.21:5000/v3/roles/d207635dd9e0401595a71dcdf6ac8eb8"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:23:05,011 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-a7b1452f-f227-4a6c-82a3-836ac7ffc48a 2018-10-26 08:23:05,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0845899581909s 2018-10-26 08:23:05,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-26 08:23:05,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3ecbd635229182b83cc643b08d2a49790f69e2b" 2018-10-26 08:23:05,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2abb335-542f-421a-ae1c-88514e75ea72 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-10-26 08:23:05,107 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-a2abb335-542f-421a-ae1c-88514e75ea72 2018-10-26 08:23:05,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0948860645294s 2018-10-26 08:23:05,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-26 08:23:05,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}b3ecbd635229182b83cc643b08d2a49790f69e2b" 2018-10-26 08:23:05,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e0500ee-c9e4-479e-b504-d8ddc169a16c Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_a6706a6b-c6d6-45cf-9e0f-42cfd2035f73", "links": {"self": "http://172.30.9.21:5000/v3/users/b2ea6a6a15b44fe394bfc9e0d4e84cd5"}, "domain_id": "default", "enabled": true, "id": "b2ea6a6a15b44fe394bfc9e0d4e84cd5", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 08:23:05,204 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-4e0500ee-c9e4-479e-b504-d8ddc169a16c 2018-10-26 08:23:05,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0961599349976s 2018-10-26 08:23:05,205 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-4e0500ee-c9e4-479e-b504-d8ddc169a16c 2018-10-26 08:23:05,211 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-26 08:23:05,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b3ecbd635229182b83cc643b08d2a49790f69e2b" 2018-10-26 08:23:05,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5334a19-53d8-4275-b3ea-58a0401ff557 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.21:5000/v3/projects/18ad9c8229074ce58c6753145da9653b"}, "enabled": true, "id": "18ad9c8229074ce58c6753145da9653b", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_a6706a6b-c6d6-45cf-9e0f-42cfd2035f73"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-26 08:23:05,348 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-b5334a19-53d8-4275-b3ea-58a0401ff557 2018-10-26 08:23:05,348 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.136835098267s 2018-10-26 08:23:05,348 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-b5334a19-53d8-4275-b3ea-58a0401ff557 2018-10-26 08:23:05,351 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-26 08:23:05,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=b2ea6a6a15b44fe394bfc9e0d4e84cd5&scope.project.id=18ad9c8229074ce58c6753145da9653b&role.id=d207635dd9e0401595a71dcdf6ac8eb8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3ecbd635229182b83cc643b08d2a49790f69e2b" 2018-10-26 08:23:05,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-921adefb-438b-49ea-b7f6-7e72dda65952 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=b2ea6a6a15b44fe394bfc9e0d4e84cd5&scope.project.id=18ad9c8229074ce58c6753145da9653b&role.id=d207635dd9e0401595a71dcdf6ac8eb8", "previous": null, "next": null}} 2018-10-26 08:23:05,526 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=b2ea6a6a15b44fe394bfc9e0d4e84cd5&scope.project.id=18ad9c8229074ce58c6753145da9653b&role.id=d207635dd9e0401595a71dcdf6ac8eb8 used request id req-921adefb-438b-49ea-b7f6-7e72dda65952 2018-10-26 08:23:05,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.175346136093s 2018-10-26 08:23:05,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-26 08:23:05,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/18ad9c8229074ce58c6753145da9653b/users/b2ea6a6a15b44fe394bfc9e0d4e84cd5/roles/d207635dd9e0401595a71dcdf6ac8eb8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3ecbd635229182b83cc643b08d2a49790f69e2b" 2018-10-26 08:23:05,737 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:23:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1ec0037b-7dbe-41b7-b52c-15b9926e10f8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:23:05,737 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/18ad9c8229074ce58c6753145da9653b/users/b2ea6a6a15b44fe394bfc9e0d4e84cd5/roles/d207635dd9e0401595a71dcdf6ac8eb8 used request id req-1ec0037b-7dbe-41b7-b52c-15b9926e10f8 2018-10-26 08:23:05,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.210876941681s 2018-10-26 08:23:05,738 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'connection_check-project_a6706a6b-c6d6-45cf-9e0f-42cfd2035f73', 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': '1e4f94c8-4c71-4cea-b743-55bfec2233fb', 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_a6706a6b-c6d6-45cf-9e0f-42cfd2035f73', 'project_id': u'18ad9c8229074ce58c6753145da9653b', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-26 08:23:05,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-26 08:23:05,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-26 08:23:05,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-26 08:23:05,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-26 08:23:05,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-26 08:23:05,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-26 08:23:05,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-26 08:23:05,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-26 08:23:05,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-26 08:23:05,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-26 08:23:05,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-26 08:23:05,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-26 08:23:05,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-26 08:23:05,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-26 08:23:05,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-26 08:23:05,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-26 08:23:05,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-26 08:23:05,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-26 08:23:05,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-26 08:23:05,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-26 08:23:05,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-26 08:23:05,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-26 08:23:05,744 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'connection_check-user_a6706a6b-c6d6-45cf-9e0f-42cfd2035f73', 'password': '1e4f94c8-4c71-4cea-b743-55bfec2233fb', 'project_name': 'connection_check-project_a6706a6b-c6d6-45cf-9e0f-42cfd2035f73', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': '18ad9c8229074ce58c6753145da9653b', 'project_domain_name': 'Default'} 2018-10-26 08:23:05,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 08:23:05,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3ecbd635229182b83cc643b08d2a49790f69e2b" 2018-10-26 08:23:05,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb240632-3218-4b33-b2d5-905679406607 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d207635dd9e0401595a71dcdf6ac8eb8", "links": {"self": "http://172.30.9.21:5000/v3/roles/d207635dd9e0401595a71dcdf6ac8eb8"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:23:05,887 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-cb240632-3218-4b33-b2d5-905679406607 2018-10-26 08:23:05,888 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.143030881882s 2018-10-26 08:23:05,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 08:23:05,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3ecbd635229182b83cc643b08d2a49790f69e2b" 2018-10-26 08:23:05,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5994e21-2cbd-4961-a063-89aaaf57f503 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d207635dd9e0401595a71dcdf6ac8eb8", "links": {"self": "http://172.30.9.21:5000/v3/roles/d207635dd9e0401595a71dcdf6ac8eb8"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:23:05,976 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-f5994e21-2cbd-4961-a063-89aaaf57f503 2018-10-26 08:23:05,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0868649482727s 2018-10-26 08:23:05,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-26 08:23:05,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3ecbd635229182b83cc643b08d2a49790f69e2b" 2018-10-26 08:23:06,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3e3737f-58c3-450c-8b25-a0a7444b150e 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-10-26 08:23:06,054 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-e3e3737f-58c3-450c-8b25-a0a7444b150e 2018-10-26 08:23:06,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0765511989594s 2018-10-26 08:23:06,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-26 08:23:06,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}b3ecbd635229182b83cc643b08d2a49790f69e2b" 2018-10-26 08:23:06,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fed1ae19-ac81-4ea7-89c2-e45ec9d7deed Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_a6706a6b-c6d6-45cf-9e0f-42cfd2035f73", "links": {"self": "http://172.30.9.21:5000/v3/users/b2ea6a6a15b44fe394bfc9e0d4e84cd5"}, "domain_id": "default", "enabled": true, "id": "b2ea6a6a15b44fe394bfc9e0d4e84cd5", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 08:23:06,157 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-fed1ae19-ac81-4ea7-89c2-e45ec9d7deed 2018-10-26 08:23:06,157 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.101917028427s 2018-10-26 08:23:06,157 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-fed1ae19-ac81-4ea7-89c2-e45ec9d7deed 2018-10-26 08:23:06,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-26 08:23:06,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b3ecbd635229182b83cc643b08d2a49790f69e2b" 2018-10-26 08:23:06,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9537d00-30e7-40ef-9135-6bf4faef4194 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.21:5000/v3/projects/18ad9c8229074ce58c6753145da9653b"}, "enabled": true, "id": "18ad9c8229074ce58c6753145da9653b", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_a6706a6b-c6d6-45cf-9e0f-42cfd2035f73"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-26 08:23:06,311 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-a9537d00-30e7-40ef-9135-6bf4faef4194 2018-10-26 08:23:06,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.146636009216s 2018-10-26 08:23:06,311 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-a9537d00-30e7-40ef-9135-6bf4faef4194 2018-10-26 08:23:06,313 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-26 08:23:06,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=b2ea6a6a15b44fe394bfc9e0d4e84cd5&scope.project.id=18ad9c8229074ce58c6753145da9653b&role.id=886257d877da42cd903fe01393f42ae9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3ecbd635229182b83cc643b08d2a49790f69e2b" 2018-10-26 08:23:06,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca887dfe-e4ba-49f1-be0e-8f07b99fbff0 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=b2ea6a6a15b44fe394bfc9e0d4e84cd5&scope.project.id=18ad9c8229074ce58c6753145da9653b&role.id=886257d877da42cd903fe01393f42ae9", "previous": null, "next": null}} 2018-10-26 08:23:06,439 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=b2ea6a6a15b44fe394bfc9e0d4e84cd5&scope.project.id=18ad9c8229074ce58c6753145da9653b&role.id=886257d877da42cd903fe01393f42ae9 used request id req-ca887dfe-e4ba-49f1-be0e-8f07b99fbff0 2018-10-26 08:23:06,439 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.126327991486s 2018-10-26 08:23:06,440 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-26 08:23:06,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/18ad9c8229074ce58c6753145da9653b/users/b2ea6a6a15b44fe394bfc9e0d4e84cd5/roles/886257d877da42cd903fe01393f42ae9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3ecbd635229182b83cc643b08d2a49790f69e2b" 2018-10-26 08:23:06,556 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:23:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1e004817-c0c8-4ac1-a4d9-c2bdba80058d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:23:06,556 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/18ad9c8229074ce58c6753145da9653b/users/b2ea6a6a15b44fe394bfc9e0d4e84cd5/roles/886257d877da42cd903fe01393f42ae9 used request id req-1e004817-c0c8-4ac1-a4d9-c2bdba80058d 2018-10-26 08:23:06,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.116047143936s 2018-10-26 08:23:06,556 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 08:23:06,557 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3ecbd635229182b83cc643b08d2a49790f69e2b" 2018-10-26 08:23:06,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df22ff39-b0b0-44f6-902e-b11f093339aa Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d207635dd9e0401595a71dcdf6ac8eb8", "links": {"self": "http://172.30.9.21:5000/v3/roles/d207635dd9e0401595a71dcdf6ac8eb8"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:23:06,639 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-df22ff39-b0b0-44f6-902e-b11f093339aa 2018-10-26 08:23:06,640 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0833790302277s 2018-10-26 08:23:06,641 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-26 08:23:06,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3ecbd635229182b83cc643b08d2a49790f69e2b" -d '{"role": {"name": "heat_stack_owner"}}' 2018-10-26 08:23:06,738 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 08:23:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2959d688-0629-4a52-915c-ef6668cfc7e2 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e3fe75ea8ceb4dffaaead8ee448468f6", "links": {"self": "http://172.30.9.21:5000/v3/roles/e3fe75ea8ceb4dffaaead8ee448468f6"}, "name": "heat_stack_owner"}} 2018-10-26 08:23:06,738 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-2959d688-0629-4a52-915c-ef6668cfc7e2 2018-10-26 08:23:06,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0969109535217s 2018-10-26 08:23:06,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles/e3fe75ea8ceb4dffaaead8ee448468f6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3ecbd635229182b83cc643b08d2a49790f69e2b" 2018-10-26 08:23:06,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7502f88-bcac-49c1-9d7c-f67de908203e Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/e3fe75ea8ceb4dffaaead8ee448468f6"}, "domain_id": null, "name": "heat_stack_owner", "id": "e3fe75ea8ceb4dffaaead8ee448468f6"}} 2018-10-26 08:23:06,881 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/e3fe75ea8ceb4dffaaead8ee448468f6 used request id req-a7502f88-bcac-49c1-9d7c-f67de908203e 2018-10-26 08:23:06,882 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 08:23:06,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3ecbd635229182b83cc643b08d2a49790f69e2b" 2018-10-26 08:23:06,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f22b699-4434-4dab-9cef-227d9af0135a Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d207635dd9e0401595a71dcdf6ac8eb8", "links": {"self": "http://172.30.9.21:5000/v3/roles/d207635dd9e0401595a71dcdf6ac8eb8"}, "name": "Member"}, {"domain_id": null, "id": "e3fe75ea8ceb4dffaaead8ee448468f6", "links": {"self": "http://172.30.9.21:5000/v3/roles/e3fe75ea8ceb4dffaaead8ee448468f6"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:23:06,964 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-6f22b699-4434-4dab-9cef-227d9af0135a 2018-10-26 08:23:06,964 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0826380252838s 2018-10-26 08:23:06,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-26 08:23:06,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3ecbd635229182b83cc643b08d2a49790f69e2b" 2018-10-26 08:23:07,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-829e4502-49fa-4141-a1ca-571474902ed6 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-10-26 08:23:07,041 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-829e4502-49fa-4141-a1ca-571474902ed6 2018-10-26 08:23:07,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0753519535065s 2018-10-26 08:23:07,042 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-26 08:23:07,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}b3ecbd635229182b83cc643b08d2a49790f69e2b" 2018-10-26 08:23:07,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb2860d4-2d76-4b16-ad21-5447e0e4e155 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_a6706a6b-c6d6-45cf-9e0f-42cfd2035f73", "links": {"self": "http://172.30.9.21:5000/v3/users/b2ea6a6a15b44fe394bfc9e0d4e84cd5"}, "domain_id": "default", "enabled": true, "id": "b2ea6a6a15b44fe394bfc9e0d4e84cd5", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 08:23:07,144 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-bb2860d4-2d76-4b16-ad21-5447e0e4e155 2018-10-26 08:23:07,144 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.101472139359s 2018-10-26 08:23:07,144 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-bb2860d4-2d76-4b16-ad21-5447e0e4e155 2018-10-26 08:23:07,150 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-26 08:23:07,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b3ecbd635229182b83cc643b08d2a49790f69e2b" 2018-10-26 08:23:07,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4894f65-d58e-40fd-be2b-ec0cb67a6caf Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.21:5000/v3/projects/18ad9c8229074ce58c6753145da9653b"}, "enabled": true, "id": "18ad9c8229074ce58c6753145da9653b", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_a6706a6b-c6d6-45cf-9e0f-42cfd2035f73"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-26 08:23:07,234 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-f4894f65-d58e-40fd-be2b-ec0cb67a6caf 2018-10-26 08:23:07,234 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0834188461304s 2018-10-26 08:23:07,234 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-f4894f65-d58e-40fd-be2b-ec0cb67a6caf 2018-10-26 08:23:07,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-26 08:23:07,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=b2ea6a6a15b44fe394bfc9e0d4e84cd5&scope.project.id=18ad9c8229074ce58c6753145da9653b&role.id=e3fe75ea8ceb4dffaaead8ee448468f6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3ecbd635229182b83cc643b08d2a49790f69e2b" 2018-10-26 08:23:07,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4973b384-825b-4c12-a0e5-0382ae895e63 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=b2ea6a6a15b44fe394bfc9e0d4e84cd5&scope.project.id=18ad9c8229074ce58c6753145da9653b&role.id=e3fe75ea8ceb4dffaaead8ee448468f6", "previous": null, "next": null}} 2018-10-26 08:23:07,365 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=b2ea6a6a15b44fe394bfc9e0d4e84cd5&scope.project.id=18ad9c8229074ce58c6753145da9653b&role.id=e3fe75ea8ceb4dffaaead8ee448468f6 used request id req-4973b384-825b-4c12-a0e5-0382ae895e63 2018-10-26 08:23:07,365 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.128477096558s 2018-10-26 08:23:07,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-26 08:23:07,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/18ad9c8229074ce58c6753145da9653b/users/b2ea6a6a15b44fe394bfc9e0d4e84cd5/roles/e3fe75ea8ceb4dffaaead8ee448468f6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3ecbd635229182b83cc643b08d2a49790f69e2b" 2018-10-26 08:23:07,476 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:23:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d9a41d90-d076-426e-bc2f-0f188f05ea80 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:23:07,476 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/18ad9c8229074ce58c6753145da9653b/users/b2ea6a6a15b44fe394bfc9e0d4e84cd5/roles/e3fe75ea8ceb4dffaaead8ee448468f6 used request id req-d9a41d90-d076-426e-bc2f-0f188f05ea80 2018-10-26 08:23:07,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.110928058624s 2018-10-26 08:23:07,477 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-10-26 08:23:07,477 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-10-26 08:23:07,477 - openstack_tests - INFO - OS Credentials = > 2018-10-26 08:23:07,478 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:07,479 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:23:07,949 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d207635dd9e0401595a71dcdf6ac8eb8", "name": "Member"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "e3fe75ea8ceb4dffaaead8ee448468f6", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T09:23:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18ad9c8229074ce58c6753145da9653b", "name": "connection_check-project_a6706a6b-c6d6-45cf-9e0f-42cfd2035f73"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18ad9c8229074ce58c6753145da9653b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/18ad9c8229074ce58c6753145da9653b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/18ad9c8229074ce58c6753145da9653b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/18ad9c8229074ce58c6753145da9653b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/18ad9c8229074ce58c6753145da9653b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/18ad9c8229074ce58c6753145da9653b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/18ad9c8229074ce58c6753145da9653b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/18ad9c8229074ce58c6753145da9653b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/18ad9c8229074ce58c6753145da9653b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/18ad9c8229074ce58c6753145da9653b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/18ad9c8229074ce58c6753145da9653b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/18ad9c8229074ce58c6753145da9653b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_a6706a6b-c6d6-45cf-9e0f-42cfd2035f73", "id": "b2ea6a6a15b44fe394bfc9e0d4e84cd5"}, "audit_ids": ["FbpmU0xhSrmy6XLhHCi8hA"], "issued_at": "2018-10-26T08:23:07.000000Z"}} 2018-10-26 08:23:07,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}132b82fec6da4992b105675e86ab4143b52d884d" 2018-10-26 08:23:08,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-f018acb8-9e10-4ac6-bfbc-743b2ad521d5 Date: Fri, 26 Oct 2018 08:23:08 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","provider:network_type":"flat"}]} 2018-10-26 08:23:08,956 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?router%3Aexternal=True used request id req-f018acb8-9e10-4ac6-bfbc-743b2ad521d5 2018-10-26 08:23:08,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}132b82fec6da4992b105675e86ab4143b52d884d" 2018-10-26 08:23:09,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-06a2ba0c-09b1-4565-a90e-d1220874443f Date: Fri, 26 Oct 2018 08:23:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:47Z","dns_nameservers":[],"updated_at":"2018-10-26T08:12:47Z","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":"c850e319615544ee86b9a48e1e3e8f0f","id":"e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-26 08:23:09,761 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-06a2ba0c-09b1-4565-a90e-d1220874443f 2018-10-26 08:23:09,762 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-10-26 08:23:09,762 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-10-26 08:23:09,763 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:09,764 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:09,765 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:09,766 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:09,767 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:09,768 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:09,769 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:09,770 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:09,771 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:09,771 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:09,772 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:09,773 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:09,774 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:09,774 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:09,775 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:09,795 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-10-26 08:23:09,796 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:23:10,271 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d207635dd9e0401595a71dcdf6ac8eb8", "name": "Member"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "e3fe75ea8ceb4dffaaead8ee448468f6", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T09:23:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18ad9c8229074ce58c6753145da9653b", "name": "connection_check-project_a6706a6b-c6d6-45cf-9e0f-42cfd2035f73"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18ad9c8229074ce58c6753145da9653b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/18ad9c8229074ce58c6753145da9653b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/18ad9c8229074ce58c6753145da9653b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/18ad9c8229074ce58c6753145da9653b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/18ad9c8229074ce58c6753145da9653b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/18ad9c8229074ce58c6753145da9653b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/18ad9c8229074ce58c6753145da9653b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/18ad9c8229074ce58c6753145da9653b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/18ad9c8229074ce58c6753145da9653b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/18ad9c8229074ce58c6753145da9653b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/18ad9c8229074ce58c6753145da9653b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/18ad9c8229074ce58c6753145da9653b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_a6706a6b-c6d6-45cf-9e0f-42cfd2035f73", "id": "b2ea6a6a15b44fe394bfc9e0d4e84cd5"}, "audit_ids": ["OwVURTSBRXemFeh0sf8pHw"], "issued_at": "2018-10-26T08:23:10.000000Z"}} 2018-10-26 08:23:10,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&name=foo -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b804a14b4763b3d0fecf033a54e8261f00f9cf41" 2018-10-26 08:23:10,973 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 87 Content-Type: application/json X-Openstack-Request-Id: req-1d89ad53-2af4-4376-af38-56b3f907d6b1 Date: Fri, 26 Oct 2018 08:23:10 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20&name=foo"} 2018-10-26 08:23:10,973 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&name=foo used request id req-1d89ad53-2af4-4376-af38-56b3f907d6b1 2018-10-26 08:23:10,974 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:10,975 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-10-26 08:23:10,975 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:23:11,435 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d207635dd9e0401595a71dcdf6ac8eb8", "name": "Member"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "e3fe75ea8ceb4dffaaead8ee448468f6", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T09:23:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18ad9c8229074ce58c6753145da9653b", "name": "connection_check-project_a6706a6b-c6d6-45cf-9e0f-42cfd2035f73"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18ad9c8229074ce58c6753145da9653b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/18ad9c8229074ce58c6753145da9653b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/18ad9c8229074ce58c6753145da9653b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/18ad9c8229074ce58c6753145da9653b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/18ad9c8229074ce58c6753145da9653b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/18ad9c8229074ce58c6753145da9653b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/18ad9c8229074ce58c6753145da9653b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/18ad9c8229074ce58c6753145da9653b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/18ad9c8229074ce58c6753145da9653b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/18ad9c8229074ce58c6753145da9653b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/18ad9c8229074ce58c6753145da9653b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/18ad9c8229074ce58c6753145da9653b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_a6706a6b-c6d6-45cf-9e0f-42cfd2035f73", "id": "b2ea6a6a15b44fe394bfc9e0d4e84cd5"}, "audit_ids": ["WCEDA-5oTk28MtrvjS_noQ"], "issued_at": "2018-10-26T08:23:11.000000Z"}} 2018-10-26 08:23:11,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b2f6c113c02c8f1b07edb63ca5668354fc9afe9" 2018-10-26 08:23:11,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e38e70b7-8fa0-4ee1-937e-74ce78fb7798 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:23:11,533 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e38e70b7-8fa0-4ee1-937e-74ce78fb7798 2018-10-26 08:23:11,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:23:11,543 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:23: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:23:11,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b2f6c113c02c8f1b07edb63ca5668354fc9afe9" 2018-10-26 08:23:11,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2138e847-0abc-4446-8b06-d9157c90fb95 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_a6706a6b-c6d6-45cf-9e0f-42cfd2035f73", "links": {"self": "http://172.30.9.21:5000/v3/users/b2ea6a6a15b44fe394bfc9e0d4e84cd5"}, "domain_id": "default", "enabled": true, "id": "b2ea6a6a15b44fe394bfc9e0d4e84cd5", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 08:23:11,726 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-2138e847-0abc-4446-8b06-d9157c90fb95 2018-10-26 08:23:11,726 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:11,727 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-10-26 08:23:11,728 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:23:12,234 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d207635dd9e0401595a71dcdf6ac8eb8", "name": "Member"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "e3fe75ea8ceb4dffaaead8ee448468f6", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T09:23:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18ad9c8229074ce58c6753145da9653b", "name": "connection_check-project_a6706a6b-c6d6-45cf-9e0f-42cfd2035f73"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18ad9c8229074ce58c6753145da9653b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/18ad9c8229074ce58c6753145da9653b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/18ad9c8229074ce58c6753145da9653b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/18ad9c8229074ce58c6753145da9653b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/18ad9c8229074ce58c6753145da9653b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/18ad9c8229074ce58c6753145da9653b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/18ad9c8229074ce58c6753145da9653b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/18ad9c8229074ce58c6753145da9653b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/18ad9c8229074ce58c6753145da9653b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/18ad9c8229074ce58c6753145da9653b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/18ad9c8229074ce58c6753145da9653b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/18ad9c8229074ce58c6753145da9653b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_a6706a6b-c6d6-45cf-9e0f-42cfd2035f73", "id": "b2ea6a6a15b44fe394bfc9e0d4e84cd5"}, "audit_ids": ["PLxj6NjsTL6dQVbDO6_HJg"], "issued_at": "2018-10-26T08:23:12.000000Z"}} 2018-10-26 08:23:12,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c60bca23ea07f1fbddf1029c8e61255e4cdfa926" 2018-10-26 08:23:13,295 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-fc4b02ee-45ba-46dc-9cb0-400b3d98ee8d Date: Fri, 26 Oct 2018 08:23:13 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","provider:network_type":"flat"}]} 2018-10-26 08:23:13,295 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks used request id req-fc4b02ee-45ba-46dc-9cb0-400b3d98ee8d 2018-10-26 08:23:13,296 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:23:13,672 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d207635dd9e0401595a71dcdf6ac8eb8", "name": "Member"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "e3fe75ea8ceb4dffaaead8ee448468f6", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T09:23:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18ad9c8229074ce58c6753145da9653b", "name": "connection_check-project_a6706a6b-c6d6-45cf-9e0f-42cfd2035f73"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18ad9c8229074ce58c6753145da9653b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/18ad9c8229074ce58c6753145da9653b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/18ad9c8229074ce58c6753145da9653b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/18ad9c8229074ce58c6753145da9653b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/18ad9c8229074ce58c6753145da9653b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/18ad9c8229074ce58c6753145da9653b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/18ad9c8229074ce58c6753145da9653b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/18ad9c8229074ce58c6753145da9653b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/18ad9c8229074ce58c6753145da9653b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/18ad9c8229074ce58c6753145da9653b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/18ad9c8229074ce58c6753145da9653b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/18ad9c8229074ce58c6753145da9653b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_a6706a6b-c6d6-45cf-9e0f-42cfd2035f73", "id": "b2ea6a6a15b44fe394bfc9e0d4e84cd5"}, "audit_ids": ["RLyZQVoxSGmyDy8qBcBWwQ"], "issued_at": "2018-10-26T08:23:13.000000Z"}} 2018-10-26 08:23:13,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff5ee0f56bd3faa15dae9270e80a00c39cee105e" 2018-10-26 08:23:14,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-200d7df1-c408-4b9c-aceb-518a37d436f1 Date: Fri, 26 Oct 2018 08:23:14 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","provider:network_type":"flat"}]} 2018-10-26 08:23:14,692 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?router%3Aexternal=True used request id req-200d7df1-c408-4b9c-aceb-518a37d436f1 2018-10-26 08:23:14,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff5ee0f56bd3faa15dae9270e80a00c39cee105e" 2018-10-26 08:23:15,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-c8513677-f17d-4293-8505-e27a1ef6092a Date: Fri, 26 Oct 2018 08:23:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:47Z","dns_nameservers":[],"updated_at":"2018-10-26T08:12:47Z","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":"c850e319615544ee86b9a48e1e3e8f0f","id":"e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-26 08:23:15,522 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-c8513677-f17d-4293-8505-e27a1ef6092a 2018-10-26 08:23:15,523 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 08:23:15,523 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:15,570 - keystoneauth.identity.v2 - DEBUG - Making authentication request to http://172.30.9.21:5000/v2.0/tokens 2018-10-26 08:23:15,629 - keystoneauth.session - DEBUG - Request returned failure status: 401 2018-10-26 08:23:15,630 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 08:23:15,632 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:23:16,028 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d207635dd9e0401595a71dcdf6ac8eb8", "name": "Member"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "e3fe75ea8ceb4dffaaead8ee448468f6", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T09:23:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18ad9c8229074ce58c6753145da9653b", "name": "connection_check-project_a6706a6b-c6d6-45cf-9e0f-42cfd2035f73"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18ad9c8229074ce58c6753145da9653b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/18ad9c8229074ce58c6753145da9653b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/18ad9c8229074ce58c6753145da9653b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/18ad9c8229074ce58c6753145da9653b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/18ad9c8229074ce58c6753145da9653b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/18ad9c8229074ce58c6753145da9653b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/18ad9c8229074ce58c6753145da9653b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/18ad9c8229074ce58c6753145da9653b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/18ad9c8229074ce58c6753145da9653b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/18ad9c8229074ce58c6753145da9653b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/18ad9c8229074ce58c6753145da9653b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/18ad9c8229074ce58c6753145da9653b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_a6706a6b-c6d6-45cf-9e0f-42cfd2035f73", "id": "b2ea6a6a15b44fe394bfc9e0d4e84cd5"}, "audit_ids": ["z1mWFU7_TV68pX_yAzJ1Hw"], "issued_at": "2018-10-26T08:23:16.000000Z"}} 2018-10-26 08:23:16,031 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa1a945d2667b210cb916b3a80a541c5442e8ec0" 2018-10-26 08:23:16,232 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23: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-ad6c8117-7262-4fee-9dc8-c02b6ff551c5 x-compute-request-id: req-ad6c8117-7262-4fee-9dc8-c02b6ff551c5 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-26 08:23:16,232 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail used request id req-ad6c8117-7262-4fee-9dc8-c02b6ff551c5 2018-10-26 08:23:16,234 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 08:23:16,235 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:23:16,613 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d207635dd9e0401595a71dcdf6ac8eb8", "name": "Member"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "e3fe75ea8ceb4dffaaead8ee448468f6", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T09:23:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18ad9c8229074ce58c6753145da9653b", "name": "connection_check-project_a6706a6b-c6d6-45cf-9e0f-42cfd2035f73"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18ad9c8229074ce58c6753145da9653b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/18ad9c8229074ce58c6753145da9653b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/18ad9c8229074ce58c6753145da9653b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/18ad9c8229074ce58c6753145da9653b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/18ad9c8229074ce58c6753145da9653b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/18ad9c8229074ce58c6753145da9653b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/18ad9c8229074ce58c6753145da9653b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/18ad9c8229074ce58c6753145da9653b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/18ad9c8229074ce58c6753145da9653b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/18ad9c8229074ce58c6753145da9653b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/18ad9c8229074ce58c6753145da9653b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/18ad9c8229074ce58c6753145da9653b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_a6706a6b-c6d6-45cf-9e0f-42cfd2035f73", "id": "b2ea6a6a15b44fe394bfc9e0d4e84cd5"}, "audit_ids": ["6ThYkb_MRA2Z5ZKCKjxmHA"], "issued_at": "2018-10-26T08:23:16.000000Z"}} 2018-10-26 08:23:16,616 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e66594fe2bfad5a1d66324400f85437d5b1596f1" 2018-10-26 08:23:16,832 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23: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-77b2e457-7461-45d3-b549-75dbc2d2bc81 x-compute-request-id: req-77b2e457-7461-45d3-b549-75dbc2d2bc81 Content-Encoding: gzip Content-Length: 717 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 152}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 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": 155}, "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-26 08:23:16,832 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-77b2e457-7461-45d3-b549-75dbc2d2bc81 2018-10-26 08:23:16,834 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-26 08:23:16,834 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:16,841 - keystoneauth.identity.v2 - DEBUG - Making authentication request to http://172.30.9.21:5000/v2.0/tokens 2018-10-26 08:23:16,857 - keystoneauth.session - DEBUG - Request returned failure status: 401 2018-10-26 08:23:16,857 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-26 08:23:16,858 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:23:17,257 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d207635dd9e0401595a71dcdf6ac8eb8", "name": "Member"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "e3fe75ea8ceb4dffaaead8ee448468f6", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T09:23:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18ad9c8229074ce58c6753145da9653b", "name": "connection_check-project_a6706a6b-c6d6-45cf-9e0f-42cfd2035f73"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18ad9c8229074ce58c6753145da9653b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/18ad9c8229074ce58c6753145da9653b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/18ad9c8229074ce58c6753145da9653b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/18ad9c8229074ce58c6753145da9653b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/18ad9c8229074ce58c6753145da9653b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/18ad9c8229074ce58c6753145da9653b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/18ad9c8229074ce58c6753145da9653b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/18ad9c8229074ce58c6753145da9653b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/18ad9c8229074ce58c6753145da9653b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/18ad9c8229074ce58c6753145da9653b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/18ad9c8229074ce58c6753145da9653b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/18ad9c8229074ce58c6753145da9653b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_a6706a6b-c6d6-45cf-9e0f-42cfd2035f73", "id": "b2ea6a6a15b44fe394bfc9e0d4e84cd5"}, "audit_ids": ["w2DXDjlmQbejhXzJ7RKNbQ"], "issued_at": "2018-10-26T08:23:17.000000Z"}} 2018-10-26 08:23:17,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18ad9c8229074ce58c6753145da9653b/stacks? -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64dcabd9408decb555244af5a9893d699c9f330a" 2018-10-26 08:23:18,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:17 GMT Server: Apache x-openstack-request-id: req-d1eab88b-e00b-4883-9b5c-e64bda631010 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-10-26 08:23:18,037 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18ad9c8229074ce58c6753145da9653b/stacks used request id req-d1eab88b-e00b-4883-9b5c-e64bda631010 2018-10-26 08:23:18,037 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:18,056 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-10-26 08:23:18,058 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:23:18,433 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d207635dd9e0401595a71dcdf6ac8eb8", "name": "Member"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "e3fe75ea8ceb4dffaaead8ee448468f6", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T09:23:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18ad9c8229074ce58c6753145da9653b", "name": "connection_check-project_a6706a6b-c6d6-45cf-9e0f-42cfd2035f73"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18ad9c8229074ce58c6753145da9653b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/18ad9c8229074ce58c6753145da9653b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/18ad9c8229074ce58c6753145da9653b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/18ad9c8229074ce58c6753145da9653b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/18ad9c8229074ce58c6753145da9653b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/18ad9c8229074ce58c6753145da9653b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/18ad9c8229074ce58c6753145da9653b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/18ad9c8229074ce58c6753145da9653b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/18ad9c8229074ce58c6753145da9653b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/18ad9c8229074ce58c6753145da9653b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/18ad9c8229074ce58c6753145da9653b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/18ad9c8229074ce58c6753145da9653b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_a6706a6b-c6d6-45cf-9e0f-42cfd2035f73", "id": "b2ea6a6a15b44fe394bfc9e0d4e84cd5"}, "audit_ids": ["YjLli0YPQ4akKck15GTgOw"], "issued_at": "2018-10-26T08:23:18.000000Z"}} 2018-10-26 08:23:18,436 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18ad9c8229074ce58c6753145da9653b/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bb67d063b1ac5d1e6c4e788a720c596be4ebe10" 2018-10-26 08:23:19,349 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:18 GMT Server: Apache x-compute-request-id: req-567a38ed-e480-4e3b-8c56-b9903f3bcee7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-567a38ed-e480-4e3b-8c56-b9903f3bcee7 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-26 08:23:19,349 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18ad9c8229074ce58c6753145da9653b/volumes/detail used request id req-567a38ed-e480-4e3b-8c56-b9903f3bcee7 2018-10-26 08:23:19,350 - 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 9.575s OK 2018-10-26 08:23:19,474 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-26 08:23:19,474 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-10-26 08:23:19,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 08:23:19,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3ecbd635229182b83cc643b08d2a49790f69e2b" 2018-10-26 08:23:19,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2963f403-59bd-432e-911e-59af4f2cf470 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d207635dd9e0401595a71dcdf6ac8eb8", "links": {"self": "http://172.30.9.21:5000/v3/roles/d207635dd9e0401595a71dcdf6ac8eb8"}, "name": "Member"}, {"domain_id": null, "id": "e3fe75ea8ceb4dffaaead8ee448468f6", "links": {"self": "http://172.30.9.21:5000/v3/roles/e3fe75ea8ceb4dffaaead8ee448468f6"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:23:19,566 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-2963f403-59bd-432e-911e-59af4f2cf470 2018-10-26 08:23:19,567 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0869448184967s 2018-10-26 08:23:19,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-26 08:23:19,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/roles/e3fe75ea8ceb4dffaaead8ee448468f6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3ecbd635229182b83cc643b08d2a49790f69e2b" 2018-10-26 08:23:19,825 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:23:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3ea6c009-e1ab-4c19-a9ee-63f9c64a67da Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:23:19,825 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/e3fe75ea8ceb4dffaaead8ee448468f6 used request id req-3ea6c009-e1ab-4c19-a9ee-63f9c64a67da 2018-10-26 08:23:19,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.256478071213s 2018-10-26 08:23:19,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-26 08:23:19,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}b3ecbd635229182b83cc643b08d2a49790f69e2b" 2018-10-26 08:23:19,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-206b9400-6932-402d-8f45-0955537553de Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_a6706a6b-c6d6-45cf-9e0f-42cfd2035f73", "links": {"self": "http://172.30.9.21:5000/v3/users/b2ea6a6a15b44fe394bfc9e0d4e84cd5"}, "domain_id": "default", "enabled": true, "id": "b2ea6a6a15b44fe394bfc9e0d4e84cd5", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 08:23:19,910 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-206b9400-6932-402d-8f45-0955537553de 2018-10-26 08:23:19,910 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0840811729431s 2018-10-26 08:23:19,910 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-206b9400-6932-402d-8f45-0955537553de 2018-10-26 08:23:19,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-26 08:23:19,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/b2ea6a6a15b44fe394bfc9e0d4e84cd5 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b3ecbd635229182b83cc643b08d2a49790f69e2b" 2018-10-26 08:23:20,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e36da876-12e9-4e47-bd29-24aab288dccb Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/b2ea6a6a15b44fe394bfc9e0d4e84cd5"}, "enabled": true, "id": "b2ea6a6a15b44fe394bfc9e0d4e84cd5", "options": {}, "domain_id": "default", "name": "connection_check-user_a6706a6b-c6d6-45cf-9e0f-42cfd2035f73"}} 2018-10-26 08:23:20,025 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/b2ea6a6a15b44fe394bfc9e0d4e84cd5 used request id req-e36da876-12e9-4e47-bd29-24aab288dccb 2018-10-26 08:23:20,025 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.108870029449s 2018-10-26 08:23:20,025 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/b2ea6a6a15b44fe394bfc9e0d4e84cd5 used request id req-e36da876-12e9-4e47-bd29-24aab288dccb 2018-10-26 08:23:20,026 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-26 08:23:20,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/b2ea6a6a15b44fe394bfc9e0d4e84cd5 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b3ecbd635229182b83cc643b08d2a49790f69e2b" 2018-10-26 08:23:20,388 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:23:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8ae7509a-0947-4e5a-8e6b-c26f07c02e93 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:23:20,388 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/b2ea6a6a15b44fe394bfc9e0d4e84cd5 used request id req-8ae7509a-0947-4e5a-8e6b-c26f07c02e93 2018-10-26 08:23:20,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.362170934677s 2018-10-26 08:23:20,388 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/b2ea6a6a15b44fe394bfc9e0d4e84cd5 used request id req-8ae7509a-0947-4e5a-8e6b-c26f07c02e93 2018-10-26 08:23:20,389 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-26 08:23:20,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}b3ecbd635229182b83cc643b08d2a49790f69e2b" 2018-10-26 08:23:20,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b49b1845-bdee-4c1b-9e72-dc450bfe0e7b Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.21:5000/v3/projects/18ad9c8229074ce58c6753145da9653b"}, "enabled": true, "id": "18ad9c8229074ce58c6753145da9653b", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_a6706a6b-c6d6-45cf-9e0f-42cfd2035f73"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-26 08:23:20,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-b49b1845-bdee-4c1b-9e72-dc450bfe0e7b 2018-10-26 08:23:20,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0781991481781s 2018-10-26 08:23:20,467 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-b49b1845-bdee-4c1b-9e72-dc450bfe0e7b 2018-10-26 08:23:20,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-26 08:23:20,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/18ad9c8229074ce58c6753145da9653b -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b3ecbd635229182b83cc643b08d2a49790f69e2b" 2018-10-26 08:23:20,704 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:23:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c7812b6d-344e-44e3-8781-a5bcdb4aa27e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:23:20,704 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/18ad9c8229074ce58c6753145da9653b used request id req-c7812b6d-344e-44e3-8781-a5bcdb4aa27e 2018-10-26 08:23:20,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.234483003616s 2018-10-26 08:23:20,704 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/18ad9c8229074ce58c6753145da9653b used request id req-c7812b6d-344e-44e3-8781-a5bcdb4aa27e 2018-10-26 08:23:20,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 08:23:20,705 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3ecbd635229182b83cc643b08d2a49790f69e2b" 2018-10-26 08:23:20,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-189e279f-9398-4b5c-9d80-2e2165682959 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d207635dd9e0401595a71dcdf6ac8eb8", "links": {"self": "http://172.30.9.21:5000/v3/roles/d207635dd9e0401595a71dcdf6ac8eb8"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:23:20,787 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-189e279f-9398-4b5c-9d80-2e2165682959 2018-10-26 08:23:20,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0825750827789s 2018-10-26 08:23:20,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-26 08:23:20,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/roles/d207635dd9e0401595a71dcdf6ac8eb8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b3ecbd635229182b83cc643b08d2a49790f69e2b" 2018-10-26 08:23:20,933 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:23:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6f4cc0f0-f0ad-48df-8e74-ad13a7de2870 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:23:20,933 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/d207635dd9e0401595a71dcdf6ac8eb8 used request id req-6f4cc0f0-f0ad-48df-8e74-ad13a7de2870 2018-10-26 08:23:20,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.14414191246s 2018-10-26 08:23:20,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-26 08:23:20,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/security-groups.json?project_id=18ad9c8229074ce58c6753145da9653b&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}b3ecbd635229182b83cc643b08d2a49790f69e2b" 2018-10-26 08:23:21,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-50d63b2f-b6e6-439c-a6b9-c0ab0c0ea66f Date: Fri, 26 Oct 2018 08:23:21 GMT RESP BODY: {"security_groups": []} 2018-10-26 08:23:21,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json?project_id=18ad9c8229074ce58c6753145da9653b&name=default used request id req-50d63b2f-b6e6-439c-a6b9-c0ab0c0ea66f 2018-10-26 08:23:21,328 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.388936042786s 2018-10-26 08:23:21,328 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json?project_id=18ad9c8229074ce58c6753145da9653b&name=default used request id req-50d63b2f-b6e6-439c-a6b9-c0ab0c0ea66f 2018-10-26 08:23:21,348 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2018-10-26 08:23:21,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-26 08:23:21,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-26 08:23:21,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-26 08:23:21,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-26 08:23:21,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-26 08:23:21,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-26 08:23:21,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-26 08:23:21,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-26 08:23:21,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-26 08:23:21,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-26 08:23:21,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-26 08:23:21,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-26 08:23:21,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-26 08:23:21,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-26 08:23:21,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-26 08:23:21,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-26 08:23:21,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-26 08:23:21,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-26 08:23:21,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-26 08:23:21,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-26 08:23:21,368 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-26 08:23:21,368 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-26 08:23:21,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-26 08:23:21,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:23:21,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2907f9f4-2244-4059-bd92-b361353802db Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:23:21,375 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-2907f9f4-2244-4059-bd92-b361353802db 2018-10-26 08:23:21,376 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:23:21,758 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}], "expires_at": "2018-10-26T09:23:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8dcd64f3c764883a33350227564ab99", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c8dcd64f3c764883a33350227564ab99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/c8dcd64f3c764883a33350227564ab99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/c8dcd64f3c764883a33350227564ab99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c8dcd64f3c764883a33350227564ab99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/c8dcd64f3c764883a33350227564ab99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/c8dcd64f3c764883a33350227564ab99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/c8dcd64f3c764883a33350227564ab99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/c8dcd64f3c764883a33350227564ab99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/c8dcd64f3c764883a33350227564ab99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/c8dcd64f3c764883a33350227564ab99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/c8dcd64f3c764883a33350227564ab99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/c8dcd64f3c764883a33350227564ab99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "407502ccd88d4e6a85d43ab4ef2e0d85"}, "audit_ids": ["oGmGwAIaQjyrT8hVK9IP-A"], "issued_at": "2018-10-26T08:23:21.000000Z"}} 2018-10-26 08:23:21,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}046cc5f3a9ea8dbb481709cee57fafc366808fae" 2018-10-26 08:23:21,767 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:23: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:23:21,772 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046cc5f3a9ea8dbb481709cee57fafc366808fae" 2018-10-26 08:23:21,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef6e6ce1-e78c-475a-8e9b-f91c5e17795e Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/865486593e12402f86e9636a8d3859ad"}, "description": "", "name": "heat_stack", "enabled": true, "id": "865486593e12402f86e9636a8d3859ad"}, {"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-10-26 08:23:21,859 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-ef6e6ce1-e78c-475a-8e9b-f91c5e17795e 2018-10-26 08:23:21,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.489829063416s 2018-10-26 08:23:21,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-26 08:23:21,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}046cc5f3a9ea8dbb481709cee57fafc366808fae" -d '{"project": {"description": "Created by OPNFV Functest: api_check", "enabled": true, "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}}' 2018-10-26 08:23:22,013 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 08:23:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a3febbfd-3161-464d-9b2a-8733f8e45ce0 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:23:22,013 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-a3febbfd-3161-464d-9b2a-8733f8e45ce0 2018-10-26 08:23:22,013 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.152741193771s 2018-10-26 08:23:22,013 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-a3febbfd-3161-464d-9b2a-8733f8e45ce0 2018-10-26 08:23:22,014 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948', 'id': u'e8c35a3eddcb484a9d13f31d10ef71de', '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-26 08:23:22,015 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-26 08:23:22,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.46821308136s 2018-10-26 08:23:22,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/33d9df1b41b84eb5b98a2538f2ae93a5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046cc5f3a9ea8dbb481709cee57fafc366808fae" 2018-10-26 08:23:22,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9209a1c-adf3-454b-9a74-f640a3e202dc Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/33d9df1b41b84eb5b98a2538f2ae93a5"}, "enabled": true, "id": "33d9df1b41b84eb5b98a2538f2ae93a5", "options": {}, "domain_id": "default", "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:23:22,574 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/33d9df1b41b84eb5b98a2538f2ae93a5 used request id req-a9209a1c-adf3-454b-9a74-f640a3e202dc 2018-10-26 08:23:22,574 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'33d9df1b41b84eb5b98a2538f2ae93a5', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948'}) 2018-10-26 08:23:22,575 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 08:23:22,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046cc5f3a9ea8dbb481709cee57fafc366808fae" 2018-10-26 08:23:22,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80a62b81-80c5-4f96-9419-6e4dff9ba2c2 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:23:22,590 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-80a62b81-80c5-4f96-9419-6e4dff9ba2c2 2018-10-26 08:23:22,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0154049396515s 2018-10-26 08:23:22,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 08:23:22,591 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046cc5f3a9ea8dbb481709cee57fafc366808fae" 2018-10-26 08:23:22,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eab8e374-d938-4e49-9ba2-67fc927ff83b Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:23:22,743 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-eab8e374-d938-4e49-9ba2-67fc927ff83b 2018-10-26 08:23:22,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.151995897293s 2018-10-26 08:23:22,744 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-26 08:23:22,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-26 08:23:22,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046cc5f3a9ea8dbb481709cee57fafc366808fae" -d '{"role": {"name": "Member"}}' 2018-10-26 08:23:22,879 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 08:23:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f7fb9b6d-a5c3-437f-8bf7-6020b72be9f4 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d82c6d9d4ca54f08bfbe5490412b980c", "links": {"self": "http://172.30.9.21:5000/v3/roles/d82c6d9d4ca54f08bfbe5490412b980c"}, "name": "Member"}} 2018-10-26 08:23:22,879 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-f7fb9b6d-a5c3-437f-8bf7-6020b72be9f4 2018-10-26 08:23:22,880 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.135273933411s 2018-10-26 08:23:22,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles/d82c6d9d4ca54f08bfbe5490412b980c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046cc5f3a9ea8dbb481709cee57fafc366808fae" 2018-10-26 08:23:22,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-294abb66-4d88-4ee0-af34-2ea5e65c271e Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/d82c6d9d4ca54f08bfbe5490412b980c"}, "domain_id": null, "name": "Member", "id": "d82c6d9d4ca54f08bfbe5490412b980c"}} 2018-10-26 08:23:22,964 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/d82c6d9d4ca54f08bfbe5490412b980c used request id req-294abb66-4d88-4ee0-af34-2ea5e65c271e 2018-10-26 08:23:22,964 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.21:5000/v3/roles/d82c6d9d4ca54f08bfbe5490412b980c'}, 'domain_id': None, 'human_id': None, 'id': u'd82c6d9d4ca54f08bfbe5490412b980c', 'HUMAN_ID': False}) 2018-10-26 08:23:22,965 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 08:23:22,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046cc5f3a9ea8dbb481709cee57fafc366808fae" 2018-10-26 08:23:23,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-250a49f9-0598-4856-a07f-3debde474eb0 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d82c6d9d4ca54f08bfbe5490412b980c", "links": {"self": "http://172.30.9.21:5000/v3/roles/d82c6d9d4ca54f08bfbe5490412b980c"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:23:23,038 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-250a49f9-0598-4856-a07f-3debde474eb0 2018-10-26 08:23:23,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0733270645142s 2018-10-26 08:23:23,039 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-26 08:23:23,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046cc5f3a9ea8dbb481709cee57fafc366808fae" 2018-10-26 08:23:23,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80199144-67d5-4d4c-87fa-ac7d946d2717 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-10-26 08:23:23,119 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-80199144-67d5-4d4c-87fa-ac7d946d2717 2018-10-26 08:23:23,120 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0802130699158s 2018-10-26 08:23:23,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-26 08:23:23,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}046cc5f3a9ea8dbb481709cee57fafc366808fae" 2018-10-26 08:23:23,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-500cadf8-6847-4d7e-acbc-28450b7a96fa Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "links": {"self": "http://172.30.9.21:5000/v3/users/33d9df1b41b84eb5b98a2538f2ae93a5"}, "domain_id": "default", "enabled": true, "id": "33d9df1b41b84eb5b98a2538f2ae93a5", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 08:23:23,226 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-500cadf8-6847-4d7e-acbc-28450b7a96fa 2018-10-26 08:23:23,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.106130123138s 2018-10-26 08:23:23,227 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-500cadf8-6847-4d7e-acbc-28450b7a96fa 2018-10-26 08:23:23,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-26 08:23:23,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}046cc5f3a9ea8dbb481709cee57fafc366808fae" 2018-10-26 08:23:23,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14bc870c-6a54-4335-8fe1-cff1fe4cb92f Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}]} 2018-10-26 08:23:23,308 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-14bc870c-6a54-4335-8fe1-cff1fe4cb92f 2018-10-26 08:23:23,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0748560428619s 2018-10-26 08:23:23,309 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-14bc870c-6a54-4335-8fe1-cff1fe4cb92f 2018-10-26 08:23:23,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-26 08:23:23,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=33d9df1b41b84eb5b98a2538f2ae93a5&scope.project.id=e8c35a3eddcb484a9d13f31d10ef71de&role.id=d82c6d9d4ca54f08bfbe5490412b980c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046cc5f3a9ea8dbb481709cee57fafc366808fae" 2018-10-26 08:23:23,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b2b849c-880f-421a-bc6a-3f58b183578b Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=33d9df1b41b84eb5b98a2538f2ae93a5&scope.project.id=e8c35a3eddcb484a9d13f31d10ef71de&role.id=d82c6d9d4ca54f08bfbe5490412b980c", "previous": null, "next": null}} 2018-10-26 08:23:23,393 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=33d9df1b41b84eb5b98a2538f2ae93a5&scope.project.id=e8c35a3eddcb484a9d13f31d10ef71de&role.id=d82c6d9d4ca54f08bfbe5490412b980c used request id req-7b2b849c-880f-421a-bc6a-3f58b183578b 2018-10-26 08:23:23,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0821809768677s 2018-10-26 08:23:23,394 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-26 08:23:23,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de/users/33d9df1b41b84eb5b98a2538f2ae93a5/roles/d82c6d9d4ca54f08bfbe5490412b980c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046cc5f3a9ea8dbb481709cee57fafc366808fae" 2018-10-26 08:23:23,589 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:23:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b7460c63-4072-4e86-a44a-828a121ddc02 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:23:23,589 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de/users/33d9df1b41b84eb5b98a2538f2ae93a5/roles/d82c6d9d4ca54f08bfbe5490412b980c used request id req-b7460c63-4072-4e86-a44a-828a121ddc02 2018-10-26 08:23:23,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.195969104767s 2018-10-26 08:23:23,591 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948', 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': '9b390ab3-08a6-444e-bc5c-c1b03b60ed5c', 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_c771c299-3b09-41b4-b7fc-c3dfe10ec948', 'project_id': u'e8c35a3eddcb484a9d13f31d10ef71de', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-26 08:23:23,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-26 08:23:23,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-26 08:23:23,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-26 08:23:23,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-26 08:23:23,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-26 08:23:23,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-26 08:23:23,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-26 08:23:23,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-26 08:23:23,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-26 08:23:23,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-26 08:23:23,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-26 08:23:23,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-26 08:23:23,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-26 08:23:23,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-26 08:23:23,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-26 08:23:23,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-26 08:23:23,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-26 08:23:23,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-26 08:23:23,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-26 08:23:23,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-26 08:23:23,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-26 08:23:23,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-26 08:23:23,596 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948', 'password': '9b390ab3-08a6-444e-bc5c-c1b03b60ed5c', 'project_name': 'api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': 'e8c35a3eddcb484a9d13f31d10ef71de', 'project_domain_name': 'Default'} 2018-10-26 08:23:23,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 08:23:23,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046cc5f3a9ea8dbb481709cee57fafc366808fae" 2018-10-26 08:23:23,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b0a0118-ea19-4799-95a2-4424c9ef218a Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d82c6d9d4ca54f08bfbe5490412b980c", "links": {"self": "http://172.30.9.21:5000/v3/roles/d82c6d9d4ca54f08bfbe5490412b980c"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:23:23,670 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-2b0a0118-ea19-4799-95a2-4424c9ef218a 2018-10-26 08:23:23,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0737719535828s 2018-10-26 08:23:23,671 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 08:23:23,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046cc5f3a9ea8dbb481709cee57fafc366808fae" 2018-10-26 08:23:23,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a69c9f0e-02c6-4c2b-9ed3-6f3b98229235 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d82c6d9d4ca54f08bfbe5490412b980c", "links": {"self": "http://172.30.9.21:5000/v3/roles/d82c6d9d4ca54f08bfbe5490412b980c"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:23:23,752 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-a69c9f0e-02c6-4c2b-9ed3-6f3b98229235 2018-10-26 08:23:23,753 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0812239646912s 2018-10-26 08:23:23,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-26 08:23:23,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046cc5f3a9ea8dbb481709cee57fafc366808fae" 2018-10-26 08:23:23,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5127ce88-c954-41fc-984f-e96e53a97e80 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-10-26 08:23:23,841 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-5127ce88-c954-41fc-984f-e96e53a97e80 2018-10-26 08:23:23,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0870001316071s 2018-10-26 08:23:23,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-26 08:23:23,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}046cc5f3a9ea8dbb481709cee57fafc366808fae" 2018-10-26 08:23:23,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bbffdb6-f994-4536-98ef-0a20d3fd655f Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "links": {"self": "http://172.30.9.21:5000/v3/users/33d9df1b41b84eb5b98a2538f2ae93a5"}, "domain_id": "default", "enabled": true, "id": "33d9df1b41b84eb5b98a2538f2ae93a5", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 08:23:23,933 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-9bbffdb6-f994-4536-98ef-0a20d3fd655f 2018-10-26 08:23:23,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0914778709412s 2018-10-26 08:23:23,934 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-9bbffdb6-f994-4536-98ef-0a20d3fd655f 2018-10-26 08:23:23,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-26 08:23:23,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}046cc5f3a9ea8dbb481709cee57fafc366808fae" 2018-10-26 08:23:24,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5282068e-f068-4afe-a5e7-1b9194d598fb Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}]} 2018-10-26 08:23:24,025 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-5282068e-f068-4afe-a5e7-1b9194d598fb 2018-10-26 08:23:24,025 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0860540866852s 2018-10-26 08:23:24,026 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-5282068e-f068-4afe-a5e7-1b9194d598fb 2018-10-26 08:23:24,028 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-26 08:23:24,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=33d9df1b41b84eb5b98a2538f2ae93a5&scope.project.id=e8c35a3eddcb484a9d13f31d10ef71de&role.id=886257d877da42cd903fe01393f42ae9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046cc5f3a9ea8dbb481709cee57fafc366808fae" 2018-10-26 08:23:24,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b26f26b4-64c3-475c-bf97-d886ec936d38 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=33d9df1b41b84eb5b98a2538f2ae93a5&scope.project.id=e8c35a3eddcb484a9d13f31d10ef71de&role.id=886257d877da42cd903fe01393f42ae9", "previous": null, "next": null}} 2018-10-26 08:23:24,116 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=33d9df1b41b84eb5b98a2538f2ae93a5&scope.project.id=e8c35a3eddcb484a9d13f31d10ef71de&role.id=886257d877da42cd903fe01393f42ae9 used request id req-b26f26b4-64c3-475c-bf97-d886ec936d38 2018-10-26 08:23:24,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0887570381165s 2018-10-26 08:23:24,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-26 08:23:24,118 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de/users/33d9df1b41b84eb5b98a2538f2ae93a5/roles/886257d877da42cd903fe01393f42ae9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046cc5f3a9ea8dbb481709cee57fafc366808fae" 2018-10-26 08:23:24,292 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:23:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3393573d-62a9-4c45-9345-095fe876a71b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:23:24,292 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de/users/33d9df1b41b84eb5b98a2538f2ae93a5/roles/886257d877da42cd903fe01393f42ae9 used request id req-3393573d-62a9-4c45-9345-095fe876a71b 2018-10-26 08:23:24,292 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.174992799759s 2018-10-26 08:23:24,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 08:23:24,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046cc5f3a9ea8dbb481709cee57fafc366808fae" 2018-10-26 08:23:24,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61a5f03c-7617-487b-b6b9-70b4cbe650b3 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d82c6d9d4ca54f08bfbe5490412b980c", "links": {"self": "http://172.30.9.21:5000/v3/roles/d82c6d9d4ca54f08bfbe5490412b980c"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:23:24,372 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-61a5f03c-7617-487b-b6b9-70b4cbe650b3 2018-10-26 08:23:24,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0794467926025s 2018-10-26 08:23:24,374 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-26 08:23:24,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046cc5f3a9ea8dbb481709cee57fafc366808fae" -d '{"role": {"name": "heat_stack_owner"}}' 2018-10-26 08:23:24,474 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 08:23:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-12232e4b-5480-4f29-bc87-cbc4b084a092 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a91068ff5cf64889a950e93978f6fe57", "links": {"self": "http://172.30.9.21:5000/v3/roles/a91068ff5cf64889a950e93978f6fe57"}, "name": "heat_stack_owner"}} 2018-10-26 08:23:24,474 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-12232e4b-5480-4f29-bc87-cbc4b084a092 2018-10-26 08:23:24,474 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.100367069244s 2018-10-26 08:23:24,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles/a91068ff5cf64889a950e93978f6fe57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046cc5f3a9ea8dbb481709cee57fafc366808fae" 2018-10-26 08:23:24,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-230c1087-b23d-4c1c-95f5-75c35ddce412 Content-Encoding: gzip Content-Length: 149 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/a91068ff5cf64889a950e93978f6fe57"}, "domain_id": null, "name": "heat_stack_owner", "id": "a91068ff5cf64889a950e93978f6fe57"}} 2018-10-26 08:23:24,547 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/a91068ff5cf64889a950e93978f6fe57 used request id req-230c1087-b23d-4c1c-95f5-75c35ddce412 2018-10-26 08:23:24,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 08:23:24,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046cc5f3a9ea8dbb481709cee57fafc366808fae" 2018-10-26 08:23:24,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6cfa604-d846-488f-8037-aafee4dc7cca Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a91068ff5cf64889a950e93978f6fe57", "links": {"self": "http://172.30.9.21:5000/v3/roles/a91068ff5cf64889a950e93978f6fe57"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "d82c6d9d4ca54f08bfbe5490412b980c", "links": {"self": "http://172.30.9.21:5000/v3/roles/d82c6d9d4ca54f08bfbe5490412b980c"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:23:24,629 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c6cfa604-d846-488f-8037-aafee4dc7cca 2018-10-26 08:23:24,630 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.081619977951s 2018-10-26 08:23:24,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-26 08:23:24,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046cc5f3a9ea8dbb481709cee57fafc366808fae" 2018-10-26 08:23:24,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6d36e15-a740-4ddc-bca6-fdfeeba0e57a 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-10-26 08:23:24,707 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-e6d36e15-a740-4ddc-bca6-fdfeeba0e57a 2018-10-26 08:23:24,707 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.076514005661s 2018-10-26 08:23:24,708 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-26 08:23:24,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}046cc5f3a9ea8dbb481709cee57fafc366808fae" 2018-10-26 08:23:24,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed56ed2b-604a-4b9c-b2a7-0a4ad8a708e1 Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "links": {"self": "http://172.30.9.21:5000/v3/users/33d9df1b41b84eb5b98a2538f2ae93a5"}, "domain_id": "default", "enabled": true, "id": "33d9df1b41b84eb5b98a2538f2ae93a5", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 08:23:24,799 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-ed56ed2b-604a-4b9c-b2a7-0a4ad8a708e1 2018-10-26 08:23:24,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.09064412117s 2018-10-26 08:23:24,800 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-ed56ed2b-604a-4b9c-b2a7-0a4ad8a708e1 2018-10-26 08:23:24,806 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-26 08:23:24,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}046cc5f3a9ea8dbb481709cee57fafc366808fae" 2018-10-26 08:23:24,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2831c9d5-5271-493d-bb54-69ac48b6559f Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}]} 2018-10-26 08:23:24,887 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-2831c9d5-5271-493d-bb54-69ac48b6559f 2018-10-26 08:23:24,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0811522006989s 2018-10-26 08:23:24,888 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-2831c9d5-5271-493d-bb54-69ac48b6559f 2018-10-26 08:23:24,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-26 08:23:24,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=33d9df1b41b84eb5b98a2538f2ae93a5&scope.project.id=e8c35a3eddcb484a9d13f31d10ef71de&role.id=a91068ff5cf64889a950e93978f6fe57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046cc5f3a9ea8dbb481709cee57fafc366808fae" 2018-10-26 08:23:24,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-189ac3db-c576-414a-bf72-355da47859bb Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=33d9df1b41b84eb5b98a2538f2ae93a5&scope.project.id=e8c35a3eddcb484a9d13f31d10ef71de&role.id=a91068ff5cf64889a950e93978f6fe57", "previous": null, "next": null}} 2018-10-26 08:23:24,969 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=33d9df1b41b84eb5b98a2538f2ae93a5&scope.project.id=e8c35a3eddcb484a9d13f31d10ef71de&role.id=a91068ff5cf64889a950e93978f6fe57 used request id req-189ac3db-c576-414a-bf72-355da47859bb 2018-10-26 08:23:24,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0790460109711s 2018-10-26 08:23:24,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-26 08:23:24,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de/users/33d9df1b41b84eb5b98a2538f2ae93a5/roles/a91068ff5cf64889a950e93978f6fe57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046cc5f3a9ea8dbb481709cee57fafc366808fae" 2018-10-26 08:23:25,191 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:23:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-77d58932-f479-4257-b77a-5bcfe64f3976 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:23:25,192 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de/users/33d9df1b41b84eb5b98a2538f2ae93a5/roles/a91068ff5cf64889a950e93978f6fe57 used request id req-77d58932-f479-4257-b77a-5bcfe64f3976 2018-10-26 08:23:25,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.22207403183s 2018-10-26 08:23:25,192 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-10-26 08:23:25,192 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-10-26 08:23:25,193 - openstack_tests - INFO - OS Credentials = > 2018-10-26 08:23:25,193 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:25,194 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:23:25,603 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:23:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["qlCBEeR5TcyxWtHiFGsJTg"], "issued_at": "2018-10-26T08:23:25.000000Z"}} 2018-10-26 08:23:25,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}146909989acde4efd20e95c93b167f5034e9d8e4" 2018-10-26 08:23:26,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-3fd252fa-42a8-4b27-8f02-4dcd1e0a51e4 Date: Fri, 26 Oct 2018 08:23:26 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","provider:network_type":"flat"}]} 2018-10-26 08:23:26,621 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?router%3Aexternal=True used request id req-3fd252fa-42a8-4b27-8f02-4dcd1e0a51e4 2018-10-26 08:23:26,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}146909989acde4efd20e95c93b167f5034e9d8e4" 2018-10-26 08:23:27,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-bb2aa6eb-383b-477e-bcc7-68867d84f60d Date: Fri, 26 Oct 2018 08:23:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:47Z","dns_nameservers":[],"updated_at":"2018-10-26T08:12:47Z","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":"c850e319615544ee86b9a48e1e3e8f0f","id":"e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-26 08:23:27,388 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-bb2aa6eb-383b-477e-bcc7-68867d84f60d 2018-10-26 08:23:27,389 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-10-26 08:23:27,390 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-10-26 08:23:27,392 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,392 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,393 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,394 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,394 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,395 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,396 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,397 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,398 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,398 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,399 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,400 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,400 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,401 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,402 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,403 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,403 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,404 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,405 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,406 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,407 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,407 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,408 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,409 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,410 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,410 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,411 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,412 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,412 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,413 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,414 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,414 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,415 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,416 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,416 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,417 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,418 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,418 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,419 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,419 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,420 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,421 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,421 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,422 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,422 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,423 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,424 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,425 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,425 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,426 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,427 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,427 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,428 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,429 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,430 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,430 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,431 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,431 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,432 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,433 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,433 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,434 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,435 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,435 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,436 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,437 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,438 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,438 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,439 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,440 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,440 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,441 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,443 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,444 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,444 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,445 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,446 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,446 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,447 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,506 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,506 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,507 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,507 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,508 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:27,508 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:23:27,905 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:23:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["4BXg58vxS8-pGlD8GlawjQ"], "issued_at": "2018-10-26T08:23:27.000000Z"}} 2018-10-26 08:23:27,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}362c053f1d7f7adf6f1aabe2e168a94760b1f6cf" 2018-10-26 08:23:28,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b2db1cd-dfdc-4988-b749-19adbb526c37 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:23:28,008 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-7b2db1cd-dfdc-4988-b749-19adbb526c37 2018-10-26 08:23:28,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:23:28,018 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:23: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:23:28,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}362c053f1d7f7adf6f1aabe2e168a94760b1f6cf" 2018-10-26 08:23:28,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-620e9cac-4c1f-4d37-94fa-faebf6b86bdb Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 08:23:28,116 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-620e9cac-4c1f-4d37-94fa-faebf6b86bdb 2018-10-26 08:23:28,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}362c053f1d7f7adf6f1aabe2e168a94760b1f6cf" -d '{"project": {"enabled": true, "domain_id": "default", "name": "KeystoneUtilsTests-df1f2442-0eca-4392-a263-9d34358d4ab8-projName"}}' 2018-10-26 08:23:28,224 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 08:23:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-07af1c73-15b1-4819-b57b-14999ae38105 Content-Length: 326 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e02b6a2a8df642c2ba382d1b3aba56fa"}, "enabled": true, "id": "e02b6a2a8df642c2ba382d1b3aba56fa", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-df1f2442-0eca-4392-a263-9d34358d4ab8-projName"}} 2018-10-26 08:23:28,224 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-07af1c73-15b1-4819-b57b-14999ae38105 2018-10-26 08:23:28,224 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-df1f2442-0eca-4392-a263-9d34358d4ab8-projName 2018-10-26 08:23:28,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-df1f2442-0eca-4392-a263-9d34358d4ab8-projName -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}362c053f1d7f7adf6f1aabe2e168a94760b1f6cf" 2018-10-26 08:23:28,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe3cfc2f-c43c-4f04-8021-fac8aa189ca4 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-df1f2442-0eca-4392-a263-9d34358d4ab8-projName", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e02b6a2a8df642c2ba382d1b3aba56fa"}, "enabled": true, "id": "e02b6a2a8df642c2ba382d1b3aba56fa", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-df1f2442-0eca-4392-a263-9d34358d4ab8-projName"}]} 2018-10-26 08:23:28,331 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-df1f2442-0eca-4392-a263-9d34358d4ab8-projName used request id req-fe3cfc2f-c43c-4f04-8021-fac8aa189ca4 2018-10-26 08:23:28,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}362c053f1d7f7adf6f1aabe2e168a94760b1f6cf" 2018-10-26 08:23:28,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51fbd03c-8fff-4cb0-b7b6-29544ea62109 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-10-26 08:23:28,418 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-51fbd03c-8fff-4cb0-b7b6-29544ea62109 2018-10-26 08:23:28,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}362c053f1d7f7adf6f1aabe2e168a94760b1f6cf" 2018-10-26 08:23:29,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-7e910b07-4221-4237-82ee-b12100b057c8 Date: Fri, 26 Oct 2018 08:23:29 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:23:29Z", "updated_at": "2018-10-26T08:23:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:29Z", "revision_number": 0, "id": "52c8de16-c78e-40a2-a3d7-0666d022c164", "remote_group_id": "98a1f7b2-87b9-4cb7-94a4-475c725e93fc", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:29Z", "security_group_id": "98a1f7b2-87b9-4cb7-94a4-475c725e93fc", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:29Z", "revision_number": 0, "id": "6c545e28-57e8-4ed2-b044-3db13865db29", "remote_group_id": "98a1f7b2-87b9-4cb7-94a4-475c725e93fc", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:29Z", "security_group_id": "98a1f7b2-87b9-4cb7-94a4-475c725e93fc", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:29Z", "revision_number": 0, "id": "c6120518-6d3b-4d8c-b88a-9586e8f3bc56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:29Z", "security_group_id": "98a1f7b2-87b9-4cb7-94a4-475c725e93fc", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:29Z", "revision_number": 0, "id": "e1957f76-f56e-4529-a4f1-81f224021314", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:29Z", "security_group_id": "98a1f7b2-87b9-4cb7-94a4-475c725e93fc", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}], "revision_number": 4, "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "98a1f7b2-87b9-4cb7-94a4-475c725e93fc", "name": "default"}]} 2018-10-26 08:23:29,388 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-7e910b07-4221-4237-82ee-b12100b057c8 2018-10-26 08:23:29,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}362c053f1d7f7adf6f1aabe2e168a94760b1f6cf" 2018-10-26 08:23:29,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd3ef81c-0f8b-4ab4-b562-99388e0fbb99 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 08:23:29,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-fd3ef81c-0f8b-4ab4-b562-99388e0fbb99 2018-10-26 08:23:29,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}362c053f1d7f7adf6f1aabe2e168a94760b1f6cf" 2018-10-26 08:23:29,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a27a1c69-a362-445b-8a98-9a52f469e8e1 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 08:23:29,646 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-a27a1c69-a362-445b-8a98-9a52f469e8e1 2018-10-26 08:23:29,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}362c053f1d7f7adf6f1aabe2e168a94760b1f6cf" 2018-10-26 08:23:29,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4460059b-1d2e-4f7e-92f1-df6ca94fe3de 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:23:29,745 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-4460059b-1d2e-4f7e-92f1-df6ca94fe3de 2018-10-26 08:23:29,745 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 98a1f7b2-87b9-4cb7-94a4-475c725e93fc 2018-10-26 08:23:29,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=98a1f7b2-87b9-4cb7-94a4-475c725e93fc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}362c053f1d7f7adf6f1aabe2e168a94760b1f6cf" 2018-10-26 08:23:30,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-5ce35df2-5c68-421e-a0d4-b8aa09ba9b35 Date: Fri, 26 Oct 2018 08:23:30 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "98a1f7b2-87b9-4cb7-94a4-475c725e93fc", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T08:23:29Z", "security_group_id": "98a1f7b2-87b9-4cb7-94a4-475c725e93fc", "port_range_min": null, "revision_number": 0, "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:23:29Z", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "52c8de16-c78e-40a2-a3d7-0666d022c164"}, {"remote_group_id": "98a1f7b2-87b9-4cb7-94a4-475c725e93fc", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T08:23:29Z", "security_group_id": "98a1f7b2-87b9-4cb7-94a4-475c725e93fc", "port_range_min": null, "revision_number": 0, "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:23:29Z", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "6c545e28-57e8-4ed2-b044-3db13865db29"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T08:23:29Z", "security_group_id": "98a1f7b2-87b9-4cb7-94a4-475c725e93fc", "port_range_min": null, "revision_number": 0, "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:23:29Z", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "c6120518-6d3b-4d8c-b88a-9586e8f3bc56"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T08:23:29Z", "security_group_id": "98a1f7b2-87b9-4cb7-94a4-475c725e93fc", "port_range_min": null, "revision_number": 0, "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:23:29Z", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "e1957f76-f56e-4529-a4f1-81f224021314"}]} 2018-10-26 08:23:30,633 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=98a1f7b2-87b9-4cb7-94a4-475c725e93fc used request id req-5ce35df2-5c68-421e-a0d4-b8aa09ba9b35 2018-10-26 08:23:30,634 - neutron_utils - INFO - Deleting security group with name - default 2018-10-26 08:23:30,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/98a1f7b2-87b9-4cb7-94a4-475c725e93fc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}362c053f1d7f7adf6f1aabe2e168a94760b1f6cf" 2018-10-26 08:23:31,645 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d6091469-a62b-420f-8753-5d569991ba0e Content-Length: 0 Date: Fri, 26 Oct 2018 08:23:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:23:31,645 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/98a1f7b2-87b9-4cb7-94a4-475c725e93fc used request id req-d6091469-a62b-420f-8753-5d569991ba0e 2018-10-26 08:23:31,646 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-df1f2442-0eca-4392-a263-9d34358d4ab8-projName 2018-10-26 08:23:31,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/e02b6a2a8df642c2ba382d1b3aba56fa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}362c053f1d7f7adf6f1aabe2e168a94760b1f6cf" 2018-10-26 08:23:31,830 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:23:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b7547e3b-0987-4990-ad7f-dd7171cd69a8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:23:31,830 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/e02b6a2a8df642c2ba382d1b3aba56fa used request id req-b7547e3b-0987-4990-ad7f-dd7171cd69a8 2018-10-26 08:23:31,831 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:23:32,215 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:23:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["VJ2mCz0DSkWIcVb9GkowwQ"], "issued_at": "2018-10-26T08:23:32.000000Z"}} 2018-10-26 08:23:32,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff29cbc88cf7fbed6285f374957184a8c7ada6fe" 2018-10-26 08:23:32,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fb213b3-4589-4675-a20c-9e144c7ec3a2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:23:32,312 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-3fb213b3-4589-4675-a20c-9e144c7ec3a2 2018-10-26 08:23:32,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:23:32,322 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:23: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:23:32,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff29cbc88cf7fbed6285f374957184a8c7ada6fe" 2018-10-26 08:23:32,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f82246a4-36a8-47f4-90ab-b24ee5a876ed Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 08:23:32,415 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-f82246a4-36a8-47f4-90ab-b24ee5a876ed 2018-10-26 08:23:32,813 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-ec3829d7-23ff-4c0e-b5fe-e61b30922033-username 2018-10-26 08:23:32,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff29cbc88cf7fbed6285f374957184a8c7ada6fe" 2018-10-26 08:23:33,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2dca290-21fa-4657-bb9f-185e9f2da700 Content-Encoding: gzip Content-Length: 948 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "links": {"self": "http://172.30.9.21:5000/v3/users/33d9df1b41b84eb5b98a2538f2ae93a5"}, "domain_id": "default", "enabled": true, "id": "33d9df1b41b84eb5b98a2538f2ae93a5", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "KeystoneUtilsTests-ec3829d7-23ff-4c0e-b5fe-e61b30922033-username", "links": {"self": "http://172.30.9.21:5000/v3/users/dfd16796cd9c4aa18bbd21dac5d90552"}, "domain_id": "default", "enabled": true, "id": "dfd16796cd9c4aa18bbd21dac5d90552", "options": {}}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 08:23:33,010 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-c2dca290-21fa-4657-bb9f-185e9f2da700 2018-10-26 08:23:33,010 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-ec3829d7-23ff-4c0e-b5fe-e61b30922033-username 2018-10-26 08:23:33,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/dfd16796cd9c4aa18bbd21dac5d90552 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff29cbc88cf7fbed6285f374957184a8c7ada6fe" 2018-10-26 08:23:33,338 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:23:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-197bb4df-a010-40e1-a9ca-a0c1bdefaf33 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:23:33,338 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/dfd16796cd9c4aa18bbd21dac5d90552 used request id req-197bb4df-a010-40e1-a9ca-a0c1bdefaf33 2018-10-26 08:23:33,339 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:23:33,724 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:23:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["WECao3w6T5uiQDcsWHjO5A"], "issued_at": "2018-10-26T08:23:33.000000Z"}} 2018-10-26 08:23:33,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23e7e5f291fd691c29bcb6b42e492dc09849b08a" 2018-10-26 08:23:33,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f007346-b773-4f34-a7b9-0e6718115620 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:23:33,812 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-2f007346-b773-4f34-a7b9-0e6718115620 2018-10-26 08:23:33,813 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:33,814 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-10-26 08:23:33,814 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:23:34,276 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:23:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["KEzhTXt-TkGvKLwnEGFLhA"], "issued_at": "2018-10-26T08:23:34.000000Z"}} 2018-10-26 08:23:34,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b8734a3d15f2d48e82699d6a9cbb3f45b5b4368" 2018-10-26 08:23:34,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc856bd6-6367-46d7-ab8a-a77a324c2834 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:23:34,369 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-cc856bd6-6367-46d7-ab8a-a77a324c2834 2018-10-26 08:23:34,370 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:34,370 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:23:34,749 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:23:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["vwVur2ypRyiVxoP1Xn8cRg"], "issued_at": "2018-10-26T08:23:34.000000Z"}} 2018-10-26 08:23:34,753 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:23:35,138 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:23:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["ivuUijtCSo2uPwqB2Mt9pQ"], "issued_at": "2018-10-26T08:23:35.000000Z"}} 2018-10-26 08:23:35,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4619dc1f00d5f9829b0ae07f757412cf84ca0c7" 2018-10-26 08:23:35,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca0c769c-5e06-44b0-8714-4776832042c1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:23:35,241 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ca0c769c-5e06-44b0-8714-4776832042c1 2018-10-26 08:23:35,242 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:35,242 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:23:35,696 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:23:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["B3oUrmcFSP6i332BSjTc_g"], "issued_at": "2018-10-26T08:23:35.000000Z"}} 2018-10-26 08:23:35,699 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:23:36,115 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:23:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["z31q7UeWSbusRpTRhfbGMQ"], "issued_at": "2018-10-26T08:23:36.000000Z"}} 2018-10-26 08:23:36,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8582bca1df00b666ca6caa59e95bdb22fb8e955" 2018-10-26 08:23:36,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed4358b4-dd13-43d2-b54c-c8c7962f410e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:23:36,211 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ed4358b4-dd13-43d2-b54c-c8c7962f410e 2018-10-26 08:23:36,213 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:36,213 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:23:36,698 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:23:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["B901iwEQTnujzkTE6eMakg"], "issued_at": "2018-10-26T08:23:36.000000Z"}} 2018-10-26 08:23:36,701 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:36,702 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:23:37,085 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:23:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["KUDN7ay_S_mFPhq5Puabiw"], "issued_at": "2018-10-26T08:23:37.000000Z"}} 2018-10-26 08:23:37,088 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:37,089 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:23:37,469 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:23:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["cbYuYLvqS2GxIagbUKmSEQ"], "issued_at": "2018-10-26T08:23:37.000000Z"}} 2018-10-26 08:23:37,473 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:23:37,864 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:23:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["RvKjW70eQGq-Qhn4tcK39w"], "issued_at": "2018-10-26T08:23:37.000000Z"}} 2018-10-26 08:23:37,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47d16dc6b1d9d76ab1cd1d84488089537b0db847" 2018-10-26 08:23:37,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2974f3b-fc4a-48c4-8b87-bddf93f66b72 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:23:37,955 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a2974f3b-fc4a-48c4-8b87-bddf93f66b72 2018-10-26 08:23:37,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:23:37,963 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:23: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:23:37,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47d16dc6b1d9d76ab1cd1d84488089537b0db847" 2018-10-26 08:23:37,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8160b2ef-fd44-496d-b9a1-77fe41f6544a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 08:23:37,983 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-8160b2ef-fd44-496d-b9a1-77fe41f6544a 2018-10-26 08:23:38,276 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-beb8e2bb-c5ea-4820-bdc5-6c6ab35f0689-username 2018-10-26 08:23:38,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47d16dc6b1d9d76ab1cd1d84488089537b0db847" 2018-10-26 08:23:38,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e7133b7-0786-49a2-b788-a57f8d3c3827 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 08:23:38,369 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-7e7133b7-0786-49a2-b788-a57f8d3c3827 2018-10-26 08:23:38,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47d16dc6b1d9d76ab1cd1d84488089537b0db847" -d '{"project": {"enabled": true, "domain_id": "default", "name": "KeystoneUtilsTests-beb8e2bb-c5ea-4820-bdc5-6c6ab35f0689-projName"}}' 2018-10-26 08:23:38,546 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 08:23:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-32b0c74e-a7ec-4f22-8787-5397969bcf39 Content-Length: 326 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/6711977ff65349a9848588b8e212e671"}, "enabled": true, "id": "6711977ff65349a9848588b8e212e671", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-beb8e2bb-c5ea-4820-bdc5-6c6ab35f0689-projName"}} 2018-10-26 08:23:38,546 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-32b0c74e-a7ec-4f22-8787-5397969bcf39 2018-10-26 08:23:38,546 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-beb8e2bb-c5ea-4820-bdc5-6c6ab35f0689-projName 2018-10-26 08:23:38,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47d16dc6b1d9d76ab1cd1d84488089537b0db847" -d '{"role": {"name": "KeystoneUtilsTests-beb8e2bb-c5ea-4820-bdc5-6c6ab35f0689-role"}}' 2018-10-26 08:23:38,697 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 08:23:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-87ed4781-52ef-4219-89b3-ea20f76d2455 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3dba78273c9148009366c8997ae74cae", "links": {"self": "http://172.30.9.21:5000/v3/roles/3dba78273c9148009366c8997ae74cae"}, "name": "KeystoneUtilsTests-beb8e2bb-c5ea-4820-bdc5-6c6ab35f0689-role"}} 2018-10-26 08:23:38,697 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-87ed4781-52ef-4219-89b3-ea20f76d2455 2018-10-26 08:23:38,697 - keystone_utils - INFO - Created role with name - KeystoneUtilsTests-beb8e2bb-c5ea-4820-bdc5-6c6ab35f0689-role 2018-10-26 08:23:38,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/3dba78273c9148009366c8997ae74cae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47d16dc6b1d9d76ab1cd1d84488089537b0db847" 2018-10-26 08:23:38,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24f5828b-2361-4505-abe2-98d33d8d131a Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/3dba78273c9148009366c8997ae74cae"}, "domain_id": null, "name": "KeystoneUtilsTests-beb8e2bb-c5ea-4820-bdc5-6c6ab35f0689-role", "id": "3dba78273c9148009366c8997ae74cae"}} 2018-10-26 08:23:38,794 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/3dba78273c9148009366c8997ae74cae used request id req-24f5828b-2361-4505-abe2-98d33d8d131a 2018-10-26 08:23:38,794 - keystone_utils - INFO - Granting role KeystoneUtilsTests-beb8e2bb-c5ea-4820-bdc5-6c6ab35f0689-role to project KeystoneUtilsTests-beb8e2bb-c5ea-4820-bdc5-6c6ab35f0689-projName 2018-10-26 08:23:38,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/6711977ff65349a9848588b8e212e671/users/c43ab81668ec4d00a60be5d165c7d980/roles/3dba78273c9148009366c8997ae74cae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47d16dc6b1d9d76ab1cd1d84488089537b0db847" 2018-10-26 08:23:38,967 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:23:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8911ed8d-58db-4b19-881d-0cf66a3bd69c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:23:38,968 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/6711977ff65349a9848588b8e212e671/users/c43ab81668ec4d00a60be5d165c7d980/roles/3dba78273c9148009366c8997ae74cae used request id req-8911ed8d-58db-4b19-881d-0cf66a3bd69c 2018-10-26 08:23:38,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/6711977ff65349a9848588b8e212e671/users/c43ab81668ec4d00a60be5d165c7d980/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47d16dc6b1d9d76ab1cd1d84488089537b0db847" 2018-10-26 08:23:39,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c96cf558-26a8-4638-8d8c-ab861c9a87f8 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/6711977ff65349a9848588b8e212e671/users/c43ab81668ec4d00a60be5d165c7d980/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3dba78273c9148009366c8997ae74cae", "links": {"self": "http://172.30.9.21:5000/v3/roles/3dba78273c9148009366c8997ae74cae"}, "name": "KeystoneUtilsTests-beb8e2bb-c5ea-4820-bdc5-6c6ab35f0689-role"}]} 2018-10-26 08:23:39,081 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/6711977ff65349a9848588b8e212e671/users/c43ab81668ec4d00a60be5d165c7d980/roles used request id req-c96cf558-26a8-4638-8d8c-ab861c9a87f8 2018-10-26 08:23:39,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47d16dc6b1d9d76ab1cd1d84488089537b0db847" 2018-10-26 08:23:40,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-a7f01c76-a1ec-431f-8e53-b695cf353d73 Date: Fri, 26 Oct 2018 08:23:40 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:23:39Z", "updated_at": "2018-10-26T08:23:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:39Z", "revision_number": 0, "id": "516e6674-1233-4021-90c6-e9db7db91391", "remote_group_id": "dc2b23a1-a578-4714-bb37-bf52bbdef8cf", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:39Z", "security_group_id": "dc2b23a1-a578-4714-bb37-bf52bbdef8cf", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:39Z", "revision_number": 0, "id": "85625bee-389e-48af-b64e-191ee583ef1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:39Z", "security_group_id": "dc2b23a1-a578-4714-bb37-bf52bbdef8cf", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:39Z", "revision_number": 0, "id": "9fbf864c-78e8-4b3b-bfe0-ac0fd9bc7989", "remote_group_id": "dc2b23a1-a578-4714-bb37-bf52bbdef8cf", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:39Z", "security_group_id": "dc2b23a1-a578-4714-bb37-bf52bbdef8cf", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:39Z", "revision_number": 0, "id": "a02858a0-7ebe-48cb-997e-0ea6e1f60e89", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:39Z", "security_group_id": "dc2b23a1-a578-4714-bb37-bf52bbdef8cf", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}], "revision_number": 4, "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "dc2b23a1-a578-4714-bb37-bf52bbdef8cf", "name": "default"}]} 2018-10-26 08:23:40,137 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-a7f01c76-a1ec-431f-8e53-b695cf353d73 2018-10-26 08:23:40,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47d16dc6b1d9d76ab1cd1d84488089537b0db847" 2018-10-26 08:23:40,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33273704-a195-4ebe-b569-ded5a64bf9af 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 08:23:40,229 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-33273704-a195-4ebe-b569-ded5a64bf9af 2018-10-26 08:23:40,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47d16dc6b1d9d76ab1cd1d84488089537b0db847" 2018-10-26 08:23:40,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fa79b3e-3b7c-441d-8786-5ba5fd81e525 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 08:23:40,309 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-1fa79b3e-3b7c-441d-8786-5ba5fd81e525 2018-10-26 08:23:40,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47d16dc6b1d9d76ab1cd1d84488089537b0db847" 2018-10-26 08:23:40,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d9bb582-2b2e-48e0-a6a4-a9d314249f88 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:23:40,402 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-7d9bb582-2b2e-48e0-a6a4-a9d314249f88 2018-10-26 08:23:40,403 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dc2b23a1-a578-4714-bb37-bf52bbdef8cf 2018-10-26 08:23:40,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=dc2b23a1-a578-4714-bb37-bf52bbdef8cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47d16dc6b1d9d76ab1cd1d84488089537b0db847" 2018-10-26 08:23:41,142 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-e73b95ab-6d93-4084-a7bb-932285fd0d96 Date: Fri, 26 Oct 2018 08:23:41 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "dc2b23a1-a578-4714-bb37-bf52bbdef8cf", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T08:23:39Z", "security_group_id": "dc2b23a1-a578-4714-bb37-bf52bbdef8cf", "port_range_min": null, "revision_number": 0, "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:23:39Z", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "516e6674-1233-4021-90c6-e9db7db91391"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T08:23:39Z", "security_group_id": "dc2b23a1-a578-4714-bb37-bf52bbdef8cf", "port_range_min": null, "revision_number": 0, "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:23:39Z", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "85625bee-389e-48af-b64e-191ee583ef1e"}, {"remote_group_id": "dc2b23a1-a578-4714-bb37-bf52bbdef8cf", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T08:23:39Z", "security_group_id": "dc2b23a1-a578-4714-bb37-bf52bbdef8cf", "port_range_min": null, "revision_number": 0, "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:23:39Z", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "9fbf864c-78e8-4b3b-bfe0-ac0fd9bc7989"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T08:23:39Z", "security_group_id": "dc2b23a1-a578-4714-bb37-bf52bbdef8cf", "port_range_min": null, "revision_number": 0, "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:23:39Z", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "a02858a0-7ebe-48cb-997e-0ea6e1f60e89"}]} 2018-10-26 08:23:41,142 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=dc2b23a1-a578-4714-bb37-bf52bbdef8cf used request id req-e73b95ab-6d93-4084-a7bb-932285fd0d96 2018-10-26 08:23:41,143 - neutron_utils - INFO - Deleting security group with name - default 2018-10-26 08:23:41,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/dc2b23a1-a578-4714-bb37-bf52bbdef8cf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47d16dc6b1d9d76ab1cd1d84488089537b0db847" 2018-10-26 08:23:42,172 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ec814c43-975b-40ec-b60a-dca2ec5cb4ce Content-Length: 0 Date: Fri, 26 Oct 2018 08:23:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:23:42,173 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/dc2b23a1-a578-4714-bb37-bf52bbdef8cf used request id req-ec814c43-975b-40ec-b60a-dca2ec5cb4ce 2018-10-26 08:23:42,173 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-beb8e2bb-c5ea-4820-bdc5-6c6ab35f0689-projName 2018-10-26 08:23:42,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/6711977ff65349a9848588b8e212e671 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47d16dc6b1d9d76ab1cd1d84488089537b0db847" 2018-10-26 08:23:42,357 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:23:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c9b3071e-bdd5-41da-9d49-617f032a2790 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:23:42,358 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/6711977ff65349a9848588b8e212e671 used request id req-c9b3071e-bdd5-41da-9d49-617f032a2790 2018-10-26 08:23:42,358 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-beb8e2bb-c5ea-4820-bdc5-6c6ab35f0689-username 2018-10-26 08:23:42,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/c43ab81668ec4d00a60be5d165c7d980 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47d16dc6b1d9d76ab1cd1d84488089537b0db847" 2018-10-26 08:23:42,528 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:23:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6e5dbd73-9556-4a1d-8990-be15f1053687 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:23:42,528 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/c43ab81668ec4d00a60be5d165c7d980 used request id req-6e5dbd73-9556-4a1d-8990-be15f1053687 2018-10-26 08:23:42,529 - keystone_utils - INFO - Deleting role with name - KeystoneUtilsTests-beb8e2bb-c5ea-4820-bdc5-6c6ab35f0689-role 2018-10-26 08:23:42,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/3dba78273c9148009366c8997ae74cae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47d16dc6b1d9d76ab1cd1d84488089537b0db847" 2018-10-26 08:23:42,665 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:23:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bfc325ff-924c-412e-928f-bac3a94ae188 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:23:42,665 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/3dba78273c9148009366c8997ae74cae used request id req-bfc325ff-924c-412e-928f-bac3a94ae188 2018-10-26 08:23:42,667 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:23:43,046 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:23:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["wvNCM32RRM6c-PmCvj0Mxg"], "issued_at": "2018-10-26T08:23:43.000000Z"}} 2018-10-26 08:23:43,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9216ab18d8e27a16ae455fb418a560b627065f6" 2018-10-26 08:23:43,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da20e439-fd74-40f8-809e-76982e0c0c7e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:23:43,131 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-da20e439-fd74-40f8-809e-76982e0c0c7e 2018-10-26 08:23:43,132 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:43,133 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:23:43,521 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:23:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["eDh7-SRRQryxDyItc2iEjg"], "issued_at": "2018-10-26T08:23:43.000000Z"}} 2018-10-26 08:23:43,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fca630d27c54062ab41244da55cadc57dd81f3b5" 2018-10-26 08:23:43,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc2c6f9b-2443-45e8-8441-9242355b839f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:23:43,614 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-dc2c6f9b-2443-45e8-8441-9242355b839f 2018-10-26 08:23:43,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:23:43,622 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:23:43,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fca630d27c54062ab41244da55cadc57dd81f3b5" 2018-10-26 08:23:43,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da3d1d51-5b67-4b9a-a0eb-b522ffed3beb Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "links": {"self": "http://172.30.9.21:5000/v3/users/33d9df1b41b84eb5b98a2538f2ae93a5"}, "domain_id": "default", "enabled": true, "id": "33d9df1b41b84eb5b98a2538f2ae93a5", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 08:23:43,724 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-da3d1d51-5b67-4b9a-a0eb-b522ffed3beb 2018-10-26 08:23:43,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fca630d27c54062ab41244da55cadc57dd81f3b5" 2018-10-26 08:23:43,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6c1f1b4-9221-413b-9afa-e8ea8377b10a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 08:23:43,821 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-e6c1f1b4-9221-413b-9afa-e8ea8377b10a 2018-10-26 08:23:44,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fca630d27c54062ab41244da55cadc57dd81f3b5" 2018-10-26 08:23:44,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-732d4319-f4a7-4d13-a53c-b88a89d45270 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a91068ff5cf64889a950e93978f6fe57", "links": {"self": "http://172.30.9.21:5000/v3/roles/a91068ff5cf64889a950e93978f6fe57"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "d82c6d9d4ca54f08bfbe5490412b980c", "links": {"self": "http://172.30.9.21:5000/v3/roles/d82c6d9d4ca54f08bfbe5490412b980c"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:23:44,305 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-732d4319-f4a7-4d13-a53c-b88a89d45270 2018-10-26 08:23:44,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fca630d27c54062ab41244da55cadc57dd81f3b5" 2018-10-26 08:23:44,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15e63abc-f616-413c-93ef-c34252cb405e Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}]} 2018-10-26 08:23:44,330 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948 used request id req-15e63abc-f616-413c-93ef-c34252cb405e 2018-10-26 08:23:44,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users/f809d4d20d814f22b4ade0be3239120f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fca630d27c54062ab41244da55cadc57dd81f3b5" 2018-10-26 08:23:44,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8442ae8-9f17-4e06-a03b-89123e14d56d Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/f809d4d20d814f22b4ade0be3239120f"}, "enabled": true, "id": "f809d4d20d814f22b4ade0be3239120f", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-7b7990ee-d846-432-name"}} 2018-10-26 08:23:44,429 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/f809d4d20d814f22b4ade0be3239120f used request id req-c8442ae8-9f17-4e06-a03b-89123e14d56d 2018-10-26 08:23:44,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de/users/f809d4d20d814f22b4ade0be3239120f/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fca630d27c54062ab41244da55cadc57dd81f3b5" 2018-10-26 08:23:44,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ecc4539-13e7-4669-b427-28451212eae8 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de/users/f809d4d20d814f22b4ade0be3239120f/roles", "previous": null, "next": null}, "roles": []} 2018-10-26 08:23:44,538 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de/users/f809d4d20d814f22b4ade0be3239120f/roles used request id req-0ecc4539-13e7-4669-b427-28451212eae8 2018-10-26 08:23:44,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fca630d27c54062ab41244da55cadc57dd81f3b5" 2018-10-26 08:23:44,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c53717ec-513d-4973-a870-67240698c397 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "domain_id": null, "name": "admin", "id": "886257d877da42cd903fe01393f42ae9"}} 2018-10-26 08:23:44,637 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9 used request id req-c53717ec-513d-4973-a870-67240698c397 2018-10-26 08:23:44,637 - keystone_utils - INFO - Granting role admin to project api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948 2018-10-26 08:23:44,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de/users/f809d4d20d814f22b4ade0be3239120f/roles/886257d877da42cd903fe01393f42ae9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fca630d27c54062ab41244da55cadc57dd81f3b5" 2018-10-26 08:23:44,764 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:23:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-50ff2927-c8bf-4011-bcc0-b2bff2df7d61 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:23:44,764 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de/users/f809d4d20d814f22b4ade0be3239120f/roles/886257d877da42cd903fe01393f42ae9 used request id req-50ff2927-c8bf-4011-bcc0-b2bff2df7d61 2018-10-26 08:23:44,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fca630d27c54062ab41244da55cadc57dd81f3b5" 2018-10-26 08:23:44,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f072ab5c-7d21-4454-8926-65bbba155169 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a91068ff5cf64889a950e93978f6fe57", "links": {"self": "http://172.30.9.21:5000/v3/roles/a91068ff5cf64889a950e93978f6fe57"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "d82c6d9d4ca54f08bfbe5490412b980c", "links": {"self": "http://172.30.9.21:5000/v3/roles/d82c6d9d4ca54f08bfbe5490412b980c"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:23:44,856 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-f072ab5c-7d21-4454-8926-65bbba155169 2018-10-26 08:23:44,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fca630d27c54062ab41244da55cadc57dd81f3b5" 2018-10-26 08:23:44,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-975598b5-a3a6-4b3c-9d04-27879ea1a4f6 Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}]} 2018-10-26 08:23:44,954 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948 used request id req-975598b5-a3a6-4b3c-9d04-27879ea1a4f6 2018-10-26 08:23:44,954 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-7b7990ee-d846-432-name 2018-10-26 08:23:44,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:23:44,962 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:23: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:23:44,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9216ab18d8e27a16ae455fb418a560b627065f6" 2018-10-26 08:23:45,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00691ded-9d4e-4c23-a8e6-6764c3d3ea04 Content-Encoding: gzip Content-Length: 936 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "links": {"self": "http://172.30.9.21:5000/v3/users/33d9df1b41b84eb5b98a2538f2ae93a5"}, "domain_id": "default", "enabled": true, "id": "33d9df1b41b84eb5b98a2538f2ae93a5", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-7b7990ee-d846-432-name", "links": {"self": "http://172.30.9.21:5000/v3/users/f809d4d20d814f22b4ade0be3239120f"}, "domain_id": "default", "enabled": true, "id": "f809d4d20d814f22b4ade0be3239120f", "options": {}}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 08:23:45,070 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-00691ded-9d4e-4c23-a8e6-6764c3d3ea04 2018-10-26 08:23:45,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9216ab18d8e27a16ae455fb418a560b627065f6" 2018-10-26 08:23:45,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a865bc75-681d-43dd-b14f-d552f1f30cdd Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a91068ff5cf64889a950e93978f6fe57", "links": {"self": "http://172.30.9.21:5000/v3/roles/a91068ff5cf64889a950e93978f6fe57"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "d82c6d9d4ca54f08bfbe5490412b980c", "links": {"self": "http://172.30.9.21:5000/v3/roles/d82c6d9d4ca54f08bfbe5490412b980c"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:23:45,168 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-a865bc75-681d-43dd-b14f-d552f1f30cdd 2018-10-26 08:23:45,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9216ab18d8e27a16ae455fb418a560b627065f6" 2018-10-26 08:23:45,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53550f1c-f706-4c56-b813-8fe1e4854676 Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}]} 2018-10-26 08:23:45,252 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948 used request id req-53550f1c-f706-4c56-b813-8fe1e4854676 2018-10-26 08:23:45,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de/users/f809d4d20d814f22b4ade0be3239120f/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9216ab18d8e27a16ae455fb418a560b627065f6" 2018-10-26 08:23:45,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74782121-226a-4437-a048-b8ab51049d53 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de/users/f809d4d20d814f22b4ade0be3239120f/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}]} 2018-10-26 08:23:45,365 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de/users/f809d4d20d814f22b4ade0be3239120f/roles used request id req-74782121-226a-4437-a048-b8ab51049d53 2018-10-26 08:23:45,365 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-7b7990ee-d846-432-name 2018-10-26 08:23:45,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/f809d4d20d814f22b4ade0be3239120f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fca630d27c54062ab41244da55cadc57dd81f3b5" 2018-10-26 08:23:45,613 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:23:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-996de642-0ae8-410c-a65e-259ff233e7f8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:23:45,613 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/f809d4d20d814f22b4ade0be3239120f used request id req-996de642-0ae8-410c-a65e-259ff233e7f8 2018-10-26 08:23:45,614 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:23:45,991 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:23:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["eRPtDUxATvamYdr2Tq0wxg"], "issued_at": "2018-10-26T08:23:45.000000Z"}} 2018-10-26 08:23:45,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}197fa4ced6101a0daa0f0c2fde61fa7b99759640" 2018-10-26 08:23:46,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f56cb32b-4e98-4e73-82fc-09f840a17f59 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:23:46,074 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f56cb32b-4e98-4e73-82fc-09f840a17f59 2018-10-26 08:23:46,075 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:46,076 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:23:46,464 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:23:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["O6NE6V4dQzSCYncvg1hQMA"], "issued_at": "2018-10-26T08:23:46.000000Z"}} 2018-10-26 08:23:46,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49ffa79458d58d1b1b82f434a0954e68387860e4" 2018-10-26 08:23:46,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2a22795-f8e6-42a3-ad31-43881fc33ee1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:23:46,599 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a2a22795-f8e6-42a3-ad31-43881fc33ee1 2018-10-26 08:23:46,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:23:46,608 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:23:46,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49ffa79458d58d1b1b82f434a0954e68387860e4" 2018-10-26 08:23:46,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1931432e-164a-4e68-bced-c4594a52e336 Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "links": {"self": "http://172.30.9.21:5000/v3/users/33d9df1b41b84eb5b98a2538f2ae93a5"}, "domain_id": "default", "enabled": true, "id": "33d9df1b41b84eb5b98a2538f2ae93a5", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 08:23:46,710 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-1931432e-164a-4e68-bced-c4594a52e336 2018-10-26 08:23:46,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49ffa79458d58d1b1b82f434a0954e68387860e4" 2018-10-26 08:23:46,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33976656-1e8a-44d7-bdd4-cd7a3ba9050a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 08:23:46,792 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-33976656-1e8a-44d7-bdd4-cd7a3ba9050a 2018-10-26 08:23:47,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49ffa79458d58d1b1b82f434a0954e68387860e4" 2018-10-26 08:23:47,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e60155c-797e-4e6d-9b14-d89a33493788 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a91068ff5cf64889a950e93978f6fe57", "links": {"self": "http://172.30.9.21:5000/v3/roles/a91068ff5cf64889a950e93978f6fe57"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "d82c6d9d4ca54f08bfbe5490412b980c", "links": {"self": "http://172.30.9.21:5000/v3/roles/d82c6d9d4ca54f08bfbe5490412b980c"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:23:47,168 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-2e60155c-797e-4e6d-9b14-d89a33493788 2018-10-26 08:23:47,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49ffa79458d58d1b1b82f434a0954e68387860e4" 2018-10-26 08:23:47,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-018d07a4-dc0f-449c-943b-8f5caf0b3af4 Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}]} 2018-10-26 08:23:47,253 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948 used request id req-018d07a4-dc0f-449c-943b-8f5caf0b3af4 2018-10-26 08:23:47,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users/5f224ba6208c479fb08de6135e6b9e8b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49ffa79458d58d1b1b82f434a0954e68387860e4" 2018-10-26 08:23:47,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-095eee33-704a-4853-b7bd-f59dda7dba6b Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/5f224ba6208c479fb08de6135e6b9e8b"}, "enabled": true, "id": "5f224ba6208c479fb08de6135e6b9e8b", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-48334336-5deb-4a4-name"}} 2018-10-26 08:23:47,362 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/5f224ba6208c479fb08de6135e6b9e8b used request id req-095eee33-704a-4853-b7bd-f59dda7dba6b 2018-10-26 08:23:47,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de/users/5f224ba6208c479fb08de6135e6b9e8b/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49ffa79458d58d1b1b82f434a0954e68387860e4" 2018-10-26 08:23:47,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b673b96-99e9-4324-9d10-62a65b1ca1df Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de/users/5f224ba6208c479fb08de6135e6b9e8b/roles", "previous": null, "next": null}, "roles": []} 2018-10-26 08:23:47,475 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de/users/5f224ba6208c479fb08de6135e6b9e8b/roles used request id req-6b673b96-99e9-4324-9d10-62a65b1ca1df 2018-10-26 08:23:47,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49ffa79458d58d1b1b82f434a0954e68387860e4" 2018-10-26 08:23:47,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd7d5a97-eacc-4ed7-827c-2b08203745c7 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "domain_id": null, "name": "admin", "id": "886257d877da42cd903fe01393f42ae9"}} 2018-10-26 08:23:47,558 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9 used request id req-dd7d5a97-eacc-4ed7-827c-2b08203745c7 2018-10-26 08:23:47,559 - keystone_utils - INFO - Granting role admin to project api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948 2018-10-26 08:23:47,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de/users/5f224ba6208c479fb08de6135e6b9e8b/roles/886257d877da42cd903fe01393f42ae9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49ffa79458d58d1b1b82f434a0954e68387860e4" 2018-10-26 08:23:47,681 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:23:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-02a806a7-5d3a-4799-8c66-33e121063098 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:23:47,682 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de/users/5f224ba6208c479fb08de6135e6b9e8b/roles/886257d877da42cd903fe01393f42ae9 used request id req-02a806a7-5d3a-4799-8c66-33e121063098 2018-10-26 08:23:47,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49ffa79458d58d1b1b82f434a0954e68387860e4" 2018-10-26 08:23:47,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbf85cfb-de7c-44ca-9402-7dcff261b7b1 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a91068ff5cf64889a950e93978f6fe57", "links": {"self": "http://172.30.9.21:5000/v3/roles/a91068ff5cf64889a950e93978f6fe57"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "d82c6d9d4ca54f08bfbe5490412b980c", "links": {"self": "http://172.30.9.21:5000/v3/roles/d82c6d9d4ca54f08bfbe5490412b980c"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:23:47,779 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-cbf85cfb-de7c-44ca-9402-7dcff261b7b1 2018-10-26 08:23:47,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49ffa79458d58d1b1b82f434a0954e68387860e4" 2018-10-26 08:23:47,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39c8fe85-aec2-4981-aac2-029bb2841bad Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}]} 2018-10-26 08:23:47,867 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948 used request id req-39c8fe85-aec2-4981-aac2-029bb2841bad 2018-10-26 08:23:47,867 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-48334336-5deb-4a4-name 2018-10-26 08:23:47,867 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-48334336-5deb-4a4-name 2018-10-26 08:23:47,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:23:47,875 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:23: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:23:47,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/5f224ba6208c479fb08de6135e6b9e8b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}197fa4ced6101a0daa0f0c2fde61fa7b99759640" 2018-10-26 08:23:48,172 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:23:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-80b92e98-8e28-4475-b136-649c2173fda7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:23:48,172 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/5f224ba6208c479fb08de6135e6b9e8b used request id req-80b92e98-8e28-4475-b136-649c2173fda7 2018-10-26 08:23:48,172 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-48334336-5deb-4a4-name 2018-10-26 08:23:48,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/5f224ba6208c479fb08de6135e6b9e8b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49ffa79458d58d1b1b82f434a0954e68387860e4" 2018-10-26 08:23:48,267 - keystoneauth.session - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 08:23:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f8784d22-f966-4208-ac70-96af29917574 Content-Length: 115 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find user: 5f224ba6208c479fb08de6135e6b9e8b.", "code": 404, "title": "Not Found"}} 2018-10-26 08:23:48,268 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/5f224ba6208c479fb08de6135e6b9e8b used request id req-f8784d22-f966-4208-ac70-96af29917574 2018-10-26 08:23:48,268 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-10-26 08:23:48,269 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:23:48,731 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:23:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["yjaPCImATFSHOCB3GY0YxQ"], "issued_at": "2018-10-26T08:23:48.000000Z"}} 2018-10-26 08:23:48,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95b8a787d5750db58477c1f451088b499cd6b644" 2018-10-26 08:23:48,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0851a4a7-55b5-48e1-a4a6-ca9a358f37ce Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:23:48,833 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-0851a4a7-55b5-48e1-a4a6-ca9a358f37ce 2018-10-26 08:23:48,834 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:48,835 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:23:49,216 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:23:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["EnmXzEVfSiWTweLuClJGQA"], "issued_at": "2018-10-26T08:23:49.000000Z"}} 2018-10-26 08:23:49,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51f53b56554306ba94c92074350196bc7666bcf1" 2018-10-26 08:23:49,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d298c22a-f831-4448-970c-8a97d095e4f3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:23:49,310 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d298c22a-f831-4448-970c-8a97d095e4f3 2018-10-26 08:23:49,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:23:49,320 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:23: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:23:49,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51f53b56554306ba94c92074350196bc7666bcf1" 2018-10-26 08:23:49,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8d880b2-d4bc-470f-a2ee-56b435c302f1 Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "links": {"self": "http://172.30.9.21:5000/v3/users/33d9df1b41b84eb5b98a2538f2ae93a5"}, "domain_id": "default", "enabled": true, "id": "33d9df1b41b84eb5b98a2538f2ae93a5", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 08:23:49,414 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-a8d880b2-d4bc-470f-a2ee-56b435c302f1 2018-10-26 08:23:49,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51f53b56554306ba94c92074350196bc7666bcf1" 2018-10-26 08:23:49,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b120e17-6055-4a08-8985-f615d1837ad8 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 08:23:49,498 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-8b120e17-6055-4a08-8985-f615d1837ad8 2018-10-26 08:23:49,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51f53b56554306ba94c92074350196bc7666bcf1" 2018-10-26 08:23:49,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-638540e3-a566-4964-98ba-6abbc7827acd Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a91068ff5cf64889a950e93978f6fe57", "links": {"self": "http://172.30.9.21:5000/v3/roles/a91068ff5cf64889a950e93978f6fe57"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "d82c6d9d4ca54f08bfbe5490412b980c", "links": {"self": "http://172.30.9.21:5000/v3/roles/d82c6d9d4ca54f08bfbe5490412b980c"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:23:49,957 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-638540e3-a566-4964-98ba-6abbc7827acd 2018-10-26 08:23:49,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51f53b56554306ba94c92074350196bc7666bcf1" 2018-10-26 08:23:50,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2377ca07-4b72-4c3e-89f6-1873c679975d Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}]} 2018-10-26 08:23:50,050 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948 used request id req-2377ca07-4b72-4c3e-89f6-1873c679975d 2018-10-26 08:23:50,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users/8f19266ef56644d0a2b2949f55605f46 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51f53b56554306ba94c92074350196bc7666bcf1" 2018-10-26 08:23:50,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52e976c3-1e3b-426e-b9fe-74d4c5190e35 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/8f19266ef56644d0a2b2949f55605f46"}, "enabled": true, "id": "8f19266ef56644d0a2b2949f55605f46", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-7b06418b-409c-494-name"}} 2018-10-26 08:23:50,151 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/8f19266ef56644d0a2b2949f55605f46 used request id req-52e976c3-1e3b-426e-b9fe-74d4c5190e35 2018-10-26 08:23:50,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de/users/8f19266ef56644d0a2b2949f55605f46/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51f53b56554306ba94c92074350196bc7666bcf1" 2018-10-26 08:23:50,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2a7b5a2-a070-4d3a-b804-f016d020f84f Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de/users/8f19266ef56644d0a2b2949f55605f46/roles", "previous": null, "next": null}, "roles": []} 2018-10-26 08:23:50,251 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de/users/8f19266ef56644d0a2b2949f55605f46/roles used request id req-b2a7b5a2-a070-4d3a-b804-f016d020f84f 2018-10-26 08:23:50,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51f53b56554306ba94c92074350196bc7666bcf1" 2018-10-26 08:23:50,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a71f3f2-1912-410d-b9f5-82bc91c01705 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "domain_id": null, "name": "admin", "id": "886257d877da42cd903fe01393f42ae9"}} 2018-10-26 08:23:50,272 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9 used request id req-7a71f3f2-1912-410d-b9f5-82bc91c01705 2018-10-26 08:23:50,272 - keystone_utils - INFO - Granting role admin to project api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948 2018-10-26 08:23:50,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de/users/8f19266ef56644d0a2b2949f55605f46/roles/886257d877da42cd903fe01393f42ae9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51f53b56554306ba94c92074350196bc7666bcf1" 2018-10-26 08:23:50,406 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:23:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-847b90f5-3dc9-4d48-96eb-ae4a8a186e19 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:23:50,406 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de/users/8f19266ef56644d0a2b2949f55605f46/roles/886257d877da42cd903fe01393f42ae9 used request id req-847b90f5-3dc9-4d48-96eb-ae4a8a186e19 2018-10-26 08:23:50,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51f53b56554306ba94c92074350196bc7666bcf1" 2018-10-26 08:23:50,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89d4558c-2fab-44a0-84c6-a94ee73f5f81 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a91068ff5cf64889a950e93978f6fe57", "links": {"self": "http://172.30.9.21:5000/v3/roles/a91068ff5cf64889a950e93978f6fe57"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "d82c6d9d4ca54f08bfbe5490412b980c", "links": {"self": "http://172.30.9.21:5000/v3/roles/d82c6d9d4ca54f08bfbe5490412b980c"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:23:50,491 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-89d4558c-2fab-44a0-84c6-a94ee73f5f81 2018-10-26 08:23:50,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51f53b56554306ba94c92074350196bc7666bcf1" 2018-10-26 08:23:50,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fb40e2a-4a21-4e66-b1bc-387df349326d Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}]} 2018-10-26 08:23:50,578 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948 used request id req-3fb40e2a-4a21-4e66-b1bc-387df349326d 2018-10-26 08:23:50,579 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-7b06418b-409c-494-name 2018-10-26 08:23:50,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:23:50,585 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:23: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:23:50,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95b8a787d5750db58477c1f451088b499cd6b644" 2018-10-26 08:23:50,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a34d2c76-1ca8-41e6-9076-efad39033580 Content-Encoding: gzip Content-Length: 943 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "links": {"self": "http://172.30.9.21:5000/v3/users/33d9df1b41b84eb5b98a2538f2ae93a5"}, "domain_id": "default", "enabled": true, "id": "33d9df1b41b84eb5b98a2538f2ae93a5", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-7b06418b-409c-494-name", "links": {"self": "http://172.30.9.21:5000/v3/users/8f19266ef56644d0a2b2949f55605f46"}, "domain_id": "default", "enabled": true, "id": "8f19266ef56644d0a2b2949f55605f46", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 08:23:50,684 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-a34d2c76-1ca8-41e6-9076-efad39033580 2018-10-26 08:23:50,685 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-7b06418b-409c-494-name 2018-10-26 08:23:50,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/8f19266ef56644d0a2b2949f55605f46 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51f53b56554306ba94c92074350196bc7666bcf1" 2018-10-26 08:23:50,893 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:23:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-feca5986-a031-4964-a0d5-17facef7b731 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:23:50,893 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/8f19266ef56644d0a2b2949f55605f46 used request id req-feca5986-a031-4964-a0d5-17facef7b731 2018-10-26 08:23:50,895 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:23:51,283 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:23:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["P1SqqAWwR1uRN2ox-_6N_g"], "issued_at": "2018-10-26T08:23:51.000000Z"}} 2018-10-26 08:23:51,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}810d0caaa2c0fff15dcd0eee8c1cb4348583071d" 2018-10-26 08:23:51,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5685c6b5-5242-443c-b437-3cede2bbcefc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:23:51,366 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5685c6b5-5242-443c-b437-3cede2bbcefc 2018-10-26 08:23:51,368 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:51,369 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:23:51,771 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:23:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["DuTiacP-SbSAn1EjOGwV_g"], "issued_at": "2018-10-26T08:23:51.000000Z"}} 2018-10-26 08:23:51,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b783c3cdc1748b4d40bbcb3e749dd17f33abbb9d" 2018-10-26 08:23:51,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8619c7ef-5983-4ef2-86a0-35bc876a6da4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:23:51,869 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8619c7ef-5983-4ef2-86a0-35bc876a6da4 2018-10-26 08:23:51,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:23:51,879 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:23: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:23:51,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b783c3cdc1748b4d40bbcb3e749dd17f33abbb9d" 2018-10-26 08:23:51,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1ac64bf-08dd-4db7-b885-d201e8507317 Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "links": {"self": "http://172.30.9.21:5000/v3/users/33d9df1b41b84eb5b98a2538f2ae93a5"}, "domain_id": "default", "enabled": true, "id": "33d9df1b41b84eb5b98a2538f2ae93a5", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 08:23:51,991 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-a1ac64bf-08dd-4db7-b885-d201e8507317 2018-10-26 08:23:51,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b783c3cdc1748b4d40bbcb3e749dd17f33abbb9d" 2018-10-26 08:23:52,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61c7a35a-c6d5-4ceb-a4fc-b5a2a3e9bae1 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 08:23:52,162 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-61c7a35a-c6d5-4ceb-a4fc-b5a2a3e9bae1 2018-10-26 08:23:52,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b783c3cdc1748b4d40bbcb3e749dd17f33abbb9d" 2018-10-26 08:23:52,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eeed1b6b-4f7e-4374-93ef-337c66884813 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a91068ff5cf64889a950e93978f6fe57", "links": {"self": "http://172.30.9.21:5000/v3/roles/a91068ff5cf64889a950e93978f6fe57"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "d82c6d9d4ca54f08bfbe5490412b980c", "links": {"self": "http://172.30.9.21:5000/v3/roles/d82c6d9d4ca54f08bfbe5490412b980c"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:23:52,632 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-eeed1b6b-4f7e-4374-93ef-337c66884813 2018-10-26 08:23:52,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b783c3cdc1748b4d40bbcb3e749dd17f33abbb9d" 2018-10-26 08:23:52,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-642fd539-5b4a-40d2-9764-c636035e8a86 Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}]} 2018-10-26 08:23:52,730 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948 used request id req-642fd539-5b4a-40d2-9764-c636035e8a86 2018-10-26 08:23:52,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users/0bcd55ce90e94408af63ba0d121741f2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b783c3cdc1748b4d40bbcb3e749dd17f33abbb9d" 2018-10-26 08:23:52,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33ea8bf5-27c3-4312-a3bc-3873fc2b7972 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/0bcd55ce90e94408af63ba0d121741f2"}, "enabled": true, "id": "0bcd55ce90e94408af63ba0d121741f2", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-76fa3d8f-22fe-458-name"}} 2018-10-26 08:23:52,828 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/0bcd55ce90e94408af63ba0d121741f2 used request id req-33ea8bf5-27c3-4312-a3bc-3873fc2b7972 2018-10-26 08:23:52,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de/users/0bcd55ce90e94408af63ba0d121741f2/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b783c3cdc1748b4d40bbcb3e749dd17f33abbb9d" 2018-10-26 08:23:52,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec1c09e1-4003-410c-be99-672bbbbfd555 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de/users/0bcd55ce90e94408af63ba0d121741f2/roles", "previous": null, "next": null}, "roles": []} 2018-10-26 08:23:52,943 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de/users/0bcd55ce90e94408af63ba0d121741f2/roles used request id req-ec1c09e1-4003-410c-be99-672bbbbfd555 2018-10-26 08:23:52,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b783c3cdc1748b4d40bbcb3e749dd17f33abbb9d" 2018-10-26 08:23:53,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63b5b65f-ad85-437f-8da4-c2df198f4d2b Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "domain_id": null, "name": "admin", "id": "886257d877da42cd903fe01393f42ae9"}} 2018-10-26 08:23:53,048 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9 used request id req-63b5b65f-ad85-437f-8da4-c2df198f4d2b 2018-10-26 08:23:53,048 - keystone_utils - INFO - Granting role admin to project api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948 2018-10-26 08:23:53,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de/users/0bcd55ce90e94408af63ba0d121741f2/roles/886257d877da42cd903fe01393f42ae9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b783c3cdc1748b4d40bbcb3e749dd17f33abbb9d" 2018-10-26 08:23:53,212 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:23:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e807f933-feae-416b-8ec5-399f5e2efbb3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:23:53,212 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de/users/0bcd55ce90e94408af63ba0d121741f2/roles/886257d877da42cd903fe01393f42ae9 used request id req-e807f933-feae-416b-8ec5-399f5e2efbb3 2018-10-26 08:23:53,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b783c3cdc1748b4d40bbcb3e749dd17f33abbb9d" 2018-10-26 08:23:53,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc3bb5f0-2c7d-4d02-96af-3b37de2df2bc Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a91068ff5cf64889a950e93978f6fe57", "links": {"self": "http://172.30.9.21:5000/v3/roles/a91068ff5cf64889a950e93978f6fe57"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "d82c6d9d4ca54f08bfbe5490412b980c", "links": {"self": "http://172.30.9.21:5000/v3/roles/d82c6d9d4ca54f08bfbe5490412b980c"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:23:53,305 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-dc3bb5f0-2c7d-4d02-96af-3b37de2df2bc 2018-10-26 08:23:53,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b783c3cdc1748b4d40bbcb3e749dd17f33abbb9d" 2018-10-26 08:23:53,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db9c6d63-3334-4c68-9643-05b25671cbfe Content-Encoding: gzip Content-Length: 281 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}]} 2018-10-26 08:23:53,401 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948 used request id req-db9c6d63-3334-4c68-9643-05b25671cbfe 2018-10-26 08:23:53,401 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-76fa3d8f-22fe-458-name 2018-10-26 08:23:53,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:23:53,410 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:23: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:23:53,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}810d0caaa2c0fff15dcd0eee8c1cb4348583071d" 2018-10-26 08:23:53,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e83a9fb-0d8b-4109-bb79-d7df6c91d067 Content-Encoding: gzip Content-Length: 940 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "CreateUserSuccessTests-76fa3d8f-22fe-458-name", "links": {"self": "http://172.30.9.21:5000/v3/users/0bcd55ce90e94408af63ba0d121741f2"}, "domain_id": "default", "enabled": true, "id": "0bcd55ce90e94408af63ba0d121741f2", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "links": {"self": "http://172.30.9.21:5000/v3/users/33d9df1b41b84eb5b98a2538f2ae93a5"}, "domain_id": "default", "enabled": true, "id": "33d9df1b41b84eb5b98a2538f2ae93a5", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 08:23:53,510 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-5e83a9fb-0d8b-4109-bb79-d7df6c91d067 2018-10-26 08:23:53,511 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:53,512 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:23:53,897 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:23:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["QOZbrHjdQRGwMceaS9n6JA"], "issued_at": "2018-10-26T08:23:53.000000Z"}} 2018-10-26 08:23:53,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eff70413f43317a128dd5053d8bc6925d4c08e04" 2018-10-26 08:23:53,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7aae5da3-7eca-4546-b928-77793b66fa38 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:23:53,978 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-7aae5da3-7eca-4546-b928-77793b66fa38 2018-10-26 08:23:53,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:23:53,988 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:23: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:23:53,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eff70413f43317a128dd5053d8bc6925d4c08e04" 2018-10-26 08:23:54,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26c5edac-2c5b-4e79-a4a7-c1843df1946a Content-Encoding: gzip Content-Length: 940 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "CreateUserSuccessTests-76fa3d8f-22fe-458-name", "links": {"self": "http://172.30.9.21:5000/v3/users/0bcd55ce90e94408af63ba0d121741f2"}, "domain_id": "default", "enabled": true, "id": "0bcd55ce90e94408af63ba0d121741f2", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "links": {"self": "http://172.30.9.21:5000/v3/users/33d9df1b41b84eb5b98a2538f2ae93a5"}, "domain_id": "default", "enabled": true, "id": "33d9df1b41b84eb5b98a2538f2ae93a5", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 08:23:54,093 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-26c5edac-2c5b-4e79-a4a7-c1843df1946a 2018-10-26 08:23:54,094 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-76fa3d8f-22fe-458-name 2018-10-26 08:23:54,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/0bcd55ce90e94408af63ba0d121741f2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b783c3cdc1748b4d40bbcb3e749dd17f33abbb9d" 2018-10-26 08:23:54,287 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:23:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a89583c0-e6a8-402b-b82c-3d34f46547ad Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:23:54,287 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/0bcd55ce90e94408af63ba0d121741f2 used request id req-a89583c0-e6a8-402b-b82c-3d34f46547ad 2018-10-26 08:23:54,289 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:23:54,672 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:23:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["knntDnzPQf2UMiIxOnvH9A"], "issued_at": "2018-10-26T08:23:54.000000Z"}} 2018-10-26 08:23:54,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac9680a351bee7a3c20ee57e045d8b0d3cfc07e6" 2018-10-26 08:23:54,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69424bf2-4330-4332-8a2a-293e65cd6a11 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:23:54,760 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-69424bf2-4330-4332-8a2a-293e65cd6a11 2018-10-26 08:23:54,762 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:54,762 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:23:55,148 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:23:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["-AJuF8pySkaYEEd6--pl5w"], "issued_at": "2018-10-26T08:23:55.000000Z"}} 2018-10-26 08:23:55,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40e8b8f903d8a263b38c637b69352704c12d4789" 2018-10-26 08:23:55,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcec2c1d-1ff8-4fb2-b8f7-b6016c685308 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:23:55,236 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-fcec2c1d-1ff8-4fb2-b8f7-b6016c685308 2018-10-26 08:23:55,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:23:55,245 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:23: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:23:55,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-4c655100-01b9-41e-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40e8b8f903d8a263b38c637b69352704c12d4789" 2018-10-26 08:23:55,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-deef1168-08b9-4c3a-973c-0fb730ffd8ae Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-4c655100-01b9-41e-name", "previous": null, "next": null}, "projects": []} 2018-10-26 08:23:55,324 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-4c655100-01b9-41e-name used request id req-deef1168-08b9-4c3a-973c-0fb730ffd8ae 2018-10-26 08:23:55,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40e8b8f903d8a263b38c637b69352704c12d4789" 2018-10-26 08:23:55,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d34c8ea3-600b-4581-a1f8-82d14461234d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 08:23:55,344 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-d34c8ea3-600b-4581-a1f8-82d14461234d 2018-10-26 08:23:55,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40e8b8f903d8a263b38c637b69352704c12d4789" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-4c655100-01b9-41e-name"}}' 2018-10-26 08:23:55,520 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 08:23:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4deaa4d2-3fd6-4080-8d3d-bf8aa9597cd3 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/75608f3bc46b4f9ea05f61f7abd1b98c"}, "enabled": true, "id": "75608f3bc46b4f9ea05f61f7abd1b98c", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-4c655100-01b9-41e-name"}} 2018-10-26 08:23:55,520 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-4deaa4d2-3fd6-4080-8d3d-bf8aa9597cd3 2018-10-26 08:23:55,520 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-4c655100-01b9-41e-name 2018-10-26 08:23:55,520 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-4c655100-01b9-41e-name 2018-10-26 08:23:55,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:23:55,529 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:23: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:23:55,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/75608f3bc46b4f9ea05f61f7abd1b98c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac9680a351bee7a3c20ee57e045d8b0d3cfc07e6" 2018-10-26 08:23:55,680 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:23:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c66625bf-8415-4e28-8d99-00a7cd7d1999 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:23:55,681 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/75608f3bc46b4f9ea05f61f7abd1b98c used request id req-c66625bf-8415-4e28-8d99-00a7cd7d1999 2018-10-26 08:23:55,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40e8b8f903d8a263b38c637b69352704c12d4789" 2018-10-26 08:23:56,778 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-d6126587-fd98-494c-9eb8-6fde2b9378d9 Date: Fri, 26 Oct 2018 08:23:56 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:23:56Z", "updated_at": "2018-10-26T08:23:56Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:56Z", "revision_number": 0, "id": "930ce5cb-c9e4-4e19-b8cd-60a893115ae0", "remote_group_id": "20832275-63ca-4f81-93a7-4da74d8fc132", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:56Z", "security_group_id": "20832275-63ca-4f81-93a7-4da74d8fc132", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:56Z", "revision_number": 0, "id": "7e55918e-e948-449b-9fea-9dcadb662518", "remote_group_id": "20832275-63ca-4f81-93a7-4da74d8fc132", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:56Z", "security_group_id": "20832275-63ca-4f81-93a7-4da74d8fc132", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:56Z", "revision_number": 0, "id": "c5f46db1-5c3b-43f5-8784-dc2718b4a556", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:56Z", "security_group_id": "20832275-63ca-4f81-93a7-4da74d8fc132", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:56Z", "revision_number": 0, "id": "2e1520a5-5618-4e9d-a039-802c181d3dd2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:56Z", "security_group_id": "20832275-63ca-4f81-93a7-4da74d8fc132", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}], "revision_number": 4, "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "20832275-63ca-4f81-93a7-4da74d8fc132", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 08:23:56,778 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-d6126587-fd98-494c-9eb8-6fde2b9378d9 2018-10-26 08:23:56,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40e8b8f903d8a263b38c637b69352704c12d4789" 2018-10-26 08:23:56,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2cd42b6a-8222-4a56-963a-6efd5ba462fc 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:23:56,887 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-2cd42b6a-8222-4a56-963a-6efd5ba462fc 2018-10-26 08:23:56,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40e8b8f903d8a263b38c637b69352704c12d4789" 2018-10-26 08:23:56,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a1fe7c2-a3ad-4cbe-bb82-6d96cc1e0f5c 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 08:23:56,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-5a1fe7c2-a3ad-4cbe-bb82-6d96cc1e0f5c 2018-10-26 08:23:56,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40e8b8f903d8a263b38c637b69352704c12d4789" 2018-10-26 08:23:57,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29f18bbf-a8bb-4ab8-9457-dcf2ca7ab314 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 08:23:57,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-29f18bbf-a8bb-4ab8-9457-dcf2ca7ab314 2018-10-26 08:23:57,076 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-4c655100-01b9-41e-name 2018-10-26 08:23:57,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/75608f3bc46b4f9ea05f61f7abd1b98c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40e8b8f903d8a263b38c637b69352704c12d4789" 2018-10-26 08:23:57,181 - keystoneauth.session - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 08:23:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d5e82999-5760-4d83-a3b2-af18cc7563bd Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 75608f3bc46b4f9ea05f61f7abd1b98c.", "code": 404, "title": "Not Found"}} 2018-10-26 08:23:57,181 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/75608f3bc46b4f9ea05f61f7abd1b98c used request id req-d5e82999-5760-4d83-a3b2-af18cc7563bd 2018-10-26 08:23:57,181 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-10-26 08:23:57,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40e8b8f903d8a263b38c637b69352704c12d4789" 2018-10-26 08:23:57,199 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92a395bb-93f2-412f-af46-48f9172132dc Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a91068ff5cf64889a950e93978f6fe57", "links": {"self": "http://172.30.9.21:5000/v3/roles/a91068ff5cf64889a950e93978f6fe57"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "d82c6d9d4ca54f08bfbe5490412b980c", "links": {"self": "http://172.30.9.21:5000/v3/roles/d82c6d9d4ca54f08bfbe5490412b980c"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:23:57,200 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-92a395bb-93f2-412f-af46-48f9172132dc 2018-10-26 08:23:57,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac9680a351bee7a3c20ee57e045d8b0d3cfc07e6" 2018-10-26 08:23:57,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ff47a9b-15d0-420a-abff-4cc32d6c9b2c 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-10-26 08:23:57,297 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-3ff47a9b-15d0-420a-abff-4cc32d6c9b2c 2018-10-26 08:23:57,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40e8b8f903d8a263b38c637b69352704c12d4789" 2018-10-26 08:23:57,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0f744e8-2aae-49a5-bb72-7886b851c654 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a91068ff5cf64889a950e93978f6fe57", "links": {"self": "http://172.30.9.21:5000/v3/roles/a91068ff5cf64889a950e93978f6fe57"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "d82c6d9d4ca54f08bfbe5490412b980c", "links": {"self": "http://172.30.9.21:5000/v3/roles/d82c6d9d4ca54f08bfbe5490412b980c"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:23:57,392 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-e0f744e8-2aae-49a5-bb72-7886b851c654 2018-10-26 08:23:57,394 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:23:57,764 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:23:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["TqFwWUwgT0SDkDtF4eComg"], "issued_at": "2018-10-26T08:23:57.000000Z"}} 2018-10-26 08:23:57,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c15e2919dbca110b2709d4fabd1ab18eefd1702" 2018-10-26 08:23:57,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ceb887f0-2c19-4a79-a05a-bf1153b3cdca Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:23:57,848 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ceb887f0-2c19-4a79-a05a-bf1153b3cdca 2018-10-26 08:23:57,850 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:23:57,850 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:23:58,241 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:23:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["jWU7BbsNTqmW_aqZTTmvOg"], "issued_at": "2018-10-26T08:23:58.000000Z"}} 2018-10-26 08:23:58,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d074ea3cb41d564fb9116bbbd9cc7ec300ff4bb" 2018-10-26 08:23:58,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-752a387c-fe6d-4283-b8d4-5169fe44c689 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:23:58,327 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-752a387c-fe6d-4283-b8d4-5169fe44c689 2018-10-26 08:23:58,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:23:58,337 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:23: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:23:58,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-7dc3805b-1937-4de-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d074ea3cb41d564fb9116bbbd9cc7ec300ff4bb" 2018-10-26 08:23:58,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14270946-a7e7-4ee7-b580-d2d981936a48 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-7dc3805b-1937-4de-name", "previous": null, "next": null}, "projects": []} 2018-10-26 08:23:58,425 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-7dc3805b-1937-4de-name used request id req-14270946-a7e7-4ee7-b580-d2d981936a48 2018-10-26 08:23:58,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d074ea3cb41d564fb9116bbbd9cc7ec300ff4bb" 2018-10-26 08:23:58,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49ca4bea-dfdc-4afb-877f-a54aa805a4df Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 08:23:58,511 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-49ca4bea-dfdc-4afb-877f-a54aa805a4df 2018-10-26 08:23:58,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d074ea3cb41d564fb9116bbbd9cc7ec300ff4bb" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-7dc3805b-1937-4de-name"}}' 2018-10-26 08:23:58,618 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 08:23:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c3f3ac91-e7f7-42c6-b275-8929f81df91e Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/5e9a11ed263948feb8ba910309fb5de8"}, "enabled": true, "id": "5e9a11ed263948feb8ba910309fb5de8", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-7dc3805b-1937-4de-name"}} 2018-10-26 08:23:58,618 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-c3f3ac91-e7f7-42c6-b275-8929f81df91e 2018-10-26 08:23:58,619 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-7dc3805b-1937-4de-name 2018-10-26 08:23:58,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:23:58,628 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:23: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:23:58,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-7dc3805b-1937-4de-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c15e2919dbca110b2709d4fabd1ab18eefd1702" 2018-10-26 08:23:58,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ecc94840-f545-4234-b100-0d9aab0a9246 Content-Encoding: gzip Content-Length: 270 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-7dc3805b-1937-4de-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/5e9a11ed263948feb8ba910309fb5de8"}, "enabled": true, "id": "5e9a11ed263948feb8ba910309fb5de8", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-7dc3805b-1937-4de-name"}]} 2018-10-26 08:23:58,642 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-7dc3805b-1937-4de-name used request id req-ecc94840-f545-4234-b100-0d9aab0a9246 2018-10-26 08:23:58,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c15e2919dbca110b2709d4fabd1ab18eefd1702" 2018-10-26 08:23:58,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa5c3a2e-793c-4ec5-99b1-6a89defb4ad1 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-10-26 08:23:58,730 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-aa5c3a2e-793c-4ec5-99b1-6a89defb4ad1 2018-10-26 08:23:58,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d074ea3cb41d564fb9116bbbd9cc7ec300ff4bb" 2018-10-26 08:23:59,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-555458af-49ba-4d42-90c0-af050699d91f Date: Fri, 26 Oct 2018 08:23:59 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:23:56Z", "updated_at": "2018-10-26T08:23:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:56Z", "revision_number": 0, "id": "2e1520a5-5618-4e9d-a039-802c181d3dd2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:56Z", "security_group_id": "20832275-63ca-4f81-93a7-4da74d8fc132", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:56Z", "revision_number": 0, "id": "930ce5cb-c9e4-4e19-b8cd-60a893115ae0", "remote_group_id": "20832275-63ca-4f81-93a7-4da74d8fc132", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:56Z", "security_group_id": "20832275-63ca-4f81-93a7-4da74d8fc132", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:56Z", "revision_number": 0, "id": "7e55918e-e948-449b-9fea-9dcadb662518", "remote_group_id": "20832275-63ca-4f81-93a7-4da74d8fc132", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:56Z", "security_group_id": "20832275-63ca-4f81-93a7-4da74d8fc132", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:56Z", "revision_number": 0, "id": "c5f46db1-5c3b-43f5-8784-dc2718b4a556", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:56Z", "security_group_id": "20832275-63ca-4f81-93a7-4da74d8fc132", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}], "revision_number": 4, "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "20832275-63ca-4f81-93a7-4da74d8fc132", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 08:23:59,555 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-555458af-49ba-4d42-90c0-af050699d91f 2018-10-26 08:23:59,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d074ea3cb41d564fb9116bbbd9cc7ec300ff4bb" 2018-10-26 08:23:59,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0572a47f-3f17-4f1b-abc0-c580d02bfe45 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:23:59,647 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-0572a47f-3f17-4f1b-abc0-c580d02bfe45 2018-10-26 08:23:59,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d074ea3cb41d564fb9116bbbd9cc7ec300ff4bb" 2018-10-26 08:23:59,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71c7a7f1-025a-4c45-894f-698d82a9a57b 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 08:23:59,750 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-71c7a7f1-025a-4c45-894f-698d82a9a57b 2018-10-26 08:23:59,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d074ea3cb41d564fb9116bbbd9cc7ec300ff4bb" 2018-10-26 08:23:59,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:23:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-042a51ce-1321-4f2c-a211-2e6481607f47 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 08:23:59,855 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-042a51ce-1321-4f2c-a211-2e6481607f47 2018-10-26 08:23:59,856 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-7dc3805b-1937-4de-name 2018-10-26 08:23:59,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/5e9a11ed263948feb8ba910309fb5de8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d074ea3cb41d564fb9116bbbd9cc7ec300ff4bb" 2018-10-26 08:24:00,011 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:23:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b4e9fd77-176b-43d4-b6eb-1ab12962874e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:24:00,012 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/5e9a11ed263948feb8ba910309fb5de8 used request id req-b4e9fd77-176b-43d4-b6eb-1ab12962874e 2018-10-26 08:24:00,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d074ea3cb41d564fb9116bbbd9cc7ec300ff4bb" 2018-10-26 08:24:00,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-498255b6-0acc-4440-8d2f-a944fa3d5849 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a91068ff5cf64889a950e93978f6fe57", "links": {"self": "http://172.30.9.21:5000/v3/roles/a91068ff5cf64889a950e93978f6fe57"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "d82c6d9d4ca54f08bfbe5490412b980c", "links": {"self": "http://172.30.9.21:5000/v3/roles/d82c6d9d4ca54f08bfbe5490412b980c"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:24:00,096 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-498255b6-0acc-4440-8d2f-a944fa3d5849 2018-10-26 08:24:00,098 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:24:00,497 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:24:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["daPlFiMZS5uf6hQydkLkeg"], "issued_at": "2018-10-26T08:24:00.000000Z"}} 2018-10-26 08:24:00,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf834138b50eb5ccd0af941681f51c09de7e9a11" 2018-10-26 08:24:00,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c4f6a79-da63-45a4-b42d-b5aeae3c4487 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:24:00,589 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-7c4f6a79-da63-45a4-b42d-b5aeae3c4487 2018-10-26 08:24:00,591 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:24:00,592 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:24:00,978 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:24:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["18Jxk2LVTPq_D1zcgM5csw"], "issued_at": "2018-10-26T08:24:00.000000Z"}} 2018-10-26 08:24:00,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d901befd2cf7e01afa3e4c1250369d051297181" 2018-10-26 08:24:01,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7bb92cd-600a-493e-8e7a-c5dcb2fef4c4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:24:01,073 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b7bb92cd-600a-493e-8e7a-c5dcb2fef4c4 2018-10-26 08:24:01,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:24:01,082 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:24: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:24:01,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-caff41b3-9e1a-444-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d901befd2cf7e01afa3e4c1250369d051297181" 2018-10-26 08:24:01,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7a3c63c-fe2f-4289-b4b9-f35113b99ee8 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-caff41b3-9e1a-444-name", "previous": null, "next": null}, "projects": []} 2018-10-26 08:24:01,160 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-caff41b3-9e1a-444-name used request id req-f7a3c63c-fe2f-4289-b4b9-f35113b99ee8 2018-10-26 08:24:01,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d901befd2cf7e01afa3e4c1250369d051297181" 2018-10-26 08:24:01,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e21949ce-4c54-4718-b4bb-92506b5c228f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 08:24:01,261 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-e21949ce-4c54-4718-b4bb-92506b5c228f 2018-10-26 08:24:01,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d901befd2cf7e01afa3e4c1250369d051297181" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-caff41b3-9e1a-444-name"}}' 2018-10-26 08:24:01,379 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 08:24:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-be27a314-08c4-46d5-88c4-5919c59008f3 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/daab67339f714d7c8f9a841cec74fc61"}, "enabled": true, "id": "daab67339f714d7c8f9a841cec74fc61", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-caff41b3-9e1a-444-name"}} 2018-10-26 08:24:01,379 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-be27a314-08c4-46d5-88c4-5919c59008f3 2018-10-26 08:24:01,380 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-caff41b3-9e1a-444-name 2018-10-26 08:24:01,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:24:01,389 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:24: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:24:01,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-caff41b3-9e1a-444-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf834138b50eb5ccd0af941681f51c09de7e9a11" 2018-10-26 08:24:01,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-552e3013-86d3-463d-ae2e-6045709329d9 Content-Encoding: gzip Content-Length: 270 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-caff41b3-9e1a-444-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/daab67339f714d7c8f9a841cec74fc61"}, "enabled": true, "id": "daab67339f714d7c8f9a841cec74fc61", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-caff41b3-9e1a-444-name"}]} 2018-10-26 08:24:01,486 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-caff41b3-9e1a-444-name used request id req-552e3013-86d3-463d-ae2e-6045709329d9 2018-10-26 08:24:01,486 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:24:01,487 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:24:01,870 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:24:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["ugioZj_KQ6KFOd9ILvOO8w"], "issued_at": "2018-10-26T08:24:01.000000Z"}} 2018-10-26 08:24:01,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b623213134a3ede9fb8150d10cf47e70665e68c9" 2018-10-26 08:24:01,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20f2ce3c-afb1-4d0e-b1a6-f0c20842fbb3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:24:01,950 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-20f2ce3c-afb1-4d0e-b1a6-f0c20842fbb3 2018-10-26 08:24:01,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:24:01,960 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:24: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:24:01,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-caff41b3-9e1a-444-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b623213134a3ede9fb8150d10cf47e70665e68c9" 2018-10-26 08:24:02,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa57d2de-c4ea-4f99-b90c-123da98cff4e Content-Encoding: gzip Content-Length: 270 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-caff41b3-9e1a-444-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/daab67339f714d7c8f9a841cec74fc61"}, "enabled": true, "id": "daab67339f714d7c8f9a841cec74fc61", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-caff41b3-9e1a-444-name"}]} 2018-10-26 08:24:02,046 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-caff41b3-9e1a-444-name used request id req-fa57d2de-c4ea-4f99-b90c-123da98cff4e 2018-10-26 08:24:02,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf834138b50eb5ccd0af941681f51c09de7e9a11" 2018-10-26 08:24:02,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b460f386-17f7-4900-86db-bb07af0903e9 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-10-26 08:24:02,129 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-b460f386-17f7-4900-86db-bb07af0903e9 2018-10-26 08:24:02,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d901befd2cf7e01afa3e4c1250369d051297181" 2018-10-26 08:24:03,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-c7eee51c-dbbf-448b-bc9d-c3303213a0b4 Date: Fri, 26 Oct 2018 08:24:03 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:23:56Z", "updated_at": "2018-10-26T08:23:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:56Z", "revision_number": 0, "id": "c5f46db1-5c3b-43f5-8784-dc2718b4a556", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:56Z", "security_group_id": "20832275-63ca-4f81-93a7-4da74d8fc132", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:56Z", "revision_number": 0, "id": "2e1520a5-5618-4e9d-a039-802c181d3dd2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:56Z", "security_group_id": "20832275-63ca-4f81-93a7-4da74d8fc132", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:56Z", "revision_number": 0, "id": "930ce5cb-c9e4-4e19-b8cd-60a893115ae0", "remote_group_id": "20832275-63ca-4f81-93a7-4da74d8fc132", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:56Z", "security_group_id": "20832275-63ca-4f81-93a7-4da74d8fc132", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:56Z", "revision_number": 0, "id": "7e55918e-e948-449b-9fea-9dcadb662518", "remote_group_id": "20832275-63ca-4f81-93a7-4da74d8fc132", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:56Z", "security_group_id": "20832275-63ca-4f81-93a7-4da74d8fc132", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}], "revision_number": 4, "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "20832275-63ca-4f81-93a7-4da74d8fc132", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 08:24:03,047 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-c7eee51c-dbbf-448b-bc9d-c3303213a0b4 2018-10-26 08:24:03,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d901befd2cf7e01afa3e4c1250369d051297181" 2018-10-26 08:24:03,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c3db01a-2cfb-4dce-b113-efe6e2f988fe 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:24:03,220 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-7c3db01a-2cfb-4dce-b113-efe6e2f988fe 2018-10-26 08:24:03,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d901befd2cf7e01afa3e4c1250369d051297181" 2018-10-26 08:24:03,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff810453-8657-426c-89a1-adbe5886600b 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 08:24:03,312 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-ff810453-8657-426c-89a1-adbe5886600b 2018-10-26 08:24:03,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d901befd2cf7e01afa3e4c1250369d051297181" 2018-10-26 08:24:03,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5ba63cf-5889-4d86-ad9e-c3bf099ac883 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 08:24:03,402 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-d5ba63cf-5889-4d86-ad9e-c3bf099ac883 2018-10-26 08:24:03,403 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-caff41b3-9e1a-444-name 2018-10-26 08:24:03,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/daab67339f714d7c8f9a841cec74fc61 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d901befd2cf7e01afa3e4c1250369d051297181" 2018-10-26 08:24:03,579 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:24:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-652e6066-a113-4df0-b5c6-8749f0972c6b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:24:03,579 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/daab67339f714d7c8f9a841cec74fc61 used request id req-652e6066-a113-4df0-b5c6-8749f0972c6b 2018-10-26 08:24:03,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d901befd2cf7e01afa3e4c1250369d051297181" 2018-10-26 08:24:03,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3df5fff1-3ca3-436f-a679-1dff2022afa8 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a91068ff5cf64889a950e93978f6fe57", "links": {"self": "http://172.30.9.21:5000/v3/roles/a91068ff5cf64889a950e93978f6fe57"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "d82c6d9d4ca54f08bfbe5490412b980c", "links": {"self": "http://172.30.9.21:5000/v3/roles/d82c6d9d4ca54f08bfbe5490412b980c"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:24:03,676 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-3df5fff1-3ca3-436f-a679-1dff2022afa8 2018-10-26 08:24:03,678 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:24:04,050 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:24:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["yyP3ytoCR1W_UbKa8SduRA"], "issued_at": "2018-10-26T08:24:04.000000Z"}} 2018-10-26 08:24:04,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84e322ca5184e724d70eb9a4573877ce7955e06c" 2018-10-26 08:24:04,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4f89051-9b4a-4f5f-b7aa-2a381470229a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:24:04,147 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f4f89051-9b4a-4f5f-b7aa-2a381470229a 2018-10-26 08:24:04,148 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:24:04,149 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:24:04,548 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:24:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["Pu-YkpdzTDOP08OBtH6MPQ"], "issued_at": "2018-10-26T08:24:04.000000Z"}} 2018-10-26 08:24:04,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d1d4e17f91aa9e56c163b3afd4aede0ae9e11a1" 2018-10-26 08:24:04,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af380077-217c-4e73-a4bb-692bddd33126 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:24:04,627 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-af380077-217c-4e73-a4bb-692bddd33126 2018-10-26 08:24:04,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:24:04,635 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:24: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:24:04,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-c4af03d1-2da2-425-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d1d4e17f91aa9e56c163b3afd4aede0ae9e11a1" 2018-10-26 08:24:04,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da714375-df33-4db7-9a83-28c7578f4a10 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-c4af03d1-2da2-425-name", "previous": null, "next": null}, "projects": []} 2018-10-26 08:24:04,723 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-c4af03d1-2da2-425-name used request id req-da714375-df33-4db7-9a83-28c7578f4a10 2018-10-26 08:24:04,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=foo -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d1d4e17f91aa9e56c163b3afd4aede0ae9e11a1" 2018-10-26 08:24:04,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08933737-1ba8-4d66-aa22-ca7f997a6822 Content-Encoding: gzip Content-Length: 115 Content-Type: application/json RESP BODY: {"domains": [], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=foo", "previous": null, "next": null}} 2018-10-26 08:24:04,742 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=foo used request id req-08933737-1ba8-4d66-aa22-ca7f997a6822 2018-10-26 08:24:04,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d1d4e17f91aa9e56c163b3afd4aede0ae9e11a1" -d '{"project": {"enabled": true, "domain_id": "foo", "name": "CreateProjectSuccessTests-c4af03d1-2da2-425-name"}}' 2018-10-26 08:24:04,840 - keystoneauth.session - DEBUG - RESP: [400] Date: Fri, 26 Oct 2018 08:24:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-09690299-21ac-4801-8f7e-9114338091fa Content-Length: 90 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find domain: foo.", "code": 400, "title": "Bad Request"}} 2018-10-26 08:24:04,840 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-09690299-21ac-4801-8f7e-9114338091fa 2018-10-26 08:24:04,840 - keystoneauth.session - DEBUG - Request returned failure status: 400 2018-10-26 08:24:04,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d1d4e17f91aa9e56c163b3afd4aede0ae9e11a1" 2018-10-26 08:24:04,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6025be0-0cc1-4dd2-847f-c836e7bbc5b2 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a91068ff5cf64889a950e93978f6fe57", "links": {"self": "http://172.30.9.21:5000/v3/roles/a91068ff5cf64889a950e93978f6fe57"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "d82c6d9d4ca54f08bfbe5490412b980c", "links": {"self": "http://172.30.9.21:5000/v3/roles/d82c6d9d4ca54f08bfbe5490412b980c"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:24:04,936 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-d6025be0-0cc1-4dd2-847f-c836e7bbc5b2 2018-10-26 08:24:04,938 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:24:05,311 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:24:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["8XDsWHZ9TPCDmo3o75v24w"], "issued_at": "2018-10-26T08:24:05.000000Z"}} 2018-10-26 08:24:05,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c5848636955b372b055a5dda0ce8da5692dae53" 2018-10-26 08:24:05,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5352f993-e3c4-4919-b990-200b8549ada9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:24:05,407 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5352f993-e3c4-4919-b990-200b8549ada9 2018-10-26 08:24:05,408 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:24:05,409 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:24:05,789 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:24:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["SAjFPwx4RWeQ9ogvTQQtow"], "issued_at": "2018-10-26T08:24:05.000000Z"}} 2018-10-26 08:24:05,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc9feb099f04d918788d6884ba57233e2131d243" 2018-10-26 08:24:05,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ecf7532-4344-42fd-826e-3dc410f0aaaf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:24:05,874 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-1ecf7532-4344-42fd-826e-3dc410f0aaaf 2018-10-26 08:24:05,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:24:05,884 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:24: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:24:05,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-24e1e28d-7773-4c2-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc9feb099f04d918788d6884ba57233e2131d243" 2018-10-26 08:24:05,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df261b65-4d24-415a-b299-ab2b7ffe5f36 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-24e1e28d-7773-4c2-name", "previous": null, "next": null}, "projects": []} 2018-10-26 08:24:05,973 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-24e1e28d-7773-4c2-name used request id req-df261b65-4d24-415a-b299-ab2b7ffe5f36 2018-10-26 08:24:05,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc9feb099f04d918788d6884ba57233e2131d243" 2018-10-26 08:24:06,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27821310-2e96-496a-8683-ee70d4692dd9 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 08:24:06,062 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-27821310-2e96-496a-8683-ee70d4692dd9 2018-10-26 08:24:06,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc9feb099f04d918788d6884ba57233e2131d243" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-24e1e28d-7773-4c2-name"}}' 2018-10-26 08:24:06,214 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 08:24:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f8fda6c6-119e-4035-9836-8d1f3a4ca87a Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d177973a62d34b16af3c09afbfaefcf5"}, "enabled": true, "id": "d177973a62d34b16af3c09afbfaefcf5", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-24e1e28d-7773-4c2-name"}} 2018-10-26 08:24:06,215 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-f8fda6c6-119e-4035-9836-8d1f3a4ca87a 2018-10-26 08:24:06,215 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-24e1e28d-7773-4c2-name 2018-10-26 08:24:06,215 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 08:24:06,219 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-quota-sets/d177973a62d34b16af3c09afbfaefcf5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc9feb099f04d918788d6884ba57233e2131d243" 2018-10-26 08:24:06,479 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08: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-be025eb7-5296-465e-a656-cdf29353650d x-compute-request-id: req-be025eb7-5296-465e-a656-cdf29353650d 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": "d177973a62d34b16af3c09afbfaefcf5", "instances": 10, "security_group_rules": 20, "injected_files": 5, "cores": 20, "fixed_ips": -1, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-10-26 08:24:06,479 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-quota-sets/d177973a62d34b16af3c09afbfaefcf5 used request id req-be025eb7-5296-465e-a656-cdf29353650d 2018-10-26 08:24:06,483 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:8774/v2.1/os-quota-sets/d177973a62d34b16af3c09afbfaefcf5 -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc9feb099f04d918788d6884ba57233e2131d243" -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-26 08:24:07,360 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08: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-e3940679-ef06-4683-b51c-0c5d49e48899 x-compute-request-id: req-e3940679-ef06-4683-b51c-0c5d49e48899 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-26 08:24:07,360 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.21:8774/v2.1/os-quota-sets/d177973a62d34b16af3c09afbfaefcf5 used request id req-e3940679-ef06-4683-b51c-0c5d49e48899 2018-10-26 08:24:07,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:24:07,369 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:24: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:24:07,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-24e1e28d-7773-4c2-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c5848636955b372b055a5dda0ce8da5692dae53" 2018-10-26 08:24:07,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-637576ed-48e7-46e3-a142-9ce1903f0aca Content-Encoding: gzip Content-Length: 270 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-24e1e28d-7773-4c2-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d177973a62d34b16af3c09afbfaefcf5"}, "enabled": true, "id": "d177973a62d34b16af3c09afbfaefcf5", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-24e1e28d-7773-4c2-name"}]} 2018-10-26 08:24:07,461 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-24e1e28d-7773-4c2-name used request id req-637576ed-48e7-46e3-a142-9ce1903f0aca 2018-10-26 08:24:07,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c5848636955b372b055a5dda0ce8da5692dae53" 2018-10-26 08:24:07,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2dc71ce4-efc0-4aae-ba0f-9b1b2dee8a16 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-10-26 08:24:07,553 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-2dc71ce4-efc0-4aae-ba0f-9b1b2dee8a16 2018-10-26 08:24:07,553 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 08:24:07,557 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-quota-sets/d177973a62d34b16af3c09afbfaefcf5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c5848636955b372b055a5dda0ce8da5692dae53" 2018-10-26 08:24:08,494 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4f48cffa-12fd-4ba0-b88f-1a6d840cd885 x-compute-request-id: req-4f48cffa-12fd-4ba0-b88f-1a6d840cd885 Content-Encoding: gzip Content-Length: 224 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": "d177973a62d34b16af3c09afbfaefcf5", "instances": 5, "security_group_rules": 20, "injected_files": 6, "cores": 4, "fixed_ips": 7, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-10-26 08:24:08,494 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-quota-sets/d177973a62d34b16af3c09afbfaefcf5 used request id req-4f48cffa-12fd-4ba0-b88f-1a6d840cd885 2018-10-26 08:24:08,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc9feb099f04d918788d6884ba57233e2131d243" 2018-10-26 08:24:09,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-0fac9fa7-1f3d-4209-a611-8570929ad0a1 Date: Fri, 26 Oct 2018 08:24:09 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:23:56Z", "updated_at": "2018-10-26T08:23:56Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:56Z", "revision_number": 0, "id": "7e55918e-e948-449b-9fea-9dcadb662518", "remote_group_id": "20832275-63ca-4f81-93a7-4da74d8fc132", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:56Z", "security_group_id": "20832275-63ca-4f81-93a7-4da74d8fc132", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:56Z", "revision_number": 0, "id": "c5f46db1-5c3b-43f5-8784-dc2718b4a556", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:56Z", "security_group_id": "20832275-63ca-4f81-93a7-4da74d8fc132", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:56Z", "revision_number": 0, "id": "2e1520a5-5618-4e9d-a039-802c181d3dd2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:56Z", "security_group_id": "20832275-63ca-4f81-93a7-4da74d8fc132", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:56Z", "revision_number": 0, "id": "930ce5cb-c9e4-4e19-b8cd-60a893115ae0", "remote_group_id": "20832275-63ca-4f81-93a7-4da74d8fc132", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:56Z", "security_group_id": "20832275-63ca-4f81-93a7-4da74d8fc132", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}], "revision_number": 4, "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "20832275-63ca-4f81-93a7-4da74d8fc132", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 08:24:09,277 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-0fac9fa7-1f3d-4209-a611-8570929ad0a1 2018-10-26 08:24:09,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc9feb099f04d918788d6884ba57233e2131d243" 2018-10-26 08:24:09,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d01b9fb4-896f-471f-9b42-6fe2a0185d7b 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:24:09,378 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-d01b9fb4-896f-471f-9b42-6fe2a0185d7b 2018-10-26 08:24:09,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc9feb099f04d918788d6884ba57233e2131d243" 2018-10-26 08:24:09,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ec88f23-4048-461d-9238-536d0c308289 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 08:24:09,462 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-6ec88f23-4048-461d-9238-536d0c308289 2018-10-26 08:24:09,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc9feb099f04d918788d6884ba57233e2131d243" 2018-10-26 08:24:09,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f391f92-9ce7-4b75-b8ee-9ba6ffec6d96 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 08:24:09,550 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-2f391f92-9ce7-4b75-b8ee-9ba6ffec6d96 2018-10-26 08:24:09,550 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-24e1e28d-7773-4c2-name 2018-10-26 08:24:09,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/d177973a62d34b16af3c09afbfaefcf5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc9feb099f04d918788d6884ba57233e2131d243" 2018-10-26 08:24:09,722 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:24:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c70c107b-2228-4dbc-a2b4-ddb0f9a9c184 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:24:09,723 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/d177973a62d34b16af3c09afbfaefcf5 used request id req-c70c107b-2228-4dbc-a2b4-ddb0f9a9c184 2018-10-26 08:24:09,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc9feb099f04d918788d6884ba57233e2131d243" 2018-10-26 08:24:09,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3049c960-5575-4da8-a936-060215ca6af1 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a91068ff5cf64889a950e93978f6fe57", "links": {"self": "http://172.30.9.21:5000/v3/roles/a91068ff5cf64889a950e93978f6fe57"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "d82c6d9d4ca54f08bfbe5490412b980c", "links": {"self": "http://172.30.9.21:5000/v3/roles/d82c6d9d4ca54f08bfbe5490412b980c"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:24:09,813 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-3049c960-5575-4da8-a936-060215ca6af1 2018-10-26 08:24:09,814 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:24:10,195 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:24:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["4LgW1TOoQA6fd0G0Py16IQ"], "issued_at": "2018-10-26T08:24:10.000000Z"}} 2018-10-26 08:24:10,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2a768b5fba7a54a39f0f05b16b7bab621a5dacc" 2018-10-26 08:24:10,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb52f98e-4bcd-45cc-b2ff-b6e9f698514b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:24:10,284 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-cb52f98e-4bcd-45cc-b2ff-b6e9f698514b 2018-10-26 08:24:10,285 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:24:10,286 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:24:10,665 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:24:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["wEswLmGQTEGVMTXa-Bnv1g"], "issued_at": "2018-10-26T08:24:10.000000Z"}} 2018-10-26 08:24:10,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c35f3f823a82ba217a3711018f849a71ba2e39" 2018-10-26 08:24:10,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fea81994-2858-4745-8038-bc9153c3a750 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:24:10,741 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-fea81994-2858-4745-8038-bc9153c3a750 2018-10-26 08:24:10,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:24:10,751 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:24: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:24:10,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-d5f4f76c-6ebc-4b9-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c35f3f823a82ba217a3711018f849a71ba2e39" 2018-10-26 08:24:10,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35ecff76-f328-4cfe-ac78-1f0c7f7df542 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-d5f4f76c-6ebc-4b9-name", "previous": null, "next": null}, "projects": []} 2018-10-26 08:24:10,832 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-d5f4f76c-6ebc-4b9-name used request id req-35ecff76-f328-4cfe-ac78-1f0c7f7df542 2018-10-26 08:24:10,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c35f3f823a82ba217a3711018f849a71ba2e39" 2018-10-26 08:24:10,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88be5a85-4000-4220-b737-d7e5d1878ff1 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 08:24:10,922 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-88be5a85-4000-4220-b737-d7e5d1878ff1 2018-10-26 08:24:10,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c35f3f823a82ba217a3711018f849a71ba2e39" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-d5f4f76c-6ebc-4b9-name"}}' 2018-10-26 08:24:11,049 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 08:24:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2a40975f-3d72-4bdb-a917-427b93929f37 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e45dff2b52844d4a8499c011413ca732"}, "enabled": true, "id": "e45dff2b52844d4a8499c011413ca732", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-d5f4f76c-6ebc-4b9-name"}} 2018-10-26 08:24:11,049 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-2a40975f-3d72-4bdb-a917-427b93929f37 2018-10-26 08:24:11,050 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-d5f4f76c-6ebc-4b9-name 2018-10-26 08:24:11,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:24:11,059 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:24:11,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-d5f4f76c-6ebc-4b9-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2a768b5fba7a54a39f0f05b16b7bab621a5dacc" 2018-10-26 08:24:11,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2e977c8-713a-4d1c-893d-4c1dca201cc5 Content-Encoding: gzip Content-Length: 270 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-d5f4f76c-6ebc-4b9-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e45dff2b52844d4a8499c011413ca732"}, "enabled": true, "id": "e45dff2b52844d4a8499c011413ca732", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-d5f4f76c-6ebc-4b9-name"}]} 2018-10-26 08:24:11,146 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-d5f4f76c-6ebc-4b9-name used request id req-e2e977c8-713a-4d1c-893d-4c1dca201cc5 2018-10-26 08:24:11,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2a768b5fba7a54a39f0f05b16b7bab621a5dacc" 2018-10-26 08:24:11,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ac5c6a6-1e3b-4e97-a0ea-2874ed0bdaf5 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-10-26 08:24:11,235 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-1ac5c6a6-1e3b-4e97-a0ea-2874ed0bdaf5 2018-10-26 08:24:11,235 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 08:24:11,240 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:8774/v2.1/os-quota-sets/e45dff2b52844d4a8499c011413ca732 -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c35f3f823a82ba217a3711018f849a71ba2e39" -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-26 08:24:12,379 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08: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-8204bdc6-149e-447c-ac6b-4b9e5c1caf75 x-compute-request-id: req-8204bdc6-149e-447c-ac6b-4b9e5c1caf75 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-26 08:24:12,379 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.21:8774/v2.1/os-quota-sets/e45dff2b52844d4a8499c011413ca732 used request id req-8204bdc6-149e-447c-ac6b-4b9e5c1caf75 2018-10-26 08:24:12,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/quotas/e45dff2b52844d4a8499c011413ca732 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c35f3f823a82ba217a3711018f849a71ba2e39" -d '{"quota": {"subnet": 7, "network": 5, "floatingip": 25, "security_group_rule": 50, "security_group": 5, "router": 6, "port": 25}}' 2018-10-26 08:24:13,262 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 179 X-Openstack-Request-Id: req-a64421c4-e778-4813-88aa-c884e214a923 Date: Fri, 26 Oct 2018 08:24:13 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-26 08:24:13,262 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/quotas/e45dff2b52844d4a8499c011413ca732 used request id req-a64421c4-e778-4813-88aa-c884e214a923 2018-10-26 08:24:13,263 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 08:24:13,266 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-quota-sets/e45dff2b52844d4a8499c011413ca732 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c35f3f823a82ba217a3711018f849a71ba2e39" 2018-10-26 08:24:13,443 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-de30b3d4-d1f5-4b5a-8741-e17a88a1a7cc x-compute-request-id: req-de30b3d4-d1f5-4b5a-8741-e17a88a1a7cc Content-Encoding: gzip Content-Length: 223 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": "e45dff2b52844d4a8499c011413ca732", "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-10-26 08:24:13,444 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-quota-sets/e45dff2b52844d4a8499c011413ca732 used request id req-de30b3d4-d1f5-4b5a-8741-e17a88a1a7cc 2018-10-26 08:24:13,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/quotas/e45dff2b52844d4a8499c011413ca732 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c35f3f823a82ba217a3711018f849a71ba2e39" 2018-10-26 08:24:13,685 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 179 X-Openstack-Request-Id: req-508e2722-1e9f-44b9-9e8b-1b1874a1e62d Date: Fri, 26 Oct 2018 08:24:13 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-26 08:24:13,685 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/quotas/e45dff2b52844d4a8499c011413ca732 used request id req-508e2722-1e9f-44b9-9e8b-1b1874a1e62d 2018-10-26 08:24:13,686 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 08:24:13,690 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-quota-sets/e45dff2b52844d4a8499c011413ca732 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2a768b5fba7a54a39f0f05b16b7bab621a5dacc" 2018-10-26 08:24:14,601 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-52621207-b699-4261-842f-0da74c488c84 x-compute-request-id: req-52621207-b699-4261-842f-0da74c488c84 Content-Encoding: gzip Content-Length: 223 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": "e45dff2b52844d4a8499c011413ca732", "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-10-26 08:24:14,601 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-quota-sets/e45dff2b52844d4a8499c011413ca732 used request id req-52621207-b699-4261-842f-0da74c488c84 2018-10-26 08:24:14,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/quotas/e45dff2b52844d4a8499c011413ca732 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2a768b5fba7a54a39f0f05b16b7bab621a5dacc" 2018-10-26 08:24:15,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 179 X-Openstack-Request-Id: req-e4a058ce-4c9c-4d75-b73f-571a40b5feac Date: Fri, 26 Oct 2018 08:24:15 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-26 08:24:15,426 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/quotas/e45dff2b52844d4a8499c011413ca732 used request id req-e4a058ce-4c9c-4d75-b73f-571a40b5feac 2018-10-26 08:24:15,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c35f3f823a82ba217a3711018f849a71ba2e39" 2018-10-26 08:24:16,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-55786922-09e4-4535-a5e8-9dba2c0e5b37 Date: Fri, 26 Oct 2018 08:24:16 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:23:56Z", "updated_at": "2018-10-26T08:23:56Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:56Z", "revision_number": 0, "id": "930ce5cb-c9e4-4e19-b8cd-60a893115ae0", "remote_group_id": "20832275-63ca-4f81-93a7-4da74d8fc132", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:56Z", "security_group_id": "20832275-63ca-4f81-93a7-4da74d8fc132", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:56Z", "revision_number": 0, "id": "7e55918e-e948-449b-9fea-9dcadb662518", "remote_group_id": "20832275-63ca-4f81-93a7-4da74d8fc132", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:56Z", "security_group_id": "20832275-63ca-4f81-93a7-4da74d8fc132", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:56Z", "revision_number": 0, "id": "c5f46db1-5c3b-43f5-8784-dc2718b4a556", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:56Z", "security_group_id": "20832275-63ca-4f81-93a7-4da74d8fc132", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:56Z", "revision_number": 0, "id": "2e1520a5-5618-4e9d-a039-802c181d3dd2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:56Z", "security_group_id": "20832275-63ca-4f81-93a7-4da74d8fc132", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}], "revision_number": 4, "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "20832275-63ca-4f81-93a7-4da74d8fc132", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 08:24:16,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-55786922-09e4-4535-a5e8-9dba2c0e5b37 2018-10-26 08:24:16,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c35f3f823a82ba217a3711018f849a71ba2e39" 2018-10-26 08:24:16,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc54d736-dc4a-4502-ad64-7ca0e7343933 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:24:16,269 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-cc54d736-dc4a-4502-ad64-7ca0e7343933 2018-10-26 08:24:16,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c35f3f823a82ba217a3711018f849a71ba2e39" 2018-10-26 08:24:16,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a88663e5-0786-46cd-9512-230e19474341 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 08:24:16,365 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-a88663e5-0786-46cd-9512-230e19474341 2018-10-26 08:24:16,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c35f3f823a82ba217a3711018f849a71ba2e39" 2018-10-26 08:24:16,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4e5928d-3a29-4bd9-beb6-68fe01ddbba9 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 08:24:16,455 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-b4e5928d-3a29-4bd9-beb6-68fe01ddbba9 2018-10-26 08:24:16,456 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-d5f4f76c-6ebc-4b9-name 2018-10-26 08:24:16,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/e45dff2b52844d4a8499c011413ca732 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c35f3f823a82ba217a3711018f849a71ba2e39" 2018-10-26 08:24:16,609 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:24:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-78679f1e-ad3e-4123-b505-95681684bb12 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:24:16,609 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/e45dff2b52844d4a8499c011413ca732 used request id req-78679f1e-ad3e-4123-b505-95681684bb12 2018-10-26 08:24:16,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c35f3f823a82ba217a3711018f849a71ba2e39" 2018-10-26 08:24:16,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5f34941-945c-43d0-9dd2-7391bf2e1e09 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a91068ff5cf64889a950e93978f6fe57", "links": {"self": "http://172.30.9.21:5000/v3/roles/a91068ff5cf64889a950e93978f6fe57"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "d82c6d9d4ca54f08bfbe5490412b980c", "links": {"self": "http://172.30.9.21:5000/v3/roles/d82c6d9d4ca54f08bfbe5490412b980c"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:24:16,704 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-d5f34941-945c-43d0-9dd2-7391bf2e1e09 2018-10-26 08:24:16,706 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:24:17,095 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:24:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["yY7eipLDQPa8_ubT9rX7IQ"], "issued_at": "2018-10-26T08:24:17.000000Z"}} 2018-10-26 08:24:17,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1d481975397473bef4f6ec9718b0c36308f97b8" 2018-10-26 08:24:17,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a706921a-dd6d-4ba8-bfb4-2f7667e438ef Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:24:17,179 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a706921a-dd6d-4ba8-bfb4-2f7667e438ef 2018-10-26 08:24:17,180 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:24:17,181 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:24:17,566 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:24:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["gMWVzX8zQkuhAn7LD3ehDA"], "issued_at": "2018-10-26T08:24:17.000000Z"}} 2018-10-26 08:24:17,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32f8b220f544f19b4c9d182bf1617c831e289a0c" 2018-10-26 08:24:17,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f979b9f7-5b46-4fe7-bb24-cf85e4f29fd5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:24:17,655 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f979b9f7-5b46-4fe7-bb24-cf85e4f29fd5 2018-10-26 08:24:17,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:24:17,664 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:24: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:24:17,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-fbb6db06-31e7-463-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32f8b220f544f19b4c9d182bf1617c831e289a0c" 2018-10-26 08:24:17,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-278ca821-eb39-49cf-89ea-151ad0aed1da Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-fbb6db06-31e7-463-name", "previous": null, "next": null}, "projects": []} 2018-10-26 08:24:17,746 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-fbb6db06-31e7-463-name used request id req-278ca821-eb39-49cf-89ea-151ad0aed1da 2018-10-26 08:24:17,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32f8b220f544f19b4c9d182bf1617c831e289a0c" 2018-10-26 08:24:17,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14774195-7bfb-4da7-b46e-193187f412f9 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 08:24:17,851 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-14774195-7bfb-4da7-b46e-193187f412f9 2018-10-26 08:24:17,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32f8b220f544f19b4c9d182bf1617c831e289a0c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectUserTests-fbb6db06-31e7-463-name"}}' 2018-10-26 08:24:17,954 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 08:24:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a50e567e-9a30-437f-876e-84dd7f42ba41 Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/dff4821d16664a5caf3d717c7983706b"}, "enabled": true, "id": "dff4821d16664a5caf3d717c7983706b", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-fbb6db06-31e7-463-name"}} 2018-10-26 08:24:17,954 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-a50e567e-9a30-437f-876e-84dd7f42ba41 2018-10-26 08:24:17,954 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-fbb6db06-31e7-463-name 2018-10-26 08:24:17,954 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:24:17,955 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:24:18,352 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:24:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["shz76xEaQAS8OwEHMOhybQ"], "issued_at": "2018-10-26T08:24:18.000000Z"}} 2018-10-26 08:24:18,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80675626588f3606e553c000483173d94ee9d7d3" 2018-10-26 08:24:18,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2fedb41-8f05-4d31-8e27-1fb76066914f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:24:18,368 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c2fedb41-8f05-4d31-8e27-1fb76066914f 2018-10-26 08:24:18,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:24:18,377 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:24: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:24:18,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80675626588f3606e553c000483173d94ee9d7d3" 2018-10-26 08:24:18,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5acd9d33-39c4-4f84-a539-a40bd1011a54 Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "links": {"self": "http://172.30.9.21:5000/v3/users/33d9df1b41b84eb5b98a2538f2ae93a5"}, "domain_id": "default", "enabled": true, "id": "33d9df1b41b84eb5b98a2538f2ae93a5", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 08:24:18,479 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-5acd9d33-39c4-4f84-a539-a40bd1011a54 2018-10-26 08:24:18,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80675626588f3606e553c000483173d94ee9d7d3" 2018-10-26 08:24:18,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a89c2eb7-95f9-427a-b6e2-61789583500a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 08:24:18,589 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-a89c2eb7-95f9-427a-b6e2-61789583500a 2018-10-26 08:24:18,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80675626588f3606e553c000483173d94ee9d7d3" 2018-10-26 08:24:19,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-839198af-f0d8-4b16-981c-244fec413e33 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a91068ff5cf64889a950e93978f6fe57", "links": {"self": "http://172.30.9.21:5000/v3/roles/a91068ff5cf64889a950e93978f6fe57"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "d82c6d9d4ca54f08bfbe5490412b980c", "links": {"self": "http://172.30.9.21:5000/v3/roles/d82c6d9d4ca54f08bfbe5490412b980c"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:24:19,036 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-839198af-f0d8-4b16-981c-244fec413e33 2018-10-26 08:24:19,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateProjectUserTests-fbb6db06-31e7-463-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80675626588f3606e553c000483173d94ee9d7d3" 2018-10-26 08:24:19,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-842fd245-4623-4c03-8647-682da8096bb0 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateProjectUserTests-fbb6db06-31e7-463-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/dff4821d16664a5caf3d717c7983706b"}, "enabled": true, "id": "dff4821d16664a5caf3d717c7983706b", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-fbb6db06-31e7-463-name"}]} 2018-10-26 08:24:19,138 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateProjectUserTests-fbb6db06-31e7-463-name used request id req-842fd245-4623-4c03-8647-682da8096bb0 2018-10-26 08:24:19,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users/444e416860a144ef9085b6f3ecd508e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80675626588f3606e553c000483173d94ee9d7d3" 2018-10-26 08:24:19,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65b3f86f-95fb-4770-9498-bb2e35fd088e Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/444e416860a144ef9085b6f3ecd508e5"}, "enabled": true, "id": "444e416860a144ef9085b6f3ecd508e5", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-fbb6db06-31e7-463-user"}} 2018-10-26 08:24:19,234 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/444e416860a144ef9085b6f3ecd508e5 used request id req-65b3f86f-95fb-4770-9498-bb2e35fd088e 2018-10-26 08:24:19,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/dff4821d16664a5caf3d717c7983706b/users/444e416860a144ef9085b6f3ecd508e5/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80675626588f3606e553c000483173d94ee9d7d3" 2018-10-26 08:24:19,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ad4e185-ba28-4a1c-880d-80901a107b91 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/dff4821d16664a5caf3d717c7983706b/users/444e416860a144ef9085b6f3ecd508e5/roles", "previous": null, "next": null}, "roles": []} 2018-10-26 08:24:19,343 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/dff4821d16664a5caf3d717c7983706b/users/444e416860a144ef9085b6f3ecd508e5/roles used request id req-2ad4e185-ba28-4a1c-880d-80901a107b91 2018-10-26 08:24:19,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80675626588f3606e553c000483173d94ee9d7d3" 2018-10-26 08:24:19,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5166ea8f-0cd7-44c3-b4d4-ee0ed4b12d4b Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "domain_id": null, "name": "admin", "id": "886257d877da42cd903fe01393f42ae9"}} 2018-10-26 08:24:19,441 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9 used request id req-5166ea8f-0cd7-44c3-b4d4-ee0ed4b12d4b 2018-10-26 08:24:19,441 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-fbb6db06-31e7-463-name 2018-10-26 08:24:19,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/dff4821d16664a5caf3d717c7983706b/users/444e416860a144ef9085b6f3ecd508e5/roles/886257d877da42cd903fe01393f42ae9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80675626588f3606e553c000483173d94ee9d7d3" 2018-10-26 08:24:19,700 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:24:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a3c94512-ac30-4e6b-bd05-1e2114cba45c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:24:19,700 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/dff4821d16664a5caf3d717c7983706b/users/444e416860a144ef9085b6f3ecd508e5/roles/886257d877da42cd903fe01393f42ae9 used request id req-a3c94512-ac30-4e6b-bd05-1e2114cba45c 2018-10-26 08:24:19,701 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-fbb6db06-31e7-463-user 2018-10-26 08:24:19,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32f8b220f544f19b4c9d182bf1617c831e289a0c" 2018-10-26 08:24:19,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e69efe62-59e5-4bc8-9917-e5c40de9b6ac Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a91068ff5cf64889a950e93978f6fe57", "links": {"self": "http://172.30.9.21:5000/v3/roles/a91068ff5cf64889a950e93978f6fe57"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "d82c6d9d4ca54f08bfbe5490412b980c", "links": {"self": "http://172.30.9.21:5000/v3/roles/d82c6d9d4ca54f08bfbe5490412b980c"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:24:19,798 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-e69efe62-59e5-4bc8-9917-e5c40de9b6ac 2018-10-26 08:24:19,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32f8b220f544f19b4c9d182bf1617c831e289a0c" -d '{"role": {"name": "CreateProjectUserTests-fbb6db06-31e7-463-name-role"}}' 2018-10-26 08:24:19,923 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 08:24:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f1ed89d1-3d21-4887-ae64-2cd206ea4a41 Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3aa9e9d24dd7465b9aad3f67916448f1", "links": {"self": "http://172.30.9.21:5000/v3/roles/3aa9e9d24dd7465b9aad3f67916448f1"}, "name": "CreateProjectUserTests-fbb6db06-31e7-463-name-role"}} 2018-10-26 08:24:19,924 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-f1ed89d1-3d21-4887-ae64-2cd206ea4a41 2018-10-26 08:24:19,924 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-fbb6db06-31e7-463-name-role 2018-10-26 08:24:19,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/3aa9e9d24dd7465b9aad3f67916448f1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32f8b220f544f19b4c9d182bf1617c831e289a0c" 2018-10-26 08:24:20,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53dd620a-d386-4a4c-991c-f52a84c44d89 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/3aa9e9d24dd7465b9aad3f67916448f1"}, "domain_id": null, "name": "CreateProjectUserTests-fbb6db06-31e7-463-name-role", "id": "3aa9e9d24dd7465b9aad3f67916448f1"}} 2018-10-26 08:24:20,005 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/3aa9e9d24dd7465b9aad3f67916448f1 used request id req-53dd620a-d386-4a4c-991c-f52a84c44d89 2018-10-26 08:24:20,005 - keystone_utils - INFO - Granting role CreateProjectUserTests-fbb6db06-31e7-463-name-role to project CreateProjectUserTests-fbb6db06-31e7-463-name 2018-10-26 08:24:20,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/dff4821d16664a5caf3d717c7983706b/users/444e416860a144ef9085b6f3ecd508e5/roles/3aa9e9d24dd7465b9aad3f67916448f1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32f8b220f544f19b4c9d182bf1617c831e289a0c" 2018-10-26 08:24:20,142 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:24:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-451fc604-237e-4d32-bbd5-29eb4e9de40a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:24:20,142 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/dff4821d16664a5caf3d717c7983706b/users/444e416860a144ef9085b6f3ecd508e5/roles/3aa9e9d24dd7465b9aad3f67916448f1 used request id req-451fc604-237e-4d32-bbd5-29eb4e9de40a 2018-10-26 08:24:20,143 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:24:20,144 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:24:20,535 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3aa9e9d24dd7465b9aad3f67916448f1", "name": "CreateProjectUserTests-fbb6db06-31e7-463-name-role"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}], "expires_at": "2018-10-26T09:24:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dff4821d16664a5caf3d717c7983706b", "name": "CreateProjectUserTests-fbb6db06-31e7-463-name"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/dff4821d16664a5caf3d717c7983706b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/dff4821d16664a5caf3d717c7983706b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/dff4821d16664a5caf3d717c7983706b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/dff4821d16664a5caf3d717c7983706b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/dff4821d16664a5caf3d717c7983706b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/dff4821d16664a5caf3d717c7983706b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/dff4821d16664a5caf3d717c7983706b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/dff4821d16664a5caf3d717c7983706b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/dff4821d16664a5caf3d717c7983706b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dff4821d16664a5caf3d717c7983706b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/dff4821d16664a5caf3d717c7983706b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/dff4821d16664a5caf3d717c7983706b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-fbb6db06-31e7-463-user", "id": "444e416860a144ef9085b6f3ecd508e5"}, "audit_ids": ["0L01Oi2OSM64jq43I2kMSg"], "issued_at": "2018-10-26T08:24:20.000000Z"}} 2018-10-26 08:24:20,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2568745f6a2e633e8626bbc9c61d6ab8261ef615" 2018-10-26 08:24:20,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f643523f-337b-45d2-90d4-c4507bc75014 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:24:20,607 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f643523f-337b-45d2-90d4-c4507bc75014 2018-10-26 08:24:20,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateProjectUserTests-fbb6db06-31e7-463-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2568745f6a2e633e8626bbc9c61d6ab8261ef615" 2018-10-26 08:24:21,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-f5349970-52b1-4a5f-a27d-0eeb2412903b Date: Fri, 26 Oct 2018 08:24:21 GMT RESP BODY: {"security_groups": []} 2018-10-26 08:24:21,072 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateProjectUserTests-fbb6db06-31e7-463-name&description=hello+group used request id req-f5349970-52b1-4a5f-a27d-0eeb2412903b 2018-10-26 08:24:21,072 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-fbb6db06-31e7-463-name... 2018-10-26 08:24:21,072 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-fbb6db06-31e7-463-name 2018-10-26 08:24:21,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2568745f6a2e633e8626bbc9c61d6ab8261ef615" -d '{"security_group": {"name": "CreateProjectUserTests-fbb6db06-31e7-463-name", "description": "hello group"}}' 2018-10-26 08:24:22,093 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1388 X-Openstack-Request-Id: req-7481b90b-e0ae-473f-b028-8dc318711568 Date: Fri, 26 Oct 2018 08:24:22 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "dff4821d16664a5caf3d717c7983706b", "created_at": "2018-10-26T08:24:21Z", "updated_at": "2018-10-26T08:24:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:24:22Z", "revision_number": 0, "id": "35f33720-96cd-4a87-90b7-68f854369197", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:24:22Z", "security_group_id": "7dcdecb6-8efa-4854-81cf-33a7fa623ef1", "tenant_id": "dff4821d16664a5caf3d717c7983706b", "port_range_min": null, "ethertype": "IPv6", "project_id": "dff4821d16664a5caf3d717c7983706b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:24:21Z", "revision_number": 0, "id": "749da93d-0669-4973-be8e-2cefc20b32e5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:24:21Z", "security_group_id": "7dcdecb6-8efa-4854-81cf-33a7fa623ef1", "tenant_id": "dff4821d16664a5caf3d717c7983706b", "port_range_min": null, "ethertype": "IPv4", "project_id": "dff4821d16664a5caf3d717c7983706b"}], "revision_number": 2, "project_id": "dff4821d16664a5caf3d717c7983706b", "id": "7dcdecb6-8efa-4854-81cf-33a7fa623ef1", "name": "CreateProjectUserTests-fbb6db06-31e7-463-name"}} 2018-10-26 08:24:22,093 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-7481b90b-e0ae-473f-b028-8dc318711568 2018-10-26 08:24:22,094 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7dcdecb6-8efa-4854-81cf-33a7fa623ef1 2018-10-26 08:24:22,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7dcdecb6-8efa-4854-81cf-33a7fa623ef1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2568745f6a2e633e8626bbc9c61d6ab8261ef615" 2018-10-26 08:24:22,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-21c6e2dc-df9b-4f77-b0fe-585b982b1f1d Date: Fri, 26 Oct 2018 08:24: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-26T08:24:22Z", "security_group_id": "7dcdecb6-8efa-4854-81cf-33a7fa623ef1", "port_range_min": null, "revision_number": 0, "tenant_id": "dff4821d16664a5caf3d717c7983706b", "created_at": "2018-10-26T08:24:22Z", "project_id": "dff4821d16664a5caf3d717c7983706b", "id": "35f33720-96cd-4a87-90b7-68f854369197"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T08:24:21Z", "security_group_id": "7dcdecb6-8efa-4854-81cf-33a7fa623ef1", "port_range_min": null, "revision_number": 0, "tenant_id": "dff4821d16664a5caf3d717c7983706b", "created_at": "2018-10-26T08:24:21Z", "project_id": "dff4821d16664a5caf3d717c7983706b", "id": "749da93d-0669-4973-be8e-2cefc20b32e5"}]} 2018-10-26 08:24:22,808 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7dcdecb6-8efa-4854-81cf-33a7fa623ef1 used request id req-21c6e2dc-df9b-4f77-b0fe-585b982b1f1d 2018-10-26 08:24:22,809 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7dcdecb6-8efa-4854-81cf-33a7fa623ef1 2018-10-26 08:24:22,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7dcdecb6-8efa-4854-81cf-33a7fa623ef1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2568745f6a2e633e8626bbc9c61d6ab8261ef615" 2018-10-26 08:24:23,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2b8214d6-872a-4b65-bc63-8f8c000d331f Date: Fri, 26 Oct 2018 08:24: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-26T08:24:22Z", "security_group_id": "7dcdecb6-8efa-4854-81cf-33a7fa623ef1", "port_range_min": null, "revision_number": 0, "tenant_id": "dff4821d16664a5caf3d717c7983706b", "created_at": "2018-10-26T08:24:22Z", "project_id": "dff4821d16664a5caf3d717c7983706b", "id": "35f33720-96cd-4a87-90b7-68f854369197"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T08:24:21Z", "security_group_id": "7dcdecb6-8efa-4854-81cf-33a7fa623ef1", "port_range_min": null, "revision_number": 0, "tenant_id": "dff4821d16664a5caf3d717c7983706b", "created_at": "2018-10-26T08:24:21Z", "project_id": "dff4821d16664a5caf3d717c7983706b", "id": "749da93d-0669-4973-be8e-2cefc20b32e5"}]} 2018-10-26 08:24:23,092 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7dcdecb6-8efa-4854-81cf-33a7fa623ef1 used request id req-2b8214d6-872a-4b65-bc63-8f8c000d331f 2018-10-26 08:24:23,093 - neutron_utils - INFO - Retrieving security group with ID - 7dcdecb6-8efa-4854-81cf-33a7fa623ef1 2018-10-26 08:24:23,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=7dcdecb6-8efa-4854-81cf-33a7fa623ef1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2568745f6a2e633e8626bbc9c61d6ab8261ef615" 2018-10-26 08:24:23,830 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-66696480-cb67-4f4a-9e30-4eee952f4ea2 Date: Fri, 26 Oct 2018 08:24:23 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "dff4821d16664a5caf3d717c7983706b", "created_at": "2018-10-26T08:24:21Z", "updated_at": "2018-10-26T08:24:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:24:22Z", "revision_number": 0, "id": "35f33720-96cd-4a87-90b7-68f854369197", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:24:22Z", "security_group_id": "7dcdecb6-8efa-4854-81cf-33a7fa623ef1", "tenant_id": "dff4821d16664a5caf3d717c7983706b", "port_range_min": null, "ethertype": "IPv6", "project_id": "dff4821d16664a5caf3d717c7983706b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:24:21Z", "revision_number": 0, "id": "749da93d-0669-4973-be8e-2cefc20b32e5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:24:21Z", "security_group_id": "7dcdecb6-8efa-4854-81cf-33a7fa623ef1", "tenant_id": "dff4821d16664a5caf3d717c7983706b", "port_range_min": null, "ethertype": "IPv4", "project_id": "dff4821d16664a5caf3d717c7983706b"}], "revision_number": 2, "project_id": "dff4821d16664a5caf3d717c7983706b", "id": "7dcdecb6-8efa-4854-81cf-33a7fa623ef1", "name": "CreateProjectUserTests-fbb6db06-31e7-463-name"}]} 2018-10-26 08:24:23,831 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=7dcdecb6-8efa-4854-81cf-33a7fa623ef1 used request id req-66696480-cb67-4f4a-9e30-4eee952f4ea2 2018-10-26 08:24:23,831 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7dcdecb6-8efa-4854-81cf-33a7fa623ef1 2018-10-26 08:24:23,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7dcdecb6-8efa-4854-81cf-33a7fa623ef1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2568745f6a2e633e8626bbc9c61d6ab8261ef615" 2018-10-26 08:24:24,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7ed8e1e7-71d6-4d46-aea9-06dbe326314a Date: Fri, 26 Oct 2018 08:24: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-26T08:24:22Z", "security_group_id": "7dcdecb6-8efa-4854-81cf-33a7fa623ef1", "port_range_min": null, "revision_number": 0, "tenant_id": "dff4821d16664a5caf3d717c7983706b", "created_at": "2018-10-26T08:24:22Z", "project_id": "dff4821d16664a5caf3d717c7983706b", "id": "35f33720-96cd-4a87-90b7-68f854369197"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T08:24:21Z", "security_group_id": "7dcdecb6-8efa-4854-81cf-33a7fa623ef1", "port_range_min": null, "revision_number": 0, "tenant_id": "dff4821d16664a5caf3d717c7983706b", "created_at": "2018-10-26T08:24:21Z", "project_id": "dff4821d16664a5caf3d717c7983706b", "id": "749da93d-0669-4973-be8e-2cefc20b32e5"}]} 2018-10-26 08:24:24,146 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7dcdecb6-8efa-4854-81cf-33a7fa623ef1 used request id req-7ed8e1e7-71d6-4d46-aea9-06dbe326314a 2018-10-26 08:24:24,147 - neutron_utils - INFO - Retrieving security group with ID - 7dcdecb6-8efa-4854-81cf-33a7fa623ef1 2018-10-26 08:24:24,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=7dcdecb6-8efa-4854-81cf-33a7fa623ef1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2568745f6a2e633e8626bbc9c61d6ab8261ef615" 2018-10-26 08:24:24,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-467dcf77-5f98-4e25-a36c-6c8379d90789 Date: Fri, 26 Oct 2018 08:24:24 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "dff4821d16664a5caf3d717c7983706b", "created_at": "2018-10-26T08:24:21Z", "updated_at": "2018-10-26T08:24:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:24:22Z", "revision_number": 0, "id": "35f33720-96cd-4a87-90b7-68f854369197", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:24:22Z", "security_group_id": "7dcdecb6-8efa-4854-81cf-33a7fa623ef1", "tenant_id": "dff4821d16664a5caf3d717c7983706b", "port_range_min": null, "ethertype": "IPv6", "project_id": "dff4821d16664a5caf3d717c7983706b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:24:21Z", "revision_number": 0, "id": "749da93d-0669-4973-be8e-2cefc20b32e5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:24:21Z", "security_group_id": "7dcdecb6-8efa-4854-81cf-33a7fa623ef1", "tenant_id": "dff4821d16664a5caf3d717c7983706b", "port_range_min": null, "ethertype": "IPv4", "project_id": "dff4821d16664a5caf3d717c7983706b"}], "revision_number": 2, "project_id": "dff4821d16664a5caf3d717c7983706b", "id": "7dcdecb6-8efa-4854-81cf-33a7fa623ef1", "name": "CreateProjectUserTests-fbb6db06-31e7-463-name"}]} 2018-10-26 08:24:24,481 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=7dcdecb6-8efa-4854-81cf-33a7fa623ef1 used request id req-467dcf77-5f98-4e25-a36c-6c8379d90789 2018-10-26 08:24:24,481 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7dcdecb6-8efa-4854-81cf-33a7fa623ef1 2018-10-26 08:24:24,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7dcdecb6-8efa-4854-81cf-33a7fa623ef1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2568745f6a2e633e8626bbc9c61d6ab8261ef615" 2018-10-26 08:24:24,658 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-39d4db08-9362-4390-9de4-2f35a2785a58 Date: Fri, 26 Oct 2018 08:24: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-26T08:24:22Z", "security_group_id": "7dcdecb6-8efa-4854-81cf-33a7fa623ef1", "port_range_min": null, "revision_number": 0, "tenant_id": "dff4821d16664a5caf3d717c7983706b", "created_at": "2018-10-26T08:24:22Z", "project_id": "dff4821d16664a5caf3d717c7983706b", "id": "35f33720-96cd-4a87-90b7-68f854369197"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T08:24:21Z", "security_group_id": "7dcdecb6-8efa-4854-81cf-33a7fa623ef1", "port_range_min": null, "revision_number": 0, "tenant_id": "dff4821d16664a5caf3d717c7983706b", "created_at": "2018-10-26T08:24:21Z", "project_id": "dff4821d16664a5caf3d717c7983706b", "id": "749da93d-0669-4973-be8e-2cefc20b32e5"}]} 2018-10-26 08:24:24,658 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7dcdecb6-8efa-4854-81cf-33a7fa623ef1 used request id req-39d4db08-9362-4390-9de4-2f35a2785a58 2018-10-26 08:24:24,659 - neutron_utils - INFO - Retrieving security group with ID - 7dcdecb6-8efa-4854-81cf-33a7fa623ef1 2018-10-26 08:24:24,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=7dcdecb6-8efa-4854-81cf-33a7fa623ef1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2568745f6a2e633e8626bbc9c61d6ab8261ef615" 2018-10-26 08:24:24,920 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-5873eab5-abb2-49ce-a99b-ec6829d5abc8 Date: Fri, 26 Oct 2018 08:24:24 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "dff4821d16664a5caf3d717c7983706b", "created_at": "2018-10-26T08:24:21Z", "updated_at": "2018-10-26T08:24:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:24:22Z", "revision_number": 0, "id": "35f33720-96cd-4a87-90b7-68f854369197", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:24:22Z", "security_group_id": "7dcdecb6-8efa-4854-81cf-33a7fa623ef1", "tenant_id": "dff4821d16664a5caf3d717c7983706b", "port_range_min": null, "ethertype": "IPv6", "project_id": "dff4821d16664a5caf3d717c7983706b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:24:21Z", "revision_number": 0, "id": "749da93d-0669-4973-be8e-2cefc20b32e5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:24:21Z", "security_group_id": "7dcdecb6-8efa-4854-81cf-33a7fa623ef1", "tenant_id": "dff4821d16664a5caf3d717c7983706b", "port_range_min": null, "ethertype": "IPv4", "project_id": "dff4821d16664a5caf3d717c7983706b"}], "revision_number": 2, "project_id": "dff4821d16664a5caf3d717c7983706b", "id": "7dcdecb6-8efa-4854-81cf-33a7fa623ef1", "name": "CreateProjectUserTests-fbb6db06-31e7-463-name"}]} 2018-10-26 08:24:24,920 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=7dcdecb6-8efa-4854-81cf-33a7fa623ef1 used request id req-5873eab5-abb2-49ce-a99b-ec6829d5abc8 2018-10-26 08:24:24,921 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7dcdecb6-8efa-4854-81cf-33a7fa623ef1 2018-10-26 08:24:24,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7dcdecb6-8efa-4854-81cf-33a7fa623ef1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2568745f6a2e633e8626bbc9c61d6ab8261ef615" 2018-10-26 08:24:25,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-256beb63-4d80-4824-a2aa-f6b2a84ce403 Date: Fri, 26 Oct 2018 08:24: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-26T08:24:22Z", "security_group_id": "7dcdecb6-8efa-4854-81cf-33a7fa623ef1", "port_range_min": null, "revision_number": 0, "tenant_id": "dff4821d16664a5caf3d717c7983706b", "created_at": "2018-10-26T08:24:22Z", "project_id": "dff4821d16664a5caf3d717c7983706b", "id": "35f33720-96cd-4a87-90b7-68f854369197"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T08:24:21Z", "security_group_id": "7dcdecb6-8efa-4854-81cf-33a7fa623ef1", "port_range_min": null, "revision_number": 0, "tenant_id": "dff4821d16664a5caf3d717c7983706b", "created_at": "2018-10-26T08:24:21Z", "project_id": "dff4821d16664a5caf3d717c7983706b", "id": "749da93d-0669-4973-be8e-2cefc20b32e5"}]} 2018-10-26 08:24:25,615 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7dcdecb6-8efa-4854-81cf-33a7fa623ef1 used request id req-256beb63-4d80-4824-a2aa-f6b2a84ce403 2018-10-26 08:24:25,615 - neutron_utils - INFO - Deleting security group rule with ID - 35f33720-96cd-4a87-90b7-68f854369197 2018-10-26 08:24:25,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/35f33720-96cd-4a87-90b7-68f854369197 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2568745f6a2e633e8626bbc9c61d6ab8261ef615" 2018-10-26 08:24:25,709 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2518f25f-c804-488b-85c5-3609eec35cc7 Content-Length: 0 Date: Fri, 26 Oct 2018 08:24:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:24:25,709 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/35f33720-96cd-4a87-90b7-68f854369197 used request id req-2518f25f-c804-488b-85c5-3609eec35cc7 2018-10-26 08:24:25,709 - neutron_utils - INFO - Deleting security group rule with ID - 749da93d-0669-4973-be8e-2cefc20b32e5 2018-10-26 08:24:25,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/749da93d-0669-4973-be8e-2cefc20b32e5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2568745f6a2e633e8626bbc9c61d6ab8261ef615" 2018-10-26 08:24:26,006 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5327adff-1ed8-484b-9527-d96518d402a3 Content-Length: 0 Date: Fri, 26 Oct 2018 08:24:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:24:26,006 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/749da93d-0669-4973-be8e-2cefc20b32e5 used request id req-5327adff-1ed8-484b-9527-d96518d402a3 2018-10-26 08:24:26,006 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-fbb6db06-31e7-463-name 2018-10-26 08:24:26,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/7dcdecb6-8efa-4854-81cf-33a7fa623ef1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2568745f6a2e633e8626bbc9c61d6ab8261ef615" 2018-10-26 08:24:26,975 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-139b58a7-4d39-4b1e-bde0-e53aaf6e1e18 Content-Length: 0 Date: Fri, 26 Oct 2018 08:24:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:24:26,976 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/7dcdecb6-8efa-4854-81cf-33a7fa623ef1 used request id req-139b58a7-4d39-4b1e-bde0-e53aaf6e1e18 2018-10-26 08:24:26,977 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-fbb6db06-31e7-463-user 2018-10-26 08:24:26,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/444e416860a144ef9085b6f3ecd508e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80675626588f3606e553c000483173d94ee9d7d3" 2018-10-26 08:24:27,225 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:24:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-98968f87-696d-4a53-a727-b4c7d239c01e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:24:27,225 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/444e416860a144ef9085b6f3ecd508e5 used request id req-98968f87-696d-4a53-a727-b4c7d239c01e 2018-10-26 08:24:27,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32f8b220f544f19b4c9d182bf1617c831e289a0c" 2018-10-26 08:24:28,075 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9673 X-Openstack-Request-Id: req-6346d06e-05d5-4423-b15e-efd2ec31638c Date: Fri, 26 Oct 2018 08:24:28 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:23:56Z", "updated_at": "2018-10-26T08:23:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:56Z", "revision_number": 0, "id": "2e1520a5-5618-4e9d-a039-802c181d3dd2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:56Z", "security_group_id": "20832275-63ca-4f81-93a7-4da74d8fc132", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:56Z", "revision_number": 0, "id": "c5f46db1-5c3b-43f5-8784-dc2718b4a556", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:56Z", "security_group_id": "20832275-63ca-4f81-93a7-4da74d8fc132", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:56Z", "revision_number": 0, "id": "930ce5cb-c9e4-4e19-b8cd-60a893115ae0", "remote_group_id": "20832275-63ca-4f81-93a7-4da74d8fc132", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:56Z", "security_group_id": "20832275-63ca-4f81-93a7-4da74d8fc132", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:56Z", "revision_number": 0, "id": "7e55918e-e948-449b-9fea-9dcadb662518", "remote_group_id": "20832275-63ca-4f81-93a7-4da74d8fc132", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:56Z", "security_group_id": "20832275-63ca-4f81-93a7-4da74d8fc132", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}], "revision_number": 4, "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "20832275-63ca-4f81-93a7-4da74d8fc132", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dff4821d16664a5caf3d717c7983706b", "created_at": "2018-10-26T08:24:20Z", "updated_at": "2018-10-26T08:24:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:24:21Z", "revision_number": 0, "id": "dea1c402-be43-4afa-841d-ef4f68e29d5a", "remote_group_id": "ee370090-7279-4fe3-9a89-8be35835f5d5", "remote_ip_prefix": null, "created_at": "2018-10-26T08:24:21Z", "security_group_id": "ee370090-7279-4fe3-9a89-8be35835f5d5", "tenant_id": "dff4821d16664a5caf3d717c7983706b", "port_range_min": null, "ethertype": "IPv6", "project_id": "dff4821d16664a5caf3d717c7983706b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:24:20Z", "revision_number": 0, "id": "97499c94-62cf-4b65-b935-c04729c4fbaf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:24:20Z", "security_group_id": "ee370090-7279-4fe3-9a89-8be35835f5d5", "tenant_id": "dff4821d16664a5caf3d717c7983706b", "port_range_min": null, "ethertype": "IPv4", "project_id": "dff4821d16664a5caf3d717c7983706b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:24:20Z", "revision_number": 0, "id": "35bf07ac-0a6f-4fd1-9d4f-be1aba46814d", "remote_group_id": "ee370090-7279-4fe3-9a89-8be35835f5d5", "remote_ip_prefix": null, "created_at": "2018-10-26T08:24:20Z", "security_group_id": "ee370090-7279-4fe3-9a89-8be35835f5d5", "tenant_id": "dff4821d16664a5caf3d717c7983706b", "port_range_min": null, "ethertype": "IPv4", "project_id": "dff4821d16664a5caf3d717c7983706b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:24:21Z", "revision_number": 0, "id": "08e27d6b-28b1-41a1-8bcb-93021eecad58", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:24:21Z", "security_group_id": "ee370090-7279-4fe3-9a89-8be35835f5d5", "tenant_id": "dff4821d16664a5caf3d717c7983706b", "port_range_min": null, "ethertype": "IPv6", "project_id": "dff4821d16664a5caf3d717c7983706b"}], "revision_number": 4, "project_id": "dff4821d16664a5caf3d717c7983706b", "id": "ee370090-7279-4fe3-9a89-8be35835f5d5", "name": "default"}]} 2018-10-26 08:24:28,075 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-6346d06e-05d5-4423-b15e-efd2ec31638c 2018-10-26 08:24:28,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32f8b220f544f19b4c9d182bf1617c831e289a0c" 2018-10-26 08:24:28,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f38bbc17-ece2-4c03-b0e1-b45309f692cb 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:24:28,178 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-f38bbc17-ece2-4c03-b0e1-b45309f692cb 2018-10-26 08:24:28,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32f8b220f544f19b4c9d182bf1617c831e289a0c" 2018-10-26 08:24:28,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3be81aeb-b4d1-470b-b8ec-70b82727add2 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 08:24:28,285 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-3be81aeb-b4d1-470b-b8ec-70b82727add2 2018-10-26 08:24:28,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32f8b220f544f19b4c9d182bf1617c831e289a0c" 2018-10-26 08:24:28,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0578a380-fd24-4cf7-94b4-07eb6fab4c83 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 08:24:28,397 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-0578a380-fd24-4cf7-94b4-07eb6fab4c83 2018-10-26 08:24:28,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/dff4821d16664a5caf3d717c7983706b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32f8b220f544f19b4c9d182bf1617c831e289a0c" 2018-10-26 08:24:28,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e2d6946-75f7-45ab-bff6-5ccb794ecef1 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/dff4821d16664a5caf3d717c7983706b"}, "enabled": true, "id": "dff4821d16664a5caf3d717c7983706b", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-fbb6db06-31e7-463-name"}} 2018-10-26 08:24:28,487 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/dff4821d16664a5caf3d717c7983706b used request id req-0e2d6946-75f7-45ab-bff6-5ccb794ecef1 2018-10-26 08:24:28,487 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ee370090-7279-4fe3-9a89-8be35835f5d5 2018-10-26 08:24:28,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=ee370090-7279-4fe3-9a89-8be35835f5d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32f8b220f544f19b4c9d182bf1617c831e289a0c" 2018-10-26 08:24:28,672 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-3437b05e-8ee9-4014-8eca-16cb802c3b74 Date: Fri, 26 Oct 2018 08:24: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-26T08:24:21Z", "security_group_id": "ee370090-7279-4fe3-9a89-8be35835f5d5", "port_range_min": null, "revision_number": 0, "tenant_id": "dff4821d16664a5caf3d717c7983706b", "created_at": "2018-10-26T08:24:21Z", "project_id": "dff4821d16664a5caf3d717c7983706b", "id": "08e27d6b-28b1-41a1-8bcb-93021eecad58"}, {"remote_group_id": "ee370090-7279-4fe3-9a89-8be35835f5d5", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T08:24:20Z", "security_group_id": "ee370090-7279-4fe3-9a89-8be35835f5d5", "port_range_min": null, "revision_number": 0, "tenant_id": "dff4821d16664a5caf3d717c7983706b", "created_at": "2018-10-26T08:24:20Z", "project_id": "dff4821d16664a5caf3d717c7983706b", "id": "35bf07ac-0a6f-4fd1-9d4f-be1aba46814d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T08:24:20Z", "security_group_id": "ee370090-7279-4fe3-9a89-8be35835f5d5", "port_range_min": null, "revision_number": 0, "tenant_id": "dff4821d16664a5caf3d717c7983706b", "created_at": "2018-10-26T08:24:20Z", "project_id": "dff4821d16664a5caf3d717c7983706b", "id": "97499c94-62cf-4b65-b935-c04729c4fbaf"}, {"remote_group_id": "ee370090-7279-4fe3-9a89-8be35835f5d5", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T08:24:21Z", "security_group_id": "ee370090-7279-4fe3-9a89-8be35835f5d5", "port_range_min": null, "revision_number": 0, "tenant_id": "dff4821d16664a5caf3d717c7983706b", "created_at": "2018-10-26T08:24:21Z", "project_id": "dff4821d16664a5caf3d717c7983706b", "id": "dea1c402-be43-4afa-841d-ef4f68e29d5a"}]} 2018-10-26 08:24:28,672 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=ee370090-7279-4fe3-9a89-8be35835f5d5 used request id req-3437b05e-8ee9-4014-8eca-16cb802c3b74 2018-10-26 08:24:28,673 - neutron_utils - INFO - Deleting security group with name - default 2018-10-26 08:24:28,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/ee370090-7279-4fe3-9a89-8be35835f5d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32f8b220f544f19b4c9d182bf1617c831e289a0c" 2018-10-26 08:24:28,999 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f42d2400-8366-4a10-96a4-0eec1ae48cc4 Content-Length: 0 Date: Fri, 26 Oct 2018 08:24:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:24:28,999 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/ee370090-7279-4fe3-9a89-8be35835f5d5 used request id req-f42d2400-8366-4a10-96a4-0eec1ae48cc4 2018-10-26 08:24:29,000 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-fbb6db06-31e7-463-name 2018-10-26 08:24:29,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/dff4821d16664a5caf3d717c7983706b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32f8b220f544f19b4c9d182bf1617c831e289a0c" 2018-10-26 08:24:29,135 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:24:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-715d8e6d-abd3-45df-9701-a319bef30e50 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:24:29,135 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/dff4821d16664a5caf3d717c7983706b used request id req-715d8e6d-abd3-45df-9701-a319bef30e50 2018-10-26 08:24:29,136 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-fbb6db06-31e7-463-name-role 2018-10-26 08:24:29,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/3aa9e9d24dd7465b9aad3f67916448f1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32f8b220f544f19b4c9d182bf1617c831e289a0c" 2018-10-26 08:24:29,253 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:24:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9760e22b-93d8-4601-b359-605169090c94 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:24:29,253 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/3aa9e9d24dd7465b9aad3f67916448f1 used request id req-9760e22b-93d8-4601-b359-605169090c94 2018-10-26 08:24:29,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32f8b220f544f19b4c9d182bf1617c831e289a0c" 2018-10-26 08:24:29,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48ee6cb8-d025-47ef-aab5-5c684b58e44a Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a91068ff5cf64889a950e93978f6fe57", "links": {"self": "http://172.30.9.21:5000/v3/roles/a91068ff5cf64889a950e93978f6fe57"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "d82c6d9d4ca54f08bfbe5490412b980c", "links": {"self": "http://172.30.9.21:5000/v3/roles/d82c6d9d4ca54f08bfbe5490412b980c"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:24:29,347 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-48ee6cb8-d025-47ef-aab5-5c684b58e44a 2018-10-26 08:24:29,349 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:24:29,717 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:24:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["DhhxxEUOSGm3azwpFDPkqA"], "issued_at": "2018-10-26T08:24:29.000000Z"}} 2018-10-26 08:24:29,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8435bcc6a965d0fd8c96de92790d4bdcd43a8f01" 2018-10-26 08:24:29,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52cf7085-4942-462d-98dc-8be7d89c3457 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:24:29,806 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-52cf7085-4942-462d-98dc-8be7d89c3457 2018-10-26 08:24:29,808 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:24:29,809 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:24:30,197 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:24:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["C0m4PTKmRQCN7ie6M-FntQ"], "issued_at": "2018-10-26T08:24:30.000000Z"}} 2018-10-26 08:24:30,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01767aa806457543637f066fab703d1e4ad81c1a" 2018-10-26 08:24:30,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dba2b0ec-607f-4487-8781-a2758e664cdf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:24:30,282 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-dba2b0ec-607f-4487-8781-a2758e664cdf 2018-10-26 08:24:30,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:24:30,292 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:24: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:24:30,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-0d2913f5-221f-47b-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01767aa806457543637f066fab703d1e4ad81c1a" 2018-10-26 08:24:30,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-783db492-6903-4440-97d6-c91306634439 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-0d2913f5-221f-47b-name", "previous": null, "next": null}, "projects": []} 2018-10-26 08:24:30,376 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-0d2913f5-221f-47b-name used request id req-783db492-6903-4440-97d6-c91306634439 2018-10-26 08:24:30,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01767aa806457543637f066fab703d1e4ad81c1a" 2018-10-26 08:24:30,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-765dd1fc-cce5-4671-95b4-7de860d4c993 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 08:24:30,462 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-765dd1fc-cce5-4671-95b4-7de860d4c993 2018-10-26 08:24:30,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01767aa806457543637f066fab703d1e4ad81c1a" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectUserTests-0d2913f5-221f-47b-name"}}' 2018-10-26 08:24:30,588 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 08:24:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8c7cc895-173e-4c10-9f52-3d29ff0c3a95 Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/87d473458a6142d4a2b0ef887741436f"}, "enabled": true, "id": "87d473458a6142d4a2b0ef887741436f", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-0d2913f5-221f-47b-name"}} 2018-10-26 08:24:30,588 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-8c7cc895-173e-4c10-9f52-3d29ff0c3a95 2018-10-26 08:24:30,589 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-0d2913f5-221f-47b-name 2018-10-26 08:24:30,589 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:24:30,590 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:24:31,052 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:24:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["SrgAEmQjQ-qZv0jz4XqiQg"], "issued_at": "2018-10-26T08:24:31.000000Z"}} 2018-10-26 08:24:31,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ca0b6fae194925d8d48fbd372ada1d5597388c9" 2018-10-26 08:24:31,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-410b7332-5891-4cbb-b348-72383705e419 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:24:31,137 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-410b7332-5891-4cbb-b348-72383705e419 2018-10-26 08:24:31,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:24:31,147 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:24: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:24:31,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ca0b6fae194925d8d48fbd372ada1d5597388c9" 2018-10-26 08:24:31,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f4c53fa-0f7f-4d3f-bec2-52c1adfc29e8 Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "links": {"self": "http://172.30.9.21:5000/v3/users/33d9df1b41b84eb5b98a2538f2ae93a5"}, "domain_id": "default", "enabled": true, "id": "33d9df1b41b84eb5b98a2538f2ae93a5", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 08:24:31,253 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-0f4c53fa-0f7f-4d3f-bec2-52c1adfc29e8 2018-10-26 08:24:31,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ca0b6fae194925d8d48fbd372ada1d5597388c9" 2018-10-26 08:24:31,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bf95088-9372-4b03-94f5-dae7f1b50f82 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 08:24:31,339 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-2bf95088-9372-4b03-94f5-dae7f1b50f82 2018-10-26 08:24:31,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ca0b6fae194925d8d48fbd372ada1d5597388c9" 2018-10-26 08:24:31,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eadba0d4-ee17-4496-8724-29639b20ea21 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a91068ff5cf64889a950e93978f6fe57", "links": {"self": "http://172.30.9.21:5000/v3/roles/a91068ff5cf64889a950e93978f6fe57"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "d82c6d9d4ca54f08bfbe5490412b980c", "links": {"self": "http://172.30.9.21:5000/v3/roles/d82c6d9d4ca54f08bfbe5490412b980c"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:24:31,962 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-eadba0d4-ee17-4496-8724-29639b20ea21 2018-10-26 08:24:31,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateProjectUserTests-0d2913f5-221f-47b-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ca0b6fae194925d8d48fbd372ada1d5597388c9" 2018-10-26 08:24:32,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7080775-f05d-44c6-a647-50f290a02ad2 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateProjectUserTests-0d2913f5-221f-47b-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/87d473458a6142d4a2b0ef887741436f"}, "enabled": true, "id": "87d473458a6142d4a2b0ef887741436f", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-0d2913f5-221f-47b-name"}]} 2018-10-26 08:24:32,111 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateProjectUserTests-0d2913f5-221f-47b-name used request id req-c7080775-f05d-44c6-a647-50f290a02ad2 2018-10-26 08:24:32,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users/c4b5b92f58574f5fba6a6d877a284e93 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ca0b6fae194925d8d48fbd372ada1d5597388c9" 2018-10-26 08:24:32,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb837313-d59a-4255-8741-ea7beb805b3c Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/c4b5b92f58574f5fba6a6d877a284e93"}, "enabled": true, "id": "c4b5b92f58574f5fba6a6d877a284e93", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-0d2913f5-221f-47b-user1"}} 2018-10-26 08:24:32,217 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/c4b5b92f58574f5fba6a6d877a284e93 used request id req-cb837313-d59a-4255-8741-ea7beb805b3c 2018-10-26 08:24:32,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87d473458a6142d4a2b0ef887741436f/users/c4b5b92f58574f5fba6a6d877a284e93/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ca0b6fae194925d8d48fbd372ada1d5597388c9" 2018-10-26 08:24:32,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89ea9520-f605-4f70-b462-6a4b89ffac49 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/87d473458a6142d4a2b0ef887741436f/users/c4b5b92f58574f5fba6a6d877a284e93/roles", "previous": null, "next": null}, "roles": []} 2018-10-26 08:24:32,331 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87d473458a6142d4a2b0ef887741436f/users/c4b5b92f58574f5fba6a6d877a284e93/roles used request id req-89ea9520-f605-4f70-b462-6a4b89ffac49 2018-10-26 08:24:32,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ca0b6fae194925d8d48fbd372ada1d5597388c9" 2018-10-26 08:24:32,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eba0beae-4b22-4587-a459-093140ea5099 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "domain_id": null, "name": "admin", "id": "886257d877da42cd903fe01393f42ae9"}} 2018-10-26 08:24:32,416 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9 used request id req-eba0beae-4b22-4587-a459-093140ea5099 2018-10-26 08:24:32,416 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-0d2913f5-221f-47b-name 2018-10-26 08:24:32,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/87d473458a6142d4a2b0ef887741436f/users/c4b5b92f58574f5fba6a6d877a284e93/roles/886257d877da42cd903fe01393f42ae9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ca0b6fae194925d8d48fbd372ada1d5597388c9" 2018-10-26 08:24:32,621 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:24:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8654e5a4-7d52-4eaf-af5c-db8ffbfdbb22 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:24:32,622 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/87d473458a6142d4a2b0ef887741436f/users/c4b5b92f58574f5fba6a6d877a284e93/roles/886257d877da42cd903fe01393f42ae9 used request id req-8654e5a4-7d52-4eaf-af5c-db8ffbfdbb22 2018-10-26 08:24:32,622 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-0d2913f5-221f-47b-user1 2018-10-26 08:24:32,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01767aa806457543637f066fab703d1e4ad81c1a" 2018-10-26 08:24:32,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95a24519-1302-4561-8dc4-a58cb6d557d4 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a91068ff5cf64889a950e93978f6fe57", "links": {"self": "http://172.30.9.21:5000/v3/roles/a91068ff5cf64889a950e93978f6fe57"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "d82c6d9d4ca54f08bfbe5490412b980c", "links": {"self": "http://172.30.9.21:5000/v3/roles/d82c6d9d4ca54f08bfbe5490412b980c"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:24:32,714 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-95a24519-1302-4561-8dc4-a58cb6d557d4 2018-10-26 08:24:32,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01767aa806457543637f066fab703d1e4ad81c1a" -d '{"role": {"name": "CreateProjectUserTests-0d2913f5-221f-47b-name-role"}}' 2018-10-26 08:24:32,811 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 08:24:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-33bafe92-ebc7-4826-98f7-6fe1a632216b Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6642312ecca0459b93901692f111a0c3", "links": {"self": "http://172.30.9.21:5000/v3/roles/6642312ecca0459b93901692f111a0c3"}, "name": "CreateProjectUserTests-0d2913f5-221f-47b-name-role"}} 2018-10-26 08:24:32,811 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-33bafe92-ebc7-4826-98f7-6fe1a632216b 2018-10-26 08:24:32,811 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-0d2913f5-221f-47b-name-role 2018-10-26 08:24:32,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/6642312ecca0459b93901692f111a0c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01767aa806457543637f066fab703d1e4ad81c1a" 2018-10-26 08:24:32,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23c5ee1e-085e-40b3-b0cd-1c012a2d607f Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/6642312ecca0459b93901692f111a0c3"}, "domain_id": null, "name": "CreateProjectUserTests-0d2913f5-221f-47b-name-role", "id": "6642312ecca0459b93901692f111a0c3"}} 2018-10-26 08:24:32,908 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/6642312ecca0459b93901692f111a0c3 used request id req-23c5ee1e-085e-40b3-b0cd-1c012a2d607f 2018-10-26 08:24:32,908 - keystone_utils - INFO - Granting role CreateProjectUserTests-0d2913f5-221f-47b-name-role to project CreateProjectUserTests-0d2913f5-221f-47b-name 2018-10-26 08:24:32,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/87d473458a6142d4a2b0ef887741436f/users/c4b5b92f58574f5fba6a6d877a284e93/roles/6642312ecca0459b93901692f111a0c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01767aa806457543637f066fab703d1e4ad81c1a" 2018-10-26 08:24:33,019 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:24:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-13f5c013-4e5a-4206-a84a-80beb2b7534c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:24:33,019 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/87d473458a6142d4a2b0ef887741436f/users/c4b5b92f58574f5fba6a6d877a284e93/roles/6642312ecca0459b93901692f111a0c3 used request id req-13f5c013-4e5a-4206-a84a-80beb2b7534c 2018-10-26 08:24:33,020 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:24:33,021 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:24:33,392 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:24:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["gYcAzJo0S6uUEb9Bdu_wqQ"], "issued_at": "2018-10-26T08:24:33.000000Z"}} 2018-10-26 08:24:33,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5929f36dd3f208228ef9e52046a608992b57ef1d" 2018-10-26 08:24:33,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb32b2ab-2050-4b2f-bdf6-ffd95710e305 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:24:33,481 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-cb32b2ab-2050-4b2f-bdf6-ffd95710e305 2018-10-26 08:24:33,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:24:33,492 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:24: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:24:33,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5929f36dd3f208228ef9e52046a608992b57ef1d" 2018-10-26 08:24:33,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0d79f19-6f27-4ce7-a978-69e4069cf4b6 Content-Encoding: gzip Content-Length: 946 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "links": {"self": "http://172.30.9.21:5000/v3/users/33d9df1b41b84eb5b98a2538f2ae93a5"}, "domain_id": "default", "enabled": true, "id": "33d9df1b41b84eb5b98a2538f2ae93a5", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateProjectUserTests-0d2913f5-221f-47b-user1", "links": {"self": "http://172.30.9.21:5000/v3/users/c4b5b92f58574f5fba6a6d877a284e93"}, "domain_id": "default", "enabled": true, "id": "c4b5b92f58574f5fba6a6d877a284e93", "options": {}}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 08:24:33,589 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-b0d79f19-6f27-4ce7-a978-69e4069cf4b6 2018-10-26 08:24:33,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5929f36dd3f208228ef9e52046a608992b57ef1d" 2018-10-26 08:24:33,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc32c15f-a1e0-4c12-a840-144cd8edc5c9 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 08:24:33,679 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-fc32c15f-a1e0-4c12-a840-144cd8edc5c9 2018-10-26 08:24:34,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5929f36dd3f208228ef9e52046a608992b57ef1d" 2018-10-26 08:24:34,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0134d76a-fd0b-41e0-91f8-47b0c4889e16 Content-Encoding: gzip Content-Length: 416 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6642312ecca0459b93901692f111a0c3", "links": {"self": "http://172.30.9.21:5000/v3/roles/6642312ecca0459b93901692f111a0c3"}, "name": "CreateProjectUserTests-0d2913f5-221f-47b-name-role"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a91068ff5cf64889a950e93978f6fe57", "links": {"self": "http://172.30.9.21:5000/v3/roles/a91068ff5cf64889a950e93978f6fe57"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "d82c6d9d4ca54f08bfbe5490412b980c", "links": {"self": "http://172.30.9.21:5000/v3/roles/d82c6d9d4ca54f08bfbe5490412b980c"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:24:34,185 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-0134d76a-fd0b-41e0-91f8-47b0c4889e16 2018-10-26 08:24:34,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateProjectUserTests-0d2913f5-221f-47b-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5929f36dd3f208228ef9e52046a608992b57ef1d" 2018-10-26 08:24:34,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e447bddb-91f6-43d4-a7d9-058f86a3a991 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateProjectUserTests-0d2913f5-221f-47b-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/87d473458a6142d4a2b0ef887741436f"}, "enabled": true, "id": "87d473458a6142d4a2b0ef887741436f", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-0d2913f5-221f-47b-name"}]} 2018-10-26 08:24:34,286 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateProjectUserTests-0d2913f5-221f-47b-name used request id req-e447bddb-91f6-43d4-a7d9-058f86a3a991 2018-10-26 08:24:34,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users/84dc2ecb7491436c903f1c2c15eee8a2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5929f36dd3f208228ef9e52046a608992b57ef1d" 2018-10-26 08:24:34,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a7e0037-15ac-44a0-9bd1-865e3405247c Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/84dc2ecb7491436c903f1c2c15eee8a2"}, "enabled": true, "id": "84dc2ecb7491436c903f1c2c15eee8a2", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-0d2913f5-221f-47b-user2"}} 2018-10-26 08:24:34,394 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/84dc2ecb7491436c903f1c2c15eee8a2 used request id req-6a7e0037-15ac-44a0-9bd1-865e3405247c 2018-10-26 08:24:34,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87d473458a6142d4a2b0ef887741436f/users/84dc2ecb7491436c903f1c2c15eee8a2/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5929f36dd3f208228ef9e52046a608992b57ef1d" 2018-10-26 08:24:34,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bd1096f-1fe1-425f-9609-0628c29d7c1f Content-Encoding: gzip Content-Length: 163 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/87d473458a6142d4a2b0ef887741436f/users/84dc2ecb7491436c903f1c2c15eee8a2/roles", "previous": null, "next": null}, "roles": []} 2018-10-26 08:24:34,499 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87d473458a6142d4a2b0ef887741436f/users/84dc2ecb7491436c903f1c2c15eee8a2/roles used request id req-7bd1096f-1fe1-425f-9609-0628c29d7c1f 2018-10-26 08:24:34,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5929f36dd3f208228ef9e52046a608992b57ef1d" 2018-10-26 08:24:34,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89bfe86c-5fa2-479f-ad33-91a68e12170c Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "domain_id": null, "name": "admin", "id": "886257d877da42cd903fe01393f42ae9"}} 2018-10-26 08:24:34,592 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9 used request id req-89bfe86c-5fa2-479f-ad33-91a68e12170c 2018-10-26 08:24:34,593 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-0d2913f5-221f-47b-name 2018-10-26 08:24:34,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/87d473458a6142d4a2b0ef887741436f/users/84dc2ecb7491436c903f1c2c15eee8a2/roles/886257d877da42cd903fe01393f42ae9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5929f36dd3f208228ef9e52046a608992b57ef1d" 2018-10-26 08:24:34,716 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:24:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c29341b8-f88c-4319-9cc0-7ae4581d948b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:24:34,716 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/87d473458a6142d4a2b0ef887741436f/users/84dc2ecb7491436c903f1c2c15eee8a2/roles/886257d877da42cd903fe01393f42ae9 used request id req-c29341b8-f88c-4319-9cc0-7ae4581d948b 2018-10-26 08:24:34,717 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-0d2913f5-221f-47b-user2 2018-10-26 08:24:34,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/6642312ecca0459b93901692f111a0c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01767aa806457543637f066fab703d1e4ad81c1a" 2018-10-26 08:24:34,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1f617f7-13b2-4e7c-9e3e-1cd2266c1856 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/6642312ecca0459b93901692f111a0c3"}, "domain_id": null, "name": "CreateProjectUserTests-0d2913f5-221f-47b-name-role", "id": "6642312ecca0459b93901692f111a0c3"}} 2018-10-26 08:24:34,802 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/6642312ecca0459b93901692f111a0c3 used request id req-b1f617f7-13b2-4e7c-9e3e-1cd2266c1856 2018-10-26 08:24:34,803 - keystone_utils - INFO - Granting role CreateProjectUserTests-0d2913f5-221f-47b-name-role to project CreateProjectUserTests-0d2913f5-221f-47b-name 2018-10-26 08:24:34,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/87d473458a6142d4a2b0ef887741436f/users/84dc2ecb7491436c903f1c2c15eee8a2/roles/6642312ecca0459b93901692f111a0c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01767aa806457543637f066fab703d1e4ad81c1a" 2018-10-26 08:24:34,933 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:24:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-97e8931b-8a2c-400f-8e65-080ce9007bfc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:24:34,934 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/87d473458a6142d4a2b0ef887741436f/users/84dc2ecb7491436c903f1c2c15eee8a2/roles/6642312ecca0459b93901692f111a0c3 used request id req-97e8931b-8a2c-400f-8e65-080ce9007bfc 2018-10-26 08:24:34,934 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:24:34,935 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:24:35,322 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6642312ecca0459b93901692f111a0c3", "name": "CreateProjectUserTests-0d2913f5-221f-47b-name-role"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}], "expires_at": "2018-10-26T09:24:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "87d473458a6142d4a2b0ef887741436f", "name": "CreateProjectUserTests-0d2913f5-221f-47b-name"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/87d473458a6142d4a2b0ef887741436f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/87d473458a6142d4a2b0ef887741436f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/87d473458a6142d4a2b0ef887741436f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/87d473458a6142d4a2b0ef887741436f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/87d473458a6142d4a2b0ef887741436f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/87d473458a6142d4a2b0ef887741436f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/87d473458a6142d4a2b0ef887741436f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/87d473458a6142d4a2b0ef887741436f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/87d473458a6142d4a2b0ef887741436f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/87d473458a6142d4a2b0ef887741436f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/87d473458a6142d4a2b0ef887741436f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/87d473458a6142d4a2b0ef887741436f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-0d2913f5-221f-47b-user1", "id": "c4b5b92f58574f5fba6a6d877a284e93"}, "audit_ids": ["oPUPx4GJSaS-FGtZgI73rw"], "issued_at": "2018-10-26T08:24:35.000000Z"}} 2018-10-26 08:24:35,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255de8df21c8014b937ec3321bc284f27b5261f0" 2018-10-26 08:24:35,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87786f8b-1efe-43c2-bdfa-d956579f78c6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:24:35,393 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-87786f8b-1efe-43c2-bdfa-d956579f78c6 2018-10-26 08:24:35,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateProjectUserTests-0d2913f5-221f-47b-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255de8df21c8014b937ec3321bc284f27b5261f0" 2018-10-26 08:24:35,733 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-0c9cce95-dada-41ca-a3d2-d99f27a2dff3 Date: Fri, 26 Oct 2018 08:24:35 GMT RESP BODY: {"security_groups": []} 2018-10-26 08:24:35,733 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateProjectUserTests-0d2913f5-221f-47b-name&description=hello+group used request id req-0c9cce95-dada-41ca-a3d2-d99f27a2dff3 2018-10-26 08:24:35,733 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-0d2913f5-221f-47b-name... 2018-10-26 08:24:35,733 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-0d2913f5-221f-47b-name 2018-10-26 08:24:35,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255de8df21c8014b937ec3321bc284f27b5261f0" -d '{"security_group": {"name": "CreateProjectUserTests-0d2913f5-221f-47b-name", "description": "hello group"}}' 2018-10-26 08:24:36,128 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1388 X-Openstack-Request-Id: req-9b279cde-3e87-4829-a9ac-0f6eeef92fd0 Date: Fri, 26 Oct 2018 08:24:36 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "87d473458a6142d4a2b0ef887741436f", "created_at": "2018-10-26T08:24:35Z", "updated_at": "2018-10-26T08:24:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:24:36Z", "revision_number": 0, "id": "882745cf-f338-47e6-976f-f6a1d6c3e8ea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:24:36Z", "security_group_id": "6c56c6b1-db44-4c07-9a12-f29883ebc612", "tenant_id": "87d473458a6142d4a2b0ef887741436f", "port_range_min": null, "ethertype": "IPv6", "project_id": "87d473458a6142d4a2b0ef887741436f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:24:35Z", "revision_number": 0, "id": "f99fac4c-9fe1-42be-94c7-a0b057debb48", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:24:35Z", "security_group_id": "6c56c6b1-db44-4c07-9a12-f29883ebc612", "tenant_id": "87d473458a6142d4a2b0ef887741436f", "port_range_min": null, "ethertype": "IPv4", "project_id": "87d473458a6142d4a2b0ef887741436f"}], "revision_number": 2, "project_id": "87d473458a6142d4a2b0ef887741436f", "id": "6c56c6b1-db44-4c07-9a12-f29883ebc612", "name": "CreateProjectUserTests-0d2913f5-221f-47b-name"}} 2018-10-26 08:24:36,128 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-9b279cde-3e87-4829-a9ac-0f6eeef92fd0 2018-10-26 08:24:36,129 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6c56c6b1-db44-4c07-9a12-f29883ebc612 2018-10-26 08:24:36,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=6c56c6b1-db44-4c07-9a12-f29883ebc612 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255de8df21c8014b937ec3321bc284f27b5261f0" 2018-10-26 08:24:36,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-461b7943-7615-45db-ab7d-756a6f273b3c Date: Fri, 26 Oct 2018 08:24: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-26T08:24:36Z", "security_group_id": "6c56c6b1-db44-4c07-9a12-f29883ebc612", "port_range_min": null, "revision_number": 0, "tenant_id": "87d473458a6142d4a2b0ef887741436f", "created_at": "2018-10-26T08:24:36Z", "project_id": "87d473458a6142d4a2b0ef887741436f", "id": "882745cf-f338-47e6-976f-f6a1d6c3e8ea"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T08:24:35Z", "security_group_id": "6c56c6b1-db44-4c07-9a12-f29883ebc612", "port_range_min": null, "revision_number": 0, "tenant_id": "87d473458a6142d4a2b0ef887741436f", "created_at": "2018-10-26T08:24:35Z", "project_id": "87d473458a6142d4a2b0ef887741436f", "id": "f99fac4c-9fe1-42be-94c7-a0b057debb48"}]} 2018-10-26 08:24:36,307 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=6c56c6b1-db44-4c07-9a12-f29883ebc612 used request id req-461b7943-7615-45db-ab7d-756a6f273b3c 2018-10-26 08:24:36,308 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6c56c6b1-db44-4c07-9a12-f29883ebc612 2018-10-26 08:24:36,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=6c56c6b1-db44-4c07-9a12-f29883ebc612 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255de8df21c8014b937ec3321bc284f27b5261f0" 2018-10-26 08:24:36,462 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c525551a-04bb-4555-a26d-2ed7e00875f0 Date: Fri, 26 Oct 2018 08:24: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-26T08:24:36Z", "security_group_id": "6c56c6b1-db44-4c07-9a12-f29883ebc612", "port_range_min": null, "revision_number": 0, "tenant_id": "87d473458a6142d4a2b0ef887741436f", "created_at": "2018-10-26T08:24:36Z", "project_id": "87d473458a6142d4a2b0ef887741436f", "id": "882745cf-f338-47e6-976f-f6a1d6c3e8ea"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T08:24:35Z", "security_group_id": "6c56c6b1-db44-4c07-9a12-f29883ebc612", "port_range_min": null, "revision_number": 0, "tenant_id": "87d473458a6142d4a2b0ef887741436f", "created_at": "2018-10-26T08:24:35Z", "project_id": "87d473458a6142d4a2b0ef887741436f", "id": "f99fac4c-9fe1-42be-94c7-a0b057debb48"}]} 2018-10-26 08:24:36,462 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=6c56c6b1-db44-4c07-9a12-f29883ebc612 used request id req-c525551a-04bb-4555-a26d-2ed7e00875f0 2018-10-26 08:24:36,463 - neutron_utils - INFO - Retrieving security group with ID - 6c56c6b1-db44-4c07-9a12-f29883ebc612 2018-10-26 08:24:36,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=6c56c6b1-db44-4c07-9a12-f29883ebc612 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255de8df21c8014b937ec3321bc284f27b5261f0" 2018-10-26 08:24:36,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-7bb0902c-d962-4884-86a9-733de54cd268 Date: Fri, 26 Oct 2018 08:24:36 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "87d473458a6142d4a2b0ef887741436f", "created_at": "2018-10-26T08:24:35Z", "updated_at": "2018-10-26T08:24:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:24:36Z", "revision_number": 0, "id": "882745cf-f338-47e6-976f-f6a1d6c3e8ea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:24:36Z", "security_group_id": "6c56c6b1-db44-4c07-9a12-f29883ebc612", "tenant_id": "87d473458a6142d4a2b0ef887741436f", "port_range_min": null, "ethertype": "IPv6", "project_id": "87d473458a6142d4a2b0ef887741436f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:24:35Z", "revision_number": 0, "id": "f99fac4c-9fe1-42be-94c7-a0b057debb48", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:24:35Z", "security_group_id": "6c56c6b1-db44-4c07-9a12-f29883ebc612", "tenant_id": "87d473458a6142d4a2b0ef887741436f", "port_range_min": null, "ethertype": "IPv4", "project_id": "87d473458a6142d4a2b0ef887741436f"}], "revision_number": 2, "project_id": "87d473458a6142d4a2b0ef887741436f", "id": "6c56c6b1-db44-4c07-9a12-f29883ebc612", "name": "CreateProjectUserTests-0d2913f5-221f-47b-name"}]} 2018-10-26 08:24:36,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=6c56c6b1-db44-4c07-9a12-f29883ebc612 used request id req-7bb0902c-d962-4884-86a9-733de54cd268 2018-10-26 08:24:36,783 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6c56c6b1-db44-4c07-9a12-f29883ebc612 2018-10-26 08:24:36,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=6c56c6b1-db44-4c07-9a12-f29883ebc612 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255de8df21c8014b937ec3321bc284f27b5261f0" 2018-10-26 08:24:36,963 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-859b67ec-4ba3-4a00-88e6-437555c84345 Date: Fri, 26 Oct 2018 08:24: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-26T08:24:36Z", "security_group_id": "6c56c6b1-db44-4c07-9a12-f29883ebc612", "port_range_min": null, "revision_number": 0, "tenant_id": "87d473458a6142d4a2b0ef887741436f", "created_at": "2018-10-26T08:24:36Z", "project_id": "87d473458a6142d4a2b0ef887741436f", "id": "882745cf-f338-47e6-976f-f6a1d6c3e8ea"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T08:24:35Z", "security_group_id": "6c56c6b1-db44-4c07-9a12-f29883ebc612", "port_range_min": null, "revision_number": 0, "tenant_id": "87d473458a6142d4a2b0ef887741436f", "created_at": "2018-10-26T08:24:35Z", "project_id": "87d473458a6142d4a2b0ef887741436f", "id": "f99fac4c-9fe1-42be-94c7-a0b057debb48"}]} 2018-10-26 08:24:36,964 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=6c56c6b1-db44-4c07-9a12-f29883ebc612 used request id req-859b67ec-4ba3-4a00-88e6-437555c84345 2018-10-26 08:24:36,964 - neutron_utils - INFO - Retrieving security group with ID - 6c56c6b1-db44-4c07-9a12-f29883ebc612 2018-10-26 08:24:36,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=6c56c6b1-db44-4c07-9a12-f29883ebc612 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255de8df21c8014b937ec3321bc284f27b5261f0" 2018-10-26 08:24:37,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-abc157d0-679a-4e28-b3cd-08c6b88a939f Date: Fri, 26 Oct 2018 08:24:37 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "87d473458a6142d4a2b0ef887741436f", "created_at": "2018-10-26T08:24:35Z", "updated_at": "2018-10-26T08:24:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:24:36Z", "revision_number": 0, "id": "882745cf-f338-47e6-976f-f6a1d6c3e8ea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:24:36Z", "security_group_id": "6c56c6b1-db44-4c07-9a12-f29883ebc612", "tenant_id": "87d473458a6142d4a2b0ef887741436f", "port_range_min": null, "ethertype": "IPv6", "project_id": "87d473458a6142d4a2b0ef887741436f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:24:35Z", "revision_number": 0, "id": "f99fac4c-9fe1-42be-94c7-a0b057debb48", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:24:35Z", "security_group_id": "6c56c6b1-db44-4c07-9a12-f29883ebc612", "tenant_id": "87d473458a6142d4a2b0ef887741436f", "port_range_min": null, "ethertype": "IPv4", "project_id": "87d473458a6142d4a2b0ef887741436f"}], "revision_number": 2, "project_id": "87d473458a6142d4a2b0ef887741436f", "id": "6c56c6b1-db44-4c07-9a12-f29883ebc612", "name": "CreateProjectUserTests-0d2913f5-221f-47b-name"}]} 2018-10-26 08:24:37,012 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=6c56c6b1-db44-4c07-9a12-f29883ebc612 used request id req-abc157d0-679a-4e28-b3cd-08c6b88a939f 2018-10-26 08:24:37,012 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6c56c6b1-db44-4c07-9a12-f29883ebc612 2018-10-26 08:24:37,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=6c56c6b1-db44-4c07-9a12-f29883ebc612 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255de8df21c8014b937ec3321bc284f27b5261f0" 2018-10-26 08:24:37,171 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-884a1b0f-942e-45ad-8dd0-3198df49371b Date: Fri, 26 Oct 2018 08:24: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-26T08:24:36Z", "security_group_id": "6c56c6b1-db44-4c07-9a12-f29883ebc612", "port_range_min": null, "revision_number": 0, "tenant_id": "87d473458a6142d4a2b0ef887741436f", "created_at": "2018-10-26T08:24:36Z", "project_id": "87d473458a6142d4a2b0ef887741436f", "id": "882745cf-f338-47e6-976f-f6a1d6c3e8ea"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T08:24:35Z", "security_group_id": "6c56c6b1-db44-4c07-9a12-f29883ebc612", "port_range_min": null, "revision_number": 0, "tenant_id": "87d473458a6142d4a2b0ef887741436f", "created_at": "2018-10-26T08:24:35Z", "project_id": "87d473458a6142d4a2b0ef887741436f", "id": "f99fac4c-9fe1-42be-94c7-a0b057debb48"}]} 2018-10-26 08:24:37,172 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=6c56c6b1-db44-4c07-9a12-f29883ebc612 used request id req-884a1b0f-942e-45ad-8dd0-3198df49371b 2018-10-26 08:24:37,172 - neutron_utils - INFO - Retrieving security group with ID - 6c56c6b1-db44-4c07-9a12-f29883ebc612 2018-10-26 08:24:37,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=6c56c6b1-db44-4c07-9a12-f29883ebc612 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255de8df21c8014b937ec3321bc284f27b5261f0" 2018-10-26 08:24:37,224 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-d8413e19-ad7c-4a46-b53b-83403aba730b Date: Fri, 26 Oct 2018 08:24:37 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "87d473458a6142d4a2b0ef887741436f", "created_at": "2018-10-26T08:24:35Z", "updated_at": "2018-10-26T08:24:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:24:36Z", "revision_number": 0, "id": "882745cf-f338-47e6-976f-f6a1d6c3e8ea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:24:36Z", "security_group_id": "6c56c6b1-db44-4c07-9a12-f29883ebc612", "tenant_id": "87d473458a6142d4a2b0ef887741436f", "port_range_min": null, "ethertype": "IPv6", "project_id": "87d473458a6142d4a2b0ef887741436f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:24:35Z", "revision_number": 0, "id": "f99fac4c-9fe1-42be-94c7-a0b057debb48", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:24:35Z", "security_group_id": "6c56c6b1-db44-4c07-9a12-f29883ebc612", "tenant_id": "87d473458a6142d4a2b0ef887741436f", "port_range_min": null, "ethertype": "IPv4", "project_id": "87d473458a6142d4a2b0ef887741436f"}], "revision_number": 2, "project_id": "87d473458a6142d4a2b0ef887741436f", "id": "6c56c6b1-db44-4c07-9a12-f29883ebc612", "name": "CreateProjectUserTests-0d2913f5-221f-47b-name"}]} 2018-10-26 08:24:37,225 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=6c56c6b1-db44-4c07-9a12-f29883ebc612 used request id req-d8413e19-ad7c-4a46-b53b-83403aba730b 2018-10-26 08:24:37,225 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6c56c6b1-db44-4c07-9a12-f29883ebc612 2018-10-26 08:24:37,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=6c56c6b1-db44-4c07-9a12-f29883ebc612 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255de8df21c8014b937ec3321bc284f27b5261f0" 2018-10-26 08:24:37,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7a88e28a-92f9-4dcc-9398-71feb6043f5c Date: Fri, 26 Oct 2018 08:24: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-26T08:24:36Z", "security_group_id": "6c56c6b1-db44-4c07-9a12-f29883ebc612", "port_range_min": null, "revision_number": 0, "tenant_id": "87d473458a6142d4a2b0ef887741436f", "created_at": "2018-10-26T08:24:36Z", "project_id": "87d473458a6142d4a2b0ef887741436f", "id": "882745cf-f338-47e6-976f-f6a1d6c3e8ea"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T08:24:35Z", "security_group_id": "6c56c6b1-db44-4c07-9a12-f29883ebc612", "port_range_min": null, "revision_number": 0, "tenant_id": "87d473458a6142d4a2b0ef887741436f", "created_at": "2018-10-26T08:24:35Z", "project_id": "87d473458a6142d4a2b0ef887741436f", "id": "f99fac4c-9fe1-42be-94c7-a0b057debb48"}]} 2018-10-26 08:24:37,938 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=6c56c6b1-db44-4c07-9a12-f29883ebc612 used request id req-7a88e28a-92f9-4dcc-9398-71feb6043f5c 2018-10-26 08:24:37,939 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:24:37,940 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:24:38,315 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6642312ecca0459b93901692f111a0c3", "name": "CreateProjectUserTests-0d2913f5-221f-47b-name-role"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}], "expires_at": "2018-10-26T09:24:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "87d473458a6142d4a2b0ef887741436f", "name": "CreateProjectUserTests-0d2913f5-221f-47b-name"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/87d473458a6142d4a2b0ef887741436f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/87d473458a6142d4a2b0ef887741436f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/87d473458a6142d4a2b0ef887741436f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/87d473458a6142d4a2b0ef887741436f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/87d473458a6142d4a2b0ef887741436f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/87d473458a6142d4a2b0ef887741436f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/87d473458a6142d4a2b0ef887741436f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/87d473458a6142d4a2b0ef887741436f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/87d473458a6142d4a2b0ef887741436f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/87d473458a6142d4a2b0ef887741436f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/87d473458a6142d4a2b0ef887741436f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/87d473458a6142d4a2b0ef887741436f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-0d2913f5-221f-47b-user2", "id": "84dc2ecb7491436c903f1c2c15eee8a2"}, "audit_ids": ["CcW1M07TQbeDzyQLtVAq4Q"], "issued_at": "2018-10-26T08:24:38.000000Z"}} 2018-10-26 08:24:38,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd1e4f8b401cb2dca208c2a507428016aec87977" 2018-10-26 08:24:38,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30f2abd5-13f4-4d35-9f19-17b0cdc37361 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:24:38,399 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-30f2abd5-13f4-4d35-9f19-17b0cdc37361 2018-10-26 08:24:38,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateProjectUserTests-0d2913f5-221f-47b-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd1e4f8b401cb2dca208c2a507428016aec87977" 2018-10-26 08:24:38,595 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-478a7295-4721-43e2-9b6c-7a4a7a0cfab5 Date: Fri, 26 Oct 2018 08:24:38 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "87d473458a6142d4a2b0ef887741436f", "created_at": "2018-10-26T08:24:35Z", "updated_at": "2018-10-26T08:24:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:24:36Z", "revision_number": 0, "id": "882745cf-f338-47e6-976f-f6a1d6c3e8ea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:24:36Z", "security_group_id": "6c56c6b1-db44-4c07-9a12-f29883ebc612", "tenant_id": "87d473458a6142d4a2b0ef887741436f", "port_range_min": null, "ethertype": "IPv6", "project_id": "87d473458a6142d4a2b0ef887741436f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:24:35Z", "revision_number": 0, "id": "f99fac4c-9fe1-42be-94c7-a0b057debb48", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:24:35Z", "security_group_id": "6c56c6b1-db44-4c07-9a12-f29883ebc612", "tenant_id": "87d473458a6142d4a2b0ef887741436f", "port_range_min": null, "ethertype": "IPv4", "project_id": "87d473458a6142d4a2b0ef887741436f"}], "revision_number": 2, "project_id": "87d473458a6142d4a2b0ef887741436f", "id": "6c56c6b1-db44-4c07-9a12-f29883ebc612", "name": "CreateProjectUserTests-0d2913f5-221f-47b-name"}]} 2018-10-26 08:24:38,596 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateProjectUserTests-0d2913f5-221f-47b-name&description=hello+group used request id req-478a7295-4721-43e2-9b6c-7a4a7a0cfab5 2018-10-26 08:24:38,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:24:38,602 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:24: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:24:38,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87d473458a6142d4a2b0ef887741436f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd1e4f8b401cb2dca208c2a507428016aec87977" 2018-10-26 08:24:38,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9cdf072-bf10-4170-9c87-5d15fb0c6822 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/87d473458a6142d4a2b0ef887741436f"}, "enabled": true, "id": "87d473458a6142d4a2b0ef887741436f", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-0d2913f5-221f-47b-name"}} 2018-10-26 08:24:38,688 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87d473458a6142d4a2b0ef887741436f used request id req-d9cdf072-bf10-4170-9c87-5d15fb0c6822 2018-10-26 08:24:38,688 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6c56c6b1-db44-4c07-9a12-f29883ebc612 2018-10-26 08:24:38,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=6c56c6b1-db44-4c07-9a12-f29883ebc612 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd1e4f8b401cb2dca208c2a507428016aec87977" 2018-10-26 08:24:38,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e10555c4-05d2-4ce6-acb8-ff6f703e2b11 Date: Fri, 26 Oct 2018 08:24: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-26T08:24:36Z", "security_group_id": "6c56c6b1-db44-4c07-9a12-f29883ebc612", "port_range_min": null, "revision_number": 0, "tenant_id": "87d473458a6142d4a2b0ef887741436f", "created_at": "2018-10-26T08:24:36Z", "project_id": "87d473458a6142d4a2b0ef887741436f", "id": "882745cf-f338-47e6-976f-f6a1d6c3e8ea"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T08:24:35Z", "security_group_id": "6c56c6b1-db44-4c07-9a12-f29883ebc612", "port_range_min": null, "revision_number": 0, "tenant_id": "87d473458a6142d4a2b0ef887741436f", "created_at": "2018-10-26T08:24:35Z", "project_id": "87d473458a6142d4a2b0ef887741436f", "id": "f99fac4c-9fe1-42be-94c7-a0b057debb48"}]} 2018-10-26 08:24:38,861 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=6c56c6b1-db44-4c07-9a12-f29883ebc612 used request id req-e10555c4-05d2-4ce6-acb8-ff6f703e2b11 2018-10-26 08:24:38,862 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6c56c6b1-db44-4c07-9a12-f29883ebc612 2018-10-26 08:24:38,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=6c56c6b1-db44-4c07-9a12-f29883ebc612 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd1e4f8b401cb2dca208c2a507428016aec87977" 2018-10-26 08:24:39,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-69548a28-e496-45f1-ad25-3fb4a7830c33 Date: Fri, 26 Oct 2018 08:24: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-26T08:24:36Z", "security_group_id": "6c56c6b1-db44-4c07-9a12-f29883ebc612", "port_range_min": null, "revision_number": 0, "tenant_id": "87d473458a6142d4a2b0ef887741436f", "created_at": "2018-10-26T08:24:36Z", "project_id": "87d473458a6142d4a2b0ef887741436f", "id": "882745cf-f338-47e6-976f-f6a1d6c3e8ea"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T08:24:35Z", "security_group_id": "6c56c6b1-db44-4c07-9a12-f29883ebc612", "port_range_min": null, "revision_number": 0, "tenant_id": "87d473458a6142d4a2b0ef887741436f", "created_at": "2018-10-26T08:24:35Z", "project_id": "87d473458a6142d4a2b0ef887741436f", "id": "f99fac4c-9fe1-42be-94c7-a0b057debb48"}]} 2018-10-26 08:24:39,048 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=6c56c6b1-db44-4c07-9a12-f29883ebc612 used request id req-69548a28-e496-45f1-ad25-3fb4a7830c33 2018-10-26 08:24:39,048 - neutron_utils - INFO - Retrieving security group with ID - 6c56c6b1-db44-4c07-9a12-f29883ebc612 2018-10-26 08:24:39,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=6c56c6b1-db44-4c07-9a12-f29883ebc612 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd1e4f8b401cb2dca208c2a507428016aec87977" 2018-10-26 08:24:39,820 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-93efa091-ba51-4588-8b6e-f79b5b1088e0 Date: Fri, 26 Oct 2018 08:24:39 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "87d473458a6142d4a2b0ef887741436f", "created_at": "2018-10-26T08:24:35Z", "updated_at": "2018-10-26T08:24:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:24:36Z", "revision_number": 0, "id": "882745cf-f338-47e6-976f-f6a1d6c3e8ea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:24:36Z", "security_group_id": "6c56c6b1-db44-4c07-9a12-f29883ebc612", "tenant_id": "87d473458a6142d4a2b0ef887741436f", "port_range_min": null, "ethertype": "IPv6", "project_id": "87d473458a6142d4a2b0ef887741436f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:24:35Z", "revision_number": 0, "id": "f99fac4c-9fe1-42be-94c7-a0b057debb48", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:24:35Z", "security_group_id": "6c56c6b1-db44-4c07-9a12-f29883ebc612", "tenant_id": "87d473458a6142d4a2b0ef887741436f", "port_range_min": null, "ethertype": "IPv4", "project_id": "87d473458a6142d4a2b0ef887741436f"}], "revision_number": 2, "project_id": "87d473458a6142d4a2b0ef887741436f", "id": "6c56c6b1-db44-4c07-9a12-f29883ebc612", "name": "CreateProjectUserTests-0d2913f5-221f-47b-name"}]} 2018-10-26 08:24:39,820 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=6c56c6b1-db44-4c07-9a12-f29883ebc612 used request id req-93efa091-ba51-4588-8b6e-f79b5b1088e0 2018-10-26 08:24:39,821 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6c56c6b1-db44-4c07-9a12-f29883ebc612 2018-10-26 08:24:39,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=6c56c6b1-db44-4c07-9a12-f29883ebc612 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd1e4f8b401cb2dca208c2a507428016aec87977" 2018-10-26 08:24:39,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7a18e27b-ef83-4c36-a973-5a3aa82c184d Date: Fri, 26 Oct 2018 08:24: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-26T08:24:36Z", "security_group_id": "6c56c6b1-db44-4c07-9a12-f29883ebc612", "port_range_min": null, "revision_number": 0, "tenant_id": "87d473458a6142d4a2b0ef887741436f", "created_at": "2018-10-26T08:24:36Z", "project_id": "87d473458a6142d4a2b0ef887741436f", "id": "882745cf-f338-47e6-976f-f6a1d6c3e8ea"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T08:24:35Z", "security_group_id": "6c56c6b1-db44-4c07-9a12-f29883ebc612", "port_range_min": null, "revision_number": 0, "tenant_id": "87d473458a6142d4a2b0ef887741436f", "created_at": "2018-10-26T08:24:35Z", "project_id": "87d473458a6142d4a2b0ef887741436f", "id": "f99fac4c-9fe1-42be-94c7-a0b057debb48"}]} 2018-10-26 08:24:39,845 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=6c56c6b1-db44-4c07-9a12-f29883ebc612 used request id req-7a18e27b-ef83-4c36-a973-5a3aa82c184d 2018-10-26 08:24:39,845 - neutron_utils - INFO - Deleting security group rule with ID - f99fac4c-9fe1-42be-94c7-a0b057debb48 2018-10-26 08:24:39,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/f99fac4c-9fe1-42be-94c7-a0b057debb48 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255de8df21c8014b937ec3321bc284f27b5261f0" 2018-10-26 08:24:40,131 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1514b187-b552-4e92-9499-6d6759454cab Content-Length: 0 Date: Fri, 26 Oct 2018 08:24:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:24:40,131 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/f99fac4c-9fe1-42be-94c7-a0b057debb48 used request id req-1514b187-b552-4e92-9499-6d6759454cab 2018-10-26 08:24:40,131 - neutron_utils - INFO - Deleting security group rule with ID - 882745cf-f338-47e6-976f-f6a1d6c3e8ea 2018-10-26 08:24:40,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/882745cf-f338-47e6-976f-f6a1d6c3e8ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255de8df21c8014b937ec3321bc284f27b5261f0" 2018-10-26 08:24:40,268 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0a68bbf1-18cc-45bd-8f6d-94a99e5997c5 Content-Length: 0 Date: Fri, 26 Oct 2018 08:24:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:24:40,268 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/882745cf-f338-47e6-976f-f6a1d6c3e8ea used request id req-0a68bbf1-18cc-45bd-8f6d-94a99e5997c5 2018-10-26 08:24:40,268 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-0d2913f5-221f-47b-name 2018-10-26 08:24:40,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/6c56c6b1-db44-4c07-9a12-f29883ebc612 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255de8df21c8014b937ec3321bc284f27b5261f0" 2018-10-26 08:24:40,377 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a1bba110-799e-45d2-9531-353c363a67fd Content-Length: 0 Date: Fri, 26 Oct 2018 08:24:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:24:40,377 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/6c56c6b1-db44-4c07-9a12-f29883ebc612 used request id req-a1bba110-799e-45d2-9531-353c363a67fd 2018-10-26 08:24:40,378 - neutron_utils - INFO - Deleting security group rule with ID - f99fac4c-9fe1-42be-94c7-a0b057debb48 2018-10-26 08:24:40,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/f99fac4c-9fe1-42be-94c7-a0b057debb48 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd1e4f8b401cb2dca208c2a507428016aec87977" 2018-10-26 08:24:40,561 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-60aa6d4c-7f60-4a81-ba13-693e105b9103 Date: Fri, 26 Oct 2018 08:24:40 GMT RESP BODY: {"NeutronError": {"message": "Security group rule f99fac4c-9fe1-42be-94c7-a0b057debb48 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-10-26 08:24:40,561 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/f99fac4c-9fe1-42be-94c7-a0b057debb48 used request id req-60aa6d4c-7f60-4a81-ba13-693e105b9103 2018-10-26 08:24:40,561 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule f99fac4c-9fe1-42be-94c7-a0b057debb48 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-10-26 08:24:40,562 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule f99fac4c-9fe1-42be-94c7-a0b057debb48 does not exist Neutron server returns request_ids: ['req-60aa6d4c-7f60-4a81-ba13-693e105b9103'] 2018-10-26 08:24:40,562 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-0d2913f5-221f-47b-name 2018-10-26 08:24:40,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/6c56c6b1-db44-4c07-9a12-f29883ebc612 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd1e4f8b401cb2dca208c2a507428016aec87977" 2018-10-26 08:24:40,755 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-bf2347cc-dd8d-4a70-979b-99342e77fbe0 Date: Fri, 26 Oct 2018 08:24:40 GMT RESP BODY: {"NeutronError": {"message": "Security group 6c56c6b1-db44-4c07-9a12-f29883ebc612 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-10-26 08:24:40,755 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/6c56c6b1-db44-4c07-9a12-f29883ebc612 used request id req-bf2347cc-dd8d-4a70-979b-99342e77fbe0 2018-10-26 08:24:40,755 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group 6c56c6b1-db44-4c07-9a12-f29883ebc612 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-10-26 08:24:40,755 - OpenStackSecurityGroup - WARNING - Security Group not found, cannot delete - Security group 6c56c6b1-db44-4c07-9a12-f29883ebc612 does not exist Neutron server returns request_ids: ['req-bf2347cc-dd8d-4a70-979b-99342e77fbe0'] 2018-10-26 08:24:40,756 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-0d2913f5-221f-47b-user1 2018-10-26 08:24:40,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/c4b5b92f58574f5fba6a6d877a284e93 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ca0b6fae194925d8d48fbd372ada1d5597388c9" 2018-10-26 08:24:40,984 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:24:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1acbbf5f-98a6-4cc2-8948-95f373c2def7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:24:40,984 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/c4b5b92f58574f5fba6a6d877a284e93 used request id req-1acbbf5f-98a6-4cc2-8948-95f373c2def7 2018-10-26 08:24:40,985 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-0d2913f5-221f-47b-user2 2018-10-26 08:24:40,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/84dc2ecb7491436c903f1c2c15eee8a2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5929f36dd3f208228ef9e52046a608992b57ef1d" 2018-10-26 08:24:41,295 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:24:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0ad7c5b3-5a41-4f24-985f-d70dc31c3366 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:24:41,295 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/84dc2ecb7491436c903f1c2c15eee8a2 used request id req-0ad7c5b3-5a41-4f24-985f-d70dc31c3366 2018-10-26 08:24:41,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01767aa806457543637f066fab703d1e4ad81c1a" 2018-10-26 08:24:41,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9673 X-Openstack-Request-Id: req-e6ccbb46-bfac-4b3f-9aa4-f6a1b7b3f785 Date: Fri, 26 Oct 2018 08:24:41 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:23:56Z", "updated_at": "2018-10-26T08:23:56Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:56Z", "revision_number": 0, "id": "7e55918e-e948-449b-9fea-9dcadb662518", "remote_group_id": "20832275-63ca-4f81-93a7-4da74d8fc132", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:56Z", "security_group_id": "20832275-63ca-4f81-93a7-4da74d8fc132", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:56Z", "revision_number": 0, "id": "2e1520a5-5618-4e9d-a039-802c181d3dd2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:56Z", "security_group_id": "20832275-63ca-4f81-93a7-4da74d8fc132", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:56Z", "revision_number": 0, "id": "c5f46db1-5c3b-43f5-8784-dc2718b4a556", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:56Z", "security_group_id": "20832275-63ca-4f81-93a7-4da74d8fc132", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:56Z", "revision_number": 0, "id": "930ce5cb-c9e4-4e19-b8cd-60a893115ae0", "remote_group_id": "20832275-63ca-4f81-93a7-4da74d8fc132", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:56Z", "security_group_id": "20832275-63ca-4f81-93a7-4da74d8fc132", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}], "revision_number": 4, "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "20832275-63ca-4f81-93a7-4da74d8fc132", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87d473458a6142d4a2b0ef887741436f", "created_at": "2018-10-26T08:24:35Z", "updated_at": "2018-10-26T08:24:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:24:35Z", "revision_number": 0, "id": "2dbae26b-520a-4916-9cf0-005abcca5788", "remote_group_id": "26fd72d9-c394-492e-a99a-c2640ad61bd0", "remote_ip_prefix": null, "created_at": "2018-10-26T08:24:35Z", "security_group_id": "26fd72d9-c394-492e-a99a-c2640ad61bd0", "tenant_id": "87d473458a6142d4a2b0ef887741436f", "port_range_min": null, "ethertype": "IPv6", "project_id": "87d473458a6142d4a2b0ef887741436f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:24:35Z", "revision_number": 0, "id": "25664293-4ff7-4fe9-a731-6c13003211b3", "remote_group_id": "26fd72d9-c394-492e-a99a-c2640ad61bd0", "remote_ip_prefix": null, "created_at": "2018-10-26T08:24:35Z", "security_group_id": "26fd72d9-c394-492e-a99a-c2640ad61bd0", "tenant_id": "87d473458a6142d4a2b0ef887741436f", "port_range_min": null, "ethertype": "IPv4", "project_id": "87d473458a6142d4a2b0ef887741436f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:24:35Z", "revision_number": 0, "id": "1307d626-1e70-4c31-8a93-51f93b76affd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:24:35Z", "security_group_id": "26fd72d9-c394-492e-a99a-c2640ad61bd0", "tenant_id": "87d473458a6142d4a2b0ef887741436f", "port_range_min": null, "ethertype": "IPv6", "project_id": "87d473458a6142d4a2b0ef887741436f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:24:35Z", "revision_number": 0, "id": "9bed65a2-82a4-4796-9780-3ef2ce06f292", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:24:35Z", "security_group_id": "26fd72d9-c394-492e-a99a-c2640ad61bd0", "tenant_id": "87d473458a6142d4a2b0ef887741436f", "port_range_min": null, "ethertype": "IPv4", "project_id": "87d473458a6142d4a2b0ef887741436f"}], "revision_number": 4, "project_id": "87d473458a6142d4a2b0ef887741436f", "id": "26fd72d9-c394-492e-a99a-c2640ad61bd0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 08:24:41,522 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-e6ccbb46-bfac-4b3f-9aa4-f6a1b7b3f785 2018-10-26 08:24:41,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01767aa806457543637f066fab703d1e4ad81c1a" 2018-10-26 08:24:41,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bbf361a-6eb5-4f0f-9510-78003b54bb56 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:24:41,615 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-1bbf361a-6eb5-4f0f-9510-78003b54bb56 2018-10-26 08:24:41,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87d473458a6142d4a2b0ef887741436f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01767aa806457543637f066fab703d1e4ad81c1a" 2018-10-26 08:24:41,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a4e2979-3c29-4962-9991-36472edb277c Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/87d473458a6142d4a2b0ef887741436f"}, "enabled": true, "id": "87d473458a6142d4a2b0ef887741436f", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-0d2913f5-221f-47b-name"}} 2018-10-26 08:24:41,712 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87d473458a6142d4a2b0ef887741436f used request id req-8a4e2979-3c29-4962-9991-36472edb277c 2018-10-26 08:24:41,712 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 26fd72d9-c394-492e-a99a-c2640ad61bd0 2018-10-26 08:24:41,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=26fd72d9-c394-492e-a99a-c2640ad61bd0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01767aa806457543637f066fab703d1e4ad81c1a" 2018-10-26 08:24:41,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-8123b839-7aac-4b50-9f4f-2d7185b2a59a Date: Fri, 26 Oct 2018 08:24: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-26T08:24:35Z", "security_group_id": "26fd72d9-c394-492e-a99a-c2640ad61bd0", "port_range_min": null, "revision_number": 0, "tenant_id": "87d473458a6142d4a2b0ef887741436f", "created_at": "2018-10-26T08:24:35Z", "project_id": "87d473458a6142d4a2b0ef887741436f", "id": "1307d626-1e70-4c31-8a93-51f93b76affd"}, {"remote_group_id": "26fd72d9-c394-492e-a99a-c2640ad61bd0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T08:24:35Z", "security_group_id": "26fd72d9-c394-492e-a99a-c2640ad61bd0", "port_range_min": null, "revision_number": 0, "tenant_id": "87d473458a6142d4a2b0ef887741436f", "created_at": "2018-10-26T08:24:35Z", "project_id": "87d473458a6142d4a2b0ef887741436f", "id": "25664293-4ff7-4fe9-a731-6c13003211b3"}, {"remote_group_id": "26fd72d9-c394-492e-a99a-c2640ad61bd0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T08:24:35Z", "security_group_id": "26fd72d9-c394-492e-a99a-c2640ad61bd0", "port_range_min": null, "revision_number": 0, "tenant_id": "87d473458a6142d4a2b0ef887741436f", "created_at": "2018-10-26T08:24:35Z", "project_id": "87d473458a6142d4a2b0ef887741436f", "id": "2dbae26b-520a-4916-9cf0-005abcca5788"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T08:24:35Z", "security_group_id": "26fd72d9-c394-492e-a99a-c2640ad61bd0", "port_range_min": null, "revision_number": 0, "tenant_id": "87d473458a6142d4a2b0ef887741436f", "created_at": "2018-10-26T08:24:35Z", "project_id": "87d473458a6142d4a2b0ef887741436f", "id": "9bed65a2-82a4-4796-9780-3ef2ce06f292"}]} 2018-10-26 08:24:41,889 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=26fd72d9-c394-492e-a99a-c2640ad61bd0 used request id req-8123b839-7aac-4b50-9f4f-2d7185b2a59a 2018-10-26 08:24:41,890 - neutron_utils - INFO - Deleting security group with name - default 2018-10-26 08:24:41,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/26fd72d9-c394-492e-a99a-c2640ad61bd0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01767aa806457543637f066fab703d1e4ad81c1a" 2018-10-26 08:24:42,873 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ec74a045-0dad-4093-9465-0ab74f011bb2 Content-Length: 0 Date: Fri, 26 Oct 2018 08:24:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:24:42,873 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/26fd72d9-c394-492e-a99a-c2640ad61bd0 used request id req-ec74a045-0dad-4093-9465-0ab74f011bb2 2018-10-26 08:24:42,874 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-0d2913f5-221f-47b-name 2018-10-26 08:24:42,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/87d473458a6142d4a2b0ef887741436f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01767aa806457543637f066fab703d1e4ad81c1a" 2018-10-26 08:24:43,033 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:24:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aa78f7ae-96d2-417a-a3fe-0dd2a6916359 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:24:43,033 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/87d473458a6142d4a2b0ef887741436f used request id req-aa78f7ae-96d2-417a-a3fe-0dd2a6916359 2018-10-26 08:24:43,033 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-0d2913f5-221f-47b-name-role 2018-10-26 08:24:43,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/6642312ecca0459b93901692f111a0c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01767aa806457543637f066fab703d1e4ad81c1a" 2018-10-26 08:24:43,191 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:24:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5bbc5498-c36f-4cc5-b6fe-e753bdb6a0b5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:24:43,191 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/6642312ecca0459b93901692f111a0c3 used request id req-5bbc5498-c36f-4cc5-b6fe-e753bdb6a0b5 2018-10-26 08:24:43,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01767aa806457543637f066fab703d1e4ad81c1a" 2018-10-26 08:24:43,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3ebbd9b-3e15-45d1-a2d3-d89a755703c4 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a91068ff5cf64889a950e93978f6fe57", "links": {"self": "http://172.30.9.21:5000/v3/roles/a91068ff5cf64889a950e93978f6fe57"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "d82c6d9d4ca54f08bfbe5490412b980c", "links": {"self": "http://172.30.9.21:5000/v3/roles/d82c6d9d4ca54f08bfbe5490412b980c"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:24:43,288 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-b3ebbd9b-3e15-45d1-a2d3-d89a755703c4 2018-10-26 08:24:43,292 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:24:43,664 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:24:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["ocpRMOSvRZuDpwjh824nzA"], "issued_at": "2018-10-26T08:24:43.000000Z"}} 2018-10-26 08:24:43,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}73d75c8d43a3dbcc27ac7827a2d29407d16653d7" 2018-10-26 08:24:44,262 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ee00f035-2f5a-432a-a988-3898ab4c77a1 Date: Fri, 26 Oct 2018 08:24: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-26 08:24:44,262 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-ee00f035-2f5a-432a-a988-3898ab4c77a1 2018-10-26 08:24:44,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}73d75c8d43a3dbcc27ac7827a2d29407d16653d7" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "GlanceUtilsTests-d5096a0c-ddfd-47c5-ac7c-77dde9bc679a"}' 2018-10-26 08:24:45,006 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 614 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/b59ba1a8-78a7-4189-9c3a-f71cd80d15eb X-Openstack-Request-Id: req-956e548d-f81c-46eb-9f2d-9d70daa50fe9 Date: Fri, 26 Oct 2018 08:24:45 GMT RESP BODY: {"status": "queued", "name": "GlanceUtilsTests-d5096a0c-ddfd-47c5-ac7c-77dde9bc679a", "tags": [], "container_format": "bare", "created_at": "2018-10-26T08:24:44Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-26T08:24:44Z", "visibility": "shared", "locations": [], "self": "/v2/images/b59ba1a8-78a7-4189-9c3a-f71cd80d15eb", "min_disk": 0, "protected": false, "id": "b59ba1a8-78a7-4189-9c3a-f71cd80d15eb", "file": "/v2/images/b59ba1a8-78a7-4189-9c3a-f71cd80d15eb/file", "checksum": null, "owner": "e8c35a3eddcb484a9d13f31d10ef71de", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 08:24:45,006 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-956e548d-f81c-46eb-9f2d-9d70daa50fe9 2018-10-26 08:24:45,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/b59ba1a8-78a7-4189-9c3a-f71cd80d15eb/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}73d75c8d43a3dbcc27ac7827a2d29407d16653d7" -d '' 2018-10-26 08:24:49,288 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-506bdd9d-41b3-4ec7-9caf-436d85655e7e Date: Fri, 26 Oct 2018 08:24: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-26 08:24:49,288 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/b59ba1a8-78a7-4189-9c3a-f71cd80d15eb/file used request id req-506bdd9d-41b3-4ec7-9caf-436d85655e7e 2018-10-26 08:24:49,289 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 08:24:49,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/b59ba1a8-78a7-4189-9c3a-f71cd80d15eb -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}73d75c8d43a3dbcc27ac7827a2d29407d16653d7" 2018-10-26 08:24:49,942 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 875 Content-Type: application/json X-Openstack-Request-Id: req-492d72f6-1cff-44b4-886c-86ad0feb4f74 Date: Fri, 26 Oct 2018 08:24:49 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "GlanceUtilsTests-d5096a0c-ddfd-47c5-ac7c-77dde9bc679a", "tags": [], "container_format": "bare", "created_at": "2018-10-26T08:24:44Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T08:24:49Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/b59ba1a8-78a7-4189-9c3a-f71cd80d15eb/snap", "metadata": {}}], "self": "/v2/images/b59ba1a8-78a7-4189-9c3a-f71cd80d15eb", "min_disk": 0, "protected": false, "id": "b59ba1a8-78a7-4189-9c3a-f71cd80d15eb", "file": "/v2/images/b59ba1a8-78a7-4189-9c3a-f71cd80d15eb/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e8c35a3eddcb484a9d13f31d10ef71de", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/b59ba1a8-78a7-4189-9c3a-f71cd80d15eb/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 08:24:49,943 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/b59ba1a8-78a7-4189-9c3a-f71cd80d15eb used request id req-492d72f6-1cff-44b4-886c-86ad0feb4f74 2018-10-26 08:24:49,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}73d75c8d43a3dbcc27ac7827a2d29407d16653d7" 2018-10-26 08:24:50,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ec633267-e66d-4ddf-bbbd-3837a2d17061 Date: Fri, 26 Oct 2018 08:24:50 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept 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-26 08:24:50,542 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-ec633267-e66d-4ddf-bbbd-3837a2d17061 2018-10-26 08:24:50,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=GlanceUtilsTests-d5096a0c-ddfd-47c5-ac7c-77dde9bc679a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}73d75c8d43a3dbcc27ac7827a2d29407d16653d7" 2018-10-26 08:24:50,570 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1030 Content-Type: application/json X-Openstack-Request-Id: req-363f0b3a-0af0-4b69-9082-d2e576155104 Date: Fri, 26 Oct 2018 08:24:50 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "GlanceUtilsTests-d5096a0c-ddfd-47c5-ac7c-77dde9bc679a", "tags": [], "container_format": "bare", "created_at": "2018-10-26T08:24:44Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T08:24:49Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/b59ba1a8-78a7-4189-9c3a-f71cd80d15eb/snap", "metadata": {}}], "self": "/v2/images/b59ba1a8-78a7-4189-9c3a-f71cd80d15eb", "min_disk": 0, "protected": false, "id": "b59ba1a8-78a7-4189-9c3a-f71cd80d15eb", "file": "/v2/images/b59ba1a8-78a7-4189-9c3a-f71cd80d15eb/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e8c35a3eddcb484a9d13f31d10ef71de", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/b59ba1a8-78a7-4189-9c3a-f71cd80d15eb/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=GlanceUtilsTests-d5096a0c-ddfd-47c5-ac7c-77dde9bc679a"} 2018-10-26 08:24:50,570 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=GlanceUtilsTests-d5096a0c-ddfd-47c5-ac7c-77dde9bc679a used request id req-363f0b3a-0af0-4b69-9082-d2e576155104 2018-10-26 08:24:50,571 - glance_utils - INFO - Deleting image named - GlanceUtilsTests-d5096a0c-ddfd-47c5-ac7c-77dde9bc679a 2018-10-26 08:24:50,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/b59ba1a8-78a7-4189-9c3a-f71cd80d15eb -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}73d75c8d43a3dbcc27ac7827a2d29407d16653d7" 2018-10-26 08:24:52,853 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e02d4240-2ac8-4f36-ba36-ed948b26d6d7 Date: Fri, 26 Oct 2018 08:24: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-26 08:24:52,853 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/b59ba1a8-78a7-4189-9c3a-f71cd80d15eb used request id req-e02d4240-2ac8-4f36-ba36-ed948b26d6d7 2018-10-26 08:24:52,855 - glance_utils_tests - WARNING - Test not executed as the image metadata requires image files 2018-10-26 08:24:52,856 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:24:53,239 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:24:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["D7HpvdbLSieY7KYa-LJFfQ"], "issued_at": "2018-10-26T08:24:53.000000Z"}} 2018-10-26 08:24:53,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d033736a66c5a91d75ea9552c23e471b0ae1a1a1" 2018-10-26 08:24:53,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-025aee8b-922c-469e-a31e-d227b023c9fe Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:24:53,317 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-025aee8b-922c-469e-a31e-d227b023c9fe 2018-10-26 08:24:53,319 - neutron_utils - INFO - Creating network with name NeutronUtilsNetworkTests-217eba3e-51e5-4e83-b0fd-adc5aab8c488-pub-net 2018-10-26 08:24:53,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d033736a66c5a91d75ea9552c23e471b0ae1a1a1" -d '{"network": {"name": "NeutronUtilsNetworkTests-217eba3e-51e5-4e83-b0fd-adc5aab8c488-pub-net", "admin_state_up": true}}' 2018-10-26 08:24:53,939 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-5e55bdf6-a136-4f7a-b959-4495f4131bad Date: Fri, 26 Oct 2018 08: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":"636879b1-d07d-4215-ae78-2286d46b6208","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":37,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T08:24:53Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsNetworkTests-217eba3e-51e5-4e83-b0fd-adc5aab8c488-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:24:53Z","mtu":1450}} 2018-10-26 08:24:53,940 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-5e55bdf6-a136-4f7a-b959-4495f4131bad 2018-10-26 08:24:53,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=636879b1-d07d-4215-ae78-2286d46b6208 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d033736a66c5a91d75ea9552c23e471b0ae1a1a1" 2018-10-26 08:24:54,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-e9ab85e1-89c1-4365-aa73-029e1a2865b8 Date: Fri, 26 Oct 2018 08:24:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"636879b1-d07d-4215-ae78-2286d46b6208","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":37,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T08:24:53Z","qos_policy_id":null,"name":"NeutronUtilsNetworkTests-217eba3e-51e5-4e83-b0fd-adc5aab8c488-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:24:53Z","provider:network_type":"vxlan"}]} 2018-10-26 08:24:54,172 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=636879b1-d07d-4215-ae78-2286d46b6208 used request id req-e9ab85e1-89c1-4365-aa73-029e1a2865b8 2018-10-26 08:24:54,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=636879b1-d07d-4215-ae78-2286d46b6208 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d033736a66c5a91d75ea9552c23e471b0ae1a1a1" 2018-10-26 08:24:54,901 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-14ad934d-a857-4f58-b8f3-9877f32ccce9 Date: Fri, 26 Oct 2018 08:24:54 GMT RESP BODY: {"subnets":[]} 2018-10-26 08:24:54,902 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=636879b1-d07d-4215-ae78-2286d46b6208 used request id req-14ad934d-a857-4f58-b8f3-9877f32ccce9 2018-10-26 08:24:54,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=636879b1-d07d-4215-ae78-2286d46b6208 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d033736a66c5a91d75ea9552c23e471b0ae1a1a1" 2018-10-26 08:24:55,139 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-0a39e9c9-5b33-45e3-9195-5758b165d13b Date: Fri, 26 Oct 2018 08:24:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"636879b1-d07d-4215-ae78-2286d46b6208","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":37,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T08:24:53Z","qos_policy_id":null,"name":"NeutronUtilsNetworkTests-217eba3e-51e5-4e83-b0fd-adc5aab8c488-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:24:53Z","provider:network_type":"vxlan"}]} 2018-10-26 08:24:55,139 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=636879b1-d07d-4215-ae78-2286d46b6208 used request id req-0a39e9c9-5b33-45e3-9195-5758b165d13b 2018-10-26 08:24:55,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=636879b1-d07d-4215-ae78-2286d46b6208 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d033736a66c5a91d75ea9552c23e471b0ae1a1a1" 2018-10-26 08:24:55,177 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c150cd6b-9d70-4e40-bf6c-05c67df0fe59 Date: Fri, 26 Oct 2018 08:24:55 GMT RESP BODY: {"subnets":[]} 2018-10-26 08:24:55,178 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=636879b1-d07d-4215-ae78-2286d46b6208 used request id req-c150cd6b-9d70-4e40-bf6c-05c67df0fe59 2018-10-26 08:24:55,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsNetworkTests-217eba3e-51e5-4e83-b0fd-adc5aab8c488-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d033736a66c5a91d75ea9552c23e471b0ae1a1a1" 2018-10-26 08:24:55,619 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-c8e94370-e703-4570-808d-cbfe9cdf641f Date: Fri, 26 Oct 2018 08:24:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"636879b1-d07d-4215-ae78-2286d46b6208","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":37,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T08:24:53Z","qos_policy_id":null,"name":"NeutronUtilsNetworkTests-217eba3e-51e5-4e83-b0fd-adc5aab8c488-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:24:53Z","provider:network_type":"vxlan"}]} 2018-10-26 08:24:55,619 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsNetworkTests-217eba3e-51e5-4e83-b0fd-adc5aab8c488-pub-net used request id req-c8e94370-e703-4570-808d-cbfe9cdf641f 2018-10-26 08:24:55,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:24:55,629 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:24: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:24:55,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d033736a66c5a91d75ea9552c23e471b0ae1a1a1" 2018-10-26 08:24:55,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e3bdba1-95cc-41ed-96e9-ca1e4d89d82b 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:24:55,711 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-5e3bdba1-95cc-41ed-96e9-ca1e4d89d82b 2018-10-26 08:24:55,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=636879b1-d07d-4215-ae78-2286d46b6208 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d033736a66c5a91d75ea9552c23e471b0ae1a1a1" 2018-10-26 08:24:55,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-15107657-30fc-4a8b-8523-80afb66032c3 Date: Fri, 26 Oct 2018 08:24:55 GMT RESP BODY: {"subnets":[]} 2018-10-26 08:24:55,750 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=636879b1-d07d-4215-ae78-2286d46b6208 used request id req-15107657-30fc-4a8b-8523-80afb66032c3 2018-10-26 08:24:55,750 - neutron_utils - INFO - Deleting network with name NeutronUtilsNetworkTests-217eba3e-51e5-4e83-b0fd-adc5aab8c488-pub-net 2018-10-26 08:24:55,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/636879b1-d07d-4215-ae78-2286d46b6208 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d033736a66c5a91d75ea9552c23e471b0ae1a1a1" 2018-10-26 08:24:56,706 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b4f5922d-4f7f-4466-921f-36f6df673713 Date: Fri, 26 Oct 2018 08:24:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:24:56,707 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/636879b1-d07d-4215-ae78-2286d46b6208 used request id req-b4f5922d-4f7f-4466-921f-36f6df673713 2018-10-26 08:24:56,708 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:24:57,098 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:24:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["e3VZloe8TECs9w88qjQjjQ"], "issued_at": "2018-10-26T08:24:57.000000Z"}} 2018-10-26 08:24:57,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fee620760594424bc6dd60ebc2398ea0771df52a" 2018-10-26 08:24:57,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ff3e5b8-a1c0-49bf-8467-ca10a3bfbe7d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:24:57,175 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-7ff3e5b8-a1c0-49bf-8467-ca10a3bfbe7d 2018-10-26 08:24:57,177 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:24:57,569 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:24:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["cpfqiljSRW-IMqdK3rB-Xg"], "issued_at": "2018-10-26T08:24:57.000000Z"}} 2018-10-26 08:24:57,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0909c5d1f3400bd0930f18869c9058bd38787b1" 2018-10-26 08:24:57,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e27f4d26-6a2c-4ce7-935b-332941d9da70 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:24:57,658 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e27f4d26-6a2c-4ce7-935b-332941d9da70 2018-10-26 08:24:57,660 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:24:58,032 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:24:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["iTB-rxLzTJKwetSNEIK7uw"], "issued_at": "2018-10-26T08:24:58.000000Z"}} 2018-10-26 08:24:58,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be935bf8f168059efc68b235502fdfcc2b14297a" 2018-10-26 08:24:58,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:24:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-500a8dfb-f63a-4525-8e26-09ef6ae268e3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:24:58,110 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-500a8dfb-f63a-4525-8e26-09ef6ae268e3 2018-10-26 08:24:58,112 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-de78164d-149b-4798-b48e-47542b9394ce-pub-net 2018-10-26 08:24:58,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be935bf8f168059efc68b235502fdfcc2b14297a" -d '{"network": {"name": "NeutronUtilsSubnetTests-de78164d-149b-4798-b48e-47542b9394ce-pub-net", "admin_state_up": true}}' 2018-10-26 08:24:58,616 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-d3dc7bc5-b6d4-49bc-b4fd-eae8d83a3bc1 Date: Fri, 26 Oct 2018 08:24:58 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"42ce4d98-5f4b-4be8-836d-09330dc41f7b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":45,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T08:24:58Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsSubnetTests-de78164d-149b-4798-b48e-47542b9394ce-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:24:58Z","mtu":1450}} 2018-10-26 08:24:58,616 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-d3dc7bc5-b6d4-49bc-b4fd-eae8d83a3bc1 2018-10-26 08:24:58,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=42ce4d98-5f4b-4be8-836d-09330dc41f7b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be935bf8f168059efc68b235502fdfcc2b14297a" 2018-10-26 08:24:58,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-c025600c-07f5-4f98-b50e-10da900e8cfd Date: Fri, 26 Oct 2018 08:24:58 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"42ce4d98-5f4b-4be8-836d-09330dc41f7b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":45,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T08:24:58Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-de78164d-149b-4798-b48e-47542b9394ce-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:24:58Z","provider:network_type":"vxlan"}]} 2018-10-26 08:24:58,861 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=42ce4d98-5f4b-4be8-836d-09330dc41f7b used request id req-c025600c-07f5-4f98-b50e-10da900e8cfd 2018-10-26 08:24:58,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=42ce4d98-5f4b-4be8-836d-09330dc41f7b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be935bf8f168059efc68b235502fdfcc2b14297a" 2018-10-26 08:24:59,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-f29bda0a-83cb-47e8-868e-c603dda6b382 Date: Fri, 26 Oct 2018 08:24:59 GMT RESP BODY: {"subnets":[]} 2018-10-26 08:24:59,051 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=42ce4d98-5f4b-4be8-836d-09330dc41f7b used request id req-f29bda0a-83cb-47e8-868e-c603dda6b382 2018-10-26 08:24:59,051 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-de78164d-149b-4798-b48e-47542b9394ce-pub-subnet 2018-10-26 08:24:59,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be935bf8f168059efc68b235502fdfcc2b14297a" -d '{"subnets": [{"ip_version": 4, "network_id": "42ce4d98-5f4b-4be8-836d-09330dc41f7b", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-de78164d-149b-4798-b48e-47542b9394ce-pub-subnet"}]}' 2018-10-26 08:24:59,653 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-dcc27bf7-69c5-475c-b2ea-0e099fe03b82 Date: Fri, 26 Oct 2018 08:24:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42ce4d98-5f4b-4be8-836d-09330dc41f7b","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:24:59Z","dns_nameservers":[],"updated_at":"2018-10-26T08:24:59Z","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":"e8c35a3eddcb484a9d13f31d10ef71de","id":"82063277-242c-4977-bebf-ea4eed278c7a","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-de78164d-149b-4798-b48e-47542b9394ce-pub-subnet"}]} 2018-10-26 08:24:59,653 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-dcc27bf7-69c5-475c-b2ea-0e099fe03b82 2018-10-26 08:24:59,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=42ce4d98-5f4b-4be8-836d-09330dc41f7b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be935bf8f168059efc68b235502fdfcc2b14297a" 2018-10-26 08:24:59,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-8959ac1e-0aa2-4759-9be2-c047d7534964 Date: Fri, 26 Oct 2018 08:24:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"42ce4d98-5f4b-4be8-836d-09330dc41f7b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":45,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["82063277-242c-4977-bebf-ea4eed278c7a"],"description":"","tags":[],"updated_at":"2018-10-26T08:24:59Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-de78164d-149b-4798-b48e-47542b9394ce-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:24:58Z","provider:network_type":"vxlan"}]} 2018-10-26 08:24:59,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=42ce4d98-5f4b-4be8-836d-09330dc41f7b used request id req-8959ac1e-0aa2-4759-9be2-c047d7534964 2018-10-26 08:24:59,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=42ce4d98-5f4b-4be8-836d-09330dc41f7b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be935bf8f168059efc68b235502fdfcc2b14297a" 2018-10-26 08:24:59,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-3f175e7d-a4bf-400d-a106-5a1146986f5f Date: Fri, 26 Oct 2018 08:24:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42ce4d98-5f4b-4be8-836d-09330dc41f7b","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:24:59Z","dns_nameservers":[],"updated_at":"2018-10-26T08:24:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"82063277-242c-4977-bebf-ea4eed278c7a","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-de78164d-149b-4798-b48e-47542b9394ce-pub-subnet"}]} 2018-10-26 08:24:59,976 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=42ce4d98-5f4b-4be8-836d-09330dc41f7b used request id req-3f175e7d-a4bf-400d-a106-5a1146986f5f 2018-10-26 08:24:59,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsSubnetTests-de78164d-149b-4798-b48e-47542b9394ce-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be935bf8f168059efc68b235502fdfcc2b14297a" 2018-10-26 08:25:00,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-97e05a7b-3a82-4120-956b-7c41ac3564c6 Date: Fri, 26 Oct 2018 08:25:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"42ce4d98-5f4b-4be8-836d-09330dc41f7b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":45,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["82063277-242c-4977-bebf-ea4eed278c7a"],"description":"","tags":[],"updated_at":"2018-10-26T08:24:59Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-de78164d-149b-4798-b48e-47542b9394ce-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:24:58Z","provider:network_type":"vxlan"}]} 2018-10-26 08:25:00,348 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsSubnetTests-de78164d-149b-4798-b48e-47542b9394ce-pub-net used request id req-97e05a7b-3a82-4120-956b-7c41ac3564c6 2018-10-26 08:25:00,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:25:00,358 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:25:00,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be935bf8f168059efc68b235502fdfcc2b14297a" 2018-10-26 08:25:00,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:25:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b90767a3-da00-492a-aa6e-442cc65c28cf 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:25:00,440 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-b90767a3-da00-492a-aa6e-442cc65c28cf 2018-10-26 08:25:00,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=42ce4d98-5f4b-4be8-836d-09330dc41f7b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be935bf8f168059efc68b235502fdfcc2b14297a" 2018-10-26 08:25:00,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-005828ee-99c9-44c7-b580-6f8cea0e0951 Date: Fri, 26 Oct 2018 08:25:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42ce4d98-5f4b-4be8-836d-09330dc41f7b","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:24:59Z","dns_nameservers":[],"updated_at":"2018-10-26T08:24:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"82063277-242c-4977-bebf-ea4eed278c7a","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-de78164d-149b-4798-b48e-47542b9394ce-pub-subnet"}]} 2018-10-26 08:25:00,675 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=42ce4d98-5f4b-4be8-836d-09330dc41f7b used request id req-005828ee-99c9-44c7-b580-6f8cea0e0951 2018-10-26 08:25:00,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=42ce4d98-5f4b-4be8-836d-09330dc41f7b&name=NeutronUtilsSubnetTests-de78164d-149b-4798-b48e-47542b9394ce-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be935bf8f168059efc68b235502fdfcc2b14297a" 2018-10-26 08:25:01,425 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-50d87232-dff3-4281-a1ff-9de1b2438731 Date: Fri, 26 Oct 2018 08:25:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42ce4d98-5f4b-4be8-836d-09330dc41f7b","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:24:59Z","dns_nameservers":[],"updated_at":"2018-10-26T08:24:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"82063277-242c-4977-bebf-ea4eed278c7a","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-de78164d-149b-4798-b48e-47542b9394ce-pub-subnet"}]} 2018-10-26 08:25:01,425 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=42ce4d98-5f4b-4be8-836d-09330dc41f7b&name=NeutronUtilsSubnetTests-de78164d-149b-4798-b48e-47542b9394ce-pub-subnet used request id req-50d87232-dff3-4281-a1ff-9de1b2438731 2018-10-26 08:25:01,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=42ce4d98-5f4b-4be8-836d-09330dc41f7b&name=NeutronUtilsSubnetTests-de78164d-149b-4798-b48e-47542b9394ce-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be935bf8f168059efc68b235502fdfcc2b14297a" 2018-10-26 08:25:01,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f91af24c-eb5c-4fa8-9123-9b13f94b122b Date: Fri, 26 Oct 2018 08:25:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42ce4d98-5f4b-4be8-836d-09330dc41f7b","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:24:59Z","dns_nameservers":[],"updated_at":"2018-10-26T08:24:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"82063277-242c-4977-bebf-ea4eed278c7a","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-de78164d-149b-4798-b48e-47542b9394ce-pub-subnet"}]} 2018-10-26 08:25:01,626 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=42ce4d98-5f4b-4be8-836d-09330dc41f7b&name=NeutronUtilsSubnetTests-de78164d-149b-4798-b48e-47542b9394ce-pub-subnet used request id req-f91af24c-eb5c-4fa8-9123-9b13f94b122b 2018-10-26 08:25:01,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=42ce4d98-5f4b-4be8-836d-09330dc41f7b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be935bf8f168059efc68b235502fdfcc2b14297a" 2018-10-26 08:25:01,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7992c2b9-d07c-4fcb-8dba-921d0916278d Date: Fri, 26 Oct 2018 08:25:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42ce4d98-5f4b-4be8-836d-09330dc41f7b","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:24:59Z","dns_nameservers":[],"updated_at":"2018-10-26T08:24:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"82063277-242c-4977-bebf-ea4eed278c7a","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-de78164d-149b-4798-b48e-47542b9394ce-pub-subnet"}]} 2018-10-26 08:25:01,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=42ce4d98-5f4b-4be8-836d-09330dc41f7b used request id req-7992c2b9-d07c-4fcb-8dba-921d0916278d 2018-10-26 08:25:01,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?name=NeutronUtilsSubnetTests-de78164d-149b-4798-b48e-47542b9394ce-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be935bf8f168059efc68b235502fdfcc2b14297a" 2018-10-26 08:25:02,136 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-de242702-bcc6-4178-8021-8262c6a480a4 Date: Fri, 26 Oct 2018 08:25:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42ce4d98-5f4b-4be8-836d-09330dc41f7b","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:24:59Z","dns_nameservers":[],"updated_at":"2018-10-26T08:24:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"82063277-242c-4977-bebf-ea4eed278c7a","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-de78164d-149b-4798-b48e-47542b9394ce-pub-subnet"}]} 2018-10-26 08:25:02,136 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?name=NeutronUtilsSubnetTests-de78164d-149b-4798-b48e-47542b9394ce-pub-subnet used request id req-de242702-bcc6-4178-8021-8262c6a480a4 2018-10-26 08:25:02,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be935bf8f168059efc68b235502fdfcc2b14297a" 2018-10-26 08:25:02,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:25:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b69da691-64ba-4591-ae3f-cc978991f377 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:25:02,231 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-b69da691-64ba-4591-ae3f-cc978991f377 2018-10-26 08:25:02,231 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-de78164d-149b-4798-b48e-47542b9394ce-pub-subnet 2018-10-26 08:25:02,231 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-de78164d-149b-4798-b48e-47542b9394ce-pub-subnet 2018-10-26 08:25:02,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/82063277-242c-4977-bebf-ea4eed278c7a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be935bf8f168059efc68b235502fdfcc2b14297a" 2018-10-26 08:25:04,083 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8be51586-a1ac-40ce-bab3-43df0ad51dd1 Date: Fri, 26 Oct 2018 08:25:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:25:04,083 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/82063277-242c-4977-bebf-ea4eed278c7a used request id req-8be51586-a1ac-40ce-bab3-43df0ad51dd1 2018-10-26 08:25:04,084 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-de78164d-149b-4798-b48e-47542b9394ce-pub-net 2018-10-26 08:25:04,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/42ce4d98-5f4b-4be8-836d-09330dc41f7b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be935bf8f168059efc68b235502fdfcc2b14297a" 2018-10-26 08:25:05,407 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-dfb74d90-e655-4815-8ab2-47ab96589952 Date: Fri, 26 Oct 2018 08:25:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:25:05,407 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/42ce4d98-5f4b-4be8-836d-09330dc41f7b used request id req-dfb74d90-e655-4815-8ab2-47ab96589952 2018-10-26 08:25:05,408 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:25:05,793 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:25:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["r8RB_KrjTKagDcARn2cPrg"], "issued_at": "2018-10-26T08:25:05.000000Z"}} 2018-10-26 08:25:05,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adf27b738c734fdc9423bf4c91ecb0ecdc53cb19" 2018-10-26 08:25:05,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:25:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5998d7fa-85fa-45a2-a163-a28ccb4f1f11 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:25:05,870 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5998d7fa-85fa-45a2-a163-a28ccb4f1f11 2018-10-26 08:25:05,872 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-509e6f08-e36f-4f22-8701-c76a5b903f09-pub-net 2018-10-26 08:25:05,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adf27b738c734fdc9423bf4c91ecb0ecdc53cb19" -d '{"network": {"name": "NeutronUtilsSubnetTests-509e6f08-e36f-4f22-8701-c76a5b903f09-pub-net", "admin_state_up": true}}' 2018-10-26 08:25:06,431 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 720 X-Openstack-Request-Id: req-e71f99ea-18c5-4a90-8ed0-732750877a2c Date: Fri, 26 Oct 2018 08:25:06 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"d106fdc2-030f-46a6-a915-41463b696da1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":1,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T08:25:06Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsSubnetTests-509e6f08-e36f-4f22-8701-c76a5b903f09-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:25:06Z","mtu":1450}} 2018-10-26 08:25:06,432 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-e71f99ea-18c5-4a90-8ed0-732750877a2c 2018-10-26 08:25:06,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=d106fdc2-030f-46a6-a915-41463b696da1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adf27b738c734fdc9423bf4c91ecb0ecdc53cb19" 2018-10-26 08:25:06,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 704 X-Openstack-Request-Id: req-fb38bdae-fe88-4ec8-a4d4-b4e79268f4ac Date: Fri, 26 Oct 2018 08:25:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d106fdc2-030f-46a6-a915-41463b696da1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":1,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T08:25:06Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-509e6f08-e36f-4f22-8701-c76a5b903f09-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:25:06Z","provider:network_type":"vxlan"}]} 2018-10-26 08:25:06,662 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=d106fdc2-030f-46a6-a915-41463b696da1 used request id req-fb38bdae-fe88-4ec8-a4d4-b4e79268f4ac 2018-10-26 08:25:06,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=d106fdc2-030f-46a6-a915-41463b696da1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adf27b738c734fdc9423bf4c91ecb0ecdc53cb19" 2018-10-26 08:25:06,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-ef62d060-b4b5-49f1-ba7a-76c582c113d4 Date: Fri, 26 Oct 2018 08:25:06 GMT RESP BODY: {"subnets":[]} 2018-10-26 08:25:06,859 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=d106fdc2-030f-46a6-a915-41463b696da1 used request id req-ef62d060-b4b5-49f1-ba7a-76c582c113d4 2018-10-26 08:25:06,860 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-509e6f08-e36f-4f22-8701-c76a5b903f09-pub-subnet 2018-10-26 08:25:06,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adf27b738c734fdc9423bf4c91ecb0ecdc53cb19" -d '{"subnets": [{"ip_version": 4, "network_id": "d106fdc2-030f-46a6-a915-41463b696da1", "cidr": "", "name": "NeutronUtilsSubnetTests-509e6f08-e36f-4f22-8701-c76a5b903f09-pub-subnet"}]}' 2018-10-26 08:25:07,017 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 133 Content-Type: application/json X-Openstack-Request-Id: req-9023a771-dc84-47ea-a6d5-d4a7efa942b3 Date: Fri, 26 Oct 2018 08:25:07 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for cidr. Reason: '' is not a valid IP subnet.", "type": "HTTPBadRequest", "detail": ""}} 2018-10-26 08:25:07,017 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-9023a771-dc84-47ea-a6d5-d4a7efa942b3 2018-10-26 08:25:07,017 - 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-26 08:25:07,018 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-509e6f08-e36f-4f22-8701-c76a5b903f09-pub-subnet] for network [NeutronUtilsSubnetTests-509e6f08-e36f-4f22-8701-c76a5b903f09-pub-net] 2018-10-26 08:25:07,018 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-509e6f08-e36f-4f22-8701-c76a5b903f09-pub-net 2018-10-26 08:25:07,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/d106fdc2-030f-46a6-a915-41463b696da1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adf27b738c734fdc9423bf4c91ecb0ecdc53cb19" 2018-10-26 08:25:07,855 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d117173f-4540-4275-b495-e27229008741 Date: Fri, 26 Oct 2018 08:25:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:25:07,855 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/d106fdc2-030f-46a6-a915-41463b696da1 used request id req-d117173f-4540-4275-b495-e27229008741 2018-10-26 08:25:07,856 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:25:08,246 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:25:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["V6PSCyYbR6K2Ky3Mpv6Gyw"], "issued_at": "2018-10-26T08:25:08.000000Z"}} 2018-10-26 08:25:08,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}331aabb240868534d304b3f6f45ded84027cd663" 2018-10-26 08:25:08,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:25:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6a3fafa-1f41-4a48-8d7f-c75ea2c1ca30 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:25:08,260 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a6a3fafa-1f41-4a48-8d7f-c75ea2c1ca30 2018-10-26 08:25:08,262 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-b3a48261-b5dc-4f3e-aa4c-402fea7b15bd-pub-net 2018-10-26 08:25:08,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}331aabb240868534d304b3f6f45ded84027cd663" -d '{"network": {"name": "NeutronUtilsSubnetTests-b3a48261-b5dc-4f3e-aa4c-402fea7b15bd-pub-net", "admin_state_up": true}}' 2018-10-26 08:25:08,669 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-4b72fa49-88c7-4b8f-ab49-7942a2685f75 Date: Fri, 26 Oct 2018 08:25: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":"bfd1fc56-35ab-443e-9ee3-bef98116a03d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":65,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T08:25:08Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsSubnetTests-b3a48261-b5dc-4f3e-aa4c-402fea7b15bd-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:25:08Z","mtu":1450}} 2018-10-26 08:25:08,670 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-4b72fa49-88c7-4b8f-ab49-7942a2685f75 2018-10-26 08:25:08,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=bfd1fc56-35ab-443e-9ee3-bef98116a03d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}331aabb240868534d304b3f6f45ded84027cd663" 2018-10-26 08:25:08,915 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-a3338f40-a214-4801-baa8-f3a6fb4e6c50 Date: Fri, 26 Oct 2018 08:25:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"bfd1fc56-35ab-443e-9ee3-bef98116a03d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":65,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T08:25:08Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-b3a48261-b5dc-4f3e-aa4c-402fea7b15bd-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:25:08Z","provider:network_type":"vxlan"}]} 2018-10-26 08:25:08,915 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=bfd1fc56-35ab-443e-9ee3-bef98116a03d used request id req-a3338f40-a214-4801-baa8-f3a6fb4e6c50 2018-10-26 08:25:08,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=bfd1fc56-35ab-443e-9ee3-bef98116a03d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}331aabb240868534d304b3f6f45ded84027cd663" 2018-10-26 08:25:09,110 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d443a774-1b04-4954-9dba-0fe4c5787ac6 Date: Fri, 26 Oct 2018 08:25:09 GMT RESP BODY: {"subnets":[]} 2018-10-26 08:25:09,110 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=bfd1fc56-35ab-443e-9ee3-bef98116a03d used request id req-d443a774-1b04-4954-9dba-0fe4c5787ac6 2018-10-26 08:25:09,110 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-b3a48261-b5dc-4f3e-aa4c-402fea7b15bd-pub-subnet 2018-10-26 08:25:09,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}331aabb240868534d304b3f6f45ded84027cd663" -d '{"subnets": [{"ip_version": 4, "network_id": "bfd1fc56-35ab-443e-9ee3-bef98116a03d", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-b3a48261-b5dc-4f3e-aa4c-402fea7b15bd-pub-subnet"}]}' 2018-10-26 08:25:09,551 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0fe511d8-2450-44f7-ba16-c49ad12448a6 Date: Fri, 26 Oct 2018 08:25:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bfd1fc56-35ab-443e-9ee3-bef98116a03d","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:25:09Z","dns_nameservers":[],"updated_at":"2018-10-26T08:25:09Z","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":"e8c35a3eddcb484a9d13f31d10ef71de","id":"b90b2b12-6c8b-440c-b724-94fce7236660","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-b3a48261-b5dc-4f3e-aa4c-402fea7b15bd-pub-subnet"}]} 2018-10-26 08:25:09,551 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-0fe511d8-2450-44f7-ba16-c49ad12448a6 2018-10-26 08:25:09,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=bfd1fc56-35ab-443e-9ee3-bef98116a03d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}331aabb240868534d304b3f6f45ded84027cd663" 2018-10-26 08:25:09,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-4f18dbb1-ceae-4c8c-bbe6-b6457541db5c Date: Fri, 26 Oct 2018 08:25:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"bfd1fc56-35ab-443e-9ee3-bef98116a03d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":65,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["b90b2b12-6c8b-440c-b724-94fce7236660"],"description":"","tags":[],"updated_at":"2018-10-26T08:25:09Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-b3a48261-b5dc-4f3e-aa4c-402fea7b15bd-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:25:08Z","provider:network_type":"vxlan"}]} 2018-10-26 08:25:09,799 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=bfd1fc56-35ab-443e-9ee3-bef98116a03d used request id req-4f18dbb1-ceae-4c8c-bbe6-b6457541db5c 2018-10-26 08:25:09,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=bfd1fc56-35ab-443e-9ee3-bef98116a03d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}331aabb240868534d304b3f6f45ded84027cd663" 2018-10-26 08:25:09,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-479e1929-aec0-43c9-84cb-0aa2810cf0d7 Date: Fri, 26 Oct 2018 08:25:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bfd1fc56-35ab-443e-9ee3-bef98116a03d","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:25:09Z","dns_nameservers":[],"updated_at":"2018-10-26T08:25:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"b90b2b12-6c8b-440c-b724-94fce7236660","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-b3a48261-b5dc-4f3e-aa4c-402fea7b15bd-pub-subnet"}]} 2018-10-26 08:25:09,852 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=bfd1fc56-35ab-443e-9ee3-bef98116a03d used request id req-479e1929-aec0-43c9-84cb-0aa2810cf0d7 2018-10-26 08:25:09,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsSubnetTests-b3a48261-b5dc-4f3e-aa4c-402fea7b15bd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}331aabb240868534d304b3f6f45ded84027cd663" 2018-10-26 08:25:09,945 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-b8c887e4-234c-4dcc-8912-b2332924d179 Date: Fri, 26 Oct 2018 08:25:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"bfd1fc56-35ab-443e-9ee3-bef98116a03d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":65,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["b90b2b12-6c8b-440c-b724-94fce7236660"],"description":"","tags":[],"updated_at":"2018-10-26T08:25:09Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-b3a48261-b5dc-4f3e-aa4c-402fea7b15bd-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:25:08Z","provider:network_type":"vxlan"}]} 2018-10-26 08:25:09,945 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsSubnetTests-b3a48261-b5dc-4f3e-aa4c-402fea7b15bd-pub-net used request id req-b8c887e4-234c-4dcc-8912-b2332924d179 2018-10-26 08:25:09,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:25:09,954 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:25: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:25:09,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}331aabb240868534d304b3f6f45ded84027cd663" 2018-10-26 08:25:10,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:25:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16d89617-1f60-40ca-a833-3f7c19f1d421 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:25:10,038 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-16d89617-1f60-40ca-a833-3f7c19f1d421 2018-10-26 08:25:10,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=bfd1fc56-35ab-443e-9ee3-bef98116a03d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}331aabb240868534d304b3f6f45ded84027cd663" 2018-10-26 08:25:10,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5fe4db20-fdbc-4b66-90db-34a94c95268a Date: Fri, 26 Oct 2018 08:25:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bfd1fc56-35ab-443e-9ee3-bef98116a03d","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:25:09Z","dns_nameservers":[],"updated_at":"2018-10-26T08:25:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"b90b2b12-6c8b-440c-b724-94fce7236660","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-b3a48261-b5dc-4f3e-aa4c-402fea7b15bd-pub-subnet"}]} 2018-10-26 08:25:10,369 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=bfd1fc56-35ab-443e-9ee3-bef98116a03d used request id req-5fe4db20-fdbc-4b66-90db-34a94c95268a 2018-10-26 08:25:10,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=bfd1fc56-35ab-443e-9ee3-bef98116a03d&name=NeutronUtilsSubnetTests-b3a48261-b5dc-4f3e-aa4c-402fea7b15bd-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}331aabb240868534d304b3f6f45ded84027cd663" 2018-10-26 08:25:10,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-25f4beeb-add6-4425-b348-79b053efc8c3 Date: Fri, 26 Oct 2018 08:25:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bfd1fc56-35ab-443e-9ee3-bef98116a03d","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:25:09Z","dns_nameservers":[],"updated_at":"2018-10-26T08:25:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"b90b2b12-6c8b-440c-b724-94fce7236660","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-b3a48261-b5dc-4f3e-aa4c-402fea7b15bd-pub-subnet"}]} 2018-10-26 08:25:10,708 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=bfd1fc56-35ab-443e-9ee3-bef98116a03d&name=NeutronUtilsSubnetTests-b3a48261-b5dc-4f3e-aa4c-402fea7b15bd-pub-subnet used request id req-25f4beeb-add6-4425-b348-79b053efc8c3 2018-10-26 08:25:10,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=bfd1fc56-35ab-443e-9ee3-bef98116a03d&name=NeutronUtilsSubnetTests-b3a48261-b5dc-4f3e-aa4c-402fea7b15bd-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}331aabb240868534d304b3f6f45ded84027cd663" 2018-10-26 08:25:10,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-58d296b4-68d0-4a20-83b2-a20bf9bcbe9f Date: Fri, 26 Oct 2018 08:25:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bfd1fc56-35ab-443e-9ee3-bef98116a03d","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:25:09Z","dns_nameservers":[],"updated_at":"2018-10-26T08:25:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"b90b2b12-6c8b-440c-b724-94fce7236660","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-b3a48261-b5dc-4f3e-aa4c-402fea7b15bd-pub-subnet"}]} 2018-10-26 08:25:10,914 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=bfd1fc56-35ab-443e-9ee3-bef98116a03d&name=NeutronUtilsSubnetTests-b3a48261-b5dc-4f3e-aa4c-402fea7b15bd-pub-subnet used request id req-58d296b4-68d0-4a20-83b2-a20bf9bcbe9f 2018-10-26 08:25:10,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=bfd1fc56-35ab-443e-9ee3-bef98116a03d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}331aabb240868534d304b3f6f45ded84027cd663" 2018-10-26 08:25:11,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f19b77c1-b31a-4172-9498-75dbbaae6bf4 Date: Fri, 26 Oct 2018 08:25:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bfd1fc56-35ab-443e-9ee3-bef98116a03d","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:25:09Z","dns_nameservers":[],"updated_at":"2018-10-26T08:25:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"b90b2b12-6c8b-440c-b724-94fce7236660","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-b3a48261-b5dc-4f3e-aa4c-402fea7b15bd-pub-subnet"}]} 2018-10-26 08:25:11,109 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=bfd1fc56-35ab-443e-9ee3-bef98116a03d used request id req-f19b77c1-b31a-4172-9498-75dbbaae6bf4 2018-10-26 08:25:11,110 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-b3a48261-b5dc-4f3e-aa4c-402fea7b15bd-pub-subnet 2018-10-26 08:25:11,110 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-b3a48261-b5dc-4f3e-aa4c-402fea7b15bd-pub-subnet 2018-10-26 08:25:11,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/b90b2b12-6c8b-440c-b724-94fce7236660 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}331aabb240868534d304b3f6f45ded84027cd663" 2018-10-26 08:25:12,947 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-14e4c931-7acc-4871-abf7-8d54b3a5ef2f Date: Fri, 26 Oct 2018 08:25:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:25:12,948 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/b90b2b12-6c8b-440c-b724-94fce7236660 used request id req-14e4c931-7acc-4871-abf7-8d54b3a5ef2f 2018-10-26 08:25:12,948 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-b3a48261-b5dc-4f3e-aa4c-402fea7b15bd-pub-net 2018-10-26 08:25:12,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/bfd1fc56-35ab-443e-9ee3-bef98116a03d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}331aabb240868534d304b3f6f45ded84027cd663" 2018-10-26 08:25:14,185 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d7d9d925-0f8a-409e-8529-9ab8f9ea8fe8 Date: Fri, 26 Oct 2018 08:25:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:25:14,186 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/bfd1fc56-35ab-443e-9ee3-bef98116a03d used request id req-d7d9d925-0f8a-409e-8529-9ab8f9ea8fe8 2018-10-26 08:25:14,187 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:25:14,585 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:25:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["eRBOP4u2TgWknjGor5Eicw"], "issued_at": "2018-10-26T08:25:14.000000Z"}} 2018-10-26 08:25:14,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b1f0e8948e72ab3a2d9121139592f4a67450f5a" 2018-10-26 08:25:14,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:25:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e0053e4-7a40-455f-a557-afe86b3781c9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:25:14,661 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8e0053e4-7a40-455f-a557-afe86b3781c9 2018-10-26 08:25:14,662 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-eda67bf5-4eb8-4e87-843c-20a25563ce05-pub-net 2018-10-26 08:25:14,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b1f0e8948e72ab3a2d9121139592f4a67450f5a" -d '{"network": {"name": "NeutronUtilsSubnetTests-eda67bf5-4eb8-4e87-843c-20a25563ce05-pub-net", "admin_state_up": true}}' 2018-10-26 08:25:15,228 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-d0cb0d30-3bfc-46bc-9259-a5334557407e Date: Fri, 26 Oct 2018 08:25:15 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"fc6c3024-6ca2-4f74-8cee-8e64306b3e6b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":56,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T08:25:15Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsSubnetTests-eda67bf5-4eb8-4e87-843c-20a25563ce05-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:25:15Z","mtu":1450}} 2018-10-26 08:25:15,228 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-d0cb0d30-3bfc-46bc-9259-a5334557407e 2018-10-26 08:25:15,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=fc6c3024-6ca2-4f74-8cee-8e64306b3e6b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b1f0e8948e72ab3a2d9121139592f4a67450f5a" 2018-10-26 08:25:15,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-15231ebc-4fdf-4443-8d43-904fff93e72e Date: Fri, 26 Oct 2018 08:25:15 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"fc6c3024-6ca2-4f74-8cee-8e64306b3e6b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":56,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T08:25:15Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-eda67bf5-4eb8-4e87-843c-20a25563ce05-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:25:15Z","provider:network_type":"vxlan"}]} 2018-10-26 08:25:15,503 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=fc6c3024-6ca2-4f74-8cee-8e64306b3e6b used request id req-15231ebc-4fdf-4443-8d43-904fff93e72e 2018-10-26 08:25:15,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=fc6c3024-6ca2-4f74-8cee-8e64306b3e6b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b1f0e8948e72ab3a2d9121139592f4a67450f5a" 2018-10-26 08:25:15,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-7fa9f5c8-a2a2-489d-8a2b-20004bb6f4eb Date: Fri, 26 Oct 2018 08:25:15 GMT RESP BODY: {"subnets":[]} 2018-10-26 08:25:15,717 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=fc6c3024-6ca2-4f74-8cee-8e64306b3e6b used request id req-7fa9f5c8-a2a2-489d-8a2b-20004bb6f4eb 2018-10-26 08:25:15,718 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-eda67bf5-4eb8-4e87-843c-20a25563ce05-pub-subnet 2018-10-26 08:25:15,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b1f0e8948e72ab3a2d9121139592f4a67450f5a" -d '{"subnets": [{"ip_version": 4, "network_id": "fc6c3024-6ca2-4f74-8cee-8e64306b3e6b", "cidr": null, "name": "NeutronUtilsSubnetTests-eda67bf5-4eb8-4e87-843c-20a25563ce05-pub-subnet"}]}' 2018-10-26 08:25:15,933 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-82aaa054-6deb-428e-b29e-90f7f23b9ac4 Date: Fri, 26 Oct 2018 08:25:15 GMT RESP BODY: {"NeutronError": {"message": "Bad subnets request: a subnetpool must be specified in the absence of a cidr.", "type": "BadRequest", "detail": ""}} 2018-10-26 08:25:15,933 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-82aaa054-6deb-428e-b29e-90f7f23b9ac4 2018-10-26 08:25:15,933 - 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-26 08:25:15,934 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-eda67bf5-4eb8-4e87-843c-20a25563ce05-pub-subnet] for network [NeutronUtilsSubnetTests-eda67bf5-4eb8-4e87-843c-20a25563ce05-pub-net] 2018-10-26 08:25:15,934 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-eda67bf5-4eb8-4e87-843c-20a25563ce05-pub-net 2018-10-26 08:25:15,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/fc6c3024-6ca2-4f74-8cee-8e64306b3e6b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b1f0e8948e72ab3a2d9121139592f4a67450f5a" 2018-10-26 08:25:16,814 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9f426ab0-e6f8-4e7b-b956-0e48990e8b8a Date: Fri, 26 Oct 2018 08:25:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:25:16,814 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/fc6c3024-6ca2-4f74-8cee-8e64306b3e6b used request id req-9f426ab0-e6f8-4e7b-b956-0e48990e8b8a 2018-10-26 08:25:16,815 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:25:17,204 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:25:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["yyW1DfksQyCLtpGogQ4xoA"], "issued_at": "2018-10-26T08:25:17.000000Z"}} 2018-10-26 08:25:17,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92bf5f9c6e0a70e8dbc0ee348d9c172339d1c10f" 2018-10-26 08:25:17,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:25:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-423e82c2-f722-401e-8d71-055b8e9c3c87 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:25:17,286 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-423e82c2-f722-401e-8d71-055b8e9c3c87 2018-10-26 08:25:17,288 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-6b8bf45a-c1e1-4042-8ea4-3e510e3b8d7b-pub-net 2018-10-26 08:25:17,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92bf5f9c6e0a70e8dbc0ee348d9c172339d1c10f" -d '{"network": {"name": "NeutronUtilsSubnetTests-6b8bf45a-c1e1-4042-8ea4-3e510e3b8d7b-pub-net", "admin_state_up": true}}' 2018-10-26 08:25:17,677 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-0ebb436e-3eaa-4346-8ad8-62c7496e53b8 Date: Fri, 26 Oct 2018 08:25:17 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"e9b7ac17-463c-4cf1-918f-80a40d621777","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":90,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T08:25:17Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsSubnetTests-6b8bf45a-c1e1-4042-8ea4-3e510e3b8d7b-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:25:17Z","mtu":1450}} 2018-10-26 08:25:17,677 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-0ebb436e-3eaa-4346-8ad8-62c7496e53b8 2018-10-26 08:25:17,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=e9b7ac17-463c-4cf1-918f-80a40d621777 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92bf5f9c6e0a70e8dbc0ee348d9c172339d1c10f" 2018-10-26 08:25:17,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-3f1458b7-2b4d-4723-a114-bb3acce01e2b Date: Fri, 26 Oct 2018 08:25:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e9b7ac17-463c-4cf1-918f-80a40d621777","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":90,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T08:25:17Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-6b8bf45a-c1e1-4042-8ea4-3e510e3b8d7b-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:25:17Z","provider:network_type":"vxlan"}]} 2018-10-26 08:25:17,909 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=e9b7ac17-463c-4cf1-918f-80a40d621777 used request id req-3f1458b7-2b4d-4723-a114-bb3acce01e2b 2018-10-26 08:25:17,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e9b7ac17-463c-4cf1-918f-80a40d621777 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92bf5f9c6e0a70e8dbc0ee348d9c172339d1c10f" 2018-10-26 08:25:18,103 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e8dcf1b4-e72f-4755-a068-189473efa281 Date: Fri, 26 Oct 2018 08:25:18 GMT RESP BODY: {"subnets":[]} 2018-10-26 08:25:18,103 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e9b7ac17-463c-4cf1-918f-80a40d621777 used request id req-e8dcf1b4-e72f-4755-a068-189473efa281 2018-10-26 08:25:18,103 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-6b8bf45a-c1e1-4042-8ea4-3e510e3b8d7b-pub-subnet 2018-10-26 08:25:18,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92bf5f9c6e0a70e8dbc0ee348d9c172339d1c10f" -d '{"subnets": [{"ip_version": 4, "network_id": "e9b7ac17-463c-4cf1-918f-80a40d621777", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-6b8bf45a-c1e1-4042-8ea4-3e510e3b8d7b-pub-subnet"}]}' 2018-10-26 08:25:18,491 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-ba89c290-0bf0-4e0e-8262-749a46748c16 Date: Fri, 26 Oct 2018 08:25:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e9b7ac17-463c-4cf1-918f-80a40d621777","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:25:18Z","dns_nameservers":[],"updated_at":"2018-10-26T08:25:18Z","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":"e8c35a3eddcb484a9d13f31d10ef71de","id":"fd222e45-2766-4f7f-a8d7-852224896943","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-6b8bf45a-c1e1-4042-8ea4-3e510e3b8d7b-pub-subnet"}]} 2018-10-26 08:25:18,491 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-ba89c290-0bf0-4e0e-8262-749a46748c16 2018-10-26 08:25:18,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=e9b7ac17-463c-4cf1-918f-80a40d621777 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92bf5f9c6e0a70e8dbc0ee348d9c172339d1c10f" 2018-10-26 08:25:18,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-b2321c08-cc0c-496a-b9ac-d0baffca6e32 Date: Fri, 26 Oct 2018 08:25:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e9b7ac17-463c-4cf1-918f-80a40d621777","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":90,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["fd222e45-2766-4f7f-a8d7-852224896943"],"description":"","tags":[],"updated_at":"2018-10-26T08:25:18Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-6b8bf45a-c1e1-4042-8ea4-3e510e3b8d7b-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:25:17Z","provider:network_type":"vxlan"}]} 2018-10-26 08:25:18,750 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=e9b7ac17-463c-4cf1-918f-80a40d621777 used request id req-b2321c08-cc0c-496a-b9ac-d0baffca6e32 2018-10-26 08:25:18,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e9b7ac17-463c-4cf1-918f-80a40d621777 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92bf5f9c6e0a70e8dbc0ee348d9c172339d1c10f" 2018-10-26 08:25:18,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-07cb37d8-4e6a-417c-82f6-c4545b8cb09f Date: Fri, 26 Oct 2018 08:25:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e9b7ac17-463c-4cf1-918f-80a40d621777","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:25:18Z","dns_nameservers":[],"updated_at":"2018-10-26T08:25:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"fd222e45-2766-4f7f-a8d7-852224896943","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-6b8bf45a-c1e1-4042-8ea4-3e510e3b8d7b-pub-subnet"}]} 2018-10-26 08:25:18,960 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e9b7ac17-463c-4cf1-918f-80a40d621777 used request id req-07cb37d8-4e6a-417c-82f6-c4545b8cb09f 2018-10-26 08:25:18,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsSubnetTests-6b8bf45a-c1e1-4042-8ea4-3e510e3b8d7b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92bf5f9c6e0a70e8dbc0ee348d9c172339d1c10f" 2018-10-26 08:25:19,880 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-3a5401f6-41ca-45f9-ac84-e586bd9ee750 Date: Fri, 26 Oct 2018 08:25:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e9b7ac17-463c-4cf1-918f-80a40d621777","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":90,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["fd222e45-2766-4f7f-a8d7-852224896943"],"description":"","tags":[],"updated_at":"2018-10-26T08:25:18Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-6b8bf45a-c1e1-4042-8ea4-3e510e3b8d7b-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:25:17Z","provider:network_type":"vxlan"}]} 2018-10-26 08:25:19,880 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsSubnetTests-6b8bf45a-c1e1-4042-8ea4-3e510e3b8d7b-pub-net used request id req-3a5401f6-41ca-45f9-ac84-e586bd9ee750 2018-10-26 08:25:19,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:25:19,889 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:25: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:25:19,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92bf5f9c6e0a70e8dbc0ee348d9c172339d1c10f" 2018-10-26 08:25:19,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:25:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-725387cb-67ed-4b3f-9aef-35a6de00cf74 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:25:19,975 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-725387cb-67ed-4b3f-9aef-35a6de00cf74 2018-10-26 08:25:19,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e9b7ac17-463c-4cf1-918f-80a40d621777 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92bf5f9c6e0a70e8dbc0ee348d9c172339d1c10f" 2018-10-26 08:25:20,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5da87881-111b-426c-8dbd-11d01113b457 Date: Fri, 26 Oct 2018 08:25:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e9b7ac17-463c-4cf1-918f-80a40d621777","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:25:18Z","dns_nameservers":[],"updated_at":"2018-10-26T08:25:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"fd222e45-2766-4f7f-a8d7-852224896943","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-6b8bf45a-c1e1-4042-8ea4-3e510e3b8d7b-pub-subnet"}]} 2018-10-26 08:25:20,294 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e9b7ac17-463c-4cf1-918f-80a40d621777 used request id req-5da87881-111b-426c-8dbd-11d01113b457 2018-10-26 08:25:20,295 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-6b8bf45a-c1e1-4042-8ea4-3e510e3b8d7b-pub-subnet 2018-10-26 08:25:20,295 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-6b8bf45a-c1e1-4042-8ea4-3e510e3b8d7b-pub-subnet 2018-10-26 08:25:20,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/fd222e45-2766-4f7f-a8d7-852224896943 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92bf5f9c6e0a70e8dbc0ee348d9c172339d1c10f" 2018-10-26 08:25:22,444 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-61117b49-380d-4176-a103-81d86512b827 Date: Fri, 26 Oct 2018 08:25:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:25:22,445 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/fd222e45-2766-4f7f-a8d7-852224896943 used request id req-61117b49-380d-4176-a103-81d86512b827 2018-10-26 08:25:22,445 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-6b8bf45a-c1e1-4042-8ea4-3e510e3b8d7b-pub-net 2018-10-26 08:25:22,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/e9b7ac17-463c-4cf1-918f-80a40d621777 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92bf5f9c6e0a70e8dbc0ee348d9c172339d1c10f" 2018-10-26 08:25:23,993 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f7f39d8e-5907-4478-a6f3-71978102bdbc Date: Fri, 26 Oct 2018 08:25:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:25:23,993 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/e9b7ac17-463c-4cf1-918f-80a40d621777 used request id req-f7f39d8e-5907-4478-a6f3-71978102bdbc 2018-10-26 08:25:23,995 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:25:24,382 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:25:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["AgtAAy8oTzuEA-_qZtNQ4A"], "issued_at": "2018-10-26T08:25:24.000000Z"}} 2018-10-26 08:25:24,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bbaaaad017c2b3cfba6a8ff823beee9caa30d90" 2018-10-26 08:25:24,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:25:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e743cdf6-c630-4e53-b160-84ccd83cfc0e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:25:24,467 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e743cdf6-c630-4e53-b160-84ccd83cfc0e 2018-10-26 08:25:24,468 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-b921de97-abf8-4551-8c8c-abbd4bda6daf-pub-net 2018-10-26 08:25:24,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bbaaaad017c2b3cfba6a8ff823beee9caa30d90" -d '{"network": {"name": "NeutronUtilsRouterTests-b921de97-abf8-4551-8c8c-abbd4bda6daf-pub-net", "admin_state_up": true}}' 2018-10-26 08:25:25,071 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-07682725-4e0b-48ae-a37c-f8b95f07c868 Date: Fri, 26 Oct 2018 08:25:25 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"3e0b54f7-7f3d-4549-b99b-58a7ff19ce89","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T08:25:24Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-b921de97-abf8-4551-8c8c-abbd4bda6daf-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:25:24Z","mtu":1450}} 2018-10-26 08:25:25,071 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-07682725-4e0b-48ae-a37c-f8b95f07c868 2018-10-26 08:25:25,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=3e0b54f7-7f3d-4549-b99b-58a7ff19ce89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bbaaaad017c2b3cfba6a8ff823beee9caa30d90" 2018-10-26 08:25:25,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-c6f2178a-c63d-49b7-8197-144b602990b6 Date: Fri, 26 Oct 2018 08:25:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3e0b54f7-7f3d-4549-b99b-58a7ff19ce89","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T08:25:24Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-b921de97-abf8-4551-8c8c-abbd4bda6daf-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:25:24Z","provider:network_type":"vxlan"}]} 2018-10-26 08:25:25,318 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=3e0b54f7-7f3d-4549-b99b-58a7ff19ce89 used request id req-c6f2178a-c63d-49b7-8197-144b602990b6 2018-10-26 08:25:25,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3e0b54f7-7f3d-4549-b99b-58a7ff19ce89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bbaaaad017c2b3cfba6a8ff823beee9caa30d90" 2018-10-26 08:25:26,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-78d53735-bb19-47af-b539-30660e4f66dd Date: Fri, 26 Oct 2018 08:25:26 GMT RESP BODY: {"subnets":[]} 2018-10-26 08:25:26,059 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3e0b54f7-7f3d-4549-b99b-58a7ff19ce89 used request id req-78d53735-bb19-47af-b539-30660e4f66dd 2018-10-26 08:25:26,059 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-b921de97-abf8-4551-8c8c-abbd4bda6daf-pub-subnet 2018-10-26 08:25:26,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bbaaaad017c2b3cfba6a8ff823beee9caa30d90" -d '{"subnets": [{"ip_version": 4, "network_id": "3e0b54f7-7f3d-4549-b99b-58a7ff19ce89", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-b921de97-abf8-4551-8c8c-abbd4bda6daf-pub-subnet"}]}' 2018-10-26 08:25:26,442 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1cb0dded-ec13-43e9-9734-2c184309f139 Date: Fri, 26 Oct 2018 08:25:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3e0b54f7-7f3d-4549-b99b-58a7ff19ce89","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:25:26Z","dns_nameservers":[],"updated_at":"2018-10-26T08:25: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":"e8c35a3eddcb484a9d13f31d10ef71de","id":"2b96c0b4-7316-41c4-ab66-35ea3833743d","subnetpool_id":null,"name":"NeutronUtilsRouterTests-b921de97-abf8-4551-8c8c-abbd4bda6daf-pub-subnet"}]} 2018-10-26 08:25:26,443 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-1cb0dded-ec13-43e9-9734-2c184309f139 2018-10-26 08:25:26,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=3e0b54f7-7f3d-4549-b99b-58a7ff19ce89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bbaaaad017c2b3cfba6a8ff823beee9caa30d90" 2018-10-26 08:25:26,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-70ed33f1-15a3-4aeb-854b-47c6354d7fdc Date: Fri, 26 Oct 2018 08:25:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"3e0b54f7-7f3d-4549-b99b-58a7ff19ce89","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["2b96c0b4-7316-41c4-ab66-35ea3833743d"],"description":"","tags":[],"updated_at":"2018-10-26T08:25:26Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-b921de97-abf8-4551-8c8c-abbd4bda6daf-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:25:24Z","provider:network_type":"vxlan"}]} 2018-10-26 08:25:26,708 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=3e0b54f7-7f3d-4549-b99b-58a7ff19ce89 used request id req-70ed33f1-15a3-4aeb-854b-47c6354d7fdc 2018-10-26 08:25:26,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3e0b54f7-7f3d-4549-b99b-58a7ff19ce89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bbaaaad017c2b3cfba6a8ff823beee9caa30d90" 2018-10-26 08:25:26,928 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4f1cb01c-c615-42cb-9931-b5e5f7f9d80c Date: Fri, 26 Oct 2018 08:25:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3e0b54f7-7f3d-4549-b99b-58a7ff19ce89","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:25:26Z","dns_nameservers":[],"updated_at":"2018-10-26T08:25: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":"e8c35a3eddcb484a9d13f31d10ef71de","id":"2b96c0b4-7316-41c4-ab66-35ea3833743d","subnetpool_id":null,"name":"NeutronUtilsRouterTests-b921de97-abf8-4551-8c8c-abbd4bda6daf-pub-subnet"}]} 2018-10-26 08:25:26,928 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3e0b54f7-7f3d-4549-b99b-58a7ff19ce89 used request id req-4f1cb01c-c615-42cb-9931-b5e5f7f9d80c 2018-10-26 08:25:26,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-b921de97-abf8-4551-8c8c-abbd4bda6daf-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bbaaaad017c2b3cfba6a8ff823beee9caa30d90" 2018-10-26 08:25:27,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-3f716e7b-460e-4b00-ad8d-6aa19b9c9377 Date: Fri, 26 Oct 2018 08:25:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"3e0b54f7-7f3d-4549-b99b-58a7ff19ce89","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["2b96c0b4-7316-41c4-ab66-35ea3833743d"],"description":"","tags":[],"updated_at":"2018-10-26T08:25:26Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-b921de97-abf8-4551-8c8c-abbd4bda6daf-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:25:24Z","provider:network_type":"vxlan"}]} 2018-10-26 08:25:27,165 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-b921de97-abf8-4551-8c8c-abbd4bda6daf-pub-net used request id req-3f716e7b-460e-4b00-ad8d-6aa19b9c9377 2018-10-26 08:25:27,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:25:27,173 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:25: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:25:27,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bbaaaad017c2b3cfba6a8ff823beee9caa30d90" 2018-10-26 08:25:27,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:25:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d6c4443-9dfa-4834-aa2b-fc97b7d64978 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:25:27,255 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-8d6c4443-9dfa-4834-aa2b-fc97b7d64978 2018-10-26 08:25:27,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3e0b54f7-7f3d-4549-b99b-58a7ff19ce89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bbaaaad017c2b3cfba6a8ff823beee9caa30d90" 2018-10-26 08:25:27,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d5607239-6653-42a1-85cc-548ff24cd33b Date: Fri, 26 Oct 2018 08:25:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3e0b54f7-7f3d-4549-b99b-58a7ff19ce89","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:25:26Z","dns_nameservers":[],"updated_at":"2018-10-26T08:25: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":"e8c35a3eddcb484a9d13f31d10ef71de","id":"2b96c0b4-7316-41c4-ab66-35ea3833743d","subnetpool_id":null,"name":"NeutronUtilsRouterTests-b921de97-abf8-4551-8c8c-abbd4bda6daf-pub-subnet"}]} 2018-10-26 08:25:27,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3e0b54f7-7f3d-4549-b99b-58a7ff19ce89 used request id req-d5607239-6653-42a1-85cc-548ff24cd33b 2018-10-26 08:25:27,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3e0b54f7-7f3d-4549-b99b-58a7ff19ce89&name=NeutronUtilsRouterTests-b921de97-abf8-4551-8c8c-abbd4bda6daf-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bbaaaad017c2b3cfba6a8ff823beee9caa30d90" 2018-10-26 08:25:27,533 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e762f952-707b-4636-86cf-d26a46591a94 Date: Fri, 26 Oct 2018 08:25:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3e0b54f7-7f3d-4549-b99b-58a7ff19ce89","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:25:26Z","dns_nameservers":[],"updated_at":"2018-10-26T08:25: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":"e8c35a3eddcb484a9d13f31d10ef71de","id":"2b96c0b4-7316-41c4-ab66-35ea3833743d","subnetpool_id":null,"name":"NeutronUtilsRouterTests-b921de97-abf8-4551-8c8c-abbd4bda6daf-pub-subnet"}]} 2018-10-26 08:25:27,533 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3e0b54f7-7f3d-4549-b99b-58a7ff19ce89&name=NeutronUtilsRouterTests-b921de97-abf8-4551-8c8c-abbd4bda6daf-pub-subnet used request id req-e762f952-707b-4636-86cf-d26a46591a94 2018-10-26 08:25:27,534 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:25:27,535 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:25:27,946 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:25:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["g361EzFVSLi1TPaQUIrvhA"], "issued_at": "2018-10-26T08:25:27.000000Z"}} 2018-10-26 08:25:27,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69a65635e723b62edd669b1c1e5f7a4ce3c00a73" 2018-10-26 08:25:28,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:25:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19dcf8e6-6adb-4a1e-a4cd-ff24a81841a5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:25:28,026 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-19dcf8e6-6adb-4a1e-a4cd-ff24a81841a5 2018-10-26 08:25:28,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bbaaaad017c2b3cfba6a8ff823beee9caa30d90" 2018-10-26 08:25:28,136 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-0ae51396-60b9-4659-bfe7-c81c18171512 Date: Fri, 26 Oct 2018 08:25:28 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","provider:network_type":"flat"}]} 2018-10-26 08:25:28,136 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-0ae51396-60b9-4659-bfe7-c81c18171512 2018-10-26 08:25:28,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bbaaaad017c2b3cfba6a8ff823beee9caa30d90" 2018-10-26 08:25:28,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-fe3e8818-f5fb-427e-982a-47ff6f1263fb Date: Fri, 26 Oct 2018 08:25:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:47Z","dns_nameservers":[],"updated_at":"2018-10-26T08:12:47Z","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":"c850e319615544ee86b9a48e1e3e8f0f","id":"e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-26 08:25:28,532 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-fe3e8818-f5fb-427e-982a-47ff6f1263fb 2018-10-26 08:25:28,532 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-b921de97-abf8-4551-8c8c-abbd4bda6daf-pub-router 2018-10-26 08:25:28,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bbaaaad017c2b3cfba6a8ff823beee9caa30d90" -d '{"router": {"external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693"}, "name": "NeutronUtilsRouterTests-b921de97-abf8-4551-8c8c-abbd4bda6daf-pub-router", "admin_state_up": true}}' 2018-10-26 08:25:33,507 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-a371aa9c-9bb4-4365-868b-44b70556f7a6 Date: Fri, 26 Oct 2018 08:25:33 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:25:29Z", "admin_state_up": true, "updated_at": "2018-10-26T08:25:30Z", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "07276209-1ff3-4c68-93ff-472de651da38", "name": "NeutronUtilsRouterTests-b921de97-abf8-4551-8c8c-abbd4bda6daf-pub-router"}} 2018-10-26 08:25:33,507 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-a371aa9c-9bb4-4365-868b-44b70556f7a6 2018-10-26 08:25:33,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=07276209-1ff3-4c68-93ff-472de651da38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bbaaaad017c2b3cfba6a8ff823beee9caa30d90" 2018-10-26 08:25:33,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3214 X-Openstack-Request-Id: req-a42557e5-a005-43c6-82bd-864adde8efc1 Date: Fri, 26 Oct 2018 08:25:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:25:31Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"fa59b777-16ca-48a1-9fc6-964baaf53dcd","ip_address":"169.254.192.1"}],"id":"98ba826c-83b0-4a47-abce-4ff7b74ade34","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b0:e6:75","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e8c35a3eddcb484a9d13f31d10ef71de","admin_state_up":true,"network_id":"b48e3dfc-62a4-45a0-af5c-ffb2c628cdf0","tenant_id":"","created_at":"2018-10-26T08:25:31Z","binding:vnic_type":"normal","device_id":"07276209-1ff3-4c68-93ff-472de651da38"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:25:30Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"fa59b777-16ca-48a1-9fc6-964baaf53dcd","ip_address":"169.254.192.3"}],"id":"ae2e600c-25b7-4d58-b1b2-4698e76b2230","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f8:10:68","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e8c35a3eddcb484a9d13f31d10ef71de","admin_state_up":true,"network_id":"b48e3dfc-62a4-45a0-af5c-ffb2c628cdf0","tenant_id":"","created_at":"2018-10-26T08:25:30Z","binding:vnic_type":"normal","device_id":"07276209-1ff3-4c68-93ff-472de651da38"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:25:30Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414","ip_address":"172.30.9.202"}],"id":"d00f0d9a-1b82-467b-a9c3-cb9d05950a00","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f9:ab:a1","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","tenant_id":"","created_at":"2018-10-26T08:25:29Z","binding:vnic_type":"normal","device_id":"07276209-1ff3-4c68-93ff-472de651da38"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:25:32Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"fa59b777-16ca-48a1-9fc6-964baaf53dcd","ip_address":"169.254.192.2"}],"id":"dabf5ec4-0067-4d08-9f04-4d76bc800f4b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:d8:31:26","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e8c35a3eddcb484a9d13f31d10ef71de","admin_state_up":true,"network_id":"b48e3dfc-62a4-45a0-af5c-ffb2c628cdf0","tenant_id":"","created_at":"2018-10-26T08:25:32Z","binding:vnic_type":"normal","device_id":"07276209-1ff3-4c68-93ff-472de651da38"}]} 2018-10-26 08:25:33,571 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=07276209-1ff3-4c68-93ff-472de651da38 used request id req-a42557e5-a005-43c6-82bd-864adde8efc1 2018-10-26 08:25:33,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bbaaaad017c2b3cfba6a8ff823beee9caa30d90" 2018-10-26 08:25:33,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-a5718736-39bc-40a4-907c-8937b46d9a9b Date: Fri, 26 Oct 2018 08:25:33 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:47Z","dns_nameservers":[],"updated_at":"2018-10-26T08:12:47Z","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":"c850e319615544ee86b9a48e1e3e8f0f","id":"e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414","subnetpool_id":null,"name":"external-subnet"}} 2018-10-26 08:25:33,765 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414 used request id req-a5718736-39bc-40a4-907c-8937b46d9a9b 2018-10-26 08:25:33,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/fa59b777-16ca-48a1-9fc6-964baaf53dcd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bbaaaad017c2b3cfba6a8ff823beee9caa30d90" 2018-10-26 08:25:33,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-161b8be4-988c-4583-850d-cb842076318d Date: Fri, 26 Oct 2018 08:25:33 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b48e3dfc-62a4-45a0-af5c-ffb2c628cdf0","tenant_id":"","created_at":"2018-10-26T08:25:29Z","dns_nameservers":[],"updated_at":"2018-10-26T08:25:29Z","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":"fa59b777-16ca-48a1-9fc6-964baaf53dcd","subnetpool_id":null,"name":"HA subnet tenant e8c35a3eddcb484a9d13f31d10ef71de"}} 2018-10-26 08:25:33,818 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/fa59b777-16ca-48a1-9fc6-964baaf53dcd used request id req-161b8be4-988c-4583-850d-cb842076318d 2018-10-26 08:25:33,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/fa59b777-16ca-48a1-9fc6-964baaf53dcd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bbaaaad017c2b3cfba6a8ff823beee9caa30d90" 2018-10-26 08:25:33,878 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-ba31cef4-4908-4c7c-89d4-cd3d5c5ba31f Date: Fri, 26 Oct 2018 08:25:33 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b48e3dfc-62a4-45a0-af5c-ffb2c628cdf0","tenant_id":"","created_at":"2018-10-26T08:25:29Z","dns_nameservers":[],"updated_at":"2018-10-26T08:25:29Z","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":"fa59b777-16ca-48a1-9fc6-964baaf53dcd","subnetpool_id":null,"name":"HA subnet tenant e8c35a3eddcb484a9d13f31d10ef71de"}} 2018-10-26 08:25:33,878 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/fa59b777-16ca-48a1-9fc6-964baaf53dcd used request id req-ba31cef4-4908-4c7c-89d4-cd3d5c5ba31f 2018-10-26 08:25:33,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/fa59b777-16ca-48a1-9fc6-964baaf53dcd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bbaaaad017c2b3cfba6a8ff823beee9caa30d90" 2018-10-26 08:25:33,945 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-8cab7808-e66c-4f75-baeb-63c2ca228483 Date: Fri, 26 Oct 2018 08:25:33 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b48e3dfc-62a4-45a0-af5c-ffb2c628cdf0","tenant_id":"","created_at":"2018-10-26T08:25:29Z","dns_nameservers":[],"updated_at":"2018-10-26T08:25:29Z","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":"fa59b777-16ca-48a1-9fc6-964baaf53dcd","subnetpool_id":null,"name":"HA subnet tenant e8c35a3eddcb484a9d13f31d10ef71de"}} 2018-10-26 08:25:33,945 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/fa59b777-16ca-48a1-9fc6-964baaf53dcd used request id req-8cab7808-e66c-4f75-baeb-63c2ca228483 2018-10-26 08:25:33,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=NeutronUtilsRouterTests-b921de97-abf8-4551-8c8c-abbd4bda6daf-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bbaaaad017c2b3cfba6a8ff823beee9caa30d90" 2018-10-26 08:25:34,041 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-3cf2c61f-f826-4a5e-b185-f0fa0443cacf Date: Fri, 26 Oct 2018 08:25:34 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:25:29Z", "admin_state_up": true, "updated_at": "2018-10-26T08:25:32Z", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "07276209-1ff3-4c68-93ff-472de651da38", "name": "NeutronUtilsRouterTests-b921de97-abf8-4551-8c8c-abbd4bda6daf-pub-router"}]} 2018-10-26 08:25:34,041 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=NeutronUtilsRouterTests-b921de97-abf8-4551-8c8c-abbd4bda6daf-pub-router used request id req-3cf2c61f-f826-4a5e-b185-f0fa0443cacf 2018-10-26 08:25:34,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bbaaaad017c2b3cfba6a8ff823beee9caa30d90" 2018-10-26 08:25:34,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:25:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-159c292b-7d3d-4845-95dc-7f5b79d566de 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:25:34,137 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-159c292b-7d3d-4845-95dc-7f5b79d566de 2018-10-26 08:25:34,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=07276209-1ff3-4c68-93ff-472de651da38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bbaaaad017c2b3cfba6a8ff823beee9caa30d90" 2018-10-26 08:25:34,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3310 X-Openstack-Request-Id: req-f94499aa-e416-4337-962d-00288d25a84e Date: Fri, 26 Oct 2018 08:25:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:25:31Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"fa59b777-16ca-48a1-9fc6-964baaf53dcd","ip_address":"169.254.192.1"}],"id":"98ba826c-83b0-4a47-abce-4ff7b74ade34","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b0:e6:75","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e8c35a3eddcb484a9d13f31d10ef71de","admin_state_up":true,"network_id":"b48e3dfc-62a4-45a0-af5c-ffb2c628cdf0","tenant_id":"","created_at":"2018-10-26T08:25:31Z","binding:vnic_type":"normal","device_id":"07276209-1ff3-4c68-93ff-472de651da38"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:25:30Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"fa59b777-16ca-48a1-9fc6-964baaf53dcd","ip_address":"169.254.192.3"}],"id":"ae2e600c-25b7-4d58-b1b2-4698e76b2230","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f8:10:68","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e8c35a3eddcb484a9d13f31d10ef71de","admin_state_up":true,"network_id":"b48e3dfc-62a4-45a0-af5c-ffb2c628cdf0","tenant_id":"","created_at":"2018-10-26T08:25:30Z","binding:vnic_type":"normal","device_id":"07276209-1ff3-4c68-93ff-472de651da38"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:25:34Z","device_owner":"network:router_gateway","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414","ip_address":"172.30.9.202"}],"id":"d00f0d9a-1b82-467b-a9c3-cb9d05950a00","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f9:ab:a1","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":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","tenant_id":"","created_at":"2018-10-26T08:25:29Z","binding:vnic_type":"normal","device_id":"07276209-1ff3-4c68-93ff-472de651da38"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:25:32Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"fa59b777-16ca-48a1-9fc6-964baaf53dcd","ip_address":"169.254.192.2"}],"id":"dabf5ec4-0067-4d08-9f04-4d76bc800f4b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:d8:31:26","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e8c35a3eddcb484a9d13f31d10ef71de","admin_state_up":true,"network_id":"b48e3dfc-62a4-45a0-af5c-ffb2c628cdf0","tenant_id":"","created_at":"2018-10-26T08:25:32Z","binding:vnic_type":"normal","device_id":"07276209-1ff3-4c68-93ff-472de651da38"}]} 2018-10-26 08:25:34,186 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=07276209-1ff3-4c68-93ff-472de651da38 used request id req-f94499aa-e416-4337-962d-00288d25a84e 2018-10-26 08:25:34,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bbaaaad017c2b3cfba6a8ff823beee9caa30d90" 2018-10-26 08:25:34,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-68d5a358-4792-4b53-a54e-3fd0a762c5a7 Date: Fri, 26 Oct 2018 08:25:34 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:47Z","dns_nameservers":[],"updated_at":"2018-10-26T08:12:47Z","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":"c850e319615544ee86b9a48e1e3e8f0f","id":"e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414","subnetpool_id":null,"name":"external-subnet"}} 2018-10-26 08:25:34,240 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414 used request id req-68d5a358-4792-4b53-a54e-3fd0a762c5a7 2018-10-26 08:25:34,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/fa59b777-16ca-48a1-9fc6-964baaf53dcd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bbaaaad017c2b3cfba6a8ff823beee9caa30d90" 2018-10-26 08:25:35,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-631ec372-a8fc-48b6-8f76-f549241d7259 Date: Fri, 26 Oct 2018 08:25:35 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b48e3dfc-62a4-45a0-af5c-ffb2c628cdf0","tenant_id":"","created_at":"2018-10-26T08:25:29Z","dns_nameservers":[],"updated_at":"2018-10-26T08:25:29Z","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":"fa59b777-16ca-48a1-9fc6-964baaf53dcd","subnetpool_id":null,"name":"HA subnet tenant e8c35a3eddcb484a9d13f31d10ef71de"}} 2018-10-26 08:25:35,009 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/fa59b777-16ca-48a1-9fc6-964baaf53dcd used request id req-631ec372-a8fc-48b6-8f76-f549241d7259 2018-10-26 08:25:35,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/fa59b777-16ca-48a1-9fc6-964baaf53dcd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bbaaaad017c2b3cfba6a8ff823beee9caa30d90" 2018-10-26 08:25:35,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-d06d9eb2-3c2b-45c1-8dfe-a673d41c38bc Date: Fri, 26 Oct 2018 08:25:35 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b48e3dfc-62a4-45a0-af5c-ffb2c628cdf0","tenant_id":"","created_at":"2018-10-26T08:25:29Z","dns_nameservers":[],"updated_at":"2018-10-26T08:25:29Z","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":"fa59b777-16ca-48a1-9fc6-964baaf53dcd","subnetpool_id":null,"name":"HA subnet tenant e8c35a3eddcb484a9d13f31d10ef71de"}} 2018-10-26 08:25:35,204 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/fa59b777-16ca-48a1-9fc6-964baaf53dcd used request id req-d06d9eb2-3c2b-45c1-8dfe-a673d41c38bc 2018-10-26 08:25:35,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/fa59b777-16ca-48a1-9fc6-964baaf53dcd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bbaaaad017c2b3cfba6a8ff823beee9caa30d90" 2018-10-26 08:25:35,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-be5ac6e7-ed91-42c3-a501-23809ca5d8bf Date: Fri, 26 Oct 2018 08:25:35 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b48e3dfc-62a4-45a0-af5c-ffb2c628cdf0","tenant_id":"","created_at":"2018-10-26T08:25:29Z","dns_nameservers":[],"updated_at":"2018-10-26T08:25:29Z","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":"fa59b777-16ca-48a1-9fc6-964baaf53dcd","subnetpool_id":null,"name":"HA subnet tenant e8c35a3eddcb484a9d13f31d10ef71de"}} 2018-10-26 08:25:35,256 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/fa59b777-16ca-48a1-9fc6-964baaf53dcd used request id req-be5ac6e7-ed91-42c3-a501-23809ca5d8bf 2018-10-26 08:25:35,256 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-b921de97-abf8-4551-8c8c-abbd4bda6daf-pub-router 2018-10-26 08:25:35,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/07276209-1ff3-4c68-93ff-472de651da38/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bbaaaad017c2b3cfba6a8ff823beee9caa30d90" -d '{"subnet_id": "2b96c0b4-7316-41c4-ab66-35ea3833743d"}' 2018-10-26 08:25:37,017 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e9cbcec9-4fda-43c8-b938-b48071734272 Date: Fri, 26 Oct 2018 08:25:37 GMT RESP BODY: {"network_id": "3e0b54f7-7f3d-4549-b99b-58a7ff19ce89", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "subnet_id": "2b96c0b4-7316-41c4-ab66-35ea3833743d", "subnet_ids": ["2b96c0b4-7316-41c4-ab66-35ea3833743d"], "port_id": "12bef726-80b4-470b-90b1-19ec3ba5620c", "id": "07276209-1ff3-4c68-93ff-472de651da38"} 2018-10-26 08:25:37,017 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/07276209-1ff3-4c68-93ff-472de651da38/add_router_interface used request id req-e9cbcec9-4fda-43c8-b938-b48071734272 2018-10-26 08:25:37,018 - neutron_utils - INFO - Removing router interface from router named NeutronUtilsRouterTests-b921de97-abf8-4551-8c8c-abbd4bda6daf-pub-router 2018-10-26 08:25:37,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/07276209-1ff3-4c68-93ff-472de651da38/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bbaaaad017c2b3cfba6a8ff823beee9caa30d90" -d '{"subnet_id": "2b96c0b4-7316-41c4-ab66-35ea3833743d"}' 2018-10-26 08:25:38,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d16fe485-6874-446a-8008-cecb812783a3 Date: Fri, 26 Oct 2018 08:25:38 GMT RESP BODY: {"network_id": "3e0b54f7-7f3d-4549-b99b-58a7ff19ce89", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "subnet_id": "2b96c0b4-7316-41c4-ab66-35ea3833743d", "subnet_ids": ["2b96c0b4-7316-41c4-ab66-35ea3833743d"], "port_id": "12bef726-80b4-470b-90b1-19ec3ba5620c", "id": "07276209-1ff3-4c68-93ff-472de651da38"} 2018-10-26 08:25:38,484 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/07276209-1ff3-4c68-93ff-472de651da38/remove_router_interface used request id req-d16fe485-6874-446a-8008-cecb812783a3 2018-10-26 08:25:38,484 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-b921de97-abf8-4551-8c8c-abbd4bda6daf-pub-router 2018-10-26 08:25:38,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/07276209-1ff3-4c68-93ff-472de651da38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bbaaaad017c2b3cfba6a8ff823beee9caa30d90" 2018-10-26 08:25:42,028 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e8812fc1-7fd5-4c24-8774-733984decac5 Content-Length: 0 Date: Fri, 26 Oct 2018 08:25:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:25:42,028 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/07276209-1ff3-4c68-93ff-472de651da38 used request id req-e8812fc1-7fd5-4c24-8774-733984decac5 2018-10-26 08:25:42,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=NeutronUtilsRouterTests-b921de97-abf8-4551-8c8c-abbd4bda6daf-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bbaaaad017c2b3cfba6a8ff823beee9caa30d90" 2018-10-26 08:25:42,247 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-30aec363-839f-4f7b-98c3-d0cf4af9d5ee Date: Fri, 26 Oct 2018 08:25:42 GMT RESP BODY: {"routers": []} 2018-10-26 08:25:42,247 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=NeutronUtilsRouterTests-b921de97-abf8-4551-8c8c-abbd4bda6daf-pub-router used request id req-30aec363-839f-4f7b-98c3-d0cf4af9d5ee 2018-10-26 08:25:42,248 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-b921de97-abf8-4551-8c8c-abbd4bda6daf-pub-subnet 2018-10-26 08:25:42,248 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-b921de97-abf8-4551-8c8c-abbd4bda6daf-pub-subnet 2018-10-26 08:25:42,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/2b96c0b4-7316-41c4-ab66-35ea3833743d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bbaaaad017c2b3cfba6a8ff823beee9caa30d90" 2018-10-26 08:25:45,025 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-46b2d535-b9fb-4805-b2f9-43942ad5298a Date: Fri, 26 Oct 2018 08:25:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:25:45,025 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/2b96c0b4-7316-41c4-ab66-35ea3833743d used request id req-46b2d535-b9fb-4805-b2f9-43942ad5298a 2018-10-26 08:25:45,025 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-b921de97-abf8-4551-8c8c-abbd4bda6daf-pub-net 2018-10-26 08:25:45,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/3e0b54f7-7f3d-4549-b99b-58a7ff19ce89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bbaaaad017c2b3cfba6a8ff823beee9caa30d90" 2018-10-26 08:25:46,502 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9028f948-a599-4aec-a6bb-f8ed897b103e Date: Fri, 26 Oct 2018 08:25:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:25:46,502 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/3e0b54f7-7f3d-4549-b99b-58a7ff19ce89 used request id req-9028f948-a599-4aec-a6bb-f8ed897b103e 2018-10-26 08:25:46,504 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:25:46,878 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:25:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["lAR07SLLRyaF4H3Xggk4fA"], "issued_at": "2018-10-26T08:25:46.000000Z"}} 2018-10-26 08:25:46,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38c8b3ee3bd3647556a7bf0b297346b6079cc257" 2018-10-26 08:25:46,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:25:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac2506c5-62d1-45af-9cea-87d68ea12c1e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:25:46,968 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ac2506c5-62d1-45af-9cea-87d68ea12c1e 2018-10-26 08:25:46,970 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-6f53f475-92c4-48cc-ab49-942618842e17-pub-net 2018-10-26 08:25:46,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38c8b3ee3bd3647556a7bf0b297346b6079cc257" -d '{"network": {"name": "NeutronUtilsRouterTests-6f53f475-92c4-48cc-ab49-942618842e17-pub-net", "admin_state_up": true}}' 2018-10-26 08:25:47,569 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-e05d099b-fde5-4776-83b0-83fcb1ca0f42 Date: Fri, 26 Oct 2018 08: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":"3d6510e2-253f-4474-a8c8-23e204d29b07","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":38,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T08:25:47Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-6f53f475-92c4-48cc-ab49-942618842e17-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:25:47Z","mtu":1450}} 2018-10-26 08:25:47,569 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-e05d099b-fde5-4776-83b0-83fcb1ca0f42 2018-10-26 08:25:47,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=3d6510e2-253f-4474-a8c8-23e204d29b07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38c8b3ee3bd3647556a7bf0b297346b6079cc257" 2018-10-26 08:25:47,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-5e92d0bd-aba8-43b7-8d53-dd8c34ccf440 Date: Fri, 26 Oct 2018 08:25:47 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3d6510e2-253f-4474-a8c8-23e204d29b07","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":38,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T08:25:47Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-6f53f475-92c4-48cc-ab49-942618842e17-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:25:47Z","provider:network_type":"vxlan"}]} 2018-10-26 08:25:47,790 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=3d6510e2-253f-4474-a8c8-23e204d29b07 used request id req-5e92d0bd-aba8-43b7-8d53-dd8c34ccf440 2018-10-26 08:25:47,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3d6510e2-253f-4474-a8c8-23e204d29b07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38c8b3ee3bd3647556a7bf0b297346b6079cc257" 2018-10-26 08:25:48,103 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-8b20f102-46cb-477c-a9b7-0eecaae0a273 Date: Fri, 26 Oct 2018 08:25:48 GMT RESP BODY: {"subnets":[]} 2018-10-26 08:25:48,103 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3d6510e2-253f-4474-a8c8-23e204d29b07 used request id req-8b20f102-46cb-477c-a9b7-0eecaae0a273 2018-10-26 08:25:48,104 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-6f53f475-92c4-48cc-ab49-942618842e17-pub-subnet 2018-10-26 08:25:48,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38c8b3ee3bd3647556a7bf0b297346b6079cc257" -d '{"subnets": [{"ip_version": 4, "network_id": "3d6510e2-253f-4474-a8c8-23e204d29b07", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-6f53f475-92c4-48cc-ab49-942618842e17-pub-subnet"}]}' 2018-10-26 08:25:48,485 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-96fa3883-2a79-41f9-a432-70ed1b6cabc0 Date: Fri, 26 Oct 2018 08:25:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3d6510e2-253f-4474-a8c8-23e204d29b07","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:25:48Z","dns_nameservers":[],"updated_at":"2018-10-26T08:25: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":"e8c35a3eddcb484a9d13f31d10ef71de","id":"7e8999f3-fdda-4b04-a70d-7e24d3163eba","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6f53f475-92c4-48cc-ab49-942618842e17-pub-subnet"}]} 2018-10-26 08:25:48,486 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-96fa3883-2a79-41f9-a432-70ed1b6cabc0 2018-10-26 08:25:48,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=3d6510e2-253f-4474-a8c8-23e204d29b07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38c8b3ee3bd3647556a7bf0b297346b6079cc257" 2018-10-26 08:25:48,740 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-ac38408f-4a8c-4def-ae97-74d871768c92 Date: Fri, 26 Oct 2018 08:25:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"3d6510e2-253f-4474-a8c8-23e204d29b07","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":38,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["7e8999f3-fdda-4b04-a70d-7e24d3163eba"],"description":"","tags":[],"updated_at":"2018-10-26T08:25:48Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-6f53f475-92c4-48cc-ab49-942618842e17-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:25:47Z","provider:network_type":"vxlan"}]} 2018-10-26 08:25:48,740 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=3d6510e2-253f-4474-a8c8-23e204d29b07 used request id req-ac38408f-4a8c-4def-ae97-74d871768c92 2018-10-26 08:25:48,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3d6510e2-253f-4474-a8c8-23e204d29b07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38c8b3ee3bd3647556a7bf0b297346b6079cc257" 2018-10-26 08:25:48,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-cf20835c-2394-4e9f-92d7-62d489e51572 Date: Fri, 26 Oct 2018 08:25:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3d6510e2-253f-4474-a8c8-23e204d29b07","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:25:48Z","dns_nameservers":[],"updated_at":"2018-10-26T08:25: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":"e8c35a3eddcb484a9d13f31d10ef71de","id":"7e8999f3-fdda-4b04-a70d-7e24d3163eba","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6f53f475-92c4-48cc-ab49-942618842e17-pub-subnet"}]} 2018-10-26 08:25:48,941 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3d6510e2-253f-4474-a8c8-23e204d29b07 used request id req-cf20835c-2394-4e9f-92d7-62d489e51572 2018-10-26 08:25:48,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-6f53f475-92c4-48cc-ab49-942618842e17-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38c8b3ee3bd3647556a7bf0b297346b6079cc257" 2018-10-26 08:25:49,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-659858b7-bf32-43f0-bb59-0827f14032ac Date: Fri, 26 Oct 2018 08:25:49 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"3d6510e2-253f-4474-a8c8-23e204d29b07","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":38,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["7e8999f3-fdda-4b04-a70d-7e24d3163eba"],"description":"","tags":[],"updated_at":"2018-10-26T08:25:48Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-6f53f475-92c4-48cc-ab49-942618842e17-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:25:47Z","provider:network_type":"vxlan"}]} 2018-10-26 08:25:49,221 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-6f53f475-92c4-48cc-ab49-942618842e17-pub-net used request id req-659858b7-bf32-43f0-bb59-0827f14032ac 2018-10-26 08:25:49,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:25:49,230 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:25: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:25:49,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38c8b3ee3bd3647556a7bf0b297346b6079cc257" 2018-10-26 08:25:49,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:25:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3de2eda5-6a83-4e07-8a28-392a9869a870 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:25:49,329 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-3de2eda5-6a83-4e07-8a28-392a9869a870 2018-10-26 08:25:49,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3d6510e2-253f-4474-a8c8-23e204d29b07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38c8b3ee3bd3647556a7bf0b297346b6079cc257" 2018-10-26 08:25:49,391 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-caefe17a-f52d-4b76-95ce-0840e9ea3ac7 Date: Fri, 26 Oct 2018 08:25:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3d6510e2-253f-4474-a8c8-23e204d29b07","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:25:48Z","dns_nameservers":[],"updated_at":"2018-10-26T08:25: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":"e8c35a3eddcb484a9d13f31d10ef71de","id":"7e8999f3-fdda-4b04-a70d-7e24d3163eba","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6f53f475-92c4-48cc-ab49-942618842e17-pub-subnet"}]} 2018-10-26 08:25:49,391 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3d6510e2-253f-4474-a8c8-23e204d29b07 used request id req-caefe17a-f52d-4b76-95ce-0840e9ea3ac7 2018-10-26 08:25:49,391 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:25:49,392 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:25:49,775 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:25:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["Df-FTZdIQi2oQDds41P43Q"], "issued_at": "2018-10-26T08:25:49.000000Z"}} 2018-10-26 08:25:49,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6b5c3fff161a44818dea8ac959a813594fe2a4c" 2018-10-26 08:25:49,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:25:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-772ae0ec-7c6e-45da-aef7-7e8891452db5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:25:49,863 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-772ae0ec-7c6e-45da-aef7-7e8891452db5 2018-10-26 08:25:49,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38c8b3ee3bd3647556a7bf0b297346b6079cc257" 2018-10-26 08:25:50,110 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-2a44a24f-6f72-469b-ae32-1dc5fd634465 Date: Fri, 26 Oct 2018 08:25:50 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","provider:network_type":"flat"}]} 2018-10-26 08:25:50,110 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-2a44a24f-6f72-469b-ae32-1dc5fd634465 2018-10-26 08:25:50,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38c8b3ee3bd3647556a7bf0b297346b6079cc257" 2018-10-26 08:25:50,381 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-71971853-4621-492b-99a6-966fa8f8e827 Date: Fri, 26 Oct 2018 08:25:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:47Z","dns_nameservers":[],"updated_at":"2018-10-26T08:12:47Z","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":"c850e319615544ee86b9a48e1e3e8f0f","id":"e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-26 08:25:50,381 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-71971853-4621-492b-99a6-966fa8f8e827 2018-10-26 08:25:50,382 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-6f53f475-92c4-48cc-ab49-942618842e17-pub-router 2018-10-26 08:25:50,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38c8b3ee3bd3647556a7bf0b297346b6079cc257" -d '{"router": {"external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693"}, "name": "NeutronUtilsRouterTests-6f53f475-92c4-48cc-ab49-942618842e17-pub-router", "admin_state_up": true}}' 2018-10-26 08:25:55,220 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-2d568738-d1f7-4da2-9f9a-b36456b2e6fb Date: Fri, 26 Oct 2018 08:25:55 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:25:51Z", "admin_state_up": true, "updated_at": "2018-10-26T08:25:52Z", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "0758e65b-b585-4935-9d2d-54d3d00cc275", "name": "NeutronUtilsRouterTests-6f53f475-92c4-48cc-ab49-942618842e17-pub-router"}} 2018-10-26 08:25:55,220 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-2d568738-d1f7-4da2-9f9a-b36456b2e6fb 2018-10-26 08:25:55,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=0758e65b-b585-4935-9d2d-54d3d00cc275 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38c8b3ee3bd3647556a7bf0b297346b6079cc257" 2018-10-26 08:25:55,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3215 X-Openstack-Request-Id: req-310f6173-4bef-407c-95ae-430dc58ed451 Date: Fri, 26 Oct 2018 08:25:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:25:51Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414","ip_address":"172.30.9.201"}],"id":"2c09d43f-4381-4e3a-a61e-aadf9534571b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:9f:dd:d6","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","tenant_id":"","created_at":"2018-10-26T08:25:51Z","binding:vnic_type":"normal","device_id":"0758e65b-b585-4935-9d2d-54d3d00cc275"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:25:52Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8b214966-fda4-406d-8041-ba1138363770","ip_address":"169.254.192.5"}],"id":"59455a80-da37-4166-b3ab-138984dfb3f7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:8b:68:27","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e8c35a3eddcb484a9d13f31d10ef71de","admin_state_up":true,"network_id":"621dad59-ec0f-4fee-911e-b5424f57d542","tenant_id":"","created_at":"2018-10-26T08:25:52Z","binding:vnic_type":"normal","device_id":"0758e65b-b585-4935-9d2d-54d3d00cc275"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:25:54Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8b214966-fda4-406d-8041-ba1138363770","ip_address":"169.254.192.1"}],"id":"5b4583ed-311a-4672-a610-0c46e253deeb","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b4:3f:1f","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e8c35a3eddcb484a9d13f31d10ef71de","admin_state_up":true,"network_id":"621dad59-ec0f-4fee-911e-b5424f57d542","tenant_id":"","created_at":"2018-10-26T08:25:54Z","binding:vnic_type":"normal","device_id":"0758e65b-b585-4935-9d2d-54d3d00cc275"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:25:53Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8b214966-fda4-406d-8041-ba1138363770","ip_address":"169.254.192.11"}],"id":"9a93ee2c-09d8-4901-9a1c-85888afb4982","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:30:35:33","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e8c35a3eddcb484a9d13f31d10ef71de","admin_state_up":true,"network_id":"621dad59-ec0f-4fee-911e-b5424f57d542","tenant_id":"","created_at":"2018-10-26T08:25:53Z","binding:vnic_type":"normal","device_id":"0758e65b-b585-4935-9d2d-54d3d00cc275"}]} 2018-10-26 08:25:55,307 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=0758e65b-b585-4935-9d2d-54d3d00cc275 used request id req-310f6173-4bef-407c-95ae-430dc58ed451 2018-10-26 08:25:55,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38c8b3ee3bd3647556a7bf0b297346b6079cc257" 2018-10-26 08:25:55,509 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-415db54f-c6d7-49f4-bee8-52c68be0fb87 Date: Fri, 26 Oct 2018 08:25:55 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:47Z","dns_nameservers":[],"updated_at":"2018-10-26T08:12:47Z","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":"c850e319615544ee86b9a48e1e3e8f0f","id":"e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414","subnetpool_id":null,"name":"external-subnet"}} 2018-10-26 08:25:55,510 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414 used request id req-415db54f-c6d7-49f4-bee8-52c68be0fb87 2018-10-26 08:25:55,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/8b214966-fda4-406d-8041-ba1138363770 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38c8b3ee3bd3647556a7bf0b297346b6079cc257" 2018-10-26 08:25:55,558 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-1f9ef96b-7f91-458e-82f6-8d4d69959aed Date: Fri, 26 Oct 2018 08:25:55 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"621dad59-ec0f-4fee-911e-b5424f57d542","tenant_id":"","created_at":"2018-10-26T08:25:50Z","dns_nameservers":[],"updated_at":"2018-10-26T08:25:50Z","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":"8b214966-fda4-406d-8041-ba1138363770","subnetpool_id":null,"name":"HA subnet tenant e8c35a3eddcb484a9d13f31d10ef71de"}} 2018-10-26 08:25:55,558 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/8b214966-fda4-406d-8041-ba1138363770 used request id req-1f9ef96b-7f91-458e-82f6-8d4d69959aed 2018-10-26 08:25:55,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/8b214966-fda4-406d-8041-ba1138363770 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38c8b3ee3bd3647556a7bf0b297346b6079cc257" 2018-10-26 08:25:55,607 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-f1ebd000-7e80-48ed-999d-064662ed18f1 Date: Fri, 26 Oct 2018 08:25:55 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"621dad59-ec0f-4fee-911e-b5424f57d542","tenant_id":"","created_at":"2018-10-26T08:25:50Z","dns_nameservers":[],"updated_at":"2018-10-26T08:25:50Z","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":"8b214966-fda4-406d-8041-ba1138363770","subnetpool_id":null,"name":"HA subnet tenant e8c35a3eddcb484a9d13f31d10ef71de"}} 2018-10-26 08:25:55,608 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/8b214966-fda4-406d-8041-ba1138363770 used request id req-f1ebd000-7e80-48ed-999d-064662ed18f1 2018-10-26 08:25:55,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/8b214966-fda4-406d-8041-ba1138363770 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38c8b3ee3bd3647556a7bf0b297346b6079cc257" 2018-10-26 08:25:55,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-e0643095-fbbf-4b85-8b08-4186ad2e1128 Date: Fri, 26 Oct 2018 08:25:55 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"621dad59-ec0f-4fee-911e-b5424f57d542","tenant_id":"","created_at":"2018-10-26T08:25:50Z","dns_nameservers":[],"updated_at":"2018-10-26T08:25:50Z","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":"8b214966-fda4-406d-8041-ba1138363770","subnetpool_id":null,"name":"HA subnet tenant e8c35a3eddcb484a9d13f31d10ef71de"}} 2018-10-26 08:25:55,663 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/8b214966-fda4-406d-8041-ba1138363770 used request id req-e0643095-fbbf-4b85-8b08-4186ad2e1128 2018-10-26 08:25:55,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=NeutronUtilsRouterTests-6f53f475-92c4-48cc-ab49-942618842e17-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38c8b3ee3bd3647556a7bf0b297346b6079cc257" 2018-10-26 08:25:55,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-b9520918-f304-4dd6-9f2d-d59426bfe440 Date: Fri, 26 Oct 2018 08:25:55 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:25:51Z", "admin_state_up": true, "updated_at": "2018-10-26T08:25:54Z", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "0758e65b-b585-4935-9d2d-54d3d00cc275", "name": "NeutronUtilsRouterTests-6f53f475-92c4-48cc-ab49-942618842e17-pub-router"}]} 2018-10-26 08:25:55,910 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=NeutronUtilsRouterTests-6f53f475-92c4-48cc-ab49-942618842e17-pub-router used request id req-b9520918-f304-4dd6-9f2d-d59426bfe440 2018-10-26 08:25:55,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38c8b3ee3bd3647556a7bf0b297346b6079cc257" 2018-10-26 08:25:55,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:25:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17e2d18f-e57e-4dfb-95df-66b7e79fd3c5 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:25:55,994 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-17e2d18f-e57e-4dfb-95df-66b7e79fd3c5 2018-10-26 08:25:55,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=0758e65b-b585-4935-9d2d-54d3d00cc275 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38c8b3ee3bd3647556a7bf0b297346b6079cc257" 2018-10-26 08:25:56,044 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3311 X-Openstack-Request-Id: req-06c318e5-8f6b-42ee-95a0-ddf65ba7e094 Date: Fri, 26 Oct 2018 08:25:56 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:25:55Z","device_owner":"network:router_gateway","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414","ip_address":"172.30.9.201"}],"id":"2c09d43f-4381-4e3a-a61e-aadf9534571b","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9f:dd:d6","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":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","tenant_id":"","created_at":"2018-10-26T08:25:51Z","binding:vnic_type":"normal","device_id":"0758e65b-b585-4935-9d2d-54d3d00cc275"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:25:52Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8b214966-fda4-406d-8041-ba1138363770","ip_address":"169.254.192.5"}],"id":"59455a80-da37-4166-b3ab-138984dfb3f7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:8b:68:27","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e8c35a3eddcb484a9d13f31d10ef71de","admin_state_up":true,"network_id":"621dad59-ec0f-4fee-911e-b5424f57d542","tenant_id":"","created_at":"2018-10-26T08:25:52Z","binding:vnic_type":"normal","device_id":"0758e65b-b585-4935-9d2d-54d3d00cc275"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:25:54Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8b214966-fda4-406d-8041-ba1138363770","ip_address":"169.254.192.1"}],"id":"5b4583ed-311a-4672-a610-0c46e253deeb","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b4:3f:1f","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e8c35a3eddcb484a9d13f31d10ef71de","admin_state_up":true,"network_id":"621dad59-ec0f-4fee-911e-b5424f57d542","tenant_id":"","created_at":"2018-10-26T08:25:54Z","binding:vnic_type":"normal","device_id":"0758e65b-b585-4935-9d2d-54d3d00cc275"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:25:53Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8b214966-fda4-406d-8041-ba1138363770","ip_address":"169.254.192.11"}],"id":"9a93ee2c-09d8-4901-9a1c-85888afb4982","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:30:35:33","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e8c35a3eddcb484a9d13f31d10ef71de","admin_state_up":true,"network_id":"621dad59-ec0f-4fee-911e-b5424f57d542","tenant_id":"","created_at":"2018-10-26T08:25:53Z","binding:vnic_type":"normal","device_id":"0758e65b-b585-4935-9d2d-54d3d00cc275"}]} 2018-10-26 08:25:56,045 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=0758e65b-b585-4935-9d2d-54d3d00cc275 used request id req-06c318e5-8f6b-42ee-95a0-ddf65ba7e094 2018-10-26 08:25:56,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38c8b3ee3bd3647556a7bf0b297346b6079cc257" 2018-10-26 08:25:56,099 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-44b2d59e-604f-4666-a323-af878d2ab0dc Date: Fri, 26 Oct 2018 08:25:56 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:47Z","dns_nameservers":[],"updated_at":"2018-10-26T08:12:47Z","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":"c850e319615544ee86b9a48e1e3e8f0f","id":"e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414","subnetpool_id":null,"name":"external-subnet"}} 2018-10-26 08:25:56,099 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414 used request id req-44b2d59e-604f-4666-a323-af878d2ab0dc 2018-10-26 08:25:56,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/8b214966-fda4-406d-8041-ba1138363770 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38c8b3ee3bd3647556a7bf0b297346b6079cc257" 2018-10-26 08:25:56,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-f52852c5-375a-4664-b2d6-4674085b2ab5 Date: Fri, 26 Oct 2018 08:25:56 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"621dad59-ec0f-4fee-911e-b5424f57d542","tenant_id":"","created_at":"2018-10-26T08:25:50Z","dns_nameservers":[],"updated_at":"2018-10-26T08:25:50Z","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":"8b214966-fda4-406d-8041-ba1138363770","subnetpool_id":null,"name":"HA subnet tenant e8c35a3eddcb484a9d13f31d10ef71de"}} 2018-10-26 08:25:56,155 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/8b214966-fda4-406d-8041-ba1138363770 used request id req-f52852c5-375a-4664-b2d6-4674085b2ab5 2018-10-26 08:25:56,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/8b214966-fda4-406d-8041-ba1138363770 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38c8b3ee3bd3647556a7bf0b297346b6079cc257" 2018-10-26 08:25:56,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-b3ceb5f3-6528-498a-9330-befa559405ca Date: Fri, 26 Oct 2018 08:25:56 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"621dad59-ec0f-4fee-911e-b5424f57d542","tenant_id":"","created_at":"2018-10-26T08:25:50Z","dns_nameservers":[],"updated_at":"2018-10-26T08:25:50Z","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":"8b214966-fda4-406d-8041-ba1138363770","subnetpool_id":null,"name":"HA subnet tenant e8c35a3eddcb484a9d13f31d10ef71de"}} 2018-10-26 08:25:56,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/8b214966-fda4-406d-8041-ba1138363770 used request id req-b3ceb5f3-6528-498a-9330-befa559405ca 2018-10-26 08:25:56,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/8b214966-fda4-406d-8041-ba1138363770 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38c8b3ee3bd3647556a7bf0b297346b6079cc257" 2018-10-26 08:25:56,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-579b0740-c8fb-46d1-9df0-210715759224 Date: Fri, 26 Oct 2018 08:25:56 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"621dad59-ec0f-4fee-911e-b5424f57d542","tenant_id":"","created_at":"2018-10-26T08:25:50Z","dns_nameservers":[],"updated_at":"2018-10-26T08:25:50Z","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":"8b214966-fda4-406d-8041-ba1138363770","subnetpool_id":null,"name":"HA subnet tenant e8c35a3eddcb484a9d13f31d10ef71de"}} 2018-10-26 08:25:56,567 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/8b214966-fda4-406d-8041-ba1138363770 used request id req-579b0740-c8fb-46d1-9df0-210715759224 2018-10-26 08:25:56,568 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-6f53f475-92c4-48cc-ab49-942618842e17-pub-subnet 2018-10-26 08:25:56,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/7e8999f3-fdda-4b04-a70d-7e24d3163eba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38c8b3ee3bd3647556a7bf0b297346b6079cc257" 2018-10-26 08:25:58,627 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-faa6173e-84f6-48f0-ba3c-a3d0f43d97b3 Date: Fri, 26 Oct 2018 08:25:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:25:58,628 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/7e8999f3-fdda-4b04-a70d-7e24d3163eba used request id req-faa6173e-84f6-48f0-ba3c-a3d0f43d97b3 2018-10-26 08:25:58,628 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-6f53f475-92c4-48cc-ab49-942618842e17-pub-router 2018-10-26 08:25:58,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/0758e65b-b585-4935-9d2d-54d3d00cc275/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38c8b3ee3bd3647556a7bf0b297346b6079cc257" -d '{"subnet_id": "7e8999f3-fdda-4b04-a70d-7e24d3163eba"}' 2018-10-26 08:25:58,810 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-0b8b5eac-bbe0-4289-8220-6e0fc4056346 Date: Fri, 26 Oct 2018 08:25:58 GMT RESP BODY: {"NeutronError": {"message": "Subnet 7e8999f3-fdda-4b04-a70d-7e24d3163eba could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-10-26 08:25:58,810 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/0758e65b-b585-4935-9d2d-54d3d00cc275/add_router_interface used request id req-0b8b5eac-bbe0-4289-8220-6e0fc4056346 2018-10-26 08:25:58,811 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet 7e8999f3-fdda-4b04-a70d-7e24d3163eba could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-10-26 08:25:58,811 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-6f53f475-92c4-48cc-ab49-942618842e17-pub-router 2018-10-26 08:25:58,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/0758e65b-b585-4935-9d2d-54d3d00cc275 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38c8b3ee3bd3647556a7bf0b297346b6079cc257" 2018-10-26 08:26:02,052 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bd8be2cd-4e9e-45c0-b71d-b914d7057856 Content-Length: 0 Date: Fri, 26 Oct 2018 08:26:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:26:02,052 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/0758e65b-b585-4935-9d2d-54d3d00cc275 used request id req-bd8be2cd-4e9e-45c0-b71d-b914d7057856 2018-10-26 08:26:02,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=NeutronUtilsRouterTests-6f53f475-92c4-48cc-ab49-942618842e17-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38c8b3ee3bd3647556a7bf0b297346b6079cc257" 2018-10-26 08:26:02,281 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-880a485d-1b10-4611-8d80-38142c518227 Date: Fri, 26 Oct 2018 08:26:02 GMT RESP BODY: {"routers": []} 2018-10-26 08:26:02,281 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=NeutronUtilsRouterTests-6f53f475-92c4-48cc-ab49-942618842e17-pub-router used request id req-880a485d-1b10-4611-8d80-38142c518227 2018-10-26 08:26:02,281 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-6f53f475-92c4-48cc-ab49-942618842e17-pub-subnet 2018-10-26 08:26:02,281 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-6f53f475-92c4-48cc-ab49-942618842e17-pub-subnet 2018-10-26 08:26:02,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/7e8999f3-fdda-4b04-a70d-7e24d3163eba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38c8b3ee3bd3647556a7bf0b297346b6079cc257" 2018-10-26 08:26:02,470 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-0e7bd19a-75cd-459c-b074-567cb761c217 Date: Fri, 26 Oct 2018 08:26:02 GMT RESP BODY: {"NeutronError": {"message": "Subnet 7e8999f3-fdda-4b04-a70d-7e24d3163eba could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-10-26 08:26:02,470 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/7e8999f3-fdda-4b04-a70d-7e24d3163eba used request id req-0e7bd19a-75cd-459c-b074-567cb761c217 2018-10-26 08:26:02,470 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet 7e8999f3-fdda-4b04-a70d-7e24d3163eba could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-10-26 08:26:02,470 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-6f53f475-92c4-48cc-ab49-942618842e17-pub-net 2018-10-26 08:26:02,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/3d6510e2-253f-4474-a8c8-23e204d29b07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38c8b3ee3bd3647556a7bf0b297346b6079cc257" 2018-10-26 08:26:03,329 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-85b8ee73-61ef-43e8-88fe-ac8d6b42aa04 Date: Fri, 26 Oct 2018 08:26:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:26:03,329 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/3d6510e2-253f-4474-a8c8-23e204d29b07 used request id req-85b8ee73-61ef-43e8-88fe-ac8d6b42aa04 2018-10-26 08:26:03,331 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:26:03,714 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:26:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["hNnPJPyhRH-y2w_huMo9lw"], "issued_at": "2018-10-26T08:26:03.000000Z"}} 2018-10-26 08:26:03,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7e1ca6ffa6039739a55b52a522141ad27258971" 2018-10-26 08:26:03,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:26:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f186aeb1-6994-4b8a-9292-0c6b945190bc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:26:03,812 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f186aeb1-6994-4b8a-9292-0c6b945190bc 2018-10-26 08:26:03,813 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-80b9bed7-108f-4c58-8542-ab085a89c570-pub-net 2018-10-26 08:26:03,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7e1ca6ffa6039739a55b52a522141ad27258971" -d '{"network": {"name": "NeutronUtilsRouterTests-80b9bed7-108f-4c58-8542-ab085a89c570-pub-net", "admin_state_up": true}}' 2018-10-26 08:26:04,251 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-0382442e-c3b2-49a3-a33b-61e1d44859c3 Date: Fri, 26 Oct 2018 08:26:04 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"4627d1d2-62e1-49cd-82ad-5d8271a1b7c1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":19,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T08:26:04Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-80b9bed7-108f-4c58-8542-ab085a89c570-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:04Z","mtu":1450}} 2018-10-26 08:26:04,251 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-0382442e-c3b2-49a3-a33b-61e1d44859c3 2018-10-26 08:26:04,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=4627d1d2-62e1-49cd-82ad-5d8271a1b7c1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7e1ca6ffa6039739a55b52a522141ad27258971" 2018-10-26 08:26:04,533 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-1a148afc-b1e4-48b4-83e9-8dda1943e283 Date: Fri, 26 Oct 2018 08:26:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"4627d1d2-62e1-49cd-82ad-5d8271a1b7c1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":19,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T08:26:04Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-80b9bed7-108f-4c58-8542-ab085a89c570-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:04Z","provider:network_type":"vxlan"}]} 2018-10-26 08:26:04,534 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=4627d1d2-62e1-49cd-82ad-5d8271a1b7c1 used request id req-1a148afc-b1e4-48b4-83e9-8dda1943e283 2018-10-26 08:26:04,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=4627d1d2-62e1-49cd-82ad-5d8271a1b7c1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7e1ca6ffa6039739a55b52a522141ad27258971" 2018-10-26 08:26:04,734 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-4e62e80a-cb2a-4490-9b03-4a588c79b2de Date: Fri, 26 Oct 2018 08:26:04 GMT RESP BODY: {"subnets":[]} 2018-10-26 08:26:04,734 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=4627d1d2-62e1-49cd-82ad-5d8271a1b7c1 used request id req-4e62e80a-cb2a-4490-9b03-4a588c79b2de 2018-10-26 08:26:04,734 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-80b9bed7-108f-4c58-8542-ab085a89c570-pub-subnet 2018-10-26 08:26:04,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7e1ca6ffa6039739a55b52a522141ad27258971" -d '{"subnets": [{"ip_version": 4, "network_id": "4627d1d2-62e1-49cd-82ad-5d8271a1b7c1", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-80b9bed7-108f-4c58-8542-ab085a89c570-pub-subnet"}]}' 2018-10-26 08:26:05,557 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e6c533da-90f7-4b9f-89d0-33287ed00321 Date: Fri, 26 Oct 2018 08:26:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4627d1d2-62e1-49cd-82ad-5d8271a1b7c1","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:05Z","dns_nameservers":[],"updated_at":"2018-10-26T08:26: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":"e8c35a3eddcb484a9d13f31d10ef71de","id":"82eafa30-4747-459c-bcba-bed0a53f36e0","subnetpool_id":null,"name":"NeutronUtilsRouterTests-80b9bed7-108f-4c58-8542-ab085a89c570-pub-subnet"}]} 2018-10-26 08:26:05,557 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-e6c533da-90f7-4b9f-89d0-33287ed00321 2018-10-26 08:26:05,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=4627d1d2-62e1-49cd-82ad-5d8271a1b7c1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7e1ca6ffa6039739a55b52a522141ad27258971" 2018-10-26 08:26:05,815 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-2e21b8cd-fba5-4026-895e-bcfbc12573ea Date: Fri, 26 Oct 2018 08:26:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4627d1d2-62e1-49cd-82ad-5d8271a1b7c1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":19,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["82eafa30-4747-459c-bcba-bed0a53f36e0"],"description":"","tags":[],"updated_at":"2018-10-26T08:26:05Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-80b9bed7-108f-4c58-8542-ab085a89c570-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:04Z","provider:network_type":"vxlan"}]} 2018-10-26 08:26:05,815 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=4627d1d2-62e1-49cd-82ad-5d8271a1b7c1 used request id req-2e21b8cd-fba5-4026-895e-bcfbc12573ea 2018-10-26 08:26:05,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=4627d1d2-62e1-49cd-82ad-5d8271a1b7c1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7e1ca6ffa6039739a55b52a522141ad27258971" 2018-10-26 08:26:05,873 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a6315e0a-80fb-4b00-94c7-14a2c697a6e0 Date: Fri, 26 Oct 2018 08:26:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4627d1d2-62e1-49cd-82ad-5d8271a1b7c1","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:05Z","dns_nameservers":[],"updated_at":"2018-10-26T08:26: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":"e8c35a3eddcb484a9d13f31d10ef71de","id":"82eafa30-4747-459c-bcba-bed0a53f36e0","subnetpool_id":null,"name":"NeutronUtilsRouterTests-80b9bed7-108f-4c58-8542-ab085a89c570-pub-subnet"}]} 2018-10-26 08:26:05,873 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=4627d1d2-62e1-49cd-82ad-5d8271a1b7c1 used request id req-a6315e0a-80fb-4b00-94c7-14a2c697a6e0 2018-10-26 08:26:05,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-80b9bed7-108f-4c58-8542-ab085a89c570-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7e1ca6ffa6039739a55b52a522141ad27258971" 2018-10-26 08:26:06,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-af524cdb-d580-4eb7-9dfd-445129cf7b03 Date: Fri, 26 Oct 2018 08:26:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"4627d1d2-62e1-49cd-82ad-5d8271a1b7c1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":19,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["82eafa30-4747-459c-bcba-bed0a53f36e0"],"description":"","tags":[],"updated_at":"2018-10-26T08:26:05Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-80b9bed7-108f-4c58-8542-ab085a89c570-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:04Z","provider:network_type":"vxlan"}]} 2018-10-26 08:26:06,285 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-80b9bed7-108f-4c58-8542-ab085a89c570-pub-net used request id req-af524cdb-d580-4eb7-9dfd-445129cf7b03 2018-10-26 08:26:06,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:26:06,293 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:26: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:26:06,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7e1ca6ffa6039739a55b52a522141ad27258971" 2018-10-26 08:26:06,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:26:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4db11ef7-ac3a-42a1-8e0f-219b6887eed6 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:26:06,377 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-4db11ef7-ac3a-42a1-8e0f-219b6887eed6 2018-10-26 08:26:06,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=4627d1d2-62e1-49cd-82ad-5d8271a1b7c1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7e1ca6ffa6039739a55b52a522141ad27258971" 2018-10-26 08:26:06,574 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-231d5c0f-1c34-47c0-bced-df0e12ada9c2 Date: Fri, 26 Oct 2018 08:26:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4627d1d2-62e1-49cd-82ad-5d8271a1b7c1","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:05Z","dns_nameservers":[],"updated_at":"2018-10-26T08:26: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":"e8c35a3eddcb484a9d13f31d10ef71de","id":"82eafa30-4747-459c-bcba-bed0a53f36e0","subnetpool_id":null,"name":"NeutronUtilsRouterTests-80b9bed7-108f-4c58-8542-ab085a89c570-pub-subnet"}]} 2018-10-26 08:26:06,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=4627d1d2-62e1-49cd-82ad-5d8271a1b7c1 used request id req-231d5c0f-1c34-47c0-bced-df0e12ada9c2 2018-10-26 08:26:06,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=4627d1d2-62e1-49cd-82ad-5d8271a1b7c1&name=NeutronUtilsRouterTests-80b9bed7-108f-4c58-8542-ab085a89c570-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7e1ca6ffa6039739a55b52a522141ad27258971" 2018-10-26 08:26:06,784 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-91de5fc7-1727-4d0d-9e29-ce28e3143362 Date: Fri, 26 Oct 2018 08:26:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4627d1d2-62e1-49cd-82ad-5d8271a1b7c1","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:05Z","dns_nameservers":[],"updated_at":"2018-10-26T08:26: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":"e8c35a3eddcb484a9d13f31d10ef71de","id":"82eafa30-4747-459c-bcba-bed0a53f36e0","subnetpool_id":null,"name":"NeutronUtilsRouterTests-80b9bed7-108f-4c58-8542-ab085a89c570-pub-subnet"}]} 2018-10-26 08:26:06,784 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=4627d1d2-62e1-49cd-82ad-5d8271a1b7c1&name=NeutronUtilsRouterTests-80b9bed7-108f-4c58-8542-ab085a89c570-pub-subnet used request id req-91de5fc7-1727-4d0d-9e29-ce28e3143362 2018-10-26 08:26:06,785 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-80b9bed7-108f-4c58-8542-ab085a89c570-pub-subnet 2018-10-26 08:26:06,785 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-80b9bed7-108f-4c58-8542-ab085a89c570-pub-subnet 2018-10-26 08:26:06,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/82eafa30-4747-459c-bcba-bed0a53f36e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7e1ca6ffa6039739a55b52a522141ad27258971" 2018-10-26 08:26:08,467 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-50166b25-f35c-4766-90aa-ec66a02cebc9 Date: Fri, 26 Oct 2018 08:26:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:26:08,467 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/82eafa30-4747-459c-bcba-bed0a53f36e0 used request id req-50166b25-f35c-4766-90aa-ec66a02cebc9 2018-10-26 08:26:08,468 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-80b9bed7-108f-4c58-8542-ab085a89c570-pub-net 2018-10-26 08:26:08,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/4627d1d2-62e1-49cd-82ad-5d8271a1b7c1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7e1ca6ffa6039739a55b52a522141ad27258971" 2018-10-26 08:26:09,611 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-eb4759cc-1db1-4099-b782-9e9f0880c80b Date: Fri, 26 Oct 2018 08:26:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:26:09,611 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/4627d1d2-62e1-49cd-82ad-5d8271a1b7c1 used request id req-eb4759cc-1db1-4099-b782-9e9f0880c80b 2018-10-26 08:26:09,612 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:26:10,105 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:26:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["BtXne62NTh6U-scVi2Wvog"], "issued_at": "2018-10-26T08:26:10.000000Z"}} 2018-10-26 08:26:10,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de2440c265482187742bd905f54158328bb7b566" 2018-10-26 08:26:10,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:26:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b965b8b-e31e-4fad-9d0a-a599a6b298aa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:26:10,206 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-4b965b8b-e31e-4fad-9d0a-a599a6b298aa 2018-10-26 08:26:10,207 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-27af0954-c648-4a07-bac3-281bf2fde978-pub-net 2018-10-26 08:26:10,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de2440c265482187742bd905f54158328bb7b566" -d '{"network": {"name": "NeutronUtilsRouterTests-27af0954-c648-4a07-bac3-281bf2fde978-pub-net", "admin_state_up": true}}' 2018-10-26 08:26:10,647 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 720 X-Openstack-Request-Id: req-bfbe3ce0-cc5a-4d99-bf82-2a95975e5189 Date: Fri, 26 Oct 2018 08:26:10 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"54d4dcfc-3866-41aa-95b5-ddfb40d6a2d4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":2,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T08:26:10Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-27af0954-c648-4a07-bac3-281bf2fde978-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:10Z","mtu":1450}} 2018-10-26 08:26:10,647 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-bfbe3ce0-cc5a-4d99-bf82-2a95975e5189 2018-10-26 08:26:10,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=54d4dcfc-3866-41aa-95b5-ddfb40d6a2d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de2440c265482187742bd905f54158328bb7b566" 2018-10-26 08:26:10,963 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 704 X-Openstack-Request-Id: req-b624db9d-3ab5-49c4-8b49-5e887529f1c6 Date: Fri, 26 Oct 2018 08:26:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"54d4dcfc-3866-41aa-95b5-ddfb40d6a2d4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":2,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T08:26:10Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-27af0954-c648-4a07-bac3-281bf2fde978-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:10Z","provider:network_type":"vxlan"}]} 2018-10-26 08:26:10,964 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=54d4dcfc-3866-41aa-95b5-ddfb40d6a2d4 used request id req-b624db9d-3ab5-49c4-8b49-5e887529f1c6 2018-10-26 08:26:10,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=54d4dcfc-3866-41aa-95b5-ddfb40d6a2d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de2440c265482187742bd905f54158328bb7b566" 2018-10-26 08:26:11,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-3a6906be-43c7-4823-a91a-00334557a60c Date: Fri, 26 Oct 2018 08:26:11 GMT RESP BODY: {"subnets":[]} 2018-10-26 08:26:11,139 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=54d4dcfc-3866-41aa-95b5-ddfb40d6a2d4 used request id req-3a6906be-43c7-4823-a91a-00334557a60c 2018-10-26 08:26:11,139 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-27af0954-c648-4a07-bac3-281bf2fde978-pub-subnet 2018-10-26 08:26:11,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de2440c265482187742bd905f54158328bb7b566" -d '{"subnets": [{"ip_version": 4, "network_id": "54d4dcfc-3866-41aa-95b5-ddfb40d6a2d4", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-27af0954-c648-4a07-bac3-281bf2fde978-pub-subnet"}]}' 2018-10-26 08:26:11,856 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-81698cf6-a105-4b89-9bd6-e1ece766ed9d Date: Fri, 26 Oct 2018 08:26:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"54d4dcfc-3866-41aa-95b5-ddfb40d6a2d4","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:11Z","dns_nameservers":[],"updated_at":"2018-10-26T08:26: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":"e8c35a3eddcb484a9d13f31d10ef71de","id":"4b368cab-14fd-4122-b464-8747dcc1d9fa","subnetpool_id":null,"name":"NeutronUtilsRouterTests-27af0954-c648-4a07-bac3-281bf2fde978-pub-subnet"}]} 2018-10-26 08:26:11,856 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-81698cf6-a105-4b89-9bd6-e1ece766ed9d 2018-10-26 08:26:11,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=54d4dcfc-3866-41aa-95b5-ddfb40d6a2d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de2440c265482187742bd905f54158328bb7b566" 2018-10-26 08:26:12,122 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-e51f514c-6e36-45be-8a2f-b7f4732c5d75 Date: Fri, 26 Oct 2018 08:26:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"54d4dcfc-3866-41aa-95b5-ddfb40d6a2d4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":2,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["4b368cab-14fd-4122-b464-8747dcc1d9fa"],"description":"","tags":[],"updated_at":"2018-10-26T08:26:11Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-27af0954-c648-4a07-bac3-281bf2fde978-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:10Z","provider:network_type":"vxlan"}]} 2018-10-26 08:26:12,122 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=54d4dcfc-3866-41aa-95b5-ddfb40d6a2d4 used request id req-e51f514c-6e36-45be-8a2f-b7f4732c5d75 2018-10-26 08:26:12,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=54d4dcfc-3866-41aa-95b5-ddfb40d6a2d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de2440c265482187742bd905f54158328bb7b566" 2018-10-26 08:26:12,335 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b4675a10-72ca-480d-978a-1abd6d286855 Date: Fri, 26 Oct 2018 08:26:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"54d4dcfc-3866-41aa-95b5-ddfb40d6a2d4","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:11Z","dns_nameservers":[],"updated_at":"2018-10-26T08:26: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":"e8c35a3eddcb484a9d13f31d10ef71de","id":"4b368cab-14fd-4122-b464-8747dcc1d9fa","subnetpool_id":null,"name":"NeutronUtilsRouterTests-27af0954-c648-4a07-bac3-281bf2fde978-pub-subnet"}]} 2018-10-26 08:26:12,335 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=54d4dcfc-3866-41aa-95b5-ddfb40d6a2d4 used request id req-b4675a10-72ca-480d-978a-1abd6d286855 2018-10-26 08:26:12,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-27af0954-c648-4a07-bac3-281bf2fde978-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de2440c265482187742bd905f54158328bb7b566" 2018-10-26 08:26:12,449 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-9a5a0523-277f-47ec-8e0f-bd0422fbe927 Date: Fri, 26 Oct 2018 08:26:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"54d4dcfc-3866-41aa-95b5-ddfb40d6a2d4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":2,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["4b368cab-14fd-4122-b464-8747dcc1d9fa"],"description":"","tags":[],"updated_at":"2018-10-26T08:26:11Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-27af0954-c648-4a07-bac3-281bf2fde978-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:10Z","provider:network_type":"vxlan"}]} 2018-10-26 08:26:12,450 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-27af0954-c648-4a07-bac3-281bf2fde978-pub-net used request id req-9a5a0523-277f-47ec-8e0f-bd0422fbe927 2018-10-26 08:26:12,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:26:12,458 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:26: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:26:12,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de2440c265482187742bd905f54158328bb7b566" 2018-10-26 08:26:12,561 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:26:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-324f32d1-3fe8-4cb6-a10f-f261decaf3e0 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:26:12,561 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-324f32d1-3fe8-4cb6-a10f-f261decaf3e0 2018-10-26 08:26:12,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=54d4dcfc-3866-41aa-95b5-ddfb40d6a2d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de2440c265482187742bd905f54158328bb7b566" 2018-10-26 08:26:12,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6bdc3417-e6a5-4242-9d5e-b0d988062480 Date: Fri, 26 Oct 2018 08:26:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"54d4dcfc-3866-41aa-95b5-ddfb40d6a2d4","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:11Z","dns_nameservers":[],"updated_at":"2018-10-26T08:26: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":"e8c35a3eddcb484a9d13f31d10ef71de","id":"4b368cab-14fd-4122-b464-8747dcc1d9fa","subnetpool_id":null,"name":"NeutronUtilsRouterTests-27af0954-c648-4a07-bac3-281bf2fde978-pub-subnet"}]} 2018-10-26 08:26:12,799 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=54d4dcfc-3866-41aa-95b5-ddfb40d6a2d4 used request id req-6bdc3417-e6a5-4242-9d5e-b0d988062480 2018-10-26 08:26:12,800 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:26:12,801 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:26:13,172 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:26:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["VHzYgSw6TDWjcHuH38Y4hw"], "issued_at": "2018-10-26T08:26:13.000000Z"}} 2018-10-26 08:26:13,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de1c85d83067f885e863c4952ddcdc9d2051a723" 2018-10-26 08:26:13,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:26:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-967953f4-7248-42ee-baaf-a9178c984206 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:26:13,264 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-967953f4-7248-42ee-baaf-a9178c984206 2018-10-26 08:26:13,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de2440c265482187742bd905f54158328bb7b566" 2018-10-26 08:26:13,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-dda12f19-2734-42af-96cd-5a0baffbd2b4 Date: Fri, 26 Oct 2018 08:26:13 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","provider:network_type":"flat"}]} 2018-10-26 08:26:13,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-dda12f19-2734-42af-96cd-5a0baffbd2b4 2018-10-26 08:26:13,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de2440c265482187742bd905f54158328bb7b566" 2018-10-26 08:26:13,558 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-f8c86818-b8ef-417f-b6aa-7d012efb38d9 Date: Fri, 26 Oct 2018 08:26:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:47Z","dns_nameservers":[],"updated_at":"2018-10-26T08:12:47Z","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":"c850e319615544ee86b9a48e1e3e8f0f","id":"e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-26 08:26:13,558 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-f8c86818-b8ef-417f-b6aa-7d012efb38d9 2018-10-26 08:26:13,559 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-27af0954-c648-4a07-bac3-281bf2fde978-pub-router 2018-10-26 08:26:13,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de2440c265482187742bd905f54158328bb7b566" -d '{"router": {"external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693"}, "name": "NeutronUtilsRouterTests-27af0954-c648-4a07-bac3-281bf2fde978-pub-router", "admin_state_up": true}}' 2018-10-26 08:26:18,439 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-c961517c-8824-4d92-bbca-fd5d9f1dfd66 Date: Fri, 26 Oct 2018 08:26:18 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:26:14Z", "admin_state_up": true, "updated_at": "2018-10-26T08:26:15Z", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "8e852323-fe25-4723-91bf-e0655ac5ff2d", "name": "NeutronUtilsRouterTests-27af0954-c648-4a07-bac3-281bf2fde978-pub-router"}} 2018-10-26 08:26:18,439 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-c961517c-8824-4d92-bbca-fd5d9f1dfd66 2018-10-26 08:26:18,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=8e852323-fe25-4723-91bf-e0655ac5ff2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de2440c265482187742bd905f54158328bb7b566" 2018-10-26 08:26:18,665 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3214 X-Openstack-Request-Id: req-b7c26bbd-620e-4d5f-90c5-a0ce19a47c65 Date: Fri, 26 Oct 2018 08:26:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:26:15Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0c149c37-3410-45e2-a64a-936177d00a93","ip_address":"169.254.192.5"}],"id":"5a4c3f42-cc69-4a30-8b0f-ab77588a7bde","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:69:78:25","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e8c35a3eddcb484a9d13f31d10ef71de","admin_state_up":true,"network_id":"a22a6424-a77b-45e8-a6c8-65cd1230e66d","tenant_id":"","created_at":"2018-10-26T08:26:15Z","binding:vnic_type":"normal","device_id":"8e852323-fe25-4723-91bf-e0655ac5ff2d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:26:17Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0c149c37-3410-45e2-a64a-936177d00a93","ip_address":"169.254.192.1"}],"id":"9547730c-f56a-4e96-ad45-d4b50322449e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:05:d4:9f","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e8c35a3eddcb484a9d13f31d10ef71de","admin_state_up":true,"network_id":"a22a6424-a77b-45e8-a6c8-65cd1230e66d","tenant_id":"","created_at":"2018-10-26T08:26:17Z","binding:vnic_type":"normal","device_id":"8e852323-fe25-4723-91bf-e0655ac5ff2d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:26:16Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0c149c37-3410-45e2-a64a-936177d00a93","ip_address":"169.254.192.2"}],"id":"e14836ad-3583-4e19-bcef-5095ba8362cf","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:4c:67:73","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e8c35a3eddcb484a9d13f31d10ef71de","admin_state_up":true,"network_id":"a22a6424-a77b-45e8-a6c8-65cd1230e66d","tenant_id":"","created_at":"2018-10-26T08:26:16Z","binding:vnic_type":"normal","device_id":"8e852323-fe25-4723-91bf-e0655ac5ff2d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:26:14Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414","ip_address":"172.30.9.201"}],"id":"fc814142-6599-4203-8406-12aca2b5f7fc","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:09:8c:08","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","tenant_id":"","created_at":"2018-10-26T08:26:14Z","binding:vnic_type":"normal","device_id":"8e852323-fe25-4723-91bf-e0655ac5ff2d"}]} 2018-10-26 08:26:18,665 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=8e852323-fe25-4723-91bf-e0655ac5ff2d used request id req-b7c26bbd-620e-4d5f-90c5-a0ce19a47c65 2018-10-26 08:26:18,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de2440c265482187742bd905f54158328bb7b566" 2018-10-26 08:26:18,867 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-d2edc611-19d7-4606-aca5-3ab35aa04a4a Date: Fri, 26 Oct 2018 08:26:18 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:47Z","dns_nameservers":[],"updated_at":"2018-10-26T08:12:47Z","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":"c850e319615544ee86b9a48e1e3e8f0f","id":"e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414","subnetpool_id":null,"name":"external-subnet"}} 2018-10-26 08:26:18,867 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414 used request id req-d2edc611-19d7-4606-aca5-3ab35aa04a4a 2018-10-26 08:26:18,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/0c149c37-3410-45e2-a64a-936177d00a93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de2440c265482187742bd905f54158328bb7b566" 2018-10-26 08:26:18,919 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-655f4b1e-406c-4822-bb8f-d59f420342f0 Date: Fri, 26 Oct 2018 08:26:18 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a22a6424-a77b-45e8-a6c8-65cd1230e66d","tenant_id":"","created_at":"2018-10-26T08:26:14Z","dns_nameservers":[],"updated_at":"2018-10-26T08:26:14Z","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":"0c149c37-3410-45e2-a64a-936177d00a93","subnetpool_id":null,"name":"HA subnet tenant e8c35a3eddcb484a9d13f31d10ef71de"}} 2018-10-26 08:26:18,919 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/0c149c37-3410-45e2-a64a-936177d00a93 used request id req-655f4b1e-406c-4822-bb8f-d59f420342f0 2018-10-26 08:26:18,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/0c149c37-3410-45e2-a64a-936177d00a93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de2440c265482187742bd905f54158328bb7b566" 2018-10-26 08:26:19,143 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-c678512f-85cc-4bb9-9292-fa24e8358836 Date: Fri, 26 Oct 2018 08:26:19 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a22a6424-a77b-45e8-a6c8-65cd1230e66d","tenant_id":"","created_at":"2018-10-26T08:26:14Z","dns_nameservers":[],"updated_at":"2018-10-26T08:26:14Z","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":"0c149c37-3410-45e2-a64a-936177d00a93","subnetpool_id":null,"name":"HA subnet tenant e8c35a3eddcb484a9d13f31d10ef71de"}} 2018-10-26 08:26:19,143 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/0c149c37-3410-45e2-a64a-936177d00a93 used request id req-c678512f-85cc-4bb9-9292-fa24e8358836 2018-10-26 08:26:19,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/0c149c37-3410-45e2-a64a-936177d00a93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de2440c265482187742bd905f54158328bb7b566" 2018-10-26 08:26:19,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-3786fb47-7b81-4248-a16a-65501452a705 Date: Fri, 26 Oct 2018 08:26:19 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a22a6424-a77b-45e8-a6c8-65cd1230e66d","tenant_id":"","created_at":"2018-10-26T08:26:14Z","dns_nameservers":[],"updated_at":"2018-10-26T08:26:14Z","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":"0c149c37-3410-45e2-a64a-936177d00a93","subnetpool_id":null,"name":"HA subnet tenant e8c35a3eddcb484a9d13f31d10ef71de"}} 2018-10-26 08:26:19,194 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/0c149c37-3410-45e2-a64a-936177d00a93 used request id req-3786fb47-7b81-4248-a16a-65501452a705 2018-10-26 08:26:19,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=NeutronUtilsRouterTests-27af0954-c648-4a07-bac3-281bf2fde978-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de2440c265482187742bd905f54158328bb7b566" 2018-10-26 08:26:19,423 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-f561ee9c-abe2-4a4b-a576-7e26725a8180 Date: Fri, 26 Oct 2018 08:26:19 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:26:14Z", "admin_state_up": true, "updated_at": "2018-10-26T08:26:17Z", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "8e852323-fe25-4723-91bf-e0655ac5ff2d", "name": "NeutronUtilsRouterTests-27af0954-c648-4a07-bac3-281bf2fde978-pub-router"}]} 2018-10-26 08:26:19,423 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=NeutronUtilsRouterTests-27af0954-c648-4a07-bac3-281bf2fde978-pub-router used request id req-f561ee9c-abe2-4a4b-a576-7e26725a8180 2018-10-26 08:26:19,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de2440c265482187742bd905f54158328bb7b566" 2018-10-26 08:26:19,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:26:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c79bc3d5-9a8a-4ed0-ad0c-2ab4ec155097 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:26:19,511 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-c79bc3d5-9a8a-4ed0-ad0c-2ab4ec155097 2018-10-26 08:26:19,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=8e852323-fe25-4723-91bf-e0655ac5ff2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de2440c265482187742bd905f54158328bb7b566" 2018-10-26 08:26:19,713 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3344 X-Openstack-Request-Id: req-8864642f-f5d7-4f42-8ff5-eae8d2c92ac8 Date: Fri, 26 Oct 2018 08:26:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:26:15Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0c149c37-3410-45e2-a64a-936177d00a93","ip_address":"169.254.192.5"}],"id":"5a4c3f42-cc69-4a30-8b0f-ab77588a7bde","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:69:78:25","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e8c35a3eddcb484a9d13f31d10ef71de","admin_state_up":true,"network_id":"a22a6424-a77b-45e8-a6c8-65cd1230e66d","tenant_id":"","created_at":"2018-10-26T08:26:15Z","binding:vnic_type":"normal","device_id":"8e852323-fe25-4723-91bf-e0655ac5ff2d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:26:17Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0c149c37-3410-45e2-a64a-936177d00a93","ip_address":"169.254.192.1"}],"id":"9547730c-f56a-4e96-ad45-d4b50322449e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:05:d4:9f","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e8c35a3eddcb484a9d13f31d10ef71de","admin_state_up":true,"network_id":"a22a6424-a77b-45e8-a6c8-65cd1230e66d","tenant_id":"","created_at":"2018-10-26T08:26:17Z","binding:vnic_type":"normal","device_id":"8e852323-fe25-4723-91bf-e0655ac5ff2d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:26:19Z","device_owner":"network:router_ha_interface","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"0c149c37-3410-45e2-a64a-936177d00a93","ip_address":"169.254.192.2"}],"id":"e14836ad-3583-4e19-bcef-5095ba8362cf","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:4c:67:73","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e8c35a3eddcb484a9d13f31d10ef71de","admin_state_up":true,"network_id":"a22a6424-a77b-45e8-a6c8-65cd1230e66d","tenant_id":"","created_at":"2018-10-26T08:26:16Z","binding:vnic_type":"normal","device_id":"8e852323-fe25-4723-91bf-e0655ac5ff2d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:26:18Z","device_owner":"network:router_gateway","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414","ip_address":"172.30.9.201"}],"id":"fc814142-6599-4203-8406-12aca2b5f7fc","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:09:8c:08","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":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","tenant_id":"","created_at":"2018-10-26T08:26:14Z","binding:vnic_type":"normal","device_id":"8e852323-fe25-4723-91bf-e0655ac5ff2d"}]} 2018-10-26 08:26:19,713 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=8e852323-fe25-4723-91bf-e0655ac5ff2d used request id req-8864642f-f5d7-4f42-8ff5-eae8d2c92ac8 2018-10-26 08:26:19,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de2440c265482187742bd905f54158328bb7b566" 2018-10-26 08:26:19,774 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-db86f1cd-a973-4e6e-8c16-138af13077e8 Date: Fri, 26 Oct 2018 08:26:19 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:47Z","dns_nameservers":[],"updated_at":"2018-10-26T08:12:47Z","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":"c850e319615544ee86b9a48e1e3e8f0f","id":"e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414","subnetpool_id":null,"name":"external-subnet"}} 2018-10-26 08:26:19,774 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414 used request id req-db86f1cd-a973-4e6e-8c16-138af13077e8 2018-10-26 08:26:19,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/0c149c37-3410-45e2-a64a-936177d00a93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de2440c265482187742bd905f54158328bb7b566" 2018-10-26 08:26:19,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-556a938e-0863-4726-946a-ee121e991acd Date: Fri, 26 Oct 2018 08:26:19 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a22a6424-a77b-45e8-a6c8-65cd1230e66d","tenant_id":"","created_at":"2018-10-26T08:26:14Z","dns_nameservers":[],"updated_at":"2018-10-26T08:26:14Z","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":"0c149c37-3410-45e2-a64a-936177d00a93","subnetpool_id":null,"name":"HA subnet tenant e8c35a3eddcb484a9d13f31d10ef71de"}} 2018-10-26 08:26:19,976 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/0c149c37-3410-45e2-a64a-936177d00a93 used request id req-556a938e-0863-4726-946a-ee121e991acd 2018-10-26 08:26:19,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/0c149c37-3410-45e2-a64a-936177d00a93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de2440c265482187742bd905f54158328bb7b566" 2018-10-26 08:26:20,031 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-a3baf3b0-e4a3-45de-8191-0f9e32b978c5 Date: Fri, 26 Oct 2018 08:26:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a22a6424-a77b-45e8-a6c8-65cd1230e66d","tenant_id":"","created_at":"2018-10-26T08:26:14Z","dns_nameservers":[],"updated_at":"2018-10-26T08:26:14Z","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":"0c149c37-3410-45e2-a64a-936177d00a93","subnetpool_id":null,"name":"HA subnet tenant e8c35a3eddcb484a9d13f31d10ef71de"}} 2018-10-26 08:26:20,031 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/0c149c37-3410-45e2-a64a-936177d00a93 used request id req-a3baf3b0-e4a3-45de-8191-0f9e32b978c5 2018-10-26 08:26:20,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/0c149c37-3410-45e2-a64a-936177d00a93 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de2440c265482187742bd905f54158328bb7b566" 2018-10-26 08:26:20,085 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-d27049aa-7778-4261-93e5-74b38667f5ce Date: Fri, 26 Oct 2018 08:26:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"a22a6424-a77b-45e8-a6c8-65cd1230e66d","tenant_id":"","created_at":"2018-10-26T08:26:14Z","dns_nameservers":[],"updated_at":"2018-10-26T08:26:14Z","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":"0c149c37-3410-45e2-a64a-936177d00a93","subnetpool_id":null,"name":"HA subnet tenant e8c35a3eddcb484a9d13f31d10ef71de"}} 2018-10-26 08:26:20,085 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/0c149c37-3410-45e2-a64a-936177d00a93 used request id req-d27049aa-7778-4261-93e5-74b38667f5ce 2018-10-26 08:26:20,086 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-27af0954-c648-4a07-bac3-281bf2fde978-pub-router 2018-10-26 08:26:20,086 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-27af0954-c648-4a07-bac3-281bf2fde978-pub-router 2018-10-26 08:26:20,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/8e852323-fe25-4723-91bf-e0655ac5ff2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de2440c265482187742bd905f54158328bb7b566" 2018-10-26 08:26:23,856 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-88995d85-5d1f-4733-933e-df2659b598b6 Content-Length: 0 Date: Fri, 26 Oct 2018 08:26:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:26:23,856 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/8e852323-fe25-4723-91bf-e0655ac5ff2d used request id req-88995d85-5d1f-4733-933e-df2659b598b6 2018-10-26 08:26:23,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=NeutronUtilsRouterTests-27af0954-c648-4a07-bac3-281bf2fde978-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de2440c265482187742bd905f54158328bb7b566" 2018-10-26 08:26:24,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-6f31cf74-0b57-4ddd-b260-c5750e98a1bc Date: Fri, 26 Oct 2018 08:26:24 GMT RESP BODY: {"routers": []} 2018-10-26 08:26:24,065 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=NeutronUtilsRouterTests-27af0954-c648-4a07-bac3-281bf2fde978-pub-router used request id req-6f31cf74-0b57-4ddd-b260-c5750e98a1bc 2018-10-26 08:26:24,066 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-27af0954-c648-4a07-bac3-281bf2fde978-pub-subnet 2018-10-26 08:26:24,066 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-27af0954-c648-4a07-bac3-281bf2fde978-pub-subnet 2018-10-26 08:26:24,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/4b368cab-14fd-4122-b464-8747dcc1d9fa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de2440c265482187742bd905f54158328bb7b566" 2018-10-26 08:26:26,290 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-df515136-6dcd-4e8b-8318-646f79d48280 Date: Fri, 26 Oct 2018 08:26:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:26:26,290 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/4b368cab-14fd-4122-b464-8747dcc1d9fa used request id req-df515136-6dcd-4e8b-8318-646f79d48280 2018-10-26 08:26:26,291 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-27af0954-c648-4a07-bac3-281bf2fde978-pub-net 2018-10-26 08:26:26,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/54d4dcfc-3866-41aa-95b5-ddfb40d6a2d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de2440c265482187742bd905f54158328bb7b566" 2018-10-26 08:26:27,353 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2f2528a7-d0b0-4d73-820d-c6fa6fa39597 Date: Fri, 26 Oct 2018 08:26:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:26:27,353 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/54d4dcfc-3866-41aa-95b5-ddfb40d6a2d4 used request id req-2f2528a7-d0b0-4d73-820d-c6fa6fa39597 2018-10-26 08:26:27,355 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:26:27,741 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:26:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["o6RH3Sv-T7y_uP5ZH2b-Sw"], "issued_at": "2018-10-26T08:26:27.000000Z"}} 2018-10-26 08:26:27,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73d18e639528aca563fe1e92e150545ffc8b59f2" 2018-10-26 08:26:27,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:26:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3c59205-b657-4f4d-9f2c-43f4cadd6830 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:26:27,841 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d3c59205-b657-4f4d-9f2c-43f4cadd6830 2018-10-26 08:26:27,842 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-8cd62e7e-e35f-4cc1-96d2-493ed6f3ed55-pub-net 2018-10-26 08:26:27,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73d18e639528aca563fe1e92e150545ffc8b59f2" -d '{"network": {"name": "NeutronUtilsRouterTests-8cd62e7e-e35f-4cc1-96d2-493ed6f3ed55-pub-net", "admin_state_up": true}}' 2018-10-26 08:26:28,288 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-a9314af8-1983-4bab-917b-6b384ffef7fa Date: Fri, 26 Oct 2018 08:26:28 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"69c837c2-f508-4b1c-8a92-66bf614dd4c5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":48,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T08:26:28Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-8cd62e7e-e35f-4cc1-96d2-493ed6f3ed55-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:28Z","mtu":1450}} 2018-10-26 08:26:28,288 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-a9314af8-1983-4bab-917b-6b384ffef7fa 2018-10-26 08:26:28,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=69c837c2-f508-4b1c-8a92-66bf614dd4c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73d18e639528aca563fe1e92e150545ffc8b59f2" 2018-10-26 08:26:28,535 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-8e8ca72a-14ec-4514-881e-e88143348c6d Date: Fri, 26 Oct 2018 08:26:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"69c837c2-f508-4b1c-8a92-66bf614dd4c5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":48,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T08:26:28Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-8cd62e7e-e35f-4cc1-96d2-493ed6f3ed55-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:28Z","provider:network_type":"vxlan"}]} 2018-10-26 08:26:28,536 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=69c837c2-f508-4b1c-8a92-66bf614dd4c5 used request id req-8e8ca72a-14ec-4514-881e-e88143348c6d 2018-10-26 08:26:28,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=69c837c2-f508-4b1c-8a92-66bf614dd4c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73d18e639528aca563fe1e92e150545ffc8b59f2" 2018-10-26 08:26:28,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-eec9cbaa-41bf-48c3-a341-e21ed50556b6 Date: Fri, 26 Oct 2018 08:26:28 GMT RESP BODY: {"subnets":[]} 2018-10-26 08:26:28,737 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=69c837c2-f508-4b1c-8a92-66bf614dd4c5 used request id req-eec9cbaa-41bf-48c3-a341-e21ed50556b6 2018-10-26 08:26:28,738 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-8cd62e7e-e35f-4cc1-96d2-493ed6f3ed55-pub-subnet 2018-10-26 08:26:28,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73d18e639528aca563fe1e92e150545ffc8b59f2" -d '{"subnets": [{"ip_version": 4, "network_id": "69c837c2-f508-4b1c-8a92-66bf614dd4c5", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-8cd62e7e-e35f-4cc1-96d2-493ed6f3ed55-pub-subnet"}]}' 2018-10-26 08:26:29,169 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-3bd8298f-c122-4152-b9bd-f55e6844a823 Date: Fri, 26 Oct 2018 08:26:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"69c837c2-f508-4b1c-8a92-66bf614dd4c5","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:28Z","dns_nameservers":[],"updated_at":"2018-10-26T08:26: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":"e8c35a3eddcb484a9d13f31d10ef71de","id":"8687d258-2bd3-4f87-a17f-c56645e6995c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-8cd62e7e-e35f-4cc1-96d2-493ed6f3ed55-pub-subnet"}]} 2018-10-26 08:26:29,169 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-3bd8298f-c122-4152-b9bd-f55e6844a823 2018-10-26 08:26:29,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=69c837c2-f508-4b1c-8a92-66bf614dd4c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73d18e639528aca563fe1e92e150545ffc8b59f2" 2018-10-26 08:26:29,403 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-2072a3cf-fbf2-4785-a867-f1000ea9c7bb Date: Fri, 26 Oct 2018 08:26:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"69c837c2-f508-4b1c-8a92-66bf614dd4c5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":48,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["8687d258-2bd3-4f87-a17f-c56645e6995c"],"description":"","tags":[],"updated_at":"2018-10-26T08:26:28Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-8cd62e7e-e35f-4cc1-96d2-493ed6f3ed55-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:28Z","provider:network_type":"vxlan"}]} 2018-10-26 08:26:29,403 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=69c837c2-f508-4b1c-8a92-66bf614dd4c5 used request id req-2072a3cf-fbf2-4785-a867-f1000ea9c7bb 2018-10-26 08:26:29,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=69c837c2-f508-4b1c-8a92-66bf614dd4c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73d18e639528aca563fe1e92e150545ffc8b59f2" 2018-10-26 08:26:29,602 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5134ab36-c2f5-4e40-9a71-0abbd7c73322 Date: Fri, 26 Oct 2018 08:26:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"69c837c2-f508-4b1c-8a92-66bf614dd4c5","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:28Z","dns_nameservers":[],"updated_at":"2018-10-26T08:26: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":"e8c35a3eddcb484a9d13f31d10ef71de","id":"8687d258-2bd3-4f87-a17f-c56645e6995c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-8cd62e7e-e35f-4cc1-96d2-493ed6f3ed55-pub-subnet"}]} 2018-10-26 08:26:29,602 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=69c837c2-f508-4b1c-8a92-66bf614dd4c5 used request id req-5134ab36-c2f5-4e40-9a71-0abbd7c73322 2018-10-26 08:26:29,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-8cd62e7e-e35f-4cc1-96d2-493ed6f3ed55-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73d18e639528aca563fe1e92e150545ffc8b59f2" 2018-10-26 08:26:29,712 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-45b0d951-2b1a-4763-ab81-af1a134b74b2 Date: Fri, 26 Oct 2018 08:26:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"69c837c2-f508-4b1c-8a92-66bf614dd4c5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":48,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["8687d258-2bd3-4f87-a17f-c56645e6995c"],"description":"","tags":[],"updated_at":"2018-10-26T08:26:28Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-8cd62e7e-e35f-4cc1-96d2-493ed6f3ed55-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:28Z","provider:network_type":"vxlan"}]} 2018-10-26 08:26:29,712 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-8cd62e7e-e35f-4cc1-96d2-493ed6f3ed55-pub-net used request id req-45b0d951-2b1a-4763-ab81-af1a134b74b2 2018-10-26 08:26:29,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:26:29,721 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:26: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:26:29,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73d18e639528aca563fe1e92e150545ffc8b59f2" 2018-10-26 08:26:29,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:26:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbacfac0-b858-43d9-969a-9e1dc1daddf1 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:26:29,740 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-cbacfac0-b858-43d9-969a-9e1dc1daddf1 2018-10-26 08:26:29,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=69c837c2-f508-4b1c-8a92-66bf614dd4c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73d18e639528aca563fe1e92e150545ffc8b59f2" 2018-10-26 08:26:29,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8d25abd3-45e1-4b6d-8c59-33609b064b35 Date: Fri, 26 Oct 2018 08:26:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"69c837c2-f508-4b1c-8a92-66bf614dd4c5","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:28Z","dns_nameservers":[],"updated_at":"2018-10-26T08:26: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":"e8c35a3eddcb484a9d13f31d10ef71de","id":"8687d258-2bd3-4f87-a17f-c56645e6995c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-8cd62e7e-e35f-4cc1-96d2-493ed6f3ed55-pub-subnet"}]} 2018-10-26 08:26:29,821 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=69c837c2-f508-4b1c-8a92-66bf614dd4c5 used request id req-8d25abd3-45e1-4b6d-8c59-33609b064b35 2018-10-26 08:26:29,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=69c837c2-f508-4b1c-8a92-66bf614dd4c5&name=NeutronUtilsRouterTests-8cd62e7e-e35f-4cc1-96d2-493ed6f3ed55-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73d18e639528aca563fe1e92e150545ffc8b59f2" 2018-10-26 08:26:29,873 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-74968e0c-4ab9-44ad-a1a4-ae28a0e98bb4 Date: Fri, 26 Oct 2018 08:26:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"69c837c2-f508-4b1c-8a92-66bf614dd4c5","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:28Z","dns_nameservers":[],"updated_at":"2018-10-26T08:26: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":"e8c35a3eddcb484a9d13f31d10ef71de","id":"8687d258-2bd3-4f87-a17f-c56645e6995c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-8cd62e7e-e35f-4cc1-96d2-493ed6f3ed55-pub-subnet"}]} 2018-10-26 08:26:29,874 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=69c837c2-f508-4b1c-8a92-66bf614dd4c5&name=NeutronUtilsRouterTests-8cd62e7e-e35f-4cc1-96d2-493ed6f3ed55-pub-subnet used request id req-74968e0c-4ab9-44ad-a1a4-ae28a0e98bb4 2018-10-26 08:26:29,874 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:26:29,875 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:26:30,269 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:26:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["sGdKez3vRKKO40p2zRbnxA"], "issued_at": "2018-10-26T08:26:30.000000Z"}} 2018-10-26 08:26:30,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04c7494d81170ebbd7ff8895a99c59b99a26df5e" 2018-10-26 08:26:30,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:26:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75dc099b-8acc-4539-ab36-d304c3107960 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:26:30,375 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-75dc099b-8acc-4539-ab36-d304c3107960 2018-10-26 08:26:30,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-8cd62e7e-e35f-4cc1-96d2-493ed6f3ed55-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73d18e639528aca563fe1e92e150545ffc8b59f2" 2018-10-26 08:26:30,619 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-227add62-e525-4095-84d2-e5cc31e871af Date: Fri, 26 Oct 2018 08:26:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"69c837c2-f508-4b1c-8a92-66bf614dd4c5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":48,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["8687d258-2bd3-4f87-a17f-c56645e6995c"],"description":"","tags":[],"updated_at":"2018-10-26T08:26:28Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-8cd62e7e-e35f-4cc1-96d2-493ed6f3ed55-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:28Z","provider:network_type":"vxlan"}]} 2018-10-26 08:26:30,619 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-8cd62e7e-e35f-4cc1-96d2-493ed6f3ed55-pub-net used request id req-227add62-e525-4095-84d2-e5cc31e871af 2018-10-26 08:26:30,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=69c837c2-f508-4b1c-8a92-66bf614dd4c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73d18e639528aca563fe1e92e150545ffc8b59f2" 2018-10-26 08:26:30,687 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e299084f-8cf6-4790-a9c1-b7e5983bd0cc Date: Fri, 26 Oct 2018 08:26:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"69c837c2-f508-4b1c-8a92-66bf614dd4c5","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:28Z","dns_nameservers":[],"updated_at":"2018-10-26T08:26: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":"e8c35a3eddcb484a9d13f31d10ef71de","id":"8687d258-2bd3-4f87-a17f-c56645e6995c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-8cd62e7e-e35f-4cc1-96d2-493ed6f3ed55-pub-subnet"}]} 2018-10-26 08:26:30,687 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=69c837c2-f508-4b1c-8a92-66bf614dd4c5 used request id req-e299084f-8cf6-4790-a9c1-b7e5983bd0cc 2018-10-26 08:26:30,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-8cd62e7e-e35f-4cc1-96d2-493ed6f3ed55-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73d18e639528aca563fe1e92e150545ffc8b59f2" 2018-10-26 08:26:30,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-05136504-1e9c-4164-a50b-ffbd75ab45a1 Date: Fri, 26 Oct 2018 08:26:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"69c837c2-f508-4b1c-8a92-66bf614dd4c5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":48,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["8687d258-2bd3-4f87-a17f-c56645e6995c"],"description":"","tags":[],"updated_at":"2018-10-26T08:26:28Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-8cd62e7e-e35f-4cc1-96d2-493ed6f3ed55-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:28Z","provider:network_type":"vxlan"}]} 2018-10-26 08:26:30,777 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-8cd62e7e-e35f-4cc1-96d2-493ed6f3ed55-pub-net used request id req-05136504-1e9c-4164-a50b-ffbd75ab45a1 2018-10-26 08:26:30,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:26:30,786 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:26: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:26:30,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04c7494d81170ebbd7ff8895a99c59b99a26df5e" 2018-10-26 08:26:30,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:26:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7111a620-2544-4237-9604-b0bc497ffd10 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:26:30,873 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-7111a620-2544-4237-9604-b0bc497ffd10 2018-10-26 08:26:30,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=69c837c2-f508-4b1c-8a92-66bf614dd4c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73d18e639528aca563fe1e92e150545ffc8b59f2" 2018-10-26 08:26:30,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f55d5296-0772-4187-90ab-a77f4ca25da6 Date: Fri, 26 Oct 2018 08:26:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"69c837c2-f508-4b1c-8a92-66bf614dd4c5","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:28Z","dns_nameservers":[],"updated_at":"2018-10-26T08:26: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":"e8c35a3eddcb484a9d13f31d10ef71de","id":"8687d258-2bd3-4f87-a17f-c56645e6995c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-8cd62e7e-e35f-4cc1-96d2-493ed6f3ed55-pub-subnet"}]} 2018-10-26 08:26:30,932 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=69c837c2-f508-4b1c-8a92-66bf614dd4c5 used request id req-f55d5296-0772-4187-90ab-a77f4ca25da6 2018-10-26 08:26:30,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=69c837c2-f508-4b1c-8a92-66bf614dd4c5&name=NeutronUtilsRouterTests-8cd62e7e-e35f-4cc1-96d2-493ed6f3ed55-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73d18e639528aca563fe1e92e150545ffc8b59f2" 2018-10-26 08:26:31,002 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4e435edc-f434-46ed-816b-62d628356fd2 Date: Fri, 26 Oct 2018 08:26:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"69c837c2-f508-4b1c-8a92-66bf614dd4c5","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:28Z","dns_nameservers":[],"updated_at":"2018-10-26T08:26: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":"e8c35a3eddcb484a9d13f31d10ef71de","id":"8687d258-2bd3-4f87-a17f-c56645e6995c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-8cd62e7e-e35f-4cc1-96d2-493ed6f3ed55-pub-subnet"}]} 2018-10-26 08:26:31,003 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=69c837c2-f508-4b1c-8a92-66bf614dd4c5&name=NeutronUtilsRouterTests-8cd62e7e-e35f-4cc1-96d2-493ed6f3ed55-pub-subnet used request id req-4e435edc-f434-46ed-816b-62d628356fd2 2018-10-26 08:26:31,003 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-8cd62e7e-e35f-4cc1-96d2-493ed6f3ed55-pub-net 2018-10-26 08:26:31,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73d18e639528aca563fe1e92e150545ffc8b59f2" -d '{"port": {"network_id": "69c837c2-f508-4b1c-8a92-66bf614dd4c5", "fixed_ips": [{"subnet_id": "8687d258-2bd3-4f87-a17f-c56645e6995c", "ip_address": "10.55.1.100"}], "name": "NeutronUtilsRouterTests-8cd62e7e-e35f-4cc1-96d2-493ed6f3ed55-port", "admin_state_up": true}}' 2018-10-26 08:26:31,934 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-65c0051d-ca9a-4316-a891-df66161e5f00 Date: Fri, 26 Oct 2018 08:26:31 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:26:31Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8687d258-2bd3-4f87-a17f-c56645e6995c","ip_address":"10.55.1.100"}],"id":"34e66fd6-f94e-4d6e-96b7-03bad6b24ef9","security_groups":["20832275-63ca-4f81-93a7-4da74d8fc132"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:6c:57:1c","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NeutronUtilsRouterTests-8cd62e7e-e35f-4cc1-96d2-493ed6f3ed55-port","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","qos_policy_id":null,"admin_state_up":true,"network_id":"69c837c2-f508-4b1c-8a92-66bf614dd4c5","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:31Z","binding:vnic_type":"normal"}} 2018-10-26 08:26:31,935 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-65c0051d-ca9a-4316-a891-df66161e5f00 2018-10-26 08:26:31,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73d18e639528aca563fe1e92e150545ffc8b59f2" 2018-10-26 08:26:32,148 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3730 X-Openstack-Request-Id: req-31d504d3-26b1-43b2-9f3d-f03099eae671 Date: Fri, 26 Oct 2018 08:26:32 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:26:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8687d258-2bd3-4f87-a17f-c56645e6995c","ip_address":"10.55.1.3"}],"id":"0b4f4696-2202-4acb-a648-da8ae7a4f376","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f0:28:05","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"69c837c2-f508-4b1c-8a92-66bf614dd4c5","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:30Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-69c837c2-f508-4b1c-8a92-66bf614dd4c5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:26:31Z","device_owner":"network:dhcp","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8687d258-2bd3-4f87-a17f-c56645e6995c","ip_address":"10.55.1.4"}],"id":"1feb4905-1c66-4997-9a28-0ac4b9bd0cda","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7a:06:b0","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"69c837c2-f508-4b1c-8a92-66bf614dd4c5","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:30Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-69c837c2-f508-4b1c-8a92-66bf614dd4c5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:26:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8687d258-2bd3-4f87-a17f-c56645e6995c","ip_address":"10.55.1.2"}],"id":"33493545-877b-4dc6-b214-184d3b4fcef3","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:52:fa:1d","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"69c837c2-f508-4b1c-8a92-66bf614dd4c5","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:29Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-69c837c2-f508-4b1c-8a92-66bf614dd4c5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:26:31Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"8687d258-2bd3-4f87-a17f-c56645e6995c","ip_address":"10.55.1.100"}],"id":"34e66fd6-f94e-4d6e-96b7-03bad6b24ef9","security_groups":["20832275-63ca-4f81-93a7-4da74d8fc132"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:6c:57:1c","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NeutronUtilsRouterTests-8cd62e7e-e35f-4cc1-96d2-493ed6f3ed55-port","admin_state_up":true,"network_id":"69c837c2-f508-4b1c-8a92-66bf614dd4c5","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:31Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-26 08:26:32,148 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports used request id req-31d504d3-26b1-43b2-9f3d-f03099eae671 2018-10-26 08:26:32,149 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-8cd62e7e-e35f-4cc1-96d2-493ed6f3ed55-port 2018-10-26 08:26:32,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/34e66fd6-f94e-4d6e-96b7-03bad6b24ef9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73d18e639528aca563fe1e92e150545ffc8b59f2" 2018-10-26 08:26:32,586 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-aaf0d798-bd04-467f-ba13-650b4699d173 Date: Fri, 26 Oct 2018 08:26:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:26:32,586 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/34e66fd6-f94e-4d6e-96b7-03bad6b24ef9 used request id req-aaf0d798-bd04-467f-ba13-650b4699d173 2018-10-26 08:26:32,587 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-8cd62e7e-e35f-4cc1-96d2-493ed6f3ed55-pub-subnet 2018-10-26 08:26:32,587 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-8cd62e7e-e35f-4cc1-96d2-493ed6f3ed55-pub-subnet 2018-10-26 08:26:32,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/8687d258-2bd3-4f87-a17f-c56645e6995c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73d18e639528aca563fe1e92e150545ffc8b59f2" 2018-10-26 08:26:34,592 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a4fe2433-4959-4994-921d-1af8bb9cdc08 Date: Fri, 26 Oct 2018 08:26:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:26:34,592 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/8687d258-2bd3-4f87-a17f-c56645e6995c used request id req-a4fe2433-4959-4994-921d-1af8bb9cdc08 2018-10-26 08:26:34,592 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-8cd62e7e-e35f-4cc1-96d2-493ed6f3ed55-pub-net 2018-10-26 08:26:34,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/69c837c2-f508-4b1c-8a92-66bf614dd4c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73d18e639528aca563fe1e92e150545ffc8b59f2" 2018-10-26 08:26:35,827 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9a89bba0-a0cc-4337-912b-f86f3e4c0082 Date: Fri, 26 Oct 2018 08:26:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:26:35,827 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/69c837c2-f508-4b1c-8a92-66bf614dd4c5 used request id req-9a89bba0-a0cc-4337-912b-f86f3e4c0082 2018-10-26 08:26:35,828 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:26:36,248 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:26:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["KnV6whoESaK6GPwl0AkBfw"], "issued_at": "2018-10-26T08:26:36.000000Z"}} 2018-10-26 08:26:36,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6f39ff0d317c06ce5e0178c178fbc4f222b5648" 2018-10-26 08:26:36,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:26:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10c2e076-9b57-4128-aa8a-95739be10294 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:26:36,338 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-10c2e076-9b57-4128-aa8a-95739be10294 2018-10-26 08:26:36,339 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-69713393-edaa-4545-a770-1b24f9471238-pub-net 2018-10-26 08:26:36,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6f39ff0d317c06ce5e0178c178fbc4f222b5648" -d '{"network": {"name": "NeutronUtilsRouterTests-69713393-edaa-4545-a770-1b24f9471238-pub-net", "admin_state_up": true}}' 2018-10-26 08:26:36,772 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-a9d80798-5489-4bf7-a356-dc062e4b9d8e Date: Fri, 26 Oct 2018 08:26:36 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"e27318ca-02d4-4506-ab3c-f81b35bfdd4d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":100,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T08:26:36Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-69713393-edaa-4545-a770-1b24f9471238-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:36Z","mtu":1450}} 2018-10-26 08:26:36,772 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-a9d80798-5489-4bf7-a356-dc062e4b9d8e 2018-10-26 08:26:36,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=e27318ca-02d4-4506-ab3c-f81b35bfdd4d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6f39ff0d317c06ce5e0178c178fbc4f222b5648" 2018-10-26 08:26:37,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-3ec5c777-b2be-44c5-b557-ce95d1f26d94 Date: Fri, 26 Oct 2018 08:26:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e27318ca-02d4-4506-ab3c-f81b35bfdd4d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":100,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T08:26:36Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-69713393-edaa-4545-a770-1b24f9471238-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:36Z","provider:network_type":"vxlan"}]} 2018-10-26 08:26:37,005 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=e27318ca-02d4-4506-ab3c-f81b35bfdd4d used request id req-3ec5c777-b2be-44c5-b557-ce95d1f26d94 2018-10-26 08:26:37,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e27318ca-02d4-4506-ab3c-f81b35bfdd4d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6f39ff0d317c06ce5e0178c178fbc4f222b5648" 2018-10-26 08:26:37,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-53d50160-1088-4be5-aeec-8d74284da0b1 Date: Fri, 26 Oct 2018 08:26:37 GMT RESP BODY: {"subnets":[]} 2018-10-26 08:26:37,176 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e27318ca-02d4-4506-ab3c-f81b35bfdd4d used request id req-53d50160-1088-4be5-aeec-8d74284da0b1 2018-10-26 08:26:37,177 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-69713393-edaa-4545-a770-1b24f9471238-pub-subnet 2018-10-26 08:26:37,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6f39ff0d317c06ce5e0178c178fbc4f222b5648" -d '{"subnets": [{"ip_version": 4, "network_id": "e27318ca-02d4-4506-ab3c-f81b35bfdd4d", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-69713393-edaa-4545-a770-1b24f9471238-pub-subnet"}]}' 2018-10-26 08:26:37,815 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-3dd05803-106d-4699-85b0-ff320f68a109 Date: Fri, 26 Oct 2018 08:26:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e27318ca-02d4-4506-ab3c-f81b35bfdd4d","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:37Z","dns_nameservers":[],"updated_at":"2018-10-26T08:26:37Z","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":"e8c35a3eddcb484a9d13f31d10ef71de","id":"d68d9af9-43ae-4e56-921f-771e31b8dd76","subnetpool_id":null,"name":"NeutronUtilsRouterTests-69713393-edaa-4545-a770-1b24f9471238-pub-subnet"}]} 2018-10-26 08:26:37,815 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-3dd05803-106d-4699-85b0-ff320f68a109 2018-10-26 08:26:37,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=e27318ca-02d4-4506-ab3c-f81b35bfdd4d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6f39ff0d317c06ce5e0178c178fbc4f222b5648" 2018-10-26 08:26:37,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-e1bcc153-2220-4372-95b7-7010911c852d Date: Fri, 26 Oct 2018 08:26:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e27318ca-02d4-4506-ab3c-f81b35bfdd4d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":100,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["d68d9af9-43ae-4e56-921f-771e31b8dd76"],"description":"","tags":[],"updated_at":"2018-10-26T08:26:37Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-69713393-edaa-4545-a770-1b24f9471238-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:36Z","provider:network_type":"vxlan"}]} 2018-10-26 08:26:37,908 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=e27318ca-02d4-4506-ab3c-f81b35bfdd4d used request id req-e1bcc153-2220-4372-95b7-7010911c852d 2018-10-26 08:26:37,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e27318ca-02d4-4506-ab3c-f81b35bfdd4d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6f39ff0d317c06ce5e0178c178fbc4f222b5648" 2018-10-26 08:26:38,124 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7c28b919-ebc3-44f1-940b-e46ec93659df Date: Fri, 26 Oct 2018 08:26:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e27318ca-02d4-4506-ab3c-f81b35bfdd4d","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:37Z","dns_nameservers":[],"updated_at":"2018-10-26T08:26:37Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"d68d9af9-43ae-4e56-921f-771e31b8dd76","subnetpool_id":null,"name":"NeutronUtilsRouterTests-69713393-edaa-4545-a770-1b24f9471238-pub-subnet"}]} 2018-10-26 08:26:38,124 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e27318ca-02d4-4506-ab3c-f81b35bfdd4d used request id req-7c28b919-ebc3-44f1-940b-e46ec93659df 2018-10-26 08:26:38,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-69713393-edaa-4545-a770-1b24f9471238-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6f39ff0d317c06ce5e0178c178fbc4f222b5648" 2018-10-26 08:26:38,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-ea9aafc5-815d-4fed-aab4-0902a9a8ee46 Date: Fri, 26 Oct 2018 08:26:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e27318ca-02d4-4506-ab3c-f81b35bfdd4d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":100,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["d68d9af9-43ae-4e56-921f-771e31b8dd76"],"description":"","tags":[],"updated_at":"2018-10-26T08:26:37Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-69713393-edaa-4545-a770-1b24f9471238-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:36Z","provider:network_type":"vxlan"}]} 2018-10-26 08:26:38,215 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-69713393-edaa-4545-a770-1b24f9471238-pub-net used request id req-ea9aafc5-815d-4fed-aab4-0902a9a8ee46 2018-10-26 08:26:38,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:26:38,224 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:26: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:26:38,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6f39ff0d317c06ce5e0178c178fbc4f222b5648" 2018-10-26 08:26:38,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:26:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-969493fe-3498-4973-b3cc-5b5215c06451 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:26:38,306 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-969493fe-3498-4973-b3cc-5b5215c06451 2018-10-26 08:26:38,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e27318ca-02d4-4506-ab3c-f81b35bfdd4d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6f39ff0d317c06ce5e0178c178fbc4f222b5648" 2018-10-26 08:26:38,517 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-9fe7c4c4-63a4-4949-8780-948c6c4264ee Date: Fri, 26 Oct 2018 08:26:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e27318ca-02d4-4506-ab3c-f81b35bfdd4d","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:37Z","dns_nameservers":[],"updated_at":"2018-10-26T08:26:37Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"d68d9af9-43ae-4e56-921f-771e31b8dd76","subnetpool_id":null,"name":"NeutronUtilsRouterTests-69713393-edaa-4545-a770-1b24f9471238-pub-subnet"}]} 2018-10-26 08:26:38,517 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e27318ca-02d4-4506-ab3c-f81b35bfdd4d used request id req-9fe7c4c4-63a4-4949-8780-948c6c4264ee 2018-10-26 08:26:38,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e27318ca-02d4-4506-ab3c-f81b35bfdd4d&name=NeutronUtilsRouterTests-69713393-edaa-4545-a770-1b24f9471238-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6f39ff0d317c06ce5e0178c178fbc4f222b5648" 2018-10-26 08:26:38,572 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f03d9256-b354-4c55-97f5-6a00f9c89072 Date: Fri, 26 Oct 2018 08:26:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e27318ca-02d4-4506-ab3c-f81b35bfdd4d","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:37Z","dns_nameservers":[],"updated_at":"2018-10-26T08:26:37Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"d68d9af9-43ae-4e56-921f-771e31b8dd76","subnetpool_id":null,"name":"NeutronUtilsRouterTests-69713393-edaa-4545-a770-1b24f9471238-pub-subnet"}]} 2018-10-26 08:26:38,572 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e27318ca-02d4-4506-ab3c-f81b35bfdd4d&name=NeutronUtilsRouterTests-69713393-edaa-4545-a770-1b24f9471238-pub-subnet used request id req-f03d9256-b354-4c55-97f5-6a00f9c89072 2018-10-26 08:26:38,573 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:26:38,574 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:26:38,964 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:26:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["ozgfTJnITCS_nCWHBvwLCQ"], "issued_at": "2018-10-26T08:26:38.000000Z"}} 2018-10-26 08:26:38,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9e31388144bac9b1c8a411a5f4a88f0e46b7fc6" 2018-10-26 08:26:39,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:26:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90c158f1-e672-4902-9cbc-0fc418d220cd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:26:39,049 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-90c158f1-e672-4902-9cbc-0fc418d220cd 2018-10-26 08:26:39,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-69713393-edaa-4545-a770-1b24f9471238-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6f39ff0d317c06ce5e0178c178fbc4f222b5648" 2018-10-26 08:26:39,286 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-92446649-4bfc-462a-8f34-d21fae193d65 Date: Fri, 26 Oct 2018 08:26:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e27318ca-02d4-4506-ab3c-f81b35bfdd4d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":100,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["d68d9af9-43ae-4e56-921f-771e31b8dd76"],"description":"","tags":[],"updated_at":"2018-10-26T08:26:37Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-69713393-edaa-4545-a770-1b24f9471238-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:36Z","provider:network_type":"vxlan"}]} 2018-10-26 08:26:39,286 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-69713393-edaa-4545-a770-1b24f9471238-pub-net used request id req-92446649-4bfc-462a-8f34-d21fae193d65 2018-10-26 08:26:39,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e27318ca-02d4-4506-ab3c-f81b35bfdd4d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6f39ff0d317c06ce5e0178c178fbc4f222b5648" 2018-10-26 08:26:39,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-61764997-c0f4-4ea7-9854-57972d33b944 Date: Fri, 26 Oct 2018 08:26:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e27318ca-02d4-4506-ab3c-f81b35bfdd4d","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:37Z","dns_nameservers":[],"updated_at":"2018-10-26T08:26:37Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"d68d9af9-43ae-4e56-921f-771e31b8dd76","subnetpool_id":null,"name":"NeutronUtilsRouterTests-69713393-edaa-4545-a770-1b24f9471238-pub-subnet"}]} 2018-10-26 08:26:39,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e27318ca-02d4-4506-ab3c-f81b35bfdd4d used request id req-61764997-c0f4-4ea7-9854-57972d33b944 2018-10-26 08:26:39,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-69713393-edaa-4545-a770-1b24f9471238-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6f39ff0d317c06ce5e0178c178fbc4f222b5648" 2018-10-26 08:26:39,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-068491ba-ad50-483f-be6a-916aedefec7d Date: Fri, 26 Oct 2018 08:26:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e27318ca-02d4-4506-ab3c-f81b35bfdd4d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":100,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["d68d9af9-43ae-4e56-921f-771e31b8dd76"],"description":"","tags":[],"updated_at":"2018-10-26T08:26:37Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-69713393-edaa-4545-a770-1b24f9471238-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:36Z","provider:network_type":"vxlan"}]} 2018-10-26 08:26:39,764 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-69713393-edaa-4545-a770-1b24f9471238-pub-net used request id req-068491ba-ad50-483f-be6a-916aedefec7d 2018-10-26 08:26:39,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:26:39,773 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:26: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:26:39,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a9e31388144bac9b1c8a411a5f4a88f0e46b7fc6" 2018-10-26 08:26:39,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:26:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-444fb207-8724-43a8-893b-a11ca92115bf 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:26:39,869 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-444fb207-8724-43a8-893b-a11ca92115bf 2018-10-26 08:26:39,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e27318ca-02d4-4506-ab3c-f81b35bfdd4d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6f39ff0d317c06ce5e0178c178fbc4f222b5648" 2018-10-26 08:26:39,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5b1a2623-8183-4436-8046-229db042b104 Date: Fri, 26 Oct 2018 08:26:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e27318ca-02d4-4506-ab3c-f81b35bfdd4d","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:37Z","dns_nameservers":[],"updated_at":"2018-10-26T08:26:37Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"d68d9af9-43ae-4e56-921f-771e31b8dd76","subnetpool_id":null,"name":"NeutronUtilsRouterTests-69713393-edaa-4545-a770-1b24f9471238-pub-subnet"}]} 2018-10-26 08:26:39,921 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e27318ca-02d4-4506-ab3c-f81b35bfdd4d used request id req-5b1a2623-8183-4436-8046-229db042b104 2018-10-26 08:26:39,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e27318ca-02d4-4506-ab3c-f81b35bfdd4d&name=NeutronUtilsRouterTests-69713393-edaa-4545-a770-1b24f9471238-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6f39ff0d317c06ce5e0178c178fbc4f222b5648" 2018-10-26 08:26:40,018 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-79cf538d-aa05-4097-bead-e5d4d9ca2096 Date: Fri, 26 Oct 2018 08:26:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e27318ca-02d4-4506-ab3c-f81b35bfdd4d","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:37Z","dns_nameservers":[],"updated_at":"2018-10-26T08:26:37Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"d68d9af9-43ae-4e56-921f-771e31b8dd76","subnetpool_id":null,"name":"NeutronUtilsRouterTests-69713393-edaa-4545-a770-1b24f9471238-pub-subnet"}]} 2018-10-26 08:26:40,018 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e27318ca-02d4-4506-ab3c-f81b35bfdd4d&name=NeutronUtilsRouterTests-69713393-edaa-4545-a770-1b24f9471238-pub-subnet used request id req-79cf538d-aa05-4097-bead-e5d4d9ca2096 2018-10-26 08:26:40,019 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-69713393-edaa-4545-a770-1b24f9471238-pub-net 2018-10-26 08:26:40,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6f39ff0d317c06ce5e0178c178fbc4f222b5648" -d '{"port": {"network_id": "e27318ca-02d4-4506-ab3c-f81b35bfdd4d", "fixed_ips": [{"subnet_id": "d68d9af9-43ae-4e56-921f-771e31b8dd76", "ip_address": "10.55.1.100"}], "name": "NeutronUtilsRouterTests-69713393-edaa-4545-a770-1b24f9471238-port", "admin_state_up": true}}' 2018-10-26 08:26:41,006 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-0c066243-f69b-4183-bbb3-fdb3a4f76898 Date: Fri, 26 Oct 2018 08:26:41 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:26:40Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d68d9af9-43ae-4e56-921f-771e31b8dd76","ip_address":"10.55.1.100"}],"id":"1d289407-049c-48cc-9aca-fdce3e018cfb","security_groups":["20832275-63ca-4f81-93a7-4da74d8fc132"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:91:78:af","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NeutronUtilsRouterTests-69713393-edaa-4545-a770-1b24f9471238-port","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","qos_policy_id":null,"admin_state_up":true,"network_id":"e27318ca-02d4-4506-ab3c-f81b35bfdd4d","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:40Z","binding:vnic_type":"normal"}} 2018-10-26 08:26:41,007 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-0c066243-f69b-4183-bbb3-fdb3a4f76898 2018-10-26 08:26:41,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6f39ff0d317c06ce5e0178c178fbc4f222b5648" 2018-10-26 08:26:41,248 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3730 X-Openstack-Request-Id: req-334e92c5-f958-4fb3-b098-2bf85c5c2486 Date: Fri, 26 Oct 2018 08:26:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:26:40Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d68d9af9-43ae-4e56-921f-771e31b8dd76","ip_address":"10.55.1.100"}],"id":"1d289407-049c-48cc-9aca-fdce3e018cfb","security_groups":["20832275-63ca-4f81-93a7-4da74d8fc132"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:91:78:af","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NeutronUtilsRouterTests-69713393-edaa-4545-a770-1b24f9471238-port","admin_state_up":true,"network_id":"e27318ca-02d4-4506-ab3c-f81b35bfdd4d","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:40Z","binding:vnic_type":"normal","device_id":""},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:26:39Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d68d9af9-43ae-4e56-921f-771e31b8dd76","ip_address":"10.55.1.2"}],"id":"8474bf18-014f-4c61-ac5c-dc5805a0f3d9","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:34:11","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e27318ca-02d4-4506-ab3c-f81b35bfdd4d","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:38Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-e27318ca-02d4-4506-ab3c-f81b35bfdd4d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:26:40Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d68d9af9-43ae-4e56-921f-771e31b8dd76","ip_address":"10.55.1.3"}],"id":"9d072a77-74b1-427c-bd5e-e7c97d7bcbfb","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:42:87:84","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e27318ca-02d4-4506-ab3c-f81b35bfdd4d","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:38Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-e27318ca-02d4-4506-ab3c-f81b35bfdd4d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:26:40Z","device_owner":"network:dhcp","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d68d9af9-43ae-4e56-921f-771e31b8dd76","ip_address":"10.55.1.4"}],"id":"a1536212-c0ce-4f75-b310-3202556ffccc","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:b6:d9","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e27318ca-02d4-4506-ab3c-f81b35bfdd4d","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:39Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-e27318ca-02d4-4506-ab3c-f81b35bfdd4d"}]} 2018-10-26 08:26:41,248 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports used request id req-334e92c5-f958-4fb3-b098-2bf85c5c2486 2018-10-26 08:26:41,249 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-69713393-edaa-4545-a770-1b24f9471238-port 2018-10-26 08:26:41,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/1d289407-049c-48cc-9aca-fdce3e018cfb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6f39ff0d317c06ce5e0178c178fbc4f222b5648" 2018-10-26 08:26:41,928 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-de44fd8e-c418-45c7-9760-04f0a7776583 Date: Fri, 26 Oct 2018 08:26:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:26:41,929 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/1d289407-049c-48cc-9aca-fdce3e018cfb used request id req-de44fd8e-c418-45c7-9760-04f0a7776583 2018-10-26 08:26:41,929 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-69713393-edaa-4545-a770-1b24f9471238-pub-subnet 2018-10-26 08:26:41,929 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-69713393-edaa-4545-a770-1b24f9471238-pub-subnet 2018-10-26 08:26:41,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/d68d9af9-43ae-4e56-921f-771e31b8dd76 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6f39ff0d317c06ce5e0178c178fbc4f222b5648" 2018-10-26 08:26:43,976 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5a403721-66e8-4df9-8c0f-075e333b10b2 Date: Fri, 26 Oct 2018 08:26:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:26:43,977 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/d68d9af9-43ae-4e56-921f-771e31b8dd76 used request id req-5a403721-66e8-4df9-8c0f-075e333b10b2 2018-10-26 08:26:43,977 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-69713393-edaa-4545-a770-1b24f9471238-pub-net 2018-10-26 08:26:43,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/e27318ca-02d4-4506-ab3c-f81b35bfdd4d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6f39ff0d317c06ce5e0178c178fbc4f222b5648" 2018-10-26 08:26:44,979 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b876999b-e8f0-4381-b135-7c8f2a9ba003 Date: Fri, 26 Oct 2018 08:26:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:26:44,980 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/e27318ca-02d4-4506-ab3c-f81b35bfdd4d used request id req-b876999b-e8f0-4381-b135-7c8f2a9ba003 2018-10-26 08:26:44,981 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:26:45,360 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:26:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["bQ-XgF0BQHe5bS3euBtehA"], "issued_at": "2018-10-26T08:26:45.000000Z"}} 2018-10-26 08:26:45,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}481c904c64c13202cf59bc9bca20244ef247d49a" 2018-10-26 08:26:45,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:26:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec09fe7e-ee8b-4a7f-9d3b-d2bca798e402 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:26:45,455 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ec09fe7e-ee8b-4a7f-9d3b-d2bca798e402 2018-10-26 08:26:45,456 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-fc048e1d-dcfc-4520-b607-a43c7e34b87b-pub-net 2018-10-26 08:26:45,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}481c904c64c13202cf59bc9bca20244ef247d49a" -d '{"network": {"name": "NeutronUtilsRouterTests-fc048e1d-dcfc-4520-b607-a43c7e34b87b-pub-net", "admin_state_up": true}}' 2018-10-26 08:26:45,856 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-84963ff8-2a2f-4ecd-ac9d-a33a831f7132 Date: Fri, 26 Oct 2018 08:26: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":"8c314502-f16c-493a-aab6-c4dbd817faf2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":78,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T08:26:45Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-fc048e1d-dcfc-4520-b607-a43c7e34b87b-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:45Z","mtu":1450}} 2018-10-26 08:26:45,857 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-84963ff8-2a2f-4ecd-ac9d-a33a831f7132 2018-10-26 08:26:45,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=8c314502-f16c-493a-aab6-c4dbd817faf2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}481c904c64c13202cf59bc9bca20244ef247d49a" 2018-10-26 08:26:46,091 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-816aaaa8-56d3-4e0a-adae-dec46fae6484 Date: Fri, 26 Oct 2018 08:26:46 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8c314502-f16c-493a-aab6-c4dbd817faf2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":78,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T08:26:45Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-fc048e1d-dcfc-4520-b607-a43c7e34b87b-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:45Z","provider:network_type":"vxlan"}]} 2018-10-26 08:26:46,091 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=8c314502-f16c-493a-aab6-c4dbd817faf2 used request id req-816aaaa8-56d3-4e0a-adae-dec46fae6484 2018-10-26 08:26:46,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=8c314502-f16c-493a-aab6-c4dbd817faf2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}481c904c64c13202cf59bc9bca20244ef247d49a" 2018-10-26 08:26:46,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b3e0124b-fc6a-4e8d-9d3d-d8872987607d Date: Fri, 26 Oct 2018 08:26:46 GMT RESP BODY: {"subnets":[]} 2018-10-26 08:26:46,318 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=8c314502-f16c-493a-aab6-c4dbd817faf2 used request id req-b3e0124b-fc6a-4e8d-9d3d-d8872987607d 2018-10-26 08:26:46,318 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-fc048e1d-dcfc-4520-b607-a43c7e34b87b-pub-subnet 2018-10-26 08:26:46,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}481c904c64c13202cf59bc9bca20244ef247d49a" -d '{"subnets": [{"ip_version": 4, "network_id": "8c314502-f16c-493a-aab6-c4dbd817faf2", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-fc048e1d-dcfc-4520-b607-a43c7e34b87b-pub-subnet"}]}' 2018-10-26 08:26:46,844 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7d77a0ef-c798-4939-8d68-4a7374090067 Date: Fri, 26 Oct 2018 08:26:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8c314502-f16c-493a-aab6-c4dbd817faf2","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:46Z","dns_nameservers":[],"updated_at":"2018-10-26T08:26:46Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"4be7b143-da26-40e8-91e8-8807ef0a0a05","subnetpool_id":null,"name":"NeutronUtilsRouterTests-fc048e1d-dcfc-4520-b607-a43c7e34b87b-pub-subnet"}]} 2018-10-26 08:26:46,844 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-7d77a0ef-c798-4939-8d68-4a7374090067 2018-10-26 08:26:46,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=8c314502-f16c-493a-aab6-c4dbd817faf2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}481c904c64c13202cf59bc9bca20244ef247d49a" 2018-10-26 08:26:47,074 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-a459a8ac-a433-4e20-8325-d1276ec01cf5 Date: Fri, 26 Oct 2018 08:26:47 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"8c314502-f16c-493a-aab6-c4dbd817faf2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":78,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["4be7b143-da26-40e8-91e8-8807ef0a0a05"],"description":"","tags":[],"updated_at":"2018-10-26T08:26:46Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-fc048e1d-dcfc-4520-b607-a43c7e34b87b-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:45Z","provider:network_type":"vxlan"}]} 2018-10-26 08:26:47,074 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=8c314502-f16c-493a-aab6-c4dbd817faf2 used request id req-a459a8ac-a433-4e20-8325-d1276ec01cf5 2018-10-26 08:26:47,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=8c314502-f16c-493a-aab6-c4dbd817faf2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}481c904c64c13202cf59bc9bca20244ef247d49a" 2018-10-26 08:26:47,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-81cd2911-4a75-4b78-b795-eb15dc07aacc Date: Fri, 26 Oct 2018 08:26:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8c314502-f16c-493a-aab6-c4dbd817faf2","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:46Z","dns_nameservers":[],"updated_at":"2018-10-26T08:26:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"4be7b143-da26-40e8-91e8-8807ef0a0a05","subnetpool_id":null,"name":"NeutronUtilsRouterTests-fc048e1d-dcfc-4520-b607-a43c7e34b87b-pub-subnet"}]} 2018-10-26 08:26:47,310 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=8c314502-f16c-493a-aab6-c4dbd817faf2 used request id req-81cd2911-4a75-4b78-b795-eb15dc07aacc 2018-10-26 08:26:47,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-fc048e1d-dcfc-4520-b607-a43c7e34b87b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}481c904c64c13202cf59bc9bca20244ef247d49a" 2018-10-26 08:26:47,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-60d75bd4-68e5-4440-844b-8067ef62ce47 Date: Fri, 26 Oct 2018 08:26:47 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"8c314502-f16c-493a-aab6-c4dbd817faf2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":78,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["4be7b143-da26-40e8-91e8-8807ef0a0a05"],"description":"","tags":[],"updated_at":"2018-10-26T08:26:46Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-fc048e1d-dcfc-4520-b607-a43c7e34b87b-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:45Z","provider:network_type":"vxlan"}]} 2018-10-26 08:26:47,536 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-fc048e1d-dcfc-4520-b607-a43c7e34b87b-pub-net used request id req-60d75bd4-68e5-4440-844b-8067ef62ce47 2018-10-26 08:26:47,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:26:47,546 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:26: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:26:47,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}481c904c64c13202cf59bc9bca20244ef247d49a" 2018-10-26 08:26:47,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:26:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21a448ef-4e53-4f11-bdff-c5d3cc540faa 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:26:47,631 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-21a448ef-4e53-4f11-bdff-c5d3cc540faa 2018-10-26 08:26:47,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=8c314502-f16c-493a-aab6-c4dbd817faf2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}481c904c64c13202cf59bc9bca20244ef247d49a" 2018-10-26 08:26:47,701 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-cfda91ee-704b-4513-9fc0-9866cbb28b92 Date: Fri, 26 Oct 2018 08:26:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8c314502-f16c-493a-aab6-c4dbd817faf2","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:46Z","dns_nameservers":[],"updated_at":"2018-10-26T08:26:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"4be7b143-da26-40e8-91e8-8807ef0a0a05","subnetpool_id":null,"name":"NeutronUtilsRouterTests-fc048e1d-dcfc-4520-b607-a43c7e34b87b-pub-subnet"}]} 2018-10-26 08:26:47,701 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=8c314502-f16c-493a-aab6-c4dbd817faf2 used request id req-cfda91ee-704b-4513-9fc0-9866cbb28b92 2018-10-26 08:26:47,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=8c314502-f16c-493a-aab6-c4dbd817faf2&name=NeutronUtilsRouterTests-fc048e1d-dcfc-4520-b607-a43c7e34b87b-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}481c904c64c13202cf59bc9bca20244ef247d49a" 2018-10-26 08:26:47,912 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-172c4f0d-f857-4d53-8729-2333383cf274 Date: Fri, 26 Oct 2018 08:26:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8c314502-f16c-493a-aab6-c4dbd817faf2","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:46Z","dns_nameservers":[],"updated_at":"2018-10-26T08:26:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"4be7b143-da26-40e8-91e8-8807ef0a0a05","subnetpool_id":null,"name":"NeutronUtilsRouterTests-fc048e1d-dcfc-4520-b607-a43c7e34b87b-pub-subnet"}]} 2018-10-26 08:26:47,912 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=8c314502-f16c-493a-aab6-c4dbd817faf2&name=NeutronUtilsRouterTests-fc048e1d-dcfc-4520-b607-a43c7e34b87b-pub-subnet used request id req-172c4f0d-f857-4d53-8729-2333383cf274 2018-10-26 08:26:47,912 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:26:47,913 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:26:48,300 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:26:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["fOGQahV6TJ6LXPfnjoB7og"], "issued_at": "2018-10-26T08:26:48.000000Z"}} 2018-10-26 08:26:48,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0aa63624597b01fefa443ffd6412c1c0b74215f" 2018-10-26 08:26:48,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:26:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46e88a72-94db-4370-a9e1-6356a04c8ee6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:26:48,378 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-46e88a72-94db-4370-a9e1-6356a04c8ee6 2018-10-26 08:26:48,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-fc048e1d-dcfc-4520-b607-a43c7e34b87b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}481c904c64c13202cf59bc9bca20244ef247d49a" 2018-10-26 08:26:48,631 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-a95a1d7c-77e7-46de-904b-5bdd46ae5fd4 Date: Fri, 26 Oct 2018 08:26:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"8c314502-f16c-493a-aab6-c4dbd817faf2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":78,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["4be7b143-da26-40e8-91e8-8807ef0a0a05"],"description":"","tags":[],"updated_at":"2018-10-26T08:26:46Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-fc048e1d-dcfc-4520-b607-a43c7e34b87b-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:45Z","provider:network_type":"vxlan"}]} 2018-10-26 08:26:48,631 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-fc048e1d-dcfc-4520-b607-a43c7e34b87b-pub-net used request id req-a95a1d7c-77e7-46de-904b-5bdd46ae5fd4 2018-10-26 08:26:48,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=8c314502-f16c-493a-aab6-c4dbd817faf2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}481c904c64c13202cf59bc9bca20244ef247d49a" 2018-10-26 08:26:48,847 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b0dd1978-8337-422a-b81d-7e7a34531901 Date: Fri, 26 Oct 2018 08:26:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8c314502-f16c-493a-aab6-c4dbd817faf2","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:46Z","dns_nameservers":[],"updated_at":"2018-10-26T08:26:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"4be7b143-da26-40e8-91e8-8807ef0a0a05","subnetpool_id":null,"name":"NeutronUtilsRouterTests-fc048e1d-dcfc-4520-b607-a43c7e34b87b-pub-subnet"}]} 2018-10-26 08:26:48,847 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=8c314502-f16c-493a-aab6-c4dbd817faf2 used request id req-b0dd1978-8337-422a-b81d-7e7a34531901 2018-10-26 08:26:48,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-fc048e1d-dcfc-4520-b607-a43c7e34b87b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}481c904c64c13202cf59bc9bca20244ef247d49a" 2018-10-26 08:26:48,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-8dd49874-42f4-45f8-8932-b6bd68e1e61d Date: Fri, 26 Oct 2018 08:26:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"8c314502-f16c-493a-aab6-c4dbd817faf2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":78,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["4be7b143-da26-40e8-91e8-8807ef0a0a05"],"description":"","tags":[],"updated_at":"2018-10-26T08:26:46Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-fc048e1d-dcfc-4520-b607-a43c7e34b87b-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:45Z","provider:network_type":"vxlan"}]} 2018-10-26 08:26:48,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-fc048e1d-dcfc-4520-b607-a43c7e34b87b-pub-net used request id req-8dd49874-42f4-45f8-8932-b6bd68e1e61d 2018-10-26 08:26:48,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:26:48,990 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:26: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:26:48,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0aa63624597b01fefa443ffd6412c1c0b74215f" 2018-10-26 08:26:49,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:26:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fa0f5da-028c-4f3c-8373-c07599723f05 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:26:49,074 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-1fa0f5da-028c-4f3c-8373-c07599723f05 2018-10-26 08:26:49,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=8c314502-f16c-493a-aab6-c4dbd817faf2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}481c904c64c13202cf59bc9bca20244ef247d49a" 2018-10-26 08:26:49,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-2913ab3a-8e4a-4bc2-ae5c-8c12d2af605d Date: Fri, 26 Oct 2018 08:26:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8c314502-f16c-493a-aab6-c4dbd817faf2","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:46Z","dns_nameservers":[],"updated_at":"2018-10-26T08:26:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"4be7b143-da26-40e8-91e8-8807ef0a0a05","subnetpool_id":null,"name":"NeutronUtilsRouterTests-fc048e1d-dcfc-4520-b607-a43c7e34b87b-pub-subnet"}]} 2018-10-26 08:26:49,155 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=8c314502-f16c-493a-aab6-c4dbd817faf2 used request id req-2913ab3a-8e4a-4bc2-ae5c-8c12d2af605d 2018-10-26 08:26:49,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=8c314502-f16c-493a-aab6-c4dbd817faf2&name=NeutronUtilsRouterTests-fc048e1d-dcfc-4520-b607-a43c7e34b87b-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}481c904c64c13202cf59bc9bca20244ef247d49a" 2018-10-26 08:26:49,386 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-61eaae8e-f728-487b-8a62-c1983af6e3d4 Date: Fri, 26 Oct 2018 08:26:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8c314502-f16c-493a-aab6-c4dbd817faf2","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:46Z","dns_nameservers":[],"updated_at":"2018-10-26T08:26:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"4be7b143-da26-40e8-91e8-8807ef0a0a05","subnetpool_id":null,"name":"NeutronUtilsRouterTests-fc048e1d-dcfc-4520-b607-a43c7e34b87b-pub-subnet"}]} 2018-10-26 08:26:49,387 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=8c314502-f16c-493a-aab6-c4dbd817faf2&name=NeutronUtilsRouterTests-fc048e1d-dcfc-4520-b607-a43c7e34b87b-pub-subnet used request id req-61eaae8e-f728-487b-8a62-c1983af6e3d4 2018-10-26 08:26:49,387 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-fc048e1d-dcfc-4520-b607-a43c7e34b87b-pub-net 2018-10-26 08:26:49,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}481c904c64c13202cf59bc9bca20244ef247d49a" -d '{"port": {"network_id": "8c314502-f16c-493a-aab6-c4dbd817faf2", "fixed_ips": [{"subnet_id": "4be7b143-da26-40e8-91e8-8807ef0a0a05", "ip_address": "foo"}], "name": "NeutronUtilsRouterTests-fc048e1d-dcfc-4520-b607-a43c7e34b87b-port", "admin_state_up": true}}' 2018-10-26 08:26:49,409 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 142 Content-Type: application/json X-Openstack-Request-Id: req-4927ab7c-6e92-42cc-92a1-7c9ac08b7770 Date: Fri, 26 Oct 2018 08:26:49 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'foo' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-10-26 08:26:49,409 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-4927ab7c-6e92-42cc-92a1-7c9ac08b7770 2018-10-26 08:26:49,409 - 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-26 08:26:49,410 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-fc048e1d-dcfc-4520-b607-a43c7e34b87b-pub-subnet 2018-10-26 08:26:49,410 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-fc048e1d-dcfc-4520-b607-a43c7e34b87b-pub-subnet 2018-10-26 08:26:49,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/4be7b143-da26-40e8-91e8-8807ef0a0a05 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}481c904c64c13202cf59bc9bca20244ef247d49a" 2018-10-26 08:26:51,431 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-932ed699-3f4c-4958-aaa7-585b93bbace6 Date: Fri, 26 Oct 2018 08:26:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:26:51,432 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/4be7b143-da26-40e8-91e8-8807ef0a0a05 used request id req-932ed699-3f4c-4958-aaa7-585b93bbace6 2018-10-26 08:26:51,432 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-fc048e1d-dcfc-4520-b607-a43c7e34b87b-pub-net 2018-10-26 08:26:51,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/8c314502-f16c-493a-aab6-c4dbd817faf2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}481c904c64c13202cf59bc9bca20244ef247d49a" 2018-10-26 08:26:52,466 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6e565a1e-2d88-4c0a-bf39-858366e5b899 Date: Fri, 26 Oct 2018 08:26:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:26:52,466 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/8c314502-f16c-493a-aab6-c4dbd817faf2 used request id req-6e565a1e-2d88-4c0a-bf39-858366e5b899 2018-10-26 08:26:52,468 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:26:52,838 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:26:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["-Lu-8TLRR4e_XxBh5vUM3Q"], "issued_at": "2018-10-26T08:26:52.000000Z"}} 2018-10-26 08:26:52,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e9bb2c187cad3f798b83166acfc549bd9a10324" 2018-10-26 08:26:52,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:26:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f8e13d8-bbaa-4498-b340-7452c1859ae3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:26:52,933 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5f8e13d8-bbaa-4498-b340-7452c1859ae3 2018-10-26 08:26:52,934 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-5f75150f-7e27-4a3c-8345-cef64687ade1-pub-net 2018-10-26 08:26:52,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e9bb2c187cad3f798b83166acfc549bd9a10324" -d '{"network": {"name": "NeutronUtilsRouterTests-5f75150f-7e27-4a3c-8345-cef64687ade1-pub-net", "admin_state_up": true}}' 2018-10-26 08:26:53,323 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-9e43610a-0aa8-426a-8190-b6771261c3ec Date: Fri, 26 Oct 2018 08:26: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":"a86768b3-5642-4f32-af01-c214326bef26","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":59,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T08:26:53Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-5f75150f-7e27-4a3c-8345-cef64687ade1-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:53Z","mtu":1450}} 2018-10-26 08:26:53,323 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-9e43610a-0aa8-426a-8190-b6771261c3ec 2018-10-26 08:26:53,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=a86768b3-5642-4f32-af01-c214326bef26 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e9bb2c187cad3f798b83166acfc549bd9a10324" 2018-10-26 08:26:53,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-6c7a2cd4-82ea-4c57-aa72-2d21c0b588ac Date: Fri, 26 Oct 2018 08:26:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a86768b3-5642-4f32-af01-c214326bef26","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":59,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T08:26:53Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-5f75150f-7e27-4a3c-8345-cef64687ade1-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:53Z","provider:network_type":"vxlan"}]} 2018-10-26 08:26:53,552 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=a86768b3-5642-4f32-af01-c214326bef26 used request id req-6c7a2cd4-82ea-4c57-aa72-2d21c0b588ac 2018-10-26 08:26:53,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=a86768b3-5642-4f32-af01-c214326bef26 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e9bb2c187cad3f798b83166acfc549bd9a10324" 2018-10-26 08:26:53,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-19929023-8c88-4836-adf9-8894aedb4cbd Date: Fri, 26 Oct 2018 08:26:53 GMT RESP BODY: {"subnets":[]} 2018-10-26 08:26:53,881 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=a86768b3-5642-4f32-af01-c214326bef26 used request id req-19929023-8c88-4836-adf9-8894aedb4cbd 2018-10-26 08:26:53,882 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-5f75150f-7e27-4a3c-8345-cef64687ade1-pub-subnet 2018-10-26 08:26:53,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e9bb2c187cad3f798b83166acfc549bd9a10324" -d '{"subnets": [{"ip_version": 4, "network_id": "a86768b3-5642-4f32-af01-c214326bef26", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-5f75150f-7e27-4a3c-8345-cef64687ade1-pub-subnet"}]}' 2018-10-26 08:26:54,455 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-89233b2f-126e-44aa-aa14-3bceeee3ae59 Date: Fri, 26 Oct 2018 08:26:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a86768b3-5642-4f32-af01-c214326bef26","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:54Z","dns_nameservers":[],"updated_at":"2018-10-26T08:26:54Z","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":"e8c35a3eddcb484a9d13f31d10ef71de","id":"cb6ac36b-3f2e-4619-be8a-d7c1bc3198b9","subnetpool_id":null,"name":"NeutronUtilsRouterTests-5f75150f-7e27-4a3c-8345-cef64687ade1-pub-subnet"}]} 2018-10-26 08:26:54,455 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-89233b2f-126e-44aa-aa14-3bceeee3ae59 2018-10-26 08:26:54,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=a86768b3-5642-4f32-af01-c214326bef26 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e9bb2c187cad3f798b83166acfc549bd9a10324" 2018-10-26 08:26:54,538 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-1de7206d-b166-4403-81a8-af62625528e8 Date: Fri, 26 Oct 2018 08:26:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a86768b3-5642-4f32-af01-c214326bef26","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":59,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["cb6ac36b-3f2e-4619-be8a-d7c1bc3198b9"],"description":"","tags":[],"updated_at":"2018-10-26T08:26:54Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-5f75150f-7e27-4a3c-8345-cef64687ade1-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:53Z","provider:network_type":"vxlan"}]} 2018-10-26 08:26:54,538 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=a86768b3-5642-4f32-af01-c214326bef26 used request id req-1de7206d-b166-4403-81a8-af62625528e8 2018-10-26 08:26:54,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=a86768b3-5642-4f32-af01-c214326bef26 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e9bb2c187cad3f798b83166acfc549bd9a10324" 2018-10-26 08:26:54,594 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-9b08348c-8c24-4d53-9f67-530352a3770b Date: Fri, 26 Oct 2018 08:26:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a86768b3-5642-4f32-af01-c214326bef26","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:54Z","dns_nameservers":[],"updated_at":"2018-10-26T08:26:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"cb6ac36b-3f2e-4619-be8a-d7c1bc3198b9","subnetpool_id":null,"name":"NeutronUtilsRouterTests-5f75150f-7e27-4a3c-8345-cef64687ade1-pub-subnet"}]} 2018-10-26 08:26:54,594 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=a86768b3-5642-4f32-af01-c214326bef26 used request id req-9b08348c-8c24-4d53-9f67-530352a3770b 2018-10-26 08:26:54,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-5f75150f-7e27-4a3c-8345-cef64687ade1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e9bb2c187cad3f798b83166acfc549bd9a10324" 2018-10-26 08:26:55,023 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-fb1886f7-7251-4bac-b478-01cb65618755 Date: Fri, 26 Oct 2018 08:26:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a86768b3-5642-4f32-af01-c214326bef26","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":59,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["cb6ac36b-3f2e-4619-be8a-d7c1bc3198b9"],"description":"","tags":[],"updated_at":"2018-10-26T08:26:54Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-5f75150f-7e27-4a3c-8345-cef64687ade1-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:53Z","provider:network_type":"vxlan"}]} 2018-10-26 08:26:55,023 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-5f75150f-7e27-4a3c-8345-cef64687ade1-pub-net used request id req-fb1886f7-7251-4bac-b478-01cb65618755 2018-10-26 08:26:55,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:26:55,032 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:26: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:26:55,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e9bb2c187cad3f798b83166acfc549bd9a10324" 2018-10-26 08:26:55,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:26:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-660c4f95-9410-4fab-895b-7e751c78541d 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:26:55,118 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-660c4f95-9410-4fab-895b-7e751c78541d 2018-10-26 08:26:55,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=a86768b3-5642-4f32-af01-c214326bef26 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e9bb2c187cad3f798b83166acfc549bd9a10324" 2018-10-26 08:26:55,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a90c5aa9-4659-4d7a-8461-489301576a9f Date: Fri, 26 Oct 2018 08:26:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a86768b3-5642-4f32-af01-c214326bef26","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:54Z","dns_nameservers":[],"updated_at":"2018-10-26T08:26:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"cb6ac36b-3f2e-4619-be8a-d7c1bc3198b9","subnetpool_id":null,"name":"NeutronUtilsRouterTests-5f75150f-7e27-4a3c-8345-cef64687ade1-pub-subnet"}]} 2018-10-26 08:26:55,184 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=a86768b3-5642-4f32-af01-c214326bef26 used request id req-a90c5aa9-4659-4d7a-8461-489301576a9f 2018-10-26 08:26:55,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=a86768b3-5642-4f32-af01-c214326bef26&name=NeutronUtilsRouterTests-5f75150f-7e27-4a3c-8345-cef64687ade1-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e9bb2c187cad3f798b83166acfc549bd9a10324" 2018-10-26 08:26:55,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4e2115a8-a922-47da-94ef-a6f94c50af72 Date: Fri, 26 Oct 2018 08:26:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a86768b3-5642-4f32-af01-c214326bef26","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:54Z","dns_nameservers":[],"updated_at":"2018-10-26T08:26:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"cb6ac36b-3f2e-4619-be8a-d7c1bc3198b9","subnetpool_id":null,"name":"NeutronUtilsRouterTests-5f75150f-7e27-4a3c-8345-cef64687ade1-pub-subnet"}]} 2018-10-26 08:26:55,251 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=a86768b3-5642-4f32-af01-c214326bef26&name=NeutronUtilsRouterTests-5f75150f-7e27-4a3c-8345-cef64687ade1-pub-subnet used request id req-4e2115a8-a922-47da-94ef-a6f94c50af72 2018-10-26 08:26:55,251 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:26:55,252 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:26:55,716 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:26:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["7Od4vyiHR1aIfTXsbaIbKw"], "issued_at": "2018-10-26T08:26:55.000000Z"}} 2018-10-26 08:26:55,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}486944fc7c0126920155f3fb99162860b5f5efaa" 2018-10-26 08:26:55,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:26:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b340e2a-27fc-4b5a-ac56-1798fd5cc74e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:26:55,803 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-9b340e2a-27fc-4b5a-ac56-1798fd5cc74e 2018-10-26 08:26:55,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-5f75150f-7e27-4a3c-8345-cef64687ade1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e9bb2c187cad3f798b83166acfc549bd9a10324" 2018-10-26 08:26:56,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-9ddb1e7c-15fa-448b-9c72-8834f9193f1b Date: Fri, 26 Oct 2018 08:26:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a86768b3-5642-4f32-af01-c214326bef26","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":59,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["cb6ac36b-3f2e-4619-be8a-d7c1bc3198b9"],"description":"","tags":[],"updated_at":"2018-10-26T08:26:54Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-5f75150f-7e27-4a3c-8345-cef64687ade1-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:53Z","provider:network_type":"vxlan"}]} 2018-10-26 08:26:56,039 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-5f75150f-7e27-4a3c-8345-cef64687ade1-pub-net used request id req-9ddb1e7c-15fa-448b-9c72-8834f9193f1b 2018-10-26 08:26:56,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=a86768b3-5642-4f32-af01-c214326bef26 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e9bb2c187cad3f798b83166acfc549bd9a10324" 2018-10-26 08:26:56,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0a8f9e22-7d4a-4aa9-935b-c89c7cb9f9cb Date: Fri, 26 Oct 2018 08:26:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a86768b3-5642-4f32-af01-c214326bef26","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:54Z","dns_nameservers":[],"updated_at":"2018-10-26T08:26:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"cb6ac36b-3f2e-4619-be8a-d7c1bc3198b9","subnetpool_id":null,"name":"NeutronUtilsRouterTests-5f75150f-7e27-4a3c-8345-cef64687ade1-pub-subnet"}]} 2018-10-26 08:26:56,246 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=a86768b3-5642-4f32-af01-c214326bef26 used request id req-0a8f9e22-7d4a-4aa9-935b-c89c7cb9f9cb 2018-10-26 08:26:56,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-5f75150f-7e27-4a3c-8345-cef64687ade1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e9bb2c187cad3f798b83166acfc549bd9a10324" 2018-10-26 08:26:56,497 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-ea0becb7-e7ce-4d9a-8e42-560e724dffd0 Date: Fri, 26 Oct 2018 08:26:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a86768b3-5642-4f32-af01-c214326bef26","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":59,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["cb6ac36b-3f2e-4619-be8a-d7c1bc3198b9"],"description":"","tags":[],"updated_at":"2018-10-26T08:26:54Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-5f75150f-7e27-4a3c-8345-cef64687ade1-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:53Z","provider:network_type":"vxlan"}]} 2018-10-26 08:26:56,497 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-5f75150f-7e27-4a3c-8345-cef64687ade1-pub-net used request id req-ea0becb7-e7ce-4d9a-8e42-560e724dffd0 2018-10-26 08:26:56,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:26:56,506 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:26: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:26:56,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}486944fc7c0126920155f3fb99162860b5f5efaa" 2018-10-26 08:26:56,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:26:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65803010-ee5c-4920-b0ba-7318a57a7d59 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:26:56,590 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-65803010-ee5c-4920-b0ba-7318a57a7d59 2018-10-26 08:26:56,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=a86768b3-5642-4f32-af01-c214326bef26 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e9bb2c187cad3f798b83166acfc549bd9a10324" 2018-10-26 08:26:56,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7ca23ad9-e844-44f8-b6f9-aa03404678cb Date: Fri, 26 Oct 2018 08:26:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a86768b3-5642-4f32-af01-c214326bef26","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:54Z","dns_nameservers":[],"updated_at":"2018-10-26T08:26:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"cb6ac36b-3f2e-4619-be8a-d7c1bc3198b9","subnetpool_id":null,"name":"NeutronUtilsRouterTests-5f75150f-7e27-4a3c-8345-cef64687ade1-pub-subnet"}]} 2018-10-26 08:26:56,797 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=a86768b3-5642-4f32-af01-c214326bef26 used request id req-7ca23ad9-e844-44f8-b6f9-aa03404678cb 2018-10-26 08:26:56,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=a86768b3-5642-4f32-af01-c214326bef26&name=NeutronUtilsRouterTests-5f75150f-7e27-4a3c-8345-cef64687ade1-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e9bb2c187cad3f798b83166acfc549bd9a10324" 2018-10-26 08:26:56,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-43856baa-e5c2-48e0-93d0-bdf3c077fc9b Date: Fri, 26 Oct 2018 08:26:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a86768b3-5642-4f32-af01-c214326bef26","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:26:54Z","dns_nameservers":[],"updated_at":"2018-10-26T08:26:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"cb6ac36b-3f2e-4619-be8a-d7c1bc3198b9","subnetpool_id":null,"name":"NeutronUtilsRouterTests-5f75150f-7e27-4a3c-8345-cef64687ade1-pub-subnet"}]} 2018-10-26 08:26:56,850 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=a86768b3-5642-4f32-af01-c214326bef26&name=NeutronUtilsRouterTests-5f75150f-7e27-4a3c-8345-cef64687ade1-pub-subnet used request id req-43856baa-e5c2-48e0-93d0-bdf3c077fc9b 2018-10-26 08:26:56,851 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-5f75150f-7e27-4a3c-8345-cef64687ade1-pub-net 2018-10-26 08:26:56,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e9bb2c187cad3f798b83166acfc549bd9a10324" -d '{"port": {"network_id": "a86768b3-5642-4f32-af01-c214326bef26", "fixed_ips": [{"subnet_id": "cb6ac36b-3f2e-4619-be8a-d7c1bc3198b9", "ip_address": "10.197.123.100"}], "name": "NeutronUtilsRouterTests-5f75150f-7e27-4a3c-8345-cef64687ade1-port", "admin_state_up": true}}' 2018-10-26 08:26:57,077 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-331b60b2-9b4d-443d-8357-28be7cc80749 Date: Fri, 26 Oct 2018 08:26:57 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-26 08:26:57,077 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-331b60b2-9b4d-443d-8357-28be7cc80749 2018-10-26 08:26:57,077 - 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-26 08:26:57,078 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-5f75150f-7e27-4a3c-8345-cef64687ade1-pub-subnet 2018-10-26 08:26:57,078 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-5f75150f-7e27-4a3c-8345-cef64687ade1-pub-subnet 2018-10-26 08:26:57,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/cb6ac36b-3f2e-4619-be8a-d7c1bc3198b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e9bb2c187cad3f798b83166acfc549bd9a10324" 2018-10-26 08:26:59,053 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7338afde-4224-44de-b464-570d181a0466 Date: Fri, 26 Oct 2018 08:26:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:26:59,053 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/cb6ac36b-3f2e-4619-be8a-d7c1bc3198b9 used request id req-7338afde-4224-44de-b464-570d181a0466 2018-10-26 08:26:59,053 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-5f75150f-7e27-4a3c-8345-cef64687ade1-pub-net 2018-10-26 08:26:59,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/a86768b3-5642-4f32-af01-c214326bef26 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e9bb2c187cad3f798b83166acfc549bd9a10324" 2018-10-26 08:27:00,149 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-65a0b2cc-650f-4b1d-a813-8ef7e97776d0 Date: Fri, 26 Oct 2018 08:27:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:27:00,149 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/a86768b3-5642-4f32-af01-c214326bef26 used request id req-65a0b2cc-650f-4b1d-a813-8ef7e97776d0 2018-10-26 08:27:00,150 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:27:00,536 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:27:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["OtriQDAcQ1WR8Qh_vXKxew"], "issued_at": "2018-10-26T08:27:00.000000Z"}} 2018-10-26 08:27:00,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b18b01c015de03a0ad41a8ad48b1eeb5870d1d4" 2018-10-26 08:27:00,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:27:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca98bd5a-b31b-4114-a435-9db7a4dc4c4a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:27:00,613 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ca98bd5a-b31b-4114-a435-9db7a4dc4c4a 2018-10-26 08:27:00,614 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-3200b433-7d08-4b89-8dc8-9a8c2bc13a4c-pub-net 2018-10-26 08:27:00,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b18b01c015de03a0ad41a8ad48b1eeb5870d1d4" -d '{"network": {"name": "NeutronUtilsRouterTests-3200b433-7d08-4b89-8dc8-9a8c2bc13a4c-pub-net", "admin_state_up": true}}' 2018-10-26 08:27:01,036 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-87071fe0-131c-4931-b22a-e2294c392105 Date: Fri, 26 Oct 2018 08:27:01 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"95eef253-7fd5-4763-8887-66865eb73498","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":25,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T08:27:00Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-3200b433-7d08-4b89-8dc8-9a8c2bc13a4c-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:27:00Z","mtu":1450}} 2018-10-26 08:27:01,036 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-87071fe0-131c-4931-b22a-e2294c392105 2018-10-26 08:27:01,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=95eef253-7fd5-4763-8887-66865eb73498 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b18b01c015de03a0ad41a8ad48b1eeb5870d1d4" 2018-10-26 08:27:01,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-5a898f17-fa91-4a23-92b8-df2a9c675ceb Date: Fri, 26 Oct 2018 08:27:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"95eef253-7fd5-4763-8887-66865eb73498","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":25,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T08:27:00Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-3200b433-7d08-4b89-8dc8-9a8c2bc13a4c-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:27:00Z","provider:network_type":"vxlan"}]} 2018-10-26 08:27:01,294 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=95eef253-7fd5-4763-8887-66865eb73498 used request id req-5a898f17-fa91-4a23-92b8-df2a9c675ceb 2018-10-26 08:27:01,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=95eef253-7fd5-4763-8887-66865eb73498 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b18b01c015de03a0ad41a8ad48b1eeb5870d1d4" 2018-10-26 08:27:01,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-96438893-571f-4639-8731-e281e6cb8668 Date: Fri, 26 Oct 2018 08:27:01 GMT RESP BODY: {"subnets":[]} 2018-10-26 08:27:01,503 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=95eef253-7fd5-4763-8887-66865eb73498 used request id req-96438893-571f-4639-8731-e281e6cb8668 2018-10-26 08:27:01,504 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-3200b433-7d08-4b89-8dc8-9a8c2bc13a4c-pub-subnet 2018-10-26 08:27:01,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b18b01c015de03a0ad41a8ad48b1eeb5870d1d4" -d '{"subnets": [{"ip_version": 4, "network_id": "95eef253-7fd5-4763-8887-66865eb73498", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-3200b433-7d08-4b89-8dc8-9a8c2bc13a4c-pub-subnet"}]}' 2018-10-26 08:27:02,247 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1a8f7eb7-86d8-4c53-af98-bcaa0a490b9b Date: Fri, 26 Oct 2018 08:27:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"95eef253-7fd5-4763-8887-66865eb73498","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:27:01Z","dns_nameservers":[],"updated_at":"2018-10-26T08:27:01Z","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":"e8c35a3eddcb484a9d13f31d10ef71de","id":"3347371c-4822-40f0-9d35-f58cbdf0b4f4","subnetpool_id":null,"name":"NeutronUtilsRouterTests-3200b433-7d08-4b89-8dc8-9a8c2bc13a4c-pub-subnet"}]} 2018-10-26 08:27:02,247 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-1a8f7eb7-86d8-4c53-af98-bcaa0a490b9b 2018-10-26 08:27:02,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=95eef253-7fd5-4763-8887-66865eb73498 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b18b01c015de03a0ad41a8ad48b1eeb5870d1d4" 2018-10-26 08:27:02,338 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-1a6444d0-15b9-4d1c-8ad7-b59a51e9c67c Date: Fri, 26 Oct 2018 08:27:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"95eef253-7fd5-4763-8887-66865eb73498","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":25,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["3347371c-4822-40f0-9d35-f58cbdf0b4f4"],"description":"","tags":[],"updated_at":"2018-10-26T08:27:01Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-3200b433-7d08-4b89-8dc8-9a8c2bc13a4c-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:27:00Z","provider:network_type":"vxlan"}]} 2018-10-26 08:27:02,338 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=95eef253-7fd5-4763-8887-66865eb73498 used request id req-1a6444d0-15b9-4d1c-8ad7-b59a51e9c67c 2018-10-26 08:27:02,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=95eef253-7fd5-4763-8887-66865eb73498 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b18b01c015de03a0ad41a8ad48b1eeb5870d1d4" 2018-10-26 08:27:02,392 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-50030f8a-53d2-4f97-a37a-d3efb79efaf1 Date: Fri, 26 Oct 2018 08:27:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"95eef253-7fd5-4763-8887-66865eb73498","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:27:01Z","dns_nameservers":[],"updated_at":"2018-10-26T08:27:01Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"3347371c-4822-40f0-9d35-f58cbdf0b4f4","subnetpool_id":null,"name":"NeutronUtilsRouterTests-3200b433-7d08-4b89-8dc8-9a8c2bc13a4c-pub-subnet"}]} 2018-10-26 08:27:02,392 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=95eef253-7fd5-4763-8887-66865eb73498 used request id req-50030f8a-53d2-4f97-a37a-d3efb79efaf1 2018-10-26 08:27:02,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-3200b433-7d08-4b89-8dc8-9a8c2bc13a4c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b18b01c015de03a0ad41a8ad48b1eeb5870d1d4" 2018-10-26 08:27:02,631 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-b4fbcb07-08bc-46c6-b86f-744157a1dc88 Date: Fri, 26 Oct 2018 08:27:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"95eef253-7fd5-4763-8887-66865eb73498","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":25,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["3347371c-4822-40f0-9d35-f58cbdf0b4f4"],"description":"","tags":[],"updated_at":"2018-10-26T08:27:01Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-3200b433-7d08-4b89-8dc8-9a8c2bc13a4c-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:27:00Z","provider:network_type":"vxlan"}]} 2018-10-26 08:27:02,631 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-3200b433-7d08-4b89-8dc8-9a8c2bc13a4c-pub-net used request id req-b4fbcb07-08bc-46c6-b86f-744157a1dc88 2018-10-26 08:27:02,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:27:02,640 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:27: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:27:02,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b18b01c015de03a0ad41a8ad48b1eeb5870d1d4" 2018-10-26 08:27:02,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:27:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26fa6695-0ada-4f04-b488-f4554b919a40 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:27:02,658 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-26fa6695-0ada-4f04-b488-f4554b919a40 2018-10-26 08:27:02,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=95eef253-7fd5-4763-8887-66865eb73498 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b18b01c015de03a0ad41a8ad48b1eeb5870d1d4" 2018-10-26 08:27:02,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-677c272b-47e6-4797-86c6-ebb2fb9eeea3 Date: Fri, 26 Oct 2018 08:27:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"95eef253-7fd5-4763-8887-66865eb73498","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:27:01Z","dns_nameservers":[],"updated_at":"2018-10-26T08:27:01Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"3347371c-4822-40f0-9d35-f58cbdf0b4f4","subnetpool_id":null,"name":"NeutronUtilsRouterTests-3200b433-7d08-4b89-8dc8-9a8c2bc13a4c-pub-subnet"}]} 2018-10-26 08:27:02,869 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=95eef253-7fd5-4763-8887-66865eb73498 used request id req-677c272b-47e6-4797-86c6-ebb2fb9eeea3 2018-10-26 08:27:02,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=95eef253-7fd5-4763-8887-66865eb73498&name=NeutronUtilsRouterTests-3200b433-7d08-4b89-8dc8-9a8c2bc13a4c-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b18b01c015de03a0ad41a8ad48b1eeb5870d1d4" 2018-10-26 08:27:03,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a758ff97-56c3-44b1-91b2-0ab148156d7e Date: Fri, 26 Oct 2018 08:27:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"95eef253-7fd5-4763-8887-66865eb73498","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:27:01Z","dns_nameservers":[],"updated_at":"2018-10-26T08:27:01Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"3347371c-4822-40f0-9d35-f58cbdf0b4f4","subnetpool_id":null,"name":"NeutronUtilsRouterTests-3200b433-7d08-4b89-8dc8-9a8c2bc13a4c-pub-subnet"}]} 2018-10-26 08:27:03,078 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=95eef253-7fd5-4763-8887-66865eb73498&name=NeutronUtilsRouterTests-3200b433-7d08-4b89-8dc8-9a8c2bc13a4c-pub-subnet used request id req-a758ff97-56c3-44b1-91b2-0ab148156d7e 2018-10-26 08:27:03,079 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:27:03,080 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:27:03,451 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:27:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["1bqY2PpkQaakJxrBOpEIyA"], "issued_at": "2018-10-26T08:27:03.000000Z"}} 2018-10-26 08:27:03,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43a8ffb5c927a0d0d51fdeb3b51614f62b5a7e6f" 2018-10-26 08:27:03,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:27:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d25ceeb5-8f54-48ee-bbff-e0f325a089a3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:27:03,533 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d25ceeb5-8f54-48ee-bbff-e0f325a089a3 2018-10-26 08:27:03,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-3200b433-7d08-4b89-8dc8-9a8c2bc13a4c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b18b01c015de03a0ad41a8ad48b1eeb5870d1d4" 2018-10-26 08:27:03,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-d62befc7-c856-49ea-beb6-f32443726ae2 Date: Fri, 26 Oct 2018 08:27:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"95eef253-7fd5-4763-8887-66865eb73498","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":25,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["3347371c-4822-40f0-9d35-f58cbdf0b4f4"],"description":"","tags":[],"updated_at":"2018-10-26T08:27:01Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-3200b433-7d08-4b89-8dc8-9a8c2bc13a4c-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:27:00Z","provider:network_type":"vxlan"}]} 2018-10-26 08:27:03,794 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-3200b433-7d08-4b89-8dc8-9a8c2bc13a4c-pub-net used request id req-d62befc7-c856-49ea-beb6-f32443726ae2 2018-10-26 08:27:03,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=95eef253-7fd5-4763-8887-66865eb73498 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b18b01c015de03a0ad41a8ad48b1eeb5870d1d4" 2018-10-26 08:27:03,849 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c88cc632-cdb1-4951-bb39-f1850c85207a Date: Fri, 26 Oct 2018 08:27:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"95eef253-7fd5-4763-8887-66865eb73498","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:27:01Z","dns_nameservers":[],"updated_at":"2018-10-26T08:27:01Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"3347371c-4822-40f0-9d35-f58cbdf0b4f4","subnetpool_id":null,"name":"NeutronUtilsRouterTests-3200b433-7d08-4b89-8dc8-9a8c2bc13a4c-pub-subnet"}]} 2018-10-26 08:27:03,849 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=95eef253-7fd5-4763-8887-66865eb73498 used request id req-c88cc632-cdb1-4951-bb39-f1850c85207a 2018-10-26 08:27:03,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-3200b433-7d08-4b89-8dc8-9a8c2bc13a4c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b18b01c015de03a0ad41a8ad48b1eeb5870d1d4" 2018-10-26 08:27:04,085 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-7079cd14-f647-401d-8edf-577d616abf1e Date: Fri, 26 Oct 2018 08:27:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"95eef253-7fd5-4763-8887-66865eb73498","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":25,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["3347371c-4822-40f0-9d35-f58cbdf0b4f4"],"description":"","tags":[],"updated_at":"2018-10-26T08:27:01Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-3200b433-7d08-4b89-8dc8-9a8c2bc13a4c-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:27:00Z","provider:network_type":"vxlan"}]} 2018-10-26 08:27:04,085 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-3200b433-7d08-4b89-8dc8-9a8c2bc13a4c-pub-net used request id req-7079cd14-f647-401d-8edf-577d616abf1e 2018-10-26 08:27:04,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:27:04,093 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:27: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:27:04,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43a8ffb5c927a0d0d51fdeb3b51614f62b5a7e6f" 2018-10-26 08:27:04,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:27:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f9e8381-c075-49db-ae62-3647822faf31 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:27:04,184 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-8f9e8381-c075-49db-ae62-3647822faf31 2018-10-26 08:27:04,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=95eef253-7fd5-4763-8887-66865eb73498 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b18b01c015de03a0ad41a8ad48b1eeb5870d1d4" 2018-10-26 08:27:04,257 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4dabffc2-c0f6-4c9a-8fd9-efee0d5b3977 Date: Fri, 26 Oct 2018 08:27:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"95eef253-7fd5-4763-8887-66865eb73498","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:27:01Z","dns_nameservers":[],"updated_at":"2018-10-26T08:27:01Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"3347371c-4822-40f0-9d35-f58cbdf0b4f4","subnetpool_id":null,"name":"NeutronUtilsRouterTests-3200b433-7d08-4b89-8dc8-9a8c2bc13a4c-pub-subnet"}]} 2018-10-26 08:27:04,257 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=95eef253-7fd5-4763-8887-66865eb73498 used request id req-4dabffc2-c0f6-4c9a-8fd9-efee0d5b3977 2018-10-26 08:27:04,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=95eef253-7fd5-4763-8887-66865eb73498&name=NeutronUtilsRouterTests-3200b433-7d08-4b89-8dc8-9a8c2bc13a4c-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b18b01c015de03a0ad41a8ad48b1eeb5870d1d4" 2018-10-26 08:27:04,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0b0851da-b298-4e4b-b900-bd367f1b6177 Date: Fri, 26 Oct 2018 08:27:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"95eef253-7fd5-4763-8887-66865eb73498","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:27:01Z","dns_nameservers":[],"updated_at":"2018-10-26T08:27:01Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"3347371c-4822-40f0-9d35-f58cbdf0b4f4","subnetpool_id":null,"name":"NeutronUtilsRouterTests-3200b433-7d08-4b89-8dc8-9a8c2bc13a4c-pub-subnet"}]} 2018-10-26 08:27:04,312 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=95eef253-7fd5-4763-8887-66865eb73498&name=NeutronUtilsRouterTests-3200b433-7d08-4b89-8dc8-9a8c2bc13a4c-pub-subnet used request id req-0b0851da-b298-4e4b-b900-bd367f1b6177 2018-10-26 08:27:04,313 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-3200b433-7d08-4b89-8dc8-9a8c2bc13a4c-pub-net 2018-10-26 08:27:04,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b18b01c015de03a0ad41a8ad48b1eeb5870d1d4" -d '{"port": {"network_id": "95eef253-7fd5-4763-8887-66865eb73498", "fixed_ips": [{"subnet_id": "3347371c-4822-40f0-9d35-f58cbdf0b4f4", "ip_address": null}], "name": "NeutronUtilsRouterTests-3200b433-7d08-4b89-8dc8-9a8c2bc13a4c-port", "admin_state_up": true}}' 2018-10-26 08:27:04,329 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 143 Content-Type: application/json X-Openstack-Request-Id: req-ebb06aa6-e9fd-42f3-ab54-8f0523ee37e6 Date: Fri, 26 Oct 2018 08:27:04 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'None' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-10-26 08:27:04,329 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-ebb06aa6-e9fd-42f3-ab54-8f0523ee37e6 2018-10-26 08:27:04,329 - 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-26 08:27:04,330 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-3200b433-7d08-4b89-8dc8-9a8c2bc13a4c-pub-subnet 2018-10-26 08:27:04,330 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-3200b433-7d08-4b89-8dc8-9a8c2bc13a4c-pub-subnet 2018-10-26 08:27:04,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/3347371c-4822-40f0-9d35-f58cbdf0b4f4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b18b01c015de03a0ad41a8ad48b1eeb5870d1d4" 2018-10-26 08:27:06,338 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a59947ba-451d-46c9-a803-5186b3a13577 Date: Fri, 26 Oct 2018 08:27:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:27:06,338 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/3347371c-4822-40f0-9d35-f58cbdf0b4f4 used request id req-a59947ba-451d-46c9-a803-5186b3a13577 2018-10-26 08:27:06,338 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-3200b433-7d08-4b89-8dc8-9a8c2bc13a4c-pub-net 2018-10-26 08:27:06,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/95eef253-7fd5-4763-8887-66865eb73498 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b18b01c015de03a0ad41a8ad48b1eeb5870d1d4" 2018-10-26 08:27:07,460 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-55afa30f-7e30-4063-b10a-685e39f01d9e Date: Fri, 26 Oct 2018 08:27:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:27:07,460 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/95eef253-7fd5-4763-8887-66865eb73498 used request id req-55afa30f-7e30-4063-b10a-685e39f01d9e 2018-10-26 08:27:07,462 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:27:07,841 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:27:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["DXsCn2FYRlyAjZG0FjJc_w"], "issued_at": "2018-10-26T08:27:07.000000Z"}} 2018-10-26 08:27:07,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03ad2fc4dd8e3cf932a145a43cd3ab6c16bb94b0" 2018-10-26 08:27:07,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:27:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f07c075-698f-4f4a-8f59-9f66fcbc299a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:27:07,929 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-9f07c075-698f-4f4a-8f59-9f66fcbc299a 2018-10-26 08:27:07,930 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-f1f9aa42-958a-421c-814f-5b43aed7436b-pub-net 2018-10-26 08:27:07,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03ad2fc4dd8e3cf932a145a43cd3ab6c16bb94b0" -d '{"network": {"name": "NeutronUtilsRouterTests-f1f9aa42-958a-421c-814f-5b43aed7436b-pub-net", "admin_state_up": true}}' 2018-10-26 08:27:08,305 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-5721fec3-eaf4-4167-bc4d-2f04042ed655 Date: Fri, 26 Oct 2018 08:27: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":"0e5f2851-68a8-4971-8a03-b5fe11b4805a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":100,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T08:27:08Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-f1f9aa42-958a-421c-814f-5b43aed7436b-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:27:08Z","mtu":1450}} 2018-10-26 08:27:08,305 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-5721fec3-eaf4-4167-bc4d-2f04042ed655 2018-10-26 08:27:08,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=0e5f2851-68a8-4971-8a03-b5fe11b4805a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03ad2fc4dd8e3cf932a145a43cd3ab6c16bb94b0" 2018-10-26 08:27:08,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-2ae27f60-dbe9-43aa-adcf-ac98cdf5ef36 Date: Fri, 26 Oct 2018 08:27:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0e5f2851-68a8-4971-8a03-b5fe11b4805a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":100,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T08:27:08Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-f1f9aa42-958a-421c-814f-5b43aed7436b-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:27:08Z","provider:network_type":"vxlan"}]} 2018-10-26 08:27:08,531 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=0e5f2851-68a8-4971-8a03-b5fe11b4805a used request id req-2ae27f60-dbe9-43aa-adcf-ac98cdf5ef36 2018-10-26 08:27:08,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=0e5f2851-68a8-4971-8a03-b5fe11b4805a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03ad2fc4dd8e3cf932a145a43cd3ab6c16bb94b0" 2018-10-26 08:27:08,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-1edff6a9-3f5b-478e-ad8d-22b31e4262f4 Date: Fri, 26 Oct 2018 08:27:08 GMT RESP BODY: {"subnets":[]} 2018-10-26 08:27:08,716 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=0e5f2851-68a8-4971-8a03-b5fe11b4805a used request id req-1edff6a9-3f5b-478e-ad8d-22b31e4262f4 2018-10-26 08:27:08,717 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-f1f9aa42-958a-421c-814f-5b43aed7436b-pub-subnet 2018-10-26 08:27:08,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03ad2fc4dd8e3cf932a145a43cd3ab6c16bb94b0" -d '{"subnets": [{"ip_version": 4, "network_id": "0e5f2851-68a8-4971-8a03-b5fe11b4805a", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-f1f9aa42-958a-421c-814f-5b43aed7436b-pub-subnet"}]}' 2018-10-26 08:27:09,240 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5baaf7f6-0fe1-4004-92d4-fab9a24c6bad Date: Fri, 26 Oct 2018 08:27:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0e5f2851-68a8-4971-8a03-b5fe11b4805a","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:27:08Z","dns_nameservers":[],"updated_at":"2018-10-26T08:27: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":"e8c35a3eddcb484a9d13f31d10ef71de","id":"15f1c21a-8a45-4b3f-815a-47a20bfacd52","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f1f9aa42-958a-421c-814f-5b43aed7436b-pub-subnet"}]} 2018-10-26 08:27:09,240 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-5baaf7f6-0fe1-4004-92d4-fab9a24c6bad 2018-10-26 08:27:09,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=0e5f2851-68a8-4971-8a03-b5fe11b4805a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03ad2fc4dd8e3cf932a145a43cd3ab6c16bb94b0" 2018-10-26 08:27:09,486 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-f79118f3-3f72-4af0-b44f-f7c736577dce Date: Fri, 26 Oct 2018 08:27:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"0e5f2851-68a8-4971-8a03-b5fe11b4805a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":100,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["15f1c21a-8a45-4b3f-815a-47a20bfacd52"],"description":"","tags":[],"updated_at":"2018-10-26T08:27:08Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-f1f9aa42-958a-421c-814f-5b43aed7436b-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:27:08Z","provider:network_type":"vxlan"}]} 2018-10-26 08:27:09,486 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=0e5f2851-68a8-4971-8a03-b5fe11b4805a used request id req-f79118f3-3f72-4af0-b44f-f7c736577dce 2018-10-26 08:27:09,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=0e5f2851-68a8-4971-8a03-b5fe11b4805a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03ad2fc4dd8e3cf932a145a43cd3ab6c16bb94b0" 2018-10-26 08:27:09,544 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-acb31e53-cd4c-4762-b138-353ce466b8a7 Date: Fri, 26 Oct 2018 08:27:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0e5f2851-68a8-4971-8a03-b5fe11b4805a","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:27:08Z","dns_nameservers":[],"updated_at":"2018-10-26T08:27: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":"e8c35a3eddcb484a9d13f31d10ef71de","id":"15f1c21a-8a45-4b3f-815a-47a20bfacd52","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f1f9aa42-958a-421c-814f-5b43aed7436b-pub-subnet"}]} 2018-10-26 08:27:09,544 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=0e5f2851-68a8-4971-8a03-b5fe11b4805a used request id req-acb31e53-cd4c-4762-b138-353ce466b8a7 2018-10-26 08:27:09,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-f1f9aa42-958a-421c-814f-5b43aed7436b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03ad2fc4dd8e3cf932a145a43cd3ab6c16bb94b0" 2018-10-26 08:27:09,782 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-ede81598-4eab-4519-b31b-869feb16191c Date: Fri, 26 Oct 2018 08:27:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"0e5f2851-68a8-4971-8a03-b5fe11b4805a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":100,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["15f1c21a-8a45-4b3f-815a-47a20bfacd52"],"description":"","tags":[],"updated_at":"2018-10-26T08:27:08Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-f1f9aa42-958a-421c-814f-5b43aed7436b-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:27:08Z","provider:network_type":"vxlan"}]} 2018-10-26 08:27:09,782 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-f1f9aa42-958a-421c-814f-5b43aed7436b-pub-net used request id req-ede81598-4eab-4519-b31b-869feb16191c 2018-10-26 08:27:09,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:27:09,791 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:27: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:27:09,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03ad2fc4dd8e3cf932a145a43cd3ab6c16bb94b0" 2018-10-26 08:27:09,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:27:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a78521df-1f6f-4084-bd34-e781108077cc 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:27:09,879 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-a78521df-1f6f-4084-bd34-e781108077cc 2018-10-26 08:27:09,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=0e5f2851-68a8-4971-8a03-b5fe11b4805a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03ad2fc4dd8e3cf932a145a43cd3ab6c16bb94b0" 2018-10-26 08:27:09,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f8e04abd-03e6-4b82-b05c-f5009207940b Date: Fri, 26 Oct 2018 08:27:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0e5f2851-68a8-4971-8a03-b5fe11b4805a","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:27:08Z","dns_nameservers":[],"updated_at":"2018-10-26T08:27: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":"e8c35a3eddcb484a9d13f31d10ef71de","id":"15f1c21a-8a45-4b3f-815a-47a20bfacd52","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f1f9aa42-958a-421c-814f-5b43aed7436b-pub-subnet"}]} 2018-10-26 08:27:09,944 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=0e5f2851-68a8-4971-8a03-b5fe11b4805a used request id req-f8e04abd-03e6-4b82-b05c-f5009207940b 2018-10-26 08:27:09,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=0e5f2851-68a8-4971-8a03-b5fe11b4805a&name=NeutronUtilsRouterTests-f1f9aa42-958a-421c-814f-5b43aed7436b-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03ad2fc4dd8e3cf932a145a43cd3ab6c16bb94b0" 2018-10-26 08:27:10,174 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-84dbc0ee-78e4-4dad-8279-08b4ba7bafbb Date: Fri, 26 Oct 2018 08:27:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0e5f2851-68a8-4971-8a03-b5fe11b4805a","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:27:08Z","dns_nameservers":[],"updated_at":"2018-10-26T08:27: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":"e8c35a3eddcb484a9d13f31d10ef71de","id":"15f1c21a-8a45-4b3f-815a-47a20bfacd52","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f1f9aa42-958a-421c-814f-5b43aed7436b-pub-subnet"}]} 2018-10-26 08:27:10,174 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=0e5f2851-68a8-4971-8a03-b5fe11b4805a&name=NeutronUtilsRouterTests-f1f9aa42-958a-421c-814f-5b43aed7436b-pub-subnet used request id req-84dbc0ee-78e4-4dad-8279-08b4ba7bafbb 2018-10-26 08:27:10,175 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:27:10,175 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:27:10,581 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:27:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["mdIipOZQR1yl7WsIx9vMQw"], "issued_at": "2018-10-26T08:27:10.000000Z"}} 2018-10-26 08:27:10,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e7a5c3248ec85a16ddc1984b3a66b6ffe6dca85" 2018-10-26 08:27:10,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:27:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-966e6517-339f-4bf5-9a8f-ff2a83550637 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:27:10,659 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-966e6517-339f-4bf5-9a8f-ff2a83550637 2018-10-26 08:27:10,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-f1f9aa42-958a-421c-814f-5b43aed7436b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03ad2fc4dd8e3cf932a145a43cd3ab6c16bb94b0" 2018-10-26 08:27:10,882 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-5604baa0-f589-43d9-9814-dbdab5751499 Date: Fri, 26 Oct 2018 08:27:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"0e5f2851-68a8-4971-8a03-b5fe11b4805a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":100,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["15f1c21a-8a45-4b3f-815a-47a20bfacd52"],"description":"","tags":[],"updated_at":"2018-10-26T08:27:08Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-f1f9aa42-958a-421c-814f-5b43aed7436b-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:27:08Z","provider:network_type":"vxlan"}]} 2018-10-26 08:27:10,883 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-f1f9aa42-958a-421c-814f-5b43aed7436b-pub-net used request id req-5604baa0-f589-43d9-9814-dbdab5751499 2018-10-26 08:27:10,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=0e5f2851-68a8-4971-8a03-b5fe11b4805a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03ad2fc4dd8e3cf932a145a43cd3ab6c16bb94b0" 2018-10-26 08:27:11,096 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5e5111bb-c476-46f9-b685-37b07d8a896c Date: Fri, 26 Oct 2018 08:27:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0e5f2851-68a8-4971-8a03-b5fe11b4805a","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:27:08Z","dns_nameservers":[],"updated_at":"2018-10-26T08:27: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":"e8c35a3eddcb484a9d13f31d10ef71de","id":"15f1c21a-8a45-4b3f-815a-47a20bfacd52","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f1f9aa42-958a-421c-814f-5b43aed7436b-pub-subnet"}]} 2018-10-26 08:27:11,096 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=0e5f2851-68a8-4971-8a03-b5fe11b4805a used request id req-5e5111bb-c476-46f9-b685-37b07d8a896c 2018-10-26 08:27:11,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-f1f9aa42-958a-421c-814f-5b43aed7436b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03ad2fc4dd8e3cf932a145a43cd3ab6c16bb94b0" 2018-10-26 08:27:11,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-cdddf215-dc96-4750-b9ea-4920d474b119 Date: Fri, 26 Oct 2018 08:27:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"0e5f2851-68a8-4971-8a03-b5fe11b4805a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":100,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["15f1c21a-8a45-4b3f-815a-47a20bfacd52"],"description":"","tags":[],"updated_at":"2018-10-26T08:27:08Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-f1f9aa42-958a-421c-814f-5b43aed7436b-pub-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:27:08Z","provider:network_type":"vxlan"}]} 2018-10-26 08:27:11,184 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-f1f9aa42-958a-421c-814f-5b43aed7436b-pub-net used request id req-cdddf215-dc96-4750-b9ea-4920d474b119 2018-10-26 08:27:11,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:27:11,193 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:27: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:27:11,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e7a5c3248ec85a16ddc1984b3a66b6ffe6dca85" 2018-10-26 08:27:11,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:27:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6f65dc7-f2d8-4050-b56a-555c0f0c39b0 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:27:11,279 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-c6f65dc7-f2d8-4050-b56a-555c0f0c39b0 2018-10-26 08:27:11,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=0e5f2851-68a8-4971-8a03-b5fe11b4805a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03ad2fc4dd8e3cf932a145a43cd3ab6c16bb94b0" 2018-10-26 08:27:11,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-78c84a8e-a789-45a4-8f0c-7fa6d26f43ce Date: Fri, 26 Oct 2018 08:27:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0e5f2851-68a8-4971-8a03-b5fe11b4805a","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:27:08Z","dns_nameservers":[],"updated_at":"2018-10-26T08:27: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":"e8c35a3eddcb484a9d13f31d10ef71de","id":"15f1c21a-8a45-4b3f-815a-47a20bfacd52","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f1f9aa42-958a-421c-814f-5b43aed7436b-pub-subnet"}]} 2018-10-26 08:27:11,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=0e5f2851-68a8-4971-8a03-b5fe11b4805a used request id req-78c84a8e-a789-45a4-8f0c-7fa6d26f43ce 2018-10-26 08:27:11,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=0e5f2851-68a8-4971-8a03-b5fe11b4805a&name=NeutronUtilsRouterTests-f1f9aa42-958a-421c-814f-5b43aed7436b-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03ad2fc4dd8e3cf932a145a43cd3ab6c16bb94b0" 2018-10-26 08:27:11,549 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b52debbd-8d68-46d5-bdd6-854b7d2e78e9 Date: Fri, 26 Oct 2018 08:27:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0e5f2851-68a8-4971-8a03-b5fe11b4805a","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:27:08Z","dns_nameservers":[],"updated_at":"2018-10-26T08:27: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":"e8c35a3eddcb484a9d13f31d10ef71de","id":"15f1c21a-8a45-4b3f-815a-47a20bfacd52","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f1f9aa42-958a-421c-814f-5b43aed7436b-pub-subnet"}]} 2018-10-26 08:27:11,549 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=0e5f2851-68a8-4971-8a03-b5fe11b4805a&name=NeutronUtilsRouterTests-f1f9aa42-958a-421c-814f-5b43aed7436b-pub-subnet used request id req-b52debbd-8d68-46d5-bdd6-854b7d2e78e9 2018-10-26 08:27:11,550 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-f1f9aa42-958a-421c-814f-5b43aed7436b-pub-net 2018-10-26 08:27:11,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03ad2fc4dd8e3cf932a145a43cd3ab6c16bb94b0" -d '{"port": {"network_id": "0e5f2851-68a8-4971-8a03-b5fe11b4805a", "fixed_ips": [{"subnet_id": "15f1c21a-8a45-4b3f-815a-47a20bfacd52", "ip_address": "10.55.1.100"}], "admin_state_up": true}}' 2018-10-26 08:27:12,401 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 811 X-Openstack-Request-Id: req-f4d17b6f-5d55-4f46-be25-8be8a71ccedc Date: Fri, 26 Oct 2018 08:27:12 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:27:11Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"15f1c21a-8a45-4b3f-815a-47a20bfacd52","ip_address":"10.55.1.100"}],"id":"85dc8022-5daa-4d53-bb94-302c4e54e1e9","security_groups":["20832275-63ca-4f81-93a7-4da74d8fc132"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b7:83:7a","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","qos_policy_id":null,"admin_state_up":true,"network_id":"0e5f2851-68a8-4971-8a03-b5fe11b4805a","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:27:11Z","binding:vnic_type":"normal"}} 2018-10-26 08:27:12,402 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-f4d17b6f-5d55-4f46-be25-8be8a71ccedc 2018-10-26 08:27:12,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports/85dc8022-5daa-4d53-bb94-302c4e54e1e9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03ad2fc4dd8e3cf932a145a43cd3ab6c16bb94b0" 2018-10-26 08:27:12,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 811 X-Openstack-Request-Id: req-70b2dd3b-528b-4726-b44b-dd038e91aaf0 Date: Fri, 26 Oct 2018 08:27:12 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:27:11Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"15f1c21a-8a45-4b3f-815a-47a20bfacd52","ip_address":"10.55.1.100"}],"id":"85dc8022-5daa-4d53-bb94-302c4e54e1e9","security_groups":["20832275-63ca-4f81-93a7-4da74d8fc132"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b7:83:7a","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","qos_policy_id":null,"admin_state_up":true,"network_id":"0e5f2851-68a8-4971-8a03-b5fe11b4805a","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:27:11Z","binding:vnic_type":"normal"}} 2018-10-26 08:27:12,444 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports/85dc8022-5daa-4d53-bb94-302c4e54e1e9 used request id req-70b2dd3b-528b-4726-b44b-dd038e91aaf0 2018-10-26 08:27:12,445 - neutron_utils - INFO - Deleting port with name 2018-10-26 08:27:12,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/85dc8022-5daa-4d53-bb94-302c4e54e1e9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03ad2fc4dd8e3cf932a145a43cd3ab6c16bb94b0" 2018-10-26 08:27:12,869 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6445eecd-44a2-4404-89a9-b93cc52b2948 Date: Fri, 26 Oct 2018 08:27:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:27:12,869 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/85dc8022-5daa-4d53-bb94-302c4e54e1e9 used request id req-6445eecd-44a2-4404-89a9-b93cc52b2948 2018-10-26 08:27:12,869 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-f1f9aa42-958a-421c-814f-5b43aed7436b-pub-subnet 2018-10-26 08:27:12,869 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-f1f9aa42-958a-421c-814f-5b43aed7436b-pub-subnet 2018-10-26 08:27:12,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/15f1c21a-8a45-4b3f-815a-47a20bfacd52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03ad2fc4dd8e3cf932a145a43cd3ab6c16bb94b0" 2018-10-26 08:27:15,060 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ed0bb926-7904-473d-85c5-ec7ad1ac8064 Date: Fri, 26 Oct 2018 08:27:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:27:15,060 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/15f1c21a-8a45-4b3f-815a-47a20bfacd52 used request id req-ed0bb926-7904-473d-85c5-ec7ad1ac8064 2018-10-26 08:27:15,061 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-f1f9aa42-958a-421c-814f-5b43aed7436b-pub-net 2018-10-26 08:27:15,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/0e5f2851-68a8-4971-8a03-b5fe11b4805a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03ad2fc4dd8e3cf932a145a43cd3ab6c16bb94b0" 2018-10-26 08:27:16,347 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-04ac447d-53ee-458f-9d1b-d004a95da098 Date: Fri, 26 Oct 2018 08:27:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:27:16,347 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/0e5f2851-68a8-4971-8a03-b5fe11b4805a used request id req-04ac447d-53ee-458f-9d1b-d004a95da098 2018-10-26 08:27:16,348 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:27:16,719 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:27:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["7YyRIJODQB6GUSxPdQUnjQ"], "issued_at": "2018-10-26T08:27:16.000000Z"}} 2018-10-26 08:27:16,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01fa863f05119b24628080e1e4dc68b13032b4a9" 2018-10-26 08:27:16,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:27:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fba4788-2c4d-4933-a6d0-42b92d6050be Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:27:16,807 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-4fba4788-2c4d-4933-a6d0-42b92d6050be 2018-10-26 08:27:16,809 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:27:16,809 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:27:17,203 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:27:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["CCOIMbCZRdm02YhGBmcGSg"], "issued_at": "2018-10-26T08:27:17.000000Z"}} 2018-10-26 08:27:17,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c787c0158d7ba90d83170e7e0b5668bc6f6d9448" 2018-10-26 08:27:17,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:27:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b593560-dca5-4047-8b9c-5b05b35055f6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:27:17,291 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-1b593560-dca5-4047-8b9c-5b05b35055f6 2018-10-26 08:27:17,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-eb3cc27d-84c1-459d-83fb-4cc9dce7dfd1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01fa863f05119b24628080e1e4dc68b13032b4a9" 2018-10-26 08:27:17,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-f7fccc10-486d-449c-bbc6-cda17525029a Date: Fri, 26 Oct 2018 08:27:17 GMT RESP BODY: {"networks":[]} 2018-10-26 08:27:17,463 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-eb3cc27d-84c1-459d-83fb-4cc9dce7dfd1-pub-net used request id req-f7fccc10-486d-449c-bbc6-cda17525029a 2018-10-26 08:27:17,465 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:27:17,852 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:27:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["PiBZk6YbTzmjmR4Crer-KQ"], "issued_at": "2018-10-26T08:27:17.000000Z"}} 2018-10-26 08:27:17,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c456f6d0a275947c0253e573f11d543480c61a69" 2018-10-26 08:27:17,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:27:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b777993a-a2d4-4158-8340-6f51d9b41030 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:27:17,947 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b777993a-a2d4-4158-8340-6f51d9b41030 2018-10-26 08:27:17,949 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:27:17,950 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:27:18,327 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:27:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["DTtVTGqNTJ6Txl0HDqdEOA"], "issued_at": "2018-10-26T08:27:18.000000Z"}} 2018-10-26 08:27:18,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a26fbfc2fe831a61dbbb1b9067a849e04b713350" 2018-10-26 08:27:18,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:27:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-207b99c5-78a7-4352-a791-e278dc8c690a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:27:18,414 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-207b99c5-78a7-4352-a791-e278dc8c690a 2018-10-26 08:27:18,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c456f6d0a275947c0253e573f11d543480c61a69" 2018-10-26 08:27:18,665 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-86b353f0-3a19-4567-beaa-7e4bf4ee77b6 Date: Fri, 26 Oct 2018 08:27:18 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","provider:network_type":"flat"}]} 2018-10-26 08:27:18,665 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-86b353f0-3a19-4567-beaa-7e4bf4ee77b6 2018-10-26 08:27:18,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c456f6d0a275947c0253e573f11d543480c61a69" 2018-10-26 08:27:18,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-0c8cbc81-2366-4070-af43-ccf655d23cf0 Date: Fri, 26 Oct 2018 08:27:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:47Z","dns_nameservers":[],"updated_at":"2018-10-26T08:12:47Z","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":"c850e319615544ee86b9a48e1e3e8f0f","id":"e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-26 08:27:18,884 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-0c8cbc81-2366-4070-af43-ccf655d23cf0 2018-10-26 08:27:18,884 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-395c48b7-d03f-48ab-a35d-4f32c9157244-pub-router 2018-10-26 08:27:18,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c456f6d0a275947c0253e573f11d543480c61a69" -d '{"router": {"external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693"}, "name": "NeutronUtilsRouterTests-395c48b7-d03f-48ab-a35d-4f32c9157244-pub-router", "admin_state_up": true}}' 2018-10-26 08:27:24,040 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-16341465-b881-4e13-ae7c-5845210b2386 Date: Fri, 26 Oct 2018 08:27:24 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:27:19Z", "admin_state_up": true, "updated_at": "2018-10-26T08:27:20Z", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "abc153b5-be67-4d5f-b6ce-b861d91d96aa", "name": "NeutronUtilsRouterTests-395c48b7-d03f-48ab-a35d-4f32c9157244-pub-router"}} 2018-10-26 08:27:24,040 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-16341465-b881-4e13-ae7c-5845210b2386 2018-10-26 08:27:24,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=abc153b5-be67-4d5f-b6ce-b861d91d96aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c456f6d0a275947c0253e573f11d543480c61a69" 2018-10-26 08:27:24,242 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3215 X-Openstack-Request-Id: req-c08d4f45-8a80-445b-aea9-d6e316b196c2 Date: Fri, 26 Oct 2018 08:27:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:27:20Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414","ip_address":"172.30.9.208"}],"id":"551595b8-2269-4edf-8d14-c7fbcda26a39","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f6:3a:2c","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","tenant_id":"","created_at":"2018-10-26T08:27:20Z","binding:vnic_type":"normal","device_id":"abc153b5-be67-4d5f-b6ce-b861d91d96aa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:27:21Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c213dd1f-28eb-4121-8c77-819bb99ec34f","ip_address":"169.254.192.9"}],"id":"b2aa0904-d487-447f-8fbd-a1132c4109d4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:d0:e7:6b","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e8c35a3eddcb484a9d13f31d10ef71de","admin_state_up":true,"network_id":"61db6443-edc4-4891-9253-7604915ee86a","tenant_id":"","created_at":"2018-10-26T08:27:21Z","binding:vnic_type":"normal","device_id":"abc153b5-be67-4d5f-b6ce-b861d91d96aa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:27:22Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c213dd1f-28eb-4121-8c77-819bb99ec34f","ip_address":"169.254.192.7"}],"id":"b5d8f7f9-a80e-4108-8d8f-27501e5d9970","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c8:d1:01","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e8c35a3eddcb484a9d13f31d10ef71de","admin_state_up":true,"network_id":"61db6443-edc4-4891-9253-7604915ee86a","tenant_id":"","created_at":"2018-10-26T08:27:22Z","binding:vnic_type":"normal","device_id":"abc153b5-be67-4d5f-b6ce-b861d91d96aa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:27:22Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c213dd1f-28eb-4121-8c77-819bb99ec34f","ip_address":"169.254.192.10"}],"id":"c3c5f511-db28-4d08-93a2-bd9f1ddb75e2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:25:96:f0","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e8c35a3eddcb484a9d13f31d10ef71de","admin_state_up":true,"network_id":"61db6443-edc4-4891-9253-7604915ee86a","tenant_id":"","created_at":"2018-10-26T08:27:21Z","binding:vnic_type":"normal","device_id":"abc153b5-be67-4d5f-b6ce-b861d91d96aa"}]} 2018-10-26 08:27:24,242 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=abc153b5-be67-4d5f-b6ce-b861d91d96aa used request id req-c08d4f45-8a80-445b-aea9-d6e316b196c2 2018-10-26 08:27:24,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c456f6d0a275947c0253e573f11d543480c61a69" 2018-10-26 08:27:24,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-aa9250cb-380b-4a12-8617-d206965e1c79 Date: Fri, 26 Oct 2018 08:27:24 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:47Z","dns_nameservers":[],"updated_at":"2018-10-26T08:12:47Z","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":"c850e319615544ee86b9a48e1e3e8f0f","id":"e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414","subnetpool_id":null,"name":"external-subnet"}} 2018-10-26 08:27:24,473 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414 used request id req-aa9250cb-380b-4a12-8617-d206965e1c79 2018-10-26 08:27:24,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/c213dd1f-28eb-4121-8c77-819bb99ec34f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c456f6d0a275947c0253e573f11d543480c61a69" 2018-10-26 08:27:24,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-c14ad9de-8b2d-4c6f-826d-e6a547fc97ac Date: Fri, 26 Oct 2018 08:27:24 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"61db6443-edc4-4891-9253-7604915ee86a","tenant_id":"","created_at":"2018-10-26T08:27:19Z","dns_nameservers":[],"updated_at":"2018-10-26T08:27:19Z","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":"c213dd1f-28eb-4121-8c77-819bb99ec34f","subnetpool_id":null,"name":"HA subnet tenant e8c35a3eddcb484a9d13f31d10ef71de"}} 2018-10-26 08:27:24,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/c213dd1f-28eb-4121-8c77-819bb99ec34f used request id req-c14ad9de-8b2d-4c6f-826d-e6a547fc97ac 2018-10-26 08:27:24,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/c213dd1f-28eb-4121-8c77-819bb99ec34f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c456f6d0a275947c0253e573f11d543480c61a69" 2018-10-26 08:27:24,740 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-2dfbbb56-3ba1-4329-a3a0-e56ca5a2c65f Date: Fri, 26 Oct 2018 08:27:24 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"61db6443-edc4-4891-9253-7604915ee86a","tenant_id":"","created_at":"2018-10-26T08:27:19Z","dns_nameservers":[],"updated_at":"2018-10-26T08:27:19Z","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":"c213dd1f-28eb-4121-8c77-819bb99ec34f","subnetpool_id":null,"name":"HA subnet tenant e8c35a3eddcb484a9d13f31d10ef71de"}} 2018-10-26 08:27:24,740 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/c213dd1f-28eb-4121-8c77-819bb99ec34f used request id req-2dfbbb56-3ba1-4329-a3a0-e56ca5a2c65f 2018-10-26 08:27:24,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/c213dd1f-28eb-4121-8c77-819bb99ec34f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c456f6d0a275947c0253e573f11d543480c61a69" 2018-10-26 08:27:24,946 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-914e13d7-383d-4ae8-9be7-b2c6b314e8d1 Date: Fri, 26 Oct 2018 08:27:24 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"61db6443-edc4-4891-9253-7604915ee86a","tenant_id":"","created_at":"2018-10-26T08:27:19Z","dns_nameservers":[],"updated_at":"2018-10-26T08:27:19Z","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":"c213dd1f-28eb-4121-8c77-819bb99ec34f","subnetpool_id":null,"name":"HA subnet tenant e8c35a3eddcb484a9d13f31d10ef71de"}} 2018-10-26 08:27:24,946 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/c213dd1f-28eb-4121-8c77-819bb99ec34f used request id req-914e13d7-383d-4ae8-9be7-b2c6b314e8d1 2018-10-26 08:27:24,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=NeutronUtilsRouterTests-395c48b7-d03f-48ab-a35d-4f32c9157244-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c456f6d0a275947c0253e573f11d543480c61a69" 2018-10-26 08:27:25,181 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-3e5936ea-5fd9-443b-8e52-4f36602b8673 Date: Fri, 26 Oct 2018 08:27:25 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:27:19Z", "admin_state_up": true, "updated_at": "2018-10-26T08:27:23Z", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "abc153b5-be67-4d5f-b6ce-b861d91d96aa", "name": "NeutronUtilsRouterTests-395c48b7-d03f-48ab-a35d-4f32c9157244-pub-router"}]} 2018-10-26 08:27:25,181 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=NeutronUtilsRouterTests-395c48b7-d03f-48ab-a35d-4f32c9157244-pub-router used request id req-3e5936ea-5fd9-443b-8e52-4f36602b8673 2018-10-26 08:27:25,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:27:25,189 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:27: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:27:25,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c456f6d0a275947c0253e573f11d543480c61a69" 2018-10-26 08:27:25,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:27:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-605312d1-d0d6-47a6-b919-b8cb77b3bf49 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:27:25,269 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-605312d1-d0d6-47a6-b919-b8cb77b3bf49 2018-10-26 08:27:25,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=abc153b5-be67-4d5f-b6ce-b861d91d96aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c456f6d0a275947c0253e573f11d543480c61a69" 2018-10-26 08:27:25,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3407 X-Openstack-Request-Id: req-b0e2e951-d2f0-429a-811d-d42fd3d86eb0 Date: Fri, 26 Oct 2018 08:27:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:27:24Z","device_owner":"network:router_gateway","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414","ip_address":"172.30.9.208"}],"id":"551595b8-2269-4edf-8d14-c7fbcda26a39","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f6:3a:2c","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":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","tenant_id":"","created_at":"2018-10-26T08:27:20Z","binding:vnic_type":"normal","device_id":"abc153b5-be67-4d5f-b6ce-b861d91d96aa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:27:21Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c213dd1f-28eb-4121-8c77-819bb99ec34f","ip_address":"169.254.192.9"}],"id":"b2aa0904-d487-447f-8fbd-a1132c4109d4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:d0:e7:6b","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e8c35a3eddcb484a9d13f31d10ef71de","admin_state_up":true,"network_id":"61db6443-edc4-4891-9253-7604915ee86a","tenant_id":"","created_at":"2018-10-26T08:27:21Z","binding:vnic_type":"normal","device_id":"abc153b5-be67-4d5f-b6ce-b861d91d96aa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:27:25Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c213dd1f-28eb-4121-8c77-819bb99ec34f","ip_address":"169.254.192.7"}],"id":"b5d8f7f9-a80e-4108-8d8f-27501e5d9970","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c8:d1:01","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e8c35a3eddcb484a9d13f31d10ef71de","admin_state_up":true,"network_id":"61db6443-edc4-4891-9253-7604915ee86a","tenant_id":"","created_at":"2018-10-26T08:27:22Z","binding:vnic_type":"normal","device_id":"abc153b5-be67-4d5f-b6ce-b861d91d96aa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:27:22Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c213dd1f-28eb-4121-8c77-819bb99ec34f","ip_address":"169.254.192.10"}],"id":"c3c5f511-db28-4d08-93a2-bd9f1ddb75e2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:25:96:f0","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e8c35a3eddcb484a9d13f31d10ef71de","admin_state_up":true,"network_id":"61db6443-edc4-4891-9253-7604915ee86a","tenant_id":"","created_at":"2018-10-26T08:27:21Z","binding:vnic_type":"normal","device_id":"abc153b5-be67-4d5f-b6ce-b861d91d96aa"}]} 2018-10-26 08:27:25,318 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=abc153b5-be67-4d5f-b6ce-b861d91d96aa used request id req-b0e2e951-d2f0-429a-811d-d42fd3d86eb0 2018-10-26 08:27:25,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c456f6d0a275947c0253e573f11d543480c61a69" 2018-10-26 08:27:25,532 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-a26634df-54c1-40b5-831b-314764d9062d Date: Fri, 26 Oct 2018 08:27:25 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:47Z","dns_nameservers":[],"updated_at":"2018-10-26T08:12:47Z","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":"c850e319615544ee86b9a48e1e3e8f0f","id":"e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414","subnetpool_id":null,"name":"external-subnet"}} 2018-10-26 08:27:25,532 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414 used request id req-a26634df-54c1-40b5-831b-314764d9062d 2018-10-26 08:27:25,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/c213dd1f-28eb-4121-8c77-819bb99ec34f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c456f6d0a275947c0253e573f11d543480c61a69" 2018-10-26 08:27:25,725 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-ffb0885d-23af-4c8c-8e8f-26249a517e61 Date: Fri, 26 Oct 2018 08:27:25 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"61db6443-edc4-4891-9253-7604915ee86a","tenant_id":"","created_at":"2018-10-26T08:27:19Z","dns_nameservers":[],"updated_at":"2018-10-26T08:27:19Z","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":"c213dd1f-28eb-4121-8c77-819bb99ec34f","subnetpool_id":null,"name":"HA subnet tenant e8c35a3eddcb484a9d13f31d10ef71de"}} 2018-10-26 08:27:25,726 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/c213dd1f-28eb-4121-8c77-819bb99ec34f used request id req-ffb0885d-23af-4c8c-8e8f-26249a517e61 2018-10-26 08:27:25,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/c213dd1f-28eb-4121-8c77-819bb99ec34f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c456f6d0a275947c0253e573f11d543480c61a69" 2018-10-26 08:27:25,782 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-f01616f8-de3e-45a4-bd7d-2660d3119d77 Date: Fri, 26 Oct 2018 08:27:25 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"61db6443-edc4-4891-9253-7604915ee86a","tenant_id":"","created_at":"2018-10-26T08:27:19Z","dns_nameservers":[],"updated_at":"2018-10-26T08:27:19Z","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":"c213dd1f-28eb-4121-8c77-819bb99ec34f","subnetpool_id":null,"name":"HA subnet tenant e8c35a3eddcb484a9d13f31d10ef71de"}} 2018-10-26 08:27:25,782 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/c213dd1f-28eb-4121-8c77-819bb99ec34f used request id req-f01616f8-de3e-45a4-bd7d-2660d3119d77 2018-10-26 08:27:25,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/c213dd1f-28eb-4121-8c77-819bb99ec34f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c456f6d0a275947c0253e573f11d543480c61a69" 2018-10-26 08:27:26,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-33b62c3c-ecbc-4242-b9ec-c90671027729 Date: Fri, 26 Oct 2018 08:27:26 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"61db6443-edc4-4891-9253-7604915ee86a","tenant_id":"","created_at":"2018-10-26T08:27:19Z","dns_nameservers":[],"updated_at":"2018-10-26T08:27:19Z","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":"c213dd1f-28eb-4121-8c77-819bb99ec34f","subnetpool_id":null,"name":"HA subnet tenant e8c35a3eddcb484a9d13f31d10ef71de"}} 2018-10-26 08:27:26,025 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/c213dd1f-28eb-4121-8c77-819bb99ec34f used request id req-33b62c3c-ecbc-4242-b9ec-c90671027729 2018-10-26 08:27:26,025 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-395c48b7-d03f-48ab-a35d-4f32c9157244-pub-router 2018-10-26 08:27:26,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/abc153b5-be67-4d5f-b6ce-b861d91d96aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c456f6d0a275947c0253e573f11d543480c61a69" 2018-10-26 08:27:29,542 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0c1b6117-bbc6-478f-ae50-9436033c309d Content-Length: 0 Date: Fri, 26 Oct 2018 08:27:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:27:29,542 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/abc153b5-be67-4d5f-b6ce-b861d91d96aa used request id req-0c1b6117-bbc6-478f-ae50-9436033c309d 2018-10-26 08:27:29,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=NeutronUtilsRouterTests-395c48b7-d03f-48ab-a35d-4f32c9157244-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c456f6d0a275947c0253e573f11d543480c61a69" 2018-10-26 08:27:29,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-7768a538-0ae4-4150-9843-906bf33337ff Date: Fri, 26 Oct 2018 08:27:29 GMT RESP BODY: {"routers": []} 2018-10-26 08:27:29,759 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=NeutronUtilsRouterTests-395c48b7-d03f-48ab-a35d-4f32c9157244-pub-router used request id req-7768a538-0ae4-4150-9843-906bf33337ff 2018-10-26 08:27:29,761 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:27:30,145 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:27:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["7C_0X23RRZWGO4D32Qx7PQ"], "issued_at": "2018-10-26T08:27:30.000000Z"}} 2018-10-26 08:27:30,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64e65a1a89686417d3be3b23cdb3b19f911283d3" 2018-10-26 08:27:30,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:27:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df95c2db-9da8-4486-af46-ff4a46873401 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:27:30,228 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-df95c2db-9da8-4486-af46-ff4a46873401 2018-10-26 08:27:30,229 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:27:30,231 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:27:30,605 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:27:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["5kGkBdgWS3qSKc4TU7kl0Q"], "issued_at": "2018-10-26T08:27:30.000000Z"}} 2018-10-26 08:27:30,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc7421b9cf455245a67c03148e8b1539915fbf59" 2018-10-26 08:27:30,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:27:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-661d6f32-88a4-4f3e-b032-b031f92e9043 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:27:30,690 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-661d6f32-88a4-4f3e-b032-b031f92e9043 2018-10-26 08:27:30,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64e65a1a89686417d3be3b23cdb3b19f911283d3" 2018-10-26 08:27:30,919 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-643ec515-e9a4-4eab-9396-a5d746b2d44f Date: Fri, 26 Oct 2018 08:27:30 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","provider:network_type":"flat"}]} 2018-10-26 08:27:30,919 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-643ec515-e9a4-4eab-9396-a5d746b2d44f 2018-10-26 08:27:30,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64e65a1a89686417d3be3b23cdb3b19f911283d3" 2018-10-26 08:27:31,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-11a4a656-2382-440e-b14c-e780f8b22b45 Date: Fri, 26 Oct 2018 08:27:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:47Z","dns_nameservers":[],"updated_at":"2018-10-26T08:12:47Z","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":"c850e319615544ee86b9a48e1e3e8f0f","id":"e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-26 08:27:31,141 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-11a4a656-2382-440e-b14c-e780f8b22b45 2018-10-26 08:27:31,142 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-f665dd13-6fd0-4f65-9622-d028577f8f9b-pub-router 2018-10-26 08:27:31,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64e65a1a89686417d3be3b23cdb3b19f911283d3" -d '{"router": {"external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693"}, "name": "NeutronUtilsRouterTests-f665dd13-6fd0-4f65-9622-d028577f8f9b-pub-router", "admin_state_up": true}}' 2018-10-26 08:27:35,960 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-fbef369e-f2b7-4da5-b348-52130f6ae702 Date: Fri, 26 Oct 2018 08:27:35 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:27:31Z", "admin_state_up": true, "updated_at": "2018-10-26T08:27:32Z", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "ba73a65b-fe32-4b60-b064-bb3834f08575", "name": "NeutronUtilsRouterTests-f665dd13-6fd0-4f65-9622-d028577f8f9b-pub-router"}} 2018-10-26 08:27:35,960 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-fbef369e-f2b7-4da5-b348-52130f6ae702 2018-10-26 08:27:35,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=ba73a65b-fe32-4b60-b064-bb3834f08575 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64e65a1a89686417d3be3b23cdb3b19f911283d3" 2018-10-26 08:27:36,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3214 X-Openstack-Request-Id: req-3f28f30f-a518-49cf-b44e-b1e4e28138e6 Date: Fri, 26 Oct 2018 08:27:36 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:27:33Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f3ec66bb-ef93-47c9-b596-5675cf612a6e","ip_address":"169.254.192.8"}],"id":"494c4f67-135d-416b-923e-4d094ea8e98b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:cc:75:98","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e8c35a3eddcb484a9d13f31d10ef71de","admin_state_up":true,"network_id":"1e758abe-4037-4e18-b8ae-5555f37f4a08","tenant_id":"","created_at":"2018-10-26T08:27:33Z","binding:vnic_type":"normal","device_id":"ba73a65b-fe32-4b60-b064-bb3834f08575"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:27:32Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414","ip_address":"172.30.9.206"}],"id":"63b11280-c856-45dc-a10d-7e992c8efa8f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:83:f8:0d","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","tenant_id":"","created_at":"2018-10-26T08:27:32Z","binding:vnic_type":"normal","device_id":"ba73a65b-fe32-4b60-b064-bb3834f08575"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:27:34Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f3ec66bb-ef93-47c9-b596-5675cf612a6e","ip_address":"169.254.192.1"}],"id":"b3f62649-8f15-4e51-8bc1-af12f243d094","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:7f:05:62","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e8c35a3eddcb484a9d13f31d10ef71de","admin_state_up":true,"network_id":"1e758abe-4037-4e18-b8ae-5555f37f4a08","tenant_id":"","created_at":"2018-10-26T08:27:34Z","binding:vnic_type":"normal","device_id":"ba73a65b-fe32-4b60-b064-bb3834f08575"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:27:34Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f3ec66bb-ef93-47c9-b596-5675cf612a6e","ip_address":"169.254.192.4"}],"id":"c1489e0c-97d4-4d84-8b59-f34c713e274b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:fc:22:29","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e8c35a3eddcb484a9d13f31d10ef71de","admin_state_up":true,"network_id":"1e758abe-4037-4e18-b8ae-5555f37f4a08","tenant_id":"","created_at":"2018-10-26T08:27:33Z","binding:vnic_type":"normal","device_id":"ba73a65b-fe32-4b60-b064-bb3834f08575"}]} 2018-10-26 08:27:36,160 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=ba73a65b-fe32-4b60-b064-bb3834f08575 used request id req-3f28f30f-a518-49cf-b44e-b1e4e28138e6 2018-10-26 08:27:36,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64e65a1a89686417d3be3b23cdb3b19f911283d3" 2018-10-26 08:27:36,375 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-fb438455-fa48-4226-8ee8-392d56d1b0d5 Date: Fri, 26 Oct 2018 08:27:36 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:47Z","dns_nameservers":[],"updated_at":"2018-10-26T08:12:47Z","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":"c850e319615544ee86b9a48e1e3e8f0f","id":"e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414","subnetpool_id":null,"name":"external-subnet"}} 2018-10-26 08:27:36,375 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414 used request id req-fb438455-fa48-4226-8ee8-392d56d1b0d5 2018-10-26 08:27:36,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/f3ec66bb-ef93-47c9-b596-5675cf612a6e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64e65a1a89686417d3be3b23cdb3b19f911283d3" 2018-10-26 08:27:36,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-79a530b9-6f2f-46e0-9056-a299b566c28a Date: Fri, 26 Oct 2018 08:27:36 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"1e758abe-4037-4e18-b8ae-5555f37f4a08","tenant_id":"","created_at":"2018-10-26T08:27:31Z","dns_nameservers":[],"updated_at":"2018-10-26T08:27:31Z","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":"f3ec66bb-ef93-47c9-b596-5675cf612a6e","subnetpool_id":null,"name":"HA subnet tenant e8c35a3eddcb484a9d13f31d10ef71de"}} 2018-10-26 08:27:36,583 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/f3ec66bb-ef93-47c9-b596-5675cf612a6e used request id req-79a530b9-6f2f-46e0-9056-a299b566c28a 2018-10-26 08:27:36,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/f3ec66bb-ef93-47c9-b596-5675cf612a6e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64e65a1a89686417d3be3b23cdb3b19f911283d3" 2018-10-26 08:27:36,634 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-85df3201-9d19-4220-a8b7-24e57ae1a0c8 Date: Fri, 26 Oct 2018 08:27:36 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"1e758abe-4037-4e18-b8ae-5555f37f4a08","tenant_id":"","created_at":"2018-10-26T08:27:31Z","dns_nameservers":[],"updated_at":"2018-10-26T08:27:31Z","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":"f3ec66bb-ef93-47c9-b596-5675cf612a6e","subnetpool_id":null,"name":"HA subnet tenant e8c35a3eddcb484a9d13f31d10ef71de"}} 2018-10-26 08:27:36,635 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/f3ec66bb-ef93-47c9-b596-5675cf612a6e used request id req-85df3201-9d19-4220-a8b7-24e57ae1a0c8 2018-10-26 08:27:36,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/f3ec66bb-ef93-47c9-b596-5675cf612a6e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64e65a1a89686417d3be3b23cdb3b19f911283d3" 2018-10-26 08:27:36,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-9100db0e-1d1c-4f67-a4fb-4d0095022140 Date: Fri, 26 Oct 2018 08:27:36 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"1e758abe-4037-4e18-b8ae-5555f37f4a08","tenant_id":"","created_at":"2018-10-26T08:27:31Z","dns_nameservers":[],"updated_at":"2018-10-26T08:27:31Z","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":"f3ec66bb-ef93-47c9-b596-5675cf612a6e","subnetpool_id":null,"name":"HA subnet tenant e8c35a3eddcb484a9d13f31d10ef71de"}} 2018-10-26 08:27:36,844 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/f3ec66bb-ef93-47c9-b596-5675cf612a6e used request id req-9100db0e-1d1c-4f67-a4fb-4d0095022140 2018-10-26 08:27:36,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=NeutronUtilsRouterTests-f665dd13-6fd0-4f65-9622-d028577f8f9b-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64e65a1a89686417d3be3b23cdb3b19f911283d3" 2018-10-26 08:27:36,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-d4d651e6-2c48-412e-a09e-49318c00b08a Date: Fri, 26 Oct 2018 08:27:36 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:27:31Z", "admin_state_up": true, "updated_at": "2018-10-26T08:27:35Z", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "ba73a65b-fe32-4b60-b064-bb3834f08575", "name": "NeutronUtilsRouterTests-f665dd13-6fd0-4f65-9622-d028577f8f9b-pub-router"}]} 2018-10-26 08:27:36,941 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=NeutronUtilsRouterTests-f665dd13-6fd0-4f65-9622-d028577f8f9b-pub-router used request id req-d4d651e6-2c48-412e-a09e-49318c00b08a 2018-10-26 08:27:36,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:27:36,949 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:27: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:27:36,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64e65a1a89686417d3be3b23cdb3b19f911283d3" 2018-10-26 08:27:37,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:27:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d43a6fb4-7029-46b6-ae5f-6d8f745e11d3 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:27:37,037 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-d43a6fb4-7029-46b6-ae5f-6d8f745e11d3 2018-10-26 08:27:37,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=ba73a65b-fe32-4b60-b064-bb3834f08575 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64e65a1a89686417d3be3b23cdb3b19f911283d3" 2018-10-26 08:27:37,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3344 X-Openstack-Request-Id: req-44896343-98c0-45dd-9c8d-5076f5bffb14 Date: Fri, 26 Oct 2018 08:27:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:27:33Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f3ec66bb-ef93-47c9-b596-5675cf612a6e","ip_address":"169.254.192.8"}],"id":"494c4f67-135d-416b-923e-4d094ea8e98b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:cc:75:98","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e8c35a3eddcb484a9d13f31d10ef71de","admin_state_up":true,"network_id":"1e758abe-4037-4e18-b8ae-5555f37f4a08","tenant_id":"","created_at":"2018-10-26T08:27:33Z","binding:vnic_type":"normal","device_id":"ba73a65b-fe32-4b60-b064-bb3834f08575"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:27:36Z","device_owner":"network:router_gateway","revision_number":8,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414","ip_address":"172.30.9.206"}],"id":"63b11280-c856-45dc-a10d-7e992c8efa8f","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:83:f8:0d","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":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","tenant_id":"","created_at":"2018-10-26T08:27:32Z","binding:vnic_type":"normal","device_id":"ba73a65b-fe32-4b60-b064-bb3834f08575"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:27:36Z","device_owner":"network:router_ha_interface","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f3ec66bb-ef93-47c9-b596-5675cf612a6e","ip_address":"169.254.192.1"}],"id":"b3f62649-8f15-4e51-8bc1-af12f243d094","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:7f:05:62","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e8c35a3eddcb484a9d13f31d10ef71de","admin_state_up":true,"network_id":"1e758abe-4037-4e18-b8ae-5555f37f4a08","tenant_id":"","created_at":"2018-10-26T08:27:34Z","binding:vnic_type":"normal","device_id":"ba73a65b-fe32-4b60-b064-bb3834f08575"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:27:34Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f3ec66bb-ef93-47c9-b596-5675cf612a6e","ip_address":"169.254.192.4"}],"id":"c1489e0c-97d4-4d84-8b59-f34c713e274b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:fc:22:29","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant e8c35a3eddcb484a9d13f31d10ef71de","admin_state_up":true,"network_id":"1e758abe-4037-4e18-b8ae-5555f37f4a08","tenant_id":"","created_at":"2018-10-26T08:27:33Z","binding:vnic_type":"normal","device_id":"ba73a65b-fe32-4b60-b064-bb3834f08575"}]} 2018-10-26 08:27:37,092 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=ba73a65b-fe32-4b60-b064-bb3834f08575 used request id req-44896343-98c0-45dd-9c8d-5076f5bffb14 2018-10-26 08:27:37,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64e65a1a89686417d3be3b23cdb3b19f911283d3" 2018-10-26 08:27:37,142 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-ed88ec9e-2c1e-4b17-bd3c-23b41dd76375 Date: Fri, 26 Oct 2018 08:27:37 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:47Z","dns_nameservers":[],"updated_at":"2018-10-26T08:12:47Z","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":"c850e319615544ee86b9a48e1e3e8f0f","id":"e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414","subnetpool_id":null,"name":"external-subnet"}} 2018-10-26 08:27:37,142 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414 used request id req-ed88ec9e-2c1e-4b17-bd3c-23b41dd76375 2018-10-26 08:27:37,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/f3ec66bb-ef93-47c9-b596-5675cf612a6e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64e65a1a89686417d3be3b23cdb3b19f911283d3" 2018-10-26 08:27:37,202 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-9af42aba-fe37-4901-8ca9-2e8fd2b8c1d4 Date: Fri, 26 Oct 2018 08:27:37 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"1e758abe-4037-4e18-b8ae-5555f37f4a08","tenant_id":"","created_at":"2018-10-26T08:27:31Z","dns_nameservers":[],"updated_at":"2018-10-26T08:27:31Z","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":"f3ec66bb-ef93-47c9-b596-5675cf612a6e","subnetpool_id":null,"name":"HA subnet tenant e8c35a3eddcb484a9d13f31d10ef71de"}} 2018-10-26 08:27:37,202 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/f3ec66bb-ef93-47c9-b596-5675cf612a6e used request id req-9af42aba-fe37-4901-8ca9-2e8fd2b8c1d4 2018-10-26 08:27:37,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/f3ec66bb-ef93-47c9-b596-5675cf612a6e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64e65a1a89686417d3be3b23cdb3b19f911283d3" 2018-10-26 08:27:37,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-197304a7-dc3d-46ef-ba3c-d15a8b94cfde Date: Fri, 26 Oct 2018 08:27:37 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"1e758abe-4037-4e18-b8ae-5555f37f4a08","tenant_id":"","created_at":"2018-10-26T08:27:31Z","dns_nameservers":[],"updated_at":"2018-10-26T08:27:31Z","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":"f3ec66bb-ef93-47c9-b596-5675cf612a6e","subnetpool_id":null,"name":"HA subnet tenant e8c35a3eddcb484a9d13f31d10ef71de"}} 2018-10-26 08:27:37,261 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/f3ec66bb-ef93-47c9-b596-5675cf612a6e used request id req-197304a7-dc3d-46ef-ba3c-d15a8b94cfde 2018-10-26 08:27:37,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/f3ec66bb-ef93-47c9-b596-5675cf612a6e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64e65a1a89686417d3be3b23cdb3b19f911283d3" 2018-10-26 08:27:37,313 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-7a872173-e978-45f3-89f8-d0d19b9ba01c Date: Fri, 26 Oct 2018 08:27:37 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"1e758abe-4037-4e18-b8ae-5555f37f4a08","tenant_id":"","created_at":"2018-10-26T08:27:31Z","dns_nameservers":[],"updated_at":"2018-10-26T08:27:31Z","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":"f3ec66bb-ef93-47c9-b596-5675cf612a6e","subnetpool_id":null,"name":"HA subnet tenant e8c35a3eddcb484a9d13f31d10ef71de"}} 2018-10-26 08:27:37,313 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/f3ec66bb-ef93-47c9-b596-5675cf612a6e used request id req-7a872173-e978-45f3-89f8-d0d19b9ba01c 2018-10-26 08:27:37,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64e65a1a89686417d3be3b23cdb3b19f911283d3" 2018-10-26 08:27:37,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-1415175a-397b-4b24-8ab0-d64fc0be114d Date: Fri, 26 Oct 2018 08:27:37 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","provider:network_type":"flat"}]} 2018-10-26 08:27:37,409 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-1415175a-397b-4b24-8ab0-d64fc0be114d 2018-10-26 08:27:37,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64e65a1a89686417d3be3b23cdb3b19f911283d3" 2018-10-26 08:27:37,462 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-43075cc4-c86e-46db-8191-6842f814a7af Date: Fri, 26 Oct 2018 08:27:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:47Z","dns_nameservers":[],"updated_at":"2018-10-26T08:12:47Z","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":"c850e319615544ee86b9a48e1e3e8f0f","id":"e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-26 08:27:37,463 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-43075cc4-c86e-46db-8191-6842f814a7af 2018-10-26 08:27:37,463 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-f665dd13-6fd0-4f65-9622-d028577f8f9b-pub-router 2018-10-26 08:27:37,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/ba73a65b-fe32-4b60-b064-bb3834f08575 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64e65a1a89686417d3be3b23cdb3b19f911283d3" 2018-10-26 08:27:41,300 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4eb47b97-c50b-40ab-8531-f1d8780ab861 Content-Length: 0 Date: Fri, 26 Oct 2018 08:27:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:27:41,300 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/ba73a65b-fe32-4b60-b064-bb3834f08575 used request id req-4eb47b97-c50b-40ab-8531-f1d8780ab861 2018-10-26 08:27:41,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=NeutronUtilsRouterTests-f665dd13-6fd0-4f65-9622-d028577f8f9b-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}64e65a1a89686417d3be3b23cdb3b19f911283d3" 2018-10-26 08:27:41,547 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-101a1a1b-c903-4808-8b6e-f552cc5013ff Date: Fri, 26 Oct 2018 08:27:41 GMT RESP BODY: {"routers": []} 2018-10-26 08:27:41,547 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=NeutronUtilsRouterTests-f665dd13-6fd0-4f65-9622-d028577f8f9b-pub-router used request id req-101a1a1b-c903-4808-8b6e-f552cc5013ff 2018-10-26 08:27:41,548 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:27:41,923 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:27:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["WBygPJbqRt2AuYpPduEE5A"], "issued_at": "2018-10-26T08:27:41.000000Z"}} 2018-10-26 08:27:41,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11ae5aca2f7e84d0ffc7be03f9805d6e4feed249" 2018-10-26 08:27:42,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:27:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82825a19-0969-4ff5-93d0-168836ad3862 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:27:42,011 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-82825a19-0969-4ff5-93d0-168836ad3862 2018-10-26 08:27:42,013 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-1ecd4a7f-aa50-4ec1-8a19-00dbc1421669name 2018-10-26 08:27:42,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11ae5aca2f7e84d0ffc7be03f9805d6e4feed249" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-1ecd4a7f-aa50-4ec1-8a19-00dbc1421669name"}}' 2018-10-26 08:27:42,363 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1403 X-Openstack-Request-Id: req-868c7585-5618-4e1d-85e0-92c860c5ee65 Date: Fri, 26 Oct 2018 08:27:42 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:27:42Z", "updated_at": "2018-10-26T08:27:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:27:42Z", "revision_number": 0, "id": "59e1c642-de72-42e5-9cdb-c89d9665cc81", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:27:42Z", "security_group_id": "f1e908b0-17e8-4199-b734-575a33ab066a", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:27:42Z", "revision_number": 0, "id": "ad4db642-813b-41b4-ad94-aa1f2954d641", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:27:42Z", "security_group_id": "f1e908b0-17e8-4199-b734-575a33ab066a", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}], "revision_number": 2, "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "f1e908b0-17e8-4199-b734-575a33ab066a", "name": "NeutronUtilsSecurityGroupTests-1ecd4a7f-aa50-4ec1-8a19-00dbc1421669name"}} 2018-10-26 08:27:42,363 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-868c7585-5618-4e1d-85e0-92c860c5ee65 2018-10-26 08:27:42,363 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f1e908b0-17e8-4199-b734-575a33ab066a 2018-10-26 08:27:42,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=f1e908b0-17e8-4199-b734-575a33ab066a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11ae5aca2f7e84d0ffc7be03f9805d6e4feed249" 2018-10-26 08:27:42,540 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-95db4d80-3c5c-4c45-876a-50f2a933ebcc Date: Fri, 26 Oct 2018 08:27:42 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-26T08:27:42Z", "security_group_id": "f1e908b0-17e8-4199-b734-575a33ab066a", "port_range_min": null, "revision_number": 0, "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:27:42Z", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "59e1c642-de72-42e5-9cdb-c89d9665cc81"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T08:27:42Z", "security_group_id": "f1e908b0-17e8-4199-b734-575a33ab066a", "port_range_min": null, "revision_number": 0, "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:27:42Z", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "ad4db642-813b-41b4-ad94-aa1f2954d641"}]} 2018-10-26 08:27:42,540 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=f1e908b0-17e8-4199-b734-575a33ab066a used request id req-95db4d80-3c5c-4c45-876a-50f2a933ebcc 2018-10-26 08:27:42,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-1ecd4a7f-aa50-4ec1-8a19-00dbc1421669name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11ae5aca2f7e84d0ffc7be03f9805d6e4feed249" 2018-10-26 08:27:42,740 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1406 X-Openstack-Request-Id: req-e7b0937a-f36c-40ba-a4f7-96843415af5c Date: Fri, 26 Oct 2018 08:27:42 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:27:42Z", "updated_at": "2018-10-26T08:27:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:27:42Z", "revision_number": 0, "id": "59e1c642-de72-42e5-9cdb-c89d9665cc81", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:27:42Z", "security_group_id": "f1e908b0-17e8-4199-b734-575a33ab066a", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:27:42Z", "revision_number": 0, "id": "ad4db642-813b-41b4-ad94-aa1f2954d641", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:27:42Z", "security_group_id": "f1e908b0-17e8-4199-b734-575a33ab066a", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}], "revision_number": 2, "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "f1e908b0-17e8-4199-b734-575a33ab066a", "name": "NeutronUtilsSecurityGroupTests-1ecd4a7f-aa50-4ec1-8a19-00dbc1421669name"}]} 2018-10-26 08:27:42,740 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-1ecd4a7f-aa50-4ec1-8a19-00dbc1421669name used request id req-e7b0937a-f36c-40ba-a4f7-96843415af5c 2018-10-26 08:27:42,741 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f1e908b0-17e8-4199-b734-575a33ab066a 2018-10-26 08:27:42,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=f1e908b0-17e8-4199-b734-575a33ab066a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11ae5aca2f7e84d0ffc7be03f9805d6e4feed249" 2018-10-26 08:27:42,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-00e2d4c5-3655-4ad0-8ee7-f7842a919765 Date: Fri, 26 Oct 2018 08:27:42 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-26T08:27:42Z", "security_group_id": "f1e908b0-17e8-4199-b734-575a33ab066a", "port_range_min": null, "revision_number": 0, "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:27:42Z", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "59e1c642-de72-42e5-9cdb-c89d9665cc81"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T08:27:42Z", "security_group_id": "f1e908b0-17e8-4199-b734-575a33ab066a", "port_range_min": null, "revision_number": 0, "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:27:42Z", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "ad4db642-813b-41b4-ad94-aa1f2954d641"}]} 2018-10-26 08:27:42,944 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=f1e908b0-17e8-4199-b734-575a33ab066a used request id req-00e2d4c5-3655-4ad0-8ee7-f7842a919765 2018-10-26 08:27:42,945 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-1ecd4a7f-aa50-4ec1-8a19-00dbc1421669name 2018-10-26 08:27:42,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/f1e908b0-17e8-4199-b734-575a33ab066a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11ae5aca2f7e84d0ffc7be03f9805d6e4feed249" 2018-10-26 08:27:43,098 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-225468c1-3bb2-4348-9244-bc68d666dae2 Content-Length: 0 Date: Fri, 26 Oct 2018 08:27:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:27:43,098 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/f1e908b0-17e8-4199-b734-575a33ab066a used request id req-225468c1-3bb2-4348-9244-bc68d666dae2 2018-10-26 08:27:43,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-1ecd4a7f-aa50-4ec1-8a19-00dbc1421669name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11ae5aca2f7e84d0ffc7be03f9805d6e4feed249" 2018-10-26 08:27:43,330 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-c734fda1-f7e5-4cfb-8e44-3288b04c33e0 Date: Fri, 26 Oct 2018 08:27:43 GMT RESP BODY: {"security_groups": []} 2018-10-26 08:27:43,330 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-1ecd4a7f-aa50-4ec1-8a19-00dbc1421669name used request id req-c734fda1-f7e5-4cfb-8e44-3288b04c33e0 2018-10-26 08:27:43,331 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:27:43,699 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:27:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["qr1eyK5cTfKHm8vW9FpOMA"], "issued_at": "2018-10-26T08:27:43.000000Z"}} 2018-10-26 08:27:43,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9ab10883a0d855805dae86e2134b5fe6442db05" 2018-10-26 08:27:43,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:27:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e82608a-0c50-4e0f-b9d4-e0fd2b7d2515 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:27:43,713 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-3e82608a-0c50-4e0f-b9d4-e0fd2b7d2515 2018-10-26 08:27:43,714 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:27:44,110 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:27:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["SJPw036TQY-zLWmhqL8UBg"], "issued_at": "2018-10-26T08:27:44.000000Z"}} 2018-10-26 08:27:44,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b461820d672a79caf979c6b85b2928aadfa02ad" 2018-10-26 08:27:44,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:27:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df48f111-b375-42d8-a53f-df789a550ff9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:27:44,200 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-df48f111-b375-42d8-a53f-df789a550ff9 2018-10-26 08:27:44,201 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-27ac0cfd-19b4-4990-9df0-3bf0b58aacadname 2018-10-26 08:27:44,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b461820d672a79caf979c6b85b2928aadfa02ad" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-27ac0cfd-19b4-4990-9df0-3bf0b58aacadname", "description": "hello group"}}' 2018-10-26 08:27:44,572 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-9325d073-4e0a-4dd9-bc5c-46d874d45633 Date: Fri, 26 Oct 2018 08:27:44 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:27:44Z", "updated_at": "2018-10-26T08:27:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:27:44Z", "revision_number": 0, "id": "02600d9a-1f18-4ccf-b986-31a4cded3b3d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:27:44Z", "security_group_id": "98415f8e-e4aa-4104-a503-c5e29b6ad52d", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:27:44Z", "revision_number": 0, "id": "b3116696-5eeb-4611-95c3-fe1610d2004e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:27:44Z", "security_group_id": "98415f8e-e4aa-4104-a503-c5e29b6ad52d", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}], "revision_number": 2, "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "98415f8e-e4aa-4104-a503-c5e29b6ad52d", "name": "NeutronUtilsSecurityGroupTests-27ac0cfd-19b4-4990-9df0-3bf0b58aacadname"}} 2018-10-26 08:27:44,572 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-9325d073-4e0a-4dd9-bc5c-46d874d45633 2018-10-26 08:27:44,573 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 98415f8e-e4aa-4104-a503-c5e29b6ad52d 2018-10-26 08:27:44,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=98415f8e-e4aa-4104-a503-c5e29b6ad52d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b461820d672a79caf979c6b85b2928aadfa02ad" 2018-10-26 08:27:44,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-fb7c2e1a-90ff-43cf-ba4b-11353c4f65f2 Date: Fri, 26 Oct 2018 08:27: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-26T08:27:44Z", "security_group_id": "98415f8e-e4aa-4104-a503-c5e29b6ad52d", "port_range_min": null, "revision_number": 0, "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:27:44Z", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "02600d9a-1f18-4ccf-b986-31a4cded3b3d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T08:27:44Z", "security_group_id": "98415f8e-e4aa-4104-a503-c5e29b6ad52d", "port_range_min": null, "revision_number": 0, "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:27:44Z", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "b3116696-5eeb-4611-95c3-fe1610d2004e"}]} 2018-10-26 08:27:44,817 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=98415f8e-e4aa-4104-a503-c5e29b6ad52d used request id req-fb7c2e1a-90ff-43cf-ba4b-11353c4f65f2 2018-10-26 08:27:44,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-27ac0cfd-19b4-4990-9df0-3bf0b58aacadname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b461820d672a79caf979c6b85b2928aadfa02ad" 2018-10-26 08:27:45,026 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1417 X-Openstack-Request-Id: req-6cd01643-81e7-4b96-82f0-f80b4f74a4ec Date: Fri, 26 Oct 2018 08:27:45 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:27:44Z", "updated_at": "2018-10-26T08:27:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:27:44Z", "revision_number": 0, "id": "b3116696-5eeb-4611-95c3-fe1610d2004e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:27:44Z", "security_group_id": "98415f8e-e4aa-4104-a503-c5e29b6ad52d", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:27:44Z", "revision_number": 0, "id": "02600d9a-1f18-4ccf-b986-31a4cded3b3d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:27:44Z", "security_group_id": "98415f8e-e4aa-4104-a503-c5e29b6ad52d", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}], "revision_number": 2, "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "98415f8e-e4aa-4104-a503-c5e29b6ad52d", "name": "NeutronUtilsSecurityGroupTests-27ac0cfd-19b4-4990-9df0-3bf0b58aacadname"}]} 2018-10-26 08:27:45,026 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-27ac0cfd-19b4-4990-9df0-3bf0b58aacadname&description=hello+group used request id req-6cd01643-81e7-4b96-82f0-f80b4f74a4ec 2018-10-26 08:27:45,027 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 98415f8e-e4aa-4104-a503-c5e29b6ad52d 2018-10-26 08:27:45,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=98415f8e-e4aa-4104-a503-c5e29b6ad52d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b461820d672a79caf979c6b85b2928aadfa02ad" 2018-10-26 08:27:45,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-44a6227a-95aa-491f-828f-81878c4e5d9e Date: Fri, 26 Oct 2018 08:27:45 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T08:27:44Z", "security_group_id": "98415f8e-e4aa-4104-a503-c5e29b6ad52d", "port_range_min": null, "revision_number": 0, "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:27:44Z", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "02600d9a-1f18-4ccf-b986-31a4cded3b3d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T08:27:44Z", "security_group_id": "98415f8e-e4aa-4104-a503-c5e29b6ad52d", "port_range_min": null, "revision_number": 0, "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:27:44Z", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "b3116696-5eeb-4611-95c3-fe1610d2004e"}]} 2018-10-26 08:27:45,090 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=98415f8e-e4aa-4104-a503-c5e29b6ad52d used request id req-44a6227a-95aa-491f-828f-81878c4e5d9e 2018-10-26 08:27:45,090 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-27ac0cfd-19b4-4990-9df0-3bf0b58aacadname 2018-10-26 08:27:45,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/98415f8e-e4aa-4104-a503-c5e29b6ad52d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b461820d672a79caf979c6b85b2928aadfa02ad" 2018-10-26 08:27:45,370 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7f2e2c17-82c1-4b15-9266-0c2c4162286c Content-Length: 0 Date: Fri, 26 Oct 2018 08:27:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:27:45,370 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/98415f8e-e4aa-4104-a503-c5e29b6ad52d used request id req-7f2e2c17-82c1-4b15-9266-0c2c4162286c 2018-10-26 08:27:45,371 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:27:45,760 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:27:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["YjH6-ACqR22BW6uZoSj7KQ"], "issued_at": "2018-10-26T08:27:45.000000Z"}} 2018-10-26 08:27:45,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f53b4140475b105262cf8defee0f656c54bbe981" 2018-10-26 08:27:45,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:27:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a5021dc-8102-4841-a26b-3874de83f389 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:27:45,848 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-7a5021dc-8102-4841-a26b-3874de83f389 2018-10-26 08:27:45,850 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-792e3782-f11a-4d5e-9748-8779980dcd7ename 2018-10-26 08:27:45,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f53b4140475b105262cf8defee0f656c54bbe981" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-792e3782-f11a-4d5e-9748-8779980dcd7ename", "description": "hello group"}}' 2018-10-26 08:27:46,212 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-0ba983a9-cd0d-499c-98d1-05ae275310f1 Date: Fri, 26 Oct 2018 08:27:46 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:27:46Z", "updated_at": "2018-10-26T08:27:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:27:46Z", "revision_number": 0, "id": "5837dcad-8cdc-41ff-a64b-41ba00ebda8f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:27:46Z", "security_group_id": "92056318-77f6-4869-b233-2ce76df293ce", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:27:46Z", "revision_number": 0, "id": "80c0ca30-7015-4084-a68f-daaff29d060d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:27:46Z", "security_group_id": "92056318-77f6-4869-b233-2ce76df293ce", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}], "revision_number": 2, "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "92056318-77f6-4869-b233-2ce76df293ce", "name": "NeutronUtilsSecurityGroupTests-792e3782-f11a-4d5e-9748-8779980dcd7ename"}} 2018-10-26 08:27:46,212 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-0ba983a9-cd0d-499c-98d1-05ae275310f1 2018-10-26 08:27:46,213 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 92056318-77f6-4869-b233-2ce76df293ce 2018-10-26 08:27:46,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=92056318-77f6-4869-b233-2ce76df293ce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f53b4140475b105262cf8defee0f656c54bbe981" 2018-10-26 08:27:46,400 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-24d20888-4c05-44f7-a720-d6fbe39047f8 Date: Fri, 26 Oct 2018 08:27:46 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T08:27:46Z", "security_group_id": "92056318-77f6-4869-b233-2ce76df293ce", "port_range_min": null, "revision_number": 0, "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:27:46Z", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "5837dcad-8cdc-41ff-a64b-41ba00ebda8f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T08:27:46Z", "security_group_id": "92056318-77f6-4869-b233-2ce76df293ce", "port_range_min": null, "revision_number": 0, "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:27:46Z", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "80c0ca30-7015-4084-a68f-daaff29d060d"}]} 2018-10-26 08:27:46,400 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=92056318-77f6-4869-b233-2ce76df293ce used request id req-24d20888-4c05-44f7-a720-d6fbe39047f8 2018-10-26 08:27:46,401 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 92056318-77f6-4869-b233-2ce76df293ce 2018-10-26 08:27:46,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=92056318-77f6-4869-b233-2ce76df293ce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f53b4140475b105262cf8defee0f656c54bbe981" 2018-10-26 08:27:46,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-122397d3-11e2-4f42-a3b2-900f1388e625 Date: Fri, 26 Oct 2018 08:27:46 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T08:27:46Z", "security_group_id": "92056318-77f6-4869-b233-2ce76df293ce", "port_range_min": null, "revision_number": 0, "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:27:46Z", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "5837dcad-8cdc-41ff-a64b-41ba00ebda8f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T08:27:46Z", "security_group_id": "92056318-77f6-4869-b233-2ce76df293ce", "port_range_min": null, "revision_number": 0, "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:27:46Z", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "80c0ca30-7015-4084-a68f-daaff29d060d"}]} 2018-10-26 08:27:46,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=92056318-77f6-4869-b233-2ce76df293ce used request id req-122397d3-11e2-4f42-a3b2-900f1388e625 2018-10-26 08:27:46,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f53b4140475b105262cf8defee0f656c54bbe981" 2018-10-26 08:27:46,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:27:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-307a29af-95eb-4424-a84c-0e4da273970c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:27:46,653 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-307a29af-95eb-4424-a84c-0e4da273970c 2018-10-26 08:27:46,654 - neutron_utils - INFO - Creating security group to security group - NeutronUtilsSecurityGroupTests-792e3782-f11a-4d5e-9748-8779980dcd7ename 2018-10-26 08:27:46,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-792e3782-f11a-4d5e-9748-8779980dcd7ename -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f53b4140475b105262cf8defee0f656c54bbe981" 2018-10-26 08:27:46,854 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1417 X-Openstack-Request-Id: req-bf04f7e2-0c4c-43b6-b655-d5c406d283d1 Date: Fri, 26 Oct 2018 08:27:46 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:27:46Z", "updated_at": "2018-10-26T08:27:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:27:46Z", "revision_number": 0, "id": "80c0ca30-7015-4084-a68f-daaff29d060d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:27:46Z", "security_group_id": "92056318-77f6-4869-b233-2ce76df293ce", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:27:46Z", "revision_number": 0, "id": "5837dcad-8cdc-41ff-a64b-41ba00ebda8f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:27:46Z", "security_group_id": "92056318-77f6-4869-b233-2ce76df293ce", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}], "revision_number": 2, "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "92056318-77f6-4869-b233-2ce76df293ce", "name": "NeutronUtilsSecurityGroupTests-792e3782-f11a-4d5e-9748-8779980dcd7ename"}]} 2018-10-26 08:27:46,854 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-792e3782-f11a-4d5e-9748-8779980dcd7ename used request id req-bf04f7e2-0c4c-43b6-b655-d5c406d283d1 2018-10-26 08:27:46,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:27:46,863 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:27: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:27:46,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f53b4140475b105262cf8defee0f656c54bbe981" 2018-10-26 08:27:46,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:27:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-026236e9-d282-4df4-80fc-741390fa028b 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:27:46,882 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-026236e9-d282-4df4-80fc-741390fa028b 2018-10-26 08:27:46,882 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 92056318-77f6-4869-b233-2ce76df293ce 2018-10-26 08:27:46,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=92056318-77f6-4869-b233-2ce76df293ce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f53b4140475b105262cf8defee0f656c54bbe981" 2018-10-26 08:27:47,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-83f9fbf3-70f8-4109-a3e0-83bd2ab1d658 Date: Fri, 26 Oct 2018 08:27:47 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T08:27:46Z", "security_group_id": "92056318-77f6-4869-b233-2ce76df293ce", "port_range_min": null, "revision_number": 0, "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:27:46Z", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "5837dcad-8cdc-41ff-a64b-41ba00ebda8f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T08:27:46Z", "security_group_id": "92056318-77f6-4869-b233-2ce76df293ce", "port_range_min": null, "revision_number": 0, "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:27:46Z", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "80c0ca30-7015-4084-a68f-daaff29d060d"}]} 2018-10-26 08:27:47,090 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=92056318-77f6-4869-b233-2ce76df293ce used request id req-83f9fbf3-70f8-4109-a3e0-83bd2ab1d658 2018-10-26 08:27:47,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f53b4140475b105262cf8defee0f656c54bbe981" -d '{"security_group_rule": {"direction": "ingress", "security_group_id": "92056318-77f6-4869-b233-2ce76df293ce"}}' 2018-10-26 08:27:47,475 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 510 X-Openstack-Request-Id: req-6c850e5e-84e2-44a7-8653-71a8fea97b0d Date: Fri, 26 Oct 2018 08:27:47 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-26T08:27:47Z", "security_group_id": "92056318-77f6-4869-b233-2ce76df293ce", "port_range_min": null, "revision_number": 0, "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:27:47Z", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "7d333e05-23fc-413b-b55d-e6cf6cbefba7"}} 2018-10-26 08:27:47,475 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-6c850e5e-84e2-44a7-8653-71a8fea97b0d 2018-10-26 08:27:47,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-792e3782-f11a-4d5e-9748-8779980dcd7ename&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f53b4140475b105262cf8defee0f656c54bbe981" 2018-10-26 08:27:47,685 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-3742bae3-5065-43f8-9fce-c4abdf5c3536 Date: Fri, 26 Oct 2018 08:27:47 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:27:46Z", "updated_at": "2018-10-26T08:27:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:27:46Z", "revision_number": 0, "id": "80c0ca30-7015-4084-a68f-daaff29d060d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:27:46Z", "security_group_id": "92056318-77f6-4869-b233-2ce76df293ce", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}, {"direction": "ingress", "protocol": null, "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:27:47Z", "revision_number": 0, "id": "7d333e05-23fc-413b-b55d-e6cf6cbefba7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:27:47Z", "security_group_id": "92056318-77f6-4869-b233-2ce76df293ce", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:27:46Z", "revision_number": 0, "id": "5837dcad-8cdc-41ff-a64b-41ba00ebda8f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:27:46Z", "security_group_id": "92056318-77f6-4869-b233-2ce76df293ce", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}], "revision_number": 3, "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "92056318-77f6-4869-b233-2ce76df293ce", "name": "NeutronUtilsSecurityGroupTests-792e3782-f11a-4d5e-9748-8779980dcd7ename"}]} 2018-10-26 08:27:47,685 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-792e3782-f11a-4d5e-9748-8779980dcd7ename&description=hello+group used request id req-3742bae3-5065-43f8-9fce-c4abdf5c3536 2018-10-26 08:27:47,686 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 92056318-77f6-4869-b233-2ce76df293ce 2018-10-26 08:27:47,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=92056318-77f6-4869-b233-2ce76df293ce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f53b4140475b105262cf8defee0f656c54bbe981" 2018-10-26 08:27:47,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-358fdcb9-1e6e-4b8a-8b3e-6a05cc45df97 Date: Fri, 26 Oct 2018 08:27:47 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T08:27:46Z", "security_group_id": "92056318-77f6-4869-b233-2ce76df293ce", "port_range_min": null, "revision_number": 0, "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:27:46Z", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "5837dcad-8cdc-41ff-a64b-41ba00ebda8f"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T08:27:47Z", "security_group_id": "92056318-77f6-4869-b233-2ce76df293ce", "port_range_min": null, "revision_number": 0, "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:27:47Z", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "7d333e05-23fc-413b-b55d-e6cf6cbefba7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T08:27:46Z", "security_group_id": "92056318-77f6-4869-b233-2ce76df293ce", "port_range_min": null, "revision_number": 0, "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:27:46Z", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "80c0ca30-7015-4084-a68f-daaff29d060d"}]} 2018-10-26 08:27:47,860 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=92056318-77f6-4869-b233-2ce76df293ce used request id req-358fdcb9-1e6e-4b8a-8b3e-6a05cc45df97 2018-10-26 08:27:47,860 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 92056318-77f6-4869-b233-2ce76df293ce 2018-10-26 08:27:47,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=92056318-77f6-4869-b233-2ce76df293ce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f53b4140475b105262cf8defee0f656c54bbe981" 2018-10-26 08:27:48,031 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-c05564f8-8529-4e63-8924-4544f1730690 Date: Fri, 26 Oct 2018 08:27: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-26T08:27:46Z", "security_group_id": "92056318-77f6-4869-b233-2ce76df293ce", "port_range_min": null, "revision_number": 0, "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:27:46Z", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "5837dcad-8cdc-41ff-a64b-41ba00ebda8f"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T08:27:47Z", "security_group_id": "92056318-77f6-4869-b233-2ce76df293ce", "port_range_min": null, "revision_number": 0, "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:27:47Z", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "7d333e05-23fc-413b-b55d-e6cf6cbefba7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T08:27:46Z", "security_group_id": "92056318-77f6-4869-b233-2ce76df293ce", "port_range_min": null, "revision_number": 0, "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:27:46Z", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "80c0ca30-7015-4084-a68f-daaff29d060d"}]} 2018-10-26 08:27:48,031 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=92056318-77f6-4869-b233-2ce76df293ce used request id req-c05564f8-8529-4e63-8924-4544f1730690 2018-10-26 08:27:48,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-792e3782-f11a-4d5e-9748-8779980dcd7ename&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f53b4140475b105262cf8defee0f656c54bbe981" 2018-10-26 08:27:48,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-7f1f7d6a-8c70-4c24-bab0-38d853bb2f8a Date: Fri, 26 Oct 2018 08:27:48 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:27:46Z", "updated_at": "2018-10-26T08:27:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:27:46Z", "revision_number": 0, "id": "80c0ca30-7015-4084-a68f-daaff29d060d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:27:46Z", "security_group_id": "92056318-77f6-4869-b233-2ce76df293ce", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}, {"direction": "ingress", "protocol": null, "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:27:47Z", "revision_number": 0, "id": "7d333e05-23fc-413b-b55d-e6cf6cbefba7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:27:47Z", "security_group_id": "92056318-77f6-4869-b233-2ce76df293ce", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:27:46Z", "revision_number": 0, "id": "5837dcad-8cdc-41ff-a64b-41ba00ebda8f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:27:46Z", "security_group_id": "92056318-77f6-4869-b233-2ce76df293ce", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}], "revision_number": 3, "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "92056318-77f6-4869-b233-2ce76df293ce", "name": "NeutronUtilsSecurityGroupTests-792e3782-f11a-4d5e-9748-8779980dcd7ename"}]} 2018-10-26 08:27:48,083 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-792e3782-f11a-4d5e-9748-8779980dcd7ename&description=hello+group used request id req-7f1f7d6a-8c70-4c24-bab0-38d853bb2f8a 2018-10-26 08:27:48,083 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 92056318-77f6-4869-b233-2ce76df293ce 2018-10-26 08:27:48,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=92056318-77f6-4869-b233-2ce76df293ce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f53b4140475b105262cf8defee0f656c54bbe981" 2018-10-26 08:27:48,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-9fc92afe-e01a-4549-8001-1a3c0e305d0e Date: Fri, 26 Oct 2018 08:27: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-26T08:27:46Z", "security_group_id": "92056318-77f6-4869-b233-2ce76df293ce", "port_range_min": null, "revision_number": 0, "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:27:46Z", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "5837dcad-8cdc-41ff-a64b-41ba00ebda8f"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T08:27:47Z", "security_group_id": "92056318-77f6-4869-b233-2ce76df293ce", "port_range_min": null, "revision_number": 0, "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:27:47Z", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "7d333e05-23fc-413b-b55d-e6cf6cbefba7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T08:27:46Z", "security_group_id": "92056318-77f6-4869-b233-2ce76df293ce", "port_range_min": null, "revision_number": 0, "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:27:46Z", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "80c0ca30-7015-4084-a68f-daaff29d060d"}]} 2018-10-26 08:27:48,301 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=92056318-77f6-4869-b233-2ce76df293ce used request id req-9fc92afe-e01a-4549-8001-1a3c0e305d0e 2018-10-26 08:27:48,302 - neutron_utils - INFO - Deleting security group rule with ID - 5837dcad-8cdc-41ff-a64b-41ba00ebda8f 2018-10-26 08:27:48,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/5837dcad-8cdc-41ff-a64b-41ba00ebda8f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f53b4140475b105262cf8defee0f656c54bbe981" 2018-10-26 08:27:48,394 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cf0b9432-597a-4129-8c9b-343c73a45ddd Content-Length: 0 Date: Fri, 26 Oct 2018 08:27:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:27:48,394 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/5837dcad-8cdc-41ff-a64b-41ba00ebda8f used request id req-cf0b9432-597a-4129-8c9b-343c73a45ddd 2018-10-26 08:27:48,395 - neutron_utils - INFO - Deleting security group rule with ID - 80c0ca30-7015-4084-a68f-daaff29d060d 2018-10-26 08:27:48,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/80c0ca30-7015-4084-a68f-daaff29d060d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f53b4140475b105262cf8defee0f656c54bbe981" 2018-10-26 08:27:48,509 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-158d2f48-7ff5-42c6-9de6-65ebc717e9dd Content-Length: 0 Date: Fri, 26 Oct 2018 08:27:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:27:48,509 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/80c0ca30-7015-4084-a68f-daaff29d060d used request id req-158d2f48-7ff5-42c6-9de6-65ebc717e9dd 2018-10-26 08:27:48,510 - neutron_utils - INFO - Deleting security group rule with ID - 7d333e05-23fc-413b-b55d-e6cf6cbefba7 2018-10-26 08:27:48,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/7d333e05-23fc-413b-b55d-e6cf6cbefba7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f53b4140475b105262cf8defee0f656c54bbe981" 2018-10-26 08:27:48,638 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-77927e9a-abf4-4c89-8766-5c32b38e9d44 Content-Length: 0 Date: Fri, 26 Oct 2018 08:27:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:27:48,638 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/7d333e05-23fc-413b-b55d-e6cf6cbefba7 used request id req-77927e9a-abf4-4c89-8766-5c32b38e9d44 2018-10-26 08:27:48,638 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-792e3782-f11a-4d5e-9748-8779980dcd7ename 2018-10-26 08:27:48,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/92056318-77f6-4869-b233-2ce76df293ce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f53b4140475b105262cf8defee0f656c54bbe981" 2018-10-26 08:27:48,912 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-047d761a-4263-4640-9632-953e6a89a0ba Content-Length: 0 Date: Fri, 26 Oct 2018 08:27:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:27:48,912 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/92056318-77f6-4869-b233-2ce76df293ce used request id req-047d761a-4263-4640-9632-953e6a89a0ba 2018-10-26 08:27:48,914 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:27:49,286 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:27:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["VC52nJdZTsWSkS_S7BXXRg"], "issued_at": "2018-10-26T08:27:49.000000Z"}} 2018-10-26 08:27:49,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db02f6925b894826e5197d19ab990109fec1e8cd" 2018-10-26 08:27:49,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:27:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc60c05f-2385-4a4f-b54c-dd16abdc68da Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:27:49,382 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-dc60c05f-2385-4a4f-b54c-dd16abdc68da 2018-10-26 08:27:49,384 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-c0860701-41dc-4539-a4e1-29c7414e44c8name-1 2018-10-26 08:27:49,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db02f6925b894826e5197d19ab990109fec1e8cd" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-c0860701-41dc-4539-a4e1-29c7414e44c8name-1", "description": "hello group"}}' 2018-10-26 08:27:49,739 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-a655e440-a38e-4f39-8bad-74ab3494488b Date: Fri, 26 Oct 2018 08:27:49 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:27:49Z", "updated_at": "2018-10-26T08:27:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:27:49Z", "revision_number": 0, "id": "328e951a-a217-4d8f-b7fc-3c2a50d6fc5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:27:49Z", "security_group_id": "069c6413-e47e-400e-96dd-668db3663ce2", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:27:49Z", "revision_number": 0, "id": "c771695c-1375-40d1-841a-4a1237712c33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:27:49Z", "security_group_id": "069c6413-e47e-400e-96dd-668db3663ce2", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}], "revision_number": 2, "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "069c6413-e47e-400e-96dd-668db3663ce2", "name": "NeutronUtilsSecurityGroupTests-c0860701-41dc-4539-a4e1-29c7414e44c8name-1"}} 2018-10-26 08:27:49,740 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-a655e440-a38e-4f39-8bad-74ab3494488b 2018-10-26 08:27:49,740 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 069c6413-e47e-400e-96dd-668db3663ce2 2018-10-26 08:27:49,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=069c6413-e47e-400e-96dd-668db3663ce2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db02f6925b894826e5197d19ab990109fec1e8cd" 2018-10-26 08:27:49,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8bab74ca-96d3-4f48-bce7-a62b7e4080c1 Date: Fri, 26 Oct 2018 08:27: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-26T08:27:49Z", "security_group_id": "069c6413-e47e-400e-96dd-668db3663ce2", "port_range_min": null, "revision_number": 0, "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:27:49Z", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "328e951a-a217-4d8f-b7fc-3c2a50d6fc5f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T08:27:49Z", "security_group_id": "069c6413-e47e-400e-96dd-668db3663ce2", "port_range_min": null, "revision_number": 0, "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:27:49Z", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "c771695c-1375-40d1-841a-4a1237712c33"}]} 2018-10-26 08:27:49,913 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=069c6413-e47e-400e-96dd-668db3663ce2 used request id req-8bab74ca-96d3-4f48-bce7-a62b7e4080c1 2018-10-26 08:27:49,914 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-c0860701-41dc-4539-a4e1-29c7414e44c8name-2 2018-10-26 08:27:49,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db02f6925b894826e5197d19ab990109fec1e8cd" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-c0860701-41dc-4539-a4e1-29c7414e44c8name-2", "description": "hello group"}}' 2018-10-26 08:27:50,260 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-14dbe9fd-981c-4ac6-ac4a-246d8eed3936 Date: Fri, 26 Oct 2018 08:27:50 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:27:50Z", "updated_at": "2018-10-26T08:27:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:27:50Z", "revision_number": 0, "id": "7d2b699a-58d6-43c6-9dc1-7519203cb82b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:27:50Z", "security_group_id": "19f4f11a-e3f3-4e2b-b667-032b64451201", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:27:50Z", "revision_number": 0, "id": "ca00996e-4266-4af1-b916-4a0af0191a7f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:27:50Z", "security_group_id": "19f4f11a-e3f3-4e2b-b667-032b64451201", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}], "revision_number": 2, "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "19f4f11a-e3f3-4e2b-b667-032b64451201", "name": "NeutronUtilsSecurityGroupTests-c0860701-41dc-4539-a4e1-29c7414e44c8name-2"}} 2018-10-26 08:27:50,260 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-14dbe9fd-981c-4ac6-ac4a-246d8eed3936 2018-10-26 08:27:50,260 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 19f4f11a-e3f3-4e2b-b667-032b64451201 2018-10-26 08:27:50,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=19f4f11a-e3f3-4e2b-b667-032b64451201 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db02f6925b894826e5197d19ab990109fec1e8cd" 2018-10-26 08:27:50,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-0660a318-f7b5-4467-9590-4e7ddc2da105 Date: Fri, 26 Oct 2018 08:27: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-26T08:27:50Z", "security_group_id": "19f4f11a-e3f3-4e2b-b667-032b64451201", "port_range_min": null, "revision_number": 0, "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:27:50Z", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "7d2b699a-58d6-43c6-9dc1-7519203cb82b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T08:27:50Z", "security_group_id": "19f4f11a-e3f3-4e2b-b667-032b64451201", "port_range_min": null, "revision_number": 0, "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:27:50Z", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "ca00996e-4266-4af1-b916-4a0af0191a7f"}]} 2018-10-26 08:27:50,426 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=19f4f11a-e3f3-4e2b-b667-032b64451201 used request id req-0660a318-f7b5-4467-9590-4e7ddc2da105 2018-10-26 08:27:50,427 - neutron_utils - INFO - Retrieving security group with ID - 069c6413-e47e-400e-96dd-668db3663ce2 2018-10-26 08:27:50,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=069c6413-e47e-400e-96dd-668db3663ce2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db02f6925b894826e5197d19ab990109fec1e8cd" 2018-10-26 08:27:50,472 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1419 X-Openstack-Request-Id: req-b85682eb-c755-45fc-b882-4791ebd949a8 Date: Fri, 26 Oct 2018 08:27:50 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:27:49Z", "updated_at": "2018-10-26T08:27:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:27:49Z", "revision_number": 0, "id": "328e951a-a217-4d8f-b7fc-3c2a50d6fc5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:27:49Z", "security_group_id": "069c6413-e47e-400e-96dd-668db3663ce2", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:27:49Z", "revision_number": 0, "id": "c771695c-1375-40d1-841a-4a1237712c33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:27:49Z", "security_group_id": "069c6413-e47e-400e-96dd-668db3663ce2", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}], "revision_number": 2, "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "069c6413-e47e-400e-96dd-668db3663ce2", "name": "NeutronUtilsSecurityGroupTests-c0860701-41dc-4539-a4e1-29c7414e44c8name-1"}]} 2018-10-26 08:27:50,472 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=069c6413-e47e-400e-96dd-668db3663ce2 used request id req-b85682eb-c755-45fc-b882-4791ebd949a8 2018-10-26 08:27:50,473 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 069c6413-e47e-400e-96dd-668db3663ce2 2018-10-26 08:27:50,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=069c6413-e47e-400e-96dd-668db3663ce2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db02f6925b894826e5197d19ab990109fec1e8cd" 2018-10-26 08:27:50,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1c91511f-b06f-4456-8b62-e4100a52f308 Date: Fri, 26 Oct 2018 08:27: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-26T08:27:49Z", "security_group_id": "069c6413-e47e-400e-96dd-668db3663ce2", "port_range_min": null, "revision_number": 0, "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:27:49Z", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "328e951a-a217-4d8f-b7fc-3c2a50d6fc5f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T08:27:49Z", "security_group_id": "069c6413-e47e-400e-96dd-668db3663ce2", "port_range_min": null, "revision_number": 0, "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:27:49Z", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "c771695c-1375-40d1-841a-4a1237712c33"}]} 2018-10-26 08:27:50,671 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=069c6413-e47e-400e-96dd-668db3663ce2 used request id req-1c91511f-b06f-4456-8b62-e4100a52f308 2018-10-26 08:27:50,672 - neutron_utils - INFO - Retrieving security group with ID - 19f4f11a-e3f3-4e2b-b667-032b64451201 2018-10-26 08:27:50,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=19f4f11a-e3f3-4e2b-b667-032b64451201 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db02f6925b894826e5197d19ab990109fec1e8cd" 2018-10-26 08:27:50,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1419 X-Openstack-Request-Id: req-e8513791-a216-49eb-9ef2-0e17c06e2f90 Date: Fri, 26 Oct 2018 08:27:50 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:27:50Z", "updated_at": "2018-10-26T08:27:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:27:50Z", "revision_number": 0, "id": "7d2b699a-58d6-43c6-9dc1-7519203cb82b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:27:50Z", "security_group_id": "19f4f11a-e3f3-4e2b-b667-032b64451201", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:27:50Z", "revision_number": 0, "id": "ca00996e-4266-4af1-b916-4a0af0191a7f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:27:50Z", "security_group_id": "19f4f11a-e3f3-4e2b-b667-032b64451201", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}], "revision_number": 2, "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "19f4f11a-e3f3-4e2b-b667-032b64451201", "name": "NeutronUtilsSecurityGroupTests-c0860701-41dc-4539-a4e1-29c7414e44c8name-2"}]} 2018-10-26 08:27:50,904 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=19f4f11a-e3f3-4e2b-b667-032b64451201 used request id req-e8513791-a216-49eb-9ef2-0e17c06e2f90 2018-10-26 08:27:50,904 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 19f4f11a-e3f3-4e2b-b667-032b64451201 2018-10-26 08:27:50,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=19f4f11a-e3f3-4e2b-b667-032b64451201 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db02f6925b894826e5197d19ab990109fec1e8cd" 2018-10-26 08:27:51,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2d545718-c7cc-407b-8c8d-1b64901f9a8b Date: Fri, 26 Oct 2018 08:27: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-26T08:27:50Z", "security_group_id": "19f4f11a-e3f3-4e2b-b667-032b64451201", "port_range_min": null, "revision_number": 0, "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:27:50Z", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "7d2b699a-58d6-43c6-9dc1-7519203cb82b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T08:27:50Z", "security_group_id": "19f4f11a-e3f3-4e2b-b667-032b64451201", "port_range_min": null, "revision_number": 0, "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:27:50Z", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "ca00996e-4266-4af1-b916-4a0af0191a7f"}]} 2018-10-26 08:27:51,079 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=19f4f11a-e3f3-4e2b-b667-032b64451201 used request id req-2d545718-c7cc-407b-8c8d-1b64901f9a8b 2018-10-26 08:27:51,080 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-c0860701-41dc-4539-a4e1-29c7414e44c8name-1 2018-10-26 08:27:51,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/069c6413-e47e-400e-96dd-668db3663ce2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db02f6925b894826e5197d19ab990109fec1e8cd" 2018-10-26 08:27:51,210 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5d110d0b-34f7-40b6-8d3c-79a3cc4d6050 Content-Length: 0 Date: Fri, 26 Oct 2018 08:27:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:27:51,210 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/069c6413-e47e-400e-96dd-668db3663ce2 used request id req-5d110d0b-34f7-40b6-8d3c-79a3cc4d6050 2018-10-26 08:27:51,211 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-c0860701-41dc-4539-a4e1-29c7414e44c8name-2 2018-10-26 08:27:51,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/19f4f11a-e3f3-4e2b-b667-032b64451201 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db02f6925b894826e5197d19ab990109fec1e8cd" 2018-10-26 08:27:51,495 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ab31dff4-33dc-462d-b8e4-41f33ee88e53 Content-Length: 0 Date: Fri, 26 Oct 2018 08:27:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:27:51,495 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/19f4f11a-e3f3-4e2b-b667-032b64451201 used request id req-ab31dff4-33dc-462d-b8e4-41f33ee88e53 2018-10-26 08:27:51,496 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:27:51,873 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:27:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["r1u9aEnIQJ2pk9W73IhKfQ"], "issued_at": "2018-10-26T08:27:51.000000Z"}} 2018-10-26 08:27:51,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}885a09ddaaff211c571edcd62ac2b6135ea5719c" 2018-10-26 08:27:51,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:27:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a50bb283-3796-43a1-a14f-3db10f57cab1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:27:51,951 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a50bb283-3796-43a1-a14f-3db10f57cab1 2018-10-26 08:27:51,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}885a09ddaaff211c571edcd62ac2b6135ea5719c" 2018-10-26 08:27:52,133 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-1bb4dbf2-0e11-41d4-93e4-d6d55e8127db Date: Fri, 26 Oct 2018 08:27:52 GMT RESP BODY: {"floatingips": []} 2018-10-26 08:27:52,133 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips used request id req-1bb4dbf2-0e11-41d4-93e4-d6d55e8127db 2018-10-26 08:27:52,133 - neutron_utils - INFO - Creating floating ip to external network - external 2018-10-26 08:27:52,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}885a09ddaaff211c571edcd62ac2b6135ea5719c" 2018-10-26 08:27:52,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-2c538f67-0da4-4f42-8a14-67755d0991d4 Date: Fri, 26 Oct 2018 08:27:52 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","provider:network_type":"flat"}]} 2018-10-26 08:27:52,369 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-2c538f67-0da4-4f42-8a14-67755d0991d4 2018-10-26 08:27:52,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}885a09ddaaff211c571edcd62ac2b6135ea5719c" 2018-10-26 08:27:52,584 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-551ba82c-66af-4c47-8bfd-54d2d519a5b8 Date: Fri, 26 Oct 2018 08:27:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:47Z","dns_nameservers":[],"updated_at":"2018-10-26T08:12:47Z","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":"c850e319615544ee86b9a48e1e3e8f0f","id":"e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-26 08:27:52,585 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-551ba82c-66af-4c47-8bfd-54d2d519a5b8 2018-10-26 08:27:52,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}885a09ddaaff211c571edcd62ac2b6135ea5719c" -d '{"floatingip": {"floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693"}}' 2018-10-26 08:27:53,866 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-c28751a3-dfdd-41c1-9c7d-524778e1ffdb Date: Fri, 26 Oct 2018 08:27:53 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:27:53Z", "updated_at": "2018-10-26T08:27:53Z", "floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "fixed_ip_address": null, "floating_ip_address": "172.30.9.208", "revision_number": 0, "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_id": null, "id": "30497b66-26ea-46cd-b6fc-4771fab38e99"}} 2018-10-26 08:27:53,866 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips used request id req-c28751a3-dfdd-41c1-9c7d-524778e1ffdb 2018-10-26 08:27:53,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}885a09ddaaff211c571edcd62ac2b6135ea5719c" 2018-10-26 08:27:54,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-febd0aed-154a-4a8f-b566-f52fff0b9251 Date: Fri, 26 Oct 2018 08:27:54 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:27:53Z", "updated_at": "2018-10-26T08:27:53Z", "floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "fixed_ip_address": null, "floating_ip_address": "172.30.9.208", "revision_number": 0, "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_id": null, "id": "30497b66-26ea-46cd-b6fc-4771fab38e99"}]} 2018-10-26 08:27:54,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips used request id req-febd0aed-154a-4a8f-b566-f52fff0b9251 2018-10-26 08:27:54,054 - neutron_utils - DEBUG - Attempting to retrieve existing floating ip with IP - 172.30.9.208 2018-10-26 08:27:54,054 - neutron_utils - DEBUG - Attempting to retrieve existing floating ip with IP - 172.30.9.208 2018-10-26 08:27:54,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/floatingips?ip=30497b66-26ea-46cd-b6fc-4771fab38e99 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}885a09ddaaff211c571edcd62ac2b6135ea5719c" 2018-10-26 08:27:54,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-6c621ba4-10ce-469c-a09d-b27151317869 Date: Fri, 26 Oct 2018 08:27:54 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:27:53Z", "updated_at": "2018-10-26T08:27:53Z", "floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "fixed_ip_address": null, "floating_ip_address": "172.30.9.208", "revision_number": 0, "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_id": null, "id": "30497b66-26ea-46cd-b6fc-4771fab38e99"}]} 2018-10-26 08:27:54,250 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips?ip=30497b66-26ea-46cd-b6fc-4771fab38e99 used request id req-6c621ba4-10ce-469c-a09d-b27151317869 2018-10-26 08:27:54,251 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.208 2018-10-26 08:27:54,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/floatingips/30497b66-26ea-46cd-b6fc-4771fab38e99 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}885a09ddaaff211c571edcd62ac2b6135ea5719c" 2018-10-26 08:27:54,920 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cb9bcfbb-5bef-41e5-91e2-6e4462e8b025 Content-Length: 0 Date: Fri, 26 Oct 2018 08:27:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:27:54,920 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/30497b66-26ea-46cd-b6fc-4771fab38e99 used request id req-cb9bcfbb-5bef-41e5-91e2-6e4462e8b025 2018-10-26 08:27:54,921 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 08:27:55,032 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-69619ffa-5dba-4777-8d86-9e615299d182 2018-10-26 08:27:55,032 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:27:55,414 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:27:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["mGpN9NzrS3GCxVvwwWdCRg"], "issued_at": "2018-10-26T08:27:55.000000Z"}} 2018-10-26 08:27:55,417 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2304297b357a707dc98e588cb5a50959dd1c3ec8" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQClBydFwxJoRXdABY9fsdPMq9KnP5Qf62rmT6nBn/HYzxXzgLmVrtk5+TIKxvMpfAC8OawmRzYCX5yF9aJAiE5sDDQrOI7SWrW1p3WyHeMc2w09fNKH5aLpzr3o3Y+Uljwfl9A4kcUn8EKR9J0/Je3lfM8qxceuh7ZlFb25q124cKINV4zhHyXFrLBvt5igpY1S7FR2dr1JHq+HIy+3iJXFrWvPRSpdUK94BkCqJ6QfPDzOLn3JDw1UAtv6yU+AeK8sZexWo4nR4YPEq5V1wEamTUgpsQRXZS5JBEDM9HldogIN8UrPldyzLkrq5IinnKo5p0OK8H+rdzNmynjK+kJ9", "name": "NovaUtilsKeypairTests-69619ffa-5dba-4777-8d86-9e615299d182"}}' 2018-10-26 08:27:56,129 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:27:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1144cd76-bc6e-4062-a8a6-d446f62943b0 x-compute-request-id: req-1144cd76-bc6e-4062-a8a6-d446f62943b0 Content-Encoding: gzip Content-Length: 496 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQClBydFwxJoRXdABY9fsdPMq9KnP5Qf62rmT6nBn/HYzxXzgLmVrtk5+TIKxvMpfAC8OawmRzYCX5yF9aJAiE5sDDQrOI7SWrW1p3WyHeMc2w09fNKH5aLpzr3o3Y+Uljwfl9A4kcUn8EKR9J0/Je3lfM8qxceuh7ZlFb25q124cKINV4zhHyXFrLBvt5igpY1S7FR2dr1JHq+HIy+3iJXFrWvPRSpdUK94BkCqJ6QfPDzOLn3JDw1UAtv6yU+AeK8sZexWo4nR4YPEq5V1wEamTUgpsQRXZS5JBEDM9HldogIN8UrPldyzLkrq5IinnKo5p0OK8H+rdzNmynjK+kJ9", "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "name": "NovaUtilsKeypairTests-69619ffa-5dba-4777-8d86-9e615299d182", "fingerprint": "20:72:47:ec:5b:80:45:f4:c6:90:55:dc:4f:79:ea:9b"}} 2018-10-26 08:27:56,129 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-1144cd76-bc6e-4062-a8a6-d446f62943b0 2018-10-26 08:27:56,134 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-69619ffa-5dba-4777-8d86-9e615299d182 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2304297b357a707dc98e588cb5a50959dd1c3ec8" 2018-10-26 08:27:56,150 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:27: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-f3515208-45ca-4c79-9952-c473b77a2dd6 x-compute-request-id: req-f3515208-45ca-4c79-9952-c473b77a2dd6 Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQClBydFwxJoRXdABY9fsdPMq9KnP5Qf62rmT6nBn/HYzxXzgLmVrtk5+TIKxvMpfAC8OawmRzYCX5yF9aJAiE5sDDQrOI7SWrW1p3WyHeMc2w09fNKH5aLpzr3o3Y+Uljwfl9A4kcUn8EKR9J0/Je3lfM8qxceuh7ZlFb25q124cKINV4zhHyXFrLBvt5igpY1S7FR2dr1JHq+HIy+3iJXFrWvPRSpdUK94BkCqJ6QfPDzOLn3JDw1UAtv6yU+AeK8sZexWo4nR4YPEq5V1wEamTUgpsQRXZS5JBEDM9HldogIN8UrPldyzLkrq5IinnKo5p0OK8H+rdzNmynjK+kJ9", "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "name": "NovaUtilsKeypairTests-69619ffa-5dba-4777-8d86-9e615299d182", "deleted": false, "created_at": "2018-10-26T08:27:56.000000", "updated_at": null, "fingerprint": "20:72:47:ec:5b:80:45:f4:c6:90:55:dc:4f:79:ea:9b", "deleted_at": null, "id": 2}} 2018-10-26 08:27:56,150 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-69619ffa-5dba-4777-8d86-9e615299d182 used request id req-f3515208-45ca-4c79-9952-c473b77a2dd6 2018-10-26 08:27:56,150 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-69619ffa-5dba-4777-8d86-9e615299d182 2018-10-26 08:27:56,153 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-69619ffa-5dba-4777-8d86-9e615299d182 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2304297b357a707dc98e588cb5a50959dd1c3ec8" 2018-10-26 08:27:56,241 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08:27: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-a7fb834d-35a7-490c-aaa7-de147c559bfc x-compute-request-id: req-a7fb834d-35a7-490c-aaa7-de147c559bfc Content-Length: 0 Content-Type: application/json 2018-10-26 08:27:56,241 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-69619ffa-5dba-4777-8d86-9e615299d182 used request id req-a7fb834d-35a7-490c-aaa7-de147c559bfc 2018-10-26 08:27:56,244 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-69619ffa-5dba-4777-8d86-9e615299d182 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2304297b357a707dc98e588cb5a50959dd1c3ec8" 2018-10-26 08:27:56,366 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 08:27: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-4b5008d7-a2b8-45fa-a0c0-ccd3415d2d64 x-compute-request-id: req-4b5008d7-a2b8-45fa-a0c0-ccd3415d2d64 Content-Length: 164 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair NovaUtilsKeypairTests-69619ffa-5dba-4777-8d86-9e615299d182 not found for user 33d9df1b41b84eb5b98a2538f2ae93a5", "code": 404}} 2018-10-26 08:27:56,366 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-69619ffa-5dba-4777-8d86-9e615299d182 used request id req-4b5008d7-a2b8-45fa-a0c0-ccd3415d2d64 2018-10-26 08:27:56,366 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-69619ffa-5dba-4777-8d86-9e615299d182 2018-10-26 08:27:56,369 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-69619ffa-5dba-4777-8d86-9e615299d182 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2304297b357a707dc98e588cb5a50959dd1c3ec8" 2018-10-26 08:27:56,490 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 08:27: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-3d370472-18cf-4a8c-a5a3-fc20ba155338 x-compute-request-id: req-3d370472-18cf-4a8c-a5a3-fc20ba155338 Content-Length: 164 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair NovaUtilsKeypairTests-69619ffa-5dba-4777-8d86-9e615299d182 not found for user 33d9df1b41b84eb5b98a2538f2ae93a5", "code": 404}} 2018-10-26 08:27:56,491 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-69619ffa-5dba-4777-8d86-9e615299d182 used request id req-3d370472-18cf-4a8c-a5a3-fc20ba155338 2018-10-26 08:27:56,492 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 08:27:56,674 - file_utils - INFO - Saved public key to - tmp/NovaUtilsKeypairTests-3a316a54-c129-4a13-8d69-bb74a06e27ba.pub 2018-10-26 08:27:56,674 - file_utils - INFO - Saved private key to - tmp/NovaUtilsKeypairTests-3a316a54-c129-4a13-8d69-bb74a06e27ba 2018-10-26 08:27:56,674 - nova_utils - INFO - Saving keypair to - tmp/NovaUtilsKeypairTests-3a316a54-c129-4a13-8d69-bb74a06e27ba.pub 2018-10-26 08:27:56,674 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-3a316a54-c129-4a13-8d69-bb74a06e27ba 2018-10-26 08:27:56,674 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:27:57,136 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:27:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["bNSRaK6rSMKNoxea13tvCQ"], "issued_at": "2018-10-26T08:27:57.000000Z"}} 2018-10-26 08:27:57,139 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}499924f7dcb281bd82e1e7bfe3ff892c1f3c31db" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDRau05M+doCYV201sX8A+Wjbkb9D6kW0WtUUsbfZSJ3HaJEHJo9A7M7A5IPwksVKqYcudozTF2u9C0ZusRXujWNNxZifKoTL7DvDROwz42hWeV52hgKJGtlIxtrqgdh28Wi4AWBfszrErLWY9c2ad0vjUS1Sn1tqFyTH2+tXCuCa3Ri4uWbnQX8Sutbj5/WIXRbG4zQn/Lg+wxpxbvUTmWt5fwi46ZgNMk7Ms90VOV1zA3/R5N8GCFAZW40ZO6KWtk52AmdsRmiRebbWS+zA2AOIBSX2i75aEe0Amu38z5Ye9te19yrc4UIjMwCQ8hmkps5mVCRhXHdfTLW46fVetz", "name": "NovaUtilsKeypairTests-3a316a54-c129-4a13-8d69-bb74a06e27ba"}}' 2018-10-26 08:27:57,877 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:27:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-766da6b6-ceef-4017-81bd-c456c625bf39 x-compute-request-id: req-766da6b6-ceef-4017-81bd-c456c625bf39 Content-Encoding: gzip Content-Length: 496 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDRau05M+doCYV201sX8A+Wjbkb9D6kW0WtUUsbfZSJ3HaJEHJo9A7M7A5IPwksVKqYcudozTF2u9C0ZusRXujWNNxZifKoTL7DvDROwz42hWeV52hgKJGtlIxtrqgdh28Wi4AWBfszrErLWY9c2ad0vjUS1Sn1tqFyTH2+tXCuCa3Ri4uWbnQX8Sutbj5/WIXRbG4zQn/Lg+wxpxbvUTmWt5fwi46ZgNMk7Ms90VOV1zA3/R5N8GCFAZW40ZO6KWtk52AmdsRmiRebbWS+zA2AOIBSX2i75aEe0Amu38z5Ye9te19yrc4UIjMwCQ8hmkps5mVCRhXHdfTLW46fVetz", "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "name": "NovaUtilsKeypairTests-3a316a54-c129-4a13-8d69-bb74a06e27ba", "fingerprint": "39:dc:24:89:ef:71:f7:61:7f:ba:f4:78:3f:cb:be:d1"}} 2018-10-26 08:27:57,878 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-766da6b6-ceef-4017-81bd-c456c625bf39 2018-10-26 08:27:57,878 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-3a316a54-c129-4a13-8d69-bb74a06e27ba 2018-10-26 08:27:57,881 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-3a316a54-c129-4a13-8d69-bb74a06e27ba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}499924f7dcb281bd82e1e7bfe3ff892c1f3c31db" 2018-10-26 08:27:57,913 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08:27:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2eda80d9-5708-4d20-8874-e146ae056611 x-compute-request-id: req-2eda80d9-5708-4d20-8874-e146ae056611 Content-Length: 0 Content-Type: application/json 2018-10-26 08:27:57,913 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-3a316a54-c129-4a13-8d69-bb74a06e27ba used request id req-2eda80d9-5708-4d20-8874-e146ae056611 2018-10-26 08:27:57,914 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 08:27:57,948 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-14d5e559-f9b6-4430-96bd-605c058c7f31 2018-10-26 08:27:57,948 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:27:58,330 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:27:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["3Oknn-_XRemD-0uE8BZMew"], "issued_at": "2018-10-26T08:27:58.000000Z"}} 2018-10-26 08:27:58,333 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bb5c92a5eea9352cfdd5d2fb3f7b6b42af8861f" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKhDQgrs0j3qNm3iwp+YIMk9JNmh4SAi6WXkHtLrcP5iBNwEdXIDro6Q3vXvGDiWbxkLQw6O3XlwADNsZI0hdp89115vmLK9YFcX9LRYUFGbeNQEaTMKmtQ9+PVqomwP+m2rnRPHlM8YjMHU727Hya9x5frW4kBrZkJ8wIOsAVHRyxqXVYCu27DFg++fznsowAR6ehJxzdhGnJbGtiuKtgpgl6YdZD2/oOIod06xDcaJ4WImBAc0M2iMDdLQkHJaKhM1b3bFpqfuGfv91mexc+GdfNhgftIm4Dq7pVCTRyzXMaTiy2HQGVOtFt2J3+tTJbxLe9C7i7l0kT0CdJnflb", "name": "NovaUtilsKeypairTests-14d5e559-f9b6-4430-96bd-605c058c7f31"}}' 2018-10-26 08:27:58,996 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:27: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-ff56fad7-ecd7-4cf5-9251-59c67f97e0d1 x-compute-request-id: req-ff56fad7-ecd7-4cf5-9251-59c67f97e0d1 Content-Encoding: gzip Content-Length: 499 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKhDQgrs0j3qNm3iwp+YIMk9JNmh4SAi6WXkHtLrcP5iBNwEdXIDro6Q3vXvGDiWbxkLQw6O3XlwADNsZI0hdp89115vmLK9YFcX9LRYUFGbeNQEaTMKmtQ9+PVqomwP+m2rnRPHlM8YjMHU727Hya9x5frW4kBrZkJ8wIOsAVHRyxqXVYCu27DFg++fznsowAR6ehJxzdhGnJbGtiuKtgpgl6YdZD2/oOIod06xDcaJ4WImBAc0M2iMDdLQkHJaKhM1b3bFpqfuGfv91mexc+GdfNhgftIm4Dq7pVCTRyzXMaTiy2HQGVOtFt2J3+tTJbxLe9C7i7l0kT0CdJnflb", "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "name": "NovaUtilsKeypairTests-14d5e559-f9b6-4430-96bd-605c058c7f31", "fingerprint": "68:89:b3:6c:ba:49:7a:d3:2e:35:ae:22:36:3e:81:d9"}} 2018-10-26 08:27:58,996 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-ff56fad7-ecd7-4cf5-9251-59c67f97e0d1 2018-10-26 08:27:59,000 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-14d5e559-f9b6-4430-96bd-605c058c7f31 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bb5c92a5eea9352cfdd5d2fb3f7b6b42af8861f" 2018-10-26 08:27:59,015 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:27:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-99448dea-4fd1-4b3c-bb3d-8e669e1ae5f9 x-compute-request-id: req-99448dea-4fd1-4b3c-bb3d-8e669e1ae5f9 Content-Encoding: gzip Content-Length: 557 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKhDQgrs0j3qNm3iwp+YIMk9JNmh4SAi6WXkHtLrcP5iBNwEdXIDro6Q3vXvGDiWbxkLQw6O3XlwADNsZI0hdp89115vmLK9YFcX9LRYUFGbeNQEaTMKmtQ9+PVqomwP+m2rnRPHlM8YjMHU727Hya9x5frW4kBrZkJ8wIOsAVHRyxqXVYCu27DFg++fznsowAR6ehJxzdhGnJbGtiuKtgpgl6YdZD2/oOIod06xDcaJ4WImBAc0M2iMDdLQkHJaKhM1b3bFpqfuGfv91mexc+GdfNhgftIm4Dq7pVCTRyzXMaTiy2HQGVOtFt2J3+tTJbxLe9C7i7l0kT0CdJnflb", "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "name": "NovaUtilsKeypairTests-14d5e559-f9b6-4430-96bd-605c058c7f31", "deleted": false, "created_at": "2018-10-26T08:27:58.000000", "updated_at": null, "fingerprint": "68:89:b3:6c:ba:49:7a:d3:2e:35:ae:22:36:3e:81:d9", "deleted_at": null, "id": 8}} 2018-10-26 08:27:59,015 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-14d5e559-f9b6-4430-96bd-605c058c7f31 used request id req-99448dea-4fd1-4b3c-bb3d-8e669e1ae5f9 2018-10-26 08:27:59,018 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bb5c92a5eea9352cfdd5d2fb3f7b6b42af8861f" 2018-10-26 08:27:59,147 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:27:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f24697c5-bcba-40c3-8f04-8a452db17b85 x-compute-request-id: req-f24697c5-bcba-40c3-8f04-8a452db17b85 Content-Encoding: gzip Content-Length: 476 Content-Type: application/json RESP BODY: {"keypairs": [{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKhDQgrs0j3qNm3iwp+YIMk9JNmh4SAi6WXkHtLrcP5iBNwEdXIDro6Q3vXvGDiWbxkLQw6O3XlwADNsZI0hdp89115vmLK9YFcX9LRYUFGbeNQEaTMKmtQ9+PVqomwP+m2rnRPHlM8YjMHU727Hya9x5frW4kBrZkJ8wIOsAVHRyxqXVYCu27DFg++fznsowAR6ehJxzdhGnJbGtiuKtgpgl6YdZD2/oOIod06xDcaJ4WImBAc0M2iMDdLQkHJaKhM1b3bFpqfuGfv91mexc+GdfNhgftIm4Dq7pVCTRyzXMaTiy2HQGVOtFt2J3+tTJbxLe9C7i7l0kT0CdJnflb", "name": "NovaUtilsKeypairTests-14d5e559-f9b6-4430-96bd-605c058c7f31", "fingerprint": "68:89:b3:6c:ba:49:7a:d3:2e:35:ae:22:36:3e:81:d9"}}]} 2018-10-26 08:27:59,147 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-f24697c5-bcba-40c3-8f04-8a452db17b85 2018-10-26 08:27:59,148 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-14d5e559-f9b6-4430-96bd-605c058c7f31 2018-10-26 08:27:59,151 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-14d5e559-f9b6-4430-96bd-605c058c7f31 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bb5c92a5eea9352cfdd5d2fb3f7b6b42af8861f" 2018-10-26 08:27:59,186 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08:27:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f380428a-bcc9-432e-a345-97c66d854754 x-compute-request-id: req-f380428a-bcc9-432e-a345-97c66d854754 Content-Length: 0 Content-Type: application/json 2018-10-26 08:27:59,187 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-14d5e559-f9b6-4430-96bd-605c058c7f31 used request id req-f380428a-bcc9-432e-a345-97c66d854754 2018-10-26 08:27:59,188 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 08:27:59,189 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:27:59,579 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:27:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["p8NprnziSP6tx0nCRe_OpQ"], "issued_at": "2018-10-26T08:27:59.000000Z"}} 2018-10-26 08:27:59,582 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ebd9cd64f9ef53703015b04246f8f53d358cca4" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "NovaUtilsFlavorTests-cc80764e-a484-4e3f-9fc5-41936378b06b-name", "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "OS-FLV-EXT-DATA:ephemeral": 1, "ram": 1, "id": "NovaUtilsFlavorTests-cc80764e-a484-4e3f-9fc5-41936378b06b-id", "swap": 2}}' 2018-10-26 08:28:00,370 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:27:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4db3bbf4-a10d-47a5-9cf1-16a5a04bd193 x-compute-request-id: req-4db3bbf4-a10d-47a5-9cf1-16a5a04bd193 Content-Encoding: gzip Content-Length: 288 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/NovaUtilsFlavorTests-cc80764e-a484-4e3f-9fc5-41936378b06b-id", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/NovaUtilsFlavorTests-cc80764e-a484-4e3f-9fc5-41936378b06b-id", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "disk": 1, "id": "NovaUtilsFlavorTests-cc80764e-a484-4e3f-9fc5-41936378b06b-id", "name": "NovaUtilsFlavorTests-cc80764e-a484-4e3f-9fc5-41936378b06b-name", "vcpus": 1, "swap": 2, "OS-FLV-EXT-DATA:ephemeral": 1}} 2018-10-26 08:28:00,370 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-4db3bbf4-a10d-47a5-9cf1-16a5a04bd193 2018-10-26 08:28:00,373 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/NovaUtilsFlavorTests-cc80764e-a484-4e3f-9fc5-41936378b06b-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ebd9cd64f9ef53703015b04246f8f53d358cca4" 2018-10-26 08:28:00,539 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08:28: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-da76e9a1-87b1-4851-bf87-3f374d06c524 x-compute-request-id: req-da76e9a1-87b1-4851-bf87-3f374d06c524 Content-Length: 0 Content-Type: application/json 2018-10-26 08:28:00,540 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/NovaUtilsFlavorTests-cc80764e-a484-4e3f-9fc5-41936378b06b-id used request id req-da76e9a1-87b1-4851-bf87-3f374d06c524 2018-10-26 08:28:00,543 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ebd9cd64f9ef53703015b04246f8f53d358cca4" 2018-10-26 08:28:00,578 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:28: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-61071ddb-ee5f-4110-accb-ceff1d1eb8d3 x-compute-request-id: req-61071ddb-ee5f-4110-accb-ceff1d1eb8d3 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-26 08:28:00,578 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-61071ddb-ee5f-4110-accb-ceff1d1eb8d3 2018-10-26 08:28:00,581 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/NovaUtilsFlavorTests-cc80764e-a484-4e3f-9fc5-41936378b06b-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ebd9cd64f9ef53703015b04246f8f53d358cca4" 2018-10-26 08:28:00,600 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 08:28: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-9bb8da90-01e3-4e21-bcfc-82f4f210836d x-compute-request-id: req-9bb8da90-01e3-4e21-bcfc-82f4f210836d Content-Length: 133 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor NovaUtilsFlavorTests-cc80764e-a484-4e3f-9fc5-41936378b06b-id could not be found.", "code": 404}} 2018-10-26 08:28:00,600 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/NovaUtilsFlavorTests-cc80764e-a484-4e3f-9fc5-41936378b06b-id used request id req-9bb8da90-01e3-4e21-bcfc-82f4f210836d 2018-10-26 08:28:00,601 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 08:28:00,602 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:28:00,995 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:28:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["FnF3-UyaSf295XL4EVMPmQ"], "issued_at": "2018-10-26T08:28:00.000000Z"}} 2018-10-26 08:28:00,998 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}485bb2cab2d9b64c1ac1fcec401a7e021eeca1de" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "NovaUtilsFlavorTests-8325904e-31a9-4896-9dff-dbedebb94b73-name", "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "OS-FLV-EXT-DATA:ephemeral": 1, "ram": 1, "id": "NovaUtilsFlavorTests-8325904e-31a9-4896-9dff-dbedebb94b73-id", "swap": 2}}' 2018-10-26 08:28:01,614 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:28:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b19a9d5d-daad-45d1-adf4-87afb75eb0b5 x-compute-request-id: req-b19a9d5d-daad-45d1-adf4-87afb75eb0b5 Content-Encoding: gzip Content-Length: 288 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/NovaUtilsFlavorTests-8325904e-31a9-4896-9dff-dbedebb94b73-id", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/NovaUtilsFlavorTests-8325904e-31a9-4896-9dff-dbedebb94b73-id", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "disk": 1, "id": "NovaUtilsFlavorTests-8325904e-31a9-4896-9dff-dbedebb94b73-id", "name": "NovaUtilsFlavorTests-8325904e-31a9-4896-9dff-dbedebb94b73-name", "vcpus": 1, "swap": 2, "OS-FLV-EXT-DATA:ephemeral": 1}} 2018-10-26 08:28:01,614 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-b19a9d5d-daad-45d1-adf4-87afb75eb0b5 2018-10-26 08:28:01,618 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/NovaUtilsFlavorTests-8325904e-31a9-4896-9dff-dbedebb94b73-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}485bb2cab2d9b64c1ac1fcec401a7e021eeca1de" 2018-10-26 08:28:01,652 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08:28:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-97b36302-c927-4500-8613-72f89902d8e6 x-compute-request-id: req-97b36302-c927-4500-8613-72f89902d8e6 Content-Length: 0 Content-Type: application/json 2018-10-26 08:28:01,652 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/NovaUtilsFlavorTests-8325904e-31a9-4896-9dff-dbedebb94b73-id used request id req-97b36302-c927-4500-8613-72f89902d8e6 2018-10-26 08:28:01,653 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 08:28:01,655 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:28:02,029 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:28:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["hbZGGEHxTju1QiQ1Z3-Rqg"], "issued_at": "2018-10-26T08:28:02.000000Z"}} 2018-10-26 08:28:02,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb4e0b0306f39409c70289b4a9d5a419fb0511a7" 2018-10-26 08:28:02,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:28:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39be402c-7ad2-4441-9c03-5249a913f44a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:28:02,044 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-39be402c-7ad2-4441-9c03-5249a913f44a 2018-10-26 08:28:02,045 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-26 08:28:02,045 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:28:02,046 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:28:02,511 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:28:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["LyWWfSnQSQmqhm4PamSeAQ"], "issued_at": "2018-10-26T08:28:02.000000Z"}} 2018-10-26 08:28:02,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a22c9f9b82ef85386011f8eb76e6a7b3c197c89" 2018-10-26 08:28:02,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:28:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-187f7eef-0730-42cc-b70b-e8d3563f9e67 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:28:02,596 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-187f7eef-0730-42cc-b70b-e8d3563f9e67 2018-10-26 08:28:02,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-82b2e1df-1add-4e1c-ab5d-e0354a36f319-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2a22c9f9b82ef85386011f8eb76e6a7b3c197c89" 2018-10-26 08:28:03,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 167 Content-Type: application/json X-Openstack-Request-Id: req-669ac443-a0da-4947-adc3-146a040b616a Date: Fri, 26 Oct 2018 08:28:03 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceTests-82b2e1df-1add-4e1c-ab5d-e0354a36f319-image"} 2018-10-26 08:28:03,214 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-82b2e1df-1add-4e1c-ab5d-e0354a36f319-image used request id req-669ac443-a0da-4947-adc3-146a040b616a 2018-10-26 08:28:03,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2a22c9f9b82ef85386011f8eb76e6a7b3c197c89" 2018-10-26 08:28:03,891 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-dba756d7-0d42-4ee7-a69e-3e39c6471934 Date: Fri, 26 Oct 2018 08:28: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-26 08:28:03,891 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-dba756d7-0d42-4ee7-a69e-3e39c6471934 2018-10-26 08:28:03,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2a22c9f9b82ef85386011f8eb76e6a7b3c197c89" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceTests-82b2e1df-1add-4e1c-ab5d-e0354a36f319-image"}' 2018-10-26 08:28:04,657 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 626 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/d5b624bf-8674-41c7-b762-1628bac1d373 X-Openstack-Request-Id: req-58cf4325-c2c0-4962-83a9-b7d4010d07e1 Date: Fri, 26 Oct 2018 08:28:04 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceTests-82b2e1df-1add-4e1c-ab5d-e0354a36f319-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T08:28:04Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-26T08:28:04Z", "visibility": "shared", "locations": [], "self": "/v2/images/d5b624bf-8674-41c7-b762-1628bac1d373", "min_disk": 0, "protected": false, "id": "d5b624bf-8674-41c7-b762-1628bac1d373", "file": "/v2/images/d5b624bf-8674-41c7-b762-1628bac1d373/file", "checksum": null, "owner": "e8c35a3eddcb484a9d13f31d10ef71de", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 08:28:04,657 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-58cf4325-c2c0-4962-83a9-b7d4010d07e1 2018-10-26 08:28:04,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/d5b624bf-8674-41c7-b762-1628bac1d373/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2a22c9f9b82ef85386011f8eb76e6a7b3c197c89" -d '' 2018-10-26 08:28:06,660 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-801bbf52-9ef7-465a-80ac-6b0173b1787c Date: Fri, 26 Oct 2018 08:28: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-26 08:28:06,660 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/d5b624bf-8674-41c7-b762-1628bac1d373/file used request id req-801bbf52-9ef7-465a-80ac-6b0173b1787c 2018-10-26 08:28:06,661 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 08:28:06,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/d5b624bf-8674-41c7-b762-1628bac1d373 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2a22c9f9b82ef85386011f8eb76e6a7b3c197c89" 2018-10-26 08:28:06,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 887 Content-Type: application/json X-Openstack-Request-Id: req-a0d57844-e5c6-4402-a8f1-2fe2f8755296 Date: Fri, 26 Oct 2018 08:28:06 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-82b2e1df-1add-4e1c-ab5d-e0354a36f319-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T08:28:04Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T08:28:06Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/d5b624bf-8674-41c7-b762-1628bac1d373/snap", "metadata": {}}], "self": "/v2/images/d5b624bf-8674-41c7-b762-1628bac1d373", "min_disk": 0, "protected": false, "id": "d5b624bf-8674-41c7-b762-1628bac1d373", "file": "/v2/images/d5b624bf-8674-41c7-b762-1628bac1d373/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e8c35a3eddcb484a9d13f31d10ef71de", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/d5b624bf-8674-41c7-b762-1628bac1d373/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 08:28:06,818 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/d5b624bf-8674-41c7-b762-1628bac1d373 used request id req-a0d57844-e5c6-4402-a8f1-2fe2f8755296 2018-10-26 08:28:06,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2a22c9f9b82ef85386011f8eb76e6a7b3c197c89" 2018-10-26 08:28:06,828 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c415da0a-cbd9-4529-b651-10fe836fa604 Date: Fri, 26 Oct 2018 08:28: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-26 08:28:06,829 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-c415da0a-cbd9-4529-b651-10fe836fa604 2018-10-26 08:28:06,831 - create_image - INFO - Created image with name - NovaUtilsInstanceTests-82b2e1df-1add-4e1c-ab5d-e0354a36f319-image 2018-10-26 08:28:06,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/d5b624bf-8674-41c7-b762-1628bac1d373 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2a22c9f9b82ef85386011f8eb76e6a7b3c197c89" 2018-10-26 08:28:07,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 887 Content-Type: application/json X-Openstack-Request-Id: req-59725c80-6a79-4a3b-8cf0-0008926e6558 Date: Fri, 26 Oct 2018 08:28:07 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-82b2e1df-1add-4e1c-ab5d-e0354a36f319-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T08:28:04Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T08:28:06Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/d5b624bf-8674-41c7-b762-1628bac1d373/snap", "metadata": {}}], "self": "/v2/images/d5b624bf-8674-41c7-b762-1628bac1d373", "min_disk": 0, "protected": false, "id": "d5b624bf-8674-41c7-b762-1628bac1d373", "file": "/v2/images/d5b624bf-8674-41c7-b762-1628bac1d373/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e8c35a3eddcb484a9d13f31d10ef71de", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/d5b624bf-8674-41c7-b762-1628bac1d373/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 08:28:07,537 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/d5b624bf-8674-41c7-b762-1628bac1d373 used request id req-59725c80-6a79-4a3b-8cf0-0008926e6558 2018-10-26 08:28:07,538 - create_image - DEBUG - Instance status is - active 2018-10-26 08:28:07,538 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceTests-82b2e1df-1add-4e1c-ab5d-e0354a36f319-image 2018-10-26 08:28:07,538 - create_image - INFO - Image is now active with name - NovaUtilsInstanceTests-82b2e1df-1add-4e1c-ab5d-e0354a36f319-image 2018-10-26 08:28:07,539 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:28:07,540 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:28:07,926 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:28:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["cWj_ieY-Qp-XmLncGPYsnQ"], "issued_at": "2018-10-26T08:28:07.000000Z"}} 2018-10-26 08:28:07,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c16b83158a777eeb5dd62083c55c2cb93be87403" 2018-10-26 08:28:08,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:28:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b08343e4-c6b7-4fe8-80bf-6bdf610a3ab0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:28:08,008 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b08343e4-c6b7-4fe8-80bf-6bdf610a3ab0 2018-10-26 08:28:08,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceTests-82b2e1df-1add-4e1c-ab5d-e0354a36f319-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c16b83158a777eeb5dd62083c55c2cb93be87403" 2018-10-26 08:28:08,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-e249a147-06dd-45b9-8ee9-09446b628367 Date: Fri, 26 Oct 2018 08:28:08 GMT RESP BODY: {"networks":[]} 2018-10-26 08:28:08,205 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceTests-82b2e1df-1add-4e1c-ab5d-e0354a36f319-net used request id req-e249a147-06dd-45b9-8ee9-09446b628367 2018-10-26 08:28:08,206 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceTests-82b2e1df-1add-4e1c-ab5d-e0354a36f319-net 2018-10-26 08:28:08,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c16b83158a777eeb5dd62083c55c2cb93be87403" -d '{"network": {"name": "NovaUtilsInstanceTests-82b2e1df-1add-4e1c-ab5d-e0354a36f319-net", "admin_state_up": true}}' 2018-10-26 08:28:08,754 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-43f74e73-f352-440b-8444-a459c9dc4314 Date: Fri, 26 Oct 2018 08:28: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":"a5cc23dc-16d6-4cd4-8fe3-9f3ea91485fc","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":50,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T08:28:08Z","is_default":false,"qos_policy_id":null,"name":"NovaUtilsInstanceTests-82b2e1df-1add-4e1c-ab5d-e0354a36f319-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:28:08Z","mtu":1450}} 2018-10-26 08:28:08,754 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-43f74e73-f352-440b-8444-a459c9dc4314 2018-10-26 08:28:08,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=a5cc23dc-16d6-4cd4-8fe3-9f3ea91485fc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c16b83158a777eeb5dd62083c55c2cb93be87403" 2018-10-26 08:28:09,173 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-a28f0095-a869-4c78-8824-9211b92ecd96 Date: Fri, 26 Oct 2018 08:28:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a5cc23dc-16d6-4cd4-8fe3-9f3ea91485fc","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":50,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T08:28:08Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-82b2e1df-1add-4e1c-ab5d-e0354a36f319-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:28:08Z","provider:network_type":"vxlan"}]} 2018-10-26 08:28:09,173 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=a5cc23dc-16d6-4cd4-8fe3-9f3ea91485fc used request id req-a28f0095-a869-4c78-8824-9211b92ecd96 2018-10-26 08:28:09,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=a5cc23dc-16d6-4cd4-8fe3-9f3ea91485fc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c16b83158a777eeb5dd62083c55c2cb93be87403" 2018-10-26 08:28:09,390 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-121d0935-b6c8-4c5e-ad71-0309e3079788 Date: Fri, 26 Oct 2018 08:28:09 GMT RESP BODY: {"subnets":[]} 2018-10-26 08:28:09,390 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=a5cc23dc-16d6-4cd4-8fe3-9f3ea91485fc used request id req-121d0935-b6c8-4c5e-ad71-0309e3079788 2018-10-26 08:28:09,390 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceTests-82b2e1df-1add-4e1c-ab5d-e0354a36f319-subnet 2018-10-26 08:28:09,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c16b83158a777eeb5dd62083c55c2cb93be87403" -d '{"subnets": [{"ip_version": 4, "network_id": "a5cc23dc-16d6-4cd4-8fe3-9f3ea91485fc", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceTests-82b2e1df-1add-4e1c-ab5d-e0354a36f319-subnet"}]}' 2018-10-26 08:28:09,935 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-26cfc13c-35ea-47f1-be8b-a1e7f7af711b Date: Fri, 26 Oct 2018 08:28:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a5cc23dc-16d6-4cd4-8fe3-9f3ea91485fc","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:28:09Z","dns_nameservers":[],"updated_at":"2018-10-26T08:28:09Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"d582d095-19ed-4fa6-899d-39538f725fe1","subnetpool_id":null,"name":"NovaUtilsInstanceTests-82b2e1df-1add-4e1c-ab5d-e0354a36f319-subnet"}]} 2018-10-26 08:28:09,935 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-26cfc13c-35ea-47f1-be8b-a1e7f7af711b 2018-10-26 08:28:09,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=a5cc23dc-16d6-4cd4-8fe3-9f3ea91485fc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c16b83158a777eeb5dd62083c55c2cb93be87403" 2018-10-26 08:28:10,181 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 744 X-Openstack-Request-Id: req-5001be0f-e493-4609-a678-826ed65572e6 Date: Fri, 26 Oct 2018 08:28:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a5cc23dc-16d6-4cd4-8fe3-9f3ea91485fc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":50,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["d582d095-19ed-4fa6-899d-39538f725fe1"],"description":"","tags":[],"updated_at":"2018-10-26T08:28:09Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-82b2e1df-1add-4e1c-ab5d-e0354a36f319-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:28:08Z","provider:network_type":"vxlan"}]} 2018-10-26 08:28:10,181 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=a5cc23dc-16d6-4cd4-8fe3-9f3ea91485fc used request id req-5001be0f-e493-4609-a678-826ed65572e6 2018-10-26 08:28:10,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=a5cc23dc-16d6-4cd4-8fe3-9f3ea91485fc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c16b83158a777eeb5dd62083c55c2cb93be87403" 2018-10-26 08:28:10,387 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-ac1f1638-de4b-4409-bb3f-4c36bd458e0a Date: Fri, 26 Oct 2018 08:28:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a5cc23dc-16d6-4cd4-8fe3-9f3ea91485fc","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:28:09Z","dns_nameservers":[],"updated_at":"2018-10-26T08:28:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"d582d095-19ed-4fa6-899d-39538f725fe1","subnetpool_id":null,"name":"NovaUtilsInstanceTests-82b2e1df-1add-4e1c-ab5d-e0354a36f319-subnet"}]} 2018-10-26 08:28:10,387 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=a5cc23dc-16d6-4cd4-8fe3-9f3ea91485fc used request id req-ac1f1638-de4b-4409-bb3f-4c36bd458e0a 2018-10-26 08:28:10,387 - OpenStackNetwork - DEBUG - Network [a5cc23dc-16d6-4cd4-8fe3-9f3ea91485fc] created successfully 2018-10-26 08:28:10,388 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:28:10,388 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:28:10,777 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:28:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["HDCQLrePS6uNbH1Y0318oQ"], "issued_at": "2018-10-26T08:28:10.000000Z"}} 2018-10-26 08:28:10,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96fb9dfb1623d37a1916d4368752076fb3e507d8" 2018-10-26 08:28:10,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:28:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a91fdb79-c1cb-4cda-8382-a1339f20c8c8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:28:10,855 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a91fdb79-c1cb-4cda-8382-a1339f20c8c8 2018-10-26 08:28:10,856 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 08:28:10,861 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96fb9dfb1623d37a1916d4368752076fb3e507d8" 2018-10-26 08:28:11,536 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:28: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-f00ecfe7-b09e-4480-825b-e49ca2ecedac x-compute-request-id: req-f00ecfe7-b09e-4480-825b-e49ca2ecedac Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-26 08:28:11,536 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-f00ecfe7-b09e-4480-825b-e49ca2ecedac 2018-10-26 08:28:11,539 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96fb9dfb1623d37a1916d4368752076fb3e507d8" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceTests-82b2e1df-1add-4e1c-ab5d-e0354a36f319-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-26 08:28:11,616 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:28:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8797938a-48d2-4a83-b305-9d21c762eb63 x-compute-request-id: req-8797938a-48d2-4a83-b305-9d21c762eb63 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/6bb317ac-191f-44e7-9e7a-719b12f6c245", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/6bb317ac-191f-44e7-9e7a-719b12f6c245", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "6bb317ac-191f-44e7-9e7a-719b12f6c245", "name": "NovaUtilsInstanceTests-82b2e1df-1add-4e1c-ab5d-e0354a36f319-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 08:28:11,616 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-8797938a-48d2-4a83-b305-9d21c762eb63 2018-10-26 08:28:11,616 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:28:11,617 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:28:11,998 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:28:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["K0Uaa7PaTQK9UyOGnUeGhA"], "issued_at": "2018-10-26T08:28:11.000000Z"}} 2018-10-26 08:28:11,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abb13baeb78bd8293e320f69c3f061e5b98ae040" 2018-10-26 08:28:12,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:28:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2f050f4-05bc-4b14-a99f-3001a57e9b37 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:28:12,079 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a2f050f4-05bc-4b14-a99f-3001a57e9b37 2018-10-26 08:28:12,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceTests-82b2e1df-1add-4e1c-ab5d-e0354a36f319-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb4e0b0306f39409c70289b4a9d5a419fb0511a7" 2018-10-26 08:28:12,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 744 X-Openstack-Request-Id: req-96cf7271-0938-4344-8e17-f73cb2dd1655 Date: Fri, 26 Oct 2018 08:28:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a5cc23dc-16d6-4cd4-8fe3-9f3ea91485fc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":50,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["d582d095-19ed-4fa6-899d-39538f725fe1"],"description":"","tags":[],"updated_at":"2018-10-26T08:28:09Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-82b2e1df-1add-4e1c-ab5d-e0354a36f319-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:28:08Z","provider:network_type":"vxlan"}]} 2018-10-26 08:28:12,329 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceTests-82b2e1df-1add-4e1c-ab5d-e0354a36f319-net used request id req-96cf7271-0938-4344-8e17-f73cb2dd1655 2018-10-26 08:28:12,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=a5cc23dc-16d6-4cd4-8fe3-9f3ea91485fc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb4e0b0306f39409c70289b4a9d5a419fb0511a7" 2018-10-26 08:28:12,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-2ae64ee4-39e1-41f0-9ea6-0312c07014bc Date: Fri, 26 Oct 2018 08:28:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a5cc23dc-16d6-4cd4-8fe3-9f3ea91485fc","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:28:09Z","dns_nameservers":[],"updated_at":"2018-10-26T08:28:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"d582d095-19ed-4fa6-899d-39538f725fe1","subnetpool_id":null,"name":"NovaUtilsInstanceTests-82b2e1df-1add-4e1c-ab5d-e0354a36f319-subnet"}]} 2018-10-26 08:28:12,545 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=a5cc23dc-16d6-4cd4-8fe3-9f3ea91485fc used request id req-2ae64ee4-39e1-41f0-9ea6-0312c07014bc 2018-10-26 08:28:12,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceTests-82b2e1df-1add-4e1c-ab5d-e0354a36f319-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb4e0b0306f39409c70289b4a9d5a419fb0511a7" 2018-10-26 08:28:12,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 744 X-Openstack-Request-Id: req-7e901a73-22d6-427b-8089-f753f3bc9460 Date: Fri, 26 Oct 2018 08:28:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a5cc23dc-16d6-4cd4-8fe3-9f3ea91485fc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":50,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["d582d095-19ed-4fa6-899d-39538f725fe1"],"description":"","tags":[],"updated_at":"2018-10-26T08:28:09Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-82b2e1df-1add-4e1c-ab5d-e0354a36f319-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:28:08Z","provider:network_type":"vxlan"}]} 2018-10-26 08:28:12,776 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceTests-82b2e1df-1add-4e1c-ab5d-e0354a36f319-net used request id req-7e901a73-22d6-427b-8089-f753f3bc9460 2018-10-26 08:28:12,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:28:12,785 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:28: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:28:12,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abb13baeb78bd8293e320f69c3f061e5b98ae040" 2018-10-26 08:28:12,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:28:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1df03b91-1038-4882-bd6c-17861082ab21 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:28:12,969 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-1df03b91-1038-4882-bd6c-17861082ab21 2018-10-26 08:28:12,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=a5cc23dc-16d6-4cd4-8fe3-9f3ea91485fc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb4e0b0306f39409c70289b4a9d5a419fb0511a7" 2018-10-26 08:28:13,179 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-0f9682cb-9956-4153-898d-be40cd8c0541 Date: Fri, 26 Oct 2018 08:28:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a5cc23dc-16d6-4cd4-8fe3-9f3ea91485fc","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:28:09Z","dns_nameservers":[],"updated_at":"2018-10-26T08:28:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"d582d095-19ed-4fa6-899d-39538f725fe1","subnetpool_id":null,"name":"NovaUtilsInstanceTests-82b2e1df-1add-4e1c-ab5d-e0354a36f319-subnet"}]} 2018-10-26 08:28:13,179 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=a5cc23dc-16d6-4cd4-8fe3-9f3ea91485fc used request id req-0f9682cb-9956-4153-898d-be40cd8c0541 2018-10-26 08:28:13,180 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceTests-82b2e1df-1add-4e1c-ab5d-e0354a36f319-net 2018-10-26 08:28:13,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb4e0b0306f39409c70289b4a9d5a419fb0511a7" -d '{"port": {"network_id": "a5cc23dc-16d6-4cd4-8fe3-9f3ea91485fc", "name": "NovaUtilsInstanceTests-82b2e1df-1add-4e1c-ab5d-e0354a36f319-port", "admin_state_up": true}}' 2018-10-26 08:28:14,138 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 873 X-Openstack-Request-Id: req-e7b9cec0-2338-400d-9615-a85171902dab Date: Fri, 26 Oct 2018 08:28:14 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:28:13Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d582d095-19ed-4fa6-899d-39538f725fe1","ip_address":"10.55.0.6"}],"id":"3475346e-f168-4ad3-9056-fa73d0674e56","security_groups":["20832275-63ca-4f81-93a7-4da74d8fc132"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:52:4b:61","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NovaUtilsInstanceTests-82b2e1df-1add-4e1c-ab5d-e0354a36f319-port","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","qos_policy_id":null,"admin_state_up":true,"network_id":"a5cc23dc-16d6-4cd4-8fe3-9f3ea91485fc","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:28:13Z","binding:vnic_type":"normal"}} 2018-10-26 08:28:14,138 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-e7b9cec0-2338-400d-9615-a85171902dab 2018-10-26 08:28:14,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceTests-82b2e1df-1add-4e1c-ab5d-e0354a36f319-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb4e0b0306f39409c70289b4a9d5a419fb0511a7" 2018-10-26 08:28:14,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 744 X-Openstack-Request-Id: req-464516be-9070-4ca8-8ba5-332543751ee5 Date: Fri, 26 Oct 2018 08:28:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a5cc23dc-16d6-4cd4-8fe3-9f3ea91485fc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":50,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["d582d095-19ed-4fa6-899d-39538f725fe1"],"description":"","tags":[],"updated_at":"2018-10-26T08:28:09Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-82b2e1df-1add-4e1c-ab5d-e0354a36f319-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:28:08Z","provider:network_type":"vxlan"}]} 2018-10-26 08:28:14,371 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceTests-82b2e1df-1add-4e1c-ab5d-e0354a36f319-net used request id req-464516be-9070-4ca8-8ba5-332543751ee5 2018-10-26 08:28:14,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:28:14,380 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:28: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:28:14,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb4e0b0306f39409c70289b4a9d5a419fb0511a7" 2018-10-26 08:28:14,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:28:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e81887f-518d-46ff-9d83-dbc118de9ae4 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:28:14,466 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-9e81887f-518d-46ff-9d83-dbc118de9ae4 2018-10-26 08:28:14,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=a5cc23dc-16d6-4cd4-8fe3-9f3ea91485fc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb4e0b0306f39409c70289b4a9d5a419fb0511a7" 2018-10-26 08:28:14,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-8a6ead17-a14f-4b3c-939f-c48a1a36be1b Date: Fri, 26 Oct 2018 08:28:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a5cc23dc-16d6-4cd4-8fe3-9f3ea91485fc","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:28:09Z","dns_nameservers":[],"updated_at":"2018-10-26T08:28:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"d582d095-19ed-4fa6-899d-39538f725fe1","subnetpool_id":null,"name":"NovaUtilsInstanceTests-82b2e1df-1add-4e1c-ab5d-e0354a36f319-subnet"}]} 2018-10-26 08:28:14,526 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=a5cc23dc-16d6-4cd4-8fe3-9f3ea91485fc used request id req-8a6ead17-a14f-4b3c-939f-c48a1a36be1b 2018-10-26 08:28:14,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=a5cc23dc-16d6-4cd4-8fe3-9f3ea91485fc&name=NovaUtilsInstanceTests-82b2e1df-1add-4e1c-ab5d-e0354a36f319-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb4e0b0306f39409c70289b4a9d5a419fb0511a7" 2018-10-26 08:28:14,736 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-f0f6c60b-812e-4def-9d90-7a867c13699f Date: Fri, 26 Oct 2018 08:28:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:28:13Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d582d095-19ed-4fa6-899d-39538f725fe1","ip_address":"10.55.0.6"}],"id":"3475346e-f168-4ad3-9056-fa73d0674e56","security_groups":["20832275-63ca-4f81-93a7-4da74d8fc132"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:52:4b:61","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceTests-82b2e1df-1add-4e1c-ab5d-e0354a36f319-port","admin_state_up":true,"network_id":"a5cc23dc-16d6-4cd4-8fe3-9f3ea91485fc","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:28:13Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-26 08:28:14,737 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=a5cc23dc-16d6-4cd4-8fe3-9f3ea91485fc&name=NovaUtilsInstanceTests-82b2e1df-1add-4e1c-ab5d-e0354a36f319-port&admin_state_up=True used request id req-f0f6c60b-812e-4def-9d90-7a867c13699f 2018-10-26 08:28:14,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb4e0b0306f39409c70289b4a9d5a419fb0511a7" 2018-10-26 08:28:14,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:28:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31ee1ac6-7101-4586-8c21-caa420a51b6b 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:28:14,827 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-31ee1ac6-7101-4586-8c21-caa420a51b6b 2018-10-26 08:28:14,827 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceTests-82b2e1df-1add-4e1c-ab5d-e0354a36f319-vm_inst 2018-10-26 08:28:14,831 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb4e0b0306f39409c70289b4a9d5a419fb0511a7" 2018-10-26 08:28:15,521 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:28:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-edeca191-5c15-4901-967a-7826d6196adc x-compute-request-id: req-edeca191-5c15-4901-967a-7826d6196adc Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"flavors": [{"id": "6bb317ac-191f-44e7-9e7a-719b12f6c245", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/6bb317ac-191f-44e7-9e7a-719b12f6c245", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/6bb317ac-191f-44e7-9e7a-719b12f6c245", "rel": "bookmark"}], "name": "NovaUtilsInstanceTests-82b2e1df-1add-4e1c-ab5d-e0354a36f319-flavor-name"}]} 2018-10-26 08:28:15,521 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-edeca191-5c15-4901-967a-7826d6196adc 2018-10-26 08:28:15,524 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/6bb317ac-191f-44e7-9e7a-719b12f6c245 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb4e0b0306f39409c70289b4a9d5a419fb0511a7" 2018-10-26 08:28:15,661 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:28: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-7512421c-f60b-4d3c-ba75-d827926924b6 x-compute-request-id: req-7512421c-f60b-4d3c-ba75-d827926924b6 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/6bb317ac-191f-44e7-9e7a-719b12f6c245", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/6bb317ac-191f-44e7-9e7a-719b12f6c245", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "6bb317ac-191f-44e7-9e7a-719b12f6c245", "name": "NovaUtilsInstanceTests-82b2e1df-1add-4e1c-ab5d-e0354a36f319-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 08:28:15,662 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/6bb317ac-191f-44e7-9e7a-719b12f6c245 used request id req-7512421c-f60b-4d3c-ba75-d827926924b6 2018-10-26 08:28:15,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-82b2e1df-1add-4e1c-ab5d-e0354a36f319-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}eb4e0b0306f39409c70289b4a9d5a419fb0511a7" 2018-10-26 08:28:16,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1054 Content-Type: application/json X-Openstack-Request-Id: req-cd3cdf52-beea-4e31-b977-03c55f43d816 Date: Fri, 26 Oct 2018 08:28:16 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-82b2e1df-1add-4e1c-ab5d-e0354a36f319-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T08:28:04Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T08:28:06Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/d5b624bf-8674-41c7-b762-1628bac1d373/snap", "metadata": {}}], "self": "/v2/images/d5b624bf-8674-41c7-b762-1628bac1d373", "min_disk": 0, "protected": false, "id": "d5b624bf-8674-41c7-b762-1628bac1d373", "file": "/v2/images/d5b624bf-8674-41c7-b762-1628bac1d373/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e8c35a3eddcb484a9d13f31d10ef71de", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/d5b624bf-8674-41c7-b762-1628bac1d373/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceTests-82b2e1df-1add-4e1c-ab5d-e0354a36f319-image"} 2018-10-26 08:28:16,302 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-82b2e1df-1add-4e1c-ab5d-e0354a36f319-image used request id req-cd3cdf52-beea-4e31-b977-03c55f43d816 2018-10-26 08:28:16,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}eb4e0b0306f39409c70289b4a9d5a419fb0511a7" 2018-10-26 08:28:16,896 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6370d691-5c65-495d-b308-bce14347298c Date: Fri, 26 Oct 2018 08:28: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-26 08:28:16,896 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-6370d691-5c65-495d-b308-bce14347298c 2018-10-26 08:28:16,901 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb4e0b0306f39409c70289b4a9d5a419fb0511a7" -d '{"server": {"name": "NovaUtilsInstanceTests-82b2e1df-1add-4e1c-ab5d-e0354a36f319-vm_inst", "imageRef": "d5b624bf-8674-41c7-b762-1628bac1d373", "flavorRef": "6bb317ac-191f-44e7-9e7a-719b12f6c245", "max_count": 1, "min_count": 1, "networks": [{"port": "3475346e-f168-4ad3-9056-fa73d0674e56"}]}}' 2018-10-26 08:28:19,965 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08:28: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-e226bb88-1f83-40d5-bce5-18bd68ef003e x-compute-request-id: req-e226bb88-1f83-40d5-bce5-18bd68ef003e Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/92888d3d-4784-4b6c-9f72-434c2bd9e6f0 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "92888d3d-4784-4b6c-9f72-434c2bd9e6f0", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/92888d3d-4784-4b6c-9f72-434c2bd9e6f0", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/92888d3d-4784-4b6c-9f72-434c2bd9e6f0", "rel": "bookmark"}], "adminPass": "mpCBZfr6VPgM"}} 2018-10-26 08:28:19,965 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-e226bb88-1f83-40d5-bce5-18bd68ef003e 2018-10-26 08:28:19,969 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/92888d3d-4784-4b6c-9f72-434c2bd9e6f0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb4e0b0306f39409c70289b4a9d5a419fb0511a7" 2018-10-26 08:28:20,729 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:28: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-6764c9d2-512f-4465-8585-3b838a1ba81a x-compute-request-id: req-6764c9d2-512f-4465-8585-3b838a1ba81a Content-Encoding: gzip Content-Length: 651 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/92888d3d-4784-4b6c-9f72-434c2bd9e6f0", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/92888d3d-4784-4b6c-9f72-434c2bd9e6f0", "rel": "bookmark"}], "image": {"id": "d5b624bf-8674-41c7-b762-1628bac1d373", "links": [{"href": "http://172.30.9.21:8774/images/d5b624bf-8674-41c7-b762-1628bac1d373", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6bb317ac-191f-44e7-9e7a-719b12f6c245", "links": [{"href": "http://172.30.9.21:8774/flavors/6bb317ac-191f-44e7-9e7a-719b12f6c245", "rel": "bookmark"}]}, "id": "92888d3d-4784-4b6c-9f72-434c2bd9e6f0", "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "OS-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-26T08:28:20Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-82b2e1df-1add-4e1c-ab5d-e0354a36f319-vm_inst", "created": "2018-10-26T08:28:19Z", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 08:28:20,729 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/92888d3d-4784-4b6c-9f72-434c2bd9e6f0 used request id req-6764c9d2-512f-4465-8585-3b838a1ba81a 2018-10-26 08:28:20,733 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/92888d3d-4784-4b6c-9f72-434c2bd9e6f0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb4e0b0306f39409c70289b4a9d5a419fb0511a7" 2018-10-26 08:28:21,584 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:28: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-10be9579-b9fb-4629-bb24-cb10aecd7f0a x-compute-request-id: req-10be9579-b9fb-4629-bb24-cb10aecd7f0a Content-Encoding: gzip Content-Length: 651 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/92888d3d-4784-4b6c-9f72-434c2bd9e6f0", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/92888d3d-4784-4b6c-9f72-434c2bd9e6f0", "rel": "bookmark"}], "image": {"id": "d5b624bf-8674-41c7-b762-1628bac1d373", "links": [{"href": "http://172.30.9.21:8774/images/d5b624bf-8674-41c7-b762-1628bac1d373", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6bb317ac-191f-44e7-9e7a-719b12f6c245", "links": [{"href": "http://172.30.9.21:8774/flavors/6bb317ac-191f-44e7-9e7a-719b12f6c245", "rel": "bookmark"}]}, "id": "92888d3d-4784-4b6c-9f72-434c2bd9e6f0", "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "OS-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-26T08:28:20Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-82b2e1df-1add-4e1c-ab5d-e0354a36f319-vm_inst", "created": "2018-10-26T08:28:19Z", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 08:28:21,584 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/92888d3d-4784-4b6c-9f72-434c2bd9e6f0 used request id req-10be9579-b9fb-4629-bb24-cb10aecd7f0a 2018-10-26 08:28:24,590 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/92888d3d-4784-4b6c-9f72-434c2bd9e6f0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb4e0b0306f39409c70289b4a9d5a419fb0511a7" 2018-10-26 08:28:25,214 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:28: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-888dc4cd-f56d-4a26-90e0-6eb079e2c254 x-compute-request-id: req-888dc4cd-f56d-4a26-90e0-6eb079e2c254 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.21:8774/v2.1/servers/92888d3d-4784-4b6c-9f72-434c2bd9e6f0", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/92888d3d-4784-4b6c-9f72-434c2bd9e6f0", "rel": "bookmark"}], "image": {"id": "d5b624bf-8674-41c7-b762-1628bac1d373", "links": [{"href": "http://172.30.9.21:8774/images/d5b624bf-8674-41c7-b762-1628bac1d373", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6bb317ac-191f-44e7-9e7a-719b12f6c245", "links": [{"href": "http://172.30.9.21:8774/flavors/6bb317ac-191f-44e7-9e7a-719b12f6c245", "rel": "bookmark"}]}, "id": "92888d3d-4784-4b6c-9f72-434c2bd9e6f0", "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "OS-DCF: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-26T08:28:21Z", "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-82b2e1df-1add-4e1c-ab5d-e0354a36f319-vm_inst", "created": "2018-10-26T08:28:19Z", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 08:28:25,214 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/92888d3d-4784-4b6c-9f72-434c2bd9e6f0 used request id req-888dc4cd-f56d-4a26-90e0-6eb079e2c254 2018-10-26 08:28:28,220 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/92888d3d-4784-4b6c-9f72-434c2bd9e6f0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb4e0b0306f39409c70289b4a9d5a419fb0511a7" 2018-10-26 08:28:29,200 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:28: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-17cb34a6-9a16-4ffd-bb24-8172a7dfb637 x-compute-request-id: req-17cb34a6-9a16-4ffd-bb24-8172a7dfb637 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.21:8774/v2.1/servers/92888d3d-4784-4b6c-9f72-434c2bd9e6f0", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/92888d3d-4784-4b6c-9f72-434c2bd9e6f0", "rel": "bookmark"}], "image": {"id": "d5b624bf-8674-41c7-b762-1628bac1d373", "links": [{"href": "http://172.30.9.21:8774/images/d5b624bf-8674-41c7-b762-1628bac1d373", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6bb317ac-191f-44e7-9e7a-719b12f6c245", "links": [{"href": "http://172.30.9.21:8774/flavors/6bb317ac-191f-44e7-9e7a-719b12f6c245", "rel": "bookmark"}]}, "id": "92888d3d-4784-4b6c-9f72-434c2bd9e6f0", "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "OS-DCF: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-26T08:28:21Z", "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-82b2e1df-1add-4e1c-ab5d-e0354a36f319-vm_inst", "created": "2018-10-26T08:28:19Z", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 08:28:29,200 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/92888d3d-4784-4b6c-9f72-434c2bd9e6f0 used request id req-17cb34a6-9a16-4ffd-bb24-8172a7dfb637 2018-10-26 08:28:32,206 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/92888d3d-4784-4b6c-9f72-434c2bd9e6f0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb4e0b0306f39409c70289b4a9d5a419fb0511a7" 2018-10-26 08:28:32,699 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:28:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-36c2b64d-12b7-4127-8074-6d8ef9dbee73 x-compute-request-id: req-36c2b64d-12b7-4127-8074-6d8ef9dbee73 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.21:8774/v2.1/servers/92888d3d-4784-4b6c-9f72-434c2bd9e6f0", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/92888d3d-4784-4b6c-9f72-434c2bd9e6f0", "rel": "bookmark"}], "image": {"id": "d5b624bf-8674-41c7-b762-1628bac1d373", "links": [{"href": "http://172.30.9.21:8774/images/d5b624bf-8674-41c7-b762-1628bac1d373", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6bb317ac-191f-44e7-9e7a-719b12f6c245", "links": [{"href": "http://172.30.9.21:8774/flavors/6bb317ac-191f-44e7-9e7a-719b12f6c245", "rel": "bookmark"}]}, "id": "92888d3d-4784-4b6c-9f72-434c2bd9e6f0", "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "OS-DCF: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-26T08:28:21Z", "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-82b2e1df-1add-4e1c-ab5d-e0354a36f319-vm_inst", "created": "2018-10-26T08:28:19Z", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 08:28:32,699 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/92888d3d-4784-4b6c-9f72-434c2bd9e6f0 used request id req-36c2b64d-12b7-4127-8074-6d8ef9dbee73 2018-10-26 08:28:35,705 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/92888d3d-4784-4b6c-9f72-434c2bd9e6f0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb4e0b0306f39409c70289b4a9d5a419fb0511a7" 2018-10-26 08:28:36,676 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:28:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dd9df8e7-cf1b-445b-9a02-b65c8d394de8 x-compute-request-id: req-dd9df8e7-cf1b-445b-9a02-b65c8d394de8 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.21:8774/v2.1/servers/92888d3d-4784-4b6c-9f72-434c2bd9e6f0", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/92888d3d-4784-4b6c-9f72-434c2bd9e6f0", "rel": "bookmark"}], "image": {"id": "d5b624bf-8674-41c7-b762-1628bac1d373", "links": [{"href": "http://172.30.9.21:8774/images/d5b624bf-8674-41c7-b762-1628bac1d373", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6bb317ac-191f-44e7-9e7a-719b12f6c245", "links": [{"href": "http://172.30.9.21:8774/flavors/6bb317ac-191f-44e7-9e7a-719b12f6c245", "rel": "bookmark"}]}, "id": "92888d3d-4784-4b6c-9f72-434c2bd9e6f0", "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "OS-DCF: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-26T08:28:21Z", "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-82b2e1df-1add-4e1c-ab5d-e0354a36f319-vm_inst", "created": "2018-10-26T08:28:19Z", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 08:28:36,676 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/92888d3d-4784-4b6c-9f72-434c2bd9e6f0 used request id req-dd9df8e7-cf1b-445b-9a02-b65c8d394de8 2018-10-26 08:28:39,682 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/92888d3d-4784-4b6c-9f72-434c2bd9e6f0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb4e0b0306f39409c70289b4a9d5a419fb0511a7" 2018-10-26 08:28:40,250 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08: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-be4fcfe8-fb5b-4cac-94af-92d47feee22d x-compute-request-id: req-be4fcfe8-fb5b-4cac-94af-92d47feee22d 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.21:8774/v2.1/servers/92888d3d-4784-4b6c-9f72-434c2bd9e6f0", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/92888d3d-4784-4b6c-9f72-434c2bd9e6f0", "rel": "bookmark"}], "image": {"id": "d5b624bf-8674-41c7-b762-1628bac1d373", "links": [{"href": "http://172.30.9.21:8774/images/d5b624bf-8674-41c7-b762-1628bac1d373", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6bb317ac-191f-44e7-9e7a-719b12f6c245", "links": [{"href": "http://172.30.9.21:8774/flavors/6bb317ac-191f-44e7-9e7a-719b12f6c245", "rel": "bookmark"}]}, "id": "92888d3d-4784-4b6c-9f72-434c2bd9e6f0", "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "OS-DCF: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-26T08:28:21Z", "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-82b2e1df-1add-4e1c-ab5d-e0354a36f319-vm_inst", "created": "2018-10-26T08:28:19Z", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 08:28:40,250 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/92888d3d-4784-4b6c-9f72-434c2bd9e6f0 used request id req-be4fcfe8-fb5b-4cac-94af-92d47feee22d 2018-10-26 08:28:43,256 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/92888d3d-4784-4b6c-9f72-434c2bd9e6f0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb4e0b0306f39409c70289b4a9d5a419fb0511a7" 2018-10-26 08:28:43,686 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:28:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-412e448e-db97-45ae-88e1-85c4cb49e9a3 x-compute-request-id: req-412e448e-db97-45ae-88e1-85c4cb49e9a3 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.21:8774/v2.1/servers/92888d3d-4784-4b6c-9f72-434c2bd9e6f0", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/92888d3d-4784-4b6c-9f72-434c2bd9e6f0", "rel": "bookmark"}], "image": {"id": "d5b624bf-8674-41c7-b762-1628bac1d373", "links": [{"href": "http://172.30.9.21:8774/images/d5b624bf-8674-41c7-b762-1628bac1d373", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6bb317ac-191f-44e7-9e7a-719b12f6c245", "links": [{"href": "http://172.30.9.21:8774/flavors/6bb317ac-191f-44e7-9e7a-719b12f6c245", "rel": "bookmark"}]}, "id": "92888d3d-4784-4b6c-9f72-434c2bd9e6f0", "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "OS-DCF: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-26T08:28:21Z", "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-82b2e1df-1add-4e1c-ab5d-e0354a36f319-vm_inst", "created": "2018-10-26T08:28:19Z", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 08:28:43,686 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/92888d3d-4784-4b6c-9f72-434c2bd9e6f0 used request id req-412e448e-db97-45ae-88e1-85c4cb49e9a3 2018-10-26 08:28:46,692 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/92888d3d-4784-4b6c-9f72-434c2bd9e6f0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb4e0b0306f39409c70289b4a9d5a419fb0511a7" 2018-10-26 08:28:47,274 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:28: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-20ac4461-d263-410c-8ea4-9ea06a7cfb03 x-compute-request-id: req-20ac4461-d263-410c-8ea4-9ea06a7cfb03 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.21:8774/v2.1/servers/92888d3d-4784-4b6c-9f72-434c2bd9e6f0", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/92888d3d-4784-4b6c-9f72-434c2bd9e6f0", "rel": "bookmark"}], "image": {"id": "d5b624bf-8674-41c7-b762-1628bac1d373", "links": [{"href": "http://172.30.9.21:8774/images/d5b624bf-8674-41c7-b762-1628bac1d373", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6bb317ac-191f-44e7-9e7a-719b12f6c245", "links": [{"href": "http://172.30.9.21:8774/flavors/6bb317ac-191f-44e7-9e7a-719b12f6c245", "rel": "bookmark"}]}, "id": "92888d3d-4784-4b6c-9f72-434c2bd9e6f0", "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "OS-DCF: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-26T08:28:21Z", "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-82b2e1df-1add-4e1c-ab5d-e0354a36f319-vm_inst", "created": "2018-10-26T08:28:19Z", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 08:28:47,274 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/92888d3d-4784-4b6c-9f72-434c2bd9e6f0 used request id req-20ac4461-d263-410c-8ea4-9ea06a7cfb03 2018-10-26 08:28:50,280 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/92888d3d-4784-4b6c-9f72-434c2bd9e6f0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb4e0b0306f39409c70289b4a9d5a419fb0511a7" 2018-10-26 08:28:50,733 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:28: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-f7994ce1-0f7e-4f2d-9088-129e01e903ea x-compute-request-id: req-f7994ce1-0f7e-4f2d-9088-129e01e903ea 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.21:8774/v2.1/servers/92888d3d-4784-4b6c-9f72-434c2bd9e6f0", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/92888d3d-4784-4b6c-9f72-434c2bd9e6f0", "rel": "bookmark"}], "image": {"id": "d5b624bf-8674-41c7-b762-1628bac1d373", "links": [{"href": "http://172.30.9.21:8774/images/d5b624bf-8674-41c7-b762-1628bac1d373", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6bb317ac-191f-44e7-9e7a-719b12f6c245", "links": [{"href": "http://172.30.9.21:8774/flavors/6bb317ac-191f-44e7-9e7a-719b12f6c245", "rel": "bookmark"}]}, "id": "92888d3d-4784-4b6c-9f72-434c2bd9e6f0", "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "OS-DCF: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-26T08:28:21Z", "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-82b2e1df-1add-4e1c-ab5d-e0354a36f319-vm_inst", "created": "2018-10-26T08:28:19Z", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 08:28:50,733 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/92888d3d-4784-4b6c-9f72-434c2bd9e6f0 used request id req-f7994ce1-0f7e-4f2d-9088-129e01e903ea 2018-10-26 08:28:53,740 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/92888d3d-4784-4b6c-9f72-434c2bd9e6f0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb4e0b0306f39409c70289b4a9d5a419fb0511a7" 2018-10-26 08:28:54,382 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:28: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-8fd44924-cf29-4a68-94a4-a5e569f0bb12 x-compute-request-id: req-8fd44924-cf29-4a68-94a4-a5e569f0bb12 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/92888d3d-4784-4b6c-9f72-434c2bd9e6f0", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/92888d3d-4784-4b6c-9f72-434c2bd9e6f0", "rel": "bookmark"}], "image": {"id": "d5b624bf-8674-41c7-b762-1628bac1d373", "links": [{"href": "http://172.30.9.21:8774/images/d5b624bf-8674-41c7-b762-1628bac1d373", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6bb317ac-191f-44e7-9e7a-719b12f6c245", "links": [{"href": "http://172.30.9.21:8774/flavors/6bb317ac-191f-44e7-9e7a-719b12f6c245", "rel": "bookmark"}]}, "id": "92888d3d-4784-4b6c-9f72-434c2bd9e6f0", "security_groups": [{"name": "default"}], "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "OS-DCF: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-26T08:28:52Z", "hostId": "bc40b3da9a64c9c7b97fa1e0af6588872ae0a905a40f72f0eb82275b", "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-82b2e1df-1add-4e1c-ab5d-e0354a36f319-vm_inst", "created": "2018-10-26T08:28:19Z", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 08:28:54,383 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/92888d3d-4784-4b6c-9f72-434c2bd9e6f0 used request id req-8fd44924-cf29-4a68-94a4-a5e569f0bb12 2018-10-26 08:28:57,389 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/92888d3d-4784-4b6c-9f72-434c2bd9e6f0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb4e0b0306f39409c70289b4a9d5a419fb0511a7" 2018-10-26 08:28:58,506 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:28:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-792498e4-81d9-4773-9e97-daeb72460eb3 x-compute-request-id: req-792498e4-81d9-4773-9e97-daeb72460eb3 Content-Encoding: gzip Content-Length: 815 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceTests-82b2e1df-1add-4e1c-ab5d-e0354a36f319-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:4b:61", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/92888d3d-4784-4b6c-9f72-434c2bd9e6f0", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/92888d3d-4784-4b6c-9f72-434c2bd9e6f0", "rel": "bookmark"}], "image": {"id": "d5b624bf-8674-41c7-b762-1628bac1d373", "links": [{"href": "http://172.30.9.21:8774/images/d5b624bf-8674-41c7-b762-1628bac1d373", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6bb317ac-191f-44e7-9e7a-719b12f6c245", "links": [{"href": "http://172.30.9.21:8774/flavors/6bb317ac-191f-44e7-9e7a-719b12f6c245", "rel": "bookmark"}]}, "id": "92888d3d-4784-4b6c-9f72-434c2bd9e6f0", "security_groups": [{"name": "default"}], "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "OS-DCF: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-26T08:28:52Z", "hostId": "bc40b3da9a64c9c7b97fa1e0af6588872ae0a905a40f72f0eb82275b", "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-82b2e1df-1add-4e1c-ab5d-e0354a36f319-vm_inst", "created": "2018-10-26T08:28:19Z", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 08:28:58,507 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/92888d3d-4784-4b6c-9f72-434c2bd9e6f0 used request id req-792498e4-81d9-4773-9e97-daeb72460eb3 2018-10-26 08:29:01,513 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/92888d3d-4784-4b6c-9f72-434c2bd9e6f0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb4e0b0306f39409c70289b4a9d5a419fb0511a7" 2018-10-26 08:29:02,254 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:29: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-3ad0f12a-f3d3-4062-9237-41bf8b0c535c x-compute-request-id: req-3ad0f12a-f3d3-4062-9237-41bf8b0c535c Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceTests-82b2e1df-1add-4e1c-ab5d-e0354a36f319-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:4b:61", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/92888d3d-4784-4b6c-9f72-434c2bd9e6f0", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/92888d3d-4784-4b6c-9f72-434c2bd9e6f0", "rel": "bookmark"}], "image": {"id": "d5b624bf-8674-41c7-b762-1628bac1d373", "links": [{"href": "http://172.30.9.21:8774/images/d5b624bf-8674-41c7-b762-1628bac1d373", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-10-26T08:29:00.000000", "flavor": {"id": "6bb317ac-191f-44e7-9e7a-719b12f6c245", "links": [{"href": "http://172.30.9.21:8774/flavors/6bb317ac-191f-44e7-9e7a-719b12f6c245", "rel": "bookmark"}]}, "id": "92888d3d-4784-4b6c-9f72-434c2bd9e6f0", "security_groups": [{"name": "default"}], "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T08:29:01Z", "hostId": "bc40b3da9a64c9c7b97fa1e0af6588872ae0a905a40f72f0eb82275b", "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-82b2e1df-1add-4e1c-ab5d-e0354a36f319-vm_inst", "created": "2018-10-26T08:28:19Z", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 08:29:02,254 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/92888d3d-4784-4b6c-9f72-434c2bd9e6f0 used request id req-3ad0f12a-f3d3-4062-9237-41bf8b0c535c 2018-10-26 08:29:02,258 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/92888d3d-4784-4b6c-9f72-434c2bd9e6f0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb4e0b0306f39409c70289b4a9d5a419fb0511a7" 2018-10-26 08:29:03,310 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:29: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-cc120f67-ebfe-4660-b2f1-758a89053afa x-compute-request-id: req-cc120f67-ebfe-4660-b2f1-758a89053afa Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceTests-82b2e1df-1add-4e1c-ab5d-e0354a36f319-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:4b:61", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/92888d3d-4784-4b6c-9f72-434c2bd9e6f0", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/92888d3d-4784-4b6c-9f72-434c2bd9e6f0", "rel": "bookmark"}], "image": {"id": "d5b624bf-8674-41c7-b762-1628bac1d373", "links": [{"href": "http://172.30.9.21:8774/images/d5b624bf-8674-41c7-b762-1628bac1d373", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-10-26T08:29:00.000000", "flavor": {"id": "6bb317ac-191f-44e7-9e7a-719b12f6c245", "links": [{"href": "http://172.30.9.21:8774/flavors/6bb317ac-191f-44e7-9e7a-719b12f6c245", "rel": "bookmark"}]}, "id": "92888d3d-4784-4b6c-9f72-434c2bd9e6f0", "security_groups": [{"name": "default"}], "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T08:29:01Z", "hostId": "bc40b3da9a64c9c7b97fa1e0af6588872ae0a905a40f72f0eb82275b", "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-82b2e1df-1add-4e1c-ab5d-e0354a36f319-vm_inst", "created": "2018-10-26T08:28:19Z", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 08:29:03,311 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/92888d3d-4784-4b6c-9f72-434c2bd9e6f0 used request id req-cc120f67-ebfe-4660-b2f1-758a89053afa 2018-10-26 08:29:03,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceTests-82b2e1df-1add-4e1c-ab5d-e0354a36f319-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb4e0b0306f39409c70289b4a9d5a419fb0511a7" 2018-10-26 08:29:03,399 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 744 X-Openstack-Request-Id: req-8a7c02a1-1fb9-485c-bd83-2cc7f7a4c576 Date: Fri, 26 Oct 2018 08:29:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a5cc23dc-16d6-4cd4-8fe3-9f3ea91485fc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":50,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["d582d095-19ed-4fa6-899d-39538f725fe1"],"description":"","tags":[],"updated_at":"2018-10-26T08:28:09Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-82b2e1df-1add-4e1c-ab5d-e0354a36f319-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:28:08Z","provider:network_type":"vxlan"}]} 2018-10-26 08:29:03,399 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceTests-82b2e1df-1add-4e1c-ab5d-e0354a36f319-net used request id req-8a7c02a1-1fb9-485c-bd83-2cc7f7a4c576 2018-10-26 08:29:03,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb4e0b0306f39409c70289b4a9d5a419fb0511a7" 2018-10-26 08:29:03,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:29:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe9fa7dc-e945-4982-a1a8-2dd03e111d46 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:29:03,484 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-fe9fa7dc-e945-4982-a1a8-2dd03e111d46 2018-10-26 08:29:03,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=a5cc23dc-16d6-4cd4-8fe3-9f3ea91485fc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb4e0b0306f39409c70289b4a9d5a419fb0511a7" 2018-10-26 08:29:03,683 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-9e244f06-9044-49eb-b30e-b5216453cc22 Date: Fri, 26 Oct 2018 08:29:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a5cc23dc-16d6-4cd4-8fe3-9f3ea91485fc","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:28:09Z","dns_nameservers":[],"updated_at":"2018-10-26T08:28:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"d582d095-19ed-4fa6-899d-39538f725fe1","subnetpool_id":null,"name":"NovaUtilsInstanceTests-82b2e1df-1add-4e1c-ab5d-e0354a36f319-subnet"}]} 2018-10-26 08:29:03,683 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=a5cc23dc-16d6-4cd4-8fe3-9f3ea91485fc used request id req-9e244f06-9044-49eb-b30e-b5216453cc22 2018-10-26 08:29:03,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=a5cc23dc-16d6-4cd4-8fe3-9f3ea91485fc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb4e0b0306f39409c70289b4a9d5a419fb0511a7" 2018-10-26 08:29:03,732 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3876 X-Openstack-Request-Id: req-541834d4-3cb8-43bc-8c15-d7109f5574a2 Date: Fri, 26 Oct 2018 08:29:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:29:00Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d582d095-19ed-4fa6-899d-39538f725fe1","ip_address":"10.55.0.6"}],"id":"3475346e-f168-4ad3-9056-fa73d0674e56","security_groups":["20832275-63ca-4f81-93a7-4da74d8fc132"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:52:4b:61","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceTests-82b2e1df-1add-4e1c-ab5d-e0354a36f319-port","admin_state_up":true,"network_id":"a5cc23dc-16d6-4cd4-8fe3-9f3ea91485fc","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:28:13Z","binding:vnic_type":"normal","device_id":"92888d3d-4784-4b6c-9f72-434c2bd9e6f0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:28:12Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d582d095-19ed-4fa6-899d-39538f725fe1","ip_address":"10.55.0.3"}],"id":"792b1622-eafa-4394-8490-69d9d16e4a0c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:85:07:20","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a5cc23dc-16d6-4cd4-8fe3-9f3ea91485fc","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:28:10Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a5cc23dc-16d6-4cd4-8fe3-9f3ea91485fc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:28:13Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d582d095-19ed-4fa6-899d-39538f725fe1","ip_address":"10.55.0.4"}],"id":"cb361e43-3156-45b0-abf4-e232698552c8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b2:87:34","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a5cc23dc-16d6-4cd4-8fe3-9f3ea91485fc","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:28:11Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a5cc23dc-16d6-4cd4-8fe3-9f3ea91485fc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:28:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d582d095-19ed-4fa6-899d-39538f725fe1","ip_address":"10.55.0.2"}],"id":"cd8c0639-dfe4-47bd-9b4f-d67a6d8b7220","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9b:41:1b","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a5cc23dc-16d6-4cd4-8fe3-9f3ea91485fc","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:28:10Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a5cc23dc-16d6-4cd4-8fe3-9f3ea91485fc"}]} 2018-10-26 08:29:03,732 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=a5cc23dc-16d6-4cd4-8fe3-9f3ea91485fc used request id req-541834d4-3cb8-43bc-8c15-d7109f5574a2 2018-10-26 08:29:03,735 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/92888d3d-4784-4b6c-9f72-434c2bd9e6f0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb4e0b0306f39409c70289b4a9d5a419fb0511a7" 2018-10-26 08:29:04,085 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:29: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-758c1c53-2aa3-409f-abcf-6ab81c552cb3 x-compute-request-id: req-758c1c53-2aa3-409f-abcf-6ab81c552cb3 Content-Type: application/json 2018-10-26 08:29:04,086 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/92888d3d-4784-4b6c-9f72-434c2bd9e6f0 used request id req-758c1c53-2aa3-409f-abcf-6ab81c552cb3 2018-10-26 08:29:04,086 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceTests-82b2e1df-1add-4e1c-ab5d-e0354a36f319-port 2018-10-26 08:29:04,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/3475346e-f168-4ad3-9056-fa73d0674e56 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb4e0b0306f39409c70289b4a9d5a419fb0511a7" 2018-10-26 08:29:04,628 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7881546d-000a-401a-bf7f-0947ff63d563 Date: Fri, 26 Oct 2018 08:29:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:29:04,629 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/3475346e-f168-4ad3-9056-fa73d0674e56 used request id req-7881546d-000a-401a-bf7f-0947ff63d563 2018-10-26 08:29:04,632 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/6bb317ac-191f-44e7-9e7a-719b12f6c245 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96fb9dfb1623d37a1916d4368752076fb3e507d8" 2018-10-26 08:29:04,678 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08:29: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-50ede7ec-17f0-4194-9284-70669d467ea8 x-compute-request-id: req-50ede7ec-17f0-4194-9284-70669d467ea8 Content-Length: 0 Content-Type: application/json 2018-10-26 08:29:04,678 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/6bb317ac-191f-44e7-9e7a-719b12f6c245 used request id req-50ede7ec-17f0-4194-9284-70669d467ea8 2018-10-26 08:29:04,679 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-82b2e1df-1add-4e1c-ab5d-e0354a36f319-subnet 2018-10-26 08:29:04,679 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-82b2e1df-1add-4e1c-ab5d-e0354a36f319-subnet 2018-10-26 08:29:04,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/d582d095-19ed-4fa6-899d-39538f725fe1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c16b83158a777eeb5dd62083c55c2cb93be87403" 2018-10-26 08:29:06,917 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1a6688e1-0e67-44ff-9d71-a83a5e35bf42 Date: Fri, 26 Oct 2018 08:29:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:29:06,917 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/d582d095-19ed-4fa6-899d-39538f725fe1 used request id req-1a6688e1-0e67-44ff-9d71-a83a5e35bf42 2018-10-26 08:29:06,917 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceTests-82b2e1df-1add-4e1c-ab5d-e0354a36f319-net 2018-10-26 08:29:06,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/a5cc23dc-16d6-4cd4-8fe3-9f3ea91485fc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c16b83158a777eeb5dd62083c55c2cb93be87403" 2018-10-26 08:29:08,264 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5848bcf8-e940-459c-8f89-b3db05f267bc Date: Fri, 26 Oct 2018 08:29:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:29:08,264 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/a5cc23dc-16d6-4cd4-8fe3-9f3ea91485fc used request id req-5848bcf8-e940-459c-8f89-b3db05f267bc 2018-10-26 08:29:08,265 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceTests-82b2e1df-1add-4e1c-ab5d-e0354a36f319-image 2018-10-26 08:29:08,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/d5b624bf-8674-41c7-b762-1628bac1d373 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2a22c9f9b82ef85386011f8eb76e6a7b3c197c89" 2018-10-26 08:29:09,419 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-63ab7b40-9623-403b-86a3-46708276ec17 Date: Fri, 26 Oct 2018 08:29: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-26 08:29:09,420 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/d5b624bf-8674-41c7-b762-1628bac1d373 used request id req-63ab7b40-9623-403b-86a3-46708276ec17 2018-10-26 08:29:09,422 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 08:29:09,424 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-26 08:29:09,425 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:29:09,426 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:29:09,893 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:29:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["OI6HDb48RVyhT-gnn4Ga4w"], "issued_at": "2018-10-26T08:29:09.000000Z"}} 2018-10-26 08:29:09,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9db6b162bff64cd034f75496013d545a4e35f72" 2018-10-26 08:29:09,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:29:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c4588c0-0ad5-4fff-a47f-e047965f155d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:29:09,972 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5c4588c0-0ad5-4fff-a47f-e047965f155d 2018-10-26 08:29:09,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b9db6b162bff64cd034f75496013d545a4e35f72" 2018-10-26 08:29:10,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-3dd87822-a694-4a05-a530-e04f9459bb0c Date: Fri, 26 Oct 2018 08:29:10 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-image"} 2018-10-26 08:29:10,605 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-image used request id req-3dd87822-a694-4a05-a530-e04f9459bb0c 2018-10-26 08:29:10,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b9db6b162bff64cd034f75496013d545a4e35f72" 2018-10-26 08:29:11,174 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b6fc6fb1-7001-44c7-8261-cffeb0cb10da Date: Fri, 26 Oct 2018 08:29:11 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept 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-26 08:29:11,174 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-b6fc6fb1-7001-44c7-8261-cffeb0cb10da 2018-10-26 08:29:11,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b9db6b162bff64cd034f75496013d545a4e35f72" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-image"}' 2018-10-26 08:29:11,509 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/7ff31469-7ee1-4355-bba7-03a645bbf942 X-Openstack-Request-Id: req-8c8c439a-311d-4df4-97e6-3fa4ac1876e9 Date: Fri, 26 Oct 2018 08:29:11 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T08:29:11Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-26T08:29:11Z", "visibility": "shared", "locations": [], "self": "/v2/images/7ff31469-7ee1-4355-bba7-03a645bbf942", "min_disk": 0, "protected": false, "id": "7ff31469-7ee1-4355-bba7-03a645bbf942", "file": "/v2/images/7ff31469-7ee1-4355-bba7-03a645bbf942/file", "checksum": null, "owner": "e8c35a3eddcb484a9d13f31d10ef71de", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 08:29:11,509 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-8c8c439a-311d-4df4-97e6-3fa4ac1876e9 2018-10-26 08:29:11,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/7ff31469-7ee1-4355-bba7-03a645bbf942/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b9db6b162bff64cd034f75496013d545a4e35f72" -d '' 2018-10-26 08:29:13,581 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1d9abe46-6df0-461e-b03f-9d49431c041c Date: Fri, 26 Oct 2018 08:29: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-26 08:29:13,581 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/7ff31469-7ee1-4355-bba7-03a645bbf942/file used request id req-1d9abe46-6df0-461e-b03f-9d49431c041c 2018-10-26 08:29:13,581 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 08:29:13,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/7ff31469-7ee1-4355-bba7-03a645bbf942 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b9db6b162bff64cd034f75496013d545a4e35f72" 2018-10-26 08:29:13,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-f3a6612e-0fb5-4802-b380-384b8c560deb Date: Fri, 26 Oct 2018 08:29:13 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T08:29:11Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T08:29:13Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/7ff31469-7ee1-4355-bba7-03a645bbf942/snap", "metadata": {}}], "self": "/v2/images/7ff31469-7ee1-4355-bba7-03a645bbf942", "min_disk": 0, "protected": false, "id": "7ff31469-7ee1-4355-bba7-03a645bbf942", "file": "/v2/images/7ff31469-7ee1-4355-bba7-03a645bbf942/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e8c35a3eddcb484a9d13f31d10ef71de", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/7ff31469-7ee1-4355-bba7-03a645bbf942/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 08:29:13,788 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/7ff31469-7ee1-4355-bba7-03a645bbf942 used request id req-f3a6612e-0fb5-4802-b380-384b8c560deb 2018-10-26 08:29:13,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b9db6b162bff64cd034f75496013d545a4e35f72" 2018-10-26 08:29:13,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e1653639-56ae-4718-b976-ba7c194a167c Date: Fri, 26 Oct 2018 08:29: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-26 08:29:13,943 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-e1653639-56ae-4718-b976-ba7c194a167c 2018-10-26 08:29:13,946 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-image 2018-10-26 08:29:13,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/7ff31469-7ee1-4355-bba7-03a645bbf942 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b9db6b162bff64cd034f75496013d545a4e35f72" 2018-10-26 08:29:13,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-1d2f67ad-a50e-4b28-8bd0-9c3698cdcfa3 Date: Fri, 26 Oct 2018 08:29:13 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T08:29:11Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T08:29:13Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/7ff31469-7ee1-4355-bba7-03a645bbf942/snap", "metadata": {}}], "self": "/v2/images/7ff31469-7ee1-4355-bba7-03a645bbf942", "min_disk": 0, "protected": false, "id": "7ff31469-7ee1-4355-bba7-03a645bbf942", "file": "/v2/images/7ff31469-7ee1-4355-bba7-03a645bbf942/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e8c35a3eddcb484a9d13f31d10ef71de", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/7ff31469-7ee1-4355-bba7-03a645bbf942/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 08:29:13,967 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/7ff31469-7ee1-4355-bba7-03a645bbf942 used request id req-1d2f67ad-a50e-4b28-8bd0-9c3698cdcfa3 2018-10-26 08:29:13,967 - create_image - DEBUG - Instance status is - active 2018-10-26 08:29:13,967 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-image 2018-10-26 08:29:13,967 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-image 2018-10-26 08:29:13,968 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:29:13,968 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:29:14,344 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:29:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["djocKtMXQE-ltn1cTQOrHg"], "issued_at": "2018-10-26T08:29:14.000000Z"}} 2018-10-26 08:29:14,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86c6dd27c0ebab7f93ae9f6436c0a684e5bcb29f" 2018-10-26 08:29:14,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:29:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b194eaf2-e84a-46ed-a2ee-91c4ee2555a4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:29:14,423 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b194eaf2-e84a-46ed-a2ee-91c4ee2555a4 2018-10-26 08:29:14,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86c6dd27c0ebab7f93ae9f6436c0a684e5bcb29f" 2018-10-26 08:29:14,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-7304f915-f501-4249-811f-c5ba3d3930a5 Date: Fri, 26 Oct 2018 08:29:14 GMT RESP BODY: {"networks":[]} 2018-10-26 08:29:14,833 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net used request id req-7304f915-f501-4249-811f-c5ba3d3930a5 2018-10-26 08:29:14,833 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net 2018-10-26 08:29:14,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86c6dd27c0ebab7f93ae9f6436c0a684e5bcb29f" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net", "admin_state_up": true}}' 2018-10-26 08:29:15,366 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-a456d4ad-4052-450d-9263-8b4c7b930211 Date: Fri, 26 Oct 2018 08:29:15 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":9,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T08:29:15Z","is_default":false,"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:15Z","mtu":1450}} 2018-10-26 08:29:15,366 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-a456d4ad-4052-450d-9263-8b4c7b930211 2018-10-26 08:29:15,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=6d82018b-f6a7-4eeb-9323-7713460c1e78 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86c6dd27c0ebab7f93ae9f6436c0a684e5bcb29f" 2018-10-26 08:29:15,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-709d12ef-c46b-49d1-a41e-3e20ff22e393 Date: Fri, 26 Oct 2018 08:29:15 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":9,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T08:29:15Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:15Z","provider:network_type":"vxlan"}]} 2018-10-26 08:29:15,779 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=6d82018b-f6a7-4eeb-9323-7713460c1e78 used request id req-709d12ef-c46b-49d1-a41e-3e20ff22e393 2018-10-26 08:29:15,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6d82018b-f6a7-4eeb-9323-7713460c1e78 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86c6dd27c0ebab7f93ae9f6436c0a684e5bcb29f" 2018-10-26 08:29:16,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-4cd67153-3a6b-40dd-af75-1a65525fb648 Date: Fri, 26 Oct 2018 08:29:16 GMT RESP BODY: {"subnets":[]} 2018-10-26 08:29:16,004 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6d82018b-f6a7-4eeb-9323-7713460c1e78 used request id req-4cd67153-3a6b-40dd-af75-1a65525fb648 2018-10-26 08:29:16,004 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-subnet 2018-10-26 08:29:16,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86c6dd27c0ebab7f93ae9f6436c0a684e5bcb29f" -d '{"subnets": [{"ip_version": 4, "network_id": "6d82018b-f6a7-4eeb-9323-7713460c1e78", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-subnet"}]}' 2018-10-26 08:29:16,779 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-ec7bcbc0-e6c9-4320-9434-318548a8db70 Date: Fri, 26 Oct 2018 08:29:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:16Z","dns_nameservers":[],"updated_at":"2018-10-26T08:29:16Z","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":"e8c35a3eddcb484a9d13f31d10ef71de","id":"7cc770a2-a110-4f9e-9bd5-55fe582dc463","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-subnet"}]} 2018-10-26 08:29:16,780 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-ec7bcbc0-e6c9-4320-9434-318548a8db70 2018-10-26 08:29:16,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=6d82018b-f6a7-4eeb-9323-7713460c1e78 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86c6dd27c0ebab7f93ae9f6436c0a684e5bcb29f" 2018-10-26 08:29:17,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-41b94b36-3a7b-4074-b043-f704f31a53eb Date: Fri, 26 Oct 2018 08:29:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":9,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["7cc770a2-a110-4f9e-9bd5-55fe582dc463"],"description":"","tags":[],"updated_at":"2018-10-26T08:29:16Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:15Z","provider:network_type":"vxlan"}]} 2018-10-26 08:29:17,152 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=6d82018b-f6a7-4eeb-9323-7713460c1e78 used request id req-41b94b36-3a7b-4074-b043-f704f31a53eb 2018-10-26 08:29:17,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6d82018b-f6a7-4eeb-9323-7713460c1e78 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86c6dd27c0ebab7f93ae9f6436c0a684e5bcb29f" 2018-10-26 08:29:17,376 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-6600bddf-c84e-4659-a9d3-9e402967c86b Date: Fri, 26 Oct 2018 08:29:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:16Z","dns_nameservers":[],"updated_at":"2018-10-26T08:29:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"7cc770a2-a110-4f9e-9bd5-55fe582dc463","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-subnet"}]} 2018-10-26 08:29:17,376 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6d82018b-f6a7-4eeb-9323-7713460c1e78 used request id req-6600bddf-c84e-4659-a9d3-9e402967c86b 2018-10-26 08:29:17,377 - OpenStackNetwork - DEBUG - Network [6d82018b-f6a7-4eeb-9323-7713460c1e78] created successfully 2018-10-26 08:29:17,377 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:29:17,378 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:29:17,766 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:29:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["2TMHL31YQbaZf4LFNVox0g"], "issued_at": "2018-10-26T08:29:17.000000Z"}} 2018-10-26 08:29:17,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1928e937e8ef1f756bdba1a7015f0e1debac90a9" 2018-10-26 08:29:17,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:29:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b54092d2-10f3-4d41-b979-9d8ca5fc641f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:29:17,844 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b54092d2-10f3-4d41-b979-9d8ca5fc641f 2018-10-26 08:29:17,845 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 08:29:17,850 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1928e937e8ef1f756bdba1a7015f0e1debac90a9" 2018-10-26 08:29:18,024 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:29:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-247b047e-e007-4e91-a882-fd6b734b2e9e x-compute-request-id: req-247b047e-e007-4e91-a882-fd6b734b2e9e Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-26 08:29:18,024 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-247b047e-e007-4e91-a882-fd6b734b2e9e 2018-10-26 08:29:18,027 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1928e937e8ef1f756bdba1a7015f0e1debac90a9" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-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-26 08:29:18,084 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:29:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8fc380f3-004b-46a2-96a6-4ff056f93f64 x-compute-request-id: req-8fc380f3-004b-46a2-96a6-4ff056f93f64 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/f5eb5f16-9d80-4701-b797-bcb2f0573875", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/f5eb5f16-9d80-4701-b797-bcb2f0573875", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "f5eb5f16-9d80-4701-b797-bcb2f0573875", "name": "NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 08:29:18,084 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-8fc380f3-004b-46a2-96a6-4ff056f93f64 2018-10-26 08:29:18,085 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:29:18,086 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:29:18,481 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:29:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["HiQINzAOTfqk9GCYVBOwhg"], "issued_at": "2018-10-26T08:29:18.000000Z"}} 2018-10-26 08:29:18,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e208138fea4de1b804497158d2d083b1becaefd" 2018-10-26 08:29:18,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:29:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3b6f692-9608-4f2a-aea5-4cacfde15fb3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:29:18,564 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a3b6f692-9608-4f2a-aea5-4cacfde15fb3 2018-10-26 08:29:18,569 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e208138fea4de1b804497158d2d083b1becaefd" 2018-10-26 08:29:19,328 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:29:18 GMT Server: Apache x-compute-request-id: req-b277df61-3a6d-4516-beeb-1a715a7c1132 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b277df61-3a6d-4516-beeb-1a715a7c1132 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-26 08:29:19,328 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/detail used request id req-b277df61-3a6d-4516-beeb-1a715a7c1132 2018-10-26 08:29:19,332 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-b277df61-3a6d-4516-beeb-1a715a7c1132" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e208138fea4de1b804497158d2d083b1becaefd" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581", "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-26 08:29:20,369 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08:29:19 GMT Server: Apache x-compute-request-id: req-16a48fac-e941-466e-9140-fbfa9abca208 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-16a48fac-e941-466e-9140-fbfa9abca208 Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/3316d592-1aa5-4da4-b9a0-a6e572e28481", "rel": "self"}, {"href": "http://172.30.9.21:8776/e8c35a3eddcb484a9d13f31d10ef71de/volumes/3316d592-1aa5-4da4-b9a0-a6e572e28481", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-26T08:29:20.260157", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "3316d592-1aa5-4da4-b9a0-a6e572e28481", "size": 1}} 2018-10-26 08:29:20,369 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes used request id req-16a48fac-e941-466e-9140-fbfa9abca208 2018-10-26 08:29:20,373 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/3316d592-1aa5-4da4-b9a0-a6e572e28481 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b277df61-3a6d-4516-beeb-1a715a7c1132" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e208138fea4de1b804497158d2d083b1becaefd" 2018-10-26 08:29:21,150 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:29:20 GMT Server: Apache x-compute-request-id: req-b7f081f1-dc08-4e1b-b49e-4a899a9d14f3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b7f081f1-dc08-4e1b-b49e-4a899a9d14f3 Content-Encoding: gzip Content-Length: 518 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/3316d592-1aa5-4da4-b9a0-a6e572e28481", "rel": "self"}, {"href": "http://172.30.9.21:8776/e8c35a3eddcb484a9d13f31d10ef71de/volumes/3316d592-1aa5-4da4-b9a0-a6e572e28481", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-26T08:29:20.000000", "replication_status": null, "snapshot_id": null, "id": "3316d592-1aa5-4da4-b9a0-a6e572e28481", "size": 1, "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "os-vol-tenant-attr:tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "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-81def7ec-199e-462e-9d81-1868ccd3c581", "bootable": "false", "created_at": "2018-10-26T08:29:20.000000", "volume_type": null}} 2018-10-26 08:29:21,151 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/3316d592-1aa5-4da4-b9a0-a6e572e28481 used request id req-b7f081f1-dc08-4e1b-b49e-4a899a9d14f3 2018-10-26 08:29:21,151 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581 2018-10-26 08:29:21,155 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/3316d592-1aa5-4da4-b9a0-a6e572e28481 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b277df61-3a6d-4516-beeb-1a715a7c1132" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e208138fea4de1b804497158d2d083b1becaefd" 2018-10-26 08:29:21,928 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:29:21 GMT Server: Apache x-compute-request-id: req-f9d48930-1705-49d2-8ac2-cbba9eaeefc5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f9d48930-1705-49d2-8ac2-cbba9eaeefc5 Content-Encoding: gzip Content-Length: 518 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/3316d592-1aa5-4da4-b9a0-a6e572e28481", "rel": "self"}, {"href": "http://172.30.9.21:8776/e8c35a3eddcb484a9d13f31d10ef71de/volumes/3316d592-1aa5-4da4-b9a0-a6e572e28481", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-26T08:29:20.000000", "replication_status": null, "snapshot_id": null, "id": "3316d592-1aa5-4da4-b9a0-a6e572e28481", "size": 1, "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "os-vol-tenant-attr:tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "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-81def7ec-199e-462e-9d81-1868ccd3c581", "bootable": "false", "created_at": "2018-10-26T08:29:20.000000", "volume_type": null}} 2018-10-26 08:29:21,928 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/3316d592-1aa5-4da4-b9a0-a6e572e28481 used request id req-f9d48930-1705-49d2-8ac2-cbba9eaeefc5 2018-10-26 08:29:21,929 - create_volume - DEBUG - Instance status is - creating 2018-10-26 08:29:21,929 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-10-26 08:29:24,932 - create_volume - DEBUG - Volume status query timeout in 296.219424963 2018-10-26 08:29:24,935 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/3316d592-1aa5-4da4-b9a0-a6e572e28481 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b277df61-3a6d-4516-beeb-1a715a7c1132" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e208138fea4de1b804497158d2d083b1becaefd" 2018-10-26 08:29:25,718 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:29:24 GMT Server: Apache x-compute-request-id: req-c707965b-4804-41a7-bd60-b797c2cdca40 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c707965b-4804-41a7-bd60-b797c2cdca40 Content-Encoding: gzip Content-Length: 518 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/3316d592-1aa5-4da4-b9a0-a6e572e28481", "rel": "self"}, {"href": "http://172.30.9.21:8776/e8c35a3eddcb484a9d13f31d10ef71de/volumes/3316d592-1aa5-4da4-b9a0-a6e572e28481", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-26T08:29:23.000000", "replication_status": null, "snapshot_id": null, "id": "3316d592-1aa5-4da4-b9a0-a6e572e28481", "size": 1, "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "os-vol-tenant-attr:tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "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-81def7ec-199e-462e-9d81-1868ccd3c581", "bootable": "false", "created_at": "2018-10-26T08:29:20.000000", "volume_type": null}} 2018-10-26 08:29:25,718 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/3316d592-1aa5-4da4-b9a0-a6e572e28481 used request id req-c707965b-4804-41a7-bd60-b797c2cdca40 2018-10-26 08:29:25,718 - create_volume - DEBUG - Instance status is - available 2018-10-26 08:29:25,719 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581 2018-10-26 08:29:25,719 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581 2018-10-26 08:29:25,719 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:29:25,720 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:29:26,094 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:29:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["ct2rsJ4pR7qEMTOpY_qRWA"], "issued_at": "2018-10-26T08:29:26.000000Z"}} 2018-10-26 08:29:26,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d2567ef86bbb9be2f63f4e080a3d94b9b0f184" 2018-10-26 08:29:26,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:29:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f66aa283-812f-449d-9f2e-070c9bb6afd4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:29:26,190 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f66aa283-812f-449d-9f2e-070c9bb6afd4 2018-10-26 08:29:26,191 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 08:29:26,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d2567ef86bbb9be2f63f4e080a3d94b9b0f184" 2018-10-26 08:29:26,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:29:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6e446dc-10e9-4900-a0a8-9273b985e19c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:29:26,286 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f6e446dc-10e9-4900-a0a8-9273b985e19c 2018-10-26 08:29:26,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d2567ef86bbb9be2f63f4e080a3d94b9b0f184" 2018-10-26 08:29:26,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-5a2365c2-1744-49a5-9dae-e06fc4d3bb86 Date: Fri, 26 Oct 2018 08:29:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":9,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["7cc770a2-a110-4f9e-9bd5-55fe582dc463"],"description":"","tags":[],"updated_at":"2018-10-26T08:29:16Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:15Z","provider:network_type":"vxlan"}]} 2018-10-26 08:29:26,522 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net used request id req-5a2365c2-1744-49a5-9dae-e06fc4d3bb86 2018-10-26 08:29:26,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:29:26,530 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:29: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:29:26,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d2567ef86bbb9be2f63f4e080a3d94b9b0f184" 2018-10-26 08:29:26,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:29:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d652fdf-ebb4-4d0d-ac99-033da90d4256 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:29:26,619 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-1d652fdf-ebb4-4d0d-ac99-033da90d4256 2018-10-26 08:29:26,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6d82018b-f6a7-4eeb-9323-7713460c1e78 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d2567ef86bbb9be2f63f4e080a3d94b9b0f184" 2018-10-26 08:29:26,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c27ae6ad-4764-43ec-b854-de66b3614eb1 Date: Fri, 26 Oct 2018 08:29:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:16Z","dns_nameservers":[],"updated_at":"2018-10-26T08:29:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"7cc770a2-a110-4f9e-9bd5-55fe582dc463","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-subnet"}]} 2018-10-26 08:29:26,825 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6d82018b-f6a7-4eeb-9323-7713460c1e78 used request id req-c27ae6ad-4764-43ec-b854-de66b3614eb1 2018-10-26 08:29:26,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=6d82018b-f6a7-4eeb-9323-7713460c1e78&name=NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d2567ef86bbb9be2f63f4e080a3d94b9b0f184" 2018-10-26 08:29:27,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-5854fd5d-6175-45c7-b6c9-f51a8fa9fe14 Date: Fri, 26 Oct 2018 08:29:27 GMT RESP BODY: {"ports":[]} 2018-10-26 08:29:27,042 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=6d82018b-f6a7-4eeb-9323-7713460c1e78&name=NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-port&admin_state_up=True used request id req-5854fd5d-6175-45c7-b6c9-f51a8fa9fe14 2018-10-26 08:29:27,045 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d2567ef86bbb9be2f63f4e080a3d94b9b0f184" 2018-10-26 08:29:27,433 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08: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 x-openstack-request-id: req-9f00f67f-f1d2-4902-9f09-7e97b7ecce21 x-compute-request-id: req-9f00f67f-f1d2-4902-9f09-7e97b7ecce21 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-26 08:29:27,433 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-vm_inst used request id req-9f00f67f-f1d2-4902-9f09-7e97b7ecce21 2018-10-26 08:29:27,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d2567ef86bbb9be2f63f4e080a3d94b9b0f184" 2018-10-26 08:29:27,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-e1119604-e623-4f3b-b49b-8fc6cf900bef Date: Fri, 26 Oct 2018 08:29:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":9,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["7cc770a2-a110-4f9e-9bd5-55fe582dc463"],"description":"","tags":[],"updated_at":"2018-10-26T08:29:16Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:15Z","provider:network_type":"vxlan"}]} 2018-10-26 08:29:27,671 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net used request id req-e1119604-e623-4f3b-b49b-8fc6cf900bef 2018-10-26 08:29:27,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d2567ef86bbb9be2f63f4e080a3d94b9b0f184" 2018-10-26 08:29:27,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:29:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd747fe9-481b-4ef8-8af1-d595474c5a8f 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:29:27,765 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-dd747fe9-481b-4ef8-8af1-d595474c5a8f 2018-10-26 08:29:27,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6d82018b-f6a7-4eeb-9323-7713460c1e78 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d2567ef86bbb9be2f63f4e080a3d94b9b0f184" 2018-10-26 08:29:28,007 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-d816179c-b1d1-4072-95fe-8137379cf297 Date: Fri, 26 Oct 2018 08:29:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:16Z","dns_nameservers":[],"updated_at":"2018-10-26T08:29:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"7cc770a2-a110-4f9e-9bd5-55fe582dc463","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-subnet"}]} 2018-10-26 08:29:28,007 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6d82018b-f6a7-4eeb-9323-7713460c1e78 used request id req-d816179c-b1d1-4072-95fe-8137379cf297 2018-10-26 08:29:28,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=6d82018b-f6a7-4eeb-9323-7713460c1e78&name=NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d2567ef86bbb9be2f63f4e080a3d94b9b0f184" 2018-10-26 08:29:28,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-679742c7-a18e-47a2-bc48-d879d47436f9 Date: Fri, 26 Oct 2018 08:29:28 GMT RESP BODY: {"ports":[]} 2018-10-26 08:29:28,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=6d82018b-f6a7-4eeb-9323-7713460c1e78&name=NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-port&admin_state_up=True used request id req-679742c7-a18e-47a2-bc48-d879d47436f9 2018-10-26 08:29:28,184 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:29:28,184 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:29:28,559 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:29:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["CmB0UeSZQBuTbhj5w6RlxA"], "issued_at": "2018-10-26T08:29:28.000000Z"}} 2018-10-26 08:29:28,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71c6d1b8f6913a76da1f57a4d02944e9e7219d0c" 2018-10-26 08:29:28,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:29:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d666d91-6280-49d8-8238-43b34097846f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:29:28,653 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-6d666d91-6280-49d8-8238-43b34097846f 2018-10-26 08:29:28,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d2567ef86bbb9be2f63f4e080a3d94b9b0f184" 2018-10-26 08:29:28,902 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-d8a46af3-7df0-49eb-bbcf-e19301c4f117 Date: Fri, 26 Oct 2018 08:29:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":9,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["7cc770a2-a110-4f9e-9bd5-55fe582dc463"],"description":"","tags":[],"updated_at":"2018-10-26T08:29:16Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:15Z","provider:network_type":"vxlan"}]} 2018-10-26 08:29:28,902 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net used request id req-d8a46af3-7df0-49eb-bbcf-e19301c4f117 2018-10-26 08:29:28,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6d82018b-f6a7-4eeb-9323-7713460c1e78 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d2567ef86bbb9be2f63f4e080a3d94b9b0f184" 2018-10-26 08:29:29,150 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-afa9a565-fbff-4f12-a7eb-aaf5f6bab06c Date: Fri, 26 Oct 2018 08:29:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:16Z","dns_nameservers":[],"updated_at":"2018-10-26T08:29:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"7cc770a2-a110-4f9e-9bd5-55fe582dc463","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-subnet"}]} 2018-10-26 08:29:29,150 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6d82018b-f6a7-4eeb-9323-7713460c1e78 used request id req-afa9a565-fbff-4f12-a7eb-aaf5f6bab06c 2018-10-26 08:29:29,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d2567ef86bbb9be2f63f4e080a3d94b9b0f184" 2018-10-26 08:29:29,382 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-53fbc3dd-5e98-459c-be36-5ea6b3c5bf1b Date: Fri, 26 Oct 2018 08:29:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":9,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["7cc770a2-a110-4f9e-9bd5-55fe582dc463"],"description":"","tags":[],"updated_at":"2018-10-26T08:29:16Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:15Z","provider:network_type":"vxlan"}]} 2018-10-26 08:29:29,383 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net used request id req-53fbc3dd-5e98-459c-be36-5ea6b3c5bf1b 2018-10-26 08:29:29,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:29:29,391 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:29: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:29:29,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71c6d1b8f6913a76da1f57a4d02944e9e7219d0c" 2018-10-26 08:29:29,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:29:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7202b09e-ac37-414f-b850-b1b2efadf4ca 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:29:29,466 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-7202b09e-ac37-414f-b850-b1b2efadf4ca 2018-10-26 08:29:29,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6d82018b-f6a7-4eeb-9323-7713460c1e78 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d2567ef86bbb9be2f63f4e080a3d94b9b0f184" 2018-10-26 08:29:29,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-73cb2cb5-2ca8-4082-b1c5-0ed45f36b9b8 Date: Fri, 26 Oct 2018 08:29:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:16Z","dns_nameservers":[],"updated_at":"2018-10-26T08:29:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"7cc770a2-a110-4f9e-9bd5-55fe582dc463","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-subnet"}]} 2018-10-26 08:29:29,537 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6d82018b-f6a7-4eeb-9323-7713460c1e78 used request id req-73cb2cb5-2ca8-4082-b1c5-0ed45f36b9b8 2018-10-26 08:29:29,538 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net 2018-10-26 08:29:29,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d2567ef86bbb9be2f63f4e080a3d94b9b0f184" -d '{"port": {"network_id": "6d82018b-f6a7-4eeb-9323-7713460c1e78", "name": "NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-port", "admin_state_up": true}}' 2018-10-26 08:29:30,491 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 880 X-Openstack-Request-Id: req-983bf054-ef5f-4646-b295-c85cc091d1c7 Date: Fri, 26 Oct 2018 08:29:30 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:29:29Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7cc770a2-a110-4f9e-9bd5-55fe582dc463","ip_address":"10.55.0.11"}],"id":"39667b4a-a56a-4435-9518-57dbc07ffb83","security_groups":["20832275-63ca-4f81-93a7-4da74d8fc132"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:33:49:37","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-port","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","qos_policy_id":null,"admin_state_up":true,"network_id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:29Z","binding:vnic_type":"normal"}} 2018-10-26 08:29:30,492 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-983bf054-ef5f-4646-b295-c85cc091d1c7 2018-10-26 08:29:30,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d2567ef86bbb9be2f63f4e080a3d94b9b0f184" 2018-10-26 08:29:30,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-c285734f-949a-4a10-881d-19f2a198e5ad Date: Fri, 26 Oct 2018 08:29:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":9,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["7cc770a2-a110-4f9e-9bd5-55fe582dc463"],"description":"","tags":[],"updated_at":"2018-10-26T08:29:16Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:15Z","provider:network_type":"vxlan"}]} 2018-10-26 08:29:30,731 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net used request id req-c285734f-949a-4a10-881d-19f2a198e5ad 2018-10-26 08:29:30,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d2567ef86bbb9be2f63f4e080a3d94b9b0f184" 2018-10-26 08:29:30,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:29:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a3cbe8c-bfc5-433b-8885-2a04d334704b 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:29:30,829 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-6a3cbe8c-bfc5-433b-8885-2a04d334704b 2018-10-26 08:29:30,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6d82018b-f6a7-4eeb-9323-7713460c1e78 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d2567ef86bbb9be2f63f4e080a3d94b9b0f184" 2018-10-26 08:29:31,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e0746e90-e643-4201-8f5f-b14b0610bbf8 Date: Fri, 26 Oct 2018 08:29:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:16Z","dns_nameservers":[],"updated_at":"2018-10-26T08:29:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"7cc770a2-a110-4f9e-9bd5-55fe582dc463","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-subnet"}]} 2018-10-26 08:29:31,037 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6d82018b-f6a7-4eeb-9323-7713460c1e78 used request id req-e0746e90-e643-4201-8f5f-b14b0610bbf8 2018-10-26 08:29:31,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=6d82018b-f6a7-4eeb-9323-7713460c1e78&name=NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d2567ef86bbb9be2f63f4e080a3d94b9b0f184" 2018-10-26 08:29:31,087 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 883 X-Openstack-Request-Id: req-5022becf-a84f-4921-bfec-384eacd13bb7 Date: Fri, 26 Oct 2018 08:29:31 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:29:29Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7cc770a2-a110-4f9e-9bd5-55fe582dc463","ip_address":"10.55.0.11"}],"id":"39667b4a-a56a-4435-9518-57dbc07ffb83","security_groups":["20832275-63ca-4f81-93a7-4da74d8fc132"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:33:49:37","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-port","admin_state_up":true,"network_id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:29Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-26 08:29:31,087 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=6d82018b-f6a7-4eeb-9323-7713460c1e78&name=NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-port&admin_state_up=True used request id req-5022becf-a84f-4921-bfec-384eacd13bb7 2018-10-26 08:29:31,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d2567ef86bbb9be2f63f4e080a3d94b9b0f184" 2018-10-26 08:29:31,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:29:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4b03ce9-76f5-48d7-8feb-9852d474f47d 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:29:31,188 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-d4b03ce9-76f5-48d7-8feb-9852d474f47d 2018-10-26 08:29:31,189 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-vm_inst 2018-10-26 08:29:31,192 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d2567ef86bbb9be2f63f4e080a3d94b9b0f184" 2018-10-26 08:29:31,226 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:29:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-de166ac0-399d-4273-819a-1ff9426e4a1b x-compute-request-id: req-de166ac0-399d-4273-819a-1ff9426e4a1b Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "f5eb5f16-9d80-4701-b797-bcb2f0573875", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/f5eb5f16-9d80-4701-b797-bcb2f0573875", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/f5eb5f16-9d80-4701-b797-bcb2f0573875", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-flavor"}]} 2018-10-26 08:29:31,226 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-de166ac0-399d-4273-819a-1ff9426e4a1b 2018-10-26 08:29:31,229 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/f5eb5f16-9d80-4701-b797-bcb2f0573875 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d2567ef86bbb9be2f63f4e080a3d94b9b0f184" 2018-10-26 08:29:31,249 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:29:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-34eace2d-3239-480b-bbb4-aca96e05ff3b x-compute-request-id: req-34eace2d-3239-480b-bbb4-aca96e05ff3b Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/f5eb5f16-9d80-4701-b797-bcb2f0573875", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/f5eb5f16-9d80-4701-b797-bcb2f0573875", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "f5eb5f16-9d80-4701-b797-bcb2f0573875", "name": "NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 08:29:31,249 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/f5eb5f16-9d80-4701-b797-bcb2f0573875 used request id req-34eace2d-3239-480b-bbb4-aca96e05ff3b 2018-10-26 08:29:31,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a2d2567ef86bbb9be2f63f4e080a3d94b9b0f184" 2018-10-26 08:29:31,431 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-cfdee11a-a0d3-483d-ae2d-0925703495b5 Date: Fri, 26 Oct 2018 08:29:31 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T08:29:11Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T08:29:13Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/7ff31469-7ee1-4355-bba7-03a645bbf942/snap", "metadata": {}}], "self": "/v2/images/7ff31469-7ee1-4355-bba7-03a645bbf942", "min_disk": 0, "protected": false, "id": "7ff31469-7ee1-4355-bba7-03a645bbf942", "file": "/v2/images/7ff31469-7ee1-4355-bba7-03a645bbf942/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e8c35a3eddcb484a9d13f31d10ef71de", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/7ff31469-7ee1-4355-bba7-03a645bbf942/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-image"} 2018-10-26 08:29:31,431 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-image used request id req-cfdee11a-a0d3-483d-ae2d-0925703495b5 2018-10-26 08:29:31,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a2d2567ef86bbb9be2f63f4e080a3d94b9b0f184" 2018-10-26 08:29:32,002 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a5812813-ac92-431d-bad9-f7a1a4ce2861 Date: Fri, 26 Oct 2018 08:29: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-26 08:29:32,003 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-a5812813-ac92-431d-bad9-f7a1a4ce2861 2018-10-26 08:29:32,008 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d2567ef86bbb9be2f63f4e080a3d94b9b0f184" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-vm_inst", "imageRef": "7ff31469-7ee1-4355-bba7-03a645bbf942", "flavorRef": "f5eb5f16-9d80-4701-b797-bcb2f0573875", "max_count": 1, "min_count": 1, "networks": [{"port": "39667b4a-a56a-4435-9518-57dbc07ffb83"}]}}' 2018-10-26 08:29:34,982 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08:29:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-985bea0f-226c-4192-b899-0bf4a1da96bf x-compute-request-id: req-985bea0f-226c-4192-b899-0bf4a1da96bf Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/9a15e84c-0825-4178-97d9-11782ae78657 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "9a15e84c-0825-4178-97d9-11782ae78657", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9a15e84c-0825-4178-97d9-11782ae78657", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9a15e84c-0825-4178-97d9-11782ae78657", "rel": "bookmark"}], "adminPass": "bvB7PbTVWTyv"}} 2018-10-26 08:29:34,982 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-985bea0f-226c-4192-b899-0bf4a1da96bf 2018-10-26 08:29:34,986 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9a15e84c-0825-4178-97d9-11782ae78657 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d2567ef86bbb9be2f63f4e080a3d94b9b0f184" 2018-10-26 08:29:35,512 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:29:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-832830c5-887b-487e-840a-1a8f05ea860a x-compute-request-id: req-832830c5-887b-487e-840a-1a8f05ea860a Content-Encoding: gzip Content-Length: 652 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9a15e84c-0825-4178-97d9-11782ae78657", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9a15e84c-0825-4178-97d9-11782ae78657", "rel": "bookmark"}], "image": {"id": "7ff31469-7ee1-4355-bba7-03a645bbf942", "links": [{"href": "http://172.30.9.21:8774/images/7ff31469-7ee1-4355-bba7-03a645bbf942", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f5eb5f16-9d80-4701-b797-bcb2f0573875", "links": [{"href": "http://172.30.9.21:8774/flavors/f5eb5f16-9d80-4701-b797-bcb2f0573875", "rel": "bookmark"}]}, "id": "9a15e84c-0825-4178-97d9-11782ae78657", "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "OS-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-26T08:29: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": "NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-vm_inst", "created": "2018-10-26T08:29:34Z", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 08:29:35,512 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9a15e84c-0825-4178-97d9-11782ae78657 used request id req-832830c5-887b-487e-840a-1a8f05ea860a 2018-10-26 08:29:35,513 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-vm_inst 2018-10-26 08:29:35,516 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9a15e84c-0825-4178-97d9-11782ae78657 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d2567ef86bbb9be2f63f4e080a3d94b9b0f184" 2018-10-26 08:29:36,023 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:29:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-476ecc2f-8e38-4870-9be0-875918fc8df9 x-compute-request-id: req-476ecc2f-8e38-4870-9be0-875918fc8df9 Content-Encoding: gzip Content-Length: 652 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9a15e84c-0825-4178-97d9-11782ae78657", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9a15e84c-0825-4178-97d9-11782ae78657", "rel": "bookmark"}], "image": {"id": "7ff31469-7ee1-4355-bba7-03a645bbf942", "links": [{"href": "http://172.30.9.21:8774/images/7ff31469-7ee1-4355-bba7-03a645bbf942", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f5eb5f16-9d80-4701-b797-bcb2f0573875", "links": [{"href": "http://172.30.9.21:8774/flavors/f5eb5f16-9d80-4701-b797-bcb2f0573875", "rel": "bookmark"}]}, "id": "9a15e84c-0825-4178-97d9-11782ae78657", "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "OS-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-26T08:29: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": "NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-vm_inst", "created": "2018-10-26T08:29:34Z", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 08:29:36,023 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9a15e84c-0825-4178-97d9-11782ae78657 used request id req-476ecc2f-8e38-4870-9be0-875918fc8df9 2018-10-26 08:29:36,024 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-vm_inst] is - BUILD 2018-10-26 08:29:36,024 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 08:29:39,027 - create_instance - DEBUG - VM status query timeout in 896.486012936 2018-10-26 08:29:39,031 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9a15e84c-0825-4178-97d9-11782ae78657 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d2567ef86bbb9be2f63f4e080a3d94b9b0f184" 2018-10-26 08:29:39,789 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:29: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-70ae39e2-3cfe-4454-8693-adb680758d0d x-compute-request-id: req-70ae39e2-3cfe-4454-8693-adb680758d0d Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9a15e84c-0825-4178-97d9-11782ae78657", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9a15e84c-0825-4178-97d9-11782ae78657", "rel": "bookmark"}], "image": {"id": "7ff31469-7ee1-4355-bba7-03a645bbf942", "links": [{"href": "http://172.30.9.21:8774/images/7ff31469-7ee1-4355-bba7-03a645bbf942", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f5eb5f16-9d80-4701-b797-bcb2f0573875", "links": [{"href": "http://172.30.9.21:8774/flavors/f5eb5f16-9d80-4701-b797-bcb2f0573875", "rel": "bookmark"}]}, "id": "9a15e84c-0825-4178-97d9-11782ae78657", "security_groups": [{"name": "default"}], "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "OS-DCF: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-26T08:29:38Z", "hostId": "bc40b3da9a64c9c7b97fa1e0af6588872ae0a905a40f72f0eb82275b", "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-81def7ec-199e-462e-9d81-1868ccd3c581-vm_inst", "created": "2018-10-26T08:29:34Z", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 08:29:39,789 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9a15e84c-0825-4178-97d9-11782ae78657 used request id req-70ae39e2-3cfe-4454-8693-adb680758d0d 2018-10-26 08:29:39,789 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-vm_inst] is - BUILD 2018-10-26 08:29:39,789 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 08:29:42,792 - create_instance - DEBUG - VM status query timeout in 892.720772982 2018-10-26 08:29:42,796 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9a15e84c-0825-4178-97d9-11782ae78657 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d2567ef86bbb9be2f63f4e080a3d94b9b0f184" 2018-10-26 08:29:43,237 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:29: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-54d81e1d-e6f5-4088-97be-17f54dbe44ca x-compute-request-id: req-54d81e1d-e6f5-4088-97be-17f54dbe44ca Content-Encoding: gzip Content-Length: 817 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:49:37", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9a15e84c-0825-4178-97d9-11782ae78657", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9a15e84c-0825-4178-97d9-11782ae78657", "rel": "bookmark"}], "image": {"id": "7ff31469-7ee1-4355-bba7-03a645bbf942", "links": [{"href": "http://172.30.9.21:8774/images/7ff31469-7ee1-4355-bba7-03a645bbf942", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f5eb5f16-9d80-4701-b797-bcb2f0573875", "links": [{"href": "http://172.30.9.21:8774/flavors/f5eb5f16-9d80-4701-b797-bcb2f0573875", "rel": "bookmark"}]}, "id": "9a15e84c-0825-4178-97d9-11782ae78657", "security_groups": [{"name": "default"}], "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "OS-DCF: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-26T08:29:38Z", "hostId": "bc40b3da9a64c9c7b97fa1e0af6588872ae0a905a40f72f0eb82275b", "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-81def7ec-199e-462e-9d81-1868ccd3c581-vm_inst", "created": "2018-10-26T08:29:34Z", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 08:29:43,237 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9a15e84c-0825-4178-97d9-11782ae78657 used request id req-54d81e1d-e6f5-4088-97be-17f54dbe44ca 2018-10-26 08:29:43,237 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-vm_inst] is - BUILD 2018-10-26 08:29:43,237 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 08:29:46,241 - create_instance - DEBUG - VM status query timeout in 889.272481918 2018-10-26 08:29:46,244 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9a15e84c-0825-4178-97d9-11782ae78657 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d2567ef86bbb9be2f63f4e080a3d94b9b0f184" 2018-10-26 08:29:46,865 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:29: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-1ca07baa-51d2-4d95-97da-a862aed2a3e3 x-compute-request-id: req-1ca07baa-51d2-4d95-97da-a862aed2a3e3 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:49:37", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9a15e84c-0825-4178-97d9-11782ae78657", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9a15e84c-0825-4178-97d9-11782ae78657", "rel": "bookmark"}], "image": {"id": "7ff31469-7ee1-4355-bba7-03a645bbf942", "links": [{"href": "http://172.30.9.21:8774/images/7ff31469-7ee1-4355-bba7-03a645bbf942", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-10-26T08:29:44.000000", "flavor": {"id": "f5eb5f16-9d80-4701-b797-bcb2f0573875", "links": [{"href": "http://172.30.9.21:8774/flavors/f5eb5f16-9d80-4701-b797-bcb2f0573875", "rel": "bookmark"}]}, "id": "9a15e84c-0825-4178-97d9-11782ae78657", "security_groups": [{"name": "default"}], "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T08:29:45Z", "hostId": "bc40b3da9a64c9c7b97fa1e0af6588872ae0a905a40f72f0eb82275b", "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-81def7ec-199e-462e-9d81-1868ccd3c581-vm_inst", "created": "2018-10-26T08:29:34Z", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 08:29:46,865 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9a15e84c-0825-4178-97d9-11782ae78657 used request id req-1ca07baa-51d2-4d95-97da-a862aed2a3e3 2018-10-26 08:29:46,866 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-vm_inst] is - ACTIVE 2018-10-26 08:29:46,866 - create_instance - INFO - VM is - ACTIVE 2018-10-26 08:29:46,868 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9a15e84c-0825-4178-97d9-11782ae78657 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d2567ef86bbb9be2f63f4e080a3d94b9b0f184" 2018-10-26 08:29:47,170 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:29: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-869b20a7-b6f5-49fe-8a60-df16952ec1dd x-compute-request-id: req-869b20a7-b6f5-49fe-8a60-df16952ec1dd Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:49:37", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9a15e84c-0825-4178-97d9-11782ae78657", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9a15e84c-0825-4178-97d9-11782ae78657", "rel": "bookmark"}], "image": {"id": "7ff31469-7ee1-4355-bba7-03a645bbf942", "links": [{"href": "http://172.30.9.21:8774/images/7ff31469-7ee1-4355-bba7-03a645bbf942", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-10-26T08:29:44.000000", "flavor": {"id": "f5eb5f16-9d80-4701-b797-bcb2f0573875", "links": [{"href": "http://172.30.9.21:8774/flavors/f5eb5f16-9d80-4701-b797-bcb2f0573875", "rel": "bookmark"}]}, "id": "9a15e84c-0825-4178-97d9-11782ae78657", "security_groups": [{"name": "default"}], "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T08:29:45Z", "hostId": "bc40b3da9a64c9c7b97fa1e0af6588872ae0a905a40f72f0eb82275b", "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-81def7ec-199e-462e-9d81-1868ccd3c581-vm_inst", "created": "2018-10-26T08:29:34Z", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 08:29:47,170 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9a15e84c-0825-4178-97d9-11782ae78657 used request id req-869b20a7-b6f5-49fe-8a60-df16952ec1dd 2018-10-26 08:29:47,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d2567ef86bbb9be2f63f4e080a3d94b9b0f184" 2018-10-26 08:29:47,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-73989a60-4d91-4ce2-a625-765c12756506 Date: Fri, 26 Oct 2018 08:29:47 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":9,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["7cc770a2-a110-4f9e-9bd5-55fe582dc463"],"description":"","tags":[],"updated_at":"2018-10-26T08:29:16Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:15Z","provider:network_type":"vxlan"}]} 2018-10-26 08:29:47,266 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net used request id req-73989a60-4d91-4ce2-a625-765c12756506 2018-10-26 08:29:47,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d2567ef86bbb9be2f63f4e080a3d94b9b0f184" 2018-10-26 08:29:47,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:29:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c90b41f-2cdd-4471-80f1-c701ff0d396b 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:29:47,351 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-8c90b41f-2cdd-4471-80f1-c701ff0d396b 2018-10-26 08:29:47,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6d82018b-f6a7-4eeb-9323-7713460c1e78 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d2567ef86bbb9be2f63f4e080a3d94b9b0f184" 2018-10-26 08:29:47,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-48b0f358-ae2a-4c75-852d-f8b33be28aa8 Date: Fri, 26 Oct 2018 08:29:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:16Z","dns_nameservers":[],"updated_at":"2018-10-26T08:29:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"7cc770a2-a110-4f9e-9bd5-55fe582dc463","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-subnet"}]} 2018-10-26 08:29:47,542 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6d82018b-f6a7-4eeb-9323-7713460c1e78 used request id req-48b0f358-ae2a-4c75-852d-f8b33be28aa8 2018-10-26 08:29:47,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=6d82018b-f6a7-4eeb-9323-7713460c1e78 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d2567ef86bbb9be2f63f4e080a3d94b9b0f184" 2018-10-26 08:29:47,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-5a324659-6a4f-48f4-9732-efac4a66e1c7 Date: Fri, 26 Oct 2018 08:29:47 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:29:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7cc770a2-a110-4f9e-9bd5-55fe582dc463","ip_address":"10.55.0.4"}],"id":"10e23ac7-afc1-4db3-8b3a-512087b13ab3","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:54:c9","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:18Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6d82018b-f6a7-4eeb-9323-7713460c1e78"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:29:44Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7cc770a2-a110-4f9e-9bd5-55fe582dc463","ip_address":"10.55.0.11"}],"id":"39667b4a-a56a-4435-9518-57dbc07ffb83","security_groups":["20832275-63ca-4f81-93a7-4da74d8fc132"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:33:49:37","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-port","admin_state_up":true,"network_id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:29Z","binding:vnic_type":"normal","device_id":"9a15e84c-0825-4178-97d9-11782ae78657"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:29:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7cc770a2-a110-4f9e-9bd5-55fe582dc463","ip_address":"10.55.0.3"}],"id":"a2913a78-61dc-4a43-8443-af6ebbb78c64","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a3:a3:63","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:17Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6d82018b-f6a7-4eeb-9323-7713460c1e78"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:29:18Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7cc770a2-a110-4f9e-9bd5-55fe582dc463","ip_address":"10.55.0.2"}],"id":"d3da4b61-f15c-45be-9a15-ee94456e90a1","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e3:cf:7b","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:17Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6d82018b-f6a7-4eeb-9323-7713460c1e78"}]} 2018-10-26 08:29:47,591 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=6d82018b-f6a7-4eeb-9323-7713460c1e78 used request id req-5a324659-6a4f-48f4-9732-efac4a66e1c7 2018-10-26 08:29:47,592 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:29:47,974 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:29:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["LWsQ3VDcTMS1FQIlM1-XJg"], "issued_at": "2018-10-26T08:29:47.000000Z"}} 2018-10-26 08:29:47,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a4485e4f2a14bc5b6f5bc498d47c24b583be2ab" 2018-10-26 08:29:48,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:29:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e69cdb1-d45e-46db-9fa7-f56c87f0174c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:29:48,060 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5e69cdb1-d45e-46db-9fa7-f56c87f0174c 2018-10-26 08:29:48,064 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9a15e84c-0825-4178-97d9-11782ae78657 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d2567ef86bbb9be2f63f4e080a3d94b9b0f184" 2018-10-26 08:29:48,787 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:29: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-b4751843-f447-49bf-9688-c2e8f323d1ad x-compute-request-id: req-b4751843-f447-49bf-9688-c2e8f323d1ad Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:49:37", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9a15e84c-0825-4178-97d9-11782ae78657", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9a15e84c-0825-4178-97d9-11782ae78657", "rel": "bookmark"}], "image": {"id": "7ff31469-7ee1-4355-bba7-03a645bbf942", "links": [{"href": "http://172.30.9.21:8774/images/7ff31469-7ee1-4355-bba7-03a645bbf942", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-10-26T08:29:44.000000", "flavor": {"id": "f5eb5f16-9d80-4701-b797-bcb2f0573875", "links": [{"href": "http://172.30.9.21:8774/flavors/f5eb5f16-9d80-4701-b797-bcb2f0573875", "rel": "bookmark"}]}, "id": "9a15e84c-0825-4178-97d9-11782ae78657", "security_groups": [{"name": "default"}], "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T08:29:45Z", "hostId": "bc40b3da9a64c9c7b97fa1e0af6588872ae0a905a40f72f0eb82275b", "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-81def7ec-199e-462e-9d81-1868ccd3c581-vm_inst", "created": "2018-10-26T08:29:34Z", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 08:29:48,787 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9a15e84c-0825-4178-97d9-11782ae78657 used request id req-b4751843-f447-49bf-9688-c2e8f323d1ad 2018-10-26 08:29:48,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d2567ef86bbb9be2f63f4e080a3d94b9b0f184" 2018-10-26 08:29:49,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-3a08029c-bae1-4fe5-8cb8-34a49d6985c9 Date: Fri, 26 Oct 2018 08:29:49 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":9,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["7cc770a2-a110-4f9e-9bd5-55fe582dc463"],"description":"","tags":[],"updated_at":"2018-10-26T08:29:16Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:15Z","provider:network_type":"vxlan"}]} 2018-10-26 08:29:49,038 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net used request id req-3a08029c-bae1-4fe5-8cb8-34a49d6985c9 2018-10-26 08:29:49,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d2567ef86bbb9be2f63f4e080a3d94b9b0f184" 2018-10-26 08:29:49,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:29:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c02ab8d-016b-4a4a-99b1-2f769760c605 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:29:49,122 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-2c02ab8d-016b-4a4a-99b1-2f769760c605 2018-10-26 08:29:49,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6d82018b-f6a7-4eeb-9323-7713460c1e78 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d2567ef86bbb9be2f63f4e080a3d94b9b0f184" 2018-10-26 08:29:49,178 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-6a4955cd-a815-4a91-8a26-5f65236713da Date: Fri, 26 Oct 2018 08:29:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:16Z","dns_nameservers":[],"updated_at":"2018-10-26T08:29:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"7cc770a2-a110-4f9e-9bd5-55fe582dc463","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-subnet"}]} 2018-10-26 08:29:49,178 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6d82018b-f6a7-4eeb-9323-7713460c1e78 used request id req-6a4955cd-a815-4a91-8a26-5f65236713da 2018-10-26 08:29:49,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=6d82018b-f6a7-4eeb-9323-7713460c1e78 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d2567ef86bbb9be2f63f4e080a3d94b9b0f184" 2018-10-26 08:29:49,228 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-b30cd7d4-bf1e-4ab8-abd1-d31475063051 Date: Fri, 26 Oct 2018 08:29:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:29:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7cc770a2-a110-4f9e-9bd5-55fe582dc463","ip_address":"10.55.0.4"}],"id":"10e23ac7-afc1-4db3-8b3a-512087b13ab3","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:54:c9","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:18Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6d82018b-f6a7-4eeb-9323-7713460c1e78"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:29:44Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7cc770a2-a110-4f9e-9bd5-55fe582dc463","ip_address":"10.55.0.11"}],"id":"39667b4a-a56a-4435-9518-57dbc07ffb83","security_groups":["20832275-63ca-4f81-93a7-4da74d8fc132"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:33:49:37","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-port","admin_state_up":true,"network_id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:29Z","binding:vnic_type":"normal","device_id":"9a15e84c-0825-4178-97d9-11782ae78657"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:29:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7cc770a2-a110-4f9e-9bd5-55fe582dc463","ip_address":"10.55.0.3"}],"id":"a2913a78-61dc-4a43-8443-af6ebbb78c64","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a3:a3:63","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:17Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6d82018b-f6a7-4eeb-9323-7713460c1e78"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:29:18Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7cc770a2-a110-4f9e-9bd5-55fe582dc463","ip_address":"10.55.0.2"}],"id":"d3da4b61-f15c-45be-9a15-ee94456e90a1","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e3:cf:7b","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:17Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6d82018b-f6a7-4eeb-9323-7713460c1e78"}]} 2018-10-26 08:29:49,228 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=6d82018b-f6a7-4eeb-9323-7713460c1e78 used request id req-b30cd7d4-bf1e-4ab8-abd1-d31475063051 2018-10-26 08:29:49,232 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/9a15e84c-0825-4178-97d9-11782ae78657/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a4485e4f2a14bc5b6f5bc498d47c24b583be2ab" -d '{"volumeAttachment": {"volumeId": "3316d592-1aa5-4da4-b9a0-a6e572e28481"}}' 2018-10-26 08:29:51,269 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:29: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-c3a41fe7-2abc-423d-ba6e-d593796e4898 x-compute-request-id: req-c3a41fe7-2abc-423d-ba6e-d593796e4898 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "9a15e84c-0825-4178-97d9-11782ae78657", "id": "3316d592-1aa5-4da4-b9a0-a6e572e28481", "volumeId": "3316d592-1aa5-4da4-b9a0-a6e572e28481"}} 2018-10-26 08:29:51,270 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/9a15e84c-0825-4178-97d9-11782ae78657/os-volume_attachments used request id req-c3a41fe7-2abc-423d-ba6e-d593796e4898 2018-10-26 08:29:51,274 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9a15e84c-0825-4178-97d9-11782ae78657 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a4485e4f2a14bc5b6f5bc498d47c24b583be2ab" 2018-10-26 08:29:52,192 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:29: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-00681608-9de4-400a-8cc0-aa2f644ba268 x-compute-request-id: req-00681608-9de4-400a-8cc0-aa2f644ba268 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:49:37", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9a15e84c-0825-4178-97d9-11782ae78657", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9a15e84c-0825-4178-97d9-11782ae78657", "rel": "bookmark"}], "image": {"id": "7ff31469-7ee1-4355-bba7-03a645bbf942", "links": [{"href": "http://172.30.9.21:8774/images/7ff31469-7ee1-4355-bba7-03a645bbf942", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-10-26T08:29:44.000000", "flavor": {"id": "f5eb5f16-9d80-4701-b797-bcb2f0573875", "links": [{"href": "http://172.30.9.21:8774/flavors/f5eb5f16-9d80-4701-b797-bcb2f0573875", "rel": "bookmark"}]}, "id": "9a15e84c-0825-4178-97d9-11782ae78657", "security_groups": [{"name": "default"}], "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T08:29:45Z", "hostId": "bc40b3da9a64c9c7b97fa1e0af6588872ae0a905a40f72f0eb82275b", "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-81def7ec-199e-462e-9d81-1868ccd3c581-vm_inst", "created": "2018-10-26T08:29:34Z", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "os-extended-volumes:volumes_attached": [{"id": "3316d592-1aa5-4da4-b9a0-a6e572e28481"}], "metadata": {}}} 2018-10-26 08:29:52,192 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9a15e84c-0825-4178-97d9-11782ae78657 used request id req-00681608-9de4-400a-8cc0-aa2f644ba268 2018-10-26 08:29:52,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a4485e4f2a14bc5b6f5bc498d47c24b583be2ab" 2018-10-26 08:29:52,425 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-6a8b1ee8-49f1-4f02-b650-6b2099bb5fd5 Date: Fri, 26 Oct 2018 08:29:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":9,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["7cc770a2-a110-4f9e-9bd5-55fe582dc463"],"description":"","tags":[],"updated_at":"2018-10-26T08:29:16Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:15Z","provider:network_type":"vxlan"}]} 2018-10-26 08:29:52,425 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net used request id req-6a8b1ee8-49f1-4f02-b650-6b2099bb5fd5 2018-10-26 08:29:52,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:29:52,433 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:29: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:29:52,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a4485e4f2a14bc5b6f5bc498d47c24b583be2ab" 2018-10-26 08:29:52,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:29:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20b025d6-6229-4311-95a6-1e71323d0c7b 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:29:52,519 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-20b025d6-6229-4311-95a6-1e71323d0c7b 2018-10-26 08:29:52,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6d82018b-f6a7-4eeb-9323-7713460c1e78 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a4485e4f2a14bc5b6f5bc498d47c24b583be2ab" 2018-10-26 08:29:52,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-0b304f8c-53bc-40a7-93d3-48f80c3bc745 Date: Fri, 26 Oct 2018 08:29:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:16Z","dns_nameservers":[],"updated_at":"2018-10-26T08:29:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"7cc770a2-a110-4f9e-9bd5-55fe582dc463","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-subnet"}]} 2018-10-26 08:29:52,572 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6d82018b-f6a7-4eeb-9323-7713460c1e78 used request id req-0b304f8c-53bc-40a7-93d3-48f80c3bc745 2018-10-26 08:29:52,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=6d82018b-f6a7-4eeb-9323-7713460c1e78 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a4485e4f2a14bc5b6f5bc498d47c24b583be2ab" 2018-10-26 08:29:52,762 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-8e81d2a1-81ca-4338-bf89-9c750893cd61 Date: Fri, 26 Oct 2018 08:29:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:29:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7cc770a2-a110-4f9e-9bd5-55fe582dc463","ip_address":"10.55.0.4"}],"id":"10e23ac7-afc1-4db3-8b3a-512087b13ab3","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:54:c9","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:18Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6d82018b-f6a7-4eeb-9323-7713460c1e78"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:29:44Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7cc770a2-a110-4f9e-9bd5-55fe582dc463","ip_address":"10.55.0.11"}],"id":"39667b4a-a56a-4435-9518-57dbc07ffb83","security_groups":["20832275-63ca-4f81-93a7-4da74d8fc132"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:33:49:37","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-port","admin_state_up":true,"network_id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:29Z","binding:vnic_type":"normal","device_id":"9a15e84c-0825-4178-97d9-11782ae78657"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:29:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7cc770a2-a110-4f9e-9bd5-55fe582dc463","ip_address":"10.55.0.3"}],"id":"a2913a78-61dc-4a43-8443-af6ebbb78c64","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a3:a3:63","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:17Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6d82018b-f6a7-4eeb-9323-7713460c1e78"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:29:18Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7cc770a2-a110-4f9e-9bd5-55fe582dc463","ip_address":"10.55.0.2"}],"id":"d3da4b61-f15c-45be-9a15-ee94456e90a1","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e3:cf:7b","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:17Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6d82018b-f6a7-4eeb-9323-7713460c1e78"}]} 2018-10-26 08:29:52,762 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=6d82018b-f6a7-4eeb-9323-7713460c1e78 used request id req-8e81d2a1-81ca-4338-bf89-9c750893cd61 2018-10-26 08:29:52,766 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/3316d592-1aa5-4da4-b9a0-a6e572e28481 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a4485e4f2a14bc5b6f5bc498d47c24b583be2ab" 2018-10-26 08:29:53,630 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:29:52 GMT Server: Apache x-compute-request-id: req-4ac8b04f-30ca-4d85-8482-83c5658f5fa2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4ac8b04f-30ca-4d85-8482-83c5658f5fa2 Content-Encoding: gzip Content-Length: 519 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/3316d592-1aa5-4da4-b9a0-a6e572e28481", "rel": "self"}, {"href": "http://172.30.9.21:8776/e8c35a3eddcb484a9d13f31d10ef71de/volumes/3316d592-1aa5-4da4-b9a0-a6e572e28481", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-26T08:29:51.000000", "replication_status": null, "snapshot_id": null, "id": "3316d592-1aa5-4da4-b9a0-a6e572e28481", "size": 1, "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "os-vol-tenant-attr:tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "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-81def7ec-199e-462e-9d81-1868ccd3c581", "bootable": "false", "created_at": "2018-10-26T08:29:20.000000", "volume_type": null}} 2018-10-26 08:29:53,630 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/3316d592-1aa5-4da4-b9a0-a6e572e28481 used request id req-4ac8b04f-30ca-4d85-8482-83c5658f5fa2 2018-10-26 08:29:56,637 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/3316d592-1aa5-4da4-b9a0-a6e572e28481 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4ac8b04f-30ca-4d85-8482-83c5658f5fa2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a4485e4f2a14bc5b6f5bc498d47c24b583be2ab" 2018-10-26 08:29:57,392 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:29:56 GMT Server: Apache x-compute-request-id: req-5b5ab951-19b9-4666-829e-ebfaf5e92e91 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5b5ab951-19b9-4666-829e-ebfaf5e92e91 Content-Encoding: gzip Content-Length: 621 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [{"server_id": "9a15e84c-0825-4178-97d9-11782ae78657", "attachment_id": "73f48f0f-cd70-418c-ae56-4f645fc89a67", "attached_at": "2018-10-26T08:29:55.000000", "host_name": null, "volume_id": "3316d592-1aa5-4da4-b9a0-a6e572e28481", "device": "/dev/vdb", "id": "3316d592-1aa5-4da4-b9a0-a6e572e28481"}], "links": [{"href": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/3316d592-1aa5-4da4-b9a0-a6e572e28481", "rel": "self"}, {"href": "http://172.30.9.21:8776/e8c35a3eddcb484a9d13f31d10ef71de/volumes/3316d592-1aa5-4da4-b9a0-a6e572e28481", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-26T08:29:55.000000", "replication_status": null, "snapshot_id": null, "id": "3316d592-1aa5-4da4-b9a0-a6e572e28481", "size": 1, "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "os-vol-tenant-attr:tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "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-81def7ec-199e-462e-9d81-1868ccd3c581", "bootable": "false", "created_at": "2018-10-26T08:29:20.000000", "volume_type": null}} 2018-10-26 08:29:57,392 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/3316d592-1aa5-4da4-b9a0-a6e572e28481 used request id req-5b5ab951-19b9-4666-829e-ebfaf5e92e91 2018-10-26 08:29:57,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a4485e4f2a14bc5b6f5bc498d47c24b583be2ab" 2018-10-26 08:29:57,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:29:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-274a116c-282a-4653-a612-41e08f0acde8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:29:57,473 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-274a116c-282a-4653-a612-41e08f0acde8 2018-10-26 08:29:57,477 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9a15e84c-0825-4178-97d9-11782ae78657 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d2567ef86bbb9be2f63f4e080a3d94b9b0f184" 2018-10-26 08:29:57,962 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:29: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-f2cc406b-cc83-4b68-a4d3-033080aaba27 x-compute-request-id: req-f2cc406b-cc83-4b68-a4d3-033080aaba27 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:49:37", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9a15e84c-0825-4178-97d9-11782ae78657", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9a15e84c-0825-4178-97d9-11782ae78657", "rel": "bookmark"}], "image": {"id": "7ff31469-7ee1-4355-bba7-03a645bbf942", "links": [{"href": "http://172.30.9.21:8774/images/7ff31469-7ee1-4355-bba7-03a645bbf942", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-10-26T08:29:44.000000", "flavor": {"id": "f5eb5f16-9d80-4701-b797-bcb2f0573875", "links": [{"href": "http://172.30.9.21:8774/flavors/f5eb5f16-9d80-4701-b797-bcb2f0573875", "rel": "bookmark"}]}, "id": "9a15e84c-0825-4178-97d9-11782ae78657", "security_groups": [{"name": "default"}], "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T08:29:54Z", "hostId": "bc40b3da9a64c9c7b97fa1e0af6588872ae0a905a40f72f0eb82275b", "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-81def7ec-199e-462e-9d81-1868ccd3c581-vm_inst", "created": "2018-10-26T08:29:34Z", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "os-extended-volumes:volumes_attached": [{"id": "3316d592-1aa5-4da4-b9a0-a6e572e28481"}], "metadata": {}}} 2018-10-26 08:29:57,962 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9a15e84c-0825-4178-97d9-11782ae78657 used request id req-f2cc406b-cc83-4b68-a4d3-033080aaba27 2018-10-26 08:29:57,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d2567ef86bbb9be2f63f4e080a3d94b9b0f184" 2018-10-26 08:29:58,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-9e8e106d-75a4-4d2c-ab51-5006f7f0f772 Date: Fri, 26 Oct 2018 08:29:58 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":9,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["7cc770a2-a110-4f9e-9bd5-55fe582dc463"],"description":"","tags":[],"updated_at":"2018-10-26T08:29:16Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:15Z","provider:network_type":"vxlan"}]} 2018-10-26 08:29:58,204 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net used request id req-9e8e106d-75a4-4d2c-ab51-5006f7f0f772 2018-10-26 08:29:58,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d2567ef86bbb9be2f63f4e080a3d94b9b0f184" 2018-10-26 08:29:58,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:29:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b500bcac-fb0b-4463-9709-20bbe3a0ff25 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:29:58,224 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-b500bcac-fb0b-4463-9709-20bbe3a0ff25 2018-10-26 08:29:58,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6d82018b-f6a7-4eeb-9323-7713460c1e78 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d2567ef86bbb9be2f63f4e080a3d94b9b0f184" 2018-10-26 08:29:58,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-3b9762af-3da4-4e80-83db-8adc1fd795b8 Date: Fri, 26 Oct 2018 08:29:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:16Z","dns_nameservers":[],"updated_at":"2018-10-26T08:29:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"7cc770a2-a110-4f9e-9bd5-55fe582dc463","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-subnet"}]} 2018-10-26 08:29:58,432 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6d82018b-f6a7-4eeb-9323-7713460c1e78 used request id req-3b9762af-3da4-4e80-83db-8adc1fd795b8 2018-10-26 08:29:58,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=6d82018b-f6a7-4eeb-9323-7713460c1e78 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d2567ef86bbb9be2f63f4e080a3d94b9b0f184" 2018-10-26 08:29:58,483 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-32cd847c-f487-4fd2-a140-e37a16807ef5 Date: Fri, 26 Oct 2018 08:29:58 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:29:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7cc770a2-a110-4f9e-9bd5-55fe582dc463","ip_address":"10.55.0.4"}],"id":"10e23ac7-afc1-4db3-8b3a-512087b13ab3","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:54:c9","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:18Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6d82018b-f6a7-4eeb-9323-7713460c1e78"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:29:44Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7cc770a2-a110-4f9e-9bd5-55fe582dc463","ip_address":"10.55.0.11"}],"id":"39667b4a-a56a-4435-9518-57dbc07ffb83","security_groups":["20832275-63ca-4f81-93a7-4da74d8fc132"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:33:49:37","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-port","admin_state_up":true,"network_id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:29Z","binding:vnic_type":"normal","device_id":"9a15e84c-0825-4178-97d9-11782ae78657"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:29:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7cc770a2-a110-4f9e-9bd5-55fe582dc463","ip_address":"10.55.0.3"}],"id":"a2913a78-61dc-4a43-8443-af6ebbb78c64","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a3:a3:63","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:17Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6d82018b-f6a7-4eeb-9323-7713460c1e78"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:29:18Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7cc770a2-a110-4f9e-9bd5-55fe582dc463","ip_address":"10.55.0.2"}],"id":"d3da4b61-f15c-45be-9a15-ee94456e90a1","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e3:cf:7b","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:17Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6d82018b-f6a7-4eeb-9323-7713460c1e78"}]} 2018-10-26 08:29:58,483 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=6d82018b-f6a7-4eeb-9323-7713460c1e78 used request id req-32cd847c-f487-4fd2-a140-e37a16807ef5 2018-10-26 08:29:58,487 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9a15e84c-0825-4178-97d9-11782ae78657 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a4485e4f2a14bc5b6f5bc498d47c24b583be2ab" 2018-10-26 08:29:59,208 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:29: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-2a05fa20-d9b9-43bc-9241-5db2d79f3ae6 x-compute-request-id: req-2a05fa20-d9b9-43bc-9241-5db2d79f3ae6 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:49:37", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9a15e84c-0825-4178-97d9-11782ae78657", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9a15e84c-0825-4178-97d9-11782ae78657", "rel": "bookmark"}], "image": {"id": "7ff31469-7ee1-4355-bba7-03a645bbf942", "links": [{"href": "http://172.30.9.21:8774/images/7ff31469-7ee1-4355-bba7-03a645bbf942", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-10-26T08:29:44.000000", "flavor": {"id": "f5eb5f16-9d80-4701-b797-bcb2f0573875", "links": [{"href": "http://172.30.9.21:8774/flavors/f5eb5f16-9d80-4701-b797-bcb2f0573875", "rel": "bookmark"}]}, "id": "9a15e84c-0825-4178-97d9-11782ae78657", "security_groups": [{"name": "default"}], "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T08:29:54Z", "hostId": "bc40b3da9a64c9c7b97fa1e0af6588872ae0a905a40f72f0eb82275b", "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-81def7ec-199e-462e-9d81-1868ccd3c581-vm_inst", "created": "2018-10-26T08:29:34Z", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "os-extended-volumes:volumes_attached": [{"id": "3316d592-1aa5-4da4-b9a0-a6e572e28481"}], "metadata": {}}} 2018-10-26 08:29:59,208 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9a15e84c-0825-4178-97d9-11782ae78657 used request id req-2a05fa20-d9b9-43bc-9241-5db2d79f3ae6 2018-10-26 08:29:59,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a4485e4f2a14bc5b6f5bc498d47c24b583be2ab" 2018-10-26 08:29:59,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-185f20e0-59b1-4ba8-88fe-03275f5ab830 Date: Fri, 26 Oct 2018 08:29:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":9,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["7cc770a2-a110-4f9e-9bd5-55fe582dc463"],"description":"","tags":[],"updated_at":"2018-10-26T08:29:16Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:15Z","provider:network_type":"vxlan"}]} 2018-10-26 08:29:59,454 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net used request id req-185f20e0-59b1-4ba8-88fe-03275f5ab830 2018-10-26 08:29:59,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a4485e4f2a14bc5b6f5bc498d47c24b583be2ab" 2018-10-26 08:29:59,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:29:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59a055f0-4273-44d3-a821-fc4bfc48de78 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:29:59,541 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-59a055f0-4273-44d3-a821-fc4bfc48de78 2018-10-26 08:29:59,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6d82018b-f6a7-4eeb-9323-7713460c1e78 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a4485e4f2a14bc5b6f5bc498d47c24b583be2ab" 2018-10-26 08:29:59,594 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-82563f91-36a2-4d5c-925e-f9afce6228e8 Date: Fri, 26 Oct 2018 08:29:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:16Z","dns_nameservers":[],"updated_at":"2018-10-26T08:29:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"7cc770a2-a110-4f9e-9bd5-55fe582dc463","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-subnet"}]} 2018-10-26 08:29:59,594 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6d82018b-f6a7-4eeb-9323-7713460c1e78 used request id req-82563f91-36a2-4d5c-925e-f9afce6228e8 2018-10-26 08:29:59,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=6d82018b-f6a7-4eeb-9323-7713460c1e78 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a4485e4f2a14bc5b6f5bc498d47c24b583be2ab" 2018-10-26 08:29:59,810 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-0091abb3-1876-4aaa-aa32-0ad9a11ab20a Date: Fri, 26 Oct 2018 08:29:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:29:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7cc770a2-a110-4f9e-9bd5-55fe582dc463","ip_address":"10.55.0.4"}],"id":"10e23ac7-afc1-4db3-8b3a-512087b13ab3","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:54:c9","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:18Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6d82018b-f6a7-4eeb-9323-7713460c1e78"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:29:44Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7cc770a2-a110-4f9e-9bd5-55fe582dc463","ip_address":"10.55.0.11"}],"id":"39667b4a-a56a-4435-9518-57dbc07ffb83","security_groups":["20832275-63ca-4f81-93a7-4da74d8fc132"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:33:49:37","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-port","admin_state_up":true,"network_id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:29Z","binding:vnic_type":"normal","device_id":"9a15e84c-0825-4178-97d9-11782ae78657"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:29:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7cc770a2-a110-4f9e-9bd5-55fe582dc463","ip_address":"10.55.0.3"}],"id":"a2913a78-61dc-4a43-8443-af6ebbb78c64","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a3:a3:63","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:17Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6d82018b-f6a7-4eeb-9323-7713460c1e78"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:29:18Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7cc770a2-a110-4f9e-9bd5-55fe582dc463","ip_address":"10.55.0.2"}],"id":"d3da4b61-f15c-45be-9a15-ee94456e90a1","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e3:cf:7b","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:17Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6d82018b-f6a7-4eeb-9323-7713460c1e78"}]} 2018-10-26 08:29:59,810 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=6d82018b-f6a7-4eeb-9323-7713460c1e78 used request id req-0091abb3-1876-4aaa-aa32-0ad9a11ab20a 2018-10-26 08:29:59,814 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9a15e84c-0825-4178-97d9-11782ae78657 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d2567ef86bbb9be2f63f4e080a3d94b9b0f184" 2018-10-26 08:30:00,249 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:29: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-bfc12903-ff63-40f0-8b3f-bd724c274fe6 x-compute-request-id: req-bfc12903-ff63-40f0-8b3f-bd724c274fe6 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:49:37", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9a15e84c-0825-4178-97d9-11782ae78657", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9a15e84c-0825-4178-97d9-11782ae78657", "rel": "bookmark"}], "image": {"id": "7ff31469-7ee1-4355-bba7-03a645bbf942", "links": [{"href": "http://172.30.9.21:8774/images/7ff31469-7ee1-4355-bba7-03a645bbf942", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-10-26T08:29:44.000000", "flavor": {"id": "f5eb5f16-9d80-4701-b797-bcb2f0573875", "links": [{"href": "http://172.30.9.21:8774/flavors/f5eb5f16-9d80-4701-b797-bcb2f0573875", "rel": "bookmark"}]}, "id": "9a15e84c-0825-4178-97d9-11782ae78657", "security_groups": [{"name": "default"}], "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T08:29:54Z", "hostId": "bc40b3da9a64c9c7b97fa1e0af6588872ae0a905a40f72f0eb82275b", "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-81def7ec-199e-462e-9d81-1868ccd3c581-vm_inst", "created": "2018-10-26T08:29:34Z", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "os-extended-volumes:volumes_attached": [{"id": "3316d592-1aa5-4da4-b9a0-a6e572e28481"}], "metadata": {}}} 2018-10-26 08:30:00,249 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9a15e84c-0825-4178-97d9-11782ae78657 used request id req-bfc12903-ff63-40f0-8b3f-bd724c274fe6 2018-10-26 08:30:00,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d2567ef86bbb9be2f63f4e080a3d94b9b0f184" 2018-10-26 08:30:00,332 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-13c88f0e-b2e5-4e91-a327-bd587ef4e987 Date: Fri, 26 Oct 2018 08:30:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":9,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["7cc770a2-a110-4f9e-9bd5-55fe582dc463"],"description":"","tags":[],"updated_at":"2018-10-26T08:29:16Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:15Z","provider:network_type":"vxlan"}]} 2018-10-26 08:30:00,333 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net used request id req-13c88f0e-b2e5-4e91-a327-bd587ef4e987 2018-10-26 08:30:00,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d2567ef86bbb9be2f63f4e080a3d94b9b0f184" 2018-10-26 08:30:00,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:30:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9cd014ac-68a7-404d-84a8-49f7cfdb8a19 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:30:00,417 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-9cd014ac-68a7-404d-84a8-49f7cfdb8a19 2018-10-26 08:30:00,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6d82018b-f6a7-4eeb-9323-7713460c1e78 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d2567ef86bbb9be2f63f4e080a3d94b9b0f184" 2018-10-26 08:30:00,471 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e7f10070-30a7-4244-9164-69a84443dba5 Date: Fri, 26 Oct 2018 08:30:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:16Z","dns_nameservers":[],"updated_at":"2018-10-26T08:29:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"7cc770a2-a110-4f9e-9bd5-55fe582dc463","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-subnet"}]} 2018-10-26 08:30:00,471 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6d82018b-f6a7-4eeb-9323-7713460c1e78 used request id req-e7f10070-30a7-4244-9164-69a84443dba5 2018-10-26 08:30:00,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=6d82018b-f6a7-4eeb-9323-7713460c1e78 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d2567ef86bbb9be2f63f4e080a3d94b9b0f184" 2018-10-26 08:30:00,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-0a48fd50-3ea9-4380-84c5-54dfa4d3b777 Date: Fri, 26 Oct 2018 08:30:00 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:29:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7cc770a2-a110-4f9e-9bd5-55fe582dc463","ip_address":"10.55.0.4"}],"id":"10e23ac7-afc1-4db3-8b3a-512087b13ab3","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:54:c9","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:18Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6d82018b-f6a7-4eeb-9323-7713460c1e78"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:29:44Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7cc770a2-a110-4f9e-9bd5-55fe582dc463","ip_address":"10.55.0.11"}],"id":"39667b4a-a56a-4435-9518-57dbc07ffb83","security_groups":["20832275-63ca-4f81-93a7-4da74d8fc132"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:33:49:37","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-port","admin_state_up":true,"network_id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:29Z","binding:vnic_type":"normal","device_id":"9a15e84c-0825-4178-97d9-11782ae78657"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:29:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7cc770a2-a110-4f9e-9bd5-55fe582dc463","ip_address":"10.55.0.3"}],"id":"a2913a78-61dc-4a43-8443-af6ebbb78c64","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a3:a3:63","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:17Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6d82018b-f6a7-4eeb-9323-7713460c1e78"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:29:18Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7cc770a2-a110-4f9e-9bd5-55fe582dc463","ip_address":"10.55.0.2"}],"id":"d3da4b61-f15c-45be-9a15-ee94456e90a1","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e3:cf:7b","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:17Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6d82018b-f6a7-4eeb-9323-7713460c1e78"}]} 2018-10-26 08:30:00,522 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=6d82018b-f6a7-4eeb-9323-7713460c1e78 used request id req-0a48fd50-3ea9-4380-84c5-54dfa4d3b777 2018-10-26 08:30:00,526 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/9a15e84c-0825-4178-97d9-11782ae78657/os-volume_attachments/3316d592-1aa5-4da4-b9a0-a6e572e28481 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a4485e4f2a14bc5b6f5bc498d47c24b583be2ab" 2018-10-26 08:30:01,670 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08:30:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ed89bf13-ffe0-412e-9aa4-e20d341cc83e x-compute-request-id: req-ed89bf13-ffe0-412e-9aa4-e20d341cc83e Content-Length: 0 Content-Type: application/json 2018-10-26 08:30:01,671 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/9a15e84c-0825-4178-97d9-11782ae78657/os-volume_attachments/3316d592-1aa5-4da4-b9a0-a6e572e28481 used request id req-ed89bf13-ffe0-412e-9aa4-e20d341cc83e 2018-10-26 08:30:01,674 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9a15e84c-0825-4178-97d9-11782ae78657 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a4485e4f2a14bc5b6f5bc498d47c24b583be2ab" 2018-10-26 08:30:02,424 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:30: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-da40803b-c534-465c-9cef-28c86bea6a67 x-compute-request-id: req-da40803b-c534-465c-9cef-28c86bea6a67 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:49:37", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9a15e84c-0825-4178-97d9-11782ae78657", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9a15e84c-0825-4178-97d9-11782ae78657", "rel": "bookmark"}], "image": {"id": "7ff31469-7ee1-4355-bba7-03a645bbf942", "links": [{"href": "http://172.30.9.21:8774/images/7ff31469-7ee1-4355-bba7-03a645bbf942", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-10-26T08:29:44.000000", "flavor": {"id": "f5eb5f16-9d80-4701-b797-bcb2f0573875", "links": [{"href": "http://172.30.9.21:8774/flavors/f5eb5f16-9d80-4701-b797-bcb2f0573875", "rel": "bookmark"}]}, "id": "9a15e84c-0825-4178-97d9-11782ae78657", "security_groups": [{"name": "default"}], "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T08:29:54Z", "hostId": "bc40b3da9a64c9c7b97fa1e0af6588872ae0a905a40f72f0eb82275b", "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-81def7ec-199e-462e-9d81-1868ccd3c581-vm_inst", "created": "2018-10-26T08:29:34Z", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "os-extended-volumes:volumes_attached": [{"id": "3316d592-1aa5-4da4-b9a0-a6e572e28481"}], "metadata": {}}} 2018-10-26 08:30:02,424 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9a15e84c-0825-4178-97d9-11782ae78657 used request id req-da40803b-c534-465c-9cef-28c86bea6a67 2018-10-26 08:30:02,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a4485e4f2a14bc5b6f5bc498d47c24b583be2ab" 2018-10-26 08:30:02,807 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-30760a20-48c2-4db0-a6fd-20728ca0c37c Date: Fri, 26 Oct 2018 08:30:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":9,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["7cc770a2-a110-4f9e-9bd5-55fe582dc463"],"description":"","tags":[],"updated_at":"2018-10-26T08:29:16Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:15Z","provider:network_type":"vxlan"}]} 2018-10-26 08:30:02,808 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net used request id req-30760a20-48c2-4db0-a6fd-20728ca0c37c 2018-10-26 08:30:02,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a4485e4f2a14bc5b6f5bc498d47c24b583be2ab" 2018-10-26 08:30:02,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:30:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3389b642-d9cb-4a12-82ac-f39753933b7f 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:30:02,894 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-3389b642-d9cb-4a12-82ac-f39753933b7f 2018-10-26 08:30:02,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6d82018b-f6a7-4eeb-9323-7713460c1e78 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a4485e4f2a14bc5b6f5bc498d47c24b583be2ab" 2018-10-26 08:30:03,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-cd9205cf-f719-45b9-9bd8-9e938e0cc0f8 Date: Fri, 26 Oct 2018 08:30:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:16Z","dns_nameservers":[],"updated_at":"2018-10-26T08:29:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"7cc770a2-a110-4f9e-9bd5-55fe582dc463","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-subnet"}]} 2018-10-26 08:30:03,089 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6d82018b-f6a7-4eeb-9323-7713460c1e78 used request id req-cd9205cf-f719-45b9-9bd8-9e938e0cc0f8 2018-10-26 08:30:03,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=6d82018b-f6a7-4eeb-9323-7713460c1e78 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a4485e4f2a14bc5b6f5bc498d47c24b583be2ab" 2018-10-26 08:30:03,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-a52a9a4b-dcbd-4c04-befc-84b1abe2098f Date: Fri, 26 Oct 2018 08:30:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:29:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7cc770a2-a110-4f9e-9bd5-55fe582dc463","ip_address":"10.55.0.4"}],"id":"10e23ac7-afc1-4db3-8b3a-512087b13ab3","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:54:c9","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:18Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6d82018b-f6a7-4eeb-9323-7713460c1e78"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:29:44Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7cc770a2-a110-4f9e-9bd5-55fe582dc463","ip_address":"10.55.0.11"}],"id":"39667b4a-a56a-4435-9518-57dbc07ffb83","security_groups":["20832275-63ca-4f81-93a7-4da74d8fc132"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:33:49:37","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-port","admin_state_up":true,"network_id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:29Z","binding:vnic_type":"normal","device_id":"9a15e84c-0825-4178-97d9-11782ae78657"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:29:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7cc770a2-a110-4f9e-9bd5-55fe582dc463","ip_address":"10.55.0.3"}],"id":"a2913a78-61dc-4a43-8443-af6ebbb78c64","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a3:a3:63","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:17Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6d82018b-f6a7-4eeb-9323-7713460c1e78"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:29:18Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7cc770a2-a110-4f9e-9bd5-55fe582dc463","ip_address":"10.55.0.2"}],"id":"d3da4b61-f15c-45be-9a15-ee94456e90a1","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e3:cf:7b","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:17Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6d82018b-f6a7-4eeb-9323-7713460c1e78"}]} 2018-10-26 08:30:03,138 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=6d82018b-f6a7-4eeb-9323-7713460c1e78 used request id req-a52a9a4b-dcbd-4c04-befc-84b1abe2098f 2018-10-26 08:30:06,144 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9a15e84c-0825-4178-97d9-11782ae78657 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a4485e4f2a14bc5b6f5bc498d47c24b583be2ab" 2018-10-26 08:30:06,958 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:30: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-18645acf-9ed5-4a88-8807-c8e8962514a2 x-compute-request-id: req-18645acf-9ed5-4a88-8807-c8e8962514a2 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:49:37", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9a15e84c-0825-4178-97d9-11782ae78657", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9a15e84c-0825-4178-97d9-11782ae78657", "rel": "bookmark"}], "image": {"id": "7ff31469-7ee1-4355-bba7-03a645bbf942", "links": [{"href": "http://172.30.9.21:8774/images/7ff31469-7ee1-4355-bba7-03a645bbf942", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-10-26T08:29:44.000000", "flavor": {"id": "f5eb5f16-9d80-4701-b797-bcb2f0573875", "links": [{"href": "http://172.30.9.21:8774/flavors/f5eb5f16-9d80-4701-b797-bcb2f0573875", "rel": "bookmark"}]}, "id": "9a15e84c-0825-4178-97d9-11782ae78657", "security_groups": [{"name": "default"}], "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T08:29:54Z", "hostId": "bc40b3da9a64c9c7b97fa1e0af6588872ae0a905a40f72f0eb82275b", "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-81def7ec-199e-462e-9d81-1868ccd3c581-vm_inst", "created": "2018-10-26T08:29:34Z", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 08:30:06,958 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9a15e84c-0825-4178-97d9-11782ae78657 used request id req-18645acf-9ed5-4a88-8807-c8e8962514a2 2018-10-26 08:30:06,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a4485e4f2a14bc5b6f5bc498d47c24b583be2ab" 2018-10-26 08:30:07,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-884a3573-454d-4b6a-a870-f84b3a9b212b Date: Fri, 26 Oct 2018 08:30:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":9,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["7cc770a2-a110-4f9e-9bd5-55fe582dc463"],"description":"","tags":[],"updated_at":"2018-10-26T08:29:16Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:15Z","provider:network_type":"vxlan"}]} 2018-10-26 08:30:07,201 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net used request id req-884a3573-454d-4b6a-a870-f84b3a9b212b 2018-10-26 08:30:07,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a4485e4f2a14bc5b6f5bc498d47c24b583be2ab" 2018-10-26 08:30:07,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:30:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23ea156d-9ba1-4727-9b24-c34cadd98b02 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:30:07,292 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-23ea156d-9ba1-4727-9b24-c34cadd98b02 2018-10-26 08:30:07,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6d82018b-f6a7-4eeb-9323-7713460c1e78 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a4485e4f2a14bc5b6f5bc498d47c24b583be2ab" 2018-10-26 08:30:07,507 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-877084b8-a7e8-4447-a448-71ad3967dd95 Date: Fri, 26 Oct 2018 08:30:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:16Z","dns_nameservers":[],"updated_at":"2018-10-26T08:29:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"7cc770a2-a110-4f9e-9bd5-55fe582dc463","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-subnet"}]} 2018-10-26 08:30:07,507 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6d82018b-f6a7-4eeb-9323-7713460c1e78 used request id req-877084b8-a7e8-4447-a448-71ad3967dd95 2018-10-26 08:30:07,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=6d82018b-f6a7-4eeb-9323-7713460c1e78 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a4485e4f2a14bc5b6f5bc498d47c24b583be2ab" 2018-10-26 08:30:07,715 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-ce22ab02-8479-4826-a880-dbb6999139af Date: Fri, 26 Oct 2018 08:30:07 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:29:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7cc770a2-a110-4f9e-9bd5-55fe582dc463","ip_address":"10.55.0.4"}],"id":"10e23ac7-afc1-4db3-8b3a-512087b13ab3","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:54:c9","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:18Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6d82018b-f6a7-4eeb-9323-7713460c1e78"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:29:44Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7cc770a2-a110-4f9e-9bd5-55fe582dc463","ip_address":"10.55.0.11"}],"id":"39667b4a-a56a-4435-9518-57dbc07ffb83","security_groups":["20832275-63ca-4f81-93a7-4da74d8fc132"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:33:49:37","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-port","admin_state_up":true,"network_id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:29Z","binding:vnic_type":"normal","device_id":"9a15e84c-0825-4178-97d9-11782ae78657"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:29:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7cc770a2-a110-4f9e-9bd5-55fe582dc463","ip_address":"10.55.0.3"}],"id":"a2913a78-61dc-4a43-8443-af6ebbb78c64","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a3:a3:63","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:17Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6d82018b-f6a7-4eeb-9323-7713460c1e78"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:29:18Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7cc770a2-a110-4f9e-9bd5-55fe582dc463","ip_address":"10.55.0.2"}],"id":"d3da4b61-f15c-45be-9a15-ee94456e90a1","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e3:cf:7b","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:17Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6d82018b-f6a7-4eeb-9323-7713460c1e78"}]} 2018-10-26 08:30:07,715 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=6d82018b-f6a7-4eeb-9323-7713460c1e78 used request id req-ce22ab02-8479-4826-a880-dbb6999139af 2018-10-26 08:30:07,719 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/3316d592-1aa5-4da4-b9a0-a6e572e28481 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4ac8b04f-30ca-4d85-8482-83c5658f5fa2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a4485e4f2a14bc5b6f5bc498d47c24b583be2ab" 2018-10-26 08:30:08,474 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:30:07 GMT Server: Apache x-compute-request-id: req-e1577d87-afe2-4c38-a80a-7e2aee2269ea OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e1577d87-afe2-4c38-a80a-7e2aee2269ea Content-Encoding: gzip Content-Length: 521 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/3316d592-1aa5-4da4-b9a0-a6e572e28481", "rel": "self"}, {"href": "http://172.30.9.21:8776/e8c35a3eddcb484a9d13f31d10ef71de/volumes/3316d592-1aa5-4da4-b9a0-a6e572e28481", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-26T08:30:01.000000", "replication_status": null, "snapshot_id": null, "id": "3316d592-1aa5-4da4-b9a0-a6e572e28481", "size": 1, "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "os-vol-tenant-attr:tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "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-81def7ec-199e-462e-9d81-1868ccd3c581", "bootable": "false", "created_at": "2018-10-26T08:29:20.000000", "volume_type": null}} 2018-10-26 08:30:08,475 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/3316d592-1aa5-4da4-b9a0-a6e572e28481 used request id req-e1577d87-afe2-4c38-a80a-7e2aee2269ea 2018-10-26 08:30:08,478 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9a15e84c-0825-4178-97d9-11782ae78657 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d2567ef86bbb9be2f63f4e080a3d94b9b0f184" 2018-10-26 08:30:09,106 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:30: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-5f090298-68d2-4ff7-aa57-d9ea290ced48 x-compute-request-id: req-5f090298-68d2-4ff7-aa57-d9ea290ced48 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:49:37", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9a15e84c-0825-4178-97d9-11782ae78657", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9a15e84c-0825-4178-97d9-11782ae78657", "rel": "bookmark"}], "image": {"id": "7ff31469-7ee1-4355-bba7-03a645bbf942", "links": [{"href": "http://172.30.9.21:8774/images/7ff31469-7ee1-4355-bba7-03a645bbf942", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-10-26T08:29:44.000000", "flavor": {"id": "f5eb5f16-9d80-4701-b797-bcb2f0573875", "links": [{"href": "http://172.30.9.21:8774/flavors/f5eb5f16-9d80-4701-b797-bcb2f0573875", "rel": "bookmark"}]}, "id": "9a15e84c-0825-4178-97d9-11782ae78657", "security_groups": [{"name": "default"}], "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T08:29:54Z", "hostId": "bc40b3da9a64c9c7b97fa1e0af6588872ae0a905a40f72f0eb82275b", "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-81def7ec-199e-462e-9d81-1868ccd3c581-vm_inst", "created": "2018-10-26T08:29:34Z", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 08:30:09,106 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9a15e84c-0825-4178-97d9-11782ae78657 used request id req-5f090298-68d2-4ff7-aa57-d9ea290ced48 2018-10-26 08:30:09,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d2567ef86bbb9be2f63f4e080a3d94b9b0f184" 2018-10-26 08:30:09,329 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-a014bc9a-5583-4560-a9ae-667a65d2b524 Date: Fri, 26 Oct 2018 08:30:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":9,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["7cc770a2-a110-4f9e-9bd5-55fe582dc463"],"description":"","tags":[],"updated_at":"2018-10-26T08:29:16Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:15Z","provider:network_type":"vxlan"}]} 2018-10-26 08:30:09,329 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net used request id req-a014bc9a-5583-4560-a9ae-667a65d2b524 2018-10-26 08:30:09,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d2567ef86bbb9be2f63f4e080a3d94b9b0f184" 2018-10-26 08:30:09,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:30:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70d36c79-54ad-4d57-8add-436eccf158f4 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:30:09,418 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-70d36c79-54ad-4d57-8add-436eccf158f4 2018-10-26 08:30:09,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6d82018b-f6a7-4eeb-9323-7713460c1e78 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d2567ef86bbb9be2f63f4e080a3d94b9b0f184" 2018-10-26 08:30:09,602 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-8d268025-24e4-449f-9ef3-e744f89b8f9a Date: Fri, 26 Oct 2018 08:30:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:16Z","dns_nameservers":[],"updated_at":"2018-10-26T08:29:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"7cc770a2-a110-4f9e-9bd5-55fe582dc463","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-subnet"}]} 2018-10-26 08:30:09,602 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6d82018b-f6a7-4eeb-9323-7713460c1e78 used request id req-8d268025-24e4-449f-9ef3-e744f89b8f9a 2018-10-26 08:30:09,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=6d82018b-f6a7-4eeb-9323-7713460c1e78 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d2567ef86bbb9be2f63f4e080a3d94b9b0f184" 2018-10-26 08:30:09,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-8d99cd69-cace-458d-a155-bfae3fed2308 Date: Fri, 26 Oct 2018 08:30:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:29:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7cc770a2-a110-4f9e-9bd5-55fe582dc463","ip_address":"10.55.0.4"}],"id":"10e23ac7-afc1-4db3-8b3a-512087b13ab3","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:54:c9","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:18Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6d82018b-f6a7-4eeb-9323-7713460c1e78"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:29:44Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7cc770a2-a110-4f9e-9bd5-55fe582dc463","ip_address":"10.55.0.11"}],"id":"39667b4a-a56a-4435-9518-57dbc07ffb83","security_groups":["20832275-63ca-4f81-93a7-4da74d8fc132"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:33:49:37","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-port","admin_state_up":true,"network_id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:29Z","binding:vnic_type":"normal","device_id":"9a15e84c-0825-4178-97d9-11782ae78657"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:29:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7cc770a2-a110-4f9e-9bd5-55fe582dc463","ip_address":"10.55.0.3"}],"id":"a2913a78-61dc-4a43-8443-af6ebbb78c64","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a3:a3:63","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:17Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6d82018b-f6a7-4eeb-9323-7713460c1e78"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:29:18Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7cc770a2-a110-4f9e-9bd5-55fe582dc463","ip_address":"10.55.0.2"}],"id":"d3da4b61-f15c-45be-9a15-ee94456e90a1","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e3:cf:7b","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:17Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6d82018b-f6a7-4eeb-9323-7713460c1e78"}]} 2018-10-26 08:30:09,821 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=6d82018b-f6a7-4eeb-9323-7713460c1e78 used request id req-8d99cd69-cace-458d-a155-bfae3fed2308 2018-10-26 08:30:09,824 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9a15e84c-0825-4178-97d9-11782ae78657 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a4485e4f2a14bc5b6f5bc498d47c24b583be2ab" 2018-10-26 08:30:10,259 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:30: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-a47d69b7-74a2-44d6-93ce-7f5ece5ac881 x-compute-request-id: req-a47d69b7-74a2-44d6-93ce-7f5ece5ac881 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:49:37", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9a15e84c-0825-4178-97d9-11782ae78657", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9a15e84c-0825-4178-97d9-11782ae78657", "rel": "bookmark"}], "image": {"id": "7ff31469-7ee1-4355-bba7-03a645bbf942", "links": [{"href": "http://172.30.9.21:8774/images/7ff31469-7ee1-4355-bba7-03a645bbf942", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-10-26T08:29:44.000000", "flavor": {"id": "f5eb5f16-9d80-4701-b797-bcb2f0573875", "links": [{"href": "http://172.30.9.21:8774/flavors/f5eb5f16-9d80-4701-b797-bcb2f0573875", "rel": "bookmark"}]}, "id": "9a15e84c-0825-4178-97d9-11782ae78657", "security_groups": [{"name": "default"}], "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T08:29:54Z", "hostId": "bc40b3da9a64c9c7b97fa1e0af6588872ae0a905a40f72f0eb82275b", "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-81def7ec-199e-462e-9d81-1868ccd3c581-vm_inst", "created": "2018-10-26T08:29:34Z", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 08:30:10,259 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9a15e84c-0825-4178-97d9-11782ae78657 used request id req-a47d69b7-74a2-44d6-93ce-7f5ece5ac881 2018-10-26 08:30:10,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a4485e4f2a14bc5b6f5bc498d47c24b583be2ab" 2018-10-26 08:30:10,349 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-1b9fe00f-9ff4-45ea-9c38-4ecf03b08937 Date: Fri, 26 Oct 2018 08:30:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":9,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["7cc770a2-a110-4f9e-9bd5-55fe582dc463"],"description":"","tags":[],"updated_at":"2018-10-26T08:29:16Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:15Z","provider:network_type":"vxlan"}]} 2018-10-26 08:30:10,349 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net used request id req-1b9fe00f-9ff4-45ea-9c38-4ecf03b08937 2018-10-26 08:30:10,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a4485e4f2a14bc5b6f5bc498d47c24b583be2ab" 2018-10-26 08:30:10,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:30:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f759fa48-2e8e-433f-bac4-a76925519ea9 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:30:10,441 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-f759fa48-2e8e-433f-bac4-a76925519ea9 2018-10-26 08:30:10,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6d82018b-f6a7-4eeb-9323-7713460c1e78 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a4485e4f2a14bc5b6f5bc498d47c24b583be2ab" 2018-10-26 08:30:10,494 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a8666a24-9f24-4c47-8e69-4a7b84ee4f93 Date: Fri, 26 Oct 2018 08:30:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:16Z","dns_nameservers":[],"updated_at":"2018-10-26T08:29:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"7cc770a2-a110-4f9e-9bd5-55fe582dc463","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-subnet"}]} 2018-10-26 08:30:10,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6d82018b-f6a7-4eeb-9323-7713460c1e78 used request id req-a8666a24-9f24-4c47-8e69-4a7b84ee4f93 2018-10-26 08:30:10,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=6d82018b-f6a7-4eeb-9323-7713460c1e78 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a4485e4f2a14bc5b6f5bc498d47c24b583be2ab" 2018-10-26 08:30:10,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-af4fd5c7-8175-442f-99d8-02bff76bb681 Date: Fri, 26 Oct 2018 08:30:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:29:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7cc770a2-a110-4f9e-9bd5-55fe582dc463","ip_address":"10.55.0.4"}],"id":"10e23ac7-afc1-4db3-8b3a-512087b13ab3","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:54:c9","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:18Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6d82018b-f6a7-4eeb-9323-7713460c1e78"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:29:44Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7cc770a2-a110-4f9e-9bd5-55fe582dc463","ip_address":"10.55.0.11"}],"id":"39667b4a-a56a-4435-9518-57dbc07ffb83","security_groups":["20832275-63ca-4f81-93a7-4da74d8fc132"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:33:49:37","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-port","admin_state_up":true,"network_id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:29Z","binding:vnic_type":"normal","device_id":"9a15e84c-0825-4178-97d9-11782ae78657"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:29:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7cc770a2-a110-4f9e-9bd5-55fe582dc463","ip_address":"10.55.0.3"}],"id":"a2913a78-61dc-4a43-8443-af6ebbb78c64","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a3:a3:63","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:17Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6d82018b-f6a7-4eeb-9323-7713460c1e78"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:29:18Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7cc770a2-a110-4f9e-9bd5-55fe582dc463","ip_address":"10.55.0.2"}],"id":"d3da4b61-f15c-45be-9a15-ee94456e90a1","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e3:cf:7b","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6d82018b-f6a7-4eeb-9323-7713460c1e78","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:29:17Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6d82018b-f6a7-4eeb-9323-7713460c1e78"}]} 2018-10-26 08:30:10,546 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=6d82018b-f6a7-4eeb-9323-7713460c1e78 used request id req-af4fd5c7-8175-442f-99d8-02bff76bb681 2018-10-26 08:30:10,547 - create_instance - INFO - Deleting Port with ID - 39667b4a-a56a-4435-9518-57dbc07ffb83 2018-10-26 08:30:10,548 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-port 2018-10-26 08:30:10,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/39667b4a-a56a-4435-9518-57dbc07ffb83 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d2567ef86bbb9be2f63f4e080a3d94b9b0f184" 2018-10-26 08:30:11,245 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-755e882a-0dc6-4434-a051-bbc7d584fab0 Date: Fri, 26 Oct 2018 08:30:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:30:11,246 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/39667b4a-a56a-4435-9518-57dbc07ffb83 used request id req-755e882a-0dc6-4434-a051-bbc7d584fab0 2018-10-26 08:30:11,246 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-vm_inst 2018-10-26 08:30:11,249 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/9a15e84c-0825-4178-97d9-11782ae78657 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d2567ef86bbb9be2f63f4e080a3d94b9b0f184" 2018-10-26 08:30:11,428 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:30:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5d83a7c2-dd91-4642-8474-0ae65b8391b4 x-compute-request-id: req-5d83a7c2-dd91-4642-8474-0ae65b8391b4 Content-Type: application/json 2018-10-26 08:30:11,428 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/9a15e84c-0825-4178-97d9-11782ae78657 used request id req-5d83a7c2-dd91-4642-8474-0ae65b8391b4 2018-10-26 08:30:11,428 - create_instance - INFO - Checking deletion status 2018-10-26 08:30:11,431 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9a15e84c-0825-4178-97d9-11782ae78657 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d2567ef86bbb9be2f63f4e080a3d94b9b0f184" 2018-10-26 08:30:11,534 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:30:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-85f2e757-d21b-4196-bd66-dd9e01926005 x-compute-request-id: req-85f2e757-d21b-4196-bd66-dd9e01926005 Content-Encoding: gzip Content-Length: 807 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:49:37", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9a15e84c-0825-4178-97d9-11782ae78657", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9a15e84c-0825-4178-97d9-11782ae78657", "rel": "bookmark"}], "image": {"id": "7ff31469-7ee1-4355-bba7-03a645bbf942", "links": [{"href": "http://172.30.9.21:8774/images/7ff31469-7ee1-4355-bba7-03a645bbf942", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-10-26T08:29:44.000000", "flavor": {"id": "f5eb5f16-9d80-4701-b797-bcb2f0573875", "links": [{"href": "http://172.30.9.21:8774/flavors/f5eb5f16-9d80-4701-b797-bcb2f0573875", "rel": "bookmark"}]}, "id": "9a15e84c-0825-4178-97d9-11782ae78657", "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T08:30:11Z", "hostId": "bc40b3da9a64c9c7b97fa1e0af6588872ae0a905a40f72f0eb82275b", "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-81def7ec-199e-462e-9d81-1868ccd3c581-vm_inst", "created": "2018-10-26T08:29:34Z", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 08:30:11,534 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9a15e84c-0825-4178-97d9-11782ae78657 used request id req-85f2e757-d21b-4196-bd66-dd9e01926005 2018-10-26 08:30:11,535 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-vm_inst] is - ACTIVE 2018-10-26 08:30:11,535 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 08:30:14,538 - create_instance - DEBUG - VM status query timeout in 296.890316963 2018-10-26 08:30:14,541 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9a15e84c-0825-4178-97d9-11782ae78657 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d2567ef86bbb9be2f63f4e080a3d94b9b0f184" 2018-10-26 08:30:14,640 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:30: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-ab5d2db6-0d8c-46ec-8944-5828ec97e77f x-compute-request-id: req-ab5d2db6-0d8c-46ec-8944-5828ec97e77f Content-Encoding: gzip Content-Length: 734 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9a15e84c-0825-4178-97d9-11782ae78657", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9a15e84c-0825-4178-97d9-11782ae78657", "rel": "bookmark"}], "image": {"id": "7ff31469-7ee1-4355-bba7-03a645bbf942", "links": [{"href": "http://172.30.9.21:8774/images/7ff31469-7ee1-4355-bba7-03a645bbf942", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-10-26T08:29:44.000000", "flavor": {"id": "f5eb5f16-9d80-4701-b797-bcb2f0573875", "links": [{"href": "http://172.30.9.21:8774/flavors/f5eb5f16-9d80-4701-b797-bcb2f0573875", "rel": "bookmark"}]}, "id": "9a15e84c-0825-4178-97d9-11782ae78657", "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T08:30:11Z", "hostId": "bc40b3da9a64c9c7b97fa1e0af6588872ae0a905a40f72f0eb82275b", "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-81def7ec-199e-462e-9d81-1868ccd3c581-vm_inst", "created": "2018-10-26T08:29:34Z", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 08:30:14,641 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9a15e84c-0825-4178-97d9-11782ae78657 used request id req-ab5d2db6-0d8c-46ec-8944-5828ec97e77f 2018-10-26 08:30:14,641 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-vm_inst] is - ACTIVE 2018-10-26 08:30:14,641 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 08:30:17,644 - create_instance - DEBUG - VM status query timeout in 293.784255981 2018-10-26 08:30:17,647 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9a15e84c-0825-4178-97d9-11782ae78657 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d2567ef86bbb9be2f63f4e080a3d94b9b0f184" 2018-10-26 08:30:18,046 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:30:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1a8636fb-df52-4754-9baa-7243ebd5f24b x-compute-request-id: req-1a8636fb-df52-4754-9baa-7243ebd5f24b Content-Encoding: gzip Content-Length: 734 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9a15e84c-0825-4178-97d9-11782ae78657", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9a15e84c-0825-4178-97d9-11782ae78657", "rel": "bookmark"}], "image": {"id": "7ff31469-7ee1-4355-bba7-03a645bbf942", "links": [{"href": "http://172.30.9.21:8774/images/7ff31469-7ee1-4355-bba7-03a645bbf942", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000005", "OS-SRV-USG:launched_at": "2018-10-26T08:29:44.000000", "flavor": {"id": "f5eb5f16-9d80-4701-b797-bcb2f0573875", "links": [{"href": "http://172.30.9.21:8774/flavors/f5eb5f16-9d80-4701-b797-bcb2f0573875", "rel": "bookmark"}]}, "id": "9a15e84c-0825-4178-97d9-11782ae78657", "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T08:30:11Z", "hostId": "bc40b3da9a64c9c7b97fa1e0af6588872ae0a905a40f72f0eb82275b", "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-81def7ec-199e-462e-9d81-1868ccd3c581-vm_inst", "created": "2018-10-26T08:29:34Z", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 08:30:18,046 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9a15e84c-0825-4178-97d9-11782ae78657 used request id req-1a8636fb-df52-4754-9baa-7243ebd5f24b 2018-10-26 08:30:18,047 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-vm_inst] is - ACTIVE 2018-10-26 08:30:18,047 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 08:30:21,050 - create_instance - DEBUG - VM status query timeout in 290.378582001 2018-10-26 08:30:21,053 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9a15e84c-0825-4178-97d9-11782ae78657 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2d2567ef86bbb9be2f63f4e080a3d94b9b0f184" 2018-10-26 08:30:21,106 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 08:30:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-93a54643-e04f-4469-8e94-be65a1835761 x-compute-request-id: req-93a54643-e04f-4469-8e94-be65a1835761 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 9a15e84c-0825-4178-97d9-11782ae78657 could not be found.", "code": 404}} 2018-10-26 08:30:21,106 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9a15e84c-0825-4178-97d9-11782ae78657 used request id req-93a54643-e04f-4469-8e94-be65a1835761 2018-10-26 08:30:21,107 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 9a15e84c-0825-4178-97d9-11782ae78657 could not be found. (HTTP 404) (Request-ID: req-93a54643-e04f-4469-8e94-be65a1835761) 2018-10-26 08:30:21,107 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-vm_inst 2018-10-26 08:30:21,111 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/3316d592-1aa5-4da4-b9a0-a6e572e28481 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b277df61-3a6d-4516-beeb-1a715a7c1132" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e208138fea4de1b804497158d2d083b1becaefd" 2018-10-26 08:30:21,170 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:30:21 GMT Server: Apache x-compute-request-id: req-2d54a868-c068-4577-8822-9a350214baef OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2d54a868-c068-4577-8822-9a350214baef Content-Encoding: gzip Content-Length: 521 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/3316d592-1aa5-4da4-b9a0-a6e572e28481", "rel": "self"}, {"href": "http://172.30.9.21:8776/e8c35a3eddcb484a9d13f31d10ef71de/volumes/3316d592-1aa5-4da4-b9a0-a6e572e28481", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-26T08:30:01.000000", "replication_status": null, "snapshot_id": null, "id": "3316d592-1aa5-4da4-b9a0-a6e572e28481", "size": 1, "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "os-vol-tenant-attr:tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "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-81def7ec-199e-462e-9d81-1868ccd3c581", "bootable": "false", "created_at": "2018-10-26T08:29:20.000000", "volume_type": null}} 2018-10-26 08:30:21,170 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/3316d592-1aa5-4da4-b9a0-a6e572e28481 used request id req-2d54a868-c068-4577-8822-9a350214baef 2018-10-26 08:30:21,171 - create_volume - DEBUG - Instance status is - available 2018-10-26 08:30:21,171 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581 2018-10-26 08:30:21,171 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581 2018-10-26 08:30:21,174 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/3316d592-1aa5-4da4-b9a0-a6e572e28481 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b277df61-3a6d-4516-beeb-1a715a7c1132" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e208138fea4de1b804497158d2d083b1becaefd" 2018-10-26 08:30:21,266 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08:30:21 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e0cc49ba-fb28-43a4-9a5e-cd54fd16595a 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-26 08:30:21,266 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/3316d592-1aa5-4da4-b9a0-a6e572e28481 used request id req-e0cc49ba-fb28-43a4-9a5e-cd54fd16595a 2018-10-26 08:30:21,270 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/3316d592-1aa5-4da4-b9a0-a6e572e28481 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b277df61-3a6d-4516-beeb-1a715a7c1132" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e208138fea4de1b804497158d2d083b1becaefd" 2018-10-26 08:30:21,328 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:30:21 GMT Server: Apache x-compute-request-id: req-6c1bf0e1-b7e6-4fcf-83c4-12e9e633be9a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6c1bf0e1-b7e6-4fcf-83c4-12e9e633be9a Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/3316d592-1aa5-4da4-b9a0-a6e572e28481", "rel": "self"}, {"href": "http://172.30.9.21:8776/e8c35a3eddcb484a9d13f31d10ef71de/volumes/3316d592-1aa5-4da4-b9a0-a6e572e28481", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-26T08:30:21.000000", "replication_status": null, "snapshot_id": null, "id": "3316d592-1aa5-4da4-b9a0-a6e572e28481", "size": 1, "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "os-vol-tenant-attr:tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "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-81def7ec-199e-462e-9d81-1868ccd3c581", "bootable": "false", "created_at": "2018-10-26T08:29:20.000000", "volume_type": null}} 2018-10-26 08:30:21,328 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/3316d592-1aa5-4da4-b9a0-a6e572e28481 used request id req-6c1bf0e1-b7e6-4fcf-83c4-12e9e633be9a 2018-10-26 08:30:21,329 - create_volume - DEBUG - Instance status is - deleting 2018-10-26 08:30:21,329 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-10-26 08:30:24,332 - create_volume - DEBUG - Volume status query timeout in 56.9348061085 2018-10-26 08:30:24,335 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/3316d592-1aa5-4da4-b9a0-a6e572e28481 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b277df61-3a6d-4516-beeb-1a715a7c1132" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e208138fea4de1b804497158d2d083b1becaefd" 2018-10-26 08:30:25,116 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 08:30:24 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-9cc4f3c0-c353-4144-b3af-d2567fc8b9ac x-openstack-request-id: req-9cc4f3c0-c353-4144-b3af-d2567fc8b9ac Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 3316d592-1aa5-4da4-b9a0-a6e572e28481 could not be found.", "code": 404}} 2018-10-26 08:30:25,116 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/3316d592-1aa5-4da4-b9a0-a6e572e28481 used request id req-9cc4f3c0-c353-4144-b3af-d2567fc8b9ac 2018-10-26 08:30:25,116 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 3316d592-1aa5-4da4-b9a0-a6e572e28481 could not be found. (HTTP 404) (Request-ID: req-9cc4f3c0-c353-4144-b3af-d2567fc8b9ac) 2018-10-26 08:30:25,117 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581 2018-10-26 08:30:25,120 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/f5eb5f16-9d80-4701-b797-bcb2f0573875 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1928e937e8ef1f756bdba1a7015f0e1debac90a9" 2018-10-26 08:30:25,167 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08:30: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-b4e35e0e-914c-437c-bdd8-8b8f94a91512 x-compute-request-id: req-b4e35e0e-914c-437c-bdd8-8b8f94a91512 Content-Length: 0 Content-Type: application/json 2018-10-26 08:30:25,167 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/f5eb5f16-9d80-4701-b797-bcb2f0573875 used request id req-b4e35e0e-914c-437c-bdd8-8b8f94a91512 2018-10-26 08:30:25,168 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-subnet 2018-10-26 08:30:25,168 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-subnet 2018-10-26 08:30:25,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/7cc770a2-a110-4f9e-9bd5-55fe582dc463 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86c6dd27c0ebab7f93ae9f6436c0a684e5bcb29f" 2018-10-26 08:30:27,323 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e87ec167-c2b7-49f6-b3af-807f5ec2a20a Date: Fri, 26 Oct 2018 08:30:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:30:27,323 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/7cc770a2-a110-4f9e-9bd5-55fe582dc463 used request id req-e87ec167-c2b7-49f6-b3af-807f5ec2a20a 2018-10-26 08:30:27,324 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-net 2018-10-26 08:30:27,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/6d82018b-f6a7-4eeb-9323-7713460c1e78 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86c6dd27c0ebab7f93ae9f6436c0a684e5bcb29f" 2018-10-26 08:30:28,611 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-aa835bde-262d-48f0-8967-7d1b484d239f Date: Fri, 26 Oct 2018 08:30:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:30:28,612 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/6d82018b-f6a7-4eeb-9323-7713460c1e78 used request id req-aa835bde-262d-48f0-8967-7d1b484d239f 2018-10-26 08:30:28,612 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-81def7ec-199e-462e-9d81-1868ccd3c581-image 2018-10-26 08:30:28,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/7ff31469-7ee1-4355-bba7-03a645bbf942 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b9db6b162bff64cd034f75496013d545a4e35f72" 2018-10-26 08:30:29,673 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8714b94c-dfac-4861-a6ab-3e84bd07c853 Date: Fri, 26 Oct 2018 08:30: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-26 08:30:29,673 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/7ff31469-7ee1-4355-bba7-03a645bbf942 used request id req-8714b94c-dfac-4861-a6ab-3e84bd07c853 2018-10-26 08:30:29,675 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 08:30:29,677 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-26 08:30:29,678 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:30:29,678 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:30:30,065 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:30:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["kLodXjlxQ0GFUUqbWRUUeA"], "issued_at": "2018-10-26T08:30:30.000000Z"}} 2018-10-26 08:30:30,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f9daf8cf3e1aab03978f1cd8abd7e60a69fcfcc" 2018-10-26 08:30:30,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:30:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07a4f48d-a4ea-46f5-852d-8d206baa21fd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:30:30,140 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-07a4f48d-a4ea-46f5-852d-8d206baa21fd 2018-10-26 08:30:30,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6f9daf8cf3e1aab03978f1cd8abd7e60a69fcfcc" 2018-10-26 08:30:30,313 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-5bf6777c-f8ae-4817-a5e1-048cb0c38699 Date: Fri, 26 Oct 2018 08:30:30 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-image"} 2018-10-26 08:30:30,313 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-image used request id req-5bf6777c-f8ae-4817-a5e1-048cb0c38699 2018-10-26 08:30:30,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6f9daf8cf3e1aab03978f1cd8abd7e60a69fcfcc" 2018-10-26 08:30:30,885 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1ff5a415-2e1b-4b02-851d-10c370b8617d Date: Fri, 26 Oct 2018 08:30: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-26 08:30:30,885 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-1ff5a415-2e1b-4b02-851d-10c370b8617d 2018-10-26 08:30:30,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6f9daf8cf3e1aab03978f1cd8abd7e60a69fcfcc" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-image"}' 2018-10-26 08:30:31,118 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/88730fb9-bdc1-44c8-b842-67ed218cebec X-Openstack-Request-Id: req-04895d44-ccc3-4704-9aaa-392f62a3e774 Date: Fri, 26 Oct 2018 08:30:31 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T08:30:31Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-26T08:30:31Z", "visibility": "shared", "locations": [], "self": "/v2/images/88730fb9-bdc1-44c8-b842-67ed218cebec", "min_disk": 0, "protected": false, "id": "88730fb9-bdc1-44c8-b842-67ed218cebec", "file": "/v2/images/88730fb9-bdc1-44c8-b842-67ed218cebec/file", "checksum": null, "owner": "e8c35a3eddcb484a9d13f31d10ef71de", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 08:30:31,118 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-04895d44-ccc3-4704-9aaa-392f62a3e774 2018-10-26 08:30:31,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/88730fb9-bdc1-44c8-b842-67ed218cebec/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6f9daf8cf3e1aab03978f1cd8abd7e60a69fcfcc" -d '' 2018-10-26 08:30:33,009 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a1f56061-365a-4c1b-ba3f-71e266ccd36c Date: Fri, 26 Oct 2018 08:30: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-26 08:30:33,009 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/88730fb9-bdc1-44c8-b842-67ed218cebec/file used request id req-a1f56061-365a-4c1b-ba3f-71e266ccd36c 2018-10-26 08:30:33,010 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 08:30:33,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/88730fb9-bdc1-44c8-b842-67ed218cebec -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6f9daf8cf3e1aab03978f1cd8abd7e60a69fcfcc" 2018-10-26 08:30:33,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-ba6e65fd-9a5c-4fa5-9868-09535d74b1f6 Date: Fri, 26 Oct 2018 08:30:33 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T08:30:31Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T08:30:32Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/88730fb9-bdc1-44c8-b842-67ed218cebec/snap", "metadata": {}}], "self": "/v2/images/88730fb9-bdc1-44c8-b842-67ed218cebec", "min_disk": 0, "protected": false, "id": "88730fb9-bdc1-44c8-b842-67ed218cebec", "file": "/v2/images/88730fb9-bdc1-44c8-b842-67ed218cebec/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e8c35a3eddcb484a9d13f31d10ef71de", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/88730fb9-bdc1-44c8-b842-67ed218cebec/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 08:30:33,241 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/88730fb9-bdc1-44c8-b842-67ed218cebec used request id req-ba6e65fd-9a5c-4fa5-9868-09535d74b1f6 2018-10-26 08:30:33,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6f9daf8cf3e1aab03978f1cd8abd7e60a69fcfcc" 2018-10-26 08:30:33,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-03dccb10-d451-435b-bf72-adcd56654e87 Date: Fri, 26 Oct 2018 08:30: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-26 08:30:33,842 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-03dccb10-d451-435b-bf72-adcd56654e87 2018-10-26 08:30:33,845 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-image 2018-10-26 08:30:33,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/88730fb9-bdc1-44c8-b842-67ed218cebec -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6f9daf8cf3e1aab03978f1cd8abd7e60a69fcfcc" 2018-10-26 08:30:33,866 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-aa5d0d6b-12ed-440c-9176-7a9abd2f4265 Date: Fri, 26 Oct 2018 08:30:33 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T08:30:31Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T08:30:32Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/88730fb9-bdc1-44c8-b842-67ed218cebec/snap", "metadata": {}}], "self": "/v2/images/88730fb9-bdc1-44c8-b842-67ed218cebec", "min_disk": 0, "protected": false, "id": "88730fb9-bdc1-44c8-b842-67ed218cebec", "file": "/v2/images/88730fb9-bdc1-44c8-b842-67ed218cebec/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e8c35a3eddcb484a9d13f31d10ef71de", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/88730fb9-bdc1-44c8-b842-67ed218cebec/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 08:30:33,866 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/88730fb9-bdc1-44c8-b842-67ed218cebec used request id req-aa5d0d6b-12ed-440c-9176-7a9abd2f4265 2018-10-26 08:30:33,866 - create_image - DEBUG - Instance status is - active 2018-10-26 08:30:33,867 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-image 2018-10-26 08:30:33,867 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-image 2018-10-26 08:30:33,867 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:30:33,868 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:30:34,255 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:30:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["w1NcmpPdTVy_r5S1VgPfiQ"], "issued_at": "2018-10-26T08:30:34.000000Z"}} 2018-10-26 08:30:34,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f50348ad61e9bc2cd85f2b3a3badc4817d5a704" 2018-10-26 08:30:34,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:30:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-634abb73-0d47-4544-aa56-a2f4e2fedecc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:30:34,355 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-634abb73-0d47-4544-aa56-a2f4e2fedecc 2018-10-26 08:30:34,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f50348ad61e9bc2cd85f2b3a3badc4817d5a704" 2018-10-26 08:30:34,549 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-398bace7-a13d-48f5-96db-37c7c61915c6 Date: Fri, 26 Oct 2018 08:30:34 GMT RESP BODY: {"networks":[]} 2018-10-26 08:30:34,550 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-net used request id req-398bace7-a13d-48f5-96db-37c7c61915c6 2018-10-26 08:30:34,550 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-net 2018-10-26 08:30:34,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f50348ad61e9bc2cd85f2b3a3badc4817d5a704" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-net", "admin_state_up": true}}' 2018-10-26 08:30:34,994 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-840d08f4-face-4685-8f8b-a126916cf033 Date: Fri, 26 Oct 2018 08:30:35 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":52,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T08:30:34Z","is_default":false,"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:30:34Z","mtu":1450}} 2018-10-26 08:30:34,994 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-840d08f4-face-4685-8f8b-a126916cf033 2018-10-26 08:30:35,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f50348ad61e9bc2cd85f2b3a3badc4817d5a704" 2018-10-26 08:30:35,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-7adb5be2-2040-43b6-9fe4-216c670754b1 Date: Fri, 26 Oct 2018 08:30:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":52,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T08:30:34Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:30:34Z","provider:network_type":"vxlan"}]} 2018-10-26 08:30:35,240 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab used request id req-7adb5be2-2040-43b6-9fe4-216c670754b1 2018-10-26 08:30:35,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f50348ad61e9bc2cd85f2b3a3badc4817d5a704" 2018-10-26 08:30:35,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-3664cb41-fc7d-42b7-ad66-0a566eee8a02 Date: Fri, 26 Oct 2018 08:30:35 GMT RESP BODY: {"subnets":[]} 2018-10-26 08:30:35,432 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab used request id req-3664cb41-fc7d-42b7-ad66-0a566eee8a02 2018-10-26 08:30:35,432 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-subnet 2018-10-26 08:30:35,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f50348ad61e9bc2cd85f2b3a3badc4817d5a704" -d '{"subnets": [{"ip_version": 4, "network_id": "d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-subnet"}]}' 2018-10-26 08:30:35,947 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-198bc825-af8a-4ca0-bd46-987e970e841e Date: Fri, 26 Oct 2018 08:30:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:30:35Z","dns_nameservers":[],"updated_at":"2018-10-26T08:30:35Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"b9519889-045d-4120-b174-d81ecf3d3ad1","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-subnet"}]} 2018-10-26 08:30:35,947 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-198bc825-af8a-4ca0-bd46-987e970e841e 2018-10-26 08:30:35,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f50348ad61e9bc2cd85f2b3a3badc4817d5a704" 2018-10-26 08:30:36,225 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-bb091593-163d-40f5-8d25-c6872f95fc7f Date: Fri, 26 Oct 2018 08:30:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":52,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["b9519889-045d-4120-b174-d81ecf3d3ad1"],"description":"","tags":[],"updated_at":"2018-10-26T08:30:35Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:30:34Z","provider:network_type":"vxlan"}]} 2018-10-26 08:30:36,225 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab used request id req-bb091593-163d-40f5-8d25-c6872f95fc7f 2018-10-26 08:30:36,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f50348ad61e9bc2cd85f2b3a3badc4817d5a704" 2018-10-26 08:30:36,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e98b40ae-ef6a-4217-88a3-f63eb3f3b351 Date: Fri, 26 Oct 2018 08:30:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:30:35Z","dns_nameservers":[],"updated_at":"2018-10-26T08:30:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"b9519889-045d-4120-b174-d81ecf3d3ad1","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-subnet"}]} 2018-10-26 08:30:36,474 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab used request id req-e98b40ae-ef6a-4217-88a3-f63eb3f3b351 2018-10-26 08:30:36,474 - OpenStackNetwork - DEBUG - Network [d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab] created successfully 2018-10-26 08:30:36,474 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:30:36,475 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:30:36,848 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:30:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["WheElnNqRaGEpq1zzU1RVA"], "issued_at": "2018-10-26T08:30:36.000000Z"}} 2018-10-26 08:30:36,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ea6601e4a3003007ffec666a33ee90eab15043" 2018-10-26 08:30:36,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:30:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23cd54e3-0713-4ace-99dd-9aa3f817b8c8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:30:36,932 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-23cd54e3-0713-4ace-99dd-9aa3f817b8c8 2018-10-26 08:30:36,933 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 08:30:36,938 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ea6601e4a3003007ffec666a33ee90eab15043" 2018-10-26 08:30:37,131 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:30: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-0d0d7add-cf20-42ae-a06c-4f8f1bb5c6ee x-compute-request-id: req-0d0d7add-cf20-42ae-a06c-4f8f1bb5c6ee Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-26 08:30:37,131 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-0d0d7add-cf20-42ae-a06c-4f8f1bb5c6ee 2018-10-26 08:30:37,135 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ea6601e4a3003007ffec666a33ee90eab15043" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-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-26 08:30:37,328 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:30: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-57a0e7c9-a6c9-4494-a7b1-6f660a441988 x-compute-request-id: req-57a0e7c9-a6c9-4494-a7b1-6f660a441988 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/3b9cb4ee-31dd-4fc3-a65c-646934620c98", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/3b9cb4ee-31dd-4fc3-a65c-646934620c98", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "3b9cb4ee-31dd-4fc3-a65c-646934620c98", "name": "NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 08:30:37,328 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-57a0e7c9-a6c9-4494-a7b1-6f660a441988 2018-10-26 08:30:37,329 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:30:37,330 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:30:37,718 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:30:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["Srr2s-__Qb-WhQC5BOIFCQ"], "issued_at": "2018-10-26T08:30:37.000000Z"}} 2018-10-26 08:30:37,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff96d3704102695d688492dfb3ae84da3d9fc503" 2018-10-26 08:30:37,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:30:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff972993-8243-4b3b-83c5-2a53fb50668c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:30:37,795 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ff972993-8243-4b3b-83c5-2a53fb50668c 2018-10-26 08:30:37,800 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff96d3704102695d688492dfb3ae84da3d9fc503" 2018-10-26 08:30:38,538 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:30:37 GMT Server: Apache x-compute-request-id: req-ed9bdeed-5189-4634-a4af-2399ba742b3e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ed9bdeed-5189-4634-a4af-2399ba742b3e Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-26 08:30:38,538 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/detail used request id req-ed9bdeed-5189-4634-a4af-2399ba742b3e 2018-10-26 08:30:38,542 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-ed9bdeed-5189-4634-a4af-2399ba742b3e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff96d3704102695d688492dfb3ae84da3d9fc503" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13", "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-26 08:30:39,612 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08:30:38 GMT Server: Apache x-compute-request-id: req-fc9667a9-04ee-4707-af2d-077e2ad2255c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-fc9667a9-04ee-4707-af2d-077e2ad2255c Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/008d1113-d722-4738-baac-a10c1feef67d", "rel": "self"}, {"href": "http://172.30.9.21:8776/e8c35a3eddcb484a9d13f31d10ef71de/volumes/008d1113-d722-4738-baac-a10c1feef67d", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-26T08:30:39.483553", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "008d1113-d722-4738-baac-a10c1feef67d", "size": 1}} 2018-10-26 08:30:39,612 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes used request id req-fc9667a9-04ee-4707-af2d-077e2ad2255c 2018-10-26 08:30:39,616 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/008d1113-d722-4738-baac-a10c1feef67d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ed9bdeed-5189-4634-a4af-2399ba742b3e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff96d3704102695d688492dfb3ae84da3d9fc503" 2018-10-26 08:30:39,808 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:30:39 GMT Server: Apache x-compute-request-id: req-456a900b-a5fa-40f4-b061-5bac13763bb7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-456a900b-a5fa-40f4-b061-5bac13763bb7 Content-Encoding: gzip Content-Length: 520 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/008d1113-d722-4738-baac-a10c1feef67d", "rel": "self"}, {"href": "http://172.30.9.21:8776/e8c35a3eddcb484a9d13f31d10ef71de/volumes/008d1113-d722-4738-baac-a10c1feef67d", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-26T08:30:39.000000", "replication_status": null, "snapshot_id": null, "id": "008d1113-d722-4738-baac-a10c1feef67d", "size": 1, "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "os-vol-tenant-attr:tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "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-79c0e120-b633-4eb3-8ce2-5aa8228feb13", "bootable": "false", "created_at": "2018-10-26T08:30:39.000000", "volume_type": null}} 2018-10-26 08:30:39,808 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/008d1113-d722-4738-baac-a10c1feef67d used request id req-456a900b-a5fa-40f4-b061-5bac13763bb7 2018-10-26 08:30:39,809 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13 2018-10-26 08:30:39,812 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/008d1113-d722-4738-baac-a10c1feef67d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ed9bdeed-5189-4634-a4af-2399ba742b3e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff96d3704102695d688492dfb3ae84da3d9fc503" 2018-10-26 08:30:40,546 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:30:39 GMT Server: Apache x-compute-request-id: req-cde4ac42-68bc-4ceb-bb85-7fd339f7b23c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cde4ac42-68bc-4ceb-bb85-7fd339f7b23c Content-Encoding: gzip Content-Length: 518 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/008d1113-d722-4738-baac-a10c1feef67d", "rel": "self"}, {"href": "http://172.30.9.21:8776/e8c35a3eddcb484a9d13f31d10ef71de/volumes/008d1113-d722-4738-baac-a10c1feef67d", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-26T08:30:39.000000", "replication_status": null, "snapshot_id": null, "id": "008d1113-d722-4738-baac-a10c1feef67d", "size": 1, "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "os-vol-tenant-attr:tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "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-79c0e120-b633-4eb3-8ce2-5aa8228feb13", "bootable": "false", "created_at": "2018-10-26T08:30:39.000000", "volume_type": null}} 2018-10-26 08:30:40,547 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/008d1113-d722-4738-baac-a10c1feef67d used request id req-cde4ac42-68bc-4ceb-bb85-7fd339f7b23c 2018-10-26 08:30:40,547 - create_volume - DEBUG - Instance status is - available 2018-10-26 08:30:40,547 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13 2018-10-26 08:30:40,547 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13 2018-10-26 08:30:40,547 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:30:40,548 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:30:40,937 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:30:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["t3Sce5KcTiCFa5WKocVfNw"], "issued_at": "2018-10-26T08:30:40.000000Z"}} 2018-10-26 08:30:40,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}078f12b8922099bfe7dbeeabdbd12295b7c87571" 2018-10-26 08:30:41,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:30:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-136eb349-2ed2-44e1-86a8-c0925e802815 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:30:41,036 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-136eb349-2ed2-44e1-86a8-c0925e802815 2018-10-26 08:30:41,037 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 08:30:41,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}078f12b8922099bfe7dbeeabdbd12295b7c87571" 2018-10-26 08:30:41,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:30:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4bb4ef4-fb8f-4315-84b4-3d74ba94899a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:30:41,111 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c4bb4ef4-fb8f-4315-84b4-3d74ba94899a 2018-10-26 08:30:41,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}078f12b8922099bfe7dbeeabdbd12295b7c87571" 2018-10-26 08:30:41,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-8fa7a911-f93d-4dfd-929c-99c09fa5c2f9 Date: Fri, 26 Oct 2018 08:30:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":52,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["b9519889-045d-4120-b174-d81ecf3d3ad1"],"description":"","tags":[],"updated_at":"2018-10-26T08:30:35Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:30:34Z","provider:network_type":"vxlan"}]} 2018-10-26 08:30:41,478 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-net used request id req-8fa7a911-f93d-4dfd-929c-99c09fa5c2f9 2018-10-26 08:30:41,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:30:41,486 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:30:41,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}078f12b8922099bfe7dbeeabdbd12295b7c87571" 2018-10-26 08:30:41,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:30:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff2c34b0-5134-4aa0-8218-35da2d733bc7 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:30:41,586 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-ff2c34b0-5134-4aa0-8218-35da2d733bc7 2018-10-26 08:30:41,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}078f12b8922099bfe7dbeeabdbd12295b7c87571" 2018-10-26 08:30:41,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-83867914-ba6f-4032-aec2-4a5bde1b06be Date: Fri, 26 Oct 2018 08:30:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:30:35Z","dns_nameservers":[],"updated_at":"2018-10-26T08:30:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"b9519889-045d-4120-b174-d81ecf3d3ad1","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-subnet"}]} 2018-10-26 08:30:41,790 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab used request id req-83867914-ba6f-4032-aec2-4a5bde1b06be 2018-10-26 08:30:41,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab&name=NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}078f12b8922099bfe7dbeeabdbd12295b7c87571" 2018-10-26 08:30:41,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-b3d64334-6ed1-4330-a915-c88f051aa683 Date: Fri, 26 Oct 2018 08:30:41 GMT RESP BODY: {"ports":[]} 2018-10-26 08:30:41,972 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab&name=NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-port&admin_state_up=True used request id req-b3d64334-6ed1-4330-a915-c88f051aa683 2018-10-26 08:30:41,976 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}078f12b8922099bfe7dbeeabdbd12295b7c87571" 2018-10-26 08:30:42,763 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:30:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-210bbfe4-a2a8-4834-9418-28396913847c x-compute-request-id: req-210bbfe4-a2a8-4834-9418-28396913847c Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-26 08:30:42,763 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-vm_inst used request id req-210bbfe4-a2a8-4834-9418-28396913847c 2018-10-26 08:30:42,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}078f12b8922099bfe7dbeeabdbd12295b7c87571" 2018-10-26 08:30:43,000 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-cf54bbf3-500b-49b1-86c5-3afdd26d5918 Date: Fri, 26 Oct 2018 08:30:43 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":52,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["b9519889-045d-4120-b174-d81ecf3d3ad1"],"description":"","tags":[],"updated_at":"2018-10-26T08:30:35Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:30:34Z","provider:network_type":"vxlan"}]} 2018-10-26 08:30:43,000 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-net used request id req-cf54bbf3-500b-49b1-86c5-3afdd26d5918 2018-10-26 08:30:43,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}078f12b8922099bfe7dbeeabdbd12295b7c87571" 2018-10-26 08:30:43,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:30:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b026460-8d3f-4040-96b2-8560b95fd667 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:30:43,083 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-3b026460-8d3f-4040-96b2-8560b95fd667 2018-10-26 08:30:43,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}078f12b8922099bfe7dbeeabdbd12295b7c87571" 2018-10-26 08:30:43,311 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f8eaee8d-cd7b-44bb-8701-aa1a12716b8f Date: Fri, 26 Oct 2018 08:30:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:30:35Z","dns_nameservers":[],"updated_at":"2018-10-26T08:30:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"b9519889-045d-4120-b174-d81ecf3d3ad1","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-subnet"}]} 2018-10-26 08:30:43,311 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab used request id req-f8eaee8d-cd7b-44bb-8701-aa1a12716b8f 2018-10-26 08:30:43,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab&name=NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}078f12b8922099bfe7dbeeabdbd12295b7c87571" 2018-10-26 08:30:43,498 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-310e0bd5-ca23-40df-a702-0824d1200a39 Date: Fri, 26 Oct 2018 08:30:43 GMT RESP BODY: {"ports":[]} 2018-10-26 08:30:43,498 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab&name=NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-port&admin_state_up=True used request id req-310e0bd5-ca23-40df-a702-0824d1200a39 2018-10-26 08:30:43,498 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:30:43,499 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:30:43,885 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:30:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["vbkGpr4ESIudJezq1vthcQ"], "issued_at": "2018-10-26T08:30:43.000000Z"}} 2018-10-26 08:30:43,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99742bb6051e5851f84e4a4a1265b308a0045aef" 2018-10-26 08:30:43,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:30:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0450aa4-13b8-4751-bd67-79080a4543f6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:30:43,980 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f0450aa4-13b8-4751-bd67-79080a4543f6 2018-10-26 08:30:43,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}078f12b8922099bfe7dbeeabdbd12295b7c87571" 2018-10-26 08:30:44,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-ed784c9f-8117-4c00-af32-47a9d2e947c4 Date: Fri, 26 Oct 2018 08:30:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":52,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["b9519889-045d-4120-b174-d81ecf3d3ad1"],"description":"","tags":[],"updated_at":"2018-10-26T08:30:35Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:30:34Z","provider:network_type":"vxlan"}]} 2018-10-26 08:30:44,072 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-net used request id req-ed784c9f-8117-4c00-af32-47a9d2e947c4 2018-10-26 08:30:44,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}078f12b8922099bfe7dbeeabdbd12295b7c87571" 2018-10-26 08:30:44,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-eb2baa48-05a9-4413-9b72-24fb37c1d13c Date: Fri, 26 Oct 2018 08:30:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:30:35Z","dns_nameservers":[],"updated_at":"2018-10-26T08:30:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"b9519889-045d-4120-b174-d81ecf3d3ad1","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-subnet"}]} 2018-10-26 08:30:44,278 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab used request id req-eb2baa48-05a9-4413-9b72-24fb37c1d13c 2018-10-26 08:30:44,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}078f12b8922099bfe7dbeeabdbd12295b7c87571" 2018-10-26 08:30:44,550 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-918e1646-2e43-4d28-b504-512a0ff7be06 Date: Fri, 26 Oct 2018 08:30:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":52,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["b9519889-045d-4120-b174-d81ecf3d3ad1"],"description":"","tags":[],"updated_at":"2018-10-26T08:30:35Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:30:34Z","provider:network_type":"vxlan"}]} 2018-10-26 08:30:44,551 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-net used request id req-918e1646-2e43-4d28-b504-512a0ff7be06 2018-10-26 08:30:44,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:30:44,560 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:30: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:30:44,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99742bb6051e5851f84e4a4a1265b308a0045aef" 2018-10-26 08:30:44,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:30:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ff3715e-c9d0-4507-a841-d93e0ecbdc1f 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:30:44,651 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-3ff3715e-c9d0-4507-a841-d93e0ecbdc1f 2018-10-26 08:30:44,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}078f12b8922099bfe7dbeeabdbd12295b7c87571" 2018-10-26 08:30:44,860 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-52bf601d-b826-49c8-8684-13d0859421ca Date: Fri, 26 Oct 2018 08:30:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:30:35Z","dns_nameservers":[],"updated_at":"2018-10-26T08:30:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"b9519889-045d-4120-b174-d81ecf3d3ad1","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-subnet"}]} 2018-10-26 08:30:44,861 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab used request id req-52bf601d-b826-49c8-8684-13d0859421ca 2018-10-26 08:30:44,862 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-net 2018-10-26 08:30:44,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}078f12b8922099bfe7dbeeabdbd12295b7c87571" -d '{"port": {"network_id": "d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab", "name": "NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-port", "admin_state_up": true}}' 2018-10-26 08:30:45,719 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 880 X-Openstack-Request-Id: req-2217930c-2fc9-4319-8fb5-21b974a0320c Date: Fri, 26 Oct 2018 08:30:45 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:30:45Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b9519889-045d-4120-b174-d81ecf3d3ad1","ip_address":"10.55.0.12"}],"id":"5ebce038-0564-4b80-9099-06659e6e3509","security_groups":["20832275-63ca-4f81-93a7-4da74d8fc132"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b0:83:0f","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-port","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","qos_policy_id":null,"admin_state_up":true,"network_id":"d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:30:45Z","binding:vnic_type":"normal"}} 2018-10-26 08:30:45,720 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-2217930c-2fc9-4319-8fb5-21b974a0320c 2018-10-26 08:30:45,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}078f12b8922099bfe7dbeeabdbd12295b7c87571" 2018-10-26 08:30:45,816 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-8bcf8ffd-3af0-48e5-95b3-e83690901b17 Date: Fri, 26 Oct 2018 08:30:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":52,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["b9519889-045d-4120-b174-d81ecf3d3ad1"],"description":"","tags":[],"updated_at":"2018-10-26T08:30:35Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:30:34Z","provider:network_type":"vxlan"}]} 2018-10-26 08:30:45,817 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-net used request id req-8bcf8ffd-3af0-48e5-95b3-e83690901b17 2018-10-26 08:30:45,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}078f12b8922099bfe7dbeeabdbd12295b7c87571" 2018-10-26 08:30:45,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:30:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0099bf7c-4c85-4377-9947-a7a40068b9b6 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:30:45,912 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-0099bf7c-4c85-4377-9947-a7a40068b9b6 2018-10-26 08:30:45,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}078f12b8922099bfe7dbeeabdbd12295b7c87571" 2018-10-26 08:30:46,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-ff3b86c5-8319-437b-a8df-8c01ce9b8f69 Date: Fri, 26 Oct 2018 08:30:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:30:35Z","dns_nameservers":[],"updated_at":"2018-10-26T08:30:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"b9519889-045d-4120-b174-d81ecf3d3ad1","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-subnet"}]} 2018-10-26 08:30:46,130 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab used request id req-ff3b86c5-8319-437b-a8df-8c01ce9b8f69 2018-10-26 08:30:46,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab&name=NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}078f12b8922099bfe7dbeeabdbd12295b7c87571" 2018-10-26 08:30:46,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 883 X-Openstack-Request-Id: req-185240fc-6cc7-456e-adf1-fa8c34bfe16c Date: Fri, 26 Oct 2018 08:30:46 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:30:45Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"b9519889-045d-4120-b174-d81ecf3d3ad1","ip_address":"10.55.0.12"}],"id":"5ebce038-0564-4b80-9099-06659e6e3509","security_groups":["20832275-63ca-4f81-93a7-4da74d8fc132"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b0:83:0f","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-port","admin_state_up":true,"network_id":"d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:30:45Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-26 08:30:46,317 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab&name=NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-port&admin_state_up=True used request id req-185240fc-6cc7-456e-adf1-fa8c34bfe16c 2018-10-26 08:30:46,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}078f12b8922099bfe7dbeeabdbd12295b7c87571" 2018-10-26 08:30:46,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:30:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef7bf074-49de-4cf5-be54-9d022152a75c 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:30:46,401 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-ef7bf074-49de-4cf5-be54-9d022152a75c 2018-10-26 08:30:46,402 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-vm_inst 2018-10-26 08:30:46,405 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}078f12b8922099bfe7dbeeabdbd12295b7c87571" 2018-10-26 08:30:46,430 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:30: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-a9c9589b-942f-404a-885a-5748948b1a62 x-compute-request-id: req-a9c9589b-942f-404a-885a-5748948b1a62 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"flavors": [{"id": "3b9cb4ee-31dd-4fc3-a65c-646934620c98", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/3b9cb4ee-31dd-4fc3-a65c-646934620c98", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/3b9cb4ee-31dd-4fc3-a65c-646934620c98", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-flavor"}]} 2018-10-26 08:30:46,431 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-a9c9589b-942f-404a-885a-5748948b1a62 2018-10-26 08:30:46,434 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/3b9cb4ee-31dd-4fc3-a65c-646934620c98 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}078f12b8922099bfe7dbeeabdbd12295b7c87571" 2018-10-26 08:30:46,454 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:30: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-a801b678-8ad7-4ea2-8336-151f6411b626 x-compute-request-id: req-a801b678-8ad7-4ea2-8336-151f6411b626 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/3b9cb4ee-31dd-4fc3-a65c-646934620c98", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/3b9cb4ee-31dd-4fc3-a65c-646934620c98", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "3b9cb4ee-31dd-4fc3-a65c-646934620c98", "name": "NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 08:30:46,454 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/3b9cb4ee-31dd-4fc3-a65c-646934620c98 used request id req-a801b678-8ad7-4ea2-8336-151f6411b626 2018-10-26 08:30:46,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}078f12b8922099bfe7dbeeabdbd12295b7c87571" 2018-10-26 08:30:46,625 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-b0829a0d-74f1-47f4-a202-360b15e4296c Date: Fri, 26 Oct 2018 08:30:46 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T08:30:31Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T08:30:32Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/88730fb9-bdc1-44c8-b842-67ed218cebec/snap", "metadata": {}}], "self": "/v2/images/88730fb9-bdc1-44c8-b842-67ed218cebec", "min_disk": 0, "protected": false, "id": "88730fb9-bdc1-44c8-b842-67ed218cebec", "file": "/v2/images/88730fb9-bdc1-44c8-b842-67ed218cebec/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e8c35a3eddcb484a9d13f31d10ef71de", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/88730fb9-bdc1-44c8-b842-67ed218cebec/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-image"} 2018-10-26 08:30:46,626 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-image used request id req-b0829a0d-74f1-47f4-a202-360b15e4296c 2018-10-26 08:30:46,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}078f12b8922099bfe7dbeeabdbd12295b7c87571" 2018-10-26 08:30:46,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ad20393c-4020-4adf-afb8-1da090479f49 Date: Fri, 26 Oct 2018 08: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-26 08:30:46,796 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-ad20393c-4020-4adf-afb8-1da090479f49 2018-10-26 08:30:46,802 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}078f12b8922099bfe7dbeeabdbd12295b7c87571" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-vm_inst", "imageRef": "88730fb9-bdc1-44c8-b842-67ed218cebec", "flavorRef": "3b9cb4ee-31dd-4fc3-a65c-646934620c98", "max_count": 1, "min_count": 1, "networks": [{"port": "5ebce038-0564-4b80-9099-06659e6e3509"}]}}' 2018-10-26 08:30:48,558 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08:30: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-36b98ffa-9c63-4b5b-99bd-5aae640ce2cd x-compute-request-id: req-36b98ffa-9c63-4b5b-99bd-5aae640ce2cd Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/aff85c82-f3e9-4085-927d-fff60ece769c Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "aff85c82-f3e9-4085-927d-fff60ece769c", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/aff85c82-f3e9-4085-927d-fff60ece769c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/aff85c82-f3e9-4085-927d-fff60ece769c", "rel": "bookmark"}], "adminPass": "sQJe7DPVa47y"}} 2018-10-26 08:30:48,558 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-36b98ffa-9c63-4b5b-99bd-5aae640ce2cd 2018-10-26 08:30:48,561 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/aff85c82-f3e9-4085-927d-fff60ece769c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}078f12b8922099bfe7dbeeabdbd12295b7c87571" 2018-10-26 08:30:48,950 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:30: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-084d8006-4650-4042-8aa9-a1c7686f1814 x-compute-request-id: req-084d8006-4650-4042-8aa9-a1c7686f1814 Content-Encoding: gzip Content-Length: 648 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/aff85c82-f3e9-4085-927d-fff60ece769c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/aff85c82-f3e9-4085-927d-fff60ece769c", "rel": "bookmark"}], "image": {"id": "88730fb9-bdc1-44c8-b842-67ed218cebec", "links": [{"href": "http://172.30.9.21:8774/images/88730fb9-bdc1-44c8-b842-67ed218cebec", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b9cb4ee-31dd-4fc3-a65c-646934620c98", "links": [{"href": "http://172.30.9.21:8774/flavors/3b9cb4ee-31dd-4fc3-a65c-646934620c98", "rel": "bookmark"}]}, "id": "aff85c82-f3e9-4085-927d-fff60ece769c", "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "OS-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-26T08:30:48Z", "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-79c0e120-b633-4eb3-8ce2-5aa8228feb13-vm_inst", "created": "2018-10-26T08:30:48Z", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 08:30:48,950 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/aff85c82-f3e9-4085-927d-fff60ece769c used request id req-084d8006-4650-4042-8aa9-a1c7686f1814 2018-10-26 08:30:48,951 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-vm_inst 2018-10-26 08:30:48,954 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/aff85c82-f3e9-4085-927d-fff60ece769c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}078f12b8922099bfe7dbeeabdbd12295b7c87571" 2018-10-26 08:30:49,410 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:30: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-6a063168-7aeb-496d-b8be-7eed372f9f0f x-compute-request-id: req-6a063168-7aeb-496d-b8be-7eed372f9f0f Content-Encoding: gzip Content-Length: 648 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/aff85c82-f3e9-4085-927d-fff60ece769c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/aff85c82-f3e9-4085-927d-fff60ece769c", "rel": "bookmark"}], "image": {"id": "88730fb9-bdc1-44c8-b842-67ed218cebec", "links": [{"href": "http://172.30.9.21:8774/images/88730fb9-bdc1-44c8-b842-67ed218cebec", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b9cb4ee-31dd-4fc3-a65c-646934620c98", "links": [{"href": "http://172.30.9.21:8774/flavors/3b9cb4ee-31dd-4fc3-a65c-646934620c98", "rel": "bookmark"}]}, "id": "aff85c82-f3e9-4085-927d-fff60ece769c", "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "OS-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-26T08:30:48Z", "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-79c0e120-b633-4eb3-8ce2-5aa8228feb13-vm_inst", "created": "2018-10-26T08:30:48Z", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 08:30:49,410 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/aff85c82-f3e9-4085-927d-fff60ece769c used request id req-6a063168-7aeb-496d-b8be-7eed372f9f0f 2018-10-26 08:30:49,410 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-vm_inst] is - BUILD 2018-10-26 08:30:49,411 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 08:30:52,414 - create_instance - DEBUG - VM status query timeout in 896.537410021 2018-10-26 08:30:52,417 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/aff85c82-f3e9-4085-927d-fff60ece769c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}078f12b8922099bfe7dbeeabdbd12295b7c87571" 2018-10-26 08:30:53,022 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:30:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8f02d794-665c-4a8e-aded-d6216d444522 x-compute-request-id: req-8f02d794-665c-4a8e-aded-d6216d444522 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/aff85c82-f3e9-4085-927d-fff60ece769c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/aff85c82-f3e9-4085-927d-fff60ece769c", "rel": "bookmark"}], "image": {"id": "88730fb9-bdc1-44c8-b842-67ed218cebec", "links": [{"href": "http://172.30.9.21:8774/images/88730fb9-bdc1-44c8-b842-67ed218cebec", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b9cb4ee-31dd-4fc3-a65c-646934620c98", "links": [{"href": "http://172.30.9.21:8774/flavors/3b9cb4ee-31dd-4fc3-a65c-646934620c98", "rel": "bookmark"}]}, "id": "aff85c82-f3e9-4085-927d-fff60ece769c", "security_groups": [{"name": "default"}], "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "OS-DCF: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-26T08:30:52Z", "hostId": "bc40b3da9a64c9c7b97fa1e0af6588872ae0a905a40f72f0eb82275b", "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-79c0e120-b633-4eb3-8ce2-5aa8228feb13-vm_inst", "created": "2018-10-26T08:30:48Z", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 08:30:53,023 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/aff85c82-f3e9-4085-927d-fff60ece769c used request id req-8f02d794-665c-4a8e-aded-d6216d444522 2018-10-26 08:30:53,023 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-vm_inst] is - BUILD 2018-10-26 08:30:53,023 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 08:30:56,026 - create_instance - DEBUG - VM status query timeout in 892.924757957 2018-10-26 08:30:56,029 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/aff85c82-f3e9-4085-927d-fff60ece769c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}078f12b8922099bfe7dbeeabdbd12295b7c87571" 2018-10-26 08:30:56,367 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:30: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-c3baa7d5-0310-4a76-be89-c58fe369e5c2 x-compute-request-id: req-c3baa7d5-0310-4a76-be89-c58fe369e5c2 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:83:0f", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/aff85c82-f3e9-4085-927d-fff60ece769c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/aff85c82-f3e9-4085-927d-fff60ece769c", "rel": "bookmark"}], "image": {"id": "88730fb9-bdc1-44c8-b842-67ed218cebec", "links": [{"href": "http://172.30.9.21:8774/images/88730fb9-bdc1-44c8-b842-67ed218cebec", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3b9cb4ee-31dd-4fc3-a65c-646934620c98", "links": [{"href": "http://172.30.9.21:8774/flavors/3b9cb4ee-31dd-4fc3-a65c-646934620c98", "rel": "bookmark"}]}, "id": "aff85c82-f3e9-4085-927d-fff60ece769c", "security_groups": [{"name": "default"}], "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "OS-DCF: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-26T08:30:52Z", "hostId": "bc40b3da9a64c9c7b97fa1e0af6588872ae0a905a40f72f0eb82275b", "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-79c0e120-b633-4eb3-8ce2-5aa8228feb13-vm_inst", "created": "2018-10-26T08:30:48Z", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 08:30:56,367 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/aff85c82-f3e9-4085-927d-fff60ece769c used request id req-c3baa7d5-0310-4a76-be89-c58fe369e5c2 2018-10-26 08:30:56,368 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-vm_inst] is - BUILD 2018-10-26 08:30:56,368 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 08:30:59,371 - create_instance - DEBUG - VM status query timeout in 889.580086946 2018-10-26 08:30:59,374 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/aff85c82-f3e9-4085-927d-fff60ece769c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}078f12b8922099bfe7dbeeabdbd12295b7c87571" 2018-10-26 08:30:59,966 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:30: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-e94143fc-d4ae-4613-8d39-597015970d6c x-compute-request-id: req-e94143fc-d4ae-4613-8d39-597015970d6c Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:83:0f", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/aff85c82-f3e9-4085-927d-fff60ece769c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/aff85c82-f3e9-4085-927d-fff60ece769c", "rel": "bookmark"}], "image": {"id": "88730fb9-bdc1-44c8-b842-67ed218cebec", "links": [{"href": "http://172.30.9.21:8774/images/88730fb9-bdc1-44c8-b842-67ed218cebec", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": "2018-10-26T08:30:56.000000", "flavor": {"id": "3b9cb4ee-31dd-4fc3-a65c-646934620c98", "links": [{"href": "http://172.30.9.21:8774/flavors/3b9cb4ee-31dd-4fc3-a65c-646934620c98", "rel": "bookmark"}]}, "id": "aff85c82-f3e9-4085-927d-fff60ece769c", "security_groups": [{"name": "default"}], "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T08:30:57Z", "hostId": "bc40b3da9a64c9c7b97fa1e0af6588872ae0a905a40f72f0eb82275b", "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-79c0e120-b633-4eb3-8ce2-5aa8228feb13-vm_inst", "created": "2018-10-26T08:30:48Z", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 08:30:59,966 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/aff85c82-f3e9-4085-927d-fff60ece769c used request id req-e94143fc-d4ae-4613-8d39-597015970d6c 2018-10-26 08:30:59,967 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-vm_inst] is - ACTIVE 2018-10-26 08:30:59,967 - create_instance - INFO - VM is - ACTIVE 2018-10-26 08:30:59,970 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/aff85c82-f3e9-4085-927d-fff60ece769c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}078f12b8922099bfe7dbeeabdbd12295b7c87571" 2018-10-26 08:31:00,557 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:30: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-24f4a4bc-e4e7-424a-9e90-661322b83a45 x-compute-request-id: req-24f4a4bc-e4e7-424a-9e90-661322b83a45 Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:83:0f", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/aff85c82-f3e9-4085-927d-fff60ece769c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/aff85c82-f3e9-4085-927d-fff60ece769c", "rel": "bookmark"}], "image": {"id": "88730fb9-bdc1-44c8-b842-67ed218cebec", "links": [{"href": "http://172.30.9.21:8774/images/88730fb9-bdc1-44c8-b842-67ed218cebec", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": "2018-10-26T08:30:56.000000", "flavor": {"id": "3b9cb4ee-31dd-4fc3-a65c-646934620c98", "links": [{"href": "http://172.30.9.21:8774/flavors/3b9cb4ee-31dd-4fc3-a65c-646934620c98", "rel": "bookmark"}]}, "id": "aff85c82-f3e9-4085-927d-fff60ece769c", "security_groups": [{"name": "default"}], "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T08:30:57Z", "hostId": "bc40b3da9a64c9c7b97fa1e0af6588872ae0a905a40f72f0eb82275b", "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-79c0e120-b633-4eb3-8ce2-5aa8228feb13-vm_inst", "created": "2018-10-26T08:30:48Z", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 08:31:00,557 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/aff85c82-f3e9-4085-927d-fff60ece769c used request id req-24f4a4bc-e4e7-424a-9e90-661322b83a45 2018-10-26 08:31:00,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}078f12b8922099bfe7dbeeabdbd12295b7c87571" 2018-10-26 08:31:00,644 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-251cc7d3-a217-4c31-8e7f-46eb90086979 Date: Fri, 26 Oct 2018 08:31:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":52,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["b9519889-045d-4120-b174-d81ecf3d3ad1"],"description":"","tags":[],"updated_at":"2018-10-26T08:30:35Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:30:34Z","provider:network_type":"vxlan"}]} 2018-10-26 08:31:00,644 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-net used request id req-251cc7d3-a217-4c31-8e7f-46eb90086979 2018-10-26 08:31:00,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}078f12b8922099bfe7dbeeabdbd12295b7c87571" 2018-10-26 08:31:00,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:31:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-513db3d8-db80-4405-8737-631f545485de 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:31:00,734 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-513db3d8-db80-4405-8737-631f545485de 2018-10-26 08:31:00,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}078f12b8922099bfe7dbeeabdbd12295b7c87571" 2018-10-26 08:31:00,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-5a2e7a35-80b0-499b-8730-2f28fad73cae Date: Fri, 26 Oct 2018 08:31:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:30:35Z","dns_nameservers":[],"updated_at":"2018-10-26T08:30:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"b9519889-045d-4120-b174-d81ecf3d3ad1","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-subnet"}]} 2018-10-26 08:31:00,938 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab used request id req-5a2e7a35-80b0-499b-8730-2f28fad73cae 2018-10-26 08:31:00,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}078f12b8922099bfe7dbeeabdbd12295b7c87571" 2018-10-26 08:31:00,998 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-24701065-b26e-49c3-a9de-e489d34d4369 Date: Fri, 26 Oct 2018 08:31:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:30:39Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b9519889-045d-4120-b174-d81ecf3d3ad1","ip_address":"10.55.0.4"}],"id":"406dcd15-ad39-4a1b-8cc2-3bc54386f896","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e8:2c:d0","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:30:37Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:30:38Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b9519889-045d-4120-b174-d81ecf3d3ad1","ip_address":"10.55.0.3"}],"id":"43807284-d105-4ab3-9005-54164d5251cf","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:ac:88","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:30:36Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:30:56Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"b9519889-045d-4120-b174-d81ecf3d3ad1","ip_address":"10.55.0.12"}],"id":"5ebce038-0564-4b80-9099-06659e6e3509","security_groups":["20832275-63ca-4f81-93a7-4da74d8fc132"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b0:83:0f","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-port","admin_state_up":true,"network_id":"d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:30:45Z","binding:vnic_type":"normal","device_id":"aff85c82-f3e9-4085-927d-fff60ece769c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:30:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b9519889-045d-4120-b174-d81ecf3d3ad1","ip_address":"10.55.0.2"}],"id":"8f605ec6-f9c6-44c8-9f0e-a7d92a7b1998","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:75:5d:f9","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:30:36Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab"}]} 2018-10-26 08:31:00,999 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab used request id req-24701065-b26e-49c3-a9de-e489d34d4369 2018-10-26 08:31:01,000 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:31:01,383 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:31:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["S0Ah_rcoRRmQOzix2Qj8ZA"], "issued_at": "2018-10-26T08:31:01.000000Z"}} 2018-10-26 08:31:01,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d2a1c15290490bcb73a852c3c45ebc54402fb15" 2018-10-26 08:31:01,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:31:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3c149ee-24a1-4c27-b6e0-8684b60ae7c7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:31:01,545 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e3c149ee-24a1-4c27-b6e0-8684b60ae7c7 2018-10-26 08:31:01,548 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/aff85c82-f3e9-4085-927d-fff60ece769c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}078f12b8922099bfe7dbeeabdbd12295b7c87571" 2018-10-26 08:31:02,283 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:31:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1abdf7c9-e699-4842-b9e5-f40db6b26941 x-compute-request-id: req-1abdf7c9-e699-4842-b9e5-f40db6b26941 Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:83:0f", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/aff85c82-f3e9-4085-927d-fff60ece769c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/aff85c82-f3e9-4085-927d-fff60ece769c", "rel": "bookmark"}], "image": {"id": "88730fb9-bdc1-44c8-b842-67ed218cebec", "links": [{"href": "http://172.30.9.21:8774/images/88730fb9-bdc1-44c8-b842-67ed218cebec", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": "2018-10-26T08:30:56.000000", "flavor": {"id": "3b9cb4ee-31dd-4fc3-a65c-646934620c98", "links": [{"href": "http://172.30.9.21:8774/flavors/3b9cb4ee-31dd-4fc3-a65c-646934620c98", "rel": "bookmark"}]}, "id": "aff85c82-f3e9-4085-927d-fff60ece769c", "security_groups": [{"name": "default"}], "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T08:30:57Z", "hostId": "bc40b3da9a64c9c7b97fa1e0af6588872ae0a905a40f72f0eb82275b", "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-79c0e120-b633-4eb3-8ce2-5aa8228feb13-vm_inst", "created": "2018-10-26T08:30:48Z", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 08:31:02,283 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/aff85c82-f3e9-4085-927d-fff60ece769c used request id req-1abdf7c9-e699-4842-b9e5-f40db6b26941 2018-10-26 08:31:02,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}078f12b8922099bfe7dbeeabdbd12295b7c87571" 2018-10-26 08:31:02,374 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-93c3507d-bc2a-4963-b955-131af46073ab Date: Fri, 26 Oct 2018 08:31:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":52,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["b9519889-045d-4120-b174-d81ecf3d3ad1"],"description":"","tags":[],"updated_at":"2018-10-26T08:30:35Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:30:34Z","provider:network_type":"vxlan"}]} 2018-10-26 08:31:02,375 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-net used request id req-93c3507d-bc2a-4963-b955-131af46073ab 2018-10-26 08:31:02,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}078f12b8922099bfe7dbeeabdbd12295b7c87571" 2018-10-26 08:31:02,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:31:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d74f7a5-bc46-4210-b746-fb1e73877bbd 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:31:02,466 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-3d74f7a5-bc46-4210-b746-fb1e73877bbd 2018-10-26 08:31:02,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}078f12b8922099bfe7dbeeabdbd12295b7c87571" 2018-10-26 08:31:02,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-8e9bea86-b240-442e-91f0-c65f38966910 Date: Fri, 26 Oct 2018 08:31:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:30:35Z","dns_nameservers":[],"updated_at":"2018-10-26T08:30:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"b9519889-045d-4120-b174-d81ecf3d3ad1","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-subnet"}]} 2018-10-26 08:31:02,617 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab used request id req-8e9bea86-b240-442e-91f0-c65f38966910 2018-10-26 08:31:02,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}078f12b8922099bfe7dbeeabdbd12295b7c87571" 2018-10-26 08:31:02,677 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-02988aa9-a8f7-431a-b4bf-c73829767493 Date: Fri, 26 Oct 2018 08:31:02 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:30:39Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b9519889-045d-4120-b174-d81ecf3d3ad1","ip_address":"10.55.0.4"}],"id":"406dcd15-ad39-4a1b-8cc2-3bc54386f896","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e8:2c:d0","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:30:37Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:30:38Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b9519889-045d-4120-b174-d81ecf3d3ad1","ip_address":"10.55.0.3"}],"id":"43807284-d105-4ab3-9005-54164d5251cf","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:ac:88","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:30:36Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:30:56Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"b9519889-045d-4120-b174-d81ecf3d3ad1","ip_address":"10.55.0.12"}],"id":"5ebce038-0564-4b80-9099-06659e6e3509","security_groups":["20832275-63ca-4f81-93a7-4da74d8fc132"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b0:83:0f","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-port","admin_state_up":true,"network_id":"d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:30:45Z","binding:vnic_type":"normal","device_id":"aff85c82-f3e9-4085-927d-fff60ece769c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:30:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b9519889-045d-4120-b174-d81ecf3d3ad1","ip_address":"10.55.0.2"}],"id":"8f605ec6-f9c6-44c8-9f0e-a7d92a7b1998","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:75:5d:f9","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:30:36Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab"}]} 2018-10-26 08:31:02,677 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab used request id req-02988aa9-a8f7-431a-b4bf-c73829767493 2018-10-26 08:31:02,681 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/aff85c82-f3e9-4085-927d-fff60ece769c/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d2a1c15290490bcb73a852c3c45ebc54402fb15" -d '{"volumeAttachment": {"volumeId": "008d1113-d722-4738-baac-a10c1feef67d"}}' 2018-10-26 08:31:04,223 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:31:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-797b8507-e776-40a1-a32a-44bbbf8f9ab9 x-compute-request-id: req-797b8507-e776-40a1-a32a-44bbbf8f9ab9 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "aff85c82-f3e9-4085-927d-fff60ece769c", "id": "008d1113-d722-4738-baac-a10c1feef67d", "volumeId": "008d1113-d722-4738-baac-a10c1feef67d"}} 2018-10-26 08:31:04,223 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/aff85c82-f3e9-4085-927d-fff60ece769c/os-volume_attachments used request id req-797b8507-e776-40a1-a32a-44bbbf8f9ab9 2018-10-26 08:31:04,223 - create_instance - INFO - Deleting Port with ID - 5ebce038-0564-4b80-9099-06659e6e3509 2018-10-26 08:31:04,224 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-port 2018-10-26 08:31:04,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/5ebce038-0564-4b80-9099-06659e6e3509 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}078f12b8922099bfe7dbeeabdbd12295b7c87571" 2018-10-26 08:31:05,012 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f2e5acf2-4011-4066-884d-ff00df8a91de Date: Fri, 26 Oct 2018 08:31:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:31:05,013 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/5ebce038-0564-4b80-9099-06659e6e3509 used request id req-f2e5acf2-4011-4066-884d-ff00df8a91de 2018-10-26 08:31:05,013 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-vm_inst 2018-10-26 08:31:05,015 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/aff85c82-f3e9-4085-927d-fff60ece769c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}078f12b8922099bfe7dbeeabdbd12295b7c87571" 2018-10-26 08:31:05,184 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08: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 x-openstack-request-id: req-916bb8e9-379e-4d72-bd85-9b109e15506c x-compute-request-id: req-916bb8e9-379e-4d72-bd85-9b109e15506c Content-Type: application/json 2018-10-26 08:31:05,185 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/aff85c82-f3e9-4085-927d-fff60ece769c used request id req-916bb8e9-379e-4d72-bd85-9b109e15506c 2018-10-26 08:31:05,185 - create_instance - INFO - Checking deletion status 2018-10-26 08:31:05,187 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/aff85c82-f3e9-4085-927d-fff60ece769c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}078f12b8922099bfe7dbeeabdbd12295b7c87571" 2018-10-26 08:31:05,499 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08: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-f081b9fb-9d93-46cf-b14d-4b017ad7692f x-compute-request-id: req-f081b9fb-9d93-46cf-b14d-4b017ad7692f Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:83:0f", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/aff85c82-f3e9-4085-927d-fff60ece769c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/aff85c82-f3e9-4085-927d-fff60ece769c", "rel": "bookmark"}], "image": {"id": "88730fb9-bdc1-44c8-b842-67ed218cebec", "links": [{"href": "http://172.30.9.21:8774/images/88730fb9-bdc1-44c8-b842-67ed218cebec", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": "2018-10-26T08:30:56.000000", "flavor": {"id": "3b9cb4ee-31dd-4fc3-a65c-646934620c98", "links": [{"href": "http://172.30.9.21:8774/flavors/3b9cb4ee-31dd-4fc3-a65c-646934620c98", "rel": "bookmark"}]}, "id": "aff85c82-f3e9-4085-927d-fff60ece769c", "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T08:31:05Z", "hostId": "bc40b3da9a64c9c7b97fa1e0af6588872ae0a905a40f72f0eb82275b", "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-79c0e120-b633-4eb3-8ce2-5aa8228feb13-vm_inst", "created": "2018-10-26T08:30:48Z", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "os-extended-volumes:volumes_attached": [{"id": "008d1113-d722-4738-baac-a10c1feef67d"}], "metadata": {}}} 2018-10-26 08:31:05,499 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/aff85c82-f3e9-4085-927d-fff60ece769c used request id req-f081b9fb-9d93-46cf-b14d-4b017ad7692f 2018-10-26 08:31:05,500 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-vm_inst] is - ACTIVE 2018-10-26 08:31:05,500 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 08:31:08,503 - create_instance - DEBUG - VM status query timeout in 296.681767941 2018-10-26 08:31:08,506 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/aff85c82-f3e9-4085-927d-fff60ece769c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}078f12b8922099bfe7dbeeabdbd12295b7c87571" 2018-10-26 08:31:09,313 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08: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-4e7efd99-dce3-46a6-b4a2-4eed26d90cfb x-compute-request-id: req-4e7efd99-dce3-46a6-b4a2-4eed26d90cfb Content-Encoding: gzip Content-Length: 765 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/aff85c82-f3e9-4085-927d-fff60ece769c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/aff85c82-f3e9-4085-927d-fff60ece769c", "rel": "bookmark"}], "image": {"id": "88730fb9-bdc1-44c8-b842-67ed218cebec", "links": [{"href": "http://172.30.9.21:8774/images/88730fb9-bdc1-44c8-b842-67ed218cebec", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": "2018-10-26T08:30:56.000000", "flavor": {"id": "3b9cb4ee-31dd-4fc3-a65c-646934620c98", "links": [{"href": "http://172.30.9.21:8774/flavors/3b9cb4ee-31dd-4fc3-a65c-646934620c98", "rel": "bookmark"}]}, "id": "aff85c82-f3e9-4085-927d-fff60ece769c", "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T08:31:05Z", "hostId": "bc40b3da9a64c9c7b97fa1e0af6588872ae0a905a40f72f0eb82275b", "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-79c0e120-b633-4eb3-8ce2-5aa8228feb13-vm_inst", "created": "2018-10-26T08:30:48Z", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "os-extended-volumes:volumes_attached": [{"id": "008d1113-d722-4738-baac-a10c1feef67d"}], "metadata": {}}} 2018-10-26 08:31:09,313 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/aff85c82-f3e9-4085-927d-fff60ece769c used request id req-4e7efd99-dce3-46a6-b4a2-4eed26d90cfb 2018-10-26 08:31:09,313 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-vm_inst] is - ACTIVE 2018-10-26 08:31:09,313 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 08:31:12,317 - create_instance - DEBUG - VM status query timeout in 292.868407011 2018-10-26 08:31:12,320 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/aff85c82-f3e9-4085-927d-fff60ece769c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}078f12b8922099bfe7dbeeabdbd12295b7c87571" 2018-10-26 08:31:13,200 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:31:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3975fb05-b990-4140-9941-c4b8639af59c x-compute-request-id: req-3975fb05-b990-4140-9941-c4b8639af59c Content-Encoding: gzip Content-Length: 765 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/aff85c82-f3e9-4085-927d-fff60ece769c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/aff85c82-f3e9-4085-927d-fff60ece769c", "rel": "bookmark"}], "image": {"id": "88730fb9-bdc1-44c8-b842-67ed218cebec", "links": [{"href": "http://172.30.9.21:8774/images/88730fb9-bdc1-44c8-b842-67ed218cebec", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": "2018-10-26T08:30:56.000000", "flavor": {"id": "3b9cb4ee-31dd-4fc3-a65c-646934620c98", "links": [{"href": "http://172.30.9.21:8774/flavors/3b9cb4ee-31dd-4fc3-a65c-646934620c98", "rel": "bookmark"}]}, "id": "aff85c82-f3e9-4085-927d-fff60ece769c", "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T08:31:11Z", "hostId": "bc40b3da9a64c9c7b97fa1e0af6588872ae0a905a40f72f0eb82275b", "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-79c0e120-b633-4eb3-8ce2-5aa8228feb13-vm_inst", "created": "2018-10-26T08:30:48Z", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "os-extended-volumes:volumes_attached": [{"id": "008d1113-d722-4738-baac-a10c1feef67d"}], "metadata": {}}} 2018-10-26 08:31:13,200 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/aff85c82-f3e9-4085-927d-fff60ece769c used request id req-3975fb05-b990-4140-9941-c4b8639af59c 2018-10-26 08:31:13,200 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-vm_inst] is - ACTIVE 2018-10-26 08:31:13,200 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 08:31:16,204 - create_instance - DEBUG - VM status query timeout in 288.981426001 2018-10-26 08:31:16,206 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/aff85c82-f3e9-4085-927d-fff60ece769c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}078f12b8922099bfe7dbeeabdbd12295b7c87571" 2018-10-26 08:31:16,265 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 08: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 x-openstack-request-id: req-8ade27ac-f0b3-4c01-9522-6d1b49d2e6af x-compute-request-id: req-8ade27ac-f0b3-4c01-9522-6d1b49d2e6af Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance aff85c82-f3e9-4085-927d-fff60ece769c could not be found.", "code": 404}} 2018-10-26 08:31:16,265 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/aff85c82-f3e9-4085-927d-fff60ece769c used request id req-8ade27ac-f0b3-4c01-9522-6d1b49d2e6af 2018-10-26 08:31:16,265 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance aff85c82-f3e9-4085-927d-fff60ece769c could not be found. (HTTP 404) (Request-ID: req-8ade27ac-f0b3-4c01-9522-6d1b49d2e6af) 2018-10-26 08:31:16,265 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-vm_inst 2018-10-26 08:31:16,269 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/008d1113-d722-4738-baac-a10c1feef67d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ed9bdeed-5189-4634-a4af-2399ba742b3e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff96d3704102695d688492dfb3ae84da3d9fc503" 2018-10-26 08:31:17,035 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:31:16 GMT Server: Apache x-compute-request-id: req-4de24952-5c4d-4cfe-97bf-00bceb0946eb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4de24952-5c4d-4cfe-97bf-00bceb0946eb Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/008d1113-d722-4738-baac-a10c1feef67d", "rel": "self"}, {"href": "http://172.30.9.21:8776/e8c35a3eddcb484a9d13f31d10ef71de/volumes/008d1113-d722-4738-baac-a10c1feef67d", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-26T08:31:06.000000", "replication_status": null, "snapshot_id": null, "id": "008d1113-d722-4738-baac-a10c1feef67d", "size": 1, "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "os-vol-tenant-attr:tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "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-79c0e120-b633-4eb3-8ce2-5aa8228feb13", "bootable": "false", "created_at": "2018-10-26T08:30:39.000000", "volume_type": null}} 2018-10-26 08:31:17,035 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/008d1113-d722-4738-baac-a10c1feef67d used request id req-4de24952-5c4d-4cfe-97bf-00bceb0946eb 2018-10-26 08:31:17,035 - create_volume - DEBUG - Instance status is - available 2018-10-26 08:31:17,035 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13 2018-10-26 08:31:17,036 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13 2018-10-26 08:31:17,039 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/008d1113-d722-4738-baac-a10c1feef67d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ed9bdeed-5189-4634-a4af-2399ba742b3e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff96d3704102695d688492dfb3ae84da3d9fc503" 2018-10-26 08:31:17,283 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08:31:17 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e944e5dc-47d9-4e8c-8f40-43003ac55679 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-26 08:31:17,284 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/008d1113-d722-4738-baac-a10c1feef67d used request id req-e944e5dc-47d9-4e8c-8f40-43003ac55679 2018-10-26 08:31:17,287 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/008d1113-d722-4738-baac-a10c1feef67d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ed9bdeed-5189-4634-a4af-2399ba742b3e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff96d3704102695d688492dfb3ae84da3d9fc503" 2018-10-26 08:31:18,018 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 08:31:17 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-d22ceaae-4804-44ef-8b9b-f590598fd309 x-openstack-request-id: req-d22ceaae-4804-44ef-8b9b-f590598fd309 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 008d1113-d722-4738-baac-a10c1feef67d could not be found.", "code": 404}} 2018-10-26 08:31:18,018 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/008d1113-d722-4738-baac-a10c1feef67d used request id req-d22ceaae-4804-44ef-8b9b-f590598fd309 2018-10-26 08:31:18,018 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 008d1113-d722-4738-baac-a10c1feef67d could not be found. (HTTP 404) (Request-ID: req-d22ceaae-4804-44ef-8b9b-f590598fd309) 2018-10-26 08:31:18,018 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13 2018-10-26 08:31:18,022 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/3b9cb4ee-31dd-4fc3-a65c-646934620c98 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ea6601e4a3003007ffec666a33ee90eab15043" 2018-10-26 08:31:18,081 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08: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-a3002c0f-4a07-4c18-b569-18fc379650da x-compute-request-id: req-a3002c0f-4a07-4c18-b569-18fc379650da Content-Length: 0 Content-Type: application/json 2018-10-26 08:31:18,081 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/3b9cb4ee-31dd-4fc3-a65c-646934620c98 used request id req-a3002c0f-4a07-4c18-b569-18fc379650da 2018-10-26 08:31:18,082 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-subnet 2018-10-26 08:31:18,082 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-subnet 2018-10-26 08:31:18,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/b9519889-045d-4120-b174-d81ecf3d3ad1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f50348ad61e9bc2cd85f2b3a3badc4817d5a704" 2018-10-26 08:31:20,294 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-15d75798-36cc-494e-9128-831a01478390 Date: Fri, 26 Oct 2018 08:31:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:31:20,294 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/b9519889-045d-4120-b174-d81ecf3d3ad1 used request id req-15d75798-36cc-494e-9128-831a01478390 2018-10-26 08:31:20,295 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-net 2018-10-26 08:31:20,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f50348ad61e9bc2cd85f2b3a3badc4817d5a704" 2018-10-26 08:31:21,659 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-73ce4d25-2911-48b4-bac8-10027af66410 Date: Fri, 26 Oct 2018 08:31:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:31:21,660 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/d239cc6f-cc0e-4792-a7b8-0d23eea6c8ab used request id req-73ce4d25-2911-48b4-bac8-10027af66410 2018-10-26 08:31:21,660 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-79c0e120-b633-4eb3-8ce2-5aa8228feb13-image 2018-10-26 08:31:21,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/88730fb9-bdc1-44c8-b842-67ed218cebec -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6f9daf8cf3e1aab03978f1cd8abd7e60a69fcfcc" 2018-10-26 08:31:23,025 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e3374970-50bd-4faf-bd2e-ab0086ebb12c Date: Fri, 26 Oct 2018 08: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-26 08:31:23,026 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/88730fb9-bdc1-44c8-b842-67ed218cebec used request id req-e3374970-50bd-4faf-bd2e-ab0086ebb12c 2018-10-26 08:31:23,027 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 08:31:23,030 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-26 08:31:23,030 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:31:23,031 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:31:23,423 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:31:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["9A-eN9mPRXimmom3iF-2NA"], "issued_at": "2018-10-26T08:31:23.000000Z"}} 2018-10-26 08:31:23,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aea778a4ffbb945622abfc9ec36aa9af00343264" 2018-10-26 08:31:23,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:31:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-979e5cb1-4024-454e-9297-5a46fcda7639 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:31:23,518 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-979e5cb1-4024-454e-9297-5a46fcda7639 2018-10-26 08:31:23,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aea778a4ffbb945622abfc9ec36aa9af00343264" 2018-10-26 08:31:23,678 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-04affb7f-3533-4a2b-bbb3-e8843c950630 Date: Fri, 26 Oct 2018 08:31:23 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-image"} 2018-10-26 08:31:23,679 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-image used request id req-04affb7f-3533-4a2b-bbb3-e8843c950630 2018-10-26 08:31:23,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aea778a4ffbb945622abfc9ec36aa9af00343264" 2018-10-26 08:31:23,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-8df38c68-389f-413c-a09e-a8077ec68648 Date: Fri, 26 Oct 2018 08: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-26 08:31:23,844 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-8df38c68-389f-413c-a09e-a8077ec68648 2018-10-26 08:31:23,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}aea778a4ffbb945622abfc9ec36aa9af00343264" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-image"}' 2018-10-26 08:31:24,122 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/a5d1610e-6608-41f2-ab38-ba7e33a454f8 X-Openstack-Request-Id: req-f6e67981-acf8-42de-b5d3-5f4e635591fd Date: Fri, 26 Oct 2018 08:31:24 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T08:31:24Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-26T08:31:24Z", "visibility": "shared", "locations": [], "self": "/v2/images/a5d1610e-6608-41f2-ab38-ba7e33a454f8", "min_disk": 0, "protected": false, "id": "a5d1610e-6608-41f2-ab38-ba7e33a454f8", "file": "/v2/images/a5d1610e-6608-41f2-ab38-ba7e33a454f8/file", "checksum": null, "owner": "e8c35a3eddcb484a9d13f31d10ef71de", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 08:31:24,123 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-f6e67981-acf8-42de-b5d3-5f4e635591fd 2018-10-26 08:31:24,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/a5d1610e-6608-41f2-ab38-ba7e33a454f8/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aea778a4ffbb945622abfc9ec36aa9af00343264" -d '' 2018-10-26 08:31:26,000 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-65d7c6b4-e77e-43bb-b1d4-7fce7e14e9bd Date: Fri, 26 Oct 2018 08: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-26 08:31:26,000 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/a5d1610e-6608-41f2-ab38-ba7e33a454f8/file used request id req-65d7c6b4-e77e-43bb-b1d4-7fce7e14e9bd 2018-10-26 08:31:26,001 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 08:31:26,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/a5d1610e-6608-41f2-ab38-ba7e33a454f8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aea778a4ffbb945622abfc9ec36aa9af00343264" 2018-10-26 08:31:26,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-2e6f4722-daf3-4c2e-9b49-4ffc88ab1921 Date: Fri, 26 Oct 2018 08:31:26 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T08:31:24Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T08:31:25Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/a5d1610e-6608-41f2-ab38-ba7e33a454f8/snap", "metadata": {}}], "self": "/v2/images/a5d1610e-6608-41f2-ab38-ba7e33a454f8", "min_disk": 0, "protected": false, "id": "a5d1610e-6608-41f2-ab38-ba7e33a454f8", "file": "/v2/images/a5d1610e-6608-41f2-ab38-ba7e33a454f8/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e8c35a3eddcb484a9d13f31d10ef71de", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/a5d1610e-6608-41f2-ab38-ba7e33a454f8/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 08:31:26,206 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/a5d1610e-6608-41f2-ab38-ba7e33a454f8 used request id req-2e6f4722-daf3-4c2e-9b49-4ffc88ab1921 2018-10-26 08:31:26,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aea778a4ffbb945622abfc9ec36aa9af00343264" 2018-10-26 08:31:26,216 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-93af8a98-f61e-4b85-8650-2568f0912ea6 Date: Fri, 26 Oct 2018 08:31: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-26 08:31:26,216 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-93af8a98-f61e-4b85-8650-2568f0912ea6 2018-10-26 08:31:26,219 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-image 2018-10-26 08:31:26,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/a5d1610e-6608-41f2-ab38-ba7e33a454f8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aea778a4ffbb945622abfc9ec36aa9af00343264" 2018-10-26 08:31:26,390 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-aff1384d-364e-498a-9867-b385952617b4 Date: Fri, 26 Oct 2018 08:31:26 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T08:31:24Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T08:31:25Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/a5d1610e-6608-41f2-ab38-ba7e33a454f8/snap", "metadata": {}}], "self": "/v2/images/a5d1610e-6608-41f2-ab38-ba7e33a454f8", "min_disk": 0, "protected": false, "id": "a5d1610e-6608-41f2-ab38-ba7e33a454f8", "file": "/v2/images/a5d1610e-6608-41f2-ab38-ba7e33a454f8/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e8c35a3eddcb484a9d13f31d10ef71de", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/a5d1610e-6608-41f2-ab38-ba7e33a454f8/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 08:31:26,390 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/a5d1610e-6608-41f2-ab38-ba7e33a454f8 used request id req-aff1384d-364e-498a-9867-b385952617b4 2018-10-26 08:31:26,390 - create_image - DEBUG - Instance status is - active 2018-10-26 08:31:26,390 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-image 2018-10-26 08:31:26,391 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-image 2018-10-26 08:31:26,391 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:31:26,392 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:31:26,771 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:31:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["cqiadv3sTlWVd8Y5RdyVYw"], "issued_at": "2018-10-26T08:31:26.000000Z"}} 2018-10-26 08:31:26,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f48a3a8ed701f364e7167b800b4fb0c9858f81b4" 2018-10-26 08:31:26,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:31:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-465aa940-2122-4f9d-b031-4268d8205971 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:31:26,849 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-465aa940-2122-4f9d-b031-4268d8205971 2018-10-26 08:31:26,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f48a3a8ed701f364e7167b800b4fb0c9858f81b4" 2018-10-26 08:31:27,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-342a5c3a-7abb-4585-90a0-5c74a1a0c488 Date: Fri, 26 Oct 2018 08:31:27 GMT RESP BODY: {"networks":[]} 2018-10-26 08:31:27,029 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-net used request id req-342a5c3a-7abb-4585-90a0-5c74a1a0c488 2018-10-26 08:31:27,029 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-net 2018-10-26 08:31:27,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f48a3a8ed701f364e7167b800b4fb0c9858f81b4" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-net", "admin_state_up": true}}' 2018-10-26 08:31:27,456 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-4767a360-fb67-4864-8312-9cdc7955f59e Date: Fri, 26 Oct 2018 08:31: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":"e55f47a4-edb2-4241-8af3-9d35a8e23ff0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":34,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T08:31:27Z","is_default":false,"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:31:27Z","mtu":1450}} 2018-10-26 08:31:27,457 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-4767a360-fb67-4864-8312-9cdc7955f59e 2018-10-26 08:31:27,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=e55f47a4-edb2-4241-8af3-9d35a8e23ff0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f48a3a8ed701f364e7167b800b4fb0c9858f81b4" 2018-10-26 08:31:27,725 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-27991d96-b92e-41af-9e1b-d32fb37ae567 Date: Fri, 26 Oct 2018 08:31:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e55f47a4-edb2-4241-8af3-9d35a8e23ff0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":34,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T08:31:27Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:31:27Z","provider:network_type":"vxlan"}]} 2018-10-26 08:31:27,726 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=e55f47a4-edb2-4241-8af3-9d35a8e23ff0 used request id req-27991d96-b92e-41af-9e1b-d32fb37ae567 2018-10-26 08:31:27,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e55f47a4-edb2-4241-8af3-9d35a8e23ff0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f48a3a8ed701f364e7167b800b4fb0c9858f81b4" 2018-10-26 08:31:27,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-61d3408c-338f-457a-835e-7883b17055ba Date: Fri, 26 Oct 2018 08:31:27 GMT RESP BODY: {"subnets":[]} 2018-10-26 08:31:27,965 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e55f47a4-edb2-4241-8af3-9d35a8e23ff0 used request id req-61d3408c-338f-457a-835e-7883b17055ba 2018-10-26 08:31:27,965 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-subnet 2018-10-26 08:31:27,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f48a3a8ed701f364e7167b800b4fb0c9858f81b4" -d '{"subnets": [{"ip_version": 4, "network_id": "e55f47a4-edb2-4241-8af3-9d35a8e23ff0", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-subnet"}]}' 2018-10-26 08:31:28,588 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e1a13def-d8aa-432d-aea2-654cfe81e5a5 Date: Fri, 26 Oct 2018 08:31:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e55f47a4-edb2-4241-8af3-9d35a8e23ff0","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:31:28Z","dns_nameservers":[],"updated_at":"2018-10-26T08:31:28Z","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":"e8c35a3eddcb484a9d13f31d10ef71de","id":"6520cca7-91cc-405d-906b-f411b93deb64","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-subnet"}]} 2018-10-26 08:31:28,588 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-e1a13def-d8aa-432d-aea2-654cfe81e5a5 2018-10-26 08:31:28,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=e55f47a4-edb2-4241-8af3-9d35a8e23ff0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f48a3a8ed701f364e7167b800b4fb0c9858f81b4" 2018-10-26 08:31:28,822 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-c68bb52b-2a71-4fe8-aaf5-2973fb4bcc88 Date: Fri, 26 Oct 2018 08:31:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e55f47a4-edb2-4241-8af3-9d35a8e23ff0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":34,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["6520cca7-91cc-405d-906b-f411b93deb64"],"description":"","tags":[],"updated_at":"2018-10-26T08:31:28Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:31:27Z","provider:network_type":"vxlan"}]} 2018-10-26 08:31:28,822 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=e55f47a4-edb2-4241-8af3-9d35a8e23ff0 used request id req-c68bb52b-2a71-4fe8-aaf5-2973fb4bcc88 2018-10-26 08:31:28,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e55f47a4-edb2-4241-8af3-9d35a8e23ff0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f48a3a8ed701f364e7167b800b4fb0c9858f81b4" 2018-10-26 08:31:29,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-4afd29ad-3113-4cb8-84e5-3c57b403e88e Date: Fri, 26 Oct 2018 08:31:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e55f47a4-edb2-4241-8af3-9d35a8e23ff0","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:31:28Z","dns_nameservers":[],"updated_at":"2018-10-26T08:31:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"6520cca7-91cc-405d-906b-f411b93deb64","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-subnet"}]} 2018-10-26 08:31:29,029 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e55f47a4-edb2-4241-8af3-9d35a8e23ff0 used request id req-4afd29ad-3113-4cb8-84e5-3c57b403e88e 2018-10-26 08:31:29,029 - OpenStackNetwork - DEBUG - Network [e55f47a4-edb2-4241-8af3-9d35a8e23ff0] created successfully 2018-10-26 08:31:29,030 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:31:29,030 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:31:29,428 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:31:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["-f5oOko8RcKf8-YV6FrYiQ"], "issued_at": "2018-10-26T08:31:29.000000Z"}} 2018-10-26 08:31:29,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661fc13731bcc3c55af9051382cf8e24155c9b18" 2018-10-26 08:31:29,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:31:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27415244-1a28-4165-a7cf-335f00f7d831 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:31:29,440 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-27415244-1a28-4165-a7cf-335f00f7d831 2018-10-26 08:31:29,442 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 08:31:29,446 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661fc13731bcc3c55af9051382cf8e24155c9b18" 2018-10-26 08:31:29,561 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08: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-5fae4a61-6758-4693-affb-61c171ea1441 x-compute-request-id: req-5fae4a61-6758-4693-affb-61c171ea1441 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-26 08:31:29,561 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-5fae4a61-6758-4693-affb-61c171ea1441 2018-10-26 08:31:29,565 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661fc13731bcc3c55af9051382cf8e24155c9b18" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-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-26 08:31:29,651 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08: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-943624c6-10ec-4820-be3b-87326e918105 x-compute-request-id: req-943624c6-10ec-4820-be3b-87326e918105 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/58a19b9f-25bc-4ec4-a1d2-d3f8d6d1c90e", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/58a19b9f-25bc-4ec4-a1d2-d3f8d6d1c90e", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "58a19b9f-25bc-4ec4-a1d2-d3f8d6d1c90e", "name": "NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 08:31:29,651 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-943624c6-10ec-4820-be3b-87326e918105 2018-10-26 08:31:29,652 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:31:29,653 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:31:30,055 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:31:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["69onQ3-VQMGkimI6bElwuQ"], "issued_at": "2018-10-26T08:31:30.000000Z"}} 2018-10-26 08:31:30,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc790bdaac28e94a7a6d798ea7d869dbd29f3e51" 2018-10-26 08:31:30,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:31:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6376b36d-e25f-403d-b43e-e1bdc16fe2c6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:31:30,141 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-6376b36d-e25f-403d-b43e-e1bdc16fe2c6 2018-10-26 08:31:30,147 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc790bdaac28e94a7a6d798ea7d869dbd29f3e51" 2018-10-26 08:31:30,355 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:31:30 GMT Server: Apache x-compute-request-id: req-76cf3a36-2751-4909-a749-fa5e47847cfe OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-76cf3a36-2751-4909-a749-fa5e47847cfe Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-26 08:31:30,355 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/detail used request id req-76cf3a36-2751-4909-a749-fa5e47847cfe 2018-10-26 08:31:30,359 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-76cf3a36-2751-4909-a749-fa5e47847cfe" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc790bdaac28e94a7a6d798ea7d869dbd29f3e51" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be", "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-26 08:31:31,422 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08:31:30 GMT Server: Apache x-compute-request-id: req-56261516-07e0-48e5-ba70-4d97a23c36ee OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-56261516-07e0-48e5-ba70-4d97a23c36ee Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/8a4cd18d-2b63-42d3-ba89-d6296a9f7efa", "rel": "self"}, {"href": "http://172.30.9.21:8776/e8c35a3eddcb484a9d13f31d10ef71de/volumes/8a4cd18d-2b63-42d3-ba89-d6296a9f7efa", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-26T08:31:31.253824", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "8a4cd18d-2b63-42d3-ba89-d6296a9f7efa", "size": 1}} 2018-10-26 08:31:31,423 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes used request id req-56261516-07e0-48e5-ba70-4d97a23c36ee 2018-10-26 08:31:31,426 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/8a4cd18d-2b63-42d3-ba89-d6296a9f7efa -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-76cf3a36-2751-4909-a749-fa5e47847cfe" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc790bdaac28e94a7a6d798ea7d869dbd29f3e51" 2018-10-26 08:31:31,632 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:31:31 GMT Server: Apache x-compute-request-id: req-8920d7f3-a27b-464f-9c82-7443dc4e7b84 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8920d7f3-a27b-464f-9c82-7443dc4e7b84 Content-Encoding: gzip Content-Length: 521 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/8a4cd18d-2b63-42d3-ba89-d6296a9f7efa", "rel": "self"}, {"href": "http://172.30.9.21:8776/e8c35a3eddcb484a9d13f31d10ef71de/volumes/8a4cd18d-2b63-42d3-ba89-d6296a9f7efa", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-26T08:31:31.000000", "replication_status": null, "snapshot_id": null, "id": "8a4cd18d-2b63-42d3-ba89-d6296a9f7efa", "size": 1, "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "os-vol-tenant-attr:tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "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-3274ba8f-091a-42f4-a8dd-4429eddef7be", "bootable": "false", "created_at": "2018-10-26T08:31:31.000000", "volume_type": null}} 2018-10-26 08:31:31,632 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/8a4cd18d-2b63-42d3-ba89-d6296a9f7efa used request id req-8920d7f3-a27b-464f-9c82-7443dc4e7b84 2018-10-26 08:31:31,633 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be 2018-10-26 08:31:31,636 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/8a4cd18d-2b63-42d3-ba89-d6296a9f7efa -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-76cf3a36-2751-4909-a749-fa5e47847cfe" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc790bdaac28e94a7a6d798ea7d869dbd29f3e51" 2018-10-26 08:31:31,848 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:31:31 GMT Server: Apache x-compute-request-id: req-acce4f34-4864-4e17-8731-134bbb428402 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-acce4f34-4864-4e17-8731-134bbb428402 Content-Encoding: gzip Content-Length: 517 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/8a4cd18d-2b63-42d3-ba89-d6296a9f7efa", "rel": "self"}, {"href": "http://172.30.9.21:8776/e8c35a3eddcb484a9d13f31d10ef71de/volumes/8a4cd18d-2b63-42d3-ba89-d6296a9f7efa", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-26T08:31:31.000000", "replication_status": null, "snapshot_id": null, "id": "8a4cd18d-2b63-42d3-ba89-d6296a9f7efa", "size": 1, "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "os-vol-tenant-attr:tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "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-3274ba8f-091a-42f4-a8dd-4429eddef7be", "bootable": "false", "created_at": "2018-10-26T08:31:31.000000", "volume_type": null}} 2018-10-26 08:31:31,848 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/8a4cd18d-2b63-42d3-ba89-d6296a9f7efa used request id req-acce4f34-4864-4e17-8731-134bbb428402 2018-10-26 08:31:31,848 - create_volume - DEBUG - Instance status is - available 2018-10-26 08:31:31,848 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be 2018-10-26 08:31:31,848 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be 2018-10-26 08:31:31,849 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:31:31,849 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:31:32,232 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:31:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["_FVzuH-gS-KUe84giqR51g"], "issued_at": "2018-10-26T08:31:32.000000Z"}} 2018-10-26 08:31:32,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adb3bf4aee37f7015b85bdc938b0c5f6133d19cf" 2018-10-26 08:31:32,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:31:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aae7afc1-69d5-4340-be5f-e4dea75d09de Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:31:32,322 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-aae7afc1-69d5-4340-be5f-e4dea75d09de 2018-10-26 08:31:32,323 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 08:31:32,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adb3bf4aee37f7015b85bdc938b0c5f6133d19cf" 2018-10-26 08:31:32,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:31:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d7769f3-57e9-49e3-968b-18e0b6ee2a1c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:31:32,338 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-2d7769f3-57e9-49e3-968b-18e0b6ee2a1c 2018-10-26 08:31:32,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adb3bf4aee37f7015b85bdc938b0c5f6133d19cf" 2018-10-26 08:31:32,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-ea2c1812-b007-453b-98dd-f31cb029da29 Date: Fri, 26 Oct 2018 08:31:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e55f47a4-edb2-4241-8af3-9d35a8e23ff0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":34,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["6520cca7-91cc-405d-906b-f411b93deb64"],"description":"","tags":[],"updated_at":"2018-10-26T08:31:28Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:31:27Z","provider:network_type":"vxlan"}]} 2018-10-26 08:31:32,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-net used request id req-ea2c1812-b007-453b-98dd-f31cb029da29 2018-10-26 08:31:32,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:31:32,582 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:31: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:31:32,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adb3bf4aee37f7015b85bdc938b0c5f6133d19cf" 2018-10-26 08:31:32,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:31:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a31dca51-2f7a-4e86-8ae7-0ea2ac25b38b 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:31:32,602 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-a31dca51-2f7a-4e86-8ae7-0ea2ac25b38b 2018-10-26 08:31:32,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e55f47a4-edb2-4241-8af3-9d35a8e23ff0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adb3bf4aee37f7015b85bdc938b0c5f6133d19cf" 2018-10-26 08:31:32,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-ed056cb1-897b-4fd7-a4ae-52d30c481e3b Date: Fri, 26 Oct 2018 08:31:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e55f47a4-edb2-4241-8af3-9d35a8e23ff0","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:31:28Z","dns_nameservers":[],"updated_at":"2018-10-26T08:31:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"6520cca7-91cc-405d-906b-f411b93deb64","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-subnet"}]} 2018-10-26 08:31:32,812 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e55f47a4-edb2-4241-8af3-9d35a8e23ff0 used request id req-ed056cb1-897b-4fd7-a4ae-52d30c481e3b 2018-10-26 08:31:32,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=e55f47a4-edb2-4241-8af3-9d35a8e23ff0&name=NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adb3bf4aee37f7015b85bdc938b0c5f6133d19cf" 2018-10-26 08:31:32,988 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-1cf676e6-7b79-4e1c-975e-4a7078009708 Date: Fri, 26 Oct 2018 08:31:32 GMT RESP BODY: {"ports":[]} 2018-10-26 08:31:32,988 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=e55f47a4-edb2-4241-8af3-9d35a8e23ff0&name=NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-port&admin_state_up=True used request id req-1cf676e6-7b79-4e1c-975e-4a7078009708 2018-10-26 08:31:32,991 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adb3bf4aee37f7015b85bdc938b0c5f6133d19cf" 2018-10-26 08:31:33,230 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:31: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-19aa5bf1-1c66-42f5-8bb1-bf7e885f8dee x-compute-request-id: req-19aa5bf1-1c66-42f5-8bb1-bf7e885f8dee Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-26 08:31:33,230 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-vm_inst used request id req-19aa5bf1-1c66-42f5-8bb1-bf7e885f8dee 2018-10-26 08:31:33,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adb3bf4aee37f7015b85bdc938b0c5f6133d19cf" 2018-10-26 08:31:33,483 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-acf65063-59b3-44b2-a6e3-75510e930ca1 Date: Fri, 26 Oct 2018 08:31:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e55f47a4-edb2-4241-8af3-9d35a8e23ff0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":34,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["6520cca7-91cc-405d-906b-f411b93deb64"],"description":"","tags":[],"updated_at":"2018-10-26T08:31:28Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:31:27Z","provider:network_type":"vxlan"}]} 2018-10-26 08:31:33,483 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-net used request id req-acf65063-59b3-44b2-a6e3-75510e930ca1 2018-10-26 08:31:33,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adb3bf4aee37f7015b85bdc938b0c5f6133d19cf" 2018-10-26 08:31:33,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:31:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a786c546-110d-44de-8b28-df905dddfea9 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:31:33,567 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-a786c546-110d-44de-8b28-df905dddfea9 2018-10-26 08:31:33,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e55f47a4-edb2-4241-8af3-9d35a8e23ff0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adb3bf4aee37f7015b85bdc938b0c5f6133d19cf" 2018-10-26 08:31:33,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-20a83e1e-7419-4aae-a649-07130334af0a Date: Fri, 26 Oct 2018 08:31:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e55f47a4-edb2-4241-8af3-9d35a8e23ff0","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:31:28Z","dns_nameservers":[],"updated_at":"2018-10-26T08:31:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"6520cca7-91cc-405d-906b-f411b93deb64","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-subnet"}]} 2018-10-26 08:31:33,761 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e55f47a4-edb2-4241-8af3-9d35a8e23ff0 used request id req-20a83e1e-7419-4aae-a649-07130334af0a 2018-10-26 08:31:33,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=e55f47a4-edb2-4241-8af3-9d35a8e23ff0&name=NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adb3bf4aee37f7015b85bdc938b0c5f6133d19cf" 2018-10-26 08:31:33,954 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-12d20468-acc2-4b35-af76-46b438d282e5 Date: Fri, 26 Oct 2018 08:31:33 GMT RESP BODY: {"ports":[]} 2018-10-26 08:31:33,954 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=e55f47a4-edb2-4241-8af3-9d35a8e23ff0&name=NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-port&admin_state_up=True used request id req-12d20468-acc2-4b35-af76-46b438d282e5 2018-10-26 08:31:33,954 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:31:33,955 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:31:34,336 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:31:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["QLemNAaRTdGD6LrspMQR6Q"], "issued_at": "2018-10-26T08:31:34.000000Z"}} 2018-10-26 08:31:34,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}250b2501df6b76ba24ee3739c447cac3410c2368" 2018-10-26 08:31:34,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:31:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb6fa600-d3a0-45c4-8b50-18a88b248aed Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:31:34,433 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-cb6fa600-d3a0-45c4-8b50-18a88b248aed 2018-10-26 08:31:34,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adb3bf4aee37f7015b85bdc938b0c5f6133d19cf" 2018-10-26 08:31:34,521 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-90ae7027-72c1-4f14-b6da-c973c4537af8 Date: Fri, 26 Oct 2018 08:31:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e55f47a4-edb2-4241-8af3-9d35a8e23ff0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":34,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["6520cca7-91cc-405d-906b-f411b93deb64"],"description":"","tags":[],"updated_at":"2018-10-26T08:31:28Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:31:27Z","provider:network_type":"vxlan"}]} 2018-10-26 08:31:34,522 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-net used request id req-90ae7027-72c1-4f14-b6da-c973c4537af8 2018-10-26 08:31:34,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e55f47a4-edb2-4241-8af3-9d35a8e23ff0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adb3bf4aee37f7015b85bdc938b0c5f6133d19cf" 2018-10-26 08:31:34,739 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-7a4c37ac-9610-4710-8bb7-e1bab6549d0e Date: Fri, 26 Oct 2018 08:31:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e55f47a4-edb2-4241-8af3-9d35a8e23ff0","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:31:28Z","dns_nameservers":[],"updated_at":"2018-10-26T08:31:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"6520cca7-91cc-405d-906b-f411b93deb64","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-subnet"}]} 2018-10-26 08:31:34,740 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e55f47a4-edb2-4241-8af3-9d35a8e23ff0 used request id req-7a4c37ac-9610-4710-8bb7-e1bab6549d0e 2018-10-26 08:31:34,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adb3bf4aee37f7015b85bdc938b0c5f6133d19cf" 2018-10-26 08:31:35,106 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-9186e817-4d6c-4ee2-8304-36e4c14fa991 Date: Fri, 26 Oct 2018 08:31:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e55f47a4-edb2-4241-8af3-9d35a8e23ff0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":34,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["6520cca7-91cc-405d-906b-f411b93deb64"],"description":"","tags":[],"updated_at":"2018-10-26T08:31:28Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:31:27Z","provider:network_type":"vxlan"}]} 2018-10-26 08:31:35,106 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-net used request id req-9186e817-4d6c-4ee2-8304-36e4c14fa991 2018-10-26 08:31:35,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:31:35,115 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:31: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:31:35,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}250b2501df6b76ba24ee3739c447cac3410c2368" 2018-10-26 08:31:35,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:31:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-374b80a6-1718-448a-99bf-b62653a83d85 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:31:35,203 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-374b80a6-1718-448a-99bf-b62653a83d85 2018-10-26 08:31:35,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e55f47a4-edb2-4241-8af3-9d35a8e23ff0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adb3bf4aee37f7015b85bdc938b0c5f6133d19cf" 2018-10-26 08:31:35,256 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-b8319552-fd3b-42c5-b676-901526010761 Date: Fri, 26 Oct 2018 08:31:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e55f47a4-edb2-4241-8af3-9d35a8e23ff0","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:31:28Z","dns_nameservers":[],"updated_at":"2018-10-26T08:31:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"6520cca7-91cc-405d-906b-f411b93deb64","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-subnet"}]} 2018-10-26 08:31:35,256 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e55f47a4-edb2-4241-8af3-9d35a8e23ff0 used request id req-b8319552-fd3b-42c5-b676-901526010761 2018-10-26 08:31:35,257 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-net 2018-10-26 08:31:35,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adb3bf4aee37f7015b85bdc938b0c5f6133d19cf" -d '{"port": {"network_id": "e55f47a4-edb2-4241-8af3-9d35a8e23ff0", "name": "NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-port", "admin_state_up": true}}' 2018-10-26 08:31:36,259 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 879 X-Openstack-Request-Id: req-905aff57-bbe5-406b-951b-fc2bc9e588af Date: Fri, 26 Oct 2018 08:31:36 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:31:35Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6520cca7-91cc-405d-906b-f411b93deb64","ip_address":"10.55.0.6"}],"id":"b8bf6404-d390-4b91-98df-5597774c064c","security_groups":["20832275-63ca-4f81-93a7-4da74d8fc132"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:4b:6f:ef","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-port","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","qos_policy_id":null,"admin_state_up":true,"network_id":"e55f47a4-edb2-4241-8af3-9d35a8e23ff0","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:31:35Z","binding:vnic_type":"normal"}} 2018-10-26 08:31:36,259 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-905aff57-bbe5-406b-951b-fc2bc9e588af 2018-10-26 08:31:36,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adb3bf4aee37f7015b85bdc938b0c5f6133d19cf" 2018-10-26 08:31:36,355 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-22351a71-1def-4145-9245-6521110536bc Date: Fri, 26 Oct 2018 08:31:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e55f47a4-edb2-4241-8af3-9d35a8e23ff0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":34,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["6520cca7-91cc-405d-906b-f411b93deb64"],"description":"","tags":[],"updated_at":"2018-10-26T08:31:28Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:31:27Z","provider:network_type":"vxlan"}]} 2018-10-26 08:31:36,355 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-net used request id req-22351a71-1def-4145-9245-6521110536bc 2018-10-26 08:31:36,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adb3bf4aee37f7015b85bdc938b0c5f6133d19cf" 2018-10-26 08:31:36,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:31:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51c32e1c-2c78-4629-86e2-1b0e5474411e 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:31:36,453 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-51c32e1c-2c78-4629-86e2-1b0e5474411e 2018-10-26 08:31:36,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e55f47a4-edb2-4241-8af3-9d35a8e23ff0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adb3bf4aee37f7015b85bdc938b0c5f6133d19cf" 2018-10-26 08:31:36,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-0dd2bda2-14bf-4fb4-86b0-d758eb5b7a7d Date: Fri, 26 Oct 2018 08:31:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e55f47a4-edb2-4241-8af3-9d35a8e23ff0","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:31:28Z","dns_nameservers":[],"updated_at":"2018-10-26T08:31:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"6520cca7-91cc-405d-906b-f411b93deb64","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-subnet"}]} 2018-10-26 08:31:36,695 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e55f47a4-edb2-4241-8af3-9d35a8e23ff0 used request id req-0dd2bda2-14bf-4fb4-86b0-d758eb5b7a7d 2018-10-26 08:31:36,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=e55f47a4-edb2-4241-8af3-9d35a8e23ff0&name=NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adb3bf4aee37f7015b85bdc938b0c5f6133d19cf" 2018-10-26 08:31:36,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 882 X-Openstack-Request-Id: req-71afc50f-d129-413e-907e-bbcc16adcdd8 Date: Fri, 26 Oct 2018 08:31:36 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:31:35Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6520cca7-91cc-405d-906b-f411b93deb64","ip_address":"10.55.0.6"}],"id":"b8bf6404-d390-4b91-98df-5597774c064c","security_groups":["20832275-63ca-4f81-93a7-4da74d8fc132"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:4b:6f:ef","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-port","admin_state_up":true,"network_id":"e55f47a4-edb2-4241-8af3-9d35a8e23ff0","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:31:35Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-26 08:31:36,743 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=e55f47a4-edb2-4241-8af3-9d35a8e23ff0&name=NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-port&admin_state_up=True used request id req-71afc50f-d129-413e-907e-bbcc16adcdd8 2018-10-26 08:31:36,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adb3bf4aee37f7015b85bdc938b0c5f6133d19cf" 2018-10-26 08:31:36,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:31:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12a66b7b-2892-4fc2-a58e-582204325322 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:31:36,828 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-12a66b7b-2892-4fc2-a58e-582204325322 2018-10-26 08:31:36,829 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-vm_inst 2018-10-26 08:31:36,832 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adb3bf4aee37f7015b85bdc938b0c5f6133d19cf" 2018-10-26 08:31:36,861 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:31:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5858242a-5fc0-4dd9-9fc7-e7184eb60a82 x-compute-request-id: req-5858242a-5fc0-4dd9-9fc7-e7184eb60a82 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "58a19b9f-25bc-4ec4-a1d2-d3f8d6d1c90e", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/58a19b9f-25bc-4ec4-a1d2-d3f8d6d1c90e", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/58a19b9f-25bc-4ec4-a1d2-d3f8d6d1c90e", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-flavor"}]} 2018-10-26 08:31:36,861 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-5858242a-5fc0-4dd9-9fc7-e7184eb60a82 2018-10-26 08:31:36,864 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/58a19b9f-25bc-4ec4-a1d2-d3f8d6d1c90e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adb3bf4aee37f7015b85bdc938b0c5f6133d19cf" 2018-10-26 08:31:36,882 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:31:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0e80fc86-edf5-49df-b337-d1e6eb6dde15 x-compute-request-id: req-0e80fc86-edf5-49df-b337-d1e6eb6dde15 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/58a19b9f-25bc-4ec4-a1d2-d3f8d6d1c90e", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/58a19b9f-25bc-4ec4-a1d2-d3f8d6d1c90e", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "58a19b9f-25bc-4ec4-a1d2-d3f8d6d1c90e", "name": "NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 08:31:36,882 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/58a19b9f-25bc-4ec4-a1d2-d3f8d6d1c90e used request id req-0e80fc86-edf5-49df-b337-d1e6eb6dde15 2018-10-26 08:31:36,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}adb3bf4aee37f7015b85bdc938b0c5f6133d19cf" 2018-10-26 08:31:37,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-1acd86db-c85e-47c8-9e80-afd1231e6692 Date: Fri, 26 Oct 2018 08:31:37 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T08:31:24Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T08:31:25Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/a5d1610e-6608-41f2-ab38-ba7e33a454f8/snap", "metadata": {}}], "self": "/v2/images/a5d1610e-6608-41f2-ab38-ba7e33a454f8", "min_disk": 0, "protected": false, "id": "a5d1610e-6608-41f2-ab38-ba7e33a454f8", "file": "/v2/images/a5d1610e-6608-41f2-ab38-ba7e33a454f8/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e8c35a3eddcb484a9d13f31d10ef71de", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/a5d1610e-6608-41f2-ab38-ba7e33a454f8/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-image"} 2018-10-26 08:31:37,531 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-image used request id req-1acd86db-c85e-47c8-9e80-afd1231e6692 2018-10-26 08:31:37,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}adb3bf4aee37f7015b85bdc938b0c5f6133d19cf" 2018-10-26 08:31:37,699 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9dc2d517-7bbc-49b7-9c1c-2aa2262273ca Date: Fri, 26 Oct 2018 08: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-26 08:31:37,699 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-9dc2d517-7bbc-49b7-9c1c-2aa2262273ca 2018-10-26 08:31:37,705 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adb3bf4aee37f7015b85bdc938b0c5f6133d19cf" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-vm_inst", "imageRef": "a5d1610e-6608-41f2-ab38-ba7e33a454f8", "flavorRef": "58a19b9f-25bc-4ec4-a1d2-d3f8d6d1c90e", "max_count": 1, "min_count": 1, "networks": [{"port": "b8bf6404-d390-4b91-98df-5597774c064c"}]}}' 2018-10-26 08:31:40,024 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08:31:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-80aa13a4-328f-4a1c-8f0a-8e9d94f9e172 x-compute-request-id: req-80aa13a4-328f-4a1c-8f0a-8e9d94f9e172 Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/4fd546c1-b9e1-495d-a6f6-e213f4b97e6c Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "4fd546c1-b9e1-495d-a6f6-e213f4b97e6c", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4fd546c1-b9e1-495d-a6f6-e213f4b97e6c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4fd546c1-b9e1-495d-a6f6-e213f4b97e6c", "rel": "bookmark"}], "adminPass": "6Y5rHA4pSY8i"}} 2018-10-26 08:31:40,024 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-80aa13a4-328f-4a1c-8f0a-8e9d94f9e172 2018-10-26 08:31:40,027 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4fd546c1-b9e1-495d-a6f6-e213f4b97e6c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adb3bf4aee37f7015b85bdc938b0c5f6133d19cf" 2018-10-26 08:31:40,234 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:31:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7bb2349a-7baf-4c75-8b36-e045a6fb02d0 x-compute-request-id: req-7bb2349a-7baf-4c75-8b36-e045a6fb02d0 Content-Encoding: gzip Content-Length: 652 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4fd546c1-b9e1-495d-a6f6-e213f4b97e6c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4fd546c1-b9e1-495d-a6f6-e213f4b97e6c", "rel": "bookmark"}], "image": {"id": "a5d1610e-6608-41f2-ab38-ba7e33a454f8", "links": [{"href": "http://172.30.9.21:8774/images/a5d1610e-6608-41f2-ab38-ba7e33a454f8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58a19b9f-25bc-4ec4-a1d2-d3f8d6d1c90e", "links": [{"href": "http://172.30.9.21:8774/flavors/58a19b9f-25bc-4ec4-a1d2-d3f8d6d1c90e", "rel": "bookmark"}]}, "id": "4fd546c1-b9e1-495d-a6f6-e213f4b97e6c", "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "OS-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-26T08:31:40Z", "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-3274ba8f-091a-42f4-a8dd-4429eddef7be-vm_inst", "created": "2018-10-26T08:31:39Z", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 08:31:40,234 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4fd546c1-b9e1-495d-a6f6-e213f4b97e6c used request id req-7bb2349a-7baf-4c75-8b36-e045a6fb02d0 2018-10-26 08:31:40,235 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-vm_inst 2018-10-26 08:31:40,237 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4fd546c1-b9e1-495d-a6f6-e213f4b97e6c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adb3bf4aee37f7015b85bdc938b0c5f6133d19cf" 2018-10-26 08:31:40,657 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:31:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-67812eb2-6593-47df-a758-be3ceae2922d x-compute-request-id: req-67812eb2-6593-47df-a758-be3ceae2922d Content-Encoding: gzip Content-Length: 652 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4fd546c1-b9e1-495d-a6f6-e213f4b97e6c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4fd546c1-b9e1-495d-a6f6-e213f4b97e6c", "rel": "bookmark"}], "image": {"id": "a5d1610e-6608-41f2-ab38-ba7e33a454f8", "links": [{"href": "http://172.30.9.21:8774/images/a5d1610e-6608-41f2-ab38-ba7e33a454f8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58a19b9f-25bc-4ec4-a1d2-d3f8d6d1c90e", "links": [{"href": "http://172.30.9.21:8774/flavors/58a19b9f-25bc-4ec4-a1d2-d3f8d6d1c90e", "rel": "bookmark"}]}, "id": "4fd546c1-b9e1-495d-a6f6-e213f4b97e6c", "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "OS-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-26T08:31:40Z", "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-3274ba8f-091a-42f4-a8dd-4429eddef7be-vm_inst", "created": "2018-10-26T08:31:39Z", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 08:31:40,658 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4fd546c1-b9e1-495d-a6f6-e213f4b97e6c used request id req-67812eb2-6593-47df-a758-be3ceae2922d 2018-10-26 08:31:40,658 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-vm_inst] is - BUILD 2018-10-26 08:31:40,658 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 08:31:43,661 - create_instance - DEBUG - VM status query timeout in 896.573442936 2018-10-26 08:31:43,664 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4fd546c1-b9e1-495d-a6f6-e213f4b97e6c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adb3bf4aee37f7015b85bdc938b0c5f6133d19cf" 2018-10-26 08:31:44,271 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:31: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-e2bc7d74-c6d5-4cc0-b5a9-361c4f695d2d x-compute-request-id: req-e2bc7d74-c6d5-4cc0-b5a9-361c4f695d2d Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4b:6f:ef", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4fd546c1-b9e1-495d-a6f6-e213f4b97e6c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4fd546c1-b9e1-495d-a6f6-e213f4b97e6c", "rel": "bookmark"}], "image": {"id": "a5d1610e-6608-41f2-ab38-ba7e33a454f8", "links": [{"href": "http://172.30.9.21:8774/images/a5d1610e-6608-41f2-ab38-ba7e33a454f8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "58a19b9f-25bc-4ec4-a1d2-d3f8d6d1c90e", "links": [{"href": "http://172.30.9.21:8774/flavors/58a19b9f-25bc-4ec4-a1d2-d3f8d6d1c90e", "rel": "bookmark"}]}, "id": "4fd546c1-b9e1-495d-a6f6-e213f4b97e6c", "security_groups": [{"name": "default"}], "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "OS-DCF: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-26T08:31:41Z", "hostId": "bc40b3da9a64c9c7b97fa1e0af6588872ae0a905a40f72f0eb82275b", "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-3274ba8f-091a-42f4-a8dd-4429eddef7be-vm_inst", "created": "2018-10-26T08:31:39Z", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 08:31:44,271 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4fd546c1-b9e1-495d-a6f6-e213f4b97e6c used request id req-e2bc7d74-c6d5-4cc0-b5a9-361c4f695d2d 2018-10-26 08:31:44,272 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-vm_inst] is - BUILD 2018-10-26 08:31:44,272 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 08:31:47,272 - create_instance - DEBUG - VM status query timeout in 892.962804794 2018-10-26 08:31:47,275 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4fd546c1-b9e1-495d-a6f6-e213f4b97e6c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adb3bf4aee37f7015b85bdc938b0c5f6133d19cf" 2018-10-26 08:31:47,875 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08: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-4eab9ad9-ac98-4636-9a47-a71eff61f5a9 x-compute-request-id: req-4eab9ad9-ac98-4636-9a47-a71eff61f5a9 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4b:6f:ef", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4fd546c1-b9e1-495d-a6f6-e213f4b97e6c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4fd546c1-b9e1-495d-a6f6-e213f4b97e6c", "rel": "bookmark"}], "image": {"id": "a5d1610e-6608-41f2-ab38-ba7e33a454f8", "links": [{"href": "http://172.30.9.21:8774/images/a5d1610e-6608-41f2-ab38-ba7e33a454f8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2018-10-26T08:31:46.000000", "flavor": {"id": "58a19b9f-25bc-4ec4-a1d2-d3f8d6d1c90e", "links": [{"href": "http://172.30.9.21:8774/flavors/58a19b9f-25bc-4ec4-a1d2-d3f8d6d1c90e", "rel": "bookmark"}]}, "id": "4fd546c1-b9e1-495d-a6f6-e213f4b97e6c", "security_groups": [{"name": "default"}], "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T08:31:46Z", "hostId": "bc40b3da9a64c9c7b97fa1e0af6588872ae0a905a40f72f0eb82275b", "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-3274ba8f-091a-42f4-a8dd-4429eddef7be-vm_inst", "created": "2018-10-26T08:31:39Z", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 08:31:47,876 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4fd546c1-b9e1-495d-a6f6-e213f4b97e6c used request id req-4eab9ad9-ac98-4636-9a47-a71eff61f5a9 2018-10-26 08:31:47,876 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-vm_inst] is - ACTIVE 2018-10-26 08:31:47,876 - create_instance - INFO - VM is - ACTIVE 2018-10-26 08:31:47,879 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4fd546c1-b9e1-495d-a6f6-e213f4b97e6c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adb3bf4aee37f7015b85bdc938b0c5f6133d19cf" 2018-10-26 08:31:48,309 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08: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-7d96071d-5442-445d-b924-942b6d3b4c12 x-compute-request-id: req-7d96071d-5442-445d-b924-942b6d3b4c12 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4b:6f:ef", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4fd546c1-b9e1-495d-a6f6-e213f4b97e6c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4fd546c1-b9e1-495d-a6f6-e213f4b97e6c", "rel": "bookmark"}], "image": {"id": "a5d1610e-6608-41f2-ab38-ba7e33a454f8", "links": [{"href": "http://172.30.9.21:8774/images/a5d1610e-6608-41f2-ab38-ba7e33a454f8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2018-10-26T08:31:46.000000", "flavor": {"id": "58a19b9f-25bc-4ec4-a1d2-d3f8d6d1c90e", "links": [{"href": "http://172.30.9.21:8774/flavors/58a19b9f-25bc-4ec4-a1d2-d3f8d6d1c90e", "rel": "bookmark"}]}, "id": "4fd546c1-b9e1-495d-a6f6-e213f4b97e6c", "security_groups": [{"name": "default"}], "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T08:31:46Z", "hostId": "bc40b3da9a64c9c7b97fa1e0af6588872ae0a905a40f72f0eb82275b", "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-3274ba8f-091a-42f4-a8dd-4429eddef7be-vm_inst", "created": "2018-10-26T08:31:39Z", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 08:31:48,309 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4fd546c1-b9e1-495d-a6f6-e213f4b97e6c used request id req-7d96071d-5442-445d-b924-942b6d3b4c12 2018-10-26 08:31:48,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adb3bf4aee37f7015b85bdc938b0c5f6133d19cf" 2018-10-26 08:31:48,405 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-579486a6-b5ad-48d0-8744-627253f9d4d4 Date: Fri, 26 Oct 2018 08:31:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e55f47a4-edb2-4241-8af3-9d35a8e23ff0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":34,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["6520cca7-91cc-405d-906b-f411b93deb64"],"description":"","tags":[],"updated_at":"2018-10-26T08:31:28Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:31:27Z","provider:network_type":"vxlan"}]} 2018-10-26 08:31:48,405 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-net used request id req-579486a6-b5ad-48d0-8744-627253f9d4d4 2018-10-26 08:31:48,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adb3bf4aee37f7015b85bdc938b0c5f6133d19cf" 2018-10-26 08:31:48,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:31:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17bf14bd-5be2-47a2-9360-d252553eb3f3 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:31:48,495 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-17bf14bd-5be2-47a2-9360-d252553eb3f3 2018-10-26 08:31:48,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e55f47a4-edb2-4241-8af3-9d35a8e23ff0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adb3bf4aee37f7015b85bdc938b0c5f6133d19cf" 2018-10-26 08:31:48,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-77af2756-f23b-4750-a4fc-3a9947f94220 Date: Fri, 26 Oct 2018 08:31:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e55f47a4-edb2-4241-8af3-9d35a8e23ff0","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:31:28Z","dns_nameservers":[],"updated_at":"2018-10-26T08:31:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"6520cca7-91cc-405d-906b-f411b93deb64","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-subnet"}]} 2018-10-26 08:31:48,546 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e55f47a4-edb2-4241-8af3-9d35a8e23ff0 used request id req-77af2756-f23b-4750-a4fc-3a9947f94220 2018-10-26 08:31:48,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=e55f47a4-edb2-4241-8af3-9d35a8e23ff0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adb3bf4aee37f7015b85bdc938b0c5f6133d19cf" 2018-10-26 08:31:48,601 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-2f43e6a8-fab5-4946-9f54-469e06f021d4 Date: Fri, 26 Oct 2018 08:31:48 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:31:32Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6520cca7-91cc-405d-906b-f411b93deb64","ip_address":"10.55.0.4"}],"id":"4b4ed822-ee97-4cb2-94b3-d8aca2b45d6f","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:06:ec","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e55f47a4-edb2-4241-8af3-9d35a8e23ff0","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:31:30Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-e55f47a4-edb2-4241-8af3-9d35a8e23ff0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:31:46Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6520cca7-91cc-405d-906b-f411b93deb64","ip_address":"10.55.0.6"}],"id":"b8bf6404-d390-4b91-98df-5597774c064c","security_groups":["20832275-63ca-4f81-93a7-4da74d8fc132"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4b:6f:ef","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-port","admin_state_up":true,"network_id":"e55f47a4-edb2-4241-8af3-9d35a8e23ff0","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:31:35Z","binding:vnic_type":"normal","device_id":"4fd546c1-b9e1-495d-a6f6-e213f4b97e6c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:31:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6520cca7-91cc-405d-906b-f411b93deb64","ip_address":"10.55.0.3"}],"id":"bbaacbb2-3fa4-4da6-b4c9-eab1bfa841d2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c6:9a:f6","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e55f47a4-edb2-4241-8af3-9d35a8e23ff0","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:31:29Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-e55f47a4-edb2-4241-8af3-9d35a8e23ff0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:31:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6520cca7-91cc-405d-906b-f411b93deb64","ip_address":"10.55.0.2"}],"id":"d0dfa465-1fc0-4409-bea1-76d5548e468a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:65:d4:75","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e55f47a4-edb2-4241-8af3-9d35a8e23ff0","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:31:28Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-e55f47a4-edb2-4241-8af3-9d35a8e23ff0"}]} 2018-10-26 08:31:48,601 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=e55f47a4-edb2-4241-8af3-9d35a8e23ff0 used request id req-2f43e6a8-fab5-4946-9f54-469e06f021d4 2018-10-26 08:31:48,602 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:31:48,990 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:31:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["YLpj55gfTFitO7tKGCSJog"], "issued_at": "2018-10-26T08:31:48.000000Z"}} 2018-10-26 08:31:48,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf058ea5d4efbd415240fe28c3335e37fa96c8fc" 2018-10-26 08:31:49,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:31:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8cf147ca-af6e-4cf7-b381-fda1242dd5a0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:31:49,070 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8cf147ca-af6e-4cf7-b381-fda1242dd5a0 2018-10-26 08:31:49,074 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4fd546c1-b9e1-495d-a6f6-e213f4b97e6c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adb3bf4aee37f7015b85bdc938b0c5f6133d19cf" 2018-10-26 08:31:49,531 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:31:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d9124f35-25e3-4035-abcf-05790e8092c7 x-compute-request-id: req-d9124f35-25e3-4035-abcf-05790e8092c7 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4b:6f:ef", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4fd546c1-b9e1-495d-a6f6-e213f4b97e6c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4fd546c1-b9e1-495d-a6f6-e213f4b97e6c", "rel": "bookmark"}], "image": {"id": "a5d1610e-6608-41f2-ab38-ba7e33a454f8", "links": [{"href": "http://172.30.9.21:8774/images/a5d1610e-6608-41f2-ab38-ba7e33a454f8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2018-10-26T08:31:46.000000", "flavor": {"id": "58a19b9f-25bc-4ec4-a1d2-d3f8d6d1c90e", "links": [{"href": "http://172.30.9.21:8774/flavors/58a19b9f-25bc-4ec4-a1d2-d3f8d6d1c90e", "rel": "bookmark"}]}, "id": "4fd546c1-b9e1-495d-a6f6-e213f4b97e6c", "security_groups": [{"name": "default"}], "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T08:31:46Z", "hostId": "bc40b3da9a64c9c7b97fa1e0af6588872ae0a905a40f72f0eb82275b", "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-3274ba8f-091a-42f4-a8dd-4429eddef7be-vm_inst", "created": "2018-10-26T08:31:39Z", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 08:31:49,532 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4fd546c1-b9e1-495d-a6f6-e213f4b97e6c used request id req-d9124f35-25e3-4035-abcf-05790e8092c7 2018-10-26 08:31:49,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adb3bf4aee37f7015b85bdc938b0c5f6133d19cf" 2018-10-26 08:31:49,734 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-551f1f80-500f-43e6-93ed-4ae8e3098a16 Date: Fri, 26 Oct 2018 08:31:49 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e55f47a4-edb2-4241-8af3-9d35a8e23ff0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":34,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["6520cca7-91cc-405d-906b-f411b93deb64"],"description":"","tags":[],"updated_at":"2018-10-26T08:31:28Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:31:27Z","provider:network_type":"vxlan"}]} 2018-10-26 08:31:49,734 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-net used request id req-551f1f80-500f-43e6-93ed-4ae8e3098a16 2018-10-26 08:31:49,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adb3bf4aee37f7015b85bdc938b0c5f6133d19cf" 2018-10-26 08:31:49,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:31:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1216372b-5b03-4e3f-a20e-cc6bbe368c5e 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:31:49,826 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-1216372b-5b03-4e3f-a20e-cc6bbe368c5e 2018-10-26 08:31:49,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e55f47a4-edb2-4241-8af3-9d35a8e23ff0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adb3bf4aee37f7015b85bdc938b0c5f6133d19cf" 2018-10-26 08:31:50,024 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-3c1ba23a-5fc0-4d9a-ac6f-e15451cd2854 Date: Fri, 26 Oct 2018 08:31:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e55f47a4-edb2-4241-8af3-9d35a8e23ff0","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:31:28Z","dns_nameservers":[],"updated_at":"2018-10-26T08:31:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"6520cca7-91cc-405d-906b-f411b93deb64","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-subnet"}]} 2018-10-26 08:31:50,025 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e55f47a4-edb2-4241-8af3-9d35a8e23ff0 used request id req-3c1ba23a-5fc0-4d9a-ac6f-e15451cd2854 2018-10-26 08:31:50,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=e55f47a4-edb2-4241-8af3-9d35a8e23ff0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adb3bf4aee37f7015b85bdc938b0c5f6133d19cf" 2018-10-26 08:31:50,075 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-bdd867f4-e289-4830-aaf1-d9b7637ed958 Date: Fri, 26 Oct 2018 08:31:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:31:32Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6520cca7-91cc-405d-906b-f411b93deb64","ip_address":"10.55.0.4"}],"id":"4b4ed822-ee97-4cb2-94b3-d8aca2b45d6f","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:06:ec","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e55f47a4-edb2-4241-8af3-9d35a8e23ff0","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:31:30Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-e55f47a4-edb2-4241-8af3-9d35a8e23ff0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:31:46Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6520cca7-91cc-405d-906b-f411b93deb64","ip_address":"10.55.0.6"}],"id":"b8bf6404-d390-4b91-98df-5597774c064c","security_groups":["20832275-63ca-4f81-93a7-4da74d8fc132"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4b:6f:ef","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-port","admin_state_up":true,"network_id":"e55f47a4-edb2-4241-8af3-9d35a8e23ff0","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:31:35Z","binding:vnic_type":"normal","device_id":"4fd546c1-b9e1-495d-a6f6-e213f4b97e6c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:31:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6520cca7-91cc-405d-906b-f411b93deb64","ip_address":"10.55.0.3"}],"id":"bbaacbb2-3fa4-4da6-b4c9-eab1bfa841d2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c6:9a:f6","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e55f47a4-edb2-4241-8af3-9d35a8e23ff0","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:31:29Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-e55f47a4-edb2-4241-8af3-9d35a8e23ff0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:31:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6520cca7-91cc-405d-906b-f411b93deb64","ip_address":"10.55.0.2"}],"id":"d0dfa465-1fc0-4409-bea1-76d5548e468a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:65:d4:75","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e55f47a4-edb2-4241-8af3-9d35a8e23ff0","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:31:28Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-e55f47a4-edb2-4241-8af3-9d35a8e23ff0"}]} 2018-10-26 08:31:50,075 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=e55f47a4-edb2-4241-8af3-9d35a8e23ff0 used request id req-bdd867f4-e289-4830-aaf1-d9b7637ed958 2018-10-26 08:31:50,079 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/4fd546c1-b9e1-495d-a6f6-e213f4b97e6c/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf058ea5d4efbd415240fe28c3335e37fa96c8fc" -d '{"volumeAttachment": {"volumeId": "8a4cd18d-2b63-42d3-ba89-d6296a9f7efa"}}' 2018-10-26 08:31:52,144 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:31:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-10cb5963-30d7-410e-9ab2-aa102eeb40b3 x-compute-request-id: req-10cb5963-30d7-410e-9ab2-aa102eeb40b3 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "4fd546c1-b9e1-495d-a6f6-e213f4b97e6c", "id": "8a4cd18d-2b63-42d3-ba89-d6296a9f7efa", "volumeId": "8a4cd18d-2b63-42d3-ba89-d6296a9f7efa"}} 2018-10-26 08:31:52,145 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/4fd546c1-b9e1-495d-a6f6-e213f4b97e6c/os-volume_attachments used request id req-10cb5963-30d7-410e-9ab2-aa102eeb40b3 2018-10-26 08:31:52,148 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4fd546c1-b9e1-495d-a6f6-e213f4b97e6c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf058ea5d4efbd415240fe28c3335e37fa96c8fc" 2018-10-26 08:31:53,080 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08: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-2ad7e698-3497-4cd7-a336-41913314e7ec x-compute-request-id: req-2ad7e698-3497-4cd7-a336-41913314e7ec Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4b:6f:ef", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4fd546c1-b9e1-495d-a6f6-e213f4b97e6c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4fd546c1-b9e1-495d-a6f6-e213f4b97e6c", "rel": "bookmark"}], "image": {"id": "a5d1610e-6608-41f2-ab38-ba7e33a454f8", "links": [{"href": "http://172.30.9.21:8774/images/a5d1610e-6608-41f2-ab38-ba7e33a454f8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2018-10-26T08:31:46.000000", "flavor": {"id": "58a19b9f-25bc-4ec4-a1d2-d3f8d6d1c90e", "links": [{"href": "http://172.30.9.21:8774/flavors/58a19b9f-25bc-4ec4-a1d2-d3f8d6d1c90e", "rel": "bookmark"}]}, "id": "4fd546c1-b9e1-495d-a6f6-e213f4b97e6c", "security_groups": [{"name": "default"}], "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T08:31:46Z", "hostId": "bc40b3da9a64c9c7b97fa1e0af6588872ae0a905a40f72f0eb82275b", "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-3274ba8f-091a-42f4-a8dd-4429eddef7be-vm_inst", "created": "2018-10-26T08:31:39Z", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "os-extended-volumes:volumes_attached": [{"id": "8a4cd18d-2b63-42d3-ba89-d6296a9f7efa"}], "metadata": {}}} 2018-10-26 08:31:53,080 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4fd546c1-b9e1-495d-a6f6-e213f4b97e6c used request id req-2ad7e698-3497-4cd7-a336-41913314e7ec 2018-10-26 08:31:53,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf058ea5d4efbd415240fe28c3335e37fa96c8fc" 2018-10-26 08:31:53,325 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-58bf09b8-21df-4035-ae87-5aa8be9a921b Date: Fri, 26 Oct 2018 08:31:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e55f47a4-edb2-4241-8af3-9d35a8e23ff0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":34,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["6520cca7-91cc-405d-906b-f411b93deb64"],"description":"","tags":[],"updated_at":"2018-10-26T08:31:28Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:31:27Z","provider:network_type":"vxlan"}]} 2018-10-26 08:31:53,325 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-net used request id req-58bf09b8-21df-4035-ae87-5aa8be9a921b 2018-10-26 08:31:53,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:31:53,334 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:31: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:31:53,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf058ea5d4efbd415240fe28c3335e37fa96c8fc" 2018-10-26 08:31:53,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:31:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93a6a33d-4bed-445b-9b44-7190dc9ff69a 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:31:53,423 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-93a6a33d-4bed-445b-9b44-7190dc9ff69a 2018-10-26 08:31:53,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e55f47a4-edb2-4241-8af3-9d35a8e23ff0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf058ea5d4efbd415240fe28c3335e37fa96c8fc" 2018-10-26 08:31:53,620 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-9438574b-cbb3-4149-9dc9-986f7eedf925 Date: Fri, 26 Oct 2018 08:31:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e55f47a4-edb2-4241-8af3-9d35a8e23ff0","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:31:28Z","dns_nameservers":[],"updated_at":"2018-10-26T08:31:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"6520cca7-91cc-405d-906b-f411b93deb64","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-subnet"}]} 2018-10-26 08:31:53,620 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e55f47a4-edb2-4241-8af3-9d35a8e23ff0 used request id req-9438574b-cbb3-4149-9dc9-986f7eedf925 2018-10-26 08:31:53,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=e55f47a4-edb2-4241-8af3-9d35a8e23ff0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf058ea5d4efbd415240fe28c3335e37fa96c8fc" 2018-10-26 08:31:53,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-5d3b3411-1465-4801-97df-8ec62ba2fe38 Date: Fri, 26 Oct 2018 08:31:53 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:31:32Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6520cca7-91cc-405d-906b-f411b93deb64","ip_address":"10.55.0.4"}],"id":"4b4ed822-ee97-4cb2-94b3-d8aca2b45d6f","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:06:ec","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e55f47a4-edb2-4241-8af3-9d35a8e23ff0","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:31:30Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-e55f47a4-edb2-4241-8af3-9d35a8e23ff0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:31:46Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6520cca7-91cc-405d-906b-f411b93deb64","ip_address":"10.55.0.6"}],"id":"b8bf6404-d390-4b91-98df-5597774c064c","security_groups":["20832275-63ca-4f81-93a7-4da74d8fc132"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4b:6f:ef","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-port","admin_state_up":true,"network_id":"e55f47a4-edb2-4241-8af3-9d35a8e23ff0","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:31:35Z","binding:vnic_type":"normal","device_id":"4fd546c1-b9e1-495d-a6f6-e213f4b97e6c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:31:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6520cca7-91cc-405d-906b-f411b93deb64","ip_address":"10.55.0.3"}],"id":"bbaacbb2-3fa4-4da6-b4c9-eab1bfa841d2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c6:9a:f6","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e55f47a4-edb2-4241-8af3-9d35a8e23ff0","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:31:29Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-e55f47a4-edb2-4241-8af3-9d35a8e23ff0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:31:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6520cca7-91cc-405d-906b-f411b93deb64","ip_address":"10.55.0.2"}],"id":"d0dfa465-1fc0-4409-bea1-76d5548e468a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:65:d4:75","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e55f47a4-edb2-4241-8af3-9d35a8e23ff0","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:31:28Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-e55f47a4-edb2-4241-8af3-9d35a8e23ff0"}]} 2018-10-26 08:31:53,686 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=e55f47a4-edb2-4241-8af3-9d35a8e23ff0 used request id req-5d3b3411-1465-4801-97df-8ec62ba2fe38 2018-10-26 08:31:53,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf058ea5d4efbd415240fe28c3335e37fa96c8fc" 2018-10-26 08:31:53,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:31:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4106806-4927-46b7-bd66-eb5f3bdcabe2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:31:53,761 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c4106806-4927-46b7-bd66-eb5f3bdcabe2 2018-10-26 08:31:53,765 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4fd546c1-b9e1-495d-a6f6-e213f4b97e6c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adb3bf4aee37f7015b85bdc938b0c5f6133d19cf" 2018-10-26 08:31:54,498 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:31:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e3480e5c-110b-4a77-97aa-99db33b3b0c1 x-compute-request-id: req-e3480e5c-110b-4a77-97aa-99db33b3b0c1 Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4b:6f:ef", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4fd546c1-b9e1-495d-a6f6-e213f4b97e6c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4fd546c1-b9e1-495d-a6f6-e213f4b97e6c", "rel": "bookmark"}], "image": {"id": "a5d1610e-6608-41f2-ab38-ba7e33a454f8", "links": [{"href": "http://172.30.9.21:8774/images/a5d1610e-6608-41f2-ab38-ba7e33a454f8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2018-10-26T08:31:46.000000", "flavor": {"id": "58a19b9f-25bc-4ec4-a1d2-d3f8d6d1c90e", "links": [{"href": "http://172.30.9.21:8774/flavors/58a19b9f-25bc-4ec4-a1d2-d3f8d6d1c90e", "rel": "bookmark"}]}, "id": "4fd546c1-b9e1-495d-a6f6-e213f4b97e6c", "security_groups": [{"name": "default"}], "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T08:31:53Z", "hostId": "bc40b3da9a64c9c7b97fa1e0af6588872ae0a905a40f72f0eb82275b", "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-3274ba8f-091a-42f4-a8dd-4429eddef7be-vm_inst", "created": "2018-10-26T08:31:39Z", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "os-extended-volumes:volumes_attached": [{"id": "8a4cd18d-2b63-42d3-ba89-d6296a9f7efa"}], "metadata": {}}} 2018-10-26 08:31:54,498 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4fd546c1-b9e1-495d-a6f6-e213f4b97e6c used request id req-e3480e5c-110b-4a77-97aa-99db33b3b0c1 2018-10-26 08:31:54,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adb3bf4aee37f7015b85bdc938b0c5f6133d19cf" 2018-10-26 08:31:54,590 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-0c30d561-7315-403d-b042-ecd03bd58bd0 Date: Fri, 26 Oct 2018 08:31:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e55f47a4-edb2-4241-8af3-9d35a8e23ff0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":34,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["6520cca7-91cc-405d-906b-f411b93deb64"],"description":"","tags":[],"updated_at":"2018-10-26T08:31:28Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:31:27Z","provider:network_type":"vxlan"}]} 2018-10-26 08:31:54,591 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-net used request id req-0c30d561-7315-403d-b042-ecd03bd58bd0 2018-10-26 08:31:54,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adb3bf4aee37f7015b85bdc938b0c5f6133d19cf" 2018-10-26 08:31:54,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:31:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a8126e0-094a-4611-8c80-65b2dae4970d 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:31:54,677 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-0a8126e0-094a-4611-8c80-65b2dae4970d 2018-10-26 08:31:54,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e55f47a4-edb2-4241-8af3-9d35a8e23ff0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adb3bf4aee37f7015b85bdc938b0c5f6133d19cf" 2018-10-26 08:31:54,734 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-37ca38c5-51ff-4df1-a59c-fd9d0a83bf6f Date: Fri, 26 Oct 2018 08:31:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e55f47a4-edb2-4241-8af3-9d35a8e23ff0","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:31:28Z","dns_nameservers":[],"updated_at":"2018-10-26T08:31:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"6520cca7-91cc-405d-906b-f411b93deb64","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-subnet"}]} 2018-10-26 08:31:54,734 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e55f47a4-edb2-4241-8af3-9d35a8e23ff0 used request id req-37ca38c5-51ff-4df1-a59c-fd9d0a83bf6f 2018-10-26 08:31:54,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=e55f47a4-edb2-4241-8af3-9d35a8e23ff0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adb3bf4aee37f7015b85bdc938b0c5f6133d19cf" 2018-10-26 08:31:54,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-eacb88db-0589-4388-b53e-d18c9ed9d11f Date: Fri, 26 Oct 2018 08:31:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:31:32Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6520cca7-91cc-405d-906b-f411b93deb64","ip_address":"10.55.0.4"}],"id":"4b4ed822-ee97-4cb2-94b3-d8aca2b45d6f","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:06:ec","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e55f47a4-edb2-4241-8af3-9d35a8e23ff0","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:31:30Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-e55f47a4-edb2-4241-8af3-9d35a8e23ff0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:31:46Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6520cca7-91cc-405d-906b-f411b93deb64","ip_address":"10.55.0.6"}],"id":"b8bf6404-d390-4b91-98df-5597774c064c","security_groups":["20832275-63ca-4f81-93a7-4da74d8fc132"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4b:6f:ef","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-port","admin_state_up":true,"network_id":"e55f47a4-edb2-4241-8af3-9d35a8e23ff0","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:31:35Z","binding:vnic_type":"normal","device_id":"4fd546c1-b9e1-495d-a6f6-e213f4b97e6c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:31:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6520cca7-91cc-405d-906b-f411b93deb64","ip_address":"10.55.0.3"}],"id":"bbaacbb2-3fa4-4da6-b4c9-eab1bfa841d2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c6:9a:f6","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e55f47a4-edb2-4241-8af3-9d35a8e23ff0","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:31:29Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-e55f47a4-edb2-4241-8af3-9d35a8e23ff0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:31:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6520cca7-91cc-405d-906b-f411b93deb64","ip_address":"10.55.0.2"}],"id":"d0dfa465-1fc0-4409-bea1-76d5548e468a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:65:d4:75","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e55f47a4-edb2-4241-8af3-9d35a8e23ff0","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:31:28Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-e55f47a4-edb2-4241-8af3-9d35a8e23ff0"}]} 2018-10-26 08:31:54,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=e55f47a4-edb2-4241-8af3-9d35a8e23ff0 used request id req-eacb88db-0589-4388-b53e-d18c9ed9d11f 2018-10-26 08:31:54,787 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4fd546c1-b9e1-495d-a6f6-e213f4b97e6c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf058ea5d4efbd415240fe28c3335e37fa96c8fc" 2018-10-26 08:31:55,381 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:31:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7b525f26-d3c1-4b39-bdc9-983f0442cf2c x-compute-request-id: req-7b525f26-d3c1-4b39-bdc9-983f0442cf2c Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4b:6f:ef", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4fd546c1-b9e1-495d-a6f6-e213f4b97e6c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4fd546c1-b9e1-495d-a6f6-e213f4b97e6c", "rel": "bookmark"}], "image": {"id": "a5d1610e-6608-41f2-ab38-ba7e33a454f8", "links": [{"href": "http://172.30.9.21:8774/images/a5d1610e-6608-41f2-ab38-ba7e33a454f8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2018-10-26T08:31:46.000000", "flavor": {"id": "58a19b9f-25bc-4ec4-a1d2-d3f8d6d1c90e", "links": [{"href": "http://172.30.9.21:8774/flavors/58a19b9f-25bc-4ec4-a1d2-d3f8d6d1c90e", "rel": "bookmark"}]}, "id": "4fd546c1-b9e1-495d-a6f6-e213f4b97e6c", "security_groups": [{"name": "default"}], "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T08:31:53Z", "hostId": "bc40b3da9a64c9c7b97fa1e0af6588872ae0a905a40f72f0eb82275b", "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-3274ba8f-091a-42f4-a8dd-4429eddef7be-vm_inst", "created": "2018-10-26T08:31:39Z", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "os-extended-volumes:volumes_attached": [{"id": "8a4cd18d-2b63-42d3-ba89-d6296a9f7efa"}], "metadata": {}}} 2018-10-26 08:31:55,381 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4fd546c1-b9e1-495d-a6f6-e213f4b97e6c used request id req-7b525f26-d3c1-4b39-bdc9-983f0442cf2c 2018-10-26 08:31:55,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf058ea5d4efbd415240fe28c3335e37fa96c8fc" 2018-10-26 08:31:55,618 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-afe7da22-d846-4e84-ad0a-f82f0b7ec7a0 Date: Fri, 26 Oct 2018 08:31:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e55f47a4-edb2-4241-8af3-9d35a8e23ff0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":34,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["6520cca7-91cc-405d-906b-f411b93deb64"],"description":"","tags":[],"updated_at":"2018-10-26T08:31:28Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:31:27Z","provider:network_type":"vxlan"}]} 2018-10-26 08:31:55,618 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-net used request id req-afe7da22-d846-4e84-ad0a-f82f0b7ec7a0 2018-10-26 08:31:55,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf058ea5d4efbd415240fe28c3335e37fa96c8fc" 2018-10-26 08:31:55,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:31:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-788cf7b5-8bb3-446c-bc10-92a7b302b14e 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:31:55,726 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-788cf7b5-8bb3-446c-bc10-92a7b302b14e 2018-10-26 08:31:55,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e55f47a4-edb2-4241-8af3-9d35a8e23ff0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf058ea5d4efbd415240fe28c3335e37fa96c8fc" 2018-10-26 08:31:55,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-52094a4a-6d7d-484c-9de9-7fa85874df9d Date: Fri, 26 Oct 2018 08:31:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e55f47a4-edb2-4241-8af3-9d35a8e23ff0","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:31:28Z","dns_nameservers":[],"updated_at":"2018-10-26T08:31:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"6520cca7-91cc-405d-906b-f411b93deb64","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-subnet"}]} 2018-10-26 08:31:55,926 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e55f47a4-edb2-4241-8af3-9d35a8e23ff0 used request id req-52094a4a-6d7d-484c-9de9-7fa85874df9d 2018-10-26 08:31:55,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=e55f47a4-edb2-4241-8af3-9d35a8e23ff0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf058ea5d4efbd415240fe28c3335e37fa96c8fc" 2018-10-26 08:31:56,131 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-1e3c8249-a547-4e57-aca3-12ca5ee5300a Date: Fri, 26 Oct 2018 08:31:56 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:31:32Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6520cca7-91cc-405d-906b-f411b93deb64","ip_address":"10.55.0.4"}],"id":"4b4ed822-ee97-4cb2-94b3-d8aca2b45d6f","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:06:ec","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e55f47a4-edb2-4241-8af3-9d35a8e23ff0","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:31:30Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-e55f47a4-edb2-4241-8af3-9d35a8e23ff0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:31:46Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6520cca7-91cc-405d-906b-f411b93deb64","ip_address":"10.55.0.6"}],"id":"b8bf6404-d390-4b91-98df-5597774c064c","security_groups":["20832275-63ca-4f81-93a7-4da74d8fc132"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4b:6f:ef","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-port","admin_state_up":true,"network_id":"e55f47a4-edb2-4241-8af3-9d35a8e23ff0","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:31:35Z","binding:vnic_type":"normal","device_id":"4fd546c1-b9e1-495d-a6f6-e213f4b97e6c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:31:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6520cca7-91cc-405d-906b-f411b93deb64","ip_address":"10.55.0.3"}],"id":"bbaacbb2-3fa4-4da6-b4c9-eab1bfa841d2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c6:9a:f6","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e55f47a4-edb2-4241-8af3-9d35a8e23ff0","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:31:29Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-e55f47a4-edb2-4241-8af3-9d35a8e23ff0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:31:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6520cca7-91cc-405d-906b-f411b93deb64","ip_address":"10.55.0.2"}],"id":"d0dfa465-1fc0-4409-bea1-76d5548e468a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:65:d4:75","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e55f47a4-edb2-4241-8af3-9d35a8e23ff0","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:31:28Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-e55f47a4-edb2-4241-8af3-9d35a8e23ff0"}]} 2018-10-26 08:31:56,131 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=e55f47a4-edb2-4241-8af3-9d35a8e23ff0 used request id req-1e3c8249-a547-4e57-aca3-12ca5ee5300a 2018-10-26 08:31:56,134 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/8a4cd18d-2b63-42d3-ba89-d6296a9f7efa -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf058ea5d4efbd415240fe28c3335e37fa96c8fc" 2018-10-26 08:31:56,996 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:31:56 GMT Server: Apache x-compute-request-id: req-89cd6132-acbd-4a6c-b263-37f04a6452ad OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-89cd6132-acbd-4a6c-b263-37f04a6452ad Content-Encoding: gzip Content-Length: 624 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [{"server_id": "4fd546c1-b9e1-495d-a6f6-e213f4b97e6c", "attachment_id": "7077a8d8-73b0-4b60-b045-3873cb7c7879", "attached_at": "2018-10-26T08:31:54.000000", "host_name": null, "volume_id": "8a4cd18d-2b63-42d3-ba89-d6296a9f7efa", "device": "/dev/vdb", "id": "8a4cd18d-2b63-42d3-ba89-d6296a9f7efa"}], "links": [{"href": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/8a4cd18d-2b63-42d3-ba89-d6296a9f7efa", "rel": "self"}, {"href": "http://172.30.9.21:8776/e8c35a3eddcb484a9d13f31d10ef71de/volumes/8a4cd18d-2b63-42d3-ba89-d6296a9f7efa", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-26T08:31:54.000000", "replication_status": null, "snapshot_id": null, "id": "8a4cd18d-2b63-42d3-ba89-d6296a9f7efa", "size": 1, "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "os-vol-tenant-attr:tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "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-3274ba8f-091a-42f4-a8dd-4429eddef7be", "bootable": "false", "created_at": "2018-10-26T08:31:31.000000", "volume_type": null}} 2018-10-26 08:31:56,996 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/8a4cd18d-2b63-42d3-ba89-d6296a9f7efa used request id req-89cd6132-acbd-4a6c-b263-37f04a6452ad 2018-10-26 08:31:57,000 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4fd546c1-b9e1-495d-a6f6-e213f4b97e6c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adb3bf4aee37f7015b85bdc938b0c5f6133d19cf" 2018-10-26 08:31:57,434 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:31:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9b6fbed1-c2a4-4e75-9372-536b0f0f6a1b x-compute-request-id: req-9b6fbed1-c2a4-4e75-9372-536b0f0f6a1b Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4b:6f:ef", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4fd546c1-b9e1-495d-a6f6-e213f4b97e6c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4fd546c1-b9e1-495d-a6f6-e213f4b97e6c", "rel": "bookmark"}], "image": {"id": "a5d1610e-6608-41f2-ab38-ba7e33a454f8", "links": [{"href": "http://172.30.9.21:8774/images/a5d1610e-6608-41f2-ab38-ba7e33a454f8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2018-10-26T08:31:46.000000", "flavor": {"id": "58a19b9f-25bc-4ec4-a1d2-d3f8d6d1c90e", "links": [{"href": "http://172.30.9.21:8774/flavors/58a19b9f-25bc-4ec4-a1d2-d3f8d6d1c90e", "rel": "bookmark"}]}, "id": "4fd546c1-b9e1-495d-a6f6-e213f4b97e6c", "security_groups": [{"name": "default"}], "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T08:31:53Z", "hostId": "bc40b3da9a64c9c7b97fa1e0af6588872ae0a905a40f72f0eb82275b", "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-3274ba8f-091a-42f4-a8dd-4429eddef7be-vm_inst", "created": "2018-10-26T08:31:39Z", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "os-extended-volumes:volumes_attached": [{"id": "8a4cd18d-2b63-42d3-ba89-d6296a9f7efa"}], "metadata": {}}} 2018-10-26 08:31:57,435 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4fd546c1-b9e1-495d-a6f6-e213f4b97e6c used request id req-9b6fbed1-c2a4-4e75-9372-536b0f0f6a1b 2018-10-26 08:31:57,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adb3bf4aee37f7015b85bdc938b0c5f6133d19cf" 2018-10-26 08:31:57,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-e4142851-265a-4911-8c33-6ddc1e862481 Date: Fri, 26 Oct 2018 08:31:57 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e55f47a4-edb2-4241-8af3-9d35a8e23ff0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":34,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["6520cca7-91cc-405d-906b-f411b93deb64"],"description":"","tags":[],"updated_at":"2018-10-26T08:31:28Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:31:27Z","provider:network_type":"vxlan"}]} 2018-10-26 08:31:57,833 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-net used request id req-e4142851-265a-4911-8c33-6ddc1e862481 2018-10-26 08:31:57,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adb3bf4aee37f7015b85bdc938b0c5f6133d19cf" 2018-10-26 08:31:57,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:31:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ecd71ff5-d55c-45d9-9efa-e982a7a362aa 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:31:57,924 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-ecd71ff5-d55c-45d9-9efa-e982a7a362aa 2018-10-26 08:31:57,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e55f47a4-edb2-4241-8af3-9d35a8e23ff0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adb3bf4aee37f7015b85bdc938b0c5f6133d19cf" 2018-10-26 08:31:58,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-8e993ae2-7568-484f-99db-dc650012e6cb Date: Fri, 26 Oct 2018 08:31:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e55f47a4-edb2-4241-8af3-9d35a8e23ff0","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:31:28Z","dns_nameservers":[],"updated_at":"2018-10-26T08:31:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","id":"6520cca7-91cc-405d-906b-f411b93deb64","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-subnet"}]} 2018-10-26 08:31:58,137 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e55f47a4-edb2-4241-8af3-9d35a8e23ff0 used request id req-8e993ae2-7568-484f-99db-dc650012e6cb 2018-10-26 08:31:58,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=e55f47a4-edb2-4241-8af3-9d35a8e23ff0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adb3bf4aee37f7015b85bdc938b0c5f6133d19cf" 2018-10-26 08:31:58,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-7498a84b-f37d-467c-9090-f386ba6fb9e7 Date: Fri, 26 Oct 2018 08:31:58 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:31:32Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6520cca7-91cc-405d-906b-f411b93deb64","ip_address":"10.55.0.4"}],"id":"4b4ed822-ee97-4cb2-94b3-d8aca2b45d6f","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:06:ec","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e55f47a4-edb2-4241-8af3-9d35a8e23ff0","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:31:30Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-e55f47a4-edb2-4241-8af3-9d35a8e23ff0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:31:46Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6520cca7-91cc-405d-906b-f411b93deb64","ip_address":"10.55.0.6"}],"id":"b8bf6404-d390-4b91-98df-5597774c064c","security_groups":["20832275-63ca-4f81-93a7-4da74d8fc132"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4b:6f:ef","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-port","admin_state_up":true,"network_id":"e55f47a4-edb2-4241-8af3-9d35a8e23ff0","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:31:35Z","binding:vnic_type":"normal","device_id":"4fd546c1-b9e1-495d-a6f6-e213f4b97e6c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:31:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6520cca7-91cc-405d-906b-f411b93deb64","ip_address":"10.55.0.3"}],"id":"bbaacbb2-3fa4-4da6-b4c9-eab1bfa841d2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c6:9a:f6","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e55f47a4-edb2-4241-8af3-9d35a8e23ff0","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:31:29Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-e55f47a4-edb2-4241-8af3-9d35a8e23ff0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:31:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6520cca7-91cc-405d-906b-f411b93deb64","ip_address":"10.55.0.2"}],"id":"d0dfa465-1fc0-4409-bea1-76d5548e468a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:65:d4:75","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e55f47a4-edb2-4241-8af3-9d35a8e23ff0","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:31:28Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-e55f47a4-edb2-4241-8af3-9d35a8e23ff0"}]} 2018-10-26 08:31:58,293 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=e55f47a4-edb2-4241-8af3-9d35a8e23ff0 used request id req-7498a84b-f37d-467c-9090-f386ba6fb9e7 2018-10-26 08:31:58,296 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/4fd546c1-b9e1-495d-a6f6-e213f4b97e6c/os-volume_attachments/8a4cd18d-2b63-42d3-ba89-d6296a9f7efa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf058ea5d4efbd415240fe28c3335e37fa96c8fc" 2018-10-26 08:31:59,159 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08:31:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8cb11474-c067-41ce-9012-af405bf03a1c x-compute-request-id: req-8cb11474-c067-41ce-9012-af405bf03a1c Content-Length: 0 Content-Type: application/json 2018-10-26 08:31:59,159 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/4fd546c1-b9e1-495d-a6f6-e213f4b97e6c/os-volume_attachments/8a4cd18d-2b63-42d3-ba89-d6296a9f7efa used request id req-8cb11474-c067-41ce-9012-af405bf03a1c 2018-10-26 08:31:59,159 - create_instance - INFO - Deleting Port with ID - b8bf6404-d390-4b91-98df-5597774c064c 2018-10-26 08:31:59,160 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-port 2018-10-26 08:31:59,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/b8bf6404-d390-4b91-98df-5597774c064c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adb3bf4aee37f7015b85bdc938b0c5f6133d19cf" 2018-10-26 08:31:59,618 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4ab88c38-6984-4be3-9373-0f7702f9d66f Date: Fri, 26 Oct 2018 08:31:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:31:59,618 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/b8bf6404-d390-4b91-98df-5597774c064c used request id req-4ab88c38-6984-4be3-9373-0f7702f9d66f 2018-10-26 08:31:59,618 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-vm_inst 2018-10-26 08:31:59,621 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/4fd546c1-b9e1-495d-a6f6-e213f4b97e6c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adb3bf4aee37f7015b85bdc938b0c5f6133d19cf" 2018-10-26 08:31:59,798 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:31:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b40c5e67-b3ec-49e7-b5e9-fc4b31148e78 x-compute-request-id: req-b40c5e67-b3ec-49e7-b5e9-fc4b31148e78 Content-Type: application/json 2018-10-26 08:31:59,798 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/4fd546c1-b9e1-495d-a6f6-e213f4b97e6c used request id req-b40c5e67-b3ec-49e7-b5e9-fc4b31148e78 2018-10-26 08:31:59,799 - create_instance - INFO - Checking deletion status 2018-10-26 08:31:59,801 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4fd546c1-b9e1-495d-a6f6-e213f4b97e6c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adb3bf4aee37f7015b85bdc938b0c5f6133d19cf" 2018-10-26 08:32:00,200 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:31:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-257e1bbc-7cda-4a84-a9fd-5a242fdbe694 x-compute-request-id: req-257e1bbc-7cda-4a84-a9fd-5a242fdbe694 Content-Encoding: gzip Content-Length: 831 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4b:6f:ef", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4fd546c1-b9e1-495d-a6f6-e213f4b97e6c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4fd546c1-b9e1-495d-a6f6-e213f4b97e6c", "rel": "bookmark"}], "image": {"id": "a5d1610e-6608-41f2-ab38-ba7e33a454f8", "links": [{"href": "http://172.30.9.21:8774/images/a5d1610e-6608-41f2-ab38-ba7e33a454f8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2018-10-26T08:31:46.000000", "flavor": {"id": "58a19b9f-25bc-4ec4-a1d2-d3f8d6d1c90e", "links": [{"href": "http://172.30.9.21:8774/flavors/58a19b9f-25bc-4ec4-a1d2-d3f8d6d1c90e", "rel": "bookmark"}]}, "id": "4fd546c1-b9e1-495d-a6f6-e213f4b97e6c", "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T08:31:59Z", "hostId": "bc40b3da9a64c9c7b97fa1e0af6588872ae0a905a40f72f0eb82275b", "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-3274ba8f-091a-42f4-a8dd-4429eddef7be-vm_inst", "created": "2018-10-26T08:31:39Z", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "os-extended-volumes:volumes_attached": [{"id": "8a4cd18d-2b63-42d3-ba89-d6296a9f7efa"}], "metadata": {}}} 2018-10-26 08:32:00,200 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4fd546c1-b9e1-495d-a6f6-e213f4b97e6c used request id req-257e1bbc-7cda-4a84-a9fd-5a242fdbe694 2018-10-26 08:32:00,200 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-vm_inst] is - ACTIVE 2018-10-26 08:32:00,201 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 08:32:03,204 - create_instance - DEBUG - VM status query timeout in 296.594981194 2018-10-26 08:32:03,207 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4fd546c1-b9e1-495d-a6f6-e213f4b97e6c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adb3bf4aee37f7015b85bdc938b0c5f6133d19cf" 2018-10-26 08:32:03,592 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:32:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e69a0488-c341-491b-a41e-c2855924099c x-compute-request-id: req-e69a0488-c341-491b-a41e-c2855924099c Content-Encoding: gzip Content-Length: 734 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4fd546c1-b9e1-495d-a6f6-e213f4b97e6c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4fd546c1-b9e1-495d-a6f6-e213f4b97e6c", "rel": "bookmark"}], "image": {"id": "a5d1610e-6608-41f2-ab38-ba7e33a454f8", "links": [{"href": "http://172.30.9.21:8774/images/a5d1610e-6608-41f2-ab38-ba7e33a454f8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2018-10-26T08:31:46.000000", "flavor": {"id": "58a19b9f-25bc-4ec4-a1d2-d3f8d6d1c90e", "links": [{"href": "http://172.30.9.21:8774/flavors/58a19b9f-25bc-4ec4-a1d2-d3f8d6d1c90e", "rel": "bookmark"}]}, "id": "4fd546c1-b9e1-495d-a6f6-e213f4b97e6c", "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T08:31:59Z", "hostId": "bc40b3da9a64c9c7b97fa1e0af6588872ae0a905a40f72f0eb82275b", "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-3274ba8f-091a-42f4-a8dd-4429eddef7be-vm_inst", "created": "2018-10-26T08:31:39Z", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 08:32:03,592 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4fd546c1-b9e1-495d-a6f6-e213f4b97e6c used request id req-e69a0488-c341-491b-a41e-c2855924099c 2018-10-26 08:32:03,593 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-vm_inst] is - ACTIVE 2018-10-26 08:32:03,593 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 08:32:06,596 - create_instance - DEBUG - VM status query timeout in 293.202597141 2018-10-26 08:32:06,599 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4fd546c1-b9e1-495d-a6f6-e213f4b97e6c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adb3bf4aee37f7015b85bdc938b0c5f6133d19cf" 2018-10-26 08:32:06,816 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 08:32:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-716d5b0d-28c8-4513-a2a1-5236da549f7d x-compute-request-id: req-716d5b0d-28c8-4513-a2a1-5236da549f7d Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 4fd546c1-b9e1-495d-a6f6-e213f4b97e6c could not be found.", "code": 404}} 2018-10-26 08:32:06,816 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4fd546c1-b9e1-495d-a6f6-e213f4b97e6c used request id req-716d5b0d-28c8-4513-a2a1-5236da549f7d 2018-10-26 08:32:06,816 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 4fd546c1-b9e1-495d-a6f6-e213f4b97e6c could not be found. (HTTP 404) (Request-ID: req-716d5b0d-28c8-4513-a2a1-5236da549f7d) 2018-10-26 08:32:06,816 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-vm_inst 2018-10-26 08:32:06,820 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/8a4cd18d-2b63-42d3-ba89-d6296a9f7efa -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-76cf3a36-2751-4909-a749-fa5e47847cfe" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc790bdaac28e94a7a6d798ea7d869dbd29f3e51" 2018-10-26 08:32:07,018 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:32:06 GMT Server: Apache x-compute-request-id: req-25e262a1-e88c-46b4-a2a2-a6d0cfbfcdcf OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-25e262a1-e88c-46b4-a2a2-a6d0cfbfcdcf Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/8a4cd18d-2b63-42d3-ba89-d6296a9f7efa", "rel": "self"}, {"href": "http://172.30.9.21:8776/e8c35a3eddcb484a9d13f31d10ef71de/volumes/8a4cd18d-2b63-42d3-ba89-d6296a9f7efa", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-26T08:32:06.000000", "replication_status": null, "snapshot_id": null, "id": "8a4cd18d-2b63-42d3-ba89-d6296a9f7efa", "size": 1, "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "os-vol-tenant-attr:tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "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-3274ba8f-091a-42f4-a8dd-4429eddef7be", "bootable": "false", "created_at": "2018-10-26T08:31:31.000000", "volume_type": null}} 2018-10-26 08:32:07,018 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/8a4cd18d-2b63-42d3-ba89-d6296a9f7efa used request id req-25e262a1-e88c-46b4-a2a2-a6d0cfbfcdcf 2018-10-26 08:32:07,019 - create_volume - DEBUG - Instance status is - available 2018-10-26 08:32:07,019 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be 2018-10-26 08:32:07,019 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be 2018-10-26 08:32:07,022 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/8a4cd18d-2b63-42d3-ba89-d6296a9f7efa -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-76cf3a36-2751-4909-a749-fa5e47847cfe" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc790bdaac28e94a7a6d798ea7d869dbd29f3e51" 2018-10-26 08:32:07,123 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08:32:07 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6f332bac-dd18-495e-81bf-426b6687ea61 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-26 08:32:07,123 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/8a4cd18d-2b63-42d3-ba89-d6296a9f7efa used request id req-6f332bac-dd18-495e-81bf-426b6687ea61 2018-10-26 08:32:07,126 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/8a4cd18d-2b63-42d3-ba89-d6296a9f7efa -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-76cf3a36-2751-4909-a749-fa5e47847cfe" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc790bdaac28e94a7a6d798ea7d869dbd29f3e51" 2018-10-26 08:32:07,868 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 08:32:07 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-85333e65-2278-48ec-b733-623b102e8655 x-openstack-request-id: req-85333e65-2278-48ec-b733-623b102e8655 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 8a4cd18d-2b63-42d3-ba89-d6296a9f7efa could not be found.", "code": 404}} 2018-10-26 08:32:07,869 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/8a4cd18d-2b63-42d3-ba89-d6296a9f7efa used request id req-85333e65-2278-48ec-b733-623b102e8655 2018-10-26 08:32:07,869 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 8a4cd18d-2b63-42d3-ba89-d6296a9f7efa could not be found. (HTTP 404) (Request-ID: req-85333e65-2278-48ec-b733-623b102e8655) 2018-10-26 08:32:07,869 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be 2018-10-26 08:32:07,873 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/58a19b9f-25bc-4ec4-a1d2-d3f8d6d1c90e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}661fc13731bcc3c55af9051382cf8e24155c9b18" 2018-10-26 08:32:08,035 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08:32:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1565b762-49d6-431f-93aa-7c02661d64b6 x-compute-request-id: req-1565b762-49d6-431f-93aa-7c02661d64b6 Content-Length: 0 Content-Type: application/json 2018-10-26 08:32:08,035 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/58a19b9f-25bc-4ec4-a1d2-d3f8d6d1c90e used request id req-1565b762-49d6-431f-93aa-7c02661d64b6 2018-10-26 08:32:08,036 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-subnet 2018-10-26 08:32:08,036 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-subnet 2018-10-26 08:32:08,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/6520cca7-91cc-405d-906b-f411b93deb64 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f48a3a8ed701f364e7167b800b4fb0c9858f81b4" 2018-10-26 08:32:10,192 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9d429ecf-d234-401d-b01b-6d6cf3e71191 Date: Fri, 26 Oct 2018 08:32:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:32:10,192 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/6520cca7-91cc-405d-906b-f411b93deb64 used request id req-9d429ecf-d234-401d-b01b-6d6cf3e71191 2018-10-26 08:32:10,192 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-net 2018-10-26 08:32:10,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/e55f47a4-edb2-4241-8af3-9d35a8e23ff0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f48a3a8ed701f364e7167b800b4fb0c9858f81b4" 2018-10-26 08:32:11,228 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4d53b058-220c-427e-a5fb-f7a6ced09386 Date: Fri, 26 Oct 2018 08:32:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:32:11,229 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/e55f47a4-edb2-4241-8af3-9d35a8e23ff0 used request id req-4d53b058-220c-427e-a5fb-f7a6ced09386 2018-10-26 08:32:11,229 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-3274ba8f-091a-42f4-a8dd-4429eddef7be-image 2018-10-26 08:32:11,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/a5d1610e-6608-41f2-ab38-ba7e33a454f8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aea778a4ffbb945622abfc9ec36aa9af00343264" 2018-10-26 08:32:13,244 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-82588b76-cc00-4588-b29c-2e9a2957b1be Date: Fri, 26 Oct 2018 08:32: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-26 08:32:13,245 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/a5d1610e-6608-41f2-ab38-ba7e33a454f8 used request id req-82588b76-cc00-4588-b29c-2e9a2957b1be 2018-10-26 08:32:13,247 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 08:32:13,248 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:32:13,249 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:32:13,636 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:32:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["lzBuaGJYQBitLihnp2tbwA"], "issued_at": "2018-10-26T08:32:13.000000Z"}} 2018-10-26 08:32:13,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}133c9aa00892d345b392b811d2afc4fb7107cd3a" 2018-10-26 08:32:13,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:32:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f697b6e7-9ce9-4f6e-8a0d-505fd2a0a95e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:32:13,713 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f697b6e7-9ce9-4f6e-8a0d-505fd2a0a95e 2018-10-26 08:32:13,714 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 08:32:13,719 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}133c9aa00892d345b392b811d2afc4fb7107cd3a" 2018-10-26 08:32:13,899 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08: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-bb1f1920-441f-4628-9d21-93bb90168a0a x-compute-request-id: req-bb1f1920-441f-4628-9d21-93bb90168a0a Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-26 08:32:13,899 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-bb1f1920-441f-4628-9d21-93bb90168a0a 2018-10-26 08:32:13,903 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}133c9aa00892d345b392b811d2afc4fb7107cd3a" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-f125d41d-c0fe-4235-846f-5b23478ca71fname", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-10-26 08:32:14,004 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08: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-1d93bfa4-13f5-43d2-807d-636a5aa0005c x-compute-request-id: req-1d93bfa4-13f5-43d2-807d-636a5aa0005c Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/added56e-e0d0-4bd3-81a5-8860664cafe8", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/added56e-e0d0-4bd3-81a5-8860664cafe8", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "added56e-e0d0-4bd3-81a5-8860664cafe8", "name": "CreateFlavorTests-f125d41d-c0fe-4235-846f-5b23478ca71fname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 08:32:14,004 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-1d93bfa4-13f5-43d2-807d-636a5aa0005c 2018-10-26 08:32:14,005 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:32:14,382 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:32:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["FaB8rdUDRfWMbHKZ63M_fQ"], "issued_at": "2018-10-26T08:32:14.000000Z"}} 2018-10-26 08:32:14,385 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/added56e-e0d0-4bd3-81a5-8860664cafe8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61155a25f8423daf56817972ecb81ae1787723ad" 2018-10-26 08:32:14,566 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08: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-51347737-5bae-4e5f-9f7a-577f3c49b4e1 x-compute-request-id: req-51347737-5bae-4e5f-9f7a-577f3c49b4e1 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/added56e-e0d0-4bd3-81a5-8860664cafe8", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/added56e-e0d0-4bd3-81a5-8860664cafe8", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "added56e-e0d0-4bd3-81a5-8860664cafe8", "name": "CreateFlavorTests-f125d41d-c0fe-4235-846f-5b23478ca71fname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 08:32:14,567 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/added56e-e0d0-4bd3-81a5-8860664cafe8 used request id req-51347737-5bae-4e5f-9f7a-577f3c49b4e1 2018-10-26 08:32:14,569 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/added56e-e0d0-4bd3-81a5-8860664cafe8/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61155a25f8423daf56817972ecb81ae1787723ad" 2018-10-26 08:32:14,587 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08: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 x-openstack-request-id: req-2fe9fa9a-19f6-4bb9-9713-6a090de74d5b x-compute-request-id: req-2fe9fa9a-19f6-4bb9-9713-6a090de74d5b Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-26 08:32:14,587 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/added56e-e0d0-4bd3-81a5-8860664cafe8/os-extra_specs used request id req-2fe9fa9a-19f6-4bb9-9713-6a090de74d5b 2018-10-26 08:32:14,590 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/added56e-e0d0-4bd3-81a5-8860664cafe8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}133c9aa00892d345b392b811d2afc4fb7107cd3a" 2018-10-26 08:32:14,642 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08: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 x-openstack-request-id: req-a119103f-e84e-429a-ac38-3499cfa527e8 x-compute-request-id: req-a119103f-e84e-429a-ac38-3499cfa527e8 Content-Length: 0 Content-Type: application/json 2018-10-26 08:32:14,642 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/added56e-e0d0-4bd3-81a5-8860664cafe8 used request id req-a119103f-e84e-429a-ac38-3499cfa527e8 2018-10-26 08:32:14,646 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61155a25f8423daf56817972ecb81ae1787723ad" 2018-10-26 08:32:14,674 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08: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 x-openstack-request-id: req-afd27a9d-c3c1-4de9-8852-966be27630b9 x-compute-request-id: req-afd27a9d-c3c1-4de9-8852-966be27630b9 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-26 08:32:14,674 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-afd27a9d-c3c1-4de9-8852-966be27630b9 2018-10-26 08:32:14,675 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 08:32:14,676 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:32:14,677 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:32:15,080 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:32:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["dBvwFbuxT-a_GWO2dKJHow"], "issued_at": "2018-10-26T08:32:15.000000Z"}} 2018-10-26 08:32:15,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2cb574c2ea482a459a8b3aa662afa947e193c9" 2018-10-26 08:32:15,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:32:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7455170-774b-4a42-97a2-f3cdbad09084 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:32:15,163 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b7455170-774b-4a42-97a2-f3cdbad09084 2018-10-26 08:32:15,164 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 08:32:15,169 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2cb574c2ea482a459a8b3aa662afa947e193c9" 2018-10-26 08:32:15,336 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:32:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d31e361a-b91b-4963-9123-084f6fdb0e6f x-compute-request-id: req-d31e361a-b91b-4963-9123-084f6fdb0e6f Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-26 08:32:15,336 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-d31e361a-b91b-4963-9123-084f6fdb0e6f 2018-10-26 08:32:15,340 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2cb574c2ea482a459a8b3aa662afa947e193c9" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-90731089-7e73-4635-9756-450612a2f57dname", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-10-26 08:32:15,490 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:32:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8232d2cf-be89-4d3c-a57d-75163be9ce13 x-compute-request-id: req-8232d2cf-be89-4d3c-a57d-75163be9ce13 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/04f2ccde-7b9b-42a5-8524-27ff909ecc0a", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/04f2ccde-7b9b-42a5-8524-27ff909ecc0a", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "04f2ccde-7b9b-42a5-8524-27ff909ecc0a", "name": "CreateFlavorTests-90731089-7e73-4635-9756-450612a2f57dname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 08:32:15,490 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-8232d2cf-be89-4d3c-a57d-75163be9ce13 2018-10-26 08:32:15,491 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:32:15,879 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:32:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["cZwXuxLbQt6MYif9nIh5Pw"], "issued_at": "2018-10-26T08:32:15.000000Z"}} 2018-10-26 08:32:15,882 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/04f2ccde-7b9b-42a5-8524-27ff909ecc0a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b69a981533d13f85c8dba43b32b3816d42cfc9b" 2018-10-26 08:32:16,048 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:32:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1c07614b-0260-49d6-90d4-987abdda4ef5 x-compute-request-id: req-1c07614b-0260-49d6-90d4-987abdda4ef5 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/04f2ccde-7b9b-42a5-8524-27ff909ecc0a", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/04f2ccde-7b9b-42a5-8524-27ff909ecc0a", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "04f2ccde-7b9b-42a5-8524-27ff909ecc0a", "name": "CreateFlavorTests-90731089-7e73-4635-9756-450612a2f57dname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 08:32:16,048 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/04f2ccde-7b9b-42a5-8524-27ff909ecc0a used request id req-1c07614b-0260-49d6-90d4-987abdda4ef5 2018-10-26 08:32:16,051 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/04f2ccde-7b9b-42a5-8524-27ff909ecc0a/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b69a981533d13f85c8dba43b32b3816d42cfc9b" 2018-10-26 08:32:16,068 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:32:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-21a3345f-2567-4a99-85d8-f4f44f27da25 x-compute-request-id: req-21a3345f-2567-4a99-85d8-f4f44f27da25 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-26 08:32:16,068 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/04f2ccde-7b9b-42a5-8524-27ff909ecc0a/os-extra_specs used request id req-21a3345f-2567-4a99-85d8-f4f44f27da25 2018-10-26 08:32:16,070 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/04f2ccde-7b9b-42a5-8524-27ff909ecc0a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b69a981533d13f85c8dba43b32b3816d42cfc9b" 2018-10-26 08:32:16,118 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08:32:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1dce0244-c206-4b3d-bac7-d53622dea101 x-compute-request-id: req-1dce0244-c206-4b3d-bac7-d53622dea101 Content-Length: 0 Content-Type: application/json 2018-10-26 08:32:16,118 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/04f2ccde-7b9b-42a5-8524-27ff909ecc0a used request id req-1dce0244-c206-4b3d-bac7-d53622dea101 2018-10-26 08:32:16,121 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b69a981533d13f85c8dba43b32b3816d42cfc9b" 2018-10-26 08:32:16,144 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:32:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2b46b28e-9213-42ff-9878-9b5b7f422f11 x-compute-request-id: req-2b46b28e-9213-42ff-9878-9b5b7f422f11 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-26 08:32:16,145 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-2b46b28e-9213-42ff-9878-9b5b7f422f11 2018-10-26 08:32:16,148 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/04f2ccde-7b9b-42a5-8524-27ff909ecc0a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f2cb574c2ea482a459a8b3aa662afa947e193c9" 2018-10-26 08:32:16,167 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 08:32:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b50fedbd-de48-4e14-b3cc-0a4a11b36ad4 x-compute-request-id: req-b50fedbd-de48-4e14-b3cc-0a4a11b36ad4 Content-Length: 109 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor 04f2ccde-7b9b-42a5-8524-27ff909ecc0a could not be found.", "code": 404}} 2018-10-26 08:32:16,167 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/04f2ccde-7b9b-42a5-8524-27ff909ecc0a used request id req-b50fedbd-de48-4e14-b3cc-0a4a11b36ad4 2018-10-26 08:32:16,168 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 08:32:16,169 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:32:16,170 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:32:16,554 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:32:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["mxKVL8_FQeOr7gwTybceWw"], "issued_at": "2018-10-26T08:32:16.000000Z"}} 2018-10-26 08:32:16,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a7458235e56e1804009993b5a32502300fc34a6" 2018-10-26 08:32:16,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:32:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdf42fc4-6133-4354-b9ac-9ffef6ed4831 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:32:16,661 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-fdf42fc4-6133-4354-b9ac-9ffef6ed4831 2018-10-26 08:32:16,662 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 08:32:16,667 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a7458235e56e1804009993b5a32502300fc34a6" 2018-10-26 08:32:16,840 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:32:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-47df8106-71af-4758-918c-5af6b1ac747e x-compute-request-id: req-47df8106-71af-4758-918c-5af6b1ac747e Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-26 08:32:16,840 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-47df8106-71af-4758-918c-5af6b1ac747e 2018-10-26 08:32:16,844 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a7458235e56e1804009993b5a32502300fc34a6" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-d4a56ec1-ae90-4e64-9741-5bab05107b2bname", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-10-26 08:32:16,925 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:32:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a4680710-0901-4c4f-bc91-650603e079a3 x-compute-request-id: req-a4680710-0901-4c4f-bc91-650603e079a3 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/58ea04d7-d261-47be-bf00-8d144e3c5497", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/58ea04d7-d261-47be-bf00-8d144e3c5497", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "58ea04d7-d261-47be-bf00-8d144e3c5497", "name": "CreateFlavorTests-d4a56ec1-ae90-4e64-9741-5bab05107b2bname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 08:32:16,925 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-a4680710-0901-4c4f-bc91-650603e079a3 2018-10-26 08:32:16,926 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:32:17,314 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:32:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["-xNEuZdATXa02CkhRUdx8g"], "issued_at": "2018-10-26T08:32:17.000000Z"}} 2018-10-26 08:32:17,316 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/58ea04d7-d261-47be-bf00-8d144e3c5497 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2678bb2756ff1b32667df35d1b6bfab3680022aa" 2018-10-26 08:32:17,473 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08: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-93c5ee3a-66f9-4146-98ee-c5c45a790d5e x-compute-request-id: req-93c5ee3a-66f9-4146-98ee-c5c45a790d5e Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/58ea04d7-d261-47be-bf00-8d144e3c5497", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/58ea04d7-d261-47be-bf00-8d144e3c5497", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "58ea04d7-d261-47be-bf00-8d144e3c5497", "name": "CreateFlavorTests-d4a56ec1-ae90-4e64-9741-5bab05107b2bname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 08:32:17,473 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/58ea04d7-d261-47be-bf00-8d144e3c5497 used request id req-93c5ee3a-66f9-4146-98ee-c5c45a790d5e 2018-10-26 08:32:17,476 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/58ea04d7-d261-47be-bf00-8d144e3c5497/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2678bb2756ff1b32667df35d1b6bfab3680022aa" 2018-10-26 08:32:17,497 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:32:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3b5de56e-5e36-46e9-a9b5-1f8f665acc3f x-compute-request-id: req-3b5de56e-5e36-46e9-a9b5-1f8f665acc3f Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-26 08:32:17,497 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/58ea04d7-d261-47be-bf00-8d144e3c5497/os-extra_specs used request id req-3b5de56e-5e36-46e9-a9b5-1f8f665acc3f 2018-10-26 08:32:17,499 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/58ea04d7-d261-47be-bf00-8d144e3c5497 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a7458235e56e1804009993b5a32502300fc34a6" 2018-10-26 08:32:17,537 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08:32:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cb1d2110-2167-4933-90ea-a30a24582b9e x-compute-request-id: req-cb1d2110-2167-4933-90ea-a30a24582b9e Content-Length: 0 Content-Type: application/json 2018-10-26 08:32:17,537 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/58ea04d7-d261-47be-bf00-8d144e3c5497 used request id req-cb1d2110-2167-4933-90ea-a30a24582b9e 2018-10-26 08:32:17,539 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 08:32:17,539 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:32:17,540 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:32:17,918 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:32:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["3yi_3NSxTf2aJcQ1JDv5rw"], "issued_at": "2018-10-26T08:32:17.000000Z"}} 2018-10-26 08:32:17,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1d724e361504c7c1ec00bf68dd5bb2071d6474e" 2018-10-26 08:32:17,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:32:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3ec14ee-7431-4bf1-8377-849bfa97996c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:32:17,997 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d3ec14ee-7431-4bf1-8377-849bfa97996c 2018-10-26 08:32:17,999 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 08:32:18,003 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1d724e361504c7c1ec00bf68dd5bb2071d6474e" 2018-10-26 08:32:18,259 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:32:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b1b44f72-5fcf-41bb-a015-62f56b49b4b3 x-compute-request-id: req-b1b44f72-5fcf-41bb-a015-62f56b49b4b3 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-26 08:32:18,259 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-b1b44f72-5fcf-41bb-a015-62f56b49b4b3 2018-10-26 08:32:18,262 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1d724e361504c7c1ec00bf68dd5bb2071d6474e" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-4da5f9a4-ef3e-4095-9c31-974638bc7a7fname", "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "OS-FLV-EXT-DATA:ephemeral": 2, "ram": 1, "id": null, "swap": 3}}' 2018-10-26 08:32:18,349 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:32:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-43d73197-9dd4-4f84-8cb1-7dec010e2235 x-compute-request-id: req-43d73197-9dd4-4f84-8cb1-7dec010e2235 Content-Encoding: gzip Content-Length: 305 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/9fcbf138-3be9-426b-83ae-f89a58fa2abc", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/9fcbf138-3be9-426b-83ae-f89a58fa2abc", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "disk": 1, "id": "9fcbf138-3be9-426b-83ae-f89a58fa2abc", "name": "CreateFlavorTests-4da5f9a4-ef3e-4095-9c31-974638bc7a7fname", "vcpus": 1, "swap": 3, "OS-FLV-EXT-DATA:ephemeral": 2}} 2018-10-26 08:32:18,349 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-43d73197-9dd4-4f84-8cb1-7dec010e2235 2018-10-26 08:32:18,350 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:32:18,732 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:32:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["4lUPmPiQQLKJn85JX4rY2g"], "issued_at": "2018-10-26T08:32:18.000000Z"}} 2018-10-26 08:32:18,735 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/9fcbf138-3be9-426b-83ae-f89a58fa2abc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fec5705d2bd076dcd7180c391bef7a8f265353f" 2018-10-26 08:32:18,909 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:32:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7d1c8a84-70fb-4f5b-8945-054c2274d275 x-compute-request-id: req-7d1c8a84-70fb-4f5b-8945-054c2274d275 Content-Encoding: gzip Content-Length: 305 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/9fcbf138-3be9-426b-83ae-f89a58fa2abc", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/9fcbf138-3be9-426b-83ae-f89a58fa2abc", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "disk": 1, "id": "9fcbf138-3be9-426b-83ae-f89a58fa2abc", "name": "CreateFlavorTests-4da5f9a4-ef3e-4095-9c31-974638bc7a7fname", "vcpus": 1, "swap": 3, "OS-FLV-EXT-DATA:ephemeral": 2}} 2018-10-26 08:32:18,909 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/9fcbf138-3be9-426b-83ae-f89a58fa2abc used request id req-7d1c8a84-70fb-4f5b-8945-054c2274d275 2018-10-26 08:32:18,912 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/9fcbf138-3be9-426b-83ae-f89a58fa2abc/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fec5705d2bd076dcd7180c391bef7a8f265353f" 2018-10-26 08:32:18,929 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:32:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7e9d326c-5515-458f-a109-8e96559ae7ff x-compute-request-id: req-7e9d326c-5515-458f-a109-8e96559ae7ff Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-26 08:32:18,930 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/9fcbf138-3be9-426b-83ae-f89a58fa2abc/os-extra_specs used request id req-7e9d326c-5515-458f-a109-8e96559ae7ff 2018-10-26 08:32:18,932 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/9fcbf138-3be9-426b-83ae-f89a58fa2abc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fec5705d2bd076dcd7180c391bef7a8f265353f" 2018-10-26 08:32:18,974 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08:32:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-82e20027-ff77-4951-bb59-fa73134b1852 x-compute-request-id: req-82e20027-ff77-4951-bb59-fa73134b1852 Content-Length: 0 Content-Type: application/json 2018-10-26 08:32:18,974 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/9fcbf138-3be9-426b-83ae-f89a58fa2abc used request id req-82e20027-ff77-4951-bb59-fa73134b1852 2018-10-26 08:32:18,977 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fec5705d2bd076dcd7180c391bef7a8f265353f" 2018-10-26 08:32:19,007 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:32:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9f72c22f-8aaf-4b02-a14c-d4ef429185ed x-compute-request-id: req-9f72c22f-8aaf-4b02-a14c-d4ef429185ed Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-26 08:32:19,007 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-9f72c22f-8aaf-4b02-a14c-d4ef429185ed 2018-10-26 08:32:19,010 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/9fcbf138-3be9-426b-83ae-f89a58fa2abc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1d724e361504c7c1ec00bf68dd5bb2071d6474e" 2018-10-26 08:32:19,026 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 08: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 x-openstack-request-id: req-0ac01859-3865-43b1-8c9a-e6ccc4778022 x-compute-request-id: req-0ac01859-3865-43b1-8c9a-e6ccc4778022 Content-Length: 109 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor 9fcbf138-3be9-426b-83ae-f89a58fa2abc could not be found.", "code": 404}} 2018-10-26 08:32:19,026 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/9fcbf138-3be9-426b-83ae-f89a58fa2abc used request id req-0ac01859-3865-43b1-8c9a-e6ccc4778022 2018-10-26 08:32:19,027 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 08:32:19,028 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:32:19,029 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:32:19,410 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:32:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["C1sdK2ekRIu2gA29bOVuPA"], "issued_at": "2018-10-26T08:32:19.000000Z"}} 2018-10-26 08:32:19,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5374a7bea6a2782d36332bc6171c166e4fce4c7a" 2018-10-26 08:32:19,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:32:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afab545c-dc03-4fbd-bff7-2f12c43783ea Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:32:19,487 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-afab545c-dc03-4fbd-bff7-2f12c43783ea 2018-10-26 08:32:19,489 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 08:32:19,493 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5374a7bea6a2782d36332bc6171c166e4fce4c7a" 2018-10-26 08:32:19,659 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08: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 x-openstack-request-id: req-750f5047-f707-411b-af96-6ed68a365a60 x-compute-request-id: req-750f5047-f707-411b-af96-6ed68a365a60 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-26 08:32:19,659 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-750f5047-f707-411b-af96-6ed68a365a60 2018-10-26 08:32:19,663 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5374a7bea6a2782d36332bc6171c166e4fce4c7a" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-df348af5-1a38-4ff3-b991-e7043f85e5cbname", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-10-26 08:32:19,884 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08: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-fed620dd-e953-4d1b-9a75-292ccfc7c84d x-compute-request-id: req-fed620dd-e953-4d1b-9a75-292ccfc7c84d Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/9a0596d9-b80b-426b-85b7-990b76e9bdb4", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/9a0596d9-b80b-426b-85b7-990b76e9bdb4", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9a0596d9-b80b-426b-85b7-990b76e9bdb4", "name": "CreateFlavorTests-df348af5-1a38-4ff3-b991-e7043f85e5cbname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 08:32:19,884 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-fed620dd-e953-4d1b-9a75-292ccfc7c84d 2018-10-26 08:32:19,885 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:32:20,275 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:32:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["PZi3ACmdSaWOE1ezJPd1Uw"], "issued_at": "2018-10-26T08:32:20.000000Z"}} 2018-10-26 08:32:20,278 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/9a0596d9-b80b-426b-85b7-990b76e9bdb4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78428ab60fd5e53105a158ef9c4f9056719b4701" 2018-10-26 08:32:20,452 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:32: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-7eaa6ff4-38ce-47b3-b992-50a145cf09da x-compute-request-id: req-7eaa6ff4-38ce-47b3-b992-50a145cf09da Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/9a0596d9-b80b-426b-85b7-990b76e9bdb4", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/9a0596d9-b80b-426b-85b7-990b76e9bdb4", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9a0596d9-b80b-426b-85b7-990b76e9bdb4", "name": "CreateFlavorTests-df348af5-1a38-4ff3-b991-e7043f85e5cbname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 08:32:20,452 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/9a0596d9-b80b-426b-85b7-990b76e9bdb4 used request id req-7eaa6ff4-38ce-47b3-b992-50a145cf09da 2018-10-26 08:32:20,455 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/9a0596d9-b80b-426b-85b7-990b76e9bdb4/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78428ab60fd5e53105a158ef9c4f9056719b4701" 2018-10-26 08:32:20,476 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:32: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-a4d52501-135c-4c96-9430-95add95584a9 x-compute-request-id: req-a4d52501-135c-4c96-9430-95add95584a9 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-26 08:32:20,477 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/9a0596d9-b80b-426b-85b7-990b76e9bdb4/os-extra_specs used request id req-a4d52501-135c-4c96-9430-95add95584a9 2018-10-26 08:32:20,477 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:32:20,478 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:32:20,865 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:32:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["olwuCmKIS2CX9L2mxrQZIg"], "issued_at": "2018-10-26T08:32:20.000000Z"}} 2018-10-26 08:32:20,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b188589d5fee0f863451c4ae2aaa1bc97e311f76" 2018-10-26 08:32:20,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:32:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98c1add2-40d7-4224-967e-3e97e8df2b69 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:32:20,940 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-98c1add2-40d7-4224-967e-3e97e8df2b69 2018-10-26 08:32:20,941 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 08:32:20,947 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b188589d5fee0f863451c4ae2aaa1bc97e311f76" 2018-10-26 08:32:21,502 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:32: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-87cbf81a-1c24-439e-8d67-4004b2501806 x-compute-request-id: req-87cbf81a-1c24-439e-8d67-4004b2501806 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"flavors": [{"id": "9a0596d9-b80b-426b-85b7-990b76e9bdb4", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/9a0596d9-b80b-426b-85b7-990b76e9bdb4", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/9a0596d9-b80b-426b-85b7-990b76e9bdb4", "rel": "bookmark"}], "name": "CreateFlavorTests-df348af5-1a38-4ff3-b991-e7043f85e5cbname"}]} 2018-10-26 08:32:21,502 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-87cbf81a-1c24-439e-8d67-4004b2501806 2018-10-26 08:32:21,506 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/9a0596d9-b80b-426b-85b7-990b76e9bdb4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b188589d5fee0f863451c4ae2aaa1bc97e311f76" 2018-10-26 08:32:21,525 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08: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-286317a3-ceff-41de-a178-9ea3aed1a61a x-compute-request-id: req-286317a3-ceff-41de-a178-9ea3aed1a61a Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/9a0596d9-b80b-426b-85b7-990b76e9bdb4", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/9a0596d9-b80b-426b-85b7-990b76e9bdb4", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9a0596d9-b80b-426b-85b7-990b76e9bdb4", "name": "CreateFlavorTests-df348af5-1a38-4ff3-b991-e7043f85e5cbname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 08:32:21,525 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/9a0596d9-b80b-426b-85b7-990b76e9bdb4 used request id req-286317a3-ceff-41de-a178-9ea3aed1a61a 2018-10-26 08:32:21,525 - create_flavor - INFO - Found flavor with name - CreateFlavorTests-df348af5-1a38-4ff3-b991-e7043f85e5cbname 2018-10-26 08:32:21,528 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/9a0596d9-b80b-426b-85b7-990b76e9bdb4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5374a7bea6a2782d36332bc6171c166e4fce4c7a" 2018-10-26 08:32:21,568 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08:32:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a9899395-2590-4de0-8553-9efbbb2cbe2b x-compute-request-id: req-a9899395-2590-4de0-8553-9efbbb2cbe2b Content-Length: 0 Content-Type: application/json 2018-10-26 08:32:21,568 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/9a0596d9-b80b-426b-85b7-990b76e9bdb4 used request id req-a9899395-2590-4de0-8553-9efbbb2cbe2b 2018-10-26 08:32:21,570 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-26 08:32:21,570 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:32:21,571 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:32:21,964 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:32:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["hQPhhsOETlOkkb2xdtSNhQ"], "issued_at": "2018-10-26T08:32:21.000000Z"}} 2018-10-26 08:32:21,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cbcfc74b8532654cbdb5ef2af9ad069e0cca3a9d" 2018-10-26 08:32:22,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:32:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ac9283b-4e4e-46b9-91d4-7576223820fb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:32:22,055 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-7ac9283b-4e4e-46b9-91d4-7576223820fb 2018-10-26 08:32:22,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cbcfc74b8532654cbdb5ef2af9ad069e0cca3a9d" 2018-10-26 08:32:22,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 176 Content-Type: application/json X-Openstack-Request-Id: req-95d026a3-f458-466a-95cd-1100e9767b70 Date: Fri, 26 Oct 2018 08:32:22 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-image"} 2018-10-26 08:32:22,232 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-image used request id req-95d026a3-f458-466a-95cd-1100e9767b70 2018-10-26 08:32:22,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cbcfc74b8532654cbdb5ef2af9ad069e0cca3a9d" 2018-10-26 08:32:22,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a3c22293-d355-495a-893f-ada9c21333e2 Date: Fri, 26 Oct 2018 08:32: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-26 08:32:22,803 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-a3c22293-d355-495a-893f-ada9c21333e2 2018-10-26 08:32:22,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cbcfc74b8532654cbdb5ef2af9ad069e0cca3a9d" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-image"}' 2018-10-26 08:32:23,024 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 635 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/00a4230c-e267-4ed8-a7c3-c22370fb4b1e X-Openstack-Request-Id: req-b601d781-d96f-4974-922f-95e0c9cbb13c Date: Fri, 26 Oct 2018 08:32:23 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T08:32:22Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-26T08:32:22Z", "visibility": "shared", "locations": [], "self": "/v2/images/00a4230c-e267-4ed8-a7c3-c22370fb4b1e", "min_disk": 0, "protected": false, "id": "00a4230c-e267-4ed8-a7c3-c22370fb4b1e", "file": "/v2/images/00a4230c-e267-4ed8-a7c3-c22370fb4b1e/file", "checksum": null, "owner": "e8c35a3eddcb484a9d13f31d10ef71de", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 08:32:23,025 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-b601d781-d96f-4974-922f-95e0c9cbb13c 2018-10-26 08:32:23,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/00a4230c-e267-4ed8-a7c3-c22370fb4b1e/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cbcfc74b8532654cbdb5ef2af9ad069e0cca3a9d" -d '' 2018-10-26 08:32:24,959 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1ba9ac96-67bf-45c4-96eb-94ab23b65304 Date: Fri, 26 Oct 2018 08:32: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-26 08:32:24,959 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/00a4230c-e267-4ed8-a7c3-c22370fb4b1e/file used request id req-1ba9ac96-67bf-45c4-96eb-94ab23b65304 2018-10-26 08:32:24,960 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 08:32:24,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/00a4230c-e267-4ed8-a7c3-c22370fb4b1e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cbcfc74b8532654cbdb5ef2af9ad069e0cca3a9d" 2018-10-26 08:32:25,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-0b05becf-4a2b-43ce-a870-868dc6bed201 Date: Fri, 26 Oct 2018 08:32:25 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T08:32:22Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T08:32:24Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/00a4230c-e267-4ed8-a7c3-c22370fb4b1e/snap", "metadata": {}}], "self": "/v2/images/00a4230c-e267-4ed8-a7c3-c22370fb4b1e", "min_disk": 0, "protected": false, "id": "00a4230c-e267-4ed8-a7c3-c22370fb4b1e", "file": "/v2/images/00a4230c-e267-4ed8-a7c3-c22370fb4b1e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e8c35a3eddcb484a9d13f31d10ef71de", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/00a4230c-e267-4ed8-a7c3-c22370fb4b1e/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 08:32:25,137 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/00a4230c-e267-4ed8-a7c3-c22370fb4b1e used request id req-0b05becf-4a2b-43ce-a870-868dc6bed201 2018-10-26 08:32:25,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cbcfc74b8532654cbdb5ef2af9ad069e0cca3a9d" 2018-10-26 08:32:25,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-64d4134c-6008-43fc-a1a6-c39dd62d27c3 Date: Fri, 26 Oct 2018 08:32: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-26 08:32:25,288 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-64d4134c-6008-43fc-a1a6-c39dd62d27c3 2018-10-26 08:32:25,291 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-image 2018-10-26 08:32:25,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/00a4230c-e267-4ed8-a7c3-c22370fb4b1e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cbcfc74b8532654cbdb5ef2af9ad069e0cca3a9d" 2018-10-26 08:32:25,471 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-c95ab32d-92de-49b7-b99e-2e28f1adcc7d Date: Fri, 26 Oct 2018 08:32:25 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T08:32:22Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T08:32:24Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/00a4230c-e267-4ed8-a7c3-c22370fb4b1e/snap", "metadata": {}}], "self": "/v2/images/00a4230c-e267-4ed8-a7c3-c22370fb4b1e", "min_disk": 0, "protected": false, "id": "00a4230c-e267-4ed8-a7c3-c22370fb4b1e", "file": "/v2/images/00a4230c-e267-4ed8-a7c3-c22370fb4b1e/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e8c35a3eddcb484a9d13f31d10ef71de", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/00a4230c-e267-4ed8-a7c3-c22370fb4b1e/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 08:32:25,472 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/00a4230c-e267-4ed8-a7c3-c22370fb4b1e used request id req-c95ab32d-92de-49b7-b99e-2e28f1adcc7d 2018-10-26 08:32:25,472 - create_image - DEBUG - Instance status is - active 2018-10-26 08:32:25,473 - create_image - DEBUG - Image is active with name - HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-image 2018-10-26 08:32:25,473 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-image 2018-10-26 08:32:25,473 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:32:25,474 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:32:25,863 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:32:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["PUtnahrAQAe2_IpMYTHLcg"], "issued_at": "2018-10-26T08:32:25.000000Z"}} 2018-10-26 08:32:25,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6735a6435ff3bad082eeffa5f0f99c2775151b23" 2018-10-26 08:32:25,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:32:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1de37d58-a11a-416b-b814-46ec39eedd53 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:32:25,948 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-1de37d58-a11a-416b-b814-46ec39eedd53 2018-10-26 08:32:25,949 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 08:32:25,954 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6735a6435ff3bad082eeffa5f0f99c2775151b23" 2018-10-26 08:32:26,132 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:32: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-54a498ef-b73d-4d49-a3be-830f3b31f234 x-compute-request-id: req-54a498ef-b73d-4d49-a3be-830f3b31f234 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-26 08:32:26,132 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-54a498ef-b73d-4d49-a3be-830f3b31f234 2018-10-26 08:32:26,135 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6735a6435ff3bad082eeffa5f0f99c2775151b23" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-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-26 08:32:26,200 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08: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-98066a67-ee57-4e96-a666-a40b7329b967 x-compute-request-id: req-98066a67-ee57-4e96-a666-a40b7329b967 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/09ba7da7-81f7-4ea2-8699-713b49d30a6f", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/09ba7da7-81f7-4ea2-8699-713b49d30a6f", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "09ba7da7-81f7-4ea2-8699-713b49d30a6f", "name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 08:32:26,200 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-98066a67-ee57-4e96-a666-a40b7329b967 2018-10-26 08:32:26,201 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-26 08:32:26,229 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:32:26,620 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:32:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["cHMjNZUMT2S2UJ4D0aJfHw"], "issued_at": "2018-10-26T08:32:26.000000Z"}} 2018-10-26 08:32:26,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13397a7b8bbfbe715ff4e4119b8930d918a5936d" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-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-a899e848-add4-4783-b90b-cdaf7740a0b0-net", "inst_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-flavor"}}' 2018-10-26 08:32:29,808 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 08:32:26 GMT Server: Apache x-openstack-request-id: req-0dbf6fd1-d661-4cea-91a0-2f1627fc3c84 Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811 Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "13b11046-f70a-4bbd-ab45-72857b806811", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811", "rel": "self"}]}} 2018-10-26 08:32:29,808 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks used request id req-0dbf6fd1-d661-4cea-91a0-2f1627fc3c84 2018-10-26 08:32:29,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/13b11046-f70a-4bbd-ab45-72857b806811 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13397a7b8bbfbe715ff4e4119b8930d918a5936d" 2018-10-26 08:32:30,558 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:32:29 GMT Server: Apache x-openstack-request-id: req-f7ed7201-3e71-4792-a5a4-5f6731e5dede Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:32:31,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:32:30 GMT Server: Apache x-openstack-request-id: req-7d5cc3b9-95e9-4d29-96d1-79faaa2db883 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 549 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "OS::stack_id": "13b11046-f70a-4bbd-ab45-72857b806811", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-image", "inst_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1", "stack_user_project_id": "ea57c27716b449c2af1b424d47347857", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T08:32:29Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "13b11046-f70a-4bbd-ab45-72857b806811", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 08:32:31,305 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811 used request id req-7d5cc3b9-95e9-4d29-96d1-79faaa2db883 2018-10-26 08:32:31,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks?stack_name=HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13397a7b8bbfbe715ff4e4119b8930d918a5936d" 2018-10-26 08:32:32,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:32:31 GMT Server: Apache x-openstack-request-id: req-81375c51-e627-4b5a-b5dc-3bf48c130ff6 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-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1", "stack_user_project_id": "ea57c27716b449c2af1b424d47347857", "deletion_time": null, "creation_time": "2018-10-26T08:32:29Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811", "rel": "self"}], "updated_time": null, "project": "e8c35a3eddcb484a9d13f31d10ef71de", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "13b11046-f70a-4bbd-ab45-72857b806811", "tags": null}]} 2018-10-26 08:32:32,001 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks?stack_name=HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1 used request id req-81375c51-e627-4b5a-b5dc-3bf48c130ff6 2018-10-26 08:32:32,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks?stack_name=HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13397a7b8bbfbe715ff4e4119b8930d918a5936d" 2018-10-26 08:32:32,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:32:32 GMT Server: Apache x-openstack-request-id: req-6a518382-8483-4a0a-af8c-e79d487e97de 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-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1", "stack_user_project_id": "ea57c27716b449c2af1b424d47347857", "deletion_time": null, "creation_time": "2018-10-26T08:32:29Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811", "rel": "self"}], "updated_time": null, "project": "e8c35a3eddcb484a9d13f31d10ef71de", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "13b11046-f70a-4bbd-ab45-72857b806811", "tags": null}]} 2018-10-26 08:32:32,671 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks?stack_name=HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1 used request id req-6a518382-8483-4a0a-af8c-e79d487e97de 2018-10-26 08:32:32,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/13b11046-f70a-4bbd-ab45-72857b806811 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13397a7b8bbfbe715ff4e4119b8930d918a5936d" 2018-10-26 08:32:32,750 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:32:32 GMT Server: Apache x-openstack-request-id: req-fccf5464-d730-424f-a2d6-449f4362290b Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:32:33,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:32:32 GMT Server: Apache x-openstack-request-id: req-7518627b-529e-49ec-9655-f3054e151b07 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 549 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "OS::stack_id": "13b11046-f70a-4bbd-ab45-72857b806811", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-image", "inst_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1", "stack_user_project_id": "ea57c27716b449c2af1b424d47347857", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T08:32:29Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "13b11046-f70a-4bbd-ab45-72857b806811", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 08:32:33,490 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811 used request id req-7518627b-529e-49ec-9655-f3054e151b07 2018-10-26 08:32:33,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/13b11046-f70a-4bbd-ab45-72857b806811/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13397a7b8bbfbe715ff4e4119b8930d918a5936d" 2018-10-26 08:32:34,250 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:32:33 GMT Server: Apache x-openstack-request-id: req-1a29dc98-0d87-4bc0-8644-d40060e8aef6 Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:32:34,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:32:34 GMT Server: Apache x-openstack-request-id: req-1ebecd80-9703-4f68-8427-a80b769aff0a 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.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-10-26T08:32:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:32:29Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "fff26e2c-2281-4c7f-931c-797e5b1d97d7", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-10-26T08:32:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:32:29Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "9e5f42ae-c1b7-4c10-9548-f9582812b851", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-10-26T08:32:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:32:29Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "7e07807c-4491-47a0-997a-edc79bf92d65", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-10-26T08:32:29Z", "resource_status": "CREATE_IN_PROGRESS", "updated_time": "2018-10-26T08:32:29Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "", "resource_type": "OS::Nova::Server"}]} 2018-10-26 08:32:34,903 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811/resources used request id req-1ebecd80-9703-4f68-8427-a80b769aff0a 2018-10-26 08:32:34,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/13b11046-f70a-4bbd-ab45-72857b806811 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13397a7b8bbfbe715ff4e4119b8930d918a5936d" 2018-10-26 08:32:34,981 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:32:34 GMT Server: Apache x-openstack-request-id: req-7f8aaeed-36ec-4d3b-b104-2424bfd04d40 Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:32:35,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:32:34 GMT Server: Apache x-openstack-request-id: req-1076fe50-4224-43aa-b981-4bb64ad927d7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 549 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "OS::stack_id": "13b11046-f70a-4bbd-ab45-72857b806811", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-image", "inst_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1", "stack_user_project_id": "ea57c27716b449c2af1b424d47347857", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T08:32:29Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "13b11046-f70a-4bbd-ab45-72857b806811", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 08:32:35,106 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811 used request id req-1076fe50-4224-43aa-b981-4bb64ad927d7 2018-10-26 08:32:35,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/13b11046-f70a-4bbd-ab45-72857b806811 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13397a7b8bbfbe715ff4e4119b8930d918a5936d" 2018-10-26 08:32:35,511 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:32:35 GMT Server: Apache x-openstack-request-id: req-07052c9e-dbd7-492f-8b0f-df3db0fc0744 Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:32:35,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:32:35 GMT Server: Apache x-openstack-request-id: req-13f98b53-bc36-49ae-9b55-c9f8f1ad5401 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 549 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "OS::stack_id": "13b11046-f70a-4bbd-ab45-72857b806811", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-image", "inst_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1", "stack_user_project_id": "ea57c27716b449c2af1b424d47347857", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T08:32:29Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "13b11046-f70a-4bbd-ab45-72857b806811", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 08:32:35,636 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811 used request id req-13f98b53-bc36-49ae-9b55-c9f8f1ad5401 2018-10-26 08:32:38,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/13b11046-f70a-4bbd-ab45-72857b806811 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13397a7b8bbfbe715ff4e4119b8930d918a5936d" 2018-10-26 08:32:38,767 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:32:38 GMT Server: Apache x-openstack-request-id: req-9a289cf8-3745-42d4-993a-49e134ae7e56 Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:32:39,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:32:38 GMT Server: Apache x-openstack-request-id: req-bfedca4c-1861-4441-8689-0c50f2e2a0e6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 549 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "OS::stack_id": "13b11046-f70a-4bbd-ab45-72857b806811", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-image", "inst_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1", "stack_user_project_id": "ea57c27716b449c2af1b424d47347857", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T08:32:29Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "13b11046-f70a-4bbd-ab45-72857b806811", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 08:32:39,618 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811 used request id req-bfedca4c-1861-4441-8689-0c50f2e2a0e6 2018-10-26 08:32:42,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/13b11046-f70a-4bbd-ab45-72857b806811 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13397a7b8bbfbe715ff4e4119b8930d918a5936d" 2018-10-26 08:32:43,301 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:32:42 GMT Server: Apache x-openstack-request-id: req-65533998-2690-4c00-9036-43824c059531 Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:32:44,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:32:43 GMT Server: Apache x-openstack-request-id: req-c5fd84ba-78e0-499c-ae7d-49bd0f6e4217 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 549 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "OS::stack_id": "13b11046-f70a-4bbd-ab45-72857b806811", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-image", "inst_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1", "stack_user_project_id": "ea57c27716b449c2af1b424d47347857", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T08:32:29Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "13b11046-f70a-4bbd-ab45-72857b806811", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 08:32:44,143 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811 used request id req-c5fd84ba-78e0-499c-ae7d-49bd0f6e4217 2018-10-26 08:32:47,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/13b11046-f70a-4bbd-ab45-72857b806811 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13397a7b8bbfbe715ff4e4119b8930d918a5936d" 2018-10-26 08:32:47,227 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:32:47 GMT Server: Apache x-openstack-request-id: req-824bd5e9-6217-438a-8fe5-48e4b9f72d85 Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:32:47,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:32:47 GMT Server: Apache x-openstack-request-id: req-7c16264c-1ff5-4751-8d43-a2bd36606aba Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 549 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "OS::stack_id": "13b11046-f70a-4bbd-ab45-72857b806811", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-image", "inst_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1", "stack_user_project_id": "ea57c27716b449c2af1b424d47347857", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T08:32:29Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "13b11046-f70a-4bbd-ab45-72857b806811", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 08:32:47,351 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811 used request id req-7c16264c-1ff5-4751-8d43-a2bd36606aba 2018-10-26 08:32:50,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/13b11046-f70a-4bbd-ab45-72857b806811 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13397a7b8bbfbe715ff4e4119b8930d918a5936d" 2018-10-26 08:32:50,484 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:32:50 GMT Server: Apache x-openstack-request-id: req-b2fb82c0-0bba-4902-a61b-0c5e8c856543 Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:32:51,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:32:50 GMT Server: Apache x-openstack-request-id: req-90327816-9aa0-4492-bc91-c52faf784413 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 549 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "OS::stack_id": "13b11046-f70a-4bbd-ab45-72857b806811", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-image", "inst_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1", "stack_user_project_id": "ea57c27716b449c2af1b424d47347857", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T08:32:29Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "13b11046-f70a-4bbd-ab45-72857b806811", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 08:32:51,238 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811 used request id req-90327816-9aa0-4492-bc91-c52faf784413 2018-10-26 08:32:54,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/13b11046-f70a-4bbd-ab45-72857b806811 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13397a7b8bbfbe715ff4e4119b8930d918a5936d" 2018-10-26 08:32:54,941 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:32:54 GMT Server: Apache x-openstack-request-id: req-5334352a-4275-4f36-adc5-65bbc69ab31c Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:32:55,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:32:54 GMT Server: Apache x-openstack-request-id: req-f666a54b-6cb8-47c7-9638-ead3afbe7ddf Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 549 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "OS::stack_id": "13b11046-f70a-4bbd-ab45-72857b806811", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-image", "inst_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1", "stack_user_project_id": "ea57c27716b449c2af1b424d47347857", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T08:32:29Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "13b11046-f70a-4bbd-ab45-72857b806811", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 08:32:55,066 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811 used request id req-f666a54b-6cb8-47c7-9638-ead3afbe7ddf 2018-10-26 08:32:58,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/13b11046-f70a-4bbd-ab45-72857b806811 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13397a7b8bbfbe715ff4e4119b8930d918a5936d" 2018-10-26 08:32:58,147 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:32:58 GMT Server: Apache x-openstack-request-id: req-e0148ba8-dcf7-42ee-a15b-2ab02fe3a789 Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:32:58,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:32:58 GMT Server: Apache x-openstack-request-id: req-a0a6dfbb-35b0-4467-89c9-6cc0f69d0ffd Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 549 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "OS::stack_id": "13b11046-f70a-4bbd-ab45-72857b806811", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-image", "inst_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1", "stack_user_project_id": "ea57c27716b449c2af1b424d47347857", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T08:32:29Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "13b11046-f70a-4bbd-ab45-72857b806811", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 08:32:58,933 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811 used request id req-a0a6dfbb-35b0-4467-89c9-6cc0f69d0ffd 2018-10-26 08:33:01,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/13b11046-f70a-4bbd-ab45-72857b806811 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13397a7b8bbfbe715ff4e4119b8930d918a5936d" 2018-10-26 08:33:02,650 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:33:01 GMT Server: Apache x-openstack-request-id: req-4844f493-21e6-46cf-b1df-e5e7d6988e45 Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:33:02,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:33:02 GMT Server: Apache x-openstack-request-id: req-3914745d-af8e-445e-9e4f-073a95382a6a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 549 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "OS::stack_id": "13b11046-f70a-4bbd-ab45-72857b806811", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-image", "inst_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1", "stack_user_project_id": "ea57c27716b449c2af1b424d47347857", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T08:32:29Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "13b11046-f70a-4bbd-ab45-72857b806811", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 08:33:02,776 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811 used request id req-3914745d-af8e-445e-9e4f-073a95382a6a 2018-10-26 08:33:05,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/13b11046-f70a-4bbd-ab45-72857b806811 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13397a7b8bbfbe715ff4e4119b8930d918a5936d" 2018-10-26 08:33:06,518 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:33:05 GMT Server: Apache x-openstack-request-id: req-811d36c5-fc0d-4236-a3da-fce1994ae2fc Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:33:07,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:33:06 GMT Server: Apache x-openstack-request-id: req-5ad563c6-40d7-4d89-a8b3-27d838a8eeb0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 549 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "OS::stack_id": "13b11046-f70a-4bbd-ab45-72857b806811", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-image", "inst_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1", "stack_user_project_id": "ea57c27716b449c2af1b424d47347857", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T08:32:29Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "13b11046-f70a-4bbd-ab45-72857b806811", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 08:33:07,266 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811 used request id req-5ad563c6-40d7-4d89-a8b3-27d838a8eeb0 2018-10-26 08:33:10,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/13b11046-f70a-4bbd-ab45-72857b806811 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13397a7b8bbfbe715ff4e4119b8930d918a5936d" 2018-10-26 08:33:10,967 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:33:10 GMT Server: Apache x-openstack-request-id: req-81a655cf-c34d-4aa9-9d97-bd7c1169a2fe Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:33:11,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:33:10 GMT Server: Apache x-openstack-request-id: req-f1dfcf59-0411-4826-900e-51a5bf0c2e9f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 549 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "OS::stack_id": "13b11046-f70a-4bbd-ab45-72857b806811", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-image", "inst_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1", "stack_user_project_id": "ea57c27716b449c2af1b424d47347857", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T08:32:29Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "13b11046-f70a-4bbd-ab45-72857b806811", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 08:33:11,092 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811 used request id req-f1dfcf59-0411-4826-900e-51a5bf0c2e9f 2018-10-26 08:33:14,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/13b11046-f70a-4bbd-ab45-72857b806811 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13397a7b8bbfbe715ff4e4119b8930d918a5936d" 2018-10-26 08:33:14,173 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:33:14 GMT Server: Apache x-openstack-request-id: req-fef5f52e-ba3b-425b-8c3e-119093a31e7c Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:33:14,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:33:14 GMT Server: Apache x-openstack-request-id: req-1247fae8-d42e-42be-8386-4f5a236cca67 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 549 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "OS::stack_id": "13b11046-f70a-4bbd-ab45-72857b806811", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-image", "inst_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1", "stack_user_project_id": "ea57c27716b449c2af1b424d47347857", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T08:32:29Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "13b11046-f70a-4bbd-ab45-72857b806811", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 08:33:14,917 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811 used request id req-1247fae8-d42e-42be-8386-4f5a236cca67 2018-10-26 08:33:17,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/13b11046-f70a-4bbd-ab45-72857b806811 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13397a7b8bbfbe715ff4e4119b8930d918a5936d" 2018-10-26 08:33:18,053 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:33:17 GMT Server: Apache x-openstack-request-id: req-2c5903ca-1b49-4643-b971-e65c389c0628 Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:33:18,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:33:18 GMT Server: Apache x-openstack-request-id: req-2b9e05b3-929b-46fb-8117-3c849ddef9c6 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": "e8c35a3eddcb484a9d13f31d10ef71de", "OS::stack_id": "13b11046-f70a-4bbd-ab45-72857b806811", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-image", "inst_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1", "stack_user_project_id": "ea57c27716b449c2af1b424d47347857", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-26T08:32:29Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "13b11046-f70a-4bbd-ab45-72857b806811", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 08:33:18,228 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811 used request id req-2b9e05b3-929b-46fb-8117-3c849ddef9c6 2018-10-26 08:33:18,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/13b11046-f70a-4bbd-ab45-72857b806811/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13397a7b8bbfbe715ff4e4119b8930d918a5936d" 2018-10-26 08:33:18,255 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:33:18 GMT Server: Apache x-openstack-request-id: req-6c77c245-a043-422a-9c02-9bea6f55a9cb Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:33:18,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:33:18 GMT Server: Apache x-openstack-request-id: req-973adf77-3be2-4a8d-947e-66ffa055e291 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.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-10-26T08:32:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:32:29Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "fff26e2c-2281-4c7f-931c-797e5b1d97d7", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-10-26T08:32:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:32:29Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "9e5f42ae-c1b7-4c10-9548-f9582812b851", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-10-26T08:32:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:32:29Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "7e07807c-4491-47a0-997a-edc79bf92d65", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-10-26T08:32:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:32:29Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "042bd710-e6d8-4f83-a3c6-067d0d5efcbc", "resource_type": "OS::Nova::Server"}]} 2018-10-26 08:33:18,297 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811/resources used request id req-973adf77-3be2-4a8d-947e-66ffa055e291 2018-10-26 08:33:18,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=7e07807c-4491-47a0-997a-edc79bf92d65 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13397a7b8bbfbe715ff4e4119b8930d918a5936d" 2018-10-26 08:33:18,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-7594c02c-05ce-45b6-821c-9de48e37f94c Date: Fri, 26 Oct 2018 08:33:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7e07807c-4491-47a0-997a-edc79bf92d65","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":18,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["9e5f42ae-c1b7-4c10-9548-f9582812b851"],"description":"","tags":[],"updated_at":"2018-10-26T08:32:31Z","qos_policy_id":null,"name":"HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:32:30Z","provider:network_type":"vxlan"}]} 2018-10-26 08:33:18,381 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=7e07807c-4491-47a0-997a-edc79bf92d65 used request id req-7594c02c-05ce-45b6-821c-9de48e37f94c 2018-10-26 08:33:18,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7e07807c-4491-47a0-997a-edc79bf92d65 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13397a7b8bbfbe715ff4e4119b8930d918a5936d" 2018-10-26 08:33:18,456 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-24b6962a-e485-4d38-a4ae-442d20b1f439 Date: Fri, 26 Oct 2018 08:33:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7e07807c-4491-47a0-997a-edc79bf92d65","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:32:31Z","dns_nameservers":[],"updated_at":"2018-10-26T08:32:31Z","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":"e8c35a3eddcb484a9d13f31d10ef71de","id":"9e5f42ae-c1b7-4c10-9548-f9582812b851","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-subnet"}]} 2018-10-26 08:33:18,456 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7e07807c-4491-47a0-997a-edc79bf92d65 used request id req-24b6962a-e485-4d38-a4ae-442d20b1f439 2018-10-26 08:33:18,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7e07807c-4491-47a0-997a-edc79bf92d65 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13397a7b8bbfbe715ff4e4119b8930d918a5936d" 2018-10-26 08:33:18,659 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6838cd98-069e-4d62-ac04-2549523d0edd Date: Fri, 26 Oct 2018 08:33:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7e07807c-4491-47a0-997a-edc79bf92d65","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:32:31Z","dns_nameservers":[],"updated_at":"2018-10-26T08:32:31Z","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":"e8c35a3eddcb484a9d13f31d10ef71de","id":"9e5f42ae-c1b7-4c10-9548-f9582812b851","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-subnet"}]} 2018-10-26 08:33:18,659 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7e07807c-4491-47a0-997a-edc79bf92d65 used request id req-6838cd98-069e-4d62-ac04-2549523d0edd 2018-10-26 08:33:18,660 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 08:33:18,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13397a7b8bbfbe715ff4e4119b8930d918a5936d" 2018-10-26 08:33:18,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:33:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c68a6b4-73bc-41c1-8c46-53c812fd67ee Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:33:18,739 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8c68a6b4-73bc-41c1-8c46-53c812fd67ee 2018-10-26 08:33:18,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/13b11046-f70a-4bbd-ab45-72857b806811/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13397a7b8bbfbe715ff4e4119b8930d918a5936d" 2018-10-26 08:33:18,770 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:33:18 GMT Server: Apache x-openstack-request-id: req-122d1aed-d151-49a1-9d50-7a2c8a292129 Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:33:18,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:33:18 GMT Server: Apache x-openstack-request-id: req-ed011277-1652-4a39-89ab-ffbeddf0529a 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.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-10-26T08:32:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:32:29Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "fff26e2c-2281-4c7f-931c-797e5b1d97d7", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-10-26T08:32:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:32:29Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "9e5f42ae-c1b7-4c10-9548-f9582812b851", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-10-26T08:32:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:32:29Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "7e07807c-4491-47a0-997a-edc79bf92d65", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-10-26T08:32:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:32:29Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "042bd710-e6d8-4f83-a3c6-067d0d5efcbc", "resource_type": "OS::Nova::Server"}]} 2018-10-26 08:33:18,814 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811/resources used request id req-ed011277-1652-4a39-89ab-ffbeddf0529a 2018-10-26 08:33:18,818 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/042bd710-e6d8-4f83-a3c6-067d0d5efcbc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13397a7b8bbfbe715ff4e4119b8930d918a5936d" 2018-10-26 08:33:19,378 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08: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-62bb2498-507a-4245-9be7-eb48d7d362b1 x-compute-request-id: req-62bb2498-507a-4245-9be7-eb48d7d362b1 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:d4:17", "version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/042bd710-e6d8-4f83-a3c6-067d0d5efcbc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/042bd710-e6d8-4f83-a3c6-067d0d5efcbc", "rel": "bookmark"}], "image": {"id": "00a4230c-e267-4ed8-a7c3-c22370fb4b1e", "links": [{"href": "http://172.30.9.21:8774/images/00a4230c-e267-4ed8-a7c3-c22370fb4b1e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-SRV-USG:launched_at": "2018-10-26T08:33:15.000000", "flavor": {"id": "09ba7da7-81f7-4ea2-8699-713b49d30a6f", "links": [{"href": "http://172.30.9.21:8774/flavors/09ba7da7-81f7-4ea2-8699-713b49d30a6f", "rel": "bookmark"}]}, "id": "042bd710-e6d8-4f83-a3c6-067d0d5efcbc", "security_groups": [{"name": "default"}], "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T08:33:15Z", "hostId": "fd642da39ac80b2070fe10ac2232ef1af70247310dcc0056e2b10030", "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": "HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-inst", "created": "2018-10-26T08:32:37Z", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 08:33:19,378 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/042bd710-e6d8-4f83-a3c6-067d0d5efcbc used request id req-62bb2498-507a-4245-9be7-eb48d7d362b1 2018-10-26 08:33:19,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13397a7b8bbfbe715ff4e4119b8930d918a5936d" 2018-10-26 08:33:19,466 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-61e2dc06-fb5a-4a36-9c8f-30df082843c8 Date: Fri, 26 Oct 2018 08:33:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7e07807c-4491-47a0-997a-edc79bf92d65","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":18,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["9e5f42ae-c1b7-4c10-9548-f9582812b851"],"description":"","tags":[],"updated_at":"2018-10-26T08:32:31Z","qos_policy_id":null,"name":"HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:32:30Z","provider:network_type":"vxlan"}]} 2018-10-26 08:33:19,467 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-net used request id req-61e2dc06-fb5a-4a36-9c8f-30df082843c8 2018-10-26 08:33:19,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:33:19,475 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:33: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:33:19,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13397a7b8bbfbe715ff4e4119b8930d918a5936d" 2018-10-26 08:33:19,561 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:33:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0634b33e-89b4-4218-8f42-9e762d2fb08f 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:33:19,562 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-0634b33e-89b4-4218-8f42-9e762d2fb08f 2018-10-26 08:33:19,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7e07807c-4491-47a0-997a-edc79bf92d65 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13397a7b8bbfbe715ff4e4119b8930d918a5936d" 2018-10-26 08:33:19,613 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d02026aa-c6c2-44d7-9884-699c7093b742 Date: Fri, 26 Oct 2018 08:33:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7e07807c-4491-47a0-997a-edc79bf92d65","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:32:31Z","dns_nameservers":[],"updated_at":"2018-10-26T08:32:31Z","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":"e8c35a3eddcb484a9d13f31d10ef71de","id":"9e5f42ae-c1b7-4c10-9548-f9582812b851","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-subnet"}]} 2018-10-26 08:33:19,613 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7e07807c-4491-47a0-997a-edc79bf92d65 used request id req-d02026aa-c6c2-44d7-9884-699c7093b742 2018-10-26 08:33:19,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=7e07807c-4491-47a0-997a-edc79bf92d65 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13397a7b8bbfbe715ff4e4119b8930d918a5936d" 2018-10-26 08:33:19,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3909 X-Openstack-Request-Id: req-cef94254-7120-476d-bcec-82eb45890c91 Date: Fri, 26 Oct 2018 08:33:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:32:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"9e5f42ae-c1b7-4c10-9548-f9582812b851","ip_address":"10.0.0.4"}],"id":"219b8b2e-f00d-439f-a492-eff49687d62d","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:b8:e3","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7e07807c-4491-47a0-997a-edc79bf92d65","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:32:33Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7e07807c-4491-47a0-997a-edc79bf92d65"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:32:34Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"9e5f42ae-c1b7-4c10-9548-f9582812b851","ip_address":"10.0.0.2"}],"id":"708ab690-31da-46df-ae88-cfab34ccad05","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:04:a8:71","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7e07807c-4491-47a0-997a-edc79bf92d65","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:32:32Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7e07807c-4491-47a0-997a-edc79bf92d65"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:32:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"9e5f42ae-c1b7-4c10-9548-f9582812b851","ip_address":"10.0.0.3"}],"id":"9a9db754-9bf7-43a2-85eb-8a88de7f2005","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7c:9b:51","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7e07807c-4491-47a0-997a-edc79bf92d65","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:32:33Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7e07807c-4491-47a0-997a-edc79bf92d65"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:33:14Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"9e5f42ae-c1b7-4c10-9548-f9582812b851","ip_address":"10.0.0.9"}],"id":"fff26e2c-2281-4c7f-931c-797e5b1d97d7","security_groups":["20832275-63ca-4f81-93a7-4da74d8fc132"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f4:d4:17","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1-server1_port-e3sic5ybj6sb","admin_state_up":true,"network_id":"7e07807c-4491-47a0-997a-edc79bf92d65","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:32:33Z","binding:vnic_type":"normal","device_id":"042bd710-e6d8-4f83-a3c6-067d0d5efcbc"}]} 2018-10-26 08:33:19,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=7e07807c-4491-47a0-997a-edc79bf92d65 used request id req-cef94254-7120-476d-bcec-82eb45890c91 2018-10-26 08:33:19,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/13b11046-f70a-4bbd-ab45-72857b806811/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13397a7b8bbfbe715ff4e4119b8930d918a5936d" 2018-10-26 08:33:19,697 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:33:19 GMT Server: Apache x-openstack-request-id: req-0819b7dc-3ede-49b0-9150-444eb585ff7d Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:33:20,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:33:19 GMT Server: Apache x-openstack-request-id: req-78ca2118-4055-4f2f-a2c1-a6ed5b3a418a 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.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-10-26T08:32:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:32:29Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "fff26e2c-2281-4c7f-931c-797e5b1d97d7", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-10-26T08:32:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:32:29Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "9e5f42ae-c1b7-4c10-9548-f9582812b851", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-10-26T08:32:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:32:29Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "7e07807c-4491-47a0-997a-edc79bf92d65", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-10-26T08:32:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:32:29Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "042bd710-e6d8-4f83-a3c6-067d0d5efcbc", "resource_type": "OS::Nova::Server"}]} 2018-10-26 08:33:20,362 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811/resources used request id req-78ca2118-4055-4f2f-a2c1-a6ed5b3a418a 2018-10-26 08:33:20,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/13b11046-f70a-4bbd-ab45-72857b806811 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13397a7b8bbfbe715ff4e4119b8930d918a5936d" 2018-10-26 08:33:20,391 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:33:20 GMT Server: Apache x-openstack-request-id: req-b7489769-004e-422c-b7eb-32a7203a1048 Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:33:20,466 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:33:20 GMT Server: Apache x-openstack-request-id: req-6a3d4cab-526a-4701-b574-4785f6ddd2c6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:33:20,466 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-stack1/13b11046-f70a-4bbd-ab45-72857b806811 used request id req-6a3d4cab-526a-4701-b574-4785f6ddd2c6 2018-10-26 08:33:20,466 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-a899e848-add4-4783-b90b-cdaf7740a0b0-image 2018-10-26 08:33:20,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/00a4230c-e267-4ed8-a7c3-c22370fb4b1e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cbcfc74b8532654cbdb5ef2af9ad069e0cca3a9d" 2018-10-26 08:33:23,274 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4db74207-3bd2-4cd1-9a20-1044eb4e5d6e Date: Fri, 26 Oct 2018 08:33: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-26 08:33:23,275 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/00a4230c-e267-4ed8-a7c3-c22370fb4b1e used request id req-4db74207-3bd2-4cd1-9a20-1044eb4e5d6e 2018-10-26 08:33:23,279 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/09ba7da7-81f7-4ea2-8699-713b49d30a6f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6735a6435ff3bad082eeffa5f0f99c2775151b23" 2018-10-26 08:33:23,326 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08: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 x-openstack-request-id: req-a3539f19-0b4d-42c0-86c7-4a3c0268a0b1 x-compute-request-id: req-a3539f19-0b4d-42c0-86c7-4a3c0268a0b1 Content-Length: 0 Content-Type: application/json 2018-10-26 08:33:23,327 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/09ba7da7-81f7-4ea2-8699-713b49d30a6f used request id req-a3539f19-0b4d-42c0-86c7-4a3c0268a0b1 2018-10-26 08:33:23,329 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-26 08:33:23,329 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:33:23,330 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:33:23,710 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:33:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["Ej0sZF7oQ1S5Jx1bAoSj1Q"], "issued_at": "2018-10-26T08:33:23.000000Z"}} 2018-10-26 08:33:23,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9557c044e71e5294fb9e9538613b85f3251f9ec3" 2018-10-26 08:33:23,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:33:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee4a3f28-5ba0-43a7-847d-19c9c7b65fac Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:33:23,792 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ee4a3f28-5ba0-43a7-847d-19c9c7b65fac 2018-10-26 08:33:23,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9557c044e71e5294fb9e9538613b85f3251f9ec3" 2018-10-26 08:33:24,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 176 Content-Type: application/json X-Openstack-Request-Id: req-13aa37c7-999d-4eef-8b8a-cc8a9e490e5d Date: Fri, 26 Oct 2018 08:33:24 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-image"} 2018-10-26 08:33:24,417 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-image used request id req-13aa37c7-999d-4eef-8b8a-cc8a9e490e5d 2018-10-26 08:33:24,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9557c044e71e5294fb9e9538613b85f3251f9ec3" 2018-10-26 08:33:24,648 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e2ae4a65-cdd7-433a-86fe-82766f57afc2 Date: Fri, 26 Oct 2018 08:33: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-26 08:33:24,649 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-e2ae4a65-cdd7-433a-86fe-82766f57afc2 2018-10-26 08:33:24,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9557c044e71e5294fb9e9538613b85f3251f9ec3" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-image"}' 2018-10-26 08:33:24,881 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 635 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/f9a02146-0e73-4fad-818b-99ad0edc3356 X-Openstack-Request-Id: req-d9dcf74d-74c8-410f-bba9-dc9c64059912 Date: Fri, 26 Oct 2018 08:33:24 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T08:33:24Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-26T08:33:24Z", "visibility": "shared", "locations": [], "self": "/v2/images/f9a02146-0e73-4fad-818b-99ad0edc3356", "min_disk": 0, "protected": false, "id": "f9a02146-0e73-4fad-818b-99ad0edc3356", "file": "/v2/images/f9a02146-0e73-4fad-818b-99ad0edc3356/file", "checksum": null, "owner": "e8c35a3eddcb484a9d13f31d10ef71de", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 08:33:24,881 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-d9dcf74d-74c8-410f-bba9-dc9c64059912 2018-10-26 08:33:24,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/f9a02146-0e73-4fad-818b-99ad0edc3356/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9557c044e71e5294fb9e9538613b85f3251f9ec3" -d '' 2018-10-26 08:33:26,408 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-80106a8a-1f44-48b0-8783-1abf596eeb21 Date: Fri, 26 Oct 2018 08:33:26 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-26 08:33:26,408 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/f9a02146-0e73-4fad-818b-99ad0edc3356/file used request id req-80106a8a-1f44-48b0-8783-1abf596eeb21 2018-10-26 08:33:26,409 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 08:33:26,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/f9a02146-0e73-4fad-818b-99ad0edc3356 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9557c044e71e5294fb9e9538613b85f3251f9ec3" 2018-10-26 08:33:26,472 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-54b78ccf-c960-443c-b233-ea33bfb3e1ed Date: Fri, 26 Oct 2018 08:33:26 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T08:33:24Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T08:33:26Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/f9a02146-0e73-4fad-818b-99ad0edc3356/snap", "metadata": {}}], "self": "/v2/images/f9a02146-0e73-4fad-818b-99ad0edc3356", "min_disk": 0, "protected": false, "id": "f9a02146-0e73-4fad-818b-99ad0edc3356", "file": "/v2/images/f9a02146-0e73-4fad-818b-99ad0edc3356/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e8c35a3eddcb484a9d13f31d10ef71de", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/f9a02146-0e73-4fad-818b-99ad0edc3356/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 08:33:26,472 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/f9a02146-0e73-4fad-818b-99ad0edc3356 used request id req-54b78ccf-c960-443c-b233-ea33bfb3e1ed 2018-10-26 08:33:26,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9557c044e71e5294fb9e9538613b85f3251f9ec3" 2018-10-26 08:33:26,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0ea4d16a-aa05-4fe1-98de-a58818384769 Date: Fri, 26 Oct 2018 08:33: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-26 08:33:26,635 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-0ea4d16a-aa05-4fe1-98de-a58818384769 2018-10-26 08:33:26,638 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-image 2018-10-26 08:33:26,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/f9a02146-0e73-4fad-818b-99ad0edc3356 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9557c044e71e5294fb9e9538613b85f3251f9ec3" 2018-10-26 08:33:26,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-e2435fd9-03e7-4258-bb91-5d46d8bf55eb Date: Fri, 26 Oct 2018 08:33:26 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T08:33:24Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T08:33:26Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/f9a02146-0e73-4fad-818b-99ad0edc3356/snap", "metadata": {}}], "self": "/v2/images/f9a02146-0e73-4fad-818b-99ad0edc3356", "min_disk": 0, "protected": false, "id": "f9a02146-0e73-4fad-818b-99ad0edc3356", "file": "/v2/images/f9a02146-0e73-4fad-818b-99ad0edc3356/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e8c35a3eddcb484a9d13f31d10ef71de", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/f9a02146-0e73-4fad-818b-99ad0edc3356/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 08:33:26,805 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/f9a02146-0e73-4fad-818b-99ad0edc3356 used request id req-e2435fd9-03e7-4258-bb91-5d46d8bf55eb 2018-10-26 08:33:26,806 - create_image - DEBUG - Instance status is - active 2018-10-26 08:33:26,806 - create_image - DEBUG - Image is active with name - HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-image 2018-10-26 08:33:26,806 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-image 2018-10-26 08:33:26,806 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:33:26,807 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:33:27,197 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:33:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["m0KskD48Rkm6rSNzTJaMKQ"], "issued_at": "2018-10-26T08:33:27.000000Z"}} 2018-10-26 08:33:27,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bdd7cac174c41eabb1e920b126dc3e967e64d1a" 2018-10-26 08:33:27,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:33:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e3ec897-3d3e-4786-90e8-6de1617f131e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:33:27,281 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-2e3ec897-3d3e-4786-90e8-6de1617f131e 2018-10-26 08:33:27,282 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 08:33:27,287 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bdd7cac174c41eabb1e920b126dc3e967e64d1a" 2018-10-26 08:33:27,402 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:33:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-68f93ef9-e454-4242-b71f-47f8887c1d79 x-compute-request-id: req-68f93ef9-e454-4242-b71f-47f8887c1d79 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-26 08:33:27,402 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-68f93ef9-e454-4242-b71f-47f8887c1d79 2018-10-26 08:33:27,406 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bdd7cac174c41eabb1e920b126dc3e967e64d1a" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-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-26 08:33:27,480 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08: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-842f024a-4cc0-4cce-8426-a05271118b80 x-compute-request-id: req-842f024a-4cc0-4cce-8426-a05271118b80 Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/8ed56e7b-30c7-4d38-b710-14b334f1221c", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/8ed56e7b-30c7-4d38-b710-14b334f1221c", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "8ed56e7b-30c7-4d38-b710-14b334f1221c", "name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 08:33:27,480 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-842f024a-4cc0-4cce-8426-a05271118b80 2018-10-26 08:33:27,481 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-26 08:33:27,506 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:33:27,885 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:33:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["nKgSVuVWRSe7WgPGtWtmBw"], "issued_at": "2018-10-26T08:33:27.000000Z"}} 2018-10-26 08:33:27,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a28559843629c1e48a41976a2286e0387fcc3fc" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-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-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-net", "inst_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-flavor"}}' 2018-10-26 08:33:31,335 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 08:33:27 GMT Server: Apache x-openstack-request-id: req-3b9e71af-2fb1-4175-8679-b5ab20606b6d Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack1/dc391175-2b17-4615-b17b-a5f5446b2ff6 Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "dc391175-2b17-4615-b17b-a5f5446b2ff6", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack1/dc391175-2b17-4615-b17b-a5f5446b2ff6", "rel": "self"}]}} 2018-10-26 08:33:31,335 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks used request id req-3b9e71af-2fb1-4175-8679-b5ab20606b6d 2018-10-26 08:33:31,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/dc391175-2b17-4615-b17b-a5f5446b2ff6 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a28559843629c1e48a41976a2286e0387fcc3fc" 2018-10-26 08:33:31,517 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:33:31 GMT Server: Apache x-openstack-request-id: req-53abac91-d405-4318-a54b-758e45922ad6 Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack1/dc391175-2b17-4615-b17b-a5f5446b2ff6 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack1/dc391175-2b17-4615-b17b-a5f5446b2ff6;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:33:31,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:33:31 GMT Server: Apache x-openstack-request-id: req-a898ca06-a6d7-4e62-8beb-a73b9d66404f 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": "e8c35a3eddcb484a9d13f31d10ef71de", "OS::stack_id": "dc391175-2b17-4615-b17b-a5f5446b2ff6", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-image", "inst_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack1", "stack_user_project_id": "ff5cce0dc09345fd978d8a48e9b9b356", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T08:33:30Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack1/dc391175-2b17-4615-b17b-a5f5446b2ff6", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "dc391175-2b17-4615-b17b-a5f5446b2ff6", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 08:33:31,734 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack1/dc391175-2b17-4615-b17b-a5f5446b2ff6 used request id req-a898ca06-a6d7-4e62-8beb-a73b9d66404f 2018-10-26 08:33:31,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks?stack_name=HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a28559843629c1e48a41976a2286e0387fcc3fc" 2018-10-26 08:33:32,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:33:31 GMT Server: Apache x-openstack-request-id: req-f56ae2d2-04ec-45b5-9d57-bcbe3bc916fc Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack1", "stack_user_project_id": "ff5cce0dc09345fd978d8a48e9b9b356", "deletion_time": null, "creation_time": "2018-10-26T08:33:30Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack1/dc391175-2b17-4615-b17b-a5f5446b2ff6", "rel": "self"}], "updated_time": null, "project": "e8c35a3eddcb484a9d13f31d10ef71de", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "dc391175-2b17-4615-b17b-a5f5446b2ff6", "tags": null}]} 2018-10-26 08:33:32,383 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks?stack_name=HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack1 used request id req-f56ae2d2-04ec-45b5-9d57-bcbe3bc916fc 2018-10-26 08:33:32,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks?stack_name=HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a28559843629c1e48a41976a2286e0387fcc3fc" 2018-10-26 08:33:32,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:33:32 GMT Server: Apache x-openstack-request-id: req-858b7103-2195-4fbb-a611-eb6a9b3c2736 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack1", "stack_user_project_id": "ff5cce0dc09345fd978d8a48e9b9b356", "deletion_time": null, "creation_time": "2018-10-26T08:33:30Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack1/dc391175-2b17-4615-b17b-a5f5446b2ff6", "rel": "self"}], "updated_time": null, "project": "e8c35a3eddcb484a9d13f31d10ef71de", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "dc391175-2b17-4615-b17b-a5f5446b2ff6", "tags": null}]} 2018-10-26 08:33:32,573 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks?stack_name=HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack1 used request id req-858b7103-2195-4fbb-a611-eb6a9b3c2736 2018-10-26 08:33:32,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/dc391175-2b17-4615-b17b-a5f5446b2ff6 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a28559843629c1e48a41976a2286e0387fcc3fc" 2018-10-26 08:33:32,754 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:33:32 GMT Server: Apache x-openstack-request-id: req-db636601-9855-4f33-99b5-c43e51fc9da0 Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack1/dc391175-2b17-4615-b17b-a5f5446b2ff6 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack1/dc391175-2b17-4615-b17b-a5f5446b2ff6;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:33:32,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:33:32 GMT Server: Apache x-openstack-request-id: req-c49f60e4-0c2c-4e19-bf62-447016c1b3a6 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": "e8c35a3eddcb484a9d13f31d10ef71de", "OS::stack_id": "dc391175-2b17-4615-b17b-a5f5446b2ff6", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-image", "inst_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack1", "stack_user_project_id": "ff5cce0dc09345fd978d8a48e9b9b356", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T08:33:30Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack1/dc391175-2b17-4615-b17b-a5f5446b2ff6", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "dc391175-2b17-4615-b17b-a5f5446b2ff6", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 08:33:32,829 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack1/dc391175-2b17-4615-b17b-a5f5446b2ff6 used request id req-c49f60e4-0c2c-4e19-bf62-447016c1b3a6 2018-10-26 08:33:32,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/dc391175-2b17-4615-b17b-a5f5446b2ff6 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a28559843629c1e48a41976a2286e0387fcc3fc" 2018-10-26 08:33:32,995 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:33:32 GMT Server: Apache x-openstack-request-id: req-6d7b1ad3-793f-4cce-8248-1e0690f3ab38 Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack1/dc391175-2b17-4615-b17b-a5f5446b2ff6 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack1/dc391175-2b17-4615-b17b-a5f5446b2ff6;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:33:33,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:33:33 GMT Server: Apache x-openstack-request-id: req-51938172-863e-44d8-aede-0b98f7bf2da5 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": "e8c35a3eddcb484a9d13f31d10ef71de", "OS::stack_id": "dc391175-2b17-4615-b17b-a5f5446b2ff6", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-image", "inst_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack1", "stack_user_project_id": "ff5cce0dc09345fd978d8a48e9b9b356", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T08:33:30Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack1/dc391175-2b17-4615-b17b-a5f5446b2ff6", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "dc391175-2b17-4615-b17b-a5f5446b2ff6", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 08:33:33,677 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack1/dc391175-2b17-4615-b17b-a5f5446b2ff6 used request id req-51938172-863e-44d8-aede-0b98f7bf2da5 2018-10-26 08:33:36,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/dc391175-2b17-4615-b17b-a5f5446b2ff6 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a28559843629c1e48a41976a2286e0387fcc3fc" 2018-10-26 08:33:37,324 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:33:36 GMT Server: Apache x-openstack-request-id: req-c9f8c9bf-1b3a-4371-9b5b-d9b0095721c0 Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack1/dc391175-2b17-4615-b17b-a5f5446b2ff6 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack1/dc391175-2b17-4615-b17b-a5f5446b2ff6;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:33:37,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:33:37 GMT Server: Apache x-openstack-request-id: req-09f225ca-ca1b-4d40-b183-547c32b4c931 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": "e8c35a3eddcb484a9d13f31d10ef71de", "OS::stack_id": "dc391175-2b17-4615-b17b-a5f5446b2ff6", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-image", "inst_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack1", "stack_user_project_id": "ff5cce0dc09345fd978d8a48e9b9b356", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T08:33:30Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack1/dc391175-2b17-4615-b17b-a5f5446b2ff6", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "dc391175-2b17-4615-b17b-a5f5446b2ff6", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 08:33:37,398 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack1/dc391175-2b17-4615-b17b-a5f5446b2ff6 used request id req-09f225ca-ca1b-4d40-b183-547c32b4c931 2018-10-26 08:33:40,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/dc391175-2b17-4615-b17b-a5f5446b2ff6 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a28559843629c1e48a41976a2286e0387fcc3fc" 2018-10-26 08:33:40,579 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:33:40 GMT Server: Apache x-openstack-request-id: req-0cda8794-5273-473d-b1d5-efb61b2603a1 Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack1/dc391175-2b17-4615-b17b-a5f5446b2ff6 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack1/dc391175-2b17-4615-b17b-a5f5446b2ff6;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:33:40,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:33:40 GMT Server: Apache x-openstack-request-id: req-4cbd1777-4e77-42b9-ba91-3b177de2d891 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": "e8c35a3eddcb484a9d13f31d10ef71de", "OS::stack_id": "dc391175-2b17-4615-b17b-a5f5446b2ff6", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-image", "inst_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack1", "stack_user_project_id": "ff5cce0dc09345fd978d8a48e9b9b356", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T08:33:30Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack1/dc391175-2b17-4615-b17b-a5f5446b2ff6", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "dc391175-2b17-4615-b17b-a5f5446b2ff6", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 08:33:40,794 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack1/dc391175-2b17-4615-b17b-a5f5446b2ff6 used request id req-4cbd1777-4e77-42b9-ba91-3b177de2d891 2018-10-26 08:33:43,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/dc391175-2b17-4615-b17b-a5f5446b2ff6 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a28559843629c1e48a41976a2286e0387fcc3fc" 2018-10-26 08:33:43,827 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:33:43 GMT Server: Apache x-openstack-request-id: req-5af21d50-342d-459e-9181-5668c7102a7e Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack1/dc391175-2b17-4615-b17b-a5f5446b2ff6 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack1/dc391175-2b17-4615-b17b-a5f5446b2ff6;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:33:44,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:33:43 GMT Server: Apache x-openstack-request-id: req-3508308c-594a-46a7-a9de-1caadb01d1f5 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": "e8c35a3eddcb484a9d13f31d10ef71de", "OS::stack_id": "dc391175-2b17-4615-b17b-a5f5446b2ff6", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-image", "inst_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack1", "stack_user_project_id": "ff5cce0dc09345fd978d8a48e9b9b356", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T08:33:30Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack1/dc391175-2b17-4615-b17b-a5f5446b2ff6", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "dc391175-2b17-4615-b17b-a5f5446b2ff6", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 08:33:44,564 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack1/dc391175-2b17-4615-b17b-a5f5446b2ff6 used request id req-3508308c-594a-46a7-a9de-1caadb01d1f5 2018-10-26 08:33:47,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/dc391175-2b17-4615-b17b-a5f5446b2ff6 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a28559843629c1e48a41976a2286e0387fcc3fc" 2018-10-26 08:33:47,749 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:33:47 GMT Server: Apache x-openstack-request-id: req-6e8c709a-23de-473e-8828-7b1a00fe5308 Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack1/dc391175-2b17-4615-b17b-a5f5446b2ff6 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack1/dc391175-2b17-4615-b17b-a5f5446b2ff6;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:33:47,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:33:47 GMT Server: Apache x-openstack-request-id: req-fffdb0b5-6d27-40a3-b622-6a3f32aec5ec 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": "e8c35a3eddcb484a9d13f31d10ef71de", "OS::stack_id": "dc391175-2b17-4615-b17b-a5f5446b2ff6", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-image", "inst_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack1", "stack_user_project_id": "ff5cce0dc09345fd978d8a48e9b9b356", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-26T08:33:30Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack1/dc391175-2b17-4615-b17b-a5f5446b2ff6", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "dc391175-2b17-4615-b17b-a5f5446b2ff6", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 08:33:47,975 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack1/dc391175-2b17-4615-b17b-a5f5446b2ff6 used request id req-fffdb0b5-6d27-40a3-b622-6a3f32aec5ec 2018-10-26 08:33:48,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a28559843629c1e48a41976a2286e0387fcc3fc" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-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-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-net", "inst_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-flavor"}}' 2018-10-26 08:33:50,181 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 08:33:48 GMT Server: Apache x-openstack-request-id: req-4b5c6a20-1bf6-49b8-8973-c72bbdf7b4bc Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2/f6234899-2092-443a-bcbb-0e49d0c999ec Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "f6234899-2092-443a-bcbb-0e49d0c999ec", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2/f6234899-2092-443a-bcbb-0e49d0c999ec", "rel": "self"}]}} 2018-10-26 08:33:50,181 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks used request id req-4b5c6a20-1bf6-49b8-8973-c72bbdf7b4bc 2018-10-26 08:33:50,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/f6234899-2092-443a-bcbb-0e49d0c999ec -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a28559843629c1e48a41976a2286e0387fcc3fc" 2018-10-26 08:33:50,210 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:33:50 GMT Server: Apache x-openstack-request-id: req-5a62ce9c-ea1d-4831-8d0d-bf7a2a9d325c Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2/f6234899-2092-443a-bcbb-0e49d0c999ec Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2/f6234899-2092-443a-bcbb-0e49d0c999ec;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:33:50,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:33:50 GMT Server: Apache x-openstack-request-id: req-37f1bd5c-8cda-45ff-918c-8847428ef62e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 548 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "OS::stack_id": "f6234899-2092-443a-bcbb-0e49d0c999ec", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-image", "inst_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2", "stack_user_project_id": "e85733e1b8614fe7bd87bac5fb83f057", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T08:33:49Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2/f6234899-2092-443a-bcbb-0e49d0c999ec", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f6234899-2092-443a-bcbb-0e49d0c999ec", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 08:33:50,252 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2/f6234899-2092-443a-bcbb-0e49d0c999ec used request id req-37f1bd5c-8cda-45ff-918c-8847428ef62e 2018-10-26 08:33:50,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks?stack_name=HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a28559843629c1e48a41976a2286e0387fcc3fc" 2018-10-26 08:33:50,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:33:50 GMT Server: Apache x-openstack-request-id: req-37b9ff4f-e85a-4d6c-9a23-9bd220524ee2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2", "stack_user_project_id": "e85733e1b8614fe7bd87bac5fb83f057", "deletion_time": null, "creation_time": "2018-10-26T08:33:49Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2/f6234899-2092-443a-bcbb-0e49d0c999ec", "rel": "self"}], "updated_time": null, "project": "e8c35a3eddcb484a9d13f31d10ef71de", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "f6234899-2092-443a-bcbb-0e49d0c999ec", "tags": null}]} 2018-10-26 08:33:50,433 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks?stack_name=HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2 used request id req-37b9ff4f-e85a-4d6c-9a23-9bd220524ee2 2018-10-26 08:33:50,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks?stack_name=HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a28559843629c1e48a41976a2286e0387fcc3fc" 2018-10-26 08:33:50,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:33:50 GMT Server: Apache x-openstack-request-id: req-a1137e7b-a303-4bee-86f2-4b177dcbacb1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2", "stack_user_project_id": "e85733e1b8614fe7bd87bac5fb83f057", "deletion_time": null, "creation_time": "2018-10-26T08:33:49Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2/f6234899-2092-443a-bcbb-0e49d0c999ec", "rel": "self"}], "updated_time": null, "project": "e8c35a3eddcb484a9d13f31d10ef71de", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "f6234899-2092-443a-bcbb-0e49d0c999ec", "tags": null}]} 2018-10-26 08:33:50,478 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks?stack_name=HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2 used request id req-a1137e7b-a303-4bee-86f2-4b177dcbacb1 2018-10-26 08:33:50,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/f6234899-2092-443a-bcbb-0e49d0c999ec -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a28559843629c1e48a41976a2286e0387fcc3fc" 2018-10-26 08:33:51,116 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:33:50 GMT Server: Apache x-openstack-request-id: req-a939b6a6-2640-48e3-befd-72596544bff5 Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2/f6234899-2092-443a-bcbb-0e49d0c999ec Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2/f6234899-2092-443a-bcbb-0e49d0c999ec;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:33:51,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:33:51 GMT Server: Apache x-openstack-request-id: req-65760384-f414-43c1-8c8d-6add7c08e9d2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 548 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "OS::stack_id": "f6234899-2092-443a-bcbb-0e49d0c999ec", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-image", "inst_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2", "stack_user_project_id": "e85733e1b8614fe7bd87bac5fb83f057", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T08:33:49Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2/f6234899-2092-443a-bcbb-0e49d0c999ec", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f6234899-2092-443a-bcbb-0e49d0c999ec", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 08:33:51,302 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2/f6234899-2092-443a-bcbb-0e49d0c999ec used request id req-65760384-f414-43c1-8c8d-6add7c08e9d2 2018-10-26 08:33:51,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/f6234899-2092-443a-bcbb-0e49d0c999ec -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a28559843629c1e48a41976a2286e0387fcc3fc" 2018-10-26 08:33:51,330 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:33:51 GMT Server: Apache x-openstack-request-id: req-d496ccff-af49-41f1-8b37-8ca31c62eb72 Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2/f6234899-2092-443a-bcbb-0e49d0c999ec Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2/f6234899-2092-443a-bcbb-0e49d0c999ec;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:33:51,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:33:51 GMT Server: Apache x-openstack-request-id: req-157fcce1-25b6-4a37-9dea-9bc51e7ff4d4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 548 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "OS::stack_id": "f6234899-2092-443a-bcbb-0e49d0c999ec", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-image", "inst_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2", "stack_user_project_id": "e85733e1b8614fe7bd87bac5fb83f057", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T08:33:49Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2/f6234899-2092-443a-bcbb-0e49d0c999ec", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f6234899-2092-443a-bcbb-0e49d0c999ec", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 08:33:51,372 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2/f6234899-2092-443a-bcbb-0e49d0c999ec used request id req-157fcce1-25b6-4a37-9dea-9bc51e7ff4d4 2018-10-26 08:33:54,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/f6234899-2092-443a-bcbb-0e49d0c999ec -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a28559843629c1e48a41976a2286e0387fcc3fc" 2018-10-26 08:33:54,405 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:33:54 GMT Server: Apache x-openstack-request-id: req-3bf7e047-e391-42c7-9bfd-6e57738f4806 Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2/f6234899-2092-443a-bcbb-0e49d0c999ec Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2/f6234899-2092-443a-bcbb-0e49d0c999ec;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:33:54,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:33:54 GMT Server: Apache x-openstack-request-id: req-b6af189e-7cd4-4ea7-89b4-bee7922085e2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 548 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "OS::stack_id": "f6234899-2092-443a-bcbb-0e49d0c999ec", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-image", "inst_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2", "stack_user_project_id": "e85733e1b8614fe7bd87bac5fb83f057", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T08:33:49Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2/f6234899-2092-443a-bcbb-0e49d0c999ec", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f6234899-2092-443a-bcbb-0e49d0c999ec", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 08:33:54,608 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2/f6234899-2092-443a-bcbb-0e49d0c999ec used request id req-b6af189e-7cd4-4ea7-89b4-bee7922085e2 2018-10-26 08:33:57,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/f6234899-2092-443a-bcbb-0e49d0c999ec -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a28559843629c1e48a41976a2286e0387fcc3fc" 2018-10-26 08:33:57,640 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:33:57 GMT Server: Apache x-openstack-request-id: req-537e9231-0d06-457e-a98b-0248e859a984 Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2/f6234899-2092-443a-bcbb-0e49d0c999ec Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2/f6234899-2092-443a-bcbb-0e49d0c999ec;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:33:57,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:33:57 GMT Server: Apache x-openstack-request-id: req-25c6bf24-4692-4d44-bd69-1ad23cd6af4a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 548 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "OS::stack_id": "f6234899-2092-443a-bcbb-0e49d0c999ec", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-image", "inst_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2", "stack_user_project_id": "e85733e1b8614fe7bd87bac5fb83f057", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T08:33:49Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2/f6234899-2092-443a-bcbb-0e49d0c999ec", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f6234899-2092-443a-bcbb-0e49d0c999ec", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 08:33:57,684 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2/f6234899-2092-443a-bcbb-0e49d0c999ec used request id req-25c6bf24-4692-4d44-bd69-1ad23cd6af4a 2018-10-26 08:34:00,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/f6234899-2092-443a-bcbb-0e49d0c999ec -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a28559843629c1e48a41976a2286e0387fcc3fc" 2018-10-26 08:34:00,869 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:34:00 GMT Server: Apache x-openstack-request-id: req-53521576-9231-43f2-8843-b8e61501d6c2 Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2/f6234899-2092-443a-bcbb-0e49d0c999ec Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2/f6234899-2092-443a-bcbb-0e49d0c999ec;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:34:01,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:34:00 GMT Server: Apache x-openstack-request-id: req-46b45974-5fc1-4693-b95b-8d269864c8bb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 548 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "OS::stack_id": "f6234899-2092-443a-bcbb-0e49d0c999ec", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-image", "inst_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2", "stack_user_project_id": "e85733e1b8614fe7bd87bac5fb83f057", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T08:33:49Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2/f6234899-2092-443a-bcbb-0e49d0c999ec", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f6234899-2092-443a-bcbb-0e49d0c999ec", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 08:34:01,061 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2/f6234899-2092-443a-bcbb-0e49d0c999ec used request id req-46b45974-5fc1-4693-b95b-8d269864c8bb 2018-10-26 08:34:04,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/f6234899-2092-443a-bcbb-0e49d0c999ec -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a28559843629c1e48a41976a2286e0387fcc3fc" 2018-10-26 08:34:04,094 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:34:04 GMT Server: Apache x-openstack-request-id: req-ea1c8f18-0396-4c5f-a685-4a4ac8bbf13e Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2/f6234899-2092-443a-bcbb-0e49d0c999ec Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2/f6234899-2092-443a-bcbb-0e49d0c999ec;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:34:04,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:34:04 GMT Server: Apache x-openstack-request-id: req-e55935b4-5f93-4094-9814-c1fa141a9d07 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 548 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "OS::stack_id": "f6234899-2092-443a-bcbb-0e49d0c999ec", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-image", "inst_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2", "stack_user_project_id": "e85733e1b8614fe7bd87bac5fb83f057", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T08:33:49Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2/f6234899-2092-443a-bcbb-0e49d0c999ec", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f6234899-2092-443a-bcbb-0e49d0c999ec", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 08:34:04,295 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2/f6234899-2092-443a-bcbb-0e49d0c999ec used request id req-e55935b4-5f93-4094-9814-c1fa141a9d07 2018-10-26 08:34:07,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/f6234899-2092-443a-bcbb-0e49d0c999ec -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a28559843629c1e48a41976a2286e0387fcc3fc" 2018-10-26 08:34:07,327 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:34:07 GMT Server: Apache x-openstack-request-id: req-44c38c2d-d4a2-48fa-ad03-84e1e853cd23 Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2/f6234899-2092-443a-bcbb-0e49d0c999ec Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2/f6234899-2092-443a-bcbb-0e49d0c999ec;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:34:07,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:34:07 GMT Server: Apache x-openstack-request-id: req-8fcc71ad-87d4-4609-9d98-791fce547b07 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 548 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "OS::stack_id": "f6234899-2092-443a-bcbb-0e49d0c999ec", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-image", "inst_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2", "stack_user_project_id": "e85733e1b8614fe7bd87bac5fb83f057", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T08:33:49Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2/f6234899-2092-443a-bcbb-0e49d0c999ec", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f6234899-2092-443a-bcbb-0e49d0c999ec", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 08:34:07,370 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2/f6234899-2092-443a-bcbb-0e49d0c999ec used request id req-8fcc71ad-87d4-4609-9d98-791fce547b07 2018-10-26 08:34:10,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/f6234899-2092-443a-bcbb-0e49d0c999ec -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a28559843629c1e48a41976a2286e0387fcc3fc" 2018-10-26 08:34:10,404 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:34:10 GMT Server: Apache x-openstack-request-id: req-ef5c3604-3cfe-4452-92d5-ba8923e5c3e2 Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2/f6234899-2092-443a-bcbb-0e49d0c999ec Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2/f6234899-2092-443a-bcbb-0e49d0c999ec;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:34:10,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:34:10 GMT Server: Apache x-openstack-request-id: req-57dedf05-25be-49f8-aa0b-dad38b8062e1 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": "e8c35a3eddcb484a9d13f31d10ef71de", "OS::stack_id": "f6234899-2092-443a-bcbb-0e49d0c999ec", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-image", "inst_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2", "stack_user_project_id": "e85733e1b8614fe7bd87bac5fb83f057", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-26T08:33:49Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2/f6234899-2092-443a-bcbb-0e49d0c999ec", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "f6234899-2092-443a-bcbb-0e49d0c999ec", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 08:34:10,445 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2/f6234899-2092-443a-bcbb-0e49d0c999ec used request id req-57dedf05-25be-49f8-aa0b-dad38b8062e1 2018-10-26 08:34:10,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/dc391175-2b17-4615-b17b-a5f5446b2ff6 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a28559843629c1e48a41976a2286e0387fcc3fc" 2018-10-26 08:34:10,474 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:34:10 GMT Server: Apache x-openstack-request-id: req-a258f4df-93b9-4712-b9a1-96b96bc31ceb Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack1/dc391175-2b17-4615-b17b-a5f5446b2ff6 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack1/dc391175-2b17-4615-b17b-a5f5446b2ff6;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:34:10,516 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:34:10 GMT Server: Apache x-openstack-request-id: req-f4b8a6f6-b2f2-46b4-aec3-07c5234d0afb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:34:10,516 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack1/dc391175-2b17-4615-b17b-a5f5446b2ff6 used request id req-f4b8a6f6-b2f2-46b4-aec3-07c5234d0afb 2018-10-26 08:34:10,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/f6234899-2092-443a-bcbb-0e49d0c999ec -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a28559843629c1e48a41976a2286e0387fcc3fc" 2018-10-26 08:34:10,718 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:34:10 GMT Server: Apache x-openstack-request-id: req-b832e1aa-738e-444d-85b0-76c6c06591e7 Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2/f6234899-2092-443a-bcbb-0e49d0c999ec Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2/f6234899-2092-443a-bcbb-0e49d0c999ec;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:34:10,791 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:34:10 GMT Server: Apache x-openstack-request-id: req-54e5641a-6d06-412b-9851-9d5a2f5a9cba Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:34:10,791 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-stack2/f6234899-2092-443a-bcbb-0e49d0c999ec used request id req-54e5641a-6d06-412b-9851-9d5a2f5a9cba 2018-10-26 08:34:10,791 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-897e7940-d1ef-44cd-9f7f-7dd19992f8ba-image 2018-10-26 08:34:10,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/f9a02146-0e73-4fad-818b-99ad0edc3356 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9557c044e71e5294fb9e9538613b85f3251f9ec3" 2018-10-26 08:34:13,349 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-16d46c9f-d856-4c06-8d7c-e2a48d8b90df Date: Fri, 26 Oct 2018 08:34: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-26 08:34:13,349 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/f9a02146-0e73-4fad-818b-99ad0edc3356 used request id req-16d46c9f-d856-4c06-8d7c-e2a48d8b90df 2018-10-26 08:34:13,353 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/8ed56e7b-30c7-4d38-b710-14b334f1221c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bdd7cac174c41eabb1e920b126dc3e967e64d1a" 2018-10-26 08:34:13,417 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08:34:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-27c47cd2-6a24-4943-9af2-f3da6a62957c x-compute-request-id: req-27c47cd2-6a24-4943-9af2-f3da6a62957c Content-Length: 0 Content-Type: application/json 2018-10-26 08:34:13,418 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/8ed56e7b-30c7-4d38-b710-14b334f1221c used request id req-27c47cd2-6a24-4943-9af2-f3da6a62957c 2018-10-26 08:34:13,419 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-26 08:34:13,419 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:34:13,420 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:34:13,810 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:34:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["m5Vdp57UTveQ7-5648CLRA"], "issued_at": "2018-10-26T08:34:13.000000Z"}} 2018-10-26 08:34:13,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3da72e1264f8ed3d862d6b4e60241b063bfc2cff" 2018-10-26 08:34:13,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:34:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66e50ae2-cf6b-4fe7-959c-9238fa15a267 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:34:13,885 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-66e50ae2-cf6b-4fe7-959c-9238fa15a267 2018-10-26 08:34:13,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-image1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3da72e1264f8ed3d862d6b4e60241b063bfc2cff" 2018-10-26 08:34:14,099 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 178 Content-Type: application/json X-Openstack-Request-Id: req-3aabe0f6-326f-42ef-811d-f96b95abb930 Date: Fri, 26 Oct 2018 08:34:14 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-image1"} 2018-10-26 08:34:14,099 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-image1 used request id req-3aabe0f6-326f-42ef-811d-f96b95abb930 2018-10-26 08:34:14,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3da72e1264f8ed3d862d6b4e60241b063bfc2cff" 2018-10-26 08:34:14,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d2a7699c-87f5-4c5f-9568-d03cc69c3451 Date: Fri, 26 Oct 2018 08:34: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-26 08:34:14,255 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-d2a7699c-87f5-4c5f-9568-d03cc69c3451 2018-10-26 08:34:14,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3da72e1264f8ed3d862d6b4e60241b063bfc2cff" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-image1"}' 2018-10-26 08:34:14,472 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 637 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/b937d634-75fd-4b52-8e1c-680afe10d955 X-Openstack-Request-Id: req-d127d1f0-1a77-4cf5-bad8-31f904671c7b Date: Fri, 26 Oct 2018 08:34:14 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-image1", "tags": [], "container_format": "bare", "created_at": "2018-10-26T08:34:14Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-26T08:34:14Z", "visibility": "shared", "locations": [], "self": "/v2/images/b937d634-75fd-4b52-8e1c-680afe10d955", "min_disk": 0, "protected": false, "id": "b937d634-75fd-4b52-8e1c-680afe10d955", "file": "/v2/images/b937d634-75fd-4b52-8e1c-680afe10d955/file", "checksum": null, "owner": "e8c35a3eddcb484a9d13f31d10ef71de", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 08:34:14,472 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-d127d1f0-1a77-4cf5-bad8-31f904671c7b 2018-10-26 08:34:14,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/b937d634-75fd-4b52-8e1c-680afe10d955/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3da72e1264f8ed3d862d6b4e60241b063bfc2cff" -d '' 2018-10-26 08:34:16,585 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-822f71e7-6ab7-4220-b0db-9dbc5a9ccdca Date: Fri, 26 Oct 2018 08:34:16 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-26 08:34:16,586 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/b937d634-75fd-4b52-8e1c-680afe10d955/file used request id req-822f71e7-6ab7-4220-b0db-9dbc5a9ccdca 2018-10-26 08:34:16,586 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 08:34:16,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/b937d634-75fd-4b52-8e1c-680afe10d955 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3da72e1264f8ed3d862d6b4e60241b063bfc2cff" 2018-10-26 08:34:16,755 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-a732383b-87a2-4bd4-9198-006bc2fe907c Date: Fri, 26 Oct 2018 08:34:16 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-image1", "tags": [], "container_format": "bare", "created_at": "2018-10-26T08:34:14Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T08:34:16Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/b937d634-75fd-4b52-8e1c-680afe10d955/snap", "metadata": {}}], "self": "/v2/images/b937d634-75fd-4b52-8e1c-680afe10d955", "min_disk": 0, "protected": false, "id": "b937d634-75fd-4b52-8e1c-680afe10d955", "file": "/v2/images/b937d634-75fd-4b52-8e1c-680afe10d955/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e8c35a3eddcb484a9d13f31d10ef71de", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/b937d634-75fd-4b52-8e1c-680afe10d955/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 08:34:16,756 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/b937d634-75fd-4b52-8e1c-680afe10d955 used request id req-a732383b-87a2-4bd4-9198-006bc2fe907c 2018-10-26 08:34:16,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3da72e1264f8ed3d862d6b4e60241b063bfc2cff" 2018-10-26 08:34:16,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-02cd79ff-7c04-4522-99f3-da117ae7deb4 Date: Fri, 26 Oct 2018 08:34: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-26 08:34:16,908 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-02cd79ff-7c04-4522-99f3-da117ae7deb4 2018-10-26 08:34:16,911 - create_image - INFO - Created image with name - HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-image1 2018-10-26 08:34:16,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/b937d634-75fd-4b52-8e1c-680afe10d955 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3da72e1264f8ed3d862d6b4e60241b063bfc2cff" 2018-10-26 08:34:17,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-390adef4-b692-459c-ba47-ba41bb1b1655 Date: Fri, 26 Oct 2018 08:34:17 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-image1", "tags": [], "container_format": "bare", "created_at": "2018-10-26T08:34:14Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T08:34:16Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/b937d634-75fd-4b52-8e1c-680afe10d955/snap", "metadata": {}}], "self": "/v2/images/b937d634-75fd-4b52-8e1c-680afe10d955", "min_disk": 0, "protected": false, "id": "b937d634-75fd-4b52-8e1c-680afe10d955", "file": "/v2/images/b937d634-75fd-4b52-8e1c-680afe10d955/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e8c35a3eddcb484a9d13f31d10ef71de", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/b937d634-75fd-4b52-8e1c-680afe10d955/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 08:34:17,118 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/b937d634-75fd-4b52-8e1c-680afe10d955 used request id req-390adef4-b692-459c-ba47-ba41bb1b1655 2018-10-26 08:34:17,118 - create_image - DEBUG - Instance status is - active 2018-10-26 08:34:17,119 - create_image - DEBUG - Image is active with name - HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-image1 2018-10-26 08:34:17,119 - create_image - INFO - Image is now active with name - HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-image1 2018-10-26 08:34:17,119 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-26 08:34:17,119 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:34:17,120 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:34:17,500 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:34:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["Ru2Z49FiS0m4KKH7QTT06Q"], "issued_at": "2018-10-26T08:34:17.000000Z"}} 2018-10-26 08:34:17,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f9b0fdb6b6f9bbe35f42dc478f9c74b07b56f59" 2018-10-26 08:34:17,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:34:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9546254a-fed1-4f3e-9cf7-fc216977058c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:34:17,584 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-9546254a-fed1-4f3e-9cf7-fc216977058c 2018-10-26 08:34:17,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-image2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3f9b0fdb6b6f9bbe35f42dc478f9c74b07b56f59" 2018-10-26 08:34:17,756 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 178 Content-Type: application/json X-Openstack-Request-Id: req-d24a90e4-90ec-48c8-b43a-a4ffc6b7dcdf Date: Fri, 26 Oct 2018 08:34:17 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-image2"} 2018-10-26 08:34:17,756 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-image2 used request id req-d24a90e4-90ec-48c8-b43a-a4ffc6b7dcdf 2018-10-26 08:34:17,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3f9b0fdb6b6f9bbe35f42dc478f9c74b07b56f59" 2018-10-26 08:34:17,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-57a0a0f2-d37e-421f-a08e-0bfc9f17205c Date: Fri, 26 Oct 2018 08:34:17 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept 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-26 08:34:17,909 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-57a0a0f2-d37e-421f-a08e-0bfc9f17205c 2018-10-26 08:34:17,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3f9b0fdb6b6f9bbe35f42dc478f9c74b07b56f59" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-image2"}' 2018-10-26 08:34:18,188 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 637 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/b0723f0d-a581-489c-a57a-d97804c9c2e8 X-Openstack-Request-Id: req-ac1a5273-3989-4456-84fd-aa917315c840 Date: Fri, 26 Oct 2018 08:34:18 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-image2", "tags": [], "container_format": "bare", "created_at": "2018-10-26T08:34:18Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-26T08:34:18Z", "visibility": "shared", "locations": [], "self": "/v2/images/b0723f0d-a581-489c-a57a-d97804c9c2e8", "min_disk": 0, "protected": false, "id": "b0723f0d-a581-489c-a57a-d97804c9c2e8", "file": "/v2/images/b0723f0d-a581-489c-a57a-d97804c9c2e8/file", "checksum": null, "owner": "e8c35a3eddcb484a9d13f31d10ef71de", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 08:34:18,188 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-ac1a5273-3989-4456-84fd-aa917315c840 2018-10-26 08:34:18,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/b0723f0d-a581-489c-a57a-d97804c9c2e8/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3f9b0fdb6b6f9bbe35f42dc478f9c74b07b56f59" -d '' 2018-10-26 08:34:20,311 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-04e24e94-228b-41b8-a9e1-cfe5644d8005 Date: Fri, 26 Oct 2018 08:34:20 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-26 08:34:20,311 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/b0723f0d-a581-489c-a57a-d97804c9c2e8/file used request id req-04e24e94-228b-41b8-a9e1-cfe5644d8005 2018-10-26 08:34:20,312 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 08:34:20,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/b0723f0d-a581-489c-a57a-d97804c9c2e8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3f9b0fdb6b6f9bbe35f42dc478f9c74b07b56f59" 2018-10-26 08:34:20,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-d379ac3c-f37f-4a2a-bb01-f83b4d4e5d34 Date: Fri, 26 Oct 2018 08:34:20 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-image2", "tags": [], "container_format": "bare", "created_at": "2018-10-26T08:34:18Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T08:34:20Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/b0723f0d-a581-489c-a57a-d97804c9c2e8/snap", "metadata": {}}], "self": "/v2/images/b0723f0d-a581-489c-a57a-d97804c9c2e8", "min_disk": 0, "protected": false, "id": "b0723f0d-a581-489c-a57a-d97804c9c2e8", "file": "/v2/images/b0723f0d-a581-489c-a57a-d97804c9c2e8/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e8c35a3eddcb484a9d13f31d10ef71de", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/b0723f0d-a581-489c-a57a-d97804c9c2e8/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 08:34:20,480 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/b0723f0d-a581-489c-a57a-d97804c9c2e8 used request id req-d379ac3c-f37f-4a2a-bb01-f83b4d4e5d34 2018-10-26 08:34:20,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3f9b0fdb6b6f9bbe35f42dc478f9c74b07b56f59" 2018-10-26 08:34:20,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-946cc843-2fb5-4abb-80f9-7af22f3628b1 Date: Fri, 26 Oct 2018 08:34:20 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept 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-26 08:34:20,630 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-946cc843-2fb5-4abb-80f9-7af22f3628b1 2018-10-26 08:34:20,633 - create_image - INFO - Created image with name - HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-image2 2018-10-26 08:34:20,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/b0723f0d-a581-489c-a57a-d97804c9c2e8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3f9b0fdb6b6f9bbe35f42dc478f9c74b07b56f59" 2018-10-26 08:34:20,815 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-69bac341-9bf8-4d56-ba79-ebda5c7a529c Date: Fri, 26 Oct 2018 08:34:20 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-image2", "tags": [], "container_format": "bare", "created_at": "2018-10-26T08:34:18Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T08:34:20Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/b0723f0d-a581-489c-a57a-d97804c9c2e8/snap", "metadata": {}}], "self": "/v2/images/b0723f0d-a581-489c-a57a-d97804c9c2e8", "min_disk": 0, "protected": false, "id": "b0723f0d-a581-489c-a57a-d97804c9c2e8", "file": "/v2/images/b0723f0d-a581-489c-a57a-d97804c9c2e8/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e8c35a3eddcb484a9d13f31d10ef71de", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/b0723f0d-a581-489c-a57a-d97804c9c2e8/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 08:34:20,815 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/b0723f0d-a581-489c-a57a-d97804c9c2e8 used request id req-69bac341-9bf8-4d56-ba79-ebda5c7a529c 2018-10-26 08:34:20,816 - create_image - DEBUG - Instance status is - active 2018-10-26 08:34:20,816 - create_image - DEBUG - Image is active with name - HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-image2 2018-10-26 08:34:20,816 - create_image - INFO - Image is now active with name - HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-image2 2018-10-26 08:34:20,816 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-26 08:34:20,878 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:34:21,382 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:34:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["uB1bNfLvTGyJz7ChL95fpw"], "issued_at": "2018-10-26T08:34:21.000000Z"}} 2018-10-26 08:34:21,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a83dbf06df61c06876a625fb7a7ffcf97bbe0832" -d '{"stack_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-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-91aa5360-7120-4480-8b9e-1bc76c1054f8-flavor2", "keypair_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-keypair", "subnet_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-subnet", "image1_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-image1", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-flavor1", "net_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-net"}}' 2018-10-26 08:34:24,914 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 08:34:21 GMT Server: Apache x-openstack-request-id: req-23d2fc62-ec21-40e8-91bd-37ef417d29c4 Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07 Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "b57f33d9-355f-49e2-a4cb-48dc1e992e07", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "self"}]}} 2018-10-26 08:34:24,914 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks used request id req-23d2fc62-ec21-40e8-91bd-37ef417d29c4 2018-10-26 08:34:24,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/b57f33d9-355f-49e2-a4cb-48dc1e992e07 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a83dbf06df61c06876a625fb7a7ffcf97bbe0832" 2018-10-26 08:34:25,087 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:34:24 GMT Server: Apache x-openstack-request-id: req-7ee7b92b-56c7-4935-926f-a076220c5767 Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:34:25,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:34:25 GMT Server: Apache x-openstack-request-id: req-b1053fbf-06c9-48ff-b944-8f3b401bf8e4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 722 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-91aa5360-7120-4480-8b9e-1bc76c1054f8-flavor2", "OS::project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "OS::stack_id": "b57f33d9-355f-49e2-a4cb-48dc1e992e07", "OS::stack_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack", "stack_user_project_id": "62df148eff1944caa3f066aaeff28573", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T08:34:24Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b57f33d9-355f-49e2-a4cb-48dc1e992e07", "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-26 08:34:25,309 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07 used request id req-b1053fbf-06c9-48ff-b944-8f3b401bf8e4 2018-10-26 08:34:25,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/b57f33d9-355f-49e2-a4cb-48dc1e992e07 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a83dbf06df61c06876a625fb7a7ffcf97bbe0832" 2018-10-26 08:34:25,497 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:34:25 GMT Server: Apache x-openstack-request-id: req-7fed3c7e-47f9-4fb1-b9ce-9e9a4dc7fd58 Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:34:25,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:34:25 GMT Server: Apache x-openstack-request-id: req-e831520f-6e56-43e7-8a4d-577643cf3d15 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 722 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-91aa5360-7120-4480-8b9e-1bc76c1054f8-flavor2", "OS::project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "OS::stack_id": "b57f33d9-355f-49e2-a4cb-48dc1e992e07", "OS::stack_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack", "stack_user_project_id": "62df148eff1944caa3f066aaeff28573", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T08:34:24Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b57f33d9-355f-49e2-a4cb-48dc1e992e07", "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-26 08:34:25,799 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07 used request id req-e831520f-6e56-43e7-8a4d-577643cf3d15 2018-10-26 08:34:28,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/b57f33d9-355f-49e2-a4cb-48dc1e992e07 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a83dbf06df61c06876a625fb7a7ffcf97bbe0832" 2018-10-26 08:34:28,976 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:34:28 GMT Server: Apache x-openstack-request-id: req-64c347d5-228a-4dac-bc49-b391c1544844 Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:34:29,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:34:28 GMT Server: Apache x-openstack-request-id: req-6e73e371-70d9-4b99-a1b7-cf31859862d2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 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-91aa5360-7120-4480-8b9e-1bc76c1054f8-flavor2", "OS::project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "OS::stack_id": "b57f33d9-355f-49e2-a4cb-48dc1e992e07", "OS::stack_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack", "stack_user_project_id": "62df148eff1944caa3f066aaeff28573", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T08:34:24Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b57f33d9-355f-49e2-a4cb-48dc1e992e07", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA2b8fXMqjFTCjKZ+JDQwmaY68BmwE2tPzNcIIGD75GJLXWse/\n8ngzLEEyNJt3nG0XCJ3mEkgVtILyxRSO3IOha3sUlIyEhjA1QXvYRsmBdVsj26lz\neGsdQguEbocQ+87MhlAIBgLJqXLT6u73IC6p140qQJuGtFan/uBKSUtK34639WX7\nRQYQ++qdw7Lm2DXP8A2MMYOtgAlxMlgtUZO/mZOwXTWI0KR3WoPpMNTb4ZjMIASK\nTCkK/I1nnRCVmGTI14MNjU2KV/hDR/DN+RWkcoP9e0hS/KjwvHVzeEHsKTYPVX6a\nc/L44Xo8fosyvTe8r9hKme+OvAAEhkof36rxowIDAQABAoIBAFqUzjgst+D1xbpn\n+nxqBIS+8ur8/pwFtdQ0LmffsoINe/bwx6HXbPpI+Ni3n+971iwoe3A5eoYIP3PK\n1I9ZVso+flY5ilvELDNckKEJ7IfkbStQ948tiBNUdTgBiggmhCCPpHbTrA6IjS3b\nUQSbRN49hEkyKbxVnDdEGMMaxj/u+4xWu/oECdGv18vis5CX5zGiSN4RmtsCIX9b\nqdytCV4CpXaUUP19yv5eBAynDGIogG7JdN6iXFU/ev9xR9pEf/eimjuLoHx/aCSo\nb8keKlMVMdJGjxI0y4AX2/zgpqeTr6A9QGlmR4YmpjHRae5by42OLZoSrBe7DFLv\nmiT6hnkCgYEA8cOkRuNginuegNZwPbANmsi9jqSOcSeNdvbQA32Rb37bFZV6Pq1M\nAV1EtTe2lC5zyNJZvAgocx1K/ecBFDpcgGgOhHhJfqDoXs5B7gsDoR5vy1J5LlWH\n+VoTf4Ey1TJBWFJg+1Gs2H5pXBUc12KeDnzT1/qnzhoXw20qyMobRR8CgYEA5pFw\nMkHG17yc0M3zDEjUdceuF6uaP0dp0mLYq9ugEvv8ylt3f2s4ASNtNc6qRB7IjaJn\nXEeFeybXXUxdKtoZbUo37JYyEODgd4W5nNx7uyUiIbG9fJexXmc5eMx4HxW7smIz\nPZ8xNM5kZcYa1cOoi7JzqV99x/Pv5bIkj22iHv0CgYBPN43CdIqTlcHv8VPBwsgS\naahC7wSFazJdQq4SFrjq0aQzxFDT7LC02bzDrEe08iuaJ+KjTAEFBxola+XcnOrm\nYDIxkcBzL4I0Xl0YBJ/h0TlMY++1EO2G9M7ivpDLbrYenI+Oicqa/YDEXV6f7H5h\nvOElKcqGK+KRdFnKhP6+fQKBgQCIUwOwY13LHtTlTG/hGoqsHOUdT7QCqBm0cAdG\nDbQmpWEA0HXmG6HgYm7m+ouHfV/9BkHwuMT+XKfHnSgU9yFDkjdgpilx+1Qcty9Y\nxLBPpZP5shqkORiBBa1gdByt3G6++Prs+1vfqgyIdEpXi7jy6A8k3LYE7IEyIVMm\njp7ljQKBgQDXRHL6xQZCsPYLM380pDaAYdb0G3K1HdJ6DQfcT6g/PK+7d+3ev/Fi\nq8PJucE4o79yxWlkHjwzrBZs+r2zmXBkHiFyNqSdI18PoH2c0UM5mHRZV96yy5Dg\nl4NI2/wblwdEgkfZerptkhMhmJdx4tWFZ+HdYcXOAyeDnn5wFrVCUQ==\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-26 08:34:29,295 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07 used request id req-6e73e371-70d9-4b99-a1b7-cf31859862d2 2018-10-26 08:34:32,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/b57f33d9-355f-49e2-a4cb-48dc1e992e07 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a83dbf06df61c06876a625fb7a7ffcf97bbe0832" 2018-10-26 08:34:32,473 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:34:32 GMT Server: Apache x-openstack-request-id: req-576ef7d6-dddc-48a6-b0d7-67b7c48e26df Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:34:32,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:34:32 GMT Server: Apache x-openstack-request-id: req-d587e610-12ba-44d8-92c8-a8612eb023ab Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 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-91aa5360-7120-4480-8b9e-1bc76c1054f8-flavor2", "OS::project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "OS::stack_id": "b57f33d9-355f-49e2-a4cb-48dc1e992e07", "OS::stack_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack", "stack_user_project_id": "62df148eff1944caa3f066aaeff28573", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T08:34:24Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b57f33d9-355f-49e2-a4cb-48dc1e992e07", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA2b8fXMqjFTCjKZ+JDQwmaY68BmwE2tPzNcIIGD75GJLXWse/\n8ngzLEEyNJt3nG0XCJ3mEkgVtILyxRSO3IOha3sUlIyEhjA1QXvYRsmBdVsj26lz\neGsdQguEbocQ+87MhlAIBgLJqXLT6u73IC6p140qQJuGtFan/uBKSUtK34639WX7\nRQYQ++qdw7Lm2DXP8A2MMYOtgAlxMlgtUZO/mZOwXTWI0KR3WoPpMNTb4ZjMIASK\nTCkK/I1nnRCVmGTI14MNjU2KV/hDR/DN+RWkcoP9e0hS/KjwvHVzeEHsKTYPVX6a\nc/L44Xo8fosyvTe8r9hKme+OvAAEhkof36rxowIDAQABAoIBAFqUzjgst+D1xbpn\n+nxqBIS+8ur8/pwFtdQ0LmffsoINe/bwx6HXbPpI+Ni3n+971iwoe3A5eoYIP3PK\n1I9ZVso+flY5ilvELDNckKEJ7IfkbStQ948tiBNUdTgBiggmhCCPpHbTrA6IjS3b\nUQSbRN49hEkyKbxVnDdEGMMaxj/u+4xWu/oECdGv18vis5CX5zGiSN4RmtsCIX9b\nqdytCV4CpXaUUP19yv5eBAynDGIogG7JdN6iXFU/ev9xR9pEf/eimjuLoHx/aCSo\nb8keKlMVMdJGjxI0y4AX2/zgpqeTr6A9QGlmR4YmpjHRae5by42OLZoSrBe7DFLv\nmiT6hnkCgYEA8cOkRuNginuegNZwPbANmsi9jqSOcSeNdvbQA32Rb37bFZV6Pq1M\nAV1EtTe2lC5zyNJZvAgocx1K/ecBFDpcgGgOhHhJfqDoXs5B7gsDoR5vy1J5LlWH\n+VoTf4Ey1TJBWFJg+1Gs2H5pXBUc12KeDnzT1/qnzhoXw20qyMobRR8CgYEA5pFw\nMkHG17yc0M3zDEjUdceuF6uaP0dp0mLYq9ugEvv8ylt3f2s4ASNtNc6qRB7IjaJn\nXEeFeybXXUxdKtoZbUo37JYyEODgd4W5nNx7uyUiIbG9fJexXmc5eMx4HxW7smIz\nPZ8xNM5kZcYa1cOoi7JzqV99x/Pv5bIkj22iHv0CgYBPN43CdIqTlcHv8VPBwsgS\naahC7wSFazJdQq4SFrjq0aQzxFDT7LC02bzDrEe08iuaJ+KjTAEFBxola+XcnOrm\nYDIxkcBzL4I0Xl0YBJ/h0TlMY++1EO2G9M7ivpDLbrYenI+Oicqa/YDEXV6f7H5h\nvOElKcqGK+KRdFnKhP6+fQKBgQCIUwOwY13LHtTlTG/hGoqsHOUdT7QCqBm0cAdG\nDbQmpWEA0HXmG6HgYm7m+ouHfV/9BkHwuMT+XKfHnSgU9yFDkjdgpilx+1Qcty9Y\nxLBPpZP5shqkORiBBa1gdByt3G6++Prs+1vfqgyIdEpXi7jy6A8k3LYE7IEyIVMm\njp7ljQKBgQDXRHL6xQZCsPYLM380pDaAYdb0G3K1HdJ6DQfcT6g/PK+7d+3ev/Fi\nq8PJucE4o79yxWlkHjwzrBZs+r2zmXBkHiFyNqSdI18PoH2c0UM5mHRZV96yy5Dg\nl4NI2/wblwdEgkfZerptkhMhmJdx4tWFZ+HdYcXOAyeDnn5wFrVCUQ==\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-26 08:34:32,815 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07 used request id req-d587e610-12ba-44d8-92c8-a8612eb023ab 2018-10-26 08:34:35,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/b57f33d9-355f-49e2-a4cb-48dc1e992e07 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a83dbf06df61c06876a625fb7a7ffcf97bbe0832" 2018-10-26 08:34:35,997 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:34:35 GMT Server: Apache x-openstack-request-id: req-9168bb7f-a812-4ac8-9889-5bba11883de9 Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:34:36,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:34:36 GMT Server: Apache x-openstack-request-id: req-c202c9a4-e798-46c9-8b08-b4e5120aa85a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 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-91aa5360-7120-4480-8b9e-1bc76c1054f8-flavor2", "OS::project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "OS::stack_id": "b57f33d9-355f-49e2-a4cb-48dc1e992e07", "OS::stack_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack", "stack_user_project_id": "62df148eff1944caa3f066aaeff28573", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T08:34:24Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b57f33d9-355f-49e2-a4cb-48dc1e992e07", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA2b8fXMqjFTCjKZ+JDQwmaY68BmwE2tPzNcIIGD75GJLXWse/\n8ngzLEEyNJt3nG0XCJ3mEkgVtILyxRSO3IOha3sUlIyEhjA1QXvYRsmBdVsj26lz\neGsdQguEbocQ+87MhlAIBgLJqXLT6u73IC6p140qQJuGtFan/uBKSUtK34639WX7\nRQYQ++qdw7Lm2DXP8A2MMYOtgAlxMlgtUZO/mZOwXTWI0KR3WoPpMNTb4ZjMIASK\nTCkK/I1nnRCVmGTI14MNjU2KV/hDR/DN+RWkcoP9e0hS/KjwvHVzeEHsKTYPVX6a\nc/L44Xo8fosyvTe8r9hKme+OvAAEhkof36rxowIDAQABAoIBAFqUzjgst+D1xbpn\n+nxqBIS+8ur8/pwFtdQ0LmffsoINe/bwx6HXbPpI+Ni3n+971iwoe3A5eoYIP3PK\n1I9ZVso+flY5ilvELDNckKEJ7IfkbStQ948tiBNUdTgBiggmhCCPpHbTrA6IjS3b\nUQSbRN49hEkyKbxVnDdEGMMaxj/u+4xWu/oECdGv18vis5CX5zGiSN4RmtsCIX9b\nqdytCV4CpXaUUP19yv5eBAynDGIogG7JdN6iXFU/ev9xR9pEf/eimjuLoHx/aCSo\nb8keKlMVMdJGjxI0y4AX2/zgpqeTr6A9QGlmR4YmpjHRae5by42OLZoSrBe7DFLv\nmiT6hnkCgYEA8cOkRuNginuegNZwPbANmsi9jqSOcSeNdvbQA32Rb37bFZV6Pq1M\nAV1EtTe2lC5zyNJZvAgocx1K/ecBFDpcgGgOhHhJfqDoXs5B7gsDoR5vy1J5LlWH\n+VoTf4Ey1TJBWFJg+1Gs2H5pXBUc12KeDnzT1/qnzhoXw20qyMobRR8CgYEA5pFw\nMkHG17yc0M3zDEjUdceuF6uaP0dp0mLYq9ugEvv8ylt3f2s4ASNtNc6qRB7IjaJn\nXEeFeybXXUxdKtoZbUo37JYyEODgd4W5nNx7uyUiIbG9fJexXmc5eMx4HxW7smIz\nPZ8xNM5kZcYa1cOoi7JzqV99x/Pv5bIkj22iHv0CgYBPN43CdIqTlcHv8VPBwsgS\naahC7wSFazJdQq4SFrjq0aQzxFDT7LC02bzDrEe08iuaJ+KjTAEFBxola+XcnOrm\nYDIxkcBzL4I0Xl0YBJ/h0TlMY++1EO2G9M7ivpDLbrYenI+Oicqa/YDEXV6f7H5h\nvOElKcqGK+KRdFnKhP6+fQKBgQCIUwOwY13LHtTlTG/hGoqsHOUdT7QCqBm0cAdG\nDbQmpWEA0HXmG6HgYm7m+ouHfV/9BkHwuMT+XKfHnSgU9yFDkjdgpilx+1Qcty9Y\nxLBPpZP5shqkORiBBa1gdByt3G6++Prs+1vfqgyIdEpXi7jy6A8k3LYE7IEyIVMm\njp7ljQKBgQDXRHL6xQZCsPYLM380pDaAYdb0G3K1HdJ6DQfcT6g/PK+7d+3ev/Fi\nq8PJucE4o79yxWlkHjwzrBZs+r2zmXBkHiFyNqSdI18PoH2c0UM5mHRZV96yy5Dg\nl4NI2/wblwdEgkfZerptkhMhmJdx4tWFZ+HdYcXOAyeDnn5wFrVCUQ==\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-26 08:34:36,225 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07 used request id req-c202c9a4-e798-46c9-8b08-b4e5120aa85a 2018-10-26 08:34:39,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/b57f33d9-355f-49e2-a4cb-48dc1e992e07 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a83dbf06df61c06876a625fb7a7ffcf97bbe0832" 2018-10-26 08:34:39,714 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:34:39 GMT Server: Apache x-openstack-request-id: req-0d2fb1a1-8c89-4c53-b4c8-be616e4277bc Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:34:40,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:34:39 GMT Server: Apache x-openstack-request-id: req-3b9ec522-1fe8-4b1b-817b-e2e999243c4c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 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-91aa5360-7120-4480-8b9e-1bc76c1054f8-flavor2", "OS::project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "OS::stack_id": "b57f33d9-355f-49e2-a4cb-48dc1e992e07", "OS::stack_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack", "stack_user_project_id": "62df148eff1944caa3f066aaeff28573", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T08:34:24Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b57f33d9-355f-49e2-a4cb-48dc1e992e07", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA2b8fXMqjFTCjKZ+JDQwmaY68BmwE2tPzNcIIGD75GJLXWse/\n8ngzLEEyNJt3nG0XCJ3mEkgVtILyxRSO3IOha3sUlIyEhjA1QXvYRsmBdVsj26lz\neGsdQguEbocQ+87MhlAIBgLJqXLT6u73IC6p140qQJuGtFan/uBKSUtK34639WX7\nRQYQ++qdw7Lm2DXP8A2MMYOtgAlxMlgtUZO/mZOwXTWI0KR3WoPpMNTb4ZjMIASK\nTCkK/I1nnRCVmGTI14MNjU2KV/hDR/DN+RWkcoP9e0hS/KjwvHVzeEHsKTYPVX6a\nc/L44Xo8fosyvTe8r9hKme+OvAAEhkof36rxowIDAQABAoIBAFqUzjgst+D1xbpn\n+nxqBIS+8ur8/pwFtdQ0LmffsoINe/bwx6HXbPpI+Ni3n+971iwoe3A5eoYIP3PK\n1I9ZVso+flY5ilvELDNckKEJ7IfkbStQ948tiBNUdTgBiggmhCCPpHbTrA6IjS3b\nUQSbRN49hEkyKbxVnDdEGMMaxj/u+4xWu/oECdGv18vis5CX5zGiSN4RmtsCIX9b\nqdytCV4CpXaUUP19yv5eBAynDGIogG7JdN6iXFU/ev9xR9pEf/eimjuLoHx/aCSo\nb8keKlMVMdJGjxI0y4AX2/zgpqeTr6A9QGlmR4YmpjHRae5by42OLZoSrBe7DFLv\nmiT6hnkCgYEA8cOkRuNginuegNZwPbANmsi9jqSOcSeNdvbQA32Rb37bFZV6Pq1M\nAV1EtTe2lC5zyNJZvAgocx1K/ecBFDpcgGgOhHhJfqDoXs5B7gsDoR5vy1J5LlWH\n+VoTf4Ey1TJBWFJg+1Gs2H5pXBUc12KeDnzT1/qnzhoXw20qyMobRR8CgYEA5pFw\nMkHG17yc0M3zDEjUdceuF6uaP0dp0mLYq9ugEvv8ylt3f2s4ASNtNc6qRB7IjaJn\nXEeFeybXXUxdKtoZbUo37JYyEODgd4W5nNx7uyUiIbG9fJexXmc5eMx4HxW7smIz\nPZ8xNM5kZcYa1cOoi7JzqV99x/Pv5bIkj22iHv0CgYBPN43CdIqTlcHv8VPBwsgS\naahC7wSFazJdQq4SFrjq0aQzxFDT7LC02bzDrEe08iuaJ+KjTAEFBxola+XcnOrm\nYDIxkcBzL4I0Xl0YBJ/h0TlMY++1EO2G9M7ivpDLbrYenI+Oicqa/YDEXV6f7H5h\nvOElKcqGK+KRdFnKhP6+fQKBgQCIUwOwY13LHtTlTG/hGoqsHOUdT7QCqBm0cAdG\nDbQmpWEA0HXmG6HgYm7m+ouHfV/9BkHwuMT+XKfHnSgU9yFDkjdgpilx+1Qcty9Y\nxLBPpZP5shqkORiBBa1gdByt3G6++Prs+1vfqgyIdEpXi7jy6A8k3LYE7IEyIVMm\njp7ljQKBgQDXRHL6xQZCsPYLM380pDaAYdb0G3K1HdJ6DQfcT6g/PK+7d+3ev/Fi\nq8PJucE4o79yxWlkHjwzrBZs+r2zmXBkHiFyNqSdI18PoH2c0UM5mHRZV96yy5Dg\nl4NI2/wblwdEgkfZerptkhMhmJdx4tWFZ+HdYcXOAyeDnn5wFrVCUQ==\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-26 08:34:40,516 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07 used request id req-3b9ec522-1fe8-4b1b-817b-e2e999243c4c 2018-10-26 08:34:43,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/b57f33d9-355f-49e2-a4cb-48dc1e992e07 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a83dbf06df61c06876a625fb7a7ffcf97bbe0832" 2018-10-26 08:34:43,693 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:34:43 GMT Server: Apache x-openstack-request-id: req-ab67e297-f95d-4356-92f3-bf46b4cd4c20 Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:34:43,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:34:43 GMT Server: Apache x-openstack-request-id: req-7b9e9ef9-67f9-45c6-af7e-c502a4232de1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 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-91aa5360-7120-4480-8b9e-1bc76c1054f8-flavor2", "OS::project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "OS::stack_id": "b57f33d9-355f-49e2-a4cb-48dc1e992e07", "OS::stack_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack", "stack_user_project_id": "62df148eff1944caa3f066aaeff28573", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T08:34:24Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b57f33d9-355f-49e2-a4cb-48dc1e992e07", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA2b8fXMqjFTCjKZ+JDQwmaY68BmwE2tPzNcIIGD75GJLXWse/\n8ngzLEEyNJt3nG0XCJ3mEkgVtILyxRSO3IOha3sUlIyEhjA1QXvYRsmBdVsj26lz\neGsdQguEbocQ+87MhlAIBgLJqXLT6u73IC6p140qQJuGtFan/uBKSUtK34639WX7\nRQYQ++qdw7Lm2DXP8A2MMYOtgAlxMlgtUZO/mZOwXTWI0KR3WoPpMNTb4ZjMIASK\nTCkK/I1nnRCVmGTI14MNjU2KV/hDR/DN+RWkcoP9e0hS/KjwvHVzeEHsKTYPVX6a\nc/L44Xo8fosyvTe8r9hKme+OvAAEhkof36rxowIDAQABAoIBAFqUzjgst+D1xbpn\n+nxqBIS+8ur8/pwFtdQ0LmffsoINe/bwx6HXbPpI+Ni3n+971iwoe3A5eoYIP3PK\n1I9ZVso+flY5ilvELDNckKEJ7IfkbStQ948tiBNUdTgBiggmhCCPpHbTrA6IjS3b\nUQSbRN49hEkyKbxVnDdEGMMaxj/u+4xWu/oECdGv18vis5CX5zGiSN4RmtsCIX9b\nqdytCV4CpXaUUP19yv5eBAynDGIogG7JdN6iXFU/ev9xR9pEf/eimjuLoHx/aCSo\nb8keKlMVMdJGjxI0y4AX2/zgpqeTr6A9QGlmR4YmpjHRae5by42OLZoSrBe7DFLv\nmiT6hnkCgYEA8cOkRuNginuegNZwPbANmsi9jqSOcSeNdvbQA32Rb37bFZV6Pq1M\nAV1EtTe2lC5zyNJZvAgocx1K/ecBFDpcgGgOhHhJfqDoXs5B7gsDoR5vy1J5LlWH\n+VoTf4Ey1TJBWFJg+1Gs2H5pXBUc12KeDnzT1/qnzhoXw20qyMobRR8CgYEA5pFw\nMkHG17yc0M3zDEjUdceuF6uaP0dp0mLYq9ugEvv8ylt3f2s4ASNtNc6qRB7IjaJn\nXEeFeybXXUxdKtoZbUo37JYyEODgd4W5nNx7uyUiIbG9fJexXmc5eMx4HxW7smIz\nPZ8xNM5kZcYa1cOoi7JzqV99x/Pv5bIkj22iHv0CgYBPN43CdIqTlcHv8VPBwsgS\naahC7wSFazJdQq4SFrjq0aQzxFDT7LC02bzDrEe08iuaJ+KjTAEFBxola+XcnOrm\nYDIxkcBzL4I0Xl0YBJ/h0TlMY++1EO2G9M7ivpDLbrYenI+Oicqa/YDEXV6f7H5h\nvOElKcqGK+KRdFnKhP6+fQKBgQCIUwOwY13LHtTlTG/hGoqsHOUdT7QCqBm0cAdG\nDbQmpWEA0HXmG6HgYm7m+ouHfV/9BkHwuMT+XKfHnSgU9yFDkjdgpilx+1Qcty9Y\nxLBPpZP5shqkORiBBa1gdByt3G6++Prs+1vfqgyIdEpXi7jy6A8k3LYE7IEyIVMm\njp7ljQKBgQDXRHL6xQZCsPYLM380pDaAYdb0G3K1HdJ6DQfcT6g/PK+7d+3ev/Fi\nq8PJucE4o79yxWlkHjwzrBZs+r2zmXBkHiFyNqSdI18PoH2c0UM5mHRZV96yy5Dg\nl4NI2/wblwdEgkfZerptkhMhmJdx4tWFZ+HdYcXOAyeDnn5wFrVCUQ==\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-26 08:34:43,869 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07 used request id req-7b9e9ef9-67f9-45c6-af7e-c502a4232de1 2018-10-26 08:34:46,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/b57f33d9-355f-49e2-a4cb-48dc1e992e07 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a83dbf06df61c06876a625fb7a7ffcf97bbe0832" 2018-10-26 08:34:47,064 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:34:46 GMT Server: Apache x-openstack-request-id: req-91bbdf16-774f-4449-aee7-d870863ea1a3 Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:34:47,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:34:47 GMT Server: Apache x-openstack-request-id: req-7b92665e-79ef-4b5f-bd26-a0a16da0c834 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2085 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-91aa5360-7120-4480-8b9e-1bc76c1054f8-flavor2", "OS::project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "OS::stack_id": "b57f33d9-355f-49e2-a4cb-48dc1e992e07", "OS::stack_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack", "stack_user_project_id": "62df148eff1944caa3f066aaeff28573", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-26T08:34:24Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "b57f33d9-355f-49e2-a4cb-48dc1e992e07", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA2b8fXMqjFTCjKZ+JDQwmaY68BmwE2tPzNcIIGD75GJLXWse/\n8ngzLEEyNJt3nG0XCJ3mEkgVtILyxRSO3IOha3sUlIyEhjA1QXvYRsmBdVsj26lz\neGsdQguEbocQ+87MhlAIBgLJqXLT6u73IC6p140qQJuGtFan/uBKSUtK34639WX7\nRQYQ++qdw7Lm2DXP8A2MMYOtgAlxMlgtUZO/mZOwXTWI0KR3WoPpMNTb4ZjMIASK\nTCkK/I1nnRCVmGTI14MNjU2KV/hDR/DN+RWkcoP9e0hS/KjwvHVzeEHsKTYPVX6a\nc/L44Xo8fosyvTe8r9hKme+OvAAEhkof36rxowIDAQABAoIBAFqUzjgst+D1xbpn\n+nxqBIS+8ur8/pwFtdQ0LmffsoINe/bwx6HXbPpI+Ni3n+971iwoe3A5eoYIP3PK\n1I9ZVso+flY5ilvELDNckKEJ7IfkbStQ948tiBNUdTgBiggmhCCPpHbTrA6IjS3b\nUQSbRN49hEkyKbxVnDdEGMMaxj/u+4xWu/oECdGv18vis5CX5zGiSN4RmtsCIX9b\nqdytCV4CpXaUUP19yv5eBAynDGIogG7JdN6iXFU/ev9xR9pEf/eimjuLoHx/aCSo\nb8keKlMVMdJGjxI0y4AX2/zgpqeTr6A9QGlmR4YmpjHRae5by42OLZoSrBe7DFLv\nmiT6hnkCgYEA8cOkRuNginuegNZwPbANmsi9jqSOcSeNdvbQA32Rb37bFZV6Pq1M\nAV1EtTe2lC5zyNJZvAgocx1K/ecBFDpcgGgOhHhJfqDoXs5B7gsDoR5vy1J5LlWH\n+VoTf4Ey1TJBWFJg+1Gs2H5pXBUc12KeDnzT1/qnzhoXw20qyMobRR8CgYEA5pFw\nMkHG17yc0M3zDEjUdceuF6uaP0dp0mLYq9ugEvv8ylt3f2s4ASNtNc6qRB7IjaJn\nXEeFeybXXUxdKtoZbUo37JYyEODgd4W5nNx7uyUiIbG9fJexXmc5eMx4HxW7smIz\nPZ8xNM5kZcYa1cOoi7JzqV99x/Pv5bIkj22iHv0CgYBPN43CdIqTlcHv8VPBwsgS\naahC7wSFazJdQq4SFrjq0aQzxFDT7LC02bzDrEe08iuaJ+KjTAEFBxola+XcnOrm\nYDIxkcBzL4I0Xl0YBJ/h0TlMY++1EO2G9M7ivpDLbrYenI+Oicqa/YDEXV6f7H5h\nvOElKcqGK+KRdFnKhP6+fQKBgQCIUwOwY13LHtTlTG/hGoqsHOUdT7QCqBm0cAdG\nDbQmpWEA0HXmG6HgYm7m+ouHfV/9BkHwuMT+XKfHnSgU9yFDkjdgpilx+1Qcty9Y\nxLBPpZP5shqkORiBBa1gdByt3G6++Prs+1vfqgyIdEpXi7jy6A8k3LYE7IEyIVMm\njp7ljQKBgQDXRHL6xQZCsPYLM380pDaAYdb0G3K1HdJ6DQfcT6g/PK+7d+3ev/Fi\nq8PJucE4o79yxWlkHjwzrBZs+r2zmXBkHiFyNqSdI18PoH2c0UM5mHRZV96yy5Dg\nl4NI2/wblwdEgkfZerptkhMhmJdx4tWFZ+HdYcXOAyeDnn5wFrVCUQ==\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-26 08:34:47,238 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07 used request id req-7b92665e-79ef-4b5f-bd26-a0a16da0c834 2018-10-26 08:34:47,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a83dbf06df61c06876a625fb7a7ffcf97bbe0832" 2018-10-26 08:34:47,409 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:34:47 GMT Server: Apache x-openstack-request-id: req-317f52ad-815a-4cf5-bfee-5244075bf6e1 Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:34:47,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:34:47 GMT Server: Apache x-openstack-request-id: req-4e8c0ed7-e19a-4217-ba03-977cbd794310 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1043 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-10-26T08:34:25Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:34:25Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "b1549dd5-13d5-4c7c-aa14-d31d59fc89be", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-10-26T08:34:25Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:34:25Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "68486900-9d5c-44db-b17d-324b1bb6daf7", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources/network", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-10-26T08:34:25Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:34:25Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "9549c633-df89-47b7-a521-0b370e971474", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-10-26T08:34:25Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:34:25Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "a05528bb-104f-41e5-b51e-9fda66dd1c98", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-10-26T08:34:24Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:34:24Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "b7050841-5f69-4720-b0a9-90fbf72c2309", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-10-26T08:34:24Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:34:24Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "41", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-10-26T08:34:25Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:34:25Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-10-26T08:34:25Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:34:25Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "07427628-510f-4995-b46a-70446a6ee2e9:subnet_id=d59bcccf-418e-4742-83af-07125e7e69ac", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-10-26T08:34:25Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:34:25Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "d59bcccf-418e-4742-83af-07125e7e69ac", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-10-26T08:34:25Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:34:25Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "07427628-510f-4995-b46a-70446a6ee2e9", "resource_type": "OS::Neutron::Router"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources/port1", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-10-26T08:34:25Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:34:25Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "53f21e4a-9db1-4e2c-807c-6f5bd4b07647", "resource_type": "OS::Neutron::Port"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-10-26T08:34:24Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:34:24Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "7bb81030-4f9c-4699-ad35-460ef8655e86", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-10-26T08:34:25Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:34:25Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "1d49238b-0e61-4d62-b3e8-5003b7bc6d61", "resource_type": "OS::Nova::Server"}]} 2018-10-26 08:34:47,685 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources used request id req-4e8c0ed7-e19a-4217-ba03-977cbd794310 2018-10-26 08:34:47,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/b57f33d9-355f-49e2-a4cb-48dc1e992e07 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a83dbf06df61c06876a625fb7a7ffcf97bbe0832" 2018-10-26 08:34:47,715 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:34:47 GMT Server: Apache x-openstack-request-id: req-83acb75c-4d90-4535-8198-6540b1298e5c Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:34:48,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:34:47 GMT Server: Apache x-openstack-request-id: req-928bd241-ab68-4b5e-bc15-53531e0bdf20 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2085 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-91aa5360-7120-4480-8b9e-1bc76c1054f8-flavor2", "OS::project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "OS::stack_id": "b57f33d9-355f-49e2-a4cb-48dc1e992e07", "OS::stack_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack", "stack_user_project_id": "62df148eff1944caa3f066aaeff28573", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-26T08:34:24Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "b57f33d9-355f-49e2-a4cb-48dc1e992e07", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA2b8fXMqjFTCjKZ+JDQwmaY68BmwE2tPzNcIIGD75GJLXWse/\n8ngzLEEyNJt3nG0XCJ3mEkgVtILyxRSO3IOha3sUlIyEhjA1QXvYRsmBdVsj26lz\neGsdQguEbocQ+87MhlAIBgLJqXLT6u73IC6p140qQJuGtFan/uBKSUtK34639WX7\nRQYQ++qdw7Lm2DXP8A2MMYOtgAlxMlgtUZO/mZOwXTWI0KR3WoPpMNTb4ZjMIASK\nTCkK/I1nnRCVmGTI14MNjU2KV/hDR/DN+RWkcoP9e0hS/KjwvHVzeEHsKTYPVX6a\nc/L44Xo8fosyvTe8r9hKme+OvAAEhkof36rxowIDAQABAoIBAFqUzjgst+D1xbpn\n+nxqBIS+8ur8/pwFtdQ0LmffsoINe/bwx6HXbPpI+Ni3n+971iwoe3A5eoYIP3PK\n1I9ZVso+flY5ilvELDNckKEJ7IfkbStQ948tiBNUdTgBiggmhCCPpHbTrA6IjS3b\nUQSbRN49hEkyKbxVnDdEGMMaxj/u+4xWu/oECdGv18vis5CX5zGiSN4RmtsCIX9b\nqdytCV4CpXaUUP19yv5eBAynDGIogG7JdN6iXFU/ev9xR9pEf/eimjuLoHx/aCSo\nb8keKlMVMdJGjxI0y4AX2/zgpqeTr6A9QGlmR4YmpjHRae5by42OLZoSrBe7DFLv\nmiT6hnkCgYEA8cOkRuNginuegNZwPbANmsi9jqSOcSeNdvbQA32Rb37bFZV6Pq1M\nAV1EtTe2lC5zyNJZvAgocx1K/ecBFDpcgGgOhHhJfqDoXs5B7gsDoR5vy1J5LlWH\n+VoTf4Ey1TJBWFJg+1Gs2H5pXBUc12KeDnzT1/qnzhoXw20qyMobRR8CgYEA5pFw\nMkHG17yc0M3zDEjUdceuF6uaP0dp0mLYq9ugEvv8ylt3f2s4ASNtNc6qRB7IjaJn\nXEeFeybXXUxdKtoZbUo37JYyEODgd4W5nNx7uyUiIbG9fJexXmc5eMx4HxW7smIz\nPZ8xNM5kZcYa1cOoi7JzqV99x/Pv5bIkj22iHv0CgYBPN43CdIqTlcHv8VPBwsgS\naahC7wSFazJdQq4SFrjq0aQzxFDT7LC02bzDrEe08iuaJ+KjTAEFBxola+XcnOrm\nYDIxkcBzL4I0Xl0YBJ/h0TlMY++1EO2G9M7ivpDLbrYenI+Oicqa/YDEXV6f7H5h\nvOElKcqGK+KRdFnKhP6+fQKBgQCIUwOwY13LHtTlTG/hGoqsHOUdT7QCqBm0cAdG\nDbQmpWEA0HXmG6HgYm7m+ouHfV/9BkHwuMT+XKfHnSgU9yFDkjdgpilx+1Qcty9Y\nxLBPpZP5shqkORiBBa1gdByt3G6++Prs+1vfqgyIdEpXi7jy6A8k3LYE7IEyIVMm\njp7ljQKBgQDXRHL6xQZCsPYLM380pDaAYdb0G3K1HdJ6DQfcT6g/PK+7d+3ev/Fi\nq8PJucE4o79yxWlkHjwzrBZs+r2zmXBkHiFyNqSdI18PoH2c0UM5mHRZV96yy5Dg\nl4NI2/wblwdEgkfZerptkhMhmJdx4tWFZ+HdYcXOAyeDnn5wFrVCUQ==\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-26 08:34:48,502 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07 used request id req-928bd241-ab68-4b5e-bc15-53531e0bdf20 2018-10-26 08:34:48,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a83dbf06df61c06876a625fb7a7ffcf97bbe0832" 2018-10-26 08:34:48,672 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:34:48 GMT Server: Apache x-openstack-request-id: req-74e735f3-fb8b-499c-9edf-a6182dc6690b Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:34:48,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:34:48 GMT Server: Apache x-openstack-request-id: req-e9b828aa-32a1-464c-bdab-20efb49be474 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1046 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-10-26T08:34:25Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:34:25Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "b1549dd5-13d5-4c7c-aa14-d31d59fc89be", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-10-26T08:34:25Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:34:25Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "68486900-9d5c-44db-b17d-324b1bb6daf7", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources/network", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-10-26T08:34:25Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:34:25Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "9549c633-df89-47b7-a521-0b370e971474", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-10-26T08:34:25Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:34:25Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "a05528bb-104f-41e5-b51e-9fda66dd1c98", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-10-26T08:34:24Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:34:24Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "b7050841-5f69-4720-b0a9-90fbf72c2309", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-10-26T08:34:24Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:34:24Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "41", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-10-26T08:34:25Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:34:25Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-10-26T08:34:25Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:34:25Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "07427628-510f-4995-b46a-70446a6ee2e9:subnet_id=d59bcccf-418e-4742-83af-07125e7e69ac", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-10-26T08:34:25Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:34:25Z", "required_by": ["management_router_interface", "vm1", "port1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "d59bcccf-418e-4742-83af-07125e7e69ac", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-10-26T08:34:25Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:34:25Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "07427628-510f-4995-b46a-70446a6ee2e9", "resource_type": "OS::Neutron::Router"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources/port1", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-10-26T08:34:25Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:34:25Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "53f21e4a-9db1-4e2c-807c-6f5bd4b07647", "resource_type": "OS::Neutron::Port"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-10-26T08:34:24Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:34:24Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "7bb81030-4f9c-4699-ad35-460ef8655e86", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-10-26T08:34:25Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:34:25Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "1d49238b-0e61-4d62-b3e8-5003b7bc6d61", "resource_type": "OS::Nova::Server"}]} 2018-10-26 08:34:48,751 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources used request id req-e9b828aa-32a1-464c-bdab-20efb49be474 2018-10-26 08:34:48,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=9549c633-df89-47b7-a521-0b370e971474 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a83dbf06df61c06876a625fb7a7ffcf97bbe0832" 2018-10-26 08:34:48,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-9cc748cc-e4bd-49f7-b97a-e08d7f4dc199 Date: Fri, 26 Oct 2018 08:34:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"9549c633-df89-47b7-a521-0b370e971474","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":33,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["d59bcccf-418e-4742-83af-07125e7e69ac"],"description":"","tags":[],"updated_at":"2018-10-26T08:34:29Z","qos_policy_id":null,"name":"HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:34:27Z","provider:network_type":"vxlan"}]} 2018-10-26 08:34:48,840 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=9549c633-df89-47b7-a521-0b370e971474 used request id req-9cc748cc-e4bd-49f7-b97a-e08d7f4dc199 2018-10-26 08:34:48,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=9549c633-df89-47b7-a521-0b370e971474 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a83dbf06df61c06876a625fb7a7ffcf97bbe0832" 2018-10-26 08:34:48,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-0a502164-8746-4ea2-872c-2dbd846544eb Date: Fri, 26 Oct 2018 08:34:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9549c633-df89-47b7-a521-0b370e971474","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:34:29Z","dns_nameservers":[],"updated_at":"2018-10-26T08:34:29Z","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":"e8c35a3eddcb484a9d13f31d10ef71de","id":"d59bcccf-418e-4742-83af-07125e7e69ac","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-subnet"}]} 2018-10-26 08:34:48,917 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=9549c633-df89-47b7-a521-0b370e971474 used request id req-0a502164-8746-4ea2-872c-2dbd846544eb 2018-10-26 08:34:48,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=9549c633-df89-47b7-a521-0b370e971474 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a83dbf06df61c06876a625fb7a7ffcf97bbe0832" 2018-10-26 08:34:48,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-1e9ae225-efc4-49d4-98f7-6cec74a188b7 Date: Fri, 26 Oct 2018 08:34:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9549c633-df89-47b7-a521-0b370e971474","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:34:29Z","dns_nameservers":[],"updated_at":"2018-10-26T08:34:29Z","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":"e8c35a3eddcb484a9d13f31d10ef71de","id":"d59bcccf-418e-4742-83af-07125e7e69ac","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-subnet"}]} 2018-10-26 08:34:48,975 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=9549c633-df89-47b7-a521-0b370e971474 used request id req-1e9ae225-efc4-49d4-98f7-6cec74a188b7 2018-10-26 08:34:48,976 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 08:34:48,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a83dbf06df61c06876a625fb7a7ffcf97bbe0832" 2018-10-26 08:34:49,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:34:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b26fb33-c6d7-4488-81a2-5bf674033ba9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:34:49,064 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-9b26fb33-c6d7-4488-81a2-5bf674033ba9 2018-10-26 08:34:49,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a83dbf06df61c06876a625fb7a7ffcf97bbe0832" 2018-10-26 08:34:49,186 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:34:49 GMT Server: Apache x-openstack-request-id: req-2df49a1c-302f-4651-a2bd-4c647a8e219d Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:34:49,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:34:49 GMT Server: Apache x-openstack-request-id: req-96565596-e464-4d54-95e2-bb4dd2db4cb3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1043 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-10-26T08:34:25Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:34:25Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "b1549dd5-13d5-4c7c-aa14-d31d59fc89be", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-10-26T08:34:25Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:34:25Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "68486900-9d5c-44db-b17d-324b1bb6daf7", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources/network", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-10-26T08:34:25Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:34:25Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "9549c633-df89-47b7-a521-0b370e971474", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-10-26T08:34:25Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:34:25Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "a05528bb-104f-41e5-b51e-9fda66dd1c98", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-10-26T08:34:24Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:34:24Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "b7050841-5f69-4720-b0a9-90fbf72c2309", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-10-26T08:34:24Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:34:24Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "41", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-10-26T08:34:25Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:34:25Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-10-26T08:34:25Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:34:25Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "07427628-510f-4995-b46a-70446a6ee2e9:subnet_id=d59bcccf-418e-4742-83af-07125e7e69ac", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-10-26T08:34:25Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:34:25Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "d59bcccf-418e-4742-83af-07125e7e69ac", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-10-26T08:34:25Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:34:25Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "07427628-510f-4995-b46a-70446a6ee2e9", "resource_type": "OS::Neutron::Router"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources/port1", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-10-26T08:34:25Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:34:25Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "53f21e4a-9db1-4e2c-807c-6f5bd4b07647", "resource_type": "OS::Neutron::Port"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-10-26T08:34:24Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:34:24Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "7bb81030-4f9c-4699-ad35-460ef8655e86", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-10-26T08:34:25Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:34:25Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "1d49238b-0e61-4d62-b3e8-5003b7bc6d61", "resource_type": "OS::Nova::Server"}]} 2018-10-26 08:34:49,265 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources used request id req-96565596-e464-4d54-95e2-bb4dd2db4cb3 2018-10-26 08:34:49,268 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/7bb81030-4f9c-4699-ad35-460ef8655e86 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a83dbf06df61c06876a625fb7a7ffcf97bbe0832" 2018-10-26 08:34:49,571 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:34:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7503fafb-ad57-444a-be82-2b0c5239b094 x-compute-request-id: req-7503fafb-ad57-444a-be82-2b0c5239b094 Content-Encoding: gzip Content-Length: 831 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4b:1f:14", "version": 4, "addr": "10.1.2.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7bb81030-4f9c-4699-ad35-460ef8655e86", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7bb81030-4f9c-4699-ad35-460ef8655e86", "rel": "bookmark"}], "image": {"id": "b0723f0d-a581-489c-a57a-d97804c9c2e8", "links": [{"href": "http://172.30.9.21:8774/images/b0723f0d-a581-489c-a57a-d97804c9c2e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000001a", "OS-SRV-USG:launched_at": "2018-10-26T08:34:38.000000", "flavor": {"id": "b1549dd5-13d5-4c7c-aa14-d31d59fc89be", "links": [{"href": "http://172.30.9.21:8774/flavors/b1549dd5-13d5-4c7c-aa14-d31d59fc89be", "rel": "bookmark"}]}, "id": "7bb81030-4f9c-4699-ad35-460ef8655e86", "security_groups": [{"name": "default"}], "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T08:34:38Z", "hostId": "bc40b3da9a64c9c7b97fa1e0af6588872ae0a905a40f72f0eb82275b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-keypair", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-inst2", "created": "2018-10-26T08:34:32Z", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 08:34:49,571 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/7bb81030-4f9c-4699-ad35-460ef8655e86 used request id req-7503fafb-ad57-444a-be82-2b0c5239b094 2018-10-26 08:34:49,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a83dbf06df61c06876a625fb7a7ffcf97bbe0832" 2018-10-26 08:34:49,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-18300832-8b76-4fe8-89f7-0b6a71c36dde Date: Fri, 26 Oct 2018 08:34:49 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"9549c633-df89-47b7-a521-0b370e971474","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":33,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["d59bcccf-418e-4742-83af-07125e7e69ac"],"description":"","tags":[],"updated_at":"2018-10-26T08:34:29Z","qos_policy_id":null,"name":"HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:34:27Z","provider:network_type":"vxlan"}]} 2018-10-26 08:34:49,675 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-net used request id req-18300832-8b76-4fe8-89f7-0b6a71c36dde 2018-10-26 08:34:49,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:34:49,684 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:34:49,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a83dbf06df61c06876a625fb7a7ffcf97bbe0832" 2018-10-26 08:34:49,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:34:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87ab5b14-171a-4cd7-82d0-e6d4f665fb97 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:34:49,767 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-87ab5b14-171a-4cd7-82d0-e6d4f665fb97 2018-10-26 08:34:49,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=9549c633-df89-47b7-a521-0b370e971474 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a83dbf06df61c06876a625fb7a7ffcf97bbe0832" 2018-10-26 08:34:49,830 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-338db145-785c-4cc0-8614-7f2a867db0b8 Date: Fri, 26 Oct 2018 08:34:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9549c633-df89-47b7-a521-0b370e971474","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:34:29Z","dns_nameservers":[],"updated_at":"2018-10-26T08:34:29Z","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":"e8c35a3eddcb484a9d13f31d10ef71de","id":"d59bcccf-418e-4742-83af-07125e7e69ac","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-subnet"}]} 2018-10-26 08:34:49,830 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=9549c633-df89-47b7-a521-0b370e971474 used request id req-338db145-785c-4cc0-8614-7f2a867db0b8 2018-10-26 08:34:49,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=9549c633-df89-47b7-a521-0b370e971474 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a83dbf06df61c06876a625fb7a7ffcf97bbe0832" 2018-10-26 08:34:49,888 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5786 X-Openstack-Request-Id: req-43eaeda3-7264-4692-8716-6a03a2388f8b Date: Fri, 26 Oct 2018 08:34:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:34:38Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d59bcccf-418e-4742-83af-07125e7e69ac","ip_address":"10.1.2.11"}],"id":"10676699-f5ab-4f73-9996-457ba90646db","security_groups":["20832275-63ca-4f81-93a7-4da74d8fc132"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4b:1f:14","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9549c633-df89-47b7-a521-0b370e971474","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:34:34Z","binding:vnic_type":"normal","device_id":"7bb81030-4f9c-4699-ad35-460ef8655e86"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:34:41Z","device_owner":"network:ha_router_replicated_interface","revision_number":8,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d59bcccf-418e-4742-83af-07125e7e69ac","ip_address":"10.1.2.1"}],"id":"4144c98d-3dab-4cc0-a610-dcd52a3f333d","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:65:eb","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9549c633-df89-47b7-a521-0b370e971474","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:34:35Z","binding:vnic_type":"normal","device_id":"07427628-510f-4995-b46a-70446a6ee2e9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:34:42Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d59bcccf-418e-4742-83af-07125e7e69ac","ip_address":"10.1.2.14"}],"id":"53f21e4a-9db1-4e2c-807c-6f5bd4b07647","security_groups":["a05528bb-104f-41e5-b51e-9fda66dd1c98"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:32:e9:71","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack-port1-o4qnc5v5m7yz","admin_state_up":true,"network_id":"9549c633-df89-47b7-a521-0b370e971474","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:34:31Z","binding:vnic_type":"normal","device_id":"1d49238b-0e61-4d62-b3e8-5003b7bc6d61"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:34:32Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d59bcccf-418e-4742-83af-07125e7e69ac","ip_address":"10.1.2.3"}],"id":"561e4367-1ac4-4ba6-bf5d-53c43c3e27e6","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:42:f8","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9549c633-df89-47b7-a521-0b370e971474","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:34:30Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9549c633-df89-47b7-a521-0b370e971474"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:34:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d59bcccf-418e-4742-83af-07125e7e69ac","ip_address":"10.1.2.4"}],"id":"c7719b2d-cd4d-4194-9ab9-8a5a10f397db","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:87:cb:02","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9549c633-df89-47b7-a521-0b370e971474","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:34:31Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9549c633-df89-47b7-a521-0b370e971474"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:34:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d59bcccf-418e-4742-83af-07125e7e69ac","ip_address":"10.1.2.2"}],"id":"cc9227d8-64b4-41b0-a072-0f086a22d305","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7c:33:3e","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9549c633-df89-47b7-a521-0b370e971474","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:34:29Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9549c633-df89-47b7-a521-0b370e971474"}]} 2018-10-26 08:34:49,888 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=9549c633-df89-47b7-a521-0b370e971474 used request id req-43eaeda3-7264-4692-8716-6a03a2388f8b 2018-10-26 08:34:49,892 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1d49238b-0e61-4d62-b3e8-5003b7bc6d61 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a83dbf06df61c06876a625fb7a7ffcf97bbe0832" 2018-10-26 08:34:50,455 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:34:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-079c3f78-9bbc-47e6-9746-2dd8175869b0 x-compute-request-id: req-079c3f78-9bbc-47e6-9746-2dd8175869b0 Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:e9:71", "version": 4, "addr": "10.1.2.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:e9:71", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1d49238b-0e61-4d62-b3e8-5003b7bc6d61", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1d49238b-0e61-4d62-b3e8-5003b7bc6d61", "rel": "bookmark"}], "image": {"id": "b937d634-75fd-4b52-8e1c-680afe10d955", "links": [{"href": "http://172.30.9.21:8774/images/b937d634-75fd-4b52-8e1c-680afe10d955", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000001d", "OS-SRV-USG:launched_at": "2018-10-26T08:34:43.000000", "flavor": {"id": "68486900-9d5c-44db-b17d-324b1bb6daf7", "links": [{"href": "http://172.30.9.21:8774/flavors/68486900-9d5c-44db-b17d-324b1bb6daf7", "rel": "bookmark"}]}, "id": "1d49238b-0e61-4d62-b3e8-5003b7bc6d61", "security_groups": [{"name": "security_group_name"}], "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T08:34:43Z", "hostId": "fd642da39ac80b2070fe10ac2232ef1af70247310dcc0056e2b10030", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-keypair", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-inst1", "created": "2018-10-26T08:34:35Z", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 08:34:50,455 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1d49238b-0e61-4d62-b3e8-5003b7bc6d61 used request id req-079c3f78-9bbc-47e6-9746-2dd8175869b0 2018-10-26 08:34:50,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a83dbf06df61c06876a625fb7a7ffcf97bbe0832" 2018-10-26 08:34:50,542 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-0343eafb-539f-4ca3-8ed5-7e3e50afc12a Date: Fri, 26 Oct 2018 08:34:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"9549c633-df89-47b7-a521-0b370e971474","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":33,"ipv4_address_scope":null,"shared":false,"project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","subnets":["d59bcccf-418e-4742-83af-07125e7e69ac"],"description":"","tags":[],"updated_at":"2018-10-26T08:34:29Z","qos_policy_id":null,"name":"HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-net","admin_state_up":true,"tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:34:27Z","provider:network_type":"vxlan"}]} 2018-10-26 08:34:50,542 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-net used request id req-0343eafb-539f-4ca3-8ed5-7e3e50afc12a 2018-10-26 08:34:50,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a83dbf06df61c06876a625fb7a7ffcf97bbe0832" 2018-10-26 08:34:50,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:34:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-187d58dc-162e-4de4-a223-2343386080df 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:34:50,634 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-187d58dc-162e-4de4-a223-2343386080df 2018-10-26 08:34:50,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=9549c633-df89-47b7-a521-0b370e971474 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a83dbf06df61c06876a625fb7a7ffcf97bbe0832" 2018-10-26 08:34:50,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-0149b845-1c05-42e4-a6ed-d93b80d561f3 Date: Fri, 26 Oct 2018 08:34:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9549c633-df89-47b7-a521-0b370e971474","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:34:29Z","dns_nameservers":[],"updated_at":"2018-10-26T08:34:29Z","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":"e8c35a3eddcb484a9d13f31d10ef71de","id":"d59bcccf-418e-4742-83af-07125e7e69ac","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-subnet"}]} 2018-10-26 08:34:50,851 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=9549c633-df89-47b7-a521-0b370e971474 used request id req-0149b845-1c05-42e4-a6ed-d93b80d561f3 2018-10-26 08:34:50,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=9549c633-df89-47b7-a521-0b370e971474 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a83dbf06df61c06876a625fb7a7ffcf97bbe0832" 2018-10-26 08:34:50,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5786 X-Openstack-Request-Id: req-2c392ad5-e81c-4004-929c-dc1a8ef2e36b Date: Fri, 26 Oct 2018 08:34:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:34:38Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d59bcccf-418e-4742-83af-07125e7e69ac","ip_address":"10.1.2.11"}],"id":"10676699-f5ab-4f73-9996-457ba90646db","security_groups":["20832275-63ca-4f81-93a7-4da74d8fc132"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4b:1f:14","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9549c633-df89-47b7-a521-0b370e971474","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:34:34Z","binding:vnic_type":"normal","device_id":"7bb81030-4f9c-4699-ad35-460ef8655e86"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:34:49Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d59bcccf-418e-4742-83af-07125e7e69ac","ip_address":"10.1.2.1"}],"id":"4144c98d-3dab-4cc0-a610-dcd52a3f333d","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:65:eb","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9549c633-df89-47b7-a521-0b370e971474","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:34:35Z","binding:vnic_type":"normal","device_id":"07427628-510f-4995-b46a-70446a6ee2e9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:34:42Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d59bcccf-418e-4742-83af-07125e7e69ac","ip_address":"10.1.2.14"}],"id":"53f21e4a-9db1-4e2c-807c-6f5bd4b07647","security_groups":["a05528bb-104f-41e5-b51e-9fda66dd1c98"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:32:e9:71","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack-port1-o4qnc5v5m7yz","admin_state_up":true,"network_id":"9549c633-df89-47b7-a521-0b370e971474","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:34:31Z","binding:vnic_type":"normal","device_id":"1d49238b-0e61-4d62-b3e8-5003b7bc6d61"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:34:32Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d59bcccf-418e-4742-83af-07125e7e69ac","ip_address":"10.1.2.3"}],"id":"561e4367-1ac4-4ba6-bf5d-53c43c3e27e6","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:42:f8","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9549c633-df89-47b7-a521-0b370e971474","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:34:30Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9549c633-df89-47b7-a521-0b370e971474"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:34:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d59bcccf-418e-4742-83af-07125e7e69ac","ip_address":"10.1.2.4"}],"id":"c7719b2d-cd4d-4194-9ab9-8a5a10f397db","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:87:cb:02","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9549c633-df89-47b7-a521-0b370e971474","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:34:31Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9549c633-df89-47b7-a521-0b370e971474"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:34:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d59bcccf-418e-4742-83af-07125e7e69ac","ip_address":"10.1.2.2"}],"id":"cc9227d8-64b4-41b0-a072-0f086a22d305","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7c:33:3e","project_id":"e8c35a3eddcb484a9d13f31d10ef71de","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9549c633-df89-47b7-a521-0b370e971474","tenant_id":"e8c35a3eddcb484a9d13f31d10ef71de","created_at":"2018-10-26T08:34:29Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9549c633-df89-47b7-a521-0b370e971474"}]} 2018-10-26 08:34:50,907 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=9549c633-df89-47b7-a521-0b370e971474 used request id req-2c392ad5-e81c-4004-929c-dc1a8ef2e36b 2018-10-26 08:34:50,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a83dbf06df61c06876a625fb7a7ffcf97bbe0832" 2018-10-26 08:34:50,937 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:34:50 GMT Server: Apache x-openstack-request-id: req-d1dae67d-80f4-42de-9122-38b7569a989d Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:34:51,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:34:50 GMT Server: Apache x-openstack-request-id: req-837f5f51-7d89-4521-9916-ac88efb440a4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1043 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-10-26T08:34:25Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:34:25Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "b1549dd5-13d5-4c7c-aa14-d31d59fc89be", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-10-26T08:34:25Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:34:25Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "68486900-9d5c-44db-b17d-324b1bb6daf7", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources/network", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-10-26T08:34:25Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:34:25Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "9549c633-df89-47b7-a521-0b370e971474", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-10-26T08:34:25Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:34:25Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "a05528bb-104f-41e5-b51e-9fda66dd1c98", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-10-26T08:34:24Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:34:24Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "b7050841-5f69-4720-b0a9-90fbf72c2309", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-10-26T08:34:24Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:34:24Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "41", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-10-26T08:34:25Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:34:25Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-10-26T08:34:25Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:34:25Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "07427628-510f-4995-b46a-70446a6ee2e9:subnet_id=d59bcccf-418e-4742-83af-07125e7e69ac", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-10-26T08:34:25Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:34:25Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "d59bcccf-418e-4742-83af-07125e7e69ac", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-10-26T08:34:25Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:34:25Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "07427628-510f-4995-b46a-70446a6ee2e9", "resource_type": "OS::Neutron::Router"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources/port1", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-10-26T08:34:25Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:34:25Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "53f21e4a-9db1-4e2c-807c-6f5bd4b07647", "resource_type": "OS::Neutron::Port"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-10-26T08:34:24Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:34:24Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "7bb81030-4f9c-4699-ad35-460ef8655e86", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-10-26T08:34:25Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:34:25Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "1d49238b-0e61-4d62-b3e8-5003b7bc6d61", "resource_type": "OS::Nova::Server"}]} 2018-10-26 08:34:51,014 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07/resources used request id req-837f5f51-7d89-4521-9916-ac88efb440a4 2018-10-26 08:34:51,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/b0723f0d-a581-489c-a57a-d97804c9c2e8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a83dbf06df61c06876a625fb7a7ffcf97bbe0832" 2018-10-26 08:34:51,187 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-a3462f13-6264-40c5-a9e4-0a47e07d0d91 Date: Fri, 26 Oct 2018 08:34:51 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-image2", "tags": [], "container_format": "bare", "created_at": "2018-10-26T08:34:18Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T08:34:20Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/b0723f0d-a581-489c-a57a-d97804c9c2e8/snap", "metadata": {}}], "self": "/v2/images/b0723f0d-a581-489c-a57a-d97804c9c2e8", "min_disk": 0, "protected": false, "id": "b0723f0d-a581-489c-a57a-d97804c9c2e8", "file": "/v2/images/b0723f0d-a581-489c-a57a-d97804c9c2e8/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e8c35a3eddcb484a9d13f31d10ef71de", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/b0723f0d-a581-489c-a57a-d97804c9c2e8/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 08:34:51,187 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/b0723f0d-a581-489c-a57a-d97804c9c2e8 used request id req-a3462f13-6264-40c5-a9e4-0a47e07d0d91 2018-10-26 08:34:51,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a83dbf06df61c06876a625fb7a7ffcf97bbe0832" 2018-10-26 08:34:51,335 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-78ba81d5-81ca-4fb4-905e-098a0781347f Date: Fri, 26 Oct 2018 08:34: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-26 08:34:51,335 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-78ba81d5-81ca-4fb4-905e-098a0781347f 2018-10-26 08:34:51,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/b0723f0d-a581-489c-a57a-d97804c9c2e8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a83dbf06df61c06876a625fb7a7ffcf97bbe0832" 2018-10-26 08:34:51,358 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-5409cb81-73ca-464c-a70e-699c5d86d1c4 Date: Fri, 26 Oct 2018 08:34:51 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-image2", "tags": [], "container_format": "bare", "created_at": "2018-10-26T08:34:18Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T08:34:20Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/b0723f0d-a581-489c-a57a-d97804c9c2e8/snap", "metadata": {}}], "self": "/v2/images/b0723f0d-a581-489c-a57a-d97804c9c2e8", "min_disk": 0, "protected": false, "id": "b0723f0d-a581-489c-a57a-d97804c9c2e8", "file": "/v2/images/b0723f0d-a581-489c-a57a-d97804c9c2e8/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e8c35a3eddcb484a9d13f31d10ef71de", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/b0723f0d-a581-489c-a57a-d97804c9c2e8/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 08:34:51,358 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/b0723f0d-a581-489c-a57a-d97804c9c2e8 used request id req-5409cb81-73ca-464c-a70e-699c5d86d1c4 2018-10-26 08:34:51,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/b937d634-75fd-4b52-8e1c-680afe10d955 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a83dbf06df61c06876a625fb7a7ffcf97bbe0832" 2018-10-26 08:34:51,534 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-98dbd15e-717a-4503-86ec-669afa007005 Date: Fri, 26 Oct 2018 08:34:51 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-image1", "tags": [], "container_format": "bare", "created_at": "2018-10-26T08:34:14Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T08:34:16Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/b937d634-75fd-4b52-8e1c-680afe10d955/snap", "metadata": {}}], "self": "/v2/images/b937d634-75fd-4b52-8e1c-680afe10d955", "min_disk": 0, "protected": false, "id": "b937d634-75fd-4b52-8e1c-680afe10d955", "file": "/v2/images/b937d634-75fd-4b52-8e1c-680afe10d955/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e8c35a3eddcb484a9d13f31d10ef71de", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/b937d634-75fd-4b52-8e1c-680afe10d955/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 08:34:51,534 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/b937d634-75fd-4b52-8e1c-680afe10d955 used request id req-98dbd15e-717a-4503-86ec-669afa007005 2018-10-26 08:34:51,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/b57f33d9-355f-49e2-a4cb-48dc1e992e07 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a83dbf06df61c06876a625fb7a7ffcf97bbe0832" 2018-10-26 08:34:51,564 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:34:51 GMT Server: Apache x-openstack-request-id: req-799238d9-f232-456e-b32a-c3422c4f56e3 Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:34:52,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:34:51 GMT Server: Apache x-openstack-request-id: req-18fd3202-38c2-4d42-8c23-85ed420bd338 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2085 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-91aa5360-7120-4480-8b9e-1bc76c1054f8-flavor2", "OS::project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "OS::stack_id": "b57f33d9-355f-49e2-a4cb-48dc1e992e07", "OS::stack_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack", "stack_user_project_id": "62df148eff1944caa3f066aaeff28573", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-26T08:34:24Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "b57f33d9-355f-49e2-a4cb-48dc1e992e07", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA2b8fXMqjFTCjKZ+JDQwmaY68BmwE2tPzNcIIGD75GJLXWse/\n8ngzLEEyNJt3nG0XCJ3mEkgVtILyxRSO3IOha3sUlIyEhjA1QXvYRsmBdVsj26lz\neGsdQguEbocQ+87MhlAIBgLJqXLT6u73IC6p140qQJuGtFan/uBKSUtK34639WX7\nRQYQ++qdw7Lm2DXP8A2MMYOtgAlxMlgtUZO/mZOwXTWI0KR3WoPpMNTb4ZjMIASK\nTCkK/I1nnRCVmGTI14MNjU2KV/hDR/DN+RWkcoP9e0hS/KjwvHVzeEHsKTYPVX6a\nc/L44Xo8fosyvTe8r9hKme+OvAAEhkof36rxowIDAQABAoIBAFqUzjgst+D1xbpn\n+nxqBIS+8ur8/pwFtdQ0LmffsoINe/bwx6HXbPpI+Ni3n+971iwoe3A5eoYIP3PK\n1I9ZVso+flY5ilvELDNckKEJ7IfkbStQ948tiBNUdTgBiggmhCCPpHbTrA6IjS3b\nUQSbRN49hEkyKbxVnDdEGMMaxj/u+4xWu/oECdGv18vis5CX5zGiSN4RmtsCIX9b\nqdytCV4CpXaUUP19yv5eBAynDGIogG7JdN6iXFU/ev9xR9pEf/eimjuLoHx/aCSo\nb8keKlMVMdJGjxI0y4AX2/zgpqeTr6A9QGlmR4YmpjHRae5by42OLZoSrBe7DFLv\nmiT6hnkCgYEA8cOkRuNginuegNZwPbANmsi9jqSOcSeNdvbQA32Rb37bFZV6Pq1M\nAV1EtTe2lC5zyNJZvAgocx1K/ecBFDpcgGgOhHhJfqDoXs5B7gsDoR5vy1J5LlWH\n+VoTf4Ey1TJBWFJg+1Gs2H5pXBUc12KeDnzT1/qnzhoXw20qyMobRR8CgYEA5pFw\nMkHG17yc0M3zDEjUdceuF6uaP0dp0mLYq9ugEvv8ylt3f2s4ASNtNc6qRB7IjaJn\nXEeFeybXXUxdKtoZbUo37JYyEODgd4W5nNx7uyUiIbG9fJexXmc5eMx4HxW7smIz\nPZ8xNM5kZcYa1cOoi7JzqV99x/Pv5bIkj22iHv0CgYBPN43CdIqTlcHv8VPBwsgS\naahC7wSFazJdQq4SFrjq0aQzxFDT7LC02bzDrEe08iuaJ+KjTAEFBxola+XcnOrm\nYDIxkcBzL4I0Xl0YBJ/h0TlMY++1EO2G9M7ivpDLbrYenI+Oicqa/YDEXV6f7H5h\nvOElKcqGK+KRdFnKhP6+fQKBgQCIUwOwY13LHtTlTG/hGoqsHOUdT7QCqBm0cAdG\nDbQmpWEA0HXmG6HgYm7m+ouHfV/9BkHwuMT+XKfHnSgU9yFDkjdgpilx+1Qcty9Y\nxLBPpZP5shqkORiBBa1gdByt3G6++Prs+1vfqgyIdEpXi7jy6A8k3LYE7IEyIVMm\njp7ljQKBgQDXRHL6xQZCsPYLM380pDaAYdb0G3K1HdJ6DQfcT6g/PK+7d+3ev/Fi\nq8PJucE4o79yxWlkHjwzrBZs+r2zmXBkHiFyNqSdI18PoH2c0UM5mHRZV96yy5Dg\nl4NI2/wblwdEgkfZerptkhMhmJdx4tWFZ+HdYcXOAyeDnn5wFrVCUQ==\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-26 08:34:52,289 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07 used request id req-18fd3202-38c2-4d42-8c23-85ed420bd338 2018-10-26 08:34:52,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/b57f33d9-355f-49e2-a4cb-48dc1e992e07 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a83dbf06df61c06876a625fb7a7ffcf97bbe0832" 2018-10-26 08:34:52,325 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:34:52 GMT Server: Apache x-openstack-request-id: req-ac52d0bc-d877-4422-a221-cae1ad5e4755 Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:34:52,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:34:52 GMT Server: Apache x-openstack-request-id: req-e4148394-6356-400e-8368-33d4e2f778f2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2085 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-91aa5360-7120-4480-8b9e-1bc76c1054f8-flavor2", "OS::project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "OS::stack_id": "b57f33d9-355f-49e2-a4cb-48dc1e992e07", "OS::stack_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack", "stack_user_project_id": "62df148eff1944caa3f066aaeff28573", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-26T08:34:24Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "b57f33d9-355f-49e2-a4cb-48dc1e992e07", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA2b8fXMqjFTCjKZ+JDQwmaY68BmwE2tPzNcIIGD75GJLXWse/\n8ngzLEEyNJt3nG0XCJ3mEkgVtILyxRSO3IOha3sUlIyEhjA1QXvYRsmBdVsj26lz\neGsdQguEbocQ+87MhlAIBgLJqXLT6u73IC6p140qQJuGtFan/uBKSUtK34639WX7\nRQYQ++qdw7Lm2DXP8A2MMYOtgAlxMlgtUZO/mZOwXTWI0KR3WoPpMNTb4ZjMIASK\nTCkK/I1nnRCVmGTI14MNjU2KV/hDR/DN+RWkcoP9e0hS/KjwvHVzeEHsKTYPVX6a\nc/L44Xo8fosyvTe8r9hKme+OvAAEhkof36rxowIDAQABAoIBAFqUzjgst+D1xbpn\n+nxqBIS+8ur8/pwFtdQ0LmffsoINe/bwx6HXbPpI+Ni3n+971iwoe3A5eoYIP3PK\n1I9ZVso+flY5ilvELDNckKEJ7IfkbStQ948tiBNUdTgBiggmhCCPpHbTrA6IjS3b\nUQSbRN49hEkyKbxVnDdEGMMaxj/u+4xWu/oECdGv18vis5CX5zGiSN4RmtsCIX9b\nqdytCV4CpXaUUP19yv5eBAynDGIogG7JdN6iXFU/ev9xR9pEf/eimjuLoHx/aCSo\nb8keKlMVMdJGjxI0y4AX2/zgpqeTr6A9QGlmR4YmpjHRae5by42OLZoSrBe7DFLv\nmiT6hnkCgYEA8cOkRuNginuegNZwPbANmsi9jqSOcSeNdvbQA32Rb37bFZV6Pq1M\nAV1EtTe2lC5zyNJZvAgocx1K/ecBFDpcgGgOhHhJfqDoXs5B7gsDoR5vy1J5LlWH\n+VoTf4Ey1TJBWFJg+1Gs2H5pXBUc12KeDnzT1/qnzhoXw20qyMobRR8CgYEA5pFw\nMkHG17yc0M3zDEjUdceuF6uaP0dp0mLYq9ugEvv8ylt3f2s4ASNtNc6qRB7IjaJn\nXEeFeybXXUxdKtoZbUo37JYyEODgd4W5nNx7uyUiIbG9fJexXmc5eMx4HxW7smIz\nPZ8xNM5kZcYa1cOoi7JzqV99x/Pv5bIkj22iHv0CgYBPN43CdIqTlcHv8VPBwsgS\naahC7wSFazJdQq4SFrjq0aQzxFDT7LC02bzDrEe08iuaJ+KjTAEFBxola+XcnOrm\nYDIxkcBzL4I0Xl0YBJ/h0TlMY++1EO2G9M7ivpDLbrYenI+Oicqa/YDEXV6f7H5h\nvOElKcqGK+KRdFnKhP6+fQKBgQCIUwOwY13LHtTlTG/hGoqsHOUdT7QCqBm0cAdG\nDbQmpWEA0HXmG6HgYm7m+ouHfV/9BkHwuMT+XKfHnSgU9yFDkjdgpilx+1Qcty9Y\nxLBPpZP5shqkORiBBa1gdByt3G6++Prs+1vfqgyIdEpXi7jy6A8k3LYE7IEyIVMm\njp7ljQKBgQDXRHL6xQZCsPYLM380pDaAYdb0G3K1HdJ6DQfcT6g/PK+7d+3ev/Fi\nq8PJucE4o79yxWlkHjwzrBZs+r2zmXBkHiFyNqSdI18PoH2c0UM5mHRZV96yy5Dg\nl4NI2/wblwdEgkfZerptkhMhmJdx4tWFZ+HdYcXOAyeDnn5wFrVCUQ==\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-26 08:34:52,646 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07 used request id req-e4148394-6356-400e-8368-33d4e2f778f2 2018-10-26 08:34:52,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/b57f33d9-355f-49e2-a4cb-48dc1e992e07 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a83dbf06df61c06876a625fb7a7ffcf97bbe0832" 2018-10-26 08:34:53,278 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:34:52 GMT Server: Apache x-openstack-request-id: req-320c292c-be5e-4cfd-b3f9-2d275969942b Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:34:53,402 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:34:53 GMT Server: Apache x-openstack-request-id: req-6d359fa8-18b8-4d17-a60f-66bb8843b49c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:34:53,402 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07 used request id req-6d359fa8-18b8-4d17-a60f-66bb8843b49c 2018-10-26 08:34:53,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/b57f33d9-355f-49e2-a4cb-48dc1e992e07 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a83dbf06df61c06876a625fb7a7ffcf97bbe0832" 2018-10-26 08:34:53,432 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:34:53 GMT Server: Apache x-openstack-request-id: req-34a57524-b0b5-488f-b222-861040588ebd Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:34:53,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:34:53 GMT Server: Apache x-openstack-request-id: req-d47087e0-75a1-4898-a7c9-1419fcb35f83 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 685 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-91aa5360-7120-4480-8b9e-1bc76c1054f8-flavor2", "OS::project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "OS::stack_id": "b57f33d9-355f-49e2-a4cb-48dc1e992e07", "OS::stack_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack", "stack_user_project_id": "62df148eff1944caa3f066aaeff28573", "tags": null, "creation_time": "2018-10-26T08:34:24Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T08:34:53Z", "id": "b57f33d9-355f-49e2-a4cb-48dc1e992e07", "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-26 08:34:53,460 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07 used request id req-d47087e0-75a1-4898-a7c9-1419fcb35f83 2018-10-26 08:34:56,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/b57f33d9-355f-49e2-a4cb-48dc1e992e07 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a83dbf06df61c06876a625fb7a7ffcf97bbe0832" 2018-10-26 08:34:56,493 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:34:56 GMT Server: Apache x-openstack-request-id: req-b63908ab-fdd3-40fd-80a7-dd910d536964 Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:34:56,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:34:56 GMT Server: Apache x-openstack-request-id: req-a8981937-faa5-4da9-bb9b-7e3133fa83b8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 685 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-91aa5360-7120-4480-8b9e-1bc76c1054f8-flavor2", "OS::project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "OS::stack_id": "b57f33d9-355f-49e2-a4cb-48dc1e992e07", "OS::stack_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack", "stack_user_project_id": "62df148eff1944caa3f066aaeff28573", "tags": null, "creation_time": "2018-10-26T08:34:24Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T08:34:53Z", "id": "b57f33d9-355f-49e2-a4cb-48dc1e992e07", "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-26 08:34:56,518 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07 used request id req-a8981937-faa5-4da9-bb9b-7e3133fa83b8 2018-10-26 08:34:59,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/b57f33d9-355f-49e2-a4cb-48dc1e992e07 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a83dbf06df61c06876a625fb7a7ffcf97bbe0832" 2018-10-26 08:34:59,551 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:34:59 GMT Server: Apache x-openstack-request-id: req-9b2de1c5-efc7-4fcd-9d77-106838c1a295 Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:34:59,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:34:59 GMT Server: Apache x-openstack-request-id: req-55b9087f-a07a-4406-805c-741a3ffa38ab Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 685 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-91aa5360-7120-4480-8b9e-1bc76c1054f8-flavor2", "OS::project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "OS::stack_id": "b57f33d9-355f-49e2-a4cb-48dc1e992e07", "OS::stack_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack", "stack_user_project_id": "62df148eff1944caa3f066aaeff28573", "tags": null, "creation_time": "2018-10-26T08:34:24Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T08:34:53Z", "id": "b57f33d9-355f-49e2-a4cb-48dc1e992e07", "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-26 08:34:59,576 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07 used request id req-55b9087f-a07a-4406-805c-741a3ffa38ab 2018-10-26 08:35:02,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/b57f33d9-355f-49e2-a4cb-48dc1e992e07 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a83dbf06df61c06876a625fb7a7ffcf97bbe0832" 2018-10-26 08:35:02,609 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:35:02 GMT Server: Apache x-openstack-request-id: req-80e4e16b-ecb5-4e88-9c77-489d85b557bc Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:35:02,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:02 GMT Server: Apache x-openstack-request-id: req-efd44f59-b4b6-4676-a6cc-dd9e64847ecb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 685 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-91aa5360-7120-4480-8b9e-1bc76c1054f8-flavor2", "OS::project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "OS::stack_id": "b57f33d9-355f-49e2-a4cb-48dc1e992e07", "OS::stack_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack", "stack_user_project_id": "62df148eff1944caa3f066aaeff28573", "tags": null, "creation_time": "2018-10-26T08:34:24Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T08:34:53Z", "id": "b57f33d9-355f-49e2-a4cb-48dc1e992e07", "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-26 08:35:02,652 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07 used request id req-efd44f59-b4b6-4676-a6cc-dd9e64847ecb 2018-10-26 08:35:05,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/b57f33d9-355f-49e2-a4cb-48dc1e992e07 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a83dbf06df61c06876a625fb7a7ffcf97bbe0832" 2018-10-26 08:35:06,303 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:35:05 GMT Server: Apache x-openstack-request-id: req-ff08bfec-8ed3-4969-a2d7-c8585f10b8ed Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:35:06,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:06 GMT Server: Apache x-openstack-request-id: req-827e116f-3ace-4868-a42e-a136b443c216 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": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-flavor2", "OS::project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "OS::stack_id": "b57f33d9-355f-49e2-a4cb-48dc1e992e07", "OS::stack_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-subnet", "net_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack", "stack_user_project_id": "62df148eff1944caa3f066aaeff28573", "tags": null, "creation_time": "2018-10-26T08:34:24Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-10-26T08:34:53Z", "id": "b57f33d9-355f-49e2-a4cb-48dc1e992e07", "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-26 08:35:06,329 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-stack/b57f33d9-355f-49e2-a4cb-48dc1e992e07 used request id req-827e116f-3ace-4868-a42e-a136b443c216 2018-10-26 08:35:06,330 - glance_utils - INFO - Deleting image named - HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-image1 2018-10-26 08:35:06,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/b937d634-75fd-4b52-8e1c-680afe10d955 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3da72e1264f8ed3d862d6b4e60241b063bfc2cff" 2018-10-26 08:35:08,100 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8952373f-5149-4ad7-9179-451099bc4c68 Date: Fri, 26 Oct 2018 08:35:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-26 08:35:08,100 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/b937d634-75fd-4b52-8e1c-680afe10d955 used request id req-8952373f-5149-4ad7-9179-451099bc4c68 2018-10-26 08:35:08,101 - glance_utils - INFO - Deleting image named - HeatUtilsCreateComplexStackTests-91aa5360-7120-4480-8b9e-1bc76c1054f8-image2 2018-10-26 08:35:08,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/b0723f0d-a581-489c-a57a-d97804c9c2e8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3f9b0fdb6b6f9bbe35f42dc478f9c74b07b56f59" 2018-10-26 08:35:10,190 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1cea932a-2551-4a9d-8343-27b87b154d6a Date: Fri, 26 Oct 2018 08:35: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-26 08:35:10,190 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/b0723f0d-a581-489c-a57a-d97804c9c2e8 used request id req-1cea932a-2551-4a9d-8343-27b87b154d6a 2018-10-26 08:35:10,193 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-26 08:35:10,193 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 08:35:10,202 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:35:10,598 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:35:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["G6bMDh_JSrmg7MExM7J4qw"], "issued_at": "2018-10-26T08:35:10.000000Z"}} 2018-10-26 08:35:10,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07f086fce777d0ac5c5084fb93c047303714bc6f" -d '{"stack_name": "HeatUtilsFlavorTests-e23060b6-1f23-40ee-9576-7ad9046a6e28-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-26 08:35:12,732 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 08:35:10 GMT Server: Apache x-openstack-request-id: req-7dce51f1-d9c8-4d39-968f-87c1badf4523 Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsFlavorTests-e23060b6-1f23-40ee-9576-7ad9046a6e28-stack/bba26234-5509-4b76-920a-a01b785b1dad Content-Length: 264 Content-Type: application/json RESP BODY: {"stack": {"id": "bba26234-5509-4b76-920a-a01b785b1dad", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsFlavorTests-e23060b6-1f23-40ee-9576-7ad9046a6e28-stack/bba26234-5509-4b76-920a-a01b785b1dad", "rel": "self"}]}} 2018-10-26 08:35:12,732 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks used request id req-7dce51f1-d9c8-4d39-968f-87c1badf4523 2018-10-26 08:35:12,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/bba26234-5509-4b76-920a-a01b785b1dad -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07f086fce777d0ac5c5084fb93c047303714bc6f" 2018-10-26 08:35:12,915 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:35:12 GMT Server: Apache x-openstack-request-id: req-3983d151-4ad2-46de-81c7-0d542454a758 Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsFlavorTests-e23060b6-1f23-40ee-9576-7ad9046a6e28-stack/bba26234-5509-4b76-920a-a01b785b1dad Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsFlavorTests-e23060b6-1f23-40ee-9576-7ad9046a6e28-stack/bba26234-5509-4b76-920a-a01b785b1dad;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:35:13,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:12 GMT Server: Apache x-openstack-request-id: req-7e390b2a-1749-4943-81d0-9a7b7298691e 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": "e8c35a3eddcb484a9d13f31d10ef71de", "OS::stack_id": "bba26234-5509-4b76-920a-a01b785b1dad", "OS::stack_name": "HeatUtilsFlavorTests-e23060b6-1f23-40ee-9576-7ad9046a6e28-stack"}, "deletion_time": null, "stack_name": "HeatUtilsFlavorTests-e23060b6-1f23-40ee-9576-7ad9046a6e28-stack", "stack_user_project_id": "2ac6ee645e7b48f8affa823d0195f4b5", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T08:35:12Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsFlavorTests-e23060b6-1f23-40ee-9576-7ad9046a6e28-stack/bba26234-5509-4b76-920a-a01b785b1dad", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "bba26234-5509-4b76-920a-a01b785b1dad", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-10-26 08:35:13,115 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsFlavorTests-e23060b6-1f23-40ee-9576-7ad9046a6e28-stack/bba26234-5509-4b76-920a-a01b785b1dad used request id req-7e390b2a-1749-4943-81d0-9a7b7298691e 2018-10-26 08:35:13,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/bba26234-5509-4b76-920a-a01b785b1dad -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07f086fce777d0ac5c5084fb93c047303714bc6f" 2018-10-26 08:35:13,311 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:35:13 GMT Server: Apache x-openstack-request-id: req-699ba09e-b573-4641-8d05-5316ce1b50bc Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsFlavorTests-e23060b6-1f23-40ee-9576-7ad9046a6e28-stack/bba26234-5509-4b76-920a-a01b785b1dad Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsFlavorTests-e23060b6-1f23-40ee-9576-7ad9046a6e28-stack/bba26234-5509-4b76-920a-a01b785b1dad;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:35:13,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:13 GMT Server: Apache x-openstack-request-id: req-c35f230e-6a2d-42f6-a04d-28900c5d68b0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 513 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": "e8c35a3eddcb484a9d13f31d10ef71de", "OS::stack_id": "bba26234-5509-4b76-920a-a01b785b1dad", "OS::stack_name": "HeatUtilsFlavorTests-e23060b6-1f23-40ee-9576-7ad9046a6e28-stack"}, "deletion_time": null, "stack_name": "HeatUtilsFlavorTests-e23060b6-1f23-40ee-9576-7ad9046a6e28-stack", "stack_user_project_id": "2ac6ee645e7b48f8affa823d0195f4b5", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-26T08:35:12Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsFlavorTests-e23060b6-1f23-40ee-9576-7ad9046a6e28-stack/bba26234-5509-4b76-920a-a01b785b1dad", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "bba26234-5509-4b76-920a-a01b785b1dad", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-10-26 08:35:13,494 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsFlavorTests-e23060b6-1f23-40ee-9576-7ad9046a6e28-stack/bba26234-5509-4b76-920a-a01b785b1dad used request id req-c35f230e-6a2d-42f6-a04d-28900c5d68b0 2018-10-26 08:35:13,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/bba26234-5509-4b76-920a-a01b785b1dad/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07f086fce777d0ac5c5084fb93c047303714bc6f" 2018-10-26 08:35:13,680 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:35:13 GMT Server: Apache x-openstack-request-id: req-c9365bd9-fd6d-4d47-9ed3-3c76c8f73c08 Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsFlavorTests-e23060b6-1f23-40ee-9576-7ad9046a6e28-stack/bba26234-5509-4b76-920a-a01b785b1dad/resources Content-Length: 497 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsFlavorTests-e23060b6-1f23-40ee-9576-7ad9046a6e28-stack/bba26234-5509-4b76-920a-a01b785b1dad/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:35:13,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:13 GMT Server: Apache x-openstack-request-id: req-d3662eb7-d91b-4df8-a5b2-46efac5b8962 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsFlavorTests-e23060b6-1f23-40ee-9576-7ad9046a6e28-stack/bba26234-5509-4b76-920a-a01b785b1dad/resources/flavor", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsFlavorTests-e23060b6-1f23-40ee-9576-7ad9046a6e28-stack/bba26234-5509-4b76-920a-a01b785b1dad", "rel": "stack"}], "logical_resource_id": "flavor", "creation_time": "2018-10-26T08:35:12Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:35:12Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "cd370802-e68d-42a4-b297-4bd60ea4abfd", "resource_type": "OS::Nova::Flavor"}]} 2018-10-26 08:35:13,881 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsFlavorTests-e23060b6-1f23-40ee-9576-7ad9046a6e28-stack/bba26234-5509-4b76-920a-a01b785b1dad/resources used request id req-d3662eb7-d91b-4df8-a5b2-46efac5b8962 2018-10-26 08:35:13,884 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/cd370802-e68d-42a4-b297-4bd60ea4abfd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07f086fce777d0ac5c5084fb93c047303714bc6f" 2018-10-26 08:35:13,905 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-00733221-782b-405d-a2e4-b1188541683f x-compute-request-id: req-00733221-782b-405d-a2e4-b1188541683f Content-Encoding: gzip Content-Length: 331 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/cd370802-e68d-42a4-b297-4bd60ea4abfd", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/cd370802-e68d-42a4-b297-4bd60ea4abfd", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 200, "id": "cd370802-e68d-42a4-b297-4bd60ea4abfd", "name": "HeatUtilsFlavorTests-e23060b6-1f23-40ee-9576-7ad9046a6e28-stack-flavor-nvh74dikkvzj", "vcpus": 8, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 08:35:13,906 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/cd370802-e68d-42a4-b297-4bd60ea4abfd used request id req-00733221-782b-405d-a2e4-b1188541683f 2018-10-26 08:35:13,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/bba26234-5509-4b76-920a-a01b785b1dad -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07f086fce777d0ac5c5084fb93c047303714bc6f" 2018-10-26 08:35:14,071 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:35:13 GMT Server: Apache x-openstack-request-id: req-58b97079-70fd-40f0-a5ea-2ba0314af434 Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsFlavorTests-e23060b6-1f23-40ee-9576-7ad9046a6e28-stack/bba26234-5509-4b76-920a-a01b785b1dad Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsFlavorTests-e23060b6-1f23-40ee-9576-7ad9046a6e28-stack/bba26234-5509-4b76-920a-a01b785b1dad;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:35:14,273 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:35:14 GMT Server: Apache x-openstack-request-id: req-42a65c46-3078-4667-aeec-577acbfd5d81 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:35:14,273 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsFlavorTests-e23060b6-1f23-40ee-9576-7ad9046a6e28-stack/bba26234-5509-4b76-920a-a01b785b1dad used request id req-42a65c46-3078-4667-aeec-577acbfd5d81 2018-10-26 08:35:14,275 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-26 08:35:14,275 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 08:35:14,288 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:35:14,666 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:35:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["68dPIcY5SHiMvuvMYqIXLQ"], "issued_at": "2018-10-26T08:35:14.000000Z"}} 2018-10-26 08:35:14,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4b2701660e9a189e96f2fd37251d6a35cd546f9" -d '{"stack_name": "HeatUtilsKeypairTests-84a06cdc-ff70-4a58-be04-61d203aed7f2-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-84a06cdc-ff70-4a58-be04-61d203aed7f2-kp"}}' 2018-10-26 08:35:16,657 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 08:35:14 GMT Server: Apache x-openstack-request-id: req-99627a77-7455-4547-83db-3662045810dd Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsKeypairTests-84a06cdc-ff70-4a58-be04-61d203aed7f2-stack/f2a82081-2152-43c4-9f0c-c7e3c431390e Content-Length: 265 Content-Type: application/json RESP BODY: {"stack": {"id": "f2a82081-2152-43c4-9f0c-c7e3c431390e", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsKeypairTests-84a06cdc-ff70-4a58-be04-61d203aed7f2-stack/f2a82081-2152-43c4-9f0c-c7e3c431390e", "rel": "self"}]}} 2018-10-26 08:35:16,657 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks used request id req-99627a77-7455-4547-83db-3662045810dd 2018-10-26 08:35:16,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/f2a82081-2152-43c4-9f0c-c7e3c431390e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4b2701660e9a189e96f2fd37251d6a35cd546f9" 2018-10-26 08:35:16,842 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:35:16 GMT Server: Apache x-openstack-request-id: req-6b43be30-0a28-40e0-82f6-897202116772 Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsKeypairTests-84a06cdc-ff70-4a58-be04-61d203aed7f2-stack/f2a82081-2152-43c4-9f0c-c7e3c431390e Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsKeypairTests-84a06cdc-ff70-4a58-be04-61d203aed7f2-stack/f2a82081-2152-43c4-9f0c-c7e3c431390e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:35:17,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:16 GMT Server: Apache x-openstack-request-id: req-8765d195-9617-47a3-87a4-c5a667088a11 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 554 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": "e8c35a3eddcb484a9d13f31d10ef71de", "OS::stack_id": "f2a82081-2152-43c4-9f0c-c7e3c431390e", "OS::stack_name": "HeatUtilsKeypairTests-84a06cdc-ff70-4a58-be04-61d203aed7f2-stack", "keypair_name": "HeatUtilsKeypairTests-84a06cdc-ff70-4a58-be04-61d203aed7f2-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-84a06cdc-ff70-4a58-be04-61d203aed7f2-stack", "stack_user_project_id": "8cfe7c52aece4533a8327d8a1a4e92f7", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T08:35:15Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsKeypairTests-84a06cdc-ff70-4a58-be04-61d203aed7f2-stack/f2a82081-2152-43c4-9f0c-c7e3c431390e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f2a82081-2152-43c4-9f0c-c7e3c431390e", "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-26 08:35:17,020 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsKeypairTests-84a06cdc-ff70-4a58-be04-61d203aed7f2-stack/f2a82081-2152-43c4-9f0c-c7e3c431390e used request id req-8765d195-9617-47a3-87a4-c5a667088a11 2018-10-26 08:35:17,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/f2a82081-2152-43c4-9f0c-c7e3c431390e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4b2701660e9a189e96f2fd37251d6a35cd546f9" 2018-10-26 08:35:17,688 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:35:17 GMT Server: Apache x-openstack-request-id: req-22069672-97c2-43d4-b78f-764a60c95911 Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsKeypairTests-84a06cdc-ff70-4a58-be04-61d203aed7f2-stack/f2a82081-2152-43c4-9f0c-c7e3c431390e Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsKeypairTests-84a06cdc-ff70-4a58-be04-61d203aed7f2-stack/f2a82081-2152-43c4-9f0c-c7e3c431390e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:35:17,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:17 GMT Server: Apache x-openstack-request-id: req-840d23c3-2c2d-4b7d-960d-74848a2a9922 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": "e8c35a3eddcb484a9d13f31d10ef71de", "OS::stack_id": "f2a82081-2152-43c4-9f0c-c7e3c431390e", "OS::stack_name": "HeatUtilsKeypairTests-84a06cdc-ff70-4a58-be04-61d203aed7f2-stack", "keypair_name": "HeatUtilsKeypairTests-84a06cdc-ff70-4a58-be04-61d203aed7f2-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-84a06cdc-ff70-4a58-be04-61d203aed7f2-stack", "stack_user_project_id": "8cfe7c52aece4533a8327d8a1a4e92f7", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-26T08:35:15Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsKeypairTests-84a06cdc-ff70-4a58-be04-61d203aed7f2-stack/f2a82081-2152-43c4-9f0c-c7e3c431390e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "f2a82081-2152-43c4-9f0c-c7e3c431390e", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAnaBx6Tv9NBboeeCPkxiAy02I/HzK0U2BZKo9PLQ/0mUOp0W6\nnowTiBrnXx7q6BbqHBbMMu/ujCxPG1brUfWlFnh/NrICl8PO16QqbAMeJ4Fr0ta9\nUt1ghlIXn8lCwiIXPdRHlXu3JnbRXTW6dhWX9BZrQl3hqOfqCxe6CwKxcujopgsw\ngFmBvH20LMkbjZWKhH2ObFa0yzLyuDgvXhGX8Bts9mG0Jy8HeD/WyfWZy4/3INiz\n1y7n4qkjYcd7S3SyGXGUNC7kOgy34ehvqWogH5kCpW9HcN3oLO1j6cJePziyJ3Y5\nauOBI+56AMO0UzmVkHG7US7x3FySwtCZhx6g6QIDAQABAoIBACA9ui8HuzHVYbXU\nLenbgDSVZmimqeGH5eiOPbpV8Bv72bRzOcnGQxR61EqLi2bvkPEv5JKiqvt28LNZ\n4wY/pYXkHbk1Tfx2668GADtZo+hWu5RDojP53g17ayOeyg3lZTWbXwz/YiX29boI\nDFys7AjcMRJBG7Atx5x/POmVonArS3VaOLQ0NdYzwRV3VfmRRDRGIme+ser7bmrk\nfsCJlAywPEBbdcEgEP5Dtp4D6WDiogXbvE3rvNmEA/LLWxA5eBG2fjdULNYp2aLD\noKFssHa0NjQGAqTnkk+voY7b/uvA2074sVxagGBc2lNbN31GFfpa080LWsuowg4t\n/LntOlECgYEA0Ovux7LJH82YkdzLHQZDhBKMnIjJNsDmuNLcSbQ4cnIr7kn4+5l8\nxzi+I+flCfJB2WB3DsAHq93R+Sq7PEswa2dRZRX6c1KTK/s7wq5QtA3jEe2ojknX\n80yYGXgpekGwhEB3wXdheotpy4MXyX92y+IjLh8j1tLd7ixBOXxuZD0CgYEAwSV2\nmugD9X2URTfdO98Cxoj3VFtsxBONpWOEiwbdeGhUuyS6V0KqjW7pcBXxLWzLNKPM\nHAkKHYjh1Np/CwHIyX12rWSg32UfS9Y6BtocsJ8EqU7yYtpmi/0dLZjtXMRNKtS3\nw4mig/j0nfye0cf8ZlP65vSarrxZlJXyuKyYvh0CgYEAmxapWOElYFB088KdnNwr\nfn1umD0KcXTdUVJmaOg6BusuJWQQSmV0NUewDmN0qN+HdmCfwPlYOIMf/gF0oJuI\nRBKcX5fjJXyk9782a5yPGDo+1+4+c/HpNxkix7VlxPXCnUpmG94NJLUdQg/8tn3C\nqDMkvnYrWquKR+XePVhbclkCgYAJlkd11vBjXhFfAi/cCezEWAYWzNbwQJw2SmNI\n11Vk5aDXDTKmpCt9C7VQl/Y5r/3CJiM6fQRghOvYueO2cyc5QR4D60vE6usLw51r\nu6XS6oG7uax0VazjY/Pv0Hhvs1q1NovMi+diL5hMwz5K4WdY2PBKSHfpFnZH1s2O\ndxq5zQKBgQCdNpOCahZjPFevJbspz/61KFC62J/JY6kfpB3SonG6CJg6O16XrjEu\n/phkEXrY14xBitSa3Nr8VrT3eLshY/kFgy9Smo4r7hIh0zWMIOBC8lTe88CbF7Am\nigwrzgQBkMHuQNVvBSR1z1IWocb39in/AnRh3jO3sBaspNK4IWbCeA==\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-26 08:35:17,969 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsKeypairTests-84a06cdc-ff70-4a58-be04-61d203aed7f2-stack/f2a82081-2152-43c4-9f0c-c7e3c431390e used request id req-840d23c3-2c2d-4b7d-960d-74848a2a9922 2018-10-26 08:35:17,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/f2a82081-2152-43c4-9f0c-c7e3c431390e/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4b2701660e9a189e96f2fd37251d6a35cd546f9" 2018-10-26 08:35:18,152 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:35:17 GMT Server: Apache x-openstack-request-id: req-9b66c4f2-87f3-4926-ae31-d58995714a6b Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsKeypairTests-84a06cdc-ff70-4a58-be04-61d203aed7f2-stack/f2a82081-2152-43c4-9f0c-c7e3c431390e/resources Content-Length: 499 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsKeypairTests-84a06cdc-ff70-4a58-be04-61d203aed7f2-stack/f2a82081-2152-43c4-9f0c-c7e3c431390e/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:35:18,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:18 GMT Server: Apache x-openstack-request-id: req-881ef692-8abe-493d-b0bf-df3db18b0dda Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 368 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "keypair", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsKeypairTests-84a06cdc-ff70-4a58-be04-61d203aed7f2-stack/f2a82081-2152-43c4-9f0c-c7e3c431390e/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsKeypairTests-84a06cdc-ff70-4a58-be04-61d203aed7f2-stack/f2a82081-2152-43c4-9f0c-c7e3c431390e", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-10-26T08:35:16Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:35:16Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsKeypairTests-84a06cdc-ff70-4a58-be04-61d203aed7f2-kp", "resource_type": "OS::Nova::KeyPair"}]} 2018-10-26 08:35:18,195 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsKeypairTests-84a06cdc-ff70-4a58-be04-61d203aed7f2-stack/f2a82081-2152-43c4-9f0c-c7e3c431390e/resources used request id req-881ef692-8abe-493d-b0bf-df3db18b0dda 2018-10-26 08:35:18,198 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-84a06cdc-ff70-4a58-be04-61d203aed7f2-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4b2701660e9a189e96f2fd37251d6a35cd546f9" 2018-10-26 08:35:18,215 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e083c444-6896-45a8-b08a-fb516da99b46 x-compute-request-id: req-e083c444-6896-45a8-b08a-fb516da99b46 Content-Encoding: gzip Content-Length: 572 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCdoHHpO/00Fuh54I+TGIDLTYj8fMrRTYFkqj08tD/SZQ6nRbqejBOIGudfHuroFuocFswy7+6MLE8bVutR9aUWeH82sgKXw87XpCpsAx4ngWvS1r1S3WCGUhefyULCIhc91EeVe7cmdtFdNbp2FZf0FmtCXeGo5+oLF7oLArFy6OimCzCAWYG8fbQsyRuNlYqEfY5sVrTLMvK4OC9eEZfwG2z2YbQnLwd4P9bJ9ZnLj/cg2LPXLufiqSNhx3tLdLIZcZQ0LuQ6DLfh6G+paiAfmQKlb0dw3egs7WPpwl4/OLIndjlq44Ej7noAw7RTOZWQcbtRLvHcXJLC0JmHHqDp Generated-by-Nova", "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "name": "HeatUtilsKeypairTests-84a06cdc-ff70-4a58-be04-61d203aed7f2-kp", "deleted": false, "created_at": "2018-10-26T08:35:16.000000", "updated_at": null, "fingerprint": "9f:43:02:85:62:63:46:6b:a6:11:25:4d:b8:ac:3c:f5", "deleted_at": null, "id": 14}} 2018-10-26 08:35:18,215 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-84a06cdc-ff70-4a58-be04-61d203aed7f2-kp used request id req-e083c444-6896-45a8-b08a-fb516da99b46 2018-10-26 08:35:18,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/f2a82081-2152-43c4-9f0c-c7e3c431390e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4b2701660e9a189e96f2fd37251d6a35cd546f9" 2018-10-26 08:35:18,391 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:35:18 GMT Server: Apache x-openstack-request-id: req-bbdf89d0-f0f1-4869-bd31-df0de391b5d0 Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsKeypairTests-84a06cdc-ff70-4a58-be04-61d203aed7f2-stack/f2a82081-2152-43c4-9f0c-c7e3c431390e Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsKeypairTests-84a06cdc-ff70-4a58-be04-61d203aed7f2-stack/f2a82081-2152-43c4-9f0c-c7e3c431390e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:35:18,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:18 GMT Server: Apache x-openstack-request-id: req-a70abc19-6b5c-43ea-8b04-bf5eb7186d52 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": "e8c35a3eddcb484a9d13f31d10ef71de", "OS::stack_id": "f2a82081-2152-43c4-9f0c-c7e3c431390e", "OS::stack_name": "HeatUtilsKeypairTests-84a06cdc-ff70-4a58-be04-61d203aed7f2-stack", "keypair_name": "HeatUtilsKeypairTests-84a06cdc-ff70-4a58-be04-61d203aed7f2-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-84a06cdc-ff70-4a58-be04-61d203aed7f2-stack", "stack_user_project_id": "8cfe7c52aece4533a8327d8a1a4e92f7", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-26T08:35:15Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsKeypairTests-84a06cdc-ff70-4a58-be04-61d203aed7f2-stack/f2a82081-2152-43c4-9f0c-c7e3c431390e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "f2a82081-2152-43c4-9f0c-c7e3c431390e", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAnaBx6Tv9NBboeeCPkxiAy02I/HzK0U2BZKo9PLQ/0mUOp0W6\nnowTiBrnXx7q6BbqHBbMMu/ujCxPG1brUfWlFnh/NrICl8PO16QqbAMeJ4Fr0ta9\nUt1ghlIXn8lCwiIXPdRHlXu3JnbRXTW6dhWX9BZrQl3hqOfqCxe6CwKxcujopgsw\ngFmBvH20LMkbjZWKhH2ObFa0yzLyuDgvXhGX8Bts9mG0Jy8HeD/WyfWZy4/3INiz\n1y7n4qkjYcd7S3SyGXGUNC7kOgy34ehvqWogH5kCpW9HcN3oLO1j6cJePziyJ3Y5\nauOBI+56AMO0UzmVkHG7US7x3FySwtCZhx6g6QIDAQABAoIBACA9ui8HuzHVYbXU\nLenbgDSVZmimqeGH5eiOPbpV8Bv72bRzOcnGQxR61EqLi2bvkPEv5JKiqvt28LNZ\n4wY/pYXkHbk1Tfx2668GADtZo+hWu5RDojP53g17ayOeyg3lZTWbXwz/YiX29boI\nDFys7AjcMRJBG7Atx5x/POmVonArS3VaOLQ0NdYzwRV3VfmRRDRGIme+ser7bmrk\nfsCJlAywPEBbdcEgEP5Dtp4D6WDiogXbvE3rvNmEA/LLWxA5eBG2fjdULNYp2aLD\noKFssHa0NjQGAqTnkk+voY7b/uvA2074sVxagGBc2lNbN31GFfpa080LWsuowg4t\n/LntOlECgYEA0Ovux7LJH82YkdzLHQZDhBKMnIjJNsDmuNLcSbQ4cnIr7kn4+5l8\nxzi+I+flCfJB2WB3DsAHq93R+Sq7PEswa2dRZRX6c1KTK/s7wq5QtA3jEe2ojknX\n80yYGXgpekGwhEB3wXdheotpy4MXyX92y+IjLh8j1tLd7ixBOXxuZD0CgYEAwSV2\nmugD9X2URTfdO98Cxoj3VFtsxBONpWOEiwbdeGhUuyS6V0KqjW7pcBXxLWzLNKPM\nHAkKHYjh1Np/CwHIyX12rWSg32UfS9Y6BtocsJ8EqU7yYtpmi/0dLZjtXMRNKtS3\nw4mig/j0nfye0cf8ZlP65vSarrxZlJXyuKyYvh0CgYEAmxapWOElYFB088KdnNwr\nfn1umD0KcXTdUVJmaOg6BusuJWQQSmV0NUewDmN0qN+HdmCfwPlYOIMf/gF0oJuI\nRBKcX5fjJXyk9782a5yPGDo+1+4+c/HpNxkix7VlxPXCnUpmG94NJLUdQg/8tn3C\nqDMkvnYrWquKR+XePVhbclkCgYAJlkd11vBjXhFfAi/cCezEWAYWzNbwQJw2SmNI\n11Vk5aDXDTKmpCt9C7VQl/Y5r/3CJiM6fQRghOvYueO2cyc5QR4D60vE6usLw51r\nu6XS6oG7uax0VazjY/Pv0Hhvs1q1NovMi+diL5hMwz5K4WdY2PBKSHfpFnZH1s2O\ndxq5zQKBgQCdNpOCahZjPFevJbspz/61KFC62J/JY6kfpB3SonG6CJg6O16XrjEu\n/phkEXrY14xBitSa3Nr8VrT3eLshY/kFgy9Smo4r7hIh0zWMIOBC8lTe88CbF7Am\nigwrzgQBkMHuQNVvBSR1z1IWocb39in/AnRh3jO3sBaspNK4IWbCeA==\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-26 08:35:18,644 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsKeypairTests-84a06cdc-ff70-4a58-be04-61d203aed7f2-stack/f2a82081-2152-43c4-9f0c-c7e3c431390e used request id req-a70abc19-6b5c-43ea-8b04-bf5eb7186d52 2018-10-26 08:35:18,647 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-84a06cdc-ff70-4a58-be04-61d203aed7f2-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4b2701660e9a189e96f2fd37251d6a35cd546f9" 2018-10-26 08:35:18,661 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-46a35b81-9917-4175-9c6f-31089854873f x-compute-request-id: req-46a35b81-9917-4175-9c6f-31089854873f Content-Encoding: gzip Content-Length: 572 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCdoHHpO/00Fuh54I+TGIDLTYj8fMrRTYFkqj08tD/SZQ6nRbqejBOIGudfHuroFuocFswy7+6MLE8bVutR9aUWeH82sgKXw87XpCpsAx4ngWvS1r1S3WCGUhefyULCIhc91EeVe7cmdtFdNbp2FZf0FmtCXeGo5+oLF7oLArFy6OimCzCAWYG8fbQsyRuNlYqEfY5sVrTLMvK4OC9eEZfwG2z2YbQnLwd4P9bJ9ZnLj/cg2LPXLufiqSNhx3tLdLIZcZQ0LuQ6DLfh6G+paiAfmQKlb0dw3egs7WPpwl4/OLIndjlq44Ej7noAw7RTOZWQcbtRLvHcXJLC0JmHHqDp Generated-by-Nova", "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "name": "HeatUtilsKeypairTests-84a06cdc-ff70-4a58-be04-61d203aed7f2-kp", "deleted": false, "created_at": "2018-10-26T08:35:16.000000", "updated_at": null, "fingerprint": "9f:43:02:85:62:63:46:6b:a6:11:25:4d:b8:ac:3c:f5", "deleted_at": null, "id": 14}} 2018-10-26 08:35:18,661 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-84a06cdc-ff70-4a58-be04-61d203aed7f2-kp used request id req-46a35b81-9917-4175-9c6f-31089854873f 2018-10-26 08:35:18,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/f2a82081-2152-43c4-9f0c-c7e3c431390e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4b2701660e9a189e96f2fd37251d6a35cd546f9" 2018-10-26 08:35:18,844 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:35:18 GMT Server: Apache x-openstack-request-id: req-f8ef27fd-cf93-4c96-8681-e6937f1c4b9b Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsKeypairTests-84a06cdc-ff70-4a58-be04-61d203aed7f2-stack/f2a82081-2152-43c4-9f0c-c7e3c431390e Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsKeypairTests-84a06cdc-ff70-4a58-be04-61d203aed7f2-stack/f2a82081-2152-43c4-9f0c-c7e3c431390e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:35:19,041 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:35:18 GMT Server: Apache x-openstack-request-id: req-b7c86c2b-0dd0-4e72-97a9-acb73e898f78 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:35:19,042 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsKeypairTests-84a06cdc-ff70-4a58-be04-61d203aed7f2-stack/f2a82081-2152-43c4-9f0c-c7e3c431390e used request id req-b7c86c2b-0dd0-4e72-97a9-acb73e898f78 2018-10-26 08:35:19,043 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-26 08:35:19,058 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:35:19,435 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:35:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["pOG2AkULTn-hmz3TZ4RwCA"], "issued_at": "2018-10-26T08:35:19.000000Z"}} 2018-10-26 08:35:19,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8513ee6214aa2e0788c4da9f44196546b7a3eb62" -d '{"stack_name": "HeatUtilsSecurityGroupTests-47e76843-7942-4fcd-b4f3-29c3e6a7966f-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-47e76843-7942-4fcd-b4f3-29c3e6a7966f-sec-grp"}}' 2018-10-26 08:35:21,011 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 08:35:19 GMT Server: Apache x-openstack-request-id: req-defaf476-fe1c-455a-af20-0e04e9bddb32 Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsSecurityGroupTests-47e76843-7942-4fcd-b4f3-29c3e6a7966f-stack/0bfcf5ec-d6db-4c12-9a71-97ed0a9d98c1 Content-Length: 271 Content-Type: application/json RESP BODY: {"stack": {"id": "0bfcf5ec-d6db-4c12-9a71-97ed0a9d98c1", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsSecurityGroupTests-47e76843-7942-4fcd-b4f3-29c3e6a7966f-stack/0bfcf5ec-d6db-4c12-9a71-97ed0a9d98c1", "rel": "self"}]}} 2018-10-26 08:35:21,012 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks used request id req-defaf476-fe1c-455a-af20-0e04e9bddb32 2018-10-26 08:35:21,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/0bfcf5ec-d6db-4c12-9a71-97ed0a9d98c1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8513ee6214aa2e0788c4da9f44196546b7a3eb62" 2018-10-26 08:35:21,193 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:35:21 GMT Server: Apache x-openstack-request-id: req-de00e90d-6f31-49f4-81dc-7b9a14e26e04 Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsSecurityGroupTests-47e76843-7942-4fcd-b4f3-29c3e6a7966f-stack/0bfcf5ec-d6db-4c12-9a71-97ed0a9d98c1 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsSecurityGroupTests-47e76843-7942-4fcd-b4f3-29c3e6a7966f-stack/0bfcf5ec-d6db-4c12-9a71-97ed0a9d98c1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:35:21,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:21 GMT Server: Apache x-openstack-request-id: req-d72bd56a-1efd-4336-8dbc-cb7fc3a7cfce Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 519 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": "e8c35a3eddcb484a9d13f31d10ef71de", "OS::stack_id": "0bfcf5ec-d6db-4c12-9a71-97ed0a9d98c1", "OS::stack_name": "HeatUtilsSecurityGroupTests-47e76843-7942-4fcd-b4f3-29c3e6a7966f-stack", "security_group_name": "HeatUtilsSecurityGroupTests-47e76843-7942-4fcd-b4f3-29c3e6a7966f-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-47e76843-7942-4fcd-b4f3-29c3e6a7966f-stack", "stack_user_project_id": "7bb7eb325c1e42a186c5454074b9a85c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T08:35:20Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsSecurityGroupTests-47e76843-7942-4fcd-b4f3-29c3e6a7966f-stack/0bfcf5ec-d6db-4c12-9a71-97ed0a9d98c1", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "0bfcf5ec-d6db-4c12-9a71-97ed0a9d98c1", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-10-26 08:35:21,391 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsSecurityGroupTests-47e76843-7942-4fcd-b4f3-29c3e6a7966f-stack/0bfcf5ec-d6db-4c12-9a71-97ed0a9d98c1 used request id req-d72bd56a-1efd-4336-8dbc-cb7fc3a7cfce 2018-10-26 08:35:21,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/0bfcf5ec-d6db-4c12-9a71-97ed0a9d98c1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8513ee6214aa2e0788c4da9f44196546b7a3eb62" 2018-10-26 08:35:21,421 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:35:21 GMT Server: Apache x-openstack-request-id: req-78526505-fa1d-4a66-9a38-f623770ba7fd Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsSecurityGroupTests-47e76843-7942-4fcd-b4f3-29c3e6a7966f-stack/0bfcf5ec-d6db-4c12-9a71-97ed0a9d98c1 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsSecurityGroupTests-47e76843-7942-4fcd-b4f3-29c3e6a7966f-stack/0bfcf5ec-d6db-4c12-9a71-97ed0a9d98c1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:35:21,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:21 GMT Server: Apache x-openstack-request-id: req-b8ad2283-1152-4a75-bccf-b2c6a8de238b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 519 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": "e8c35a3eddcb484a9d13f31d10ef71de", "OS::stack_id": "0bfcf5ec-d6db-4c12-9a71-97ed0a9d98c1", "OS::stack_name": "HeatUtilsSecurityGroupTests-47e76843-7942-4fcd-b4f3-29c3e6a7966f-stack", "security_group_name": "HeatUtilsSecurityGroupTests-47e76843-7942-4fcd-b4f3-29c3e6a7966f-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-47e76843-7942-4fcd-b4f3-29c3e6a7966f-stack", "stack_user_project_id": "7bb7eb325c1e42a186c5454074b9a85c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T08:35:20Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsSecurityGroupTests-47e76843-7942-4fcd-b4f3-29c3e6a7966f-stack/0bfcf5ec-d6db-4c12-9a71-97ed0a9d98c1", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "0bfcf5ec-d6db-4c12-9a71-97ed0a9d98c1", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-10-26 08:35:21,617 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsSecurityGroupTests-47e76843-7942-4fcd-b4f3-29c3e6a7966f-stack/0bfcf5ec-d6db-4c12-9a71-97ed0a9d98c1 used request id req-b8ad2283-1152-4a75-bccf-b2c6a8de238b 2018-10-26 08:35:24,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/0bfcf5ec-d6db-4c12-9a71-97ed0a9d98c1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8513ee6214aa2e0788c4da9f44196546b7a3eb62" 2018-10-26 08:35:24,798 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:35:24 GMT Server: Apache x-openstack-request-id: req-12e0379d-7e24-4a3b-9e22-2eea1846f4fa Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsSecurityGroupTests-47e76843-7942-4fcd-b4f3-29c3e6a7966f-stack/0bfcf5ec-d6db-4c12-9a71-97ed0a9d98c1 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsSecurityGroupTests-47e76843-7942-4fcd-b4f3-29c3e6a7966f-stack/0bfcf5ec-d6db-4c12-9a71-97ed0a9d98c1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:35:25,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:24 GMT Server: Apache x-openstack-request-id: req-85adff00-3362-447c-baf2-d1a58f60e9d5 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": "e8c35a3eddcb484a9d13f31d10ef71de", "OS::stack_id": "0bfcf5ec-d6db-4c12-9a71-97ed0a9d98c1", "OS::stack_name": "HeatUtilsSecurityGroupTests-47e76843-7942-4fcd-b4f3-29c3e6a7966f-stack", "security_group_name": "HeatUtilsSecurityGroupTests-47e76843-7942-4fcd-b4f3-29c3e6a7966f-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-47e76843-7942-4fcd-b4f3-29c3e6a7966f-stack", "stack_user_project_id": "7bb7eb325c1e42a186c5454074b9a85c", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-26T08:35:20Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsSecurityGroupTests-47e76843-7942-4fcd-b4f3-29c3e6a7966f-stack/0bfcf5ec-d6db-4c12-9a71-97ed0a9d98c1", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "0bfcf5ec-d6db-4c12-9a71-97ed0a9d98c1", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-10-26 08:35:25,098 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsSecurityGroupTests-47e76843-7942-4fcd-b4f3-29c3e6a7966f-stack/0bfcf5ec-d6db-4c12-9a71-97ed0a9d98c1 used request id req-85adff00-3362-447c-baf2-d1a58f60e9d5 2018-10-26 08:35:25,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/0bfcf5ec-d6db-4c12-9a71-97ed0a9d98c1/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8513ee6214aa2e0788c4da9f44196546b7a3eb62" 2018-10-26 08:35:25,292 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:35:25 GMT Server: Apache x-openstack-request-id: req-8eb5d83f-0994-4b11-9f7d-d78bf9e73066 Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsSecurityGroupTests-47e76843-7942-4fcd-b4f3-29c3e6a7966f-stack/0bfcf5ec-d6db-4c12-9a71-97ed0a9d98c1/resources Content-Length: 511 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsSecurityGroupTests-47e76843-7942-4fcd-b4f3-29c3e6a7966f-stack/0bfcf5ec-d6db-4c12-9a71-97ed0a9d98c1/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:35:25,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:25 GMT Server: Apache x-openstack-request-id: req-3986d222-3512-482b-ad33-1ef34298fa0d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 401 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsSecurityGroupTests-47e76843-7942-4fcd-b4f3-29c3e6a7966f-stack/0bfcf5ec-d6db-4c12-9a71-97ed0a9d98c1/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsSecurityGroupTests-47e76843-7942-4fcd-b4f3-29c3e6a7966f-stack/0bfcf5ec-d6db-4c12-9a71-97ed0a9d98c1", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-10-26T08:35:20Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T08:35:20Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "9da32f9a-1283-400e-bd55-2de793fb446e", "resource_type": "OS::Neutron::SecurityGroup"}]} 2018-10-26 08:35:25,482 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsSecurityGroupTests-47e76843-7942-4fcd-b4f3-29c3e6a7966f-stack/0bfcf5ec-d6db-4c12-9a71-97ed0a9d98c1/resources used request id req-3986d222-3512-482b-ad33-1ef34298fa0d 2018-10-26 08:35:25,483 - neutron_utils - INFO - Retrieving security group with ID - 9da32f9a-1283-400e-bd55-2de793fb446e 2018-10-26 08:35:25,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=9da32f9a-1283-400e-bd55-2de793fb446e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8513ee6214aa2e0788c4da9f44196546b7a3eb62" 2018-10-26 08:35:25,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1433 X-Openstack-Request-Id: req-b2ce7b83-e192-4416-a338-b99835b3cca0 Date: Fri, 26 Oct 2018 08:35:25 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:35:21Z", "updated_at": "2018-10-26T08:35:22Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:35:22Z", "revision_number": 0, "id": "7d69ec59-3900-4401-a234-05d6ff8e2c7c", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-10-26T08:35:22Z", "security_group_id": "9da32f9a-1283-400e-bd55-2de793fb446e", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-26T08:35:22Z", "revision_number": 0, "id": "aaeb7666-2a80-4706-a2ce-967c75a9e0b3", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-10-26T08:35:22Z", "security_group_id": "9da32f9a-1283-400e-bd55-2de793fb446e", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": 22, "ethertype": "IPv4", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}], "revision_number": 6, "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "9da32f9a-1283-400e-bd55-2de793fb446e", "name": "HeatUtilsSecurityGroupTests-47e76843-7942-4fcd-b4f3-29c3e6a7966f-sec-grp"}]} 2018-10-26 08:35:25,714 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=9da32f9a-1283-400e-bd55-2de793fb446e used request id req-b2ce7b83-e192-4416-a338-b99835b3cca0 2018-10-26 08:35:25,715 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9da32f9a-1283-400e-bd55-2de793fb446e 2018-10-26 08:35:25,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=9da32f9a-1283-400e-bd55-2de793fb446e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8513ee6214aa2e0788c4da9f44196546b7a3eb62" 2018-10-26 08:35:25,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-b84111aa-5b48-46b2-bdc8-fd77f0856dc5 Date: Fri, 26 Oct 2018 08:35:25 GMT RESP BODY: {"security_group_rules": [{"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-26T08:35:22Z", "security_group_id": "9da32f9a-1283-400e-bd55-2de793fb446e", "port_range_min": null, "revision_number": 0, "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:35:22Z", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "7d69ec59-3900-4401-a234-05d6ff8e2c7c"}, {"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-26T08:35:22Z", "security_group_id": "9da32f9a-1283-400e-bd55-2de793fb446e", "port_range_min": 22, "revision_number": 0, "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:35:22Z", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "aaeb7666-2a80-4706-a2ce-967c75a9e0b3"}]} 2018-10-26 08:35:25,893 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=9da32f9a-1283-400e-bd55-2de793fb446e used request id req-b84111aa-5b48-46b2-bdc8-fd77f0856dc5 2018-10-26 08:35:25,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/0bfcf5ec-d6db-4c12-9a71-97ed0a9d98c1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8513ee6214aa2e0788c4da9f44196546b7a3eb62" 2018-10-26 08:35:26,062 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 08:35:25 GMT Server: Apache x-openstack-request-id: req-18983f56-e3cd-4990-9a13-58cffabf8ff6 Location: http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsSecurityGroupTests-47e76843-7942-4fcd-b4f3-29c3e6a7966f-stack/0bfcf5ec-d6db-4c12-9a71-97ed0a9d98c1 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsSecurityGroupTests-47e76843-7942-4fcd-b4f3-29c3e6a7966f-stack/0bfcf5ec-d6db-4c12-9a71-97ed0a9d98c1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 08:35:26,258 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:35:26 GMT Server: Apache x-openstack-request-id: req-3e04f4f9-314a-4b7a-b42a-a80c29199489 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:35:26,258 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de/stacks/HeatUtilsSecurityGroupTests-47e76843-7942-4fcd-b4f3-29c3e6a7966f-stack/0bfcf5ec-d6db-4c12-9a71-97ed0a9d98c1 used request id req-3e04f4f9-314a-4b7a-b42a-a80c29199489 2018-10-26 08:35:26,261 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:35:26,646 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:35:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["nWqNFLigQBi87-DhSpS7Eg"], "issued_at": "2018-10-26T08:35:26.000000Z"}} 2018-10-26 08:35:26,649 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c45e369a0a6eff5536c7d55d4370b06cdff1cb7b" -d '{"qos_specs": {"consumer": "both", "name": "CinderUtilsQoSTests-10ef47d3-452f-4b04-9134-afbec91f9eaf"}}' 2018-10-26 08:35:27,459 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:26 GMT Server: Apache x-compute-request-id: req-9c579693-8ad4-4199-a9af-b2919bb5d369 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9c579693-8ad4-4199-a9af-b2919bb5d369 Content-Encoding: gzip Content-Length: 242 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "e694492a-7914-4ffd-85b2-d48317bcb37f", "name": "CinderUtilsQoSTests-10ef47d3-452f-4b04-9134-afbec91f9eaf"}, "links": [{"href": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs/e694492a-7914-4ffd-85b2-d48317bcb37f", "rel": "self"}, {"href": "http://172.30.9.21:8776/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs/e694492a-7914-4ffd-85b2-d48317bcb37f", "rel": "bookmark"}]} 2018-10-26 08:35:27,460 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs used request id req-9c579693-8ad4-4199-a9af-b2919bb5d369 2018-10-26 08:35:27,463 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9c579693-8ad4-4199-a9af-b2919bb5d369" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c45e369a0a6eff5536c7d55d4370b06cdff1cb7b" 2018-10-26 08:35:28,177 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:27 GMT Server: Apache x-compute-request-id: req-a0f25d38-00b8-4884-bb8e-ab82df452c0e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a0f25d38-00b8-4884-bb8e-ab82df452c0e Content-Encoding: gzip Content-Length: 154 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "e694492a-7914-4ffd-85b2-d48317bcb37f", "name": "CinderUtilsQoSTests-10ef47d3-452f-4b04-9134-afbec91f9eaf"}]} 2018-10-26 08:35:28,178 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs used request id req-a0f25d38-00b8-4884-bb8e-ab82df452c0e 2018-10-26 08:35:28,178 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-10ef47d3-452f-4b04-9134-afbec91f9eaf 2018-10-26 08:35:28,181 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs/e694492a-7914-4ffd-85b2-d48317bcb37f?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9c579693-8ad4-4199-a9af-b2919bb5d369" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c45e369a0a6eff5536c7d55d4370b06cdff1cb7b" 2018-10-26 08:35:28,384 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08:35:28 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0a3eabf6-450d-44c1-a0b1-ef302399859d 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-26 08:35:28,384 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs/e694492a-7914-4ffd-85b2-d48317bcb37f?force=False used request id req-0a3eabf6-450d-44c1-a0b1-ef302399859d 2018-10-26 08:35:28,387 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9c579693-8ad4-4199-a9af-b2919bb5d369" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c45e369a0a6eff5536c7d55d4370b06cdff1cb7b" 2018-10-26 08:35:28,562 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:28 GMT Server: Apache x-compute-request-id: req-9ea5be5a-0547-4db0-8965-5bcd4ba36e08 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-9ea5be5a-0547-4db0-8965-5bcd4ba36e08 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-10-26 08:35:28,562 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs used request id req-9ea5be5a-0547-4db0-8965-5bcd4ba36e08 2018-10-26 08:35:28,563 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-10ef47d3-452f-4b04-9134-afbec91f9eaf 2018-10-26 08:35:28,566 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs/e694492a-7914-4ffd-85b2-d48317bcb37f?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9c579693-8ad4-4199-a9af-b2919bb5d369" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c45e369a0a6eff5536c7d55d4370b06cdff1cb7b" 2018-10-26 08:35:28,760 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 08:35:28 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-ec9147ba-0a84-44be-adc5-67c7fc3a9454 x-openstack-request-id: req-ec9147ba-0a84-44be-adc5-67c7fc3a9454 Content-Length: 100 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec e694492a-7914-4ffd-85b2-d48317bcb37f.", "code": 404}} 2018-10-26 08:35:28,760 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs/e694492a-7914-4ffd-85b2-d48317bcb37f?force=False used request id req-ec9147ba-0a84-44be-adc5-67c7fc3a9454 2018-10-26 08:35:28,763 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:35:29,135 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:35:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["RoyHg1kcRfufSwTzjVGbjw"], "issued_at": "2018-10-26T08:35:29.000000Z"}} 2018-10-26 08:35:29,138 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5df19d9cf16de8c749a5a6d368e09221dbc229b8" -d '{"qos_specs": {"foo": "bar ", "consumer": "back-end", "name": "CinderUtilsQoSTests-a77e5cdb-a86a-47b1-b125-ce242f6a8974"}}' 2018-10-26 08:35:29,892 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:29 GMT Server: Apache x-compute-request-id: req-63b66c27-b941-479f-9b9c-fe12c5b2ecc3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-63b66c27-b941-479f-9b9c-fe12c5b2ecc3 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "back-end", "id": "5da30351-16f3-4b17-acca-ff5f79c6a52b", "name": "CinderUtilsQoSTests-a77e5cdb-a86a-47b1-b125-ce242f6a8974"}, "links": [{"href": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs/5da30351-16f3-4b17-acca-ff5f79c6a52b", "rel": "self"}, {"href": "http://172.30.9.21:8776/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs/5da30351-16f3-4b17-acca-ff5f79c6a52b", "rel": "bookmark"}]} 2018-10-26 08:35:29,892 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs used request id req-63b66c27-b941-479f-9b9c-fe12c5b2ecc3 2018-10-26 08:35:29,896 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-63b66c27-b941-479f-9b9c-fe12c5b2ecc3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5df19d9cf16de8c749a5a6d368e09221dbc229b8" 2018-10-26 08:35:30,082 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:29 GMT Server: Apache x-compute-request-id: req-6873f206-fac1-413a-9219-c20c16a50d18 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6873f206-fac1-413a-9219-c20c16a50d18 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "back-end", "id": "5da30351-16f3-4b17-acca-ff5f79c6a52b", "name": "CinderUtilsQoSTests-a77e5cdb-a86a-47b1-b125-ce242f6a8974"}]} 2018-10-26 08:35:30,082 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs used request id req-6873f206-fac1-413a-9219-c20c16a50d18 2018-10-26 08:35:30,085 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs/5da30351-16f3-4b17-acca-ff5f79c6a52b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-63b66c27-b941-479f-9b9c-fe12c5b2ecc3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5df19d9cf16de8c749a5a6d368e09221dbc229b8" 2018-10-26 08:35:30,883 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:30 GMT Server: Apache x-compute-request-id: req-e768ecfe-462c-4d66-a58c-2be5ccbfdcc4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e768ecfe-462c-4d66-a58c-2be5ccbfdcc4 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "back-end", "id": "5da30351-16f3-4b17-acca-ff5f79c6a52b", "name": "CinderUtilsQoSTests-a77e5cdb-a86a-47b1-b125-ce242f6a8974"}, "links": [{"href": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs/5da30351-16f3-4b17-acca-ff5f79c6a52b", "rel": "self"}, {"href": "http://172.30.9.21:8776/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs/5da30351-16f3-4b17-acca-ff5f79c6a52b", "rel": "bookmark"}]} 2018-10-26 08:35:30,883 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs/5da30351-16f3-4b17-acca-ff5f79c6a52b used request id req-e768ecfe-462c-4d66-a58c-2be5ccbfdcc4 2018-10-26 08:35:30,884 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-a77e5cdb-a86a-47b1-b125-ce242f6a8974 2018-10-26 08:35:30,887 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs/5da30351-16f3-4b17-acca-ff5f79c6a52b?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-63b66c27-b941-479f-9b9c-fe12c5b2ecc3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5df19d9cf16de8c749a5a6d368e09221dbc229b8" 2018-10-26 08:35:31,109 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08:35:30 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a70f65b1-153a-4bfc-a1c9-7966df06fbc9 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-26 08:35:31,109 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs/5da30351-16f3-4b17-acca-ff5f79c6a52b?force=False used request id req-a70f65b1-153a-4bfc-a1c9-7966df06fbc9 2018-10-26 08:35:31,112 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:35:31,499 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:35:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["4W1wHTr3Sde1bpHt-xlwQQ"], "issued_at": "2018-10-26T08:35:31.000000Z"}} 2018-10-26 08:35:31,503 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb45c5c2a9ac5cd56c2fba2d6f29a4b328930911" -d '{"qos_specs": {"foo": "bar ", "consumer": "both", "name": "CinderUtilsQoSTests-b820f465-e1f3-4ead-b020-b1d1e4b7cee7"}}' 2018-10-26 08:35:31,697 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:31 GMT Server: Apache x-compute-request-id: req-5769b9a8-ebd5-4d59-ba79-591197a1a219 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5769b9a8-ebd5-4d59-ba79-591197a1a219 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "both", "id": "a60f2e68-ac21-4c47-9ba3-4a0826294a1c", "name": "CinderUtilsQoSTests-b820f465-e1f3-4ead-b020-b1d1e4b7cee7"}, "links": [{"href": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs/a60f2e68-ac21-4c47-9ba3-4a0826294a1c", "rel": "self"}, {"href": "http://172.30.9.21:8776/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs/a60f2e68-ac21-4c47-9ba3-4a0826294a1c", "rel": "bookmark"}]} 2018-10-26 08:35:31,697 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs used request id req-5769b9a8-ebd5-4d59-ba79-591197a1a219 2018-10-26 08:35:31,701 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5769b9a8-ebd5-4d59-ba79-591197a1a219" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb45c5c2a9ac5cd56c2fba2d6f29a4b328930911" 2018-10-26 08:35:31,875 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:31 GMT Server: Apache x-compute-request-id: req-cbbf6197-524f-490e-9b35-cb2085dfd138 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cbbf6197-524f-490e-9b35-cb2085dfd138 Content-Encoding: gzip Content-Length: 163 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "both", "id": "a60f2e68-ac21-4c47-9ba3-4a0826294a1c", "name": "CinderUtilsQoSTests-b820f465-e1f3-4ead-b020-b1d1e4b7cee7"}]} 2018-10-26 08:35:31,875 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs used request id req-cbbf6197-524f-490e-9b35-cb2085dfd138 2018-10-26 08:35:31,878 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs/a60f2e68-ac21-4c47-9ba3-4a0826294a1c -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5769b9a8-ebd5-4d59-ba79-591197a1a219" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb45c5c2a9ac5cd56c2fba2d6f29a4b328930911" 2018-10-26 08:35:32,048 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:31 GMT Server: Apache x-compute-request-id: req-be0480e2-3ed3-4690-9b02-3effc0b14249 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-be0480e2-3ed3-4690-9b02-3effc0b14249 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "both", "id": "a60f2e68-ac21-4c47-9ba3-4a0826294a1c", "name": "CinderUtilsQoSTests-b820f465-e1f3-4ead-b020-b1d1e4b7cee7"}, "links": [{"href": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs/a60f2e68-ac21-4c47-9ba3-4a0826294a1c", "rel": "self"}, {"href": "http://172.30.9.21:8776/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs/a60f2e68-ac21-4c47-9ba3-4a0826294a1c", "rel": "bookmark"}]} 2018-10-26 08:35:32,048 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs/a60f2e68-ac21-4c47-9ba3-4a0826294a1c used request id req-be0480e2-3ed3-4690-9b02-3effc0b14249 2018-10-26 08:35:32,048 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-b820f465-e1f3-4ead-b020-b1d1e4b7cee7 2018-10-26 08:35:32,051 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs/a60f2e68-ac21-4c47-9ba3-4a0826294a1c?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5769b9a8-ebd5-4d59-ba79-591197a1a219" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb45c5c2a9ac5cd56c2fba2d6f29a4b328930911" 2018-10-26 08:35:32,243 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08:35:32 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-28ff4231-0c03-42d8-9a40-a4bcc7480218 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-26 08:35:32,244 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs/a60f2e68-ac21-4c47-9ba3-4a0826294a1c?force=False used request id req-28ff4231-0c03-42d8-9a40-a4bcc7480218 2018-10-26 08:35:32,246 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:35:32,638 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:35:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["MWDclx3GTP-V0QPxrlNs5A"], "issued_at": "2018-10-26T08:35:32.000000Z"}} 2018-10-26 08:35:32,642 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aede2f421494e7cb08d3486993006d2547771de" -d '{"qos_specs": {"foo": "bar ", "consumer": "front-end", "name": "CinderUtilsQoSTests-85f2b2fb-d071-4880-8eed-4f197b9ac15b"}}' 2018-10-26 08:35:32,848 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:32 GMT Server: Apache x-compute-request-id: req-05fbf3e2-fe96-486a-b036-e2d43b2efc4b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-05fbf3e2-fe96-486a-b036-e2d43b2efc4b Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "front-end", "id": "e7b3a31b-e844-469a-a0f5-420467a24e10", "name": "CinderUtilsQoSTests-85f2b2fb-d071-4880-8eed-4f197b9ac15b"}, "links": [{"href": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs/e7b3a31b-e844-469a-a0f5-420467a24e10", "rel": "self"}, {"href": "http://172.30.9.21:8776/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs/e7b3a31b-e844-469a-a0f5-420467a24e10", "rel": "bookmark"}]} 2018-10-26 08:35:32,848 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs used request id req-05fbf3e2-fe96-486a-b036-e2d43b2efc4b 2018-10-26 08:35:32,851 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-05fbf3e2-fe96-486a-b036-e2d43b2efc4b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aede2f421494e7cb08d3486993006d2547771de" 2018-10-26 08:35:33,012 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:32 GMT Server: Apache x-compute-request-id: req-0e5334c1-9310-475f-ba22-7426d78dfd33 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0e5334c1-9310-475f-ba22-7426d78dfd33 Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "front-end", "id": "e7b3a31b-e844-469a-a0f5-420467a24e10", "name": "CinderUtilsQoSTests-85f2b2fb-d071-4880-8eed-4f197b9ac15b"}]} 2018-10-26 08:35:33,012 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs used request id req-0e5334c1-9310-475f-ba22-7426d78dfd33 2018-10-26 08:35:33,015 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs/e7b3a31b-e844-469a-a0f5-420467a24e10 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-05fbf3e2-fe96-486a-b036-e2d43b2efc4b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aede2f421494e7cb08d3486993006d2547771de" 2018-10-26 08:35:33,202 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:33 GMT Server: Apache x-compute-request-id: req-cde42927-ddaf-411f-9c15-ee4d30ab29ad OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cde42927-ddaf-411f-9c15-ee4d30ab29ad Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "front-end", "id": "e7b3a31b-e844-469a-a0f5-420467a24e10", "name": "CinderUtilsQoSTests-85f2b2fb-d071-4880-8eed-4f197b9ac15b"}, "links": [{"href": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs/e7b3a31b-e844-469a-a0f5-420467a24e10", "rel": "self"}, {"href": "http://172.30.9.21:8776/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs/e7b3a31b-e844-469a-a0f5-420467a24e10", "rel": "bookmark"}]} 2018-10-26 08:35:33,202 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs/e7b3a31b-e844-469a-a0f5-420467a24e10 used request id req-cde42927-ddaf-411f-9c15-ee4d30ab29ad 2018-10-26 08:35:33,203 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-85f2b2fb-d071-4880-8eed-4f197b9ac15b 2018-10-26 08:35:33,206 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs/e7b3a31b-e844-469a-a0f5-420467a24e10?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-05fbf3e2-fe96-486a-b036-e2d43b2efc4b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aede2f421494e7cb08d3486993006d2547771de" 2018-10-26 08:35:33,412 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08:35:33 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e9c6e61b-ac0e-4020-88c6-55860af580b1 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-26 08:35:33,412 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs/e7b3a31b-e844-469a-a0f5-420467a24e10?force=False used request id req-e9c6e61b-ac0e-4020-88c6-55860af580b1 2018-10-26 08:35:33,414 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:35:33,793 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:35:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["B4pUABMvRLyybgd_DpuSgg"], "issued_at": "2018-10-26T08:35:33.000000Z"}} 2018-10-26 08:35:33,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd1209c7c1ad58592308e17f47e98ad9b5e91b33" 2018-10-26 08:35:33,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a82d8af4-a5da-4e34-889b-54415fdbf2aa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:35:33,878 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a82d8af4-a5da-4e34-889b-54415fdbf2aa 2018-10-26 08:35:33,882 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd1209c7c1ad58592308e17f47e98ad9b5e91b33" -d '{"volume": {"status": "creating", "user_id": null, "name": "CinderUtilsVolumeTests-bd488549-134d-4546-92b3-c72111f6a27e", "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-26 08:35:34,238 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08:35:33 GMT Server: Apache x-compute-request-id: req-c2ff7940-216e-4591-98ca-6bb2cb01fd18 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c2ff7940-216e-4591-98ca-6bb2cb01fd18 Content-Length: 846 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/fcb56c1d-a400-4245-8108-3ff1f4e68fb1", "rel": "self"}, {"href": "http://172.30.9.21:8776/e8c35a3eddcb484a9d13f31d10ef71de/volumes/fcb56c1d-a400-4245-8108-3ff1f4e68fb1", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-26T08:35:34.110921", "description": null, "updated_at": null, "volume_type": null, "name": "CinderUtilsVolumeTests-bd488549-134d-4546-92b3-c72111f6a27e", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "fcb56c1d-a400-4245-8108-3ff1f4e68fb1", "size": 1}} 2018-10-26 08:35:34,238 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes used request id req-c2ff7940-216e-4591-98ca-6bb2cb01fd18 2018-10-26 08:35:34,242 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/fcb56c1d-a400-4245-8108-3ff1f4e68fb1 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c2ff7940-216e-4591-98ca-6bb2cb01fd18" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd1209c7c1ad58592308e17f47e98ad9b5e91b33" 2018-10-26 08:35:34,454 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:34 GMT Server: Apache x-compute-request-id: req-1d088a53-7823-433d-a50a-4aafe23fda64 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1d088a53-7823-433d-a50a-4aafe23fda64 Content-Encoding: gzip Content-Length: 514 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/fcb56c1d-a400-4245-8108-3ff1f4e68fb1", "rel": "self"}, {"href": "http://172.30.9.21:8776/e8c35a3eddcb484a9d13f31d10ef71de/volumes/fcb56c1d-a400-4245-8108-3ff1f4e68fb1", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-26T08:35:34.000000", "replication_status": null, "snapshot_id": null, "id": "fcb56c1d-a400-4245-8108-3ff1f4e68fb1", "size": 1, "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "os-vol-tenant-attr:tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "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-bd488549-134d-4546-92b3-c72111f6a27e", "bootable": "false", "created_at": "2018-10-26T08:35:34.000000", "volume_type": null}} 2018-10-26 08:35:34,455 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/fcb56c1d-a400-4245-8108-3ff1f4e68fb1 used request id req-1d088a53-7823-433d-a50a-4aafe23fda64 2018-10-26 08:35:34,458 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/fcb56c1d-a400-4245-8108-3ff1f4e68fb1 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c2ff7940-216e-4591-98ca-6bb2cb01fd18" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd1209c7c1ad58592308e17f47e98ad9b5e91b33" 2018-10-26 08:35:34,662 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:34 GMT Server: Apache x-compute-request-id: req-065e112c-6518-4413-aca4-f48268b3323e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-065e112c-6518-4413-aca4-f48268b3323e Content-Encoding: gzip Content-Length: 511 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/fcb56c1d-a400-4245-8108-3ff1f4e68fb1", "rel": "self"}, {"href": "http://172.30.9.21:8776/e8c35a3eddcb484a9d13f31d10ef71de/volumes/fcb56c1d-a400-4245-8108-3ff1f4e68fb1", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-26T08:35:34.000000", "replication_status": null, "snapshot_id": null, "id": "fcb56c1d-a400-4245-8108-3ff1f4e68fb1", "size": 1, "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "os-vol-tenant-attr:tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "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-bd488549-134d-4546-92b3-c72111f6a27e", "bootable": "false", "created_at": "2018-10-26T08:35:34.000000", "volume_type": null}} 2018-10-26 08:35:34,663 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/fcb56c1d-a400-4245-8108-3ff1f4e68fb1 used request id req-065e112c-6518-4413-aca4-f48268b3323e 2018-10-26 08:35:34,666 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c2ff7940-216e-4591-98ca-6bb2cb01fd18" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd1209c7c1ad58592308e17f47e98ad9b5e91b33" 2018-10-26 08:35:34,864 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:34 GMT Server: Apache x-compute-request-id: req-5363f836-be97-40de-950d-10064ae8d360 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5363f836-be97-40de-950d-10064ae8d360 Content-Encoding: gzip Content-Length: 510 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/fcb56c1d-a400-4245-8108-3ff1f4e68fb1", "rel": "self"}, {"href": "http://172.30.9.21:8776/e8c35a3eddcb484a9d13f31d10ef71de/volumes/fcb56c1d-a400-4245-8108-3ff1f4e68fb1", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-26T08:35:34.000000", "replication_status": null, "snapshot_id": null, "id": "fcb56c1d-a400-4245-8108-3ff1f4e68fb1", "size": 1, "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "os-vol-tenant-attr:tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "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-bd488549-134d-4546-92b3-c72111f6a27e", "bootable": "false", "created_at": "2018-10-26T08:35:34.000000", "volume_type": null}]} 2018-10-26 08:35:34,865 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/detail used request id req-5363f836-be97-40de-950d-10064ae8d360 2018-10-26 08:35:34,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:35:34,873 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:35: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:35:34,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd1209c7c1ad58592308e17f47e98ad9b5e91b33" 2018-10-26 08:35:34,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e000861-7fe8-4549-99aa-2bcf5b76ac0d 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:35:34,956 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-0e000861-7fe8-4549-99aa-2bcf5b76ac0d 2018-10-26 08:35:34,956 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-bd488549-134d-4546-92b3-c72111f6a27e 2018-10-26 08:35:34,959 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/fcb56c1d-a400-4245-8108-3ff1f4e68fb1 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c2ff7940-216e-4591-98ca-6bb2cb01fd18" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd1209c7c1ad58592308e17f47e98ad9b5e91b33" 2018-10-26 08:35:35,184 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08:35:34 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-22a158ba-5106-41c2-906e-921ea8284d9e 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-26 08:35:35,184 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/fcb56c1d-a400-4245-8108-3ff1f4e68fb1 used request id req-22a158ba-5106-41c2-906e-921ea8284d9e 2018-10-26 08:35:35,187 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/fcb56c1d-a400-4245-8108-3ff1f4e68fb1 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c2ff7940-216e-4591-98ca-6bb2cb01fd18" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd1209c7c1ad58592308e17f47e98ad9b5e91b33" 2018-10-26 08:35:35,393 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:35 GMT Server: Apache x-compute-request-id: req-ac9c6930-16b7-4fae-9de2-7c0680205d20 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ac9c6930-16b7-4fae-9de2-7c0680205d20 Content-Encoding: gzip Content-Length: 517 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/fcb56c1d-a400-4245-8108-3ff1f4e68fb1", "rel": "self"}, {"href": "http://172.30.9.21:8776/e8c35a3eddcb484a9d13f31d10ef71de/volumes/fcb56c1d-a400-4245-8108-3ff1f4e68fb1", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-26T08:35:35.000000", "replication_status": null, "snapshot_id": null, "id": "fcb56c1d-a400-4245-8108-3ff1f4e68fb1", "size": 1, "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "os-vol-tenant-attr:tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "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-bd488549-134d-4546-92b3-c72111f6a27e", "bootable": "false", "created_at": "2018-10-26T08:35:34.000000", "volume_type": null}} 2018-10-26 08:35:35,393 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/fcb56c1d-a400-4245-8108-3ff1f4e68fb1 used request id req-ac9c6930-16b7-4fae-9de2-7c0680205d20 2018-10-26 08:35:38,397 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/fcb56c1d-a400-4245-8108-3ff1f4e68fb1 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c2ff7940-216e-4591-98ca-6bb2cb01fd18" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd1209c7c1ad58592308e17f47e98ad9b5e91b33" 2018-10-26 08:35:38,561 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 08:35:38 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-b061560c-85f1-4194-89d1-fbdb2df20562 x-openstack-request-id: req-b061560c-85f1-4194-89d1-fbdb2df20562 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume fcb56c1d-a400-4245-8108-3ff1f4e68fb1 could not be found.", "code": 404}} 2018-10-26 08:35:38,561 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/fcb56c1d-a400-4245-8108-3ff1f4e68fb1 used request id req-b061560c-85f1-4194-89d1-fbdb2df20562 2018-10-26 08:35:38,564 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c2ff7940-216e-4591-98ca-6bb2cb01fd18" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd1209c7c1ad58592308e17f47e98ad9b5e91b33" 2018-10-26 08:35:38,755 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:38 GMT Server: Apache x-compute-request-id: req-d8e7c70a-cc13-4731-a93a-120d3bdd3a76 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d8e7c70a-cc13-4731-a93a-120d3bdd3a76 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-26 08:35:38,755 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/detail used request id req-d8e7c70a-cc13-4731-a93a-120d3bdd3a76 2018-10-26 08:35:38,756 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-bd488549-134d-4546-92b3-c72111f6a27e 2018-10-26 08:35:38,759 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/fcb56c1d-a400-4245-8108-3ff1f4e68fb1 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c2ff7940-216e-4591-98ca-6bb2cb01fd18" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd1209c7c1ad58592308e17f47e98ad9b5e91b33" 2018-10-26 08:35:38,797 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 08:35:38 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-d1ccf320-55cd-4fca-b7e1-2341b4269262 x-openstack-request-id: req-d1ccf320-55cd-4fca-b7e1-2341b4269262 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume fcb56c1d-a400-4245-8108-3ff1f4e68fb1 could not be found.", "code": 404}} 2018-10-26 08:35:38,797 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/fcb56c1d-a400-4245-8108-3ff1f4e68fb1 used request id req-d1ccf320-55cd-4fca-b7e1-2341b4269262 2018-10-26 08:35:38,800 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/fcb56c1d-a400-4245-8108-3ff1f4e68fb1 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c2ff7940-216e-4591-98ca-6bb2cb01fd18" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd1209c7c1ad58592308e17f47e98ad9b5e91b33" 2018-10-26 08:35:38,998 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 08:35:38 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-7b7ed2e9-d503-4266-a460-429c510db776 x-openstack-request-id: req-7b7ed2e9-d503-4266-a460-429c510db776 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume fcb56c1d-a400-4245-8108-3ff1f4e68fb1 could not be found.", "code": 404}} 2018-10-26 08:35:38,998 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/fcb56c1d-a400-4245-8108-3ff1f4e68fb1 used request id req-7b7ed2e9-d503-4266-a460-429c510db776 2018-10-26 08:35:39,000 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:35:39,387 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:35:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["rh40faUfRKyL7YAe9jVqKw"], "issued_at": "2018-10-26T08:35:39.000000Z"}} 2018-10-26 08:35:39,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}931ee6e68269525ea1abc02f8f35fcd2ca60eb02" 2018-10-26 08:35:39,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e67227e5-1a95-4a59-8db6-c5b1c84cf86e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:35:39,472 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e67227e5-1a95-4a59-8db6-c5b1c84cf86e 2018-10-26 08:35:39,476 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}931ee6e68269525ea1abc02f8f35fcd2ca60eb02" -d '{"volume": {"status": "creating", "user_id": null, "name": "CinderUtilsVolumeTests-67bfde35-402d-43cf-ae79-aeedeea8baed", "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-26 08:35:39,925 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08:35:39 GMT Server: Apache x-compute-request-id: req-db10d0e7-01cd-4742-8f78-491c47b1eeda OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-db10d0e7-01cd-4742-8f78-491c47b1eeda Content-Length: 846 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/25ae85e9-a6ca-4f97-b860-9f9b7534325b", "rel": "self"}, {"href": "http://172.30.9.21:8776/e8c35a3eddcb484a9d13f31d10ef71de/volumes/25ae85e9-a6ca-4f97-b860-9f9b7534325b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-26T08:35:39.734828", "description": null, "updated_at": null, "volume_type": null, "name": "CinderUtilsVolumeTests-67bfde35-402d-43cf-ae79-aeedeea8baed", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "25ae85e9-a6ca-4f97-b860-9f9b7534325b", "size": 1}} 2018-10-26 08:35:39,925 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes used request id req-db10d0e7-01cd-4742-8f78-491c47b1eeda 2018-10-26 08:35:39,929 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/25ae85e9-a6ca-4f97-b860-9f9b7534325b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-db10d0e7-01cd-4742-8f78-491c47b1eeda" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}931ee6e68269525ea1abc02f8f35fcd2ca60eb02" 2018-10-26 08:35:40,789 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:39 GMT Server: Apache x-compute-request-id: req-0da7024a-1543-4e1f-834c-b381c3ca24f2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0da7024a-1543-4e1f-834c-b381c3ca24f2 Content-Encoding: gzip Content-Length: 514 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/25ae85e9-a6ca-4f97-b860-9f9b7534325b", "rel": "self"}, {"href": "http://172.30.9.21:8776/e8c35a3eddcb484a9d13f31d10ef71de/volumes/25ae85e9-a6ca-4f97-b860-9f9b7534325b", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-26T08:35:40.000000", "replication_status": null, "snapshot_id": null, "id": "25ae85e9-a6ca-4f97-b860-9f9b7534325b", "size": 1, "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "os-vol-tenant-attr:tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "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-67bfde35-402d-43cf-ae79-aeedeea8baed", "bootable": "false", "created_at": "2018-10-26T08:35:39.000000", "volume_type": null}} 2018-10-26 08:35:40,789 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/25ae85e9-a6ca-4f97-b860-9f9b7534325b used request id req-0da7024a-1543-4e1f-834c-b381c3ca24f2 2018-10-26 08:35:40,792 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/25ae85e9-a6ca-4f97-b860-9f9b7534325b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-db10d0e7-01cd-4742-8f78-491c47b1eeda" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}931ee6e68269525ea1abc02f8f35fcd2ca60eb02" 2018-10-26 08:35:40,993 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:40 GMT Server: Apache x-compute-request-id: req-8b4ecac3-fce4-4e20-b50a-baeb8efbf931 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8b4ecac3-fce4-4e20-b50a-baeb8efbf931 Content-Encoding: gzip Content-Length: 514 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/25ae85e9-a6ca-4f97-b860-9f9b7534325b", "rel": "self"}, {"href": "http://172.30.9.21:8776/e8c35a3eddcb484a9d13f31d10ef71de/volumes/25ae85e9-a6ca-4f97-b860-9f9b7534325b", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-26T08:35:40.000000", "replication_status": null, "snapshot_id": null, "id": "25ae85e9-a6ca-4f97-b860-9f9b7534325b", "size": 1, "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "os-vol-tenant-attr:tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "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-67bfde35-402d-43cf-ae79-aeedeea8baed", "bootable": "false", "created_at": "2018-10-26T08:35:39.000000", "volume_type": null}} 2018-10-26 08:35:40,993 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/25ae85e9-a6ca-4f97-b860-9f9b7534325b used request id req-8b4ecac3-fce4-4e20-b50a-baeb8efbf931 2018-10-26 08:35:40,996 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-db10d0e7-01cd-4742-8f78-491c47b1eeda" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}931ee6e68269525ea1abc02f8f35fcd2ca60eb02" 2018-10-26 08:35:41,756 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:41 GMT Server: Apache x-compute-request-id: req-02f3d922-18bd-4ace-a1aa-63847fd621bc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-02f3d922-18bd-4ace-a1aa-63847fd621bc Content-Encoding: gzip Content-Length: 514 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/25ae85e9-a6ca-4f97-b860-9f9b7534325b", "rel": "self"}, {"href": "http://172.30.9.21:8776/e8c35a3eddcb484a9d13f31d10ef71de/volumes/25ae85e9-a6ca-4f97-b860-9f9b7534325b", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-26T08:35:40.000000", "replication_status": null, "snapshot_id": null, "id": "25ae85e9-a6ca-4f97-b860-9f9b7534325b", "size": 1, "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "os-vol-tenant-attr:tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "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-67bfde35-402d-43cf-ae79-aeedeea8baed", "bootable": "false", "created_at": "2018-10-26T08:35:39.000000", "volume_type": null}]} 2018-10-26 08:35:41,757 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/detail used request id req-02f3d922-18bd-4ace-a1aa-63847fd621bc 2018-10-26 08:35:41,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:35:41,766 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:35: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:35:41,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}931ee6e68269525ea1abc02f8f35fcd2ca60eb02" 2018-10-26 08:35:41,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-703e349c-36f1-4999-8546-49d641769f0c 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.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:35:41,856 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-703e349c-36f1-4999-8546-49d641769f0c 2018-10-26 08:35:41,857 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-67bfde35-402d-43cf-ae79-aeedeea8baed 2018-10-26 08:35:41,860 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/25ae85e9-a6ca-4f97-b860-9f9b7534325b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-db10d0e7-01cd-4742-8f78-491c47b1eeda" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}931ee6e68269525ea1abc02f8f35fcd2ca60eb02" 2018-10-26 08:35:42,106 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08:35:41 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-16381221-ebf0-4ee0-a189-a582b2d5fd9d 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-26 08:35:42,106 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/25ae85e9-a6ca-4f97-b860-9f9b7534325b used request id req-16381221-ebf0-4ee0-a189-a582b2d5fd9d 2018-10-26 08:35:42,109 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/25ae85e9-a6ca-4f97-b860-9f9b7534325b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-db10d0e7-01cd-4742-8f78-491c47b1eeda" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}931ee6e68269525ea1abc02f8f35fcd2ca60eb02" 2018-10-26 08:35:42,299 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:42 GMT Server: Apache x-compute-request-id: req-5794436b-a302-486d-ae84-d89a26a671d3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5794436b-a302-486d-ae84-d89a26a671d3 Content-Encoding: gzip Content-Length: 516 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/25ae85e9-a6ca-4f97-b860-9f9b7534325b", "rel": "self"}, {"href": "http://172.30.9.21:8776/e8c35a3eddcb484a9d13f31d10ef71de/volumes/25ae85e9-a6ca-4f97-b860-9f9b7534325b", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-26T08:35:42.000000", "replication_status": null, "snapshot_id": null, "id": "25ae85e9-a6ca-4f97-b860-9f9b7534325b", "size": 1, "user_id": "33d9df1b41b84eb5b98a2538f2ae93a5", "os-vol-tenant-attr:tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "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-67bfde35-402d-43cf-ae79-aeedeea8baed", "bootable": "false", "created_at": "2018-10-26T08:35:39.000000", "volume_type": null}} 2018-10-26 08:35:42,299 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/25ae85e9-a6ca-4f97-b860-9f9b7534325b used request id req-5794436b-a302-486d-ae84-d89a26a671d3 2018-10-26 08:35:45,306 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/25ae85e9-a6ca-4f97-b860-9f9b7534325b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-db10d0e7-01cd-4742-8f78-491c47b1eeda" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}931ee6e68269525ea1abc02f8f35fcd2ca60eb02" 2018-10-26 08:35:45,511 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 08:35:45 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-8a5d3267-1f8c-461a-a15e-79226a2f4d50 x-openstack-request-id: req-8a5d3267-1f8c-461a-a15e-79226a2f4d50 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 25ae85e9-a6ca-4f97-b860-9f9b7534325b could not be found.", "code": 404}} 2018-10-26 08:35:45,511 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/volumes/25ae85e9-a6ca-4f97-b860-9f9b7534325b used request id req-8a5d3267-1f8c-461a-a15e-79226a2f4d50 2018-10-26 08:35:45,513 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:35:45,910 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:35:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["vtzYXZ5RSwm1VCLOfF9ilA"], "issued_at": "2018-10-26T08:35:45.000000Z"}} 2018-10-26 08:35:45,913 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255d947b6c0e892aa9d2bf24260545cde840ef88" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsSimpleVolumeTypeTests-4b16f586-b7a8-4ae4-9317-5b44f562739d", "description": null}}' 2018-10-26 08:35:46,116 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:45 GMT Server: Apache x-compute-request-id: req-259d9dc7-058b-42d6-8e08-ab2002189b85 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-259d9dc7-058b-42d6-8e08-ab2002189b85 Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-4b16f586-b7a8-4ae4-9317-5b44f562739d", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "37272d3f-2f50-476e-8f76-df2ede276163", "description": null}} 2018-10-26 08:35:46,117 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types used request id req-259d9dc7-058b-42d6-8e08-ab2002189b85 2018-10-26 08:35:46,121 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-259d9dc7-058b-42d6-8e08-ab2002189b85" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255d947b6c0e892aa9d2bf24260545cde840ef88" 2018-10-26 08:35:46,299 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:46 GMT Server: Apache x-compute-request-id: req-fc50cc5d-4170-450d-bdf6-f1153db4e1e1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fc50cc5d-4170-450d-bdf6-f1153db4e1e1 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CinderUtilsSimpleVolumeTypeTests-4b16f586-b7a8-4ae4-9317-5b44f562739d", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "37272d3f-2f50-476e-8f76-df2ede276163", "description": null}]} 2018-10-26 08:35:46,299 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types?is_public=None used request id req-fc50cc5d-4170-450d-bdf6-f1153db4e1e1 2018-10-26 08:35:46,303 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/37272d3f-2f50-476e-8f76-df2ede276163 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-259d9dc7-058b-42d6-8e08-ab2002189b85" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255d947b6c0e892aa9d2bf24260545cde840ef88" 2018-10-26 08:35:46,506 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:46 GMT Server: Apache x-compute-request-id: req-e3221e0a-9734-4c2b-bd34-326caf49fa40 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e3221e0a-9734-4c2b-bd34-326caf49fa40 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-4b16f586-b7a8-4ae4-9317-5b44f562739d", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "37272d3f-2f50-476e-8f76-df2ede276163", "description": null}} 2018-10-26 08:35:46,506 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/37272d3f-2f50-476e-8f76-df2ede276163 used request id req-e3221e0a-9734-4c2b-bd34-326caf49fa40 2018-10-26 08:35:46,509 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/37272d3f-2f50-476e-8f76-df2ede276163/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-259d9dc7-058b-42d6-8e08-ab2002189b85" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255d947b6c0e892aa9d2bf24260545cde840ef88" 2018-10-26 08:35:46,695 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:46 GMT Server: Apache x-compute-request-id: req-10f8d973-bff8-46cc-a648-5df70fa39275 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-10f8d973-bff8-46cc-a648-5df70fa39275 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-10-26 08:35:46,695 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/37272d3f-2f50-476e-8f76-df2ede276163/encryption used request id req-10f8d973-bff8-46cc-a648-5df70fa39275 2018-10-26 08:35:46,696 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-4b16f586-b7a8-4ae4-9317-5b44f562739d 2018-10-26 08:35:46,699 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/37272d3f-2f50-476e-8f76-df2ede276163 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-259d9dc7-058b-42d6-8e08-ab2002189b85" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255d947b6c0e892aa9d2bf24260545cde840ef88" 2018-10-26 08:35:46,902 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08:35:46 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-fb99245b-db0b-4623-94c7-e7720f8c3a44 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-26 08:35:46,902 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/37272d3f-2f50-476e-8f76-df2ede276163 used request id req-fb99245b-db0b-4623-94c7-e7720f8c3a44 2018-10-26 08:35:46,905 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/37272d3f-2f50-476e-8f76-df2ede276163 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-259d9dc7-058b-42d6-8e08-ab2002189b85" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255d947b6c0e892aa9d2bf24260545cde840ef88" 2018-10-26 08:35:47,067 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 08:35:46 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-95535225-68c7-4e09-ba9c-dba1a637db73 x-openstack-request-id: req-95535225-68c7-4e09-ba9c-dba1a637db73 Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type 37272d3f-2f50-476e-8f76-df2ede276163 could not be found.", "code": 404}} 2018-10-26 08:35:47,067 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/37272d3f-2f50-476e-8f76-df2ede276163 used request id req-95535225-68c7-4e09-ba9c-dba1a637db73 2018-10-26 08:35:47,067 - cinder_utils - INFO - Volume with ID [37272d3f-2f50-476e-8f76-df2ede276163] does not exist 2018-10-26 08:35:47,067 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-4b16f586-b7a8-4ae4-9317-5b44f562739d 2018-10-26 08:35:47,070 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/37272d3f-2f50-476e-8f76-df2ede276163 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-259d9dc7-058b-42d6-8e08-ab2002189b85" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}255d947b6c0e892aa9d2bf24260545cde840ef88" 2018-10-26 08:35:47,375 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 08:35:47 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-5fb27c60-86aa-45e5-859f-3265e394dbdc x-openstack-request-id: req-5fb27c60-86aa-45e5-859f-3265e394dbdc Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type 37272d3f-2f50-476e-8f76-df2ede276163 could not be found.", "code": 404}} 2018-10-26 08:35:47,376 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/37272d3f-2f50-476e-8f76-df2ede276163 used request id req-5fb27c60-86aa-45e5-859f-3265e394dbdc 2018-10-26 08:35:47,378 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:35:47,753 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:35:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["Jw4vUlMTTkuykKrMn7gZwQ"], "issued_at": "2018-10-26T08:35:47.000000Z"}} 2018-10-26 08:35:47,756 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af642f50edb2c61247c3168e4a7ab5531fa310cb" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsSimpleVolumeTypeTests-de0772b3-c848-4b97-b2e4-52cc67dec694", "description": null}}' 2018-10-26 08:35:48,531 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:47 GMT Server: Apache x-compute-request-id: req-f03f90fb-5cd8-4bb5-8996-1f1be8ab7b69 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f03f90fb-5cd8-4bb5-8996-1f1be8ab7b69 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-de0772b3-c848-4b97-b2e4-52cc67dec694", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "4398246b-d5b9-472d-9dc5-02193440b33f", "description": null}} 2018-10-26 08:35:48,531 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types used request id req-f03f90fb-5cd8-4bb5-8996-1f1be8ab7b69 2018-10-26 08:35:48,535 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f03f90fb-5cd8-4bb5-8996-1f1be8ab7b69" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af642f50edb2c61247c3168e4a7ab5531fa310cb" 2018-10-26 08:35:48,710 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:48 GMT Server: Apache x-compute-request-id: req-7a96fc34-ca6a-4a28-aa5d-d841b466cbba OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7a96fc34-ca6a-4a28-aa5d-d841b466cbba Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CinderUtilsSimpleVolumeTypeTests-de0772b3-c848-4b97-b2e4-52cc67dec694", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "4398246b-d5b9-472d-9dc5-02193440b33f", "description": null}]} 2018-10-26 08:35:48,710 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types?is_public=None used request id req-7a96fc34-ca6a-4a28-aa5d-d841b466cbba 2018-10-26 08:35:48,713 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/4398246b-d5b9-472d-9dc5-02193440b33f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f03f90fb-5cd8-4bb5-8996-1f1be8ab7b69" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af642f50edb2c61247c3168e4a7ab5531fa310cb" 2018-10-26 08:35:48,882 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:48 GMT Server: Apache x-compute-request-id: req-fe3c6926-ee54-4d3c-9174-755ddc1757e1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fe3c6926-ee54-4d3c-9174-755ddc1757e1 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-de0772b3-c848-4b97-b2e4-52cc67dec694", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "4398246b-d5b9-472d-9dc5-02193440b33f", "description": null}} 2018-10-26 08:35:48,882 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/4398246b-d5b9-472d-9dc5-02193440b33f used request id req-fe3c6926-ee54-4d3c-9174-755ddc1757e1 2018-10-26 08:35:48,886 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/4398246b-d5b9-472d-9dc5-02193440b33f/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f03f90fb-5cd8-4bb5-8996-1f1be8ab7b69" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af642f50edb2c61247c3168e4a7ab5531fa310cb" 2018-10-26 08:35:49,067 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:48 GMT Server: Apache x-compute-request-id: req-2c741aea-d961-45af-89cf-56534e31f63b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2c741aea-d961-45af-89cf-56534e31f63b Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-10-26 08:35:49,067 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/4398246b-d5b9-472d-9dc5-02193440b33f/encryption used request id req-2c741aea-d961-45af-89cf-56534e31f63b 2018-10-26 08:35:49,070 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/4398246b-d5b9-472d-9dc5-02193440b33f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f03f90fb-5cd8-4bb5-8996-1f1be8ab7b69" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af642f50edb2c61247c3168e4a7ab5531fa310cb" 2018-10-26 08:35:49,246 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:49 GMT Server: Apache x-compute-request-id: req-ade66844-0b04-4cd0-84f3-2634ce1b4316 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ade66844-0b04-4cd0-84f3-2634ce1b4316 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-de0772b3-c848-4b97-b2e4-52cc67dec694", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "4398246b-d5b9-472d-9dc5-02193440b33f", "description": null}} 2018-10-26 08:35:49,246 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/4398246b-d5b9-472d-9dc5-02193440b33f used request id req-ade66844-0b04-4cd0-84f3-2634ce1b4316 2018-10-26 08:35:49,249 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/4398246b-d5b9-472d-9dc5-02193440b33f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f03f90fb-5cd8-4bb5-8996-1f1be8ab7b69" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af642f50edb2c61247c3168e4a7ab5531fa310cb" 2018-10-26 08:35:49,417 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:49 GMT Server: Apache x-compute-request-id: req-038ac880-3303-4590-975f-d1aad760ff8e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-038ac880-3303-4590-975f-d1aad760ff8e Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-de0772b3-c848-4b97-b2e4-52cc67dec694", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "4398246b-d5b9-472d-9dc5-02193440b33f", "description": null}} 2018-10-26 08:35:49,417 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/4398246b-d5b9-472d-9dc5-02193440b33f used request id req-038ac880-3303-4590-975f-d1aad760ff8e 2018-10-26 08:35:49,419 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/4398246b-d5b9-472d-9dc5-02193440b33f/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f03f90fb-5cd8-4bb5-8996-1f1be8ab7b69" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af642f50edb2c61247c3168e4a7ab5531fa310cb" 2018-10-26 08:35:49,440 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:49 GMT Server: Apache x-compute-request-id: req-b33dacaf-3e0b-403e-8681-498e0d2aa20a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b33dacaf-3e0b-403e-8681-498e0d2aa20a Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-10-26 08:35:49,440 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/4398246b-d5b9-472d-9dc5-02193440b33f/encryption used request id req-b33dacaf-3e0b-403e-8681-498e0d2aa20a 2018-10-26 08:35:49,440 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-de0772b3-c848-4b97-b2e4-52cc67dec694 2018-10-26 08:35:49,443 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/4398246b-d5b9-472d-9dc5-02193440b33f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f03f90fb-5cd8-4bb5-8996-1f1be8ab7b69" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af642f50edb2c61247c3168e4a7ab5531fa310cb" 2018-10-26 08:35:49,665 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08:35:49 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d86c65fc-4e10-4662-8b69-bc2b05242767 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-26 08:35:49,665 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/4398246b-d5b9-472d-9dc5-02193440b33f used request id req-d86c65fc-4e10-4662-8b69-bc2b05242767 2018-10-26 08:35:49,668 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:35:50,049 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:35:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["8esmAPKKSB6BLAb49ohWQA"], "issued_at": "2018-10-26T08:35:50.000000Z"}} 2018-10-26 08:35:50,051 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abf1f8cd129e364acef8a4efd8a5494f20bea38d" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-fefeaaf8-0d6c-47e5-bc74-61cb3a9599ee-type", "description": null}}' 2018-10-26 08:35:50,802 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:50 GMT Server: Apache x-compute-request-id: req-d74995d8-10f1-4a95-8b8e-90141ace39e9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d74995d8-10f1-4a95-8b8e-90141ace39e9 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-fefeaaf8-0d6c-47e5-bc74-61cb3a9599ee-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "b7548574-d82e-4c4e-b29f-cfd5655fe3fb", "description": null}} 2018-10-26 08:35:50,802 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types used request id req-d74995d8-10f1-4a95-8b8e-90141ace39e9 2018-10-26 08:35:50,806 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/b7548574-d82e-4c4e-b29f-cfd5655fe3fb/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-d74995d8-10f1-4a95-8b8e-90141ace39e9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abf1f8cd129e364acef8a4efd8a5494f20bea38d" -d '{"encryption": {"name": "CinderUtilsAddEncryptionTests-fefeaaf8-0d6c-47e5-bc74-61cb3a9599ee", "control_location": "back-end", "key_size": -1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}}' 2018-10-26 08:35:50,997 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Fri, 26 Oct 2018 08:35:50 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-527c17da-f2fc-4b59-b6e9-efd89e6e9f0d x-openstack-request-id: req-527c17da-f2fc-4b59-b6e9-efd89e6e9f0d Content-Length: 65 Content-Type: application/json RESP BODY: {"badRequest": {"message": "key_size must be >= 0", "code": 400}} 2018-10-26 08:35:50,997 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/b7548574-d82e-4c4e-b29f-cfd5655fe3fb/encryption used request id req-527c17da-f2fc-4b59-b6e9-efd89e6e9f0d 2018-10-26 08:35:50,998 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-fefeaaf8-0d6c-47e5-bc74-61cb3a9599ee-type 2018-10-26 08:35:51,001 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/b7548574-d82e-4c4e-b29f-cfd5655fe3fb -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d74995d8-10f1-4a95-8b8e-90141ace39e9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abf1f8cd129e364acef8a4efd8a5494f20bea38d" 2018-10-26 08:35:51,220 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08:35:51 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c32dc91e-eae3-4ef9-bca5-c376722ee768 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-26 08:35:51,220 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/b7548574-d82e-4c4e-b29f-cfd5655fe3fb used request id req-c32dc91e-eae3-4ef9-bca5-c376722ee768 2018-10-26 08:35:51,223 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:35:51,607 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:35:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["EtdySEfVTSWGPx5xfkNpLw"], "issued_at": "2018-10-26T08:35:51.000000Z"}} 2018-10-26 08:35:51,610 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a44476970376b13c82e7ca33bdc020c39d7a631" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-122e2c54-7dbe-4a40-8d33-5df0c9a1ce97-type", "description": null}}' 2018-10-26 08:35:51,816 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:51 GMT Server: Apache x-compute-request-id: req-cbef16b7-6ae3-4bb0-b222-7ee378136a05 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cbef16b7-6ae3-4bb0-b222-7ee378136a05 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-122e2c54-7dbe-4a40-8d33-5df0c9a1ce97-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "c672eb15-3fcf-4b7e-a1cd-3de71ca4da2e", "description": null}} 2018-10-26 08:35:51,817 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types used request id req-cbef16b7-6ae3-4bb0-b222-7ee378136a05 2018-10-26 08:35:51,820 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/c672eb15-3fcf-4b7e-a1cd-3de71ca4da2e/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-cbef16b7-6ae3-4bb0-b222-7ee378136a05" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a44476970376b13c82e7ca33bdc020c39d7a631" -d '{"encryption": {"control_location": "back-end", "provider_class": "LuksEncryptor", "name": "CinderUtilsAddEncryptionTests-122e2c54-7dbe-4a40-8d33-5df0c9a1ce97", "provider": "LuksEncryptor"}}' 2018-10-26 08:35:52,048 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:51 GMT Server: Apache x-compute-request-id: req-57075fc7-3ee2-41a4-90a3-96f66298de69 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-57075fc7-3ee2-41a4-90a3-96f66298de69 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "c672eb15-3fcf-4b7e-a1cd-3de71ca4da2e", "name": "CinderUtilsAddEncryptionTests-122e2c54-7dbe-4a40-8d33-5df0c9a1ce97", "control_location": "back-end", "encryption_id": "98244948-6159-4f30-b7d4-604f5c972140", "provider": "LuksEncryptor", "provider_class": "LuksEncryptor"}} 2018-10-26 08:35:52,049 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/c672eb15-3fcf-4b7e-a1cd-3de71ca4da2e/encryption used request id req-57075fc7-3ee2-41a4-90a3-96f66298de69 2018-10-26 08:35:52,053 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/c672eb15-3fcf-4b7e-a1cd-3de71ca4da2e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cbef16b7-6ae3-4bb0-b222-7ee378136a05" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a44476970376b13c82e7ca33bdc020c39d7a631" 2018-10-26 08:35:52,230 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:52 GMT Server: Apache x-compute-request-id: req-f3fb080a-5ac1-4463-9a44-9404ceb9ddb4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f3fb080a-5ac1-4463-9a44-9404ceb9ddb4 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-122e2c54-7dbe-4a40-8d33-5df0c9a1ce97-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "c672eb15-3fcf-4b7e-a1cd-3de71ca4da2e", "description": null}} 2018-10-26 08:35:52,230 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/c672eb15-3fcf-4b7e-a1cd-3de71ca4da2e used request id req-f3fb080a-5ac1-4463-9a44-9404ceb9ddb4 2018-10-26 08:35:52,233 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/c672eb15-3fcf-4b7e-a1cd-3de71ca4da2e/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cbef16b7-6ae3-4bb0-b222-7ee378136a05" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a44476970376b13c82e7ca33bdc020c39d7a631" 2018-10-26 08:35:52,389 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:52 GMT Server: Apache x-compute-request-id: req-12291b6a-d432-45a0-bf33-751e64976ff7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-12291b6a-d432-45a0-bf33-751e64976ff7 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"volume_type_id": "c672eb15-3fcf-4b7e-a1cd-3de71ca4da2e", "control_location": "back-end", "deleted": false, "created_at": "2018-10-26T08:35:52.000000", "updated_at": null, "encryption_id": "98244948-6159-4f30-b7d4-604f5c972140", "key_size": null, "provider": "LuksEncryptor", "deleted_at": null, "cipher": null} 2018-10-26 08:35:52,390 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/c672eb15-3fcf-4b7e-a1cd-3de71ca4da2e/encryption used request id req-12291b6a-d432-45a0-bf33-751e64976ff7 2018-10-26 08:35:52,390 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-122e2c54-7dbe-4a40-8d33-5df0c9a1ce97-type 2018-10-26 08:35:52,393 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/c672eb15-3fcf-4b7e-a1cd-3de71ca4da2e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cbef16b7-6ae3-4bb0-b222-7ee378136a05" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a44476970376b13c82e7ca33bdc020c39d7a631" 2018-10-26 08:35:52,568 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:52 GMT Server: Apache x-compute-request-id: req-b5182fee-a1c3-403c-9296-d166060c3c7a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b5182fee-a1c3-403c-9296-d166060c3c7a Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-122e2c54-7dbe-4a40-8d33-5df0c9a1ce97-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "c672eb15-3fcf-4b7e-a1cd-3de71ca4da2e", "description": null}} 2018-10-26 08:35:52,568 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/c672eb15-3fcf-4b7e-a1cd-3de71ca4da2e used request id req-b5182fee-a1c3-403c-9296-d166060c3c7a 2018-10-26 08:35:52,571 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/c672eb15-3fcf-4b7e-a1cd-3de71ca4da2e/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cbef16b7-6ae3-4bb0-b222-7ee378136a05" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a44476970376b13c82e7ca33bdc020c39d7a631" 2018-10-26 08:35:52,774 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08:35:52 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-20182ba1-d105-4d6a-9b70-319eb251f8b8 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-26 08:35:52,774 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/c672eb15-3fcf-4b7e-a1cd-3de71ca4da2e/encryption/provider used request id req-20182ba1-d105-4d6a-9b70-319eb251f8b8 2018-10-26 08:35:52,777 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/c672eb15-3fcf-4b7e-a1cd-3de71ca4da2e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cbef16b7-6ae3-4bb0-b222-7ee378136a05" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a44476970376b13c82e7ca33bdc020c39d7a631" 2018-10-26 08:35:52,812 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:52 GMT Server: Apache x-compute-request-id: req-e0472bc0-e66c-4817-b24e-189a4fb0ff01 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e0472bc0-e66c-4817-b24e-189a4fb0ff01 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-122e2c54-7dbe-4a40-8d33-5df0c9a1ce97-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "c672eb15-3fcf-4b7e-a1cd-3de71ca4da2e", "description": null}} 2018-10-26 08:35:52,812 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/c672eb15-3fcf-4b7e-a1cd-3de71ca4da2e used request id req-e0472bc0-e66c-4817-b24e-189a4fb0ff01 2018-10-26 08:35:52,815 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/c672eb15-3fcf-4b7e-a1cd-3de71ca4da2e/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cbef16b7-6ae3-4bb0-b222-7ee378136a05" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a44476970376b13c82e7ca33bdc020c39d7a631" 2018-10-26 08:35:52,977 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:52 GMT Server: Apache x-compute-request-id: req-f929a983-38a5-4232-bbbf-e5dbb7636802 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f929a983-38a5-4232-bbbf-e5dbb7636802 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-10-26 08:35:52,977 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/c672eb15-3fcf-4b7e-a1cd-3de71ca4da2e/encryption used request id req-f929a983-38a5-4232-bbbf-e5dbb7636802 2018-10-26 08:35:52,977 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-122e2c54-7dbe-4a40-8d33-5df0c9a1ce97-type 2018-10-26 08:35:52,980 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/c672eb15-3fcf-4b7e-a1cd-3de71ca4da2e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cbef16b7-6ae3-4bb0-b222-7ee378136a05" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a44476970376b13c82e7ca33bdc020c39d7a631" 2018-10-26 08:35:53,172 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:52 GMT Server: Apache x-compute-request-id: req-8acdb4b3-f52e-4040-9f4d-15a68003ff49 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8acdb4b3-f52e-4040-9f4d-15a68003ff49 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-122e2c54-7dbe-4a40-8d33-5df0c9a1ce97-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "c672eb15-3fcf-4b7e-a1cd-3de71ca4da2e", "description": null}} 2018-10-26 08:35:53,172 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/c672eb15-3fcf-4b7e-a1cd-3de71ca4da2e used request id req-8acdb4b3-f52e-4040-9f4d-15a68003ff49 2018-10-26 08:35:53,175 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/c672eb15-3fcf-4b7e-a1cd-3de71ca4da2e/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cbef16b7-6ae3-4bb0-b222-7ee378136a05" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a44476970376b13c82e7ca33bdc020c39d7a631" 2018-10-26 08:35:53,342 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 08:35:53 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-8cb24e6a-149b-4af6-9705-9057e9422003 x-openstack-request-id: req-8cb24e6a-149b-4af6-9705-9057e9422003 Content-Length: 130 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type encryption for type c672eb15-3fcf-4b7e-a1cd-3de71ca4da2e does not exist.", "code": 404}} 2018-10-26 08:35:53,342 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/c672eb15-3fcf-4b7e-a1cd-3de71ca4da2e/encryption/provider used request id req-8cb24e6a-149b-4af6-9705-9057e9422003 2018-10-26 08:35:53,342 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-122e2c54-7dbe-4a40-8d33-5df0c9a1ce97-type 2018-10-26 08:35:53,345 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/c672eb15-3fcf-4b7e-a1cd-3de71ca4da2e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cbef16b7-6ae3-4bb0-b222-7ee378136a05" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a44476970376b13c82e7ca33bdc020c39d7a631" 2018-10-26 08:35:53,554 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08:35:53 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8bc2880e-33f9-4adb-9c1b-263983b1dfa2 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-26 08:35:53,554 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/c672eb15-3fcf-4b7e-a1cd-3de71ca4da2e used request id req-8bc2880e-33f9-4adb-9c1b-263983b1dfa2 2018-10-26 08:35:53,557 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:35:53,948 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:35:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["hslx_TRmRXKwAQCyxE5-3A"], "issued_at": "2018-10-26T08:35:53.000000Z"}} 2018-10-26 08:35:53,951 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe18c83070133f755557e5aecdb0e05d095f0154" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-ba348b1d-5c41-48ae-9ea2-8cea50e4742e-type", "description": null}}' 2018-10-26 08:35:54,238 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:53 GMT Server: Apache x-compute-request-id: req-4371ee83-ebb7-422f-af7a-49f6dfe397c6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4371ee83-ebb7-422f-af7a-49f6dfe397c6 Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-ba348b1d-5c41-48ae-9ea2-8cea50e4742e-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "06bd3998-577e-41dd-a9a9-ad651fcc0dcd", "description": null}} 2018-10-26 08:35:54,238 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types used request id req-4371ee83-ebb7-422f-af7a-49f6dfe397c6 2018-10-26 08:35:54,242 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/06bd3998-577e-41dd-a9a9-ad651fcc0dcd/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-4371ee83-ebb7-422f-af7a-49f6dfe397c6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe18c83070133f755557e5aecdb0e05d095f0154" -d '{"encryption": {"control_location": "front-end", "provider_class": "foo", "name": "CinderUtilsAddEncryptionTests-ba348b1d-5c41-48ae-9ea2-8cea50e4742e", "provider": "foo"}}' 2018-10-26 08:35:54,462 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:54 GMT Server: Apache x-compute-request-id: req-2fdc53ce-f055-4764-a5f7-17b65891f2a0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2fdc53ce-f055-4764-a5f7-17b65891f2a0 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "06bd3998-577e-41dd-a9a9-ad651fcc0dcd", "name": "CinderUtilsAddEncryptionTests-ba348b1d-5c41-48ae-9ea2-8cea50e4742e", "control_location": "front-end", "encryption_id": "5db3d7fd-2c47-484c-964d-1fd78e6c806e", "provider": "foo", "provider_class": "foo"}} 2018-10-26 08:35:54,462 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/06bd3998-577e-41dd-a9a9-ad651fcc0dcd/encryption used request id req-2fdc53ce-f055-4764-a5f7-17b65891f2a0 2018-10-26 08:35:54,466 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/06bd3998-577e-41dd-a9a9-ad651fcc0dcd -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4371ee83-ebb7-422f-af7a-49f6dfe397c6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe18c83070133f755557e5aecdb0e05d095f0154" 2018-10-26 08:35:54,637 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:54 GMT Server: Apache x-compute-request-id: req-0b444a3a-7572-43ff-8376-4a69321948b4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0b444a3a-7572-43ff-8376-4a69321948b4 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-ba348b1d-5c41-48ae-9ea2-8cea50e4742e-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "06bd3998-577e-41dd-a9a9-ad651fcc0dcd", "description": null}} 2018-10-26 08:35:54,637 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/06bd3998-577e-41dd-a9a9-ad651fcc0dcd used request id req-0b444a3a-7572-43ff-8376-4a69321948b4 2018-10-26 08:35:54,640 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/06bd3998-577e-41dd-a9a9-ad651fcc0dcd/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4371ee83-ebb7-422f-af7a-49f6dfe397c6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe18c83070133f755557e5aecdb0e05d095f0154" 2018-10-26 08:35:54,901 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:54 GMT Server: Apache x-compute-request-id: req-cb9ea7ad-be15-4f4b-80bf-33244d95fefc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cb9ea7ad-be15-4f4b-80bf-33244d95fefc Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"volume_type_id": "06bd3998-577e-41dd-a9a9-ad651fcc0dcd", "control_location": "front-end", "deleted": false, "created_at": "2018-10-26T08:35:54.000000", "updated_at": null, "encryption_id": "5db3d7fd-2c47-484c-964d-1fd78e6c806e", "key_size": null, "provider": "foo", "deleted_at": null, "cipher": null} 2018-10-26 08:35:54,901 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/06bd3998-577e-41dd-a9a9-ad651fcc0dcd/encryption used request id req-cb9ea7ad-be15-4f4b-80bf-33244d95fefc 2018-10-26 08:35:54,902 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-ba348b1d-5c41-48ae-9ea2-8cea50e4742e-type 2018-10-26 08:35:54,905 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/06bd3998-577e-41dd-a9a9-ad651fcc0dcd -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4371ee83-ebb7-422f-af7a-49f6dfe397c6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe18c83070133f755557e5aecdb0e05d095f0154" 2018-10-26 08:35:55,063 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:54 GMT Server: Apache x-compute-request-id: req-3b58833a-208d-41e3-8080-6a6ec491ac47 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3b58833a-208d-41e3-8080-6a6ec491ac47 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-ba348b1d-5c41-48ae-9ea2-8cea50e4742e-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "06bd3998-577e-41dd-a9a9-ad651fcc0dcd", "description": null}} 2018-10-26 08:35:55,063 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/06bd3998-577e-41dd-a9a9-ad651fcc0dcd used request id req-3b58833a-208d-41e3-8080-6a6ec491ac47 2018-10-26 08:35:55,066 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/06bd3998-577e-41dd-a9a9-ad651fcc0dcd/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4371ee83-ebb7-422f-af7a-49f6dfe397c6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe18c83070133f755557e5aecdb0e05d095f0154" 2018-10-26 08:35:55,271 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08:35:55 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d304ede2-b0f4-423d-92d0-f1d2806f08a3 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-26 08:35:55,271 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/06bd3998-577e-41dd-a9a9-ad651fcc0dcd/encryption/provider used request id req-d304ede2-b0f4-423d-92d0-f1d2806f08a3 2018-10-26 08:35:55,271 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-ba348b1d-5c41-48ae-9ea2-8cea50e4742e-type 2018-10-26 08:35:55,274 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/06bd3998-577e-41dd-a9a9-ad651fcc0dcd -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4371ee83-ebb7-422f-af7a-49f6dfe397c6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe18c83070133f755557e5aecdb0e05d095f0154" 2018-10-26 08:35:55,338 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08:35:55 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f763dda6-6e62-4cfc-8d62-6bd55b5e2d3b 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-26 08:35:55,338 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/06bd3998-577e-41dd-a9a9-ad651fcc0dcd used request id req-f763dda6-6e62-4cfc-8d62-6bd55b5e2d3b 2018-10-26 08:35:55,341 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:35:55,815 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:35:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["2OobBUdeTl629XS98US5-w"], "issued_at": "2018-10-26T08:35:55.000000Z"}} 2018-10-26 08:35:55,818 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25bb76787bb57e550d1635583163d0a3bf78e0d6" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-48060a06-aa9b-4e8a-b33c-902a67dcc081-type", "description": null}}' 2018-10-26 08:35:56,022 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:55 GMT Server: Apache x-compute-request-id: req-7a05915e-b1d7-4293-9024-8fca2884fadc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7a05915e-b1d7-4293-9024-8fca2884fadc Content-Encoding: gzip Content-Length: 199 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-48060a06-aa9b-4e8a-b33c-902a67dcc081-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "5f1be896-a76d-4615-86fc-daafd6a53568", "description": null}} 2018-10-26 08:35:56,022 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types used request id req-7a05915e-b1d7-4293-9024-8fca2884fadc 2018-10-26 08:35:56,026 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/5f1be896-a76d-4615-86fc-daafd6a53568/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-7a05915e-b1d7-4293-9024-8fca2884fadc" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25bb76787bb57e550d1635583163d0a3bf78e0d6" -d '{"encryption": {"name": "CinderUtilsAddEncryptionTests-48060a06-aa9b-4e8a-b33c-902a67dcc081", "control_location": "back-end", "key_size": 1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}}' 2018-10-26 08:35:56,803 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:56 GMT Server: Apache x-compute-request-id: req-bff91cc2-3f61-4cd0-b9db-2474a113cbe8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bff91cc2-3f61-4cd0-b9db-2474a113cbe8 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "5f1be896-a76d-4615-86fc-daafd6a53568", "name": "CinderUtilsAddEncryptionTests-48060a06-aa9b-4e8a-b33c-902a67dcc081", "control_location": "back-end", "encryption_id": "d1bb9fba-b498-4b38-bcdf-7d2841531c62", "key_size": 1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}} 2018-10-26 08:35:56,803 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/5f1be896-a76d-4615-86fc-daafd6a53568/encryption used request id req-bff91cc2-3f61-4cd0-b9db-2474a113cbe8 2018-10-26 08:35:56,806 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/5f1be896-a76d-4615-86fc-daafd6a53568 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7a05915e-b1d7-4293-9024-8fca2884fadc" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25bb76787bb57e550d1635583163d0a3bf78e0d6" 2018-10-26 08:35:56,985 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:56 GMT Server: Apache x-compute-request-id: req-571edd1e-4c62-42fe-8bf6-126746843739 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-571edd1e-4c62-42fe-8bf6-126746843739 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-48060a06-aa9b-4e8a-b33c-902a67dcc081-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "5f1be896-a76d-4615-86fc-daafd6a53568", "description": null}} 2018-10-26 08:35:56,985 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/5f1be896-a76d-4615-86fc-daafd6a53568 used request id req-571edd1e-4c62-42fe-8bf6-126746843739 2018-10-26 08:35:56,988 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/5f1be896-a76d-4615-86fc-daafd6a53568/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7a05915e-b1d7-4293-9024-8fca2884fadc" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25bb76787bb57e550d1635583163d0a3bf78e0d6" 2018-10-26 08:35:57,154 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:56 GMT Server: Apache x-compute-request-id: req-26eb624f-7f65-4964-beb0-9d9326760b39 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-26eb624f-7f65-4964-beb0-9d9326760b39 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"volume_type_id": "5f1be896-a76d-4615-86fc-daafd6a53568", "control_location": "back-end", "deleted": false, "created_at": "2018-10-26T08:35:56.000000", "updated_at": null, "encryption_id": "d1bb9fba-b498-4b38-bcdf-7d2841531c62", "key_size": 1, "provider": "foo", "deleted_at": null, "cipher": "bar"} 2018-10-26 08:35:57,154 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/5f1be896-a76d-4615-86fc-daafd6a53568/encryption used request id req-26eb624f-7f65-4964-beb0-9d9326760b39 2018-10-26 08:35:57,155 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-48060a06-aa9b-4e8a-b33c-902a67dcc081-type 2018-10-26 08:35:57,158 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/5f1be896-a76d-4615-86fc-daafd6a53568 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7a05915e-b1d7-4293-9024-8fca2884fadc" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25bb76787bb57e550d1635583163d0a3bf78e0d6" 2018-10-26 08:35:57,880 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:57 GMT Server: Apache x-compute-request-id: req-1735764e-069a-4f50-9779-f03f8fcb1718 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1735764e-069a-4f50-9779-f03f8fcb1718 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-48060a06-aa9b-4e8a-b33c-902a67dcc081-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "5f1be896-a76d-4615-86fc-daafd6a53568", "description": null}} 2018-10-26 08:35:57,880 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/5f1be896-a76d-4615-86fc-daafd6a53568 used request id req-1735764e-069a-4f50-9779-f03f8fcb1718 2018-10-26 08:35:57,884 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/5f1be896-a76d-4615-86fc-daafd6a53568/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7a05915e-b1d7-4293-9024-8fca2884fadc" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25bb76787bb57e550d1635583163d0a3bf78e0d6" 2018-10-26 08:35:58,193 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08:35:57 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-049d7b70-826a-4763-9486-c313f4bb6850 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-26 08:35:58,194 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/5f1be896-a76d-4615-86fc-daafd6a53568/encryption/provider used request id req-049d7b70-826a-4763-9486-c313f4bb6850 2018-10-26 08:35:58,194 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-48060a06-aa9b-4e8a-b33c-902a67dcc081-type 2018-10-26 08:35:58,197 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/5f1be896-a76d-4615-86fc-daafd6a53568 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7a05915e-b1d7-4293-9024-8fca2884fadc" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25bb76787bb57e550d1635583163d0a3bf78e0d6" 2018-10-26 08:35:58,250 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08:35:58 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-be47a6e5-c33c-4e7f-beba-6be4e83961e5 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-26 08:35:58,250 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/5f1be896-a76d-4615-86fc-daafd6a53568 used request id req-be47a6e5-c33c-4e7f-beba-6be4e83961e5 2018-10-26 08:35:58,253 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:35:58,641 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:35:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["hSoJu8xsTtCL7f3v45RiJg"], "issued_at": "2018-10-26T08:35:58.000000Z"}} 2018-10-26 08:35:58,644 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb0133f69ef934aaa32244fe2eae7d3633d5f97c" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-cc7ab58a-061c-49ea-818a-b39d00563293-qos"}}' 2018-10-26 08:35:58,873 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:58 GMT Server: Apache x-compute-request-id: req-d5fb9358-3c5e-4dff-9870-470e14b848db OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d5fb9358-3c5e-4dff-9870-470e14b848db Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "e2cb6b54-2d29-481f-9938-8ec3af6e4074", "name": "CinderUtilsVolumeTypeCompleteTests-cc7ab58a-061c-49ea-818a-b39d00563293-qos"}, "links": [{"href": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs/e2cb6b54-2d29-481f-9938-8ec3af6e4074", "rel": "self"}, {"href": "http://172.30.9.21:8776/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs/e2cb6b54-2d29-481f-9938-8ec3af6e4074", "rel": "bookmark"}]} 2018-10-26 08:35:58,873 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs used request id req-d5fb9358-3c5e-4dff-9870-470e14b848db 2018-10-26 08:35:58,876 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-d5fb9358-3c5e-4dff-9870-470e14b848db" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb0133f69ef934aaa32244fe2eae7d3633d5f97c" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-cc7ab58a-061c-49ea-818a-b39d00563293", "description": null}}' 2018-10-26 08:35:59,086 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:58 GMT Server: Apache x-compute-request-id: req-02289615-6970-42ee-b4d7-d399d4136ab4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-02289615-6970-42ee-b4d7-d399d4136ab4 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-cc7ab58a-061c-49ea-818a-b39d00563293", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "210d29f3-7b69-434d-b1e5-e8fa2a4da759", "description": null}} 2018-10-26 08:35:59,086 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types used request id req-02289615-6970-42ee-b4d7-d399d4136ab4 2018-10-26 08:35:59,090 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/210d29f3-7b69-434d-b1e5-e8fa2a4da759/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-d5fb9358-3c5e-4dff-9870-470e14b848db" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb0133f69ef934aaa32244fe2eae7d3633d5f97c" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-10-26 08:35:59,865 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:59 GMT Server: Apache x-compute-request-id: req-08107f47-6bd0-4860-a9e1-865e1a71b248 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-08107f47-6bd0-4860-a9e1-865e1a71b248 Content-Encoding: gzip Content-Length: 169 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "210d29f3-7b69-434d-b1e5-e8fa2a4da759", "name": "foo", "control_location": "back-end", "encryption_id": "ae59034d-cf01-4c36-82f2-be9e0e5e2414", "provider": "bar", "provider_class": "bar"}} 2018-10-26 08:35:59,865 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/210d29f3-7b69-434d-b1e5-e8fa2a4da759/encryption used request id req-08107f47-6bd0-4860-a9e1-865e1a71b248 2018-10-26 08:35:59,869 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/210d29f3-7b69-434d-b1e5-e8fa2a4da759 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d5fb9358-3c5e-4dff-9870-470e14b848db" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb0133f69ef934aaa32244fe2eae7d3633d5f97c" 2018-10-26 08:36:00,041 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:35:59 GMT Server: Apache x-compute-request-id: req-bc04c0b3-ab66-417c-8d28-701d7f0792d5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bc04c0b3-ab66-417c-8d28-701d7f0792d5 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-cc7ab58a-061c-49ea-818a-b39d00563293", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "210d29f3-7b69-434d-b1e5-e8fa2a4da759", "description": null}} 2018-10-26 08:36:00,041 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/210d29f3-7b69-434d-b1e5-e8fa2a4da759 used request id req-bc04c0b3-ab66-417c-8d28-701d7f0792d5 2018-10-26 08:36:00,044 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/210d29f3-7b69-434d-b1e5-e8fa2a4da759/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d5fb9358-3c5e-4dff-9870-470e14b848db" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb0133f69ef934aaa32244fe2eae7d3633d5f97c" 2018-10-26 08:36:00,205 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:00 GMT Server: Apache x-compute-request-id: req-e7e57a2a-f81a-4733-ab55-461eb24eec11 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e7e57a2a-f81a-4733-ab55-461eb24eec11 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"volume_type_id": "210d29f3-7b69-434d-b1e5-e8fa2a4da759", "control_location": "back-end", "deleted": false, "created_at": "2018-10-26T08:35:59.000000", "updated_at": null, "encryption_id": "ae59034d-cf01-4c36-82f2-be9e0e5e2414", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2018-10-26 08:36:00,205 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/210d29f3-7b69-434d-b1e5-e8fa2a4da759/encryption used request id req-e7e57a2a-f81a-4733-ab55-461eb24eec11 2018-10-26 08:36:00,206 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsVolumeTypeCompleteTests-cc7ab58a-061c-49ea-818a-b39d00563293 2018-10-26 08:36:00,209 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/210d29f3-7b69-434d-b1e5-e8fa2a4da759 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d5fb9358-3c5e-4dff-9870-470e14b848db" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb0133f69ef934aaa32244fe2eae7d3633d5f97c" 2018-10-26 08:36:00,388 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:00 GMT Server: Apache x-compute-request-id: req-38ff6276-1c62-4185-be1f-ef489163866d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-38ff6276-1c62-4185-be1f-ef489163866d Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-cc7ab58a-061c-49ea-818a-b39d00563293", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "210d29f3-7b69-434d-b1e5-e8fa2a4da759", "description": null}} 2018-10-26 08:36:00,388 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/210d29f3-7b69-434d-b1e5-e8fa2a4da759 used request id req-38ff6276-1c62-4185-be1f-ef489163866d 2018-10-26 08:36:00,391 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/210d29f3-7b69-434d-b1e5-e8fa2a4da759/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d5fb9358-3c5e-4dff-9870-470e14b848db" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb0133f69ef934aaa32244fe2eae7d3633d5f97c" 2018-10-26 08:36:00,439 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08:36:00 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-eb90b779-e882-4a32-807e-52f5d3bed11b 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-26 08:36:00,439 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/210d29f3-7b69-434d-b1e5-e8fa2a4da759/encryption/provider used request id req-eb90b779-e882-4a32-807e-52f5d3bed11b 2018-10-26 08:36:00,439 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-cc7ab58a-061c-49ea-818a-b39d00563293 2018-10-26 08:36:00,442 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/210d29f3-7b69-434d-b1e5-e8fa2a4da759 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d5fb9358-3c5e-4dff-9870-470e14b848db" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb0133f69ef934aaa32244fe2eae7d3633d5f97c" 2018-10-26 08:36:00,651 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08:36:00 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-07a64004-d3bf-4159-b6cf-d9663579d1b1 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-26 08:36:00,651 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/210d29f3-7b69-434d-b1e5-e8fa2a4da759 used request id req-07a64004-d3bf-4159-b6cf-d9663579d1b1 2018-10-26 08:36:00,651 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-cc7ab58a-061c-49ea-818a-b39d00563293-qos 2018-10-26 08:36:00,654 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs/e2cb6b54-2d29-481f-9938-8ec3af6e4074?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d5fb9358-3c5e-4dff-9870-470e14b848db" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb0133f69ef934aaa32244fe2eae7d3633d5f97c" 2018-10-26 08:36:00,704 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08:36:00 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8c3eeacd-9779-40e1-9f2d-2b1d035f3c7a 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-26 08:36:00,704 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs/e2cb6b54-2d29-481f-9938-8ec3af6e4074?force=False used request id req-8c3eeacd-9779-40e1-9f2d-2b1d035f3c7a 2018-10-26 08:36:00,707 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:36:01,082 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:36:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["7_NXYCDIR4eDE0xUhwNvhw"], "issued_at": "2018-10-26T08:36:01.000000Z"}} 2018-10-26 08:36:01,085 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10b6f2988e4d90dce398630560bb3de5821419d" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-ba8b2394-98dc-4828-be70-4e73a46e2853-qos"}}' 2018-10-26 08:36:01,280 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:01 GMT Server: Apache x-compute-request-id: req-c0e10384-a026-4191-bdda-b75476a5a905 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c0e10384-a026-4191-bdda-b75476a5a905 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "e0f69344-6852-44ef-afdf-798dfaa66712", "name": "CinderUtilsVolumeTypeCompleteTests-ba8b2394-98dc-4828-be70-4e73a46e2853-qos"}, "links": [{"href": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs/e0f69344-6852-44ef-afdf-798dfaa66712", "rel": "self"}, {"href": "http://172.30.9.21:8776/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs/e0f69344-6852-44ef-afdf-798dfaa66712", "rel": "bookmark"}]} 2018-10-26 08:36:01,280 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs used request id req-c0e10384-a026-4191-bdda-b75476a5a905 2018-10-26 08:36:01,283 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-c0e10384-a026-4191-bdda-b75476a5a905" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10b6f2988e4d90dce398630560bb3de5821419d" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-ba8b2394-98dc-4828-be70-4e73a46e2853", "description": null}}' 2018-10-26 08:36:01,499 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:01 GMT Server: Apache x-compute-request-id: req-628ada65-02f9-446b-bf7d-e4c2f1753e8e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-628ada65-02f9-446b-bf7d-e4c2f1753e8e Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-ba8b2394-98dc-4828-be70-4e73a46e2853", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "2708732d-0b7e-42d5-a43f-a12fc3be74c1", "description": null}} 2018-10-26 08:36:01,499 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types used request id req-628ada65-02f9-446b-bf7d-e4c2f1753e8e 2018-10-26 08:36:01,502 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c0e10384-a026-4191-bdda-b75476a5a905" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10b6f2988e4d90dce398630560bb3de5821419d" 2018-10-26 08:36:01,754 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:01 GMT Server: Apache x-compute-request-id: req-4c0e0641-e49b-463e-944e-685e81538e8d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4c0e0641-e49b-463e-944e-685e81538e8d Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "e0f69344-6852-44ef-afdf-798dfaa66712", "name": "CinderUtilsVolumeTypeCompleteTests-ba8b2394-98dc-4828-be70-4e73a46e2853-qos"}]} 2018-10-26 08:36:01,754 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs used request id req-4c0e0641-e49b-463e-944e-685e81538e8d 2018-10-26 08:36:01,757 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs/None/associate?vol_type_id=2708732d-0b7e-42d5-a43f-a12fc3be74c1 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c0e10384-a026-4191-bdda-b75476a5a905" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10b6f2988e4d90dce398630560bb3de5821419d" 2018-10-26 08:36:01,921 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 08:36:01 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-95b252d0-d45b-406d-91f1-dfaa030a21f4 x-openstack-request-id: req-95b252d0-d45b-406d-91f1-dfaa030a21f4 Content-Length: 68 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec None.", "code": 404}} 2018-10-26 08:36:01,921 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs/None/associate?vol_type_id=2708732d-0b7e-42d5-a43f-a12fc3be74c1 used request id req-95b252d0-d45b-406d-91f1-dfaa030a21f4 2018-10-26 08:36:01,922 - cinder_utils - WARNING - Unable to locate qos_spec named foo - No such QoS spec None. (HTTP 404) (Request-ID: req-95b252d0-d45b-406d-91f1-dfaa030a21f4) 2018-10-26 08:36:01,922 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-ba8b2394-98dc-4828-be70-4e73a46e2853 2018-10-26 08:36:01,925 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/2708732d-0b7e-42d5-a43f-a12fc3be74c1 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c0e10384-a026-4191-bdda-b75476a5a905" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10b6f2988e4d90dce398630560bb3de5821419d" 2018-10-26 08:36:02,150 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08:36:01 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8a820c9b-8025-4956-a004-0cd8b2168e83 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-26 08:36:02,150 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/2708732d-0b7e-42d5-a43f-a12fc3be74c1 used request id req-8a820c9b-8025-4956-a004-0cd8b2168e83 2018-10-26 08:36:02,150 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-ba8b2394-98dc-4828-be70-4e73a46e2853-qos 2018-10-26 08:36:02,153 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs/e0f69344-6852-44ef-afdf-798dfaa66712?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c0e10384-a026-4191-bdda-b75476a5a905" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10b6f2988e4d90dce398630560bb3de5821419d" 2018-10-26 08:36:02,376 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08:36:02 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c991d6c8-8430-45dd-ae1c-069117b57bff 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-26 08:36:02,376 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs/e0f69344-6852-44ef-afdf-798dfaa66712?force=False used request id req-c991d6c8-8430-45dd-ae1c-069117b57bff 2018-10-26 08:36:02,379 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:36:02,761 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:36:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["WetxN1cUQZye4CuDnjSdJQ"], "issued_at": "2018-10-26T08:36:02.000000Z"}} 2018-10-26 08:36:02,764 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06e4a2c3b5dcc7c422c48c2a339ba43ce656ba2b" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-0a9073b7-c5e1-44b9-b3f6-46ccd16eebe4-qos"}}' 2018-10-26 08:36:02,946 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:02 GMT Server: Apache x-compute-request-id: req-3231af2b-65ac-48f5-b341-8323f936aac6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3231af2b-65ac-48f5-b341-8323f936aac6 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "3eb2adb7-baf5-4f24-a039-52d16cfab490", "name": "CinderUtilsVolumeTypeCompleteTests-0a9073b7-c5e1-44b9-b3f6-46ccd16eebe4-qos"}, "links": [{"href": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs/3eb2adb7-baf5-4f24-a039-52d16cfab490", "rel": "self"}, {"href": "http://172.30.9.21:8776/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs/3eb2adb7-baf5-4f24-a039-52d16cfab490", "rel": "bookmark"}]} 2018-10-26 08:36:02,946 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs used request id req-3231af2b-65ac-48f5-b341-8323f936aac6 2018-10-26 08:36:02,949 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-3231af2b-65ac-48f5-b341-8323f936aac6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06e4a2c3b5dcc7c422c48c2a339ba43ce656ba2b" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-0a9073b7-c5e1-44b9-b3f6-46ccd16eebe4", "description": null}}' 2018-10-26 08:36:03,163 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:02 GMT Server: Apache x-compute-request-id: req-d9e0248f-e8f7-420f-a15a-335890694203 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d9e0248f-e8f7-420f-a15a-335890694203 Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-0a9073b7-c5e1-44b9-b3f6-46ccd16eebe4", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "6ed03995-bcdd-4286-8173-42f30181ad24", "description": null}} 2018-10-26 08:36:03,163 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types used request id req-d9e0248f-e8f7-420f-a15a-335890694203 2018-10-26 08:36:03,167 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3231af2b-65ac-48f5-b341-8323f936aac6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06e4a2c3b5dcc7c422c48c2a339ba43ce656ba2b" 2018-10-26 08:36:03,328 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:03 GMT Server: Apache x-compute-request-id: req-5c355ba6-cf61-48d0-afbc-051b11277837 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5c355ba6-cf61-48d0-afbc-051b11277837 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "3eb2adb7-baf5-4f24-a039-52d16cfab490", "name": "CinderUtilsVolumeTypeCompleteTests-0a9073b7-c5e1-44b9-b3f6-46ccd16eebe4-qos"}]} 2018-10-26 08:36:03,328 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs used request id req-5c355ba6-cf61-48d0-afbc-051b11277837 2018-10-26 08:36:03,332 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs/3eb2adb7-baf5-4f24-a039-52d16cfab490/associate?vol_type_id=6ed03995-bcdd-4286-8173-42f30181ad24 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3231af2b-65ac-48f5-b341-8323f936aac6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06e4a2c3b5dcc7c422c48c2a339ba43ce656ba2b" 2018-10-26 08:36:03,543 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08:36:03 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e41ca643-a6e2-40e9-8610-ded9c171a91a 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-26 08:36:03,543 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs/3eb2adb7-baf5-4f24-a039-52d16cfab490/associate?vol_type_id=6ed03995-bcdd-4286-8173-42f30181ad24 used request id req-e41ca643-a6e2-40e9-8610-ded9c171a91a 2018-10-26 08:36:03,543 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-0a9073b7-c5e1-44b9-b3f6-46ccd16eebe4 2018-10-26 08:36:03,546 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/6ed03995-bcdd-4286-8173-42f30181ad24 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3231af2b-65ac-48f5-b341-8323f936aac6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06e4a2c3b5dcc7c422c48c2a339ba43ce656ba2b" 2018-10-26 08:36:03,597 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08:36:03 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4e662ef7-f4d1-4c28-b436-856e1736983c 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-26 08:36:03,597 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/6ed03995-bcdd-4286-8173-42f30181ad24 used request id req-4e662ef7-f4d1-4c28-b436-856e1736983c 2018-10-26 08:36:03,597 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-0a9073b7-c5e1-44b9-b3f6-46ccd16eebe4-qos 2018-10-26 08:36:03,600 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs/3eb2adb7-baf5-4f24-a039-52d16cfab490?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3231af2b-65ac-48f5-b341-8323f936aac6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06e4a2c3b5dcc7c422c48c2a339ba43ce656ba2b" 2018-10-26 08:36:03,812 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08:36:03 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4fca146f-383c-4a89-b3dd-ca52ef7535bb 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-26 08:36:03,812 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs/3eb2adb7-baf5-4f24-a039-52d16cfab490?force=False used request id req-4fca146f-383c-4a89-b3dd-ca52ef7535bb 2018-10-26 08:36:03,815 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:36:04,196 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a91068ff5cf64889a950e93978f6fe57", "name": "heat_stack_owner"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "d82c6d9d4ca54f08bfbe5490412b980c", "name": "Member"}], "expires_at": "2018-10-26T09:36:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e8c35a3eddcb484a9d13f31d10ef71de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "id": "33d9df1b41b84eb5b98a2538f2ae93a5"}, "audit_ids": ["4rrOeMVrTN-4JvlFbbQaBQ"], "issued_at": "2018-10-26T08:36:04.000000Z"}} 2018-10-26 08:36:04,198 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}020c249425ae159e76b53b3e6169843049b99d2b" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-496af04d-1315-4b28-9160-4b7c0d2d4bef-qos"}}' 2018-10-26 08:36:04,376 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:04 GMT Server: Apache x-compute-request-id: req-5a18ef43-5f95-43f6-98ad-d2ed060abe31 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5a18ef43-5f95-43f6-98ad-d2ed060abe31 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "58487e64-5ee7-4749-849c-f3e6b50a3753", "name": "CinderUtilsVolumeTypeCompleteTests-496af04d-1315-4b28-9160-4b7c0d2d4bef-qos"}, "links": [{"href": "http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs/58487e64-5ee7-4749-849c-f3e6b50a3753", "rel": "self"}, {"href": "http://172.30.9.21:8776/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs/58487e64-5ee7-4749-849c-f3e6b50a3753", "rel": "bookmark"}]} 2018-10-26 08:36:04,376 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs used request id req-5a18ef43-5f95-43f6-98ad-d2ed060abe31 2018-10-26 08:36:04,380 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-5a18ef43-5f95-43f6-98ad-d2ed060abe31" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}020c249425ae159e76b53b3e6169843049b99d2b" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-496af04d-1315-4b28-9160-4b7c0d2d4bef", "description": null}}' 2018-10-26 08:36:04,603 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:04 GMT Server: Apache x-compute-request-id: req-5f29aa10-2ace-497b-9620-78313e2744dd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5f29aa10-2ace-497b-9620-78313e2744dd Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-496af04d-1315-4b28-9160-4b7c0d2d4bef", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "e0ad802d-8a22-4110-8d92-8d9d697f236d", "description": null}} 2018-10-26 08:36:04,603 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types used request id req-5f29aa10-2ace-497b-9620-78313e2744dd 2018-10-26 08:36:04,606 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/e0ad802d-8a22-4110-8d92-8d9d697f236d/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-5a18ef43-5f95-43f6-98ad-d2ed060abe31" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}020c249425ae159e76b53b3e6169843049b99d2b" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-10-26 08:36:05,358 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:04 GMT Server: Apache x-compute-request-id: req-558aa260-d032-466c-854f-d07d96626264 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-558aa260-d032-466c-854f-d07d96626264 Content-Encoding: gzip Content-Length: 168 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "e0ad802d-8a22-4110-8d92-8d9d697f236d", "name": "foo", "control_location": "back-end", "encryption_id": "aeefe9f4-74ce-4640-b664-af5f3f6ca4d6", "provider": "bar", "provider_class": "bar"}} 2018-10-26 08:36:05,358 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/e0ad802d-8a22-4110-8d92-8d9d697f236d/encryption used request id req-558aa260-d032-466c-854f-d07d96626264 2018-10-26 08:36:05,362 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5a18ef43-5f95-43f6-98ad-d2ed060abe31" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}020c249425ae159e76b53b3e6169843049b99d2b" 2018-10-26 08:36:05,540 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:05 GMT Server: Apache x-compute-request-id: req-6cc249a1-a32c-4ff7-9afd-9eb90e3ba661 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6cc249a1-a32c-4ff7-9afd-9eb90e3ba661 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "58487e64-5ee7-4749-849c-f3e6b50a3753", "name": "CinderUtilsVolumeTypeCompleteTests-496af04d-1315-4b28-9160-4b7c0d2d4bef-qos"}]} 2018-10-26 08:36:05,541 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs used request id req-6cc249a1-a32c-4ff7-9afd-9eb90e3ba661 2018-10-26 08:36:05,544 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs/58487e64-5ee7-4749-849c-f3e6b50a3753/associate?vol_type_id=e0ad802d-8a22-4110-8d92-8d9d697f236d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5a18ef43-5f95-43f6-98ad-d2ed060abe31" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}020c249425ae159e76b53b3e6169843049b99d2b" 2018-10-26 08:36:05,746 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08:36:05 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d6a14c80-d6f8-4c06-a07f-11a1d1fd172d 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-26 08:36:05,747 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs/58487e64-5ee7-4749-849c-f3e6b50a3753/associate?vol_type_id=e0ad802d-8a22-4110-8d92-8d9d697f236d used request id req-d6a14c80-d6f8-4c06-a07f-11a1d1fd172d 2018-10-26 08:36:05,750 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/e0ad802d-8a22-4110-8d92-8d9d697f236d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5a18ef43-5f95-43f6-98ad-d2ed060abe31" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}020c249425ae159e76b53b3e6169843049b99d2b" 2018-10-26 08:36:05,910 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:05 GMT Server: Apache x-compute-request-id: req-586bba1b-2fad-4164-950b-d01fa1b20c87 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-586bba1b-2fad-4164-950b-d01fa1b20c87 Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-496af04d-1315-4b28-9160-4b7c0d2d4bef", "qos_specs_id": "58487e64-5ee7-4749-849c-f3e6b50a3753", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "e0ad802d-8a22-4110-8d92-8d9d697f236d", "description": null}} 2018-10-26 08:36:05,910 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/e0ad802d-8a22-4110-8d92-8d9d697f236d used request id req-586bba1b-2fad-4164-950b-d01fa1b20c87 2018-10-26 08:36:05,913 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/e0ad802d-8a22-4110-8d92-8d9d697f236d/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5a18ef43-5f95-43f6-98ad-d2ed060abe31" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}020c249425ae159e76b53b3e6169843049b99d2b" 2018-10-26 08:36:06,175 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:05 GMT Server: Apache x-compute-request-id: req-24e16502-3df6-4a2f-ab37-69abc8655c5d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-24e16502-3df6-4a2f-ab37-69abc8655c5d Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"volume_type_id": "e0ad802d-8a22-4110-8d92-8d9d697f236d", "control_location": "back-end", "deleted": false, "created_at": "2018-10-26T08:36:05.000000", "updated_at": null, "encryption_id": "aeefe9f4-74ce-4640-b664-af5f3f6ca4d6", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2018-10-26 08:36:06,175 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/e0ad802d-8a22-4110-8d92-8d9d697f236d/encryption used request id req-24e16502-3df6-4a2f-ab37-69abc8655c5d 2018-10-26 08:36:06,176 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsVolumeTypeCompleteTests-496af04d-1315-4b28-9160-4b7c0d2d4bef 2018-10-26 08:36:06,179 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/e0ad802d-8a22-4110-8d92-8d9d697f236d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5a18ef43-5f95-43f6-98ad-d2ed060abe31" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}020c249425ae159e76b53b3e6169843049b99d2b" 2018-10-26 08:36:06,354 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:06 GMT Server: Apache x-compute-request-id: req-729b2778-d27b-4a24-a14f-3f9636fe45d5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-729b2778-d27b-4a24-a14f-3f9636fe45d5 Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-496af04d-1315-4b28-9160-4b7c0d2d4bef", "qos_specs_id": "58487e64-5ee7-4749-849c-f3e6b50a3753", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "e0ad802d-8a22-4110-8d92-8d9d697f236d", "description": null}} 2018-10-26 08:36:06,355 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/e0ad802d-8a22-4110-8d92-8d9d697f236d used request id req-729b2778-d27b-4a24-a14f-3f9636fe45d5 2018-10-26 08:36:06,358 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/e0ad802d-8a22-4110-8d92-8d9d697f236d/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5a18ef43-5f95-43f6-98ad-d2ed060abe31" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}020c249425ae159e76b53b3e6169843049b99d2b" 2018-10-26 08:36:06,541 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08:36:06 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-845f754a-565e-4507-9ff2-dda847f99286 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-26 08:36:06,541 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/e0ad802d-8a22-4110-8d92-8d9d697f236d/encryption/provider used request id req-845f754a-565e-4507-9ff2-dda847f99286 2018-10-26 08:36:06,541 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-496af04d-1315-4b28-9160-4b7c0d2d4bef 2018-10-26 08:36:06,544 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/e0ad802d-8a22-4110-8d92-8d9d697f236d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5a18ef43-5f95-43f6-98ad-d2ed060abe31" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}020c249425ae159e76b53b3e6169843049b99d2b" 2018-10-26 08:36:06,746 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08:36:06 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0f1fdb0c-644a-4d51-997a-7a4542c9e897 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-26 08:36:06,746 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/types/e0ad802d-8a22-4110-8d92-8d9d697f236d used request id req-0f1fdb0c-644a-4d51-997a-7a4542c9e897 2018-10-26 08:36:06,747 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-496af04d-1315-4b28-9160-4b7c0d2d4bef-qos 2018-10-26 08:36:06,749 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs/58487e64-5ee7-4749-849c-f3e6b50a3753?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5a18ef43-5f95-43f6-98ad-d2ed060abe31" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}020c249425ae159e76b53b3e6169843049b99d2b" 2018-10-26 08:36:06,956 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08:36:06 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e33a5c88-efd4-448a-867b-0cb4bc73955f 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-26 08:36:06,956 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/e8c35a3eddcb484a9d13f31d10ef71de/qos-specs/58487e64-5ee7-4749-849c-f3e6b50a3753?force=False used request id req-e33a5c88-efd4-448a-867b-0cb4bc73955f 2018-10-26 08:36:06,957 - 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 759.449s OK 2018-10-26 08:36:07,095 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-26 08:36:07,096 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 12:39 | PASS | +-------------------+------------------+------------------+----------------+ 2018-10-26 08:36:07,100 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 08:36:07,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046cc5f3a9ea8dbb481709cee57fafc366808fae" 2018-10-26 08:36:07,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e7e5a41-d6b0-489b-b3c9-525baca6446f Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a91068ff5cf64889a950e93978f6fe57", "links": {"self": "http://172.30.9.21:5000/v3/roles/a91068ff5cf64889a950e93978f6fe57"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "d82c6d9d4ca54f08bfbe5490412b980c", "links": {"self": "http://172.30.9.21:5000/v3/roles/d82c6d9d4ca54f08bfbe5490412b980c"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:36:07,172 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-0e7e5a41-d6b0-489b-b3c9-525baca6446f 2018-10-26 08:36:07,172 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0716049671173s 2018-10-26 08:36:07,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-26 08:36:07,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/roles/a91068ff5cf64889a950e93978f6fe57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046cc5f3a9ea8dbb481709cee57fafc366808fae" 2018-10-26 08:36:07,303 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:36:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d6fbaed-1802-4d33-898a-b3893aed5c60 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:36:07,303 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/a91068ff5cf64889a950e93978f6fe57 used request id req-1d6fbaed-1802-4d33-898a-b3893aed5c60 2018-10-26 08:36:07,303 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.129142999649s 2018-10-26 08:36:07,304 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-26 08:36:07,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}046cc5f3a9ea8dbb481709cee57fafc366808fae" 2018-10-26 08:36:07,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a99ee817-7b67-4e53-99ac-45280f0ad162 Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948", "links": {"self": "http://172.30.9.21:5000/v3/users/33d9df1b41b84eb5b98a2538f2ae93a5"}, "domain_id": "default", "enabled": true, "id": "33d9df1b41b84eb5b98a2538f2ae93a5", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 08:36:07,414 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-a99ee817-7b67-4e53-99ac-45280f0ad162 2018-10-26 08:36:07,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.109775066376s 2018-10-26 08:36:07,414 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-a99ee817-7b67-4e53-99ac-45280f0ad162 2018-10-26 08:36:07,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-26 08:36:07,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/33d9df1b41b84eb5b98a2538f2ae93a5 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}046cc5f3a9ea8dbb481709cee57fafc366808fae" 2018-10-26 08:36:07,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa13412f-6f80-481a-86b6-662fff4bed3c Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/33d9df1b41b84eb5b98a2538f2ae93a5"}, "enabled": true, "id": "33d9df1b41b84eb5b98a2538f2ae93a5", "options": {}, "domain_id": "default", "name": "api_check-user_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}} 2018-10-26 08:36:07,515 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/33d9df1b41b84eb5b98a2538f2ae93a5 used request id req-aa13412f-6f80-481a-86b6-662fff4bed3c 2018-10-26 08:36:07,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0943939685822s 2018-10-26 08:36:07,515 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/33d9df1b41b84eb5b98a2538f2ae93a5 used request id req-aa13412f-6f80-481a-86b6-662fff4bed3c 2018-10-26 08:36:07,516 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-26 08:36:07,516 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/33d9df1b41b84eb5b98a2538f2ae93a5 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}046cc5f3a9ea8dbb481709cee57fafc366808fae" 2018-10-26 08:36:07,721 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:36:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-69c8c542-7ab8-481b-baa5-6370b5760a90 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:36:07,722 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/33d9df1b41b84eb5b98a2538f2ae93a5 used request id req-69c8c542-7ab8-481b-baa5-6370b5760a90 2018-10-26 08:36:07,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.205873966217s 2018-10-26 08:36:07,722 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/33d9df1b41b84eb5b98a2538f2ae93a5 used request id req-69c8c542-7ab8-481b-baa5-6370b5760a90 2018-10-26 08:36:07,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-26 08:36:07,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}046cc5f3a9ea8dbb481709cee57fafc366808fae" 2018-10-26 08:36:07,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7667bf54-5e18-4b0d-98dd-03f141b4a296 Content-Encoding: gzip Content-Length: 377 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de"}, "enabled": true, "id": "e8c35a3eddcb484a9d13f31d10ef71de", "parent_id": "default", "domain_id": "default", "name": "api_check-project_c771c299-3b09-41b4-b7fc-c3dfe10ec948"}]} 2018-10-26 08:36:07,806 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-7667bf54-5e18-4b0d-98dd-03f141b4a296 2018-10-26 08:36:07,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0835120677948s 2018-10-26 08:36:07,806 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-7667bf54-5e18-4b0d-98dd-03f141b4a296 2018-10-26 08:36:07,809 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-26 08:36:07,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}046cc5f3a9ea8dbb481709cee57fafc366808fae" 2018-10-26 08:36:07,994 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:36:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-af0a0107-26a3-473e-a373-54a288fd1679 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:36:07,995 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-af0a0107-26a3-473e-a373-54a288fd1679 2018-10-26 08:36:07,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.185763120651s 2018-10-26 08:36:07,995 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/e8c35a3eddcb484a9d13f31d10ef71de used request id req-af0a0107-26a3-473e-a373-54a288fd1679 2018-10-26 08:36:07,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 08:36:07,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046cc5f3a9ea8dbb481709cee57fafc366808fae" 2018-10-26 08:36:08,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c468b89-2991-409f-bebd-8150769da122 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d82c6d9d4ca54f08bfbe5490412b980c", "links": {"self": "http://172.30.9.21:5000/v3/roles/d82c6d9d4ca54f08bfbe5490412b980c"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:36:08,078 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-9c468b89-2991-409f-bebd-8150769da122 2018-10-26 08:36:08,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0833721160889s 2018-10-26 08:36:08,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-26 08:36:08,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/roles/d82c6d9d4ca54f08bfbe5490412b980c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046cc5f3a9ea8dbb481709cee57fafc366808fae" 2018-10-26 08:36:08,183 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:36:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-96068a05-8a4c-4012-a82e-d05fb0b01bd4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:36:08,184 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/d82c6d9d4ca54f08bfbe5490412b980c used request id req-96068a05-8a4c-4012-a82e-d05fb0b01bd4 2018-10-26 08:36:08,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.103451013565s 2018-10-26 08:36:08,190 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-26 08:36:08,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/security-groups.json?project_id=e8c35a3eddcb484a9d13f31d10ef71de&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}046cc5f3a9ea8dbb481709cee57fafc366808fae" 2018-10-26 08:36:08,385 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-077e4728-8f66-4881-95c7-ace0e6320148 Date: Fri, 26 Oct 2018 08:36:08 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:23:56Z", "updated_at": "2018-10-26T08:23:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:56Z", "revision_number": 0, "id": "2e1520a5-5618-4e9d-a039-802c181d3dd2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:56Z", "security_group_id": "20832275-63ca-4f81-93a7-4da74d8fc132", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:56Z", "revision_number": 0, "id": "7e55918e-e948-449b-9fea-9dcadb662518", "remote_group_id": "20832275-63ca-4f81-93a7-4da74d8fc132", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:56Z", "security_group_id": "20832275-63ca-4f81-93a7-4da74d8fc132", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:56Z", "revision_number": 0, "id": "930ce5cb-c9e4-4e19-b8cd-60a893115ae0", "remote_group_id": "20832275-63ca-4f81-93a7-4da74d8fc132", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:56Z", "security_group_id": "20832275-63ca-4f81-93a7-4da74d8fc132", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:56Z", "revision_number": 0, "id": "c5f46db1-5c3b-43f5-8784-dc2718b4a556", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:56Z", "security_group_id": "20832275-63ca-4f81-93a7-4da74d8fc132", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}], "revision_number": 4, "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "20832275-63ca-4f81-93a7-4da74d8fc132", "name": "default"}]} 2018-10-26 08:36:08,385 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json?project_id=e8c35a3eddcb484a9d13f31d10ef71de&name=default used request id req-077e4728-8f66-4881-95c7-ace0e6320148 2018-10-26 08:36:08,386 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.195975065231s 2018-10-26 08:36:08,386 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json?project_id=e8c35a3eddcb484a9d13f31d10ef71de&name=default used request id req-077e4728-8f66-4881-95c7-ace0e6320148 2018-10-26 08:36:08,389 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-26 08:36:08,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}046cc5f3a9ea8dbb481709cee57fafc366808fae" 2018-10-26 08:36:08,590 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-6192d591-bc1c-46c4-bdd3-18d2bdd791d4 Date: Fri, 26 Oct 2018 08:36:08 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "created_at": "2018-10-26T08:23:56Z", "updated_at": "2018-10-26T08:23:56Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:56Z", "revision_number": 0, "id": "7e55918e-e948-449b-9fea-9dcadb662518", "remote_group_id": "20832275-63ca-4f81-93a7-4da74d8fc132", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:56Z", "security_group_id": "20832275-63ca-4f81-93a7-4da74d8fc132", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:56Z", "revision_number": 0, "id": "2e1520a5-5618-4e9d-a039-802c181d3dd2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:56Z", "security_group_id": "20832275-63ca-4f81-93a7-4da74d8fc132", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:56Z", "revision_number": 0, "id": "c5f46db1-5c3b-43f5-8784-dc2718b4a556", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:56Z", "security_group_id": "20832275-63ca-4f81-93a7-4da74d8fc132", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:56Z", "revision_number": 0, "id": "930ce5cb-c9e4-4e19-b8cd-60a893115ae0", "remote_group_id": "20832275-63ca-4f81-93a7-4da74d8fc132", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:56Z", "security_group_id": "20832275-63ca-4f81-93a7-4da74d8fc132", "tenant_id": "e8c35a3eddcb484a9d13f31d10ef71de", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8c35a3eddcb484a9d13f31d10ef71de"}], "revision_number": 4, "project_id": "e8c35a3eddcb484a9d13f31d10ef71de", "id": "20832275-63ca-4f81-93a7-4da74d8fc132", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 08:36:08,591 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-6192d591-bc1c-46c4-bdd3-18d2bdd791d4 2018-10-26 08:36:08,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.201610088348s 2018-10-26 08:36:08,592 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-6192d591-bc1c-46c4-bdd3-18d2bdd791d4 2018-10-26 08:36:08,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-26 08:36:08,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/security-groups/20832275-63ca-4f81-93a7-4da74d8fc132.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}046cc5f3a9ea8dbb481709cee57fafc366808fae" 2018-10-26 08:36:08,999 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-06796aee-ae0b-48f2-ba3d-0299251c2e33 Content-Length: 0 Date: Fri, 26 Oct 2018 08:36:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:36:08,999 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/20832275-63ca-4f81-93a7-4da74d8fc132.json used request id req-06796aee-ae0b-48f2-ba3d-0299251c2e33 2018-10-26 08:36:08,999 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.402958154678s 2018-10-26 08:36:08,999 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/20832275-63ca-4f81-93a7-4da74d8fc132.json used request id req-06796aee-ae0b-48f2-ba3d-0299251c2e33 2018-10-26 08:36:09,019 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_health_check'... 2018-10-26 08:36:09,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-26 08:36:09,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-26 08:36:09,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-26 08:36:09,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-26 08:36:09,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-26 08:36:09,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-26 08:36:09,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-26 08:36:09,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-26 08:36:09,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-26 08:36:09,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-26 08:36:09,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-26 08:36:09,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-26 08:36:09,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-26 08:36:09,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-26 08:36:09,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-26 08:36:09,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-26 08:36:09,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-26 08:36:09,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-26 08:36:09,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-26 08:36:09,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-26 08:36:09,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-26 08:36:09,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-26 08:36:09,042 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-26 08:36:09,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:36:09,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-711c14fe-1d11-4111-89ce-733fc0342a8c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:36:09,049 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-711c14fe-1d11-4111-89ce-733fc0342a8c 2018-10-26 08:36:09,050 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:36:09,424 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}], "expires_at": "2018-10-26T09:36:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8dcd64f3c764883a33350227564ab99", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c8dcd64f3c764883a33350227564ab99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/c8dcd64f3c764883a33350227564ab99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/c8dcd64f3c764883a33350227564ab99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c8dcd64f3c764883a33350227564ab99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/c8dcd64f3c764883a33350227564ab99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/c8dcd64f3c764883a33350227564ab99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/c8dcd64f3c764883a33350227564ab99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/c8dcd64f3c764883a33350227564ab99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/c8dcd64f3c764883a33350227564ab99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/c8dcd64f3c764883a33350227564ab99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/c8dcd64f3c764883a33350227564ab99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/c8dcd64f3c764883a33350227564ab99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "407502ccd88d4e6a85d43ab4ef2e0d85"}, "audit_ids": ["L7ecsxAaT1mJCzi2GiolQg"], "issued_at": "2018-10-26T08:36:09.000000Z"}} 2018-10-26 08:36:09,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}93e745648cdd28f44aea6de38926c4f69e7b2b3d" 2018-10-26 08:36:09,433 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:36: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:36:09,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93e745648cdd28f44aea6de38926c4f69e7b2b3d" 2018-10-26 08:36:09,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8eeaccee-f1f4-401c-b224-4b7933767e3e Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/865486593e12402f86e9636a8d3859ad"}, "description": "", "name": "heat_stack", "enabled": true, "id": "865486593e12402f86e9636a8d3859ad"}, {"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-10-26 08:36:09,515 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-8eeaccee-f1f4-401c-b224-4b7933767e3e 2018-10-26 08:36:09,516 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.47335600853s 2018-10-26 08:36:09,517 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-26 08:36:09,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}93e745648cdd28f44aea6de38926c4f69e7b2b3d" -d '{"project": {"description": "Created by OPNFV Functest: snaps_health_check", "enabled": true, "domain_id": "default", "name": "snaps_health_check-project_a89a84d7-ed20-4f97-940f-d375edc97d15"}}' 2018-10-26 08:36:09,638 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 08:36:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d561a61-122f-44e3-b9fa-d35150964225 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.21:5000/v3/projects/61fc16c17bec47ac8159ae5a9d92c03a"}, "enabled": true, "id": "61fc16c17bec47ac8159ae5a9d92c03a", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_a89a84d7-ed20-4f97-940f-d375edc97d15"}} 2018-10-26 08:36:09,639 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-1d561a61-122f-44e3-b9fa-d35150964225 2018-10-26 08:36:09,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.12167596817s 2018-10-26 08:36:09,639 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-1d561a61-122f-44e3-b9fa-d35150964225 2018-10-26 08:36:09,640 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'snaps_health_check-project_a89a84d7-ed20-4f97-940f-d375edc97d15', 'id': u'61fc16c17bec47ac8159ae5a9d92c03a', '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-26 08:36:09,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-26 08:36:10,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.363138914108s 2018-10-26 08:36:10,004 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/dc118c6b18164482a7b59576c852fd86 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93e745648cdd28f44aea6de38926c4f69e7b2b3d" 2018-10-26 08:36:10,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3def8f9a-89c6-468d-8c57-094bb232d6ec Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/dc118c6b18164482a7b59576c852fd86"}, "enabled": true, "id": "dc118c6b18164482a7b59576c852fd86", "options": {}, "domain_id": "default", "name": "snaps_health_check-user_a89a84d7-ed20-4f97-940f-d375edc97d15"}} 2018-10-26 08:36:10,092 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/dc118c6b18164482a7b59576c852fd86 used request id req-3def8f9a-89c6-468d-8c57-094bb232d6ec 2018-10-26 08:36:10,093 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'dc118c6b18164482a7b59576c852fd86', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'snaps_health_check-user_a89a84d7-ed20-4f97-940f-d375edc97d15'}) 2018-10-26 08:36:10,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 08:36:10,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93e745648cdd28f44aea6de38926c4f69e7b2b3d" 2018-10-26 08:36:10,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0018806b-9c6c-44cd-a969-3c2687347896 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:36:10,177 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-0018806b-9c6c-44cd-a969-3c2687347896 2018-10-26 08:36:10,177 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0841121673584s 2018-10-26 08:36:10,178 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 08:36:10,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93e745648cdd28f44aea6de38926c4f69e7b2b3d" 2018-10-26 08:36:10,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d0bc6b1-1f73-48f4-8daf-a82e2db26d95 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:36:10,261 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-5d0bc6b1-1f73-48f4-8daf-a82e2db26d95 2018-10-26 08:36:10,261 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0826950073242s 2018-10-26 08:36:10,262 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-26 08:36:10,262 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-26 08:36:10,263 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93e745648cdd28f44aea6de38926c4f69e7b2b3d" -d '{"role": {"name": "Member"}}' 2018-10-26 08:36:10,359 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 08:36:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-68401e2b-bb02-459a-9dfc-3828135d28fd Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ec402646816946dfa23f2783de56e89c", "links": {"self": "http://172.30.9.21:5000/v3/roles/ec402646816946dfa23f2783de56e89c"}, "name": "Member"}} 2018-10-26 08:36:10,359 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-68401e2b-bb02-459a-9dfc-3828135d28fd 2018-10-26 08:36:10,360 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0973310470581s 2018-10-26 08:36:10,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles/ec402646816946dfa23f2783de56e89c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93e745648cdd28f44aea6de38926c4f69e7b2b3d" 2018-10-26 08:36:10,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-053a5c8d-8dbe-4f07-b2df-8e31c0b96600 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/ec402646816946dfa23f2783de56e89c"}, "domain_id": null, "name": "Member", "id": "ec402646816946dfa23f2783de56e89c"}} 2018-10-26 08:36:10,449 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/ec402646816946dfa23f2783de56e89c used request id req-053a5c8d-8dbe-4f07-b2df-8e31c0b96600 2018-10-26 08:36:10,450 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.21:5000/v3/roles/ec402646816946dfa23f2783de56e89c'}, 'domain_id': None, 'human_id': None, 'id': u'ec402646816946dfa23f2783de56e89c', 'HUMAN_ID': False}) 2018-10-26 08:36:10,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 08:36:10,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93e745648cdd28f44aea6de38926c4f69e7b2b3d" 2018-10-26 08:36:10,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56e32564-5b81-445d-aeca-676bcbde5553 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ec402646816946dfa23f2783de56e89c", "links": {"self": "http://172.30.9.21:5000/v3/roles/ec402646816946dfa23f2783de56e89c"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:36:10,529 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-56e32564-5b81-445d-aeca-676bcbde5553 2018-10-26 08:36:10,530 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0794990062714s 2018-10-26 08:36:10,531 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-26 08:36:10,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93e745648cdd28f44aea6de38926c4f69e7b2b3d" 2018-10-26 08:36:10,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22fb3240-30c4-4f14-b5d6-bba50bd5f178 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-10-26 08:36:10,605 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-22fb3240-30c4-4f14-b5d6-bba50bd5f178 2018-10-26 08:36:10,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0736010074615s 2018-10-26 08:36:10,606 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-26 08:36:10,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}93e745648cdd28f44aea6de38926c4f69e7b2b3d" 2018-10-26 08:36:10,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f930422c-a441-4916-926a-8c584ccc7bae Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_a89a84d7-ed20-4f97-940f-d375edc97d15", "links": {"self": "http://172.30.9.21:5000/v3/users/dc118c6b18164482a7b59576c852fd86"}, "domain_id": "default", "enabled": true, "id": "dc118c6b18164482a7b59576c852fd86", "options": {}}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 08:36:10,702 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-f930422c-a441-4916-926a-8c584ccc7bae 2018-10-26 08:36:10,702 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0965979099274s 2018-10-26 08:36:10,703 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-f930422c-a441-4916-926a-8c584ccc7bae 2018-10-26 08:36:10,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-26 08:36:10,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}93e745648cdd28f44aea6de38926c4f69e7b2b3d" 2018-10-26 08:36:10,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce160dc2-8c14-48b9-8780-b5d36cac14b3 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.21:5000/v3/projects/61fc16c17bec47ac8159ae5a9d92c03a"}, "enabled": true, "id": "61fc16c17bec47ac8159ae5a9d92c03a", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_a89a84d7-ed20-4f97-940f-d375edc97d15"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-26 08:36:10,791 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-ce160dc2-8c14-48b9-8780-b5d36cac14b3 2018-10-26 08:36:10,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.081738948822s 2018-10-26 08:36:10,791 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-ce160dc2-8c14-48b9-8780-b5d36cac14b3 2018-10-26 08:36:10,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-26 08:36:10,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=dc118c6b18164482a7b59576c852fd86&scope.project.id=61fc16c17bec47ac8159ae5a9d92c03a&role.id=ec402646816946dfa23f2783de56e89c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93e745648cdd28f44aea6de38926c4f69e7b2b3d" 2018-10-26 08:36:10,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76dc403c-bfe4-4319-86c3-2d534168bf5e Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=dc118c6b18164482a7b59576c852fd86&scope.project.id=61fc16c17bec47ac8159ae5a9d92c03a&role.id=ec402646816946dfa23f2783de56e89c", "previous": null, "next": null}} 2018-10-26 08:36:10,870 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=dc118c6b18164482a7b59576c852fd86&scope.project.id=61fc16c17bec47ac8159ae5a9d92c03a&role.id=ec402646816946dfa23f2783de56e89c used request id req-76dc403c-bfe4-4319-86c3-2d534168bf5e 2018-10-26 08:36:10,870 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0764899253845s 2018-10-26 08:36:10,871 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-26 08:36:10,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/61fc16c17bec47ac8159ae5a9d92c03a/users/dc118c6b18164482a7b59576c852fd86/roles/ec402646816946dfa23f2783de56e89c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93e745648cdd28f44aea6de38926c4f69e7b2b3d" 2018-10-26 08:36:10,982 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:36:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-87982e59-f1ea-4f56-9572-c770e5685d35 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:36:10,982 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/61fc16c17bec47ac8159ae5a9d92c03a/users/dc118c6b18164482a7b59576c852fd86/roles/ec402646816946dfa23f2783de56e89c used request id req-87982e59-f1ea-4f56-9572-c770e5685d35 2018-10-26 08:36:10,982 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.111462116241s 2018-10-26 08:36:10,983 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'snaps_health_check-project_a89a84d7-ed20-4f97-940f-d375edc97d15', 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': 'd14e1ae6-2151-4910-acf7-33bf62555050', 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_a89a84d7-ed20-4f97-940f-d375edc97d15', 'project_id': u'61fc16c17bec47ac8159ae5a9d92c03a', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-26 08:36:10,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-26 08:36:10,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-26 08:36:10,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-26 08:36:10,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-26 08:36:10,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-26 08:36:10,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-26 08:36:10,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-26 08:36:10,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-26 08:36:10,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-26 08:36:10,986 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-26 08:36:10,986 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-26 08:36:10,986 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-26 08:36:10,986 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-26 08:36:10,986 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-26 08:36:10,986 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-26 08:36:10,986 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-26 08:36:10,986 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-26 08:36:10,986 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-26 08:36:10,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-26 08:36:10,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-26 08:36:10,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-26 08:36:10,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-26 08:36:10,988 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'snaps_health_check-user_a89a84d7-ed20-4f97-940f-d375edc97d15', 'password': 'd14e1ae6-2151-4910-acf7-33bf62555050', 'project_name': 'snaps_health_check-project_a89a84d7-ed20-4f97-940f-d375edc97d15', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': '61fc16c17bec47ac8159ae5a9d92c03a', 'project_domain_name': 'Default'} 2018-10-26 08:36:10,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 08:36:10,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93e745648cdd28f44aea6de38926c4f69e7b2b3d" 2018-10-26 08:36:11,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e73d880-075d-4df8-ab11-1ed07674f118 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ec402646816946dfa23f2783de56e89c", "links": {"self": "http://172.30.9.21:5000/v3/roles/ec402646816946dfa23f2783de56e89c"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:36:11,071 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-5e73d880-075d-4df8-ab11-1ed07674f118 2018-10-26 08:36:11,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0828812122345s 2018-10-26 08:36:11,073 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 08:36:11,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93e745648cdd28f44aea6de38926c4f69e7b2b3d" 2018-10-26 08:36:11,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-480e1d85-176d-4ad6-bd7c-6e4aaa04f8ab Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ec402646816946dfa23f2783de56e89c", "links": {"self": "http://172.30.9.21:5000/v3/roles/ec402646816946dfa23f2783de56e89c"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:36:11,147 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-480e1d85-176d-4ad6-bd7c-6e4aaa04f8ab 2018-10-26 08:36:11,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0749411582947s 2018-10-26 08:36:11,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-26 08:36:11,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93e745648cdd28f44aea6de38926c4f69e7b2b3d" 2018-10-26 08:36:11,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f4a1657-8794-4013-b80d-909ee9619aae 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-10-26 08:36:11,239 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-9f4a1657-8794-4013-b80d-909ee9619aae 2018-10-26 08:36:11,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0897610187531s 2018-10-26 08:36:11,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-26 08:36:11,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}93e745648cdd28f44aea6de38926c4f69e7b2b3d" 2018-10-26 08:36:11,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f5d314b-424e-4ca9-8906-2588f1e354f2 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_a89a84d7-ed20-4f97-940f-d375edc97d15", "links": {"self": "http://172.30.9.21:5000/v3/users/dc118c6b18164482a7b59576c852fd86"}, "domain_id": "default", "enabled": true, "id": "dc118c6b18164482a7b59576c852fd86", "options": {}}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 08:36:11,348 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-3f5d314b-424e-4ca9-8906-2588f1e354f2 2018-10-26 08:36:11,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.10871887207s 2018-10-26 08:36:11,349 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-3f5d314b-424e-4ca9-8906-2588f1e354f2 2018-10-26 08:36:11,355 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-26 08:36:11,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}93e745648cdd28f44aea6de38926c4f69e7b2b3d" 2018-10-26 08:36:11,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a876455-3f38-4a53-8437-3116c09351ac Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.21:5000/v3/projects/61fc16c17bec47ac8159ae5a9d92c03a"}, "enabled": true, "id": "61fc16c17bec47ac8159ae5a9d92c03a", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_a89a84d7-ed20-4f97-940f-d375edc97d15"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-26 08:36:11,431 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-4a876455-3f38-4a53-8437-3116c09351ac 2018-10-26 08:36:11,431 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.075315952301s 2018-10-26 08:36:11,431 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-4a876455-3f38-4a53-8437-3116c09351ac 2018-10-26 08:36:11,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-26 08:36:11,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=dc118c6b18164482a7b59576c852fd86&scope.project.id=61fc16c17bec47ac8159ae5a9d92c03a&role.id=886257d877da42cd903fe01393f42ae9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93e745648cdd28f44aea6de38926c4f69e7b2b3d" 2018-10-26 08:36:11,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a49a75ff-9fe8-4286-afde-cbf1de44b7a0 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=dc118c6b18164482a7b59576c852fd86&scope.project.id=61fc16c17bec47ac8159ae5a9d92c03a&role.id=886257d877da42cd903fe01393f42ae9", "previous": null, "next": null}} 2018-10-26 08:36:11,515 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=dc118c6b18164482a7b59576c852fd86&scope.project.id=61fc16c17bec47ac8159ae5a9d92c03a&role.id=886257d877da42cd903fe01393f42ae9 used request id req-a49a75ff-9fe8-4286-afde-cbf1de44b7a0 2018-10-26 08:36:11,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0823080539703s 2018-10-26 08:36:11,516 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-26 08:36:11,516 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/61fc16c17bec47ac8159ae5a9d92c03a/users/dc118c6b18164482a7b59576c852fd86/roles/886257d877da42cd903fe01393f42ae9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93e745648cdd28f44aea6de38926c4f69e7b2b3d" 2018-10-26 08:36:11,685 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:36:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b7d3bab2-e35a-4d52-a7e5-7a385087bf70 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:36:11,686 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/61fc16c17bec47ac8159ae5a9d92c03a/users/dc118c6b18164482a7b59576c852fd86/roles/886257d877da42cd903fe01393f42ae9 used request id req-b7d3bab2-e35a-4d52-a7e5-7a385087bf70 2018-10-26 08:36:11,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.170120954514s 2018-10-26 08:36:11,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 08:36:11,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93e745648cdd28f44aea6de38926c4f69e7b2b3d" 2018-10-26 08:36:11,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b603539-0552-42fd-b259-5a17386683bc Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ec402646816946dfa23f2783de56e89c", "links": {"self": "http://172.30.9.21:5000/v3/roles/ec402646816946dfa23f2783de56e89c"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:36:11,760 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-7b603539-0552-42fd-b259-5a17386683bc 2018-10-26 08:36:11,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0735619068146s 2018-10-26 08:36:11,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-26 08:36:11,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93e745648cdd28f44aea6de38926c4f69e7b2b3d" -d '{"role": {"name": "heat_stack_owner"}}' 2018-10-26 08:36:11,905 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 08:36:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c744df07-df83-423d-a7e0-1ee35daaea5f Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "484e86ad15f243b1a21b8d95f5498ac2", "links": {"self": "http://172.30.9.21:5000/v3/roles/484e86ad15f243b1a21b8d95f5498ac2"}, "name": "heat_stack_owner"}} 2018-10-26 08:36:11,905 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-c744df07-df83-423d-a7e0-1ee35daaea5f 2018-10-26 08:36:11,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.144434928894s 2018-10-26 08:36:11,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles/484e86ad15f243b1a21b8d95f5498ac2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93e745648cdd28f44aea6de38926c4f69e7b2b3d" 2018-10-26 08:36:11,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-160372c5-1edb-47fd-89c0-c122b0962722 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/484e86ad15f243b1a21b8d95f5498ac2"}, "domain_id": null, "name": "heat_stack_owner", "id": "484e86ad15f243b1a21b8d95f5498ac2"}} 2018-10-26 08:36:11,993 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/484e86ad15f243b1a21b8d95f5498ac2 used request id req-160372c5-1edb-47fd-89c0-c122b0962722 2018-10-26 08:36:11,993 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 08:36:11,994 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93e745648cdd28f44aea6de38926c4f69e7b2b3d" 2018-10-26 08:36:12,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-745e1153-00b7-47ff-8e34-06bdc8710ece Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "484e86ad15f243b1a21b8d95f5498ac2", "links": {"self": "http://172.30.9.21:5000/v3/roles/484e86ad15f243b1a21b8d95f5498ac2"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ec402646816946dfa23f2783de56e89c", "links": {"self": "http://172.30.9.21:5000/v3/roles/ec402646816946dfa23f2783de56e89c"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:36:12,071 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-745e1153-00b7-47ff-8e34-06bdc8710ece 2018-10-26 08:36:12,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0781769752502s 2018-10-26 08:36:12,073 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-26 08:36:12,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93e745648cdd28f44aea6de38926c4f69e7b2b3d" 2018-10-26 08:36:12,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1eaa030-cd83-4390-a484-2418e210fd5b 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-10-26 08:36:12,152 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-a1eaa030-cd83-4390-a484-2418e210fd5b 2018-10-26 08:36:12,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0787329673767s 2018-10-26 08:36:12,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-26 08:36:12,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}93e745648cdd28f44aea6de38926c4f69e7b2b3d" 2018-10-26 08:36:12,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8f1eefa-a253-4c15-90e9-28c6b58b2eec Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_a89a84d7-ed20-4f97-940f-d375edc97d15", "links": {"self": "http://172.30.9.21:5000/v3/users/dc118c6b18164482a7b59576c852fd86"}, "domain_id": "default", "enabled": true, "id": "dc118c6b18164482a7b59576c852fd86", "options": {}}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 08:36:12,252 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-e8f1eefa-a253-4c15-90e9-28c6b58b2eec 2018-10-26 08:36:12,252 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0995230674744s 2018-10-26 08:36:12,253 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-e8f1eefa-a253-4c15-90e9-28c6b58b2eec 2018-10-26 08:36:12,259 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-26 08:36:12,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}93e745648cdd28f44aea6de38926c4f69e7b2b3d" 2018-10-26 08:36:12,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74b1904d-94f6-401c-be0d-536c5aa4a606 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.21:5000/v3/projects/61fc16c17bec47ac8159ae5a9d92c03a"}, "enabled": true, "id": "61fc16c17bec47ac8159ae5a9d92c03a", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_a89a84d7-ed20-4f97-940f-d375edc97d15"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-26 08:36:12,336 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-74b1904d-94f6-401c-be0d-536c5aa4a606 2018-10-26 08:36:12,336 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0768399238586s 2018-10-26 08:36:12,336 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-74b1904d-94f6-401c-be0d-536c5aa4a606 2018-10-26 08:36:12,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-26 08:36:12,339 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=dc118c6b18164482a7b59576c852fd86&scope.project.id=61fc16c17bec47ac8159ae5a9d92c03a&role.id=484e86ad15f243b1a21b8d95f5498ac2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93e745648cdd28f44aea6de38926c4f69e7b2b3d" 2018-10-26 08:36:12,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00af03da-224c-4aec-99dc-f2d74402bad1 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=dc118c6b18164482a7b59576c852fd86&scope.project.id=61fc16c17bec47ac8159ae5a9d92c03a&role.id=484e86ad15f243b1a21b8d95f5498ac2", "previous": null, "next": null}} 2018-10-26 08:36:12,421 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=dc118c6b18164482a7b59576c852fd86&scope.project.id=61fc16c17bec47ac8159ae5a9d92c03a&role.id=484e86ad15f243b1a21b8d95f5498ac2 used request id req-00af03da-224c-4aec-99dc-f2d74402bad1 2018-10-26 08:36:12,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.083233833313s 2018-10-26 08:36:12,422 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-26 08:36:12,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/61fc16c17bec47ac8159ae5a9d92c03a/users/dc118c6b18164482a7b59576c852fd86/roles/484e86ad15f243b1a21b8d95f5498ac2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93e745648cdd28f44aea6de38926c4f69e7b2b3d" 2018-10-26 08:36:12,539 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:36:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6bf40a4c-271e-4c1b-adfa-145609f4ebf6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:36:12,539 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/61fc16c17bec47ac8159ae5a9d92c03a/users/dc118c6b18164482a7b59576c852fd86/roles/484e86ad15f243b1a21b8d95f5498ac2 used request id req-6bf40a4c-271e-4c1b-adfa-145609f4ebf6 2018-10-26 08:36:12,540 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.11745095253s 2018-10-26 08:36:12,540 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-10-26 08:36:12,540 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-10-26 08:36:12,540 - openstack_tests - INFO - OS Credentials = > 2018-10-26 08:36:12,541 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:36:12,542 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:36:12,914 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "484e86ad15f243b1a21b8d95f5498ac2", "name": "heat_stack_owner"}, {"id": "ec402646816946dfa23f2783de56e89c", "name": "Member"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}], "expires_at": "2018-10-26T09:36:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "61fc16c17bec47ac8159ae5a9d92c03a", "name": "snaps_health_check-project_a89a84d7-ed20-4f97-940f-d375edc97d15"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/61fc16c17bec47ac8159ae5a9d92c03a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/61fc16c17bec47ac8159ae5a9d92c03a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/61fc16c17bec47ac8159ae5a9d92c03a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/61fc16c17bec47ac8159ae5a9d92c03a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/61fc16c17bec47ac8159ae5a9d92c03a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/61fc16c17bec47ac8159ae5a9d92c03a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/61fc16c17bec47ac8159ae5a9d92c03a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/61fc16c17bec47ac8159ae5a9d92c03a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/61fc16c17bec47ac8159ae5a9d92c03a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/61fc16c17bec47ac8159ae5a9d92c03a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/61fc16c17bec47ac8159ae5a9d92c03a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/61fc16c17bec47ac8159ae5a9d92c03a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_a89a84d7-ed20-4f97-940f-d375edc97d15", "id": "dc118c6b18164482a7b59576c852fd86"}, "audit_ids": ["ZYLu1B9BQ3KBCJtpZTpr6w"], "issued_at": "2018-10-26T08:36:12.000000Z"}} 2018-10-26 08:36:12,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fea97ef242fb9b97c15bb487e41e5a4fab8bcfe0" 2018-10-26 08:36:13,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-0fc25c06-e0da-4f4e-8bd1-d5672b029fe8 Date: Fri, 26 Oct 2018 08:36:13 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","provider:network_type":"flat"}]} 2018-10-26 08:36:13,159 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?router%3Aexternal=True used request id req-0fc25c06-e0da-4f4e-8bd1-d5672b029fe8 2018-10-26 08:36:13,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fea97ef242fb9b97c15bb487e41e5a4fab8bcfe0" 2018-10-26 08:36:13,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-b8cdeaa8-52f7-4629-9084-00ba83b7480c Date: Fri, 26 Oct 2018 08:36:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:47Z","dns_nameservers":[],"updated_at":"2018-10-26T08:12:47Z","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":"c850e319615544ee86b9a48e1e3e8f0f","id":"e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-26 08:36:13,390 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-b8cdeaa8-52f7-4629-9084-00ba83b7480c 2018-10-26 08:36:13,390 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-10-26 08:36:13,391 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-10-26 08:36:13,391 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:36:13,392 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:36:13,783 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "484e86ad15f243b1a21b8d95f5498ac2", "name": "heat_stack_owner"}, {"id": "ec402646816946dfa23f2783de56e89c", "name": "Member"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}], "expires_at": "2018-10-26T09:36:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "61fc16c17bec47ac8159ae5a9d92c03a", "name": "snaps_health_check-project_a89a84d7-ed20-4f97-940f-d375edc97d15"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/61fc16c17bec47ac8159ae5a9d92c03a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/61fc16c17bec47ac8159ae5a9d92c03a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/61fc16c17bec47ac8159ae5a9d92c03a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/61fc16c17bec47ac8159ae5a9d92c03a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/61fc16c17bec47ac8159ae5a9d92c03a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/61fc16c17bec47ac8159ae5a9d92c03a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/61fc16c17bec47ac8159ae5a9d92c03a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/61fc16c17bec47ac8159ae5a9d92c03a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/61fc16c17bec47ac8159ae5a9d92c03a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/61fc16c17bec47ac8159ae5a9d92c03a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/61fc16c17bec47ac8159ae5a9d92c03a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/61fc16c17bec47ac8159ae5a9d92c03a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_a89a84d7-ed20-4f97-940f-d375edc97d15", "id": "dc118c6b18164482a7b59576c852fd86"}, "audit_ids": ["pBlp_u-KQ_ynKXKl2GbZjg"], "issued_at": "2018-10-26T08:36:13.000000Z"}} 2018-10-26 08:36:13,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc7092cd57cf42a0c29b1d46a724b2fbb8617317" 2018-10-26 08:36:13,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc4c8027-7ab3-4108-9e03-0bbc850ded32 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:36:13,879 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-fc4c8027-7ab3-4108-9e03-0bbc850ded32 2018-10-26 08:36:13,880 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:36:13,881 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:36:14,263 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "484e86ad15f243b1a21b8d95f5498ac2", "name": "heat_stack_owner"}, {"id": "ec402646816946dfa23f2783de56e89c", "name": "Member"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}], "expires_at": "2018-10-26T09:36:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "61fc16c17bec47ac8159ae5a9d92c03a", "name": "snaps_health_check-project_a89a84d7-ed20-4f97-940f-d375edc97d15"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/61fc16c17bec47ac8159ae5a9d92c03a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/61fc16c17bec47ac8159ae5a9d92c03a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/61fc16c17bec47ac8159ae5a9d92c03a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/61fc16c17bec47ac8159ae5a9d92c03a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/61fc16c17bec47ac8159ae5a9d92c03a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/61fc16c17bec47ac8159ae5a9d92c03a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/61fc16c17bec47ac8159ae5a9d92c03a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/61fc16c17bec47ac8159ae5a9d92c03a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/61fc16c17bec47ac8159ae5a9d92c03a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/61fc16c17bec47ac8159ae5a9d92c03a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/61fc16c17bec47ac8159ae5a9d92c03a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/61fc16c17bec47ac8159ae5a9d92c03a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_a89a84d7-ed20-4f97-940f-d375edc97d15", "id": "dc118c6b18164482a7b59576c852fd86"}, "audit_ids": ["VlzUsuB5RnSZf8yYAVhFVg"], "issued_at": "2018-10-26T08:36:14.000000Z"}} 2018-10-26 08:36:14,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c5280850c4cf5751da3bf459f078a6676a043c" 2018-10-26 08:36:14,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a5b6906-ddc0-4acc-9fd0-2055c216a02c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:36:14,349 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-9a5b6906-ddc0-4acc-9fd0-2055c216a02c 2018-10-26 08:36:14,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:36:14,358 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:36: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:36:14,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-cc868aa6-94d4-4dc-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c5280850c4cf5751da3bf459f078a6676a043c" 2018-10-26 08:36:14,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0ddd042-d68b-4a3d-a2c2-1afad0c0ad27 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-cc868aa6-94d4-4dc-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 08:36:14,441 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-cc868aa6-94d4-4dc-proj used request id req-b0ddd042-d68b-4a3d-a2c2-1afad0c0ad27 2018-10-26 08:36:14,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c5280850c4cf5751da3bf459f078a6676a043c" 2018-10-26 08:36:14,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aaa30db4-84fe-4633-890c-428f87e0c296 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 08:36:14,533 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-aaa30db4-84fe-4633-890c-428f87e0c296 2018-10-26 08:36:14,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c5280850c4cf5751da3bf459f078a6676a043c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "SimpleHealthCheck-cc868aa6-94d4-4dc-proj"}}' 2018-10-26 08:36:14,644 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 08:36:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7953f55e-8f08-4f2e-a93f-bd38ffeeff7f Content-Length: 302 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/fc55e64304aa420d8d7878c0105af652"}, "enabled": true, "id": "fc55e64304aa420d8d7878c0105af652", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-cc868aa6-94d4-4dc-proj"}} 2018-10-26 08:36:14,645 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-7953f55e-8f08-4f2e-a93f-bd38ffeeff7f 2018-10-26 08:36:14,645 - keystone_utils - INFO - Created project with name - SimpleHealthCheck-cc868aa6-94d4-4dc-proj 2018-10-26 08:36:14,645 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:36:14,646 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:36:15,020 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "484e86ad15f243b1a21b8d95f5498ac2", "name": "heat_stack_owner"}, {"id": "ec402646816946dfa23f2783de56e89c", "name": "Member"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}], "expires_at": "2018-10-26T09:36:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "61fc16c17bec47ac8159ae5a9d92c03a", "name": "snaps_health_check-project_a89a84d7-ed20-4f97-940f-d375edc97d15"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/61fc16c17bec47ac8159ae5a9d92c03a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/61fc16c17bec47ac8159ae5a9d92c03a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/61fc16c17bec47ac8159ae5a9d92c03a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/61fc16c17bec47ac8159ae5a9d92c03a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/61fc16c17bec47ac8159ae5a9d92c03a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/61fc16c17bec47ac8159ae5a9d92c03a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/61fc16c17bec47ac8159ae5a9d92c03a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/61fc16c17bec47ac8159ae5a9d92c03a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/61fc16c17bec47ac8159ae5a9d92c03a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/61fc16c17bec47ac8159ae5a9d92c03a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/61fc16c17bec47ac8159ae5a9d92c03a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/61fc16c17bec47ac8159ae5a9d92c03a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_a89a84d7-ed20-4f97-940f-d375edc97d15", "id": "dc118c6b18164482a7b59576c852fd86"}, "audit_ids": ["qv-Pln5oT5iUIjPK0oMCVA"], "issued_at": "2018-10-26T08:36:15.000000Z"}} 2018-10-26 08:36:15,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88eebecdf195d59afed18765d76258a6d4dd8089" 2018-10-26 08:36:15,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13166a65-c42e-478f-ad54-335144d21f65 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:36:15,106 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-13166a65-c42e-478f-ad54-335144d21f65 2018-10-26 08:36:15,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:36:15,115 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:36: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:36:15,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88eebecdf195d59afed18765d76258a6d4dd8089" 2018-10-26 08:36:15,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c995424-f889-49d1-a0ea-ee98cdf9d5bd Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_a89a84d7-ed20-4f97-940f-d375edc97d15", "links": {"self": "http://172.30.9.21:5000/v3/users/dc118c6b18164482a7b59576c852fd86"}, "domain_id": "default", "enabled": true, "id": "dc118c6b18164482a7b59576c852fd86", "options": {}}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 08:36:15,218 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-8c995424-f889-49d1-a0ea-ee98cdf9d5bd 2018-10-26 08:36:15,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=SimpleHealthCheck-cc868aa6-94d4-4dc-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88eebecdf195d59afed18765d76258a6d4dd8089" 2018-10-26 08:36:15,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3de44c7f-59d8-47d5-88f9-ee472c45d680 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=SimpleHealthCheck-cc868aa6-94d4-4dc-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/fc55e64304aa420d8d7878c0105af652"}, "enabled": true, "id": "fc55e64304aa420d8d7878c0105af652", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-cc868aa6-94d4-4dc-proj"}]} 2018-10-26 08:36:15,310 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=SimpleHealthCheck-cc868aa6-94d4-4dc-proj used request id req-3de44c7f-59d8-47d5-88f9-ee472c45d680 2018-10-26 08:36:15,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88eebecdf195d59afed18765d76258a6d4dd8089" 2018-10-26 08:36:15,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e229dd0-39d6-4e4f-a950-3958243753b5 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 08:36:15,416 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-6e229dd0-39d6-4e4f-a950-3958243753b5 2018-10-26 08:36:15,835 - keystone_utils - INFO - Created user with name - SimpleHealthCheck-cc868aa6-94d4-4dc-user 2018-10-26 08:36:15,835 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:36:15,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c5280850c4cf5751da3bf459f078a6676a043c" 2018-10-26 08:36:15,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef581d99-a731-453a-b70f-c22253d337a4 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "484e86ad15f243b1a21b8d95f5498ac2", "links": {"self": "http://172.30.9.21:5000/v3/roles/484e86ad15f243b1a21b8d95f5498ac2"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ec402646816946dfa23f2783de56e89c", "links": {"self": "http://172.30.9.21:5000/v3/roles/ec402646816946dfa23f2783de56e89c"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:36:15,935 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-ef581d99-a731-453a-b70f-c22253d337a4 2018-10-26 08:36:15,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c5280850c4cf5751da3bf459f078a6676a043c" -d '{"role": {"name": "SimpleHealthCheck-cc868aa6-94d4-4dc-proj-role"}}' 2018-10-26 08:36:16,045 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 08:36:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-535c0c3f-d85a-486f-b9fc-5f24771d5acb Content-Length: 216 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8909efc591bd427994faa0c0953eb396", "links": {"self": "http://172.30.9.21:5000/v3/roles/8909efc591bd427994faa0c0953eb396"}, "name": "SimpleHealthCheck-cc868aa6-94d4-4dc-proj-role"}} 2018-10-26 08:36:16,046 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-535c0c3f-d85a-486f-b9fc-5f24771d5acb 2018-10-26 08:36:16,046 - keystone_utils - INFO - Created role with name - SimpleHealthCheck-cc868aa6-94d4-4dc-proj-role 2018-10-26 08:36:16,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/8909efc591bd427994faa0c0953eb396 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c5280850c4cf5751da3bf459f078a6676a043c" 2018-10-26 08:36:16,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e796b82-dca0-4718-aa91-c6dce89e5cf6 Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/8909efc591bd427994faa0c0953eb396"}, "domain_id": null, "name": "SimpleHealthCheck-cc868aa6-94d4-4dc-proj-role", "id": "8909efc591bd427994faa0c0953eb396"}} 2018-10-26 08:36:16,131 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/8909efc591bd427994faa0c0953eb396 used request id req-9e796b82-dca0-4718-aa91-c6dce89e5cf6 2018-10-26 08:36:16,131 - keystone_utils - INFO - Granting role SimpleHealthCheck-cc868aa6-94d4-4dc-proj-role to project SimpleHealthCheck-cc868aa6-94d4-4dc-proj 2018-10-26 08:36:16,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/fc55e64304aa420d8d7878c0105af652/users/dee5bde6bf6444258202838fb82c08e3/roles/8909efc591bd427994faa0c0953eb396 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c5280850c4cf5751da3bf459f078a6676a043c" 2018-10-26 08:36:16,264 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:36:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e4465d6f-a099-48a2-b248-e264fbd6c05e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:36:16,264 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/fc55e64304aa420d8d7878c0105af652/users/dee5bde6bf6444258202838fb82c08e3/roles/8909efc591bd427994faa0c0953eb396 used request id req-e4465d6f-a099-48a2-b248-e264fbd6c05e 2018-10-26 08:36:16,264 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 08:36:16,266 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-26 08:36:16,266 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:36:16,267 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:36:16,644 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8909efc591bd427994faa0c0953eb396", "name": "SimpleHealthCheck-cc868aa6-94d4-4dc-proj-role"}], "expires_at": "2018-10-26T09:36:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fc55e64304aa420d8d7878c0105af652", "name": "SimpleHealthCheck-cc868aa6-94d4-4dc-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/fc55e64304aa420d8d7878c0105af652", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/fc55e64304aa420d8d7878c0105af652", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/fc55e64304aa420d8d7878c0105af652", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/fc55e64304aa420d8d7878c0105af652", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/fc55e64304aa420d8d7878c0105af652", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/fc55e64304aa420d8d7878c0105af652", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/fc55e64304aa420d8d7878c0105af652", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/fc55e64304aa420d8d7878c0105af652", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/fc55e64304aa420d8d7878c0105af652", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/fc55e64304aa420d8d7878c0105af652", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/fc55e64304aa420d8d7878c0105af652", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/fc55e64304aa420d8d7878c0105af652", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-cc868aa6-94d4-4dc-user", "id": "dee5bde6bf6444258202838fb82c08e3"}, "audit_ids": ["Jiu37tMCQCukcOfkpBfgnw"], "issued_at": "2018-10-26T08:36:16.000000Z"}} 2018-10-26 08:36:16,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d402faf1325c0e1084cd21c0fd0b9a5fa7d1b33" 2018-10-26 08:36:16,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf3d6bd8-0eb0-4148-8bc7-8487e439c7e5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:36:16,795 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-bf3d6bd8-0eb0-4148-8bc7-8487e439c7e5 2018-10-26 08:36:16,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5d402faf1325c0e1084cd21c0fd0b9a5fa7d1b33" 2018-10-26 08:36:16,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-6ac8907b-0c1a-4ab2-b6e6-7ef5a2ad64e6 Date: Fri, 26 Oct 2018 08:36:16 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-image"} 2018-10-26 08:36:16,966 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-image used request id req-6ac8907b-0c1a-4ab2-b6e6-7ef5a2ad64e6 2018-10-26 08:36:16,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5d402faf1325c0e1084cd21c0fd0b9a5fa7d1b33" 2018-10-26 08:36:17,139 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-3a260d38-0b1d-4e6a-85d1-0e84b5e93f2f Date: Fri, 26 Oct 2018 08:36: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-26 08:36:17,139 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-3a260d38-0b1d-4e6a-85d1-0e84b5e93f2f 2018-10-26 08:36:17,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5d402faf1325c0e1084cd21c0fd0b9a5fa7d1b33" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-image"}' 2018-10-26 08:36:17,422 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/9ddaa12e-03a8-4e11-89b8-d7cf34504d54 X-Openstack-Request-Id: req-a32948b8-8ed2-4174-ba9b-e9e560ea3bcb Date: Fri, 26 Oct 2018 08:36:17 GMT RESP BODY: {"status": "queued", "name": "SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T08:36:17Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-26T08:36:17Z", "visibility": "shared", "locations": [], "self": "/v2/images/9ddaa12e-03a8-4e11-89b8-d7cf34504d54", "min_disk": 0, "protected": false, "id": "9ddaa12e-03a8-4e11-89b8-d7cf34504d54", "file": "/v2/images/9ddaa12e-03a8-4e11-89b8-d7cf34504d54/file", "checksum": null, "owner": "fc55e64304aa420d8d7878c0105af652", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 08:36:17,423 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-a32948b8-8ed2-4174-ba9b-e9e560ea3bcb 2018-10-26 08:36:17,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/9ddaa12e-03a8-4e11-89b8-d7cf34504d54/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5d402faf1325c0e1084cd21c0fd0b9a5fa7d1b33" -d '' 2018-10-26 08:36:19,381 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5c415aa6-bd78-4ccb-84d3-a7542bafdc6a Date: Fri, 26 Oct 2018 08:36: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-26 08:36:19,382 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/9ddaa12e-03a8-4e11-89b8-d7cf34504d54/file used request id req-5c415aa6-bd78-4ccb-84d3-a7542bafdc6a 2018-10-26 08:36:19,382 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 08:36:19,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/9ddaa12e-03a8-4e11-89b8-d7cf34504d54 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5d402faf1325c0e1084cd21c0fd0b9a5fa7d1b33" 2018-10-26 08:36:19,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-16a2cd6a-bd6d-4508-a8ec-d1ded0374d53 Date: Fri, 26 Oct 2018 08:36:19 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T08:36:17Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T08:36:19Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/9ddaa12e-03a8-4e11-89b8-d7cf34504d54/snap", "metadata": {}}], "self": "/v2/images/9ddaa12e-03a8-4e11-89b8-d7cf34504d54", "min_disk": 0, "protected": false, "id": "9ddaa12e-03a8-4e11-89b8-d7cf34504d54", "file": "/v2/images/9ddaa12e-03a8-4e11-89b8-d7cf34504d54/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "fc55e64304aa420d8d7878c0105af652", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/9ddaa12e-03a8-4e11-89b8-d7cf34504d54/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 08:36:19,556 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/9ddaa12e-03a8-4e11-89b8-d7cf34504d54 used request id req-16a2cd6a-bd6d-4508-a8ec-d1ded0374d53 2018-10-26 08:36:19,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5d402faf1325c0e1084cd21c0fd0b9a5fa7d1b33" 2018-10-26 08:36:19,566 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c7f8f6c4-911b-4492-88b9-5327ccc806fe Date: Fri, 26 Oct 2018 08:36:19 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept 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-26 08:36:19,566 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-c7f8f6c4-911b-4492-88b9-5327ccc806fe 2018-10-26 08:36:19,569 - create_image - INFO - Created image with name - SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-image 2018-10-26 08:36:19,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/9ddaa12e-03a8-4e11-89b8-d7cf34504d54 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5d402faf1325c0e1084cd21c0fd0b9a5fa7d1b33" 2018-10-26 08:36:19,721 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-6cae24ec-b9e1-46d8-af3d-f8c2c5785845 Date: Fri, 26 Oct 2018 08:36:19 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T08:36:17Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T08:36:19Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/9ddaa12e-03a8-4e11-89b8-d7cf34504d54/snap", "metadata": {}}], "self": "/v2/images/9ddaa12e-03a8-4e11-89b8-d7cf34504d54", "min_disk": 0, "protected": false, "id": "9ddaa12e-03a8-4e11-89b8-d7cf34504d54", "file": "/v2/images/9ddaa12e-03a8-4e11-89b8-d7cf34504d54/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "fc55e64304aa420d8d7878c0105af652", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/9ddaa12e-03a8-4e11-89b8-d7cf34504d54/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 08:36:19,722 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/9ddaa12e-03a8-4e11-89b8-d7cf34504d54 used request id req-6cae24ec-b9e1-46d8-af3d-f8c2c5785845 2018-10-26 08:36:19,722 - create_image - DEBUG - Instance status is - active 2018-10-26 08:36:19,722 - create_image - DEBUG - Image is active with name - SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-image 2018-10-26 08:36:19,723 - create_image - INFO - Image is now active with name - SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-image 2018-10-26 08:36:19,723 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:36:19,724 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:36:20,098 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8909efc591bd427994faa0c0953eb396", "name": "SimpleHealthCheck-cc868aa6-94d4-4dc-proj-role"}], "expires_at": "2018-10-26T09:36:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fc55e64304aa420d8d7878c0105af652", "name": "SimpleHealthCheck-cc868aa6-94d4-4dc-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/fc55e64304aa420d8d7878c0105af652", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/fc55e64304aa420d8d7878c0105af652", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/fc55e64304aa420d8d7878c0105af652", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/fc55e64304aa420d8d7878c0105af652", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/fc55e64304aa420d8d7878c0105af652", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/fc55e64304aa420d8d7878c0105af652", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/fc55e64304aa420d8d7878c0105af652", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/fc55e64304aa420d8d7878c0105af652", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/fc55e64304aa420d8d7878c0105af652", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/fc55e64304aa420d8d7878c0105af652", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/fc55e64304aa420d8d7878c0105af652", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/fc55e64304aa420d8d7878c0105af652", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-cc868aa6-94d4-4dc-user", "id": "dee5bde6bf6444258202838fb82c08e3"}, "audit_ids": ["RQJlLlgVScC6E1CQXX1iTQ"], "issued_at": "2018-10-26T08:36:20.000000Z"}} 2018-10-26 08:36:20,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d176093ac50d71c411498db3474ee65a245d41d" 2018-10-26 08:36:20,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0bf95cd-cac4-4e1d-8452-f739c9cd3a79 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:36:20,113 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f0bf95cd-cac4-4e1d-8452-f739c9cd3a79 2018-10-26 08:36:20,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d176093ac50d71c411498db3474ee65a245d41d" 2018-10-26 08:36:20,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-a9c36096-357e-4483-bd8c-fc02fbb01c39 Date: Fri, 26 Oct 2018 08:36:20 GMT RESP BODY: {"networks":[]} 2018-10-26 08:36:20,277 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-priv-net used request id req-a9c36096-357e-4483-bd8c-fc02fbb01c39 2018-10-26 08:36:20,277 - neutron_utils - INFO - Creating network with name SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-priv-net 2018-10-26 08:36:20,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d176093ac50d71c411498db3474ee65a245d41d" -d '{"network": {"name": "SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-priv-net", "admin_state_up": true}}' 2018-10-26 08:36:20,984 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-9c520d88-3fbf-40f3-bb65-788e070e9713 Date: Fri, 26 Oct 2018 08:36:20 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"11d667bf-ccb7-4fa0-9809-20ef7b5c8154","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"fc55e64304aa420d8d7878c0105af652","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T08:36:20Z","is_default":false,"name":"SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-priv-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"fc55e64304aa420d8d7878c0105af652","created_at":"2018-10-26T08:36:20Z","mtu":1450}} 2018-10-26 08:36:20,984 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-9c520d88-3fbf-40f3-bb65-788e070e9713 2018-10-26 08:36:20,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=11d667bf-ccb7-4fa0-9809-20ef7b5c8154 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d176093ac50d71c411498db3474ee65a245d41d" 2018-10-26 08:36:21,231 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 605 X-Openstack-Request-Id: req-f881b746-adcb-4c2d-b133-f51861d147fc Date: Fri, 26 Oct 2018 08:36:21 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-26T08:36:20Z","tenant_id":"fc55e64304aa420d8d7878c0105af652","created_at":"2018-10-26T08:36:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"fc55e64304aa420d8d7878c0105af652","id":"11d667bf-ccb7-4fa0-9809-20ef7b5c8154","name":"SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-priv-net"}]} 2018-10-26 08:36:21,231 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=11d667bf-ccb7-4fa0-9809-20ef7b5c8154 used request id req-f881b746-adcb-4c2d-b133-f51861d147fc 2018-10-26 08:36:21,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=11d667bf-ccb7-4fa0-9809-20ef7b5c8154 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d176093ac50d71c411498db3474ee65a245d41d" 2018-10-26 08:36:21,405 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-faf34f0a-28b3-4ac6-b7ee-e54d89a97b57 Date: Fri, 26 Oct 2018 08:36:21 GMT RESP BODY: {"subnets":[]} 2018-10-26 08:36:21,406 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=11d667bf-ccb7-4fa0-9809-20ef7b5c8154 used request id req-faf34f0a-28b3-4ac6-b7ee-e54d89a97b57 2018-10-26 08:36:21,406 - neutron_utils - INFO - Creating subnet with name SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-priv-subnet 2018-10-26 08:36:21,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d176093ac50d71c411498db3474ee65a245d41d" -d '{"subnets": [{"ip_version": 4, "network_id": "11d667bf-ccb7-4fa0-9809-20ef7b5c8154", "cidr": "10.55.0.0/24", "name": "SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-priv-subnet"}]}' 2018-10-26 08:36:22,098 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-09e01e94-e344-4d40-b46c-74be685d3be0 Date: Fri, 26 Oct 2018 08:36:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"11d667bf-ccb7-4fa0-9809-20ef7b5c8154","tenant_id":"fc55e64304aa420d8d7878c0105af652","created_at":"2018-10-26T08:36:21Z","dns_nameservers":[],"updated_at":"2018-10-26T08:36:21Z","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":"fc55e64304aa420d8d7878c0105af652","id":"327ceead-7b9b-4f39-948b-1ed74986c3b6","subnetpool_id":null,"name":"SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-priv-subnet"}]} 2018-10-26 08:36:22,098 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-09e01e94-e344-4d40-b46c-74be685d3be0 2018-10-26 08:36:22,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=11d667bf-ccb7-4fa0-9809-20ef7b5c8154 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d176093ac50d71c411498db3474ee65a245d41d" 2018-10-26 08:36:22,352 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-7f5005cf-26e7-42ff-b778-276054580483 Date: Fri, 26 Oct 2018 08:36: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":["327ceead-7b9b-4f39-948b-1ed74986c3b6"],"updated_at":"2018-10-26T08:36:21Z","tenant_id":"fc55e64304aa420d8d7878c0105af652","created_at":"2018-10-26T08:36:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fc55e64304aa420d8d7878c0105af652","id":"11d667bf-ccb7-4fa0-9809-20ef7b5c8154","name":"SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-priv-net"}]} 2018-10-26 08:36:22,352 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=11d667bf-ccb7-4fa0-9809-20ef7b5c8154 used request id req-7f5005cf-26e7-42ff-b778-276054580483 2018-10-26 08:36:22,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=11d667bf-ccb7-4fa0-9809-20ef7b5c8154 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d176093ac50d71c411498db3474ee65a245d41d" 2018-10-26 08:36:22,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-e3a50905-bd64-44cf-a68c-b3870936a153 Date: Fri, 26 Oct 2018 08:36:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"11d667bf-ccb7-4fa0-9809-20ef7b5c8154","tenant_id":"fc55e64304aa420d8d7878c0105af652","created_at":"2018-10-26T08:36:21Z","dns_nameservers":[],"updated_at":"2018-10-26T08:36:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"fc55e64304aa420d8d7878c0105af652","id":"327ceead-7b9b-4f39-948b-1ed74986c3b6","subnetpool_id":null,"name":"SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-priv-subnet"}]} 2018-10-26 08:36:22,414 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=11d667bf-ccb7-4fa0-9809-20ef7b5c8154 used request id req-e3a50905-bd64-44cf-a68c-b3870936a153 2018-10-26 08:36:22,415 - OpenStackNetwork - DEBUG - Network [11d667bf-ccb7-4fa0-9809-20ef7b5c8154] created successfully 2018-10-26 08:36:22,415 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:36:22,416 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:36:22,789 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "484e86ad15f243b1a21b8d95f5498ac2", "name": "heat_stack_owner"}, {"id": "ec402646816946dfa23f2783de56e89c", "name": "Member"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}], "expires_at": "2018-10-26T09:36:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "61fc16c17bec47ac8159ae5a9d92c03a", "name": "snaps_health_check-project_a89a84d7-ed20-4f97-940f-d375edc97d15"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/61fc16c17bec47ac8159ae5a9d92c03a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/61fc16c17bec47ac8159ae5a9d92c03a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/61fc16c17bec47ac8159ae5a9d92c03a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/61fc16c17bec47ac8159ae5a9d92c03a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/61fc16c17bec47ac8159ae5a9d92c03a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/61fc16c17bec47ac8159ae5a9d92c03a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/61fc16c17bec47ac8159ae5a9d92c03a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/61fc16c17bec47ac8159ae5a9d92c03a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/61fc16c17bec47ac8159ae5a9d92c03a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/61fc16c17bec47ac8159ae5a9d92c03a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/61fc16c17bec47ac8159ae5a9d92c03a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/61fc16c17bec47ac8159ae5a9d92c03a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_a89a84d7-ed20-4f97-940f-d375edc97d15", "id": "dc118c6b18164482a7b59576c852fd86"}, "audit_ids": ["1n0vvXgVRmKU3IAQA9w87A"], "issued_at": "2018-10-26T08:36:22.000000Z"}} 2018-10-26 08:36:22,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79baa846692c8a6f7a5e4df6651897d2799439c9" 2018-10-26 08:36:22,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f925ba03-541d-42a1-832b-a6b5d0c25d94 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:36:22,877 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f925ba03-541d-42a1-832b-a6b5d0c25d94 2018-10-26 08:36:22,878 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 08:36:22,883 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79baa846692c8a6f7a5e4df6651897d2799439c9" 2018-10-26 08:36:23,058 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36: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-24e3a59b-9841-4a10-aa6d-fab371efd6a3 x-compute-request-id: req-24e3a59b-9841-4a10-aa6d-fab371efd6a3 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-26 08:36:23,058 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-24e3a59b-9841-4a10-aa6d-fab371efd6a3 2018-10-26 08:36:23,062 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79baa846692c8a6f7a5e4df6651897d2799439c9" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-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-26 08:36:23,111 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c4b68be6-c87c-451a-8ca7-2df860e76fa1 x-compute-request-id: req-c4b68be6-c87c-451a-8ca7-2df860e76fa1 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/6a43ce5f-22af-4ac8-815e-c139464dc413", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/6a43ce5f-22af-4ac8-815e-c139464dc413", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "6a43ce5f-22af-4ac8-815e-c139464dc413", "name": "SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 08:36:23,111 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-c4b68be6-c87c-451a-8ca7-2df860e76fa1 2018-10-26 08:36:23,112 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:36:23,113 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:36:23,500 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8909efc591bd427994faa0c0953eb396", "name": "SimpleHealthCheck-cc868aa6-94d4-4dc-proj-role"}], "expires_at": "2018-10-26T09:36:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fc55e64304aa420d8d7878c0105af652", "name": "SimpleHealthCheck-cc868aa6-94d4-4dc-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/fc55e64304aa420d8d7878c0105af652", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/fc55e64304aa420d8d7878c0105af652", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/fc55e64304aa420d8d7878c0105af652", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/fc55e64304aa420d8d7878c0105af652", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/fc55e64304aa420d8d7878c0105af652", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/fc55e64304aa420d8d7878c0105af652", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/fc55e64304aa420d8d7878c0105af652", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/fc55e64304aa420d8d7878c0105af652", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/fc55e64304aa420d8d7878c0105af652", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/fc55e64304aa420d8d7878c0105af652", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/fc55e64304aa420d8d7878c0105af652", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/fc55e64304aa420d8d7878c0105af652", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-cc868aa6-94d4-4dc-user", "id": "dee5bde6bf6444258202838fb82c08e3"}, "audit_ids": ["nZAN6NUaS5OUTMXNL7JL-w"], "issued_at": "2018-10-26T08:36:23.000000Z"}} 2018-10-26 08:36:23,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c739ff4f14396c7c96cabdc7bd6c8c021376ab40" 2018-10-26 08:36:23,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9acb1eb8-db55-442a-bd96-081a1be6d3b8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:36:23,577 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-9acb1eb8-db55-442a-bd96-081a1be6d3b8 2018-10-26 08:36:23,579 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 08:36:23,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c739ff4f14396c7c96cabdc7bd6c8c021376ab40" 2018-10-26 08:36:23,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-428178e4-a39c-4f6c-900b-474c45f4fb38 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:36:23,655 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-428178e4-a39c-4f6c-900b-474c45f4fb38 2018-10-26 08:36:23,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c739ff4f14396c7c96cabdc7bd6c8c021376ab40" 2018-10-26 08:36:23,900 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-eb2165d1-202b-4190-95b7-5e216b851453 Date: Fri, 26 Oct 2018 08:36: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":["327ceead-7b9b-4f39-948b-1ed74986c3b6"],"updated_at":"2018-10-26T08:36:21Z","tenant_id":"fc55e64304aa420d8d7878c0105af652","created_at":"2018-10-26T08:36:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fc55e64304aa420d8d7878c0105af652","id":"11d667bf-ccb7-4fa0-9809-20ef7b5c8154","name":"SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-priv-net"}]} 2018-10-26 08:36:23,900 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-priv-net used request id req-eb2165d1-202b-4190-95b7-5e216b851453 2018-10-26 08:36:23,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:36:23,909 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:36: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:36:23,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fc55e64304aa420d8d7878c0105af652 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c739ff4f14396c7c96cabdc7bd6c8c021376ab40" 2018-10-26 08:36:23,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e0fcb64-df72-4628-8e9b-c42440aa5a33 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/fc55e64304aa420d8d7878c0105af652"}, "enabled": true, "id": "fc55e64304aa420d8d7878c0105af652", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-cc868aa6-94d4-4dc-proj"}} 2018-10-26 08:36:23,987 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fc55e64304aa420d8d7878c0105af652 used request id req-2e0fcb64-df72-4628-8e9b-c42440aa5a33 2018-10-26 08:36:23,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=11d667bf-ccb7-4fa0-9809-20ef7b5c8154 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c739ff4f14396c7c96cabdc7bd6c8c021376ab40" 2018-10-26 08:36:24,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-9eff1bc9-72f5-4dd0-aa7d-e76c2eb13a07 Date: Fri, 26 Oct 2018 08:36:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"11d667bf-ccb7-4fa0-9809-20ef7b5c8154","tenant_id":"fc55e64304aa420d8d7878c0105af652","created_at":"2018-10-26T08:36:21Z","dns_nameservers":[],"updated_at":"2018-10-26T08:36:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"fc55e64304aa420d8d7878c0105af652","id":"327ceead-7b9b-4f39-948b-1ed74986c3b6","subnetpool_id":null,"name":"SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-priv-subnet"}]} 2018-10-26 08:36:24,184 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=11d667bf-ccb7-4fa0-9809-20ef7b5c8154 used request id req-9eff1bc9-72f5-4dd0-aa7d-e76c2eb13a07 2018-10-26 08:36:24,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=11d667bf-ccb7-4fa0-9809-20ef7b5c8154&name=SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c739ff4f14396c7c96cabdc7bd6c8c021376ab40" 2018-10-26 08:36:24,360 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-e9d65edc-06d7-4f9e-b516-08fb3de45b9a Date: Fri, 26 Oct 2018 08:36:24 GMT RESP BODY: {"ports":[]} 2018-10-26 08:36:24,360 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=11d667bf-ccb7-4fa0-9809-20ef7b5c8154&name=SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4port-1&admin_state_up=True used request id req-e9d65edc-06d7-4f9e-b516-08fb3de45b9a 2018-10-26 08:36:24,363 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c739ff4f14396c7c96cabdc7bd6c8c021376ab40" 2018-10-26 08:36:24,613 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36: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-2aacc213-c867-4442-a6dc-da83b8a7dd2d x-compute-request-id: req-2aacc213-c867-4442-a6dc-da83b8a7dd2d Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-26 08:36:24,614 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-inst used request id req-2aacc213-c867-4442-a6dc-da83b8a7dd2d 2018-10-26 08:36:24,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c739ff4f14396c7c96cabdc7bd6c8c021376ab40" 2018-10-26 08:36:24,738 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-a7a81ad4-1f7f-48e8-b4e4-ebd81fdc437e Date: Fri, 26 Oct 2018 08:36: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":["327ceead-7b9b-4f39-948b-1ed74986c3b6"],"updated_at":"2018-10-26T08:36:21Z","tenant_id":"fc55e64304aa420d8d7878c0105af652","created_at":"2018-10-26T08:36:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fc55e64304aa420d8d7878c0105af652","id":"11d667bf-ccb7-4fa0-9809-20ef7b5c8154","name":"SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-priv-net"}]} 2018-10-26 08:36:24,739 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-priv-net used request id req-a7a81ad4-1f7f-48e8-b4e4-ebd81fdc437e 2018-10-26 08:36:24,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fc55e64304aa420d8d7878c0105af652 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c739ff4f14396c7c96cabdc7bd6c8c021376ab40" 2018-10-26 08:36:24,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0ae5c6b-d925-43d6-add5-f44181e6bfb1 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/fc55e64304aa420d8d7878c0105af652"}, "enabled": true, "id": "fc55e64304aa420d8d7878c0105af652", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-cc868aa6-94d4-4dc-proj"}} 2018-10-26 08:36:24,824 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fc55e64304aa420d8d7878c0105af652 used request id req-a0ae5c6b-d925-43d6-add5-f44181e6bfb1 2018-10-26 08:36:24,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=11d667bf-ccb7-4fa0-9809-20ef7b5c8154 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c739ff4f14396c7c96cabdc7bd6c8c021376ab40" 2018-10-26 08:36:25,142 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-a7348fc3-0213-4714-add4-33ba5e25400c Date: Fri, 26 Oct 2018 08:36:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"11d667bf-ccb7-4fa0-9809-20ef7b5c8154","tenant_id":"fc55e64304aa420d8d7878c0105af652","created_at":"2018-10-26T08:36:21Z","dns_nameservers":[],"updated_at":"2018-10-26T08:36:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"fc55e64304aa420d8d7878c0105af652","id":"327ceead-7b9b-4f39-948b-1ed74986c3b6","subnetpool_id":null,"name":"SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-priv-subnet"}]} 2018-10-26 08:36:25,142 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=11d667bf-ccb7-4fa0-9809-20ef7b5c8154 used request id req-a7348fc3-0213-4714-add4-33ba5e25400c 2018-10-26 08:36:25,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=11d667bf-ccb7-4fa0-9809-20ef7b5c8154&name=SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c739ff4f14396c7c96cabdc7bd6c8c021376ab40" 2018-10-26 08:36:25,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-d65edd67-f8a1-440f-9956-10b25392c30f Date: Fri, 26 Oct 2018 08:36:25 GMT RESP BODY: {"ports":[]} 2018-10-26 08:36:25,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=11d667bf-ccb7-4fa0-9809-20ef7b5c8154&name=SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4port-1&admin_state_up=True used request id req-d65edd67-f8a1-440f-9956-10b25392c30f 2018-10-26 08:36:25,329 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 08:36:25,330 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:36:25,710 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8909efc591bd427994faa0c0953eb396", "name": "SimpleHealthCheck-cc868aa6-94d4-4dc-proj-role"}], "expires_at": "2018-10-26T09:36:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fc55e64304aa420d8d7878c0105af652", "name": "SimpleHealthCheck-cc868aa6-94d4-4dc-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/fc55e64304aa420d8d7878c0105af652", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/fc55e64304aa420d8d7878c0105af652", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/fc55e64304aa420d8d7878c0105af652", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/fc55e64304aa420d8d7878c0105af652", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/fc55e64304aa420d8d7878c0105af652", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/fc55e64304aa420d8d7878c0105af652", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/fc55e64304aa420d8d7878c0105af652", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/fc55e64304aa420d8d7878c0105af652", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/fc55e64304aa420d8d7878c0105af652", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/fc55e64304aa420d8d7878c0105af652", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/fc55e64304aa420d8d7878c0105af652", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/fc55e64304aa420d8d7878c0105af652", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-cc868aa6-94d4-4dc-user", "id": "dee5bde6bf6444258202838fb82c08e3"}, "audit_ids": ["bsliG8CXQWy2VZ3GQ_7ORw"], "issued_at": "2018-10-26T08:36:25.000000Z"}} 2018-10-26 08:36:25,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7354c9d5c39670e811a9b126648212409a804333" 2018-10-26 08:36:25,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c8bfc9e-24b1-40ee-a2dc-1deff7a6c008 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:36:25,868 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-4c8bfc9e-24b1-40ee-a2dc-1deff7a6c008 2018-10-26 08:36:25,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c739ff4f14396c7c96cabdc7bd6c8c021376ab40" 2018-10-26 08:36:26,114 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-4e5bf02f-2723-4755-a5ba-add7fe957247 Date: Fri, 26 Oct 2018 08:36:26 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["327ceead-7b9b-4f39-948b-1ed74986c3b6"],"updated_at":"2018-10-26T08:36:21Z","tenant_id":"fc55e64304aa420d8d7878c0105af652","created_at":"2018-10-26T08:36:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fc55e64304aa420d8d7878c0105af652","id":"11d667bf-ccb7-4fa0-9809-20ef7b5c8154","name":"SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-priv-net"}]} 2018-10-26 08:36:26,114 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-priv-net used request id req-4e5bf02f-2723-4755-a5ba-add7fe957247 2018-10-26 08:36:26,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=11d667bf-ccb7-4fa0-9809-20ef7b5c8154 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c739ff4f14396c7c96cabdc7bd6c8c021376ab40" 2018-10-26 08:36:26,309 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-a1c7851b-cf32-494e-aea4-ddbe7c3a90ff Date: Fri, 26 Oct 2018 08:36:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"11d667bf-ccb7-4fa0-9809-20ef7b5c8154","tenant_id":"fc55e64304aa420d8d7878c0105af652","created_at":"2018-10-26T08:36:21Z","dns_nameservers":[],"updated_at":"2018-10-26T08:36:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"fc55e64304aa420d8d7878c0105af652","id":"327ceead-7b9b-4f39-948b-1ed74986c3b6","subnetpool_id":null,"name":"SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-priv-subnet"}]} 2018-10-26 08:36:26,309 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=11d667bf-ccb7-4fa0-9809-20ef7b5c8154 used request id req-a1c7851b-cf32-494e-aea4-ddbe7c3a90ff 2018-10-26 08:36:26,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c739ff4f14396c7c96cabdc7bd6c8c021376ab40" 2018-10-26 08:36:26,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-6a46f6ab-179b-4c3e-a11e-9c81ff8a6b8c Date: Fri, 26 Oct 2018 08:36:26 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["327ceead-7b9b-4f39-948b-1ed74986c3b6"],"updated_at":"2018-10-26T08:36:21Z","tenant_id":"fc55e64304aa420d8d7878c0105af652","created_at":"2018-10-26T08:36:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fc55e64304aa420d8d7878c0105af652","id":"11d667bf-ccb7-4fa0-9809-20ef7b5c8154","name":"SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-priv-net"}]} 2018-10-26 08:36:26,705 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-priv-net used request id req-6a46f6ab-179b-4c3e-a11e-9c81ff8a6b8c 2018-10-26 08:36:26,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:36:26,713 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:36: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:36:26,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fc55e64304aa420d8d7878c0105af652 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7354c9d5c39670e811a9b126648212409a804333" 2018-10-26 08:36:26,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-540fddc1-c647-4c5c-9202-dd3356b52913 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/fc55e64304aa420d8d7878c0105af652"}, "enabled": true, "id": "fc55e64304aa420d8d7878c0105af652", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-cc868aa6-94d4-4dc-proj"}} 2018-10-26 08:36:26,795 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fc55e64304aa420d8d7878c0105af652 used request id req-540fddc1-c647-4c5c-9202-dd3356b52913 2018-10-26 08:36:26,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=11d667bf-ccb7-4fa0-9809-20ef7b5c8154 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c739ff4f14396c7c96cabdc7bd6c8c021376ab40" 2018-10-26 08:36:26,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-4bd51be0-ef5e-46b5-89a9-218d291c1632 Date: Fri, 26 Oct 2018 08:36:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"11d667bf-ccb7-4fa0-9809-20ef7b5c8154","tenant_id":"fc55e64304aa420d8d7878c0105af652","created_at":"2018-10-26T08:36:21Z","dns_nameservers":[],"updated_at":"2018-10-26T08:36:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"fc55e64304aa420d8d7878c0105af652","id":"327ceead-7b9b-4f39-948b-1ed74986c3b6","subnetpool_id":null,"name":"SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-priv-subnet"}]} 2018-10-26 08:36:26,998 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=11d667bf-ccb7-4fa0-9809-20ef7b5c8154 used request id req-4bd51be0-ef5e-46b5-89a9-218d291c1632 2018-10-26 08:36:26,998 - neutron_utils - INFO - Creating port for network with name - SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-priv-net 2018-10-26 08:36:27,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c739ff4f14396c7c96cabdc7bd6c8c021376ab40" -d '{"port": {"network_id": "11d667bf-ccb7-4fa0-9809-20ef7b5c8154", "name": "SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4port-1", "admin_state_up": true}}' 2018-10-26 08:36:28,074 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 774 X-Openstack-Request-Id: req-1661cc1e-f2d8-49cf-8c03-b6baf81cbbf4 Date: Fri, 26 Oct 2018 08:36:28 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:36:27Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"327ceead-7b9b-4f39-948b-1ed74986c3b6","ip_address":"10.55.0.13"}],"id":"a7d1ab4e-be8b-4fe9-aa3a-b3eae07583da","security_groups":["013f96fc-d9d0-485f-9e5c-6ea767955467"],"mac_address":"fa:16:3e:fc:86:50","device_id":"","status":"DOWN","description":"","tags":[],"name":"SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4port-1","project_id":"fc55e64304aa420d8d7878c0105af652","qos_policy_id":null,"admin_state_up":true,"network_id":"11d667bf-ccb7-4fa0-9809-20ef7b5c8154","tenant_id":"fc55e64304aa420d8d7878c0105af652","created_at":"2018-10-26T08:36:27Z","binding:vnic_type":"normal"}} 2018-10-26 08:36:28,074 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-1661cc1e-f2d8-49cf-8c03-b6baf81cbbf4 2018-10-26 08:36:28,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c739ff4f14396c7c96cabdc7bd6c8c021376ab40" 2018-10-26 08:36:28,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-e653568e-4ac1-4339-87e3-388ad17e982e Date: Fri, 26 Oct 2018 08:36:28 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["327ceead-7b9b-4f39-948b-1ed74986c3b6"],"updated_at":"2018-10-26T08:36:21Z","tenant_id":"fc55e64304aa420d8d7878c0105af652","created_at":"2018-10-26T08:36:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fc55e64304aa420d8d7878c0105af652","id":"11d667bf-ccb7-4fa0-9809-20ef7b5c8154","name":"SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-priv-net"}]} 2018-10-26 08:36:28,331 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-priv-net used request id req-e653568e-4ac1-4339-87e3-388ad17e982e 2018-10-26 08:36:28,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fc55e64304aa420d8d7878c0105af652 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c739ff4f14396c7c96cabdc7bd6c8c021376ab40" 2018-10-26 08:36:28,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1736b9e8-9b95-451c-8f98-1cd0ef110d1c Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/fc55e64304aa420d8d7878c0105af652"}, "enabled": true, "id": "fc55e64304aa420d8d7878c0105af652", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-cc868aa6-94d4-4dc-proj"}} 2018-10-26 08:36:28,405 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fc55e64304aa420d8d7878c0105af652 used request id req-1736b9e8-9b95-451c-8f98-1cd0ef110d1c 2018-10-26 08:36:28,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=11d667bf-ccb7-4fa0-9809-20ef7b5c8154 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c739ff4f14396c7c96cabdc7bd6c8c021376ab40" 2018-10-26 08:36:28,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-0610ae62-9e1c-4289-86a0-f3380f9c39a5 Date: Fri, 26 Oct 2018 08:36:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"11d667bf-ccb7-4fa0-9809-20ef7b5c8154","tenant_id":"fc55e64304aa420d8d7878c0105af652","created_at":"2018-10-26T08:36:21Z","dns_nameservers":[],"updated_at":"2018-10-26T08:36:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"fc55e64304aa420d8d7878c0105af652","id":"327ceead-7b9b-4f39-948b-1ed74986c3b6","subnetpool_id":null,"name":"SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-priv-subnet"}]} 2018-10-26 08:36:28,463 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=11d667bf-ccb7-4fa0-9809-20ef7b5c8154 used request id req-0610ae62-9e1c-4289-86a0-f3380f9c39a5 2018-10-26 08:36:28,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=11d667bf-ccb7-4fa0-9809-20ef7b5c8154&name=SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c739ff4f14396c7c96cabdc7bd6c8c021376ab40" 2018-10-26 08:36:28,670 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 777 X-Openstack-Request-Id: req-c80a2887-5bd5-43b4-a08d-3941289abfb9 Date: Fri, 26 Oct 2018 08:36:28 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:36:27Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"327ceead-7b9b-4f39-948b-1ed74986c3b6","ip_address":"10.55.0.13"}],"id":"a7d1ab4e-be8b-4fe9-aa3a-b3eae07583da","security_groups":["013f96fc-d9d0-485f-9e5c-6ea767955467"],"mac_address":"fa:16:3e:fc:86:50","project_id":"fc55e64304aa420d8d7878c0105af652","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4port-1","admin_state_up":true,"network_id":"11d667bf-ccb7-4fa0-9809-20ef7b5c8154","tenant_id":"fc55e64304aa420d8d7878c0105af652","created_at":"2018-10-26T08:36:27Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-26 08:36:28,670 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=11d667bf-ccb7-4fa0-9809-20ef7b5c8154&name=SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4port-1&admin_state_up=True used request id req-c80a2887-5bd5-43b4-a08d-3941289abfb9 2018-10-26 08:36:28,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fc55e64304aa420d8d7878c0105af652 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c739ff4f14396c7c96cabdc7bd6c8c021376ab40" 2018-10-26 08:36:28,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9848f676-afe4-4ace-984a-9e952e3b5f61 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/fc55e64304aa420d8d7878c0105af652"}, "enabled": true, "id": "fc55e64304aa420d8d7878c0105af652", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-cc868aa6-94d4-4dc-proj"}} 2018-10-26 08:36:28,757 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fc55e64304aa420d8d7878c0105af652 used request id req-9848f676-afe4-4ace-984a-9e952e3b5f61 2018-10-26 08:36:28,757 - nova_utils - INFO - Creating VM with name - SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-inst 2018-10-26 08:36:28,761 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c739ff4f14396c7c96cabdc7bd6c8c021376ab40" 2018-10-26 08:36:28,786 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36: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-aba85cb1-a27b-4f75-b4b0-a636d844ce6c x-compute-request-id: req-aba85cb1-a27b-4f75-b4b0-a636d844ce6c Content-Encoding: gzip Content-Length: 205 Content-Type: application/json RESP BODY: {"flavors": [{"id": "6a43ce5f-22af-4ac8-815e-c139464dc413", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/6a43ce5f-22af-4ac8-815e-c139464dc413", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/6a43ce5f-22af-4ac8-815e-c139464dc413", "rel": "bookmark"}], "name": "SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-flavor-name"}]} 2018-10-26 08:36:28,786 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-aba85cb1-a27b-4f75-b4b0-a636d844ce6c 2018-10-26 08:36:28,790 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/6a43ce5f-22af-4ac8-815e-c139464dc413 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c739ff4f14396c7c96cabdc7bd6c8c021376ab40" 2018-10-26 08:36:28,809 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36: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-bf3a4b8e-6136-4dd8-91ea-f0815b837e6c x-compute-request-id: req-bf3a4b8e-6136-4dd8-91ea-f0815b837e6c Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/6a43ce5f-22af-4ac8-815e-c139464dc413", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/6a43ce5f-22af-4ac8-815e-c139464dc413", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "6a43ce5f-22af-4ac8-815e-c139464dc413", "name": "SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 08:36:28,810 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/6a43ce5f-22af-4ac8-815e-c139464dc413 used request id req-bf3a4b8e-6136-4dd8-91ea-f0815b837e6c 2018-10-26 08:36:28,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c739ff4f14396c7c96cabdc7bd6c8c021376ab40" 2018-10-26 08:36:28,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-59b09868-a76c-4280-84ac-06b4f419a91b Date: Fri, 26 Oct 2018 08:36:28 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T08:36:17Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T08:36:19Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/9ddaa12e-03a8-4e11-89b8-d7cf34504d54/snap", "metadata": {}}], "self": "/v2/images/9ddaa12e-03a8-4e11-89b8-d7cf34504d54", "min_disk": 0, "protected": false, "id": "9ddaa12e-03a8-4e11-89b8-d7cf34504d54", "file": "/v2/images/9ddaa12e-03a8-4e11-89b8-d7cf34504d54/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "fc55e64304aa420d8d7878c0105af652", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/9ddaa12e-03a8-4e11-89b8-d7cf34504d54/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-image"} 2018-10-26 08:36:28,977 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-image used request id req-59b09868-a76c-4280-84ac-06b4f419a91b 2018-10-26 08:36:28,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c739ff4f14396c7c96cabdc7bd6c8c021376ab40" 2018-10-26 08:36:29,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ffa0f4f7-e28b-4dd3-93f7-b6c4df7dbbcb Date: Fri, 26 Oct 2018 08:36: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-26 08:36:29,220 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-ffa0f4f7-e28b-4dd3-93f7-b6c4df7dbbcb 2018-10-26 08:36:29,226 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c739ff4f14396c7c96cabdc7bd6c8c021376ab40" -d '{"server": {"name": "SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-inst", "imageRef": "9ddaa12e-03a8-4e11-89b8-d7cf34504d54", "flavorRef": "6a43ce5f-22af-4ac8-815e-c139464dc413", "max_count": 1, "min_count": 1, "networks": [{"port": "a7d1ab4e-be8b-4fe9-aa3a-b3eae07583da"}]}}' 2018-10-26 08:36:30,812 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08:36:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e7c90c93-31d9-49a0-b7f9-d4f7435333e2 x-compute-request-id: req-e7c90c93-31d9-49a0-b7f9-d4f7435333e2 Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/e9801d36-048a-4b4f-9ed5-1668176cf87e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e9801d36-048a-4b4f-9ed5-1668176cf87e", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e9801d36-048a-4b4f-9ed5-1668176cf87e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e9801d36-048a-4b4f-9ed5-1668176cf87e", "rel": "bookmark"}], "adminPass": "KPYjoRoNSk3j"}} 2018-10-26 08:36:30,813 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-e7c90c93-31d9-49a0-b7f9-d4f7435333e2 2018-10-26 08:36:30,816 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/e9801d36-048a-4b4f-9ed5-1668176cf87e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c739ff4f14396c7c96cabdc7bd6c8c021376ab40" 2018-10-26 08:36:31,177 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36: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-49cc1d10-1c9d-4fcd-92d8-7febfb92e78f x-compute-request-id: req-49cc1d10-1c9d-4fcd-92d8-7febfb92e78f Content-Encoding: gzip Content-Length: 608 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e9801d36-048a-4b4f-9ed5-1668176cf87e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e9801d36-048a-4b4f-9ed5-1668176cf87e", "rel": "bookmark"}], "image": {"id": "9ddaa12e-03a8-4e11-89b8-d7cf34504d54", "links": [{"href": "http://172.30.9.21:8774/images/9ddaa12e-03a8-4e11-89b8-d7cf34504d54", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6a43ce5f-22af-4ac8-815e-c139464dc413", "links": [{"href": "http://172.30.9.21:8774/flavors/6a43ce5f-22af-4ac8-815e-c139464dc413", "rel": "bookmark"}]}, "id": "e9801d36-048a-4b4f-9ed5-1668176cf87e", "user_id": "dee5bde6bf6444258202838fb82c08e3", "OS-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-26T08:36:30Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-inst", "created": "2018-10-26T08:36:30Z", "tenant_id": "fc55e64304aa420d8d7878c0105af652", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 08:36:31,178 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/e9801d36-048a-4b4f-9ed5-1668176cf87e used request id req-49cc1d10-1c9d-4fcd-92d8-7febfb92e78f 2018-10-26 08:36:31,178 - create_instance - INFO - Created instance with name - SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-inst 2018-10-26 08:36:31,181 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/e9801d36-048a-4b4f-9ed5-1668176cf87e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c739ff4f14396c7c96cabdc7bd6c8c021376ab40" 2018-10-26 08:36:31,540 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36: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-b8a9480d-08f9-462a-95bb-67812376e344 x-compute-request-id: req-b8a9480d-08f9-462a-95bb-67812376e344 Content-Encoding: gzip Content-Length: 611 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e9801d36-048a-4b4f-9ed5-1668176cf87e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e9801d36-048a-4b4f-9ed5-1668176cf87e", "rel": "bookmark"}], "image": {"id": "9ddaa12e-03a8-4e11-89b8-d7cf34504d54", "links": [{"href": "http://172.30.9.21:8774/images/9ddaa12e-03a8-4e11-89b8-d7cf34504d54", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6a43ce5f-22af-4ac8-815e-c139464dc413", "links": [{"href": "http://172.30.9.21:8774/flavors/6a43ce5f-22af-4ac8-815e-c139464dc413", "rel": "bookmark"}]}, "id": "e9801d36-048a-4b4f-9ed5-1668176cf87e", "user_id": "dee5bde6bf6444258202838fb82c08e3", "OS-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-26T08:36:31Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-inst", "created": "2018-10-26T08:36:30Z", "tenant_id": "fc55e64304aa420d8d7878c0105af652", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 08:36:31,540 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/e9801d36-048a-4b4f-9ed5-1668176cf87e used request id req-b8a9480d-08f9-462a-95bb-67812376e344 2018-10-26 08:36:31,541 - create_instance - DEBUG - Instance status [SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-inst] is - BUILD 2018-10-26 08:36:31,541 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 08:36:34,544 - create_instance - DEBUG - VM status query timeout in 896.634130001 2018-10-26 08:36:34,547 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/e9801d36-048a-4b4f-9ed5-1668176cf87e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c739ff4f14396c7c96cabdc7bd6c8c021376ab40" 2018-10-26 08:36:35,024 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9ec5f78a-ad50-4c95-a25b-9113f0119de9 x-compute-request-id: req-9ec5f78a-ad50-4c95-a25b-9113f0119de9 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e9801d36-048a-4b4f-9ed5-1668176cf87e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e9801d36-048a-4b4f-9ed5-1668176cf87e", "rel": "bookmark"}], "image": {"id": "9ddaa12e-03a8-4e11-89b8-d7cf34504d54", "links": [{"href": "http://172.30.9.21:8774/images/9ddaa12e-03a8-4e11-89b8-d7cf34504d54", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6a43ce5f-22af-4ac8-815e-c139464dc413", "links": [{"href": "http://172.30.9.21:8774/flavors/6a43ce5f-22af-4ac8-815e-c139464dc413", "rel": "bookmark"}]}, "id": "e9801d36-048a-4b4f-9ed5-1668176cf87e", "security_groups": [{"name": "default"}], "user_id": "dee5bde6bf6444258202838fb82c08e3", "OS-DCF: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-26T08:36:31Z", "hostId": "055f957ad84220d351c944b09cb22dae5ef260d21fd538829c206d32", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-inst", "created": "2018-10-26T08:36:30Z", "tenant_id": "fc55e64304aa420d8d7878c0105af652", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 08:36:35,024 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/e9801d36-048a-4b4f-9ed5-1668176cf87e used request id req-9ec5f78a-ad50-4c95-a25b-9113f0119de9 2018-10-26 08:36:35,024 - create_instance - DEBUG - Instance status [SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-inst] is - BUILD 2018-10-26 08:36:35,025 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 08:36:38,028 - create_instance - DEBUG - VM status query timeout in 893.150539875 2018-10-26 08:36:38,031 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/e9801d36-048a-4b4f-9ed5-1668176cf87e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c739ff4f14396c7c96cabdc7bd6c8c021376ab40" 2018-10-26 08:36:38,824 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36: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-cbaca1a1-e788-461a-a4f0-76d7a44df7e1 x-compute-request-id: req-cbaca1a1-e788-461a-a4f0-76d7a44df7e1 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fc:86:50", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e9801d36-048a-4b4f-9ed5-1668176cf87e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e9801d36-048a-4b4f-9ed5-1668176cf87e", "rel": "bookmark"}], "image": {"id": "9ddaa12e-03a8-4e11-89b8-d7cf34504d54", "links": [{"href": "http://172.30.9.21:8774/images/9ddaa12e-03a8-4e11-89b8-d7cf34504d54", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T08:36:36.000000", "flavor": {"id": "6a43ce5f-22af-4ac8-815e-c139464dc413", "links": [{"href": "http://172.30.9.21:8774/flavors/6a43ce5f-22af-4ac8-815e-c139464dc413", "rel": "bookmark"}]}, "id": "e9801d36-048a-4b4f-9ed5-1668176cf87e", "security_groups": [{"name": "default"}], "user_id": "dee5bde6bf6444258202838fb82c08e3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T08:36:37Z", "hostId": "055f957ad84220d351c944b09cb22dae5ef260d21fd538829c206d32", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-inst", "created": "2018-10-26T08:36:30Z", "tenant_id": "fc55e64304aa420d8d7878c0105af652", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 08:36:38,824 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/e9801d36-048a-4b4f-9ed5-1668176cf87e used request id req-cbaca1a1-e788-461a-a4f0-76d7a44df7e1 2018-10-26 08:36:38,825 - create_instance - DEBUG - Instance status [SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-inst] is - ACTIVE 2018-10-26 08:36:38,825 - create_instance - INFO - VM is - ACTIVE 2018-10-26 08:36:38,827 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/e9801d36-048a-4b4f-9ed5-1668176cf87e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c739ff4f14396c7c96cabdc7bd6c8c021376ab40" 2018-10-26 08:36:39,510 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36: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-9dc2cb46-20d4-44a8-90a7-174944289306 x-compute-request-id: req-9dc2cb46-20d4-44a8-90a7-174944289306 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fc:86:50", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e9801d36-048a-4b4f-9ed5-1668176cf87e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e9801d36-048a-4b4f-9ed5-1668176cf87e", "rel": "bookmark"}], "image": {"id": "9ddaa12e-03a8-4e11-89b8-d7cf34504d54", "links": [{"href": "http://172.30.9.21:8774/images/9ddaa12e-03a8-4e11-89b8-d7cf34504d54", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T08:36:36.000000", "flavor": {"id": "6a43ce5f-22af-4ac8-815e-c139464dc413", "links": [{"href": "http://172.30.9.21:8774/flavors/6a43ce5f-22af-4ac8-815e-c139464dc413", "rel": "bookmark"}]}, "id": "e9801d36-048a-4b4f-9ed5-1668176cf87e", "security_groups": [{"name": "default"}], "user_id": "dee5bde6bf6444258202838fb82c08e3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T08:36:37Z", "hostId": "055f957ad84220d351c944b09cb22dae5ef260d21fd538829c206d32", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-inst", "created": "2018-10-26T08:36:30Z", "tenant_id": "fc55e64304aa420d8d7878c0105af652", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 08:36:39,510 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/e9801d36-048a-4b4f-9ed5-1668176cf87e used request id req-9dc2cb46-20d4-44a8-90a7-174944289306 2018-10-26 08:36:39,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c739ff4f14396c7c96cabdc7bd6c8c021376ab40" 2018-10-26 08:36:39,616 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-cbf0ba64-3901-41f2-9674-70d71a82ec50 Date: Fri, 26 Oct 2018 08:36: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":["327ceead-7b9b-4f39-948b-1ed74986c3b6"],"updated_at":"2018-10-26T08:36:21Z","tenant_id":"fc55e64304aa420d8d7878c0105af652","created_at":"2018-10-26T08:36:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fc55e64304aa420d8d7878c0105af652","id":"11d667bf-ccb7-4fa0-9809-20ef7b5c8154","name":"SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-priv-net"}]} 2018-10-26 08:36:39,616 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-priv-net used request id req-cbf0ba64-3901-41f2-9674-70d71a82ec50 2018-10-26 08:36:39,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fc55e64304aa420d8d7878c0105af652 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c739ff4f14396c7c96cabdc7bd6c8c021376ab40" 2018-10-26 08:36:39,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31d505ef-b4f5-4bec-8452-21875436b70c Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/fc55e64304aa420d8d7878c0105af652"}, "enabled": true, "id": "fc55e64304aa420d8d7878c0105af652", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-cc868aa6-94d4-4dc-proj"}} 2018-10-26 08:36:39,701 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fc55e64304aa420d8d7878c0105af652 used request id req-31d505ef-b4f5-4bec-8452-21875436b70c 2018-10-26 08:36:39,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=11d667bf-ccb7-4fa0-9809-20ef7b5c8154 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c739ff4f14396c7c96cabdc7bd6c8c021376ab40" 2018-10-26 08:36:39,906 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-023e281f-05dd-46ac-90da-aff31d1bf530 Date: Fri, 26 Oct 2018 08:36:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"11d667bf-ccb7-4fa0-9809-20ef7b5c8154","tenant_id":"fc55e64304aa420d8d7878c0105af652","created_at":"2018-10-26T08:36:21Z","dns_nameservers":[],"updated_at":"2018-10-26T08:36:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"fc55e64304aa420d8d7878c0105af652","id":"327ceead-7b9b-4f39-948b-1ed74986c3b6","subnetpool_id":null,"name":"SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-priv-subnet"}]} 2018-10-26 08:36:39,906 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=11d667bf-ccb7-4fa0-9809-20ef7b5c8154 used request id req-023e281f-05dd-46ac-90da-aff31d1bf530 2018-10-26 08:36:39,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=11d667bf-ccb7-4fa0-9809-20ef7b5c8154 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c739ff4f14396c7c96cabdc7bd6c8c021376ab40" 2018-10-26 08:36:40,156 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3104 X-Openstack-Request-Id: req-9561a218-5074-4474-8e4f-084f775de286 Date: Fri, 26 Oct 2018 08:36:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:36:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"327ceead-7b9b-4f39-948b-1ed74986c3b6","ip_address":"10.55.0.4"}],"id":"0b47f3b5-1ef3-43a1-8561-9e6df8e0257f","security_groups":[],"mac_address":"fa:16:3e:47:27:c1","project_id":"fc55e64304aa420d8d7878c0105af652","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"11d667bf-ccb7-4fa0-9809-20ef7b5c8154","tenant_id":"fc55e64304aa420d8d7878c0105af652","created_at":"2018-10-26T08:36:23Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-11d667bf-ccb7-4fa0-9809-20ef7b5c8154"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:36:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"327ceead-7b9b-4f39-948b-1ed74986c3b6","ip_address":"10.55.0.2"}],"id":"a430a8bc-bcc0-48ec-861b-7a07e7f8e7ba","security_groups":[],"mac_address":"fa:16:3e:e6:82:53","project_id":"fc55e64304aa420d8d7878c0105af652","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"11d667bf-ccb7-4fa0-9809-20ef7b5c8154","tenant_id":"fc55e64304aa420d8d7878c0105af652","created_at":"2018-10-26T08:36:22Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-11d667bf-ccb7-4fa0-9809-20ef7b5c8154"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:36:36Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"327ceead-7b9b-4f39-948b-1ed74986c3b6","ip_address":"10.55.0.13"}],"id":"a7d1ab4e-be8b-4fe9-aa3a-b3eae07583da","security_groups":["013f96fc-d9d0-485f-9e5c-6ea767955467"],"mac_address":"fa:16:3e:fc:86:50","project_id":"fc55e64304aa420d8d7878c0105af652","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4port-1","admin_state_up":true,"network_id":"11d667bf-ccb7-4fa0-9809-20ef7b5c8154","tenant_id":"fc55e64304aa420d8d7878c0105af652","created_at":"2018-10-26T08:36:27Z","binding:vnic_type":"normal","device_id":"e9801d36-048a-4b4f-9ed5-1668176cf87e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:36:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"327ceead-7b9b-4f39-948b-1ed74986c3b6","ip_address":"10.55.0.3"}],"id":"c9a8a191-4c72-450d-afb5-7fd34591f015","security_groups":[],"mac_address":"fa:16:3e:18:c0:1c","project_id":"fc55e64304aa420d8d7878c0105af652","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"11d667bf-ccb7-4fa0-9809-20ef7b5c8154","tenant_id":"fc55e64304aa420d8d7878c0105af652","created_at":"2018-10-26T08:36:22Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-11d667bf-ccb7-4fa0-9809-20ef7b5c8154"}]} 2018-10-26 08:36:40,156 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=11d667bf-ccb7-4fa0-9809-20ef7b5c8154 used request id req-9561a218-5074-4474-8e4f-084f775de286 2018-10-26 08:36:40,157 - create_instance_tests - INFO - Looking for IP 10.55.0.13 in the console log 2018-10-26 08:36:40,160 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/e9801d36-048a-4b4f-9ed5-1668176cf87e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c739ff4f14396c7c96cabdc7bd6c8c021376ab40" 2018-10-26 08:36:40,604 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ae3dfa11-8a96-4c9d-90e4-17225cc415a4 x-compute-request-id: req-ae3dfa11-8a96-4c9d-90e4-17225cc415a4 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fc:86:50", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e9801d36-048a-4b4f-9ed5-1668176cf87e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e9801d36-048a-4b4f-9ed5-1668176cf87e", "rel": "bookmark"}], "image": {"id": "9ddaa12e-03a8-4e11-89b8-d7cf34504d54", "links": [{"href": "http://172.30.9.21:8774/images/9ddaa12e-03a8-4e11-89b8-d7cf34504d54", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T08:36:36.000000", "flavor": {"id": "6a43ce5f-22af-4ac8-815e-c139464dc413", "links": [{"href": "http://172.30.9.21:8774/flavors/6a43ce5f-22af-4ac8-815e-c139464dc413", "rel": "bookmark"}]}, "id": "e9801d36-048a-4b4f-9ed5-1668176cf87e", "security_groups": [{"name": "default"}], "user_id": "dee5bde6bf6444258202838fb82c08e3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T08:36:37Z", "hostId": "055f957ad84220d351c944b09cb22dae5ef260d21fd538829c206d32", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-inst", "created": "2018-10-26T08:36:30Z", "tenant_id": "fc55e64304aa420d8d7878c0105af652", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 08:36:40,604 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/e9801d36-048a-4b4f-9ed5-1668176cf87e used request id req-ae3dfa11-8a96-4c9d-90e4-17225cc415a4 2018-10-26 08:36:40,607 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/e9801d36-048a-4b4f-9ed5-1668176cf87e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c739ff4f14396c7c96cabdc7bd6c8c021376ab40" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-26 08:36:41,715 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-21dc51bf-2ecf-4f7f-b18f-7581776d7fc1 x-compute-request-id: req-21dc51bf-2ecf-4f7f-b18f-7581776d7fc1 Content-Encoding: gzip Content-Length: 7933 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 513731618 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.126136] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.127747] pid_max: default: 32768 minimum: 301\n[ 0.128616] ACPI: Core revision 20150930\n[ 0.129959] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.131235] Security Framework initialized\n[ 0.132030] Yama: becoming mindful.\n[ 0.132745] AppArmor: AppArmor initialized\n[ 0.133584] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.134843] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.136065] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.137233] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.138561] Initializing cgroup subsys io\n[ 0.139369] Initializing cgroup subsys memory\n[ 0.140221] Initializing cgroup subsys devices\n[ 0.141077] Initializing cgroup subsys freezer\n[ 0.141933] Initializing cgroup subsys net_cls\n[ 0.142784] Initializing cgroup subsys perf_event\n[ 0.143673] Initializing cgroup subsys net_prio\n[ 0.144534] Initializing cgroup subsys hugetlb\n[ 0.145386] Initializing cgroup subsys pids\n[ 0.146237] CPU: Physical Processor ID: 0\n[ 0.147712] mce: CPU supports 10 MCE banks\n[ 0.148542] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149525] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.159942] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166166] ftrace: allocating 31920 entries in 125 pages\n[ 0.191595] smpboot: Max logical packages: 1\n[ 0.192428] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.193753] x2apic enabled\n[ 0.194547] Switched APIC routing to physical x2apic.\n[ 0.196257] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.197347] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.199311] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.201068] KVM setup paravirtual spinlock\n[ 0.202354] x86: Booted up 1 node, 1 CPUs\n[ 0.203144] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.204499] devtmpfs: initialized\n[ 0.206157] evm: security.selinux\n[ 0.206839] evm: security.SMACK64\n[ 0.207519] evm: security.SMACK64EXEC\n[ 0.208258] evm: security.SMACK64TRANSMUTE\n[ 0.209084] evm: security.SMACK64MMAP\n[ 0.209835] evm: security.ima\n[ 0.210465] evm: security.capability\n[ 0.211249] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.213045] pinctrl core: initialized pinctrl subsystem\n[ 0.214111] RTC time: 8:36:36, date: 10/26/18\n[ 0.215047] NET: Registered protocol family 16\n[ 0.215992] cpuidle: using governor ladder\n[ 0.216793] cpuidle: using governor menu\n[ 0.217568] PCCT header not found.\n[ 0.218298] ACPI: bus type PCI registered\n[ 0.219081] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.220300] PCI: Using configuration type 1 for base access\n[ 0.222000] ACPI: Added _OSI(Module Device)\n[ 0.222819] ACPI: Added _OSI(Processor Device)\n[ 0.223665] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.224544] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.226622] ACPI: Interpreter enabled\n[ 0.227371] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.229178] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.230970] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.232783] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.234611] ACPI: (supports S0 S5)\n[ 0.235299] ACPI: Using IOAPIC for interrupt routing\n[ 0.236269] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.239284] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.240395] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.241598] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.242765] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.244932] acpiphp: Slot [3] registered\n[ 0.245719] acpiphp: Slot [4] registered\n[ 0.246500] acpiphp: Slot [5] registered\n[ 0.247283] acpiphp: Slot [6] registered\n[ 0.248057] acpiphp: Slot [7] registered\n[ 0.248836] acpiphp: Slot [8] registered\n[ 0.249613] acpiphp: Slot [9] registered\n[ 0.250388] acpiphp: Slot [10] registered\n[ 0.251175] acpiphp: Slot [11] registered\n[ 0.251968] acpiphp: Slot [12] registered\n[ 0.252767] acpiphp: Slot [13] registered\n[ 0.253560] acpiphp: Slot [14] registered\n[ 0.254349] acpiphp: Slot [15] registered\n[ 0.264989] acpiphp: Slot [16] registered\n[ 0.265832] acpiphp: Slot [17] registered\n[ 0.266653] acpiphp: Slot [18] registered\n[ 0.267443] acpiphp: Slot [19] registered\n[ 0.268231] acpiphp: Slot [20] registered\n[ 0.269021] acpiphp: Slot [21] registered\n[ 0.269812] acpiphp: Slot [22] registered\n[ 0.270601] acpiphp: Slot [23] registered\n[ 0.271394] acpiphp: Slot [24] registered\n[ 0.272255] acpiphp: Slot [25] registered\n[ 0.273062] acpiphp: Slot [26] registered\n[ 0.273897] acpiphp: Slot [27] registered\n[ 0.274711] acpiphp: Slot [28] registered\n[ 0.275524] acpiphp: Slot [29] registered\n[ 0.276330] acpiphp: Slot [30] registered\n[ 0.277159] acpiphp: Slot [31] registered\n[ 0.277981] PCI host bridge to bus 0000:00\n[ 0.278792] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.280000] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.281233] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.282673] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.284113] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.290450] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.291742] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.292908] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.294204] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.300481] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.301867] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.347517] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.348987] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.350360] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.351761] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.353104] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.354328] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.355506] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.356560] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.358102] vgaarb: loaded\n[ 0.358720] vgaarb: bridge control possible 0000:00:02.0\n[ 0.359873] SCSI subsystem initialized\n[ 0.360688] ACPI: bus type USB registered\n[ 0.361506] usbcore: registered new interface driver usbfs\n[ 0.362523] usbcore: registered new interface driver hub\n[ 0.363512] usbcore: registered new device driver usb\n[ 0.364580] PCI: Using ACPI for IRQ routing\n[ 0.365581] NetLabel: Initializing\n[ 0.366310] NetLabel: domain hash size = 128\n[ 0.367136] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.368065] NetLabel: unlabeled traffic allowed by default\n[ 0.369181] clocksource: Switched to clocksource kvm-clock\n[ 0.374460] AppArmor: AppArmor Filesystem Enabled\n[ 0.375406] pnp: PnP ACPI init\n[ 0.376299] pnp: PnP ACPI: found 5 devices\n[ 0.382286] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.383992] NET: Registered protocol family 2\n[ 0.384936] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.386180] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.387320] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.388460] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.389509] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.390654] NET: Registered protocol family 1\n[ 0.391499] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.392563] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.393620] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.407635] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.421600] Trying to unpack rootfs image as initramfs...\n[ 0.470985] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.485122] Scanning for low memory corruption every 60 seconds\n[ 0.486449] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.487578] audit: initializing netlink subsys (disabled)\n[ 0.488582] audit: type=2000 audit(1540542997.630:1): initialized\n[ 0.489884] Initialise system trusted keyring\n[ 0.490791] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.491930] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.493874] zbud: loaded\n[ 0.494568] VFS: Disk quotas dquot_6.6.0\n[ 0.495369] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.496853] fuse init (API version 7.23)\n[ 0.497744] Key type big_key registered\n[ 0.498549] Allocating IMA MOK and blacklist keyrings.\n[ 0.499650] Key type asymmetric registered\n[ 0.500461] Asymmetric key parser 'x509' registered\n[ 0.501413] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.502885] io scheduler noop registered\n[ 0.503687] io scheduler deadline registered (default)\n[ 0.504655] io scheduler cfq registered\n[ 0.505487] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.506534] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.507793] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.509268] ACPI: Power Button [PWRF]\n[ 0.510183] GHES: HEST is not enabled!\n[ 0.523567] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.551394] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.556356] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.580491] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.582689] Linux agpgart interface v0.103\n[ 0.585166] brd: module loaded\n[ 0.586345] loop: module loaded\n[ 0.591499] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.592987] GPT:90111 != 20971519\n[ 0.593710] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594818] GPT:90111 != 20971519\n[ 0.595517] GPT: Use GNU Parted to correct GPT errors.\n[ 0.596513] vda: vda1 vda15\n[ 0.598004] scsi host0: ata_piix\n[ 0.599119] scsi host1: ata_piix\n[ 0.599864] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.601096] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.602552] libphy: Fixed MDIO Bus: probed\n[ 0.603403] tun: Universal TUN/TAP device driver, 1.6\n[ 0.604376] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.606690] PPP generic driver version 2.4.2\n[ 0.607629] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.608798] ehci-pci: EHCI PCI platform driver\n[ 0.609664] ehci-platform: EHCI generic platform driver\n[ 0.610635] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.611736] ohci-pci: OHCI PCI platform driver\n[ 0.612587] ohci-platform: OHCI generic platform driver\n[ 0.613559] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.627871] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.628896] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630327] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631328] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.632419] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633606] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.634984] usb usb1: Product: UHCI Host Controller\n[ 0.635893] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637008] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.638009] hub 1-0:1.0: USB hub found\n[ 0.638779] hub 1-0:1.0: 2 ports detected\n[ 0.639662] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.641776] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.642742] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.643740] mousedev: PS/2 mouse device common for all mice\n[ 0.644968] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.646770] rtc_cmos 00:00: RTC can wake from S4\n[ 0.647830] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649003] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650203] i2c /dev entries driver\n[ 0.650960] device-mapper: uevent: version 1.0.3\n[ 0.651894] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.653500] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.654760] NET: Registered protocol family 10\n[ 0.655734] NET: Registered protocol family 17\n[ 0.656594] Key type dns_resolver registered\n[ 0.657506] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.658589] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660305] registered taskstats version 1\n[ 0.661225] Loading compiled-in X.509 certificates\n[ 0.662672] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.664489] zswap: loaded using pool lzo/zbud\n[ 0.665848] Key type trusted registered\n[ 0.667399] Key type encrypted registered\n[ 0.668217] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.669238] ima: No TPM chip found, activating TPM-bypass!\n[ 0.670259] evm: HMAC attrs: 0x1\n[ 0.671177] Magic number: 6:407:625\n[ 0.672064] rtc_cmos 00:00: setting system clock to 2018-10-26 08:36:37 UTC (1540542997)\n[ 0.673642] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674787] EDD information not available.\n[ 0.762137] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.763740] Write protecting the kernel read-only data: 14336k\n[ 0.775629] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.777437] 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.822242] 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.52\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.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.90. 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: "} 2018-10-26 08:36:41,716 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/e9801d36-048a-4b4f-9ed5-1668176cf87e/action used request id req-21dc51bf-2ecf-4f7f-b18f-7581776d7fc1 2018-10-26 08:36:41,717 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-26 08:36:41,717 - 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 513731618 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.126136] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.127747] pid_max: default: 32768 minimum: 301 [ 0.128616] ACPI: Core revision 20150930 [ 0.129959] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.131235] Security Framework initialized [ 0.132030] Yama: becoming mindful. [ 0.132745] AppArmor: AppArmor initialized [ 0.133584] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.134843] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.136065] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.137233] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.138561] Initializing cgroup subsys io [ 0.139369] Initializing cgroup subsys memory [ 0.140221] Initializing cgroup subsys devices [ 0.141077] Initializing cgroup subsys freezer [ 0.141933] Initializing cgroup subsys net_cls [ 0.142784] Initializing cgroup subsys perf_event [ 0.143673] Initializing cgroup subsys net_prio [ 0.144534] Initializing cgroup subsys hugetlb [ 0.145386] Initializing cgroup subsys pids [ 0.146237] CPU: Physical Processor ID: 0 [ 0.147712] mce: CPU supports 10 MCE banks [ 0.148542] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.149525] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.159942] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.166166] ftrace: allocating 31920 entries in 125 pages [ 0.191595] smpboot: Max logical packages: 1 [ 0.192428] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.193753] x2apic enabled [ 0.194547] Switched APIC routing to physical x2apic. [ 0.196257] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.197347] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.199311] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.201068] KVM setup paravirtual spinlock [ 0.202354] x86: Booted up 1 node, 1 CPUs [ 0.203144] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.204499] devtmpfs: initialized [ 0.206157] evm: security.selinux [ 0.206839] evm: security.SMACK64 [ 0.207519] evm: security.SMACK64EXEC [ 0.208258] evm: security.SMACK64TRANSMUTE [ 0.209084] evm: security.SMACK64MMAP [ 0.209835] evm: security.ima [ 0.210465] evm: security.capability [ 0.211249] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.213045] pinctrl core: initialized pinctrl subsystem [ 0.214111] RTC time: 8:36:36, date: 10/26/18 [ 0.215047] NET: Registered protocol family 16 [ 0.215992] cpuidle: using governor ladder [ 0.216793] cpuidle: using governor menu [ 0.217568] PCCT header not found. [ 0.218298] ACPI: bus type PCI registered [ 0.219081] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.220300] PCI: Using configuration type 1 for base access [ 0.222000] ACPI: Added _OSI(Module Device) [ 0.222819] ACPI: Added _OSI(Processor Device) [ 0.223665] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.224544] ACPI: Added _OSI(Processor Aggregator Device) [ 0.226622] ACPI: Interpreter enabled [ 0.227371] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.229178] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.230970] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.232783] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.234611] ACPI: (supports S0 S5) [ 0.235299] ACPI: Using IOAPIC for interrupt routing [ 0.236269] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.239284] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.240395] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.241598] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.242765] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.244932] acpiphp: Slot [3] registered [ 0.245719] acpiphp: Slot [4] registered [ 0.246500] acpiphp: Slot [5] registered [ 0.247283] acpiphp: Slot [6] registered [ 0.248057] acpiphp: Slot [7] registered [ 0.248836] acpiphp: Slot [8] registered [ 0.249613] acpiphp: Slot [9] registered [ 0.250388] acpiphp: Slot [10] registered [ 0.251175] acpiphp: Slot [11] registered [ 0.251968] acpiphp: Slot [12] registered [ 0.252767] acpiphp: Slot [13] registered [ 0.253560] acpiphp: Slot [14] registered [ 0.254349] acpiphp: Slot [15] registered [ 0.264989] acpiphp: Slot [16] registered [ 0.265832] acpiphp: Slot [17] registered [ 0.266653] acpiphp: Slot [18] registered [ 0.267443] acpiphp: Slot [19] registered [ 0.268231] acpiphp: Slot [20] registered [ 0.269021] acpiphp: Slot [21] registered [ 0.269812] acpiphp: Slot [22] registered [ 0.270601] acpiphp: Slot [23] registered [ 0.271394] acpiphp: Slot [24] registered [ 0.272255] acpiphp: Slot [25] registered [ 0.273062] acpiphp: Slot [26] registered [ 0.273897] acpiphp: Slot [27] registered [ 0.274711] acpiphp: Slot [28] registered [ 0.275524] acpiphp: Slot [29] registered [ 0.276330] acpiphp: Slot [30] registered [ 0.277159] acpiphp: Slot [31] registered [ 0.277981] PCI host bridge to bus 0000:00 [ 0.278792] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.280000] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.281233] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.282673] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.284113] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.290450] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.291742] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.292908] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.294204] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.300481] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.301867] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.347517] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.348987] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.350360] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.351761] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.353104] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.354328] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.355506] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.356560] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.358102] vgaarb: loaded [ 0.358720] vgaarb: bridge control possible 0000:00:02.0 [ 0.359873] SCSI subsystem initialized [ 0.360688] ACPI: bus type USB registered [ 0.361506] usbcore: registered new interface driver usbfs [ 0.362523] usbcore: registered new interface driver hub [ 0.363512] usbcore: registered new device driver usb [ 0.364580] PCI: Using ACPI for IRQ routing [ 0.365581] NetLabel: Initializing [ 0.366310] NetLabel: domain hash size = 128 [ 0.367136] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.368065] NetLabel: unlabeled traffic allowed by default [ 0.369181] clocksource: Switched to clocksource kvm-clock [ 0.374460] AppArmor: AppArmor Filesystem Enabled [ 0.375406] pnp: PnP ACPI init [ 0.376299] pnp: PnP ACPI: found 5 devices [ 0.382286] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.383992] NET: Registered protocol family 2 [ 0.384936] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.386180] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.387320] TCP: Hash tables configured (established 2048 bind 2048) [ 0.388460] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.389509] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.390654] NET: Registered protocol family 1 [ 0.391499] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.392563] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.393620] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.407635] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.421600] Trying to unpack rootfs image as initramfs... [ 0.470985] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.485122] Scanning for low memory corruption every 60 seconds [ 0.486449] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.487578] audit: initializing netlink subsys (disabled) [ 0.488582] audit: type=2000 audit(1540542997.630:1): initialized [ 0.489884] Initialise system trusted keyring [ 0.490791] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.491930] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.493874] zbud: loaded [ 0.494568] VFS: Disk quotas dquot_6.6.0 [ 0.495369] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.496853] fuse init (API version 7.23) [ 0.497744] Key type big_key registered [ 0.498549] Allocating IMA MOK and blacklist keyrings. [ 0.499650] Key type asymmetric registered [ 0.500461] Asymmetric key parser 'x509' registered [ 0.501413] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.502885] io scheduler noop registered [ 0.503687] io scheduler deadline registered (default) [ 0.504655] io scheduler cfq registered [ 0.505487] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.506534] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.507793] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.509268] ACPI: Power Button [PWRF] [ 0.510183] GHES: HEST is not enabled! [ 0.523567] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.551394] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.556356] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.580491] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.582689] Linux agpgart interface v0.103 [ 0.585166] brd: module loaded [ 0.586345] loop: module loaded [ 0.591499] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.592987] GPT:90111 != 20971519 [ 0.593710] GPT:Alternate GPT header not at the end of the disk. [ 0.594818] GPT:90111 != 20971519 [ 0.595517] GPT: Use GNU Parted to correct GPT errors. [ 0.596513] vda: vda1 vda15 [ 0.598004] scsi host0: ata_piix [ 0.599119] scsi host1: ata_piix [ 0.599864] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.601096] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.602552] libphy: Fixed MDIO Bus: probed [ 0.603403] tun: Universal TUN/TAP device driver, 1.6 [ 0.604376] tun: (C) 1999-2004 Max Krasnyansky [ 0.606690] PPP generic driver version 2.4.2 [ 0.607629] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.608798] ehci-pci: EHCI PCI platform driver [ 0.609664] ehci-platform: EHCI generic platform driver [ 0.610635] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.611736] ohci-pci: OHCI PCI platform driver [ 0.612587] ohci-platform: OHCI generic platform driver [ 0.613559] uhci_hcd: USB Universal Host Controller Interface driver [ 0.627871] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.628896] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.630327] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.631328] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.632419] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.633606] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.634984] usb usb1: Product: UHCI Host Controller [ 0.635893] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.637008] usb usb1: SerialNumber: 0000:00:01.2 [ 0.638009] hub 1-0:1.0: USB hub found [ 0.638779] hub 1-0:1.0: 2 ports detected [ 0.639662] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.641776] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.642742] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.643740] mousedev: PS/2 mouse device common for all mice [ 0.644968] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.646770] rtc_cmos 00:00: RTC can wake from S4 [ 0.647830] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.649003] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.650203] i2c /dev entries driver [ 0.650960] device-mapper: uevent: version 1.0.3 [ 0.651894] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.653500] ledtrig-cpu: registered to indicate activity on CPUs [ 0.654760] NET: Registered protocol family 10 [ 0.655734] NET: Registered protocol family 17 [ 0.656594] Key type dns_resolver registered [ 0.657506] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.658589] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.660305] registered taskstats version 1 [ 0.661225] Loading compiled-in X.509 certificates [ 0.662672] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.664489] zswap: loaded using pool lzo/zbud [ 0.665848] Key type trusted registered [ 0.667399] Key type encrypted registered [ 0.668217] AppArmor: AppArmor sha1 policy hashing enabled [ 0.669238] ima: No TPM chip found, activating TPM-bypass! [ 0.670259] evm: HMAC attrs: 0x1 [ 0.671177] Magic number: 6:407:625 [ 0.672064] rtc_cmos 00:00: setting system clock to 2018-10-26 08:36:37 UTC (1540542997) [ 0.673642] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.674787] EDD information not available. [ 0.762137] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.763740] Write protecting the kernel read-only data: 14336k [ 0.775629] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.777437] 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.822242] 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.52 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.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.90. 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: 2018-10-26 08:36:41,718 - create_instance - INFO - Deleting Port with ID - a7d1ab4e-be8b-4fe9-aa3a-b3eae07583da 2018-10-26 08:36:41,718 - neutron_utils - INFO - Deleting port with name SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4port-1 2018-10-26 08:36:41,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/a7d1ab4e-be8b-4fe9-aa3a-b3eae07583da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c739ff4f14396c7c96cabdc7bd6c8c021376ab40" 2018-10-26 08:36:42,133 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3a65994b-dcca-4b5d-8ec6-025a7dc6c0ef Date: Fri, 26 Oct 2018 08:36:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:36:42,133 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/a7d1ab4e-be8b-4fe9-aa3a-b3eae07583da used request id req-3a65994b-dcca-4b5d-8ec6-025a7dc6c0ef 2018-10-26 08:36:42,133 - create_instance - INFO - Deleting VM instance - SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-inst 2018-10-26 08:36:42,136 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/e9801d36-048a-4b4f-9ed5-1668176cf87e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c739ff4f14396c7c96cabdc7bd6c8c021376ab40" 2018-10-26 08:36:42,300 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:36: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-74a5e884-7be6-4e27-8391-0f742bc5a457 x-compute-request-id: req-74a5e884-7be6-4e27-8391-0f742bc5a457 Content-Type: application/json 2018-10-26 08:36:42,300 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/e9801d36-048a-4b4f-9ed5-1668176cf87e used request id req-74a5e884-7be6-4e27-8391-0f742bc5a457 2018-10-26 08:36:42,301 - create_instance - INFO - Checking deletion status 2018-10-26 08:36:42,303 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/e9801d36-048a-4b4f-9ed5-1668176cf87e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c739ff4f14396c7c96cabdc7bd6c8c021376ab40" 2018-10-26 08:36:42,587 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36: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-eb612000-e9fe-46d5-989e-b939495684cc x-compute-request-id: req-eb612000-e9fe-46d5-989e-b939495684cc Content-Encoding: gzip Content-Length: 732 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fc:86:50", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e9801d36-048a-4b4f-9ed5-1668176cf87e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e9801d36-048a-4b4f-9ed5-1668176cf87e", "rel": "bookmark"}], "image": {"id": "9ddaa12e-03a8-4e11-89b8-d7cf34504d54", "links": [{"href": "http://172.30.9.21:8774/images/9ddaa12e-03a8-4e11-89b8-d7cf34504d54", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T08:36:36.000000", "flavor": {"id": "6a43ce5f-22af-4ac8-815e-c139464dc413", "links": [{"href": "http://172.30.9.21:8774/flavors/6a43ce5f-22af-4ac8-815e-c139464dc413", "rel": "bookmark"}]}, "id": "e9801d36-048a-4b4f-9ed5-1668176cf87e", "user_id": "dee5bde6bf6444258202838fb82c08e3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T08:36:42Z", "hostId": "055f957ad84220d351c944b09cb22dae5ef260d21fd538829c206d32", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-inst", "created": "2018-10-26T08:36:30Z", "tenant_id": "fc55e64304aa420d8d7878c0105af652", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 08:36:42,587 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/e9801d36-048a-4b4f-9ed5-1668176cf87e used request id req-eb612000-e9fe-46d5-989e-b939495684cc 2018-10-26 08:36:42,588 - create_instance - DEBUG - Instance status [SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-inst] is - ACTIVE 2018-10-26 08:36:42,588 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 08:36:45,591 - create_instance - DEBUG - VM status query timeout in 296.709732056 2018-10-26 08:36:45,594 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/e9801d36-048a-4b4f-9ed5-1668176cf87e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c739ff4f14396c7c96cabdc7bd6c8c021376ab40" 2018-10-26 08:36:45,646 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 08:36: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-e7d880f2-2003-47b7-b912-98dcc1b3c871 x-compute-request-id: req-e7d880f2-2003-47b7-b912-98dcc1b3c871 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance e9801d36-048a-4b4f-9ed5-1668176cf87e could not be found.", "code": 404}} 2018-10-26 08:36:45,646 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/e9801d36-048a-4b4f-9ed5-1668176cf87e used request id req-e7d880f2-2003-47b7-b912-98dcc1b3c871 2018-10-26 08:36:45,646 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance e9801d36-048a-4b4f-9ed5-1668176cf87e could not be found. (HTTP 404) (Request-ID: req-e7d880f2-2003-47b7-b912-98dcc1b3c871) 2018-10-26 08:36:45,646 - create_instance - INFO - VM has been properly deleted VM with name - SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-inst 2018-10-26 08:36:45,647 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-priv-subnet 2018-10-26 08:36:45,647 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-priv-subnet 2018-10-26 08:36:45,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/327ceead-7b9b-4f39-948b-1ed74986c3b6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d176093ac50d71c411498db3474ee65a245d41d" 2018-10-26 08:36:47,747 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-59583ecd-b06e-4930-b5d1-4a44ed1ba292 Date: Fri, 26 Oct 2018 08:36:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:36:47,747 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/327ceead-7b9b-4f39-948b-1ed74986c3b6 used request id req-59583ecd-b06e-4930-b5d1-4a44ed1ba292 2018-10-26 08:36:47,748 - neutron_utils - INFO - Deleting network with name SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-priv-net 2018-10-26 08:36:47,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/11d667bf-ccb7-4fa0-9809-20ef7b5c8154 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d176093ac50d71c411498db3474ee65a245d41d" 2018-10-26 08:36:49,068 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9951087f-e9a0-47c5-8477-c3bbb0c6778c Date: Fri, 26 Oct 2018 08:36:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:36:49,068 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/11d667bf-ccb7-4fa0-9809-20ef7b5c8154 used request id req-9951087f-e9a0-47c5-8477-c3bbb0c6778c 2018-10-26 08:36:49,071 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/6a43ce5f-22af-4ac8-815e-c139464dc413 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79baa846692c8a6f7a5e4df6651897d2799439c9" 2018-10-26 08:36:49,119 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08:36:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9e77b574-b795-419e-8940-d2eaed4d8e1c x-compute-request-id: req-9e77b574-b795-419e-8940-d2eaed4d8e1c Content-Length: 0 Content-Type: application/json 2018-10-26 08:36:49,119 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/6a43ce5f-22af-4ac8-815e-c139464dc413 used request id req-9e77b574-b795-419e-8940-d2eaed4d8e1c 2018-10-26 08:36:49,120 - glance_utils - INFO - Deleting image named - SimpleHealthCheck-53ff42ac-7675-40f2-b9f6-b408239b89a4-image 2018-10-26 08:36:49,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/9ddaa12e-03a8-4e11-89b8-d7cf34504d54 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5d402faf1325c0e1084cd21c0fd0b9a5fa7d1b33" 2018-10-26 08:36:50,489 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b1f623d2-854e-4d14-9450-347f2c61bada Date: Fri, 26 Oct 2018 08:36: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-26 08:36:50,489 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/9ddaa12e-03a8-4e11-89b8-d7cf34504d54 used request id req-b1f623d2-854e-4d14-9450-347f2c61bada 2018-10-26 08:36:50,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c5280850c4cf5751da3bf459f078a6676a043c" 2018-10-26 08:36:50,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-b0f18c64-ccc3-4425-8305-d164ba4dedd1 Date: Fri, 26 Oct 2018 08:36:50 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "fc55e64304aa420d8d7878c0105af652", "created_at": "2018-10-26T08:36:20Z", "updated_at": "2018-10-26T08:36:20Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:36:20Z", "revision_number": 0, "id": "44a45fe7-6cb3-4b3f-b051-162966a00558", "remote_group_id": "013f96fc-d9d0-485f-9e5c-6ea767955467", "remote_ip_prefix": null, "created_at": "2018-10-26T08:36:20Z", "security_group_id": "013f96fc-d9d0-485f-9e5c-6ea767955467", "tenant_id": "fc55e64304aa420d8d7878c0105af652", "port_range_min": null, "ethertype": "IPv4", "project_id": "fc55e64304aa420d8d7878c0105af652"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:36:20Z", "revision_number": 0, "id": "79dd5a1b-0a7c-436d-af0c-af629311ab6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:36:20Z", "security_group_id": "013f96fc-d9d0-485f-9e5c-6ea767955467", "tenant_id": "fc55e64304aa420d8d7878c0105af652", "port_range_min": null, "ethertype": "IPv4", "project_id": "fc55e64304aa420d8d7878c0105af652"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:36:20Z", "revision_number": 0, "id": "9e851bb6-6c36-4553-9267-f2c1c2a09f04", "remote_group_id": "013f96fc-d9d0-485f-9e5c-6ea767955467", "remote_ip_prefix": null, "created_at": "2018-10-26T08:36:20Z", "security_group_id": "013f96fc-d9d0-485f-9e5c-6ea767955467", "tenant_id": "fc55e64304aa420d8d7878c0105af652", "port_range_min": null, "ethertype": "IPv6", "project_id": "fc55e64304aa420d8d7878c0105af652"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:36:20Z", "revision_number": 0, "id": "d6c656a4-53e4-4c64-be34-6a4368e26c6a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:36:20Z", "security_group_id": "013f96fc-d9d0-485f-9e5c-6ea767955467", "tenant_id": "fc55e64304aa420d8d7878c0105af652", "port_range_min": null, "ethertype": "IPv6", "project_id": "fc55e64304aa420d8d7878c0105af652"}], "revision_number": 4, "project_id": "fc55e64304aa420d8d7878c0105af652", "id": "013f96fc-d9d0-485f-9e5c-6ea767955467", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "61fc16c17bec47ac8159ae5a9d92c03a", "created_at": "2018-10-26T08:36:50Z", "updated_at": "2018-10-26T08:36:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:36:50Z", "revision_number": 0, "id": "48030ad2-3872-4b5a-b922-5500a9309c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:36:50Z", "security_group_id": "26181b68-b927-4bff-bcfb-0cf20257c791", "tenant_id": "61fc16c17bec47ac8159ae5a9d92c03a", "port_range_min": null, "ethertype": "IPv6", "project_id": "61fc16c17bec47ac8159ae5a9d92c03a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:36:50Z", "revision_number": 0, "id": "62bea9d3-4e56-4c16-8406-16d64297228f", "remote_group_id": "26181b68-b927-4bff-bcfb-0cf20257c791", "remote_ip_prefix": null, "created_at": "2018-10-26T08:36:50Z", "security_group_id": "26181b68-b927-4bff-bcfb-0cf20257c791", "tenant_id": "61fc16c17bec47ac8159ae5a9d92c03a", "port_range_min": null, "ethertype": "IPv6", "project_id": "61fc16c17bec47ac8159ae5a9d92c03a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:36:50Z", "revision_number": 0, "id": "a2409d2c-878b-4d77-8345-78c0ab6556cf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:36:50Z", "security_group_id": "26181b68-b927-4bff-bcfb-0cf20257c791", "tenant_id": "61fc16c17bec47ac8159ae5a9d92c03a", "port_range_min": null, "ethertype": "IPv4", "project_id": "61fc16c17bec47ac8159ae5a9d92c03a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:36:50Z", "revision_number": 0, "id": "b24bf07e-9366-4296-9215-f0f02f5db462", "remote_group_id": "26181b68-b927-4bff-bcfb-0cf20257c791", "remote_ip_prefix": null, "created_at": "2018-10-26T08:36:50Z", "security_group_id": "26181b68-b927-4bff-bcfb-0cf20257c791", "tenant_id": "61fc16c17bec47ac8159ae5a9d92c03a", "port_range_min": null, "ethertype": "IPv4", "project_id": "61fc16c17bec47ac8159ae5a9d92c03a"}], "revision_number": 4, "project_id": "61fc16c17bec47ac8159ae5a9d92c03a", "id": "26181b68-b927-4bff-bcfb-0cf20257c791", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 08:36:50,851 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-b0f18c64-ccc3-4425-8305-d164ba4dedd1 2018-10-26 08:36:50,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fc55e64304aa420d8d7878c0105af652 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c5280850c4cf5751da3bf459f078a6676a043c" 2018-10-26 08:36:50,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e0da186-9f26-4b66-9457-473f954461c6 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/fc55e64304aa420d8d7878c0105af652"}, "enabled": true, "id": "fc55e64304aa420d8d7878c0105af652", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-cc868aa6-94d4-4dc-proj"}} 2018-10-26 08:36:50,938 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fc55e64304aa420d8d7878c0105af652 used request id req-4e0da186-9f26-4b66-9457-473f954461c6 2018-10-26 08:36:50,938 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 013f96fc-d9d0-485f-9e5c-6ea767955467 2018-10-26 08:36:50,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=013f96fc-d9d0-485f-9e5c-6ea767955467 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c5280850c4cf5751da3bf459f078a6676a043c" 2018-10-26 08:36:51,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-05d50099-064d-4e2c-acdd-3573d61c6181 Date: Fri, 26 Oct 2018 08:36:51 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "013f96fc-d9d0-485f-9e5c-6ea767955467", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T08:36:20Z", "security_group_id": "013f96fc-d9d0-485f-9e5c-6ea767955467", "port_range_min": null, "revision_number": 0, "tenant_id": "fc55e64304aa420d8d7878c0105af652", "created_at": "2018-10-26T08:36:20Z", "project_id": "fc55e64304aa420d8d7878c0105af652", "id": "44a45fe7-6cb3-4b3f-b051-162966a00558"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T08:36:20Z", "security_group_id": "013f96fc-d9d0-485f-9e5c-6ea767955467", "port_range_min": null, "revision_number": 0, "tenant_id": "fc55e64304aa420d8d7878c0105af652", "created_at": "2018-10-26T08:36:20Z", "project_id": "fc55e64304aa420d8d7878c0105af652", "id": "79dd5a1b-0a7c-436d-af0c-af629311ab6c"}, {"remote_group_id": "013f96fc-d9d0-485f-9e5c-6ea767955467", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T08:36:20Z", "security_group_id": "013f96fc-d9d0-485f-9e5c-6ea767955467", "port_range_min": null, "revision_number": 0, "tenant_id": "fc55e64304aa420d8d7878c0105af652", "created_at": "2018-10-26T08:36:20Z", "project_id": "fc55e64304aa420d8d7878c0105af652", "id": "9e851bb6-6c36-4553-9267-f2c1c2a09f04"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T08:36:20Z", "security_group_id": "013f96fc-d9d0-485f-9e5c-6ea767955467", "port_range_min": null, "revision_number": 0, "tenant_id": "fc55e64304aa420d8d7878c0105af652", "created_at": "2018-10-26T08:36:20Z", "project_id": "fc55e64304aa420d8d7878c0105af652", "id": "d6c656a4-53e4-4c64-be34-6a4368e26c6a"}]} 2018-10-26 08:36:51,132 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=013f96fc-d9d0-485f-9e5c-6ea767955467 used request id req-05d50099-064d-4e2c-acdd-3573d61c6181 2018-10-26 08:36:51,133 - neutron_utils - INFO - Deleting security group with name - default 2018-10-26 08:36:51,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/013f96fc-d9d0-485f-9e5c-6ea767955467 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c5280850c4cf5751da3bf459f078a6676a043c" 2018-10-26 08:36:51,419 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-89934e27-22aa-45b2-93a4-e5540795fde6 Content-Length: 0 Date: Fri, 26 Oct 2018 08:36:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:36:51,419 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/013f96fc-d9d0-485f-9e5c-6ea767955467 used request id req-89934e27-22aa-45b2-93a4-e5540795fde6 2018-10-26 08:36:51,420 - keystone_utils - INFO - Deleting project with name - SimpleHealthCheck-cc868aa6-94d4-4dc-proj 2018-10-26 08:36:51,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/fc55e64304aa420d8d7878c0105af652 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c5280850c4cf5751da3bf459f078a6676a043c" 2018-10-26 08:36:51,642 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:36:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b0d4037c-d610-4711-aa59-b41eb0a72fd0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:36:51,642 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/fc55e64304aa420d8d7878c0105af652 used request id req-b0d4037c-d610-4711-aa59-b41eb0a72fd0 2018-10-26 08:36:51,642 - keystone_utils - INFO - Deleting role with name - SimpleHealthCheck-cc868aa6-94d4-4dc-proj-role 2018-10-26 08:36:51,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/8909efc591bd427994faa0c0953eb396 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c5280850c4cf5751da3bf459f078a6676a043c" 2018-10-26 08:36:51,764 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:36:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b7d358b3-6925-4b3a-a3ee-f64e7b012a25 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:36:51,764 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/8909efc591bd427994faa0c0953eb396 used request id req-b7d358b3-6925-4b3a-a3ee-f64e7b012a25 2018-10-26 08:36:51,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7c5280850c4cf5751da3bf459f078a6676a043c" 2018-10-26 08:36:51,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4d2f8eb-f22b-48a5-8b45-4ddbaa10751e Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "484e86ad15f243b1a21b8d95f5498ac2", "links": {"self": "http://172.30.9.21:5000/v3/roles/484e86ad15f243b1a21b8d95f5498ac2"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ec402646816946dfa23f2783de56e89c", "links": {"self": "http://172.30.9.21:5000/v3/roles/ec402646816946dfa23f2783de56e89c"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:36:51,852 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c4d2f8eb-f22b-48a5-8b45-4ddbaa10751e 2018-10-26 08:36:51,853 - keystone_utils - INFO - Deleting user with name - SimpleHealthCheck-cc868aa6-94d4-4dc-user 2018-10-26 08:36:51,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/dee5bde6bf6444258202838fb82c08e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88eebecdf195d59afed18765d76258a6d4dd8089" 2018-10-26 08:36:52,063 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:36:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8e2577e5-823d-4b33-a905-ad8ab8c47131 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:36:52,063 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/dee5bde6bf6444258202838fb82c08e3 used request id req-8e2577e5-823d-4b33-a905-ad8ab8c47131 2018-10-26 08:36:52,064 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 38.672s OK 2018-10-26 08:36:52,186 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-26 08:36:52,186 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:39 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-10-26 08:36:52,192 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 08:36:52,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93e745648cdd28f44aea6de38926c4f69e7b2b3d" 2018-10-26 08:36:52,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5ff3df5-41c3-4fa8-a460-60e8db0da352 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "484e86ad15f243b1a21b8d95f5498ac2", "links": {"self": "http://172.30.9.21:5000/v3/roles/484e86ad15f243b1a21b8d95f5498ac2"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ec402646816946dfa23f2783de56e89c", "links": {"self": "http://172.30.9.21:5000/v3/roles/ec402646816946dfa23f2783de56e89c"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:36:52,274 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-e5ff3df5-41c3-4fa8-a460-60e8db0da352 2018-10-26 08:36:52,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0826020240784s 2018-10-26 08:36:52,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-26 08:36:52,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/roles/484e86ad15f243b1a21b8d95f5498ac2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93e745648cdd28f44aea6de38926c4f69e7b2b3d" 2018-10-26 08:36:52,423 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:36:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-18a268e4-4a53-43e8-8474-2333cef22c25 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:36:52,423 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/484e86ad15f243b1a21b8d95f5498ac2 used request id req-18a268e4-4a53-43e8-8474-2333cef22c25 2018-10-26 08:36:52,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.146908998489s 2018-10-26 08:36:52,424 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-26 08:36:52,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}93e745648cdd28f44aea6de38926c4f69e7b2b3d" 2018-10-26 08:36:52,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55685e2d-35e9-45d4-b084-21b216227fbe Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_a89a84d7-ed20-4f97-940f-d375edc97d15", "links": {"self": "http://172.30.9.21:5000/v3/users/dc118c6b18164482a7b59576c852fd86"}, "domain_id": "default", "enabled": true, "id": "dc118c6b18164482a7b59576c852fd86", "options": {}}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 08:36:52,528 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-55685e2d-35e9-45d4-b084-21b216227fbe 2018-10-26 08:36:52,528 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.104187011719s 2018-10-26 08:36:52,528 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-55685e2d-35e9-45d4-b084-21b216227fbe 2018-10-26 08:36:52,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-26 08:36:52,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/dc118c6b18164482a7b59576c852fd86 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}93e745648cdd28f44aea6de38926c4f69e7b2b3d" 2018-10-26 08:36:52,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4a87dba-4080-4a74-812f-9cc0f9cdc558 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/dc118c6b18164482a7b59576c852fd86"}, "enabled": true, "id": "dc118c6b18164482a7b59576c852fd86", "options": {}, "domain_id": "default", "name": "snaps_health_check-user_a89a84d7-ed20-4f97-940f-d375edc97d15"}} 2018-10-26 08:36:52,633 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/dc118c6b18164482a7b59576c852fd86 used request id req-a4a87dba-4080-4a74-812f-9cc0f9cdc558 2018-10-26 08:36:52,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0986330509186s 2018-10-26 08:36:52,634 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/dc118c6b18164482a7b59576c852fd86 used request id req-a4a87dba-4080-4a74-812f-9cc0f9cdc558 2018-10-26 08:36:52,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-26 08:36:52,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/dc118c6b18164482a7b59576c852fd86 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}93e745648cdd28f44aea6de38926c4f69e7b2b3d" 2018-10-26 08:36:52,834 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:36:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e33f9147-c5c1-485d-b0b9-971de3181983 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:36:52,834 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/dc118c6b18164482a7b59576c852fd86 used request id req-e33f9147-c5c1-485d-b0b9-971de3181983 2018-10-26 08:36:52,835 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.200121164322s 2018-10-26 08:36:52,835 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/dc118c6b18164482a7b59576c852fd86 used request id req-e33f9147-c5c1-485d-b0b9-971de3181983 2018-10-26 08:36:52,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-26 08:36:52,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}93e745648cdd28f44aea6de38926c4f69e7b2b3d" 2018-10-26 08:36:52,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ea02e46-009b-4106-8e7f-d07864a6984b Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.21:5000/v3/projects/61fc16c17bec47ac8159ae5a9d92c03a"}, "enabled": true, "id": "61fc16c17bec47ac8159ae5a9d92c03a", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_a89a84d7-ed20-4f97-940f-d375edc97d15"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-26 08:36:52,919 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-5ea02e46-009b-4106-8e7f-d07864a6984b 2018-10-26 08:36:52,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0837550163269s 2018-10-26 08:36:52,919 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-5ea02e46-009b-4106-8e7f-d07864a6984b 2018-10-26 08:36:52,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-26 08:36:52,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/61fc16c17bec47ac8159ae5a9d92c03a -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}93e745648cdd28f44aea6de38926c4f69e7b2b3d" 2018-10-26 08:36:53,127 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:36:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f3a420bd-90c7-4a68-9d84-3271add85701 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:36:53,127 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/61fc16c17bec47ac8159ae5a9d92c03a used request id req-f3a420bd-90c7-4a68-9d84-3271add85701 2018-10-26 08:36:53,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.205574989319s 2018-10-26 08:36:53,128 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/61fc16c17bec47ac8159ae5a9d92c03a used request id req-f3a420bd-90c7-4a68-9d84-3271add85701 2018-10-26 08:36:53,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 08:36:53,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93e745648cdd28f44aea6de38926c4f69e7b2b3d" 2018-10-26 08:36:53,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:36:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ab39021-6c1d-4e7c-aae7-071fa038ee80 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ec402646816946dfa23f2783de56e89c", "links": {"self": "http://172.30.9.21:5000/v3/roles/ec402646816946dfa23f2783de56e89c"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:36:53,207 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-2ab39021-6c1d-4e7c-aae7-071fa038ee80 2018-10-26 08:36:53,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0792520046234s 2018-10-26 08:36:53,209 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-26 08:36:53,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/roles/ec402646816946dfa23f2783de56e89c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93e745648cdd28f44aea6de38926c4f69e7b2b3d" 2018-10-26 08:36:53,314 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:36:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-25c86f0a-7934-4a15-bf93-2ca35cd86553 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:36:53,315 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/ec402646816946dfa23f2783de56e89c used request id req-25c86f0a-7934-4a15-bf93-2ca35cd86553 2018-10-26 08:36:53,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.105674028397s 2018-10-26 08:36:53,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-26 08:36:53,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/security-groups.json?project_id=61fc16c17bec47ac8159ae5a9d92c03a&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}93e745648cdd28f44aea6de38926c4f69e7b2b3d" 2018-10-26 08:36:53,519 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-bdf4712c-dbc3-46f6-9388-0c177847c7d5 Date: Fri, 26 Oct 2018 08:36:53 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "61fc16c17bec47ac8159ae5a9d92c03a", "created_at": "2018-10-26T08:36:50Z", "updated_at": "2018-10-26T08:36:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:36:50Z", "revision_number": 0, "id": "48030ad2-3872-4b5a-b922-5500a9309c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:36:50Z", "security_group_id": "26181b68-b927-4bff-bcfb-0cf20257c791", "tenant_id": "61fc16c17bec47ac8159ae5a9d92c03a", "port_range_min": null, "ethertype": "IPv6", "project_id": "61fc16c17bec47ac8159ae5a9d92c03a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:36:50Z", "revision_number": 0, "id": "62bea9d3-4e56-4c16-8406-16d64297228f", "remote_group_id": "26181b68-b927-4bff-bcfb-0cf20257c791", "remote_ip_prefix": null, "created_at": "2018-10-26T08:36:50Z", "security_group_id": "26181b68-b927-4bff-bcfb-0cf20257c791", "tenant_id": "61fc16c17bec47ac8159ae5a9d92c03a", "port_range_min": null, "ethertype": "IPv6", "project_id": "61fc16c17bec47ac8159ae5a9d92c03a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:36:50Z", "revision_number": 0, "id": "a2409d2c-878b-4d77-8345-78c0ab6556cf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:36:50Z", "security_group_id": "26181b68-b927-4bff-bcfb-0cf20257c791", "tenant_id": "61fc16c17bec47ac8159ae5a9d92c03a", "port_range_min": null, "ethertype": "IPv4", "project_id": "61fc16c17bec47ac8159ae5a9d92c03a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:36:50Z", "revision_number": 0, "id": "b24bf07e-9366-4296-9215-f0f02f5db462", "remote_group_id": "26181b68-b927-4bff-bcfb-0cf20257c791", "remote_ip_prefix": null, "created_at": "2018-10-26T08:36:50Z", "security_group_id": "26181b68-b927-4bff-bcfb-0cf20257c791", "tenant_id": "61fc16c17bec47ac8159ae5a9d92c03a", "port_range_min": null, "ethertype": "IPv4", "project_id": "61fc16c17bec47ac8159ae5a9d92c03a"}], "revision_number": 4, "project_id": "61fc16c17bec47ac8159ae5a9d92c03a", "id": "26181b68-b927-4bff-bcfb-0cf20257c791", "name": "default"}]} 2018-10-26 08:36:53,519 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json?project_id=61fc16c17bec47ac8159ae5a9d92c03a&name=default used request id req-bdf4712c-dbc3-46f6-9388-0c177847c7d5 2018-10-26 08:36:53,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.198557138443s 2018-10-26 08:36:53,519 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json?project_id=61fc16c17bec47ac8159ae5a9d92c03a&name=default used request id req-bdf4712c-dbc3-46f6-9388-0c177847c7d5 2018-10-26 08:36:53,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-26 08:36:53,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}93e745648cdd28f44aea6de38926c4f69e7b2b3d" 2018-10-26 08:36:53,725 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-dfb610a8-45a9-4790-ae79-8e69ec4832c1 Date: Fri, 26 Oct 2018 08:36:53 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "61fc16c17bec47ac8159ae5a9d92c03a", "created_at": "2018-10-26T08:36:50Z", "updated_at": "2018-10-26T08:36:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:36:50Z", "revision_number": 0, "id": "62bea9d3-4e56-4c16-8406-16d64297228f", "remote_group_id": "26181b68-b927-4bff-bcfb-0cf20257c791", "remote_ip_prefix": null, "created_at": "2018-10-26T08:36:50Z", "security_group_id": "26181b68-b927-4bff-bcfb-0cf20257c791", "tenant_id": "61fc16c17bec47ac8159ae5a9d92c03a", "port_range_min": null, "ethertype": "IPv6", "project_id": "61fc16c17bec47ac8159ae5a9d92c03a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:36:50Z", "revision_number": 0, "id": "b24bf07e-9366-4296-9215-f0f02f5db462", "remote_group_id": "26181b68-b927-4bff-bcfb-0cf20257c791", "remote_ip_prefix": null, "created_at": "2018-10-26T08:36:50Z", "security_group_id": "26181b68-b927-4bff-bcfb-0cf20257c791", "tenant_id": "61fc16c17bec47ac8159ae5a9d92c03a", "port_range_min": null, "ethertype": "IPv4", "project_id": "61fc16c17bec47ac8159ae5a9d92c03a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:36:50Z", "revision_number": 0, "id": "a2409d2c-878b-4d77-8345-78c0ab6556cf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:36:50Z", "security_group_id": "26181b68-b927-4bff-bcfb-0cf20257c791", "tenant_id": "61fc16c17bec47ac8159ae5a9d92c03a", "port_range_min": null, "ethertype": "IPv4", "project_id": "61fc16c17bec47ac8159ae5a9d92c03a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:36:50Z", "revision_number": 0, "id": "48030ad2-3872-4b5a-b922-5500a9309c8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:36:50Z", "security_group_id": "26181b68-b927-4bff-bcfb-0cf20257c791", "tenant_id": "61fc16c17bec47ac8159ae5a9d92c03a", "port_range_min": null, "ethertype": "IPv6", "project_id": "61fc16c17bec47ac8159ae5a9d92c03a"}], "revision_number": 4, "project_id": "61fc16c17bec47ac8159ae5a9d92c03a", "id": "26181b68-b927-4bff-bcfb-0cf20257c791", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 08:36:53,725 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-dfb610a8-45a9-4790-ae79-8e69ec4832c1 2018-10-26 08:36:53,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.202826023102s 2018-10-26 08:36:53,726 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-dfb610a8-45a9-4790-ae79-8e69ec4832c1 2018-10-26 08:36:53,731 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-26 08:36:53,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/security-groups/26181b68-b927-4bff-bcfb-0cf20257c791.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}93e745648cdd28f44aea6de38926c4f69e7b2b3d" 2018-10-26 08:36:54,004 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d72637be-1201-47ec-ade6-751727cb4dda Content-Length: 0 Date: Fri, 26 Oct 2018 08:36:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:36:54,004 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/26181b68-b927-4bff-bcfb-0cf20257c791.json used request id req-d72637be-1201-47ec-ade6-751727cb4dda 2018-10-26 08:36:54,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.273044109344s 2018-10-26 08:36:54,004 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/26181b68-b927-4bff-bcfb-0cf20257c791.json used request id req-d72637be-1201-47ec-ade6-751727cb4dda 2018-10-26 08:36:54,005 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:10 | PASS | | api_check | functest | healthcheck | 12:39 | PASS | | snaps_health_check | functest | healthcheck | 00:39 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-10-26 08:36:54,009 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-10-26 08:37:33,566 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-302 | | 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-26 08:37:33,570 - 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=AWErjp8etRqZQkg2fdjaYRCvA export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.21,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21: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-26 08:37:33,570 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-10-26 08:37:33,571 - 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-26 08:37:33,601 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-10-26 08:37:34,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-26 08:37:34,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-26 08:37:34,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-26 08:37:34,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-26 08:37:34,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-26 08:37:34,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-26 08:37:34,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-26 08:37:34,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-26 08:37:34,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-26 08:37:34,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-26 08:37:34,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-26 08:37:34,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-26 08:37:34,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-26 08:37:34,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-26 08:37:34,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-26 08:37:34,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-26 08:37:34,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-26 08:37:34,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-26 08:37:34,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-26 08:37:34,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-26 08:37:34,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-26 08:37:34,539 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-26 08:37:34,539 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-26 08:37:34,539 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-26 08:37:34,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:37:34,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:37:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa30d39c-b9db-4d54-a64c-25e63e6753e9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:37:34,549 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-fa30d39c-b9db-4d54-a64c-25e63e6753e9 2018-10-26 08:37:34,549 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:37:34,937 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}], "expires_at": "2018-10-26T09:37:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8dcd64f3c764883a33350227564ab99", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c8dcd64f3c764883a33350227564ab99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/c8dcd64f3c764883a33350227564ab99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/c8dcd64f3c764883a33350227564ab99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c8dcd64f3c764883a33350227564ab99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/c8dcd64f3c764883a33350227564ab99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/c8dcd64f3c764883a33350227564ab99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/c8dcd64f3c764883a33350227564ab99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/c8dcd64f3c764883a33350227564ab99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/c8dcd64f3c764883a33350227564ab99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/c8dcd64f3c764883a33350227564ab99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/c8dcd64f3c764883a33350227564ab99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/c8dcd64f3c764883a33350227564ab99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "407502ccd88d4e6a85d43ab4ef2e0d85"}, "audit_ids": ["1KudyDfxQAuwNa9RSVfxgg"], "issued_at": "2018-10-26T08:37:34.000000Z"}} 2018-10-26 08:37:34,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-26 08:37:34,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f5c51fb6dfbacc70a1082aa23864d0ed61f99a04" 2018-10-26 08:37:35,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-683975ba-cb1a-4a5c-918a-fd27688cd343 Date: Fri, 26 Oct 2018 08:37:35 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","provider:network_type":"flat"}]} 2018-10-26 08:37:35,202 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-683975ba-cb1a-4a5c-918a-fd27688cd343 2018-10-26 08:37:35,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.260887861252s 2018-10-26 08:37:35,202 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-683975ba-cb1a-4a5c-918a-fd27688cd343 2018-10-26 08:37:35,219 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-26 08:37:35,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f5c51fb6dfbacc70a1082aa23864d0ed61f99a04" 2018-10-26 08:37:35,229 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:37: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:37:35,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c51fb6dfbacc70a1082aa23864d0ed61f99a04" 2018-10-26 08:37:35,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:37:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c75fe901-4122-41be-ad0c-bfa82c440d9b Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/865486593e12402f86e9636a8d3859ad"}, "description": "", "name": "heat_stack", "enabled": true, "id": "865486593e12402f86e9636a8d3859ad"}, {"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-10-26 08:37:35,555 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-c75fe901-4122-41be-ad0c-bfa82c440d9b 2018-10-26 08:37:35,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.336441040039s 2018-10-26 08:37:35,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-26 08:37:35,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}f5c51fb6dfbacc70a1082aa23864d0ed61f99a04" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_4f431238-124b-472b-af2f-54c03a8d58fd"}}' 2018-10-26 08:37:35,663 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 08:37:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-08e9e625-a617-4595-b9f6-054f8199a16b 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.21:5000/v3/projects/10edd77a0944425b959d5a87f25c56d2"}, "enabled": true, "id": "10edd77a0944425b959d5a87f25c56d2", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_4f431238-124b-472b-af2f-54c03a8d58fd"}} 2018-10-26 08:37:35,663 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-08e9e625-a617-4595-b9f6-054f8199a16b 2018-10-26 08:37:35,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.105734825134s 2018-10-26 08:37:35,663 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-08e9e625-a617-4595-b9f6-054f8199a16b 2018-10-26 08:37:35,664 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_ssh-project_4f431238-124b-472b-af2f-54c03a8d58fd', 'id': u'10edd77a0944425b959d5a87f25c56d2', '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-26 08:37:35,665 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-26 08:37:36,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.356916904449s 2018-10-26 08:37:36,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/a95f72c39f5a4fbdbdfe73ca0a9ef1ca -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c51fb6dfbacc70a1082aa23864d0ed61f99a04" 2018-10-26 08:37:36,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:37:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-964f8ab7-ebdf-4bb8-b988-14759d45fc0d Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/a95f72c39f5a4fbdbdfe73ca0a9ef1ca"}, "enabled": true, "id": "a95f72c39f5a4fbdbdfe73ca0a9ef1ca", "options": {}, "domain_id": "default", "name": "vping_ssh-user_4f431238-124b-472b-af2f-54c03a8d58fd"}} 2018-10-26 08:37:36,112 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/a95f72c39f5a4fbdbdfe73ca0a9ef1ca used request id req-964f8ab7-ebdf-4bb8-b988-14759d45fc0d 2018-10-26 08:37:36,113 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'a95f72c39f5a4fbdbdfe73ca0a9ef1ca', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_4f431238-124b-472b-af2f-54c03a8d58fd'}) 2018-10-26 08:37:36,114 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 08:37:36,114 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c51fb6dfbacc70a1082aa23864d0ed61f99a04" 2018-10-26 08:37:36,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:37:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb417240-fa33-45bc-b3ba-b29b0471df46 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:37:36,188 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-eb417240-fa33-45bc-b3ba-b29b0471df46 2018-10-26 08:37:36,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.074492931366s 2018-10-26 08:37:36,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 08:37:36,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c51fb6dfbacc70a1082aa23864d0ed61f99a04" 2018-10-26 08:37:36,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:37:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e880c9dc-70c9-4c9f-b50f-066232bed14c Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:37:36,269 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-e880c9dc-70c9-4c9f-b50f-066232bed14c 2018-10-26 08:37:36,269 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0795319080353s 2018-10-26 08:37:36,270 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-26 08:37:36,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-26 08:37:36,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c51fb6dfbacc70a1082aa23864d0ed61f99a04" -d '{"role": {"name": "Member"}}' 2018-10-26 08:37:36,375 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 08:37:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f492dd6f-cd1f-483b-8bac-3bdfea50dbd4 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "34d265b00b294a30b9c4fbd559d6977f", "links": {"self": "http://172.30.9.21:5000/v3/roles/34d265b00b294a30b9c4fbd559d6977f"}, "name": "Member"}} 2018-10-26 08:37:36,375 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-f492dd6f-cd1f-483b-8bac-3bdfea50dbd4 2018-10-26 08:37:36,375 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.104124069214s 2018-10-26 08:37:36,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles/34d265b00b294a30b9c4fbd559d6977f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c51fb6dfbacc70a1082aa23864d0ed61f99a04" 2018-10-26 08:37:36,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:37:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67e35184-60cf-4094-86a3-2caf653b704e Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/34d265b00b294a30b9c4fbd559d6977f"}, "domain_id": null, "name": "Member", "id": "34d265b00b294a30b9c4fbd559d6977f"}} 2018-10-26 08:37:36,450 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/34d265b00b294a30b9c4fbd559d6977f used request id req-67e35184-60cf-4094-86a3-2caf653b704e 2018-10-26 08:37:36,450 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.21:5000/v3/roles/34d265b00b294a30b9c4fbd559d6977f'}, 'domain_id': None, 'human_id': None, 'id': u'34d265b00b294a30b9c4fbd559d6977f', 'HUMAN_ID': False}) 2018-10-26 08:37:36,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 08:37:36,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c51fb6dfbacc70a1082aa23864d0ed61f99a04" 2018-10-26 08:37:36,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:37:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31d39636-b32f-4125-af15-920d2d5924bb Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "34d265b00b294a30b9c4fbd559d6977f", "links": {"self": "http://172.30.9.21:5000/v3/roles/34d265b00b294a30b9c4fbd559d6977f"}, "name": "Member"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:37:36,543 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-31d39636-b32f-4125-af15-920d2d5924bb 2018-10-26 08:37:36,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0922510623932s 2018-10-26 08:37:36,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-26 08:37:36,545 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c51fb6dfbacc70a1082aa23864d0ed61f99a04" 2018-10-26 08:37:36,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:37:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76a12a6d-b385-4a9c-a780-d7c5dcd3e111 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-10-26 08:37:36,625 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-76a12a6d-b385-4a9c-a780-d7c5dcd3e111 2018-10-26 08:37:36,625 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0809550285339s 2018-10-26 08:37:36,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-26 08:37:36,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f5c51fb6dfbacc70a1082aa23864d0ed61f99a04" 2018-10-26 08:37:36,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:37:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b45fcd4d-8a7e-47b6-841f-931497428474 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_ssh-user_4f431238-124b-472b-af2f-54c03a8d58fd", "links": {"self": "http://172.30.9.21:5000/v3/users/a95f72c39f5a4fbdbdfe73ca0a9ef1ca"}, "domain_id": "default", "enabled": true, "id": "a95f72c39f5a4fbdbdfe73ca0a9ef1ca", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 08:37:36,715 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-b45fcd4d-8a7e-47b6-841f-931497428474 2018-10-26 08:37:36,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0890138149261s 2018-10-26 08:37:36,716 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-b45fcd4d-8a7e-47b6-841f-931497428474 2018-10-26 08:37:36,722 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-26 08:37:36,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f5c51fb6dfbacc70a1082aa23864d0ed61f99a04" 2018-10-26 08:37:36,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:37:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64a7a745-d1b8-4836-b7cf-041c7cf90f4c Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.21:5000/v3/projects/10edd77a0944425b959d5a87f25c56d2"}, "enabled": true, "id": "10edd77a0944425b959d5a87f25c56d2", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_4f431238-124b-472b-af2f-54c03a8d58fd"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-26 08:37:36,805 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-64a7a745-d1b8-4836-b7cf-041c7cf90f4c 2018-10-26 08:37:36,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0829150676727s 2018-10-26 08:37:36,805 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-64a7a745-d1b8-4836-b7cf-041c7cf90f4c 2018-10-26 08:37:36,808 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-26 08:37:36,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=a95f72c39f5a4fbdbdfe73ca0a9ef1ca&scope.project.id=10edd77a0944425b959d5a87f25c56d2&role.id=34d265b00b294a30b9c4fbd559d6977f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c51fb6dfbacc70a1082aa23864d0ed61f99a04" 2018-10-26 08:37:36,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:37:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-364c9d18-beaa-4c62-9d1d-66577dfdab50 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=a95f72c39f5a4fbdbdfe73ca0a9ef1ca&scope.project.id=10edd77a0944425b959d5a87f25c56d2&role.id=34d265b00b294a30b9c4fbd559d6977f", "previous": null, "next": null}} 2018-10-26 08:37:36,889 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=a95f72c39f5a4fbdbdfe73ca0a9ef1ca&scope.project.id=10edd77a0944425b959d5a87f25c56d2&role.id=34d265b00b294a30b9c4fbd559d6977f used request id req-364c9d18-beaa-4c62-9d1d-66577dfdab50 2018-10-26 08:37:36,890 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0816781520844s 2018-10-26 08:37:36,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-26 08:37:36,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/10edd77a0944425b959d5a87f25c56d2/users/a95f72c39f5a4fbdbdfe73ca0a9ef1ca/roles/34d265b00b294a30b9c4fbd559d6977f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c51fb6dfbacc70a1082aa23864d0ed61f99a04" 2018-10-26 08:37:37,006 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:37:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-50f6249a-70b1-4b56-8e50-ed82348695d5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:37:37,006 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/10edd77a0944425b959d5a87f25c56d2/users/a95f72c39f5a4fbdbdfe73ca0a9ef1ca/roles/34d265b00b294a30b9c4fbd559d6977f used request id req-50f6249a-70b1-4b56-8e50-ed82348695d5 2018-10-26 08:37:37,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.116036891937s 2018-10-26 08:37:37,007 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_4f431238-124b-472b-af2f-54c03a8d58fd', 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': '3cb6eb6f-77a2-40ae-834f-5812a56526be', 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_4f431238-124b-472b-af2f-54c03a8d58fd', 'project_id': u'10edd77a0944425b959d5a87f25c56d2', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-26 08:37:37,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-26 08:37:37,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-26 08:37:37,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-26 08:37:37,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-26 08:37:37,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-26 08:37:37,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-26 08:37:37,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-26 08:37:37,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-26 08:37:37,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-26 08:37:37,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-26 08:37:37,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-26 08:37:37,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-26 08:37:37,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-26 08:37:37,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-26 08:37:37,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-26 08:37:37,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-26 08:37:37,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-26 08:37:37,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-26 08:37:37,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-26 08:37:37,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-26 08:37:37,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-26 08:37:37,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-26 08:37:37,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-26 08:37:37,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-26 08:37:37,012 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_4f431238-124b-472b-af2f-54c03a8d58fd', 'password': '3cb6eb6f-77a2-40ae-834f-5812a56526be', 'project_name': 'vping_ssh-project_4f431238-124b-472b-af2f-54c03a8d58fd', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': '10edd77a0944425b959d5a87f25c56d2', 'project_domain_name': 'Default'} 2018-10-26 08:37:37,012 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-10-26 08:37:37,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-26 08:37:37,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c51fb6dfbacc70a1082aa23864d0ed61f99a04" 2018-10-26 08:37:37,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:37:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0cf96d88-68a9-4369-bcec-621572234c51 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/865486593e12402f86e9636a8d3859ad"}, "description": "", "name": "heat_stack", "enabled": true, "id": "865486593e12402f86e9636a8d3859ad"}, {"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-10-26 08:37:37,092 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-0cf96d88-68a9-4369-bcec-621572234c51 2018-10-26 08:37:37,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0790801048279s 2018-10-26 08:37:37,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-26 08:37:37,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f5c51fb6dfbacc70a1082aa23864d0ed61f99a04" 2018-10-26 08:37:37,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:37:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0008216-e6d9-4f14-9a75-07492af935b3 Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.21:5000/v3/projects/10edd77a0944425b959d5a87f25c56d2"}, "enabled": true, "id": "10edd77a0944425b959d5a87f25c56d2", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_4f431238-124b-472b-af2f-54c03a8d58fd"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-26 08:37:37,178 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-f0008216-e6d9-4f14-9a75-07492af935b3 2018-10-26 08:37:37,178 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0844337940216s 2018-10-26 08:37:37,178 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-f0008216-e6d9-4f14-9a75-07492af935b3 2018-10-26 08:37:37,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-10-26 08:37:37,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.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}f5c51fb6dfbacc70a1082aa23864d0ed61f99a04" -d '{"network": {"tenant_id": "10edd77a0944425b959d5a87f25c56d2", "name": "vping_ssh-net_4f431238-124b-472b-af2f-54c03a8d58fd", "admin_state_up": true}}' 2018-10-26 08:37:37,721 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 703 X-Openstack-Request-Id: req-d1effd10-f301-4cd6-9ca4-4153ea13f013 Date: Fri, 26 Oct 2018 08:37:37 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"6638c639-9916-4fcb-8e3a-e63016fe0f7f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":66,"ipv4_address_scope":null,"shared":false,"project_id":"10edd77a0944425b959d5a87f25c56d2","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T08:37:37Z","is_default":false,"qos_policy_id":null,"name":"vping_ssh-net_4f431238-124b-472b-af2f-54c03a8d58fd","admin_state_up":true,"tenant_id":"10edd77a0944425b959d5a87f25c56d2","created_at":"2018-10-26T08:37:37Z","mtu":1450}} 2018-10-26 08:37:37,721 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-d1effd10-f301-4cd6-9ca4-4153ea13f013 2018-10-26 08:37:37,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.540415048599s 2018-10-26 08:37:37,722 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-d1effd10-f301-4cd6-9ca4-4153ea13f013 2018-10-26 08:37:37,722 - 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-26T08:37:37Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'6638c639-9916-4fcb-8e3a-e63016fe0f7f', u'provider:segmentation_id': 66, 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_4f431238-124b-472b-af2f-54c03a8d58fd', u'created_at': u'2018-10-26T08:37:37Z', u'mtu': 1450, u'tenant_id': u'10edd77a0944425b959d5a87f25c56d2', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'10edd77a0944425b959d5a87f25c56d2'}) 2018-10-26 08:37:37,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:37:37,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:37:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7313aa0d-9922-4a57-ae7c-c594d9ef0a4d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:37:37,730 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-7313aa0d-9922-4a57-ae7c-c594d9ef0a4d 2018-10-26 08:37:37,731 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:37:38,112 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "34d265b00b294a30b9c4fbd559d6977f", "name": "Member"}], "expires_at": "2018-10-26T09:37:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "10edd77a0944425b959d5a87f25c56d2", "name": "vping_ssh-project_4f431238-124b-472b-af2f-54c03a8d58fd"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/10edd77a0944425b959d5a87f25c56d2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/10edd77a0944425b959d5a87f25c56d2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/10edd77a0944425b959d5a87f25c56d2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/10edd77a0944425b959d5a87f25c56d2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/10edd77a0944425b959d5a87f25c56d2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/10edd77a0944425b959d5a87f25c56d2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/10edd77a0944425b959d5a87f25c56d2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/10edd77a0944425b959d5a87f25c56d2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/10edd77a0944425b959d5a87f25c56d2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/10edd77a0944425b959d5a87f25c56d2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/10edd77a0944425b959d5a87f25c56d2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/10edd77a0944425b959d5a87f25c56d2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_4f431238-124b-472b-af2f-54c03a8d58fd", "id": "a95f72c39f5a4fbdbdfe73ca0a9ef1ca"}, "audit_ids": ["iusv-zsOT5O52JUCWY42Qw"], "issued_at": "2018-10-26T08:37:38.000000Z"}} 2018-10-26 08:37:38,115 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-26 08:37:38,116 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" 2018-10-26 08:37:38,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1190 X-Openstack-Request-Id: req-10a7b957-8b67-4c00-bb2d-4a6dd0ecde2e Date: Fri, 26 Oct 2018 08:37: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-26T08:37:37Z","tenant_id":"10edd77a0944425b959d5a87f25c56d2","created_at":"2018-10-26T08:37:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"10edd77a0944425b959d5a87f25c56d2","id":"6638c639-9916-4fcb-8e3a-e63016fe0f7f","name":"vping_ssh-net_4f431238-124b-472b-af2f-54c03a8d58fd"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","mtu":1500}]} 2018-10-26 08:37:38,378 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-10a7b957-8b67-4c00-bb2d-4a6dd0ecde2e 2018-10-26 08:37:38,378 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.262531995773s 2018-10-26 08:37:38,378 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-10a7b957-8b67-4c00-bb2d-4a6dd0ecde2e 2018-10-26 08:37:38,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-10-26 08:37:38,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.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}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" -d '{"subnet": {"name": "vping_ssh-subnet_4f431238-124b-472b-af2f-54c03a8d58fd", "enable_dhcp": true, "network_id": "6638c639-9916-4fcb-8e3a-e63016fe0f7f", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-10-26 08:37:39,223 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-d8a93bb7-4c3a-479f-a72b-069999d99783 Date: Fri, 26 Oct 2018 08:37:39 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6638c639-9916-4fcb-8e3a-e63016fe0f7f","tenant_id":"10edd77a0944425b959d5a87f25c56d2","created_at":"2018-10-26T08:37:38Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-26T08:37:38Z","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":"10edd77a0944425b959d5a87f25c56d2","id":"ee2520b7-63d0-4fa9-ae15-31007c430a9f","subnetpool_id":null,"name":"vping_ssh-subnet_4f431238-124b-472b-af2f-54c03a8d58fd"}} 2018-10-26 08:37:39,223 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-d8a93bb7-4c3a-479f-a72b-069999d99783 2018-10-26 08:37:39,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.843871831894s 2018-10-26 08:37:39,224 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-d8a93bb7-4c3a-479f-a72b-069999d99783 2018-10-26 08:37:39,224 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-10-26T08:37:38Z', 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'ee2520b7-63d0-4fa9-ae15-31007c430a9f', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_4f431238-124b-472b-af2f-54c03a8d58fd', u'enable_dhcp': True, u'network_id': u'6638c639-9916-4fcb-8e3a-e63016fe0f7f', u'tenant_id': u'10edd77a0944425b959d5a87f25c56d2', u'created_at': u'2018-10-26T08:37:38Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'10edd77a0944425b959d5a87f25c56d2'}) 2018-10-26 08:37:39,225 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-10-26 08:37:39,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.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}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" -d '{"router": {"external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693"}, "name": "vping_ssh-router_4f431238-124b-472b-af2f-54c03a8d58fd", "admin_state_up": true}}' 2018-10-26 08:37:44,347 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 696 X-Openstack-Request-Id: req-b5bc6766-5dd0-48b8-92f7-f92f0e9a2af7 Date: Fri, 26 Oct 2018 08:37:44 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "created_at": "2018-10-26T08:37:40Z", "admin_state_up": true, "updated_at": "2018-10-26T08:37:41Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "10edd77a0944425b959d5a87f25c56d2", "id": "fec331a7-5f2a-44f5-849a-260e303c1fe6", "name": "vping_ssh-router_4f431238-124b-472b-af2f-54c03a8d58fd"}} 2018-10-26 08:37:44,347 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-b5bc6766-5dd0-48b8-92f7-f92f0e9a2af7 2018-10-26 08:37:44,348 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 5.12258410454s 2018-10-26 08:37:44,348 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-b5bc6766-5dd0-48b8-92f7-f92f0e9a2af7 2018-10-26 08:37:44,348 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-10-26T08:37:41Z', u'revision_number': 3, u'id': u'fec331a7-5f2a-44f5-849a-260e303c1fe6', u'external_gateway_info': {u'network_id': u'94b52afd-6cfc-477c-8eec-9ace3e0b6693', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414', u'ip_address': u'172.30.9.202'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-router_4f431238-124b-472b-af2f-54c03a8d58fd', u'admin_state_up': True, u'tenant_id': u'10edd77a0944425b959d5a87f25c56d2', u'created_at': u'2018-10-26T08:37:40Z', u'flavor_id': None, u'routes': [], u'project_id': u'10edd77a0944425b959d5a87f25c56d2'}) 2018-10-26 08:37:44,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-10-26 08:37:44,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/fec331a7-5f2a-44f5-849a-260e303c1fe6/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}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" -d '{"subnet_id": "ee2520b7-63d0-4fa9-ae15-31007c430a9f"}' 2018-10-26 08:37:46,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f110af6e-c452-45a3-95af-ee4cc284e5d0 Date: Fri, 26 Oct 2018 08:37:46 GMT RESP BODY: {"network_id": "6638c639-9916-4fcb-8e3a-e63016fe0f7f", "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "subnet_id": "ee2520b7-63d0-4fa9-ae15-31007c430a9f", "subnet_ids": ["ee2520b7-63d0-4fa9-ae15-31007c430a9f"], "port_id": "13877d55-f359-492b-a4e8-eedd85086cf0", "id": "fec331a7-5f2a-44f5-849a-260e303c1fe6"} 2018-10-26 08:37:46,500 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/fec331a7-5f2a-44f5-849a-260e303c1fe6/add_router_interface.json used request id req-f110af6e-c452-45a3-95af-ee4cc284e5d0 2018-10-26 08:37:46,500 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.15106582642s 2018-10-26 08:37:46,501 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/fec331a7-5f2a-44f5-849a-260e303c1fe6/add_router_interface.json used request id req-f110af6e-c452-45a3-95af-ee4cc284e5d0 returning object fec331a7-5f2a-44f5-849a-260e303c1fe6 2018-10-26 08:37:46,501 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 08:37:46,628 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-10-26 08:37:46,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" 2018-10-26 08:37:46,636 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Fri, 26 Oct 2018 08:37:46 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-10-26 08:37:46,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-26 08:37:46,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" 2018-10-26 08:37:46,809 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-77e46c92-c001-4ec5-9843-7b784c06363f Date: Fri, 26 Oct 2018 08:37:46 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-26 08:37:46,809 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-77e46c92-c001-4ec5-9843-7b784c06363f 2018-10-26 08:37:46,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.16924905777s 2018-10-26 08:37:46,810 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-77e46c92-c001-4ec5-9843-7b784c06363f 2018-10-26 08:37:46,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-26 08:37:46,812 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_4f431238-124b-472b-af2f-54c03a8d58fd", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_4f431238-124b-472b-af2f-54c03a8d58fd"}' 2018-10-26 08:37:47,030 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/54f3379e-bdd2-4a11-bf5b-6189f587eaa4 X-Openstack-Request-Id: req-3bc059f4-8482-4942-83e2-eaa66a164da7 Date: Fri, 26 Oct 2018 08:37:47 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/54f3379e-bdd2-4a11-bf5b-6189f587eaa4/file", "owner": "10edd77a0944425b959d5a87f25c56d2", "id": "54f3379e-bdd2-4a11-bf5b-6189f587eaa4", "size": null, "self": "/v2/images/54f3379e-bdd2-4a11-bf5b-6189f587eaa4", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-26T08:37:46Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_4f431238-124b-472b-af2f-54c03a8d58fd", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_4f431238-124b-472b-af2f-54c03a8d58fd", "checksum": null, "created_at": "2018-10-26T08:37:46Z", "protected": false} 2018-10-26 08:37:47,030 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-3bc059f4-8482-4942-83e2-eaa66a164da7 2018-10-26 08:37:47,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.218930006027s 2018-10-26 08:37:47,031 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-3bc059f4-8482-4942-83e2-eaa66a164da7 returning object 54f3379e-bdd2-4a11-bf5b-6189f587eaa4 2018-10-26 08:37:47,032 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-26 08:37:47,032 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/54f3379e-bdd2-4a11-bf5b-6189f587eaa4/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}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" -d '' 2018-10-26 08:37:48,174 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f5f2a8bf-80c9-49fa-8bcc-d28a09036188 Date: Fri, 26 Oct 2018 08:37: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-26 08:37:48,175 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/54f3379e-bdd2-4a11-bf5b-6189f587eaa4/file used request id req-f5f2a8bf-80c9-49fa-8bcc-d28a09036188 2018-10-26 08:37:48,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.14295196533s 2018-10-26 08:37:48,175 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/54f3379e-bdd2-4a11-bf5b-6189f587eaa4/file used request id req-f5f2a8bf-80c9-49fa-8bcc-d28a09036188 2018-10-26 08:37:48,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-26 08:37:48,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" 2018-10-26 08:37:48,353 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-a0e8b2c0-f950-4366-9b71-c0039f75fdd2 Date: Fri, 26 Oct 2018 08:37:48 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/54f3379e-bdd2-4a11-bf5b-6189f587eaa4/snap", "metadata": {}}], "file": "/v2/images/54f3379e-bdd2-4a11-bf5b-6189f587eaa4/file", "owner": "10edd77a0944425b959d5a87f25c56d2", "id": "54f3379e-bdd2-4a11-bf5b-6189f587eaa4", "size": 12716032, "self": "/v2/images/54f3379e-bdd2-4a11-bf5b-6189f587eaa4", "disk_format": "qcow2", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/54f3379e-bdd2-4a11-bf5b-6189f587eaa4/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-26T08:37:48Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_4f431238-124b-472b-af2f-54c03a8d58fd", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_4f431238-124b-472b-af2f-54c03a8d58fd", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-26T08:37:46Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-26 08:37:48,353 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-a0e8b2c0-f950-4366-9b71-c0039f75fdd2 2018-10-26 08:37:48,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.177995920181s 2018-10-26 08:37:48,354 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-a0e8b2c0-f950-4366-9b71-c0039f75fdd2 2018-10-26 08:37:48,356 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/54f3379e-bdd2-4a11-bf5b-6189f587eaa4/snap', u'metadata': Munch({})})], 'file': u'/v2/images/54f3379e-bdd2-4a11-bf5b-6189f587eaa4/file', 'owner': u'10edd77a0944425b959d5a87f25c56d2', 'id': u'54f3379e-bdd2-4a11-bf5b-6189f587eaa4', 'size': 12716032, u'self': u'/v2/images/54f3379e-bdd2-4a11-bf5b-6189f587eaa4', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'10edd77a0944425b959d5a87f25c56d2', 'name': 'vping_ssh-project_4f431238-124b-472b-af2f-54c03a8d58fd', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/54f3379e-bdd2-4a11-bf5b-6189f587eaa4/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-26T08:37:48Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-10-26T08:37:48Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_4f431238-124b-472b-af2f-54c03a8d58fd', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/54f3379e-bdd2-4a11-bf5b-6189f587eaa4', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_4f431238-124b-472b-af2f-54c03a8d58fd', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_4f431238-124b-472b-af2f-54c03a8d58fd', 'created': u'2018-10-26T08:37:46Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-26T08:37:46Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/54f3379e-bdd2-4a11-bf5b-6189f587eaa4', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_4f431238-124b-472b-af2f-54c03a8d58fd', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-26 08:37:48,357 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-26 08:37:48,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: os-client-config/1.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}f5c51fb6dfbacc70a1082aa23864d0ed61f99a04" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_4f431238-124b-472b-af2f-54c03a8d58fd", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-26 08:37:48,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:37: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-96d1a033-3967-462d-8ea6-9a1aa25d254c x-compute-request-id: req-96d1a033-3967-462d-8ea6-9a1aa25d254c Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/ce860418-fbba-4722-89a0-0c4858087158", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/ce860418-fbba-4722-89a0-0c4858087158", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ce860418-fbba-4722-89a0-0c4858087158", "name": "vping_ssh-flavor_4f431238-124b-472b-af2f-54c03a8d58fd", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 08:37:48,570 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-96d1a033-3967-462d-8ea6-9a1aa25d254c 2018-10-26 08:37:48,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.212853908539s 2018-10-26 08:37:48,570 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-96d1a033-3967-462d-8ea6-9a1aa25d254c returning object ce860418-fbba-4722-89a0-0c4858087158 2018-10-26 08:37:48,571 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_4f431238-124b-472b-af2f-54c03a8d58fd', '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'c8dcd64f3c764883a33350227564ab99', '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'ce860418-fbba-4722-89a0-0c4858087158', 'swap': 0}) 2018-10-26 08:37:48,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-26 08:37:48,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/ce860418-fbba-4722-89a0-0c4858087158/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}f5c51fb6dfbacc70a1082aa23864d0ed61f99a04" -d '{"extra_specs": {}}' 2018-10-26 08:37:48,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:37: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-ec81e848-f770-4016-b34e-6f3061d3c7ca x-compute-request-id: req-ec81e848-f770-4016-b34e-6f3061d3c7ca Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-26 08:37:48,591 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/ce860418-fbba-4722-89a0-0c4858087158/os-extra_specs used request id req-ec81e848-f770-4016-b34e-6f3061d3c7ca 2018-10-26 08:37:48,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0194518566132s 2018-10-26 08:37:48,592 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/ce860418-fbba-4722-89a0-0c4858087158/os-extra_specs used request id req-ec81e848-f770-4016-b34e-6f3061d3c7ca 2018-10-26 08:37:48,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-10-26 08:37:48,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.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}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" -d '{"keypair": {"name": "vping_ssh-kp_4f431238-124b-472b-af2f-54c03a8d58fd"}}' 2018-10-26 08:37:48,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:37: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-f676f8eb-e453-446a-96cf-df3866238e67 x-compute-request-id: req-f676f8eb-e453-446a-96cf-df3866238e67 Content-Encoding: gzip Content-Length: 1807 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCo07HJ8zpAa4Hy6IC0KOSVINk3s3Txvfhzc8YtJC3MYz8ZNGScsan4eknVrVqs/iBG2rciqokZhlv4wJwJOplWmi1w4ff9Z8kYqFrWJn909HWfqg3UXTCRYvyqXLaCj/Tsxdzk4Tm53i85ifFEuUPj8JSYaSmVtwxJFAo7qia58lxxHL7+Y4ojeweA0XwuKEYXw629T4eMaQzO2MEXECIyxKgmV3baZhCAfT2KpKwEZvEiQNyj4OUS+uEQpPKVy8lq0dSU7G9uYYjOTPfYWtIsQkqW0LVqCDPZLpFvmFDNPVXGauCE5aUvZa8/S2oBIZYWfzmV8fcGO+keMjnfZsjb Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAqNOxyfM6QGuB8uiAtCjklSDZN7N08b34c3PGLSQtzGM/GTRk\nnLGp+HpJ1a1arP4gRtq3IqqJGYZb+MCcCTqZVpotcOH3/WfJGKha1iZ/dPR1n6oN\n1F0wkWL8qly2go/07MXc5OE5ud4vOYnxRLlD4/CUmGkplbcMSRQKO6omufJccRy+\n/mOKI3sHgNF8LihGF8OtvU+HjGkMztjBFxAiMsSoJld22mYQgH09iqSsBGbxIkDc\no+DlEvrhEKTylcvJatHUlOxvbmGIzkz32FrSLEJKltC1aggz2S6Rb5hQzT1Vxmrg\nhOWlL2WvP0tqASGWFn85lfH3BjvpHjI532bI2wIDAQABAoIBAEaaGRy6Yd701qhN\nwR0WiNkwnoZjvwElj9RAU10nZxu1WXrh5T1+MvWdtmjskSINOFRJPRL7PFB3VtkF\nO3vEjMGhwmUVqs7Ha1qrdSlfeiff35zA0f3AZwI14jIgiZa6OxQVftYctjZbi2ZF\noKc7zv9w6cN/HwvkO/gHsGvZMU7LNPaVwK7sY9KPqQc9mPmeHh8CovX8ys9RQegG\nN6YQaEIn/GI2PulCS3cuEO2u6rsu3j0mnPLt821aB2FgB8Ymyhl7SwBi/mzgrgkX\nxEJymRH51GLMxWuLYez5fiCK2qfxKm8iV/sfDyomVsN6zYMMlVldwIbisXN7nLoK\nkUF/CWkCgYEA2h7fHnmshGXCSNT7iC+unzNvoHc3U4e/26yDFYbUnznXHyRdUcxj\n48vQcvy1+GaNdbc7FRhgNkd1C0Umr/5xykcK8Y8QtvrSF8m3ufPT5Vk3eQNfmI+3\ngfVsnGjZTGPuHzz72nzf59TOfJTDVPtH+ssw6AiHrwEjYvLFgwJ1FlUCgYEAxiVX\nvbYIdPOhrVrDHGZaHsdAyES0gK97jSC6FeUjgywv7ttNA5xBep8L3BIOytYrEamn\nOQw8ofLhUfwbi+LFs6COLM7Ssv0B5ykzRf+WnNNQZ0EjwEsFjdc1jnJZ2LLqZ6gc\nTSplT5InU03d4rvoh4BxsVXKE4FFK6vIEp2vsm8CgYAwVr8jxdtRzCtucKT93XNZ\nnNCUQ1djj6YZTPYQAz2DvBHMuQZlZmKMzVJ46UB6uF+JQv45Apnv7Y4m3UBhqIYX\nSf9G4WnW42dEFlQ9RagkH82HaBP7f34vsvBLCYF+yHaxPZajKSGGA0dvnJhdcQLW\ntck04w8O3bW17A+RpS3FsQKBgQCL5lHM4HmYGWxNuYeIxbtbf9N9kwTe1wek3TaF\nvwMT2l79hlkZ83lH2oPFHfrTu+Ms1Vv8K2ej8JimChpo6fQsn2/Cs0SQm5J8Y9qP\n0aXFlG1wec2EN3P0cb6elJ5bIffeuBNDaGufgtHBP3kqXQIQqd+cFbZXjy4HZ4Ib\noroqgQKBgQC7EwUS+ctsYmnnD5t5jq6MYgqQy0h1cKhT95vz9N9sVmy+BmfNUu7t\ntGxs5w6Tflr+BqkKTJ2p6RopRQOJ+fM2qBSIDtEBXfXbpaAzyVyEBsp7Rf7wFmtY\n0nFvh8jMi6zJpsX8apRBqJ+nTC+XeTJNcA4fl9RP9FJZS9J1u7iFXA==\n-----END RSA PRIVATE KEY-----\n", "user_id": "a95f72c39f5a4fbdbdfe73ca0a9ef1ca", "name": "vping_ssh-kp_4f431238-124b-472b-af2f-54c03a8d58fd", "fingerprint": "dc:74:56:fb:a4:63:01:76:50:d3:a2:2b:10:f9:01:63"}} 2018-10-26 08:37:48,857 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-f676f8eb-e453-446a-96cf-df3866238e67 2018-10-26 08:37:48,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.264835834503s 2018-10-26 08:37:48,857 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-f676f8eb-e453-446a-96cf-df3866238e67 2018-10-26 08:37:48,858 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCo07HJ8zpAa4Hy6IC0KOSVINk3s3Txvfhzc8YtJC3MYz8ZNGScsan4eknVrVqs/iBG2rciqokZhlv4wJwJOplWmi1w4ff9Z8kYqFrWJn909HWfqg3UXTCRYvyqXLaCj/Tsxdzk4Tm53i85ifFEuUPj8JSYaSmVtwxJFAo7qia58lxxHL7+Y4ojeweA0XwuKEYXw629T4eMaQzO2MEXECIyxKgmV3baZhCAfT2KpKwEZvEiQNyj4OUS+uEQpPKVy8lq0dSU7G9uYYjOTPfYWtIsQkqW0LVqCDPZLpFvmFDNPVXGauCE5aUvZa8/S2oBIZYWfzmV8fcGO+keMjnfZsjb Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAqNOxyfM6QGuB8uiAtCjklSDZN7N08b34c3PGLSQtzGM/GTRk\nnLGp+HpJ1a1arP4gRtq3IqqJGYZb+MCcCTqZVpotcOH3/WfJGKha1iZ/dPR1n6oN\n1F0wkWL8qly2go/07MXc5OE5ud4vOYnxRLlD4/CUmGkplbcMSRQKO6omufJccRy+\n/mOKI3sHgNF8LihGF8OtvU+HjGkMztjBFxAiMsSoJld22mYQgH09iqSsBGbxIkDc\no+DlEvrhEKTylcvJatHUlOxvbmGIzkz32FrSLEJKltC1aggz2S6Rb5hQzT1Vxmrg\nhOWlL2WvP0tqASGWFn85lfH3BjvpHjI532bI2wIDAQABAoIBAEaaGRy6Yd701qhN\nwR0WiNkwnoZjvwElj9RAU10nZxu1WXrh5T1+MvWdtmjskSINOFRJPRL7PFB3VtkF\nO3vEjMGhwmUVqs7Ha1qrdSlfeiff35zA0f3AZwI14jIgiZa6OxQVftYctjZbi2ZF\noKc7zv9w6cN/HwvkO/gHsGvZMU7LNPaVwK7sY9KPqQc9mPmeHh8CovX8ys9RQegG\nN6YQaEIn/GI2PulCS3cuEO2u6rsu3j0mnPLt821aB2FgB8Ymyhl7SwBi/mzgrgkX\nxEJymRH51GLMxWuLYez5fiCK2qfxKm8iV/sfDyomVsN6zYMMlVldwIbisXN7nLoK\nkUF/CWkCgYEA2h7fHnmshGXCSNT7iC+unzNvoHc3U4e/26yDFYbUnznXHyRdUcxj\n48vQcvy1+GaNdbc7FRhgNkd1C0Umr/5xykcK8Y8QtvrSF8m3ufPT5Vk3eQNfmI+3\ngfVsnGjZTGPuHzz72nzf59TOfJTDVPtH+ssw6AiHrwEjYvLFgwJ1FlUCgYEAxiVX\nvbYIdPOhrVrDHGZaHsdAyES0gK97jSC6FeUjgywv7ttNA5xBep8L3BIOytYrEamn\nOQw8ofLhUfwbi+LFs6COLM7Ssv0B5ykzRf+WnNNQZ0EjwEsFjdc1jnJZ2LLqZ6gc\nTSplT5InU03d4rvoh4BxsVXKE4FFK6vIEp2vsm8CgYAwVr8jxdtRzCtucKT93XNZ\nnNCUQ1djj6YZTPYQAz2DvBHMuQZlZmKMzVJ46UB6uF+JQv45Apnv7Y4m3UBhqIYX\nSf9G4WnW42dEFlQ9RagkH82HaBP7f34vsvBLCYF+yHaxPZajKSGGA0dvnJhdcQLW\ntck04w8O3bW17A+RpS3FsQKBgQCL5lHM4HmYGWxNuYeIxbtbf9N9kwTe1wek3TaF\nvwMT2l79hlkZ83lH2oPFHfrTu+Ms1Vv8K2ej8JimChpo6fQsn2/Cs0SQm5J8Y9qP\n0aXFlG1wec2EN3P0cb6elJ5bIffeuBNDaGufgtHBP3kqXQIQqd+cFbZXjy4HZ4Ib\noroqgQKBgQC7EwUS+ctsYmnnD5t5jq6MYgqQy0h1cKhT95vz9N9sVmy+BmfNUu7t\ntGxs5w6Tflr+BqkKTJ2p6RopRQOJ+fM2qBSIDtEBXfXbpaAzyVyEBsp7Rf7wFmtY\n0nFvh8jMi6zJpsX8apRBqJ+nTC+XeTJNcA4fl9RP9FJZS9J1u7iFXA==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'a95f72c39f5a4fbdbdfe73ca0a9ef1ca', 'name': u'vping_ssh-kp_4f431238-124b-472b-af2f-54c03a8d58fd', 'created_at': '2018-10-26T08:37:48.858684', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'10edd77a0944425b959d5a87f25c56d2', 'name': 'vping_ssh-project_4f431238-124b-472b-af2f-54c03a8d58fd', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'dc:74:56:fb:a4:63:01:76:50:d3:a2:2b:10:f9:01:63', 'type': 'ssh', 'id': u'vping_ssh-kp_4f431238-124b-472b-af2f-54c03a8d58fd'}) 2018-10-26 08:37:48,859 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAqNOxyfM6QGuB8uiAtCjklSDZN7N08b34c3PGLSQtzGM/GTRk nLGp+HpJ1a1arP4gRtq3IqqJGYZb+MCcCTqZVpotcOH3/WfJGKha1iZ/dPR1n6oN 1F0wkWL8qly2go/07MXc5OE5ud4vOYnxRLlD4/CUmGkplbcMSRQKO6omufJccRy+ /mOKI3sHgNF8LihGF8OtvU+HjGkMztjBFxAiMsSoJld22mYQgH09iqSsBGbxIkDc o+DlEvrhEKTylcvJatHUlOxvbmGIzkz32FrSLEJKltC1aggz2S6Rb5hQzT1Vxmrg hOWlL2WvP0tqASGWFn85lfH3BjvpHjI532bI2wIDAQABAoIBAEaaGRy6Yd701qhN wR0WiNkwnoZjvwElj9RAU10nZxu1WXrh5T1+MvWdtmjskSINOFRJPRL7PFB3VtkF O3vEjMGhwmUVqs7Ha1qrdSlfeiff35zA0f3AZwI14jIgiZa6OxQVftYctjZbi2ZF oKc7zv9w6cN/HwvkO/gHsGvZMU7LNPaVwK7sY9KPqQc9mPmeHh8CovX8ys9RQegG N6YQaEIn/GI2PulCS3cuEO2u6rsu3j0mnPLt821aB2FgB8Ymyhl7SwBi/mzgrgkX xEJymRH51GLMxWuLYez5fiCK2qfxKm8iV/sfDyomVsN6zYMMlVldwIbisXN7nLoK kUF/CWkCgYEA2h7fHnmshGXCSNT7iC+unzNvoHc3U4e/26yDFYbUnznXHyRdUcxj 48vQcvy1+GaNdbc7FRhgNkd1C0Umr/5xykcK8Y8QtvrSF8m3ufPT5Vk3eQNfmI+3 gfVsnGjZTGPuHzz72nzf59TOfJTDVPtH+ssw6AiHrwEjYvLFgwJ1FlUCgYEAxiVX vbYIdPOhrVrDHGZaHsdAyES0gK97jSC6FeUjgywv7ttNA5xBep8L3BIOytYrEamn OQw8ofLhUfwbi+LFs6COLM7Ssv0B5ykzRf+WnNNQZ0EjwEsFjdc1jnJZ2LLqZ6gc TSplT5InU03d4rvoh4BxsVXKE4FFK6vIEp2vsm8CgYAwVr8jxdtRzCtucKT93XNZ nNCUQ1djj6YZTPYQAz2DvBHMuQZlZmKMzVJ46UB6uF+JQv45Apnv7Y4m3UBhqIYX Sf9G4WnW42dEFlQ9RagkH82HaBP7f34vsvBLCYF+yHaxPZajKSGGA0dvnJhdcQLW tck04w8O3bW17A+RpS3FsQKBgQCL5lHM4HmYGWxNuYeIxbtbf9N9kwTe1wek3TaF vwMT2l79hlkZ83lH2oPFHfrTu+Ms1Vv8K2ej8JimChpo6fQsn2/Cs0SQm5J8Y9qP 0aXFlG1wec2EN3P0cb6elJ5bIffeuBNDaGufgtHBP3kqXQIQqd+cFbZXjy4HZ4Ib oroqgQKBgQC7EwUS+ctsYmnnD5t5jq6MYgqQy0h1cKhT95vz9N9sVmy+BmfNUu7t tGxs5w6Tflr+BqkKTJ2p6RopRQOJ+fM2qBSIDtEBXfXbpaAzyVyEBsp7Rf7wFmtY 0nFvh8jMi6zJpsX8apRBqJ+nTC+XeTJNcA4fl9RP9FJZS9J1u7iFXA== -----END RSA PRIVATE KEY----- 2018-10-26 08:37:48,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-10-26 08:37:48,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.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}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" -d '{"security_group": {"name": "vping_ssh-sg_4f431238-124b-472b-af2f-54c03a8d58fd", "description": "created by OPNFV Functest (vping_ssh)"}}' 2018-10-26 08:37:49,196 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-ba855a1d-79ca-4f23-80b8-438c3f0e7c19 Date: Fri, 26 Oct 2018 08:37:49 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "created_at": "2018-10-26T08:37:49Z", "updated_at": "2018-10-26T08:37:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:37:49Z", "revision_number": 0, "id": "45258d0d-948e-49ce-b393-bb14f3dd2df6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:37:49Z", "security_group_id": "680dcbff-b441-487a-a73b-5015dd778d16", "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "port_range_min": null, "ethertype": "IPv6", "project_id": "10edd77a0944425b959d5a87f25c56d2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:37:49Z", "revision_number": 0, "id": "d7c23571-aa74-4903-a4af-d5e53ce030e1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:37:49Z", "security_group_id": "680dcbff-b441-487a-a73b-5015dd778d16", "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "port_range_min": null, "ethertype": "IPv4", "project_id": "10edd77a0944425b959d5a87f25c56d2"}], "revision_number": 2, "project_id": "10edd77a0944425b959d5a87f25c56d2", "id": "680dcbff-b441-487a-a73b-5015dd778d16", "name": "vping_ssh-sg_4f431238-124b-472b-af2f-54c03a8d58fd"}} 2018-10-26 08:37:49,196 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-ba855a1d-79ca-4f23-80b8-438c3f0e7c19 2018-10-26 08:37:49,196 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.334100961685s 2018-10-26 08:37:49,196 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-ba855a1d-79ca-4f23-80b8-438c3f0e7c19 2018-10-26 08:37:49,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-26 08:37:49,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" 2018-10-26 08:37:49,431 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-de5f5de6-f36b-4071-9f29-e309615132c9 Date: Fri, 26 Oct 2018 08:37:49 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "created_at": "2018-10-26T08:37:49Z", "updated_at": "2018-10-26T08:37:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:37:49Z", "revision_number": 0, "id": "45258d0d-948e-49ce-b393-bb14f3dd2df6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:37:49Z", "security_group_id": "680dcbff-b441-487a-a73b-5015dd778d16", "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "port_range_min": null, "ethertype": "IPv6", "project_id": "10edd77a0944425b959d5a87f25c56d2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:37:49Z", "revision_number": 0, "id": "d7c23571-aa74-4903-a4af-d5e53ce030e1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:37:49Z", "security_group_id": "680dcbff-b441-487a-a73b-5015dd778d16", "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "port_range_min": null, "ethertype": "IPv4", "project_id": "10edd77a0944425b959d5a87f25c56d2"}], "revision_number": 2, "project_id": "10edd77a0944425b959d5a87f25c56d2", "id": "680dcbff-b441-487a-a73b-5015dd778d16", "name": "vping_ssh-sg_4f431238-124b-472b-af2f-54c03a8d58fd"}, {"description": "Default security group", "tags": [], "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "created_at": "2018-10-26T08:37:37Z", "updated_at": "2018-10-26T08:37:37Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:37:37Z", "revision_number": 0, "id": "16b35b27-e13c-4bb7-8e95-caf0ffa5b19c", "remote_group_id": "74a97af6-7fb5-4aac-810d-3440ddb48d01", "remote_ip_prefix": null, "created_at": "2018-10-26T08:37:37Z", "security_group_id": "74a97af6-7fb5-4aac-810d-3440ddb48d01", "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "port_range_min": null, "ethertype": "IPv6", "project_id": "10edd77a0944425b959d5a87f25c56d2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:37:37Z", "revision_number": 0, "id": "357b7941-ecdf-4480-9724-d00a621d7a65", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:37:37Z", "security_group_id": "74a97af6-7fb5-4aac-810d-3440ddb48d01", "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "port_range_min": null, "ethertype": "IPv6", "project_id": "10edd77a0944425b959d5a87f25c56d2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:37:37Z", "revision_number": 0, "id": "3df4b4ed-0dc7-467c-9c51-bf139c25a1c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:37:37Z", "security_group_id": "74a97af6-7fb5-4aac-810d-3440ddb48d01", "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "port_range_min": null, "ethertype": "IPv4", "project_id": "10edd77a0944425b959d5a87f25c56d2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:37:37Z", "revision_number": 0, "id": "986cdf51-6e1b-4a1c-bce5-1d136abade00", "remote_group_id": "74a97af6-7fb5-4aac-810d-3440ddb48d01", "remote_ip_prefix": null, "created_at": "2018-10-26T08:37:37Z", "security_group_id": "74a97af6-7fb5-4aac-810d-3440ddb48d01", "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "port_range_min": null, "ethertype": "IPv4", "project_id": "10edd77a0944425b959d5a87f25c56d2"}], "revision_number": 4, "project_id": "10edd77a0944425b959d5a87f25c56d2", "id": "74a97af6-7fb5-4aac-810d-3440ddb48d01", "name": "default"}]} 2018-10-26 08:37:49,432 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-de5f5de6-f36b-4071-9f29-e309615132c9 2018-10-26 08:37:49,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.230768918991s 2018-10-26 08:37:49,432 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-de5f5de6-f36b-4071-9f29-e309615132c9 2018-10-26 08:37:49,436 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-10-26 08:37:49,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.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}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" -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": "680dcbff-b441-487a-a73b-5015dd778d16"}}' 2018-10-26 08:37:49,759 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-73976363-4d71-48c4-8d4a-14ba841d34af Date: Fri, 26 Oct 2018 08:37: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-26T08:37:49Z", "security_group_id": "680dcbff-b441-487a-a73b-5015dd778d16", "port_range_min": 22, "revision_number": 0, "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "created_at": "2018-10-26T08:37:49Z", "project_id": "10edd77a0944425b959d5a87f25c56d2", "id": "47f304b2-9a55-4b2d-b9f6-6730f664af9b"}} 2018-10-26 08:37:49,759 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-73976363-4d71-48c4-8d4a-14ba841d34af 2018-10-26 08:37:49,759 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.323167085648s 2018-10-26 08:37:49,760 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-73976363-4d71-48c4-8d4a-14ba841d34af 2018-10-26 08:37:49,763 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-26 08:37:49,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" 2018-10-26 08:37:49,853 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-f66f9266-63b4-4408-850b-6c478ba9e728 Date: Fri, 26 Oct 2018 08:37:49 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "created_at": "2018-10-26T08:37:49Z", "updated_at": "2018-10-26T08:37:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:37:49Z", "revision_number": 0, "id": "45258d0d-948e-49ce-b393-bb14f3dd2df6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:37:49Z", "security_group_id": "680dcbff-b441-487a-a73b-5015dd778d16", "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "port_range_min": null, "ethertype": "IPv6", "project_id": "10edd77a0944425b959d5a87f25c56d2"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-26T08:37:49Z", "revision_number": 0, "id": "47f304b2-9a55-4b2d-b9f6-6730f664af9b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:37:49Z", "security_group_id": "680dcbff-b441-487a-a73b-5015dd778d16", "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "port_range_min": 22, "ethertype": "IPv4", "project_id": "10edd77a0944425b959d5a87f25c56d2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:37:49Z", "revision_number": 0, "id": "d7c23571-aa74-4903-a4af-d5e53ce030e1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:37:49Z", "security_group_id": "680dcbff-b441-487a-a73b-5015dd778d16", "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "port_range_min": null, "ethertype": "IPv4", "project_id": "10edd77a0944425b959d5a87f25c56d2"}], "revision_number": 3, "project_id": "10edd77a0944425b959d5a87f25c56d2", "id": "680dcbff-b441-487a-a73b-5015dd778d16", "name": "vping_ssh-sg_4f431238-124b-472b-af2f-54c03a8d58fd"}, {"description": "Default security group", "tags": [], "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "created_at": "2018-10-26T08:37:37Z", "updated_at": "2018-10-26T08:37:37Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:37:37Z", "revision_number": 0, "id": "16b35b27-e13c-4bb7-8e95-caf0ffa5b19c", "remote_group_id": "74a97af6-7fb5-4aac-810d-3440ddb48d01", "remote_ip_prefix": null, "created_at": "2018-10-26T08:37:37Z", "security_group_id": "74a97af6-7fb5-4aac-810d-3440ddb48d01", "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "port_range_min": null, "ethertype": "IPv6", "project_id": "10edd77a0944425b959d5a87f25c56d2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:37:37Z", "revision_number": 0, "id": "357b7941-ecdf-4480-9724-d00a621d7a65", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:37:37Z", "security_group_id": "74a97af6-7fb5-4aac-810d-3440ddb48d01", "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "port_range_min": null, "ethertype": "IPv6", "project_id": "10edd77a0944425b959d5a87f25c56d2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:37:37Z", "revision_number": 0, "id": "3df4b4ed-0dc7-467c-9c51-bf139c25a1c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:37:37Z", "security_group_id": "74a97af6-7fb5-4aac-810d-3440ddb48d01", "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "port_range_min": null, "ethertype": "IPv4", "project_id": "10edd77a0944425b959d5a87f25c56d2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:37:37Z", "revision_number": 0, "id": "986cdf51-6e1b-4a1c-bce5-1d136abade00", "remote_group_id": "74a97af6-7fb5-4aac-810d-3440ddb48d01", "remote_ip_prefix": null, "created_at": "2018-10-26T08:37:37Z", "security_group_id": "74a97af6-7fb5-4aac-810d-3440ddb48d01", "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "port_range_min": null, "ethertype": "IPv4", "project_id": "10edd77a0944425b959d5a87f25c56d2"}], "revision_number": 4, "project_id": "10edd77a0944425b959d5a87f25c56d2", "id": "74a97af6-7fb5-4aac-810d-3440ddb48d01", "name": "default"}]} 2018-10-26 08:37:49,853 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-f66f9266-63b4-4408-850b-6c478ba9e728 2018-10-26 08:37:49,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0898020267487s 2018-10-26 08:37:49,854 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-f66f9266-63b4-4408-850b-6c478ba9e728 2018-10-26 08:37:49,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-10-26 08:37:49,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.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}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" -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": "680dcbff-b441-487a-a73b-5015dd778d16"}}' 2018-10-26 08:37:50,166 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-a412e900-ba8b-4e07-a5d2-baeaccdf2f70 Date: Fri, 26 Oct 2018 08:37:50 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T08:37:50Z", "security_group_id": "680dcbff-b441-487a-a73b-5015dd778d16", "port_range_min": null, "revision_number": 0, "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "created_at": "2018-10-26T08:37:50Z", "project_id": "10edd77a0944425b959d5a87f25c56d2", "id": "3125689f-8033-484c-a40b-37543ce5900a"}} 2018-10-26 08:37:50,167 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-a412e900-ba8b-4e07-a5d2-baeaccdf2f70 2018-10-26 08:37:50,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.30951499939s 2018-10-26 08:37:50,167 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-a412e900-ba8b-4e07-a5d2-baeaccdf2f70 2018-10-26 08:37:50,168 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-26 08:37:50,169 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" 2018-10-26 08:37:50,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1234 X-Openstack-Request-Id: req-8d38b18d-e8b7-446c-9c72-ed438aba040d Date: Fri, 26 Oct 2018 08:37: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":["ee2520b7-63d0-4fa9-ae15-31007c430a9f"],"updated_at":"2018-10-26T08:37:38Z","tenant_id":"10edd77a0944425b959d5a87f25c56d2","created_at":"2018-10-26T08:37:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"10edd77a0944425b959d5a87f25c56d2","id":"6638c639-9916-4fcb-8e3a-e63016fe0f7f","name":"vping_ssh-net_4f431238-124b-472b-af2f-54c03a8d58fd"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","mtu":1500}]} 2018-10-26 08:37:50,415 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-8d38b18d-e8b7-446c-9c72-ed438aba040d 2018-10-26 08:37:50,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.246203899384s 2018-10-26 08:37:50,415 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-8d38b18d-e8b7-446c-9c72-ed438aba040d 2018-10-26 08:37:50,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-26 08:37:50,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" 2018-10-26 08:37:50,602 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-6459663d-7afb-417f-97ce-9d22d659cda3 Date: Fri, 26 Oct 2018 08:37:50 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/54f3379e-bdd2-4a11-bf5b-6189f587eaa4/snap", "metadata": {}}], "file": "/v2/images/54f3379e-bdd2-4a11-bf5b-6189f587eaa4/file", "owner": "10edd77a0944425b959d5a87f25c56d2", "id": "54f3379e-bdd2-4a11-bf5b-6189f587eaa4", "size": 12716032, "self": "/v2/images/54f3379e-bdd2-4a11-bf5b-6189f587eaa4", "disk_format": "qcow2", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/54f3379e-bdd2-4a11-bf5b-6189f587eaa4/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-26T08:37:48Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_4f431238-124b-472b-af2f-54c03a8d58fd", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_4f431238-124b-472b-af2f-54c03a8d58fd", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-26T08:37:46Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-26 08:37:50,602 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-6459663d-7afb-417f-97ce-9d22d659cda3 2018-10-26 08:37:50,602 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.185958862305s 2018-10-26 08:37:50,603 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-6459663d-7afb-417f-97ce-9d22d659cda3 2018-10-26 08:37:50,604 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-26 08:37:50,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" 2018-10-26 08:37:50,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:37: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-ac6d4534-7903-427f-913b-d147fe39320d x-compute-request-id: req-ac6d4534-7903-427f-913b-d147fe39320d Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/ce860418-fbba-4722-89a0-0c4858087158", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/ce860418-fbba-4722-89a0-0c4858087158", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ce860418-fbba-4722-89a0-0c4858087158", "name": "vping_ssh-flavor_4f431238-124b-472b-af2f-54c03a8d58fd", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-26 08:37:50,644 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-ac6d4534-7903-427f-913b-d147fe39320d 2018-10-26 08:37:50,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0398659706116s 2018-10-26 08:37:50,645 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-ac6d4534-7903-427f-913b-d147fe39320d 2018-10-26 08:37:50,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-10-26 08:37:50,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: os-client-config/1.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}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" -d '{"server": {"name": "vping_ssh-vm2_4f431238-124b-472b-af2f-54c03a8d58fd", "imageRef": "54f3379e-bdd2-4a11-bf5b-6189f587eaa4", "flavorRef": "ce860418-fbba-4722-89a0-0c4858087158", "max_count": 1, "min_count": 1, "networks": [{"uuid": "6638c639-9916-4fcb-8e3a-e63016fe0f7f"}], "security_groups": [{"name": "680dcbff-b441-487a-a73b-5015dd778d16"}]}}' 2018-10-26 08:37:53,059 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08:37: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-ea7d8a49-a103-483e-803f-9ccdd1f7b03d x-compute-request-id: req-ea7d8a49-a103-483e-803f-9ccdd1f7b03d Content-Length: 403 location: http://172.30.9.21:8774/v2.1/servers/b0107437-725b-4262-a850-6d68fa43d13f Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "680dcbff-b441-487a-a73b-5015dd778d16"}], "OS-DCF:diskConfig": "MANUAL", "id": "b0107437-725b-4262-a850-6d68fa43d13f", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b0107437-725b-4262-a850-6d68fa43d13f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b0107437-725b-4262-a850-6d68fa43d13f", "rel": "bookmark"}], "adminPass": "CaJ49eWQfVQa"}} 2018-10-26 08:37:53,060 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-ea7d8a49-a103-483e-803f-9ccdd1f7b03d 2018-10-26 08:37:53,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.41293811798s 2018-10-26 08:37:53,060 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-ea7d8a49-a103-483e-803f-9ccdd1f7b03d 2018-10-26 08:37:53,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 08:37:53,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" 2018-10-26 08:37:53,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:37: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-18cd1183-7fe9-485e-a7bf-5d60fb2d2da8 x-compute-request-id: req-18cd1183-7fe9-485e-a7bf-5d60fb2d2da8 Content-Encoding: gzip Content-Length: 600 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b0107437-725b-4262-a850-6d68fa43d13f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b0107437-725b-4262-a850-6d68fa43d13f", "rel": "bookmark"}], "image": {"id": "54f3379e-bdd2-4a11-bf5b-6189f587eaa4", "links": [{"href": "http://172.30.9.21:8774/images/54f3379e-bdd2-4a11-bf5b-6189f587eaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ce860418-fbba-4722-89a0-0c4858087158", "links": [{"href": "http://172.30.9.21:8774/flavors/ce860418-fbba-4722-89a0-0c4858087158", "rel": "bookmark"}]}, "id": "b0107437-725b-4262-a850-6d68fa43d13f", "user_id": "a95f72c39f5a4fbdbdfe73ca0a9ef1ca", "OS-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-26T08:37:53Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_4f431238-124b-472b-af2f-54c03a8d58fd", "created": "2018-10-26T08:37:53Z", "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 08:37:53,333 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-18cd1183-7fe9-485e-a7bf-5d60fb2d2da8 2018-10-26 08:37:53,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.272525072098s 2018-10-26 08:37:53,334 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-18cd1183-7fe9-485e-a7bf-5d60fb2d2da8 2018-10-26 08:37:53,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-26 08:37:53,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" 2018-10-26 08:37:53,593 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1234 X-Openstack-Request-Id: req-c9128e9c-883d-4aaf-aa03-38e6e0527bbf Date: Fri, 26 Oct 2018 08:37: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":["ee2520b7-63d0-4fa9-ae15-31007c430a9f"],"updated_at":"2018-10-26T08:37:38Z","tenant_id":"10edd77a0944425b959d5a87f25c56d2","created_at":"2018-10-26T08:37:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"10edd77a0944425b959d5a87f25c56d2","id":"6638c639-9916-4fcb-8e3a-e63016fe0f7f","name":"vping_ssh-net_4f431238-124b-472b-af2f-54c03a8d58fd"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","mtu":1500}]} 2018-10-26 08:37:53,593 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-c9128e9c-883d-4aaf-aa03-38e6e0527bbf 2018-10-26 08:37:53,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.252362966537s 2018-10-26 08:37:53,593 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-c9128e9c-883d-4aaf-aa03-38e6e0527bbf 2018-10-26 08:37:53,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-10-26 08:37:53,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" 2018-10-26 08:37:53,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-266d0d4f-8747-4522-b0b9-022a9e0e0bd1 Date: Fri, 26 Oct 2018 08:37:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6638c639-9916-4fcb-8e3a-e63016fe0f7f","tenant_id":"10edd77a0944425b959d5a87f25c56d2","created_at":"2018-10-26T08:37:38Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-26T08:37:38Z","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":"10edd77a0944425b959d5a87f25c56d2","id":"ee2520b7-63d0-4fa9-ae15-31007c430a9f","subnetpool_id":null,"name":"vping_ssh-subnet_4f431238-124b-472b-af2f-54c03a8d58fd"}]} 2018-10-26 08:37:53,797 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-266d0d4f-8747-4522-b0b9-022a9e0e0bd1 2018-10-26 08:37:53,797 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.202377080917s 2018-10-26 08:37:53,797 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-266d0d4f-8747-4522-b0b9-022a9e0e0bd1 2018-10-26 08:37:53,798 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 08:37:55,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 08:37:55,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" 2018-10-26 08:37:56,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:37: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-863103bc-4f81-46fd-8f02-58cc24d5a179 x-compute-request-id: req-863103bc-4f81-46fd-8f02-58cc24d5a179 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b0107437-725b-4262-a850-6d68fa43d13f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b0107437-725b-4262-a850-6d68fa43d13f", "rel": "bookmark"}], "image": {"id": "54f3379e-bdd2-4a11-bf5b-6189f587eaa4", "links": [{"href": "http://172.30.9.21:8774/images/54f3379e-bdd2-4a11-bf5b-6189f587eaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ce860418-fbba-4722-89a0-0c4858087158", "links": [{"href": "http://172.30.9.21:8774/flavors/ce860418-fbba-4722-89a0-0c4858087158", "rel": "bookmark"}]}, "id": "b0107437-725b-4262-a850-6d68fa43d13f", "security_groups": [{"name": "vping_ssh-sg_4f431238-124b-472b-af2f-54c03a8d58fd"}], "user_id": "a95f72c39f5a4fbdbdfe73ca0a9ef1ca", "OS-DCF: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-26T08:37:54Z", "hostId": "743a92b036601f882a52bef0341e1a3286c4300cf6af22b4c2c4cfe9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_4f431238-124b-472b-af2f-54c03a8d58fd", "created": "2018-10-26T08:37:53Z", "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 08:37:56,625 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-863103bc-4f81-46fd-8f02-58cc24d5a179 2018-10-26 08:37:56,626 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.824743032455s 2018-10-26 08:37:56,626 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-863103bc-4f81-46fd-8f02-58cc24d5a179 2018-10-26 08:37:56,630 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 08:37:58,632 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 08:37:58,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" 2018-10-26 08:37:59,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:37: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-8318c069-670e-4bb1-a23e-aead811d9f1a x-compute-request-id: req-8318c069-670e-4bb1-a23e-aead811d9f1a Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b0107437-725b-4262-a850-6d68fa43d13f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b0107437-725b-4262-a850-6d68fa43d13f", "rel": "bookmark"}], "image": {"id": "54f3379e-bdd2-4a11-bf5b-6189f587eaa4", "links": [{"href": "http://172.30.9.21:8774/images/54f3379e-bdd2-4a11-bf5b-6189f587eaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ce860418-fbba-4722-89a0-0c4858087158", "links": [{"href": "http://172.30.9.21:8774/flavors/ce860418-fbba-4722-89a0-0c4858087158", "rel": "bookmark"}]}, "id": "b0107437-725b-4262-a850-6d68fa43d13f", "security_groups": [{"name": "vping_ssh-sg_4f431238-124b-472b-af2f-54c03a8d58fd"}], "user_id": "a95f72c39f5a4fbdbdfe73ca0a9ef1ca", "OS-DCF: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-26T08:37:54Z", "hostId": "743a92b036601f882a52bef0341e1a3286c4300cf6af22b4c2c4cfe9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_4f431238-124b-472b-af2f-54c03a8d58fd", "created": "2018-10-26T08:37:53Z", "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 08:37:59,490 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8318c069-670e-4bb1-a23e-aead811d9f1a 2018-10-26 08:37:59,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.857160806656s 2018-10-26 08:37:59,490 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8318c069-670e-4bb1-a23e-aead811d9f1a 2018-10-26 08:37:59,494 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 08:38:01,497 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 08:38:01,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" 2018-10-26 08:38:02,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:38:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1122a581-b82a-4209-9725-37668f588d47 x-compute-request-id: req-1122a581-b82a-4209-9725-37668f588d47 Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_4f431238-124b-472b-af2f-54c03a8d58fd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:02:c4", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b0107437-725b-4262-a850-6d68fa43d13f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b0107437-725b-4262-a850-6d68fa43d13f", "rel": "bookmark"}], "image": {"id": "54f3379e-bdd2-4a11-bf5b-6189f587eaa4", "links": [{"href": "http://172.30.9.21:8774/images/54f3379e-bdd2-4a11-bf5b-6189f587eaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T08:37:58.000000", "flavor": {"id": "ce860418-fbba-4722-89a0-0c4858087158", "links": [{"href": "http://172.30.9.21:8774/flavors/ce860418-fbba-4722-89a0-0c4858087158", "rel": "bookmark"}]}, "id": "b0107437-725b-4262-a850-6d68fa43d13f", "security_groups": [{"name": "vping_ssh-sg_4f431238-124b-472b-af2f-54c03a8d58fd"}], "user_id": "a95f72c39f5a4fbdbdfe73ca0a9ef1ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T08:37:59Z", "hostId": "743a92b036601f882a52bef0341e1a3286c4300cf6af22b4c2c4cfe9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_4f431238-124b-472b-af2f-54c03a8d58fd", "created": "2018-10-26T08:37:53Z", "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 08:38:02,130 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1122a581-b82a-4209-9725-37668f588d47 2018-10-26 08:38:02,131 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.633517026901s 2018-10-26 08:38:02,131 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1122a581-b82a-4209-9725-37668f588d47 2018-10-26 08:38:02,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-10-26 08:38:02,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=b0107437-725b-4262-a850-6d68fa43d13f" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" 2018-10-26 08:38:02,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 771 X-Openstack-Request-Id: req-c5eb3f36-1204-4aa8-bcb1-d4a316376041 Date: Fri, 26 Oct 2018 08:38:02 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:37:58Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ee2520b7-63d0-4fa9-ae15-31007c430a9f","ip_address":"192.168.120.14"}],"id":"54fe6c94-7f19-4661-b1c3-632672ec1939","security_groups":["680dcbff-b441-487a-a73b-5015dd778d16"],"mac_address":"fa:16:3e:8e:02:c4","project_id":"10edd77a0944425b959d5a87f25c56d2","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6638c639-9916-4fcb-8e3a-e63016fe0f7f","tenant_id":"10edd77a0944425b959d5a87f25c56d2","created_at":"2018-10-26T08:37:55Z","binding:vnic_type":"normal","device_id":"b0107437-725b-4262-a850-6d68fa43d13f"}]} 2018-10-26 08:38:02,191 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=b0107437-725b-4262-a850-6d68fa43d13f used request id req-c5eb3f36-1204-4aa8-bcb1-d4a316376041 2018-10-26 08:38:02,191 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0554130077362s 2018-10-26 08:38:02,191 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=b0107437-725b-4262-a850-6d68fa43d13f used request id req-c5eb3f36-1204-4aa8-bcb1-d4a316376041 2018-10-26 08:38:02,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-26 08:38:02,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=54fe6c94-7f19-4661-b1c3-632672ec1939" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" 2018-10-26 08:38:02,216 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-1d5f1406-1738-48b1-867b-25eb1ce5f98e Date: Fri, 26 Oct 2018 08:38:02 GMT RESP BODY: {"floatingips": []} 2018-10-26 08:38:02,216 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=54fe6c94-7f19-4661-b1c3-632672ec1939 used request id req-1d5f1406-1738-48b1-867b-25eb1ce5f98e 2018-10-26 08:38:02,217 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0197570323944s 2018-10-26 08:38:02,217 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=54fe6c94-7f19-4661-b1c3-632672ec1939 used request id req-1d5f1406-1738-48b1-867b-25eb1ce5f98e 2018-10-26 08:38:02,217 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_4f431238-124b-472b-af2f-54c03a8d58fd': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:8e:02:c4', u'version': 4, u'addr': u'192.168.120.14', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'54f3379e-bdd2-4a11-bf5b-6189f587eaa4'}), 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-26T08:37:58.000000', 'flavor': Munch({u'id': u'ce860418-fbba-4722-89a0-0c4858087158'}), 'az': u'nova', 'id': u'b0107437-725b-4262-a850-6d68fa43d13f', 'security_groups': [Munch({u'name': u'vping_ssh-sg_4f431238-124b-472b-af2f-54c03a8d58fd'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'a95f72c39f5a4fbdbdfe73ca0a9ef1ca', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'10edd77a0944425b959d5a87f25c56d2', 'name': 'vping_ssh-project_4f431238-124b-472b-af2f-54c03a8d58fd', '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-26T08:37:58.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-10-26T08:37:59Z', 'hostId': u'743a92b036601f882a52bef0341e1a3286c4300cf6af22b4c2c4cfe9', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.14', 'cloud': 'envvars', 'host_id': u'743a92b036601f882a52bef0341e1a3286c4300cf6af22b4c2c4cfe9', '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-26T08:37:58.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'10edd77a0944425b959d5a87f25c56d2', 'name': u'vping_ssh-vm2_4f431238-124b-472b-af2f-54c03a8d58fd', 'adminPass': u'CaJ49eWQfVQa', 'tenant_id': u'10edd77a0944425b959d5a87f25c56d2', 'region': 'regionOne', 'created': u'2018-10-26T08:37:53Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-10-26 08:38:02,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-26 08:38:02,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" 2018-10-26 08:38:02,483 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1234 X-Openstack-Request-Id: req-91d12e7c-94cf-42b0-a9ef-275f9e1f3758 Date: Fri, 26 Oct 2018 08:38: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":["ee2520b7-63d0-4fa9-ae15-31007c430a9f"],"updated_at":"2018-10-26T08:37:38Z","tenant_id":"10edd77a0944425b959d5a87f25c56d2","created_at":"2018-10-26T08:37:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"10edd77a0944425b959d5a87f25c56d2","id":"6638c639-9916-4fcb-8e3a-e63016fe0f7f","name":"vping_ssh-net_4f431238-124b-472b-af2f-54c03a8d58fd"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","mtu":1500}]} 2018-10-26 08:38:02,483 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-91d12e7c-94cf-42b0-a9ef-275f9e1f3758 2018-10-26 08:38:02,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.264369010925s 2018-10-26 08:38:02,483 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-91d12e7c-94cf-42b0-a9ef-275f9e1f3758 2018-10-26 08:38:02,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-26 08:38:02,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" 2018-10-26 08:38:02,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-f83e1257-10b9-4b13-8557-7f728c0f24e5 Date: Fri, 26 Oct 2018 08:38:02 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/54f3379e-bdd2-4a11-bf5b-6189f587eaa4/snap", "metadata": {}}], "file": "/v2/images/54f3379e-bdd2-4a11-bf5b-6189f587eaa4/file", "owner": "10edd77a0944425b959d5a87f25c56d2", "id": "54f3379e-bdd2-4a11-bf5b-6189f587eaa4", "size": 12716032, "self": "/v2/images/54f3379e-bdd2-4a11-bf5b-6189f587eaa4", "disk_format": "qcow2", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/54f3379e-bdd2-4a11-bf5b-6189f587eaa4/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-26T08:37:48Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_4f431238-124b-472b-af2f-54c03a8d58fd", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_4f431238-124b-472b-af2f-54c03a8d58fd", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-26T08:37:46Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-26 08:38:02,515 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-f83e1257-10b9-4b13-8557-7f728c0f24e5 2018-10-26 08:38:02,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0305581092834s 2018-10-26 08:38:02,515 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-f83e1257-10b9-4b13-8557-7f728c0f24e5 2018-10-26 08:38:02,517 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-26 08:38:02,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" 2018-10-26 08:38:02,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:38:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-07408094-3f34-4945-bf90-1d1eae5a43fb x-compute-request-id: req-07408094-3f34-4945-bf90-1d1eae5a43fb Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/ce860418-fbba-4722-89a0-0c4858087158", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/ce860418-fbba-4722-89a0-0c4858087158", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ce860418-fbba-4722-89a0-0c4858087158", "name": "vping_ssh-flavor_4f431238-124b-472b-af2f-54c03a8d58fd", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-26 08:38:02,553 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-07408094-3f34-4945-bf90-1d1eae5a43fb 2018-10-26 08:38:02,554 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0363869667053s 2018-10-26 08:38:02,554 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-07408094-3f34-4945-bf90-1d1eae5a43fb 2018-10-26 08:38:02,555 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-10-26 08:38:02,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: os-client-config/1.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}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" -d '{"server": {"name": "vping_ssh-vm_4f431238-124b-472b-af2f-54c03a8d58fd", "imageRef": "54f3379e-bdd2-4a11-bf5b-6189f587eaa4", "key_name": "vping_ssh-kp_4f431238-124b-472b-af2f-54c03a8d58fd", "flavorRef": "ce860418-fbba-4722-89a0-0c4858087158", "max_count": 1, "min_count": 1, "networks": [{"uuid": "6638c639-9916-4fcb-8e3a-e63016fe0f7f"}], "security_groups": [{"name": "680dcbff-b441-487a-a73b-5015dd778d16"}]}}' 2018-10-26 08:38:04,353 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08:38:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-57de0190-c4fd-454c-bf02-f4949c2101ff x-compute-request-id: req-57de0190-c4fd-454c-bf02-f4949c2101ff Content-Length: 403 location: http://172.30.9.21:8774/v2.1/servers/daeaed7d-2687-42b4-8817-d6d9e3bb2bee Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "680dcbff-b441-487a-a73b-5015dd778d16"}], "OS-DCF:diskConfig": "MANUAL", "id": "daeaed7d-2687-42b4-8817-d6d9e3bb2bee", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/daeaed7d-2687-42b4-8817-d6d9e3bb2bee", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/daeaed7d-2687-42b4-8817-d6d9e3bb2bee", "rel": "bookmark"}], "adminPass": "QaC69Ar6iXzS"}} 2018-10-26 08:38:04,353 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-57de0190-c4fd-454c-bf02-f4949c2101ff 2018-10-26 08:38:04,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.7980890274s 2018-10-26 08:38:04,354 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-57de0190-c4fd-454c-bf02-f4949c2101ff 2018-10-26 08:38:04,355 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 08:38:04,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" 2018-10-26 08:38:04,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:38: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-00d2df7a-5407-4f1f-be38-5321dd948b08 x-compute-request-id: req-00d2df7a-5407-4f1f-be38-5321dd948b08 Content-Encoding: gzip Content-Length: 855 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/daeaed7d-2687-42b4-8817-d6d9e3bb2bee", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/daeaed7d-2687-42b4-8817-d6d9e3bb2bee", "rel": "bookmark"}], "image": {"id": "54f3379e-bdd2-4a11-bf5b-6189f587eaa4", "links": [{"href": "http://172.30.9.21:8774/images/54f3379e-bdd2-4a11-bf5b-6189f587eaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ce860418-fbba-4722-89a0-0c4858087158", "links": [{"href": "http://172.30.9.21:8774/flavors/ce860418-fbba-4722-89a0-0c4858087158", "rel": "bookmark"}]}, "id": "daeaed7d-2687-42b4-8817-d6d9e3bb2bee", "user_id": "a95f72c39f5a4fbdbdfe73ca0a9ef1ca", "OS-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-26T08:38:04Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_4f431238-124b-472b-af2f-54c03a8d58fd", "name": "vping_ssh-vm_4f431238-124b-472b-af2f-54c03a8d58fd", "created": "2018-10-26T08:38:04Z", "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_4f431238-124b-472b-af2f-54c03a8d58fd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:02:c4", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b0107437-725b-4262-a850-6d68fa43d13f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b0107437-725b-4262-a850-6d68fa43d13f", "rel": "bookmark"}], "image": {"id": "54f3379e-bdd2-4a11-bf5b-6189f587eaa4", "links": [{"href": "http://172.30.9.21:8774/images/54f3379e-bdd2-4a11-bf5b-6189f587eaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T08:37:58.000000", "flavor": {"id": "ce860418-fbba-4722-89a0-0c4858087158", "links": [{"href": "http://172.30.9.21:8774/flavors/ce860418-fbba-4722-89a0-0c4858087158", "rel": "bookmark"}]}, "id": "b0107437-725b-4262-a850-6d68fa43d13f", "security_groups": [{"name": "vping_ssh-sg_4f431238-124b-472b-af2f-54c03a8d58fd"}], "user_id": "a95f72c39f5a4fbdbdfe73ca0a9ef1ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T08:37:59Z", "hostId": "743a92b036601f882a52bef0341e1a3286c4300cf6af22b4c2c4cfe9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_4f431238-124b-472b-af2f-54c03a8d58fd", "created": "2018-10-26T08:37:53Z", "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 08:38:04,859 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-00d2df7a-5407-4f1f-be38-5321dd948b08 2018-10-26 08:38:04,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.504389047623s 2018-10-26 08:38:04,860 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-00d2df7a-5407-4f1f-be38-5321dd948b08 2018-10-26 08:38:04,865 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 08:38:06,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 08:38:06,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" 2018-10-26 08:38:07,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:38: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-03fd5d72-f107-4529-90fe-1b864bdcd48c x-compute-request-id: req-03fd5d72-f107-4529-90fe-1b864bdcd48c Content-Encoding: gzip Content-Length: 894 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/daeaed7d-2687-42b4-8817-d6d9e3bb2bee", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/daeaed7d-2687-42b4-8817-d6d9e3bb2bee", "rel": "bookmark"}], "image": {"id": "54f3379e-bdd2-4a11-bf5b-6189f587eaa4", "links": [{"href": "http://172.30.9.21:8774/images/54f3379e-bdd2-4a11-bf5b-6189f587eaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ce860418-fbba-4722-89a0-0c4858087158", "links": [{"href": "http://172.30.9.21:8774/flavors/ce860418-fbba-4722-89a0-0c4858087158", "rel": "bookmark"}]}, "id": "daeaed7d-2687-42b4-8817-d6d9e3bb2bee", "security_groups": [{"name": "vping_ssh-sg_4f431238-124b-472b-af2f-54c03a8d58fd"}], "user_id": "a95f72c39f5a4fbdbdfe73ca0a9ef1ca", "OS-DCF: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-26T08:38:05Z", "hostId": "f67681782de9491de1d4dbf4e8a7b81a1a7ec628451563d37d5af992", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_4f431238-124b-472b-af2f-54c03a8d58fd", "name": "vping_ssh-vm_4f431238-124b-472b-af2f-54c03a8d58fd", "created": "2018-10-26T08:38:04Z", "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_4f431238-124b-472b-af2f-54c03a8d58fd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:02:c4", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b0107437-725b-4262-a850-6d68fa43d13f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b0107437-725b-4262-a850-6d68fa43d13f", "rel": "bookmark"}], "image": {"id": "54f3379e-bdd2-4a11-bf5b-6189f587eaa4", "links": [{"href": "http://172.30.9.21:8774/images/54f3379e-bdd2-4a11-bf5b-6189f587eaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T08:37:58.000000", "flavor": {"id": "ce860418-fbba-4722-89a0-0c4858087158", "links": [{"href": "http://172.30.9.21:8774/flavors/ce860418-fbba-4722-89a0-0c4858087158", "rel": "bookmark"}]}, "id": "b0107437-725b-4262-a850-6d68fa43d13f", "security_groups": [{"name": "vping_ssh-sg_4f431238-124b-472b-af2f-54c03a8d58fd"}], "user_id": "a95f72c39f5a4fbdbdfe73ca0a9ef1ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T08:37:59Z", "hostId": "743a92b036601f882a52bef0341e1a3286c4300cf6af22b4c2c4cfe9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_4f431238-124b-472b-af2f-54c03a8d58fd", "created": "2018-10-26T08:37:53Z", "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 08:38:07,360 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-03fd5d72-f107-4529-90fe-1b864bdcd48c 2018-10-26 08:38:07,360 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.493077039719s 2018-10-26 08:38:07,361 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-03fd5d72-f107-4529-90fe-1b864bdcd48c 2018-10-26 08:38:07,366 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 08:38:09,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 08:38:09,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" 2018-10-26 08:38:09,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:38: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-88d58756-e84d-4a08-ad98-ed453054e9ce x-compute-request-id: req-88d58756-e84d-4a08-ad98-ed453054e9ce Content-Encoding: gzip Content-Length: 894 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/daeaed7d-2687-42b4-8817-d6d9e3bb2bee", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/daeaed7d-2687-42b4-8817-d6d9e3bb2bee", "rel": "bookmark"}], "image": {"id": "54f3379e-bdd2-4a11-bf5b-6189f587eaa4", "links": [{"href": "http://172.30.9.21:8774/images/54f3379e-bdd2-4a11-bf5b-6189f587eaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ce860418-fbba-4722-89a0-0c4858087158", "links": [{"href": "http://172.30.9.21:8774/flavors/ce860418-fbba-4722-89a0-0c4858087158", "rel": "bookmark"}]}, "id": "daeaed7d-2687-42b4-8817-d6d9e3bb2bee", "security_groups": [{"name": "vping_ssh-sg_4f431238-124b-472b-af2f-54c03a8d58fd"}], "user_id": "a95f72c39f5a4fbdbdfe73ca0a9ef1ca", "OS-DCF: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-26T08:38:05Z", "hostId": "f67681782de9491de1d4dbf4e8a7b81a1a7ec628451563d37d5af992", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_4f431238-124b-472b-af2f-54c03a8d58fd", "name": "vping_ssh-vm_4f431238-124b-472b-af2f-54c03a8d58fd", "created": "2018-10-26T08:38:04Z", "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_4f431238-124b-472b-af2f-54c03a8d58fd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:02:c4", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b0107437-725b-4262-a850-6d68fa43d13f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b0107437-725b-4262-a850-6d68fa43d13f", "rel": "bookmark"}], "image": {"id": "54f3379e-bdd2-4a11-bf5b-6189f587eaa4", "links": [{"href": "http://172.30.9.21:8774/images/54f3379e-bdd2-4a11-bf5b-6189f587eaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T08:37:58.000000", "flavor": {"id": "ce860418-fbba-4722-89a0-0c4858087158", "links": [{"href": "http://172.30.9.21:8774/flavors/ce860418-fbba-4722-89a0-0c4858087158", "rel": "bookmark"}]}, "id": "b0107437-725b-4262-a850-6d68fa43d13f", "security_groups": [{"name": "vping_ssh-sg_4f431238-124b-472b-af2f-54c03a8d58fd"}], "user_id": "a95f72c39f5a4fbdbdfe73ca0a9ef1ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T08:37:59Z", "hostId": "743a92b036601f882a52bef0341e1a3286c4300cf6af22b4c2c4cfe9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_4f431238-124b-472b-af2f-54c03a8d58fd", "created": "2018-10-26T08:37:53Z", "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 08:38:09,893 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-88d58756-e84d-4a08-ad98-ed453054e9ce 2018-10-26 08:38:09,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.524827003479s 2018-10-26 08:38:09,894 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-88d58756-e84d-4a08-ad98-ed453054e9ce 2018-10-26 08:38:09,898 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 08:38:11,901 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 08:38:11,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" 2018-10-26 08:38:12,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:38:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-df70d6c6-265c-4f12-acb6-cbda6a9356c4 x-compute-request-id: req-df70d6c6-265c-4f12-acb6-cbda6a9356c4 Content-Encoding: gzip Content-Length: 894 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/daeaed7d-2687-42b4-8817-d6d9e3bb2bee", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/daeaed7d-2687-42b4-8817-d6d9e3bb2bee", "rel": "bookmark"}], "image": {"id": "54f3379e-bdd2-4a11-bf5b-6189f587eaa4", "links": [{"href": "http://172.30.9.21:8774/images/54f3379e-bdd2-4a11-bf5b-6189f587eaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ce860418-fbba-4722-89a0-0c4858087158", "links": [{"href": "http://172.30.9.21:8774/flavors/ce860418-fbba-4722-89a0-0c4858087158", "rel": "bookmark"}]}, "id": "daeaed7d-2687-42b4-8817-d6d9e3bb2bee", "security_groups": [{"name": "vping_ssh-sg_4f431238-124b-472b-af2f-54c03a8d58fd"}], "user_id": "a95f72c39f5a4fbdbdfe73ca0a9ef1ca", "OS-DCF: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-26T08:38:05Z", "hostId": "f67681782de9491de1d4dbf4e8a7b81a1a7ec628451563d37d5af992", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_4f431238-124b-472b-af2f-54c03a8d58fd", "name": "vping_ssh-vm_4f431238-124b-472b-af2f-54c03a8d58fd", "created": "2018-10-26T08:38:04Z", "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_4f431238-124b-472b-af2f-54c03a8d58fd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:02:c4", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b0107437-725b-4262-a850-6d68fa43d13f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b0107437-725b-4262-a850-6d68fa43d13f", "rel": "bookmark"}], "image": {"id": "54f3379e-bdd2-4a11-bf5b-6189f587eaa4", "links": [{"href": "http://172.30.9.21:8774/images/54f3379e-bdd2-4a11-bf5b-6189f587eaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T08:37:58.000000", "flavor": {"id": "ce860418-fbba-4722-89a0-0c4858087158", "links": [{"href": "http://172.30.9.21:8774/flavors/ce860418-fbba-4722-89a0-0c4858087158", "rel": "bookmark"}]}, "id": "b0107437-725b-4262-a850-6d68fa43d13f", "security_groups": [{"name": "vping_ssh-sg_4f431238-124b-472b-af2f-54c03a8d58fd"}], "user_id": "a95f72c39f5a4fbdbdfe73ca0a9ef1ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T08:37:59Z", "hostId": "743a92b036601f882a52bef0341e1a3286c4300cf6af22b4c2c4cfe9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_4f431238-124b-472b-af2f-54c03a8d58fd", "created": "2018-10-26T08:37:53Z", "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 08:38:12,444 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-df70d6c6-265c-4f12-acb6-cbda6a9356c4 2018-10-26 08:38:12,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.542483091354s 2018-10-26 08:38:12,444 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-df70d6c6-265c-4f12-acb6-cbda6a9356c4 2018-10-26 08:38:12,449 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 08:38:14,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 08:38:14,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" 2018-10-26 08:38:15,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:38: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-1936855b-c07e-4b5b-b5d1-8db86ecf87ae x-compute-request-id: req-1936855b-c07e-4b5b-b5d1-8db86ecf87ae Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_4f431238-124b-472b-af2f-54c03a8d58fd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:7b:33", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/daeaed7d-2687-42b4-8817-d6d9e3bb2bee", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/daeaed7d-2687-42b4-8817-d6d9e3bb2bee", "rel": "bookmark"}], "image": {"id": "54f3379e-bdd2-4a11-bf5b-6189f587eaa4", "links": [{"href": "http://172.30.9.21:8774/images/54f3379e-bdd2-4a11-bf5b-6189f587eaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T08:38:12.000000", "flavor": {"id": "ce860418-fbba-4722-89a0-0c4858087158", "links": [{"href": "http://172.30.9.21:8774/flavors/ce860418-fbba-4722-89a0-0c4858087158", "rel": "bookmark"}]}, "id": "daeaed7d-2687-42b4-8817-d6d9e3bb2bee", "security_groups": [{"name": "vping_ssh-sg_4f431238-124b-472b-af2f-54c03a8d58fd"}], "user_id": "a95f72c39f5a4fbdbdfe73ca0a9ef1ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T08:38:13Z", "hostId": "f67681782de9491de1d4dbf4e8a7b81a1a7ec628451563d37d5af992", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_4f431238-124b-472b-af2f-54c03a8d58fd", "name": "vping_ssh-vm_4f431238-124b-472b-af2f-54c03a8d58fd", "created": "2018-10-26T08:38:04Z", "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_4f431238-124b-472b-af2f-54c03a8d58fd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:02:c4", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b0107437-725b-4262-a850-6d68fa43d13f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b0107437-725b-4262-a850-6d68fa43d13f", "rel": "bookmark"}], "image": {"id": "54f3379e-bdd2-4a11-bf5b-6189f587eaa4", "links": [{"href": "http://172.30.9.21:8774/images/54f3379e-bdd2-4a11-bf5b-6189f587eaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T08:37:58.000000", "flavor": {"id": "ce860418-fbba-4722-89a0-0c4858087158", "links": [{"href": "http://172.30.9.21:8774/flavors/ce860418-fbba-4722-89a0-0c4858087158", "rel": "bookmark"}]}, "id": "b0107437-725b-4262-a850-6d68fa43d13f", "security_groups": [{"name": "vping_ssh-sg_4f431238-124b-472b-af2f-54c03a8d58fd"}], "user_id": "a95f72c39f5a4fbdbdfe73ca0a9ef1ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T08:37:59Z", "hostId": "743a92b036601f882a52bef0341e1a3286c4300cf6af22b4c2c4cfe9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_4f431238-124b-472b-af2f-54c03a8d58fd", "created": "2018-10-26T08:37:53Z", "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 08:38:15,002 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1936855b-c07e-4b5b-b5d1-8db86ecf87ae 2018-10-26 08:38:15,002 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.550323963165s 2018-10-26 08:38:15,003 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1936855b-c07e-4b5b-b5d1-8db86ecf87ae 2018-10-26 08:38:15,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-10-26 08:38:15,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=daeaed7d-2687-42b4-8817-d6d9e3bb2bee" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" 2018-10-26 08:38:15,098 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-1851447a-ca69-4bf6-b6a0-20a532e2faad Date: Fri, 26 Oct 2018 08:38:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:38:12Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ee2520b7-63d0-4fa9-ae15-31007c430a9f","ip_address":"192.168.120.7"}],"id":"4814b4c1-c622-422b-888c-0b9b7b3d61a0","security_groups":["680dcbff-b441-487a-a73b-5015dd778d16"],"mac_address":"fa:16:3e:4e:7b:33","project_id":"10edd77a0944425b959d5a87f25c56d2","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6638c639-9916-4fcb-8e3a-e63016fe0f7f","tenant_id":"10edd77a0944425b959d5a87f25c56d2","created_at":"2018-10-26T08:38:06Z","binding:vnic_type":"normal","device_id":"daeaed7d-2687-42b4-8817-d6d9e3bb2bee"}]} 2018-10-26 08:38:15,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=daeaed7d-2687-42b4-8817-d6d9e3bb2bee used request id req-1851447a-ca69-4bf6-b6a0-20a532e2faad 2018-10-26 08:38:15,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0903959274292s 2018-10-26 08:38:15,098 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=daeaed7d-2687-42b4-8817-d6d9e3bb2bee used request id req-1851447a-ca69-4bf6-b6a0-20a532e2faad 2018-10-26 08:38:15,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-26 08:38:15,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=4814b4c1-c622-422b-888c-0b9b7b3d61a0" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" 2018-10-26 08:38:15,122 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-f06d28e2-3893-438b-a3e2-deab2d9f0cc8 Date: Fri, 26 Oct 2018 08:38:15 GMT RESP BODY: {"floatingips": []} 2018-10-26 08:38:15,122 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=4814b4c1-c622-422b-888c-0b9b7b3d61a0 used request id req-f06d28e2-3893-438b-a3e2-deab2d9f0cc8 2018-10-26 08:38:15,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0182421207428s 2018-10-26 08:38:15,123 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=4814b4c1-c622-422b-888c-0b9b7b3d61a0 used request id req-f06d28e2-3893-438b-a3e2-deab2d9f0cc8 2018-10-26 08:38:15,123 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_4f431238-124b-472b-af2f-54c03a8d58fd': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:4e:7b:33', 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'54f3379e-bdd2-4a11-bf5b-6189f587eaa4'}), 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-26T08:38:12.000000', 'flavor': Munch({u'id': u'ce860418-fbba-4722-89a0-0c4858087158'}), 'az': u'nova', 'id': u'daeaed7d-2687-42b4-8817-d6d9e3bb2bee', 'security_groups': [Munch({u'name': u'vping_ssh-sg_4f431238-124b-472b-af2f-54c03a8d58fd'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'a95f72c39f5a4fbdbdfe73ca0a9ef1ca', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'10edd77a0944425b959d5a87f25c56d2', 'name': 'vping_ssh-project_4f431238-124b-472b-af2f-54c03a8d58fd', '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-26T08:38:12.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-10-26T08:38:13Z', 'hostId': u'f67681782de9491de1d4dbf4e8a7b81a1a7ec628451563d37d5af992', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_4f431238-124b-472b-af2f-54c03a8d58fd', 'public_v6': '', 'private_v4': u'192.168.120.7', 'cloud': 'envvars', 'host_id': u'f67681782de9491de1d4dbf4e8a7b81a1a7ec628451563d37d5af992', '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-26T08:38:12.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'10edd77a0944425b959d5a87f25c56d2', 'name': u'vping_ssh-vm_4f431238-124b-472b-af2f-54c03a8d58fd', 'adminPass': u'QaC69Ar6iXzS', 'tenant_id': u'10edd77a0944425b959d5a87f25c56d2', 'region': 'regionOne', 'created': u'2018-10-26T08:38:04Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-10-26 08:38:15,126 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-26 08:38:15,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" 2018-10-26 08:38:15,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1234 X-Openstack-Request-Id: req-dbe90086-024e-490d-aeaf-5944dca0cadc Date: Fri, 26 Oct 2018 08:38:15 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ee2520b7-63d0-4fa9-ae15-31007c430a9f"],"updated_at":"2018-10-26T08:37:38Z","tenant_id":"10edd77a0944425b959d5a87f25c56d2","created_at":"2018-10-26T08:37:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"10edd77a0944425b959d5a87f25c56d2","id":"6638c639-9916-4fcb-8e3a-e63016fe0f7f","name":"vping_ssh-net_4f431238-124b-472b-af2f-54c03a8d58fd"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","mtu":1500}]} 2018-10-26 08:38:15,235 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-dbe90086-024e-490d-aeaf-5944dca0cadc 2018-10-26 08:38:15,235 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.108436822891s 2018-10-26 08:38:15,235 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-dbe90086-024e-490d-aeaf-5944dca0cadc 2018-10-26 08:38:15,237 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-10-26 08:38:15,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=daeaed7d-2687-42b4-8817-d6d9e3bb2bee" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" 2018-10-26 08:38:15,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-2a5f6f2b-0f94-4c47-a26b-931e0cfc3a1f Date: Fri, 26 Oct 2018 08:38:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:38:12Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ee2520b7-63d0-4fa9-ae15-31007c430a9f","ip_address":"192.168.120.7"}],"id":"4814b4c1-c622-422b-888c-0b9b7b3d61a0","security_groups":["680dcbff-b441-487a-a73b-5015dd778d16"],"mac_address":"fa:16:3e:4e:7b:33","project_id":"10edd77a0944425b959d5a87f25c56d2","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6638c639-9916-4fcb-8e3a-e63016fe0f7f","tenant_id":"10edd77a0944425b959d5a87f25c56d2","created_at":"2018-10-26T08:38:06Z","binding:vnic_type":"normal","device_id":"daeaed7d-2687-42b4-8817-d6d9e3bb2bee"}]} 2018-10-26 08:38:15,294 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=daeaed7d-2687-42b4-8817-d6d9e3bb2bee used request id req-2a5f6f2b-0f94-4c47-a26b-931e0cfc3a1f 2018-10-26 08:38:15,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0567579269409s 2018-10-26 08:38:15,294 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=daeaed7d-2687-42b4-8817-d6d9e3bb2bee used request id req-2a5f6f2b-0f94-4c47-a26b-931e0cfc3a1f 2018-10-26 08:38:15,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-10-26 08:38:15,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.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}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" -d '{"floatingip": {"floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "fixed_ip_address": "192.168.120.7", "port_id": "4814b4c1-c622-422b-888c-0b9b7b3d61a0"}}' 2018-10-26 08:38:17,554 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-3820fc72-d1cd-437d-94f2-5b6590dce236 Date: Fri, 26 Oct 2018 08:38:17 GMT RESP BODY: {"floatingip": {"router_id": "fec331a7-5f2a-44f5-849a-260e303c1fe6", "status": "DOWN", "description": "", "tags": [], "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "created_at": "2018-10-26T08:38:16Z", "updated_at": "2018-10-26T08:38:16Z", "floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "fixed_ip_address": "192.168.120.7", "floating_ip_address": "172.30.9.207", "revision_number": 0, "project_id": "10edd77a0944425b959d5a87f25c56d2", "port_id": "4814b4c1-c622-422b-888c-0b9b7b3d61a0", "id": "76ca6da5-8540-41ee-b96e-80abbd60710b"}} 2018-10-26 08:38:17,554 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-3820fc72-d1cd-437d-94f2-5b6590dce236 2018-10-26 08:38:17,554 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.25910878181s 2018-10-26 08:38:17,555 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-3820fc72-d1cd-437d-94f2-5b6590dce236 2018-10-26 08:38:17,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-26 08:38:17,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" 2018-10-26 08:38:17,726 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-b0534674-745c-4a95-813e-69eb5f6fde3b Date: Fri, 26 Oct 2018 08:38:17 GMT RESP BODY: {"floatingips": [{"router_id": "fec331a7-5f2a-44f5-849a-260e303c1fe6", "status": "DOWN", "description": "", "tags": [], "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "created_at": "2018-10-26T08:38:16Z", "updated_at": "2018-10-26T08:38:16Z", "floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "fixed_ip_address": "192.168.120.7", "floating_ip_address": "172.30.9.207", "revision_number": 0, "project_id": "10edd77a0944425b959d5a87f25c56d2", "port_id": "4814b4c1-c622-422b-888c-0b9b7b3d61a0", "id": "76ca6da5-8540-41ee-b96e-80abbd60710b"}]} 2018-10-26 08:38:17,726 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-b0534674-745c-4a95-813e-69eb5f6fde3b 2018-10-26 08:38:17,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.162796020508s 2018-10-26 08:38:17,726 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-b0534674-745c-4a95-813e-69eb5f6fde3b 2018-10-26 08:38:17,730 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-10-26 08:38:17,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-26 08:38:17,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" 2018-10-26 08:38:17,858 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-83a02924-68be-4b63-a87f-e8f96bc692fa Date: Fri, 26 Oct 2018 08:38:17 GMT RESP BODY: {"floatingips": [{"router_id": "fec331a7-5f2a-44f5-849a-260e303c1fe6", "status": "DOWN", "description": "", "tags": [], "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "created_at": "2018-10-26T08:38:16Z", "updated_at": "2018-10-26T08:38:16Z", "floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "fixed_ip_address": "192.168.120.7", "floating_ip_address": "172.30.9.207", "revision_number": 0, "project_id": "10edd77a0944425b959d5a87f25c56d2", "port_id": "4814b4c1-c622-422b-888c-0b9b7b3d61a0", "id": "76ca6da5-8540-41ee-b96e-80abbd60710b"}]} 2018-10-26 08:38:17,859 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-83a02924-68be-4b63-a87f-e8f96bc692fa 2018-10-26 08:38:17,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0226531028748s 2018-10-26 08:38:17,859 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-83a02924-68be-4b63-a87f-e8f96bc692fa 2018-10-26 08:38:17,862 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-10-26 08:38:17,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-26 08:38:17,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" 2018-10-26 08:38:18,145 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-5dd7cce5-d103-44a8-8e5f-6a969e3c5729 Date: Fri, 26 Oct 2018 08:38:18 GMT RESP BODY: {"floatingips": [{"router_id": "fec331a7-5f2a-44f5-849a-260e303c1fe6", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "created_at": "2018-10-26T08:38:16Z", "updated_at": "2018-10-26T08:38:16Z", "floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "fixed_ip_address": "192.168.120.7", "floating_ip_address": "172.30.9.207", "revision_number": 0, "project_id": "10edd77a0944425b959d5a87f25c56d2", "port_id": "4814b4c1-c622-422b-888c-0b9b7b3d61a0", "id": "76ca6da5-8540-41ee-b96e-80abbd60710b"}]} 2018-10-26 08:38:18,145 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-5dd7cce5-d103-44a8-8e5f-6a969e3c5729 2018-10-26 08:38:18,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.17769908905s 2018-10-26 08:38:18,146 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-5dd7cce5-d103-44a8-8e5f-6a969e3c5729 2018-10-26 08:38:18,150 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'fec331a7-5f2a-44f5-849a-260e303c1fe6', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'10edd77a0944425b959d5a87f25c56d2', 'created_at': u'2018-10-26T08:38:16Z', 'attached': True, 'updated_at': u'2018-10-26T08:38:16Z', 'id': u'76ca6da5-8540-41ee-b96e-80abbd60710b', 'floating_network_id': u'94b52afd-6cfc-477c-8eec-9ace3e0b6693', 'fixed_ip_address': u'192.168.120.7', 'floating_ip_address': u'172.30.9.207', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'10edd77a0944425b959d5a87f25c56d2', 'name': 'vping_ssh-project_4f431238-124b-472b-af2f-54c03a8d58fd', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'fec331a7-5f2a-44f5-849a-260e303c1fe6', 'project_id': u'10edd77a0944425b959d5a87f25c56d2', 'port_id': u'4814b4c1-c622-422b-888c-0b9b7b3d61a0', 'port': u'4814b4c1-c622-422b-888c-0b9b7b3d61a0', 'network': u'94b52afd-6cfc-477c-8eec-9ace3e0b6693'}) 2018-10-26 08:38:18,150 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-26 08:38:18,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/daeaed7d-2687-42b4-8817-d6d9e3bb2bee/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}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-26 08:38:19,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:38: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-20fc4e11-acb1-44f7-a2c3-b1c2fe97c37f x-compute-request-id: req-20fc4e11-acb1-44f7-a2c3-b1c2fe97c37f Content-Encoding: gzip Content-Length: 9529 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 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 836145684 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 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.127524] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129138] pid_max: default: 32768 minimum: 301\n[ 0.130009] ACPI: Core revision 20150930\n[ 0.131380] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132657] Security Framework initialized\n[ 0.133454] Yama: becoming mindful.\n[ 0.134159] AppArmor: AppArmor initialized\n[ 0.135004] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136298] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137547] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.138723] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140073] Initializing cgroup subsys io\n[ 0.140867] Initializing cgroup subsys memory\n[ 0.141707] Initializing cgroup subsys devices\n[ 0.142551] Initializing cgroup subsys freezer\n[ 0.143404] Initializing cgroup subsys net_cls\n[ 0.144243] Initializing cgroup subsys perf_event\n[ 0.145130] Initializing cgroup subsys net_prio\n[ 0.145990] Initializing cgroup subsys hugetlb\n[ 0.146846] Initializing cgroup subsys pids\n[ 0.147702] CPU: Physical Processor ID: 0\n[ 0.149178] mce: CPU supports 10 MCE banks\n[ 0.150005] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.150985] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161582] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.167881] ftrace: allocating 31920 entries in 125 pages\n[ 0.193840] smpboot: Max logical packages: 1\n[ 0.194706] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.196021] x2apic enabled\n[ 0.196816] Switched APIC routing to physical x2apic.\n[ 0.198536] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.199624] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201561] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203294] KVM setup paravirtual spinlock\n[ 0.204578] x86: Booted up 1 node, 1 CPUs\n[ 0.205366] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.206716] devtmpfs: initialized\n[ 0.208415] evm: security.selinux\n[ 0.209097] evm: security.SMACK64\n[ 0.209777] evm: security.SMACK64EXEC\n[ 0.210505] evm: security.SMACK64TRANSMUTE\n[ 0.211287] evm: security.SMACK64MMAP\n[ 0.212018] evm: security.ima\n[ 0.212650] evm: security.capability\n[ 0.213436] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.215234] pinctrl core: initialized pinctrl subsystem\n[ 0.216302] RTC time: 8:38:12, date: 10/26/18\n[ 0.217244] NET: Registered protocol family 16\n[ 0.218193] cpuidle: using governor ladder\n[ 0.218992] cpuidle: using governor menu\n[ 0.219762] PCCT header not found.\n[ 0.220493] ACPI: bus type PCI registered\n[ 0.221274] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.222484] PCI: Using configuration type 1 for base access\n[ 0.224203] ACPI: Added _OSI(Module Device)\n[ 0.225028] ACPI: Added _OSI(Processor Device)\n[ 0.225876] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.226757] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.228885] ACPI: Interpreter enabled\n[ 0.229637] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.231446] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.233232] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.235036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.236826] ACPI: (supports S0 S5)\n[ 0.237512] ACPI: Using IOAPIC for interrupt routing\n[ 0.238428] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.241678] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.242787] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.244001] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.245162] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.247319] acpiphp: Slot [3] registered\n[ 0.248108] acpiphp: Slot [4] registered\n[ 0.248888] acpiphp: Slot [5] registered\n[ 0.249673] acpiphp: Slot [6] registered\n[ 0.250450] acpiphp: Slot [7] registered\n[ 0.251222] acpiphp: Slot [8] registered\n[ 0.252002] acpiphp: Slot [9] registered\n[ 0.252775] acpiphp: Slot [10] registered\n[ 0.253562] acpiphp: Slot [11] registered\n[ 0.254356] acpiphp: Slot [12] registered\n[ 0.255147] acpiphp: Slot [13] registered\n[ 0.255936] acpiphp: Slot [14] registered\n[ 0.256728] acpiphp: Slot [15] registered\n[ 0.267599] acpiphp: Slot [16] registered\n[ 0.268391] acpiphp: Slot [17] registered\n[ 0.269177] acpiphp: Slot [18] registered\n[ 0.269967] acpiphp: Slot [19] registered\n[ 0.270754] acpiphp: Slot [20] registered\n[ 0.271543] acpiphp: Slot [21] registered\n[ 0.272335] acpiphp: Slot [22] registered\n[ 0.273123] acpiphp: Slot [23] registered\n[ 0.273913] acpiphp: Slot [24] registered\n[ 0.274705] acpiphp: Slot [25] registered\n[ 0.275491] acpiphp: Slot [26] registered\n[ 0.276274] acpiphp: Slot [27] registered\n[ 0.277069] acpiphp: Slot [28] registered\n[ 0.277866] acpiphp: Slot [29] registered\n[ 0.278652] acpiphp: Slot [30] registered\n[ 0.279441] acpiphp: Slot [31] registered\n[ 0.280222] PCI host bridge to bus 0000:00\n[ 0.281012] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.282190] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.283371] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.284774] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.286181] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.292493] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.293734] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.294874] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.296110] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303174] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.304583] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355684] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357159] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358555] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359936] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361306] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362539] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363667] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364700] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366213] vgaarb: loaded\n[ 0.366808] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367924] SCSI subsystem initialized\n[ 0.368725] ACPI: bus type USB registered\n[ 0.369522] usbcore: registered new interface driver usbfs\n[ 0.370530] usbcore: registered new interface driver hub\n[ 0.371516] usbcore: registered new device driver usb\n[ 0.372545] PCI: Using ACPI for IRQ routing\n[ 0.373547] NetLabel: Initializing\n[ 0.374243] NetLabel: domain hash size = 128\n[ 0.375125] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376057] NetLabel: unlabeled traffic allowed by default\n[ 0.377127] clocksource: Switched to clocksource kvm-clock\n[ 0.382634] AppArmor: AppArmor Filesystem Enabled\n[ 0.383575] pnp: PnP ACPI init\n[ 0.384475] pnp: PnP ACPI: found 5 devices\n[ 0.390821] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392477] NET: Registered protocol family 2\n[ 0.393414] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394649] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395786] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396914] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397963] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399101] NET: Registered protocol family 1\n[ 0.399945] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401006] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402049] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416044] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430257] Trying to unpack rootfs image as initramfs...\n[ 0.480664] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495032] Scanning for low memory corruption every 60 seconds\n[ 0.496818] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498476] audit: initializing netlink subsys (disabled)\n[ 0.499936] audit: type=2000 audit(1540543093.753:1): initialized\n[ 0.501751] Initialise system trusted keyring\n[ 0.503003] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504679] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507137] zbud: loaded\n[ 0.508032] VFS: Disk quotas dquot_6.6.0\n[ 0.509159] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.511229] fuse init (API version 7.23)\n[ 0.512432] Key type big_key registered\n[ 0.513543] Allocating IMA MOK and blacklist keyrings.\n[ 0.515057] Key type asymmetric registered\n[ 0.516200] Asymmetric key parser 'x509' registered\n[ 0.517546] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.519604] io scheduler noop registered\n[ 0.520715] io scheduler deadline registered (default)\n[ 0.522128] io scheduler cfq registered\n[ 0.523262] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.524759] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526924] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528961] ACPI: Power Button [PWRF]\n[ 0.530054] GHES: HEST is not enabled!\n[ 0.543710] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571791] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.574620] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600309] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603221] Linux agpgart interface v0.103\n[ 0.605666] brd: module loaded\n[ 0.607110] loop: module loaded\n[ 0.612175] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.614086] GPT:90111 != 2097151\n[ 0.614972] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616261] GPT:90111 != 2097151\n[ 0.617081] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618293] vda: vda1 vda15\n[ 0.619980] scsi host0: ata_piix\n[ 0.620867] scsi host1: ata_piix\n[ 0.621690] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.623245] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.625062] libphy: Fixed MDIO Bus: probed\n[ 0.626258] tun: Universal TUN/TAP device driver, 1.6\n[ 0.627374] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.630006] PPP generic driver version 2.4.2\n[ 0.631065] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632608] ehci-pci: EHCI PCI platform driver\n[ 0.633747] ehci-platform: EHCI generic platform driver\n[ 0.634964] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636439] ohci-pci: OHCI PCI platform driver\n[ 0.637594] ohci-platform: OHCI generic platform driver\n[ 0.638749] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653575] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.655027] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.657089] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.658507] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.660048] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.661832] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.663956] usb usb1: Product: UHCI Host Controller\n[ 0.665291] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.666960] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.668283] hub 1-0:1.0: USB hub found\n[ 0.669389] hub 1-0:1.0: 2 ports detected\n[ 0.670627] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673408] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674786] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676254] mousedev: PS/2 mouse device common for all mice\n[ 0.677984] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.680528] rtc_cmos 00:00: RTC can wake from S4\n[ 0.681838] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.683458] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685109] i2c /dev entries driver\n[ 0.686070] device-mapper: uevent: version 1.0.3\n[ 0.687261] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689428] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690948] NET: Registered protocol family 10\n[ 0.692076] NET: Registered protocol family 17\n[ 0.693181] Key type dns_resolver registered\n[ 0.694405] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695916] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698178] registered taskstats version 1\n[ 0.699217] Loading compiled-in X.509 certificates\n[ 0.701023] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703452] zswap: loaded using pool lzo/zbud\n[ 0.704978] Key type trusted registered\n[ 0.706755] Key type encrypted registered\n[ 0.707747] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709079] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710299] evm: HMAC attrs: 0x1\n[ 0.711333] Magic number: 6:407:625\n[ 0.712281] rtc_cmos 00:00: setting system clock to 2018-10-26 08:38:13 UTC (1540543093)\n[ 0.714128] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.715411] EDD information not available.\n[ 0.782113] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783873] Write protecting the kernel read-only data: 14336k\n[ 0.795803] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.797853] 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.842902] 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.06\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.7...\nLease of 192.168.120.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.21. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCD+7eJ3g4LvVggnMtxOqs5Bx+7h+sTtGS2wOBTmcyjMkgtheyDf/Zqv1uZ7lrIe3vZhakvkkm7B2aickNSxdgV/zYIsWbd6iO7BTAkchwYpv4fyxEMhjNJZaqGQoL1mTY+xiSjNwTg/jgSXQ2c0rEBxB5JcO1JiJm2ISqcbmyM365KNM1/2Dp8X8b4N8nJmOBdaNX1+A8eV4Z31uHxpjagJviHbGnzRGTPEMdeRq3IUQmt7xU/BIBghiGxCCkvdRuxf5iiUL0kRt3Eneo4oKYfaOmAQ0K7DhaHRiQn6X9L4Q4ShJzwql6l+r2tc4CrW0W/vTpOUwPK7GrKTz33uv5R root@vping-ssh-vm-4f431238-124b-472b-af2f-54c03a8d58fd\nssh-dss AAAAB3NzaC1kc3MAAACBAPwVNFElEvQ00FX1gwFGWIB0vKqw3Chgxtb1IkNtwtgYs8SkUaOFVT52iZZY9N7C41igJ4L4/0vTdPIoTBinsdSUwHPdjT8ddn5wichSxAtIQnG0FPg8Hn4+QBIotKPyZUXEu4LaArGPJxwMEymmQhDH9F97mmITN8fWavwrIcWLAAAAFQC1guNKjX9F2kh6pfBCKS8CljySwQAAAIALB2aSsEONOa8tZMwpjvahZKQLeXCgNHelA98fGFD2dFKA4g/kNyclzt3VBBIR+eb4arnuE0FlC86K0C3eoUic4kEn7E0qyVfV1j9PfYmqaQ1uC/oJn62hSSX+ECuNTikdT6OAl20z8harPB8zCRMc+f1hCnxWa7CcKSTh+kGzPQAAAIBFR7iZYM4y5Dq/nid7Kut+hCFTkk0hrSyQg2v40KTGasJyoGQZ7sbVhAE3GAeT1GCwtpCls7BKqBFa+tlLPhet9Kq6FIm4K7/mYXhGzWMSa6T8mZpvsjO1CQiH43cb5EUt8Gqn5WMyY2A61aoNXgqz01rliCmZvOuBJI9EsxFumA== root@vping-ssh-vm-4f431238-124b-472b-af2f-54c03a8d58fd\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.7,24,fe80::f816:3eff:fe4e:7b33/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.7 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000023\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-ssh-vm-4f431238-124b-472b-af2f-54c03a8d58fd\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.84 ===\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-4f431238-124b-472b-af2f-54c03a8d58fd login: "} 2018-10-26 08:38:19,244 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/daeaed7d-2687-42b4-8817-d6d9e3bb2bee/action used request id req-20fc4e11-acb1-44f7-a2c3-b1c2fe97c37f 2018-10-26 08:38:19,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.09386205673s 2018-10-26 08:38:19,245 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/daeaed7d-2687-42b4-8817-d6d9e3bb2bee/action used request id req-20fc4e11-acb1-44f7-a2c3-b1c2fe97c37f 2018-10-26 08:38:19,245 - 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 836145684 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.127524] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.129138] pid_max: default: 32768 minimum: 301 [ 0.130009] ACPI: Core revision 20150930 [ 0.131380] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132657] Security Framework initialized [ 0.133454] Yama: becoming mindful. [ 0.134159] AppArmor: AppArmor initialized [ 0.135004] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.136298] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137547] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138723] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140073] Initializing cgroup subsys io [ 0.140867] Initializing cgroup subsys memory [ 0.141707] Initializing cgroup subsys devices [ 0.142551] Initializing cgroup subsys freezer [ 0.143404] Initializing cgroup subsys net_cls [ 0.144243] Initializing cgroup subsys perf_event [ 0.145130] Initializing cgroup subsys net_prio [ 0.145990] Initializing cgroup subsys hugetlb [ 0.146846] Initializing cgroup subsys pids [ 0.147702] CPU: Physical Processor ID: 0 [ 0.149178] mce: CPU supports 10 MCE banks [ 0.150005] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.150985] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.161582] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.167881] ftrace: allocating 31920 entries in 125 pages [ 0.193840] smpboot: Max logical packages: 1 [ 0.194706] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.196021] x2apic enabled [ 0.196816] Switched APIC routing to physical x2apic. [ 0.198536] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.199624] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.201561] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203294] KVM setup paravirtual spinlock [ 0.204578] x86: Booted up 1 node, 1 CPUs [ 0.205366] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.206716] devtmpfs: initialized [ 0.208415] evm: security.selinux [ 0.209097] evm: security.SMACK64 [ 0.209777] evm: security.SMACK64EXEC [ 0.210505] evm: security.SMACK64TRANSMUTE [ 0.211287] evm: security.SMACK64MMAP [ 0.212018] evm: security.ima [ 0.212650] evm: security.capability [ 0.213436] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.215234] pinctrl core: initialized pinctrl subsystem [ 0.216302] RTC time: 8:38:12, date: 10/26/18 [ 0.217244] NET: Registered protocol family 16 [ 0.218193] cpuidle: using governor ladder [ 0.218992] cpuidle: using governor menu [ 0.219762] PCCT header not found. [ 0.220493] ACPI: bus type PCI registered [ 0.221274] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.222484] PCI: Using configuration type 1 for base access [ 0.224203] ACPI: Added _OSI(Module Device) [ 0.225028] ACPI: Added _OSI(Processor Device) [ 0.225876] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.226757] ACPI: Added _OSI(Processor Aggregator Device) [ 0.228885] ACPI: Interpreter enabled [ 0.229637] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.231446] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.233232] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.235036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.236826] ACPI: (supports S0 S5) [ 0.237512] ACPI: Using IOAPIC for interrupt routing [ 0.238428] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.241678] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.242787] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.244001] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.245162] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.247319] acpiphp: Slot [3] registered [ 0.248108] acpiphp: Slot [4] registered [ 0.248888] acpiphp: Slot [5] registered [ 0.249673] acpiphp: Slot [6] registered [ 0.250450] acpiphp: Slot [7] registered [ 0.251222] acpiphp: Slot [8] registered [ 0.252002] acpiphp: Slot [9] registered [ 0.252775] acpiphp: Slot [10] registered [ 0.253562] acpiphp: Slot [11] registered [ 0.254356] acpiphp: Slot [12] registered [ 0.255147] acpiphp: Slot [13] registered [ 0.255936] acpiphp: Slot [14] registered [ 0.256728] acpiphp: Slot [15] registered [ 0.267599] acpiphp: Slot [16] registered [ 0.268391] acpiphp: Slot [17] registered [ 0.269177] acpiphp: Slot [18] registered [ 0.269967] acpiphp: Slot [19] registered [ 0.270754] acpiphp: Slot [20] registered [ 0.271543] acpiphp: Slot [21] registered [ 0.272335] acpiphp: Slot [22] registered [ 0.273123] acpiphp: Slot [23] registered [ 0.273913] acpiphp: Slot [24] registered [ 0.274705] acpiphp: Slot [25] registered [ 0.275491] acpiphp: Slot [26] registered [ 0.276274] acpiphp: Slot [27] registered [ 0.277069] acpiphp: Slot [28] registered [ 0.277866] acpiphp: Slot [29] registered [ 0.278652] acpiphp: Slot [30] registered [ 0.279441] acpiphp: Slot [31] registered [ 0.280222] PCI host bridge to bus 0000:00 [ 0.281012] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.282190] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.283371] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.284774] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.286181] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.292493] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.293734] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.294874] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.296110] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.303174] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.304583] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.355684] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.357159] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.358555] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.359936] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.361306] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.362539] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.363667] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.364700] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.366213] vgaarb: loaded [ 0.366808] vgaarb: bridge control possible 0000:00:02.0 [ 0.367924] SCSI subsystem initialized [ 0.368725] ACPI: bus type USB registered [ 0.369522] usbcore: registered new interface driver usbfs [ 0.370530] usbcore: registered new interface driver hub [ 0.371516] usbcore: registered new device driver usb [ 0.372545] PCI: Using ACPI for IRQ routing [ 0.373547] NetLabel: Initializing [ 0.374243] NetLabel: domain hash size = 128 [ 0.375125] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.376057] NetLabel: unlabeled traffic allowed by default [ 0.377127] clocksource: Switched to clocksource kvm-clock [ 0.382634] AppArmor: AppArmor Filesystem Enabled [ 0.383575] pnp: PnP ACPI init [ 0.384475] pnp: PnP ACPI: found 5 devices [ 0.390821] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.392477] NET: Registered protocol family 2 [ 0.393414] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.394649] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.395786] TCP: Hash tables configured (established 4096 bind 4096) [ 0.396914] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.397963] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.399101] NET: Registered protocol family 1 [ 0.399945] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.401006] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.402049] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.416044] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.430257] Trying to unpack rootfs image as initramfs... [ 0.480664] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.495032] Scanning for low memory corruption every 60 seconds [ 0.496818] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.498476] audit: initializing netlink subsys (disabled) [ 0.499936] audit: type=2000 audit(1540543093.753:1): initialized [ 0.501751] Initialise system trusted keyring [ 0.503003] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.504679] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.507137] zbud: loaded [ 0.508032] VFS: Disk quotas dquot_6.6.0 [ 0.509159] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.511229] fuse init (API version 7.23) [ 0.512432] Key type big_key registered [ 0.513543] Allocating IMA MOK and blacklist keyrings. [ 0.515057] Key type asymmetric registered [ 0.516200] Asymmetric key parser 'x509' registered [ 0.517546] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.519604] io scheduler noop registered [ 0.520715] io scheduler deadline registered (default) [ 0.522128] io scheduler cfq registered [ 0.523262] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.524759] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526924] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528961] ACPI: Power Button [PWRF] [ 0.530054] GHES: HEST is not enabled! [ 0.543710] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.571791] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.574620] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600309] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.603221] Linux agpgart interface v0.103 [ 0.605666] brd: module loaded [ 0.607110] loop: module loaded [ 0.612175] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.614086] GPT:90111 != 2097151 [ 0.614972] GPT:Alternate GPT header not at the end of the disk. [ 0.616261] GPT:90111 != 2097151 [ 0.617081] GPT: Use GNU Parted to correct GPT errors. [ 0.618293] vda: vda1 vda15 [ 0.619980] scsi host0: ata_piix [ 0.620867] scsi host1: ata_piix [ 0.621690] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.623245] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.625062] libphy: Fixed MDIO Bus: probed [ 0.626258] tun: Universal TUN/TAP device driver, 1.6 [ 0.627374] tun: (C) 1999-2004 Max Krasnyansky [ 0.630006] PPP generic driver version 2.4.2 [ 0.631065] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632608] ehci-pci: EHCI PCI platform driver [ 0.633747] ehci-platform: EHCI generic platform driver [ 0.634964] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.636439] ohci-pci: OHCI PCI platform driver [ 0.637594] ohci-platform: OHCI generic platform driver [ 0.638749] uhci_hcd: USB Universal Host Controller Interface driver [ 0.653575] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.655027] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.657089] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.658507] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.660048] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.661832] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.663956] usb usb1: Product: UHCI Host Controller [ 0.665291] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.666960] usb usb1: SerialNumber: 0000:00:01.2 [ 0.668283] hub 1-0:1.0: USB hub found [ 0.669389] hub 1-0:1.0: 2 ports detected [ 0.670627] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.673408] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.674786] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676254] mousedev: PS/2 mouse device common for all mice [ 0.677984] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680528] rtc_cmos 00:00: RTC can wake from S4 [ 0.681838] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.683458] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.685109] i2c /dev entries driver [ 0.686070] device-mapper: uevent: version 1.0.3 [ 0.687261] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.689428] ledtrig-cpu: registered to indicate activity on CPUs [ 0.690948] NET: Registered protocol family 10 [ 0.692076] NET: Registered protocol family 17 [ 0.693181] Key type dns_resolver registered [ 0.694405] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.695916] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.698178] registered taskstats version 1 [ 0.699217] Loading compiled-in X.509 certificates [ 0.701023] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.703452] zswap: loaded using pool lzo/zbud [ 0.704978] Key type trusted registered [ 0.706755] Key type encrypted registered [ 0.707747] AppArmor: AppArmor sha1 policy hashing enabled [ 0.709079] ima: No TPM chip found, activating TPM-bypass! [ 0.710299] evm: HMAC attrs: 0x1 [ 0.711333] Magic number: 6:407:625 [ 0.712281] rtc_cmos 00:00: setting system clock to 2018-10-26 08:38:13 UTC (1540543093) [ 0.714128] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.715411] EDD information not available. [ 0.782113] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.783873] Write protecting the kernel read-only data: 14336k [ 0.795803] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.797853] 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.842902] 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.06 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.7... Lease of 192.168.120.7 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.21. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCD+7eJ3g4LvVggnMtxOqs5Bx+7h+sTtGS2wOBTmcyjMkgtheyDf/Zqv1uZ7lrIe3vZhakvkkm7B2aickNSxdgV/zYIsWbd6iO7BTAkchwYpv4fyxEMhjNJZaqGQoL1mTY+xiSjNwTg/jgSXQ2c0rEBxB5JcO1JiJm2ISqcbmyM365KNM1/2Dp8X8b4N8nJmOBdaNX1+A8eV4Z31uHxpjagJviHbGnzRGTPEMdeRq3IUQmt7xU/BIBghiGxCCkvdRuxf5iiUL0kRt3Eneo4oKYfaOmAQ0K7DhaHRiQn6X9L4Q4ShJzwql6l+r2tc4CrW0W/vTpOUwPK7GrKTz33uv5R root@vping-ssh-vm-4f431238-124b-472b-af2f-54c03a8d58fd ssh-dss AAAAB3NzaC1kc3MAAACBAPwVNFElEvQ00FX1gwFGWIB0vKqw3Chgxtb1IkNtwtgYs8SkUaOFVT52iZZY9N7C41igJ4L4/0vTdPIoTBinsdSUwHPdjT8ddn5wichSxAtIQnG0FPg8Hn4+QBIotKPyZUXEu4LaArGPJxwMEymmQhDH9F97mmITN8fWavwrIcWLAAAAFQC1guNKjX9F2kh6pfBCKS8CljySwQAAAIALB2aSsEONOa8tZMwpjvahZKQLeXCgNHelA98fGFD2dFKA4g/kNyclzt3VBBIR+eb4arnuE0FlC86K0C3eoUic4kEn7E0qyVfV1j9PfYmqaQ1uC/oJn62hSSX+ECuNTikdT6OAl20z8harPB8zCRMc+f1hCnxWa7CcKSTh+kGzPQAAAIBFR7iZYM4y5Dq/nid7Kut+hCFTkk0hrSyQg2v40KTGasJyoGQZ7sbVhAE3GAeT1GCwtpCls7BKqBFa+tlLPhet9Kq6FIm4K7/mYXhGzWMSa6T8mZpvsjO1CQiH43cb5EUt8Gqn5WMyY2A61aoNXgqz01rliCmZvOuBJI9EsxFumA== root@vping-ssh-vm-4f431238-124b-472b-af2f-54c03a8d58fd -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.7,24,fe80::f816:3eff:fe4e:7b33/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.7 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000023 name: N/A availability-zone: nova local-hostname: vping-ssh-vm-4f431238-124b-472b-af2f-54c03a8d58fd launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.84 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-4f431238-124b-472b-af2f-54c03a8d58fd login: 2018-10-26 08:38:19,250 - paramiko.transport - DEBUG - starting thread (client mode): 0x652de210L 2018-10-26 08:38:19,250 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-26 08:38:19,250 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-26 08:38:19,250 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-26 08:38:19,251 - 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-26 08:38:19,252 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-26 08:38:19,252 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-26 08:38:19,252 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-26 08:38:19,252 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-26 08:38:19,252 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-26 08:38:19,296 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-26 08:38:19,303 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-26 08:38:19,314 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.207: a00740b1a680250a659d1922cb283605 2018-10-26 08:38:19,316 - paramiko.transport - DEBUG - Trying key dc7456fba463017650d3a22b10f90163 from /tmp/tmpBq7DfW 2018-10-26 08:38:19,336 - paramiko.transport - DEBUG - userauth is OK 2018-10-26 08:38:21,438 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-26 08:38:21,452 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-26 08:38:21,453 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-10-26 08:38:21,453 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-26 08:38:21,454 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-26 08:38:21,458 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-26 08:38:21,458 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - output: PING 192.168.120.14 (192.168.120.14): 56 data bytes 64 bytes from 192.168.120.14: seq=0 ttl=64 time=1.512 ms --- 192.168.120.14 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 1.512/1.512/1.512 ms 2018-10-26 08:38:21,458 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - error: 2018-10-26 08:38:21,466 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-26 08:38:21,577 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-26 08:38:21,577 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:44 | PASS | +-------------------+------------------+------------------+----------------+ 2018-10-26 08:38:21,583 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-10-26 08:38:21,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/b0107437-725b-4262-a850-6d68fa43d13f -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" 2018-10-26 08:38:21,743 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:38: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-802150e2-dfcb-4834-a5e3-9b350e7c3c43 x-compute-request-id: req-802150e2-dfcb-4834-a5e3-9b350e7c3c43 Content-Type: application/json 2018-10-26 08:38:21,743 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/b0107437-725b-4262-a850-6d68fa43d13f used request id req-802150e2-dfcb-4834-a5e3-9b350e7c3c43 2018-10-26 08:38:21,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.160113096237s 2018-10-26 08:38:21,743 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/b0107437-725b-4262-a850-6d68fa43d13f used request id req-802150e2-dfcb-4834-a5e3-9b350e7c3c43 2018-10-26 08:38:21,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 08:38:21,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" 2018-10-26 08:38:22,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:38: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-826eaf4e-b91c-47ee-ac08-f646c7722708 x-compute-request-id: req-826eaf4e-b91c-47ee-ac08-f646c7722708 Content-Encoding: gzip Content-Length: 904 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_4f431238-124b-472b-af2f-54c03a8d58fd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:7b:33", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:7b:33", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/daeaed7d-2687-42b4-8817-d6d9e3bb2bee", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/daeaed7d-2687-42b4-8817-d6d9e3bb2bee", "rel": "bookmark"}], "image": {"id": "54f3379e-bdd2-4a11-bf5b-6189f587eaa4", "links": [{"href": "http://172.30.9.21:8774/images/54f3379e-bdd2-4a11-bf5b-6189f587eaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T08:38:12.000000", "flavor": {"id": "ce860418-fbba-4722-89a0-0c4858087158", "links": [{"href": "http://172.30.9.21:8774/flavors/ce860418-fbba-4722-89a0-0c4858087158", "rel": "bookmark"}]}, "id": "daeaed7d-2687-42b4-8817-d6d9e3bb2bee", "security_groups": [{"name": "vping_ssh-sg_4f431238-124b-472b-af2f-54c03a8d58fd"}], "user_id": "a95f72c39f5a4fbdbdfe73ca0a9ef1ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T08:38:13Z", "hostId": "f67681782de9491de1d4dbf4e8a7b81a1a7ec628451563d37d5af992", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_4f431238-124b-472b-af2f-54c03a8d58fd", "name": "vping_ssh-vm_4f431238-124b-472b-af2f-54c03a8d58fd", "created": "2018-10-26T08:38:04Z", "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_4f431238-124b-472b-af2f-54c03a8d58fd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:02:c4", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b0107437-725b-4262-a850-6d68fa43d13f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b0107437-725b-4262-a850-6d68fa43d13f", "rel": "bookmark"}], "image": {"id": "54f3379e-bdd2-4a11-bf5b-6189f587eaa4", "links": [{"href": "http://172.30.9.21:8774/images/54f3379e-bdd2-4a11-bf5b-6189f587eaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T08:37:58.000000", "flavor": {"id": "ce860418-fbba-4722-89a0-0c4858087158", "links": [{"href": "http://172.30.9.21:8774/flavors/ce860418-fbba-4722-89a0-0c4858087158", "rel": "bookmark"}]}, "id": "b0107437-725b-4262-a850-6d68fa43d13f", "security_groups": [{"name": "vping_ssh-sg_4f431238-124b-472b-af2f-54c03a8d58fd"}], "user_id": "a95f72c39f5a4fbdbdfe73ca0a9ef1ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T08:38:21Z", "hostId": "743a92b036601f882a52bef0341e1a3286c4300cf6af22b4c2c4cfe9", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_4f431238-124b-472b-af2f-54c03a8d58fd", "created": "2018-10-26T08:37:53Z", "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 08:38:22,304 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-826eaf4e-b91c-47ee-ac08-f646c7722708 2018-10-26 08:38:22,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.560876846313s 2018-10-26 08:38:22,305 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-826eaf4e-b91c-47ee-ac08-f646c7722708 2018-10-26 08:38:22,308 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 08:38:24,310 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 08:38:24,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" 2018-10-26 08:38:24,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:38: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-3937fc96-590c-4c10-a30e-406b45139cdc x-compute-request-id: req-3937fc96-590c-4c10-a30e-406b45139cdc Content-Encoding: gzip Content-Length: 910 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_4f431238-124b-472b-af2f-54c03a8d58fd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:7b:33", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:7b:33", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/daeaed7d-2687-42b4-8817-d6d9e3bb2bee", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/daeaed7d-2687-42b4-8817-d6d9e3bb2bee", "rel": "bookmark"}], "image": {"id": "54f3379e-bdd2-4a11-bf5b-6189f587eaa4", "links": [{"href": "http://172.30.9.21:8774/images/54f3379e-bdd2-4a11-bf5b-6189f587eaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T08:38:12.000000", "flavor": {"id": "ce860418-fbba-4722-89a0-0c4858087158", "links": [{"href": "http://172.30.9.21:8774/flavors/ce860418-fbba-4722-89a0-0c4858087158", "rel": "bookmark"}]}, "id": "daeaed7d-2687-42b4-8817-d6d9e3bb2bee", "security_groups": [{"name": "vping_ssh-sg_4f431238-124b-472b-af2f-54c03a8d58fd"}], "user_id": "a95f72c39f5a4fbdbdfe73ca0a9ef1ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T08:38:13Z", "hostId": "f67681782de9491de1d4dbf4e8a7b81a1a7ec628451563d37d5af992", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_4f431238-124b-472b-af2f-54c03a8d58fd", "name": "vping_ssh-vm_4f431238-124b-472b-af2f-54c03a8d58fd", "created": "2018-10-26T08:38:04Z", "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b0107437-725b-4262-a850-6d68fa43d13f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b0107437-725b-4262-a850-6d68fa43d13f", "rel": "bookmark"}], "image": {"id": "54f3379e-bdd2-4a11-bf5b-6189f587eaa4", "links": [{"href": "http://172.30.9.21:8774/images/54f3379e-bdd2-4a11-bf5b-6189f587eaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "deleted", "OS-SRV-USG:launched_at": "2018-10-26T08:37:58.000000", "flavor": {"id": "ce860418-fbba-4722-89a0-0c4858087158", "links": [{"href": "http://172.30.9.21:8774/flavors/ce860418-fbba-4722-89a0-0c4858087158", "rel": "bookmark"}]}, "id": "b0107437-725b-4262-a850-6d68fa43d13f", "user_id": "a95f72c39f5a4fbdbdfe73ca0a9ef1ca", "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-26T08:38:24Z", "hostId": "743a92b036601f882a52bef0341e1a3286c4300cf6af22b4c2c4cfe9", "OS-SRV-USG:terminated_at": "2018-10-26T08:38:23.000000", "key_name": null, "name": "vping_ssh-vm2_4f431238-124b-472b-af2f-54c03a8d58fd", "created": "2018-10-26T08:37:53Z", "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 08:38:24,960 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3937fc96-590c-4c10-a30e-406b45139cdc 2018-10-26 08:38:24,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.649896860123s 2018-10-26 08:38:24,961 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3937fc96-590c-4c10-a30e-406b45139cdc 2018-10-26 08:38:24,964 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 08:38:26,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 08:38:26,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" 2018-10-26 08:38:27,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:38:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0b46c442-ca50-4cf8-a918-55c1214baccb x-compute-request-id: req-0b46c442-ca50-4cf8-a918-55c1214baccb Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_4f431238-124b-472b-af2f-54c03a8d58fd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:7b:33", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:7b:33", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/daeaed7d-2687-42b4-8817-d6d9e3bb2bee", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/daeaed7d-2687-42b4-8817-d6d9e3bb2bee", "rel": "bookmark"}], "image": {"id": "54f3379e-bdd2-4a11-bf5b-6189f587eaa4", "links": [{"href": "http://172.30.9.21:8774/images/54f3379e-bdd2-4a11-bf5b-6189f587eaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T08:38:12.000000", "flavor": {"id": "ce860418-fbba-4722-89a0-0c4858087158", "links": [{"href": "http://172.30.9.21:8774/flavors/ce860418-fbba-4722-89a0-0c4858087158", "rel": "bookmark"}]}, "id": "daeaed7d-2687-42b4-8817-d6d9e3bb2bee", "security_groups": [{"name": "vping_ssh-sg_4f431238-124b-472b-af2f-54c03a8d58fd"}], "user_id": "a95f72c39f5a4fbdbdfe73ca0a9ef1ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T08:38:13Z", "hostId": "f67681782de9491de1d4dbf4e8a7b81a1a7ec628451563d37d5af992", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_4f431238-124b-472b-af2f-54c03a8d58fd", "name": "vping_ssh-vm_4f431238-124b-472b-af2f-54c03a8d58fd", "created": "2018-10-26T08:38:04Z", "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 08:38:27,520 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0b46c442-ca50-4cf8-a918-55c1214baccb 2018-10-26 08:38:27,521 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.553920984268s 2018-10-26 08:38:27,521 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0b46c442-ca50-4cf8-a918-55c1214baccb 2018-10-26 08:38:27,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-10-26 08:38:27,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/floatingips/76ca6da5-8540-41ee-b96e-80abbd60710b.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}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" 2018-10-26 08:38:28,466 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-042ed2b5-fa69-4e5e-ac1a-d8444c6b7c56 Content-Length: 0 Date: Fri, 26 Oct 2018 08:38:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:38:28,466 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/76ca6da5-8540-41ee-b96e-80abbd60710b.json used request id req-042ed2b5-fa69-4e5e-ac1a-d8444c6b7c56 2018-10-26 08:38:28,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.940726995468s 2018-10-26 08:38:28,466 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/76ca6da5-8540-41ee-b96e-80abbd60710b.json used request id req-042ed2b5-fa69-4e5e-ac1a-d8444c6b7c56 2018-10-26 08:38:28,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-26 08:38:28,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" 2018-10-26 08:38:28,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-894fb74c-4e68-43f5-a9e9-11bb19433c6c Date: Fri, 26 Oct 2018 08:38:28 GMT RESP BODY: {"floatingips": []} 2018-10-26 08:38:28,501 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-894fb74c-4e68-43f5-a9e9-11bb19433c6c 2018-10-26 08:38:28,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0288889408112s 2018-10-26 08:38:28,501 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-894fb74c-4e68-43f5-a9e9-11bb19433c6c 2018-10-26 08:38:28,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-10-26 08:38:28,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/daeaed7d-2687-42b4-8817-d6d9e3bb2bee -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" 2018-10-26 08:38:28,652 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:38: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-cde485c3-8b80-4ce7-af46-6a5f11d3122e x-compute-request-id: req-cde485c3-8b80-4ce7-af46-6a5f11d3122e Content-Type: application/json 2018-10-26 08:38:28,652 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/daeaed7d-2687-42b4-8817-d6d9e3bb2bee used request id req-cde485c3-8b80-4ce7-af46-6a5f11d3122e 2018-10-26 08:38:28,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.150774002075s 2018-10-26 08:38:28,653 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/daeaed7d-2687-42b4-8817-d6d9e3bb2bee used request id req-cde485c3-8b80-4ce7-af46-6a5f11d3122e 2018-10-26 08:38:28,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 08:38:28,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" 2018-10-26 08:38:29,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:38: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-1f3e535b-db6d-4605-971a-eb0610bad491 x-compute-request-id: req-1f3e535b-db6d-4605-971a-eb0610bad491 Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_4f431238-124b-472b-af2f-54c03a8d58fd": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:7b:33", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:7b:33", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/daeaed7d-2687-42b4-8817-d6d9e3bb2bee", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/daeaed7d-2687-42b4-8817-d6d9e3bb2bee", "rel": "bookmark"}], "image": {"id": "54f3379e-bdd2-4a11-bf5b-6189f587eaa4", "links": [{"href": "http://172.30.9.21:8774/images/54f3379e-bdd2-4a11-bf5b-6189f587eaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T08:38:12.000000", "flavor": {"id": "ce860418-fbba-4722-89a0-0c4858087158", "links": [{"href": "http://172.30.9.21:8774/flavors/ce860418-fbba-4722-89a0-0c4858087158", "rel": "bookmark"}]}, "id": "daeaed7d-2687-42b4-8817-d6d9e3bb2bee", "security_groups": [{"name": "vping_ssh-sg_4f431238-124b-472b-af2f-54c03a8d58fd"}], "user_id": "a95f72c39f5a4fbdbdfe73ca0a9ef1ca", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T08:38:28Z", "hostId": "f67681782de9491de1d4dbf4e8a7b81a1a7ec628451563d37d5af992", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_4f431238-124b-472b-af2f-54c03a8d58fd", "name": "vping_ssh-vm_4f431238-124b-472b-af2f-54c03a8d58fd", "created": "2018-10-26T08:38:04Z", "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 08:38:29,321 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1f3e535b-db6d-4605-971a-eb0610bad491 2018-10-26 08:38:29,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.667863845825s 2018-10-26 08:38:29,322 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1f3e535b-db6d-4605-971a-eb0610bad491 2018-10-26 08:38:29,323 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 08:38:31,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 08:38:31,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" 2018-10-26 08:38:31,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:38: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-8192a1e6-cc83-439c-a91c-f2b4f69a2d0f x-compute-request-id: req-8192a1e6-cc83-439c-a91c-f2b4f69a2d0f Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-26 08:38:31,415 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8192a1e6-cc83-439c-a91c-f2b4f69a2d0f 2018-10-26 08:38:31,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0890719890594s 2018-10-26 08:38:31,415 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8192a1e6-cc83-439c-a91c-f2b4f69a2d0f 2018-10-26 08:38:31,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-26 08:38:31,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" 2018-10-26 08:38:31,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-bee5a857-139d-4b87-84b9-f27d72e24fc8 Date: Fri, 26 Oct 2018 08:38:31 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "created_at": "2018-10-26T08:37:49Z", "updated_at": "2018-10-26T08:37:50Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:37:50Z", "revision_number": 0, "id": "3125689f-8033-484c-a40b-37543ce5900a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:37:50Z", "security_group_id": "680dcbff-b441-487a-a73b-5015dd778d16", "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "port_range_min": null, "ethertype": "IPv4", "project_id": "10edd77a0944425b959d5a87f25c56d2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:37:49Z", "revision_number": 0, "id": "45258d0d-948e-49ce-b393-bb14f3dd2df6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:37:49Z", "security_group_id": "680dcbff-b441-487a-a73b-5015dd778d16", "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "port_range_min": null, "ethertype": "IPv6", "project_id": "10edd77a0944425b959d5a87f25c56d2"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-26T08:37:49Z", "revision_number": 0, "id": "47f304b2-9a55-4b2d-b9f6-6730f664af9b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:37:49Z", "security_group_id": "680dcbff-b441-487a-a73b-5015dd778d16", "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "port_range_min": 22, "ethertype": "IPv4", "project_id": "10edd77a0944425b959d5a87f25c56d2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:37:49Z", "revision_number": 0, "id": "d7c23571-aa74-4903-a4af-d5e53ce030e1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:37:49Z", "security_group_id": "680dcbff-b441-487a-a73b-5015dd778d16", "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "port_range_min": null, "ethertype": "IPv4", "project_id": "10edd77a0944425b959d5a87f25c56d2"}], "revision_number": 4, "project_id": "10edd77a0944425b959d5a87f25c56d2", "id": "680dcbff-b441-487a-a73b-5015dd778d16", "name": "vping_ssh-sg_4f431238-124b-472b-af2f-54c03a8d58fd"}, {"description": "Default security group", "tags": [], "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "created_at": "2018-10-26T08:37:37Z", "updated_at": "2018-10-26T08:37:37Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:37:37Z", "revision_number": 0, "id": "16b35b27-e13c-4bb7-8e95-caf0ffa5b19c", "remote_group_id": "74a97af6-7fb5-4aac-810d-3440ddb48d01", "remote_ip_prefix": null, "created_at": "2018-10-26T08:37:37Z", "security_group_id": "74a97af6-7fb5-4aac-810d-3440ddb48d01", "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "port_range_min": null, "ethertype": "IPv6", "project_id": "10edd77a0944425b959d5a87f25c56d2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:37:37Z", "revision_number": 0, "id": "357b7941-ecdf-4480-9724-d00a621d7a65", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:37:37Z", "security_group_id": "74a97af6-7fb5-4aac-810d-3440ddb48d01", "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "port_range_min": null, "ethertype": "IPv6", "project_id": "10edd77a0944425b959d5a87f25c56d2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:37:37Z", "revision_number": 0, "id": "3df4b4ed-0dc7-467c-9c51-bf139c25a1c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:37:37Z", "security_group_id": "74a97af6-7fb5-4aac-810d-3440ddb48d01", "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "port_range_min": null, "ethertype": "IPv4", "project_id": "10edd77a0944425b959d5a87f25c56d2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:37:37Z", "revision_number": 0, "id": "986cdf51-6e1b-4a1c-bce5-1d136abade00", "remote_group_id": "74a97af6-7fb5-4aac-810d-3440ddb48d01", "remote_ip_prefix": null, "created_at": "2018-10-26T08:37:37Z", "security_group_id": "74a97af6-7fb5-4aac-810d-3440ddb48d01", "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "port_range_min": null, "ethertype": "IPv4", "project_id": "10edd77a0944425b959d5a87f25c56d2"}], "revision_number": 4, "project_id": "10edd77a0944425b959d5a87f25c56d2", "id": "74a97af6-7fb5-4aac-810d-3440ddb48d01", "name": "default"}]} 2018-10-26 08:38:31,477 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-bee5a857-139d-4b87-84b9-f27d72e24fc8 2018-10-26 08:38:31,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0582690238953s 2018-10-26 08:38:31,477 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-bee5a857-139d-4b87-84b9-f27d72e24fc8 2018-10-26 08:38:31,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-26 08:38:31,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/security-groups/680dcbff-b441-487a-a73b-5015dd778d16.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}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" 2018-10-26 08:38:31,669 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bbdaa581-f685-4367-8476-cd70e3a7928b Content-Length: 0 Date: Fri, 26 Oct 2018 08:38:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:38:31,670 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/680dcbff-b441-487a-a73b-5015dd778d16.json used request id req-bbdaa581-f685-4367-8476-cd70e3a7928b 2018-10-26 08:38:31,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.188805818558s 2018-10-26 08:38:31,670 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/680dcbff-b441-487a-a73b-5015dd778d16.json used request id req-bbdaa581-f685-4367-8476-cd70e3a7928b 2018-10-26 08:38:31,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-10-26 08:38:31,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/vping_ssh-kp_4f431238-124b-472b-af2f-54c03a8d58fd -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" 2018-10-26 08:38:31,704 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08:38: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-d4df7183-f5b0-457d-b932-7dd0ec4a0c71 x-compute-request-id: req-d4df7183-f5b0-457d-b932-7dd0ec4a0c71 Content-Length: 0 Content-Type: application/json 2018-10-26 08:38:31,704 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/vping_ssh-kp_4f431238-124b-472b-af2f-54c03a8d58fd used request id req-d4df7183-f5b0-457d-b932-7dd0ec4a0c71 2018-10-26 08:38:31,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0337979793549s 2018-10-26 08:38:31,704 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/vping_ssh-kp_4f431238-124b-472b-af2f-54c03a8d58fd used request id req-d4df7183-f5b0-457d-b932-7dd0ec4a0c71 2018-10-26 08:38:31,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-10-26 08:38:31,705 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/fec331a7-5f2a-44f5-849a-260e303c1fe6/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}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" -d '{"subnet_id": "ee2520b7-63d0-4fa9-ae15-31007c430a9f"}' 2018-10-26 08:38:33,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-7a03b2d8-7ac8-46ed-9513-eecce2348e5c Date: Fri, 26 Oct 2018 08:38:33 GMT RESP BODY: {"network_id": "6638c639-9916-4fcb-8e3a-e63016fe0f7f", "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "subnet_id": "ee2520b7-63d0-4fa9-ae15-31007c430a9f", "subnet_ids": ["ee2520b7-63d0-4fa9-ae15-31007c430a9f"], "port_id": "13877d55-f359-492b-a4e8-eedd85086cf0", "id": "fec331a7-5f2a-44f5-849a-260e303c1fe6"} 2018-10-26 08:38:33,060 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/fec331a7-5f2a-44f5-849a-260e303c1fe6/remove_router_interface.json used request id req-7a03b2d8-7ac8-46ed-9513-eecce2348e5c 2018-10-26 08:38:33,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.35505795479s 2018-10-26 08:38:33,060 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/fec331a7-5f2a-44f5-849a-260e303c1fe6/remove_router_interface.json used request id req-7a03b2d8-7ac8-46ed-9513-eecce2348e5c returning object fec331a7-5f2a-44f5-849a-260e303c1fe6 2018-10-26 08:38:33,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-10-26 08:38:33,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" 2018-10-26 08:38:33,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-c9ca954a-26f8-4b6a-8970-4e7979ae03a8 Date: Fri, 26 Oct 2018 08:38:33 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "created_at": "2018-10-26T08:37:40Z", "admin_state_up": true, "updated_at": "2018-10-26T08:38:32Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "10edd77a0944425b959d5a87f25c56d2", "id": "fec331a7-5f2a-44f5-849a-260e303c1fe6", "name": "vping_ssh-router_4f431238-124b-472b-af2f-54c03a8d58fd"}]} 2018-10-26 08:38:33,152 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-c9ca954a-26f8-4b6a-8970-4e7979ae03a8 2018-10-26 08:38:33,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0910940170288s 2018-10-26 08:38:33,153 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-c9ca954a-26f8-4b6a-8970-4e7979ae03a8 2018-10-26 08:38:33,154 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-10-26 08:38:33,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/fec331a7-5f2a-44f5-849a-260e303c1fe6.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}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" 2018-10-26 08:38:36,589 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-242a5585-1f72-40d0-b587-5616bcecca88 Content-Length: 0 Date: Fri, 26 Oct 2018 08:38:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:38:36,589 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/fec331a7-5f2a-44f5-849a-260e303c1fe6.json used request id req-242a5585-1f72-40d0-b587-5616bcecca88 2018-10-26 08:38:36,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.4348628521s 2018-10-26 08:38:36,589 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/fec331a7-5f2a-44f5-849a-260e303c1fe6.json used request id req-242a5585-1f72-40d0-b587-5616bcecca88 2018-10-26 08:38:36,590 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-10-26 08:38:36,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" 2018-10-26 08:38:36,809 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-ba7dc094-ae90-477e-9472-da6975d2ff76 Date: Fri, 26 Oct 2018 08:38:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6638c639-9916-4fcb-8e3a-e63016fe0f7f","tenant_id":"10edd77a0944425b959d5a87f25c56d2","created_at":"2018-10-26T08:37:38Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-26T08:37:38Z","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":"10edd77a0944425b959d5a87f25c56d2","id":"ee2520b7-63d0-4fa9-ae15-31007c430a9f","subnetpool_id":null,"name":"vping_ssh-subnet_4f431238-124b-472b-af2f-54c03a8d58fd"}]} 2018-10-26 08:38:36,809 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-ba7dc094-ae90-477e-9472-da6975d2ff76 2018-10-26 08:38:36,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.219402074814s 2018-10-26 08:38:36,809 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-ba7dc094-ae90-477e-9472-da6975d2ff76 2018-10-26 08:38:36,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-10-26 08:38:36,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/ee2520b7-63d0-4fa9-ae15-31007c430a9f.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}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" 2018-10-26 08:38:38,932 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ec705d0c-443a-46ff-8588-c48c44e0302e Date: Fri, 26 Oct 2018 08:38:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:38:38,932 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/ee2520b7-63d0-4fa9-ae15-31007c430a9f.json used request id req-ec705d0c-443a-46ff-8588-c48c44e0302e 2018-10-26 08:38:38,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.12123012543s 2018-10-26 08:38:38,932 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/ee2520b7-63d0-4fa9-ae15-31007c430a9f.json used request id req-ec705d0c-443a-46ff-8588-c48c44e0302e 2018-10-26 08:38:38,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-26 08:38:38,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" 2018-10-26 08:38:39,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1196 X-Openstack-Request-Id: req-a3a98f8e-be00-421e-926c-33dfa615163d Date: Fri, 26 Oct 2018 08:38: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":[],"updated_at":"2018-10-26T08:38:38Z","tenant_id":"10edd77a0944425b959d5a87f25c56d2","created_at":"2018-10-26T08:37:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"10edd77a0944425b959d5a87f25c56d2","id":"6638c639-9916-4fcb-8e3a-e63016fe0f7f","name":"vping_ssh-net_4f431238-124b-472b-af2f-54c03a8d58fd"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","mtu":1500}]} 2018-10-26 08:38:39,040 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-a3a98f8e-be00-421e-926c-33dfa615163d 2018-10-26 08:38:39,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.107539176941s 2018-10-26 08:38:39,041 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-a3a98f8e-be00-421e-926c-33dfa615163d 2018-10-26 08:38:39,042 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-10-26 08:38:39,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/6638c639-9916-4fcb-8e3a-e63016fe0f7f.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}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" 2018-10-26 08:38:40,307 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-af324cac-ad6a-4f56-9342-8906e462cd74 Date: Fri, 26 Oct 2018 08:38:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:38:40,308 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/6638c639-9916-4fcb-8e3a-e63016fe0f7f.json used request id req-af324cac-ad6a-4f56-9342-8906e462cd74 2018-10-26 08:38:40,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.26586103439s 2018-10-26 08:38:40,308 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/6638c639-9916-4fcb-8e3a-e63016fe0f7f.json used request id req-af324cac-ad6a-4f56-9342-8906e462cd74 2018-10-26 08:38:40,308 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-26 08:38:40,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" 2018-10-26 08:38:40,340 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-128038c4-3c5a-4cfd-83b2-04bb02db775c Date: Fri, 26 Oct 2018 08:38:40 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/54f3379e-bdd2-4a11-bf5b-6189f587eaa4/snap", "metadata": {}}], "file": "/v2/images/54f3379e-bdd2-4a11-bf5b-6189f587eaa4/file", "owner": "10edd77a0944425b959d5a87f25c56d2", "id": "54f3379e-bdd2-4a11-bf5b-6189f587eaa4", "size": 12716032, "self": "/v2/images/54f3379e-bdd2-4a11-bf5b-6189f587eaa4", "disk_format": "qcow2", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/54f3379e-bdd2-4a11-bf5b-6189f587eaa4/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-26T08:37:48Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_4f431238-124b-472b-af2f-54c03a8d58fd", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_4f431238-124b-472b-af2f-54c03a8d58fd", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-26T08:37:46Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-26 08:38:40,340 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-128038c4-3c5a-4cfd-83b2-04bb02db775c 2018-10-26 08:38:40,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0315899848938s 2018-10-26 08:38:40,341 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-128038c4-3c5a-4cfd-83b2-04bb02db775c 2018-10-26 08:38:40,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-26 08:38:40,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/54f3379e-bdd2-4a11-bf5b-6189f587eaa4 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d1d19d7084f8a3e10be791e6e86e1b4374a3dc24" 2018-10-26 08:38:42,332 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-84ae5661-a80e-4360-b47e-5726b25a3081 Date: Fri, 26 Oct 2018 08:38: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-26 08:38:42,333 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/54f3379e-bdd2-4a11-bf5b-6189f587eaa4 used request id req-84ae5661-a80e-4360-b47e-5726b25a3081 2018-10-26 08:38:42,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.99032497406s 2018-10-26 08:38:42,333 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/54f3379e-bdd2-4a11-bf5b-6189f587eaa4 used request id req-84ae5661-a80e-4360-b47e-5726b25a3081 2018-10-26 08:38:42,333 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-26 08:38:42,336 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f5c51fb6dfbacc70a1082aa23864d0ed61f99a04" 2018-10-26 08:38:42,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:38: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-1bd36832-bdd6-4184-96e6-3d4431ade0e8 x-compute-request-id: req-1bd36832-bdd6-4184-96e6-3d4431ade0e8 Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/ce860418-fbba-4722-89a0-0c4858087158", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/ce860418-fbba-4722-89a0-0c4858087158", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ce860418-fbba-4722-89a0-0c4858087158", "name": "vping_ssh-flavor_4f431238-124b-472b-af2f-54c03a8d58fd", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-26 08:38:42,370 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-1bd36832-bdd6-4184-96e6-3d4431ade0e8 2018-10-26 08:38:42,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0362780094147s 2018-10-26 08:38:42,370 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-1bd36832-bdd6-4184-96e6-3d4431ade0e8 2018-10-26 08:38:42,372 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-26 08:38:42,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/ce860418-fbba-4722-89a0-0c4858087158 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f5c51fb6dfbacc70a1082aa23864d0ed61f99a04" 2018-10-26 08:38:42,413 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08:38: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-1b4a70d0-5456-4dbd-b520-5aed5f405a03 x-compute-request-id: req-1b4a70d0-5456-4dbd-b520-5aed5f405a03 Content-Length: 0 Content-Type: application/json 2018-10-26 08:38:42,413 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/ce860418-fbba-4722-89a0-0c4858087158 used request id req-1b4a70d0-5456-4dbd-b520-5aed5f405a03 2018-10-26 08:38:42,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0412969589233s 2018-10-26 08:38:42,413 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/ce860418-fbba-4722-89a0-0c4858087158 used request id req-1b4a70d0-5456-4dbd-b520-5aed5f405a03 2018-10-26 08:38:42,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-26 08:38:42,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f5c51fb6dfbacc70a1082aa23864d0ed61f99a04" 2018-10-26 08:38:42,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:38:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba0dc7d4-7b5f-4f1a-9ec4-58ca40a6c243 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_ssh-user_4f431238-124b-472b-af2f-54c03a8d58fd", "links": {"self": "http://172.30.9.21:5000/v3/users/a95f72c39f5a4fbdbdfe73ca0a9ef1ca"}, "domain_id": "default", "enabled": true, "id": "a95f72c39f5a4fbdbdfe73ca0a9ef1ca", "options": {}}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 08:38:42,531 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-ba0dc7d4-7b5f-4f1a-9ec4-58ca40a6c243 2018-10-26 08:38:42,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.117449045181s 2018-10-26 08:38:42,532 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-ba0dc7d4-7b5f-4f1a-9ec4-58ca40a6c243 2018-10-26 08:38:42,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-26 08:38:42,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/a95f72c39f5a4fbdbdfe73ca0a9ef1ca -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f5c51fb6dfbacc70a1082aa23864d0ed61f99a04" 2018-10-26 08:38:42,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:38:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bb026a0-3c94-4cf7-a47d-ef9cf4d6b66b Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/a95f72c39f5a4fbdbdfe73ca0a9ef1ca"}, "enabled": true, "id": "a95f72c39f5a4fbdbdfe73ca0a9ef1ca", "options": {}, "domain_id": "default", "name": "vping_ssh-user_4f431238-124b-472b-af2f-54c03a8d58fd"}} 2018-10-26 08:38:42,635 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/a95f72c39f5a4fbdbdfe73ca0a9ef1ca used request id req-1bb026a0-3c94-4cf7-a47d-ef9cf4d6b66b 2018-10-26 08:38:42,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.096971988678s 2018-10-26 08:38:42,635 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/a95f72c39f5a4fbdbdfe73ca0a9ef1ca used request id req-1bb026a0-3c94-4cf7-a47d-ef9cf4d6b66b 2018-10-26 08:38:42,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-26 08:38:42,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/a95f72c39f5a4fbdbdfe73ca0a9ef1ca -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f5c51fb6dfbacc70a1082aa23864d0ed61f99a04" 2018-10-26 08:38:42,841 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:38:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-67b4770d-d121-44dc-9347-474a02200dce Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:38:42,842 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/a95f72c39f5a4fbdbdfe73ca0a9ef1ca used request id req-67b4770d-d121-44dc-9347-474a02200dce 2018-10-26 08:38:42,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.205852031708s 2018-10-26 08:38:42,842 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/a95f72c39f5a4fbdbdfe73ca0a9ef1ca used request id req-67b4770d-d121-44dc-9347-474a02200dce 2018-10-26 08:38:42,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-26 08:38:42,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f5c51fb6dfbacc70a1082aa23864d0ed61f99a04" 2018-10-26 08:38:42,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:38:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3968619b-ff43-462c-9d23-c279028f0cdd Content-Encoding: gzip Content-Length: 377 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.21:5000/v3/projects/10edd77a0944425b959d5a87f25c56d2"}, "enabled": true, "id": "10edd77a0944425b959d5a87f25c56d2", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_4f431238-124b-472b-af2f-54c03a8d58fd"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-26 08:38:42,932 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-3968619b-ff43-462c-9d23-c279028f0cdd 2018-10-26 08:38:42,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0895690917969s 2018-10-26 08:38:42,933 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-3968619b-ff43-462c-9d23-c279028f0cdd 2018-10-26 08:38:42,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-26 08:38:42,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/10edd77a0944425b959d5a87f25c56d2 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f5c51fb6dfbacc70a1082aa23864d0ed61f99a04" 2018-10-26 08:38:43,078 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:38:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9e9b53db-a50c-4a3e-8cdb-fd7824ebde1e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:38:43,078 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/10edd77a0944425b959d5a87f25c56d2 used request id req-9e9b53db-a50c-4a3e-8cdb-fd7824ebde1e 2018-10-26 08:38:43,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.143682003021s 2018-10-26 08:38:43,079 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/10edd77a0944425b959d5a87f25c56d2 used request id req-9e9b53db-a50c-4a3e-8cdb-fd7824ebde1e 2018-10-26 08:38:43,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 08:38:43,080 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c51fb6dfbacc70a1082aa23864d0ed61f99a04" 2018-10-26 08:38:43,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:38:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fc5b5f2-f500-48bf-bf4c-c76e45137c2e Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "34d265b00b294a30b9c4fbd559d6977f", "links": {"self": "http://172.30.9.21:5000/v3/roles/34d265b00b294a30b9c4fbd559d6977f"}, "name": "Member"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:38:43,162 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-9fc5b5f2-f500-48bf-bf4c-c76e45137c2e 2018-10-26 08:38:43,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0826580524445s 2018-10-26 08:38:43,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-26 08:38:43,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/roles/34d265b00b294a30b9c4fbd559d6977f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c51fb6dfbacc70a1082aa23864d0ed61f99a04" 2018-10-26 08:38:43,273 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:38:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-10f95b15-3217-48bd-a2c2-6e889aa559ee Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:38:43,273 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/34d265b00b294a30b9c4fbd559d6977f used request id req-10f95b15-3217-48bd-a2c2-6e889aa559ee 2018-10-26 08:38:43,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.109649181366s 2018-10-26 08:38:43,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-26 08:38:43,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/security-groups.json?project_id=10edd77a0944425b959d5a87f25c56d2&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}f5c51fb6dfbacc70a1082aa23864d0ed61f99a04" 2018-10-26 08:38:43,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-79296d2e-11c3-4f0e-ad11-2ab31e213edc Date: Fri, 26 Oct 2018 08:38:43 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "created_at": "2018-10-26T08:37:37Z", "updated_at": "2018-10-26T08:37:37Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:37:37Z", "revision_number": 0, "id": "16b35b27-e13c-4bb7-8e95-caf0ffa5b19c", "remote_group_id": "74a97af6-7fb5-4aac-810d-3440ddb48d01", "remote_ip_prefix": null, "created_at": "2018-10-26T08:37:37Z", "security_group_id": "74a97af6-7fb5-4aac-810d-3440ddb48d01", "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "port_range_min": null, "ethertype": "IPv6", "project_id": "10edd77a0944425b959d5a87f25c56d2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:37:37Z", "revision_number": 0, "id": "357b7941-ecdf-4480-9724-d00a621d7a65", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:37:37Z", "security_group_id": "74a97af6-7fb5-4aac-810d-3440ddb48d01", "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "port_range_min": null, "ethertype": "IPv6", "project_id": "10edd77a0944425b959d5a87f25c56d2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:37:37Z", "revision_number": 0, "id": "3df4b4ed-0dc7-467c-9c51-bf139c25a1c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:37:37Z", "security_group_id": "74a97af6-7fb5-4aac-810d-3440ddb48d01", "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "port_range_min": null, "ethertype": "IPv4", "project_id": "10edd77a0944425b959d5a87f25c56d2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:37:37Z", "revision_number": 0, "id": "986cdf51-6e1b-4a1c-bce5-1d136abade00", "remote_group_id": "74a97af6-7fb5-4aac-810d-3440ddb48d01", "remote_ip_prefix": null, "created_at": "2018-10-26T08:37:37Z", "security_group_id": "74a97af6-7fb5-4aac-810d-3440ddb48d01", "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "port_range_min": null, "ethertype": "IPv4", "project_id": "10edd77a0944425b959d5a87f25c56d2"}], "revision_number": 4, "project_id": "10edd77a0944425b959d5a87f25c56d2", "id": "74a97af6-7fb5-4aac-810d-3440ddb48d01", "name": "default"}]} 2018-10-26 08:38:43,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json?project_id=10edd77a0944425b959d5a87f25c56d2&name=default used request id req-79296d2e-11c3-4f0e-ad11-2ab31e213edc 2018-10-26 08:38:43,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.18791103363s 2018-10-26 08:38:43,465 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json?project_id=10edd77a0944425b959d5a87f25c56d2&name=default used request id req-79296d2e-11c3-4f0e-ad11-2ab31e213edc 2018-10-26 08:38:43,468 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-26 08:38:43,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f5c51fb6dfbacc70a1082aa23864d0ed61f99a04" 2018-10-26 08:38:43,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-27634a1f-0554-4714-beab-8b2fcc8c9d27 Date: Fri, 26 Oct 2018 08:38:43 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "created_at": "2018-10-26T08:37:37Z", "updated_at": "2018-10-26T08:37:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:37:37Z", "revision_number": 0, "id": "357b7941-ecdf-4480-9724-d00a621d7a65", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:37:37Z", "security_group_id": "74a97af6-7fb5-4aac-810d-3440ddb48d01", "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "port_range_min": null, "ethertype": "IPv6", "project_id": "10edd77a0944425b959d5a87f25c56d2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:37:37Z", "revision_number": 0, "id": "16b35b27-e13c-4bb7-8e95-caf0ffa5b19c", "remote_group_id": "74a97af6-7fb5-4aac-810d-3440ddb48d01", "remote_ip_prefix": null, "created_at": "2018-10-26T08:37:37Z", "security_group_id": "74a97af6-7fb5-4aac-810d-3440ddb48d01", "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "port_range_min": null, "ethertype": "IPv6", "project_id": "10edd77a0944425b959d5a87f25c56d2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:37:37Z", "revision_number": 0, "id": "986cdf51-6e1b-4a1c-bce5-1d136abade00", "remote_group_id": "74a97af6-7fb5-4aac-810d-3440ddb48d01", "remote_ip_prefix": null, "created_at": "2018-10-26T08:37:37Z", "security_group_id": "74a97af6-7fb5-4aac-810d-3440ddb48d01", "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "port_range_min": null, "ethertype": "IPv4", "project_id": "10edd77a0944425b959d5a87f25c56d2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:37:37Z", "revision_number": 0, "id": "3df4b4ed-0dc7-467c-9c51-bf139c25a1c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:37:37Z", "security_group_id": "74a97af6-7fb5-4aac-810d-3440ddb48d01", "tenant_id": "10edd77a0944425b959d5a87f25c56d2", "port_range_min": null, "ethertype": "IPv4", "project_id": "10edd77a0944425b959d5a87f25c56d2"}], "revision_number": 4, "project_id": "10edd77a0944425b959d5a87f25c56d2", "id": "74a97af6-7fb5-4aac-810d-3440ddb48d01", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 08:38:43,666 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-27634a1f-0554-4714-beab-8b2fcc8c9d27 2018-10-26 08:38:43,667 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.19855093956s 2018-10-26 08:38:43,667 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-27634a1f-0554-4714-beab-8b2fcc8c9d27 2018-10-26 08:38:43,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-26 08:38:43,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/security-groups/74a97af6-7fb5-4aac-810d-3440ddb48d01.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}f5c51fb6dfbacc70a1082aa23864d0ed61f99a04" 2018-10-26 08:38:43,978 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cdd8a642-9e1a-490e-b41f-2d76d2d4b1ed Content-Length: 0 Date: Fri, 26 Oct 2018 08:38:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:38:43,978 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/74a97af6-7fb5-4aac-810d-3440ddb48d01.json used request id req-cdd8a642-9e1a-490e-b41f-2d76d2d4b1ed 2018-10-26 08:38:43,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.306179046631s 2018-10-26 08:38:43,978 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/74a97af6-7fb5-4aac-810d-3440ddb48d01.json used request id req-cdd8a642-9e1a-490e-b41f-2d76d2d4b1ed 2018-10-26 08:38:44,033 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-10-26 08:38:44,074 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-26 08:38:44,074 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-26 08:38:44,074 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-26 08:38:44,074 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-26 08:38:44,074 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-26 08:38:44,074 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-26 08:38:44,074 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-26 08:38:44,074 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-26 08:38:44,074 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-26 08:38:44,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-26 08:38:44,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-26 08:38:44,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-26 08:38:44,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-26 08:38:44,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-26 08:38:44,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-26 08:38:44,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-26 08:38:44,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-26 08:38:44,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-26 08:38:44,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-26 08:38:44,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-26 08:38:44,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-26 08:38:44,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-26 08:38:44,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-26 08:38:44,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-26 08:38:44,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:38:44,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:38:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02455ae7-6ff6-4551-8c6c-37ad5c7453c5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:38:44,083 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-02455ae7-6ff6-4551-8c6c-37ad5c7453c5 2018-10-26 08:38:44,083 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:38:44,525 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}], "expires_at": "2018-10-26T09:38:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8dcd64f3c764883a33350227564ab99", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c8dcd64f3c764883a33350227564ab99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/c8dcd64f3c764883a33350227564ab99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/c8dcd64f3c764883a33350227564ab99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c8dcd64f3c764883a33350227564ab99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/c8dcd64f3c764883a33350227564ab99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/c8dcd64f3c764883a33350227564ab99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/c8dcd64f3c764883a33350227564ab99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/c8dcd64f3c764883a33350227564ab99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/c8dcd64f3c764883a33350227564ab99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/c8dcd64f3c764883a33350227564ab99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/c8dcd64f3c764883a33350227564ab99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/c8dcd64f3c764883a33350227564ab99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "407502ccd88d4e6a85d43ab4ef2e0d85"}, "audit_ids": ["GUoZm9F2Ttq7bM87S9yLmw"], "issued_at": "2018-10-26T08:38:44.000000Z"}} 2018-10-26 08:38:44,528 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-26 08:38:44,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e3cf541259ec41b6ad2285a59958ad790ffe9bed" 2018-10-26 08:38:44,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-d17441c2-8fab-4909-9727-eef0fc26328c Date: Fri, 26 Oct 2018 08:38:44 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","provider:network_type":"flat"}]} 2018-10-26 08:38:44,754 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d17441c2-8fab-4909-9727-eef0fc26328c 2018-10-26 08:38:44,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.22598195076s 2018-10-26 08:38:44,755 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d17441c2-8fab-4909-9727-eef0fc26328c 2018-10-26 08:38:44,755 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-26 08:38:44,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e3cf541259ec41b6ad2285a59958ad790ffe9bed" 2018-10-26 08:38:44,765 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:38: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:38:44,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3cf541259ec41b6ad2285a59958ad790ffe9bed" 2018-10-26 08:38:44,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:38:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfeac111-8144-4006-a970-9c9e4a5c4b95 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/865486593e12402f86e9636a8d3859ad"}, "description": "", "name": "heat_stack", "enabled": true, "id": "865486593e12402f86e9636a8d3859ad"}, {"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-10-26 08:38:44,843 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-cfeac111-8144-4006-a970-9c9e4a5c4b95 2018-10-26 08:38:44,843 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0878360271454s 2018-10-26 08:38:44,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-26 08:38:44,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}e3cf541259ec41b6ad2285a59958ad790ffe9bed" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_7e452cf8-8431-49e1-9227-da9959d01d23"}}' 2018-10-26 08:38:44,962 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 08:38:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-35925a8c-a2ae-4a8b-91aa-5a375167810b 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.21:5000/v3/projects/04f9774a0977490a8ff3210328b77b9c"}, "enabled": true, "id": "04f9774a0977490a8ff3210328b77b9c", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_7e452cf8-8431-49e1-9227-da9959d01d23"}} 2018-10-26 08:38:44,962 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-35925a8c-a2ae-4a8b-91aa-5a375167810b 2018-10-26 08:38:44,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.117712974548s 2018-10-26 08:38:44,963 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-35925a8c-a2ae-4a8b-91aa-5a375167810b 2018-10-26 08:38:44,964 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_userdata-project_7e452cf8-8431-49e1-9227-da9959d01d23', 'id': u'04f9774a0977490a8ff3210328b77b9c', '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-26 08:38:44,964 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-26 08:38:45,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.452836990356s 2018-10-26 08:38:45,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/309ad99e4eec494e911dc3bf5ab9cbfb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3cf541259ec41b6ad2285a59958ad790ffe9bed" 2018-10-26 08:38:45,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:38:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bda29153-5424-4788-896f-31735f9dae34 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/309ad99e4eec494e911dc3bf5ab9cbfb"}, "enabled": true, "id": "309ad99e4eec494e911dc3bf5ab9cbfb", "options": {}, "domain_id": "default", "name": "vping_userdata-user_7e452cf8-8431-49e1-9227-da9959d01d23"}} 2018-10-26 08:38:45,505 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/309ad99e4eec494e911dc3bf5ab9cbfb used request id req-bda29153-5424-4788-896f-31735f9dae34 2018-10-26 08:38:45,506 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'309ad99e4eec494e911dc3bf5ab9cbfb', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_7e452cf8-8431-49e1-9227-da9959d01d23'}) 2018-10-26 08:38:45,506 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 08:38:45,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3cf541259ec41b6ad2285a59958ad790ffe9bed" 2018-10-26 08:38:45,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:38:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33e9324c-6d37-48e3-a60d-21eb21f0b336 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:38:45,591 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-33e9324c-6d37-48e3-a60d-21eb21f0b336 2018-10-26 08:38:45,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0849509239197s 2018-10-26 08:38:45,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 08:38:45,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3cf541259ec41b6ad2285a59958ad790ffe9bed" 2018-10-26 08:38:45,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:38:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b50d1cb3-2702-4b5d-b20c-dab6b13c2943 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:38:45,674 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-b50d1cb3-2702-4b5d-b20c-dab6b13c2943 2018-10-26 08:38:45,674 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.082142829895s 2018-10-26 08:38:45,675 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-26 08:38:45,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-26 08:38:45,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3cf541259ec41b6ad2285a59958ad790ffe9bed" -d '{"role": {"name": "Member"}}' 2018-10-26 08:38:45,783 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 08:38:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dfc5f997-c706-4ddf-9867-9ca8fcd3c5ea Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7a3322923ac442629813963fa8116b37", "links": {"self": "http://172.30.9.21:5000/v3/roles/7a3322923ac442629813963fa8116b37"}, "name": "Member"}} 2018-10-26 08:38:45,783 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-dfc5f997-c706-4ddf-9867-9ca8fcd3c5ea 2018-10-26 08:38:45,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.10720705986s 2018-10-26 08:38:45,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles/7a3322923ac442629813963fa8116b37 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3cf541259ec41b6ad2285a59958ad790ffe9bed" 2018-10-26 08:38:45,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:38:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e004025-f640-4681-9cc3-4e38596d466c Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/7a3322923ac442629813963fa8116b37"}, "domain_id": null, "name": "Member", "id": "7a3322923ac442629813963fa8116b37"}} 2018-10-26 08:38:45,865 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/7a3322923ac442629813963fa8116b37 used request id req-4e004025-f640-4681-9cc3-4e38596d466c 2018-10-26 08:38:45,866 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.21:5000/v3/roles/7a3322923ac442629813963fa8116b37'}, 'domain_id': None, 'human_id': None, 'id': u'7a3322923ac442629813963fa8116b37', 'HUMAN_ID': False}) 2018-10-26 08:38:45,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 08:38:45,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3cf541259ec41b6ad2285a59958ad790ffe9bed" 2018-10-26 08:38:45,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:38:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95baaf8a-6298-40e1-b498-4b4dab4b50e6 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7a3322923ac442629813963fa8116b37", "links": {"self": "http://172.30.9.21:5000/v3/roles/7a3322923ac442629813963fa8116b37"}, "name": "Member"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:38:45,948 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-95baaf8a-6298-40e1-b498-4b4dab4b50e6 2018-10-26 08:38:45,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0819449424744s 2018-10-26 08:38:45,949 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-26 08:38:45,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3cf541259ec41b6ad2285a59958ad790ffe9bed" 2018-10-26 08:38:46,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:38:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21e6a21d-4c18-427d-b00f-5cf6bafcdf03 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-10-26 08:38:46,024 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-21e6a21d-4c18-427d-b00f-5cf6bafcdf03 2018-10-26 08:38:46,025 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.075110912323s 2018-10-26 08:38:46,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-26 08:38:46,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e3cf541259ec41b6ad2285a59958ad790ffe9bed" 2018-10-26 08:38:46,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:38:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73f625ba-53aa-4194-9a55-48c47703d933 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_userdata-user_7e452cf8-8431-49e1-9227-da9959d01d23", "links": {"self": "http://172.30.9.21:5000/v3/users/309ad99e4eec494e911dc3bf5ab9cbfb"}, "domain_id": "default", "enabled": true, "id": "309ad99e4eec494e911dc3bf5ab9cbfb", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 08:38:46,124 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-73f625ba-53aa-4194-9a55-48c47703d933 2018-10-26 08:38:46,124 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0987229347229s 2018-10-26 08:38:46,125 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-73f625ba-53aa-4194-9a55-48c47703d933 2018-10-26 08:38:46,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-26 08:38:46,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e3cf541259ec41b6ad2285a59958ad790ffe9bed" 2018-10-26 08:38:46,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:38:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4f7f28e-0bd1-451f-a43d-a3461dcea72c Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.21:5000/v3/projects/04f9774a0977490a8ff3210328b77b9c"}, "enabled": true, "id": "04f9774a0977490a8ff3210328b77b9c", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_7e452cf8-8431-49e1-9227-da9959d01d23"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-26 08:38:46,211 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-b4f7f28e-0bd1-451f-a43d-a3461dcea72c 2018-10-26 08:38:46,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0798439979553s 2018-10-26 08:38:46,211 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-b4f7f28e-0bd1-451f-a43d-a3461dcea72c 2018-10-26 08:38:46,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-26 08:38:46,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=309ad99e4eec494e911dc3bf5ab9cbfb&scope.project.id=04f9774a0977490a8ff3210328b77b9c&role.id=7a3322923ac442629813963fa8116b37 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3cf541259ec41b6ad2285a59958ad790ffe9bed" 2018-10-26 08:38:46,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:38:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f15bff14-0c01-46d0-9911-3dfe3e5bd707 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=309ad99e4eec494e911dc3bf5ab9cbfb&scope.project.id=04f9774a0977490a8ff3210328b77b9c&role.id=7a3322923ac442629813963fa8116b37", "previous": null, "next": null}} 2018-10-26 08:38:46,289 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=309ad99e4eec494e911dc3bf5ab9cbfb&scope.project.id=04f9774a0977490a8ff3210328b77b9c&role.id=7a3322923ac442629813963fa8116b37 used request id req-f15bff14-0c01-46d0-9911-3dfe3e5bd707 2018-10-26 08:38:46,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0749039649963s 2018-10-26 08:38:46,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-26 08:38:46,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/04f9774a0977490a8ff3210328b77b9c/users/309ad99e4eec494e911dc3bf5ab9cbfb/roles/7a3322923ac442629813963fa8116b37 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3cf541259ec41b6ad2285a59958ad790ffe9bed" 2018-10-26 08:38:46,653 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:38:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0bf83cd7-a25a-47fd-a135-ae811a3cbbc0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:38:46,653 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/04f9774a0977490a8ff3210328b77b9c/users/309ad99e4eec494e911dc3bf5ab9cbfb/roles/7a3322923ac442629813963fa8116b37 used request id req-0bf83cd7-a25a-47fd-a135-ae811a3cbbc0 2018-10-26 08:38:46,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.364051103592s 2018-10-26 08:38:46,654 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_7e452cf8-8431-49e1-9227-da9959d01d23', 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': '245bb884-fbb2-4536-8695-0c2a96846b24', 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_7e452cf8-8431-49e1-9227-da9959d01d23', 'project_id': u'04f9774a0977490a8ff3210328b77b9c', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-26 08:38:46,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-26 08:38:46,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-26 08:38:46,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-26 08:38:46,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-26 08:38:46,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-26 08:38:46,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-26 08:38:46,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-26 08:38:46,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-26 08:38:46,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-26 08:38:46,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-26 08:38:46,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-26 08:38:46,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-26 08:38:46,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-26 08:38:46,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-26 08:38:46,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-26 08:38:46,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-26 08:38:46,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-26 08:38:46,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-26 08:38:46,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-26 08:38:46,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-26 08:38:46,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-26 08:38:46,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-26 08:38:46,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-26 08:38:46,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-26 08:38:46,660 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_7e452cf8-8431-49e1-9227-da9959d01d23', 'password': '245bb884-fbb2-4536-8695-0c2a96846b24', 'project_name': 'vping_userdata-project_7e452cf8-8431-49e1-9227-da9959d01d23', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': '04f9774a0977490a8ff3210328b77b9c', 'project_domain_name': 'Default'} 2018-10-26 08:38:46,660 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-10-26 08:38:46,660 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-26 08:38:46,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3cf541259ec41b6ad2285a59958ad790ffe9bed" 2018-10-26 08:38:46,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:38:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-413ac268-b7d2-457f-899a-0e3a10118636 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/865486593e12402f86e9636a8d3859ad"}, "description": "", "name": "heat_stack", "enabled": true, "id": "865486593e12402f86e9636a8d3859ad"}, {"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-10-26 08:38:46,742 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-413ac268-b7d2-457f-899a-0e3a10118636 2018-10-26 08:38:46,742 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0813031196594s 2018-10-26 08:38:46,743 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-26 08:38:46,744 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e3cf541259ec41b6ad2285a59958ad790ffe9bed" 2018-10-26 08:38:46,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:38:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff96510c-9c18-4efd-949e-a4bc9d8414aa Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.21:5000/v3/projects/04f9774a0977490a8ff3210328b77b9c"}, "enabled": true, "id": "04f9774a0977490a8ff3210328b77b9c", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_7e452cf8-8431-49e1-9227-da9959d01d23"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-26 08:38:46,817 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-ff96510c-9c18-4efd-949e-a4bc9d8414aa 2018-10-26 08:38:46,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0734391212463s 2018-10-26 08:38:46,817 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-ff96510c-9c18-4efd-949e-a4bc9d8414aa 2018-10-26 08:38:46,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-10-26 08:38:46,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.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}e3cf541259ec41b6ad2285a59958ad790ffe9bed" -d '{"network": {"tenant_id": "04f9774a0977490a8ff3210328b77b9c", "name": "vping_userdata-net_7e452cf8-8431-49e1-9227-da9959d01d23", "admin_state_up": true}}' 2018-10-26 08:38:47,331 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 708 X-Openstack-Request-Id: req-599f8eca-00b2-428f-af71-05e1ca68bc7e Date: Fri, 26 Oct 2018 08:38: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":"a4794314-fb8b-483a-a761-e6c60613ce00","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":96,"ipv4_address_scope":null,"shared":false,"project_id":"04f9774a0977490a8ff3210328b77b9c","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T08:38:47Z","is_default":false,"qos_policy_id":null,"name":"vping_userdata-net_7e452cf8-8431-49e1-9227-da9959d01d23","admin_state_up":true,"tenant_id":"04f9774a0977490a8ff3210328b77b9c","created_at":"2018-10-26T08:38:47Z","mtu":1450}} 2018-10-26 08:38:47,331 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-599f8eca-00b2-428f-af71-05e1ca68bc7e 2018-10-26 08:38:47,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.510750770569s 2018-10-26 08:38:47,332 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-599f8eca-00b2-428f-af71-05e1ca68bc7e 2018-10-26 08:38:47,332 - 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-26T08:38:47Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'a4794314-fb8b-483a-a761-e6c60613ce00', u'provider:segmentation_id': 96, 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_7e452cf8-8431-49e1-9227-da9959d01d23', u'created_at': u'2018-10-26T08:38:47Z', u'mtu': 1450, u'tenant_id': u'04f9774a0977490a8ff3210328b77b9c', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'04f9774a0977490a8ff3210328b77b9c'}) 2018-10-26 08:38:47,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:38:47,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:38:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d94699eb-3194-41d0-8899-6c12e2c8cb37 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:38:47,341 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d94699eb-3194-41d0-8899-6c12e2c8cb37 2018-10-26 08:38:47,341 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:38:47,720 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7a3322923ac442629813963fa8116b37", "name": "Member"}], "expires_at": "2018-10-26T09:38:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "04f9774a0977490a8ff3210328b77b9c", "name": "vping_userdata-project_7e452cf8-8431-49e1-9227-da9959d01d23"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/04f9774a0977490a8ff3210328b77b9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/04f9774a0977490a8ff3210328b77b9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/04f9774a0977490a8ff3210328b77b9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/04f9774a0977490a8ff3210328b77b9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/04f9774a0977490a8ff3210328b77b9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/04f9774a0977490a8ff3210328b77b9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/04f9774a0977490a8ff3210328b77b9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/04f9774a0977490a8ff3210328b77b9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/04f9774a0977490a8ff3210328b77b9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/04f9774a0977490a8ff3210328b77b9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/04f9774a0977490a8ff3210328b77b9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/04f9774a0977490a8ff3210328b77b9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_7e452cf8-8431-49e1-9227-da9959d01d23", "id": "309ad99e4eec494e911dc3bf5ab9cbfb"}, "audit_ids": ["8dy-ygwjQdShgi3PkohX7Q"], "issued_at": "2018-10-26T08:38:47.000000Z"}} 2018-10-26 08:38:47,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-26 08:38:47,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}08876f9f0b9db944d87da25255c1480912c5e1de" 2018-10-26 08:38:47,979 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1195 X-Openstack-Request-Id: req-9a5343e3-eec6-4d48-ae51-0080025a30ff Date: Fri, 26 Oct 2018 08:38:47 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","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-26T08:38:47Z","tenant_id":"04f9774a0977490a8ff3210328b77b9c","created_at":"2018-10-26T08:38:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"04f9774a0977490a8ff3210328b77b9c","id":"a4794314-fb8b-483a-a761-e6c60613ce00","name":"vping_userdata-net_7e452cf8-8431-49e1-9227-da9959d01d23"}]} 2018-10-26 08:38:47,979 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-9a5343e3-eec6-4d48-ae51-0080025a30ff 2018-10-26 08:38:47,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.255594968796s 2018-10-26 08:38:47,980 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-9a5343e3-eec6-4d48-ae51-0080025a30ff 2018-10-26 08:38:47,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-10-26 08:38:47,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.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}08876f9f0b9db944d87da25255c1480912c5e1de" -d '{"subnet": {"name": "vping_userdata-subnet_7e452cf8-8431-49e1-9227-da9959d01d23", "enable_dhcp": true, "network_id": "a4794314-fb8b-483a-a761-e6c60613ce00", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-10-26 08:38:48,643 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-6ed5ab1f-216f-40ff-a132-c65bbfe2eb81 Date: Fri, 26 Oct 2018 08:38:48 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a4794314-fb8b-483a-a761-e6c60613ce00","tenant_id":"04f9774a0977490a8ff3210328b77b9c","created_at":"2018-10-26T08:38:48Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-26T08:38:48Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"04f9774a0977490a8ff3210328b77b9c","id":"b31f56b1-883d-4555-bcee-a742c4afc32c","subnetpool_id":null,"name":"vping_userdata-subnet_7e452cf8-8431-49e1-9227-da9959d01d23"}} 2018-10-26 08:38:48,643 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-6ed5ab1f-216f-40ff-a132-c65bbfe2eb81 2018-10-26 08:38:48,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.662083864212s 2018-10-26 08:38:48,644 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-6ed5ab1f-216f-40ff-a132-c65bbfe2eb81 2018-10-26 08:38:48,644 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-10-26T08:38:48Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'b31f56b1-883d-4555-bcee-a742c4afc32c', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_7e452cf8-8431-49e1-9227-da9959d01d23', u'enable_dhcp': True, u'network_id': u'a4794314-fb8b-483a-a761-e6c60613ce00', u'tenant_id': u'04f9774a0977490a8ff3210328b77b9c', u'created_at': u'2018-10-26T08:38:48Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'04f9774a0977490a8ff3210328b77b9c'}) 2018-10-26 08:38:48,645 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-10-26 08:38:48,645 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.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}08876f9f0b9db944d87da25255c1480912c5e1de" -d '{"router": {"external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693"}, "name": "vping_userdata-router_7e452cf8-8431-49e1-9227-da9959d01d23", "admin_state_up": true}}' 2018-10-26 08:38:53,736 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-1a1cc14b-73d9-4f97-a2e6-6a99322e277b Date: Fri, 26 Oct 2018 08:38:53 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "04f9774a0977490a8ff3210328b77b9c", "created_at": "2018-10-26T08:38:49Z", "admin_state_up": true, "updated_at": "2018-10-26T08:38:50Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "04f9774a0977490a8ff3210328b77b9c", "id": "51924eeb-ac81-4473-b8c2-c4c3e7355b28", "name": "vping_userdata-router_7e452cf8-8431-49e1-9227-da9959d01d23"}} 2018-10-26 08:38:53,736 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-1a1cc14b-73d9-4f97-a2e6-6a99322e277b 2018-10-26 08:38:53,736 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 5.09135007858s 2018-10-26 08:38:53,737 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-1a1cc14b-73d9-4f97-a2e6-6a99322e277b 2018-10-26 08:38:53,737 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-10-26T08:38:50Z', u'revision_number': 3, u'id': u'51924eeb-ac81-4473-b8c2-c4c3e7355b28', u'external_gateway_info': {u'network_id': u'94b52afd-6cfc-477c-8eec-9ace3e0b6693', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414', u'ip_address': u'172.30.9.206'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-router_7e452cf8-8431-49e1-9227-da9959d01d23', u'admin_state_up': True, u'tenant_id': u'04f9774a0977490a8ff3210328b77b9c', u'created_at': u'2018-10-26T08:38:49Z', u'flavor_id': None, u'routes': [], u'project_id': u'04f9774a0977490a8ff3210328b77b9c'}) 2018-10-26 08:38:53,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-10-26 08:38:53,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/51924eeb-ac81-4473-b8c2-c4c3e7355b28/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}08876f9f0b9db944d87da25255c1480912c5e1de" -d '{"subnet_id": "b31f56b1-883d-4555-bcee-a742c4afc32c"}' 2018-10-26 08:38:55,720 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3d9c57aa-3121-4734-8732-3ed1cf8a895f Date: Fri, 26 Oct 2018 08:38:55 GMT RESP BODY: {"network_id": "a4794314-fb8b-483a-a761-e6c60613ce00", "tenant_id": "04f9774a0977490a8ff3210328b77b9c", "subnet_id": "b31f56b1-883d-4555-bcee-a742c4afc32c", "subnet_ids": ["b31f56b1-883d-4555-bcee-a742c4afc32c"], "port_id": "3bff337a-641f-4cce-b5a6-80ce49a9ca07", "id": "51924eeb-ac81-4473-b8c2-c4c3e7355b28"} 2018-10-26 08:38:55,721 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/51924eeb-ac81-4473-b8c2-c4c3e7355b28/add_router_interface.json used request id req-3d9c57aa-3121-4734-8732-3ed1cf8a895f 2018-10-26 08:38:55,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.98308396339s 2018-10-26 08:38:55,721 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/51924eeb-ac81-4473-b8c2-c4c3e7355b28/add_router_interface.json used request id req-3d9c57aa-3121-4734-8732-3ed1cf8a895f returning object 51924eeb-ac81-4473-b8c2-c4c3e7355b28 2018-10-26 08:38:55,722 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 08:38:55,854 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-10-26 08:38:55,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}08876f9f0b9db944d87da25255c1480912c5e1de" 2018-10-26 08:38:55,861 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Fri, 26 Oct 2018 08:38:55 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-10-26 08:38:55,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-26 08:38:55,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}08876f9f0b9db944d87da25255c1480912c5e1de" 2018-10-26 08:38:56,085 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-0f0d9f9d-19d2-4e73-9f1c-24f04c522ccf Date: Fri, 26 Oct 2018 08:38:56 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-26 08:38:56,086 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-0f0d9f9d-19d2-4e73-9f1c-24f04c522ccf 2018-10-26 08:38:56,086 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.221030950546s 2018-10-26 08:38:56,086 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-0f0d9f9d-19d2-4e73-9f1c-24f04c522ccf 2018-10-26 08:38:56,088 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-26 08:38:56,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}08876f9f0b9db944d87da25255c1480912c5e1de" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_7e452cf8-8431-49e1-9227-da9959d01d23", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_7e452cf8-8431-49e1-9227-da9959d01d23"}' 2018-10-26 08:38:56,323 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 880 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/d4877799-c22d-48f9-a3a3-8ebeab55adbb X-Openstack-Request-Id: req-060e5777-81a3-451a-afd8-7ab973c809b7 Date: Fri, 26 Oct 2018 08:38:56 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/d4877799-c22d-48f9-a3a3-8ebeab55adbb/file", "owner": "04f9774a0977490a8ff3210328b77b9c", "id": "d4877799-c22d-48f9-a3a3-8ebeab55adbb", "size": null, "self": "/v2/images/d4877799-c22d-48f9-a3a3-8ebeab55adbb", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-26T08:38:56Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_7e452cf8-8431-49e1-9227-da9959d01d23", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_7e452cf8-8431-49e1-9227-da9959d01d23", "checksum": null, "created_at": "2018-10-26T08:38:56Z", "protected": false} 2018-10-26 08:38:56,324 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-060e5777-81a3-451a-afd8-7ab973c809b7 2018-10-26 08:38:56,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.236139059067s 2018-10-26 08:38:56,324 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-060e5777-81a3-451a-afd8-7ab973c809b7 returning object d4877799-c22d-48f9-a3a3-8ebeab55adbb 2018-10-26 08:38:56,325 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-26 08:38:56,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/d4877799-c22d-48f9-a3a3-8ebeab55adbb/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}08876f9f0b9db944d87da25255c1480912c5e1de" -d '' 2018-10-26 08:38:57,799 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d9a9737e-5460-473b-933e-37ebfb2b64eb Date: Fri, 26 Oct 2018 08:38: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-26 08:38:57,799 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/d4877799-c22d-48f9-a3a3-8ebeab55adbb/file used request id req-d9a9737e-5460-473b-933e-37ebfb2b64eb 2018-10-26 08:38:57,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.47413611412s 2018-10-26 08:38:57,799 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/d4877799-c22d-48f9-a3a3-8ebeab55adbb/file used request id req-d9a9737e-5460-473b-933e-37ebfb2b64eb 2018-10-26 08:38:57,800 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-26 08:38:57,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}08876f9f0b9db944d87da25255c1480912c5e1de" 2018-10-26 08:38:57,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-b2f106d4-c771-4b91-818c-b89a822afd92 Date: Fri, 26 Oct 2018 08:38:57 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/d4877799-c22d-48f9-a3a3-8ebeab55adbb/snap", "metadata": {}}], "file": "/v2/images/d4877799-c22d-48f9-a3a3-8ebeab55adbb/file", "owner": "04f9774a0977490a8ff3210328b77b9c", "id": "d4877799-c22d-48f9-a3a3-8ebeab55adbb", "size": 12716032, "self": "/v2/images/d4877799-c22d-48f9-a3a3-8ebeab55adbb", "disk_format": "qcow2", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/d4877799-c22d-48f9-a3a3-8ebeab55adbb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-26T08:38:57Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_7e452cf8-8431-49e1-9227-da9959d01d23", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_7e452cf8-8431-49e1-9227-da9959d01d23", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-26T08:38:56Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-26 08:38:57,978 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-b2f106d4-c771-4b91-818c-b89a822afd92 2018-10-26 08:38:57,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.178108930588s 2018-10-26 08:38:57,979 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-b2f106d4-c771-4b91-818c-b89a822afd92 2018-10-26 08:38:57,981 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/d4877799-c22d-48f9-a3a3-8ebeab55adbb/snap', u'metadata': Munch({})})], 'file': u'/v2/images/d4877799-c22d-48f9-a3a3-8ebeab55adbb/file', 'owner': u'04f9774a0977490a8ff3210328b77b9c', 'id': u'd4877799-c22d-48f9-a3a3-8ebeab55adbb', 'size': 12716032, u'self': u'/v2/images/d4877799-c22d-48f9-a3a3-8ebeab55adbb', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'04f9774a0977490a8ff3210328b77b9c', 'name': 'vping_userdata-project_7e452cf8-8431-49e1-9227-da9959d01d23', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/d4877799-c22d-48f9-a3a3-8ebeab55adbb/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-26T08:38:57Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-10-26T08:38:57Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_7e452cf8-8431-49e1-9227-da9959d01d23', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/d4877799-c22d-48f9-a3a3-8ebeab55adbb', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_7e452cf8-8431-49e1-9227-da9959d01d23', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_7e452cf8-8431-49e1-9227-da9959d01d23', 'created': u'2018-10-26T08:38:56Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-26T08:38:56Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/d4877799-c22d-48f9-a3a3-8ebeab55adbb', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_7e452cf8-8431-49e1-9227-da9959d01d23', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-26 08:38:57,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-26 08:38:57,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: os-client-config/1.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}e3cf541259ec41b6ad2285a59958ad790ffe9bed" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_7e452cf8-8431-49e1-9227-da9959d01d23", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-26 08:38:58,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:38: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-1e4e9102-f365-460e-bc05-4f432143d2ba x-compute-request-id: req-1e4e9102-f365-460e-bc05-4f432143d2ba Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/b119d0c5-7e1e-4a95-ba4b-39708ba5996c", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/b119d0c5-7e1e-4a95-ba4b-39708ba5996c", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "b119d0c5-7e1e-4a95-ba4b-39708ba5996c", "name": "vping_userdata-flavor_7e452cf8-8431-49e1-9227-da9959d01d23", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 08:38:58,188 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-1e4e9102-f365-460e-bc05-4f432143d2ba 2018-10-26 08:38:58,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.206876993179s 2018-10-26 08:38:58,189 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-1e4e9102-f365-460e-bc05-4f432143d2ba returning object b119d0c5-7e1e-4a95-ba4b-39708ba5996c 2018-10-26 08:38:58,190 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_7e452cf8-8431-49e1-9227-da9959d01d23', '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'c8dcd64f3c764883a33350227564ab99', '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'b119d0c5-7e1e-4a95-ba4b-39708ba5996c', 'swap': 0}) 2018-10-26 08:38:58,190 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-26 08:38:58,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/b119d0c5-7e1e-4a95-ba4b-39708ba5996c/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}e3cf541259ec41b6ad2285a59958ad790ffe9bed" -d '{"extra_specs": {}}' 2018-10-26 08:38:58,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:38: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-3b229bf0-97f6-495a-8318-ff7d10967afd x-compute-request-id: req-3b229bf0-97f6-495a-8318-ff7d10967afd Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-26 08:38:58,211 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/b119d0c5-7e1e-4a95-ba4b-39708ba5996c/os-extra_specs used request id req-3b229bf0-97f6-495a-8318-ff7d10967afd 2018-10-26 08:38:58,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0204179286957s 2018-10-26 08:38:58,211 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/b119d0c5-7e1e-4a95-ba4b-39708ba5996c/os-extra_specs used request id req-3b229bf0-97f6-495a-8318-ff7d10967afd 2018-10-26 08:38:58,212 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-26 08:38:58,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}08876f9f0b9db944d87da25255c1480912c5e1de" 2018-10-26 08:38:58,601 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1239 X-Openstack-Request-Id: req-a352eaf9-632d-489a-af14-0e5a11194ee9 Date: Fri, 26 Oct 2018 08:38:58 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b31f56b1-883d-4555-bcee-a742c4afc32c"],"updated_at":"2018-10-26T08:38:48Z","tenant_id":"04f9774a0977490a8ff3210328b77b9c","created_at":"2018-10-26T08:38:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"04f9774a0977490a8ff3210328b77b9c","id":"a4794314-fb8b-483a-a761-e6c60613ce00","name":"vping_userdata-net_7e452cf8-8431-49e1-9227-da9959d01d23"}]} 2018-10-26 08:38:58,601 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-a352eaf9-632d-489a-af14-0e5a11194ee9 2018-10-26 08:38:58,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.389095067978s 2018-10-26 08:38:58,601 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-a352eaf9-632d-489a-af14-0e5a11194ee9 2018-10-26 08:38:58,603 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-26 08:38:58,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}08876f9f0b9db944d87da25255c1480912c5e1de" 2018-10-26 08:38:58,769 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-f3e20780-7bb5-46dd-bc3e-6e89c386b2fe Date: Fri, 26 Oct 2018 08:38:58 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/d4877799-c22d-48f9-a3a3-8ebeab55adbb/snap", "metadata": {}}], "file": "/v2/images/d4877799-c22d-48f9-a3a3-8ebeab55adbb/file", "owner": "04f9774a0977490a8ff3210328b77b9c", "id": "d4877799-c22d-48f9-a3a3-8ebeab55adbb", "size": 12716032, "self": "/v2/images/d4877799-c22d-48f9-a3a3-8ebeab55adbb", "disk_format": "qcow2", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/d4877799-c22d-48f9-a3a3-8ebeab55adbb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-26T08:38:57Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_7e452cf8-8431-49e1-9227-da9959d01d23", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_7e452cf8-8431-49e1-9227-da9959d01d23", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-26T08:38:56Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-26 08:38:58,769 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-f3e20780-7bb5-46dd-bc3e-6e89c386b2fe 2018-10-26 08:38:58,769 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.166431903839s 2018-10-26 08:38:58,769 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-f3e20780-7bb5-46dd-bc3e-6e89c386b2fe 2018-10-26 08:38:58,771 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-26 08:38:58,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}08876f9f0b9db944d87da25255c1480912c5e1de" 2018-10-26 08:38:58,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:38: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-045defa7-301d-4741-a384-92cb5e04a8aa x-compute-request-id: req-045defa7-301d-4741-a384-92cb5e04a8aa Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/b119d0c5-7e1e-4a95-ba4b-39708ba5996c", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/b119d0c5-7e1e-4a95-ba4b-39708ba5996c", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "b119d0c5-7e1e-4a95-ba4b-39708ba5996c", "name": "vping_userdata-flavor_7e452cf8-8431-49e1-9227-da9959d01d23", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-26 08:38:58,942 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-045defa7-301d-4741-a384-92cb5e04a8aa 2018-10-26 08:38:58,942 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.170814037323s 2018-10-26 08:38:58,942 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-045defa7-301d-4741-a384-92cb5e04a8aa 2018-10-26 08:38:58,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-10-26 08:38:58,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: os-client-config/1.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}08876f9f0b9db944d87da25255c1480912c5e1de" -d '{"server": {"name": "vping_userdata-vm_7e452cf8-8431-49e1-9227-da9959d01d23", "imageRef": "d4877799-c22d-48f9-a3a3-8ebeab55adbb", "flavorRef": "b119d0c5-7e1e-4a95-ba4b-39708ba5996c", "max_count": 1, "min_count": 1, "networks": [{"uuid": "a4794314-fb8b-483a-a761-e6c60613ce00"}]}}' 2018-10-26 08:39:00,473 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08:38: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-17d36bd9-cb88-416e-8c0c-7516231a1887 x-compute-request-id: req-17d36bd9-cb88-416e-8c0c-7516231a1887 Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/af460998-7f32-4724-89dc-71b90bce9946 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "af460998-7f32-4724-89dc-71b90bce9946", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/af460998-7f32-4724-89dc-71b90bce9946", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/af460998-7f32-4724-89dc-71b90bce9946", "rel": "bookmark"}], "adminPass": "AYrZ8nHfrszf"}} 2018-10-26 08:39:00,473 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-17d36bd9-cb88-416e-8c0c-7516231a1887 2018-10-26 08:39:00,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.52834582329s 2018-10-26 08:39:00,473 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-17d36bd9-cb88-416e-8c0c-7516231a1887 2018-10-26 08:39:00,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 08:39:00,477 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}08876f9f0b9db944d87da25255c1480912c5e1de" 2018-10-26 08:39:00,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:39: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-e93c7c2c-b339-4a4f-9d1c-e9c7dcaee75b x-compute-request-id: req-e93c7c2c-b339-4a4f-9d1c-e9c7dcaee75b Content-Encoding: gzip Content-Length: 599 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/af460998-7f32-4724-89dc-71b90bce9946", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/af460998-7f32-4724-89dc-71b90bce9946", "rel": "bookmark"}], "image": {"id": "d4877799-c22d-48f9-a3a3-8ebeab55adbb", "links": [{"href": "http://172.30.9.21:8774/images/d4877799-c22d-48f9-a3a3-8ebeab55adbb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b119d0c5-7e1e-4a95-ba4b-39708ba5996c", "links": [{"href": "http://172.30.9.21:8774/flavors/b119d0c5-7e1e-4a95-ba4b-39708ba5996c", "rel": "bookmark"}]}, "id": "af460998-7f32-4724-89dc-71b90bce9946", "user_id": "309ad99e4eec494e911dc3bf5ab9cbfb", "OS-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-26T08:39:00Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_7e452cf8-8431-49e1-9227-da9959d01d23", "created": "2018-10-26T08:39:00Z", "tenant_id": "04f9774a0977490a8ff3210328b77b9c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 08:39:00,773 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e93c7c2c-b339-4a4f-9d1c-e9c7dcaee75b 2018-10-26 08:39:00,774 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.299292087555s 2018-10-26 08:39:00,774 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e93c7c2c-b339-4a4f-9d1c-e9c7dcaee75b 2018-10-26 08:39:00,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-26 08:39:00,781 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}08876f9f0b9db944d87da25255c1480912c5e1de" 2018-10-26 08:39:01,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1239 X-Openstack-Request-Id: req-70e28342-6089-472d-a4a1-a541033ba2cf Date: Fri, 26 Oct 2018 08:39:01 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b31f56b1-883d-4555-bcee-a742c4afc32c"],"updated_at":"2018-10-26T08:38:48Z","tenant_id":"04f9774a0977490a8ff3210328b77b9c","created_at":"2018-10-26T08:38:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"04f9774a0977490a8ff3210328b77b9c","id":"a4794314-fb8b-483a-a761-e6c60613ce00","name":"vping_userdata-net_7e452cf8-8431-49e1-9227-da9959d01d23"}]} 2018-10-26 08:39:01,039 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-70e28342-6089-472d-a4a1-a541033ba2cf 2018-10-26 08:39:01,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.258159160614s 2018-10-26 08:39:01,039 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-70e28342-6089-472d-a4a1-a541033ba2cf 2018-10-26 08:39:01,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-10-26 08:39:01,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}08876f9f0b9db944d87da25255c1480912c5e1de" 2018-10-26 08:39:01,235 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-f84067f0-4ff9-4df4-b358-b099ce3fbb5e Date: Fri, 26 Oct 2018 08:39:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a4794314-fb8b-483a-a761-e6c60613ce00","tenant_id":"04f9774a0977490a8ff3210328b77b9c","created_at":"2018-10-26T08:38:48Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-26T08:38:48Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"04f9774a0977490a8ff3210328b77b9c","id":"b31f56b1-883d-4555-bcee-a742c4afc32c","subnetpool_id":null,"name":"vping_userdata-subnet_7e452cf8-8431-49e1-9227-da9959d01d23"}]} 2018-10-26 08:39:01,235 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-f84067f0-4ff9-4df4-b358-b099ce3fbb5e 2018-10-26 08:39:01,235 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.19463300705s 2018-10-26 08:39:01,235 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-f84067f0-4ff9-4df4-b358-b099ce3fbb5e 2018-10-26 08:39:01,236 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 08:39:03,238 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 08:39:03,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}08876f9f0b9db944d87da25255c1480912c5e1de" 2018-10-26 08:39:03,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:39: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-f6861539-f023-47b6-b232-4cde5fe0a521 x-compute-request-id: req-f6861539-f023-47b6-b232-4cde5fe0a521 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/af460998-7f32-4724-89dc-71b90bce9946", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/af460998-7f32-4724-89dc-71b90bce9946", "rel": "bookmark"}], "image": {"id": "d4877799-c22d-48f9-a3a3-8ebeab55adbb", "links": [{"href": "http://172.30.9.21:8774/images/d4877799-c22d-48f9-a3a3-8ebeab55adbb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b119d0c5-7e1e-4a95-ba4b-39708ba5996c", "links": [{"href": "http://172.30.9.21:8774/flavors/b119d0c5-7e1e-4a95-ba4b-39708ba5996c", "rel": "bookmark"}]}, "id": "af460998-7f32-4724-89dc-71b90bce9946", "security_groups": [{"name": "default"}], "user_id": "309ad99e4eec494e911dc3bf5ab9cbfb", "OS-DCF: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-26T08:39:02Z", "hostId": "1685fba2681b904c74e4bac499b33c5f8e43c72cbe4cda236cf41728", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_7e452cf8-8431-49e1-9227-da9959d01d23", "created": "2018-10-26T08:39:00Z", "tenant_id": "04f9774a0977490a8ff3210328b77b9c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 08:39:03,792 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f6861539-f023-47b6-b232-4cde5fe0a521 2018-10-26 08:39:03,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.553956985474s 2018-10-26 08:39:03,793 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f6861539-f023-47b6-b232-4cde5fe0a521 2018-10-26 08:39:03,797 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 08:39:05,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 08:39:05,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}08876f9f0b9db944d87da25255c1480912c5e1de" 2018-10-26 08:39:06,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:39: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-49c5b39b-aad7-45c9-a60f-2849525aa24c x-compute-request-id: req-49c5b39b-aad7-45c9-a60f-2849525aa24c Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/af460998-7f32-4724-89dc-71b90bce9946", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/af460998-7f32-4724-89dc-71b90bce9946", "rel": "bookmark"}], "image": {"id": "d4877799-c22d-48f9-a3a3-8ebeab55adbb", "links": [{"href": "http://172.30.9.21:8774/images/d4877799-c22d-48f9-a3a3-8ebeab55adbb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b119d0c5-7e1e-4a95-ba4b-39708ba5996c", "links": [{"href": "http://172.30.9.21:8774/flavors/b119d0c5-7e1e-4a95-ba4b-39708ba5996c", "rel": "bookmark"}]}, "id": "af460998-7f32-4724-89dc-71b90bce9946", "security_groups": [{"name": "default"}], "user_id": "309ad99e4eec494e911dc3bf5ab9cbfb", "OS-DCF: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-26T08:39:02Z", "hostId": "1685fba2681b904c74e4bac499b33c5f8e43c72cbe4cda236cf41728", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_7e452cf8-8431-49e1-9227-da9959d01d23", "created": "2018-10-26T08:39:00Z", "tenant_id": "04f9774a0977490a8ff3210328b77b9c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 08:39:06,583 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-49c5b39b-aad7-45c9-a60f-2849525aa24c 2018-10-26 08:39:06,583 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.783798933029s 2018-10-26 08:39:06,584 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-49c5b39b-aad7-45c9-a60f-2849525aa24c 2018-10-26 08:39:06,588 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 08:39:08,590 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 08:39:08,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}08876f9f0b9db944d87da25255c1480912c5e1de" 2018-10-26 08:39:09,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:39: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-dc71979f-e7df-42de-9a76-41e072af8f61 x-compute-request-id: req-dc71979f-e7df-42de-9a76-41e072af8f61 Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_7e452cf8-8431-49e1-9227-da9959d01d23": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:fd:f8", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/af460998-7f32-4724-89dc-71b90bce9946", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/af460998-7f32-4724-89dc-71b90bce9946", "rel": "bookmark"}], "image": {"id": "d4877799-c22d-48f9-a3a3-8ebeab55adbb", "links": [{"href": "http://172.30.9.21:8774/images/d4877799-c22d-48f9-a3a3-8ebeab55adbb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T08:39:06.000000", "flavor": {"id": "b119d0c5-7e1e-4a95-ba4b-39708ba5996c", "links": [{"href": "http://172.30.9.21:8774/flavors/b119d0c5-7e1e-4a95-ba4b-39708ba5996c", "rel": "bookmark"}]}, "id": "af460998-7f32-4724-89dc-71b90bce9946", "security_groups": [{"name": "default"}], "user_id": "309ad99e4eec494e911dc3bf5ab9cbfb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T08:39:06Z", "hostId": "1685fba2681b904c74e4bac499b33c5f8e43c72cbe4cda236cf41728", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_7e452cf8-8431-49e1-9227-da9959d01d23", "created": "2018-10-26T08:39:00Z", "tenant_id": "04f9774a0977490a8ff3210328b77b9c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 08:39:09,226 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-dc71979f-e7df-42de-9a76-41e072af8f61 2018-10-26 08:39:09,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.634975910187s 2018-10-26 08:39:09,226 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-dc71979f-e7df-42de-9a76-41e072af8f61 2018-10-26 08:39:09,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-10-26 08:39:09,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=af460998-7f32-4724-89dc-71b90bce9946" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}08876f9f0b9db944d87da25255c1480912c5e1de" 2018-10-26 08:39:09,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-db8f7dd6-9383-481e-894b-37927ba454fd Date: Fri, 26 Oct 2018 08:39:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:39:06Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b31f56b1-883d-4555-bcee-a742c4afc32c","ip_address":"192.168.120.8"}],"id":"d9b39689-3628-413c-a663-c8c045f6d9a5","security_groups":["c7b1048d-0cea-4440-8168-7b2add4b3490"],"mac_address":"fa:16:3e:b2:fd:f8","project_id":"04f9774a0977490a8ff3210328b77b9c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a4794314-fb8b-483a-a761-e6c60613ce00","tenant_id":"04f9774a0977490a8ff3210328b77b9c","created_at":"2018-10-26T08:39:02Z","binding:vnic_type":"normal","device_id":"af460998-7f32-4724-89dc-71b90bce9946"}]} 2018-10-26 08:39:09,427 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=af460998-7f32-4724-89dc-71b90bce9946 used request id req-db8f7dd6-9383-481e-894b-37927ba454fd 2018-10-26 08:39:09,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.196197032928s 2018-10-26 08:39:09,427 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=af460998-7f32-4724-89dc-71b90bce9946 used request id req-db8f7dd6-9383-481e-894b-37927ba454fd 2018-10-26 08:39:09,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-26 08:39:09,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=d9b39689-3628-413c-a663-c8c045f6d9a5" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}08876f9f0b9db944d87da25255c1480912c5e1de" 2018-10-26 08:39:09,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-dcebcd55-0bb7-4bd1-b8d6-40474d59f82b Date: Fri, 26 Oct 2018 08:39:09 GMT RESP BODY: {"floatingips": []} 2018-10-26 08:39:09,451 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=d9b39689-3628-413c-a663-c8c045f6d9a5 used request id req-dcebcd55-0bb7-4bd1-b8d6-40474d59f82b 2018-10-26 08:39:09,452 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0188241004944s 2018-10-26 08:39:09,452 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=d9b39689-3628-413c-a663-c8c045f6d9a5 used request id req-dcebcd55-0bb7-4bd1-b8d6-40474d59f82b 2018-10-26 08:39:09,452 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_7e452cf8-8431-49e1-9227-da9959d01d23': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:b2:fd:f8', u'version': 4, u'addr': u'192.168.120.8', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'd4877799-c22d-48f9-a3a3-8ebeab55adbb'}), 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-26T08:39:06.000000', 'flavor': Munch({u'id': u'b119d0c5-7e1e-4a95-ba4b-39708ba5996c'}), 'az': u'nova', 'id': u'af460998-7f32-4724-89dc-71b90bce9946', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'309ad99e4eec494e911dc3bf5ab9cbfb', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'04f9774a0977490a8ff3210328b77b9c', 'name': 'vping_userdata-project_7e452cf8-8431-49e1-9227-da9959d01d23', '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-26T08:39:06.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-10-26T08:39:06Z', 'hostId': u'1685fba2681b904c74e4bac499b33c5f8e43c72cbe4cda236cf41728', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.8', 'cloud': 'envvars', 'host_id': u'1685fba2681b904c74e4bac499b33c5f8e43c72cbe4cda236cf41728', '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-26T08:39:06.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'04f9774a0977490a8ff3210328b77b9c', 'name': u'vping_userdata-vm_7e452cf8-8431-49e1-9227-da9959d01d23', 'adminPass': u'AYrZ8nHfrszf', 'tenant_id': u'04f9774a0977490a8ff3210328b77b9c', 'region': 'regionOne', 'created': u'2018-10-26T08:39:00Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-10-26 08:39:09,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-26 08:39:09,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}08876f9f0b9db944d87da25255c1480912c5e1de" 2018-10-26 08:39:09,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1239 X-Openstack-Request-Id: req-25665ba3-97f3-4f4c-8548-1cf89fcb2cf0 Date: Fri, 26 Oct 2018 08:39:09 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b31f56b1-883d-4555-bcee-a742c4afc32c"],"updated_at":"2018-10-26T08:38:48Z","tenant_id":"04f9774a0977490a8ff3210328b77b9c","created_at":"2018-10-26T08:38:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"04f9774a0977490a8ff3210328b77b9c","id":"a4794314-fb8b-483a-a761-e6c60613ce00","name":"vping_userdata-net_7e452cf8-8431-49e1-9227-da9959d01d23"}]} 2018-10-26 08:39:09,564 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-25665ba3-97f3-4f4c-8548-1cf89fcb2cf0 2018-10-26 08:39:09,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.110966205597s 2018-10-26 08:39:09,565 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-25665ba3-97f3-4f4c-8548-1cf89fcb2cf0 2018-10-26 08:39:09,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-26 08:39:09,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}08876f9f0b9db944d87da25255c1480912c5e1de" 2018-10-26 08:39:09,597 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-4bbbf130-d73b-426f-867e-e798ad95a7fb Date: Fri, 26 Oct 2018 08:39:09 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/d4877799-c22d-48f9-a3a3-8ebeab55adbb/snap", "metadata": {}}], "file": "/v2/images/d4877799-c22d-48f9-a3a3-8ebeab55adbb/file", "owner": "04f9774a0977490a8ff3210328b77b9c", "id": "d4877799-c22d-48f9-a3a3-8ebeab55adbb", "size": 12716032, "self": "/v2/images/d4877799-c22d-48f9-a3a3-8ebeab55adbb", "disk_format": "qcow2", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/d4877799-c22d-48f9-a3a3-8ebeab55adbb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-26T08:38:57Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_7e452cf8-8431-49e1-9227-da9959d01d23", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_7e452cf8-8431-49e1-9227-da9959d01d23", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-26T08:38:56Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-26 08:39:09,597 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-4bbbf130-d73b-426f-867e-e798ad95a7fb 2018-10-26 08:39:09,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0316262245178s 2018-10-26 08:39:09,598 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-4bbbf130-d73b-426f-867e-e798ad95a7fb 2018-10-26 08:39:09,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-26 08:39:09,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}08876f9f0b9db944d87da25255c1480912c5e1de" 2018-10-26 08:39:09,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:39: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-0fd804b1-8d13-4dcd-aae1-01a20e140025 x-compute-request-id: req-0fd804b1-8d13-4dcd-aae1-01a20e140025 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/b119d0c5-7e1e-4a95-ba4b-39708ba5996c", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/b119d0c5-7e1e-4a95-ba4b-39708ba5996c", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "b119d0c5-7e1e-4a95-ba4b-39708ba5996c", "name": "vping_userdata-flavor_7e452cf8-8431-49e1-9227-da9959d01d23", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-26 08:39:09,633 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-0fd804b1-8d13-4dcd-aae1-01a20e140025 2018-10-26 08:39:09,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0334329605103s 2018-10-26 08:39:09,633 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-0fd804b1-8d13-4dcd-aae1-01a20e140025 2018-10-26 08:39:09,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-10-26 08:39:09,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: os-client-config/1.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}08876f9f0b9db944d87da25255c1480912c5e1de" -d '{"server": {"name": "vping_userdata-vm2_7e452cf8-8431-49e1-9227-da9959d01d23", "imageRef": "d4877799-c22d-48f9-a3a3-8ebeab55adbb", "flavorRef": "b119d0c5-7e1e-4a95-ba4b-39708ba5996c", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDE5Mi4xNjguMTIwLjggMj4mMSA+L2Rldi9udWxsCiBSRVM9JD8KIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICBlY2hvICd2UGluZyBPSycKICBicmVhawogZWxzZQogIGVjaG8gJ3ZQaW5nIEtPJwogZmkKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "a4794314-fb8b-483a-a761-e6c60613ce00"}]}}' 2018-10-26 08:39:11,899 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08:39: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-e0f52b49-8b5d-4ecc-8c24-a736f439e211 x-compute-request-id: req-e0f52b49-8b5d-4ecc-8c24-a736f439e211 Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/1890c446-cf4f-4b5d-a855-2ec225db263d Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "1890c446-cf4f-4b5d-a855-2ec225db263d", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1890c446-cf4f-4b5d-a855-2ec225db263d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1890c446-cf4f-4b5d-a855-2ec225db263d", "rel": "bookmark"}], "adminPass": "ftY2hRoEiyr8"}} 2018-10-26 08:39:11,900 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-e0f52b49-8b5d-4ecc-8c24-a736f439e211 2018-10-26 08:39:11,900 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.26501321793s 2018-10-26 08:39:11,900 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-e0f52b49-8b5d-4ecc-8c24-a736f439e211 2018-10-26 08:39:11,901 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 08:39:11,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}08876f9f0b9db944d87da25255c1480912c5e1de" 2018-10-26 08:39:12,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:39: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-2d428419-07c1-4c29-8387-26388459364b x-compute-request-id: req-2d428419-07c1-4c29-8387-26388459364b Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1890c446-cf4f-4b5d-a855-2ec225db263d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1890c446-cf4f-4b5d-a855-2ec225db263d", "rel": "bookmark"}], "image": {"id": "d4877799-c22d-48f9-a3a3-8ebeab55adbb", "links": [{"href": "http://172.30.9.21:8774/images/d4877799-c22d-48f9-a3a3-8ebeab55adbb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b119d0c5-7e1e-4a95-ba4b-39708ba5996c", "links": [{"href": "http://172.30.9.21:8774/flavors/b119d0c5-7e1e-4a95-ba4b-39708ba5996c", "rel": "bookmark"}]}, "id": "1890c446-cf4f-4b5d-a855-2ec225db263d", "user_id": "309ad99e4eec494e911dc3bf5ab9cbfb", "OS-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-26T08:39:11Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_7e452cf8-8431-49e1-9227-da9959d01d23", "created": "2018-10-26T08:39:11Z", "tenant_id": "04f9774a0977490a8ff3210328b77b9c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_7e452cf8-8431-49e1-9227-da9959d01d23": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:fd:f8", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/af460998-7f32-4724-89dc-71b90bce9946", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/af460998-7f32-4724-89dc-71b90bce9946", "rel": "bookmark"}], "image": {"id": "d4877799-c22d-48f9-a3a3-8ebeab55adbb", "links": [{"href": "http://172.30.9.21:8774/images/d4877799-c22d-48f9-a3a3-8ebeab55adbb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T08:39:06.000000", "flavor": {"id": "b119d0c5-7e1e-4a95-ba4b-39708ba5996c", "links": [{"href": "http://172.30.9.21:8774/flavors/b119d0c5-7e1e-4a95-ba4b-39708ba5996c", "rel": "bookmark"}]}, "id": "af460998-7f32-4724-89dc-71b90bce9946", "security_groups": [{"name": "default"}], "user_id": "309ad99e4eec494e911dc3bf5ab9cbfb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T08:39:06Z", "hostId": "1685fba2681b904c74e4bac499b33c5f8e43c72cbe4cda236cf41728", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_7e452cf8-8431-49e1-9227-da9959d01d23", "created": "2018-10-26T08:39:00Z", "tenant_id": "04f9774a0977490a8ff3210328b77b9c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 08:39:12,492 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2d428419-07c1-4c29-8387-26388459364b 2018-10-26 08:39:12,492 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.591505050659s 2018-10-26 08:39:12,493 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2d428419-07c1-4c29-8387-26388459364b 2018-10-26 08:39:12,498 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 08:39:14,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 08:39:14,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}08876f9f0b9db944d87da25255c1480912c5e1de" 2018-10-26 08:39:15,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:39: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-3829b19a-1e8f-448f-a501-086ed30fb954 x-compute-request-id: req-3829b19a-1e8f-448f-a501-086ed30fb954 Content-Encoding: gzip Content-Length: 881 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1890c446-cf4f-4b5d-a855-2ec225db263d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1890c446-cf4f-4b5d-a855-2ec225db263d", "rel": "bookmark"}], "image": {"id": "d4877799-c22d-48f9-a3a3-8ebeab55adbb", "links": [{"href": "http://172.30.9.21:8774/images/d4877799-c22d-48f9-a3a3-8ebeab55adbb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b119d0c5-7e1e-4a95-ba4b-39708ba5996c", "links": [{"href": "http://172.30.9.21:8774/flavors/b119d0c5-7e1e-4a95-ba4b-39708ba5996c", "rel": "bookmark"}]}, "id": "1890c446-cf4f-4b5d-a855-2ec225db263d", "security_groups": [{"name": "default"}], "user_id": "309ad99e4eec494e911dc3bf5ab9cbfb", "OS-DCF: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-26T08:39:12Z", "hostId": "f245f54e659ca3baafdf2c640292796073b577d33cc6cb3a2fd60804", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_7e452cf8-8431-49e1-9227-da9959d01d23", "created": "2018-10-26T08:39:11Z", "tenant_id": "04f9774a0977490a8ff3210328b77b9c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_7e452cf8-8431-49e1-9227-da9959d01d23": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:fd:f8", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/af460998-7f32-4724-89dc-71b90bce9946", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/af460998-7f32-4724-89dc-71b90bce9946", "rel": "bookmark"}], "image": {"id": "d4877799-c22d-48f9-a3a3-8ebeab55adbb", "links": [{"href": "http://172.30.9.21:8774/images/d4877799-c22d-48f9-a3a3-8ebeab55adbb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T08:39:06.000000", "flavor": {"id": "b119d0c5-7e1e-4a95-ba4b-39708ba5996c", "links": [{"href": "http://172.30.9.21:8774/flavors/b119d0c5-7e1e-4a95-ba4b-39708ba5996c", "rel": "bookmark"}]}, "id": "af460998-7f32-4724-89dc-71b90bce9946", "security_groups": [{"name": "default"}], "user_id": "309ad99e4eec494e911dc3bf5ab9cbfb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T08:39:06Z", "hostId": "1685fba2681b904c74e4bac499b33c5f8e43c72cbe4cda236cf41728", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_7e452cf8-8431-49e1-9227-da9959d01d23", "created": "2018-10-26T08:39:00Z", "tenant_id": "04f9774a0977490a8ff3210328b77b9c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 08:39:15,036 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3829b19a-1e8f-448f-a501-086ed30fb954 2018-10-26 08:39:15,036 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.535377979279s 2018-10-26 08:39:15,037 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3829b19a-1e8f-448f-a501-086ed30fb954 2018-10-26 08:39:15,042 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 08:39:17,044 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 08:39:17,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}08876f9f0b9db944d87da25255c1480912c5e1de" 2018-10-26 08:39:17,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:39: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-c5380cc9-af2a-4533-8ae6-2237f1f1abf1 x-compute-request-id: req-c5380cc9-af2a-4533-8ae6-2237f1f1abf1 Content-Encoding: gzip Content-Length: 881 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1890c446-cf4f-4b5d-a855-2ec225db263d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1890c446-cf4f-4b5d-a855-2ec225db263d", "rel": "bookmark"}], "image": {"id": "d4877799-c22d-48f9-a3a3-8ebeab55adbb", "links": [{"href": "http://172.30.9.21:8774/images/d4877799-c22d-48f9-a3a3-8ebeab55adbb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b119d0c5-7e1e-4a95-ba4b-39708ba5996c", "links": [{"href": "http://172.30.9.21:8774/flavors/b119d0c5-7e1e-4a95-ba4b-39708ba5996c", "rel": "bookmark"}]}, "id": "1890c446-cf4f-4b5d-a855-2ec225db263d", "security_groups": [{"name": "default"}], "user_id": "309ad99e4eec494e911dc3bf5ab9cbfb", "OS-DCF: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-26T08:39:12Z", "hostId": "f245f54e659ca3baafdf2c640292796073b577d33cc6cb3a2fd60804", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_7e452cf8-8431-49e1-9227-da9959d01d23", "created": "2018-10-26T08:39:11Z", "tenant_id": "04f9774a0977490a8ff3210328b77b9c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_7e452cf8-8431-49e1-9227-da9959d01d23": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:fd:f8", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/af460998-7f32-4724-89dc-71b90bce9946", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/af460998-7f32-4724-89dc-71b90bce9946", "rel": "bookmark"}], "image": {"id": "d4877799-c22d-48f9-a3a3-8ebeab55adbb", "links": [{"href": "http://172.30.9.21:8774/images/d4877799-c22d-48f9-a3a3-8ebeab55adbb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T08:39:06.000000", "flavor": {"id": "b119d0c5-7e1e-4a95-ba4b-39708ba5996c", "links": [{"href": "http://172.30.9.21:8774/flavors/b119d0c5-7e1e-4a95-ba4b-39708ba5996c", "rel": "bookmark"}]}, "id": "af460998-7f32-4724-89dc-71b90bce9946", "security_groups": [{"name": "default"}], "user_id": "309ad99e4eec494e911dc3bf5ab9cbfb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T08:39:06Z", "hostId": "1685fba2681b904c74e4bac499b33c5f8e43c72cbe4cda236cf41728", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_7e452cf8-8431-49e1-9227-da9959d01d23", "created": "2018-10-26T08:39:00Z", "tenant_id": "04f9774a0977490a8ff3210328b77b9c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 08:39:17,428 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c5380cc9-af2a-4533-8ae6-2237f1f1abf1 2018-10-26 08:39:17,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.383993148804s 2018-10-26 08:39:17,429 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c5380cc9-af2a-4533-8ae6-2237f1f1abf1 2018-10-26 08:39:17,434 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 08:39:19,436 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 08:39:19,439 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}08876f9f0b9db944d87da25255c1480912c5e1de" 2018-10-26 08:39:19,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:39: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-94b5f921-d4f0-4a94-a87e-871d8a706968 x-compute-request-id: req-94b5f921-d4f0-4a94-a87e-871d8a706968 Content-Encoding: gzip Content-Length: 881 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1890c446-cf4f-4b5d-a855-2ec225db263d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1890c446-cf4f-4b5d-a855-2ec225db263d", "rel": "bookmark"}], "image": {"id": "d4877799-c22d-48f9-a3a3-8ebeab55adbb", "links": [{"href": "http://172.30.9.21:8774/images/d4877799-c22d-48f9-a3a3-8ebeab55adbb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b119d0c5-7e1e-4a95-ba4b-39708ba5996c", "links": [{"href": "http://172.30.9.21:8774/flavors/b119d0c5-7e1e-4a95-ba4b-39708ba5996c", "rel": "bookmark"}]}, "id": "1890c446-cf4f-4b5d-a855-2ec225db263d", "security_groups": [{"name": "default"}], "user_id": "309ad99e4eec494e911dc3bf5ab9cbfb", "OS-DCF: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-26T08:39:12Z", "hostId": "f245f54e659ca3baafdf2c640292796073b577d33cc6cb3a2fd60804", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_7e452cf8-8431-49e1-9227-da9959d01d23", "created": "2018-10-26T08:39:11Z", "tenant_id": "04f9774a0977490a8ff3210328b77b9c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_7e452cf8-8431-49e1-9227-da9959d01d23": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:fd:f8", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/af460998-7f32-4724-89dc-71b90bce9946", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/af460998-7f32-4724-89dc-71b90bce9946", "rel": "bookmark"}], "image": {"id": "d4877799-c22d-48f9-a3a3-8ebeab55adbb", "links": [{"href": "http://172.30.9.21:8774/images/d4877799-c22d-48f9-a3a3-8ebeab55adbb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T08:39:06.000000", "flavor": {"id": "b119d0c5-7e1e-4a95-ba4b-39708ba5996c", "links": [{"href": "http://172.30.9.21:8774/flavors/b119d0c5-7e1e-4a95-ba4b-39708ba5996c", "rel": "bookmark"}]}, "id": "af460998-7f32-4724-89dc-71b90bce9946", "security_groups": [{"name": "default"}], "user_id": "309ad99e4eec494e911dc3bf5ab9cbfb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T08:39:06Z", "hostId": "1685fba2681b904c74e4bac499b33c5f8e43c72cbe4cda236cf41728", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_7e452cf8-8431-49e1-9227-da9959d01d23", "created": "2018-10-26T08:39:00Z", "tenant_id": "04f9774a0977490a8ff3210328b77b9c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 08:39:19,931 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-94b5f921-d4f0-4a94-a87e-871d8a706968 2018-10-26 08:39:19,931 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.495215892792s 2018-10-26 08:39:19,932 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-94b5f921-d4f0-4a94-a87e-871d8a706968 2018-10-26 08:39:19,937 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 08:39:21,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 08:39:21,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}08876f9f0b9db944d87da25255c1480912c5e1de" 2018-10-26 08:39:22,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:39: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-dd3da584-22c5-4c3b-8e71-5e5b7b0aa5b4 x-compute-request-id: req-dd3da584-22c5-4c3b-8e71-5e5b7b0aa5b4 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_7e452cf8-8431-49e1-9227-da9959d01d23": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3d:2c:de", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1890c446-cf4f-4b5d-a855-2ec225db263d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1890c446-cf4f-4b5d-a855-2ec225db263d", "rel": "bookmark"}], "image": {"id": "d4877799-c22d-48f9-a3a3-8ebeab55adbb", "links": [{"href": "http://172.30.9.21:8774/images/d4877799-c22d-48f9-a3a3-8ebeab55adbb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T08:39:19.000000", "flavor": {"id": "b119d0c5-7e1e-4a95-ba4b-39708ba5996c", "links": [{"href": "http://172.30.9.21:8774/flavors/b119d0c5-7e1e-4a95-ba4b-39708ba5996c", "rel": "bookmark"}]}, "id": "1890c446-cf4f-4b5d-a855-2ec225db263d", "security_groups": [{"name": "default"}], "user_id": "309ad99e4eec494e911dc3bf5ab9cbfb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T08:39:19Z", "hostId": "f245f54e659ca3baafdf2c640292796073b577d33cc6cb3a2fd60804", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_7e452cf8-8431-49e1-9227-da9959d01d23", "created": "2018-10-26T08:39:11Z", "tenant_id": "04f9774a0977490a8ff3210328b77b9c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_7e452cf8-8431-49e1-9227-da9959d01d23": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:fd:f8", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/af460998-7f32-4724-89dc-71b90bce9946", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/af460998-7f32-4724-89dc-71b90bce9946", "rel": "bookmark"}], "image": {"id": "d4877799-c22d-48f9-a3a3-8ebeab55adbb", "links": [{"href": "http://172.30.9.21:8774/images/d4877799-c22d-48f9-a3a3-8ebeab55adbb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T08:39:06.000000", "flavor": {"id": "b119d0c5-7e1e-4a95-ba4b-39708ba5996c", "links": [{"href": "http://172.30.9.21:8774/flavors/b119d0c5-7e1e-4a95-ba4b-39708ba5996c", "rel": "bookmark"}]}, "id": "af460998-7f32-4724-89dc-71b90bce9946", "security_groups": [{"name": "default"}], "user_id": "309ad99e4eec494e911dc3bf5ab9cbfb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T08:39:06Z", "hostId": "1685fba2681b904c74e4bac499b33c5f8e43c72cbe4cda236cf41728", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_7e452cf8-8431-49e1-9227-da9959d01d23", "created": "2018-10-26T08:39:00Z", "tenant_id": "04f9774a0977490a8ff3210328b77b9c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 08:39:22,461 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-dd3da584-22c5-4c3b-8e71-5e5b7b0aa5b4 2018-10-26 08:39:22,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.522100925446s 2018-10-26 08:39:22,462 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-dd3da584-22c5-4c3b-8e71-5e5b7b0aa5b4 2018-10-26 08:39:22,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-10-26 08:39:22,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=1890c446-cf4f-4b5d-a855-2ec225db263d" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}08876f9f0b9db944d87da25255c1480912c5e1de" 2018-10-26 08:39:22,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 771 X-Openstack-Request-Id: req-17785b4e-aed1-45ee-b55e-053b91d0ea86 Date: Fri, 26 Oct 2018 08:39:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T08:39:18Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b31f56b1-883d-4555-bcee-a742c4afc32c","ip_address":"192.168.120.10"}],"id":"a7e9581a-e82e-4de3-ab89-76433ba03f98","security_groups":["c7b1048d-0cea-4440-8168-7b2add4b3490"],"mac_address":"fa:16:3e:3d:2c:de","project_id":"04f9774a0977490a8ff3210328b77b9c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a4794314-fb8b-483a-a761-e6c60613ce00","tenant_id":"04f9774a0977490a8ff3210328b77b9c","created_at":"2018-10-26T08:39:13Z","binding:vnic_type":"normal","device_id":"1890c446-cf4f-4b5d-a855-2ec225db263d"}]} 2018-10-26 08:39:22,523 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=1890c446-cf4f-4b5d-a855-2ec225db263d used request id req-17785b4e-aed1-45ee-b55e-053b91d0ea86 2018-10-26 08:39:22,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0556719303131s 2018-10-26 08:39:22,523 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=1890c446-cf4f-4b5d-a855-2ec225db263d used request id req-17785b4e-aed1-45ee-b55e-053b91d0ea86 2018-10-26 08:39:22,529 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-26 08:39:22,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=a7e9581a-e82e-4de3-ab89-76433ba03f98" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}08876f9f0b9db944d87da25255c1480912c5e1de" 2018-10-26 08:39:22,547 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-820c925b-5c58-47fc-9d3a-9a3c91d94715 Date: Fri, 26 Oct 2018 08:39:22 GMT RESP BODY: {"floatingips": []} 2018-10-26 08:39:22,547 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=a7e9581a-e82e-4de3-ab89-76433ba03f98 used request id req-820c925b-5c58-47fc-9d3a-9a3c91d94715 2018-10-26 08:39:22,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0179629325867s 2018-10-26 08:39:22,547 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=a7e9581a-e82e-4de3-ab89-76433ba03f98 used request id req-820c925b-5c58-47fc-9d3a-9a3c91d94715 2018-10-26 08:39:22,548 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_7e452cf8-8431-49e1-9227-da9959d01d23': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:3d:2c:de', u'version': 4, u'addr': u'192.168.120.10', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'd4877799-c22d-48f9-a3a3-8ebeab55adbb'}), 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-26T08:39:19.000000', 'flavor': Munch({u'id': u'b119d0c5-7e1e-4a95-ba4b-39708ba5996c'}), 'az': u'nova', 'id': u'1890c446-cf4f-4b5d-a855-2ec225db263d', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'309ad99e4eec494e911dc3bf5ab9cbfb', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'04f9774a0977490a8ff3210328b77b9c', 'name': 'vping_userdata-project_7e452cf8-8431-49e1-9227-da9959d01d23', '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-26T08:39:19.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-10-26T08:39:19Z', 'hostId': u'f245f54e659ca3baafdf2c640292796073b577d33cc6cb3a2fd60804', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.10', 'cloud': 'envvars', 'host_id': u'f245f54e659ca3baafdf2c640292796073b577d33cc6cb3a2fd60804', '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-26T08:39:19.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'04f9774a0977490a8ff3210328b77b9c', 'name': u'vping_userdata-vm2_7e452cf8-8431-49e1-9227-da9959d01d23', 'adminPass': u'ftY2hRoEiyr8', 'tenant_id': u'04f9774a0977490a8ff3210328b77b9c', 'region': 'regionOne', 'created': u'2018-10-26T08:39:11Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-10-26 08:39:22,548 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-10-26 08:39:23,550 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 08:39:23,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}08876f9f0b9db944d87da25255c1480912c5e1de" 2018-10-26 08:39:23,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:39: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-17c95c21-1652-4b43-80ac-9a3ae3d8d231 x-compute-request-id: req-17c95c21-1652-4b43-80ac-9a3ae3d8d231 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_7e452cf8-8431-49e1-9227-da9959d01d23": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3d:2c:de", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1890c446-cf4f-4b5d-a855-2ec225db263d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1890c446-cf4f-4b5d-a855-2ec225db263d", "rel": "bookmark"}], "image": {"id": "d4877799-c22d-48f9-a3a3-8ebeab55adbb", "links": [{"href": "http://172.30.9.21:8774/images/d4877799-c22d-48f9-a3a3-8ebeab55adbb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T08:39:19.000000", "flavor": {"id": "b119d0c5-7e1e-4a95-ba4b-39708ba5996c", "links": [{"href": "http://172.30.9.21:8774/flavors/b119d0c5-7e1e-4a95-ba4b-39708ba5996c", "rel": "bookmark"}]}, "id": "1890c446-cf4f-4b5d-a855-2ec225db263d", "security_groups": [{"name": "default"}], "user_id": "309ad99e4eec494e911dc3bf5ab9cbfb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T08:39:19Z", "hostId": "f245f54e659ca3baafdf2c640292796073b577d33cc6cb3a2fd60804", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_7e452cf8-8431-49e1-9227-da9959d01d23", "created": "2018-10-26T08:39:11Z", "tenant_id": "04f9774a0977490a8ff3210328b77b9c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_7e452cf8-8431-49e1-9227-da9959d01d23": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:fd:f8", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/af460998-7f32-4724-89dc-71b90bce9946", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/af460998-7f32-4724-89dc-71b90bce9946", "rel": "bookmark"}], "image": {"id": "d4877799-c22d-48f9-a3a3-8ebeab55adbb", "links": [{"href": "http://172.30.9.21:8774/images/d4877799-c22d-48f9-a3a3-8ebeab55adbb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T08:39:06.000000", "flavor": {"id": "b119d0c5-7e1e-4a95-ba4b-39708ba5996c", "links": [{"href": "http://172.30.9.21:8774/flavors/b119d0c5-7e1e-4a95-ba4b-39708ba5996c", "rel": "bookmark"}]}, "id": "af460998-7f32-4724-89dc-71b90bce9946", "security_groups": [{"name": "default"}], "user_id": "309ad99e4eec494e911dc3bf5ab9cbfb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T08:39:06Z", "hostId": "1685fba2681b904c74e4bac499b33c5f8e43c72cbe4cda236cf41728", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_7e452cf8-8431-49e1-9227-da9959d01d23", "created": "2018-10-26T08:39:00Z", "tenant_id": "04f9774a0977490a8ff3210328b77b9c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 08:39:23,909 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-17c95c21-1652-4b43-80ac-9a3ae3d8d231 2018-10-26 08:39:23,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.358623981476s 2018-10-26 08:39:23,909 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-17c95c21-1652-4b43-80ac-9a3ae3d8d231 2018-10-26 08:39:23,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-26 08:39:23,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/1890c446-cf4f-4b5d-a855-2ec225db263d/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}08876f9f0b9db944d87da25255c1480912c5e1de" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-26 08:39:25,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:39: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-9e1b44ae-6574-48e2-af3c-877913b88fc9 x-compute-request-id: req-9e1b44ae-6574-48e2-af3c-877913b88fc9 Content-Encoding: gzip Content-Length: 9538 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 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 657651647 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 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.179608] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.181973] pid_max: default: 32768 minimum: 301\n[ 0.183246] ACPI: Core revision 20150930\n[ 0.184900] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.186716] Security Framework initialized\n[ 0.187852] Yama: becoming mindful.\n[ 0.188845] AppArmor: AppArmor initialized\n[ 0.190022] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.191902] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.193697] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.195445] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.197385] Initializing cgroup subsys io\n[ 0.198531] Initializing cgroup subsys memory\n[ 0.199782] Initializing cgroup subsys devices\n[ 0.201043] Initializing cgroup subsys freezer\n[ 0.202273] Initializing cgroup subsys net_cls\n[ 0.203493] Initializing cgroup subsys perf_event\n[ 0.204723] Initializing cgroup subsys net_prio\n[ 0.205930] Initializing cgroup subsys hugetlb\n[ 0.207183] Initializing cgroup subsys pids\n[ 0.208289] CPU: Physical Processor ID: 0\n[ 0.210146] mce: CPU supports 10 MCE banks\n[ 0.211367] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.212792] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.224406] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.231399] ftrace: allocating 31920 entries in 125 pages\n[ 0.257910] smpboot: Max logical packages: 1\n[ 0.259144] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.261059] x2apic enabled\n[ 0.262087] Switched APIC routing to physical x2apic.\n[ 0.264226] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.265829] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.268599] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.271121] KVM setup paravirtual spinlock\n[ 0.272706] x86: Booted up 1 node, 1 CPUs\n[ 0.273794] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.275678] devtmpfs: initialized\n[ 0.277589] evm: security.selinux\n[ 0.278534] evm: security.SMACK64\n[ 0.279501] evm: security.SMACK64EXEC\n[ 0.280578] evm: security.SMACK64TRANSMUTE\n[ 0.281740] evm: security.SMACK64MMAP\n[ 0.282787] evm: security.ima\n[ 0.283670] evm: security.capability\n[ 0.284746] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.287373] pinctrl core: initialized pinctrl subsystem\n[ 0.288865] RTC time: 8:39:19, date: 10/26/18\n[ 0.290162] NET: Registered protocol family 16\n[ 0.291495] cpuidle: using governor ladder\n[ 0.292622] cpuidle: using governor menu\n[ 0.293714] PCCT header not found.\n[ 0.294722] ACPI: bus type PCI registered\n[ 0.295828] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.297553] PCI: Using configuration type 1 for base access\n[ 0.299448] ACPI: Added _OSI(Module Device)\n[ 0.300648] ACPI: Added _OSI(Processor Device)\n[ 0.301881] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.303145] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.305578] ACPI: Interpreter enabled\n[ 0.306608] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.309128] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.311502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.314074] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.316760] ACPI: (supports S0 S5)\n[ 0.317748] ACPI: Using IOAPIC for interrupt routing\n[ 0.319109] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.322978] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.324584] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.326395] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.328120] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.331269] acpiphp: Slot [3] registered\n[ 0.332393] acpiphp: Slot [4] registered\n[ 0.333512] acpiphp: Slot [5] registered\n[ 0.334624] acpiphp: Slot [6] registered\n[ 0.335719] acpiphp: Slot [7] registered\n[ 0.336817] acpiphp: Slot [8] registered\n[ 0.337915] acpiphp: Slot [9] registered\n[ 0.339010] acpiphp: Slot [10] registered\n[ 0.340125] acpiphp: Slot [11] registered\n[ 0.341272] acpiphp: Slot [12] registered\n[ 0.342475] acpiphp: Slot [13] registered\n[ 0.343320] acpiphp: Slot [14] registered\n[ 0.344155] acpiphp: Slot [15] registered\n[ 0.355015] acpiphp: Slot [16] registered\n[ 0.355837] acpiphp: Slot [17] registered\n[ 0.356651] acpiphp: Slot [18] registered\n[ 0.357467] acpiphp: Slot [19] registered\n[ 0.358283] acpiphp: Slot [20] registered\n[ 0.359111] acpiphp: Slot [21] registered\n[ 0.359930] acpiphp: Slot [22] registered\n[ 0.360748] acpiphp: Slot [23] registered\n[ 0.361562] acpiphp: Slot [24] registered\n[ 0.362380] acpiphp: Slot [25] registered\n[ 0.363206] acpiphp: Slot [26] registered\n[ 0.364026] acpiphp: Slot [27] registered\n[ 0.364844] acpiphp: Slot [28] registered\n[ 0.365662] acpiphp: Slot [29] registered\n[ 0.366476] acpiphp: Slot [30] registered\n[ 0.367298] acpiphp: Slot [31] registered\n[ 0.368118] PCI host bridge to bus 0000:00\n[ 0.368935] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.370154] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.371379] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.372844] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.374301] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.380854] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.382144] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.383335] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.384615] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.391477] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.392921] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.441529] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.443042] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.444478] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.445902] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.448174] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.449485] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.450646] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.451705] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.453260] vgaarb: loaded\n[ 0.453866] vgaarb: bridge control possible 0000:00:02.0\n[ 0.455019] SCSI subsystem initialized\n[ 0.455846] ACPI: bus type USB registered\n[ 0.456667] usbcore: registered new interface driver usbfs\n[ 0.457705] usbcore: registered new interface driver hub\n[ 0.458717] usbcore: registered new device driver usb\n[ 0.459785] PCI: Using ACPI for IRQ routing\n[ 0.460823] NetLabel: Initializing\n[ 0.461538] NetLabel: domain hash size = 128\n[ 0.462401] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.463358] NetLabel: unlabeled traffic allowed by default\n[ 0.464466] clocksource: Switched to clocksource kvm-clock\n[ 0.470430] AppArmor: AppArmor Filesystem Enabled\n[ 0.471416] pnp: PnP ACPI init\n[ 0.472351] pnp: PnP ACPI: found 5 devices\n[ 0.478740] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.480460] NET: Registered protocol family 2\n[ 0.481448] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.482729] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.483899] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.485074] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.486156] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.487326] NET: Registered protocol family 1\n[ 0.488194] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.489295] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.490377] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.504231] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.518543] Trying to unpack rootfs image as initramfs...\n[ 0.569219] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.583409] Scanning for low memory corruption every 60 seconds\n[ 0.584777] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.585942] audit: initializing netlink subsys (disabled)\n[ 0.586981] audit: type=2000 audit(1540543160.161:1): initialized\n[ 0.588309] Initialise system trusted keyring\n[ 0.589265] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.590455] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.592424] zbud: loaded\n[ 0.600244] VFS: Disk quotas dquot_6.6.0\n[ 0.601186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.602752] fuse init (API version 7.23)\n[ 0.603650] Key type big_key registered\n[ 0.604480] Allocating IMA MOK and blacklist keyrings.\n[ 0.605610] Key type asymmetric registered\n[ 0.606449] Asymmetric key parser 'x509' registered\n[ 0.607524] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.609624] io scheduler noop registered\n[ 0.610542] io scheduler deadline registered (default)\n[ 0.611741] io scheduler cfq registered\n[ 0.612719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.614016] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.615521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.617243] ACPI: Power Button [PWRF]\n[ 0.618272] GHES: HEST is not enabled!\n[ 0.632701] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.661737] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.664214] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.687909] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.690083] Linux agpgart interface v0.103\n[ 0.692612] brd: module loaded\n[ 0.693815] loop: module loaded\n[ 0.698634] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.700093] GPT:90111 != 2097151\n[ 0.700783] GPT:Alternate GPT header not at the end of the disk.\n[ 0.701889] GPT:90111 != 2097151\n[ 0.702566] GPT: Use GNU Parted to correct GPT errors.\n[ 0.703543] vda: vda1 vda15\n[ 0.705022] scsi host0: ata_piix\n[ 0.705764] scsi host1: ata_piix\n[ 0.706479] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.707710] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.709177] libphy: Fixed MDIO Bus: probed\n[ 0.710005] tun: Universal TUN/TAP device driver, 1.6\n[ 0.710963] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.713075] PPP generic driver version 2.4.2\n[ 0.713976] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.715259] ehci-pci: EHCI PCI platform driver\n[ 0.716138] ehci-platform: EHCI generic platform driver\n[ 0.717147] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.718293] ohci-pci: OHCI PCI platform driver\n[ 0.719169] ohci-platform: OHCI generic platform driver\n[ 0.720168] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.734570] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.735581] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.737052] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.738092] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.739220] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.740451] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.741884] usb usb1: Product: UHCI Host Controller\n[ 0.742829] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.743979] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.745031] hub 1-0:1.0: USB hub found\n[ 0.745813] hub 1-0:1.0: 2 ports detected\n[ 0.746718] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.748866] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.749823] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.750858] mousedev: PS/2 mouse device common for all mice\n[ 0.752118] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.753970] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755069] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756271] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.757475] i2c /dev entries driver\n[ 0.758244] device-mapper: uevent: version 1.0.3\n[ 0.759197] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.760851] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.762142] NET: Registered protocol family 10\n[ 0.763144] NET: Registered protocol family 17\n[ 0.764042] Key type dns_resolver registered\n[ 0.764982] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.766089] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.767840] registered taskstats version 1\n[ 0.768701] Loading compiled-in X.509 certificates\n[ 0.770143] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.772009] zswap: loaded using pool lzo/zbud\n[ 0.773885] Key type trusted registered\n[ 0.775450] Key type encrypted registered\n[ 0.776280] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.777332] ima: No TPM chip found, activating TPM-bypass!\n[ 0.778383] evm: HMAC attrs: 0x1\n[ 0.779333] Magic number: 6:957:675\n[ 0.780141] vtconsole vtcon0: hash matches\n[ 0.781037] rtc_cmos 00:00: setting system clock to 2018-10-26 08:39:20 UTC (1540543160)\n[ 0.782647] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.783777] EDD information not available.\n[ 0.865527] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.877383] Write protecting the kernel read-only data: 14336k\n[ 0.878962] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.880790] 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.11\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.358030] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.24. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCiTS3GoqBkl2vNMWKPd7lTa0N+NL1Hu5zeOneJsWvnoooJ1034fcUG3P1e+vi7otFQcg80NaylHjmO8N2SoC6UwPbwcSdBp3mUolU5cmwxKH2qYSPZrncKkI9bPB/S0l3iVeo9Khz+vO08to9yLDu6uFDMm0iHnPLnPpKYcPaOzqbMhpPdtn/wXHpj2hLaOYfRJLCWkowOn5Ag2sQoLeJ3QlfqKSMNC1/QhvPohqkeRoEcTPhdEa7RBm15Ic3jy3U7TKbvcOmoi5Z5873YfYZ5TjCfj0X/BNZGcA4fzFt0q9bMhh4dDhpr8ObdVUQECShj6jWMt33oCmfqTrgKovjB root@vping-userdata-vm2-7e452cf8-8431-49e1-9227-da9959d01d23\nssh-dss AAAAB3NzaC1kc3MAAACBAPBs0qqK3QUfQfSLkrsoKLToJCj5PYp49PaDgFLw4C3BGwO+AM5R8H73+JKzh7MrN/ERFLm9TYzi2jHJ0vEeJYTbUzpx105+z+bG6y1S4OWCuiLRgvPbnOed7rAtTf/8/oZcNpJygDgS2uKbjCqCqJ2oPo9IVm6HAnUmdOJ/vi9hAAAAFQCKn19jIQ/ZigmHf25bStOgo4LthQAAAIEAkt0Rr2rL3m78prf4UiPUerr0DCLxICuf9HhU+dRneBHba9PJFJdhr5PKSCkS7qI4X5TOgWQNBbgPbFY6lg8sTbVgAhstPBE2OgIqDSFOgtYxDTIH5D9GeSIHtcWG68Hv2ZdxlIAlh5pQrN5YxwHR1GK10q0buSU2mLnJz6SAf1IAAACBAO7Y/BfNUnuQD/2cMqg/IkkPEeGYE2An8BSO3lEjy4hjJD9nRjk3gmjjVQxJnhEux6ii54jdQx6cSWJqj31zA4whbWVHRvC33vDBsVOWt4tsBA9waT0hABfCTB7cjaA7CHOAr5OQmLQNWnYeDtOa0llKRgYDbiMjKps0rJm9PqdJ root@vping-userdata-vm2-7e452cf8-8431-49e1-9227-da9959d01d23\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.10,24,fe80::f816:3eff:fe3d:2cde/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.3 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.10 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000029\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-userdata-vm2-7e452cf8-8431-49e1-9227-da9959d01d23\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=2.98 ===\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-7e452cf8-8431-49e1-9227-da9959d01d23 login: "} 2018-10-26 08:39:25,020 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/1890c446-cf4f-4b5d-a855-2ec225db263d/action used request id req-9e1b44ae-6574-48e2-af3c-877913b88fc9 2018-10-26 08:39:25,021 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10880994797s 2018-10-26 08:39:25,022 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/1890c446-cf4f-4b5d-a855-2ec225db263d/action used request id req-9e1b44ae-6574-48e2-af3c-877913b88fc9 2018-10-26 08:39:25,022 - 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 657651647 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.179608] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.181973] pid_max: default: 32768 minimum: 301 [ 0.183246] ACPI: Core revision 20150930 [ 0.184900] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.186716] Security Framework initialized [ 0.187852] Yama: becoming mindful. [ 0.188845] AppArmor: AppArmor initialized [ 0.190022] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.191902] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.193697] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.195445] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.197385] Initializing cgroup subsys io [ 0.198531] Initializing cgroup subsys memory [ 0.199782] Initializing cgroup subsys devices [ 0.201043] Initializing cgroup subsys freezer [ 0.202273] Initializing cgroup subsys net_cls [ 0.203493] Initializing cgroup subsys perf_event [ 0.204723] Initializing cgroup subsys net_prio [ 0.205930] Initializing cgroup subsys hugetlb [ 0.207183] Initializing cgroup subsys pids [ 0.208289] CPU: Physical Processor ID: 0 [ 0.210146] mce: CPU supports 10 MCE banks [ 0.211367] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.212792] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.224406] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.231399] ftrace: allocating 31920 entries in 125 pages [ 0.257910] smpboot: Max logical packages: 1 [ 0.259144] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.261059] x2apic enabled [ 0.262087] Switched APIC routing to physical x2apic. [ 0.264226] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.265829] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.268599] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.271121] KVM setup paravirtual spinlock [ 0.272706] x86: Booted up 1 node, 1 CPUs [ 0.273794] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.275678] devtmpfs: initialized [ 0.277589] evm: security.selinux [ 0.278534] evm: security.SMACK64 [ 0.279501] evm: security.SMACK64EXEC [ 0.280578] evm: security.SMACK64TRANSMUTE [ 0.281740] evm: security.SMACK64MMAP [ 0.282787] evm: security.ima [ 0.283670] evm: security.capability [ 0.284746] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.287373] pinctrl core: initialized pinctrl subsystem [ 0.288865] RTC time: 8:39:19, date: 10/26/18 [ 0.290162] NET: Registered protocol family 16 [ 0.291495] cpuidle: using governor ladder [ 0.292622] cpuidle: using governor menu [ 0.293714] PCCT header not found. [ 0.294722] ACPI: bus type PCI registered [ 0.295828] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.297553] PCI: Using configuration type 1 for base access [ 0.299448] ACPI: Added _OSI(Module Device) [ 0.300648] ACPI: Added _OSI(Processor Device) [ 0.301881] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.303145] ACPI: Added _OSI(Processor Aggregator Device) [ 0.305578] ACPI: Interpreter enabled [ 0.306608] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.309128] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.311502] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.314074] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.316760] ACPI: (supports S0 S5) [ 0.317748] ACPI: Using IOAPIC for interrupt routing [ 0.319109] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.322978] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.324584] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.326395] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.328120] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.331269] acpiphp: Slot [3] registered [ 0.332393] acpiphp: Slot [4] registered [ 0.333512] acpiphp: Slot [5] registered [ 0.334624] acpiphp: Slot [6] registered [ 0.335719] acpiphp: Slot [7] registered [ 0.336817] acpiphp: Slot [8] registered [ 0.337915] acpiphp: Slot [9] registered [ 0.339010] acpiphp: Slot [10] registered [ 0.340125] acpiphp: Slot [11] registered [ 0.341272] acpiphp: Slot [12] registered [ 0.342475] acpiphp: Slot [13] registered [ 0.343320] acpiphp: Slot [14] registered [ 0.344155] acpiphp: Slot [15] registered [ 0.355015] acpiphp: Slot [16] registered [ 0.355837] acpiphp: Slot [17] registered [ 0.356651] acpiphp: Slot [18] registered [ 0.357467] acpiphp: Slot [19] registered [ 0.358283] acpiphp: Slot [20] registered [ 0.359111] acpiphp: Slot [21] registered [ 0.359930] acpiphp: Slot [22] registered [ 0.360748] acpiphp: Slot [23] registered [ 0.361562] acpiphp: Slot [24] registered [ 0.362380] acpiphp: Slot [25] registered [ 0.363206] acpiphp: Slot [26] registered [ 0.364026] acpiphp: Slot [27] registered [ 0.364844] acpiphp: Slot [28] registered [ 0.365662] acpiphp: Slot [29] registered [ 0.366476] acpiphp: Slot [30] registered [ 0.367298] acpiphp: Slot [31] registered [ 0.368118] PCI host bridge to bus 0000:00 [ 0.368935] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.370154] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.371379] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.372844] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.374301] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.380854] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.382144] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.383335] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.384615] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.391477] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.392921] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.441529] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.443042] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.444478] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.445902] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.448174] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.449485] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.450646] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.451705] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.453260] vgaarb: loaded [ 0.453866] vgaarb: bridge control possible 0000:00:02.0 [ 0.455019] SCSI subsystem initialized [ 0.455846] ACPI: bus type USB registered [ 0.456667] usbcore: registered new interface driver usbfs [ 0.457705] usbcore: registered new interface driver hub [ 0.458717] usbcore: registered new device driver usb [ 0.459785] PCI: Using ACPI for IRQ routing [ 0.460823] NetLabel: Initializing [ 0.461538] NetLabel: domain hash size = 128 [ 0.462401] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.463358] NetLabel: unlabeled traffic allowed by default [ 0.464466] clocksource: Switched to clocksource kvm-clock [ 0.470430] AppArmor: AppArmor Filesystem Enabled [ 0.471416] pnp: PnP ACPI init [ 0.472351] pnp: PnP ACPI: found 5 devices [ 0.478740] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.480460] NET: Registered protocol family 2 [ 0.481448] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.482729] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.483899] TCP: Hash tables configured (established 4096 bind 4096) [ 0.485074] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.486156] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.487326] NET: Registered protocol family 1 [ 0.488194] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.489295] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.490377] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.504231] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.518543] Trying to unpack rootfs image as initramfs... [ 0.569219] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.583409] Scanning for low memory corruption every 60 seconds [ 0.584777] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.585942] audit: initializing netlink subsys (disabled) [ 0.586981] audit: type=2000 audit(1540543160.161:1): initialized [ 0.588309] Initialise system trusted keyring [ 0.589265] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.590455] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.592424] zbud: loaded [ 0.600244] VFS: Disk quotas dquot_6.6.0 [ 0.601186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.602752] fuse init (API version 7.23) [ 0.603650] Key type big_key registered [ 0.604480] Allocating IMA MOK and blacklist keyrings. [ 0.605610] Key type asymmetric registered [ 0.606449] Asymmetric key parser 'x509' registered [ 0.607524] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.609624] io scheduler noop registered [ 0.610542] io scheduler deadline registered (default) [ 0.611741] io scheduler cfq registered [ 0.612719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.614016] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.615521] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.617243] ACPI: Power Button [PWRF] [ 0.618272] GHES: HEST is not enabled! [ 0.632701] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.661737] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.664214] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.687909] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.690083] Linux agpgart interface v0.103 [ 0.692612] brd: module loaded [ 0.693815] loop: module loaded [ 0.698634] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.700093] GPT:90111 != 2097151 [ 0.700783] GPT:Alternate GPT header not at the end of the disk. [ 0.701889] GPT:90111 != 2097151 [ 0.702566] GPT: Use GNU Parted to correct GPT errors. [ 0.703543] vda: vda1 vda15 [ 0.705022] scsi host0: ata_piix [ 0.705764] scsi host1: ata_piix [ 0.706479] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.707710] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.709177] libphy: Fixed MDIO Bus: probed [ 0.710005] tun: Universal TUN/TAP device driver, 1.6 [ 0.710963] tun: (C) 1999-2004 Max Krasnyansky [ 0.713075] PPP generic driver version 2.4.2 [ 0.713976] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.715259] ehci-pci: EHCI PCI platform driver [ 0.716138] ehci-platform: EHCI generic platform driver [ 0.717147] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.718293] ohci-pci: OHCI PCI platform driver [ 0.719169] ohci-platform: OHCI generic platform driver [ 0.720168] uhci_hcd: USB Universal Host Controller Interface driver [ 0.734570] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.735581] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.737052] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.738092] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.739220] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.740451] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.741884] usb usb1: Product: UHCI Host Controller [ 0.742829] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.743979] usb usb1: SerialNumber: 0000:00:01.2 [ 0.745031] hub 1-0:1.0: USB hub found [ 0.745813] hub 1-0:1.0: 2 ports detected [ 0.746718] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.748866] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.749823] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.750858] mousedev: PS/2 mouse device common for all mice [ 0.752118] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.753970] rtc_cmos 00:00: RTC can wake from S4 [ 0.755069] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.756271] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.757475] i2c /dev entries driver [ 0.758244] device-mapper: uevent: version 1.0.3 [ 0.759197] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.760851] ledtrig-cpu: registered to indicate activity on CPUs [ 0.762142] NET: Registered protocol family 10 [ 0.763144] NET: Registered protocol family 17 [ 0.764042] Key type dns_resolver registered [ 0.764982] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.766089] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.767840] registered taskstats version 1 [ 0.768701] Loading compiled-in X.509 certificates [ 0.770143] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.772009] zswap: loaded using pool lzo/zbud [ 0.773885] Key type trusted registered [ 0.775450] Key type encrypted registered [ 0.776280] AppArmor: AppArmor sha1 policy hashing enabled [ 0.777332] ima: No TPM chip found, activating TPM-bypass! [ 0.778383] evm: HMAC attrs: 0x1 [ 0.779333] Magic number: 6:957:675 [ 0.780141] vtconsole vtcon0: hash matches [ 0.781037] rtc_cmos 00:00: setting system clock to 2018-10-26 08:39:20 UTC (1540543160) [ 0.782647] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.783777] EDD information not available. [ 0.865527] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.877383] Write protecting the kernel read-only data: 14336k [ 0.878962] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.880790] 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.11 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.358030] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.24. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCiTS3GoqBkl2vNMWKPd7lTa0N+NL1Hu5zeOneJsWvnoooJ1034fcUG3P1e+vi7otFQcg80NaylHjmO8N2SoC6UwPbwcSdBp3mUolU5cmwxKH2qYSPZrncKkI9bPB/S0l3iVeo9Khz+vO08to9yLDu6uFDMm0iHnPLnPpKYcPaOzqbMhpPdtn/wXHpj2hLaOYfRJLCWkowOn5Ag2sQoLeJ3QlfqKSMNC1/QhvPohqkeRoEcTPhdEa7RBm15Ic3jy3U7TKbvcOmoi5Z5873YfYZ5TjCfj0X/BNZGcA4fzFt0q9bMhh4dDhpr8ObdVUQECShj6jWMt33oCmfqTrgKovjB root@vping-userdata-vm2-7e452cf8-8431-49e1-9227-da9959d01d23 ssh-dss AAAAB3NzaC1kc3MAAACBAPBs0qqK3QUfQfSLkrsoKLToJCj5PYp49PaDgFLw4C3BGwO+AM5R8H73+JKzh7MrN/ERFLm9TYzi2jHJ0vEeJYTbUzpx105+z+bG6y1S4OWCuiLRgvPbnOed7rAtTf/8/oZcNpJygDgS2uKbjCqCqJ2oPo9IVm6HAnUmdOJ/vi9hAAAAFQCKn19jIQ/ZigmHf25bStOgo4LthQAAAIEAkt0Rr2rL3m78prf4UiPUerr0DCLxICuf9HhU+dRneBHba9PJFJdhr5PKSCkS7qI4X5TOgWQNBbgPbFY6lg8sTbVgAhstPBE2OgIqDSFOgtYxDTIH5D9GeSIHtcWG68Hv2ZdxlIAlh5pQrN5YxwHR1GK10q0buSU2mLnJz6SAf1IAAACBAO7Y/BfNUnuQD/2cMqg/IkkPEeGYE2An8BSO3lEjy4hjJD9nRjk3gmjjVQxJnhEux6ii54jdQx6cSWJqj31zA4whbWVHRvC33vDBsVOWt4tsBA9waT0hABfCTB7cjaA7CHOAr5OQmLQNWnYeDtOa0llKRgYDbiMjKps0rJm9PqdJ root@vping-userdata-vm2-7e452cf8-8431-49e1-9227-da9959d01d23 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.10,24,fe80::f816:3eff:fe3d:2cde/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.3 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.10 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000029 name: N/A availability-zone: nova local-hostname: vping-userdata-vm2-7e452cf8-8431-49e1-9227-da9959d01d23 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=2.98 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-userdata-vm2-7e452cf8-8431-49e1-9227-da9959d01d23 login: 2018-10-26 08:39:25,023 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-10-26 08:39:25,128 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-26 08:39:25,128 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:38 | PASS | +------------------------+------------------+------------------+----------------+ 2018-10-26 08:39:25,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-10-26 08:39:25,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/af460998-7f32-4724-89dc-71b90bce9946 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}08876f9f0b9db944d87da25255c1480912c5e1de" 2018-10-26 08:39:25,287 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:39:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b08b619f-5de7-46c3-a6d2-4bd5569e2f62 x-compute-request-id: req-b08b619f-5de7-46c3-a6d2-4bd5569e2f62 Content-Type: application/json 2018-10-26 08:39:25,287 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/af460998-7f32-4724-89dc-71b90bce9946 used request id req-b08b619f-5de7-46c3-a6d2-4bd5569e2f62 2018-10-26 08:39:25,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.153522968292s 2018-10-26 08:39:25,287 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/af460998-7f32-4724-89dc-71b90bce9946 used request id req-b08b619f-5de7-46c3-a6d2-4bd5569e2f62 2018-10-26 08:39:25,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 08:39:25,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}08876f9f0b9db944d87da25255c1480912c5e1de" 2018-10-26 08:39:25,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:39:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3823a576-d68a-4b7a-88d5-edeb600b26bc x-compute-request-id: req-3823a576-d68a-4b7a-88d5-edeb600b26bc Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_7e452cf8-8431-49e1-9227-da9959d01d23": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3d:2c:de", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1890c446-cf4f-4b5d-a855-2ec225db263d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1890c446-cf4f-4b5d-a855-2ec225db263d", "rel": "bookmark"}], "image": {"id": "d4877799-c22d-48f9-a3a3-8ebeab55adbb", "links": [{"href": "http://172.30.9.21:8774/images/d4877799-c22d-48f9-a3a3-8ebeab55adbb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T08:39:19.000000", "flavor": {"id": "b119d0c5-7e1e-4a95-ba4b-39708ba5996c", "links": [{"href": "http://172.30.9.21:8774/flavors/b119d0c5-7e1e-4a95-ba4b-39708ba5996c", "rel": "bookmark"}]}, "id": "1890c446-cf4f-4b5d-a855-2ec225db263d", "security_groups": [{"name": "default"}], "user_id": "309ad99e4eec494e911dc3bf5ab9cbfb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T08:39:19Z", "hostId": "f245f54e659ca3baafdf2c640292796073b577d33cc6cb3a2fd60804", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_7e452cf8-8431-49e1-9227-da9959d01d23", "created": "2018-10-26T08:39:11Z", "tenant_id": "04f9774a0977490a8ff3210328b77b9c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_7e452cf8-8431-49e1-9227-da9959d01d23": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:fd:f8", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/af460998-7f32-4724-89dc-71b90bce9946", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/af460998-7f32-4724-89dc-71b90bce9946", "rel": "bookmark"}], "image": {"id": "d4877799-c22d-48f9-a3a3-8ebeab55adbb", "links": [{"href": "http://172.30.9.21:8774/images/d4877799-c22d-48f9-a3a3-8ebeab55adbb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T08:39:06.000000", "flavor": {"id": "b119d0c5-7e1e-4a95-ba4b-39708ba5996c", "links": [{"href": "http://172.30.9.21:8774/flavors/b119d0c5-7e1e-4a95-ba4b-39708ba5996c", "rel": "bookmark"}]}, "id": "af460998-7f32-4724-89dc-71b90bce9946", "security_groups": [{"name": "default"}], "user_id": "309ad99e4eec494e911dc3bf5ab9cbfb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T08:39:25Z", "hostId": "1685fba2681b904c74e4bac499b33c5f8e43c72cbe4cda236cf41728", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_7e452cf8-8431-49e1-9227-da9959d01d23", "created": "2018-10-26T08:39:00Z", "tenant_id": "04f9774a0977490a8ff3210328b77b9c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 08:39:25,932 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3823a576-d68a-4b7a-88d5-edeb600b26bc 2018-10-26 08:39:25,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.644516944885s 2018-10-26 08:39:25,933 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3823a576-d68a-4b7a-88d5-edeb600b26bc 2018-10-26 08:39:25,935 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 08:39:27,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 08:39:27,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}08876f9f0b9db944d87da25255c1480912c5e1de" 2018-10-26 08:39:28,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:39:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f4992314-b8fa-4531-bd03-12431f44ae8c x-compute-request-id: req-f4992314-b8fa-4531-bd03-12431f44ae8c Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_7e452cf8-8431-49e1-9227-da9959d01d23": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3d:2c:de", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1890c446-cf4f-4b5d-a855-2ec225db263d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1890c446-cf4f-4b5d-a855-2ec225db263d", "rel": "bookmark"}], "image": {"id": "d4877799-c22d-48f9-a3a3-8ebeab55adbb", "links": [{"href": "http://172.30.9.21:8774/images/d4877799-c22d-48f9-a3a3-8ebeab55adbb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T08:39:19.000000", "flavor": {"id": "b119d0c5-7e1e-4a95-ba4b-39708ba5996c", "links": [{"href": "http://172.30.9.21:8774/flavors/b119d0c5-7e1e-4a95-ba4b-39708ba5996c", "rel": "bookmark"}]}, "id": "1890c446-cf4f-4b5d-a855-2ec225db263d", "security_groups": [{"name": "default"}], "user_id": "309ad99e4eec494e911dc3bf5ab9cbfb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T08:39:19Z", "hostId": "f245f54e659ca3baafdf2c640292796073b577d33cc6cb3a2fd60804", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_7e452cf8-8431-49e1-9227-da9959d01d23", "created": "2018-10-26T08:39:11Z", "tenant_id": "04f9774a0977490a8ff3210328b77b9c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 08:39:28,776 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f4992314-b8fa-4531-bd03-12431f44ae8c 2018-10-26 08:39:28,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.838485956192s 2018-10-26 08:39:28,777 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f4992314-b8fa-4531-bd03-12431f44ae8c 2018-10-26 08:39:28,779 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-10-26 08:39:28,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/1890c446-cf4f-4b5d-a855-2ec225db263d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}08876f9f0b9db944d87da25255c1480912c5e1de" 2018-10-26 08:39:28,934 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:39:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b03496d7-3762-4298-8c28-f515b0c56f89 x-compute-request-id: req-b03496d7-3762-4298-8c28-f515b0c56f89 Content-Type: application/json 2018-10-26 08:39:28,934 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/1890c446-cf4f-4b5d-a855-2ec225db263d used request id req-b03496d7-3762-4298-8c28-f515b0c56f89 2018-10-26 08:39:28,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.155436038971s 2018-10-26 08:39:28,935 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/1890c446-cf4f-4b5d-a855-2ec225db263d used request id req-b03496d7-3762-4298-8c28-f515b0c56f89 2018-10-26 08:39:28,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 08:39:28,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}08876f9f0b9db944d87da25255c1480912c5e1de" 2018-10-26 08:39:29,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:39:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b9a8a661-5f1e-43d2-8448-a94d08b6dd8e x-compute-request-id: req-b9a8a661-5f1e-43d2-8448-a94d08b6dd8e Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_7e452cf8-8431-49e1-9227-da9959d01d23": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3d:2c:de", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1890c446-cf4f-4b5d-a855-2ec225db263d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1890c446-cf4f-4b5d-a855-2ec225db263d", "rel": "bookmark"}], "image": {"id": "d4877799-c22d-48f9-a3a3-8ebeab55adbb", "links": [{"href": "http://172.30.9.21:8774/images/d4877799-c22d-48f9-a3a3-8ebeab55adbb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T08:39:19.000000", "flavor": {"id": "b119d0c5-7e1e-4a95-ba4b-39708ba5996c", "links": [{"href": "http://172.30.9.21:8774/flavors/b119d0c5-7e1e-4a95-ba4b-39708ba5996c", "rel": "bookmark"}]}, "id": "1890c446-cf4f-4b5d-a855-2ec225db263d", "security_groups": [{"name": "default"}], "user_id": "309ad99e4eec494e911dc3bf5ab9cbfb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T08:39:28Z", "hostId": "f245f54e659ca3baafdf2c640292796073b577d33cc6cb3a2fd60804", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_7e452cf8-8431-49e1-9227-da9959d01d23", "created": "2018-10-26T08:39:11Z", "tenant_id": "04f9774a0977490a8ff3210328b77b9c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 08:39:29,591 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b9a8a661-5f1e-43d2-8448-a94d08b6dd8e 2018-10-26 08:39:29,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.655725955963s 2018-10-26 08:39:29,591 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b9a8a661-5f1e-43d2-8448-a94d08b6dd8e 2018-10-26 08:39:29,593 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 08:39:31,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 08:39:31,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}08876f9f0b9db944d87da25255c1480912c5e1de" 2018-10-26 08:39:31,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:39: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-ee905a1d-089c-4f49-b743-5ee3310cfc03 x-compute-request-id: req-ee905a1d-089c-4f49-b743-5ee3310cfc03 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-26 08:39:31,744 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ee905a1d-089c-4f49-b743-5ee3310cfc03 2018-10-26 08:39:31,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.14831495285s 2018-10-26 08:39:31,744 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ee905a1d-089c-4f49-b743-5ee3310cfc03 2018-10-26 08:39:31,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-10-26 08:39:31,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/51924eeb-ac81-4473-b8c2-c4c3e7355b28/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}08876f9f0b9db944d87da25255c1480912c5e1de" -d '{"subnet_id": "b31f56b1-883d-4555-bcee-a742c4afc32c"}' 2018-10-26 08:39:33,225 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2c477a03-96a5-4f67-89d5-0e813efd2d83 Date: Fri, 26 Oct 2018 08:39:33 GMT RESP BODY: {"network_id": "a4794314-fb8b-483a-a761-e6c60613ce00", "tenant_id": "04f9774a0977490a8ff3210328b77b9c", "subnet_id": "b31f56b1-883d-4555-bcee-a742c4afc32c", "subnet_ids": ["b31f56b1-883d-4555-bcee-a742c4afc32c"], "port_id": "3bff337a-641f-4cce-b5a6-80ce49a9ca07", "id": "51924eeb-ac81-4473-b8c2-c4c3e7355b28"} 2018-10-26 08:39:33,225 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/51924eeb-ac81-4473-b8c2-c4c3e7355b28/remove_router_interface.json used request id req-2c477a03-96a5-4f67-89d5-0e813efd2d83 2018-10-26 08:39:33,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.48055410385s 2018-10-26 08:39:33,226 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/51924eeb-ac81-4473-b8c2-c4c3e7355b28/remove_router_interface.json used request id req-2c477a03-96a5-4f67-89d5-0e813efd2d83 returning object 51924eeb-ac81-4473-b8c2-c4c3e7355b28 2018-10-26 08:39:33,227 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-10-26 08:39:33,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}08876f9f0b9db944d87da25255c1480912c5e1de" 2018-10-26 08:39:33,468 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 710 X-Openstack-Request-Id: req-d01b78f9-5015-46ed-9115-f4df6783f638 Date: Fri, 26 Oct 2018 08:39:33 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "04f9774a0977490a8ff3210328b77b9c", "created_at": "2018-10-26T08:38:49Z", "admin_state_up": true, "updated_at": "2018-10-26T08:39:32Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "04f9774a0977490a8ff3210328b77b9c", "id": "51924eeb-ac81-4473-b8c2-c4c3e7355b28", "name": "vping_userdata-router_7e452cf8-8431-49e1-9227-da9959d01d23"}]} 2018-10-26 08:39:33,469 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-d01b78f9-5015-46ed-9115-f4df6783f638 2018-10-26 08:39:33,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.241986989975s 2018-10-26 08:39:33,469 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-d01b78f9-5015-46ed-9115-f4df6783f638 2018-10-26 08:39:33,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-10-26 08:39:33,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/51924eeb-ac81-4473-b8c2-c4c3e7355b28.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}08876f9f0b9db944d87da25255c1480912c5e1de" 2018-10-26 08:39:36,712 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e56ab921-4cb5-4fb7-a114-a8d4aae55943 Content-Length: 0 Date: Fri, 26 Oct 2018 08:39:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:39:36,712 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/51924eeb-ac81-4473-b8c2-c4c3e7355b28.json used request id req-e56ab921-4cb5-4fb7-a114-a8d4aae55943 2018-10-26 08:39:36,712 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.24131393433s 2018-10-26 08:39:36,712 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/51924eeb-ac81-4473-b8c2-c4c3e7355b28.json used request id req-e56ab921-4cb5-4fb7-a114-a8d4aae55943 2018-10-26 08:39:36,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-10-26 08:39:36,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}08876f9f0b9db944d87da25255c1480912c5e1de" 2018-10-26 08:39:36,774 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-3baaa9e3-783d-49bf-95ee-5b7bc8e74b13 Date: Fri, 26 Oct 2018 08:39:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a4794314-fb8b-483a-a761-e6c60613ce00","tenant_id":"04f9774a0977490a8ff3210328b77b9c","created_at":"2018-10-26T08:38:48Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-26T08:38:48Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"04f9774a0977490a8ff3210328b77b9c","id":"b31f56b1-883d-4555-bcee-a742c4afc32c","subnetpool_id":null,"name":"vping_userdata-subnet_7e452cf8-8431-49e1-9227-da9959d01d23"}]} 2018-10-26 08:39:36,774 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-3baaa9e3-783d-49bf-95ee-5b7bc8e74b13 2018-10-26 08:39:36,774 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.061595916748s 2018-10-26 08:39:36,775 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-3baaa9e3-783d-49bf-95ee-5b7bc8e74b13 2018-10-26 08:39:36,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-10-26 08:39:36,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/b31f56b1-883d-4555-bcee-a742c4afc32c.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}08876f9f0b9db944d87da25255c1480912c5e1de" 2018-10-26 08:39:39,056 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4975abb9-0641-4603-8972-78c0872c0a4f Date: Fri, 26 Oct 2018 08:39:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:39:39,056 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/b31f56b1-883d-4555-bcee-a742c4afc32c.json used request id req-4975abb9-0641-4603-8972-78c0872c0a4f 2018-10-26 08:39:39,056 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.28002691269s 2018-10-26 08:39:39,056 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/b31f56b1-883d-4555-bcee-a742c4afc32c.json used request id req-4975abb9-0641-4603-8972-78c0872c0a4f 2018-10-26 08:39:39,057 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-26 08:39:39,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}08876f9f0b9db944d87da25255c1480912c5e1de" 2018-10-26 08:39:39,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1201 X-Openstack-Request-Id: req-4c6bbe09-74ed-4442-a559-a8cd0d1a58e8 Date: Fri, 26 Oct 2018 08:39:39 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","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-26T08:39:38Z","tenant_id":"04f9774a0977490a8ff3210328b77b9c","created_at":"2018-10-26T08:38:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"04f9774a0977490a8ff3210328b77b9c","id":"a4794314-fb8b-483a-a761-e6c60613ce00","name":"vping_userdata-net_7e452cf8-8431-49e1-9227-da9959d01d23"}]} 2018-10-26 08:39:39,320 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-4c6bbe09-74ed-4442-a559-a8cd0d1a58e8 2018-10-26 08:39:39,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.263375043869s 2018-10-26 08:39:39,321 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-4c6bbe09-74ed-4442-a559-a8cd0d1a58e8 2018-10-26 08:39:39,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-10-26 08:39:39,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/a4794314-fb8b-483a-a761-e6c60613ce00.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}08876f9f0b9db944d87da25255c1480912c5e1de" 2018-10-26 08:39:40,507 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-486f76ce-2603-421e-8a4d-131c2206d7c6 Date: Fri, 26 Oct 2018 08:39:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:39:40,507 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/a4794314-fb8b-483a-a761-e6c60613ce00.json used request id req-486f76ce-2603-421e-8a4d-131c2206d7c6 2018-10-26 08:39:40,507 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.18551492691s 2018-10-26 08:39:40,508 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/a4794314-fb8b-483a-a761-e6c60613ce00.json used request id req-486f76ce-2603-421e-8a4d-131c2206d7c6 2018-10-26 08:39:40,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-26 08:39:40,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}08876f9f0b9db944d87da25255c1480912c5e1de" 2018-10-26 08:39:40,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-953459d6-7936-4aa4-ac24-7dc97ea32fad Date: Fri, 26 Oct 2018 08:39:40 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/d4877799-c22d-48f9-a3a3-8ebeab55adbb/snap", "metadata": {}}], "file": "/v2/images/d4877799-c22d-48f9-a3a3-8ebeab55adbb/file", "owner": "04f9774a0977490a8ff3210328b77b9c", "id": "d4877799-c22d-48f9-a3a3-8ebeab55adbb", "size": 12716032, "self": "/v2/images/d4877799-c22d-48f9-a3a3-8ebeab55adbb", "disk_format": "qcow2", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/d4877799-c22d-48f9-a3a3-8ebeab55adbb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-26T08:38:57Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_7e452cf8-8431-49e1-9227-da9959d01d23", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_7e452cf8-8431-49e1-9227-da9959d01d23", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-26T08:38:56Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-26 08:39:40,693 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-953459d6-7936-4aa4-ac24-7dc97ea32fad 2018-10-26 08:39:40,693 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.184617996216s 2018-10-26 08:39:40,693 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-953459d6-7936-4aa4-ac24-7dc97ea32fad 2018-10-26 08:39:40,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-26 08:39:40,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/d4877799-c22d-48f9-a3a3-8ebeab55adbb -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}08876f9f0b9db944d87da25255c1480912c5e1de" 2018-10-26 08:39:42,195 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-97bc71c8-fd7f-47a5-9430-fdb210b95a3e Date: Fri, 26 Oct 2018 08:39: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-26 08:39:42,195 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/d4877799-c22d-48f9-a3a3-8ebeab55adbb used request id req-97bc71c8-fd7f-47a5-9430-fdb210b95a3e 2018-10-26 08:39:42,196 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.5007557869s 2018-10-26 08:39:42,196 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/d4877799-c22d-48f9-a3a3-8ebeab55adbb used request id req-97bc71c8-fd7f-47a5-9430-fdb210b95a3e 2018-10-26 08:39:42,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-26 08:39:42,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e3cf541259ec41b6ad2285a59958ad790ffe9bed" 2018-10-26 08:39:42,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:39: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-23dc24bc-f64e-4899-97be-19b2d5ad413f x-compute-request-id: req-23dc24bc-f64e-4899-97be-19b2d5ad413f Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/b119d0c5-7e1e-4a95-ba4b-39708ba5996c", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/b119d0c5-7e1e-4a95-ba4b-39708ba5996c", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "b119d0c5-7e1e-4a95-ba4b-39708ba5996c", "name": "vping_userdata-flavor_7e452cf8-8431-49e1-9227-da9959d01d23", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-26 08:39:42,231 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-23dc24bc-f64e-4899-97be-19b2d5ad413f 2018-10-26 08:39:42,232 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0351920127869s 2018-10-26 08:39:42,232 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-23dc24bc-f64e-4899-97be-19b2d5ad413f 2018-10-26 08:39:42,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-26 08:39:42,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/b119d0c5-7e1e-4a95-ba4b-39708ba5996c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e3cf541259ec41b6ad2285a59958ad790ffe9bed" 2018-10-26 08:39:42,268 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08:39: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-9ab9d7d7-7f6d-4252-a506-fea20eb966dd x-compute-request-id: req-9ab9d7d7-7f6d-4252-a506-fea20eb966dd Content-Length: 0 Content-Type: application/json 2018-10-26 08:39:42,268 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/b119d0c5-7e1e-4a95-ba4b-39708ba5996c used request id req-9ab9d7d7-7f6d-4252-a506-fea20eb966dd 2018-10-26 08:39:42,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.035346031189s 2018-10-26 08:39:42,268 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/b119d0c5-7e1e-4a95-ba4b-39708ba5996c used request id req-9ab9d7d7-7f6d-4252-a506-fea20eb966dd 2018-10-26 08:39:42,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-26 08:39:42,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e3cf541259ec41b6ad2285a59958ad790ffe9bed" 2018-10-26 08:39:42,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:39:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06ab485e-f693-408c-94a2-98656a13636d Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_userdata-user_7e452cf8-8431-49e1-9227-da9959d01d23", "links": {"self": "http://172.30.9.21:5000/v3/users/309ad99e4eec494e911dc3bf5ab9cbfb"}, "domain_id": "default", "enabled": true, "id": "309ad99e4eec494e911dc3bf5ab9cbfb", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 08:39:42,363 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-06ab485e-f693-408c-94a2-98656a13636d 2018-10-26 08:39:42,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0947699546814s 2018-10-26 08:39:42,364 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-06ab485e-f693-408c-94a2-98656a13636d 2018-10-26 08:39:42,366 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-26 08:39:42,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/309ad99e4eec494e911dc3bf5ab9cbfb -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e3cf541259ec41b6ad2285a59958ad790ffe9bed" 2018-10-26 08:39:42,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:39:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96e6a595-f94d-41ce-94b7-f828c5791fd7 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/309ad99e4eec494e911dc3bf5ab9cbfb"}, "enabled": true, "id": "309ad99e4eec494e911dc3bf5ab9cbfb", "options": {}, "domain_id": "default", "name": "vping_userdata-user_7e452cf8-8431-49e1-9227-da9959d01d23"}} 2018-10-26 08:39:42,474 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/309ad99e4eec494e911dc3bf5ab9cbfb used request id req-96e6a595-f94d-41ce-94b7-f828c5791fd7 2018-10-26 08:39:42,474 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.107820034027s 2018-10-26 08:39:42,475 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/309ad99e4eec494e911dc3bf5ab9cbfb used request id req-96e6a595-f94d-41ce-94b7-f828c5791fd7 2018-10-26 08:39:42,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-26 08:39:42,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/309ad99e4eec494e911dc3bf5ab9cbfb -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e3cf541259ec41b6ad2285a59958ad790ffe9bed" 2018-10-26 08:39:42,693 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:39:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-daf445eb-e1fb-4a8a-8728-f331eacfd0ec Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:39:42,693 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/309ad99e4eec494e911dc3bf5ab9cbfb used request id req-daf445eb-e1fb-4a8a-8728-f331eacfd0ec 2018-10-26 08:39:42,693 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.218343019485s 2018-10-26 08:39:42,693 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/309ad99e4eec494e911dc3bf5ab9cbfb used request id req-daf445eb-e1fb-4a8a-8728-f331eacfd0ec 2018-10-26 08:39:42,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-26 08:39:42,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e3cf541259ec41b6ad2285a59958ad790ffe9bed" 2018-10-26 08:39:42,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:39:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c297cdfc-bc83-43ab-ace2-4ced325b4917 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.21:5000/v3/projects/04f9774a0977490a8ff3210328b77b9c"}, "enabled": true, "id": "04f9774a0977490a8ff3210328b77b9c", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_7e452cf8-8431-49e1-9227-da9959d01d23"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-26 08:39:42,769 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-c297cdfc-bc83-43ab-ace2-4ced325b4917 2018-10-26 08:39:42,769 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0749518871307s 2018-10-26 08:39:42,769 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-c297cdfc-bc83-43ab-ace2-4ced325b4917 2018-10-26 08:39:42,771 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-26 08:39:42,772 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/04f9774a0977490a8ff3210328b77b9c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e3cf541259ec41b6ad2285a59958ad790ffe9bed" 2018-10-26 08:39:42,929 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:39:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9f7f899e-7652-4468-87ff-f1ebb4e50618 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:39:42,930 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/04f9774a0977490a8ff3210328b77b9c used request id req-9f7f899e-7652-4468-87ff-f1ebb4e50618 2018-10-26 08:39:42,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.158293962479s 2018-10-26 08:39:42,930 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/04f9774a0977490a8ff3210328b77b9c used request id req-9f7f899e-7652-4468-87ff-f1ebb4e50618 2018-10-26 08:39:42,930 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 08:39:42,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3cf541259ec41b6ad2285a59958ad790ffe9bed" 2018-10-26 08:39:43,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:39:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6bab740e-47f8-4c47-86bb-d44d7589216b Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7a3322923ac442629813963fa8116b37", "links": {"self": "http://172.30.9.21:5000/v3/roles/7a3322923ac442629813963fa8116b37"}, "name": "Member"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:39:43,011 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-6bab740e-47f8-4c47-86bb-d44d7589216b 2018-10-26 08:39:43,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0806930065155s 2018-10-26 08:39:43,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-26 08:39:43,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/roles/7a3322923ac442629813963fa8116b37 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3cf541259ec41b6ad2285a59958ad790ffe9bed" 2018-10-26 08:39:43,112 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:39:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c68e8491-13f6-4ef4-a769-f78c3179b5ce Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:39:43,112 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/7a3322923ac442629813963fa8116b37 used request id req-c68e8491-13f6-4ef4-a769-f78c3179b5ce 2018-10-26 08:39:43,113 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.100030899048s 2018-10-26 08:39:43,116 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-26 08:39:43,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/security-groups.json?project_id=04f9774a0977490a8ff3210328b77b9c&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}e3cf541259ec41b6ad2285a59958ad790ffe9bed" 2018-10-26 08:39:43,311 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-15644125-fc88-4ac3-835c-caccb8633653 Date: Fri, 26 Oct 2018 08:39:43 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "04f9774a0977490a8ff3210328b77b9c", "created_at": "2018-10-26T08:38:47Z", "updated_at": "2018-10-26T08:38:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:38:47Z", "revision_number": 0, "id": "0c476993-2a09-49fb-a2dc-1c3f154242b5", "remote_group_id": "c7b1048d-0cea-4440-8168-7b2add4b3490", "remote_ip_prefix": null, "created_at": "2018-10-26T08:38:47Z", "security_group_id": "c7b1048d-0cea-4440-8168-7b2add4b3490", "tenant_id": "04f9774a0977490a8ff3210328b77b9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "04f9774a0977490a8ff3210328b77b9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:38:47Z", "revision_number": 0, "id": "5ca2c0cc-bedc-4c64-a9c6-6a2e086d5755", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:38:47Z", "security_group_id": "c7b1048d-0cea-4440-8168-7b2add4b3490", "tenant_id": "04f9774a0977490a8ff3210328b77b9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "04f9774a0977490a8ff3210328b77b9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:38:47Z", "revision_number": 0, "id": "ad531f29-2755-405f-8864-552f9f0ba7c2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:38:47Z", "security_group_id": "c7b1048d-0cea-4440-8168-7b2add4b3490", "tenant_id": "04f9774a0977490a8ff3210328b77b9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "04f9774a0977490a8ff3210328b77b9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:38:47Z", "revision_number": 0, "id": "d75e2519-d0f4-4551-aca3-54376eb3b067", "remote_group_id": "c7b1048d-0cea-4440-8168-7b2add4b3490", "remote_ip_prefix": null, "created_at": "2018-10-26T08:38:47Z", "security_group_id": "c7b1048d-0cea-4440-8168-7b2add4b3490", "tenant_id": "04f9774a0977490a8ff3210328b77b9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "04f9774a0977490a8ff3210328b77b9c"}], "revision_number": 4, "project_id": "04f9774a0977490a8ff3210328b77b9c", "id": "c7b1048d-0cea-4440-8168-7b2add4b3490", "name": "default"}]} 2018-10-26 08:39:43,311 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json?project_id=04f9774a0977490a8ff3210328b77b9c&name=default used request id req-15644125-fc88-4ac3-835c-caccb8633653 2018-10-26 08:39:43,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.194880962372s 2018-10-26 08:39:43,311 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json?project_id=04f9774a0977490a8ff3210328b77b9c&name=default used request id req-15644125-fc88-4ac3-835c-caccb8633653 2018-10-26 08:39:43,313 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-26 08:39:43,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e3cf541259ec41b6ad2285a59958ad790ffe9bed" 2018-10-26 08:39:43,582 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-05d969fe-4fd6-4cd0-9cd8-b26d192ebf83 Date: Fri, 26 Oct 2018 08:39:43 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "04f9774a0977490a8ff3210328b77b9c", "created_at": "2018-10-26T08:38:47Z", "updated_at": "2018-10-26T08:38:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:38:47Z", "revision_number": 0, "id": "0c476993-2a09-49fb-a2dc-1c3f154242b5", "remote_group_id": "c7b1048d-0cea-4440-8168-7b2add4b3490", "remote_ip_prefix": null, "created_at": "2018-10-26T08:38:47Z", "security_group_id": "c7b1048d-0cea-4440-8168-7b2add4b3490", "tenant_id": "04f9774a0977490a8ff3210328b77b9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "04f9774a0977490a8ff3210328b77b9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:38:47Z", "revision_number": 0, "id": "5ca2c0cc-bedc-4c64-a9c6-6a2e086d5755", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:38:47Z", "security_group_id": "c7b1048d-0cea-4440-8168-7b2add4b3490", "tenant_id": "04f9774a0977490a8ff3210328b77b9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "04f9774a0977490a8ff3210328b77b9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:38:47Z", "revision_number": 0, "id": "d75e2519-d0f4-4551-aca3-54376eb3b067", "remote_group_id": "c7b1048d-0cea-4440-8168-7b2add4b3490", "remote_ip_prefix": null, "created_at": "2018-10-26T08:38:47Z", "security_group_id": "c7b1048d-0cea-4440-8168-7b2add4b3490", "tenant_id": "04f9774a0977490a8ff3210328b77b9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "04f9774a0977490a8ff3210328b77b9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:38:47Z", "revision_number": 0, "id": "ad531f29-2755-405f-8864-552f9f0ba7c2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:38:47Z", "security_group_id": "c7b1048d-0cea-4440-8168-7b2add4b3490", "tenant_id": "04f9774a0977490a8ff3210328b77b9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "04f9774a0977490a8ff3210328b77b9c"}], "revision_number": 4, "project_id": "04f9774a0977490a8ff3210328b77b9c", "id": "c7b1048d-0cea-4440-8168-7b2add4b3490", "name": "default"}]} 2018-10-26 08:39:43,583 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-05d969fe-4fd6-4cd0-9cd8-b26d192ebf83 2018-10-26 08:39:43,583 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.269341945648s 2018-10-26 08:39:43,583 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-05d969fe-4fd6-4cd0-9cd8-b26d192ebf83 2018-10-26 08:39:43,588 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-26 08:39:43,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/security-groups/c7b1048d-0cea-4440-8168-7b2add4b3490.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}e3cf541259ec41b6ad2285a59958ad790ffe9bed" 2018-10-26 08:39:44,017 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-36423016-0167-4b37-b948-5e5aba07cd89 Content-Length: 0 Date: Fri, 26 Oct 2018 08:39:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 08:39:44,017 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/c7b1048d-0cea-4440-8168-7b2add4b3490.json used request id req-36423016-0167-4b37-b948-5e5aba07cd89 2018-10-26 08:39:44,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.429244041443s 2018-10-26 08:39:44,018 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/c7b1048d-0cea-4440-8168-7b2add4b3490.json used request id req-36423016-0167-4b37-b948-5e5aba07cd89 2018-10-26 08:39:44,071 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke_serial'... 2018-10-26 08:39:44,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-26 08:39:44,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-26 08:39:44,114 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-26 08:39:44,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-26 08:39:44,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-26 08:39:44,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-26 08:39:44,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-26 08:39:44,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-26 08:39:44,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-26 08:39:44,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-26 08:39:44,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-26 08:39:44,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-26 08:39:44,115 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-26 08:39:44,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-26 08:39:44,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-26 08:39:44,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-26 08:39:44,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-26 08:39:44,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-26 08:39:44,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-26 08:39:44,116 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-26 08:39:44,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-26 08:39:44,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-26 08:39:44,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-26 08:39:44,117 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-26 08:39:44,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:39:44,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:39:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30dc707f-0621-47da-ac48-ac46c18eaa6c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:39:44,127 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-30dc707f-0621-47da-ac48-ac46c18eaa6c 2018-10-26 08:39:44,127 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:39:44,499 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}], "expires_at": "2018-10-26T09:39:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8dcd64f3c764883a33350227564ab99", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c8dcd64f3c764883a33350227564ab99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/c8dcd64f3c764883a33350227564ab99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/c8dcd64f3c764883a33350227564ab99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c8dcd64f3c764883a33350227564ab99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/c8dcd64f3c764883a33350227564ab99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/c8dcd64f3c764883a33350227564ab99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/c8dcd64f3c764883a33350227564ab99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/c8dcd64f3c764883a33350227564ab99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/c8dcd64f3c764883a33350227564ab99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/c8dcd64f3c764883a33350227564ab99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/c8dcd64f3c764883a33350227564ab99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/c8dcd64f3c764883a33350227564ab99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "407502ccd88d4e6a85d43ab4ef2e0d85"}, "audit_ids": ["110iygr-QeyAWfYeiScPtw"], "issued_at": "2018-10-26T08:39:44.000000Z"}} 2018-10-26 08:39:44,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-26 08:39:44,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}78ca11c2fca4ab6c01442cfb52560e90a46bcaaf" 2018-10-26 08:39:44,726 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-a720dec9-2974-4e84-b3f9-a47c4b859e22 Date: Fri, 26 Oct 2018 08:39:44 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","provider:network_type":"flat"}]} 2018-10-26 08:39:44,726 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a720dec9-2974-4e84-b3f9-a47c4b859e22 2018-10-26 08:39:44,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.223932981491s 2018-10-26 08:39:44,726 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a720dec9-2974-4e84-b3f9-a47c4b859e22 2018-10-26 08:39:44,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-26 08:39:44,730 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}78ca11c2fca4ab6c01442cfb52560e90a46bcaaf" 2018-10-26 08:39:44,734 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:39: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:39:44,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ca11c2fca4ab6c01442cfb52560e90a46bcaaf" 2018-10-26 08:39:44,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:39:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0449c71-08a5-479a-bc86-78a39368e41b Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/865486593e12402f86e9636a8d3859ad"}, "description": "", "name": "heat_stack", "enabled": true, "id": "865486593e12402f86e9636a8d3859ad"}, {"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-10-26 08:39:44,812 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-f0449c71-08a5-479a-bc86-78a39368e41b 2018-10-26 08:39:44,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0854020118713s 2018-10-26 08:39:44,814 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-26 08:39:44,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}78ca11c2fca4ab6c01442cfb52560e90a46bcaaf" -d '{"project": {"description": "Created by OPNFV Functest: tempest_smoke_serial", "enabled": true, "domain_id": "default", "name": "tempest_smoke_seri-project_ee895934-7986-4d4b-8ea1-753dce630bbf"}}' 2018-10-26 08:39:44,926 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 08:39:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f9d49dbb-04e6-49d4-8b9b-c0f2ad8e35e9 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.21:5000/v3/projects/62b20b2d154f485a975d202b1b2076ea"}, "enabled": true, "id": "62b20b2d154f485a975d202b1b2076ea", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_ee895934-7986-4d4b-8ea1-753dce630bbf"}} 2018-10-26 08:39:44,926 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-f9d49dbb-04e6-49d4-8b9b-c0f2ad8e35e9 2018-10-26 08:39:44,927 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.112508058548s 2018-10-26 08:39:44,927 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-f9d49dbb-04e6-49d4-8b9b-c0f2ad8e35e9 2018-10-26 08:39:44,928 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'tempest_smoke_seri-project_ee895934-7986-4d4b-8ea1-753dce630bbf', 'id': u'62b20b2d154f485a975d202b1b2076ea', '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-26 08:39:44,928 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-26 08:39:45,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.345707893372s 2018-10-26 08:39:45,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/edfc54e81a2743dd91eaa9db12b609db -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ca11c2fca4ab6c01442cfb52560e90a46bcaaf" 2018-10-26 08:39:45,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:39:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-164e8600-33dc-4c5b-92b0-fc5507e3e5c6 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/edfc54e81a2743dd91eaa9db12b609db"}, "enabled": true, "id": "edfc54e81a2743dd91eaa9db12b609db", "options": {}, "domain_id": "default", "name": "tempest_smoke_serial-user_ee895934-7986-4d4b-8ea1-753dce630bbf"}} 2018-10-26 08:39:45,373 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/edfc54e81a2743dd91eaa9db12b609db used request id req-164e8600-33dc-4c5b-92b0-fc5507e3e5c6 2018-10-26 08:39:45,374 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'edfc54e81a2743dd91eaa9db12b609db', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_smoke_serial-user_ee895934-7986-4d4b-8ea1-753dce630bbf'}) 2018-10-26 08:39:45,374 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 08:39:45,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ca11c2fca4ab6c01442cfb52560e90a46bcaaf" 2018-10-26 08:39:45,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:39:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af41a599-0d9c-4280-b687-835b90ca1677 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:39:45,455 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-af41a599-0d9c-4280-b687-835b90ca1677 2018-10-26 08:39:45,456 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0809490680695s 2018-10-26 08:39:45,457 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 08:39:45,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ca11c2fca4ab6c01442cfb52560e90a46bcaaf" 2018-10-26 08:39:45,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:39:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7db0a09a-c36e-4d01-9062-572fde66b5fa Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:39:45,536 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-7db0a09a-c36e-4d01-9062-572fde66b5fa 2018-10-26 08:39:45,536 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0794930458069s 2018-10-26 08:39:45,537 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-26 08:39:45,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-26 08:39:45,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ca11c2fca4ab6c01442cfb52560e90a46bcaaf" -d '{"role": {"name": "Member"}}' 2018-10-26 08:39:45,645 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 08:39:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d43dc4f0-f79b-4e22-99c4-b6a66e317675 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8e7d2c357ccd4c68afbc26cbc8f41b65", "links": {"self": "http://172.30.9.21:5000/v3/roles/8e7d2c357ccd4c68afbc26cbc8f41b65"}, "name": "Member"}} 2018-10-26 08:39:45,645 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-d43dc4f0-f79b-4e22-99c4-b6a66e317675 2018-10-26 08:39:45,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.107404232025s 2018-10-26 08:39:45,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles/8e7d2c357ccd4c68afbc26cbc8f41b65 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ca11c2fca4ab6c01442cfb52560e90a46bcaaf" 2018-10-26 08:39:45,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:39:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b74259b6-a67d-440e-9b0f-344e796e8d65 Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/8e7d2c357ccd4c68afbc26cbc8f41b65"}, "domain_id": null, "name": "Member", "id": "8e7d2c357ccd4c68afbc26cbc8f41b65"}} 2018-10-26 08:39:45,727 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/8e7d2c357ccd4c68afbc26cbc8f41b65 used request id req-b74259b6-a67d-440e-9b0f-344e796e8d65 2018-10-26 08:39:45,727 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.21:5000/v3/roles/8e7d2c357ccd4c68afbc26cbc8f41b65'}, 'domain_id': None, 'human_id': None, 'id': u'8e7d2c357ccd4c68afbc26cbc8f41b65', 'HUMAN_ID': False}) 2018-10-26 08:39:45,728 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 08:39:45,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ca11c2fca4ab6c01442cfb52560e90a46bcaaf" 2018-10-26 08:39:45,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:39:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e21ad64-f767-4cb1-9dd4-9a23aa3c35c1 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "8e7d2c357ccd4c68afbc26cbc8f41b65", "links": {"self": "http://172.30.9.21:5000/v3/roles/8e7d2c357ccd4c68afbc26cbc8f41b65"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:39:45,801 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-2e21ad64-f767-4cb1-9dd4-9a23aa3c35c1 2018-10-26 08:39:45,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0732789039612s 2018-10-26 08:39:45,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-26 08:39:45,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ca11c2fca4ab6c01442cfb52560e90a46bcaaf" 2018-10-26 08:39:45,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:39:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba9a100a-6981-41ee-9fe4-c5160c83451a 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-10-26 08:39:45,881 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-ba9a100a-6981-41ee-9fe4-c5160c83451a 2018-10-26 08:39:45,882 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0792729854584s 2018-10-26 08:39:45,882 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-26 08:39:45,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}78ca11c2fca4ab6c01442cfb52560e90a46bcaaf" 2018-10-26 08:39:45,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:39:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e5d206b-39b7-46f8-858f-ab544f875b17 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_ee895934-7986-4d4b-8ea1-753dce630bbf", "links": {"self": "http://172.30.9.21:5000/v3/users/edfc54e81a2743dd91eaa9db12b609db"}, "domain_id": "default", "enabled": true, "id": "edfc54e81a2743dd91eaa9db12b609db", "options": {}}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 08:39:45,982 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-0e5d206b-39b7-46f8-858f-ab544f875b17 2018-10-26 08:39:45,982 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0998430252075s 2018-10-26 08:39:45,983 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-0e5d206b-39b7-46f8-858f-ab544f875b17 2018-10-26 08:39:45,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-26 08:39:45,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}78ca11c2fca4ab6c01442cfb52560e90a46bcaaf" 2018-10-26 08:39:46,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:39:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56a6b40b-f360-4493-9e8a-21a302db76ee Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke_serial", "links": {"self": "http://172.30.9.21:5000/v3/projects/62b20b2d154f485a975d202b1b2076ea"}, "enabled": true, "id": "62b20b2d154f485a975d202b1b2076ea", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_ee895934-7986-4d4b-8ea1-753dce630bbf"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-26 08:39:46,064 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-56a6b40b-f360-4493-9e8a-21a302db76ee 2018-10-26 08:39:46,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0755701065063s 2018-10-26 08:39:46,065 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-56a6b40b-f360-4493-9e8a-21a302db76ee 2018-10-26 08:39:46,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-26 08:39:46,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=edfc54e81a2743dd91eaa9db12b609db&scope.project.id=62b20b2d154f485a975d202b1b2076ea&role.id=8e7d2c357ccd4c68afbc26cbc8f41b65 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ca11c2fca4ab6c01442cfb52560e90a46bcaaf" 2018-10-26 08:39:46,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:39:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cdf87802-c971-4c96-8ef8-8c7f60214901 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=edfc54e81a2743dd91eaa9db12b609db&scope.project.id=62b20b2d154f485a975d202b1b2076ea&role.id=8e7d2c357ccd4c68afbc26cbc8f41b65", "previous": null, "next": null}} 2018-10-26 08:39:46,146 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=edfc54e81a2743dd91eaa9db12b609db&scope.project.id=62b20b2d154f485a975d202b1b2076ea&role.id=8e7d2c357ccd4c68afbc26cbc8f41b65 used request id req-cdf87802-c971-4c96-8ef8-8c7f60214901 2018-10-26 08:39:46,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0783979892731s 2018-10-26 08:39:46,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-26 08:39:46,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/62b20b2d154f485a975d202b1b2076ea/users/edfc54e81a2743dd91eaa9db12b609db/roles/8e7d2c357ccd4c68afbc26cbc8f41b65 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ca11c2fca4ab6c01442cfb52560e90a46bcaaf" 2018-10-26 08:39:46,546 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:39:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-455032c3-c01d-41c5-96b6-863edc1ee59c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:39:46,547 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/62b20b2d154f485a975d202b1b2076ea/users/edfc54e81a2743dd91eaa9db12b609db/roles/8e7d2c357ccd4c68afbc26cbc8f41b65 used request id req-455032c3-c01d-41c5-96b6-863edc1ee59c 2018-10-26 08:39:46,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.400478124619s 2018-10-26 08:39:46,548 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_smoke_seri-project_ee895934-7986-4d4b-8ea1-753dce630bbf', 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': 'b7d3d85d-6193-4626-84f9-ea0fe51be8ca', 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_ee895934-7986-4d4b-8ea1-753dce630bbf', 'project_id': u'62b20b2d154f485a975d202b1b2076ea', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-26 08:39:46,549 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-26 08:39:46,549 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-26 08:39:46,549 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-26 08:39:46,549 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-26 08:39:46,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-26 08:39:46,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-26 08:39:46,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-26 08:39:46,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-26 08:39:46,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-26 08:39:46,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-26 08:39:46,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-26 08:39:46,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-26 08:39:46,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-26 08:39:46,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-26 08:39:46,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-26 08:39:46,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-26 08:39:46,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-26 08:39:46,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-26 08:39:46,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-26 08:39:46,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-26 08:39:46,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-26 08:39:46,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-26 08:39:46,552 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-26 08:39:46,552 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-26 08:39:46,553 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_smoke_serial-user_ee895934-7986-4d4b-8ea1-753dce630bbf', 'password': 'b7d3d85d-6193-4626-84f9-ea0fe51be8ca', 'project_name': 'tempest_smoke_seri-project_ee895934-7986-4d4b-8ea1-753dce630bbf', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': '62b20b2d154f485a975d202b1b2076ea', 'project_domain_name': 'Default'} 2018-10-26 08:39:46,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 08:39:46,554 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ca11c2fca4ab6c01442cfb52560e90a46bcaaf" 2018-10-26 08:39:46,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:39:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b63d2a81-9d7b-4419-8788-60d8e1aa62d7 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "8e7d2c357ccd4c68afbc26cbc8f41b65", "links": {"self": "http://172.30.9.21:5000/v3/roles/8e7d2c357ccd4c68afbc26cbc8f41b65"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:39:46,628 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-b63d2a81-9d7b-4419-8788-60d8e1aa62d7 2018-10-26 08:39:46,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0746319293976s 2018-10-26 08:39:46,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 08:39:46,630 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ca11c2fca4ab6c01442cfb52560e90a46bcaaf" 2018-10-26 08:39:46,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:39:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d83ca80b-c6b2-4da5-9c05-6d1c9821dd00 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "8e7d2c357ccd4c68afbc26cbc8f41b65", "links": {"self": "http://172.30.9.21:5000/v3/roles/8e7d2c357ccd4c68afbc26cbc8f41b65"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:39:46,795 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-d83ca80b-c6b2-4da5-9c05-6d1c9821dd00 2018-10-26 08:39:46,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.165872097015s 2018-10-26 08:39:46,797 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-26 08:39:46,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ca11c2fca4ab6c01442cfb52560e90a46bcaaf" 2018-10-26 08:39:46,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:39:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4251c9e0-0530-4abc-8314-2c1af944bbc2 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-10-26 08:39:46,877 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-4251c9e0-0530-4abc-8314-2c1af944bbc2 2018-10-26 08:39:46,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0805261135101s 2018-10-26 08:39:46,878 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-26 08:39:46,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}78ca11c2fca4ab6c01442cfb52560e90a46bcaaf" 2018-10-26 08:39:46,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:39:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c02ce0b6-c40a-4a24-9b7a-a5f4ca5b0135 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_ee895934-7986-4d4b-8ea1-753dce630bbf", "links": {"self": "http://172.30.9.21:5000/v3/users/edfc54e81a2743dd91eaa9db12b609db"}, "domain_id": "default", "enabled": true, "id": "edfc54e81a2743dd91eaa9db12b609db", "options": {}}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 08:39:46,971 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-c02ce0b6-c40a-4a24-9b7a-a5f4ca5b0135 2018-10-26 08:39:46,971 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0928139686584s 2018-10-26 08:39:46,972 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-c02ce0b6-c40a-4a24-9b7a-a5f4ca5b0135 2018-10-26 08:39:46,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-26 08:39:46,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}78ca11c2fca4ab6c01442cfb52560e90a46bcaaf" 2018-10-26 08:39:47,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:39:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-107b468e-9f66-44ac-a622-186902200853 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke_serial", "links": {"self": "http://172.30.9.21:5000/v3/projects/62b20b2d154f485a975d202b1b2076ea"}, "enabled": true, "id": "62b20b2d154f485a975d202b1b2076ea", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_ee895934-7986-4d4b-8ea1-753dce630bbf"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-26 08:39:47,053 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-107b468e-9f66-44ac-a622-186902200853 2018-10-26 08:39:47,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0747799873352s 2018-10-26 08:39:47,053 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-107b468e-9f66-44ac-a622-186902200853 2018-10-26 08:39:47,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-26 08:39:47,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=edfc54e81a2743dd91eaa9db12b609db&scope.project.id=62b20b2d154f485a975d202b1b2076ea&role.id=886257d877da42cd903fe01393f42ae9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ca11c2fca4ab6c01442cfb52560e90a46bcaaf" 2018-10-26 08:39:47,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:39:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-884cd467-382e-4b0c-a4c4-609364b54e35 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=edfc54e81a2743dd91eaa9db12b609db&scope.project.id=62b20b2d154f485a975d202b1b2076ea&role.id=886257d877da42cd903fe01393f42ae9", "previous": null, "next": null}} 2018-10-26 08:39:47,227 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=edfc54e81a2743dd91eaa9db12b609db&scope.project.id=62b20b2d154f485a975d202b1b2076ea&role.id=886257d877da42cd903fe01393f42ae9 used request id req-884cd467-382e-4b0c-a4c4-609364b54e35 2018-10-26 08:39:47,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.172142028809s 2018-10-26 08:39:47,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-26 08:39:47,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/62b20b2d154f485a975d202b1b2076ea/users/edfc54e81a2743dd91eaa9db12b609db/roles/886257d877da42cd903fe01393f42ae9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ca11c2fca4ab6c01442cfb52560e90a46bcaaf" 2018-10-26 08:39:47,360 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:39:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f61160a1-52a6-43dc-a0ca-48c5f661ee71 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:39:47,360 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/62b20b2d154f485a975d202b1b2076ea/users/edfc54e81a2743dd91eaa9db12b609db/roles/886257d877da42cd903fe01393f42ae9 used request id req-f61160a1-52a6-43dc-a0ca-48c5f661ee71 2018-10-26 08:39:47,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.132508039474s 2018-10-26 08:39:47,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 08:39:47,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ca11c2fca4ab6c01442cfb52560e90a46bcaaf" 2018-10-26 08:39:47,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:39:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13ccb8fe-61b5-4bef-adc7-a49c7bbc40e8 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "8e7d2c357ccd4c68afbc26cbc8f41b65", "links": {"self": "http://172.30.9.21:5000/v3/roles/8e7d2c357ccd4c68afbc26cbc8f41b65"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:39:47,446 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-13ccb8fe-61b5-4bef-adc7-a49c7bbc40e8 2018-10-26 08:39:47,446 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0851068496704s 2018-10-26 08:39:47,447 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-26 08:39:47,448 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ca11c2fca4ab6c01442cfb52560e90a46bcaaf" 2018-10-26 08:39:47,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:39:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82d1e955-9403-4ffa-acbf-cdd218679328 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-10-26 08:39:47,529 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-82d1e955-9403-4ffa-acbf-cdd218679328 2018-10-26 08:39:47,529 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0819818973541s 2018-10-26 08:39:47,530 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-26 08:39:47,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}78ca11c2fca4ab6c01442cfb52560e90a46bcaaf" 2018-10-26 08:39:47,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:39:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55cfb785-95ae-418b-a29b-8b900adf6495 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_ee895934-7986-4d4b-8ea1-753dce630bbf", "links": {"self": "http://172.30.9.21:5000/v3/users/edfc54e81a2743dd91eaa9db12b609db"}, "domain_id": "default", "enabled": true, "id": "edfc54e81a2743dd91eaa9db12b609db", "options": {}}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 08:39:47,619 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-55cfb785-95ae-418b-a29b-8b900adf6495 2018-10-26 08:39:47,619 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0887730121613s 2018-10-26 08:39:47,620 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-55cfb785-95ae-418b-a29b-8b900adf6495 2018-10-26 08:39:47,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-26 08:39:47,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=edfc54e81a2743dd91eaa9db12b609db&role.id=886257d877da42cd903fe01393f42ae9&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ca11c2fca4ab6c01442cfb52560e90a46bcaaf" 2018-10-26 08:39:47,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:39:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86097b8a-6260-4214-b914-0a8e238a49a2 Content-Encoding: gzip Content-Length: 191 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=edfc54e81a2743dd91eaa9db12b609db&role.id=886257d877da42cd903fe01393f42ae9&scope.domain.id=default", "previous": null, "next": null}} 2018-10-26 08:39:47,708 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=edfc54e81a2743dd91eaa9db12b609db&role.id=886257d877da42cd903fe01393f42ae9&scope.domain.id=default used request id req-86097b8a-6260-4214-b914-0a8e238a49a2 2018-10-26 08:39:47,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0815560817719s 2018-10-26 08:39:47,708 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-26 08:39:47,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/domains/default/users/edfc54e81a2743dd91eaa9db12b609db/roles/886257d877da42cd903fe01393f42ae9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ca11c2fca4ab6c01442cfb52560e90a46bcaaf" 2018-10-26 08:39:47,827 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:39:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-185bae7d-46c6-4240-b347-96f595a62d92 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:39:47,828 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/domains/default/users/edfc54e81a2743dd91eaa9db12b609db/roles/886257d877da42cd903fe01393f42ae9 used request id req-185bae7d-46c6-4240-b347-96f595a62d92 2018-10-26 08:39:47,828 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.119796991348s 2018-10-26 08:39:47,828 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-26 08:39:52,417 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-26 08:39:52.129 14 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=ed8f08dd-d137-4840-851b-dce527a547c1) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | ed8f08dd-d137-4840-851b-dce527a547c1 | 2018-10-26T08:39:52 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: ed8f08dd-d137-4840-851b-dce527a547c1 ~/.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-26 08:39:55,696 - 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-26 08:39:55,697 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-26 08:40:01,754 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-26 08:40:00.128 23 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-26 08:40:00.274 23 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-26 08:40:01.525 23 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=2cc1f547-3fcd-437a-819e-5f2b8f42cd59) has been successfully created! Using verifier 'opnfv-tempest' (UUID=2cc1f547-3fcd-437a-819e-5f2b8f42cd59) as the default verifier for the future CLI operations. 2018-10-26 08:40:04,671 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-10-26 08:40:04,671 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 08:40:04,743 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-10-26 08:40:04,744 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:40:04,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:40:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ebdb4ff-58d4-48e3-85ea-42c58a4c9a57 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:40:04,750 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-2ebdb4ff-58d4-48e3-85ea-42c58a4c9a57 2018-10-26 08:40:04,750 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:40:05,147 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "8e7d2c357ccd4c68afbc26cbc8f41b65", "name": "Member"}], "expires_at": "2018-10-26T09:40:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "62b20b2d154f485a975d202b1b2076ea", "name": "tempest_smoke_seri-project_ee895934-7986-4d4b-8ea1-753dce630bbf"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/62b20b2d154f485a975d202b1b2076ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/62b20b2d154f485a975d202b1b2076ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/62b20b2d154f485a975d202b1b2076ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/62b20b2d154f485a975d202b1b2076ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/62b20b2d154f485a975d202b1b2076ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/62b20b2d154f485a975d202b1b2076ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/62b20b2d154f485a975d202b1b2076ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/62b20b2d154f485a975d202b1b2076ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/62b20b2d154f485a975d202b1b2076ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/62b20b2d154f485a975d202b1b2076ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/62b20b2d154f485a975d202b1b2076ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/62b20b2d154f485a975d202b1b2076ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tempest_smoke_serial-user_ee895934-7986-4d4b-8ea1-753dce630bbf", "id": "edfc54e81a2743dd91eaa9db12b609db"}, "audit_ids": ["dSh2UZaVRkK8Z1jy9wz31w"], "issued_at": "2018-10-26T08:40:05.000000Z"}} 2018-10-26 08:40:05,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}afc7d12bd1ad0f66a6e5f20a3deaf735cfa0c30b" 2018-10-26 08:40:05,157 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Fri, 26 Oct 2018 08:40:05 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-10-26 08:40:05,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-26 08:40:05,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}afc7d12bd1ad0f66a6e5f20a3deaf735cfa0c30b" 2018-10-26 08:40:05,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-35aff797-24c3-436d-a53e-f77e7438e492 Date: Fri, 26 Oct 2018 08:40:05 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-26 08:40:05,344 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-35aff797-24c3-436d-a53e-f77e7438e492 2018-10-26 08:40:05,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.182796001434s 2018-10-26 08:40:05,344 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-35aff797-24c3-436d-a53e-f77e7438e492 2018-10-26 08:40:05,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-26 08:40:05,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}afc7d12bd1ad0f66a6e5f20a3deaf735cfa0c30b" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke_serial-img_ee895934-7986-4d4b-8ea1-753dce630bbf", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke_serial-img_ee895934-7986-4d4b-8ea1-753dce630bbf"}' 2018-10-26 08:40:05,608 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 891 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/00ae1a20-a854-44e9-81ef-e2b8d31e25e0 X-Openstack-Request-Id: req-9e446ecf-e2a7-427f-ab0e-1eff007f05e6 Date: Fri, 26 Oct 2018 08:40:05 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/00ae1a20-a854-44e9-81ef-e2b8d31e25e0/file", "owner": "62b20b2d154f485a975d202b1b2076ea", "id": "00ae1a20-a854-44e9-81ef-e2b8d31e25e0", "size": null, "self": "/v2/images/00ae1a20-a854-44e9-81ef-e2b8d31e25e0", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-26T08:40:05Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_ee895934-7986-4d4b-8ea1-753dce630bbf", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_ee895934-7986-4d4b-8ea1-753dce630bbf", "checksum": null, "created_at": "2018-10-26T08:40:05Z", "protected": false} 2018-10-26 08:40:05,608 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-9e446ecf-e2a7-427f-ab0e-1eff007f05e6 2018-10-26 08:40:05,609 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.262413978577s 2018-10-26 08:40:05,609 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-9e446ecf-e2a7-427f-ab0e-1eff007f05e6 returning object 00ae1a20-a854-44e9-81ef-e2b8d31e25e0 2018-10-26 08:40:05,610 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-26 08:40:05,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/00ae1a20-a854-44e9-81ef-e2b8d31e25e0/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}afc7d12bd1ad0f66a6e5f20a3deaf735cfa0c30b" -d '' 2018-10-26 08:40:07,654 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a003dc33-9d42-4d30-8b06-a8ac9496eee8 Date: Fri, 26 Oct 2018 08:40: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-26 08:40:07,654 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/00ae1a20-a854-44e9-81ef-e2b8d31e25e0/file used request id req-a003dc33-9d42-4d30-8b06-a8ac9496eee8 2018-10-26 08:40:07,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 2.04442501068s 2018-10-26 08:40:07,655 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/00ae1a20-a854-44e9-81ef-e2b8d31e25e0/file used request id req-a003dc33-9d42-4d30-8b06-a8ac9496eee8 2018-10-26 08:40:07,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-26 08:40:07,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}afc7d12bd1ad0f66a6e5f20a3deaf735cfa0c30b" 2018-10-26 08:40:07,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-4619adc1-86eb-4f97-8f1c-ae8d836ed399 Date: Fri, 26 Oct 2018 08:40:07 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/00ae1a20-a854-44e9-81ef-e2b8d31e25e0/snap", "metadata": {}}], "file": "/v2/images/00ae1a20-a854-44e9-81ef-e2b8d31e25e0/file", "owner": "62b20b2d154f485a975d202b1b2076ea", "id": "00ae1a20-a854-44e9-81ef-e2b8d31e25e0", "size": 12716032, "self": "/v2/images/00ae1a20-a854-44e9-81ef-e2b8d31e25e0", "disk_format": "qcow2", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/00ae1a20-a854-44e9-81ef-e2b8d31e25e0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-26T08:40:07Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_ee895934-7986-4d4b-8ea1-753dce630bbf", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_ee895934-7986-4d4b-8ea1-753dce630bbf", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-26T08:40:05Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-26 08:40:07,826 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-4619adc1-86eb-4f97-8f1c-ae8d836ed399 2018-10-26 08:40:07,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.170876979828s 2018-10-26 08:40:07,827 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-4619adc1-86eb-4f97-8f1c-ae8d836ed399 2018-10-26 08:40:07,829 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/00ae1a20-a854-44e9-81ef-e2b8d31e25e0/snap', u'metadata': Munch({})})], 'file': u'/v2/images/00ae1a20-a854-44e9-81ef-e2b8d31e25e0/file', 'owner': u'62b20b2d154f485a975d202b1b2076ea', 'id': u'00ae1a20-a854-44e9-81ef-e2b8d31e25e0', 'size': 12716032, u'self': u'/v2/images/00ae1a20-a854-44e9-81ef-e2b8d31e25e0', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'62b20b2d154f485a975d202b1b2076ea', 'name': 'tempest_smoke_seri-project_ee895934-7986-4d4b-8ea1-753dce630bbf', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/00ae1a20-a854-44e9-81ef-e2b8d31e25e0/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-26T08:40:07Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-26T08:40:07Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_ee895934-7986-4d4b-8ea1-753dce630bbf', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/00ae1a20-a854-44e9-81ef-e2b8d31e25e0', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_ee895934-7986-4d4b-8ea1-753dce630bbf', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_ee895934-7986-4d4b-8ea1-753dce630bbf', 'created': u'2018-10-26T08:40:05Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-26T08:40:05Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/00ae1a20-a854-44e9-81ef-e2b8d31e25e0', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_ee895934-7986-4d4b-8ea1-753dce630bbf', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-26 08:40:07,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-26 08:40:07,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: os-client-config/1.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}78ca11c2fca4ab6c01442cfb52560e90a46bcaaf" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_smoke_serial-flavor_ee895934-7986-4d4b-8ea1-753dce630bbf", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-26 08:40:08,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:40: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-70b69d6b-b9b0-4314-9e01-1a51679b7b5f x-compute-request-id: req-70b69d6b-b9b0-4314-9e01-1a51679b7b5f Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/f8ac33a2-a760-42c5-91e8-5fa66a6f60ff", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/f8ac33a2-a760-42c5-91e8-5fa66a6f60ff", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f8ac33a2-a760-42c5-91e8-5fa66a6f60ff", "name": "tempest_smoke_serial-flavor_ee895934-7986-4d4b-8ea1-753dce630bbf", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 08:40:08,038 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-70b69d6b-b9b0-4314-9e01-1a51679b7b5f 2018-10-26 08:40:08,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.208404064178s 2018-10-26 08:40:08,038 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-70b69d6b-b9b0-4314-9e01-1a51679b7b5f returning object f8ac33a2-a760-42c5-91e8-5fa66a6f60ff 2018-10-26 08:40:08,039 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_ee895934-7986-4d4b-8ea1-753dce630bbf', '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'c8dcd64f3c764883a33350227564ab99', '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'f8ac33a2-a760-42c5-91e8-5fa66a6f60ff', 'swap': 0}) 2018-10-26 08:40:08,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-26 08:40:08,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/f8ac33a2-a760-42c5-91e8-5fa66a6f60ff/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}78ca11c2fca4ab6c01442cfb52560e90a46bcaaf" -d '{"extra_specs": {}}' 2018-10-26 08:40:08,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:40: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-691f36f4-730c-4d3f-90a0-e6829138ced3 x-compute-request-id: req-691f36f4-730c-4d3f-90a0-e6829138ced3 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-26 08:40:08,064 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/f8ac33a2-a760-42c5-91e8-5fa66a6f60ff/os-extra_specs used request id req-691f36f4-730c-4d3f-90a0-e6829138ced3 2018-10-26 08:40:08,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0241501331329s 2018-10-26 08:40:08,064 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/f8ac33a2-a760-42c5-91e8-5fa66a6f60ff/os-extra_specs used request id req-691f36f4-730c-4d3f-90a0-e6829138ced3 2018-10-26 08:40:08,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 08:40:08,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}afc7d12bd1ad0f66a6e5f20a3deaf735cfa0c30b" 2018-10-26 08:40:08,075 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:40: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:40:08,080 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afc7d12bd1ad0f66a6e5f20a3deaf735cfa0c30b" 2018-10-26 08:40:08,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:40:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b740e2c0-7d24-4b21-8e2f-f7359fb8d5ad Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "8e7d2c357ccd4c68afbc26cbc8f41b65", "links": {"self": "http://172.30.9.21:5000/v3/roles/8e7d2c357ccd4c68afbc26cbc8f41b65"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:40:08,168 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-b740e2c0-7d24-4b21-8e2f-f7359fb8d5ad 2018-10-26 08:40:08,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.100827932358s 2018-10-26 08:40:08,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-10-26 08:40:08,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}afc7d12bd1ad0f66a6e5f20a3deaf735cfa0c30b" 2018-10-26 08:40:08,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:40: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-225aa3f5-90c3-48b2-bae1-24fea07df63c x-compute-request-id: req-225aa3f5-90c3-48b2-bae1-24fea07df63c Content-Encoding: gzip Content-Length: 717 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 152}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 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": 155}, "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-26 08:40:08,347 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-225aa3f5-90c3-48b2-bae1-24fea07df63c 2018-10-26 08:40:08,347 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.176434993744s 2018-10-26 08:40:08,347 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-225aa3f5-90c3-48b2-bae1-24fea07df63c 2018-10-26 08:40:08,348 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-26 08:40:08,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}afc7d12bd1ad0f66a6e5f20a3deaf735cfa0c30b" 2018-10-26 08:40:08,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-e59c746b-b623-416c-bb8b-9bb87cb9b1d6 Date: Fri, 26 Oct 2018 08:40:08 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/00ae1a20-a854-44e9-81ef-e2b8d31e25e0/snap", "metadata": {}}], "file": "/v2/images/00ae1a20-a854-44e9-81ef-e2b8d31e25e0/file", "owner": "62b20b2d154f485a975d202b1b2076ea", "id": "00ae1a20-a854-44e9-81ef-e2b8d31e25e0", "size": 12716032, "self": "/v2/images/00ae1a20-a854-44e9-81ef-e2b8d31e25e0", "disk_format": "qcow2", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/00ae1a20-a854-44e9-81ef-e2b8d31e25e0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-26T08:40:07Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_ee895934-7986-4d4b-8ea1-753dce630bbf", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_ee895934-7986-4d4b-8ea1-753dce630bbf", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-26T08:40:05Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-26 08:40:08,530 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-e59c746b-b623-416c-bb8b-9bb87cb9b1d6 2018-10-26 08:40:08,530 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.181307077408s 2018-10-26 08:40:08,530 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-e59c746b-b623-416c-bb8b-9bb87cb9b1d6 2018-10-26 08:40:08,533 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-26 08:40:08,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}afc7d12bd1ad0f66a6e5f20a3deaf735cfa0c30b" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_ee895934-7986-4d4b-8ea1-753dce630bbf", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke_serial-img_alt_ee895934-7986-4d4b-8ea1-753dce630bbf"}' 2018-10-26 08:40:08,775 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 899 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/6587016e-2ba9-42ac-adf5-05bc9b0006d8 X-Openstack-Request-Id: req-d98fb9a5-a217-4ab9-b6a7-e8c5f2b9290f Date: Fri, 26 Oct 2018 08:40:08 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/6587016e-2ba9-42ac-adf5-05bc9b0006d8/file", "owner": "62b20b2d154f485a975d202b1b2076ea", "id": "6587016e-2ba9-42ac-adf5-05bc9b0006d8", "size": null, "self": "/v2/images/6587016e-2ba9-42ac-adf5-05bc9b0006d8", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-26T08:40:08Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_ee895934-7986-4d4b-8ea1-753dce630bbf", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_alt_ee895934-7986-4d4b-8ea1-753dce630bbf", "checksum": null, "created_at": "2018-10-26T08:40:08Z", "protected": false} 2018-10-26 08:40:08,776 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-d98fb9a5-a217-4ab9-b6a7-e8c5f2b9290f 2018-10-26 08:40:08,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.242619991302s 2018-10-26 08:40:08,776 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-d98fb9a5-a217-4ab9-b6a7-e8c5f2b9290f returning object 6587016e-2ba9-42ac-adf5-05bc9b0006d8 2018-10-26 08:40:08,777 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-26 08:40:08,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/6587016e-2ba9-42ac-adf5-05bc9b0006d8/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}afc7d12bd1ad0f66a6e5f20a3deaf735cfa0c30b" -d '' 2018-10-26 08:40:09,886 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-40c0ffb2-e3ab-45d8-a599-be6853ef20c6 Date: Fri, 26 Oct 2018 08:40: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-26 08:40:09,887 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/6587016e-2ba9-42ac-adf5-05bc9b0006d8/file used request id req-40c0ffb2-e3ab-45d8-a599-be6853ef20c6 2018-10-26 08:40:09,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.10956096649s 2018-10-26 08:40:09,887 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/6587016e-2ba9-42ac-adf5-05bc9b0006d8/file used request id req-40c0ffb2-e3ab-45d8-a599-be6853ef20c6 2018-10-26 08:40:09,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-26 08:40:09,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}afc7d12bd1ad0f66a6e5f20a3deaf735cfa0c30b" 2018-10-26 08:40:10,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2383 Content-Type: application/json X-Openstack-Request-Id: req-8fa3be91-4673-4f45-8614-e8737ad8f4be Date: Fri, 26 Oct 2018 08:40:10 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/6587016e-2ba9-42ac-adf5-05bc9b0006d8/snap", "metadata": {}}], "file": "/v2/images/6587016e-2ba9-42ac-adf5-05bc9b0006d8/file", "owner": "62b20b2d154f485a975d202b1b2076ea", "id": "6587016e-2ba9-42ac-adf5-05bc9b0006d8", "size": 12716032, "self": "/v2/images/6587016e-2ba9-42ac-adf5-05bc9b0006d8", "disk_format": "qcow2", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/6587016e-2ba9-42ac-adf5-05bc9b0006d8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-26T08:40:09Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_ee895934-7986-4d4b-8ea1-753dce630bbf", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_alt_ee895934-7986-4d4b-8ea1-753dce630bbf", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-26T08:40:08Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/00ae1a20-a854-44e9-81ef-e2b8d31e25e0/snap", "metadata": {}}], "file": "/v2/images/00ae1a20-a854-44e9-81ef-e2b8d31e25e0/file", "owner": "62b20b2d154f485a975d202b1b2076ea", "id": "00ae1a20-a854-44e9-81ef-e2b8d31e25e0", "size": 12716032, "self": "/v2/images/00ae1a20-a854-44e9-81ef-e2b8d31e25e0", "disk_format": "qcow2", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/00ae1a20-a854-44e9-81ef-e2b8d31e25e0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-26T08:40:07Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_ee895934-7986-4d4b-8ea1-753dce630bbf", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_ee895934-7986-4d4b-8ea1-753dce630bbf", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-26T08:40:05Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-26 08:40:10,061 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-8fa3be91-4673-4f45-8614-e8737ad8f4be 2018-10-26 08:40:10,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.173617839813s 2018-10-26 08:40:10,062 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-8fa3be91-4673-4f45-8614-e8737ad8f4be 2018-10-26 08:40:10,065 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/6587016e-2ba9-42ac-adf5-05bc9b0006d8/snap', u'metadata': Munch({})})], 'file': u'/v2/images/6587016e-2ba9-42ac-adf5-05bc9b0006d8/file', 'owner': u'62b20b2d154f485a975d202b1b2076ea', 'id': u'6587016e-2ba9-42ac-adf5-05bc9b0006d8', 'size': 12716032, u'self': u'/v2/images/6587016e-2ba9-42ac-adf5-05bc9b0006d8', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'62b20b2d154f485a975d202b1b2076ea', 'name': 'tempest_smoke_seri-project_ee895934-7986-4d4b-8ea1-753dce630bbf', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/6587016e-2ba9-42ac-adf5-05bc9b0006d8/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-26T08:40:09Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-26T08:40:09Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_ee895934-7986-4d4b-8ea1-753dce630bbf', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/6587016e-2ba9-42ac-adf5-05bc9b0006d8', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_ee895934-7986-4d4b-8ea1-753dce630bbf', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_alt_ee895934-7986-4d4b-8ea1-753dce630bbf', 'created': u'2018-10-26T08:40:08Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-26T08:40:08Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/6587016e-2ba9-42ac-adf5-05bc9b0006d8', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_ee895934-7986-4d4b-8ea1-753dce630bbf', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-26 08:40:10,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-26 08:40:10,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: os-client-config/1.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}78ca11c2fca4ab6c01442cfb52560e90a46bcaaf" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_smoke_serial-flavor_alt_ee895934-7986-4d4b-8ea1-753dce630bbf", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-26 08:40:10,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:40:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-61589762-af69-4c73-8b48-6e9f1a7412a8 x-compute-request-id: req-61589762-af69-4c73-8b48-6e9f1a7412a8 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/3e52bca6-2f49-473c-84ac-ec296ac0a967", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/3e52bca6-2f49-473c-84ac-ec296ac0a967", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "3e52bca6-2f49-473c-84ac-ec296ac0a967", "name": "tempest_smoke_serial-flavor_alt_ee895934-7986-4d4b-8ea1-753dce630bbf", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 08:40:10,110 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-61589762-af69-4c73-8b48-6e9f1a7412a8 2018-10-26 08:40:10,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0441300868988s 2018-10-26 08:40:10,110 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-61589762-af69-4c73-8b48-6e9f1a7412a8 returning object 3e52bca6-2f49-473c-84ac-ec296ac0a967 2018-10-26 08:40:10,111 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_ee895934-7986-4d4b-8ea1-753dce630bbf', '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'c8dcd64f3c764883a33350227564ab99', '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'3e52bca6-2f49-473c-84ac-ec296ac0a967', 'swap': 0}) 2018-10-26 08:40:10,111 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-26 08:40:10,114 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/3e52bca6-2f49-473c-84ac-ec296ac0a967/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}78ca11c2fca4ab6c01442cfb52560e90a46bcaaf" -d '{"extra_specs": {}}' 2018-10-26 08:40:10,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:40:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a3dea714-6d19-46f4-8aa3-4995db9888fe x-compute-request-id: req-a3dea714-6d19-46f4-8aa3-4995db9888fe Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-26 08:40:10,133 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/3e52bca6-2f49-473c-84ac-ec296ac0a967/os-extra_specs used request id req-a3dea714-6d19-46f4-8aa3-4995db9888fe 2018-10-26 08:40:10,133 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0215640068054s 2018-10-26 08:40:10,133 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/3e52bca6-2f49-473c-84ac-ec296ac0a967/os-extra_specs used request id req-a3dea714-6d19-46f4-8aa3-4995db9888fe 2018-10-26 08:40:10,134 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_ee895934-7986-4d4b-8ea1-753dce630bbf', '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'c8dcd64f3c764883a33350227564ab99', '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'3e52bca6-2f49-473c-84ac-ec296ac0a967', 'swap': 0}) 2018-10-26 08:40:13,281 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-26 08:40:12.234 42 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=2cc1f547-3fcd-437a-819e-5f2b8f42cd59) for deployment 'opnfv-rally' (UUID=ed8f08dd-d137-4840-851b-dce527a547c1). 2018-10-26 08:40:13.117 42 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-26 08:40:13.119 42 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=2cc1f547-3fcd-437a-819e-5f2b8f42cd59) has been successfully configured for deployment 'opnfv-rally' (UUID=ed8f08dd-d137-4840-851b-dce527a547c1)! 2018-10-26 08:40:13,281 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-10-26 08:40:13,282 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-10-26 08:40:13,284 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-10-26 08:40:13,300 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-10-26 08:40:16,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-2cc1f547-3fcd-437a-819e-5f2b8f42cd59/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest_smoke_serial/test_list.txt 2>/dev/null) 2018-10-26 08:40:16,862 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-10-26 08:40:16,878 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-10-26 08:40:16,878 - 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-26 08:40:19,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:40:19.032 51 INFO rally.api [-] Starting verification (UUID=bc5a0871-9e8c-45b8-8ad1-172c00542565) for deployment 'opnfv-rally' (UUID=ed8f08dd-d137-4840-851b-dce527a547c1) by verifier 'opnfv-tempest' (UUID=2cc1f547-3fcd-437a-819e-5f2b8f42cd59). 2018-10-26 08:40:19,034 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: bc5a0871-9e8c-45b8-8ad1-172c00542565 2018-10-26 08:40:25,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:40:25.004 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.168s] 2018-10-26 08:40:25,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:40:25.061 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.057s] 2018-10-26 08:40:31,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:40:31.349 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.599s] 2018-10-26 08:40:34,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:40:34.886 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.536s] 2018-10-26 08:40:47,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:40:47.758 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [6.339s] 2018-10-26 08:41:05,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:41:05.232 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [11.593s] 2018-10-26 08:41:44,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:41:44.231 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.077s] 2018-10-26 08:41:44,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:41:44.232 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-10-26 08:42:21,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:42:21.401 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.066s] 2018-10-26 08:42:21,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:42:21.402 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-10-26 08:43:00,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:43:00.402 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.072s] 2018-10-26 08:43:00,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:43:00.404 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-10-26 08:43:53,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:43:53.046 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [10.893s] 2018-10-26 08:44:18,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:44:18.306 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.048s] 2018-10-26 08:44:18,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:44:18.407 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.101s] 2018-10-26 08:44:25,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:44:25.954 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.717s] 2018-10-26 08:44:25,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:44:25.963 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-10-26 08:44:27,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:44:27.215 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-10-26 08:44:27,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:44:27.216 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-10-26 08:44:31,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:44:31.350 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.315s] 2018-10-26 08:44:37,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:44:37.458 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.420s] 2018-10-26 08:44:44,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:44:44.162 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.625s] 2018-10-26 08:44:51,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:44:51.581 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.399s] 2018-10-26 08:45:00,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:45:00.800 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.890s] 2018-10-26 08:45:06,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:45:06.893 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.662s] 2018-10-26 08:45:12,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:45:12.730 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.182s] 2018-10-26 08:45:20,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:45:20.226 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.419s] 2018-10-26 08:45:27,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:45:27.157 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.771s] 2018-10-26 08:45:36,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:45:36.041 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [3.691s] 2018-10-26 08:45:38,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:45:38.276 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-10-26 08:45:40,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:45:40.301 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.079s] 2018-10-26 08:45:40,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:45:40.373 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.071s] 2018-10-26 08:45:40,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:45:40.451 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.078s] 2018-10-26 08:45:40,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:45:40.458 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-10-26 08:45:44,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:45:44.453 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.798s] 2018-10-26 08:45:46,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:45:46.758 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [2.304s] 2018-10-26 08:45:48,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:45:48.785 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.026s] 2018-10-26 08:45:55,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:45:55.542 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-10-26 08:46:02,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:46:02.439 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [3.729s] 2018-10-26 08:46:19,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:46:19.696 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.268s] 2018-10-26 08:46:24,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:46:24.592 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [4.896s] 2018-10-26 08:46:38,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:46:38.111 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.646s] 2018-10-26 08:46:41,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:46:41.557 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.444s] 2018-10-26 08:46:50,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:46:50.236 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [8.679s] 2018-10-26 08:46:59,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:46:59.205 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.861s] 2018-10-26 08:47:02,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:47:02.575 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.370s] 2018-10-26 08:47:07,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:47:07.648 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [5.072s] 2018-10-26 08:47:23,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:47:23.124 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [5.556s] 2018-10-26 08:47:23,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:47:23.468 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.344s] 2018-10-26 08:47:23,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:47:23.583 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.115s] 2018-10-26 08:47:23,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:47:23.786 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.203s] 2018-10-26 08:47:24,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:47:24.069 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.282s] 2018-10-26 08:47:24,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:47:24.124 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.054s] 2018-10-26 08:47:37,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:47:37.436 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.623s] 2018-10-26 08:47:37,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:47:37.863 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.428s] 2018-10-26 08:47:38,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:47:38.124 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.260s] 2018-10-26 08:47:38,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:47:38.206 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.081s] 2018-10-26 08:47:38,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:47:38.443 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.236s] 2018-10-26 08:47:38,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:47:38.640 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.197s] 2018-10-26 08:47:51,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:47:51.717 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.187s] 2018-10-26 08:47:56,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:47:56.848 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [5.129s] 2018-10-26 08:47:58,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:47:58.945 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.097s] 2018-10-26 08:47:59,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:47:59.173 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.228s] 2018-10-26 08:47:59,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:47:59.364 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.191s] 2018-10-26 08:48:11,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:48:11.547 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.351s] 2018-10-26 08:48:18,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:48:18.029 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.482s] 2018-10-26 08:48:19,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:48:19.542 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.512s] 2018-10-26 08:48:19,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:48:19.598 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.056s] 2018-10-26 08:48:19,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:48:19.657 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.058s] 2018-10-26 08:48:41,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:48:41.091 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [15.916s] 2018-10-26 08:48:52,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:48:52.834 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [11.742s] 2018-10-26 08:49:03,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:49:03.253 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [10.418s] 2018-10-26 08:49:12,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:49:12.661 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [9.407s] 2018-10-26 08:49:43,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:49:43.609 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [16.355s] 2018-10-26 08:49:54,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:49:54.946 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [11.337s] 2018-10-26 08:50:05,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:50:05.556 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [10.608s] 2018-10-26 08:50:14,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:50:14.650 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [9.093s] 2018-10-26 08:50:31,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:50:31.188 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.766s] 2018-10-26 08:50:33,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:50:33.416 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.226s] 2018-10-26 08:50:33,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:50:33.617 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.203s] 2018-10-26 08:50:38,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:50:38.287 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.615s] 2018-10-26 08:50:40,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:50:40.912 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.622s] 2018-10-26 08:50:40,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:50:40.957 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.048s] 2018-10-26 08:50:45,362 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:50:45.362 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.347s] 2018-10-26 08:50:48,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:50:48.630 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.007s] 2018-10-26 08:50:49,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:50:49.995 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-10-26 08:50:49,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:50:49.998 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-10-26 08:50:49,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:50:49.998 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-10-26 08:50:49,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:50:49.999 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-10-26 08:50:50,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:50:50.000 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-10-26 08:50:51,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:50:51.830 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-10-26 08:51:06,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:51:06.439 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [8.515s] 2018-10-26 08:51:19,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:51:19.619 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [8.560s] 2018-10-26 08:51:31,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:51:31.716 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [12.095s] 2018-10-26 08:51:41,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:51:41.109 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.314s] 2018-10-26 08:52:53,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:52:53.569 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [66.070s] 2018-10-26 08:53:32,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:53:32.331 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [26.662s] 2018-10-26 08:54:28,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 08:54:28.907 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [27.543s] 2018-10-26 08:54:49,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: bc5a0871-9e8c-45b8-8ad1-172c00542565 2018-10-26 08:54:49,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'bc5a0871-9e8c-45b8-8ad1-172c00542565']'. 2018-10-26 08:54:50,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-26 08:54:50,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-26 08:54:50,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-26 08:54:50,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | bc5a0871-9e8c-45b8-8ad1-172c00542565 | 2018-10-26 08:54:50,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-10-26 08:54:50,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-26 08:40:18 | 2018-10-26 08:54:50,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-26 08:54:48 | 2018-10-26 08:54:50,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:14:30 | 2018-10-26 08:54:50,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-10-26 08:54:50,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-26 08:54:50,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-26 08:54:50,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 2cc1f547-3fcd-437a-819e-5f2b8f42cd59) | 2018-10-26 08:54:50,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-26 08:54:50,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: ed8f08dd-d137-4840-851b-dce527a547c1) | 2018-10-26 08:54:50,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-10-26 08:54:50,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 846.053 | 2018-10-26 08:54:50,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-10-26 08:54:50,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-10-26 08:54:50,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-26 08:54:50,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-26 08:54:50,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-10-26 08:54:50,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-26 08:54:50,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-26 08:54:50,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-26 08:54:50,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-10-26 08:54:50,439 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-26 08:54:50,439 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 14:46 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-10-26 08:54:50,446 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-26 08:54:50,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/6587016e-2ba9-42ac-adf5-05bc9b0006d8 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}afc7d12bd1ad0f66a6e5f20a3deaf735cfa0c30b" 2018-10-26 08:54:51,606 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-770350cf-3788-43fe-9eda-cd4d279cda60 Date: Fri, 26 Oct 2018 08:54: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-26 08:54:51,606 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/6587016e-2ba9-42ac-adf5-05bc9b0006d8 used request id req-770350cf-3788-43fe-9eda-cd4d279cda60 2018-10-26 08:54:51,606 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.16012215614s 2018-10-26 08:54:51,606 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/6587016e-2ba9-42ac-adf5-05bc9b0006d8 used request id req-770350cf-3788-43fe-9eda-cd4d279cda60 2018-10-26 08:54:51,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-26 08:54:51,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}78ca11c2fca4ab6c01442cfb52560e90a46bcaaf" 2018-10-26 08:54:51,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:54: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-bd2e93e8-de1f-4c9d-92b2-623cc5464824 x-compute-request-id: req-bd2e93e8-de1f-4c9d-92b2-623cc5464824 Content-Encoding: gzip Content-Length: 369 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/3e52bca6-2f49-473c-84ac-ec296ac0a967", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/3e52bca6-2f49-473c-84ac-ec296ac0a967", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "3e52bca6-2f49-473c-84ac-ec296ac0a967", "name": "tempest_smoke_serial-flavor_alt_ee895934-7986-4d4b-8ea1-753dce630bbf", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/f8ac33a2-a760-42c5-91e8-5fa66a6f60ff", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/f8ac33a2-a760-42c5-91e8-5fa66a6f60ff", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f8ac33a2-a760-42c5-91e8-5fa66a6f60ff", "name": "tempest_smoke_serial-flavor_ee895934-7986-4d4b-8ea1-753dce630bbf", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-26 08:54:51,791 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-bd2e93e8-de1f-4c9d-92b2-623cc5464824 2018-10-26 08:54:51,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.184558868408s 2018-10-26 08:54:51,792 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-bd2e93e8-de1f-4c9d-92b2-623cc5464824 2018-10-26 08:54:51,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-26 08:54:51,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/3e52bca6-2f49-473c-84ac-ec296ac0a967 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}78ca11c2fca4ab6c01442cfb52560e90a46bcaaf" 2018-10-26 08:54:51,841 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08:54: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-01b84968-307b-4299-b8ed-03756cd9ac12 x-compute-request-id: req-01b84968-307b-4299-b8ed-03756cd9ac12 Content-Length: 0 Content-Type: application/json 2018-10-26 08:54:51,841 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/3e52bca6-2f49-473c-84ac-ec296ac0a967 used request id req-01b84968-307b-4299-b8ed-03756cd9ac12 2018-10-26 08:54:51,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0469169616699s 2018-10-26 08:54:51,842 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/3e52bca6-2f49-473c-84ac-ec296ac0a967 used request id req-01b84968-307b-4299-b8ed-03756cd9ac12 2018-10-26 08:54:51,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-26 08:54:51,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}afc7d12bd1ad0f66a6e5f20a3deaf735cfa0c30b" 2018-10-26 08:54:52,007 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-6b9a50fb-5652-4d7c-b418-4f086c22f19a Date: Fri, 26 Oct 2018 08:54:52 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/00ae1a20-a854-44e9-81ef-e2b8d31e25e0/snap", "metadata": {}}], "file": "/v2/images/00ae1a20-a854-44e9-81ef-e2b8d31e25e0/file", "owner": "62b20b2d154f485a975d202b1b2076ea", "id": "00ae1a20-a854-44e9-81ef-e2b8d31e25e0", "size": 12716032, "self": "/v2/images/00ae1a20-a854-44e9-81ef-e2b8d31e25e0", "disk_format": "qcow2", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/00ae1a20-a854-44e9-81ef-e2b8d31e25e0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-26T08:40:07Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_ee895934-7986-4d4b-8ea1-753dce630bbf", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_ee895934-7986-4d4b-8ea1-753dce630bbf", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-26T08:40:05Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-26 08:54:52,007 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-6b9a50fb-5652-4d7c-b418-4f086c22f19a 2018-10-26 08:54:52,007 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.165061950684s 2018-10-26 08:54:52,008 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-6b9a50fb-5652-4d7c-b418-4f086c22f19a 2018-10-26 08:54:52,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-26 08:54:52,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/00ae1a20-a854-44e9-81ef-e2b8d31e25e0 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}afc7d12bd1ad0f66a6e5f20a3deaf735cfa0c30b" 2018-10-26 08:54:53,978 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-148009e3-ba27-4f2e-8066-74580ad049e9 Date: Fri, 26 Oct 2018 08:54: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-26 08:54:53,978 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/00ae1a20-a854-44e9-81ef-e2b8d31e25e0 used request id req-148009e3-ba27-4f2e-8066-74580ad049e9 2018-10-26 08:54:53,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.96905493736s 2018-10-26 08:54:53,979 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/00ae1a20-a854-44e9-81ef-e2b8d31e25e0 used request id req-148009e3-ba27-4f2e-8066-74580ad049e9 2018-10-26 08:54:53,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-26 08:54:53,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}78ca11c2fca4ab6c01442cfb52560e90a46bcaaf" 2018-10-26 08:54:54,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:54: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-0509aab0-0d8d-407f-bad6-aaa1c938426b x-compute-request-id: req-0509aab0-0d8d-407f-bad6-aaa1c938426b Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/f8ac33a2-a760-42c5-91e8-5fa66a6f60ff", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/f8ac33a2-a760-42c5-91e8-5fa66a6f60ff", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f8ac33a2-a760-42c5-91e8-5fa66a6f60ff", "name": "tempest_smoke_serial-flavor_ee895934-7986-4d4b-8ea1-753dce630bbf", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-26 08:54:54,012 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-0509aab0-0d8d-407f-bad6-aaa1c938426b 2018-10-26 08:54:54,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.032970905304s 2018-10-26 08:54:54,013 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-0509aab0-0d8d-407f-bad6-aaa1c938426b 2018-10-26 08:54:54,014 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-26 08:54:54,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/f8ac33a2-a760-42c5-91e8-5fa66a6f60ff -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}78ca11c2fca4ab6c01442cfb52560e90a46bcaaf" 2018-10-26 08:54:54,056 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 08: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-a44071f5-f3de-4a07-94e4-f750640ff546 x-compute-request-id: req-a44071f5-f3de-4a07-94e4-f750640ff546 Content-Length: 0 Content-Type: application/json 2018-10-26 08:54:54,057 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/f8ac33a2-a760-42c5-91e8-5fa66a6f60ff used request id req-a44071f5-f3de-4a07-94e4-f750640ff546 2018-10-26 08:54:54,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0421290397644s 2018-10-26 08:54:54,057 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/f8ac33a2-a760-42c5-91e8-5fa66a6f60ff used request id req-a44071f5-f3de-4a07-94e4-f750640ff546 2018-10-26 08:54:54,057 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-26 08:54:54,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}78ca11c2fca4ab6c01442cfb52560e90a46bcaaf" 2018-10-26 08:54:54,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:54:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfbb5128-01c0-40a7-a174-c96c5f049554 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_ee895934-7986-4d4b-8ea1-753dce630bbf", "links": {"self": "http://172.30.9.21:5000/v3/users/edfc54e81a2743dd91eaa9db12b609db"}, "domain_id": "default", "enabled": true, "id": "edfc54e81a2743dd91eaa9db12b609db", "options": {}}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 08:54:54,154 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-bfbb5128-01c0-40a7-a174-c96c5f049554 2018-10-26 08:54:54,154 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0967049598694s 2018-10-26 08:54:54,155 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-bfbb5128-01c0-40a7-a174-c96c5f049554 2018-10-26 08:54:54,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-26 08:54:54,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/edfc54e81a2743dd91eaa9db12b609db -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}78ca11c2fca4ab6c01442cfb52560e90a46bcaaf" 2018-10-26 08:54:54,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:54:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2aef32dc-6f26-4b75-90d6-6e6c08441457 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/edfc54e81a2743dd91eaa9db12b609db"}, "enabled": true, "id": "edfc54e81a2743dd91eaa9db12b609db", "options": {}, "domain_id": "default", "name": "tempest_smoke_serial-user_ee895934-7986-4d4b-8ea1-753dce630bbf"}} 2018-10-26 08:54:54,251 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/edfc54e81a2743dd91eaa9db12b609db used request id req-2aef32dc-6f26-4b75-90d6-6e6c08441457 2018-10-26 08:54:54,252 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0906901359558s 2018-10-26 08:54:54,252 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/edfc54e81a2743dd91eaa9db12b609db used request id req-2aef32dc-6f26-4b75-90d6-6e6c08441457 2018-10-26 08:54:54,252 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-26 08:54:54,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/edfc54e81a2743dd91eaa9db12b609db -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}78ca11c2fca4ab6c01442cfb52560e90a46bcaaf" 2018-10-26 08:54:54,512 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:54:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bef26337-47c6-41fd-bc65-374bf0f5c8ad Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:54:54,512 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/edfc54e81a2743dd91eaa9db12b609db used request id req-bef26337-47c6-41fd-bc65-374bf0f5c8ad 2018-10-26 08:54:54,512 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.259917974472s 2018-10-26 08:54:54,513 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/edfc54e81a2743dd91eaa9db12b609db used request id req-bef26337-47c6-41fd-bc65-374bf0f5c8ad 2018-10-26 08:54:54,513 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-26 08:54:54,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}78ca11c2fca4ab6c01442cfb52560e90a46bcaaf" 2018-10-26 08:54:54,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:54:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd6918cb-e1f5-4e77-92c0-5e149ff811bd Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke_serial", "links": {"self": "http://172.30.9.21:5000/v3/projects/62b20b2d154f485a975d202b1b2076ea"}, "enabled": true, "id": "62b20b2d154f485a975d202b1b2076ea", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_ee895934-7986-4d4b-8ea1-753dce630bbf"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-26 08:54:54,593 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-fd6918cb-e1f5-4e77-92c0-5e149ff811bd 2018-10-26 08:54:54,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0801348686218s 2018-10-26 08:54:54,594 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-fd6918cb-e1f5-4e77-92c0-5e149ff811bd 2018-10-26 08:54:54,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-26 08:54:54,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/62b20b2d154f485a975d202b1b2076ea -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}78ca11c2fca4ab6c01442cfb52560e90a46bcaaf" 2018-10-26 08:54:54,758 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:54:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9e0760ea-df60-4bc9-8283-984f39f40155 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:54:54,758 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/62b20b2d154f485a975d202b1b2076ea used request id req-9e0760ea-df60-4bc9-8283-984f39f40155 2018-10-26 08:54:54,759 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.162342071533s 2018-10-26 08:54:54,759 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/62b20b2d154f485a975d202b1b2076ea used request id req-9e0760ea-df60-4bc9-8283-984f39f40155 2018-10-26 08:54:54,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 08:54:54,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ca11c2fca4ab6c01442cfb52560e90a46bcaaf" 2018-10-26 08:54:54,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:54:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7e646dd-d4e1-437a-a9e8-eab4f0e419ff Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "8e7d2c357ccd4c68afbc26cbc8f41b65", "links": {"self": "http://172.30.9.21:5000/v3/roles/8e7d2c357ccd4c68afbc26cbc8f41b65"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:54:54,836 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c7e646dd-d4e1-437a-a9e8-eab4f0e419ff 2018-10-26 08:54:54,836 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0768539905548s 2018-10-26 08:54:54,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-26 08:54:54,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/roles/8e7d2c357ccd4c68afbc26cbc8f41b65 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ca11c2fca4ab6c01442cfb52560e90a46bcaaf" 2018-10-26 08:54:54,953 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:54:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e7135dab-2e4e-4480-b953-5536f203e25d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:54:54,953 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/8e7d2c357ccd4c68afbc26cbc8f41b65 used request id req-e7135dab-2e4e-4480-b953-5536f203e25d 2018-10-26 08:54:54,953 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.115128040314s 2018-10-26 08:54:54,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-26 08:54:54,956 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/security-groups.json?project_id=62b20b2d154f485a975d202b1b2076ea&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}78ca11c2fca4ab6c01442cfb52560e90a46bcaaf" 2018-10-26 08:54:55,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-741cbd4b-7d3f-404f-a1e2-2cc10febd370 Date: Fri, 26 Oct 2018 08:54:55 GMT RESP BODY: {"security_groups": []} 2018-10-26 08:54:55,141 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json?project_id=62b20b2d154f485a975d202b1b2076ea&name=default used request id req-741cbd4b-7d3f-404f-a1e2-2cc10febd370 2018-10-26 08:54:55,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.185194969177s 2018-10-26 08:54:55,141 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json?project_id=62b20b2d154f485a975d202b1b2076ea&name=default used request id req-741cbd4b-7d3f-404f-a1e2-2cc10febd370 2018-10-26 08:54:55,195 - xtesting.ci.run_tests - INFO - Loading test case 'rally_sanity'... 2018-10-26 08:54:55,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-26 08:54:55,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-26 08:54:55,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-26 08:54:55,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-26 08:54:55,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-26 08:54:55,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-26 08:54:55,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-26 08:54:55,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-26 08:54:55,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-26 08:54:55,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-26 08:54:55,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-26 08:54:55,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-26 08:54:55,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-26 08:54:55,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-26 08:54:55,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-26 08:54:55,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-26 08:54:55,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-26 08:54:55,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-26 08:54:55,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-26 08:54:55,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-26 08:54:55,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-26 08:54:55,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-26 08:54:55,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-26 08:54:55,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-26 08:54:55,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:54:55,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:54:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a68e19aa-a293-433e-bd73-3ec667bfdba2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:54:55,251 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a68e19aa-a293-433e-bd73-3ec667bfdba2 2018-10-26 08:54:55,251 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:54:55,623 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}], "expires_at": "2018-10-26T09:54:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8dcd64f3c764883a33350227564ab99", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c8dcd64f3c764883a33350227564ab99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/c8dcd64f3c764883a33350227564ab99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/c8dcd64f3c764883a33350227564ab99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c8dcd64f3c764883a33350227564ab99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/c8dcd64f3c764883a33350227564ab99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/c8dcd64f3c764883a33350227564ab99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/c8dcd64f3c764883a33350227564ab99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/c8dcd64f3c764883a33350227564ab99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/c8dcd64f3c764883a33350227564ab99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/c8dcd64f3c764883a33350227564ab99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/c8dcd64f3c764883a33350227564ab99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/c8dcd64f3c764883a33350227564ab99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "407502ccd88d4e6a85d43ab4ef2e0d85"}, "audit_ids": ["Qbrfq0yWTwu8iZHofuR51Q"], "issued_at": "2018-10-26T08:54:55.000000Z"}} 2018-10-26 08:54:55,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-26 08:54:55,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f5c54778ae6026ab5bb13d4f0d76fff7f21c8e83" 2018-10-26 08:54:55,847 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-54e3ca9b-9c95-4dca-8fab-14388ab0e9a5 Date: Fri, 26 Oct 2018 08:54:55 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","provider:network_type":"flat"}]} 2018-10-26 08:54:55,847 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-54e3ca9b-9c95-4dca-8fab-14388ab0e9a5 2018-10-26 08:54:55,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.220121860504s 2018-10-26 08:54:55,847 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-54e3ca9b-9c95-4dca-8fab-14388ab0e9a5 2018-10-26 08:54:55,848 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-26 08:54:55,852 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f5c54778ae6026ab5bb13d4f0d76fff7f21c8e83" 2018-10-26 08:54:55,857 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 08:54: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 08:54:55,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c54778ae6026ab5bb13d4f0d76fff7f21c8e83" 2018-10-26 08:54:55,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:54:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd979c3a-5e7a-44d1-80c3-bcbbdf7a1315 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/865486593e12402f86e9636a8d3859ad"}, "description": "", "name": "heat_stack", "enabled": true, "id": "865486593e12402f86e9636a8d3859ad"}, {"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-10-26 08:54:55,940 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-fd979c3a-5e7a-44d1-80c3-bcbbdf7a1315 2018-10-26 08:54:55,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0917010307312s 2018-10-26 08:54:55,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-26 08:54:55,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}f5c54778ae6026ab5bb13d4f0d76fff7f21c8e83" -d '{"project": {"description": "Created by OPNFV Functest: rally_sanity", "enabled": true, "domain_id": "default", "name": "rally_sanity-project_a433b72d-e562-4859-b98a-c5aac0371bb5"}}' 2018-10-26 08:54:56,043 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 08:54:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fdeea702-4c84-4137-88f0-6785c1c87aee 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.21:5000/v3/projects/493e9419686442f3b5aa58dd995503a1"}, "enabled": true, "id": "493e9419686442f3b5aa58dd995503a1", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_a433b72d-e562-4859-b98a-c5aac0371bb5"}} 2018-10-26 08:54:56,044 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-fdeea702-4c84-4137-88f0-6785c1c87aee 2018-10-26 08:54:56,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.102241039276s 2018-10-26 08:54:56,044 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-fdeea702-4c84-4137-88f0-6785c1c87aee 2018-10-26 08:54:56,045 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'rally_sanity-project_a433b72d-e562-4859-b98a-c5aac0371bb5', 'id': u'493e9419686442f3b5aa58dd995503a1', '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-26 08:54:56,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-26 08:54:56,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.353106021881s 2018-10-26 08:54:56,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/3904bcdeea8649299ef7d7ada2e54859 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c54778ae6026ab5bb13d4f0d76fff7f21c8e83" 2018-10-26 08:54:56,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:54:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b85a2a31-b813-4499-a48f-a255cc0cabc1 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/3904bcdeea8649299ef7d7ada2e54859"}, "enabled": true, "id": "3904bcdeea8649299ef7d7ada2e54859", "options": {}, "domain_id": "default", "name": "rally_sanity-user_a433b72d-e562-4859-b98a-c5aac0371bb5"}} 2018-10-26 08:54:56,509 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/3904bcdeea8649299ef7d7ada2e54859 used request id req-b85a2a31-b813-4499-a48f-a255cc0cabc1 2018-10-26 08:54:56,510 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'3904bcdeea8649299ef7d7ada2e54859', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'rally_sanity-user_a433b72d-e562-4859-b98a-c5aac0371bb5'}) 2018-10-26 08:54:56,511 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 08:54:56,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c54778ae6026ab5bb13d4f0d76fff7f21c8e83" 2018-10-26 08:54:56,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:54:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9aad029b-5a6b-41d8-a0fa-8cb262fa80c8 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:54:56,588 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-9aad029b-5a6b-41d8-a0fa-8cb262fa80c8 2018-10-26 08:54:56,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0776100158691s 2018-10-26 08:54:56,589 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 08:54:56,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c54778ae6026ab5bb13d4f0d76fff7f21c8e83" 2018-10-26 08:54:56,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:54:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb35fc99-c356-4edf-aeda-9cd603bf7d14 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:54:56,670 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-cb35fc99-c356-4edf-aeda-9cd603bf7d14 2018-10-26 08:54:56,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0810370445251s 2018-10-26 08:54:56,671 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-26 08:54:56,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-26 08:54:56,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c54778ae6026ab5bb13d4f0d76fff7f21c8e83" -d '{"role": {"name": "Member"}}' 2018-10-26 08:54:56,785 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 08:54:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0e09a793-2129-4662-aa4b-9631393e6f46 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "77ebe712dd194c628800b9ee72ee81da", "links": {"self": "http://172.30.9.21:5000/v3/roles/77ebe712dd194c628800b9ee72ee81da"}, "name": "Member"}} 2018-10-26 08:54:56,785 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-0e09a793-2129-4662-aa4b-9631393e6f46 2018-10-26 08:54:56,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.113513946533s 2018-10-26 08:54:56,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles/77ebe712dd194c628800b9ee72ee81da -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c54778ae6026ab5bb13d4f0d76fff7f21c8e83" 2018-10-26 08:54:56,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:54:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e266dac8-4787-446a-ada0-6a86a73e24bb Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/77ebe712dd194c628800b9ee72ee81da"}, "domain_id": null, "name": "Member", "id": "77ebe712dd194c628800b9ee72ee81da"}} 2018-10-26 08:54:56,802 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/77ebe712dd194c628800b9ee72ee81da used request id req-e266dac8-4787-446a-ada0-6a86a73e24bb 2018-10-26 08:54:56,802 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.21:5000/v3/roles/77ebe712dd194c628800b9ee72ee81da'}, 'domain_id': None, 'human_id': None, 'id': u'77ebe712dd194c628800b9ee72ee81da', 'HUMAN_ID': False}) 2018-10-26 08:54:56,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 08:54:56,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c54778ae6026ab5bb13d4f0d76fff7f21c8e83" 2018-10-26 08:54:56,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:54:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-480f60f5-bfa3-4731-a173-c450c12e6167 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77ebe712dd194c628800b9ee72ee81da", "links": {"self": "http://172.30.9.21:5000/v3/roles/77ebe712dd194c628800b9ee72ee81da"}, "name": "Member"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:54:56,883 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-480f60f5-bfa3-4731-a173-c450c12e6167 2018-10-26 08:54:56,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0809409618378s 2018-10-26 08:54:56,885 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-26 08:54:56,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c54778ae6026ab5bb13d4f0d76fff7f21c8e83" 2018-10-26 08:54:56,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:54:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99ed25f7-041e-4f86-a6a2-b28014ae523e 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-10-26 08:54:56,983 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-99ed25f7-041e-4f86-a6a2-b28014ae523e 2018-10-26 08:54:56,983 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0979828834534s 2018-10-26 08:54:56,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-26 08:54:56,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f5c54778ae6026ab5bb13d4f0d76fff7f21c8e83" 2018-10-26 08:54:57,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:54:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67502b6d-e67a-425e-a3d6-03dadc007af7 Content-Encoding: gzip Content-Length: 871 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "rally_sanity-user_a433b72d-e562-4859-b98a-c5aac0371bb5", "links": {"self": "http://172.30.9.21:5000/v3/users/3904bcdeea8649299ef7d7ada2e54859"}, "domain_id": "default", "enabled": true, "id": "3904bcdeea8649299ef7d7ada2e54859", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 08:54:57,073 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-67502b6d-e67a-425e-a3d6-03dadc007af7 2018-10-26 08:54:57,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0891661643982s 2018-10-26 08:54:57,074 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-67502b6d-e67a-425e-a3d6-03dadc007af7 2018-10-26 08:54:57,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-26 08:54:57,080 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f5c54778ae6026ab5bb13d4f0d76fff7f21c8e83" 2018-10-26 08:54:57,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:54:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43ece951-4bdd-40e1-ab5a-a18d01f56a8d Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.21:5000/v3/projects/493e9419686442f3b5aa58dd995503a1"}, "enabled": true, "id": "493e9419686442f3b5aa58dd995503a1", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_a433b72d-e562-4859-b98a-c5aac0371bb5"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-26 08:54:57,158 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-43ece951-4bdd-40e1-ab5a-a18d01f56a8d 2018-10-26 08:54:57,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0783200263977s 2018-10-26 08:54:57,159 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-43ece951-4bdd-40e1-ab5a-a18d01f56a8d 2018-10-26 08:54:57,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-26 08:54:57,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=3904bcdeea8649299ef7d7ada2e54859&scope.project.id=493e9419686442f3b5aa58dd995503a1&role.id=77ebe712dd194c628800b9ee72ee81da -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c54778ae6026ab5bb13d4f0d76fff7f21c8e83" 2018-10-26 08:54:57,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:54:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e76a988f-8ca0-43a3-b751-de78730ef4c6 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=3904bcdeea8649299ef7d7ada2e54859&scope.project.id=493e9419686442f3b5aa58dd995503a1&role.id=77ebe712dd194c628800b9ee72ee81da", "previous": null, "next": null}} 2018-10-26 08:54:57,251 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=3904bcdeea8649299ef7d7ada2e54859&scope.project.id=493e9419686442f3b5aa58dd995503a1&role.id=77ebe712dd194c628800b9ee72ee81da used request id req-e76a988f-8ca0-43a3-b751-de78730ef4c6 2018-10-26 08:54:57,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0898139476776s 2018-10-26 08:54:57,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-26 08:54:57,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/493e9419686442f3b5aa58dd995503a1/users/3904bcdeea8649299ef7d7ada2e54859/roles/77ebe712dd194c628800b9ee72ee81da -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c54778ae6026ab5bb13d4f0d76fff7f21c8e83" 2018-10-26 08:54:57,369 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:54:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-37251242-9eb1-4b5a-9423-8f796915eef5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:54:57,369 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/493e9419686442f3b5aa58dd995503a1/users/3904bcdeea8649299ef7d7ada2e54859/roles/77ebe712dd194c628800b9ee72ee81da used request id req-37251242-9eb1-4b5a-9423-8f796915eef5 2018-10-26 08:54:57,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.118076086044s 2018-10-26 08:54:57,370 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'rally_sanity-project_a433b72d-e562-4859-b98a-c5aac0371bb5', 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': '4145efdf-18b6-40e3-8cba-a3f854974747', 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_a433b72d-e562-4859-b98a-c5aac0371bb5', 'project_id': u'493e9419686442f3b5aa58dd995503a1', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-26 08:54:57,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-26 08:54:57,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-26 08:54:57,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-26 08:54:57,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-26 08:54:57,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-26 08:54:57,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-26 08:54:57,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-26 08:54:57,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-26 08:54:57,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-26 08:54:57,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-26 08:54:57,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-26 08:54:57,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-26 08:54:57,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-26 08:54:57,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-26 08:54:57,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-26 08:54:57,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-26 08:54:57,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-26 08:54:57,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-26 08:54:57,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-26 08:54:57,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-26 08:54:57,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-26 08:54:57,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-26 08:54:57,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-26 08:54:57,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-26 08:54:57,376 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'rally_sanity-user_a433b72d-e562-4859-b98a-c5aac0371bb5', 'password': '4145efdf-18b6-40e3-8cba-a3f854974747', 'project_name': 'rally_sanity-project_a433b72d-e562-4859-b98a-c5aac0371bb5', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': '493e9419686442f3b5aa58dd995503a1', 'project_domain_name': 'Default'} 2018-10-26 08:54:57,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 08:54:57,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c54778ae6026ab5bb13d4f0d76fff7f21c8e83" 2018-10-26 08:54:57,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:54:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aff2a993-1df5-4215-a1d0-a6db8a73612b Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77ebe712dd194c628800b9ee72ee81da", "links": {"self": "http://172.30.9.21:5000/v3/roles/77ebe712dd194c628800b9ee72ee81da"}, "name": "Member"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:54:57,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-aff2a993-1df5-4215-a1d0-a6db8a73612b 2018-10-26 08:54:57,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.090882062912s 2018-10-26 08:54:57,468 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 08:54:57,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c54778ae6026ab5bb13d4f0d76fff7f21c8e83" 2018-10-26 08:54:57,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:54:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59318618-86eb-4754-914a-10f7ac2f6ffb Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77ebe712dd194c628800b9ee72ee81da", "links": {"self": "http://172.30.9.21:5000/v3/roles/77ebe712dd194c628800b9ee72ee81da"}, "name": "Member"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 08:54:57,558 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-59318618-86eb-4754-914a-10f7ac2f6ffb 2018-10-26 08:54:57,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0897228717804s 2018-10-26 08:54:57,560 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-26 08:54:57,560 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c54778ae6026ab5bb13d4f0d76fff7f21c8e83" 2018-10-26 08:54:57,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:54:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac1e25c4-887b-460c-a396-e3c5f6c6bdb0 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-10-26 08:54:57,632 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-ac1e25c4-887b-460c-a396-e3c5f6c6bdb0 2018-10-26 08:54:57,632 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0724639892578s 2018-10-26 08:54:57,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-26 08:54:57,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f5c54778ae6026ab5bb13d4f0d76fff7f21c8e83" 2018-10-26 08:54:57,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:54:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9169ecf-5892-4658-929e-05b3c7057672 Content-Encoding: gzip Content-Length: 871 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "rally_sanity-user_a433b72d-e562-4859-b98a-c5aac0371bb5", "links": {"self": "http://172.30.9.21:5000/v3/users/3904bcdeea8649299ef7d7ada2e54859"}, "domain_id": "default", "enabled": true, "id": "3904bcdeea8649299ef7d7ada2e54859", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 08:54:57,732 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-b9169ecf-5892-4658-929e-05b3c7057672 2018-10-26 08:54:57,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0991089344025s 2018-10-26 08:54:57,733 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-b9169ecf-5892-4658-929e-05b3c7057672 2018-10-26 08:54:57,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-26 08:54:57,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f5c54778ae6026ab5bb13d4f0d76fff7f21c8e83" 2018-10-26 08:54:57,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:54:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-236a4cb8-fdd2-4c48-9e9e-3e9446f811fd Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.21:5000/v3/projects/493e9419686442f3b5aa58dd995503a1"}, "enabled": true, "id": "493e9419686442f3b5aa58dd995503a1", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_a433b72d-e562-4859-b98a-c5aac0371bb5"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-26 08:54:57,828 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-236a4cb8-fdd2-4c48-9e9e-3e9446f811fd 2018-10-26 08:54:57,828 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0895330905914s 2018-10-26 08:54:57,829 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-236a4cb8-fdd2-4c48-9e9e-3e9446f811fd 2018-10-26 08:54:57,831 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-26 08:54:57,832 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=3904bcdeea8649299ef7d7ada2e54859&scope.project.id=493e9419686442f3b5aa58dd995503a1&role.id=886257d877da42cd903fe01393f42ae9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c54778ae6026ab5bb13d4f0d76fff7f21c8e83" 2018-10-26 08:54:57,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:54:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52dc7d6a-702f-44bd-8c3b-cc0b19c97633 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=3904bcdeea8649299ef7d7ada2e54859&scope.project.id=493e9419686442f3b5aa58dd995503a1&role.id=886257d877da42cd903fe01393f42ae9", "previous": null, "next": null}} 2018-10-26 08:54:57,905 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=3904bcdeea8649299ef7d7ada2e54859&scope.project.id=493e9419686442f3b5aa58dd995503a1&role.id=886257d877da42cd903fe01393f42ae9 used request id req-52dc7d6a-702f-44bd-8c3b-cc0b19c97633 2018-10-26 08:54:57,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0745401382446s 2018-10-26 08:54:57,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-26 08:54:57,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/493e9419686442f3b5aa58dd995503a1/users/3904bcdeea8649299ef7d7ada2e54859/roles/886257d877da42cd903fe01393f42ae9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c54778ae6026ab5bb13d4f0d76fff7f21c8e83" 2018-10-26 08:54:58,027 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 08:54:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6a1e0322-e6cd-431d-b54d-4c2ca3c2310a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 08:54:58,027 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/493e9419686442f3b5aa58dd995503a1/users/3904bcdeea8649299ef7d7ada2e54859/roles/886257d877da42cd903fe01393f42ae9 used request id req-6a1e0322-e6cd-431d-b54d-4c2ca3c2310a 2018-10-26 08:54:58,027 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.121361017227s 2018-10-26 08:54:58,028 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-10-26 08:54:58,383 - 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 NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 2018-10-26 08:54:58,383 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-26 08:54:58,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c54778ae6026ab5bb13d4f0d76fff7f21c8e83" 2018-10-26 08:54:58,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:54:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-665d980a-40e1-4b9f-8a5f-58c4b2863b4a Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/865486593e12402f86e9636a8d3859ad"}, "description": "", "name": "heat_stack", "enabled": true, "id": "865486593e12402f86e9636a8d3859ad"}, {"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-10-26 08:54:58,480 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-665d980a-40e1-4b9f-8a5f-58c4b2863b4a 2018-10-26 08:54:58,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0975291728973s 2018-10-26 08:54:58,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-26 08:54:58,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f5c54778ae6026ab5bb13d4f0d76fff7f21c8e83" 2018-10-26 08:54:58,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:54:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0c1b738-dcd1-4a1d-b270-afe4df8d86ee Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.21:5000/v3/projects/493e9419686442f3b5aa58dd995503a1"}, "enabled": true, "id": "493e9419686442f3b5aa58dd995503a1", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_a433b72d-e562-4859-b98a-c5aac0371bb5"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-26 08:54:58,563 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-d0c1b738-dcd1-4a1d-b270-afe4df8d86ee 2018-10-26 08:54:58,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0814220905304s 2018-10-26 08:54:58,564 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-d0c1b738-dcd1-4a1d-b270-afe4df8d86ee 2018-10-26 08:54:58,567 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-10-26 08:54:58,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.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}f5c54778ae6026ab5bb13d4f0d76fff7f21c8e83" -d '{"network": {"shared": true, "tenant_id": "493e9419686442f3b5aa58dd995503a1", "name": "rally_sanity-net_a433b72d-e562-4859-b98a-c5aac0371bb5", "admin_state_up": true}}' 2018-10-26 08:54:59,126 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-bfa6b6da-2214-4a3c-a5f6-797127736f57 Date: Fri, 26 Oct 2018 08:54: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":"f8bdafeb-9137-46b5-a8e0-9b5afa52399d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":59,"ipv4_address_scope":null,"shared":true,"project_id":"493e9419686442f3b5aa58dd995503a1","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T08:54:58Z","is_default":false,"qos_policy_id":null,"name":"rally_sanity-net_a433b72d-e562-4859-b98a-c5aac0371bb5","admin_state_up":true,"tenant_id":"493e9419686442f3b5aa58dd995503a1","created_at":"2018-10-26T08:54:58Z","mtu":1450}} 2018-10-26 08:54:59,126 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-bfa6b6da-2214-4a3c-a5f6-797127736f57 2018-10-26 08:54:59,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.559453964233s 2018-10-26 08:54:59,127 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-bfa6b6da-2214-4a3c-a5f6-797127736f57 2018-10-26 08:54:59,127 - 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-26T08:54:58Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'f8bdafeb-9137-46b5-a8e0-9b5afa52399d', u'provider:segmentation_id': 59, 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_a433b72d-e562-4859-b98a-c5aac0371bb5', u'created_at': u'2018-10-26T08:54:58Z', u'mtu': 1450, u'tenant_id': u'493e9419686442f3b5aa58dd995503a1', u'ipv4_address_scope': None, u'shared': True, u'project_id': u'493e9419686442f3b5aa58dd995503a1'}) 2018-10-26 08:54:59,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 08:54:59,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08:54:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec7062d8-f0df-413b-94d9-7ad502cca31a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 08:54:59,136 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ec7062d8-f0df-413b-94d9-7ad502cca31a 2018-10-26 08:54:59,137 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 08:54:59,516 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "77ebe712dd194c628800b9ee72ee81da", "name": "Member"}], "expires_at": "2018-10-26T09:54:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "493e9419686442f3b5aa58dd995503a1", "name": "rally_sanity-project_a433b72d-e562-4859-b98a-c5aac0371bb5"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/493e9419686442f3b5aa58dd995503a1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/493e9419686442f3b5aa58dd995503a1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/493e9419686442f3b5aa58dd995503a1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/493e9419686442f3b5aa58dd995503a1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/493e9419686442f3b5aa58dd995503a1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/493e9419686442f3b5aa58dd995503a1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/493e9419686442f3b5aa58dd995503a1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/493e9419686442f3b5aa58dd995503a1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/493e9419686442f3b5aa58dd995503a1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/493e9419686442f3b5aa58dd995503a1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/493e9419686442f3b5aa58dd995503a1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/493e9419686442f3b5aa58dd995503a1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "rally_sanity-user_a433b72d-e562-4859-b98a-c5aac0371bb5", "id": "3904bcdeea8649299ef7d7ada2e54859"}, "audit_ids": ["jV3ee294T16r9UoHevgfbw"], "issued_at": "2018-10-26T08:54:59.000000Z"}} 2018-10-26 08:54:59,519 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-26 08:54:59,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}63d38c7be6146ff0ecdf25b04aac3893f16ddac0" 2018-10-26 08:54:59,773 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-c4416b4e-9a1c-4e15-8777-574eae27c1b6 Date: Fri, 26 Oct 2018 08:54:59 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f8bdafeb-9137-46b5-a8e0-9b5afa52399d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":59,"ipv4_address_scope":null,"shared":true,"project_id":"493e9419686442f3b5aa58dd995503a1","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T08:54:58Z","qos_policy_id":null,"name":"rally_sanity-net_a433b72d-e562-4859-b98a-c5aac0371bb5","admin_state_up":true,"tenant_id":"493e9419686442f3b5aa58dd995503a1","created_at":"2018-10-26T08:54:58Z","provider:network_type":"vxlan"}]} 2018-10-26 08:54:59,774 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-c4416b4e-9a1c-4e15-8777-574eae27c1b6 2018-10-26 08:54:59,774 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.254127025604s 2018-10-26 08:54:59,774 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-c4416b4e-9a1c-4e15-8777-574eae27c1b6 2018-10-26 08:54:59,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-10-26 08:54:59,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.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}63d38c7be6146ff0ecdf25b04aac3893f16ddac0" -d '{"subnet": {"name": "rally_sanity-subnet_a433b72d-e562-4859-b98a-c5aac0371bb5", "enable_dhcp": true, "network_id": "f8bdafeb-9137-46b5-a8e0-9b5afa52399d", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-10-26 08:55:00,322 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-9e5939ee-d2fe-49f4-baa6-f26d55f90fb4 Date: Fri, 26 Oct 2018 08:55:00 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f8bdafeb-9137-46b5-a8e0-9b5afa52399d","tenant_id":"493e9419686442f3b5aa58dd995503a1","created_at":"2018-10-26T08:55:00Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-26T08:55:00Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"493e9419686442f3b5aa58dd995503a1","id":"17a18633-e367-46d9-9654-d9c6a343f2df","subnetpool_id":null,"name":"rally_sanity-subnet_a433b72d-e562-4859-b98a-c5aac0371bb5"}} 2018-10-26 08:55:00,322 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-9e5939ee-d2fe-49f4-baa6-f26d55f90fb4 2018-10-26 08:55:00,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.546518087387s 2018-10-26 08:55:00,323 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-9e5939ee-d2fe-49f4-baa6-f26d55f90fb4 2018-10-26 08:55:00,323 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-10-26T08:55:00Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'17a18633-e367-46d9-9654-d9c6a343f2df', u'subnetpool_id': None, u'service_types': [], u'name': u'rally_sanity-subnet_a433b72d-e562-4859-b98a-c5aac0371bb5', u'enable_dhcp': True, u'network_id': u'f8bdafeb-9137-46b5-a8e0-9b5afa52399d', u'tenant_id': u'493e9419686442f3b5aa58dd995503a1', u'created_at': u'2018-10-26T08:55:00Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'493e9419686442f3b5aa58dd995503a1'}) 2018-10-26 08:55:00,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-10-26 08:55:00,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.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}63d38c7be6146ff0ecdf25b04aac3893f16ddac0" -d '{"router": {"external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693"}, "name": "rally_sanity-router_a433b72d-e562-4859-b98a-c5aac0371bb5", "admin_state_up": true}}' 2018-10-26 08:55:05,260 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 711 X-Openstack-Request-Id: req-469d3204-4957-4e9c-a394-d756b8b5df77 Date: Fri, 26 Oct 2018 08:55:05 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "493e9419686442f3b5aa58dd995503a1", "created_at": "2018-10-26T08:55:01Z", "admin_state_up": true, "updated_at": "2018-10-26T08:55:01Z", "project_id": "493e9419686442f3b5aa58dd995503a1", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "fa55b052-aa11-444d-b908-51d5e512b788", "name": "rally_sanity-router_a433b72d-e562-4859-b98a-c5aac0371bb5"}} 2018-10-26 08:55:05,260 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-469d3204-4957-4e9c-a394-d756b8b5df77 2018-10-26 08:55:05,260 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 4.93660616875s 2018-10-26 08:55:05,261 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-469d3204-4957-4e9c-a394-d756b8b5df77 2018-10-26 08:55:05,261 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-10-26T08:55:01Z', u'revision_number': 3, u'ha': True, u'id': u'fa55b052-aa11-444d-b908-51d5e512b788', u'external_gateway_info': {u'network_id': u'94b52afd-6cfc-477c-8eec-9ace3e0b6693', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414', u'ip_address': u'172.30.9.208'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'rally_sanity-router_a433b72d-e562-4859-b98a-c5aac0371bb5', u'admin_state_up': True, u'tenant_id': u'493e9419686442f3b5aa58dd995503a1', u'created_at': u'2018-10-26T08:55:01Z', u'flavor_id': None, u'routes': [], u'project_id': u'493e9419686442f3b5aa58dd995503a1'}) 2018-10-26 08:55:05,262 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-10-26 08:55:05,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/fa55b052-aa11-444d-b908-51d5e512b788/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}63d38c7be6146ff0ecdf25b04aac3893f16ddac0" -d '{"subnet_id": "17a18633-e367-46d9-9654-d9c6a343f2df"}' 2018-10-26 08:55:07,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-41739619-9f0f-47e7-9f81-84904ea6992c Date: Fri, 26 Oct 2018 08:55:07 GMT RESP BODY: {"network_id": "f8bdafeb-9137-46b5-a8e0-9b5afa52399d", "tenant_id": "493e9419686442f3b5aa58dd995503a1", "subnet_id": "17a18633-e367-46d9-9654-d9c6a343f2df", "subnet_ids": ["17a18633-e367-46d9-9654-d9c6a343f2df"], "port_id": "6380a60a-38d7-44bc-81e3-f5342648ef01", "id": "fa55b052-aa11-444d-b908-51d5e512b788"} 2018-10-26 08:55:07,299 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/fa55b052-aa11-444d-b908-51d5e512b788/add_router_interface.json used request id req-41739619-9f0f-47e7-9f81-84904ea6992c 2018-10-26 08:55:07,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.03687405586s 2018-10-26 08:55:07,299 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/fa55b052-aa11-444d-b908-51d5e512b788/add_router_interface.json used request id req-41739619-9f0f-47e7-9f81-84904ea6992c returning object fa55b052-aa11-444d-b908-51d5e512b788 2018-10-26 08:55:07,299 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 08:55:07,445 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-10-26 08:55:07,448 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}63d38c7be6146ff0ecdf25b04aac3893f16ddac0" 2018-10-26 08:55:07,453 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Fri, 26 Oct 2018 08:55:07 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-10-26 08:55:07,456 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-26 08:55:07,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}63d38c7be6146ff0ecdf25b04aac3893f16ddac0" 2018-10-26 08:55:07,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-eb5bc94d-62f8-41a3-8649-ee830dd3aaa2 Date: Fri, 26 Oct 2018 08:55:07 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-26 08:55:07,624 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-eb5bc94d-62f8-41a3-8649-ee830dd3aaa2 2018-10-26 08:55:07,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.167331218719s 2018-10-26 08:55:07,624 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-eb5bc94d-62f8-41a3-8649-ee830dd3aaa2 2018-10-26 08:55:07,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-26 08:55:07,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}63d38c7be6146ff0ecdf25b04aac3893f16ddac0" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/rally_sanity-img_a433b72d-e562-4859-b98a-c5aac0371bb5", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "rally_sanity-img_a433b72d-e562-4859-b98a-c5aac0371bb5"}' 2018-10-26 08:55:07,907 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 875 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/81274a53-9c92-475d-af68-e7b510615b36 X-Openstack-Request-Id: req-3836ae0c-501b-45bc-9d26-2fc58536e068 Date: Fri, 26 Oct 2018 08:55:07 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/81274a53-9c92-475d-af68-e7b510615b36/file", "owner": "493e9419686442f3b5aa58dd995503a1", "id": "81274a53-9c92-475d-af68-e7b510615b36", "size": null, "self": "/v2/images/81274a53-9c92-475d-af68-e7b510615b36", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-26T08:55:07Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_a433b72d-e562-4859-b98a-c5aac0371bb5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_a433b72d-e562-4859-b98a-c5aac0371bb5", "checksum": null, "created_at": "2018-10-26T08:55:07Z", "protected": false} 2018-10-26 08:55:07,908 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-3836ae0c-501b-45bc-9d26-2fc58536e068 2018-10-26 08:55:07,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.281980991364s 2018-10-26 08:55:07,908 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-3836ae0c-501b-45bc-9d26-2fc58536e068 returning object 81274a53-9c92-475d-af68-e7b510615b36 2018-10-26 08:55:07,909 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-26 08:55:07,910 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/81274a53-9c92-475d-af68-e7b510615b36/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}63d38c7be6146ff0ecdf25b04aac3893f16ddac0" -d '' 2018-10-26 08:55:09,367 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2ad36e87-f384-431a-b5a9-609cbad197a4 Date: Fri, 26 Oct 2018 08:55: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-26 08:55:09,368 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/81274a53-9c92-475d-af68-e7b510615b36/file used request id req-2ad36e87-f384-431a-b5a9-609cbad197a4 2018-10-26 08:55:09,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.45857191086s 2018-10-26 08:55:09,368 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/81274a53-9c92-475d-af68-e7b510615b36/file used request id req-2ad36e87-f384-431a-b5a9-609cbad197a4 2018-10-26 08:55:09,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-26 08:55:09,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}63d38c7be6146ff0ecdf25b04aac3893f16ddac0" 2018-10-26 08:55:09,527 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1205 Content-Type: application/json X-Openstack-Request-Id: req-8c9d18f3-9673-404e-8f98-39b8db184996 Date: Fri, 26 Oct 2018 08:55:09 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/81274a53-9c92-475d-af68-e7b510615b36/snap", "metadata": {}}], "file": "/v2/images/81274a53-9c92-475d-af68-e7b510615b36/file", "owner": "493e9419686442f3b5aa58dd995503a1", "id": "81274a53-9c92-475d-af68-e7b510615b36", "size": 12716032, "self": "/v2/images/81274a53-9c92-475d-af68-e7b510615b36", "disk_format": "qcow2", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/81274a53-9c92-475d-af68-e7b510615b36/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-26T08:55:09Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_a433b72d-e562-4859-b98a-c5aac0371bb5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_a433b72d-e562-4859-b98a-c5aac0371bb5", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-26T08:55:07Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-26 08:55:09,527 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-8c9d18f3-9673-404e-8f98-39b8db184996 2018-10-26 08:55:09,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.158591032028s 2018-10-26 08:55:09,528 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-8c9d18f3-9673-404e-8f98-39b8db184996 2018-10-26 08:55:09,530 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/81274a53-9c92-475d-af68-e7b510615b36/snap', u'metadata': Munch({})})], 'file': u'/v2/images/81274a53-9c92-475d-af68-e7b510615b36/file', 'owner': u'493e9419686442f3b5aa58dd995503a1', 'id': u'81274a53-9c92-475d-af68-e7b510615b36', 'size': 12716032, u'self': u'/v2/images/81274a53-9c92-475d-af68-e7b510615b36', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'493e9419686442f3b5aa58dd995503a1', 'name': 'rally_sanity-project_a433b72d-e562-4859-b98a-c5aac0371bb5', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/81274a53-9c92-475d-af68-e7b510615b36/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-26T08:55:09Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-26T08:55:09Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_a433b72d-e562-4859-b98a-c5aac0371bb5', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/81274a53-9c92-475d-af68-e7b510615b36', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_a433b72d-e562-4859-b98a-c5aac0371bb5', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'rally_sanity-img_a433b72d-e562-4859-b98a-c5aac0371bb5', 'created': u'2018-10-26T08:55:07Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-26T08:55:07Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/81274a53-9c92-475d-af68-e7b510615b36', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_a433b72d-e562-4859-b98a-c5aac0371bb5', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-26 08:55:09,531 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-26 08:55:09,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: os-client-config/1.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}f5c54778ae6026ab5bb13d4f0d76fff7f21c8e83" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "rally_sanity-flavor_a433b72d-e562-4859-b98a-c5aac0371bb5", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-26 08:55:09,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08: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-a21e357e-242e-4648-a812-f21a2392e959 x-compute-request-id: req-a21e357e-242e-4648-a812-f21a2392e959 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/a61eb24a-142c-4514-a732-0b421a631662", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/a61eb24a-142c-4514-a732-0b421a631662", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "a61eb24a-142c-4514-a732-0b421a631662", "name": "rally_sanity-flavor_a433b72d-e562-4859-b98a-c5aac0371bb5", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 08:55:09,773 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-a21e357e-242e-4648-a812-f21a2392e959 2018-10-26 08:55:09,773 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.242005825043s 2018-10-26 08:55:09,774 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-a21e357e-242e-4648-a812-f21a2392e959 returning object a61eb24a-142c-4514-a732-0b421a631662 2018-10-26 08:55:09,774 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_a433b72d-e562-4859-b98a-c5aac0371bb5', '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'c8dcd64f3c764883a33350227564ab99', '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'a61eb24a-142c-4514-a732-0b421a631662', 'swap': 0}) 2018-10-26 08:55:09,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-26 08:55:09,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/a61eb24a-142c-4514-a732-0b421a631662/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}f5c54778ae6026ab5bb13d4f0d76fff7f21c8e83" -d '{"extra_specs": {}}' 2018-10-26 08:55:09,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08: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 x-openstack-request-id: req-a43d34d0-a0a6-45b7-a3ae-6caa4f09d6bc x-compute-request-id: req-a43d34d0-a0a6-45b7-a3ae-6caa4f09d6bc Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-26 08:55:09,796 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/a61eb24a-142c-4514-a732-0b421a631662/os-extra_specs used request id req-a43d34d0-a0a6-45b7-a3ae-6caa4f09d6bc 2018-10-26 08:55:09,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.020859003067s 2018-10-26 08:55:09,796 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/a61eb24a-142c-4514-a732-0b421a631662/os-extra_specs used request id req-a43d34d0-a0a6-45b7-a3ae-6caa4f09d6bc 2018-10-26 08:55:09,797 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-26 08:55:12,503 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-10-26 08:55:12.076 117 INFO rally.deployment.engine [-] Deployment ed8f08dd-d137-4840-851b-dce527a547c1 | Starting: Destroy cloud and free allocated resources. 2018-10-26 08:55:12.162 117 INFO rally.deployment.engine [-] Deployment ed8f08dd-d137-4840-851b-dce527a547c1 | Completed: Destroy cloud and free allocated resources. 2018-10-26 08:55:12.201 117 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=2cc1f547-3fcd-437a-819e-5f2b8f42cd59) for deployment 'opnfv-rally'. 2018-10-26 08:55:12.217 117 INFO rally.api [-] Deleting verification (UUID=bc5a0871-9e8c-45b8-8ad1-172c00542565). 2018-10-26 08:55:12.258 117 INFO rally.api [-] Verification has been successfully deleted! 2018-10-26 08:55:12.259 117 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=2cc1f547-3fcd-437a-819e-5f2b8f42cd59). 2018-10-26 08:55:12.266 117 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-10-26 08:55:14,890 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-26 08:55:14.587 120 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=52b0daa8-c2e8-47c5-a0e9-ccc843315f3c) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 52b0daa8-c2e8-47c5-a0e9-ccc843315f3c | 2018-10-26T08:55:14 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 52b0daa8-c2e8-47c5-a0e9-ccc843315f3c ~/.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-26 08:55:18,189 - 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-26 08:55:18,190 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-10-26 08:55:18,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-10-26 08:55:18,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}63d38c7be6146ff0ecdf25b04aac3893f16ddac0" 2018-10-26 08:55:18,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08: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-faf2e2af-e0f3-43aa-bafc-b1eff64cdb8a x-compute-request-id: req-faf2e2af-e0f3-43aa-bafc-b1eff64cdb8a Content-Encoding: gzip Content-Length: 717 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 152}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 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": 155}, "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-26 08:55:18,397 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-faf2e2af-e0f3-43aa-bafc-b1eff64cdb8a 2018-10-26 08:55:18,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.206629037857s 2018-10-26 08:55:18,398 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-faf2e2af-e0f3-43aa-bafc-b1eff64cdb8a 2018-10-26 08:55:18,399 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-26 08:55:18,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: os-client-config/1.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}f5c54778ae6026ab5bb13d4f0d76fff7f21c8e83" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "rally_sanity-flavor_alt_a433b72d-e562-4859-b98a-c5aac0371bb5", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-26 08:55:18,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08: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-0b2ed204-1826-4d6f-b0e3-c8a1cd7e5280 x-compute-request-id: req-0b2ed204-1826-4d6f-b0e3-c8a1cd7e5280 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/2f9ebcce-a7f6-4dde-b4e6-4eb60cf4c4c8", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/2f9ebcce-a7f6-4dde-b4e6-4eb60cf4c4c8", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "2f9ebcce-a7f6-4dde-b4e6-4eb60cf4c4c8", "name": "rally_sanity-flavor_alt_a433b72d-e562-4859-b98a-c5aac0371bb5", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 08:55:18,451 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-0b2ed204-1826-4d6f-b0e3-c8a1cd7e5280 2018-10-26 08:55:18,451 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0521969795227s 2018-10-26 08:55:18,452 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-0b2ed204-1826-4d6f-b0e3-c8a1cd7e5280 returning object 2f9ebcce-a7f6-4dde-b4e6-4eb60cf4c4c8 2018-10-26 08:55:18,453 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_a433b72d-e562-4859-b98a-c5aac0371bb5', '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'c8dcd64f3c764883a33350227564ab99', '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'2f9ebcce-a7f6-4dde-b4e6-4eb60cf4c4c8', 'swap': 0}) 2018-10-26 08:55:18,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-26 08:55:18,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/2f9ebcce-a7f6-4dde-b4e6-4eb60cf4c4c8/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}f5c54778ae6026ab5bb13d4f0d76fff7f21c8e83" -d '{"extra_specs": {}}' 2018-10-26 08:55:18,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 08: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-29b3cb25-db4e-4b70-8164-a871f2b6d771 x-compute-request-id: req-29b3cb25-db4e-4b70-8164-a871f2b6d771 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-26 08:55:18,480 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/2f9ebcce-a7f6-4dde-b4e6-4eb60cf4c4c8/os-extra_specs used request id req-29b3cb25-db4e-4b70-8164-a871f2b6d771 2018-10-26 08:55:18,480 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0266909599304s 2018-10-26 08:55:18,481 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/2f9ebcce-a7f6-4dde-b4e6-4eb60cf4c4c8/os-extra_specs used request id req-29b3cb25-db4e-4b70-8164-a871f2b6d771 2018-10-26 08:55:18,481 - functest.opnfv_tests.openstack.rally.rally - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_a433b72d-e562-4859-b98a-c5aac0371bb5', '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'c8dcd64f3c764883a33350227564ab99', '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'2f9ebcce-a7f6-4dde-b4e6-4eb60cf4c4c8', 'swap': 0}) 2018-10-26 08:55:18,481 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-10-26 08:55:18,482 - 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-26 08:55:18,493 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-26 08:55:18,508 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-26 08:55:18,508 - 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': 'f8bdafeb-9137-46b5-a8e0-9b5afa52399d', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_a433b72d-e562-4859-b98a-c5aac0371bb5', 'flavor_name': 'rally_sanity-flavor_a433b72d-e562-4859-b98a-c5aac0371bb5', '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_a433b72d-e562-4859-b98a-c5aac0371bb5', '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-26 08:56:20,665 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : e6dcbee0-428b-4fa6-83ad-64a95fa54ad4 2018-10-26 08:56:20,666 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-10-26 08:56:20,667 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'e6dcbee0-428b-4fa6-83ad-64a95fa54ad4'] 2018-10-26 08:56:21,683 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid e6dcbee0-428b-4fa6-83ad-64a95fa54ad4 -------------------------------------------------------------------------------- Task e6dcbee0-428b-4fa6-83ad-64a95fa54ad4: 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 e6dcbee0-428b-4fa6-83ad-64a95fa54ad4 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.484 | 0.484 | 0.484 | 0.484 | 0.484 | 0.484 | 100.0% | 1 | | total | 0.484 | 0.484 | 0.484 | 0.484 | 0.484 | 0.484 | 100.0% | 1 | | -> duration | 0.484 | 0.484 | 0.484 | 0.484 | 0.484 | 0.484 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.484231 Full duration: 7.403219 -------------------------------------------------------------------------------- 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 e6dcbee0-428b-4fa6-83ad-64a95fa54ad4 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.858 | 0.858 | 0.858 | 0.858 | 0.858 | 0.858 | 100.0% | 1 | | total | 1.297 | 1.297 | 1.297 | 1.297 | 1.297 | 1.297 | 100.0% | 1 | | -> duration | 1.297 | 1.297 | 1.297 | 1.297 | 1.297 | 1.297 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.296691 Full duration: 8.233649 -------------------------------------------------------------------------------- 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 e6dcbee0-428b-4fa6-83ad-64a95fa54ad4 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.526 | 0.526 | 0.526 | 0.526 | 0.526 | 0.526 | 100.0% | 1 | | total | 0.948 | 0.948 | 0.948 | 0.948 | 0.948 | 0.948 | 100.0% | 1 | | -> duration | 0.948 | 0.948 | 0.948 | 0.948 | 0.948 | 0.948 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.948137 Full duration: 7.627477 -------------------------------------------------------------------------------- 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 e6dcbee0-428b-4fa6-83ad-64a95fa54ad4 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.332 | 0.332 | 0.332 | 0.332 | 0.332 | 0.332 | 100.0% | 1 | | total | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 100.0% | 1 | | -> duration | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.758572 Full duration: 7.568515 -------------------------------------------------------------------------------- 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 e6dcbee0-428b-4fa6-83ad-64a95fa54ad4 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.523 | 0.523 | 0.523 | 0.523 | 0.523 | 0.523 | 100.0% | 1 | | total | 0.923 | 0.923 | 0.923 | 0.923 | 0.923 | 0.923 | 100.0% | 1 | | -> duration | 0.923 | 0.923 | 0.923 | 0.923 | 0.923 | 0.923 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.922738 Full duration: 7.671517 -------------------------------------------------------------------------------- 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 e6dcbee0-428b-4fa6-83ad-64a95fa54ad4 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.235 | 0.235 | 0.235 | 0.235 | 0.235 | 0.235 | 100.0% | 1 | | total | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 100.0% | 1 | | -> duration | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.689454 Full duration: 7.595601 HINTS: * To plot HTML graphics with this data, run: rally task report e6dcbee0-428b-4fa6-83ad-64a95fa54ad4 --out output.html * To generate a JUnit report, run: rally task export e6dcbee0-428b-4fa6-83ad-64a95fa54ad4 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report e6dcbee0-428b-4fa6-83ad-64a95fa54ad4 --json --out output.json 2018-10-26 08:56:21,683 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'e6dcbee0-428b-4fa6-83ad-64a95fa54ad4', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.json'] 2018-10-26 08:56:23,942 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid e6dcbee0-428b-4fa6-83ad-64a95fa54ad4 --out /home/opnfv/functest/results/rally/opnfv-authenticate.json 2018-10-26 08:56:23.834 728 INFO rally.api [-] Building 'json' report for the following task(s): 'e6dcbee0-428b-4fa6-83ad-64a95fa54ad4'. 2018-10-26 08:56:23.839 728 INFO rally.api [-] The report has been successfully built. 2018-10-26 08:56:23,942 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'e6dcbee0-428b-4fa6-83ad-64a95fa54ad4', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-10-26 08:56:26,169 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid e6dcbee0-428b-4fa6-83ad-64a95fa54ad4 --out /home/opnfv/functest/results/rally/opnfv-authenticate.html 2018-10-26 08:56:26.043 731 INFO rally.api [-] Building 'html' report for the following task(s): 'e6dcbee0-428b-4fa6-83ad-64a95fa54ad4'. 2018-10-26 08:56:26.067 731 INFO rally.api [-] The report has been successfully built. 2018-10-26 08:56:26,176 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-10-26 08:56:26,176 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-10-26 08:56:26,176 - 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-26 08:56:26,177 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-26 08:56:26,194 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-26 08:56:26,195 - 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': 'f8bdafeb-9137-46b5-a8e0-9b5afa52399d', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_a433b72d-e562-4859-b98a-c5aac0371bb5', 'flavor_name': 'rally_sanity-flavor_a433b72d-e562-4859-b98a-c5aac0371bb5', '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_a433b72d-e562-4859-b98a-c5aac0371bb5', '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-26 08:58:04,328 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : ba67debe-c725-4efd-b638-a3c1be1f76e2 2018-10-26 08:58:04,329 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'ba67debe-c725-4efd-b638-a3c1be1f76e2'] 2018-10-26 08:58:05,401 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid ba67debe-c725-4efd-b638-a3c1be1f76e2 -------------------------------------------------------------------------------- Task ba67debe-c725-4efd-b638-a3c1be1f76e2: 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 ba67debe-c725-4efd-b638-a3c1be1f76e2 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.124 | 4.124 | 4.124 | 4.124 | 4.124 | 4.124 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.595 | 0.595 | 0.595 | 0.595 | 0.595 | 0.595 | 100.0% | 1 | | -> glance_v2.upload_data | 1.111 | 1.111 | 1.111 | 1.111 | 1.111 | 1.111 | 100.0% | 1 | | glance_v2.delete_image | 1.139 | 1.139 | 1.139 | 1.139 | 1.139 | 1.139 | 100.0% | 1 | | total | 5.263 | 5.263 | 5.263 | 5.263 | 5.263 | 5.263 | 100.0% | 1 | | -> duration | 5.263 | 5.263 | 5.263 | 5.263 | 5.263 | 5.263 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.26272 Full duration: 13.86175 -------------------------------------------------------------------------------- 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 ba67debe-c725-4efd-b638-a3c1be1f76e2 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.028 | 4.028 | 4.028 | 4.028 | 4.028 | 4.028 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.502 | 0.502 | 0.502 | 0.502 | 0.502 | 0.502 | 100.0% | 1 | | -> glance_v2.upload_data | 1.05 | 1.05 | 1.05 | 1.05 | 1.05 | 1.05 | 100.0% | 1 | | glance_v2.list_images | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 100.0% | 1 | | total | 4.208 | 4.208 | 4.208 | 4.208 | 4.208 | 4.208 | 100.0% | 1 | | -> duration | 4.208 | 4.208 | 4.208 | 4.208 | 4.208 | 4.208 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.208446 Full duration: 16.47451 -------------------------------------------------------------------------------- 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 ba67debe-c725-4efd-b638-a3c1be1f76e2 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.349 | 0.349 | 0.349 | 0.349 | 0.349 | 0.349 | 100.0% | 1 | | total | 0.349 | 0.349 | 0.349 | 0.349 | 0.349 | 0.349 | 100.0% | 1 | | -> duration | 0.349 | 0.349 | 0.349 | 0.349 | 0.349 | 0.349 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.349315 Full duration: 8.062829 -------------------------------------------------------------------------------- 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_a433b72d-e562-4859-b98a-c5aac0371bb5" }, "number_instances": 2, "nics": [ { "net-id": "f8bdafeb-9137-46b5-a8e0-9b5afa52399d" } ] }, "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 ba67debe-c725-4efd-b638-a3c1be1f76e2 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.069 | 4.069 | 4.069 | 4.069 | 4.069 | 4.069 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.5 | 0.5 | 0.5 | 0.5 | 0.5 | 0.5 | 100.0% | 1 | | -> glance_v2.upload_data | 1.096 | 1.096 | 1.096 | 1.096 | 1.096 | 1.096 | 100.0% | 1 | | nova.boot_servers | 16.616 | 16.616 | 16.616 | 16.616 | 16.616 | 16.616 | 100.0% | 1 | | total | 20.686 | 20.686 | 20.686 | 20.686 | 20.686 | 20.686 | 100.0% | 1 | | -> duration | 19.686 | 19.686 | 19.686 | 19.686 | 19.686 | 19.686 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 19.685876 Full duration: 43.654994 HINTS: * To plot HTML graphics with this data, run: rally task report ba67debe-c725-4efd-b638-a3c1be1f76e2 --out output.html * To generate a JUnit report, run: rally task export ba67debe-c725-4efd-b638-a3c1be1f76e2 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report ba67debe-c725-4efd-b638-a3c1be1f76e2 --json --out output.json 2018-10-26 08:58:05,401 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'ba67debe-c725-4efd-b638-a3c1be1f76e2', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.json'] 2018-10-26 08:58:07,626 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid ba67debe-c725-4efd-b638-a3c1be1f76e2 --out /home/opnfv/functest/results/rally/opnfv-glance.json 2018-10-26 08:58:07.519 1284 INFO rally.api [-] Building 'json' report for the following task(s): 'ba67debe-c725-4efd-b638-a3c1be1f76e2'. 2018-10-26 08:58:07.524 1284 INFO rally.api [-] The report has been successfully built. 2018-10-26 08:58:07,626 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'ba67debe-c725-4efd-b638-a3c1be1f76e2', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-10-26 08:58:09,888 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid ba67debe-c725-4efd-b638-a3c1be1f76e2 --out /home/opnfv/functest/results/rally/opnfv-glance.html 2018-10-26 08:58:09.757 1287 INFO rally.api [-] Building 'html' report for the following task(s): 'ba67debe-c725-4efd-b638-a3c1be1f76e2'. 2018-10-26 08:58:09.778 1287 INFO rally.api [-] The report has been successfully built. 2018-10-26 08:58:09,894 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-10-26 08:58:09,894 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-10-26 08:58:09,895 - 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-26 08:58:09,895 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-26 08:58:09,914 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-26 08:58:09,915 - 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': 'f8bdafeb-9137-46b5-a8e0-9b5afa52399d', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_a433b72d-e562-4859-b98a-c5aac0371bb5', 'flavor_name': 'rally_sanity-flavor_a433b72d-e562-4859-b98a-c5aac0371bb5', '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_a433b72d-e562-4859-b98a-c5aac0371bb5', '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-26 09:01:31,150 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : c66672da-7b63-4238-b4eb-f9e47620eea2 2018-10-26 09:01:31,151 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'c66672da-7b63-4238-b4eb-f9e47620eea2'] 2018-10-26 09:01:32,260 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid c66672da-7b63-4238-b4eb-f9e47620eea2 -------------------------------------------------------------------------------- Task c66672da-7b63-4238-b4eb-f9e47620eea2: 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 c66672da-7b63-4238-b4eb-f9e47620eea2 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.287 | 3.287 | 3.287 | 3.287 | 3.287 | 3.287 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.633 | 2.633 | 2.633 | 2.633 | 2.633 | 2.633 | 100.0% | 1 | | total | 5.921 | 5.921 | 5.921 | 5.921 | 5.921 | 5.921 | 100.0% | 1 | | -> duration | 5.921 | 5.921 | 5.921 | 5.921 | 5.921 | 5.921 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.920552 Full duration: 23.615317 -------------------------------------------------------------------------------- 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 c66672da-7b63-4238-b4eb-f9e47620eea2 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.315 | 3.315 | 3.315 | 3.315 | 3.315 | 3.315 | 100.0% | 1 | | cinder_v2.delete_volume | 2.637 | 2.637 | 2.637 | 2.637 | 2.637 | 2.637 | 100.0% | 1 | | total | 5.952 | 5.952 | 5.952 | 5.952 | 5.952 | 5.952 | 100.0% | 1 | | -> duration | 5.952 | 5.952 | 5.952 | 5.952 | 5.952 | 5.952 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.951922 Full duration: 16.116213 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "image": { "name": "rally_sanity-img_a433b72d-e562-4859-b98a-c5aac0371bb5" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task c66672da-7b63-4238-b4eb-f9e47620eea2 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.817 | 8.817 | 8.817 | 8.817 | 8.817 | 8.817 | 100.0% | 1 | | cinder_v2.delete_volume | 2.484 | 2.484 | 2.484 | 2.484 | 2.484 | 2.484 | 100.0% | 1 | | total | 11.301 | 11.301 | 11.301 | 11.301 | 11.301 | 11.301 | 100.0% | 1 | | -> duration | 11.301 | 11.301 | 11.301 | 11.301 | 11.301 | 11.301 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.301423 Full duration: 23.260188 -------------------------------------------------------------------------------- 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 c66672da-7b63-4238-b4eb-f9e47620eea2 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.188 | 3.188 | 3.188 | 3.188 | 3.188 | 3.188 | 100.0% | 1 | | cinder_v2.delete_volume | 2.621 | 2.621 | 2.621 | 2.621 | 2.621 | 2.621 | 100.0% | 1 | | total | 5.809 | 5.809 | 5.809 | 5.809 | 5.809 | 5.809 | 100.0% | 1 | | -> duration | 5.809 | 5.809 | 5.809 | 5.809 | 5.809 | 5.809 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.809164 Full duration: 15.832088 -------------------------------------------------------------------------------- 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 c66672da-7b63-4238-b4eb-f9e47620eea2 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.256 | 3.256 | 3.256 | 3.256 | 3.256 | 3.256 | 100.0% | 1 | | cinder_v2.extend_volume | 2.759 | 2.759 | 2.759 | 2.759 | 2.759 | 2.759 | 100.0% | 1 | | cinder_v2.delete_volume | 2.657 | 2.657 | 2.657 | 2.657 | 2.657 | 2.657 | 100.0% | 1 | | total | 8.672 | 8.672 | 8.672 | 8.672 | 8.672 | 8.672 | 100.0% | 1 | | -> duration | 8.672 | 8.672 | 8.672 | 8.672 | 8.672 | 8.672 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.671891 Full duration: 18.839034 -------------------------------------------------------------------------------- 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 c66672da-7b63-4238-b4eb-f9e47620eea2 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.253 | 3.253 | 3.253 | 3.253 | 3.253 | 3.253 | 100.0% | 1 | | cinder_v2.delete_volume | 2.574 | 2.574 | 2.574 | 2.574 | 2.574 | 2.574 | 100.0% | 1 | | total | 5.828 | 5.828 | 5.828 | 5.828 | 5.828 | 5.828 | 100.0% | 1 | | -> duration | 5.828 | 5.828 | 5.828 | 5.828 | 5.828 | 5.828 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.827978 Full duration: 22.776452 -------------------------------------------------------------------------------- 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 c66672da-7b63-4238-b4eb-f9e47620eea2 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.604 | 0.604 | 0.604 | 0.604 | 0.604 | 0.604 | 100.0% | 1 | | cinder_v2.list_qos | 0.166 | 0.166 | 0.166 | 0.166 | 0.166 | 0.166 | 100.0% | 1 | | total | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 100.0% | 1 | | -> duration | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.770675 Full duration: 12.621691 -------------------------------------------------------------------------------- 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 c66672da-7b63-4238-b4eb-f9e47620eea2 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.612 | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 100.0% | 1 | | cinder_v2.set_qos | 0.203 | 0.203 | 0.203 | 0.203 | 0.203 | 0.203 | 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.81554 Full duration: 12.368168 -------------------------------------------------------------------------------- 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 c66672da-7b63-4238-b4eb-f9e47620eea2 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.647 | 0.647 | 0.647 | 0.647 | 0.647 | 0.647 | 100.0% | 1 | | cinder_v2.list_types | 0.168 | 0.168 | 0.168 | 0.168 | 0.168 | 0.168 | 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.814772 Full duration: 12.300282 -------------------------------------------------------------------------------- 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 c66672da-7b63-4238-b4eb-f9e47620eea2 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.618 | 0.618 | 0.618 | 0.618 | 0.618 | 0.618 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.221 | 0.221 | 0.221 | 0.221 | 0.221 | 0.221 | 100.0% | 1 | | total | 0.84 | 0.84 | 0.84 | 0.84 | 0.84 | 0.84 | 100.0% | 1 | | -> duration | 0.84 | 0.84 | 0.84 | 0.84 | 0.84 | 0.84 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.840282 Full duration: 12.327651 HINTS: * To plot HTML graphics with this data, run: rally task report c66672da-7b63-4238-b4eb-f9e47620eea2 --out output.html * To generate a JUnit report, run: rally task export c66672da-7b63-4238-b4eb-f9e47620eea2 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report c66672da-7b63-4238-b4eb-f9e47620eea2 --json --out output.json 2018-10-26 09:01:32,260 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'c66672da-7b63-4238-b4eb-f9e47620eea2', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.json'] 2018-10-26 09:01:34,664 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid c66672da-7b63-4238-b4eb-f9e47620eea2 --out /home/opnfv/functest/results/rally/opnfv-cinder.json 2018-10-26 09:01:34.509 3076 INFO rally.api [-] Building 'json' report for the following task(s): 'c66672da-7b63-4238-b4eb-f9e47620eea2'. 2018-10-26 09:01:34.519 3076 INFO rally.api [-] The report has been successfully built. 2018-10-26 09:01:34,664 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'c66672da-7b63-4238-b4eb-f9e47620eea2', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-10-26 09:01:36,962 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid c66672da-7b63-4238-b4eb-f9e47620eea2 --out /home/opnfv/functest/results/rally/opnfv-cinder.html 2018-10-26 09:01:36.830 3079 INFO rally.api [-] Building 'html' report for the following task(s): 'c66672da-7b63-4238-b4eb-f9e47620eea2'. 2018-10-26 09:01:36.859 3079 INFO rally.api [-] The report has been successfully built. 2018-10-26 09:01:36,974 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-10-26 09:01:36,974 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-10-26 09:01:36,975 - 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-26 09:01:36,975 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-26 09:01:36,992 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-26 09:01:36,992 - 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': 'f8bdafeb-9137-46b5-a8e0-9b5afa52399d', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_a433b72d-e562-4859-b98a-c5aac0371bb5', 'flavor_name': 'rally_sanity-flavor_a433b72d-e562-4859-b98a-c5aac0371bb5', '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_a433b72d-e562-4859-b98a-c5aac0371bb5', '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-26 09:02:57,759 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 438ea012-a71a-4d59-8747-538d38294e43 2018-10-26 09:02:57,759 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '438ea012-a71a-4d59-8747-538d38294e43'] 2018-10-26 09:02:58,740 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 438ea012-a71a-4d59-8747-538d38294e43 -------------------------------------------------------------------------------- Task 438ea012-a71a-4d59-8747-538d38294e43: 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 438ea012-a71a-4d59-8747-538d38294e43 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.995 | 4.995 | 4.995 | 4.995 | 4.995 | 4.995 | 100.0% | 1 | | heat.update_stack | 3.313 | 3.313 | 3.313 | 3.313 | 3.313 | 3.313 | 100.0% | 1 | | heat.delete_stack | 3.43 | 3.43 | 3.43 | 3.43 | 3.43 | 3.43 | 100.0% | 1 | | total | 11.738 | 11.738 | 11.738 | 11.738 | 11.738 | 11.738 | 100.0% | 1 | | -> duration | 7.738 | 7.738 | 7.738 | 7.738 | 7.738 | 7.738 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.737992 Full duration: 20.015427 -------------------------------------------------------------------------------- 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 438ea012-a71a-4d59-8747-538d38294e43 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.515 | 4.515 | 4.515 | 4.515 | 4.515 | 4.515 | 100.0% | 1 | | heat.check_stack | 0.964 | 0.964 | 0.964 | 0.964 | 0.964 | 0.964 | 100.0% | 1 | | heat.delete_stack | 2.669 | 2.669 | 2.669 | 2.669 | 2.669 | 2.669 | 100.0% | 1 | | total | 8.149 | 8.149 | 8.149 | 8.149 | 8.149 | 8.149 | 100.0% | 1 | | -> duration | 6.149 | 6.149 | 6.149 | 6.149 | 6.149 | 6.149 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.148753 Full duration: 16.541541 -------------------------------------------------------------------------------- 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 438ea012-a71a-4d59-8747-538d38294e43 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.638 | 4.638 | 4.638 | 4.638 | 4.638 | 4.638 | 100.0% | 1 | | heat.suspend_stack | 0.657 | 0.657 | 0.657 | 0.657 | 0.657 | 0.657 | 100.0% | 1 | | heat.resume_stack | 0.746 | 0.746 | 0.746 | 0.746 | 0.746 | 0.746 | 100.0% | 1 | | heat.delete_stack | 2.533 | 2.533 | 2.533 | 2.533 | 2.533 | 2.533 | 100.0% | 1 | | total | 8.574 | 8.574 | 8.574 | 8.574 | 8.574 | 8.574 | 100.0% | 1 | | -> duration | 6.574 | 6.574 | 6.574 | 6.574 | 6.574 | 6.574 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.574365 Full duration: 17.102929 -------------------------------------------------------------------------------- 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 438ea012-a71a-4d59-8747-538d38294e43 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.692 | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 100.0% | 1 | | total | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 100.0% | 1 | | -> duration | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.691988 Full duration: 8.659813 HINTS: * To plot HTML graphics with this data, run: rally task report 438ea012-a71a-4d59-8747-538d38294e43 --out output.html * To generate a JUnit report, run: rally task export 438ea012-a71a-4d59-8747-538d38294e43 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 438ea012-a71a-4d59-8747-538d38294e43 --json --out output.json 2018-10-26 09:02:58,740 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '438ea012-a71a-4d59-8747-538d38294e43', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.json'] 2018-10-26 09:03:00,958 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 438ea012-a71a-4d59-8747-538d38294e43 --out /home/opnfv/functest/results/rally/opnfv-heat.json 2018-10-26 09:03:00.852 3812 INFO rally.api [-] Building 'json' report for the following task(s): '438ea012-a71a-4d59-8747-538d38294e43'. 2018-10-26 09:03:00.857 3812 INFO rally.api [-] The report has been successfully built. 2018-10-26 09:03:00,958 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '438ea012-a71a-4d59-8747-538d38294e43', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-10-26 09:03:03,325 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 438ea012-a71a-4d59-8747-538d38294e43 --out /home/opnfv/functest/results/rally/opnfv-heat.html 2018-10-26 09:03:03.186 3815 INFO rally.api [-] Building 'html' report for the following task(s): '438ea012-a71a-4d59-8747-538d38294e43'. 2018-10-26 09:03:03.209 3815 INFO rally.api [-] The report has been successfully built. 2018-10-26 09:03:03,330 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-10-26 09:03:03,331 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-10-26 09:03:03,331 - 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-26 09:03:03,332 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-26 09:03:03,349 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-26 09:03:03,349 - 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': 'f8bdafeb-9137-46b5-a8e0-9b5afa52399d', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_a433b72d-e562-4859-b98a-c5aac0371bb5', 'flavor_name': 'rally_sanity-flavor_a433b72d-e562-4859-b98a-c5aac0371bb5', '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_a433b72d-e562-4859-b98a-c5aac0371bb5', '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-26 09:06:19,755 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 7d90ae71-edee-4dbb-a1ca-81e61b01c378 2018-10-26 09:06:19,755 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '7d90ae71-edee-4dbb-a1ca-81e61b01c378'] 2018-10-26 09:06:20,960 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 7d90ae71-edee-4dbb-a1ca-81e61b01c378 -------------------------------------------------------------------------------- Task 7d90ae71-edee-4dbb-a1ca-81e61b01c378: 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 7d90ae71-edee-4dbb-a1ca-81e61b01c378 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.499 | 0.499 | 0.499 | 0.499 | 0.499 | 0.499 | 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.16 | 0.16 | 0.16 | 0.16 | 0.16 | 0.16 | 100.0% | 1 | | total | 0.794 | 0.794 | 0.794 | 0.794 | 0.794 | 0.794 | 100.0% | 1 | | -> duration | 0.794 | 0.794 | 0.794 | 0.794 | 0.794 | 0.794 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.794172 Full duration: 14.586176 -------------------------------------------------------------------------------- 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 7d90ae71-edee-4dbb-a1ca-81e61b01c378 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.527 | 0.527 | 0.527 | 0.527 | 0.527 | 0.527 | 100.0% | 1 | | keystone_v3.add_role | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 100.0% | 1 | | keystone_v3.list_roles | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 100.0% | 1 | | total | 0.762 | 0.762 | 0.762 | 0.762 | 0.762 | 0.762 | 100.0% | 1 | | -> duration | 0.762 | 0.762 | 0.762 | 0.762 | 0.762 | 0.762 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.761665 Full duration: 14.509701 -------------------------------------------------------------------------------- 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 7d90ae71-edee-4dbb-a1ca-81e61b01c378 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.715 | 0.715 | 0.715 | 0.715 | 0.715 | 0.715 | 100.0% | 1 | | keystone_v3.list_projects | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 100.0% | 1 | | total | 0.801 | 0.801 | 0.801 | 0.801 | 0.801 | 0.801 | 100.0% | 1 | | -> duration | 0.801 | 0.801 | 0.801 | 0.801 | 0.801 | 0.801 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.800566 Full duration: 14.852664 -------------------------------------------------------------------------------- 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 7d90ae71-edee-4dbb-a1ca-81e61b01c378 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.58 | 0.58 | 0.58 | 0.58 | 0.58 | 0.58 | 100.0% | 1 | | keystone_v3.delete_role | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 100.0% | 1 | | total | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 100.0% | 1 | | -> duration | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.694026 Full duration: 12.378694 -------------------------------------------------------------------------------- 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 7d90ae71-edee-4dbb-a1ca-81e61b01c378 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.518 | 0.518 | 0.518 | 0.518 | 0.518 | 0.518 | 100.0% | 1 | | keystone_v3.delete_service | 0.121 | 0.121 | 0.121 | 0.121 | 0.121 | 0.121 | 100.0% | 1 | | total | 0.639 | 0.639 | 0.639 | 0.639 | 0.639 | 0.639 | 100.0% | 1 | | -> duration | 0.639 | 0.639 | 0.639 | 0.639 | 0.639 | 0.639 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.639408 Full duration: 12.408659 -------------------------------------------------------------------------------- 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 7d90ae71-edee-4dbb-a1ca-81e61b01c378 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.677 | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 100.0% | 1 | | keystone_v3.create_user | 0.544 | 0.544 | 0.544 | 0.544 | 0.544 | 0.544 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 100.0% | 1 | | -> keystone_v3.add_role | 0.132 | 0.132 | 0.132 | 0.132 | 0.132 | 0.132 | 100.0% | 1 | | keystone_v3.create_role | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 100.0% | 1 | | keystone_v3.get_project | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 100.0% | 1 | | keystone_v3.get_user | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 100.0% | 1 | | keystone_v3.get_role | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 100.0% | 1 | | keystone_v3.list_services | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | keystone_v3.get_services | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 100.0% | 1 | | total | 1.868 | 1.868 | 1.868 | 1.868 | 1.868 | 1.868 | 100.0% | 1 | | -> duration | 1.868 | 1.868 | 1.868 | 1.868 | 1.868 | 1.868 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.868431 Full duration: 19.823317 -------------------------------------------------------------------------------- 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 7d90ae71-edee-4dbb-a1ca-81e61b01c378 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.689 | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 100.0% | 1 | | keystone_v3.update_project | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 100.0% | 1 | | keystone_v3.delete_project | 0.16 | 0.16 | 0.16 | 0.16 | 0.16 | 0.16 | 100.0% | 1 | | total | 0.95 | 0.95 | 0.95 | 0.95 | 0.95 | 0.95 | 100.0% | 1 | | -> duration | 0.95 | 0.95 | 0.95 | 0.95 | 0.95 | 0.95 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.949536 Full duration: 12.759543 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 7d90ae71-edee-4dbb-a1ca-81e61b01c378 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.726 | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 100.0% | 1 | | total | 0.912 | 0.912 | 0.912 | 0.912 | 0.912 | 0.912 | 100.0% | 1 | | -> duration | 0.912 | 0.912 | 0.912 | 0.912 | 0.912 | 0.912 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.911662 Full duration: 15.104954 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 7d90ae71-edee-4dbb-a1ca-81e61b01c378 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.658 | 0.658 | 0.658 | 0.658 | 0.658 | 0.658 | 100.0% | 1 | | total | 0.658 | 0.658 | 0.658 | 0.658 | 0.658 | 0.658 | 100.0% | 1 | | -> duration | 0.658 | 0.658 | 0.658 | 0.658 | 0.658 | 0.658 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.658455 Full duration: 14.284137 -------------------------------------------------------------------------------- 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 7d90ae71-edee-4dbb-a1ca-81e61b01c378 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.713 | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 100.0% | 1 | | keystone_v3.list_users | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 100.0% | 1 | | total | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 100.0% | 1 | | -> duration | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.927688 Full duration: 14.902904 -------------------------------------------------------------------------------- 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 7d90ae71-edee-4dbb-a1ca-81e61b01c378 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.779 | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 100.0% | 1 | | keystone_v3.create_users | 5.183 | 5.183 | 5.183 | 5.183 | 5.183 | 5.183 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 5.183 | 5.183 | 5.183 | 5.183 | 5.183 | 5.183 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.945 | 0.945 | 0.945 | 0.945 | 0.945 | 0.945 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.299 | 1.299 | 1.299 | 1.299 | 1.299 | 1.299 | 100.0% | 1 | | total | 6.972 | 6.972 | 6.972 | 6.972 | 6.972 | 6.972 | 100.0% | 1 | | -> duration | 6.972 | 6.972 | 6.972 | 6.972 | 6.972 | 6.972 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.971939 Full duration: 23.414886 HINTS: * To plot HTML graphics with this data, run: rally task report 7d90ae71-edee-4dbb-a1ca-81e61b01c378 --out output.html * To generate a JUnit report, run: rally task export 7d90ae71-edee-4dbb-a1ca-81e61b01c378 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 7d90ae71-edee-4dbb-a1ca-81e61b01c378 --json --out output.json 2018-10-26 09:06:20,961 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '7d90ae71-edee-4dbb-a1ca-81e61b01c378', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.json'] 2018-10-26 09:06:23,160 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 7d90ae71-edee-4dbb-a1ca-81e61b01c378 --out /home/opnfv/functest/results/rally/opnfv-keystone.json 2018-10-26 09:06:23.051 5730 INFO rally.api [-] Building 'json' report for the following task(s): '7d90ae71-edee-4dbb-a1ca-81e61b01c378'. 2018-10-26 09:06:23.061 5730 INFO rally.api [-] The report has been successfully built. 2018-10-26 09:06:23,160 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '7d90ae71-edee-4dbb-a1ca-81e61b01c378', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-10-26 09:06:25,413 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 7d90ae71-edee-4dbb-a1ca-81e61b01c378 --out /home/opnfv/functest/results/rally/opnfv-keystone.html 2018-10-26 09:06:25.273 5733 INFO rally.api [-] Building 'html' report for the following task(s): '7d90ae71-edee-4dbb-a1ca-81e61b01c378'. 2018-10-26 09:06:25.306 5733 INFO rally.api [-] The report has been successfully built. 2018-10-26 09:06:25,428 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-10-26 09:06:25,428 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-10-26 09:06:25,429 - 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-26 09:06:25,429 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-26 09:06:25,446 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-26 09:06:25,447 - 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': 'f8bdafeb-9137-46b5-a8e0-9b5afa52399d', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_a433b72d-e562-4859-b98a-c5aac0371bb5', 'flavor_name': 'rally_sanity-flavor_a433b72d-e562-4859-b98a-c5aac0371bb5', '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_a433b72d-e562-4859-b98a-c5aac0371bb5', '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-26 09:12:39,311 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 0d92672d-10b5-4814-bb5f-2fd30681f8bd 2018-10-26 09:12:39,312 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '0d92672d-10b5-4814-bb5f-2fd30681f8bd'] 2018-10-26 09:12:40,459 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 0d92672d-10b5-4814-bb5f-2fd30681f8bd -------------------------------------------------------------------------------- Task 0d92672d-10b5-4814-bb5f-2fd30681f8bd: 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 0d92672d-10b5-4814-bb5f-2fd30681f8bd 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.947 | 0.947 | 0.947 | 0.947 | 0.947 | 0.947 | 100.0% | 1 | | neutron.delete_network | 0.873 | 0.873 | 0.873 | 0.873 | 0.873 | 0.873 | 100.0% | 1 | | total | 1.82 | 1.82 | 1.82 | 1.82 | 1.82 | 1.82 | 100.0% | 1 | | -> duration | 1.82 | 1.82 | 1.82 | 1.82 | 1.82 | 1.82 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.820107 Full duration: 15.388771 -------------------------------------------------------------------------------- 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 0d92672d-10b5-4814-bb5f-2fd30681f8bd 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.473 | 1.473 | 1.473 | 1.473 | 1.473 | 1.473 | 100.0% | 1 | | neutron.delete_port | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 100.0% | 1 | | total | 2.201 | 2.201 | 2.201 | 2.201 | 2.201 | 2.201 | 100.0% | 1 | | -> duration | 2.201 | 2.201 | 2.201 | 2.201 | 2.201 | 2.201 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.201058 Full duration: 37.290673 -------------------------------------------------------------------------------- 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 0d92672d-10b5-4814-bb5f-2fd30681f8bd 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.777 | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 100.0% | 1 | | neutron.create_subnet | 0.852 | 0.852 | 0.852 | 0.852 | 0.852 | 0.852 | 100.0% | 1 | | neutron.create_router | 3.061 | 3.061 | 3.061 | 3.061 | 3.061 | 3.061 | 100.0% | 1 | | neutron.add_interface_router | 2.067 | 2.067 | 2.067 | 2.067 | 2.067 | 2.067 | 100.0% | 1 | | neutron.remove_interface_router | 1.399 | 1.399 | 1.399 | 1.399 | 1.399 | 1.399 | 100.0% | 1 | | neutron.delete_router | 2.088 | 2.088 | 2.088 | 2.088 | 2.088 | 2.088 | 100.0% | 1 | | total | 10.244 | 10.244 | 10.244 | 10.244 | 10.244 | 10.244 | 100.0% | 1 | | -> duration | 10.244 | 10.244 | 10.244 | 10.244 | 10.244 | 10.244 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.244035 Full duration: 48.283234 -------------------------------------------------------------------------------- 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 0d92672d-10b5-4814-bb5f-2fd30681f8bd 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.204 | 1.204 | 1.204 | 1.204 | 1.204 | 1.204 | 100.0% | 1 | | neutron.delete_subnet | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 100.0% | 1 | | total | 1.942 | 1.942 | 1.942 | 1.942 | 1.942 | 1.942 | 100.0% | 1 | | -> duration | 1.942 | 1.942 | 1.942 | 1.942 | 1.942 | 1.942 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.941999 Full duration: 38.415122 -------------------------------------------------------------------------------- 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 0d92672d-10b5-4814-bb5f-2fd30681f8bd 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.972 | 0.972 | 0.972 | 0.972 | 0.972 | 0.972 | 100.0% | 1 | | neutron.list_networks | 0.283 | 0.283 | 0.283 | 0.283 | 0.283 | 0.283 | 100.0% | 1 | | total | 1.255 | 1.255 | 1.255 | 1.255 | 1.255 | 1.255 | 100.0% | 1 | | -> duration | 1.255 | 1.255 | 1.255 | 1.255 | 1.255 | 1.255 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.255157 Full duration: 16.790947 -------------------------------------------------------------------------------- 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 0d92672d-10b5-4814-bb5f-2fd30681f8bd 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.552 | 1.552 | 1.552 | 1.552 | 1.552 | 1.552 | 100.0% | 1 | | neutron.list_ports | 0.251 | 0.251 | 0.251 | 0.251 | 0.251 | 0.251 | 100.0% | 1 | | total | 1.803 | 1.803 | 1.803 | 1.803 | 1.803 | 1.803 | 100.0% | 1 | | -> duration | 1.803 | 1.803 | 1.803 | 1.803 | 1.803 | 1.803 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.803335 Full duration: 35.106307 -------------------------------------------------------------------------------- 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 0d92672d-10b5-4814-bb5f-2fd30681f8bd 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.795 | 0.795 | 0.795 | 0.795 | 0.795 | 0.795 | 100.0% | 1 | | neutron.create_subnet | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 100.0% | 1 | | neutron.create_router | 3.043 | 3.043 | 3.043 | 3.043 | 3.043 | 3.043 | 100.0% | 1 | | neutron.add_interface_router | 1.925 | 1.925 | 1.925 | 1.925 | 1.925 | 1.925 | 100.0% | 1 | | neutron.list_routers | 0.214 | 0.214 | 0.214 | 0.214 | 0.214 | 0.214 | 100.0% | 1 | | total | 6.79 | 6.79 | 6.79 | 6.79 | 6.79 | 6.79 | 100.0% | 1 | | -> duration | 6.79 | 6.79 | 6.79 | 6.79 | 6.79 | 6.79 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.789554 Full duration: 52.274886 -------------------------------------------------------------------------------- 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 0d92672d-10b5-4814-bb5f-2fd30681f8bd 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.812 | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 100.0% | 1 | | neutron.create_subnet | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 100.0% | 1 | | neutron.list_subnets | 0.225 | 0.225 | 0.225 | 0.225 | 0.225 | 0.225 | 100.0% | 1 | | total | 1.875 | 1.875 | 1.875 | 1.875 | 1.875 | 1.875 | 100.0% | 1 | | -> duration | 1.875 | 1.875 | 1.875 | 1.875 | 1.875 | 1.875 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.875165 Full duration: 41.196366 -------------------------------------------------------------------------------- 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 0d92672d-10b5-4814-bb5f-2fd30681f8bd 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.921 | 0.921 | 0.921 | 0.921 | 0.921 | 0.921 | 100.0% | 1 | | neutron.delete_security_group | 0.286 | 0.286 | 0.286 | 0.286 | 0.286 | 0.286 | 100.0% | 1 | | total | 1.207 | 1.207 | 1.207 | 1.207 | 1.207 | 1.207 | 100.0% | 1 | | -> duration | 1.207 | 1.207 | 1.207 | 1.207 | 1.207 | 1.207 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.20717 Full duration: 14.510163 -------------------------------------------------------------------------------- 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 0d92672d-10b5-4814-bb5f-2fd30681f8bd has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 1.023 | 1.023 | 1.023 | 1.023 | 1.023 | 1.023 | 100.0% | 1 | | neutron.create_security_group_rule | 0.314 | 0.314 | 0.314 | 0.314 | 0.314 | 0.314 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.371 | 0.371 | 0.371 | 0.371 | 0.371 | 0.371 | 100.0% | 1 | | neutron.delete_security_group | 0.283 | 0.283 | 0.283 | 0.283 | 0.283 | 0.283 | 100.0% | 1 | | total | 1.991 | 1.991 | 1.991 | 1.991 | 1.991 | 1.991 | 100.0% | 1 | | -> duration | 1.991 | 1.991 | 1.991 | 1.991 | 1.991 | 1.991 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.990555 Full duration: 15.450089 -------------------------------------------------------------------------------- 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 0d92672d-10b5-4814-bb5f-2fd30681f8bd has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.035 | 1.035 | 1.035 | 1.035 | 1.035 | 1.035 | 100.0% | 1 | | neutron.create_router | 3.534 | 3.534 | 3.534 | 3.534 | 3.534 | 3.534 | 100.0% | 1 | | neutron.add_gateway_router | 1.746 | 1.746 | 1.746 | 1.746 | 1.746 | 1.746 | 100.0% | 1 | | neutron.remove_gateway_router | 1.107 | 1.107 | 1.107 | 1.107 | 1.107 | 1.107 | 100.0% | 1 | | total | 7.422 | 7.422 | 7.422 | 7.422 | 7.422 | 7.422 | 100.0% | 1 | | -> duration | 7.422 | 7.422 | 7.422 | 7.422 | 7.422 | 7.422 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.422022 Full duration: 30.098388 HINTS: * To plot HTML graphics with this data, run: rally task report 0d92672d-10b5-4814-bb5f-2fd30681f8bd --out output.html * To generate a JUnit report, run: rally task export 0d92672d-10b5-4814-bb5f-2fd30681f8bd --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 0d92672d-10b5-4814-bb5f-2fd30681f8bd --json --out output.json 2018-10-26 09:12:40,459 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '0d92672d-10b5-4814-bb5f-2fd30681f8bd', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.json'] 2018-10-26 09:12:42,713 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 0d92672d-10b5-4814-bb5f-2fd30681f8bd --out /home/opnfv/functest/results/rally/opnfv-neutron.json 2018-10-26 09:12:42.600 9028 INFO rally.api [-] Building 'json' report for the following task(s): '0d92672d-10b5-4814-bb5f-2fd30681f8bd'. 2018-10-26 09:12:42.610 9028 INFO rally.api [-] The report has been successfully built. 2018-10-26 09:12:42,713 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '0d92672d-10b5-4814-bb5f-2fd30681f8bd', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-10-26 09:12:45,022 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 0d92672d-10b5-4814-bb5f-2fd30681f8bd --out /home/opnfv/functest/results/rally/opnfv-neutron.html 2018-10-26 09:12:44.887 9031 INFO rally.api [-] Building 'html' report for the following task(s): '0d92672d-10b5-4814-bb5f-2fd30681f8bd'. 2018-10-26 09:12:44.919 9031 INFO rally.api [-] The report has been successfully built. 2018-10-26 09:12:45,036 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-10-26 09:12:45,036 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-10-26 09:12:45,037 - 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-26 09:12:45,037 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-26 09:12:45,052 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-26 09:12:45,053 - 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': 'f8bdafeb-9137-46b5-a8e0-9b5afa52399d', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_a433b72d-e562-4859-b98a-c5aac0371bb5', 'flavor_name': 'rally_sanity-flavor_a433b72d-e562-4859-b98a-c5aac0371bb5', '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_a433b72d-e562-4859-b98a-c5aac0371bb5', '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-26 09:19:49,483 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 45e6a192-dab8-4342-ad2b-96738ed3ae49 2018-10-26 09:19:49,484 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '45e6a192-dab8-4342-ad2b-96738ed3ae49'] 2018-10-26 09:19:50,584 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 45e6a192-dab8-4342-ad2b-96738ed3ae49 -------------------------------------------------------------------------------- Task 45e6a192-dab8-4342-ad2b-96738ed3ae49: 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_a433b72d-e562-4859-b98a-c5aac0371bb5" }, "image": { "name": "rally_sanity-img_a433b72d-e562-4859-b98a-c5aac0371bb5" }, "block_migration": false, "nics": [ { "net-id": "f8bdafeb-9137-46b5-a8e0-9b5afa52399d" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 45e6a192-dab8-4342-ad2b-96738ed3ae49 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 | 12.032 | 12.032 | 12.032 | 12.032 | 12.032 | 12.032 | 100.0% | 1 | | nova.find_host_to_migrate | 1.407 | 1.407 | 1.407 | 1.407 | 1.407 | 1.407 | 100.0% | 1 | | nova.live_migrate | 11.049 | 11.049 | 11.049 | 11.049 | 11.049 | 11.049 | 100.0% | 1 | | nova.delete_server | 2.75 | 2.75 | 2.75 | 2.75 | 2.75 | 2.75 | 100.0% | 1 | | total | 27.238 | 27.238 | 27.238 | 27.238 | 27.238 | 27.238 | 100.0% | 1 | | -> duration | 26.238 | 26.238 | 26.238 | 26.238 | 26.238 | 26.238 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 26.238007 Full duration: 36.986177 -------------------------------------------------------------------------------- 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_a433b72d-e562-4859-b98a-c5aac0371bb5" }, "image": { "name": "rally_sanity-img_a433b72d-e562-4859-b98a-c5aac0371bb5" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "f8bdafeb-9137-46b5-a8e0-9b5afa52399d" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 45e6a192-dab8-4342-ad2b-96738ed3ae49 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.458 | 9.458 | 9.458 | 9.458 | 9.458 | 9.458 | 100.0% | 1 | | cinder_v2.create_volume | 2.759 | 2.759 | 2.759 | 2.759 | 2.759 | 2.759 | 100.0% | 1 | | nova.attach_volume | 4.063 | 4.063 | 4.063 | 4.063 | 4.063 | 4.063 | 100.0% | 1 | | nova.find_host_to_migrate | 1.427 | 1.427 | 1.427 | 1.427 | 1.427 | 1.427 | 100.0% | 1 | | nova.live_migrate | 15.031 | 15.031 | 15.031 | 15.031 | 15.031 | 15.031 | 100.0% | 1 | | nova.detach_volume | 3.828 | 3.828 | 3.828 | 3.828 | 3.828 | 3.828 | 100.0% | 1 | | cinder_v2.delete_volume | 2.337 | 2.337 | 2.337 | 2.337 | 2.337 | 2.337 | 100.0% | 1 | | nova.delete_server | 2.683 | 2.683 | 2.683 | 2.683 | 2.683 | 2.683 | 100.0% | 1 | | total | 41.585 | 41.585 | 41.585 | 41.585 | 41.585 | 41.585 | 100.0% | 1 | | -> duration | 40.585 | 40.585 | 40.585 | 40.585 | 40.585 | 40.585 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 40.585439 Full duration: 53.419601 -------------------------------------------------------------------------------- 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_a433b72d-e562-4859-b98a-c5aac0371bb5" }, "image": { "name": "rally_sanity-img_a433b72d-e562-4859-b98a-c5aac0371bb5" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "f8bdafeb-9137-46b5-a8e0-9b5afa52399d" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 45e6a192-dab8-4342-ad2b-96738ed3ae49 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.762 | 8.762 | 8.762 | 8.762 | 8.762 | 8.762 | 100.0% | 1 | | nova.boot_server | 9.953 | 9.953 | 9.953 | 9.953 | 9.953 | 9.953 | 100.0% | 1 | | nova.find_host_to_migrate | 1.468 | 1.468 | 1.468 | 1.468 | 1.468 | 1.468 | 100.0% | 1 | | nova.live_migrate | 16.954 | 16.954 | 16.954 | 16.954 | 16.954 | 16.954 | 100.0% | 1 | | nova.delete_server | 7.815 | 7.815 | 7.815 | 7.815 | 7.815 | 7.815 | 100.0% | 1 | | total | 44.952 | 44.952 | 44.952 | 44.952 | 44.952 | 44.952 | 100.0% | 1 | | -> duration | 43.952 | 43.952 | 43.952 | 43.952 | 43.952 | 43.952 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 43.951642 Full duration: 56.748808 -------------------------------------------------------------------------------- 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_a433b72d-e562-4859-b98a-c5aac0371bb5" }, "image": { "name": "rally_sanity-img_a433b72d-e562-4859-b98a-c5aac0371bb5" }, "server_kwargs": { "nics": [ { "net-id": "f8bdafeb-9137-46b5-a8e0-9b5afa52399d" } ] } }, "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 45e6a192-dab8-4342-ad2b-96738ed3ae49 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.81 | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 100.0% | 1 | | nova.boot_server | 8.671 | 8.671 | 8.671 | 8.671 | 8.671 | 8.671 | 100.0% | 1 | | nova.delete_server | 2.665 | 2.665 | 2.665 | 2.665 | 2.665 | 2.665 | 100.0% | 1 | | nova.delete_keypair | 0.04 | 0.04 | 0.04 | 0.04 | 0.04 | 0.04 | 100.0% | 1 | | total | 12.188 | 12.188 | 12.188 | 12.188 | 12.188 | 12.188 | 100.0% | 1 | | -> duration | 11.188 | 11.188 | 11.188 | 11.188 | 11.188 | 11.188 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.188256 Full duration: 43.299718 -------------------------------------------------------------------------------- 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_a433b72d-e562-4859-b98a-c5aac0371bb5" }, "image": { "name": "rally_sanity-img_a433b72d-e562-4859-b98a-c5aac0371bb5" }, "volume_size": 5, "nics": [ { "net-id": "f8bdafeb-9137-46b5-a8e0-9b5afa52399d" } ] }, "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 45e6a192-dab8-4342-ad2b-96738ed3ae49 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.694 | 8.694 | 8.694 | 8.694 | 8.694 | 8.694 | 100.0% | 1 | | nova.boot_server | 8.697 | 8.697 | 8.697 | 8.697 | 8.697 | 8.697 | 100.0% | 1 | | nova.delete_server | 2.875 | 2.875 | 2.875 | 2.875 | 2.875 | 2.875 | 100.0% | 1 | | total | 20.266 | 20.266 | 20.266 | 20.266 | 20.266 | 20.266 | 100.0% | 1 | | -> duration | 19.266 | 19.266 | 19.266 | 19.266 | 19.266 | 19.266 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 19.266143 Full duration: 53.766579 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_a433b72d-e562-4859-b98a-c5aac0371bb5" }, "image": { "name": "rally_sanity-img_a433b72d-e562-4859-b98a-c5aac0371bb5" }, "force_delete": false, "nics": [ { "net-id": "f8bdafeb-9137-46b5-a8e0-9b5afa52399d" } ] }, "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 45e6a192-dab8-4342-ad2b-96738ed3ae49 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.165 | 9.165 | 9.165 | 9.165 | 9.165 | 9.165 | 100.0% | 1 | | nova.pause_server | 2.917 | 2.917 | 2.917 | 2.917 | 2.917 | 2.917 | 100.0% | 1 | | nova.unpause_server | 2.859 | 2.859 | 2.859 | 2.859 | 2.859 | 2.859 | 100.0% | 1 | | nova.delete_server | 5.49 | 5.49 | 5.49 | 5.49 | 5.49 | 5.49 | 100.0% | 1 | | total | 20.431 | 20.431 | 20.431 | 20.431 | 20.431 | 20.431 | 100.0% | 1 | | -> duration | 15.431 | 15.431 | 15.431 | 15.431 | 15.431 | 15.431 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 15.431358 Full duration: 51.625498 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_a433b72d-e562-4859-b98a-c5aac0371bb5" }, "image": { "name": "rally_sanity-img_a433b72d-e562-4859-b98a-c5aac0371bb5" }, "nics": [ { "net-id": "f8bdafeb-9137-46b5-a8e0-9b5afa52399d" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 45e6a192-dab8-4342-ad2b-96738ed3ae49 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.121 | 9.121 | 9.121 | 9.121 | 9.121 | 9.121 | 100.0% | 1 | | nova.migrate | 13.698 | 13.698 | 13.698 | 13.698 | 13.698 | 13.698 | 100.0% | 1 | | nova.resize_confirm | 3.375 | 3.375 | 3.375 | 3.375 | 3.375 | 3.375 | 100.0% | 1 | | nova.delete_server | 2.65 | 2.65 | 2.65 | 2.65 | 2.65 | 2.65 | 100.0% | 1 | | total | 28.844 | 28.844 | 28.844 | 28.844 | 28.844 | 28.844 | 100.0% | 1 | | -> duration | 27.844 | 27.844 | 27.844 | 27.844 | 27.844 | 27.844 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 27.844361 Full duration: 38.188354 -------------------------------------------------------------------------------- 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_a433b72d-e562-4859-b98a-c5aac0371bb5" }, "image": { "name": "rally_sanity-img_a433b72d-e562-4859-b98a-c5aac0371bb5" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task 45e6a192-dab8-4342-ad2b-96738ed3ae49 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.564 | 9.564 | 9.564 | 9.564 | 9.564 | 9.564 | 100.0% | 1 | | nova.list_interfaces | 0.406 | 0.406 | 0.406 | 0.406 | 0.406 | 0.406 | 100.0% | 1 | | total | 9.97 | 9.97 | 9.97 | 9.97 | 9.97 | 9.97 | 100.0% | 1 | | -> duration | 8.97 | 8.97 | 8.97 | 8.97 | 8.97 | 8.97 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.970324 Full duration: 47.577724 -------------------------------------------------------------------------------- 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 45e6a192-dab8-4342-ad2b-96738ed3ae49 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.651 | 0.651 | 0.651 | 0.651 | 0.651 | 0.651 | 100.0% | 1 | | nova.delete_server_group | 0.063 | 0.063 | 0.063 | 0.063 | 0.063 | 0.063 | 100.0% | 1 | | total | 0.714 | 0.714 | 0.714 | 0.714 | 0.714 | 0.714 | 100.0% | 1 | | -> duration | 0.714 | 0.714 | 0.714 | 0.714 | 0.714 | 0.714 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.714106 Full duration: 9.471862 HINTS: * To plot HTML graphics with this data, run: rally task report 45e6a192-dab8-4342-ad2b-96738ed3ae49 --out output.html * To generate a JUnit report, run: rally task export 45e6a192-dab8-4342-ad2b-96738ed3ae49 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 45e6a192-dab8-4342-ad2b-96738ed3ae49 --json --out output.json 2018-10-26 09:19:50,585 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '45e6a192-dab8-4342-ad2b-96738ed3ae49', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.json'] 2018-10-26 09:19:52,816 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 45e6a192-dab8-4342-ad2b-96738ed3ae49 --out /home/opnfv/functest/results/rally/opnfv-nova.json 2018-10-26 09:19:52.702 10674 INFO rally.api [-] Building 'json' report for the following task(s): '45e6a192-dab8-4342-ad2b-96738ed3ae49'. 2018-10-26 09:19:52.711 10674 INFO rally.api [-] The report has been successfully built. 2018-10-26 09:19:52,816 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '45e6a192-dab8-4342-ad2b-96738ed3ae49', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-10-26 09:19:55,023 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 45e6a192-dab8-4342-ad2b-96738ed3ae49 --out /home/opnfv/functest/results/rally/opnfv-nova.html 2018-10-26 09:19:54.889 10677 INFO rally.api [-] Building 'html' report for the following task(s): '45e6a192-dab8-4342-ad2b-96738ed3ae49'. 2018-10-26 09:19:54.919 10677 INFO rally.api [-] The report has been successfully built. 2018-10-26 09:19:55,035 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-10-26 09:19:55,035 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-10-26 09:19:55,036 - 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-26 09:19:55,036 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-26 09:19:55,052 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-26 09:19:55,052 - 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': 'f8bdafeb-9137-46b5-a8e0-9b5afa52399d', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_a433b72d-e562-4859-b98a-c5aac0371bb5', 'flavor_name': 'rally_sanity-flavor_a433b72d-e562-4859-b98a-c5aac0371bb5', '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_a433b72d-e562-4859-b98a-c5aac0371bb5', '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-26 09:20:48,223 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 3e9831c7-465d-4fae-a9cb-d1181347e2fd 2018-10-26 09:20:48,224 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '3e9831c7-465d-4fae-a9cb-d1181347e2fd'] 2018-10-26 09:20:49,416 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 3e9831c7-465d-4fae-a9cb-d1181347e2fd -------------------------------------------------------------------------------- Task 3e9831c7-465d-4fae-a9cb-d1181347e2fd: 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 3e9831c7-465d-4fae-a9cb-d1181347e2fd 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.010828 Full duration: 8.817319 -------------------------------------------------------------------------------- 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 3e9831c7-465d-4fae-a9cb-d1181347e2fd 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.731 | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 100.0% | 1 | | total | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 100.0% | 1 | | -> duration | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.731238 Full duration: 8.458887 -------------------------------------------------------------------------------- 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 3e9831c7-465d-4fae-a9cb-d1181347e2fd 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.34 | 0.34 | 0.34 | 0.34 | 0.34 | 0.34 | 100.0% | 1 | | total | 0.753 | 0.753 | 0.753 | 0.753 | 0.753 | 0.753 | 100.0% | 1 | | -> duration | 0.753 | 0.753 | 0.753 | 0.753 | 0.753 | 0.753 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.753406 Full duration: 8.607939 -------------------------------------------------------------------------------- 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 3e9831c7-465d-4fae-a9cb-d1181347e2fd 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.218 | 1.218 | 1.218 | 1.218 | 1.218 | 1.218 | 100.0% | 1 | | total | 1.218 | 1.218 | 1.218 | 1.218 | 1.218 | 1.218 | 100.0% | 1 | | -> duration | 1.218 | 1.218 | 1.218 | 1.218 | 1.218 | 1.218 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.218416 Full duration: 9.215373 HINTS: * To plot HTML graphics with this data, run: rally task report 3e9831c7-465d-4fae-a9cb-d1181347e2fd --out output.html * To generate a JUnit report, run: rally task export 3e9831c7-465d-4fae-a9cb-d1181347e2fd --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 3e9831c7-465d-4fae-a9cb-d1181347e2fd --json --out output.json 2018-10-26 09:20:49,417 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '3e9831c7-465d-4fae-a9cb-d1181347e2fd', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.json'] 2018-10-26 09:20:51,641 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 3e9831c7-465d-4fae-a9cb-d1181347e2fd --out /home/opnfv/functest/results/rally/opnfv-quotas.json 2018-10-26 09:20:51.542 11190 INFO rally.api [-] Building 'json' report for the following task(s): '3e9831c7-465d-4fae-a9cb-d1181347e2fd'. 2018-10-26 09:20:51.546 11190 INFO rally.api [-] The report has been successfully built. 2018-10-26 09:20:51,641 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '3e9831c7-465d-4fae-a9cb-d1181347e2fd', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-10-26 09:20:53,665 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 3e9831c7-465d-4fae-a9cb-d1181347e2fd --out /home/opnfv/functest/results/rally/opnfv-quotas.html 2018-10-26 09:20:53.549 11193 INFO rally.api [-] Building 'html' report for the following task(s): '3e9831c7-465d-4fae-a9cb-d1181347e2fd'. 2018-10-26 09:20:53.568 11193 INFO rally.api [-] The report has been successfully built. 2018-10-26 09:20:53,669 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-10-26 09:20:53,672 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:46 | 6 | 100.00% | | glance | 01:22 | 4 | 100.00% | | cinder | 02:50 | 10 | 100.00% | | heat | 01:02 | 4 | 100.00% | | keystone | 02:49 | 11 | 100.00% | | neutron | 05:44 | 11 | 100.00% | | nova | 06:31 | 9 | 100.00% | | quotas | 00:35 | 4 | 100.00% | | | | | | | TOTAL: | 00:21:40 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2018-10-26 09:20:53,672 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% in 8/8 modules 2018-10-26 09:20:53,812 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-26 09:20:53,812 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 25:55 | PASS | +----------------------+------------------+------------------+----------------+ 2018-10-26 09:20:53,818 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-26 09:20:53,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f5c54778ae6026ab5bb13d4f0d76fff7f21c8e83" 2018-10-26 09:20:54,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:20:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8552efc2-e39e-4d4f-a1e0-4e7cca55021c x-compute-request-id: req-8552efc2-e39e-4d4f-a1e0-4e7cca55021c Content-Encoding: gzip Content-Length: 362 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/2f9ebcce-a7f6-4dde-b4e6-4eb60cf4c4c8", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/2f9ebcce-a7f6-4dde-b4e6-4eb60cf4c4c8", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "2f9ebcce-a7f6-4dde-b4e6-4eb60cf4c4c8", "name": "rally_sanity-flavor_alt_a433b72d-e562-4859-b98a-c5aac0371bb5", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/a61eb24a-142c-4514-a732-0b421a631662", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/a61eb24a-142c-4514-a732-0b421a631662", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "a61eb24a-142c-4514-a732-0b421a631662", "name": "rally_sanity-flavor_a433b72d-e562-4859-b98a-c5aac0371bb5", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-26 09:20:54,116 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-8552efc2-e39e-4d4f-a1e0-4e7cca55021c 2018-10-26 09:20:54,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.297907114029s 2018-10-26 09:20:54,116 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-8552efc2-e39e-4d4f-a1e0-4e7cca55021c 2018-10-26 09:20:54,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-26 09:20:54,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/2f9ebcce-a7f6-4dde-b4e6-4eb60cf4c4c8 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f5c54778ae6026ab5bb13d4f0d76fff7f21c8e83" 2018-10-26 09:20:54,159 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:20:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-02265599-5e1d-4a69-a038-dfdcc38ca301 x-compute-request-id: req-02265599-5e1d-4a69-a038-dfdcc38ca301 Content-Length: 0 Content-Type: application/json 2018-10-26 09:20:54,160 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/2f9ebcce-a7f6-4dde-b4e6-4eb60cf4c4c8 used request id req-02265599-5e1d-4a69-a038-dfdcc38ca301 2018-10-26 09:20:54,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0409259796143s 2018-10-26 09:20:54,160 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/2f9ebcce-a7f6-4dde-b4e6-4eb60cf4c4c8 used request id req-02265599-5e1d-4a69-a038-dfdcc38ca301 2018-10-26 09:20:54,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-10-26 09:20:54,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/fa55b052-aa11-444d-b908-51d5e512b788/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}63d38c7be6146ff0ecdf25b04aac3893f16ddac0" -d '{"subnet_id": "17a18633-e367-46d9-9654-d9c6a343f2df"}' 2018-10-26 09:20:55,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b954aa84-fd17-46f1-8004-eabbb3b4ebe0 Date: Fri, 26 Oct 2018 09:20:55 GMT RESP BODY: {"network_id": "f8bdafeb-9137-46b5-a8e0-9b5afa52399d", "tenant_id": "493e9419686442f3b5aa58dd995503a1", "subnet_id": "17a18633-e367-46d9-9654-d9c6a343f2df", "subnet_ids": ["17a18633-e367-46d9-9654-d9c6a343f2df"], "port_id": "6380a60a-38d7-44bc-81e3-f5342648ef01", "id": "fa55b052-aa11-444d-b908-51d5e512b788"} 2018-10-26 09:20:55,838 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/fa55b052-aa11-444d-b908-51d5e512b788/remove_router_interface.json used request id req-b954aa84-fd17-46f1-8004-eabbb3b4ebe0 2018-10-26 09:20:55,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.67741394043s 2018-10-26 09:20:55,838 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/fa55b052-aa11-444d-b908-51d5e512b788/remove_router_interface.json used request id req-b954aa84-fd17-46f1-8004-eabbb3b4ebe0 returning object fa55b052-aa11-444d-b908-51d5e512b788 2018-10-26 09:20:55,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-10-26 09:20:55,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}63d38c7be6146ff0ecdf25b04aac3893f16ddac0" 2018-10-26 09:20:56,066 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 720 X-Openstack-Request-Id: req-18324164-8320-468d-afb5-d210b8e0bc6c Date: Fri, 26 Oct 2018 09:20:56 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "493e9419686442f3b5aa58dd995503a1", "created_at": "2018-10-26T08:55:01Z", "admin_state_up": true, "updated_at": "2018-10-26T09:20:54Z", "project_id": "493e9419686442f3b5aa58dd995503a1", "flavor_id": null, "revision_number": 9, "routes": [], "ha": true, "id": "fa55b052-aa11-444d-b908-51d5e512b788", "name": "rally_sanity-router_a433b72d-e562-4859-b98a-c5aac0371bb5"}]} 2018-10-26 09:20:56,066 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-18324164-8320-468d-afb5-d210b8e0bc6c 2018-10-26 09:20:56,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.226765155792s 2018-10-26 09:20:56,066 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-18324164-8320-468d-afb5-d210b8e0bc6c 2018-10-26 09:20:56,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-10-26 09:20:56,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/fa55b052-aa11-444d-b908-51d5e512b788.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}63d38c7be6146ff0ecdf25b04aac3893f16ddac0" 2018-10-26 09:20:59,543 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-43ebd0f0-7b70-402b-8216-bef17fbb6211 Content-Length: 0 Date: Fri, 26 Oct 2018 09:20:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:20:59,544 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/fa55b052-aa11-444d-b908-51d5e512b788.json used request id req-43ebd0f0-7b70-402b-8216-bef17fbb6211 2018-10-26 09:20:59,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.47610807419s 2018-10-26 09:20:59,544 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/fa55b052-aa11-444d-b908-51d5e512b788.json used request id req-43ebd0f0-7b70-402b-8216-bef17fbb6211 2018-10-26 09:20:59,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-10-26 09:20:59,545 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}63d38c7be6146ff0ecdf25b04aac3893f16ddac0" 2018-10-26 09:20:59,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1294 X-Openstack-Request-Id: req-c2c9562e-6e12-437d-a5be-1015bc2761dc Date: Fri, 26 Oct 2018 09:20:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f8bdafeb-9137-46b5-a8e0-9b5afa52399d","tenant_id":"493e9419686442f3b5aa58dd995503a1","created_at":"2018-10-26T08:55:00Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-26T08:55:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"493e9419686442f3b5aa58dd995503a1","id":"17a18633-e367-46d9-9654-d9c6a343f2df","subnetpool_id":null,"name":"rally_sanity-subnet_a433b72d-e562-4859-b98a-c5aac0371bb5"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:47Z","dns_nameservers":[],"updated_at":"2018-10-26T08:12:47Z","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":"c850e319615544ee86b9a48e1e3e8f0f","id":"e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-26 09:20:59,850 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-c2c9562e-6e12-437d-a5be-1015bc2761dc 2018-10-26 09:20:59,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.305988073349s 2018-10-26 09:20:59,851 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-c2c9562e-6e12-437d-a5be-1015bc2761dc 2018-10-26 09:20:59,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-10-26 09:20:59,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/17a18633-e367-46d9-9654-d9c6a343f2df.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}63d38c7be6146ff0ecdf25b04aac3893f16ddac0" 2018-10-26 09:21:02,112 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bd62bf01-b8a1-4f1e-8459-7460711ad121 Date: Fri, 26 Oct 2018 09:21:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:21:02,112 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/17a18633-e367-46d9-9654-d9c6a343f2df.json used request id req-bd62bf01-b8a1-4f1e-8459-7460711ad121 2018-10-26 09:21:02,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.25982809067s 2018-10-26 09:21:02,113 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/17a18633-e367-46d9-9654-d9c6a343f2df.json used request id req-bd62bf01-b8a1-4f1e-8459-7460711ad121 2018-10-26 09:21:02,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-26 09:21:02,114 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}63d38c7be6146ff0ecdf25b04aac3893f16ddac0" 2018-10-26 09:21:02,341 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1397 X-Openstack-Request-Id: req-10430fbe-bdb0-4059-b8ba-c5412de70e9b Date: Fri, 26 Oct 2018 09:21:02 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1450,"id":"f8bdafeb-9137-46b5-a8e0-9b5afa52399d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":59,"ipv4_address_scope":null,"shared":true,"project_id":"493e9419686442f3b5aa58dd995503a1","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T09:21:01Z","qos_policy_id":null,"name":"rally_sanity-net_a433b72d-e562-4859-b98a-c5aac0371bb5","admin_state_up":true,"tenant_id":"493e9419686442f3b5aa58dd995503a1","created_at":"2018-10-26T08:54:58Z","provider:network_type":"vxlan"}]} 2018-10-26 09:21:02,341 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-10430fbe-bdb0-4059-b8ba-c5412de70e9b 2018-10-26 09:21:02,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.228029966354s 2018-10-26 09:21:02,342 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-10430fbe-bdb0-4059-b8ba-c5412de70e9b 2018-10-26 09:21:02,343 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-10-26 09:21:02,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/f8bdafeb-9137-46b5-a8e0-9b5afa52399d.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}63d38c7be6146ff0ecdf25b04aac3893f16ddac0" 2018-10-26 09:21:03,198 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2692142c-ee96-4f7f-954d-51f8fa88f22d Date: Fri, 26 Oct 2018 09:21:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:21:03,198 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/f8bdafeb-9137-46b5-a8e0-9b5afa52399d.json used request id req-2692142c-ee96-4f7f-954d-51f8fa88f22d 2018-10-26 09:21:03,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.855671882629s 2018-10-26 09:21:03,199 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/f8bdafeb-9137-46b5-a8e0-9b5afa52399d.json used request id req-2692142c-ee96-4f7f-954d-51f8fa88f22d 2018-10-26 09:21:03,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-26 09:21:03,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}63d38c7be6146ff0ecdf25b04aac3893f16ddac0" 2018-10-26 09:21:03,381 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1205 Content-Type: application/json X-Openstack-Request-Id: req-6cc5a39d-f4b8-43ce-9ac4-8c3638cf6ec5 Date: Fri, 26 Oct 2018 09:21:03 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/81274a53-9c92-475d-af68-e7b510615b36/snap", "metadata": {}}], "file": "/v2/images/81274a53-9c92-475d-af68-e7b510615b36/file", "owner": "493e9419686442f3b5aa58dd995503a1", "id": "81274a53-9c92-475d-af68-e7b510615b36", "size": 12716032, "self": "/v2/images/81274a53-9c92-475d-af68-e7b510615b36", "disk_format": "qcow2", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/81274a53-9c92-475d-af68-e7b510615b36/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-26T08:55:09Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_a433b72d-e562-4859-b98a-c5aac0371bb5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_a433b72d-e562-4859-b98a-c5aac0371bb5", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-26T08:55:07Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-26 09:21:03,381 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-6cc5a39d-f4b8-43ce-9ac4-8c3638cf6ec5 2018-10-26 09:21:03,381 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.182168006897s 2018-10-26 09:21:03,382 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-6cc5a39d-f4b8-43ce-9ac4-8c3638cf6ec5 2018-10-26 09:21:03,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-26 09:21:03,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/81274a53-9c92-475d-af68-e7b510615b36 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}63d38c7be6146ff0ecdf25b04aac3893f16ddac0" 2018-10-26 09:21:04,932 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c5d87255-df0a-4f75-83a4-2daa2918e5cb Date: Fri, 26 Oct 2018 09:21: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-26 09:21:04,933 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/81274a53-9c92-475d-af68-e7b510615b36 used request id req-c5d87255-df0a-4f75-83a4-2daa2918e5cb 2018-10-26 09:21:04,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.54908895493s 2018-10-26 09:21:04,933 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/81274a53-9c92-475d-af68-e7b510615b36 used request id req-c5d87255-df0a-4f75-83a4-2daa2918e5cb 2018-10-26 09:21:04,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-26 09:21:04,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f5c54778ae6026ab5bb13d4f0d76fff7f21c8e83" 2018-10-26 09:21:04,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:21:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-73a859c7-4ab9-4e51-b33b-a1ccebad44eb x-compute-request-id: req-73a859c7-4ab9-4e51-b33b-a1ccebad44eb Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/a61eb24a-142c-4514-a732-0b421a631662", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/a61eb24a-142c-4514-a732-0b421a631662", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "a61eb24a-142c-4514-a732-0b421a631662", "name": "rally_sanity-flavor_a433b72d-e562-4859-b98a-c5aac0371bb5", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-26 09:21:04,966 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-73a859c7-4ab9-4e51-b33b-a1ccebad44eb 2018-10-26 09:21:04,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0327241420746s 2018-10-26 09:21:04,967 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-73a859c7-4ab9-4e51-b33b-a1ccebad44eb 2018-10-26 09:21:04,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-26 09:21:04,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/a61eb24a-142c-4514-a732-0b421a631662 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f5c54778ae6026ab5bb13d4f0d76fff7f21c8e83" 2018-10-26 09:21:05,012 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:21:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d3c215e0-d18e-4931-a291-5b9143537c6d x-compute-request-id: req-d3c215e0-d18e-4931-a291-5b9143537c6d Content-Length: 0 Content-Type: application/json 2018-10-26 09:21:05,012 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/a61eb24a-142c-4514-a732-0b421a631662 used request id req-d3c215e0-d18e-4931-a291-5b9143537c6d 2018-10-26 09:21:05,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0429999828339s 2018-10-26 09:21:05,012 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/a61eb24a-142c-4514-a732-0b421a631662 used request id req-d3c215e0-d18e-4931-a291-5b9143537c6d 2018-10-26 09:21:05,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-26 09:21:05,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f5c54778ae6026ab5bb13d4f0d76fff7f21c8e83" 2018-10-26 09:21:05,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:21:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f10bdb95-bd4c-4fbb-95be-54c83ad30899 Content-Encoding: gzip Content-Length: 871 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "rally_sanity-user_a433b72d-e562-4859-b98a-c5aac0371bb5", "links": {"self": "http://172.30.9.21:5000/v3/users/3904bcdeea8649299ef7d7ada2e54859"}, "domain_id": "default", "enabled": true, "id": "3904bcdeea8649299ef7d7ada2e54859", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:21:05,109 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-f10bdb95-bd4c-4fbb-95be-54c83ad30899 2018-10-26 09:21:05,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0964620113373s 2018-10-26 09:21:05,110 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-f10bdb95-bd4c-4fbb-95be-54c83ad30899 2018-10-26 09:21:05,116 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-26 09:21:05,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/3904bcdeea8649299ef7d7ada2e54859 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f5c54778ae6026ab5bb13d4f0d76fff7f21c8e83" 2018-10-26 09:21:05,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:21:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f08f705-dbd1-42e9-aae9-5c3ff355def4 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/3904bcdeea8649299ef7d7ada2e54859"}, "enabled": true, "id": "3904bcdeea8649299ef7d7ada2e54859", "options": {}, "domain_id": "default", "name": "rally_sanity-user_a433b72d-e562-4859-b98a-c5aac0371bb5"}} 2018-10-26 09:21:05,205 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/3904bcdeea8649299ef7d7ada2e54859 used request id req-9f08f705-dbd1-42e9-aae9-5c3ff355def4 2018-10-26 09:21:05,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0888798236847s 2018-10-26 09:21:05,206 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/3904bcdeea8649299ef7d7ada2e54859 used request id req-9f08f705-dbd1-42e9-aae9-5c3ff355def4 2018-10-26 09:21:05,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-26 09:21:05,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/3904bcdeea8649299ef7d7ada2e54859 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f5c54778ae6026ab5bb13d4f0d76fff7f21c8e83" 2018-10-26 09:21:05,381 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:21:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-635bece9-db80-443b-bf7d-d18114cf5bdf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:21:05,381 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/3904bcdeea8649299ef7d7ada2e54859 used request id req-635bece9-db80-443b-bf7d-d18114cf5bdf 2018-10-26 09:21:05,381 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.174848079681s 2018-10-26 09:21:05,381 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/3904bcdeea8649299ef7d7ada2e54859 used request id req-635bece9-db80-443b-bf7d-d18114cf5bdf 2018-10-26 09:21:05,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-26 09:21:05,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f5c54778ae6026ab5bb13d4f0d76fff7f21c8e83" 2018-10-26 09:21:05,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:21:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3bd9622-befa-42d5-8e4e-0e89c05d3667 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.21:5000/v3/projects/493e9419686442f3b5aa58dd995503a1"}, "enabled": true, "id": "493e9419686442f3b5aa58dd995503a1", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_a433b72d-e562-4859-b98a-c5aac0371bb5"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-26 09:21:05,456 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-b3bd9622-befa-42d5-8e4e-0e89c05d3667 2018-10-26 09:21:05,456 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0739150047302s 2018-10-26 09:21:05,456 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-b3bd9622-befa-42d5-8e4e-0e89c05d3667 2018-10-26 09:21:05,459 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-26 09:21:05,459 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/493e9419686442f3b5aa58dd995503a1 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f5c54778ae6026ab5bb13d4f0d76fff7f21c8e83" 2018-10-26 09:21:05,630 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:21:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-83775d45-e8ed-4bac-9cc4-67b7bf45950b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:21:05,630 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/493e9419686442f3b5aa58dd995503a1 used request id req-83775d45-e8ed-4bac-9cc4-67b7bf45950b 2018-10-26 09:21:05,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.171555042267s 2018-10-26 09:21:05,631 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/493e9419686442f3b5aa58dd995503a1 used request id req-83775d45-e8ed-4bac-9cc4-67b7bf45950b 2018-10-26 09:21:05,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 09:21:05,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c54778ae6026ab5bb13d4f0d76fff7f21c8e83" 2018-10-26 09:21:05,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:21:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91e33394-19d2-4232-9c24-a609d4c84f8a Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "77ebe712dd194c628800b9ee72ee81da", "links": {"self": "http://172.30.9.21:5000/v3/roles/77ebe712dd194c628800b9ee72ee81da"}, "name": "Member"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:21:05,718 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-91e33394-19d2-4232-9c24-a609d4c84f8a 2018-10-26 09:21:05,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0867199897766s 2018-10-26 09:21:05,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-26 09:21:05,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/roles/77ebe712dd194c628800b9ee72ee81da -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5c54778ae6026ab5bb13d4f0d76fff7f21c8e83" 2018-10-26 09:21:05,840 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:21:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e0b060e2-9d16-4707-a492-66fddf69fa53 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:21:05,840 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/77ebe712dd194c628800b9ee72ee81da used request id req-e0b060e2-9d16-4707-a492-66fddf69fa53 2018-10-26 09:21:05,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.120437145233s 2018-10-26 09:21:05,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-26 09:21:05,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/security-groups.json?project_id=493e9419686442f3b5aa58dd995503a1&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}f5c54778ae6026ab5bb13d4f0d76fff7f21c8e83" 2018-10-26 09:21:06,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-99fe0176-5310-4050-bcd4-9f83bd0c22d2 Date: Fri, 26 Oct 2018 09:21:06 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "493e9419686442f3b5aa58dd995503a1", "created_at": "2018-10-26T08:54:58Z", "updated_at": "2018-10-26T08:54:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:54:58Z", "revision_number": 0, "id": "6eed0870-5aee-469c-95cc-83061ad61bc0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:54:58Z", "security_group_id": "bb72a900-3281-4ecb-ade6-afe24c17e08f", "tenant_id": "493e9419686442f3b5aa58dd995503a1", "port_range_min": null, "ethertype": "IPv4", "project_id": "493e9419686442f3b5aa58dd995503a1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:54:58Z", "revision_number": 0, "id": "a3996a29-a5c7-42df-9062-d1d7f6a4a0a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:54:58Z", "security_group_id": "bb72a900-3281-4ecb-ade6-afe24c17e08f", "tenant_id": "493e9419686442f3b5aa58dd995503a1", "port_range_min": null, "ethertype": "IPv6", "project_id": "493e9419686442f3b5aa58dd995503a1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:54:58Z", "revision_number": 0, "id": "aa7ffa1b-fd9f-4226-8f9c-46af5b42d738", "remote_group_id": "bb72a900-3281-4ecb-ade6-afe24c17e08f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:54:58Z", "security_group_id": "bb72a900-3281-4ecb-ade6-afe24c17e08f", "tenant_id": "493e9419686442f3b5aa58dd995503a1", "port_range_min": null, "ethertype": "IPv6", "project_id": "493e9419686442f3b5aa58dd995503a1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:54:58Z", "revision_number": 0, "id": "d50d15e5-32d2-4e10-be9b-3677d0a3527c", "remote_group_id": "bb72a900-3281-4ecb-ade6-afe24c17e08f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:54:58Z", "security_group_id": "bb72a900-3281-4ecb-ade6-afe24c17e08f", "tenant_id": "493e9419686442f3b5aa58dd995503a1", "port_range_min": null, "ethertype": "IPv4", "project_id": "493e9419686442f3b5aa58dd995503a1"}], "revision_number": 4, "project_id": "493e9419686442f3b5aa58dd995503a1", "id": "bb72a900-3281-4ecb-ade6-afe24c17e08f", "name": "default"}]} 2018-10-26 09:21:06,055 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json?project_id=493e9419686442f3b5aa58dd995503a1&name=default used request id req-99fe0176-5310-4050-bcd4-9f83bd0c22d2 2018-10-26 09:21:06,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.211879968643s 2018-10-26 09:21:06,055 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json?project_id=493e9419686442f3b5aa58dd995503a1&name=default used request id req-99fe0176-5310-4050-bcd4-9f83bd0c22d2 2018-10-26 09:21:06,059 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-26 09:21:06,059 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f5c54778ae6026ab5bb13d4f0d76fff7f21c8e83" 2018-10-26 09:21:06,262 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-78a09adb-46c1-4b07-a216-c8c3b94c5fd7 Date: Fri, 26 Oct 2018 09:21:06 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "493e9419686442f3b5aa58dd995503a1", "created_at": "2018-10-26T08:54:58Z", "updated_at": "2018-10-26T08:54:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:54:58Z", "revision_number": 0, "id": "aa7ffa1b-fd9f-4226-8f9c-46af5b42d738", "remote_group_id": "bb72a900-3281-4ecb-ade6-afe24c17e08f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:54:58Z", "security_group_id": "bb72a900-3281-4ecb-ade6-afe24c17e08f", "tenant_id": "493e9419686442f3b5aa58dd995503a1", "port_range_min": null, "ethertype": "IPv6", "project_id": "493e9419686442f3b5aa58dd995503a1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:54:58Z", "revision_number": 0, "id": "a3996a29-a5c7-42df-9062-d1d7f6a4a0a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:54:58Z", "security_group_id": "bb72a900-3281-4ecb-ade6-afe24c17e08f", "tenant_id": "493e9419686442f3b5aa58dd995503a1", "port_range_min": null, "ethertype": "IPv6", "project_id": "493e9419686442f3b5aa58dd995503a1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:54:58Z", "revision_number": 0, "id": "6eed0870-5aee-469c-95cc-83061ad61bc0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:54:58Z", "security_group_id": "bb72a900-3281-4ecb-ade6-afe24c17e08f", "tenant_id": "493e9419686442f3b5aa58dd995503a1", "port_range_min": null, "ethertype": "IPv4", "project_id": "493e9419686442f3b5aa58dd995503a1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:54:58Z", "revision_number": 0, "id": "d50d15e5-32d2-4e10-be9b-3677d0a3527c", "remote_group_id": "bb72a900-3281-4ecb-ade6-afe24c17e08f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:54:58Z", "security_group_id": "bb72a900-3281-4ecb-ade6-afe24c17e08f", "tenant_id": "493e9419686442f3b5aa58dd995503a1", "port_range_min": null, "ethertype": "IPv4", "project_id": "493e9419686442f3b5aa58dd995503a1"}], "revision_number": 4, "project_id": "493e9419686442f3b5aa58dd995503a1", "id": "bb72a900-3281-4ecb-ade6-afe24c17e08f", "name": "default"}]} 2018-10-26 09:21:06,262 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-78a09adb-46c1-4b07-a216-c8c3b94c5fd7 2018-10-26 09:21:06,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.203379869461s 2018-10-26 09:21:06,263 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-78a09adb-46c1-4b07-a216-c8c3b94c5fd7 2018-10-26 09:21:06,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-26 09:21:06,268 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/security-groups/bb72a900-3281-4ecb-ade6-afe24c17e08f.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}f5c54778ae6026ab5bb13d4f0d76fff7f21c8e83" 2018-10-26 09:21:06,556 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d01fd1cb-a99e-4735-b299-239de220c7b5 Content-Length: 0 Date: Fri, 26 Oct 2018 09:21:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:21:06,556 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/bb72a900-3281-4ecb-ade6-afe24c17e08f.json used request id req-d01fd1cb-a99e-4735-b299-239de220c7b5 2018-10-26 09:21:06,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.289273023605s 2018-10-26 09:21:06,557 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/bb72a900-3281-4ecb-ade6-afe24c17e08f.json used request id req-d01fd1cb-a99e-4735-b299-239de220c7b5 2018-10-26 09:21:06,611 - xtesting.ci.run_tests - INFO - Loading test case 'refstack_defcore'... 2018-10-26 09:21:06,654 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-26 09:21:06,654 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-26 09:21:06,654 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-26 09:21:06,654 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-26 09:21:06,654 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-26 09:21:06,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-26 09:21:06,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-26 09:21:06,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-26 09:21:06,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-26 09:21:06,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-26 09:21:06,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-26 09:21:06,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-26 09:21:06,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-26 09:21:06,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-26 09:21:06,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-26 09:21:06,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-26 09:21:06,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-26 09:21:06,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-26 09:21:06,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-26 09:21:06,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-26 09:21:06,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-26 09:21:06,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-26 09:21:06,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-26 09:21:06,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-26 09:21:06,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:21:06,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:21:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a10a6ef3-cf2c-48cb-a26d-30fb8d26b0ed Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:21:06,664 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a10a6ef3-cf2c-48cb-a26d-30fb8d26b0ed 2018-10-26 09:21:06,665 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:21:07,048 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}], "expires_at": "2018-10-26T10:21:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8dcd64f3c764883a33350227564ab99", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c8dcd64f3c764883a33350227564ab99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/c8dcd64f3c764883a33350227564ab99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/c8dcd64f3c764883a33350227564ab99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c8dcd64f3c764883a33350227564ab99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/c8dcd64f3c764883a33350227564ab99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/c8dcd64f3c764883a33350227564ab99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/c8dcd64f3c764883a33350227564ab99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/c8dcd64f3c764883a33350227564ab99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/c8dcd64f3c764883a33350227564ab99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/c8dcd64f3c764883a33350227564ab99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/c8dcd64f3c764883a33350227564ab99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/c8dcd64f3c764883a33350227564ab99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "407502ccd88d4e6a85d43ab4ef2e0d85"}, "audit_ids": ["Ie2TFmJJSCCcDj4w46tNfQ"], "issued_at": "2018-10-26T09:21:07.000000Z"}} 2018-10-26 09:21:07,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-26 09:21:07,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}202a80783ce5524bb3d965c3e4f9c84d3c70740e" 2018-10-26 09:21:07,286 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-7f843264-38e3-4f51-969e-8cf8b1557693 Date: Fri, 26 Oct 2018 09:21:07 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","provider:network_type":"flat"}]} 2018-10-26 09:21:07,287 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-7f843264-38e3-4f51-969e-8cf8b1557693 2018-10-26 09:21:07,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.235834121704s 2018-10-26 09:21:07,287 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-7f843264-38e3-4f51-969e-8cf8b1557693 2018-10-26 09:21:07,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-26 09:21:07,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}202a80783ce5524bb3d965c3e4f9c84d3c70740e" 2018-10-26 09:21:07,296 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:21: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:21:07,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}202a80783ce5524bb3d965c3e4f9c84d3c70740e" 2018-10-26 09:21:07,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:21:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e7ebecf-cc46-4ed2-a0f4-6993f2e6bf2e Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/865486593e12402f86e9636a8d3859ad"}, "description": "", "name": "heat_stack", "enabled": true, "id": "865486593e12402f86e9636a8d3859ad"}, {"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-10-26 09:21:07,380 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-2e7ebecf-cc46-4ed2-a0f4-6993f2e6bf2e 2018-10-26 09:21:07,381 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0927832126617s 2018-10-26 09:21:07,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-26 09:21:07,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}202a80783ce5524bb3d965c3e4f9c84d3c70740e" -d '{"project": {"description": "Created by OPNFV Functest: refstack_defcore", "enabled": true, "domain_id": "default", "name": "refstack_defcore-project_f845f736-b47f-4912-b876-d4d1bf026801"}}' 2018-10-26 09:21:07,511 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:21:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bbd49cbd-b80c-45c0-a809-80f9695abb49 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.21:5000/v3/projects/060d3a8f28734e1398a619dc53caef72"}, "enabled": true, "id": "060d3a8f28734e1398a619dc53caef72", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_f845f736-b47f-4912-b876-d4d1bf026801"}} 2018-10-26 09:21:07,511 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-bbd49cbd-b80c-45c0-a809-80f9695abb49 2018-10-26 09:21:07,511 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.128879070282s 2018-10-26 09:21:07,512 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-bbd49cbd-b80c-45c0-a809-80f9695abb49 2018-10-26 09:21:07,512 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'refstack_defcore-project_f845f736-b47f-4912-b876-d4d1bf026801', 'id': u'060d3a8f28734e1398a619dc53caef72', '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-26 09:21:07,513 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-26 09:21:07,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.344979763031s 2018-10-26 09:21:07,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/eddc293d84964e5cac130bca5c302b9e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}202a80783ce5524bb3d965c3e4f9c84d3c70740e" 2018-10-26 09:21:07,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:21:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9851f441-69bd-4c96-9f71-9c1f7c0e5dcd Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/eddc293d84964e5cac130bca5c302b9e"}, "enabled": true, "id": "eddc293d84964e5cac130bca5c302b9e", "options": {}, "domain_id": "default", "name": "refstack_defcore-user_f845f736-b47f-4912-b876-d4d1bf026801"}} 2018-10-26 09:21:07,956 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/eddc293d84964e5cac130bca5c302b9e used request id req-9851f441-69bd-4c96-9f71-9c1f7c0e5dcd 2018-10-26 09:21:07,956 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'eddc293d84964e5cac130bca5c302b9e', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'refstack_defcore-user_f845f736-b47f-4912-b876-d4d1bf026801'}) 2018-10-26 09:21:07,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 09:21:07,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}202a80783ce5524bb3d965c3e4f9c84d3c70740e" 2018-10-26 09:21:08,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:21:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-327dd5fa-f847-4427-b216-45b4206e5560 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:21:08,050 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-327dd5fa-f847-4427-b216-45b4206e5560 2018-10-26 09:21:08,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.093719959259s 2018-10-26 09:21:08,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 09:21:08,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}202a80783ce5524bb3d965c3e4f9c84d3c70740e" 2018-10-26 09:21:08,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:21:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27642d27-6333-41af-ae48-ed6e15f28c1d Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:21:08,129 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-27642d27-6333-41af-ae48-ed6e15f28c1d 2018-10-26 09:21:08,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0777459144592s 2018-10-26 09:21:08,131 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-26 09:21:08,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-26 09:21:08,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}202a80783ce5524bb3d965c3e4f9c84d3c70740e" -d '{"role": {"name": "Member"}}' 2018-10-26 09:21:08,238 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:21:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5d786341-829b-4a30-a5ac-24ae31239398 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c202c349cec246fb9607aff106fd110b", "links": {"self": "http://172.30.9.21:5000/v3/roles/c202c349cec246fb9607aff106fd110b"}, "name": "Member"}} 2018-10-26 09:21:08,238 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-5d786341-829b-4a30-a5ac-24ae31239398 2018-10-26 09:21:08,238 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.10687494278s 2018-10-26 09:21:08,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles/c202c349cec246fb9607aff106fd110b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}202a80783ce5524bb3d965c3e4f9c84d3c70740e" 2018-10-26 09:21:08,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:21:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4a14e96-0a5e-4bc5-8610-0919b84a2987 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/c202c349cec246fb9607aff106fd110b"}, "domain_id": null, "name": "Member", "id": "c202c349cec246fb9607aff106fd110b"}} 2018-10-26 09:21:08,255 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/c202c349cec246fb9607aff106fd110b used request id req-c4a14e96-0a5e-4bc5-8610-0919b84a2987 2018-10-26 09:21:08,255 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.21:5000/v3/roles/c202c349cec246fb9607aff106fd110b'}, 'domain_id': None, 'human_id': None, 'id': u'c202c349cec246fb9607aff106fd110b', 'HUMAN_ID': False}) 2018-10-26 09:21:08,255 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 09:21:08,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}202a80783ce5524bb3d965c3e4f9c84d3c70740e" 2018-10-26 09:21:08,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:21:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e11a2d6b-feb0-4878-8380-59ba1f0794bf Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c202c349cec246fb9607aff106fd110b", "links": {"self": "http://172.30.9.21:5000/v3/roles/c202c349cec246fb9607aff106fd110b"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:21:08,330 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-e11a2d6b-feb0-4878-8380-59ba1f0794bf 2018-10-26 09:21:08,330 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0747690200806s 2018-10-26 09:21:08,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-26 09:21:08,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}202a80783ce5524bb3d965c3e4f9c84d3c70740e" 2018-10-26 09:21:08,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:21:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40e0067c-35dd-45f2-aed4-90130cb4803b 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-10-26 09:21:08,407 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-40e0067c-35dd-45f2-aed4-90130cb4803b 2018-10-26 09:21:08,408 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0758202075958s 2018-10-26 09:21:08,408 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-26 09:21:08,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}202a80783ce5524bb3d965c3e4f9c84d3c70740e" 2018-10-26 09:21:08,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:21:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db275aca-594f-4652-a37b-67a401c6ad12 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_f845f736-b47f-4912-b876-d4d1bf026801", "links": {"self": "http://172.30.9.21:5000/v3/users/eddc293d84964e5cac130bca5c302b9e"}, "domain_id": "default", "enabled": true, "id": "eddc293d84964e5cac130bca5c302b9e", "options": {}}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:21:08,507 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-db275aca-594f-4652-a37b-67a401c6ad12 2018-10-26 09:21:08,507 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0986161231995s 2018-10-26 09:21:08,507 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-db275aca-594f-4652-a37b-67a401c6ad12 2018-10-26 09:21:08,513 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-26 09:21:08,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}202a80783ce5524bb3d965c3e4f9c84d3c70740e" 2018-10-26 09:21:08,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:21:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab53dd4c-2323-4664-8f13-dc0b35946c71 Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.21:5000/v3/projects/060d3a8f28734e1398a619dc53caef72"}, "enabled": true, "id": "060d3a8f28734e1398a619dc53caef72", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_f845f736-b47f-4912-b876-d4d1bf026801"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-26 09:21:08,589 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-ab53dd4c-2323-4664-8f13-dc0b35946c71 2018-10-26 09:21:08,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0760378837585s 2018-10-26 09:21:08,590 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-ab53dd4c-2323-4664-8f13-dc0b35946c71 2018-10-26 09:21:08,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-26 09:21:08,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=eddc293d84964e5cac130bca5c302b9e&scope.project.id=060d3a8f28734e1398a619dc53caef72&role.id=c202c349cec246fb9607aff106fd110b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}202a80783ce5524bb3d965c3e4f9c84d3c70740e" 2018-10-26 09:21:08,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:21:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-882e228c-fe48-4102-8fc8-06285a6b9501 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=eddc293d84964e5cac130bca5c302b9e&scope.project.id=060d3a8f28734e1398a619dc53caef72&role.id=c202c349cec246fb9607aff106fd110b", "previous": null, "next": null}} 2018-10-26 09:21:08,673 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=eddc293d84964e5cac130bca5c302b9e&scope.project.id=060d3a8f28734e1398a619dc53caef72&role.id=c202c349cec246fb9607aff106fd110b used request id req-882e228c-fe48-4102-8fc8-06285a6b9501 2018-10-26 09:21:08,674 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0812208652496s 2018-10-26 09:21:08,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-26 09:21:08,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/060d3a8f28734e1398a619dc53caef72/users/eddc293d84964e5cac130bca5c302b9e/roles/c202c349cec246fb9607aff106fd110b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}202a80783ce5524bb3d965c3e4f9c84d3c70740e" 2018-10-26 09:21:08,795 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:21:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-93e6b976-8442-43f2-af17-2f175ca6cbce Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:21:08,795 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/060d3a8f28734e1398a619dc53caef72/users/eddc293d84964e5cac130bca5c302b9e/roles/c202c349cec246fb9607aff106fd110b used request id req-93e6b976-8442-43f2-af17-2f175ca6cbce 2018-10-26 09:21:08,795 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.120924949646s 2018-10-26 09:21:08,796 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'refstack_defcore-project_f845f736-b47f-4912-b876-d4d1bf026801', 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': '791776d1-89ca-49e5-a80f-cb5badd1aff2', 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_f845f736-b47f-4912-b876-d4d1bf026801', 'project_id': u'060d3a8f28734e1398a619dc53caef72', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-26 09:21:08,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-26 09:21:08,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-26 09:21:08,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-26 09:21:08,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-26 09:21:08,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-26 09:21:08,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-26 09:21:08,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-26 09:21:08,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-26 09:21:08,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-26 09:21:08,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-26 09:21:08,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-26 09:21:08,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-26 09:21:08,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-26 09:21:08,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-26 09:21:08,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-26 09:21:08,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-26 09:21:08,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-26 09:21:08,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-26 09:21:08,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-26 09:21:08,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-26 09:21:08,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-26 09:21:08,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-26 09:21:08,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-26 09:21:08,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-26 09:21:08,801 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'refstack_defcore-user_f845f736-b47f-4912-b876-d4d1bf026801', 'password': '791776d1-89ca-49e5-a80f-cb5badd1aff2', 'project_name': 'refstack_defcore-project_f845f736-b47f-4912-b876-d4d1bf026801', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': '060d3a8f28734e1398a619dc53caef72', 'project_domain_name': 'Default'} 2018-10-26 09:21:08,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 09:21:08,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}202a80783ce5524bb3d965c3e4f9c84d3c70740e" 2018-10-26 09:21:08,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:21:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8ac59dc-e655-4bde-bd09-c62a12b24e59 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c202c349cec246fb9607aff106fd110b", "links": {"self": "http://172.30.9.21:5000/v3/roles/c202c349cec246fb9607aff106fd110b"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:21:08,877 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-d8ac59dc-e655-4bde-bd09-c62a12b24e59 2018-10-26 09:21:08,877 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0754418373108s 2018-10-26 09:21:08,879 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 09:21:08,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}202a80783ce5524bb3d965c3e4f9c84d3c70740e" 2018-10-26 09:21:08,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:21:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7795126-38f9-484c-b35d-4a2031c1ea85 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c202c349cec246fb9607aff106fd110b", "links": {"self": "http://172.30.9.21:5000/v3/roles/c202c349cec246fb9607aff106fd110b"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:21:08,965 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-e7795126-38f9-484c-b35d-4a2031c1ea85 2018-10-26 09:21:08,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0865461826324s 2018-10-26 09:21:08,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-26 09:21:08,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}202a80783ce5524bb3d965c3e4f9c84d3c70740e" 2018-10-26 09:21:09,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:21:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82a8da35-96a3-4cea-9774-74768a8f3844 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-10-26 09:21:09,048 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-82a8da35-96a3-4cea-9774-74768a8f3844 2018-10-26 09:21:09,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0816671848297s 2018-10-26 09:21:09,049 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-26 09:21:09,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}202a80783ce5524bb3d965c3e4f9c84d3c70740e" 2018-10-26 09:21:09,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:21:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0dbf52ae-6d4b-4d76-8e3e-3b207fd811a4 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_f845f736-b47f-4912-b876-d4d1bf026801", "links": {"self": "http://172.30.9.21:5000/v3/users/eddc293d84964e5cac130bca5c302b9e"}, "domain_id": "default", "enabled": true, "id": "eddc293d84964e5cac130bca5c302b9e", "options": {}}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:21:09,139 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-0dbf52ae-6d4b-4d76-8e3e-3b207fd811a4 2018-10-26 09:21:09,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.090124130249s 2018-10-26 09:21:09,140 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-0dbf52ae-6d4b-4d76-8e3e-3b207fd811a4 2018-10-26 09:21:09,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-26 09:21:09,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}202a80783ce5524bb3d965c3e4f9c84d3c70740e" 2018-10-26 09:21:09,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:21:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74d4b719-f297-4422-93cc-c736af658969 Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.21:5000/v3/projects/060d3a8f28734e1398a619dc53caef72"}, "enabled": true, "id": "060d3a8f28734e1398a619dc53caef72", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_f845f736-b47f-4912-b876-d4d1bf026801"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-26 09:21:09,230 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-74d4b719-f297-4422-93cc-c736af658969 2018-10-26 09:21:09,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0836730003357s 2018-10-26 09:21:09,230 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-74d4b719-f297-4422-93cc-c736af658969 2018-10-26 09:21:09,232 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-26 09:21:09,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=eddc293d84964e5cac130bca5c302b9e&scope.project.id=060d3a8f28734e1398a619dc53caef72&role.id=886257d877da42cd903fe01393f42ae9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}202a80783ce5524bb3d965c3e4f9c84d3c70740e" 2018-10-26 09:21:09,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:21:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ea41ec4-04f9-4ec0-a16d-501e5ad9dc75 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=eddc293d84964e5cac130bca5c302b9e&scope.project.id=060d3a8f28734e1398a619dc53caef72&role.id=886257d877da42cd903fe01393f42ae9", "previous": null, "next": null}} 2018-10-26 09:21:09,312 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=eddc293d84964e5cac130bca5c302b9e&scope.project.id=060d3a8f28734e1398a619dc53caef72&role.id=886257d877da42cd903fe01393f42ae9 used request id req-7ea41ec4-04f9-4ec0-a16d-501e5ad9dc75 2018-10-26 09:21:09,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0797061920166s 2018-10-26 09:21:09,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-26 09:21:09,313 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/060d3a8f28734e1398a619dc53caef72/users/eddc293d84964e5cac130bca5c302b9e/roles/886257d877da42cd903fe01393f42ae9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}202a80783ce5524bb3d965c3e4f9c84d3c70740e" 2018-10-26 09:21:09,501 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:21:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fdfb5de9-c8d2-4b43-a254-f3a1ba309128 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:21:09,501 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/060d3a8f28734e1398a619dc53caef72/users/eddc293d84964e5cac130bca5c302b9e/roles/886257d877da42cd903fe01393f42ae9 used request id req-fdfb5de9-c8d2-4b43-a254-f3a1ba309128 2018-10-26 09:21:09,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.188768148422s 2018-10-26 09:21:09,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 09:21:09,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}202a80783ce5524bb3d965c3e4f9c84d3c70740e" 2018-10-26 09:21:09,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:21:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5d7aeed-e98e-42d3-ae6d-f204058d1fef Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c202c349cec246fb9607aff106fd110b", "links": {"self": "http://172.30.9.21:5000/v3/roles/c202c349cec246fb9607aff106fd110b"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:21:09,584 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-b5d7aeed-e98e-42d3-ae6d-f204058d1fef 2018-10-26 09:21:09,584 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0824019908905s 2018-10-26 09:21:09,585 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-26 09:21:09,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}202a80783ce5524bb3d965c3e4f9c84d3c70740e" 2018-10-26 09:21:09,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:21:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-541f97b5-e667-4dd8-ba76-7bf8924ad7f6 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-10-26 09:21:09,667 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-541f97b5-e667-4dd8-ba76-7bf8924ad7f6 2018-10-26 09:21:09,667 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0818150043488s 2018-10-26 09:21:09,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-26 09:21:09,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}202a80783ce5524bb3d965c3e4f9c84d3c70740e" 2018-10-26 09:21:09,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:21:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a8863a2-0787-4012-8f7b-98a6b236e212 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_f845f736-b47f-4912-b876-d4d1bf026801", "links": {"self": "http://172.30.9.21:5000/v3/users/eddc293d84964e5cac130bca5c302b9e"}, "domain_id": "default", "enabled": true, "id": "eddc293d84964e5cac130bca5c302b9e", "options": {}}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:21:09,760 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-1a8863a2-0787-4012-8f7b-98a6b236e212 2018-10-26 09:21:09,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0917489528656s 2018-10-26 09:21:09,760 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-1a8863a2-0787-4012-8f7b-98a6b236e212 2018-10-26 09:21:09,766 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-26 09:21:09,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=eddc293d84964e5cac130bca5c302b9e&role.id=886257d877da42cd903fe01393f42ae9&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}202a80783ce5524bb3d965c3e4f9c84d3c70740e" 2018-10-26 09:21:09,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:21:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d435be9c-a719-4beb-947d-bcf7a4bfdefc Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=eddc293d84964e5cac130bca5c302b9e&role.id=886257d877da42cd903fe01393f42ae9&scope.domain.id=default", "previous": null, "next": null}} 2018-10-26 09:21:09,847 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=eddc293d84964e5cac130bca5c302b9e&role.id=886257d877da42cd903fe01393f42ae9&scope.domain.id=default used request id req-d435be9c-a719-4beb-947d-bcf7a4bfdefc 2018-10-26 09:21:09,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0805661678314s 2018-10-26 09:21:09,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-26 09:21:09,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/domains/default/users/eddc293d84964e5cac130bca5c302b9e/roles/886257d877da42cd903fe01393f42ae9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}202a80783ce5524bb3d965c3e4f9c84d3c70740e" 2018-10-26 09:21:09,972 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:21:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8171b6b5-e556-4595-be79-cadc3f483cd1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:21:09,972 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/domains/default/users/eddc293d84964e5cac130bca5c302b9e/roles/886257d877da42cd903fe01393f42ae9 used request id req-8171b6b5-e556-4595-be79-cadc3f483cd1 2018-10-26 09:21:09,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.124644041061s 2018-10-26 09:21:09,972 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-26 09:21:12,372 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-10-26 09:21:12.072 11196 INFO rally.deployment.engine [-] Deployment 52b0daa8-c2e8-47c5-a0e9-ccc843315f3c | Starting: Destroy cloud and free allocated resources. 2018-10-26 09:21:12.160 11196 INFO rally.deployment.engine [-] Deployment 52b0daa8-c2e8-47c5-a0e9-ccc843315f3c | Completed: Destroy cloud and free allocated resources. 2018-10-26 09:21:12.170 11196 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=2cc1f547-3fcd-437a-819e-5f2b8f42cd59). 2018-10-26 09:21:12.172 11196 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-10-26 09:21:14,728 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-26 09:21:14.437 11199 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=5e5985ad-e154-4c76-a866-cdb909307270) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 5e5985ad-e154-4c76-a866-cdb909307270 | 2018-10-26T09:21:14 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 5e5985ad-e154-4c76-a866-cdb909307270 ~/.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-26 09:21:18,086 - 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-26 09:21:18,087 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-26 09:21:20,385 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-10-26 09:21:20.138 11205 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=2cc1f547-3fcd-437a-819e-5f2b8f42cd59). 2018-10-26 09:21:20.256 11205 INFO rally.api [-] Verifier has been successfully deleted! 2018-10-26 09:21:23,860 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-26 09:21:22.308 11208 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-26 09:21:22.466 11208 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-26 09:21:23.657 11208 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=562202c7-1471-41eb-8842-27d83511d8f4) has been successfully created! Using verifier 'opnfv-tempest' (UUID=562202c7-1471-41eb-8842-27d83511d8f4) as the default verifier for the future CLI operations. 2018-10-26 09:21:26,696 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-10-26 09:21:26,697 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 09:21:26,826 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-10-26 09:21:26,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:21:26,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:21:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44f6770f-962d-4d02-9deb-3d98c5f1f292 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:21:26,835 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-44f6770f-962d-4d02-9deb-3d98c5f1f292 2018-10-26 09:21:26,836 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:21:27,224 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c202c349cec246fb9607aff106fd110b", "name": "Member"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}], "expires_at": "2018-10-26T10:21:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "060d3a8f28734e1398a619dc53caef72", "name": "refstack_defcore-project_f845f736-b47f-4912-b876-d4d1bf026801"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/060d3a8f28734e1398a619dc53caef72", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/060d3a8f28734e1398a619dc53caef72", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/060d3a8f28734e1398a619dc53caef72", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/060d3a8f28734e1398a619dc53caef72", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/060d3a8f28734e1398a619dc53caef72", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/060d3a8f28734e1398a619dc53caef72", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/060d3a8f28734e1398a619dc53caef72", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/060d3a8f28734e1398a619dc53caef72", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/060d3a8f28734e1398a619dc53caef72", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/060d3a8f28734e1398a619dc53caef72", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/060d3a8f28734e1398a619dc53caef72", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/060d3a8f28734e1398a619dc53caef72", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "refstack_defcore-user_f845f736-b47f-4912-b876-d4d1bf026801", "id": "eddc293d84964e5cac130bca5c302b9e"}, "audit_ids": ["5d53Kw_LQMyOfVFH5ZbLbw"], "issued_at": "2018-10-26T09:21:27.000000Z"}} 2018-10-26 09:21:27,228 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}98ba83ae517e53b5e3ae87af7eab45e3f60f8b59" 2018-10-26 09:21:27,234 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Fri, 26 Oct 2018 09:21:27 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-10-26 09:21:27,237 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-26 09:21:27,238 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}98ba83ae517e53b5e3ae87af7eab45e3f60f8b59" 2018-10-26 09:21:27,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-ae522185-fda1-43cc-86ee-62883ee9c258 Date: Fri, 26 Oct 2018 09:21:27 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-26 09:21:27,444 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-ae522185-fda1-43cc-86ee-62883ee9c258 2018-10-26 09:21:27,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.206665992737s 2018-10-26 09:21:27,444 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-ae522185-fda1-43cc-86ee-62883ee9c258 2018-10-26 09:21:27,446 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-26 09:21:27,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}98ba83ae517e53b5e3ae87af7eab45e3f60f8b59" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_f845f736-b47f-4912-b876-d4d1bf026801", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_f845f736-b47f-4912-b876-d4d1bf026801"}' 2018-10-26 09:21:27,671 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 883 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/b03a094e-e42b-495b-a489-ad0965daac60 X-Openstack-Request-Id: req-1a4e47a0-6d26-45b4-b14d-bd9de51671e0 Date: Fri, 26 Oct 2018 09:21:27 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/b03a094e-e42b-495b-a489-ad0965daac60/file", "owner": "060d3a8f28734e1398a619dc53caef72", "id": "b03a094e-e42b-495b-a489-ad0965daac60", "size": null, "self": "/v2/images/b03a094e-e42b-495b-a489-ad0965daac60", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-26T09:21:27Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_f845f736-b47f-4912-b876-d4d1bf026801", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_f845f736-b47f-4912-b876-d4d1bf026801", "checksum": null, "created_at": "2018-10-26T09:21:27Z", "protected": false} 2018-10-26 09:21:27,671 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-1a4e47a0-6d26-45b4-b14d-bd9de51671e0 2018-10-26 09:21:27,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.225227117538s 2018-10-26 09:21:27,672 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-1a4e47a0-6d26-45b4-b14d-bd9de51671e0 returning object b03a094e-e42b-495b-a489-ad0965daac60 2018-10-26 09:21:27,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-26 09:21:27,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/b03a094e-e42b-495b-a489-ad0965daac60/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}98ba83ae517e53b5e3ae87af7eab45e3f60f8b59" -d '' 2018-10-26 09:21:29,771 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ee8f24d1-dae0-472f-9a57-d723d3f5b2a3 Date: Fri, 26 Oct 2018 09:21: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-26 09:21:29,771 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/b03a094e-e42b-495b-a489-ad0965daac60/file used request id req-ee8f24d1-dae0-472f-9a57-d723d3f5b2a3 2018-10-26 09:21:29,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 2.09862399101s 2018-10-26 09:21:29,772 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/b03a094e-e42b-495b-a489-ad0965daac60/file used request id req-ee8f24d1-dae0-472f-9a57-d723d3f5b2a3 2018-10-26 09:21:29,772 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-26 09:21:29,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}98ba83ae517e53b5e3ae87af7eab45e3f60f8b59" 2018-10-26 09:21:29,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-18e4f4eb-cb3b-4c52-acbf-dd8c01576344 Date: Fri, 26 Oct 2018 09:21:29 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/b03a094e-e42b-495b-a489-ad0965daac60/snap", "metadata": {}}], "file": "/v2/images/b03a094e-e42b-495b-a489-ad0965daac60/file", "owner": "060d3a8f28734e1398a619dc53caef72", "id": "b03a094e-e42b-495b-a489-ad0965daac60", "size": 12716032, "self": "/v2/images/b03a094e-e42b-495b-a489-ad0965daac60", "disk_format": "qcow2", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/b03a094e-e42b-495b-a489-ad0965daac60/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-26T09:21:29Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_f845f736-b47f-4912-b876-d4d1bf026801", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_f845f736-b47f-4912-b876-d4d1bf026801", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-26T09:21:27Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-26 09:21:29,954 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-18e4f4eb-cb3b-4c52-acbf-dd8c01576344 2018-10-26 09:21:29,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.181570053101s 2018-10-26 09:21:29,954 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-18e4f4eb-cb3b-4c52-acbf-dd8c01576344 2018-10-26 09:21:29,956 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/b03a094e-e42b-495b-a489-ad0965daac60/snap', u'metadata': Munch({})})], 'file': u'/v2/images/b03a094e-e42b-495b-a489-ad0965daac60/file', 'owner': u'060d3a8f28734e1398a619dc53caef72', 'id': u'b03a094e-e42b-495b-a489-ad0965daac60', 'size': 12716032, u'self': u'/v2/images/b03a094e-e42b-495b-a489-ad0965daac60', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'060d3a8f28734e1398a619dc53caef72', 'name': 'refstack_defcore-project_f845f736-b47f-4912-b876-d4d1bf026801', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/b03a094e-e42b-495b-a489-ad0965daac60/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-26T09:21:29Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-26T09:21:29Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_f845f736-b47f-4912-b876-d4d1bf026801', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/b03a094e-e42b-495b-a489-ad0965daac60', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_f845f736-b47f-4912-b876-d4d1bf026801', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_f845f736-b47f-4912-b876-d4d1bf026801', 'created': u'2018-10-26T09:21:27Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-26T09:21:27Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/b03a094e-e42b-495b-a489-ad0965daac60', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_f845f736-b47f-4912-b876-d4d1bf026801', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-26 09:21:29,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-26 09:21:29,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: os-client-config/1.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}202a80783ce5524bb3d965c3e4f9c84d3c70740e" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "refstack_defcore-flavor_f845f736-b47f-4912-b876-d4d1bf026801", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-26 09:21:30,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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-57355657-78f2-4d30-8e58-af4b58b9d001 x-compute-request-id: req-57355657-78f2-4d30-8e58-af4b58b9d001 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/4fab310d-f072-4576-a263-20099058e477", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/4fab310d-f072-4576-a263-20099058e477", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "4fab310d-f072-4576-a263-20099058e477", "name": "refstack_defcore-flavor_f845f736-b47f-4912-b876-d4d1bf026801", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 09:21:30,149 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-57355657-78f2-4d30-8e58-af4b58b9d001 2018-10-26 09:21:30,149 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.192247867584s 2018-10-26 09:21:30,150 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-57355657-78f2-4d30-8e58-af4b58b9d001 returning object 4fab310d-f072-4576-a263-20099058e477 2018-10-26 09:21:30,151 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_f845f736-b47f-4912-b876-d4d1bf026801', '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'c8dcd64f3c764883a33350227564ab99', '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'4fab310d-f072-4576-a263-20099058e477', 'swap': 0}) 2018-10-26 09:21:30,151 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-26 09:21:30,154 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/4fab310d-f072-4576-a263-20099058e477/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}202a80783ce5524bb3d965c3e4f9c84d3c70740e" -d '{"extra_specs": {}}' 2018-10-26 09:21:30,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:21: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-0802ac37-431a-4479-949a-dfa82250c9a8 x-compute-request-id: req-0802ac37-431a-4479-949a-dfa82250c9a8 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-26 09:21:30,172 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/4fab310d-f072-4576-a263-20099058e477/os-extra_specs used request id req-0802ac37-431a-4479-949a-dfa82250c9a8 2018-10-26 09:21:30,172 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0203769207001s 2018-10-26 09:21:30,172 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/4fab310d-f072-4576-a263-20099058e477/os-extra_specs used request id req-0802ac37-431a-4479-949a-dfa82250c9a8 2018-10-26 09:21:30,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 09:21:30,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}98ba83ae517e53b5e3ae87af7eab45e3f60f8b59" 2018-10-26 09:21:30,182 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:21:30,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98ba83ae517e53b5e3ae87af7eab45e3f60f8b59" 2018-10-26 09:21:30,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:21:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3dc997cc-1602-4adc-bba5-415b37a4c88f Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c202c349cec246fb9607aff106fd110b", "links": {"self": "http://172.30.9.21:5000/v3/roles/c202c349cec246fb9607aff106fd110b"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:21:30,270 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-3dc997cc-1602-4adc-bba5-415b37a4c88f 2018-10-26 09:21:30,270 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0957279205322s 2018-10-26 09:21:30,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-10-26 09:21:30,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}98ba83ae517e53b5e3ae87af7eab45e3f60f8b59" 2018-10-26 09:21:30,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:21: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-79a240fc-a1bb-4fbd-84ca-7ebd13e48b3d x-compute-request-id: req-79a240fc-a1bb-4fbd-84ca-7ebd13e48b3d Content-Encoding: gzip Content-Length: 717 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 152}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 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": 155}, "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-26 09:21:30,823 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-79a240fc-a1bb-4fbd-84ca-7ebd13e48b3d 2018-10-26 09:21:30,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.551051855087s 2018-10-26 09:21:30,824 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-79a240fc-a1bb-4fbd-84ca-7ebd13e48b3d 2018-10-26 09:21:30,825 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-26 09:21:30,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}98ba83ae517e53b5e3ae87af7eab45e3f60f8b59" 2018-10-26 09:21:31,014 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-68a37869-c03f-4820-8acc-816b4e3334cd Date: Fri, 26 Oct 2018 09:21:31 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/b03a094e-e42b-495b-a489-ad0965daac60/snap", "metadata": {}}], "file": "/v2/images/b03a094e-e42b-495b-a489-ad0965daac60/file", "owner": "060d3a8f28734e1398a619dc53caef72", "id": "b03a094e-e42b-495b-a489-ad0965daac60", "size": 12716032, "self": "/v2/images/b03a094e-e42b-495b-a489-ad0965daac60", "disk_format": "qcow2", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/b03a094e-e42b-495b-a489-ad0965daac60/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-26T09:21:29Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_f845f736-b47f-4912-b876-d4d1bf026801", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_f845f736-b47f-4912-b876-d4d1bf026801", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-26T09:21:27Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-26 09:21:31,014 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-68a37869-c03f-4820-8acc-816b4e3334cd 2018-10-26 09:21:31,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.188874006271s 2018-10-26 09:21:31,015 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-68a37869-c03f-4820-8acc-816b4e3334cd 2018-10-26 09:21:31,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-26 09:21:31,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}98ba83ae517e53b5e3ae87af7eab45e3f60f8b59" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_alt_f845f736-b47f-4912-b876-d4d1bf026801", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_alt_f845f736-b47f-4912-b876-d4d1bf026801"}' 2018-10-26 09:21:31,214 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 891 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/cba26791-ce25-4b66-9fdf-d38e665d3a66 X-Openstack-Request-Id: req-e7c8f9cc-07bd-4afb-9aa6-4f4978de0d76 Date: Fri, 26 Oct 2018 09:21:31 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/cba26791-ce25-4b66-9fdf-d38e665d3a66/file", "owner": "060d3a8f28734e1398a619dc53caef72", "id": "cba26791-ce25-4b66-9fdf-d38e665d3a66", "size": null, "self": "/v2/images/cba26791-ce25-4b66-9fdf-d38e665d3a66", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-26T09:21:31Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_alt_f845f736-b47f-4912-b876-d4d1bf026801", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_f845f736-b47f-4912-b876-d4d1bf026801", "checksum": null, "created_at": "2018-10-26T09:21:31Z", "protected": false} 2018-10-26 09:21:31,214 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-e7c8f9cc-07bd-4afb-9aa6-4f4978de0d76 2018-10-26 09:21:31,215 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.197366952896s 2018-10-26 09:21:31,215 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-e7c8f9cc-07bd-4afb-9aa6-4f4978de0d76 returning object cba26791-ce25-4b66-9fdf-d38e665d3a66 2018-10-26 09:21:31,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-26 09:21:31,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/cba26791-ce25-4b66-9fdf-d38e665d3a66/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}98ba83ae517e53b5e3ae87af7eab45e3f60f8b59" -d '' 2018-10-26 09:21:33,057 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-efe91242-faa3-4d3c-987b-ad5b94ce1e4c Date: Fri, 26 Oct 2018 09:21: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-26 09:21:33,057 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/cba26791-ce25-4b66-9fdf-d38e665d3a66/file used request id req-efe91242-faa3-4d3c-987b-ad5b94ce1e4c 2018-10-26 09:21:33,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.84135103226s 2018-10-26 09:21:33,057 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/cba26791-ce25-4b66-9fdf-d38e665d3a66/file used request id req-efe91242-faa3-4d3c-987b-ad5b94ce1e4c 2018-10-26 09:21:33,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-26 09:21:33,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}98ba83ae517e53b5e3ae87af7eab45e3f60f8b59" 2018-10-26 09:21:33,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2367 Content-Type: application/json X-Openstack-Request-Id: req-f3e0ef64-5920-4ab4-ab3d-5959ecd5120a Date: Fri, 26 Oct 2018 09:21:33 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/cba26791-ce25-4b66-9fdf-d38e665d3a66/snap", "metadata": {}}], "file": "/v2/images/cba26791-ce25-4b66-9fdf-d38e665d3a66/file", "owner": "060d3a8f28734e1398a619dc53caef72", "id": "cba26791-ce25-4b66-9fdf-d38e665d3a66", "size": 12716032, "self": "/v2/images/cba26791-ce25-4b66-9fdf-d38e665d3a66", "disk_format": "qcow2", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/cba26791-ce25-4b66-9fdf-d38e665d3a66/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-26T09:21:33Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_alt_f845f736-b47f-4912-b876-d4d1bf026801", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_f845f736-b47f-4912-b876-d4d1bf026801", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-26T09:21:31Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/b03a094e-e42b-495b-a489-ad0965daac60/snap", "metadata": {}}], "file": "/v2/images/b03a094e-e42b-495b-a489-ad0965daac60/file", "owner": "060d3a8f28734e1398a619dc53caef72", "id": "b03a094e-e42b-495b-a489-ad0965daac60", "size": 12716032, "self": "/v2/images/b03a094e-e42b-495b-a489-ad0965daac60", "disk_format": "qcow2", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/b03a094e-e42b-495b-a489-ad0965daac60/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-26T09:21:29Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_f845f736-b47f-4912-b876-d4d1bf026801", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_f845f736-b47f-4912-b876-d4d1bf026801", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-26T09:21:27Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-26 09:21:33,084 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-f3e0ef64-5920-4ab4-ab3d-5959ecd5120a 2018-10-26 09:21:33,084 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0265789031982s 2018-10-26 09:21:33,085 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-f3e0ef64-5920-4ab4-ab3d-5959ecd5120a 2018-10-26 09:21:33,087 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/cba26791-ce25-4b66-9fdf-d38e665d3a66/snap', u'metadata': Munch({})})], 'file': u'/v2/images/cba26791-ce25-4b66-9fdf-d38e665d3a66/file', 'owner': u'060d3a8f28734e1398a619dc53caef72', 'id': u'cba26791-ce25-4b66-9fdf-d38e665d3a66', 'size': 12716032, u'self': u'/v2/images/cba26791-ce25-4b66-9fdf-d38e665d3a66', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'060d3a8f28734e1398a619dc53caef72', 'name': 'refstack_defcore-project_f845f736-b47f-4912-b876-d4d1bf026801', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/cba26791-ce25-4b66-9fdf-d38e665d3a66/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-26T09:21:33Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-26T09:21:33Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_f845f736-b47f-4912-b876-d4d1bf026801', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/cba26791-ce25-4b66-9fdf-d38e665d3a66', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_f845f736-b47f-4912-b876-d4d1bf026801', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_alt_f845f736-b47f-4912-b876-d4d1bf026801', 'created': u'2018-10-26T09:21:31Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-26T09:21:31Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/cba26791-ce25-4b66-9fdf-d38e665d3a66', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_f845f736-b47f-4912-b876-d4d1bf026801', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-26 09:21:33,088 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-26 09:21:33,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: os-client-config/1.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}202a80783ce5524bb3d965c3e4f9c84d3c70740e" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "refstack_defcore-flavor_alt_f845f736-b47f-4912-b876-d4d1bf026801", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-26 09:21:33,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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-4b12bed0-f402-449f-b5d9-c763f466df80 x-compute-request-id: req-4b12bed0-f402-449f-b5d9-c763f466df80 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/468bbec6-5628-41c0-8c59-2cf0ecf784ec", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/468bbec6-5628-41c0-8c59-2cf0ecf784ec", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "468bbec6-5628-41c0-8c59-2cf0ecf784ec", "name": "refstack_defcore-flavor_alt_f845f736-b47f-4912-b876-d4d1bf026801", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 09:21:33,139 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-4b12bed0-f402-449f-b5d9-c763f466df80 2018-10-26 09:21:33,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0513181686401s 2018-10-26 09:21:33,140 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-4b12bed0-f402-449f-b5d9-c763f466df80 returning object 468bbec6-5628-41c0-8c59-2cf0ecf784ec 2018-10-26 09:21:33,141 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_f845f736-b47f-4912-b876-d4d1bf026801', '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'c8dcd64f3c764883a33350227564ab99', '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'468bbec6-5628-41c0-8c59-2cf0ecf784ec', 'swap': 0}) 2018-10-26 09:21:33,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-26 09:21:33,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/468bbec6-5628-41c0-8c59-2cf0ecf784ec/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}202a80783ce5524bb3d965c3e4f9c84d3c70740e" -d '{"extra_specs": {}}' 2018-10-26 09:21:33,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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 x-openstack-request-id: req-8af115d5-ea16-43c3-ae50-c84d3eb3881c x-compute-request-id: req-8af115d5-ea16-43c3-ae50-c84d3eb3881c Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-26 09:21:33,162 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/468bbec6-5628-41c0-8c59-2cf0ecf784ec/os-extra_specs used request id req-8af115d5-ea16-43c3-ae50-c84d3eb3881c 2018-10-26 09:21:33,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0202150344849s 2018-10-26 09:21:33,162 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/468bbec6-5628-41c0-8c59-2cf0ecf784ec/os-extra_specs used request id req-8af115d5-ea16-43c3-ae50-c84d3eb3881c 2018-10-26 09:21:33,162 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_f845f736-b47f-4912-b876-d4d1bf026801', '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'c8dcd64f3c764883a33350227564ab99', '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'468bbec6-5628-41c0-8c59-2cf0ecf784ec', 'swap': 0}) 2018-10-26 09:21:36,348 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-26 09:21:35.289 11227 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=562202c7-1471-41eb-8842-27d83511d8f4) for deployment 'opnfv-rally' (UUID=5e5985ad-e154-4c76-a866-cdb909307270). 2018-10-26 09:21:36.181 11227 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-26 09:21:36.183 11227 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=562202c7-1471-41eb-8842-27d83511d8f4) has been successfully configured for deployment 'opnfv-rally' (UUID=5e5985ad-e154-4c76-a866-cdb909307270)! 2018-10-26 09:21:36,348 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-10-26 09:21:36,349 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-10-26 09:21:36,351 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-10-26 09:21:38,746 - 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-26 09:21:38,746 - 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-26 09:21:38,746 - 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-26 09:21:38,746 - 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-26 09:21:38,746 - 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-26 09:21:38,747 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_networks not found in Tempest list. 2018-10-26 09:21:38,747 - 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-26 09:21:38,747 - 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-26 09:21:38,747 - 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-26 09:21:38,747 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_crud_snapshot_metadata not found in Tempest list. 2018-10-26 09:21:38,747 - 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-26 09:21:38,747 - 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-26 09:21:38,747 - 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-26 09:21:38,747 - 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-26 09:21:38,747 - 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-26 09:21:38,747 - 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-26 09:21:38,747 - 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-26 09:21:38,748 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_extensions.ExtensionsV2TestJSON.test_list_extensions not found in Tempest list. 2018-10-26 09:21:38,748 - 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-26 09:21:38,748 - 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-26 09:21:38,748 - 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-26 09:21:38,748 - 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-26 09:21:38,748 - 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-26 09:21:38,748 - 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-26 09:21:38,748 - 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-26 09:21:38,748 - 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-26 09:21:38,748 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_no_params not found in Tempest list. 2018-10-26 09:21:38,748 - 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-26 09:21:38,749 - 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-26 09:21:38,749 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet not found in Tempest list. 2018-10-26 09:21:38,749 - 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-26 09:21:38,749 - 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-26 09:21:38,749 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_upload not found in Tempest list. 2018-10-26 09:21:38,749 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_network_fields not found in Tempest list. 2018-10-26 09:21:38,749 - 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-26 09:21:38,749 - 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-26 09:21:38,749 - 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-26 09:21:38,749 - 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-26 09:21:38,749 - 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-26 09:21:38,749 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_version_statuses not found in Tempest list. 2018-10-26 09:21:38,750 - 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-26 09:21:38,750 - 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-26 09:21:38,750 - 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-26 09:21:38,750 - 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-26 09:21:38,750 - 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-26 09:21:38,750 - 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-26 09:21:38,750 - 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-26 09:21:38,750 - 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-26 09:21:38,750 - 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-26 09:21:38,750 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list not found in Tempest list. 2018-10-26 09:21:38,750 - 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-26 09:21:38,750 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_network not found in Tempest list. 2018-10-26 09:21:38,751 - 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-26 09:21:38,751 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets_fields not found in Tempest list. 2018-10-26 09:21:38,751 - 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-26 09:21:38,751 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_delete_network_with_subnet not found in Tempest list. 2018-10-26 09:21:38,751 - 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-26 09:21:38,751 - 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-26 09:21:38,751 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_media_types not found in Tempest list. 2018-10-26 09:21:38,751 - 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-26 09:21:38,751 - 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-26 09:21:38,751 - 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-26 09:21:38,751 - 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-26 09:21:38,751 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet_fields not found in Tempest list. 2018-10-26 09:21:38,752 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_version_resources not found in Tempest list. 2018-10-26 09:21:38,752 - 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-26 09:21:38,752 - 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-26 09:21:38,752 - 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-26 09:21:38,752 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_index_no_params not found in Tempest list. 2018-10-26 09:21:38,752 - 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-26 09:21:38,752 - 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-26 09:21:38,752 - 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-26 09:21:38,752 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_networks_fields not found in Tempest list. 2018-10-26 09:21:38,752 - 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-26 09:21:38,752 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_get_images_schema not found in Tempest list. 2018-10-26 09:21:38,752 - 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-26 09:21:38,753 - 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-26 09:21:38,753 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_bootable not found in Tempest list. 2018-10-26 09:21:38,753 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_readonly_update not found in Tempest list. 2018-10-26 09:21:38,753 - 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-26 09:21:38,753 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_volume_from_snapshot not found in Tempest list. 2018-10-26 09:21:38,753 - 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-26 09:21:38,753 - 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-26 09:21:38,753 - 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-26 09:21:38,753 - 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-26 09:21:38,753 - 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-26 09:21:38,753 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets not found in Tempest list. 2018-10-26 09:21:38,753 - 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-26 09:21:38,753 - 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-26 09:21:38,754 - 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-26 09:21:38,754 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_crud_volume_metadata not found in Tempest list. 2018-10-26 09:21:38,754 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_get_image_schema not found in Tempest list. 2018-10-26 09:21:38,754 - 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-26 09:21:38,754 - 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-26 09:21:38,754 - refstack_client.list_parser - DEBUG - Number of tests: 200 2018-10-26 09:21:38,756 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-10-26 09:21:38,779 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-10-26 09:21:38,780 - 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-26 09:21:40,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:21:40.970 11239 INFO rally.api [-] Starting verification (UUID=a1b662fd-0218-4035-a03a-f32eb83c9dad) for deployment 'opnfv-rally' (UUID=5e5985ad-e154-4c76-a866-cdb909307270) by verifier 'opnfv-tempest' (UUID=562202c7-1471-41eb-8842-27d83511d8f4). 2018-10-26 09:21:40,971 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: a1b662fd-0218-4035-a03a-f32eb83c9dad 2018-10-26 09:21:48,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:21:48.653 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.206s] 2018-10-26 09:21:48,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:21:48.714 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.061s] 2018-10-26 09:21:51,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:21:51.499 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [2.912s] 2018-10-26 09:21:54,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:21:54.943 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.220s] 2018-10-26 09:22:00,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:22:00.373 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [11.793s] 2018-10-26 09:22:07,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:22:07.321 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [15.817s] 2018-10-26 09:22:11,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:22:11.108 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.059s] 2018-10-26 09:22:11,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:22:11.119 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.010s] 2018-10-26 09:22:11,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:22:11.248 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.128s] 2018-10-26 09:22:11,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:22:11.266 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.017s] 2018-10-26 09:22:11,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:22:11.277 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.011s] 2018-10-26 09:22:11,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:22:11.306 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.029s] 2018-10-26 09:22:11,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:22:11.331 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.056s] 2018-10-26 09:22:11,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:22:11.367 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.060s] 2018-10-26 09:22:11,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:22:11.431 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.063s] 2018-10-26 09:22:11,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:22:11.714 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.283s] 2018-10-26 09:22:11,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:22:11.727 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.013s] 2018-10-26 09:22:11,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:22:11.793 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.065s] 2018-10-26 09:22:14,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:22:14.609 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [3.276s] 2018-10-26 09:22:18,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:22:18.090 11239 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.012s] 2018-10-26 09:22:21,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:22:21.714 11239 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.070s] 2018-10-26 09:22:21,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:22:21.787 11239 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.073s] 2018-10-26 09:22:21,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:22:21.860 11239 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.073s] 2018-10-26 09:22:25,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:22:25.798 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [27.771s] 2018-10-26 09:22:26,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:22:26.216 11239 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.157s] 2018-10-26 09:22:26,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:22:26.374 11239 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.157s] 2018-10-26 09:22:27,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:22:27.185 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.393s] 2018-10-26 09:22:27,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:22:27.431 11239 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [1.056s] 2018-10-26 09:22:27,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:22:27.593 11239 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.162s] 2018-10-26 09:22:27,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:22:27.669 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [20.344s] 2018-10-26 09:22:27,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:22:27.757 11239 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.164s] 2018-10-26 09:22:37,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:22:37.186 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [4.000s] 2018-10-26 09:22:37,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:22:37.408 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [9.741s] 2018-10-26 09:22:40,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:22:40.268 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.665s] 2018-10-26 09:22:40,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:22:40.814 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.545s] 2018-10-26 09:22:41,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:22:41.033 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [3.846s] 2018-10-26 09:22:41,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:22:41.377 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.562s] 2018-10-26 09:22:42,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:22:42.003 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.626s] 2018-10-26 09:22:42,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:22:42.716 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.713s] 2018-10-26 09:22:42,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:22:42.787 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.070s] 2018-10-26 09:22:42,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:22:42.857 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.070s] 2018-10-26 09:22:42,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:22:42.928 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.070s] 2018-10-26 09:22:42,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:22:42.997 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.068s] 2018-10-26 09:22:43,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:22:43.068 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.071s] 2018-10-26 09:22:43,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:22:43.205 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.137s] 2018-10-26 09:22:45,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:22:45.346 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [4.313s] 2018-10-26 09:22:50,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:22:50.248 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [4.900s] 2018-10-26 09:22:55,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:22:55.240 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.992s] 2018-10-26 09:22:59,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:22:59.424 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [4.183s] 2018-10-26 09:23:02,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:23:02.490 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [3.065s] 2018-10-26 09:23:07,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:23:07.420 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [5.767s] 2018-10-26 09:23:07,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:23:07.485 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.066s] 2018-10-26 09:23:08,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:23:08.048 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.557s] 2018-10-26 09:23:08,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:23:08.632 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [1.146s] 2018-10-26 09:23:08,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:23:08.731 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.097s] 2018-10-26 09:23:08,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:23:08.733 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-10-26 09:23:12,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:23:12.560 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [4.511s] 2018-10-26 09:23:12,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:23:12.670 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.110s] 2018-10-26 09:23:12,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:23:12.768 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.097s] 2018-10-26 09:23:12,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:23:12.846 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.077s] 2018-10-26 09:23:13,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:23:13.118 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.271s] 2018-10-26 09:23:13,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:23:13.232 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.114s] 2018-10-26 09:23:13,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:23:13.355 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.122s] 2018-10-26 09:23:13,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:23:13.409 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.053s] 2018-10-26 09:23:13,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:23:13.466 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.056s] 2018-10-26 09:23:18,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:23:18.416 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [4.949s] 2018-10-26 09:23:26,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:23:26.072 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.160s] 2018-10-26 09:23:27,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:23:27.939 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [1.865s] 2018-10-26 09:23:28,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:23:28.998 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [1.059s] 2018-10-26 09:23:30,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:23:30.194 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [1.194s] 2018-10-26 09:23:31,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:23:31.166 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.970s] 2018-10-26 09:23:33,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:23:33.045 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [1.879s] 2018-10-26 09:23:33,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:23:33.807 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.760s] 2018-10-26 09:23:34,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:23:34.105 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.298s] 2018-10-26 09:23:34,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:23:34.134 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.029s] 2018-10-26 09:23:34,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:23:34.152 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.018s] 2018-10-26 09:23:34,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:23:34.273 11239 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.120s] 2018-10-26 09:23:40,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:23:40.649 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [63.225s] 2018-10-26 09:23:41,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:23:41.316 11239 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [1.796s] 2018-10-26 09:23:42,335 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:23:42.335 11239 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.018s] 2018-10-26 09:23:44,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:23:44.815 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.327s] 2018-10-26 09:23:45,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:23:45.219 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.403s] 2018-10-26 09:23:46,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:23:46.191 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [14.502s] 2018-10-26 09:23:55,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:23:55.046 11239 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [5.520s] 2018-10-26 09:23:55,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:23:55.156 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [5.363s] 2018-10-26 09:23:55,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:23:55.223 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.066s] 2018-10-26 09:23:55,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:23:55.756 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.532s] 2018-10-26 09:23:55,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:23:55.852 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.094s] 2018-10-26 09:23:55,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:23:55.854 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.002s] 2018-10-26 09:24:01,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:24:01.862 11239 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [6.815s] 2018-10-26 09:24:17,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:24:17.883 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.411s] 2018-10-26 09:24:18,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:24:18.124 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.240s] 2018-10-26 09:24:18,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:24:18.344 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.220s] 2018-10-26 09:24:18,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:24:18.706 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.360s] 2018-10-26 09:24:19,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:24:19.529 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.823s] 2018-10-26 09:24:19,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:24:19.977 11239 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.447s] 2018-10-26 09:24:27,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:24:27.783 11239 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.110s] 2018-10-26 09:24:29,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:24:29.618 11239 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.835s] 2018-10-26 09:24:36,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:24:36.628 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.733s] 2018-10-26 09:24:37,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:24:37.724 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.095s] 2018-10-26 09:24:41,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:24:41.236 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [3.507s] 2018-10-26 09:24:42,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:24:42.096 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.862s] 2018-10-26 09:24:43,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:24:43.634 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.536s] 2018-10-26 09:24:44,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:24:44.643 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.009s] 2018-10-26 09:24:46,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:24:46.497 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.851s] 2018-10-26 09:24:46,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:24:46.543 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.048s] 2018-10-26 09:24:49,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:24:49.784 11239 INFO opnfv-tempest [-] {1} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.183s] 2018-10-26 09:24:51,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:24:51.698 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [53.794s] 2018-10-26 09:24:56,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:24:56.261 11239 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.787s] 2018-10-26 09:24:56,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:24:56.777 11239 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.516s] 2018-10-26 09:25:22,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:25:22.436 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [30.731s] 2018-10-26 09:25:35,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:25:35.265 11239 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [38.481s] 2018-10-26 09:25:40,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:25:40.234 11239 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.400s] 2018-10-26 09:25:47,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:25:47.800 11239 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.393s] 2018-10-26 09:25:48,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:25:48.084 11239 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.284s] 2018-10-26 09:25:55,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:25:55.886 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.153s] 2018-10-26 09:25:56,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:25:56.035 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.149s] 2018-10-26 09:25:56,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:25:56.074 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.039s] 2018-10-26 09:25:56,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:25:56.250 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.175s] 2018-10-26 09:25:56,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:25:56.427 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.176s] 2018-10-26 09:25:56,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:25:56.625 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.197s] 2018-10-26 09:25:56,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:25:56.672 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.047s] 2018-10-26 09:25:56,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:25:56.716 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.042s] 2018-10-26 09:25:56,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:25:56.912 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.196s] 2018-10-26 09:25:57,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:25:57.101 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.188s] 2018-10-26 09:25:58,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:25:58.703 11239 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.179s] 2018-10-26 09:25:58,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:25:58.887 11239 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.185s] 2018-10-26 09:26:03,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:26:03.954 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [137.763s] 2018-10-26 09:26:09,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:26:09.576 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [1.018s] 2018-10-26 09:26:09,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:26:09.745 11239 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.169s] 2018-10-26 09:26:14,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:26:14.375 11239 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.143s] 2018-10-26 09:26:22,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:26:22.737 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [1.740s] 2018-10-26 09:26:24,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:26:24.273 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [1.535s] 2018-10-26 09:26:34,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:26:34.947 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [30.986s] 2018-10-26 09:26:36,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:26:36.796 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.053s] 2018-10-26 09:26:36,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:26:36.961 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.164s] 2018-10-26 09:26:37,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:26:37.009 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.047s] 2018-10-26 09:26:37,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:26:37.424 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.413s] 2018-10-26 09:26:37,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:26:37.654 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.230s] 2018-10-26 09:26:38,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:26:38.378 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.723s] 2018-10-26 09:26:38,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:26:38.560 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.182s] 2018-10-26 09:26:38,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:26:38.606 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.046s] 2018-10-26 09:26:38,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:26:38.660 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.053s] 2018-10-26 09:26:38,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:26:38.708 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.048s] 2018-10-26 09:26:38,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:26:38.747 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.038s] 2018-10-26 09:26:39,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:26:39.131 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.382s] 2018-10-26 09:26:39,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:26:39.206 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.074s] 2018-10-26 09:26:39,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:26:39.252 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.046s] 2018-10-26 09:26:39,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:26:39.300 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.048s] 2018-10-26 09:26:46,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:26:46.209 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.143s] 2018-10-26 09:26:46,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:26:46.233 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.024s] 2018-10-26 09:26:46,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:26:46.422 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.188s] 2018-10-26 09:26:46,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:26:46.576 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.153s] 2018-10-26 09:26:46,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:26:46.738 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.161s] 2018-10-26 09:26:46,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:26:46.883 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.144s] 2018-10-26 09:26:47,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:26:47.096 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.212s] 2018-10-26 09:26:47,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:26:47.285 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.189s] 2018-10-26 09:26:47,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:26:47.295 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.009s] 2018-10-26 09:26:47,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:26:47.331 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.035s] 2018-10-26 09:26:47,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:26:47.475 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.144s] 2018-10-26 09:26:47,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:26:47.677 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.202s] 2018-10-26 09:26:47,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:26:47.875 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.197s] 2018-10-26 09:26:48,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:26:48.053 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.178s] 2018-10-26 09:26:48,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:26:48.092 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.038s] 2018-10-26 09:26:48,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:26:48.239 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.147s] 2018-10-26 09:26:48,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:26:48.273 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.034s] 2018-10-26 09:26:48,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:26:48.309 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.036s] 2018-10-26 09:26:48,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:26:48.341 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.031s] 2018-10-26 09:26:48,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:26:48.374 11239 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.032s] 2018-10-26 09:26:51,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:26:51.533 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [16.584s] 2018-10-26 09:27:17,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:27:17.937 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.172s] 2018-10-26 09:27:19,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:27:19.109 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.171s] 2018-10-26 09:27:20,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:27:20.695 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.585s] 2018-10-26 09:27:21,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:27:21.764 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.069s] 2018-10-26 09:27:23,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:27:23.034 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.270s] 2018-10-26 09:27:24,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:27:24.080 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.045s] 2018-10-26 09:27:24,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:27:24.768 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.688s] 2018-10-26 09:27:25,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:27:25.439 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.670s] 2018-10-26 09:27:26,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:27:26.489 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [1.050s] 2018-10-26 09:27:27,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:27:27.212 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.722s] 2018-10-26 09:27:27,751 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:27:27.751 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.539s] 2018-10-26 09:27:28,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:27:28.535 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.783s] 2018-10-26 09:27:29,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:27:29.348 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.812s] 2018-10-26 09:27:30,335 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:27:30.335 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.986s] 2018-10-26 09:27:31,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:27:31.236 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.901s] 2018-10-26 09:27:31,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:27:31.927 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.691s] 2018-10-26 09:27:32,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:27:32.592 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.663s] 2018-10-26 09:27:33,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:27:33.124 11239 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.533s] 2018-10-26 09:27:39,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:27:39.753 11239 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [1.847s] 2018-10-26 09:27:48,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:27:48.718 11239 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.280s] 2018-10-26 09:27:53,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:27:53.906 11239 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.188s] 2018-10-26 09:27:55,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:27:55.930 11239 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.023s] 2018-10-26 09:27:55,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:27:55.986 11239 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.057s] 2018-10-26 09:27:56,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:27:56.062 11239 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.075s] 2018-10-26 09:27:56,117 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:27:56.117 11239 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.054s] 2018-10-26 09:27:56,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:27:56.300 11239 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.183s] 2018-10-26 09:28:02,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:28:02.210 11239 INFO opnfv-tempest [-] {3} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.559s] 2018-10-26 09:28:13,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:28:13.655 11239 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [8.190s] 2018-10-26 09:28:21,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:28:21.228 11239 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [7.572s] 2018-10-26 09:28:35,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:28:35.362 11239 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [14.132s] 2018-10-26 09:28:39,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: a1b662fd-0218-4035-a03a-f32eb83c9dad 2018-10-26 09:28:39,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'a1b662fd-0218-4035-a03a-f32eb83c9dad']'. 2018-10-26 09:28:40,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-26 09:28:40,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-26 09:28:40,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-26 09:28:40,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | a1b662fd-0218-4035-a03a-f32eb83c9dad | 2018-10-26 09:28:40,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-10-26 09:28:40,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-26 09:21:40 | 2018-10-26 09:28:40,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-26 09:28:39 | 2018-10-26 09:28:40,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:06:59 | 2018-10-26 09:28:40,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-10-26 09:28:40,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-26 09:28:40,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-26 09:28:40,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 562202c7-1471-41eb-8842-27d83511d8f4) | 2018-10-26 09:28:40,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-26 09:28:40,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 5e5985ad-e154-4c76-a866-cdb909307270) | 2018-10-26 09:28:40,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 200 | 2018-10-26 09:28:40,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 408.718 | 2018-10-26 09:28:40,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 200 | 2018-10-26 09:28:40,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-10-26 09:28:40,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-26 09:28:40,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-26 09:28:40,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-10-26 09:28:40,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-26 09:28:40,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-26 09:28:40,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-26 09:28:40,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-10-26 09:28:41,037 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-26 09:28:41,037 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 07:14 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-10-26 09:28:41,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-26 09:28:41,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/cba26791-ce25-4b66-9fdf-d38e665d3a66 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}98ba83ae517e53b5e3ae87af7eab45e3f60f8b59" 2018-10-26 09:28:42,764 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4921d917-d5df-4fac-afa6-086111ce6900 Date: Fri, 26 Oct 2018 09:28: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-26 09:28:42,764 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/cba26791-ce25-4b66-9fdf-d38e665d3a66 used request id req-4921d917-d5df-4fac-afa6-086111ce6900 2018-10-26 09:28:42,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.7211971283s 2018-10-26 09:28:42,765 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/cba26791-ce25-4b66-9fdf-d38e665d3a66 used request id req-4921d917-d5df-4fac-afa6-086111ce6900 2018-10-26 09:28:42,765 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-26 09:28:42,768 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}202a80783ce5524bb3d965c3e4f9c84d3c70740e" 2018-10-26 09:28:42,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:28:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a9cb3398-3ae2-4be1-9a9a-9e5bce5f02ce x-compute-request-id: req-a9cb3398-3ae2-4be1-9a9a-9e5bce5f02ce Content-Encoding: gzip Content-Length: 365 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/468bbec6-5628-41c0-8c59-2cf0ecf784ec", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/468bbec6-5628-41c0-8c59-2cf0ecf784ec", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "468bbec6-5628-41c0-8c59-2cf0ecf784ec", "name": "refstack_defcore-flavor_alt_f845f736-b47f-4912-b876-d4d1bf026801", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/4fab310d-f072-4576-a263-20099058e477", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/4fab310d-f072-4576-a263-20099058e477", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "4fab310d-f072-4576-a263-20099058e477", "name": "refstack_defcore-flavor_f845f736-b47f-4912-b876-d4d1bf026801", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-26 09:28:42,984 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-a9cb3398-3ae2-4be1-9a9a-9e5bce5f02ce 2018-10-26 09:28:42,984 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.218891859055s 2018-10-26 09:28:42,984 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-a9cb3398-3ae2-4be1-9a9a-9e5bce5f02ce 2018-10-26 09:28:42,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-26 09:28:42,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/468bbec6-5628-41c0-8c59-2cf0ecf784ec -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}202a80783ce5524bb3d965c3e4f9c84d3c70740e" 2018-10-26 09:28:43,037 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:28:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-22b3ac90-8244-407d-8783-40048b67dff7 x-compute-request-id: req-22b3ac90-8244-407d-8783-40048b67dff7 Content-Length: 0 Content-Type: application/json 2018-10-26 09:28:43,037 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/468bbec6-5628-41c0-8c59-2cf0ecf784ec used request id req-22b3ac90-8244-407d-8783-40048b67dff7 2018-10-26 09:28:43,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.050644159317s 2018-10-26 09:28:43,038 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/468bbec6-5628-41c0-8c59-2cf0ecf784ec used request id req-22b3ac90-8244-407d-8783-40048b67dff7 2018-10-26 09:28:43,038 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-26 09:28:43,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}98ba83ae517e53b5e3ae87af7eab45e3f60f8b59" 2018-10-26 09:28:43,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-4b27f01d-26e0-4136-8cc0-01a75358a03e Date: Fri, 26 Oct 2018 09:28:43 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/b03a094e-e42b-495b-a489-ad0965daac60/snap", "metadata": {}}], "file": "/v2/images/b03a094e-e42b-495b-a489-ad0965daac60/file", "owner": "060d3a8f28734e1398a619dc53caef72", "id": "b03a094e-e42b-495b-a489-ad0965daac60", "size": 12716032, "self": "/v2/images/b03a094e-e42b-495b-a489-ad0965daac60", "disk_format": "qcow2", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/b03a094e-e42b-495b-a489-ad0965daac60/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-26T09:21:29Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_f845f736-b47f-4912-b876-d4d1bf026801", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_f845f736-b47f-4912-b876-d4d1bf026801", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-26T09:21:27Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-26 09:28:43,211 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-4b27f01d-26e0-4136-8cc0-01a75358a03e 2018-10-26 09:28:43,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.172378063202s 2018-10-26 09:28:43,211 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-4b27f01d-26e0-4136-8cc0-01a75358a03e 2018-10-26 09:28:43,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-26 09:28:43,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/b03a094e-e42b-495b-a489-ad0965daac60 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}98ba83ae517e53b5e3ae87af7eab45e3f60f8b59" 2018-10-26 09:28:45,078 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c7e3f9d2-9d43-4704-80c0-4098dd7f7056 Date: Fri, 26 Oct 2018 09:28: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-26 09:28:45,079 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/b03a094e-e42b-495b-a489-ad0965daac60 used request id req-c7e3f9d2-9d43-4704-80c0-4098dd7f7056 2018-10-26 09:28:45,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.86586499214s 2018-10-26 09:28:45,079 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/b03a094e-e42b-495b-a489-ad0965daac60 used request id req-c7e3f9d2-9d43-4704-80c0-4098dd7f7056 2018-10-26 09:28:45,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-26 09:28:45,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}202a80783ce5524bb3d965c3e4f9c84d3c70740e" 2018-10-26 09:28:45,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:28:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-410756ce-bf0d-4ef3-ae52-eac1e2a57b94 x-compute-request-id: req-410756ce-bf0d-4ef3-ae52-eac1e2a57b94 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/4fab310d-f072-4576-a263-20099058e477", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/4fab310d-f072-4576-a263-20099058e477", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "4fab310d-f072-4576-a263-20099058e477", "name": "refstack_defcore-flavor_f845f736-b47f-4912-b876-d4d1bf026801", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-26 09:28:45,128 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-410756ce-bf0d-4ef3-ae52-eac1e2a57b94 2018-10-26 09:28:45,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0484290122986s 2018-10-26 09:28:45,128 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-410756ce-bf0d-4ef3-ae52-eac1e2a57b94 2018-10-26 09:28:45,130 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-26 09:28:45,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/4fab310d-f072-4576-a263-20099058e477 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}202a80783ce5524bb3d965c3e4f9c84d3c70740e" 2018-10-26 09:28:45,175 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:28:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ae6185b1-1175-4b28-8e50-8ba21d493ca6 x-compute-request-id: req-ae6185b1-1175-4b28-8e50-8ba21d493ca6 Content-Length: 0 Content-Type: application/json 2018-10-26 09:28:45,175 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/4fab310d-f072-4576-a263-20099058e477 used request id req-ae6185b1-1175-4b28-8e50-8ba21d493ca6 2018-10-26 09:28:45,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0453989505768s 2018-10-26 09:28:45,176 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/4fab310d-f072-4576-a263-20099058e477 used request id req-ae6185b1-1175-4b28-8e50-8ba21d493ca6 2018-10-26 09:28:45,176 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-26 09:28:45,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}202a80783ce5524bb3d965c3e4f9c84d3c70740e" 2018-10-26 09:28:45,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:28:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be6297d5-3824-4386-9988-35449e92b50b Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_f845f736-b47f-4912-b876-d4d1bf026801", "links": {"self": "http://172.30.9.21:5000/v3/users/eddc293d84964e5cac130bca5c302b9e"}, "domain_id": "default", "enabled": true, "id": "eddc293d84964e5cac130bca5c302b9e", "options": {}}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:28:45,274 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-be6297d5-3824-4386-9988-35449e92b50b 2018-10-26 09:28:45,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0978410243988s 2018-10-26 09:28:45,275 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-be6297d5-3824-4386-9988-35449e92b50b 2018-10-26 09:28:45,280 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-26 09:28:45,281 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/eddc293d84964e5cac130bca5c302b9e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}202a80783ce5524bb3d965c3e4f9c84d3c70740e" 2018-10-26 09:28:45,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:28:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2e781c5-310e-4280-bc52-17ec0fd0646f Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/eddc293d84964e5cac130bca5c302b9e"}, "enabled": true, "id": "eddc293d84964e5cac130bca5c302b9e", "options": {}, "domain_id": "default", "name": "refstack_defcore-user_f845f736-b47f-4912-b876-d4d1bf026801"}} 2018-10-26 09:28:45,391 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/eddc293d84964e5cac130bca5c302b9e used request id req-e2e781c5-310e-4280-bc52-17ec0fd0646f 2018-10-26 09:28:45,392 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.111106872559s 2018-10-26 09:28:45,392 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/eddc293d84964e5cac130bca5c302b9e used request id req-e2e781c5-310e-4280-bc52-17ec0fd0646f 2018-10-26 09:28:45,393 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-26 09:28:45,393 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/eddc293d84964e5cac130bca5c302b9e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}202a80783ce5524bb3d965c3e4f9c84d3c70740e" 2018-10-26 09:28:45,598 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:28:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-df19ba27-04ac-45ef-9410-9ec6e5c3d877 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:28:45,598 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/eddc293d84964e5cac130bca5c302b9e used request id req-df19ba27-04ac-45ef-9410-9ec6e5c3d877 2018-10-26 09:28:45,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.20516705513s 2018-10-26 09:28:45,598 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/eddc293d84964e5cac130bca5c302b9e used request id req-df19ba27-04ac-45ef-9410-9ec6e5c3d877 2018-10-26 09:28:45,599 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-26 09:28:45,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}202a80783ce5524bb3d965c3e4f9c84d3c70740e" 2018-10-26 09:28:45,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:28:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cac20669-7b13-448c-9057-4f1cce94daec Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.21:5000/v3/projects/060d3a8f28734e1398a619dc53caef72"}, "enabled": true, "id": "060d3a8f28734e1398a619dc53caef72", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_f845f736-b47f-4912-b876-d4d1bf026801"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-26 09:28:45,674 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-cac20669-7b13-448c-9057-4f1cce94daec 2018-10-26 09:28:45,674 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0751111507416s 2018-10-26 09:28:45,674 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-cac20669-7b13-448c-9057-4f1cce94daec 2018-10-26 09:28:45,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-26 09:28:45,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/060d3a8f28734e1398a619dc53caef72 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}202a80783ce5524bb3d965c3e4f9c84d3c70740e" 2018-10-26 09:28:45,832 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:28:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1306a3ce-4017-4fcf-8767-55a5e0b717a8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:28:45,832 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/060d3a8f28734e1398a619dc53caef72 used request id req-1306a3ce-4017-4fcf-8767-55a5e0b717a8 2018-10-26 09:28:45,832 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.155673980713s 2018-10-26 09:28:45,832 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/060d3a8f28734e1398a619dc53caef72 used request id req-1306a3ce-4017-4fcf-8767-55a5e0b717a8 2018-10-26 09:28:45,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 09:28:45,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}202a80783ce5524bb3d965c3e4f9c84d3c70740e" 2018-10-26 09:28:45,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:28:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ecae143b-1841-4236-94c3-e7c99e571359 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c202c349cec246fb9607aff106fd110b", "links": {"self": "http://172.30.9.21:5000/v3/roles/c202c349cec246fb9607aff106fd110b"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:28:45,913 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-ecae143b-1841-4236-94c3-e7c99e571359 2018-10-26 09:28:45,913 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0802128314972s 2018-10-26 09:28:45,915 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-26 09:28:45,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/roles/c202c349cec246fb9607aff106fd110b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}202a80783ce5524bb3d965c3e4f9c84d3c70740e" 2018-10-26 09:28:46,033 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:28:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6708f97b-2f12-4b9c-8f05-1d3c41361b7b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:28:46,033 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/c202c349cec246fb9607aff106fd110b used request id req-6708f97b-2f12-4b9c-8f05-1d3c41361b7b 2018-10-26 09:28:46,034 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.118651151657s 2018-10-26 09:28:46,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-26 09:28:46,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/security-groups.json?project_id=060d3a8f28734e1398a619dc53caef72&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}202a80783ce5524bb3d965c3e4f9c84d3c70740e" 2018-10-26 09:28:46,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-95bcee19-dc80-4406-87fb-b199f460c891 Date: Fri, 26 Oct 2018 09:28:46 GMT RESP BODY: {"security_groups": []} 2018-10-26 09:28:46,214 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json?project_id=060d3a8f28734e1398a619dc53caef72&name=default used request id req-95bcee19-dc80-4406-87fb-b199f460c891 2018-10-26 09:28:46,215 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.177860975266s 2018-10-26 09:28:46,215 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json?project_id=060d3a8f28734e1398a619dc53caef72&name=default used request id req-95bcee19-dc80-4406-87fb-b199f460c891 2018-10-26 09:28:46,265 - xtesting.ci.run_tests - INFO - Loading test case 'patrole'... 2018-10-26 09:28:46,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-26 09:28:46,305 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-26 09:28:46,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-26 09:28:46,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-26 09:28:46,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-26 09:28:46,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-26 09:28:46,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-26 09:28:46,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-26 09:28:46,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-26 09:28:46,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-26 09:28:46,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-26 09:28:46,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-26 09:28:46,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-26 09:28:46,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-26 09:28:46,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-26 09:28:46,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-26 09:28:46,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-26 09:28:46,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-26 09:28:46,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-26 09:28:46,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-26 09:28:46,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-26 09:28:46,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-26 09:28:46,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-26 09:28:46,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-26 09:28:46,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:28:46,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:28:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-068bef7c-5f95-420a-bf83-4a933e0ea803 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:28:46,314 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-068bef7c-5f95-420a-bf83-4a933e0ea803 2018-10-26 09:28:46,314 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:28:46,690 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}], "expires_at": "2018-10-26T10:28:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8dcd64f3c764883a33350227564ab99", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c8dcd64f3c764883a33350227564ab99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/c8dcd64f3c764883a33350227564ab99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/c8dcd64f3c764883a33350227564ab99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c8dcd64f3c764883a33350227564ab99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/c8dcd64f3c764883a33350227564ab99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/c8dcd64f3c764883a33350227564ab99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/c8dcd64f3c764883a33350227564ab99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/c8dcd64f3c764883a33350227564ab99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/c8dcd64f3c764883a33350227564ab99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/c8dcd64f3c764883a33350227564ab99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/c8dcd64f3c764883a33350227564ab99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/c8dcd64f3c764883a33350227564ab99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "407502ccd88d4e6a85d43ab4ef2e0d85"}, "audit_ids": ["A1u64lVrR0-TPStDWUOB5Q"], "issued_at": "2018-10-26T09:28:46.000000Z"}} 2018-10-26 09:28:46,693 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-26 09:28:46,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}73e1998a8a366962eb619e6d66c97715f33a57ea" 2018-10-26 09:28:46,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-3a877e56-b092-471f-86bd-f434a19a53a5 Date: Fri, 26 Oct 2018 09:28:46 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","provider:network_type":"flat"}]} 2018-10-26 09:28:46,934 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3a877e56-b092-471f-86bd-f434a19a53a5 2018-10-26 09:28:46,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.241025209427s 2018-10-26 09:28:46,934 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3a877e56-b092-471f-86bd-f434a19a53a5 2018-10-26 09:28:46,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-26 09:28:46,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}73e1998a8a366962eb619e6d66c97715f33a57ea" 2018-10-26 09:28:46,944 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:28: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:28:46,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73e1998a8a366962eb619e6d66c97715f33a57ea" 2018-10-26 09:28:47,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:28:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4eb64e67-4780-4b60-92dd-d6332f6dd1d8 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/865486593e12402f86e9636a8d3859ad"}, "description": "", "name": "heat_stack", "enabled": true, "id": "865486593e12402f86e9636a8d3859ad"}, {"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-10-26 09:28:47,029 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-4eb64e67-4780-4b60-92dd-d6332f6dd1d8 2018-10-26 09:28:47,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0938928127289s 2018-10-26 09:28:47,031 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-26 09:28:47,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}73e1998a8a366962eb619e6d66c97715f33a57ea" -d '{"project": {"description": "Created by OPNFV Functest: patrole", "enabled": true, "domain_id": "default", "name": "patrole-project_dfa73581-f520-46f7-9a51-d077b882f5d9"}}' 2018-10-26 09:28:47,222 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:28:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d93723ac-ed94-407e-b526-9eacd7232b6f 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.21:5000/v3/projects/f1a52865e4de455a892ed3aad20e3146"}, "enabled": true, "id": "f1a52865e4de455a892ed3aad20e3146", "parent_id": "default", "domain_id": "default", "name": "patrole-project_dfa73581-f520-46f7-9a51-d077b882f5d9"}} 2018-10-26 09:28:47,222 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-d93723ac-ed94-407e-b526-9eacd7232b6f 2018-10-26 09:28:47,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.191268920898s 2018-10-26 09:28:47,222 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-d93723ac-ed94-407e-b526-9eacd7232b6f 2018-10-26 09:28:47,223 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'patrole-project_dfa73581-f520-46f7-9a51-d077b882f5d9', 'id': u'f1a52865e4de455a892ed3aad20e3146', '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-26 09:28:47,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-26 09:28:47,642 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.418020963669s 2018-10-26 09:28:47,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/838c9f0b722a4ad68d396f98b3e78146 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73e1998a8a366962eb619e6d66c97715f33a57ea" 2018-10-26 09:28:47,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:28:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc9c44a8-d7db-4cab-a6e6-1d1264e15d15 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/838c9f0b722a4ad68d396f98b3e78146"}, "enabled": true, "id": "838c9f0b722a4ad68d396f98b3e78146", "options": {}, "domain_id": "default", "name": "patrole-user_dfa73581-f520-46f7-9a51-d077b882f5d9"}} 2018-10-26 09:28:47,755 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/838c9f0b722a4ad68d396f98b3e78146 used request id req-bc9c44a8-d7db-4cab-a6e6-1d1264e15d15 2018-10-26 09:28:47,756 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'838c9f0b722a4ad68d396f98b3e78146', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'patrole-user_dfa73581-f520-46f7-9a51-d077b882f5d9'}) 2018-10-26 09:28:47,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 09:28:47,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73e1998a8a366962eb619e6d66c97715f33a57ea" 2018-10-26 09:28:47,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:28:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b51565d-caa2-4fd4-9a52-243087b3ba59 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:28:47,842 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-1b51565d-caa2-4fd4-9a52-243087b3ba59 2018-10-26 09:28:47,843 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0862991809845s 2018-10-26 09:28:47,844 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 09:28:47,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73e1998a8a366962eb619e6d66c97715f33a57ea" 2018-10-26 09:28:47,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:28:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-668d56d7-4b78-4d8e-b6bc-205bd9cf37be Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:28:47,920 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-668d56d7-4b78-4d8e-b6bc-205bd9cf37be 2018-10-26 09:28:47,920 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0763819217682s 2018-10-26 09:28:47,921 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-26 09:28:47,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-26 09:28:47,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73e1998a8a366962eb619e6d66c97715f33a57ea" -d '{"role": {"name": "Member"}}' 2018-10-26 09:28:48,021 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:28:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4300ccfd-4583-4bc4-9e62-5e1e730fc1ae Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a81afe859eaa42a4b3f9d310194eeb53", "links": {"self": "http://172.30.9.21:5000/v3/roles/a81afe859eaa42a4b3f9d310194eeb53"}, "name": "Member"}} 2018-10-26 09:28:48,022 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-4300ccfd-4583-4bc4-9e62-5e1e730fc1ae 2018-10-26 09:28:48,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.100249052048s 2018-10-26 09:28:48,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles/a81afe859eaa42a4b3f9d310194eeb53 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73e1998a8a366962eb619e6d66c97715f33a57ea" 2018-10-26 09:28:48,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:28:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b2cc9ce-f286-4071-87e1-5c8720bd5b56 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/a81afe859eaa42a4b3f9d310194eeb53"}, "domain_id": null, "name": "Member", "id": "a81afe859eaa42a4b3f9d310194eeb53"}} 2018-10-26 09:28:48,109 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/a81afe859eaa42a4b3f9d310194eeb53 used request id req-7b2cc9ce-f286-4071-87e1-5c8720bd5b56 2018-10-26 09:28:48,109 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.21:5000/v3/roles/a81afe859eaa42a4b3f9d310194eeb53'}, 'domain_id': None, 'human_id': None, 'id': u'a81afe859eaa42a4b3f9d310194eeb53', 'HUMAN_ID': False}) 2018-10-26 09:28:48,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 09:28:48,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73e1998a8a366962eb619e6d66c97715f33a57ea" 2018-10-26 09:28:48,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:28:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f6077ce-86a4-43ee-b896-d02dc7939cc2 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a81afe859eaa42a4b3f9d310194eeb53", "links": {"self": "http://172.30.9.21:5000/v3/roles/a81afe859eaa42a4b3f9d310194eeb53"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:28:48,223 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-7f6077ce-86a4-43ee-b896-d02dc7939cc2 2018-10-26 09:28:48,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.113359928131s 2018-10-26 09:28:48,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-26 09:28:48,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73e1998a8a366962eb619e6d66c97715f33a57ea" 2018-10-26 09:28:48,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:28:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5a7c7df-8e6f-4109-86fa-ae2362e1d750 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-10-26 09:28:48,305 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-a5a7c7df-8e6f-4109-86fa-ae2362e1d750 2018-10-26 09:28:48,306 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0812380313873s 2018-10-26 09:28:48,307 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-26 09:28:48,307 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}73e1998a8a366962eb619e6d66c97715f33a57ea" 2018-10-26 09:28:48,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:28:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e537862-62ac-4047-834d-41f52c8d8bcd Content-Encoding: gzip Content-Length: 865 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_dfa73581-f520-46f7-9a51-d077b882f5d9", "links": {"self": "http://172.30.9.21:5000/v3/users/838c9f0b722a4ad68d396f98b3e78146"}, "domain_id": "default", "enabled": true, "id": "838c9f0b722a4ad68d396f98b3e78146", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:28:48,403 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-5e537862-62ac-4047-834d-41f52c8d8bcd 2018-10-26 09:28:48,403 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0964851379395s 2018-10-26 09:28:48,404 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-5e537862-62ac-4047-834d-41f52c8d8bcd 2018-10-26 09:28:48,410 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-26 09:28:48,411 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}73e1998a8a366962eb619e6d66c97715f33a57ea" 2018-10-26 09:28:48,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:28:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b958d881-23fe-4b58-9117-202d0a4468d2 Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.21:5000/v3/projects/f1a52865e4de455a892ed3aad20e3146"}, "enabled": true, "id": "f1a52865e4de455a892ed3aad20e3146", "parent_id": "default", "domain_id": "default", "name": "patrole-project_dfa73581-f520-46f7-9a51-d077b882f5d9"}]} 2018-10-26 09:28:48,485 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-b958d881-23fe-4b58-9117-202d0a4468d2 2018-10-26 09:28:48,485 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0748801231384s 2018-10-26 09:28:48,485 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-b958d881-23fe-4b58-9117-202d0a4468d2 2018-10-26 09:28:48,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-26 09:28:48,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=838c9f0b722a4ad68d396f98b3e78146&scope.project.id=f1a52865e4de455a892ed3aad20e3146&role.id=a81afe859eaa42a4b3f9d310194eeb53 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73e1998a8a366962eb619e6d66c97715f33a57ea" 2018-10-26 09:28:48,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:28:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b03ef315-618e-4380-8ce2-234f44b20883 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=838c9f0b722a4ad68d396f98b3e78146&scope.project.id=f1a52865e4de455a892ed3aad20e3146&role.id=a81afe859eaa42a4b3f9d310194eeb53", "previous": null, "next": null}} 2018-10-26 09:28:48,577 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=838c9f0b722a4ad68d396f98b3e78146&scope.project.id=f1a52865e4de455a892ed3aad20e3146&role.id=a81afe859eaa42a4b3f9d310194eeb53 used request id req-b03ef315-618e-4380-8ce2-234f44b20883 2018-10-26 09:28:48,577 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0895788669586s 2018-10-26 09:28:48,578 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-26 09:28:48,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/f1a52865e4de455a892ed3aad20e3146/users/838c9f0b722a4ad68d396f98b3e78146/roles/a81afe859eaa42a4b3f9d310194eeb53 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73e1998a8a366962eb619e6d66c97715f33a57ea" 2018-10-26 09:28:48,639 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:28:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b6dc52cf-ca02-42af-bd14-6a823d985383 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:28:48,639 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/f1a52865e4de455a892ed3aad20e3146/users/838c9f0b722a4ad68d396f98b3e78146/roles/a81afe859eaa42a4b3f9d310194eeb53 used request id req-b6dc52cf-ca02-42af-bd14-6a823d985383 2018-10-26 09:28:48,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.0611660480499s 2018-10-26 09:28:48,640 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'patrole-project_dfa73581-f520-46f7-9a51-d077b882f5d9', 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': '9374f4d4-1623-4767-8d18-22f7e898c259', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'patrole-user_dfa73581-f520-46f7-9a51-d077b882f5d9', 'project_id': u'f1a52865e4de455a892ed3aad20e3146', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-26 09:28:48,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-26 09:28:48,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-26 09:28:48,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-26 09:28:48,641 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-26 09:28:48,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-26 09:28:48,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-26 09:28:48,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-26 09:28:48,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-26 09:28:48,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-26 09:28:48,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-26 09:28:48,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-26 09:28:48,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-26 09:28:48,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-26 09:28:48,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-26 09:28:48,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-26 09:28:48,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-26 09:28:48,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-26 09:28:48,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-26 09:28:48,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-26 09:28:48,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-26 09:28:48,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-26 09:28:48,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-26 09:28:48,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-26 09:28:48,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-26 09:28:48,645 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'patrole-user_dfa73581-f520-46f7-9a51-d077b882f5d9', 'password': '9374f4d4-1623-4767-8d18-22f7e898c259', 'project_name': 'patrole-project_dfa73581-f520-46f7-9a51-d077b882f5d9', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': 'f1a52865e4de455a892ed3aad20e3146', 'project_domain_name': 'Default'} 2018-10-26 09:28:48,645 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 09:28:48,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73e1998a8a366962eb619e6d66c97715f33a57ea" 2018-10-26 09:28:48,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:28:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9f1c4fe-e8f6-4e36-aeb9-94f659e4a06c Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a81afe859eaa42a4b3f9d310194eeb53", "links": {"self": "http://172.30.9.21:5000/v3/roles/a81afe859eaa42a4b3f9d310194eeb53"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:28:48,721 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-d9f1c4fe-e8f6-4e36-aeb9-94f659e4a06c 2018-10-26 09:28:48,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0762701034546s 2018-10-26 09:28:48,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 09:28:48,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73e1998a8a366962eb619e6d66c97715f33a57ea" 2018-10-26 09:28:48,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:28:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a85cb12-639d-4c62-9219-fc2b213edda1 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a81afe859eaa42a4b3f9d310194eeb53", "links": {"self": "http://172.30.9.21:5000/v3/roles/a81afe859eaa42a4b3f9d310194eeb53"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:28:48,803 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-5a85cb12-639d-4c62-9219-fc2b213edda1 2018-10-26 09:28:48,804 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0808601379395s 2018-10-26 09:28:48,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-26 09:28:48,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73e1998a8a366962eb619e6d66c97715f33a57ea" 2018-10-26 09:28:48,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:28:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a9e50cf-644e-4bca-9903-c612ee44d28c 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-10-26 09:28:48,888 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-1a9e50cf-644e-4bca-9903-c612ee44d28c 2018-10-26 09:28:48,888 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0832269191742s 2018-10-26 09:28:48,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-26 09:28:48,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}73e1998a8a366962eb619e6d66c97715f33a57ea" 2018-10-26 09:28:49,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:28:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3c3e4b3-5f74-4e57-8734-ac4d8b8ced23 Content-Encoding: gzip Content-Length: 865 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_dfa73581-f520-46f7-9a51-d077b882f5d9", "links": {"self": "http://172.30.9.21:5000/v3/users/838c9f0b722a4ad68d396f98b3e78146"}, "domain_id": "default", "enabled": true, "id": "838c9f0b722a4ad68d396f98b3e78146", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:28:49,063 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-c3c3e4b3-5f74-4e57-8734-ac4d8b8ced23 2018-10-26 09:28:49,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.173983097076s 2018-10-26 09:28:49,064 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-c3c3e4b3-5f74-4e57-8734-ac4d8b8ced23 2018-10-26 09:28:49,070 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-26 09:28:49,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}73e1998a8a366962eb619e6d66c97715f33a57ea" 2018-10-26 09:28:49,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:28:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-199a4d2c-9646-4c37-ab41-ac82a287807a Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.21:5000/v3/projects/f1a52865e4de455a892ed3aad20e3146"}, "enabled": true, "id": "f1a52865e4de455a892ed3aad20e3146", "parent_id": "default", "domain_id": "default", "name": "patrole-project_dfa73581-f520-46f7-9a51-d077b882f5d9"}]} 2018-10-26 09:28:49,147 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-199a4d2c-9646-4c37-ab41-ac82a287807a 2018-10-26 09:28:49,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0773320198059s 2018-10-26 09:28:49,148 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-199a4d2c-9646-4c37-ab41-ac82a287807a 2018-10-26 09:28:49,150 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-26 09:28:49,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=838c9f0b722a4ad68d396f98b3e78146&scope.project.id=f1a52865e4de455a892ed3aad20e3146&role.id=886257d877da42cd903fe01393f42ae9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73e1998a8a366962eb619e6d66c97715f33a57ea" 2018-10-26 09:28:49,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:28:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa92a778-6993-4a19-ba72-c2cee44a7464 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=838c9f0b722a4ad68d396f98b3e78146&scope.project.id=f1a52865e4de455a892ed3aad20e3146&role.id=886257d877da42cd903fe01393f42ae9", "previous": null, "next": null}} 2018-10-26 09:28:49,235 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=838c9f0b722a4ad68d396f98b3e78146&scope.project.id=f1a52865e4de455a892ed3aad20e3146&role.id=886257d877da42cd903fe01393f42ae9 used request id req-aa92a778-6993-4a19-ba72-c2cee44a7464 2018-10-26 09:28:49,235 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0852479934692s 2018-10-26 09:28:49,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-26 09:28:49,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/f1a52865e4de455a892ed3aad20e3146/users/838c9f0b722a4ad68d396f98b3e78146/roles/886257d877da42cd903fe01393f42ae9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73e1998a8a366962eb619e6d66c97715f33a57ea" 2018-10-26 09:28:49,341 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:28:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-833b82c2-942e-4365-ae07-1b69ec84746b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:28:49,341 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/f1a52865e4de455a892ed3aad20e3146/users/838c9f0b722a4ad68d396f98b3e78146/roles/886257d877da42cd903fe01393f42ae9 used request id req-833b82c2-942e-4365-ae07-1b69ec84746b 2018-10-26 09:28:49,342 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.105979919434s 2018-10-26 09:28:49,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 09:28:49,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73e1998a8a366962eb619e6d66c97715f33a57ea" 2018-10-26 09:28:49,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:28:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4da05970-cf89-486c-a9dc-a0024062723e Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a81afe859eaa42a4b3f9d310194eeb53", "links": {"self": "http://172.30.9.21:5000/v3/roles/a81afe859eaa42a4b3f9d310194eeb53"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:28:49,424 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-4da05970-cf89-486c-a9dc-a0024062723e 2018-10-26 09:28:49,424 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0823590755463s 2018-10-26 09:28:49,426 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-26 09:28:49,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73e1998a8a366962eb619e6d66c97715f33a57ea" 2018-10-26 09:28:49,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:28:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c93a0aca-2846-41b4-8022-f87d68217701 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-10-26 09:28:49,517 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-c93a0aca-2846-41b4-8022-f87d68217701 2018-10-26 09:28:49,517 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0911421775818s 2018-10-26 09:28:49,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-26 09:28:49,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}73e1998a8a366962eb619e6d66c97715f33a57ea" 2018-10-26 09:28:49,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:28:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6f7bb31-dfea-412d-b82c-4823909d9618 Content-Encoding: gzip Content-Length: 865 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_dfa73581-f520-46f7-9a51-d077b882f5d9", "links": {"self": "http://172.30.9.21:5000/v3/users/838c9f0b722a4ad68d396f98b3e78146"}, "domain_id": "default", "enabled": true, "id": "838c9f0b722a4ad68d396f98b3e78146", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:28:49,691 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-c6f7bb31-dfea-412d-b82c-4823909d9618 2018-10-26 09:28:49,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.173135042191s 2018-10-26 09:28:49,691 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-c6f7bb31-dfea-412d-b82c-4823909d9618 2018-10-26 09:28:49,697 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-26 09:28:49,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=838c9f0b722a4ad68d396f98b3e78146&role.id=886257d877da42cd903fe01393f42ae9&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73e1998a8a366962eb619e6d66c97715f33a57ea" 2018-10-26 09:28:49,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:28:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-141a41e6-2504-4f91-9cfc-884b5b7e3c70 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=838c9f0b722a4ad68d396f98b3e78146&role.id=886257d877da42cd903fe01393f42ae9&scope.domain.id=default", "previous": null, "next": null}} 2018-10-26 09:28:49,785 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=838c9f0b722a4ad68d396f98b3e78146&role.id=886257d877da42cd903fe01393f42ae9&scope.domain.id=default used request id req-141a41e6-2504-4f91-9cfc-884b5b7e3c70 2018-10-26 09:28:49,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0880069732666s 2018-10-26 09:28:49,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-26 09:28:49,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/domains/default/users/838c9f0b722a4ad68d396f98b3e78146/roles/886257d877da42cd903fe01393f42ae9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73e1998a8a366962eb619e6d66c97715f33a57ea" 2018-10-26 09:28:49,898 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:28:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cbe0a012-4a55-42db-abed-8de72b658096 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:28:49,898 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/domains/default/users/838c9f0b722a4ad68d396f98b3e78146/roles/886257d877da42cd903fe01393f42ae9 used request id req-cbe0a012-4a55-42db-abed-8de72b658096 2018-10-26 09:28:49,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.11240196228s 2018-10-26 09:28:49,899 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-26 09:28:52,631 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-10-26 09:28:52.184 11291 INFO rally.deployment.engine [-] Deployment 5e5985ad-e154-4c76-a866-cdb909307270 | Starting: Destroy cloud and free allocated resources. 2018-10-26 09:28:52.270 11291 INFO rally.deployment.engine [-] Deployment 5e5985ad-e154-4c76-a866-cdb909307270 | Completed: Destroy cloud and free allocated resources. 2018-10-26 09:28:52.317 11291 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=562202c7-1471-41eb-8842-27d83511d8f4) for deployment 'opnfv-rally'. 2018-10-26 09:28:52.339 11291 INFO rally.api [-] Deleting verification (UUID=a1b662fd-0218-4035-a03a-f32eb83c9dad). 2018-10-26 09:28:52.384 11291 INFO rally.api [-] Verification has been successfully deleted! 2018-10-26 09:28:52.385 11291 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=562202c7-1471-41eb-8842-27d83511d8f4). 2018-10-26 09:28:52.393 11291 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-10-26 09:28:54,924 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-26 09:28:54.631 11294 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=82701888-00b8-4d9a-867e-af97ed7f384b) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 82701888-00b8-4d9a-867e-af97ed7f384b | 2018-10-26T09:28:54 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 82701888-00b8-4d9a-867e-af97ed7f384b ~/.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-26 09:28:58,543 - 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-26 09:28:58,544 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-26 09:29:00,858 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-10-26 09:29:00.609 11300 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=562202c7-1471-41eb-8842-27d83511d8f4). 2018-10-26 09:29:00.736 11300 INFO rally.api [-] Verifier has been successfully deleted! 2018-10-26 09:29:04,473 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-26 09:29:02.894 11303 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-26 09:29:03.042 11303 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-26 09:29:04.222 11303 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b86cde4f-2c11-4c72-bba3-188094a4af8b) has been successfully created! Using verifier 'opnfv-tempest' (UUID=b86cde4f-2c11-4c72-bba3-188094a4af8b) as the default verifier for the future CLI operations. 2018-10-26 09:29:07,620 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-10-26 09:29:07,621 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 09:29:07,752 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-10-26 09:29:07,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:29:07,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:29:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2631e294-c8ab-45ac-a60c-5b010f117901 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:29:07,761 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-2631e294-c8ab-45ac-a60c-5b010f117901 2018-10-26 09:29:07,762 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:29:08,150 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a81afe859eaa42a4b3f9d310194eeb53", "name": "Member"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}], "expires_at": "2018-10-26T10:29:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f1a52865e4de455a892ed3aad20e3146", "name": "patrole-project_dfa73581-f520-46f7-9a51-d077b882f5d9"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f1a52865e4de455a892ed3aad20e3146", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/f1a52865e4de455a892ed3aad20e3146", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/f1a52865e4de455a892ed3aad20e3146", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/f1a52865e4de455a892ed3aad20e3146", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/f1a52865e4de455a892ed3aad20e3146", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/f1a52865e4de455a892ed3aad20e3146", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f1a52865e4de455a892ed3aad20e3146", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/f1a52865e4de455a892ed3aad20e3146", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/f1a52865e4de455a892ed3aad20e3146", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f1a52865e4de455a892ed3aad20e3146", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/f1a52865e4de455a892ed3aad20e3146", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/f1a52865e4de455a892ed3aad20e3146", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "patrole-user_dfa73581-f520-46f7-9a51-d077b882f5d9", "id": "838c9f0b722a4ad68d396f98b3e78146"}, "audit_ids": ["XMyv3gnwTdGnoh6G5sOeZg"], "issued_at": "2018-10-26T09:29:08.000000Z"}} 2018-10-26 09:29:08,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}31f32c22a98df34df749f14344dc50cea0394c3e" 2018-10-26 09:29:08,159 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Fri, 26 Oct 2018 09:29:08 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-10-26 09:29:08,162 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-26 09:29:08,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}31f32c22a98df34df749f14344dc50cea0394c3e" 2018-10-26 09:29:08,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-3c526df1-b3cf-4772-8b56-6fa3b2f3eb8c Date: Fri, 26 Oct 2018 09:29:08 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-26 09:29:08,750 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-3c526df1-b3cf-4772-8b56-6fa3b2f3eb8c 2018-10-26 09:29:08,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.58802986145s 2018-10-26 09:29:08,750 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-3c526df1-b3cf-4772-8b56-6fa3b2f3eb8c 2018-10-26 09:29:08,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-26 09:29:08,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}31f32c22a98df34df749f14344dc50cea0394c3e" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_dfa73581-f520-46f7-9a51-d077b882f5d9", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_dfa73581-f520-46f7-9a51-d077b882f5d9"}' 2018-10-26 09:29:08,965 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 865 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/de04f8bc-4eba-44f0-a8ba-3181cb6fcbe6 X-Openstack-Request-Id: req-6a5e5b17-9523-4ec2-9e71-8828b599b839 Date: Fri, 26 Oct 2018 09:29:08 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/de04f8bc-4eba-44f0-a8ba-3181cb6fcbe6/file", "owner": "f1a52865e4de455a892ed3aad20e3146", "id": "de04f8bc-4eba-44f0-a8ba-3181cb6fcbe6", "size": null, "self": "/v2/images/de04f8bc-4eba-44f0-a8ba-3181cb6fcbe6", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-26T09:29:08Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_dfa73581-f520-46f7-9a51-d077b882f5d9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_dfa73581-f520-46f7-9a51-d077b882f5d9", "checksum": null, "created_at": "2018-10-26T09:29:08Z", "protected": false} 2018-10-26 09:29:08,965 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-6a5e5b17-9523-4ec2-9e71-8828b599b839 2018-10-26 09:29:08,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.212865829468s 2018-10-26 09:29:08,965 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-6a5e5b17-9523-4ec2-9e71-8828b599b839 returning object de04f8bc-4eba-44f0-a8ba-3181cb6fcbe6 2018-10-26 09:29:08,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-26 09:29:08,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/de04f8bc-4eba-44f0-a8ba-3181cb6fcbe6/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}31f32c22a98df34df749f14344dc50cea0394c3e" -d '' 2018-10-26 09:29:10,690 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-243b9d3f-a6d4-4294-9317-98a94d926208 Date: Fri, 26 Oct 2018 09:29:10 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-26 09:29:10,690 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/de04f8bc-4eba-44f0-a8ba-3181cb6fcbe6/file used request id req-243b9d3f-a6d4-4294-9317-98a94d926208 2018-10-26 09:29:10,690 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.72411894798s 2018-10-26 09:29:10,691 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/de04f8bc-4eba-44f0-a8ba-3181cb6fcbe6/file used request id req-243b9d3f-a6d4-4294-9317-98a94d926208 2018-10-26 09:29:10,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-26 09:29:10,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}31f32c22a98df34df749f14344dc50cea0394c3e" 2018-10-26 09:29:11,243 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-596d63ac-8abb-45e7-bbe5-ba107925b8c0 Date: Fri, 26 Oct 2018 09:29:11 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/de04f8bc-4eba-44f0-a8ba-3181cb6fcbe6/snap", "metadata": {}}], "file": "/v2/images/de04f8bc-4eba-44f0-a8ba-3181cb6fcbe6/file", "owner": "f1a52865e4de455a892ed3aad20e3146", "id": "de04f8bc-4eba-44f0-a8ba-3181cb6fcbe6", "size": 12716032, "self": "/v2/images/de04f8bc-4eba-44f0-a8ba-3181cb6fcbe6", "disk_format": "qcow2", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/de04f8bc-4eba-44f0-a8ba-3181cb6fcbe6/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-26T09:29:10Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_dfa73581-f520-46f7-9a51-d077b882f5d9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_dfa73581-f520-46f7-9a51-d077b882f5d9", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-26T09:29:08Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-26 09:29:11,243 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-596d63ac-8abb-45e7-bbe5-ba107925b8c0 2018-10-26 09:29:11,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.552177190781s 2018-10-26 09:29:11,244 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-596d63ac-8abb-45e7-bbe5-ba107925b8c0 2018-10-26 09:29:11,246 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/de04f8bc-4eba-44f0-a8ba-3181cb6fcbe6/snap', u'metadata': Munch({})})], 'file': u'/v2/images/de04f8bc-4eba-44f0-a8ba-3181cb6fcbe6/file', 'owner': u'f1a52865e4de455a892ed3aad20e3146', 'id': u'de04f8bc-4eba-44f0-a8ba-3181cb6fcbe6', 'size': 12716032, u'self': u'/v2/images/de04f8bc-4eba-44f0-a8ba-3181cb6fcbe6', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f1a52865e4de455a892ed3aad20e3146', 'name': 'patrole-project_dfa73581-f520-46f7-9a51-d077b882f5d9', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/de04f8bc-4eba-44f0-a8ba-3181cb6fcbe6/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-26T09:29:10Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-26T09:29:10Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_dfa73581-f520-46f7-9a51-d077b882f5d9', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/de04f8bc-4eba-44f0-a8ba-3181cb6fcbe6', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_dfa73581-f520-46f7-9a51-d077b882f5d9', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_dfa73581-f520-46f7-9a51-d077b882f5d9', 'created': u'2018-10-26T09:29:08Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-26T09:29:08Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/de04f8bc-4eba-44f0-a8ba-3181cb6fcbe6', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_dfa73581-f520-46f7-9a51-d077b882f5d9', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-26 09:29:11,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-26 09:29:11,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: os-client-config/1.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}73e1998a8a366962eb619e6d66c97715f33a57ea" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "patrole-flavor_dfa73581-f520-46f7-9a51-d077b882f5d9", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-26 09:29:11,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:29: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-c32009e5-eecd-4e66-8724-632d9d6f3aa3 x-compute-request-id: req-c32009e5-eecd-4e66-8724-632d9d6f3aa3 Content-Encoding: gzip Content-Length: 305 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/4555e660-6fc8-4637-bb7a-c8728fc25d3f", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/4555e660-6fc8-4637-bb7a-c8728fc25d3f", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "4555e660-6fc8-4637-bb7a-c8728fc25d3f", "name": "patrole-flavor_dfa73581-f520-46f7-9a51-d077b882f5d9", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 09:29:11,441 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-c32009e5-eecd-4e66-8724-632d9d6f3aa3 2018-10-26 09:29:11,441 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.193918943405s 2018-10-26 09:29:11,441 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-c32009e5-eecd-4e66-8724-632d9d6f3aa3 returning object 4555e660-6fc8-4637-bb7a-c8728fc25d3f 2018-10-26 09:29:11,442 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_dfa73581-f520-46f7-9a51-d077b882f5d9', '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'c8dcd64f3c764883a33350227564ab99', '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'4555e660-6fc8-4637-bb7a-c8728fc25d3f', 'swap': 0}) 2018-10-26 09:29:11,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-26 09:29:11,446 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/4555e660-6fc8-4637-bb7a-c8728fc25d3f/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}73e1998a8a366962eb619e6d66c97715f33a57ea" -d '{"extra_specs": {}}' 2018-10-26 09:29:11,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:29: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-51e3e6d2-6ac2-488c-a377-8c7b9c2e3c51 x-compute-request-id: req-51e3e6d2-6ac2-488c-a377-8c7b9c2e3c51 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-26 09:29:11,466 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/4555e660-6fc8-4637-bb7a-c8728fc25d3f/os-extra_specs used request id req-51e3e6d2-6ac2-488c-a377-8c7b9c2e3c51 2018-10-26 09:29:11,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.023138999939s 2018-10-26 09:29:11,466 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/4555e660-6fc8-4637-bb7a-c8728fc25d3f/os-extra_specs used request id req-51e3e6d2-6ac2-488c-a377-8c7b9c2e3c51 2018-10-26 09:29:11,468 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 09:29:11,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}31f32c22a98df34df749f14344dc50cea0394c3e" 2018-10-26 09:29:11,476 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:29:11,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31f32c22a98df34df749f14344dc50cea0394c3e" 2018-10-26 09:29:11,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:29:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0413d056-4069-4f43-b805-745d2c3b24e0 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a81afe859eaa42a4b3f9d310194eeb53", "links": {"self": "http://172.30.9.21:5000/v3/roles/a81afe859eaa42a4b3f9d310194eeb53"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:29:11,565 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-0413d056-4069-4f43-b805-745d2c3b24e0 2018-10-26 09:29:11,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.096843957901s 2018-10-26 09:29:11,568 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-10-26 09:29:11,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}31f32c22a98df34df749f14344dc50cea0394c3e" 2018-10-26 09:29:12,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:29: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-14daf81a-9f3d-4038-ae69-a28c649e3e2b x-compute-request-id: req-14daf81a-9f3d-4038-ae69-a28c649e3e2b Content-Encoding: gzip Content-Length: 717 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 152}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 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": 155}, "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-26 09:29:12,138 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-14daf81a-9f3d-4038-ae69-a28c649e3e2b 2018-10-26 09:29:12,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.570915937424s 2018-10-26 09:29:12,139 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-14daf81a-9f3d-4038-ae69-a28c649e3e2b 2018-10-26 09:29:12,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-26 09:29:12,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}31f32c22a98df34df749f14344dc50cea0394c3e" 2018-10-26 09:29:12,697 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-50dfe6c2-39f4-4712-88b7-0d2ee7577d66 Date: Fri, 26 Oct 2018 09:29:12 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/de04f8bc-4eba-44f0-a8ba-3181cb6fcbe6/snap", "metadata": {}}], "file": "/v2/images/de04f8bc-4eba-44f0-a8ba-3181cb6fcbe6/file", "owner": "f1a52865e4de455a892ed3aad20e3146", "id": "de04f8bc-4eba-44f0-a8ba-3181cb6fcbe6", "size": 12716032, "self": "/v2/images/de04f8bc-4eba-44f0-a8ba-3181cb6fcbe6", "disk_format": "qcow2", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/de04f8bc-4eba-44f0-a8ba-3181cb6fcbe6/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-26T09:29:10Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_dfa73581-f520-46f7-9a51-d077b882f5d9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_dfa73581-f520-46f7-9a51-d077b882f5d9", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-26T09:29:08Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-26 09:29:12,697 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-50dfe6c2-39f4-4712-88b7-0d2ee7577d66 2018-10-26 09:29:12,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.556903123856s 2018-10-26 09:29:12,698 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-50dfe6c2-39f4-4712-88b7-0d2ee7577d66 2018-10-26 09:29:12,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-26 09:29:12,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}31f32c22a98df34df749f14344dc50cea0394c3e" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_alt_dfa73581-f520-46f7-9a51-d077b882f5d9", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_alt_dfa73581-f520-46f7-9a51-d077b882f5d9"}' 2018-10-26 09:29:12,902 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 873 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/db0b8847-806e-4293-96d3-741ebaa77f96 X-Openstack-Request-Id: req-6e95725b-ace0-45a0-8664-8b58b361d6ee Date: Fri, 26 Oct 2018 09:29:12 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/db0b8847-806e-4293-96d3-741ebaa77f96/file", "owner": "f1a52865e4de455a892ed3aad20e3146", "id": "db0b8847-806e-4293-96d3-741ebaa77f96", "size": null, "self": "/v2/images/db0b8847-806e-4293-96d3-741ebaa77f96", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-26T09:29:12Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_dfa73581-f520-46f7-9a51-d077b882f5d9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_dfa73581-f520-46f7-9a51-d077b882f5d9", "checksum": null, "created_at": "2018-10-26T09:29:12Z", "protected": false} 2018-10-26 09:29:12,902 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-6e95725b-ace0-45a0-8664-8b58b361d6ee 2018-10-26 09:29:12,902 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.202068090439s 2018-10-26 09:29:12,903 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-6e95725b-ace0-45a0-8664-8b58b361d6ee returning object db0b8847-806e-4293-96d3-741ebaa77f96 2018-10-26 09:29:12,904 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-26 09:29:12,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/db0b8847-806e-4293-96d3-741ebaa77f96/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}31f32c22a98df34df749f14344dc50cea0394c3e" -d '' 2018-10-26 09:29:15,032 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-57721dcf-42aa-438f-bf05-38752c1f443d Date: Fri, 26 Oct 2018 09:29: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-26 09:29:15,032 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/db0b8847-806e-4293-96d3-741ebaa77f96/file used request id req-57721dcf-42aa-438f-bf05-38752c1f443d 2018-10-26 09:29:15,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 2.12898898125s 2018-10-26 09:29:15,033 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/db0b8847-806e-4293-96d3-741ebaa77f96/file used request id req-57721dcf-42aa-438f-bf05-38752c1f443d 2018-10-26 09:29:15,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-26 09:29:15,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}31f32c22a98df34df749f14344dc50cea0394c3e" 2018-10-26 09:29:15,216 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2331 Content-Type: application/json X-Openstack-Request-Id: req-4fee3ff2-4e45-490b-81fd-f41d5febec08 Date: Fri, 26 Oct 2018 09:29:15 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/db0b8847-806e-4293-96d3-741ebaa77f96/snap", "metadata": {}}], "file": "/v2/images/db0b8847-806e-4293-96d3-741ebaa77f96/file", "owner": "f1a52865e4de455a892ed3aad20e3146", "id": "db0b8847-806e-4293-96d3-741ebaa77f96", "size": 12716032, "self": "/v2/images/db0b8847-806e-4293-96d3-741ebaa77f96", "disk_format": "qcow2", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/db0b8847-806e-4293-96d3-741ebaa77f96/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-26T09:29:15Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_dfa73581-f520-46f7-9a51-d077b882f5d9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_dfa73581-f520-46f7-9a51-d077b882f5d9", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-26T09:29:12Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/de04f8bc-4eba-44f0-a8ba-3181cb6fcbe6/snap", "metadata": {}}], "file": "/v2/images/de04f8bc-4eba-44f0-a8ba-3181cb6fcbe6/file", "owner": "f1a52865e4de455a892ed3aad20e3146", "id": "de04f8bc-4eba-44f0-a8ba-3181cb6fcbe6", "size": 12716032, "self": "/v2/images/de04f8bc-4eba-44f0-a8ba-3181cb6fcbe6", "disk_format": "qcow2", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/de04f8bc-4eba-44f0-a8ba-3181cb6fcbe6/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-26T09:29:10Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_dfa73581-f520-46f7-9a51-d077b882f5d9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_dfa73581-f520-46f7-9a51-d077b882f5d9", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-26T09:29:08Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-26 09:29:15,216 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-4fee3ff2-4e45-490b-81fd-f41d5febec08 2018-10-26 09:29:15,217 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.183101177216s 2018-10-26 09:29:15,217 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-4fee3ff2-4e45-490b-81fd-f41d5febec08 2018-10-26 09:29:15,220 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/db0b8847-806e-4293-96d3-741ebaa77f96/snap', u'metadata': Munch({})})], 'file': u'/v2/images/db0b8847-806e-4293-96d3-741ebaa77f96/file', 'owner': u'f1a52865e4de455a892ed3aad20e3146', 'id': u'db0b8847-806e-4293-96d3-741ebaa77f96', 'size': 12716032, u'self': u'/v2/images/db0b8847-806e-4293-96d3-741ebaa77f96', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f1a52865e4de455a892ed3aad20e3146', 'name': 'patrole-project_dfa73581-f520-46f7-9a51-d077b882f5d9', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/db0b8847-806e-4293-96d3-741ebaa77f96/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-26T09:29:15Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-26T09:29:15Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_dfa73581-f520-46f7-9a51-d077b882f5d9', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/db0b8847-806e-4293-96d3-741ebaa77f96', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_dfa73581-f520-46f7-9a51-d077b882f5d9', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_alt_dfa73581-f520-46f7-9a51-d077b882f5d9', 'created': u'2018-10-26T09:29:12Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-26T09:29:12Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/db0b8847-806e-4293-96d3-741ebaa77f96', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_dfa73581-f520-46f7-9a51-d077b882f5d9', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-26 09:29:15,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-26 09:29:15,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: os-client-config/1.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}73e1998a8a366962eb619e6d66c97715f33a57ea" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "patrole-flavor_alt_dfa73581-f520-46f7-9a51-d077b882f5d9", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-26 09:29:15,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:29:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-98f3277b-31f8-4be9-b73e-f82ab751f1a0 x-compute-request-id: req-98f3277b-31f8-4be9-b73e-f82ab751f1a0 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/9747be27-4125-4301-911c-78c180fe1c2d", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/9747be27-4125-4301-911c-78c180fe1c2d", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9747be27-4125-4301-911c-78c180fe1c2d", "name": "patrole-flavor_alt_dfa73581-f520-46f7-9a51-d077b882f5d9", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 09:29:15,284 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-98f3277b-31f8-4be9-b73e-f82ab751f1a0 2018-10-26 09:29:15,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0634849071503s 2018-10-26 09:29:15,285 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-98f3277b-31f8-4be9-b73e-f82ab751f1a0 returning object 9747be27-4125-4301-911c-78c180fe1c2d 2018-10-26 09:29:15,285 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_dfa73581-f520-46f7-9a51-d077b882f5d9', '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'c8dcd64f3c764883a33350227564ab99', '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'9747be27-4125-4301-911c-78c180fe1c2d', 'swap': 0}) 2018-10-26 09:29:15,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-26 09:29:15,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/9747be27-4125-4301-911c-78c180fe1c2d/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}73e1998a8a366962eb619e6d66c97715f33a57ea" -d '{"extra_specs": {}}' 2018-10-26 09:29:15,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:29:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d4c40c3a-c328-4688-bb15-4c7656e5457c x-compute-request-id: req-d4c40c3a-c328-4688-bb15-4c7656e5457c Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-26 09:29:15,307 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/9747be27-4125-4301-911c-78c180fe1c2d/os-extra_specs used request id req-d4c40c3a-c328-4688-bb15-4c7656e5457c 2018-10-26 09:29:15,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0204589366913s 2018-10-26 09:29:15,307 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/9747be27-4125-4301-911c-78c180fe1c2d/os-extra_specs used request id req-d4c40c3a-c328-4688-bb15-4c7656e5457c 2018-10-26 09:29:15,307 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_dfa73581-f520-46f7-9a51-d077b882f5d9', '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'c8dcd64f3c764883a33350227564ab99', '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'9747be27-4125-4301-911c-78c180fe1c2d', 'swap': 0}) 2018-10-26 09:29:18,667 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-26 09:29:17.579 11322 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=b86cde4f-2c11-4c72-bba3-188094a4af8b) for deployment 'opnfv-rally' (UUID=82701888-00b8-4d9a-867e-af97ed7f384b). 2018-10-26 09:29:18.482 11322 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-26 09:29:18.485 11322 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b86cde4f-2c11-4c72-bba3-188094a4af8b) has been successfully configured for deployment 'opnfv-rally' (UUID=82701888-00b8-4d9a-867e-af97ed7f384b)! 2018-10-26 09:29:18,668 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-10-26 09:29:18,668 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-10-26 09:29:18,671 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-10-26 09:29:18,688 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-10-26 09:29:22,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-b86cde4f-2c11-4c72-bba3-188094a4af8b/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-26 09:29:22,092 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-10-26 09:29:22,170 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-10-26 09:29:22,171 - 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-26 09:29:24,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 09:29:24.371 11331 INFO rally.api [-] Starting verification (UUID=9609dd53-c4fb-4dca-8569-2848dc340b6b) for deployment 'opnfv-rally' (UUID=82701888-00b8-4d9a-867e-af97ed7f384b) by verifier 'opnfv-tempest' (UUID=b86cde4f-2c11-4c72-bba3-188094a4af8b). 2018-10-26 09:29:24,372 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 9609dd53-c4fb-4dca-8569-2848dc340b6b 2018-10-26 09:31:49,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 9609dd53-c4fb-4dca-8569-2848dc340b6b 2018-10-26 09:31:49,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '9609dd53-c4fb-4dca-8569-2848dc340b6b']'. 2018-10-26 09:31:50,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-26 09:31:50,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-26 09:31:50,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-26 09:31:50,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 9609dd53-c4fb-4dca-8569-2848dc340b6b | 2018-10-26 09:31:50,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-10-26 09:31:50,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-26 09:29:24 | 2018-10-26 09:31:50,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-26 09:31:49 | 2018-10-26 09:31:50,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:25 | 2018-10-26 09:31:50,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-26 09:31:50,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-26 09:31:50,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: b86cde4f-2c11-4c72-bba3-188094a4af8b) | 2018-10-26 09:31:50,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-26 09:31:50,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 82701888-00b8-4d9a-867e-af97ed7f384b) | 2018-10-26 09:31:50,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-10-26 09:31:50,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 135.977 | 2018-10-26 09:31:50,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 126 | 2018-10-26 09:31:50,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 161 | 2018-10-26 09:31:50,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-26 09:31:50,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-26 09:31:50,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-10-26 09:31:50,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-26 09:31:50,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-26 09:31:50,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-26 09:31:50,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-10-26 09:31:50,852 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-26 09:31:50,852 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:43 | PASS | +-------------------+------------------+------------------+----------------+ 2018-10-26 09:31:50,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-26 09:31:50,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/db0b8847-806e-4293-96d3-741ebaa77f96 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}31f32c22a98df34df749f14344dc50cea0394c3e" 2018-10-26 09:31:52,600 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-049a26e9-591f-45f7-b73f-1068ac32b137 Date: Fri, 26 Oct 2018 09:31: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-26 09:31:52,600 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/db0b8847-806e-4293-96d3-741ebaa77f96 used request id req-049a26e9-591f-45f7-b73f-1068ac32b137 2018-10-26 09:31:52,600 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.74449801445s 2018-10-26 09:31:52,600 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/db0b8847-806e-4293-96d3-741ebaa77f96 used request id req-049a26e9-591f-45f7-b73f-1068ac32b137 2018-10-26 09:31:52,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-26 09:31:52,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}73e1998a8a366962eb619e6d66c97715f33a57ea" 2018-10-26 09:31:52,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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-b0994089-37c0-4216-bf19-a11a27f09ad9 x-compute-request-id: req-b0994089-37c0-4216-bf19-a11a27f09ad9 Content-Encoding: gzip Content-Length: 359 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/4555e660-6fc8-4637-bb7a-c8728fc25d3f", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/4555e660-6fc8-4637-bb7a-c8728fc25d3f", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "4555e660-6fc8-4637-bb7a-c8728fc25d3f", "name": "patrole-flavor_dfa73581-f520-46f7-9a51-d077b882f5d9", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/9747be27-4125-4301-911c-78c180fe1c2d", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/9747be27-4125-4301-911c-78c180fe1c2d", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9747be27-4125-4301-911c-78c180fe1c2d", "name": "patrole-flavor_alt_dfa73581-f520-46f7-9a51-d077b882f5d9", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-26 09:31:52,634 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-b0994089-37c0-4216-bf19-a11a27f09ad9 2018-10-26 09:31:52,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0329260826111s 2018-10-26 09:31:52,634 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-b0994089-37c0-4216-bf19-a11a27f09ad9 2018-10-26 09:31:52,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-26 09:31:52,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/9747be27-4125-4301-911c-78c180fe1c2d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}73e1998a8a366962eb619e6d66c97715f33a57ea" 2018-10-26 09:31:52,694 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09: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 x-openstack-request-id: req-fb07c30f-1b52-49ce-950b-65a7d0761336 x-compute-request-id: req-fb07c30f-1b52-49ce-950b-65a7d0761336 Content-Length: 0 Content-Type: application/json 2018-10-26 09:31:52,694 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/9747be27-4125-4301-911c-78c180fe1c2d used request id req-fb07c30f-1b52-49ce-950b-65a7d0761336 2018-10-26 09:31:52,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0585808753967s 2018-10-26 09:31:52,694 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/9747be27-4125-4301-911c-78c180fe1c2d used request id req-fb07c30f-1b52-49ce-950b-65a7d0761336 2018-10-26 09:31:52,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-26 09:31:52,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}31f32c22a98df34df749f14344dc50cea0394c3e" 2018-10-26 09:31:52,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-574efc1e-cd9c-4010-a763-1594448e589c Date: Fri, 26 Oct 2018 09:31:52 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/de04f8bc-4eba-44f0-a8ba-3181cb6fcbe6/snap", "metadata": {}}], "file": "/v2/images/de04f8bc-4eba-44f0-a8ba-3181cb6fcbe6/file", "owner": "f1a52865e4de455a892ed3aad20e3146", "id": "de04f8bc-4eba-44f0-a8ba-3181cb6fcbe6", "size": 12716032, "self": "/v2/images/de04f8bc-4eba-44f0-a8ba-3181cb6fcbe6", "disk_format": "qcow2", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/de04f8bc-4eba-44f0-a8ba-3181cb6fcbe6/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-26T09:29:10Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_dfa73581-f520-46f7-9a51-d077b882f5d9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_dfa73581-f520-46f7-9a51-d077b882f5d9", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-26T09:29:08Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-26 09:31:52,869 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-574efc1e-cd9c-4010-a763-1594448e589c 2018-10-26 09:31:52,870 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.174945831299s 2018-10-26 09:31:52,870 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-574efc1e-cd9c-4010-a763-1594448e589c 2018-10-26 09:31:52,872 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-26 09:31:52,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/de04f8bc-4eba-44f0-a8ba-3181cb6fcbe6 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}31f32c22a98df34df749f14344dc50cea0394c3e" 2018-10-26 09:31:55,127 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-81c29413-7d09-4f5e-877f-99d9b7d948be Date: Fri, 26 Oct 2018 09:31: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-26 09:31:55,127 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/de04f8bc-4eba-44f0-a8ba-3181cb6fcbe6 used request id req-81c29413-7d09-4f5e-877f-99d9b7d948be 2018-10-26 09:31:55,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 2.25579404831s 2018-10-26 09:31:55,128 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/de04f8bc-4eba-44f0-a8ba-3181cb6fcbe6 used request id req-81c29413-7d09-4f5e-877f-99d9b7d948be 2018-10-26 09:31:55,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-26 09:31:55,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}73e1998a8a366962eb619e6d66c97715f33a57ea" 2018-10-26 09:31:55,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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-2617923b-bea4-4f3b-9aa6-fffac777095a x-compute-request-id: req-2617923b-bea4-4f3b-9aa6-fffac777095a Content-Encoding: gzip Content-Length: 304 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/4555e660-6fc8-4637-bb7a-c8728fc25d3f", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/4555e660-6fc8-4637-bb7a-c8728fc25d3f", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "4555e660-6fc8-4637-bb7a-c8728fc25d3f", "name": "patrole-flavor_dfa73581-f520-46f7-9a51-d077b882f5d9", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-26 09:31:55,163 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-2617923b-bea4-4f3b-9aa6-fffac777095a 2018-10-26 09:31:55,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0347089767456s 2018-10-26 09:31:55,163 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-2617923b-bea4-4f3b-9aa6-fffac777095a 2018-10-26 09:31:55,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-26 09:31:55,167 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/4555e660-6fc8-4637-bb7a-c8728fc25d3f -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}73e1998a8a366962eb619e6d66c97715f33a57ea" 2018-10-26 09:31:55,210 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09: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 x-openstack-request-id: req-05f1344a-965a-4cb1-a44a-473aa594cc1e x-compute-request-id: req-05f1344a-965a-4cb1-a44a-473aa594cc1e Content-Length: 0 Content-Type: application/json 2018-10-26 09:31:55,211 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/4555e660-6fc8-4637-bb7a-c8728fc25d3f used request id req-05f1344a-965a-4cb1-a44a-473aa594cc1e 2018-10-26 09:31:55,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0459191799164s 2018-10-26 09:31:55,211 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/4555e660-6fc8-4637-bb7a-c8728fc25d3f used request id req-05f1344a-965a-4cb1-a44a-473aa594cc1e 2018-10-26 09:31:55,211 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-26 09:31:55,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}73e1998a8a366962eb619e6d66c97715f33a57ea" 2018-10-26 09:31:55,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:31:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac40d5eb-91a1-4fd9-a041-0dcd312309d9 Content-Encoding: gzip Content-Length: 865 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_dfa73581-f520-46f7-9a51-d077b882f5d9", "links": {"self": "http://172.30.9.21:5000/v3/users/838c9f0b722a4ad68d396f98b3e78146"}, "domain_id": "default", "enabled": true, "id": "838c9f0b722a4ad68d396f98b3e78146", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:31:55,317 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-ac40d5eb-91a1-4fd9-a041-0dcd312309d9 2018-10-26 09:31:55,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.105325937271s 2018-10-26 09:31:55,317 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-ac40d5eb-91a1-4fd9-a041-0dcd312309d9 2018-10-26 09:31:55,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-26 09:31:55,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/838c9f0b722a4ad68d396f98b3e78146 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}73e1998a8a366962eb619e6d66c97715f33a57ea" 2018-10-26 09:31:55,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:31:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2322eb3d-1ed1-4bc4-a7ca-993639d76db9 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/838c9f0b722a4ad68d396f98b3e78146"}, "enabled": true, "id": "838c9f0b722a4ad68d396f98b3e78146", "options": {}, "domain_id": "default", "name": "patrole-user_dfa73581-f520-46f7-9a51-d077b882f5d9"}} 2018-10-26 09:31:55,495 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/838c9f0b722a4ad68d396f98b3e78146 used request id req-2322eb3d-1ed1-4bc4-a7ca-993639d76db9 2018-10-26 09:31:55,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.171826124191s 2018-10-26 09:31:55,495 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/838c9f0b722a4ad68d396f98b3e78146 used request id req-2322eb3d-1ed1-4bc4-a7ca-993639d76db9 2018-10-26 09:31:55,496 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-26 09:31:55,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/838c9f0b722a4ad68d396f98b3e78146 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}73e1998a8a366962eb619e6d66c97715f33a57ea" 2018-10-26 09:31:55,669 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:31:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-922fa212-f09c-4bf7-a56a-a9a124df8d4d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:31:55,669 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/838c9f0b722a4ad68d396f98b3e78146 used request id req-922fa212-f09c-4bf7-a56a-a9a124df8d4d 2018-10-26 09:31:55,669 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.173181056976s 2018-10-26 09:31:55,669 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/838c9f0b722a4ad68d396f98b3e78146 used request id req-922fa212-f09c-4bf7-a56a-a9a124df8d4d 2018-10-26 09:31:55,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-26 09:31:55,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}73e1998a8a366962eb619e6d66c97715f33a57ea" 2018-10-26 09:31:55,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:31:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89edf4da-0daf-4416-b4e5-6a40b4476f83 Content-Encoding: gzip Content-Length: 376 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.21:5000/v3/projects/f1a52865e4de455a892ed3aad20e3146"}, "enabled": true, "id": "f1a52865e4de455a892ed3aad20e3146", "parent_id": "default", "domain_id": "default", "name": "patrole-project_dfa73581-f520-46f7-9a51-d077b882f5d9"}]} 2018-10-26 09:31:55,754 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-89edf4da-0daf-4416-b4e5-6a40b4476f83 2018-10-26 09:31:55,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0847527980804s 2018-10-26 09:31:55,755 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-89edf4da-0daf-4416-b4e5-6a40b4476f83 2018-10-26 09:31:55,757 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-26 09:31:55,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/f1a52865e4de455a892ed3aad20e3146 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}73e1998a8a366962eb619e6d66c97715f33a57ea" 2018-10-26 09:31:55,911 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:31:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4a95e386-33b5-44b5-b269-c4af164d9b77 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:31:55,911 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/f1a52865e4de455a892ed3aad20e3146 used request id req-4a95e386-33b5-44b5-b269-c4af164d9b77 2018-10-26 09:31:55,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.154166221619s 2018-10-26 09:31:55,911 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/f1a52865e4de455a892ed3aad20e3146 used request id req-4a95e386-33b5-44b5-b269-c4af164d9b77 2018-10-26 09:31:55,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 09:31:55,912 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73e1998a8a366962eb619e6d66c97715f33a57ea" 2018-10-26 09:31:55,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:31:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05eb107b-aa13-410c-afb6-665f33ef8caa Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a81afe859eaa42a4b3f9d310194eeb53", "links": {"self": "http://172.30.9.21:5000/v3/roles/a81afe859eaa42a4b3f9d310194eeb53"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:31:55,987 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-05eb107b-aa13-410c-afb6-665f33ef8caa 2018-10-26 09:31:55,987 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0752861499786s 2018-10-26 09:31:55,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-26 09:31:55,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/roles/a81afe859eaa42a4b3f9d310194eeb53 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73e1998a8a366962eb619e6d66c97715f33a57ea" 2018-10-26 09:31:56,099 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:31:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a521f88e-cce6-497a-bc7a-1705627904a5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:31:56,100 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/a81afe859eaa42a4b3f9d310194eeb53 used request id req-a521f88e-cce6-497a-bc7a-1705627904a5 2018-10-26 09:31:56,100 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.110949039459s 2018-10-26 09:31:56,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-26 09:31:56,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/security-groups.json?project_id=f1a52865e4de455a892ed3aad20e3146&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}73e1998a8a366962eb619e6d66c97715f33a57ea" 2018-10-26 09:31:56,275 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-9f445963-ec43-478f-87a2-c72a9f91c1f8 Date: Fri, 26 Oct 2018 09:31:56 GMT RESP BODY: {"security_groups": []} 2018-10-26 09:31:56,275 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json?project_id=f1a52865e4de455a892ed3aad20e3146&name=default used request id req-9f445963-ec43-478f-87a2-c72a9f91c1f8 2018-10-26 09:31:56,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.171957969666s 2018-10-26 09:31:56,275 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json?project_id=f1a52865e4de455a892ed3aad20e3146&name=default used request id req-9f445963-ec43-478f-87a2-c72a9f91c1f8 2018-10-26 09:31:56,331 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_smoke'... 2018-10-26 09:31:56,515 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-26 09:31:56,515 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-26 09:31:56,515 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-26 09:31:56,515 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-26 09:31:56,515 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-26 09:31:56,515 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-26 09:31:56,515 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-26 09:31:56,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-26 09:31:56,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-26 09:31:56,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-26 09:31:56,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-26 09:31:56,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-26 09:31:56,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-26 09:31:56,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-26 09:31:56,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-26 09:31:56,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-26 09:31:56,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-26 09:31:56,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-26 09:31:56,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-26 09:31:56,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-26 09:31:56,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-26 09:31:56,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-26 09:31:56,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-26 09:31:56,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-26 09:31:56,517 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-26 09:31:56,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:31:56,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:31:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24a7f1fa-9fcb-49a7-930a-40d6c3be162b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:31:56,523 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-24a7f1fa-9fcb-49a7-930a-40d6c3be162b 2018-10-26 09:31:56,523 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:31:56,891 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}], "expires_at": "2018-10-26T10:31:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8dcd64f3c764883a33350227564ab99", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c8dcd64f3c764883a33350227564ab99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/c8dcd64f3c764883a33350227564ab99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/c8dcd64f3c764883a33350227564ab99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c8dcd64f3c764883a33350227564ab99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/c8dcd64f3c764883a33350227564ab99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/c8dcd64f3c764883a33350227564ab99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/c8dcd64f3c764883a33350227564ab99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/c8dcd64f3c764883a33350227564ab99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/c8dcd64f3c764883a33350227564ab99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/c8dcd64f3c764883a33350227564ab99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/c8dcd64f3c764883a33350227564ab99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/c8dcd64f3c764883a33350227564ab99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "407502ccd88d4e6a85d43ab4ef2e0d85"}, "audit_ids": ["AQ0WfaNUREi-dJ1Lu7AQdA"], "issued_at": "2018-10-26T09:31:56.000000Z"}} 2018-10-26 09:31:56,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}dea5c587457624c59c713a0e16652744ec42f28c" 2018-10-26 09:31:56,901 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:31:56,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dea5c587457624c59c713a0e16652744ec42f28c" 2018-10-26 09:31:56,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:31:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7eddac96-91f2-4c4f-9fdb-331992f0e327 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/865486593e12402f86e9636a8d3859ad"}, "description": "", "name": "heat_stack", "enabled": true, "id": "865486593e12402f86e9636a8d3859ad"}, {"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-10-26 09:31:56,993 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-7eddac96-91f2-4c4f-9fdb-331992f0e327 2018-10-26 09:31:56,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.476459980011s 2018-10-26 09:31:56,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-26 09:31:56,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}dea5c587457624c59c713a0e16652744ec42f28c" -d '{"project": {"description": "Created by OPNFV Functest: snaps_smoke", "enabled": true, "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}}' 2018-10-26 09:31:57,097 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:31:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-03889def-efe0-4067-9290-ac46df128aa3 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:31:57,097 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-03889def-efe0-4067-9290-ac46df128aa3 2018-10-26 09:31:57,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.101934909821s 2018-10-26 09:31:57,097 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-03889def-efe0-4067-9290-ac46df128aa3 2018-10-26 09:31:57,098 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c', 'id': u'520bb063707641068ecd26c37a46f476', '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-26 09:31:57,099 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-26 09:31:57,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.368869066238s 2018-10-26 09:31:57,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dea5c587457624c59c713a0e16652744ec42f28c" 2018-10-26 09:31:57,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:31:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b372808-af95-4424-9fa7-307b50ca4455 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}, "domain_id": "default", "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:31:57,581 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7 used request id req-2b372808-af95-4424-9fa7-307b50ca4455 2018-10-26 09:31:57,582 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'657b190628da4860b5a177f1331535a7', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c'}) 2018-10-26 09:31:57,582 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 09:31:57,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dea5c587457624c59c713a0e16652744ec42f28c" 2018-10-26 09:31:57,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:31:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a49d97d-292e-4540-af20-6d150e640790 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:31:57,661 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-1a49d97d-292e-4540-af20-6d150e640790 2018-10-26 09:31:57,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0786020755768s 2018-10-26 09:31:57,662 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 09:31:57,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dea5c587457624c59c713a0e16652744ec42f28c" 2018-10-26 09:31:57,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:31:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54525423-d112-4a30-9886-774a784eba98 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:31:57,744 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-54525423-d112-4a30-9886-774a784eba98 2018-10-26 09:31:57,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0828001499176s 2018-10-26 09:31:57,745 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-26 09:31:57,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-26 09:31:57,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dea5c587457624c59c713a0e16652744ec42f28c" -d '{"role": {"name": "Member"}}' 2018-10-26 09:31:57,848 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:31:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-76f9add4-ff06-4ec1-9ee7-2b0a648392ac Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}} 2018-10-26 09:31:57,848 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-76f9add4-ff06-4ec1-9ee7-2b0a648392ac 2018-10-26 09:31:57,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.103374004364s 2018-10-26 09:31:57,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dea5c587457624c59c713a0e16652744ec42f28c" 2018-10-26 09:31:57,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:31:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a9536ee-7d4e-4656-afe4-190aa8146df4 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "domain_id": null, "name": "Member", "id": "212cca547cb247b09b4539301a54fdb3"}} 2018-10-26 09:31:57,924 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3 used request id req-4a9536ee-7d4e-4656-afe4-190aa8146df4 2018-10-26 09:31:57,924 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3'}, 'domain_id': None, 'human_id': None, 'id': u'212cca547cb247b09b4539301a54fdb3', 'HUMAN_ID': False}) 2018-10-26 09:31:57,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 09:31:57,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dea5c587457624c59c713a0e16652744ec42f28c" 2018-10-26 09:31:58,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:31:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-323200ca-0541-478a-a4f2-2a30d1837d55 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:31:58,007 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-323200ca-0541-478a-a4f2-2a30d1837d55 2018-10-26 09:31:58,007 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0821471214294s 2018-10-26 09:31:58,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-26 09:31:58,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dea5c587457624c59c713a0e16652744ec42f28c" 2018-10-26 09:31:58,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:31:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef816f5d-e4c3-478c-b8be-c2420de1604a 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-10-26 09:31:58,091 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-ef816f5d-e4c3-478c-b8be-c2420de1604a 2018-10-26 09:31:58,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0831809043884s 2018-10-26 09:31:58,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-26 09:31:58,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}dea5c587457624c59c713a0e16652744ec42f28c" 2018-10-26 09:31:58,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:31:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c2f0188-e443-4ab3-afeb-4fd1b245656f Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:31:58,124 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-3c2f0188-e443-4ab3-afeb-4fd1b245656f 2018-10-26 09:31:58,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0321309566498s 2018-10-26 09:31:58,125 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-3c2f0188-e443-4ab3-afeb-4fd1b245656f 2018-10-26 09:31:58,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-26 09:31:58,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dea5c587457624c59c713a0e16652744ec42f28c" 2018-10-26 09:31:58,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:31:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a5bbb34-75fa-4b7e-9579-9a0058fb813c Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-26 09:31:58,213 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-5a5bbb34-75fa-4b7e-9579-9a0058fb813c 2018-10-26 09:31:58,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0820109844208s 2018-10-26 09:31:58,213 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-5a5bbb34-75fa-4b7e-9579-9a0058fb813c 2018-10-26 09:31:58,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-26 09:31:58,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=657b190628da4860b5a177f1331535a7&scope.project.id=520bb063707641068ecd26c37a46f476&role.id=212cca547cb247b09b4539301a54fdb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dea5c587457624c59c713a0e16652744ec42f28c" 2018-10-26 09:31:58,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:31:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39a1ac44-f2b5-4eec-a2c5-a9dd30217fbe Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=657b190628da4860b5a177f1331535a7&scope.project.id=520bb063707641068ecd26c37a46f476&role.id=212cca547cb247b09b4539301a54fdb3", "previous": null, "next": null}} 2018-10-26 09:31:58,297 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=657b190628da4860b5a177f1331535a7&scope.project.id=520bb063707641068ecd26c37a46f476&role.id=212cca547cb247b09b4539301a54fdb3 used request id req-39a1ac44-f2b5-4eec-a2c5-a9dd30217fbe 2018-10-26 09:31:58,297 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0808308124542s 2018-10-26 09:31:58,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-26 09:31:58,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476/users/657b190628da4860b5a177f1331535a7/roles/212cca547cb247b09b4539301a54fdb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dea5c587457624c59c713a0e16652744ec42f28c" 2018-10-26 09:31:58,410 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:31:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-65f3519a-323b-4ed4-92a9-3795c5dbcc96 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:31:58,410 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476/users/657b190628da4860b5a177f1331535a7/roles/212cca547cb247b09b4539301a54fdb3 used request id req-65f3519a-323b-4ed4-92a9-3795c5dbcc96 2018-10-26 09:31:58,411 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.113188028336s 2018-10-26 09:31:58,411 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c', 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': 'c0b88522-9641-468b-9199-c16a91ad5596', 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_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c', 'project_id': u'520bb063707641068ecd26c37a46f476', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-26 09:31:58,412 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-26 09:31:58,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-26 09:31:58,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-26 09:31:58,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-26 09:31:58,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-26 09:31:58,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-26 09:31:58,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-26 09:31:58,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-26 09:31:58,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-26 09:31:58,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-26 09:31:58,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-26 09:31:58,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-26 09:31:58,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-26 09:31:58,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-26 09:31:58,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-26 09:31:58,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-26 09:31:58,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-26 09:31:58,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-26 09:31:58,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-26 09:31:58,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-26 09:31:58,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-26 09:31:58,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-26 09:31:58,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-26 09:31:58,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-26 09:31:58,417 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c', 'password': 'c0b88522-9641-468b-9199-c16a91ad5596', 'project_name': 'snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': '520bb063707641068ecd26c37a46f476', 'project_domain_name': 'Default'} 2018-10-26 09:31:58,417 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 09:31:58,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dea5c587457624c59c713a0e16652744ec42f28c" 2018-10-26 09:31:58,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:31:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1366379e-c3e9-4953-a14f-1d15cf7f5711 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:31:58,500 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-1366379e-c3e9-4953-a14f-1d15cf7f5711 2018-10-26 09:31:58,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0833921432495s 2018-10-26 09:31:58,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 09:31:58,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dea5c587457624c59c713a0e16652744ec42f28c" 2018-10-26 09:31:58,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:31:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1957c6d5-2564-429a-9276-c27da81469d4 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:31:58,581 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-1957c6d5-2564-429a-9276-c27da81469d4 2018-10-26 09:31:58,582 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0796689987183s 2018-10-26 09:31:58,583 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-26 09:31:58,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dea5c587457624c59c713a0e16652744ec42f28c" 2018-10-26 09:31:58,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:31:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bd36805-ec89-4a21-b8cb-39884890fe11 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-10-26 09:31:58,658 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-5bd36805-ec89-4a21-b8cb-39884890fe11 2018-10-26 09:31:58,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0752439498901s 2018-10-26 09:31:58,659 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-26 09:31:58,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}dea5c587457624c59c713a0e16652744ec42f28c" 2018-10-26 09:31:58,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:31:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1054fa5-2869-4c7f-b49a-51b4f52f8fa5 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:31:58,756 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-b1054fa5-2869-4c7f-b49a-51b4f52f8fa5 2018-10-26 09:31:58,756 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0966069698334s 2018-10-26 09:31:58,756 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-b1054fa5-2869-4c7f-b49a-51b4f52f8fa5 2018-10-26 09:31:58,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-26 09:31:58,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dea5c587457624c59c713a0e16652744ec42f28c" 2018-10-26 09:31:58,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:31:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0dd5bfa-0f20-4567-a757-749854d8bcc6 Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-26 09:31:58,843 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-d0dd5bfa-0f20-4567-a757-749854d8bcc6 2018-10-26 09:31:58,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0811631679535s 2018-10-26 09:31:58,844 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-d0dd5bfa-0f20-4567-a757-749854d8bcc6 2018-10-26 09:31:58,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-26 09:31:58,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=657b190628da4860b5a177f1331535a7&scope.project.id=520bb063707641068ecd26c37a46f476&role.id=886257d877da42cd903fe01393f42ae9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dea5c587457624c59c713a0e16652744ec42f28c" 2018-10-26 09:31:58,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:31:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-515975fc-e81a-4259-af2a-6fbc6f131c80 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=657b190628da4860b5a177f1331535a7&scope.project.id=520bb063707641068ecd26c37a46f476&role.id=886257d877da42cd903fe01393f42ae9", "previous": null, "next": null}} 2018-10-26 09:31:58,919 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=657b190628da4860b5a177f1331535a7&scope.project.id=520bb063707641068ecd26c37a46f476&role.id=886257d877da42cd903fe01393f42ae9 used request id req-515975fc-e81a-4259-af2a-6fbc6f131c80 2018-10-26 09:31:58,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.073215007782s 2018-10-26 09:31:58,919 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-26 09:31:58,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476/users/657b190628da4860b5a177f1331535a7/roles/886257d877da42cd903fe01393f42ae9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dea5c587457624c59c713a0e16652744ec42f28c" 2018-10-26 09:31:59,135 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:31:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7a998fd3-5ab3-4189-895d-737d16037aa2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:31:59,135 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476/users/657b190628da4860b5a177f1331535a7/roles/886257d877da42cd903fe01393f42ae9 used request id req-7a998fd3-5ab3-4189-895d-737d16037aa2 2018-10-26 09:31:59,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.215877056122s 2018-10-26 09:31:59,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 09:31:59,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dea5c587457624c59c713a0e16652744ec42f28c" 2018-10-26 09:31:59,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:31:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ae991c1-dffe-4743-af21-636632e36747 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:31:59,217 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-4ae991c1-dffe-4743-af21-636632e36747 2018-10-26 09:31:59,217 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0814340114594s 2018-10-26 09:31:59,219 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-26 09:31:59,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dea5c587457624c59c713a0e16652744ec42f28c" -d '{"role": {"name": "heat_stack_owner"}}' 2018-10-26 09:31:59,318 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:31:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f44b0024-e479-465d-a1af-4a85bb0c17b2 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}} 2018-10-26 09:31:59,319 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-f44b0024-e479-465d-a1af-4a85bb0c17b2 2018-10-26 09:31:59,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0999817848206s 2018-10-26 09:31:59,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dea5c587457624c59c713a0e16652744ec42f28c" 2018-10-26 09:31:59,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:31:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6e9782c-6021-49df-ba7d-6268488cc69b Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "domain_id": null, "name": "heat_stack_owner", "id": "4f75e021dfe74c9ab7a3aee778a72c84"}} 2018-10-26 09:31:59,395 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84 used request id req-b6e9782c-6021-49df-ba7d-6268488cc69b 2018-10-26 09:31:59,395 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 09:31:59,396 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dea5c587457624c59c713a0e16652744ec42f28c" 2018-10-26 09:31:59,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:31:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-faa23a46-f7b2-4ac1-a6b4-f346e229a149 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:31:59,472 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-faa23a46-f7b2-4ac1-a6b4-f346e229a149 2018-10-26 09:31:59,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0769500732422s 2018-10-26 09:31:59,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-26 09:31:59,474 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dea5c587457624c59c713a0e16652744ec42f28c" 2018-10-26 09:31:59,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:31:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a0b0370-7860-4df8-898b-7b8ed738ba38 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-10-26 09:31:59,547 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-1a0b0370-7860-4df8-898b-7b8ed738ba38 2018-10-26 09:31:59,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0728189945221s 2018-10-26 09:31:59,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-26 09:31:59,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}dea5c587457624c59c713a0e16652744ec42f28c" 2018-10-26 09:31:59,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:31:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03827fb0-a007-4a72-8eb4-a68a96918b72 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:31:59,647 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-03827fb0-a007-4a72-8eb4-a68a96918b72 2018-10-26 09:31:59,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0991988182068s 2018-10-26 09:31:59,647 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-03827fb0-a007-4a72-8eb4-a68a96918b72 2018-10-26 09:31:59,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-26 09:31:59,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dea5c587457624c59c713a0e16652744ec42f28c" 2018-10-26 09:31:59,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:31:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f66572df-e1a5-4c48-80b3-109db10747f7 Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-26 09:31:59,736 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-f66572df-e1a5-4c48-80b3-109db10747f7 2018-10-26 09:31:59,736 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0824730396271s 2018-10-26 09:31:59,736 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-f66572df-e1a5-4c48-80b3-109db10747f7 2018-10-26 09:31:59,737 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-26 09:31:59,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=657b190628da4860b5a177f1331535a7&scope.project.id=520bb063707641068ecd26c37a46f476&role.id=4f75e021dfe74c9ab7a3aee778a72c84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dea5c587457624c59c713a0e16652744ec42f28c" 2018-10-26 09:31:59,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:31:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8461e35f-068b-4df5-ab6d-2ddd0d537fd0 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=657b190628da4860b5a177f1331535a7&scope.project.id=520bb063707641068ecd26c37a46f476&role.id=4f75e021dfe74c9ab7a3aee778a72c84", "previous": null, "next": null}} 2018-10-26 09:31:59,810 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=657b190628da4860b5a177f1331535a7&scope.project.id=520bb063707641068ecd26c37a46f476&role.id=4f75e021dfe74c9ab7a3aee778a72c84 used request id req-8461e35f-068b-4df5-ab6d-2ddd0d537fd0 2018-10-26 09:31:59,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0731511116028s 2018-10-26 09:31:59,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-26 09:31:59,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476/users/657b190628da4860b5a177f1331535a7/roles/4f75e021dfe74c9ab7a3aee778a72c84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dea5c587457624c59c713a0e16652744ec42f28c" 2018-10-26 09:31:59,929 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:31:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4ece684f-d6cc-411d-8bfd-95cf4d4d7072 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:31:59,929 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476/users/657b190628da4860b5a177f1331535a7/roles/4f75e021dfe74c9ab7a3aee778a72c84 used request id req-4ece684f-d6cc-411d-8bfd-95cf4d4d7072 2018-10-26 09:31:59,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.118734836578s 2018-10-26 09:31:59,930 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-10-26 09:31:59,930 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-10-26 09:31:59,930 - openstack_tests - INFO - OS Credentials = > 2018-10-26 09:31:59,931 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:31:59,935 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:32:00,318 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:32:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["MQDeTHwCSuKMn-GvtA9gfA"], "issued_at": "2018-10-26T09:32:00.000000Z"}} 2018-10-26 09:32:00,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66f64b72e09cd76d3d59e0e3505e47d0526a1733" 2018-10-26 09:32:00,553 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-1dbaea6b-abdf-4477-b775-73287ce9f58e Date: Fri, 26 Oct 2018 09:32:00 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","provider:network_type":"flat"}]} 2018-10-26 09:32:00,553 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?router%3Aexternal=True used request id req-1dbaea6b-abdf-4477-b775-73287ce9f58e 2018-10-26 09:32:00,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66f64b72e09cd76d3d59e0e3505e47d0526a1733" 2018-10-26 09:32:00,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-edbf2463-7283-405d-84d4-fea0afaac060 Date: Fri, 26 Oct 2018 09:32:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:47Z","dns_nameservers":[],"updated_at":"2018-10-26T08:12:47Z","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":"c850e319615544ee86b9a48e1e3e8f0f","id":"e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-26 09:32:00,764 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-edbf2463-7283-405d-84d4-fea0afaac060 2018-10-26 09:32:00,765 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-10-26 09:32:00,765 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-10-26 09:32:00,766 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,767 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,767 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,768 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,769 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,769 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,770 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,771 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,772 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,772 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,773 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,774 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,775 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,775 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,776 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,777 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,778 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,778 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,779 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,780 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,780 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,781 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,782 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,783 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,784 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,784 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,785 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,785 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,786 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,787 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,788 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,788 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,789 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,789 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,790 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,791 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,792 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,792 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,793 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,793 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,794 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,795 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,796 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,796 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,797 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,797 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,798 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,799 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,799 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,800 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,800 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,801 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,802 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,802 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,803 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,804 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,805 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,806 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,806 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,807 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,807 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,808 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,809 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,810 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,810 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,811 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,812 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,812 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,813 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,814 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,814 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,815 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,815 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,816 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,817 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,818 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,818 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,819 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,820 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,820 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,822 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,823 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,823 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,824 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,825 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,825 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,825 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,826 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,827 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,827 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,828 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,828 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,829 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,830 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,831 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,831 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,832 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,832 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,833 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,833 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,834 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,834 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,835 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,836 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,836 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,837 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,838 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,838 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,839 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,839 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,840 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,841 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,841 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,842 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,842 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,843 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,843 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,844 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,844 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,845 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,845 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:00,846 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:32:01,229 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:32:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["Dfs6gSQBSfCc0I2qPa1yug"], "issued_at": "2018-10-26T09:32:01.000000Z"}} 2018-10-26 09:32:01,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91471fb53458e199ded97683037f7902f09b005f" 2018-10-26 09:32:01,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b967d74a-8bf9-4752-9b4f-e3e2a71a6ea2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:32:01,292 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b967d74a-8bf9-4752-9b4f-e3e2a71a6ea2 2018-10-26 09:32:01,293 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:01,294 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:32:01,681 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:32:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["2wq7Q2-bRjaHj1Uywk9lTg"], "issued_at": "2018-10-26T09:32:01.000000Z"}} 2018-10-26 09:32:01,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f08da6fa2da427efcbbe14561709dcd336414276" 2018-10-26 09:32:01,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9da32a4-8fca-4801-9a09-e40a8e96b008 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:32:01,759 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e9da32a4-8fca-4801-9a09-e40a8e96b008 2018-10-26 09:32:01,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:32:01,770 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:32: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:32:01,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-6562ecdd-f7d3-474-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f08da6fa2da427efcbbe14561709dcd336414276" 2018-10-26 09:32:01,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b462e04-ec77-48a8-9353-afc31545b1df Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-6562ecdd-f7d3-474-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:32:01,858 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-6562ecdd-f7d3-474-proj used request id req-7b462e04-ec77-48a8-9353-afc31545b1df 2018-10-26 09:32:01,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f08da6fa2da427efcbbe14561709dcd336414276" 2018-10-26 09:32:01,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9941d6fa-826d-447f-8f1f-b7d42ba61824 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:32:01,943 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-9941d6fa-826d-447f-8f1f-b7d42ba61824 2018-10-26 09:32:01,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f08da6fa2da427efcbbe14561709dcd336414276" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-6562ecdd-f7d3-474-proj"}}' 2018-10-26 09:32:02,061 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:32:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f3d36535-7961-4394-b978-da20641a4b22 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/00b11a7a34594f4089efac0b3600e825"}, "enabled": true, "id": "00b11a7a34594f4089efac0b3600e825", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-6562ecdd-f7d3-474-proj"}} 2018-10-26 09:32:02,061 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-f3d36535-7961-4394-b978-da20641a4b22 2018-10-26 09:32:02,061 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-6562ecdd-f7d3-474-proj 2018-10-26 09:32:02,061 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:02,062 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:32:02,455 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:32:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["YmzQhXNgRpSU4gZ7cRaXiQ"], "issued_at": "2018-10-26T09:32:02.000000Z"}} 2018-10-26 09:32:02,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bcf51c61e322292041f308be1d7b8b582c21834" 2018-10-26 09:32:02,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9dd807b7-2f1a-403b-978a-7f6d4334f490 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:32:02,536 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-9dd807b7-2f1a-403b-978a-7f6d4334f490 2018-10-26 09:32:02,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:32:02,544 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:32: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:32:02,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bcf51c61e322292041f308be1d7b8b582c21834" 2018-10-26 09:32:02,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3401af56-9cdc-48b3-96cd-2486914bba43 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:32:02,580 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-3401af56-9cdc-48b3-96cd-2486914bba43 2018-10-26 09:32:02,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-6562ecdd-f7d3-474-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bcf51c61e322292041f308be1d7b8b582c21834" 2018-10-26 09:32:02,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef286e12-deee-4bd0-b401-1ade207b523f Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-6562ecdd-f7d3-474-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/00b11a7a34594f4089efac0b3600e825"}, "enabled": true, "id": "00b11a7a34594f4089efac0b3600e825", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-6562ecdd-f7d3-474-proj"}]} 2018-10-26 09:32:02,666 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-6562ecdd-f7d3-474-proj used request id req-ef286e12-deee-4bd0-b401-1ade207b523f 2018-10-26 09:32:02,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bcf51c61e322292041f308be1d7b8b582c21834" 2018-10-26 09:32:02,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-508cdf2b-c60f-475b-a0be-068e9327b409 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:32:02,738 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-508cdf2b-c60f-475b-a0be-068e9327b409 2018-10-26 09:32:03,120 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-6562ecdd-f7d3-474-user 2018-10-26 09:32:03,121 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:03,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f08da6fa2da427efcbbe14561709dcd336414276" 2018-10-26 09:32:03,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31ab31f7-48c3-45d3-9c30-9a8235aef1da Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:32:03,211 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-31ab31f7-48c3-45d3-9c30-9a8235aef1da 2018-10-26 09:32:03,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f08da6fa2da427efcbbe14561709dcd336414276" -d '{"role": {"name": "CreateSecurityGroupTests-6562ecdd-f7d3-474-proj-role"}}' 2018-10-26 09:32:03,334 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:32:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bb859bf5-7818-40bc-9054-0a1cbf9a7cc6 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "39874bbccda94512b9c5da5e0b428ed9", "links": {"self": "http://172.30.9.21:5000/v3/roles/39874bbccda94512b9c5da5e0b428ed9"}, "name": "CreateSecurityGroupTests-6562ecdd-f7d3-474-proj-role"}} 2018-10-26 09:32:03,334 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-bb859bf5-7818-40bc-9054-0a1cbf9a7cc6 2018-10-26 09:32:03,335 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-6562ecdd-f7d3-474-proj-role 2018-10-26 09:32:03,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/39874bbccda94512b9c5da5e0b428ed9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f08da6fa2da427efcbbe14561709dcd336414276" 2018-10-26 09:32:03,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9adcbc4-80a2-4d3f-a711-e6c3546db320 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/39874bbccda94512b9c5da5e0b428ed9"}, "domain_id": null, "name": "CreateSecurityGroupTests-6562ecdd-f7d3-474-proj-role", "id": "39874bbccda94512b9c5da5e0b428ed9"}} 2018-10-26 09:32:03,356 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/39874bbccda94512b9c5da5e0b428ed9 used request id req-f9adcbc4-80a2-4d3f-a711-e6c3546db320 2018-10-26 09:32:03,357 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-6562ecdd-f7d3-474-proj-role to project CreateSecurityGroupTests-6562ecdd-f7d3-474-proj 2018-10-26 09:32:03,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/00b11a7a34594f4089efac0b3600e825/users/c1e125730525424ebaa1c601c731e023/roles/39874bbccda94512b9c5da5e0b428ed9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f08da6fa2da427efcbbe14561709dcd336414276" 2018-10-26 09:32:03,516 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:32:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-751a05a6-c794-430f-815f-ec40c97c8511 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:32:03,516 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/00b11a7a34594f4089efac0b3600e825/users/c1e125730525424ebaa1c601c731e023/roles/39874bbccda94512b9c5da5e0b428ed9 used request id req-751a05a6-c794-430f-815f-ec40c97c8511 2018-10-26 09:32:03,517 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:03,518 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:32:03,894 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "39874bbccda94512b9c5da5e0b428ed9", "name": "CreateSecurityGroupTests-6562ecdd-f7d3-474-proj-role"}], "expires_at": "2018-10-26T10:32:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "00b11a7a34594f4089efac0b3600e825", "name": "CreateSecurityGroupTests-6562ecdd-f7d3-474-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/00b11a7a34594f4089efac0b3600e825", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/00b11a7a34594f4089efac0b3600e825", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/00b11a7a34594f4089efac0b3600e825", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/00b11a7a34594f4089efac0b3600e825", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/00b11a7a34594f4089efac0b3600e825", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/00b11a7a34594f4089efac0b3600e825", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/00b11a7a34594f4089efac0b3600e825", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/00b11a7a34594f4089efac0b3600e825", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/00b11a7a34594f4089efac0b3600e825", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/00b11a7a34594f4089efac0b3600e825", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/00b11a7a34594f4089efac0b3600e825", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/00b11a7a34594f4089efac0b3600e825", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-6562ecdd-f7d3-474-user", "id": "c1e125730525424ebaa1c601c731e023"}, "audit_ids": ["KL9zjS45QuSdq_RhzdHbYw"], "issued_at": "2018-10-26T09:32:03.000000Z"}} 2018-10-26 09:32:03,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce87c054d8298e298570a4ae2be979ee8a214c8f" 2018-10-26 09:32:03,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e9af000-56db-4077-b9d0-d775a1ed8134 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:32:03,986 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5e9af000-56db-4077-b9d0-d775a1ed8134 2018-10-26 09:32:03,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-60753959-bf1b-4f26-8e38-24d1fc97f058name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce87c054d8298e298570a4ae2be979ee8a214c8f" 2018-10-26 09:32:04,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-fcbc59e5-9c63-46ff-82f7-fe586eb76927 Date: Fri, 26 Oct 2018 09:32:04 GMT RESP BODY: {"security_groups": []} 2018-10-26 09:32:04,298 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-60753959-bf1b-4f26-8e38-24d1fc97f058name&description=hello+group used request id req-fcbc59e5-9c63-46ff-82f7-fe586eb76927 2018-10-26 09:32:04,299 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-60753959-bf1b-4f26-8e38-24d1fc97f058name... 2018-10-26 09:32:04,299 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-60753959-bf1b-4f26-8e38-24d1fc97f058name 2018-10-26 09:32:04,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce87c054d8298e298570a4ae2be979ee8a214c8f" -d '{"security_group": {"name": "CreateSecurityGroupTests-60753959-bf1b-4f26-8e38-24d1fc97f058name", "description": "hello group"}}' 2018-10-26 09:32:04,670 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-03939973-4db8-4e55-bd1b-0260401a5d24 Date: Fri, 26 Oct 2018 09:32:04 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "00b11a7a34594f4089efac0b3600e825", "created_at": "2018-10-26T09:32:04Z", "updated_at": "2018-10-26T09:32:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:04Z", "revision_number": 0, "id": "c9de5eb8-84f3-4ddc-8919-430d01d99fab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:04Z", "security_group_id": "699df0b6-4455-4f3b-aa47-164c6e6aca7c", "tenant_id": "00b11a7a34594f4089efac0b3600e825", "port_range_min": null, "ethertype": "IPv6", "project_id": "00b11a7a34594f4089efac0b3600e825"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:04Z", "revision_number": 0, "id": "d602ef5f-dd5b-40b5-b05e-3442da90900f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:04Z", "security_group_id": "699df0b6-4455-4f3b-aa47-164c6e6aca7c", "tenant_id": "00b11a7a34594f4089efac0b3600e825", "port_range_min": null, "ethertype": "IPv4", "project_id": "00b11a7a34594f4089efac0b3600e825"}], "revision_number": 2, "project_id": "00b11a7a34594f4089efac0b3600e825", "id": "699df0b6-4455-4f3b-aa47-164c6e6aca7c", "name": "CreateSecurityGroupTests-60753959-bf1b-4f26-8e38-24d1fc97f058name"}} 2018-10-26 09:32:04,670 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-03939973-4db8-4e55-bd1b-0260401a5d24 2018-10-26 09:32:04,670 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 699df0b6-4455-4f3b-aa47-164c6e6aca7c 2018-10-26 09:32:04,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=699df0b6-4455-4f3b-aa47-164c6e6aca7c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce87c054d8298e298570a4ae2be979ee8a214c8f" 2018-10-26 09:32:04,837 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e1198f75-c5e6-4ddf-875c-d2ada582602f Date: Fri, 26 Oct 2018 09:32:04 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:04Z", "security_group_id": "699df0b6-4455-4f3b-aa47-164c6e6aca7c", "port_range_min": null, "revision_number": 0, "tenant_id": "00b11a7a34594f4089efac0b3600e825", "created_at": "2018-10-26T09:32:04Z", "project_id": "00b11a7a34594f4089efac0b3600e825", "id": "c9de5eb8-84f3-4ddc-8919-430d01d99fab"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:04Z", "security_group_id": "699df0b6-4455-4f3b-aa47-164c6e6aca7c", "port_range_min": null, "revision_number": 0, "tenant_id": "00b11a7a34594f4089efac0b3600e825", "created_at": "2018-10-26T09:32:04Z", "project_id": "00b11a7a34594f4089efac0b3600e825", "id": "d602ef5f-dd5b-40b5-b05e-3442da90900f"}]} 2018-10-26 09:32:04,837 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=699df0b6-4455-4f3b-aa47-164c6e6aca7c used request id req-e1198f75-c5e6-4ddf-875c-d2ada582602f 2018-10-26 09:32:04,837 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 699df0b6-4455-4f3b-aa47-164c6e6aca7c 2018-10-26 09:32:04,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=699df0b6-4455-4f3b-aa47-164c6e6aca7c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce87c054d8298e298570a4ae2be979ee8a214c8f" 2018-10-26 09:32:05,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-59bcf3bd-7fe3-447e-a422-d0aadefede28 Date: Fri, 26 Oct 2018 09:32: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-26T09:32:04Z", "security_group_id": "699df0b6-4455-4f3b-aa47-164c6e6aca7c", "port_range_min": null, "revision_number": 0, "tenant_id": "00b11a7a34594f4089efac0b3600e825", "created_at": "2018-10-26T09:32:04Z", "project_id": "00b11a7a34594f4089efac0b3600e825", "id": "c9de5eb8-84f3-4ddc-8919-430d01d99fab"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:04Z", "security_group_id": "699df0b6-4455-4f3b-aa47-164c6e6aca7c", "port_range_min": null, "revision_number": 0, "tenant_id": "00b11a7a34594f4089efac0b3600e825", "created_at": "2018-10-26T09:32:04Z", "project_id": "00b11a7a34594f4089efac0b3600e825", "id": "d602ef5f-dd5b-40b5-b05e-3442da90900f"}]} 2018-10-26 09:32:05,019 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=699df0b6-4455-4f3b-aa47-164c6e6aca7c used request id req-59bcf3bd-7fe3-447e-a422-d0aadefede28 2018-10-26 09:32:05,020 - neutron_utils - INFO - Retrieving security group with ID - 699df0b6-4455-4f3b-aa47-164c6e6aca7c 2018-10-26 09:32:05,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=699df0b6-4455-4f3b-aa47-164c6e6aca7c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce87c054d8298e298570a4ae2be979ee8a214c8f" 2018-10-26 09:32:05,313 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-72a942b7-1aa1-4cd7-8595-edf25b402d3a Date: Fri, 26 Oct 2018 09:32:05 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "00b11a7a34594f4089efac0b3600e825", "created_at": "2018-10-26T09:32:04Z", "updated_at": "2018-10-26T09:32:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:04Z", "revision_number": 0, "id": "c9de5eb8-84f3-4ddc-8919-430d01d99fab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:04Z", "security_group_id": "699df0b6-4455-4f3b-aa47-164c6e6aca7c", "tenant_id": "00b11a7a34594f4089efac0b3600e825", "port_range_min": null, "ethertype": "IPv6", "project_id": "00b11a7a34594f4089efac0b3600e825"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:04Z", "revision_number": 0, "id": "d602ef5f-dd5b-40b5-b05e-3442da90900f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:04Z", "security_group_id": "699df0b6-4455-4f3b-aa47-164c6e6aca7c", "tenant_id": "00b11a7a34594f4089efac0b3600e825", "port_range_min": null, "ethertype": "IPv4", "project_id": "00b11a7a34594f4089efac0b3600e825"}], "revision_number": 2, "project_id": "00b11a7a34594f4089efac0b3600e825", "id": "699df0b6-4455-4f3b-aa47-164c6e6aca7c", "name": "CreateSecurityGroupTests-60753959-bf1b-4f26-8e38-24d1fc97f058name"}]} 2018-10-26 09:32:05,313 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=699df0b6-4455-4f3b-aa47-164c6e6aca7c used request id req-72a942b7-1aa1-4cd7-8595-edf25b402d3a 2018-10-26 09:32:05,313 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 699df0b6-4455-4f3b-aa47-164c6e6aca7c 2018-10-26 09:32:05,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=699df0b6-4455-4f3b-aa47-164c6e6aca7c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce87c054d8298e298570a4ae2be979ee8a214c8f" 2018-10-26 09:32:05,490 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5eaac0b3-1d63-480c-904f-299dd70fe0c7 Date: Fri, 26 Oct 2018 09:32: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-26T09:32:04Z", "security_group_id": "699df0b6-4455-4f3b-aa47-164c6e6aca7c", "port_range_min": null, "revision_number": 0, "tenant_id": "00b11a7a34594f4089efac0b3600e825", "created_at": "2018-10-26T09:32:04Z", "project_id": "00b11a7a34594f4089efac0b3600e825", "id": "c9de5eb8-84f3-4ddc-8919-430d01d99fab"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:04Z", "security_group_id": "699df0b6-4455-4f3b-aa47-164c6e6aca7c", "port_range_min": null, "revision_number": 0, "tenant_id": "00b11a7a34594f4089efac0b3600e825", "created_at": "2018-10-26T09:32:04Z", "project_id": "00b11a7a34594f4089efac0b3600e825", "id": "d602ef5f-dd5b-40b5-b05e-3442da90900f"}]} 2018-10-26 09:32:05,490 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=699df0b6-4455-4f3b-aa47-164c6e6aca7c used request id req-5eaac0b3-1d63-480c-904f-299dd70fe0c7 2018-10-26 09:32:05,490 - neutron_utils - INFO - Retrieving security group with ID - 699df0b6-4455-4f3b-aa47-164c6e6aca7c 2018-10-26 09:32:05,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=699df0b6-4455-4f3b-aa47-164c6e6aca7c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce87c054d8298e298570a4ae2be979ee8a214c8f" 2018-10-26 09:32:05,539 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-b2cc8af7-ee66-4449-9779-2e13f1b281cd Date: Fri, 26 Oct 2018 09:32:05 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "00b11a7a34594f4089efac0b3600e825", "created_at": "2018-10-26T09:32:04Z", "updated_at": "2018-10-26T09:32:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:04Z", "revision_number": 0, "id": "c9de5eb8-84f3-4ddc-8919-430d01d99fab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:04Z", "security_group_id": "699df0b6-4455-4f3b-aa47-164c6e6aca7c", "tenant_id": "00b11a7a34594f4089efac0b3600e825", "port_range_min": null, "ethertype": "IPv6", "project_id": "00b11a7a34594f4089efac0b3600e825"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:04Z", "revision_number": 0, "id": "d602ef5f-dd5b-40b5-b05e-3442da90900f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:04Z", "security_group_id": "699df0b6-4455-4f3b-aa47-164c6e6aca7c", "tenant_id": "00b11a7a34594f4089efac0b3600e825", "port_range_min": null, "ethertype": "IPv4", "project_id": "00b11a7a34594f4089efac0b3600e825"}], "revision_number": 2, "project_id": "00b11a7a34594f4089efac0b3600e825", "id": "699df0b6-4455-4f3b-aa47-164c6e6aca7c", "name": "CreateSecurityGroupTests-60753959-bf1b-4f26-8e38-24d1fc97f058name"}]} 2018-10-26 09:32:05,539 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=699df0b6-4455-4f3b-aa47-164c6e6aca7c used request id req-b2cc8af7-ee66-4449-9779-2e13f1b281cd 2018-10-26 09:32:05,540 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 699df0b6-4455-4f3b-aa47-164c6e6aca7c 2018-10-26 09:32:05,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=699df0b6-4455-4f3b-aa47-164c6e6aca7c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce87c054d8298e298570a4ae2be979ee8a214c8f" 2018-10-26 09:32:05,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-64cd2f20-357f-4897-a732-172c72bfab2e Date: Fri, 26 Oct 2018 09:32: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-26T09:32:04Z", "security_group_id": "699df0b6-4455-4f3b-aa47-164c6e6aca7c", "port_range_min": null, "revision_number": 0, "tenant_id": "00b11a7a34594f4089efac0b3600e825", "created_at": "2018-10-26T09:32:04Z", "project_id": "00b11a7a34594f4089efac0b3600e825", "id": "c9de5eb8-84f3-4ddc-8919-430d01d99fab"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:04Z", "security_group_id": "699df0b6-4455-4f3b-aa47-164c6e6aca7c", "port_range_min": null, "revision_number": 0, "tenant_id": "00b11a7a34594f4089efac0b3600e825", "created_at": "2018-10-26T09:32:04Z", "project_id": "00b11a7a34594f4089efac0b3600e825", "id": "d602ef5f-dd5b-40b5-b05e-3442da90900f"}]} 2018-10-26 09:32:05,722 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=699df0b6-4455-4f3b-aa47-164c6e6aca7c used request id req-64cd2f20-357f-4897-a732-172c72bfab2e 2018-10-26 09:32:05,723 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-60753959-bf1b-4f26-8e38-24d1fc97f058name 2018-10-26 09:32:05,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-60753959-bf1b-4f26-8e38-24d1fc97f058name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce87c054d8298e298570a4ae2be979ee8a214c8f" 2018-10-26 09:32:05,915 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-6b8d3a50-b52b-4b8d-ba78-eb54df5f6363 Date: Fri, 26 Oct 2018 09:32:05 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "00b11a7a34594f4089efac0b3600e825", "created_at": "2018-10-26T09:32:04Z", "updated_at": "2018-10-26T09:32:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:04Z", "revision_number": 0, "id": "c9de5eb8-84f3-4ddc-8919-430d01d99fab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:04Z", "security_group_id": "699df0b6-4455-4f3b-aa47-164c6e6aca7c", "tenant_id": "00b11a7a34594f4089efac0b3600e825", "port_range_min": null, "ethertype": "IPv6", "project_id": "00b11a7a34594f4089efac0b3600e825"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:04Z", "revision_number": 0, "id": "d602ef5f-dd5b-40b5-b05e-3442da90900f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:04Z", "security_group_id": "699df0b6-4455-4f3b-aa47-164c6e6aca7c", "tenant_id": "00b11a7a34594f4089efac0b3600e825", "port_range_min": null, "ethertype": "IPv4", "project_id": "00b11a7a34594f4089efac0b3600e825"}], "revision_number": 2, "project_id": "00b11a7a34594f4089efac0b3600e825", "id": "699df0b6-4455-4f3b-aa47-164c6e6aca7c", "name": "CreateSecurityGroupTests-60753959-bf1b-4f26-8e38-24d1fc97f058name"}]} 2018-10-26 09:32:05,915 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-60753959-bf1b-4f26-8e38-24d1fc97f058name used request id req-6b8d3a50-b52b-4b8d-ba78-eb54df5f6363 2018-10-26 09:32:05,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:32:05,925 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:32:05,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/00b11a7a34594f4089efac0b3600e825 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce87c054d8298e298570a4ae2be979ee8a214c8f" 2018-10-26 09:32:05,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-161d2af0-aed5-44c7-850a-1520635cf354 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/00b11a7a34594f4089efac0b3600e825"}, "enabled": true, "id": "00b11a7a34594f4089efac0b3600e825", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-6562ecdd-f7d3-474-proj"}} 2018-10-26 09:32:05,943 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/00b11a7a34594f4089efac0b3600e825 used request id req-161d2af0-aed5-44c7-850a-1520635cf354 2018-10-26 09:32:05,943 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 699df0b6-4455-4f3b-aa47-164c6e6aca7c 2018-10-26 09:32:05,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=699df0b6-4455-4f3b-aa47-164c6e6aca7c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce87c054d8298e298570a4ae2be979ee8a214c8f" 2018-10-26 09:32:06,128 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d87a2f62-6667-4fca-b948-8ffc0ab9beb5 Date: Fri, 26 Oct 2018 09:32: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-26T09:32:04Z", "security_group_id": "699df0b6-4455-4f3b-aa47-164c6e6aca7c", "port_range_min": null, "revision_number": 0, "tenant_id": "00b11a7a34594f4089efac0b3600e825", "created_at": "2018-10-26T09:32:04Z", "project_id": "00b11a7a34594f4089efac0b3600e825", "id": "c9de5eb8-84f3-4ddc-8919-430d01d99fab"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:04Z", "security_group_id": "699df0b6-4455-4f3b-aa47-164c6e6aca7c", "port_range_min": null, "revision_number": 0, "tenant_id": "00b11a7a34594f4089efac0b3600e825", "created_at": "2018-10-26T09:32:04Z", "project_id": "00b11a7a34594f4089efac0b3600e825", "id": "d602ef5f-dd5b-40b5-b05e-3442da90900f"}]} 2018-10-26 09:32:06,128 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=699df0b6-4455-4f3b-aa47-164c6e6aca7c used request id req-d87a2f62-6667-4fca-b948-8ffc0ab9beb5 2018-10-26 09:32:06,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce87c054d8298e298570a4ae2be979ee8a214c8f" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "699df0b6-4455-4f3b-aa47-164c6e6aca7c"}}' 2018-10-26 09:32:06,454 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-b0cf554c-e8f6-4723-83c5-fdda46da69d3 Date: Fri, 26 Oct 2018 09:32:06 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-26T09:32:06Z", "security_group_id": "699df0b6-4455-4f3b-aa47-164c6e6aca7c", "port_range_min": null, "revision_number": 0, "tenant_id": "00b11a7a34594f4089efac0b3600e825", "created_at": "2018-10-26T09:32:06Z", "project_id": "00b11a7a34594f4089efac0b3600e825", "id": "9d17bb8c-432e-4a11-849d-a5f7e6918632"}} 2018-10-26 09:32:06,454 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-b0cf554c-e8f6-4723-83c5-fdda46da69d3 2018-10-26 09:32:06,454 - neutron_utils - INFO - Retrieving security group with ID - 699df0b6-4455-4f3b-aa47-164c6e6aca7c 2018-10-26 09:32:06,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=699df0b6-4455-4f3b-aa47-164c6e6aca7c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce87c054d8298e298570a4ae2be979ee8a214c8f" 2018-10-26 09:32:06,507 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-3e7135e4-cb38-4349-9635-e59ee8f3217b Date: Fri, 26 Oct 2018 09:32:06 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "00b11a7a34594f4089efac0b3600e825", "created_at": "2018-10-26T09:32:04Z", "updated_at": "2018-10-26T09:32:06Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:06Z", "revision_number": 0, "id": "9d17bb8c-432e-4a11-849d-a5f7e6918632", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:06Z", "security_group_id": "699df0b6-4455-4f3b-aa47-164c6e6aca7c", "tenant_id": "00b11a7a34594f4089efac0b3600e825", "port_range_min": null, "ethertype": "IPv4", "project_id": "00b11a7a34594f4089efac0b3600e825"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:04Z", "revision_number": 0, "id": "c9de5eb8-84f3-4ddc-8919-430d01d99fab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:04Z", "security_group_id": "699df0b6-4455-4f3b-aa47-164c6e6aca7c", "tenant_id": "00b11a7a34594f4089efac0b3600e825", "port_range_min": null, "ethertype": "IPv6", "project_id": "00b11a7a34594f4089efac0b3600e825"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:04Z", "revision_number": 0, "id": "d602ef5f-dd5b-40b5-b05e-3442da90900f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:04Z", "security_group_id": "699df0b6-4455-4f3b-aa47-164c6e6aca7c", "tenant_id": "00b11a7a34594f4089efac0b3600e825", "port_range_min": null, "ethertype": "IPv4", "project_id": "00b11a7a34594f4089efac0b3600e825"}], "revision_number": 3, "project_id": "00b11a7a34594f4089efac0b3600e825", "id": "699df0b6-4455-4f3b-aa47-164c6e6aca7c", "name": "CreateSecurityGroupTests-60753959-bf1b-4f26-8e38-24d1fc97f058name"}]} 2018-10-26 09:32:06,507 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=699df0b6-4455-4f3b-aa47-164c6e6aca7c used request id req-3e7135e4-cb38-4349-9635-e59ee8f3217b 2018-10-26 09:32:06,507 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 699df0b6-4455-4f3b-aa47-164c6e6aca7c 2018-10-26 09:32:06,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=699df0b6-4455-4f3b-aa47-164c6e6aca7c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce87c054d8298e298570a4ae2be979ee8a214c8f" 2018-10-26 09:32:06,540 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-9d5e4e20-3254-4405-85e3-9bfa0851617e Date: Fri, 26 Oct 2018 09:32:06 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-26T09:32:06Z", "security_group_id": "699df0b6-4455-4f3b-aa47-164c6e6aca7c", "port_range_min": null, "revision_number": 0, "tenant_id": "00b11a7a34594f4089efac0b3600e825", "created_at": "2018-10-26T09:32:06Z", "project_id": "00b11a7a34594f4089efac0b3600e825", "id": "9d17bb8c-432e-4a11-849d-a5f7e6918632"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:04Z", "security_group_id": "699df0b6-4455-4f3b-aa47-164c6e6aca7c", "port_range_min": null, "revision_number": 0, "tenant_id": "00b11a7a34594f4089efac0b3600e825", "created_at": "2018-10-26T09:32:04Z", "project_id": "00b11a7a34594f4089efac0b3600e825", "id": "c9de5eb8-84f3-4ddc-8919-430d01d99fab"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:04Z", "security_group_id": "699df0b6-4455-4f3b-aa47-164c6e6aca7c", "port_range_min": null, "revision_number": 0, "tenant_id": "00b11a7a34594f4089efac0b3600e825", "created_at": "2018-10-26T09:32:04Z", "project_id": "00b11a7a34594f4089efac0b3600e825", "id": "d602ef5f-dd5b-40b5-b05e-3442da90900f"}]} 2018-10-26 09:32:06,540 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=699df0b6-4455-4f3b-aa47-164c6e6aca7c used request id req-9d5e4e20-3254-4405-85e3-9bfa0851617e 2018-10-26 09:32:06,541 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:32:06,916 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "39874bbccda94512b9c5da5e0b428ed9", "name": "CreateSecurityGroupTests-6562ecdd-f7d3-474-proj-role"}], "expires_at": "2018-10-26T10:32:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "00b11a7a34594f4089efac0b3600e825", "name": "CreateSecurityGroupTests-6562ecdd-f7d3-474-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/00b11a7a34594f4089efac0b3600e825", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/00b11a7a34594f4089efac0b3600e825", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/00b11a7a34594f4089efac0b3600e825", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/00b11a7a34594f4089efac0b3600e825", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/00b11a7a34594f4089efac0b3600e825", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/00b11a7a34594f4089efac0b3600e825", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/00b11a7a34594f4089efac0b3600e825", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/00b11a7a34594f4089efac0b3600e825", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/00b11a7a34594f4089efac0b3600e825", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/00b11a7a34594f4089efac0b3600e825", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/00b11a7a34594f4089efac0b3600e825", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/00b11a7a34594f4089efac0b3600e825", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-6562ecdd-f7d3-474-user", "id": "c1e125730525424ebaa1c601c731e023"}, "audit_ids": ["ihShqhA6SEiXBmr6Ter6gw"], "issued_at": "2018-10-26T09:32:06.000000Z"}} 2018-10-26 09:32:06,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-60753959-bf1b-4f26-8e38-24d1fc97f058name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58f74cdd4d91cac4fd58a7ec4a091cc18ece840a" 2018-10-26 09:32:07,112 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-0418c8d7-a1da-4ed7-a21b-abc822db1f70 Date: Fri, 26 Oct 2018 09:32:07 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "00b11a7a34594f4089efac0b3600e825", "created_at": "2018-10-26T09:32:04Z", "updated_at": "2018-10-26T09:32:06Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:06Z", "revision_number": 0, "id": "9d17bb8c-432e-4a11-849d-a5f7e6918632", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:06Z", "security_group_id": "699df0b6-4455-4f3b-aa47-164c6e6aca7c", "tenant_id": "00b11a7a34594f4089efac0b3600e825", "port_range_min": null, "ethertype": "IPv4", "project_id": "00b11a7a34594f4089efac0b3600e825"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:04Z", "revision_number": 0, "id": "c9de5eb8-84f3-4ddc-8919-430d01d99fab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:04Z", "security_group_id": "699df0b6-4455-4f3b-aa47-164c6e6aca7c", "tenant_id": "00b11a7a34594f4089efac0b3600e825", "port_range_min": null, "ethertype": "IPv6", "project_id": "00b11a7a34594f4089efac0b3600e825"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:04Z", "revision_number": 0, "id": "d602ef5f-dd5b-40b5-b05e-3442da90900f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:04Z", "security_group_id": "699df0b6-4455-4f3b-aa47-164c6e6aca7c", "tenant_id": "00b11a7a34594f4089efac0b3600e825", "port_range_min": null, "ethertype": "IPv4", "project_id": "00b11a7a34594f4089efac0b3600e825"}], "revision_number": 3, "project_id": "00b11a7a34594f4089efac0b3600e825", "id": "699df0b6-4455-4f3b-aa47-164c6e6aca7c", "name": "CreateSecurityGroupTests-60753959-bf1b-4f26-8e38-24d1fc97f058name"}]} 2018-10-26 09:32:07,112 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-60753959-bf1b-4f26-8e38-24d1fc97f058name&description=hello+group used request id req-0418c8d7-a1da-4ed7-a21b-abc822db1f70 2018-10-26 09:32:07,113 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 699df0b6-4455-4f3b-aa47-164c6e6aca7c 2018-10-26 09:32:07,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=699df0b6-4455-4f3b-aa47-164c6e6aca7c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58f74cdd4d91cac4fd58a7ec4a091cc18ece840a" 2018-10-26 09:32:07,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-894182e4-2ff4-4eba-9778-2dee46a3acc2 Date: Fri, 26 Oct 2018 09:32:07 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-26T09:32:06Z", "security_group_id": "699df0b6-4455-4f3b-aa47-164c6e6aca7c", "port_range_min": null, "revision_number": 0, "tenant_id": "00b11a7a34594f4089efac0b3600e825", "created_at": "2018-10-26T09:32:06Z", "project_id": "00b11a7a34594f4089efac0b3600e825", "id": "9d17bb8c-432e-4a11-849d-a5f7e6918632"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:04Z", "security_group_id": "699df0b6-4455-4f3b-aa47-164c6e6aca7c", "port_range_min": null, "revision_number": 0, "tenant_id": "00b11a7a34594f4089efac0b3600e825", "created_at": "2018-10-26T09:32:04Z", "project_id": "00b11a7a34594f4089efac0b3600e825", "id": "c9de5eb8-84f3-4ddc-8919-430d01d99fab"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:04Z", "security_group_id": "699df0b6-4455-4f3b-aa47-164c6e6aca7c", "port_range_min": null, "revision_number": 0, "tenant_id": "00b11a7a34594f4089efac0b3600e825", "created_at": "2018-10-26T09:32:04Z", "project_id": "00b11a7a34594f4089efac0b3600e825", "id": "d602ef5f-dd5b-40b5-b05e-3442da90900f"}]} 2018-10-26 09:32:07,299 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=699df0b6-4455-4f3b-aa47-164c6e6aca7c used request id req-894182e4-2ff4-4eba-9778-2dee46a3acc2 2018-10-26 09:32:07,300 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 699df0b6-4455-4f3b-aa47-164c6e6aca7c 2018-10-26 09:32:07,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=699df0b6-4455-4f3b-aa47-164c6e6aca7c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58f74cdd4d91cac4fd58a7ec4a091cc18ece840a" 2018-10-26 09:32:07,486 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-7356a714-d2cd-4a15-9830-8b8a009123ad Date: Fri, 26 Oct 2018 09:32:07 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-26T09:32:06Z", "security_group_id": "699df0b6-4455-4f3b-aa47-164c6e6aca7c", "port_range_min": null, "revision_number": 0, "tenant_id": "00b11a7a34594f4089efac0b3600e825", "created_at": "2018-10-26T09:32:06Z", "project_id": "00b11a7a34594f4089efac0b3600e825", "id": "9d17bb8c-432e-4a11-849d-a5f7e6918632"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:04Z", "security_group_id": "699df0b6-4455-4f3b-aa47-164c6e6aca7c", "port_range_min": null, "revision_number": 0, "tenant_id": "00b11a7a34594f4089efac0b3600e825", "created_at": "2018-10-26T09:32:04Z", "project_id": "00b11a7a34594f4089efac0b3600e825", "id": "c9de5eb8-84f3-4ddc-8919-430d01d99fab"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:04Z", "security_group_id": "699df0b6-4455-4f3b-aa47-164c6e6aca7c", "port_range_min": null, "revision_number": 0, "tenant_id": "00b11a7a34594f4089efac0b3600e825", "created_at": "2018-10-26T09:32:04Z", "project_id": "00b11a7a34594f4089efac0b3600e825", "id": "d602ef5f-dd5b-40b5-b05e-3442da90900f"}]} 2018-10-26 09:32:07,486 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=699df0b6-4455-4f3b-aa47-164c6e6aca7c used request id req-7356a714-d2cd-4a15-9830-8b8a009123ad 2018-10-26 09:32:07,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-60753959-bf1b-4f26-8e38-24d1fc97f058name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58f74cdd4d91cac4fd58a7ec4a091cc18ece840a" 2018-10-26 09:32:07,550 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-99b9ccad-a665-4ee8-8e7a-9b695e409f5d Date: Fri, 26 Oct 2018 09:32:07 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "00b11a7a34594f4089efac0b3600e825", "created_at": "2018-10-26T09:32:04Z", "updated_at": "2018-10-26T09:32:06Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:06Z", "revision_number": 0, "id": "9d17bb8c-432e-4a11-849d-a5f7e6918632", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:06Z", "security_group_id": "699df0b6-4455-4f3b-aa47-164c6e6aca7c", "tenant_id": "00b11a7a34594f4089efac0b3600e825", "port_range_min": null, "ethertype": "IPv4", "project_id": "00b11a7a34594f4089efac0b3600e825"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:04Z", "revision_number": 0, "id": "c9de5eb8-84f3-4ddc-8919-430d01d99fab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:04Z", "security_group_id": "699df0b6-4455-4f3b-aa47-164c6e6aca7c", "tenant_id": "00b11a7a34594f4089efac0b3600e825", "port_range_min": null, "ethertype": "IPv6", "project_id": "00b11a7a34594f4089efac0b3600e825"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:04Z", "revision_number": 0, "id": "d602ef5f-dd5b-40b5-b05e-3442da90900f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:04Z", "security_group_id": "699df0b6-4455-4f3b-aa47-164c6e6aca7c", "tenant_id": "00b11a7a34594f4089efac0b3600e825", "port_range_min": null, "ethertype": "IPv4", "project_id": "00b11a7a34594f4089efac0b3600e825"}], "revision_number": 3, "project_id": "00b11a7a34594f4089efac0b3600e825", "id": "699df0b6-4455-4f3b-aa47-164c6e6aca7c", "name": "CreateSecurityGroupTests-60753959-bf1b-4f26-8e38-24d1fc97f058name"}]} 2018-10-26 09:32:07,551 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-60753959-bf1b-4f26-8e38-24d1fc97f058name used request id req-99b9ccad-a665-4ee8-8e7a-9b695e409f5d 2018-10-26 09:32:07,551 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 699df0b6-4455-4f3b-aa47-164c6e6aca7c 2018-10-26 09:32:07,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=699df0b6-4455-4f3b-aa47-164c6e6aca7c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58f74cdd4d91cac4fd58a7ec4a091cc18ece840a" 2018-10-26 09:32:07,582 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-450a1463-6fbf-45a0-b1e0-cabe8049a90f Date: Fri, 26 Oct 2018 09:32:07 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-26T09:32:06Z", "security_group_id": "699df0b6-4455-4f3b-aa47-164c6e6aca7c", "port_range_min": null, "revision_number": 0, "tenant_id": "00b11a7a34594f4089efac0b3600e825", "created_at": "2018-10-26T09:32:06Z", "project_id": "00b11a7a34594f4089efac0b3600e825", "id": "9d17bb8c-432e-4a11-849d-a5f7e6918632"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:04Z", "security_group_id": "699df0b6-4455-4f3b-aa47-164c6e6aca7c", "port_range_min": null, "revision_number": 0, "tenant_id": "00b11a7a34594f4089efac0b3600e825", "created_at": "2018-10-26T09:32:04Z", "project_id": "00b11a7a34594f4089efac0b3600e825", "id": "c9de5eb8-84f3-4ddc-8919-430d01d99fab"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:04Z", "security_group_id": "699df0b6-4455-4f3b-aa47-164c6e6aca7c", "port_range_min": null, "revision_number": 0, "tenant_id": "00b11a7a34594f4089efac0b3600e825", "created_at": "2018-10-26T09:32:04Z", "project_id": "00b11a7a34594f4089efac0b3600e825", "id": "d602ef5f-dd5b-40b5-b05e-3442da90900f"}]} 2018-10-26 09:32:07,582 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=699df0b6-4455-4f3b-aa47-164c6e6aca7c used request id req-450a1463-6fbf-45a0-b1e0-cabe8049a90f 2018-10-26 09:32:07,582 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 699df0b6-4455-4f3b-aa47-164c6e6aca7c 2018-10-26 09:32:07,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=699df0b6-4455-4f3b-aa47-164c6e6aca7c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58f74cdd4d91cac4fd58a7ec4a091cc18ece840a" 2018-10-26 09:32:07,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-b9191a48-6809-4aa4-be06-ab053c1c3539 Date: Fri, 26 Oct 2018 09:32:07 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-26T09:32:06Z", "security_group_id": "699df0b6-4455-4f3b-aa47-164c6e6aca7c", "port_range_min": null, "revision_number": 0, "tenant_id": "00b11a7a34594f4089efac0b3600e825", "created_at": "2018-10-26T09:32:06Z", "project_id": "00b11a7a34594f4089efac0b3600e825", "id": "9d17bb8c-432e-4a11-849d-a5f7e6918632"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:04Z", "security_group_id": "699df0b6-4455-4f3b-aa47-164c6e6aca7c", "port_range_min": null, "revision_number": 0, "tenant_id": "00b11a7a34594f4089efac0b3600e825", "created_at": "2018-10-26T09:32:04Z", "project_id": "00b11a7a34594f4089efac0b3600e825", "id": "c9de5eb8-84f3-4ddc-8919-430d01d99fab"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:04Z", "security_group_id": "699df0b6-4455-4f3b-aa47-164c6e6aca7c", "port_range_min": null, "revision_number": 0, "tenant_id": "00b11a7a34594f4089efac0b3600e825", "created_at": "2018-10-26T09:32:04Z", "project_id": "00b11a7a34594f4089efac0b3600e825", "id": "d602ef5f-dd5b-40b5-b05e-3442da90900f"}]} 2018-10-26 09:32:07,747 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=699df0b6-4455-4f3b-aa47-164c6e6aca7c used request id req-b9191a48-6809-4aa4-be06-ab053c1c3539 2018-10-26 09:32:07,748 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-60753959-bf1b-4f26-8e38-24d1fc97f058name 2018-10-26 09:32:07,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-60753959-bf1b-4f26-8e38-24d1fc97f058name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce87c054d8298e298570a4ae2be979ee8a214c8f" 2018-10-26 09:32:07,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-2d0dcb6c-e9f4-4393-825f-8a19a8f7b1a8 Date: Fri, 26 Oct 2018 09:32:07 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "00b11a7a34594f4089efac0b3600e825", "created_at": "2018-10-26T09:32:04Z", "updated_at": "2018-10-26T09:32:06Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:06Z", "revision_number": 0, "id": "9d17bb8c-432e-4a11-849d-a5f7e6918632", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:06Z", "security_group_id": "699df0b6-4455-4f3b-aa47-164c6e6aca7c", "tenant_id": "00b11a7a34594f4089efac0b3600e825", "port_range_min": null, "ethertype": "IPv4", "project_id": "00b11a7a34594f4089efac0b3600e825"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:04Z", "revision_number": 0, "id": "c9de5eb8-84f3-4ddc-8919-430d01d99fab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:04Z", "security_group_id": "699df0b6-4455-4f3b-aa47-164c6e6aca7c", "tenant_id": "00b11a7a34594f4089efac0b3600e825", "port_range_min": null, "ethertype": "IPv6", "project_id": "00b11a7a34594f4089efac0b3600e825"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:04Z", "revision_number": 0, "id": "d602ef5f-dd5b-40b5-b05e-3442da90900f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:04Z", "security_group_id": "699df0b6-4455-4f3b-aa47-164c6e6aca7c", "tenant_id": "00b11a7a34594f4089efac0b3600e825", "port_range_min": null, "ethertype": "IPv4", "project_id": "00b11a7a34594f4089efac0b3600e825"}], "revision_number": 3, "project_id": "00b11a7a34594f4089efac0b3600e825", "id": "699df0b6-4455-4f3b-aa47-164c6e6aca7c", "name": "CreateSecurityGroupTests-60753959-bf1b-4f26-8e38-24d1fc97f058name"}]} 2018-10-26 09:32:07,795 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-60753959-bf1b-4f26-8e38-24d1fc97f058name used request id req-2d0dcb6c-e9f4-4393-825f-8a19a8f7b1a8 2018-10-26 09:32:07,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/00b11a7a34594f4089efac0b3600e825 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce87c054d8298e298570a4ae2be979ee8a214c8f" 2018-10-26 09:32:07,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6e9f466-5f06-488b-9b0f-be407f6d07e1 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/00b11a7a34594f4089efac0b3600e825"}, "enabled": true, "id": "00b11a7a34594f4089efac0b3600e825", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-6562ecdd-f7d3-474-proj"}} 2018-10-26 09:32:07,876 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/00b11a7a34594f4089efac0b3600e825 used request id req-c6e9f466-5f06-488b-9b0f-be407f6d07e1 2018-10-26 09:32:07,877 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 699df0b6-4455-4f3b-aa47-164c6e6aca7c 2018-10-26 09:32:07,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=699df0b6-4455-4f3b-aa47-164c6e6aca7c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce87c054d8298e298570a4ae2be979ee8a214c8f" 2018-10-26 09:32:08,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-88f4a404-713f-48c7-b605-4e82eefc884c Date: Fri, 26 Oct 2018 09:32:08 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-26T09:32:06Z", "security_group_id": "699df0b6-4455-4f3b-aa47-164c6e6aca7c", "port_range_min": null, "revision_number": 0, "tenant_id": "00b11a7a34594f4089efac0b3600e825", "created_at": "2018-10-26T09:32:06Z", "project_id": "00b11a7a34594f4089efac0b3600e825", "id": "9d17bb8c-432e-4a11-849d-a5f7e6918632"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:04Z", "security_group_id": "699df0b6-4455-4f3b-aa47-164c6e6aca7c", "port_range_min": null, "revision_number": 0, "tenant_id": "00b11a7a34594f4089efac0b3600e825", "created_at": "2018-10-26T09:32:04Z", "project_id": "00b11a7a34594f4089efac0b3600e825", "id": "c9de5eb8-84f3-4ddc-8919-430d01d99fab"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:04Z", "security_group_id": "699df0b6-4455-4f3b-aa47-164c6e6aca7c", "port_range_min": null, "revision_number": 0, "tenant_id": "00b11a7a34594f4089efac0b3600e825", "created_at": "2018-10-26T09:32:04Z", "project_id": "00b11a7a34594f4089efac0b3600e825", "id": "d602ef5f-dd5b-40b5-b05e-3442da90900f"}]} 2018-10-26 09:32:08,059 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=699df0b6-4455-4f3b-aa47-164c6e6aca7c used request id req-88f4a404-713f-48c7-b605-4e82eefc884c 2018-10-26 09:32:08,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce87c054d8298e298570a4ae2be979ee8a214c8f" -d '{"security_group_rule": {"direction": "egress", "protocol": 1, "description": "test_rule_2", "security_group_id": "699df0b6-4455-4f3b-aa47-164c6e6aca7c"}}' 2018-10-26 09:32:08,540 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 519 X-Openstack-Request-Id: req-e7aa1cd2-2c3c-4c20-92dc-f543d2b21f3e Date: Fri, 26 Oct 2018 09:32:08 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-26T09:32:08Z", "security_group_id": "699df0b6-4455-4f3b-aa47-164c6e6aca7c", "port_range_min": null, "revision_number": 0, "tenant_id": "00b11a7a34594f4089efac0b3600e825", "created_at": "2018-10-26T09:32:08Z", "project_id": "00b11a7a34594f4089efac0b3600e825", "id": "88d6582e-6f57-452e-8354-02ffbea76fb8"}} 2018-10-26 09:32:08,540 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-e7aa1cd2-2c3c-4c20-92dc-f543d2b21f3e 2018-10-26 09:32:08,541 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 699df0b6-4455-4f3b-aa47-164c6e6aca7c 2018-10-26 09:32:08,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=699df0b6-4455-4f3b-aa47-164c6e6aca7c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58f74cdd4d91cac4fd58a7ec4a091cc18ece840a" 2018-10-26 09:32:08,576 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1996 X-Openstack-Request-Id: req-20515798-c267-4376-948f-0846436cc3ee Date: Fri, 26 Oct 2018 09:32:08 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-26T09:32:08Z", "security_group_id": "699df0b6-4455-4f3b-aa47-164c6e6aca7c", "port_range_min": null, "revision_number": 0, "tenant_id": "00b11a7a34594f4089efac0b3600e825", "created_at": "2018-10-26T09:32:08Z", "project_id": "00b11a7a34594f4089efac0b3600e825", "id": "88d6582e-6f57-452e-8354-02ffbea76fb8"}, {"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-26T09:32:06Z", "security_group_id": "699df0b6-4455-4f3b-aa47-164c6e6aca7c", "port_range_min": null, "revision_number": 0, "tenant_id": "00b11a7a34594f4089efac0b3600e825", "created_at": "2018-10-26T09:32:06Z", "project_id": "00b11a7a34594f4089efac0b3600e825", "id": "9d17bb8c-432e-4a11-849d-a5f7e6918632"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:04Z", "security_group_id": "699df0b6-4455-4f3b-aa47-164c6e6aca7c", "port_range_min": null, "revision_number": 0, "tenant_id": "00b11a7a34594f4089efac0b3600e825", "created_at": "2018-10-26T09:32:04Z", "project_id": "00b11a7a34594f4089efac0b3600e825", "id": "c9de5eb8-84f3-4ddc-8919-430d01d99fab"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:04Z", "security_group_id": "699df0b6-4455-4f3b-aa47-164c6e6aca7c", "port_range_min": null, "revision_number": 0, "tenant_id": "00b11a7a34594f4089efac0b3600e825", "created_at": "2018-10-26T09:32:04Z", "project_id": "00b11a7a34594f4089efac0b3600e825", "id": "d602ef5f-dd5b-40b5-b05e-3442da90900f"}]} 2018-10-26 09:32:08,576 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=699df0b6-4455-4f3b-aa47-164c6e6aca7c used request id req-20515798-c267-4376-948f-0846436cc3ee 2018-10-26 09:32:08,576 - neutron_utils - INFO - Deleting security group rule with ID - 88d6582e-6f57-452e-8354-02ffbea76fb8 2018-10-26 09:32:08,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/88d6582e-6f57-452e-8354-02ffbea76fb8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce87c054d8298e298570a4ae2be979ee8a214c8f" 2018-10-26 09:32:08,666 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-54c7b31f-0c8a-4fff-881b-0b9a7717f531 Content-Length: 0 Date: Fri, 26 Oct 2018 09:32:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:32:08,666 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/88d6582e-6f57-452e-8354-02ffbea76fb8 used request id req-54c7b31f-0c8a-4fff-881b-0b9a7717f531 2018-10-26 09:32:08,666 - neutron_utils - INFO - Deleting security group rule with ID - c9de5eb8-84f3-4ddc-8919-430d01d99fab 2018-10-26 09:32:08,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/c9de5eb8-84f3-4ddc-8919-430d01d99fab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce87c054d8298e298570a4ae2be979ee8a214c8f" 2018-10-26 09:32:08,758 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-05229719-97fa-4ee6-8ebe-7ba6dc1980ce Content-Length: 0 Date: Fri, 26 Oct 2018 09:32:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:32:08,758 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/c9de5eb8-84f3-4ddc-8919-430d01d99fab used request id req-05229719-97fa-4ee6-8ebe-7ba6dc1980ce 2018-10-26 09:32:08,758 - neutron_utils - INFO - Deleting security group rule with ID - d602ef5f-dd5b-40b5-b05e-3442da90900f 2018-10-26 09:32:08,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/d602ef5f-dd5b-40b5-b05e-3442da90900f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce87c054d8298e298570a4ae2be979ee8a214c8f" 2018-10-26 09:32:09,004 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-566d362c-d96b-4d0c-92c3-48ffe32d18fc Content-Length: 0 Date: Fri, 26 Oct 2018 09:32:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:32:09,005 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/d602ef5f-dd5b-40b5-b05e-3442da90900f used request id req-566d362c-d96b-4d0c-92c3-48ffe32d18fc 2018-10-26 09:32:09,005 - neutron_utils - INFO - Deleting security group rule with ID - 9d17bb8c-432e-4a11-849d-a5f7e6918632 2018-10-26 09:32:09,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/9d17bb8c-432e-4a11-849d-a5f7e6918632 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce87c054d8298e298570a4ae2be979ee8a214c8f" 2018-10-26 09:32:09,108 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-59e55d19-f9f5-4470-8a52-d9bac7b2112c Content-Length: 0 Date: Fri, 26 Oct 2018 09:32:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:32:09,108 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/9d17bb8c-432e-4a11-849d-a5f7e6918632 used request id req-59e55d19-f9f5-4470-8a52-d9bac7b2112c 2018-10-26 09:32:09,108 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-60753959-bf1b-4f26-8e38-24d1fc97f058name 2018-10-26 09:32:09,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/699df0b6-4455-4f3b-aa47-164c6e6aca7c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce87c054d8298e298570a4ae2be979ee8a214c8f" 2018-10-26 09:32:09,381 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-669a80ef-ae09-49ee-9672-a1a5f2845b5b Content-Length: 0 Date: Fri, 26 Oct 2018 09:32:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:32:09,382 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/699df0b6-4455-4f3b-aa47-164c6e6aca7c used request id req-669a80ef-ae09-49ee-9672-a1a5f2845b5b 2018-10-26 09:32:09,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f08da6fa2da427efcbbe14561709dcd336414276" 2018-10-26 09:32:09,706 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-b7ee82cc-aa4b-4203-bb77-8d616159d016 Date: Fri, 26 Oct 2018 09:32:09 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "00b11a7a34594f4089efac0b3600e825", "created_at": "2018-10-26T09:32:04Z", "updated_at": "2018-10-26T09:32:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:04Z", "revision_number": 0, "id": "20254839-c277-4de0-92eb-00b956bd9550", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:04Z", "security_group_id": "88e9c180-b7d1-43e5-94ca-5dc8d58d7d2c", "tenant_id": "00b11a7a34594f4089efac0b3600e825", "port_range_min": null, "ethertype": "IPv4", "project_id": "00b11a7a34594f4089efac0b3600e825"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:04Z", "revision_number": 0, "id": "662e2f64-b145-4b4f-80c0-c5c9f1a7210e", "remote_group_id": "88e9c180-b7d1-43e5-94ca-5dc8d58d7d2c", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:04Z", "security_group_id": "88e9c180-b7d1-43e5-94ca-5dc8d58d7d2c", "tenant_id": "00b11a7a34594f4089efac0b3600e825", "port_range_min": null, "ethertype": "IPv6", "project_id": "00b11a7a34594f4089efac0b3600e825"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:04Z", "revision_number": 0, "id": "e98e4d94-32b9-4472-b9e7-57a1021b3661", "remote_group_id": "88e9c180-b7d1-43e5-94ca-5dc8d58d7d2c", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:04Z", "security_group_id": "88e9c180-b7d1-43e5-94ca-5dc8d58d7d2c", "tenant_id": "00b11a7a34594f4089efac0b3600e825", "port_range_min": null, "ethertype": "IPv4", "project_id": "00b11a7a34594f4089efac0b3600e825"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:04Z", "revision_number": 0, "id": "f07a7e9a-c40b-4dd8-adbf-b4e675d2d104", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:04Z", "security_group_id": "88e9c180-b7d1-43e5-94ca-5dc8d58d7d2c", "tenant_id": "00b11a7a34594f4089efac0b3600e825", "port_range_min": null, "ethertype": "IPv6", "project_id": "00b11a7a34594f4089efac0b3600e825"}], "revision_number": 4, "project_id": "00b11a7a34594f4089efac0b3600e825", "id": "88e9c180-b7d1-43e5-94ca-5dc8d58d7d2c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:32:09,707 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-b7ee82cc-aa4b-4203-bb77-8d616159d016 2018-10-26 09:32:09,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f08da6fa2da427efcbbe14561709dcd336414276" 2018-10-26 09:32:09,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8879812-88a1-420a-9d36-6422ad8cf5cf 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:32:09,809 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-d8879812-88a1-420a-9d36-6422ad8cf5cf 2018-10-26 09:32:09,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f08da6fa2da427efcbbe14561709dcd336414276" 2018-10-26 09:32:09,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb4f488f-36f8-4a98-ab75-8e53b919db2a 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:32:09,905 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-bb4f488f-36f8-4a98-ab75-8e53b919db2a 2018-10-26 09:32:09,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/00b11a7a34594f4089efac0b3600e825 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f08da6fa2da427efcbbe14561709dcd336414276" 2018-10-26 09:32:09,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fde68062-a11c-40e6-8278-d10a9361be7e Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/00b11a7a34594f4089efac0b3600e825"}, "enabled": true, "id": "00b11a7a34594f4089efac0b3600e825", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-6562ecdd-f7d3-474-proj"}} 2018-10-26 09:32:09,991 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/00b11a7a34594f4089efac0b3600e825 used request id req-fde68062-a11c-40e6-8278-d10a9361be7e 2018-10-26 09:32:09,991 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 88e9c180-b7d1-43e5-94ca-5dc8d58d7d2c 2018-10-26 09:32:09,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=88e9c180-b7d1-43e5-94ca-5dc8d58d7d2c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f08da6fa2da427efcbbe14561709dcd336414276" 2018-10-26 09:32:10,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-08f185d8-0eff-42f2-86f9-5166bb8a877b Date: Fri, 26 Oct 2018 09:32: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-26T09:32:04Z", "security_group_id": "88e9c180-b7d1-43e5-94ca-5dc8d58d7d2c", "port_range_min": null, "revision_number": 0, "tenant_id": "00b11a7a34594f4089efac0b3600e825", "created_at": "2018-10-26T09:32:04Z", "project_id": "00b11a7a34594f4089efac0b3600e825", "id": "20254839-c277-4de0-92eb-00b956bd9550"}, {"remote_group_id": "88e9c180-b7d1-43e5-94ca-5dc8d58d7d2c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:04Z", "security_group_id": "88e9c180-b7d1-43e5-94ca-5dc8d58d7d2c", "port_range_min": null, "revision_number": 0, "tenant_id": "00b11a7a34594f4089efac0b3600e825", "created_at": "2018-10-26T09:32:04Z", "project_id": "00b11a7a34594f4089efac0b3600e825", "id": "662e2f64-b145-4b4f-80c0-c5c9f1a7210e"}, {"remote_group_id": "88e9c180-b7d1-43e5-94ca-5dc8d58d7d2c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:04Z", "security_group_id": "88e9c180-b7d1-43e5-94ca-5dc8d58d7d2c", "port_range_min": null, "revision_number": 0, "tenant_id": "00b11a7a34594f4089efac0b3600e825", "created_at": "2018-10-26T09:32:04Z", "project_id": "00b11a7a34594f4089efac0b3600e825", "id": "e98e4d94-32b9-4472-b9e7-57a1021b3661"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:04Z", "security_group_id": "88e9c180-b7d1-43e5-94ca-5dc8d58d7d2c", "port_range_min": null, "revision_number": 0, "tenant_id": "00b11a7a34594f4089efac0b3600e825", "created_at": "2018-10-26T09:32:04Z", "project_id": "00b11a7a34594f4089efac0b3600e825", "id": "f07a7e9a-c40b-4dd8-adbf-b4e675d2d104"}]} 2018-10-26 09:32:10,157 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=88e9c180-b7d1-43e5-94ca-5dc8d58d7d2c used request id req-08f185d8-0eff-42f2-86f9-5166bb8a877b 2018-10-26 09:32:10,158 - neutron_utils - INFO - Deleting security group with name - default 2018-10-26 09:32:10,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/88e9c180-b7d1-43e5-94ca-5dc8d58d7d2c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f08da6fa2da427efcbbe14561709dcd336414276" 2018-10-26 09:32:10,461 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-02b0e6e2-a2b9-4497-a453-bdc9723c85eb Content-Length: 0 Date: Fri, 26 Oct 2018 09:32:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:32:10,461 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/88e9c180-b7d1-43e5-94ca-5dc8d58d7d2c used request id req-02b0e6e2-a2b9-4497-a453-bdc9723c85eb 2018-10-26 09:32:10,462 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-6562ecdd-f7d3-474-proj 2018-10-26 09:32:10,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/00b11a7a34594f4089efac0b3600e825 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f08da6fa2da427efcbbe14561709dcd336414276" 2018-10-26 09:32:10,708 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:32:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c2aa6bb9-8ff1-4320-b9f3-7f4fcc772b49 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:32:10,708 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/00b11a7a34594f4089efac0b3600e825 used request id req-c2aa6bb9-8ff1-4320-b9f3-7f4fcc772b49 2018-10-26 09:32:10,708 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-6562ecdd-f7d3-474-proj-role 2018-10-26 09:32:10,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/39874bbccda94512b9c5da5e0b428ed9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f08da6fa2da427efcbbe14561709dcd336414276" 2018-10-26 09:32:10,820 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:32:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f825324d-d2c0-4ced-8bf2-e2858c1a8e2d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:32:10,820 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/39874bbccda94512b9c5da5e0b428ed9 used request id req-f825324d-d2c0-4ced-8bf2-e2858c1a8e2d 2018-10-26 09:32:10,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f08da6fa2da427efcbbe14561709dcd336414276" 2018-10-26 09:32:10,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb5ad7be-ec2f-40c9-ab74-270df974b681 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:32:10,910 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-fb5ad7be-ec2f-40c9-ab74-270df974b681 2018-10-26 09:32:10,911 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-6562ecdd-f7d3-474-user 2018-10-26 09:32:10,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/c1e125730525424ebaa1c601c731e023 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7bcf51c61e322292041f308be1d7b8b582c21834" 2018-10-26 09:32:11,085 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:32:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cab29191-480c-42eb-bbab-5a751f5a840f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:32:11,085 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/c1e125730525424ebaa1c601c731e023 used request id req-cab29191-480c-42eb-bbab-5a751f5a840f 2018-10-26 09:32:11,087 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:32:11,469 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:32:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["KWUy0trqQGKBK5PRLJNDLw"], "issued_at": "2018-10-26T09:32:11.000000Z"}} 2018-10-26 09:32:11,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b6c74cd8581d3d7dcf7c8d558fece26326629ad" 2018-10-26 09:32:11,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96255c31-bd13-46cc-84c3-0e26c9a9bbef Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:32:11,548 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-96255c31-bd13-46cc-84c3-0e26c9a9bbef 2018-10-26 09:32:11,550 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:11,550 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:32:11,941 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:32:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["LXwk-oybQPuUT3BKuzCnWg"], "issued_at": "2018-10-26T09:32:11.000000Z"}} 2018-10-26 09:32:11,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}316133dcb69ed7cc3442ba63901b84760aa63fab" 2018-10-26 09:32:12,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ef46739-b5c7-4118-923b-784356488212 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:32:12,036 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-7ef46739-b5c7-4118-923b-784356488212 2018-10-26 09:32:12,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:32:12,045 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:32:12,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-e1ef740d-9012-4ea-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}316133dcb69ed7cc3442ba63901b84760aa63fab" 2018-10-26 09:32:12,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa635e38-724b-48ea-9840-a92de230b098 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-e1ef740d-9012-4ea-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:32:12,134 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-e1ef740d-9012-4ea-proj used request id req-aa635e38-724b-48ea-9840-a92de230b098 2018-10-26 09:32:12,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}316133dcb69ed7cc3442ba63901b84760aa63fab" 2018-10-26 09:32:12,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d142bec1-f0eb-4182-aeeb-a60e1e9972cc Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:32:12,234 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-d142bec1-f0eb-4182-aeeb-a60e1e9972cc 2018-10-26 09:32:12,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}316133dcb69ed7cc3442ba63901b84760aa63fab" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-e1ef740d-9012-4ea-proj"}}' 2018-10-26 09:32:12,359 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:32:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-34d5243a-510b-4ed1-94aa-5c8240c73b50 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b8c751bbc65c47e0ab57bd1c37fb7865"}, "enabled": true, "id": "b8c751bbc65c47e0ab57bd1c37fb7865", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-e1ef740d-9012-4ea-proj"}} 2018-10-26 09:32:12,359 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-34d5243a-510b-4ed1-94aa-5c8240c73b50 2018-10-26 09:32:12,360 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-e1ef740d-9012-4ea-proj 2018-10-26 09:32:12,360 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:12,361 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:32:12,747 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:32:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["stq5_1tRRaCLVDnK_jha0w"], "issued_at": "2018-10-26T09:32:12.000000Z"}} 2018-10-26 09:32:12,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e94ff1f96e6ef04cacf298cb6cf400126a0e5df" 2018-10-26 09:32:12,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a10599c4-748f-4b3a-aab9-7703cf5d946c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:32:12,839 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a10599c4-748f-4b3a-aab9-7703cf5d946c 2018-10-26 09:32:12,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:32:12,848 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:32:12,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e94ff1f96e6ef04cacf298cb6cf400126a0e5df" 2018-10-26 09:32:12,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a7ed7a2-892c-44a6-89a8-5ada83cc8451 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:32:12,960 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-5a7ed7a2-892c-44a6-89a8-5ada83cc8451 2018-10-26 09:32:12,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-e1ef740d-9012-4ea-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e94ff1f96e6ef04cacf298cb6cf400126a0e5df" 2018-10-26 09:32:13,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-798a2190-f7dd-4d5b-8e13-717c0249eeca Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-e1ef740d-9012-4ea-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b8c751bbc65c47e0ab57bd1c37fb7865"}, "enabled": true, "id": "b8c751bbc65c47e0ab57bd1c37fb7865", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-e1ef740d-9012-4ea-proj"}]} 2018-10-26 09:32:13,068 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-e1ef740d-9012-4ea-proj used request id req-798a2190-f7dd-4d5b-8e13-717c0249eeca 2018-10-26 09:32:13,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e94ff1f96e6ef04cacf298cb6cf400126a0e5df" 2018-10-26 09:32:13,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1dd92d05-0e0b-4dc6-a55a-a4201df1ec87 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:32:13,152 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-1dd92d05-0e0b-4dc6-a55a-a4201df1ec87 2018-10-26 09:32:13,521 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-e1ef740d-9012-4ea-user 2018-10-26 09:32:13,521 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:13,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}316133dcb69ed7cc3442ba63901b84760aa63fab" 2018-10-26 09:32:13,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da69366a-d161-4d9c-a52f-3089260080d8 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:32:13,621 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-da69366a-d161-4d9c-a52f-3089260080d8 2018-10-26 09:32:13,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}316133dcb69ed7cc3442ba63901b84760aa63fab" -d '{"role": {"name": "CreateSecurityGroupTests-e1ef740d-9012-4ea-proj-role"}}' 2018-10-26 09:32:13,729 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:32:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-19ca48f5-888b-4ece-a717-9411a5a3b384 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2b9015db4d4d4f4fbf5c7b587372cf8b", "links": {"self": "http://172.30.9.21:5000/v3/roles/2b9015db4d4d4f4fbf5c7b587372cf8b"}, "name": "CreateSecurityGroupTests-e1ef740d-9012-4ea-proj-role"}} 2018-10-26 09:32:13,729 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-19ca48f5-888b-4ece-a717-9411a5a3b384 2018-10-26 09:32:13,729 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-e1ef740d-9012-4ea-proj-role 2018-10-26 09:32:13,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/2b9015db4d4d4f4fbf5c7b587372cf8b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}316133dcb69ed7cc3442ba63901b84760aa63fab" 2018-10-26 09:32:13,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4680c5b-498d-4fad-baa9-059f480fd814 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/2b9015db4d4d4f4fbf5c7b587372cf8b"}, "domain_id": null, "name": "CreateSecurityGroupTests-e1ef740d-9012-4ea-proj-role", "id": "2b9015db4d4d4f4fbf5c7b587372cf8b"}} 2018-10-26 09:32:13,819 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/2b9015db4d4d4f4fbf5c7b587372cf8b used request id req-c4680c5b-498d-4fad-baa9-059f480fd814 2018-10-26 09:32:13,820 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-e1ef740d-9012-4ea-proj-role to project CreateSecurityGroupTests-e1ef740d-9012-4ea-proj 2018-10-26 09:32:13,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/b8c751bbc65c47e0ab57bd1c37fb7865/users/ed1f19b626fb469fb17d268eaa377697/roles/2b9015db4d4d4f4fbf5c7b587372cf8b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}316133dcb69ed7cc3442ba63901b84760aa63fab" 2018-10-26 09:32:13,959 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:32:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-64603930-cbc7-4d4d-ab6a-af00ed52fa43 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:32:13,959 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/b8c751bbc65c47e0ab57bd1c37fb7865/users/ed1f19b626fb469fb17d268eaa377697/roles/2b9015db4d4d4f4fbf5c7b587372cf8b used request id req-64603930-cbc7-4d4d-ab6a-af00ed52fa43 2018-10-26 09:32:13,960 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:13,960 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:32:14,328 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2b9015db4d4d4f4fbf5c7b587372cf8b", "name": "CreateSecurityGroupTests-e1ef740d-9012-4ea-proj-role"}], "expires_at": "2018-10-26T10:32:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b8c751bbc65c47e0ab57bd1c37fb7865", "name": "CreateSecurityGroupTests-e1ef740d-9012-4ea-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/b8c751bbc65c47e0ab57bd1c37fb7865", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/b8c751bbc65c47e0ab57bd1c37fb7865", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/b8c751bbc65c47e0ab57bd1c37fb7865", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/b8c751bbc65c47e0ab57bd1c37fb7865", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/b8c751bbc65c47e0ab57bd1c37fb7865", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/b8c751bbc65c47e0ab57bd1c37fb7865", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b8c751bbc65c47e0ab57bd1c37fb7865", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/b8c751bbc65c47e0ab57bd1c37fb7865", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/b8c751bbc65c47e0ab57bd1c37fb7865", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b8c751bbc65c47e0ab57bd1c37fb7865", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/b8c751bbc65c47e0ab57bd1c37fb7865", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/b8c751bbc65c47e0ab57bd1c37fb7865", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-e1ef740d-9012-4ea-user", "id": "ed1f19b626fb469fb17d268eaa377697"}, "audit_ids": ["aR_cMNwnThmvZ4X1aUcSsQ"], "issued_at": "2018-10-26T09:32:14.000000Z"}} 2018-10-26 09:32:14,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b4b7fc2f397595ccb2289784b425915a91dcf96" 2018-10-26 09:32:14,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6d44274-3837-41ea-9260-6ec65cdcad0b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:32:14,408 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a6d44274-3837-41ea-9260-6ec65cdcad0b 2018-10-26 09:32:14,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2924b017-558d-47c8-bf5b-40a02c8109d7name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b4b7fc2f397595ccb2289784b425915a91dcf96" 2018-10-26 09:32:14,740 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-f080a846-4862-42fa-a8bf-12574ac02d7b Date: Fri, 26 Oct 2018 09:32:14 GMT RESP BODY: {"security_groups": []} 2018-10-26 09:32:14,740 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2924b017-558d-47c8-bf5b-40a02c8109d7name&description=hello+group used request id req-f080a846-4862-42fa-a8bf-12574ac02d7b 2018-10-26 09:32:14,740 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-2924b017-558d-47c8-bf5b-40a02c8109d7name... 2018-10-26 09:32:14,740 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-2924b017-558d-47c8-bf5b-40a02c8109d7name 2018-10-26 09:32:14,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b4b7fc2f397595ccb2289784b425915a91dcf96" -d '{"security_group": {"name": "CreateSecurityGroupTests-2924b017-558d-47c8-bf5b-40a02c8109d7name", "description": "hello group"}}' 2018-10-26 09:32:15,095 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-2a80247a-62bb-4664-84ba-53371c627480 Date: Fri, 26 Oct 2018 09:32:15 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "b8c751bbc65c47e0ab57bd1c37fb7865", "created_at": "2018-10-26T09:32:14Z", "updated_at": "2018-10-26T09:32:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:15Z", "revision_number": 0, "id": "bdef526e-b037-43d8-ac02-18cb0d78729e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:15Z", "security_group_id": "d7ea5114-2929-4b3a-a371-4ebeb7ee77f4", "tenant_id": "b8c751bbc65c47e0ab57bd1c37fb7865", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8c751bbc65c47e0ab57bd1c37fb7865"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:15Z", "revision_number": 0, "id": "fe444f96-c9d4-4491-be0a-9b4539cbe29d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:15Z", "security_group_id": "d7ea5114-2929-4b3a-a371-4ebeb7ee77f4", "tenant_id": "b8c751bbc65c47e0ab57bd1c37fb7865", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8c751bbc65c47e0ab57bd1c37fb7865"}], "revision_number": 2, "project_id": "b8c751bbc65c47e0ab57bd1c37fb7865", "id": "d7ea5114-2929-4b3a-a371-4ebeb7ee77f4", "name": "CreateSecurityGroupTests-2924b017-558d-47c8-bf5b-40a02c8109d7name"}} 2018-10-26 09:32:15,095 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-2a80247a-62bb-4664-84ba-53371c627480 2018-10-26 09:32:15,095 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d7ea5114-2929-4b3a-a371-4ebeb7ee77f4 2018-10-26 09:32:15,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=d7ea5114-2929-4b3a-a371-4ebeb7ee77f4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b4b7fc2f397595ccb2289784b425915a91dcf96" 2018-10-26 09:32:15,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-cda52075-cc6f-48ae-8d49-1815cf859f84 Date: Fri, 26 Oct 2018 09:32:15 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:15Z", "security_group_id": "d7ea5114-2929-4b3a-a371-4ebeb7ee77f4", "port_range_min": null, "revision_number": 0, "tenant_id": "b8c751bbc65c47e0ab57bd1c37fb7865", "created_at": "2018-10-26T09:32:15Z", "project_id": "b8c751bbc65c47e0ab57bd1c37fb7865", "id": "bdef526e-b037-43d8-ac02-18cb0d78729e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:15Z", "security_group_id": "d7ea5114-2929-4b3a-a371-4ebeb7ee77f4", "port_range_min": null, "revision_number": 0, "tenant_id": "b8c751bbc65c47e0ab57bd1c37fb7865", "created_at": "2018-10-26T09:32:15Z", "project_id": "b8c751bbc65c47e0ab57bd1c37fb7865", "id": "fe444f96-c9d4-4491-be0a-9b4539cbe29d"}]} 2018-10-26 09:32:15,276 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=d7ea5114-2929-4b3a-a371-4ebeb7ee77f4 used request id req-cda52075-cc6f-48ae-8d49-1815cf859f84 2018-10-26 09:32:15,277 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d7ea5114-2929-4b3a-a371-4ebeb7ee77f4 2018-10-26 09:32:15,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=d7ea5114-2929-4b3a-a371-4ebeb7ee77f4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b4b7fc2f397595ccb2289784b425915a91dcf96" 2018-10-26 09:32:15,450 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7c6e9c18-57ef-4511-8a50-583bab39fbd0 Date: Fri, 26 Oct 2018 09:32:15 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:15Z", "security_group_id": "d7ea5114-2929-4b3a-a371-4ebeb7ee77f4", "port_range_min": null, "revision_number": 0, "tenant_id": "b8c751bbc65c47e0ab57bd1c37fb7865", "created_at": "2018-10-26T09:32:15Z", "project_id": "b8c751bbc65c47e0ab57bd1c37fb7865", "id": "bdef526e-b037-43d8-ac02-18cb0d78729e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:15Z", "security_group_id": "d7ea5114-2929-4b3a-a371-4ebeb7ee77f4", "port_range_min": null, "revision_number": 0, "tenant_id": "b8c751bbc65c47e0ab57bd1c37fb7865", "created_at": "2018-10-26T09:32:15Z", "project_id": "b8c751bbc65c47e0ab57bd1c37fb7865", "id": "fe444f96-c9d4-4491-be0a-9b4539cbe29d"}]} 2018-10-26 09:32:15,451 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=d7ea5114-2929-4b3a-a371-4ebeb7ee77f4 used request id req-7c6e9c18-57ef-4511-8a50-583bab39fbd0 2018-10-26 09:32:15,451 - neutron_utils - INFO - Retrieving security group with ID - d7ea5114-2929-4b3a-a371-4ebeb7ee77f4 2018-10-26 09:32:15,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=d7ea5114-2929-4b3a-a371-4ebeb7ee77f4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b4b7fc2f397595ccb2289784b425915a91dcf96" 2018-10-26 09:32:15,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-1706bb3c-55a3-4db6-845e-92361f066c3a Date: Fri, 26 Oct 2018 09:32:15 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "b8c751bbc65c47e0ab57bd1c37fb7865", "created_at": "2018-10-26T09:32:14Z", "updated_at": "2018-10-26T09:32:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:15Z", "revision_number": 0, "id": "bdef526e-b037-43d8-ac02-18cb0d78729e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:15Z", "security_group_id": "d7ea5114-2929-4b3a-a371-4ebeb7ee77f4", "tenant_id": "b8c751bbc65c47e0ab57bd1c37fb7865", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8c751bbc65c47e0ab57bd1c37fb7865"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:15Z", "revision_number": 0, "id": "fe444f96-c9d4-4491-be0a-9b4539cbe29d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:15Z", "security_group_id": "d7ea5114-2929-4b3a-a371-4ebeb7ee77f4", "tenant_id": "b8c751bbc65c47e0ab57bd1c37fb7865", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8c751bbc65c47e0ab57bd1c37fb7865"}], "revision_number": 2, "project_id": "b8c751bbc65c47e0ab57bd1c37fb7865", "id": "d7ea5114-2929-4b3a-a371-4ebeb7ee77f4", "name": "CreateSecurityGroupTests-2924b017-558d-47c8-bf5b-40a02c8109d7name"}]} 2018-10-26 09:32:15,526 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=d7ea5114-2929-4b3a-a371-4ebeb7ee77f4 used request id req-1706bb3c-55a3-4db6-845e-92361f066c3a 2018-10-26 09:32:15,526 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d7ea5114-2929-4b3a-a371-4ebeb7ee77f4 2018-10-26 09:32:15,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=d7ea5114-2929-4b3a-a371-4ebeb7ee77f4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b4b7fc2f397595ccb2289784b425915a91dcf96" 2018-10-26 09:32:15,699 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c3226b27-fece-45d9-a8aa-9b2cdeb933a8 Date: Fri, 26 Oct 2018 09:32:15 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:15Z", "security_group_id": "d7ea5114-2929-4b3a-a371-4ebeb7ee77f4", "port_range_min": null, "revision_number": 0, "tenant_id": "b8c751bbc65c47e0ab57bd1c37fb7865", "created_at": "2018-10-26T09:32:15Z", "project_id": "b8c751bbc65c47e0ab57bd1c37fb7865", "id": "bdef526e-b037-43d8-ac02-18cb0d78729e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:15Z", "security_group_id": "d7ea5114-2929-4b3a-a371-4ebeb7ee77f4", "port_range_min": null, "revision_number": 0, "tenant_id": "b8c751bbc65c47e0ab57bd1c37fb7865", "created_at": "2018-10-26T09:32:15Z", "project_id": "b8c751bbc65c47e0ab57bd1c37fb7865", "id": "fe444f96-c9d4-4491-be0a-9b4539cbe29d"}]} 2018-10-26 09:32:15,699 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=d7ea5114-2929-4b3a-a371-4ebeb7ee77f4 used request id req-c3226b27-fece-45d9-a8aa-9b2cdeb933a8 2018-10-26 09:32:15,700 - neutron_utils - INFO - Retrieving security group with ID - d7ea5114-2929-4b3a-a371-4ebeb7ee77f4 2018-10-26 09:32:15,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=d7ea5114-2929-4b3a-a371-4ebeb7ee77f4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b4b7fc2f397595ccb2289784b425915a91dcf96" 2018-10-26 09:32:15,906 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-198f8937-aadd-47ba-a834-d84647d9588e Date: Fri, 26 Oct 2018 09:32:15 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "b8c751bbc65c47e0ab57bd1c37fb7865", "created_at": "2018-10-26T09:32:14Z", "updated_at": "2018-10-26T09:32:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:15Z", "revision_number": 0, "id": "bdef526e-b037-43d8-ac02-18cb0d78729e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:15Z", "security_group_id": "d7ea5114-2929-4b3a-a371-4ebeb7ee77f4", "tenant_id": "b8c751bbc65c47e0ab57bd1c37fb7865", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8c751bbc65c47e0ab57bd1c37fb7865"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:15Z", "revision_number": 0, "id": "fe444f96-c9d4-4491-be0a-9b4539cbe29d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:15Z", "security_group_id": "d7ea5114-2929-4b3a-a371-4ebeb7ee77f4", "tenant_id": "b8c751bbc65c47e0ab57bd1c37fb7865", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8c751bbc65c47e0ab57bd1c37fb7865"}], "revision_number": 2, "project_id": "b8c751bbc65c47e0ab57bd1c37fb7865", "id": "d7ea5114-2929-4b3a-a371-4ebeb7ee77f4", "name": "CreateSecurityGroupTests-2924b017-558d-47c8-bf5b-40a02c8109d7name"}]} 2018-10-26 09:32:15,907 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=d7ea5114-2929-4b3a-a371-4ebeb7ee77f4 used request id req-198f8937-aadd-47ba-a834-d84647d9588e 2018-10-26 09:32:15,907 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d7ea5114-2929-4b3a-a371-4ebeb7ee77f4 2018-10-26 09:32:15,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=d7ea5114-2929-4b3a-a371-4ebeb7ee77f4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b4b7fc2f397595ccb2289784b425915a91dcf96" 2018-10-26 09:32:15,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-941a4700-020d-4628-acb8-9053616fd694 Date: Fri, 26 Oct 2018 09:32:15 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:15Z", "security_group_id": "d7ea5114-2929-4b3a-a371-4ebeb7ee77f4", "port_range_min": null, "revision_number": 0, "tenant_id": "b8c751bbc65c47e0ab57bd1c37fb7865", "created_at": "2018-10-26T09:32:15Z", "project_id": "b8c751bbc65c47e0ab57bd1c37fb7865", "id": "bdef526e-b037-43d8-ac02-18cb0d78729e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:15Z", "security_group_id": "d7ea5114-2929-4b3a-a371-4ebeb7ee77f4", "port_range_min": null, "revision_number": 0, "tenant_id": "b8c751bbc65c47e0ab57bd1c37fb7865", "created_at": "2018-10-26T09:32:15Z", "project_id": "b8c751bbc65c47e0ab57bd1c37fb7865", "id": "fe444f96-c9d4-4491-be0a-9b4539cbe29d"}]} 2018-10-26 09:32:15,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=d7ea5114-2929-4b3a-a371-4ebeb7ee77f4 used request id req-941a4700-020d-4628-acb8-9053616fd694 2018-10-26 09:32:15,969 - neutron_utils - INFO - Retrieving security group with ID - d7ea5114-2929-4b3a-a371-4ebeb7ee77f4 2018-10-26 09:32:15,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=d7ea5114-2929-4b3a-a371-4ebeb7ee77f4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b4b7fc2f397595ccb2289784b425915a91dcf96" 2018-10-26 09:32:16,165 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-05209146-88bf-4736-9d9f-724245c0cda6 Date: Fri, 26 Oct 2018 09:32:16 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "b8c751bbc65c47e0ab57bd1c37fb7865", "created_at": "2018-10-26T09:32:14Z", "updated_at": "2018-10-26T09:32:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:15Z", "revision_number": 0, "id": "bdef526e-b037-43d8-ac02-18cb0d78729e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:15Z", "security_group_id": "d7ea5114-2929-4b3a-a371-4ebeb7ee77f4", "tenant_id": "b8c751bbc65c47e0ab57bd1c37fb7865", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8c751bbc65c47e0ab57bd1c37fb7865"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:15Z", "revision_number": 0, "id": "fe444f96-c9d4-4491-be0a-9b4539cbe29d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:15Z", "security_group_id": "d7ea5114-2929-4b3a-a371-4ebeb7ee77f4", "tenant_id": "b8c751bbc65c47e0ab57bd1c37fb7865", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8c751bbc65c47e0ab57bd1c37fb7865"}], "revision_number": 2, "project_id": "b8c751bbc65c47e0ab57bd1c37fb7865", "id": "d7ea5114-2929-4b3a-a371-4ebeb7ee77f4", "name": "CreateSecurityGroupTests-2924b017-558d-47c8-bf5b-40a02c8109d7name"}]} 2018-10-26 09:32:16,165 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=d7ea5114-2929-4b3a-a371-4ebeb7ee77f4 used request id req-05209146-88bf-4736-9d9f-724245c0cda6 2018-10-26 09:32:16,166 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d7ea5114-2929-4b3a-a371-4ebeb7ee77f4 2018-10-26 09:32:16,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=d7ea5114-2929-4b3a-a371-4ebeb7ee77f4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b4b7fc2f397595ccb2289784b425915a91dcf96" 2018-10-26 09:32:16,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-90262d87-1b00-4e66-a2a8-26a99a550282 Date: Fri, 26 Oct 2018 09:32:16 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:15Z", "security_group_id": "d7ea5114-2929-4b3a-a371-4ebeb7ee77f4", "port_range_min": null, "revision_number": 0, "tenant_id": "b8c751bbc65c47e0ab57bd1c37fb7865", "created_at": "2018-10-26T09:32:15Z", "project_id": "b8c751bbc65c47e0ab57bd1c37fb7865", "id": "bdef526e-b037-43d8-ac02-18cb0d78729e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:15Z", "security_group_id": "d7ea5114-2929-4b3a-a371-4ebeb7ee77f4", "port_range_min": null, "revision_number": 0, "tenant_id": "b8c751bbc65c47e0ab57bd1c37fb7865", "created_at": "2018-10-26T09:32:15Z", "project_id": "b8c751bbc65c47e0ab57bd1c37fb7865", "id": "fe444f96-c9d4-4491-be0a-9b4539cbe29d"}]} 2018-10-26 09:32:16,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=d7ea5114-2929-4b3a-a371-4ebeb7ee77f4 used request id req-90262d87-1b00-4e66-a2a8-26a99a550282 2018-10-26 09:32:16,199 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-2924b017-558d-47c8-bf5b-40a02c8109d7name 2018-10-26 09:32:16,199 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:32:16,577 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2b9015db4d4d4f4fbf5c7b587372cf8b", "name": "CreateSecurityGroupTests-e1ef740d-9012-4ea-proj-role"}], "expires_at": "2018-10-26T10:32:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b8c751bbc65c47e0ab57bd1c37fb7865", "name": "CreateSecurityGroupTests-e1ef740d-9012-4ea-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/b8c751bbc65c47e0ab57bd1c37fb7865", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/b8c751bbc65c47e0ab57bd1c37fb7865", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/b8c751bbc65c47e0ab57bd1c37fb7865", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/b8c751bbc65c47e0ab57bd1c37fb7865", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/b8c751bbc65c47e0ab57bd1c37fb7865", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/b8c751bbc65c47e0ab57bd1c37fb7865", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b8c751bbc65c47e0ab57bd1c37fb7865", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/b8c751bbc65c47e0ab57bd1c37fb7865", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/b8c751bbc65c47e0ab57bd1c37fb7865", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b8c751bbc65c47e0ab57bd1c37fb7865", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/b8c751bbc65c47e0ab57bd1c37fb7865", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/b8c751bbc65c47e0ab57bd1c37fb7865", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-e1ef740d-9012-4ea-user", "id": "ed1f19b626fb469fb17d268eaa377697"}, "audit_ids": ["DHhBNyUqRgCT4uX_1l319g"], "issued_at": "2018-10-26T09:32:16.000000Z"}} 2018-10-26 09:32:16,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/d7ea5114-2929-4b3a-a371-4ebeb7ee77f4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0a0221118dcc55129ce62cf3d674358d67d4be4" 2018-10-26 09:32:16,906 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-169ae9d0-0b4b-45d5-949c-f8b2519b43f4 Content-Length: 0 Date: Fri, 26 Oct 2018 09:32:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:32:16,906 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/d7ea5114-2929-4b3a-a371-4ebeb7ee77f4 used request id req-169ae9d0-0b4b-45d5-949c-f8b2519b43f4 2018-10-26 09:32:16,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2924b017-558d-47c8-bf5b-40a02c8109d7name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0a0221118dcc55129ce62cf3d674358d67d4be4" 2018-10-26 09:32:17,103 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-463e9502-31f9-49b5-8cbc-c32d6119d913 Date: Fri, 26 Oct 2018 09:32:17 GMT RESP BODY: {"security_groups": []} 2018-10-26 09:32:17,103 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-2924b017-558d-47c8-bf5b-40a02c8109d7name&description=hello+group used request id req-463e9502-31f9-49b5-8cbc-c32d6119d913 2018-10-26 09:32:17,103 - neutron_utils - INFO - Deleting security group rule with ID - bdef526e-b037-43d8-ac02-18cb0d78729e 2018-10-26 09:32:17,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/bdef526e-b037-43d8-ac02-18cb0d78729e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b4b7fc2f397595ccb2289784b425915a91dcf96" 2018-10-26 09:32:17,128 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-3712d8eb-585d-4ecf-b9ff-e9a5a7b0b0ea Date: Fri, 26 Oct 2018 09:32:17 GMT RESP BODY: {"NeutronError": {"message": "Security group rule bdef526e-b037-43d8-ac02-18cb0d78729e does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-10-26 09:32:17,128 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/bdef526e-b037-43d8-ac02-18cb0d78729e used request id req-3712d8eb-585d-4ecf-b9ff-e9a5a7b0b0ea 2018-10-26 09:32:17,128 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule bdef526e-b037-43d8-ac02-18cb0d78729e does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-10-26 09:32:17,129 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule bdef526e-b037-43d8-ac02-18cb0d78729e does not exist Neutron server returns request_ids: ['req-3712d8eb-585d-4ecf-b9ff-e9a5a7b0b0ea'] 2018-10-26 09:32:17,129 - neutron_utils - INFO - Deleting security group rule with ID - fe444f96-c9d4-4491-be0a-9b4539cbe29d 2018-10-26 09:32:17,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/fe444f96-c9d4-4491-be0a-9b4539cbe29d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b4b7fc2f397595ccb2289784b425915a91dcf96" 2018-10-26 09:32:17,291 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-c228a7a3-3c1c-47e6-9746-9e803603c081 Date: Fri, 26 Oct 2018 09:32:17 GMT RESP BODY: {"NeutronError": {"message": "Security group rule fe444f96-c9d4-4491-be0a-9b4539cbe29d does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-10-26 09:32:17,291 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/fe444f96-c9d4-4491-be0a-9b4539cbe29d used request id req-c228a7a3-3c1c-47e6-9746-9e803603c081 2018-10-26 09:32:17,292 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule fe444f96-c9d4-4491-be0a-9b4539cbe29d does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-10-26 09:32:17,292 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule fe444f96-c9d4-4491-be0a-9b4539cbe29d does not exist Neutron server returns request_ids: ['req-c228a7a3-3c1c-47e6-9746-9e803603c081'] 2018-10-26 09:32:17,292 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-2924b017-558d-47c8-bf5b-40a02c8109d7name 2018-10-26 09:32:17,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/d7ea5114-2929-4b3a-a371-4ebeb7ee77f4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b4b7fc2f397595ccb2289784b425915a91dcf96" 2018-10-26 09:32:17,473 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-1f18ad59-d2c5-4a7b-ada9-9a3eb29d9d23 Date: Fri, 26 Oct 2018 09:32:17 GMT RESP BODY: {"NeutronError": {"message": "Security group d7ea5114-2929-4b3a-a371-4ebeb7ee77f4 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-10-26 09:32:17,473 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/d7ea5114-2929-4b3a-a371-4ebeb7ee77f4 used request id req-1f18ad59-d2c5-4a7b-ada9-9a3eb29d9d23 2018-10-26 09:32:17,473 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group d7ea5114-2929-4b3a-a371-4ebeb7ee77f4 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-10-26 09:32:17,473 - OpenStackSecurityGroup - WARNING - Security Group not found, cannot delete - Security group d7ea5114-2929-4b3a-a371-4ebeb7ee77f4 does not exist Neutron server returns request_ids: ['req-1f18ad59-d2c5-4a7b-ada9-9a3eb29d9d23'] 2018-10-26 09:32:17,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}316133dcb69ed7cc3442ba63901b84760aa63fab" 2018-10-26 09:32:17,697 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-44eb4b16-f842-43b5-9d7c-d8a9e805dce5 Date: Fri, 26 Oct 2018 09:32:17 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8c751bbc65c47e0ab57bd1c37fb7865", "created_at": "2018-10-26T09:32:14Z", "updated_at": "2018-10-26T09:32:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:14Z", "revision_number": 0, "id": "a4567f50-6f98-4774-b892-522f252dc35c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:14Z", "security_group_id": "db4fa865-083b-4774-8fb6-d317567e0117", "tenant_id": "b8c751bbc65c47e0ab57bd1c37fb7865", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8c751bbc65c47e0ab57bd1c37fb7865"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:14Z", "revision_number": 0, "id": "a0abaddd-aa38-40ef-9eba-1b8887961afc", "remote_group_id": "db4fa865-083b-4774-8fb6-d317567e0117", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:14Z", "security_group_id": "db4fa865-083b-4774-8fb6-d317567e0117", "tenant_id": "b8c751bbc65c47e0ab57bd1c37fb7865", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8c751bbc65c47e0ab57bd1c37fb7865"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:14Z", "revision_number": 0, "id": "9c2bc6f9-d9f1-4043-8ec4-e4723a1703f0", "remote_group_id": "db4fa865-083b-4774-8fb6-d317567e0117", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:14Z", "security_group_id": "db4fa865-083b-4774-8fb6-d317567e0117", "tenant_id": "b8c751bbc65c47e0ab57bd1c37fb7865", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8c751bbc65c47e0ab57bd1c37fb7865"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:14Z", "revision_number": 0, "id": "89cc066c-c9b6-44d1-baad-7ecd2841206f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:14Z", "security_group_id": "db4fa865-083b-4774-8fb6-d317567e0117", "tenant_id": "b8c751bbc65c47e0ab57bd1c37fb7865", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8c751bbc65c47e0ab57bd1c37fb7865"}], "revision_number": 4, "project_id": "b8c751bbc65c47e0ab57bd1c37fb7865", "id": "db4fa865-083b-4774-8fb6-d317567e0117", "name": "default"}]} 2018-10-26 09:32:17,698 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-44eb4b16-f842-43b5-9d7c-d8a9e805dce5 2018-10-26 09:32:17,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}316133dcb69ed7cc3442ba63901b84760aa63fab" 2018-10-26 09:32:17,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ad80b8b-252d-48d2-bf5c-33284c3dad55 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:32:17,786 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-4ad80b8b-252d-48d2-bf5c-33284c3dad55 2018-10-26 09:32:17,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}316133dcb69ed7cc3442ba63901b84760aa63fab" 2018-10-26 09:32:17,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ed4ffc2-cd17-4dfb-8863-0f6bc4c3ebc5 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:32:17,878 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-4ed4ffc2-cd17-4dfb-8863-0f6bc4c3ebc5 2018-10-26 09:32:17,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}316133dcb69ed7cc3442ba63901b84760aa63fab" 2018-10-26 09:32:17,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52a69ce7-4c06-43c4-917d-c58fdfebf218 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:32:17,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-52a69ce7-4c06-43c4-917d-c58fdfebf218 2018-10-26 09:32:17,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/b8c751bbc65c47e0ab57bd1c37fb7865 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}316133dcb69ed7cc3442ba63901b84760aa63fab" 2018-10-26 09:32:18,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d52efc5-d079-4ecb-b76a-24859f3bcbd2 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b8c751bbc65c47e0ab57bd1c37fb7865"}, "enabled": true, "id": "b8c751bbc65c47e0ab57bd1c37fb7865", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-e1ef740d-9012-4ea-proj"}} 2018-10-26 09:32:18,061 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/b8c751bbc65c47e0ab57bd1c37fb7865 used request id req-2d52efc5-d079-4ecb-b76a-24859f3bcbd2 2018-10-26 09:32:18,061 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - db4fa865-083b-4774-8fb6-d317567e0117 2018-10-26 09:32:18,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=db4fa865-083b-4774-8fb6-d317567e0117 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}316133dcb69ed7cc3442ba63901b84760aa63fab" 2018-10-26 09:32:18,236 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-b806285a-f1eb-4c1d-94ed-27cc2f8350d4 Date: Fri, 26 Oct 2018 09:32:18 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:14Z", "security_group_id": "db4fa865-083b-4774-8fb6-d317567e0117", "port_range_min": null, "revision_number": 0, "tenant_id": "b8c751bbc65c47e0ab57bd1c37fb7865", "created_at": "2018-10-26T09:32:14Z", "project_id": "b8c751bbc65c47e0ab57bd1c37fb7865", "id": "89cc066c-c9b6-44d1-baad-7ecd2841206f"}, {"remote_group_id": "db4fa865-083b-4774-8fb6-d317567e0117", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:14Z", "security_group_id": "db4fa865-083b-4774-8fb6-d317567e0117", "port_range_min": null, "revision_number": 0, "tenant_id": "b8c751bbc65c47e0ab57bd1c37fb7865", "created_at": "2018-10-26T09:32:14Z", "project_id": "b8c751bbc65c47e0ab57bd1c37fb7865", "id": "9c2bc6f9-d9f1-4043-8ec4-e4723a1703f0"}, {"remote_group_id": "db4fa865-083b-4774-8fb6-d317567e0117", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:14Z", "security_group_id": "db4fa865-083b-4774-8fb6-d317567e0117", "port_range_min": null, "revision_number": 0, "tenant_id": "b8c751bbc65c47e0ab57bd1c37fb7865", "created_at": "2018-10-26T09:32:14Z", "project_id": "b8c751bbc65c47e0ab57bd1c37fb7865", "id": "a0abaddd-aa38-40ef-9eba-1b8887961afc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:14Z", "security_group_id": "db4fa865-083b-4774-8fb6-d317567e0117", "port_range_min": null, "revision_number": 0, "tenant_id": "b8c751bbc65c47e0ab57bd1c37fb7865", "created_at": "2018-10-26T09:32:14Z", "project_id": "b8c751bbc65c47e0ab57bd1c37fb7865", "id": "a4567f50-6f98-4774-b892-522f252dc35c"}]} 2018-10-26 09:32:18,236 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=db4fa865-083b-4774-8fb6-d317567e0117 used request id req-b806285a-f1eb-4c1d-94ed-27cc2f8350d4 2018-10-26 09:32:18,237 - neutron_utils - INFO - Deleting security group with name - default 2018-10-26 09:32:18,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/db4fa865-083b-4774-8fb6-d317567e0117 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}316133dcb69ed7cc3442ba63901b84760aa63fab" 2018-10-26 09:32:18,528 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f1824275-344f-4a6e-b747-22af27b33912 Content-Length: 0 Date: Fri, 26 Oct 2018 09:32:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:32:18,528 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/db4fa865-083b-4774-8fb6-d317567e0117 used request id req-f1824275-344f-4a6e-b747-22af27b33912 2018-10-26 09:32:18,528 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-e1ef740d-9012-4ea-proj 2018-10-26 09:32:18,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/b8c751bbc65c47e0ab57bd1c37fb7865 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}316133dcb69ed7cc3442ba63901b84760aa63fab" 2018-10-26 09:32:18,750 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:32:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-25242d06-ac9a-4c87-9e46-689ed775923a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:32:18,750 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/b8c751bbc65c47e0ab57bd1c37fb7865 used request id req-25242d06-ac9a-4c87-9e46-689ed775923a 2018-10-26 09:32:18,750 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-e1ef740d-9012-4ea-proj-role 2018-10-26 09:32:18,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/2b9015db4d4d4f4fbf5c7b587372cf8b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}316133dcb69ed7cc3442ba63901b84760aa63fab" 2018-10-26 09:32:18,873 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:32:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-19cea891-e49c-426a-9541-fd3658cf50a1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:32:18,873 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/2b9015db4d4d4f4fbf5c7b587372cf8b used request id req-19cea891-e49c-426a-9541-fd3658cf50a1 2018-10-26 09:32:18,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}316133dcb69ed7cc3442ba63901b84760aa63fab" 2018-10-26 09:32:18,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-411516dc-34be-4e8e-bfb1-86a9e8f8a4c7 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:32:18,958 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-411516dc-34be-4e8e-bfb1-86a9e8f8a4c7 2018-10-26 09:32:18,959 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-e1ef740d-9012-4ea-user 2018-10-26 09:32:18,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/ed1f19b626fb469fb17d268eaa377697 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e94ff1f96e6ef04cacf298cb6cf400126a0e5df" 2018-10-26 09:32:19,174 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:32:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-44541f4f-4153-45e6-9b01-072518758ce6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:32:19,174 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/ed1f19b626fb469fb17d268eaa377697 used request id req-44541f4f-4153-45e6-9b01-072518758ce6 2018-10-26 09:32:19,175 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:32:19,568 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:32:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["u39q8fghTcOsmYdi371W8w"], "issued_at": "2018-10-26T09:32:19.000000Z"}} 2018-10-26 09:32:19,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53e0b489c7dfffdc13ac4cb13e6fa76de43ee6f3" 2018-10-26 09:32:19,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11e3cc6e-678d-42dc-9911-1b085399334a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:32:19,646 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-11e3cc6e-678d-42dc-9911-1b085399334a 2018-10-26 09:32:19,647 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:19,648 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:32:20,035 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:32:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["fKVT3FS9Tde0xZE6QjI6Ug"], "issued_at": "2018-10-26T09:32:20.000000Z"}} 2018-10-26 09:32:20,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c796f346796b462e2efc7d01890799792ca4dba8" 2018-10-26 09:32:20,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-939ac313-0f0b-48ec-b5f8-8722f0f2b6ec Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:32:20,123 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-939ac313-0f0b-48ec-b5f8-8722f0f2b6ec 2018-10-26 09:32:20,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:32:20,132 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:32: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:32:20,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-15d5b8ad-5609-491-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c796f346796b462e2efc7d01890799792ca4dba8" 2018-10-26 09:32:20,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d20f9261-5526-45aa-b3c8-266e90f16fab Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-15d5b8ad-5609-491-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:32:20,225 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-15d5b8ad-5609-491-proj used request id req-d20f9261-5526-45aa-b3c8-266e90f16fab 2018-10-26 09:32:20,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c796f346796b462e2efc7d01890799792ca4dba8" 2018-10-26 09:32:20,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97a13765-0c51-4950-b822-0d0b0134ac39 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:32:20,320 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-97a13765-0c51-4950-b822-0d0b0134ac39 2018-10-26 09:32:20,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c796f346796b462e2efc7d01890799792ca4dba8" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-15d5b8ad-5609-491-proj"}}' 2018-10-26 09:32:20,423 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:32:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9ddb34f5-858a-4d95-b66a-93cdd5578878 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/f602eeb346674913a4ccc1cf0c677836"}, "enabled": true, "id": "f602eeb346674913a4ccc1cf0c677836", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-15d5b8ad-5609-491-proj"}} 2018-10-26 09:32:20,423 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-9ddb34f5-858a-4d95-b66a-93cdd5578878 2018-10-26 09:32:20,424 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-15d5b8ad-5609-491-proj 2018-10-26 09:32:20,424 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:20,425 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:32:20,812 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:32:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["9lSJu-AKTu-7AVe3mYYu5w"], "issued_at": "2018-10-26T09:32:20.000000Z"}} 2018-10-26 09:32:20,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9297bb208043a60652d1b43020e41a6c065a1fdf" 2018-10-26 09:32:20,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d70d56b-4f73-49f4-a7d3-f92bc876e4aa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:32:20,901 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-1d70d56b-4f73-49f4-a7d3-f92bc876e4aa 2018-10-26 09:32:20,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:32:20,911 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:32: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:32:20,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9297bb208043a60652d1b43020e41a6c065a1fdf" 2018-10-26 09:32:21,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3201a6f2-6890-4750-862b-bb1f860a8061 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:32:21,016 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-3201a6f2-6890-4750-862b-bb1f860a8061 2018-10-26 09:32:21,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-15d5b8ad-5609-491-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9297bb208043a60652d1b43020e41a6c065a1fdf" 2018-10-26 09:32:21,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0e4e5f0-eccf-4e2f-b308-aded59c31a64 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-15d5b8ad-5609-491-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/f602eeb346674913a4ccc1cf0c677836"}, "enabled": true, "id": "f602eeb346674913a4ccc1cf0c677836", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-15d5b8ad-5609-491-proj"}]} 2018-10-26 09:32:21,111 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-15d5b8ad-5609-491-proj used request id req-f0e4e5f0-eccf-4e2f-b308-aded59c31a64 2018-10-26 09:32:21,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9297bb208043a60652d1b43020e41a6c065a1fdf" 2018-10-26 09:32:21,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22319593-e2ce-4f9f-a809-3c265e37833a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:32:21,198 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-22319593-e2ce-4f9f-a809-3c265e37833a 2018-10-26 09:32:21,555 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-15d5b8ad-5609-491-user 2018-10-26 09:32:21,555 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:21,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c796f346796b462e2efc7d01890799792ca4dba8" 2018-10-26 09:32:21,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4fe2f41-9288-41f8-a44a-35a618bee67f Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:32:21,655 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-e4fe2f41-9288-41f8-a44a-35a618bee67f 2018-10-26 09:32:21,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c796f346796b462e2efc7d01890799792ca4dba8" -d '{"role": {"name": "CreateSecurityGroupTests-15d5b8ad-5609-491-proj-role"}}' 2018-10-26 09:32:21,754 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:32:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e538f989-209c-40a0-b11b-70a478c5d271 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c0b18ea3ad694d1e8163de3fc83f156a", "links": {"self": "http://172.30.9.21:5000/v3/roles/c0b18ea3ad694d1e8163de3fc83f156a"}, "name": "CreateSecurityGroupTests-15d5b8ad-5609-491-proj-role"}} 2018-10-26 09:32:21,754 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-e538f989-209c-40a0-b11b-70a478c5d271 2018-10-26 09:32:21,754 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-15d5b8ad-5609-491-proj-role 2018-10-26 09:32:21,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/c0b18ea3ad694d1e8163de3fc83f156a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c796f346796b462e2efc7d01890799792ca4dba8" 2018-10-26 09:32:21,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d80fb90-97a9-4e2b-b8d9-df645858173a Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/c0b18ea3ad694d1e8163de3fc83f156a"}, "domain_id": null, "name": "CreateSecurityGroupTests-15d5b8ad-5609-491-proj-role", "id": "c0b18ea3ad694d1e8163de3fc83f156a"}} 2018-10-26 09:32:21,844 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/c0b18ea3ad694d1e8163de3fc83f156a used request id req-0d80fb90-97a9-4e2b-b8d9-df645858173a 2018-10-26 09:32:21,844 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-15d5b8ad-5609-491-proj-role to project CreateSecurityGroupTests-15d5b8ad-5609-491-proj 2018-10-26 09:32:21,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/f602eeb346674913a4ccc1cf0c677836/users/a8f9df67dff44ebf92be9c9f11228c40/roles/c0b18ea3ad694d1e8163de3fc83f156a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c796f346796b462e2efc7d01890799792ca4dba8" 2018-10-26 09:32:21,997 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:32:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-40af36ae-68c6-4ca6-a31c-d809901712e9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:32:21,997 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/f602eeb346674913a4ccc1cf0c677836/users/a8f9df67dff44ebf92be9c9f11228c40/roles/c0b18ea3ad694d1e8163de3fc83f156a used request id req-40af36ae-68c6-4ca6-a31c-d809901712e9 2018-10-26 09:32:21,997 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:21,998 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:32:22,381 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:32:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["LrOyxUszTVaFf63bAvDgDw"], "issued_at": "2018-10-26T09:32:22.000000Z"}} 2018-10-26 09:32:22,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aad9400dcbb2ac29723ff715db8335ed162eef5d" 2018-10-26 09:32:22,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26b69863-12c2-4a37-83bb-b50d40051a44 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:32:22,466 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-26b69863-12c2-4a37-83bb-b50d40051a44 2018-10-26 09:32:22,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-facade82-dc63-44ae-aaf6-501013f8d6f5name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aad9400dcbb2ac29723ff715db8335ed162eef5d" 2018-10-26 09:32:22,670 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-1c630cee-d16c-455e-95c7-f196c3646730 Date: Fri, 26 Oct 2018 09:32:22 GMT RESP BODY: {"security_groups": []} 2018-10-26 09:32:22,670 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-facade82-dc63-44ae-aaf6-501013f8d6f5name&description=hello+group used request id req-1c630cee-d16c-455e-95c7-f196c3646730 2018-10-26 09:32:22,671 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-facade82-dc63-44ae-aaf6-501013f8d6f5name... 2018-10-26 09:32:22,671 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-facade82-dc63-44ae-aaf6-501013f8d6f5name 2018-10-26 09:32:22,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:32:22,679 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:32: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:32:22,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-15d5b8ad-5609-491-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aad9400dcbb2ac29723ff715db8335ed162eef5d" 2018-10-26 09:32:22,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6809bddc-c122-4f38-b352-7919f9f6cf50 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-15d5b8ad-5609-491-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/f602eeb346674913a4ccc1cf0c677836"}, "enabled": true, "id": "f602eeb346674913a4ccc1cf0c677836", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-15d5b8ad-5609-491-proj"}]} 2018-10-26 09:32:22,760 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-15d5b8ad-5609-491-proj used request id req-6809bddc-c122-4f38-b352-7919f9f6cf50 2018-10-26 09:32:22,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aad9400dcbb2ac29723ff715db8335ed162eef5d" -d '{"security_group": {"tenant_id": "f602eeb346674913a4ccc1cf0c677836", "name": "CreateSecurityGroupTests-facade82-dc63-44ae-aaf6-501013f8d6f5name", "description": "hello group"}}' 2018-10-26 09:32:23,223 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-23d31218-a01c-465d-86d7-f69a45738fd7 Date: Fri, 26 Oct 2018 09:32:23 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "f602eeb346674913a4ccc1cf0c677836", "created_at": "2018-10-26T09:32:23Z", "updated_at": "2018-10-26T09:32:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:23Z", "revision_number": 0, "id": "08694279-8475-404e-9391-f64957aa2a19", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:23Z", "security_group_id": "4174597c-7c92-4e12-80bf-24e598e125a8", "tenant_id": "f602eeb346674913a4ccc1cf0c677836", "port_range_min": null, "ethertype": "IPv4", "project_id": "f602eeb346674913a4ccc1cf0c677836"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:23Z", "revision_number": 0, "id": "471d8e84-7495-4e63-92d6-9c613cfebb38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:23Z", "security_group_id": "4174597c-7c92-4e12-80bf-24e598e125a8", "tenant_id": "f602eeb346674913a4ccc1cf0c677836", "port_range_min": null, "ethertype": "IPv6", "project_id": "f602eeb346674913a4ccc1cf0c677836"}], "revision_number": 2, "project_id": "f602eeb346674913a4ccc1cf0c677836", "id": "4174597c-7c92-4e12-80bf-24e598e125a8", "name": "CreateSecurityGroupTests-facade82-dc63-44ae-aaf6-501013f8d6f5name"}} 2018-10-26 09:32:23,223 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-23d31218-a01c-465d-86d7-f69a45738fd7 2018-10-26 09:32:23,223 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4174597c-7c92-4e12-80bf-24e598e125a8 2018-10-26 09:32:23,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4174597c-7c92-4e12-80bf-24e598e125a8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aad9400dcbb2ac29723ff715db8335ed162eef5d" 2018-10-26 09:32:23,411 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-0a412cf6-ad7e-4396-8ce7-ea84f454f736 Date: Fri, 26 Oct 2018 09:32:23 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-26T09:32:23Z", "security_group_id": "4174597c-7c92-4e12-80bf-24e598e125a8", "port_range_min": null, "revision_number": 0, "tenant_id": "f602eeb346674913a4ccc1cf0c677836", "created_at": "2018-10-26T09:32:23Z", "project_id": "f602eeb346674913a4ccc1cf0c677836", "id": "08694279-8475-404e-9391-f64957aa2a19"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:23Z", "security_group_id": "4174597c-7c92-4e12-80bf-24e598e125a8", "port_range_min": null, "revision_number": 0, "tenant_id": "f602eeb346674913a4ccc1cf0c677836", "created_at": "2018-10-26T09:32:23Z", "project_id": "f602eeb346674913a4ccc1cf0c677836", "id": "471d8e84-7495-4e63-92d6-9c613cfebb38"}]} 2018-10-26 09:32:23,411 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4174597c-7c92-4e12-80bf-24e598e125a8 used request id req-0a412cf6-ad7e-4396-8ce7-ea84f454f736 2018-10-26 09:32:23,412 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4174597c-7c92-4e12-80bf-24e598e125a8 2018-10-26 09:32:23,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4174597c-7c92-4e12-80bf-24e598e125a8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aad9400dcbb2ac29723ff715db8335ed162eef5d" 2018-10-26 09:32:23,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1aceebac-4e53-445b-ae22-43e3903ad44b Date: Fri, 26 Oct 2018 09:32:23 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-26T09:32:23Z", "security_group_id": "4174597c-7c92-4e12-80bf-24e598e125a8", "port_range_min": null, "revision_number": 0, "tenant_id": "f602eeb346674913a4ccc1cf0c677836", "created_at": "2018-10-26T09:32:23Z", "project_id": "f602eeb346674913a4ccc1cf0c677836", "id": "08694279-8475-404e-9391-f64957aa2a19"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:23Z", "security_group_id": "4174597c-7c92-4e12-80bf-24e598e125a8", "port_range_min": null, "revision_number": 0, "tenant_id": "f602eeb346674913a4ccc1cf0c677836", "created_at": "2018-10-26T09:32:23Z", "project_id": "f602eeb346674913a4ccc1cf0c677836", "id": "471d8e84-7495-4e63-92d6-9c613cfebb38"}]} 2018-10-26 09:32:23,438 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4174597c-7c92-4e12-80bf-24e598e125a8 used request id req-1aceebac-4e53-445b-ae22-43e3903ad44b 2018-10-26 09:32:23,439 - neutron_utils - INFO - Retrieving security group with ID - 4174597c-7c92-4e12-80bf-24e598e125a8 2018-10-26 09:32:23,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=4174597c-7c92-4e12-80bf-24e598e125a8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aad9400dcbb2ac29723ff715db8335ed162eef5d" 2018-10-26 09:32:23,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-dfe3a569-12b5-49c1-9d06-72d96a4539a3 Date: Fri, 26 Oct 2018 09:32:23 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f602eeb346674913a4ccc1cf0c677836", "created_at": "2018-10-26T09:32:23Z", "updated_at": "2018-10-26T09:32:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:23Z", "revision_number": 0, "id": "08694279-8475-404e-9391-f64957aa2a19", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:23Z", "security_group_id": "4174597c-7c92-4e12-80bf-24e598e125a8", "tenant_id": "f602eeb346674913a4ccc1cf0c677836", "port_range_min": null, "ethertype": "IPv4", "project_id": "f602eeb346674913a4ccc1cf0c677836"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:23Z", "revision_number": 0, "id": "471d8e84-7495-4e63-92d6-9c613cfebb38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:23Z", "security_group_id": "4174597c-7c92-4e12-80bf-24e598e125a8", "tenant_id": "f602eeb346674913a4ccc1cf0c677836", "port_range_min": null, "ethertype": "IPv6", "project_id": "f602eeb346674913a4ccc1cf0c677836"}], "revision_number": 2, "project_id": "f602eeb346674913a4ccc1cf0c677836", "id": "4174597c-7c92-4e12-80bf-24e598e125a8", "name": "CreateSecurityGroupTests-facade82-dc63-44ae-aaf6-501013f8d6f5name"}]} 2018-10-26 09:32:23,639 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=4174597c-7c92-4e12-80bf-24e598e125a8 used request id req-dfe3a569-12b5-49c1-9d06-72d96a4539a3 2018-10-26 09:32:23,639 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4174597c-7c92-4e12-80bf-24e598e125a8 2018-10-26 09:32:23,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4174597c-7c92-4e12-80bf-24e598e125a8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aad9400dcbb2ac29723ff715db8335ed162eef5d" 2018-10-26 09:32:23,807 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-afe2cbb2-5421-406d-95e0-2b6b3e6fad8e Date: Fri, 26 Oct 2018 09:32:23 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-26T09:32:23Z", "security_group_id": "4174597c-7c92-4e12-80bf-24e598e125a8", "port_range_min": null, "revision_number": 0, "tenant_id": "f602eeb346674913a4ccc1cf0c677836", "created_at": "2018-10-26T09:32:23Z", "project_id": "f602eeb346674913a4ccc1cf0c677836", "id": "08694279-8475-404e-9391-f64957aa2a19"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:23Z", "security_group_id": "4174597c-7c92-4e12-80bf-24e598e125a8", "port_range_min": null, "revision_number": 0, "tenant_id": "f602eeb346674913a4ccc1cf0c677836", "created_at": "2018-10-26T09:32:23Z", "project_id": "f602eeb346674913a4ccc1cf0c677836", "id": "471d8e84-7495-4e63-92d6-9c613cfebb38"}]} 2018-10-26 09:32:23,807 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4174597c-7c92-4e12-80bf-24e598e125a8 used request id req-afe2cbb2-5421-406d-95e0-2b6b3e6fad8e 2018-10-26 09:32:23,808 - neutron_utils - INFO - Retrieving security group with ID - 4174597c-7c92-4e12-80bf-24e598e125a8 2018-10-26 09:32:23,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=4174597c-7c92-4e12-80bf-24e598e125a8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aad9400dcbb2ac29723ff715db8335ed162eef5d" 2018-10-26 09:32:24,018 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-7f9959a5-eb48-4433-956e-f9bf0d1c20b2 Date: Fri, 26 Oct 2018 09:32:24 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f602eeb346674913a4ccc1cf0c677836", "created_at": "2018-10-26T09:32:23Z", "updated_at": "2018-10-26T09:32:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:23Z", "revision_number": 0, "id": "08694279-8475-404e-9391-f64957aa2a19", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:23Z", "security_group_id": "4174597c-7c92-4e12-80bf-24e598e125a8", "tenant_id": "f602eeb346674913a4ccc1cf0c677836", "port_range_min": null, "ethertype": "IPv4", "project_id": "f602eeb346674913a4ccc1cf0c677836"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:23Z", "revision_number": 0, "id": "471d8e84-7495-4e63-92d6-9c613cfebb38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:23Z", "security_group_id": "4174597c-7c92-4e12-80bf-24e598e125a8", "tenant_id": "f602eeb346674913a4ccc1cf0c677836", "port_range_min": null, "ethertype": "IPv6", "project_id": "f602eeb346674913a4ccc1cf0c677836"}], "revision_number": 2, "project_id": "f602eeb346674913a4ccc1cf0c677836", "id": "4174597c-7c92-4e12-80bf-24e598e125a8", "name": "CreateSecurityGroupTests-facade82-dc63-44ae-aaf6-501013f8d6f5name"}]} 2018-10-26 09:32:24,019 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=4174597c-7c92-4e12-80bf-24e598e125a8 used request id req-7f9959a5-eb48-4433-956e-f9bf0d1c20b2 2018-10-26 09:32:24,019 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4174597c-7c92-4e12-80bf-24e598e125a8 2018-10-26 09:32:24,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4174597c-7c92-4e12-80bf-24e598e125a8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aad9400dcbb2ac29723ff715db8335ed162eef5d" 2018-10-26 09:32:24,044 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-803cf702-4d46-433f-b4f8-4a0ac3b26a53 Date: Fri, 26 Oct 2018 09:32:24 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:23Z", "security_group_id": "4174597c-7c92-4e12-80bf-24e598e125a8", "port_range_min": null, "revision_number": 0, "tenant_id": "f602eeb346674913a4ccc1cf0c677836", "created_at": "2018-10-26T09:32:23Z", "project_id": "f602eeb346674913a4ccc1cf0c677836", "id": "08694279-8475-404e-9391-f64957aa2a19"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:23Z", "security_group_id": "4174597c-7c92-4e12-80bf-24e598e125a8", "port_range_min": null, "revision_number": 0, "tenant_id": "f602eeb346674913a4ccc1cf0c677836", "created_at": "2018-10-26T09:32:23Z", "project_id": "f602eeb346674913a4ccc1cf0c677836", "id": "471d8e84-7495-4e63-92d6-9c613cfebb38"}]} 2018-10-26 09:32:24,044 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4174597c-7c92-4e12-80bf-24e598e125a8 used request id req-803cf702-4d46-433f-b4f8-4a0ac3b26a53 2018-10-26 09:32:24,044 - neutron_utils - INFO - Retrieving security group with ID - 4174597c-7c92-4e12-80bf-24e598e125a8 2018-10-26 09:32:24,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=4174597c-7c92-4e12-80bf-24e598e125a8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aad9400dcbb2ac29723ff715db8335ed162eef5d" 2018-10-26 09:32:24,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-23d19b1d-1fd6-47d9-85a5-181e25df3b03 Date: Fri, 26 Oct 2018 09:32:24 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f602eeb346674913a4ccc1cf0c677836", "created_at": "2018-10-26T09:32:23Z", "updated_at": "2018-10-26T09:32:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:23Z", "revision_number": 0, "id": "08694279-8475-404e-9391-f64957aa2a19", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:23Z", "security_group_id": "4174597c-7c92-4e12-80bf-24e598e125a8", "tenant_id": "f602eeb346674913a4ccc1cf0c677836", "port_range_min": null, "ethertype": "IPv4", "project_id": "f602eeb346674913a4ccc1cf0c677836"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:23Z", "revision_number": 0, "id": "471d8e84-7495-4e63-92d6-9c613cfebb38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:23Z", "security_group_id": "4174597c-7c92-4e12-80bf-24e598e125a8", "tenant_id": "f602eeb346674913a4ccc1cf0c677836", "port_range_min": null, "ethertype": "IPv6", "project_id": "f602eeb346674913a4ccc1cf0c677836"}], "revision_number": 2, "project_id": "f602eeb346674913a4ccc1cf0c677836", "id": "4174597c-7c92-4e12-80bf-24e598e125a8", "name": "CreateSecurityGroupTests-facade82-dc63-44ae-aaf6-501013f8d6f5name"}]} 2018-10-26 09:32:24,090 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=4174597c-7c92-4e12-80bf-24e598e125a8 used request id req-23d19b1d-1fd6-47d9-85a5-181e25df3b03 2018-10-26 09:32:24,090 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4174597c-7c92-4e12-80bf-24e598e125a8 2018-10-26 09:32:24,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4174597c-7c92-4e12-80bf-24e598e125a8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aad9400dcbb2ac29723ff715db8335ed162eef5d" 2018-10-26 09:32:24,115 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-68dd0394-f6c0-42ef-85d1-1ceaa77c4341 Date: Fri, 26 Oct 2018 09:32:24 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:23Z", "security_group_id": "4174597c-7c92-4e12-80bf-24e598e125a8", "port_range_min": null, "revision_number": 0, "tenant_id": "f602eeb346674913a4ccc1cf0c677836", "created_at": "2018-10-26T09:32:23Z", "project_id": "f602eeb346674913a4ccc1cf0c677836", "id": "08694279-8475-404e-9391-f64957aa2a19"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:23Z", "security_group_id": "4174597c-7c92-4e12-80bf-24e598e125a8", "port_range_min": null, "revision_number": 0, "tenant_id": "f602eeb346674913a4ccc1cf0c677836", "created_at": "2018-10-26T09:32:23Z", "project_id": "f602eeb346674913a4ccc1cf0c677836", "id": "471d8e84-7495-4e63-92d6-9c613cfebb38"}]} 2018-10-26 09:32:24,115 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4174597c-7c92-4e12-80bf-24e598e125a8 used request id req-68dd0394-f6c0-42ef-85d1-1ceaa77c4341 2018-10-26 09:32:24,116 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:32:24,494 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c0b18ea3ad694d1e8163de3fc83f156a", "name": "CreateSecurityGroupTests-15d5b8ad-5609-491-proj-role"}], "expires_at": "2018-10-26T10:32:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f602eeb346674913a4ccc1cf0c677836", "name": "CreateSecurityGroupTests-15d5b8ad-5609-491-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f602eeb346674913a4ccc1cf0c677836", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/f602eeb346674913a4ccc1cf0c677836", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/f602eeb346674913a4ccc1cf0c677836", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/f602eeb346674913a4ccc1cf0c677836", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/f602eeb346674913a4ccc1cf0c677836", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/f602eeb346674913a4ccc1cf0c677836", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f602eeb346674913a4ccc1cf0c677836", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/f602eeb346674913a4ccc1cf0c677836", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/f602eeb346674913a4ccc1cf0c677836", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f602eeb346674913a4ccc1cf0c677836", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/f602eeb346674913a4ccc1cf0c677836", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/f602eeb346674913a4ccc1cf0c677836", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-15d5b8ad-5609-491-user", "id": "a8f9df67dff44ebf92be9c9f11228c40"}, "audit_ids": ["FnuKa_vRRaWN56IPLmIkyA"], "issued_at": "2018-10-26T09:32:24.000000Z"}} 2018-10-26 09:32:24,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-facade82-dc63-44ae-aaf6-501013f8d6f5name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c366c2830921eb9335637a5a139c15f8fed2af0" 2018-10-26 09:32:24,688 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-cc93249d-0397-41ad-8d18-a00edef219dc Date: Fri, 26 Oct 2018 09:32:24 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f602eeb346674913a4ccc1cf0c677836", "created_at": "2018-10-26T09:32:23Z", "updated_at": "2018-10-26T09:32:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:23Z", "revision_number": 0, "id": "08694279-8475-404e-9391-f64957aa2a19", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:23Z", "security_group_id": "4174597c-7c92-4e12-80bf-24e598e125a8", "tenant_id": "f602eeb346674913a4ccc1cf0c677836", "port_range_min": null, "ethertype": "IPv4", "project_id": "f602eeb346674913a4ccc1cf0c677836"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:23Z", "revision_number": 0, "id": "471d8e84-7495-4e63-92d6-9c613cfebb38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:23Z", "security_group_id": "4174597c-7c92-4e12-80bf-24e598e125a8", "tenant_id": "f602eeb346674913a4ccc1cf0c677836", "port_range_min": null, "ethertype": "IPv6", "project_id": "f602eeb346674913a4ccc1cf0c677836"}], "revision_number": 2, "project_id": "f602eeb346674913a4ccc1cf0c677836", "id": "4174597c-7c92-4e12-80bf-24e598e125a8", "name": "CreateSecurityGroupTests-facade82-dc63-44ae-aaf6-501013f8d6f5name"}]} 2018-10-26 09:32:24,688 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-facade82-dc63-44ae-aaf6-501013f8d6f5name&description=hello+group used request id req-cc93249d-0397-41ad-8d18-a00edef219dc 2018-10-26 09:32:24,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:32:24,697 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:32:24,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f602eeb346674913a4ccc1cf0c677836 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53e0b489c7dfffdc13ac4cb13e6fa76de43ee6f3" 2018-10-26 09:32:24,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02452124-31ca-4b4a-be09-730b3f31ac09 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/f602eeb346674913a4ccc1cf0c677836"}, "enabled": true, "id": "f602eeb346674913a4ccc1cf0c677836", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-15d5b8ad-5609-491-proj"}} 2018-10-26 09:32:24,786 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f602eeb346674913a4ccc1cf0c677836 used request id req-02452124-31ca-4b4a-be09-730b3f31ac09 2018-10-26 09:32:24,786 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4174597c-7c92-4e12-80bf-24e598e125a8 2018-10-26 09:32:24,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4174597c-7c92-4e12-80bf-24e598e125a8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c366c2830921eb9335637a5a139c15f8fed2af0" 2018-10-26 09:32:24,963 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-49fb3e5a-d46c-432a-b082-da8ca6feb32d Date: Fri, 26 Oct 2018 09:32:24 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:23Z", "security_group_id": "4174597c-7c92-4e12-80bf-24e598e125a8", "port_range_min": null, "revision_number": 0, "tenant_id": "f602eeb346674913a4ccc1cf0c677836", "created_at": "2018-10-26T09:32:23Z", "project_id": "f602eeb346674913a4ccc1cf0c677836", "id": "08694279-8475-404e-9391-f64957aa2a19"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:23Z", "security_group_id": "4174597c-7c92-4e12-80bf-24e598e125a8", "port_range_min": null, "revision_number": 0, "tenant_id": "f602eeb346674913a4ccc1cf0c677836", "created_at": "2018-10-26T09:32:23Z", "project_id": "f602eeb346674913a4ccc1cf0c677836", "id": "471d8e84-7495-4e63-92d6-9c613cfebb38"}]} 2018-10-26 09:32:24,963 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4174597c-7c92-4e12-80bf-24e598e125a8 used request id req-49fb3e5a-d46c-432a-b082-da8ca6feb32d 2018-10-26 09:32:24,964 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4174597c-7c92-4e12-80bf-24e598e125a8 2018-10-26 09:32:24,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4174597c-7c92-4e12-80bf-24e598e125a8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c366c2830921eb9335637a5a139c15f8fed2af0" 2018-10-26 09:32:25,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-40037502-acf8-44f0-9663-6c084be409be Date: Fri, 26 Oct 2018 09:32: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-26T09:32:23Z", "security_group_id": "4174597c-7c92-4e12-80bf-24e598e125a8", "port_range_min": null, "revision_number": 0, "tenant_id": "f602eeb346674913a4ccc1cf0c677836", "created_at": "2018-10-26T09:32:23Z", "project_id": "f602eeb346674913a4ccc1cf0c677836", "id": "08694279-8475-404e-9391-f64957aa2a19"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:23Z", "security_group_id": "4174597c-7c92-4e12-80bf-24e598e125a8", "port_range_min": null, "revision_number": 0, "tenant_id": "f602eeb346674913a4ccc1cf0c677836", "created_at": "2018-10-26T09:32:23Z", "project_id": "f602eeb346674913a4ccc1cf0c677836", "id": "471d8e84-7495-4e63-92d6-9c613cfebb38"}]} 2018-10-26 09:32:25,138 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4174597c-7c92-4e12-80bf-24e598e125a8 used request id req-40037502-acf8-44f0-9663-6c084be409be 2018-10-26 09:32:25,139 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:25,139 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:32:25,527 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c0b18ea3ad694d1e8163de3fc83f156a", "name": "CreateSecurityGroupTests-15d5b8ad-5609-491-proj-role"}], "expires_at": "2018-10-26T10:32:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f602eeb346674913a4ccc1cf0c677836", "name": "CreateSecurityGroupTests-15d5b8ad-5609-491-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f602eeb346674913a4ccc1cf0c677836", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/f602eeb346674913a4ccc1cf0c677836", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/f602eeb346674913a4ccc1cf0c677836", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/f602eeb346674913a4ccc1cf0c677836", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/f602eeb346674913a4ccc1cf0c677836", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/f602eeb346674913a4ccc1cf0c677836", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f602eeb346674913a4ccc1cf0c677836", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/f602eeb346674913a4ccc1cf0c677836", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/f602eeb346674913a4ccc1cf0c677836", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f602eeb346674913a4ccc1cf0c677836", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/f602eeb346674913a4ccc1cf0c677836", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/f602eeb346674913a4ccc1cf0c677836", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-15d5b8ad-5609-491-user", "id": "a8f9df67dff44ebf92be9c9f11228c40"}, "audit_ids": ["W9L9Vd71TBWeZb35QuENGg"], "issued_at": "2018-10-26T09:32:25.000000Z"}} 2018-10-26 09:32:25,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1642760930b3c55f30b40a863bf478881a428e1" 2018-10-26 09:32:25,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7b7bea7-7fba-416d-ab40-8931f62d522e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:32:25,606 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a7b7bea7-7fba-416d-ab40-8931f62d522e 2018-10-26 09:32:25,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-facade82-dc63-44ae-aaf6-501013f8d6f5name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1642760930b3c55f30b40a863bf478881a428e1" 2018-10-26 09:32:25,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-5766d90f-56d5-40e2-8364-461800ca92d6 Date: Fri, 26 Oct 2018 09:32:25 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f602eeb346674913a4ccc1cf0c677836", "created_at": "2018-10-26T09:32:23Z", "updated_at": "2018-10-26T09:32:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:23Z", "revision_number": 0, "id": "08694279-8475-404e-9391-f64957aa2a19", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:23Z", "security_group_id": "4174597c-7c92-4e12-80bf-24e598e125a8", "tenant_id": "f602eeb346674913a4ccc1cf0c677836", "port_range_min": null, "ethertype": "IPv4", "project_id": "f602eeb346674913a4ccc1cf0c677836"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:23Z", "revision_number": 0, "id": "471d8e84-7495-4e63-92d6-9c613cfebb38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:23Z", "security_group_id": "4174597c-7c92-4e12-80bf-24e598e125a8", "tenant_id": "f602eeb346674913a4ccc1cf0c677836", "port_range_min": null, "ethertype": "IPv6", "project_id": "f602eeb346674913a4ccc1cf0c677836"}], "revision_number": 2, "project_id": "f602eeb346674913a4ccc1cf0c677836", "id": "4174597c-7c92-4e12-80bf-24e598e125a8", "name": "CreateSecurityGroupTests-facade82-dc63-44ae-aaf6-501013f8d6f5name"}]} 2018-10-26 09:32:25,797 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-facade82-dc63-44ae-aaf6-501013f8d6f5name used request id req-5766d90f-56d5-40e2-8364-461800ca92d6 2018-10-26 09:32:25,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:32:25,805 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:32:25,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f602eeb346674913a4ccc1cf0c677836 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1642760930b3c55f30b40a863bf478881a428e1" 2018-10-26 09:32:25,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cede1bcf-37d1-47c0-be46-e12c498690a6 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/f602eeb346674913a4ccc1cf0c677836"}, "enabled": true, "id": "f602eeb346674913a4ccc1cf0c677836", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-15d5b8ad-5609-491-proj"}} 2018-10-26 09:32:25,880 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f602eeb346674913a4ccc1cf0c677836 used request id req-cede1bcf-37d1-47c0-be46-e12c498690a6 2018-10-26 09:32:25,880 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4174597c-7c92-4e12-80bf-24e598e125a8 2018-10-26 09:32:25,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4174597c-7c92-4e12-80bf-24e598e125a8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1642760930b3c55f30b40a863bf478881a428e1" 2018-10-26 09:32:26,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-bf9082c5-0945-4da3-9c04-a5407697d601 Date: Fri, 26 Oct 2018 09:32: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-26T09:32:23Z", "security_group_id": "4174597c-7c92-4e12-80bf-24e598e125a8", "port_range_min": null, "revision_number": 0, "tenant_id": "f602eeb346674913a4ccc1cf0c677836", "created_at": "2018-10-26T09:32:23Z", "project_id": "f602eeb346674913a4ccc1cf0c677836", "id": "08694279-8475-404e-9391-f64957aa2a19"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:23Z", "security_group_id": "4174597c-7c92-4e12-80bf-24e598e125a8", "port_range_min": null, "revision_number": 0, "tenant_id": "f602eeb346674913a4ccc1cf0c677836", "created_at": "2018-10-26T09:32:23Z", "project_id": "f602eeb346674913a4ccc1cf0c677836", "id": "471d8e84-7495-4e63-92d6-9c613cfebb38"}]} 2018-10-26 09:32:26,055 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4174597c-7c92-4e12-80bf-24e598e125a8 used request id req-bf9082c5-0945-4da3-9c04-a5407697d601 2018-10-26 09:32:26,056 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4174597c-7c92-4e12-80bf-24e598e125a8 2018-10-26 09:32:26,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4174597c-7c92-4e12-80bf-24e598e125a8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1642760930b3c55f30b40a863bf478881a428e1" 2018-10-26 09:32:26,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-4d67bf14-7b79-4e26-8aa0-a4bc2a7bba96 Date: Fri, 26 Oct 2018 09:32: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-26T09:32:23Z", "security_group_id": "4174597c-7c92-4e12-80bf-24e598e125a8", "port_range_min": null, "revision_number": 0, "tenant_id": "f602eeb346674913a4ccc1cf0c677836", "created_at": "2018-10-26T09:32:23Z", "project_id": "f602eeb346674913a4ccc1cf0c677836", "id": "08694279-8475-404e-9391-f64957aa2a19"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:23Z", "security_group_id": "4174597c-7c92-4e12-80bf-24e598e125a8", "port_range_min": null, "revision_number": 0, "tenant_id": "f602eeb346674913a4ccc1cf0c677836", "created_at": "2018-10-26T09:32:23Z", "project_id": "f602eeb346674913a4ccc1cf0c677836", "id": "471d8e84-7495-4e63-92d6-9c613cfebb38"}]} 2018-10-26 09:32:26,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4174597c-7c92-4e12-80bf-24e598e125a8 used request id req-4d67bf14-7b79-4e26-8aa0-a4bc2a7bba96 2018-10-26 09:32:26,238 - neutron_utils - INFO - Retrieving security group with ID - 4174597c-7c92-4e12-80bf-24e598e125a8 2018-10-26 09:32:26,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=4174597c-7c92-4e12-80bf-24e598e125a8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1642760930b3c55f30b40a863bf478881a428e1" 2018-10-26 09:32:26,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-f07e9cbe-57be-4a8d-afe7-4aabb9e1966a Date: Fri, 26 Oct 2018 09:32:26 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f602eeb346674913a4ccc1cf0c677836", "created_at": "2018-10-26T09:32:23Z", "updated_at": "2018-10-26T09:32:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:23Z", "revision_number": 0, "id": "08694279-8475-404e-9391-f64957aa2a19", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:23Z", "security_group_id": "4174597c-7c92-4e12-80bf-24e598e125a8", "tenant_id": "f602eeb346674913a4ccc1cf0c677836", "port_range_min": null, "ethertype": "IPv4", "project_id": "f602eeb346674913a4ccc1cf0c677836"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:23Z", "revision_number": 0, "id": "471d8e84-7495-4e63-92d6-9c613cfebb38", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:23Z", "security_group_id": "4174597c-7c92-4e12-80bf-24e598e125a8", "tenant_id": "f602eeb346674913a4ccc1cf0c677836", "port_range_min": null, "ethertype": "IPv6", "project_id": "f602eeb346674913a4ccc1cf0c677836"}], "revision_number": 2, "project_id": "f602eeb346674913a4ccc1cf0c677836", "id": "4174597c-7c92-4e12-80bf-24e598e125a8", "name": "CreateSecurityGroupTests-facade82-dc63-44ae-aaf6-501013f8d6f5name"}]} 2018-10-26 09:32:26,432 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=4174597c-7c92-4e12-80bf-24e598e125a8 used request id req-f07e9cbe-57be-4a8d-afe7-4aabb9e1966a 2018-10-26 09:32:26,432 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4174597c-7c92-4e12-80bf-24e598e125a8 2018-10-26 09:32:26,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4174597c-7c92-4e12-80bf-24e598e125a8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1642760930b3c55f30b40a863bf478881a428e1" 2018-10-26 09:32:26,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c9e74847-0b7a-4b58-b1af-18da9acc7ce9 Date: Fri, 26 Oct 2018 09:32: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-26T09:32:23Z", "security_group_id": "4174597c-7c92-4e12-80bf-24e598e125a8", "port_range_min": null, "revision_number": 0, "tenant_id": "f602eeb346674913a4ccc1cf0c677836", "created_at": "2018-10-26T09:32:23Z", "project_id": "f602eeb346674913a4ccc1cf0c677836", "id": "08694279-8475-404e-9391-f64957aa2a19"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:23Z", "security_group_id": "4174597c-7c92-4e12-80bf-24e598e125a8", "port_range_min": null, "revision_number": 0, "tenant_id": "f602eeb346674913a4ccc1cf0c677836", "created_at": "2018-10-26T09:32:23Z", "project_id": "f602eeb346674913a4ccc1cf0c677836", "id": "471d8e84-7495-4e63-92d6-9c613cfebb38"}]} 2018-10-26 09:32:26,610 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4174597c-7c92-4e12-80bf-24e598e125a8 used request id req-c9e74847-0b7a-4b58-b1af-18da9acc7ce9 2018-10-26 09:32:26,611 - neutron_utils - INFO - Deleting security group rule with ID - 471d8e84-7495-4e63-92d6-9c613cfebb38 2018-10-26 09:32:26,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/471d8e84-7495-4e63-92d6-9c613cfebb38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aad9400dcbb2ac29723ff715db8335ed162eef5d" 2018-10-26 09:32:26,702 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-13319d6b-d48c-4fc4-a70d-fb4070373664 Content-Length: 0 Date: Fri, 26 Oct 2018 09:32:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:32:26,703 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/471d8e84-7495-4e63-92d6-9c613cfebb38 used request id req-13319d6b-d48c-4fc4-a70d-fb4070373664 2018-10-26 09:32:26,703 - neutron_utils - INFO - Deleting security group rule with ID - 08694279-8475-404e-9391-f64957aa2a19 2018-10-26 09:32:26,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/08694279-8475-404e-9391-f64957aa2a19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aad9400dcbb2ac29723ff715db8335ed162eef5d" 2018-10-26 09:32:26,946 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c104622a-0576-4bbb-8a89-dac158d862d2 Content-Length: 0 Date: Fri, 26 Oct 2018 09:32:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:32:26,947 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/08694279-8475-404e-9391-f64957aa2a19 used request id req-c104622a-0576-4bbb-8a89-dac158d862d2 2018-10-26 09:32:26,947 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-facade82-dc63-44ae-aaf6-501013f8d6f5name 2018-10-26 09:32:26,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/4174597c-7c92-4e12-80bf-24e598e125a8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aad9400dcbb2ac29723ff715db8335ed162eef5d" 2018-10-26 09:32:27,208 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-177f00d3-f730-4f35-be02-258c3d173dcf Content-Length: 0 Date: Fri, 26 Oct 2018 09:32:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:32:27,208 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/4174597c-7c92-4e12-80bf-24e598e125a8 used request id req-177f00d3-f730-4f35-be02-258c3d173dcf 2018-10-26 09:32:27,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c796f346796b462e2efc7d01890799792ca4dba8" 2018-10-26 09:32:27,434 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-87192754-3081-4d39-ab88-d2ed56c1e8bf Date: Fri, 26 Oct 2018 09:32:27 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "f602eeb346674913a4ccc1cf0c677836", "created_at": "2018-10-26T09:32:22Z", "updated_at": "2018-10-26T09:32:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:23Z", "revision_number": 0, "id": "ca846cc0-78c7-46f3-b04a-358bf7046b5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:23Z", "security_group_id": "026b6eb5-02ab-4880-a10f-7c77e1b05014", "tenant_id": "f602eeb346674913a4ccc1cf0c677836", "port_range_min": null, "ethertype": "IPv4", "project_id": "f602eeb346674913a4ccc1cf0c677836"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:23Z", "revision_number": 0, "id": "58aaaa3d-4d08-4c9d-b2ff-a9bc4ba94006", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:23Z", "security_group_id": "026b6eb5-02ab-4880-a10f-7c77e1b05014", "tenant_id": "f602eeb346674913a4ccc1cf0c677836", "port_range_min": null, "ethertype": "IPv6", "project_id": "f602eeb346674913a4ccc1cf0c677836"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:23Z", "revision_number": 0, "id": "c53e2ae5-2371-47a0-bfe0-b4df7fac5bd7", "remote_group_id": "026b6eb5-02ab-4880-a10f-7c77e1b05014", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:23Z", "security_group_id": "026b6eb5-02ab-4880-a10f-7c77e1b05014", "tenant_id": "f602eeb346674913a4ccc1cf0c677836", "port_range_min": null, "ethertype": "IPv6", "project_id": "f602eeb346674913a4ccc1cf0c677836"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:23Z", "revision_number": 0, "id": "11d40755-73ec-4ca4-ba66-02136869ce8b", "remote_group_id": "026b6eb5-02ab-4880-a10f-7c77e1b05014", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:23Z", "security_group_id": "026b6eb5-02ab-4880-a10f-7c77e1b05014", "tenant_id": "f602eeb346674913a4ccc1cf0c677836", "port_range_min": null, "ethertype": "IPv4", "project_id": "f602eeb346674913a4ccc1cf0c677836"}], "revision_number": 4, "project_id": "f602eeb346674913a4ccc1cf0c677836", "id": "026b6eb5-02ab-4880-a10f-7c77e1b05014", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:32:27,434 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-87192754-3081-4d39-ab88-d2ed56c1e8bf 2018-10-26 09:32:27,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f602eeb346674913a4ccc1cf0c677836 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c796f346796b462e2efc7d01890799792ca4dba8" 2018-10-26 09:32:27,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-899530bd-57bb-4172-8d3d-d266fc77e72d Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/f602eeb346674913a4ccc1cf0c677836"}, "enabled": true, "id": "f602eeb346674913a4ccc1cf0c677836", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-15d5b8ad-5609-491-proj"}} 2018-10-26 09:32:27,526 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f602eeb346674913a4ccc1cf0c677836 used request id req-899530bd-57bb-4172-8d3d-d266fc77e72d 2018-10-26 09:32:27,526 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 026b6eb5-02ab-4880-a10f-7c77e1b05014 2018-10-26 09:32:27,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=026b6eb5-02ab-4880-a10f-7c77e1b05014 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c796f346796b462e2efc7d01890799792ca4dba8" 2018-10-26 09:32:27,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-b81569c0-f949-42ab-8904-169c110dea5a Date: Fri, 26 Oct 2018 09:32:27 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "026b6eb5-02ab-4880-a10f-7c77e1b05014", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:23Z", "security_group_id": "026b6eb5-02ab-4880-a10f-7c77e1b05014", "port_range_min": null, "revision_number": 0, "tenant_id": "f602eeb346674913a4ccc1cf0c677836", "created_at": "2018-10-26T09:32:23Z", "project_id": "f602eeb346674913a4ccc1cf0c677836", "id": "11d40755-73ec-4ca4-ba66-02136869ce8b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:23Z", "security_group_id": "026b6eb5-02ab-4880-a10f-7c77e1b05014", "port_range_min": null, "revision_number": 0, "tenant_id": "f602eeb346674913a4ccc1cf0c677836", "created_at": "2018-10-26T09:32:23Z", "project_id": "f602eeb346674913a4ccc1cf0c677836", "id": "58aaaa3d-4d08-4c9d-b2ff-a9bc4ba94006"}, {"remote_group_id": "026b6eb5-02ab-4880-a10f-7c77e1b05014", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:23Z", "security_group_id": "026b6eb5-02ab-4880-a10f-7c77e1b05014", "port_range_min": null, "revision_number": 0, "tenant_id": "f602eeb346674913a4ccc1cf0c677836", "created_at": "2018-10-26T09:32:23Z", "project_id": "f602eeb346674913a4ccc1cf0c677836", "id": "c53e2ae5-2371-47a0-bfe0-b4df7fac5bd7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:23Z", "security_group_id": "026b6eb5-02ab-4880-a10f-7c77e1b05014", "port_range_min": null, "revision_number": 0, "tenant_id": "f602eeb346674913a4ccc1cf0c677836", "created_at": "2018-10-26T09:32:23Z", "project_id": "f602eeb346674913a4ccc1cf0c677836", "id": "ca846cc0-78c7-46f3-b04a-358bf7046b5f"}]} 2018-10-26 09:32:27,705 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=026b6eb5-02ab-4880-a10f-7c77e1b05014 used request id req-b81569c0-f949-42ab-8904-169c110dea5a 2018-10-26 09:32:27,706 - neutron_utils - INFO - Deleting security group with name - default 2018-10-26 09:32:27,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/026b6eb5-02ab-4880-a10f-7c77e1b05014 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c796f346796b462e2efc7d01890799792ca4dba8" 2018-10-26 09:32:28,198 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-adc9456d-708a-45a2-81af-abc4c501f6f8 Content-Length: 0 Date: Fri, 26 Oct 2018 09:32:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:32:28,199 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/026b6eb5-02ab-4880-a10f-7c77e1b05014 used request id req-adc9456d-708a-45a2-81af-abc4c501f6f8 2018-10-26 09:32:28,199 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-15d5b8ad-5609-491-proj 2018-10-26 09:32:28,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/f602eeb346674913a4ccc1cf0c677836 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c796f346796b462e2efc7d01890799792ca4dba8" 2018-10-26 09:32:28,432 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:32:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5e8708b7-69f7-4e37-8218-b5dacffa9116 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:32:28,432 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/f602eeb346674913a4ccc1cf0c677836 used request id req-5e8708b7-69f7-4e37-8218-b5dacffa9116 2018-10-26 09:32:28,433 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-15d5b8ad-5609-491-proj-role 2018-10-26 09:32:28,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/c0b18ea3ad694d1e8163de3fc83f156a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c796f346796b462e2efc7d01890799792ca4dba8" 2018-10-26 09:32:28,549 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:32:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-43eb4733-aa20-422f-b2b7-e5b3e974d85d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:32:28,549 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/c0b18ea3ad694d1e8163de3fc83f156a used request id req-43eb4733-aa20-422f-b2b7-e5b3e974d85d 2018-10-26 09:32:28,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c796f346796b462e2efc7d01890799792ca4dba8" 2018-10-26 09:32:28,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1a27bfd-97e2-4c1f-b814-8c16e0730f03 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:32:28,646 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c1a27bfd-97e2-4c1f-b814-8c16e0730f03 2018-10-26 09:32:28,647 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-15d5b8ad-5609-491-user 2018-10-26 09:32:28,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/a8f9df67dff44ebf92be9c9f11228c40 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9297bb208043a60652d1b43020e41a6c065a1fdf" 2018-10-26 09:32:28,825 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:32:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0ba401e8-2967-4120-bfec-71d7c6f09ee0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:32:28,826 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/a8f9df67dff44ebf92be9c9f11228c40 used request id req-0ba401e8-2967-4120-bfec-71d7c6f09ee0 2018-10-26 09:32:28,827 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:32:29,233 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:32:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["KkzaquulQyiQucDsCklmgQ"], "issued_at": "2018-10-26T09:32:29.000000Z"}} 2018-10-26 09:32:29,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca56e54a71591d6a98a2207089b4f78ca4d11e8f" 2018-10-26 09:32:29,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d37c239f-3d7c-44a1-8c54-f44f28ba14e4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:32:29,330 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d37c239f-3d7c-44a1-8c54-f44f28ba14e4 2018-10-26 09:32:29,331 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:29,332 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:32:29,714 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:32:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["brozj6sfQqm1CqpqMXkLNA"], "issued_at": "2018-10-26T09:32:29.000000Z"}} 2018-10-26 09:32:29,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf83f71a18b04c991fb1681947e267f43d82953d" 2018-10-26 09:32:29,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f4de682-2d5d-4867-801a-6ff2832e680f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:32:29,814 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-3f4de682-2d5d-4867-801a-6ff2832e680f 2018-10-26 09:32:29,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:32:29,824 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:32:29,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-16a11619-dbe6-4ae-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf83f71a18b04c991fb1681947e267f43d82953d" 2018-10-26 09:32:29,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-721be209-e1d5-4af9-9e54-3c0a0e97ff98 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-16a11619-dbe6-4ae-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:32:29,906 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-16a11619-dbe6-4ae-proj used request id req-721be209-e1d5-4af9-9e54-3c0a0e97ff98 2018-10-26 09:32:29,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf83f71a18b04c991fb1681947e267f43d82953d" 2018-10-26 09:32:29,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9dd0146-48b2-4162-ac86-52000d1e63cd Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:32:29,928 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-c9dd0146-48b2-4162-ac86-52000d1e63cd 2018-10-26 09:32:29,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf83f71a18b04c991fb1681947e267f43d82953d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-16a11619-dbe6-4ae-proj"}}' 2018-10-26 09:32:30,060 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:32:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b2c414c2-5b7d-419a-95df-2995627147a7 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/6b99a75efc3248aea2930234464b42dc"}, "enabled": true, "id": "6b99a75efc3248aea2930234464b42dc", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-16a11619-dbe6-4ae-proj"}} 2018-10-26 09:32:30,061 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-b2c414c2-5b7d-419a-95df-2995627147a7 2018-10-26 09:32:30,061 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-16a11619-dbe6-4ae-proj 2018-10-26 09:32:30,061 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:30,062 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:32:30,437 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:32:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["ItObdNb4TmyJftu9uJWFIA"], "issued_at": "2018-10-26T09:32:30.000000Z"}} 2018-10-26 09:32:30,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32232a2c4c3de76376374dd4a320d26e1614208b" 2018-10-26 09:32:30,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b5f0896-b761-4e0d-af36-50e98ca6bdc8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:32:30,536 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-2b5f0896-b761-4e0d-af36-50e98ca6bdc8 2018-10-26 09:32:30,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:32:30,546 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:32:30,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32232a2c4c3de76376374dd4a320d26e1614208b" 2018-10-26 09:32:30,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42e70a74-e7db-4b1c-bcce-a0468b520750 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:32:30,644 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-42e70a74-e7db-4b1c-bcce-a0468b520750 2018-10-26 09:32:30,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-16a11619-dbe6-4ae-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32232a2c4c3de76376374dd4a320d26e1614208b" 2018-10-26 09:32:30,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d599243e-2925-43be-836d-cf960a07292b Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-16a11619-dbe6-4ae-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/6b99a75efc3248aea2930234464b42dc"}, "enabled": true, "id": "6b99a75efc3248aea2930234464b42dc", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-16a11619-dbe6-4ae-proj"}]} 2018-10-26 09:32:30,741 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-16a11619-dbe6-4ae-proj used request id req-d599243e-2925-43be-836d-cf960a07292b 2018-10-26 09:32:30,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32232a2c4c3de76376374dd4a320d26e1614208b" 2018-10-26 09:32:30,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66876561-ba4d-4af1-89db-0d7a3b2d3465 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:32:30,836 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-66876561-ba4d-4af1-89db-0d7a3b2d3465 2018-10-26 09:32:31,204 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-16a11619-dbe6-4ae-user 2018-10-26 09:32:31,204 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:31,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf83f71a18b04c991fb1681947e267f43d82953d" 2018-10-26 09:32:31,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-095adea4-7b71-402c-a0b2-3d299626499f Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:32:31,297 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-095adea4-7b71-402c-a0b2-3d299626499f 2018-10-26 09:32:31,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf83f71a18b04c991fb1681947e267f43d82953d" -d '{"role": {"name": "CreateSecurityGroupTests-16a11619-dbe6-4ae-proj-role"}}' 2018-10-26 09:32:31,403 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:32:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-675f9946-2eaa-4137-97a7-5a803ababe00 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0c248a2aaae44079963fa374e808ea0c", "links": {"self": "http://172.30.9.21:5000/v3/roles/0c248a2aaae44079963fa374e808ea0c"}, "name": "CreateSecurityGroupTests-16a11619-dbe6-4ae-proj-role"}} 2018-10-26 09:32:31,403 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-675f9946-2eaa-4137-97a7-5a803ababe00 2018-10-26 09:32:31,403 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-16a11619-dbe6-4ae-proj-role 2018-10-26 09:32:31,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/0c248a2aaae44079963fa374e808ea0c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf83f71a18b04c991fb1681947e267f43d82953d" 2018-10-26 09:32:31,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d722b0b6-5c5a-477b-a8b0-84c1a8a83d81 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/0c248a2aaae44079963fa374e808ea0c"}, "domain_id": null, "name": "CreateSecurityGroupTests-16a11619-dbe6-4ae-proj-role", "id": "0c248a2aaae44079963fa374e808ea0c"}} 2018-10-26 09:32:31,422 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/0c248a2aaae44079963fa374e808ea0c used request id req-d722b0b6-5c5a-477b-a8b0-84c1a8a83d81 2018-10-26 09:32:31,422 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-16a11619-dbe6-4ae-proj-role to project CreateSecurityGroupTests-16a11619-dbe6-4ae-proj 2018-10-26 09:32:31,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/6b99a75efc3248aea2930234464b42dc/users/e4c02112bd61421794b7b2d2ddb909c0/roles/0c248a2aaae44079963fa374e808ea0c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf83f71a18b04c991fb1681947e267f43d82953d" 2018-10-26 09:32:31,558 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:32:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b3191bdf-6ba5-4105-88ba-184581378bdb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:32:31,558 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/6b99a75efc3248aea2930234464b42dc/users/e4c02112bd61421794b7b2d2ddb909c0/roles/0c248a2aaae44079963fa374e808ea0c used request id req-b3191bdf-6ba5-4105-88ba-184581378bdb 2018-10-26 09:32:31,559 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:31,560 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:32:31,953 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:32:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["avPk8anDRquSQM3ks4qA7g"], "issued_at": "2018-10-26T09:32:31.000000Z"}} 2018-10-26 09:32:31,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2bf20b5aeb30e48354f0abe1cfd26b2c976d5c" 2018-10-26 09:32:32,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fc1c984-43d8-4d37-bb79-e93d788571a4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:32:32,031 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-2fc1c984-43d8-4d37-bb79-e93d788571a4 2018-10-26 09:32:32,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9d606bbf-b3f8-446b-9529-7fa6724945d4name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2bf20b5aeb30e48354f0abe1cfd26b2c976d5c" 2018-10-26 09:32:32,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-353c29c8-348d-44a2-9789-7cc02c85f691 Date: Fri, 26 Oct 2018 09:32:32 GMT RESP BODY: {"security_groups": []} 2018-10-26 09:32:32,316 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9d606bbf-b3f8-446b-9529-7fa6724945d4name&description=hello+group used request id req-353c29c8-348d-44a2-9789-7cc02c85f691 2018-10-26 09:32:32,316 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-9d606bbf-b3f8-446b-9529-7fa6724945d4name... 2018-10-26 09:32:32,317 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-9d606bbf-b3f8-446b-9529-7fa6724945d4name 2018-10-26 09:32:32,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:32:32,325 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:32: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:32:32,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-16a11619-dbe6-4ae-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2bf20b5aeb30e48354f0abe1cfd26b2c976d5c" 2018-10-26 09:32:32,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-308f8700-7f3a-4051-8f4e-4fe40cfef06a Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-16a11619-dbe6-4ae-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/6b99a75efc3248aea2930234464b42dc"}, "enabled": true, "id": "6b99a75efc3248aea2930234464b42dc", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-16a11619-dbe6-4ae-proj"}]} 2018-10-26 09:32:32,416 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-16a11619-dbe6-4ae-proj used request id req-308f8700-7f3a-4051-8f4e-4fe40cfef06a 2018-10-26 09:32:32,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2bf20b5aeb30e48354f0abe1cfd26b2c976d5c" -d '{"security_group": {"tenant_id": "6b99a75efc3248aea2930234464b42dc", "name": "CreateSecurityGroupTests-9d606bbf-b3f8-446b-9529-7fa6724945d4name", "description": "hello group"}}' 2018-10-26 09:32:32,885 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-45eac7e3-3239-4023-b03b-b3982be8780d Date: Fri, 26 Oct 2018 09:32:32 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "6b99a75efc3248aea2930234464b42dc", "created_at": "2018-10-26T09:32:32Z", "updated_at": "2018-10-26T09:32:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:32Z", "revision_number": 0, "id": "c4444d30-b0e1-4842-95c8-4a0fa7ba22ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:32Z", "security_group_id": "9aac5495-16da-4e88-9d26-349cd2284218", "tenant_id": "6b99a75efc3248aea2930234464b42dc", "port_range_min": null, "ethertype": "IPv4", "project_id": "6b99a75efc3248aea2930234464b42dc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:32Z", "revision_number": 0, "id": "de2061fa-bc02-455c-abb0-b9a440155f67", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:32Z", "security_group_id": "9aac5495-16da-4e88-9d26-349cd2284218", "tenant_id": "6b99a75efc3248aea2930234464b42dc", "port_range_min": null, "ethertype": "IPv6", "project_id": "6b99a75efc3248aea2930234464b42dc"}], "revision_number": 2, "project_id": "6b99a75efc3248aea2930234464b42dc", "id": "9aac5495-16da-4e88-9d26-349cd2284218", "name": "CreateSecurityGroupTests-9d606bbf-b3f8-446b-9529-7fa6724945d4name"}} 2018-10-26 09:32:32,885 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-45eac7e3-3239-4023-b03b-b3982be8780d 2018-10-26 09:32:32,886 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9aac5495-16da-4e88-9d26-349cd2284218 2018-10-26 09:32:32,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=9aac5495-16da-4e88-9d26-349cd2284218 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2bf20b5aeb30e48354f0abe1cfd26b2c976d5c" 2018-10-26 09:32:33,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-802fcd6d-5055-41f8-bc64-cf0700069364 Date: Fri, 26 Oct 2018 09:32: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-26T09:32:32Z", "security_group_id": "9aac5495-16da-4e88-9d26-349cd2284218", "port_range_min": null, "revision_number": 0, "tenant_id": "6b99a75efc3248aea2930234464b42dc", "created_at": "2018-10-26T09:32:32Z", "project_id": "6b99a75efc3248aea2930234464b42dc", "id": "c4444d30-b0e1-4842-95c8-4a0fa7ba22ae"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:32Z", "security_group_id": "9aac5495-16da-4e88-9d26-349cd2284218", "port_range_min": null, "revision_number": 0, "tenant_id": "6b99a75efc3248aea2930234464b42dc", "created_at": "2018-10-26T09:32:32Z", "project_id": "6b99a75efc3248aea2930234464b42dc", "id": "de2061fa-bc02-455c-abb0-b9a440155f67"}]} 2018-10-26 09:32:33,060 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=9aac5495-16da-4e88-9d26-349cd2284218 used request id req-802fcd6d-5055-41f8-bc64-cf0700069364 2018-10-26 09:32:33,061 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9aac5495-16da-4e88-9d26-349cd2284218 2018-10-26 09:32:33,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=9aac5495-16da-4e88-9d26-349cd2284218 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2bf20b5aeb30e48354f0abe1cfd26b2c976d5c" 2018-10-26 09:32:33,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-87478dd5-81e4-4f6a-9844-1ebc918e08df Date: Fri, 26 Oct 2018 09:32: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-26T09:32:32Z", "security_group_id": "9aac5495-16da-4e88-9d26-349cd2284218", "port_range_min": null, "revision_number": 0, "tenant_id": "6b99a75efc3248aea2930234464b42dc", "created_at": "2018-10-26T09:32:32Z", "project_id": "6b99a75efc3248aea2930234464b42dc", "id": "c4444d30-b0e1-4842-95c8-4a0fa7ba22ae"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:32Z", "security_group_id": "9aac5495-16da-4e88-9d26-349cd2284218", "port_range_min": null, "revision_number": 0, "tenant_id": "6b99a75efc3248aea2930234464b42dc", "created_at": "2018-10-26T09:32:32Z", "project_id": "6b99a75efc3248aea2930234464b42dc", "id": "de2061fa-bc02-455c-abb0-b9a440155f67"}]} 2018-10-26 09:32:33,244 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=9aac5495-16da-4e88-9d26-349cd2284218 used request id req-87478dd5-81e4-4f6a-9844-1ebc918e08df 2018-10-26 09:32:33,244 - neutron_utils - INFO - Retrieving security group with ID - 9aac5495-16da-4e88-9d26-349cd2284218 2018-10-26 09:32:33,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=9aac5495-16da-4e88-9d26-349cd2284218 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2bf20b5aeb30e48354f0abe1cfd26b2c976d5c" 2018-10-26 09:32:33,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-9eb36559-7c62-4160-b718-d03d65df2f4a Date: Fri, 26 Oct 2018 09:32:33 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "6b99a75efc3248aea2930234464b42dc", "created_at": "2018-10-26T09:32:32Z", "updated_at": "2018-10-26T09:32:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:32Z", "revision_number": 0, "id": "c4444d30-b0e1-4842-95c8-4a0fa7ba22ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:32Z", "security_group_id": "9aac5495-16da-4e88-9d26-349cd2284218", "tenant_id": "6b99a75efc3248aea2930234464b42dc", "port_range_min": null, "ethertype": "IPv4", "project_id": "6b99a75efc3248aea2930234464b42dc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:32Z", "revision_number": 0, "id": "de2061fa-bc02-455c-abb0-b9a440155f67", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:32Z", "security_group_id": "9aac5495-16da-4e88-9d26-349cd2284218", "tenant_id": "6b99a75efc3248aea2930234464b42dc", "port_range_min": null, "ethertype": "IPv6", "project_id": "6b99a75efc3248aea2930234464b42dc"}], "revision_number": 2, "project_id": "6b99a75efc3248aea2930234464b42dc", "id": "9aac5495-16da-4e88-9d26-349cd2284218", "name": "CreateSecurityGroupTests-9d606bbf-b3f8-446b-9529-7fa6724945d4name"}]} 2018-10-26 09:32:33,451 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=9aac5495-16da-4e88-9d26-349cd2284218 used request id req-9eb36559-7c62-4160-b718-d03d65df2f4a 2018-10-26 09:32:33,451 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9aac5495-16da-4e88-9d26-349cd2284218 2018-10-26 09:32:33,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=9aac5495-16da-4e88-9d26-349cd2284218 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2bf20b5aeb30e48354f0abe1cfd26b2c976d5c" 2018-10-26 09:32:33,619 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b28f6d3d-6436-44e3-801a-bf23ff1d1918 Date: Fri, 26 Oct 2018 09:32: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-26T09:32:32Z", "security_group_id": "9aac5495-16da-4e88-9d26-349cd2284218", "port_range_min": null, "revision_number": 0, "tenant_id": "6b99a75efc3248aea2930234464b42dc", "created_at": "2018-10-26T09:32:32Z", "project_id": "6b99a75efc3248aea2930234464b42dc", "id": "c4444d30-b0e1-4842-95c8-4a0fa7ba22ae"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:32Z", "security_group_id": "9aac5495-16da-4e88-9d26-349cd2284218", "port_range_min": null, "revision_number": 0, "tenant_id": "6b99a75efc3248aea2930234464b42dc", "created_at": "2018-10-26T09:32:32Z", "project_id": "6b99a75efc3248aea2930234464b42dc", "id": "de2061fa-bc02-455c-abb0-b9a440155f67"}]} 2018-10-26 09:32:33,619 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=9aac5495-16da-4e88-9d26-349cd2284218 used request id req-b28f6d3d-6436-44e3-801a-bf23ff1d1918 2018-10-26 09:32:33,619 - neutron_utils - INFO - Retrieving security group with ID - 9aac5495-16da-4e88-9d26-349cd2284218 2018-10-26 09:32:33,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=9aac5495-16da-4e88-9d26-349cd2284218 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2bf20b5aeb30e48354f0abe1cfd26b2c976d5c" 2018-10-26 09:32:33,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-b8ca00cc-2026-4ed4-add0-5bf162edd6ac Date: Fri, 26 Oct 2018 09:32:33 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "6b99a75efc3248aea2930234464b42dc", "created_at": "2018-10-26T09:32:32Z", "updated_at": "2018-10-26T09:32:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:32Z", "revision_number": 0, "id": "c4444d30-b0e1-4842-95c8-4a0fa7ba22ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:32Z", "security_group_id": "9aac5495-16da-4e88-9d26-349cd2284218", "tenant_id": "6b99a75efc3248aea2930234464b42dc", "port_range_min": null, "ethertype": "IPv4", "project_id": "6b99a75efc3248aea2930234464b42dc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:32Z", "revision_number": 0, "id": "de2061fa-bc02-455c-abb0-b9a440155f67", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:32Z", "security_group_id": "9aac5495-16da-4e88-9d26-349cd2284218", "tenant_id": "6b99a75efc3248aea2930234464b42dc", "port_range_min": null, "ethertype": "IPv6", "project_id": "6b99a75efc3248aea2930234464b42dc"}], "revision_number": 2, "project_id": "6b99a75efc3248aea2930234464b42dc", "id": "9aac5495-16da-4e88-9d26-349cd2284218", "name": "CreateSecurityGroupTests-9d606bbf-b3f8-446b-9529-7fa6724945d4name"}]} 2018-10-26 09:32:33,841 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=9aac5495-16da-4e88-9d26-349cd2284218 used request id req-b8ca00cc-2026-4ed4-add0-5bf162edd6ac 2018-10-26 09:32:33,841 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9aac5495-16da-4e88-9d26-349cd2284218 2018-10-26 09:32:33,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=9aac5495-16da-4e88-9d26-349cd2284218 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2bf20b5aeb30e48354f0abe1cfd26b2c976d5c" 2018-10-26 09:32:33,865 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-4a9a63e9-2c6d-4b66-9773-1694606c9176 Date: Fri, 26 Oct 2018 09:32: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-26T09:32:32Z", "security_group_id": "9aac5495-16da-4e88-9d26-349cd2284218", "port_range_min": null, "revision_number": 0, "tenant_id": "6b99a75efc3248aea2930234464b42dc", "created_at": "2018-10-26T09:32:32Z", "project_id": "6b99a75efc3248aea2930234464b42dc", "id": "c4444d30-b0e1-4842-95c8-4a0fa7ba22ae"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:32Z", "security_group_id": "9aac5495-16da-4e88-9d26-349cd2284218", "port_range_min": null, "revision_number": 0, "tenant_id": "6b99a75efc3248aea2930234464b42dc", "created_at": "2018-10-26T09:32:32Z", "project_id": "6b99a75efc3248aea2930234464b42dc", "id": "de2061fa-bc02-455c-abb0-b9a440155f67"}]} 2018-10-26 09:32:33,865 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=9aac5495-16da-4e88-9d26-349cd2284218 used request id req-4a9a63e9-2c6d-4b66-9773-1694606c9176 2018-10-26 09:32:33,866 - neutron_utils - INFO - Retrieving security group with ID - 9aac5495-16da-4e88-9d26-349cd2284218 2018-10-26 09:32:33,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=9aac5495-16da-4e88-9d26-349cd2284218 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2bf20b5aeb30e48354f0abe1cfd26b2c976d5c" 2018-10-26 09:32:34,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-9bf43b37-5143-4097-a9d8-550950e47c11 Date: Fri, 26 Oct 2018 09:32:34 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "6b99a75efc3248aea2930234464b42dc", "created_at": "2018-10-26T09:32:32Z", "updated_at": "2018-10-26T09:32:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:32Z", "revision_number": 0, "id": "c4444d30-b0e1-4842-95c8-4a0fa7ba22ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:32Z", "security_group_id": "9aac5495-16da-4e88-9d26-349cd2284218", "tenant_id": "6b99a75efc3248aea2930234464b42dc", "port_range_min": null, "ethertype": "IPv4", "project_id": "6b99a75efc3248aea2930234464b42dc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:32Z", "revision_number": 0, "id": "de2061fa-bc02-455c-abb0-b9a440155f67", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:32Z", "security_group_id": "9aac5495-16da-4e88-9d26-349cd2284218", "tenant_id": "6b99a75efc3248aea2930234464b42dc", "port_range_min": null, "ethertype": "IPv6", "project_id": "6b99a75efc3248aea2930234464b42dc"}], "revision_number": 2, "project_id": "6b99a75efc3248aea2930234464b42dc", "id": "9aac5495-16da-4e88-9d26-349cd2284218", "name": "CreateSecurityGroupTests-9d606bbf-b3f8-446b-9529-7fa6724945d4name"}]} 2018-10-26 09:32:34,078 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=9aac5495-16da-4e88-9d26-349cd2284218 used request id req-9bf43b37-5143-4097-a9d8-550950e47c11 2018-10-26 09:32:34,079 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9aac5495-16da-4e88-9d26-349cd2284218 2018-10-26 09:32:34,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=9aac5495-16da-4e88-9d26-349cd2284218 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2bf20b5aeb30e48354f0abe1cfd26b2c976d5c" 2018-10-26 09:32:34,253 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b613971c-c91b-4fc4-8865-377538d0fabd Date: Fri, 26 Oct 2018 09:32: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-26T09:32:32Z", "security_group_id": "9aac5495-16da-4e88-9d26-349cd2284218", "port_range_min": null, "revision_number": 0, "tenant_id": "6b99a75efc3248aea2930234464b42dc", "created_at": "2018-10-26T09:32:32Z", "project_id": "6b99a75efc3248aea2930234464b42dc", "id": "c4444d30-b0e1-4842-95c8-4a0fa7ba22ae"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:32Z", "security_group_id": "9aac5495-16da-4e88-9d26-349cd2284218", "port_range_min": null, "revision_number": 0, "tenant_id": "6b99a75efc3248aea2930234464b42dc", "created_at": "2018-10-26T09:32:32Z", "project_id": "6b99a75efc3248aea2930234464b42dc", "id": "de2061fa-bc02-455c-abb0-b9a440155f67"}]} 2018-10-26 09:32:34,253 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=9aac5495-16da-4e88-9d26-349cd2284218 used request id req-b613971c-c91b-4fc4-8865-377538d0fabd 2018-10-26 09:32:34,254 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:32:34,622 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0c248a2aaae44079963fa374e808ea0c", "name": "CreateSecurityGroupTests-16a11619-dbe6-4ae-proj-role"}], "expires_at": "2018-10-26T10:32:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6b99a75efc3248aea2930234464b42dc", "name": "CreateSecurityGroupTests-16a11619-dbe6-4ae-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/6b99a75efc3248aea2930234464b42dc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/6b99a75efc3248aea2930234464b42dc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/6b99a75efc3248aea2930234464b42dc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/6b99a75efc3248aea2930234464b42dc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/6b99a75efc3248aea2930234464b42dc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/6b99a75efc3248aea2930234464b42dc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/6b99a75efc3248aea2930234464b42dc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/6b99a75efc3248aea2930234464b42dc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/6b99a75efc3248aea2930234464b42dc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/6b99a75efc3248aea2930234464b42dc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/6b99a75efc3248aea2930234464b42dc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/6b99a75efc3248aea2930234464b42dc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-16a11619-dbe6-4ae-user", "id": "e4c02112bd61421794b7b2d2ddb909c0"}, "audit_ids": ["1Kui525vS-KqqMWWjXRMdg"], "issued_at": "2018-10-26T09:32:34.000000Z"}} 2018-10-26 09:32:34,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9d606bbf-b3f8-446b-9529-7fa6724945d4name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5575f7b3b64739f3e88ff5c46aad1542b75db3e6" 2018-10-26 09:32:34,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-faf1aafd-329c-4b84-aab9-ff1b38b5ff5d Date: Fri, 26 Oct 2018 09:32:34 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "6b99a75efc3248aea2930234464b42dc", "created_at": "2018-10-26T09:32:32Z", "updated_at": "2018-10-26T09:32:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:32Z", "revision_number": 0, "id": "c4444d30-b0e1-4842-95c8-4a0fa7ba22ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:32Z", "security_group_id": "9aac5495-16da-4e88-9d26-349cd2284218", "tenant_id": "6b99a75efc3248aea2930234464b42dc", "port_range_min": null, "ethertype": "IPv4", "project_id": "6b99a75efc3248aea2930234464b42dc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:32Z", "revision_number": 0, "id": "de2061fa-bc02-455c-abb0-b9a440155f67", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:32Z", "security_group_id": "9aac5495-16da-4e88-9d26-349cd2284218", "tenant_id": "6b99a75efc3248aea2930234464b42dc", "port_range_min": null, "ethertype": "IPv6", "project_id": "6b99a75efc3248aea2930234464b42dc"}], "revision_number": 2, "project_id": "6b99a75efc3248aea2930234464b42dc", "id": "9aac5495-16da-4e88-9d26-349cd2284218", "name": "CreateSecurityGroupTests-9d606bbf-b3f8-446b-9529-7fa6724945d4name"}]} 2018-10-26 09:32:34,844 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9d606bbf-b3f8-446b-9529-7fa6724945d4name&description=hello+group used request id req-faf1aafd-329c-4b84-aab9-ff1b38b5ff5d 2018-10-26 09:32:34,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:32:34,852 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:32:34,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/6b99a75efc3248aea2930234464b42dc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca56e54a71591d6a98a2207089b4f78ca4d11e8f" 2018-10-26 09:32:34,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e6a1f18-eb7b-4023-94d3-74bdce104cb4 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/6b99a75efc3248aea2930234464b42dc"}, "enabled": true, "id": "6b99a75efc3248aea2930234464b42dc", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-16a11619-dbe6-4ae-proj"}} 2018-10-26 09:32:34,953 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/6b99a75efc3248aea2930234464b42dc used request id req-6e6a1f18-eb7b-4023-94d3-74bdce104cb4 2018-10-26 09:32:34,953 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9aac5495-16da-4e88-9d26-349cd2284218 2018-10-26 09:32:34,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=9aac5495-16da-4e88-9d26-349cd2284218 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5575f7b3b64739f3e88ff5c46aad1542b75db3e6" 2018-10-26 09:32:35,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3d74d5d5-aea9-4f46-bab5-c600a02acd29 Date: Fri, 26 Oct 2018 09:32: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-26T09:32:32Z", "security_group_id": "9aac5495-16da-4e88-9d26-349cd2284218", "port_range_min": null, "revision_number": 0, "tenant_id": "6b99a75efc3248aea2930234464b42dc", "created_at": "2018-10-26T09:32:32Z", "project_id": "6b99a75efc3248aea2930234464b42dc", "id": "c4444d30-b0e1-4842-95c8-4a0fa7ba22ae"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:32Z", "security_group_id": "9aac5495-16da-4e88-9d26-349cd2284218", "port_range_min": null, "revision_number": 0, "tenant_id": "6b99a75efc3248aea2930234464b42dc", "created_at": "2018-10-26T09:32:32Z", "project_id": "6b99a75efc3248aea2930234464b42dc", "id": "de2061fa-bc02-455c-abb0-b9a440155f67"}]} 2018-10-26 09:32:35,117 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=9aac5495-16da-4e88-9d26-349cd2284218 used request id req-3d74d5d5-aea9-4f46-bab5-c600a02acd29 2018-10-26 09:32:35,117 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9aac5495-16da-4e88-9d26-349cd2284218 2018-10-26 09:32:35,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=9aac5495-16da-4e88-9d26-349cd2284218 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5575f7b3b64739f3e88ff5c46aad1542b75db3e6" 2018-10-26 09:32:35,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-80e7ae1c-04f4-46da-b8b8-c2946f797c78 Date: Fri, 26 Oct 2018 09:32: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-26T09:32:32Z", "security_group_id": "9aac5495-16da-4e88-9d26-349cd2284218", "port_range_min": null, "revision_number": 0, "tenant_id": "6b99a75efc3248aea2930234464b42dc", "created_at": "2018-10-26T09:32:32Z", "project_id": "6b99a75efc3248aea2930234464b42dc", "id": "c4444d30-b0e1-4842-95c8-4a0fa7ba22ae"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:32Z", "security_group_id": "9aac5495-16da-4e88-9d26-349cd2284218", "port_range_min": null, "revision_number": 0, "tenant_id": "6b99a75efc3248aea2930234464b42dc", "created_at": "2018-10-26T09:32:32Z", "project_id": "6b99a75efc3248aea2930234464b42dc", "id": "de2061fa-bc02-455c-abb0-b9a440155f67"}]} 2018-10-26 09:32:35,302 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=9aac5495-16da-4e88-9d26-349cd2284218 used request id req-80e7ae1c-04f4-46da-b8b8-c2946f797c78 2018-10-26 09:32:35,303 - neutron_utils - INFO - Deleting security group rule with ID - c4444d30-b0e1-4842-95c8-4a0fa7ba22ae 2018-10-26 09:32:35,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/c4444d30-b0e1-4842-95c8-4a0fa7ba22ae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2bf20b5aeb30e48354f0abe1cfd26b2c976d5c" 2018-10-26 09:32:35,569 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d4f0e775-40d2-403f-97e6-7cfce53e1c4f Content-Length: 0 Date: Fri, 26 Oct 2018 09:32:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:32:35,569 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/c4444d30-b0e1-4842-95c8-4a0fa7ba22ae used request id req-d4f0e775-40d2-403f-97e6-7cfce53e1c4f 2018-10-26 09:32:35,569 - neutron_utils - INFO - Deleting security group rule with ID - de2061fa-bc02-455c-abb0-b9a440155f67 2018-10-26 09:32:35,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/de2061fa-bc02-455c-abb0-b9a440155f67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2bf20b5aeb30e48354f0abe1cfd26b2c976d5c" 2018-10-26 09:32:35,797 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d1211240-75dc-4dee-9423-274b8b7ad959 Content-Length: 0 Date: Fri, 26 Oct 2018 09:32:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:32:35,797 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/de2061fa-bc02-455c-abb0-b9a440155f67 used request id req-d1211240-75dc-4dee-9423-274b8b7ad959 2018-10-26 09:32:35,797 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-9d606bbf-b3f8-446b-9529-7fa6724945d4name 2018-10-26 09:32:35,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/9aac5495-16da-4e88-9d26-349cd2284218 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd2bf20b5aeb30e48354f0abe1cfd26b2c976d5c" 2018-10-26 09:32:36,070 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0128d1d4-ca65-499e-8e9d-58cd7380eedf Content-Length: 0 Date: Fri, 26 Oct 2018 09:32:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:32:36,071 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/9aac5495-16da-4e88-9d26-349cd2284218 used request id req-0128d1d4-ca65-499e-8e9d-58cd7380eedf 2018-10-26 09:32:36,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf83f71a18b04c991fb1681947e267f43d82953d" 2018-10-26 09:32:36,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-ae0b5224-03d1-46d5-8d9f-9f33db921082 Date: Fri, 26 Oct 2018 09:32:36 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6b99a75efc3248aea2930234464b42dc", "created_at": "2018-10-26T09:32:32Z", "updated_at": "2018-10-26T09:32:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:32Z", "revision_number": 0, "id": "d60ed8ff-9ba3-4017-9dce-99b51be5a6c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:32Z", "security_group_id": "7e8c9691-1fe3-4df5-a53c-e711cf324b4d", "tenant_id": "6b99a75efc3248aea2930234464b42dc", "port_range_min": null, "ethertype": "IPv6", "project_id": "6b99a75efc3248aea2930234464b42dc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:32Z", "revision_number": 0, "id": "bd0c0cf8-1c8b-416a-b2f9-a2ae8e726158", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:32Z", "security_group_id": "7e8c9691-1fe3-4df5-a53c-e711cf324b4d", "tenant_id": "6b99a75efc3248aea2930234464b42dc", "port_range_min": null, "ethertype": "IPv4", "project_id": "6b99a75efc3248aea2930234464b42dc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:32Z", "revision_number": 0, "id": "b03f808e-dada-4f70-8ee1-a5e86db3c8f5", "remote_group_id": "7e8c9691-1fe3-4df5-a53c-e711cf324b4d", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:32Z", "security_group_id": "7e8c9691-1fe3-4df5-a53c-e711cf324b4d", "tenant_id": "6b99a75efc3248aea2930234464b42dc", "port_range_min": null, "ethertype": "IPv4", "project_id": "6b99a75efc3248aea2930234464b42dc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:32Z", "revision_number": 0, "id": "0dd5d9bd-4e1e-4cd3-96f3-20a9431b51f2", "remote_group_id": "7e8c9691-1fe3-4df5-a53c-e711cf324b4d", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:32Z", "security_group_id": "7e8c9691-1fe3-4df5-a53c-e711cf324b4d", "tenant_id": "6b99a75efc3248aea2930234464b42dc", "port_range_min": null, "ethertype": "IPv6", "project_id": "6b99a75efc3248aea2930234464b42dc"}], "revision_number": 4, "project_id": "6b99a75efc3248aea2930234464b42dc", "id": "7e8c9691-1fe3-4df5-a53c-e711cf324b4d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:32:36,299 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-ae0b5224-03d1-46d5-8d9f-9f33db921082 2018-10-26 09:32:36,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf83f71a18b04c991fb1681947e267f43d82953d" 2018-10-26 09:32:36,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be0ac70c-a388-4e23-9d85-27cbae76b26f 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:32:36,380 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-be0ac70c-a388-4e23-9d85-27cbae76b26f 2018-10-26 09:32:36,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/6b99a75efc3248aea2930234464b42dc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf83f71a18b04c991fb1681947e267f43d82953d" 2018-10-26 09:32:36,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46a6a404-3c91-4d7b-9e5c-156ea8ec25d4 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/6b99a75efc3248aea2930234464b42dc"}, "enabled": true, "id": "6b99a75efc3248aea2930234464b42dc", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-16a11619-dbe6-4ae-proj"}} 2018-10-26 09:32:36,472 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/6b99a75efc3248aea2930234464b42dc used request id req-46a6a404-3c91-4d7b-9e5c-156ea8ec25d4 2018-10-26 09:32:36,472 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7e8c9691-1fe3-4df5-a53c-e711cf324b4d 2018-10-26 09:32:36,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7e8c9691-1fe3-4df5-a53c-e711cf324b4d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf83f71a18b04c991fb1681947e267f43d82953d" 2018-10-26 09:32:36,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-df1a343e-23eb-4d59-8b99-826552a76cd3 Date: Fri, 26 Oct 2018 09:32:36 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "7e8c9691-1fe3-4df5-a53c-e711cf324b4d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:32Z", "security_group_id": "7e8c9691-1fe3-4df5-a53c-e711cf324b4d", "port_range_min": null, "revision_number": 0, "tenant_id": "6b99a75efc3248aea2930234464b42dc", "created_at": "2018-10-26T09:32:32Z", "project_id": "6b99a75efc3248aea2930234464b42dc", "id": "0dd5d9bd-4e1e-4cd3-96f3-20a9431b51f2"}, {"remote_group_id": "7e8c9691-1fe3-4df5-a53c-e711cf324b4d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:32Z", "security_group_id": "7e8c9691-1fe3-4df5-a53c-e711cf324b4d", "port_range_min": null, "revision_number": 0, "tenant_id": "6b99a75efc3248aea2930234464b42dc", "created_at": "2018-10-26T09:32:32Z", "project_id": "6b99a75efc3248aea2930234464b42dc", "id": "b03f808e-dada-4f70-8ee1-a5e86db3c8f5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:32Z", "security_group_id": "7e8c9691-1fe3-4df5-a53c-e711cf324b4d", "port_range_min": null, "revision_number": 0, "tenant_id": "6b99a75efc3248aea2930234464b42dc", "created_at": "2018-10-26T09:32:32Z", "project_id": "6b99a75efc3248aea2930234464b42dc", "id": "bd0c0cf8-1c8b-416a-b2f9-a2ae8e726158"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:32Z", "security_group_id": "7e8c9691-1fe3-4df5-a53c-e711cf324b4d", "port_range_min": null, "revision_number": 0, "tenant_id": "6b99a75efc3248aea2930234464b42dc", "created_at": "2018-10-26T09:32:32Z", "project_id": "6b99a75efc3248aea2930234464b42dc", "id": "d60ed8ff-9ba3-4017-9dce-99b51be5a6c1"}]} 2018-10-26 09:32:36,636 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7e8c9691-1fe3-4df5-a53c-e711cf324b4d used request id req-df1a343e-23eb-4d59-8b99-826552a76cd3 2018-10-26 09:32:36,636 - neutron_utils - INFO - Deleting security group with name - default 2018-10-26 09:32:36,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/7e8c9691-1fe3-4df5-a53c-e711cf324b4d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf83f71a18b04c991fb1681947e267f43d82953d" 2018-10-26 09:32:36,932 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5f4a6b10-90b4-44f8-aee8-244b71da75a0 Content-Length: 0 Date: Fri, 26 Oct 2018 09:32:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:32:36,933 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/7e8c9691-1fe3-4df5-a53c-e711cf324b4d used request id req-5f4a6b10-90b4-44f8-aee8-244b71da75a0 2018-10-26 09:32:36,933 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-16a11619-dbe6-4ae-proj 2018-10-26 09:32:36,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/6b99a75efc3248aea2930234464b42dc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf83f71a18b04c991fb1681947e267f43d82953d" 2018-10-26 09:32:37,133 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:32:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1beac392-15cf-42e7-aab2-b7d506230ca6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:32:37,134 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/6b99a75efc3248aea2930234464b42dc used request id req-1beac392-15cf-42e7-aab2-b7d506230ca6 2018-10-26 09:32:37,134 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-16a11619-dbe6-4ae-proj-role 2018-10-26 09:32:37,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/0c248a2aaae44079963fa374e808ea0c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf83f71a18b04c991fb1681947e267f43d82953d" 2018-10-26 09:32:37,243 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:32:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-45536ee8-acf5-4899-ade0-8a1dac4932fa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:32:37,243 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/0c248a2aaae44079963fa374e808ea0c used request id req-45536ee8-acf5-4899-ade0-8a1dac4932fa 2018-10-26 09:32:37,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf83f71a18b04c991fb1681947e267f43d82953d" 2018-10-26 09:32:37,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7679981-bf53-4be7-81f2-eebc090a5478 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:32:37,336 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-e7679981-bf53-4be7-81f2-eebc090a5478 2018-10-26 09:32:37,337 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-16a11619-dbe6-4ae-user 2018-10-26 09:32:37,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/e4c02112bd61421794b7b2d2ddb909c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32232a2c4c3de76376374dd4a320d26e1614208b" 2018-10-26 09:32:37,515 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:32:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b57e0425-e885-4326-aab1-3c2707230231 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:32:37,515 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/e4c02112bd61421794b7b2d2ddb909c0 used request id req-b57e0425-e885-4326-aab1-3c2707230231 2018-10-26 09:32:37,517 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:32:37,895 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:32:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["U26iXQ-UQYe-1HvQ-fnW4g"], "issued_at": "2018-10-26T09:32:37.000000Z"}} 2018-10-26 09:32:37,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3b81b472bacd3c7098494f28324e24cf5c3f033" 2018-10-26 09:32:37,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b26499e4-0074-4150-abfc-0d9ced78dcf8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:32:37,977 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b26499e4-0074-4150-abfc-0d9ced78dcf8 2018-10-26 09:32:37,978 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:37,979 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:32:38,361 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:32:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["aC_s5slyTC2rG4kxppOsIw"], "issued_at": "2018-10-26T09:32:38.000000Z"}} 2018-10-26 09:32:38,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c05600c8ba3cc69a3e29b7337e8daa86292a9c4e" 2018-10-26 09:32:38,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b57ad5e2-4562-45e0-8eac-52d3f2bce2f1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:32:38,539 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b57ad5e2-4562-45e0-8eac-52d3f2bce2f1 2018-10-26 09:32:38,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:32:38,546 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:32: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:32:38,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-ad6fd4cd-d59f-467-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c05600c8ba3cc69a3e29b7337e8daa86292a9c4e" 2018-10-26 09:32:38,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8ca0516-746f-4856-9a11-ecc2565da9e0 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-ad6fd4cd-d59f-467-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:32:38,633 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-ad6fd4cd-d59f-467-proj used request id req-a8ca0516-746f-4856-9a11-ecc2565da9e0 2018-10-26 09:32:38,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c05600c8ba3cc69a3e29b7337e8daa86292a9c4e" 2018-10-26 09:32:38,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a0b2958-9997-4b3f-9e61-08aea1ec9d5b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:32:38,651 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-2a0b2958-9997-4b3f-9e61-08aea1ec9d5b 2018-10-26 09:32:38,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c05600c8ba3cc69a3e29b7337e8daa86292a9c4e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-ad6fd4cd-d59f-467-proj"}}' 2018-10-26 09:32:38,765 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:32:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0375de45-ecae-41eb-a08c-1a331bb6ba99 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/361963bdb19f4742aef31eb6561bd638"}, "enabled": true, "id": "361963bdb19f4742aef31eb6561bd638", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-ad6fd4cd-d59f-467-proj"}} 2018-10-26 09:32:38,765 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-0375de45-ecae-41eb-a08c-1a331bb6ba99 2018-10-26 09:32:38,766 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-ad6fd4cd-d59f-467-proj 2018-10-26 09:32:38,766 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:38,767 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:32:39,157 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:32:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["G1ofkrKsTdOfXmJW9ltzUw"], "issued_at": "2018-10-26T09:32:39.000000Z"}} 2018-10-26 09:32:39,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32a75c26716f3440a490c91b61cc13279ac10e18" 2018-10-26 09:32:39,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbf1113b-4d6c-4ae9-8651-4554f8982f40 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:32:39,235 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-cbf1113b-4d6c-4ae9-8651-4554f8982f40 2018-10-26 09:32:39,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:32:39,245 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:32: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:32:39,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32a75c26716f3440a490c91b61cc13279ac10e18" 2018-10-26 09:32:39,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fbf8ad7f-7b64-4fa8-8efb-b0a1c55b1d79 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:32:39,349 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-fbf8ad7f-7b64-4fa8-8efb-b0a1c55b1d79 2018-10-26 09:32:39,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-ad6fd4cd-d59f-467-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32a75c26716f3440a490c91b61cc13279ac10e18" 2018-10-26 09:32:39,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46e1514e-8b8d-41ee-9679-7077bd733efc Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-ad6fd4cd-d59f-467-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/361963bdb19f4742aef31eb6561bd638"}, "enabled": true, "id": "361963bdb19f4742aef31eb6561bd638", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-ad6fd4cd-d59f-467-proj"}]} 2018-10-26 09:32:39,438 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-ad6fd4cd-d59f-467-proj used request id req-46e1514e-8b8d-41ee-9679-7077bd733efc 2018-10-26 09:32:39,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32a75c26716f3440a490c91b61cc13279ac10e18" 2018-10-26 09:32:39,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9814ec93-ecf7-4f88-a220-2188ddb131c1 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:32:39,534 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-9814ec93-ecf7-4f88-a220-2188ddb131c1 2018-10-26 09:32:39,905 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-ad6fd4cd-d59f-467-user 2018-10-26 09:32:39,905 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:39,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c05600c8ba3cc69a3e29b7337e8daa86292a9c4e" 2018-10-26 09:32:39,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b90a584b-d60b-4d3b-ada9-356472ed4608 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:32:39,992 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-b90a584b-d60b-4d3b-ada9-356472ed4608 2018-10-26 09:32:39,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c05600c8ba3cc69a3e29b7337e8daa86292a9c4e" -d '{"role": {"name": "CreateSecurityGroupTests-ad6fd4cd-d59f-467-proj-role"}}' 2018-10-26 09:32:40,102 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:32:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1ddbd0b6-18d5-46c6-83c7-3bead462e16c Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "26c700e5a3f34438a6af810a05880317", "links": {"self": "http://172.30.9.21:5000/v3/roles/26c700e5a3f34438a6af810a05880317"}, "name": "CreateSecurityGroupTests-ad6fd4cd-d59f-467-proj-role"}} 2018-10-26 09:32:40,102 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-1ddbd0b6-18d5-46c6-83c7-3bead462e16c 2018-10-26 09:32:40,103 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-ad6fd4cd-d59f-467-proj-role 2018-10-26 09:32:40,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/26c700e5a3f34438a6af810a05880317 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c05600c8ba3cc69a3e29b7337e8daa86292a9c4e" 2018-10-26 09:32:40,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d67d8288-856e-4a85-9c98-3709d22f34ac Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/26c700e5a3f34438a6af810a05880317"}, "domain_id": null, "name": "CreateSecurityGroupTests-ad6fd4cd-d59f-467-proj-role", "id": "26c700e5a3f34438a6af810a05880317"}} 2018-10-26 09:32:40,196 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/26c700e5a3f34438a6af810a05880317 used request id req-d67d8288-856e-4a85-9c98-3709d22f34ac 2018-10-26 09:32:40,196 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-ad6fd4cd-d59f-467-proj-role to project CreateSecurityGroupTests-ad6fd4cd-d59f-467-proj 2018-10-26 09:32:40,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/361963bdb19f4742aef31eb6561bd638/users/e81d481b818148778baab9326b4191d4/roles/26c700e5a3f34438a6af810a05880317 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c05600c8ba3cc69a3e29b7337e8daa86292a9c4e" 2018-10-26 09:32:40,323 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:32:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-25333d2f-d138-4c12-8e32-0bee1ab83dc2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:32:40,323 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/361963bdb19f4742aef31eb6561bd638/users/e81d481b818148778baab9326b4191d4/roles/26c700e5a3f34438a6af810a05880317 used request id req-25333d2f-d138-4c12-8e32-0bee1ab83dc2 2018-10-26 09:32:40,324 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:40,325 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:32:40,702 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "26c700e5a3f34438a6af810a05880317", "name": "CreateSecurityGroupTests-ad6fd4cd-d59f-467-proj-role"}], "expires_at": "2018-10-26T10:32:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "361963bdb19f4742aef31eb6561bd638", "name": "CreateSecurityGroupTests-ad6fd4cd-d59f-467-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/361963bdb19f4742aef31eb6561bd638", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/361963bdb19f4742aef31eb6561bd638", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/361963bdb19f4742aef31eb6561bd638", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/361963bdb19f4742aef31eb6561bd638", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/361963bdb19f4742aef31eb6561bd638", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/361963bdb19f4742aef31eb6561bd638", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/361963bdb19f4742aef31eb6561bd638", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/361963bdb19f4742aef31eb6561bd638", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/361963bdb19f4742aef31eb6561bd638", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/361963bdb19f4742aef31eb6561bd638", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/361963bdb19f4742aef31eb6561bd638", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/361963bdb19f4742aef31eb6561bd638", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-ad6fd4cd-d59f-467-user", "id": "e81d481b818148778baab9326b4191d4"}, "audit_ids": ["skmm7AgdS-ufpMPsoiOPkg"], "issued_at": "2018-10-26T09:32:40.000000Z"}} 2018-10-26 09:32:40,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}788ef08ccea912ab84cf7b2d61ea81f91018e37f" 2018-10-26 09:32:40,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51889c9f-5f6b-4539-9cb5-2aa3bb8ad0e4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:32:40,780 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-51889c9f-5f6b-4539-9cb5-2aa3bb8ad0e4 2018-10-26 09:32:40,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c138903d-4f29-4a12-b65d-27db730fbbbbname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}788ef08ccea912ab84cf7b2d61ea81f91018e37f" 2018-10-26 09:32:41,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-4a0cc212-78be-467b-b82a-170e1e2a2e1c Date: Fri, 26 Oct 2018 09:32:41 GMT RESP BODY: {"security_groups": []} 2018-10-26 09:32:41,081 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c138903d-4f29-4a12-b65d-27db730fbbbbname&description=hello+group used request id req-4a0cc212-78be-467b-b82a-170e1e2a2e1c 2018-10-26 09:32:41,081 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-c138903d-4f29-4a12-b65d-27db730fbbbbname... 2018-10-26 09:32:41,082 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-c138903d-4f29-4a12-b65d-27db730fbbbbname 2018-10-26 09:32:41,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}788ef08ccea912ab84cf7b2d61ea81f91018e37f" -d '{"security_group": {"name": "CreateSecurityGroupTests-c138903d-4f29-4a12-b65d-27db730fbbbbname", "description": "hello group"}}' 2018-10-26 09:32:41,436 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-b9e8c8fc-40e3-42dd-b363-e4bd482bd78d Date: Fri, 26 Oct 2018 09:32:41 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "361963bdb19f4742aef31eb6561bd638", "created_at": "2018-10-26T09:32:41Z", "updated_at": "2018-10-26T09:32:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:41Z", "revision_number": 0, "id": "165d6bb6-4119-4b85-aa57-58e8218a808a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:41Z", "security_group_id": "dd717f07-134a-4aeb-9b5d-f6ae1a61828a", "tenant_id": "361963bdb19f4742aef31eb6561bd638", "port_range_min": null, "ethertype": "IPv4", "project_id": "361963bdb19f4742aef31eb6561bd638"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:41Z", "revision_number": 0, "id": "4e2b18b7-9487-4355-b975-549ecb8901b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:41Z", "security_group_id": "dd717f07-134a-4aeb-9b5d-f6ae1a61828a", "tenant_id": "361963bdb19f4742aef31eb6561bd638", "port_range_min": null, "ethertype": "IPv6", "project_id": "361963bdb19f4742aef31eb6561bd638"}], "revision_number": 2, "project_id": "361963bdb19f4742aef31eb6561bd638", "id": "dd717f07-134a-4aeb-9b5d-f6ae1a61828a", "name": "CreateSecurityGroupTests-c138903d-4f29-4a12-b65d-27db730fbbbbname"}} 2018-10-26 09:32:41,436 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-b9e8c8fc-40e3-42dd-b363-e4bd482bd78d 2018-10-26 09:32:41,437 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dd717f07-134a-4aeb-9b5d-f6ae1a61828a 2018-10-26 09:32:41,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=dd717f07-134a-4aeb-9b5d-f6ae1a61828a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}788ef08ccea912ab84cf7b2d61ea81f91018e37f" 2018-10-26 09:32:41,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a41e7a82-c437-4202-b875-9413fdfeea2c Date: Fri, 26 Oct 2018 09:32:41 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-26T09:32:41Z", "security_group_id": "dd717f07-134a-4aeb-9b5d-f6ae1a61828a", "port_range_min": null, "revision_number": 0, "tenant_id": "361963bdb19f4742aef31eb6561bd638", "created_at": "2018-10-26T09:32:41Z", "project_id": "361963bdb19f4742aef31eb6561bd638", "id": "165d6bb6-4119-4b85-aa57-58e8218a808a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:41Z", "security_group_id": "dd717f07-134a-4aeb-9b5d-f6ae1a61828a", "port_range_min": null, "revision_number": 0, "tenant_id": "361963bdb19f4742aef31eb6561bd638", "created_at": "2018-10-26T09:32:41Z", "project_id": "361963bdb19f4742aef31eb6561bd638", "id": "4e2b18b7-9487-4355-b975-549ecb8901b4"}]} 2018-10-26 09:32:41,614 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=dd717f07-134a-4aeb-9b5d-f6ae1a61828a used request id req-a41e7a82-c437-4202-b875-9413fdfeea2c 2018-10-26 09:32:41,615 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dd717f07-134a-4aeb-9b5d-f6ae1a61828a 2018-10-26 09:32:41,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=dd717f07-134a-4aeb-9b5d-f6ae1a61828a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}788ef08ccea912ab84cf7b2d61ea81f91018e37f" 2018-10-26 09:32:41,644 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-eec2a556-1b8e-484e-bb78-b415f19b18ef Date: Fri, 26 Oct 2018 09:32:41 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-26T09:32:41Z", "security_group_id": "dd717f07-134a-4aeb-9b5d-f6ae1a61828a", "port_range_min": null, "revision_number": 0, "tenant_id": "361963bdb19f4742aef31eb6561bd638", "created_at": "2018-10-26T09:32:41Z", "project_id": "361963bdb19f4742aef31eb6561bd638", "id": "165d6bb6-4119-4b85-aa57-58e8218a808a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:41Z", "security_group_id": "dd717f07-134a-4aeb-9b5d-f6ae1a61828a", "port_range_min": null, "revision_number": 0, "tenant_id": "361963bdb19f4742aef31eb6561bd638", "created_at": "2018-10-26T09:32:41Z", "project_id": "361963bdb19f4742aef31eb6561bd638", "id": "4e2b18b7-9487-4355-b975-549ecb8901b4"}]} 2018-10-26 09:32:41,644 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=dd717f07-134a-4aeb-9b5d-f6ae1a61828a used request id req-eec2a556-1b8e-484e-bb78-b415f19b18ef 2018-10-26 09:32:41,644 - neutron_utils - INFO - Retrieving security group with ID - dd717f07-134a-4aeb-9b5d-f6ae1a61828a 2018-10-26 09:32:41,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=dd717f07-134a-4aeb-9b5d-f6ae1a61828a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}788ef08ccea912ab84cf7b2d61ea81f91018e37f" 2018-10-26 09:32:41,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-9e65724a-0475-4712-a4e3-481bd111e0e0 Date: Fri, 26 Oct 2018 09:32:41 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "361963bdb19f4742aef31eb6561bd638", "created_at": "2018-10-26T09:32:41Z", "updated_at": "2018-10-26T09:32:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:41Z", "revision_number": 0, "id": "165d6bb6-4119-4b85-aa57-58e8218a808a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:41Z", "security_group_id": "dd717f07-134a-4aeb-9b5d-f6ae1a61828a", "tenant_id": "361963bdb19f4742aef31eb6561bd638", "port_range_min": null, "ethertype": "IPv4", "project_id": "361963bdb19f4742aef31eb6561bd638"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:41Z", "revision_number": 0, "id": "4e2b18b7-9487-4355-b975-549ecb8901b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:41Z", "security_group_id": "dd717f07-134a-4aeb-9b5d-f6ae1a61828a", "tenant_id": "361963bdb19f4742aef31eb6561bd638", "port_range_min": null, "ethertype": "IPv6", "project_id": "361963bdb19f4742aef31eb6561bd638"}], "revision_number": 2, "project_id": "361963bdb19f4742aef31eb6561bd638", "id": "dd717f07-134a-4aeb-9b5d-f6ae1a61828a", "name": "CreateSecurityGroupTests-c138903d-4f29-4a12-b65d-27db730fbbbbname"}]} 2018-10-26 09:32:41,861 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=dd717f07-134a-4aeb-9b5d-f6ae1a61828a used request id req-9e65724a-0475-4712-a4e3-481bd111e0e0 2018-10-26 09:32:41,862 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dd717f07-134a-4aeb-9b5d-f6ae1a61828a 2018-10-26 09:32:41,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=dd717f07-134a-4aeb-9b5d-f6ae1a61828a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}788ef08ccea912ab84cf7b2d61ea81f91018e37f" 2018-10-26 09:32:42,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-42e17d4e-439e-4072-887d-c527a8521909 Date: Fri, 26 Oct 2018 09:32:42 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-26T09:32:41Z", "security_group_id": "dd717f07-134a-4aeb-9b5d-f6ae1a61828a", "port_range_min": null, "revision_number": 0, "tenant_id": "361963bdb19f4742aef31eb6561bd638", "created_at": "2018-10-26T09:32:41Z", "project_id": "361963bdb19f4742aef31eb6561bd638", "id": "165d6bb6-4119-4b85-aa57-58e8218a808a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:41Z", "security_group_id": "dd717f07-134a-4aeb-9b5d-f6ae1a61828a", "port_range_min": null, "revision_number": 0, "tenant_id": "361963bdb19f4742aef31eb6561bd638", "created_at": "2018-10-26T09:32:41Z", "project_id": "361963bdb19f4742aef31eb6561bd638", "id": "4e2b18b7-9487-4355-b975-549ecb8901b4"}]} 2018-10-26 09:32:42,030 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=dd717f07-134a-4aeb-9b5d-f6ae1a61828a used request id req-42e17d4e-439e-4072-887d-c527a8521909 2018-10-26 09:32:42,030 - neutron_utils - INFO - Retrieving security group with ID - dd717f07-134a-4aeb-9b5d-f6ae1a61828a 2018-10-26 09:32:42,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=dd717f07-134a-4aeb-9b5d-f6ae1a61828a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}788ef08ccea912ab84cf7b2d61ea81f91018e37f" 2018-10-26 09:32:42,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-962f5954-0746-454c-b9de-bb4680f02151 Date: Fri, 26 Oct 2018 09:32:42 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "361963bdb19f4742aef31eb6561bd638", "created_at": "2018-10-26T09:32:41Z", "updated_at": "2018-10-26T09:32:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:41Z", "revision_number": 0, "id": "165d6bb6-4119-4b85-aa57-58e8218a808a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:41Z", "security_group_id": "dd717f07-134a-4aeb-9b5d-f6ae1a61828a", "tenant_id": "361963bdb19f4742aef31eb6561bd638", "port_range_min": null, "ethertype": "IPv4", "project_id": "361963bdb19f4742aef31eb6561bd638"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:41Z", "revision_number": 0, "id": "4e2b18b7-9487-4355-b975-549ecb8901b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:41Z", "security_group_id": "dd717f07-134a-4aeb-9b5d-f6ae1a61828a", "tenant_id": "361963bdb19f4742aef31eb6561bd638", "port_range_min": null, "ethertype": "IPv6", "project_id": "361963bdb19f4742aef31eb6561bd638"}], "revision_number": 2, "project_id": "361963bdb19f4742aef31eb6561bd638", "id": "dd717f07-134a-4aeb-9b5d-f6ae1a61828a", "name": "CreateSecurityGroupTests-c138903d-4f29-4a12-b65d-27db730fbbbbname"}]} 2018-10-26 09:32:42,084 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=dd717f07-134a-4aeb-9b5d-f6ae1a61828a used request id req-962f5954-0746-454c-b9de-bb4680f02151 2018-10-26 09:32:42,084 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dd717f07-134a-4aeb-9b5d-f6ae1a61828a 2018-10-26 09:32:42,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=dd717f07-134a-4aeb-9b5d-f6ae1a61828a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}788ef08ccea912ab84cf7b2d61ea81f91018e37f" 2018-10-26 09:32:42,260 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c9fb8ee9-ef19-49c7-934a-7e39516679a6 Date: Fri, 26 Oct 2018 09:32:42 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-26T09:32:41Z", "security_group_id": "dd717f07-134a-4aeb-9b5d-f6ae1a61828a", "port_range_min": null, "revision_number": 0, "tenant_id": "361963bdb19f4742aef31eb6561bd638", "created_at": "2018-10-26T09:32:41Z", "project_id": "361963bdb19f4742aef31eb6561bd638", "id": "165d6bb6-4119-4b85-aa57-58e8218a808a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:41Z", "security_group_id": "dd717f07-134a-4aeb-9b5d-f6ae1a61828a", "port_range_min": null, "revision_number": 0, "tenant_id": "361963bdb19f4742aef31eb6561bd638", "created_at": "2018-10-26T09:32:41Z", "project_id": "361963bdb19f4742aef31eb6561bd638", "id": "4e2b18b7-9487-4355-b975-549ecb8901b4"}]} 2018-10-26 09:32:42,260 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=dd717f07-134a-4aeb-9b5d-f6ae1a61828a used request id req-c9fb8ee9-ef19-49c7-934a-7e39516679a6 2018-10-26 09:32:42,261 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-c138903d-4f29-4a12-b65d-27db730fbbbbname 2018-10-26 09:32:42,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c138903d-4f29-4a12-b65d-27db730fbbbbname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}788ef08ccea912ab84cf7b2d61ea81f91018e37f" 2018-10-26 09:32:42,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-08dd52b6-1bfd-4261-a49a-543eb8bf3916 Date: Fri, 26 Oct 2018 09:32:42 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "361963bdb19f4742aef31eb6561bd638", "created_at": "2018-10-26T09:32:41Z", "updated_at": "2018-10-26T09:32:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:41Z", "revision_number": 0, "id": "165d6bb6-4119-4b85-aa57-58e8218a808a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:41Z", "security_group_id": "dd717f07-134a-4aeb-9b5d-f6ae1a61828a", "tenant_id": "361963bdb19f4742aef31eb6561bd638", "port_range_min": null, "ethertype": "IPv4", "project_id": "361963bdb19f4742aef31eb6561bd638"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:41Z", "revision_number": 0, "id": "4e2b18b7-9487-4355-b975-549ecb8901b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:41Z", "security_group_id": "dd717f07-134a-4aeb-9b5d-f6ae1a61828a", "tenant_id": "361963bdb19f4742aef31eb6561bd638", "port_range_min": null, "ethertype": "IPv6", "project_id": "361963bdb19f4742aef31eb6561bd638"}], "revision_number": 2, "project_id": "361963bdb19f4742aef31eb6561bd638", "id": "dd717f07-134a-4aeb-9b5d-f6ae1a61828a", "name": "CreateSecurityGroupTests-c138903d-4f29-4a12-b65d-27db730fbbbbname"}]} 2018-10-26 09:32:42,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c138903d-4f29-4a12-b65d-27db730fbbbbname used request id req-08dd52b6-1bfd-4261-a49a-543eb8bf3916 2018-10-26 09:32:42,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:32:42,473 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:32: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:32:42,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/361963bdb19f4742aef31eb6561bd638 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}788ef08ccea912ab84cf7b2d61ea81f91018e37f" 2018-10-26 09:32:42,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3f470f7-6fa5-4c62-b836-3eb0a86876d9 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/361963bdb19f4742aef31eb6561bd638"}, "enabled": true, "id": "361963bdb19f4742aef31eb6561bd638", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-ad6fd4cd-d59f-467-proj"}} 2018-10-26 09:32:42,553 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/361963bdb19f4742aef31eb6561bd638 used request id req-f3f470f7-6fa5-4c62-b836-3eb0a86876d9 2018-10-26 09:32:42,553 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dd717f07-134a-4aeb-9b5d-f6ae1a61828a 2018-10-26 09:32:42,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=dd717f07-134a-4aeb-9b5d-f6ae1a61828a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}788ef08ccea912ab84cf7b2d61ea81f91018e37f" 2018-10-26 09:32:42,820 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-98fab48d-66f5-4943-a339-7066b20a5d9d Date: Fri, 26 Oct 2018 09:32:42 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-26T09:32:41Z", "security_group_id": "dd717f07-134a-4aeb-9b5d-f6ae1a61828a", "port_range_min": null, "revision_number": 0, "tenant_id": "361963bdb19f4742aef31eb6561bd638", "created_at": "2018-10-26T09:32:41Z", "project_id": "361963bdb19f4742aef31eb6561bd638", "id": "165d6bb6-4119-4b85-aa57-58e8218a808a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:41Z", "security_group_id": "dd717f07-134a-4aeb-9b5d-f6ae1a61828a", "port_range_min": null, "revision_number": 0, "tenant_id": "361963bdb19f4742aef31eb6561bd638", "created_at": "2018-10-26T09:32:41Z", "project_id": "361963bdb19f4742aef31eb6561bd638", "id": "4e2b18b7-9487-4355-b975-549ecb8901b4"}]} 2018-10-26 09:32:42,820 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=dd717f07-134a-4aeb-9b5d-f6ae1a61828a used request id req-98fab48d-66f5-4943-a339-7066b20a5d9d 2018-10-26 09:32:42,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}788ef08ccea912ab84cf7b2d61ea81f91018e37f" -d '{"security_group_rule": {"direction": "egress", "protocol": 17, "description": "test_rule_1", "ethertype": "IPv4", "port_range_max": 20, "security_group_id": "dd717f07-134a-4aeb-9b5d-f6ae1a61828a", "port_range_min": 10}}' 2018-10-26 09:32:43,161 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 516 X-Openstack-Request-Id: req-9156f106-04c9-4102-b1db-7df5dcc9f5da Date: Fri, 26 Oct 2018 09:32:43 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-26T09:32:43Z", "security_group_id": "dd717f07-134a-4aeb-9b5d-f6ae1a61828a", "port_range_min": 10, "revision_number": 0, "tenant_id": "361963bdb19f4742aef31eb6561bd638", "created_at": "2018-10-26T09:32:43Z", "project_id": "361963bdb19f4742aef31eb6561bd638", "id": "3b8d8b77-2bb0-40b6-94a5-da11f6de1948"}} 2018-10-26 09:32:43,161 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-9156f106-04c9-4102-b1db-7df5dcc9f5da 2018-10-26 09:32:43,162 - neutron_utils - INFO - Retrieving security group with ID - dd717f07-134a-4aeb-9b5d-f6ae1a61828a 2018-10-26 09:32:43,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=dd717f07-134a-4aeb-9b5d-f6ae1a61828a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}788ef08ccea912ab84cf7b2d61ea81f91018e37f" 2018-10-26 09:32:43,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-a0be6030-cdd6-4793-97b2-feaf4ad923bc Date: Fri, 26 Oct 2018 09:32:43 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "361963bdb19f4742aef31eb6561bd638", "created_at": "2018-10-26T09:32:41Z", "updated_at": "2018-10-26T09:32:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:41Z", "revision_number": 0, "id": "165d6bb6-4119-4b85-aa57-58e8218a808a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:41Z", "security_group_id": "dd717f07-134a-4aeb-9b5d-f6ae1a61828a", "tenant_id": "361963bdb19f4742aef31eb6561bd638", "port_range_min": null, "ethertype": "IPv4", "project_id": "361963bdb19f4742aef31eb6561bd638"}, {"direction": "egress", "protocol": "17", "description": "test_rule_1", "tags": [], "port_range_max": 20, "updated_at": "2018-10-26T09:32:43Z", "revision_number": 0, "id": "3b8d8b77-2bb0-40b6-94a5-da11f6de1948", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:43Z", "security_group_id": "dd717f07-134a-4aeb-9b5d-f6ae1a61828a", "tenant_id": "361963bdb19f4742aef31eb6561bd638", "port_range_min": 10, "ethertype": "IPv4", "project_id": "361963bdb19f4742aef31eb6561bd638"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:41Z", "revision_number": 0, "id": "4e2b18b7-9487-4355-b975-549ecb8901b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:41Z", "security_group_id": "dd717f07-134a-4aeb-9b5d-f6ae1a61828a", "tenant_id": "361963bdb19f4742aef31eb6561bd638", "port_range_min": null, "ethertype": "IPv6", "project_id": "361963bdb19f4742aef31eb6561bd638"}], "revision_number": 3, "project_id": "361963bdb19f4742aef31eb6561bd638", "id": "dd717f07-134a-4aeb-9b5d-f6ae1a61828a", "name": "CreateSecurityGroupTests-c138903d-4f29-4a12-b65d-27db730fbbbbname"}]} 2018-10-26 09:32:43,212 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=dd717f07-134a-4aeb-9b5d-f6ae1a61828a used request id req-a0be6030-cdd6-4793-97b2-feaf4ad923bc 2018-10-26 09:32:43,213 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dd717f07-134a-4aeb-9b5d-f6ae1a61828a 2018-10-26 09:32:43,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=dd717f07-134a-4aeb-9b5d-f6ae1a61828a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}788ef08ccea912ab84cf7b2d61ea81f91018e37f" 2018-10-26 09:32:43,390 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1495 X-Openstack-Request-Id: req-d97fc71e-a376-4fe3-89d9-b115bf238d21 Date: Fri, 26 Oct 2018 09:32: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-26T09:32:41Z", "security_group_id": "dd717f07-134a-4aeb-9b5d-f6ae1a61828a", "port_range_min": null, "revision_number": 0, "tenant_id": "361963bdb19f4742aef31eb6561bd638", "created_at": "2018-10-26T09:32:41Z", "project_id": "361963bdb19f4742aef31eb6561bd638", "id": "165d6bb6-4119-4b85-aa57-58e8218a808a"}, {"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-26T09:32:43Z", "security_group_id": "dd717f07-134a-4aeb-9b5d-f6ae1a61828a", "port_range_min": 10, "revision_number": 0, "tenant_id": "361963bdb19f4742aef31eb6561bd638", "created_at": "2018-10-26T09:32:43Z", "project_id": "361963bdb19f4742aef31eb6561bd638", "id": "3b8d8b77-2bb0-40b6-94a5-da11f6de1948"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:41Z", "security_group_id": "dd717f07-134a-4aeb-9b5d-f6ae1a61828a", "port_range_min": null, "revision_number": 0, "tenant_id": "361963bdb19f4742aef31eb6561bd638", "created_at": "2018-10-26T09:32:41Z", "project_id": "361963bdb19f4742aef31eb6561bd638", "id": "4e2b18b7-9487-4355-b975-549ecb8901b4"}]} 2018-10-26 09:32:43,390 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=dd717f07-134a-4aeb-9b5d-f6ae1a61828a used request id req-d97fc71e-a376-4fe3-89d9-b115bf238d21 2018-10-26 09:32:43,391 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:32:43,767 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "26c700e5a3f34438a6af810a05880317", "name": "CreateSecurityGroupTests-ad6fd4cd-d59f-467-proj-role"}], "expires_at": "2018-10-26T10:32:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "361963bdb19f4742aef31eb6561bd638", "name": "CreateSecurityGroupTests-ad6fd4cd-d59f-467-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/361963bdb19f4742aef31eb6561bd638", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/361963bdb19f4742aef31eb6561bd638", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/361963bdb19f4742aef31eb6561bd638", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/361963bdb19f4742aef31eb6561bd638", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/361963bdb19f4742aef31eb6561bd638", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/361963bdb19f4742aef31eb6561bd638", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/361963bdb19f4742aef31eb6561bd638", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/361963bdb19f4742aef31eb6561bd638", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/361963bdb19f4742aef31eb6561bd638", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/361963bdb19f4742aef31eb6561bd638", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/361963bdb19f4742aef31eb6561bd638", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/361963bdb19f4742aef31eb6561bd638", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-ad6fd4cd-d59f-467-user", "id": "e81d481b818148778baab9326b4191d4"}, "audit_ids": ["jUqv6zqDQ2-WvTZXokGc2A"], "issued_at": "2018-10-26T09:32:43.000000Z"}} 2018-10-26 09:32:43,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c138903d-4f29-4a12-b65d-27db730fbbbbname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1229f238ac24747da641b82a60f9a63ae3266e12" 2018-10-26 09:32:43,969 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-80e37804-8446-4d39-a9ae-6497b09b70b4 Date: Fri, 26 Oct 2018 09:32:43 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "361963bdb19f4742aef31eb6561bd638", "created_at": "2018-10-26T09:32:41Z", "updated_at": "2018-10-26T09:32:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:41Z", "revision_number": 0, "id": "165d6bb6-4119-4b85-aa57-58e8218a808a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:41Z", "security_group_id": "dd717f07-134a-4aeb-9b5d-f6ae1a61828a", "tenant_id": "361963bdb19f4742aef31eb6561bd638", "port_range_min": null, "ethertype": "IPv4", "project_id": "361963bdb19f4742aef31eb6561bd638"}, {"direction": "egress", "protocol": "17", "description": "test_rule_1", "tags": [], "port_range_max": 20, "updated_at": "2018-10-26T09:32:43Z", "revision_number": 0, "id": "3b8d8b77-2bb0-40b6-94a5-da11f6de1948", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:43Z", "security_group_id": "dd717f07-134a-4aeb-9b5d-f6ae1a61828a", "tenant_id": "361963bdb19f4742aef31eb6561bd638", "port_range_min": 10, "ethertype": "IPv4", "project_id": "361963bdb19f4742aef31eb6561bd638"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:41Z", "revision_number": 0, "id": "4e2b18b7-9487-4355-b975-549ecb8901b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:41Z", "security_group_id": "dd717f07-134a-4aeb-9b5d-f6ae1a61828a", "tenant_id": "361963bdb19f4742aef31eb6561bd638", "port_range_min": null, "ethertype": "IPv6", "project_id": "361963bdb19f4742aef31eb6561bd638"}], "revision_number": 3, "project_id": "361963bdb19f4742aef31eb6561bd638", "id": "dd717f07-134a-4aeb-9b5d-f6ae1a61828a", "name": "CreateSecurityGroupTests-c138903d-4f29-4a12-b65d-27db730fbbbbname"}]} 2018-10-26 09:32:43,969 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c138903d-4f29-4a12-b65d-27db730fbbbbname&description=hello+group used request id req-80e37804-8446-4d39-a9ae-6497b09b70b4 2018-10-26 09:32:43,969 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dd717f07-134a-4aeb-9b5d-f6ae1a61828a 2018-10-26 09:32:43,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=dd717f07-134a-4aeb-9b5d-f6ae1a61828a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1229f238ac24747da641b82a60f9a63ae3266e12" 2018-10-26 09:32:44,163 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1495 X-Openstack-Request-Id: req-9c5cf171-bb5a-410c-ae58-93a0007aa175 Date: Fri, 26 Oct 2018 09:32: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-26T09:32:41Z", "security_group_id": "dd717f07-134a-4aeb-9b5d-f6ae1a61828a", "port_range_min": null, "revision_number": 0, "tenant_id": "361963bdb19f4742aef31eb6561bd638", "created_at": "2018-10-26T09:32:41Z", "project_id": "361963bdb19f4742aef31eb6561bd638", "id": "165d6bb6-4119-4b85-aa57-58e8218a808a"}, {"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-26T09:32:43Z", "security_group_id": "dd717f07-134a-4aeb-9b5d-f6ae1a61828a", "port_range_min": 10, "revision_number": 0, "tenant_id": "361963bdb19f4742aef31eb6561bd638", "created_at": "2018-10-26T09:32:43Z", "project_id": "361963bdb19f4742aef31eb6561bd638", "id": "3b8d8b77-2bb0-40b6-94a5-da11f6de1948"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:41Z", "security_group_id": "dd717f07-134a-4aeb-9b5d-f6ae1a61828a", "port_range_min": null, "revision_number": 0, "tenant_id": "361963bdb19f4742aef31eb6561bd638", "created_at": "2018-10-26T09:32:41Z", "project_id": "361963bdb19f4742aef31eb6561bd638", "id": "4e2b18b7-9487-4355-b975-549ecb8901b4"}]} 2018-10-26 09:32:44,163 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=dd717f07-134a-4aeb-9b5d-f6ae1a61828a used request id req-9c5cf171-bb5a-410c-ae58-93a0007aa175 2018-10-26 09:32:44,164 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dd717f07-134a-4aeb-9b5d-f6ae1a61828a 2018-10-26 09:32:44,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=dd717f07-134a-4aeb-9b5d-f6ae1a61828a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1229f238ac24747da641b82a60f9a63ae3266e12" 2018-10-26 09:32:44,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1495 X-Openstack-Request-Id: req-5e4add2c-af99-49d4-993c-ec298289569e Date: Fri, 26 Oct 2018 09:32: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-26T09:32:41Z", "security_group_id": "dd717f07-134a-4aeb-9b5d-f6ae1a61828a", "port_range_min": null, "revision_number": 0, "tenant_id": "361963bdb19f4742aef31eb6561bd638", "created_at": "2018-10-26T09:32:41Z", "project_id": "361963bdb19f4742aef31eb6561bd638", "id": "165d6bb6-4119-4b85-aa57-58e8218a808a"}, {"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-26T09:32:43Z", "security_group_id": "dd717f07-134a-4aeb-9b5d-f6ae1a61828a", "port_range_min": 10, "revision_number": 0, "tenant_id": "361963bdb19f4742aef31eb6561bd638", "created_at": "2018-10-26T09:32:43Z", "project_id": "361963bdb19f4742aef31eb6561bd638", "id": "3b8d8b77-2bb0-40b6-94a5-da11f6de1948"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:41Z", "security_group_id": "dd717f07-134a-4aeb-9b5d-f6ae1a61828a", "port_range_min": null, "revision_number": 0, "tenant_id": "361963bdb19f4742aef31eb6561bd638", "created_at": "2018-10-26T09:32:41Z", "project_id": "361963bdb19f4742aef31eb6561bd638", "id": "4e2b18b7-9487-4355-b975-549ecb8901b4"}]} 2018-10-26 09:32:44,339 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=dd717f07-134a-4aeb-9b5d-f6ae1a61828a used request id req-5e4add2c-af99-49d4-993c-ec298289569e 2018-10-26 09:32:44,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c138903d-4f29-4a12-b65d-27db730fbbbbname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1229f238ac24747da641b82a60f9a63ae3266e12" 2018-10-26 09:32:44,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-45c2d721-aea4-47f3-b4a5-f12b0f268b15 Date: Fri, 26 Oct 2018 09:32:44 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "361963bdb19f4742aef31eb6561bd638", "created_at": "2018-10-26T09:32:41Z", "updated_at": "2018-10-26T09:32:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:41Z", "revision_number": 0, "id": "165d6bb6-4119-4b85-aa57-58e8218a808a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:41Z", "security_group_id": "dd717f07-134a-4aeb-9b5d-f6ae1a61828a", "tenant_id": "361963bdb19f4742aef31eb6561bd638", "port_range_min": null, "ethertype": "IPv4", "project_id": "361963bdb19f4742aef31eb6561bd638"}, {"direction": "egress", "protocol": "17", "description": "test_rule_1", "tags": [], "port_range_max": 20, "updated_at": "2018-10-26T09:32:43Z", "revision_number": 0, "id": "3b8d8b77-2bb0-40b6-94a5-da11f6de1948", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:43Z", "security_group_id": "dd717f07-134a-4aeb-9b5d-f6ae1a61828a", "tenant_id": "361963bdb19f4742aef31eb6561bd638", "port_range_min": 10, "ethertype": "IPv4", "project_id": "361963bdb19f4742aef31eb6561bd638"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:41Z", "revision_number": 0, "id": "4e2b18b7-9487-4355-b975-549ecb8901b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:41Z", "security_group_id": "dd717f07-134a-4aeb-9b5d-f6ae1a61828a", "tenant_id": "361963bdb19f4742aef31eb6561bd638", "port_range_min": null, "ethertype": "IPv6", "project_id": "361963bdb19f4742aef31eb6561bd638"}], "revision_number": 3, "project_id": "361963bdb19f4742aef31eb6561bd638", "id": "dd717f07-134a-4aeb-9b5d-f6ae1a61828a", "name": "CreateSecurityGroupTests-c138903d-4f29-4a12-b65d-27db730fbbbbname"}]} 2018-10-26 09:32:44,537 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c138903d-4f29-4a12-b65d-27db730fbbbbname used request id req-45c2d721-aea4-47f3-b4a5-f12b0f268b15 2018-10-26 09:32:44,538 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dd717f07-134a-4aeb-9b5d-f6ae1a61828a 2018-10-26 09:32:44,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=dd717f07-134a-4aeb-9b5d-f6ae1a61828a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1229f238ac24747da641b82a60f9a63ae3266e12" 2018-10-26 09:32:44,725 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1495 X-Openstack-Request-Id: req-3bf530da-b15d-4fd3-bebb-897609b57fad Date: Fri, 26 Oct 2018 09:32: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-26T09:32:41Z", "security_group_id": "dd717f07-134a-4aeb-9b5d-f6ae1a61828a", "port_range_min": null, "revision_number": 0, "tenant_id": "361963bdb19f4742aef31eb6561bd638", "created_at": "2018-10-26T09:32:41Z", "project_id": "361963bdb19f4742aef31eb6561bd638", "id": "165d6bb6-4119-4b85-aa57-58e8218a808a"}, {"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-26T09:32:43Z", "security_group_id": "dd717f07-134a-4aeb-9b5d-f6ae1a61828a", "port_range_min": 10, "revision_number": 0, "tenant_id": "361963bdb19f4742aef31eb6561bd638", "created_at": "2018-10-26T09:32:43Z", "project_id": "361963bdb19f4742aef31eb6561bd638", "id": "3b8d8b77-2bb0-40b6-94a5-da11f6de1948"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:41Z", "security_group_id": "dd717f07-134a-4aeb-9b5d-f6ae1a61828a", "port_range_min": null, "revision_number": 0, "tenant_id": "361963bdb19f4742aef31eb6561bd638", "created_at": "2018-10-26T09:32:41Z", "project_id": "361963bdb19f4742aef31eb6561bd638", "id": "4e2b18b7-9487-4355-b975-549ecb8901b4"}]} 2018-10-26 09:32:44,726 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=dd717f07-134a-4aeb-9b5d-f6ae1a61828a used request id req-3bf530da-b15d-4fd3-bebb-897609b57fad 2018-10-26 09:32:44,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c138903d-4f29-4a12-b65d-27db730fbbbbname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1229f238ac24747da641b82a60f9a63ae3266e12" 2018-10-26 09:32:45,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-a13898e2-81e8-425a-8d0e-3c4dc523e023 Date: Fri, 26 Oct 2018 09:32:45 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "361963bdb19f4742aef31eb6561bd638", "created_at": "2018-10-26T09:32:41Z", "updated_at": "2018-10-26T09:32:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:41Z", "revision_number": 0, "id": "165d6bb6-4119-4b85-aa57-58e8218a808a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:41Z", "security_group_id": "dd717f07-134a-4aeb-9b5d-f6ae1a61828a", "tenant_id": "361963bdb19f4742aef31eb6561bd638", "port_range_min": null, "ethertype": "IPv4", "project_id": "361963bdb19f4742aef31eb6561bd638"}, {"direction": "egress", "protocol": "17", "description": "test_rule_1", "tags": [], "port_range_max": 20, "updated_at": "2018-10-26T09:32:43Z", "revision_number": 0, "id": "3b8d8b77-2bb0-40b6-94a5-da11f6de1948", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:43Z", "security_group_id": "dd717f07-134a-4aeb-9b5d-f6ae1a61828a", "tenant_id": "361963bdb19f4742aef31eb6561bd638", "port_range_min": 10, "ethertype": "IPv4", "project_id": "361963bdb19f4742aef31eb6561bd638"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:41Z", "revision_number": 0, "id": "4e2b18b7-9487-4355-b975-549ecb8901b4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:41Z", "security_group_id": "dd717f07-134a-4aeb-9b5d-f6ae1a61828a", "tenant_id": "361963bdb19f4742aef31eb6561bd638", "port_range_min": null, "ethertype": "IPv6", "project_id": "361963bdb19f4742aef31eb6561bd638"}], "revision_number": 3, "project_id": "361963bdb19f4742aef31eb6561bd638", "id": "dd717f07-134a-4aeb-9b5d-f6ae1a61828a", "name": "CreateSecurityGroupTests-c138903d-4f29-4a12-b65d-27db730fbbbbname"}]} 2018-10-26 09:32:45,005 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c138903d-4f29-4a12-b65d-27db730fbbbbname used request id req-a13898e2-81e8-425a-8d0e-3c4dc523e023 2018-10-26 09:32:45,006 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dd717f07-134a-4aeb-9b5d-f6ae1a61828a 2018-10-26 09:32:45,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=dd717f07-134a-4aeb-9b5d-f6ae1a61828a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1229f238ac24747da641b82a60f9a63ae3266e12" 2018-10-26 09:32:45,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1495 X-Openstack-Request-Id: req-ccd693e0-e18d-4384-a584-66f662a5f552 Date: Fri, 26 Oct 2018 09:32:45 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:41Z", "security_group_id": "dd717f07-134a-4aeb-9b5d-f6ae1a61828a", "port_range_min": null, "revision_number": 0, "tenant_id": "361963bdb19f4742aef31eb6561bd638", "created_at": "2018-10-26T09:32:41Z", "project_id": "361963bdb19f4742aef31eb6561bd638", "id": "165d6bb6-4119-4b85-aa57-58e8218a808a"}, {"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-26T09:32:43Z", "security_group_id": "dd717f07-134a-4aeb-9b5d-f6ae1a61828a", "port_range_min": 10, "revision_number": 0, "tenant_id": "361963bdb19f4742aef31eb6561bd638", "created_at": "2018-10-26T09:32:43Z", "project_id": "361963bdb19f4742aef31eb6561bd638", "id": "3b8d8b77-2bb0-40b6-94a5-da11f6de1948"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:41Z", "security_group_id": "dd717f07-134a-4aeb-9b5d-f6ae1a61828a", "port_range_min": null, "revision_number": 0, "tenant_id": "361963bdb19f4742aef31eb6561bd638", "created_at": "2018-10-26T09:32:41Z", "project_id": "361963bdb19f4742aef31eb6561bd638", "id": "4e2b18b7-9487-4355-b975-549ecb8901b4"}]} 2018-10-26 09:32:45,184 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=dd717f07-134a-4aeb-9b5d-f6ae1a61828a used request id req-ccd693e0-e18d-4384-a584-66f662a5f552 2018-10-26 09:32:45,185 - neutron_utils - INFO - Deleting security group rule with ID - 3b8d8b77-2bb0-40b6-94a5-da11f6de1948 2018-10-26 09:32:45,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/3b8d8b77-2bb0-40b6-94a5-da11f6de1948 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}788ef08ccea912ab84cf7b2d61ea81f91018e37f" 2018-10-26 09:32:45,432 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c1695489-d41b-417a-8a8d-96810c1b4b53 Content-Length: 0 Date: Fri, 26 Oct 2018 09:32:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:32:45,432 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/3b8d8b77-2bb0-40b6-94a5-da11f6de1948 used request id req-c1695489-d41b-417a-8a8d-96810c1b4b53 2018-10-26 09:32:45,432 - neutron_utils - INFO - Deleting security group rule with ID - 4e2b18b7-9487-4355-b975-549ecb8901b4 2018-10-26 09:32:45,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/4e2b18b7-9487-4355-b975-549ecb8901b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}788ef08ccea912ab84cf7b2d61ea81f91018e37f" 2018-10-26 09:32:45,682 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-468b3be1-0fe9-47ed-aab0-4f8076cab7ef Content-Length: 0 Date: Fri, 26 Oct 2018 09:32:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:32:45,682 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/4e2b18b7-9487-4355-b975-549ecb8901b4 used request id req-468b3be1-0fe9-47ed-aab0-4f8076cab7ef 2018-10-26 09:32:45,682 - neutron_utils - INFO - Deleting security group rule with ID - 165d6bb6-4119-4b85-aa57-58e8218a808a 2018-10-26 09:32:45,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/165d6bb6-4119-4b85-aa57-58e8218a808a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}788ef08ccea912ab84cf7b2d61ea81f91018e37f" 2018-10-26 09:32:45,777 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5fef5db4-fcb6-479c-8e36-54a72a3c22b9 Content-Length: 0 Date: Fri, 26 Oct 2018 09:32:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:32:45,778 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/165d6bb6-4119-4b85-aa57-58e8218a808a used request id req-5fef5db4-fcb6-479c-8e36-54a72a3c22b9 2018-10-26 09:32:45,778 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-c138903d-4f29-4a12-b65d-27db730fbbbbname 2018-10-26 09:32:45,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/dd717f07-134a-4aeb-9b5d-f6ae1a61828a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}788ef08ccea912ab84cf7b2d61ea81f91018e37f" 2018-10-26 09:32:45,888 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-70bb7679-161b-4a35-8c77-39abd960e7ec Content-Length: 0 Date: Fri, 26 Oct 2018 09:32:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:32:45,888 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/dd717f07-134a-4aeb-9b5d-f6ae1a61828a used request id req-70bb7679-161b-4a35-8c77-39abd960e7ec 2018-10-26 09:32:45,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c05600c8ba3cc69a3e29b7337e8daa86292a9c4e" 2018-10-26 09:32:46,102 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-b023fc05-7d3f-41ab-941b-cad8940b38c1 Date: Fri, 26 Oct 2018 09:32:46 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "361963bdb19f4742aef31eb6561bd638", "created_at": "2018-10-26T09:32:40Z", "updated_at": "2018-10-26T09:32:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:41Z", "revision_number": 0, "id": "6b9bf986-1bc3-47b6-95d4-c810dc1971e5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:41Z", "security_group_id": "59da42a1-6a52-4e26-84f0-027e837dd088", "tenant_id": "361963bdb19f4742aef31eb6561bd638", "port_range_min": null, "ethertype": "IPv4", "project_id": "361963bdb19f4742aef31eb6561bd638"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:41Z", "revision_number": 0, "id": "b7d2cf7c-d84b-41dc-b54a-2900e194be2b", "remote_group_id": "59da42a1-6a52-4e26-84f0-027e837dd088", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:41Z", "security_group_id": "59da42a1-6a52-4e26-84f0-027e837dd088", "tenant_id": "361963bdb19f4742aef31eb6561bd638", "port_range_min": null, "ethertype": "IPv4", "project_id": "361963bdb19f4742aef31eb6561bd638"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:41Z", "revision_number": 0, "id": "21e2991f-4bfd-4524-8ebe-0240ecad353b", "remote_group_id": "59da42a1-6a52-4e26-84f0-027e837dd088", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:41Z", "security_group_id": "59da42a1-6a52-4e26-84f0-027e837dd088", "tenant_id": "361963bdb19f4742aef31eb6561bd638", "port_range_min": null, "ethertype": "IPv6", "project_id": "361963bdb19f4742aef31eb6561bd638"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:41Z", "revision_number": 0, "id": "fe20517a-27a4-444b-86aa-a9ff3afe8c33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:41Z", "security_group_id": "59da42a1-6a52-4e26-84f0-027e837dd088", "tenant_id": "361963bdb19f4742aef31eb6561bd638", "port_range_min": null, "ethertype": "IPv6", "project_id": "361963bdb19f4742aef31eb6561bd638"}], "revision_number": 4, "project_id": "361963bdb19f4742aef31eb6561bd638", "id": "59da42a1-6a52-4e26-84f0-027e837dd088", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:32:46,102 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-b023fc05-7d3f-41ab-941b-cad8940b38c1 2018-10-26 09:32:46,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/361963bdb19f4742aef31eb6561bd638 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c05600c8ba3cc69a3e29b7337e8daa86292a9c4e" 2018-10-26 09:32:46,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0faf785d-ab4f-4021-a95b-7ea08ead37b4 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/361963bdb19f4742aef31eb6561bd638"}, "enabled": true, "id": "361963bdb19f4742aef31eb6561bd638", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-ad6fd4cd-d59f-467-proj"}} 2018-10-26 09:32:46,188 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/361963bdb19f4742aef31eb6561bd638 used request id req-0faf785d-ab4f-4021-a95b-7ea08ead37b4 2018-10-26 09:32:46,189 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 59da42a1-6a52-4e26-84f0-027e837dd088 2018-10-26 09:32:46,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=59da42a1-6a52-4e26-84f0-027e837dd088 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c05600c8ba3cc69a3e29b7337e8daa86292a9c4e" 2018-10-26 09:32:46,374 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-f6a5b9a1-2a09-4346-80f3-829835e1cfc5 Date: Fri, 26 Oct 2018 09:32:46 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "59da42a1-6a52-4e26-84f0-027e837dd088", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:41Z", "security_group_id": "59da42a1-6a52-4e26-84f0-027e837dd088", "port_range_min": null, "revision_number": 0, "tenant_id": "361963bdb19f4742aef31eb6561bd638", "created_at": "2018-10-26T09:32:41Z", "project_id": "361963bdb19f4742aef31eb6561bd638", "id": "21e2991f-4bfd-4524-8ebe-0240ecad353b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:41Z", "security_group_id": "59da42a1-6a52-4e26-84f0-027e837dd088", "port_range_min": null, "revision_number": 0, "tenant_id": "361963bdb19f4742aef31eb6561bd638", "created_at": "2018-10-26T09:32:41Z", "project_id": "361963bdb19f4742aef31eb6561bd638", "id": "6b9bf986-1bc3-47b6-95d4-c810dc1971e5"}, {"remote_group_id": "59da42a1-6a52-4e26-84f0-027e837dd088", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:41Z", "security_group_id": "59da42a1-6a52-4e26-84f0-027e837dd088", "port_range_min": null, "revision_number": 0, "tenant_id": "361963bdb19f4742aef31eb6561bd638", "created_at": "2018-10-26T09:32:41Z", "project_id": "361963bdb19f4742aef31eb6561bd638", "id": "b7d2cf7c-d84b-41dc-b54a-2900e194be2b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:41Z", "security_group_id": "59da42a1-6a52-4e26-84f0-027e837dd088", "port_range_min": null, "revision_number": 0, "tenant_id": "361963bdb19f4742aef31eb6561bd638", "created_at": "2018-10-26T09:32:41Z", "project_id": "361963bdb19f4742aef31eb6561bd638", "id": "fe20517a-27a4-444b-86aa-a9ff3afe8c33"}]} 2018-10-26 09:32:46,374 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=59da42a1-6a52-4e26-84f0-027e837dd088 used request id req-f6a5b9a1-2a09-4346-80f3-829835e1cfc5 2018-10-26 09:32:46,375 - neutron_utils - INFO - Deleting security group with name - default 2018-10-26 09:32:46,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/59da42a1-6a52-4e26-84f0-027e837dd088 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c05600c8ba3cc69a3e29b7337e8daa86292a9c4e" 2018-10-26 09:32:46,643 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2c5f3b5a-4ca6-4ac6-8e94-b2a8dc2623d6 Content-Length: 0 Date: Fri, 26 Oct 2018 09:32:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:32:46,643 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/59da42a1-6a52-4e26-84f0-027e837dd088 used request id req-2c5f3b5a-4ca6-4ac6-8e94-b2a8dc2623d6 2018-10-26 09:32:46,644 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-ad6fd4cd-d59f-467-proj 2018-10-26 09:32:46,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/361963bdb19f4742aef31eb6561bd638 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c05600c8ba3cc69a3e29b7337e8daa86292a9c4e" 2018-10-26 09:32:46,848 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:32:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-64c1a11a-e326-4c09-a51c-f18566183e06 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:32:46,848 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/361963bdb19f4742aef31eb6561bd638 used request id req-64c1a11a-e326-4c09-a51c-f18566183e06 2018-10-26 09:32:46,848 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-ad6fd4cd-d59f-467-proj-role 2018-10-26 09:32:46,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/26c700e5a3f34438a6af810a05880317 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c05600c8ba3cc69a3e29b7337e8daa86292a9c4e" 2018-10-26 09:32:46,964 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:32:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f093593e-cc6e-4193-948e-b4c4f00645d6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:32:46,964 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/26c700e5a3f34438a6af810a05880317 used request id req-f093593e-cc6e-4193-948e-b4c4f00645d6 2018-10-26 09:32:46,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c05600c8ba3cc69a3e29b7337e8daa86292a9c4e" 2018-10-26 09:32:47,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c496bf6-c3d7-4793-821b-eea5abced2bc Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:32:47,048 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-6c496bf6-c3d7-4793-821b-eea5abced2bc 2018-10-26 09:32:47,049 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-ad6fd4cd-d59f-467-user 2018-10-26 09:32:47,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/e81d481b818148778baab9326b4191d4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32a75c26716f3440a490c91b61cc13279ac10e18" 2018-10-26 09:32:47,226 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:32:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-43bd36ce-1a04-470b-afbd-8f510affd6b4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:32:47,226 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/e81d481b818148778baab9326b4191d4 used request id req-43bd36ce-1a04-470b-afbd-8f510affd6b4 2018-10-26 09:32:47,227 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:32:47,606 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:32:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["Hr9WtIiMQqe97Qll7GJhgg"], "issued_at": "2018-10-26T09:32:47.000000Z"}} 2018-10-26 09:32:47,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9af3495ae61190dfa0fdc9dbadb2ee358b9fe48c" 2018-10-26 09:32:47,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bd950df-a69a-478c-8d8f-f9cd08aa1a23 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:32:47,685 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-7bd950df-a69a-478c-8d8f-f9cd08aa1a23 2018-10-26 09:32:47,686 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:47,687 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:32:48,080 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:32:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["fid6kUV8RcaNnWV8cH-YQw"], "issued_at": "2018-10-26T09:32:48.000000Z"}} 2018-10-26 09:32:48,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44e21e1f1fcdf98d2317797c8c93e1e8576ca47f" 2018-10-26 09:32:48,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3a996b8-3ee3-4024-9a18-45b76b2a5260 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:32:48,167 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b3a996b8-3ee3-4024-9a18-45b76b2a5260 2018-10-26 09:32:48,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:32:48,176 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:32: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:32:48,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-902aa4f6-ff50-40c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44e21e1f1fcdf98d2317797c8c93e1e8576ca47f" 2018-10-26 09:32:48,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb72d298-65ff-47c2-9fee-716019408277 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-902aa4f6-ff50-40c-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:32:48,269 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-902aa4f6-ff50-40c-proj used request id req-fb72d298-65ff-47c2-9fee-716019408277 2018-10-26 09:32:48,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44e21e1f1fcdf98d2317797c8c93e1e8576ca47f" 2018-10-26 09:32:48,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89bf2800-23e6-4c36-8e42-7de6a15bcc91 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:32:48,363 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-89bf2800-23e6-4c36-8e42-7de6a15bcc91 2018-10-26 09:32:48,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44e21e1f1fcdf98d2317797c8c93e1e8576ca47f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-902aa4f6-ff50-40c-proj"}}' 2018-10-26 09:32:48,472 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:32:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3f03c974-3eca-4bce-ba9d-391ee1dadc61 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/ecd685dbae2e454c96c3ecd5893735c8"}, "enabled": true, "id": "ecd685dbae2e454c96c3ecd5893735c8", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-902aa4f6-ff50-40c-proj"}} 2018-10-26 09:32:48,472 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-3f03c974-3eca-4bce-ba9d-391ee1dadc61 2018-10-26 09:32:48,472 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-902aa4f6-ff50-40c-proj 2018-10-26 09:32:48,472 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:48,473 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:32:48,863 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:32:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["CZ5pw64uRwyLpbGeEbhaeA"], "issued_at": "2018-10-26T09:32:48.000000Z"}} 2018-10-26 09:32:48,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00d25d104f6413cd6fb2aa02c2e17adf43df0276" 2018-10-26 09:32:48,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f3d42ba-eb31-425d-8140-d1b9d47f6851 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:32:48,950 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5f3d42ba-eb31-425d-8140-d1b9d47f6851 2018-10-26 09:32:48,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:32:48,960 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:32: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:32:48,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00d25d104f6413cd6fb2aa02c2e17adf43df0276" 2018-10-26 09:32:49,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-361b275a-a981-4f67-8df3-adb071139d9b Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:32:49,063 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-361b275a-a981-4f67-8df3-adb071139d9b 2018-10-26 09:32:49,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-902aa4f6-ff50-40c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00d25d104f6413cd6fb2aa02c2e17adf43df0276" 2018-10-26 09:32:49,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cdfd4b9-7f63-4921-bbd4-33b73f796ef6 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-902aa4f6-ff50-40c-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/ecd685dbae2e454c96c3ecd5893735c8"}, "enabled": true, "id": "ecd685dbae2e454c96c3ecd5893735c8", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-902aa4f6-ff50-40c-proj"}]} 2018-10-26 09:32:49,157 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-902aa4f6-ff50-40c-proj used request id req-1cdfd4b9-7f63-4921-bbd4-33b73f796ef6 2018-10-26 09:32:49,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00d25d104f6413cd6fb2aa02c2e17adf43df0276" 2018-10-26 09:32:49,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-988f6e72-563e-4aab-8231-d78f8f9d0bef Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:32:49,256 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-988f6e72-563e-4aab-8231-d78f8f9d0bef 2018-10-26 09:32:49,624 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-902aa4f6-ff50-40c-user 2018-10-26 09:32:49,625 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:49,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44e21e1f1fcdf98d2317797c8c93e1e8576ca47f" 2018-10-26 09:32:49,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-979780be-052d-474a-8e7f-d410f90bf345 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:32:49,735 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-979780be-052d-474a-8e7f-d410f90bf345 2018-10-26 09:32:49,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44e21e1f1fcdf98d2317797c8c93e1e8576ca47f" -d '{"role": {"name": "CreateSecurityGroupTests-902aa4f6-ff50-40c-proj-role"}}' 2018-10-26 09:32:49,839 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:32:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c459f4ba-aead-4cfe-a846-c003d78dfb35 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8604d9555788424fb1e1ae2a27bca09a", "links": {"self": "http://172.30.9.21:5000/v3/roles/8604d9555788424fb1e1ae2a27bca09a"}, "name": "CreateSecurityGroupTests-902aa4f6-ff50-40c-proj-role"}} 2018-10-26 09:32:49,839 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-c459f4ba-aead-4cfe-a846-c003d78dfb35 2018-10-26 09:32:49,839 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-902aa4f6-ff50-40c-proj-role 2018-10-26 09:32:49,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/8604d9555788424fb1e1ae2a27bca09a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44e21e1f1fcdf98d2317797c8c93e1e8576ca47f" 2018-10-26 09:32:49,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cae705f1-2e04-4a04-afcc-5992ea7e3eaf Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/8604d9555788424fb1e1ae2a27bca09a"}, "domain_id": null, "name": "CreateSecurityGroupTests-902aa4f6-ff50-40c-proj-role", "id": "8604d9555788424fb1e1ae2a27bca09a"}} 2018-10-26 09:32:49,933 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/8604d9555788424fb1e1ae2a27bca09a used request id req-cae705f1-2e04-4a04-afcc-5992ea7e3eaf 2018-10-26 09:32:49,934 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-902aa4f6-ff50-40c-proj-role to project CreateSecurityGroupTests-902aa4f6-ff50-40c-proj 2018-10-26 09:32:49,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/ecd685dbae2e454c96c3ecd5893735c8/users/18eefadd2e504a81aaebc1e98b2911b7/roles/8604d9555788424fb1e1ae2a27bca09a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44e21e1f1fcdf98d2317797c8c93e1e8576ca47f" 2018-10-26 09:32:50,069 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:32:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d81fa9e1-d526-4ceb-90b8-dccc42e5c80c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:32:50,069 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/ecd685dbae2e454c96c3ecd5893735c8/users/18eefadd2e504a81aaebc1e98b2911b7/roles/8604d9555788424fb1e1ae2a27bca09a used request id req-d81fa9e1-d526-4ceb-90b8-dccc42e5c80c 2018-10-26 09:32:50,070 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:50,071 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:32:50,455 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8604d9555788424fb1e1ae2a27bca09a", "name": "CreateSecurityGroupTests-902aa4f6-ff50-40c-proj-role"}], "expires_at": "2018-10-26T10:32:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ecd685dbae2e454c96c3ecd5893735c8", "name": "CreateSecurityGroupTests-902aa4f6-ff50-40c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/ecd685dbae2e454c96c3ecd5893735c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/ecd685dbae2e454c96c3ecd5893735c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/ecd685dbae2e454c96c3ecd5893735c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/ecd685dbae2e454c96c3ecd5893735c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/ecd685dbae2e454c96c3ecd5893735c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/ecd685dbae2e454c96c3ecd5893735c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/ecd685dbae2e454c96c3ecd5893735c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/ecd685dbae2e454c96c3ecd5893735c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/ecd685dbae2e454c96c3ecd5893735c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/ecd685dbae2e454c96c3ecd5893735c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/ecd685dbae2e454c96c3ecd5893735c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/ecd685dbae2e454c96c3ecd5893735c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-902aa4f6-ff50-40c-user", "id": "18eefadd2e504a81aaebc1e98b2911b7"}, "audit_ids": ["GoauIcqyRJC0WPKNur10OA"], "issued_at": "2018-10-26T09:32:50.000000Z"}} 2018-10-26 09:32:50,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e86432aae8fe810c115358457203eb6bc773d67" 2018-10-26 09:32:50,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13cb7bf9-e01c-4986-9693-284f387f4efa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:32:50,533 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-13cb7bf9-e01c-4986-9693-284f387f4efa 2018-10-26 09:32:50,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-4c403628-ca8f-4e36-9b5b-5fc7c2c6f749name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e86432aae8fe810c115358457203eb6bc773d67" 2018-10-26 09:32:50,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-84e6b0b3-216d-4b69-b02c-20c865421333 Date: Fri, 26 Oct 2018 09:32:50 GMT RESP BODY: {"security_groups": []} 2018-10-26 09:32:50,834 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-4c403628-ca8f-4e36-9b5b-5fc7c2c6f749name&description=hello+group used request id req-84e6b0b3-216d-4b69-b02c-20c865421333 2018-10-26 09:32:50,834 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-4c403628-ca8f-4e36-9b5b-5fc7c2c6f749name... 2018-10-26 09:32:50,834 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-4c403628-ca8f-4e36-9b5b-5fc7c2c6f749name 2018-10-26 09:32:50,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e86432aae8fe810c115358457203eb6bc773d67" -d '{"security_group": {"name": "CreateSecurityGroupTests-4c403628-ca8f-4e36-9b5b-5fc7c2c6f749name", "description": "hello group"}}' 2018-10-26 09:32:51,178 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-0ca20997-c2ad-4df5-8f67-33db754a2008 Date: Fri, 26 Oct 2018 09:32:51 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "created_at": "2018-10-26T09:32:51Z", "updated_at": "2018-10-26T09:32:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:51Z", "revision_number": 0, "id": "0c903525-cbe1-4f00-8c3c-2265a0386dda", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:51Z", "security_group_id": "8c539c68-dee7-4382-9ce7-63bb895fed45", "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "ecd685dbae2e454c96c3ecd5893735c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:51Z", "revision_number": 0, "id": "8b2adb0c-2d75-4190-9d92-a51f98c1f635", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:51Z", "security_group_id": "8c539c68-dee7-4382-9ce7-63bb895fed45", "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "ecd685dbae2e454c96c3ecd5893735c8"}], "revision_number": 2, "project_id": "ecd685dbae2e454c96c3ecd5893735c8", "id": "8c539c68-dee7-4382-9ce7-63bb895fed45", "name": "CreateSecurityGroupTests-4c403628-ca8f-4e36-9b5b-5fc7c2c6f749name"}} 2018-10-26 09:32:51,178 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-0ca20997-c2ad-4df5-8f67-33db754a2008 2018-10-26 09:32:51,179 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8c539c68-dee7-4382-9ce7-63bb895fed45 2018-10-26 09:32:51,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=8c539c68-dee7-4382-9ce7-63bb895fed45 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e86432aae8fe810c115358457203eb6bc773d67" 2018-10-26 09:32:51,346 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-77bbaad5-3038-4bfc-9195-cbbcf1bd58e8 Date: Fri, 26 Oct 2018 09:32: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-26T09:32:51Z", "security_group_id": "8c539c68-dee7-4382-9ce7-63bb895fed45", "port_range_min": null, "revision_number": 0, "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "created_at": "2018-10-26T09:32:51Z", "project_id": "ecd685dbae2e454c96c3ecd5893735c8", "id": "0c903525-cbe1-4f00-8c3c-2265a0386dda"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:51Z", "security_group_id": "8c539c68-dee7-4382-9ce7-63bb895fed45", "port_range_min": null, "revision_number": 0, "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "created_at": "2018-10-26T09:32:51Z", "project_id": "ecd685dbae2e454c96c3ecd5893735c8", "id": "8b2adb0c-2d75-4190-9d92-a51f98c1f635"}]} 2018-10-26 09:32:51,346 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=8c539c68-dee7-4382-9ce7-63bb895fed45 used request id req-77bbaad5-3038-4bfc-9195-cbbcf1bd58e8 2018-10-26 09:32:51,346 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8c539c68-dee7-4382-9ce7-63bb895fed45 2018-10-26 09:32:51,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=8c539c68-dee7-4382-9ce7-63bb895fed45 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e86432aae8fe810c115358457203eb6bc773d67" 2018-10-26 09:32:51,534 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5a0bbbda-5a87-485e-8bd2-882d66e24bdc Date: Fri, 26 Oct 2018 09:32: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-26T09:32:51Z", "security_group_id": "8c539c68-dee7-4382-9ce7-63bb895fed45", "port_range_min": null, "revision_number": 0, "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "created_at": "2018-10-26T09:32:51Z", "project_id": "ecd685dbae2e454c96c3ecd5893735c8", "id": "0c903525-cbe1-4f00-8c3c-2265a0386dda"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:51Z", "security_group_id": "8c539c68-dee7-4382-9ce7-63bb895fed45", "port_range_min": null, "revision_number": 0, "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "created_at": "2018-10-26T09:32:51Z", "project_id": "ecd685dbae2e454c96c3ecd5893735c8", "id": "8b2adb0c-2d75-4190-9d92-a51f98c1f635"}]} 2018-10-26 09:32:51,534 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=8c539c68-dee7-4382-9ce7-63bb895fed45 used request id req-5a0bbbda-5a87-485e-8bd2-882d66e24bdc 2018-10-26 09:32:51,535 - neutron_utils - INFO - Retrieving security group with ID - 8c539c68-dee7-4382-9ce7-63bb895fed45 2018-10-26 09:32:51,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=8c539c68-dee7-4382-9ce7-63bb895fed45 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e86432aae8fe810c115358457203eb6bc773d67" 2018-10-26 09:32:51,615 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-52c9fb58-80cf-4bb3-b957-002257d0205b Date: Fri, 26 Oct 2018 09:32:51 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "created_at": "2018-10-26T09:32:51Z", "updated_at": "2018-10-26T09:32:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:51Z", "revision_number": 0, "id": "0c903525-cbe1-4f00-8c3c-2265a0386dda", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:51Z", "security_group_id": "8c539c68-dee7-4382-9ce7-63bb895fed45", "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "ecd685dbae2e454c96c3ecd5893735c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:51Z", "revision_number": 0, "id": "8b2adb0c-2d75-4190-9d92-a51f98c1f635", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:51Z", "security_group_id": "8c539c68-dee7-4382-9ce7-63bb895fed45", "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "ecd685dbae2e454c96c3ecd5893735c8"}], "revision_number": 2, "project_id": "ecd685dbae2e454c96c3ecd5893735c8", "id": "8c539c68-dee7-4382-9ce7-63bb895fed45", "name": "CreateSecurityGroupTests-4c403628-ca8f-4e36-9b5b-5fc7c2c6f749name"}]} 2018-10-26 09:32:51,616 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=8c539c68-dee7-4382-9ce7-63bb895fed45 used request id req-52c9fb58-80cf-4bb3-b957-002257d0205b 2018-10-26 09:32:51,616 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8c539c68-dee7-4382-9ce7-63bb895fed45 2018-10-26 09:32:51,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=8c539c68-dee7-4382-9ce7-63bb895fed45 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e86432aae8fe810c115358457203eb6bc773d67" 2018-10-26 09:32:51,877 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e4fa86c7-fb65-4c5e-861f-5b83b1a7cbc6 Date: Fri, 26 Oct 2018 09:32: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-26T09:32:51Z", "security_group_id": "8c539c68-dee7-4382-9ce7-63bb895fed45", "port_range_min": null, "revision_number": 0, "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "created_at": "2018-10-26T09:32:51Z", "project_id": "ecd685dbae2e454c96c3ecd5893735c8", "id": "0c903525-cbe1-4f00-8c3c-2265a0386dda"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:51Z", "security_group_id": "8c539c68-dee7-4382-9ce7-63bb895fed45", "port_range_min": null, "revision_number": 0, "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "created_at": "2018-10-26T09:32:51Z", "project_id": "ecd685dbae2e454c96c3ecd5893735c8", "id": "8b2adb0c-2d75-4190-9d92-a51f98c1f635"}]} 2018-10-26 09:32:51,877 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=8c539c68-dee7-4382-9ce7-63bb895fed45 used request id req-e4fa86c7-fb65-4c5e-861f-5b83b1a7cbc6 2018-10-26 09:32:51,877 - neutron_utils - INFO - Retrieving security group with ID - 8c539c68-dee7-4382-9ce7-63bb895fed45 2018-10-26 09:32:51,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=8c539c68-dee7-4382-9ce7-63bb895fed45 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e86432aae8fe810c115358457203eb6bc773d67" 2018-10-26 09:32:52,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-c1fd3ae5-3a19-4dc9-aa9b-e48e48f3fd84 Date: Fri, 26 Oct 2018 09:32:52 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "created_at": "2018-10-26T09:32:51Z", "updated_at": "2018-10-26T09:32:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:51Z", "revision_number": 0, "id": "0c903525-cbe1-4f00-8c3c-2265a0386dda", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:51Z", "security_group_id": "8c539c68-dee7-4382-9ce7-63bb895fed45", "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "ecd685dbae2e454c96c3ecd5893735c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:51Z", "revision_number": 0, "id": "8b2adb0c-2d75-4190-9d92-a51f98c1f635", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:51Z", "security_group_id": "8c539c68-dee7-4382-9ce7-63bb895fed45", "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "ecd685dbae2e454c96c3ecd5893735c8"}], "revision_number": 2, "project_id": "ecd685dbae2e454c96c3ecd5893735c8", "id": "8c539c68-dee7-4382-9ce7-63bb895fed45", "name": "CreateSecurityGroupTests-4c403628-ca8f-4e36-9b5b-5fc7c2c6f749name"}]} 2018-10-26 09:32:52,073 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=8c539c68-dee7-4382-9ce7-63bb895fed45 used request id req-c1fd3ae5-3a19-4dc9-aa9b-e48e48f3fd84 2018-10-26 09:32:52,073 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8c539c68-dee7-4382-9ce7-63bb895fed45 2018-10-26 09:32:52,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=8c539c68-dee7-4382-9ce7-63bb895fed45 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e86432aae8fe810c115358457203eb6bc773d67" 2018-10-26 09:32:52,128 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-81a0543f-439e-4dad-b065-ac3c5d463aa3 Date: Fri, 26 Oct 2018 09:32: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-26T09:32:51Z", "security_group_id": "8c539c68-dee7-4382-9ce7-63bb895fed45", "port_range_min": null, "revision_number": 0, "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "created_at": "2018-10-26T09:32:51Z", "project_id": "ecd685dbae2e454c96c3ecd5893735c8", "id": "0c903525-cbe1-4f00-8c3c-2265a0386dda"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:51Z", "security_group_id": "8c539c68-dee7-4382-9ce7-63bb895fed45", "port_range_min": null, "revision_number": 0, "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "created_at": "2018-10-26T09:32:51Z", "project_id": "ecd685dbae2e454c96c3ecd5893735c8", "id": "8b2adb0c-2d75-4190-9d92-a51f98c1f635"}]} 2018-10-26 09:32:52,128 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=8c539c68-dee7-4382-9ce7-63bb895fed45 used request id req-81a0543f-439e-4dad-b065-ac3c5d463aa3 2018-10-26 09:32:52,129 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-4c403628-ca8f-4e36-9b5b-5fc7c2c6f749name 2018-10-26 09:32:52,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-4c403628-ca8f-4e36-9b5b-5fc7c2c6f749name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e86432aae8fe810c115358457203eb6bc773d67" 2018-10-26 09:32:52,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-8518b9cd-8b68-4834-8dd5-ee12b0071868 Date: Fri, 26 Oct 2018 09:32:52 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "created_at": "2018-10-26T09:32:51Z", "updated_at": "2018-10-26T09:32:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:51Z", "revision_number": 0, "id": "0c903525-cbe1-4f00-8c3c-2265a0386dda", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:51Z", "security_group_id": "8c539c68-dee7-4382-9ce7-63bb895fed45", "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "ecd685dbae2e454c96c3ecd5893735c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:51Z", "revision_number": 0, "id": "8b2adb0c-2d75-4190-9d92-a51f98c1f635", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:51Z", "security_group_id": "8c539c68-dee7-4382-9ce7-63bb895fed45", "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "ecd685dbae2e454c96c3ecd5893735c8"}], "revision_number": 2, "project_id": "ecd685dbae2e454c96c3ecd5893735c8", "id": "8c539c68-dee7-4382-9ce7-63bb895fed45", "name": "CreateSecurityGroupTests-4c403628-ca8f-4e36-9b5b-5fc7c2c6f749name"}]} 2018-10-26 09:32:52,331 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-4c403628-ca8f-4e36-9b5b-5fc7c2c6f749name used request id req-8518b9cd-8b68-4834-8dd5-ee12b0071868 2018-10-26 09:32:52,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:32:52,340 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:32: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:32:52,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ecd685dbae2e454c96c3ecd5893735c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e86432aae8fe810c115358457203eb6bc773d67" 2018-10-26 09:32:52,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3c53dfa-2975-4640-bade-a1d28456dce3 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/ecd685dbae2e454c96c3ecd5893735c8"}, "enabled": true, "id": "ecd685dbae2e454c96c3ecd5893735c8", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-902aa4f6-ff50-40c-proj"}} 2018-10-26 09:32:52,416 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ecd685dbae2e454c96c3ecd5893735c8 used request id req-e3c53dfa-2975-4640-bade-a1d28456dce3 2018-10-26 09:32:52,417 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8c539c68-dee7-4382-9ce7-63bb895fed45 2018-10-26 09:32:52,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=8c539c68-dee7-4382-9ce7-63bb895fed45 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e86432aae8fe810c115358457203eb6bc773d67" 2018-10-26 09:32:52,446 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-fcee108d-4d6c-4127-918c-7aa40541fc61 Date: Fri, 26 Oct 2018 09:32: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-26T09:32:51Z", "security_group_id": "8c539c68-dee7-4382-9ce7-63bb895fed45", "port_range_min": null, "revision_number": 0, "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "created_at": "2018-10-26T09:32:51Z", "project_id": "ecd685dbae2e454c96c3ecd5893735c8", "id": "0c903525-cbe1-4f00-8c3c-2265a0386dda"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:51Z", "security_group_id": "8c539c68-dee7-4382-9ce7-63bb895fed45", "port_range_min": null, "revision_number": 0, "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "created_at": "2018-10-26T09:32:51Z", "project_id": "ecd685dbae2e454c96c3ecd5893735c8", "id": "8b2adb0c-2d75-4190-9d92-a51f98c1f635"}]} 2018-10-26 09:32:52,446 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=8c539c68-dee7-4382-9ce7-63bb895fed45 used request id req-fcee108d-4d6c-4127-918c-7aa40541fc61 2018-10-26 09:32:52,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e86432aae8fe810c115358457203eb6bc773d67" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "8c539c68-dee7-4382-9ce7-63bb895fed45"}}' 2018-10-26 09:32:52,939 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-13e98342-7cb5-41e0-90c6-8454959c42e7 Date: Fri, 26 Oct 2018 09:32:52 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-26T09:32:52Z", "security_group_id": "8c539c68-dee7-4382-9ce7-63bb895fed45", "port_range_min": null, "revision_number": 0, "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "created_at": "2018-10-26T09:32:52Z", "project_id": "ecd685dbae2e454c96c3ecd5893735c8", "id": "cb77fa05-67d1-4fbe-9960-d5a5527658c1"}} 2018-10-26 09:32:52,940 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-13e98342-7cb5-41e0-90c6-8454959c42e7 2018-10-26 09:32:52,940 - neutron_utils - INFO - Retrieving security group with ID - 8c539c68-dee7-4382-9ce7-63bb895fed45 2018-10-26 09:32:52,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=8c539c68-dee7-4382-9ce7-63bb895fed45 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e86432aae8fe810c115358457203eb6bc773d67" 2018-10-26 09:32:53,128 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-5c4c18c9-f609-49b6-950e-b2884eb91e39 Date: Fri, 26 Oct 2018 09:32:53 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "created_at": "2018-10-26T09:32:51Z", "updated_at": "2018-10-26T09:32:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:51Z", "revision_number": 0, "id": "0c903525-cbe1-4f00-8c3c-2265a0386dda", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:51Z", "security_group_id": "8c539c68-dee7-4382-9ce7-63bb895fed45", "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "ecd685dbae2e454c96c3ecd5893735c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:51Z", "revision_number": 0, "id": "8b2adb0c-2d75-4190-9d92-a51f98c1f635", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:51Z", "security_group_id": "8c539c68-dee7-4382-9ce7-63bb895fed45", "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "ecd685dbae2e454c96c3ecd5893735c8"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:52Z", "revision_number": 0, "id": "cb77fa05-67d1-4fbe-9960-d5a5527658c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:52Z", "security_group_id": "8c539c68-dee7-4382-9ce7-63bb895fed45", "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "ecd685dbae2e454c96c3ecd5893735c8"}], "revision_number": 3, "project_id": "ecd685dbae2e454c96c3ecd5893735c8", "id": "8c539c68-dee7-4382-9ce7-63bb895fed45", "name": "CreateSecurityGroupTests-4c403628-ca8f-4e36-9b5b-5fc7c2c6f749name"}]} 2018-10-26 09:32:53,128 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=8c539c68-dee7-4382-9ce7-63bb895fed45 used request id req-5c4c18c9-f609-49b6-950e-b2884eb91e39 2018-10-26 09:32:53,129 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8c539c68-dee7-4382-9ce7-63bb895fed45 2018-10-26 09:32:53,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=8c539c68-dee7-4382-9ce7-63bb895fed45 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e86432aae8fe810c115358457203eb6bc773d67" 2018-10-26 09:32:53,161 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-0b7f3467-2b84-499a-ba49-496243eca6bc Date: Fri, 26 Oct 2018 09:32: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-26T09:32:51Z", "security_group_id": "8c539c68-dee7-4382-9ce7-63bb895fed45", "port_range_min": null, "revision_number": 0, "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "created_at": "2018-10-26T09:32:51Z", "project_id": "ecd685dbae2e454c96c3ecd5893735c8", "id": "0c903525-cbe1-4f00-8c3c-2265a0386dda"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:51Z", "security_group_id": "8c539c68-dee7-4382-9ce7-63bb895fed45", "port_range_min": null, "revision_number": 0, "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "created_at": "2018-10-26T09:32:51Z", "project_id": "ecd685dbae2e454c96c3ecd5893735c8", "id": "8b2adb0c-2d75-4190-9d92-a51f98c1f635"}, {"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-26T09:32:52Z", "security_group_id": "8c539c68-dee7-4382-9ce7-63bb895fed45", "port_range_min": null, "revision_number": 0, "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "created_at": "2018-10-26T09:32:52Z", "project_id": "ecd685dbae2e454c96c3ecd5893735c8", "id": "cb77fa05-67d1-4fbe-9960-d5a5527658c1"}]} 2018-10-26 09:32:53,161 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=8c539c68-dee7-4382-9ce7-63bb895fed45 used request id req-0b7f3467-2b84-499a-ba49-496243eca6bc 2018-10-26 09:32:53,162 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:32:53,542 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8604d9555788424fb1e1ae2a27bca09a", "name": "CreateSecurityGroupTests-902aa4f6-ff50-40c-proj-role"}], "expires_at": "2018-10-26T10:32:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ecd685dbae2e454c96c3ecd5893735c8", "name": "CreateSecurityGroupTests-902aa4f6-ff50-40c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/ecd685dbae2e454c96c3ecd5893735c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/ecd685dbae2e454c96c3ecd5893735c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/ecd685dbae2e454c96c3ecd5893735c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/ecd685dbae2e454c96c3ecd5893735c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/ecd685dbae2e454c96c3ecd5893735c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/ecd685dbae2e454c96c3ecd5893735c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/ecd685dbae2e454c96c3ecd5893735c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/ecd685dbae2e454c96c3ecd5893735c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/ecd685dbae2e454c96c3ecd5893735c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/ecd685dbae2e454c96c3ecd5893735c8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/ecd685dbae2e454c96c3ecd5893735c8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/ecd685dbae2e454c96c3ecd5893735c8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-902aa4f6-ff50-40c-user", "id": "18eefadd2e504a81aaebc1e98b2911b7"}, "audit_ids": ["qiW1c0YDQjWsBwJLsD1m8g"], "issued_at": "2018-10-26T09:32:53.000000Z"}} 2018-10-26 09:32:53,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-4c403628-ca8f-4e36-9b5b-5fc7c2c6f749name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa873a423ea3471a5ecf63e6d5fcc46ad941faf9" 2018-10-26 09:32:53,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-24ecfec9-2c23-4fa4-a4b3-ca691fc071d1 Date: Fri, 26 Oct 2018 09:32:53 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "created_at": "2018-10-26T09:32:51Z", "updated_at": "2018-10-26T09:32:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:51Z", "revision_number": 0, "id": "0c903525-cbe1-4f00-8c3c-2265a0386dda", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:51Z", "security_group_id": "8c539c68-dee7-4382-9ce7-63bb895fed45", "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "ecd685dbae2e454c96c3ecd5893735c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:51Z", "revision_number": 0, "id": "8b2adb0c-2d75-4190-9d92-a51f98c1f635", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:51Z", "security_group_id": "8c539c68-dee7-4382-9ce7-63bb895fed45", "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "ecd685dbae2e454c96c3ecd5893735c8"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:52Z", "revision_number": 0, "id": "cb77fa05-67d1-4fbe-9960-d5a5527658c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:52Z", "security_group_id": "8c539c68-dee7-4382-9ce7-63bb895fed45", "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "ecd685dbae2e454c96c3ecd5893735c8"}], "revision_number": 3, "project_id": "ecd685dbae2e454c96c3ecd5893735c8", "id": "8c539c68-dee7-4382-9ce7-63bb895fed45", "name": "CreateSecurityGroupTests-4c403628-ca8f-4e36-9b5b-5fc7c2c6f749name"}]} 2018-10-26 09:32:53,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-4c403628-ca8f-4e36-9b5b-5fc7c2c6f749name&description=hello+group used request id req-24ecfec9-2c23-4fa4-a4b3-ca691fc071d1 2018-10-26 09:32:53,753 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8c539c68-dee7-4382-9ce7-63bb895fed45 2018-10-26 09:32:53,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=8c539c68-dee7-4382-9ce7-63bb895fed45 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa873a423ea3471a5ecf63e6d5fcc46ad941faf9" 2018-10-26 09:32:53,950 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-537fb211-a798-4f43-8491-9f2183fa29a9 Date: Fri, 26 Oct 2018 09:32: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-26T09:32:51Z", "security_group_id": "8c539c68-dee7-4382-9ce7-63bb895fed45", "port_range_min": null, "revision_number": 0, "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "created_at": "2018-10-26T09:32:51Z", "project_id": "ecd685dbae2e454c96c3ecd5893735c8", "id": "0c903525-cbe1-4f00-8c3c-2265a0386dda"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:51Z", "security_group_id": "8c539c68-dee7-4382-9ce7-63bb895fed45", "port_range_min": null, "revision_number": 0, "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "created_at": "2018-10-26T09:32:51Z", "project_id": "ecd685dbae2e454c96c3ecd5893735c8", "id": "8b2adb0c-2d75-4190-9d92-a51f98c1f635"}, {"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-26T09:32:52Z", "security_group_id": "8c539c68-dee7-4382-9ce7-63bb895fed45", "port_range_min": null, "revision_number": 0, "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "created_at": "2018-10-26T09:32:52Z", "project_id": "ecd685dbae2e454c96c3ecd5893735c8", "id": "cb77fa05-67d1-4fbe-9960-d5a5527658c1"}]} 2018-10-26 09:32:53,950 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=8c539c68-dee7-4382-9ce7-63bb895fed45 used request id req-537fb211-a798-4f43-8491-9f2183fa29a9 2018-10-26 09:32:53,951 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8c539c68-dee7-4382-9ce7-63bb895fed45 2018-10-26 09:32:53,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=8c539c68-dee7-4382-9ce7-63bb895fed45 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa873a423ea3471a5ecf63e6d5fcc46ad941faf9" 2018-10-26 09:32:54,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-9e405a32-b5bc-474c-920e-3d7e89915fc1 Date: Fri, 26 Oct 2018 09:32: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-26T09:32:51Z", "security_group_id": "8c539c68-dee7-4382-9ce7-63bb895fed45", "port_range_min": null, "revision_number": 0, "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "created_at": "2018-10-26T09:32:51Z", "project_id": "ecd685dbae2e454c96c3ecd5893735c8", "id": "0c903525-cbe1-4f00-8c3c-2265a0386dda"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:51Z", "security_group_id": "8c539c68-dee7-4382-9ce7-63bb895fed45", "port_range_min": null, "revision_number": 0, "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "created_at": "2018-10-26T09:32:51Z", "project_id": "ecd685dbae2e454c96c3ecd5893735c8", "id": "8b2adb0c-2d75-4190-9d92-a51f98c1f635"}, {"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-26T09:32:52Z", "security_group_id": "8c539c68-dee7-4382-9ce7-63bb895fed45", "port_range_min": null, "revision_number": 0, "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "created_at": "2018-10-26T09:32:52Z", "project_id": "ecd685dbae2e454c96c3ecd5893735c8", "id": "cb77fa05-67d1-4fbe-9960-d5a5527658c1"}]} 2018-10-26 09:32:54,117 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=8c539c68-dee7-4382-9ce7-63bb895fed45 used request id req-9e405a32-b5bc-474c-920e-3d7e89915fc1 2018-10-26 09:32:54,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-4c403628-ca8f-4e36-9b5b-5fc7c2c6f749name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa873a423ea3471a5ecf63e6d5fcc46ad941faf9" 2018-10-26 09:32:54,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-78e7153e-1aa3-4bae-8e0d-c358a9bce032 Date: Fri, 26 Oct 2018 09:32:54 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "created_at": "2018-10-26T09:32:51Z", "updated_at": "2018-10-26T09:32:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:51Z", "revision_number": 0, "id": "0c903525-cbe1-4f00-8c3c-2265a0386dda", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:51Z", "security_group_id": "8c539c68-dee7-4382-9ce7-63bb895fed45", "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "ecd685dbae2e454c96c3ecd5893735c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:51Z", "revision_number": 0, "id": "8b2adb0c-2d75-4190-9d92-a51f98c1f635", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:51Z", "security_group_id": "8c539c68-dee7-4382-9ce7-63bb895fed45", "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "ecd685dbae2e454c96c3ecd5893735c8"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:52Z", "revision_number": 0, "id": "cb77fa05-67d1-4fbe-9960-d5a5527658c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:52Z", "security_group_id": "8c539c68-dee7-4382-9ce7-63bb895fed45", "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "ecd685dbae2e454c96c3ecd5893735c8"}], "revision_number": 3, "project_id": "ecd685dbae2e454c96c3ecd5893735c8", "id": "8c539c68-dee7-4382-9ce7-63bb895fed45", "name": "CreateSecurityGroupTests-4c403628-ca8f-4e36-9b5b-5fc7c2c6f749name"}]} 2018-10-26 09:32:54,325 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-4c403628-ca8f-4e36-9b5b-5fc7c2c6f749name used request id req-78e7153e-1aa3-4bae-8e0d-c358a9bce032 2018-10-26 09:32:54,325 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8c539c68-dee7-4382-9ce7-63bb895fed45 2018-10-26 09:32:54,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=8c539c68-dee7-4382-9ce7-63bb895fed45 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa873a423ea3471a5ecf63e6d5fcc46ad941faf9" 2018-10-26 09:32:54,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-6b030d3b-1e1f-44b4-b3a2-3289f08a0388 Date: Fri, 26 Oct 2018 09:32: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-26T09:32:51Z", "security_group_id": "8c539c68-dee7-4382-9ce7-63bb895fed45", "port_range_min": null, "revision_number": 0, "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "created_at": "2018-10-26T09:32:51Z", "project_id": "ecd685dbae2e454c96c3ecd5893735c8", "id": "0c903525-cbe1-4f00-8c3c-2265a0386dda"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:51Z", "security_group_id": "8c539c68-dee7-4382-9ce7-63bb895fed45", "port_range_min": null, "revision_number": 0, "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "created_at": "2018-10-26T09:32:51Z", "project_id": "ecd685dbae2e454c96c3ecd5893735c8", "id": "8b2adb0c-2d75-4190-9d92-a51f98c1f635"}, {"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-26T09:32:52Z", "security_group_id": "8c539c68-dee7-4382-9ce7-63bb895fed45", "port_range_min": null, "revision_number": 0, "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "created_at": "2018-10-26T09:32:52Z", "project_id": "ecd685dbae2e454c96c3ecd5893735c8", "id": "cb77fa05-67d1-4fbe-9960-d5a5527658c1"}]} 2018-10-26 09:32:54,513 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=8c539c68-dee7-4382-9ce7-63bb895fed45 used request id req-6b030d3b-1e1f-44b4-b3a2-3289f08a0388 2018-10-26 09:32:54,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-4c403628-ca8f-4e36-9b5b-5fc7c2c6f749name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa873a423ea3471a5ecf63e6d5fcc46ad941faf9" 2018-10-26 09:32:54,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-42dcb194-18af-4ec4-ad1b-9637f1c05f70 Date: Fri, 26 Oct 2018 09:32:54 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "created_at": "2018-10-26T09:32:51Z", "updated_at": "2018-10-26T09:32:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:51Z", "revision_number": 0, "id": "0c903525-cbe1-4f00-8c3c-2265a0386dda", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:51Z", "security_group_id": "8c539c68-dee7-4382-9ce7-63bb895fed45", "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "ecd685dbae2e454c96c3ecd5893735c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:51Z", "revision_number": 0, "id": "8b2adb0c-2d75-4190-9d92-a51f98c1f635", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:51Z", "security_group_id": "8c539c68-dee7-4382-9ce7-63bb895fed45", "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "ecd685dbae2e454c96c3ecd5893735c8"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:52Z", "revision_number": 0, "id": "cb77fa05-67d1-4fbe-9960-d5a5527658c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:52Z", "security_group_id": "8c539c68-dee7-4382-9ce7-63bb895fed45", "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "ecd685dbae2e454c96c3ecd5893735c8"}], "revision_number": 3, "project_id": "ecd685dbae2e454c96c3ecd5893735c8", "id": "8c539c68-dee7-4382-9ce7-63bb895fed45", "name": "CreateSecurityGroupTests-4c403628-ca8f-4e36-9b5b-5fc7c2c6f749name"}]} 2018-10-26 09:32:54,709 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-4c403628-ca8f-4e36-9b5b-5fc7c2c6f749name used request id req-42dcb194-18af-4ec4-ad1b-9637f1c05f70 2018-10-26 09:32:54,710 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8c539c68-dee7-4382-9ce7-63bb895fed45 2018-10-26 09:32:54,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=8c539c68-dee7-4382-9ce7-63bb895fed45 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa873a423ea3471a5ecf63e6d5fcc46ad941faf9" 2018-10-26 09:32:54,740 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-c4ab9ee6-82a8-4898-93f7-6e9f3cec469b Date: Fri, 26 Oct 2018 09:32: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-26T09:32:51Z", "security_group_id": "8c539c68-dee7-4382-9ce7-63bb895fed45", "port_range_min": null, "revision_number": 0, "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "created_at": "2018-10-26T09:32:51Z", "project_id": "ecd685dbae2e454c96c3ecd5893735c8", "id": "0c903525-cbe1-4f00-8c3c-2265a0386dda"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:51Z", "security_group_id": "8c539c68-dee7-4382-9ce7-63bb895fed45", "port_range_min": null, "revision_number": 0, "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "created_at": "2018-10-26T09:32:51Z", "project_id": "ecd685dbae2e454c96c3ecd5893735c8", "id": "8b2adb0c-2d75-4190-9d92-a51f98c1f635"}, {"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-26T09:32:52Z", "security_group_id": "8c539c68-dee7-4382-9ce7-63bb895fed45", "port_range_min": null, "revision_number": 0, "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "created_at": "2018-10-26T09:32:52Z", "project_id": "ecd685dbae2e454c96c3ecd5893735c8", "id": "cb77fa05-67d1-4fbe-9960-d5a5527658c1"}]} 2018-10-26 09:32:54,741 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=8c539c68-dee7-4382-9ce7-63bb895fed45 used request id req-c4ab9ee6-82a8-4898-93f7-6e9f3cec469b 2018-10-26 09:32:54,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-4c403628-ca8f-4e36-9b5b-5fc7c2c6f749name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa873a423ea3471a5ecf63e6d5fcc46ad941faf9" 2018-10-26 09:32:54,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-219ab5dc-5811-47a6-b244-0852024a9114 Date: Fri, 26 Oct 2018 09:32:54 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "created_at": "2018-10-26T09:32:51Z", "updated_at": "2018-10-26T09:32:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:51Z", "revision_number": 0, "id": "0c903525-cbe1-4f00-8c3c-2265a0386dda", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:51Z", "security_group_id": "8c539c68-dee7-4382-9ce7-63bb895fed45", "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "ecd685dbae2e454c96c3ecd5893735c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:51Z", "revision_number": 0, "id": "8b2adb0c-2d75-4190-9d92-a51f98c1f635", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:51Z", "security_group_id": "8c539c68-dee7-4382-9ce7-63bb895fed45", "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "ecd685dbae2e454c96c3ecd5893735c8"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:52Z", "revision_number": 0, "id": "cb77fa05-67d1-4fbe-9960-d5a5527658c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:52Z", "security_group_id": "8c539c68-dee7-4382-9ce7-63bb895fed45", "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "ecd685dbae2e454c96c3ecd5893735c8"}], "revision_number": 3, "project_id": "ecd685dbae2e454c96c3ecd5893735c8", "id": "8c539c68-dee7-4382-9ce7-63bb895fed45", "name": "CreateSecurityGroupTests-4c403628-ca8f-4e36-9b5b-5fc7c2c6f749name"}]} 2018-10-26 09:32:54,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-4c403628-ca8f-4e36-9b5b-5fc7c2c6f749name used request id req-219ab5dc-5811-47a6-b244-0852024a9114 2018-10-26 09:32:54,939 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8c539c68-dee7-4382-9ce7-63bb895fed45 2018-10-26 09:32:54,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=8c539c68-dee7-4382-9ce7-63bb895fed45 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa873a423ea3471a5ecf63e6d5fcc46ad941faf9" 2018-10-26 09:32:54,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-d74d7cfe-fc08-4b54-9c85-78c7d6b0bf2f Date: Fri, 26 Oct 2018 09:32: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-26T09:32:51Z", "security_group_id": "8c539c68-dee7-4382-9ce7-63bb895fed45", "port_range_min": null, "revision_number": 0, "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "created_at": "2018-10-26T09:32:51Z", "project_id": "ecd685dbae2e454c96c3ecd5893735c8", "id": "0c903525-cbe1-4f00-8c3c-2265a0386dda"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:51Z", "security_group_id": "8c539c68-dee7-4382-9ce7-63bb895fed45", "port_range_min": null, "revision_number": 0, "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "created_at": "2018-10-26T09:32:51Z", "project_id": "ecd685dbae2e454c96c3ecd5893735c8", "id": "8b2adb0c-2d75-4190-9d92-a51f98c1f635"}, {"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-26T09:32:52Z", "security_group_id": "8c539c68-dee7-4382-9ce7-63bb895fed45", "port_range_min": null, "revision_number": 0, "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "created_at": "2018-10-26T09:32:52Z", "project_id": "ecd685dbae2e454c96c3ecd5893735c8", "id": "cb77fa05-67d1-4fbe-9960-d5a5527658c1"}]} 2018-10-26 09:32:54,974 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=8c539c68-dee7-4382-9ce7-63bb895fed45 used request id req-d74d7cfe-fc08-4b54-9c85-78c7d6b0bf2f 2018-10-26 09:32:54,975 - neutron_utils - INFO - Deleting security group rule with ID - 8b2adb0c-2d75-4190-9d92-a51f98c1f635 2018-10-26 09:32:54,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/8b2adb0c-2d75-4190-9d92-a51f98c1f635 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e86432aae8fe810c115358457203eb6bc773d67" 2018-10-26 09:32:55,073 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3c58867e-2ebb-46d0-adf4-209e74c8a204 Content-Length: 0 Date: Fri, 26 Oct 2018 09:32:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:32:55,074 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/8b2adb0c-2d75-4190-9d92-a51f98c1f635 used request id req-3c58867e-2ebb-46d0-adf4-209e74c8a204 2018-10-26 09:32:55,074 - neutron_utils - INFO - Deleting security group rule with ID - 0c903525-cbe1-4f00-8c3c-2265a0386dda 2018-10-26 09:32:55,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/0c903525-cbe1-4f00-8c3c-2265a0386dda -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e86432aae8fe810c115358457203eb6bc773d67" 2018-10-26 09:32:55,321 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4ef90b78-01f2-4098-94a6-3c0109a6a5c1 Content-Length: 0 Date: Fri, 26 Oct 2018 09:32:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:32:55,321 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/0c903525-cbe1-4f00-8c3c-2265a0386dda used request id req-4ef90b78-01f2-4098-94a6-3c0109a6a5c1 2018-10-26 09:32:55,321 - neutron_utils - INFO - Deleting security group rule with ID - cb77fa05-67d1-4fbe-9960-d5a5527658c1 2018-10-26 09:32:55,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/cb77fa05-67d1-4fbe-9960-d5a5527658c1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e86432aae8fe810c115358457203eb6bc773d67" 2018-10-26 09:32:55,594 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-86e96c73-f540-4a6a-a8cf-ffc65d008b10 Content-Length: 0 Date: Fri, 26 Oct 2018 09:32:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:32:55,594 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/cb77fa05-67d1-4fbe-9960-d5a5527658c1 used request id req-86e96c73-f540-4a6a-a8cf-ffc65d008b10 2018-10-26 09:32:55,594 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-4c403628-ca8f-4e36-9b5b-5fc7c2c6f749name 2018-10-26 09:32:55,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/8c539c68-dee7-4382-9ce7-63bb895fed45 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e86432aae8fe810c115358457203eb6bc773d67" 2018-10-26 09:32:55,904 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ea44e457-f542-44d7-99ab-26daa9407de9 Content-Length: 0 Date: Fri, 26 Oct 2018 09:32:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:32:55,905 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/8c539c68-dee7-4382-9ce7-63bb895fed45 used request id req-ea44e457-f542-44d7-99ab-26daa9407de9 2018-10-26 09:32:55,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44e21e1f1fcdf98d2317797c8c93e1e8576ca47f" 2018-10-26 09:32:56,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-50bd2523-b967-4b61-91d5-df0a9579f9a6 Date: Fri, 26 Oct 2018 09:32:56 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "created_at": "2018-10-26T09:32:50Z", "updated_at": "2018-10-26T09:32:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:50Z", "revision_number": 0, "id": "44f8e3ef-30df-4ec5-b1b2-939dd65e717b", "remote_group_id": "617959e6-4936-40b0-ba1c-206a6bf08a8b", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:50Z", "security_group_id": "617959e6-4936-40b0-ba1c-206a6bf08a8b", "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "ecd685dbae2e454c96c3ecd5893735c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:50Z", "revision_number": 0, "id": "09beed72-e382-44cc-b724-d861610c766e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:50Z", "security_group_id": "617959e6-4936-40b0-ba1c-206a6bf08a8b", "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "ecd685dbae2e454c96c3ecd5893735c8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:50Z", "revision_number": 0, "id": "62a3582c-f36d-4f51-a7c9-59228b3c4926", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:50Z", "security_group_id": "617959e6-4936-40b0-ba1c-206a6bf08a8b", "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "port_range_min": null, "ethertype": "IPv4", "project_id": "ecd685dbae2e454c96c3ecd5893735c8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:50Z", "revision_number": 0, "id": "a5abbaab-e9bf-428b-a357-2ff70a020ca5", "remote_group_id": "617959e6-4936-40b0-ba1c-206a6bf08a8b", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:50Z", "security_group_id": "617959e6-4936-40b0-ba1c-206a6bf08a8b", "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "port_range_min": null, "ethertype": "IPv6", "project_id": "ecd685dbae2e454c96c3ecd5893735c8"}], "revision_number": 4, "project_id": "ecd685dbae2e454c96c3ecd5893735c8", "id": "617959e6-4936-40b0-ba1c-206a6bf08a8b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:32:56,123 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-50bd2523-b967-4b61-91d5-df0a9579f9a6 2018-10-26 09:32:56,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ecd685dbae2e454c96c3ecd5893735c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44e21e1f1fcdf98d2317797c8c93e1e8576ca47f" 2018-10-26 09:32:56,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-026e3f33-7b8d-4c78-be88-0f891137c5ee Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/ecd685dbae2e454c96c3ecd5893735c8"}, "enabled": true, "id": "ecd685dbae2e454c96c3ecd5893735c8", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-902aa4f6-ff50-40c-proj"}} 2018-10-26 09:32:56,218 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ecd685dbae2e454c96c3ecd5893735c8 used request id req-026e3f33-7b8d-4c78-be88-0f891137c5ee 2018-10-26 09:32:56,219 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 617959e6-4936-40b0-ba1c-206a6bf08a8b 2018-10-26 09:32:56,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=617959e6-4936-40b0-ba1c-206a6bf08a8b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44e21e1f1fcdf98d2317797c8c93e1e8576ca47f" 2018-10-26 09:32:56,419 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-88502f8a-4054-4e1e-9eb7-653eaf05cfc8 Date: Fri, 26 Oct 2018 09:32:56 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:50Z", "security_group_id": "617959e6-4936-40b0-ba1c-206a6bf08a8b", "port_range_min": null, "revision_number": 0, "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "created_at": "2018-10-26T09:32:50Z", "project_id": "ecd685dbae2e454c96c3ecd5893735c8", "id": "09beed72-e382-44cc-b724-d861610c766e"}, {"remote_group_id": "617959e6-4936-40b0-ba1c-206a6bf08a8b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:50Z", "security_group_id": "617959e6-4936-40b0-ba1c-206a6bf08a8b", "port_range_min": null, "revision_number": 0, "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "created_at": "2018-10-26T09:32:50Z", "project_id": "ecd685dbae2e454c96c3ecd5893735c8", "id": "44f8e3ef-30df-4ec5-b1b2-939dd65e717b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:50Z", "security_group_id": "617959e6-4936-40b0-ba1c-206a6bf08a8b", "port_range_min": null, "revision_number": 0, "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "created_at": "2018-10-26T09:32:50Z", "project_id": "ecd685dbae2e454c96c3ecd5893735c8", "id": "62a3582c-f36d-4f51-a7c9-59228b3c4926"}, {"remote_group_id": "617959e6-4936-40b0-ba1c-206a6bf08a8b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:32:50Z", "security_group_id": "617959e6-4936-40b0-ba1c-206a6bf08a8b", "port_range_min": null, "revision_number": 0, "tenant_id": "ecd685dbae2e454c96c3ecd5893735c8", "created_at": "2018-10-26T09:32:50Z", "project_id": "ecd685dbae2e454c96c3ecd5893735c8", "id": "a5abbaab-e9bf-428b-a357-2ff70a020ca5"}]} 2018-10-26 09:32:56,419 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=617959e6-4936-40b0-ba1c-206a6bf08a8b used request id req-88502f8a-4054-4e1e-9eb7-653eaf05cfc8 2018-10-26 09:32:56,420 - neutron_utils - INFO - Deleting security group with name - default 2018-10-26 09:32:56,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/617959e6-4936-40b0-ba1c-206a6bf08a8b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44e21e1f1fcdf98d2317797c8c93e1e8576ca47f" 2018-10-26 09:32:56,705 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5c2ddf40-7b9b-40ff-b30a-0d8ebd0a4fa8 Content-Length: 0 Date: Fri, 26 Oct 2018 09:32:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:32:56,705 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/617959e6-4936-40b0-ba1c-206a6bf08a8b used request id req-5c2ddf40-7b9b-40ff-b30a-0d8ebd0a4fa8 2018-10-26 09:32:56,706 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-902aa4f6-ff50-40c-proj 2018-10-26 09:32:56,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/ecd685dbae2e454c96c3ecd5893735c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44e21e1f1fcdf98d2317797c8c93e1e8576ca47f" 2018-10-26 09:32:56,917 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:32:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c5e83f72-7f90-444b-9072-782627450dbc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:32:56,917 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/ecd685dbae2e454c96c3ecd5893735c8 used request id req-c5e83f72-7f90-444b-9072-782627450dbc 2018-10-26 09:32:56,917 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-902aa4f6-ff50-40c-proj-role 2018-10-26 09:32:56,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/8604d9555788424fb1e1ae2a27bca09a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44e21e1f1fcdf98d2317797c8c93e1e8576ca47f" 2018-10-26 09:32:57,034 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:32:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fb122da2-762f-4911-b3e1-3ec8e191f830 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:32:57,034 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/8604d9555788424fb1e1ae2a27bca09a used request id req-fb122da2-762f-4911-b3e1-3ec8e191f830 2018-10-26 09:32:57,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44e21e1f1fcdf98d2317797c8c93e1e8576ca47f" 2018-10-26 09:32:57,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e6382c1-628f-4d42-8e78-4367e25661d7 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:32:57,137 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-9e6382c1-628f-4d42-8e78-4367e25661d7 2018-10-26 09:32:57,137 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-902aa4f6-ff50-40c-user 2018-10-26 09:32:57,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/18eefadd2e504a81aaebc1e98b2911b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00d25d104f6413cd6fb2aa02c2e17adf43df0276" 2018-10-26 09:32:57,315 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:32:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6f8cd69b-6be8-4637-8d98-12f00e6ce6e4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:32:57,316 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/18eefadd2e504a81aaebc1e98b2911b7 used request id req-6f8cd69b-6be8-4637-8d98-12f00e6ce6e4 2018-10-26 09:32:57,317 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:32:57,706 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:32:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["aNfLz3IzRoS4WEp_iYANGQ"], "issued_at": "2018-10-26T09:32:57.000000Z"}} 2018-10-26 09:32:57,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5cb415bfda63d70f9c6fdec27120426f6ac5e307" 2018-10-26 09:32:57,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80e923cc-90b4-443d-b674-a9ef3c5b2a83 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:32:57,806 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-80e923cc-90b4-443d-b674-a9ef3c5b2a83 2018-10-26 09:32:57,808 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:57,808 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:32:58,188 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:32:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["hsVI0sj2SLeSoLuV0mHE3w"], "issued_at": "2018-10-26T09:32:58.000000Z"}} 2018-10-26 09:32:58,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db6e27191a053ba7e0346deb8f174ad3db993b4d" 2018-10-26 09:32:58,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8468d68f-a8e8-4e22-b33c-9abc8590e8ab Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:32:58,278 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8468d68f-a8e8-4e22-b33c-9abc8590e8ab 2018-10-26 09:32:58,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:32:58,289 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:32: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:32:58,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-36a4d3af-e480-4a6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db6e27191a053ba7e0346deb8f174ad3db993b4d" 2018-10-26 09:32:58,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e439931-17da-402a-8801-66ff8172667b Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-36a4d3af-e480-4a6-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:32:58,371 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-36a4d3af-e480-4a6-proj used request id req-1e439931-17da-402a-8801-66ff8172667b 2018-10-26 09:32:58,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db6e27191a053ba7e0346deb8f174ad3db993b4d" 2018-10-26 09:32:58,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6e49554-64e5-4866-972b-f1ae5c2b2388 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:32:58,459 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-b6e49554-64e5-4866-972b-f1ae5c2b2388 2018-10-26 09:32:58,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db6e27191a053ba7e0346deb8f174ad3db993b4d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-36a4d3af-e480-4a6-proj"}}' 2018-10-26 09:32:58,610 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:32:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-18a5b7ec-6098-479e-9dbe-848d75f3f759 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/cc3d32e833df4a118cb83b4e3144ee4e"}, "enabled": true, "id": "cc3d32e833df4a118cb83b4e3144ee4e", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-36a4d3af-e480-4a6-proj"}} 2018-10-26 09:32:58,610 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-18a5b7ec-6098-479e-9dbe-848d75f3f759 2018-10-26 09:32:58,610 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-36a4d3af-e480-4a6-proj 2018-10-26 09:32:58,611 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:58,611 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:32:59,002 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:32:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["8RfBAIjgSWyQ74U41b0Ofg"], "issued_at": "2018-10-26T09:32:59.000000Z"}} 2018-10-26 09:32:59,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f89d6c967aef17fc85ec67521db9d8767610e38" 2018-10-26 09:32:59,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55ece750-ed49-438b-9390-0d785a2ab6fc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:32:59,016 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-55ece750-ed49-438b-9390-0d785a2ab6fc 2018-10-26 09:32:59,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:32:59,026 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:32:59,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f89d6c967aef17fc85ec67521db9d8767610e38" 2018-10-26 09:32:59,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd9e644d-fd70-41b1-990d-5f72ace2f48a Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:32:59,132 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-dd9e644d-fd70-41b1-990d-5f72ace2f48a 2018-10-26 09:32:59,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-36a4d3af-e480-4a6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f89d6c967aef17fc85ec67521db9d8767610e38" 2018-10-26 09:32:59,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31e8d1ff-4736-4cb4-849b-270353f7cbb6 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-36a4d3af-e480-4a6-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/cc3d32e833df4a118cb83b4e3144ee4e"}, "enabled": true, "id": "cc3d32e833df4a118cb83b4e3144ee4e", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-36a4d3af-e480-4a6-proj"}]} 2018-10-26 09:32:59,229 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-36a4d3af-e480-4a6-proj used request id req-31e8d1ff-4736-4cb4-849b-270353f7cbb6 2018-10-26 09:32:59,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f89d6c967aef17fc85ec67521db9d8767610e38" 2018-10-26 09:32:59,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4eb5afcd-779a-48e1-a903-eaff6701fe0d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:32:59,332 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-4eb5afcd-779a-48e1-a903-eaff6701fe0d 2018-10-26 09:32:59,689 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-36a4d3af-e480-4a6-user 2018-10-26 09:32:59,689 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:32:59,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db6e27191a053ba7e0346deb8f174ad3db993b4d" 2018-10-26 09:32:59,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18bb8781-335a-473f-858a-3edb1de8f197 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:32:59,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-18bb8781-335a-473f-858a-3edb1de8f197 2018-10-26 09:32:59,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db6e27191a053ba7e0346deb8f174ad3db993b4d" -d '{"role": {"name": "CreateSecurityGroupTests-36a4d3af-e480-4a6-proj-role"}}' 2018-10-26 09:32:59,892 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:32:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3c27afde-7477-4432-b081-3bf2403e653b Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "69b5b287453849cf85b0bbb76e0f5137", "links": {"self": "http://172.30.9.21:5000/v3/roles/69b5b287453849cf85b0bbb76e0f5137"}, "name": "CreateSecurityGroupTests-36a4d3af-e480-4a6-proj-role"}} 2018-10-26 09:32:59,893 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-3c27afde-7477-4432-b081-3bf2403e653b 2018-10-26 09:32:59,893 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-36a4d3af-e480-4a6-proj-role 2018-10-26 09:32:59,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/69b5b287453849cf85b0bbb76e0f5137 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db6e27191a053ba7e0346deb8f174ad3db993b4d" 2018-10-26 09:32:59,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:32:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0395e60-74a0-4ee4-9b1b-f05690a63a62 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/69b5b287453849cf85b0bbb76e0f5137"}, "domain_id": null, "name": "CreateSecurityGroupTests-36a4d3af-e480-4a6-proj-role", "id": "69b5b287453849cf85b0bbb76e0f5137"}} 2018-10-26 09:32:59,914 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/69b5b287453849cf85b0bbb76e0f5137 used request id req-c0395e60-74a0-4ee4-9b1b-f05690a63a62 2018-10-26 09:32:59,915 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-36a4d3af-e480-4a6-proj-role to project CreateSecurityGroupTests-36a4d3af-e480-4a6-proj 2018-10-26 09:32:59,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/cc3d32e833df4a118cb83b4e3144ee4e/users/f08925b94f264fcf8095fb89d3b56e9a/roles/69b5b287453849cf85b0bbb76e0f5137 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db6e27191a053ba7e0346deb8f174ad3db993b4d" 2018-10-26 09:33:00,045 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:32:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c4997aaa-b452-4bb5-b050-fc6e956ed7f3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:33:00,045 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/cc3d32e833df4a118cb83b4e3144ee4e/users/f08925b94f264fcf8095fb89d3b56e9a/roles/69b5b287453849cf85b0bbb76e0f5137 used request id req-c4997aaa-b452-4bb5-b050-fc6e956ed7f3 2018-10-26 09:33:00,046 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:33:00,047 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:33:00,428 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "69b5b287453849cf85b0bbb76e0f5137", "name": "CreateSecurityGroupTests-36a4d3af-e480-4a6-proj-role"}], "expires_at": "2018-10-26T10:33:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cc3d32e833df4a118cb83b4e3144ee4e", "name": "CreateSecurityGroupTests-36a4d3af-e480-4a6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/cc3d32e833df4a118cb83b4e3144ee4e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/cc3d32e833df4a118cb83b4e3144ee4e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/cc3d32e833df4a118cb83b4e3144ee4e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/cc3d32e833df4a118cb83b4e3144ee4e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/cc3d32e833df4a118cb83b4e3144ee4e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/cc3d32e833df4a118cb83b4e3144ee4e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/cc3d32e833df4a118cb83b4e3144ee4e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/cc3d32e833df4a118cb83b4e3144ee4e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/cc3d32e833df4a118cb83b4e3144ee4e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/cc3d32e833df4a118cb83b4e3144ee4e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/cc3d32e833df4a118cb83b4e3144ee4e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/cc3d32e833df4a118cb83b4e3144ee4e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-36a4d3af-e480-4a6-user", "id": "f08925b94f264fcf8095fb89d3b56e9a"}, "audit_ids": ["925GdXlTSiaDCnY4lyfbKQ"], "issued_at": "2018-10-26T09:33:00.000000Z"}} 2018-10-26 09:33:00,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b17e72484365d1c2fd0b74ee55995ff80e690077" 2018-10-26 09:33:00,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af51273b-4acf-4369-aa2c-2e8082457ca9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:33:00,520 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-af51273b-4acf-4369-aa2c-2e8082457ca9 2018-10-26 09:33:00,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-61d893b7-c221-4e25-9704-deba81c94570name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b17e72484365d1c2fd0b74ee55995ff80e690077" 2018-10-26 09:33:00,806 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-98d826b0-92c8-4555-ab4b-ce5083537a31 Date: Fri, 26 Oct 2018 09:33:00 GMT RESP BODY: {"security_groups": []} 2018-10-26 09:33:00,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-61d893b7-c221-4e25-9704-deba81c94570name&description=hello+group used request id req-98d826b0-92c8-4555-ab4b-ce5083537a31 2018-10-26 09:33:00,807 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-61d893b7-c221-4e25-9704-deba81c94570name... 2018-10-26 09:33:00,807 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-61d893b7-c221-4e25-9704-deba81c94570name 2018-10-26 09:33:00,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b17e72484365d1c2fd0b74ee55995ff80e690077" -d '{"security_group": {"name": "CreateSecurityGroupTests-61d893b7-c221-4e25-9704-deba81c94570name", "description": "hello group"}}' 2018-10-26 09:33:01,323 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-39d5b64a-5943-47fc-a217-6ecd069865cb Date: Fri, 26 Oct 2018 09:33:01 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:01Z", "updated_at": "2018-10-26T09:33:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:01Z", "revision_number": 0, "id": "c0542307-6609-4e12-8bf6-e5ac0c165ab4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:01Z", "revision_number": 0, "id": "ff1b59e4-28da-4e7a-b99f-34b2f166d539", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}], "revision_number": 2, "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "name": "CreateSecurityGroupTests-61d893b7-c221-4e25-9704-deba81c94570name"}} 2018-10-26 09:33:01,323 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-39d5b64a-5943-47fc-a217-6ecd069865cb 2018-10-26 09:33:01,324 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 97d9c6e9-050d-4042-b553-9b73dd3a10b9 2018-10-26 09:33:01,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=97d9c6e9-050d-4042-b553-9b73dd3a10b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b17e72484365d1c2fd0b74ee55995ff80e690077" 2018-10-26 09:33:01,510 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-97f0c431-dd1c-45d7-8b04-5871bf35a9ed Date: Fri, 26 Oct 2018 09:33: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-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:01Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "c0542307-6609-4e12-8bf6-e5ac0c165ab4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:01Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "ff1b59e4-28da-4e7a-b99f-34b2f166d539"}]} 2018-10-26 09:33:01,511 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=97d9c6e9-050d-4042-b553-9b73dd3a10b9 used request id req-97f0c431-dd1c-45d7-8b04-5871bf35a9ed 2018-10-26 09:33:01,511 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 97d9c6e9-050d-4042-b553-9b73dd3a10b9 2018-10-26 09:33:01,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=97d9c6e9-050d-4042-b553-9b73dd3a10b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b17e72484365d1c2fd0b74ee55995ff80e690077" 2018-10-26 09:33:01,679 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-998062f7-438b-48d7-b2a5-e2506b81d13a Date: Fri, 26 Oct 2018 09:33: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-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:01Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "c0542307-6609-4e12-8bf6-e5ac0c165ab4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:01Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "ff1b59e4-28da-4e7a-b99f-34b2f166d539"}]} 2018-10-26 09:33:01,679 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=97d9c6e9-050d-4042-b553-9b73dd3a10b9 used request id req-998062f7-438b-48d7-b2a5-e2506b81d13a 2018-10-26 09:33:01,679 - neutron_utils - INFO - Retrieving security group with ID - 97d9c6e9-050d-4042-b553-9b73dd3a10b9 2018-10-26 09:33:01,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=97d9c6e9-050d-4042-b553-9b73dd3a10b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b17e72484365d1c2fd0b74ee55995ff80e690077" 2018-10-26 09:33:01,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-d0ede3bd-1648-49b2-a0b5-bbe5dc69c54f Date: Fri, 26 Oct 2018 09:33:01 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:01Z", "updated_at": "2018-10-26T09:33:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:01Z", "revision_number": 0, "id": "c0542307-6609-4e12-8bf6-e5ac0c165ab4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:01Z", "revision_number": 0, "id": "ff1b59e4-28da-4e7a-b99f-34b2f166d539", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}], "revision_number": 2, "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "name": "CreateSecurityGroupTests-61d893b7-c221-4e25-9704-deba81c94570name"}]} 2018-10-26 09:33:01,757 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=97d9c6e9-050d-4042-b553-9b73dd3a10b9 used request id req-d0ede3bd-1648-49b2-a0b5-bbe5dc69c54f 2018-10-26 09:33:01,758 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 97d9c6e9-050d-4042-b553-9b73dd3a10b9 2018-10-26 09:33:01,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=97d9c6e9-050d-4042-b553-9b73dd3a10b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b17e72484365d1c2fd0b74ee55995ff80e690077" 2018-10-26 09:33:01,930 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-535b5ab9-70fe-45a5-a4b6-200eed8f1feb Date: Fri, 26 Oct 2018 09:33: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-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:01Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "c0542307-6609-4e12-8bf6-e5ac0c165ab4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:01Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "ff1b59e4-28da-4e7a-b99f-34b2f166d539"}]} 2018-10-26 09:33:01,930 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=97d9c6e9-050d-4042-b553-9b73dd3a10b9 used request id req-535b5ab9-70fe-45a5-a4b6-200eed8f1feb 2018-10-26 09:33:01,931 - neutron_utils - INFO - Retrieving security group with ID - 97d9c6e9-050d-4042-b553-9b73dd3a10b9 2018-10-26 09:33:01,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=97d9c6e9-050d-4042-b553-9b73dd3a10b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b17e72484365d1c2fd0b74ee55995ff80e690077" 2018-10-26 09:33:02,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-13361847-df3a-4e45-9ab2-f0e18e9bf128 Date: Fri, 26 Oct 2018 09:33:02 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:01Z", "updated_at": "2018-10-26T09:33:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:01Z", "revision_number": 0, "id": "c0542307-6609-4e12-8bf6-e5ac0c165ab4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:01Z", "revision_number": 0, "id": "ff1b59e4-28da-4e7a-b99f-34b2f166d539", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}], "revision_number": 2, "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "name": "CreateSecurityGroupTests-61d893b7-c221-4e25-9704-deba81c94570name"}]} 2018-10-26 09:33:02,134 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=97d9c6e9-050d-4042-b553-9b73dd3a10b9 used request id req-13361847-df3a-4e45-9ab2-f0e18e9bf128 2018-10-26 09:33:02,135 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 97d9c6e9-050d-4042-b553-9b73dd3a10b9 2018-10-26 09:33:02,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=97d9c6e9-050d-4042-b553-9b73dd3a10b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b17e72484365d1c2fd0b74ee55995ff80e690077" 2018-10-26 09:33:02,303 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-acead91d-9023-4bc5-b54a-ae4932e30d92 Date: Fri, 26 Oct 2018 09:33: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-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:01Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "c0542307-6609-4e12-8bf6-e5ac0c165ab4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:01Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "ff1b59e4-28da-4e7a-b99f-34b2f166d539"}]} 2018-10-26 09:33:02,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=97d9c6e9-050d-4042-b553-9b73dd3a10b9 used request id req-acead91d-9023-4bc5-b54a-ae4932e30d92 2018-10-26 09:33:02,304 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-61d893b7-c221-4e25-9704-deba81c94570name 2018-10-26 09:33:02,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-61d893b7-c221-4e25-9704-deba81c94570name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b17e72484365d1c2fd0b74ee55995ff80e690077" 2018-10-26 09:33:02,356 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-27659c1a-3af8-47c5-93e7-d1b1c4a7b8db Date: Fri, 26 Oct 2018 09:33:02 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:01Z", "updated_at": "2018-10-26T09:33:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:01Z", "revision_number": 0, "id": "c0542307-6609-4e12-8bf6-e5ac0c165ab4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:01Z", "revision_number": 0, "id": "ff1b59e4-28da-4e7a-b99f-34b2f166d539", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}], "revision_number": 2, "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "name": "CreateSecurityGroupTests-61d893b7-c221-4e25-9704-deba81c94570name"}]} 2018-10-26 09:33:02,356 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-61d893b7-c221-4e25-9704-deba81c94570name used request id req-27659c1a-3af8-47c5-93e7-d1b1c4a7b8db 2018-10-26 09:33:02,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:33:02,365 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:33: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:33:02,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/cc3d32e833df4a118cb83b4e3144ee4e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b17e72484365d1c2fd0b74ee55995ff80e690077" 2018-10-26 09:33:02,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d149cb46-3b26-4a4d-81e6-105a262fb810 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/cc3d32e833df4a118cb83b4e3144ee4e"}, "enabled": true, "id": "cc3d32e833df4a118cb83b4e3144ee4e", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-36a4d3af-e480-4a6-proj"}} 2018-10-26 09:33:02,449 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/cc3d32e833df4a118cb83b4e3144ee4e used request id req-d149cb46-3b26-4a4d-81e6-105a262fb810 2018-10-26 09:33:02,449 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 97d9c6e9-050d-4042-b553-9b73dd3a10b9 2018-10-26 09:33:02,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=97d9c6e9-050d-4042-b553-9b73dd3a10b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b17e72484365d1c2fd0b74ee55995ff80e690077" 2018-10-26 09:33:02,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b75f0071-9e43-4ef0-be41-e88b0a01949f Date: Fri, 26 Oct 2018 09:33: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-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:01Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "c0542307-6609-4e12-8bf6-e5ac0c165ab4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:01Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "ff1b59e4-28da-4e7a-b99f-34b2f166d539"}]} 2018-10-26 09:33:02,630 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=97d9c6e9-050d-4042-b553-9b73dd3a10b9 used request id req-b75f0071-9e43-4ef0-be41-e88b0a01949f 2018-10-26 09:33:02,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b17e72484365d1c2fd0b74ee55995ff80e690077" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9"}}' 2018-10-26 09:33:02,942 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-8a178415-c131-417f-b0e5-3007aebe2b33 Date: Fri, 26 Oct 2018 09:33:02 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-26T09:33:02Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:02Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "97408a28-9d13-4fad-9bb5-a340eadabd28"}} 2018-10-26 09:33:02,942 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-8a178415-c131-417f-b0e5-3007aebe2b33 2018-10-26 09:33:02,942 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-61d893b7-c221-4e25-9704-deba81c94570name 2018-10-26 09:33:02,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-61d893b7-c221-4e25-9704-deba81c94570name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b17e72484365d1c2fd0b74ee55995ff80e690077" 2018-10-26 09:33:03,130 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-a0b02b0c-854e-4490-9bda-5c48809185ba Date: Fri, 26 Oct 2018 09:33:03 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:01Z", "updated_at": "2018-10-26T09:33:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:02Z", "revision_number": 0, "id": "97408a28-9d13-4fad-9bb5-a340eadabd28", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:02Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:01Z", "revision_number": 0, "id": "c0542307-6609-4e12-8bf6-e5ac0c165ab4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:01Z", "revision_number": 0, "id": "ff1b59e4-28da-4e7a-b99f-34b2f166d539", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}], "revision_number": 3, "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "name": "CreateSecurityGroupTests-61d893b7-c221-4e25-9704-deba81c94570name"}]} 2018-10-26 09:33:03,130 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-61d893b7-c221-4e25-9704-deba81c94570name used request id req-a0b02b0c-854e-4490-9bda-5c48809185ba 2018-10-26 09:33:03,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/cc3d32e833df4a118cb83b4e3144ee4e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b17e72484365d1c2fd0b74ee55995ff80e690077" 2018-10-26 09:33:03,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eef7a020-945c-401e-b209-9ba8096b0d26 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/cc3d32e833df4a118cb83b4e3144ee4e"}, "enabled": true, "id": "cc3d32e833df4a118cb83b4e3144ee4e", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-36a4d3af-e480-4a6-proj"}} 2018-10-26 09:33:03,218 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/cc3d32e833df4a118cb83b4e3144ee4e used request id req-eef7a020-945c-401e-b209-9ba8096b0d26 2018-10-26 09:33:03,218 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 97d9c6e9-050d-4042-b553-9b73dd3a10b9 2018-10-26 09:33:03,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=97d9c6e9-050d-4042-b553-9b73dd3a10b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b17e72484365d1c2fd0b74ee55995ff80e690077" 2018-10-26 09:33:03,411 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-b2659ddb-4d59-4e61-b19b-a55819cf8056 Date: Fri, 26 Oct 2018 09:33:03 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-26T09:33:02Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:02Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "97408a28-9d13-4fad-9bb5-a340eadabd28"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:01Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "c0542307-6609-4e12-8bf6-e5ac0c165ab4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:01Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "ff1b59e4-28da-4e7a-b99f-34b2f166d539"}]} 2018-10-26 09:33:03,411 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=97d9c6e9-050d-4042-b553-9b73dd3a10b9 used request id req-b2659ddb-4d59-4e61-b19b-a55819cf8056 2018-10-26 09:33:03,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b17e72484365d1c2fd0b74ee55995ff80e690077" -d '{"security_group_rule": {"ethertype": "IPv6", "direction": "egress", "protocol": 17, "description": "test_rule_2", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9"}}' 2018-10-26 09:33:03,592 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 520 X-Openstack-Request-Id: req-c0d7c9ff-014d-43b5-a936-bcbd5db6eda3 Date: Fri, 26 Oct 2018 09:33:03 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-26T09:33:03Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:03Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "c77f3f5d-8b93-48ef-bfd1-4e70e037c26b"}} 2018-10-26 09:33:03,592 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-c0d7c9ff-014d-43b5-a936-bcbd5db6eda3 2018-10-26 09:33:03,593 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-61d893b7-c221-4e25-9704-deba81c94570name 2018-10-26 09:33:03,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-61d893b7-c221-4e25-9704-deba81c94570name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b17e72484365d1c2fd0b74ee55995ff80e690077" 2018-10-26 09:33:03,806 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2430 X-Openstack-Request-Id: req-6267c593-3056-4c73-8d99-fb773e906c55 Date: Fri, 26 Oct 2018 09:33:03 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:01Z", "updated_at": "2018-10-26T09:33:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:02Z", "revision_number": 0, "id": "97408a28-9d13-4fad-9bb5-a340eadabd28", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:02Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:01Z", "revision_number": 0, "id": "c0542307-6609-4e12-8bf6-e5ac0c165ab4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:03Z", "revision_number": 0, "id": "c77f3f5d-8b93-48ef-bfd1-4e70e037c26b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:03Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:01Z", "revision_number": 0, "id": "ff1b59e4-28da-4e7a-b99f-34b2f166d539", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}], "revision_number": 4, "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "name": "CreateSecurityGroupTests-61d893b7-c221-4e25-9704-deba81c94570name"}]} 2018-10-26 09:33:03,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-61d893b7-c221-4e25-9704-deba81c94570name used request id req-6267c593-3056-4c73-8d99-fb773e906c55 2018-10-26 09:33:03,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/cc3d32e833df4a118cb83b4e3144ee4e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b17e72484365d1c2fd0b74ee55995ff80e690077" 2018-10-26 09:33:03,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c52166e8-8a5c-4649-985a-01a8f73487c4 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/cc3d32e833df4a118cb83b4e3144ee4e"}, "enabled": true, "id": "cc3d32e833df4a118cb83b4e3144ee4e", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-36a4d3af-e480-4a6-proj"}} 2018-10-26 09:33:03,890 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/cc3d32e833df4a118cb83b4e3144ee4e used request id req-c52166e8-8a5c-4649-985a-01a8f73487c4 2018-10-26 09:33:03,890 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 97d9c6e9-050d-4042-b553-9b73dd3a10b9 2018-10-26 09:33:03,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=97d9c6e9-050d-4042-b553-9b73dd3a10b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b17e72484365d1c2fd0b74ee55995ff80e690077" 2018-10-26 09:33:04,063 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1997 X-Openstack-Request-Id: req-a49647c1-5922-456e-9d40-181ed568dc44 Date: Fri, 26 Oct 2018 09:33:04 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-26T09:33:02Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:02Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "97408a28-9d13-4fad-9bb5-a340eadabd28"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:01Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "c0542307-6609-4e12-8bf6-e5ac0c165ab4"}, {"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-26T09:33:03Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:03Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "c77f3f5d-8b93-48ef-bfd1-4e70e037c26b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:01Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "ff1b59e4-28da-4e7a-b99f-34b2f166d539"}]} 2018-10-26 09:33:04,064 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=97d9c6e9-050d-4042-b553-9b73dd3a10b9 used request id req-a49647c1-5922-456e-9d40-181ed568dc44 2018-10-26 09:33:04,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b17e72484365d1c2fd0b74ee55995ff80e690077" -d '{"security_group_rule": {"direction": "egress", "protocol": 17, "description": "test_rule_3", "ethertype": "IPv4", "port_range_max": 20, "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": 10}}' 2018-10-26 09:33:04,222 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 516 X-Openstack-Request-Id: req-20e6b3f0-2cf7-44b7-a152-92b1cd5a9c16 Date: Fri, 26 Oct 2018 09:33:04 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-26T09:33:04Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": 10, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:04Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "c3d4c65c-18ad-49ba-9fa0-3e0731831a9f"}} 2018-10-26 09:33:04,222 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-20e6b3f0-2cf7-44b7-a152-92b1cd5a9c16 2018-10-26 09:33:04,223 - neutron_utils - INFO - Retrieving security group with ID - 97d9c6e9-050d-4042-b553-9b73dd3a10b9 2018-10-26 09:33:04,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=97d9c6e9-050d-4042-b553-9b73dd3a10b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b17e72484365d1c2fd0b74ee55995ff80e690077" 2018-10-26 09:33:04,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-3e0d29aa-c005-44c6-964d-a7c93bd3ce01 Date: Fri, 26 Oct 2018 09:33:04 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:01Z", "updated_at": "2018-10-26T09:33:04Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:02Z", "revision_number": 0, "id": "97408a28-9d13-4fad-9bb5-a340eadabd28", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:02Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:01Z", "revision_number": 0, "id": "c0542307-6609-4e12-8bf6-e5ac0c165ab4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-26T09:33:04Z", "revision_number": 0, "id": "c3d4c65c-18ad-49ba-9fa0-3e0731831a9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:04Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": 10, "ethertype": "IPv4", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:03Z", "revision_number": 0, "id": "c77f3f5d-8b93-48ef-bfd1-4e70e037c26b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:03Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:01Z", "revision_number": 0, "id": "ff1b59e4-28da-4e7a-b99f-34b2f166d539", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}], "revision_number": 5, "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "name": "CreateSecurityGroupTests-61d893b7-c221-4e25-9704-deba81c94570name"}]} 2018-10-26 09:33:04,276 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=97d9c6e9-050d-4042-b553-9b73dd3a10b9 used request id req-3e0d29aa-c005-44c6-964d-a7c93bd3ce01 2018-10-26 09:33:04,277 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 97d9c6e9-050d-4042-b553-9b73dd3a10b9 2018-10-26 09:33:04,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=97d9c6e9-050d-4042-b553-9b73dd3a10b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b17e72484365d1c2fd0b74ee55995ff80e690077" 2018-10-26 09:33:04,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-d9555328-e07d-4881-acc7-22571abc9b37 Date: Fri, 26 Oct 2018 09:33:04 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-26T09:33:02Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:02Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "97408a28-9d13-4fad-9bb5-a340eadabd28"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:01Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "c0542307-6609-4e12-8bf6-e5ac0c165ab4"}, {"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-26T09:33:04Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": 10, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:04Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "c3d4c65c-18ad-49ba-9fa0-3e0731831a9f"}, {"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-26T09:33:03Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:03Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "c77f3f5d-8b93-48ef-bfd1-4e70e037c26b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:01Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "ff1b59e4-28da-4e7a-b99f-34b2f166d539"}]} 2018-10-26 09:33:04,501 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=97d9c6e9-050d-4042-b553-9b73dd3a10b9 used request id req-d9555328-e07d-4881-acc7-22571abc9b37 2018-10-26 09:33:04,502 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:33:04,893 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "69b5b287453849cf85b0bbb76e0f5137", "name": "CreateSecurityGroupTests-36a4d3af-e480-4a6-proj-role"}], "expires_at": "2018-10-26T10:33:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cc3d32e833df4a118cb83b4e3144ee4e", "name": "CreateSecurityGroupTests-36a4d3af-e480-4a6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/cc3d32e833df4a118cb83b4e3144ee4e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/cc3d32e833df4a118cb83b4e3144ee4e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/cc3d32e833df4a118cb83b4e3144ee4e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/cc3d32e833df4a118cb83b4e3144ee4e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/cc3d32e833df4a118cb83b4e3144ee4e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/cc3d32e833df4a118cb83b4e3144ee4e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/cc3d32e833df4a118cb83b4e3144ee4e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/cc3d32e833df4a118cb83b4e3144ee4e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/cc3d32e833df4a118cb83b4e3144ee4e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/cc3d32e833df4a118cb83b4e3144ee4e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/cc3d32e833df4a118cb83b4e3144ee4e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/cc3d32e833df4a118cb83b4e3144ee4e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-36a4d3af-e480-4a6-user", "id": "f08925b94f264fcf8095fb89d3b56e9a"}, "audit_ids": ["BxYjJvW9QLa56c8o8tosLw"], "issued_at": "2018-10-26T09:33:04.000000Z"}} 2018-10-26 09:33:04,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-61d893b7-c221-4e25-9704-deba81c94570name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67003c43534e63a13b15a499881d4c16218e15f3" 2018-10-26 09:33:05,088 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-9af49b52-18ca-42da-b16d-f6c18907c169 Date: Fri, 26 Oct 2018 09:33:05 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:01Z", "updated_at": "2018-10-26T09:33:04Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:02Z", "revision_number": 0, "id": "97408a28-9d13-4fad-9bb5-a340eadabd28", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:02Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:01Z", "revision_number": 0, "id": "c0542307-6609-4e12-8bf6-e5ac0c165ab4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-26T09:33:04Z", "revision_number": 0, "id": "c3d4c65c-18ad-49ba-9fa0-3e0731831a9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:04Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": 10, "ethertype": "IPv4", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:03Z", "revision_number": 0, "id": "c77f3f5d-8b93-48ef-bfd1-4e70e037c26b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:03Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:01Z", "revision_number": 0, "id": "ff1b59e4-28da-4e7a-b99f-34b2f166d539", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}], "revision_number": 5, "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "name": "CreateSecurityGroupTests-61d893b7-c221-4e25-9704-deba81c94570name"}]} 2018-10-26 09:33:05,088 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-61d893b7-c221-4e25-9704-deba81c94570name&description=hello+group used request id req-9af49b52-18ca-42da-b16d-f6c18907c169 2018-10-26 09:33:05,089 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 97d9c6e9-050d-4042-b553-9b73dd3a10b9 2018-10-26 09:33:05,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=97d9c6e9-050d-4042-b553-9b73dd3a10b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67003c43534e63a13b15a499881d4c16218e15f3" 2018-10-26 09:33:05,280 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-282667b5-d650-4279-ac95-9bfc0901401c Date: Fri, 26 Oct 2018 09:33:05 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-26T09:33:02Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:02Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "97408a28-9d13-4fad-9bb5-a340eadabd28"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:01Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "c0542307-6609-4e12-8bf6-e5ac0c165ab4"}, {"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-26T09:33:04Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": 10, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:04Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "c3d4c65c-18ad-49ba-9fa0-3e0731831a9f"}, {"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-26T09:33:03Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:03Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "c77f3f5d-8b93-48ef-bfd1-4e70e037c26b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:01Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "ff1b59e4-28da-4e7a-b99f-34b2f166d539"}]} 2018-10-26 09:33:05,280 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=97d9c6e9-050d-4042-b553-9b73dd3a10b9 used request id req-282667b5-d650-4279-ac95-9bfc0901401c 2018-10-26 09:33:05,281 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 97d9c6e9-050d-4042-b553-9b73dd3a10b9 2018-10-26 09:33:05,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=97d9c6e9-050d-4042-b553-9b73dd3a10b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67003c43534e63a13b15a499881d4c16218e15f3" 2018-10-26 09:33:05,481 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-ddcdefd0-174c-46a5-8877-b2f3be316b64 Date: Fri, 26 Oct 2018 09:33:05 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-26T09:33:02Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:02Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "97408a28-9d13-4fad-9bb5-a340eadabd28"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:01Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "c0542307-6609-4e12-8bf6-e5ac0c165ab4"}, {"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-26T09:33:04Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": 10, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:04Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "c3d4c65c-18ad-49ba-9fa0-3e0731831a9f"}, {"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-26T09:33:03Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:03Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "c77f3f5d-8b93-48ef-bfd1-4e70e037c26b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:01Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "ff1b59e4-28da-4e7a-b99f-34b2f166d539"}]} 2018-10-26 09:33:05,482 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=97d9c6e9-050d-4042-b553-9b73dd3a10b9 used request id req-ddcdefd0-174c-46a5-8877-b2f3be316b64 2018-10-26 09:33:05,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-61d893b7-c221-4e25-9704-deba81c94570name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67003c43534e63a13b15a499881d4c16218e15f3" 2018-10-26 09:33:05,533 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-887bf883-0346-4d8e-9a3e-07b7252f2a6d Date: Fri, 26 Oct 2018 09:33:05 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:01Z", "updated_at": "2018-10-26T09:33:04Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:02Z", "revision_number": 0, "id": "97408a28-9d13-4fad-9bb5-a340eadabd28", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:02Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:01Z", "revision_number": 0, "id": "c0542307-6609-4e12-8bf6-e5ac0c165ab4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-26T09:33:04Z", "revision_number": 0, "id": "c3d4c65c-18ad-49ba-9fa0-3e0731831a9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:04Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": 10, "ethertype": "IPv4", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:03Z", "revision_number": 0, "id": "c77f3f5d-8b93-48ef-bfd1-4e70e037c26b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:03Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:01Z", "revision_number": 0, "id": "ff1b59e4-28da-4e7a-b99f-34b2f166d539", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}], "revision_number": 5, "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "name": "CreateSecurityGroupTests-61d893b7-c221-4e25-9704-deba81c94570name"}]} 2018-10-26 09:33:05,534 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-61d893b7-c221-4e25-9704-deba81c94570name used request id req-887bf883-0346-4d8e-9a3e-07b7252f2a6d 2018-10-26 09:33:05,534 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 97d9c6e9-050d-4042-b553-9b73dd3a10b9 2018-10-26 09:33:05,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=97d9c6e9-050d-4042-b553-9b73dd3a10b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67003c43534e63a13b15a499881d4c16218e15f3" 2018-10-26 09:33:05,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-70fd99da-a3e2-4e06-8e1c-a4530b5f05a5 Date: Fri, 26 Oct 2018 09:33:05 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-26T09:33:02Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:02Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "97408a28-9d13-4fad-9bb5-a340eadabd28"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:01Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "c0542307-6609-4e12-8bf6-e5ac0c165ab4"}, {"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-26T09:33:04Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": 10, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:04Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "c3d4c65c-18ad-49ba-9fa0-3e0731831a9f"}, {"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-26T09:33:03Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:03Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "c77f3f5d-8b93-48ef-bfd1-4e70e037c26b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:01Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "ff1b59e4-28da-4e7a-b99f-34b2f166d539"}]} 2018-10-26 09:33:05,710 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=97d9c6e9-050d-4042-b553-9b73dd3a10b9 used request id req-70fd99da-a3e2-4e06-8e1c-a4530b5f05a5 2018-10-26 09:33:05,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-61d893b7-c221-4e25-9704-deba81c94570name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67003c43534e63a13b15a499881d4c16218e15f3" 2018-10-26 09:33:05,911 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-28da7977-1f47-48aa-911c-47d716179401 Date: Fri, 26 Oct 2018 09:33:05 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:01Z", "updated_at": "2018-10-26T09:33:04Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:02Z", "revision_number": 0, "id": "97408a28-9d13-4fad-9bb5-a340eadabd28", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:02Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:01Z", "revision_number": 0, "id": "c0542307-6609-4e12-8bf6-e5ac0c165ab4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-26T09:33:04Z", "revision_number": 0, "id": "c3d4c65c-18ad-49ba-9fa0-3e0731831a9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:04Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": 10, "ethertype": "IPv4", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:03Z", "revision_number": 0, "id": "c77f3f5d-8b93-48ef-bfd1-4e70e037c26b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:03Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:01Z", "revision_number": 0, "id": "ff1b59e4-28da-4e7a-b99f-34b2f166d539", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}], "revision_number": 5, "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "name": "CreateSecurityGroupTests-61d893b7-c221-4e25-9704-deba81c94570name"}]} 2018-10-26 09:33:05,911 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-61d893b7-c221-4e25-9704-deba81c94570name used request id req-28da7977-1f47-48aa-911c-47d716179401 2018-10-26 09:33:05,912 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 97d9c6e9-050d-4042-b553-9b73dd3a10b9 2018-10-26 09:33:05,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=97d9c6e9-050d-4042-b553-9b73dd3a10b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67003c43534e63a13b15a499881d4c16218e15f3" 2018-10-26 09:33:06,104 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-cce0714c-8fcd-4db2-9ff1-c35fa26f7014 Date: Fri, 26 Oct 2018 09:33:06 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-26T09:33:02Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:02Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "97408a28-9d13-4fad-9bb5-a340eadabd28"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:01Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "c0542307-6609-4e12-8bf6-e5ac0c165ab4"}, {"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-26T09:33:04Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": 10, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:04Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "c3d4c65c-18ad-49ba-9fa0-3e0731831a9f"}, {"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-26T09:33:03Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:03Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "c77f3f5d-8b93-48ef-bfd1-4e70e037c26b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:01Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "ff1b59e4-28da-4e7a-b99f-34b2f166d539"}]} 2018-10-26 09:33:06,104 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=97d9c6e9-050d-4042-b553-9b73dd3a10b9 used request id req-cce0714c-8fcd-4db2-9ff1-c35fa26f7014 2018-10-26 09:33:06,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-61d893b7-c221-4e25-9704-deba81c94570name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67003c43534e63a13b15a499881d4c16218e15f3" 2018-10-26 09:33:06,289 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-7d421eed-dd3c-45cc-8701-17c9198b9d31 Date: Fri, 26 Oct 2018 09:33:06 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:01Z", "updated_at": "2018-10-26T09:33:04Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:02Z", "revision_number": 0, "id": "97408a28-9d13-4fad-9bb5-a340eadabd28", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:02Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:01Z", "revision_number": 0, "id": "c0542307-6609-4e12-8bf6-e5ac0c165ab4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-26T09:33:04Z", "revision_number": 0, "id": "c3d4c65c-18ad-49ba-9fa0-3e0731831a9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:04Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": 10, "ethertype": "IPv4", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:03Z", "revision_number": 0, "id": "c77f3f5d-8b93-48ef-bfd1-4e70e037c26b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:03Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:01Z", "revision_number": 0, "id": "ff1b59e4-28da-4e7a-b99f-34b2f166d539", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}], "revision_number": 5, "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "name": "CreateSecurityGroupTests-61d893b7-c221-4e25-9704-deba81c94570name"}]} 2018-10-26 09:33:06,289 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-61d893b7-c221-4e25-9704-deba81c94570name used request id req-7d421eed-dd3c-45cc-8701-17c9198b9d31 2018-10-26 09:33:06,290 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 97d9c6e9-050d-4042-b553-9b73dd3a10b9 2018-10-26 09:33:06,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=97d9c6e9-050d-4042-b553-9b73dd3a10b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67003c43534e63a13b15a499881d4c16218e15f3" 2018-10-26 09:33:06,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-22a6e2ee-0d76-48a3-84cf-e8a80e784dae Date: Fri, 26 Oct 2018 09:33:06 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-26T09:33:02Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:02Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "97408a28-9d13-4fad-9bb5-a340eadabd28"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:01Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "c0542307-6609-4e12-8bf6-e5ac0c165ab4"}, {"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-26T09:33:04Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": 10, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:04Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "c3d4c65c-18ad-49ba-9fa0-3e0731831a9f"}, {"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-26T09:33:03Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:03Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "c77f3f5d-8b93-48ef-bfd1-4e70e037c26b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:01Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "ff1b59e4-28da-4e7a-b99f-34b2f166d539"}]} 2018-10-26 09:33:06,327 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=97d9c6e9-050d-4042-b553-9b73dd3a10b9 used request id req-22a6e2ee-0d76-48a3-84cf-e8a80e784dae 2018-10-26 09:33:06,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-61d893b7-c221-4e25-9704-deba81c94570name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67003c43534e63a13b15a499881d4c16218e15f3" 2018-10-26 09:33:06,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-5dce0349-1fbf-47ab-ab1e-a7f559209b07 Date: Fri, 26 Oct 2018 09:33:06 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:01Z", "updated_at": "2018-10-26T09:33:04Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:02Z", "revision_number": 0, "id": "97408a28-9d13-4fad-9bb5-a340eadabd28", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:02Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:01Z", "revision_number": 0, "id": "c0542307-6609-4e12-8bf6-e5ac0c165ab4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-26T09:33:04Z", "revision_number": 0, "id": "c3d4c65c-18ad-49ba-9fa0-3e0731831a9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:04Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": 10, "ethertype": "IPv4", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:03Z", "revision_number": 0, "id": "c77f3f5d-8b93-48ef-bfd1-4e70e037c26b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:03Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:01Z", "revision_number": 0, "id": "ff1b59e4-28da-4e7a-b99f-34b2f166d539", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}], "revision_number": 5, "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "name": "CreateSecurityGroupTests-61d893b7-c221-4e25-9704-deba81c94570name"}]} 2018-10-26 09:33:06,531 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-61d893b7-c221-4e25-9704-deba81c94570name used request id req-5dce0349-1fbf-47ab-ab1e-a7f559209b07 2018-10-26 09:33:06,532 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 97d9c6e9-050d-4042-b553-9b73dd3a10b9 2018-10-26 09:33:06,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=97d9c6e9-050d-4042-b553-9b73dd3a10b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67003c43534e63a13b15a499881d4c16218e15f3" 2018-10-26 09:33:06,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-32b35133-64c8-4da7-b5e7-0c3e303f1f42 Date: Fri, 26 Oct 2018 09:33:06 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-26T09:33:02Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:02Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "97408a28-9d13-4fad-9bb5-a340eadabd28"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:01Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "c0542307-6609-4e12-8bf6-e5ac0c165ab4"}, {"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-26T09:33:04Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": 10, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:04Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "c3d4c65c-18ad-49ba-9fa0-3e0731831a9f"}, {"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-26T09:33:03Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:03Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "c77f3f5d-8b93-48ef-bfd1-4e70e037c26b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:01Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "ff1b59e4-28da-4e7a-b99f-34b2f166d539"}]} 2018-10-26 09:33:06,568 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=97d9c6e9-050d-4042-b553-9b73dd3a10b9 used request id req-32b35133-64c8-4da7-b5e7-0c3e303f1f42 2018-10-26 09:33:06,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-61d893b7-c221-4e25-9704-deba81c94570name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67003c43534e63a13b15a499881d4c16218e15f3" 2018-10-26 09:33:06,775 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-69a8de6d-571b-4aae-b64e-e2e66c5b26d2 Date: Fri, 26 Oct 2018 09:33:06 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:01Z", "updated_at": "2018-10-26T09:33:04Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:02Z", "revision_number": 0, "id": "97408a28-9d13-4fad-9bb5-a340eadabd28", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:02Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:01Z", "revision_number": 0, "id": "c0542307-6609-4e12-8bf6-e5ac0c165ab4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-26T09:33:04Z", "revision_number": 0, "id": "c3d4c65c-18ad-49ba-9fa0-3e0731831a9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:04Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": 10, "ethertype": "IPv4", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:03Z", "revision_number": 0, "id": "c77f3f5d-8b93-48ef-bfd1-4e70e037c26b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:03Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:01Z", "revision_number": 0, "id": "ff1b59e4-28da-4e7a-b99f-34b2f166d539", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}], "revision_number": 5, "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "name": "CreateSecurityGroupTests-61d893b7-c221-4e25-9704-deba81c94570name"}]} 2018-10-26 09:33:06,775 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-61d893b7-c221-4e25-9704-deba81c94570name used request id req-69a8de6d-571b-4aae-b64e-e2e66c5b26d2 2018-10-26 09:33:06,776 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 97d9c6e9-050d-4042-b553-9b73dd3a10b9 2018-10-26 09:33:06,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=97d9c6e9-050d-4042-b553-9b73dd3a10b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67003c43534e63a13b15a499881d4c16218e15f3" 2018-10-26 09:33:06,843 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-e047df67-6fc8-46c3-9eea-0385879b6d81 Date: Fri, 26 Oct 2018 09:33:06 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-26T09:33:02Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:02Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "97408a28-9d13-4fad-9bb5-a340eadabd28"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:01Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "c0542307-6609-4e12-8bf6-e5ac0c165ab4"}, {"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-26T09:33:04Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": 10, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:04Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "c3d4c65c-18ad-49ba-9fa0-3e0731831a9f"}, {"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-26T09:33:03Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:03Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "c77f3f5d-8b93-48ef-bfd1-4e70e037c26b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:01Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "ff1b59e4-28da-4e7a-b99f-34b2f166d539"}]} 2018-10-26 09:33:06,843 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=97d9c6e9-050d-4042-b553-9b73dd3a10b9 used request id req-e047df67-6fc8-46c3-9eea-0385879b6d81 2018-10-26 09:33:06,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-61d893b7-c221-4e25-9704-deba81c94570name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67003c43534e63a13b15a499881d4c16218e15f3" 2018-10-26 09:33:07,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-e565c021-d041-4753-a1ab-09e758e27a7d Date: Fri, 26 Oct 2018 09:33:07 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:01Z", "updated_at": "2018-10-26T09:33:04Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:02Z", "revision_number": 0, "id": "97408a28-9d13-4fad-9bb5-a340eadabd28", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:02Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:01Z", "revision_number": 0, "id": "c0542307-6609-4e12-8bf6-e5ac0c165ab4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-26T09:33:04Z", "revision_number": 0, "id": "c3d4c65c-18ad-49ba-9fa0-3e0731831a9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:04Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": 10, "ethertype": "IPv4", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:03Z", "revision_number": 0, "id": "c77f3f5d-8b93-48ef-bfd1-4e70e037c26b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:03Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:01Z", "revision_number": 0, "id": "ff1b59e4-28da-4e7a-b99f-34b2f166d539", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}], "revision_number": 5, "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "name": "CreateSecurityGroupTests-61d893b7-c221-4e25-9704-deba81c94570name"}]} 2018-10-26 09:33:07,030 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-61d893b7-c221-4e25-9704-deba81c94570name used request id req-e565c021-d041-4753-a1ab-09e758e27a7d 2018-10-26 09:33:07,030 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 97d9c6e9-050d-4042-b553-9b73dd3a10b9 2018-10-26 09:33:07,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=97d9c6e9-050d-4042-b553-9b73dd3a10b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67003c43534e63a13b15a499881d4c16218e15f3" 2018-10-26 09:33:07,066 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-3adc0a71-19ce-48c6-b60d-d82fb3435a38 Date: Fri, 26 Oct 2018 09:33:07 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-26T09:33:02Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:02Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "97408a28-9d13-4fad-9bb5-a340eadabd28"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:01Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "c0542307-6609-4e12-8bf6-e5ac0c165ab4"}, {"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-26T09:33:04Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": 10, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:04Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "c3d4c65c-18ad-49ba-9fa0-3e0731831a9f"}, {"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-26T09:33:03Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:03Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "c77f3f5d-8b93-48ef-bfd1-4e70e037c26b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:01Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "ff1b59e4-28da-4e7a-b99f-34b2f166d539"}]} 2018-10-26 09:33:07,067 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=97d9c6e9-050d-4042-b553-9b73dd3a10b9 used request id req-3adc0a71-19ce-48c6-b60d-d82fb3435a38 2018-10-26 09:33:07,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-61d893b7-c221-4e25-9704-deba81c94570name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67003c43534e63a13b15a499881d4c16218e15f3" 2018-10-26 09:33:07,121 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-3d698ed4-e544-457d-856d-5a0bd790034e Date: Fri, 26 Oct 2018 09:33:07 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:01Z", "updated_at": "2018-10-26T09:33:04Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:02Z", "revision_number": 0, "id": "97408a28-9d13-4fad-9bb5-a340eadabd28", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:02Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:01Z", "revision_number": 0, "id": "c0542307-6609-4e12-8bf6-e5ac0c165ab4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-26T09:33:04Z", "revision_number": 0, "id": "c3d4c65c-18ad-49ba-9fa0-3e0731831a9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:04Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": 10, "ethertype": "IPv4", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:03Z", "revision_number": 0, "id": "c77f3f5d-8b93-48ef-bfd1-4e70e037c26b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:03Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:01Z", "revision_number": 0, "id": "ff1b59e4-28da-4e7a-b99f-34b2f166d539", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}], "revision_number": 5, "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "name": "CreateSecurityGroupTests-61d893b7-c221-4e25-9704-deba81c94570name"}]} 2018-10-26 09:33:07,122 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-61d893b7-c221-4e25-9704-deba81c94570name used request id req-3d698ed4-e544-457d-856d-5a0bd790034e 2018-10-26 09:33:07,122 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 97d9c6e9-050d-4042-b553-9b73dd3a10b9 2018-10-26 09:33:07,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=97d9c6e9-050d-4042-b553-9b73dd3a10b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67003c43534e63a13b15a499881d4c16218e15f3" 2018-10-26 09:33:07,161 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-663d71e3-6af3-483a-a1bb-c57c0a80a96f Date: Fri, 26 Oct 2018 09:33:07 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-26T09:33:02Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:02Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "97408a28-9d13-4fad-9bb5-a340eadabd28"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:01Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "c0542307-6609-4e12-8bf6-e5ac0c165ab4"}, {"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-26T09:33:04Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": 10, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:04Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "c3d4c65c-18ad-49ba-9fa0-3e0731831a9f"}, {"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-26T09:33:03Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:03Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "c77f3f5d-8b93-48ef-bfd1-4e70e037c26b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:01Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "ff1b59e4-28da-4e7a-b99f-34b2f166d539"}]} 2018-10-26 09:33:07,161 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=97d9c6e9-050d-4042-b553-9b73dd3a10b9 used request id req-663d71e3-6af3-483a-a1bb-c57c0a80a96f 2018-10-26 09:33:07,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-61d893b7-c221-4e25-9704-deba81c94570name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67003c43534e63a13b15a499881d4c16218e15f3" 2018-10-26 09:33:07,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-e943151a-96ea-4780-8bdf-76095ea4c284 Date: Fri, 26 Oct 2018 09:33:07 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:01Z", "updated_at": "2018-10-26T09:33:04Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:02Z", "revision_number": 0, "id": "97408a28-9d13-4fad-9bb5-a340eadabd28", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:02Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:01Z", "revision_number": 0, "id": "c0542307-6609-4e12-8bf6-e5ac0c165ab4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-26T09:33:04Z", "revision_number": 0, "id": "c3d4c65c-18ad-49ba-9fa0-3e0731831a9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:04Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": 10, "ethertype": "IPv4", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:03Z", "revision_number": 0, "id": "c77f3f5d-8b93-48ef-bfd1-4e70e037c26b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:03Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:01Z", "revision_number": 0, "id": "ff1b59e4-28da-4e7a-b99f-34b2f166d539", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}], "revision_number": 5, "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "name": "CreateSecurityGroupTests-61d893b7-c221-4e25-9704-deba81c94570name"}]} 2018-10-26 09:33:07,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-61d893b7-c221-4e25-9704-deba81c94570name used request id req-e943151a-96ea-4780-8bdf-76095ea4c284 2018-10-26 09:33:07,367 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 97d9c6e9-050d-4042-b553-9b73dd3a10b9 2018-10-26 09:33:07,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=97d9c6e9-050d-4042-b553-9b73dd3a10b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67003c43534e63a13b15a499881d4c16218e15f3" 2018-10-26 09:33:07,404 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-5fa2c362-a895-414a-a53b-0ba00ae8f880 Date: Fri, 26 Oct 2018 09:33:07 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-26T09:33:02Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:02Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "97408a28-9d13-4fad-9bb5-a340eadabd28"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:01Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "c0542307-6609-4e12-8bf6-e5ac0c165ab4"}, {"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-26T09:33:04Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": 10, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:04Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "c3d4c65c-18ad-49ba-9fa0-3e0731831a9f"}, {"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-26T09:33:03Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:03Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "c77f3f5d-8b93-48ef-bfd1-4e70e037c26b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:01Z", "security_group_id": "97d9c6e9-050d-4042-b553-9b73dd3a10b9", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:01Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "ff1b59e4-28da-4e7a-b99f-34b2f166d539"}]} 2018-10-26 09:33:07,405 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=97d9c6e9-050d-4042-b553-9b73dd3a10b9 used request id req-5fa2c362-a895-414a-a53b-0ba00ae8f880 2018-10-26 09:33:07,405 - neutron_utils - INFO - Deleting security group rule with ID - c0542307-6609-4e12-8bf6-e5ac0c165ab4 2018-10-26 09:33:07,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/c0542307-6609-4e12-8bf6-e5ac0c165ab4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b17e72484365d1c2fd0b74ee55995ff80e690077" 2018-10-26 09:33:07,694 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-34d26d08-dacb-493d-8e7f-59c84813c6d6 Content-Length: 0 Date: Fri, 26 Oct 2018 09:33:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:33:07,694 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/c0542307-6609-4e12-8bf6-e5ac0c165ab4 used request id req-34d26d08-dacb-493d-8e7f-59c84813c6d6 2018-10-26 09:33:07,694 - neutron_utils - INFO - Deleting security group rule with ID - 97408a28-9d13-4fad-9bb5-a340eadabd28 2018-10-26 09:33:07,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/97408a28-9d13-4fad-9bb5-a340eadabd28 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b17e72484365d1c2fd0b74ee55995ff80e690077" 2018-10-26 09:33:07,932 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d8da4b16-e3da-4075-a806-c70e377eac38 Content-Length: 0 Date: Fri, 26 Oct 2018 09:33:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:33:07,932 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/97408a28-9d13-4fad-9bb5-a340eadabd28 used request id req-d8da4b16-e3da-4075-a806-c70e377eac38 2018-10-26 09:33:07,933 - neutron_utils - INFO - Deleting security group rule with ID - ff1b59e4-28da-4e7a-b99f-34b2f166d539 2018-10-26 09:33:07,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/ff1b59e4-28da-4e7a-b99f-34b2f166d539 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b17e72484365d1c2fd0b74ee55995ff80e690077" 2018-10-26 09:33:08,176 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2a85e837-2d68-41b4-9631-a944878e645d Content-Length: 0 Date: Fri, 26 Oct 2018 09:33:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:33:08,177 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/ff1b59e4-28da-4e7a-b99f-34b2f166d539 used request id req-2a85e837-2d68-41b4-9631-a944878e645d 2018-10-26 09:33:08,177 - neutron_utils - INFO - Deleting security group rule with ID - c3d4c65c-18ad-49ba-9fa0-3e0731831a9f 2018-10-26 09:33:08,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/c3d4c65c-18ad-49ba-9fa0-3e0731831a9f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b17e72484365d1c2fd0b74ee55995ff80e690077" 2018-10-26 09:33:08,433 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-695408f7-7aa4-4d63-82d6-9f9e21194bce Content-Length: 0 Date: Fri, 26 Oct 2018 09:33:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:33:08,433 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/c3d4c65c-18ad-49ba-9fa0-3e0731831a9f used request id req-695408f7-7aa4-4d63-82d6-9f9e21194bce 2018-10-26 09:33:08,433 - neutron_utils - INFO - Deleting security group rule with ID - c77f3f5d-8b93-48ef-bfd1-4e70e037c26b 2018-10-26 09:33:08,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/c77f3f5d-8b93-48ef-bfd1-4e70e037c26b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b17e72484365d1c2fd0b74ee55995ff80e690077" 2018-10-26 09:33:08,552 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-595db65f-ec52-4dd7-9f97-2da7ee70935f Content-Length: 0 Date: Fri, 26 Oct 2018 09:33:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:33:08,553 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/c77f3f5d-8b93-48ef-bfd1-4e70e037c26b used request id req-595db65f-ec52-4dd7-9f97-2da7ee70935f 2018-10-26 09:33:08,553 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-61d893b7-c221-4e25-9704-deba81c94570name 2018-10-26 09:33:08,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/97d9c6e9-050d-4042-b553-9b73dd3a10b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b17e72484365d1c2fd0b74ee55995ff80e690077" 2018-10-26 09:33:08,827 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-65a145b2-d08a-429b-b97e-f2965cc692b2 Content-Length: 0 Date: Fri, 26 Oct 2018 09:33:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:33:08,828 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/97d9c6e9-050d-4042-b553-9b73dd3a10b9 used request id req-65a145b2-d08a-429b-b97e-f2965cc692b2 2018-10-26 09:33:08,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db6e27191a053ba7e0346deb8f174ad3db993b4d" 2018-10-26 09:33:09,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-ea254d57-ac5d-4641-b806-bff189f36e37 Date: Fri, 26 Oct 2018 09:33:09 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:00Z", "updated_at": "2018-10-26T09:33:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:00Z", "revision_number": 0, "id": "4b8257aa-742c-4486-b7f1-835fd88e6829", "remote_group_id": "312f186c-6b89-4ef7-86ed-f768bafdfea2", "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:00Z", "security_group_id": "312f186c-6b89-4ef7-86ed-f768bafdfea2", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:00Z", "revision_number": 0, "id": "fa7054c5-401d-417c-bb93-ade62a5d7d1a", "remote_group_id": "312f186c-6b89-4ef7-86ed-f768bafdfea2", "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:00Z", "security_group_id": "312f186c-6b89-4ef7-86ed-f768bafdfea2", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:00Z", "revision_number": 0, "id": "325597b5-f15c-48eb-aa70-d15c22e1003e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:00Z", "security_group_id": "312f186c-6b89-4ef7-86ed-f768bafdfea2", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": null, "ethertype": "IPv6", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:00Z", "revision_number": 0, "id": "308c5ddd-7cb0-470a-a85e-c04f6af42911", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:00Z", "security_group_id": "312f186c-6b89-4ef7-86ed-f768bafdfea2", "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "port_range_min": null, "ethertype": "IPv4", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e"}], "revision_number": 4, "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "312f186c-6b89-4ef7-86ed-f768bafdfea2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:33:09,056 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-ea254d57-ac5d-4641-b806-bff189f36e37 2018-10-26 09:33:09,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/cc3d32e833df4a118cb83b4e3144ee4e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db6e27191a053ba7e0346deb8f174ad3db993b4d" 2018-10-26 09:33:09,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95430590-374d-45ac-a101-b16e80ab3c3c Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/cc3d32e833df4a118cb83b4e3144ee4e"}, "enabled": true, "id": "cc3d32e833df4a118cb83b4e3144ee4e", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-36a4d3af-e480-4a6-proj"}} 2018-10-26 09:33:09,144 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/cc3d32e833df4a118cb83b4e3144ee4e used request id req-95430590-374d-45ac-a101-b16e80ab3c3c 2018-10-26 09:33:09,144 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 312f186c-6b89-4ef7-86ed-f768bafdfea2 2018-10-26 09:33:09,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=312f186c-6b89-4ef7-86ed-f768bafdfea2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db6e27191a053ba7e0346deb8f174ad3db993b4d" 2018-10-26 09:33:09,322 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-5340d3d3-4c9a-4621-8d1c-7cad88ce69ee Date: Fri, 26 Oct 2018 09:33: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-26T09:33:00Z", "security_group_id": "312f186c-6b89-4ef7-86ed-f768bafdfea2", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:00Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "308c5ddd-7cb0-470a-a85e-c04f6af42911"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:00Z", "security_group_id": "312f186c-6b89-4ef7-86ed-f768bafdfea2", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:00Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "325597b5-f15c-48eb-aa70-d15c22e1003e"}, {"remote_group_id": "312f186c-6b89-4ef7-86ed-f768bafdfea2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:00Z", "security_group_id": "312f186c-6b89-4ef7-86ed-f768bafdfea2", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:00Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "4b8257aa-742c-4486-b7f1-835fd88e6829"}, {"remote_group_id": "312f186c-6b89-4ef7-86ed-f768bafdfea2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:00Z", "security_group_id": "312f186c-6b89-4ef7-86ed-f768bafdfea2", "port_range_min": null, "revision_number": 0, "tenant_id": "cc3d32e833df4a118cb83b4e3144ee4e", "created_at": "2018-10-26T09:33:00Z", "project_id": "cc3d32e833df4a118cb83b4e3144ee4e", "id": "fa7054c5-401d-417c-bb93-ade62a5d7d1a"}]} 2018-10-26 09:33:09,323 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=312f186c-6b89-4ef7-86ed-f768bafdfea2 used request id req-5340d3d3-4c9a-4621-8d1c-7cad88ce69ee 2018-10-26 09:33:09,323 - neutron_utils - INFO - Deleting security group with name - default 2018-10-26 09:33:09,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/312f186c-6b89-4ef7-86ed-f768bafdfea2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db6e27191a053ba7e0346deb8f174ad3db993b4d" 2018-10-26 09:33:09,611 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bc3a69b0-a1e9-46d8-b28d-654d53323a62 Content-Length: 0 Date: Fri, 26 Oct 2018 09:33:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:33:09,611 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/312f186c-6b89-4ef7-86ed-f768bafdfea2 used request id req-bc3a69b0-a1e9-46d8-b28d-654d53323a62 2018-10-26 09:33:09,612 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-36a4d3af-e480-4a6-proj 2018-10-26 09:33:09,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/cc3d32e833df4a118cb83b4e3144ee4e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db6e27191a053ba7e0346deb8f174ad3db993b4d" 2018-10-26 09:33:09,824 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:33:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ab637a3d-491e-4c2a-8f7f-fcbb7ddabcd5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:33:09,824 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/cc3d32e833df4a118cb83b4e3144ee4e used request id req-ab637a3d-491e-4c2a-8f7f-fcbb7ddabcd5 2018-10-26 09:33:09,824 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-36a4d3af-e480-4a6-proj-role 2018-10-26 09:33:09,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/69b5b287453849cf85b0bbb76e0f5137 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db6e27191a053ba7e0346deb8f174ad3db993b4d" 2018-10-26 09:33:10,028 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:33:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aa94bf61-2d89-4e6c-b112-2c67daf23801 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:33:10,028 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/69b5b287453849cf85b0bbb76e0f5137 used request id req-aa94bf61-2d89-4e6c-b112-2c67daf23801 2018-10-26 09:33:10,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db6e27191a053ba7e0346deb8f174ad3db993b4d" 2018-10-26 09:33:10,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d847d3bb-e1b2-4d39-bf24-2978e5850676 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:33:10,112 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-d847d3bb-e1b2-4d39-bf24-2978e5850676 2018-10-26 09:33:10,113 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-36a4d3af-e480-4a6-user 2018-10-26 09:33:10,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/f08925b94f264fcf8095fb89d3b56e9a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f89d6c967aef17fc85ec67521db9d8767610e38" 2018-10-26 09:33:10,293 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:33:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9f6ae7b2-c507-4603-aabf-1c8471dfab72 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:33:10,293 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/f08925b94f264fcf8095fb89d3b56e9a used request id req-9f6ae7b2-c507-4603-aabf-1c8471dfab72 2018-10-26 09:33:10,295 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:33:10,679 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:33:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["Sle_ffAaRwqap23Lm3JOGg"], "issued_at": "2018-10-26T09:33:10.000000Z"}} 2018-10-26 09:33:10,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b55e17ca621bbbcbf07302e5db4fdd7867466b53" 2018-10-26 09:33:10,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb80ad5a-bb58-449d-b64c-4d0097ce57a2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:33:10,772 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-eb80ad5a-bb58-449d-b64c-4d0097ce57a2 2018-10-26 09:33:10,773 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:33:10,774 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:33:11,161 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:33:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["auPiuw6_TOq0IQ_cuP5IUA"], "issued_at": "2018-10-26T09:33:11.000000Z"}} 2018-10-26 09:33:11,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54abc473c6a9bfda89635583600e8a61be8b0355" 2018-10-26 09:33:11,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb19fbd6-0a5c-4805-b32f-3a4d830e5ad2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:33:11,269 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-fb19fbd6-0a5c-4805-b32f-3a4d830e5ad2 2018-10-26 09:33:11,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:33:11,279 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:33: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:33:11,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-777f3f38-0f5a-493-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54abc473c6a9bfda89635583600e8a61be8b0355" 2018-10-26 09:33:11,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-034bf9e2-f7f2-4fcc-aa6c-037a357473ba Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-777f3f38-0f5a-493-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:33:11,367 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-777f3f38-0f5a-493-proj used request id req-034bf9e2-f7f2-4fcc-aa6c-037a357473ba 2018-10-26 09:33:11,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54abc473c6a9bfda89635583600e8a61be8b0355" 2018-10-26 09:33:11,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f93abdd-1f94-4861-97cc-5e51392f6466 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:33:11,466 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-6f93abdd-1f94-4861-97cc-5e51392f6466 2018-10-26 09:33:11,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54abc473c6a9bfda89635583600e8a61be8b0355" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-777f3f38-0f5a-493-proj"}}' 2018-10-26 09:33:11,568 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:33:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4257d189-aaf0-43c6-971c-eb7a879a73b0 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a72fdcfcb95942f3b81fae3f1a281459"}, "enabled": true, "id": "a72fdcfcb95942f3b81fae3f1a281459", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-777f3f38-0f5a-493-proj"}} 2018-10-26 09:33:11,568 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-4257d189-aaf0-43c6-971c-eb7a879a73b0 2018-10-26 09:33:11,568 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-777f3f38-0f5a-493-proj 2018-10-26 09:33:11,568 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:33:11,569 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:33:11,955 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:33:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["18W3-I8DSWiNZ6HH_bHlxA"], "issued_at": "2018-10-26T09:33:11.000000Z"}} 2018-10-26 09:33:11,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8800f134d05c3c8b08ef660f1d9004b9e5a5ec2" 2018-10-26 09:33:12,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b24e5084-e7af-4d39-a8c3-385ef293b8e5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:33:12,048 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b24e5084-e7af-4d39-a8c3-385ef293b8e5 2018-10-26 09:33:12,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:33:12,057 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:33: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:33:12,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8800f134d05c3c8b08ef660f1d9004b9e5a5ec2" 2018-10-26 09:33:12,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0242cc8-76f8-47e0-aea3-48c5c62dc1cd Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:33:12,163 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-c0242cc8-76f8-47e0-aea3-48c5c62dc1cd 2018-10-26 09:33:12,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-777f3f38-0f5a-493-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8800f134d05c3c8b08ef660f1d9004b9e5a5ec2" 2018-10-26 09:33:12,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a79ef67-e479-4245-bc34-63ca521145fb Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-777f3f38-0f5a-493-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a72fdcfcb95942f3b81fae3f1a281459"}, "enabled": true, "id": "a72fdcfcb95942f3b81fae3f1a281459", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-777f3f38-0f5a-493-proj"}]} 2018-10-26 09:33:12,271 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-777f3f38-0f5a-493-proj used request id req-2a79ef67-e479-4245-bc34-63ca521145fb 2018-10-26 09:33:12,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8800f134d05c3c8b08ef660f1d9004b9e5a5ec2" 2018-10-26 09:33:12,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aaca1c8c-85ea-4943-b65a-cdcba1140f04 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:33:12,358 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-aaca1c8c-85ea-4943-b65a-cdcba1140f04 2018-10-26 09:33:12,725 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-777f3f38-0f5a-493-user 2018-10-26 09:33:12,725 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:33:12,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54abc473c6a9bfda89635583600e8a61be8b0355" 2018-10-26 09:33:12,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d060f97-c56a-494d-905c-ae468273cffa Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:33:12,819 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-8d060f97-c56a-494d-905c-ae468273cffa 2018-10-26 09:33:12,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54abc473c6a9bfda89635583600e8a61be8b0355" -d '{"role": {"name": "CreateSecurityGroupTests-777f3f38-0f5a-493-proj-role"}}' 2018-10-26 09:33:12,927 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:33:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-89254ba8-c542-40ca-b220-b7a682ea2368 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "cc03e01a7dba4379ba89896f895d995b", "links": {"self": "http://172.30.9.21:5000/v3/roles/cc03e01a7dba4379ba89896f895d995b"}, "name": "CreateSecurityGroupTests-777f3f38-0f5a-493-proj-role"}} 2018-10-26 09:33:12,927 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-89254ba8-c542-40ca-b220-b7a682ea2368 2018-10-26 09:33:12,927 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-777f3f38-0f5a-493-proj-role 2018-10-26 09:33:12,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/cc03e01a7dba4379ba89896f895d995b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54abc473c6a9bfda89635583600e8a61be8b0355" 2018-10-26 09:33:13,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c26f2a11-127e-48c1-aa1b-2e48480a0507 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/cc03e01a7dba4379ba89896f895d995b"}, "domain_id": null, "name": "CreateSecurityGroupTests-777f3f38-0f5a-493-proj-role", "id": "cc03e01a7dba4379ba89896f895d995b"}} 2018-10-26 09:33:13,013 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/cc03e01a7dba4379ba89896f895d995b used request id req-c26f2a11-127e-48c1-aa1b-2e48480a0507 2018-10-26 09:33:13,014 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-777f3f38-0f5a-493-proj-role to project CreateSecurityGroupTests-777f3f38-0f5a-493-proj 2018-10-26 09:33:13,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/a72fdcfcb95942f3b81fae3f1a281459/users/f808b2a97d9941cda2301e80d23db833/roles/cc03e01a7dba4379ba89896f895d995b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54abc473c6a9bfda89635583600e8a61be8b0355" 2018-10-26 09:33:13,145 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:33:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-72b2e9f8-bd0d-4bdc-8f61-cfa325b5521c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:33:13,145 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/a72fdcfcb95942f3b81fae3f1a281459/users/f808b2a97d9941cda2301e80d23db833/roles/cc03e01a7dba4379ba89896f895d995b used request id req-72b2e9f8-bd0d-4bdc-8f61-cfa325b5521c 2018-10-26 09:33:13,145 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:33:13,146 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:33:13,512 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cc03e01a7dba4379ba89896f895d995b", "name": "CreateSecurityGroupTests-777f3f38-0f5a-493-proj-role"}], "expires_at": "2018-10-26T10:33:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a72fdcfcb95942f3b81fae3f1a281459", "name": "CreateSecurityGroupTests-777f3f38-0f5a-493-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a72fdcfcb95942f3b81fae3f1a281459", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/a72fdcfcb95942f3b81fae3f1a281459", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/a72fdcfcb95942f3b81fae3f1a281459", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a72fdcfcb95942f3b81fae3f1a281459", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/a72fdcfcb95942f3b81fae3f1a281459", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/a72fdcfcb95942f3b81fae3f1a281459", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/a72fdcfcb95942f3b81fae3f1a281459", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/a72fdcfcb95942f3b81fae3f1a281459", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/a72fdcfcb95942f3b81fae3f1a281459", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/a72fdcfcb95942f3b81fae3f1a281459", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/a72fdcfcb95942f3b81fae3f1a281459", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/a72fdcfcb95942f3b81fae3f1a281459", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-777f3f38-0f5a-493-user", "id": "f808b2a97d9941cda2301e80d23db833"}, "audit_ids": ["T-CMmdx9QRmYC6bpy4taIw"], "issued_at": "2018-10-26T09:33:13.000000Z"}} 2018-10-26 09:33:13,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}897fd16b42a8439c43020e1742e8a6106e5d1b7a" 2018-10-26 09:33:13,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9de10128-cc32-45a0-99cb-f3b8462eac2d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:33:13,585 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-9de10128-cc32-45a0-99cb-f3b8462eac2d 2018-10-26 09:33:13,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-cba9c521-db3b-49ae-b1af-3be3be6b51cfname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}897fd16b42a8439c43020e1742e8a6106e5d1b7a" 2018-10-26 09:33:13,878 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-90464672-780c-4d68-8f21-98b682ecdffd Date: Fri, 26 Oct 2018 09:33:13 GMT RESP BODY: {"security_groups": []} 2018-10-26 09:33:13,878 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-cba9c521-db3b-49ae-b1af-3be3be6b51cfname&description=hello+group used request id req-90464672-780c-4d68-8f21-98b682ecdffd 2018-10-26 09:33:13,878 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-cba9c521-db3b-49ae-b1af-3be3be6b51cfname... 2018-10-26 09:33:13,879 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-cba9c521-db3b-49ae-b1af-3be3be6b51cfname 2018-10-26 09:33:13,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}897fd16b42a8439c43020e1742e8a6106e5d1b7a" -d '{"security_group": {"name": "CreateSecurityGroupTests-cba9c521-db3b-49ae-b1af-3be3be6b51cfname", "description": "hello group"}}' 2018-10-26 09:33:14,227 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-dc507e27-b9a6-4c32-86f1-28a00684fa17 Date: Fri, 26 Oct 2018 09:33:14 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "a72fdcfcb95942f3b81fae3f1a281459", "created_at": "2018-10-26T09:33:14Z", "updated_at": "2018-10-26T09:33:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:14Z", "revision_number": 0, "id": "518ce942-f547-442b-83e7-17b53a7221b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:14Z", "security_group_id": "65c57c27-d04e-4fcd-a03f-69bec3cfe40d", "tenant_id": "a72fdcfcb95942f3b81fae3f1a281459", "port_range_min": null, "ethertype": "IPv6", "project_id": "a72fdcfcb95942f3b81fae3f1a281459"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:14Z", "revision_number": 0, "id": "f54cef0c-ce28-41e6-93f9-8a35c0ae34e3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:14Z", "security_group_id": "65c57c27-d04e-4fcd-a03f-69bec3cfe40d", "tenant_id": "a72fdcfcb95942f3b81fae3f1a281459", "port_range_min": null, "ethertype": "IPv4", "project_id": "a72fdcfcb95942f3b81fae3f1a281459"}], "revision_number": 2, "project_id": "a72fdcfcb95942f3b81fae3f1a281459", "id": "65c57c27-d04e-4fcd-a03f-69bec3cfe40d", "name": "CreateSecurityGroupTests-cba9c521-db3b-49ae-b1af-3be3be6b51cfname"}} 2018-10-26 09:33:14,227 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-dc507e27-b9a6-4c32-86f1-28a00684fa17 2018-10-26 09:33:14,227 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 65c57c27-d04e-4fcd-a03f-69bec3cfe40d 2018-10-26 09:33:14,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=65c57c27-d04e-4fcd-a03f-69bec3cfe40d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}897fd16b42a8439c43020e1742e8a6106e5d1b7a" 2018-10-26 09:33:14,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ede83ec5-f13d-4df8-8bef-da70e3e7519d Date: Fri, 26 Oct 2018 09:33: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-26T09:33:14Z", "security_group_id": "65c57c27-d04e-4fcd-a03f-69bec3cfe40d", "port_range_min": null, "revision_number": 0, "tenant_id": "a72fdcfcb95942f3b81fae3f1a281459", "created_at": "2018-10-26T09:33:14Z", "project_id": "a72fdcfcb95942f3b81fae3f1a281459", "id": "518ce942-f547-442b-83e7-17b53a7221b1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:14Z", "security_group_id": "65c57c27-d04e-4fcd-a03f-69bec3cfe40d", "port_range_min": null, "revision_number": 0, "tenant_id": "a72fdcfcb95942f3b81fae3f1a281459", "created_at": "2018-10-26T09:33:14Z", "project_id": "a72fdcfcb95942f3b81fae3f1a281459", "id": "f54cef0c-ce28-41e6-93f9-8a35c0ae34e3"}]} 2018-10-26 09:33:14,478 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=65c57c27-d04e-4fcd-a03f-69bec3cfe40d used request id req-ede83ec5-f13d-4df8-8bef-da70e3e7519d 2018-10-26 09:33:14,478 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 65c57c27-d04e-4fcd-a03f-69bec3cfe40d 2018-10-26 09:33:14,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=65c57c27-d04e-4fcd-a03f-69bec3cfe40d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}897fd16b42a8439c43020e1742e8a6106e5d1b7a" 2018-10-26 09:33:14,656 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8a2ebb2a-dfba-49c3-8726-9d2e6b5dda59 Date: Fri, 26 Oct 2018 09:33: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-26T09:33:14Z", "security_group_id": "65c57c27-d04e-4fcd-a03f-69bec3cfe40d", "port_range_min": null, "revision_number": 0, "tenant_id": "a72fdcfcb95942f3b81fae3f1a281459", "created_at": "2018-10-26T09:33:14Z", "project_id": "a72fdcfcb95942f3b81fae3f1a281459", "id": "518ce942-f547-442b-83e7-17b53a7221b1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:14Z", "security_group_id": "65c57c27-d04e-4fcd-a03f-69bec3cfe40d", "port_range_min": null, "revision_number": 0, "tenant_id": "a72fdcfcb95942f3b81fae3f1a281459", "created_at": "2018-10-26T09:33:14Z", "project_id": "a72fdcfcb95942f3b81fae3f1a281459", "id": "f54cef0c-ce28-41e6-93f9-8a35c0ae34e3"}]} 2018-10-26 09:33:14,657 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=65c57c27-d04e-4fcd-a03f-69bec3cfe40d used request id req-8a2ebb2a-dfba-49c3-8726-9d2e6b5dda59 2018-10-26 09:33:14,657 - neutron_utils - INFO - Retrieving security group with ID - 65c57c27-d04e-4fcd-a03f-69bec3cfe40d 2018-10-26 09:33:14,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=65c57c27-d04e-4fcd-a03f-69bec3cfe40d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}897fd16b42a8439c43020e1742e8a6106e5d1b7a" 2018-10-26 09:33:14,866 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-99e5d9f4-dca1-4007-a36a-448649b507dd Date: Fri, 26 Oct 2018 09:33:14 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "a72fdcfcb95942f3b81fae3f1a281459", "created_at": "2018-10-26T09:33:14Z", "updated_at": "2018-10-26T09:33:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:14Z", "revision_number": 0, "id": "518ce942-f547-442b-83e7-17b53a7221b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:14Z", "security_group_id": "65c57c27-d04e-4fcd-a03f-69bec3cfe40d", "tenant_id": "a72fdcfcb95942f3b81fae3f1a281459", "port_range_min": null, "ethertype": "IPv6", "project_id": "a72fdcfcb95942f3b81fae3f1a281459"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:14Z", "revision_number": 0, "id": "f54cef0c-ce28-41e6-93f9-8a35c0ae34e3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:14Z", "security_group_id": "65c57c27-d04e-4fcd-a03f-69bec3cfe40d", "tenant_id": "a72fdcfcb95942f3b81fae3f1a281459", "port_range_min": null, "ethertype": "IPv4", "project_id": "a72fdcfcb95942f3b81fae3f1a281459"}], "revision_number": 2, "project_id": "a72fdcfcb95942f3b81fae3f1a281459", "id": "65c57c27-d04e-4fcd-a03f-69bec3cfe40d", "name": "CreateSecurityGroupTests-cba9c521-db3b-49ae-b1af-3be3be6b51cfname"}]} 2018-10-26 09:33:14,867 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=65c57c27-d04e-4fcd-a03f-69bec3cfe40d used request id req-99e5d9f4-dca1-4007-a36a-448649b507dd 2018-10-26 09:33:14,867 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 65c57c27-d04e-4fcd-a03f-69bec3cfe40d 2018-10-26 09:33:14,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=65c57c27-d04e-4fcd-a03f-69bec3cfe40d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}897fd16b42a8439c43020e1742e8a6106e5d1b7a" 2018-10-26 09:33:15,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3055f90d-e897-41bb-ae1e-968ea2b2b0bb Date: Fri, 26 Oct 2018 09:33:15 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:14Z", "security_group_id": "65c57c27-d04e-4fcd-a03f-69bec3cfe40d", "port_range_min": null, "revision_number": 0, "tenant_id": "a72fdcfcb95942f3b81fae3f1a281459", "created_at": "2018-10-26T09:33:14Z", "project_id": "a72fdcfcb95942f3b81fae3f1a281459", "id": "518ce942-f547-442b-83e7-17b53a7221b1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:14Z", "security_group_id": "65c57c27-d04e-4fcd-a03f-69bec3cfe40d", "port_range_min": null, "revision_number": 0, "tenant_id": "a72fdcfcb95942f3b81fae3f1a281459", "created_at": "2018-10-26T09:33:14Z", "project_id": "a72fdcfcb95942f3b81fae3f1a281459", "id": "f54cef0c-ce28-41e6-93f9-8a35c0ae34e3"}]} 2018-10-26 09:33:15,037 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=65c57c27-d04e-4fcd-a03f-69bec3cfe40d used request id req-3055f90d-e897-41bb-ae1e-968ea2b2b0bb 2018-10-26 09:33:15,038 - neutron_utils - INFO - Retrieving security group with ID - 65c57c27-d04e-4fcd-a03f-69bec3cfe40d 2018-10-26 09:33:15,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=65c57c27-d04e-4fcd-a03f-69bec3cfe40d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}897fd16b42a8439c43020e1742e8a6106e5d1b7a" 2018-10-26 09:33:15,086 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-f7a8255f-78d8-403c-942e-a2df544c186e Date: Fri, 26 Oct 2018 09:33:15 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "a72fdcfcb95942f3b81fae3f1a281459", "created_at": "2018-10-26T09:33:14Z", "updated_at": "2018-10-26T09:33:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:14Z", "revision_number": 0, "id": "518ce942-f547-442b-83e7-17b53a7221b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:14Z", "security_group_id": "65c57c27-d04e-4fcd-a03f-69bec3cfe40d", "tenant_id": "a72fdcfcb95942f3b81fae3f1a281459", "port_range_min": null, "ethertype": "IPv6", "project_id": "a72fdcfcb95942f3b81fae3f1a281459"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:14Z", "revision_number": 0, "id": "f54cef0c-ce28-41e6-93f9-8a35c0ae34e3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:14Z", "security_group_id": "65c57c27-d04e-4fcd-a03f-69bec3cfe40d", "tenant_id": "a72fdcfcb95942f3b81fae3f1a281459", "port_range_min": null, "ethertype": "IPv4", "project_id": "a72fdcfcb95942f3b81fae3f1a281459"}], "revision_number": 2, "project_id": "a72fdcfcb95942f3b81fae3f1a281459", "id": "65c57c27-d04e-4fcd-a03f-69bec3cfe40d", "name": "CreateSecurityGroupTests-cba9c521-db3b-49ae-b1af-3be3be6b51cfname"}]} 2018-10-26 09:33:15,087 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=65c57c27-d04e-4fcd-a03f-69bec3cfe40d used request id req-f7a8255f-78d8-403c-942e-a2df544c186e 2018-10-26 09:33:15,087 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 65c57c27-d04e-4fcd-a03f-69bec3cfe40d 2018-10-26 09:33:15,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=65c57c27-d04e-4fcd-a03f-69bec3cfe40d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}897fd16b42a8439c43020e1742e8a6106e5d1b7a" 2018-10-26 09:33:15,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-20855f34-49a2-4d74-8dd2-f6ba6e6ae9d7 Date: Fri, 26 Oct 2018 09:33:15 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:14Z", "security_group_id": "65c57c27-d04e-4fcd-a03f-69bec3cfe40d", "port_range_min": null, "revision_number": 0, "tenant_id": "a72fdcfcb95942f3b81fae3f1a281459", "created_at": "2018-10-26T09:33:14Z", "project_id": "a72fdcfcb95942f3b81fae3f1a281459", "id": "518ce942-f547-442b-83e7-17b53a7221b1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:14Z", "security_group_id": "65c57c27-d04e-4fcd-a03f-69bec3cfe40d", "port_range_min": null, "revision_number": 0, "tenant_id": "a72fdcfcb95942f3b81fae3f1a281459", "created_at": "2018-10-26T09:33:14Z", "project_id": "a72fdcfcb95942f3b81fae3f1a281459", "id": "f54cef0c-ce28-41e6-93f9-8a35c0ae34e3"}]} 2018-10-26 09:33:15,149 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=65c57c27-d04e-4fcd-a03f-69bec3cfe40d used request id req-20855f34-49a2-4d74-8dd2-f6ba6e6ae9d7 2018-10-26 09:33:15,150 - neutron_utils - INFO - Retrieving security group with ID - 65c57c27-d04e-4fcd-a03f-69bec3cfe40d 2018-10-26 09:33:15,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=65c57c27-d04e-4fcd-a03f-69bec3cfe40d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}897fd16b42a8439c43020e1742e8a6106e5d1b7a" 2018-10-26 09:33:15,200 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-7cf2b3ab-86ea-4427-b098-af4d80f905e1 Date: Fri, 26 Oct 2018 09:33:15 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "a72fdcfcb95942f3b81fae3f1a281459", "created_at": "2018-10-26T09:33:14Z", "updated_at": "2018-10-26T09:33:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:14Z", "revision_number": 0, "id": "518ce942-f547-442b-83e7-17b53a7221b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:14Z", "security_group_id": "65c57c27-d04e-4fcd-a03f-69bec3cfe40d", "tenant_id": "a72fdcfcb95942f3b81fae3f1a281459", "port_range_min": null, "ethertype": "IPv6", "project_id": "a72fdcfcb95942f3b81fae3f1a281459"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:14Z", "revision_number": 0, "id": "f54cef0c-ce28-41e6-93f9-8a35c0ae34e3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:14Z", "security_group_id": "65c57c27-d04e-4fcd-a03f-69bec3cfe40d", "tenant_id": "a72fdcfcb95942f3b81fae3f1a281459", "port_range_min": null, "ethertype": "IPv4", "project_id": "a72fdcfcb95942f3b81fae3f1a281459"}], "revision_number": 2, "project_id": "a72fdcfcb95942f3b81fae3f1a281459", "id": "65c57c27-d04e-4fcd-a03f-69bec3cfe40d", "name": "CreateSecurityGroupTests-cba9c521-db3b-49ae-b1af-3be3be6b51cfname"}]} 2018-10-26 09:33:15,200 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=65c57c27-d04e-4fcd-a03f-69bec3cfe40d used request id req-7cf2b3ab-86ea-4427-b098-af4d80f905e1 2018-10-26 09:33:15,201 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 65c57c27-d04e-4fcd-a03f-69bec3cfe40d 2018-10-26 09:33:15,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=65c57c27-d04e-4fcd-a03f-69bec3cfe40d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}897fd16b42a8439c43020e1742e8a6106e5d1b7a" 2018-10-26 09:33:15,381 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-520e6c0e-7125-4efd-beee-881c1131bcc4 Date: Fri, 26 Oct 2018 09:33:15 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:14Z", "security_group_id": "65c57c27-d04e-4fcd-a03f-69bec3cfe40d", "port_range_min": null, "revision_number": 0, "tenant_id": "a72fdcfcb95942f3b81fae3f1a281459", "created_at": "2018-10-26T09:33:14Z", "project_id": "a72fdcfcb95942f3b81fae3f1a281459", "id": "518ce942-f547-442b-83e7-17b53a7221b1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:14Z", "security_group_id": "65c57c27-d04e-4fcd-a03f-69bec3cfe40d", "port_range_min": null, "revision_number": 0, "tenant_id": "a72fdcfcb95942f3b81fae3f1a281459", "created_at": "2018-10-26T09:33:14Z", "project_id": "a72fdcfcb95942f3b81fae3f1a281459", "id": "f54cef0c-ce28-41e6-93f9-8a35c0ae34e3"}]} 2018-10-26 09:33:15,382 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=65c57c27-d04e-4fcd-a03f-69bec3cfe40d used request id req-520e6c0e-7125-4efd-beee-881c1131bcc4 2018-10-26 09:33:15,382 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:33:15,757 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cc03e01a7dba4379ba89896f895d995b", "name": "CreateSecurityGroupTests-777f3f38-0f5a-493-proj-role"}], "expires_at": "2018-10-26T10:33:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a72fdcfcb95942f3b81fae3f1a281459", "name": "CreateSecurityGroupTests-777f3f38-0f5a-493-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a72fdcfcb95942f3b81fae3f1a281459", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/a72fdcfcb95942f3b81fae3f1a281459", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/a72fdcfcb95942f3b81fae3f1a281459", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a72fdcfcb95942f3b81fae3f1a281459", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/a72fdcfcb95942f3b81fae3f1a281459", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/a72fdcfcb95942f3b81fae3f1a281459", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/a72fdcfcb95942f3b81fae3f1a281459", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/a72fdcfcb95942f3b81fae3f1a281459", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/a72fdcfcb95942f3b81fae3f1a281459", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/a72fdcfcb95942f3b81fae3f1a281459", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/a72fdcfcb95942f3b81fae3f1a281459", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/a72fdcfcb95942f3b81fae3f1a281459", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-777f3f38-0f5a-493-user", "id": "f808b2a97d9941cda2301e80d23db833"}, "audit_ids": ["o9v2zpGQThemPmKNSsUiPQ"], "issued_at": "2018-10-26T09:33:15.000000Z"}} 2018-10-26 09:33:15,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-cba9c521-db3b-49ae-b1af-3be3be6b51cfname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa3859e06195ff69157acb4e99b625cc79e653ce" 2018-10-26 09:33:15,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-d9e51986-aac0-4649-8df8-4771d3e4ef32 Date: Fri, 26 Oct 2018 09:33:15 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "a72fdcfcb95942f3b81fae3f1a281459", "created_at": "2018-10-26T09:33:14Z", "updated_at": "2018-10-26T09:33:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:14Z", "revision_number": 0, "id": "518ce942-f547-442b-83e7-17b53a7221b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:14Z", "security_group_id": "65c57c27-d04e-4fcd-a03f-69bec3cfe40d", "tenant_id": "a72fdcfcb95942f3b81fae3f1a281459", "port_range_min": null, "ethertype": "IPv6", "project_id": "a72fdcfcb95942f3b81fae3f1a281459"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:14Z", "revision_number": 0, "id": "f54cef0c-ce28-41e6-93f9-8a35c0ae34e3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:14Z", "security_group_id": "65c57c27-d04e-4fcd-a03f-69bec3cfe40d", "tenant_id": "a72fdcfcb95942f3b81fae3f1a281459", "port_range_min": null, "ethertype": "IPv4", "project_id": "a72fdcfcb95942f3b81fae3f1a281459"}], "revision_number": 2, "project_id": "a72fdcfcb95942f3b81fae3f1a281459", "id": "65c57c27-d04e-4fcd-a03f-69bec3cfe40d", "name": "CreateSecurityGroupTests-cba9c521-db3b-49ae-b1af-3be3be6b51cfname"}]} 2018-10-26 09:33:15,952 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-cba9c521-db3b-49ae-b1af-3be3be6b51cfname&description=hello+group used request id req-d9e51986-aac0-4649-8df8-4771d3e4ef32 2018-10-26 09:33:15,952 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 65c57c27-d04e-4fcd-a03f-69bec3cfe40d 2018-10-26 09:33:15,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=65c57c27-d04e-4fcd-a03f-69bec3cfe40d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa3859e06195ff69157acb4e99b625cc79e653ce" 2018-10-26 09:33:16,133 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2d937eb7-2835-4988-968d-69c70795dc86 Date: Fri, 26 Oct 2018 09:33:16 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:14Z", "security_group_id": "65c57c27-d04e-4fcd-a03f-69bec3cfe40d", "port_range_min": null, "revision_number": 0, "tenant_id": "a72fdcfcb95942f3b81fae3f1a281459", "created_at": "2018-10-26T09:33:14Z", "project_id": "a72fdcfcb95942f3b81fae3f1a281459", "id": "518ce942-f547-442b-83e7-17b53a7221b1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:14Z", "security_group_id": "65c57c27-d04e-4fcd-a03f-69bec3cfe40d", "port_range_min": null, "revision_number": 0, "tenant_id": "a72fdcfcb95942f3b81fae3f1a281459", "created_at": "2018-10-26T09:33:14Z", "project_id": "a72fdcfcb95942f3b81fae3f1a281459", "id": "f54cef0c-ce28-41e6-93f9-8a35c0ae34e3"}]} 2018-10-26 09:33:16,133 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=65c57c27-d04e-4fcd-a03f-69bec3cfe40d used request id req-2d937eb7-2835-4988-968d-69c70795dc86 2018-10-26 09:33:16,133 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 65c57c27-d04e-4fcd-a03f-69bec3cfe40d 2018-10-26 09:33:16,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=65c57c27-d04e-4fcd-a03f-69bec3cfe40d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa3859e06195ff69157acb4e99b625cc79e653ce" 2018-10-26 09:33:16,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-523859de-c5b2-43ec-a6a3-f59602f37b39 Date: Fri, 26 Oct 2018 09:33:16 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:14Z", "security_group_id": "65c57c27-d04e-4fcd-a03f-69bec3cfe40d", "port_range_min": null, "revision_number": 0, "tenant_id": "a72fdcfcb95942f3b81fae3f1a281459", "created_at": "2018-10-26T09:33:14Z", "project_id": "a72fdcfcb95942f3b81fae3f1a281459", "id": "518ce942-f547-442b-83e7-17b53a7221b1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:14Z", "security_group_id": "65c57c27-d04e-4fcd-a03f-69bec3cfe40d", "port_range_min": null, "revision_number": 0, "tenant_id": "a72fdcfcb95942f3b81fae3f1a281459", "created_at": "2018-10-26T09:33:14Z", "project_id": "a72fdcfcb95942f3b81fae3f1a281459", "id": "f54cef0c-ce28-41e6-93f9-8a35c0ae34e3"}]} 2018-10-26 09:33:16,309 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=65c57c27-d04e-4fcd-a03f-69bec3cfe40d used request id req-523859de-c5b2-43ec-a6a3-f59602f37b39 2018-10-26 09:33:16,309 - neutron_utils - INFO - Deleting security group rule with ID - 518ce942-f547-442b-83e7-17b53a7221b1 2018-10-26 09:33:16,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/518ce942-f547-442b-83e7-17b53a7221b1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}897fd16b42a8439c43020e1742e8a6106e5d1b7a" 2018-10-26 09:33:16,562 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f583fc91-d349-44e9-a37b-782f89f8be6e Content-Length: 0 Date: Fri, 26 Oct 2018 09:33:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:33:16,562 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/518ce942-f547-442b-83e7-17b53a7221b1 used request id req-f583fc91-d349-44e9-a37b-782f89f8be6e 2018-10-26 09:33:16,562 - neutron_utils - INFO - Deleting security group rule with ID - f54cef0c-ce28-41e6-93f9-8a35c0ae34e3 2018-10-26 09:33:16,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/f54cef0c-ce28-41e6-93f9-8a35c0ae34e3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}897fd16b42a8439c43020e1742e8a6106e5d1b7a" 2018-10-26 09:33:16,662 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-01651dff-63b5-4973-b33c-312b0cdbcff6 Content-Length: 0 Date: Fri, 26 Oct 2018 09:33:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:33:16,662 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/f54cef0c-ce28-41e6-93f9-8a35c0ae34e3 used request id req-01651dff-63b5-4973-b33c-312b0cdbcff6 2018-10-26 09:33:16,662 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-cba9c521-db3b-49ae-b1af-3be3be6b51cfname 2018-10-26 09:33:16,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/65c57c27-d04e-4fcd-a03f-69bec3cfe40d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}897fd16b42a8439c43020e1742e8a6106e5d1b7a" 2018-10-26 09:33:16,781 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-74bfc103-0380-4a89-8827-a9d8e418fc59 Content-Length: 0 Date: Fri, 26 Oct 2018 09:33:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:33:16,781 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/65c57c27-d04e-4fcd-a03f-69bec3cfe40d used request id req-74bfc103-0380-4a89-8827-a9d8e418fc59 2018-10-26 09:33:16,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54abc473c6a9bfda89635583600e8a61be8b0355" 2018-10-26 09:33:17,008 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-76d06542-3a0b-4f8c-9ef7-ef46bee1e318 Date: Fri, 26 Oct 2018 09:33:17 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a72fdcfcb95942f3b81fae3f1a281459", "created_at": "2018-10-26T09:33:13Z", "updated_at": "2018-10-26T09:33:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:13Z", "revision_number": 0, "id": "03617ed0-cddc-4927-a78d-15a5f62c0d9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:13Z", "security_group_id": "8a15fc31-1d6a-4b65-8370-3e5d7079cb64", "tenant_id": "a72fdcfcb95942f3b81fae3f1a281459", "port_range_min": null, "ethertype": "IPv6", "project_id": "a72fdcfcb95942f3b81fae3f1a281459"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:13Z", "revision_number": 0, "id": "17da22f7-4e5c-47c5-a00a-7598460b3fda", "remote_group_id": "8a15fc31-1d6a-4b65-8370-3e5d7079cb64", "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:13Z", "security_group_id": "8a15fc31-1d6a-4b65-8370-3e5d7079cb64", "tenant_id": "a72fdcfcb95942f3b81fae3f1a281459", "port_range_min": null, "ethertype": "IPv4", "project_id": "a72fdcfcb95942f3b81fae3f1a281459"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:13Z", "revision_number": 0, "id": "4c2ff609-9b00-4d74-b023-5a29e6b4a3f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:13Z", "security_group_id": "8a15fc31-1d6a-4b65-8370-3e5d7079cb64", "tenant_id": "a72fdcfcb95942f3b81fae3f1a281459", "port_range_min": null, "ethertype": "IPv4", "project_id": "a72fdcfcb95942f3b81fae3f1a281459"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:13Z", "revision_number": 0, "id": "cff9257c-0bb8-4103-923a-96963f5d2c4a", "remote_group_id": "8a15fc31-1d6a-4b65-8370-3e5d7079cb64", "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:13Z", "security_group_id": "8a15fc31-1d6a-4b65-8370-3e5d7079cb64", "tenant_id": "a72fdcfcb95942f3b81fae3f1a281459", "port_range_min": null, "ethertype": "IPv6", "project_id": "a72fdcfcb95942f3b81fae3f1a281459"}], "revision_number": 4, "project_id": "a72fdcfcb95942f3b81fae3f1a281459", "id": "8a15fc31-1d6a-4b65-8370-3e5d7079cb64", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:33:17,009 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-76d06542-3a0b-4f8c-9ef7-ef46bee1e318 2018-10-26 09:33:17,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54abc473c6a9bfda89635583600e8a61be8b0355" 2018-10-26 09:33:17,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-352bb162-ada8-4d77-a9b2-5b334ea35294 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:33:17,093 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-352bb162-ada8-4d77-a9b2-5b334ea35294 2018-10-26 09:33:17,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54abc473c6a9bfda89635583600e8a61be8b0355" 2018-10-26 09:33:17,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26fc0951-b747-4d56-83fc-ee4f9d0fde6a 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:33:17,187 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-26fc0951-b747-4d56-83fc-ee4f9d0fde6a 2018-10-26 09:33:17,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a72fdcfcb95942f3b81fae3f1a281459 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54abc473c6a9bfda89635583600e8a61be8b0355" 2018-10-26 09:33:17,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58917b72-a816-4887-9d03-379dc8e77f11 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a72fdcfcb95942f3b81fae3f1a281459"}, "enabled": true, "id": "a72fdcfcb95942f3b81fae3f1a281459", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-777f3f38-0f5a-493-proj"}} 2018-10-26 09:33:17,281 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a72fdcfcb95942f3b81fae3f1a281459 used request id req-58917b72-a816-4887-9d03-379dc8e77f11 2018-10-26 09:33:17,281 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8a15fc31-1d6a-4b65-8370-3e5d7079cb64 2018-10-26 09:33:17,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=8a15fc31-1d6a-4b65-8370-3e5d7079cb64 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54abc473c6a9bfda89635583600e8a61be8b0355" 2018-10-26 09:33:17,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-007f7753-2c67-4eb8-a96e-3834eae8d86a Date: Fri, 26 Oct 2018 09:33: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-26T09:33:13Z", "security_group_id": "8a15fc31-1d6a-4b65-8370-3e5d7079cb64", "port_range_min": null, "revision_number": 0, "tenant_id": "a72fdcfcb95942f3b81fae3f1a281459", "created_at": "2018-10-26T09:33:13Z", "project_id": "a72fdcfcb95942f3b81fae3f1a281459", "id": "03617ed0-cddc-4927-a78d-15a5f62c0d9c"}, {"remote_group_id": "8a15fc31-1d6a-4b65-8370-3e5d7079cb64", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:13Z", "security_group_id": "8a15fc31-1d6a-4b65-8370-3e5d7079cb64", "port_range_min": null, "revision_number": 0, "tenant_id": "a72fdcfcb95942f3b81fae3f1a281459", "created_at": "2018-10-26T09:33:13Z", "project_id": "a72fdcfcb95942f3b81fae3f1a281459", "id": "17da22f7-4e5c-47c5-a00a-7598460b3fda"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:13Z", "security_group_id": "8a15fc31-1d6a-4b65-8370-3e5d7079cb64", "port_range_min": null, "revision_number": 0, "tenant_id": "a72fdcfcb95942f3b81fae3f1a281459", "created_at": "2018-10-26T09:33:13Z", "project_id": "a72fdcfcb95942f3b81fae3f1a281459", "id": "4c2ff609-9b00-4d74-b023-5a29e6b4a3f2"}, {"remote_group_id": "8a15fc31-1d6a-4b65-8370-3e5d7079cb64", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:13Z", "security_group_id": "8a15fc31-1d6a-4b65-8370-3e5d7079cb64", "port_range_min": null, "revision_number": 0, "tenant_id": "a72fdcfcb95942f3b81fae3f1a281459", "created_at": "2018-10-26T09:33:13Z", "project_id": "a72fdcfcb95942f3b81fae3f1a281459", "id": "cff9257c-0bb8-4103-923a-96963f5d2c4a"}]} 2018-10-26 09:33:17,461 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=8a15fc31-1d6a-4b65-8370-3e5d7079cb64 used request id req-007f7753-2c67-4eb8-a96e-3834eae8d86a 2018-10-26 09:33:17,462 - neutron_utils - INFO - Deleting security group with name - default 2018-10-26 09:33:17,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/8a15fc31-1d6a-4b65-8370-3e5d7079cb64 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54abc473c6a9bfda89635583600e8a61be8b0355" 2018-10-26 09:33:17,763 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c65485b6-5898-4f8a-8dfc-124ef4e57075 Content-Length: 0 Date: Fri, 26 Oct 2018 09:33:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:33:17,763 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/8a15fc31-1d6a-4b65-8370-3e5d7079cb64 used request id req-c65485b6-5898-4f8a-8dfc-124ef4e57075 2018-10-26 09:33:17,764 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-777f3f38-0f5a-493-proj 2018-10-26 09:33:17,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/a72fdcfcb95942f3b81fae3f1a281459 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54abc473c6a9bfda89635583600e8a61be8b0355" 2018-10-26 09:33:17,962 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:33:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0e6315f7-c866-41b2-9685-f6faa82cbeb0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:33:17,962 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/a72fdcfcb95942f3b81fae3f1a281459 used request id req-0e6315f7-c866-41b2-9685-f6faa82cbeb0 2018-10-26 09:33:17,962 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-777f3f38-0f5a-493-proj-role 2018-10-26 09:33:17,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/cc03e01a7dba4379ba89896f895d995b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54abc473c6a9bfda89635583600e8a61be8b0355" 2018-10-26 09:33:18,076 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:33:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-358420b0-447a-4bf7-942c-8f8b9e278949 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:33:18,076 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/cc03e01a7dba4379ba89896f895d995b used request id req-358420b0-447a-4bf7-942c-8f8b9e278949 2018-10-26 09:33:18,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54abc473c6a9bfda89635583600e8a61be8b0355" 2018-10-26 09:33:18,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f83e399-5ed0-4bb2-90eb-c08ae6702964 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:33:18,169 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-3f83e399-5ed0-4bb2-90eb-c08ae6702964 2018-10-26 09:33:18,169 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-777f3f38-0f5a-493-user 2018-10-26 09:33:18,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/f808b2a97d9941cda2301e80d23db833 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8800f134d05c3c8b08ef660f1d9004b9e5a5ec2" 2018-10-26 09:33:18,340 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:33:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e079f87c-df25-47a3-a141-05b7cff892e6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:33:18,340 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/f808b2a97d9941cda2301e80d23db833 used request id req-e079f87c-df25-47a3-a141-05b7cff892e6 2018-10-26 09:33:18,342 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:33:18,741 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:33:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["EsgXnv00TG6vn2Cbs15uxQ"], "issued_at": "2018-10-26T09:33:18.000000Z"}} 2018-10-26 09:33:18,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83a434afa45cfc45b043b3b2f67f3c8ef744deda" 2018-10-26 09:33:18,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0eca083-ca4d-4526-912b-cb4a148b4841 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:33:18,840 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f0eca083-ca4d-4526-912b-cb4a148b4841 2018-10-26 09:33:18,841 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:33:18,842 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:33:19,216 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:33:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["Zkbz_BbGT_u8g-WbB2nByg"], "issued_at": "2018-10-26T09:33:19.000000Z"}} 2018-10-26 09:33:19,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae004341b053676617ba26db0d6ced9580a53c45" 2018-10-26 09:33:19,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37f15805-d784-4f2b-aeed-0af9b06152a9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:33:19,299 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-37f15805-d784-4f2b-aeed-0af9b06152a9 2018-10-26 09:33:19,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:33:19,308 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:33: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:33:19,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-81c3e8bf-9595-462-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae004341b053676617ba26db0d6ced9580a53c45" 2018-10-26 09:33:19,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ca62ff9-7519-4394-8275-04488fe4886f Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-81c3e8bf-9595-462-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:33:19,392 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-81c3e8bf-9595-462-proj used request id req-8ca62ff9-7519-4394-8275-04488fe4886f 2018-10-26 09:33:19,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae004341b053676617ba26db0d6ced9580a53c45" 2018-10-26 09:33:19,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba3e4042-deb9-4413-b1f4-c22988ac43fe Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:33:19,582 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-ba3e4042-deb9-4413-b1f4-c22988ac43fe 2018-10-26 09:33:19,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae004341b053676617ba26db0d6ced9580a53c45" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-81c3e8bf-9595-462-proj"}}' 2018-10-26 09:33:19,705 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:33:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c72811e0-0773-473d-a3ef-ca87a3287929 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/f752719f204a40f599a7749fbafcb08c"}, "enabled": true, "id": "f752719f204a40f599a7749fbafcb08c", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-81c3e8bf-9595-462-proj"}} 2018-10-26 09:33:19,705 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-c72811e0-0773-473d-a3ef-ca87a3287929 2018-10-26 09:33:19,706 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-81c3e8bf-9595-462-proj 2018-10-26 09:33:19,706 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:33:19,707 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:33:20,084 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:33:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["YHqNnyGiQgWUGdEIbHu-7w"], "issued_at": "2018-10-26T09:33:20.000000Z"}} 2018-10-26 09:33:20,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00ad42109a75fbc69ad58b909fa0c45f70ac3f76" 2018-10-26 09:33:20,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-914e629c-0ad3-4aef-8d56-c30d0a018b3a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:33:20,169 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-914e629c-0ad3-4aef-8d56-c30d0a018b3a 2018-10-26 09:33:20,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:33:20,178 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:33:20,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00ad42109a75fbc69ad58b909fa0c45f70ac3f76" 2018-10-26 09:33:20,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c3b25ff-7685-4b4e-b9ca-aff5bfaccc0d Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:33:20,213 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-4c3b25ff-7685-4b4e-b9ca-aff5bfaccc0d 2018-10-26 09:33:20,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-81c3e8bf-9595-462-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00ad42109a75fbc69ad58b909fa0c45f70ac3f76" 2018-10-26 09:33:20,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f145706-8289-4722-8004-ad269bf41483 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-81c3e8bf-9595-462-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/f752719f204a40f599a7749fbafcb08c"}, "enabled": true, "id": "f752719f204a40f599a7749fbafcb08c", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-81c3e8bf-9595-462-proj"}]} 2018-10-26 09:33:20,305 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-81c3e8bf-9595-462-proj used request id req-5f145706-8289-4722-8004-ad269bf41483 2018-10-26 09:33:20,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00ad42109a75fbc69ad58b909fa0c45f70ac3f76" 2018-10-26 09:33:20,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d6c0773-b520-40f4-b973-6b699bfd022c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:33:20,395 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-2d6c0773-b520-40f4-b973-6b699bfd022c 2018-10-26 09:33:20,754 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-81c3e8bf-9595-462-user 2018-10-26 09:33:20,754 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:33:20,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae004341b053676617ba26db0d6ced9580a53c45" 2018-10-26 09:33:20,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4f6ec7d-944b-4da7-ad67-20531b64d680 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:33:20,846 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-f4f6ec7d-944b-4da7-ad67-20531b64d680 2018-10-26 09:33:20,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae004341b053676617ba26db0d6ced9580a53c45" -d '{"role": {"name": "CreateSecurityGroupTests-81c3e8bf-9595-462-proj-role"}}' 2018-10-26 09:33:20,963 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:33:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0cc81ed8-8693-45a6-baaf-ce9a97a805d7 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d37fd7cd3a49411dae0de8bb9add04f8", "links": {"self": "http://172.30.9.21:5000/v3/roles/d37fd7cd3a49411dae0de8bb9add04f8"}, "name": "CreateSecurityGroupTests-81c3e8bf-9595-462-proj-role"}} 2018-10-26 09:33:20,963 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-0cc81ed8-8693-45a6-baaf-ce9a97a805d7 2018-10-26 09:33:20,964 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-81c3e8bf-9595-462-proj-role 2018-10-26 09:33:20,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/d37fd7cd3a49411dae0de8bb9add04f8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae004341b053676617ba26db0d6ced9580a53c45" 2018-10-26 09:33:21,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca438e21-6ab7-4f28-9890-27ecfe9cd1bb Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/d37fd7cd3a49411dae0de8bb9add04f8"}, "domain_id": null, "name": "CreateSecurityGroupTests-81c3e8bf-9595-462-proj-role", "id": "d37fd7cd3a49411dae0de8bb9add04f8"}} 2018-10-26 09:33:21,046 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/d37fd7cd3a49411dae0de8bb9add04f8 used request id req-ca438e21-6ab7-4f28-9890-27ecfe9cd1bb 2018-10-26 09:33:21,047 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-81c3e8bf-9595-462-proj-role to project CreateSecurityGroupTests-81c3e8bf-9595-462-proj 2018-10-26 09:33:21,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/f752719f204a40f599a7749fbafcb08c/users/3070cac6e1514b929c489e1c2c030ac6/roles/d37fd7cd3a49411dae0de8bb9add04f8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae004341b053676617ba26db0d6ced9580a53c45" 2018-10-26 09:33:21,177 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:33:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5e7cfd18-3ef7-4ceb-befa-cdfa11fa0934 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:33:21,177 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/f752719f204a40f599a7749fbafcb08c/users/3070cac6e1514b929c489e1c2c030ac6/roles/d37fd7cd3a49411dae0de8bb9add04f8 used request id req-5e7cfd18-3ef7-4ceb-befa-cdfa11fa0934 2018-10-26 09:33:21,177 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:33:21,178 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:33:21,552 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d37fd7cd3a49411dae0de8bb9add04f8", "name": "CreateSecurityGroupTests-81c3e8bf-9595-462-proj-role"}], "expires_at": "2018-10-26T10:33:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f752719f204a40f599a7749fbafcb08c", "name": "CreateSecurityGroupTests-81c3e8bf-9595-462-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f752719f204a40f599a7749fbafcb08c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/f752719f204a40f599a7749fbafcb08c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/f752719f204a40f599a7749fbafcb08c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/f752719f204a40f599a7749fbafcb08c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/f752719f204a40f599a7749fbafcb08c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/f752719f204a40f599a7749fbafcb08c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f752719f204a40f599a7749fbafcb08c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/f752719f204a40f599a7749fbafcb08c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/f752719f204a40f599a7749fbafcb08c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f752719f204a40f599a7749fbafcb08c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/f752719f204a40f599a7749fbafcb08c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/f752719f204a40f599a7749fbafcb08c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-81c3e8bf-9595-462-user", "id": "3070cac6e1514b929c489e1c2c030ac6"}, "audit_ids": ["MhWRPhC6SfeFyXShU2uRuw"], "issued_at": "2018-10-26T09:33:21.000000Z"}} 2018-10-26 09:33:21,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dfc8280fc8a6328291fea8cf1cf3f81ca119fa2" 2018-10-26 09:33:21,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc08ebb6-5422-420f-bfa3-4f85b8f5683b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:33:21,628 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-cc08ebb6-5422-420f-bfa3-4f85b8f5683b 2018-10-26 09:33:21,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e2704297-944e-4483-b3b4-69f77240de40name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dfc8280fc8a6328291fea8cf1cf3f81ca119fa2" 2018-10-26 09:33:21,928 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-e95f4c33-170b-479b-ac42-00a84c5cc6d1 Date: Fri, 26 Oct 2018 09:33:21 GMT RESP BODY: {"security_groups": []} 2018-10-26 09:33:21,928 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e2704297-944e-4483-b3b4-69f77240de40name&description=hello+group used request id req-e95f4c33-170b-479b-ac42-00a84c5cc6d1 2018-10-26 09:33:21,928 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-e2704297-944e-4483-b3b4-69f77240de40name... 2018-10-26 09:33:21,928 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-e2704297-944e-4483-b3b4-69f77240de40name 2018-10-26 09:33:21,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dfc8280fc8a6328291fea8cf1cf3f81ca119fa2" -d '{"security_group": {"name": "CreateSecurityGroupTests-e2704297-944e-4483-b3b4-69f77240de40name", "description": "hello group"}}' 2018-10-26 09:33:22,283 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-3f525c96-21b0-4a5e-aa70-a7d3af307b33 Date: Fri, 26 Oct 2018 09:33:22 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:22Z", "updated_at": "2018-10-26T09:33:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "revision_number": 0, "id": "9bc27773-5624-402a-8feb-3a03df988475", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv4", "project_id": "f752719f204a40f599a7749fbafcb08c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "revision_number": 0, "id": "aa7d295e-3442-42a5-b57a-1eb0688a643d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv6", "project_id": "f752719f204a40f599a7749fbafcb08c"}], "revision_number": 2, "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "name": "CreateSecurityGroupTests-e2704297-944e-4483-b3b4-69f77240de40name"}} 2018-10-26 09:33:22,283 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-3f525c96-21b0-4a5e-aa70-a7d3af307b33 2018-10-26 09:33:22,283 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c107a4f9-fb06-457a-9c33-cc010b7bbb17 2018-10-26 09:33:22,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c107a4f9-fb06-457a-9c33-cc010b7bbb17 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dfc8280fc8a6328291fea8cf1cf3f81ca119fa2" 2018-10-26 09:33:22,449 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-57f4c7c4-f8d8-4c80-9a76-20bc6d784a1d Date: Fri, 26 Oct 2018 09:33:22 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-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:22Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "9bc27773-5624-402a-8feb-3a03df988475"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:22Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "aa7d295e-3442-42a5-b57a-1eb0688a643d"}]} 2018-10-26 09:33:22,449 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c107a4f9-fb06-457a-9c33-cc010b7bbb17 used request id req-57f4c7c4-f8d8-4c80-9a76-20bc6d784a1d 2018-10-26 09:33:22,449 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c107a4f9-fb06-457a-9c33-cc010b7bbb17 2018-10-26 09:33:22,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c107a4f9-fb06-457a-9c33-cc010b7bbb17 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dfc8280fc8a6328291fea8cf1cf3f81ca119fa2" 2018-10-26 09:33:22,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-239a5c93-3d58-4a74-9683-9179514eec99 Date: Fri, 26 Oct 2018 09:33:22 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-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:22Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "9bc27773-5624-402a-8feb-3a03df988475"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:22Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "aa7d295e-3442-42a5-b57a-1eb0688a643d"}]} 2018-10-26 09:33:22,714 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c107a4f9-fb06-457a-9c33-cc010b7bbb17 used request id req-239a5c93-3d58-4a74-9683-9179514eec99 2018-10-26 09:33:22,715 - neutron_utils - INFO - Retrieving security group with ID - c107a4f9-fb06-457a-9c33-cc010b7bbb17 2018-10-26 09:33:22,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=c107a4f9-fb06-457a-9c33-cc010b7bbb17 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dfc8280fc8a6328291fea8cf1cf3f81ca119fa2" 2018-10-26 09:33:22,929 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-67b4a589-4c98-4145-a79c-873d21675303 Date: Fri, 26 Oct 2018 09:33:22 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:22Z", "updated_at": "2018-10-26T09:33:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "revision_number": 0, "id": "9bc27773-5624-402a-8feb-3a03df988475", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv4", "project_id": "f752719f204a40f599a7749fbafcb08c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "revision_number": 0, "id": "aa7d295e-3442-42a5-b57a-1eb0688a643d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv6", "project_id": "f752719f204a40f599a7749fbafcb08c"}], "revision_number": 2, "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "name": "CreateSecurityGroupTests-e2704297-944e-4483-b3b4-69f77240de40name"}]} 2018-10-26 09:33:22,929 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=c107a4f9-fb06-457a-9c33-cc010b7bbb17 used request id req-67b4a589-4c98-4145-a79c-873d21675303 2018-10-26 09:33:22,929 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c107a4f9-fb06-457a-9c33-cc010b7bbb17 2018-10-26 09:33:22,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c107a4f9-fb06-457a-9c33-cc010b7bbb17 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dfc8280fc8a6328291fea8cf1cf3f81ca119fa2" 2018-10-26 09:33:23,179 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-be6efdc7-68a2-49be-88c3-7f5d01423be7 Date: Fri, 26 Oct 2018 09:33:23 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-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:22Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "9bc27773-5624-402a-8feb-3a03df988475"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:22Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "aa7d295e-3442-42a5-b57a-1eb0688a643d"}]} 2018-10-26 09:33:23,179 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c107a4f9-fb06-457a-9c33-cc010b7bbb17 used request id req-be6efdc7-68a2-49be-88c3-7f5d01423be7 2018-10-26 09:33:23,180 - neutron_utils - INFO - Retrieving security group with ID - c107a4f9-fb06-457a-9c33-cc010b7bbb17 2018-10-26 09:33:23,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=c107a4f9-fb06-457a-9c33-cc010b7bbb17 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dfc8280fc8a6328291fea8cf1cf3f81ca119fa2" 2018-10-26 09:33:23,233 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-29138a56-9caa-46ff-b630-c535909701ac Date: Fri, 26 Oct 2018 09:33:23 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:22Z", "updated_at": "2018-10-26T09:33:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "revision_number": 0, "id": "9bc27773-5624-402a-8feb-3a03df988475", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv4", "project_id": "f752719f204a40f599a7749fbafcb08c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "revision_number": 0, "id": "aa7d295e-3442-42a5-b57a-1eb0688a643d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv6", "project_id": "f752719f204a40f599a7749fbafcb08c"}], "revision_number": 2, "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "name": "CreateSecurityGroupTests-e2704297-944e-4483-b3b4-69f77240de40name"}]} 2018-10-26 09:33:23,234 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=c107a4f9-fb06-457a-9c33-cc010b7bbb17 used request id req-29138a56-9caa-46ff-b630-c535909701ac 2018-10-26 09:33:23,234 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c107a4f9-fb06-457a-9c33-cc010b7bbb17 2018-10-26 09:33:23,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c107a4f9-fb06-457a-9c33-cc010b7bbb17 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dfc8280fc8a6328291fea8cf1cf3f81ca119fa2" 2018-10-26 09:33:23,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e9fafdfb-f860-4641-b116-1023e96fbbac Date: Fri, 26 Oct 2018 09:33:23 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-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:22Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "9bc27773-5624-402a-8feb-3a03df988475"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:22Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "aa7d295e-3442-42a5-b57a-1eb0688a643d"}]} 2018-10-26 09:33:23,415 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c107a4f9-fb06-457a-9c33-cc010b7bbb17 used request id req-e9fafdfb-f860-4641-b116-1023e96fbbac 2018-10-26 09:33:23,416 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-e2704297-944e-4483-b3b4-69f77240de40name 2018-10-26 09:33:23,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e2704297-944e-4483-b3b4-69f77240de40name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dfc8280fc8a6328291fea8cf1cf3f81ca119fa2" 2018-10-26 09:33:23,622 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-21d91a7d-8e1b-4c93-9e03-b50b18beafe5 Date: Fri, 26 Oct 2018 09:33:23 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:22Z", "updated_at": "2018-10-26T09:33:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "revision_number": 0, "id": "9bc27773-5624-402a-8feb-3a03df988475", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv4", "project_id": "f752719f204a40f599a7749fbafcb08c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "revision_number": 0, "id": "aa7d295e-3442-42a5-b57a-1eb0688a643d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv6", "project_id": "f752719f204a40f599a7749fbafcb08c"}], "revision_number": 2, "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "name": "CreateSecurityGroupTests-e2704297-944e-4483-b3b4-69f77240de40name"}]} 2018-10-26 09:33:23,622 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e2704297-944e-4483-b3b4-69f77240de40name used request id req-21d91a7d-8e1b-4c93-9e03-b50b18beafe5 2018-10-26 09:33:23,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:33:23,631 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:33:23,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f752719f204a40f599a7749fbafcb08c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dfc8280fc8a6328291fea8cf1cf3f81ca119fa2" 2018-10-26 09:33:23,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2005ea96-e4aa-4802-9eb7-8ac04fe39382 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/f752719f204a40f599a7749fbafcb08c"}, "enabled": true, "id": "f752719f204a40f599a7749fbafcb08c", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-81c3e8bf-9595-462-proj"}} 2018-10-26 09:33:23,709 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f752719f204a40f599a7749fbafcb08c used request id req-2005ea96-e4aa-4802-9eb7-8ac04fe39382 2018-10-26 09:33:23,710 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c107a4f9-fb06-457a-9c33-cc010b7bbb17 2018-10-26 09:33:23,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c107a4f9-fb06-457a-9c33-cc010b7bbb17 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dfc8280fc8a6328291fea8cf1cf3f81ca119fa2" 2018-10-26 09:33:23,873 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8fe490db-7e75-4881-acd4-c7c1819ddc4a Date: Fri, 26 Oct 2018 09:33:23 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-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:22Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "9bc27773-5624-402a-8feb-3a03df988475"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:22Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "aa7d295e-3442-42a5-b57a-1eb0688a643d"}]} 2018-10-26 09:33:23,874 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c107a4f9-fb06-457a-9c33-cc010b7bbb17 used request id req-8fe490db-7e75-4881-acd4-c7c1819ddc4a 2018-10-26 09:33:23,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dfc8280fc8a6328291fea8cf1cf3f81ca119fa2" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17"}}' 2018-10-26 09:33:24,179 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-68dc47cb-5003-4cc2-b873-36b4d9cbd809 Date: Fri, 26 Oct 2018 09:33: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-26T09:33:24Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:24Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "f73bd746-1e1c-4e61-87ce-7a9ab68eea92"}} 2018-10-26 09:33:24,179 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-68dc47cb-5003-4cc2-b873-36b4d9cbd809 2018-10-26 09:33:24,179 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-e2704297-944e-4483-b3b4-69f77240de40name 2018-10-26 09:33:24,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e2704297-944e-4483-b3b4-69f77240de40name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dfc8280fc8a6328291fea8cf1cf3f81ca119fa2" 2018-10-26 09:33:24,391 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-53035925-879e-447b-9f11-68f53bbcac54 Date: Fri, 26 Oct 2018 09:33:24 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:22Z", "updated_at": "2018-10-26T09:33:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "revision_number": 0, "id": "9bc27773-5624-402a-8feb-3a03df988475", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv4", "project_id": "f752719f204a40f599a7749fbafcb08c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "revision_number": 0, "id": "aa7d295e-3442-42a5-b57a-1eb0688a643d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv6", "project_id": "f752719f204a40f599a7749fbafcb08c"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:24Z", "revision_number": 0, "id": "f73bd746-1e1c-4e61-87ce-7a9ab68eea92", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:24Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv4", "project_id": "f752719f204a40f599a7749fbafcb08c"}], "revision_number": 3, "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "name": "CreateSecurityGroupTests-e2704297-944e-4483-b3b4-69f77240de40name"}]} 2018-10-26 09:33:24,392 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e2704297-944e-4483-b3b4-69f77240de40name used request id req-53035925-879e-447b-9f11-68f53bbcac54 2018-10-26 09:33:24,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f752719f204a40f599a7749fbafcb08c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dfc8280fc8a6328291fea8cf1cf3f81ca119fa2" 2018-10-26 09:33:24,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c9ae5f6-1886-485b-a733-372d792d616c Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/f752719f204a40f599a7749fbafcb08c"}, "enabled": true, "id": "f752719f204a40f599a7749fbafcb08c", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-81c3e8bf-9595-462-proj"}} 2018-10-26 09:33:24,469 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f752719f204a40f599a7749fbafcb08c used request id req-7c9ae5f6-1886-485b-a733-372d792d616c 2018-10-26 09:33:24,469 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c107a4f9-fb06-457a-9c33-cc010b7bbb17 2018-10-26 09:33:24,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c107a4f9-fb06-457a-9c33-cc010b7bbb17 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dfc8280fc8a6328291fea8cf1cf3f81ca119fa2" 2018-10-26 09:33:24,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-78e80db0-3606-4773-a000-38199755ca95 Date: Fri, 26 Oct 2018 09:33:24 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:22Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "9bc27773-5624-402a-8feb-3a03df988475"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:22Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "aa7d295e-3442-42a5-b57a-1eb0688a643d"}, {"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-26T09:33:24Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:24Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "f73bd746-1e1c-4e61-87ce-7a9ab68eea92"}]} 2018-10-26 09:33:24,504 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c107a4f9-fb06-457a-9c33-cc010b7bbb17 used request id req-78e80db0-3606-4773-a000-38199755ca95 2018-10-26 09:33:24,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dfc8280fc8a6328291fea8cf1cf3f81ca119fa2" -d '{"security_group_rule": {"ethertype": "IPv6", "direction": "egress", "protocol": 17, "description": "test_rule_2", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17"}}' 2018-10-26 09:33:24,661 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 520 X-Openstack-Request-Id: req-bfd06592-adea-488d-a2ed-9eab23544c1a Date: Fri, 26 Oct 2018 09:33: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-26T09:33:24Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:24Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "d5693b8b-8744-4bcf-befc-ef1cf4a636a9"}} 2018-10-26 09:33:24,661 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-bfd06592-adea-488d-a2ed-9eab23544c1a 2018-10-26 09:33:24,661 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-e2704297-944e-4483-b3b4-69f77240de40name 2018-10-26 09:33:24,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e2704297-944e-4483-b3b4-69f77240de40name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dfc8280fc8a6328291fea8cf1cf3f81ca119fa2" 2018-10-26 09:33:24,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2430 X-Openstack-Request-Id: req-ba3b04fd-7a08-4d4f-a022-2161523399c7 Date: Fri, 26 Oct 2018 09:33:24 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:22Z", "updated_at": "2018-10-26T09:33:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "revision_number": 0, "id": "9bc27773-5624-402a-8feb-3a03df988475", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv4", "project_id": "f752719f204a40f599a7749fbafcb08c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "revision_number": 0, "id": "aa7d295e-3442-42a5-b57a-1eb0688a643d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv6", "project_id": "f752719f204a40f599a7749fbafcb08c"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:24Z", "revision_number": 0, "id": "d5693b8b-8744-4bcf-befc-ef1cf4a636a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:24Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv6", "project_id": "f752719f204a40f599a7749fbafcb08c"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:24Z", "revision_number": 0, "id": "f73bd746-1e1c-4e61-87ce-7a9ab68eea92", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:24Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv4", "project_id": "f752719f204a40f599a7749fbafcb08c"}], "revision_number": 4, "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "name": "CreateSecurityGroupTests-e2704297-944e-4483-b3b4-69f77240de40name"}]} 2018-10-26 09:33:24,725 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e2704297-944e-4483-b3b4-69f77240de40name used request id req-ba3b04fd-7a08-4d4f-a022-2161523399c7 2018-10-26 09:33:24,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f752719f204a40f599a7749fbafcb08c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dfc8280fc8a6328291fea8cf1cf3f81ca119fa2" 2018-10-26 09:33:24,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1ca405d-f46b-4ea2-901e-032056da56a9 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/f752719f204a40f599a7749fbafcb08c"}, "enabled": true, "id": "f752719f204a40f599a7749fbafcb08c", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-81c3e8bf-9595-462-proj"}} 2018-10-26 09:33:24,809 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f752719f204a40f599a7749fbafcb08c used request id req-e1ca405d-f46b-4ea2-901e-032056da56a9 2018-10-26 09:33:24,809 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c107a4f9-fb06-457a-9c33-cc010b7bbb17 2018-10-26 09:33:24,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c107a4f9-fb06-457a-9c33-cc010b7bbb17 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dfc8280fc8a6328291fea8cf1cf3f81ca119fa2" 2018-10-26 09:33:24,986 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1997 X-Openstack-Request-Id: req-238122f3-5787-4658-bbba-799799928f0d Date: Fri, 26 Oct 2018 09:33:24 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:22Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "9bc27773-5624-402a-8feb-3a03df988475"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:22Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "aa7d295e-3442-42a5-b57a-1eb0688a643d"}, {"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-26T09:33:24Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:24Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "d5693b8b-8744-4bcf-befc-ef1cf4a636a9"}, {"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-26T09:33:24Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:24Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "f73bd746-1e1c-4e61-87ce-7a9ab68eea92"}]} 2018-10-26 09:33:24,986 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c107a4f9-fb06-457a-9c33-cc010b7bbb17 used request id req-238122f3-5787-4658-bbba-799799928f0d 2018-10-26 09:33:24,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dfc8280fc8a6328291fea8cf1cf3f81ca119fa2" -d '{"security_group_rule": {"direction": "egress", "protocol": 17, "description": "test_rule_3", "ethertype": "IPv4", "port_range_max": 20, "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": 10}}' 2018-10-26 09:33:25,139 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 516 X-Openstack-Request-Id: req-3729f8a7-2e5a-4a81-b222-0401bb6375cb Date: Fri, 26 Oct 2018 09:33: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-26T09:33:25Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": 10, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:25Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "6d0ba74d-ba5b-489b-851a-2a7282abff35"}} 2018-10-26 09:33:25,139 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-3729f8a7-2e5a-4a81-b222-0401bb6375cb 2018-10-26 09:33:25,140 - neutron_utils - INFO - Retrieving security group with ID - c107a4f9-fb06-457a-9c33-cc010b7bbb17 2018-10-26 09:33:25,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=c107a4f9-fb06-457a-9c33-cc010b7bbb17 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dfc8280fc8a6328291fea8cf1cf3f81ca119fa2" 2018-10-26 09:33:25,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-1cb3f8d3-32c1-48d9-b7ed-fa60fb7028a0 Date: Fri, 26 Oct 2018 09:33:25 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:22Z", "updated_at": "2018-10-26T09:33:25Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-26T09:33:25Z", "revision_number": 0, "id": "6d0ba74d-ba5b-489b-851a-2a7282abff35", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:25Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": 10, "ethertype": "IPv4", "project_id": "f752719f204a40f599a7749fbafcb08c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "revision_number": 0, "id": "9bc27773-5624-402a-8feb-3a03df988475", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv4", "project_id": "f752719f204a40f599a7749fbafcb08c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "revision_number": 0, "id": "aa7d295e-3442-42a5-b57a-1eb0688a643d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv6", "project_id": "f752719f204a40f599a7749fbafcb08c"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:24Z", "revision_number": 0, "id": "d5693b8b-8744-4bcf-befc-ef1cf4a636a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:24Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv6", "project_id": "f752719f204a40f599a7749fbafcb08c"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:24Z", "revision_number": 0, "id": "f73bd746-1e1c-4e61-87ce-7a9ab68eea92", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:24Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv4", "project_id": "f752719f204a40f599a7749fbafcb08c"}], "revision_number": 5, "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "name": "CreateSecurityGroupTests-e2704297-944e-4483-b3b4-69f77240de40name"}]} 2018-10-26 09:33:25,190 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=c107a4f9-fb06-457a-9c33-cc010b7bbb17 used request id req-1cb3f8d3-32c1-48d9-b7ed-fa60fb7028a0 2018-10-26 09:33:25,191 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c107a4f9-fb06-457a-9c33-cc010b7bbb17 2018-10-26 09:33:25,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c107a4f9-fb06-457a-9c33-cc010b7bbb17 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dfc8280fc8a6328291fea8cf1cf3f81ca119fa2" 2018-10-26 09:33:25,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-452bce77-6626-476f-9ce6-83522ceab67c Date: Fri, 26 Oct 2018 09:33:25 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-26T09:33:25Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": 10, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:25Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "6d0ba74d-ba5b-489b-851a-2a7282abff35"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:22Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "9bc27773-5624-402a-8feb-3a03df988475"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:22Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "aa7d295e-3442-42a5-b57a-1eb0688a643d"}, {"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-26T09:33:24Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:24Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "d5693b8b-8744-4bcf-befc-ef1cf4a636a9"}, {"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-26T09:33:24Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:24Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "f73bd746-1e1c-4e61-87ce-7a9ab68eea92"}]} 2018-10-26 09:33:25,227 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c107a4f9-fb06-457a-9c33-cc010b7bbb17 used request id req-452bce77-6626-476f-9ce6-83522ceab67c 2018-10-26 09:33:25,228 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:33:25,607 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d37fd7cd3a49411dae0de8bb9add04f8", "name": "CreateSecurityGroupTests-81c3e8bf-9595-462-proj-role"}], "expires_at": "2018-10-26T10:33:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f752719f204a40f599a7749fbafcb08c", "name": "CreateSecurityGroupTests-81c3e8bf-9595-462-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f752719f204a40f599a7749fbafcb08c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/f752719f204a40f599a7749fbafcb08c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/f752719f204a40f599a7749fbafcb08c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/f752719f204a40f599a7749fbafcb08c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/f752719f204a40f599a7749fbafcb08c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/f752719f204a40f599a7749fbafcb08c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f752719f204a40f599a7749fbafcb08c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/f752719f204a40f599a7749fbafcb08c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/f752719f204a40f599a7749fbafcb08c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f752719f204a40f599a7749fbafcb08c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/f752719f204a40f599a7749fbafcb08c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/f752719f204a40f599a7749fbafcb08c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-81c3e8bf-9595-462-user", "id": "3070cac6e1514b929c489e1c2c030ac6"}, "audit_ids": ["9lR12BtjRnGl3bvCRAKYyw"], "issued_at": "2018-10-26T09:33:25.000000Z"}} 2018-10-26 09:33:25,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e2704297-944e-4483-b3b4-69f77240de40name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1c5092cb75c314bd435409388f24f2ebe43ffcc" 2018-10-26 09:33:25,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-c77675e0-e986-41bb-9c86-a15cb0bf064c Date: Fri, 26 Oct 2018 09:33:25 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:22Z", "updated_at": "2018-10-26T09:33:25Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-26T09:33:25Z", "revision_number": 0, "id": "6d0ba74d-ba5b-489b-851a-2a7282abff35", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:25Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": 10, "ethertype": "IPv4", "project_id": "f752719f204a40f599a7749fbafcb08c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "revision_number": 0, "id": "9bc27773-5624-402a-8feb-3a03df988475", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv4", "project_id": "f752719f204a40f599a7749fbafcb08c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "revision_number": 0, "id": "aa7d295e-3442-42a5-b57a-1eb0688a643d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv6", "project_id": "f752719f204a40f599a7749fbafcb08c"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:24Z", "revision_number": 0, "id": "d5693b8b-8744-4bcf-befc-ef1cf4a636a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:24Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv6", "project_id": "f752719f204a40f599a7749fbafcb08c"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:24Z", "revision_number": 0, "id": "f73bd746-1e1c-4e61-87ce-7a9ab68eea92", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:24Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv4", "project_id": "f752719f204a40f599a7749fbafcb08c"}], "revision_number": 5, "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "name": "CreateSecurityGroupTests-e2704297-944e-4483-b3b4-69f77240de40name"}]} 2018-10-26 09:33:25,834 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e2704297-944e-4483-b3b4-69f77240de40name&description=hello+group used request id req-c77675e0-e986-41bb-9c86-a15cb0bf064c 2018-10-26 09:33:25,834 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c107a4f9-fb06-457a-9c33-cc010b7bbb17 2018-10-26 09:33:25,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c107a4f9-fb06-457a-9c33-cc010b7bbb17 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1c5092cb75c314bd435409388f24f2ebe43ffcc" 2018-10-26 09:33:26,006 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-2858164f-76e6-428d-a30e-09c1089f78c2 Date: Fri, 26 Oct 2018 09:33:26 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-26T09:33:25Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": 10, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:25Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "6d0ba74d-ba5b-489b-851a-2a7282abff35"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:22Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "9bc27773-5624-402a-8feb-3a03df988475"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:22Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "aa7d295e-3442-42a5-b57a-1eb0688a643d"}, {"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-26T09:33:24Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:24Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "d5693b8b-8744-4bcf-befc-ef1cf4a636a9"}, {"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-26T09:33:24Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:24Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "f73bd746-1e1c-4e61-87ce-7a9ab68eea92"}]} 2018-10-26 09:33:26,006 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c107a4f9-fb06-457a-9c33-cc010b7bbb17 used request id req-2858164f-76e6-428d-a30e-09c1089f78c2 2018-10-26 09:33:26,007 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c107a4f9-fb06-457a-9c33-cc010b7bbb17 2018-10-26 09:33:26,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c107a4f9-fb06-457a-9c33-cc010b7bbb17 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1c5092cb75c314bd435409388f24f2ebe43ffcc" 2018-10-26 09:33:26,191 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-8bd53f0f-13e8-463f-a5c5-12ee15f61f19 Date: Fri, 26 Oct 2018 09:33:26 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-26T09:33:25Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": 10, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:25Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "6d0ba74d-ba5b-489b-851a-2a7282abff35"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:22Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "9bc27773-5624-402a-8feb-3a03df988475"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:22Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "aa7d295e-3442-42a5-b57a-1eb0688a643d"}, {"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-26T09:33:24Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:24Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "d5693b8b-8744-4bcf-befc-ef1cf4a636a9"}, {"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-26T09:33:24Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:24Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "f73bd746-1e1c-4e61-87ce-7a9ab68eea92"}]} 2018-10-26 09:33:26,192 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c107a4f9-fb06-457a-9c33-cc010b7bbb17 used request id req-8bd53f0f-13e8-463f-a5c5-12ee15f61f19 2018-10-26 09:33:26,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e2704297-944e-4483-b3b4-69f77240de40name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1c5092cb75c314bd435409388f24f2ebe43ffcc" 2018-10-26 09:33:26,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-ed7f39fe-5ec8-4750-a5fb-0fe869f1dc16 Date: Fri, 26 Oct 2018 09:33:26 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:22Z", "updated_at": "2018-10-26T09:33:25Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-26T09:33:25Z", "revision_number": 0, "id": "6d0ba74d-ba5b-489b-851a-2a7282abff35", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:25Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": 10, "ethertype": "IPv4", "project_id": "f752719f204a40f599a7749fbafcb08c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "revision_number": 0, "id": "9bc27773-5624-402a-8feb-3a03df988475", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv4", "project_id": "f752719f204a40f599a7749fbafcb08c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "revision_number": 0, "id": "aa7d295e-3442-42a5-b57a-1eb0688a643d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv6", "project_id": "f752719f204a40f599a7749fbafcb08c"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:24Z", "revision_number": 0, "id": "d5693b8b-8744-4bcf-befc-ef1cf4a636a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:24Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv6", "project_id": "f752719f204a40f599a7749fbafcb08c"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:24Z", "revision_number": 0, "id": "f73bd746-1e1c-4e61-87ce-7a9ab68eea92", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:24Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv4", "project_id": "f752719f204a40f599a7749fbafcb08c"}], "revision_number": 5, "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "name": "CreateSecurityGroupTests-e2704297-944e-4483-b3b4-69f77240de40name"}]} 2018-10-26 09:33:26,407 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e2704297-944e-4483-b3b4-69f77240de40name used request id req-ed7f39fe-5ec8-4750-a5fb-0fe869f1dc16 2018-10-26 09:33:26,408 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c107a4f9-fb06-457a-9c33-cc010b7bbb17 2018-10-26 09:33:26,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c107a4f9-fb06-457a-9c33-cc010b7bbb17 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1c5092cb75c314bd435409388f24f2ebe43ffcc" 2018-10-26 09:33:26,448 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-d0d506e8-9f77-4359-a5ce-fd572d702b05 Date: Fri, 26 Oct 2018 09:33:26 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-26T09:33:25Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": 10, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:25Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "6d0ba74d-ba5b-489b-851a-2a7282abff35"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:22Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "9bc27773-5624-402a-8feb-3a03df988475"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:22Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "aa7d295e-3442-42a5-b57a-1eb0688a643d"}, {"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-26T09:33:24Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:24Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "d5693b8b-8744-4bcf-befc-ef1cf4a636a9"}, {"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-26T09:33:24Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:24Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "f73bd746-1e1c-4e61-87ce-7a9ab68eea92"}]} 2018-10-26 09:33:26,448 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c107a4f9-fb06-457a-9c33-cc010b7bbb17 used request id req-d0d506e8-9f77-4359-a5ce-fd572d702b05 2018-10-26 09:33:26,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e2704297-944e-4483-b3b4-69f77240de40name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1c5092cb75c314bd435409388f24f2ebe43ffcc" 2018-10-26 09:33:26,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-467f8f6f-6afd-41fc-afcb-3f4ef724f659 Date: Fri, 26 Oct 2018 09:33:26 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:22Z", "updated_at": "2018-10-26T09:33:25Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-26T09:33:25Z", "revision_number": 0, "id": "6d0ba74d-ba5b-489b-851a-2a7282abff35", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:25Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": 10, "ethertype": "IPv4", "project_id": "f752719f204a40f599a7749fbafcb08c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "revision_number": 0, "id": "9bc27773-5624-402a-8feb-3a03df988475", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv4", "project_id": "f752719f204a40f599a7749fbafcb08c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "revision_number": 0, "id": "aa7d295e-3442-42a5-b57a-1eb0688a643d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv6", "project_id": "f752719f204a40f599a7749fbafcb08c"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:24Z", "revision_number": 0, "id": "d5693b8b-8744-4bcf-befc-ef1cf4a636a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:24Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv6", "project_id": "f752719f204a40f599a7749fbafcb08c"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:24Z", "revision_number": 0, "id": "f73bd746-1e1c-4e61-87ce-7a9ab68eea92", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:24Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv4", "project_id": "f752719f204a40f599a7749fbafcb08c"}], "revision_number": 5, "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "name": "CreateSecurityGroupTests-e2704297-944e-4483-b3b4-69f77240de40name"}]} 2018-10-26 09:33:26,639 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e2704297-944e-4483-b3b4-69f77240de40name used request id req-467f8f6f-6afd-41fc-afcb-3f4ef724f659 2018-10-26 09:33:26,640 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c107a4f9-fb06-457a-9c33-cc010b7bbb17 2018-10-26 09:33:26,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c107a4f9-fb06-457a-9c33-cc010b7bbb17 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1c5092cb75c314bd435409388f24f2ebe43ffcc" 2018-10-26 09:33:26,853 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-68f5da12-fa05-4894-8374-22f28fa7eb9b Date: Fri, 26 Oct 2018 09:33:26 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-26T09:33:25Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": 10, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:25Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "6d0ba74d-ba5b-489b-851a-2a7282abff35"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:22Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "9bc27773-5624-402a-8feb-3a03df988475"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:22Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "aa7d295e-3442-42a5-b57a-1eb0688a643d"}, {"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-26T09:33:24Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:24Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "d5693b8b-8744-4bcf-befc-ef1cf4a636a9"}, {"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-26T09:33:24Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:24Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "f73bd746-1e1c-4e61-87ce-7a9ab68eea92"}]} 2018-10-26 09:33:26,853 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c107a4f9-fb06-457a-9c33-cc010b7bbb17 used request id req-68f5da12-fa05-4894-8374-22f28fa7eb9b 2018-10-26 09:33:26,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e2704297-944e-4483-b3b4-69f77240de40name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1c5092cb75c314bd435409388f24f2ebe43ffcc" 2018-10-26 09:33:26,905 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-92fd9dcc-6a8c-4e87-9288-6123228e37d1 Date: Fri, 26 Oct 2018 09:33:26 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:22Z", "updated_at": "2018-10-26T09:33:25Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-26T09:33:25Z", "revision_number": 0, "id": "6d0ba74d-ba5b-489b-851a-2a7282abff35", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:25Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": 10, "ethertype": "IPv4", "project_id": "f752719f204a40f599a7749fbafcb08c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "revision_number": 0, "id": "9bc27773-5624-402a-8feb-3a03df988475", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv4", "project_id": "f752719f204a40f599a7749fbafcb08c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "revision_number": 0, "id": "aa7d295e-3442-42a5-b57a-1eb0688a643d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv6", "project_id": "f752719f204a40f599a7749fbafcb08c"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:24Z", "revision_number": 0, "id": "d5693b8b-8744-4bcf-befc-ef1cf4a636a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:24Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv6", "project_id": "f752719f204a40f599a7749fbafcb08c"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:24Z", "revision_number": 0, "id": "f73bd746-1e1c-4e61-87ce-7a9ab68eea92", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:24Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv4", "project_id": "f752719f204a40f599a7749fbafcb08c"}], "revision_number": 5, "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "name": "CreateSecurityGroupTests-e2704297-944e-4483-b3b4-69f77240de40name"}]} 2018-10-26 09:33:26,905 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e2704297-944e-4483-b3b4-69f77240de40name used request id req-92fd9dcc-6a8c-4e87-9288-6123228e37d1 2018-10-26 09:33:26,906 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c107a4f9-fb06-457a-9c33-cc010b7bbb17 2018-10-26 09:33:26,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c107a4f9-fb06-457a-9c33-cc010b7bbb17 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1c5092cb75c314bd435409388f24f2ebe43ffcc" 2018-10-26 09:33:27,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-9d14778c-3e33-4d10-bbe8-807d6a826939 Date: Fri, 26 Oct 2018 09:33:27 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-26T09:33:25Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": 10, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:25Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "6d0ba74d-ba5b-489b-851a-2a7282abff35"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:22Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "9bc27773-5624-402a-8feb-3a03df988475"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:22Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "aa7d295e-3442-42a5-b57a-1eb0688a643d"}, {"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-26T09:33:24Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:24Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "d5693b8b-8744-4bcf-befc-ef1cf4a636a9"}, {"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-26T09:33:24Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:24Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "f73bd746-1e1c-4e61-87ce-7a9ab68eea92"}]} 2018-10-26 09:33:27,176 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c107a4f9-fb06-457a-9c33-cc010b7bbb17 used request id req-9d14778c-3e33-4d10-bbe8-807d6a826939 2018-10-26 09:33:27,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e2704297-944e-4483-b3b4-69f77240de40name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1c5092cb75c314bd435409388f24f2ebe43ffcc" 2018-10-26 09:33:27,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-e4f85795-c06e-44b7-b7b6-747a11335eac Date: Fri, 26 Oct 2018 09:33:27 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:22Z", "updated_at": "2018-10-26T09:33:25Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-26T09:33:25Z", "revision_number": 0, "id": "6d0ba74d-ba5b-489b-851a-2a7282abff35", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:25Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": 10, "ethertype": "IPv4", "project_id": "f752719f204a40f599a7749fbafcb08c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "revision_number": 0, "id": "9bc27773-5624-402a-8feb-3a03df988475", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv4", "project_id": "f752719f204a40f599a7749fbafcb08c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "revision_number": 0, "id": "aa7d295e-3442-42a5-b57a-1eb0688a643d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv6", "project_id": "f752719f204a40f599a7749fbafcb08c"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:24Z", "revision_number": 0, "id": "d5693b8b-8744-4bcf-befc-ef1cf4a636a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:24Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv6", "project_id": "f752719f204a40f599a7749fbafcb08c"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:24Z", "revision_number": 0, "id": "f73bd746-1e1c-4e61-87ce-7a9ab68eea92", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:24Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv4", "project_id": "f752719f204a40f599a7749fbafcb08c"}], "revision_number": 5, "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "name": "CreateSecurityGroupTests-e2704297-944e-4483-b3b4-69f77240de40name"}]} 2018-10-26 09:33:27,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e2704297-944e-4483-b3b4-69f77240de40name used request id req-e4f85795-c06e-44b7-b7b6-747a11335eac 2018-10-26 09:33:27,367 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c107a4f9-fb06-457a-9c33-cc010b7bbb17 2018-10-26 09:33:27,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c107a4f9-fb06-457a-9c33-cc010b7bbb17 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1c5092cb75c314bd435409388f24f2ebe43ffcc" 2018-10-26 09:33:27,403 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-b97c559d-4d17-46a9-b6a9-46ffcd19e44d Date: Fri, 26 Oct 2018 09:33:27 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-26T09:33:25Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": 10, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:25Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "6d0ba74d-ba5b-489b-851a-2a7282abff35"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:22Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "9bc27773-5624-402a-8feb-3a03df988475"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:22Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "aa7d295e-3442-42a5-b57a-1eb0688a643d"}, {"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-26T09:33:24Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:24Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "d5693b8b-8744-4bcf-befc-ef1cf4a636a9"}, {"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-26T09:33:24Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:24Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "f73bd746-1e1c-4e61-87ce-7a9ab68eea92"}]} 2018-10-26 09:33:27,404 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c107a4f9-fb06-457a-9c33-cc010b7bbb17 used request id req-b97c559d-4d17-46a9-b6a9-46ffcd19e44d 2018-10-26 09:33:27,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e2704297-944e-4483-b3b4-69f77240de40name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1c5092cb75c314bd435409388f24f2ebe43ffcc" 2018-10-26 09:33:27,616 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-aacd6562-ef56-486d-ad46-fefbdf9871a5 Date: Fri, 26 Oct 2018 09:33:27 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:22Z", "updated_at": "2018-10-26T09:33:25Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-26T09:33:25Z", "revision_number": 0, "id": "6d0ba74d-ba5b-489b-851a-2a7282abff35", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:25Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": 10, "ethertype": "IPv4", "project_id": "f752719f204a40f599a7749fbafcb08c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "revision_number": 0, "id": "9bc27773-5624-402a-8feb-3a03df988475", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv4", "project_id": "f752719f204a40f599a7749fbafcb08c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "revision_number": 0, "id": "aa7d295e-3442-42a5-b57a-1eb0688a643d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv6", "project_id": "f752719f204a40f599a7749fbafcb08c"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:24Z", "revision_number": 0, "id": "d5693b8b-8744-4bcf-befc-ef1cf4a636a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:24Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv6", "project_id": "f752719f204a40f599a7749fbafcb08c"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:24Z", "revision_number": 0, "id": "f73bd746-1e1c-4e61-87ce-7a9ab68eea92", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:24Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv4", "project_id": "f752719f204a40f599a7749fbafcb08c"}], "revision_number": 5, "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "name": "CreateSecurityGroupTests-e2704297-944e-4483-b3b4-69f77240de40name"}]} 2018-10-26 09:33:27,616 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e2704297-944e-4483-b3b4-69f77240de40name used request id req-aacd6562-ef56-486d-ad46-fefbdf9871a5 2018-10-26 09:33:27,616 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c107a4f9-fb06-457a-9c33-cc010b7bbb17 2018-10-26 09:33:27,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c107a4f9-fb06-457a-9c33-cc010b7bbb17 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1c5092cb75c314bd435409388f24f2ebe43ffcc" 2018-10-26 09:33:27,815 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-62d92d2a-d54e-487e-a6ca-9b8db3d8c6cb Date: Fri, 26 Oct 2018 09:33:27 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-26T09:33:25Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": 10, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:25Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "6d0ba74d-ba5b-489b-851a-2a7282abff35"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:22Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "9bc27773-5624-402a-8feb-3a03df988475"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:22Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "aa7d295e-3442-42a5-b57a-1eb0688a643d"}, {"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-26T09:33:24Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:24Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "d5693b8b-8744-4bcf-befc-ef1cf4a636a9"}, {"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-26T09:33:24Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:24Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "f73bd746-1e1c-4e61-87ce-7a9ab68eea92"}]} 2018-10-26 09:33:27,816 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c107a4f9-fb06-457a-9c33-cc010b7bbb17 used request id req-62d92d2a-d54e-487e-a6ca-9b8db3d8c6cb 2018-10-26 09:33:27,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e2704297-944e-4483-b3b4-69f77240de40name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1c5092cb75c314bd435409388f24f2ebe43ffcc" 2018-10-26 09:33:28,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-6cfb6a31-148f-4cb3-92b3-96f384e5181f Date: Fri, 26 Oct 2018 09:33:28 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:22Z", "updated_at": "2018-10-26T09:33:25Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-26T09:33:25Z", "revision_number": 0, "id": "6d0ba74d-ba5b-489b-851a-2a7282abff35", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:25Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": 10, "ethertype": "IPv4", "project_id": "f752719f204a40f599a7749fbafcb08c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "revision_number": 0, "id": "9bc27773-5624-402a-8feb-3a03df988475", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv4", "project_id": "f752719f204a40f599a7749fbafcb08c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "revision_number": 0, "id": "aa7d295e-3442-42a5-b57a-1eb0688a643d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv6", "project_id": "f752719f204a40f599a7749fbafcb08c"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:24Z", "revision_number": 0, "id": "d5693b8b-8744-4bcf-befc-ef1cf4a636a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:24Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv6", "project_id": "f752719f204a40f599a7749fbafcb08c"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:24Z", "revision_number": 0, "id": "f73bd746-1e1c-4e61-87ce-7a9ab68eea92", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:24Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv4", "project_id": "f752719f204a40f599a7749fbafcb08c"}], "revision_number": 5, "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "name": "CreateSecurityGroupTests-e2704297-944e-4483-b3b4-69f77240de40name"}]} 2018-10-26 09:33:28,146 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e2704297-944e-4483-b3b4-69f77240de40name used request id req-6cfb6a31-148f-4cb3-92b3-96f384e5181f 2018-10-26 09:33:28,147 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c107a4f9-fb06-457a-9c33-cc010b7bbb17 2018-10-26 09:33:28,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c107a4f9-fb06-457a-9c33-cc010b7bbb17 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1c5092cb75c314bd435409388f24f2ebe43ffcc" 2018-10-26 09:33:28,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-f1398ef4-b709-4cfc-8c22-468c9644bdfe Date: Fri, 26 Oct 2018 09:33:28 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-26T09:33:25Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": 10, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:25Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "6d0ba74d-ba5b-489b-851a-2a7282abff35"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:22Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "9bc27773-5624-402a-8feb-3a03df988475"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:22Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "aa7d295e-3442-42a5-b57a-1eb0688a643d"}, {"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-26T09:33:24Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:24Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "d5693b8b-8744-4bcf-befc-ef1cf4a636a9"}, {"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-26T09:33:24Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:24Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "f73bd746-1e1c-4e61-87ce-7a9ab68eea92"}]} 2018-10-26 09:33:28,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c107a4f9-fb06-457a-9c33-cc010b7bbb17 used request id req-f1398ef4-b709-4cfc-8c22-468c9644bdfe 2018-10-26 09:33:28,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e2704297-944e-4483-b3b4-69f77240de40name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1c5092cb75c314bd435409388f24f2ebe43ffcc" 2018-10-26 09:33:28,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-0e4ab02c-ed7a-4c75-96a5-49777d5d48b3 Date: Fri, 26 Oct 2018 09:33:28 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:22Z", "updated_at": "2018-10-26T09:33:25Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-26T09:33:25Z", "revision_number": 0, "id": "6d0ba74d-ba5b-489b-851a-2a7282abff35", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:25Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": 10, "ethertype": "IPv4", "project_id": "f752719f204a40f599a7749fbafcb08c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "revision_number": 0, "id": "9bc27773-5624-402a-8feb-3a03df988475", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv4", "project_id": "f752719f204a40f599a7749fbafcb08c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "revision_number": 0, "id": "aa7d295e-3442-42a5-b57a-1eb0688a643d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv6", "project_id": "f752719f204a40f599a7749fbafcb08c"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:24Z", "revision_number": 0, "id": "d5693b8b-8744-4bcf-befc-ef1cf4a636a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:24Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv6", "project_id": "f752719f204a40f599a7749fbafcb08c"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:24Z", "revision_number": 0, "id": "f73bd746-1e1c-4e61-87ce-7a9ab68eea92", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:24Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv4", "project_id": "f752719f204a40f599a7749fbafcb08c"}], "revision_number": 5, "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "name": "CreateSecurityGroupTests-e2704297-944e-4483-b3b4-69f77240de40name"}]} 2018-10-26 09:33:28,383 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e2704297-944e-4483-b3b4-69f77240de40name used request id req-0e4ab02c-ed7a-4c75-96a5-49777d5d48b3 2018-10-26 09:33:28,384 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c107a4f9-fb06-457a-9c33-cc010b7bbb17 2018-10-26 09:33:28,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c107a4f9-fb06-457a-9c33-cc010b7bbb17 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1c5092cb75c314bd435409388f24f2ebe43ffcc" 2018-10-26 09:33:28,420 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-478cc712-b864-4bab-b801-c73e84166bbd Date: Fri, 26 Oct 2018 09:33:28 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-26T09:33:25Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": 10, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:25Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "6d0ba74d-ba5b-489b-851a-2a7282abff35"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:22Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "9bc27773-5624-402a-8feb-3a03df988475"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:22Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "aa7d295e-3442-42a5-b57a-1eb0688a643d"}, {"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-26T09:33:24Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:24Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "d5693b8b-8744-4bcf-befc-ef1cf4a636a9"}, {"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-26T09:33:24Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:24Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "f73bd746-1e1c-4e61-87ce-7a9ab68eea92"}]} 2018-10-26 09:33:28,420 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c107a4f9-fb06-457a-9c33-cc010b7bbb17 used request id req-478cc712-b864-4bab-b801-c73e84166bbd 2018-10-26 09:33:28,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e2704297-944e-4483-b3b4-69f77240de40name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1c5092cb75c314bd435409388f24f2ebe43ffcc" 2018-10-26 09:33:28,632 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-c694e9ce-6c21-41d2-a329-7ebc7020bc11 Date: Fri, 26 Oct 2018 09:33:28 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:22Z", "updated_at": "2018-10-26T09:33:25Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-26T09:33:25Z", "revision_number": 0, "id": "6d0ba74d-ba5b-489b-851a-2a7282abff35", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:25Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": 10, "ethertype": "IPv4", "project_id": "f752719f204a40f599a7749fbafcb08c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "revision_number": 0, "id": "9bc27773-5624-402a-8feb-3a03df988475", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv4", "project_id": "f752719f204a40f599a7749fbafcb08c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "revision_number": 0, "id": "aa7d295e-3442-42a5-b57a-1eb0688a643d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv6", "project_id": "f752719f204a40f599a7749fbafcb08c"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:24Z", "revision_number": 0, "id": "d5693b8b-8744-4bcf-befc-ef1cf4a636a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:24Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv6", "project_id": "f752719f204a40f599a7749fbafcb08c"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:24Z", "revision_number": 0, "id": "f73bd746-1e1c-4e61-87ce-7a9ab68eea92", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:24Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv4", "project_id": "f752719f204a40f599a7749fbafcb08c"}], "revision_number": 5, "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "name": "CreateSecurityGroupTests-e2704297-944e-4483-b3b4-69f77240de40name"}]} 2018-10-26 09:33:28,633 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e2704297-944e-4483-b3b4-69f77240de40name used request id req-c694e9ce-6c21-41d2-a329-7ebc7020bc11 2018-10-26 09:33:28,633 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c107a4f9-fb06-457a-9c33-cc010b7bbb17 2018-10-26 09:33:28,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c107a4f9-fb06-457a-9c33-cc010b7bbb17 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1c5092cb75c314bd435409388f24f2ebe43ffcc" 2018-10-26 09:33:28,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-e7109d21-203d-4509-8ed2-a24239a5bfc7 Date: Fri, 26 Oct 2018 09:33:28 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-26T09:33:25Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": 10, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:25Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "6d0ba74d-ba5b-489b-851a-2a7282abff35"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:22Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "9bc27773-5624-402a-8feb-3a03df988475"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:22Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "aa7d295e-3442-42a5-b57a-1eb0688a643d"}, {"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-26T09:33:24Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:24Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "d5693b8b-8744-4bcf-befc-ef1cf4a636a9"}, {"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-26T09:33:24Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:24Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "f73bd746-1e1c-4e61-87ce-7a9ab68eea92"}]} 2018-10-26 09:33:28,808 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c107a4f9-fb06-457a-9c33-cc010b7bbb17 used request id req-e7109d21-203d-4509-8ed2-a24239a5bfc7 2018-10-26 09:33:28,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e2704297-944e-4483-b3b4-69f77240de40name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1c5092cb75c314bd435409388f24f2ebe43ffcc" 2018-10-26 09:33:29,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-dea7bce6-2aa3-421a-84cc-5fa687817bbd Date: Fri, 26 Oct 2018 09:33:29 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:22Z", "updated_at": "2018-10-26T09:33:25Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-26T09:33:25Z", "revision_number": 0, "id": "6d0ba74d-ba5b-489b-851a-2a7282abff35", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:25Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": 10, "ethertype": "IPv4", "project_id": "f752719f204a40f599a7749fbafcb08c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "revision_number": 0, "id": "9bc27773-5624-402a-8feb-3a03df988475", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv4", "project_id": "f752719f204a40f599a7749fbafcb08c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "revision_number": 0, "id": "aa7d295e-3442-42a5-b57a-1eb0688a643d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv6", "project_id": "f752719f204a40f599a7749fbafcb08c"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:24Z", "revision_number": 0, "id": "d5693b8b-8744-4bcf-befc-ef1cf4a636a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:24Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv6", "project_id": "f752719f204a40f599a7749fbafcb08c"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:24Z", "revision_number": 0, "id": "f73bd746-1e1c-4e61-87ce-7a9ab68eea92", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:24Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv4", "project_id": "f752719f204a40f599a7749fbafcb08c"}], "revision_number": 5, "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "name": "CreateSecurityGroupTests-e2704297-944e-4483-b3b4-69f77240de40name"}]} 2018-10-26 09:33:29,004 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e2704297-944e-4483-b3b4-69f77240de40name used request id req-dea7bce6-2aa3-421a-84cc-5fa687817bbd 2018-10-26 09:33:29,005 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c107a4f9-fb06-457a-9c33-cc010b7bbb17 2018-10-26 09:33:29,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c107a4f9-fb06-457a-9c33-cc010b7bbb17 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1c5092cb75c314bd435409388f24f2ebe43ffcc" 2018-10-26 09:33:29,200 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-17111e00-d128-4530-9106-4a14227b3720 Date: Fri, 26 Oct 2018 09:33:29 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-26T09:33:25Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": 10, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:25Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "6d0ba74d-ba5b-489b-851a-2a7282abff35"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:22Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "9bc27773-5624-402a-8feb-3a03df988475"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:22Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "aa7d295e-3442-42a5-b57a-1eb0688a643d"}, {"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-26T09:33:24Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:24Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "d5693b8b-8744-4bcf-befc-ef1cf4a636a9"}, {"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-26T09:33:24Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:24Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "f73bd746-1e1c-4e61-87ce-7a9ab68eea92"}]} 2018-10-26 09:33:29,200 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c107a4f9-fb06-457a-9c33-cc010b7bbb17 used request id req-17111e00-d128-4530-9106-4a14227b3720 2018-10-26 09:33:29,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e2704297-944e-4483-b3b4-69f77240de40name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1c5092cb75c314bd435409388f24f2ebe43ffcc" 2018-10-26 09:33:29,252 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-ee9baaaa-a0b7-4f8d-9e50-55f53a43f59c Date: Fri, 26 Oct 2018 09:33:29 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:22Z", "updated_at": "2018-10-26T09:33:25Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-26T09:33:25Z", "revision_number": 0, "id": "6d0ba74d-ba5b-489b-851a-2a7282abff35", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:25Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": 10, "ethertype": "IPv4", "project_id": "f752719f204a40f599a7749fbafcb08c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "revision_number": 0, "id": "9bc27773-5624-402a-8feb-3a03df988475", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv4", "project_id": "f752719f204a40f599a7749fbafcb08c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "revision_number": 0, "id": "aa7d295e-3442-42a5-b57a-1eb0688a643d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv6", "project_id": "f752719f204a40f599a7749fbafcb08c"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:24Z", "revision_number": 0, "id": "d5693b8b-8744-4bcf-befc-ef1cf4a636a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:24Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv6", "project_id": "f752719f204a40f599a7749fbafcb08c"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:24Z", "revision_number": 0, "id": "f73bd746-1e1c-4e61-87ce-7a9ab68eea92", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:24Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv4", "project_id": "f752719f204a40f599a7749fbafcb08c"}], "revision_number": 5, "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "name": "CreateSecurityGroupTests-e2704297-944e-4483-b3b4-69f77240de40name"}]} 2018-10-26 09:33:29,253 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-e2704297-944e-4483-b3b4-69f77240de40name used request id req-ee9baaaa-a0b7-4f8d-9e50-55f53a43f59c 2018-10-26 09:33:29,253 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c107a4f9-fb06-457a-9c33-cc010b7bbb17 2018-10-26 09:33:29,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c107a4f9-fb06-457a-9c33-cc010b7bbb17 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1c5092cb75c314bd435409388f24f2ebe43ffcc" 2018-10-26 09:33:29,425 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-9fbbc2f6-393a-4c28-b4fb-0cf15aead8c1 Date: Fri, 26 Oct 2018 09:33:29 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-26T09:33:25Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": 10, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:25Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "6d0ba74d-ba5b-489b-851a-2a7282abff35"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:22Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "9bc27773-5624-402a-8feb-3a03df988475"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:22Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "aa7d295e-3442-42a5-b57a-1eb0688a643d"}, {"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-26T09:33:24Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:24Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "d5693b8b-8744-4bcf-befc-ef1cf4a636a9"}, {"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-26T09:33:24Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:24Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "f73bd746-1e1c-4e61-87ce-7a9ab68eea92"}]} 2018-10-26 09:33:29,425 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c107a4f9-fb06-457a-9c33-cc010b7bbb17 used request id req-9fbbc2f6-393a-4c28-b4fb-0cf15aead8c1 2018-10-26 09:33:29,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c107a4f9-fb06-457a-9c33-cc010b7bbb17 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dfc8280fc8a6328291fea8cf1cf3f81ca119fa2" 2018-10-26 09:33:29,462 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-3d55d007-08a0-479b-b0ff-cf760973c28b Date: Fri, 26 Oct 2018 09:33:29 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-26T09:33:25Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": 10, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:25Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "6d0ba74d-ba5b-489b-851a-2a7282abff35"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:22Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "9bc27773-5624-402a-8feb-3a03df988475"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:22Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "aa7d295e-3442-42a5-b57a-1eb0688a643d"}, {"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-26T09:33:24Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:24Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "d5693b8b-8744-4bcf-befc-ef1cf4a636a9"}, {"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-26T09:33:24Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:24Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "f73bd746-1e1c-4e61-87ce-7a9ab68eea92"}]} 2018-10-26 09:33:29,462 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c107a4f9-fb06-457a-9c33-cc010b7bbb17 used request id req-3d55d007-08a0-479b-b0ff-cf760973c28b 2018-10-26 09:33:29,462 - neutron_utils - INFO - Deleting security group rule with ID - 6d0ba74d-ba5b-489b-851a-2a7282abff35 2018-10-26 09:33:29,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/6d0ba74d-ba5b-489b-851a-2a7282abff35 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dfc8280fc8a6328291fea8cf1cf3f81ca119fa2" 2018-10-26 09:33:29,562 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cbb67e73-bb8a-42f2-9318-f8600a1f9fd0 Content-Length: 0 Date: Fri, 26 Oct 2018 09:33:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:33:29,562 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/6d0ba74d-ba5b-489b-851a-2a7282abff35 used request id req-cbb67e73-bb8a-42f2-9318-f8600a1f9fd0 2018-10-26 09:33:29,562 - OpenStackSecurityGroup - WARNING - Rule setting is None, cannot remove rule 2018-10-26 09:33:29,563 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c107a4f9-fb06-457a-9c33-cc010b7bbb17 2018-10-26 09:33:29,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c107a4f9-fb06-457a-9c33-cc010b7bbb17 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1c5092cb75c314bd435409388f24f2ebe43ffcc" 2018-10-26 09:33:29,595 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1997 X-Openstack-Request-Id: req-56a3c6df-48e8-4e4b-9940-17af6a73db41 Date: Fri, 26 Oct 2018 09:33:29 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:22Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "9bc27773-5624-402a-8feb-3a03df988475"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:22Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:22Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "aa7d295e-3442-42a5-b57a-1eb0688a643d"}, {"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-26T09:33:24Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:24Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "d5693b8b-8744-4bcf-befc-ef1cf4a636a9"}, {"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-26T09:33:24Z", "security_group_id": "c107a4f9-fb06-457a-9c33-cc010b7bbb17", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:24Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "f73bd746-1e1c-4e61-87ce-7a9ab68eea92"}]} 2018-10-26 09:33:29,595 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c107a4f9-fb06-457a-9c33-cc010b7bbb17 used request id req-56a3c6df-48e8-4e4b-9940-17af6a73db41 2018-10-26 09:33:29,596 - neutron_utils - INFO - Deleting security group rule with ID - d5693b8b-8744-4bcf-befc-ef1cf4a636a9 2018-10-26 09:33:29,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/d5693b8b-8744-4bcf-befc-ef1cf4a636a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dfc8280fc8a6328291fea8cf1cf3f81ca119fa2" 2018-10-26 09:33:29,691 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e2bff1d5-9c5f-4866-b5b3-e9da59c735fd Content-Length: 0 Date: Fri, 26 Oct 2018 09:33:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:33:29,691 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/d5693b8b-8744-4bcf-befc-ef1cf4a636a9 used request id req-e2bff1d5-9c5f-4866-b5b3-e9da59c735fd 2018-10-26 09:33:29,691 - neutron_utils - INFO - Deleting security group rule with ID - aa7d295e-3442-42a5-b57a-1eb0688a643d 2018-10-26 09:33:29,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/aa7d295e-3442-42a5-b57a-1eb0688a643d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dfc8280fc8a6328291fea8cf1cf3f81ca119fa2" 2018-10-26 09:33:29,781 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-db1118d6-784b-47e6-b70e-6ce0c86b50ea Content-Length: 0 Date: Fri, 26 Oct 2018 09:33:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:33:29,781 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/aa7d295e-3442-42a5-b57a-1eb0688a643d used request id req-db1118d6-784b-47e6-b70e-6ce0c86b50ea 2018-10-26 09:33:29,782 - neutron_utils - INFO - Deleting security group rule with ID - 9bc27773-5624-402a-8feb-3a03df988475 2018-10-26 09:33:29,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/9bc27773-5624-402a-8feb-3a03df988475 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dfc8280fc8a6328291fea8cf1cf3f81ca119fa2" 2018-10-26 09:33:30,028 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f74e8ac9-06eb-4e30-b720-13618348df7c Content-Length: 0 Date: Fri, 26 Oct 2018 09:33:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:33:30,028 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/9bc27773-5624-402a-8feb-3a03df988475 used request id req-f74e8ac9-06eb-4e30-b720-13618348df7c 2018-10-26 09:33:30,028 - neutron_utils - INFO - Deleting security group rule with ID - 6d0ba74d-ba5b-489b-851a-2a7282abff35 2018-10-26 09:33:30,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/6d0ba74d-ba5b-489b-851a-2a7282abff35 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dfc8280fc8a6328291fea8cf1cf3f81ca119fa2" 2018-10-26 09:33:30,204 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-bbab511e-158c-4e8e-8b48-9554573e2a71 Date: Fri, 26 Oct 2018 09:33:30 GMT RESP BODY: {"NeutronError": {"message": "Security group rule 6d0ba74d-ba5b-489b-851a-2a7282abff35 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-10-26 09:33:30,204 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/6d0ba74d-ba5b-489b-851a-2a7282abff35 used request id req-bbab511e-158c-4e8e-8b48-9554573e2a71 2018-10-26 09:33:30,204 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule 6d0ba74d-ba5b-489b-851a-2a7282abff35 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-10-26 09:33:30,205 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 6d0ba74d-ba5b-489b-851a-2a7282abff35 does not exist Neutron server returns request_ids: ['req-bbab511e-158c-4e8e-8b48-9554573e2a71'] 2018-10-26 09:33:30,205 - neutron_utils - INFO - Deleting security group rule with ID - f73bd746-1e1c-4e61-87ce-7a9ab68eea92 2018-10-26 09:33:30,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/f73bd746-1e1c-4e61-87ce-7a9ab68eea92 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dfc8280fc8a6328291fea8cf1cf3f81ca119fa2" 2018-10-26 09:33:30,325 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4829c095-bb76-4519-8ad3-1df7207f00c9 Content-Length: 0 Date: Fri, 26 Oct 2018 09:33:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:33:30,325 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/f73bd746-1e1c-4e61-87ce-7a9ab68eea92 used request id req-4829c095-bb76-4519-8ad3-1df7207f00c9 2018-10-26 09:33:30,325 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-e2704297-944e-4483-b3b4-69f77240de40name 2018-10-26 09:33:30,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/c107a4f9-fb06-457a-9c33-cc010b7bbb17 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dfc8280fc8a6328291fea8cf1cf3f81ca119fa2" 2018-10-26 09:33:30,457 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-94d6e104-05bc-4689-97b2-f87c994e9e0a Content-Length: 0 Date: Fri, 26 Oct 2018 09:33:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:33:30,458 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/c107a4f9-fb06-457a-9c33-cc010b7bbb17 used request id req-94d6e104-05bc-4689-97b2-f87c994e9e0a 2018-10-26 09:33:30,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae004341b053676617ba26db0d6ced9580a53c45" 2018-10-26 09:33:30,672 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-d4cefa43-858d-4d87-903c-42954a3a646c Date: Fri, 26 Oct 2018 09:33:30 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:21Z", "updated_at": "2018-10-26T09:33:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:21Z", "revision_number": 0, "id": "1b412520-caff-4dbc-ac8a-b17189092417", "remote_group_id": "261aae26-9452-44fd-a278-49de98df44e7", "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:21Z", "security_group_id": "261aae26-9452-44fd-a278-49de98df44e7", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv6", "project_id": "f752719f204a40f599a7749fbafcb08c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:21Z", "revision_number": 0, "id": "29590634-d95e-46db-bf62-7d8133f94a9a", "remote_group_id": "261aae26-9452-44fd-a278-49de98df44e7", "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:21Z", "security_group_id": "261aae26-9452-44fd-a278-49de98df44e7", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv4", "project_id": "f752719f204a40f599a7749fbafcb08c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:21Z", "revision_number": 0, "id": "38774318-3527-47fc-8008-829f26ce48c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:21Z", "security_group_id": "261aae26-9452-44fd-a278-49de98df44e7", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv4", "project_id": "f752719f204a40f599a7749fbafcb08c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:21Z", "revision_number": 0, "id": "b9abd334-fd81-425f-a44a-b383305de04a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:21Z", "security_group_id": "261aae26-9452-44fd-a278-49de98df44e7", "tenant_id": "f752719f204a40f599a7749fbafcb08c", "port_range_min": null, "ethertype": "IPv6", "project_id": "f752719f204a40f599a7749fbafcb08c"}], "revision_number": 4, "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "261aae26-9452-44fd-a278-49de98df44e7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:33:30,672 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-d4cefa43-858d-4d87-903c-42954a3a646c 2018-10-26 09:33:30,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f752719f204a40f599a7749fbafcb08c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae004341b053676617ba26db0d6ced9580a53c45" 2018-10-26 09:33:30,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-439c1b6e-2919-45d7-9cca-71f9d51c3464 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/f752719f204a40f599a7749fbafcb08c"}, "enabled": true, "id": "f752719f204a40f599a7749fbafcb08c", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-81c3e8bf-9595-462-proj"}} 2018-10-26 09:33:30,761 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f752719f204a40f599a7749fbafcb08c used request id req-439c1b6e-2919-45d7-9cca-71f9d51c3464 2018-10-26 09:33:30,761 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 261aae26-9452-44fd-a278-49de98df44e7 2018-10-26 09:33:30,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=261aae26-9452-44fd-a278-49de98df44e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae004341b053676617ba26db0d6ced9580a53c45" 2018-10-26 09:33:30,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-d5621dcd-ab99-4a0d-bebc-cd61c4bf2759 Date: Fri, 26 Oct 2018 09:33:30 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "261aae26-9452-44fd-a278-49de98df44e7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:21Z", "security_group_id": "261aae26-9452-44fd-a278-49de98df44e7", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:21Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "1b412520-caff-4dbc-ac8a-b17189092417"}, {"remote_group_id": "261aae26-9452-44fd-a278-49de98df44e7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:21Z", "security_group_id": "261aae26-9452-44fd-a278-49de98df44e7", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:21Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "29590634-d95e-46db-bf62-7d8133f94a9a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:21Z", "security_group_id": "261aae26-9452-44fd-a278-49de98df44e7", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:21Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "38774318-3527-47fc-8008-829f26ce48c1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:21Z", "security_group_id": "261aae26-9452-44fd-a278-49de98df44e7", "port_range_min": null, "revision_number": 0, "tenant_id": "f752719f204a40f599a7749fbafcb08c", "created_at": "2018-10-26T09:33:21Z", "project_id": "f752719f204a40f599a7749fbafcb08c", "id": "b9abd334-fd81-425f-a44a-b383305de04a"}]} 2018-10-26 09:33:30,948 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=261aae26-9452-44fd-a278-49de98df44e7 used request id req-d5621dcd-ab99-4a0d-bebc-cd61c4bf2759 2018-10-26 09:33:30,949 - neutron_utils - INFO - Deleting security group with name - default 2018-10-26 09:33:30,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/261aae26-9452-44fd-a278-49de98df44e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae004341b053676617ba26db0d6ced9580a53c45" 2018-10-26 09:33:31,251 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e1c29ee4-f53c-42ff-8c25-fc669d900f56 Content-Length: 0 Date: Fri, 26 Oct 2018 09:33:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:33:31,251 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/261aae26-9452-44fd-a278-49de98df44e7 used request id req-e1c29ee4-f53c-42ff-8c25-fc669d900f56 2018-10-26 09:33:31,252 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-81c3e8bf-9595-462-proj 2018-10-26 09:33:31,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/f752719f204a40f599a7749fbafcb08c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae004341b053676617ba26db0d6ced9580a53c45" 2018-10-26 09:33:31,475 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:33:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9fe55785-d3a5-48be-a206-1396a6b029db Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:33:31,475 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/f752719f204a40f599a7749fbafcb08c used request id req-9fe55785-d3a5-48be-a206-1396a6b029db 2018-10-26 09:33:31,476 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-81c3e8bf-9595-462-proj-role 2018-10-26 09:33:31,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/d37fd7cd3a49411dae0de8bb9add04f8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae004341b053676617ba26db0d6ced9580a53c45" 2018-10-26 09:33:31,582 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:33:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-815f1dd3-3f8e-477e-be13-eb6a8d2a2248 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:33:31,582 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/d37fd7cd3a49411dae0de8bb9add04f8 used request id req-815f1dd3-3f8e-477e-be13-eb6a8d2a2248 2018-10-26 09:33:31,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae004341b053676617ba26db0d6ced9580a53c45" 2018-10-26 09:33:31,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4bb706e9-f897-4607-be5f-9a0fe8be25c2 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:33:31,666 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-4bb706e9-f897-4607-be5f-9a0fe8be25c2 2018-10-26 09:33:31,667 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-81c3e8bf-9595-462-user 2018-10-26 09:33:31,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/3070cac6e1514b929c489e1c2c030ac6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00ad42109a75fbc69ad58b909fa0c45f70ac3f76" 2018-10-26 09:33:31,844 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:33:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bf2a993c-b3d1-4699-8434-7acc69a7b91b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:33:31,844 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/3070cac6e1514b929c489e1c2c030ac6 used request id req-bf2a993c-b3d1-4699-8434-7acc69a7b91b 2018-10-26 09:33:31,846 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:33:32,241 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:33:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["BAqUXh0dTTm-JYnE758yuA"], "issued_at": "2018-10-26T09:33:32.000000Z"}} 2018-10-26 09:33:32,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08a02f065998b0e104932c3ebecda9fc6574353e" 2018-10-26 09:33:32,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a93107a-f6ec-4869-8de3-4edc4ec44306 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:33:32,320 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-4a93107a-f6ec-4869-8de3-4edc4ec44306 2018-10-26 09:33:32,321 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:33:32,322 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:33:32,715 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:33:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["ZynOKybSQSiFKqDFZhaC3w"], "issued_at": "2018-10-26T09:33:32.000000Z"}} 2018-10-26 09:33:32,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}156175a5991424e1d8f979b5256c3d554821478e" 2018-10-26 09:33:32,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc961674-1ba0-42d1-9e93-98748415f88e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:33:32,806 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-cc961674-1ba0-42d1-9e93-98748415f88e 2018-10-26 09:33:32,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:33:32,816 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:33: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:33:32,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-623008ae-f1b8-461-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}156175a5991424e1d8f979b5256c3d554821478e" 2018-10-26 09:33:32,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be3f7976-f4ff-459b-a6ea-7afb05bf5bff Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-623008ae-f1b8-461-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:33:32,910 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-623008ae-f1b8-461-proj used request id req-be3f7976-f4ff-459b-a6ea-7afb05bf5bff 2018-10-26 09:33:32,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}156175a5991424e1d8f979b5256c3d554821478e" 2018-10-26 09:33:32,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d75a0d8-2875-4ba3-ada5-65c2e786f8a2 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:33:32,932 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-5d75a0d8-2875-4ba3-ada5-65c2e786f8a2 2018-10-26 09:33:32,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}156175a5991424e1d8f979b5256c3d554821478e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-623008ae-f1b8-461-proj"}}' 2018-10-26 09:33:33,047 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:33:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-56f70b70-96dd-4446-b303-e952d93703bc Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/9397d97acef04e71bb8b2d77571a36d7"}, "enabled": true, "id": "9397d97acef04e71bb8b2d77571a36d7", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-623008ae-f1b8-461-proj"}} 2018-10-26 09:33:33,047 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-56f70b70-96dd-4446-b303-e952d93703bc 2018-10-26 09:33:33,047 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-623008ae-f1b8-461-proj 2018-10-26 09:33:33,047 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:33:33,048 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:33:33,432 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:33:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["KjJo7g30Tr-0hS6MiuYUBg"], "issued_at": "2018-10-26T09:33:33.000000Z"}} 2018-10-26 09:33:33,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}885acb0df3962bab5ae5391e7e02ab917f729760" 2018-10-26 09:33:33,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c41c216c-73b4-4f4d-82a0-80ef86d4f3cf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:33:33,533 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c41c216c-73b4-4f4d-82a0-80ef86d4f3cf 2018-10-26 09:33:33,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:33:33,543 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:33: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:33:33,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}885acb0df3962bab5ae5391e7e02ab917f729760" 2018-10-26 09:33:33,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbcb9456-16c9-4d8b-8f1a-64222c500c84 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:33:33,647 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-bbcb9456-16c9-4d8b-8f1a-64222c500c84 2018-10-26 09:33:33,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-623008ae-f1b8-461-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}885acb0df3962bab5ae5391e7e02ab917f729760" 2018-10-26 09:33:33,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f428ee5-9f82-46c3-9297-cd283b26e5d1 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-623008ae-f1b8-461-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/9397d97acef04e71bb8b2d77571a36d7"}, "enabled": true, "id": "9397d97acef04e71bb8b2d77571a36d7", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-623008ae-f1b8-461-proj"}]} 2018-10-26 09:33:33,826 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-623008ae-f1b8-461-proj used request id req-7f428ee5-9f82-46c3-9297-cd283b26e5d1 2018-10-26 09:33:33,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}885acb0df3962bab5ae5391e7e02ab917f729760" 2018-10-26 09:33:33,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1af744c7-c545-49d0-a25d-a714b90279e8 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:33:33,913 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-1af744c7-c545-49d0-a25d-a714b90279e8 2018-10-26 09:33:34,274 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-623008ae-f1b8-461-user 2018-10-26 09:33:34,275 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:33:34,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}156175a5991424e1d8f979b5256c3d554821478e" 2018-10-26 09:33:34,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-171a35d7-bd05-4f0c-ab7c-4aa48a655ff1 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:33:34,374 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-171a35d7-bd05-4f0c-ab7c-4aa48a655ff1 2018-10-26 09:33:34,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}156175a5991424e1d8f979b5256c3d554821478e" -d '{"role": {"name": "CreateSecurityGroupTests-623008ae-f1b8-461-proj-role"}}' 2018-10-26 09:33:34,484 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:33:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-baa4f07a-3b98-4aad-9434-b902684d18b9 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "33b07fb493f94888bebe7845b016f559", "links": {"self": "http://172.30.9.21:5000/v3/roles/33b07fb493f94888bebe7845b016f559"}, "name": "CreateSecurityGroupTests-623008ae-f1b8-461-proj-role"}} 2018-10-26 09:33:34,484 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-baa4f07a-3b98-4aad-9434-b902684d18b9 2018-10-26 09:33:34,485 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-623008ae-f1b8-461-proj-role 2018-10-26 09:33:34,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/33b07fb493f94888bebe7845b016f559 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}156175a5991424e1d8f979b5256c3d554821478e" 2018-10-26 09:33:34,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37648417-be24-437d-bdce-a112ea47cbd3 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/33b07fb493f94888bebe7845b016f559"}, "domain_id": null, "name": "CreateSecurityGroupTests-623008ae-f1b8-461-proj-role", "id": "33b07fb493f94888bebe7845b016f559"}} 2018-10-26 09:33:34,505 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/33b07fb493f94888bebe7845b016f559 used request id req-37648417-be24-437d-bdce-a112ea47cbd3 2018-10-26 09:33:34,506 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-623008ae-f1b8-461-proj-role to project CreateSecurityGroupTests-623008ae-f1b8-461-proj 2018-10-26 09:33:34,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/9397d97acef04e71bb8b2d77571a36d7/users/a3fbe6aa8f354581a7e318ea2ff81bc7/roles/33b07fb493f94888bebe7845b016f559 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}156175a5991424e1d8f979b5256c3d554821478e" 2018-10-26 09:33:34,645 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:33:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-87b3537a-9a3d-4b45-9407-fc1156365986 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:33:34,645 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/9397d97acef04e71bb8b2d77571a36d7/users/a3fbe6aa8f354581a7e318ea2ff81bc7/roles/33b07fb493f94888bebe7845b016f559 used request id req-87b3537a-9a3d-4b45-9407-fc1156365986 2018-10-26 09:33:34,645 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:33:34,646 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:33:35,016 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33b07fb493f94888bebe7845b016f559", "name": "CreateSecurityGroupTests-623008ae-f1b8-461-proj-role"}], "expires_at": "2018-10-26T10:33:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9397d97acef04e71bb8b2d77571a36d7", "name": "CreateSecurityGroupTests-623008ae-f1b8-461-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/9397d97acef04e71bb8b2d77571a36d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/9397d97acef04e71bb8b2d77571a36d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/9397d97acef04e71bb8b2d77571a36d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/9397d97acef04e71bb8b2d77571a36d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/9397d97acef04e71bb8b2d77571a36d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/9397d97acef04e71bb8b2d77571a36d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/9397d97acef04e71bb8b2d77571a36d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/9397d97acef04e71bb8b2d77571a36d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/9397d97acef04e71bb8b2d77571a36d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/9397d97acef04e71bb8b2d77571a36d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/9397d97acef04e71bb8b2d77571a36d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/9397d97acef04e71bb8b2d77571a36d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-623008ae-f1b8-461-user", "id": "a3fbe6aa8f354581a7e318ea2ff81bc7"}, "audit_ids": ["FrcvY1CrQva5gkqFVOwBwQ"], "issued_at": "2018-10-26T09:33:35.000000Z"}} 2018-10-26 09:33:35,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}361e2cf74dd63d63a45e1aebdf167a455f0ea882" 2018-10-26 09:33:35,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60c37f6a-2b57-47c1-98ba-08d5a292c86f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:33:35,098 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-60c37f6a-2b57-47c1-98ba-08d5a292c86f 2018-10-26 09:33:35,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3da54b54-fa5c-4e31-8f09-f47c81a2d13cname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}361e2cf74dd63d63a45e1aebdf167a455f0ea882" 2018-10-26 09:33:35,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-b8c114ca-101d-4065-9d0e-a15b269af3b6 Date: Fri, 26 Oct 2018 09:33:35 GMT RESP BODY: {"security_groups": []} 2018-10-26 09:33:35,421 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3da54b54-fa5c-4e31-8f09-f47c81a2d13cname&description=hello+group used request id req-b8c114ca-101d-4065-9d0e-a15b269af3b6 2018-10-26 09:33:35,421 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-3da54b54-fa5c-4e31-8f09-f47c81a2d13cname... 2018-10-26 09:33:35,421 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-3da54b54-fa5c-4e31-8f09-f47c81a2d13cname 2018-10-26 09:33:35,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}361e2cf74dd63d63a45e1aebdf167a455f0ea882" -d '{"security_group": {"name": "CreateSecurityGroupTests-3da54b54-fa5c-4e31-8f09-f47c81a2d13cname", "description": "hello group"}}' 2018-10-26 09:33:35,768 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-a2ec4b6a-88de-499d-991f-b410cdea37b5 Date: Fri, 26 Oct 2018 09:33:35 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:35Z", "updated_at": "2018-10-26T09:33:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "revision_number": 0, "id": "2dfd8c75-11ca-4a4a-81f2-fd9063d7453e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": null, "ethertype": "IPv4", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "revision_number": 0, "id": "ed681131-6276-444e-b254-2f8e6d2f763d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": null, "ethertype": "IPv6", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}], "revision_number": 2, "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "11612624-97c7-46bb-b0e5-04436115aeea", "name": "CreateSecurityGroupTests-3da54b54-fa5c-4e31-8f09-f47c81a2d13cname"}} 2018-10-26 09:33:35,768 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-a2ec4b6a-88de-499d-991f-b410cdea37b5 2018-10-26 09:33:35,769 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 11612624-97c7-46bb-b0e5-04436115aeea 2018-10-26 09:33:35,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=11612624-97c7-46bb-b0e5-04436115aeea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}361e2cf74dd63d63a45e1aebdf167a455f0ea882" 2018-10-26 09:33:35,933 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9c83a71a-3bfb-403a-b10b-03cefa953a5d Date: Fri, 26 Oct 2018 09:33: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-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:35Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "2dfd8c75-11ca-4a4a-81f2-fd9063d7453e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:35Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "ed681131-6276-444e-b254-2f8e6d2f763d"}]} 2018-10-26 09:33:35,933 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=11612624-97c7-46bb-b0e5-04436115aeea used request id req-9c83a71a-3bfb-403a-b10b-03cefa953a5d 2018-10-26 09:33:35,934 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 11612624-97c7-46bb-b0e5-04436115aeea 2018-10-26 09:33:35,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=11612624-97c7-46bb-b0e5-04436115aeea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}361e2cf74dd63d63a45e1aebdf167a455f0ea882" 2018-10-26 09:33:35,963 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-15448b43-f84c-4f55-a052-22cd4f84e751 Date: Fri, 26 Oct 2018 09:33: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-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:35Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "2dfd8c75-11ca-4a4a-81f2-fd9063d7453e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:35Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "ed681131-6276-444e-b254-2f8e6d2f763d"}]} 2018-10-26 09:33:35,963 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=11612624-97c7-46bb-b0e5-04436115aeea used request id req-15448b43-f84c-4f55-a052-22cd4f84e751 2018-10-26 09:33:35,963 - neutron_utils - INFO - Retrieving security group with ID - 11612624-97c7-46bb-b0e5-04436115aeea 2018-10-26 09:33:35,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=11612624-97c7-46bb-b0e5-04436115aeea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}361e2cf74dd63d63a45e1aebdf167a455f0ea882" 2018-10-26 09:33:36,243 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-d060ade2-a741-4594-81a0-700a303dde0e Date: Fri, 26 Oct 2018 09:33:36 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:35Z", "updated_at": "2018-10-26T09:33:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "revision_number": 0, "id": "2dfd8c75-11ca-4a4a-81f2-fd9063d7453e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": null, "ethertype": "IPv4", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "revision_number": 0, "id": "ed681131-6276-444e-b254-2f8e6d2f763d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": null, "ethertype": "IPv6", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}], "revision_number": 2, "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "11612624-97c7-46bb-b0e5-04436115aeea", "name": "CreateSecurityGroupTests-3da54b54-fa5c-4e31-8f09-f47c81a2d13cname"}]} 2018-10-26 09:33:36,243 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=11612624-97c7-46bb-b0e5-04436115aeea used request id req-d060ade2-a741-4594-81a0-700a303dde0e 2018-10-26 09:33:36,243 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 11612624-97c7-46bb-b0e5-04436115aeea 2018-10-26 09:33:36,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=11612624-97c7-46bb-b0e5-04436115aeea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}361e2cf74dd63d63a45e1aebdf167a455f0ea882" 2018-10-26 09:33:36,424 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ced1feb2-5aa6-4d5b-b18f-4039a63db8e0 Date: Fri, 26 Oct 2018 09:33:36 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-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:35Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "2dfd8c75-11ca-4a4a-81f2-fd9063d7453e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:35Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "ed681131-6276-444e-b254-2f8e6d2f763d"}]} 2018-10-26 09:33:36,424 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=11612624-97c7-46bb-b0e5-04436115aeea used request id req-ced1feb2-5aa6-4d5b-b18f-4039a63db8e0 2018-10-26 09:33:36,424 - neutron_utils - INFO - Retrieving security group with ID - 11612624-97c7-46bb-b0e5-04436115aeea 2018-10-26 09:33:36,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=11612624-97c7-46bb-b0e5-04436115aeea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}361e2cf74dd63d63a45e1aebdf167a455f0ea882" 2018-10-26 09:33:36,613 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-48a0f8c0-20b3-4a24-9f91-28a372940efc Date: Fri, 26 Oct 2018 09:33:36 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:35Z", "updated_at": "2018-10-26T09:33:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "revision_number": 0, "id": "2dfd8c75-11ca-4a4a-81f2-fd9063d7453e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": null, "ethertype": "IPv4", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "revision_number": 0, "id": "ed681131-6276-444e-b254-2f8e6d2f763d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": null, "ethertype": "IPv6", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}], "revision_number": 2, "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "11612624-97c7-46bb-b0e5-04436115aeea", "name": "CreateSecurityGroupTests-3da54b54-fa5c-4e31-8f09-f47c81a2d13cname"}]} 2018-10-26 09:33:36,613 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=11612624-97c7-46bb-b0e5-04436115aeea used request id req-48a0f8c0-20b3-4a24-9f91-28a372940efc 2018-10-26 09:33:36,614 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 11612624-97c7-46bb-b0e5-04436115aeea 2018-10-26 09:33:36,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=11612624-97c7-46bb-b0e5-04436115aeea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}361e2cf74dd63d63a45e1aebdf167a455f0ea882" 2018-10-26 09:33:36,798 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9b967e83-23f4-4408-9b91-8c41731803f5 Date: Fri, 26 Oct 2018 09:33:36 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-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:35Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "2dfd8c75-11ca-4a4a-81f2-fd9063d7453e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:35Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "ed681131-6276-444e-b254-2f8e6d2f763d"}]} 2018-10-26 09:33:36,798 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=11612624-97c7-46bb-b0e5-04436115aeea used request id req-9b967e83-23f4-4408-9b91-8c41731803f5 2018-10-26 09:33:36,798 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-3da54b54-fa5c-4e31-8f09-f47c81a2d13cname 2018-10-26 09:33:36,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3da54b54-fa5c-4e31-8f09-f47c81a2d13cname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}361e2cf74dd63d63a45e1aebdf167a455f0ea882" 2018-10-26 09:33:36,986 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-22c88d6c-5e9d-4100-bfc9-81e27672bfa2 Date: Fri, 26 Oct 2018 09:33:36 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:35Z", "updated_at": "2018-10-26T09:33:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "revision_number": 0, "id": "2dfd8c75-11ca-4a4a-81f2-fd9063d7453e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": null, "ethertype": "IPv4", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "revision_number": 0, "id": "ed681131-6276-444e-b254-2f8e6d2f763d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": null, "ethertype": "IPv6", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}], "revision_number": 2, "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "11612624-97c7-46bb-b0e5-04436115aeea", "name": "CreateSecurityGroupTests-3da54b54-fa5c-4e31-8f09-f47c81a2d13cname"}]} 2018-10-26 09:33:36,986 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3da54b54-fa5c-4e31-8f09-f47c81a2d13cname used request id req-22c88d6c-5e9d-4100-bfc9-81e27672bfa2 2018-10-26 09:33:36,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:33:36,995 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:33: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:33:36,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9397d97acef04e71bb8b2d77571a36d7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}361e2cf74dd63d63a45e1aebdf167a455f0ea882" 2018-10-26 09:33:37,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c5b6348-cc12-4b46-bec7-b3229827758a Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/9397d97acef04e71bb8b2d77571a36d7"}, "enabled": true, "id": "9397d97acef04e71bb8b2d77571a36d7", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-623008ae-f1b8-461-proj"}} 2018-10-26 09:33:37,071 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9397d97acef04e71bb8b2d77571a36d7 used request id req-5c5b6348-cc12-4b46-bec7-b3229827758a 2018-10-26 09:33:37,071 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 11612624-97c7-46bb-b0e5-04436115aeea 2018-10-26 09:33:37,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=11612624-97c7-46bb-b0e5-04436115aeea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}361e2cf74dd63d63a45e1aebdf167a455f0ea882" 2018-10-26 09:33:37,235 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5a0ce5ac-dd1b-4ea1-994a-fcd17ae770aa Date: Fri, 26 Oct 2018 09:33:37 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-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:35Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "2dfd8c75-11ca-4a4a-81f2-fd9063d7453e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:35Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "ed681131-6276-444e-b254-2f8e6d2f763d"}]} 2018-10-26 09:33:37,235 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=11612624-97c7-46bb-b0e5-04436115aeea used request id req-5a0ce5ac-dd1b-4ea1-994a-fcd17ae770aa 2018-10-26 09:33:37,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}361e2cf74dd63d63a45e1aebdf167a455f0ea882" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea"}}' 2018-10-26 09:33:37,402 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-a7a50122-b79d-414d-a115-dd511e2be7ba Date: Fri, 26 Oct 2018 09:33:37 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-26T09:33:37Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:37Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "d1f2476a-1a4f-42b5-9c22-190b672aee37"}} 2018-10-26 09:33:37,403 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-a7a50122-b79d-414d-a115-dd511e2be7ba 2018-10-26 09:33:37,403 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-3da54b54-fa5c-4e31-8f09-f47c81a2d13cname 2018-10-26 09:33:37,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3da54b54-fa5c-4e31-8f09-f47c81a2d13cname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}361e2cf74dd63d63a45e1aebdf167a455f0ea882" 2018-10-26 09:33:37,601 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-b4b06af5-214e-4a9a-a512-991a3993e5c7 Date: Fri, 26 Oct 2018 09:33:37 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:35Z", "updated_at": "2018-10-26T09:33:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "revision_number": 0, "id": "2dfd8c75-11ca-4a4a-81f2-fd9063d7453e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": null, "ethertype": "IPv4", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:37Z", "revision_number": 0, "id": "d1f2476a-1a4f-42b5-9c22-190b672aee37", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:37Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": null, "ethertype": "IPv4", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "revision_number": 0, "id": "ed681131-6276-444e-b254-2f8e6d2f763d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": null, "ethertype": "IPv6", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}], "revision_number": 3, "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "11612624-97c7-46bb-b0e5-04436115aeea", "name": "CreateSecurityGroupTests-3da54b54-fa5c-4e31-8f09-f47c81a2d13cname"}]} 2018-10-26 09:33:37,602 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3da54b54-fa5c-4e31-8f09-f47c81a2d13cname used request id req-b4b06af5-214e-4a9a-a512-991a3993e5c7 2018-10-26 09:33:37,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9397d97acef04e71bb8b2d77571a36d7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}361e2cf74dd63d63a45e1aebdf167a455f0ea882" 2018-10-26 09:33:37,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0962e291-166e-415e-aa4d-1e2264ca1057 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/9397d97acef04e71bb8b2d77571a36d7"}, "enabled": true, "id": "9397d97acef04e71bb8b2d77571a36d7", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-623008ae-f1b8-461-proj"}} 2018-10-26 09:33:37,688 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9397d97acef04e71bb8b2d77571a36d7 used request id req-0962e291-166e-415e-aa4d-1e2264ca1057 2018-10-26 09:33:37,688 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 11612624-97c7-46bb-b0e5-04436115aeea 2018-10-26 09:33:37,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=11612624-97c7-46bb-b0e5-04436115aeea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}361e2cf74dd63d63a45e1aebdf167a455f0ea882" 2018-10-26 09:33:37,880 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-e4477431-b738-44e0-961b-64316fd75f2c Date: Fri, 26 Oct 2018 09:33:37 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-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:35Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "2dfd8c75-11ca-4a4a-81f2-fd9063d7453e"}, {"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-26T09:33:37Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:37Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "d1f2476a-1a4f-42b5-9c22-190b672aee37"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:35Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "ed681131-6276-444e-b254-2f8e6d2f763d"}]} 2018-10-26 09:33:37,880 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=11612624-97c7-46bb-b0e5-04436115aeea used request id req-e4477431-b738-44e0-961b-64316fd75f2c 2018-10-26 09:33:37,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}361e2cf74dd63d63a45e1aebdf167a455f0ea882" -d '{"security_group_rule": {"ethertype": "IPv6", "direction": "egress", "protocol": 17, "description": "test_rule_2", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea"}}' 2018-10-26 09:33:38,204 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 520 X-Openstack-Request-Id: req-6d31615f-9afe-41ca-8b3e-8e304d21bb86 Date: Fri, 26 Oct 2018 09:33:38 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-26T09:33:38Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:38Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "4b014500-3051-4cda-a0a1-f73127107a87"}} 2018-10-26 09:33:38,205 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-6d31615f-9afe-41ca-8b3e-8e304d21bb86 2018-10-26 09:33:38,205 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-3da54b54-fa5c-4e31-8f09-f47c81a2d13cname 2018-10-26 09:33:38,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3da54b54-fa5c-4e31-8f09-f47c81a2d13cname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}361e2cf74dd63d63a45e1aebdf167a455f0ea882" 2018-10-26 09:33:38,258 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2430 X-Openstack-Request-Id: req-a8289e87-4cae-4f67-994f-f030dd96c468 Date: Fri, 26 Oct 2018 09:33:38 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:35Z", "updated_at": "2018-10-26T09:33:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "revision_number": 0, "id": "2dfd8c75-11ca-4a4a-81f2-fd9063d7453e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": null, "ethertype": "IPv4", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:38Z", "revision_number": 0, "id": "4b014500-3051-4cda-a0a1-f73127107a87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:38Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": null, "ethertype": "IPv6", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:37Z", "revision_number": 0, "id": "d1f2476a-1a4f-42b5-9c22-190b672aee37", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:37Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": null, "ethertype": "IPv4", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "revision_number": 0, "id": "ed681131-6276-444e-b254-2f8e6d2f763d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": null, "ethertype": "IPv6", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}], "revision_number": 4, "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "11612624-97c7-46bb-b0e5-04436115aeea", "name": "CreateSecurityGroupTests-3da54b54-fa5c-4e31-8f09-f47c81a2d13cname"}]} 2018-10-26 09:33:38,259 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3da54b54-fa5c-4e31-8f09-f47c81a2d13cname used request id req-a8289e87-4cae-4f67-994f-f030dd96c468 2018-10-26 09:33:38,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9397d97acef04e71bb8b2d77571a36d7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}361e2cf74dd63d63a45e1aebdf167a455f0ea882" 2018-10-26 09:33:38,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-240a67eb-b4e2-44d2-80cc-29e69f74dd42 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/9397d97acef04e71bb8b2d77571a36d7"}, "enabled": true, "id": "9397d97acef04e71bb8b2d77571a36d7", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-623008ae-f1b8-461-proj"}} 2018-10-26 09:33:38,343 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9397d97acef04e71bb8b2d77571a36d7 used request id req-240a67eb-b4e2-44d2-80cc-29e69f74dd42 2018-10-26 09:33:38,343 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 11612624-97c7-46bb-b0e5-04436115aeea 2018-10-26 09:33:38,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=11612624-97c7-46bb-b0e5-04436115aeea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}361e2cf74dd63d63a45e1aebdf167a455f0ea882" 2018-10-26 09:33:38,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1997 X-Openstack-Request-Id: req-85c0c552-783b-469c-b31f-e45cbdc645c6 Date: Fri, 26 Oct 2018 09:33:38 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-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:35Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "2dfd8c75-11ca-4a4a-81f2-fd9063d7453e"}, {"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-26T09:33:38Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:38Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "4b014500-3051-4cda-a0a1-f73127107a87"}, {"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-26T09:33:37Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:37Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "d1f2476a-1a4f-42b5-9c22-190b672aee37"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:35Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "ed681131-6276-444e-b254-2f8e6d2f763d"}]} 2018-10-26 09:33:38,377 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=11612624-97c7-46bb-b0e5-04436115aeea used request id req-85c0c552-783b-469c-b31f-e45cbdc645c6 2018-10-26 09:33:38,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}361e2cf74dd63d63a45e1aebdf167a455f0ea882" -d '{"security_group_rule": {"direction": "egress", "protocol": 17, "description": "test_rule_3", "ethertype": "IPv4", "port_range_max": 20, "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": 10}}' 2018-10-26 09:33:38,551 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 516 X-Openstack-Request-Id: req-9fc769c7-e538-4d2d-8ef1-61e7e81f91a0 Date: Fri, 26 Oct 2018 09:33:38 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-26T09:33:38Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": 10, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:38Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "18a518b8-9fe3-4a03-9264-46834c1372ae"}} 2018-10-26 09:33:38,551 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-9fc769c7-e538-4d2d-8ef1-61e7e81f91a0 2018-10-26 09:33:38,551 - neutron_utils - INFO - Retrieving security group with ID - 11612624-97c7-46bb-b0e5-04436115aeea 2018-10-26 09:33:38,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=11612624-97c7-46bb-b0e5-04436115aeea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}361e2cf74dd63d63a45e1aebdf167a455f0ea882" 2018-10-26 09:33:38,602 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-dec790c5-4e34-4014-a9ce-ecd2670fe9c2 Date: Fri, 26 Oct 2018 09:33:38 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:35Z", "updated_at": "2018-10-26T09:33:38Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-26T09:33:38Z", "revision_number": 0, "id": "18a518b8-9fe3-4a03-9264-46834c1372ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:38Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": 10, "ethertype": "IPv4", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "revision_number": 0, "id": "2dfd8c75-11ca-4a4a-81f2-fd9063d7453e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": null, "ethertype": "IPv4", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:38Z", "revision_number": 0, "id": "4b014500-3051-4cda-a0a1-f73127107a87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:38Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": null, "ethertype": "IPv6", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:37Z", "revision_number": 0, "id": "d1f2476a-1a4f-42b5-9c22-190b672aee37", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:37Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": null, "ethertype": "IPv4", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "revision_number": 0, "id": "ed681131-6276-444e-b254-2f8e6d2f763d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": null, "ethertype": "IPv6", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}], "revision_number": 5, "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "11612624-97c7-46bb-b0e5-04436115aeea", "name": "CreateSecurityGroupTests-3da54b54-fa5c-4e31-8f09-f47c81a2d13cname"}]} 2018-10-26 09:33:38,602 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=11612624-97c7-46bb-b0e5-04436115aeea used request id req-dec790c5-4e34-4014-a9ce-ecd2670fe9c2 2018-10-26 09:33:38,603 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 11612624-97c7-46bb-b0e5-04436115aeea 2018-10-26 09:33:38,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=11612624-97c7-46bb-b0e5-04436115aeea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}361e2cf74dd63d63a45e1aebdf167a455f0ea882" 2018-10-26 09:33:38,876 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-bdf2f252-03a3-47b0-9470-8d4d3697e5e1 Date: Fri, 26 Oct 2018 09:33:38 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-26T09:33:38Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": 10, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:38Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "18a518b8-9fe3-4a03-9264-46834c1372ae"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:35Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "2dfd8c75-11ca-4a4a-81f2-fd9063d7453e"}, {"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-26T09:33:38Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:38Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "4b014500-3051-4cda-a0a1-f73127107a87"}, {"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-26T09:33:37Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:37Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "d1f2476a-1a4f-42b5-9c22-190b672aee37"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:35Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "ed681131-6276-444e-b254-2f8e6d2f763d"}]} 2018-10-26 09:33:38,876 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=11612624-97c7-46bb-b0e5-04436115aeea used request id req-bdf2f252-03a3-47b0-9470-8d4d3697e5e1 2018-10-26 09:33:38,877 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:33:39,254 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33b07fb493f94888bebe7845b016f559", "name": "CreateSecurityGroupTests-623008ae-f1b8-461-proj-role"}], "expires_at": "2018-10-26T10:33:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9397d97acef04e71bb8b2d77571a36d7", "name": "CreateSecurityGroupTests-623008ae-f1b8-461-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/9397d97acef04e71bb8b2d77571a36d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/9397d97acef04e71bb8b2d77571a36d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/9397d97acef04e71bb8b2d77571a36d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/9397d97acef04e71bb8b2d77571a36d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/9397d97acef04e71bb8b2d77571a36d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/9397d97acef04e71bb8b2d77571a36d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/9397d97acef04e71bb8b2d77571a36d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/9397d97acef04e71bb8b2d77571a36d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/9397d97acef04e71bb8b2d77571a36d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/9397d97acef04e71bb8b2d77571a36d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/9397d97acef04e71bb8b2d77571a36d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/9397d97acef04e71bb8b2d77571a36d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-623008ae-f1b8-461-user", "id": "a3fbe6aa8f354581a7e318ea2ff81bc7"}, "audit_ids": ["U-CYywm3RlCxfByPJzTomw"], "issued_at": "2018-10-26T09:33:39.000000Z"}} 2018-10-26 09:33:39,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3da54b54-fa5c-4e31-8f09-f47c81a2d13cname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ace398b38f78d8ba2cc1c70ebc2848b637b4f9f" 2018-10-26 09:33:39,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-d3d3f80d-3b54-4114-b336-2999948ba28b Date: Fri, 26 Oct 2018 09:33:39 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:35Z", "updated_at": "2018-10-26T09:33:38Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-26T09:33:38Z", "revision_number": 0, "id": "18a518b8-9fe3-4a03-9264-46834c1372ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:38Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": 10, "ethertype": "IPv4", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "revision_number": 0, "id": "2dfd8c75-11ca-4a4a-81f2-fd9063d7453e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": null, "ethertype": "IPv4", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:38Z", "revision_number": 0, "id": "4b014500-3051-4cda-a0a1-f73127107a87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:38Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": null, "ethertype": "IPv6", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:37Z", "revision_number": 0, "id": "d1f2476a-1a4f-42b5-9c22-190b672aee37", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:37Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": null, "ethertype": "IPv4", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "revision_number": 0, "id": "ed681131-6276-444e-b254-2f8e6d2f763d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": null, "ethertype": "IPv6", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}], "revision_number": 5, "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "11612624-97c7-46bb-b0e5-04436115aeea", "name": "CreateSecurityGroupTests-3da54b54-fa5c-4e31-8f09-f47c81a2d13cname"}]} 2018-10-26 09:33:39,447 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3da54b54-fa5c-4e31-8f09-f47c81a2d13cname&description=hello+group used request id req-d3d3f80d-3b54-4114-b336-2999948ba28b 2018-10-26 09:33:39,448 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 11612624-97c7-46bb-b0e5-04436115aeea 2018-10-26 09:33:39,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=11612624-97c7-46bb-b0e5-04436115aeea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ace398b38f78d8ba2cc1c70ebc2848b637b4f9f" 2018-10-26 09:33:39,631 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-5e5725f0-ca27-4c63-a77f-e32f7377600d Date: Fri, 26 Oct 2018 09:33:39 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-26T09:33:38Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": 10, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:38Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "18a518b8-9fe3-4a03-9264-46834c1372ae"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:35Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "2dfd8c75-11ca-4a4a-81f2-fd9063d7453e"}, {"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-26T09:33:38Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:38Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "4b014500-3051-4cda-a0a1-f73127107a87"}, {"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-26T09:33:37Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:37Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "d1f2476a-1a4f-42b5-9c22-190b672aee37"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:35Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "ed681131-6276-444e-b254-2f8e6d2f763d"}]} 2018-10-26 09:33:39,631 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=11612624-97c7-46bb-b0e5-04436115aeea used request id req-5e5725f0-ca27-4c63-a77f-e32f7377600d 2018-10-26 09:33:39,632 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 11612624-97c7-46bb-b0e5-04436115aeea 2018-10-26 09:33:39,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=11612624-97c7-46bb-b0e5-04436115aeea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ace398b38f78d8ba2cc1c70ebc2848b637b4f9f" 2018-10-26 09:33:39,820 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-dd38a146-6fd2-4b6a-a600-de8202ac30df Date: Fri, 26 Oct 2018 09:33:39 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-26T09:33:38Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": 10, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:38Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "18a518b8-9fe3-4a03-9264-46834c1372ae"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:35Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "2dfd8c75-11ca-4a4a-81f2-fd9063d7453e"}, {"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-26T09:33:38Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:38Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "4b014500-3051-4cda-a0a1-f73127107a87"}, {"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-26T09:33:37Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:37Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "d1f2476a-1a4f-42b5-9c22-190b672aee37"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:35Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "ed681131-6276-444e-b254-2f8e6d2f763d"}]} 2018-10-26 09:33:39,820 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=11612624-97c7-46bb-b0e5-04436115aeea used request id req-dd38a146-6fd2-4b6a-a600-de8202ac30df 2018-10-26 09:33:39,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3da54b54-fa5c-4e31-8f09-f47c81a2d13cname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ace398b38f78d8ba2cc1c70ebc2848b637b4f9f" 2018-10-26 09:33:39,873 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-ede6d49a-9654-4f21-9a6c-808177586403 Date: Fri, 26 Oct 2018 09:33:39 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:35Z", "updated_at": "2018-10-26T09:33:38Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-26T09:33:38Z", "revision_number": 0, "id": "18a518b8-9fe3-4a03-9264-46834c1372ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:38Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": 10, "ethertype": "IPv4", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "revision_number": 0, "id": "2dfd8c75-11ca-4a4a-81f2-fd9063d7453e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": null, "ethertype": "IPv4", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:38Z", "revision_number": 0, "id": "4b014500-3051-4cda-a0a1-f73127107a87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:38Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": null, "ethertype": "IPv6", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:37Z", "revision_number": 0, "id": "d1f2476a-1a4f-42b5-9c22-190b672aee37", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:37Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": null, "ethertype": "IPv4", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "revision_number": 0, "id": "ed681131-6276-444e-b254-2f8e6d2f763d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": null, "ethertype": "IPv6", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}], "revision_number": 5, "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "11612624-97c7-46bb-b0e5-04436115aeea", "name": "CreateSecurityGroupTests-3da54b54-fa5c-4e31-8f09-f47c81a2d13cname"}]} 2018-10-26 09:33:39,874 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3da54b54-fa5c-4e31-8f09-f47c81a2d13cname used request id req-ede6d49a-9654-4f21-9a6c-808177586403 2018-10-26 09:33:39,874 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 11612624-97c7-46bb-b0e5-04436115aeea 2018-10-26 09:33:39,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=11612624-97c7-46bb-b0e5-04436115aeea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ace398b38f78d8ba2cc1c70ebc2848b637b4f9f" 2018-10-26 09:33:40,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-e3e47091-5b5c-44cb-ab15-7d6ac7b221ff Date: Fri, 26 Oct 2018 09:33:40 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-26T09:33:38Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": 10, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:38Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "18a518b8-9fe3-4a03-9264-46834c1372ae"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:35Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "2dfd8c75-11ca-4a4a-81f2-fd9063d7453e"}, {"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-26T09:33:38Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:38Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "4b014500-3051-4cda-a0a1-f73127107a87"}, {"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-26T09:33:37Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:37Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "d1f2476a-1a4f-42b5-9c22-190b672aee37"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:35Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "ed681131-6276-444e-b254-2f8e6d2f763d"}]} 2018-10-26 09:33:40,056 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=11612624-97c7-46bb-b0e5-04436115aeea used request id req-e3e47091-5b5c-44cb-ab15-7d6ac7b221ff 2018-10-26 09:33:40,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3da54b54-fa5c-4e31-8f09-f47c81a2d13cname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ace398b38f78d8ba2cc1c70ebc2848b637b4f9f" 2018-10-26 09:33:40,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-fd890764-42b3-44f8-ac1c-2d9ba070e434 Date: Fri, 26 Oct 2018 09:33:40 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:35Z", "updated_at": "2018-10-26T09:33:38Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-26T09:33:38Z", "revision_number": 0, "id": "18a518b8-9fe3-4a03-9264-46834c1372ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:38Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": 10, "ethertype": "IPv4", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "revision_number": 0, "id": "2dfd8c75-11ca-4a4a-81f2-fd9063d7453e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": null, "ethertype": "IPv4", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:38Z", "revision_number": 0, "id": "4b014500-3051-4cda-a0a1-f73127107a87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:38Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": null, "ethertype": "IPv6", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:37Z", "revision_number": 0, "id": "d1f2476a-1a4f-42b5-9c22-190b672aee37", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:37Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": null, "ethertype": "IPv4", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "revision_number": 0, "id": "ed681131-6276-444e-b254-2f8e6d2f763d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": null, "ethertype": "IPv6", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}], "revision_number": 5, "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "11612624-97c7-46bb-b0e5-04436115aeea", "name": "CreateSecurityGroupTests-3da54b54-fa5c-4e31-8f09-f47c81a2d13cname"}]} 2018-10-26 09:33:40,250 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3da54b54-fa5c-4e31-8f09-f47c81a2d13cname used request id req-fd890764-42b3-44f8-ac1c-2d9ba070e434 2018-10-26 09:33:40,251 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 11612624-97c7-46bb-b0e5-04436115aeea 2018-10-26 09:33:40,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=11612624-97c7-46bb-b0e5-04436115aeea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ace398b38f78d8ba2cc1c70ebc2848b637b4f9f" 2018-10-26 09:33:40,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-9cc093a8-7730-4dd7-9469-593905d69808 Date: Fri, 26 Oct 2018 09:33:40 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-26T09:33:38Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": 10, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:38Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "18a518b8-9fe3-4a03-9264-46834c1372ae"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:35Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "2dfd8c75-11ca-4a4a-81f2-fd9063d7453e"}, {"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-26T09:33:38Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:38Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "4b014500-3051-4cda-a0a1-f73127107a87"}, {"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-26T09:33:37Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:37Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "d1f2476a-1a4f-42b5-9c22-190b672aee37"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:35Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "ed681131-6276-444e-b254-2f8e6d2f763d"}]} 2018-10-26 09:33:40,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=11612624-97c7-46bb-b0e5-04436115aeea used request id req-9cc093a8-7730-4dd7-9469-593905d69808 2018-10-26 09:33:40,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3da54b54-fa5c-4e31-8f09-f47c81a2d13cname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ace398b38f78d8ba2cc1c70ebc2848b637b4f9f" 2018-10-26 09:33:40,486 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-63d02d7c-3255-4e6a-9d6d-f37122260aa8 Date: Fri, 26 Oct 2018 09:33:40 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:35Z", "updated_at": "2018-10-26T09:33:38Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-26T09:33:38Z", "revision_number": 0, "id": "18a518b8-9fe3-4a03-9264-46834c1372ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:38Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": 10, "ethertype": "IPv4", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "revision_number": 0, "id": "2dfd8c75-11ca-4a4a-81f2-fd9063d7453e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": null, "ethertype": "IPv4", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:38Z", "revision_number": 0, "id": "4b014500-3051-4cda-a0a1-f73127107a87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:38Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": null, "ethertype": "IPv6", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:37Z", "revision_number": 0, "id": "d1f2476a-1a4f-42b5-9c22-190b672aee37", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:37Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": null, "ethertype": "IPv4", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "revision_number": 0, "id": "ed681131-6276-444e-b254-2f8e6d2f763d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": null, "ethertype": "IPv6", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}], "revision_number": 5, "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "11612624-97c7-46bb-b0e5-04436115aeea", "name": "CreateSecurityGroupTests-3da54b54-fa5c-4e31-8f09-f47c81a2d13cname"}]} 2018-10-26 09:33:40,486 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3da54b54-fa5c-4e31-8f09-f47c81a2d13cname used request id req-63d02d7c-3255-4e6a-9d6d-f37122260aa8 2018-10-26 09:33:40,487 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 11612624-97c7-46bb-b0e5-04436115aeea 2018-10-26 09:33:40,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=11612624-97c7-46bb-b0e5-04436115aeea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ace398b38f78d8ba2cc1c70ebc2848b637b4f9f" 2018-10-26 09:33:40,665 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-b48cc725-bf94-4b23-bab1-816efb45e322 Date: Fri, 26 Oct 2018 09:33:40 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-26T09:33:38Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": 10, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:38Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "18a518b8-9fe3-4a03-9264-46834c1372ae"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:35Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "2dfd8c75-11ca-4a4a-81f2-fd9063d7453e"}, {"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-26T09:33:38Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:38Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "4b014500-3051-4cda-a0a1-f73127107a87"}, {"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-26T09:33:37Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:37Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "d1f2476a-1a4f-42b5-9c22-190b672aee37"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:35Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "ed681131-6276-444e-b254-2f8e6d2f763d"}]} 2018-10-26 09:33:40,666 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=11612624-97c7-46bb-b0e5-04436115aeea used request id req-b48cc725-bf94-4b23-bab1-816efb45e322 2018-10-26 09:33:40,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3da54b54-fa5c-4e31-8f09-f47c81a2d13cname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ace398b38f78d8ba2cc1c70ebc2848b637b4f9f" 2018-10-26 09:33:40,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-32dc56d1-efac-4cee-b516-0ef5f55136e5 Date: Fri, 26 Oct 2018 09:33:40 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:35Z", "updated_at": "2018-10-26T09:33:38Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-26T09:33:38Z", "revision_number": 0, "id": "18a518b8-9fe3-4a03-9264-46834c1372ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:38Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": 10, "ethertype": "IPv4", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "revision_number": 0, "id": "2dfd8c75-11ca-4a4a-81f2-fd9063d7453e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": null, "ethertype": "IPv4", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:38Z", "revision_number": 0, "id": "4b014500-3051-4cda-a0a1-f73127107a87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:38Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": null, "ethertype": "IPv6", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:37Z", "revision_number": 0, "id": "d1f2476a-1a4f-42b5-9c22-190b672aee37", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:37Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": null, "ethertype": "IPv4", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "revision_number": 0, "id": "ed681131-6276-444e-b254-2f8e6d2f763d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": null, "ethertype": "IPv6", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}], "revision_number": 5, "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "11612624-97c7-46bb-b0e5-04436115aeea", "name": "CreateSecurityGroupTests-3da54b54-fa5c-4e31-8f09-f47c81a2d13cname"}]} 2018-10-26 09:33:40,863 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3da54b54-fa5c-4e31-8f09-f47c81a2d13cname used request id req-32dc56d1-efac-4cee-b516-0ef5f55136e5 2018-10-26 09:33:40,863 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 11612624-97c7-46bb-b0e5-04436115aeea 2018-10-26 09:33:40,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=11612624-97c7-46bb-b0e5-04436115aeea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ace398b38f78d8ba2cc1c70ebc2848b637b4f9f" 2018-10-26 09:33:41,051 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-20ba43e3-57ac-4980-aa3d-87f43a6a07b5 Date: Fri, 26 Oct 2018 09:33:41 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-10-26T09:33:38Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": 10, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:38Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "18a518b8-9fe3-4a03-9264-46834c1372ae"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:35Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "2dfd8c75-11ca-4a4a-81f2-fd9063d7453e"}, {"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-26T09:33:38Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:38Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "4b014500-3051-4cda-a0a1-f73127107a87"}, {"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-26T09:33:37Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:37Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "d1f2476a-1a4f-42b5-9c22-190b672aee37"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:35Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "ed681131-6276-444e-b254-2f8e6d2f763d"}]} 2018-10-26 09:33:41,051 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=11612624-97c7-46bb-b0e5-04436115aeea used request id req-20ba43e3-57ac-4980-aa3d-87f43a6a07b5 2018-10-26 09:33:41,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3da54b54-fa5c-4e31-8f09-f47c81a2d13cname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ace398b38f78d8ba2cc1c70ebc2848b637b4f9f" 2018-10-26 09:33:41,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-55e7b97e-59b5-43b1-9c7d-bf102cc17e34 Date: Fri, 26 Oct 2018 09:33:41 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:35Z", "updated_at": "2018-10-26T09:33:38Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-26T09:33:38Z", "revision_number": 0, "id": "18a518b8-9fe3-4a03-9264-46834c1372ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:38Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": 10, "ethertype": "IPv4", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "revision_number": 0, "id": "2dfd8c75-11ca-4a4a-81f2-fd9063d7453e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": null, "ethertype": "IPv4", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:38Z", "revision_number": 0, "id": "4b014500-3051-4cda-a0a1-f73127107a87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:38Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": null, "ethertype": "IPv6", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:37Z", "revision_number": 0, "id": "d1f2476a-1a4f-42b5-9c22-190b672aee37", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:37Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": null, "ethertype": "IPv4", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "revision_number": 0, "id": "ed681131-6276-444e-b254-2f8e6d2f763d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": null, "ethertype": "IPv6", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}], "revision_number": 5, "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "11612624-97c7-46bb-b0e5-04436115aeea", "name": "CreateSecurityGroupTests-3da54b54-fa5c-4e31-8f09-f47c81a2d13cname"}]} 2018-10-26 09:33:41,109 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3da54b54-fa5c-4e31-8f09-f47c81a2d13cname used request id req-55e7b97e-59b5-43b1-9c7d-bf102cc17e34 2018-10-26 09:33:41,110 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 11612624-97c7-46bb-b0e5-04436115aeea 2018-10-26 09:33:41,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=11612624-97c7-46bb-b0e5-04436115aeea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ace398b38f78d8ba2cc1c70ebc2848b637b4f9f" 2018-10-26 09:33:41,305 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-2f978bdb-2f6e-4d42-9fb3-36be08282990 Date: Fri, 26 Oct 2018 09:33:41 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-10-26T09:33:38Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": 10, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:38Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "18a518b8-9fe3-4a03-9264-46834c1372ae"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:35Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "2dfd8c75-11ca-4a4a-81f2-fd9063d7453e"}, {"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-26T09:33:38Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:38Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "4b014500-3051-4cda-a0a1-f73127107a87"}, {"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-26T09:33:37Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:37Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "d1f2476a-1a4f-42b5-9c22-190b672aee37"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:35Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "ed681131-6276-444e-b254-2f8e6d2f763d"}]} 2018-10-26 09:33:41,305 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=11612624-97c7-46bb-b0e5-04436115aeea used request id req-2f978bdb-2f6e-4d42-9fb3-36be08282990 2018-10-26 09:33:41,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3da54b54-fa5c-4e31-8f09-f47c81a2d13cname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ace398b38f78d8ba2cc1c70ebc2848b637b4f9f" 2018-10-26 09:33:41,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-491e42e2-6d30-4e00-9323-0e04251dc5a0 Date: Fri, 26 Oct 2018 09:33:41 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:35Z", "updated_at": "2018-10-26T09:33:38Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-26T09:33:38Z", "revision_number": 0, "id": "18a518b8-9fe3-4a03-9264-46834c1372ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:38Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": 10, "ethertype": "IPv4", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "revision_number": 0, "id": "2dfd8c75-11ca-4a4a-81f2-fd9063d7453e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": null, "ethertype": "IPv4", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:38Z", "revision_number": 0, "id": "4b014500-3051-4cda-a0a1-f73127107a87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:38Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": null, "ethertype": "IPv6", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:37Z", "revision_number": 0, "id": "d1f2476a-1a4f-42b5-9c22-190b672aee37", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:37Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": null, "ethertype": "IPv4", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "revision_number": 0, "id": "ed681131-6276-444e-b254-2f8e6d2f763d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": null, "ethertype": "IPv6", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}], "revision_number": 5, "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "11612624-97c7-46bb-b0e5-04436115aeea", "name": "CreateSecurityGroupTests-3da54b54-fa5c-4e31-8f09-f47c81a2d13cname"}]} 2018-10-26 09:33:41,493 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3da54b54-fa5c-4e31-8f09-f47c81a2d13cname used request id req-491e42e2-6d30-4e00-9323-0e04251dc5a0 2018-10-26 09:33:41,493 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 11612624-97c7-46bb-b0e5-04436115aeea 2018-10-26 09:33:41,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=11612624-97c7-46bb-b0e5-04436115aeea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ace398b38f78d8ba2cc1c70ebc2848b637b4f9f" 2018-10-26 09:33:41,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-3f163f5b-3b90-460f-a6b1-2d6992659567 Date: Fri, 26 Oct 2018 09:33:41 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-10-26T09:33:38Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": 10, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:38Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "18a518b8-9fe3-4a03-9264-46834c1372ae"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:35Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "2dfd8c75-11ca-4a4a-81f2-fd9063d7453e"}, {"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-26T09:33:38Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:38Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "4b014500-3051-4cda-a0a1-f73127107a87"}, {"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-26T09:33:37Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:37Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "d1f2476a-1a4f-42b5-9c22-190b672aee37"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:35Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "ed681131-6276-444e-b254-2f8e6d2f763d"}]} 2018-10-26 09:33:41,685 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=11612624-97c7-46bb-b0e5-04436115aeea used request id req-3f163f5b-3b90-460f-a6b1-2d6992659567 2018-10-26 09:33:41,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3da54b54-fa5c-4e31-8f09-f47c81a2d13cname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ace398b38f78d8ba2cc1c70ebc2848b637b4f9f" 2018-10-26 09:33:41,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-4622f92a-396d-4396-beb3-f6e4aada1e70 Date: Fri, 26 Oct 2018 09:33:41 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:35Z", "updated_at": "2018-10-26T09:33:38Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-26T09:33:38Z", "revision_number": 0, "id": "18a518b8-9fe3-4a03-9264-46834c1372ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:38Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": 10, "ethertype": "IPv4", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "revision_number": 0, "id": "2dfd8c75-11ca-4a4a-81f2-fd9063d7453e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": null, "ethertype": "IPv4", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:38Z", "revision_number": 0, "id": "4b014500-3051-4cda-a0a1-f73127107a87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:38Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": null, "ethertype": "IPv6", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:37Z", "revision_number": 0, "id": "d1f2476a-1a4f-42b5-9c22-190b672aee37", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:37Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": null, "ethertype": "IPv4", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "revision_number": 0, "id": "ed681131-6276-444e-b254-2f8e6d2f763d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": null, "ethertype": "IPv6", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}], "revision_number": 5, "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "11612624-97c7-46bb-b0e5-04436115aeea", "name": "CreateSecurityGroupTests-3da54b54-fa5c-4e31-8f09-f47c81a2d13cname"}]} 2018-10-26 09:33:41,742 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3da54b54-fa5c-4e31-8f09-f47c81a2d13cname used request id req-4622f92a-396d-4396-beb3-f6e4aada1e70 2018-10-26 09:33:41,743 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 11612624-97c7-46bb-b0e5-04436115aeea 2018-10-26 09:33:41,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=11612624-97c7-46bb-b0e5-04436115aeea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ace398b38f78d8ba2cc1c70ebc2848b637b4f9f" 2018-10-26 09:33:41,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-ae2b43dc-8986-4382-9c54-ddac7de80223 Date: Fri, 26 Oct 2018 09:33:41 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-10-26T09:33:38Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": 10, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:38Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "18a518b8-9fe3-4a03-9264-46834c1372ae"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:35Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "2dfd8c75-11ca-4a4a-81f2-fd9063d7453e"}, {"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-26T09:33:38Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:38Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "4b014500-3051-4cda-a0a1-f73127107a87"}, {"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-26T09:33:37Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:37Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "d1f2476a-1a4f-42b5-9c22-190b672aee37"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:35Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "ed681131-6276-444e-b254-2f8e6d2f763d"}]} 2018-10-26 09:33:41,952 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=11612624-97c7-46bb-b0e5-04436115aeea used request id req-ae2b43dc-8986-4382-9c54-ddac7de80223 2018-10-26 09:33:41,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3da54b54-fa5c-4e31-8f09-f47c81a2d13cname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ace398b38f78d8ba2cc1c70ebc2848b637b4f9f" 2018-10-26 09:33:42,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-bb308b45-0aea-41b7-a4dc-d99fb6c724a3 Date: Fri, 26 Oct 2018 09:33:42 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:35Z", "updated_at": "2018-10-26T09:33:38Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-10-26T09:33:38Z", "revision_number": 0, "id": "18a518b8-9fe3-4a03-9264-46834c1372ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:38Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": 10, "ethertype": "IPv4", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "revision_number": 0, "id": "2dfd8c75-11ca-4a4a-81f2-fd9063d7453e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": null, "ethertype": "IPv4", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:38Z", "revision_number": 0, "id": "4b014500-3051-4cda-a0a1-f73127107a87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:38Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": null, "ethertype": "IPv6", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:37Z", "revision_number": 0, "id": "d1f2476a-1a4f-42b5-9c22-190b672aee37", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:37Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": null, "ethertype": "IPv4", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "revision_number": 0, "id": "ed681131-6276-444e-b254-2f8e6d2f763d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": null, "ethertype": "IPv6", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}], "revision_number": 5, "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "11612624-97c7-46bb-b0e5-04436115aeea", "name": "CreateSecurityGroupTests-3da54b54-fa5c-4e31-8f09-f47c81a2d13cname"}]} 2018-10-26 09:33:42,141 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-3da54b54-fa5c-4e31-8f09-f47c81a2d13cname used request id req-bb308b45-0aea-41b7-a4dc-d99fb6c724a3 2018-10-26 09:33:42,142 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 11612624-97c7-46bb-b0e5-04436115aeea 2018-10-26 09:33:42,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=11612624-97c7-46bb-b0e5-04436115aeea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ace398b38f78d8ba2cc1c70ebc2848b637b4f9f" 2018-10-26 09:33:42,179 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-82ae597d-a2d2-46df-9af9-9f59f5126532 Date: Fri, 26 Oct 2018 09:33:42 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-10-26T09:33:38Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": 10, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:38Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "18a518b8-9fe3-4a03-9264-46834c1372ae"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:35Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "2dfd8c75-11ca-4a4a-81f2-fd9063d7453e"}, {"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-26T09:33:38Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:38Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "4b014500-3051-4cda-a0a1-f73127107a87"}, {"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-26T09:33:37Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:37Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "d1f2476a-1a4f-42b5-9c22-190b672aee37"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:35Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "ed681131-6276-444e-b254-2f8e6d2f763d"}]} 2018-10-26 09:33:42,179 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=11612624-97c7-46bb-b0e5-04436115aeea used request id req-82ae597d-a2d2-46df-9af9-9f59f5126532 2018-10-26 09:33:42,180 - neutron_utils - INFO - Deleting security group rule with ID - d1f2476a-1a4f-42b5-9c22-190b672aee37 2018-10-26 09:33:42,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/d1f2476a-1a4f-42b5-9c22-190b672aee37 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}361e2cf74dd63d63a45e1aebdf167a455f0ea882" 2018-10-26 09:33:42,270 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2e300019-c018-46a4-8932-a85f7d133521 Content-Length: 0 Date: Fri, 26 Oct 2018 09:33:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:33:42,270 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/d1f2476a-1a4f-42b5-9c22-190b672aee37 used request id req-2e300019-c018-46a4-8932-a85f7d133521 2018-10-26 09:33:42,270 - OpenStackSecurityGroup - WARNING - Rule setting is None, cannot remove rule 2018-10-26 09:33:42,271 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 11612624-97c7-46bb-b0e5-04436115aeea 2018-10-26 09:33:42,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=11612624-97c7-46bb-b0e5-04436115aeea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ace398b38f78d8ba2cc1c70ebc2848b637b4f9f" 2018-10-26 09:33:42,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1992 X-Openstack-Request-Id: req-5079ee71-00d6-494b-88c0-d1890e1c8196 Date: Fri, 26 Oct 2018 09:33:42 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-10-26T09:33:38Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": 10, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:38Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "18a518b8-9fe3-4a03-9264-46834c1372ae"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:35Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "2dfd8c75-11ca-4a4a-81f2-fd9063d7453e"}, {"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-26T09:33:38Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:38Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "4b014500-3051-4cda-a0a1-f73127107a87"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "security_group_id": "11612624-97c7-46bb-b0e5-04436115aeea", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:35Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "ed681131-6276-444e-b254-2f8e6d2f763d"}]} 2018-10-26 09:33:42,456 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=11612624-97c7-46bb-b0e5-04436115aeea used request id req-5079ee71-00d6-494b-88c0-d1890e1c8196 2018-10-26 09:33:42,456 - neutron_utils - INFO - Deleting security group rule with ID - ed681131-6276-444e-b254-2f8e6d2f763d 2018-10-26 09:33:42,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/ed681131-6276-444e-b254-2f8e6d2f763d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}361e2cf74dd63d63a45e1aebdf167a455f0ea882" 2018-10-26 09:33:42,704 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ebf04f1b-9ee9-48ba-922b-76e34971e9a6 Content-Length: 0 Date: Fri, 26 Oct 2018 09:33:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:33:42,704 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/ed681131-6276-444e-b254-2f8e6d2f763d used request id req-ebf04f1b-9ee9-48ba-922b-76e34971e9a6 2018-10-26 09:33:42,705 - neutron_utils - INFO - Deleting security group rule with ID - d1f2476a-1a4f-42b5-9c22-190b672aee37 2018-10-26 09:33:42,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/d1f2476a-1a4f-42b5-9c22-190b672aee37 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}361e2cf74dd63d63a45e1aebdf167a455f0ea882" 2018-10-26 09:33:42,732 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-c49d7a52-a3d4-4332-a0ad-6c2f5b234580 Date: Fri, 26 Oct 2018 09:33:42 GMT RESP BODY: {"NeutronError": {"message": "Security group rule d1f2476a-1a4f-42b5-9c22-190b672aee37 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-10-26 09:33:42,732 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/d1f2476a-1a4f-42b5-9c22-190b672aee37 used request id req-c49d7a52-a3d4-4332-a0ad-6c2f5b234580 2018-10-26 09:33:42,732 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule d1f2476a-1a4f-42b5-9c22-190b672aee37 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-10-26 09:33:42,732 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule d1f2476a-1a4f-42b5-9c22-190b672aee37 does not exist Neutron server returns request_ids: ['req-c49d7a52-a3d4-4332-a0ad-6c2f5b234580'] 2018-10-26 09:33:42,732 - neutron_utils - INFO - Deleting security group rule with ID - 18a518b8-9fe3-4a03-9264-46834c1372ae 2018-10-26 09:33:42,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/18a518b8-9fe3-4a03-9264-46834c1372ae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}361e2cf74dd63d63a45e1aebdf167a455f0ea882" 2018-10-26 09:33:42,974 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fe4b2e12-1700-4c03-bb9d-7978c2c6e7a5 Content-Length: 0 Date: Fri, 26 Oct 2018 09:33:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:33:42,974 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/18a518b8-9fe3-4a03-9264-46834c1372ae used request id req-fe4b2e12-1700-4c03-bb9d-7978c2c6e7a5 2018-10-26 09:33:42,974 - neutron_utils - INFO - Deleting security group rule with ID - 4b014500-3051-4cda-a0a1-f73127107a87 2018-10-26 09:33:42,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/4b014500-3051-4cda-a0a1-f73127107a87 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}361e2cf74dd63d63a45e1aebdf167a455f0ea882" 2018-10-26 09:33:43,225 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-db4ef84f-ee71-4fde-9e50-f48cb651ef44 Content-Length: 0 Date: Fri, 26 Oct 2018 09:33:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:33:43,225 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/4b014500-3051-4cda-a0a1-f73127107a87 used request id req-db4ef84f-ee71-4fde-9e50-f48cb651ef44 2018-10-26 09:33:43,225 - neutron_utils - INFO - Deleting security group rule with ID - 2dfd8c75-11ca-4a4a-81f2-fd9063d7453e 2018-10-26 09:33:43,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/2dfd8c75-11ca-4a4a-81f2-fd9063d7453e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}361e2cf74dd63d63a45e1aebdf167a455f0ea882" 2018-10-26 09:33:43,479 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8c0c5ce5-6418-43fd-b198-de032559480a Content-Length: 0 Date: Fri, 26 Oct 2018 09:33:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:33:43,479 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/2dfd8c75-11ca-4a4a-81f2-fd9063d7453e used request id req-8c0c5ce5-6418-43fd-b198-de032559480a 2018-10-26 09:33:43,479 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-3da54b54-fa5c-4e31-8f09-f47c81a2d13cname 2018-10-26 09:33:43,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/11612624-97c7-46bb-b0e5-04436115aeea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}361e2cf74dd63d63a45e1aebdf167a455f0ea882" 2018-10-26 09:33:43,595 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4817f7ad-b229-4e7b-a536-fab75e85886e Content-Length: 0 Date: Fri, 26 Oct 2018 09:33:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:33:43,596 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/11612624-97c7-46bb-b0e5-04436115aeea used request id req-4817f7ad-b229-4e7b-a536-fab75e85886e 2018-10-26 09:33:43,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}156175a5991424e1d8f979b5256c3d554821478e" 2018-10-26 09:33:43,806 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-f8578d49-60bc-42d2-9a24-763cfc06ecf0 Date: Fri, 26 Oct 2018 09:33:43 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:35Z", "updated_at": "2018-10-26T09:33:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "revision_number": 0, "id": "2655cf48-15a6-46ba-a71c-ca0d09d6e2ba", "remote_group_id": "6b75099d-d792-4e17-b33b-8d4e679ad7d1", "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:35Z", "security_group_id": "6b75099d-d792-4e17-b33b-8d4e679ad7d1", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": null, "ethertype": "IPv4", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "revision_number": 0, "id": "2dc3769e-6711-42df-ad43-4a300f854190", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:35Z", "security_group_id": "6b75099d-d792-4e17-b33b-8d4e679ad7d1", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": null, "ethertype": "IPv4", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "revision_number": 0, "id": "2e67e802-ba3b-4c9d-8d45-bbe072a4911c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:35Z", "security_group_id": "6b75099d-d792-4e17-b33b-8d4e679ad7d1", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": null, "ethertype": "IPv6", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "revision_number": 0, "id": "3b658768-9cc7-406c-8a5d-32bd3b1edae0", "remote_group_id": "6b75099d-d792-4e17-b33b-8d4e679ad7d1", "remote_ip_prefix": null, "created_at": "2018-10-26T09:33:35Z", "security_group_id": "6b75099d-d792-4e17-b33b-8d4e679ad7d1", "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "port_range_min": null, "ethertype": "IPv6", "project_id": "9397d97acef04e71bb8b2d77571a36d7"}], "revision_number": 4, "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "6b75099d-d792-4e17-b33b-8d4e679ad7d1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:33:43,807 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-f8578d49-60bc-42d2-9a24-763cfc06ecf0 2018-10-26 09:33:43,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9397d97acef04e71bb8b2d77571a36d7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}156175a5991424e1d8f979b5256c3d554821478e" 2018-10-26 09:33:43,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a12fb017-7f2a-4994-a80c-014921f0b03b Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/9397d97acef04e71bb8b2d77571a36d7"}, "enabled": true, "id": "9397d97acef04e71bb8b2d77571a36d7", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-623008ae-f1b8-461-proj"}} 2018-10-26 09:33:43,904 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9397d97acef04e71bb8b2d77571a36d7 used request id req-a12fb017-7f2a-4994-a80c-014921f0b03b 2018-10-26 09:33:43,904 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6b75099d-d792-4e17-b33b-8d4e679ad7d1 2018-10-26 09:33:43,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=6b75099d-d792-4e17-b33b-8d4e679ad7d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}156175a5991424e1d8f979b5256c3d554821478e" 2018-10-26 09:33:44,083 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-44547f82-94c9-44f0-a302-2d2a2b14f30f Date: Fri, 26 Oct 2018 09:33:44 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "6b75099d-d792-4e17-b33b-8d4e679ad7d1", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "security_group_id": "6b75099d-d792-4e17-b33b-8d4e679ad7d1", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:35Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "2655cf48-15a6-46ba-a71c-ca0d09d6e2ba"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "security_group_id": "6b75099d-d792-4e17-b33b-8d4e679ad7d1", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:35Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "2dc3769e-6711-42df-ad43-4a300f854190"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "security_group_id": "6b75099d-d792-4e17-b33b-8d4e679ad7d1", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:35Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "2e67e802-ba3b-4c9d-8d45-bbe072a4911c"}, {"remote_group_id": "6b75099d-d792-4e17-b33b-8d4e679ad7d1", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:33:35Z", "security_group_id": "6b75099d-d792-4e17-b33b-8d4e679ad7d1", "port_range_min": null, "revision_number": 0, "tenant_id": "9397d97acef04e71bb8b2d77571a36d7", "created_at": "2018-10-26T09:33:35Z", "project_id": "9397d97acef04e71bb8b2d77571a36d7", "id": "3b658768-9cc7-406c-8a5d-32bd3b1edae0"}]} 2018-10-26 09:33:44,084 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=6b75099d-d792-4e17-b33b-8d4e679ad7d1 used request id req-44547f82-94c9-44f0-a302-2d2a2b14f30f 2018-10-26 09:33:44,084 - neutron_utils - INFO - Deleting security group with name - default 2018-10-26 09:33:44,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/6b75099d-d792-4e17-b33b-8d4e679ad7d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}156175a5991424e1d8f979b5256c3d554821478e" 2018-10-26 09:33:44,387 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fdbd8b9e-fdfc-4981-b3c4-d3a0dd121d00 Content-Length: 0 Date: Fri, 26 Oct 2018 09:33:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:33:44,387 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/6b75099d-d792-4e17-b33b-8d4e679ad7d1 used request id req-fdbd8b9e-fdfc-4981-b3c4-d3a0dd121d00 2018-10-26 09:33:44,388 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-623008ae-f1b8-461-proj 2018-10-26 09:33:44,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/9397d97acef04e71bb8b2d77571a36d7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}156175a5991424e1d8f979b5256c3d554821478e" 2018-10-26 09:33:44,614 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:33:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b99b1c5b-8774-4241-ace8-740dece06993 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:33:44,614 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/9397d97acef04e71bb8b2d77571a36d7 used request id req-b99b1c5b-8774-4241-ace8-740dece06993 2018-10-26 09:33:44,615 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-623008ae-f1b8-461-proj-role 2018-10-26 09:33:44,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/33b07fb493f94888bebe7845b016f559 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}156175a5991424e1d8f979b5256c3d554821478e" 2018-10-26 09:33:44,725 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:33:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0e3bf574-e614-44dc-8237-9d4af0b4be98 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:33:44,725 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/33b07fb493f94888bebe7845b016f559 used request id req-0e3bf574-e614-44dc-8237-9d4af0b4be98 2018-10-26 09:33:44,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}156175a5991424e1d8f979b5256c3d554821478e" 2018-10-26 09:33:44,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e86aebf3-dc84-4b22-927c-5e54c43de385 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:33:44,825 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-e86aebf3-dc84-4b22-927c-5e54c43de385 2018-10-26 09:33:44,825 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-623008ae-f1b8-461-user 2018-10-26 09:33:44,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/a3fbe6aa8f354581a7e318ea2ff81bc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}885acb0df3962bab5ae5391e7e02ab917f729760" 2018-10-26 09:33:45,010 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:33:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dbe80e05-63bc-4ee0-95fa-f8939a71b548 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:33:45,011 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/a3fbe6aa8f354581a7e318ea2ff81bc7 used request id req-dbe80e05-63bc-4ee0-95fa-f8939a71b548 2018-10-26 09:33:45,012 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:33:45,392 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:33:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["wJ9sgC9yR8O8j2NWjkyFdg"], "issued_at": "2018-10-26T09:33:45.000000Z"}} 2018-10-26 09:33:45,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0159dc9da6df65611551fb7348e342f72bdd6281" 2018-10-26 09:33:45,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50352282-77f2-4fbd-936b-7b2be976c007 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:33:45,479 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-50352282-77f2-4fbd-936b-7b2be976c007 2018-10-26 09:33:45,481 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:33:45,482 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:33:45,950 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:33:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["iH2555dSStu_cRjcENs_aA"], "issued_at": "2018-10-26T09:33:45.000000Z"}} 2018-10-26 09:33:45,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ce1ffc77d2906560e7e54b9c589468af3a4ecec" 2018-10-26 09:33:46,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a42a1268-4198-432f-bde0-ded4a1b33375 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:33:46,035 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a42a1268-4198-432f-bde0-ded4a1b33375 2018-10-26 09:33:46,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:33:46,045 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:33:46,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-34bd03dc-e15a-427-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ce1ffc77d2906560e7e54b9c589468af3a4ecec" 2018-10-26 09:33:46,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-488a3f6d-bc72-4f07-92c5-375725db0fe5 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-34bd03dc-e15a-427-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:33:46,137 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-34bd03dc-e15a-427-proj used request id req-488a3f6d-bc72-4f07-92c5-375725db0fe5 2018-10-26 09:33:46,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ce1ffc77d2906560e7e54b9c589468af3a4ecec" 2018-10-26 09:33:46,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc83cf28-13fd-4781-8c68-2a83a5920dad Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:33:46,224 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-bc83cf28-13fd-4781-8c68-2a83a5920dad 2018-10-26 09:33:46,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ce1ffc77d2906560e7e54b9c589468af3a4ecec" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-34bd03dc-e15a-427-proj"}}' 2018-10-26 09:33:46,438 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:33:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-34b44417-dd40-4af3-a063-50111af3554e Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d2a182b0636f4947a904532c34addb1a"}, "enabled": true, "id": "d2a182b0636f4947a904532c34addb1a", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-34bd03dc-e15a-427-proj"}} 2018-10-26 09:33:46,438 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-34b44417-dd40-4af3-a063-50111af3554e 2018-10-26 09:33:46,438 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-34bd03dc-e15a-427-proj 2018-10-26 09:33:46,438 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:33:46,439 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:33:46,830 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:33:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["2o7GGy9NSTGF7RatcJQ87Q"], "issued_at": "2018-10-26T09:33:46.000000Z"}} 2018-10-26 09:33:46,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcaf072ed540dd92d18ffa72a750e74896a3b13e" 2018-10-26 09:33:46,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-699ca6bf-7cce-4a02-b993-5908d44e8b74 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:33:46,908 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-699ca6bf-7cce-4a02-b993-5908d44e8b74 2018-10-26 09:33:46,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:33:46,917 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:33:46,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcaf072ed540dd92d18ffa72a750e74896a3b13e" 2018-10-26 09:33:47,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a919595-4c5c-46e2-abdd-523e292c5745 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:33:47,027 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-4a919595-4c5c-46e2-abdd-523e292c5745 2018-10-26 09:33:47,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateImageSuccessTests-34bd03dc-e15a-427-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcaf072ed540dd92d18ffa72a750e74896a3b13e" 2018-10-26 09:33:47,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37396065-529f-4016-96cb-471b6cf98c44 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateImageSuccessTests-34bd03dc-e15a-427-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d2a182b0636f4947a904532c34addb1a"}, "enabled": true, "id": "d2a182b0636f4947a904532c34addb1a", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-34bd03dc-e15a-427-proj"}]} 2018-10-26 09:33:47,111 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateImageSuccessTests-34bd03dc-e15a-427-proj used request id req-37396065-529f-4016-96cb-471b6cf98c44 2018-10-26 09:33:47,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcaf072ed540dd92d18ffa72a750e74896a3b13e" 2018-10-26 09:33:47,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-547a355d-0fc4-4c57-815d-b090efc96fa9 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:33:47,203 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-547a355d-0fc4-4c57-815d-b090efc96fa9 2018-10-26 09:33:47,567 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-34bd03dc-e15a-427-user 2018-10-26 09:33:47,567 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:33:47,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ce1ffc77d2906560e7e54b9c589468af3a4ecec" 2018-10-26 09:33:47,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62fa775f-81ad-48c0-9ad0-3eac4fa214f2 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:33:47,657 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-62fa775f-81ad-48c0-9ad0-3eac4fa214f2 2018-10-26 09:33:47,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ce1ffc77d2906560e7e54b9c589468af3a4ecec" -d '{"role": {"name": "CreateImageSuccessTests-34bd03dc-e15a-427-proj-role"}}' 2018-10-26 09:33:47,767 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:33:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c68292f0-4bf5-482e-a067-3d44bb96c9d1 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e69ae4b5939a48f6a65831fd0d5e7efb", "links": {"self": "http://172.30.9.21:5000/v3/roles/e69ae4b5939a48f6a65831fd0d5e7efb"}, "name": "CreateImageSuccessTests-34bd03dc-e15a-427-proj-role"}} 2018-10-26 09:33:47,767 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-c68292f0-4bf5-482e-a067-3d44bb96c9d1 2018-10-26 09:33:47,767 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-34bd03dc-e15a-427-proj-role 2018-10-26 09:33:47,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/e69ae4b5939a48f6a65831fd0d5e7efb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ce1ffc77d2906560e7e54b9c589468af3a4ecec" 2018-10-26 09:33:47,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e21f0c27-0971-44af-abf1-4b2a3749ad45 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/e69ae4b5939a48f6a65831fd0d5e7efb"}, "domain_id": null, "name": "CreateImageSuccessTests-34bd03dc-e15a-427-proj-role", "id": "e69ae4b5939a48f6a65831fd0d5e7efb"}} 2018-10-26 09:33:47,859 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/e69ae4b5939a48f6a65831fd0d5e7efb used request id req-e21f0c27-0971-44af-abf1-4b2a3749ad45 2018-10-26 09:33:47,859 - keystone_utils - INFO - Granting role CreateImageSuccessTests-34bd03dc-e15a-427-proj-role to project CreateImageSuccessTests-34bd03dc-e15a-427-proj 2018-10-26 09:33:47,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/d2a182b0636f4947a904532c34addb1a/users/7fcaed41605143fca459c8ea733692c4/roles/e69ae4b5939a48f6a65831fd0d5e7efb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ce1ffc77d2906560e7e54b9c589468af3a4ecec" 2018-10-26 09:33:47,991 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:33:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7e289c8d-6551-478b-8210-1dab94501057 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:33:47,992 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/d2a182b0636f4947a904532c34addb1a/users/7fcaed41605143fca459c8ea733692c4/roles/e69ae4b5939a48f6a65831fd0d5e7efb used request id req-7e289c8d-6551-478b-8210-1dab94501057 2018-10-26 09:33:48,011 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-26 09:33:48,011 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:33:48,012 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:33:48,385 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e69ae4b5939a48f6a65831fd0d5e7efb", "name": "CreateImageSuccessTests-34bd03dc-e15a-427-proj-role"}], "expires_at": "2018-10-26T10:33:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d2a182b0636f4947a904532c34addb1a", "name": "CreateImageSuccessTests-34bd03dc-e15a-427-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/d2a182b0636f4947a904532c34addb1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/d2a182b0636f4947a904532c34addb1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/d2a182b0636f4947a904532c34addb1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/d2a182b0636f4947a904532c34addb1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/d2a182b0636f4947a904532c34addb1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/d2a182b0636f4947a904532c34addb1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d2a182b0636f4947a904532c34addb1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/d2a182b0636f4947a904532c34addb1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/d2a182b0636f4947a904532c34addb1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d2a182b0636f4947a904532c34addb1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/d2a182b0636f4947a904532c34addb1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/d2a182b0636f4947a904532c34addb1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-34bd03dc-e15a-427-user", "id": "7fcaed41605143fca459c8ea733692c4"}, "audit_ids": ["EZrVFY15T7OKptbfI0lbBw"], "issued_at": "2018-10-26T09:33:48.000000Z"}} 2018-10-26 09:33:48,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42b34d683785a18c172dfa19843e3b5e14b05122" 2018-10-26 09:33:48,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00281ca9-ea9c-4030-8484-7d45188d5228 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:33:48,473 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-00281ca9-ea9c-4030-8484-7d45188d5228 2018-10-26 09:33:48,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-e3581238-b993-4c2e-a8b7-0abdb2856a88 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}42b34d683785a18c172dfa19843e3b5e14b05122" 2018-10-26 09:33:48,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-d070ef00-fd07-46b1-927d-63ed59f18fe5 Date: Fri, 26 Oct 2018 09:33:48 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-e3581238-b993-4c2e-a8b7-0abdb2856a88"} 2018-10-26 09:33:48,662 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-e3581238-b993-4c2e-a8b7-0abdb2856a88 used request id req-d070ef00-fd07-46b1-927d-63ed59f18fe5 2018-10-26 09:33:48,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}42b34d683785a18c172dfa19843e3b5e14b05122" 2018-10-26 09:33:48,843 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a7358b3e-70aa-4cbb-a810-3615ae983558 Date: Fri, 26 Oct 2018 09:33: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-26 09:33:48,843 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-a7358b3e-70aa-4cbb-a810-3615ae983558 2018-10-26 09:33:48,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}42b34d683785a18c172dfa19843e3b5e14b05122" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-e3581238-b993-4c2e-a8b7-0abdb2856a88"}' 2018-10-26 09:33:49,152 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/0d560380-1a22-45d8-8f54-37a73026a395 X-Openstack-Request-Id: req-d7fa4d48-943c-4b69-841f-626726ab81ce Date: Fri, 26 Oct 2018 09:33:49 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-e3581238-b993-4c2e-a8b7-0abdb2856a88", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:33:49Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-26T09:33:49Z", "visibility": "shared", "locations": [], "self": "/v2/images/0d560380-1a22-45d8-8f54-37a73026a395", "min_disk": 0, "protected": false, "id": "0d560380-1a22-45d8-8f54-37a73026a395", "file": "/v2/images/0d560380-1a22-45d8-8f54-37a73026a395/file", "checksum": null, "owner": "d2a182b0636f4947a904532c34addb1a", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:33:49,152 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-d7fa4d48-943c-4b69-841f-626726ab81ce 2018-10-26 09:33:49,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/0d560380-1a22-45d8-8f54-37a73026a395/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}42b34d683785a18c172dfa19843e3b5e14b05122" -d '' 2018-10-26 09:33:50,615 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2e499d48-244b-440b-8dc4-752d5f7b96bd Date: Fri, 26 Oct 2018 09:33: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-26 09:33:50,615 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/0d560380-1a22-45d8-8f54-37a73026a395/file used request id req-2e499d48-244b-440b-8dc4-752d5f7b96bd 2018-10-26 09:33:50,616 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 09:33:50,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/0d560380-1a22-45d8-8f54-37a73026a395 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}42b34d683785a18c172dfa19843e3b5e14b05122" 2018-10-26 09:33:50,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-07a4129d-5365-4eb9-8bfe-80b489ddbff1 Date: Fri, 26 Oct 2018 09:33:50 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-e3581238-b993-4c2e-a8b7-0abdb2856a88", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:33:49Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:33:50Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/0d560380-1a22-45d8-8f54-37a73026a395/snap", "metadata": {}}], "self": "/v2/images/0d560380-1a22-45d8-8f54-37a73026a395", "min_disk": 0, "protected": false, "id": "0d560380-1a22-45d8-8f54-37a73026a395", "file": "/v2/images/0d560380-1a22-45d8-8f54-37a73026a395/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d2a182b0636f4947a904532c34addb1a", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/0d560380-1a22-45d8-8f54-37a73026a395/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:33:50,779 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/0d560380-1a22-45d8-8f54-37a73026a395 used request id req-07a4129d-5365-4eb9-8bfe-80b489ddbff1 2018-10-26 09:33:50,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}42b34d683785a18c172dfa19843e3b5e14b05122" 2018-10-26 09:33:50,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7a259439-3b1d-4527-92cf-6bfc7c2f993a Date: Fri, 26 Oct 2018 09:33: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-26 09:33:50,931 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-7a259439-3b1d-4527-92cf-6bfc7c2f993a 2018-10-26 09:33:50,934 - create_image - INFO - Created image with name - CreateImageSuccessTests-e3581238-b993-4c2e-a8b7-0abdb2856a88 2018-10-26 09:33:50,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/0d560380-1a22-45d8-8f54-37a73026a395 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}42b34d683785a18c172dfa19843e3b5e14b05122" 2018-10-26 09:33:50,954 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-4402c1ec-a84b-483c-b8ed-8383906ae75f Date: Fri, 26 Oct 2018 09:33:50 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-e3581238-b993-4c2e-a8b7-0abdb2856a88", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:33:49Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:33:50Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/0d560380-1a22-45d8-8f54-37a73026a395/snap", "metadata": {}}], "self": "/v2/images/0d560380-1a22-45d8-8f54-37a73026a395", "min_disk": 0, "protected": false, "id": "0d560380-1a22-45d8-8f54-37a73026a395", "file": "/v2/images/0d560380-1a22-45d8-8f54-37a73026a395/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d2a182b0636f4947a904532c34addb1a", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/0d560380-1a22-45d8-8f54-37a73026a395/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:33:50,954 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/0d560380-1a22-45d8-8f54-37a73026a395 used request id req-4402c1ec-a84b-483c-b8ed-8383906ae75f 2018-10-26 09:33:50,955 - create_image - DEBUG - Instance status is - active 2018-10-26 09:33:50,955 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-e3581238-b993-4c2e-a8b7-0abdb2856a88 2018-10-26 09:33:50,955 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-e3581238-b993-4c2e-a8b7-0abdb2856a88 2018-10-26 09:33:50,956 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:33:51,324 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e69ae4b5939a48f6a65831fd0d5e7efb", "name": "CreateImageSuccessTests-34bd03dc-e15a-427-proj-role"}], "expires_at": "2018-10-26T10:33:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d2a182b0636f4947a904532c34addb1a", "name": "CreateImageSuccessTests-34bd03dc-e15a-427-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/d2a182b0636f4947a904532c34addb1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/d2a182b0636f4947a904532c34addb1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/d2a182b0636f4947a904532c34addb1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/d2a182b0636f4947a904532c34addb1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/d2a182b0636f4947a904532c34addb1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/d2a182b0636f4947a904532c34addb1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d2a182b0636f4947a904532c34addb1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/d2a182b0636f4947a904532c34addb1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/d2a182b0636f4947a904532c34addb1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d2a182b0636f4947a904532c34addb1a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/d2a182b0636f4947a904532c34addb1a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/d2a182b0636f4947a904532c34addb1a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-34bd03dc-e15a-427-user", "id": "7fcaed41605143fca459c8ea733692c4"}, "audit_ids": ["qJeRW9OMTGiLrItYPlOOyA"], "issued_at": "2018-10-26T09:33:51.000000Z"}} 2018-10-26 09:33:51,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-e3581238-b993-4c2e-a8b7-0abdb2856a88 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}86adb57cecc0f35ea80db5d8041f39d3280bc75b" 2018-10-26 09:33:51,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-8e505c4c-8bdf-498a-9116-783ac0d93e46 Date: Fri, 26 Oct 2018 09:33:51 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-e3581238-b993-4c2e-a8b7-0abdb2856a88", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:33:49Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:33:50Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/0d560380-1a22-45d8-8f54-37a73026a395/snap", "metadata": {}}], "self": "/v2/images/0d560380-1a22-45d8-8f54-37a73026a395", "min_disk": 0, "protected": false, "id": "0d560380-1a22-45d8-8f54-37a73026a395", "file": "/v2/images/0d560380-1a22-45d8-8f54-37a73026a395/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "d2a182b0636f4947a904532c34addb1a", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/0d560380-1a22-45d8-8f54-37a73026a395/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-e3581238-b993-4c2e-a8b7-0abdb2856a88"} 2018-10-26 09:33:51,586 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-e3581238-b993-4c2e-a8b7-0abdb2856a88 used request id req-8e505c4c-8bdf-498a-9116-783ac0d93e46 2018-10-26 09:33:51,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}86adb57cecc0f35ea80db5d8041f39d3280bc75b" 2018-10-26 09:33:51,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-044af943-fdf0-4374-aa4c-78e2e5452ca5 Date: Fri, 26 Oct 2018 09:33: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-26 09:33:51,731 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-044af943-fdf0-4374-aa4c-78e2e5452ca5 2018-10-26 09:33:51,734 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-e3581238-b993-4c2e-a8b7-0abdb2856a88 2018-10-26 09:33:51,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/0d560380-1a22-45d8-8f54-37a73026a395 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}86adb57cecc0f35ea80db5d8041f39d3280bc75b" 2018-10-26 09:33:52,873 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0cb48e65-62b1-4b29-bdf9-659f0d23965f Date: Fri, 26 Oct 2018 09:33:52 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-26 09:33:52,874 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/0d560380-1a22-45d8-8f54-37a73026a395 used request id req-0cb48e65-62b1-4b29-bdf9-659f0d23965f 2018-10-26 09:33:52,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-e3581238-b993-4c2e-a8b7-0abdb2856a88 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}86adb57cecc0f35ea80db5d8041f39d3280bc75b" 2018-10-26 09:33:53,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-628d443c-ff3e-413f-90e4-371944685cc3 Date: Fri, 26 Oct 2018 09:33:53 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-e3581238-b993-4c2e-a8b7-0abdb2856a88"} 2018-10-26 09:33:53,053 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-e3581238-b993-4c2e-a8b7-0abdb2856a88 used request id req-628d443c-ff3e-413f-90e4-371944685cc3 2018-10-26 09:33:53,054 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-e3581238-b993-4c2e-a8b7-0abdb2856a88 2018-10-26 09:33:53,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/0d560380-1a22-45d8-8f54-37a73026a395 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}42b34d683785a18c172dfa19843e3b5e14b05122" 2018-10-26 09:33:53,587 - keystoneauth.session - DEBUG - RESP: [404] Content-Length: 189 Content-Type: text/html; charset=UTF-8 X-Openstack-Request-Id: req-7f553a61-6a55-4b63-a27c-a1099740d201 Date: Fri, 26 Oct 2018 09: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-26 09:33:53,587 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/0d560380-1a22-45d8-8f54-37a73026a395 used request id req-7f553a61-6a55-4b63-a27c-a1099740d201 2018-10-26 09:33:53,587 - glanceclient.common.http - DEBUG - Request returned failure status 404. 2018-10-26 09:33:53,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ce1ffc77d2906560e7e54b9c589468af3a4ecec" 2018-10-26 09:33:53,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-14fc5707-e5ef-47da-9fa5-df652dd3ba49 Date: Fri, 26 Oct 2018 09:33:53 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:33:53,825 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-14fc5707-e5ef-47da-9fa5-df652dd3ba49 2018-10-26 09:33:53,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ce1ffc77d2906560e7e54b9c589468af3a4ecec" 2018-10-26 09:33:53,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfe3e101-c919-47f8-9514-e0924e51cf8e 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:33:53,917 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-cfe3e101-c919-47f8-9514-e0924e51cf8e 2018-10-26 09:33:53,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ce1ffc77d2906560e7e54b9c589468af3a4ecec" 2018-10-26 09:33:54,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f64ab93-bb6c-4d53-a3de-148423eb6221 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:33:54,011 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-1f64ab93-bb6c-4d53-a3de-148423eb6221 2018-10-26 09:33:54,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ce1ffc77d2906560e7e54b9c589468af3a4ecec" 2018-10-26 09:33:54,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e0da7f7-b8f6-4c20-9ba5-92bc2f7313eb 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:33:54,097 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-7e0da7f7-b8f6-4c20-9ba5-92bc2f7313eb 2018-10-26 09:33:54,098 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-34bd03dc-e15a-427-proj 2018-10-26 09:33:54,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/d2a182b0636f4947a904532c34addb1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ce1ffc77d2906560e7e54b9c589468af3a4ecec" 2018-10-26 09:33:54,303 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:33:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3a9a4e20-5354-4e37-ae4c-fcd98c1e281a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:33:54,303 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/d2a182b0636f4947a904532c34addb1a used request id req-3a9a4e20-5354-4e37-ae4c-fcd98c1e281a 2018-10-26 09:33:54,304 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-34bd03dc-e15a-427-proj-role 2018-10-26 09:33:54,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/e69ae4b5939a48f6a65831fd0d5e7efb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ce1ffc77d2906560e7e54b9c589468af3a4ecec" 2018-10-26 09:33:54,430 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:33:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9a5870ac-edac-43d5-bd68-3616b421e680 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:33:54,430 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/e69ae4b5939a48f6a65831fd0d5e7efb used request id req-9a5870ac-edac-43d5-bd68-3616b421e680 2018-10-26 09:33:54,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ce1ffc77d2906560e7e54b9c589468af3a4ecec" 2018-10-26 09:33:54,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb63e19e-b3b7-4c36-9a36-8bda740b0418 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:33:54,521 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-cb63e19e-b3b7-4c36-9a36-8bda740b0418 2018-10-26 09:33:54,522 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-34bd03dc-e15a-427-user 2018-10-26 09:33:54,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/7fcaed41605143fca459c8ea733692c4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcaf072ed540dd92d18ffa72a750e74896a3b13e" 2018-10-26 09:33:54,717 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:33:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e5af453a-435c-45a2-a5dd-558b8061fb26 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:33:54,717 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/7fcaed41605143fca459c8ea733692c4 used request id req-e5af453a-435c-45a2-a5dd-558b8061fb26 2018-10-26 09:33:54,719 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:33:55,104 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:33:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["7yIaAkAzRiiKASRfaicTRg"], "issued_at": "2018-10-26T09:33:55.000000Z"}} 2018-10-26 09:33:55,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11449b7abaeb4154e4898f4e19f50796f0e16bc5" 2018-10-26 09:33:55,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1e09831-cfd4-42ff-afb1-72801ebd712e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:33:55,181 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b1e09831-cfd4-42ff-afb1-72801ebd712e 2018-10-26 09:33:55,182 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:33:55,183 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:33:55,567 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:33:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["rtLUpH8TSsq6rYQ-VRF9XQ"], "issued_at": "2018-10-26T09:33:55.000000Z"}} 2018-10-26 09:33:55,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2a1731348a4d4845e51dc6bb32862f0241f6417" 2018-10-26 09:33:55,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fcdbd7f-c988-4d82-8c4e-c60b7481eced Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:33:55,650 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5fcdbd7f-c988-4d82-8c4e-c60b7481eced 2018-10-26 09:33:55,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:33:55,660 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:33:55,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-c62f1f45-50ff-4f7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2a1731348a4d4845e51dc6bb32862f0241f6417" 2018-10-26 09:33:55,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39556433-5c98-49e6-ab00-8bc75deebf7e Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-c62f1f45-50ff-4f7-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:33:55,748 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-c62f1f45-50ff-4f7-proj used request id req-39556433-5c98-49e6-ab00-8bc75deebf7e 2018-10-26 09:33:55,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2a1731348a4d4845e51dc6bb32862f0241f6417" 2018-10-26 09:33:55,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82e8aa39-00d3-4b00-9fb3-956de6cb21b8 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:33:55,837 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-82e8aa39-00d3-4b00-9fb3-956de6cb21b8 2018-10-26 09:33:55,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2a1731348a4d4845e51dc6bb32862f0241f6417" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-c62f1f45-50ff-4f7-proj"}}' 2018-10-26 09:33:55,945 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:33:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ec0f2fb3-2785-499b-abbd-0c1debf6e71c Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3efb29d5abb8435f9703f10689fa9a32"}, "enabled": true, "id": "3efb29d5abb8435f9703f10689fa9a32", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-c62f1f45-50ff-4f7-proj"}} 2018-10-26 09:33:55,945 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-ec0f2fb3-2785-499b-abbd-0c1debf6e71c 2018-10-26 09:33:55,945 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-c62f1f45-50ff-4f7-proj 2018-10-26 09:33:55,945 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:33:55,946 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:33:56,329 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:33:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["TkYKmmQoQFKMxtpWseHZmw"], "issued_at": "2018-10-26T09:33:56.000000Z"}} 2018-10-26 09:33:56,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}041931ef830334ee5276d36bc59114b00bd2f87c" 2018-10-26 09:33:56,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a1ef24f-d974-43b8-a7b9-62d43b9daa8d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:33:56,424 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-6a1ef24f-d974-43b8-a7b9-62d43b9daa8d 2018-10-26 09:33:56,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:33:56,434 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:33: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:33:56,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}041931ef830334ee5276d36bc59114b00bd2f87c" 2018-10-26 09:33:56,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6791ee1e-30d0-4c06-8bf5-5ebbd96c4423 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:33:56,540 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-6791ee1e-30d0-4c06-8bf5-5ebbd96c4423 2018-10-26 09:33:56,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateImageSuccessTests-c62f1f45-50ff-4f7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}041931ef830334ee5276d36bc59114b00bd2f87c" 2018-10-26 09:33:56,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1fe1ce1-cb3d-4c99-b512-cfd9fce59295 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateImageSuccessTests-c62f1f45-50ff-4f7-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3efb29d5abb8435f9703f10689fa9a32"}, "enabled": true, "id": "3efb29d5abb8435f9703f10689fa9a32", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-c62f1f45-50ff-4f7-proj"}]} 2018-10-26 09:33:56,633 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateImageSuccessTests-c62f1f45-50ff-4f7-proj used request id req-b1fe1ce1-cb3d-4c99-b512-cfd9fce59295 2018-10-26 09:33:56,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}041931ef830334ee5276d36bc59114b00bd2f87c" 2018-10-26 09:33:56,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dffc61bd-9fe3-43e3-9b43-e5eb20d509b8 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:33:56,721 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-dffc61bd-9fe3-43e3-9b43-e5eb20d509b8 2018-10-26 09:33:57,016 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-c62f1f45-50ff-4f7-user 2018-10-26 09:33:57,016 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:33:57,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2a1731348a4d4845e51dc6bb32862f0241f6417" 2018-10-26 09:33:57,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b263850-8063-4210-baf0-70d10de5a79f Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:33:57,113 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-1b263850-8063-4210-baf0-70d10de5a79f 2018-10-26 09:33:57,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2a1731348a4d4845e51dc6bb32862f0241f6417" -d '{"role": {"name": "CreateImageSuccessTests-c62f1f45-50ff-4f7-proj-role"}}' 2018-10-26 09:33:57,217 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:33:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ee683967-2003-4644-adfc-dfa35ab3f1f0 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e5898914179044a392e4e7dc5f08b970", "links": {"self": "http://172.30.9.21:5000/v3/roles/e5898914179044a392e4e7dc5f08b970"}, "name": "CreateImageSuccessTests-c62f1f45-50ff-4f7-proj-role"}} 2018-10-26 09:33:57,217 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-ee683967-2003-4644-adfc-dfa35ab3f1f0 2018-10-26 09:33:57,217 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-c62f1f45-50ff-4f7-proj-role 2018-10-26 09:33:57,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/e5898914179044a392e4e7dc5f08b970 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2a1731348a4d4845e51dc6bb32862f0241f6417" 2018-10-26 09:33:57,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8e986dd-71dd-4df3-8185-5acfed290c05 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/e5898914179044a392e4e7dc5f08b970"}, "domain_id": null, "name": "CreateImageSuccessTests-c62f1f45-50ff-4f7-proj-role", "id": "e5898914179044a392e4e7dc5f08b970"}} 2018-10-26 09:33:57,313 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/e5898914179044a392e4e7dc5f08b970 used request id req-d8e986dd-71dd-4df3-8185-5acfed290c05 2018-10-26 09:33:57,313 - keystone_utils - INFO - Granting role CreateImageSuccessTests-c62f1f45-50ff-4f7-proj-role to project CreateImageSuccessTests-c62f1f45-50ff-4f7-proj 2018-10-26 09:33:57,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/3efb29d5abb8435f9703f10689fa9a32/users/08c5b487dc5742ffba9e94f6ef16361f/roles/e5898914179044a392e4e7dc5f08b970 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2a1731348a4d4845e51dc6bb32862f0241f6417" 2018-10-26 09:33:57,381 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:33:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1507fcdf-b211-4fbe-81f9-0aba429b6aa3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:33:57,381 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/3efb29d5abb8435f9703f10689fa9a32/users/08c5b487dc5742ffba9e94f6ef16361f/roles/e5898914179044a392e4e7dc5f08b970 used request id req-1507fcdf-b211-4fbe-81f9-0aba429b6aa3 2018-10-26 09:33:57,382 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-26 09:33:57,382 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:33:57,383 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:33:57,757 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e5898914179044a392e4e7dc5f08b970", "name": "CreateImageSuccessTests-c62f1f45-50ff-4f7-proj-role"}], "expires_at": "2018-10-26T10:33:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3efb29d5abb8435f9703f10689fa9a32", "name": "CreateImageSuccessTests-c62f1f45-50ff-4f7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/3efb29d5abb8435f9703f10689fa9a32", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/3efb29d5abb8435f9703f10689fa9a32", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/3efb29d5abb8435f9703f10689fa9a32", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/3efb29d5abb8435f9703f10689fa9a32", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/3efb29d5abb8435f9703f10689fa9a32", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/3efb29d5abb8435f9703f10689fa9a32", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/3efb29d5abb8435f9703f10689fa9a32", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/3efb29d5abb8435f9703f10689fa9a32", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/3efb29d5abb8435f9703f10689fa9a32", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/3efb29d5abb8435f9703f10689fa9a32", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/3efb29d5abb8435f9703f10689fa9a32", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/3efb29d5abb8435f9703f10689fa9a32", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-c62f1f45-50ff-4f7-user", "id": "08c5b487dc5742ffba9e94f6ef16361f"}, "audit_ids": ["3mZI-_I2RnifPXOUL4S9cg"], "issued_at": "2018-10-26T09:33:57.000000Z"}} 2018-10-26 09:33:57,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b771914a15d0aef6aadf20237cfc2d44637e369a" 2018-10-26 09:33:57,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:33:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2949c1c-3689-4e4e-97ec-0d39952a8c31 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:33:57,840 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c2949c1c-3689-4e4e-97ec-0d39952a8c31 2018-10-26 09:33:57,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-7f93fa07-c563-445d-9883-644a383f8a4a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b771914a15d0aef6aadf20237cfc2d44637e369a" 2018-10-26 09:33:58,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-e3cde42c-9262-4ca7-965d-db0af2e84245 Date: Fri, 26 Oct 2018 09:33:58 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-7f93fa07-c563-445d-9883-644a383f8a4a"} 2018-10-26 09:33:58,043 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-7f93fa07-c563-445d-9883-644a383f8a4a used request id req-e3cde42c-9262-4ca7-965d-db0af2e84245 2018-10-26 09:33:58,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b771914a15d0aef6aadf20237cfc2d44637e369a" 2018-10-26 09:33:58,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a653e45e-b623-4879-bbe7-50ad4ff0cac2 Date: Fri, 26 Oct 2018 09:33: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-26 09:33:58,191 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-a653e45e-b623-4879-bbe7-50ad4ff0cac2 2018-10-26 09:33:58,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b771914a15d0aef6aadf20237cfc2d44637e369a" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-7f93fa07-c563-445d-9883-644a383f8a4a"}' 2018-10-26 09:33:58,815 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/6cc85811-88d7-44dc-bfcc-dbaa05a07f46 X-Openstack-Request-Id: req-3c127d1e-3e8b-416f-a8d8-f9a32492e05e Date: Fri, 26 Oct 2018 09:33:58 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-7f93fa07-c563-445d-9883-644a383f8a4a", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:33:58Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-26T09:33:58Z", "visibility": "shared", "locations": [], "self": "/v2/images/6cc85811-88d7-44dc-bfcc-dbaa05a07f46", "min_disk": 0, "protected": false, "id": "6cc85811-88d7-44dc-bfcc-dbaa05a07f46", "file": "/v2/images/6cc85811-88d7-44dc-bfcc-dbaa05a07f46/file", "checksum": null, "owner": "3efb29d5abb8435f9703f10689fa9a32", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:33:58,815 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-3c127d1e-3e8b-416f-a8d8-f9a32492e05e 2018-10-26 09:33:58,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/6cc85811-88d7-44dc-bfcc-dbaa05a07f46/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b771914a15d0aef6aadf20237cfc2d44637e369a" -d '' 2018-10-26 09:34:00,512 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a2e6e055-3a29-4a94-876e-579e52299d57 Date: Fri, 26 Oct 2018 09:34: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-26 09:34:00,512 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/6cc85811-88d7-44dc-bfcc-dbaa05a07f46/file used request id req-a2e6e055-3a29-4a94-876e-579e52299d57 2018-10-26 09:34:00,513 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 09:34:00,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/6cc85811-88d7-44dc-bfcc-dbaa05a07f46 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b771914a15d0aef6aadf20237cfc2d44637e369a" 2018-10-26 09:34:00,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-5dd39f9c-ac0f-487f-8908-5668a5c71d2c Date: Fri, 26 Oct 2018 09:34:00 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-7f93fa07-c563-445d-9883-644a383f8a4a", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:33:58Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:34:00Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/6cc85811-88d7-44dc-bfcc-dbaa05a07f46/snap", "metadata": {}}], "self": "/v2/images/6cc85811-88d7-44dc-bfcc-dbaa05a07f46", "min_disk": 0, "protected": false, "id": "6cc85811-88d7-44dc-bfcc-dbaa05a07f46", "file": "/v2/images/6cc85811-88d7-44dc-bfcc-dbaa05a07f46/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3efb29d5abb8435f9703f10689fa9a32", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/6cc85811-88d7-44dc-bfcc-dbaa05a07f46/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:34:00,692 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/6cc85811-88d7-44dc-bfcc-dbaa05a07f46 used request id req-5dd39f9c-ac0f-487f-8908-5668a5c71d2c 2018-10-26 09:34:00,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b771914a15d0aef6aadf20237cfc2d44637e369a" 2018-10-26 09:34:01,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ce9bf8ad-0abb-44b7-8702-ed279f6756af Date: Fri, 26 Oct 2018 09:34: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-26 09:34:01,226 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-ce9bf8ad-0abb-44b7-8702-ed279f6756af 2018-10-26 09:34:01,229 - create_image - INFO - Created image with name - CreateImageSuccessTests-7f93fa07-c563-445d-9883-644a383f8a4a 2018-10-26 09:34:01,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/6cc85811-88d7-44dc-bfcc-dbaa05a07f46 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b771914a15d0aef6aadf20237cfc2d44637e369a" 2018-10-26 09:34:01,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-0c665cd3-3b8a-4ebd-b4b4-b26858f583d1 Date: Fri, 26 Oct 2018 09:34:01 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-7f93fa07-c563-445d-9883-644a383f8a4a", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:33:58Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:34:00Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/6cc85811-88d7-44dc-bfcc-dbaa05a07f46/snap", "metadata": {}}], "self": "/v2/images/6cc85811-88d7-44dc-bfcc-dbaa05a07f46", "min_disk": 0, "protected": false, "id": "6cc85811-88d7-44dc-bfcc-dbaa05a07f46", "file": "/v2/images/6cc85811-88d7-44dc-bfcc-dbaa05a07f46/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3efb29d5abb8435f9703f10689fa9a32", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/6cc85811-88d7-44dc-bfcc-dbaa05a07f46/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:34:01,250 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/6cc85811-88d7-44dc-bfcc-dbaa05a07f46 used request id req-0c665cd3-3b8a-4ebd-b4b4-b26858f583d1 2018-10-26 09:34:01,251 - create_image - DEBUG - Instance status is - active 2018-10-26 09:34:01,251 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-7f93fa07-c563-445d-9883-644a383f8a4a 2018-10-26 09:34:01,251 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-7f93fa07-c563-445d-9883-644a383f8a4a 2018-10-26 09:34:01,252 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:34:01,629 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e5898914179044a392e4e7dc5f08b970", "name": "CreateImageSuccessTests-c62f1f45-50ff-4f7-proj-role"}], "expires_at": "2018-10-26T10:34:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3efb29d5abb8435f9703f10689fa9a32", "name": "CreateImageSuccessTests-c62f1f45-50ff-4f7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/3efb29d5abb8435f9703f10689fa9a32", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/3efb29d5abb8435f9703f10689fa9a32", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/3efb29d5abb8435f9703f10689fa9a32", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/3efb29d5abb8435f9703f10689fa9a32", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/3efb29d5abb8435f9703f10689fa9a32", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/3efb29d5abb8435f9703f10689fa9a32", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/3efb29d5abb8435f9703f10689fa9a32", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/3efb29d5abb8435f9703f10689fa9a32", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/3efb29d5abb8435f9703f10689fa9a32", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/3efb29d5abb8435f9703f10689fa9a32", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/3efb29d5abb8435f9703f10689fa9a32", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/3efb29d5abb8435f9703f10689fa9a32", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-c62f1f45-50ff-4f7-user", "id": "08c5b487dc5742ffba9e94f6ef16361f"}, "audit_ids": ["5mELnNSJRnCmO0tc-89Bpg"], "issued_at": "2018-10-26T09:34:01.000000Z"}} 2018-10-26 09:34:01,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-7f93fa07-c563-445d-9883-644a383f8a4a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c85cf057c2585f3b43dfbe9c2bf29f6ca569758e" 2018-10-26 09:34:01,807 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-7ca9c18c-6ae4-4547-8faf-5447ebc131ee Date: Fri, 26 Oct 2018 09:34:01 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-7f93fa07-c563-445d-9883-644a383f8a4a", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:33:58Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:34:00Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/6cc85811-88d7-44dc-bfcc-dbaa05a07f46/snap", "metadata": {}}], "self": "/v2/images/6cc85811-88d7-44dc-bfcc-dbaa05a07f46", "min_disk": 0, "protected": false, "id": "6cc85811-88d7-44dc-bfcc-dbaa05a07f46", "file": "/v2/images/6cc85811-88d7-44dc-bfcc-dbaa05a07f46/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3efb29d5abb8435f9703f10689fa9a32", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/6cc85811-88d7-44dc-bfcc-dbaa05a07f46/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-7f93fa07-c563-445d-9883-644a383f8a4a"} 2018-10-26 09:34:01,808 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-7f93fa07-c563-445d-9883-644a383f8a4a used request id req-7ca9c18c-6ae4-4547-8faf-5447ebc131ee 2018-10-26 09:34:01,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c85cf057c2585f3b43dfbe9c2bf29f6ca569758e" 2018-10-26 09:34:01,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-64d03b41-23e7-47cf-8ab6-efac4d427e86 Date: Fri, 26 Oct 2018 09:34: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-26 09:34:01,960 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-64d03b41-23e7-47cf-8ab6-efac4d427e86 2018-10-26 09:34:01,963 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-7f93fa07-c563-445d-9883-644a383f8a4a 2018-10-26 09:34:01,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/6cc85811-88d7-44dc-bfcc-dbaa05a07f46 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b771914a15d0aef6aadf20237cfc2d44637e369a" 2018-10-26 09:34:03,032 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6580e9a7-d7c0-4604-bda2-d2ee43e6eb03 Date: Fri, 26 Oct 2018 09:34: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-26 09:34:03,032 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/6cc85811-88d7-44dc-bfcc-dbaa05a07f46 used request id req-6580e9a7-d7c0-4604-bda2-d2ee43e6eb03 2018-10-26 09:34:03,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2a1731348a4d4845e51dc6bb32862f0241f6417" 2018-10-26 09:34:03,262 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-a7cdab56-97be-4b6b-873f-7287173acc19 Date: Fri, 26 Oct 2018 09:34:03 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:34:03,263 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-a7cdab56-97be-4b6b-873f-7287173acc19 2018-10-26 09:34:03,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2a1731348a4d4845e51dc6bb32862f0241f6417" 2018-10-26 09:34:03,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7983b3e2-f708-4012-ab6b-c75205903b4b 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:34:03,371 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-7983b3e2-f708-4012-ab6b-c75205903b4b 2018-10-26 09:34:03,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2a1731348a4d4845e51dc6bb32862f0241f6417" 2018-10-26 09:34:03,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62b8d242-da0f-48aa-9bb9-8d858aa63f43 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:34:03,461 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-62b8d242-da0f-48aa-9bb9-8d858aa63f43 2018-10-26 09:34:03,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2a1731348a4d4845e51dc6bb32862f0241f6417" 2018-10-26 09:34:03,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb36b9f5-50f1-49cb-af46-099d1c33a346 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:34:03,566 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-eb36b9f5-50f1-49cb-af46-099d1c33a346 2018-10-26 09:34:03,567 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-c62f1f45-50ff-4f7-proj 2018-10-26 09:34:03,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/3efb29d5abb8435f9703f10689fa9a32 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2a1731348a4d4845e51dc6bb32862f0241f6417" 2018-10-26 09:34:03,793 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:34:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-25dc90bf-c697-40c4-bb22-045c92323386 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:34:03,794 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/3efb29d5abb8435f9703f10689fa9a32 used request id req-25dc90bf-c697-40c4-bb22-045c92323386 2018-10-26 09:34:03,794 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-c62f1f45-50ff-4f7-proj-role 2018-10-26 09:34:03,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/e5898914179044a392e4e7dc5f08b970 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2a1731348a4d4845e51dc6bb32862f0241f6417" 2018-10-26 09:34:03,915 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:34:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5fb7996a-0e95-4143-9154-88526eac950f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:34:03,915 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/e5898914179044a392e4e7dc5f08b970 used request id req-5fb7996a-0e95-4143-9154-88526eac950f 2018-10-26 09:34:03,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2a1731348a4d4845e51dc6bb32862f0241f6417" 2018-10-26 09:34:04,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53fe42b9-4116-40f7-b65a-2b7d83134518 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:34:04,017 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-53fe42b9-4116-40f7-b65a-2b7d83134518 2018-10-26 09:34:04,018 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-c62f1f45-50ff-4f7-user 2018-10-26 09:34:04,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/08c5b487dc5742ffba9e94f6ef16361f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}041931ef830334ee5276d36bc59114b00bd2f87c" 2018-10-26 09:34:04,196 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:34:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d2065af4-70e4-4b11-bc93-cf51cfcf0a04 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:34:04,197 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/08c5b487dc5742ffba9e94f6ef16361f used request id req-d2065af4-70e4-4b11-bc93-cf51cfcf0a04 2018-10-26 09:34:04,198 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:34:04,580 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:34:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["LI4FHASjTi-cPVHtXEJUPA"], "issued_at": "2018-10-26T09:34:04.000000Z"}} 2018-10-26 09:34:04,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d1327611888b8656a38c914d6ea30774601bcf7" 2018-10-26 09:34:04,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f97f9a67-12fa-4a72-9960-51ff19ecc493 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:34:04,675 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f97f9a67-12fa-4a72-9960-51ff19ecc493 2018-10-26 09:34:04,677 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:34:04,678 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:34:05,054 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:34:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["O7ri1j9jT--H9GSRIUWG3A"], "issued_at": "2018-10-26T09:34:05.000000Z"}} 2018-10-26 09:34:05,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9670d8f064e9700fb9bb415655f227f0e0cf4ebf" 2018-10-26 09:34:05,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ce8de00-501d-4ad1-92f5-fc9535e28009 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:34:05,139 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8ce8de00-501d-4ad1-92f5-fc9535e28009 2018-10-26 09:34:05,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:34:05,149 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:34: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:34:05,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-05215992-7e8f-4e9-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9670d8f064e9700fb9bb415655f227f0e0cf4ebf" 2018-10-26 09:34:05,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c95eaba-d3d8-40ae-843d-27807a07a31f Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-05215992-7e8f-4e9-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:34:05,231 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-05215992-7e8f-4e9-proj used request id req-1c95eaba-d3d8-40ae-843d-27807a07a31f 2018-10-26 09:34:05,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9670d8f064e9700fb9bb415655f227f0e0cf4ebf" 2018-10-26 09:34:05,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1a2ab66-f4e4-45f5-a11b-53a7825e7337 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:34:05,322 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-a1a2ab66-f4e4-45f5-a11b-53a7825e7337 2018-10-26 09:34:05,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9670d8f064e9700fb9bb415655f227f0e0cf4ebf" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-05215992-7e8f-4e9-proj"}}' 2018-10-26 09:34:05,448 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:34:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2c075633-14b8-456f-bf6f-8664885e7b9e Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c98c3c3a12204af8be5f37908fb56d19"}, "enabled": true, "id": "c98c3c3a12204af8be5f37908fb56d19", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-05215992-7e8f-4e9-proj"}} 2018-10-26 09:34:05,448 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-2c075633-14b8-456f-bf6f-8664885e7b9e 2018-10-26 09:34:05,449 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-05215992-7e8f-4e9-proj 2018-10-26 09:34:05,449 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:34:05,450 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:34:05,823 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:34:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["CTWgcSWaR1a3L00V6ZqBRQ"], "issued_at": "2018-10-26T09:34:05.000000Z"}} 2018-10-26 09:34:05,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}187618a13d18f9416b594ff3e2c06d537489d1e5" 2018-10-26 09:34:05,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c7a4cfb-88a7-4ae0-8bc1-1aa4d7ade3b7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:34:05,914 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-4c7a4cfb-88a7-4ae0-8bc1-1aa4d7ade3b7 2018-10-26 09:34:05,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:34:05,925 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:34: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:34:05,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}187618a13d18f9416b594ff3e2c06d537489d1e5" 2018-10-26 09:34:06,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29b3e1ab-ed0a-4dad-b69e-1fcf2b9d4cbe Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:34:06,026 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-29b3e1ab-ed0a-4dad-b69e-1fcf2b9d4cbe 2018-10-26 09:34:06,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateImageSuccessTests-05215992-7e8f-4e9-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}187618a13d18f9416b594ff3e2c06d537489d1e5" 2018-10-26 09:34:06,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88390951-89af-46b9-8a42-a5b3b3ffc6d9 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateImageSuccessTests-05215992-7e8f-4e9-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c98c3c3a12204af8be5f37908fb56d19"}, "enabled": true, "id": "c98c3c3a12204af8be5f37908fb56d19", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-05215992-7e8f-4e9-proj"}]} 2018-10-26 09:34:06,048 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateImageSuccessTests-05215992-7e8f-4e9-proj used request id req-88390951-89af-46b9-8a42-a5b3b3ffc6d9 2018-10-26 09:34:06,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}187618a13d18f9416b594ff3e2c06d537489d1e5" 2018-10-26 09:34:06,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fc4c682-b280-4f36-b124-442fa7010c9b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:34:06,153 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-1fc4c682-b280-4f36-b124-442fa7010c9b 2018-10-26 09:34:06,504 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-05215992-7e8f-4e9-user 2018-10-26 09:34:06,504 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:34:06,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9670d8f064e9700fb9bb415655f227f0e0cf4ebf" 2018-10-26 09:34:06,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9eb9ea2-36d6-4868-b076-f785f4251539 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:34:06,595 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-b9eb9ea2-36d6-4868-b076-f785f4251539 2018-10-26 09:34:06,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9670d8f064e9700fb9bb415655f227f0e0cf4ebf" -d '{"role": {"name": "CreateImageSuccessTests-05215992-7e8f-4e9-proj-role"}}' 2018-10-26 09:34:06,720 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:34:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1c37b6f1-825d-47da-a1b7-94ae6e37a9e2 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e75152e12ddf465296aacf7c26c6c83b", "links": {"self": "http://172.30.9.21:5000/v3/roles/e75152e12ddf465296aacf7c26c6c83b"}, "name": "CreateImageSuccessTests-05215992-7e8f-4e9-proj-role"}} 2018-10-26 09:34:06,720 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-1c37b6f1-825d-47da-a1b7-94ae6e37a9e2 2018-10-26 09:34:06,720 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-05215992-7e8f-4e9-proj-role 2018-10-26 09:34:06,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/e75152e12ddf465296aacf7c26c6c83b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9670d8f064e9700fb9bb415655f227f0e0cf4ebf" 2018-10-26 09:34:06,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1b6c142-e2c6-4d99-a327-63c917e8cb1e Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/e75152e12ddf465296aacf7c26c6c83b"}, "domain_id": null, "name": "CreateImageSuccessTests-05215992-7e8f-4e9-proj-role", "id": "e75152e12ddf465296aacf7c26c6c83b"}} 2018-10-26 09:34:06,806 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/e75152e12ddf465296aacf7c26c6c83b used request id req-c1b6c142-e2c6-4d99-a327-63c917e8cb1e 2018-10-26 09:34:06,806 - keystone_utils - INFO - Granting role CreateImageSuccessTests-05215992-7e8f-4e9-proj-role to project CreateImageSuccessTests-05215992-7e8f-4e9-proj 2018-10-26 09:34:06,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/c98c3c3a12204af8be5f37908fb56d19/users/5cf08acd9a044e8ebf516ae340bd9b72/roles/e75152e12ddf465296aacf7c26c6c83b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9670d8f064e9700fb9bb415655f227f0e0cf4ebf" 2018-10-26 09:34:06,941 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:34:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e370a2af-a488-4885-ab62-7c99aa4fd4b4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:34:06,942 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/c98c3c3a12204af8be5f37908fb56d19/users/5cf08acd9a044e8ebf516ae340bd9b72/roles/e75152e12ddf465296aacf7c26c6c83b used request id req-e370a2af-a488-4885-ab62-7c99aa4fd4b4 2018-10-26 09:34:06,943 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-26 09:34:06,943 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:34:06,944 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:34:07,325 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e75152e12ddf465296aacf7c26c6c83b", "name": "CreateImageSuccessTests-05215992-7e8f-4e9-proj-role"}], "expires_at": "2018-10-26T10:34:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c98c3c3a12204af8be5f37908fb56d19", "name": "CreateImageSuccessTests-05215992-7e8f-4e9-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c98c3c3a12204af8be5f37908fb56d19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/c98c3c3a12204af8be5f37908fb56d19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/c98c3c3a12204af8be5f37908fb56d19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c98c3c3a12204af8be5f37908fb56d19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/c98c3c3a12204af8be5f37908fb56d19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/c98c3c3a12204af8be5f37908fb56d19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/c98c3c3a12204af8be5f37908fb56d19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/c98c3c3a12204af8be5f37908fb56d19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/c98c3c3a12204af8be5f37908fb56d19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/c98c3c3a12204af8be5f37908fb56d19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/c98c3c3a12204af8be5f37908fb56d19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/c98c3c3a12204af8be5f37908fb56d19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-05215992-7e8f-4e9-user", "id": "5cf08acd9a044e8ebf516ae340bd9b72"}, "audit_ids": ["RoIXlMavSXGC3Sdjo7D6tA"], "issued_at": "2018-10-26T09:34:07.000000Z"}} 2018-10-26 09:34:07,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1a3b7373ec167c639aeabdf7501c70a8ed383c4" 2018-10-26 09:34:07,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6caa49f-0b90-44b1-b73c-ed0a8e3d303a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:34:07,396 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a6caa49f-0b90-44b1-b73c-ed0a8e3d303a 2018-10-26 09:34:07,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-4257764c-af78-446d-93b5-a5cf636b72eb -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b1a3b7373ec167c639aeabdf7501c70a8ed383c4" 2018-10-26 09:34:07,562 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-676811ec-818d-4d26-88f7-1e137c2bdd77 Date: Fri, 26 Oct 2018 09:34:07 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-4257764c-af78-446d-93b5-a5cf636b72eb"} 2018-10-26 09:34:07,562 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-4257764c-af78-446d-93b5-a5cf636b72eb used request id req-676811ec-818d-4d26-88f7-1e137c2bdd77 2018-10-26 09:34:07,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b1a3b7373ec167c639aeabdf7501c70a8ed383c4" 2018-10-26 09:34:07,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-8eaad1f7-9c79-4439-8b6f-af7ef92f20f7 Date: Fri, 26 Oct 2018 09:34: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-26 09:34:07,722 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-8eaad1f7-9c79-4439-8b6f-af7ef92f20f7 2018-10-26 09:34:07,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b1a3b7373ec167c639aeabdf7501c70a8ed383c4" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-4257764c-af78-446d-93b5-a5cf636b72eb"}' 2018-10-26 09:34:07,944 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/489063c7-d81e-47f2-9cd7-b0aee41df97f X-Openstack-Request-Id: req-78aa6f7a-57e4-45f1-9e2c-cdd357633fa7 Date: Fri, 26 Oct 2018 09:34:07 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-4257764c-af78-446d-93b5-a5cf636b72eb", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:34:07Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-26T09:34:07Z", "visibility": "shared", "locations": [], "self": "/v2/images/489063c7-d81e-47f2-9cd7-b0aee41df97f", "min_disk": 0, "protected": false, "id": "489063c7-d81e-47f2-9cd7-b0aee41df97f", "file": "/v2/images/489063c7-d81e-47f2-9cd7-b0aee41df97f/file", "checksum": null, "owner": "c98c3c3a12204af8be5f37908fb56d19", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:34:07,945 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-78aa6f7a-57e4-45f1-9e2c-cdd357633fa7 2018-10-26 09:34:07,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/489063c7-d81e-47f2-9cd7-b0aee41df97f/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b1a3b7373ec167c639aeabdf7501c70a8ed383c4" -d '' 2018-10-26 09:34:09,655 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e4cc511b-43e4-4f34-bfb3-5ebb698c2c3b Date: Fri, 26 Oct 2018 09:34:09 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-26 09:34:09,656 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/489063c7-d81e-47f2-9cd7-b0aee41df97f/file used request id req-e4cc511b-43e4-4f34-bfb3-5ebb698c2c3b 2018-10-26 09:34:09,656 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 09:34:09,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/489063c7-d81e-47f2-9cd7-b0aee41df97f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b1a3b7373ec167c639aeabdf7501c70a8ed383c4" 2018-10-26 09:34:09,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-336bb06a-1211-408d-831a-35330669cbf0 Date: Fri, 26 Oct 2018 09:34:09 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-4257764c-af78-446d-93b5-a5cf636b72eb", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:34:07Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:34:09Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/489063c7-d81e-47f2-9cd7-b0aee41df97f/snap", "metadata": {}}], "self": "/v2/images/489063c7-d81e-47f2-9cd7-b0aee41df97f", "min_disk": 0, "protected": false, "id": "489063c7-d81e-47f2-9cd7-b0aee41df97f", "file": "/v2/images/489063c7-d81e-47f2-9cd7-b0aee41df97f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c98c3c3a12204af8be5f37908fb56d19", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/489063c7-d81e-47f2-9cd7-b0aee41df97f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:34:09,824 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/489063c7-d81e-47f2-9cd7-b0aee41df97f used request id req-336bb06a-1211-408d-831a-35330669cbf0 2018-10-26 09:34:09,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b1a3b7373ec167c639aeabdf7501c70a8ed383c4" 2018-10-26 09:34:09,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-3caf3101-c900-4be9-8612-016302f0bcfd Date: Fri, 26 Oct 2018 09:34: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-26 09:34:09,978 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-3caf3101-c900-4be9-8612-016302f0bcfd 2018-10-26 09:34:09,981 - create_image - INFO - Created image with name - CreateImageSuccessTests-4257764c-af78-446d-93b5-a5cf636b72eb 2018-10-26 09:34:09,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/489063c7-d81e-47f2-9cd7-b0aee41df97f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b1a3b7373ec167c639aeabdf7501c70a8ed383c4" 2018-10-26 09:34:10,136 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-6b815d30-8732-46f3-ad8b-19fb84afd818 Date: Fri, 26 Oct 2018 09:34:10 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-4257764c-af78-446d-93b5-a5cf636b72eb", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:34:07Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:34:09Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/489063c7-d81e-47f2-9cd7-b0aee41df97f/snap", "metadata": {}}], "self": "/v2/images/489063c7-d81e-47f2-9cd7-b0aee41df97f", "min_disk": 0, "protected": false, "id": "489063c7-d81e-47f2-9cd7-b0aee41df97f", "file": "/v2/images/489063c7-d81e-47f2-9cd7-b0aee41df97f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c98c3c3a12204af8be5f37908fb56d19", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/489063c7-d81e-47f2-9cd7-b0aee41df97f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:34:10,136 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/489063c7-d81e-47f2-9cd7-b0aee41df97f used request id req-6b815d30-8732-46f3-ad8b-19fb84afd818 2018-10-26 09:34:10,137 - create_image - DEBUG - Instance status is - active 2018-10-26 09:34:10,137 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-4257764c-af78-446d-93b5-a5cf636b72eb 2018-10-26 09:34:10,137 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-4257764c-af78-446d-93b5-a5cf636b72eb 2018-10-26 09:34:10,137 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:34:10,513 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e75152e12ddf465296aacf7c26c6c83b", "name": "CreateImageSuccessTests-05215992-7e8f-4e9-proj-role"}], "expires_at": "2018-10-26T10:34:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c98c3c3a12204af8be5f37908fb56d19", "name": "CreateImageSuccessTests-05215992-7e8f-4e9-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c98c3c3a12204af8be5f37908fb56d19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/c98c3c3a12204af8be5f37908fb56d19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/c98c3c3a12204af8be5f37908fb56d19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c98c3c3a12204af8be5f37908fb56d19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/c98c3c3a12204af8be5f37908fb56d19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/c98c3c3a12204af8be5f37908fb56d19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/c98c3c3a12204af8be5f37908fb56d19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/c98c3c3a12204af8be5f37908fb56d19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/c98c3c3a12204af8be5f37908fb56d19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/c98c3c3a12204af8be5f37908fb56d19", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/c98c3c3a12204af8be5f37908fb56d19", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/c98c3c3a12204af8be5f37908fb56d19", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-05215992-7e8f-4e9-user", "id": "5cf08acd9a044e8ebf516ae340bd9b72"}, "audit_ids": ["si9SHaIqQ2CSnVIS8zdI9Q"], "issued_at": "2018-10-26T09:34:10.000000Z"}} 2018-10-26 09:34:10,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-4257764c-af78-446d-93b5-a5cf636b72eb -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}617a866520053f5c71adc88fac59b47697c90572" 2018-10-26 09:34:10,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-1c40d7d5-2762-4e89-aae1-6c6bd42d10a6 Date: Fri, 26 Oct 2018 09:34:10 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-4257764c-af78-446d-93b5-a5cf636b72eb", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:34:07Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:34:09Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/489063c7-d81e-47f2-9cd7-b0aee41df97f/snap", "metadata": {}}], "self": "/v2/images/489063c7-d81e-47f2-9cd7-b0aee41df97f", "min_disk": 0, "protected": false, "id": "489063c7-d81e-47f2-9cd7-b0aee41df97f", "file": "/v2/images/489063c7-d81e-47f2-9cd7-b0aee41df97f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c98c3c3a12204af8be5f37908fb56d19", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/489063c7-d81e-47f2-9cd7-b0aee41df97f/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-4257764c-af78-446d-93b5-a5cf636b72eb"} 2018-10-26 09:34:10,695 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-4257764c-af78-446d-93b5-a5cf636b72eb used request id req-1c40d7d5-2762-4e89-aae1-6c6bd42d10a6 2018-10-26 09:34:10,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}617a866520053f5c71adc88fac59b47697c90572" 2018-10-26 09:34:10,866 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1648a628-6163-4ce4-a6ee-e8ad96d3f6bb Date: Fri, 26 Oct 2018 09:34: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-26 09:34:10,867 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-1648a628-6163-4ce4-a6ee-e8ad96d3f6bb 2018-10-26 09:34:10,869 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-4257764c-af78-446d-93b5-a5cf636b72eb 2018-10-26 09:34:10,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/489063c7-d81e-47f2-9cd7-b0aee41df97f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b1a3b7373ec167c639aeabdf7501c70a8ed383c4" 2018-10-26 09:34:11,965 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6f79e97b-0cca-4b1a-a32b-4b1c736a9236 Date: Fri, 26 Oct 2018 09:34: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-26 09:34:11,965 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/489063c7-d81e-47f2-9cd7-b0aee41df97f used request id req-6f79e97b-0cca-4b1a-a32b-4b1c736a9236 2018-10-26 09:34:11,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9670d8f064e9700fb9bb415655f227f0e0cf4ebf" 2018-10-26 09:34:12,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-fe1069e3-2e60-4603-8794-09ff117f24d6 Date: Fri, 26 Oct 2018 09:34:12 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:34:12,180 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-fe1069e3-2e60-4603-8794-09ff117f24d6 2018-10-26 09:34:12,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9670d8f064e9700fb9bb415655f227f0e0cf4ebf" 2018-10-26 09:34:12,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5abb036-b1d3-43ae-afa1-9b9b2fb850e2 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:34:12,274 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-c5abb036-b1d3-43ae-afa1-9b9b2fb850e2 2018-10-26 09:34:12,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9670d8f064e9700fb9bb415655f227f0e0cf4ebf" 2018-10-26 09:34:12,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2cd3081d-4f22-4b22-94fd-8aa5cca3b406 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:34:12,357 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-2cd3081d-4f22-4b22-94fd-8aa5cca3b406 2018-10-26 09:34:12,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9670d8f064e9700fb9bb415655f227f0e0cf4ebf" 2018-10-26 09:34:12,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6646a3c-438c-4ca8-a6cb-235e89952f97 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:34:12,445 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-a6646a3c-438c-4ca8-a6cb-235e89952f97 2018-10-26 09:34:12,446 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-05215992-7e8f-4e9-proj 2018-10-26 09:34:12,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/c98c3c3a12204af8be5f37908fb56d19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9670d8f064e9700fb9bb415655f227f0e0cf4ebf" 2018-10-26 09:34:12,660 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:34:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7d63f219-793f-4bea-a84a-5f46d0c08f19 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:34:12,660 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/c98c3c3a12204af8be5f37908fb56d19 used request id req-7d63f219-793f-4bea-a84a-5f46d0c08f19 2018-10-26 09:34:12,661 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-05215992-7e8f-4e9-proj-role 2018-10-26 09:34:12,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/e75152e12ddf465296aacf7c26c6c83b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9670d8f064e9700fb9bb415655f227f0e0cf4ebf" 2018-10-26 09:34:12,758 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:34:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ee610561-d963-490d-946e-69b1dfb207aa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:34:12,759 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/e75152e12ddf465296aacf7c26c6c83b used request id req-ee610561-d963-490d-946e-69b1dfb207aa 2018-10-26 09:34:12,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9670d8f064e9700fb9bb415655f227f0e0cf4ebf" 2018-10-26 09:34:12,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aedbe517-8a1c-4e90-9316-7063dabd7d06 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:34:12,850 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-aedbe517-8a1c-4e90-9316-7063dabd7d06 2018-10-26 09:34:12,851 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-05215992-7e8f-4e9-user 2018-10-26 09:34:12,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/5cf08acd9a044e8ebf516ae340bd9b72 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}187618a13d18f9416b594ff3e2c06d537489d1e5" 2018-10-26 09:34:13,029 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:34:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b76d2c48-0daf-4aaa-8b68-9c4df1ffe7a5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:34:13,029 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/5cf08acd9a044e8ebf516ae340bd9b72 used request id req-b76d2c48-0daf-4aaa-8b68-9c4df1ffe7a5 2018-10-26 09:34:13,031 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:34:13,410 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:34:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["RQdxlETlS9Cb3BcdOi-ddQ"], "issued_at": "2018-10-26T09:34:13.000000Z"}} 2018-10-26 09:34:13,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54c14c6e1f1a0393b739f3f8a1092d161e6eaa10" 2018-10-26 09:34:13,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-300c7424-7664-4c72-8654-4aceeec4291d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:34:13,495 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-300c7424-7664-4c72-8654-4aceeec4291d 2018-10-26 09:34:13,496 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:34:13,497 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:34:13,886 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:34:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["7WZXyZM1SeWRce9g0Xkbbg"], "issued_at": "2018-10-26T09:34:13.000000Z"}} 2018-10-26 09:34:13,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f5c4de378f3a8115eff64488849806dde37443b" 2018-10-26 09:34:13,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df51ae2b-0190-476e-ae0f-0d4f1f423ff5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:34:13,968 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-df51ae2b-0190-476e-ae0f-0d4f1f423ff5 2018-10-26 09:34:13,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:34:13,980 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:34: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:34:13,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-c49b8a44-c0d9-481-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f5c4de378f3a8115eff64488849806dde37443b" 2018-10-26 09:34:14,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d63601ee-e034-492c-8251-32699681ee2e Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-c49b8a44-c0d9-481-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:34:14,070 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-c49b8a44-c0d9-481-proj used request id req-d63601ee-e034-492c-8251-32699681ee2e 2018-10-26 09:34:14,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f5c4de378f3a8115eff64488849806dde37443b" 2018-10-26 09:34:14,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7e8f37e-3bef-4a28-9795-56ad2e91836d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:34:14,161 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-a7e8f37e-3bef-4a28-9795-56ad2e91836d 2018-10-26 09:34:14,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f5c4de378f3a8115eff64488849806dde37443b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-c49b8a44-c0d9-481-proj"}}' 2018-10-26 09:34:14,298 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:34:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-76a2d4d2-f603-465f-bbeb-f3c9ddac34da Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/dc717fff8714478ab6258227037dc78c"}, "enabled": true, "id": "dc717fff8714478ab6258227037dc78c", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-c49b8a44-c0d9-481-proj"}} 2018-10-26 09:34:14,298 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-76a2d4d2-f603-465f-bbeb-f3c9ddac34da 2018-10-26 09:34:14,299 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-c49b8a44-c0d9-481-proj 2018-10-26 09:34:14,299 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:34:14,300 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:34:14,693 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:34:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["Y1QWHIklSK-Mj5mRnHI1kg"], "issued_at": "2018-10-26T09:34:14.000000Z"}} 2018-10-26 09:34:14,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d544ec2447c879ebd98cc8874e8d66a62c73dbe2" 2018-10-26 09:34:14,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39ee8f41-fb43-45e7-9db3-6dbe5ee70c1a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:34:14,706 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-39ee8f41-fb43-45e7-9db3-6dbe5ee70c1a 2018-10-26 09:34:14,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:34:14,715 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:34: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:34:14,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d544ec2447c879ebd98cc8874e8d66a62c73dbe2" 2018-10-26 09:34:14,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-863c6787-47d7-4b0e-90eb-b1b759217307 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:34:14,828 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-863c6787-47d7-4b0e-90eb-b1b759217307 2018-10-26 09:34:14,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateImageSuccessTests-c49b8a44-c0d9-481-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d544ec2447c879ebd98cc8874e8d66a62c73dbe2" 2018-10-26 09:34:14,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-788e3d3f-9db2-4f18-a291-5b8bfaf39261 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateImageSuccessTests-c49b8a44-c0d9-481-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/dc717fff8714478ab6258227037dc78c"}, "enabled": true, "id": "dc717fff8714478ab6258227037dc78c", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-c49b8a44-c0d9-481-proj"}]} 2018-10-26 09:34:14,915 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateImageSuccessTests-c49b8a44-c0d9-481-proj used request id req-788e3d3f-9db2-4f18-a291-5b8bfaf39261 2018-10-26 09:34:14,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d544ec2447c879ebd98cc8874e8d66a62c73dbe2" 2018-10-26 09:34:15,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58ad4d72-179c-4f8c-bd20-36cfea5abf59 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:34:15,021 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-58ad4d72-179c-4f8c-bd20-36cfea5abf59 2018-10-26 09:34:15,390 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-c49b8a44-c0d9-481-user 2018-10-26 09:34:15,391 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:34:15,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f5c4de378f3a8115eff64488849806dde37443b" 2018-10-26 09:34:15,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d29437b-bc45-4f1e-8885-304c031b4df4 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:34:15,482 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-9d29437b-bc45-4f1e-8885-304c031b4df4 2018-10-26 09:34:15,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f5c4de378f3a8115eff64488849806dde37443b" -d '{"role": {"name": "CreateImageSuccessTests-c49b8a44-c0d9-481-proj-role"}}' 2018-10-26 09:34:15,599 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:34:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e4cf7f4a-d82b-4c63-8e65-ee80588fb1fb Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e32045ea65414e6f81b175e05378c4db", "links": {"self": "http://172.30.9.21:5000/v3/roles/e32045ea65414e6f81b175e05378c4db"}, "name": "CreateImageSuccessTests-c49b8a44-c0d9-481-proj-role"}} 2018-10-26 09:34:15,600 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-e4cf7f4a-d82b-4c63-8e65-ee80588fb1fb 2018-10-26 09:34:15,600 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-c49b8a44-c0d9-481-proj-role 2018-10-26 09:34:15,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/e32045ea65414e6f81b175e05378c4db -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f5c4de378f3a8115eff64488849806dde37443b" 2018-10-26 09:34:15,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0b16285-8604-4f16-9c0f-a096b224b3e2 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/e32045ea65414e6f81b175e05378c4db"}, "domain_id": null, "name": "CreateImageSuccessTests-c49b8a44-c0d9-481-proj-role", "id": "e32045ea65414e6f81b175e05378c4db"}} 2018-10-26 09:34:15,698 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/e32045ea65414e6f81b175e05378c4db used request id req-f0b16285-8604-4f16-9c0f-a096b224b3e2 2018-10-26 09:34:15,698 - keystone_utils - INFO - Granting role CreateImageSuccessTests-c49b8a44-c0d9-481-proj-role to project CreateImageSuccessTests-c49b8a44-c0d9-481-proj 2018-10-26 09:34:15,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/dc717fff8714478ab6258227037dc78c/users/f87872c998a84d2797385743190b9a9d/roles/e32045ea65414e6f81b175e05378c4db -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f5c4de378f3a8115eff64488849806dde37443b" 2018-10-26 09:34:15,911 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:34:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-807d6a07-d902-4aa7-ae80-566d1192c357 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:34:15,911 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/dc717fff8714478ab6258227037dc78c/users/f87872c998a84d2797385743190b9a9d/roles/e32045ea65414e6f81b175e05378c4db used request id req-807d6a07-d902-4aa7-ae80-566d1192c357 2018-10-26 09:34:15,912 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-26 09:34:15,912 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:34:15,913 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:34:16,295 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e32045ea65414e6f81b175e05378c4db", "name": "CreateImageSuccessTests-c49b8a44-c0d9-481-proj-role"}], "expires_at": "2018-10-26T10:34:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dc717fff8714478ab6258227037dc78c", "name": "CreateImageSuccessTests-c49b8a44-c0d9-481-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/dc717fff8714478ab6258227037dc78c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/dc717fff8714478ab6258227037dc78c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/dc717fff8714478ab6258227037dc78c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/dc717fff8714478ab6258227037dc78c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/dc717fff8714478ab6258227037dc78c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/dc717fff8714478ab6258227037dc78c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/dc717fff8714478ab6258227037dc78c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/dc717fff8714478ab6258227037dc78c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/dc717fff8714478ab6258227037dc78c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dc717fff8714478ab6258227037dc78c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/dc717fff8714478ab6258227037dc78c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/dc717fff8714478ab6258227037dc78c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-c49b8a44-c0d9-481-user", "id": "f87872c998a84d2797385743190b9a9d"}, "audit_ids": ["xlp-74QSQO2yRR-7dfwEDw"], "issued_at": "2018-10-26T09:34:16.000000Z"}} 2018-10-26 09:34:16,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc801206ead1fb60e468ac66645becd850baeaca" 2018-10-26 09:34:16,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8060e08-d92e-4e69-aa3a-7137a299402a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:34:16,371 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d8060e08-d92e-4e69-aa3a-7137a299402a 2018-10-26 09:34:16,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-c82934b5-82b2-4bea-98e0-d4ad5db01b1d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dc801206ead1fb60e468ac66645becd850baeaca" 2018-10-26 09:34:16,547 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-7b9bfbba-c725-406f-9ab0-5ea9c3e47f68 Date: Fri, 26 Oct 2018 09:34:16 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-c82934b5-82b2-4bea-98e0-d4ad5db01b1d"} 2018-10-26 09:34:16,547 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-c82934b5-82b2-4bea-98e0-d4ad5db01b1d used request id req-7b9bfbba-c725-406f-9ab0-5ea9c3e47f68 2018-10-26 09:34:16,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dc801206ead1fb60e468ac66645becd850baeaca" 2018-10-26 09:34:16,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9b7cebd9-fc13-49c8-8460-087388e629e7 Date: Fri, 26 Oct 2018 09:34: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-26 09:34:16,708 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-9b7cebd9-fc13-49c8-8460-087388e629e7 2018-10-26 09:34:16,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dc801206ead1fb60e468ac66645becd850baeaca" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-c82934b5-82b2-4bea-98e0-d4ad5db01b1d"}' 2018-10-26 09:34:16,946 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/294139b6-a0c9-445b-84ff-79bad2423a68 X-Openstack-Request-Id: req-dea029b0-0094-4ea1-95a2-6a6c06fac6a7 Date: Fri, 26 Oct 2018 09:34:16 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-c82934b5-82b2-4bea-98e0-d4ad5db01b1d", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:34:16Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-26T09:34:16Z", "visibility": "shared", "locations": [], "self": "/v2/images/294139b6-a0c9-445b-84ff-79bad2423a68", "min_disk": 0, "protected": false, "id": "294139b6-a0c9-445b-84ff-79bad2423a68", "file": "/v2/images/294139b6-a0c9-445b-84ff-79bad2423a68/file", "checksum": null, "owner": "dc717fff8714478ab6258227037dc78c", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:34:16,946 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-dea029b0-0094-4ea1-95a2-6a6c06fac6a7 2018-10-26 09:34:16,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/294139b6-a0c9-445b-84ff-79bad2423a68/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dc801206ead1fb60e468ac66645becd850baeaca" -d '' 2018-10-26 09:34:18,242 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-93455f27-ca57-4faf-b9d9-ac2e72d23761 Date: Fri, 26 Oct 2018 09:34: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-26 09:34:18,242 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/294139b6-a0c9-445b-84ff-79bad2423a68/file used request id req-93455f27-ca57-4faf-b9d9-ac2e72d23761 2018-10-26 09:34:18,242 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 09:34:18,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/294139b6-a0c9-445b-84ff-79bad2423a68 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dc801206ead1fb60e468ac66645becd850baeaca" 2018-10-26 09:34:18,422 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-3413e4d0-d9af-4dae-a0d9-0ff9ccc1fe1d Date: Fri, 26 Oct 2018 09:34:18 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-c82934b5-82b2-4bea-98e0-d4ad5db01b1d", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:34:16Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:34:18Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/294139b6-a0c9-445b-84ff-79bad2423a68/snap", "metadata": {}}], "self": "/v2/images/294139b6-a0c9-445b-84ff-79bad2423a68", "min_disk": 0, "protected": false, "id": "294139b6-a0c9-445b-84ff-79bad2423a68", "file": "/v2/images/294139b6-a0c9-445b-84ff-79bad2423a68/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "dc717fff8714478ab6258227037dc78c", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/294139b6-a0c9-445b-84ff-79bad2423a68/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:34:18,422 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/294139b6-a0c9-445b-84ff-79bad2423a68 used request id req-3413e4d0-d9af-4dae-a0d9-0ff9ccc1fe1d 2018-10-26 09:34:18,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dc801206ead1fb60e468ac66645becd850baeaca" 2018-10-26 09:34:18,581 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c547982f-70d1-4d6e-b2d6-8f06b12a6464 Date: Fri, 26 Oct 2018 09:34: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-26 09:34:18,582 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-c547982f-70d1-4d6e-b2d6-8f06b12a6464 2018-10-26 09:34:18,584 - create_image - INFO - Created image with name - CreateImageSuccessTests-c82934b5-82b2-4bea-98e0-d4ad5db01b1d 2018-10-26 09:34:18,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/294139b6-a0c9-445b-84ff-79bad2423a68 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dc801206ead1fb60e468ac66645becd850baeaca" 2018-10-26 09:34:18,762 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-f46e5f08-1340-4717-8896-47bec711f889 Date: Fri, 26 Oct 2018 09:34:18 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-c82934b5-82b2-4bea-98e0-d4ad5db01b1d", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:34:16Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:34:18Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/294139b6-a0c9-445b-84ff-79bad2423a68/snap", "metadata": {}}], "self": "/v2/images/294139b6-a0c9-445b-84ff-79bad2423a68", "min_disk": 0, "protected": false, "id": "294139b6-a0c9-445b-84ff-79bad2423a68", "file": "/v2/images/294139b6-a0c9-445b-84ff-79bad2423a68/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "dc717fff8714478ab6258227037dc78c", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/294139b6-a0c9-445b-84ff-79bad2423a68/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:34:18,762 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/294139b6-a0c9-445b-84ff-79bad2423a68 used request id req-f46e5f08-1340-4717-8896-47bec711f889 2018-10-26 09:34:18,763 - create_image - DEBUG - Instance status is - active 2018-10-26 09:34:18,763 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-c82934b5-82b2-4bea-98e0-d4ad5db01b1d 2018-10-26 09:34:18,763 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-c82934b5-82b2-4bea-98e0-d4ad5db01b1d 2018-10-26 09:34:18,763 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:34:19,131 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e32045ea65414e6f81b175e05378c4db", "name": "CreateImageSuccessTests-c49b8a44-c0d9-481-proj-role"}], "expires_at": "2018-10-26T10:34:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dc717fff8714478ab6258227037dc78c", "name": "CreateImageSuccessTests-c49b8a44-c0d9-481-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/dc717fff8714478ab6258227037dc78c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/dc717fff8714478ab6258227037dc78c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/dc717fff8714478ab6258227037dc78c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/dc717fff8714478ab6258227037dc78c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/dc717fff8714478ab6258227037dc78c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/dc717fff8714478ab6258227037dc78c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/dc717fff8714478ab6258227037dc78c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/dc717fff8714478ab6258227037dc78c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/dc717fff8714478ab6258227037dc78c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/dc717fff8714478ab6258227037dc78c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/dc717fff8714478ab6258227037dc78c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/dc717fff8714478ab6258227037dc78c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-c49b8a44-c0d9-481-user", "id": "f87872c998a84d2797385743190b9a9d"}, "audit_ids": ["qHs5YU7JSNOZ3GSGhcmohw"], "issued_at": "2018-10-26T09:34:19.000000Z"}} 2018-10-26 09:34:19,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-c82934b5-82b2-4bea-98e0-d4ad5db01b1d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1a4940e79671bbb0a5f52ca90c827b18b46b7d00" 2018-10-26 09:34:19,304 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-0360c112-900a-480a-b684-f0043240260a Date: Fri, 26 Oct 2018 09:34:19 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-c82934b5-82b2-4bea-98e0-d4ad5db01b1d", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:34:16Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:34:18Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/294139b6-a0c9-445b-84ff-79bad2423a68/snap", "metadata": {}}], "self": "/v2/images/294139b6-a0c9-445b-84ff-79bad2423a68", "min_disk": 0, "protected": false, "id": "294139b6-a0c9-445b-84ff-79bad2423a68", "file": "/v2/images/294139b6-a0c9-445b-84ff-79bad2423a68/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "dc717fff8714478ab6258227037dc78c", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/294139b6-a0c9-445b-84ff-79bad2423a68/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-c82934b5-82b2-4bea-98e0-d4ad5db01b1d"} 2018-10-26 09:34:19,304 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-c82934b5-82b2-4bea-98e0-d4ad5db01b1d used request id req-0360c112-900a-480a-b684-f0043240260a 2018-10-26 09:34:19,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1a4940e79671bbb0a5f52ca90c827b18b46b7d00" 2018-10-26 09:34:19,466 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-98df8ef1-923f-44a4-a659-5759001190b9 Date: Fri, 26 Oct 2018 09:34:19 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept 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-26 09:34:19,467 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-98df8ef1-923f-44a4-a659-5759001190b9 2018-10-26 09:34:19,470 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-c82934b5-82b2-4bea-98e0-d4ad5db01b1d 2018-10-26 09:34:19,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/294139b6-a0c9-445b-84ff-79bad2423a68 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dc801206ead1fb60e468ac66645becd850baeaca" 2018-10-26 09:34:20,669 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f81564fa-7527-45bf-9f11-54f2cab6bee5 Date: Fri, 26 Oct 2018 09:34:20 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-26 09:34:20,669 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/294139b6-a0c9-445b-84ff-79bad2423a68 used request id req-f81564fa-7527-45bf-9f11-54f2cab6bee5 2018-10-26 09:34:20,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f5c4de378f3a8115eff64488849806dde37443b" 2018-10-26 09:34:20,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-aac6812b-8f20-4866-91bd-56a0a2855eb3 Date: Fri, 26 Oct 2018 09:34:20 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:34:20,885 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-aac6812b-8f20-4866-91bd-56a0a2855eb3 2018-10-26 09:34:20,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f5c4de378f3a8115eff64488849806dde37443b" 2018-10-26 09:34:20,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f18768b7-f586-4c8b-a2a2-00914049007c 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:34:20,981 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-f18768b7-f586-4c8b-a2a2-00914049007c 2018-10-26 09:34:20,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f5c4de378f3a8115eff64488849806dde37443b" 2018-10-26 09:34:21,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fb67aaf-654c-4537-b5e3-9889ee5592c0 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:34:21,077 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-9fb67aaf-654c-4537-b5e3-9889ee5592c0 2018-10-26 09:34:21,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f5c4de378f3a8115eff64488849806dde37443b" 2018-10-26 09:34:21,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3752cbb6-f49e-4752-b48c-7d48e89eaf5e 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:34:21,166 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-3752cbb6-f49e-4752-b48c-7d48e89eaf5e 2018-10-26 09:34:21,167 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-c49b8a44-c0d9-481-proj 2018-10-26 09:34:21,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/dc717fff8714478ab6258227037dc78c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f5c4de378f3a8115eff64488849806dde37443b" 2018-10-26 09:34:21,403 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:34:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2d845deb-ccf8-4f3d-a48c-2ec2228e017a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:34:21,403 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/dc717fff8714478ab6258227037dc78c used request id req-2d845deb-ccf8-4f3d-a48c-2ec2228e017a 2018-10-26 09:34:21,403 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-c49b8a44-c0d9-481-proj-role 2018-10-26 09:34:21,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/e32045ea65414e6f81b175e05378c4db -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f5c4de378f3a8115eff64488849806dde37443b" 2018-10-26 09:34:21,513 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:34:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d841325-e6d5-4cd8-9c8f-bc567b61f013 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:34:21,513 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/e32045ea65414e6f81b175e05378c4db used request id req-9d841325-e6d5-4cd8-9c8f-bc567b61f013 2018-10-26 09:34:21,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f5c4de378f3a8115eff64488849806dde37443b" 2018-10-26 09:34:21,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8a4e8b1-ac44-4153-bdbd-06d658d5f1cf Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:34:21,598 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-d8a4e8b1-ac44-4153-bdbd-06d658d5f1cf 2018-10-26 09:34:21,599 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-c49b8a44-c0d9-481-user 2018-10-26 09:34:21,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/f87872c998a84d2797385743190b9a9d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d544ec2447c879ebd98cc8874e8d66a62c73dbe2" 2018-10-26 09:34:21,788 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:34:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0f6ad426-9a70-46ac-b645-ad17fc4294d3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:34:21,788 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/f87872c998a84d2797385743190b9a9d used request id req-0f6ad426-9a70-46ac-b645-ad17fc4294d3 2018-10-26 09:34:21,790 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:34:22,179 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:34:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["hSw1eHcYTXOZx3T97pZjpQ"], "issued_at": "2018-10-26T09:34:22.000000Z"}} 2018-10-26 09:34:22,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}954345e60a58d7abc84aefa39b8bc499f95ff76c" 2018-10-26 09:34:22,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2d471b6-994a-469b-a09e-471644232e96 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:34:22,261 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a2d471b6-994a-469b-a09e-471644232e96 2018-10-26 09:34:22,263 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:34:22,264 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:34:22,646 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:34:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["lgU395isSJGnD2A4X3hOdg"], "issued_at": "2018-10-26T09:34:22.000000Z"}} 2018-10-26 09:34:22,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2354d645b0ef4509737e65debb923ad0357b4be" 2018-10-26 09:34:22,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec23524c-745b-4ba6-a471-bb0b11f95a05 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:34:22,738 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ec23524c-745b-4ba6-a471-bb0b11f95a05 2018-10-26 09:34:22,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:34:22,749 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:34: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:34:22,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-aead3a56-7173-444-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2354d645b0ef4509737e65debb923ad0357b4be" 2018-10-26 09:34:22,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69a36e14-b285-4c38-a85b-914600d16a71 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-aead3a56-7173-444-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:34:22,842 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-aead3a56-7173-444-proj used request id req-69a36e14-b285-4c38-a85b-914600d16a71 2018-10-26 09:34:22,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2354d645b0ef4509737e65debb923ad0357b4be" 2018-10-26 09:34:22,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2b03973-7ad1-4595-b609-d4ea25c99402 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:34:22,940 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-a2b03973-7ad1-4595-b609-d4ea25c99402 2018-10-26 09:34:22,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2354d645b0ef4509737e65debb923ad0357b4be" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-aead3a56-7173-444-proj"}}' 2018-10-26 09:34:23,061 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:34:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-acef00f6-5872-4672-9b23-2462bcfa62a6 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/898ece5de08f4b5282028dbbd37abb44"}, "enabled": true, "id": "898ece5de08f4b5282028dbbd37abb44", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-aead3a56-7173-444-proj"}} 2018-10-26 09:34:23,062 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-acef00f6-5872-4672-9b23-2462bcfa62a6 2018-10-26 09:34:23,062 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-aead3a56-7173-444-proj 2018-10-26 09:34:23,062 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:34:23,063 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:34:23,458 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:34:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["XUamStOhQru98l3_Pznmjw"], "issued_at": "2018-10-26T09:34:23.000000Z"}} 2018-10-26 09:34:23,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}930b8650a62b3882d39e21cd5a8a1efc18f8847b" 2018-10-26 09:34:23,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c369c8bd-c7d0-4ee3-8c55-c1faf20c0784 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:34:23,549 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c369c8bd-c7d0-4ee3-8c55-c1faf20c0784 2018-10-26 09:34:23,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:34:23,559 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:34: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:34:23,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}930b8650a62b3882d39e21cd5a8a1efc18f8847b" 2018-10-26 09:34:23,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c640a2a-1162-476e-a660-7a16437634a8 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:34:23,666 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-9c640a2a-1162-476e-a660-7a16437634a8 2018-10-26 09:34:23,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateImageSuccessTests-aead3a56-7173-444-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}930b8650a62b3882d39e21cd5a8a1efc18f8847b" 2018-10-26 09:34:23,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a439cea-fb12-4269-b127-92c334828e8a Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateImageSuccessTests-aead3a56-7173-444-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/898ece5de08f4b5282028dbbd37abb44"}, "enabled": true, "id": "898ece5de08f4b5282028dbbd37abb44", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-aead3a56-7173-444-proj"}]} 2018-10-26 09:34:23,688 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateImageSuccessTests-aead3a56-7173-444-proj used request id req-2a439cea-fb12-4269-b127-92c334828e8a 2018-10-26 09:34:23,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}930b8650a62b3882d39e21cd5a8a1efc18f8847b" 2018-10-26 09:34:23,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a781d84d-b91a-4b9f-a282-87ee1e08138e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:34:23,772 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-a781d84d-b91a-4b9f-a282-87ee1e08138e 2018-10-26 09:34:24,130 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-aead3a56-7173-444-user 2018-10-26 09:34:24,131 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:34:24,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2354d645b0ef4509737e65debb923ad0357b4be" 2018-10-26 09:34:24,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9bd1355-409a-419f-95eb-9a24344e87a0 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:34:24,231 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-f9bd1355-409a-419f-95eb-9a24344e87a0 2018-10-26 09:34:24,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2354d645b0ef4509737e65debb923ad0357b4be" -d '{"role": {"name": "CreateImageSuccessTests-aead3a56-7173-444-proj-role"}}' 2018-10-26 09:34:24,336 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:34:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-60f34d5c-f24c-434e-b0db-fcbfb32ce27a Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e11cf98fb1714300871bf571f082f45c", "links": {"self": "http://172.30.9.21:5000/v3/roles/e11cf98fb1714300871bf571f082f45c"}, "name": "CreateImageSuccessTests-aead3a56-7173-444-proj-role"}} 2018-10-26 09:34:24,336 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-60f34d5c-f24c-434e-b0db-fcbfb32ce27a 2018-10-26 09:34:24,337 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-aead3a56-7173-444-proj-role 2018-10-26 09:34:24,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/e11cf98fb1714300871bf571f082f45c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2354d645b0ef4509737e65debb923ad0357b4be" 2018-10-26 09:34:24,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7afe8150-e1db-4c50-a1f1-4f00cb1d66eb Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/e11cf98fb1714300871bf571f082f45c"}, "domain_id": null, "name": "CreateImageSuccessTests-aead3a56-7173-444-proj-role", "id": "e11cf98fb1714300871bf571f082f45c"}} 2018-10-26 09:34:24,425 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/e11cf98fb1714300871bf571f082f45c used request id req-7afe8150-e1db-4c50-a1f1-4f00cb1d66eb 2018-10-26 09:34:24,425 - keystone_utils - INFO - Granting role CreateImageSuccessTests-aead3a56-7173-444-proj-role to project CreateImageSuccessTests-aead3a56-7173-444-proj 2018-10-26 09:34:24,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/898ece5de08f4b5282028dbbd37abb44/users/f31bbbe8ec794f28bd337ff7ee4ef8c6/roles/e11cf98fb1714300871bf571f082f45c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2354d645b0ef4509737e65debb923ad0357b4be" 2018-10-26 09:34:24,566 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:34:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-827901dd-8e92-47e7-aab9-9ed33e8cd1f5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:34:24,566 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/898ece5de08f4b5282028dbbd37abb44/users/f31bbbe8ec794f28bd337ff7ee4ef8c6/roles/e11cf98fb1714300871bf571f082f45c used request id req-827901dd-8e92-47e7-aab9-9ed33e8cd1f5 2018-10-26 09:34:24,567 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-26 09:34:24,567 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:34:24,568 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:34:24,938 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e11cf98fb1714300871bf571f082f45c", "name": "CreateImageSuccessTests-aead3a56-7173-444-proj-role"}], "expires_at": "2018-10-26T10:34:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "898ece5de08f4b5282028dbbd37abb44", "name": "CreateImageSuccessTests-aead3a56-7173-444-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/898ece5de08f4b5282028dbbd37abb44", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/898ece5de08f4b5282028dbbd37abb44", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/898ece5de08f4b5282028dbbd37abb44", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/898ece5de08f4b5282028dbbd37abb44", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/898ece5de08f4b5282028dbbd37abb44", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/898ece5de08f4b5282028dbbd37abb44", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/898ece5de08f4b5282028dbbd37abb44", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/898ece5de08f4b5282028dbbd37abb44", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/898ece5de08f4b5282028dbbd37abb44", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/898ece5de08f4b5282028dbbd37abb44", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/898ece5de08f4b5282028dbbd37abb44", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/898ece5de08f4b5282028dbbd37abb44", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-aead3a56-7173-444-user", "id": "f31bbbe8ec794f28bd337ff7ee4ef8c6"}, "audit_ids": ["kaac2A7TSPWsq3IODIGZLg"], "issued_at": "2018-10-26T09:34:24.000000Z"}} 2018-10-26 09:34:24,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8da48a14bb4e890776fb726d60c02d6cfb502f38" 2018-10-26 09:34:25,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5accbc5f-88a4-4c1e-8024-0f2c0516bd7d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:34:25,018 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5accbc5f-88a4-4c1e-8024-0f2c0516bd7d 2018-10-26 09:34:25,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-03b6d674-4c90-44bb-bd7c-5f32914ea326 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8da48a14bb4e890776fb726d60c02d6cfb502f38" 2018-10-26 09:34:25,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-14c16c89-dc6d-4694-9c12-cff484fc7810 Date: Fri, 26 Oct 2018 09:34:25 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-03b6d674-4c90-44bb-bd7c-5f32914ea326"} 2018-10-26 09:34:25,200 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-03b6d674-4c90-44bb-bd7c-5f32914ea326 used request id req-14c16c89-dc6d-4694-9c12-cff484fc7810 2018-10-26 09:34:25,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8da48a14bb4e890776fb726d60c02d6cfb502f38" 2018-10-26 09:34:25,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-8bd398cb-0eec-451e-9015-6b2d5b62f78d Date: Fri, 26 Oct 2018 09:34: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-26 09:34:25,348 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-8bd398cb-0eec-451e-9015-6b2d5b62f78d 2018-10-26 09:34:25,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8da48a14bb4e890776fb726d60c02d6cfb502f38" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-03b6d674-4c90-44bb-bd7c-5f32914ea326"}' 2018-10-26 09:34:25,571 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/bfefa6c1-5d5d-4d4f-9f1d-0c0cfca89dee X-Openstack-Request-Id: req-37eced62-1de2-4c61-8048-711db1254b40 Date: Fri, 26 Oct 2018 09:34:25 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-03b6d674-4c90-44bb-bd7c-5f32914ea326", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:34:25Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-26T09:34:25Z", "visibility": "shared", "locations": [], "self": "/v2/images/bfefa6c1-5d5d-4d4f-9f1d-0c0cfca89dee", "min_disk": 0, "protected": false, "id": "bfefa6c1-5d5d-4d4f-9f1d-0c0cfca89dee", "file": "/v2/images/bfefa6c1-5d5d-4d4f-9f1d-0c0cfca89dee/file", "checksum": null, "owner": "898ece5de08f4b5282028dbbd37abb44", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:34:25,571 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-37eced62-1de2-4c61-8048-711db1254b40 2018-10-26 09:34:25,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/bfefa6c1-5d5d-4d4f-9f1d-0c0cfca89dee/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8da48a14bb4e890776fb726d60c02d6cfb502f38" -d '' 2018-10-26 09:34:27,129 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-15c35901-6fa7-4d21-be8d-dc9526662bd1 Date: Fri, 26 Oct 2018 09:34: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-26 09:34:27,129 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/bfefa6c1-5d5d-4d4f-9f1d-0c0cfca89dee/file used request id req-15c35901-6fa7-4d21-be8d-dc9526662bd1 2018-10-26 09:34:27,129 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 09:34:27,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/bfefa6c1-5d5d-4d4f-9f1d-0c0cfca89dee -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8da48a14bb4e890776fb726d60c02d6cfb502f38" 2018-10-26 09:34:27,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-ee0b436d-6eb0-4ba1-9b07-08d57a6ff2c0 Date: Fri, 26 Oct 2018 09:34:27 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-03b6d674-4c90-44bb-bd7c-5f32914ea326", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:34:25Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:34:27Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/bfefa6c1-5d5d-4d4f-9f1d-0c0cfca89dee/snap", "metadata": {}}], "self": "/v2/images/bfefa6c1-5d5d-4d4f-9f1d-0c0cfca89dee", "min_disk": 0, "protected": false, "id": "bfefa6c1-5d5d-4d4f-9f1d-0c0cfca89dee", "file": "/v2/images/bfefa6c1-5d5d-4d4f-9f1d-0c0cfca89dee/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "898ece5de08f4b5282028dbbd37abb44", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/bfefa6c1-5d5d-4d4f-9f1d-0c0cfca89dee/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:34:27,289 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/bfefa6c1-5d5d-4d4f-9f1d-0c0cfca89dee used request id req-ee0b436d-6eb0-4ba1-9b07-08d57a6ff2c0 2018-10-26 09:34:27,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8da48a14bb4e890776fb726d60c02d6cfb502f38" 2018-10-26 09:34:27,449 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-86f3cee3-5ea2-4a6f-9a9c-5e8623dfbfd4 Date: Fri, 26 Oct 2018 09:34: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-26 09:34:27,449 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-86f3cee3-5ea2-4a6f-9a9c-5e8623dfbfd4 2018-10-26 09:34:27,452 - create_image - INFO - Created image with name - CreateImageSuccessTests-03b6d674-4c90-44bb-bd7c-5f32914ea326 2018-10-26 09:34:27,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/bfefa6c1-5d5d-4d4f-9f1d-0c0cfca89dee -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8da48a14bb4e890776fb726d60c02d6cfb502f38" 2018-10-26 09:34:27,622 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-f56dd92c-ddec-4754-8163-21eebd4749df Date: Fri, 26 Oct 2018 09:34:27 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-03b6d674-4c90-44bb-bd7c-5f32914ea326", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:34:25Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:34:27Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/bfefa6c1-5d5d-4d4f-9f1d-0c0cfca89dee/snap", "metadata": {}}], "self": "/v2/images/bfefa6c1-5d5d-4d4f-9f1d-0c0cfca89dee", "min_disk": 0, "protected": false, "id": "bfefa6c1-5d5d-4d4f-9f1d-0c0cfca89dee", "file": "/v2/images/bfefa6c1-5d5d-4d4f-9f1d-0c0cfca89dee/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "898ece5de08f4b5282028dbbd37abb44", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/bfefa6c1-5d5d-4d4f-9f1d-0c0cfca89dee/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:34:27,622 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/bfefa6c1-5d5d-4d4f-9f1d-0c0cfca89dee used request id req-f56dd92c-ddec-4754-8163-21eebd4749df 2018-10-26 09:34:27,623 - create_image - DEBUG - Instance status is - active 2018-10-26 09:34:27,623 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-03b6d674-4c90-44bb-bd7c-5f32914ea326 2018-10-26 09:34:27,623 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-03b6d674-4c90-44bb-bd7c-5f32914ea326 2018-10-26 09:34:27,623 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:34:28,003 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e11cf98fb1714300871bf571f082f45c", "name": "CreateImageSuccessTests-aead3a56-7173-444-proj-role"}], "expires_at": "2018-10-26T10:34:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "898ece5de08f4b5282028dbbd37abb44", "name": "CreateImageSuccessTests-aead3a56-7173-444-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/898ece5de08f4b5282028dbbd37abb44", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/898ece5de08f4b5282028dbbd37abb44", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/898ece5de08f4b5282028dbbd37abb44", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/898ece5de08f4b5282028dbbd37abb44", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/898ece5de08f4b5282028dbbd37abb44", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/898ece5de08f4b5282028dbbd37abb44", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/898ece5de08f4b5282028dbbd37abb44", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/898ece5de08f4b5282028dbbd37abb44", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/898ece5de08f4b5282028dbbd37abb44", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/898ece5de08f4b5282028dbbd37abb44", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/898ece5de08f4b5282028dbbd37abb44", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/898ece5de08f4b5282028dbbd37abb44", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-aead3a56-7173-444-user", "id": "f31bbbe8ec794f28bd337ff7ee4ef8c6"}, "audit_ids": ["8nRGHFVQRAuxbqixxcL1bA"], "issued_at": "2018-10-26T09:34:28.000000Z"}} 2018-10-26 09:34:28,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-03b6d674-4c90-44bb-bd7c-5f32914ea326 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}17a77be2450b250d4475b789f7bb3eaf06aaaecc" 2018-10-26 09:34:28,177 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-9c89e3af-b4c2-4cbc-ac40-db14dc4f9045 Date: Fri, 26 Oct 2018 09:34:28 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-03b6d674-4c90-44bb-bd7c-5f32914ea326", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:34:25Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:34:27Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/bfefa6c1-5d5d-4d4f-9f1d-0c0cfca89dee/snap", "metadata": {}}], "self": "/v2/images/bfefa6c1-5d5d-4d4f-9f1d-0c0cfca89dee", "min_disk": 0, "protected": false, "id": "bfefa6c1-5d5d-4d4f-9f1d-0c0cfca89dee", "file": "/v2/images/bfefa6c1-5d5d-4d4f-9f1d-0c0cfca89dee/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "898ece5de08f4b5282028dbbd37abb44", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/bfefa6c1-5d5d-4d4f-9f1d-0c0cfca89dee/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-03b6d674-4c90-44bb-bd7c-5f32914ea326"} 2018-10-26 09:34:28,177 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-03b6d674-4c90-44bb-bd7c-5f32914ea326 used request id req-9c89e3af-b4c2-4cbc-ac40-db14dc4f9045 2018-10-26 09:34:28,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}17a77be2450b250d4475b789f7bb3eaf06aaaecc" 2018-10-26 09:34:28,350 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0c0cb77b-a6d9-47ad-b179-bc0cd05f694a Date: Fri, 26 Oct 2018 09:34: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-26 09:34:28,350 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-0c0cb77b-a6d9-47ad-b179-bc0cd05f694a 2018-10-26 09:34:28,353 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:34:28,354 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:34:28,722 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e11cf98fb1714300871bf571f082f45c", "name": "CreateImageSuccessTests-aead3a56-7173-444-proj-role"}], "expires_at": "2018-10-26T10:34:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "898ece5de08f4b5282028dbbd37abb44", "name": "CreateImageSuccessTests-aead3a56-7173-444-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/898ece5de08f4b5282028dbbd37abb44", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/898ece5de08f4b5282028dbbd37abb44", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/898ece5de08f4b5282028dbbd37abb44", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/898ece5de08f4b5282028dbbd37abb44", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/898ece5de08f4b5282028dbbd37abb44", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/898ece5de08f4b5282028dbbd37abb44", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/898ece5de08f4b5282028dbbd37abb44", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/898ece5de08f4b5282028dbbd37abb44", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/898ece5de08f4b5282028dbbd37abb44", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/898ece5de08f4b5282028dbbd37abb44", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/898ece5de08f4b5282028dbbd37abb44", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/898ece5de08f4b5282028dbbd37abb44", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-aead3a56-7173-444-user", "id": "f31bbbe8ec794f28bd337ff7ee4ef8c6"}, "audit_ids": ["C2EPxGXNRqOUgLvQgCNBjA"], "issued_at": "2018-10-26T09:34:28.000000Z"}} 2018-10-26 09:34:28,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cb65e5a1fe739b734f35d5aa7f65286df1fbc21" 2018-10-26 09:34:28,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5524c35-0106-4d73-a231-3a02c9521ef5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:34:28,794 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a5524c35-0106-4d73-a231-3a02c9521ef5 2018-10-26 09:34:28,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-03b6d674-4c90-44bb-bd7c-5f32914ea326 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2cb65e5a1fe739b734f35d5aa7f65286df1fbc21" 2018-10-26 09:34:28,984 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-6f948b26-49c2-4954-a411-1f55b998aff8 Date: Fri, 26 Oct 2018 09:34:28 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-03b6d674-4c90-44bb-bd7c-5f32914ea326", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:34:25Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:34:27Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/bfefa6c1-5d5d-4d4f-9f1d-0c0cfca89dee/snap", "metadata": {}}], "self": "/v2/images/bfefa6c1-5d5d-4d4f-9f1d-0c0cfca89dee", "min_disk": 0, "protected": false, "id": "bfefa6c1-5d5d-4d4f-9f1d-0c0cfca89dee", "file": "/v2/images/bfefa6c1-5d5d-4d4f-9f1d-0c0cfca89dee/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "898ece5de08f4b5282028dbbd37abb44", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/bfefa6c1-5d5d-4d4f-9f1d-0c0cfca89dee/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-03b6d674-4c90-44bb-bd7c-5f32914ea326"} 2018-10-26 09:34:28,985 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-03b6d674-4c90-44bb-bd7c-5f32914ea326 used request id req-6f948b26-49c2-4954-a411-1f55b998aff8 2018-10-26 09:34:28,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2cb65e5a1fe739b734f35d5aa7f65286df1fbc21" 2018-10-26 09:34:29,133 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d25830ca-85b5-437b-a427-68698dd8c987 Date: Fri, 26 Oct 2018 09:34: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-26 09:34:29,133 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-d25830ca-85b5-437b-a427-68698dd8c987 2018-10-26 09:34:29,136 - create_image - INFO - Found image with name - CreateImageSuccessTests-03b6d674-4c90-44bb-bd7c-5f32914ea326 2018-10-26 09:34:29,136 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-03b6d674-4c90-44bb-bd7c-5f32914ea326 2018-10-26 09:34:29,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/bfefa6c1-5d5d-4d4f-9f1d-0c0cfca89dee -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8da48a14bb4e890776fb726d60c02d6cfb502f38" 2018-10-26 09:34:30,858 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d4437724-5850-43c9-bd2b-de30b8c64474 Date: Fri, 26 Oct 2018 09: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-26 09:34:30,858 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/bfefa6c1-5d5d-4d4f-9f1d-0c0cfca89dee used request id req-d4437724-5850-43c9-bd2b-de30b8c64474 2018-10-26 09:34:30,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2354d645b0ef4509737e65debb923ad0357b4be" 2018-10-26 09:34:31,094 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-2d10f12b-7819-4e18-b9a3-b2d30e04dfb2 Date: Fri, 26 Oct 2018 09:34:31 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:34:31,094 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-2d10f12b-7819-4e18-b9a3-b2d30e04dfb2 2018-10-26 09:34:31,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2354d645b0ef4509737e65debb923ad0357b4be" 2018-10-26 09:34:31,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb9ba0b2-b604-4bea-a135-b10d804e09f9 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:34:31,184 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-bb9ba0b2-b604-4bea-a135-b10d804e09f9 2018-10-26 09:34:31,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2354d645b0ef4509737e65debb923ad0357b4be" 2018-10-26 09:34:31,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3dac80a0-6444-4e85-a4ed-ef8a00eaae76 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:34:31,270 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-3dac80a0-6444-4e85-a4ed-ef8a00eaae76 2018-10-26 09:34:31,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2354d645b0ef4509737e65debb923ad0357b4be" 2018-10-26 09:34:31,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2c85a60-ecbc-43bb-8f9b-d3482694ddbb 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:34:31,360 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-d2c85a60-ecbc-43bb-8f9b-d3482694ddbb 2018-10-26 09:34:31,361 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-aead3a56-7173-444-proj 2018-10-26 09:34:31,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/898ece5de08f4b5282028dbbd37abb44 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2354d645b0ef4509737e65debb923ad0357b4be" 2018-10-26 09:34:31,554 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:34:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-27475d63-3c20-4395-95ff-9d81e1b39fdc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:34:31,554 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/898ece5de08f4b5282028dbbd37abb44 used request id req-27475d63-3c20-4395-95ff-9d81e1b39fdc 2018-10-26 09:34:31,554 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-aead3a56-7173-444-proj-role 2018-10-26 09:34:31,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/e11cf98fb1714300871bf571f082f45c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2354d645b0ef4509737e65debb923ad0357b4be" 2018-10-26 09:34:31,659 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:34:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1e042e45-3d3f-4d15-8de2-b3328c326f58 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:34:31,659 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/e11cf98fb1714300871bf571f082f45c used request id req-1e042e45-3d3f-4d15-8de2-b3328c326f58 2018-10-26 09:34:31,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2354d645b0ef4509737e65debb923ad0357b4be" 2018-10-26 09:34:31,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f706a830-f5b2-4e4f-acdc-2a4259ecf676 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:34:31,750 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-f706a830-f5b2-4e4f-acdc-2a4259ecf676 2018-10-26 09:34:31,750 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-aead3a56-7173-444-user 2018-10-26 09:34:31,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/f31bbbe8ec794f28bd337ff7ee4ef8c6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}930b8650a62b3882d39e21cd5a8a1efc18f8847b" 2018-10-26 09:34:31,956 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:34:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c9813fe7-8dc3-46aa-8f1a-36ab14ad6cce Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:34:31,956 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/f31bbbe8ec794f28bd337ff7ee4ef8c6 used request id req-c9813fe7-8dc3-46aa-8f1a-36ab14ad6cce 2018-10-26 09:34:31,958 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:34:32,347 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:34:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["EhE9f7fTRbi36sQtZget5Q"], "issued_at": "2018-10-26T09:34:32.000000Z"}} 2018-10-26 09:34:32,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc2a3eab817748439f3188a6199af6837c49cee0" 2018-10-26 09:34:32,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7d58502-993f-4cc4-b256-d03abaf6bd4f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:34:32,437 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f7d58502-993f-4cc4-b256-d03abaf6bd4f 2018-10-26 09:34:32,438 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:34:32,439 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:34:32,827 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:34:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["Vzsd2aj1QiyvFHeFb9JPGA"], "issued_at": "2018-10-26T09:34:32.000000Z"}} 2018-10-26 09:34:32,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63882032a1bb8061b2825f37222b3d635dda96ea" 2018-10-26 09:34:32,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77b06451-bb6c-4ade-ad86-e8f1d8aad4c6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:34:32,906 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-77b06451-bb6c-4ade-ad86-e8f1d8aad4c6 2018-10-26 09:34:32,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:34:32,917 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:34: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:34:32,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-0584acab-72c5-450-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63882032a1bb8061b2825f37222b3d635dda96ea" 2018-10-26 09:34:33,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b5faaff-f4a6-4274-b6c8-2c053d52f2d5 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-0584acab-72c5-450-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:34:33,007 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-0584acab-72c5-450-proj used request id req-7b5faaff-f4a6-4274-b6c8-2c053d52f2d5 2018-10-26 09:34:33,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63882032a1bb8061b2825f37222b3d635dda96ea" 2018-10-26 09:34:33,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52ec0613-7363-42a8-8aba-3a90f7a52d2d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:34:33,093 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-52ec0613-7363-42a8-8aba-3a90f7a52d2d 2018-10-26 09:34:33,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63882032a1bb8061b2825f37222b3d635dda96ea" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-0584acab-72c5-450-proj"}}' 2018-10-26 09:34:33,223 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:34:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-883dda33-cc77-45b7-870f-06553a5a8bd2 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c658575015ed43e1a1f85ced91d7ff9f"}, "enabled": true, "id": "c658575015ed43e1a1f85ced91d7ff9f", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-0584acab-72c5-450-proj"}} 2018-10-26 09:34:33,223 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-883dda33-cc77-45b7-870f-06553a5a8bd2 2018-10-26 09:34:33,223 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-0584acab-72c5-450-proj 2018-10-26 09:34:33,224 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:34:33,224 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:34:33,690 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:34:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["WnNDmmy9Q-mQa0fXFCip-g"], "issued_at": "2018-10-26T09:34:33.000000Z"}} 2018-10-26 09:34:33,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07b3fbd09156daa85767330875a181dbde3664f4" 2018-10-26 09:34:33,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-447f2ca9-aba1-488f-89ff-b01619107aa2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:34:33,770 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-447f2ca9-aba1-488f-89ff-b01619107aa2 2018-10-26 09:34:33,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:34:33,780 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:34: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:34:33,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07b3fbd09156daa85767330875a181dbde3664f4" 2018-10-26 09:34:33,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8838ad6f-6ba8-46a2-900d-74f6c12b9adb Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:34:33,886 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-8838ad6f-6ba8-46a2-900d-74f6c12b9adb 2018-10-26 09:34:33,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateImageSuccessTests-0584acab-72c5-450-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07b3fbd09156daa85767330875a181dbde3664f4" 2018-10-26 09:34:33,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98f49dc4-6a70-4b77-a634-fca800741c6d Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateImageSuccessTests-0584acab-72c5-450-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c658575015ed43e1a1f85ced91d7ff9f"}, "enabled": true, "id": "c658575015ed43e1a1f85ced91d7ff9f", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-0584acab-72c5-450-proj"}]} 2018-10-26 09:34:33,969 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateImageSuccessTests-0584acab-72c5-450-proj used request id req-98f49dc4-6a70-4b77-a634-fca800741c6d 2018-10-26 09:34:33,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07b3fbd09156daa85767330875a181dbde3664f4" 2018-10-26 09:34:34,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23af5418-1402-40e7-9725-7b7cbedae5c5 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:34:34,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-23af5418-1402-40e7-9725-7b7cbedae5c5 2018-10-26 09:34:34,376 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-0584acab-72c5-450-user 2018-10-26 09:34:34,376 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:34:34,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63882032a1bb8061b2825f37222b3d635dda96ea" 2018-10-26 09:34:34,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d24cb463-6514-4fb1-93ae-b8c7cf9dbc9b Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:34:34,468 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-d24cb463-6514-4fb1-93ae-b8c7cf9dbc9b 2018-10-26 09:34:34,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63882032a1bb8061b2825f37222b3d635dda96ea" -d '{"role": {"name": "CreateImageSuccessTests-0584acab-72c5-450-proj-role"}}' 2018-10-26 09:34:34,582 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:34:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7359afb0-0c20-4d4d-8d72-370bf0459804 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ae7a6a2e7ba5447b950c25b609c71c79", "links": {"self": "http://172.30.9.21:5000/v3/roles/ae7a6a2e7ba5447b950c25b609c71c79"}, "name": "CreateImageSuccessTests-0584acab-72c5-450-proj-role"}} 2018-10-26 09:34:34,582 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-7359afb0-0c20-4d4d-8d72-370bf0459804 2018-10-26 09:34:34,582 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-0584acab-72c5-450-proj-role 2018-10-26 09:34:34,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/ae7a6a2e7ba5447b950c25b609c71c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63882032a1bb8061b2825f37222b3d635dda96ea" 2018-10-26 09:34:34,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6719b82a-1c65-4a2a-b794-fc6c11a6964e Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/ae7a6a2e7ba5447b950c25b609c71c79"}, "domain_id": null, "name": "CreateImageSuccessTests-0584acab-72c5-450-proj-role", "id": "ae7a6a2e7ba5447b950c25b609c71c79"}} 2018-10-26 09:34:34,673 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/ae7a6a2e7ba5447b950c25b609c71c79 used request id req-6719b82a-1c65-4a2a-b794-fc6c11a6964e 2018-10-26 09:34:34,674 - keystone_utils - INFO - Granting role CreateImageSuccessTests-0584acab-72c5-450-proj-role to project CreateImageSuccessTests-0584acab-72c5-450-proj 2018-10-26 09:34:34,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/c658575015ed43e1a1f85ced91d7ff9f/users/076cc131238a4f9d8ed291c09e8591df/roles/ae7a6a2e7ba5447b950c25b609c71c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63882032a1bb8061b2825f37222b3d635dda96ea" 2018-10-26 09:34:34,799 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:34:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6f3b2dd5-0fd6-4f50-8b34-1e25056281f2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:34:34,800 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/c658575015ed43e1a1f85ced91d7ff9f/users/076cc131238a4f9d8ed291c09e8591df/roles/ae7a6a2e7ba5447b950c25b609c71c79 used request id req-6f3b2dd5-0fd6-4f50-8b34-1e25056281f2 2018-10-26 09:34:34,800 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-26 09:34:34,801 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:34:34,801 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:34:35,271 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ae7a6a2e7ba5447b950c25b609c71c79", "name": "CreateImageSuccessTests-0584acab-72c5-450-proj-role"}], "expires_at": "2018-10-26T10:34:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c658575015ed43e1a1f85ced91d7ff9f", "name": "CreateImageSuccessTests-0584acab-72c5-450-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c658575015ed43e1a1f85ced91d7ff9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/c658575015ed43e1a1f85ced91d7ff9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/c658575015ed43e1a1f85ced91d7ff9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c658575015ed43e1a1f85ced91d7ff9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/c658575015ed43e1a1f85ced91d7ff9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/c658575015ed43e1a1f85ced91d7ff9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/c658575015ed43e1a1f85ced91d7ff9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/c658575015ed43e1a1f85ced91d7ff9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/c658575015ed43e1a1f85ced91d7ff9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/c658575015ed43e1a1f85ced91d7ff9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/c658575015ed43e1a1f85ced91d7ff9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/c658575015ed43e1a1f85ced91d7ff9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-0584acab-72c5-450-user", "id": "076cc131238a4f9d8ed291c09e8591df"}, "audit_ids": ["27clEpWiQl2BhS9UGAIiWQ"], "issued_at": "2018-10-26T09:34:35.000000Z"}} 2018-10-26 09:34:35,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbc9d1e47e20f132d9b1c9ab11cdd037f8a39302" 2018-10-26 09:34:35,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b98ac5b-25df-4443-914e-4812beae3e49 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:34:35,343 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-7b98ac5b-25df-4443-914e-4812beae3e49 2018-10-26 09:34:35,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-c0deaf9c-7a8c-4a10-9077-3811a82ced9a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bbc9d1e47e20f132d9b1c9ab11cdd037f8a39302" 2018-10-26 09:34:35,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-0a6030ee-399a-4576-8c24-74e1f16cfaea Date: Fri, 26 Oct 2018 09:34:35 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-c0deaf9c-7a8c-4a10-9077-3811a82ced9a"} 2018-10-26 09:34:35,525 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-c0deaf9c-7a8c-4a10-9077-3811a82ced9a used request id req-0a6030ee-399a-4576-8c24-74e1f16cfaea 2018-10-26 09:34:35,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bbc9d1e47e20f132d9b1c9ab11cdd037f8a39302" 2018-10-26 09:34:35,694 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-06b5b397-f671-4f30-ad53-f80d589bd2fc Date: Fri, 26 Oct 2018 09:34: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-26 09:34:35,695 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-06b5b397-f671-4f30-ad53-f80d589bd2fc 2018-10-26 09:34:35,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bbc9d1e47e20f132d9b1c9ab11cdd037f8a39302" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-c0deaf9c-7a8c-4a10-9077-3811a82ced9a"}' 2018-10-26 09:34:35,912 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/e42b5cda-da27-4b31-ac03-9af3e8e15f6a X-Openstack-Request-Id: req-ab9378aa-8133-4572-a261-642dc0401a06 Date: Fri, 26 Oct 2018 09:34:35 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-c0deaf9c-7a8c-4a10-9077-3811a82ced9a", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:34:35Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-26T09:34:35Z", "visibility": "shared", "locations": [], "self": "/v2/images/e42b5cda-da27-4b31-ac03-9af3e8e15f6a", "min_disk": 0, "protected": false, "id": "e42b5cda-da27-4b31-ac03-9af3e8e15f6a", "file": "/v2/images/e42b5cda-da27-4b31-ac03-9af3e8e15f6a/file", "checksum": null, "owner": "c658575015ed43e1a1f85ced91d7ff9f", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:34:35,912 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-ab9378aa-8133-4572-a261-642dc0401a06 2018-10-26 09:34:35,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/e42b5cda-da27-4b31-ac03-9af3e8e15f6a/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bbc9d1e47e20f132d9b1c9ab11cdd037f8a39302" -d '' 2018-10-26 09:34:38,102 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fd79870f-84fd-4eb8-bee1-107981bc1dd3 Date: Fri, 26 Oct 2018 09:34: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-26 09:34:38,102 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/e42b5cda-da27-4b31-ac03-9af3e8e15f6a/file used request id req-fd79870f-84fd-4eb8-bee1-107981bc1dd3 2018-10-26 09:34:38,102 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 09:34:38,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/e42b5cda-da27-4b31-ac03-9af3e8e15f6a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bbc9d1e47e20f132d9b1c9ab11cdd037f8a39302" 2018-10-26 09:34:38,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-9479ff92-68b6-474c-bb2a-8e2d42dfffb0 Date: Fri, 26 Oct 2018 09:34:38 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-c0deaf9c-7a8c-4a10-9077-3811a82ced9a", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:34:35Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:34:38Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/e42b5cda-da27-4b31-ac03-9af3e8e15f6a/snap", "metadata": {}}], "self": "/v2/images/e42b5cda-da27-4b31-ac03-9af3e8e15f6a", "min_disk": 0, "protected": false, "id": "e42b5cda-da27-4b31-ac03-9af3e8e15f6a", "file": "/v2/images/e42b5cda-da27-4b31-ac03-9af3e8e15f6a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c658575015ed43e1a1f85ced91d7ff9f", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/e42b5cda-da27-4b31-ac03-9af3e8e15f6a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:34:38,196 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/e42b5cda-da27-4b31-ac03-9af3e8e15f6a used request id req-9479ff92-68b6-474c-bb2a-8e2d42dfffb0 2018-10-26 09:34:38,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bbc9d1e47e20f132d9b1c9ab11cdd037f8a39302" 2018-10-26 09:34:38,358 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-49018750-bcaf-4510-a451-c6af90b10e95 Date: Fri, 26 Oct 2018 09:34: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-26 09:34:38,358 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-49018750-bcaf-4510-a451-c6af90b10e95 2018-10-26 09:34:38,361 - create_image - INFO - Created image with name - CreateImageSuccessTests-c0deaf9c-7a8c-4a10-9077-3811a82ced9a 2018-10-26 09:34:38,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/e42b5cda-da27-4b31-ac03-9af3e8e15f6a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bbc9d1e47e20f132d9b1c9ab11cdd037f8a39302" 2018-10-26 09:34:38,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-15ffc2d7-2edf-48c2-889e-2256ac048dcd Date: Fri, 26 Oct 2018 09:34:38 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-c0deaf9c-7a8c-4a10-9077-3811a82ced9a", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:34:35Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:34:38Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/e42b5cda-da27-4b31-ac03-9af3e8e15f6a/snap", "metadata": {}}], "self": "/v2/images/e42b5cda-da27-4b31-ac03-9af3e8e15f6a", "min_disk": 0, "protected": false, "id": "e42b5cda-da27-4b31-ac03-9af3e8e15f6a", "file": "/v2/images/e42b5cda-da27-4b31-ac03-9af3e8e15f6a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c658575015ed43e1a1f85ced91d7ff9f", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/e42b5cda-da27-4b31-ac03-9af3e8e15f6a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:34:38,380 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/e42b5cda-da27-4b31-ac03-9af3e8e15f6a used request id req-15ffc2d7-2edf-48c2-889e-2256ac048dcd 2018-10-26 09:34:38,381 - create_image - DEBUG - Instance status is - active 2018-10-26 09:34:38,381 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-c0deaf9c-7a8c-4a10-9077-3811a82ced9a 2018-10-26 09:34:38,381 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-c0deaf9c-7a8c-4a10-9077-3811a82ced9a 2018-10-26 09:34:38,382 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:34:38,756 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ae7a6a2e7ba5447b950c25b609c71c79", "name": "CreateImageSuccessTests-0584acab-72c5-450-proj-role"}], "expires_at": "2018-10-26T10:34:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c658575015ed43e1a1f85ced91d7ff9f", "name": "CreateImageSuccessTests-0584acab-72c5-450-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c658575015ed43e1a1f85ced91d7ff9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/c658575015ed43e1a1f85ced91d7ff9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/c658575015ed43e1a1f85ced91d7ff9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c658575015ed43e1a1f85ced91d7ff9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/c658575015ed43e1a1f85ced91d7ff9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/c658575015ed43e1a1f85ced91d7ff9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/c658575015ed43e1a1f85ced91d7ff9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/c658575015ed43e1a1f85ced91d7ff9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/c658575015ed43e1a1f85ced91d7ff9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/c658575015ed43e1a1f85ced91d7ff9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/c658575015ed43e1a1f85ced91d7ff9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/c658575015ed43e1a1f85ced91d7ff9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-0584acab-72c5-450-user", "id": "076cc131238a4f9d8ed291c09e8591df"}, "audit_ids": ["m1zcvkc6S1mmSao9Xgimbw"], "issued_at": "2018-10-26T09:34:38.000000Z"}} 2018-10-26 09:34:38,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-c0deaf9c-7a8c-4a10-9077-3811a82ced9a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c096a28c21e5576da1a9835e50bac90b44d6e49d" 2018-10-26 09:34:38,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-7810b466-7162-4782-bb49-196870de31b4 Date: Fri, 26 Oct 2018 09:34:38 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-c0deaf9c-7a8c-4a10-9077-3811a82ced9a", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:34:35Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:34:38Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/e42b5cda-da27-4b31-ac03-9af3e8e15f6a/snap", "metadata": {}}], "self": "/v2/images/e42b5cda-da27-4b31-ac03-9af3e8e15f6a", "min_disk": 0, "protected": false, "id": "e42b5cda-da27-4b31-ac03-9af3e8e15f6a", "file": "/v2/images/e42b5cda-da27-4b31-ac03-9af3e8e15f6a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c658575015ed43e1a1f85ced91d7ff9f", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/e42b5cda-da27-4b31-ac03-9af3e8e15f6a/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-c0deaf9c-7a8c-4a10-9077-3811a82ced9a"} 2018-10-26 09:34:38,932 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-c0deaf9c-7a8c-4a10-9077-3811a82ced9a used request id req-7810b466-7162-4782-bb49-196870de31b4 2018-10-26 09:34:38,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c096a28c21e5576da1a9835e50bac90b44d6e49d" 2018-10-26 09:34:39,087 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-3564a063-ba6b-4b1d-9304-35189e9e9c7f Date: Fri, 26 Oct 2018 09:34: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-26 09:34:39,088 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-3564a063-ba6b-4b1d-9304-35189e9e9c7f 2018-10-26 09:34:39,090 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:34:39,091 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:34:39,464 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ae7a6a2e7ba5447b950c25b609c71c79", "name": "CreateImageSuccessTests-0584acab-72c5-450-proj-role"}], "expires_at": "2018-10-26T10:34:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c658575015ed43e1a1f85ced91d7ff9f", "name": "CreateImageSuccessTests-0584acab-72c5-450-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c658575015ed43e1a1f85ced91d7ff9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/c658575015ed43e1a1f85ced91d7ff9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/c658575015ed43e1a1f85ced91d7ff9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c658575015ed43e1a1f85ced91d7ff9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/c658575015ed43e1a1f85ced91d7ff9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/c658575015ed43e1a1f85ced91d7ff9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/c658575015ed43e1a1f85ced91d7ff9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/c658575015ed43e1a1f85ced91d7ff9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/c658575015ed43e1a1f85ced91d7ff9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/c658575015ed43e1a1f85ced91d7ff9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/c658575015ed43e1a1f85ced91d7ff9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/c658575015ed43e1a1f85ced91d7ff9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-0584acab-72c5-450-user", "id": "076cc131238a4f9d8ed291c09e8591df"}, "audit_ids": ["P7WKRmVSTFGXycjb9uiwvg"], "issued_at": "2018-10-26T09:34:39.000000Z"}} 2018-10-26 09:34:39,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94c5654b40da5a3f0a3d7d090c07353b0365c8f1" 2018-10-26 09:34:39,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fd940d6-01c8-46a9-a97c-a3990015ccd7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:34:39,544 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-7fd940d6-01c8-46a9-a97c-a3990015ccd7 2018-10-26 09:34:39,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&name=CreateImageSuccessTests-c0deaf9c-7a8c-4a10-9077-3811a82ced9a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}94c5654b40da5a3f0a3d7d090c07353b0365c8f1" 2018-10-26 09:34:39,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1026 Content-Type: application/json X-Openstack-Request-Id: req-6484a108-7db1-44f9-b760-344b032d2ca1 Date: Fri, 26 Oct 2018 09:34:39 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-c0deaf9c-7a8c-4a10-9077-3811a82ced9a", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:34:35Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:34:38Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/e42b5cda-da27-4b31-ac03-9af3e8e15f6a/snap", "metadata": {}}], "self": "/v2/images/e42b5cda-da27-4b31-ac03-9af3e8e15f6a", "min_disk": 0, "protected": false, "id": "e42b5cda-da27-4b31-ac03-9af3e8e15f6a", "file": "/v2/images/e42b5cda-da27-4b31-ac03-9af3e8e15f6a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c658575015ed43e1a1f85ced91d7ff9f", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/e42b5cda-da27-4b31-ac03-9af3e8e15f6a/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20&name=CreateImageSuccessTests-c0deaf9c-7a8c-4a10-9077-3811a82ced9a"} 2018-10-26 09:34:39,719 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&name=CreateImageSuccessTests-c0deaf9c-7a8c-4a10-9077-3811a82ced9a used request id req-6484a108-7db1-44f9-b760-344b032d2ca1 2018-10-26 09:34:39,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}94c5654b40da5a3f0a3d7d090c07353b0365c8f1" 2018-10-26 09:34:39,868 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-cd5fb798-3d95-44ee-972e-4d1015b6f200 Date: Fri, 26 Oct 2018 09:34: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-26 09:34:39,868 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-cd5fb798-3d95-44ee-972e-4d1015b6f200 2018-10-26 09:34:39,871 - create_image - INFO - Found image with name - CreateImageSuccessTests-c0deaf9c-7a8c-4a10-9077-3811a82ced9a 2018-10-26 09:34:39,871 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-c0deaf9c-7a8c-4a10-9077-3811a82ced9a 2018-10-26 09:34:39,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/e42b5cda-da27-4b31-ac03-9af3e8e15f6a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bbc9d1e47e20f132d9b1c9ab11cdd037f8a39302" 2018-10-26 09:34:41,696 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d28f217c-a8ce-4586-b195-a4ff8890851e Date: Fri, 26 Oct 2018 09:34: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-26 09:34:41,696 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/e42b5cda-da27-4b31-ac03-9af3e8e15f6a used request id req-d28f217c-a8ce-4586-b195-a4ff8890851e 2018-10-26 09:34:41,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63882032a1bb8061b2825f37222b3d635dda96ea" 2018-10-26 09:34:41,920 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-1e9bd97a-92ea-44fb-b082-5b539da27c14 Date: Fri, 26 Oct 2018 09:34:41 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:34:41,920 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-1e9bd97a-92ea-44fb-b082-5b539da27c14 2018-10-26 09:34:41,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63882032a1bb8061b2825f37222b3d635dda96ea" 2018-10-26 09:34:42,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bb11cb9-b6eb-437e-9d13-4dfadfebd629 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:34:42,005 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-2bb11cb9-b6eb-437e-9d13-4dfadfebd629 2018-10-26 09:34:42,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63882032a1bb8061b2825f37222b3d635dda96ea" 2018-10-26 09:34:42,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1357e1d-3545-4dfd-985f-8985856367da 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:34:42,096 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-c1357e1d-3545-4dfd-985f-8985856367da 2018-10-26 09:34:42,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63882032a1bb8061b2825f37222b3d635dda96ea" 2018-10-26 09:34:42,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-977127a4-f57c-40ac-a642-ec55a18ae8ab 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:34:42,196 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-977127a4-f57c-40ac-a642-ec55a18ae8ab 2018-10-26 09:34:42,197 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-0584acab-72c5-450-proj 2018-10-26 09:34:42,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/c658575015ed43e1a1f85ced91d7ff9f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63882032a1bb8061b2825f37222b3d635dda96ea" 2018-10-26 09:34:42,422 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:34:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-26747282-33d9-49b5-8777-78a93f55204b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:34:42,422 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/c658575015ed43e1a1f85ced91d7ff9f used request id req-26747282-33d9-49b5-8777-78a93f55204b 2018-10-26 09:34:42,423 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-0584acab-72c5-450-proj-role 2018-10-26 09:34:42,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/ae7a6a2e7ba5447b950c25b609c71c79 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63882032a1bb8061b2825f37222b3d635dda96ea" 2018-10-26 09:34:42,533 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:34:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b0164a9c-c5fd-4b24-a10a-9c37d9495be2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:34:42,533 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/ae7a6a2e7ba5447b950c25b609c71c79 used request id req-b0164a9c-c5fd-4b24-a10a-9c37d9495be2 2018-10-26 09:34:42,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63882032a1bb8061b2825f37222b3d635dda96ea" 2018-10-26 09:34:42,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33950268-284b-4614-93ce-acd0611d908c Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:34:42,633 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-33950268-284b-4614-93ce-acd0611d908c 2018-10-26 09:34:42,634 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-0584acab-72c5-450-user 2018-10-26 09:34:42,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/076cc131238a4f9d8ed291c09e8591df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07b3fbd09156daa85767330875a181dbde3664f4" 2018-10-26 09:34:42,919 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:34:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-de2009bf-e7cb-47f6-85e2-4ae21796bc49 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:34:42,919 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/076cc131238a4f9d8ed291c09e8591df used request id req-de2009bf-e7cb-47f6-85e2-4ae21796bc49 2018-10-26 09:34:42,921 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:34:43,309 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:34:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["_MTpga5fS26tfQ_4EQ_HeQ"], "issued_at": "2018-10-26T09:34:43.000000Z"}} 2018-10-26 09:34:43,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54e5a13557265eba1155d63818e1a44169b5bce7" 2018-10-26 09:34:43,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8d1e63e-09a0-4c4b-8e50-24e835e4740e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:34:43,399 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c8d1e63e-09a0-4c4b-8e50-24e835e4740e 2018-10-26 09:34:43,401 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:34:43,402 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:34:43,784 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:34:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["sb0ebJpdSui5lWahy3Mzsw"], "issued_at": "2018-10-26T09:34:43.000000Z"}} 2018-10-26 09:34:43,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6376da75446df618fed1c805ade7053850dddc3" 2018-10-26 09:34:43,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c9aaf48-2bd6-48ab-88ed-5846428f615d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:34:43,867 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-2c9aaf48-2bd6-48ab-88ed-5846428f615d 2018-10-26 09:34:43,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:34:43,878 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:34:43,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-16e4f9ce-97de-429-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6376da75446df618fed1c805ade7053850dddc3" 2018-10-26 09:34:44,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d1597ad-5e68-47f0-ab20-9e40c2fc8926 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-16e4f9ce-97de-429-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:34:44,041 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-16e4f9ce-97de-429-proj used request id req-4d1597ad-5e68-47f0-ab20-9e40c2fc8926 2018-10-26 09:34:44,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6376da75446df618fed1c805ade7053850dddc3" 2018-10-26 09:34:44,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-631802b6-3508-4660-9682-e59af093a083 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:34:44,133 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-631802b6-3508-4660-9682-e59af093a083 2018-10-26 09:34:44,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6376da75446df618fed1c805ade7053850dddc3" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageNegativeTests-16e4f9ce-97de-429-proj"}}' 2018-10-26 09:34:44,246 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:34:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8c3181bc-9d11-41a0-b230-5ae94af3acbb Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b2f0ea4e1a6c4fb184a28258c916f1e3"}, "enabled": true, "id": "b2f0ea4e1a6c4fb184a28258c916f1e3", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-16e4f9ce-97de-429-proj"}} 2018-10-26 09:34:44,246 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-8c3181bc-9d11-41a0-b230-5ae94af3acbb 2018-10-26 09:34:44,247 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-16e4f9ce-97de-429-proj 2018-10-26 09:34:44,247 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:34:44,248 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:34:44,626 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:34:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["NxwPRx0mSo2Gm2dUokRdeA"], "issued_at": "2018-10-26T09:34:44.000000Z"}} 2018-10-26 09:34:44,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40f4349bb8988458a63499219dad07d490f08bcc" 2018-10-26 09:34:44,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-048f98e8-1a10-469a-b097-f3ca0ade0094 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:34:44,710 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-048f98e8-1a10-469a-b097-f3ca0ade0094 2018-10-26 09:34:44,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:34:44,720 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:34:44,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40f4349bb8988458a63499219dad07d490f08bcc" 2018-10-26 09:34:44,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a21488b-3409-4ac8-81d3-3e8915b39bd8 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:34:44,754 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-2a21488b-3409-4ac8-81d3-3e8915b39bd8 2018-10-26 09:34:44,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateImageNegativeTests-16e4f9ce-97de-429-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40f4349bb8988458a63499219dad07d490f08bcc" 2018-10-26 09:34:44,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-599e5bf2-e597-4ae7-9618-dbe3b6d2ee24 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateImageNegativeTests-16e4f9ce-97de-429-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b2f0ea4e1a6c4fb184a28258c916f1e3"}, "enabled": true, "id": "b2f0ea4e1a6c4fb184a28258c916f1e3", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-16e4f9ce-97de-429-proj"}]} 2018-10-26 09:34:44,846 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateImageNegativeTests-16e4f9ce-97de-429-proj used request id req-599e5bf2-e597-4ae7-9618-dbe3b6d2ee24 2018-10-26 09:34:44,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40f4349bb8988458a63499219dad07d490f08bcc" 2018-10-26 09:34:44,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01dc27ef-a48a-45a3-a9a4-ca9708c260e0 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:34:44,941 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-01dc27ef-a48a-45a3-a9a4-ca9708c260e0 2018-10-26 09:34:45,298 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-16e4f9ce-97de-429-user 2018-10-26 09:34:45,298 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:34:45,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6376da75446df618fed1c805ade7053850dddc3" 2018-10-26 09:34:45,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0bbd7b0-fb7e-48b7-a64a-f6d1f2c1c805 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:34:45,321 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-e0bbd7b0-fb7e-48b7-a64a-f6d1f2c1c805 2018-10-26 09:34:45,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6376da75446df618fed1c805ade7053850dddc3" -d '{"role": {"name": "CreateImageNegativeTests-16e4f9ce-97de-429-proj-role"}}' 2018-10-26 09:34:45,498 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:34:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9dcbc818-8934-471a-927c-b224c51b8de0 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "769a4c929252457ab6013b44a1082677", "links": {"self": "http://172.30.9.21:5000/v3/roles/769a4c929252457ab6013b44a1082677"}, "name": "CreateImageNegativeTests-16e4f9ce-97de-429-proj-role"}} 2018-10-26 09:34:45,498 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-9dcbc818-8934-471a-927c-b224c51b8de0 2018-10-26 09:34:45,498 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-16e4f9ce-97de-429-proj-role 2018-10-26 09:34:45,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/769a4c929252457ab6013b44a1082677 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6376da75446df618fed1c805ade7053850dddc3" 2018-10-26 09:34:45,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d291d07-b284-459b-b865-f82794eae5c8 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/769a4c929252457ab6013b44a1082677"}, "domain_id": null, "name": "CreateImageNegativeTests-16e4f9ce-97de-429-proj-role", "id": "769a4c929252457ab6013b44a1082677"}} 2018-10-26 09:34:45,582 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/769a4c929252457ab6013b44a1082677 used request id req-1d291d07-b284-459b-b865-f82794eae5c8 2018-10-26 09:34:45,582 - keystone_utils - INFO - Granting role CreateImageNegativeTests-16e4f9ce-97de-429-proj-role to project CreateImageNegativeTests-16e4f9ce-97de-429-proj 2018-10-26 09:34:45,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/b2f0ea4e1a6c4fb184a28258c916f1e3/users/2409751acc274c43bf26be7490580a39/roles/769a4c929252457ab6013b44a1082677 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6376da75446df618fed1c805ade7053850dddc3" 2018-10-26 09:34:45,734 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:34:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-88c3bb01-4938-46c8-8734-cc6231c551ac Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:34:45,734 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/b2f0ea4e1a6c4fb184a28258c916f1e3/users/2409751acc274c43bf26be7490580a39/roles/769a4c929252457ab6013b44a1082677 used request id req-88c3bb01-4938-46c8-8734-cc6231c551ac 2018-10-26 09:34:45,734 - openstack_tests - DEBUG - Image metadata - None 2018-10-26 09:34:45,735 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:34:45,736 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:34:46,118 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "769a4c929252457ab6013b44a1082677", "name": "CreateImageNegativeTests-16e4f9ce-97de-429-proj-role"}], "expires_at": "2018-10-26T10:34:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b2f0ea4e1a6c4fb184a28258c916f1e3", "name": "CreateImageNegativeTests-16e4f9ce-97de-429-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/b2f0ea4e1a6c4fb184a28258c916f1e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/b2f0ea4e1a6c4fb184a28258c916f1e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/b2f0ea4e1a6c4fb184a28258c916f1e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/b2f0ea4e1a6c4fb184a28258c916f1e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/b2f0ea4e1a6c4fb184a28258c916f1e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/b2f0ea4e1a6c4fb184a28258c916f1e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b2f0ea4e1a6c4fb184a28258c916f1e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/b2f0ea4e1a6c4fb184a28258c916f1e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/b2f0ea4e1a6c4fb184a28258c916f1e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b2f0ea4e1a6c4fb184a28258c916f1e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/b2f0ea4e1a6c4fb184a28258c916f1e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/b2f0ea4e1a6c4fb184a28258c916f1e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageNegativeTests-16e4f9ce-97de-429-user", "id": "2409751acc274c43bf26be7490580a39"}, "audit_ids": ["A5JOsDrnRJqEqYcLSTWX8w"], "issued_at": "2018-10-26T09:34:46.000000Z"}} 2018-10-26 09:34:46,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e17abb3b9fc7b0a00de9d7ee200007a6388aa511" 2018-10-26 09:34:46,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37a85525-d392-4e17-a84a-6e3662323f95 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:34:46,189 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-37a85525-d392-4e17-a84a-6e3662323f95 2018-10-26 09:34:46,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageNegativeTests-55c56a92-6869-45e2-aa9c-2c26c7d49b59 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e17abb3b9fc7b0a00de9d7ee200007a6388aa511" 2018-10-26 09:34:46,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 163 Content-Type: application/json X-Openstack-Request-Id: req-9d8cc178-49f8-490b-949f-4ecee642710f Date: Fri, 26 Oct 2018 09:34:46 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageNegativeTests-55c56a92-6869-45e2-aa9c-2c26c7d49b59"} 2018-10-26 09:34:46,362 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageNegativeTests-55c56a92-6869-45e2-aa9c-2c26c7d49b59 used request id req-9d8cc178-49f8-490b-949f-4ecee642710f 2018-10-26 09:34:46,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e17abb3b9fc7b0a00de9d7ee200007a6388aa511" 2018-10-26 09:34:46,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ce5000c1-9ee2-437e-94d8-eadaef439248 Date: Fri, 26 Oct 2018 09:34: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-26 09:34:46,523 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-ce5000c1-9ee2-437e-94d8-eadaef439248 2018-10-26 09:34:46,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e17abb3b9fc7b0a00de9d7ee200007a6388aa511" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageNegativeTests-55c56a92-6869-45e2-aa9c-2c26c7d49b59"}' 2018-10-26 09:34:46,763 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 622 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/fa6da00e-1f97-4d26-9099-5533fedd01d8 X-Openstack-Request-Id: req-21060120-2475-48b5-ba7e-644ca029a02d Date: Fri, 26 Oct 2018 09:34:46 GMT RESP BODY: {"status": "queued", "name": "CreateImageNegativeTests-55c56a92-6869-45e2-aa9c-2c26c7d49b59", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:34:46Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-26T09:34:46Z", "visibility": "shared", "locations": [], "self": "/v2/images/fa6da00e-1f97-4d26-9099-5533fedd01d8", "min_disk": 0, "protected": false, "id": "fa6da00e-1f97-4d26-9099-5533fedd01d8", "file": "/v2/images/fa6da00e-1f97-4d26-9099-5533fedd01d8/file", "checksum": null, "owner": "b2f0ea4e1a6c4fb184a28258c916f1e3", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:34:46,764 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-21060120-2475-48b5-ba7e-644ca029a02d 2018-10-26 09:34:46,772 - glance_utils - ERROR - Unexpected exception creating image. Rolling back 2018-10-26 09:34:46,772 - glance_utils - INFO - Deleting image named - CreateImageNegativeTests-55c56a92-6869-45e2-aa9c-2c26c7d49b59 2018-10-26 09:34:46,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/fa6da00e-1f97-4d26-9099-5533fedd01d8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e17abb3b9fc7b0a00de9d7ee200007a6388aa511" 2018-10-26 09:34:47,090 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f3075fc5-368d-4aea-87cb-0de1c88d7f87 Date: Fri, 26 Oct 2018 09:34: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-26 09:34:47,091 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/fa6da00e-1f97-4d26-9099-5533fedd01d8 used request id req-f3075fc5-368d-4aea-87cb-0de1c88d7f87 2018-10-26 09:34:47,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6376da75446df618fed1c805ade7053850dddc3" 2018-10-26 09:34:47,303 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-e6211852-47c6-4194-aa77-542c5d5dcfcc Date: Fri, 26 Oct 2018 09:34:47 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:34:47,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-e6211852-47c6-4194-aa77-542c5d5dcfcc 2018-10-26 09:34:47,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6376da75446df618fed1c805ade7053850dddc3" 2018-10-26 09:34:47,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dec6fd9c-99e1-416e-9a23-7f442173ea30 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:34:47,395 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-dec6fd9c-99e1-416e-9a23-7f442173ea30 2018-10-26 09:34:47,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6376da75446df618fed1c805ade7053850dddc3" 2018-10-26 09:34:47,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be576660-8aaf-4814-9237-6532c1e55eb8 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:34:47,483 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-be576660-8aaf-4814-9237-6532c1e55eb8 2018-10-26 09:34:47,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6376da75446df618fed1c805ade7053850dddc3" 2018-10-26 09:34:47,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-554fc960-d13e-4464-b879-d7b8767c2530 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:34:47,570 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-554fc960-d13e-4464-b879-d7b8767c2530 2018-10-26 09:34:47,570 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-16e4f9ce-97de-429-proj 2018-10-26 09:34:47,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/b2f0ea4e1a6c4fb184a28258c916f1e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6376da75446df618fed1c805ade7053850dddc3" 2018-10-26 09:34:47,792 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:34:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5f4957bb-0fa2-49a4-bf26-725452371840 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:34:47,793 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/b2f0ea4e1a6c4fb184a28258c916f1e3 used request id req-5f4957bb-0fa2-49a4-bf26-725452371840 2018-10-26 09:34:47,793 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-16e4f9ce-97de-429-proj-role 2018-10-26 09:34:47,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/769a4c929252457ab6013b44a1082677 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6376da75446df618fed1c805ade7053850dddc3" 2018-10-26 09:34:47,910 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:34:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-123a610f-150f-47fc-be35-bfeb22758440 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:34:47,910 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/769a4c929252457ab6013b44a1082677 used request id req-123a610f-150f-47fc-be35-bfeb22758440 2018-10-26 09:34:47,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6376da75446df618fed1c805ade7053850dddc3" 2018-10-26 09:34:47,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3655c40-7d75-465c-9fdb-525ca6c5e6e6 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:34:47,999 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-f3655c40-7d75-465c-9fdb-525ca6c5e6e6 2018-10-26 09:34:48,000 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-16e4f9ce-97de-429-user 2018-10-26 09:34:48,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/2409751acc274c43bf26be7490580a39 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40f4349bb8988458a63499219dad07d490f08bcc" 2018-10-26 09:34:48,171 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:34:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8b566402-d171-4918-9a3c-8f7f5f240085 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:34:48,171 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/2409751acc274c43bf26be7490580a39 used request id req-8b566402-d171-4918-9a3c-8f7f5f240085 2018-10-26 09:34:48,173 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:34:48,549 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:34:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["iGQ-gi5eRKuLoHO6SOAZnw"], "issued_at": "2018-10-26T09:34:48.000000Z"}} 2018-10-26 09:34:48,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c07c415afa2265806d7f351217f82a18d1ee61e2" 2018-10-26 09:34:48,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-899b6e11-5705-4d44-bb05-271eeb347f56 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:34:48,625 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-899b6e11-5705-4d44-bb05-271eeb347f56 2018-10-26 09:34:48,626 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:34:48,627 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:34:49,032 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:34:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["O-VRBftZSnqncXBtnnV0pw"], "issued_at": "2018-10-26T09:34:49.000000Z"}} 2018-10-26 09:34:49,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b316385656c723e200b7e936189316acfabef32" 2018-10-26 09:34:49,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4af73125-318d-44ec-b68f-75041e03e802 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:34:49,118 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-4af73125-318d-44ec-b68f-75041e03e802 2018-10-26 09:34:49,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:34:49,128 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:34:49,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-149fd5de-766d-40d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b316385656c723e200b7e936189316acfabef32" 2018-10-26 09:34:49,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80b07b61-85ca-48b1-8e62-35f1af01333b Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-149fd5de-766d-40d-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:34:49,222 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-149fd5de-766d-40d-proj used request id req-80b07b61-85ca-48b1-8e62-35f1af01333b 2018-10-26 09:34:49,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b316385656c723e200b7e936189316acfabef32" 2018-10-26 09:34:49,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd74b741-450b-4207-bb06-67988cd57c80 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:34:49,243 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-cd74b741-450b-4207-bb06-67988cd57c80 2018-10-26 09:34:49,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b316385656c723e200b7e936189316acfabef32" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageNegativeTests-149fd5de-766d-40d-proj"}}' 2018-10-26 09:34:49,360 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:34:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-945a6aad-b03b-4bc4-9e3f-c0ed5a4c0e8f Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/0891adeeda154e9bba9bb544aef33725"}, "enabled": true, "id": "0891adeeda154e9bba9bb544aef33725", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-149fd5de-766d-40d-proj"}} 2018-10-26 09:34:49,361 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-945a6aad-b03b-4bc4-9e3f-c0ed5a4c0e8f 2018-10-26 09:34:49,361 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-149fd5de-766d-40d-proj 2018-10-26 09:34:49,361 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:34:49,362 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:34:49,746 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:34:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["tuTmFlj6SJGy2_jXusCemQ"], "issued_at": "2018-10-26T09:34:49.000000Z"}} 2018-10-26 09:34:49,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee77102d21ed1212ac6ebc74566c5cb512d1eeac" 2018-10-26 09:34:49,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64b5546a-dddd-43e2-b0f5-1c370c72e5c4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:34:49,837 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-64b5546a-dddd-43e2-b0f5-1c370c72e5c4 2018-10-26 09:34:49,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:34:49,846 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:34:49,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee77102d21ed1212ac6ebc74566c5cb512d1eeac" 2018-10-26 09:34:49,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54d53cc7-102a-40c6-be2b-56e33bf9ff7b Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:34:49,952 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-54d53cc7-102a-40c6-be2b-56e33bf9ff7b 2018-10-26 09:34:49,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateImageNegativeTests-149fd5de-766d-40d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee77102d21ed1212ac6ebc74566c5cb512d1eeac" 2018-10-26 09:34:50,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-676fb108-bfa1-4b1e-b74c-5794c2268bbf Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateImageNegativeTests-149fd5de-766d-40d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/0891adeeda154e9bba9bb544aef33725"}, "enabled": true, "id": "0891adeeda154e9bba9bb544aef33725", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-149fd5de-766d-40d-proj"}]} 2018-10-26 09:34:50,048 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateImageNegativeTests-149fd5de-766d-40d-proj used request id req-676fb108-bfa1-4b1e-b74c-5794c2268bbf 2018-10-26 09:34:50,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee77102d21ed1212ac6ebc74566c5cb512d1eeac" 2018-10-26 09:34:50,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fb9c170-1fda-4c5e-bd27-d872e01fcc82 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:34:50,136 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-5fb9c170-1fda-4c5e-bd27-d872e01fcc82 2018-10-26 09:34:50,503 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-149fd5de-766d-40d-user 2018-10-26 09:34:50,503 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:34:50,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b316385656c723e200b7e936189316acfabef32" 2018-10-26 09:34:50,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7b038ce-4885-4fb7-98c4-31d8cec3ce34 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:34:50,609 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-b7b038ce-4885-4fb7-98c4-31d8cec3ce34 2018-10-26 09:34:50,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b316385656c723e200b7e936189316acfabef32" -d '{"role": {"name": "CreateImageNegativeTests-149fd5de-766d-40d-proj-role"}}' 2018-10-26 09:34:50,719 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:34:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dca46112-fdbb-411f-a82a-012238afd968 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "488864b4943a42f49fddda1a649594fa", "links": {"self": "http://172.30.9.21:5000/v3/roles/488864b4943a42f49fddda1a649594fa"}, "name": "CreateImageNegativeTests-149fd5de-766d-40d-proj-role"}} 2018-10-26 09:34:50,719 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-dca46112-fdbb-411f-a82a-012238afd968 2018-10-26 09:34:50,719 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-149fd5de-766d-40d-proj-role 2018-10-26 09:34:50,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/488864b4943a42f49fddda1a649594fa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b316385656c723e200b7e936189316acfabef32" 2018-10-26 09:34:50,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4588c4a-2513-4dfb-9129-bb38863ba284 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/488864b4943a42f49fddda1a649594fa"}, "domain_id": null, "name": "CreateImageNegativeTests-149fd5de-766d-40d-proj-role", "id": "488864b4943a42f49fddda1a649594fa"}} 2018-10-26 09:34:50,814 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/488864b4943a42f49fddda1a649594fa used request id req-f4588c4a-2513-4dfb-9129-bb38863ba284 2018-10-26 09:34:50,814 - keystone_utils - INFO - Granting role CreateImageNegativeTests-149fd5de-766d-40d-proj-role to project CreateImageNegativeTests-149fd5de-766d-40d-proj 2018-10-26 09:34:50,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/0891adeeda154e9bba9bb544aef33725/users/2f9fec15d15e48788034c3dba7c89564/roles/488864b4943a42f49fddda1a649594fa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b316385656c723e200b7e936189316acfabef32" 2018-10-26 09:34:50,953 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:34:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f3d7841e-b9a9-484b-b6ad-0d03b62aae6c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:34:50,953 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/0891adeeda154e9bba9bb544aef33725/users/2f9fec15d15e48788034c3dba7c89564/roles/488864b4943a42f49fddda1a649594fa used request id req-f3d7841e-b9a9-484b-b6ad-0d03b62aae6c 2018-10-26 09:34:50,954 - openstack_tests - DEBUG - Image metadata - None 2018-10-26 09:34:50,954 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:34:50,955 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:34:51,322 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "488864b4943a42f49fddda1a649594fa", "name": "CreateImageNegativeTests-149fd5de-766d-40d-proj-role"}], "expires_at": "2018-10-26T10:34:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0891adeeda154e9bba9bb544aef33725", "name": "CreateImageNegativeTests-149fd5de-766d-40d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/0891adeeda154e9bba9bb544aef33725", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/0891adeeda154e9bba9bb544aef33725", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/0891adeeda154e9bba9bb544aef33725", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/0891adeeda154e9bba9bb544aef33725", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/0891adeeda154e9bba9bb544aef33725", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/0891adeeda154e9bba9bb544aef33725", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/0891adeeda154e9bba9bb544aef33725", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/0891adeeda154e9bba9bb544aef33725", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/0891adeeda154e9bba9bb544aef33725", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/0891adeeda154e9bba9bb544aef33725", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/0891adeeda154e9bba9bb544aef33725", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/0891adeeda154e9bba9bb544aef33725", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageNegativeTests-149fd5de-766d-40d-user", "id": "2f9fec15d15e48788034c3dba7c89564"}, "audit_ids": ["aXzocYdKT3KPkSg5CSLjyA"], "issued_at": "2018-10-26T09:34:51.000000Z"}} 2018-10-26 09:34:51,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f3116d2e0775971bd9ee22ac7ff0f9f3b266a50c" 2018-10-26 09:34:51,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b98c2697-7cd6-4232-8cb3-1c0dadf265d1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:34:51,399 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b98c2697-7cd6-4232-8cb3-1c0dadf265d1 2018-10-26 09:34:51,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=foo&name=CreateImageNegativeTests-48b32af1-83d7-49c8-a53b-b056772feafc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f3116d2e0775971bd9ee22ac7ff0f9f3b266a50c" 2018-10-26 09:34:51,569 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 161 Content-Type: application/json X-Openstack-Request-Id: req-ebd29675-a2be-4a82-9394-3ec195f1165f Date: Fri, 26 Oct 2018 09:34:51 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=foo&limit=20&name=CreateImageNegativeTests-48b32af1-83d7-49c8-a53b-b056772feafc"} 2018-10-26 09:34:51,569 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=foo&name=CreateImageNegativeTests-48b32af1-83d7-49c8-a53b-b056772feafc used request id req-ebd29675-a2be-4a82-9394-3ec195f1165f 2018-10-26 09:34:51,570 - file_utils - DEBUG - Downloading file from - http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img 2018-10-26 09:34:51,570 - file_utils - DEBUG - Saving file to - /tmp/856a4ea5-e8e9-4fd1-a9db-1275e5d67662 2018-10-26 09:34:51,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f3116d2e0775971bd9ee22ac7ff0f9f3b266a50c" 2018-10-26 09:34:51,955 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2bf0b8c2-73aa-401d-9188-608285cfcd75 Date: Fri, 26 Oct 2018 09:34: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-26 09:34:51,956 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-2bf0b8c2-73aa-401d-9188-608285cfcd75 2018-10-26 09:34:51,978 - glance_utils - ERROR - Unexpected exception creating image. Rolling back 2018-10-26 09:34:51,979 - glance_utils - DEBUG - Closing file ./tmp/856a4ea5-e8e9-4fd1-a9db-1275e5d67662 2018-10-26 09:34:51,979 - glance_utils - INFO - Removing file ./tmp/856a4ea5-e8e9-4fd1-a9db-1275e5d67662 2018-10-26 09:34:51,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b316385656c723e200b7e936189316acfabef32" 2018-10-26 09:34:52,209 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-ef5e13e7-b18b-4bf8-adac-08d44748a3a5 Date: Fri, 26 Oct 2018 09:34:52 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:34:52,210 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-ef5e13e7-b18b-4bf8-adac-08d44748a3a5 2018-10-26 09:34:52,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b316385656c723e200b7e936189316acfabef32" 2018-10-26 09:34:52,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7466615f-b2b6-49b6-954d-21ac13956e3a 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:34:52,304 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-7466615f-b2b6-49b6-954d-21ac13956e3a 2018-10-26 09:34:52,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b316385656c723e200b7e936189316acfabef32" 2018-10-26 09:34:52,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d4ac91e-0ba5-492f-82fa-ce00faf81264 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:34:52,390 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-6d4ac91e-0ba5-492f-82fa-ce00faf81264 2018-10-26 09:34:52,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b316385656c723e200b7e936189316acfabef32" 2018-10-26 09:34:52,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bd17534-f18e-49fb-93e1-e480bc91aa5f 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:34:52,483 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-8bd17534-f18e-49fb-93e1-e480bc91aa5f 2018-10-26 09:34:52,484 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-149fd5de-766d-40d-proj 2018-10-26 09:34:52,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/0891adeeda154e9bba9bb544aef33725 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b316385656c723e200b7e936189316acfabef32" 2018-10-26 09:34:52,723 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:34:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d3be8bab-8ef4-4b6e-8c0c-906cf2c28d60 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:34:52,723 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/0891adeeda154e9bba9bb544aef33725 used request id req-d3be8bab-8ef4-4b6e-8c0c-906cf2c28d60 2018-10-26 09:34:52,724 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-149fd5de-766d-40d-proj-role 2018-10-26 09:34:52,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/488864b4943a42f49fddda1a649594fa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b316385656c723e200b7e936189316acfabef32" 2018-10-26 09:34:52,833 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:34:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aa056d41-9b8f-4c23-95f5-52864ad46ec1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:34:52,833 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/488864b4943a42f49fddda1a649594fa used request id req-aa056d41-9b8f-4c23-95f5-52864ad46ec1 2018-10-26 09:34:52,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b316385656c723e200b7e936189316acfabef32" 2018-10-26 09:34:52,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df1b2ac3-1966-4339-910d-0b29551bbfce Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:34:52,926 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-df1b2ac3-1966-4339-910d-0b29551bbfce 2018-10-26 09:34:52,926 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-149fd5de-766d-40d-user 2018-10-26 09:34:52,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/2f9fec15d15e48788034c3dba7c89564 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee77102d21ed1212ac6ebc74566c5cb512d1eeac" 2018-10-26 09:34:53,190 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:34:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b7520be3-fe17-4e30-bed5-ea77217de700 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:34:53,190 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/2f9fec15d15e48788034c3dba7c89564 used request id req-b7520be3-fe17-4e30-bed5-ea77217de700 2018-10-26 09:34:53,191 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:34:53,650 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:34:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["0eTPSl23T_mOX8FeeTghtA"], "issued_at": "2018-10-26T09:34:53.000000Z"}} 2018-10-26 09:34:53,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78c2bad158538e81eeee48f996e4310f5d317418" 2018-10-26 09:34:53,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ac0f3b1-114d-4dda-8858-46aed5f5be3c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:34:53,737 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-9ac0f3b1-114d-4dda-8858-46aed5f5be3c 2018-10-26 09:34:53,738 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:34:53,739 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:34:54,146 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:34:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["OKNxlfmHTsa1BVl9OaUvYA"], "issued_at": "2018-10-26T09:34:54.000000Z"}} 2018-10-26 09:34:54,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e57298eee659ef5352186d3c0309305106c58e2" 2018-10-26 09:34:54,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a85ea80e-2b43-4dd5-bd6f-591c40f35464 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:34:54,226 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a85ea80e-2b43-4dd5-bd6f-591c40f35464 2018-10-26 09:34:54,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:34:54,237 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:34: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:34:54,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-5abfdf9b-5118-48b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e57298eee659ef5352186d3c0309305106c58e2" 2018-10-26 09:34:54,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acff1f2d-c473-4572-a5e4-58987112cb7a Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-5abfdf9b-5118-48b-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:34:54,325 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-5abfdf9b-5118-48b-proj used request id req-acff1f2d-c473-4572-a5e4-58987112cb7a 2018-10-26 09:34:54,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e57298eee659ef5352186d3c0309305106c58e2" 2018-10-26 09:34:54,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ccc290e-2ffd-489a-a2fb-e72689801fa1 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:34:54,420 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-4ccc290e-2ffd-489a-a2fb-e72689801fa1 2018-10-26 09:34:54,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e57298eee659ef5352186d3c0309305106c58e2" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageNegativeTests-5abfdf9b-5118-48b-proj"}}' 2018-10-26 09:34:54,546 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:34:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3ecd57ef-d3fd-4991-b530-4dcdf863e9fe Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e81a6053f6724dab9b5420cee8295be2"}, "enabled": true, "id": "e81a6053f6724dab9b5420cee8295be2", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-5abfdf9b-5118-48b-proj"}} 2018-10-26 09:34:54,546 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-3ecd57ef-d3fd-4991-b530-4dcdf863e9fe 2018-10-26 09:34:54,546 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-5abfdf9b-5118-48b-proj 2018-10-26 09:34:54,546 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:34:54,547 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:34:54,932 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:34:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["2KXulb9pTYOgXPfa7b3jLg"], "issued_at": "2018-10-26T09:34:54.000000Z"}} 2018-10-26 09:34:54,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e2f1d3cbb13de6e5bc1fdd9e1cb6fe383e96ec" 2018-10-26 09:34:55,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-714b54b8-f975-401f-a3d4-5003a26a28a4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:34:55,010 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-714b54b8-f975-401f-a3d4-5003a26a28a4 2018-10-26 09:34:55,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:34:55,019 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:34: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:34:55,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e2f1d3cbb13de6e5bc1fdd9e1cb6fe383e96ec" 2018-10-26 09:34:55,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6ef7078-9648-4f83-a9f7-1f3662395176 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:34:55,126 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-c6ef7078-9648-4f83-a9f7-1f3662395176 2018-10-26 09:34:55,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateImageNegativeTests-5abfdf9b-5118-48b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e2f1d3cbb13de6e5bc1fdd9e1cb6fe383e96ec" 2018-10-26 09:34:55,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68d9fda2-b1fd-4812-bc7b-44af803a016c Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateImageNegativeTests-5abfdf9b-5118-48b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e81a6053f6724dab9b5420cee8295be2"}, "enabled": true, "id": "e81a6053f6724dab9b5420cee8295be2", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-5abfdf9b-5118-48b-proj"}]} 2018-10-26 09:34:55,218 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateImageNegativeTests-5abfdf9b-5118-48b-proj used request id req-68d9fda2-b1fd-4812-bc7b-44af803a016c 2018-10-26 09:34:55,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e2f1d3cbb13de6e5bc1fdd9e1cb6fe383e96ec" 2018-10-26 09:34:55,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36ae59ae-8643-45e4-81af-8ec314d1185b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:34:55,319 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-36ae59ae-8643-45e4-81af-8ec314d1185b 2018-10-26 09:34:55,684 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-5abfdf9b-5118-48b-user 2018-10-26 09:34:55,684 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:34:55,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e57298eee659ef5352186d3c0309305106c58e2" 2018-10-26 09:34:55,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a10fbeac-ecff-4515-bf1a-3aca92563791 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:34:55,708 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-a10fbeac-ecff-4515-bf1a-3aca92563791 2018-10-26 09:34:55,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e57298eee659ef5352186d3c0309305106c58e2" -d '{"role": {"name": "CreateImageNegativeTests-5abfdf9b-5118-48b-proj-role"}}' 2018-10-26 09:34:55,833 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:34:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-41f980c8-331d-4d57-8666-09d2a37b427e Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "200da131c4be4a499867a3e3f98fcf10", "links": {"self": "http://172.30.9.21:5000/v3/roles/200da131c4be4a499867a3e3f98fcf10"}, "name": "CreateImageNegativeTests-5abfdf9b-5118-48b-proj-role"}} 2018-10-26 09:34:55,833 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-41f980c8-331d-4d57-8666-09d2a37b427e 2018-10-26 09:34:55,834 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-5abfdf9b-5118-48b-proj-role 2018-10-26 09:34:55,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/200da131c4be4a499867a3e3f98fcf10 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e57298eee659ef5352186d3c0309305106c58e2" 2018-10-26 09:34:55,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1344387d-dab4-47bf-a27c-57fea752a1d1 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/200da131c4be4a499867a3e3f98fcf10"}, "domain_id": null, "name": "CreateImageNegativeTests-5abfdf9b-5118-48b-proj-role", "id": "200da131c4be4a499867a3e3f98fcf10"}} 2018-10-26 09:34:55,925 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/200da131c4be4a499867a3e3f98fcf10 used request id req-1344387d-dab4-47bf-a27c-57fea752a1d1 2018-10-26 09:34:55,925 - keystone_utils - INFO - Granting role CreateImageNegativeTests-5abfdf9b-5118-48b-proj-role to project CreateImageNegativeTests-5abfdf9b-5118-48b-proj 2018-10-26 09:34:55,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/e81a6053f6724dab9b5420cee8295be2/users/88e166e203cb447ebe7e1baa683b1eae/roles/200da131c4be4a499867a3e3f98fcf10 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e57298eee659ef5352186d3c0309305106c58e2" 2018-10-26 09:34:56,058 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:34:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d8bd38fd-a977-4259-a8b7-0678f8b02908 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:34:56,058 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/e81a6053f6724dab9b5420cee8295be2/users/88e166e203cb447ebe7e1baa683b1eae/roles/200da131c4be4a499867a3e3f98fcf10 used request id req-d8bd38fd-a977-4259-a8b7-0678f8b02908 2018-10-26 09:34:56,058 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:34:56,059 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:34:56,439 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "200da131c4be4a499867a3e3f98fcf10", "name": "CreateImageNegativeTests-5abfdf9b-5118-48b-proj-role"}], "expires_at": "2018-10-26T10:34:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e81a6053f6724dab9b5420cee8295be2", "name": "CreateImageNegativeTests-5abfdf9b-5118-48b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e81a6053f6724dab9b5420cee8295be2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e81a6053f6724dab9b5420cee8295be2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e81a6053f6724dab9b5420cee8295be2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e81a6053f6724dab9b5420cee8295be2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e81a6053f6724dab9b5420cee8295be2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e81a6053f6724dab9b5420cee8295be2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e81a6053f6724dab9b5420cee8295be2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e81a6053f6724dab9b5420cee8295be2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e81a6053f6724dab9b5420cee8295be2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e81a6053f6724dab9b5420cee8295be2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e81a6053f6724dab9b5420cee8295be2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e81a6053f6724dab9b5420cee8295be2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageNegativeTests-5abfdf9b-5118-48b-user", "id": "88e166e203cb447ebe7e1baa683b1eae"}, "audit_ids": ["eE1vp797RRSQ444Zy8HnSg"], "issued_at": "2018-10-26T09:34:56.000000Z"}} 2018-10-26 09:34:56,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76287efdeeb9b3e93f2d208de43708d630f1cf0b" 2018-10-26 09:34:56,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f127a81-da14-44c2-8471-91ad02668f63 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:34:56,515 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-3f127a81-da14-44c2-8471-91ad02668f63 2018-10-26 09:34:56,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&name=foo -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}76287efdeeb9b3e93f2d208de43708d630f1cf0b" 2018-10-26 09:34:56,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 87 Content-Type: application/json X-Openstack-Request-Id: req-3ac9ca1d-7937-4ac9-83de-3b9e2f657ab2 Date: Fri, 26 Oct 2018 09:34:56 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20&name=foo"} 2018-10-26 09:34:56,710 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&name=foo used request id req-3ac9ca1d-7937-4ac9-83de-3b9e2f657ab2 2018-10-26 09:34:56,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e57298eee659ef5352186d3c0309305106c58e2" 2018-10-26 09:34:56,928 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-b642a925-95e4-4697-a9a2-c195b861465a Date: Fri, 26 Oct 2018 09:34:56 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:34:56,929 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-b642a925-95e4-4697-a9a2-c195b861465a 2018-10-26 09:34:56,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e57298eee659ef5352186d3c0309305106c58e2" 2018-10-26 09:34:57,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bae3266a-1a56-4d9e-a8d5-e12aa594aeb0 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:34:57,015 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-bae3266a-1a56-4d9e-a8d5-e12aa594aeb0 2018-10-26 09:34:57,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e57298eee659ef5352186d3c0309305106c58e2" 2018-10-26 09:34:57,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78e54356-045f-4328-a3fc-5fce88ada70d 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:34:57,106 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-78e54356-045f-4328-a3fc-5fce88ada70d 2018-10-26 09:34:57,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e57298eee659ef5352186d3c0309305106c58e2" 2018-10-26 09:34:57,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83d87457-aa12-45b8-bff0-d0b207cd8f03 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:34:57,195 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-83d87457-aa12-45b8-bff0-d0b207cd8f03 2018-10-26 09:34:57,195 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-5abfdf9b-5118-48b-proj 2018-10-26 09:34:57,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/e81a6053f6724dab9b5420cee8295be2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e57298eee659ef5352186d3c0309305106c58e2" 2018-10-26 09:34:57,382 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:34:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9ef1c2e4-228d-4a56-9a71-cbaa2dbe0c5e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:34:57,382 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/e81a6053f6724dab9b5420cee8295be2 used request id req-9ef1c2e4-228d-4a56-9a71-cbaa2dbe0c5e 2018-10-26 09:34:57,382 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-5abfdf9b-5118-48b-proj-role 2018-10-26 09:34:57,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/200da131c4be4a499867a3e3f98fcf10 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e57298eee659ef5352186d3c0309305106c58e2" 2018-10-26 09:34:57,489 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:34:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-13271c38-d268-4ae7-a662-83c84e3ba32a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:34:57,489 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/200da131c4be4a499867a3e3f98fcf10 used request id req-13271c38-d268-4ae7-a662-83c84e3ba32a 2018-10-26 09:34:57,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e57298eee659ef5352186d3c0309305106c58e2" 2018-10-26 09:34:57,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10aab612-3832-490a-a287-ced7fb6fc0cb Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:34:57,582 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-10aab612-3832-490a-a287-ced7fb6fc0cb 2018-10-26 09:34:57,583 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-5abfdf9b-5118-48b-user 2018-10-26 09:34:57,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/88e166e203cb447ebe7e1baa683b1eae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e2f1d3cbb13de6e5bc1fdd9e1cb6fe383e96ec" 2018-10-26 09:34:57,745 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:34:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9f630543-1a68-40f1-a8a5-36723a0e0db6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:34:57,745 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/88e166e203cb447ebe7e1baa683b1eae used request id req-9f630543-1a68-40f1-a8a5-36723a0e0db6 2018-10-26 09:34:57,746 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:34:58,133 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:34:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["XUmPTUJWQgqtr1BAmbECew"], "issued_at": "2018-10-26T09:34:58.000000Z"}} 2018-10-26 09:34:58,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6b04bf1104d370fdf3cc5f1c6b5283097aba5b3" 2018-10-26 09:34:58,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acbe181d-835c-4588-99be-d63199ec183a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:34:58,224 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-acbe181d-835c-4588-99be-d63199ec183a 2018-10-26 09:34:58,225 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:34:58,226 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:34:58,620 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:34:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["T5jI3NVvR_KIkFeZyPAp2Q"], "issued_at": "2018-10-26T09:34:58.000000Z"}} 2018-10-26 09:34:58,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed8909b168ad4cd37f313adbdf9edf54e28c548d" 2018-10-26 09:34:58,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a381315-4fff-4751-89b7-c7425e394c02 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:34:58,703 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8a381315-4fff-4751-89b7-c7425e394c02 2018-10-26 09:34:58,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:34:58,713 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:34: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:34:58,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-64c5c46d-79b5-4fc-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed8909b168ad4cd37f313adbdf9edf54e28c548d" 2018-10-26 09:34:58,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7e21f8f-4ffb-47c4-b361-7a5630b70c62 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-64c5c46d-79b5-4fc-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:34:58,796 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-64c5c46d-79b5-4fc-proj used request id req-d7e21f8f-4ffb-47c4-b361-7a5630b70c62 2018-10-26 09:34:58,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed8909b168ad4cd37f313adbdf9edf54e28c548d" 2018-10-26 09:34:58,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06326244-ee69-4840-b012-442037ab57dc Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:34:58,891 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-06326244-ee69-4840-b012-442037ab57dc 2018-10-26 09:34:58,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed8909b168ad4cd37f313adbdf9edf54e28c548d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageNegativeTests-64c5c46d-79b5-4fc-proj"}}' 2018-10-26 09:34:59,013 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:34:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9690c639-d38b-4624-ad3c-c8c3929f3022 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e2d431763e6f4d9db5d2e7c8ac77dada"}, "enabled": true, "id": "e2d431763e6f4d9db5d2e7c8ac77dada", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-64c5c46d-79b5-4fc-proj"}} 2018-10-26 09:34:59,014 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-9690c639-d38b-4624-ad3c-c8c3929f3022 2018-10-26 09:34:59,014 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-64c5c46d-79b5-4fc-proj 2018-10-26 09:34:59,014 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:34:59,015 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:34:59,389 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:34:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["qItLR5mbTziNkML2QhZPhg"], "issued_at": "2018-10-26T09:34:59.000000Z"}} 2018-10-26 09:34:59,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad15d5a2d9becc18c26db6d907bcae08aeee6948" 2018-10-26 09:34:59,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58917031-c6d5-427b-aca8-7bf492afb129 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:34:59,403 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-58917031-c6d5-427b-aca8-7bf492afb129 2018-10-26 09:34:59,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:34:59,412 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:34: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:34:59,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad15d5a2d9becc18c26db6d907bcae08aeee6948" 2018-10-26 09:34:59,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d5b4fb8-5de8-408c-bbd1-4845e3ebc3da Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:34:59,513 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-2d5b4fb8-5de8-408c-bbd1-4845e3ebc3da 2018-10-26 09:34:59,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateImageNegativeTests-64c5c46d-79b5-4fc-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad15d5a2d9becc18c26db6d907bcae08aeee6948" 2018-10-26 09:34:59,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8fee674-97d7-4569-9781-dd5079f69098 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateImageNegativeTests-64c5c46d-79b5-4fc-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e2d431763e6f4d9db5d2e7c8ac77dada"}, "enabled": true, "id": "e2d431763e6f4d9db5d2e7c8ac77dada", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-64c5c46d-79b5-4fc-proj"}]} 2018-10-26 09:34:59,610 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateImageNegativeTests-64c5c46d-79b5-4fc-proj used request id req-c8fee674-97d7-4569-9781-dd5079f69098 2018-10-26 09:34:59,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad15d5a2d9becc18c26db6d907bcae08aeee6948" 2018-10-26 09:34:59,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:34:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97e7e2e9-29da-4f0c-a4e5-f3bcb6f44604 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:34:59,716 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-97e7e2e9-29da-4f0c-a4e5-f3bcb6f44604 2018-10-26 09:35:00,076 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-64c5c46d-79b5-4fc-user 2018-10-26 09:35:00,077 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:35:00,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed8909b168ad4cd37f313adbdf9edf54e28c548d" 2018-10-26 09:35:00,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1598e24a-7b8b-429a-ac7c-0489bf2f967d Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:35:00,178 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-1598e24a-7b8b-429a-ac7c-0489bf2f967d 2018-10-26 09:35:00,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed8909b168ad4cd37f313adbdf9edf54e28c548d" -d '{"role": {"name": "CreateImageNegativeTests-64c5c46d-79b5-4fc-proj-role"}}' 2018-10-26 09:35:00,300 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:35:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f3fd43c3-f573-42b0-8212-7ee26d59b828 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d8ebc2f365f74bc6a333dffee89a0379", "links": {"self": "http://172.30.9.21:5000/v3/roles/d8ebc2f365f74bc6a333dffee89a0379"}, "name": "CreateImageNegativeTests-64c5c46d-79b5-4fc-proj-role"}} 2018-10-26 09:35:00,300 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-f3fd43c3-f573-42b0-8212-7ee26d59b828 2018-10-26 09:35:00,301 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-64c5c46d-79b5-4fc-proj-role 2018-10-26 09:35:00,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/d8ebc2f365f74bc6a333dffee89a0379 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed8909b168ad4cd37f313adbdf9edf54e28c548d" 2018-10-26 09:35:00,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aaeff7c4-fe68-4cd9-8515-8fed592f0467 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/d8ebc2f365f74bc6a333dffee89a0379"}, "domain_id": null, "name": "CreateImageNegativeTests-64c5c46d-79b5-4fc-proj-role", "id": "d8ebc2f365f74bc6a333dffee89a0379"}} 2018-10-26 09:35:00,319 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/d8ebc2f365f74bc6a333dffee89a0379 used request id req-aaeff7c4-fe68-4cd9-8515-8fed592f0467 2018-10-26 09:35:00,319 - keystone_utils - INFO - Granting role CreateImageNegativeTests-64c5c46d-79b5-4fc-proj-role to project CreateImageNegativeTests-64c5c46d-79b5-4fc-proj 2018-10-26 09:35:00,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/e2d431763e6f4d9db5d2e7c8ac77dada/users/735d8bd45b6d451fa9b23559aac3a309/roles/d8ebc2f365f74bc6a333dffee89a0379 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed8909b168ad4cd37f313adbdf9edf54e28c548d" 2018-10-26 09:35:00,446 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:35:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0d9cbb8c-c246-4a8f-a92e-2e09e10f0bd8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:35:00,446 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/e2d431763e6f4d9db5d2e7c8ac77dada/users/735d8bd45b6d451fa9b23559aac3a309/roles/d8ebc2f365f74bc6a333dffee89a0379 used request id req-0d9cbb8c-c246-4a8f-a92e-2e09e10f0bd8 2018-10-26 09:35:00,447 - openstack_tests - DEBUG - Image metadata - None 2018-10-26 09:35:00,447 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:35:00,448 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:35:00,830 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d8ebc2f365f74bc6a333dffee89a0379", "name": "CreateImageNegativeTests-64c5c46d-79b5-4fc-proj-role"}], "expires_at": "2018-10-26T10:35:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e2d431763e6f4d9db5d2e7c8ac77dada", "name": "CreateImageNegativeTests-64c5c46d-79b5-4fc-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e2d431763e6f4d9db5d2e7c8ac77dada", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e2d431763e6f4d9db5d2e7c8ac77dada", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e2d431763e6f4d9db5d2e7c8ac77dada", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e2d431763e6f4d9db5d2e7c8ac77dada", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e2d431763e6f4d9db5d2e7c8ac77dada", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e2d431763e6f4d9db5d2e7c8ac77dada", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e2d431763e6f4d9db5d2e7c8ac77dada", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e2d431763e6f4d9db5d2e7c8ac77dada", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e2d431763e6f4d9db5d2e7c8ac77dada", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e2d431763e6f4d9db5d2e7c8ac77dada", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e2d431763e6f4d9db5d2e7c8ac77dada", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e2d431763e6f4d9db5d2e7c8ac77dada", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageNegativeTests-64c5c46d-79b5-4fc-user", "id": "735d8bd45b6d451fa9b23559aac3a309"}, "audit_ids": ["AjYJijf0Q_KC-VJuxglhuQ"], "issued_at": "2018-10-26T09:35:00.000000Z"}} 2018-10-26 09:35:00,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}938f638c989fef5f9fa61bb525d7c577f744ea3b" 2018-10-26 09:35:00,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3323cd5-de8a-4eff-80fa-5c9c03ac0d00 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:35:00,902 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a3323cd5-de8a-4eff-80fa-5c9c03ac0d00 2018-10-26 09:35:00,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageNegativeTests-551bf3a3-5356-4e5d-a381-bd1f02e8b4f6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}938f638c989fef5f9fa61bb525d7c577f744ea3b" 2018-10-26 09:35:01,158 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 163 Content-Type: application/json X-Openstack-Request-Id: req-ea0c8ad4-9a33-42ca-861b-f4ef17648e11 Date: Fri, 26 Oct 2018 09:35:01 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageNegativeTests-551bf3a3-5356-4e5d-a381-bd1f02e8b4f6"} 2018-10-26 09:35:01,159 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageNegativeTests-551bf3a3-5356-4e5d-a381-bd1f02e8b4f6 used request id req-ea0c8ad4-9a33-42ca-861b-f4ef17648e11 2018-10-26 09:35:01,159 - file_utils - DEBUG - Downloading file from - http://foo.bar 2018-10-26 09:35:01,159 - file_utils - DEBUG - Saving file to - /tmp/1d95751a-1529-448a-b57a-b203c767b029 2018-10-26 09:35:01,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed8909b168ad4cd37f313adbdf9edf54e28c548d" 2018-10-26 09:35:01,579 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-b5e851cf-5074-42a7-b941-19dbc139e414 Date: Fri, 26 Oct 2018 09:35:01 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:35:01,579 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-b5e851cf-5074-42a7-b941-19dbc139e414 2018-10-26 09:35:01,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed8909b168ad4cd37f313adbdf9edf54e28c548d" 2018-10-26 09:35:01,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab5465c7-e3ca-4d3f-ae9a-97eae786cc5b 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:35:01,674 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-ab5465c7-e3ca-4d3f-ae9a-97eae786cc5b 2018-10-26 09:35:01,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed8909b168ad4cd37f313adbdf9edf54e28c548d" 2018-10-26 09:35:01,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb67d052-4136-4168-9c3e-f30340f17871 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:35:01,775 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-bb67d052-4136-4168-9c3e-f30340f17871 2018-10-26 09:35:01,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed8909b168ad4cd37f313adbdf9edf54e28c548d" 2018-10-26 09:35:01,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ff64652-24fb-4ae6-982e-4bc653c641a5 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:35:01,858 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-7ff64652-24fb-4ae6-982e-4bc653c641a5 2018-10-26 09:35:01,859 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-64c5c46d-79b5-4fc-proj 2018-10-26 09:35:01,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/e2d431763e6f4d9db5d2e7c8ac77dada -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed8909b168ad4cd37f313adbdf9edf54e28c548d" 2018-10-26 09:35:02,079 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:35:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4c66074c-b957-45db-90db-61e1c063c51f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:35:02,079 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/e2d431763e6f4d9db5d2e7c8ac77dada used request id req-4c66074c-b957-45db-90db-61e1c063c51f 2018-10-26 09:35:02,080 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-64c5c46d-79b5-4fc-proj-role 2018-10-26 09:35:02,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/d8ebc2f365f74bc6a333dffee89a0379 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed8909b168ad4cd37f313adbdf9edf54e28c548d" 2018-10-26 09:35:02,208 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:35:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-48b8b890-9ffc-4ff0-a962-4551429ea098 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:35:02,208 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/d8ebc2f365f74bc6a333dffee89a0379 used request id req-48b8b890-9ffc-4ff0-a962-4551429ea098 2018-10-26 09:35:02,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed8909b168ad4cd37f313adbdf9edf54e28c548d" 2018-10-26 09:35:02,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97d381f0-04a0-4825-b233-5e85f41504d3 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:35:02,228 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-97d381f0-04a0-4825-b233-5e85f41504d3 2018-10-26 09:35:02,229 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-64c5c46d-79b5-4fc-user 2018-10-26 09:35:02,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/735d8bd45b6d451fa9b23559aac3a309 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad15d5a2d9becc18c26db6d907bcae08aeee6948" 2018-10-26 09:35:02,422 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:35:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8e8e2125-03b9-4ecb-975f-81382d150623 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:35:02,422 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/735d8bd45b6d451fa9b23559aac3a309 used request id req-8e8e2125-03b9-4ecb-975f-81382d150623 2018-10-26 09:35:02,423 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:35:02,813 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:35:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["-kBIobjvQbilw9Ij5VeYgA"], "issued_at": "2018-10-26T09:35:02.000000Z"}} 2018-10-26 09:35:02,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe2f4b55535401686ce6e1c4e152043c6d25f450" 2018-10-26 09:35:02,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09652c2e-6587-449d-aee6-35b2d8aabdb9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:35:02,893 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-09652c2e-6587-449d-aee6-35b2d8aabdb9 2018-10-26 09:35:02,895 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:35:02,896 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:35:03,282 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:35:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["kSBaI6nyRg-8NdFx5koscQ"], "issued_at": "2018-10-26T09:35:03.000000Z"}} 2018-10-26 09:35:03,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa6f8bf778a8bdd25d360bf2f5396a2d6bff438f" 2018-10-26 09:35:03,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-826e59a7-102a-4030-95f9-3beebd5bd41c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:35:03,371 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-826e59a7-102a-4030-95f9-3beebd5bd41c 2018-10-26 09:35:03,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:35:03,381 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:35: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:35:03,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-79381c1a-505a-4ef-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa6f8bf778a8bdd25d360bf2f5396a2d6bff438f" 2018-10-26 09:35:03,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-890fe9fa-07a4-46d6-9106-c0af1d5affbb Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-79381c1a-505a-4ef-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:35:03,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-79381c1a-505a-4ef-proj used request id req-890fe9fa-07a4-46d6-9106-c0af1d5affbb 2018-10-26 09:35:03,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa6f8bf778a8bdd25d360bf2f5396a2d6bff438f" 2018-10-26 09:35:03,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-181f9659-3cfc-4ce8-84c0-465fed98d611 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:35:03,488 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-181f9659-3cfc-4ce8-84c0-465fed98d611 2018-10-26 09:35:03,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa6f8bf778a8bdd25d360bf2f5396a2d6bff438f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateMultiPartImageTests-79381c1a-505a-4ef-proj"}}' 2018-10-26 09:35:03,592 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:35:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7991b2d4-5ce3-4489-acc3-e396b70dc55a Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/f73dc60adb324d408dd1b3b8b9d041f8"}, "enabled": true, "id": "f73dc60adb324d408dd1b3b8b9d041f8", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-79381c1a-505a-4ef-proj"}} 2018-10-26 09:35:03,592 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-7991b2d4-5ce3-4489-acc3-e396b70dc55a 2018-10-26 09:35:03,592 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-79381c1a-505a-4ef-proj 2018-10-26 09:35:03,592 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:35:03,593 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:35:03,982 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:35:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["BJht7Ct-RRqu2LrKJlLoog"], "issued_at": "2018-10-26T09:35:03.000000Z"}} 2018-10-26 09:35:03,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44cbf4f7256afd466eb2325a4fe95bdfa7a43cbc" 2018-10-26 09:35:04,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1af7c40a-6359-4054-b8f3-e3a0bbb45a18 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:35:04,082 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-1af7c40a-6359-4054-b8f3-e3a0bbb45a18 2018-10-26 09:35:04,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:35:04,092 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:35: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:35:04,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44cbf4f7256afd466eb2325a4fe95bdfa7a43cbc" 2018-10-26 09:35:04,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91028bb1-3368-4705-b859-5ae3860a69cd Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:35:04,200 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-91028bb1-3368-4705-b859-5ae3860a69cd 2018-10-26 09:35:04,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateMultiPartImageTests-79381c1a-505a-4ef-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44cbf4f7256afd466eb2325a4fe95bdfa7a43cbc" 2018-10-26 09:35:04,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a227b97-ea05-4917-b397-d1d025ca9838 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateMultiPartImageTests-79381c1a-505a-4ef-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/f73dc60adb324d408dd1b3b8b9d041f8"}, "enabled": true, "id": "f73dc60adb324d408dd1b3b8b9d041f8", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-79381c1a-505a-4ef-proj"}]} 2018-10-26 09:35:04,300 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateMultiPartImageTests-79381c1a-505a-4ef-proj used request id req-2a227b97-ea05-4917-b397-d1d025ca9838 2018-10-26 09:35:04,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44cbf4f7256afd466eb2325a4fe95bdfa7a43cbc" 2018-10-26 09:35:04,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fd43ef8-61c2-4204-a8c2-206eabb71710 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:35:04,385 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-8fd43ef8-61c2-4204-a8c2-206eabb71710 2018-10-26 09:35:04,697 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-79381c1a-505a-4ef-user 2018-10-26 09:35:04,697 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:35:04,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa6f8bf778a8bdd25d360bf2f5396a2d6bff438f" 2018-10-26 09:35:04,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6bd1153f-a564-4b5c-b9e6-5a8b64382570 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:35:04,796 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-6bd1153f-a564-4b5c-b9e6-5a8b64382570 2018-10-26 09:35:04,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa6f8bf778a8bdd25d360bf2f5396a2d6bff438f" -d '{"role": {"name": "CreateMultiPartImageTests-79381c1a-505a-4ef-proj-role"}}' 2018-10-26 09:35:04,897 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:35:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-971b5170-d61c-45bf-a81c-7037322cd3d3 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "281a3ea6a3ed49e781bfa4108d283a29", "links": {"self": "http://172.30.9.21:5000/v3/roles/281a3ea6a3ed49e781bfa4108d283a29"}, "name": "CreateMultiPartImageTests-79381c1a-505a-4ef-proj-role"}} 2018-10-26 09:35:04,897 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-971b5170-d61c-45bf-a81c-7037322cd3d3 2018-10-26 09:35:04,897 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-79381c1a-505a-4ef-proj-role 2018-10-26 09:35:04,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/281a3ea6a3ed49e781bfa4108d283a29 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa6f8bf778a8bdd25d360bf2f5396a2d6bff438f" 2018-10-26 09:35:04,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0415fca8-ac79-4eda-a77d-5ae04517e706 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/281a3ea6a3ed49e781bfa4108d283a29"}, "domain_id": null, "name": "CreateMultiPartImageTests-79381c1a-505a-4ef-proj-role", "id": "281a3ea6a3ed49e781bfa4108d283a29"}} 2018-10-26 09:35:04,917 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/281a3ea6a3ed49e781bfa4108d283a29 used request id req-0415fca8-ac79-4eda-a77d-5ae04517e706 2018-10-26 09:35:04,917 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-79381c1a-505a-4ef-proj-role to project CreateMultiPartImageTests-79381c1a-505a-4ef-proj 2018-10-26 09:35:04,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/f73dc60adb324d408dd1b3b8b9d041f8/users/75315e554c564ac08c6393bfb236478b/roles/281a3ea6a3ed49e781bfa4108d283a29 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa6f8bf778a8bdd25d360bf2f5396a2d6bff438f" 2018-10-26 09:35:05,043 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:35:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2269034d-f1ff-4340-88a6-ff9955cb4a28 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:35:05,043 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/f73dc60adb324d408dd1b3b8b9d041f8/users/75315e554c564ac08c6393bfb236478b/roles/281a3ea6a3ed49e781bfa4108d283a29 used request id req-2269034d-f1ff-4340-88a6-ff9955cb4a28 2018-10-26 09:35:05,044 - create_image_tests - WARNING - Will not download the kernel image. Cannot execute test 2018-10-26 09:35:05,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa6f8bf778a8bdd25d360bf2f5396a2d6bff438f" 2018-10-26 09:35:05,247 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-45b2c179-a834-4593-be28-1e0d75f5bcfe Date: Fri, 26 Oct 2018 09:35:05 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:35:05,247 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-45b2c179-a834-4593-be28-1e0d75f5bcfe 2018-10-26 09:35:05,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa6f8bf778a8bdd25d360bf2f5396a2d6bff438f" 2018-10-26 09:35:05,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b510dd5-5359-40d7-9a1c-58ddc0f7db1e 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:35:05,338 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-9b510dd5-5359-40d7-9a1c-58ddc0f7db1e 2018-10-26 09:35:05,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa6f8bf778a8bdd25d360bf2f5396a2d6bff438f" 2018-10-26 09:35:05,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b296ae0-da7e-459a-a4fa-13e784950c32 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:35:05,437 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-0b296ae0-da7e-459a-a4fa-13e784950c32 2018-10-26 09:35:05,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa6f8bf778a8bdd25d360bf2f5396a2d6bff438f" 2018-10-26 09:35:05,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92ec079d-90d9-48db-9694-8024568d1c83 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:35:05,535 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-92ec079d-90d9-48db-9694-8024568d1c83 2018-10-26 09:35:05,536 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-79381c1a-505a-4ef-proj 2018-10-26 09:35:05,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/f73dc60adb324d408dd1b3b8b9d041f8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa6f8bf778a8bdd25d360bf2f5396a2d6bff438f" 2018-10-26 09:35:05,744 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:35:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0060a50e-9c79-41c7-ab84-4a0cc982673d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:35:05,744 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/f73dc60adb324d408dd1b3b8b9d041f8 used request id req-0060a50e-9c79-41c7-ab84-4a0cc982673d 2018-10-26 09:35:05,744 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-79381c1a-505a-4ef-proj-role 2018-10-26 09:35:05,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/281a3ea6a3ed49e781bfa4108d283a29 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa6f8bf778a8bdd25d360bf2f5396a2d6bff438f" 2018-10-26 09:35:05,794 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:35:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-75c02334-d789-4f53-9659-dbfbb921eb7e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:35:05,794 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/281a3ea6a3ed49e781bfa4108d283a29 used request id req-75c02334-d789-4f53-9659-dbfbb921eb7e 2018-10-26 09:35:05,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa6f8bf778a8bdd25d360bf2f5396a2d6bff438f" 2018-10-26 09:35:05,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a42404c2-a272-49ab-ac26-d0b3019c8c67 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:35:05,889 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-a42404c2-a272-49ab-ac26-d0b3019c8c67 2018-10-26 09:35:05,889 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-79381c1a-505a-4ef-user 2018-10-26 09:35:05,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/75315e554c564ac08c6393bfb236478b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44cbf4f7256afd466eb2325a4fe95bdfa7a43cbc" 2018-10-26 09:35:06,083 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:35:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-abfa5c29-618a-47ec-978b-dc5ceedb83b5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:35:06,083 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/75315e554c564ac08c6393bfb236478b used request id req-abfa5c29-618a-47ec-978b-dc5ceedb83b5 2018-10-26 09:35:06,084 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:35:06,468 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:35:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["WybLjAb6SoKXP3ErB4LiJA"], "issued_at": "2018-10-26T09:35:06.000000Z"}} 2018-10-26 09:35:06,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}697734daa3d24a43967ca5185bdf8a02d3def598" 2018-10-26 09:35:06,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cedd4c53-c059-44e1-a212-8ab1111d58eb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:35:06,557 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-cedd4c53-c059-44e1-a212-8ab1111d58eb 2018-10-26 09:35:06,558 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:35:06,559 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:35:06,937 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:35:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["f64q4iykTiOKPWlz4xDKMA"], "issued_at": "2018-10-26T09:35:06.000000Z"}} 2018-10-26 09:35:06,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7c6d3983e8da783c300ee646571bb554aa02785" 2018-10-26 09:35:07,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b63c295-256f-4d73-85f9-e754ffe7b95d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:35:07,022 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-6b63c295-256f-4d73-85f9-e754ffe7b95d 2018-10-26 09:35:07,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:35:07,031 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:35:07,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-c778e336-c118-48a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7c6d3983e8da783c300ee646571bb554aa02785" 2018-10-26 09:35:07,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d4e5146-b2f7-4288-9fd2-0cf206c5525a Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-c778e336-c118-48a-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:35:07,112 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-c778e336-c118-48a-proj used request id req-1d4e5146-b2f7-4288-9fd2-0cf206c5525a 2018-10-26 09:35:07,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7c6d3983e8da783c300ee646571bb554aa02785" 2018-10-26 09:35:07,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55124846-0a88-4693-859f-ec29543f563c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:35:07,133 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-55124846-0a88-4693-859f-ec29543f563c 2018-10-26 09:35:07,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7c6d3983e8da783c300ee646571bb554aa02785" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateMultiPartImageTests-c778e336-c118-48a-proj"}}' 2018-10-26 09:35:07,256 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:35:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-58513cec-36a9-40f7-8962-e89c2659e48d Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/688ee01557f74a769b7e3b48e44d8b2c"}, "enabled": true, "id": "688ee01557f74a769b7e3b48e44d8b2c", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-c778e336-c118-48a-proj"}} 2018-10-26 09:35:07,256 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-58513cec-36a9-40f7-8962-e89c2659e48d 2018-10-26 09:35:07,257 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-c778e336-c118-48a-proj 2018-10-26 09:35:07,257 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:35:07,258 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:35:07,635 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:35:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["D8oitgyoSFWLLm2G7m3jGw"], "issued_at": "2018-10-26T09:35:07.000000Z"}} 2018-10-26 09:35:07,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5da7d84a10fa649492413699e4e5bb91191bd0a" 2018-10-26 09:35:07,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42f3c938-6acf-499d-bcf6-765bfe08f24f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:35:07,723 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-42f3c938-6acf-499d-bcf6-765bfe08f24f 2018-10-26 09:35:07,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:35:07,733 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:35:07,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5da7d84a10fa649492413699e4e5bb91191bd0a" 2018-10-26 09:35:07,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b61214e3-dc02-432f-a410-5b490532266e Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:35:07,833 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-b61214e3-dc02-432f-a410-5b490532266e 2018-10-26 09:35:07,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateMultiPartImageTests-c778e336-c118-48a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5da7d84a10fa649492413699e4e5bb91191bd0a" 2018-10-26 09:35:07,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e956a61-408c-44a5-b77c-59ea66caf892 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateMultiPartImageTests-c778e336-c118-48a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/688ee01557f74a769b7e3b48e44d8b2c"}, "enabled": true, "id": "688ee01557f74a769b7e3b48e44d8b2c", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-c778e336-c118-48a-proj"}]} 2018-10-26 09:35:07,924 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateMultiPartImageTests-c778e336-c118-48a-proj used request id req-8e956a61-408c-44a5-b77c-59ea66caf892 2018-10-26 09:35:07,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5da7d84a10fa649492413699e4e5bb91191bd0a" 2018-10-26 09:35:08,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37f3c7d7-690e-4716-8725-da3dc676bfc0 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:35:08,016 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-37f3c7d7-690e-4716-8725-da3dc676bfc0 2018-10-26 09:35:08,382 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-c778e336-c118-48a-user 2018-10-26 09:35:08,382 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:35:08,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7c6d3983e8da783c300ee646571bb554aa02785" 2018-10-26 09:35:08,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e3266f7-ad17-4dec-a912-281e9c55638e Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:35:08,479 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-4e3266f7-ad17-4dec-a912-281e9c55638e 2018-10-26 09:35:08,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7c6d3983e8da783c300ee646571bb554aa02785" -d '{"role": {"name": "CreateMultiPartImageTests-c778e336-c118-48a-proj-role"}}' 2018-10-26 09:35:08,586 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:35:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f7f4a1a9-0beb-4754-9020-b6b7578a80de Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "9f870c10f3db4889b5e88da674a1eca1", "links": {"self": "http://172.30.9.21:5000/v3/roles/9f870c10f3db4889b5e88da674a1eca1"}, "name": "CreateMultiPartImageTests-c778e336-c118-48a-proj-role"}} 2018-10-26 09:35:08,586 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-f7f4a1a9-0beb-4754-9020-b6b7578a80de 2018-10-26 09:35:08,587 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-c778e336-c118-48a-proj-role 2018-10-26 09:35:08,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/9f870c10f3db4889b5e88da674a1eca1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7c6d3983e8da783c300ee646571bb554aa02785" 2018-10-26 09:35:08,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edfd6d45-d232-40b6-96e1-6af735425dfa Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/9f870c10f3db4889b5e88da674a1eca1"}, "domain_id": null, "name": "CreateMultiPartImageTests-c778e336-c118-48a-proj-role", "id": "9f870c10f3db4889b5e88da674a1eca1"}} 2018-10-26 09:35:08,605 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/9f870c10f3db4889b5e88da674a1eca1 used request id req-edfd6d45-d232-40b6-96e1-6af735425dfa 2018-10-26 09:35:08,605 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-c778e336-c118-48a-proj-role to project CreateMultiPartImageTests-c778e336-c118-48a-proj 2018-10-26 09:35:08,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/688ee01557f74a769b7e3b48e44d8b2c/users/1c00b041faf14e559611b1293366d6a4/roles/9f870c10f3db4889b5e88da674a1eca1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7c6d3983e8da783c300ee646571bb554aa02785" 2018-10-26 09:35:08,756 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:35:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-79d06799-fcfb-4c03-9f7b-d2bf200dc986 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:35:08,756 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/688ee01557f74a769b7e3b48e44d8b2c/users/1c00b041faf14e559611b1293366d6a4/roles/9f870c10f3db4889b5e88da674a1eca1 used request id req-79d06799-fcfb-4c03-9f7b-d2bf200dc986 2018-10-26 09:35:08,770 - create_image_tests - WARNING - Test not executed as the image metadata requires image files 2018-10-26 09:35:08,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7c6d3983e8da783c300ee646571bb554aa02785" 2018-10-26 09:35:08,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-0c606062-4370-47d7-807a-a16a8fa6ff62 Date: Fri, 26 Oct 2018 09:35:08 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:35:08,990 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-0c606062-4370-47d7-807a-a16a8fa6ff62 2018-10-26 09:35:08,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7c6d3983e8da783c300ee646571bb554aa02785" 2018-10-26 09:35:09,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-686ce766-a6a7-4199-bae5-b25b29143230 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:35:09,081 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-686ce766-a6a7-4199-bae5-b25b29143230 2018-10-26 09:35:09,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7c6d3983e8da783c300ee646571bb554aa02785" 2018-10-26 09:35:09,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44bf5cb8-3fdc-4fbd-ab8d-f7f58c029926 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:35:09,167 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-44bf5cb8-3fdc-4fbd-ab8d-f7f58c029926 2018-10-26 09:35:09,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7c6d3983e8da783c300ee646571bb554aa02785" 2018-10-26 09:35:09,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-303388d6-327f-46dc-8709-a272207fef49 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:35:09,261 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-303388d6-327f-46dc-8709-a272207fef49 2018-10-26 09:35:09,262 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-c778e336-c118-48a-proj 2018-10-26 09:35:09,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/688ee01557f74a769b7e3b48e44d8b2c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7c6d3983e8da783c300ee646571bb554aa02785" 2018-10-26 09:35:09,487 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:35:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d89f1717-8a34-4c0e-a766-16aca808806b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:35:09,487 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/688ee01557f74a769b7e3b48e44d8b2c used request id req-d89f1717-8a34-4c0e-a766-16aca808806b 2018-10-26 09:35:09,487 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-c778e336-c118-48a-proj-role 2018-10-26 09:35:09,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/9f870c10f3db4889b5e88da674a1eca1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7c6d3983e8da783c300ee646571bb554aa02785" 2018-10-26 09:35:09,597 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:35:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8dd59d65-414f-4087-a9e1-56e4e4baa672 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:35:09,597 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/9f870c10f3db4889b5e88da674a1eca1 used request id req-8dd59d65-414f-4087-a9e1-56e4e4baa672 2018-10-26 09:35:09,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7c6d3983e8da783c300ee646571bb554aa02785" 2018-10-26 09:35:09,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e12b9b9d-0689-4eb4-814e-88f843c4d01f Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:35:09,691 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-e12b9b9d-0689-4eb4-814e-88f843c4d01f 2018-10-26 09:35:09,692 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-c778e336-c118-48a-user 2018-10-26 09:35:09,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/1c00b041faf14e559611b1293366d6a4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5da7d84a10fa649492413699e4e5bb91191bd0a" 2018-10-26 09:35:09,881 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:35:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3759beba-41db-4d8b-81f4-baa1ad2147f4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:35:09,881 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/1c00b041faf14e559611b1293366d6a4 used request id req-3759beba-41db-4d8b-81f4-baa1ad2147f4 2018-10-26 09:35:09,883 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:35:10,253 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:35:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["0Subo5-MRbmX7NS8wSGXmg"], "issued_at": "2018-10-26T09:35:10.000000Z"}} 2018-10-26 09:35:10,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8b9f8e41b9e81bdfbd68bbfb6cc4a29bfc01329" 2018-10-26 09:35:10,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec819271-b7b1-4dae-82bd-881b07e2d994 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:35:10,341 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ec819271-b7b1-4dae-82bd-881b07e2d994 2018-10-26 09:35:10,343 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:35:10,343 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:35:10,729 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:35:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["txpEm_dcQi-0yQFiIvuUaw"], "issued_at": "2018-10-26T09:35:10.000000Z"}} 2018-10-26 09:35:10,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bfad48fa4c81482b79af5eca8d53454ca3c9b32" 2018-10-26 09:35:10,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddbbc7be-585e-47fc-985e-ec3920c10a0f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:35:10,809 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ddbbc7be-585e-47fc-985e-ec3920c10a0f 2018-10-26 09:35:10,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:35:10,820 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:35: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:35:10,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-1d6d9eb6-79f2-477-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bfad48fa4c81482b79af5eca8d53454ca3c9b32" 2018-10-26 09:35:10,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-550c82b7-4b95-47cd-9c10-b265744a78d5 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-1d6d9eb6-79f2-477-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:35:10,908 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-1d6d9eb6-79f2-477-proj used request id req-550c82b7-4b95-47cd-9c10-b265744a78d5 2018-10-26 09:35:10,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bfad48fa4c81482b79af5eca8d53454ca3c9b32" 2018-10-26 09:35:10,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfdaba15-1b32-48db-9888-472c1ddf30ed Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:35:10,991 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-cfdaba15-1b32-48db-9888-472c1ddf30ed 2018-10-26 09:35:10,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bfad48fa4c81482b79af5eca8d53454ca3c9b32" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateMultiPartImageTests-1d6d9eb6-79f2-477-proj"}}' 2018-10-26 09:35:11,127 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:35:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2f284942-910d-4ca9-b695-1f290902221c Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/df7616e566f74363b08be6319b7c8499"}, "enabled": true, "id": "df7616e566f74363b08be6319b7c8499", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-1d6d9eb6-79f2-477-proj"}} 2018-10-26 09:35:11,127 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-2f284942-910d-4ca9-b695-1f290902221c 2018-10-26 09:35:11,127 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-1d6d9eb6-79f2-477-proj 2018-10-26 09:35:11,127 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:35:11,128 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:35:11,516 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:35:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["ssyxCUcBQ_mpSEBPZIszQw"], "issued_at": "2018-10-26T09:35:11.000000Z"}} 2018-10-26 09:35:11,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}043c8312e0bcb93ae881e4bcbf68f543c545cf9c" 2018-10-26 09:35:11,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4735ddbd-dc29-4b7e-92f7-1c4cc5c834f3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:35:11,530 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-4735ddbd-dc29-4b7e-92f7-1c4cc5c834f3 2018-10-26 09:35:11,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:35:11,539 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:35: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:35:11,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}043c8312e0bcb93ae881e4bcbf68f543c545cf9c" 2018-10-26 09:35:11,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09b8d3a8-b3da-482c-aece-8140ab19a7ae Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:35:11,649 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-09b8d3a8-b3da-482c-aece-8140ab19a7ae 2018-10-26 09:35:11,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateMultiPartImageTests-1d6d9eb6-79f2-477-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}043c8312e0bcb93ae881e4bcbf68f543c545cf9c" 2018-10-26 09:35:11,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa334ecd-d9cb-45a9-bc67-ee560fc9e98c Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateMultiPartImageTests-1d6d9eb6-79f2-477-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/df7616e566f74363b08be6319b7c8499"}, "enabled": true, "id": "df7616e566f74363b08be6319b7c8499", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-1d6d9eb6-79f2-477-proj"}]} 2018-10-26 09:35:11,741 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateMultiPartImageTests-1d6d9eb6-79f2-477-proj used request id req-fa334ecd-d9cb-45a9-bc67-ee560fc9e98c 2018-10-26 09:35:11,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}043c8312e0bcb93ae881e4bcbf68f543c545cf9c" 2018-10-26 09:35:11,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f88adb22-fcfc-48ec-b2cf-8beda6a03e73 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:35:11,837 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-f88adb22-fcfc-48ec-b2cf-8beda6a03e73 2018-10-26 09:35:12,210 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-1d6d9eb6-79f2-477-user 2018-10-26 09:35:12,210 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:35:12,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bfad48fa4c81482b79af5eca8d53454ca3c9b32" 2018-10-26 09:35:12,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c472db4f-49ca-4f26-a15b-d9987279bf11 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:35:12,295 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c472db4f-49ca-4f26-a15b-d9987279bf11 2018-10-26 09:35:12,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bfad48fa4c81482b79af5eca8d53454ca3c9b32" -d '{"role": {"name": "CreateMultiPartImageTests-1d6d9eb6-79f2-477-proj-role"}}' 2018-10-26 09:35:12,412 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:35:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-77004912-5635-40ff-aa6c-62c10c105d4d Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "bb727249071a4557a9e377a81ed70b60", "links": {"self": "http://172.30.9.21:5000/v3/roles/bb727249071a4557a9e377a81ed70b60"}, "name": "CreateMultiPartImageTests-1d6d9eb6-79f2-477-proj-role"}} 2018-10-26 09:35:12,412 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-77004912-5635-40ff-aa6c-62c10c105d4d 2018-10-26 09:35:12,412 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-1d6d9eb6-79f2-477-proj-role 2018-10-26 09:35:12,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/bb727249071a4557a9e377a81ed70b60 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bfad48fa4c81482b79af5eca8d53454ca3c9b32" 2018-10-26 09:35:12,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0684a397-019d-4695-83e2-4eee6e329db9 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/bb727249071a4557a9e377a81ed70b60"}, "domain_id": null, "name": "CreateMultiPartImageTests-1d6d9eb6-79f2-477-proj-role", "id": "bb727249071a4557a9e377a81ed70b60"}} 2018-10-26 09:35:12,433 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/bb727249071a4557a9e377a81ed70b60 used request id req-0684a397-019d-4695-83e2-4eee6e329db9 2018-10-26 09:35:12,433 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-1d6d9eb6-79f2-477-proj-role to project CreateMultiPartImageTests-1d6d9eb6-79f2-477-proj 2018-10-26 09:35:12,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/df7616e566f74363b08be6319b7c8499/users/8848f20b94be401bafe71ed3b290ab69/roles/bb727249071a4557a9e377a81ed70b60 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bfad48fa4c81482b79af5eca8d53454ca3c9b32" 2018-10-26 09:35:12,552 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:35:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-baf46ea7-0a88-40f2-8046-8ca18c9a8b11 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:35:12,552 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/df7616e566f74363b08be6319b7c8499/users/8848f20b94be401bafe71ed3b290ab69/roles/bb727249071a4557a9e377a81ed70b60 used request id req-baf46ea7-0a88-40f2-8046-8ca18c9a8b11 2018-10-26 09:35:12,567 - create_image_tests - WARNING - Test not executed as the image metadata requires image files 2018-10-26 09:35:12,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bfad48fa4c81482b79af5eca8d53454ca3c9b32" 2018-10-26 09:35:12,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-b016c48b-243f-4201-af40-2be30f7d3589 Date: Fri, 26 Oct 2018 09:35:12 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:35:12,794 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-b016c48b-243f-4201-af40-2be30f7d3589 2018-10-26 09:35:12,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bfad48fa4c81482b79af5eca8d53454ca3c9b32" 2018-10-26 09:35:12,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a62c31a5-450e-4e8f-b4d8-c0e8626c4d4a 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:35:12,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-a62c31a5-450e-4e8f-b4d8-c0e8626c4d4a 2018-10-26 09:35:12,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bfad48fa4c81482b79af5eca8d53454ca3c9b32" 2018-10-26 09:35:12,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd0c21cd-7780-435b-8d7a-28c70982f380 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:35:12,994 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-fd0c21cd-7780-435b-8d7a-28c70982f380 2018-10-26 09:35:12,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bfad48fa4c81482b79af5eca8d53454ca3c9b32" 2018-10-26 09:35:13,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa7f424e-00a0-4228-b2ed-b2f048ffdc35 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:35:13,079 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-fa7f424e-00a0-4228-b2ed-b2f048ffdc35 2018-10-26 09:35:13,079 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-1d6d9eb6-79f2-477-proj 2018-10-26 09:35:13,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/df7616e566f74363b08be6319b7c8499 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bfad48fa4c81482b79af5eca8d53454ca3c9b32" 2018-10-26 09:35:13,289 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:35:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5623c120-c054-42c0-85f9-3466f29ff5fd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:35:13,289 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/df7616e566f74363b08be6319b7c8499 used request id req-5623c120-c054-42c0-85f9-3466f29ff5fd 2018-10-26 09:35:13,290 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-1d6d9eb6-79f2-477-proj-role 2018-10-26 09:35:13,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/bb727249071a4557a9e377a81ed70b60 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bfad48fa4c81482b79af5eca8d53454ca3c9b32" 2018-10-26 09:35:13,478 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:35:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1cf7ac13-6774-49c8-8cb2-0fa4a399d235 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:35:13,478 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/bb727249071a4557a9e377a81ed70b60 used request id req-1cf7ac13-6774-49c8-8cb2-0fa4a399d235 2018-10-26 09:35:13,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bfad48fa4c81482b79af5eca8d53454ca3c9b32" 2018-10-26 09:35:13,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-715be6a4-8e06-4263-85df-2261ca027646 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:35:13,573 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-715be6a4-8e06-4263-85df-2261ca027646 2018-10-26 09:35:13,574 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-1d6d9eb6-79f2-477-user 2018-10-26 09:35:13,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/8848f20b94be401bafe71ed3b290ab69 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}043c8312e0bcb93ae881e4bcbf68f543c545cf9c" 2018-10-26 09:35:13,820 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:35:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ab2cc5d2-5246-4b8c-8cfd-057d4ec6d5d7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:35:13,821 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/8848f20b94be401bafe71ed3b290ab69 used request id req-ab2cc5d2-5246-4b8c-8cfd-057d4ec6d5d7 2018-10-26 09:35:13,822 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:35:14,218 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:35:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["n-1iCx4-QE6Gko5yrcI8FA"], "issued_at": "2018-10-26T09:35:14.000000Z"}} 2018-10-26 09:35:14,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}625d475ef2e0852b4ba76bf73c0dfb7ee947ae61" 2018-10-26 09:35:14,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4f2fdcf-b03f-4cb5-a0c2-8c5936e0a1fb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:35:14,303 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e4f2fdcf-b03f-4cb5-a0c2-8c5936e0a1fb 2018-10-26 09:35:14,304 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:35:14,305 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:35:14,773 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:35:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["8o8hvPzNRWCSNuCn_SJBwA"], "issued_at": "2018-10-26T09:35:14.000000Z"}} 2018-10-26 09:35:14,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}355c970e69cbe63a5f565ea74e5298b7df468556" 2018-10-26 09:35:14,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70fdc1fe-adfb-4902-a731-2bd4a60dcf13 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:35:14,869 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-70fdc1fe-adfb-4902-a731-2bd4a60dcf13 2018-10-26 09:35:14,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:35:14,881 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:35: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:35:14,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-ea789055-14fd-4bc-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}355c970e69cbe63a5f565ea74e5298b7df468556" 2018-10-26 09:35:15,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6da15b24-41d7-40b7-91d2-be9f53111b21 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-ea789055-14fd-4bc-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:35:15,062 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-ea789055-14fd-4bc-proj used request id req-6da15b24-41d7-40b7-91d2-be9f53111b21 2018-10-26 09:35:15,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}355c970e69cbe63a5f565ea74e5298b7df468556" 2018-10-26 09:35:15,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-391ce030-6792-4cbb-8055-e74933673b59 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:35:15,160 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-391ce030-6792-4cbb-8055-e74933673b59 2018-10-26 09:35:15,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}355c970e69cbe63a5f565ea74e5298b7df468556" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-ea789055-14fd-4bc-proj"}}' 2018-10-26 09:35:15,366 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:35:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5d44136f-f15f-4d34-8f3e-fa76f7c63504 Content-Length: 304 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3e207b49146148ee8778e66efe588c3c"}, "enabled": true, "id": "3e207b49146148ee8778e66efe588c3c", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-ea789055-14fd-4bc-proj"}} 2018-10-26 09:35:15,366 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-5d44136f-f15f-4d34-8f3e-fa76f7c63504 2018-10-26 09:35:15,367 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-ea789055-14fd-4bc-proj 2018-10-26 09:35:15,367 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:35:15,368 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:35:15,754 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:35:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["pkBoxVI9RESm-D81nYUvHw"], "issued_at": "2018-10-26T09:35:15.000000Z"}} 2018-10-26 09:35:15,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7809973d1b5ffc354ed78e43b7309173cdad4305" 2018-10-26 09:35:15,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d92cd812-6307-40b5-acac-878ad95747f9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:35:15,850 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d92cd812-6307-40b5-acac-878ad95747f9 2018-10-26 09:35:15,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:35:15,859 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:35: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:35:15,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7809973d1b5ffc354ed78e43b7309173cdad4305" 2018-10-26 09:35:15,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46215c42-e4a0-4228-90d9-ffb5ca117ebe Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:35:15,964 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-46215c42-e4a0-4228-90d9-ffb5ca117ebe 2018-10-26 09:35:15,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateKeypairsTests-ea789055-14fd-4bc-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7809973d1b5ffc354ed78e43b7309173cdad4305" 2018-10-26 09:35:16,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59ba6847-9708-44bb-9804-0c23f7e0acbb Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateKeypairsTests-ea789055-14fd-4bc-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3e207b49146148ee8778e66efe588c3c"}, "enabled": true, "id": "3e207b49146148ee8778e66efe588c3c", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-ea789055-14fd-4bc-proj"}]} 2018-10-26 09:35:16,060 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateKeypairsTests-ea789055-14fd-4bc-proj used request id req-59ba6847-9708-44bb-9804-0c23f7e0acbb 2018-10-26 09:35:16,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7809973d1b5ffc354ed78e43b7309173cdad4305" 2018-10-26 09:35:16,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f4bc78c-8164-4e42-807e-21450c57e2da Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:35:16,145 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-4f4bc78c-8164-4e42-807e-21450c57e2da 2018-10-26 09:35:16,505 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-ea789055-14fd-4bc-user 2018-10-26 09:35:16,505 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:35:16,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}355c970e69cbe63a5f565ea74e5298b7df468556" 2018-10-26 09:35:16,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4952f970-5411-4ccb-99e4-a232700b828e Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:35:16,606 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-4952f970-5411-4ccb-99e4-a232700b828e 2018-10-26 09:35:16,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}355c970e69cbe63a5f565ea74e5298b7df468556" -d '{"role": {"name": "CreateKeypairsTests-ea789055-14fd-4bc-proj-role"}}' 2018-10-26 09:35:16,706 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:35:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3102251c-ae23-4b5b-9e4a-ac2d80cca3c1 Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "50e690e2701c446d81fa36e74f635592", "links": {"self": "http://172.30.9.21:5000/v3/roles/50e690e2701c446d81fa36e74f635592"}, "name": "CreateKeypairsTests-ea789055-14fd-4bc-proj-role"}} 2018-10-26 09:35:16,706 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-3102251c-ae23-4b5b-9e4a-ac2d80cca3c1 2018-10-26 09:35:16,706 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-ea789055-14fd-4bc-proj-role 2018-10-26 09:35:16,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/50e690e2701c446d81fa36e74f635592 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}355c970e69cbe63a5f565ea74e5298b7df468556" 2018-10-26 09:35:16,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b05db07e-52be-4afe-9c63-30551e5ece22 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/50e690e2701c446d81fa36e74f635592"}, "domain_id": null, "name": "CreateKeypairsTests-ea789055-14fd-4bc-proj-role", "id": "50e690e2701c446d81fa36e74f635592"}} 2018-10-26 09:35:16,727 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/50e690e2701c446d81fa36e74f635592 used request id req-b05db07e-52be-4afe-9c63-30551e5ece22 2018-10-26 09:35:16,728 - keystone_utils - INFO - Granting role CreateKeypairsTests-ea789055-14fd-4bc-proj-role to project CreateKeypairsTests-ea789055-14fd-4bc-proj 2018-10-26 09:35:16,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/3e207b49146148ee8778e66efe588c3c/users/519c3835931548debee6b7604598a73f/roles/50e690e2701c446d81fa36e74f635592 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}355c970e69cbe63a5f565ea74e5298b7df468556" 2018-10-26 09:35:16,857 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:35:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0680056d-7620-44e0-9b59-d16d5d6d490c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:35:16,857 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/3e207b49146148ee8778e66efe588c3c/users/519c3835931548debee6b7604598a73f/roles/50e690e2701c446d81fa36e74f635592 used request id req-0680056d-7620-44e0-9b59-d16d5d6d490c 2018-10-26 09:35:16,858 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:35:16,904 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:35:16,905 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:35:17,277 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "50e690e2701c446d81fa36e74f635592", "name": "CreateKeypairsTests-ea789055-14fd-4bc-proj-role"}], "expires_at": "2018-10-26T10:35:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e207b49146148ee8778e66efe588c3c", "name": "CreateKeypairsTests-ea789055-14fd-4bc-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/3e207b49146148ee8778e66efe588c3c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/3e207b49146148ee8778e66efe588c3c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/3e207b49146148ee8778e66efe588c3c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/3e207b49146148ee8778e66efe588c3c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/3e207b49146148ee8778e66efe588c3c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/3e207b49146148ee8778e66efe588c3c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/3e207b49146148ee8778e66efe588c3c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/3e207b49146148ee8778e66efe588c3c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/3e207b49146148ee8778e66efe588c3c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/3e207b49146148ee8778e66efe588c3c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/3e207b49146148ee8778e66efe588c3c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/3e207b49146148ee8778e66efe588c3c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-ea789055-14fd-4bc-user", "id": "519c3835931548debee6b7604598a73f"}, "audit_ids": ["TQiSNS9_TRO0Wwna-bnKQA"], "issued_at": "2018-10-26T09:35:17.000000Z"}} 2018-10-26 09:35:17,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4669773fd54f512050670c0eeab99854e37625e8" 2018-10-26 09:35:17,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75fb00b1-0973-47d5-b18c-0d31db576e30 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:35:17,349 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-75fb00b1-0973-47d5-b18c-0d31db576e30 2018-10-26 09:35:17,351 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:35:17,355 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4669773fd54f512050670c0eeab99854e37625e8" 2018-10-26 09:35:17,911 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-02361713-952d-49de-ae2c-f1a2701f23d4 x-compute-request-id: req-02361713-952d-49de-ae2c-f1a2701f23d4 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-10-26 09:35:17,912 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-02361713-952d-49de-ae2c-f1a2701f23d4 2018-10-26 09:35:17,912 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-4d8dba26-94cd-4f91-9b3b-7759f0d0f6e1... 2018-10-26 09:35:17,913 - OpenStackKeypair - INFO - Creating new keypair 2018-10-26 09:35:17,950 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-4d8dba26-94cd-4f91-9b3b-7759f0d0f6e1 2018-10-26 09:35:17,952 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4669773fd54f512050670c0eeab99854e37625e8" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDUDYFhZMQY/abp2czWH2TVeGCtrKaJzt3jFs4Vm4EHIEp5G422KtUwoEHJ/3Mla4uR48TETLzwMG0lIE+d0aEno6Hk+JVnkxleLGalQsRAUanouPEYyjBTyyQPzHthr+7tytSdhBWG12xIO+AlY2fWkLKc8td2LYVrS19qmqtHgQ==", "name": "CreateKeypairsTests-4d8dba26-94cd-4f91-9b3b-7759f0d0f6e1"}}' 2018-10-26 09:35:18,013 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d4824ddc-90dd-46cf-8adc-0553ab65d9e9 x-compute-request-id: req-d4824ddc-90dd-46cf-8adc-0553ab65d9e9 Content-Encoding: gzip Content-Length: 366 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDUDYFhZMQY/abp2czWH2TVeGCtrKaJzt3jFs4Vm4EHIEp5G422KtUwoEHJ/3Mla4uR48TETLzwMG0lIE+d0aEno6Hk+JVnkxleLGalQsRAUanouPEYyjBTyyQPzHthr+7tytSdhBWG12xIO+AlY2fWkLKc8td2LYVrS19qmqtHgQ==", "user_id": "519c3835931548debee6b7604598a73f", "name": "CreateKeypairsTests-4d8dba26-94cd-4f91-9b3b-7759f0d0f6e1", "fingerprint": "94:8d:a4:cf:ef:8c:a4:3f:ba:f4:07:e2:c2:44:71:b5"}} 2018-10-26 09:35:18,013 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-d4824ddc-90dd-46cf-8adc-0553ab65d9e9 2018-10-26 09:35:18,014 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-4d8dba26-94cd-4f91-9b3b-7759f0d0f6e1 2018-10-26 09:35:18,014 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:35:18,388 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "50e690e2701c446d81fa36e74f635592", "name": "CreateKeypairsTests-ea789055-14fd-4bc-proj-role"}], "expires_at": "2018-10-26T10:35:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e207b49146148ee8778e66efe588c3c", "name": "CreateKeypairsTests-ea789055-14fd-4bc-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/3e207b49146148ee8778e66efe588c3c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/3e207b49146148ee8778e66efe588c3c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/3e207b49146148ee8778e66efe588c3c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/3e207b49146148ee8778e66efe588c3c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/3e207b49146148ee8778e66efe588c3c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/3e207b49146148ee8778e66efe588c3c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/3e207b49146148ee8778e66efe588c3c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/3e207b49146148ee8778e66efe588c3c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/3e207b49146148ee8778e66efe588c3c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/3e207b49146148ee8778e66efe588c3c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/3e207b49146148ee8778e66efe588c3c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/3e207b49146148ee8778e66efe588c3c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-ea789055-14fd-4bc-user", "id": "519c3835931548debee6b7604598a73f"}, "audit_ids": ["e2pXk4DVQCyOb5ExLW7tTw"], "issued_at": "2018-10-26T09:35:18.000000Z"}} 2018-10-26 09:35:18,391 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-4d8dba26-94cd-4f91-9b3b-7759f0d0f6e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b25385c90fbe846c93784a73d7f994477151d59" 2018-10-26 09:35:18,953 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:35:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c78f87e1-24ab-4f2c-a148-cd7b0e620028 x-compute-request-id: req-c78f87e1-24ab-4f2c-a148-cd7b0e620028 Content-Length: 0 Content-Type: application/json 2018-10-26 09:35:18,953 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-4d8dba26-94cd-4f91-9b3b-7759f0d0f6e1 used request id req-c78f87e1-24ab-4f2c-a148-cd7b0e620028 2018-10-26 09:35:18,956 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b25385c90fbe846c93784a73d7f994477151d59" 2018-10-26 09:35:18,973 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4814c9bc-a1cd-47b3-ba5b-f2b587a3409f x-compute-request-id: req-4814c9bc-a1cd-47b3-ba5b-f2b587a3409f Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-10-26 09:35:18,973 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-4814c9bc-a1cd-47b3-ba5b-f2b587a3409f 2018-10-26 09:35:18,973 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-4d8dba26-94cd-4f91-9b3b-7759f0d0f6e1 2018-10-26 09:35:18,976 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-4d8dba26-94cd-4f91-9b3b-7759f0d0f6e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4669773fd54f512050670c0eeab99854e37625e8" 2018-10-26 09:35:19,034 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 09:35:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cb54bea8-fcac-45ed-8435-1b24b22f414a x-compute-request-id: req-cb54bea8-fcac-45ed-8435-1b24b22f414a Content-Length: 162 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair CreateKeypairsTests-4d8dba26-94cd-4f91-9b3b-7759f0d0f6e1 not found for user 519c3835931548debee6b7604598a73f", "code": 404}} 2018-10-26 09:35:19,034 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-4d8dba26-94cd-4f91-9b3b-7759f0d0f6e1 used request id req-cb54bea8-fcac-45ed-8435-1b24b22f414a 2018-10-26 09:35:19,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}355c970e69cbe63a5f565ea74e5298b7df468556" 2018-10-26 09:35:19,263 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-4f1342a7-3dbb-4b55-841f-32e2c8c69d33 Date: Fri, 26 Oct 2018 09:35:19 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:35:19,263 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-4f1342a7-3dbb-4b55-841f-32e2c8c69d33 2018-10-26 09:35:19,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}355c970e69cbe63a5f565ea74e5298b7df468556" 2018-10-26 09:35:19,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a037b6a2-1b3c-4134-9db5-48bd825be920 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:35:19,349 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-a037b6a2-1b3c-4134-9db5-48bd825be920 2018-10-26 09:35:19,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}355c970e69cbe63a5f565ea74e5298b7df468556" 2018-10-26 09:35:19,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-181abe8d-6874-4b7f-93bb-43dd4bd93f45 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:35:19,452 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-181abe8d-6874-4b7f-93bb-43dd4bd93f45 2018-10-26 09:35:19,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}355c970e69cbe63a5f565ea74e5298b7df468556" 2018-10-26 09:35:19,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1892946e-718c-4ce2-8e96-a8558b87f1fb 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:35:19,545 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-1892946e-718c-4ce2-8e96-a8558b87f1fb 2018-10-26 09:35:19,546 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-ea789055-14fd-4bc-proj 2018-10-26 09:35:19,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/3e207b49146148ee8778e66efe588c3c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}355c970e69cbe63a5f565ea74e5298b7df468556" 2018-10-26 09:35:19,756 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:35:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f7db835e-dc29-4472-a6bc-034a95a607f1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:35:19,756 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/3e207b49146148ee8778e66efe588c3c used request id req-f7db835e-dc29-4472-a6bc-034a95a607f1 2018-10-26 09:35:19,756 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-ea789055-14fd-4bc-proj-role 2018-10-26 09:35:19,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/50e690e2701c446d81fa36e74f635592 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}355c970e69cbe63a5f565ea74e5298b7df468556" 2018-10-26 09:35:19,868 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:35:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f58827c2-cee2-4bf9-af5f-326ff918d7fa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:35:19,869 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/50e690e2701c446d81fa36e74f635592 used request id req-f58827c2-cee2-4bf9-af5f-326ff918d7fa 2018-10-26 09:35:19,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}355c970e69cbe63a5f565ea74e5298b7df468556" 2018-10-26 09:35:19,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93474d9c-7787-403d-a00b-aec5af5045b6 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:35:19,953 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-93474d9c-7787-403d-a00b-aec5af5045b6 2018-10-26 09:35:19,954 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-ea789055-14fd-4bc-user 2018-10-26 09:35:19,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/519c3835931548debee6b7604598a73f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7809973d1b5ffc354ed78e43b7309173cdad4305" 2018-10-26 09:35:20,101 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:35:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ed772b04-a02d-4817-97cc-6a6bae8cc9ce Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:35:20,101 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/519c3835931548debee6b7604598a73f used request id req-ed772b04-a02d-4817-97cc-6a6bae8cc9ce 2018-10-26 09:35:20,103 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:35:20,494 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:35:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["fcIU8wksSIq6vEFOkofanA"], "issued_at": "2018-10-26T09:35:20.000000Z"}} 2018-10-26 09:35:20,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f066ba8ee22308f259cf756a850602d4d33d54b" 2018-10-26 09:35:20,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d480cac7-6145-4a99-b678-d9a331942e68 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:35:20,586 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d480cac7-6145-4a99-b678-d9a331942e68 2018-10-26 09:35:20,587 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:35:20,589 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:35:20,965 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:35:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["tNgDXgwfQ96p6SES0v9UqQ"], "issued_at": "2018-10-26T09:35:20.000000Z"}} 2018-10-26 09:35:20,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4db1b23666328bd043f4e73972eaa263a8653b" 2018-10-26 09:35:20,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9fdfd9b-c027-405b-a426-ec1d3a71e314 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:35:20,980 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a9fdfd9b-c027-405b-a426-ec1d3a71e314 2018-10-26 09:35:20,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:35:20,989 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:35: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:35:20,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-ef0b0038-1e2f-4e6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4db1b23666328bd043f4e73972eaa263a8653b" 2018-10-26 09:35:21,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b14b7c84-a9ac-49be-9da6-20be55e9375f Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-ef0b0038-1e2f-4e6-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:35:21,074 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-ef0b0038-1e2f-4e6-proj used request id req-b14b7c84-a9ac-49be-9da6-20be55e9375f 2018-10-26 09:35:21,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4db1b23666328bd043f4e73972eaa263a8653b" 2018-10-26 09:35:21,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc42043d-148c-4c1c-86bc-c1a5dd211e06 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:35:21,168 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-fc42043d-148c-4c1c-86bc-c1a5dd211e06 2018-10-26 09:35:21,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4db1b23666328bd043f4e73972eaa263a8653b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-ef0b0038-1e2f-4e6-proj"}}' 2018-10-26 09:35:21,282 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:35:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f254172d-81a6-4639-a713-148801efa983 Content-Length: 304 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a20d494e7b4c4641b9abed265f993350"}, "enabled": true, "id": "a20d494e7b4c4641b9abed265f993350", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-ef0b0038-1e2f-4e6-proj"}} 2018-10-26 09:35:21,282 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-f254172d-81a6-4639-a713-148801efa983 2018-10-26 09:35:21,283 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-ef0b0038-1e2f-4e6-proj 2018-10-26 09:35:21,283 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:35:21,284 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:35:21,657 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:35:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["afdrQfkZTY-Fb1hfS41psg"], "issued_at": "2018-10-26T09:35:21.000000Z"}} 2018-10-26 09:35:21,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41fdf58a010bc8667a022cfd699e8e3b45ba5ed9" 2018-10-26 09:35:21,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9336d438-fe21-4033-b517-e57282cb3573 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:35:21,745 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-9336d438-fe21-4033-b517-e57282cb3573 2018-10-26 09:35:21,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:35:21,755 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:35: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:35:21,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41fdf58a010bc8667a022cfd699e8e3b45ba5ed9" 2018-10-26 09:35:21,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6089d5ba-d3e5-4431-a8e3-b1ff2c04bea2 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:35:21,791 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-6089d5ba-d3e5-4431-a8e3-b1ff2c04bea2 2018-10-26 09:35:21,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateKeypairsTests-ef0b0038-1e2f-4e6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41fdf58a010bc8667a022cfd699e8e3b45ba5ed9" 2018-10-26 09:35:21,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b75e0c87-c687-458f-bba8-4f2efb575618 Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateKeypairsTests-ef0b0038-1e2f-4e6-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a20d494e7b4c4641b9abed265f993350"}, "enabled": true, "id": "a20d494e7b4c4641b9abed265f993350", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-ef0b0038-1e2f-4e6-proj"}]} 2018-10-26 09:35:21,891 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateKeypairsTests-ef0b0038-1e2f-4e6-proj used request id req-b75e0c87-c687-458f-bba8-4f2efb575618 2018-10-26 09:35:21,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41fdf58a010bc8667a022cfd699e8e3b45ba5ed9" 2018-10-26 09:35:21,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-940904cd-9180-49a0-a71e-6f95b13a375d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:35:21,980 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-940904cd-9180-49a0-a71e-6f95b13a375d 2018-10-26 09:35:22,337 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-ef0b0038-1e2f-4e6-user 2018-10-26 09:35:22,337 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:35:22,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4db1b23666328bd043f4e73972eaa263a8653b" 2018-10-26 09:35:22,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68ec6f3c-bf93-4b1b-b546-ccec7009ed23 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:35:22,428 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-68ec6f3c-bf93-4b1b-b546-ccec7009ed23 2018-10-26 09:35:22,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4db1b23666328bd043f4e73972eaa263a8653b" -d '{"role": {"name": "CreateKeypairsTests-ef0b0038-1e2f-4e6-proj-role"}}' 2018-10-26 09:35:22,540 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:35:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-281d3913-28b7-4a00-acb2-3f90aa2ca31c Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a22f1002ef6d41d08914badda14262e2", "links": {"self": "http://172.30.9.21:5000/v3/roles/a22f1002ef6d41d08914badda14262e2"}, "name": "CreateKeypairsTests-ef0b0038-1e2f-4e6-proj-role"}} 2018-10-26 09:35:22,540 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-281d3913-28b7-4a00-acb2-3f90aa2ca31c 2018-10-26 09:35:22,541 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-ef0b0038-1e2f-4e6-proj-role 2018-10-26 09:35:22,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/a22f1002ef6d41d08914badda14262e2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4db1b23666328bd043f4e73972eaa263a8653b" 2018-10-26 09:35:22,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f50a2fc4-efff-4d0a-bb84-853357b71e92 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/a22f1002ef6d41d08914badda14262e2"}, "domain_id": null, "name": "CreateKeypairsTests-ef0b0038-1e2f-4e6-proj-role", "id": "a22f1002ef6d41d08914badda14262e2"}} 2018-10-26 09:35:22,632 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/a22f1002ef6d41d08914badda14262e2 used request id req-f50a2fc4-efff-4d0a-bb84-853357b71e92 2018-10-26 09:35:22,633 - keystone_utils - INFO - Granting role CreateKeypairsTests-ef0b0038-1e2f-4e6-proj-role to project CreateKeypairsTests-ef0b0038-1e2f-4e6-proj 2018-10-26 09:35:22,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/a20d494e7b4c4641b9abed265f993350/users/f3a3cf07ac204825b8543bff810b46c2/roles/a22f1002ef6d41d08914badda14262e2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4db1b23666328bd043f4e73972eaa263a8653b" 2018-10-26 09:35:22,762 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:35:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c64592a3-5b8e-4e5b-8544-9632d890da07 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:35:22,762 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/a20d494e7b4c4641b9abed265f993350/users/f3a3cf07ac204825b8543bff810b46c2/roles/a22f1002ef6d41d08914badda14262e2 used request id req-c64592a3-5b8e-4e5b-8544-9632d890da07 2018-10-26 09:35:22,763 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:35:23,020 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-6494767c-88b9-44bb-b094-b61a21d07f7d.pub 2018-10-26 09:35:23,020 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:35:23,021 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:35:23,405 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a22f1002ef6d41d08914badda14262e2", "name": "CreateKeypairsTests-ef0b0038-1e2f-4e6-proj-role"}], "expires_at": "2018-10-26T10:35:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a20d494e7b4c4641b9abed265f993350", "name": "CreateKeypairsTests-ef0b0038-1e2f-4e6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a20d494e7b4c4641b9abed265f993350", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/a20d494e7b4c4641b9abed265f993350", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/a20d494e7b4c4641b9abed265f993350", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a20d494e7b4c4641b9abed265f993350", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/a20d494e7b4c4641b9abed265f993350", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/a20d494e7b4c4641b9abed265f993350", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/a20d494e7b4c4641b9abed265f993350", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/a20d494e7b4c4641b9abed265f993350", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/a20d494e7b4c4641b9abed265f993350", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/a20d494e7b4c4641b9abed265f993350", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/a20d494e7b4c4641b9abed265f993350", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/a20d494e7b4c4641b9abed265f993350", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-ef0b0038-1e2f-4e6-user", "id": "f3a3cf07ac204825b8543bff810b46c2"}, "audit_ids": ["d7WMJDl6SrqTlkM15qTrpQ"], "issued_at": "2018-10-26T09:35:23.000000Z"}} 2018-10-26 09:35:23,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56d099cb77c29a3485e775d62a80cadac4d35295" 2018-10-26 09:35:23,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02eb70cd-48f1-407f-be31-b7913434baa8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:35:23,481 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-02eb70cd-48f1-407f-be31-b7913434baa8 2018-10-26 09:35:23,482 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:35:23,486 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56d099cb77c29a3485e775d62a80cadac4d35295" 2018-10-26 09:35:23,592 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-23acdac9-4011-4029-ba47-7684b5a253c3 x-compute-request-id: req-23acdac9-4011-4029-ba47-7684b5a253c3 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-10-26 09:35:23,592 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-23acdac9-4011-4029-ba47-7684b5a253c3 2018-10-26 09:35:23,593 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-6494767c-88b9-44bb-b094-b61a21d07f7d... 2018-10-26 09:35:23,593 - OpenStackKeypair - INFO - Uploading existing keypair 2018-10-26 09:35:23,593 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsTests-6494767c-88b9-44bb-b094-b61a21d07f7d.pub 2018-10-26 09:35:23,593 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-6494767c-88b9-44bb-b094-b61a21d07f7d 2018-10-26 09:35:23,596 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56d099cb77c29a3485e775d62a80cadac4d35295" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDGsB2YzP92mGierfRDK+PO7TnFwymY5nTOT8k4LKz5whxgS/SGnDFYIhDg8iRlYkoFBSSQ0EwIc5T5QryMOrhqRBIucw5Lp0wJLMoWeft0rwfLtLZ2Pc+V3gi8BpVhc96leJ8uSeeKeAy4A4oKh+EFVUVlEibmxL4GMt2n7jl+Mc9mO5QApGyu0u7oX3Upu6byXH8g22WCE0kXftHVmD/uTg3jpkAv4549wKbjJwPHz5X3Tqhrdo1mxdyDe7IaqqiA5pSdhoL0cPgeTVmEnnDA077vGvYVDPbxBDLag9BhgrOp3MsnkpZh7u1khRgJ1ke0O0HSaXgdEQK/brIJCYK9", "name": "CreateKeypairsTests-6494767c-88b9-44bb-b094-b61a21d07f7d"}}' 2018-10-26 09:35:23,648 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bd4c8032-8f59-4e61-8dfa-cda15dd56ac6 x-compute-request-id: req-bd4c8032-8f59-4e61-8dfa-cda15dd56ac6 Content-Encoding: gzip Content-Length: 494 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDGsB2YzP92mGierfRDK+PO7TnFwymY5nTOT8k4LKz5whxgS/SGnDFYIhDg8iRlYkoFBSSQ0EwIc5T5QryMOrhqRBIucw5Lp0wJLMoWeft0rwfLtLZ2Pc+V3gi8BpVhc96leJ8uSeeKeAy4A4oKh+EFVUVlEibmxL4GMt2n7jl+Mc9mO5QApGyu0u7oX3Upu6byXH8g22WCE0kXftHVmD/uTg3jpkAv4549wKbjJwPHz5X3Tqhrdo1mxdyDe7IaqqiA5pSdhoL0cPgeTVmEnnDA077vGvYVDPbxBDLag9BhgrOp3MsnkpZh7u1khRgJ1ke0O0HSaXgdEQK/brIJCYK9", "user_id": "f3a3cf07ac204825b8543bff810b46c2", "name": "CreateKeypairsTests-6494767c-88b9-44bb-b094-b61a21d07f7d", "fingerprint": "40:82:b5:97:42:13:48:7b:70:13:bc:fc:4d:0d:b9:4b"}} 2018-10-26 09:35:23,649 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-bd4c8032-8f59-4e61-8dfa-cda15dd56ac6 2018-10-26 09:35:23,649 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:35:24,038 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a22f1002ef6d41d08914badda14262e2", "name": "CreateKeypairsTests-ef0b0038-1e2f-4e6-proj-role"}], "expires_at": "2018-10-26T10:35:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a20d494e7b4c4641b9abed265f993350", "name": "CreateKeypairsTests-ef0b0038-1e2f-4e6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a20d494e7b4c4641b9abed265f993350", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/a20d494e7b4c4641b9abed265f993350", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/a20d494e7b4c4641b9abed265f993350", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a20d494e7b4c4641b9abed265f993350", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/a20d494e7b4c4641b9abed265f993350", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/a20d494e7b4c4641b9abed265f993350", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/a20d494e7b4c4641b9abed265f993350", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/a20d494e7b4c4641b9abed265f993350", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/a20d494e7b4c4641b9abed265f993350", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/a20d494e7b4c4641b9abed265f993350", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/a20d494e7b4c4641b9abed265f993350", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/a20d494e7b4c4641b9abed265f993350", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-ef0b0038-1e2f-4e6-user", "id": "f3a3cf07ac204825b8543bff810b46c2"}, "audit_ids": ["UOeZv3ugTa2YhxN_HQIuGw"], "issued_at": "2018-10-26T09:35:24.000000Z"}} 2018-10-26 09:35:24,041 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-6494767c-88b9-44bb-b094-b61a21d07f7d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71d59be2df89424bc38c75f83c668cd325b17c8f" 2018-10-26 09:35:24,214 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-032fcd3d-c2ec-4d1e-9d2f-1bba635e8dac x-compute-request-id: req-032fcd3d-c2ec-4d1e-9d2f-1bba635e8dac Content-Encoding: gzip Content-Length: 553 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDGsB2YzP92mGierfRDK+PO7TnFwymY5nTOT8k4LKz5whxgS/SGnDFYIhDg8iRlYkoFBSSQ0EwIc5T5QryMOrhqRBIucw5Lp0wJLMoWeft0rwfLtLZ2Pc+V3gi8BpVhc96leJ8uSeeKeAy4A4oKh+EFVUVlEibmxL4GMt2n7jl+Mc9mO5QApGyu0u7oX3Upu6byXH8g22WCE0kXftHVmD/uTg3jpkAv4549wKbjJwPHz5X3Tqhrdo1mxdyDe7IaqqiA5pSdhoL0cPgeTVmEnnDA077vGvYVDPbxBDLag9BhgrOp3MsnkpZh7u1khRgJ1ke0O0HSaXgdEQK/brIJCYK9", "user_id": "f3a3cf07ac204825b8543bff810b46c2", "name": "CreateKeypairsTests-6494767c-88b9-44bb-b094-b61a21d07f7d", "deleted": false, "created_at": "2018-10-26T09:35:23.000000", "updated_at": null, "fingerprint": "40:82:b5:97:42:13:48:7b:70:13:bc:fc:4d:0d:b9:4b", "deleted_at": null, "id": 65}} 2018-10-26 09:35:24,214 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-6494767c-88b9-44bb-b094-b61a21d07f7d used request id req-032fcd3d-c2ec-4d1e-9d2f-1bba635e8dac 2018-10-26 09:35:24,214 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-6494767c-88b9-44bb-b094-b61a21d07f7d 2018-10-26 09:35:24,217 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-6494767c-88b9-44bb-b094-b61a21d07f7d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56d099cb77c29a3485e775d62a80cadac4d35295" 2018-10-26 09:35:24,256 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:35:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f7b5d7f8-d1ff-481a-bb84-b0537bab8c75 x-compute-request-id: req-f7b5d7f8-d1ff-481a-bb84-b0537bab8c75 Content-Length: 0 Content-Type: application/json 2018-10-26 09:35:24,256 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-6494767c-88b9-44bb-b094-b61a21d07f7d used request id req-f7b5d7f8-d1ff-481a-bb84-b0537bab8c75 2018-10-26 09:35:24,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4db1b23666328bd043f4e73972eaa263a8653b" 2018-10-26 09:35:24,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-b2ac4c6e-e735-49b3-a4c1-e29fc6e4c447 Date: Fri, 26 Oct 2018 09:35:24 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:35:24,485 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-b2ac4c6e-e735-49b3-a4c1-e29fc6e4c447 2018-10-26 09:35:24,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4db1b23666328bd043f4e73972eaa263a8653b" 2018-10-26 09:35:24,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac9df4c5-fed1-4912-b55a-0956e65ef480 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:35:24,570 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-ac9df4c5-fed1-4912-b55a-0956e65ef480 2018-10-26 09:35:24,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4db1b23666328bd043f4e73972eaa263a8653b" 2018-10-26 09:35:24,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb00b197-11a7-4ed4-972d-276c5d3c1f96 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:35:24,655 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-bb00b197-11a7-4ed4-972d-276c5d3c1f96 2018-10-26 09:35:24,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4db1b23666328bd043f4e73972eaa263a8653b" 2018-10-26 09:35:24,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2cecf3a8-5cdb-4ed8-b402-b1920efa426e 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:35:24,750 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-2cecf3a8-5cdb-4ed8-b402-b1920efa426e 2018-10-26 09:35:24,751 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-ef0b0038-1e2f-4e6-proj 2018-10-26 09:35:24,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/a20d494e7b4c4641b9abed265f993350 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4db1b23666328bd043f4e73972eaa263a8653b" 2018-10-26 09:35:24,948 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:35:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5eac6496-eca2-429e-a672-2609b63816bc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:35:24,948 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/a20d494e7b4c4641b9abed265f993350 used request id req-5eac6496-eca2-429e-a672-2609b63816bc 2018-10-26 09:35:24,948 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-ef0b0038-1e2f-4e6-proj-role 2018-10-26 09:35:24,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/a22f1002ef6d41d08914badda14262e2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4db1b23666328bd043f4e73972eaa263a8653b" 2018-10-26 09:35:25,070 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:35:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b7d4b72d-e52e-4695-b84d-b5462723071c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:35:25,070 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/a22f1002ef6d41d08914badda14262e2 used request id req-b7d4b72d-e52e-4695-b84d-b5462723071c 2018-10-26 09:35:25,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4db1b23666328bd043f4e73972eaa263a8653b" 2018-10-26 09:35:25,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77124ae2-3460-409b-a697-0049e88abcfe Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:35:25,166 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-77124ae2-3460-409b-a697-0049e88abcfe 2018-10-26 09:35:25,167 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-ef0b0038-1e2f-4e6-user 2018-10-26 09:35:25,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/f3a3cf07ac204825b8543bff810b46c2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41fdf58a010bc8667a022cfd699e8e3b45ba5ed9" 2018-10-26 09:35:25,344 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:35:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bf77939f-d650-40bb-8ad3-f85b41dbb651 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:35:25,345 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/f3a3cf07ac204825b8543bff810b46c2 used request id req-bf77939f-d650-40bb-8ad3-f85b41dbb651 2018-10-26 09:35:25,346 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:35:25,721 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:35:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["8NvBSP3CTSGTEG9c172GBA"], "issued_at": "2018-10-26T09:35:25.000000Z"}} 2018-10-26 09:35:25,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb0946190825e2888075bfdb289e0c4a4cc908be" 2018-10-26 09:35:25,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fdf4e0e-3892-4f5f-abc8-16cbc29975ae Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:35:25,810 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-1fdf4e0e-3892-4f5f-abc8-16cbc29975ae 2018-10-26 09:35:25,811 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:35:25,812 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:35:26,207 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:35:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["SH6visjERgqlfhuVwA2srw"], "issued_at": "2018-10-26T09:35:26.000000Z"}} 2018-10-26 09:35:26,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e75c7f3df8c7f1a82fcf2465906834b9b0b2e3b" 2018-10-26 09:35:26,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c68d4642-7bc2-420d-8157-0888ac0e9574 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:35:26,288 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c68d4642-7bc2-420d-8157-0888ac0e9574 2018-10-26 09:35:26,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:35:26,301 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:35: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:35:26,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-4ccf233c-6baa-4a2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e75c7f3df8c7f1a82fcf2465906834b9b0b2e3b" 2018-10-26 09:35:26,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a25537dc-5f9c-4558-824e-9d6e3eba2ce8 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-4ccf233c-6baa-4a2-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:35:26,393 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-4ccf233c-6baa-4a2-proj used request id req-a25537dc-5f9c-4558-824e-9d6e3eba2ce8 2018-10-26 09:35:26,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e75c7f3df8c7f1a82fcf2465906834b9b0b2e3b" 2018-10-26 09:35:26,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ad8f9f0-538a-4682-b129-433a78f407b5 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:35:26,475 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-4ad8f9f0-538a-4682-b129-433a78f407b5 2018-10-26 09:35:26,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e75c7f3df8c7f1a82fcf2465906834b9b0b2e3b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-4ccf233c-6baa-4a2-proj"}}' 2018-10-26 09:35:26,604 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:35:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-79dc645e-9859-45c6-b3b9-db0e94e19e2d Content-Length: 304 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8efb88d3763b49359eb8345172f90238"}, "enabled": true, "id": "8efb88d3763b49359eb8345172f90238", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-4ccf233c-6baa-4a2-proj"}} 2018-10-26 09:35:26,604 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-79dc645e-9859-45c6-b3b9-db0e94e19e2d 2018-10-26 09:35:26,604 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-4ccf233c-6baa-4a2-proj 2018-10-26 09:35:26,605 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:35:26,605 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:35:26,991 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:35:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["Q0Hg9h3vRwmcBizz_bc9SA"], "issued_at": "2018-10-26T09:35:26.000000Z"}} 2018-10-26 09:35:26,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9089f3b8deef71a8a3653d1d7e1df918ff4e61e3" 2018-10-26 09:35:27,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4d518c1-5ba5-4d7a-bcf6-fcdd5ca11f81 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:35:27,068 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f4d518c1-5ba5-4d7a-bcf6-fcdd5ca11f81 2018-10-26 09:35:27,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:35:27,078 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:35: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:35:27,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9089f3b8deef71a8a3653d1d7e1df918ff4e61e3" 2018-10-26 09:35:27,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61c30586-7b37-49f5-9e5e-879df400f5ad Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:35:27,185 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-61c30586-7b37-49f5-9e5e-879df400f5ad 2018-10-26 09:35:27,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateKeypairsTests-4ccf233c-6baa-4a2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9089f3b8deef71a8a3653d1d7e1df918ff4e61e3" 2018-10-26 09:35:27,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54fc69ca-f2c4-454f-9ef2-21a403b41ced Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateKeypairsTests-4ccf233c-6baa-4a2-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8efb88d3763b49359eb8345172f90238"}, "enabled": true, "id": "8efb88d3763b49359eb8345172f90238", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-4ccf233c-6baa-4a2-proj"}]} 2018-10-26 09:35:27,270 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateKeypairsTests-4ccf233c-6baa-4a2-proj used request id req-54fc69ca-f2c4-454f-9ef2-21a403b41ced 2018-10-26 09:35:27,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9089f3b8deef71a8a3653d1d7e1df918ff4e61e3" 2018-10-26 09:35:27,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f65388e3-6a3b-4596-92a6-a071afa5caf1 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:35:27,370 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-f65388e3-6a3b-4596-92a6-a071afa5caf1 2018-10-26 09:35:27,737 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-4ccf233c-6baa-4a2-user 2018-10-26 09:35:27,738 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:35:27,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e75c7f3df8c7f1a82fcf2465906834b9b0b2e3b" 2018-10-26 09:35:27,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af02afa9-adea-47a7-bb93-fe376556943a Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:35:27,828 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-af02afa9-adea-47a7-bb93-fe376556943a 2018-10-26 09:35:27,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e75c7f3df8c7f1a82fcf2465906834b9b0b2e3b" -d '{"role": {"name": "CreateKeypairsTests-4ccf233c-6baa-4a2-proj-role"}}' 2018-10-26 09:35:27,935 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:35:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6ce85dd5-73d7-48ef-9c2c-be849509603d Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b91c30533fd14b3b83b8db54fa0574f9", "links": {"self": "http://172.30.9.21:5000/v3/roles/b91c30533fd14b3b83b8db54fa0574f9"}, "name": "CreateKeypairsTests-4ccf233c-6baa-4a2-proj-role"}} 2018-10-26 09:35:27,935 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-6ce85dd5-73d7-48ef-9c2c-be849509603d 2018-10-26 09:35:27,935 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-4ccf233c-6baa-4a2-proj-role 2018-10-26 09:35:27,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/b91c30533fd14b3b83b8db54fa0574f9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e75c7f3df8c7f1a82fcf2465906834b9b0b2e3b" 2018-10-26 09:35:27,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-290f390f-224b-44f9-86b6-e278a71270c8 Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/b91c30533fd14b3b83b8db54fa0574f9"}, "domain_id": null, "name": "CreateKeypairsTests-4ccf233c-6baa-4a2-proj-role", "id": "b91c30533fd14b3b83b8db54fa0574f9"}} 2018-10-26 09:35:27,956 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/b91c30533fd14b3b83b8db54fa0574f9 used request id req-290f390f-224b-44f9-86b6-e278a71270c8 2018-10-26 09:35:27,957 - keystone_utils - INFO - Granting role CreateKeypairsTests-4ccf233c-6baa-4a2-proj-role to project CreateKeypairsTests-4ccf233c-6baa-4a2-proj 2018-10-26 09:35:27,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/8efb88d3763b49359eb8345172f90238/users/0266bc54338e456ab88f0c03833d02e3/roles/b91c30533fd14b3b83b8db54fa0574f9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e75c7f3df8c7f1a82fcf2465906834b9b0b2e3b" 2018-10-26 09:35:28,092 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:35:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f5b6f312-92db-4aaa-a2ff-42064864d1ce Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:35:28,092 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/8efb88d3763b49359eb8345172f90238/users/0266bc54338e456ab88f0c03833d02e3/roles/b91c30533fd14b3b83b8db54fa0574f9 used request id req-f5b6f312-92db-4aaa-a2ff-42064864d1ce 2018-10-26 09:35:28,093 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:35:28,094 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:35:28,095 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:35:28,472 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b91c30533fd14b3b83b8db54fa0574f9", "name": "CreateKeypairsTests-4ccf233c-6baa-4a2-proj-role"}], "expires_at": "2018-10-26T10:35:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8efb88d3763b49359eb8345172f90238", "name": "CreateKeypairsTests-4ccf233c-6baa-4a2-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/8efb88d3763b49359eb8345172f90238", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/8efb88d3763b49359eb8345172f90238", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/8efb88d3763b49359eb8345172f90238", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/8efb88d3763b49359eb8345172f90238", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/8efb88d3763b49359eb8345172f90238", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/8efb88d3763b49359eb8345172f90238", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/8efb88d3763b49359eb8345172f90238", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/8efb88d3763b49359eb8345172f90238", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/8efb88d3763b49359eb8345172f90238", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/8efb88d3763b49359eb8345172f90238", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/8efb88d3763b49359eb8345172f90238", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/8efb88d3763b49359eb8345172f90238", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-4ccf233c-6baa-4a2-user", "id": "0266bc54338e456ab88f0c03833d02e3"}, "audit_ids": ["OSIibHCNTwuMY7R4rOcnYg"], "issued_at": "2018-10-26T09:35:28.000000Z"}} 2018-10-26 09:35:28,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e913ca1e22bf5b9af9013e8dd885312b85a98df5" 2018-10-26 09:35:28,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c1e6f21-5b54-446b-b9e8-a910d29d0838 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:35:28,562 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-6c1e6f21-5b54-446b-b9e8-a910d29d0838 2018-10-26 09:35:28,563 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:35:28,568 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e913ca1e22bf5b9af9013e8dd885312b85a98df5" 2018-10-26 09:35:28,736 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-349e61bf-a134-4c41-b5df-dde1346602f9 x-compute-request-id: req-349e61bf-a134-4c41-b5df-dde1346602f9 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-10-26 09:35:28,737 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-349e61bf-a134-4c41-b5df-dde1346602f9 2018-10-26 09:35:28,737 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-89a88b81-de8f-4cec-a4d8-f8791e29098d... 2018-10-26 09:35:28,737 - OpenStackKeypair - INFO - Creating new keypair 2018-10-26 09:35:41,278 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-89a88b81-de8f-4cec-a4d8-f8791e29098d 2018-10-26 09:35:41,279 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e913ca1e22bf5b9af9013e8dd885312b85a98df5" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAE4wDWrMiIX3Ab5loiqp87OjdCIMzzDFkMchye/aPup66MClud5Hkn695XfAp2OKzq0kYmHGcGWGOx7e6c0hi+Ndi8g9oa6OqFf05qyTtmuO7rHl+8Vli3jcNaXTWJ9++pXv9hAkmHSMqGJSsLkFu+/qVfjbrxNcgDjBs3buL5BYW1ZkOAQbAc61mujHz5WWfinPurhGFZ6lfDexv38+Wq4GFyalICID0EGmgx4CX3MdnEd1znXNemBx5VUTs9gSalpWTHlOkWlG87rAraddO3Lmjw5ZHSA4QYkjyWc4oNENBdeZKq+lhJkyTMnHP81izvInH3rB193c+JU6S5VU92wVPhP7yAZeqmxCazPaa/WliDUc3CjvAJh55f51yfg58imdyeC1XcQRuAqu4vSyhWVQB5St49U20DThFl2Mzy+wkf4BYh0cJC+7lDAxCpF/NzYZGQqmDiplmKxpe7eOy+M9lqYv4qP0jOS1p7C18H5NyfBU5dmPpBrKWjHe+PnDiPN7dkta9gQ2xVlYfu8RasZaD2e12psIlxJajOVrnAfFwWQEReseaWSIhIawm8eaHZNAVtwCXnibn+lPbOG8hSOCjXMvBbCIj3e/FfffnzRSGw9o5iL/y66//ZmcjF40oH4A7QpKg6gM+iZI96xf8rUOwXgrM3Kh6cvunBKKhsBoGHJrVldRYAH/AcGVnaPl259iqyKTjcKnrcox6bg7tH0vKYx0K6t4vJJVLtsFEm39b9zqdz/Hxy8fr00ux2jQbgqtV4pJweXURrTOaW4C/aItNoCrK2YlNm7Q7vRd8XY/8Gu98uzL6yO7koxBYCDbuxTKC4/Oy9VKL1xO41txNygDLdRxT+CWuNdGw2+d5NJ2QncnXRrUiGq02RJEZkKnnlSoS/s83PSRVPOznr3lpVYgKm7KngYsmpC7LqU//rNqR1npWwaJnIH0Lvb1wjARomXNs9t+ZjA0zJhyducjOG4wppZUQGoRpNAvj8OH7SOs83B7In092kjOn9DOAORcwEYAz4Mg2iVU6weC7LAVEj66khZe1LLzV+vOmCN3VidCBt6QecaZ+JYjbKEISeCVJfjuc9eq/IIUej4bNtK71kTT7Pv/72NQoJVNhD2JWTFcVZMKIeoOlrqLpy+ogewBC7hkQwOZql77luMsBZEXy1tHpr4/4QhWXXL2P3LJU91KPzKJlfQyMSNT1UbOACg5ODU+16fp/skvvZ7wqYrnYov/zzHfsYQ1ZMKwq+Z016bsxuKTvLCc+HfNLomUV9nxrh5GoYqTwLZ/eCud+qHZi4gigsJ/PKvIjG/XApBg1+1a++oxSK3UIhQM7/fHJdk9PfkvuiWQYiwkArDUchgznTMO13/1CNyeHoy9tp0/CiJo/GcNf8Hp/JB9MQeBoC/7e36AAgm12WMBgvUnkcBYfyAlXW1OfivaS40g9Z26LaRJV2kpWqVYLx2i1/6xvqfmCSklXMoWQNk/8n6+bQTb/PwBOvm+eWvzix4YsKAiqtQwtzoM6+w5VCDdVaAO5k/7HezfQtpCfmeEPT+Nb6b3XmkHKigVSIODAlMLS64IX8Ys7YXopa5Xh4j2G5ySYCiGZ5+1X4eOHHHpZ/9u/7TSbPQcN1WmrXCLWHqa7eHE2OTyREzkyLzgIWHAeIss8Rdc+vbxTjEw==", "name": "CreateKeypairsTests-89a88b81-de8f-4cec-a4d8-f8791e29098d"}}' 2018-10-26 09:35:41,356 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35: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-1152de96-2ccc-4233-9b70-f66651e2cff8 x-compute-request-id: req-1152de96-2ccc-4233-9b70-f66651e2cff8 Content-Encoding: gzip Content-Length: 1509 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAE4wDWrMiIX3Ab5loiqp87OjdCIMzzDFkMchye/aPup66MClud5Hkn695XfAp2OKzq0kYmHGcGWGOx7e6c0hi+Ndi8g9oa6OqFf05qyTtmuO7rHl+8Vli3jcNaXTWJ9++pXv9hAkmHSMqGJSsLkFu+/qVfjbrxNcgDjBs3buL5BYW1ZkOAQbAc61mujHz5WWfinPurhGFZ6lfDexv38+Wq4GFyalICID0EGmgx4CX3MdnEd1znXNemBx5VUTs9gSalpWTHlOkWlG87rAraddO3Lmjw5ZHSA4QYkjyWc4oNENBdeZKq+lhJkyTMnHP81izvInH3rB193c+JU6S5VU92wVPhP7yAZeqmxCazPaa/WliDUc3CjvAJh55f51yfg58imdyeC1XcQRuAqu4vSyhWVQB5St49U20DThFl2Mzy+wkf4BYh0cJC+7lDAxCpF/NzYZGQqmDiplmKxpe7eOy+M9lqYv4qP0jOS1p7C18H5NyfBU5dmPpBrKWjHe+PnDiPN7dkta9gQ2xVlYfu8RasZaD2e12psIlxJajOVrnAfFwWQEReseaWSIhIawm8eaHZNAVtwCXnibn+lPbOG8hSOCjXMvBbCIj3e/FfffnzRSGw9o5iL/y66//ZmcjF40oH4A7QpKg6gM+iZI96xf8rUOwXgrM3Kh6cvunBKKhsBoGHJrVldRYAH/AcGVnaPl259iqyKTjcKnrcox6bg7tH0vKYx0K6t4vJJVLtsFEm39b9zqdz/Hxy8fr00ux2jQbgqtV4pJweXURrTOaW4C/aItNoCrK2YlNm7Q7vRd8XY/8Gu98uzL6yO7koxBYCDbuxTKC4/Oy9VKL1xO41txNygDLdRxT+CWuNdGw2+d5NJ2QncnXRrUiGq02RJEZkKnnlSoS/s83PSRVPOznr3lpVYgKm7KngYsmpC7LqU//rNqR1npWwaJnIH0Lvb1wjARomXNs9t+ZjA0zJhyducjOG4wppZUQGoRpNAvj8OH7SOs83B7In092kjOn9DOAORcwEYAz4Mg2iVU6weC7LAVEj66khZe1LLzV+vOmCN3VidCBt6QecaZ+JYjbKEISeCVJfjuc9eq/IIUej4bNtK71kTT7Pv/72NQoJVNhD2JWTFcVZMKIeoOlrqLpy+ogewBC7hkQwOZql77luMsBZEXy1tHpr4/4QhWXXL2P3LJU91KPzKJlfQyMSNT1UbOACg5ODU+16fp/skvvZ7wqYrnYov/zzHfsYQ1ZMKwq+Z016bsxuKTvLCc+HfNLomUV9nxrh5GoYqTwLZ/eCud+qHZi4gigsJ/PKvIjG/XApBg1+1a++oxSK3UIhQM7/fHJdk9PfkvuiWQYiwkArDUchgznTMO13/1CNyeHoy9tp0/CiJo/GcNf8Hp/JB9MQeBoC/7e36AAgm12WMBgvUnkcBYfyAlXW1OfivaS40g9Z26LaRJV2kpWqVYLx2i1/6xvqfmCSklXMoWQNk/8n6+bQTb/PwBOvm+eWvzix4YsKAiqtQwtzoM6+w5VCDdVaAO5k/7HezfQtpCfmeEPT+Nb6b3XmkHKigVSIODAlMLS64IX8Ys7YXopa5Xh4j2G5ySYCiGZ5+1X4eOHHHpZ/9u/7TSbPQcN1WmrXCLWHqa7eHE2OTyREzkyLzgIWHAeIss8Rdc+vbxTjEw==", "user_id": "0266bc54338e456ab88f0c03833d02e3", "name": "CreateKeypairsTests-89a88b81-de8f-4cec-a4d8-f8791e29098d", "fingerprint": "ab:1e:fb:da:b7:90:7d:88:ad:48:19:0f:dd:af:af:19"}} 2018-10-26 09:35:41,356 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-1152de96-2ccc-4233-9b70-f66651e2cff8 2018-10-26 09:35:41,357 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:35:41,738 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b91c30533fd14b3b83b8db54fa0574f9", "name": "CreateKeypairsTests-4ccf233c-6baa-4a2-proj-role"}], "expires_at": "2018-10-26T10:35:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8efb88d3763b49359eb8345172f90238", "name": "CreateKeypairsTests-4ccf233c-6baa-4a2-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/8efb88d3763b49359eb8345172f90238", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/8efb88d3763b49359eb8345172f90238", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/8efb88d3763b49359eb8345172f90238", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/8efb88d3763b49359eb8345172f90238", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/8efb88d3763b49359eb8345172f90238", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/8efb88d3763b49359eb8345172f90238", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/8efb88d3763b49359eb8345172f90238", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/8efb88d3763b49359eb8345172f90238", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/8efb88d3763b49359eb8345172f90238", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/8efb88d3763b49359eb8345172f90238", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/8efb88d3763b49359eb8345172f90238", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/8efb88d3763b49359eb8345172f90238", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-4ccf233c-6baa-4a2-user", "id": "0266bc54338e456ab88f0c03833d02e3"}, "audit_ids": ["0D11zTt2QlecXi98HpiAfg"], "issued_at": "2018-10-26T09:35:41.000000Z"}} 2018-10-26 09:35:41,742 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-89a88b81-de8f-4cec-a4d8-f8791e29098d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18241870f22ca040ad9e32405dd2cc1c3964a535" 2018-10-26 09:35:42,283 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35: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-c6775e41-a151-4ddf-9496-95461780a5a9 x-compute-request-id: req-c6775e41-a151-4ddf-9496-95461780a5a9 Content-Encoding: gzip Content-Length: 1574 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAE4wDWrMiIX3Ab5loiqp87OjdCIMzzDFkMchye/aPup66MClud5Hkn695XfAp2OKzq0kYmHGcGWGOx7e6c0hi+Ndi8g9oa6OqFf05qyTtmuO7rHl+8Vli3jcNaXTWJ9++pXv9hAkmHSMqGJSsLkFu+/qVfjbrxNcgDjBs3buL5BYW1ZkOAQbAc61mujHz5WWfinPurhGFZ6lfDexv38+Wq4GFyalICID0EGmgx4CX3MdnEd1znXNemBx5VUTs9gSalpWTHlOkWlG87rAraddO3Lmjw5ZHSA4QYkjyWc4oNENBdeZKq+lhJkyTMnHP81izvInH3rB193c+JU6S5VU92wVPhP7yAZeqmxCazPaa/WliDUc3CjvAJh55f51yfg58imdyeC1XcQRuAqu4vSyhWVQB5St49U20DThFl2Mzy+wkf4BYh0cJC+7lDAxCpF/NzYZGQqmDiplmKxpe7eOy+M9lqYv4qP0jOS1p7C18H5NyfBU5dmPpBrKWjHe+PnDiPN7dkta9gQ2xVlYfu8RasZaD2e12psIlxJajOVrnAfFwWQEReseaWSIhIawm8eaHZNAVtwCXnibn+lPbOG8hSOCjXMvBbCIj3e/FfffnzRSGw9o5iL/y66//ZmcjF40oH4A7QpKg6gM+iZI96xf8rUOwXgrM3Kh6cvunBKKhsBoGHJrVldRYAH/AcGVnaPl259iqyKTjcKnrcox6bg7tH0vKYx0K6t4vJJVLtsFEm39b9zqdz/Hxy8fr00ux2jQbgqtV4pJweXURrTOaW4C/aItNoCrK2YlNm7Q7vRd8XY/8Gu98uzL6yO7koxBYCDbuxTKC4/Oy9VKL1xO41txNygDLdRxT+CWuNdGw2+d5NJ2QncnXRrUiGq02RJEZkKnnlSoS/s83PSRVPOznr3lpVYgKm7KngYsmpC7LqU//rNqR1npWwaJnIH0Lvb1wjARomXNs9t+ZjA0zJhyducjOG4wppZUQGoRpNAvj8OH7SOs83B7In092kjOn9DOAORcwEYAz4Mg2iVU6weC7LAVEj66khZe1LLzV+vOmCN3VidCBt6QecaZ+JYjbKEISeCVJfjuc9eq/IIUej4bNtK71kTT7Pv/72NQoJVNhD2JWTFcVZMKIeoOlrqLpy+ogewBC7hkQwOZql77luMsBZEXy1tHpr4/4QhWXXL2P3LJU91KPzKJlfQyMSNT1UbOACg5ODU+16fp/skvvZ7wqYrnYov/zzHfsYQ1ZMKwq+Z016bsxuKTvLCc+HfNLomUV9nxrh5GoYqTwLZ/eCud+qHZi4gigsJ/PKvIjG/XApBg1+1a++oxSK3UIhQM7/fHJdk9PfkvuiWQYiwkArDUchgznTMO13/1CNyeHoy9tp0/CiJo/GcNf8Hp/JB9MQeBoC/7e36AAgm12WMBgvUnkcBYfyAlXW1OfivaS40g9Z26LaRJV2kpWqVYLx2i1/6xvqfmCSklXMoWQNk/8n6+bQTb/PwBOvm+eWvzix4YsKAiqtQwtzoM6+w5VCDdVaAO5k/7HezfQtpCfmeEPT+Nb6b3XmkHKigVSIODAlMLS64IX8Ys7YXopa5Xh4j2G5ySYCiGZ5+1X4eOHHHpZ/9u/7TSbPQcN1WmrXCLWHqa7eHE2OTyREzkyLzgIWHAeIss8Rdc+vbxTjEw==", "user_id": "0266bc54338e456ab88f0c03833d02e3", "name": "CreateKeypairsTests-89a88b81-de8f-4cec-a4d8-f8791e29098d", "deleted": false, "created_at": "2018-10-26T09:35:41.000000", "updated_at": null, "fingerprint": "ab:1e:fb:da:b7:90:7d:88:ad:48:19:0f:dd:af:af:19", "deleted_at": null, "id": 68}} 2018-10-26 09:35:42,283 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-89a88b81-de8f-4cec-a4d8-f8791e29098d used request id req-c6775e41-a151-4ddf-9496-95461780a5a9 2018-10-26 09:35:42,284 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-89a88b81-de8f-4cec-a4d8-f8791e29098d 2018-10-26 09:35:42,287 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-89a88b81-de8f-4cec-a4d8-f8791e29098d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e913ca1e22bf5b9af9013e8dd885312b85a98df5" 2018-10-26 09:35:42,323 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:35:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-35b6ab63-431a-4188-b6db-75200280beb6 x-compute-request-id: req-35b6ab63-431a-4188-b6db-75200280beb6 Content-Length: 0 Content-Type: application/json 2018-10-26 09:35:42,323 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-89a88b81-de8f-4cec-a4d8-f8791e29098d used request id req-35b6ab63-431a-4188-b6db-75200280beb6 2018-10-26 09:35:42,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e75c7f3df8c7f1a82fcf2465906834b9b0b2e3b" 2018-10-26 09:35:42,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-0c7932fe-52c2-4160-95ae-bc6c96d5238a Date: Fri, 26 Oct 2018 09:35:42 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:35:42,561 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-0c7932fe-52c2-4160-95ae-bc6c96d5238a 2018-10-26 09:35:42,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e75c7f3df8c7f1a82fcf2465906834b9b0b2e3b" 2018-10-26 09:35:42,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddc61d3a-cac8-4dc8-a045-23ff84cbaa7e 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:35:42,659 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-ddc61d3a-cac8-4dc8-a045-23ff84cbaa7e 2018-10-26 09:35:42,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e75c7f3df8c7f1a82fcf2465906834b9b0b2e3b" 2018-10-26 09:35:42,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a282ce10-9d54-4050-bce4-863c0b83f8d3 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:35:42,753 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-a282ce10-9d54-4050-bce4-863c0b83f8d3 2018-10-26 09:35:42,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e75c7f3df8c7f1a82fcf2465906834b9b0b2e3b" 2018-10-26 09:35:42,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfe6b17a-1d46-48e8-8bcc-03788b65f7ce 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:35:42,846 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-dfe6b17a-1d46-48e8-8bcc-03788b65f7ce 2018-10-26 09:35:42,847 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-4ccf233c-6baa-4a2-proj 2018-10-26 09:35:42,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/8efb88d3763b49359eb8345172f90238 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e75c7f3df8c7f1a82fcf2465906834b9b0b2e3b" 2018-10-26 09:35:43,088 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:35:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8e9a2ddf-7979-437e-9e02-c958eac07722 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:35:43,088 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/8efb88d3763b49359eb8345172f90238 used request id req-8e9a2ddf-7979-437e-9e02-c958eac07722 2018-10-26 09:35:43,088 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-4ccf233c-6baa-4a2-proj-role 2018-10-26 09:35:43,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/b91c30533fd14b3b83b8db54fa0574f9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e75c7f3df8c7f1a82fcf2465906834b9b0b2e3b" 2018-10-26 09:35:43,215 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:35:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2f6e16c8-19af-4912-af29-26a6885d658b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:35:43,215 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/b91c30533fd14b3b83b8db54fa0574f9 used request id req-2f6e16c8-19af-4912-af29-26a6885d658b 2018-10-26 09:35:43,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e75c7f3df8c7f1a82fcf2465906834b9b0b2e3b" 2018-10-26 09:35:43,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be9bfcdc-4805-4b18-93a6-8b7ee16f2734 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:35:43,299 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-be9bfcdc-4805-4b18-93a6-8b7ee16f2734 2018-10-26 09:35:43,299 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-4ccf233c-6baa-4a2-user 2018-10-26 09:35:43,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/0266bc54338e456ab88f0c03833d02e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9089f3b8deef71a8a3653d1d7e1df918ff4e61e3" 2018-10-26 09:35:43,483 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:35:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0a9d506e-1481-4a20-b1cd-16d82f76a22f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:35:43,483 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/0266bc54338e456ab88f0c03833d02e3 used request id req-0a9d506e-1481-4a20-b1cd-16d82f76a22f 2018-10-26 09:35:43,485 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:35:43,876 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:35:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["kpXIE_o6RTOfYPTbGXTDvg"], "issued_at": "2018-10-26T09:35:43.000000Z"}} 2018-10-26 09:35:43,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cdbda00e59ac90bc570c05781c15b4c3771d9fb" 2018-10-26 09:35:43,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8240e5f2-e102-4c3c-ba95-661ca56e8404 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:35:43,957 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8240e5f2-e102-4c3c-ba95-661ca56e8404 2018-10-26 09:35:43,959 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:35:43,960 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:35:44,346 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:35:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["bEEFWq6yTyWmMHcN3a1IBw"], "issued_at": "2018-10-26T09:35:44.000000Z"}} 2018-10-26 09:35:44,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}830b87c2e0c4121339ed4a4a9695ed2e8ac8314c" 2018-10-26 09:35:44,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0873b8cf-1e1b-4efb-8c31-fbab615ee482 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:35:44,431 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-0873b8cf-1e1b-4efb-8c31-fbab615ee482 2018-10-26 09:35:44,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:35:44,440 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:35:44,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-0ac3f69e-2f44-489-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}830b87c2e0c4121339ed4a4a9695ed2e8ac8314c" 2018-10-26 09:35:44,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3934c44a-9d70-444c-96da-21ca0c187089 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-0ac3f69e-2f44-489-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:35:44,530 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-0ac3f69e-2f44-489-proj used request id req-3934c44a-9d70-444c-96da-21ca0c187089 2018-10-26 09:35:44,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}830b87c2e0c4121339ed4a4a9695ed2e8ac8314c" 2018-10-26 09:35:44,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0450cb3-7cf8-4f64-9819-21a016fadf43 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:35:44,626 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-d0450cb3-7cf8-4f64-9819-21a016fadf43 2018-10-26 09:35:44,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}830b87c2e0c4121339ed4a4a9695ed2e8ac8314c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-0ac3f69e-2f44-489-proj"}}' 2018-10-26 09:35:44,749 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:35:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9152a3a6-a7f8-4df0-ba3a-ab5fd38bbcc4 Content-Length: 304 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2cfd5c92f24f47b78a5b85d6fb329b55"}, "enabled": true, "id": "2cfd5c92f24f47b78a5b85d6fb329b55", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-0ac3f69e-2f44-489-proj"}} 2018-10-26 09:35:44,749 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-9152a3a6-a7f8-4df0-ba3a-ab5fd38bbcc4 2018-10-26 09:35:44,750 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-0ac3f69e-2f44-489-proj 2018-10-26 09:35:44,750 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:35:44,751 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:35:45,140 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:35:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["Gv9EOnlSS-iSVFKFsHFmFQ"], "issued_at": "2018-10-26T09:35:45.000000Z"}} 2018-10-26 09:35:45,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc25add6e463f7be0c42dc77caef0f85185d5825" 2018-10-26 09:35:45,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6572407f-605b-43ea-b827-0d4cc9e8dcde Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:35:45,156 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-6572407f-605b-43ea-b827-0d4cc9e8dcde 2018-10-26 09:35:45,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:35:45,165 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:35: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:35:45,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc25add6e463f7be0c42dc77caef0f85185d5825" 2018-10-26 09:35:45,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc48919b-2f8c-4ffe-8dbe-eb5dc824c0ae Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:35:45,201 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-cc48919b-2f8c-4ffe-8dbe-eb5dc824c0ae 2018-10-26 09:35:45,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateKeypairsTests-0ac3f69e-2f44-489-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc25add6e463f7be0c42dc77caef0f85185d5825" 2018-10-26 09:35:45,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1dc4c717-3a32-4ffb-be8d-a044d92dc6fd Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateKeypairsTests-0ac3f69e-2f44-489-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2cfd5c92f24f47b78a5b85d6fb329b55"}, "enabled": true, "id": "2cfd5c92f24f47b78a5b85d6fb329b55", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-0ac3f69e-2f44-489-proj"}]} 2018-10-26 09:35:45,293 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateKeypairsTests-0ac3f69e-2f44-489-proj used request id req-1dc4c717-3a32-4ffb-be8d-a044d92dc6fd 2018-10-26 09:35:45,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc25add6e463f7be0c42dc77caef0f85185d5825" 2018-10-26 09:35:45,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7a3bdc6-6a3a-4e25-9010-2b8f19e3547b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:35:45,379 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-e7a3bdc6-6a3a-4e25-9010-2b8f19e3547b 2018-10-26 09:35:45,773 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-0ac3f69e-2f44-489-user 2018-10-26 09:35:45,773 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:35:45,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}830b87c2e0c4121339ed4a4a9695ed2e8ac8314c" 2018-10-26 09:35:45,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a2d7c3a-bf97-4528-ba8a-2166e5d317bb Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:35:45,866 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-5a2d7c3a-bf97-4528-ba8a-2166e5d317bb 2018-10-26 09:35:45,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}830b87c2e0c4121339ed4a4a9695ed2e8ac8314c" -d '{"role": {"name": "CreateKeypairsTests-0ac3f69e-2f44-489-proj-role"}}' 2018-10-26 09:35:45,987 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:35:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ebe54e24-d5c9-40c4-962f-2d0fb269504d Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c3883ff2d5964824907bf85d9f03accf", "links": {"self": "http://172.30.9.21:5000/v3/roles/c3883ff2d5964824907bf85d9f03accf"}, "name": "CreateKeypairsTests-0ac3f69e-2f44-489-proj-role"}} 2018-10-26 09:35:45,987 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-ebe54e24-d5c9-40c4-962f-2d0fb269504d 2018-10-26 09:35:45,987 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-0ac3f69e-2f44-489-proj-role 2018-10-26 09:35:45,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/c3883ff2d5964824907bf85d9f03accf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}830b87c2e0c4121339ed4a4a9695ed2e8ac8314c" 2018-10-26 09:35:46,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e819463b-ec06-471f-8afe-92203f9e7af1 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/c3883ff2d5964824907bf85d9f03accf"}, "domain_id": null, "name": "CreateKeypairsTests-0ac3f69e-2f44-489-proj-role", "id": "c3883ff2d5964824907bf85d9f03accf"}} 2018-10-26 09:35:46,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/c3883ff2d5964824907bf85d9f03accf used request id req-e819463b-ec06-471f-8afe-92203f9e7af1 2018-10-26 09:35:46,075 - keystone_utils - INFO - Granting role CreateKeypairsTests-0ac3f69e-2f44-489-proj-role to project CreateKeypairsTests-0ac3f69e-2f44-489-proj 2018-10-26 09:35:46,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/2cfd5c92f24f47b78a5b85d6fb329b55/users/b0cf785646f0479bbf985749adaf8cd7/roles/c3883ff2d5964824907bf85d9f03accf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}830b87c2e0c4121339ed4a4a9695ed2e8ac8314c" 2018-10-26 09:35:46,219 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:35:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1bf35164-13ef-45bf-8bf5-f868deab0e45 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:35:46,220 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/2cfd5c92f24f47b78a5b85d6fb329b55/users/b0cf785646f0479bbf985749adaf8cd7/roles/c3883ff2d5964824907bf85d9f03accf used request id req-1bf35164-13ef-45bf-8bf5-f868deab0e45 2018-10-26 09:35:46,220 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:35:46,221 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:35:46,222 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:35:46,589 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c3883ff2d5964824907bf85d9f03accf", "name": "CreateKeypairsTests-0ac3f69e-2f44-489-proj-role"}], "expires_at": "2018-10-26T10:35:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2cfd5c92f24f47b78a5b85d6fb329b55", "name": "CreateKeypairsTests-0ac3f69e-2f44-489-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/2cfd5c92f24f47b78a5b85d6fb329b55", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/2cfd5c92f24f47b78a5b85d6fb329b55", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/2cfd5c92f24f47b78a5b85d6fb329b55", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/2cfd5c92f24f47b78a5b85d6fb329b55", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/2cfd5c92f24f47b78a5b85d6fb329b55", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/2cfd5c92f24f47b78a5b85d6fb329b55", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/2cfd5c92f24f47b78a5b85d6fb329b55", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/2cfd5c92f24f47b78a5b85d6fb329b55", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/2cfd5c92f24f47b78a5b85d6fb329b55", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/2cfd5c92f24f47b78a5b85d6fb329b55", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/2cfd5c92f24f47b78a5b85d6fb329b55", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/2cfd5c92f24f47b78a5b85d6fb329b55", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-0ac3f69e-2f44-489-user", "id": "b0cf785646f0479bbf985749adaf8cd7"}, "audit_ids": ["Li8QO41TQdOOzi48LAUSYg"], "issued_at": "2018-10-26T09:35:46.000000Z"}} 2018-10-26 09:35:46,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddb14e43d8f9d19b6ef4b2ae6a79fbf582b62b9c" 2018-10-26 09:35:46,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c8ff2e6-5f47-4ad6-a06b-a0c4003b2c9e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:35:46,670 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-7c8ff2e6-5f47-4ad6-a06b-a0c4003b2c9e 2018-10-26 09:35:46,671 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:35:46,675 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddb14e43d8f9d19b6ef4b2ae6a79fbf582b62b9c" 2018-10-26 09:35:46,863 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1fc78a03-58d3-46fd-8dfb-da78a24b877f x-compute-request-id: req-1fc78a03-58d3-46fd-8dfb-da78a24b877f Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-10-26 09:35:46,863 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-1fc78a03-58d3-46fd-8dfb-da78a24b877f 2018-10-26 09:35:46,863 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-456adb4a-5f97-4247-9454-c5439bf8cf20... 2018-10-26 09:35:46,864 - OpenStackKeypair - INFO - Creating new keypair 2018-10-26 09:35:46,879 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-456adb4a-5f97-4247-9454-c5439bf8cf20 2018-10-26 09:35:46,881 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddb14e43d8f9d19b6ef4b2ae6a79fbf582b62b9c" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC+tyo/XXCQY7BxOO9mZRPjk6kr56CQf+lG09HornIr7Uqc4L5nRASL/rf7PLj2vK/IKtxNtwx2d9CzQgGGJjub6L6ZQaXck7RuTxw/7UmGqwE5aRMDjAER67WKZD14m03p3eytnTM4Wo7YfOBfellpgaQSySvE5jHeexA9gbSxQQ==", "name": "CreateKeypairsTests-456adb4a-5f97-4247-9454-c5439bf8cf20"}}' 2018-10-26 09:35:46,933 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ddecb05a-a8fe-48fe-9457-fab03291c69b x-compute-request-id: req-ddecb05a-a8fe-48fe-9457-fab03291c69b Content-Encoding: gzip Content-Length: 366 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC+tyo/XXCQY7BxOO9mZRPjk6kr56CQf+lG09HornIr7Uqc4L5nRASL/rf7PLj2vK/IKtxNtwx2d9CzQgGGJjub6L6ZQaXck7RuTxw/7UmGqwE5aRMDjAER67WKZD14m03p3eytnTM4Wo7YfOBfellpgaQSySvE5jHeexA9gbSxQQ==", "user_id": "b0cf785646f0479bbf985749adaf8cd7", "name": "CreateKeypairsTests-456adb4a-5f97-4247-9454-c5439bf8cf20", "fingerprint": "5c:16:34:79:e0:2b:45:c8:c6:55:9d:b6:c9:01:95:13"}} 2018-10-26 09:35:46,933 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-ddecb05a-a8fe-48fe-9457-fab03291c69b 2018-10-26 09:35:46,934 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:35:47,316 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c3883ff2d5964824907bf85d9f03accf", "name": "CreateKeypairsTests-0ac3f69e-2f44-489-proj-role"}], "expires_at": "2018-10-26T10:35:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2cfd5c92f24f47b78a5b85d6fb329b55", "name": "CreateKeypairsTests-0ac3f69e-2f44-489-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/2cfd5c92f24f47b78a5b85d6fb329b55", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/2cfd5c92f24f47b78a5b85d6fb329b55", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/2cfd5c92f24f47b78a5b85d6fb329b55", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/2cfd5c92f24f47b78a5b85d6fb329b55", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/2cfd5c92f24f47b78a5b85d6fb329b55", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/2cfd5c92f24f47b78a5b85d6fb329b55", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/2cfd5c92f24f47b78a5b85d6fb329b55", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/2cfd5c92f24f47b78a5b85d6fb329b55", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/2cfd5c92f24f47b78a5b85d6fb329b55", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/2cfd5c92f24f47b78a5b85d6fb329b55", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/2cfd5c92f24f47b78a5b85d6fb329b55", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/2cfd5c92f24f47b78a5b85d6fb329b55", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-0ac3f69e-2f44-489-user", "id": "b0cf785646f0479bbf985749adaf8cd7"}, "audit_ids": ["vpzjKDgrT8Spm7D0worTZg"], "issued_at": "2018-10-26T09:35:47.000000Z"}} 2018-10-26 09:35:47,319 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-456adb4a-5f97-4247-9454-c5439bf8cf20 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5dfd1d6a7ca70bcb7f18950e821a1dc1b996a4f5" 2018-10-26 09:35:47,480 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-17844c3d-bab4-4523-83b2-4b1547c690f5 x-compute-request-id: req-17844c3d-bab4-4523-83b2-4b1547c690f5 Content-Encoding: gzip Content-Length: 424 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC+tyo/XXCQY7BxOO9mZRPjk6kr56CQf+lG09HornIr7Uqc4L5nRASL/rf7PLj2vK/IKtxNtwx2d9CzQgGGJjub6L6ZQaXck7RuTxw/7UmGqwE5aRMDjAER67WKZD14m03p3eytnTM4Wo7YfOBfellpgaQSySvE5jHeexA9gbSxQQ==", "user_id": "b0cf785646f0479bbf985749adaf8cd7", "name": "CreateKeypairsTests-456adb4a-5f97-4247-9454-c5439bf8cf20", "deleted": false, "created_at": "2018-10-26T09:35:46.000000", "updated_at": null, "fingerprint": "5c:16:34:79:e0:2b:45:c8:c6:55:9d:b6:c9:01:95:13", "deleted_at": null, "id": 71}} 2018-10-26 09:35:47,480 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-456adb4a-5f97-4247-9454-c5439bf8cf20 used request id req-17844c3d-bab4-4523-83b2-4b1547c690f5 2018-10-26 09:35:47,480 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-456adb4a-5f97-4247-9454-c5439bf8cf20 2018-10-26 09:35:47,483 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-456adb4a-5f97-4247-9454-c5439bf8cf20 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddb14e43d8f9d19b6ef4b2ae6a79fbf582b62b9c" 2018-10-26 09:35:47,516 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:35:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-55b902c6-1be8-4fe4-ad8d-543d9b95327b x-compute-request-id: req-55b902c6-1be8-4fe4-ad8d-543d9b95327b Content-Length: 0 Content-Type: application/json 2018-10-26 09:35:47,517 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-456adb4a-5f97-4247-9454-c5439bf8cf20 used request id req-55b902c6-1be8-4fe4-ad8d-543d9b95327b 2018-10-26 09:35:47,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}830b87c2e0c4121339ed4a4a9695ed2e8ac8314c" 2018-10-26 09:35:47,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-e7231e15-16c0-4040-b05b-08cbf49607e7 Date: Fri, 26 Oct 2018 09:35:47 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:35:47,718 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-e7231e15-16c0-4040-b05b-08cbf49607e7 2018-10-26 09:35:47,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}830b87c2e0c4121339ed4a4a9695ed2e8ac8314c" 2018-10-26 09:35:47,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83871e21-43b9-44d1-b26e-084480c8d49b 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:35:47,821 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-83871e21-43b9-44d1-b26e-084480c8d49b 2018-10-26 09:35:47,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}830b87c2e0c4121339ed4a4a9695ed2e8ac8314c" 2018-10-26 09:35:47,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-150d4de0-cbee-494d-910d-4acc5ddbcc0f 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:35:47,925 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-150d4de0-cbee-494d-910d-4acc5ddbcc0f 2018-10-26 09:35:47,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}830b87c2e0c4121339ed4a4a9695ed2e8ac8314c" 2018-10-26 09:35:48,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-824afe67-2d99-4afb-9376-850025ba44f1 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:35:48,113 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-824afe67-2d99-4afb-9376-850025ba44f1 2018-10-26 09:35:48,114 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-0ac3f69e-2f44-489-proj 2018-10-26 09:35:48,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/2cfd5c92f24f47b78a5b85d6fb329b55 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}830b87c2e0c4121339ed4a4a9695ed2e8ac8314c" 2018-10-26 09:35:48,315 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:35:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-964e5c90-6f62-436f-9e7e-f3af89e8af52 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:35:48,315 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/2cfd5c92f24f47b78a5b85d6fb329b55 used request id req-964e5c90-6f62-436f-9e7e-f3af89e8af52 2018-10-26 09:35:48,315 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-0ac3f69e-2f44-489-proj-role 2018-10-26 09:35:48,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/c3883ff2d5964824907bf85d9f03accf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}830b87c2e0c4121339ed4a4a9695ed2e8ac8314c" 2018-10-26 09:35:48,360 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:35:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2ed1d1c6-2f9a-429f-b96a-06f37a719996 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:35:48,360 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/c3883ff2d5964824907bf85d9f03accf used request id req-2ed1d1c6-2f9a-429f-b96a-06f37a719996 2018-10-26 09:35:48,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}830b87c2e0c4121339ed4a4a9695ed2e8ac8314c" 2018-10-26 09:35:48,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c97568f8-f044-4de8-87e4-c01dadcba7da Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:35:48,453 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c97568f8-f044-4de8-87e4-c01dadcba7da 2018-10-26 09:35:48,454 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-0ac3f69e-2f44-489-user 2018-10-26 09:35:48,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/b0cf785646f0479bbf985749adaf8cd7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc25add6e463f7be0c42dc77caef0f85185d5825" 2018-10-26 09:35:48,619 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:35:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6098c793-05bc-4e60-8a51-be36a1d52911 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:35:48,619 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/b0cf785646f0479bbf985749adaf8cd7 used request id req-6098c793-05bc-4e60-8a51-be36a1d52911 2018-10-26 09:35:48,621 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:35:49,015 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:35:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["fA0c4QOESJ6vkU4xZNsmHA"], "issued_at": "2018-10-26T09:35:49.000000Z"}} 2018-10-26 09:35:49,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a22aa20f6650b7a9bc73b9ac549553214225367c" 2018-10-26 09:35:49,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc9a888d-e2fc-40b5-abda-77092da02417 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:35:49,103 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-fc9a888d-e2fc-40b5-abda-77092da02417 2018-10-26 09:35:49,104 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:35:49,105 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:35:49,508 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:35:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["iV4cVF3VRxSSM77EShi1gQ"], "issued_at": "2018-10-26T09:35:49.000000Z"}} 2018-10-26 09:35:49,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}527523998235fcc610b80ae2a0ed2d581584377b" 2018-10-26 09:35:49,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8de7106e-a0dc-48a4-a841-8c06c2d7bbbf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:35:49,591 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8de7106e-a0dc-48a4-a841-8c06c2d7bbbf 2018-10-26 09:35:49,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:35:49,602 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:35: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:35:49,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-392fbd64-b7f0-47b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}527523998235fcc610b80ae2a0ed2d581584377b" 2018-10-26 09:35:49,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-494d1c2e-f082-4f20-96e5-7f532f993673 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-392fbd64-b7f0-47b-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:35:49,683 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-392fbd64-b7f0-47b-proj used request id req-494d1c2e-f082-4f20-96e5-7f532f993673 2018-10-26 09:35:49,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}527523998235fcc610b80ae2a0ed2d581584377b" 2018-10-26 09:35:49,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2553e7f-abf9-4454-a634-48b6d77ec183 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:35:49,775 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-b2553e7f-abf9-4454-a634-48b6d77ec183 2018-10-26 09:35:49,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}527523998235fcc610b80ae2a0ed2d581584377b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-392fbd64-b7f0-47b-proj"}}' 2018-10-26 09:35:49,893 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:35:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-64075edc-7532-4fa8-aed2-43beb8fca5eb Content-Length: 304 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d130338b4bdb4081b8835279239cd307"}, "enabled": true, "id": "d130338b4bdb4081b8835279239cd307", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-392fbd64-b7f0-47b-proj"}} 2018-10-26 09:35:49,893 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-64075edc-7532-4fa8-aed2-43beb8fca5eb 2018-10-26 09:35:49,894 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-392fbd64-b7f0-47b-proj 2018-10-26 09:35:49,894 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:35:49,895 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:35:50,269 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:35:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["PLwfe8CKSRaad-3UfOUCUQ"], "issued_at": "2018-10-26T09:35:50.000000Z"}} 2018-10-26 09:35:50,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d302c62922b21cd5759b6aa4e84802d8fea27c04" 2018-10-26 09:35:50,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-433b3bda-6bd2-4d3a-8e15-130bcf9ee8b4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:35:50,352 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-433b3bda-6bd2-4d3a-8e15-130bcf9ee8b4 2018-10-26 09:35:50,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:35:50,362 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:35:50,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d302c62922b21cd5759b6aa4e84802d8fea27c04" 2018-10-26 09:35:50,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d9a47ef-dcb7-46b5-a045-febdc0743a65 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:35:50,462 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-7d9a47ef-dcb7-46b5-a045-febdc0743a65 2018-10-26 09:35:50,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateKeypairsTests-392fbd64-b7f0-47b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d302c62922b21cd5759b6aa4e84802d8fea27c04" 2018-10-26 09:35:50,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9821c22-8534-4192-ae59-9ff3b797ac8c Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateKeypairsTests-392fbd64-b7f0-47b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d130338b4bdb4081b8835279239cd307"}, "enabled": true, "id": "d130338b4bdb4081b8835279239cd307", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-392fbd64-b7f0-47b-proj"}]} 2018-10-26 09:35:50,484 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateKeypairsTests-392fbd64-b7f0-47b-proj used request id req-b9821c22-8534-4192-ae59-9ff3b797ac8c 2018-10-26 09:35:50,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d302c62922b21cd5759b6aa4e84802d8fea27c04" 2018-10-26 09:35:50,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2863cbe-1118-49be-b116-046b79d66f14 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:35:50,590 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-b2863cbe-1118-49be-b116-046b79d66f14 2018-10-26 09:35:50,905 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-392fbd64-b7f0-47b-user 2018-10-26 09:35:50,905 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:35:50,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}527523998235fcc610b80ae2a0ed2d581584377b" 2018-10-26 09:35:51,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3607582-adc9-42ce-a792-71028250324f Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:35:51,003 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-a3607582-adc9-42ce-a792-71028250324f 2018-10-26 09:35:51,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}527523998235fcc610b80ae2a0ed2d581584377b" -d '{"role": {"name": "CreateKeypairsTests-392fbd64-b7f0-47b-proj-role"}}' 2018-10-26 09:35:51,133 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:35:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-777bb794-9569-4980-a6ca-e91a1f2021a9 Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3df11051905d4c2c977af072dca5f0be", "links": {"self": "http://172.30.9.21:5000/v3/roles/3df11051905d4c2c977af072dca5f0be"}, "name": "CreateKeypairsTests-392fbd64-b7f0-47b-proj-role"}} 2018-10-26 09:35:51,133 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-777bb794-9569-4980-a6ca-e91a1f2021a9 2018-10-26 09:35:51,133 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-392fbd64-b7f0-47b-proj-role 2018-10-26 09:35:51,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/3df11051905d4c2c977af072dca5f0be -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}527523998235fcc610b80ae2a0ed2d581584377b" 2018-10-26 09:35:51,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c085a1a8-1f9a-432b-a74a-045420ff84ff Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/3df11051905d4c2c977af072dca5f0be"}, "domain_id": null, "name": "CreateKeypairsTests-392fbd64-b7f0-47b-proj-role", "id": "3df11051905d4c2c977af072dca5f0be"}} 2018-10-26 09:35:51,217 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/3df11051905d4c2c977af072dca5f0be used request id req-c085a1a8-1f9a-432b-a74a-045420ff84ff 2018-10-26 09:35:51,217 - keystone_utils - INFO - Granting role CreateKeypairsTests-392fbd64-b7f0-47b-proj-role to project CreateKeypairsTests-392fbd64-b7f0-47b-proj 2018-10-26 09:35:51,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/d130338b4bdb4081b8835279239cd307/users/b4ae0903bb714425ae4055df2674e535/roles/3df11051905d4c2c977af072dca5f0be -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}527523998235fcc610b80ae2a0ed2d581584377b" 2018-10-26 09:35:51,349 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:35:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-92aa3b72-25c9-4daa-bbb4-8616b4bc83b6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:35:51,349 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/d130338b4bdb4081b8835279239cd307/users/b4ae0903bb714425ae4055df2674e535/roles/3df11051905d4c2c977af072dca5f0be used request id req-92aa3b72-25c9-4daa-bbb4-8616b4bc83b6 2018-10-26 09:35:51,350 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:35:51,351 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:35:51,352 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:35:51,736 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3df11051905d4c2c977af072dca5f0be", "name": "CreateKeypairsTests-392fbd64-b7f0-47b-proj-role"}], "expires_at": "2018-10-26T10:35:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d130338b4bdb4081b8835279239cd307", "name": "CreateKeypairsTests-392fbd64-b7f0-47b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/d130338b4bdb4081b8835279239cd307", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/d130338b4bdb4081b8835279239cd307", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/d130338b4bdb4081b8835279239cd307", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/d130338b4bdb4081b8835279239cd307", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/d130338b4bdb4081b8835279239cd307", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/d130338b4bdb4081b8835279239cd307", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d130338b4bdb4081b8835279239cd307", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/d130338b4bdb4081b8835279239cd307", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/d130338b4bdb4081b8835279239cd307", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d130338b4bdb4081b8835279239cd307", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/d130338b4bdb4081b8835279239cd307", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/d130338b4bdb4081b8835279239cd307", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-392fbd64-b7f0-47b-user", "id": "b4ae0903bb714425ae4055df2674e535"}, "audit_ids": ["A0vyAPJjSTiaqGwQUKhtmA"], "issued_at": "2018-10-26T09:35:51.000000Z"}} 2018-10-26 09:35:51,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0b0960bff9e2c076f4bc32d495e3c3144353c03" 2018-10-26 09:35:51,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-595cb8b4-c474-4724-ac0f-d34009d854cf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:35:51,810 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-595cb8b4-c474-4724-ac0f-d34009d854cf 2018-10-26 09:35:51,811 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:35:51,816 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0b0960bff9e2c076f4bc32d495e3c3144353c03" 2018-10-26 09:35:51,981 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-84efc14d-ccf2-4498-aadf-eed83bb40c73 x-compute-request-id: req-84efc14d-ccf2-4498-aadf-eed83bb40c73 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-10-26 09:35:51,981 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-84efc14d-ccf2-4498-aadf-eed83bb40c73 2018-10-26 09:35:51,982 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-00a6ab16-5baa-4b84-a54e-db87ba20dbd2... 2018-10-26 09:35:51,982 - OpenStackKeypair - INFO - Creating new keypair 2018-10-26 09:35:52,031 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-00a6ab16-5baa-4b84-a54e-db87ba20dbd2 2018-10-26 09:35:52,033 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0b0960bff9e2c076f4bc32d495e3c3144353c03" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC7ljmR44AAgQt/1z9W3Mf4oDfYqP1EHa3pyqP0sS/Dd11fHnt0ffDMZGY0WFD65wfq8qIvjIlw+lOdJsF66nqgqErCR2o8XThAqldOw55wTteAFVKAEW9nHmgukNXSD/wZjjdwF0BemxJnGUnO/Du4peXtmw7BMRQIe4H0oG1Wdw==", "name": "CreateKeypairsTests-00a6ab16-5baa-4b84-a54e-db87ba20dbd2"}}' 2018-10-26 09:35:52,103 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e81b7cd7-2d3a-4f87-82fa-a34a4c6e7222 x-compute-request-id: req-e81b7cd7-2d3a-4f87-82fa-a34a4c6e7222 Content-Encoding: gzip Content-Length: 364 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC7ljmR44AAgQt/1z9W3Mf4oDfYqP1EHa3pyqP0sS/Dd11fHnt0ffDMZGY0WFD65wfq8qIvjIlw+lOdJsF66nqgqErCR2o8XThAqldOw55wTteAFVKAEW9nHmgukNXSD/wZjjdwF0BemxJnGUnO/Du4peXtmw7BMRQIe4H0oG1Wdw==", "user_id": "b4ae0903bb714425ae4055df2674e535", "name": "CreateKeypairsTests-00a6ab16-5baa-4b84-a54e-db87ba20dbd2", "fingerprint": "c4:16:a4:fe:14:10:2a:10:95:44:e5:a8:75:e9:7e:31"}} 2018-10-26 09:35:52,103 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-e81b7cd7-2d3a-4f87-82fa-a34a4c6e7222 2018-10-26 09:35:52,106 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-00a6ab16-5baa-4b84-a54e-db87ba20dbd2.pub 2018-10-26 09:35:52,107 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsTests-00a6ab16-5baa-4b84-a54e-db87ba20dbd2 2018-10-26 09:35:52,107 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:35:52,497 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3df11051905d4c2c977af072dca5f0be", "name": "CreateKeypairsTests-392fbd64-b7f0-47b-proj-role"}], "expires_at": "2018-10-26T10:35:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d130338b4bdb4081b8835279239cd307", "name": "CreateKeypairsTests-392fbd64-b7f0-47b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/d130338b4bdb4081b8835279239cd307", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/d130338b4bdb4081b8835279239cd307", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/d130338b4bdb4081b8835279239cd307", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/d130338b4bdb4081b8835279239cd307", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/d130338b4bdb4081b8835279239cd307", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/d130338b4bdb4081b8835279239cd307", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d130338b4bdb4081b8835279239cd307", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/d130338b4bdb4081b8835279239cd307", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/d130338b4bdb4081b8835279239cd307", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d130338b4bdb4081b8835279239cd307", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/d130338b4bdb4081b8835279239cd307", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/d130338b4bdb4081b8835279239cd307", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-392fbd64-b7f0-47b-user", "id": "b4ae0903bb714425ae4055df2674e535"}, "audit_ids": ["lemf_En1TBuFQzP5v6d4sQ"], "issued_at": "2018-10-26T09:35:52.000000Z"}} 2018-10-26 09:35:52,500 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-00a6ab16-5baa-4b84-a54e-db87ba20dbd2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51446b639e76622431d91ef03c9d7756319a9b91" 2018-10-26 09:35:52,686 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b8d89876-745a-4a94-911a-df3a4b7f7770 x-compute-request-id: req-b8d89876-745a-4a94-911a-df3a4b7f7770 Content-Encoding: gzip Content-Length: 420 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC7ljmR44AAgQt/1z9W3Mf4oDfYqP1EHa3pyqP0sS/Dd11fHnt0ffDMZGY0WFD65wfq8qIvjIlw+lOdJsF66nqgqErCR2o8XThAqldOw55wTteAFVKAEW9nHmgukNXSD/wZjjdwF0BemxJnGUnO/Du4peXtmw7BMRQIe4H0oG1Wdw==", "user_id": "b4ae0903bb714425ae4055df2674e535", "name": "CreateKeypairsTests-00a6ab16-5baa-4b84-a54e-db87ba20dbd2", "deleted": false, "created_at": "2018-10-26T09:35:52.000000", "updated_at": null, "fingerprint": "c4:16:a4:fe:14:10:2a:10:95:44:e5:a8:75:e9:7e:31", "deleted_at": null, "id": 74}} 2018-10-26 09:35:52,687 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-00a6ab16-5baa-4b84-a54e-db87ba20dbd2 used request id req-b8d89876-745a-4a94-911a-df3a4b7f7770 2018-10-26 09:35:52,687 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-00a6ab16-5baa-4b84-a54e-db87ba20dbd2 2018-10-26 09:35:52,690 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-00a6ab16-5baa-4b84-a54e-db87ba20dbd2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0b0960bff9e2c076f4bc32d495e3c3144353c03" 2018-10-26 09:35:52,723 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:35:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-24321a20-3dfa-4120-a453-dc79be647455 x-compute-request-id: req-24321a20-3dfa-4120-a453-dc79be647455 Content-Length: 0 Content-Type: application/json 2018-10-26 09:35:52,723 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-00a6ab16-5baa-4b84-a54e-db87ba20dbd2 used request id req-24321a20-3dfa-4120-a453-dc79be647455 2018-10-26 09:35:52,724 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsTests-00a6ab16-5baa-4b84-a54e-db87ba20dbd2.pub] 2018-10-26 09:35:52,724 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsTests-00a6ab16-5baa-4b84-a54e-db87ba20dbd2] 2018-10-26 09:35:52,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}527523998235fcc610b80ae2a0ed2d581584377b" 2018-10-26 09:35:52,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-bca79072-2f1e-4d40-97ce-ccaabfa6c2d0 Date: Fri, 26 Oct 2018 09:35:52 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:35:52,948 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-bca79072-2f1e-4d40-97ce-ccaabfa6c2d0 2018-10-26 09:35:52,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}527523998235fcc610b80ae2a0ed2d581584377b" 2018-10-26 09:35:53,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37f2335f-ac3b-4149-bd9f-786e85b5d9b3 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:35:53,040 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-37f2335f-ac3b-4149-bd9f-786e85b5d9b3 2018-10-26 09:35:53,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}527523998235fcc610b80ae2a0ed2d581584377b" 2018-10-26 09:35:53,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0041c37b-091d-4332-9454-58aa052c37b5 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:35:53,125 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-0041c37b-091d-4332-9454-58aa052c37b5 2018-10-26 09:35:53,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}527523998235fcc610b80ae2a0ed2d581584377b" 2018-10-26 09:35:53,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-508b27d4-a71b-4911-9a00-413d066f4eaa 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:35:53,225 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-508b27d4-a71b-4911-9a00-413d066f4eaa 2018-10-26 09:35:53,226 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-392fbd64-b7f0-47b-proj 2018-10-26 09:35:53,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/d130338b4bdb4081b8835279239cd307 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}527523998235fcc610b80ae2a0ed2d581584377b" 2018-10-26 09:35:53,447 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:35:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2c9bca1b-452a-4733-8d3c-8c412a84d9b3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:35:53,447 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/d130338b4bdb4081b8835279239cd307 used request id req-2c9bca1b-452a-4733-8d3c-8c412a84d9b3 2018-10-26 09:35:53,448 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-392fbd64-b7f0-47b-proj-role 2018-10-26 09:35:53,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/3df11051905d4c2c977af072dca5f0be -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}527523998235fcc610b80ae2a0ed2d581584377b" 2018-10-26 09:35:53,556 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:35:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a7202374-57ff-422b-b332-b8fcdd788d10 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:35:53,556 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/3df11051905d4c2c977af072dca5f0be used request id req-a7202374-57ff-422b-b332-b8fcdd788d10 2018-10-26 09:35:53,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}527523998235fcc610b80ae2a0ed2d581584377b" 2018-10-26 09:35:53,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e66c2558-f0ad-4c35-a823-e965163951e1 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:35:53,648 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-e66c2558-f0ad-4c35-a823-e965163951e1 2018-10-26 09:35:53,649 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-392fbd64-b7f0-47b-user 2018-10-26 09:35:53,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/b4ae0903bb714425ae4055df2674e535 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d302c62922b21cd5759b6aa4e84802d8fea27c04" 2018-10-26 09:35:53,830 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:35:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6b104e7d-09a6-4177-a0b7-23aac6d12f3d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:35:53,830 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/b4ae0903bb714425ae4055df2674e535 used request id req-6b104e7d-09a6-4177-a0b7-23aac6d12f3d 2018-10-26 09:35:53,832 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:35:54,204 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:35:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["f44EIDG1S02Bx8N0QgQvMg"], "issued_at": "2018-10-26T09:35:54.000000Z"}} 2018-10-26 09:35:54,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebcdb7230d6880b88573a1f48ece5894227d12d8" 2018-10-26 09:35:54,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20d63670-d5b8-4a94-b660-02d60aa57055 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:35:54,385 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-20d63670-d5b8-4a94-b660-02d60aa57055 2018-10-26 09:35:54,386 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:35:54,387 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:35:54,779 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:35:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["hP8k7gfHT9i38OGauvopfA"], "issued_at": "2018-10-26T09:35:54.000000Z"}} 2018-10-26 09:35:54,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88589b43b1da9ebd8fba5b452d5d63acc00b2aae" 2018-10-26 09:35:54,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21035f06-6921-49de-ac95-058c5893bc7a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:35:54,861 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-21035f06-6921-49de-ac95-058c5893bc7a 2018-10-26 09:35:54,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:35:54,871 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:35: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:35:54,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-32d7c673-d654-426-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88589b43b1da9ebd8fba5b452d5d63acc00b2aae" 2018-10-26 09:35:54,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ce24ed5-f29c-4dc6-902a-61aaf019ced8 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-32d7c673-d654-426-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:35:54,960 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-32d7c673-d654-426-proj used request id req-9ce24ed5-f29c-4dc6-902a-61aaf019ced8 2018-10-26 09:35:54,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88589b43b1da9ebd8fba5b452d5d63acc00b2aae" 2018-10-26 09:35:55,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df7b1ffa-7c34-4714-8185-5f476a47b2d1 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:35:55,046 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-df7b1ffa-7c34-4714-8185-5f476a47b2d1 2018-10-26 09:35:55,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88589b43b1da9ebd8fba5b452d5d63acc00b2aae" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-32d7c673-d654-426-proj"}}' 2018-10-26 09:35:55,169 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:35:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d5c208fc-6f53-4ade-baf5-97498c1faa5e Content-Length: 304 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a487fa23671642f0a1e3296737fe7e6f"}, "enabled": true, "id": "a487fa23671642f0a1e3296737fe7e6f", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-32d7c673-d654-426-proj"}} 2018-10-26 09:35:55,169 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-d5c208fc-6f53-4ade-baf5-97498c1faa5e 2018-10-26 09:35:55,170 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-32d7c673-d654-426-proj 2018-10-26 09:35:55,170 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:35:55,171 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:35:55,563 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:35:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["LlPHqfsDT66DURnfFNM7sQ"], "issued_at": "2018-10-26T09:35:55.000000Z"}} 2018-10-26 09:35:55,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f70e9eb1ab6ff72add3758eb0ff76fe88bf5245f" 2018-10-26 09:35:55,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6211473a-9a00-46b2-a840-d2e77030f364 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:35:55,646 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-6211473a-9a00-46b2-a840-d2e77030f364 2018-10-26 09:35:55,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:35:55,655 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:35: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:35:55,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f70e9eb1ab6ff72add3758eb0ff76fe88bf5245f" 2018-10-26 09:35:55,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df0035e5-2852-4e17-9757-ef65a171a011 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:35:55,764 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-df0035e5-2852-4e17-9757-ef65a171a011 2018-10-26 09:35:55,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateKeypairsTests-32d7c673-d654-426-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f70e9eb1ab6ff72add3758eb0ff76fe88bf5245f" 2018-10-26 09:35:55,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c0e6d76-60c3-4190-812e-692ed1efe7f2 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateKeypairsTests-32d7c673-d654-426-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a487fa23671642f0a1e3296737fe7e6f"}, "enabled": true, "id": "a487fa23671642f0a1e3296737fe7e6f", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-32d7c673-d654-426-proj"}]} 2018-10-26 09:35:55,852 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateKeypairsTests-32d7c673-d654-426-proj used request id req-6c0e6d76-60c3-4190-812e-692ed1efe7f2 2018-10-26 09:35:55,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f70e9eb1ab6ff72add3758eb0ff76fe88bf5245f" 2018-10-26 09:35:55,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b8781ab-7762-4a0c-9b02-9f970d0ccdfc Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:35:55,951 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-4b8781ab-7762-4a0c-9b02-9f970d0ccdfc 2018-10-26 09:35:56,246 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-32d7c673-d654-426-user 2018-10-26 09:35:56,247 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:35:56,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88589b43b1da9ebd8fba5b452d5d63acc00b2aae" 2018-10-26 09:35:56,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b0afe45-bec5-4a47-aab9-c5f1327c3a68 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:35:56,335 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-2b0afe45-bec5-4a47-aab9-c5f1327c3a68 2018-10-26 09:35:56,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88589b43b1da9ebd8fba5b452d5d63acc00b2aae" -d '{"role": {"name": "CreateKeypairsTests-32d7c673-d654-426-proj-role"}}' 2018-10-26 09:35:56,473 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:35:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8a08ef25-b340-4fd6-a216-5b309bb7738c Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2b13e3a21a4b4303aacfc7dae74cf3dc", "links": {"self": "http://172.30.9.21:5000/v3/roles/2b13e3a21a4b4303aacfc7dae74cf3dc"}, "name": "CreateKeypairsTests-32d7c673-d654-426-proj-role"}} 2018-10-26 09:35:56,473 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-8a08ef25-b340-4fd6-a216-5b309bb7738c 2018-10-26 09:35:56,473 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-32d7c673-d654-426-proj-role 2018-10-26 09:35:56,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/2b13e3a21a4b4303aacfc7dae74cf3dc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88589b43b1da9ebd8fba5b452d5d63acc00b2aae" 2018-10-26 09:35:56,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-937544c5-5fe1-48f0-95ed-136c09940261 Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/2b13e3a21a4b4303aacfc7dae74cf3dc"}, "domain_id": null, "name": "CreateKeypairsTests-32d7c673-d654-426-proj-role", "id": "2b13e3a21a4b4303aacfc7dae74cf3dc"}} 2018-10-26 09:35:56,564 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/2b13e3a21a4b4303aacfc7dae74cf3dc used request id req-937544c5-5fe1-48f0-95ed-136c09940261 2018-10-26 09:35:56,564 - keystone_utils - INFO - Granting role CreateKeypairsTests-32d7c673-d654-426-proj-role to project CreateKeypairsTests-32d7c673-d654-426-proj 2018-10-26 09:35:56,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/a487fa23671642f0a1e3296737fe7e6f/users/4eece9ecb1ff416b9c9ab040cf166a22/roles/2b13e3a21a4b4303aacfc7dae74cf3dc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88589b43b1da9ebd8fba5b452d5d63acc00b2aae" 2018-10-26 09:35:56,684 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:35:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8c1692a5-0a96-4f73-8ce2-6388d9413bb7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:35:56,684 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/a487fa23671642f0a1e3296737fe7e6f/users/4eece9ecb1ff416b9c9ab040cf166a22/roles/2b13e3a21a4b4303aacfc7dae74cf3dc used request id req-8c1692a5-0a96-4f73-8ce2-6388d9413bb7 2018-10-26 09:35:56,685 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:35:56,686 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:35:56,687 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:35:57,080 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2b13e3a21a4b4303aacfc7dae74cf3dc", "name": "CreateKeypairsTests-32d7c673-d654-426-proj-role"}], "expires_at": "2018-10-26T10:35:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a487fa23671642f0a1e3296737fe7e6f", "name": "CreateKeypairsTests-32d7c673-d654-426-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a487fa23671642f0a1e3296737fe7e6f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/a487fa23671642f0a1e3296737fe7e6f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/a487fa23671642f0a1e3296737fe7e6f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a487fa23671642f0a1e3296737fe7e6f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/a487fa23671642f0a1e3296737fe7e6f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/a487fa23671642f0a1e3296737fe7e6f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/a487fa23671642f0a1e3296737fe7e6f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/a487fa23671642f0a1e3296737fe7e6f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/a487fa23671642f0a1e3296737fe7e6f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/a487fa23671642f0a1e3296737fe7e6f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/a487fa23671642f0a1e3296737fe7e6f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/a487fa23671642f0a1e3296737fe7e6f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-32d7c673-d654-426-user", "id": "4eece9ecb1ff416b9c9ab040cf166a22"}, "audit_ids": ["fkAZXJOeT229nQuxzN5tIw"], "issued_at": "2018-10-26T09:35:57.000000Z"}} 2018-10-26 09:35:57,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a312ebc9d85f7269dc2663fb1c9a4300aed45048" 2018-10-26 09:35:57,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7058bd3-9d0d-4a5d-bf2c-7c961e66c332 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:35:57,160 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d7058bd3-9d0d-4a5d-bf2c-7c961e66c332 2018-10-26 09:35:57,162 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:35:57,166 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a312ebc9d85f7269dc2663fb1c9a4300aed45048" 2018-10-26 09:35:57,335 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e52ddce9-4e79-4db9-ace0-78292d13e90c x-compute-request-id: req-e52ddce9-4e79-4db9-ace0-78292d13e90c Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-10-26 09:35:57,336 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-e52ddce9-4e79-4db9-ace0-78292d13e90c 2018-10-26 09:35:57,336 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-ba299d6a-e63c-405f-b76f-d67c8d502eef... 2018-10-26 09:35:57,337 - OpenStackKeypair - INFO - Creating new keypair 2018-10-26 09:35:57,368 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-ba299d6a-e63c-405f-b76f-d67c8d502eef 2018-10-26 09:35:57,371 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a312ebc9d85f7269dc2663fb1c9a4300aed45048" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDTe6DUqzVb01u3kMv4p9rDruTDoO2b23h9lXE5/j2H0NH8GmlKYK2wsXgRCD7PC5nI8cuVn6J++WW3R0VxXdTgDbBPbfaaeprzJ1aFJ3CAWU73nmhYNyYXqQbbARI1wtdyD/NXurbheGypjHxnXH0mRnpALs0VewBMpozevhqTew==", "name": "CreateKeypairsTests-ba299d6a-e63c-405f-b76f-d67c8d502eef"}}' 2018-10-26 09:35:57,432 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2b20c2c8-f2df-42f1-b24b-960f3289ac4c x-compute-request-id: req-2b20c2c8-f2df-42f1-b24b-960f3289ac4c Content-Encoding: gzip Content-Length: 363 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDTe6DUqzVb01u3kMv4p9rDruTDoO2b23h9lXE5/j2H0NH8GmlKYK2wsXgRCD7PC5nI8cuVn6J++WW3R0VxXdTgDbBPbfaaeprzJ1aFJ3CAWU73nmhYNyYXqQbbARI1wtdyD/NXurbheGypjHxnXH0mRnpALs0VewBMpozevhqTew==", "user_id": "4eece9ecb1ff416b9c9ab040cf166a22", "name": "CreateKeypairsTests-ba299d6a-e63c-405f-b76f-d67c8d502eef", "fingerprint": "11:29:92:8b:93:19:fc:27:7c:51:d6:cf:aa:60:02:30"}} 2018-10-26 09:35:57,433 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-2b20c2c8-f2df-42f1-b24b-960f3289ac4c 2018-10-26 09:35:57,442 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-ba299d6a-e63c-405f-b76f-d67c8d502eef.pub 2018-10-26 09:35:57,443 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:35:57,809 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2b13e3a21a4b4303aacfc7dae74cf3dc", "name": "CreateKeypairsTests-32d7c673-d654-426-proj-role"}], "expires_at": "2018-10-26T10:35:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a487fa23671642f0a1e3296737fe7e6f", "name": "CreateKeypairsTests-32d7c673-d654-426-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a487fa23671642f0a1e3296737fe7e6f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/a487fa23671642f0a1e3296737fe7e6f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/a487fa23671642f0a1e3296737fe7e6f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a487fa23671642f0a1e3296737fe7e6f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/a487fa23671642f0a1e3296737fe7e6f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/a487fa23671642f0a1e3296737fe7e6f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/a487fa23671642f0a1e3296737fe7e6f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/a487fa23671642f0a1e3296737fe7e6f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/a487fa23671642f0a1e3296737fe7e6f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/a487fa23671642f0a1e3296737fe7e6f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/a487fa23671642f0a1e3296737fe7e6f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/a487fa23671642f0a1e3296737fe7e6f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-32d7c673-d654-426-user", "id": "4eece9ecb1ff416b9c9ab040cf166a22"}, "audit_ids": ["7mK5yVM7RNiHUXBrp2xsGg"], "issued_at": "2018-10-26T09:35:57.000000Z"}} 2018-10-26 09:35:57,812 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-ba299d6a-e63c-405f-b76f-d67c8d502eef -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4543f69ec33e7b78a7db0b1fad6fa2a4ba9fabc6" 2018-10-26 09:35:58,444 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bebf6570-9daf-4588-9878-351fc96e6bbc x-compute-request-id: req-bebf6570-9daf-4588-9878-351fc96e6bbc Content-Encoding: gzip Content-Length: 422 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDTe6DUqzVb01u3kMv4p9rDruTDoO2b23h9lXE5/j2H0NH8GmlKYK2wsXgRCD7PC5nI8cuVn6J++WW3R0VxXdTgDbBPbfaaeprzJ1aFJ3CAWU73nmhYNyYXqQbbARI1wtdyD/NXurbheGypjHxnXH0mRnpALs0VewBMpozevhqTew==", "user_id": "4eece9ecb1ff416b9c9ab040cf166a22", "name": "CreateKeypairsTests-ba299d6a-e63c-405f-b76f-d67c8d502eef", "deleted": false, "created_at": "2018-10-26T09:35:57.000000", "updated_at": null, "fingerprint": "11:29:92:8b:93:19:fc:27:7c:51:d6:cf:aa:60:02:30", "deleted_at": null, "id": 77}} 2018-10-26 09:35:58,445 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-ba299d6a-e63c-405f-b76f-d67c8d502eef used request id req-bebf6570-9daf-4588-9878-351fc96e6bbc 2018-10-26 09:35:58,445 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-ba299d6a-e63c-405f-b76f-d67c8d502eef 2018-10-26 09:35:58,448 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-ba299d6a-e63c-405f-b76f-d67c8d502eef -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a312ebc9d85f7269dc2663fb1c9a4300aed45048" 2018-10-26 09:35:58,491 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:35:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0e1b59f4-48ef-4269-b4a6-cd571f02da78 x-compute-request-id: req-0e1b59f4-48ef-4269-b4a6-cd571f02da78 Content-Length: 0 Content-Type: application/json 2018-10-26 09:35:58,491 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-ba299d6a-e63c-405f-b76f-d67c8d502eef used request id req-0e1b59f4-48ef-4269-b4a6-cd571f02da78 2018-10-26 09:35:58,492 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsTests-ba299d6a-e63c-405f-b76f-d67c8d502eef.pub] 2018-10-26 09:35:58,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88589b43b1da9ebd8fba5b452d5d63acc00b2aae" 2018-10-26 09:35:58,735 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-4b4690b0-ae4f-47c9-b7cb-2192e9d658e2 Date: Fri, 26 Oct 2018 09:35:58 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:35:58,736 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-4b4690b0-ae4f-47c9-b7cb-2192e9d658e2 2018-10-26 09:35:58,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88589b43b1da9ebd8fba5b452d5d63acc00b2aae" 2018-10-26 09:35:58,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66b9b900-8fff-489e-80b5-6710390b3692 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:35:58,839 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-66b9b900-8fff-489e-80b5-6710390b3692 2018-10-26 09:35:58,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88589b43b1da9ebd8fba5b452d5d63acc00b2aae" 2018-10-26 09:35:58,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee737214-a361-4ef2-9ddc-14f56f14053a 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:35:58,943 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-ee737214-a361-4ef2-9ddc-14f56f14053a 2018-10-26 09:35:58,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88589b43b1da9ebd8fba5b452d5d63acc00b2aae" 2018-10-26 09:35:59,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e611e275-ffaa-4668-9ab8-6b5566c807ef 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:35:59,042 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-e611e275-ffaa-4668-9ab8-6b5566c807ef 2018-10-26 09:35:59,043 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-32d7c673-d654-426-proj 2018-10-26 09:35:59,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/a487fa23671642f0a1e3296737fe7e6f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88589b43b1da9ebd8fba5b452d5d63acc00b2aae" 2018-10-26 09:35:59,255 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:35:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-45fa7400-3230-4fef-84ed-56976913e1a1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:35:59,255 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/a487fa23671642f0a1e3296737fe7e6f used request id req-45fa7400-3230-4fef-84ed-56976913e1a1 2018-10-26 09:35:59,256 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-32d7c673-d654-426-proj-role 2018-10-26 09:35:59,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/2b13e3a21a4b4303aacfc7dae74cf3dc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88589b43b1da9ebd8fba5b452d5d63acc00b2aae" 2018-10-26 09:35:59,370 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:35:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1ca2a5bc-0193-48fe-9839-19e1eeb63d92 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:35:59,370 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/2b13e3a21a4b4303aacfc7dae74cf3dc used request id req-1ca2a5bc-0193-48fe-9839-19e1eeb63d92 2018-10-26 09:35:59,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88589b43b1da9ebd8fba5b452d5d63acc00b2aae" 2018-10-26 09:35:59,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:35:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-019ad229-4fab-4a61-adf0-d6b9991ff525 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:35:59,453 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-019ad229-4fab-4a61-adf0-d6b9991ff525 2018-10-26 09:35:59,453 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-32d7c673-d654-426-user 2018-10-26 09:35:59,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/4eece9ecb1ff416b9c9ab040cf166a22 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f70e9eb1ab6ff72add3758eb0ff76fe88bf5245f" 2018-10-26 09:35:59,629 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:35:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8cfae74c-f24e-45f1-ab55-5a3efa288a9d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:35:59,629 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/4eece9ecb1ff416b9c9ab040cf166a22 used request id req-8cfae74c-f24e-45f1-ab55-5a3efa288a9d 2018-10-26 09:35:59,631 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:36:00,018 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:36:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["QKujACrSS8yoxsAfmkCGpg"], "issued_at": "2018-10-26T09:36:00.000000Z"}} 2018-10-26 09:36:00,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b86fa95ae73847d57263ce9836b24e859d5ec8a" 2018-10-26 09:36:00,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-784107d8-33ad-4551-a752-e7e87b1bfae3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:36:00,101 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-784107d8-33ad-4551-a752-e7e87b1bfae3 2018-10-26 09:36:00,102 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:36:00,103 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:36:00,490 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:36:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["BI09sEVrRAu5Pdh-YcnAsA"], "issued_at": "2018-10-26T09:36:00.000000Z"}} 2018-10-26 09:36:00,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8689b1ba118cc4dc2976255a75645fbf0399603" 2018-10-26 09:36:00,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bda79da-1a2a-4e4b-abb4-93c887577c72 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:36:00,583 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-1bda79da-1a2a-4e4b-abb4-93c887577c72 2018-10-26 09:36:00,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:36:00,593 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:36:00,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-437af128-4780-480-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8689b1ba118cc4dc2976255a75645fbf0399603" 2018-10-26 09:36:00,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53178325-d868-488c-bf3b-23019c4f4b07 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-437af128-4780-480-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:36:00,682 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-437af128-4780-480-proj used request id req-53178325-d868-488c-bf3b-23019c4f4b07 2018-10-26 09:36:00,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8689b1ba118cc4dc2976255a75645fbf0399603" 2018-10-26 09:36:00,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f16461a-eb07-494b-85af-8d0289c7aeac Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:36:00,706 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-1f16461a-eb07-494b-85af-8d0289c7aeac 2018-10-26 09:36:00,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8689b1ba118cc4dc2976255a75645fbf0399603" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-437af128-4780-480-proj"}}' 2018-10-26 09:36:00,813 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:36:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b8ce7218-a89e-4c00-9946-a943aa7be0f2 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/862b6cda411248cb883617d79e557013"}, "enabled": true, "id": "862b6cda411248cb883617d79e557013", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-437af128-4780-480-proj"}} 2018-10-26 09:36:00,814 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-b8ce7218-a89e-4c00-9946-a943aa7be0f2 2018-10-26 09:36:00,814 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-437af128-4780-480-proj 2018-10-26 09:36:00,814 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:36:00,815 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:36:01,205 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:36:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["ccMqy0wJT8ipE69hY_XL1w"], "issued_at": "2018-10-26T09:36:01.000000Z"}} 2018-10-26 09:36:01,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5413aa01e095a69c102fbb03f3988bb20611fee" 2018-10-26 09:36:01,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c82bdf59-569b-4086-a0d3-cdc7bed64f84 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:36:01,302 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c82bdf59-569b-4086-a0d3-cdc7bed64f84 2018-10-26 09:36:01,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:36:01,312 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:36: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:36:01,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5413aa01e095a69c102fbb03f3988bb20611fee" 2018-10-26 09:36:01,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16e59308-1651-41c9-a8bf-273a8cf738c4 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:36:01,418 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-16e59308-1651-41c9-a8bf-273a8cf738c4 2018-10-26 09:36:01,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateKeypairsCleanupTests-437af128-4780-480-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5413aa01e095a69c102fbb03f3988bb20611fee" 2018-10-26 09:36:01,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b0c784e-542e-4667-846f-a9d10ad54297 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateKeypairsCleanupTests-437af128-4780-480-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/862b6cda411248cb883617d79e557013"}, "enabled": true, "id": "862b6cda411248cb883617d79e557013", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-437af128-4780-480-proj"}]} 2018-10-26 09:36:01,521 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateKeypairsCleanupTests-437af128-4780-480-proj used request id req-2b0c784e-542e-4667-846f-a9d10ad54297 2018-10-26 09:36:01,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5413aa01e095a69c102fbb03f3988bb20611fee" 2018-10-26 09:36:01,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79da033e-864c-4802-abe8-a73a30572383 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:36:01,611 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-79da033e-864c-4802-abe8-a73a30572383 2018-10-26 09:36:01,918 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-437af128-4780-480-user 2018-10-26 09:36:01,918 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:36:01,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8689b1ba118cc4dc2976255a75645fbf0399603" 2018-10-26 09:36:02,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f055086a-a1a4-4e71-b3c2-beda1be69601 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:36:02,020 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-f055086a-a1a4-4e71-b3c2-beda1be69601 2018-10-26 09:36:02,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8689b1ba118cc4dc2976255a75645fbf0399603" -d '{"role": {"name": "CreateKeypairsCleanupTests-437af128-4780-480-proj-role"}}' 2018-10-26 09:36:02,121 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:36:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b423cd82-d0e4-49bf-82ab-40e1c0bcb3ae Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "886156470db1429fa9aa0d01b4268d1a", "links": {"self": "http://172.30.9.21:5000/v3/roles/886156470db1429fa9aa0d01b4268d1a"}, "name": "CreateKeypairsCleanupTests-437af128-4780-480-proj-role"}} 2018-10-26 09:36:02,121 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-b423cd82-d0e4-49bf-82ab-40e1c0bcb3ae 2018-10-26 09:36:02,121 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-437af128-4780-480-proj-role 2018-10-26 09:36:02,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/886156470db1429fa9aa0d01b4268d1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8689b1ba118cc4dc2976255a75645fbf0399603" 2018-10-26 09:36:02,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dcc02e1c-e609-4d1d-9654-893f32bdd6e7 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/886156470db1429fa9aa0d01b4268d1a"}, "domain_id": null, "name": "CreateKeypairsCleanupTests-437af128-4780-480-proj-role", "id": "886156470db1429fa9aa0d01b4268d1a"}} 2018-10-26 09:36:02,218 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/886156470db1429fa9aa0d01b4268d1a used request id req-dcc02e1c-e609-4d1d-9654-893f32bdd6e7 2018-10-26 09:36:02,218 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-437af128-4780-480-proj-role to project CreateKeypairsCleanupTests-437af128-4780-480-proj 2018-10-26 09:36:02,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/862b6cda411248cb883617d79e557013/users/851ad19cb88d477b8dc7ce0b4050e097/roles/886156470db1429fa9aa0d01b4268d1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8689b1ba118cc4dc2976255a75645fbf0399603" 2018-10-26 09:36:02,349 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:36:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cc22476c-4bd2-49d8-b788-807ad4a9eb78 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:36:02,349 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/862b6cda411248cb883617d79e557013/users/851ad19cb88d477b8dc7ce0b4050e097/roles/886156470db1429fa9aa0d01b4268d1a used request id req-cc22476c-4bd2-49d8-b788-807ad4a9eb78 2018-10-26 09:36:02,350 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:36:02,467 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-3aee4fad-1936-4375-ba42-25605c4d6b3e.pub 2018-10-26 09:36:02,467 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-3aee4fad-1936-4375-ba42-25605c4d6b3e 2018-10-26 09:36:02,467 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:36:02,468 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:36:02,834 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886156470db1429fa9aa0d01b4268d1a", "name": "CreateKeypairsCleanupTests-437af128-4780-480-proj-role"}], "expires_at": "2018-10-26T10:36:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "862b6cda411248cb883617d79e557013", "name": "CreateKeypairsCleanupTests-437af128-4780-480-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/862b6cda411248cb883617d79e557013", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/862b6cda411248cb883617d79e557013", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/862b6cda411248cb883617d79e557013", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/862b6cda411248cb883617d79e557013", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/862b6cda411248cb883617d79e557013", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/862b6cda411248cb883617d79e557013", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/862b6cda411248cb883617d79e557013", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/862b6cda411248cb883617d79e557013", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/862b6cda411248cb883617d79e557013", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/862b6cda411248cb883617d79e557013", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/862b6cda411248cb883617d79e557013", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/862b6cda411248cb883617d79e557013", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-437af128-4780-480-user", "id": "851ad19cb88d477b8dc7ce0b4050e097"}, "audit_ids": ["3AfIaH9dRayujIgyzlSnyw"], "issued_at": "2018-10-26T09:36:02.000000Z"}} 2018-10-26 09:36:02,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c37979f2b1aa19c5a973f7e1927b6690fdb986eb" 2018-10-26 09:36:02,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e9b66f7-a2c6-4bf0-9b6e-a9acfe9894c1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:36:02,921 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-1e9b66f7-a2c6-4bf0-9b6e-a9acfe9894c1 2018-10-26 09:36:02,922 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:36:02,926 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c37979f2b1aa19c5a973f7e1927b6690fdb986eb" 2018-10-26 09:36:03,089 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36: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-b852f16d-f0a8-49af-b6ed-4e560c85e1ff x-compute-request-id: req-b852f16d-f0a8-49af-b6ed-4e560c85e1ff Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-10-26 09:36:03,089 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-b852f16d-f0a8-49af-b6ed-4e560c85e1ff 2018-10-26 09:36:03,090 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-3aee4fad-1936-4375-ba42-25605c4d6b3e... 2018-10-26 09:36:03,090 - OpenStackKeypair - INFO - Uploading existing keypair 2018-10-26 09:36:03,090 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsCleanupTests-3aee4fad-1936-4375-ba42-25605c4d6b3e.pub 2018-10-26 09:36:03,090 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-3aee4fad-1936-4375-ba42-25605c4d6b3e 2018-10-26 09:36:03,093 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c37979f2b1aa19c5a973f7e1927b6690fdb986eb" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC9sg6IZZR6X8O6Mmlz0c2O38XKV3L7bg1VAT2RtkKFfpn/5ziAS2Wz/pi8myOZnud8r0jI4yC8zovCnRI8iUJbS+NyWDHRbW2mZqbkm0hHvStmK4dUMfxCjP5/MKy8c7VyTzGLKKuUhY6G8ouvavelnEMj9v6rP+dr/VCeCuf6i+lWU/i34i/QeDkT1fGuX1+cePlooatDkMFqMtM9F1gDXmIQGm+VocdMbHwVmg75NDMTFfoYOukNNsqQflCQ0cRgoLY5XhWXDSuijBTCIsA21voYU19eiJBZAxwRTzFbBYpfQhrXbBqy0f9jmU7fjyTCQ/ksjgQ1vx6NJPsPQNGT", "name": "CreateKeypairsCleanupTests-3aee4fad-1936-4375-ba42-25605c4d6b3e"}}' 2018-10-26 09:36:03,155 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-52bfaaa8-a0bc-4123-a615-437b6d6f40f1 x-compute-request-id: req-52bfaaa8-a0bc-4123-a615-437b6d6f40f1 Content-Encoding: gzip Content-Length: 502 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC9sg6IZZR6X8O6Mmlz0c2O38XKV3L7bg1VAT2RtkKFfpn/5ziAS2Wz/pi8myOZnud8r0jI4yC8zovCnRI8iUJbS+NyWDHRbW2mZqbkm0hHvStmK4dUMfxCjP5/MKy8c7VyTzGLKKuUhY6G8ouvavelnEMj9v6rP+dr/VCeCuf6i+lWU/i34i/QeDkT1fGuX1+cePlooatDkMFqMtM9F1gDXmIQGm+VocdMbHwVmg75NDMTFfoYOukNNsqQflCQ0cRgoLY5XhWXDSuijBTCIsA21voYU19eiJBZAxwRTzFbBYpfQhrXbBqy0f9jmU7fjyTCQ/ksjgQ1vx6NJPsPQNGT", "user_id": "851ad19cb88d477b8dc7ce0b4050e097", "name": "CreateKeypairsCleanupTests-3aee4fad-1936-4375-ba42-25605c4d6b3e", "fingerprint": "dd:64:da:38:e6:f3:e5:4c:0b:4d:43:58:25:96:ac:77"}} 2018-10-26 09:36:03,155 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-52bfaaa8-a0bc-4123-a615-437b6d6f40f1 2018-10-26 09:36:03,156 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-3aee4fad-1936-4375-ba42-25605c4d6b3e 2018-10-26 09:36:03,159 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-3aee4fad-1936-4375-ba42-25605c4d6b3e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c37979f2b1aa19c5a973f7e1927b6690fdb986eb" 2018-10-26 09:36:03,193 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:36:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b7850396-41aa-4141-a5ce-22b6417e455f x-compute-request-id: req-b7850396-41aa-4141-a5ce-22b6417e455f Content-Length: 0 Content-Type: application/json 2018-10-26 09:36:03,193 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-3aee4fad-1936-4375-ba42-25605c4d6b3e used request id req-b7850396-41aa-4141-a5ce-22b6417e455f 2018-10-26 09:36:03,193 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-3aee4fad-1936-4375-ba42-25605c4d6b3e.pub] 2018-10-26 09:36:03,194 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-3aee4fad-1936-4375-ba42-25605c4d6b3e] 2018-10-26 09:36:03,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8689b1ba118cc4dc2976255a75645fbf0399603" 2018-10-26 09:36:03,420 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-23638fad-b9f3-46e8-b4a4-ce6d8df3c764 Date: Fri, 26 Oct 2018 09:36:03 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:36:03,421 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-23638fad-b9f3-46e8-b4a4-ce6d8df3c764 2018-10-26 09:36:03,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8689b1ba118cc4dc2976255a75645fbf0399603" 2018-10-26 09:36:03,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b8ddbbf-7830-4225-a9c3-7e1d22a07b3c 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:36:03,529 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-4b8ddbbf-7830-4225-a9c3-7e1d22a07b3c 2018-10-26 09:36:03,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8689b1ba118cc4dc2976255a75645fbf0399603" 2018-10-26 09:36:03,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0cfa8735-cc21-4b62-8829-5ddb8a522baf 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:36:03,616 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-0cfa8735-cc21-4b62-8829-5ddb8a522baf 2018-10-26 09:36:03,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8689b1ba118cc4dc2976255a75645fbf0399603" 2018-10-26 09:36:03,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5d54f19-8108-43f3-85b7-7b2bd00d7cf3 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:36:03,711 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-c5d54f19-8108-43f3-85b7-7b2bd00d7cf3 2018-10-26 09:36:03,712 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-437af128-4780-480-proj 2018-10-26 09:36:03,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/862b6cda411248cb883617d79e557013 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8689b1ba118cc4dc2976255a75645fbf0399603" 2018-10-26 09:36:03,948 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:36:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-395e6a0f-45d9-4dd8-8c3f-27905d661405 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:36:03,948 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/862b6cda411248cb883617d79e557013 used request id req-395e6a0f-45d9-4dd8-8c3f-27905d661405 2018-10-26 09:36:03,949 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-437af128-4780-480-proj-role 2018-10-26 09:36:03,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/886156470db1429fa9aa0d01b4268d1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8689b1ba118cc4dc2976255a75645fbf0399603" 2018-10-26 09:36:04,060 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:36:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e6cef83c-efb0-47e2-8626-5892f9399e13 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:36:04,060 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/886156470db1429fa9aa0d01b4268d1a used request id req-e6cef83c-efb0-47e2-8626-5892f9399e13 2018-10-26 09:36:04,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8689b1ba118cc4dc2976255a75645fbf0399603" 2018-10-26 09:36:04,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ab1c2b6-26cc-483d-8fbf-f9edaaad5d2a Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:36:04,081 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-8ab1c2b6-26cc-483d-8fbf-f9edaaad5d2a 2018-10-26 09:36:04,081 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-437af128-4780-480-user 2018-10-26 09:36:04,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/851ad19cb88d477b8dc7ce0b4050e097 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5413aa01e095a69c102fbb03f3988bb20611fee" 2018-10-26 09:36:04,262 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:36:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1b24dee6-5198-40cb-ae19-27fdfdd55a3d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:36:04,262 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/851ad19cb88d477b8dc7ce0b4050e097 used request id req-1b24dee6-5198-40cb-ae19-27fdfdd55a3d 2018-10-26 09:36:04,263 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:36:04,642 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:36:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["G7KWB6VCT5SDcaZu3r7QRA"], "issued_at": "2018-10-26T09:36:04.000000Z"}} 2018-10-26 09:36:04,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9fcf9539d890c47fc2dbe9f3977dc64b27238c4" 2018-10-26 09:36:04,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5adb2870-5633-4666-ae9c-25adffb8c0cd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:36:04,727 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5adb2870-5633-4666-ae9c-25adffb8c0cd 2018-10-26 09:36:04,729 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:36:04,730 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:36:05,119 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:36:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["yI909WO0RoyrshMpwuIg0g"], "issued_at": "2018-10-26T09:36:05.000000Z"}} 2018-10-26 09:36:05,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7121320cad39be90127226da5f0a0114273fa0a" 2018-10-26 09:36:05,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ab7520f-1093-4379-823f-8cb4f0bd4216 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:36:05,204 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-6ab7520f-1093-4379-823f-8cb4f0bd4216 2018-10-26 09:36:05,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:36:05,214 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:36: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:36:05,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-1ba8129e-1f5a-459-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7121320cad39be90127226da5f0a0114273fa0a" 2018-10-26 09:36:05,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f0f133a-7063-4eee-9f04-1b143cb10f09 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-1ba8129e-1f5a-459-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:36:05,305 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-1ba8129e-1f5a-459-proj used request id req-1f0f133a-7063-4eee-9f04-1b143cb10f09 2018-10-26 09:36:05,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7121320cad39be90127226da5f0a0114273fa0a" 2018-10-26 09:36:05,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8478a459-04a3-456c-8a99-0ec8dc407e7f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:36:05,387 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-8478a459-04a3-456c-8a99-0ec8dc407e7f 2018-10-26 09:36:05,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7121320cad39be90127226da5f0a0114273fa0a" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-1ba8129e-1f5a-459-proj"}}' 2018-10-26 09:36:05,504 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:36:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-58743b0c-cfb6-46b5-9dfe-6da84289fc06 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/0c1337c95c7e4c1fb6587a0158e10a34"}, "enabled": true, "id": "0c1337c95c7e4c1fb6587a0158e10a34", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-1ba8129e-1f5a-459-proj"}} 2018-10-26 09:36:05,504 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-58743b0c-cfb6-46b5-9dfe-6da84289fc06 2018-10-26 09:36:05,505 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-1ba8129e-1f5a-459-proj 2018-10-26 09:36:05,505 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:36:05,506 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:36:05,891 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:36:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["_D2mJqptSC-1oC-5r5czWA"], "issued_at": "2018-10-26T09:36:05.000000Z"}} 2018-10-26 09:36:05,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a277f3efae294eb07d112df1f9b19e5c3290a86" 2018-10-26 09:36:05,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbedce2d-05e6-4480-bfa7-7bff50c30be5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:36:05,969 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-cbedce2d-05e6-4480-bfa7-7bff50c30be5 2018-10-26 09:36:05,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:36:05,979 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:36: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:36:05,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a277f3efae294eb07d112df1f9b19e5c3290a86" 2018-10-26 09:36:06,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-059acc56-85fa-4b07-9651-1627480d829d Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:36:06,086 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-059acc56-85fa-4b07-9651-1627480d829d 2018-10-26 09:36:06,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateKeypairsCleanupTests-1ba8129e-1f5a-459-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a277f3efae294eb07d112df1f9b19e5c3290a86" 2018-10-26 09:36:06,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2185edd7-e83c-4ec6-937f-cbc7bdf2637f Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateKeypairsCleanupTests-1ba8129e-1f5a-459-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/0c1337c95c7e4c1fb6587a0158e10a34"}, "enabled": true, "id": "0c1337c95c7e4c1fb6587a0158e10a34", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-1ba8129e-1f5a-459-proj"}]} 2018-10-26 09:36:06,108 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateKeypairsCleanupTests-1ba8129e-1f5a-459-proj used request id req-2185edd7-e83c-4ec6-937f-cbc7bdf2637f 2018-10-26 09:36:06,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a277f3efae294eb07d112df1f9b19e5c3290a86" 2018-10-26 09:36:06,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abc0b609-5867-4030-bc74-2db965107104 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:36:06,200 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-abc0b609-5867-4030-bc74-2db965107104 2018-10-26 09:36:06,562 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-1ba8129e-1f5a-459-user 2018-10-26 09:36:06,562 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:36:06,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7121320cad39be90127226da5f0a0114273fa0a" 2018-10-26 09:36:06,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3733fc71-06be-4796-a4b7-95a9b3311f95 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:36:06,651 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-3733fc71-06be-4796-a4b7-95a9b3311f95 2018-10-26 09:36:06,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7121320cad39be90127226da5f0a0114273fa0a" -d '{"role": {"name": "CreateKeypairsCleanupTests-1ba8129e-1f5a-459-proj-role"}}' 2018-10-26 09:36:06,755 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:36:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-46f7a669-fed5-4387-aa88-9bd21ba56f9f Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a24141990ed244c085d91c242672556e", "links": {"self": "http://172.30.9.21:5000/v3/roles/a24141990ed244c085d91c242672556e"}, "name": "CreateKeypairsCleanupTests-1ba8129e-1f5a-459-proj-role"}} 2018-10-26 09:36:06,756 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-46f7a669-fed5-4387-aa88-9bd21ba56f9f 2018-10-26 09:36:06,756 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-1ba8129e-1f5a-459-proj-role 2018-10-26 09:36:06,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/a24141990ed244c085d91c242672556e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7121320cad39be90127226da5f0a0114273fa0a" 2018-10-26 09:36:06,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c16cbd4-d12e-4aa2-a5e6-e61c05a9c7c0 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/a24141990ed244c085d91c242672556e"}, "domain_id": null, "name": "CreateKeypairsCleanupTests-1ba8129e-1f5a-459-proj-role", "id": "a24141990ed244c085d91c242672556e"}} 2018-10-26 09:36:06,850 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/a24141990ed244c085d91c242672556e used request id req-4c16cbd4-d12e-4aa2-a5e6-e61c05a9c7c0 2018-10-26 09:36:06,851 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-1ba8129e-1f5a-459-proj-role to project CreateKeypairsCleanupTests-1ba8129e-1f5a-459-proj 2018-10-26 09:36:06,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/0c1337c95c7e4c1fb6587a0158e10a34/users/b23818fc17444a31a9eb495f8693f57a/roles/a24141990ed244c085d91c242672556e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7121320cad39be90127226da5f0a0114273fa0a" 2018-10-26 09:36:06,974 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:36:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-80e15813-38e9-491f-a572-17b8fb85b6bd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:36:06,974 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/0c1337c95c7e4c1fb6587a0158e10a34/users/b23818fc17444a31a9eb495f8693f57a/roles/a24141990ed244c085d91c242672556e used request id req-80e15813-38e9-491f-a572-17b8fb85b6bd 2018-10-26 09:36:06,974 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:36:07,262 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-f670986c-2350-4ae2-8afc-701809baa7b5.pub 2018-10-26 09:36:07,263 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-f670986c-2350-4ae2-8afc-701809baa7b5 2018-10-26 09:36:07,263 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:36:07,263 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:36:07,643 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a24141990ed244c085d91c242672556e", "name": "CreateKeypairsCleanupTests-1ba8129e-1f5a-459-proj-role"}], "expires_at": "2018-10-26T10:36:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0c1337c95c7e4c1fb6587a0158e10a34", "name": "CreateKeypairsCleanupTests-1ba8129e-1f5a-459-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/0c1337c95c7e4c1fb6587a0158e10a34", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/0c1337c95c7e4c1fb6587a0158e10a34", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/0c1337c95c7e4c1fb6587a0158e10a34", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/0c1337c95c7e4c1fb6587a0158e10a34", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/0c1337c95c7e4c1fb6587a0158e10a34", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/0c1337c95c7e4c1fb6587a0158e10a34", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/0c1337c95c7e4c1fb6587a0158e10a34", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/0c1337c95c7e4c1fb6587a0158e10a34", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/0c1337c95c7e4c1fb6587a0158e10a34", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/0c1337c95c7e4c1fb6587a0158e10a34", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/0c1337c95c7e4c1fb6587a0158e10a34", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/0c1337c95c7e4c1fb6587a0158e10a34", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-1ba8129e-1f5a-459-user", "id": "b23818fc17444a31a9eb495f8693f57a"}, "audit_ids": ["lAmwUmJhT4GuVSDbgd_qOg"], "issued_at": "2018-10-26T09:36:07.000000Z"}} 2018-10-26 09:36:07,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed7e1da7e261dd86456876b93d89c35d75bd9e7" 2018-10-26 09:36:07,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12ddb908-2350-434b-9cb8-6f573d80dab0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:36:07,732 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-12ddb908-2350-434b-9cb8-6f573d80dab0 2018-10-26 09:36:07,734 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:36:07,738 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed7e1da7e261dd86456876b93d89c35d75bd9e7" 2018-10-26 09:36:08,278 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5625acbf-6ef3-4f5d-924b-4de39195176c x-compute-request-id: req-5625acbf-6ef3-4f5d-924b-4de39195176c Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-10-26 09:36:08,278 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-5625acbf-6ef3-4f5d-924b-4de39195176c 2018-10-26 09:36:08,279 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-f670986c-2350-4ae2-8afc-701809baa7b5... 2018-10-26 09:36:08,279 - OpenStackKeypair - INFO - Uploading existing keypair 2018-10-26 09:36:08,279 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsCleanupTests-f670986c-2350-4ae2-8afc-701809baa7b5.pub 2018-10-26 09:36:08,280 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-f670986c-2350-4ae2-8afc-701809baa7b5 2018-10-26 09:36:08,283 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed7e1da7e261dd86456876b93d89c35d75bd9e7" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQmDEKIYTHnm9LvTaKf59R8pVCAzK99ldlEtF7WCjl/8YV5P2KoCrdD1iql08f3rleHCAclJSWfIhTQMBY0AlOfSPlbuNQkE4JdkW5RcO3eDe0266LmGQp1/P9tT5jzzXYcuoUqcPZH1Sjzz886HFq2jFYXd5+JWyd1oZApMgQx08XFlVr81mZOn8L3boXEfX7VIeMU0TwCxg3E1Mt0XgzoEkNpjm7YpA5I1dFo5CZ7kdlwNjZqHkmyCMYlXXekOCsp1n667tQLnEkQ7x1eLcZt6ma7SiDdTjh8w6xnZOulfa7QfU4rwAqGWEoUOkrJ8u7oL1oCfFd9yWvYS6ddZnx", "name": "CreateKeypairsCleanupTests-f670986c-2350-4ae2-8afc-701809baa7b5"}}' 2018-10-26 09:36:08,343 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36: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-da564d0e-0a17-42ba-b425-147a8d541e99 x-compute-request-id: req-da564d0e-0a17-42ba-b425-147a8d541e99 Content-Encoding: gzip Content-Length: 499 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQmDEKIYTHnm9LvTaKf59R8pVCAzK99ldlEtF7WCjl/8YV5P2KoCrdD1iql08f3rleHCAclJSWfIhTQMBY0AlOfSPlbuNQkE4JdkW5RcO3eDe0266LmGQp1/P9tT5jzzXYcuoUqcPZH1Sjzz886HFq2jFYXd5+JWyd1oZApMgQx08XFlVr81mZOn8L3boXEfX7VIeMU0TwCxg3E1Mt0XgzoEkNpjm7YpA5I1dFo5CZ7kdlwNjZqHkmyCMYlXXekOCsp1n667tQLnEkQ7x1eLcZt6ma7SiDdTjh8w6xnZOulfa7QfU4rwAqGWEoUOkrJ8u7oL1oCfFd9yWvYS6ddZnx", "user_id": "b23818fc17444a31a9eb495f8693f57a", "name": "CreateKeypairsCleanupTests-f670986c-2350-4ae2-8afc-701809baa7b5", "fingerprint": "b6:77:a7:ac:99:5f:55:1d:31:c6:73:fc:77:cf:62:20"}} 2018-10-26 09:36:08,343 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-da564d0e-0a17-42ba-b425-147a8d541e99 2018-10-26 09:36:08,344 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-f670986c-2350-4ae2-8afc-701809baa7b5 2018-10-26 09:36:08,347 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-f670986c-2350-4ae2-8afc-701809baa7b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed7e1da7e261dd86456876b93d89c35d75bd9e7" 2018-10-26 09:36:08,384 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:36: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-26260525-1f24-4606-bbae-1844bbbfbb0c x-compute-request-id: req-26260525-1f24-4606-bbae-1844bbbfbb0c Content-Length: 0 Content-Type: application/json 2018-10-26 09:36:08,384 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-f670986c-2350-4ae2-8afc-701809baa7b5 used request id req-26260525-1f24-4606-bbae-1844bbbfbb0c 2018-10-26 09:36:08,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7121320cad39be90127226da5f0a0114273fa0a" 2018-10-26 09:36:08,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-caa55e30-d23a-4b6f-beb6-8f8a0b6d3bed Date: Fri, 26 Oct 2018 09:36:08 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:36:08,614 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-caa55e30-d23a-4b6f-beb6-8f8a0b6d3bed 2018-10-26 09:36:08,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7121320cad39be90127226da5f0a0114273fa0a" 2018-10-26 09:36:08,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abf5ccc8-1b01-46f8-ab30-147ad709408e 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:36:08,699 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-abf5ccc8-1b01-46f8-ab30-147ad709408e 2018-10-26 09:36:08,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7121320cad39be90127226da5f0a0114273fa0a" 2018-10-26 09:36:08,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3093fb9-87a2-44d9-81e1-d656b8fa49e8 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:36:08,793 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-b3093fb9-87a2-44d9-81e1-d656b8fa49e8 2018-10-26 09:36:08,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7121320cad39be90127226da5f0a0114273fa0a" 2018-10-26 09:36:08,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4d826a6-c7a3-4519-ad7a-c04757a68f49 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:36:08,886 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-c4d826a6-c7a3-4519-ad7a-c04757a68f49 2018-10-26 09:36:08,886 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-1ba8129e-1f5a-459-proj 2018-10-26 09:36:08,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/0c1337c95c7e4c1fb6587a0158e10a34 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7121320cad39be90127226da5f0a0114273fa0a" 2018-10-26 09:36:09,094 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:36:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c3577788-ed4e-4f12-b048-94addb964f4f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:36:09,094 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/0c1337c95c7e4c1fb6587a0158e10a34 used request id req-c3577788-ed4e-4f12-b048-94addb964f4f 2018-10-26 09:36:09,094 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-1ba8129e-1f5a-459-proj-role 2018-10-26 09:36:09,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/a24141990ed244c085d91c242672556e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7121320cad39be90127226da5f0a0114273fa0a" 2018-10-26 09:36:09,216 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:36:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f8de60f0-03a0-454c-9772-d45dd4596121 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:36:09,216 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/a24141990ed244c085d91c242672556e used request id req-f8de60f0-03a0-454c-9772-d45dd4596121 2018-10-26 09:36:09,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7121320cad39be90127226da5f0a0114273fa0a" 2018-10-26 09:36:09,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca01d9c6-42f4-496f-9915-df837bc8e28a Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:36:09,307 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-ca01d9c6-42f4-496f-9915-df837bc8e28a 2018-10-26 09:36:09,308 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-1ba8129e-1f5a-459-user 2018-10-26 09:36:09,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/b23818fc17444a31a9eb495f8693f57a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a277f3efae294eb07d112df1f9b19e5c3290a86" 2018-10-26 09:36:09,482 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:36:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6e014acd-eb6a-4e60-8cd1-211fb6506dea Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:36:09,482 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/b23818fc17444a31a9eb495f8693f57a used request id req-6e014acd-eb6a-4e60-8cd1-211fb6506dea 2018-10-26 09:36:09,484 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:36:09,869 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:36:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["L2KfTegURwOa5f_M45HF2w"], "issued_at": "2018-10-26T09:36:09.000000Z"}} 2018-10-26 09:36:09,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3d5484f08dba01b46248eb49a95d1f8e428ed47" 2018-10-26 09:36:09,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65de98e6-05e0-492b-b056-a063569229b5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:36:09,954 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-65de98e6-05e0-492b-b056-a063569229b5 2018-10-26 09:36:09,955 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:36:09,956 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:36:10,337 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:36:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["xXwgIhUYQXWhWP6NTOAfyg"], "issued_at": "2018-10-26T09:36:10.000000Z"}} 2018-10-26 09:36:10,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f1a507838c40016d4105f0d4a3f89eeea5a39c5" 2018-10-26 09:36:10,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-129a82e7-51c1-4eb4-8712-da00b364bbf7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:36:10,422 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-129a82e7-51c1-4eb4-8712-da00b364bbf7 2018-10-26 09:36:10,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:36:10,432 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:36: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:36:10,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-87051812-a4b8-481-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f1a507838c40016d4105f0d4a3f89eeea5a39c5" 2018-10-26 09:36:10,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be316047-1c24-44d8-80c2-da48718c0d9c Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-87051812-a4b8-481-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:36:10,515 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-87051812-a4b8-481-proj used request id req-be316047-1c24-44d8-80c2-da48718c0d9c 2018-10-26 09:36:10,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f1a507838c40016d4105f0d4a3f89eeea5a39c5" 2018-10-26 09:36:10,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da7f2b37-c846-4fcd-9427-ebbce55c7c56 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:36:10,606 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-da7f2b37-c846-4fcd-9427-ebbce55c7c56 2018-10-26 09:36:10,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f1a507838c40016d4105f0d4a3f89eeea5a39c5" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-87051812-a4b8-481-proj"}}' 2018-10-26 09:36:10,724 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:36:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d63a8e5c-0afb-427d-a225-0be5b4027bfa Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e93c966ad599478fb02e691fa8d7576c"}, "enabled": true, "id": "e93c966ad599478fb02e691fa8d7576c", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-87051812-a4b8-481-proj"}} 2018-10-26 09:36:10,724 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-d63a8e5c-0afb-427d-a225-0be5b4027bfa 2018-10-26 09:36:10,724 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-87051812-a4b8-481-proj 2018-10-26 09:36:10,724 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:36:10,725 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:36:11,101 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:36:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["gTurPPIcQ06gYXi1JeQv2Q"], "issued_at": "2018-10-26T09:36:11.000000Z"}} 2018-10-26 09:36:11,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a912b3e55bba72063f7a2ce753b31a6ddc2ae4" 2018-10-26 09:36:11,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c75dac6-9743-4995-9778-c35b68bd34d1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:36:11,192 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-3c75dac6-9743-4995-9778-c35b68bd34d1 2018-10-26 09:36:11,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:36:11,202 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:36: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:36:11,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a912b3e55bba72063f7a2ce753b31a6ddc2ae4" 2018-10-26 09:36:11,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93c49fba-a1e0-4cc6-b4fb-53c79c8903fd Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:36:11,299 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-93c49fba-a1e0-4cc6-b4fb-53c79c8903fd 2018-10-26 09:36:11,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateKeypairsCleanupTests-87051812-a4b8-481-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a912b3e55bba72063f7a2ce753b31a6ddc2ae4" 2018-10-26 09:36:11,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d875b463-4f1c-42b7-98f4-d34a5ce965af Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateKeypairsCleanupTests-87051812-a4b8-481-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e93c966ad599478fb02e691fa8d7576c"}, "enabled": true, "id": "e93c966ad599478fb02e691fa8d7576c", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-87051812-a4b8-481-proj"}]} 2018-10-26 09:36:11,395 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateKeypairsCleanupTests-87051812-a4b8-481-proj used request id req-d875b463-4f1c-42b7-98f4-d34a5ce965af 2018-10-26 09:36:11,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a912b3e55bba72063f7a2ce753b31a6ddc2ae4" 2018-10-26 09:36:11,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0edf5db-b3fe-4ea8-8607-185d7fd97dea Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:36:11,500 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-b0edf5db-b3fe-4ea8-8607-185d7fd97dea 2018-10-26 09:36:11,855 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-87051812-a4b8-481-user 2018-10-26 09:36:11,856 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:36:11,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f1a507838c40016d4105f0d4a3f89eeea5a39c5" 2018-10-26 09:36:11,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f867fe5d-2b14-44ca-a829-737db8788527 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:36:11,879 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-f867fe5d-2b14-44ca-a829-737db8788527 2018-10-26 09:36:11,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f1a507838c40016d4105f0d4a3f89eeea5a39c5" -d '{"role": {"name": "CreateKeypairsCleanupTests-87051812-a4b8-481-proj-role"}}' 2018-10-26 09:36:11,995 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:36:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0654034a-cc5a-4731-a52c-e58e4ad81163 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "665271533b6c45ae946020702f3c1bb8", "links": {"self": "http://172.30.9.21:5000/v3/roles/665271533b6c45ae946020702f3c1bb8"}, "name": "CreateKeypairsCleanupTests-87051812-a4b8-481-proj-role"}} 2018-10-26 09:36:11,995 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-0654034a-cc5a-4731-a52c-e58e4ad81163 2018-10-26 09:36:11,995 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-87051812-a4b8-481-proj-role 2018-10-26 09:36:11,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/665271533b6c45ae946020702f3c1bb8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f1a507838c40016d4105f0d4a3f89eeea5a39c5" 2018-10-26 09:36:12,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f734518-e778-41fb-a939-fb2893117f6b Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/665271533b6c45ae946020702f3c1bb8"}, "domain_id": null, "name": "CreateKeypairsCleanupTests-87051812-a4b8-481-proj-role", "id": "665271533b6c45ae946020702f3c1bb8"}} 2018-10-26 09:36:12,088 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/665271533b6c45ae946020702f3c1bb8 used request id req-5f734518-e778-41fb-a939-fb2893117f6b 2018-10-26 09:36:12,088 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-87051812-a4b8-481-proj-role to project CreateKeypairsCleanupTests-87051812-a4b8-481-proj 2018-10-26 09:36:12,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/e93c966ad599478fb02e691fa8d7576c/users/893cca19ff76448587bff3ed49a42193/roles/665271533b6c45ae946020702f3c1bb8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f1a507838c40016d4105f0d4a3f89eeea5a39c5" 2018-10-26 09:36:12,213 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:36:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-01231d31-344f-4fdb-87d9-3d0f42a1fef7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:36:12,213 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/e93c966ad599478fb02e691fa8d7576c/users/893cca19ff76448587bff3ed49a42193/roles/665271533b6c45ae946020702f3c1bb8 used request id req-01231d31-344f-4fdb-87d9-3d0f42a1fef7 2018-10-26 09:36:12,214 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:36:12,215 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:36:12,216 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:36:12,604 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "665271533b6c45ae946020702f3c1bb8", "name": "CreateKeypairsCleanupTests-87051812-a4b8-481-proj-role"}], "expires_at": "2018-10-26T10:36:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e93c966ad599478fb02e691fa8d7576c", "name": "CreateKeypairsCleanupTests-87051812-a4b8-481-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e93c966ad599478fb02e691fa8d7576c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e93c966ad599478fb02e691fa8d7576c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e93c966ad599478fb02e691fa8d7576c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e93c966ad599478fb02e691fa8d7576c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e93c966ad599478fb02e691fa8d7576c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e93c966ad599478fb02e691fa8d7576c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e93c966ad599478fb02e691fa8d7576c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e93c966ad599478fb02e691fa8d7576c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e93c966ad599478fb02e691fa8d7576c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e93c966ad599478fb02e691fa8d7576c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e93c966ad599478fb02e691fa8d7576c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e93c966ad599478fb02e691fa8d7576c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-87051812-a4b8-481-user", "id": "893cca19ff76448587bff3ed49a42193"}, "audit_ids": ["7qyCxm8uSvi9607eWB4F8w"], "issued_at": "2018-10-26T09:36:12.000000Z"}} 2018-10-26 09:36:12,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de242ab5b869315497e44c272f93a112b94af887" 2018-10-26 09:36:12,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-addc77ed-24c9-4951-83f4-8f61a38a3167 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:36:12,677 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-addc77ed-24c9-4951-83f4-8f61a38a3167 2018-10-26 09:36:12,678 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:36:12,681 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de242ab5b869315497e44c272f93a112b94af887" 2018-10-26 09:36:12,842 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36: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-d9db5147-ef05-42a0-a962-75262e83698e x-compute-request-id: req-d9db5147-ef05-42a0-a962-75262e83698e Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-10-26 09:36:12,842 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-d9db5147-ef05-42a0-a962-75262e83698e 2018-10-26 09:36:12,842 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-13230d4e-aa92-41d4-9c65-8b47ac229cdb... 2018-10-26 09:36:12,843 - OpenStackKeypair - INFO - Creating new keypair 2018-10-26 09:36:12,922 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-13230d4e-aa92-41d4-9c65-8b47ac229cdb 2018-10-26 09:36:12,923 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de242ab5b869315497e44c272f93a112b94af887" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDS8jenIsgFAdbTHmj+GCvY61S0byo+m66JG0/yH4Ua0bnIoOp25IPvgVAQ2bMADqQDZaouhrr1DRw9THX+LV91hykZTDo80VIUsPaUO//3AU77aqD2lD65sSHUyMPAIv1R6PeaYG1/UWSB8Z5RkN/6ETK+BkoSKbsMPdBep4oNFQ==", "name": "CreateKeypairsCleanupTests-13230d4e-aa92-41d4-9c65-8b47ac229cdb"}}' 2018-10-26 09:36:12,982 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36: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-28cf47a7-0a9b-48f7-b1ca-9fbc3be2d5d0 x-compute-request-id: req-28cf47a7-0a9b-48f7-b1ca-9fbc3be2d5d0 Content-Encoding: gzip Content-Length: 371 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDS8jenIsgFAdbTHmj+GCvY61S0byo+m66JG0/yH4Ua0bnIoOp25IPvgVAQ2bMADqQDZaouhrr1DRw9THX+LV91hykZTDo80VIUsPaUO//3AU77aqD2lD65sSHUyMPAIv1R6PeaYG1/UWSB8Z5RkN/6ETK+BkoSKbsMPdBep4oNFQ==", "user_id": "893cca19ff76448587bff3ed49a42193", "name": "CreateKeypairsCleanupTests-13230d4e-aa92-41d4-9c65-8b47ac229cdb", "fingerprint": "28:53:38:15:04:f7:c5:c1:97:fc:22:27:f5:44:4d:8d"}} 2018-10-26 09:36:12,982 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-28cf47a7-0a9b-48f7-b1ca-9fbc3be2d5d0 2018-10-26 09:36:12,996 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-13230d4e-aa92-41d4-9c65-8b47ac229cdb.pub 2018-10-26 09:36:12,996 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-13230d4e-aa92-41d4-9c65-8b47ac229cdb 2018-10-26 09:36:12,996 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-13230d4e-aa92-41d4-9c65-8b47ac229cdb 2018-10-26 09:36:12,999 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-13230d4e-aa92-41d4-9c65-8b47ac229cdb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de242ab5b869315497e44c272f93a112b94af887" 2018-10-26 09:36:13,023 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:36: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-0860a6e9-79e9-422f-809e-b682c357284a x-compute-request-id: req-0860a6e9-79e9-422f-809e-b682c357284a Content-Length: 0 Content-Type: application/json 2018-10-26 09:36:13,023 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-13230d4e-aa92-41d4-9c65-8b47ac229cdb used request id req-0860a6e9-79e9-422f-809e-b682c357284a 2018-10-26 09:36:13,023 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-13230d4e-aa92-41d4-9c65-8b47ac229cdb.pub] 2018-10-26 09:36:13,023 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-13230d4e-aa92-41d4-9c65-8b47ac229cdb] 2018-10-26 09:36:13,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f1a507838c40016d4105f0d4a3f89eeea5a39c5" 2018-10-26 09:36:13,247 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-8a7db069-605e-49e7-84bb-430459453535 Date: Fri, 26 Oct 2018 09:36:13 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:36:13,248 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-8a7db069-605e-49e7-84bb-430459453535 2018-10-26 09:36:13,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f1a507838c40016d4105f0d4a3f89eeea5a39c5" 2018-10-26 09:36:13,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9b41c01-f976-4ef8-a78a-1fc1bfc35bcb 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:36:13,341 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-a9b41c01-f976-4ef8-a78a-1fc1bfc35bcb 2018-10-26 09:36:13,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f1a507838c40016d4105f0d4a3f89eeea5a39c5" 2018-10-26 09:36:13,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1917513f-0776-44f8-8135-59825ce46f9a 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:36:13,444 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-1917513f-0776-44f8-8135-59825ce46f9a 2018-10-26 09:36:13,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f1a507838c40016d4105f0d4a3f89eeea5a39c5" 2018-10-26 09:36:13,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30da9bf1-ad1f-4c73-9ffc-4d9d726fcb67 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:36:13,530 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-30da9bf1-ad1f-4c73-9ffc-4d9d726fcb67 2018-10-26 09:36:13,531 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-87051812-a4b8-481-proj 2018-10-26 09:36:13,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/e93c966ad599478fb02e691fa8d7576c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f1a507838c40016d4105f0d4a3f89eeea5a39c5" 2018-10-26 09:36:13,727 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:36:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f1f7915c-58c6-4ddf-bfeb-d07fa53d5dbe Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:36:13,727 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/e93c966ad599478fb02e691fa8d7576c used request id req-f1f7915c-58c6-4ddf-bfeb-d07fa53d5dbe 2018-10-26 09:36:13,727 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-87051812-a4b8-481-proj-role 2018-10-26 09:36:13,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/665271533b6c45ae946020702f3c1bb8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f1a507838c40016d4105f0d4a3f89eeea5a39c5" 2018-10-26 09:36:13,837 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:36:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-817c0d08-7f3e-4ddc-a9c2-7f1e89c3814a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:36:13,837 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/665271533b6c45ae946020702f3c1bb8 used request id req-817c0d08-7f3e-4ddc-a9c2-7f1e89c3814a 2018-10-26 09:36:13,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f1a507838c40016d4105f0d4a3f89eeea5a39c5" 2018-10-26 09:36:13,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9623d22b-f7a1-43b7-81ae-c32e8e87fb5d Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:36:13,922 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-9623d22b-f7a1-43b7-81ae-c32e8e87fb5d 2018-10-26 09:36:13,922 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-87051812-a4b8-481-user 2018-10-26 09:36:13,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/893cca19ff76448587bff3ed49a42193 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35a912b3e55bba72063f7a2ce753b31a6ddc2ae4" 2018-10-26 09:36:14,088 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:36:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-15b18b2a-884f-45e7-8834-985bc3bc627c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:36:14,089 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/893cca19ff76448587bff3ed49a42193 used request id req-15b18b2a-884f-45e7-8834-985bc3bc627c 2018-10-26 09:36:14,090 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:36:14,474 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:36:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["8QeP67G_SlWaxD1zneZfYw"], "issued_at": "2018-10-26T09:36:14.000000Z"}} 2018-10-26 09:36:14,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}926a752234cf38bcb71b6391dc1f1b50d0f064d5" 2018-10-26 09:36:14,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-faabf3b0-d6da-4d76-82ce-ef9f2a67907b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:36:14,553 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-faabf3b0-d6da-4d76-82ce-ef9f2a67907b 2018-10-26 09:36:14,554 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:36:14,555 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:36:14,952 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:36:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["YJokRY5MT3Ge5o4x8TUYEQ"], "issued_at": "2018-10-26T09:36:14.000000Z"}} 2018-10-26 09:36:14,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e1c5f5e5e80d7e43462729925e194bd116b9e1b" 2018-10-26 09:36:15,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d272a4d-a18f-4165-bf07-49b600ea498e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:36:15,049 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-6d272a4d-a18f-4165-bf07-49b600ea498e 2018-10-26 09:36:15,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:36:15,058 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:36: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:36:15,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-ab46a4e4-b036-41f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e1c5f5e5e80d7e43462729925e194bd116b9e1b" 2018-10-26 09:36:15,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46d9867a-1161-46d8-8cc8-351d8e8d8ef2 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-ab46a4e4-b036-41f-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:36:15,229 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-ab46a4e4-b036-41f-proj used request id req-46d9867a-1161-46d8-8cc8-351d8e8d8ef2 2018-10-26 09:36:15,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e1c5f5e5e80d7e43462729925e194bd116b9e1b" 2018-10-26 09:36:15,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2afc6efe-5aba-4cbf-a171-2a367225c8ed Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:36:15,323 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-2afc6efe-5aba-4cbf-a171-2a367225c8ed 2018-10-26 09:36:15,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e1c5f5e5e80d7e43462729925e194bd116b9e1b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-ab46a4e4-b036-41f-proj"}}' 2018-10-26 09:36:15,445 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:36:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-641b8b45-da20-4379-b740-f6bd4c48598c Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/0638b29584974ac48581bacc33daabad"}, "enabled": true, "id": "0638b29584974ac48581bacc33daabad", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-ab46a4e4-b036-41f-proj"}} 2018-10-26 09:36:15,445 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-641b8b45-da20-4379-b740-f6bd4c48598c 2018-10-26 09:36:15,445 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-ab46a4e4-b036-41f-proj 2018-10-26 09:36:15,445 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:36:15,446 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:36:15,916 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:36:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["FopKRxZGSj661Gu17VhFSA"], "issued_at": "2018-10-26T09:36:15.000000Z"}} 2018-10-26 09:36:15,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9862beba66eb70628b28f5f6c6f07fa07e64f846" 2018-10-26 09:36:16,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8797153-c716-440d-8700-2e32498b2166 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:36:16,015 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a8797153-c716-440d-8700-2e32498b2166 2018-10-26 09:36:16,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:36:16,025 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:36: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:36:16,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9862beba66eb70628b28f5f6c6f07fa07e64f846" 2018-10-26 09:36:16,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22c9fea0-f261-4505-89d8-9d83a8302c24 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:36:16,137 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-22c9fea0-f261-4505-89d8-9d83a8302c24 2018-10-26 09:36:16,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateKeypairsCleanupTests-ab46a4e4-b036-41f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9862beba66eb70628b28f5f6c6f07fa07e64f846" 2018-10-26 09:36:16,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2f3acb4-fc3e-4d47-9b2d-703da0e331f6 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateKeypairsCleanupTests-ab46a4e4-b036-41f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/0638b29584974ac48581bacc33daabad"}, "enabled": true, "id": "0638b29584974ac48581bacc33daabad", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-ab46a4e4-b036-41f-proj"}]} 2018-10-26 09:36:16,236 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateKeypairsCleanupTests-ab46a4e4-b036-41f-proj used request id req-b2f3acb4-fc3e-4d47-9b2d-703da0e331f6 2018-10-26 09:36:16,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9862beba66eb70628b28f5f6c6f07fa07e64f846" 2018-10-26 09:36:16,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5ddb297-3082-4011-9ce2-e2cbb5428a40 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:36:16,335 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-a5ddb297-3082-4011-9ce2-e2cbb5428a40 2018-10-26 09:36:16,702 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-ab46a4e4-b036-41f-user 2018-10-26 09:36:16,702 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:36:16,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e1c5f5e5e80d7e43462729925e194bd116b9e1b" 2018-10-26 09:36:16,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e450e4fe-06bf-4a8a-86a3-19d081e3ceef Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:36:16,806 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-e450e4fe-06bf-4a8a-86a3-19d081e3ceef 2018-10-26 09:36:16,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e1c5f5e5e80d7e43462729925e194bd116b9e1b" -d '{"role": {"name": "CreateKeypairsCleanupTests-ab46a4e4-b036-41f-proj-role"}}' 2018-10-26 09:36:16,927 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:36:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f81a47e7-de6e-47f5-859a-aafe97179d1c Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8b142e5828eb46f783f54d517972f94e", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b142e5828eb46f783f54d517972f94e"}, "name": "CreateKeypairsCleanupTests-ab46a4e4-b036-41f-proj-role"}} 2018-10-26 09:36:16,927 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-f81a47e7-de6e-47f5-859a-aafe97179d1c 2018-10-26 09:36:16,927 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-ab46a4e4-b036-41f-proj-role 2018-10-26 09:36:16,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/8b142e5828eb46f783f54d517972f94e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e1c5f5e5e80d7e43462729925e194bd116b9e1b" 2018-10-26 09:36:17,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab6d8c9a-85c1-44cf-b337-446c9438d689 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/8b142e5828eb46f783f54d517972f94e"}, "domain_id": null, "name": "CreateKeypairsCleanupTests-ab46a4e4-b036-41f-proj-role", "id": "8b142e5828eb46f783f54d517972f94e"}} 2018-10-26 09:36:17,021 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/8b142e5828eb46f783f54d517972f94e used request id req-ab6d8c9a-85c1-44cf-b337-446c9438d689 2018-10-26 09:36:17,022 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-ab46a4e4-b036-41f-proj-role to project CreateKeypairsCleanupTests-ab46a4e4-b036-41f-proj 2018-10-26 09:36:17,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/0638b29584974ac48581bacc33daabad/users/fbdede542f3e43409138818a8a3d0579/roles/8b142e5828eb46f783f54d517972f94e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e1c5f5e5e80d7e43462729925e194bd116b9e1b" 2018-10-26 09:36:17,163 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:36:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1f3b72a1-07c9-4fa4-a838-afbe480b8be2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:36:17,163 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/0638b29584974ac48581bacc33daabad/users/fbdede542f3e43409138818a8a3d0579/roles/8b142e5828eb46f783f54d517972f94e used request id req-1f3b72a1-07c9-4fa4-a838-afbe480b8be2 2018-10-26 09:36:17,163 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:36:17,165 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:36:17,166 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:36:17,530 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b142e5828eb46f783f54d517972f94e", "name": "CreateKeypairsCleanupTests-ab46a4e4-b036-41f-proj-role"}], "expires_at": "2018-10-26T10:36:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0638b29584974ac48581bacc33daabad", "name": "CreateKeypairsCleanupTests-ab46a4e4-b036-41f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/0638b29584974ac48581bacc33daabad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/0638b29584974ac48581bacc33daabad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/0638b29584974ac48581bacc33daabad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/0638b29584974ac48581bacc33daabad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/0638b29584974ac48581bacc33daabad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/0638b29584974ac48581bacc33daabad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/0638b29584974ac48581bacc33daabad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/0638b29584974ac48581bacc33daabad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/0638b29584974ac48581bacc33daabad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/0638b29584974ac48581bacc33daabad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/0638b29584974ac48581bacc33daabad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/0638b29584974ac48581bacc33daabad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-ab46a4e4-b036-41f-user", "id": "fbdede542f3e43409138818a8a3d0579"}, "audit_ids": ["ITWeAEHhQi2ry_wZW64MsA"], "issued_at": "2018-10-26T09:36:17.000000Z"}} 2018-10-26 09:36:17,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99d1b8922d2077d321a570545b13627ebb2741f8" 2018-10-26 09:36:17,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4265a8f-c29c-4404-9c26-5bf6afb3472f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:36:17,603 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e4265a8f-c29c-4404-9c26-5bf6afb3472f 2018-10-26 09:36:17,604 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:36:17,608 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99d1b8922d2077d321a570545b13627ebb2741f8" 2018-10-26 09:36:17,764 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-791093f8-2dd5-4820-a9f4-7631782b0e91 x-compute-request-id: req-791093f8-2dd5-4820-a9f4-7631782b0e91 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-10-26 09:36:17,764 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-791093f8-2dd5-4820-a9f4-7631782b0e91 2018-10-26 09:36:17,765 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-13ff1c94-e499-4d2f-800e-5815ec8b6e7f... 2018-10-26 09:36:17,765 - OpenStackKeypair - INFO - Creating new keypair 2018-10-26 09:36:17,782 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-13ff1c94-e499-4d2f-800e-5815ec8b6e7f 2018-10-26 09:36:17,785 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99d1b8922d2077d321a570545b13627ebb2741f8" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCzMZvieMknnrS7xy2OS6ng/MQUkGUSo+4WXYkyJt/lrvdp7BDH9FZCsjb7Gbv8Z/o12DbxVaEx2ghOYDn37/K7FngnWkFgN6DL+7dxXB6knnouz3weoHhED/f6/zHNVh6PMJ6WV08kdaJ0nU1fPPyHQeI0g2ioJh8rSNOJbHOhrQ==", "name": "CreateKeypairsCleanupTests-13ff1c94-e499-4d2f-800e-5815ec8b6e7f"}}' 2018-10-26 09:36:17,845 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2512b1e4-4d67-4c8f-9eea-6e8c7ecf1cb3 x-compute-request-id: req-2512b1e4-4d67-4c8f-9eea-6e8c7ecf1cb3 Content-Encoding: gzip Content-Length: 371 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCzMZvieMknnrS7xy2OS6ng/MQUkGUSo+4WXYkyJt/lrvdp7BDH9FZCsjb7Gbv8Z/o12DbxVaEx2ghOYDn37/K7FngnWkFgN6DL+7dxXB6knnouz3weoHhED/f6/zHNVh6PMJ6WV08kdaJ0nU1fPPyHQeI0g2ioJh8rSNOJbHOhrQ==", "user_id": "fbdede542f3e43409138818a8a3d0579", "name": "CreateKeypairsCleanupTests-13ff1c94-e499-4d2f-800e-5815ec8b6e7f", "fingerprint": "93:4c:e0:79:4a:97:4e:3e:e0:dd:69:65:64:63:56:d9"}} 2018-10-26 09:36:17,846 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-2512b1e4-4d67-4c8f-9eea-6e8c7ecf1cb3 2018-10-26 09:36:17,847 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-13ff1c94-e499-4d2f-800e-5815ec8b6e7f.pub 2018-10-26 09:36:17,848 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-13ff1c94-e499-4d2f-800e-5815ec8b6e7f 2018-10-26 09:36:17,848 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-13ff1c94-e499-4d2f-800e-5815ec8b6e7f 2018-10-26 09:36:17,851 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-13ff1c94-e499-4d2f-800e-5815ec8b6e7f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99d1b8922d2077d321a570545b13627ebb2741f8" 2018-10-26 09:36:17,893 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:36:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-adbc135e-38ac-4658-b9a9-a85b89fca81f x-compute-request-id: req-adbc135e-38ac-4658-b9a9-a85b89fca81f Content-Length: 0 Content-Type: application/json 2018-10-26 09:36:17,893 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-13ff1c94-e499-4d2f-800e-5815ec8b6e7f used request id req-adbc135e-38ac-4658-b9a9-a85b89fca81f 2018-10-26 09:36:17,894 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-13ff1c94-e499-4d2f-800e-5815ec8b6e7f.pub] 2018-10-26 09:36:17,894 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-13ff1c94-e499-4d2f-800e-5815ec8b6e7f] 2018-10-26 09:36:17,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e1c5f5e5e80d7e43462729925e194bd116b9e1b" 2018-10-26 09:36:18,271 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-75e47869-0d5c-404b-a631-6fb06d6a136a Date: Fri, 26 Oct 2018 09:36:18 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:36:18,271 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-75e47869-0d5c-404b-a631-6fb06d6a136a 2018-10-26 09:36:18,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e1c5f5e5e80d7e43462729925e194bd116b9e1b" 2018-10-26 09:36:18,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d96c3e3-fb92-4493-85ad-25cd1ba02750 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:36:18,374 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-7d96c3e3-fb92-4493-85ad-25cd1ba02750 2018-10-26 09:36:18,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e1c5f5e5e80d7e43462729925e194bd116b9e1b" 2018-10-26 09:36:18,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31b20839-8cc8-4368-bd3d-3a2ae5b4592d 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:36:18,461 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-31b20839-8cc8-4368-bd3d-3a2ae5b4592d 2018-10-26 09:36:18,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e1c5f5e5e80d7e43462729925e194bd116b9e1b" 2018-10-26 09:36:18,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77be729c-fbb8-43cd-b9c1-2ccdedb566dc 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:36:18,554 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-77be729c-fbb8-43cd-b9c1-2ccdedb566dc 2018-10-26 09:36:18,555 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-ab46a4e4-b036-41f-proj 2018-10-26 09:36:18,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/0638b29584974ac48581bacc33daabad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e1c5f5e5e80d7e43462729925e194bd116b9e1b" 2018-10-26 09:36:18,794 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:36:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f4b63492-6fcb-4d0a-adb6-b94a20904feb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:36:18,795 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/0638b29584974ac48581bacc33daabad used request id req-f4b63492-6fcb-4d0a-adb6-b94a20904feb 2018-10-26 09:36:18,795 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-ab46a4e4-b036-41f-proj-role 2018-10-26 09:36:18,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/8b142e5828eb46f783f54d517972f94e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e1c5f5e5e80d7e43462729925e194bd116b9e1b" 2018-10-26 09:36:18,897 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:36:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-688ee770-d62f-433e-b205-9d1a8f76a32a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:36:18,897 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/8b142e5828eb46f783f54d517972f94e used request id req-688ee770-d62f-433e-b205-9d1a8f76a32a 2018-10-26 09:36:18,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e1c5f5e5e80d7e43462729925e194bd116b9e1b" 2018-10-26 09:36:18,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7cca014-bb62-40a5-adf1-a82f87ef958a Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:36:18,995 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-b7cca014-bb62-40a5-adf1-a82f87ef958a 2018-10-26 09:36:18,996 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-ab46a4e4-b036-41f-user 2018-10-26 09:36:18,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/fbdede542f3e43409138818a8a3d0579 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9862beba66eb70628b28f5f6c6f07fa07e64f846" 2018-10-26 09:36:19,187 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:36:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b98db1eb-ba5b-40d7-92ec-629c5e939c0c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:36:19,187 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/fbdede542f3e43409138818a8a3d0579 used request id req-b98db1eb-ba5b-40d7-92ec-629c5e939c0c 2018-10-26 09:36:19,188 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:36:19,570 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:36:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["exUqCQKcRCidKboWWMOM0g"], "issued_at": "2018-10-26T09:36:19.000000Z"}} 2018-10-26 09:36:19,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01262ecedba192e82802b1422223834e67635637" 2018-10-26 09:36:19,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-358d34b7-e83f-45fe-8a1c-fc5c5292e586 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:36:19,662 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-358d34b7-e83f-45fe-8a1c-fc5c5292e586 2018-10-26 09:36:19,664 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:36:19,664 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:36:20,062 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:36:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["cJO5waUjTdCm3Vf7_BxBWA"], "issued_at": "2018-10-26T09:36:20.000000Z"}} 2018-10-26 09:36:20,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2e214a84f789853781a66b78488cefc6cf61d85" 2018-10-26 09:36:20,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-808934d5-29c4-4c2c-a671-40925bf1b227 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:36:20,140 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-808934d5-29c4-4c2c-a671-40925bf1b227 2018-10-26 09:36:20,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:36:20,150 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:36:20,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-90cdede2-5b39-48d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2e214a84f789853781a66b78488cefc6cf61d85" 2018-10-26 09:36:20,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4204168d-ae31-4e10-9060-c702849495d9 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-90cdede2-5b39-48d-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:36:20,236 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-90cdede2-5b39-48d-proj used request id req-4204168d-ae31-4e10-9060-c702849495d9 2018-10-26 09:36:20,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2e214a84f789853781a66b78488cefc6cf61d85" 2018-10-26 09:36:20,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed064dac-9698-4017-ac0a-37f313ec99d8 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:36:20,317 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-ed064dac-9698-4017-ac0a-37f313ec99d8 2018-10-26 09:36:20,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2e214a84f789853781a66b78488cefc6cf61d85" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-90cdede2-5b39-48d-proj"}}' 2018-10-26 09:36:20,442 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:36:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-10c12fe6-cd8f-42f3-95ac-a25811fafec8 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/ea77587d7436490a9bf0467a8a874a26"}, "enabled": true, "id": "ea77587d7436490a9bf0467a8a874a26", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-90cdede2-5b39-48d-proj"}} 2018-10-26 09:36:20,442 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-10c12fe6-cd8f-42f3-95ac-a25811fafec8 2018-10-26 09:36:20,443 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-90cdede2-5b39-48d-proj 2018-10-26 09:36:20,443 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:36:20,444 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:36:20,827 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:36:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["kNcRfkoIQfuyOBpwd7pFSA"], "issued_at": "2018-10-26T09:36:20.000000Z"}} 2018-10-26 09:36:20,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7caeab5e4af1170f4d79a89f7ca084c0dffb05e" 2018-10-26 09:36:20,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6cc19014-0b89-4659-95fa-23f4e1da2dc1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:36:20,907 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-6cc19014-0b89-4659-95fa-23f4e1da2dc1 2018-10-26 09:36:20,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:36:20,916 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:36:20,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7caeab5e4af1170f4d79a89f7ca084c0dffb05e" 2018-10-26 09:36:21,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bbfd539-e3bf-4e53-addf-f892171f8015 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:36:21,026 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-5bbfd539-e3bf-4e53-addf-f892171f8015 2018-10-26 09:36:21,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateKeypairsCleanupTests-90cdede2-5b39-48d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7caeab5e4af1170f4d79a89f7ca084c0dffb05e" 2018-10-26 09:36:21,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f77554f5-d45c-4f1d-9545-5fe160b5643c Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateKeypairsCleanupTests-90cdede2-5b39-48d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/ea77587d7436490a9bf0467a8a874a26"}, "enabled": true, "id": "ea77587d7436490a9bf0467a8a874a26", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-90cdede2-5b39-48d-proj"}]} 2018-10-26 09:36:21,112 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateKeypairsCleanupTests-90cdede2-5b39-48d-proj used request id req-f77554f5-d45c-4f1d-9545-5fe160b5643c 2018-10-26 09:36:21,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7caeab5e4af1170f4d79a89f7ca084c0dffb05e" 2018-10-26 09:36:21,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14232304-77c7-4e31-90bb-59865538fae9 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:36:21,209 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-14232304-77c7-4e31-90bb-59865538fae9 2018-10-26 09:36:21,574 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-90cdede2-5b39-48d-user 2018-10-26 09:36:21,575 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:36:21,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2e214a84f789853781a66b78488cefc6cf61d85" 2018-10-26 09:36:21,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80fabfd0-162f-483e-afbc-db4f6a9d24a3 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:36:21,668 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-80fabfd0-162f-483e-afbc-db4f6a9d24a3 2018-10-26 09:36:21,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2e214a84f789853781a66b78488cefc6cf61d85" -d '{"role": {"name": "CreateKeypairsCleanupTests-90cdede2-5b39-48d-proj-role"}}' 2018-10-26 09:36:21,778 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:36:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bc13da16-b3e0-4acf-9fd7-5e080144f62e Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "31b2c34a62f94d58b5e6fb3e14c5f271", "links": {"self": "http://172.30.9.21:5000/v3/roles/31b2c34a62f94d58b5e6fb3e14c5f271"}, "name": "CreateKeypairsCleanupTests-90cdede2-5b39-48d-proj-role"}} 2018-10-26 09:36:21,778 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-bc13da16-b3e0-4acf-9fd7-5e080144f62e 2018-10-26 09:36:21,779 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-90cdede2-5b39-48d-proj-role 2018-10-26 09:36:21,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/31b2c34a62f94d58b5e6fb3e14c5f271 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2e214a84f789853781a66b78488cefc6cf61d85" 2018-10-26 09:36:21,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fe0772a-dae5-4e67-a584-733c292ec815 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/31b2c34a62f94d58b5e6fb3e14c5f271"}, "domain_id": null, "name": "CreateKeypairsCleanupTests-90cdede2-5b39-48d-proj-role", "id": "31b2c34a62f94d58b5e6fb3e14c5f271"}} 2018-10-26 09:36:21,799 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/31b2c34a62f94d58b5e6fb3e14c5f271 used request id req-5fe0772a-dae5-4e67-a584-733c292ec815 2018-10-26 09:36:21,799 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-90cdede2-5b39-48d-proj-role to project CreateKeypairsCleanupTests-90cdede2-5b39-48d-proj 2018-10-26 09:36:21,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/ea77587d7436490a9bf0467a8a874a26/users/4e167045fb1540c3b40fe241f78a43f0/roles/31b2c34a62f94d58b5e6fb3e14c5f271 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2e214a84f789853781a66b78488cefc6cf61d85" 2018-10-26 09:36:21,923 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:36:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-66edad49-11f9-4905-bd07-71a10c3638cd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:36:21,923 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/ea77587d7436490a9bf0467a8a874a26/users/4e167045fb1540c3b40fe241f78a43f0/roles/31b2c34a62f94d58b5e6fb3e14c5f271 used request id req-66edad49-11f9-4905-bd07-71a10c3638cd 2018-10-26 09:36:21,924 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:36:21,925 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:36:21,926 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:36:22,304 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "31b2c34a62f94d58b5e6fb3e14c5f271", "name": "CreateKeypairsCleanupTests-90cdede2-5b39-48d-proj-role"}], "expires_at": "2018-10-26T10:36:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ea77587d7436490a9bf0467a8a874a26", "name": "CreateKeypairsCleanupTests-90cdede2-5b39-48d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/ea77587d7436490a9bf0467a8a874a26", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/ea77587d7436490a9bf0467a8a874a26", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/ea77587d7436490a9bf0467a8a874a26", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/ea77587d7436490a9bf0467a8a874a26", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/ea77587d7436490a9bf0467a8a874a26", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/ea77587d7436490a9bf0467a8a874a26", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/ea77587d7436490a9bf0467a8a874a26", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/ea77587d7436490a9bf0467a8a874a26", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/ea77587d7436490a9bf0467a8a874a26", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/ea77587d7436490a9bf0467a8a874a26", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/ea77587d7436490a9bf0467a8a874a26", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/ea77587d7436490a9bf0467a8a874a26", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-90cdede2-5b39-48d-user", "id": "4e167045fb1540c3b40fe241f78a43f0"}, "audit_ids": ["2QoLc5ggRveqOOiJ4_PLsw"], "issued_at": "2018-10-26T09:36:22.000000Z"}} 2018-10-26 09:36:22,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dadaad10cc5f6d2ce907ac112958ea7ba540aba1" 2018-10-26 09:36:22,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48d82916-32ca-46db-90c3-97a7dcec25ed Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:36:22,380 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-48d82916-32ca-46db-90c3-97a7dcec25ed 2018-10-26 09:36:22,381 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:36:22,385 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dadaad10cc5f6d2ce907ac112958ea7ba540aba1" 2018-10-26 09:36:22,557 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36: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-aeb40455-06e1-4854-babb-8ba544c2968b x-compute-request-id: req-aeb40455-06e1-4854-babb-8ba544c2968b Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-10-26 09:36:22,557 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-aeb40455-06e1-4854-babb-8ba544c2968b 2018-10-26 09:36:22,558 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-7905ccdb-c8aa-4980-b4b1-08978d3ad138... 2018-10-26 09:36:22,558 - OpenStackKeypair - INFO - Creating new keypair 2018-10-26 09:36:22,611 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-7905ccdb-c8aa-4980-b4b1-08978d3ad138 2018-10-26 09:36:22,613 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dadaad10cc5f6d2ce907ac112958ea7ba540aba1" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC8J82uwYuBPOa86B9FF+lpLyhyawovEWWYxfCFzEbsBk98Bj4AY02ycJSoEXZ3nytonYQ8mJInJqghR0K5iYDaZS4XTZjWA9aDEsEo44sGr6IzZruhOxO0USTQ7zxUWW9KlPXhQIdKeG7LgOQZO+ifEI3Yd6gPjw6q6O2CJV9WyQ==", "name": "CreateKeypairsCleanupTests-7905ccdb-c8aa-4980-b4b1-08978d3ad138"}}' 2018-10-26 09:36:22,664 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36: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-e73ef018-15bf-442e-b06f-4c5c0d1b5ce6 x-compute-request-id: req-e73ef018-15bf-442e-b06f-4c5c0d1b5ce6 Content-Encoding: gzip Content-Length: 372 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC8J82uwYuBPOa86B9FF+lpLyhyawovEWWYxfCFzEbsBk98Bj4AY02ycJSoEXZ3nytonYQ8mJInJqghR0K5iYDaZS4XTZjWA9aDEsEo44sGr6IzZruhOxO0USTQ7zxUWW9KlPXhQIdKeG7LgOQZO+ifEI3Yd6gPjw6q6O2CJV9WyQ==", "user_id": "4e167045fb1540c3b40fe241f78a43f0", "name": "CreateKeypairsCleanupTests-7905ccdb-c8aa-4980-b4b1-08978d3ad138", "fingerprint": "da:58:be:35:f6:ab:af:e0:dc:6d:6d:81:28:f7:da:1f"}} 2018-10-26 09:36:22,664 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-e73ef018-15bf-442e-b06f-4c5c0d1b5ce6 2018-10-26 09:36:22,666 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-7905ccdb-c8aa-4980-b4b1-08978d3ad138.pub 2018-10-26 09:36:22,667 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-7905ccdb-c8aa-4980-b4b1-08978d3ad138 2018-10-26 09:36:22,667 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-7905ccdb-c8aa-4980-b4b1-08978d3ad138 2018-10-26 09:36:22,670 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-7905ccdb-c8aa-4980-b4b1-08978d3ad138 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dadaad10cc5f6d2ce907ac112958ea7ba540aba1" 2018-10-26 09:36:22,700 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:36: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-3744340b-b664-4778-99db-87b00d7b44d7 x-compute-request-id: req-3744340b-b664-4778-99db-87b00d7b44d7 Content-Length: 0 Content-Type: application/json 2018-10-26 09:36:22,700 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-7905ccdb-c8aa-4980-b4b1-08978d3ad138 used request id req-3744340b-b664-4778-99db-87b00d7b44d7 2018-10-26 09:36:22,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2e214a84f789853781a66b78488cefc6cf61d85" 2018-10-26 09:36:22,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-5ad74762-f678-4f20-a268-077c61b3b9ef Date: Fri, 26 Oct 2018 09:36:22 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:36:22,908 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-5ad74762-f678-4f20-a268-077c61b3b9ef 2018-10-26 09:36:22,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2e214a84f789853781a66b78488cefc6cf61d85" 2018-10-26 09:36:22,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ecd13dbd-b65b-47dc-9b27-0172ab827b03 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:36:22,931 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-ecd13dbd-b65b-47dc-9b27-0172ab827b03 2018-10-26 09:36:22,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2e214a84f789853781a66b78488cefc6cf61d85" 2018-10-26 09:36:23,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb9e8abd-482c-4201-ab7c-1775d26a2da3 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:36:23,025 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-bb9e8abd-482c-4201-ab7c-1775d26a2da3 2018-10-26 09:36:23,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2e214a84f789853781a66b78488cefc6cf61d85" 2018-10-26 09:36:23,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4766981-a79c-471f-9ad1-e945d96aacc0 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:36:23,122 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-b4766981-a79c-471f-9ad1-e945d96aacc0 2018-10-26 09:36:23,123 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-90cdede2-5b39-48d-proj 2018-10-26 09:36:23,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/ea77587d7436490a9bf0467a8a874a26 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2e214a84f789853781a66b78488cefc6cf61d85" 2018-10-26 09:36:23,326 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:36:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eb76ed38-3643-41df-b320-9e445e1ee969 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:36:23,326 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/ea77587d7436490a9bf0467a8a874a26 used request id req-eb76ed38-3643-41df-b320-9e445e1ee969 2018-10-26 09:36:23,326 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-90cdede2-5b39-48d-proj-role 2018-10-26 09:36:23,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/31b2c34a62f94d58b5e6fb3e14c5f271 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2e214a84f789853781a66b78488cefc6cf61d85" 2018-10-26 09:36:23,466 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:36:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-91d9150f-18b4-4de3-af6a-649d30cf4682 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:36:23,466 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/31b2c34a62f94d58b5e6fb3e14c5f271 used request id req-91d9150f-18b4-4de3-af6a-649d30cf4682 2018-10-26 09:36:23,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2e214a84f789853781a66b78488cefc6cf61d85" 2018-10-26 09:36:23,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e1734d8-1451-4422-b51b-b4fac6fa2c1e Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:36:23,556 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-9e1734d8-1451-4422-b51b-b4fac6fa2c1e 2018-10-26 09:36:23,556 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-90cdede2-5b39-48d-user 2018-10-26 09:36:23,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/4e167045fb1540c3b40fe241f78a43f0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7caeab5e4af1170f4d79a89f7ca084c0dffb05e" 2018-10-26 09:36:23,734 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:36:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eeefbdba-025b-4b7b-b32e-87a7affffd0f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:36:23,734 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/4e167045fb1540c3b40fe241f78a43f0 used request id req-eeefbdba-025b-4b7b-b32e-87a7affffd0f 2018-10-26 09:36:23,735 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:36:24,122 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:36:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["7_2cmZLmQH-DRvNCqOYjoA"], "issued_at": "2018-10-26T09:36:24.000000Z"}} 2018-10-26 09:36:24,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c679ce78a1235c079d6558a1c63899e5f2e4b5d" 2018-10-26 09:36:24,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47f5d31b-eb8e-41ef-b2f2-88c71f1e98a0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:36:24,215 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-47f5d31b-eb8e-41ef-b2f2-88c71f1e98a0 2018-10-26 09:36:24,216 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:36:24,217 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:36:24,682 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:36:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["dgqCWE2lRmenB-U8ZOcYbA"], "issued_at": "2018-10-26T09:36:24.000000Z"}} 2018-10-26 09:36:24,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a2208d8e911448978b41f7ab022f8d10f61c731" 2018-10-26 09:36:24,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1810a39-66e0-44ab-9e77-a0ba7b07c05a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:36:24,770 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d1810a39-66e0-44ab-9e77-a0ba7b07c05a 2018-10-26 09:36:24,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:36:24,780 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:36: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:36:24,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-a12192fe-f268-46d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a2208d8e911448978b41f7ab022f8d10f61c731" 2018-10-26 09:36:24,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e26aed58-af79-4411-b397-545e803a5ad4 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-a12192fe-f268-46d-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:36:24,866 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-a12192fe-f268-46d-proj used request id req-e26aed58-af79-4411-b397-545e803a5ad4 2018-10-26 09:36:24,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a2208d8e911448978b41f7ab022f8d10f61c731" 2018-10-26 09:36:24,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a745bff-151c-43e0-8d18-22165da8a7e3 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:36:24,953 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-2a745bff-151c-43e0-8d18-22165da8a7e3 2018-10-26 09:36:24,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a2208d8e911448978b41f7ab022f8d10f61c731" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-a12192fe-f268-46d-proj"}}' 2018-10-26 09:36:25,079 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:36:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2738de96-44eb-40f3-b9d3-c7411a4c92eb Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/bb8d4ebf23364dffb707d62e94a95cb9"}, "enabled": true, "id": "bb8d4ebf23364dffb707d62e94a95cb9", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-a12192fe-f268-46d-proj"}} 2018-10-26 09:36:25,079 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-2738de96-44eb-40f3-b9d3-c7411a4c92eb 2018-10-26 09:36:25,080 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-a12192fe-f268-46d-proj 2018-10-26 09:36:25,080 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:36:25,081 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:36:25,459 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:36:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["YTxumUcGTaGQizf8wWbVsw"], "issued_at": "2018-10-26T09:36:25.000000Z"}} 2018-10-26 09:36:25,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84bb4f34d3a4a3b0582a4f8fa726d4d7db2c921c" 2018-10-26 09:36:25,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73cda511-bf96-4049-b1c5-9262f8852137 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:36:25,548 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-73cda511-bf96-4049-b1c5-9262f8852137 2018-10-26 09:36:25,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:36:25,558 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:36:25,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84bb4f34d3a4a3b0582a4f8fa726d4d7db2c921c" 2018-10-26 09:36:25,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86873af8-1dff-476e-aa49-d30196d41e0a Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:36:25,657 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-86873af8-1dff-476e-aa49-d30196d41e0a 2018-10-26 09:36:25,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-a12192fe-f268-46d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84bb4f34d3a4a3b0582a4f8fa726d4d7db2c921c" 2018-10-26 09:36:25,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a8c19cb-74b1-4ee3-92f5-ffa7f58cdcb6 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-a12192fe-f268-46d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/bb8d4ebf23364dffb707d62e94a95cb9"}, "enabled": true, "id": "bb8d4ebf23364dffb707d62e94a95cb9", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-a12192fe-f268-46d-proj"}]} 2018-10-26 09:36:25,752 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-a12192fe-f268-46d-proj used request id req-1a8c19cb-74b1-4ee3-92f5-ffa7f58cdcb6 2018-10-26 09:36:25,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84bb4f34d3a4a3b0582a4f8fa726d4d7db2c921c" 2018-10-26 09:36:25,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff3473fc-a465-4218-98d2-c5378b493946 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:36:25,846 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-ff3473fc-a465-4218-98d2-c5378b493946 2018-10-26 09:36:26,142 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-a12192fe-f268-46d-user 2018-10-26 09:36:26,143 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:36:26,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a2208d8e911448978b41f7ab022f8d10f61c731" 2018-10-26 09:36:26,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-586f1581-b499-4c8e-a1a6-36266912e226 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:36:26,231 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-586f1581-b499-4c8e-a1a6-36266912e226 2018-10-26 09:36:26,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a2208d8e911448978b41f7ab022f8d10f61c731" -d '{"role": {"name": "CreateNetworkSuccessTests-a12192fe-f268-46d-proj-role"}}' 2018-10-26 09:36:26,346 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:36:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-82588d4c-9d02-4851-992e-0001f2e5578d Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c697160b9209497cbe8db2cfdfca9216", "links": {"self": "http://172.30.9.21:5000/v3/roles/c697160b9209497cbe8db2cfdfca9216"}, "name": "CreateNetworkSuccessTests-a12192fe-f268-46d-proj-role"}} 2018-10-26 09:36:26,346 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-82588d4c-9d02-4851-992e-0001f2e5578d 2018-10-26 09:36:26,347 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-a12192fe-f268-46d-proj-role 2018-10-26 09:36:26,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/c697160b9209497cbe8db2cfdfca9216 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a2208d8e911448978b41f7ab022f8d10f61c731" 2018-10-26 09:36:26,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0563239f-5f9a-4306-8826-cc6465976422 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/c697160b9209497cbe8db2cfdfca9216"}, "domain_id": null, "name": "CreateNetworkSuccessTests-a12192fe-f268-46d-proj-role", "id": "c697160b9209497cbe8db2cfdfca9216"}} 2018-10-26 09:36:26,429 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/c697160b9209497cbe8db2cfdfca9216 used request id req-0563239f-5f9a-4306-8826-cc6465976422 2018-10-26 09:36:26,429 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-a12192fe-f268-46d-proj-role to project CreateNetworkSuccessTests-a12192fe-f268-46d-proj 2018-10-26 09:36:26,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/bb8d4ebf23364dffb707d62e94a95cb9/users/df2e63f07e5d4a46bf49796efd432ada/roles/c697160b9209497cbe8db2cfdfca9216 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a2208d8e911448978b41f7ab022f8d10f61c731" 2018-10-26 09:36:26,559 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:36:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4d6b2c9e-3826-4a51-99c7-0a1b8955de98 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:36:26,559 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/bb8d4ebf23364dffb707d62e94a95cb9/users/df2e63f07e5d4a46bf49796efd432ada/roles/c697160b9209497cbe8db2cfdfca9216 used request id req-4d6b2c9e-3826-4a51-99c7-0a1b8955de98 2018-10-26 09:36:26,560 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:36:26,561 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:36:26,947 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c697160b9209497cbe8db2cfdfca9216", "name": "CreateNetworkSuccessTests-a12192fe-f268-46d-proj-role"}], "expires_at": "2018-10-26T10:36:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bb8d4ebf23364dffb707d62e94a95cb9", "name": "CreateNetworkSuccessTests-a12192fe-f268-46d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/bb8d4ebf23364dffb707d62e94a95cb9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/bb8d4ebf23364dffb707d62e94a95cb9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/bb8d4ebf23364dffb707d62e94a95cb9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/bb8d4ebf23364dffb707d62e94a95cb9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/bb8d4ebf23364dffb707d62e94a95cb9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/bb8d4ebf23364dffb707d62e94a95cb9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/bb8d4ebf23364dffb707d62e94a95cb9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/bb8d4ebf23364dffb707d62e94a95cb9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/bb8d4ebf23364dffb707d62e94a95cb9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/bb8d4ebf23364dffb707d62e94a95cb9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/bb8d4ebf23364dffb707d62e94a95cb9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/bb8d4ebf23364dffb707d62e94a95cb9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-a12192fe-f268-46d-user", "id": "df2e63f07e5d4a46bf49796efd432ada"}, "audit_ids": ["gI_JBTyeSiC4Wpp-gxb1zA"], "issued_at": "2018-10-26T09:36:26.000000Z"}} 2018-10-26 09:36:26,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43384b71f20724418d31b03b7804717e5d7cc035" 2018-10-26 09:36:27,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df110c0b-c1cb-4fb9-a81b-67a71095e867 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:36:27,020 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-df110c0b-c1cb-4fb9-a81b-67a71095e867 2018-10-26 09:36:27,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-43be9250-93c6-4683-af81-69475bda1aa9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43384b71f20724418d31b03b7804717e5d7cc035" 2018-10-26 09:36:27,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-62d8386b-d8e3-47ac-b216-aa1f75303b9a Date: Fri, 26 Oct 2018 09:36:27 GMT RESP BODY: {"networks":[]} 2018-10-26 09:36:27,206 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-43be9250-93c6-4683-af81-69475bda1aa9-pub-net used request id req-62d8386b-d8e3-47ac-b216-aa1f75303b9a 2018-10-26 09:36:27,206 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-43be9250-93c6-4683-af81-69475bda1aa9-pub-net 2018-10-26 09:36:27,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43384b71f20724418d31b03b7804717e5d7cc035" -d '{"network": {"name": "CreateNetworkSuccessTests-43be9250-93c6-4683-af81-69475bda1aa9-pub-net", "admin_state_up": true}}' 2018-10-26 09:36:27,728 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-f97fb7e9-0d62-487d-befe-9c63175a796d Date: Fri, 26 Oct 2018 09:36:27 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"75863d64-7de2-407d-990b-2f3c12da252a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"bb8d4ebf23364dffb707d62e94a95cb9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T09:36:27Z","is_default":false,"name":"CreateNetworkSuccessTests-43be9250-93c6-4683-af81-69475bda1aa9-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"bb8d4ebf23364dffb707d62e94a95cb9","created_at":"2018-10-26T09:36:27Z","mtu":1450}} 2018-10-26 09:36:27,728 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-f97fb7e9-0d62-487d-befe-9c63175a796d 2018-10-26 09:36:27,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=75863d64-7de2-407d-990b-2f3c12da252a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43384b71f20724418d31b03b7804717e5d7cc035" 2018-10-26 09:36:27,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-34a2f8b5-a2fd-4423-926a-c09e1b5f9465 Date: Fri, 26 Oct 2018 09:36:27 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-10-26T09:36:27Z","tenant_id":"bb8d4ebf23364dffb707d62e94a95cb9","created_at":"2018-10-26T09:36:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"bb8d4ebf23364dffb707d62e94a95cb9","id":"75863d64-7de2-407d-990b-2f3c12da252a","name":"CreateNetworkSuccessTests-43be9250-93c6-4683-af81-69475bda1aa9-pub-net"}]} 2018-10-26 09:36:27,991 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=75863d64-7de2-407d-990b-2f3c12da252a used request id req-34a2f8b5-a2fd-4423-926a-c09e1b5f9465 2018-10-26 09:36:27,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=75863d64-7de2-407d-990b-2f3c12da252a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43384b71f20724418d31b03b7804717e5d7cc035" 2018-10-26 09:36:28,026 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-3af93830-2033-4144-a5c7-a3d699946416 Date: Fri, 26 Oct 2018 09:36:28 GMT RESP BODY: {"subnets":[]} 2018-10-26 09:36:28,026 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=75863d64-7de2-407d-990b-2f3c12da252a used request id req-3af93830-2033-4144-a5c7-a3d699946416 2018-10-26 09:36:28,027 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-43be9250-93c6-4683-af81-69475bda1aa9-pub-subnet 2018-10-26 09:36:28,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43384b71f20724418d31b03b7804717e5d7cc035" -d '{"subnets": [{"ip_version": 4, "network_id": "75863d64-7de2-407d-990b-2f3c12da252a", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-43be9250-93c6-4683-af81-69475bda1aa9-pub-subnet"}]}' 2018-10-26 09:36:28,850 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-6d2858dc-5ff3-4f35-ba74-0600726fe903 Date: Fri, 26 Oct 2018 09:36:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"75863d64-7de2-407d-990b-2f3c12da252a","tenant_id":"bb8d4ebf23364dffb707d62e94a95cb9","created_at":"2018-10-26T09:36:28Z","dns_nameservers":[],"updated_at":"2018-10-26T09:36: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":"bb8d4ebf23364dffb707d62e94a95cb9","id":"48441276-d2d5-4abe-8019-aa9c952c4b8d","subnetpool_id":null,"name":"CreateNetworkSuccessTests-43be9250-93c6-4683-af81-69475bda1aa9-pub-subnet"}]} 2018-10-26 09:36:28,850 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-6d2858dc-5ff3-4f35-ba74-0600726fe903 2018-10-26 09:36:28,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=75863d64-7de2-407d-990b-2f3c12da252a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43384b71f20724418d31b03b7804717e5d7cc035" 2018-10-26 09:36:29,100 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-85d61176-d914-41d0-ada3-fe3dc401ac87 Date: Fri, 26 Oct 2018 09:36:29 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["48441276-d2d5-4abe-8019-aa9c952c4b8d"],"updated_at":"2018-10-26T09:36:28Z","tenant_id":"bb8d4ebf23364dffb707d62e94a95cb9","created_at":"2018-10-26T09:36:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"bb8d4ebf23364dffb707d62e94a95cb9","id":"75863d64-7de2-407d-990b-2f3c12da252a","name":"CreateNetworkSuccessTests-43be9250-93c6-4683-af81-69475bda1aa9-pub-net"}]} 2018-10-26 09:36:29,101 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=75863d64-7de2-407d-990b-2f3c12da252a used request id req-85d61176-d914-41d0-ada3-fe3dc401ac87 2018-10-26 09:36:29,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=75863d64-7de2-407d-990b-2f3c12da252a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43384b71f20724418d31b03b7804717e5d7cc035" 2018-10-26 09:36:29,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-fa6e3926-02cb-4dc0-a077-ec70cad77220 Date: Fri, 26 Oct 2018 09:36:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"75863d64-7de2-407d-990b-2f3c12da252a","tenant_id":"bb8d4ebf23364dffb707d62e94a95cb9","created_at":"2018-10-26T09:36:28Z","dns_nameservers":[],"updated_at":"2018-10-26T09:36: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":"bb8d4ebf23364dffb707d62e94a95cb9","id":"48441276-d2d5-4abe-8019-aa9c952c4b8d","subnetpool_id":null,"name":"CreateNetworkSuccessTests-43be9250-93c6-4683-af81-69475bda1aa9-pub-subnet"}]} 2018-10-26 09:36:29,310 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=75863d64-7de2-407d-990b-2f3c12da252a used request id req-fa6e3926-02cb-4dc0-a077-ec70cad77220 2018-10-26 09:36:29,311 - OpenStackNetwork - DEBUG - Network [75863d64-7de2-407d-990b-2f3c12da252a] created successfully 2018-10-26 09:36:29,311 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:36:29,696 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c697160b9209497cbe8db2cfdfca9216", "name": "CreateNetworkSuccessTests-a12192fe-f268-46d-proj-role"}], "expires_at": "2018-10-26T10:36:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bb8d4ebf23364dffb707d62e94a95cb9", "name": "CreateNetworkSuccessTests-a12192fe-f268-46d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/bb8d4ebf23364dffb707d62e94a95cb9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/bb8d4ebf23364dffb707d62e94a95cb9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/bb8d4ebf23364dffb707d62e94a95cb9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/bb8d4ebf23364dffb707d62e94a95cb9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/bb8d4ebf23364dffb707d62e94a95cb9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/bb8d4ebf23364dffb707d62e94a95cb9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/bb8d4ebf23364dffb707d62e94a95cb9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/bb8d4ebf23364dffb707d62e94a95cb9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/bb8d4ebf23364dffb707d62e94a95cb9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/bb8d4ebf23364dffb707d62e94a95cb9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/bb8d4ebf23364dffb707d62e94a95cb9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/bb8d4ebf23364dffb707d62e94a95cb9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-a12192fe-f268-46d-user", "id": "df2e63f07e5d4a46bf49796efd432ada"}, "audit_ids": ["QJPUq8GsSNilVajecdDVOQ"], "issued_at": "2018-10-26T09:36:29.000000Z"}} 2018-10-26 09:36:29,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-43be9250-93c6-4683-af81-69475bda1aa9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34b690979f48d5c97b575975c1a419afdd2fbc08" 2018-10-26 09:36:29,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-30210d38-355e-4492-b95a-aaa5072e6599 Date: Fri, 26 Oct 2018 09:36:29 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["48441276-d2d5-4abe-8019-aa9c952c4b8d"],"updated_at":"2018-10-26T09:36:28Z","tenant_id":"bb8d4ebf23364dffb707d62e94a95cb9","created_at":"2018-10-26T09:36:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"bb8d4ebf23364dffb707d62e94a95cb9","id":"75863d64-7de2-407d-990b-2f3c12da252a","name":"CreateNetworkSuccessTests-43be9250-93c6-4683-af81-69475bda1aa9-pub-net"}]} 2018-10-26 09:36:29,977 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-43be9250-93c6-4683-af81-69475bda1aa9-pub-net used request id req-30210d38-355e-4492-b95a-aaa5072e6599 2018-10-26 09:36:29,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:36:29,986 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:36: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:36:29,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/bb8d4ebf23364dffb707d62e94a95cb9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c679ce78a1235c079d6558a1c63899e5f2e4b5d" 2018-10-26 09:36:30,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4709fb18-8f77-4030-8b4e-0a19cd28c866 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/bb8d4ebf23364dffb707d62e94a95cb9"}, "enabled": true, "id": "bb8d4ebf23364dffb707d62e94a95cb9", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-a12192fe-f268-46d-proj"}} 2018-10-26 09:36:30,068 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/bb8d4ebf23364dffb707d62e94a95cb9 used request id req-4709fb18-8f77-4030-8b4e-0a19cd28c866 2018-10-26 09:36:30,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=75863d64-7de2-407d-990b-2f3c12da252a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34b690979f48d5c97b575975c1a419afdd2fbc08" 2018-10-26 09:36:30,262 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-7530de9d-ed9d-4453-9a6f-3e8485758857 Date: Fri, 26 Oct 2018 09:36:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"75863d64-7de2-407d-990b-2f3c12da252a","tenant_id":"bb8d4ebf23364dffb707d62e94a95cb9","created_at":"2018-10-26T09:36:28Z","dns_nameservers":[],"updated_at":"2018-10-26T09:36: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":"bb8d4ebf23364dffb707d62e94a95cb9","id":"48441276-d2d5-4abe-8019-aa9c952c4b8d","subnetpool_id":null,"name":"CreateNetworkSuccessTests-43be9250-93c6-4683-af81-69475bda1aa9-pub-subnet"}]} 2018-10-26 09:36:30,262 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=75863d64-7de2-407d-990b-2f3c12da252a used request id req-7530de9d-ed9d-4453-9a6f-3e8485758857 2018-10-26 09:36:30,263 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-43be9250-93c6-4683-af81-69475bda1aa9-pub-subnet 2018-10-26 09:36:30,263 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-43be9250-93c6-4683-af81-69475bda1aa9-pub-subnet 2018-10-26 09:36:30,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/48441276-d2d5-4abe-8019-aa9c952c4b8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34b690979f48d5c97b575975c1a419afdd2fbc08" 2018-10-26 09:36:32,246 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-87aaba89-be73-4163-b91c-1e222b809f74 Date: Fri, 26 Oct 2018 09:36:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:36:32,246 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/48441276-d2d5-4abe-8019-aa9c952c4b8d used request id req-87aaba89-be73-4163-b91c-1e222b809f74 2018-10-26 09:36:32,246 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-43be9250-93c6-4683-af81-69475bda1aa9-pub-net 2018-10-26 09:36:32,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/75863d64-7de2-407d-990b-2f3c12da252a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34b690979f48d5c97b575975c1a419afdd2fbc08" 2018-10-26 09:36:33,602 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9f2a271b-5d36-4c6e-9bca-42e4fb0735d8 Date: Fri, 26 Oct 2018 09:36:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:36:33,602 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/75863d64-7de2-407d-990b-2f3c12da252a used request id req-9f2a271b-5d36-4c6e-9bca-42e4fb0735d8 2018-10-26 09:36:33,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-43be9250-93c6-4683-af81-69475bda1aa9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34b690979f48d5c97b575975c1a419afdd2fbc08" 2018-10-26 09:36:33,773 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-a45ca130-e79f-45fc-8f1c-0205cf51eab7 Date: Fri, 26 Oct 2018 09:36:33 GMT RESP BODY: {"networks":[]} 2018-10-26 09:36:33,773 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-43be9250-93c6-4683-af81-69475bda1aa9-pub-net used request id req-a45ca130-e79f-45fc-8f1c-0205cf51eab7 2018-10-26 09:36:33,773 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-43be9250-93c6-4683-af81-69475bda1aa9-pub-subnet 2018-10-26 09:36:33,773 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-43be9250-93c6-4683-af81-69475bda1aa9-pub-subnet 2018-10-26 09:36:33,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/48441276-d2d5-4abe-8019-aa9c952c4b8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43384b71f20724418d31b03b7804717e5d7cc035" 2018-10-26 09:36:33,817 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-09b4a278-db2d-409c-bfa9-a47a135fed87 Date: Fri, 26 Oct 2018 09:36:33 GMT RESP BODY: {"NeutronError": {"message": "Subnet 48441276-d2d5-4abe-8019-aa9c952c4b8d could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-10-26 09:36:33,817 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/48441276-d2d5-4abe-8019-aa9c952c4b8d used request id req-09b4a278-db2d-409c-bfa9-a47a135fed87 2018-10-26 09:36:33,817 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet 48441276-d2d5-4abe-8019-aa9c952c4b8d could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-10-26 09:36:33,818 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-43be9250-93c6-4683-af81-69475bda1aa9-pub-net 2018-10-26 09:36:33,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/75863d64-7de2-407d-990b-2f3c12da252a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43384b71f20724418d31b03b7804717e5d7cc035" 2018-10-26 09:36:34,012 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 138 X-Openstack-Request-Id: req-1cb6b82e-71b6-4683-baba-ab4e5405cb81 Date: Fri, 26 Oct 2018 09:36:34 GMT RESP BODY: {"NeutronError": {"message": "Network 75863d64-7de2-407d-990b-2f3c12da252a could not be found.", "type": "NetworkNotFound", "detail": ""}} 2018-10-26 09:36:34,013 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/75863d64-7de2-407d-990b-2f3c12da252a used request id req-1cb6b82e-71b6-4683-baba-ab4e5405cb81 2018-10-26 09:36:34,013 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Network 75863d64-7de2-407d-990b-2f3c12da252a could not be found.", "type": "NetworkNotFound", "detail": ""}} 2018-10-26 09:36:34,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a2208d8e911448978b41f7ab022f8d10f61c731" 2018-10-26 09:36:34,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-360ede7f-8dfc-4ddd-94c8-357b989e9abc Date: Fri, 26 Oct 2018 09:36:34 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "bb8d4ebf23364dffb707d62e94a95cb9", "created_at": "2018-10-26T09:36:27Z", "updated_at": "2018-10-26T09:36:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:36:27Z", "revision_number": 0, "id": "2b49256c-048b-45ac-a673-8b95662baca6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:36:27Z", "security_group_id": "a2c41458-4750-47e4-b166-1f1f5fc127a7", "tenant_id": "bb8d4ebf23364dffb707d62e94a95cb9", "port_range_min": null, "ethertype": "IPv6", "project_id": "bb8d4ebf23364dffb707d62e94a95cb9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:36:27Z", "revision_number": 0, "id": "7cfbb1e3-f8bc-4c0b-b365-d29fb93a7f6c", "remote_group_id": "a2c41458-4750-47e4-b166-1f1f5fc127a7", "remote_ip_prefix": null, "created_at": "2018-10-26T09:36:27Z", "security_group_id": "a2c41458-4750-47e4-b166-1f1f5fc127a7", "tenant_id": "bb8d4ebf23364dffb707d62e94a95cb9", "port_range_min": null, "ethertype": "IPv6", "project_id": "bb8d4ebf23364dffb707d62e94a95cb9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:36:27Z", "revision_number": 0, "id": "80905d67-05ac-4998-a101-9ab26cac998a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:36:27Z", "security_group_id": "a2c41458-4750-47e4-b166-1f1f5fc127a7", "tenant_id": "bb8d4ebf23364dffb707d62e94a95cb9", "port_range_min": null, "ethertype": "IPv4", "project_id": "bb8d4ebf23364dffb707d62e94a95cb9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:36:27Z", "revision_number": 0, "id": "8a98bbd6-6bde-4b22-ac27-598b70a00699", "remote_group_id": "a2c41458-4750-47e4-b166-1f1f5fc127a7", "remote_ip_prefix": null, "created_at": "2018-10-26T09:36:27Z", "security_group_id": "a2c41458-4750-47e4-b166-1f1f5fc127a7", "tenant_id": "bb8d4ebf23364dffb707d62e94a95cb9", "port_range_min": null, "ethertype": "IPv4", "project_id": "bb8d4ebf23364dffb707d62e94a95cb9"}], "revision_number": 4, "project_id": "bb8d4ebf23364dffb707d62e94a95cb9", "id": "a2c41458-4750-47e4-b166-1f1f5fc127a7", "name": "default"}]} 2018-10-26 09:36:34,252 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-360ede7f-8dfc-4ddd-94c8-357b989e9abc 2018-10-26 09:36:34,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a2208d8e911448978b41f7ab022f8d10f61c731" 2018-10-26 09:36:34,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d2ec12d-7235-44ca-bafb-ed79edeca990 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:36:34,345 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-2d2ec12d-7235-44ca-bafb-ed79edeca990 2018-10-26 09:36:34,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a2208d8e911448978b41f7ab022f8d10f61c731" 2018-10-26 09:36:34,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-164a64de-4ab9-41e9-97aa-da0d9581f466 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:36:34,438 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-164a64de-4ab9-41e9-97aa-da0d9581f466 2018-10-26 09:36:34,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a2208d8e911448978b41f7ab022f8d10f61c731" 2018-10-26 09:36:34,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25655d8d-2bb4-4e22-8234-c37325de750f 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:36:34,525 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-25655d8d-2bb4-4e22-8234-c37325de750f 2018-10-26 09:36:34,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/bb8d4ebf23364dffb707d62e94a95cb9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a2208d8e911448978b41f7ab022f8d10f61c731" 2018-10-26 09:36:34,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35ae8937-f27f-4589-9553-58a2e8212670 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/bb8d4ebf23364dffb707d62e94a95cb9"}, "enabled": true, "id": "bb8d4ebf23364dffb707d62e94a95cb9", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-a12192fe-f268-46d-proj"}} 2018-10-26 09:36:34,620 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/bb8d4ebf23364dffb707d62e94a95cb9 used request id req-35ae8937-f27f-4589-9553-58a2e8212670 2018-10-26 09:36:34,620 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a2c41458-4750-47e4-b166-1f1f5fc127a7 2018-10-26 09:36:34,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a2c41458-4750-47e4-b166-1f1f5fc127a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a2208d8e911448978b41f7ab022f8d10f61c731" 2018-10-26 09:36:34,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-1cc945eb-893f-47b8-b50e-1c4c0364804a Date: Fri, 26 Oct 2018 09:36: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-26T09:36:27Z", "security_group_id": "a2c41458-4750-47e4-b166-1f1f5fc127a7", "port_range_min": null, "revision_number": 0, "tenant_id": "bb8d4ebf23364dffb707d62e94a95cb9", "created_at": "2018-10-26T09:36:27Z", "project_id": "bb8d4ebf23364dffb707d62e94a95cb9", "id": "2b49256c-048b-45ac-a673-8b95662baca6"}, {"remote_group_id": "a2c41458-4750-47e4-b166-1f1f5fc127a7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:36:27Z", "security_group_id": "a2c41458-4750-47e4-b166-1f1f5fc127a7", "port_range_min": null, "revision_number": 0, "tenant_id": "bb8d4ebf23364dffb707d62e94a95cb9", "created_at": "2018-10-26T09:36:27Z", "project_id": "bb8d4ebf23364dffb707d62e94a95cb9", "id": "7cfbb1e3-f8bc-4c0b-b365-d29fb93a7f6c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:36:27Z", "security_group_id": "a2c41458-4750-47e4-b166-1f1f5fc127a7", "port_range_min": null, "revision_number": 0, "tenant_id": "bb8d4ebf23364dffb707d62e94a95cb9", "created_at": "2018-10-26T09:36:27Z", "project_id": "bb8d4ebf23364dffb707d62e94a95cb9", "id": "80905d67-05ac-4998-a101-9ab26cac998a"}, {"remote_group_id": "a2c41458-4750-47e4-b166-1f1f5fc127a7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:36:27Z", "security_group_id": "a2c41458-4750-47e4-b166-1f1f5fc127a7", "port_range_min": null, "revision_number": 0, "tenant_id": "bb8d4ebf23364dffb707d62e94a95cb9", "created_at": "2018-10-26T09:36:27Z", "project_id": "bb8d4ebf23364dffb707d62e94a95cb9", "id": "8a98bbd6-6bde-4b22-ac27-598b70a00699"}]} 2018-10-26 09:36:34,790 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a2c41458-4750-47e4-b166-1f1f5fc127a7 used request id req-1cc945eb-893f-47b8-b50e-1c4c0364804a 2018-10-26 09:36:34,791 - neutron_utils - INFO - Deleting security group with name - default 2018-10-26 09:36:34,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/a2c41458-4750-47e4-b166-1f1f5fc127a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a2208d8e911448978b41f7ab022f8d10f61c731" 2018-10-26 09:36:35,200 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-935e2185-3520-4c4d-8ad4-3425a3b5caba Content-Length: 0 Date: Fri, 26 Oct 2018 09:36:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:36:35,200 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/a2c41458-4750-47e4-b166-1f1f5fc127a7 used request id req-935e2185-3520-4c4d-8ad4-3425a3b5caba 2018-10-26 09:36:35,201 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-a12192fe-f268-46d-proj 2018-10-26 09:36:35,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/bb8d4ebf23364dffb707d62e94a95cb9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a2208d8e911448978b41f7ab022f8d10f61c731" 2018-10-26 09:36:35,415 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:36:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9c0512e2-f88e-48c3-883d-94565a44e31c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:36:35,416 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/bb8d4ebf23364dffb707d62e94a95cb9 used request id req-9c0512e2-f88e-48c3-883d-94565a44e31c 2018-10-26 09:36:35,416 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-a12192fe-f268-46d-proj-role 2018-10-26 09:36:35,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/c697160b9209497cbe8db2cfdfca9216 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a2208d8e911448978b41f7ab022f8d10f61c731" 2018-10-26 09:36:35,526 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:36:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-925a6bc6-f997-4278-8d01-e16b917b4f7b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:36:35,526 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/c697160b9209497cbe8db2cfdfca9216 used request id req-925a6bc6-f997-4278-8d01-e16b917b4f7b 2018-10-26 09:36:35,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a2208d8e911448978b41f7ab022f8d10f61c731" 2018-10-26 09:36:35,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f6a320d-3004-442b-8e1c-ca33966c0274 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:36:35,621 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-1f6a320d-3004-442b-8e1c-ca33966c0274 2018-10-26 09:36:35,621 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-a12192fe-f268-46d-user 2018-10-26 09:36:35,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/df2e63f07e5d4a46bf49796efd432ada -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84bb4f34d3a4a3b0582a4f8fa726d4d7db2c921c" 2018-10-26 09:36:35,797 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:36:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e27e47e5-e50c-4fd1-870c-d9572e12671b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:36:35,797 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/df2e63f07e5d4a46bf49796efd432ada used request id req-e27e47e5-e50c-4fd1-870c-d9572e12671b 2018-10-26 09:36:35,799 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:36:36,174 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:36:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["D8oOXGL0R366pry6Gf3M4Q"], "issued_at": "2018-10-26T09:36:36.000000Z"}} 2018-10-26 09:36:36,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbd16d48618958f5b0374319ad65729e8be12d3d" 2018-10-26 09:36:36,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85d795dc-6c9c-409e-b7d5-ca9c31c169dd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:36:36,264 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-85d795dc-6c9c-409e-b7d5-ca9c31c169dd 2018-10-26 09:36:36,265 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:36:36,266 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:36:36,653 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:36:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["kxSFJPZFRC6peWFqfz_oYw"], "issued_at": "2018-10-26T09:36:36.000000Z"}} 2018-10-26 09:36:36,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7de84c56ad62a9d93fba9b74a0648ffbb518ebae" 2018-10-26 09:36:36,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1d4fb56-98de-4b39-9497-30742a994ccc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:36:36,734 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f1d4fb56-98de-4b39-9497-30742a994ccc 2018-10-26 09:36:36,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:36:36,744 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:36: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:36:36,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-bbadf055-70dc-400-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7de84c56ad62a9d93fba9b74a0648ffbb518ebae" 2018-10-26 09:36:36,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dda44d32-11f1-4cba-be63-578f5ec54dbd Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-bbadf055-70dc-400-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:36:36,834 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-bbadf055-70dc-400-proj used request id req-dda44d32-11f1-4cba-be63-578f5ec54dbd 2018-10-26 09:36:36,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7de84c56ad62a9d93fba9b74a0648ffbb518ebae" 2018-10-26 09:36:36,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-281cccfe-ccfb-435c-8b6a-e7db683b6b2c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:36:36,921 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-281cccfe-ccfb-435c-8b6a-e7db683b6b2c 2018-10-26 09:36:36,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7de84c56ad62a9d93fba9b74a0648ffbb518ebae" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-bbadf055-70dc-400-proj"}}' 2018-10-26 09:36:37,037 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:36:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-532809f5-1f3a-4de8-9489-61ca1f087fb7 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/368d769a8ed045f4a5f3a052731ee627"}, "enabled": true, "id": "368d769a8ed045f4a5f3a052731ee627", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-bbadf055-70dc-400-proj"}} 2018-10-26 09:36:37,037 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-532809f5-1f3a-4de8-9489-61ca1f087fb7 2018-10-26 09:36:37,037 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-bbadf055-70dc-400-proj 2018-10-26 09:36:37,038 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:36:37,038 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:36:37,507 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:36:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["GKb6TzR4Q16ypEzLvnolfg"], "issued_at": "2018-10-26T09:36:37.000000Z"}} 2018-10-26 09:36:37,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c646057ebb77b7f7cc401abbcd64c57825e98d1" 2018-10-26 09:36:37,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2c0d3cd-0b6c-4658-94e8-8c274a4dbe56 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:36:37,586 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b2c0d3cd-0b6c-4658-94e8-8c274a4dbe56 2018-10-26 09:36:37,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:36:37,596 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:36: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:36:37,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c646057ebb77b7f7cc401abbcd64c57825e98d1" 2018-10-26 09:36:37,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a38c1b4-cfd3-41f3-aebc-9cb63c4faf22 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:36:37,702 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-6a38c1b4-cfd3-41f3-aebc-9cb63c4faf22 2018-10-26 09:36:37,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-bbadf055-70dc-400-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c646057ebb77b7f7cc401abbcd64c57825e98d1" 2018-10-26 09:36:37,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9cb12dc8-76a5-434f-8854-4e443f222101 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-bbadf055-70dc-400-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/368d769a8ed045f4a5f3a052731ee627"}, "enabled": true, "id": "368d769a8ed045f4a5f3a052731ee627", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-bbadf055-70dc-400-proj"}]} 2018-10-26 09:36:37,723 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-bbadf055-70dc-400-proj used request id req-9cb12dc8-76a5-434f-8854-4e443f222101 2018-10-26 09:36:37,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c646057ebb77b7f7cc401abbcd64c57825e98d1" 2018-10-26 09:36:37,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8b6b25d-08cb-4da8-aa21-64088adfdc4a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:36:37,823 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-b8b6b25d-08cb-4da8-aa21-64088adfdc4a 2018-10-26 09:36:38,196 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-bbadf055-70dc-400-user 2018-10-26 09:36:38,197 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:36:38,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7de84c56ad62a9d93fba9b74a0648ffbb518ebae" 2018-10-26 09:36:38,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-707646b1-2a15-4842-8817-d72c5e832969 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:36:38,284 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-707646b1-2a15-4842-8817-d72c5e832969 2018-10-26 09:36:38,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7de84c56ad62a9d93fba9b74a0648ffbb518ebae" -d '{"role": {"name": "CreateNetworkSuccessTests-bbadf055-70dc-400-proj-role"}}' 2018-10-26 09:36:38,402 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:36:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-879a308c-41d8-4a18-b746-2e45ce637d78 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5ec9f04a16404fb29ebfd868d405f044", "links": {"self": "http://172.30.9.21:5000/v3/roles/5ec9f04a16404fb29ebfd868d405f044"}, "name": "CreateNetworkSuccessTests-bbadf055-70dc-400-proj-role"}} 2018-10-26 09:36:38,402 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-879a308c-41d8-4a18-b746-2e45ce637d78 2018-10-26 09:36:38,403 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-bbadf055-70dc-400-proj-role 2018-10-26 09:36:38,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/5ec9f04a16404fb29ebfd868d405f044 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7de84c56ad62a9d93fba9b74a0648ffbb518ebae" 2018-10-26 09:36:38,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd83cd02-00b2-4772-9959-9c9aeab65581 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/5ec9f04a16404fb29ebfd868d405f044"}, "domain_id": null, "name": "CreateNetworkSuccessTests-bbadf055-70dc-400-proj-role", "id": "5ec9f04a16404fb29ebfd868d405f044"}} 2018-10-26 09:36:38,424 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/5ec9f04a16404fb29ebfd868d405f044 used request id req-fd83cd02-00b2-4772-9959-9c9aeab65581 2018-10-26 09:36:38,424 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-bbadf055-70dc-400-proj-role to project CreateNetworkSuccessTests-bbadf055-70dc-400-proj 2018-10-26 09:36:38,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/368d769a8ed045f4a5f3a052731ee627/users/0bbaad5397264848af30e4fa3b3de362/roles/5ec9f04a16404fb29ebfd868d405f044 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7de84c56ad62a9d93fba9b74a0648ffbb518ebae" 2018-10-26 09:36:38,550 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:36:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8b54ed1c-d40d-47a4-aae0-d122833f8f59 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:36:38,550 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/368d769a8ed045f4a5f3a052731ee627/users/0bbaad5397264848af30e4fa3b3de362/roles/5ec9f04a16404fb29ebfd868d405f044 used request id req-8b54ed1c-d40d-47a4-aae0-d122833f8f59 2018-10-26 09:36:38,551 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:36:38,551 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:36:38,937 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:36:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["2IQe17QJQe-b4EA1NEMu3w"], "issued_at": "2018-10-26T09:36:38.000000Z"}} 2018-10-26 09:36:38,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704bb511c7a5fb0d040e3a45b9ecb159ba05edb8" 2018-10-26 09:36:39,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c21bc46-7726-47fd-845d-9fc81c706bad Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:36:39,039 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-2c21bc46-7726-47fd-845d-9fc81c706bad 2018-10-26 09:36:39,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-571e5a01-c6e2-4ef1-b874-1e0c7a9add04-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704bb511c7a5fb0d040e3a45b9ecb159ba05edb8" 2018-10-26 09:36:39,216 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-76ddf7f9-2140-49c3-aff5-bda1794b83b4 Date: Fri, 26 Oct 2018 09:36:39 GMT RESP BODY: {"networks":[]} 2018-10-26 09:36:39,216 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-571e5a01-c6e2-4ef1-b874-1e0c7a9add04-pub-net used request id req-76ddf7f9-2140-49c3-aff5-bda1794b83b4 2018-10-26 09:36:39,216 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-571e5a01-c6e2-4ef1-b874-1e0c7a9add04-pub-net 2018-10-26 09:36:39,216 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:36:39,217 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:36:39,707 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:36:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["wjv1UmAyTDa5l5pILsIYQA"], "issued_at": "2018-10-26T09:36:39.000000Z"}} 2018-10-26 09:36:39,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e08466681006f048d289113594418af06ca441e2" 2018-10-26 09:36:39,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2ba1b91-8ced-4f5c-a311-4160c5e40cab Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:36:39,802 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b2ba1b91-8ced-4f5c-a311-4160c5e40cab 2018-10-26 09:36:39,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:36:39,811 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:36:39,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-bbadf055-70dc-400-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e08466681006f048d289113594418af06ca441e2" 2018-10-26 09:36:39,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abbaf3d7-3654-4f06-95bc-36eb2e299cb6 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-bbadf055-70dc-400-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/368d769a8ed045f4a5f3a052731ee627"}, "enabled": true, "id": "368d769a8ed045f4a5f3a052731ee627", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-bbadf055-70dc-400-proj"}]} 2018-10-26 09:36:39,908 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-bbadf055-70dc-400-proj used request id req-abbaf3d7-3654-4f06-95bc-36eb2e299cb6 2018-10-26 09:36:39,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704bb511c7a5fb0d040e3a45b9ecb159ba05edb8" -d '{"network": {"tenant_id": "368d769a8ed045f4a5f3a052731ee627", "name": "CreateNetworkSuccessTests-571e5a01-c6e2-4ef1-b874-1e0c7a9add04-pub-net", "admin_state_up": true}}' 2018-10-26 09:36:40,428 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-e2107bae-bffb-4d91-800a-96abd425c04c Date: Fri, 26 Oct 2018 09:36: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":"5f699e55-b26d-438f-89a7-7c2c96bdc3a3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":6,"ipv4_address_scope":null,"shared":false,"project_id":"368d769a8ed045f4a5f3a052731ee627","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T09:36:40Z","is_default":false,"qos_policy_id":null,"name":"CreateNetworkSuccessTests-571e5a01-c6e2-4ef1-b874-1e0c7a9add04-pub-net","admin_state_up":true,"tenant_id":"368d769a8ed045f4a5f3a052731ee627","created_at":"2018-10-26T09:36:40Z","mtu":1450}} 2018-10-26 09:36:40,429 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-e2107bae-bffb-4d91-800a-96abd425c04c 2018-10-26 09:36:40,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=5f699e55-b26d-438f-89a7-7c2c96bdc3a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704bb511c7a5fb0d040e3a45b9ecb159ba05edb8" 2018-10-26 09:36:40,665 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-64573102-bb6b-4f0a-85a9-0e2981011013 Date: Fri, 26 Oct 2018 09:36:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5f699e55-b26d-438f-89a7-7c2c96bdc3a3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":6,"ipv4_address_scope":null,"shared":false,"project_id":"368d769a8ed045f4a5f3a052731ee627","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T09:36:40Z","qos_policy_id":null,"name":"CreateNetworkSuccessTests-571e5a01-c6e2-4ef1-b874-1e0c7a9add04-pub-net","admin_state_up":true,"tenant_id":"368d769a8ed045f4a5f3a052731ee627","created_at":"2018-10-26T09:36:40Z","provider:network_type":"vxlan"}]} 2018-10-26 09:36:40,665 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=5f699e55-b26d-438f-89a7-7c2c96bdc3a3 used request id req-64573102-bb6b-4f0a-85a9-0e2981011013 2018-10-26 09:36:40,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=5f699e55-b26d-438f-89a7-7c2c96bdc3a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704bb511c7a5fb0d040e3a45b9ecb159ba05edb8" 2018-10-26 09:36:40,847 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d68a447b-6aa0-4049-877a-57d311d7902f Date: Fri, 26 Oct 2018 09:36:40 GMT RESP BODY: {"subnets":[]} 2018-10-26 09:36:40,848 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=5f699e55-b26d-438f-89a7-7c2c96bdc3a3 used request id req-d68a447b-6aa0-4049-877a-57d311d7902f 2018-10-26 09:36:40,848 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:36:40,849 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:36:41,239 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:36:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["hX4iZlnfTPOSEv_yghuQng"], "issued_at": "2018-10-26T09:36:41.000000Z"}} 2018-10-26 09:36:41,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}101e17e110066e6150bd5e8a2964da0d63db347c" 2018-10-26 09:36:41,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b744389-d7ca-47c6-b64a-46ddf8ceb503 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:36:41,328 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-2b744389-d7ca-47c6-b64a-46ddf8ceb503 2018-10-26 09:36:41,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:36:41,462 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:36:41,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-bbadf055-70dc-400-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}101e17e110066e6150bd5e8a2964da0d63db347c" 2018-10-26 09:36:41,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-312c8b38-3115-4850-8702-88eb12f7b373 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-bbadf055-70dc-400-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/368d769a8ed045f4a5f3a052731ee627"}, "enabled": true, "id": "368d769a8ed045f4a5f3a052731ee627", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-bbadf055-70dc-400-proj"}]} 2018-10-26 09:36:41,548 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-bbadf055-70dc-400-proj used request id req-312c8b38-3115-4850-8702-88eb12f7b373 2018-10-26 09:36:41,549 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-571e5a01-c6e2-4ef1-b874-1e0c7a9add04-pub-subnet 2018-10-26 09:36:41,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704bb511c7a5fb0d040e3a45b9ecb159ba05edb8" -d '{"subnets": [{"ip_version": 4, "network_id": "5f699e55-b26d-438f-89a7-7c2c96bdc3a3", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-571e5a01-c6e2-4ef1-b874-1e0c7a9add04-pub-subnet", "tenant_id": "368d769a8ed045f4a5f3a052731ee627"}]}' 2018-10-26 09:36:42,143 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-4fc6784f-013a-404f-97b3-f2d719117a90 Date: Fri, 26 Oct 2018 09:36:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f699e55-b26d-438f-89a7-7c2c96bdc3a3","tenant_id":"368d769a8ed045f4a5f3a052731ee627","created_at":"2018-10-26T09:36:41Z","dns_nameservers":[],"updated_at":"2018-10-26T09:36: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":"368d769a8ed045f4a5f3a052731ee627","id":"8fe0b1a6-d421-414c-9346-6bce2bacc073","subnetpool_id":null,"name":"CreateNetworkSuccessTests-571e5a01-c6e2-4ef1-b874-1e0c7a9add04-pub-subnet"}]} 2018-10-26 09:36:42,144 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-4fc6784f-013a-404f-97b3-f2d719117a90 2018-10-26 09:36:42,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=5f699e55-b26d-438f-89a7-7c2c96bdc3a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704bb511c7a5fb0d040e3a45b9ecb159ba05edb8" 2018-10-26 09:36:42,236 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-4d639c5d-d989-443a-9347-b8199ccb3030 Date: Fri, 26 Oct 2018 09:36:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"5f699e55-b26d-438f-89a7-7c2c96bdc3a3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":6,"ipv4_address_scope":null,"shared":false,"project_id":"368d769a8ed045f4a5f3a052731ee627","status":"ACTIVE","subnets":["8fe0b1a6-d421-414c-9346-6bce2bacc073"],"description":"","tags":[],"updated_at":"2018-10-26T09:36:41Z","qos_policy_id":null,"name":"CreateNetworkSuccessTests-571e5a01-c6e2-4ef1-b874-1e0c7a9add04-pub-net","admin_state_up":true,"tenant_id":"368d769a8ed045f4a5f3a052731ee627","created_at":"2018-10-26T09:36:40Z","provider:network_type":"vxlan"}]} 2018-10-26 09:36:42,236 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=5f699e55-b26d-438f-89a7-7c2c96bdc3a3 used request id req-4d639c5d-d989-443a-9347-b8199ccb3030 2018-10-26 09:36:42,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=5f699e55-b26d-438f-89a7-7c2c96bdc3a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704bb511c7a5fb0d040e3a45b9ecb159ba05edb8" 2018-10-26 09:36:42,443 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-c0e9b6ca-c66e-4b62-b326-d60dbfecec1c Date: Fri, 26 Oct 2018 09:36:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f699e55-b26d-438f-89a7-7c2c96bdc3a3","tenant_id":"368d769a8ed045f4a5f3a052731ee627","created_at":"2018-10-26T09:36:41Z","dns_nameservers":[],"updated_at":"2018-10-26T09:36: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":"368d769a8ed045f4a5f3a052731ee627","id":"8fe0b1a6-d421-414c-9346-6bce2bacc073","subnetpool_id":null,"name":"CreateNetworkSuccessTests-571e5a01-c6e2-4ef1-b874-1e0c7a9add04-pub-subnet"}]} 2018-10-26 09:36:42,444 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=5f699e55-b26d-438f-89a7-7c2c96bdc3a3 used request id req-c0e9b6ca-c66e-4b62-b326-d60dbfecec1c 2018-10-26 09:36:42,444 - OpenStackNetwork - DEBUG - Network [5f699e55-b26d-438f-89a7-7c2c96bdc3a3] created successfully 2018-10-26 09:36:42,445 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:36:42,817 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ec9f04a16404fb29ebfd868d405f044", "name": "CreateNetworkSuccessTests-bbadf055-70dc-400-proj-role"}], "expires_at": "2018-10-26T10:36:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "368d769a8ed045f4a5f3a052731ee627", "name": "CreateNetworkSuccessTests-bbadf055-70dc-400-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/368d769a8ed045f4a5f3a052731ee627", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/368d769a8ed045f4a5f3a052731ee627", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/368d769a8ed045f4a5f3a052731ee627", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/368d769a8ed045f4a5f3a052731ee627", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/368d769a8ed045f4a5f3a052731ee627", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/368d769a8ed045f4a5f3a052731ee627", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/368d769a8ed045f4a5f3a052731ee627", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/368d769a8ed045f4a5f3a052731ee627", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/368d769a8ed045f4a5f3a052731ee627", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/368d769a8ed045f4a5f3a052731ee627", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/368d769a8ed045f4a5f3a052731ee627", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/368d769a8ed045f4a5f3a052731ee627", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-bbadf055-70dc-400-user", "id": "0bbaad5397264848af30e4fa3b3de362"}, "audit_ids": ["VMKqzL1SSHqzYH1C5U4mdg"], "issued_at": "2018-10-26T09:36:42.000000Z"}} 2018-10-26 09:36:42,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-571e5a01-c6e2-4ef1-b874-1e0c7a9add04-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4abe54c5a7ad83ad9338106bb4bb402d3b780a7a" 2018-10-26 09:36:43,076 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-5d6b5a62-d5c4-44c0-8207-10a8f5c54452 Date: Fri, 26 Oct 2018 09:36: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":["8fe0b1a6-d421-414c-9346-6bce2bacc073"],"updated_at":"2018-10-26T09:36:41Z","tenant_id":"368d769a8ed045f4a5f3a052731ee627","created_at":"2018-10-26T09:36:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"368d769a8ed045f4a5f3a052731ee627","id":"5f699e55-b26d-438f-89a7-7c2c96bdc3a3","name":"CreateNetworkSuccessTests-571e5a01-c6e2-4ef1-b874-1e0c7a9add04-pub-net"}]} 2018-10-26 09:36:43,076 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-571e5a01-c6e2-4ef1-b874-1e0c7a9add04-pub-net used request id req-5d6b5a62-d5c4-44c0-8207-10a8f5c54452 2018-10-26 09:36:43,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:36:43,085 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:36: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:36:43,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/368d769a8ed045f4a5f3a052731ee627 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbd16d48618958f5b0374319ad65729e8be12d3d" 2018-10-26 09:36:43,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d98537d-b39d-4900-b902-1e9b700a6aa2 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/368d769a8ed045f4a5f3a052731ee627"}, "enabled": true, "id": "368d769a8ed045f4a5f3a052731ee627", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-bbadf055-70dc-400-proj"}} 2018-10-26 09:36:43,183 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/368d769a8ed045f4a5f3a052731ee627 used request id req-7d98537d-b39d-4900-b902-1e9b700a6aa2 2018-10-26 09:36:43,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=5f699e55-b26d-438f-89a7-7c2c96bdc3a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4abe54c5a7ad83ad9338106bb4bb402d3b780a7a" 2018-10-26 09:36:43,384 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-e99c991f-fe9c-47f7-ba03-f5d10f712d37 Date: Fri, 26 Oct 2018 09:36:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f699e55-b26d-438f-89a7-7c2c96bdc3a3","tenant_id":"368d769a8ed045f4a5f3a052731ee627","created_at":"2018-10-26T09:36:41Z","dns_nameservers":[],"updated_at":"2018-10-26T09:36: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":"368d769a8ed045f4a5f3a052731ee627","id":"8fe0b1a6-d421-414c-9346-6bce2bacc073","subnetpool_id":null,"name":"CreateNetworkSuccessTests-571e5a01-c6e2-4ef1-b874-1e0c7a9add04-pub-subnet"}]} 2018-10-26 09:36:43,384 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=5f699e55-b26d-438f-89a7-7c2c96bdc3a3 used request id req-e99c991f-fe9c-47f7-ba03-f5d10f712d37 2018-10-26 09:36:43,385 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:36:43,386 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:36:43,766 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ec9f04a16404fb29ebfd868d405f044", "name": "CreateNetworkSuccessTests-bbadf055-70dc-400-proj-role"}], "expires_at": "2018-10-26T10:36:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "368d769a8ed045f4a5f3a052731ee627", "name": "CreateNetworkSuccessTests-bbadf055-70dc-400-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/368d769a8ed045f4a5f3a052731ee627", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/368d769a8ed045f4a5f3a052731ee627", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/368d769a8ed045f4a5f3a052731ee627", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/368d769a8ed045f4a5f3a052731ee627", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/368d769a8ed045f4a5f3a052731ee627", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/368d769a8ed045f4a5f3a052731ee627", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/368d769a8ed045f4a5f3a052731ee627", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/368d769a8ed045f4a5f3a052731ee627", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/368d769a8ed045f4a5f3a052731ee627", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/368d769a8ed045f4a5f3a052731ee627", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/368d769a8ed045f4a5f3a052731ee627", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/368d769a8ed045f4a5f3a052731ee627", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-bbadf055-70dc-400-user", "id": "0bbaad5397264848af30e4fa3b3de362"}, "audit_ids": ["MFDRpETjQc-ZiaI-bn1FQg"], "issued_at": "2018-10-26T09:36:43.000000Z"}} 2018-10-26 09:36:43,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}189d859d9a2550803ab2665a2114625214269cea" 2018-10-26 09:36:43,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2476a209-4791-4cd1-a349-c8cf3658f47e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:36:43,841 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-2476a209-4791-4cd1-a349-c8cf3658f47e 2018-10-26 09:36:43,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-571e5a01-c6e2-4ef1-b874-1e0c7a9add04-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}189d859d9a2550803ab2665a2114625214269cea" 2018-10-26 09:36:44,281 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-034077bf-19e8-4d26-92d9-3765546506e1 Date: Fri, 26 Oct 2018 09:36:44 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8fe0b1a6-d421-414c-9346-6bce2bacc073"],"updated_at":"2018-10-26T09:36:41Z","tenant_id":"368d769a8ed045f4a5f3a052731ee627","created_at":"2018-10-26T09:36:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"368d769a8ed045f4a5f3a052731ee627","id":"5f699e55-b26d-438f-89a7-7c2c96bdc3a3","name":"CreateNetworkSuccessTests-571e5a01-c6e2-4ef1-b874-1e0c7a9add04-pub-net"}]} 2018-10-26 09:36:44,281 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-571e5a01-c6e2-4ef1-b874-1e0c7a9add04-pub-net used request id req-034077bf-19e8-4d26-92d9-3765546506e1 2018-10-26 09:36:44,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:36:44,289 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:36: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:36:44,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/368d769a8ed045f4a5f3a052731ee627 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}189d859d9a2550803ab2665a2114625214269cea" 2018-10-26 09:36:44,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da196d93-2634-4f02-91e5-9d3b5bfcdb82 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/368d769a8ed045f4a5f3a052731ee627"}, "enabled": true, "id": "368d769a8ed045f4a5f3a052731ee627", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-bbadf055-70dc-400-proj"}} 2018-10-26 09:36:44,368 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/368d769a8ed045f4a5f3a052731ee627 used request id req-da196d93-2634-4f02-91e5-9d3b5bfcdb82 2018-10-26 09:36:44,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=5f699e55-b26d-438f-89a7-7c2c96bdc3a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}189d859d9a2550803ab2665a2114625214269cea" 2018-10-26 09:36:44,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-bf59a52b-d87c-4658-b749-2457d6737217 Date: Fri, 26 Oct 2018 09:36:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f699e55-b26d-438f-89a7-7c2c96bdc3a3","tenant_id":"368d769a8ed045f4a5f3a052731ee627","created_at":"2018-10-26T09:36:41Z","dns_nameservers":[],"updated_at":"2018-10-26T09:36: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":"368d769a8ed045f4a5f3a052731ee627","id":"8fe0b1a6-d421-414c-9346-6bce2bacc073","subnetpool_id":null,"name":"CreateNetworkSuccessTests-571e5a01-c6e2-4ef1-b874-1e0c7a9add04-pub-subnet"}]} 2018-10-26 09:36:44,572 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=5f699e55-b26d-438f-89a7-7c2c96bdc3a3 used request id req-bf59a52b-d87c-4658-b749-2457d6737217 2018-10-26 09:36:44,572 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:36:44,573 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:36:44,950 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:36:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["ibmqziMAQtep8_FDnkciFA"], "issued_at": "2018-10-26T09:36:44.000000Z"}} 2018-10-26 09:36:44,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79675ceb8b319125db21d5288512f8bea05fdd42" 2018-10-26 09:36:45,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82de7d00-e19d-406a-b683-5cca99aab781 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:36:45,033 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-82de7d00-e19d-406a-b683-5cca99aab781 2018-10-26 09:36:45,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateNetworkSuccessTests-571e5a01-c6e2-4ef1-b874-1e0c7a9add04-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79675ceb8b319125db21d5288512f8bea05fdd42" 2018-10-26 09:36:45,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-65b967c6-210c-4578-8353-1c82baae0c05 Date: Fri, 26 Oct 2018 09:36:45 GMT RESP BODY: {"routers": []} 2018-10-26 09:36:45,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateNetworkSuccessTests-571e5a01-c6e2-4ef1-b874-1e0c7a9add04-pub-router&admin_state_up=True used request id req-65b967c6-210c-4578-8353-1c82baae0c05 2018-10-26 09:36:45,239 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:36:45,240 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:36:45,624 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:36:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["aE87fWRlSkSSZPBs2pHLzg"], "issued_at": "2018-10-26T09:36:45.000000Z"}} 2018-10-26 09:36:45,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc32166acddac14302efc38d58bd54ad7b38e57c" 2018-10-26 09:36:45,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68ea3cf3-a3f3-4dbc-a530-97625fc392ab Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:36:45,703 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-68ea3cf3-a3f3-4dbc-a530-97625fc392ab 2018-10-26 09:36:45,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:36:45,713 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:36: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:36:45,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-bbadf055-70dc-400-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc32166acddac14302efc38d58bd54ad7b38e57c" 2018-10-26 09:36:45,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c6fa1f8-be86-452a-a236-e70c7a261731 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-bbadf055-70dc-400-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/368d769a8ed045f4a5f3a052731ee627"}, "enabled": true, "id": "368d769a8ed045f4a5f3a052731ee627", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-bbadf055-70dc-400-proj"}]} 2018-10-26 09:36:45,802 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-bbadf055-70dc-400-proj used request id req-0c6fa1f8-be86-452a-a236-e70c7a261731 2018-10-26 09:36:45,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79675ceb8b319125db21d5288512f8bea05fdd42" 2018-10-26 09:36:46,035 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-0abe5290-f7d2-490e-b578-f2767cfe74f8 Date: Fri, 26 Oct 2018 09:36:46 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","provider:network_type":"flat"}]} 2018-10-26 09:36:46,035 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-0abe5290-f7d2-490e-b578-f2767cfe74f8 2018-10-26 09:36:46,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79675ceb8b319125db21d5288512f8bea05fdd42" 2018-10-26 09:36:46,263 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-2c18b734-c944-4cc7-b196-d75bd30319b6 Date: Fri, 26 Oct 2018 09:36:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:47Z","dns_nameservers":[],"updated_at":"2018-10-26T08:12:47Z","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":"c850e319615544ee86b9a48e1e3e8f0f","id":"e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-26 09:36:46,263 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-2c18b734-c944-4cc7-b196-d75bd30319b6 2018-10-26 09:36:46,264 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-571e5a01-c6e2-4ef1-b874-1e0c7a9add04-pub-router 2018-10-26 09:36:46,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79675ceb8b319125db21d5288512f8bea05fdd42" -d '{"router": {"external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693"}, "tenant_id": "368d769a8ed045f4a5f3a052731ee627", "name": "CreateNetworkSuccessTests-571e5a01-c6e2-4ef1-b874-1e0c7a9add04-pub-router", "admin_state_up": true}}' 2018-10-26 09:36:51,064 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-371eea7d-b154-4df9-aa9e-cd0dd496bd34 Date: Fri, 26 Oct 2018 09:36:51 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "368d769a8ed045f4a5f3a052731ee627", "created_at": "2018-10-26T09:36:46Z", "admin_state_up": true, "updated_at": "2018-10-26T09:36:47Z", "project_id": "368d769a8ed045f4a5f3a052731ee627", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "cedb1582-0378-4adf-8d47-6ca035a7efd1", "name": "CreateNetworkSuccessTests-571e5a01-c6e2-4ef1-b874-1e0c7a9add04-pub-router"}} 2018-10-26 09:36:51,064 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-371eea7d-b154-4df9-aa9e-cd0dd496bd34 2018-10-26 09:36:51,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=cedb1582-0378-4adf-8d47-6ca035a7efd1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79675ceb8b319125db21d5288512f8bea05fdd42" 2018-10-26 09:36:51,274 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3248 X-Openstack-Request-Id: req-d7351bb8-719e-4d58-af35-3fb370075cc7 Date: Fri, 26 Oct 2018 09:36:51 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:36:49Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e80aa337-49dc-4967-8710-069f2a3a68df","ip_address":"169.254.192.7"}],"id":"73202ea6-276a-45bc-8b40-bc3fb9c12523","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ee:93:fb","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 368d769a8ed045f4a5f3a052731ee627","admin_state_up":true,"network_id":"592a2a16-c7bf-4af9-b1e7-573fc9adbde1","tenant_id":"","created_at":"2018-10-26T09:36:49Z","binding:vnic_type":"normal","device_id":"cedb1582-0378-4adf-8d47-6ca035a7efd1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:36:49Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e80aa337-49dc-4967-8710-069f2a3a68df","ip_address":"169.254.192.5"}],"id":"a543d7fe-3490-45bc-b45d-404d4a02b5ee","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:cd:28:0d","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 368d769a8ed045f4a5f3a052731ee627","admin_state_up":true,"network_id":"592a2a16-c7bf-4af9-b1e7-573fc9adbde1","tenant_id":"","created_at":"2018-10-26T09:36:49Z","binding:vnic_type":"normal","device_id":"cedb1582-0378-4adf-8d47-6ca035a7efd1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:36:48Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e80aa337-49dc-4967-8710-069f2a3a68df","ip_address":"169.254.192.6"}],"id":"b2938653-4317-402c-b45d-befad6578dee","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:58:6f:7c","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 368d769a8ed045f4a5f3a052731ee627","admin_state_up":true,"network_id":"592a2a16-c7bf-4af9-b1e7-573fc9adbde1","tenant_id":"","created_at":"2018-10-26T09:36:48Z","binding:vnic_type":"normal","device_id":"cedb1582-0378-4adf-8d47-6ca035a7efd1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:36:51Z","device_owner":"network:router_gateway","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414","ip_address":"172.30.9.203"}],"id":"e41e73dd-3d80-4232-91ae-3257b278e8d5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:56:af:47","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":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","tenant_id":"","created_at":"2018-10-26T09:36:47Z","binding:vnic_type":"normal","device_id":"cedb1582-0378-4adf-8d47-6ca035a7efd1"}]} 2018-10-26 09:36:51,274 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=cedb1582-0378-4adf-8d47-6ca035a7efd1 used request id req-d7351bb8-719e-4d58-af35-3fb370075cc7 2018-10-26 09:36:51,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79675ceb8b319125db21d5288512f8bea05fdd42" 2018-10-26 09:36:51,329 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-c0914b73-1d74-4082-80a9-3dcc328e5930 Date: Fri, 26 Oct 2018 09:36:51 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:47Z","dns_nameservers":[],"updated_at":"2018-10-26T08:12:47Z","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":"c850e319615544ee86b9a48e1e3e8f0f","id":"e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414","subnetpool_id":null,"name":"external-subnet"}} 2018-10-26 09:36:51,329 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414 used request id req-c0914b73-1d74-4082-80a9-3dcc328e5930 2018-10-26 09:36:51,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/e80aa337-49dc-4967-8710-069f2a3a68df -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79675ceb8b319125db21d5288512f8bea05fdd42" 2018-10-26 09:36:51,574 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-b8379a64-e471-46d0-b77e-93dee483dd1e Date: Fri, 26 Oct 2018 09:36:51 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"592a2a16-c7bf-4af9-b1e7-573fc9adbde1","tenant_id":"","created_at":"2018-10-26T09:36:46Z","dns_nameservers":[],"updated_at":"2018-10-26T09:36:46Z","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":"e80aa337-49dc-4967-8710-069f2a3a68df","subnetpool_id":null,"name":"HA subnet tenant 368d769a8ed045f4a5f3a052731ee627"}} 2018-10-26 09:36:51,574 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/e80aa337-49dc-4967-8710-069f2a3a68df used request id req-b8379a64-e471-46d0-b77e-93dee483dd1e 2018-10-26 09:36:51,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/e80aa337-49dc-4967-8710-069f2a3a68df -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79675ceb8b319125db21d5288512f8bea05fdd42" 2018-10-26 09:36:51,798 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-327712e2-f7ce-461e-a149-23ebe3e3ec2b Date: Fri, 26 Oct 2018 09:36:51 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"592a2a16-c7bf-4af9-b1e7-573fc9adbde1","tenant_id":"","created_at":"2018-10-26T09:36:46Z","dns_nameservers":[],"updated_at":"2018-10-26T09:36:46Z","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":"e80aa337-49dc-4967-8710-069f2a3a68df","subnetpool_id":null,"name":"HA subnet tenant 368d769a8ed045f4a5f3a052731ee627"}} 2018-10-26 09:36:51,799 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/e80aa337-49dc-4967-8710-069f2a3a68df used request id req-327712e2-f7ce-461e-a149-23ebe3e3ec2b 2018-10-26 09:36:51,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/e80aa337-49dc-4967-8710-069f2a3a68df -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79675ceb8b319125db21d5288512f8bea05fdd42" 2018-10-26 09:36:51,853 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-e0505871-5a6f-43e1-8360-69df8f26edf7 Date: Fri, 26 Oct 2018 09:36:51 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"592a2a16-c7bf-4af9-b1e7-573fc9adbde1","tenant_id":"","created_at":"2018-10-26T09:36:46Z","dns_nameservers":[],"updated_at":"2018-10-26T09:36:46Z","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":"e80aa337-49dc-4967-8710-069f2a3a68df","subnetpool_id":null,"name":"HA subnet tenant 368d769a8ed045f4a5f3a052731ee627"}} 2018-10-26 09:36:51,853 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/e80aa337-49dc-4967-8710-069f2a3a68df used request id req-e0505871-5a6f-43e1-8360-69df8f26edf7 2018-10-26 09:36:51,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-571e5a01-c6e2-4ef1-b874-1e0c7a9add04-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79675ceb8b319125db21d5288512f8bea05fdd42" 2018-10-26 09:36:52,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-9dee9490-2069-4836-a1a6-039bad3eee9c Date: Fri, 26 Oct 2018 09:36:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"5f699e55-b26d-438f-89a7-7c2c96bdc3a3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":6,"ipv4_address_scope":null,"shared":false,"project_id":"368d769a8ed045f4a5f3a052731ee627","status":"ACTIVE","subnets":["8fe0b1a6-d421-414c-9346-6bce2bacc073"],"description":"","tags":[],"updated_at":"2018-10-26T09:36:41Z","qos_policy_id":null,"name":"CreateNetworkSuccessTests-571e5a01-c6e2-4ef1-b874-1e0c7a9add04-pub-net","admin_state_up":true,"tenant_id":"368d769a8ed045f4a5f3a052731ee627","created_at":"2018-10-26T09:36:40Z","provider:network_type":"vxlan"}]} 2018-10-26 09:36:52,105 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-571e5a01-c6e2-4ef1-b874-1e0c7a9add04-pub-net used request id req-9dee9490-2069-4836-a1a6-039bad3eee9c 2018-10-26 09:36:52,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:36:52,114 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:36: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:36:52,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/368d769a8ed045f4a5f3a052731ee627 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79675ceb8b319125db21d5288512f8bea05fdd42" 2018-10-26 09:36:52,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5412a2d-c3c9-4df1-8753-3faf4ccb76c1 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/368d769a8ed045f4a5f3a052731ee627"}, "enabled": true, "id": "368d769a8ed045f4a5f3a052731ee627", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-bbadf055-70dc-400-proj"}} 2018-10-26 09:36:52,218 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/368d769a8ed045f4a5f3a052731ee627 used request id req-c5412a2d-c3c9-4df1-8753-3faf4ccb76c1 2018-10-26 09:36:52,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=5f699e55-b26d-438f-89a7-7c2c96bdc3a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79675ceb8b319125db21d5288512f8bea05fdd42" 2018-10-26 09:36:52,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-0aaad7b5-7a1b-482d-9d9d-392f6e4d78f2 Date: Fri, 26 Oct 2018 09:36:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f699e55-b26d-438f-89a7-7c2c96bdc3a3","tenant_id":"368d769a8ed045f4a5f3a052731ee627","created_at":"2018-10-26T09:36:41Z","dns_nameservers":[],"updated_at":"2018-10-26T09:36: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":"368d769a8ed045f4a5f3a052731ee627","id":"8fe0b1a6-d421-414c-9346-6bce2bacc073","subnetpool_id":null,"name":"CreateNetworkSuccessTests-571e5a01-c6e2-4ef1-b874-1e0c7a9add04-pub-subnet"}]} 2018-10-26 09:36:52,437 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=5f699e55-b26d-438f-89a7-7c2c96bdc3a3 used request id req-0aaad7b5-7a1b-482d-9d9d-392f6e4d78f2 2018-10-26 09:36:52,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=5f699e55-b26d-438f-89a7-7c2c96bdc3a3&name=CreateNetworkSuccessTests-571e5a01-c6e2-4ef1-b874-1e0c7a9add04-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79675ceb8b319125db21d5288512f8bea05fdd42" 2018-10-26 09:36:52,648 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-c10f296f-b47c-47fa-a883-6831bec8daae Date: Fri, 26 Oct 2018 09:36:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f699e55-b26d-438f-89a7-7c2c96bdc3a3","tenant_id":"368d769a8ed045f4a5f3a052731ee627","created_at":"2018-10-26T09:36:41Z","dns_nameservers":[],"updated_at":"2018-10-26T09:36: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":"368d769a8ed045f4a5f3a052731ee627","id":"8fe0b1a6-d421-414c-9346-6bce2bacc073","subnetpool_id":null,"name":"CreateNetworkSuccessTests-571e5a01-c6e2-4ef1-b874-1e0c7a9add04-pub-subnet"}]} 2018-10-26 09:36:52,649 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=5f699e55-b26d-438f-89a7-7c2c96bdc3a3&name=CreateNetworkSuccessTests-571e5a01-c6e2-4ef1-b874-1e0c7a9add04-pub-subnet used request id req-c10f296f-b47c-47fa-a883-6831bec8daae 2018-10-26 09:36:52,649 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-10-26 09:36:52,649 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-571e5a01-c6e2-4ef1-b874-1e0c7a9add04-pub-router 2018-10-26 09:36:52,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/cedb1582-0378-4adf-8d47-6ca035a7efd1/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79675ceb8b319125db21d5288512f8bea05fdd42" -d '{"subnet_id": "8fe0b1a6-d421-414c-9346-6bce2bacc073"}' 2018-10-26 09:36:54,450 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f3a8c00f-af14-40b1-8c68-359c98c4a0b5 Date: Fri, 26 Oct 2018 09:36:54 GMT RESP BODY: {"network_id": "5f699e55-b26d-438f-89a7-7c2c96bdc3a3", "tenant_id": "368d769a8ed045f4a5f3a052731ee627", "subnet_id": "8fe0b1a6-d421-414c-9346-6bce2bacc073", "subnet_ids": ["8fe0b1a6-d421-414c-9346-6bce2bacc073"], "port_id": "b8ab3d63-c47c-46fc-a4fa-2a8276b76b33", "id": "cedb1582-0378-4adf-8d47-6ca035a7efd1"} 2018-10-26 09:36:54,450 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/cedb1582-0378-4adf-8d47-6ca035a7efd1/add_router_interface used request id req-f3a8c00f-af14-40b1-8c68-359c98c4a0b5 2018-10-26 09:36:54,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/cedb1582-0378-4adf-8d47-6ca035a7efd1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79675ceb8b319125db21d5288512f8bea05fdd42" 2018-10-26 09:36:54,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 734 X-Openstack-Request-Id: req-95cffe69-6a8f-46c7-9b1b-1149f2f0ddbe Date: Fri, 26 Oct 2018 09:36:54 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "368d769a8ed045f4a5f3a052731ee627", "created_at": "2018-10-26T09:36:46Z", "admin_state_up": true, "updated_at": "2018-10-26T09:36:53Z", "project_id": "368d769a8ed045f4a5f3a052731ee627", "flavor_id": null, "revision_number": 8, "routes": [], "ha": true, "id": "cedb1582-0378-4adf-8d47-6ca035a7efd1", "name": "CreateNetworkSuccessTests-571e5a01-c6e2-4ef1-b874-1e0c7a9add04-pub-router"}} 2018-10-26 09:36:54,523 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/cedb1582-0378-4adf-8d47-6ca035a7efd1 used request id req-95cffe69-6a8f-46c7-9b1b-1149f2f0ddbe 2018-10-26 09:36:54,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=cedb1582-0378-4adf-8d47-6ca035a7efd1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79675ceb8b319125db21d5288512f8bea05fdd42" 2018-10-26 09:36:54,721 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4439 X-Openstack-Request-Id: req-cd14fc8b-0710-446f-b926-98efe8447efd Date: Fri, 26 Oct 2018 09:36:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:36:53Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e80aa337-49dc-4967-8710-069f2a3a68df","ip_address":"169.254.192.7"}],"id":"73202ea6-276a-45bc-8b40-bc3fb9c12523","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ee:93:fb","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 368d769a8ed045f4a5f3a052731ee627","admin_state_up":true,"network_id":"592a2a16-c7bf-4af9-b1e7-573fc9adbde1","tenant_id":"","created_at":"2018-10-26T09:36:49Z","binding:vnic_type":"normal","device_id":"cedb1582-0378-4adf-8d47-6ca035a7efd1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:36:54Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e80aa337-49dc-4967-8710-069f2a3a68df","ip_address":"169.254.192.5"}],"id":"a543d7fe-3490-45bc-b45d-404d4a02b5ee","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cd:28:0d","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 368d769a8ed045f4a5f3a052731ee627","admin_state_up":true,"network_id":"592a2a16-c7bf-4af9-b1e7-573fc9adbde1","tenant_id":"","created_at":"2018-10-26T09:36:49Z","binding:vnic_type":"normal","device_id":"cedb1582-0378-4adf-8d47-6ca035a7efd1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:36:53Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e80aa337-49dc-4967-8710-069f2a3a68df","ip_address":"169.254.192.6"}],"id":"b2938653-4317-402c-b45d-befad6578dee","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:58:6f:7c","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 368d769a8ed045f4a5f3a052731ee627","admin_state_up":true,"network_id":"592a2a16-c7bf-4af9-b1e7-573fc9adbde1","tenant_id":"","created_at":"2018-10-26T09:36:48Z","binding:vnic_type":"normal","device_id":"cedb1582-0378-4adf-8d47-6ca035a7efd1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:36:53Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8fe0b1a6-d421-414c-9346-6bce2bacc073","ip_address":"10.55.1.1"}],"id":"b8ab3d63-c47c-46fc-a4fa-2a8276b76b33","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:78:35:2d","project_id":"368d769a8ed045f4a5f3a052731ee627","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5f699e55-b26d-438f-89a7-7c2c96bdc3a3","tenant_id":"368d769a8ed045f4a5f3a052731ee627","created_at":"2018-10-26T09:36:53Z","binding:vnic_type":"normal","device_id":"cedb1582-0378-4adf-8d47-6ca035a7efd1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:36:53Z","device_owner":"network:router_gateway","revision_number":10,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414","ip_address":"172.30.9.203"}],"id":"e41e73dd-3d80-4232-91ae-3257b278e8d5","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:56:af:47","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":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","tenant_id":"","created_at":"2018-10-26T09:36:47Z","binding:vnic_type":"normal","device_id":"cedb1582-0378-4adf-8d47-6ca035a7efd1"}]} 2018-10-26 09:36:54,722 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=cedb1582-0378-4adf-8d47-6ca035a7efd1 used request id req-cd14fc8b-0710-446f-b926-98efe8447efd 2018-10-26 09:36:54,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79675ceb8b319125db21d5288512f8bea05fdd42" 2018-10-26 09:36:54,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-a4ed5642-5f75-4e32-a50d-262c26073910 Date: Fri, 26 Oct 2018 09:36:54 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:47Z","dns_nameservers":[],"updated_at":"2018-10-26T08:12:47Z","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":"c850e319615544ee86b9a48e1e3e8f0f","id":"e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414","subnetpool_id":null,"name":"external-subnet"}} 2018-10-26 09:36:54,925 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414 used request id req-a4ed5642-5f75-4e32-a50d-262c26073910 2018-10-26 09:36:54,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/e80aa337-49dc-4967-8710-069f2a3a68df -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79675ceb8b319125db21d5288512f8bea05fdd42" 2018-10-26 09:36:55,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-d263e4c3-3b7b-4e45-93ce-e09b705064dd Date: Fri, 26 Oct 2018 09:36:55 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"592a2a16-c7bf-4af9-b1e7-573fc9adbde1","tenant_id":"","created_at":"2018-10-26T09:36:46Z","dns_nameservers":[],"updated_at":"2018-10-26T09:36:46Z","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":"e80aa337-49dc-4967-8710-069f2a3a68df","subnetpool_id":null,"name":"HA subnet tenant 368d769a8ed045f4a5f3a052731ee627"}} 2018-10-26 09:36:55,129 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/e80aa337-49dc-4967-8710-069f2a3a68df used request id req-d263e4c3-3b7b-4e45-93ce-e09b705064dd 2018-10-26 09:36:55,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/e80aa337-49dc-4967-8710-069f2a3a68df -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79675ceb8b319125db21d5288512f8bea05fdd42" 2018-10-26 09:36:55,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-7889f693-5593-40e1-90ae-58d4f8e05e40 Date: Fri, 26 Oct 2018 09:36:55 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"592a2a16-c7bf-4af9-b1e7-573fc9adbde1","tenant_id":"","created_at":"2018-10-26T09:36:46Z","dns_nameservers":[],"updated_at":"2018-10-26T09:36:46Z","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":"e80aa337-49dc-4967-8710-069f2a3a68df","subnetpool_id":null,"name":"HA subnet tenant 368d769a8ed045f4a5f3a052731ee627"}} 2018-10-26 09:36:55,339 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/e80aa337-49dc-4967-8710-069f2a3a68df used request id req-7889f693-5593-40e1-90ae-58d4f8e05e40 2018-10-26 09:36:55,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/e80aa337-49dc-4967-8710-069f2a3a68df -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79675ceb8b319125db21d5288512f8bea05fdd42" 2018-10-26 09:36:55,391 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-59618d07-74c4-47f4-a390-003aacd21341 Date: Fri, 26 Oct 2018 09:36:55 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"592a2a16-c7bf-4af9-b1e7-573fc9adbde1","tenant_id":"","created_at":"2018-10-26T09:36:46Z","dns_nameservers":[],"updated_at":"2018-10-26T09:36:46Z","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":"e80aa337-49dc-4967-8710-069f2a3a68df","subnetpool_id":null,"name":"HA subnet tenant 368d769a8ed045f4a5f3a052731ee627"}} 2018-10-26 09:36:55,391 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/e80aa337-49dc-4967-8710-069f2a3a68df used request id req-59618d07-74c4-47f4-a390-003aacd21341 2018-10-26 09:36:55,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/8fe0b1a6-d421-414c-9346-6bce2bacc073 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79675ceb8b319125db21d5288512f8bea05fdd42" 2018-10-26 09:36:55,445 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-c2072ed7-fce9-4a8b-9239-e5461c4bd102 Date: Fri, 26 Oct 2018 09:36:55 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f699e55-b26d-438f-89a7-7c2c96bdc3a3","tenant_id":"368d769a8ed045f4a5f3a052731ee627","created_at":"2018-10-26T09:36:41Z","dns_nameservers":[],"updated_at":"2018-10-26T09:36: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":"368d769a8ed045f4a5f3a052731ee627","id":"8fe0b1a6-d421-414c-9346-6bce2bacc073","subnetpool_id":null,"name":"CreateNetworkSuccessTests-571e5a01-c6e2-4ef1-b874-1e0c7a9add04-pub-subnet"}} 2018-10-26 09:36:55,445 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/8fe0b1a6-d421-414c-9346-6bce2bacc073 used request id req-c2072ed7-fce9-4a8b-9239-e5461c4bd102 2018-10-26 09:36:55,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateNetworkSuccessTests-571e5a01-c6e2-4ef1-b874-1e0c7a9add04-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4abe54c5a7ad83ad9338106bb4bb402d3b780a7a" 2018-10-26 09:36:55,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-f45fe57b-c910-4972-a596-80873767f114 Date: Fri, 26 Oct 2018 09:36:55 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "368d769a8ed045f4a5f3a052731ee627", "created_at": "2018-10-26T09:36:46Z", "admin_state_up": true, "updated_at": "2018-10-26T09:36:53Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "368d769a8ed045f4a5f3a052731ee627", "id": "cedb1582-0378-4adf-8d47-6ca035a7efd1", "name": "CreateNetworkSuccessTests-571e5a01-c6e2-4ef1-b874-1e0c7a9add04-pub-router"}]} 2018-10-26 09:36:55,671 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateNetworkSuccessTests-571e5a01-c6e2-4ef1-b874-1e0c7a9add04-pub-router&admin_state_up=True used request id req-f45fe57b-c910-4972-a596-80873767f114 2018-10-26 09:36:55,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/368d769a8ed045f4a5f3a052731ee627 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbd16d48618958f5b0374319ad65729e8be12d3d" 2018-10-26 09:36:55,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:36:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d2ec5a6-9c0e-492a-bea2-39819d49c9db Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/368d769a8ed045f4a5f3a052731ee627"}, "enabled": true, "id": "368d769a8ed045f4a5f3a052731ee627", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-bbadf055-70dc-400-proj"}} 2018-10-26 09:36:55,767 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/368d769a8ed045f4a5f3a052731ee627 used request id req-5d2ec5a6-9c0e-492a-bea2-39819d49c9db 2018-10-26 09:36:55,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=cedb1582-0378-4adf-8d47-6ca035a7efd1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4abe54c5a7ad83ad9338106bb4bb402d3b780a7a" 2018-10-26 09:36:55,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-d7e862a2-0494-4fe5-a639-71e343555cd9 Date: Fri, 26 Oct 2018 09:36:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:36:55Z","device_owner":"network:ha_router_replicated_interface","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8fe0b1a6-d421-414c-9346-6bce2bacc073","ip_address":"10.55.1.1"}],"id":"b8ab3d63-c47c-46fc-a4fa-2a8276b76b33","security_groups":[],"mac_address":"fa:16:3e:78:35:2d","project_id":"368d769a8ed045f4a5f3a052731ee627","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5f699e55-b26d-438f-89a7-7c2c96bdc3a3","tenant_id":"368d769a8ed045f4a5f3a052731ee627","created_at":"2018-10-26T09:36:53Z","binding:vnic_type":"normal","device_id":"cedb1582-0378-4adf-8d47-6ca035a7efd1"}]} 2018-10-26 09:36:55,972 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=cedb1582-0378-4adf-8d47-6ca035a7efd1 used request id req-d7e862a2-0494-4fe5-a639-71e343555cd9 2018-10-26 09:36:55,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/8fe0b1a6-d421-414c-9346-6bce2bacc073 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4abe54c5a7ad83ad9338106bb4bb402d3b780a7a" 2018-10-26 09:36:56,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-e015adca-7fda-4260-839e-0e4630a9aa51 Date: Fri, 26 Oct 2018 09:36:56 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f699e55-b26d-438f-89a7-7c2c96bdc3a3","tenant_id":"368d769a8ed045f4a5f3a052731ee627","created_at":"2018-10-26T09:36:41Z","dns_nameservers":[],"updated_at":"2018-10-26T09:36: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":"368d769a8ed045f4a5f3a052731ee627","id":"8fe0b1a6-d421-414c-9346-6bce2bacc073","subnetpool_id":null,"name":"CreateNetworkSuccessTests-571e5a01-c6e2-4ef1-b874-1e0c7a9add04-pub-subnet"}} 2018-10-26 09:36:56,176 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/8fe0b1a6-d421-414c-9346-6bce2bacc073 used request id req-e015adca-7fda-4260-839e-0e4630a9aa51 2018-10-26 09:36:56,177 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-571e5a01-c6e2-4ef1-b874-1e0c7a9add04-pub-router and subnet CreateNetworkSuccessTests-571e5a01-c6e2-4ef1-b874-1e0c7a9add04-pub-subnet 2018-10-26 09:36:56,177 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-571e5a01-c6e2-4ef1-b874-1e0c7a9add04-pub-router 2018-10-26 09:36:56,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/cedb1582-0378-4adf-8d47-6ca035a7efd1/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79675ceb8b319125db21d5288512f8bea05fdd42" -d '{"subnet_id": "8fe0b1a6-d421-414c-9346-6bce2bacc073"}' 2018-10-26 09:36:57,497 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d4c63acf-163d-47f8-8f98-767b78db9bf3 Date: Fri, 26 Oct 2018 09:36:57 GMT RESP BODY: {"network_id": "5f699e55-b26d-438f-89a7-7c2c96bdc3a3", "tenant_id": "368d769a8ed045f4a5f3a052731ee627", "subnet_id": "8fe0b1a6-d421-414c-9346-6bce2bacc073", "subnet_ids": ["8fe0b1a6-d421-414c-9346-6bce2bacc073"], "port_id": "b8ab3d63-c47c-46fc-a4fa-2a8276b76b33", "id": "cedb1582-0378-4adf-8d47-6ca035a7efd1"} 2018-10-26 09:36:57,497 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/cedb1582-0378-4adf-8d47-6ca035a7efd1/remove_router_interface used request id req-d4c63acf-163d-47f8-8f98-767b78db9bf3 2018-10-26 09:36:57,497 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-571e5a01-c6e2-4ef1-b874-1e0c7a9add04-pub-router 2018-10-26 09:36:57,497 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-571e5a01-c6e2-4ef1-b874-1e0c7a9add04-pub-router 2018-10-26 09:36:57,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/cedb1582-0378-4adf-8d47-6ca035a7efd1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79675ceb8b319125db21d5288512f8bea05fdd42" 2018-10-26 09:37:01,043 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-46d56bc7-c53a-434c-9e5d-d01f7cffda92 Content-Length: 0 Date: Fri, 26 Oct 2018 09:37:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:37:01,043 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/cedb1582-0378-4adf-8d47-6ca035a7efd1 used request id req-46d56bc7-c53a-434c-9e5d-d01f7cffda92 2018-10-26 09:37:01,044 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-571e5a01-c6e2-4ef1-b874-1e0c7a9add04-pub-subnet 2018-10-26 09:37:01,044 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-571e5a01-c6e2-4ef1-b874-1e0c7a9add04-pub-subnet 2018-10-26 09:37:01,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/8fe0b1a6-d421-414c-9346-6bce2bacc073 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704bb511c7a5fb0d040e3a45b9ecb159ba05edb8" 2018-10-26 09:37:03,310 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-874e5cbc-e9c3-4b9d-8d93-7ef9e9b50c0a Date: Fri, 26 Oct 2018 09:37:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:37:03,310 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/8fe0b1a6-d421-414c-9346-6bce2bacc073 used request id req-874e5cbc-e9c3-4b9d-8d93-7ef9e9b50c0a 2018-10-26 09:37:03,310 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-571e5a01-c6e2-4ef1-b874-1e0c7a9add04-pub-net 2018-10-26 09:37:03,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/5f699e55-b26d-438f-89a7-7c2c96bdc3a3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}704bb511c7a5fb0d040e3a45b9ecb159ba05edb8" 2018-10-26 09:37:04,266 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-24d7a8b5-1c27-43cd-8d1b-7db4ea230a49 Date: Fri, 26 Oct 2018 09:37:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:37:04,267 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/5f699e55-b26d-438f-89a7-7c2c96bdc3a3 used request id req-24d7a8b5-1c27-43cd-8d1b-7db4ea230a49 2018-10-26 09:37:04,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7de84c56ad62a9d93fba9b74a0648ffbb518ebae" 2018-10-26 09:37:04,499 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-9eb120ab-d27b-4752-8f1f-291d4316343e Date: Fri, 26 Oct 2018 09:37:04 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "368d769a8ed045f4a5f3a052731ee627", "created_at": "2018-10-26T09:36:40Z", "updated_at": "2018-10-26T09:36:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:36:40Z", "revision_number": 0, "id": "8ecd89de-027a-4325-a919-78f5048ab8f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:36:40Z", "security_group_id": "9cacb457-2a61-4188-bcb8-f6dad22dbb0c", "tenant_id": "368d769a8ed045f4a5f3a052731ee627", "port_range_min": null, "ethertype": "IPv6", "project_id": "368d769a8ed045f4a5f3a052731ee627"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:36:40Z", "revision_number": 0, "id": "c0561ca8-8a76-44a9-b152-caa63d7b82fb", "remote_group_id": "9cacb457-2a61-4188-bcb8-f6dad22dbb0c", "remote_ip_prefix": null, "created_at": "2018-10-26T09:36:40Z", "security_group_id": "9cacb457-2a61-4188-bcb8-f6dad22dbb0c", "tenant_id": "368d769a8ed045f4a5f3a052731ee627", "port_range_min": null, "ethertype": "IPv6", "project_id": "368d769a8ed045f4a5f3a052731ee627"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:36:40Z", "revision_number": 0, "id": "d344d241-80f8-4499-a982-2e13f2fa27af", "remote_group_id": "9cacb457-2a61-4188-bcb8-f6dad22dbb0c", "remote_ip_prefix": null, "created_at": "2018-10-26T09:36:40Z", "security_group_id": "9cacb457-2a61-4188-bcb8-f6dad22dbb0c", "tenant_id": "368d769a8ed045f4a5f3a052731ee627", "port_range_min": null, "ethertype": "IPv4", "project_id": "368d769a8ed045f4a5f3a052731ee627"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:36:40Z", "revision_number": 0, "id": "effa13ee-b264-4fde-a510-1d076065cab5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:36:40Z", "security_group_id": "9cacb457-2a61-4188-bcb8-f6dad22dbb0c", "tenant_id": "368d769a8ed045f4a5f3a052731ee627", "port_range_min": null, "ethertype": "IPv4", "project_id": "368d769a8ed045f4a5f3a052731ee627"}], "revision_number": 4, "project_id": "368d769a8ed045f4a5f3a052731ee627", "id": "9cacb457-2a61-4188-bcb8-f6dad22dbb0c", "name": "default"}]} 2018-10-26 09:37:04,500 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-9eb120ab-d27b-4752-8f1f-291d4316343e 2018-10-26 09:37:04,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7de84c56ad62a9d93fba9b74a0648ffbb518ebae" 2018-10-26 09:37:04,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:37:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97cb30d0-2e1b-4bec-b377-604425af85dd 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:37:04,584 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-97cb30d0-2e1b-4bec-b377-604425af85dd 2018-10-26 09:37:04,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7de84c56ad62a9d93fba9b74a0648ffbb518ebae" 2018-10-26 09:37:04,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:37:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c161f2ed-e5da-4a93-a593-fd23911436ef 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:37:04,677 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-c161f2ed-e5da-4a93-a593-fd23911436ef 2018-10-26 09:37:04,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7de84c56ad62a9d93fba9b74a0648ffbb518ebae" 2018-10-26 09:37:04,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:37:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf2808b6-f4c9-415d-a5f8-df993c4a9be0 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:37:04,771 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-cf2808b6-f4c9-415d-a5f8-df993c4a9be0 2018-10-26 09:37:04,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/368d769a8ed045f4a5f3a052731ee627 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7de84c56ad62a9d93fba9b74a0648ffbb518ebae" 2018-10-26 09:37:04,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:37:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5affd52c-a011-4b3a-8794-07851d5f0016 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/368d769a8ed045f4a5f3a052731ee627"}, "enabled": true, "id": "368d769a8ed045f4a5f3a052731ee627", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-bbadf055-70dc-400-proj"}} 2018-10-26 09:37:04,864 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/368d769a8ed045f4a5f3a052731ee627 used request id req-5affd52c-a011-4b3a-8794-07851d5f0016 2018-10-26 09:37:04,865 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9cacb457-2a61-4188-bcb8-f6dad22dbb0c 2018-10-26 09:37:04,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=9cacb457-2a61-4188-bcb8-f6dad22dbb0c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7de84c56ad62a9d93fba9b74a0648ffbb518ebae" 2018-10-26 09:37:05,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-aff00ce4-4a3c-4ebd-b912-b9d5489b9d87 Date: Fri, 26 Oct 2018 09:37: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-26T09:36:40Z", "security_group_id": "9cacb457-2a61-4188-bcb8-f6dad22dbb0c", "port_range_min": null, "revision_number": 0, "tenant_id": "368d769a8ed045f4a5f3a052731ee627", "created_at": "2018-10-26T09:36:40Z", "project_id": "368d769a8ed045f4a5f3a052731ee627", "id": "8ecd89de-027a-4325-a919-78f5048ab8f4"}, {"remote_group_id": "9cacb457-2a61-4188-bcb8-f6dad22dbb0c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:36:40Z", "security_group_id": "9cacb457-2a61-4188-bcb8-f6dad22dbb0c", "port_range_min": null, "revision_number": 0, "tenant_id": "368d769a8ed045f4a5f3a052731ee627", "created_at": "2018-10-26T09:36:40Z", "project_id": "368d769a8ed045f4a5f3a052731ee627", "id": "c0561ca8-8a76-44a9-b152-caa63d7b82fb"}, {"remote_group_id": "9cacb457-2a61-4188-bcb8-f6dad22dbb0c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:36:40Z", "security_group_id": "9cacb457-2a61-4188-bcb8-f6dad22dbb0c", "port_range_min": null, "revision_number": 0, "tenant_id": "368d769a8ed045f4a5f3a052731ee627", "created_at": "2018-10-26T09:36:40Z", "project_id": "368d769a8ed045f4a5f3a052731ee627", "id": "d344d241-80f8-4499-a982-2e13f2fa27af"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:36:40Z", "security_group_id": "9cacb457-2a61-4188-bcb8-f6dad22dbb0c", "port_range_min": null, "revision_number": 0, "tenant_id": "368d769a8ed045f4a5f3a052731ee627", "created_at": "2018-10-26T09:36:40Z", "project_id": "368d769a8ed045f4a5f3a052731ee627", "id": "effa13ee-b264-4fde-a510-1d076065cab5"}]} 2018-10-26 09:37:05,050 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=9cacb457-2a61-4188-bcb8-f6dad22dbb0c used request id req-aff00ce4-4a3c-4ebd-b912-b9d5489b9d87 2018-10-26 09:37:05,051 - neutron_utils - INFO - Deleting security group with name - default 2018-10-26 09:37:05,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/9cacb457-2a61-4188-bcb8-f6dad22dbb0c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7de84c56ad62a9d93fba9b74a0648ffbb518ebae" 2018-10-26 09:37:05,376 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-868ae5dc-eb3a-4e89-8d7e-35fa7434f158 Content-Length: 0 Date: Fri, 26 Oct 2018 09:37:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:37:05,376 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/9cacb457-2a61-4188-bcb8-f6dad22dbb0c used request id req-868ae5dc-eb3a-4e89-8d7e-35fa7434f158 2018-10-26 09:37:05,377 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-bbadf055-70dc-400-proj 2018-10-26 09:37:05,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/368d769a8ed045f4a5f3a052731ee627 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7de84c56ad62a9d93fba9b74a0648ffbb518ebae" 2018-10-26 09:37:05,613 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:37:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-76f05212-c204-47f9-8e09-485810997914 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:37:05,613 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/368d769a8ed045f4a5f3a052731ee627 used request id req-76f05212-c204-47f9-8e09-485810997914 2018-10-26 09:37:05,613 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-bbadf055-70dc-400-proj-role 2018-10-26 09:37:05,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/5ec9f04a16404fb29ebfd868d405f044 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7de84c56ad62a9d93fba9b74a0648ffbb518ebae" 2018-10-26 09:37:05,737 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:37:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3916fc0a-00db-4f57-9f9c-fbc31ff354d9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:37:05,737 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/5ec9f04a16404fb29ebfd868d405f044 used request id req-3916fc0a-00db-4f57-9f9c-fbc31ff354d9 2018-10-26 09:37:05,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7de84c56ad62a9d93fba9b74a0648ffbb518ebae" 2018-10-26 09:37:05,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:37:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ff34120-88c2-46bd-8b63-91da6b21b5e7 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:37:05,825 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-6ff34120-88c2-46bd-8b63-91da6b21b5e7 2018-10-26 09:37:05,826 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-bbadf055-70dc-400-user 2018-10-26 09:37:05,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/0bbaad5397264848af30e4fa3b3de362 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c646057ebb77b7f7cc401abbcd64c57825e98d1" 2018-10-26 09:37:06,149 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:37:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-335e17ff-3ddf-4b6c-808a-fb9ff3597805 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:37:06,149 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/0bbaad5397264848af30e4fa3b3de362 used request id req-335e17ff-3ddf-4b6c-808a-fb9ff3597805 2018-10-26 09:37:06,151 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:37:06,541 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:37:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["OD4ZMHUOT9-yKFn78J3Rww"], "issued_at": "2018-10-26T09:37:06.000000Z"}} 2018-10-26 09:37:06,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a88542f9ac101eaf0a2cab76887d5e6b29988d7e" 2018-10-26 09:37:06,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:37:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-007c86d6-1470-4bf2-95b8-a7b7227641e9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:37:06,619 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-007c86d6-1470-4bf2-95b8-a7b7227641e9 2018-10-26 09:37:06,621 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:37:06,622 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:37:07,017 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:37:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["x1O1Aoc6S-aPgebCQja4Qw"], "issued_at": "2018-10-26T09:37:07.000000Z"}} 2018-10-26 09:37:07,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10eac6566fb5311adadf43e295b64b613652420b" 2018-10-26 09:37:07,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:37:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28ee448c-1d47-4c8d-b768-afc057e7751a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:37:07,112 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-28ee448c-1d47-4c8d-b768-afc057e7751a 2018-10-26 09:37:07,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:37:07,121 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:37:07,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-d0d3520e-1f9f-4bc-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10eac6566fb5311adadf43e295b64b613652420b" 2018-10-26 09:37:07,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:37:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4efb23a-b9cd-4461-a79f-32c09f4952d2 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-d0d3520e-1f9f-4bc-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:37:07,211 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-d0d3520e-1f9f-4bc-proj used request id req-d4efb23a-b9cd-4461-a79f-32c09f4952d2 2018-10-26 09:37:07,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10eac6566fb5311adadf43e295b64b613652420b" 2018-10-26 09:37:07,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:37:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8917f37d-a753-4f83-a70b-1bb67736fc6a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:37:07,311 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-8917f37d-a753-4f83-a70b-1bb67736fc6a 2018-10-26 09:37:07,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10eac6566fb5311adadf43e295b64b613652420b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-d0d3520e-1f9f-4bc-proj"}}' 2018-10-26 09:37:07,426 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:37:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2285666b-fcb7-48e8-8d76-d41876630c9e Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c20b21d0c8184809a10a1f87c31d8a27"}, "enabled": true, "id": "c20b21d0c8184809a10a1f87c31d8a27", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-d0d3520e-1f9f-4bc-proj"}} 2018-10-26 09:37:07,427 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-2285666b-fcb7-48e8-8d76-d41876630c9e 2018-10-26 09:37:07,427 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-d0d3520e-1f9f-4bc-proj 2018-10-26 09:37:07,427 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:37:07,428 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:37:07,814 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:37:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["zmHb4uyyRQS2bw1IDhJB3A"], "issued_at": "2018-10-26T09:37:07.000000Z"}} 2018-10-26 09:37:07,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c42d4a1f1d2c89495a2ef2a65abe8b7fb3943b02" 2018-10-26 09:37:07,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:37:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18529a24-b150-4b0c-9f71-357b028c46ec Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:37:07,902 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-18529a24-b150-4b0c-9f71-357b028c46ec 2018-10-26 09:37:07,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:37:07,912 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:37:07,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c42d4a1f1d2c89495a2ef2a65abe8b7fb3943b02" 2018-10-26 09:37:08,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:37:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65079a7e-8a43-4080-b3c6-a0a23c9dff61 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:37:08,022 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-65079a7e-8a43-4080-b3c6-a0a23c9dff61 2018-10-26 09:37:08,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-d0d3520e-1f9f-4bc-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c42d4a1f1d2c89495a2ef2a65abe8b7fb3943b02" 2018-10-26 09:37:08,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:37:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20658ab7-9120-49de-90fc-c391a029d008 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-d0d3520e-1f9f-4bc-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c20b21d0c8184809a10a1f87c31d8a27"}, "enabled": true, "id": "c20b21d0c8184809a10a1f87c31d8a27", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-d0d3520e-1f9f-4bc-proj"}]} 2018-10-26 09:37:08,117 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-d0d3520e-1f9f-4bc-proj used request id req-20658ab7-9120-49de-90fc-c391a029d008 2018-10-26 09:37:08,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c42d4a1f1d2c89495a2ef2a65abe8b7fb3943b02" 2018-10-26 09:37:08,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:37:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69cfb1ae-f792-48c7-8b71-b97738376924 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:37:08,210 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-69cfb1ae-f792-48c7-8b71-b97738376924 2018-10-26 09:37:08,708 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-d0d3520e-1f9f-4bc-user 2018-10-26 09:37:08,708 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:37:08,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10eac6566fb5311adadf43e295b64b613652420b" 2018-10-26 09:37:08,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:37:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-322bb661-4e48-4481-9f13-376249360b67 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:37:08,802 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-322bb661-4e48-4481-9f13-376249360b67 2018-10-26 09:37:08,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10eac6566fb5311adadf43e295b64b613652420b" -d '{"role": {"name": "CreateNetworkSuccessTests-d0d3520e-1f9f-4bc-proj-role"}}' 2018-10-26 09:37:08,923 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:37:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a004e601-f94c-4f80-b204-c2f608e487a9 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1ffe8505e23e46e0ac8161eeac3c4989", "links": {"self": "http://172.30.9.21:5000/v3/roles/1ffe8505e23e46e0ac8161eeac3c4989"}, "name": "CreateNetworkSuccessTests-d0d3520e-1f9f-4bc-proj-role"}} 2018-10-26 09:37:08,924 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-a004e601-f94c-4f80-b204-c2f608e487a9 2018-10-26 09:37:08,924 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-d0d3520e-1f9f-4bc-proj-role 2018-10-26 09:37:08,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/1ffe8505e23e46e0ac8161eeac3c4989 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10eac6566fb5311adadf43e295b64b613652420b" 2018-10-26 09:37:08,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:37:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2e8ec8b-ec2d-49b3-a749-054fa588787c Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/1ffe8505e23e46e0ac8161eeac3c4989"}, "domain_id": null, "name": "CreateNetworkSuccessTests-d0d3520e-1f9f-4bc-proj-role", "id": "1ffe8505e23e46e0ac8161eeac3c4989"}} 2018-10-26 09:37:08,945 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/1ffe8505e23e46e0ac8161eeac3c4989 used request id req-a2e8ec8b-ec2d-49b3-a749-054fa588787c 2018-10-26 09:37:08,946 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-d0d3520e-1f9f-4bc-proj-role to project CreateNetworkSuccessTests-d0d3520e-1f9f-4bc-proj 2018-10-26 09:37:08,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/c20b21d0c8184809a10a1f87c31d8a27/users/38fe9828a8884a789675b240484c7d4f/roles/1ffe8505e23e46e0ac8161eeac3c4989 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10eac6566fb5311adadf43e295b64b613652420b" 2018-10-26 09:37:09,082 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:37:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bfd000d7-fde8-4aaa-ab68-149b4154c33b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:37:09,082 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/c20b21d0c8184809a10a1f87c31d8a27/users/38fe9828a8884a789675b240484c7d4f/roles/1ffe8505e23e46e0ac8161eeac3c4989 used request id req-bfd000d7-fde8-4aaa-ab68-149b4154c33b 2018-10-26 09:37:09,083 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:37:09,084 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:37:09,463 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:37:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["ma43TurISAu8Lo7vMNz1Yg"], "issued_at": "2018-10-26T09:37:09.000000Z"}} 2018-10-26 09:37:09,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b3ecf280d8fa8510da18e47ed4c0ca3f83cecc5" 2018-10-26 09:37:09,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:37:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f177a8d-ab4a-4a6a-a06f-b458291968ac Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:37:09,557 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-9f177a8d-ab4a-4a6a-a06f-b458291968ac 2018-10-26 09:37:09,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-0491a95a-2041-4434-8bf1-8d7480c8b5b6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b3ecf280d8fa8510da18e47ed4c0ca3f83cecc5" 2018-10-26 09:37:09,753 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-9bece45f-f553-4eb8-804e-ed0be88e5946 Date: Fri, 26 Oct 2018 09:37:09 GMT RESP BODY: {"networks":[]} 2018-10-26 09:37:09,753 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-0491a95a-2041-4434-8bf1-8d7480c8b5b6-pub-net used request id req-9bece45f-f553-4eb8-804e-ed0be88e5946 2018-10-26 09:37:09,753 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-0491a95a-2041-4434-8bf1-8d7480c8b5b6-pub-net 2018-10-26 09:37:09,754 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:37:09,754 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:37:10,150 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:37:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["SUTqinfGQnqzoX11IV7iRw"], "issued_at": "2018-10-26T09:37:10.000000Z"}} 2018-10-26 09:37:10,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e440f11f1384fbba5ef00a5f87d280ce3a52a7e" 2018-10-26 09:37:10,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:37:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c54f59e-ba25-4a15-85c3-ff151b0dde35 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:37:10,235 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-7c54f59e-ba25-4a15-85c3-ff151b0dde35 2018-10-26 09:37:10,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:37:10,244 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:37: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:37:10,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-d0d3520e-1f9f-4bc-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e440f11f1384fbba5ef00a5f87d280ce3a52a7e" 2018-10-26 09:37:10,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:37:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b51c6d5d-d767-446d-a226-161bbd909fb8 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-d0d3520e-1f9f-4bc-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c20b21d0c8184809a10a1f87c31d8a27"}, "enabled": true, "id": "c20b21d0c8184809a10a1f87c31d8a27", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-d0d3520e-1f9f-4bc-proj"}]} 2018-10-26 09:37:10,333 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-d0d3520e-1f9f-4bc-proj used request id req-b51c6d5d-d767-446d-a226-161bbd909fb8 2018-10-26 09:37:10,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b3ecf280d8fa8510da18e47ed4c0ca3f83cecc5" -d '{"network": {"tenant_id": "c20b21d0c8184809a10a1f87c31d8a27", "name": "CreateNetworkSuccessTests-0491a95a-2041-4434-8bf1-8d7480c8b5b6-pub-net", "admin_state_up": true}}' 2018-10-26 09:37:10,878 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-f12c6456-39d8-4eea-a658-cf0957ebb064 Date: Fri, 26 Oct 2018 09:37:10 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"457b4732-9d04-41f9-97a4-147120167ed5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":36,"ipv4_address_scope":null,"shared":false,"project_id":"c20b21d0c8184809a10a1f87c31d8a27","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T09:37:10Z","is_default":false,"qos_policy_id":null,"name":"CreateNetworkSuccessTests-0491a95a-2041-4434-8bf1-8d7480c8b5b6-pub-net","admin_state_up":true,"tenant_id":"c20b21d0c8184809a10a1f87c31d8a27","created_at":"2018-10-26T09:37:10Z","mtu":1450}} 2018-10-26 09:37:10,878 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-f12c6456-39d8-4eea-a658-cf0957ebb064 2018-10-26 09:37:10,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=457b4732-9d04-41f9-97a4-147120167ed5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b3ecf280d8fa8510da18e47ed4c0ca3f83cecc5" 2018-10-26 09:37:11,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 707 X-Openstack-Request-Id: req-feb47c9f-8872-410e-b1ce-93882b5ef0dc Date: Fri, 26 Oct 2018 09:37:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"457b4732-9d04-41f9-97a4-147120167ed5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":36,"ipv4_address_scope":null,"shared":false,"project_id":"c20b21d0c8184809a10a1f87c31d8a27","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T09:37:10Z","qos_policy_id":null,"name":"CreateNetworkSuccessTests-0491a95a-2041-4434-8bf1-8d7480c8b5b6-pub-net","admin_state_up":true,"tenant_id":"c20b21d0c8184809a10a1f87c31d8a27","created_at":"2018-10-26T09:37:10Z","provider:network_type":"vxlan"}]} 2018-10-26 09:37:11,116 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=457b4732-9d04-41f9-97a4-147120167ed5 used request id req-feb47c9f-8872-410e-b1ce-93882b5ef0dc 2018-10-26 09:37:11,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=457b4732-9d04-41f9-97a4-147120167ed5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b3ecf280d8fa8510da18e47ed4c0ca3f83cecc5" 2018-10-26 09:37:11,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-3e211949-fb06-4f8b-b303-b9da0092f90e Date: Fri, 26 Oct 2018 09:37:11 GMT RESP BODY: {"subnets":[]} 2018-10-26 09:37:11,326 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=457b4732-9d04-41f9-97a4-147120167ed5 used request id req-3e211949-fb06-4f8b-b303-b9da0092f90e 2018-10-26 09:37:11,326 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:37:11,327 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:37:11,701 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:37:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["sw6d_MufRpqzcJUIoHPLHQ"], "issued_at": "2018-10-26T09:37:11.000000Z"}} 2018-10-26 09:37:11,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5f98d8e9f6cd8077a8cea71841d024bc83c8fa4" 2018-10-26 09:37:11,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:37:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58cad0d0-a295-40e4-b0d0-92e17e1d50bb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:37:11,789 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-58cad0d0-a295-40e4-b0d0-92e17e1d50bb 2018-10-26 09:37:11,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:37:11,799 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:37: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:37:11,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-d0d3520e-1f9f-4bc-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5f98d8e9f6cd8077a8cea71841d024bc83c8fa4" 2018-10-26 09:37:11,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:37:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bad9c62e-f3c9-486f-8ffe-9bd9614cfa64 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-d0d3520e-1f9f-4bc-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c20b21d0c8184809a10a1f87c31d8a27"}, "enabled": true, "id": "c20b21d0c8184809a10a1f87c31d8a27", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-d0d3520e-1f9f-4bc-proj"}]} 2018-10-26 09:37:11,816 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-d0d3520e-1f9f-4bc-proj used request id req-bad9c62e-f3c9-486f-8ffe-9bd9614cfa64 2018-10-26 09:37:11,817 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-0491a95a-2041-4434-8bf1-8d7480c8b5b6-pub-subnet 2018-10-26 09:37:11,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b3ecf280d8fa8510da18e47ed4c0ca3f83cecc5" -d '{"subnets": [{"ip_version": 4, "network_id": "457b4732-9d04-41f9-97a4-147120167ed5", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-0491a95a-2041-4434-8bf1-8d7480c8b5b6-pub-subnet", "tenant_id": "c20b21d0c8184809a10a1f87c31d8a27"}]}' 2018-10-26 09:37:12,370 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-0e2ac9af-73f5-484e-9a38-43dd6e1cffce Date: Fri, 26 Oct 2018 09:37:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"457b4732-9d04-41f9-97a4-147120167ed5","tenant_id":"c20b21d0c8184809a10a1f87c31d8a27","created_at":"2018-10-26T09:37:12Z","dns_nameservers":[],"updated_at":"2018-10-26T09:37: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":"c20b21d0c8184809a10a1f87c31d8a27","id":"6d7e8126-b84d-4b13-bbf6-0c0ba04ccdd3","subnetpool_id":null,"name":"CreateNetworkSuccessTests-0491a95a-2041-4434-8bf1-8d7480c8b5b6-pub-subnet"}]} 2018-10-26 09:37:12,370 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-0e2ac9af-73f5-484e-9a38-43dd6e1cffce 2018-10-26 09:37:12,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=457b4732-9d04-41f9-97a4-147120167ed5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b3ecf280d8fa8510da18e47ed4c0ca3f83cecc5" 2018-10-26 09:37:12,620 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-37c8782e-5c00-44b1-ad3b-991f5215eac6 Date: Fri, 26 Oct 2018 09:37:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"457b4732-9d04-41f9-97a4-147120167ed5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":36,"ipv4_address_scope":null,"shared":false,"project_id":"c20b21d0c8184809a10a1f87c31d8a27","status":"ACTIVE","subnets":["6d7e8126-b84d-4b13-bbf6-0c0ba04ccdd3"],"description":"","tags":[],"updated_at":"2018-10-26T09:37:12Z","qos_policy_id":null,"name":"CreateNetworkSuccessTests-0491a95a-2041-4434-8bf1-8d7480c8b5b6-pub-net","admin_state_up":true,"tenant_id":"c20b21d0c8184809a10a1f87c31d8a27","created_at":"2018-10-26T09:37:10Z","provider:network_type":"vxlan"}]} 2018-10-26 09:37:12,620 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=457b4732-9d04-41f9-97a4-147120167ed5 used request id req-37c8782e-5c00-44b1-ad3b-991f5215eac6 2018-10-26 09:37:12,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=457b4732-9d04-41f9-97a4-147120167ed5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b3ecf280d8fa8510da18e47ed4c0ca3f83cecc5" 2018-10-26 09:37:12,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-d923bf66-7b1f-447d-bcb6-632c387a20d1 Date: Fri, 26 Oct 2018 09:37:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"457b4732-9d04-41f9-97a4-147120167ed5","tenant_id":"c20b21d0c8184809a10a1f87c31d8a27","created_at":"2018-10-26T09:37:12Z","dns_nameservers":[],"updated_at":"2018-10-26T09:37: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":"c20b21d0c8184809a10a1f87c31d8a27","id":"6d7e8126-b84d-4b13-bbf6-0c0ba04ccdd3","subnetpool_id":null,"name":"CreateNetworkSuccessTests-0491a95a-2041-4434-8bf1-8d7480c8b5b6-pub-subnet"}]} 2018-10-26 09:37:12,828 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=457b4732-9d04-41f9-97a4-147120167ed5 used request id req-d923bf66-7b1f-447d-bcb6-632c387a20d1 2018-10-26 09:37:12,828 - OpenStackNetwork - DEBUG - Network [457b4732-9d04-41f9-97a4-147120167ed5] created successfully 2018-10-26 09:37:12,829 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:37:13,204 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1ffe8505e23e46e0ac8161eeac3c4989", "name": "CreateNetworkSuccessTests-d0d3520e-1f9f-4bc-proj-role"}], "expires_at": "2018-10-26T10:37:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c20b21d0c8184809a10a1f87c31d8a27", "name": "CreateNetworkSuccessTests-d0d3520e-1f9f-4bc-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c20b21d0c8184809a10a1f87c31d8a27", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/c20b21d0c8184809a10a1f87c31d8a27", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/c20b21d0c8184809a10a1f87c31d8a27", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c20b21d0c8184809a10a1f87c31d8a27", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/c20b21d0c8184809a10a1f87c31d8a27", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/c20b21d0c8184809a10a1f87c31d8a27", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/c20b21d0c8184809a10a1f87c31d8a27", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/c20b21d0c8184809a10a1f87c31d8a27", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/c20b21d0c8184809a10a1f87c31d8a27", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/c20b21d0c8184809a10a1f87c31d8a27", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/c20b21d0c8184809a10a1f87c31d8a27", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/c20b21d0c8184809a10a1f87c31d8a27", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-d0d3520e-1f9f-4bc-user", "id": "38fe9828a8884a789675b240484c7d4f"}, "audit_ids": ["FbRCko7BSLmRs-i67JPVUw"], "issued_at": "2018-10-26T09:37:13.000000Z"}} 2018-10-26 09:37:13,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-0491a95a-2041-4434-8bf1-8d7480c8b5b6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ef63af4786e7db063f9f74bfe58667dbdd6e466" 2018-10-26 09:37:13,456 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-acf73a87-193e-4b15-ba98-dc7ca4178cb5 Date: Fri, 26 Oct 2018 09: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":["6d7e8126-b84d-4b13-bbf6-0c0ba04ccdd3"],"updated_at":"2018-10-26T09:37:12Z","tenant_id":"c20b21d0c8184809a10a1f87c31d8a27","created_at":"2018-10-26T09:37:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c20b21d0c8184809a10a1f87c31d8a27","id":"457b4732-9d04-41f9-97a4-147120167ed5","name":"CreateNetworkSuccessTests-0491a95a-2041-4434-8bf1-8d7480c8b5b6-pub-net"}]} 2018-10-26 09:37:13,456 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-0491a95a-2041-4434-8bf1-8d7480c8b5b6-pub-net used request id req-acf73a87-193e-4b15-ba98-dc7ca4178cb5 2018-10-26 09:37:13,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:37:13,465 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:37:13,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c20b21d0c8184809a10a1f87c31d8a27 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a88542f9ac101eaf0a2cab76887d5e6b29988d7e" 2018-10-26 09:37:13,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:37:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07de48ae-f6cc-470e-9b09-e4e69120f434 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c20b21d0c8184809a10a1f87c31d8a27"}, "enabled": true, "id": "c20b21d0c8184809a10a1f87c31d8a27", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-d0d3520e-1f9f-4bc-proj"}} 2018-10-26 09:37:13,546 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c20b21d0c8184809a10a1f87c31d8a27 used request id req-07de48ae-f6cc-470e-9b09-e4e69120f434 2018-10-26 09:37:13,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=457b4732-9d04-41f9-97a4-147120167ed5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ef63af4786e7db063f9f74bfe58667dbdd6e466" 2018-10-26 09:37:13,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-8cd2e383-83ff-43ed-a002-79c6ae38f2d4 Date: Fri, 26 Oct 2018 09:37:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"457b4732-9d04-41f9-97a4-147120167ed5","tenant_id":"c20b21d0c8184809a10a1f87c31d8a27","created_at":"2018-10-26T09:37:12Z","dns_nameservers":[],"updated_at":"2018-10-26T09:37: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":"c20b21d0c8184809a10a1f87c31d8a27","id":"6d7e8126-b84d-4b13-bbf6-0c0ba04ccdd3","subnetpool_id":null,"name":"CreateNetworkSuccessTests-0491a95a-2041-4434-8bf1-8d7480c8b5b6-pub-subnet"}]} 2018-10-26 09:37:13,751 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=457b4732-9d04-41f9-97a4-147120167ed5 used request id req-8cd2e383-83ff-43ed-a002-79c6ae38f2d4 2018-10-26 09:37:13,752 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:37:13,753 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:37:14,138 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:37:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["ASeAbeGDRyC0Zn_VXdW1Vw"], "issued_at": "2018-10-26T09:37:14.000000Z"}} 2018-10-26 09:37:14,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de5e319c26e2901e67184a1542977744bd4ff87d" 2018-10-26 09:37:14,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:37:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d02f765e-f48f-44e9-8f6b-40a029c961ba Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:37:14,219 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d02f765e-f48f-44e9-8f6b-40a029c961ba 2018-10-26 09:37:14,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateNetworkSuccessTests-0491a95a-2041-4434-8bf1-8d7480c8b5b6-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de5e319c26e2901e67184a1542977744bd4ff87d" 2018-10-26 09:37:14,424 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-4031705e-a7ea-46c8-844e-0e34fd882ec3 Date: Fri, 26 Oct 2018 09:37:14 GMT RESP BODY: {"routers": []} 2018-10-26 09:37:14,424 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateNetworkSuccessTests-0491a95a-2041-4434-8bf1-8d7480c8b5b6-pub-router&admin_state_up=True used request id req-4031705e-a7ea-46c8-844e-0e34fd882ec3 2018-10-26 09:37:14,424 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:37:14,425 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:37:14,816 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:37:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["wM7Jd4NaTLOKDs3v1-t2WA"], "issued_at": "2018-10-26T09:37:14.000000Z"}} 2018-10-26 09:37:14,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28150244a4bf2e97c1ce8da57d7fc539fdeea25e" 2018-10-26 09:37:14,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:37:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25daa06a-a2ce-40a9-af54-800bc3f35bde Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:37:14,897 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-25daa06a-a2ce-40a9-af54-800bc3f35bde 2018-10-26 09:37:14,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:37:14,907 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:37: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:37:14,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-d0d3520e-1f9f-4bc-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28150244a4bf2e97c1ce8da57d7fc539fdeea25e" 2018-10-26 09:37:14,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:37:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de16a7ff-cbf2-4c59-8fda-31e5975698c8 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-d0d3520e-1f9f-4bc-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c20b21d0c8184809a10a1f87c31d8a27"}, "enabled": true, "id": "c20b21d0c8184809a10a1f87c31d8a27", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-d0d3520e-1f9f-4bc-proj"}]} 2018-10-26 09:37:14,927 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-d0d3520e-1f9f-4bc-proj used request id req-de16a7ff-cbf2-4c59-8fda-31e5975698c8 2018-10-26 09:37:14,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de5e319c26e2901e67184a1542977744bd4ff87d" 2018-10-26 09:37:15,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-c7365a6c-3eef-4f78-8217-d3a3e6c36f2e Date: Fri, 26 Oct 2018 09:37:15 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","provider:network_type":"flat"}]} 2018-10-26 09:37:15,176 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-c7365a6c-3eef-4f78-8217-d3a3e6c36f2e 2018-10-26 09:37:15,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de5e319c26e2901e67184a1542977744bd4ff87d" 2018-10-26 09:37:15,379 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-3224309e-ea25-4e4b-8434-8fb6170d6ad7 Date: Fri, 26 Oct 2018 09:37:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:47Z","dns_nameservers":[],"updated_at":"2018-10-26T08:12:47Z","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":"c850e319615544ee86b9a48e1e3e8f0f","id":"e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-26 09:37:15,379 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-3224309e-ea25-4e4b-8434-8fb6170d6ad7 2018-10-26 09:37:15,380 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-0491a95a-2041-4434-8bf1-8d7480c8b5b6-pub-router 2018-10-26 09:37:15,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de5e319c26e2901e67184a1542977744bd4ff87d" -d '{"router": {"external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693"}, "tenant_id": "c20b21d0c8184809a10a1f87c31d8a27", "name": "CreateNetworkSuccessTests-0491a95a-2041-4434-8bf1-8d7480c8b5b6-pub-router", "admin_state_up": true}}' 2018-10-26 09:37:20,009 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-abba8cfa-a0bb-403a-b87d-b492325d47c6 Date: Fri, 26 Oct 2018 09:37:20 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "c20b21d0c8184809a10a1f87c31d8a27", "created_at": "2018-10-26T09:37:15Z", "admin_state_up": true, "updated_at": "2018-10-26T09:37:16Z", "project_id": "c20b21d0c8184809a10a1f87c31d8a27", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "5d352d5d-0880-4055-8e06-6bb9f5eefc6f", "name": "CreateNetworkSuccessTests-0491a95a-2041-4434-8bf1-8d7480c8b5b6-pub-router"}} 2018-10-26 09:37:20,009 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-abba8cfa-a0bb-403a-b87d-b492325d47c6 2018-10-26 09:37:20,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=5d352d5d-0880-4055-8e06-6bb9f5eefc6f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de5e319c26e2901e67184a1542977744bd4ff87d" 2018-10-26 09:37:20,225 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3249 X-Openstack-Request-Id: req-f5a5937d-4c2a-409c-98d3-31e9866744a3 Date: Fri, 26 Oct 2018 09:37:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:37:20Z","device_owner":"network:router_gateway","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414","ip_address":"172.30.9.209"}],"id":"6565d26c-8466-422c-a43e-3d9cbc279c8a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:26:f0:ac","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":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","tenant_id":"","created_at":"2018-10-26T09:37:16Z","binding:vnic_type":"normal","device_id":"5d352d5d-0880-4055-8e06-6bb9f5eefc6f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:37:18Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f465e46c-6c55-4f1f-a795-4fe51fe0ab95","ip_address":"169.254.192.12"}],"id":"8ce44288-1792-458b-bb5b-b7a19e2b3779","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ab:d8:1a","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant c20b21d0c8184809a10a1f87c31d8a27","admin_state_up":true,"network_id":"ad2122ac-fcc5-49ef-bc08-649ae3cb72b6","tenant_id":"","created_at":"2018-10-26T09:37:18Z","binding:vnic_type":"normal","device_id":"5d352d5d-0880-4055-8e06-6bb9f5eefc6f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:37:18Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f465e46c-6c55-4f1f-a795-4fe51fe0ab95","ip_address":"169.254.192.6"}],"id":"8f4354fd-0675-4982-b22f-a0971ed0dd09","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c2:36:83","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant c20b21d0c8184809a10a1f87c31d8a27","admin_state_up":true,"network_id":"ad2122ac-fcc5-49ef-bc08-649ae3cb72b6","tenant_id":"","created_at":"2018-10-26T09:37:18Z","binding:vnic_type":"normal","device_id":"5d352d5d-0880-4055-8e06-6bb9f5eefc6f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:37:17Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f465e46c-6c55-4f1f-a795-4fe51fe0ab95","ip_address":"169.254.192.2"}],"id":"f895c74e-bcef-4683-8576-cb1ea0647892","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:8e:d4:c1","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant c20b21d0c8184809a10a1f87c31d8a27","admin_state_up":true,"network_id":"ad2122ac-fcc5-49ef-bc08-649ae3cb72b6","tenant_id":"","created_at":"2018-10-26T09:37:17Z","binding:vnic_type":"normal","device_id":"5d352d5d-0880-4055-8e06-6bb9f5eefc6f"}]} 2018-10-26 09:37:20,225 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=5d352d5d-0880-4055-8e06-6bb9f5eefc6f used request id req-f5a5937d-4c2a-409c-98d3-31e9866744a3 2018-10-26 09:37:20,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de5e319c26e2901e67184a1542977744bd4ff87d" 2018-10-26 09:37:20,286 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-9c24aa4c-4f4e-4694-9f56-1e686f6316e2 Date: Fri, 26 Oct 2018 09:37:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:47Z","dns_nameservers":[],"updated_at":"2018-10-26T08:12:47Z","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":"c850e319615544ee86b9a48e1e3e8f0f","id":"e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414","subnetpool_id":null,"name":"external-subnet"}} 2018-10-26 09:37:20,287 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414 used request id req-9c24aa4c-4f4e-4694-9f56-1e686f6316e2 2018-10-26 09:37:20,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/f465e46c-6c55-4f1f-a795-4fe51fe0ab95 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de5e319c26e2901e67184a1542977744bd4ff87d" 2018-10-26 09:37:20,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-0f93fc5b-2aec-4ae2-87ca-5a844bd76b47 Date: Fri, 26 Oct 2018 09:37:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ad2122ac-fcc5-49ef-bc08-649ae3cb72b6","tenant_id":"","created_at":"2018-10-26T09:37:15Z","dns_nameservers":[],"updated_at":"2018-10-26T09:37:15Z","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":"f465e46c-6c55-4f1f-a795-4fe51fe0ab95","subnetpool_id":null,"name":"HA subnet tenant c20b21d0c8184809a10a1f87c31d8a27"}} 2018-10-26 09:37:20,496 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/f465e46c-6c55-4f1f-a795-4fe51fe0ab95 used request id req-0f93fc5b-2aec-4ae2-87ca-5a844bd76b47 2018-10-26 09:37:20,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/f465e46c-6c55-4f1f-a795-4fe51fe0ab95 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de5e319c26e2901e67184a1542977744bd4ff87d" 2018-10-26 09:37:20,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-ab9c319d-2ab8-4e98-9ed7-1dd3f4daf606 Date: Fri, 26 Oct 2018 09:37:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ad2122ac-fcc5-49ef-bc08-649ae3cb72b6","tenant_id":"","created_at":"2018-10-26T09:37:15Z","dns_nameservers":[],"updated_at":"2018-10-26T09:37:15Z","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":"f465e46c-6c55-4f1f-a795-4fe51fe0ab95","subnetpool_id":null,"name":"HA subnet tenant c20b21d0c8184809a10a1f87c31d8a27"}} 2018-10-26 09:37:20,705 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/f465e46c-6c55-4f1f-a795-4fe51fe0ab95 used request id req-ab9c319d-2ab8-4e98-9ed7-1dd3f4daf606 2018-10-26 09:37:20,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/f465e46c-6c55-4f1f-a795-4fe51fe0ab95 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de5e319c26e2901e67184a1542977744bd4ff87d" 2018-10-26 09:37:20,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-a0c2d440-e700-4ce3-a23e-0f1a52d9d267 Date: Fri, 26 Oct 2018 09:37:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ad2122ac-fcc5-49ef-bc08-649ae3cb72b6","tenant_id":"","created_at":"2018-10-26T09:37:15Z","dns_nameservers":[],"updated_at":"2018-10-26T09:37:15Z","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":"f465e46c-6c55-4f1f-a795-4fe51fe0ab95","subnetpool_id":null,"name":"HA subnet tenant c20b21d0c8184809a10a1f87c31d8a27"}} 2018-10-26 09:37:20,759 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/f465e46c-6c55-4f1f-a795-4fe51fe0ab95 used request id req-a0c2d440-e700-4ce3-a23e-0f1a52d9d267 2018-10-26 09:37:20,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-0491a95a-2041-4434-8bf1-8d7480c8b5b6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de5e319c26e2901e67184a1542977744bd4ff87d" 2018-10-26 09:37:21,028 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-458d7e92-4c00-4bb0-a74e-a6c818518b58 Date: Fri, 26 Oct 2018 09:37:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"457b4732-9d04-41f9-97a4-147120167ed5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":36,"ipv4_address_scope":null,"shared":false,"project_id":"c20b21d0c8184809a10a1f87c31d8a27","status":"ACTIVE","subnets":["6d7e8126-b84d-4b13-bbf6-0c0ba04ccdd3"],"description":"","tags":[],"updated_at":"2018-10-26T09:37:12Z","qos_policy_id":null,"name":"CreateNetworkSuccessTests-0491a95a-2041-4434-8bf1-8d7480c8b5b6-pub-net","admin_state_up":true,"tenant_id":"c20b21d0c8184809a10a1f87c31d8a27","created_at":"2018-10-26T09:37:10Z","provider:network_type":"vxlan"}]} 2018-10-26 09:37:21,028 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-0491a95a-2041-4434-8bf1-8d7480c8b5b6-pub-net used request id req-458d7e92-4c00-4bb0-a74e-a6c818518b58 2018-10-26 09:37:21,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:37:21,037 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:37: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:37:21,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c20b21d0c8184809a10a1f87c31d8a27 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de5e319c26e2901e67184a1542977744bd4ff87d" 2018-10-26 09:37:21,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:37:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36c1391f-f862-4b9b-94c9-c47db61c540e Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c20b21d0c8184809a10a1f87c31d8a27"}, "enabled": true, "id": "c20b21d0c8184809a10a1f87c31d8a27", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-d0d3520e-1f9f-4bc-proj"}} 2018-10-26 09:37:21,127 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c20b21d0c8184809a10a1f87c31d8a27 used request id req-36c1391f-f862-4b9b-94c9-c47db61c540e 2018-10-26 09:37:21,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=457b4732-9d04-41f9-97a4-147120167ed5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de5e319c26e2901e67184a1542977744bd4ff87d" 2018-10-26 09:37:21,340 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-2d0895d8-f893-4926-b31d-b6769464b55f Date: Fri, 26 Oct 2018 09:37:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"457b4732-9d04-41f9-97a4-147120167ed5","tenant_id":"c20b21d0c8184809a10a1f87c31d8a27","created_at":"2018-10-26T09:37:12Z","dns_nameservers":[],"updated_at":"2018-10-26T09:37: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":"c20b21d0c8184809a10a1f87c31d8a27","id":"6d7e8126-b84d-4b13-bbf6-0c0ba04ccdd3","subnetpool_id":null,"name":"CreateNetworkSuccessTests-0491a95a-2041-4434-8bf1-8d7480c8b5b6-pub-subnet"}]} 2018-10-26 09:37:21,341 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=457b4732-9d04-41f9-97a4-147120167ed5 used request id req-2d0895d8-f893-4926-b31d-b6769464b55f 2018-10-26 09:37:21,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=457b4732-9d04-41f9-97a4-147120167ed5&name=CreateNetworkSuccessTests-0491a95a-2041-4434-8bf1-8d7480c8b5b6-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de5e319c26e2901e67184a1542977744bd4ff87d" 2018-10-26 09:37:21,730 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-f4913873-fdfc-4403-a1e2-c767e49f79ec Date: Fri, 26 Oct 2018 09:37:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"457b4732-9d04-41f9-97a4-147120167ed5","tenant_id":"c20b21d0c8184809a10a1f87c31d8a27","created_at":"2018-10-26T09:37:12Z","dns_nameservers":[],"updated_at":"2018-10-26T09:37: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":"c20b21d0c8184809a10a1f87c31d8a27","id":"6d7e8126-b84d-4b13-bbf6-0c0ba04ccdd3","subnetpool_id":null,"name":"CreateNetworkSuccessTests-0491a95a-2041-4434-8bf1-8d7480c8b5b6-pub-subnet"}]} 2018-10-26 09:37:21,731 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=457b4732-9d04-41f9-97a4-147120167ed5&name=CreateNetworkSuccessTests-0491a95a-2041-4434-8bf1-8d7480c8b5b6-pub-subnet used request id req-f4913873-fdfc-4403-a1e2-c767e49f79ec 2018-10-26 09:37:21,731 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-10-26 09:37:21,731 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-0491a95a-2041-4434-8bf1-8d7480c8b5b6-pub-router 2018-10-26 09:37:21,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/5d352d5d-0880-4055-8e06-6bb9f5eefc6f/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de5e319c26e2901e67184a1542977744bd4ff87d" -d '{"subnet_id": "6d7e8126-b84d-4b13-bbf6-0c0ba04ccdd3"}' 2018-10-26 09:37:23,721 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-bb89abac-7d65-42be-b93c-758859192cf2 Date: Fri, 26 Oct 2018 09:37:23 GMT RESP BODY: {"network_id": "457b4732-9d04-41f9-97a4-147120167ed5", "tenant_id": "c20b21d0c8184809a10a1f87c31d8a27", "subnet_id": "6d7e8126-b84d-4b13-bbf6-0c0ba04ccdd3", "subnet_ids": ["6d7e8126-b84d-4b13-bbf6-0c0ba04ccdd3"], "port_id": "028a6566-9a03-4788-b414-357fbcc7dd02", "id": "5d352d5d-0880-4055-8e06-6bb9f5eefc6f"} 2018-10-26 09:37:23,721 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/5d352d5d-0880-4055-8e06-6bb9f5eefc6f/add_router_interface used request id req-bb89abac-7d65-42be-b93c-758859192cf2 2018-10-26 09:37:23,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/5d352d5d-0880-4055-8e06-6bb9f5eefc6f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de5e319c26e2901e67184a1542977744bd4ff87d" 2018-10-26 09:37:23,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 734 X-Openstack-Request-Id: req-9325979a-9459-424a-b9ba-6d43499c91fc Date: Fri, 26 Oct 2018 09:37:23 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "c20b21d0c8184809a10a1f87c31d8a27", "created_at": "2018-10-26T09:37:15Z", "admin_state_up": true, "updated_at": "2018-10-26T09:37:22Z", "project_id": "c20b21d0c8184809a10a1f87c31d8a27", "flavor_id": null, "revision_number": 8, "routes": [], "ha": true, "id": "5d352d5d-0880-4055-8e06-6bb9f5eefc6f", "name": "CreateNetworkSuccessTests-0491a95a-2041-4434-8bf1-8d7480c8b5b6-pub-router"}} 2018-10-26 09:37:23,940 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/5d352d5d-0880-4055-8e06-6bb9f5eefc6f used request id req-9325979a-9459-424a-b9ba-6d43499c91fc 2018-10-26 09:37:23,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=5d352d5d-0880-4055-8e06-6bb9f5eefc6f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de5e319c26e2901e67184a1542977744bd4ff87d" 2018-10-26 09:37:24,142 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4442 X-Openstack-Request-Id: req-f96f6412-62b5-4028-9801-c4a7c31f3450 Date: Fri, 26 Oct 2018 09:37:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:37:23Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6d7e8126-b84d-4b13-bbf6-0c0ba04ccdd3","ip_address":"10.55.1.1"}],"id":"028a6566-9a03-4788-b414-357fbcc7dd02","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:71:db:89","project_id":"c20b21d0c8184809a10a1f87c31d8a27","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"457b4732-9d04-41f9-97a4-147120167ed5","tenant_id":"c20b21d0c8184809a10a1f87c31d8a27","created_at":"2018-10-26T09:37:22Z","binding:vnic_type":"normal","device_id":"5d352d5d-0880-4055-8e06-6bb9f5eefc6f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:37:21Z","device_owner":"network:router_gateway","revision_number":10,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414","ip_address":"172.30.9.209"}],"id":"6565d26c-8466-422c-a43e-3d9cbc279c8a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:26:f0:ac","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":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","tenant_id":"","created_at":"2018-10-26T09:37:16Z","binding:vnic_type":"normal","device_id":"5d352d5d-0880-4055-8e06-6bb9f5eefc6f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:37:22Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f465e46c-6c55-4f1f-a795-4fe51fe0ab95","ip_address":"169.254.192.12"}],"id":"8ce44288-1792-458b-bb5b-b7a19e2b3779","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:d8:1a","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant c20b21d0c8184809a10a1f87c31d8a27","admin_state_up":true,"network_id":"ad2122ac-fcc5-49ef-bc08-649ae3cb72b6","tenant_id":"","created_at":"2018-10-26T09:37:18Z","binding:vnic_type":"normal","device_id":"5d352d5d-0880-4055-8e06-6bb9f5eefc6f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:37:22Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f465e46c-6c55-4f1f-a795-4fe51fe0ab95","ip_address":"169.254.192.6"}],"id":"8f4354fd-0675-4982-b22f-a0971ed0dd09","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c2:36:83","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant c20b21d0c8184809a10a1f87c31d8a27","admin_state_up":true,"network_id":"ad2122ac-fcc5-49ef-bc08-649ae3cb72b6","tenant_id":"","created_at":"2018-10-26T09:37:18Z","binding:vnic_type":"normal","device_id":"5d352d5d-0880-4055-8e06-6bb9f5eefc6f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:37:21Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f465e46c-6c55-4f1f-a795-4fe51fe0ab95","ip_address":"169.254.192.2"}],"id":"f895c74e-bcef-4683-8576-cb1ea0647892","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:d4:c1","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant c20b21d0c8184809a10a1f87c31d8a27","admin_state_up":true,"network_id":"ad2122ac-fcc5-49ef-bc08-649ae3cb72b6","tenant_id":"","created_at":"2018-10-26T09:37:17Z","binding:vnic_type":"normal","device_id":"5d352d5d-0880-4055-8e06-6bb9f5eefc6f"}]} 2018-10-26 09:37:24,142 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=5d352d5d-0880-4055-8e06-6bb9f5eefc6f used request id req-f96f6412-62b5-4028-9801-c4a7c31f3450 2018-10-26 09:37:24,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de5e319c26e2901e67184a1542977744bd4ff87d" 2018-10-26 09:37:24,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-94d80ada-66ff-4563-8063-47ac07e9fcde Date: Fri, 26 Oct 2018 09:37:24 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:47Z","dns_nameservers":[],"updated_at":"2018-10-26T08:12:47Z","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":"c850e319615544ee86b9a48e1e3e8f0f","id":"e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414","subnetpool_id":null,"name":"external-subnet"}} 2018-10-26 09:37:24,194 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414 used request id req-94d80ada-66ff-4563-8063-47ac07e9fcde 2018-10-26 09:37:24,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/f465e46c-6c55-4f1f-a795-4fe51fe0ab95 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de5e319c26e2901e67184a1542977744bd4ff87d" 2018-10-26 09:37:24,424 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-31473cc2-da46-4518-a4ce-20af25c615ca Date: Fri, 26 Oct 2018 09:37:24 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ad2122ac-fcc5-49ef-bc08-649ae3cb72b6","tenant_id":"","created_at":"2018-10-26T09:37:15Z","dns_nameservers":[],"updated_at":"2018-10-26T09:37:15Z","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":"f465e46c-6c55-4f1f-a795-4fe51fe0ab95","subnetpool_id":null,"name":"HA subnet tenant c20b21d0c8184809a10a1f87c31d8a27"}} 2018-10-26 09:37:24,425 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/f465e46c-6c55-4f1f-a795-4fe51fe0ab95 used request id req-31473cc2-da46-4518-a4ce-20af25c615ca 2018-10-26 09:37:24,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/f465e46c-6c55-4f1f-a795-4fe51fe0ab95 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de5e319c26e2901e67184a1542977744bd4ff87d" 2018-10-26 09:37:24,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-d0a49f2b-91e3-470e-97ed-af670d0c05ee Date: Fri, 26 Oct 2018 09:37:24 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ad2122ac-fcc5-49ef-bc08-649ae3cb72b6","tenant_id":"","created_at":"2018-10-26T09:37:15Z","dns_nameservers":[],"updated_at":"2018-10-26T09:37:15Z","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":"f465e46c-6c55-4f1f-a795-4fe51fe0ab95","subnetpool_id":null,"name":"HA subnet tenant c20b21d0c8184809a10a1f87c31d8a27"}} 2018-10-26 09:37:24,477 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/f465e46c-6c55-4f1f-a795-4fe51fe0ab95 used request id req-d0a49f2b-91e3-470e-97ed-af670d0c05ee 2018-10-26 09:37:24,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/f465e46c-6c55-4f1f-a795-4fe51fe0ab95 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de5e319c26e2901e67184a1542977744bd4ff87d" 2018-10-26 09:37:24,678 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-c395e46b-52c4-4358-9b6f-28f7f6e89a66 Date: Fri, 26 Oct 2018 09:37:24 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"ad2122ac-fcc5-49ef-bc08-649ae3cb72b6","tenant_id":"","created_at":"2018-10-26T09:37:15Z","dns_nameservers":[],"updated_at":"2018-10-26T09:37:15Z","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":"f465e46c-6c55-4f1f-a795-4fe51fe0ab95","subnetpool_id":null,"name":"HA subnet tenant c20b21d0c8184809a10a1f87c31d8a27"}} 2018-10-26 09:37:24,678 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/f465e46c-6c55-4f1f-a795-4fe51fe0ab95 used request id req-c395e46b-52c4-4358-9b6f-28f7f6e89a66 2018-10-26 09:37:24,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/6d7e8126-b84d-4b13-bbf6-0c0ba04ccdd3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de5e319c26e2901e67184a1542977744bd4ff87d" 2018-10-26 09:37:24,730 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-4c84f2ba-0c6e-4cf4-880e-002e44a2d98e Date: Fri, 26 Oct 2018 09:37:24 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"457b4732-9d04-41f9-97a4-147120167ed5","tenant_id":"c20b21d0c8184809a10a1f87c31d8a27","created_at":"2018-10-26T09:37:12Z","dns_nameservers":[],"updated_at":"2018-10-26T09:37: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":"c20b21d0c8184809a10a1f87c31d8a27","id":"6d7e8126-b84d-4b13-bbf6-0c0ba04ccdd3","subnetpool_id":null,"name":"CreateNetworkSuccessTests-0491a95a-2041-4434-8bf1-8d7480c8b5b6-pub-subnet"}} 2018-10-26 09:37:24,730 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/6d7e8126-b84d-4b13-bbf6-0c0ba04ccdd3 used request id req-4c84f2ba-0c6e-4cf4-880e-002e44a2d98e 2018-10-26 09:37:24,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateNetworkSuccessTests-0491a95a-2041-4434-8bf1-8d7480c8b5b6-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ef63af4786e7db063f9f74bfe58667dbdd6e466" 2018-10-26 09:37:24,950 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-17fc04d0-16fd-4160-b3a5-e551c9aada64 Date: Fri, 26 Oct 2018 09:37:24 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "c20b21d0c8184809a10a1f87c31d8a27", "created_at": "2018-10-26T09:37:15Z", "admin_state_up": true, "updated_at": "2018-10-26T09:37:22Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "c20b21d0c8184809a10a1f87c31d8a27", "id": "5d352d5d-0880-4055-8e06-6bb9f5eefc6f", "name": "CreateNetworkSuccessTests-0491a95a-2041-4434-8bf1-8d7480c8b5b6-pub-router"}]} 2018-10-26 09:37:24,950 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateNetworkSuccessTests-0491a95a-2041-4434-8bf1-8d7480c8b5b6-pub-router&admin_state_up=True used request id req-17fc04d0-16fd-4160-b3a5-e551c9aada64 2018-10-26 09:37:24,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c20b21d0c8184809a10a1f87c31d8a27 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a88542f9ac101eaf0a2cab76887d5e6b29988d7e" 2018-10-26 09:37:25,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:37:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2faaa94-dd8c-464c-902d-e307016ab8e6 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c20b21d0c8184809a10a1f87c31d8a27"}, "enabled": true, "id": "c20b21d0c8184809a10a1f87c31d8a27", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-d0d3520e-1f9f-4bc-proj"}} 2018-10-26 09:37:25,041 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c20b21d0c8184809a10a1f87c31d8a27 used request id req-c2faaa94-dd8c-464c-902d-e307016ab8e6 2018-10-26 09:37:25,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=5d352d5d-0880-4055-8e06-6bb9f5eefc6f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ef63af4786e7db063f9f74bfe58667dbdd6e466" 2018-10-26 09:37:25,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-d107920b-1c04-4700-9716-c4cfde7cfcd5 Date: Fri, 26 Oct 2018 09:37:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:37:24Z","device_owner":"network:ha_router_replicated_interface","revision_number":7,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"6d7e8126-b84d-4b13-bbf6-0c0ba04ccdd3","ip_address":"10.55.1.1"}],"id":"028a6566-9a03-4788-b414-357fbcc7dd02","security_groups":[],"mac_address":"fa:16:3e:71:db:89","project_id":"c20b21d0c8184809a10a1f87c31d8a27","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"457b4732-9d04-41f9-97a4-147120167ed5","tenant_id":"c20b21d0c8184809a10a1f87c31d8a27","created_at":"2018-10-26T09:37:22Z","binding:vnic_type":"normal","device_id":"5d352d5d-0880-4055-8e06-6bb9f5eefc6f"}]} 2018-10-26 09:37:25,241 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=5d352d5d-0880-4055-8e06-6bb9f5eefc6f used request id req-d107920b-1c04-4700-9716-c4cfde7cfcd5 2018-10-26 09:37:25,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/6d7e8126-b84d-4b13-bbf6-0c0ba04ccdd3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ef63af4786e7db063f9f74bfe58667dbdd6e466" 2018-10-26 09:37:25,449 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-1552e374-3ec1-4894-8506-806091c624d0 Date: Fri, 26 Oct 2018 09:37:25 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"457b4732-9d04-41f9-97a4-147120167ed5","tenant_id":"c20b21d0c8184809a10a1f87c31d8a27","created_at":"2018-10-26T09:37:12Z","dns_nameservers":[],"updated_at":"2018-10-26T09:37: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":"c20b21d0c8184809a10a1f87c31d8a27","id":"6d7e8126-b84d-4b13-bbf6-0c0ba04ccdd3","subnetpool_id":null,"name":"CreateNetworkSuccessTests-0491a95a-2041-4434-8bf1-8d7480c8b5b6-pub-subnet"}} 2018-10-26 09:37:25,449 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/6d7e8126-b84d-4b13-bbf6-0c0ba04ccdd3 used request id req-1552e374-3ec1-4894-8506-806091c624d0 2018-10-26 09:37:25,449 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-0491a95a-2041-4434-8bf1-8d7480c8b5b6-pub-router and subnet CreateNetworkSuccessTests-0491a95a-2041-4434-8bf1-8d7480c8b5b6-pub-subnet 2018-10-26 09:37:25,450 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-0491a95a-2041-4434-8bf1-8d7480c8b5b6-pub-router 2018-10-26 09:37:25,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/5d352d5d-0880-4055-8e06-6bb9f5eefc6f/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de5e319c26e2901e67184a1542977744bd4ff87d" -d '{"subnet_id": "6d7e8126-b84d-4b13-bbf6-0c0ba04ccdd3"}' 2018-10-26 09:37:26,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4d198b38-ba09-4a48-9b3f-0a930dc60694 Date: Fri, 26 Oct 2018 09:37:26 GMT RESP BODY: {"network_id": "457b4732-9d04-41f9-97a4-147120167ed5", "tenant_id": "c20b21d0c8184809a10a1f87c31d8a27", "subnet_id": "6d7e8126-b84d-4b13-bbf6-0c0ba04ccdd3", "subnet_ids": ["6d7e8126-b84d-4b13-bbf6-0c0ba04ccdd3"], "port_id": "028a6566-9a03-4788-b414-357fbcc7dd02", "id": "5d352d5d-0880-4055-8e06-6bb9f5eefc6f"} 2018-10-26 09:37:26,917 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/5d352d5d-0880-4055-8e06-6bb9f5eefc6f/remove_router_interface used request id req-4d198b38-ba09-4a48-9b3f-0a930dc60694 2018-10-26 09:37:26,918 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-0491a95a-2041-4434-8bf1-8d7480c8b5b6-pub-router 2018-10-26 09:37:26,918 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-0491a95a-2041-4434-8bf1-8d7480c8b5b6-pub-router 2018-10-26 09:37:26,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/5d352d5d-0880-4055-8e06-6bb9f5eefc6f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de5e319c26e2901e67184a1542977744bd4ff87d" 2018-10-26 09:37:30,414 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a6d3594c-36d0-4ca6-aff1-7699935a9346 Content-Length: 0 Date: Fri, 26 Oct 2018 09:37:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:37:30,415 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/5d352d5d-0880-4055-8e06-6bb9f5eefc6f used request id req-a6d3594c-36d0-4ca6-aff1-7699935a9346 2018-10-26 09:37:30,416 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-0491a95a-2041-4434-8bf1-8d7480c8b5b6-pub-subnet 2018-10-26 09:37:30,416 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-0491a95a-2041-4434-8bf1-8d7480c8b5b6-pub-subnet 2018-10-26 09:37:30,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/6d7e8126-b84d-4b13-bbf6-0c0ba04ccdd3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b3ecf280d8fa8510da18e47ed4c0ca3f83cecc5" 2018-10-26 09:37:32,688 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e911cc89-341a-4bd9-a51f-4c7cf70d011e Date: Fri, 26 Oct 2018 09:37:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:37:32,688 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/6d7e8126-b84d-4b13-bbf6-0c0ba04ccdd3 used request id req-e911cc89-341a-4bd9-a51f-4c7cf70d011e 2018-10-26 09:37:32,688 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-0491a95a-2041-4434-8bf1-8d7480c8b5b6-pub-net 2018-10-26 09:37:32,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/457b4732-9d04-41f9-97a4-147120167ed5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b3ecf280d8fa8510da18e47ed4c0ca3f83cecc5" 2018-10-26 09:37:34,228 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4b87a8ca-72c8-4fb9-a294-e2d44477f761 Date: Fri, 26 Oct 2018 09:37:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:37:34,228 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/457b4732-9d04-41f9-97a4-147120167ed5 used request id req-4b87a8ca-72c8-4fb9-a294-e2d44477f761 2018-10-26 09:37:34,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10eac6566fb5311adadf43e295b64b613652420b" 2018-10-26 09:37:34,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-3a3bed47-b591-47ea-9b72-ace3598f4b45 Date: Fri, 26 Oct 2018 09:37:34 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c20b21d0c8184809a10a1f87c31d8a27", "created_at": "2018-10-26T09:37:10Z", "updated_at": "2018-10-26T09:37:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:37:10Z", "revision_number": 0, "id": "3a848928-c49f-4a41-b0cf-6c6bc8d1b093", "remote_group_id": "f61d681e-0a55-4548-8844-509059dbc89e", "remote_ip_prefix": null, "created_at": "2018-10-26T09:37:10Z", "security_group_id": "f61d681e-0a55-4548-8844-509059dbc89e", "tenant_id": "c20b21d0c8184809a10a1f87c31d8a27", "port_range_min": null, "ethertype": "IPv4", "project_id": "c20b21d0c8184809a10a1f87c31d8a27"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:37:10Z", "revision_number": 0, "id": "4b940895-5b99-40c0-84fa-e7c0567b33aa", "remote_group_id": "f61d681e-0a55-4548-8844-509059dbc89e", "remote_ip_prefix": null, "created_at": "2018-10-26T09:37:10Z", "security_group_id": "f61d681e-0a55-4548-8844-509059dbc89e", "tenant_id": "c20b21d0c8184809a10a1f87c31d8a27", "port_range_min": null, "ethertype": "IPv6", "project_id": "c20b21d0c8184809a10a1f87c31d8a27"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:37:10Z", "revision_number": 0, "id": "777fd318-7384-4412-9f94-1d81d438e065", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:37:10Z", "security_group_id": "f61d681e-0a55-4548-8844-509059dbc89e", "tenant_id": "c20b21d0c8184809a10a1f87c31d8a27", "port_range_min": null, "ethertype": "IPv4", "project_id": "c20b21d0c8184809a10a1f87c31d8a27"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:37:10Z", "revision_number": 0, "id": "938f6964-efda-4bac-8836-6d76c377f21f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:37:10Z", "security_group_id": "f61d681e-0a55-4548-8844-509059dbc89e", "tenant_id": "c20b21d0c8184809a10a1f87c31d8a27", "port_range_min": null, "ethertype": "IPv6", "project_id": "c20b21d0c8184809a10a1f87c31d8a27"}], "revision_number": 4, "project_id": "c20b21d0c8184809a10a1f87c31d8a27", "id": "f61d681e-0a55-4548-8844-509059dbc89e", "name": "default"}]} 2018-10-26 09:37:34,433 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-3a3bed47-b591-47ea-9b72-ace3598f4b45 2018-10-26 09:37:34,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10eac6566fb5311adadf43e295b64b613652420b" 2018-10-26 09:37:34,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:37:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6cf7d163-4e25-4d65-adcb-a30ad78db076 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:37:34,527 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-6cf7d163-4e25-4d65-adcb-a30ad78db076 2018-10-26 09:37:34,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10eac6566fb5311adadf43e295b64b613652420b" 2018-10-26 09:37:34,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:37:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d72da6b0-9408-42a0-884f-3abfda5d0d0e 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:37:34,625 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-d72da6b0-9408-42a0-884f-3abfda5d0d0e 2018-10-26 09:37:34,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10eac6566fb5311adadf43e295b64b613652420b" 2018-10-26 09:37:34,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:37:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1babe2f5-b583-43e5-9490-c808119ac12a 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:37:34,707 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-1babe2f5-b583-43e5-9490-c808119ac12a 2018-10-26 09:37:34,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c20b21d0c8184809a10a1f87c31d8a27 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10eac6566fb5311adadf43e295b64b613652420b" 2018-10-26 09:37:34,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:37:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00472e2e-f62d-4dbd-a860-5dfd673c7898 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c20b21d0c8184809a10a1f87c31d8a27"}, "enabled": true, "id": "c20b21d0c8184809a10a1f87c31d8a27", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-d0d3520e-1f9f-4bc-proj"}} 2018-10-26 09:37:34,799 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c20b21d0c8184809a10a1f87c31d8a27 used request id req-00472e2e-f62d-4dbd-a860-5dfd673c7898 2018-10-26 09:37:34,800 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f61d681e-0a55-4548-8844-509059dbc89e 2018-10-26 09:37:34,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=f61d681e-0a55-4548-8844-509059dbc89e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10eac6566fb5311adadf43e295b64b613652420b" 2018-10-26 09:37:34,983 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-c7888276-b805-46bf-986e-3a009468e68d Date: Fri, 26 Oct 2018 09:37:34 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "f61d681e-0a55-4548-8844-509059dbc89e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:37:10Z", "security_group_id": "f61d681e-0a55-4548-8844-509059dbc89e", "port_range_min": null, "revision_number": 0, "tenant_id": "c20b21d0c8184809a10a1f87c31d8a27", "created_at": "2018-10-26T09:37:10Z", "project_id": "c20b21d0c8184809a10a1f87c31d8a27", "id": "3a848928-c49f-4a41-b0cf-6c6bc8d1b093"}, {"remote_group_id": "f61d681e-0a55-4548-8844-509059dbc89e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:37:10Z", "security_group_id": "f61d681e-0a55-4548-8844-509059dbc89e", "port_range_min": null, "revision_number": 0, "tenant_id": "c20b21d0c8184809a10a1f87c31d8a27", "created_at": "2018-10-26T09:37:10Z", "project_id": "c20b21d0c8184809a10a1f87c31d8a27", "id": "4b940895-5b99-40c0-84fa-e7c0567b33aa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:37:10Z", "security_group_id": "f61d681e-0a55-4548-8844-509059dbc89e", "port_range_min": null, "revision_number": 0, "tenant_id": "c20b21d0c8184809a10a1f87c31d8a27", "created_at": "2018-10-26T09:37:10Z", "project_id": "c20b21d0c8184809a10a1f87c31d8a27", "id": "777fd318-7384-4412-9f94-1d81d438e065"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:37:10Z", "security_group_id": "f61d681e-0a55-4548-8844-509059dbc89e", "port_range_min": null, "revision_number": 0, "tenant_id": "c20b21d0c8184809a10a1f87c31d8a27", "created_at": "2018-10-26T09:37:10Z", "project_id": "c20b21d0c8184809a10a1f87c31d8a27", "id": "938f6964-efda-4bac-8836-6d76c377f21f"}]} 2018-10-26 09:37:34,983 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=f61d681e-0a55-4548-8844-509059dbc89e used request id req-c7888276-b805-46bf-986e-3a009468e68d 2018-10-26 09:37:34,984 - neutron_utils - INFO - Deleting security group with name - default 2018-10-26 09:37:34,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/f61d681e-0a55-4548-8844-509059dbc89e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10eac6566fb5311adadf43e295b64b613652420b" 2018-10-26 09:37:35,408 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e30eb4b9-7354-47c8-af0f-414cadd7aa40 Content-Length: 0 Date: Fri, 26 Oct 2018 09:37:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:37:35,408 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/f61d681e-0a55-4548-8844-509059dbc89e used request id req-e30eb4b9-7354-47c8-af0f-414cadd7aa40 2018-10-26 09:37:35,409 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-d0d3520e-1f9f-4bc-proj 2018-10-26 09:37:35,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/c20b21d0c8184809a10a1f87c31d8a27 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10eac6566fb5311adadf43e295b64b613652420b" 2018-10-26 09:37:35,603 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:37:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d0e59056-5ee1-4d8a-bed3-927fcbcac53c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:37:35,603 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/c20b21d0c8184809a10a1f87c31d8a27 used request id req-d0e59056-5ee1-4d8a-bed3-927fcbcac53c 2018-10-26 09:37:35,603 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-d0d3520e-1f9f-4bc-proj-role 2018-10-26 09:37:35,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/1ffe8505e23e46e0ac8161eeac3c4989 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10eac6566fb5311adadf43e295b64b613652420b" 2018-10-26 09:37:35,705 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:37:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-061f3513-0e44-4660-85fd-cea4c580d802 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:37:35,705 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/1ffe8505e23e46e0ac8161eeac3c4989 used request id req-061f3513-0e44-4660-85fd-cea4c580d802 2018-10-26 09:37:35,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10eac6566fb5311adadf43e295b64b613652420b" 2018-10-26 09:37:35,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:37:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0669d73f-4690-48cd-bc1a-49cf6311e6cf Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:37:35,809 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-0669d73f-4690-48cd-bc1a-49cf6311e6cf 2018-10-26 09:37:35,810 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-d0d3520e-1f9f-4bc-user 2018-10-26 09:37:35,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/38fe9828a8884a789675b240484c7d4f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c42d4a1f1d2c89495a2ef2a65abe8b7fb3943b02" 2018-10-26 09:37:35,988 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:37:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-193d22e3-2ffd-4c1e-93d0-ba8ec6e0b569 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:37:35,988 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/38fe9828a8884a789675b240484c7d4f used request id req-193d22e3-2ffd-4c1e-93d0-ba8ec6e0b569 2018-10-26 09:37:35,990 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:37:36,360 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:37:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["Fl6RBBVGSb2d_3TkT5Rljg"], "issued_at": "2018-10-26T09:37:36.000000Z"}} 2018-10-26 09:37:36,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c3e5126cbde576380f9e680f7f9b2a965e8224a" 2018-10-26 09:37:36,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:37:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06fad466-ce75-454e-ab1e-bd603f9cf2fa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:37:36,450 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-06fad466-ce75-454e-ab1e-bd603f9cf2fa 2018-10-26 09:37:36,451 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:37:36,452 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:37:36,839 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:37:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["4zsL4cwVTvmuDY4jsh72mQ"], "issued_at": "2018-10-26T09:37:36.000000Z"}} 2018-10-26 09:37:36,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86b89d8c045845df273b7a821f2b2233f88227e0" 2018-10-26 09:37:36,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:37:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf5c5b61-48ca-42bf-bde1-d1cd9dbca023 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:37:36,922 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-cf5c5b61-48ca-42bf-bde1-d1cd9dbca023 2018-10-26 09:37:36,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:37:36,933 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:37: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:37:36,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-f287b266-256e-4f5-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86b89d8c045845df273b7a821f2b2233f88227e0" 2018-10-26 09:37:37,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:37:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8950a961-9d94-4302-b569-03e10a0940c5 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-f287b266-256e-4f5-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:37:37,023 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-f287b266-256e-4f5-proj used request id req-8950a961-9d94-4302-b569-03e10a0940c5 2018-10-26 09:37:37,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86b89d8c045845df273b7a821f2b2233f88227e0" 2018-10-26 09:37:37,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:37:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fead09c9-4a06-417b-9492-99ae5acc117d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:37:37,107 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-fead09c9-4a06-417b-9492-99ae5acc117d 2018-10-26 09:37:37,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86b89d8c045845df273b7a821f2b2233f88227e0" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-f287b266-256e-4f5-proj"}}' 2018-10-26 09:37:37,227 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:37:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-248699e6-3b3a-4136-8635-cd651d2e35cc Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c031767f3620493eb2820fe6eba223a6"}, "enabled": true, "id": "c031767f3620493eb2820fe6eba223a6", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-f287b266-256e-4f5-proj"}} 2018-10-26 09:37:37,227 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-248699e6-3b3a-4136-8635-cd651d2e35cc 2018-10-26 09:37:37,227 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-f287b266-256e-4f5-proj 2018-10-26 09:37:37,228 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:37:37,228 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:37:37,617 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:37:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["3PeOzNYISPCn3rVrITzrdA"], "issued_at": "2018-10-26T09:37:37.000000Z"}} 2018-10-26 09:37:37,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d5f3e8f2be5b9179f5193c929758c11152cbf8e" 2018-10-26 09:37:37,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:37:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14062e63-f7a4-4c67-ba81-2686af3ff148 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:37:37,692 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-14062e63-f7a4-4c67-ba81-2686af3ff148 2018-10-26 09:37:37,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:37:37,701 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:37: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:37:37,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d5f3e8f2be5b9179f5193c929758c11152cbf8e" 2018-10-26 09:37:37,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:37:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac69618f-2ce1-4c0a-808b-1103f597a80d Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:37:37,807 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-ac69618f-2ce1-4c0a-808b-1103f597a80d 2018-10-26 09:37:37,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-f287b266-256e-4f5-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d5f3e8f2be5b9179f5193c929758c11152cbf8e" 2018-10-26 09:37:37,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:37:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-224c4aeb-c8a5-4cea-89ba-c61219f348e7 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-f287b266-256e-4f5-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c031767f3620493eb2820fe6eba223a6"}, "enabled": true, "id": "c031767f3620493eb2820fe6eba223a6", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-f287b266-256e-4f5-proj"}]} 2018-10-26 09:37:37,893 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-f287b266-256e-4f5-proj used request id req-224c4aeb-c8a5-4cea-89ba-c61219f348e7 2018-10-26 09:37:37,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d5f3e8f2be5b9179f5193c929758c11152cbf8e" 2018-10-26 09:37:37,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:37:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17788d7a-e8ec-496f-810e-b4e5cc820e47 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:37:37,999 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-17788d7a-e8ec-496f-810e-b4e5cc820e47 2018-10-26 09:37:38,379 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-f287b266-256e-4f5-user 2018-10-26 09:37:38,379 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:37:38,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86b89d8c045845df273b7a821f2b2233f88227e0" 2018-10-26 09:37:38,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:37:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0215edc3-9057-453d-824a-001fee7f8524 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:37:38,465 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-0215edc3-9057-453d-824a-001fee7f8524 2018-10-26 09:37:38,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86b89d8c045845df273b7a821f2b2233f88227e0" -d '{"role": {"name": "CreateNetworkSuccessTests-f287b266-256e-4f5-proj-role"}}' 2018-10-26 09:37:38,598 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:37:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4ffcfeda-2ab9-4a37-8d8f-9cbae3173056 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f59da40e96d243068cfaa60572c9a56a", "links": {"self": "http://172.30.9.21:5000/v3/roles/f59da40e96d243068cfaa60572c9a56a"}, "name": "CreateNetworkSuccessTests-f287b266-256e-4f5-proj-role"}} 2018-10-26 09:37:38,598 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-4ffcfeda-2ab9-4a37-8d8f-9cbae3173056 2018-10-26 09:37:38,599 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-f287b266-256e-4f5-proj-role 2018-10-26 09:37:38,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/f59da40e96d243068cfaa60572c9a56a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86b89d8c045845df273b7a821f2b2233f88227e0" 2018-10-26 09:37:38,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:37:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6698a3ec-c548-4d63-8bc4-880fbd5a19e8 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/f59da40e96d243068cfaa60572c9a56a"}, "domain_id": null, "name": "CreateNetworkSuccessTests-f287b266-256e-4f5-proj-role", "id": "f59da40e96d243068cfaa60572c9a56a"}} 2018-10-26 09:37:38,692 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/f59da40e96d243068cfaa60572c9a56a used request id req-6698a3ec-c548-4d63-8bc4-880fbd5a19e8 2018-10-26 09:37:38,692 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-f287b266-256e-4f5-proj-role to project CreateNetworkSuccessTests-f287b266-256e-4f5-proj 2018-10-26 09:37:38,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/c031767f3620493eb2820fe6eba223a6/users/d10cd9a80d4c4812b1f1d8e7b617b9ad/roles/f59da40e96d243068cfaa60572c9a56a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86b89d8c045845df273b7a821f2b2233f88227e0" 2018-10-26 09:37:38,812 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:37:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d398d773-657c-4f34-8cb6-c29b040c38b9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:37:38,812 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/c031767f3620493eb2820fe6eba223a6/users/d10cd9a80d4c4812b1f1d8e7b617b9ad/roles/f59da40e96d243068cfaa60572c9a56a used request id req-d398d773-657c-4f34-8cb6-c29b040c38b9 2018-10-26 09:37:38,813 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:37:38,814 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:37:39,194 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f59da40e96d243068cfaa60572c9a56a", "name": "CreateNetworkSuccessTests-f287b266-256e-4f5-proj-role"}], "expires_at": "2018-10-26T10:37:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c031767f3620493eb2820fe6eba223a6", "name": "CreateNetworkSuccessTests-f287b266-256e-4f5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c031767f3620493eb2820fe6eba223a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/c031767f3620493eb2820fe6eba223a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/c031767f3620493eb2820fe6eba223a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c031767f3620493eb2820fe6eba223a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/c031767f3620493eb2820fe6eba223a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/c031767f3620493eb2820fe6eba223a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/c031767f3620493eb2820fe6eba223a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/c031767f3620493eb2820fe6eba223a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/c031767f3620493eb2820fe6eba223a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/c031767f3620493eb2820fe6eba223a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/c031767f3620493eb2820fe6eba223a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/c031767f3620493eb2820fe6eba223a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-f287b266-256e-4f5-user", "id": "d10cd9a80d4c4812b1f1d8e7b617b9ad"}, "audit_ids": ["KZQXFFlHT827bCRBldhgWA"], "issued_at": "2018-10-26T09:37:39.000000Z"}} 2018-10-26 09:37:39,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}337e4505179840113baf12c91bcc6de547ea0a9c" 2018-10-26 09:37:39,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:37:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5bcf6dd-3d4f-48b4-bb3d-434065b30bd0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:37:39,277 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d5bcf6dd-3d4f-48b4-bb3d-434065b30bd0 2018-10-26 09:37:39,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-dbbf2e84-16f4-4eed-9c68-31c74de200ef-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}337e4505179840113baf12c91bcc6de547ea0a9c" 2018-10-26 09:37:39,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-b4e0a667-959d-444c-8603-15a40971ae12 Date: Fri, 26 Oct 2018 09:37:39 GMT RESP BODY: {"networks":[]} 2018-10-26 09:37:39,460 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-dbbf2e84-16f4-4eed-9c68-31c74de200ef-pub-net used request id req-b4e0a667-959d-444c-8603-15a40971ae12 2018-10-26 09:37:39,461 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-dbbf2e84-16f4-4eed-9c68-31c74de200ef-pub-net 2018-10-26 09:37:39,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}337e4505179840113baf12c91bcc6de547ea0a9c" -d '{"network": {"name": "CreateNetworkSuccessTests-dbbf2e84-16f4-4eed-9c68-31c74de200ef-pub-net", "admin_state_up": true}}' 2018-10-26 09:37:40,087 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-f1d73b13-82b5-48b0-99ad-c95bcebf2110 Date: Fri, 26 Oct 2018 09:37:40 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"fc37d657-a88a-4126-8e86-fcff2af1eb7e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"c031767f3620493eb2820fe6eba223a6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T09:37:39Z","is_default":false,"name":"CreateNetworkSuccessTests-dbbf2e84-16f4-4eed-9c68-31c74de200ef-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"c031767f3620493eb2820fe6eba223a6","created_at":"2018-10-26T09:37:39Z","mtu":1450}} 2018-10-26 09:37:40,088 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-f1d73b13-82b5-48b0-99ad-c95bcebf2110 2018-10-26 09:37:40,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=fc37d657-a88a-4126-8e86-fcff2af1eb7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}337e4505179840113baf12c91bcc6de547ea0a9c" 2018-10-26 09:37:40,337 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-58c84e59-1a40-430b-a965-f8f653e36ac9 Date: Fri, 26 Oct 2018 09:37: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-26T09:37:39Z","tenant_id":"c031767f3620493eb2820fe6eba223a6","created_at":"2018-10-26T09:37:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"c031767f3620493eb2820fe6eba223a6","id":"fc37d657-a88a-4126-8e86-fcff2af1eb7e","name":"CreateNetworkSuccessTests-dbbf2e84-16f4-4eed-9c68-31c74de200ef-pub-net"}]} 2018-10-26 09:37:40,337 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=fc37d657-a88a-4126-8e86-fcff2af1eb7e used request id req-58c84e59-1a40-430b-a965-f8f653e36ac9 2018-10-26 09:37:40,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=fc37d657-a88a-4126-8e86-fcff2af1eb7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}337e4505179840113baf12c91bcc6de547ea0a9c" 2018-10-26 09:37:40,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a7780238-3edf-4782-b33b-1859f0d4cce9 Date: Fri, 26 Oct 2018 09:37:40 GMT RESP BODY: {"subnets":[]} 2018-10-26 09:37:40,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=fc37d657-a88a-4126-8e86-fcff2af1eb7e used request id req-a7780238-3edf-4782-b33b-1859f0d4cce9 2018-10-26 09:37:40,526 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-dbbf2e84-16f4-4eed-9c68-31c74de200ef-pub-subnet 2018-10-26 09:37:40,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}337e4505179840113baf12c91bcc6de547ea0a9c" -d '{"subnets": [{"ip_version": 4, "network_id": "fc37d657-a88a-4126-8e86-fcff2af1eb7e", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-dbbf2e84-16f4-4eed-9c68-31c74de200ef-pub-subnet"}]}' 2018-10-26 09:37:41,351 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-0fd60d46-9abf-4e8a-a5f3-2d9ab1cf0995 Date: Fri, 26 Oct 2018 09:37:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc37d657-a88a-4126-8e86-fcff2af1eb7e","tenant_id":"c031767f3620493eb2820fe6eba223a6","created_at":"2018-10-26T09:37:40Z","dns_nameservers":[],"updated_at":"2018-10-26T09:37:40Z","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":"c031767f3620493eb2820fe6eba223a6","id":"dbdc9100-64d5-4e10-bc60-4afd146a08ac","subnetpool_id":null,"name":"CreateNetworkSuccessTests-dbbf2e84-16f4-4eed-9c68-31c74de200ef-pub-subnet"}]} 2018-10-26 09:37:41,351 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-0fd60d46-9abf-4e8a-a5f3-2d9ab1cf0995 2018-10-26 09:37:41,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=fc37d657-a88a-4126-8e86-fcff2af1eb7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}337e4505179840113baf12c91bcc6de547ea0a9c" 2018-10-26 09:37:41,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-ada388f9-1422-4474-9e25-b51d2532a3e0 Date: Fri, 26 Oct 2018 09:37: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":["dbdc9100-64d5-4e10-bc60-4afd146a08ac"],"updated_at":"2018-10-26T09:37:40Z","tenant_id":"c031767f3620493eb2820fe6eba223a6","created_at":"2018-10-26T09:37:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c031767f3620493eb2820fe6eba223a6","id":"fc37d657-a88a-4126-8e86-fcff2af1eb7e","name":"CreateNetworkSuccessTests-dbbf2e84-16f4-4eed-9c68-31c74de200ef-pub-net"}]} 2018-10-26 09:37:41,603 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=fc37d657-a88a-4126-8e86-fcff2af1eb7e used request id req-ada388f9-1422-4474-9e25-b51d2532a3e0 2018-10-26 09:37:41,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=fc37d657-a88a-4126-8e86-fcff2af1eb7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}337e4505179840113baf12c91bcc6de547ea0a9c" 2018-10-26 09:37:41,814 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-8d10a269-6ee4-4ed9-8875-e5ceeb657f24 Date: Fri, 26 Oct 2018 09:37:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc37d657-a88a-4126-8e86-fcff2af1eb7e","tenant_id":"c031767f3620493eb2820fe6eba223a6","created_at":"2018-10-26T09:37:40Z","dns_nameservers":[],"updated_at":"2018-10-26T09:37:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"c031767f3620493eb2820fe6eba223a6","id":"dbdc9100-64d5-4e10-bc60-4afd146a08ac","subnetpool_id":null,"name":"CreateNetworkSuccessTests-dbbf2e84-16f4-4eed-9c68-31c74de200ef-pub-subnet"}]} 2018-10-26 09:37:41,814 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=fc37d657-a88a-4126-8e86-fcff2af1eb7e used request id req-8d10a269-6ee4-4ed9-8875-e5ceeb657f24 2018-10-26 09:37:41,815 - OpenStackNetwork - DEBUG - Network [fc37d657-a88a-4126-8e86-fcff2af1eb7e] created successfully 2018-10-26 09:37:41,815 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:37:41,816 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:37:42,187 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f59da40e96d243068cfaa60572c9a56a", "name": "CreateNetworkSuccessTests-f287b266-256e-4f5-proj-role"}], "expires_at": "2018-10-26T10:37:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c031767f3620493eb2820fe6eba223a6", "name": "CreateNetworkSuccessTests-f287b266-256e-4f5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c031767f3620493eb2820fe6eba223a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/c031767f3620493eb2820fe6eba223a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/c031767f3620493eb2820fe6eba223a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c031767f3620493eb2820fe6eba223a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/c031767f3620493eb2820fe6eba223a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/c031767f3620493eb2820fe6eba223a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/c031767f3620493eb2820fe6eba223a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/c031767f3620493eb2820fe6eba223a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/c031767f3620493eb2820fe6eba223a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/c031767f3620493eb2820fe6eba223a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/c031767f3620493eb2820fe6eba223a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/c031767f3620493eb2820fe6eba223a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-f287b266-256e-4f5-user", "id": "d10cd9a80d4c4812b1f1d8e7b617b9ad"}, "audit_ids": ["HkAgY-FkQ-yU-dgIgi0sXA"], "issued_at": "2018-10-26T09:37:42.000000Z"}} 2018-10-26 09:37:42,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a1e5595a68009de681bdf4b860386d5f89c133a" 2018-10-26 09:37:42,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:37:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f6bf639-9fcb-4102-af70-512ce5825900 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:37:42,201 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-2f6bf639-9fcb-4102-af70-512ce5825900 2018-10-26 09:37:42,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateNetworkSuccessTests-dbbf2e84-16f4-4eed-9c68-31c74de200ef-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a1e5595a68009de681bdf4b860386d5f89c133a" 2018-10-26 09:37:42,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-b3329fb6-6e1c-43ee-b9ab-03ff741d78cb Date: Fri, 26 Oct 2018 09:37:42 GMT RESP BODY: {"routers": []} 2018-10-26 09:37:42,414 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateNetworkSuccessTests-dbbf2e84-16f4-4eed-9c68-31c74de200ef-pub-router&admin_state_up=True used request id req-b3329fb6-6e1c-43ee-b9ab-03ff741d78cb 2018-10-26 09:37:42,414 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:37:42,415 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:37:42,807 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f59da40e96d243068cfaa60572c9a56a", "name": "CreateNetworkSuccessTests-f287b266-256e-4f5-proj-role"}], "expires_at": "2018-10-26T10:37:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c031767f3620493eb2820fe6eba223a6", "name": "CreateNetworkSuccessTests-f287b266-256e-4f5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c031767f3620493eb2820fe6eba223a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/c031767f3620493eb2820fe6eba223a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/c031767f3620493eb2820fe6eba223a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c031767f3620493eb2820fe6eba223a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/c031767f3620493eb2820fe6eba223a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/c031767f3620493eb2820fe6eba223a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/c031767f3620493eb2820fe6eba223a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/c031767f3620493eb2820fe6eba223a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/c031767f3620493eb2820fe6eba223a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/c031767f3620493eb2820fe6eba223a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/c031767f3620493eb2820fe6eba223a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/c031767f3620493eb2820fe6eba223a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-f287b266-256e-4f5-user", "id": "d10cd9a80d4c4812b1f1d8e7b617b9ad"}, "audit_ids": ["rXakxaO3RrmZouOCOBo3rA"], "issued_at": "2018-10-26T09:37:42.000000Z"}} 2018-10-26 09:37:42,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b453a9ba963a90f2eebb36eb8bc3cd36ebb08a3f" 2018-10-26 09:37:42,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:37:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07d41b26-3207-4630-842f-418269df1113 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:37:42,884 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-07d41b26-3207-4630-842f-418269df1113 2018-10-26 09:37:42,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a1e5595a68009de681bdf4b860386d5f89c133a" 2018-10-26 09:37:43,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-49973a04-203e-4e42-a9ce-aabfdaa786d4 Date: Fri, 26 Oct 2018 09:37:43 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","mtu":1500}]} 2018-10-26 09:37:43,320 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-49973a04-203e-4e42-a9ce-aabfdaa786d4 2018-10-26 09:37:43,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a1e5595a68009de681bdf4b860386d5f89c133a" 2018-10-26 09:37:43,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-30943fbb-34f2-4be5-99f7-2121bb3d2bdd Date: Fri, 26 Oct 2018 09:37:43 GMT RESP BODY: {"subnets":[]} 2018-10-26 09:37:43,584 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-30943fbb-34f2-4be5-99f7-2121bb3d2bdd 2018-10-26 09:37:43,584 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-dbbf2e84-16f4-4eed-9c68-31c74de200ef-pub-router 2018-10-26 09:37:43,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a1e5595a68009de681bdf4b860386d5f89c133a" -d '{"router": {"external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693"}, "name": "CreateNetworkSuccessTests-dbbf2e84-16f4-4eed-9c68-31c74de200ef-pub-router", "admin_state_up": true}}' 2018-10-26 09:37:48,534 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-c650f4e2-7ae2-4c1b-b1a1-795450c25e65 Date: Fri, 26 Oct 2018 09:37:48 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "c031767f3620493eb2820fe6eba223a6", "created_at": "2018-10-26T09:37:44Z", "admin_state_up": true, "updated_at": "2018-10-26T09:37:45Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "c031767f3620493eb2820fe6eba223a6", "id": "fcb59ab6-65f1-42df-aadb-05be90b774ba", "name": "CreateNetworkSuccessTests-dbbf2e84-16f4-4eed-9c68-31c74de200ef-pub-router"}} 2018-10-26 09:37:48,534 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-c650f4e2-7ae2-4c1b-b1a1-795450c25e65 2018-10-26 09:37:48,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=fcb59ab6-65f1-42df-aadb-05be90b774ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a1e5595a68009de681bdf4b860386d5f89c133a" 2018-10-26 09:37:48,726 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-4961bebc-8f2a-43a6-be5d-9c058042bf98 Date: Fri, 26 Oct 2018 09:37:48 GMT RESP BODY: {"ports":[]} 2018-10-26 09:37:48,727 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=fcb59ab6-65f1-42df-aadb-05be90b774ba used request id req-4961bebc-8f2a-43a6-be5d-9c058042bf98 2018-10-26 09:37:48,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-dbbf2e84-16f4-4eed-9c68-31c74de200ef-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a1e5595a68009de681bdf4b860386d5f89c133a" 2018-10-26 09:37:48,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-0b56889a-a3a4-41e0-834c-771fe46b6a9a Date: Fri, 26 Oct 2018 09:37: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":["dbdc9100-64d5-4e10-bc60-4afd146a08ac"],"updated_at":"2018-10-26T09:37:40Z","tenant_id":"c031767f3620493eb2820fe6eba223a6","created_at":"2018-10-26T09:37:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c031767f3620493eb2820fe6eba223a6","id":"fc37d657-a88a-4126-8e86-fcff2af1eb7e","name":"CreateNetworkSuccessTests-dbbf2e84-16f4-4eed-9c68-31c74de200ef-pub-net"}]} 2018-10-26 09:37:48,992 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-dbbf2e84-16f4-4eed-9c68-31c74de200ef-pub-net used request id req-0b56889a-a3a4-41e0-834c-771fe46b6a9a 2018-10-26 09:37:48,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:37:49,000 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:37: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:37:49,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c031767f3620493eb2820fe6eba223a6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a1e5595a68009de681bdf4b860386d5f89c133a" 2018-10-26 09:37:49,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:37:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6911ad8-4d60-477b-ab0d-167bbe64ef0c Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c031767f3620493eb2820fe6eba223a6"}, "enabled": true, "id": "c031767f3620493eb2820fe6eba223a6", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-f287b266-256e-4f5-proj"}} 2018-10-26 09:37:49,082 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c031767f3620493eb2820fe6eba223a6 used request id req-e6911ad8-4d60-477b-ab0d-167bbe64ef0c 2018-10-26 09:37:49,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=fc37d657-a88a-4126-8e86-fcff2af1eb7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a1e5595a68009de681bdf4b860386d5f89c133a" 2018-10-26 09:37:49,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-b6da805e-790c-419c-a325-96a06a6de9e8 Date: Fri, 26 Oct 2018 09:37:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc37d657-a88a-4126-8e86-fcff2af1eb7e","tenant_id":"c031767f3620493eb2820fe6eba223a6","created_at":"2018-10-26T09:37:40Z","dns_nameservers":[],"updated_at":"2018-10-26T09:37:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"c031767f3620493eb2820fe6eba223a6","id":"dbdc9100-64d5-4e10-bc60-4afd146a08ac","subnetpool_id":null,"name":"CreateNetworkSuccessTests-dbbf2e84-16f4-4eed-9c68-31c74de200ef-pub-subnet"}]} 2018-10-26 09:37:49,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=fc37d657-a88a-4126-8e86-fcff2af1eb7e used request id req-b6da805e-790c-419c-a325-96a06a6de9e8 2018-10-26 09:37:49,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=fc37d657-a88a-4126-8e86-fcff2af1eb7e&name=CreateNetworkSuccessTests-dbbf2e84-16f4-4eed-9c68-31c74de200ef-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a1e5595a68009de681bdf4b860386d5f89c133a" 2018-10-26 09:37:49,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-9e93bcc0-11d0-4229-9ded-7f204d064e6d Date: Fri, 26 Oct 2018 09:37:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc37d657-a88a-4126-8e86-fcff2af1eb7e","tenant_id":"c031767f3620493eb2820fe6eba223a6","created_at":"2018-10-26T09:37:40Z","dns_nameservers":[],"updated_at":"2018-10-26T09:37:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"c031767f3620493eb2820fe6eba223a6","id":"dbdc9100-64d5-4e10-bc60-4afd146a08ac","subnetpool_id":null,"name":"CreateNetworkSuccessTests-dbbf2e84-16f4-4eed-9c68-31c74de200ef-pub-subnet"}]} 2018-10-26 09:37:49,502 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=fc37d657-a88a-4126-8e86-fcff2af1eb7e&name=CreateNetworkSuccessTests-dbbf2e84-16f4-4eed-9c68-31c74de200ef-pub-subnet used request id req-9e93bcc0-11d0-4229-9ded-7f204d064e6d 2018-10-26 09:37:49,503 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-10-26 09:37:49,503 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-dbbf2e84-16f4-4eed-9c68-31c74de200ef-pub-router 2018-10-26 09:37:49,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/fcb59ab6-65f1-42df-aadb-05be90b774ba/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a1e5595a68009de681bdf4b860386d5f89c133a" -d '{"subnet_id": "dbdc9100-64d5-4e10-bc60-4afd146a08ac"}' 2018-10-26 09:37:51,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-65013dd0-2b09-4973-ae6e-0f1788803c16 Date: Fri, 26 Oct 2018 09:37:51 GMT RESP BODY: {"network_id": "fc37d657-a88a-4126-8e86-fcff2af1eb7e", "tenant_id": "c031767f3620493eb2820fe6eba223a6", "subnet_id": "dbdc9100-64d5-4e10-bc60-4afd146a08ac", "subnet_ids": ["dbdc9100-64d5-4e10-bc60-4afd146a08ac"], "port_id": "476bfa34-f06e-4a2e-9d46-81d7cdd7e27a", "id": "fcb59ab6-65f1-42df-aadb-05be90b774ba"} 2018-10-26 09:37:51,239 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/fcb59ab6-65f1-42df-aadb-05be90b774ba/add_router_interface used request id req-65013dd0-2b09-4973-ae6e-0f1788803c16 2018-10-26 09:37:51,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/fcb59ab6-65f1-42df-aadb-05be90b774ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a1e5595a68009de681bdf4b860386d5f89c133a" 2018-10-26 09:37:51,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-78bc5cb3-3c89-4664-8027-e4db9119d6f7 Date: Fri, 26 Oct 2018 09:37:51 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "c031767f3620493eb2820fe6eba223a6", "created_at": "2018-10-26T09:37:44Z", "admin_state_up": true, "updated_at": "2018-10-26T09:37:50Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "c031767f3620493eb2820fe6eba223a6", "id": "fcb59ab6-65f1-42df-aadb-05be90b774ba", "name": "CreateNetworkSuccessTests-dbbf2e84-16f4-4eed-9c68-31c74de200ef-pub-router"}} 2018-10-26 09:37:51,554 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/fcb59ab6-65f1-42df-aadb-05be90b774ba used request id req-78bc5cb3-3c89-4664-8027-e4db9119d6f7 2018-10-26 09:37:51,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=fcb59ab6-65f1-42df-aadb-05be90b774ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a1e5595a68009de681bdf4b860386d5f89c133a" 2018-10-26 09:37:51,615 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-5a4b28e8-cb98-4e39-8beb-9dc1b2a66eec Date: Fri, 26 Oct 2018 09:37:51 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:37:50Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"dbdc9100-64d5-4e10-bc60-4afd146a08ac","ip_address":"10.55.1.1"}],"id":"476bfa34-f06e-4a2e-9d46-81d7cdd7e27a","security_groups":[],"mac_address":"fa:16:3e:47:aa:f8","project_id":"c031767f3620493eb2820fe6eba223a6","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fc37d657-a88a-4126-8e86-fcff2af1eb7e","tenant_id":"c031767f3620493eb2820fe6eba223a6","created_at":"2018-10-26T09:37:49Z","binding:vnic_type":"normal","device_id":"fcb59ab6-65f1-42df-aadb-05be90b774ba"}]} 2018-10-26 09:37:51,615 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=fcb59ab6-65f1-42df-aadb-05be90b774ba used request id req-5a4b28e8-cb98-4e39-8beb-9dc1b2a66eec 2018-10-26 09:37:51,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/dbdc9100-64d5-4e10-bc60-4afd146a08ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a1e5595a68009de681bdf4b860386d5f89c133a" 2018-10-26 09:37:51,823 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-d6ce515b-cd98-44ec-8788-7d678e8fbacc Date: Fri, 26 Oct 2018 09:37:51 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc37d657-a88a-4126-8e86-fcff2af1eb7e","tenant_id":"c031767f3620493eb2820fe6eba223a6","created_at":"2018-10-26T09:37:40Z","dns_nameservers":[],"updated_at":"2018-10-26T09:37:40Z","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":"c031767f3620493eb2820fe6eba223a6","id":"dbdc9100-64d5-4e10-bc60-4afd146a08ac","subnetpool_id":null,"name":"CreateNetworkSuccessTests-dbbf2e84-16f4-4eed-9c68-31c74de200ef-pub-subnet"}} 2018-10-26 09:37:51,823 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/dbdc9100-64d5-4e10-bc60-4afd146a08ac used request id req-d6ce515b-cd98-44ec-8788-7d678e8fbacc 2018-10-26 09:37:51,823 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:37:52,192 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f59da40e96d243068cfaa60572c9a56a", "name": "CreateNetworkSuccessTests-f287b266-256e-4f5-proj-role"}], "expires_at": "2018-10-26T10:37:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c031767f3620493eb2820fe6eba223a6", "name": "CreateNetworkSuccessTests-f287b266-256e-4f5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c031767f3620493eb2820fe6eba223a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/c031767f3620493eb2820fe6eba223a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/c031767f3620493eb2820fe6eba223a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c031767f3620493eb2820fe6eba223a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/c031767f3620493eb2820fe6eba223a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/c031767f3620493eb2820fe6eba223a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/c031767f3620493eb2820fe6eba223a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/c031767f3620493eb2820fe6eba223a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/c031767f3620493eb2820fe6eba223a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/c031767f3620493eb2820fe6eba223a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/c031767f3620493eb2820fe6eba223a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/c031767f3620493eb2820fe6eba223a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-f287b266-256e-4f5-user", "id": "d10cd9a80d4c4812b1f1d8e7b617b9ad"}, "audit_ids": ["J-P3o1INRnun4R4gHaXtqA"], "issued_at": "2018-10-26T09:37:52.000000Z"}} 2018-10-26 09:37:52,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-dbbf2e84-16f4-4eed-9c68-31c74de200ef-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4901958b1ed47df16fc851ce4c50e93d5d08bc" 2018-10-26 09:37:52,440 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-6b6d366c-5c9d-445f-9755-53fea1ac67a9 Date: Fri, 26 Oct 2018 09:37: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":["dbdc9100-64d5-4e10-bc60-4afd146a08ac"],"updated_at":"2018-10-26T09:37:40Z","tenant_id":"c031767f3620493eb2820fe6eba223a6","created_at":"2018-10-26T09:37:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c031767f3620493eb2820fe6eba223a6","id":"fc37d657-a88a-4126-8e86-fcff2af1eb7e","name":"CreateNetworkSuccessTests-dbbf2e84-16f4-4eed-9c68-31c74de200ef-pub-net"}]} 2018-10-26 09:37:52,440 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-dbbf2e84-16f4-4eed-9c68-31c74de200ef-pub-net used request id req-6b6d366c-5c9d-445f-9755-53fea1ac67a9 2018-10-26 09:37:52,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:37:52,449 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:37: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:37:52,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c031767f3620493eb2820fe6eba223a6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c3e5126cbde576380f9e680f7f9b2a965e8224a" 2018-10-26 09:37:52,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:37:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cb3e1a0-4617-4b45-af91-803cf2b91949 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c031767f3620493eb2820fe6eba223a6"}, "enabled": true, "id": "c031767f3620493eb2820fe6eba223a6", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-f287b266-256e-4f5-proj"}} 2018-10-26 09:37:52,535 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c031767f3620493eb2820fe6eba223a6 used request id req-5cb3e1a0-4617-4b45-af91-803cf2b91949 2018-10-26 09:37:52,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=fc37d657-a88a-4126-8e86-fcff2af1eb7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4901958b1ed47df16fc851ce4c50e93d5d08bc" 2018-10-26 09:37:52,753 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-aea597a6-d277-4907-ad9c-b4ec7cb51fa5 Date: Fri, 26 Oct 2018 09:37:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc37d657-a88a-4126-8e86-fcff2af1eb7e","tenant_id":"c031767f3620493eb2820fe6eba223a6","created_at":"2018-10-26T09:37:40Z","dns_nameservers":[],"updated_at":"2018-10-26T09:37:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"c031767f3620493eb2820fe6eba223a6","id":"dbdc9100-64d5-4e10-bc60-4afd146a08ac","subnetpool_id":null,"name":"CreateNetworkSuccessTests-dbbf2e84-16f4-4eed-9c68-31c74de200ef-pub-subnet"}]} 2018-10-26 09:37:52,753 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=fc37d657-a88a-4126-8e86-fcff2af1eb7e used request id req-aea597a6-d277-4907-ad9c-b4ec7cb51fa5 2018-10-26 09:37:52,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=fc37d657-a88a-4126-8e86-fcff2af1eb7e&name=CreateNetworkSuccessTests-dbbf2e84-16f4-4eed-9c68-31c74de200ef-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4901958b1ed47df16fc851ce4c50e93d5d08bc" 2018-10-26 09:37:52,952 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-178ea29c-4d50-409d-a0bb-5d42eb66190d Date: Fri, 26 Oct 2018 09:37:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc37d657-a88a-4126-8e86-fcff2af1eb7e","tenant_id":"c031767f3620493eb2820fe6eba223a6","created_at":"2018-10-26T09:37:40Z","dns_nameservers":[],"updated_at":"2018-10-26T09:37:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"c031767f3620493eb2820fe6eba223a6","id":"dbdc9100-64d5-4e10-bc60-4afd146a08ac","subnetpool_id":null,"name":"CreateNetworkSuccessTests-dbbf2e84-16f4-4eed-9c68-31c74de200ef-pub-subnet"}]} 2018-10-26 09:37:52,952 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=fc37d657-a88a-4126-8e86-fcff2af1eb7e&name=CreateNetworkSuccessTests-dbbf2e84-16f4-4eed-9c68-31c74de200ef-pub-subnet used request id req-178ea29c-4d50-409d-a0bb-5d42eb66190d 2018-10-26 09:37:52,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateNetworkSuccessTests-dbbf2e84-16f4-4eed-9c68-31c74de200ef-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4901958b1ed47df16fc851ce4c50e93d5d08bc" 2018-10-26 09:37:53,195 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-9650bfd5-18b0-41cb-8902-be0b2605c7ac Date: Fri, 26 Oct 2018 09:37:53 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "c031767f3620493eb2820fe6eba223a6", "created_at": "2018-10-26T09:37:44Z", "admin_state_up": true, "updated_at": "2018-10-26T09:37:50Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "c031767f3620493eb2820fe6eba223a6", "id": "fcb59ab6-65f1-42df-aadb-05be90b774ba", "name": "CreateNetworkSuccessTests-dbbf2e84-16f4-4eed-9c68-31c74de200ef-pub-router"}]} 2018-10-26 09:37:53,195 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateNetworkSuccessTests-dbbf2e84-16f4-4eed-9c68-31c74de200ef-pub-router used request id req-9650bfd5-18b0-41cb-8902-be0b2605c7ac 2018-10-26 09:37:53,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c031767f3620493eb2820fe6eba223a6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c3e5126cbde576380f9e680f7f9b2a965e8224a" 2018-10-26 09:37:53,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:37:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c225619-1ee3-42bd-802c-3125fb892ba8 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c031767f3620493eb2820fe6eba223a6"}, "enabled": true, "id": "c031767f3620493eb2820fe6eba223a6", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-f287b266-256e-4f5-proj"}} 2018-10-26 09:37:53,283 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c031767f3620493eb2820fe6eba223a6 used request id req-2c225619-1ee3-42bd-802c-3125fb892ba8 2018-10-26 09:37:53,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=fcb59ab6-65f1-42df-aadb-05be90b774ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4901958b1ed47df16fc851ce4c50e93d5d08bc" 2018-10-26 09:37:53,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-0fb0eebd-c23e-46d1-bad9-18630b8f4d1c Date: Fri, 26 Oct 2018 09:37:53 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:37:50Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"dbdc9100-64d5-4e10-bc60-4afd146a08ac","ip_address":"10.55.1.1"}],"id":"476bfa34-f06e-4a2e-9d46-81d7cdd7e27a","security_groups":[],"mac_address":"fa:16:3e:47:aa:f8","project_id":"c031767f3620493eb2820fe6eba223a6","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"fc37d657-a88a-4126-8e86-fcff2af1eb7e","tenant_id":"c031767f3620493eb2820fe6eba223a6","created_at":"2018-10-26T09:37:49Z","binding:vnic_type":"normal","device_id":"fcb59ab6-65f1-42df-aadb-05be90b774ba"}]} 2018-10-26 09:37:53,500 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=fcb59ab6-65f1-42df-aadb-05be90b774ba used request id req-0fb0eebd-c23e-46d1-bad9-18630b8f4d1c 2018-10-26 09:37:53,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/dbdc9100-64d5-4e10-bc60-4afd146a08ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4901958b1ed47df16fc851ce4c50e93d5d08bc" 2018-10-26 09:37:53,712 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-dbec1d9c-fba9-4279-8cbd-a9c353a9576d Date: Fri, 26 Oct 2018 09:37:53 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc37d657-a88a-4126-8e86-fcff2af1eb7e","tenant_id":"c031767f3620493eb2820fe6eba223a6","created_at":"2018-10-26T09:37:40Z","dns_nameservers":[],"updated_at":"2018-10-26T09:37:40Z","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":"c031767f3620493eb2820fe6eba223a6","id":"dbdc9100-64d5-4e10-bc60-4afd146a08ac","subnetpool_id":null,"name":"CreateNetworkSuccessTests-dbbf2e84-16f4-4eed-9c68-31c74de200ef-pub-subnet"}} 2018-10-26 09:37:53,712 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/dbdc9100-64d5-4e10-bc60-4afd146a08ac used request id req-dbec1d9c-fba9-4279-8cbd-a9c353a9576d 2018-10-26 09:37:53,713 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-dbbf2e84-16f4-4eed-9c68-31c74de200ef-pub-router and subnet CreateNetworkSuccessTests-dbbf2e84-16f4-4eed-9c68-31c74de200ef-pub-subnet 2018-10-26 09:37:53,713 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-dbbf2e84-16f4-4eed-9c68-31c74de200ef-pub-router 2018-10-26 09:37:53,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/fcb59ab6-65f1-42df-aadb-05be90b774ba/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a1e5595a68009de681bdf4b860386d5f89c133a" -d '{"subnet_id": "dbdc9100-64d5-4e10-bc60-4afd146a08ac"}' 2018-10-26 09:37:56,181 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-58fb862e-0152-4bf5-b75f-a0c2ea817f74 Date: Fri, 26 Oct 2018 09:37:56 GMT RESP BODY: {"network_id": "fc37d657-a88a-4126-8e86-fcff2af1eb7e", "tenant_id": "c031767f3620493eb2820fe6eba223a6", "subnet_id": "dbdc9100-64d5-4e10-bc60-4afd146a08ac", "subnet_ids": ["dbdc9100-64d5-4e10-bc60-4afd146a08ac"], "port_id": "476bfa34-f06e-4a2e-9d46-81d7cdd7e27a", "id": "fcb59ab6-65f1-42df-aadb-05be90b774ba"} 2018-10-26 09:37:56,181 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/fcb59ab6-65f1-42df-aadb-05be90b774ba/remove_router_interface used request id req-58fb862e-0152-4bf5-b75f-a0c2ea817f74 2018-10-26 09:37:56,181 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-dbbf2e84-16f4-4eed-9c68-31c74de200ef-pub-router 2018-10-26 09:37:56,181 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-dbbf2e84-16f4-4eed-9c68-31c74de200ef-pub-router 2018-10-26 09:37:56,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/fcb59ab6-65f1-42df-aadb-05be90b774ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a1e5595a68009de681bdf4b860386d5f89c133a" 2018-10-26 09:37:59,684 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-135471be-4137-47c9-9745-7885e8c3d527 Content-Length: 0 Date: Fri, 26 Oct 2018 09:37:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:37:59,684 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/fcb59ab6-65f1-42df-aadb-05be90b774ba used request id req-135471be-4137-47c9-9745-7885e8c3d527 2018-10-26 09:37:59,685 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-dbbf2e84-16f4-4eed-9c68-31c74de200ef-pub-subnet 2018-10-26 09:37:59,685 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-dbbf2e84-16f4-4eed-9c68-31c74de200ef-pub-subnet 2018-10-26 09:37:59,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/dbdc9100-64d5-4e10-bc60-4afd146a08ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}337e4505179840113baf12c91bcc6de547ea0a9c" 2018-10-26 09:38:01,843 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-55cf3fdd-45a1-464f-b2ba-c15bb03942f7 Date: Fri, 26 Oct 2018 09:38:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:38:01,843 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/dbdc9100-64d5-4e10-bc60-4afd146a08ac used request id req-55cf3fdd-45a1-464f-b2ba-c15bb03942f7 2018-10-26 09:38:01,843 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-dbbf2e84-16f4-4eed-9c68-31c74de200ef-pub-net 2018-10-26 09:38:01,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/fc37d657-a88a-4126-8e86-fcff2af1eb7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}337e4505179840113baf12c91bcc6de547ea0a9c" 2018-10-26 09:38:03,172 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2bebe61b-89e9-40c7-ab0e-830a7576c227 Date: Fri, 26 Oct 2018 09:38:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:38:03,172 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/fc37d657-a88a-4126-8e86-fcff2af1eb7e used request id req-2bebe61b-89e9-40c7-ab0e-830a7576c227 2018-10-26 09:38:03,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86b89d8c045845df273b7a821f2b2233f88227e0" 2018-10-26 09:38:03,391 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-f6918bef-827a-48d1-b408-d7f0d6e1f5c7 Date: Fri, 26 Oct 2018 09:38:03 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c031767f3620493eb2820fe6eba223a6", "created_at": "2018-10-26T09:37:39Z", "updated_at": "2018-10-26T09:37:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:37:39Z", "revision_number": 0, "id": "007d729b-31c3-4299-af8e-10702a8b6288", "remote_group_id": "60924007-8c5a-4240-b623-cb0ca3ef0f87", "remote_ip_prefix": null, "created_at": "2018-10-26T09:37:39Z", "security_group_id": "60924007-8c5a-4240-b623-cb0ca3ef0f87", "tenant_id": "c031767f3620493eb2820fe6eba223a6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c031767f3620493eb2820fe6eba223a6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:37:39Z", "revision_number": 0, "id": "7d6739d5-37b9-46c4-b17e-80a6a0704697", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:37:39Z", "security_group_id": "60924007-8c5a-4240-b623-cb0ca3ef0f87", "tenant_id": "c031767f3620493eb2820fe6eba223a6", "port_range_min": null, "ethertype": "IPv6", "project_id": "c031767f3620493eb2820fe6eba223a6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:37:39Z", "revision_number": 0, "id": "98f2f352-b5a7-49d9-b194-0296c4bcfc8a", "remote_group_id": "60924007-8c5a-4240-b623-cb0ca3ef0f87", "remote_ip_prefix": null, "created_at": "2018-10-26T09:37:39Z", "security_group_id": "60924007-8c5a-4240-b623-cb0ca3ef0f87", "tenant_id": "c031767f3620493eb2820fe6eba223a6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c031767f3620493eb2820fe6eba223a6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:37:39Z", "revision_number": 0, "id": "c1f354df-8425-4d0a-923c-b47bef2c278b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:37:39Z", "security_group_id": "60924007-8c5a-4240-b623-cb0ca3ef0f87", "tenant_id": "c031767f3620493eb2820fe6eba223a6", "port_range_min": null, "ethertype": "IPv4", "project_id": "c031767f3620493eb2820fe6eba223a6"}], "revision_number": 4, "project_id": "c031767f3620493eb2820fe6eba223a6", "id": "60924007-8c5a-4240-b623-cb0ca3ef0f87", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:38:03,392 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-f6918bef-827a-48d1-b408-d7f0d6e1f5c7 2018-10-26 09:38:03,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c031767f3620493eb2820fe6eba223a6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86b89d8c045845df273b7a821f2b2233f88227e0" 2018-10-26 09:38:03,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e122cdd5-6eaa-4b89-8f56-c03e1a22217d Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c031767f3620493eb2820fe6eba223a6"}, "enabled": true, "id": "c031767f3620493eb2820fe6eba223a6", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-f287b266-256e-4f5-proj"}} 2018-10-26 09:38:03,485 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c031767f3620493eb2820fe6eba223a6 used request id req-e122cdd5-6eaa-4b89-8f56-c03e1a22217d 2018-10-26 09:38:03,485 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 60924007-8c5a-4240-b623-cb0ca3ef0f87 2018-10-26 09:38:03,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=60924007-8c5a-4240-b623-cb0ca3ef0f87 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86b89d8c045845df273b7a821f2b2233f88227e0" 2018-10-26 09:38:03,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-15b878cd-0473-49fd-9aa9-ae172bb29543 Date: Fri, 26 Oct 2018 09:38:03 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "60924007-8c5a-4240-b623-cb0ca3ef0f87", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:37:39Z", "security_group_id": "60924007-8c5a-4240-b623-cb0ca3ef0f87", "port_range_min": null, "revision_number": 0, "tenant_id": "c031767f3620493eb2820fe6eba223a6", "created_at": "2018-10-26T09:37:39Z", "project_id": "c031767f3620493eb2820fe6eba223a6", "id": "007d729b-31c3-4299-af8e-10702a8b6288"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:37:39Z", "security_group_id": "60924007-8c5a-4240-b623-cb0ca3ef0f87", "port_range_min": null, "revision_number": 0, "tenant_id": "c031767f3620493eb2820fe6eba223a6", "created_at": "2018-10-26T09:37:39Z", "project_id": "c031767f3620493eb2820fe6eba223a6", "id": "7d6739d5-37b9-46c4-b17e-80a6a0704697"}, {"remote_group_id": "60924007-8c5a-4240-b623-cb0ca3ef0f87", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:37:39Z", "security_group_id": "60924007-8c5a-4240-b623-cb0ca3ef0f87", "port_range_min": null, "revision_number": 0, "tenant_id": "c031767f3620493eb2820fe6eba223a6", "created_at": "2018-10-26T09:37:39Z", "project_id": "c031767f3620493eb2820fe6eba223a6", "id": "98f2f352-b5a7-49d9-b194-0296c4bcfc8a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:37:39Z", "security_group_id": "60924007-8c5a-4240-b623-cb0ca3ef0f87", "port_range_min": null, "revision_number": 0, "tenant_id": "c031767f3620493eb2820fe6eba223a6", "created_at": "2018-10-26T09:37:39Z", "project_id": "c031767f3620493eb2820fe6eba223a6", "id": "c1f354df-8425-4d0a-923c-b47bef2c278b"}]} 2018-10-26 09:38:03,673 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=60924007-8c5a-4240-b623-cb0ca3ef0f87 used request id req-15b878cd-0473-49fd-9aa9-ae172bb29543 2018-10-26 09:38:03,674 - neutron_utils - INFO - Deleting security group with name - default 2018-10-26 09:38:03,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/60924007-8c5a-4240-b623-cb0ca3ef0f87 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86b89d8c045845df273b7a821f2b2233f88227e0" 2018-10-26 09:38:03,969 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-62605f05-658d-4a7a-8ff2-5410d3bde85b Content-Length: 0 Date: Fri, 26 Oct 2018 09:38:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:38:03,969 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/60924007-8c5a-4240-b623-cb0ca3ef0f87 used request id req-62605f05-658d-4a7a-8ff2-5410d3bde85b 2018-10-26 09:38:03,970 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-f287b266-256e-4f5-proj 2018-10-26 09:38:03,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/c031767f3620493eb2820fe6eba223a6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86b89d8c045845df273b7a821f2b2233f88227e0" 2018-10-26 09:38:04,260 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:38:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d8512ee7-fcf8-48ad-b68a-ca946f357e4e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:38:04,260 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/c031767f3620493eb2820fe6eba223a6 used request id req-d8512ee7-fcf8-48ad-b68a-ca946f357e4e 2018-10-26 09:38:04,260 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-f287b266-256e-4f5-proj-role 2018-10-26 09:38:04,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/f59da40e96d243068cfaa60572c9a56a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86b89d8c045845df273b7a821f2b2233f88227e0" 2018-10-26 09:38:04,377 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:38:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a63e1648-1f37-4542-8044-1dd1ec318ad0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:38:04,377 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/f59da40e96d243068cfaa60572c9a56a used request id req-a63e1648-1f37-4542-8044-1dd1ec318ad0 2018-10-26 09:38:04,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86b89d8c045845df273b7a821f2b2233f88227e0" 2018-10-26 09:38:04,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e5f6326-f55f-46c6-ac57-5f7b20cc6e6b Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:38:04,482 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-7e5f6326-f55f-46c6-ac57-5f7b20cc6e6b 2018-10-26 09:38:04,483 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-f287b266-256e-4f5-user 2018-10-26 09:38:04,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/d10cd9a80d4c4812b1f1d8e7b617b9ad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d5f3e8f2be5b9179f5193c929758c11152cbf8e" 2018-10-26 09:38:04,719 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:38:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e0e59790-66f6-4ef2-860b-3a7388764269 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:38:04,719 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/d10cd9a80d4c4812b1f1d8e7b617b9ad used request id req-e0e59790-66f6-4ef2-860b-3a7388764269 2018-10-26 09:38:04,720 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:38:05,096 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:38:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["nAmcE0t_Tq-Y9WxNNgU6pg"], "issued_at": "2018-10-26T09:38:05.000000Z"}} 2018-10-26 09:38:05,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ff69797408f358f8e53c8dfbec36728e302ecf4" 2018-10-26 09:38:05,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6dd3c9f9-326d-449f-9df3-3a5b2aa431de Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:38:05,182 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-6dd3c9f9-326d-449f-9df3-3a5b2aa431de 2018-10-26 09:38:05,183 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:38:05,184 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:38:05,657 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:38:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["OjMuW8pmSgyT1CAoNzVuyg"], "issued_at": "2018-10-26T09:38:05.000000Z"}} 2018-10-26 09:38:05,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d9d0a06e0d6dc71e99203bc688e40938ad7290a" 2018-10-26 09:38:05,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce25c644-008f-4129-bb3f-bb67f31ba002 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:38:05,737 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ce25c644-008f-4129-bb3f-bb67f31ba002 2018-10-26 09:38:05,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:38:05,746 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:38: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:38:05,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-c9993c81-2d12-426-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d9d0a06e0d6dc71e99203bc688e40938ad7290a" 2018-10-26 09:38:05,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26f932c8-a47e-4e54-9d14-d9b62a6b98a3 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-c9993c81-2d12-426-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:38:05,843 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-c9993c81-2d12-426-proj used request id req-26f932c8-a47e-4e54-9d14-d9b62a6b98a3 2018-10-26 09:38:05,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d9d0a06e0d6dc71e99203bc688e40938ad7290a" 2018-10-26 09:38:05,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-110b3646-c583-406b-b68f-8e0870d7636e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:38:05,929 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-110b3646-c583-406b-b68f-8e0870d7636e 2018-10-26 09:38:05,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d9d0a06e0d6dc71e99203bc688e40938ad7290a" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-c9993c81-2d12-426-proj"}}' 2018-10-26 09:38:06,092 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:38:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d962992-7542-4a11-9b8f-f5f1a2d4eae0 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/9654224e87c34503b572263816f47c0a"}, "enabled": true, "id": "9654224e87c34503b572263816f47c0a", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-c9993c81-2d12-426-proj"}} 2018-10-26 09:38:06,092 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-1d962992-7542-4a11-9b8f-f5f1a2d4eae0 2018-10-26 09:38:06,092 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-c9993c81-2d12-426-proj 2018-10-26 09:38:06,092 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:38:06,093 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:38:06,476 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:38:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["weDfNi1LTRCV5k4u0JZ0JQ"], "issued_at": "2018-10-26T09:38:06.000000Z"}} 2018-10-26 09:38:06,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}325cf267d054feb0ce188fae362b5d54a2eb30f4" 2018-10-26 09:38:06,561 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f66bf3eb-5b8b-4e1f-97af-1f9c404e239b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:38:06,561 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f66bf3eb-5b8b-4e1f-97af-1f9c404e239b 2018-10-26 09:38:06,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:38:06,571 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:38: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:38:06,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}325cf267d054feb0ce188fae362b5d54a2eb30f4" 2018-10-26 09:38:06,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-454e012d-2590-400d-a72c-75125bbbe022 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:38:06,676 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-454e012d-2590-400d-a72c-75125bbbe022 2018-10-26 09:38:06,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-c9993c81-2d12-426-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}325cf267d054feb0ce188fae362b5d54a2eb30f4" 2018-10-26 09:38:06,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34c236b4-dd5a-4001-8aed-0c5ab500b81c Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-c9993c81-2d12-426-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/9654224e87c34503b572263816f47c0a"}, "enabled": true, "id": "9654224e87c34503b572263816f47c0a", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-c9993c81-2d12-426-proj"}]} 2018-10-26 09:38:06,779 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-c9993c81-2d12-426-proj used request id req-34c236b4-dd5a-4001-8aed-0c5ab500b81c 2018-10-26 09:38:06,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}325cf267d054feb0ce188fae362b5d54a2eb30f4" 2018-10-26 09:38:06,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-360d407d-9534-47e6-8f5b-2d1d3a6db7bf Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:38:06,871 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-360d407d-9534-47e6-8f5b-2d1d3a6db7bf 2018-10-26 09:38:07,256 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-c9993c81-2d12-426-user 2018-10-26 09:38:07,257 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:38:07,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d9d0a06e0d6dc71e99203bc688e40938ad7290a" 2018-10-26 09:38:07,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af94186b-06a3-4d13-a943-dfa07e3c3721 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:38:07,341 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-af94186b-06a3-4d13-a943-dfa07e3c3721 2018-10-26 09:38:07,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d9d0a06e0d6dc71e99203bc688e40938ad7290a" -d '{"role": {"name": "CreateNetworkSuccessTests-c9993c81-2d12-426-proj-role"}}' 2018-10-26 09:38:07,456 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:38:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b21aaf5b-3334-4f44-b03d-ea2a9c6f8077 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a4cbedb566504146b4e26f2a9b750f95", "links": {"self": "http://172.30.9.21:5000/v3/roles/a4cbedb566504146b4e26f2a9b750f95"}, "name": "CreateNetworkSuccessTests-c9993c81-2d12-426-proj-role"}} 2018-10-26 09:38:07,456 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-b21aaf5b-3334-4f44-b03d-ea2a9c6f8077 2018-10-26 09:38:07,457 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-c9993c81-2d12-426-proj-role 2018-10-26 09:38:07,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/a4cbedb566504146b4e26f2a9b750f95 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d9d0a06e0d6dc71e99203bc688e40938ad7290a" 2018-10-26 09:38:07,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08e35cb4-a738-42bc-ae81-c09da20c95bb Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/a4cbedb566504146b4e26f2a9b750f95"}, "domain_id": null, "name": "CreateNetworkSuccessTests-c9993c81-2d12-426-proj-role", "id": "a4cbedb566504146b4e26f2a9b750f95"}} 2018-10-26 09:38:07,546 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/a4cbedb566504146b4e26f2a9b750f95 used request id req-08e35cb4-a738-42bc-ae81-c09da20c95bb 2018-10-26 09:38:07,547 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-c9993c81-2d12-426-proj-role to project CreateNetworkSuccessTests-c9993c81-2d12-426-proj 2018-10-26 09:38:07,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/9654224e87c34503b572263816f47c0a/users/57c69fe849164aa5843da22ff9a92a6e/roles/a4cbedb566504146b4e26f2a9b750f95 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d9d0a06e0d6dc71e99203bc688e40938ad7290a" 2018-10-26 09:38:07,663 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:38:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fda51c40-f640-4767-8858-54003fc55eb1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:38:07,663 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/9654224e87c34503b572263816f47c0a/users/57c69fe849164aa5843da22ff9a92a6e/roles/a4cbedb566504146b4e26f2a9b750f95 used request id req-fda51c40-f640-4767-8858-54003fc55eb1 2018-10-26 09:38:07,664 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:38:07,665 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:38:08,045 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a4cbedb566504146b4e26f2a9b750f95", "name": "CreateNetworkSuccessTests-c9993c81-2d12-426-proj-role"}], "expires_at": "2018-10-26T10:38:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9654224e87c34503b572263816f47c0a", "name": "CreateNetworkSuccessTests-c9993c81-2d12-426-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/9654224e87c34503b572263816f47c0a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/9654224e87c34503b572263816f47c0a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/9654224e87c34503b572263816f47c0a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/9654224e87c34503b572263816f47c0a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/9654224e87c34503b572263816f47c0a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/9654224e87c34503b572263816f47c0a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/9654224e87c34503b572263816f47c0a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/9654224e87c34503b572263816f47c0a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/9654224e87c34503b572263816f47c0a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/9654224e87c34503b572263816f47c0a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/9654224e87c34503b572263816f47c0a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/9654224e87c34503b572263816f47c0a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-c9993c81-2d12-426-user", "id": "57c69fe849164aa5843da22ff9a92a6e"}, "audit_ids": ["Nxrn6xkmSvuPgY6kE5kTQQ"], "issued_at": "2018-10-26T09:38:08.000000Z"}} 2018-10-26 09:38:08,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}211aeba35b29a9934dbef1a3fbd735ab2cab28c9" 2018-10-26 09:38:08,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae7c933d-15fe-4d27-8510-0ea7d0c034b7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:38:08,131 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ae7c933d-15fe-4d27-8510-0ea7d0c034b7 2018-10-26 09:38:08,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-e0430f95-fa20-4678-a7fb-a0b8b1f2d7ab-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}211aeba35b29a9934dbef1a3fbd735ab2cab28c9" 2018-10-26 09:38:08,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-0b7110ef-a76b-4a7c-a2be-eec0c5e9d8bd Date: Fri, 26 Oct 2018 09:38:08 GMT RESP BODY: {"networks":[]} 2018-10-26 09:38:08,315 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-e0430f95-fa20-4678-a7fb-a0b8b1f2d7ab-pub-net used request id req-0b7110ef-a76b-4a7c-a2be-eec0c5e9d8bd 2018-10-26 09:38:08,316 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-e0430f95-fa20-4678-a7fb-a0b8b1f2d7ab-pub-net 2018-10-26 09:38:08,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}211aeba35b29a9934dbef1a3fbd735ab2cab28c9" -d '{"network": {"name": "CreateNetworkSuccessTests-e0430f95-fa20-4678-a7fb-a0b8b1f2d7ab-pub-net", "admin_state_up": true}}' 2018-10-26 09:38:08,856 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-32d8b43d-c93b-4f93-910e-56c2a9d4d457 Date: Fri, 26 Oct 2018 09:38:08 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"f7ec5673-8270-4e3f-a385-31697f3a5634","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9654224e87c34503b572263816f47c0a","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T09:38:08Z","is_default":false,"name":"CreateNetworkSuccessTests-e0430f95-fa20-4678-a7fb-a0b8b1f2d7ab-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"9654224e87c34503b572263816f47c0a","created_at":"2018-10-26T09:38:08Z","mtu":1450}} 2018-10-26 09:38:08,856 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-32d8b43d-c93b-4f93-910e-56c2a9d4d457 2018-10-26 09:38:08,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=f7ec5673-8270-4e3f-a385-31697f3a5634 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}211aeba35b29a9934dbef1a3fbd735ab2cab28c9" 2018-10-26 09:38:09,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-6f1d3144-1bab-4790-a389-d3c92f8b8a67 Date: Fri, 26 Oct 2018 09:38:09 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-10-26T09:38:08Z","tenant_id":"9654224e87c34503b572263816f47c0a","created_at":"2018-10-26T09:38:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"9654224e87c34503b572263816f47c0a","id":"f7ec5673-8270-4e3f-a385-31697f3a5634","name":"CreateNetworkSuccessTests-e0430f95-fa20-4678-a7fb-a0b8b1f2d7ab-pub-net"}]} 2018-10-26 09:38:09,117 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=f7ec5673-8270-4e3f-a385-31697f3a5634 used request id req-6f1d3144-1bab-4790-a389-d3c92f8b8a67 2018-10-26 09:38:09,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f7ec5673-8270-4e3f-a385-31697f3a5634 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}211aeba35b29a9934dbef1a3fbd735ab2cab28c9" 2018-10-26 09:38:09,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d88c71e0-bd54-4bce-979c-6ef73c150cfe Date: Fri, 26 Oct 2018 09:38:09 GMT RESP BODY: {"subnets":[]} 2018-10-26 09:38:09,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f7ec5673-8270-4e3f-a385-31697f3a5634 used request id req-d88c71e0-bd54-4bce-979c-6ef73c150cfe 2018-10-26 09:38:09,303 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-e0430f95-fa20-4678-a7fb-a0b8b1f2d7ab-pub-subnet 2018-10-26 09:38:09,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}211aeba35b29a9934dbef1a3fbd735ab2cab28c9" -d '{"subnets": [{"ip_version": 4, "network_id": "f7ec5673-8270-4e3f-a385-31697f3a5634", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-e0430f95-fa20-4678-a7fb-a0b8b1f2d7ab-pub-subnet"}]}' 2018-10-26 09:38:09,925 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-90802be9-8024-4c02-98b4-a6c2fcdcc8d0 Date: Fri, 26 Oct 2018 09:38:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f7ec5673-8270-4e3f-a385-31697f3a5634","tenant_id":"9654224e87c34503b572263816f47c0a","created_at":"2018-10-26T09:38:09Z","dns_nameservers":[],"updated_at":"2018-10-26T09:38:09Z","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":"9654224e87c34503b572263816f47c0a","id":"d55c9677-86e6-44b7-885f-226e693d1d9a","subnetpool_id":null,"name":"CreateNetworkSuccessTests-e0430f95-fa20-4678-a7fb-a0b8b1f2d7ab-pub-subnet"}]} 2018-10-26 09:38:09,926 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-90802be9-8024-4c02-98b4-a6c2fcdcc8d0 2018-10-26 09:38:09,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=f7ec5673-8270-4e3f-a385-31697f3a5634 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}211aeba35b29a9934dbef1a3fbd735ab2cab28c9" 2018-10-26 09:38:10,031 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-6a5fbe0e-121d-47dc-9200-fe063a380322 Date: Fri, 26 Oct 2018 09:38:10 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d55c9677-86e6-44b7-885f-226e693d1d9a"],"updated_at":"2018-10-26T09:38:09Z","tenant_id":"9654224e87c34503b572263816f47c0a","created_at":"2018-10-26T09:38:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9654224e87c34503b572263816f47c0a","id":"f7ec5673-8270-4e3f-a385-31697f3a5634","name":"CreateNetworkSuccessTests-e0430f95-fa20-4678-a7fb-a0b8b1f2d7ab-pub-net"}]} 2018-10-26 09:38:10,031 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=f7ec5673-8270-4e3f-a385-31697f3a5634 used request id req-6a5fbe0e-121d-47dc-9200-fe063a380322 2018-10-26 09:38:10,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f7ec5673-8270-4e3f-a385-31697f3a5634 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}211aeba35b29a9934dbef1a3fbd735ab2cab28c9" 2018-10-26 09:38:10,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-60663f4c-e281-4b2b-8665-9bafab5dc351 Date: Fri, 26 Oct 2018 09:38:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f7ec5673-8270-4e3f-a385-31697f3a5634","tenant_id":"9654224e87c34503b572263816f47c0a","created_at":"2018-10-26T09:38:09Z","dns_nameservers":[],"updated_at":"2018-10-26T09:38:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9654224e87c34503b572263816f47c0a","id":"d55c9677-86e6-44b7-885f-226e693d1d9a","subnetpool_id":null,"name":"CreateNetworkSuccessTests-e0430f95-fa20-4678-a7fb-a0b8b1f2d7ab-pub-subnet"}]} 2018-10-26 09:38:10,242 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f7ec5673-8270-4e3f-a385-31697f3a5634 used request id req-60663f4c-e281-4b2b-8665-9bafab5dc351 2018-10-26 09:38:10,242 - OpenStackNetwork - DEBUG - Network [f7ec5673-8270-4e3f-a385-31697f3a5634] created successfully 2018-10-26 09:38:10,242 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:38:10,618 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a4cbedb566504146b4e26f2a9b750f95", "name": "CreateNetworkSuccessTests-c9993c81-2d12-426-proj-role"}], "expires_at": "2018-10-26T10:38:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9654224e87c34503b572263816f47c0a", "name": "CreateNetworkSuccessTests-c9993c81-2d12-426-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/9654224e87c34503b572263816f47c0a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/9654224e87c34503b572263816f47c0a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/9654224e87c34503b572263816f47c0a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/9654224e87c34503b572263816f47c0a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/9654224e87c34503b572263816f47c0a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/9654224e87c34503b572263816f47c0a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/9654224e87c34503b572263816f47c0a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/9654224e87c34503b572263816f47c0a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/9654224e87c34503b572263816f47c0a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/9654224e87c34503b572263816f47c0a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/9654224e87c34503b572263816f47c0a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/9654224e87c34503b572263816f47c0a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-c9993c81-2d12-426-user", "id": "57c69fe849164aa5843da22ff9a92a6e"}, "audit_ids": ["z6Tf0R1gTl6bk39ZxwZQFg"], "issued_at": "2018-10-26T09:38:10.000000Z"}} 2018-10-26 09:38:10,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-e0430f95-fa20-4678-a7fb-a0b8b1f2d7ab-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3864b27fc225b3ff1e3521cf545aac92374c3a7" 2018-10-26 09:38:10,877 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-a007459e-1e03-4f6c-89a5-d65b958eda30 Date: Fri, 26 Oct 2018 09:38:10 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d55c9677-86e6-44b7-885f-226e693d1d9a"],"updated_at":"2018-10-26T09:38:09Z","tenant_id":"9654224e87c34503b572263816f47c0a","created_at":"2018-10-26T09:38:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9654224e87c34503b572263816f47c0a","id":"f7ec5673-8270-4e3f-a385-31697f3a5634","name":"CreateNetworkSuccessTests-e0430f95-fa20-4678-a7fb-a0b8b1f2d7ab-pub-net"}]} 2018-10-26 09:38:10,877 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-e0430f95-fa20-4678-a7fb-a0b8b1f2d7ab-pub-net used request id req-a007459e-1e03-4f6c-89a5-d65b958eda30 2018-10-26 09:38:10,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:38:10,886 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:38: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:38:10,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9654224e87c34503b572263816f47c0a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ff69797408f358f8e53c8dfbec36728e302ecf4" 2018-10-26 09:38:10,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d09df26-2966-43f5-8c82-ae019426a7ba Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/9654224e87c34503b572263816f47c0a"}, "enabled": true, "id": "9654224e87c34503b572263816f47c0a", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-c9993c81-2d12-426-proj"}} 2018-10-26 09:38:10,979 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9654224e87c34503b572263816f47c0a used request id req-0d09df26-2966-43f5-8c82-ae019426a7ba 2018-10-26 09:38:10,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f7ec5673-8270-4e3f-a385-31697f3a5634 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3864b27fc225b3ff1e3521cf545aac92374c3a7" 2018-10-26 09:38:11,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-6b89b88f-c3ce-44b7-a5f0-67ac672c8d1f Date: Fri, 26 Oct 2018 09:38:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f7ec5673-8270-4e3f-a385-31697f3a5634","tenant_id":"9654224e87c34503b572263816f47c0a","created_at":"2018-10-26T09:38:09Z","dns_nameservers":[],"updated_at":"2018-10-26T09:38:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9654224e87c34503b572263816f47c0a","id":"d55c9677-86e6-44b7-885f-226e693d1d9a","subnetpool_id":null,"name":"CreateNetworkSuccessTests-e0430f95-fa20-4678-a7fb-a0b8b1f2d7ab-pub-subnet"}]} 2018-10-26 09:38:11,177 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f7ec5673-8270-4e3f-a385-31697f3a5634 used request id req-6b89b88f-c3ce-44b7-a5f0-67ac672c8d1f 2018-10-26 09:38:11,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f7ec5673-8270-4e3f-a385-31697f3a5634&name=CreateNetworkSuccessTests-e0430f95-fa20-4678-a7fb-a0b8b1f2d7ab-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3864b27fc225b3ff1e3521cf545aac92374c3a7" 2018-10-26 09:38:11,406 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-ea0dec40-af82-4885-a0d7-fe723e98d73f Date: Fri, 26 Oct 2018 09:38:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f7ec5673-8270-4e3f-a385-31697f3a5634","tenant_id":"9654224e87c34503b572263816f47c0a","created_at":"2018-10-26T09:38:09Z","dns_nameservers":[],"updated_at":"2018-10-26T09:38:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"9654224e87c34503b572263816f47c0a","id":"d55c9677-86e6-44b7-885f-226e693d1d9a","subnetpool_id":null,"name":"CreateNetworkSuccessTests-e0430f95-fa20-4678-a7fb-a0b8b1f2d7ab-pub-subnet"}]} 2018-10-26 09:38:11,406 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f7ec5673-8270-4e3f-a385-31697f3a5634&name=CreateNetworkSuccessTests-e0430f95-fa20-4678-a7fb-a0b8b1f2d7ab-pub-subnet used request id req-ea0dec40-af82-4885-a0d7-fe723e98d73f 2018-10-26 09:38:11,406 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-e0430f95-fa20-4678-a7fb-a0b8b1f2d7ab-pub-subnet 2018-10-26 09:38:11,407 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-e0430f95-fa20-4678-a7fb-a0b8b1f2d7ab-pub-subnet 2018-10-26 09:38:11,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/d55c9677-86e6-44b7-885f-226e693d1d9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}211aeba35b29a9934dbef1a3fbd735ab2cab28c9" 2018-10-26 09:38:14,104 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b132c5bb-4207-42ba-8353-69b2b1dde04f Date: Fri, 26 Oct 2018 09:38:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:38:14,104 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/d55c9677-86e6-44b7-885f-226e693d1d9a used request id req-b132c5bb-4207-42ba-8353-69b2b1dde04f 2018-10-26 09:38:14,105 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-e0430f95-fa20-4678-a7fb-a0b8b1f2d7ab-pub-net 2018-10-26 09:38:14,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/f7ec5673-8270-4e3f-a385-31697f3a5634 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}211aeba35b29a9934dbef1a3fbd735ab2cab28c9" 2018-10-26 09:38:15,389 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-af400566-55e2-4f10-bcd7-3fe7df912bf6 Date: Fri, 26 Oct 2018 09:38:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:38:15,389 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/f7ec5673-8270-4e3f-a385-31697f3a5634 used request id req-af400566-55e2-4f10-bcd7-3fe7df912bf6 2018-10-26 09:38:15,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d9d0a06e0d6dc71e99203bc688e40938ad7290a" 2018-10-26 09:38:15,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-f25f7c40-12a3-47fa-b3b8-1ba8ca5ec98b Date: Fri, 26 Oct 2018 09:38:15 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9654224e87c34503b572263816f47c0a", "created_at": "2018-10-26T09:38:08Z", "updated_at": "2018-10-26T09:38:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:38:08Z", "revision_number": 0, "id": "5e78ac79-6b31-4474-8bfc-d10cb49e5877", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:38:08Z", "security_group_id": "70d4c3cd-abeb-4308-b576-ea5bfff4ad41", "tenant_id": "9654224e87c34503b572263816f47c0a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9654224e87c34503b572263816f47c0a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:38:08Z", "revision_number": 0, "id": "8438ca38-8f6d-4c68-8221-a69fe53a32bc", "remote_group_id": "70d4c3cd-abeb-4308-b576-ea5bfff4ad41", "remote_ip_prefix": null, "created_at": "2018-10-26T09:38:08Z", "security_group_id": "70d4c3cd-abeb-4308-b576-ea5bfff4ad41", "tenant_id": "9654224e87c34503b572263816f47c0a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9654224e87c34503b572263816f47c0a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:38:08Z", "revision_number": 0, "id": "87ccd2c5-5c2b-44e7-b5d1-14866a5c4cf7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:38:08Z", "security_group_id": "70d4c3cd-abeb-4308-b576-ea5bfff4ad41", "tenant_id": "9654224e87c34503b572263816f47c0a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9654224e87c34503b572263816f47c0a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:38:08Z", "revision_number": 0, "id": "9584ba2c-fab3-4f6b-b300-180d291023d5", "remote_group_id": "70d4c3cd-abeb-4308-b576-ea5bfff4ad41", "remote_ip_prefix": null, "created_at": "2018-10-26T09:38:08Z", "security_group_id": "70d4c3cd-abeb-4308-b576-ea5bfff4ad41", "tenant_id": "9654224e87c34503b572263816f47c0a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9654224e87c34503b572263816f47c0a"}], "revision_number": 4, "project_id": "9654224e87c34503b572263816f47c0a", "id": "70d4c3cd-abeb-4308-b576-ea5bfff4ad41", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:38:15,862 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-f25f7c40-12a3-47fa-b3b8-1ba8ca5ec98b 2018-10-26 09:38:15,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9654224e87c34503b572263816f47c0a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d9d0a06e0d6dc71e99203bc688e40938ad7290a" 2018-10-26 09:38:15,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53f6b19a-1353-45d7-a404-c612f4bf96ff Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/9654224e87c34503b572263816f47c0a"}, "enabled": true, "id": "9654224e87c34503b572263816f47c0a", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-c9993c81-2d12-426-proj"}} 2018-10-26 09:38:15,953 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9654224e87c34503b572263816f47c0a used request id req-53f6b19a-1353-45d7-a404-c612f4bf96ff 2018-10-26 09:38:15,953 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 70d4c3cd-abeb-4308-b576-ea5bfff4ad41 2018-10-26 09:38:15,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=70d4c3cd-abeb-4308-b576-ea5bfff4ad41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d9d0a06e0d6dc71e99203bc688e40938ad7290a" 2018-10-26 09:38:16,124 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-348d026f-5724-4425-96da-db12490f55c2 Date: Fri, 26 Oct 2018 09:38:16 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:38:08Z", "security_group_id": "70d4c3cd-abeb-4308-b576-ea5bfff4ad41", "port_range_min": null, "revision_number": 0, "tenant_id": "9654224e87c34503b572263816f47c0a", "created_at": "2018-10-26T09:38:08Z", "project_id": "9654224e87c34503b572263816f47c0a", "id": "5e78ac79-6b31-4474-8bfc-d10cb49e5877"}, {"remote_group_id": "70d4c3cd-abeb-4308-b576-ea5bfff4ad41", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:38:08Z", "security_group_id": "70d4c3cd-abeb-4308-b576-ea5bfff4ad41", "port_range_min": null, "revision_number": 0, "tenant_id": "9654224e87c34503b572263816f47c0a", "created_at": "2018-10-26T09:38:08Z", "project_id": "9654224e87c34503b572263816f47c0a", "id": "8438ca38-8f6d-4c68-8221-a69fe53a32bc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:38:08Z", "security_group_id": "70d4c3cd-abeb-4308-b576-ea5bfff4ad41", "port_range_min": null, "revision_number": 0, "tenant_id": "9654224e87c34503b572263816f47c0a", "created_at": "2018-10-26T09:38:08Z", "project_id": "9654224e87c34503b572263816f47c0a", "id": "87ccd2c5-5c2b-44e7-b5d1-14866a5c4cf7"}, {"remote_group_id": "70d4c3cd-abeb-4308-b576-ea5bfff4ad41", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:38:08Z", "security_group_id": "70d4c3cd-abeb-4308-b576-ea5bfff4ad41", "port_range_min": null, "revision_number": 0, "tenant_id": "9654224e87c34503b572263816f47c0a", "created_at": "2018-10-26T09:38:08Z", "project_id": "9654224e87c34503b572263816f47c0a", "id": "9584ba2c-fab3-4f6b-b300-180d291023d5"}]} 2018-10-26 09:38:16,124 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=70d4c3cd-abeb-4308-b576-ea5bfff4ad41 used request id req-348d026f-5724-4425-96da-db12490f55c2 2018-10-26 09:38:16,125 - neutron_utils - INFO - Deleting security group with name - default 2018-10-26 09:38:16,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/70d4c3cd-abeb-4308-b576-ea5bfff4ad41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d9d0a06e0d6dc71e99203bc688e40938ad7290a" 2018-10-26 09:38:16,409 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-39fa695a-16d3-47f2-aeb2-fff7435b3efc Content-Length: 0 Date: Fri, 26 Oct 2018 09:38:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:38:16,409 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/70d4c3cd-abeb-4308-b576-ea5bfff4ad41 used request id req-39fa695a-16d3-47f2-aeb2-fff7435b3efc 2018-10-26 09:38:16,410 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-c9993c81-2d12-426-proj 2018-10-26 09:38:16,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/9654224e87c34503b572263816f47c0a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d9d0a06e0d6dc71e99203bc688e40938ad7290a" 2018-10-26 09:38:16,651 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:38:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8e615ad3-d423-4022-ba4b-d76f81942c8b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:38:16,651 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/9654224e87c34503b572263816f47c0a used request id req-8e615ad3-d423-4022-ba4b-d76f81942c8b 2018-10-26 09:38:16,652 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-c9993c81-2d12-426-proj-role 2018-10-26 09:38:16,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/a4cbedb566504146b4e26f2a9b750f95 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d9d0a06e0d6dc71e99203bc688e40938ad7290a" 2018-10-26 09:38:16,771 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:38:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0a27a623-e35f-4a3b-9b59-58452f56a763 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:38:16,771 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/a4cbedb566504146b4e26f2a9b750f95 used request id req-0a27a623-e35f-4a3b-9b59-58452f56a763 2018-10-26 09:38:16,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d9d0a06e0d6dc71e99203bc688e40938ad7290a" 2018-10-26 09:38:16,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6db993f-f79e-4132-b925-cb69da017d15 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:38:16,856 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-a6db993f-f79e-4132-b925-cb69da017d15 2018-10-26 09:38:16,857 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-c9993c81-2d12-426-user 2018-10-26 09:38:16,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/57c69fe849164aa5843da22ff9a92a6e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}325cf267d054feb0ce188fae362b5d54a2eb30f4" 2018-10-26 09:38:17,091 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:38:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-095a14cc-1604-4583-92e2-f5924c91dc14 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:38:17,091 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/57c69fe849164aa5843da22ff9a92a6e used request id req-095a14cc-1604-4583-92e2-f5924c91dc14 2018-10-26 09:38:17,092 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:38:17,482 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:38:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["QmtefDaZQoy4JlCrzPk1GQ"], "issued_at": "2018-10-26T09:38:17.000000Z"}} 2018-10-26 09:38:17,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9dbbc1b63ab193a4973cd40c0fbce26ddd94327e" 2018-10-26 09:38:17,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a5be443-fee7-4940-885f-a59f1c807aa4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:38:17,563 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-2a5be443-fee7-4940-885f-a59f1c807aa4 2018-10-26 09:38:17,564 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:38:17,565 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:38:17,949 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:38:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["VMO0XPc2RVSxIQODh_lKrQ"], "issued_at": "2018-10-26T09:38:17.000000Z"}} 2018-10-26 09:38:17,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e419c18f25679c40f6ef8634ffd5a1c4949b67c5" 2018-10-26 09:38:18,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eab789df-ae0a-4443-83c9-f523658e82cd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:38:18,036 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-eab789df-ae0a-4443-83c9-f523658e82cd 2018-10-26 09:38:18,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:38:18,047 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:38: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:38:18,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-864f6a7a-9337-439-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e419c18f25679c40f6ef8634ffd5a1c4949b67c5" 2018-10-26 09:38:18,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e8610f7-c108-4bd2-85f3-2534343e352e Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-864f6a7a-9337-439-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:38:18,142 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-864f6a7a-9337-439-proj used request id req-4e8610f7-c108-4bd2-85f3-2534343e352e 2018-10-26 09:38:18,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e419c18f25679c40f6ef8634ffd5a1c4949b67c5" 2018-10-26 09:38:18,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4de51647-3467-4072-b103-687bdfaf922f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:38:18,241 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-4de51647-3467-4072-b103-687bdfaf922f 2018-10-26 09:38:18,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e419c18f25679c40f6ef8634ffd5a1c4949b67c5" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-864f6a7a-9337-439-proj"}}' 2018-10-26 09:38:18,346 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:38:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-feccb541-809f-442e-ab45-5ff91b5ee2c5 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/807157976ef341bca0c3d463ea59bb47"}, "enabled": true, "id": "807157976ef341bca0c3d463ea59bb47", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-864f6a7a-9337-439-proj"}} 2018-10-26 09:38:18,346 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-feccb541-809f-442e-ab45-5ff91b5ee2c5 2018-10-26 09:38:18,347 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-864f6a7a-9337-439-proj 2018-10-26 09:38:18,347 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:38:18,348 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:38:18,737 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:38:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["aNPEpbshTtmo_MyEr8db6A"], "issued_at": "2018-10-26T09:38:18.000000Z"}} 2018-10-26 09:38:18,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a805d6465f7a3bd8ca652d5fad5e04d060df5daa" 2018-10-26 09:38:18,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a39acdec-aea9-41c9-b8b2-adda6bb62c8b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:38:18,826 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a39acdec-aea9-41c9-b8b2-adda6bb62c8b 2018-10-26 09:38:18,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:38:18,836 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:38: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:38:18,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a805d6465f7a3bd8ca652d5fad5e04d060df5daa" 2018-10-26 09:38:18,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f8aee4b-a8a5-46f9-aebc-8ba20fe63c02 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:38:18,940 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-7f8aee4b-a8a5-46f9-aebc-8ba20fe63c02 2018-10-26 09:38:18,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-864f6a7a-9337-439-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a805d6465f7a3bd8ca652d5fad5e04d060df5daa" 2018-10-26 09:38:19,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e783003-1276-45ec-a7a4-188bc1ddfc32 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-864f6a7a-9337-439-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/807157976ef341bca0c3d463ea59bb47"}, "enabled": true, "id": "807157976ef341bca0c3d463ea59bb47", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-864f6a7a-9337-439-proj"}]} 2018-10-26 09:38:19,038 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-864f6a7a-9337-439-proj used request id req-0e783003-1276-45ec-a7a4-188bc1ddfc32 2018-10-26 09:38:19,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a805d6465f7a3bd8ca652d5fad5e04d060df5daa" 2018-10-26 09:38:19,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-554c086c-fe02-4389-8915-1a04276881da Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:38:19,124 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-554c086c-fe02-4389-8915-1a04276881da 2018-10-26 09:38:19,488 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-864f6a7a-9337-439-user 2018-10-26 09:38:19,488 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:38:19,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e419c18f25679c40f6ef8634ffd5a1c4949b67c5" 2018-10-26 09:38:19,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-591d62b6-8e6b-422d-a527-b80b3f565fb8 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:38:19,585 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-591d62b6-8e6b-422d-a527-b80b3f565fb8 2018-10-26 09:38:19,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e419c18f25679c40f6ef8634ffd5a1c4949b67c5" -d '{"role": {"name": "CreateNetworkSuccessTests-864f6a7a-9337-439-proj-role"}}' 2018-10-26 09:38:19,778 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:38:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a71f94ea-b7d4-4f34-8d31-2a581ef9e837 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2dd66837495e4958b8a8d4696400b991", "links": {"self": "http://172.30.9.21:5000/v3/roles/2dd66837495e4958b8a8d4696400b991"}, "name": "CreateNetworkSuccessTests-864f6a7a-9337-439-proj-role"}} 2018-10-26 09:38:19,778 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-a71f94ea-b7d4-4f34-8d31-2a581ef9e837 2018-10-26 09:38:19,778 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-864f6a7a-9337-439-proj-role 2018-10-26 09:38:19,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/2dd66837495e4958b8a8d4696400b991 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e419c18f25679c40f6ef8634ffd5a1c4949b67c5" 2018-10-26 09:38:19,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d9f8d70-89ed-46d5-bd0a-8ee70376b808 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/2dd66837495e4958b8a8d4696400b991"}, "domain_id": null, "name": "CreateNetworkSuccessTests-864f6a7a-9337-439-proj-role", "id": "2dd66837495e4958b8a8d4696400b991"}} 2018-10-26 09:38:19,800 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/2dd66837495e4958b8a8d4696400b991 used request id req-3d9f8d70-89ed-46d5-bd0a-8ee70376b808 2018-10-26 09:38:19,800 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-864f6a7a-9337-439-proj-role to project CreateNetworkSuccessTests-864f6a7a-9337-439-proj 2018-10-26 09:38:19,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/807157976ef341bca0c3d463ea59bb47/users/b4d3126bbd2d4a40ae80f1c999bb5fa8/roles/2dd66837495e4958b8a8d4696400b991 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e419c18f25679c40f6ef8634ffd5a1c4949b67c5" 2018-10-26 09:38:19,936 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:38:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-25ecc0ce-9803-4559-9b2f-d6f8a9c44d42 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:38:19,936 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/807157976ef341bca0c3d463ea59bb47/users/b4d3126bbd2d4a40ae80f1c999bb5fa8/roles/2dd66837495e4958b8a8d4696400b991 used request id req-25ecc0ce-9803-4559-9b2f-d6f8a9c44d42 2018-10-26 09:38:19,937 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:38:19,938 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:38:20,303 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2dd66837495e4958b8a8d4696400b991", "name": "CreateNetworkSuccessTests-864f6a7a-9337-439-proj-role"}], "expires_at": "2018-10-26T10:38:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "807157976ef341bca0c3d463ea59bb47", "name": "CreateNetworkSuccessTests-864f6a7a-9337-439-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/807157976ef341bca0c3d463ea59bb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/807157976ef341bca0c3d463ea59bb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/807157976ef341bca0c3d463ea59bb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/807157976ef341bca0c3d463ea59bb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/807157976ef341bca0c3d463ea59bb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/807157976ef341bca0c3d463ea59bb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/807157976ef341bca0c3d463ea59bb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/807157976ef341bca0c3d463ea59bb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/807157976ef341bca0c3d463ea59bb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/807157976ef341bca0c3d463ea59bb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/807157976ef341bca0c3d463ea59bb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/807157976ef341bca0c3d463ea59bb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-864f6a7a-9337-439-user", "id": "b4d3126bbd2d4a40ae80f1c999bb5fa8"}, "audit_ids": ["d06wKTWpSI2axiIcCT8pQg"], "issued_at": "2018-10-26T09:38:20.000000Z"}} 2018-10-26 09:38:20,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c7f5c756e5f7359edc7ba20e2a4fc1b528428f" 2018-10-26 09:38:20,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea8cce36-e49b-4cf7-a703-867fd18969ae Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:38:20,393 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ea8cce36-e49b-4cf7-a703-867fd18969ae 2018-10-26 09:38:20,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-0cb613d7-6488-407b-90c2-f4d3a4cd715d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c7f5c756e5f7359edc7ba20e2a4fc1b528428f" 2018-10-26 09:38:20,584 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-cc01ef4d-42ed-413e-82d0-59d6fac603db Date: Fri, 26 Oct 2018 09:38:20 GMT RESP BODY: {"networks":[]} 2018-10-26 09:38:20,584 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-0cb613d7-6488-407b-90c2-f4d3a4cd715d-pub-net used request id req-cc01ef4d-42ed-413e-82d0-59d6fac603db 2018-10-26 09:38:20,585 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-0cb613d7-6488-407b-90c2-f4d3a4cd715d-pub-net 2018-10-26 09:38:20,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c7f5c756e5f7359edc7ba20e2a4fc1b528428f" -d '{"network": {"name": "CreateNetworkSuccessTests-0cb613d7-6488-407b-90c2-f4d3a4cd715d-pub-net", "admin_state_up": true}}' 2018-10-26 09:38:21,113 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-712319fd-b12b-459b-89cc-8d8cd6a85bec Date: Fri, 26 Oct 2018 09:38:21 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"a8d3d952-30ff-4091-8bc8-ca182637e24c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"807157976ef341bca0c3d463ea59bb47","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T09:38:20Z","is_default":false,"name":"CreateNetworkSuccessTests-0cb613d7-6488-407b-90c2-f4d3a4cd715d-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"807157976ef341bca0c3d463ea59bb47","created_at":"2018-10-26T09:38:20Z","mtu":1450}} 2018-10-26 09:38:21,113 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-712319fd-b12b-459b-89cc-8d8cd6a85bec 2018-10-26 09:38:21,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=a8d3d952-30ff-4091-8bc8-ca182637e24c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c7f5c756e5f7359edc7ba20e2a4fc1b528428f" 2018-10-26 09:38:21,360 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-a1c0feca-d487-4bc1-986d-d5b6f0aa422f Date: Fri, 26 Oct 2018 09:38:21 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-26T09:38:20Z","tenant_id":"807157976ef341bca0c3d463ea59bb47","created_at":"2018-10-26T09:38:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"807157976ef341bca0c3d463ea59bb47","id":"a8d3d952-30ff-4091-8bc8-ca182637e24c","name":"CreateNetworkSuccessTests-0cb613d7-6488-407b-90c2-f4d3a4cd715d-pub-net"}]} 2018-10-26 09:38:21,361 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=a8d3d952-30ff-4091-8bc8-ca182637e24c used request id req-a1c0feca-d487-4bc1-986d-d5b6f0aa422f 2018-10-26 09:38:21,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=a8d3d952-30ff-4091-8bc8-ca182637e24c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c7f5c756e5f7359edc7ba20e2a4fc1b528428f" 2018-10-26 09:38:21,549 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d6bff009-a37f-4bfc-80b6-e288b2501d06 Date: Fri, 26 Oct 2018 09:38:21 GMT RESP BODY: {"subnets":[]} 2018-10-26 09:38:21,549 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=a8d3d952-30ff-4091-8bc8-ca182637e24c used request id req-d6bff009-a37f-4bfc-80b6-e288b2501d06 2018-10-26 09:38:21,550 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-0cb613d7-6488-407b-90c2-f4d3a4cd715d-pub-subnet 2018-10-26 09:38:21,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c7f5c756e5f7359edc7ba20e2a4fc1b528428f" -d '{"subnets": [{"ip_version": 4, "network_id": "a8d3d952-30ff-4091-8bc8-ca182637e24c", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-0cb613d7-6488-407b-90c2-f4d3a4cd715d-pub-subnet"}]}' 2018-10-26 09:38:22,401 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-ec267eb2-334d-47db-8beb-c45e9f351992 Date: Fri, 26 Oct 2018 09:38:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a8d3d952-30ff-4091-8bc8-ca182637e24c","tenant_id":"807157976ef341bca0c3d463ea59bb47","created_at":"2018-10-26T09:38:21Z","dns_nameservers":[],"updated_at":"2018-10-26T09:38: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":"807157976ef341bca0c3d463ea59bb47","id":"f09fb212-8438-40b3-af5f-e2f0a67525af","subnetpool_id":null,"name":"CreateNetworkSuccessTests-0cb613d7-6488-407b-90c2-f4d3a4cd715d-pub-subnet"}]} 2018-10-26 09:38:22,401 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-ec267eb2-334d-47db-8beb-c45e9f351992 2018-10-26 09:38:22,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=a8d3d952-30ff-4091-8bc8-ca182637e24c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c7f5c756e5f7359edc7ba20e2a4fc1b528428f" 2018-10-26 09:38:22,634 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-5be331de-baa7-4f49-9592-6dc532a468d4 Date: Fri, 26 Oct 2018 09:38: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":["f09fb212-8438-40b3-af5f-e2f0a67525af"],"updated_at":"2018-10-26T09:38:21Z","tenant_id":"807157976ef341bca0c3d463ea59bb47","created_at":"2018-10-26T09:38:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"807157976ef341bca0c3d463ea59bb47","id":"a8d3d952-30ff-4091-8bc8-ca182637e24c","name":"CreateNetworkSuccessTests-0cb613d7-6488-407b-90c2-f4d3a4cd715d-pub-net"}]} 2018-10-26 09:38:22,634 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=a8d3d952-30ff-4091-8bc8-ca182637e24c used request id req-5be331de-baa7-4f49-9592-6dc532a468d4 2018-10-26 09:38:22,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=a8d3d952-30ff-4091-8bc8-ca182637e24c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c7f5c756e5f7359edc7ba20e2a4fc1b528428f" 2018-10-26 09:38:22,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-0d56224c-fdd3-47c6-9309-4fc625c19941 Date: Fri, 26 Oct 2018 09:38:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a8d3d952-30ff-4091-8bc8-ca182637e24c","tenant_id":"807157976ef341bca0c3d463ea59bb47","created_at":"2018-10-26T09:38:21Z","dns_nameservers":[],"updated_at":"2018-10-26T09:38: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":"807157976ef341bca0c3d463ea59bb47","id":"f09fb212-8438-40b3-af5f-e2f0a67525af","subnetpool_id":null,"name":"CreateNetworkSuccessTests-0cb613d7-6488-407b-90c2-f4d3a4cd715d-pub-subnet"}]} 2018-10-26 09:38:22,845 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=a8d3d952-30ff-4091-8bc8-ca182637e24c used request id req-0d56224c-fdd3-47c6-9309-4fc625c19941 2018-10-26 09:38:22,845 - OpenStackNetwork - DEBUG - Network [a8d3d952-30ff-4091-8bc8-ca182637e24c] created successfully 2018-10-26 09:38:22,845 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:38:22,846 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:38:23,220 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2dd66837495e4958b8a8d4696400b991", "name": "CreateNetworkSuccessTests-864f6a7a-9337-439-proj-role"}], "expires_at": "2018-10-26T10:38:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "807157976ef341bca0c3d463ea59bb47", "name": "CreateNetworkSuccessTests-864f6a7a-9337-439-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/807157976ef341bca0c3d463ea59bb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/807157976ef341bca0c3d463ea59bb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/807157976ef341bca0c3d463ea59bb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/807157976ef341bca0c3d463ea59bb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/807157976ef341bca0c3d463ea59bb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/807157976ef341bca0c3d463ea59bb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/807157976ef341bca0c3d463ea59bb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/807157976ef341bca0c3d463ea59bb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/807157976ef341bca0c3d463ea59bb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/807157976ef341bca0c3d463ea59bb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/807157976ef341bca0c3d463ea59bb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/807157976ef341bca0c3d463ea59bb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-864f6a7a-9337-439-user", "id": "b4d3126bbd2d4a40ae80f1c999bb5fa8"}, "audit_ids": ["BNq6cUzrRxutZ7-zsD0U0w"], "issued_at": "2018-10-26T09:38:23.000000Z"}} 2018-10-26 09:38:23,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efa3d94914272042ee2b79fe67692dec35553caf" 2018-10-26 09:38:23,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd4ca74d-a374-4ada-b2f9-9db95d462346 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:38:23,233 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-fd4ca74d-a374-4ada-b2f9-9db95d462346 2018-10-26 09:38:23,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-0cb613d7-6488-407b-90c2-f4d3a4cd715d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efa3d94914272042ee2b79fe67692dec35553caf" 2018-10-26 09:38:23,491 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-7cb9c500-a6f0-4124-95ad-c1103daf3fff Date: Fri, 26 Oct 2018 09:38: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":["f09fb212-8438-40b3-af5f-e2f0a67525af"],"updated_at":"2018-10-26T09:38:21Z","tenant_id":"807157976ef341bca0c3d463ea59bb47","created_at":"2018-10-26T09:38:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"807157976ef341bca0c3d463ea59bb47","id":"a8d3d952-30ff-4091-8bc8-ca182637e24c","name":"CreateNetworkSuccessTests-0cb613d7-6488-407b-90c2-f4d3a4cd715d-pub-net"}]} 2018-10-26 09:38:23,491 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-0cb613d7-6488-407b-90c2-f4d3a4cd715d-pub-net used request id req-7cb9c500-a6f0-4124-95ad-c1103daf3fff 2018-10-26 09:38:23,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:38:23,500 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:38: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:38:23,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/807157976ef341bca0c3d463ea59bb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efa3d94914272042ee2b79fe67692dec35553caf" 2018-10-26 09:38:23,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd361f3b-1dd0-4439-aa64-b5135f2601d9 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/807157976ef341bca0c3d463ea59bb47"}, "enabled": true, "id": "807157976ef341bca0c3d463ea59bb47", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-864f6a7a-9337-439-proj"}} 2018-10-26 09:38:23,580 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/807157976ef341bca0c3d463ea59bb47 used request id req-bd361f3b-1dd0-4439-aa64-b5135f2601d9 2018-10-26 09:38:23,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=a8d3d952-30ff-4091-8bc8-ca182637e24c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}efa3d94914272042ee2b79fe67692dec35553caf" 2018-10-26 09:38:23,784 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-b2ed67e4-5085-4df7-94a2-def90fd51cff Date: Fri, 26 Oct 2018 09:38:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a8d3d952-30ff-4091-8bc8-ca182637e24c","tenant_id":"807157976ef341bca0c3d463ea59bb47","created_at":"2018-10-26T09:38:21Z","dns_nameservers":[],"updated_at":"2018-10-26T09:38: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":"807157976ef341bca0c3d463ea59bb47","id":"f09fb212-8438-40b3-af5f-e2f0a67525af","subnetpool_id":null,"name":"CreateNetworkSuccessTests-0cb613d7-6488-407b-90c2-f4d3a4cd715d-pub-subnet"}]} 2018-10-26 09:38:23,784 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=a8d3d952-30ff-4091-8bc8-ca182637e24c used request id req-b2ed67e4-5085-4df7-94a2-def90fd51cff 2018-10-26 09:38:23,784 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-0cb613d7-6488-407b-90c2-f4d3a4cd715d-pub-subnet 2018-10-26 09:38:23,785 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-0cb613d7-6488-407b-90c2-f4d3a4cd715d-pub-subnet 2018-10-26 09:38:23,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/f09fb212-8438-40b3-af5f-e2f0a67525af -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c7f5c756e5f7359edc7ba20e2a4fc1b528428f" 2018-10-26 09:38:25,315 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5ed9c3c4-3ead-42c0-90d5-234c6d62cf66 Date: Fri, 26 Oct 2018 09:38:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:38:25,315 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/f09fb212-8438-40b3-af5f-e2f0a67525af used request id req-5ed9c3c4-3ead-42c0-90d5-234c6d62cf66 2018-10-26 09:38:25,316 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-0cb613d7-6488-407b-90c2-f4d3a4cd715d-pub-net 2018-10-26 09:38:25,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/a8d3d952-30ff-4091-8bc8-ca182637e24c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c7f5c756e5f7359edc7ba20e2a4fc1b528428f" 2018-10-26 09:38:26,535 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b9093731-ab2b-4761-91f6-bbe7a9717a55 Date: Fri, 26 Oct 2018 09:38:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:38:26,535 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/a8d3d952-30ff-4091-8bc8-ca182637e24c used request id req-b9093731-ab2b-4761-91f6-bbe7a9717a55 2018-10-26 09:38:26,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e419c18f25679c40f6ef8634ffd5a1c4949b67c5" 2018-10-26 09:38:26,748 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-27ca1c81-68f4-4f6a-bf0f-19b5d86dcc54 Date: Fri, 26 Oct 2018 09:38:26 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "807157976ef341bca0c3d463ea59bb47", "created_at": "2018-10-26T09:38:20Z", "updated_at": "2018-10-26T09:38:20Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:38:20Z", "revision_number": 0, "id": "1e330aee-a67f-4cef-97aa-e3762ea8fe72", "remote_group_id": "f149c881-fd56-4c0d-9cf3-963e1b5813bc", "remote_ip_prefix": null, "created_at": "2018-10-26T09:38:20Z", "security_group_id": "f149c881-fd56-4c0d-9cf3-963e1b5813bc", "tenant_id": "807157976ef341bca0c3d463ea59bb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "807157976ef341bca0c3d463ea59bb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:38:20Z", "revision_number": 0, "id": "64b95570-365e-4e92-9f59-4453bdb6c50c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:38:20Z", "security_group_id": "f149c881-fd56-4c0d-9cf3-963e1b5813bc", "tenant_id": "807157976ef341bca0c3d463ea59bb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "807157976ef341bca0c3d463ea59bb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:38:20Z", "revision_number": 0, "id": "9efaf1a3-fdba-4fd6-85ee-3290d31f7296", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:38:20Z", "security_group_id": "f149c881-fd56-4c0d-9cf3-963e1b5813bc", "tenant_id": "807157976ef341bca0c3d463ea59bb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "807157976ef341bca0c3d463ea59bb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:38:20Z", "revision_number": 0, "id": "f1efb646-6656-426a-b933-f35739e039da", "remote_group_id": "f149c881-fd56-4c0d-9cf3-963e1b5813bc", "remote_ip_prefix": null, "created_at": "2018-10-26T09:38:20Z", "security_group_id": "f149c881-fd56-4c0d-9cf3-963e1b5813bc", "tenant_id": "807157976ef341bca0c3d463ea59bb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "807157976ef341bca0c3d463ea59bb47"}], "revision_number": 4, "project_id": "807157976ef341bca0c3d463ea59bb47", "id": "f149c881-fd56-4c0d-9cf3-963e1b5813bc", "name": "default"}]} 2018-10-26 09:38:26,748 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-27ca1c81-68f4-4f6a-bf0f-19b5d86dcc54 2018-10-26 09:38:26,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e419c18f25679c40f6ef8634ffd5a1c4949b67c5" 2018-10-26 09:38:26,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42e66725-858d-48ae-b04d-924eb61990e6 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:38:26,837 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-42e66725-858d-48ae-b04d-924eb61990e6 2018-10-26 09:38:26,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e419c18f25679c40f6ef8634ffd5a1c4949b67c5" 2018-10-26 09:38:26,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1c0cb90-7deb-481c-8dfe-c31ec5a0cf4c 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:38:26,934 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-f1c0cb90-7deb-481c-8dfe-c31ec5a0cf4c 2018-10-26 09:38:26,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e419c18f25679c40f6ef8634ffd5a1c4949b67c5" 2018-10-26 09:38:27,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ccd7990-fc32-425b-9c7c-957616636165 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:38:27,023 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-0ccd7990-fc32-425b-9c7c-957616636165 2018-10-26 09:38:27,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/807157976ef341bca0c3d463ea59bb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e419c18f25679c40f6ef8634ffd5a1c4949b67c5" 2018-10-26 09:38:27,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2683896d-a946-4d7c-a8d9-e4423d3cea84 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/807157976ef341bca0c3d463ea59bb47"}, "enabled": true, "id": "807157976ef341bca0c3d463ea59bb47", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-864f6a7a-9337-439-proj"}} 2018-10-26 09:38:27,117 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/807157976ef341bca0c3d463ea59bb47 used request id req-2683896d-a946-4d7c-a8d9-e4423d3cea84 2018-10-26 09:38:27,117 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f149c881-fd56-4c0d-9cf3-963e1b5813bc 2018-10-26 09:38:27,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=f149c881-fd56-4c0d-9cf3-963e1b5813bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e419c18f25679c40f6ef8634ffd5a1c4949b67c5" 2018-10-26 09:38:27,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-cd1f3db8-3427-47c8-aa2e-800a9fd1b653 Date: Fri, 26 Oct 2018 09:38:27 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "f149c881-fd56-4c0d-9cf3-963e1b5813bc", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:38:20Z", "security_group_id": "f149c881-fd56-4c0d-9cf3-963e1b5813bc", "port_range_min": null, "revision_number": 0, "tenant_id": "807157976ef341bca0c3d463ea59bb47", "created_at": "2018-10-26T09:38:20Z", "project_id": "807157976ef341bca0c3d463ea59bb47", "id": "1e330aee-a67f-4cef-97aa-e3762ea8fe72"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:38:20Z", "security_group_id": "f149c881-fd56-4c0d-9cf3-963e1b5813bc", "port_range_min": null, "revision_number": 0, "tenant_id": "807157976ef341bca0c3d463ea59bb47", "created_at": "2018-10-26T09:38:20Z", "project_id": "807157976ef341bca0c3d463ea59bb47", "id": "64b95570-365e-4e92-9f59-4453bdb6c50c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:38:20Z", "security_group_id": "f149c881-fd56-4c0d-9cf3-963e1b5813bc", "port_range_min": null, "revision_number": 0, "tenant_id": "807157976ef341bca0c3d463ea59bb47", "created_at": "2018-10-26T09:38:20Z", "project_id": "807157976ef341bca0c3d463ea59bb47", "id": "9efaf1a3-fdba-4fd6-85ee-3290d31f7296"}, {"remote_group_id": "f149c881-fd56-4c0d-9cf3-963e1b5813bc", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:38:20Z", "security_group_id": "f149c881-fd56-4c0d-9cf3-963e1b5813bc", "port_range_min": null, "revision_number": 0, "tenant_id": "807157976ef341bca0c3d463ea59bb47", "created_at": "2018-10-26T09:38:20Z", "project_id": "807157976ef341bca0c3d463ea59bb47", "id": "f1efb646-6656-426a-b933-f35739e039da"}]} 2018-10-26 09:38:27,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=f149c881-fd56-4c0d-9cf3-963e1b5813bc used request id req-cd1f3db8-3427-47c8-aa2e-800a9fd1b653 2018-10-26 09:38:27,307 - neutron_utils - INFO - Deleting security group with name - default 2018-10-26 09:38:27,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/f149c881-fd56-4c0d-9cf3-963e1b5813bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e419c18f25679c40f6ef8634ffd5a1c4949b67c5" 2018-10-26 09:38:27,612 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ada2313b-5332-49e0-8d69-0b4cd0e022b1 Content-Length: 0 Date: Fri, 26 Oct 2018 09:38:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:38:27,612 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/f149c881-fd56-4c0d-9cf3-963e1b5813bc used request id req-ada2313b-5332-49e0-8d69-0b4cd0e022b1 2018-10-26 09:38:27,613 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-864f6a7a-9337-439-proj 2018-10-26 09:38:27,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/807157976ef341bca0c3d463ea59bb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e419c18f25679c40f6ef8634ffd5a1c4949b67c5" 2018-10-26 09:38:27,824 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:38:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7f170d36-6d5b-4ffb-b3d3-c2498a32af4e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:38:27,825 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/807157976ef341bca0c3d463ea59bb47 used request id req-7f170d36-6d5b-4ffb-b3d3-c2498a32af4e 2018-10-26 09:38:27,825 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-864f6a7a-9337-439-proj-role 2018-10-26 09:38:27,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/2dd66837495e4958b8a8d4696400b991 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e419c18f25679c40f6ef8634ffd5a1c4949b67c5" 2018-10-26 09:38:27,939 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:38:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fc58364b-ca9a-4038-8289-a3c1394a04dd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:38:27,939 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/2dd66837495e4958b8a8d4696400b991 used request id req-fc58364b-ca9a-4038-8289-a3c1394a04dd 2018-10-26 09:38:27,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e419c18f25679c40f6ef8634ffd5a1c4949b67c5" 2018-10-26 09:38:28,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f672ea9-d66a-42d1-9d9b-af99358763af Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:38:28,026 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-4f672ea9-d66a-42d1-9d9b-af99358763af 2018-10-26 09:38:28,027 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-864f6a7a-9337-439-user 2018-10-26 09:38:28,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/b4d3126bbd2d4a40ae80f1c999bb5fa8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a805d6465f7a3bd8ca652d5fad5e04d060df5daa" 2018-10-26 09:38:28,293 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:38:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5df19f58-898e-41b1-b281-1f5fe0ce10b3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:38:28,293 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/b4d3126bbd2d4a40ae80f1c999bb5fa8 used request id req-5df19f58-898e-41b1-b281-1f5fe0ce10b3 2018-10-26 09:38:28,294 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:38:28,680 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:38:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["Dq8Mcfq-SfuFqrwskUnT0Q"], "issued_at": "2018-10-26T09:38:28.000000Z"}} 2018-10-26 09:38:28,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}840b274d1c1950d6c01d26908993127e461a824e" 2018-10-26 09:38:28,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3dfc035-18b3-459a-aa03-5a91d076b160 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:38:28,758 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a3dfc035-18b3-459a-aa03-5a91d076b160 2018-10-26 09:38:28,759 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:38:28,760 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:38:29,149 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:38:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["NAaGtmPQRheU-GxCYsp58w"], "issued_at": "2018-10-26T09:38:29.000000Z"}} 2018-10-26 09:38:29,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}558e144b7ea5f5a90ab96a2f4d9c7b5591e6964d" 2018-10-26 09:38:29,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c71a3e3-a8bf-40a5-8450-7e25538fe3a9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:38:29,164 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-4c71a3e3-a8bf-40a5-8450-7e25538fe3a9 2018-10-26 09:38:29,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:38:29,172 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:38: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:38:29,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-ad79d4b0-0ab0-457-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}558e144b7ea5f5a90ab96a2f4d9c7b5591e6964d" 2018-10-26 09:38:29,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22949ebd-2369-4c58-8d23-79c07228c6fa Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-ad79d4b0-0ab0-457-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:38:29,257 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-ad79d4b0-0ab0-457-proj used request id req-22949ebd-2369-4c58-8d23-79c07228c6fa 2018-10-26 09:38:29,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}558e144b7ea5f5a90ab96a2f4d9c7b5591e6964d" 2018-10-26 09:38:29,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1144ee7-4adf-41c6-85ab-2726bd52ef13 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:38:29,362 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-e1144ee7-4adf-41c6-85ab-2726bd52ef13 2018-10-26 09:38:29,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}558e144b7ea5f5a90ab96a2f4d9c7b5591e6964d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-ad79d4b0-0ab0-457-proj"}}' 2018-10-26 09:38:29,476 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:38:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a6cbe873-2cf4-4a52-8318-99afcc9746d2 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/79ae4fad57e84c0781bad09a1093404c"}, "enabled": true, "id": "79ae4fad57e84c0781bad09a1093404c", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-ad79d4b0-0ab0-457-proj"}} 2018-10-26 09:38:29,476 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-a6cbe873-2cf4-4a52-8318-99afcc9746d2 2018-10-26 09:38:29,477 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-ad79d4b0-0ab0-457-proj 2018-10-26 09:38:29,477 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:38:29,478 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:38:29,869 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:38:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["IIAU-64vQW2RKdp314QrnQ"], "issued_at": "2018-10-26T09:38:29.000000Z"}} 2018-10-26 09:38:29,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d89b7dfc4a20f0004392961c51d1528e2c9528dc" 2018-10-26 09:38:29,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47696424-bf0c-4c43-b968-2baa96015d61 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:38:29,959 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-47696424-bf0c-4c43-b968-2baa96015d61 2018-10-26 09:38:29,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:38:29,969 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:38: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:38:29,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d89b7dfc4a20f0004392961c51d1528e2c9528dc" 2018-10-26 09:38:30,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d1adb46-6371-4e40-9231-e2f721c698b2 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:38:30,083 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-9d1adb46-6371-4e40-9231-e2f721c698b2 2018-10-26 09:38:30,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-ad79d4b0-0ab0-457-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d89b7dfc4a20f0004392961c51d1528e2c9528dc" 2018-10-26 09:38:30,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e0a9da9-a44c-4551-a8f6-3f64bdcea04a Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-ad79d4b0-0ab0-457-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/79ae4fad57e84c0781bad09a1093404c"}, "enabled": true, "id": "79ae4fad57e84c0781bad09a1093404c", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-ad79d4b0-0ab0-457-proj"}]} 2018-10-26 09:38:30,183 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-ad79d4b0-0ab0-457-proj used request id req-2e0a9da9-a44c-4551-a8f6-3f64bdcea04a 2018-10-26 09:38:30,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d89b7dfc4a20f0004392961c51d1528e2c9528dc" 2018-10-26 09:38:30,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-913524ee-7fce-4f56-8eb3-06ac1c53e4f7 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:38:30,267 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-913524ee-7fce-4f56-8eb3-06ac1c53e4f7 2018-10-26 09:38:30,646 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-ad79d4b0-0ab0-457-user 2018-10-26 09:38:30,646 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:38:30,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}558e144b7ea5f5a90ab96a2f4d9c7b5591e6964d" 2018-10-26 09:38:30,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-825a1e7e-8270-49d7-ae78-1271cabdde4b Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:38:30,756 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-825a1e7e-8270-49d7-ae78-1271cabdde4b 2018-10-26 09:38:30,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}558e144b7ea5f5a90ab96a2f4d9c7b5591e6964d" -d '{"role": {"name": "CreateRouterSuccessTests-ad79d4b0-0ab0-457-proj-role"}}' 2018-10-26 09:38:30,960 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:38:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-790279ed-4c53-4e93-8177-9feb31f97b3c Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c30b4c6e637543a5b3a53ee88e40cdc7", "links": {"self": "http://172.30.9.21:5000/v3/roles/c30b4c6e637543a5b3a53ee88e40cdc7"}, "name": "CreateRouterSuccessTests-ad79d4b0-0ab0-457-proj-role"}} 2018-10-26 09:38:30,960 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-790279ed-4c53-4e93-8177-9feb31f97b3c 2018-10-26 09:38:30,960 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-ad79d4b0-0ab0-457-proj-role 2018-10-26 09:38:30,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/c30b4c6e637543a5b3a53ee88e40cdc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}558e144b7ea5f5a90ab96a2f4d9c7b5591e6964d" 2018-10-26 09:38:31,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8542502e-c52e-4162-9d62-147ba6a63aab Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/c30b4c6e637543a5b3a53ee88e40cdc7"}, "domain_id": null, "name": "CreateRouterSuccessTests-ad79d4b0-0ab0-457-proj-role", "id": "c30b4c6e637543a5b3a53ee88e40cdc7"}} 2018-10-26 09:38:31,067 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/c30b4c6e637543a5b3a53ee88e40cdc7 used request id req-8542502e-c52e-4162-9d62-147ba6a63aab 2018-10-26 09:38:31,067 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-ad79d4b0-0ab0-457-proj-role to project CreateRouterSuccessTests-ad79d4b0-0ab0-457-proj 2018-10-26 09:38:31,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/79ae4fad57e84c0781bad09a1093404c/users/cd4252c80f7f4876ad50d8a1d6ee87d5/roles/c30b4c6e637543a5b3a53ee88e40cdc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}558e144b7ea5f5a90ab96a2f4d9c7b5591e6964d" 2018-10-26 09:38:31,214 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:38:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0fff4586-1465-406e-96df-bee272702793 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:38:31,214 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/79ae4fad57e84c0781bad09a1093404c/users/cd4252c80f7f4876ad50d8a1d6ee87d5/roles/c30b4c6e637543a5b3a53ee88e40cdc7 used request id req-0fff4586-1465-406e-96df-bee272702793 2018-10-26 09:38:31,215 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:38:31,216 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:38:31,580 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c30b4c6e637543a5b3a53ee88e40cdc7", "name": "CreateRouterSuccessTests-ad79d4b0-0ab0-457-proj-role"}], "expires_at": "2018-10-26T10:38:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "79ae4fad57e84c0781bad09a1093404c", "name": "CreateRouterSuccessTests-ad79d4b0-0ab0-457-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/79ae4fad57e84c0781bad09a1093404c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/79ae4fad57e84c0781bad09a1093404c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/79ae4fad57e84c0781bad09a1093404c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/79ae4fad57e84c0781bad09a1093404c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/79ae4fad57e84c0781bad09a1093404c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/79ae4fad57e84c0781bad09a1093404c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/79ae4fad57e84c0781bad09a1093404c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/79ae4fad57e84c0781bad09a1093404c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/79ae4fad57e84c0781bad09a1093404c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/79ae4fad57e84c0781bad09a1093404c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/79ae4fad57e84c0781bad09a1093404c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/79ae4fad57e84c0781bad09a1093404c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-ad79d4b0-0ab0-457-user", "id": "cd4252c80f7f4876ad50d8a1d6ee87d5"}, "audit_ids": ["NmefQeSWQ3aVU4ZFXKpFzg"], "issued_at": "2018-10-26T09:38:31.000000Z"}} 2018-10-26 09:38:31,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66de7cc108367e0b363ba55584e47524e2881732" 2018-10-26 09:38:31,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0415628e-8d0f-499d-8dfb-c06cd484d639 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:38:31,658 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-0415628e-8d0f-499d-8dfb-c06cd484d639 2018-10-26 09:38:31,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-fe9a2357-1d85-4fd0-8bd5-fa410fe6f317-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66de7cc108367e0b363ba55584e47524e2881732" 2018-10-26 09:38:31,849 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-9aca9dd1-325e-4211-a103-7ad12f1fc6c7 Date: Fri, 26 Oct 2018 09:38:31 GMT RESP BODY: {"routers": []} 2018-10-26 09:38:31,849 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-fe9a2357-1d85-4fd0-8bd5-fa410fe6f317-pub-router&admin_state_up=True used request id req-9aca9dd1-325e-4211-a103-7ad12f1fc6c7 2018-10-26 09:38:31,850 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:38:31,851 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:38:32,230 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c30b4c6e637543a5b3a53ee88e40cdc7", "name": "CreateRouterSuccessTests-ad79d4b0-0ab0-457-proj-role"}], "expires_at": "2018-10-26T10:38:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "79ae4fad57e84c0781bad09a1093404c", "name": "CreateRouterSuccessTests-ad79d4b0-0ab0-457-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/79ae4fad57e84c0781bad09a1093404c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/79ae4fad57e84c0781bad09a1093404c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/79ae4fad57e84c0781bad09a1093404c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/79ae4fad57e84c0781bad09a1093404c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/79ae4fad57e84c0781bad09a1093404c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/79ae4fad57e84c0781bad09a1093404c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/79ae4fad57e84c0781bad09a1093404c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/79ae4fad57e84c0781bad09a1093404c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/79ae4fad57e84c0781bad09a1093404c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/79ae4fad57e84c0781bad09a1093404c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/79ae4fad57e84c0781bad09a1093404c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/79ae4fad57e84c0781bad09a1093404c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-ad79d4b0-0ab0-457-user", "id": "cd4252c80f7f4876ad50d8a1d6ee87d5"}, "audit_ids": ["OmPgDoXnQoirwaaCzEHnqA"], "issued_at": "2018-10-26T09:38:32.000000Z"}} 2018-10-26 09:38:32,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49269b113189eb22a1bb1732fbc18b7a2e270b7d" 2018-10-26 09:38:32,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b8e9d04-37fd-4d88-b716-5ea854ab041b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:38:32,300 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-3b8e9d04-37fd-4d88-b716-5ea854ab041b 2018-10-26 09:38:32,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66de7cc108367e0b363ba55584e47524e2881732" 2018-10-26 09:38:32,741 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-e42ada7b-800c-4fa2-8605-0db11e9a67cf Date: Fri, 26 Oct 2018 09:38:32 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","mtu":1500}]} 2018-10-26 09:38:32,741 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-e42ada7b-800c-4fa2-8605-0db11e9a67cf 2018-10-26 09:38:32,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66de7cc108367e0b363ba55584e47524e2881732" 2018-10-26 09:38:32,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-62c5bd45-22af-426c-98a6-9cafb62cd3f6 Date: Fri, 26 Oct 2018 09:38:32 GMT RESP BODY: {"subnets":[]} 2018-10-26 09:38:32,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-62c5bd45-22af-426c-98a6-9cafb62cd3f6 2018-10-26 09:38:32,940 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-fe9a2357-1d85-4fd0-8bd5-fa410fe6f317-pub-router 2018-10-26 09:38:32,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66de7cc108367e0b363ba55584e47524e2881732" -d '{"router": {"external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693"}, "name": "CreateRouterSuccessTests-fe9a2357-1d85-4fd0-8bd5-fa410fe6f317-pub-router", "admin_state_up": true}}' 2018-10-26 09:38:37,910 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-936ce671-f7b4-45a2-b549-94c30d1884fd Date: Fri, 26 Oct 2018 09:38:37 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "79ae4fad57e84c0781bad09a1093404c", "created_at": "2018-10-26T09:38:33Z", "admin_state_up": true, "updated_at": "2018-10-26T09:38:34Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "79ae4fad57e84c0781bad09a1093404c", "id": "a438494f-6e6f-43f8-b039-f09258a094b0", "name": "CreateRouterSuccessTests-fe9a2357-1d85-4fd0-8bd5-fa410fe6f317-pub-router"}} 2018-10-26 09:38:37,911 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-936ce671-f7b4-45a2-b549-94c30d1884fd 2018-10-26 09:38:37,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=a438494f-6e6f-43f8-b039-f09258a094b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66de7cc108367e0b363ba55584e47524e2881732" 2018-10-26 09:38:38,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-162b2e44-2897-4abf-a605-0bd67487c681 Date: Fri, 26 Oct 2018 09:38:38 GMT RESP BODY: {"ports":[]} 2018-10-26 09:38:38,117 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=a438494f-6e6f-43f8-b039-f09258a094b0 used request id req-162b2e44-2897-4abf-a605-0bd67487c681 2018-10-26 09:38:38,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/a438494f-6e6f-43f8-b039-f09258a094b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66de7cc108367e0b363ba55584e47524e2881732" 2018-10-26 09:38:38,333 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-04dba746-0d7f-413b-8463-831fcbbb6c51 Date: Fri, 26 Oct 2018 09:38:38 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "79ae4fad57e84c0781bad09a1093404c", "created_at": "2018-10-26T09:38:33Z", "admin_state_up": true, "updated_at": "2018-10-26T09:38:37Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "79ae4fad57e84c0781bad09a1093404c", "id": "a438494f-6e6f-43f8-b039-f09258a094b0", "name": "CreateRouterSuccessTests-fe9a2357-1d85-4fd0-8bd5-fa410fe6f317-pub-router"}} 2018-10-26 09:38:38,333 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/a438494f-6e6f-43f8-b039-f09258a094b0 used request id req-04dba746-0d7f-413b-8463-831fcbbb6c51 2018-10-26 09:38:38,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=a438494f-6e6f-43f8-b039-f09258a094b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66de7cc108367e0b363ba55584e47524e2881732" 2018-10-26 09:38:38,519 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-96d61bac-1a82-438b-b49b-955eb8121689 Date: Fri, 26 Oct 2018 09:38:38 GMT RESP BODY: {"ports":[]} 2018-10-26 09:38:38,519 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=a438494f-6e6f-43f8-b039-f09258a094b0 used request id req-96d61bac-1a82-438b-b49b-955eb8121689 2018-10-26 09:38:38,520 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:38:38,890 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c30b4c6e637543a5b3a53ee88e40cdc7", "name": "CreateRouterSuccessTests-ad79d4b0-0ab0-457-proj-role"}], "expires_at": "2018-10-26T10:38:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "79ae4fad57e84c0781bad09a1093404c", "name": "CreateRouterSuccessTests-ad79d4b0-0ab0-457-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/79ae4fad57e84c0781bad09a1093404c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/79ae4fad57e84c0781bad09a1093404c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/79ae4fad57e84c0781bad09a1093404c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/79ae4fad57e84c0781bad09a1093404c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/79ae4fad57e84c0781bad09a1093404c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/79ae4fad57e84c0781bad09a1093404c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/79ae4fad57e84c0781bad09a1093404c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/79ae4fad57e84c0781bad09a1093404c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/79ae4fad57e84c0781bad09a1093404c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/79ae4fad57e84c0781bad09a1093404c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/79ae4fad57e84c0781bad09a1093404c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/79ae4fad57e84c0781bad09a1093404c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-ad79d4b0-0ab0-457-user", "id": "cd4252c80f7f4876ad50d8a1d6ee87d5"}, "audit_ids": ["RBEico1XTia5Bjfqwm0q_A"], "issued_at": "2018-10-26T09:38:38.000000Z"}} 2018-10-26 09:38:38,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-fe9a2357-1d85-4fd0-8bd5-fa410fe6f317-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6d16ec61f52c5cba0a2255795b089e062bbc01b" 2018-10-26 09:38:39,133 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-19fecbab-c3dd-4a5f-98d4-3f69c154dd9c Date: Fri, 26 Oct 2018 09:38:39 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "79ae4fad57e84c0781bad09a1093404c", "created_at": "2018-10-26T09:38:33Z", "admin_state_up": true, "updated_at": "2018-10-26T09:38:37Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "79ae4fad57e84c0781bad09a1093404c", "id": "a438494f-6e6f-43f8-b039-f09258a094b0", "name": "CreateRouterSuccessTests-fe9a2357-1d85-4fd0-8bd5-fa410fe6f317-pub-router"}]} 2018-10-26 09:38:39,133 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-fe9a2357-1d85-4fd0-8bd5-fa410fe6f317-pub-router&admin_state_up=True used request id req-19fecbab-c3dd-4a5f-98d4-3f69c154dd9c 2018-10-26 09:38:39,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:38:39,142 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:38: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:38:39,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/79ae4fad57e84c0781bad09a1093404c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}840b274d1c1950d6c01d26908993127e461a824e" 2018-10-26 09:38:39,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91dc652a-fb05-49d8-8c8c-a0d6df0c5e27 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/79ae4fad57e84c0781bad09a1093404c"}, "enabled": true, "id": "79ae4fad57e84c0781bad09a1093404c", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-ad79d4b0-0ab0-457-proj"}} 2018-10-26 09:38:39,224 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/79ae4fad57e84c0781bad09a1093404c used request id req-91dc652a-fb05-49d8-8c8c-a0d6df0c5e27 2018-10-26 09:38:39,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=a438494f-6e6f-43f8-b039-f09258a094b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6d16ec61f52c5cba0a2255795b089e062bbc01b" 2018-10-26 09:38:39,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-1d1db092-3be2-4e5d-ab47-007b8e44019a Date: Fri, 26 Oct 2018 09:38:39 GMT RESP BODY: {"ports":[]} 2018-10-26 09:38:39,409 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=a438494f-6e6f-43f8-b039-f09258a094b0 used request id req-1d1db092-3be2-4e5d-ab47-007b8e44019a 2018-10-26 09:38:39,410 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-fe9a2357-1d85-4fd0-8bd5-fa410fe6f317-pub-router 2018-10-26 09:38:39,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/a438494f-6e6f-43f8-b039-f09258a094b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6d16ec61f52c5cba0a2255795b089e062bbc01b" 2018-10-26 09:38:43,099 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7d0200dc-500e-4448-ad30-5d5a1f233f28 Content-Length: 0 Date: Fri, 26 Oct 2018 09:38:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:38:43,099 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/a438494f-6e6f-43f8-b039-f09258a094b0 used request id req-7d0200dc-500e-4448-ad30-5d5a1f233f28 2018-10-26 09:38:43,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-fe9a2357-1d85-4fd0-8bd5-fa410fe6f317-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6d16ec61f52c5cba0a2255795b089e062bbc01b" 2018-10-26 09:38:43,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-9016c4dd-f104-47a1-b197-31bba39d1535 Date: Fri, 26 Oct 2018 09:38:43 GMT RESP BODY: {"routers": []} 2018-10-26 09:38:43,302 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-fe9a2357-1d85-4fd0-8bd5-fa410fe6f317-pub-router&admin_state_up=True used request id req-9016c4dd-f104-47a1-b197-31bba39d1535 2018-10-26 09:38:43,302 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-fe9a2357-1d85-4fd0-8bd5-fa410fe6f317-pub-router 2018-10-26 09:38:43,303 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-fe9a2357-1d85-4fd0-8bd5-fa410fe6f317-pub-router 2018-10-26 09:38:43,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/a438494f-6e6f-43f8-b039-f09258a094b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66de7cc108367e0b363ba55584e47524e2881732" 2018-10-26 09:38:43,498 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 135 X-Openstack-Request-Id: req-0230864f-267b-449b-baba-e619ec200e98 Date: Fri, 26 Oct 2018 09:38:43 GMT RESP BODY: {"NeutronError": {"message": "Router a438494f-6e6f-43f8-b039-f09258a094b0 could not be found", "type": "RouterNotFound", "detail": ""}} 2018-10-26 09:38:43,498 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/a438494f-6e6f-43f8-b039-f09258a094b0 used request id req-0230864f-267b-449b-baba-e619ec200e98 2018-10-26 09:38:43,499 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Router a438494f-6e6f-43f8-b039-f09258a094b0 could not be found", "type": "RouterNotFound", "detail": ""}} 2018-10-26 09:38:43,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}558e144b7ea5f5a90ab96a2f4d9c7b5591e6964d" 2018-10-26 09:38:43,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-572dd349-38cd-4aa9-a957-10c645ad0547 Date: Fri, 26 Oct 2018 09:38:43 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:38:43,717 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-572dd349-38cd-4aa9-a957-10c645ad0547 2018-10-26 09:38:43,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}558e144b7ea5f5a90ab96a2f4d9c7b5591e6964d" 2018-10-26 09:38:43,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a320015-2d37-4427-90e6-abe2ed13f2dc 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:38:43,811 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-9a320015-2d37-4427-90e6-abe2ed13f2dc 2018-10-26 09:38:43,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}558e144b7ea5f5a90ab96a2f4d9c7b5591e6964d" 2018-10-26 09:38:43,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65de5ca5-f4af-478a-9d7f-cbdb7d99bded 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:38:43,904 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-65de5ca5-f4af-478a-9d7f-cbdb7d99bded 2018-10-26 09:38:43,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}558e144b7ea5f5a90ab96a2f4d9c7b5591e6964d" 2018-10-26 09:38:43,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-403c7a6c-8186-4421-90c4-842ce1016407 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:38:43,989 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-403c7a6c-8186-4421-90c4-842ce1016407 2018-10-26 09:38:43,990 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-ad79d4b0-0ab0-457-proj 2018-10-26 09:38:43,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/79ae4fad57e84c0781bad09a1093404c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}558e144b7ea5f5a90ab96a2f4d9c7b5591e6964d" 2018-10-26 09:38:44,214 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:38:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a23fff49-8b3b-4d98-a7f1-6bcf59ed45e1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:38:44,214 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/79ae4fad57e84c0781bad09a1093404c used request id req-a23fff49-8b3b-4d98-a7f1-6bcf59ed45e1 2018-10-26 09:38:44,214 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-ad79d4b0-0ab0-457-proj-role 2018-10-26 09:38:44,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/c30b4c6e637543a5b3a53ee88e40cdc7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}558e144b7ea5f5a90ab96a2f4d9c7b5591e6964d" 2018-10-26 09:38:44,336 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:38:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3cfa13e0-7afb-4ac0-99bf-f339de1c5e16 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:38:44,336 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/c30b4c6e637543a5b3a53ee88e40cdc7 used request id req-3cfa13e0-7afb-4ac0-99bf-f339de1c5e16 2018-10-26 09:38:44,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}558e144b7ea5f5a90ab96a2f4d9c7b5591e6964d" 2018-10-26 09:38:44,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aabcfefd-92ca-4f4c-80af-19ce47197d38 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:38:44,419 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-aabcfefd-92ca-4f4c-80af-19ce47197d38 2018-10-26 09:38:44,420 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-ad79d4b0-0ab0-457-user 2018-10-26 09:38:44,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/cd4252c80f7f4876ad50d8a1d6ee87d5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d89b7dfc4a20f0004392961c51d1528e2c9528dc" 2018-10-26 09:38:44,647 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:38:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3cf37f62-27ac-402d-9ddc-4b1bfb090d1e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:38:44,647 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/cd4252c80f7f4876ad50d8a1d6ee87d5 used request id req-3cf37f62-27ac-402d-9ddc-4b1bfb090d1e 2018-10-26 09:38:44,649 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:38:45,054 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:38:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["ccgZcnEhTJueFCtBrQppFg"], "issued_at": "2018-10-26T09:38:45.000000Z"}} 2018-10-26 09:38:45,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f2694e0e93e2a843c81653d099427040a4ed42" 2018-10-26 09:38:45,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91cd8a87-27ad-4de2-ac22-c2b04f73812d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:38:45,135 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-91cd8a87-27ad-4de2-ac22-c2b04f73812d 2018-10-26 09:38:45,137 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:38:45,138 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:38:45,533 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:38:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["rNk5WD-dSPqur_E5WLTZQw"], "issued_at": "2018-10-26T09:38:45.000000Z"}} 2018-10-26 09:38:45,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d8731bc33071e6d54bade37da34bcf6c5aaf167" 2018-10-26 09:38:45,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bdc5635-072c-4955-8ce9-80601c0aa651 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:38:45,617 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-3bdc5635-072c-4955-8ce9-80601c0aa651 2018-10-26 09:38:45,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:38:45,627 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:38: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:38:45,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-af5c0b71-6d92-454-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d8731bc33071e6d54bade37da34bcf6c5aaf167" 2018-10-26 09:38:45,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e19b7ba0-37a8-4c4d-b50b-cab0dfdec109 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-af5c0b71-6d92-454-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:38:45,719 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-af5c0b71-6d92-454-proj used request id req-e19b7ba0-37a8-4c4d-b50b-cab0dfdec109 2018-10-26 09:38:45,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d8731bc33071e6d54bade37da34bcf6c5aaf167" 2018-10-26 09:38:45,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48d713ee-bb70-4a46-8da0-c4d06ac14841 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:38:45,810 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-48d713ee-bb70-4a46-8da0-c4d06ac14841 2018-10-26 09:38:45,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d8731bc33071e6d54bade37da34bcf6c5aaf167" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-af5c0b71-6d92-454-proj"}}' 2018-10-26 09:38:45,929 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:38:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-97fdab9b-e124-4e3d-b49e-45adbc1c12ef Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/eb21ea41732740beb994daddebdb8128"}, "enabled": true, "id": "eb21ea41732740beb994daddebdb8128", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-af5c0b71-6d92-454-proj"}} 2018-10-26 09:38:45,929 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-97fdab9b-e124-4e3d-b49e-45adbc1c12ef 2018-10-26 09:38:45,930 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-af5c0b71-6d92-454-proj 2018-10-26 09:38:45,930 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:38:45,931 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:38:46,317 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:38:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["dcPic_7BSkiVTumUOcP7Sg"], "issued_at": "2018-10-26T09:38:46.000000Z"}} 2018-10-26 09:38:46,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0828c76e1208d1c410b5afbbe8f103c6ae75d99" 2018-10-26 09:38:46,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9744292b-8d7c-41f2-aed9-7dff9351d493 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:38:46,331 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-9744292b-8d7c-41f2-aed9-7dff9351d493 2018-10-26 09:38:46,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:38:46,340 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:38: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:38:46,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0828c76e1208d1c410b5afbbe8f103c6ae75d99" 2018-10-26 09:38:46,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eac9a9b2-46bb-4e00-9696-bdd2b29b7b08 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:38:46,444 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-eac9a9b2-46bb-4e00-9696-bdd2b29b7b08 2018-10-26 09:38:46,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-af5c0b71-6d92-454-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0828c76e1208d1c410b5afbbe8f103c6ae75d99" 2018-10-26 09:38:46,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e864000b-adec-44f3-aa50-9054f8d4c4dc Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-af5c0b71-6d92-454-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/eb21ea41732740beb994daddebdb8128"}, "enabled": true, "id": "eb21ea41732740beb994daddebdb8128", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-af5c0b71-6d92-454-proj"}]} 2018-10-26 09:38:46,536 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-af5c0b71-6d92-454-proj used request id req-e864000b-adec-44f3-aa50-9054f8d4c4dc 2018-10-26 09:38:46,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0828c76e1208d1c410b5afbbe8f103c6ae75d99" 2018-10-26 09:38:46,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0e2ab93-d1c9-4925-8c84-48d8b029d6a1 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:38:46,621 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-e0e2ab93-d1c9-4925-8c84-48d8b029d6a1 2018-10-26 09:38:46,921 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-af5c0b71-6d92-454-user 2018-10-26 09:38:46,922 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:38:46,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d8731bc33071e6d54bade37da34bcf6c5aaf167" 2018-10-26 09:38:47,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbc018a5-ba3b-4df0-8b20-87c4c915e9fd Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:38:47,022 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-cbc018a5-ba3b-4df0-8b20-87c4c915e9fd 2018-10-26 09:38:47,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d8731bc33071e6d54bade37da34bcf6c5aaf167" -d '{"role": {"name": "CreateRouterSuccessTests-af5c0b71-6d92-454-proj-role"}}' 2018-10-26 09:38:47,125 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:38:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9b2c0960-d9ab-487a-a7af-b3aa0048d45f Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1c744e9dc0a745eba3ab9c4c996c0f3d", "links": {"self": "http://172.30.9.21:5000/v3/roles/1c744e9dc0a745eba3ab9c4c996c0f3d"}, "name": "CreateRouterSuccessTests-af5c0b71-6d92-454-proj-role"}} 2018-10-26 09:38:47,125 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-9b2c0960-d9ab-487a-a7af-b3aa0048d45f 2018-10-26 09:38:47,125 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-af5c0b71-6d92-454-proj-role 2018-10-26 09:38:47,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/1c744e9dc0a745eba3ab9c4c996c0f3d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d8731bc33071e6d54bade37da34bcf6c5aaf167" 2018-10-26 09:38:47,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-593ce960-26c2-4a1a-8c74-0fc0e50b1d47 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/1c744e9dc0a745eba3ab9c4c996c0f3d"}, "domain_id": null, "name": "CreateRouterSuccessTests-af5c0b71-6d92-454-proj-role", "id": "1c744e9dc0a745eba3ab9c4c996c0f3d"}} 2018-10-26 09:38:47,220 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/1c744e9dc0a745eba3ab9c4c996c0f3d used request id req-593ce960-26c2-4a1a-8c74-0fc0e50b1d47 2018-10-26 09:38:47,220 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-af5c0b71-6d92-454-proj-role to project CreateRouterSuccessTests-af5c0b71-6d92-454-proj 2018-10-26 09:38:47,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/eb21ea41732740beb994daddebdb8128/users/477505841c05439f8beeae9eed22a5bc/roles/1c744e9dc0a745eba3ab9c4c996c0f3d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d8731bc33071e6d54bade37da34bcf6c5aaf167" 2018-10-26 09:38:47,357 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:38:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bde6bd45-e9df-4555-a986-6e0966a1d997 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:38:47,357 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/eb21ea41732740beb994daddebdb8128/users/477505841c05439f8beeae9eed22a5bc/roles/1c744e9dc0a745eba3ab9c4c996c0f3d used request id req-bde6bd45-e9df-4555-a986-6e0966a1d997 2018-10-26 09:38:47,358 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:38:47,359 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:38:47,726 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1c744e9dc0a745eba3ab9c4c996c0f3d", "name": "CreateRouterSuccessTests-af5c0b71-6d92-454-proj-role"}], "expires_at": "2018-10-26T10:38:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eb21ea41732740beb994daddebdb8128", "name": "CreateRouterSuccessTests-af5c0b71-6d92-454-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/eb21ea41732740beb994daddebdb8128", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/eb21ea41732740beb994daddebdb8128", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/eb21ea41732740beb994daddebdb8128", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/eb21ea41732740beb994daddebdb8128", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/eb21ea41732740beb994daddebdb8128", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/eb21ea41732740beb994daddebdb8128", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/eb21ea41732740beb994daddebdb8128", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/eb21ea41732740beb994daddebdb8128", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/eb21ea41732740beb994daddebdb8128", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/eb21ea41732740beb994daddebdb8128", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/eb21ea41732740beb994daddebdb8128", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/eb21ea41732740beb994daddebdb8128", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-af5c0b71-6d92-454-user", "id": "477505841c05439f8beeae9eed22a5bc"}, "audit_ids": ["bMLKPJiKR4ylvNg2J0ZiLQ"], "issued_at": "2018-10-26T09:38:47.000000Z"}} 2018-10-26 09:38:47,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f5f626aad587e22f543b546f5f595634e3ff971" 2018-10-26 09:38:47,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9927a471-6e9e-4472-b9a4-a8fcae76cf2f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:38:47,802 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-9927a471-6e9e-4472-b9a4-a8fcae76cf2f 2018-10-26 09:38:47,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-d7dcca0e-a88c-42df-bbc1-d659f0635d32-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f5f626aad587e22f543b546f5f595634e3ff971" 2018-10-26 09:38:47,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-21246c93-e091-4191-a322-cf06110cc94f Date: Fri, 26 Oct 2018 09:38:48 GMT RESP BODY: {"routers": []} 2018-10-26 09:38:47,995 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-d7dcca0e-a88c-42df-bbc1-d659f0635d32-pub-router&admin_state_up=True used request id req-21246c93-e091-4191-a322-cf06110cc94f 2018-10-26 09:38:47,996 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:38:47,997 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:38:48,375 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1c744e9dc0a745eba3ab9c4c996c0f3d", "name": "CreateRouterSuccessTests-af5c0b71-6d92-454-proj-role"}], "expires_at": "2018-10-26T10:38:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eb21ea41732740beb994daddebdb8128", "name": "CreateRouterSuccessTests-af5c0b71-6d92-454-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/eb21ea41732740beb994daddebdb8128", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/eb21ea41732740beb994daddebdb8128", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/eb21ea41732740beb994daddebdb8128", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/eb21ea41732740beb994daddebdb8128", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/eb21ea41732740beb994daddebdb8128", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/eb21ea41732740beb994daddebdb8128", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/eb21ea41732740beb994daddebdb8128", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/eb21ea41732740beb994daddebdb8128", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/eb21ea41732740beb994daddebdb8128", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/eb21ea41732740beb994daddebdb8128", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/eb21ea41732740beb994daddebdb8128", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/eb21ea41732740beb994daddebdb8128", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-af5c0b71-6d92-454-user", "id": "477505841c05439f8beeae9eed22a5bc"}, "audit_ids": ["fHnO4cvSTMitlwiKKFACrQ"], "issued_at": "2018-10-26T09:38:48.000000Z"}} 2018-10-26 09:38:48,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}360804239ef00df511798dc3c377ca7996743b55" 2018-10-26 09:38:48,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a19bad9-2f69-4472-8360-d7a627f36117 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:38:48,447 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5a19bad9-2f69-4472-8360-d7a627f36117 2018-10-26 09:38:48,448 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-d7dcca0e-a88c-42df-bbc1-d659f0635d32-pub-router 2018-10-26 09:38:48,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f5f626aad587e22f543b546f5f595634e3ff971" -d '{"router": {"name": "CreateRouterSuccessTests-d7dcca0e-a88c-42df-bbc1-d659f0635d32-pub-router", "admin_state_up": true}}' 2018-10-26 09:38:52,232 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 535 X-Openstack-Request-Id: req-9d79cab9-50c1-402f-a1bd-d03938409471 Date: Fri, 26 Oct 2018 09:38:52 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "eb21ea41732740beb994daddebdb8128", "created_at": "2018-10-26T09:38:49Z", "admin_state_up": true, "updated_at": "2018-10-26T09:38:49Z", "flavor_id": null, "revision_number": 1, "routes": [], "project_id": "eb21ea41732740beb994daddebdb8128", "id": "d30c4501-6126-4b8f-9dbe-735f7381edbc", "name": "CreateRouterSuccessTests-d7dcca0e-a88c-42df-bbc1-d659f0635d32-pub-router"}} 2018-10-26 09:38:52,232 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-9d79cab9-50c1-402f-a1bd-d03938409471 2018-10-26 09:38:52,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=d30c4501-6126-4b8f-9dbe-735f7381edbc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f5f626aad587e22f543b546f5f595634e3ff971" 2018-10-26 09:38:52,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-20c29447-d109-4f07-9d1c-2448f6ed6a60 Date: Fri, 26 Oct 2018 09:38:52 GMT RESP BODY: {"ports":[]} 2018-10-26 09:38:52,515 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=d30c4501-6126-4b8f-9dbe-735f7381edbc used request id req-20c29447-d109-4f07-9d1c-2448f6ed6a60 2018-10-26 09:38:52,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/d30c4501-6126-4b8f-9dbe-735f7381edbc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f5f626aad587e22f543b546f5f595634e3ff971" 2018-10-26 09:38:52,727 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 541 X-Openstack-Request-Id: req-27f76ab6-1055-4f07-bcfd-40519fa5795a Date: Fri, 26 Oct 2018 09:38:52 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "eb21ea41732740beb994daddebdb8128", "created_at": "2018-10-26T09:38:49Z", "admin_state_up": true, "updated_at": "2018-10-26T09:38:51Z", "flavor_id": null, "revision_number": 5, "routes": [], "project_id": "eb21ea41732740beb994daddebdb8128", "id": "d30c4501-6126-4b8f-9dbe-735f7381edbc", "name": "CreateRouterSuccessTests-d7dcca0e-a88c-42df-bbc1-d659f0635d32-pub-router"}} 2018-10-26 09:38:52,727 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/d30c4501-6126-4b8f-9dbe-735f7381edbc used request id req-27f76ab6-1055-4f07-bcfd-40519fa5795a 2018-10-26 09:38:52,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=d30c4501-6126-4b8f-9dbe-735f7381edbc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f5f626aad587e22f543b546f5f595634e3ff971" 2018-10-26 09:38:52,905 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-dc9567f9-d834-492b-b1a6-d13164559d27 Date: Fri, 26 Oct 2018 09:38:52 GMT RESP BODY: {"ports":[]} 2018-10-26 09:38:52,906 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=d30c4501-6126-4b8f-9dbe-735f7381edbc used request id req-dc9567f9-d834-492b-b1a6-d13164559d27 2018-10-26 09:38:52,906 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:38:53,282 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1c744e9dc0a745eba3ab9c4c996c0f3d", "name": "CreateRouterSuccessTests-af5c0b71-6d92-454-proj-role"}], "expires_at": "2018-10-26T10:38:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eb21ea41732740beb994daddebdb8128", "name": "CreateRouterSuccessTests-af5c0b71-6d92-454-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/eb21ea41732740beb994daddebdb8128", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/eb21ea41732740beb994daddebdb8128", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/eb21ea41732740beb994daddebdb8128", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/eb21ea41732740beb994daddebdb8128", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/eb21ea41732740beb994daddebdb8128", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/eb21ea41732740beb994daddebdb8128", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/eb21ea41732740beb994daddebdb8128", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/eb21ea41732740beb994daddebdb8128", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/eb21ea41732740beb994daddebdb8128", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/eb21ea41732740beb994daddebdb8128", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/eb21ea41732740beb994daddebdb8128", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/eb21ea41732740beb994daddebdb8128", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-af5c0b71-6d92-454-user", "id": "477505841c05439f8beeae9eed22a5bc"}, "audit_ids": ["gziBUjhzScqqa-CBrELEWQ"], "issued_at": "2018-10-26T09:38:53.000000Z"}} 2018-10-26 09:38:53,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-d7dcca0e-a88c-42df-bbc1-d659f0635d32-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1231cd4d41b9e5c3fb8a32e79cc2a0d6684fc220" 2018-10-26 09:38:53,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 544 X-Openstack-Request-Id: req-6f189f7c-9abc-4ce9-aa9a-8c42d3355abe Date: Fri, 26 Oct 2018 09:38:53 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "eb21ea41732740beb994daddebdb8128", "created_at": "2018-10-26T09:38:49Z", "admin_state_up": true, "updated_at": "2018-10-26T09:38:51Z", "flavor_id": null, "revision_number": 5, "routes": [], "project_id": "eb21ea41732740beb994daddebdb8128", "id": "d30c4501-6126-4b8f-9dbe-735f7381edbc", "name": "CreateRouterSuccessTests-d7dcca0e-a88c-42df-bbc1-d659f0635d32-pub-router"}]} 2018-10-26 09:38:53,531 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-d7dcca0e-a88c-42df-bbc1-d659f0635d32-pub-router&admin_state_up=True used request id req-6f189f7c-9abc-4ce9-aa9a-8c42d3355abe 2018-10-26 09:38:53,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:38:53,540 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:38: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:38:53,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/eb21ea41732740beb994daddebdb8128 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1f2694e0e93e2a843c81653d099427040a4ed42" 2018-10-26 09:38:53,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0dfef6c9-8ae6-48ab-8db0-639773036e6a Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/eb21ea41732740beb994daddebdb8128"}, "enabled": true, "id": "eb21ea41732740beb994daddebdb8128", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-af5c0b71-6d92-454-proj"}} 2018-10-26 09:38:53,623 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/eb21ea41732740beb994daddebdb8128 used request id req-0dfef6c9-8ae6-48ab-8db0-639773036e6a 2018-10-26 09:38:53,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=d30c4501-6126-4b8f-9dbe-735f7381edbc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1231cd4d41b9e5c3fb8a32e79cc2a0d6684fc220" 2018-10-26 09:38:53,813 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-781e1063-5a4f-42cf-8584-1d3fb10ac28e Date: Fri, 26 Oct 2018 09:38:53 GMT RESP BODY: {"ports":[]} 2018-10-26 09:38:53,814 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=d30c4501-6126-4b8f-9dbe-735f7381edbc used request id req-781e1063-5a4f-42cf-8584-1d3fb10ac28e 2018-10-26 09:38:53,814 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-d7dcca0e-a88c-42df-bbc1-d659f0635d32-pub-router 2018-10-26 09:38:53,814 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-d7dcca0e-a88c-42df-bbc1-d659f0635d32-pub-router 2018-10-26 09:38:53,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/d30c4501-6126-4b8f-9dbe-735f7381edbc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f5f626aad587e22f543b546f5f595634e3ff971" 2018-10-26 09:38:56,909 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3ac4e231-d478-49a3-882a-00d4c3622365 Content-Length: 0 Date: Fri, 26 Oct 2018 09:38:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:38:56,909 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/d30c4501-6126-4b8f-9dbe-735f7381edbc used request id req-3ac4e231-d478-49a3-882a-00d4c3622365 2018-10-26 09:38:56,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d8731bc33071e6d54bade37da34bcf6c5aaf167" 2018-10-26 09:38:57,133 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-6bff9d07-f89f-4f08-8389-770e28f76c0f Date: Fri, 26 Oct 2018 09:38:57 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:38:57,133 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-6bff9d07-f89f-4f08-8389-770e28f76c0f 2018-10-26 09:38:57,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d8731bc33071e6d54bade37da34bcf6c5aaf167" 2018-10-26 09:38:57,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a63aca99-4af5-4667-88dd-a44c4be394b5 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:38:57,238 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-a63aca99-4af5-4667-88dd-a44c4be394b5 2018-10-26 09:38:57,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d8731bc33071e6d54bade37da34bcf6c5aaf167" 2018-10-26 09:38:57,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70391814-f990-4bba-b8b1-6f64f50fb117 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:38:57,332 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-70391814-f990-4bba-b8b1-6f64f50fb117 2018-10-26 09:38:57,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d8731bc33071e6d54bade37da34bcf6c5aaf167" 2018-10-26 09:38:57,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9997ac75-453d-42f6-822a-620f7dd2e3ab 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:38:57,416 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-9997ac75-453d-42f6-822a-620f7dd2e3ab 2018-10-26 09:38:57,416 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-af5c0b71-6d92-454-proj 2018-10-26 09:38:57,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/eb21ea41732740beb994daddebdb8128 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d8731bc33071e6d54bade37da34bcf6c5aaf167" 2018-10-26 09:38:57,645 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:38:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a2ba2808-7ab1-4210-88eb-1d6ecebe72ad Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:38:57,645 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/eb21ea41732740beb994daddebdb8128 used request id req-a2ba2808-7ab1-4210-88eb-1d6ecebe72ad 2018-10-26 09:38:57,645 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-af5c0b71-6d92-454-proj-role 2018-10-26 09:38:57,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/1c744e9dc0a745eba3ab9c4c996c0f3d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d8731bc33071e6d54bade37da34bcf6c5aaf167" 2018-10-26 09:38:57,766 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:38:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9e7237b6-435e-4788-a16d-2cefc7f97b2b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:38:57,766 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/1c744e9dc0a745eba3ab9c4c996c0f3d used request id req-9e7237b6-435e-4788-a16d-2cefc7f97b2b 2018-10-26 09:38:57,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d8731bc33071e6d54bade37da34bcf6c5aaf167" 2018-10-26 09:38:57,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8125d40a-f829-434c-9776-056290c6d5ce Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:38:57,852 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-8125d40a-f829-434c-9776-056290c6d5ce 2018-10-26 09:38:57,852 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-af5c0b71-6d92-454-user 2018-10-26 09:38:57,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/477505841c05439f8beeae9eed22a5bc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0828c76e1208d1c410b5afbbe8f103c6ae75d99" 2018-10-26 09:38:58,037 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:38:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e0066e26-b54b-4f75-9b53-a56e32d6334c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:38:58,037 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/477505841c05439f8beeae9eed22a5bc used request id req-e0066e26-b54b-4f75-9b53-a56e32d6334c 2018-10-26 09:38:58,039 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:38:58,431 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:38:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["7Cu_g_mNSD2ZxMD6uDL6kQ"], "issued_at": "2018-10-26T09:38:58.000000Z"}} 2018-10-26 09:38:58,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1886843d5ec9350fa9e50a32cde4add5ad2da7a" 2018-10-26 09:38:58,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f62ba0c2-94f2-49b5-822c-dd9ae041d26d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:38:58,508 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f62ba0c2-94f2-49b5-822c-dd9ae041d26d 2018-10-26 09:38:58,510 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:38:58,511 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:38:58,898 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:38:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["mP6MeKWGTv2CukU7e12OJQ"], "issued_at": "2018-10-26T09:38:58.000000Z"}} 2018-10-26 09:38:58,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61ee0307a12e844f0793d76d486c8d4680cac4cc" 2018-10-26 09:38:58,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a72a7b45-2bca-4e62-9a5e-6f74f65c7820 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:38:58,981 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a72a7b45-2bca-4e62-9a5e-6f74f65c7820 2018-10-26 09:38:58,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:38:58,992 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:38: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:38:58,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-504a1d9e-a13f-426-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61ee0307a12e844f0793d76d486c8d4680cac4cc" 2018-10-26 09:38:59,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13af3ad8-d338-4e45-8ae0-2a46626e484a Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-504a1d9e-a13f-426-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:38:59,077 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-504a1d9e-a13f-426-proj used request id req-13af3ad8-d338-4e45-8ae0-2a46626e484a 2018-10-26 09:38:59,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61ee0307a12e844f0793d76d486c8d4680cac4cc" 2018-10-26 09:38:59,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a270211-66d5-4451-bb12-f09e1066114c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:38:59,098 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-0a270211-66d5-4451-bb12-f09e1066114c 2018-10-26 09:38:59,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61ee0307a12e844f0793d76d486c8d4680cac4cc" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-504a1d9e-a13f-426-proj"}}' 2018-10-26 09:38:59,223 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:38:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-241132de-91b1-4855-afab-aeb5632c3045 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/96df026fd81043ad889b1f70039ee51f"}, "enabled": true, "id": "96df026fd81043ad889b1f70039ee51f", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-504a1d9e-a13f-426-proj"}} 2018-10-26 09:38:59,223 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-241132de-91b1-4855-afab-aeb5632c3045 2018-10-26 09:38:59,224 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-504a1d9e-a13f-426-proj 2018-10-26 09:38:59,224 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:38:59,225 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:38:59,610 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:38:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["kb59dS3uQsiwrkomKPXi-Q"], "issued_at": "2018-10-26T09:38:59.000000Z"}} 2018-10-26 09:38:59,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88c00ce452e1fc37a2a7594aa399f40ffee01a00" 2018-10-26 09:38:59,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd28e229-02cb-42ad-8ff3-2ebbd0ab9310 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:38:59,694 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-bd28e229-02cb-42ad-8ff3-2ebbd0ab9310 2018-10-26 09:38:59,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:38:59,704 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:38: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:38:59,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88c00ce452e1fc37a2a7594aa399f40ffee01a00" 2018-10-26 09:38:59,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf506ba5-cddb-4db3-884a-495e55efe0e0 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:38:59,740 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-bf506ba5-cddb-4db3-884a-495e55efe0e0 2018-10-26 09:38:59,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-504a1d9e-a13f-426-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88c00ce452e1fc37a2a7594aa399f40ffee01a00" 2018-10-26 09:38:59,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-355bd86a-c1e6-4028-96bc-9b8be615e79d Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-504a1d9e-a13f-426-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/96df026fd81043ad889b1f70039ee51f"}, "enabled": true, "id": "96df026fd81043ad889b1f70039ee51f", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-504a1d9e-a13f-426-proj"}]} 2018-10-26 09:38:59,834 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-504a1d9e-a13f-426-proj used request id req-355bd86a-c1e6-4028-96bc-9b8be615e79d 2018-10-26 09:38:59,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88c00ce452e1fc37a2a7594aa399f40ffee01a00" 2018-10-26 09:38:59,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:38:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-886f269a-0421-43e2-8a69-fba55be47505 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:38:59,922 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-886f269a-0421-43e2-8a69-fba55be47505 2018-10-26 09:39:00,311 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-504a1d9e-a13f-426-user 2018-10-26 09:39:00,312 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:39:00,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61ee0307a12e844f0793d76d486c8d4680cac4cc" 2018-10-26 09:39:00,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:39:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8385664a-d019-433b-9705-824145018550 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:39:00,410 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-8385664a-d019-433b-9705-824145018550 2018-10-26 09:39:00,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61ee0307a12e844f0793d76d486c8d4680cac4cc" -d '{"role": {"name": "CreateRouterSuccessTests-504a1d9e-a13f-426-proj-role"}}' 2018-10-26 09:39:00,522 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:39:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0accd318-c0d1-4d0e-ab42-d7a4edba7bbd Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b77cc353361a4cd5a6c5f44fd70e482d", "links": {"self": "http://172.30.9.21:5000/v3/roles/b77cc353361a4cd5a6c5f44fd70e482d"}, "name": "CreateRouterSuccessTests-504a1d9e-a13f-426-proj-role"}} 2018-10-26 09:39:00,522 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-0accd318-c0d1-4d0e-ab42-d7a4edba7bbd 2018-10-26 09:39:00,523 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-504a1d9e-a13f-426-proj-role 2018-10-26 09:39:00,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/b77cc353361a4cd5a6c5f44fd70e482d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61ee0307a12e844f0793d76d486c8d4680cac4cc" 2018-10-26 09:39:00,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:39:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6f3c229-f576-4679-a7c3-6ad04579d576 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/b77cc353361a4cd5a6c5f44fd70e482d"}, "domain_id": null, "name": "CreateRouterSuccessTests-504a1d9e-a13f-426-proj-role", "id": "b77cc353361a4cd5a6c5f44fd70e482d"}} 2018-10-26 09:39:00,544 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/b77cc353361a4cd5a6c5f44fd70e482d used request id req-d6f3c229-f576-4679-a7c3-6ad04579d576 2018-10-26 09:39:00,544 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-504a1d9e-a13f-426-proj-role to project CreateRouterSuccessTests-504a1d9e-a13f-426-proj 2018-10-26 09:39:00,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/96df026fd81043ad889b1f70039ee51f/users/f1d72222ac3d49078df9cc3fc65fcdbd/roles/b77cc353361a4cd5a6c5f44fd70e482d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61ee0307a12e844f0793d76d486c8d4680cac4cc" 2018-10-26 09:39:00,685 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:39:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-50b1ccf4-555b-46e6-a97b-48d0e38874ff Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:39:00,685 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/96df026fd81043ad889b1f70039ee51f/users/f1d72222ac3d49078df9cc3fc65fcdbd/roles/b77cc353361a4cd5a6c5f44fd70e482d used request id req-50b1ccf4-555b-46e6-a97b-48d0e38874ff 2018-10-26 09:39:00,685 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:39:00,686 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:39:01,056 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b77cc353361a4cd5a6c5f44fd70e482d", "name": "CreateRouterSuccessTests-504a1d9e-a13f-426-proj-role"}], "expires_at": "2018-10-26T10:39:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "96df026fd81043ad889b1f70039ee51f", "name": "CreateRouterSuccessTests-504a1d9e-a13f-426-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/96df026fd81043ad889b1f70039ee51f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/96df026fd81043ad889b1f70039ee51f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/96df026fd81043ad889b1f70039ee51f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/96df026fd81043ad889b1f70039ee51f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/96df026fd81043ad889b1f70039ee51f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/96df026fd81043ad889b1f70039ee51f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/96df026fd81043ad889b1f70039ee51f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/96df026fd81043ad889b1f70039ee51f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/96df026fd81043ad889b1f70039ee51f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/96df026fd81043ad889b1f70039ee51f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/96df026fd81043ad889b1f70039ee51f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/96df026fd81043ad889b1f70039ee51f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-504a1d9e-a13f-426-user", "id": "f1d72222ac3d49078df9cc3fc65fcdbd"}, "audit_ids": ["wbnOGBq_Srq7uX8FoBuD8Q"], "issued_at": "2018-10-26T09:39:01.000000Z"}} 2018-10-26 09:39:01,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f23d75759f99e8a8c9bb7bc2dbf094a74550fbc5" 2018-10-26 09:39:01,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:39:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81240c96-64f4-42a2-9655-b2472844e147 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:39:01,142 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-81240c96-64f4-42a2-9655-b2472844e147 2018-10-26 09:39:01,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-1257a872-4bc4-4526-ac83-6844720ccdcf-pub-router&admin_state_up=False -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f23d75759f99e8a8c9bb7bc2dbf094a74550fbc5" 2018-10-26 09:39:01,330 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-cb0a1fa2-1515-4e11-b7f3-c6bfdabc5b35 Date: Fri, 26 Oct 2018 09:39:01 GMT RESP BODY: {"routers": []} 2018-10-26 09:39:01,331 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-1257a872-4bc4-4526-ac83-6844720ccdcf-pub-router&admin_state_up=False used request id req-cb0a1fa2-1515-4e11-b7f3-c6bfdabc5b35 2018-10-26 09:39:01,331 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:39:01,332 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:39:01,787 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b77cc353361a4cd5a6c5f44fd70e482d", "name": "CreateRouterSuccessTests-504a1d9e-a13f-426-proj-role"}], "expires_at": "2018-10-26T10:39:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "96df026fd81043ad889b1f70039ee51f", "name": "CreateRouterSuccessTests-504a1d9e-a13f-426-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/96df026fd81043ad889b1f70039ee51f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/96df026fd81043ad889b1f70039ee51f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/96df026fd81043ad889b1f70039ee51f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/96df026fd81043ad889b1f70039ee51f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/96df026fd81043ad889b1f70039ee51f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/96df026fd81043ad889b1f70039ee51f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/96df026fd81043ad889b1f70039ee51f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/96df026fd81043ad889b1f70039ee51f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/96df026fd81043ad889b1f70039ee51f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/96df026fd81043ad889b1f70039ee51f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/96df026fd81043ad889b1f70039ee51f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/96df026fd81043ad889b1f70039ee51f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-504a1d9e-a13f-426-user", "id": "f1d72222ac3d49078df9cc3fc65fcdbd"}, "audit_ids": ["uvSybYTvRpmSIftUzjUClg"], "issued_at": "2018-10-26T09:39:01.000000Z"}} 2018-10-26 09:39:01,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f9440a0d4d6301c04de87a14a219fd76733dcc0" 2018-10-26 09:39:01,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:39:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23e60445-1e45-43b3-b7f0-664736f66bab Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:39:01,857 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-23e60445-1e45-43b3-b7f0-664736f66bab 2018-10-26 09:39:01,858 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-1257a872-4bc4-4526-ac83-6844720ccdcf-pub-router 2018-10-26 09:39:01,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f23d75759f99e8a8c9bb7bc2dbf094a74550fbc5" -d '{"router": {"name": "CreateRouterSuccessTests-1257a872-4bc4-4526-ac83-6844720ccdcf-pub-router", "admin_state_up": false}}' 2018-10-26 09:39:05,504 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 536 X-Openstack-Request-Id: req-905c301d-a4a9-480d-96b9-24a77c4fae4c Date: Fri, 26 Oct 2018 09:39:05 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "96df026fd81043ad889b1f70039ee51f", "created_at": "2018-10-26T09:39:02Z", "admin_state_up": false, "updated_at": "2018-10-26T09:39:02Z", "flavor_id": null, "revision_number": 1, "routes": [], "project_id": "96df026fd81043ad889b1f70039ee51f", "id": "568d268d-4141-4b86-aeb5-60b576f5f281", "name": "CreateRouterSuccessTests-1257a872-4bc4-4526-ac83-6844720ccdcf-pub-router"}} 2018-10-26 09:39:05,504 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-905c301d-a4a9-480d-96b9-24a77c4fae4c 2018-10-26 09:39:05,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=568d268d-4141-4b86-aeb5-60b576f5f281 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f23d75759f99e8a8c9bb7bc2dbf094a74550fbc5" 2018-10-26 09:39:05,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-7505b5f4-22cb-4383-936c-18ca932ff152 Date: Fri, 26 Oct 2018 09:39:05 GMT RESP BODY: {"ports":[]} 2018-10-26 09:39:05,683 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=568d268d-4141-4b86-aeb5-60b576f5f281 used request id req-7505b5f4-22cb-4383-936c-18ca932ff152 2018-10-26 09:39:05,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/568d268d-4141-4b86-aeb5-60b576f5f281 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f23d75759f99e8a8c9bb7bc2dbf094a74550fbc5" 2018-10-26 09:39:05,919 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 542 X-Openstack-Request-Id: req-eaabe01c-2d68-4079-a005-a035aee8ed18 Date: Fri, 26 Oct 2018 09:39:05 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "96df026fd81043ad889b1f70039ee51f", "created_at": "2018-10-26T09:39:02Z", "admin_state_up": false, "updated_at": "2018-10-26T09:39:05Z", "flavor_id": null, "revision_number": 5, "routes": [], "project_id": "96df026fd81043ad889b1f70039ee51f", "id": "568d268d-4141-4b86-aeb5-60b576f5f281", "name": "CreateRouterSuccessTests-1257a872-4bc4-4526-ac83-6844720ccdcf-pub-router"}} 2018-10-26 09:39:05,919 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/568d268d-4141-4b86-aeb5-60b576f5f281 used request id req-eaabe01c-2d68-4079-a005-a035aee8ed18 2018-10-26 09:39:05,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=568d268d-4141-4b86-aeb5-60b576f5f281 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f23d75759f99e8a8c9bb7bc2dbf094a74550fbc5" 2018-10-26 09:39:06,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-d3c37c97-d194-44a4-ad31-75e4729d6d1d Date: Fri, 26 Oct 2018 09:39:06 GMT RESP BODY: {"ports":[]} 2018-10-26 09:39:06,117 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=568d268d-4141-4b86-aeb5-60b576f5f281 used request id req-d3c37c97-d194-44a4-ad31-75e4729d6d1d 2018-10-26 09:39:06,117 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:39:06,494 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b77cc353361a4cd5a6c5f44fd70e482d", "name": "CreateRouterSuccessTests-504a1d9e-a13f-426-proj-role"}], "expires_at": "2018-10-26T10:39:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "96df026fd81043ad889b1f70039ee51f", "name": "CreateRouterSuccessTests-504a1d9e-a13f-426-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/96df026fd81043ad889b1f70039ee51f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/96df026fd81043ad889b1f70039ee51f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/96df026fd81043ad889b1f70039ee51f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/96df026fd81043ad889b1f70039ee51f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/96df026fd81043ad889b1f70039ee51f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/96df026fd81043ad889b1f70039ee51f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/96df026fd81043ad889b1f70039ee51f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/96df026fd81043ad889b1f70039ee51f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/96df026fd81043ad889b1f70039ee51f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/96df026fd81043ad889b1f70039ee51f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/96df026fd81043ad889b1f70039ee51f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/96df026fd81043ad889b1f70039ee51f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-504a1d9e-a13f-426-user", "id": "f1d72222ac3d49078df9cc3fc65fcdbd"}, "audit_ids": ["-sBKirrEQA-JbHhoVcVriQ"], "issued_at": "2018-10-26T09:39:06.000000Z"}} 2018-10-26 09:39:06,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-1257a872-4bc4-4526-ac83-6844720ccdcf-pub-router&admin_state_up=False -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0ee4dd87c45b72bd3089493d7eb65d3adf4880b" 2018-10-26 09:39:06,701 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 545 X-Openstack-Request-Id: req-311c778a-44d9-41ae-9835-34bc297ec973 Date: Fri, 26 Oct 2018 09:39:06 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "96df026fd81043ad889b1f70039ee51f", "created_at": "2018-10-26T09:39:02Z", "admin_state_up": false, "updated_at": "2018-10-26T09:39:05Z", "flavor_id": null, "revision_number": 5, "routes": [], "project_id": "96df026fd81043ad889b1f70039ee51f", "id": "568d268d-4141-4b86-aeb5-60b576f5f281", "name": "CreateRouterSuccessTests-1257a872-4bc4-4526-ac83-6844720ccdcf-pub-router"}]} 2018-10-26 09:39:06,701 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-1257a872-4bc4-4526-ac83-6844720ccdcf-pub-router&admin_state_up=False used request id req-311c778a-44d9-41ae-9835-34bc297ec973 2018-10-26 09:39:06,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:39:06,710 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:39: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:39:06,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/96df026fd81043ad889b1f70039ee51f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1886843d5ec9350fa9e50a32cde4add5ad2da7a" 2018-10-26 09:39:06,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:39:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a356b57-7a24-4e32-8d44-463016957809 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/96df026fd81043ad889b1f70039ee51f"}, "enabled": true, "id": "96df026fd81043ad889b1f70039ee51f", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-504a1d9e-a13f-426-proj"}} 2018-10-26 09:39:06,792 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/96df026fd81043ad889b1f70039ee51f used request id req-5a356b57-7a24-4e32-8d44-463016957809 2018-10-26 09:39:06,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=568d268d-4141-4b86-aeb5-60b576f5f281 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0ee4dd87c45b72bd3089493d7eb65d3adf4880b" 2018-10-26 09:39:06,983 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-d8f2c96f-f30e-4e49-bbab-9233273caaeb Date: Fri, 26 Oct 2018 09:39:06 GMT RESP BODY: {"ports":[]} 2018-10-26 09:39:06,983 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=568d268d-4141-4b86-aeb5-60b576f5f281 used request id req-d8f2c96f-f30e-4e49-bbab-9233273caaeb 2018-10-26 09:39:06,984 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-1257a872-4bc4-4526-ac83-6844720ccdcf-pub-router 2018-10-26 09:39:06,984 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-1257a872-4bc4-4526-ac83-6844720ccdcf-pub-router 2018-10-26 09:39:06,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/568d268d-4141-4b86-aeb5-60b576f5f281 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f23d75759f99e8a8c9bb7bc2dbf094a74550fbc5" 2018-10-26 09:39:09,536 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-eee89fb5-b540-4058-b7bf-da3063ae7a65 Content-Length: 0 Date: Fri, 26 Oct 2018 09:39:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:39:09,536 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/568d268d-4141-4b86-aeb5-60b576f5f281 used request id req-eee89fb5-b540-4058-b7bf-da3063ae7a65 2018-10-26 09:39:09,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61ee0307a12e844f0793d76d486c8d4680cac4cc" 2018-10-26 09:39:09,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-83ff7706-bbc0-4924-a18c-996ea594b547 Date: Fri, 26 Oct 2018 09:39:09 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:39:09,746 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-83ff7706-bbc0-4924-a18c-996ea594b547 2018-10-26 09:39:09,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61ee0307a12e844f0793d76d486c8d4680cac4cc" 2018-10-26 09:39:09,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:39:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d937eea-6e10-48ee-8870-b5ca9c3140d4 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:39:09,852 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-6d937eea-6e10-48ee-8870-b5ca9c3140d4 2018-10-26 09:39:09,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61ee0307a12e844f0793d76d486c8d4680cac4cc" 2018-10-26 09:39:09,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:39:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85c31db1-3f92-4208-a1c8-fdac035a5652 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:39:09,947 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-85c31db1-3f92-4208-a1c8-fdac035a5652 2018-10-26 09:39:09,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61ee0307a12e844f0793d76d486c8d4680cac4cc" 2018-10-26 09:39:10,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:39:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1283b1b8-41e3-4227-852e-7fa1c1549ca8 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:39:10,040 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-1283b1b8-41e3-4227-852e-7fa1c1549ca8 2018-10-26 09:39:10,041 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-504a1d9e-a13f-426-proj 2018-10-26 09:39:10,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/96df026fd81043ad889b1f70039ee51f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61ee0307a12e844f0793d76d486c8d4680cac4cc" 2018-10-26 09:39:10,262 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:39:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fde85f87-65b3-4b98-acc2-6d8c30483a14 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:39:10,262 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/96df026fd81043ad889b1f70039ee51f used request id req-fde85f87-65b3-4b98-acc2-6d8c30483a14 2018-10-26 09:39:10,262 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-504a1d9e-a13f-426-proj-role 2018-10-26 09:39:10,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/b77cc353361a4cd5a6c5f44fd70e482d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61ee0307a12e844f0793d76d486c8d4680cac4cc" 2018-10-26 09:39:10,379 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:39:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9b937e2a-4cc4-4a7d-a9c7-05969f33a10a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:39:10,379 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/b77cc353361a4cd5a6c5f44fd70e482d used request id req-9b937e2a-4cc4-4a7d-a9c7-05969f33a10a 2018-10-26 09:39:10,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61ee0307a12e844f0793d76d486c8d4680cac4cc" 2018-10-26 09:39:10,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:39:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d857e9a-752a-4e73-8d11-d359047b4479 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:39:10,466 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-0d857e9a-752a-4e73-8d11-d359047b4479 2018-10-26 09:39:10,467 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-504a1d9e-a13f-426-user 2018-10-26 09:39:10,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/f1d72222ac3d49078df9cc3fc65fcdbd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88c00ce452e1fc37a2a7594aa399f40ffee01a00" 2018-10-26 09:39:10,645 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:39:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e6047ff4-a6da-4f3e-bc76-23d4a5fb9e8f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:39:10,645 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/f1d72222ac3d49078df9cc3fc65fcdbd used request id req-e6047ff4-a6da-4f3e-bc76-23d4a5fb9e8f 2018-10-26 09:39:10,647 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:39:11,030 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:39:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["W2DfxfstSWCJknkY1lvcVQ"], "issued_at": "2018-10-26T09:39:11.000000Z"}} 2018-10-26 09:39:11,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4c06f0fca73112e86a9efcbc49fece427382bee" 2018-10-26 09:39:11,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:39:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c13f010e-49e5-4136-acd8-da8c5a24ab65 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:39:11,110 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c13f010e-49e5-4136-acd8-da8c5a24ab65 2018-10-26 09:39:11,111 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:39:11,112 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:39:11,504 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:39:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["2RsqyqM-Q9yb9Psimn6cPQ"], "issued_at": "2018-10-26T09:39:11.000000Z"}} 2018-10-26 09:39:11,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d0230f71675d132ac83c276349e4446da330e78" 2018-10-26 09:39:11,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:39:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9609a59-e8ca-4335-80eb-95d7290efc41 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:39:11,589 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d9609a59-e8ca-4335-80eb-95d7290efc41 2018-10-26 09:39:11,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:39:11,599 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:39: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:39:11,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-f487b2b9-bd28-4e0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d0230f71675d132ac83c276349e4446da330e78" 2018-10-26 09:39:11,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:39:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c405b0a7-02b0-454e-a999-e4bddab405bc Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-f487b2b9-bd28-4e0-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:39:11,688 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-f487b2b9-bd28-4e0-proj used request id req-c405b0a7-02b0-454e-a999-e4bddab405bc 2018-10-26 09:39:11,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d0230f71675d132ac83c276349e4446da330e78" 2018-10-26 09:39:11,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:39:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad93a759-e772-446b-80d1-e20f26479607 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:39:11,785 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-ad93a759-e772-446b-80d1-e20f26479607 2018-10-26 09:39:11,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d0230f71675d132ac83c276349e4446da330e78" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-f487b2b9-bd28-4e0-proj"}}' 2018-10-26 09:39:11,894 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:39:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e51c0b47-2475-438d-b010-177ba761f32d Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/5d4c8991b0ff488e9b9590215bf1cb6f"}, "enabled": true, "id": "5d4c8991b0ff488e9b9590215bf1cb6f", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-f487b2b9-bd28-4e0-proj"}} 2018-10-26 09:39:11,894 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-e51c0b47-2475-438d-b010-177ba761f32d 2018-10-26 09:39:11,895 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-f487b2b9-bd28-4e0-proj 2018-10-26 09:39:11,895 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:39:11,896 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:39:12,365 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:39:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["HOeUAZzdSiuNsDHVbyMcBg"], "issued_at": "2018-10-26T09:39:12.000000Z"}} 2018-10-26 09:39:12,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f708451fdf75c10c3129646b09317520a7580af" 2018-10-26 09:39:12,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:39:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d01a3da-18d3-4f48-808a-60fd2b52b58d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:39:12,458 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-1d01a3da-18d3-4f48-808a-60fd2b52b58d 2018-10-26 09:39:12,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:39:12,468 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:39: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:39:12,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f708451fdf75c10c3129646b09317520a7580af" 2018-10-26 09:39:12,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:39:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2804380f-009f-45d6-b0e5-7dc45308c581 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:39:12,573 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-2804380f-009f-45d6-b0e5-7dc45308c581 2018-10-26 09:39:12,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-f487b2b9-bd28-4e0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f708451fdf75c10c3129646b09317520a7580af" 2018-10-26 09:39:12,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:39:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7329c2b6-c050-45a6-a082-054e0135ffa0 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-f487b2b9-bd28-4e0-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/5d4c8991b0ff488e9b9590215bf1cb6f"}, "enabled": true, "id": "5d4c8991b0ff488e9b9590215bf1cb6f", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-f487b2b9-bd28-4e0-proj"}]} 2018-10-26 09:39:12,669 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-f487b2b9-bd28-4e0-proj used request id req-7329c2b6-c050-45a6-a082-054e0135ffa0 2018-10-26 09:39:12,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f708451fdf75c10c3129646b09317520a7580af" 2018-10-26 09:39:12,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:39:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f9ca580-dd67-4e55-ae0f-719a3ecb2fc8 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:39:12,754 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-5f9ca580-dd67-4e55-ae0f-719a3ecb2fc8 2018-10-26 09:39:13,119 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-f487b2b9-bd28-4e0-user 2018-10-26 09:39:13,119 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:39:13,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d0230f71675d132ac83c276349e4446da330e78" 2018-10-26 09:39:13,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:39:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11ce21ed-056c-421b-8d60-864e4923200b Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:39:13,222 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-11ce21ed-056c-421b-8d60-864e4923200b 2018-10-26 09:39:13,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d0230f71675d132ac83c276349e4446da330e78" -d '{"role": {"name": "CreateRouterSuccessTests-f487b2b9-bd28-4e0-proj-role"}}' 2018-10-26 09:39:13,342 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:39:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-62b0294d-5a6d-4b6f-bf99-8a1af8a23899 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "cb96495c05914a4387a69a21caeb0a8a", "links": {"self": "http://172.30.9.21:5000/v3/roles/cb96495c05914a4387a69a21caeb0a8a"}, "name": "CreateRouterSuccessTests-f487b2b9-bd28-4e0-proj-role"}} 2018-10-26 09:39:13,343 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-62b0294d-5a6d-4b6f-bf99-8a1af8a23899 2018-10-26 09:39:13,343 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-f487b2b9-bd28-4e0-proj-role 2018-10-26 09:39:13,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/cb96495c05914a4387a69a21caeb0a8a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d0230f71675d132ac83c276349e4446da330e78" 2018-10-26 09:39:13,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:39:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4d9ad1c-d2ff-4478-872f-251d3741b141 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/cb96495c05914a4387a69a21caeb0a8a"}, "domain_id": null, "name": "CreateRouterSuccessTests-f487b2b9-bd28-4e0-proj-role", "id": "cb96495c05914a4387a69a21caeb0a8a"}} 2018-10-26 09:39:13,433 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/cb96495c05914a4387a69a21caeb0a8a used request id req-f4d9ad1c-d2ff-4478-872f-251d3741b141 2018-10-26 09:39:13,433 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-f487b2b9-bd28-4e0-proj-role to project CreateRouterSuccessTests-f487b2b9-bd28-4e0-proj 2018-10-26 09:39:13,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/5d4c8991b0ff488e9b9590215bf1cb6f/users/6a814e75c2fd47729caea04af32a431e/roles/cb96495c05914a4387a69a21caeb0a8a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d0230f71675d132ac83c276349e4446da330e78" 2018-10-26 09:39:13,561 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:39:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dd24898b-75c0-4904-9600-deaef0122dde Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:39:13,561 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/5d4c8991b0ff488e9b9590215bf1cb6f/users/6a814e75c2fd47729caea04af32a431e/roles/cb96495c05914a4387a69a21caeb0a8a used request id req-dd24898b-75c0-4904-9600-deaef0122dde 2018-10-26 09:39:13,562 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:39:13,563 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:39:13,939 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:39:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["E2IUx-wQRsO6C6zxBPftcg"], "issued_at": "2018-10-26T09:39:13.000000Z"}} 2018-10-26 09:39:13,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f994c16a643540f617d237b92c9e817ee29cc484" 2018-10-26 09:39:14,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:39:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34f7a734-9c69-48b3-ae09-6202ca2b9078 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:39:14,023 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-34f7a734-9c69-48b3-ae09-6202ca2b9078 2018-10-26 09:39:14,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-6827d380-a8f9-4c0c-895d-910dc6d00941-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f994c16a643540f617d237b92c9e817ee29cc484" 2018-10-26 09:39:14,222 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-a0f8dae3-9b25-4331-a578-83d68a5c474d Date: Fri, 26 Oct 2018 09:39:14 GMT RESP BODY: {"routers": []} 2018-10-26 09:39:14,222 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-6827d380-a8f9-4c0c-895d-910dc6d00941-pub-router&admin_state_up=True used request id req-a0f8dae3-9b25-4331-a578-83d68a5c474d 2018-10-26 09:39:14,223 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:39:14,223 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:39:14,618 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:39:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["Gy0ikjONQwq-GxJ6frVD4Q"], "issued_at": "2018-10-26T09:39:14.000000Z"}} 2018-10-26 09:39:14,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4abdd442485a115a130cd461c5d75f8be8c03498" 2018-10-26 09:39:14,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:39:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6353e91-f04a-46c0-9e53-42269264ea57 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:39:14,703 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d6353e91-f04a-46c0-9e53-42269264ea57 2018-10-26 09:39:14,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:39:14,712 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:39: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:39:14,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-f487b2b9-bd28-4e0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4abdd442485a115a130cd461c5d75f8be8c03498" 2018-10-26 09:39:14,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:39:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7964bc4a-19af-44ac-9471-ae9d0ab1e4ff Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-f487b2b9-bd28-4e0-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/5d4c8991b0ff488e9b9590215bf1cb6f"}, "enabled": true, "id": "5d4c8991b0ff488e9b9590215bf1cb6f", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-f487b2b9-bd28-4e0-proj"}]} 2018-10-26 09:39:14,802 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-f487b2b9-bd28-4e0-proj used request id req-7964bc4a-19af-44ac-9471-ae9d0ab1e4ff 2018-10-26 09:39:14,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f994c16a643540f617d237b92c9e817ee29cc484" 2018-10-26 09:39:15,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-d84985e4-947e-4f24-baf5-4be03728cdf6 Date: Fri, 26 Oct 2018 09:39:15 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","provider:network_type":"flat"}]} 2018-10-26 09:39:15,040 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-d84985e4-947e-4f24-baf5-4be03728cdf6 2018-10-26 09:39:15,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f994c16a643540f617d237b92c9e817ee29cc484" 2018-10-26 09:39:15,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-a2a1fcc6-1176-4efa-8cba-b432118c98e3 Date: Fri, 26 Oct 2018 09:39:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:47Z","dns_nameservers":[],"updated_at":"2018-10-26T08:12:47Z","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":"c850e319615544ee86b9a48e1e3e8f0f","id":"e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-26 09:39:15,399 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-a2a1fcc6-1176-4efa-8cba-b432118c98e3 2018-10-26 09:39:15,399 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-6827d380-a8f9-4c0c-895d-910dc6d00941-pub-router 2018-10-26 09:39:15,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f994c16a643540f617d237b92c9e817ee29cc484" -d '{"router": {"external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693"}, "tenant_id": "5d4c8991b0ff488e9b9590215bf1cb6f", "name": "CreateRouterSuccessTests-6827d380-a8f9-4c0c-895d-910dc6d00941-pub-router", "admin_state_up": true}}' 2018-10-26 09:39:20,384 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-09e22979-b9e2-43b4-ba18-f101e4c494d6 Date: Fri, 26 Oct 2018 09:39:20 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "5d4c8991b0ff488e9b9590215bf1cb6f", "created_at": "2018-10-26T09:39:16Z", "admin_state_up": true, "updated_at": "2018-10-26T09:39:17Z", "project_id": "5d4c8991b0ff488e9b9590215bf1cb6f", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "29f1d438-5491-4ee0-9f86-76968c752158", "name": "CreateRouterSuccessTests-6827d380-a8f9-4c0c-895d-910dc6d00941-pub-router"}} 2018-10-26 09:39:20,384 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-09e22979-b9e2-43b4-ba18-f101e4c494d6 2018-10-26 09:39:20,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=29f1d438-5491-4ee0-9f86-76968c752158 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f994c16a643540f617d237b92c9e817ee29cc484" 2018-10-26 09:39:20,628 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3248 X-Openstack-Request-Id: req-31b4b79e-2fa2-460e-bb63-6730cb090a3e Date: Fri, 26 Oct 2018 09:39:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:39:19Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d1d1b693-424a-4bc5-8f69-d9f82a73d198","ip_address":"169.254.192.1"}],"id":"24a6a7fb-72e9-4564-93b7-3ffe2591b20c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:5e:60:ff","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 5d4c8991b0ff488e9b9590215bf1cb6f","admin_state_up":true,"network_id":"f9f743bf-0fa3-4b91-9f8d-267fb2405039","tenant_id":"","created_at":"2018-10-26T09:39:19Z","binding:vnic_type":"normal","device_id":"29f1d438-5491-4ee0-9f86-76968c752158"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:39:18Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d1d1b693-424a-4bc5-8f69-d9f82a73d198","ip_address":"169.254.192.2"}],"id":"25f40891-0d71-41af-83a8-4b240a499645","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:01:23:e0","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 5d4c8991b0ff488e9b9590215bf1cb6f","admin_state_up":true,"network_id":"f9f743bf-0fa3-4b91-9f8d-267fb2405039","tenant_id":"","created_at":"2018-10-26T09:39:18Z","binding:vnic_type":"normal","device_id":"29f1d438-5491-4ee0-9f86-76968c752158"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:39:20Z","device_owner":"network:router_gateway","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414","ip_address":"172.30.9.201"}],"id":"4348df99-cf84-4d45-bebb-40d57475188e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:29:02:5d","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":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","tenant_id":"","created_at":"2018-10-26T09:39:16Z","binding:vnic_type":"normal","device_id":"29f1d438-5491-4ee0-9f86-76968c752158"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:39:17Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d1d1b693-424a-4bc5-8f69-d9f82a73d198","ip_address":"169.254.192.9"}],"id":"f4d4acc7-8284-4b9b-b09d-b074fd38e56b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:9d:bf:c6","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 5d4c8991b0ff488e9b9590215bf1cb6f","admin_state_up":true,"network_id":"f9f743bf-0fa3-4b91-9f8d-267fb2405039","tenant_id":"","created_at":"2018-10-26T09:39:17Z","binding:vnic_type":"normal","device_id":"29f1d438-5491-4ee0-9f86-76968c752158"}]} 2018-10-26 09:39:20,628 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=29f1d438-5491-4ee0-9f86-76968c752158 used request id req-31b4b79e-2fa2-460e-bb63-6730cb090a3e 2018-10-26 09:39:20,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f994c16a643540f617d237b92c9e817ee29cc484" 2018-10-26 09:39:20,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-26dda514-637b-4215-afa6-b4ccddbbc5fe Date: Fri, 26 Oct 2018 09:39:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:47Z","dns_nameservers":[],"updated_at":"2018-10-26T08:12:47Z","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":"c850e319615544ee86b9a48e1e3e8f0f","id":"e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414","subnetpool_id":null,"name":"external-subnet"}} 2018-10-26 09:39:20,821 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414 used request id req-26dda514-637b-4215-afa6-b4ccddbbc5fe 2018-10-26 09:39:20,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/d1d1b693-424a-4bc5-8f69-d9f82a73d198 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f994c16a643540f617d237b92c9e817ee29cc484" 2018-10-26 09:39:21,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-37c19933-9812-4a5a-ad3f-38647084c36b Date: Fri, 26 Oct 2018 09:39:21 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"f9f743bf-0fa3-4b91-9f8d-267fb2405039","tenant_id":"","created_at":"2018-10-26T09:39:15Z","dns_nameservers":[],"updated_at":"2018-10-26T09:39:15Z","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":"d1d1b693-424a-4bc5-8f69-d9f82a73d198","subnetpool_id":null,"name":"HA subnet tenant 5d4c8991b0ff488e9b9590215bf1cb6f"}} 2018-10-26 09:39:21,038 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/d1d1b693-424a-4bc5-8f69-d9f82a73d198 used request id req-37c19933-9812-4a5a-ad3f-38647084c36b 2018-10-26 09:39:21,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/d1d1b693-424a-4bc5-8f69-d9f82a73d198 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f994c16a643540f617d237b92c9e817ee29cc484" 2018-10-26 09:39:21,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-0107b453-a427-4fbe-b451-a5d16ae16b62 Date: Fri, 26 Oct 2018 09:39:21 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"f9f743bf-0fa3-4b91-9f8d-267fb2405039","tenant_id":"","created_at":"2018-10-26T09:39:15Z","dns_nameservers":[],"updated_at":"2018-10-26T09:39:15Z","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":"d1d1b693-424a-4bc5-8f69-d9f82a73d198","subnetpool_id":null,"name":"HA subnet tenant 5d4c8991b0ff488e9b9590215bf1cb6f"}} 2018-10-26 09:39:21,097 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/d1d1b693-424a-4bc5-8f69-d9f82a73d198 used request id req-0107b453-a427-4fbe-b451-a5d16ae16b62 2018-10-26 09:39:21,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/d1d1b693-424a-4bc5-8f69-d9f82a73d198 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f994c16a643540f617d237b92c9e817ee29cc484" 2018-10-26 09:39:21,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-1b777972-33ab-4eb7-9283-c1df58d7a836 Date: Fri, 26 Oct 2018 09:39:21 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"f9f743bf-0fa3-4b91-9f8d-267fb2405039","tenant_id":"","created_at":"2018-10-26T09:39:15Z","dns_nameservers":[],"updated_at":"2018-10-26T09:39:15Z","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":"d1d1b693-424a-4bc5-8f69-d9f82a73d198","subnetpool_id":null,"name":"HA subnet tenant 5d4c8991b0ff488e9b9590215bf1cb6f"}} 2018-10-26 09:39:21,300 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/d1d1b693-424a-4bc5-8f69-d9f82a73d198 used request id req-1b777972-33ab-4eb7-9283-c1df58d7a836 2018-10-26 09:39:21,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/29f1d438-5491-4ee0-9f86-76968c752158 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f994c16a643540f617d237b92c9e817ee29cc484" 2018-10-26 09:39:21,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-0fee3d60-2ced-44b6-9c33-09c21f66657e Date: Fri, 26 Oct 2018 09:39:21 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "5d4c8991b0ff488e9b9590215bf1cb6f", "created_at": "2018-10-26T09:39:16Z", "admin_state_up": true, "updated_at": "2018-10-26T09:39:19Z", "project_id": "5d4c8991b0ff488e9b9590215bf1cb6f", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "29f1d438-5491-4ee0-9f86-76968c752158", "name": "CreateRouterSuccessTests-6827d380-a8f9-4c0c-895d-910dc6d00941-pub-router"}} 2018-10-26 09:39:21,529 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/29f1d438-5491-4ee0-9f86-76968c752158 used request id req-0fee3d60-2ced-44b6-9c33-09c21f66657e 2018-10-26 09:39:21,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=29f1d438-5491-4ee0-9f86-76968c752158 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f994c16a643540f617d237b92c9e817ee29cc484" 2018-10-26 09:39:21,736 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3344 X-Openstack-Request-Id: req-e20e6165-0226-48e0-8a5f-b6d21c16484e Date: Fri, 26 Oct 2018 09:39:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:39:19Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d1d1b693-424a-4bc5-8f69-d9f82a73d198","ip_address":"169.254.192.1"}],"id":"24a6a7fb-72e9-4564-93b7-3ffe2591b20c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:5e:60:ff","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 5d4c8991b0ff488e9b9590215bf1cb6f","admin_state_up":true,"network_id":"f9f743bf-0fa3-4b91-9f8d-267fb2405039","tenant_id":"","created_at":"2018-10-26T09:39:19Z","binding:vnic_type":"normal","device_id":"29f1d438-5491-4ee0-9f86-76968c752158"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:39:21Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d1d1b693-424a-4bc5-8f69-d9f82a73d198","ip_address":"169.254.192.2"}],"id":"25f40891-0d71-41af-83a8-4b240a499645","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:01:23:e0","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 5d4c8991b0ff488e9b9590215bf1cb6f","admin_state_up":true,"network_id":"f9f743bf-0fa3-4b91-9f8d-267fb2405039","tenant_id":"","created_at":"2018-10-26T09:39:18Z","binding:vnic_type":"normal","device_id":"29f1d438-5491-4ee0-9f86-76968c752158"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:39:21Z","device_owner":"network:router_gateway","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414","ip_address":"172.30.9.201"}],"id":"4348df99-cf84-4d45-bebb-40d57475188e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:29:02:5d","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":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","tenant_id":"","created_at":"2018-10-26T09:39:16Z","binding:vnic_type":"normal","device_id":"29f1d438-5491-4ee0-9f86-76968c752158"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:39:17Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d1d1b693-424a-4bc5-8f69-d9f82a73d198","ip_address":"169.254.192.9"}],"id":"f4d4acc7-8284-4b9b-b09d-b074fd38e56b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:9d:bf:c6","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 5d4c8991b0ff488e9b9590215bf1cb6f","admin_state_up":true,"network_id":"f9f743bf-0fa3-4b91-9f8d-267fb2405039","tenant_id":"","created_at":"2018-10-26T09:39:17Z","binding:vnic_type":"normal","device_id":"29f1d438-5491-4ee0-9f86-76968c752158"}]} 2018-10-26 09:39:21,736 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=29f1d438-5491-4ee0-9f86-76968c752158 used request id req-e20e6165-0226-48e0-8a5f-b6d21c16484e 2018-10-26 09:39:21,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f994c16a643540f617d237b92c9e817ee29cc484" 2018-10-26 09:39:21,950 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-e8326574-721e-4fb0-bde6-70fa6b52495c Date: Fri, 26 Oct 2018 09:39:21 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:47Z","dns_nameservers":[],"updated_at":"2018-10-26T08:12:47Z","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":"c850e319615544ee86b9a48e1e3e8f0f","id":"e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414","subnetpool_id":null,"name":"external-subnet"}} 2018-10-26 09:39:21,950 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414 used request id req-e8326574-721e-4fb0-bde6-70fa6b52495c 2018-10-26 09:39:21,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/d1d1b693-424a-4bc5-8f69-d9f82a73d198 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f994c16a643540f617d237b92c9e817ee29cc484" 2018-10-26 09:39:22,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-f2434233-007a-42cf-a485-0c83f39be09b Date: Fri, 26 Oct 2018 09:39:22 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"f9f743bf-0fa3-4b91-9f8d-267fb2405039","tenant_id":"","created_at":"2018-10-26T09:39:15Z","dns_nameservers":[],"updated_at":"2018-10-26T09:39:15Z","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":"d1d1b693-424a-4bc5-8f69-d9f82a73d198","subnetpool_id":null,"name":"HA subnet tenant 5d4c8991b0ff488e9b9590215bf1cb6f"}} 2018-10-26 09:39:22,152 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/d1d1b693-424a-4bc5-8f69-d9f82a73d198 used request id req-f2434233-007a-42cf-a485-0c83f39be09b 2018-10-26 09:39:22,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/d1d1b693-424a-4bc5-8f69-d9f82a73d198 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f994c16a643540f617d237b92c9e817ee29cc484" 2018-10-26 09:39:22,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-a6137710-696c-47bf-bd5d-326bb013f438 Date: Fri, 26 Oct 2018 09:39:22 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"f9f743bf-0fa3-4b91-9f8d-267fb2405039","tenant_id":"","created_at":"2018-10-26T09:39:15Z","dns_nameservers":[],"updated_at":"2018-10-26T09:39:15Z","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":"d1d1b693-424a-4bc5-8f69-d9f82a73d198","subnetpool_id":null,"name":"HA subnet tenant 5d4c8991b0ff488e9b9590215bf1cb6f"}} 2018-10-26 09:39:22,212 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/d1d1b693-424a-4bc5-8f69-d9f82a73d198 used request id req-a6137710-696c-47bf-bd5d-326bb013f438 2018-10-26 09:39:22,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/d1d1b693-424a-4bc5-8f69-d9f82a73d198 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f994c16a643540f617d237b92c9e817ee29cc484" 2018-10-26 09:39:22,263 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-97f4a04b-23c2-45dc-b83e-b963d7de6d8f Date: Fri, 26 Oct 2018 09:39:22 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"f9f743bf-0fa3-4b91-9f8d-267fb2405039","tenant_id":"","created_at":"2018-10-26T09:39:15Z","dns_nameservers":[],"updated_at":"2018-10-26T09:39:15Z","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":"d1d1b693-424a-4bc5-8f69-d9f82a73d198","subnetpool_id":null,"name":"HA subnet tenant 5d4c8991b0ff488e9b9590215bf1cb6f"}} 2018-10-26 09:39:22,264 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/d1d1b693-424a-4bc5-8f69-d9f82a73d198 used request id req-97f4a04b-23c2-45dc-b83e-b963d7de6d8f 2018-10-26 09:39:22,264 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:39:22,639 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cb96495c05914a4387a69a21caeb0a8a", "name": "CreateRouterSuccessTests-f487b2b9-bd28-4e0-proj-role"}], "expires_at": "2018-10-26T10:39:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5d4c8991b0ff488e9b9590215bf1cb6f", "name": "CreateRouterSuccessTests-f487b2b9-bd28-4e0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/5d4c8991b0ff488e9b9590215bf1cb6f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/5d4c8991b0ff488e9b9590215bf1cb6f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/5d4c8991b0ff488e9b9590215bf1cb6f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/5d4c8991b0ff488e9b9590215bf1cb6f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/5d4c8991b0ff488e9b9590215bf1cb6f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/5d4c8991b0ff488e9b9590215bf1cb6f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/5d4c8991b0ff488e9b9590215bf1cb6f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/5d4c8991b0ff488e9b9590215bf1cb6f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/5d4c8991b0ff488e9b9590215bf1cb6f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/5d4c8991b0ff488e9b9590215bf1cb6f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/5d4c8991b0ff488e9b9590215bf1cb6f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/5d4c8991b0ff488e9b9590215bf1cb6f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-f487b2b9-bd28-4e0-user", "id": "6a814e75c2fd47729caea04af32a431e"}, "audit_ids": ["sOiqY377T-eKFNxrDpzIYA"], "issued_at": "2018-10-26T09:39:22.000000Z"}} 2018-10-26 09:39:22,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-6827d380-a8f9-4c0c-895d-910dc6d00941-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3343d1913894ef73fdf94bd15237070426dd9b92" 2018-10-26 09:39:22,858 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-d3f04d62-f643-4a81-9c3b-aadafa478bbc Date: Fri, 26 Oct 2018 09:39:22 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "5d4c8991b0ff488e9b9590215bf1cb6f", "created_at": "2018-10-26T09:39:16Z", "admin_state_up": true, "updated_at": "2018-10-26T09:39:19Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "5d4c8991b0ff488e9b9590215bf1cb6f", "id": "29f1d438-5491-4ee0-9f86-76968c752158", "name": "CreateRouterSuccessTests-6827d380-a8f9-4c0c-895d-910dc6d00941-pub-router"}]} 2018-10-26 09:39:22,859 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-6827d380-a8f9-4c0c-895d-910dc6d00941-pub-router&admin_state_up=True used request id req-d3f04d62-f643-4a81-9c3b-aadafa478bbc 2018-10-26 09:39:22,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:39:22,868 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:39: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:39:22,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5d4c8991b0ff488e9b9590215bf1cb6f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4c06f0fca73112e86a9efcbc49fece427382bee" 2018-10-26 09:39:22,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:39:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a37d14e9-c953-4433-ab80-e1b2549130d4 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/5d4c8991b0ff488e9b9590215bf1cb6f"}, "enabled": true, "id": "5d4c8991b0ff488e9b9590215bf1cb6f", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-f487b2b9-bd28-4e0-proj"}} 2018-10-26 09:39:22,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5d4c8991b0ff488e9b9590215bf1cb6f used request id req-a37d14e9-c953-4433-ab80-e1b2549130d4 2018-10-26 09:39:22,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=29f1d438-5491-4ee0-9f86-76968c752158 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3343d1913894ef73fdf94bd15237070426dd9b92" 2018-10-26 09:39:23,171 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-4077a9d7-660d-4631-b693-8f59a63e97b0 Date: Fri, 26 Oct 2018 09:39:23 GMT RESP BODY: {"ports":[]} 2018-10-26 09:39:23,172 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=29f1d438-5491-4ee0-9f86-76968c752158 used request id req-4077a9d7-660d-4631-b693-8f59a63e97b0 2018-10-26 09:39:23,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3343d1913894ef73fdf94bd15237070426dd9b92" 2018-10-26 09:39:23,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-4b7eb0f9-ccbe-41b6-a7bd-7d0eb5f2ec0a Date: Fri, 26 Oct 2018 09:39:23 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","mtu":1500}]} 2018-10-26 09:39:23,414 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-4b7eb0f9-ccbe-41b6-a7bd-7d0eb5f2ec0a 2018-10-26 09:39:23,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3343d1913894ef73fdf94bd15237070426dd9b92" 2018-10-26 09:39:23,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b9a61711-4ab5-42cf-87b1-06a26b19e9e0 Date: Fri, 26 Oct 2018 09:39:23 GMT RESP BODY: {"subnets":[]} 2018-10-26 09:39:23,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-b9a61711-4ab5-42cf-87b1-06a26b19e9e0 2018-10-26 09:39:23,590 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-6827d380-a8f9-4c0c-895d-910dc6d00941-pub-router 2018-10-26 09:39:23,590 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-6827d380-a8f9-4c0c-895d-910dc6d00941-pub-router 2018-10-26 09:39:23,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/29f1d438-5491-4ee0-9f86-76968c752158 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f994c16a643540f617d237b92c9e817ee29cc484" 2018-10-26 09:39:26,900 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3a1d5f2d-1930-43bf-bd0b-64836671712c Content-Length: 0 Date: Fri, 26 Oct 2018 09:39:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:39:26,900 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/29f1d438-5491-4ee0-9f86-76968c752158 used request id req-3a1d5f2d-1930-43bf-bd0b-64836671712c 2018-10-26 09:39:26,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d0230f71675d132ac83c276349e4446da330e78" 2018-10-26 09:39:27,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-556ff4bf-b048-4761-896f-feb2f8f53742 Date: Fri, 26 Oct 2018 09:39:27 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:39:27,117 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-556ff4bf-b048-4761-896f-feb2f8f53742 2018-10-26 09:39:27,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d0230f71675d132ac83c276349e4446da330e78" 2018-10-26 09:39:27,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:39:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49a53d99-73e0-4a71-83fe-ee8427dd53ee 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:39:27,208 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-49a53d99-73e0-4a71-83fe-ee8427dd53ee 2018-10-26 09:39:27,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d0230f71675d132ac83c276349e4446da330e78" 2018-10-26 09:39:27,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:39:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba0fd4f9-16c4-4444-bb49-eb4ae038937e 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:39:27,296 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-ba0fd4f9-16c4-4444-bb49-eb4ae038937e 2018-10-26 09:39:27,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d0230f71675d132ac83c276349e4446da330e78" 2018-10-26 09:39:27,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:39:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24959c71-1bbb-4b8d-af63-5f421da6f5e9 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:39:27,409 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-24959c71-1bbb-4b8d-af63-5f421da6f5e9 2018-10-26 09:39:27,410 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-f487b2b9-bd28-4e0-proj 2018-10-26 09:39:27,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/5d4c8991b0ff488e9b9590215bf1cb6f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d0230f71675d132ac83c276349e4446da330e78" 2018-10-26 09:39:27,632 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:39:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-46bc9d14-6142-4aea-8395-47d9bc27ed71 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:39:27,632 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/5d4c8991b0ff488e9b9590215bf1cb6f used request id req-46bc9d14-6142-4aea-8395-47d9bc27ed71 2018-10-26 09:39:27,632 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-f487b2b9-bd28-4e0-proj-role 2018-10-26 09:39:27,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/cb96495c05914a4387a69a21caeb0a8a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d0230f71675d132ac83c276349e4446da330e78" 2018-10-26 09:39:27,748 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:39:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-388f2636-4dcb-4776-9815-e4de3cad5734 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:39:27,748 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/cb96495c05914a4387a69a21caeb0a8a used request id req-388f2636-4dcb-4776-9815-e4de3cad5734 2018-10-26 09:39:27,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d0230f71675d132ac83c276349e4446da330e78" 2018-10-26 09:39:27,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:39:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc50153a-5378-4922-a4a5-7a3e60f1c63c Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:39:27,839 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-bc50153a-5378-4922-a4a5-7a3e60f1c63c 2018-10-26 09:39:27,840 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-f487b2b9-bd28-4e0-user 2018-10-26 09:39:27,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/6a814e75c2fd47729caea04af32a431e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f708451fdf75c10c3129646b09317520a7580af" 2018-10-26 09:39:28,030 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:39:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fab9ffe1-06c8-4ed8-8bbe-9644e335558b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:39:28,030 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/6a814e75c2fd47729caea04af32a431e used request id req-fab9ffe1-06c8-4ed8-8bbe-9644e335558b 2018-10-26 09:39:28,031 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:39:28,419 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:39:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["j0Z2b5_eTSaq9tnJ302DqA"], "issued_at": "2018-10-26T09:39:28.000000Z"}} 2018-10-26 09:39:28,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1431c0c1dcccfefd023954062d2eab5e29b729a" 2018-10-26 09:39:28,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:39:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82c84090-5d5a-42a0-b813-17576eee80a8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:39:28,514 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-82c84090-5d5a-42a0-b813-17576eee80a8 2018-10-26 09:39:28,515 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:39:28,516 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:39:28,900 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:39:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["k9M2qxSqRW2FeDxL-y4FXA"], "issued_at": "2018-10-26T09:39:28.000000Z"}} 2018-10-26 09:39:28,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe74d0cdf24706e2283fd425394bb6e45b3790a7" 2018-10-26 09:39:28,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:39:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00f21d92-5ceb-43a1-b09b-8ab4fd250395 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:39:28,990 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-00f21d92-5ceb-43a1-b09b-8ab4fd250395 2018-10-26 09:39:28,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:39:29,000 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:39: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:39:29,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-945e60da-802b-45f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe74d0cdf24706e2283fd425394bb6e45b3790a7" 2018-10-26 09:39:29,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:39:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5dd74e0d-4289-4142-b866-6cbf965ab0ac Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-945e60da-802b-45f-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:39:29,085 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-945e60da-802b-45f-proj used request id req-5dd74e0d-4289-4142-b866-6cbf965ab0ac 2018-10-26 09:39:29,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe74d0cdf24706e2283fd425394bb6e45b3790a7" 2018-10-26 09:39:29,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:39:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd1f39e2-b3e9-4841-8b12-776e1f99fba9 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:39:29,179 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-fd1f39e2-b3e9-4841-8b12-776e1f99fba9 2018-10-26 09:39:29,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe74d0cdf24706e2283fd425394bb6e45b3790a7" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-945e60da-802b-45f-proj"}}' 2018-10-26 09:39:29,318 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:39:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cc4f1354-e0f4-4d5b-a40f-0c91ac92266c Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e42c416ddffe4d09b468543b6fd0810d"}, "enabled": true, "id": "e42c416ddffe4d09b468543b6fd0810d", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-945e60da-802b-45f-proj"}} 2018-10-26 09:39:29,318 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-cc4f1354-e0f4-4d5b-a40f-0c91ac92266c 2018-10-26 09:39:29,318 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-945e60da-802b-45f-proj 2018-10-26 09:39:29,318 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:39:29,319 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:39:29,694 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:39:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["Q3rr047QT7-chNy7HHjbDw"], "issued_at": "2018-10-26T09:39:29.000000Z"}} 2018-10-26 09:39:29,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0ec20af4f9716a2c7a79e72deee6fd80bb010c0" 2018-10-26 09:39:29,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:39:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ddc3979-1816-4e5b-b35b-62e78423e967 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:39:29,775 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-9ddc3979-1816-4e5b-b35b-62e78423e967 2018-10-26 09:39:29,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:39:29,786 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:39: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:39:29,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0ec20af4f9716a2c7a79e72deee6fd80bb010c0" 2018-10-26 09:39:29,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:39:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ff9e724-2bfa-404e-94a1-f26936846a4d Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:39:29,891 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-0ff9e724-2bfa-404e-94a1-f26936846a4d 2018-10-26 09:39:29,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-945e60da-802b-45f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0ec20af4f9716a2c7a79e72deee6fd80bb010c0" 2018-10-26 09:39:29,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:39:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62a9571f-7ba0-43f7-90a4-80f17a60d1b6 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-945e60da-802b-45f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e42c416ddffe4d09b468543b6fd0810d"}, "enabled": true, "id": "e42c416ddffe4d09b468543b6fd0810d", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-945e60da-802b-45f-proj"}]} 2018-10-26 09:39:29,984 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-945e60da-802b-45f-proj used request id req-62a9571f-7ba0-43f7-90a4-80f17a60d1b6 2018-10-26 09:39:29,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0ec20af4f9716a2c7a79e72deee6fd80bb010c0" 2018-10-26 09:39:30,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:39:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98f002bf-84bd-439b-8509-a8ca0240b350 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:39:30,083 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-98f002bf-84bd-439b-8509-a8ca0240b350 2018-10-26 09:39:30,444 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-945e60da-802b-45f-user 2018-10-26 09:39:30,444 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:39:30,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe74d0cdf24706e2283fd425394bb6e45b3790a7" 2018-10-26 09:39:30,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:39:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-220e8dc1-a23d-4acc-bfe0-d763a4b8e447 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:39:30,537 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-220e8dc1-a23d-4acc-bfe0-d763a4b8e447 2018-10-26 09:39:30,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe74d0cdf24706e2283fd425394bb6e45b3790a7" -d '{"role": {"name": "CreateRouterSuccessTests-945e60da-802b-45f-proj-role"}}' 2018-10-26 09:39:30,652 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:39:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b40029b1-d1cb-4676-809f-e2f5b40f8b01 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a7ba7f40bb52416a86623f216785be5b", "links": {"self": "http://172.30.9.21:5000/v3/roles/a7ba7f40bb52416a86623f216785be5b"}, "name": "CreateRouterSuccessTests-945e60da-802b-45f-proj-role"}} 2018-10-26 09:39:30,653 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-b40029b1-d1cb-4676-809f-e2f5b40f8b01 2018-10-26 09:39:30,653 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-945e60da-802b-45f-proj-role 2018-10-26 09:39:30,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/a7ba7f40bb52416a86623f216785be5b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe74d0cdf24706e2283fd425394bb6e45b3790a7" 2018-10-26 09:39:30,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:39:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b78e2716-e35d-4f6b-bd91-5e55a0fc8b5d Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/a7ba7f40bb52416a86623f216785be5b"}, "domain_id": null, "name": "CreateRouterSuccessTests-945e60da-802b-45f-proj-role", "id": "a7ba7f40bb52416a86623f216785be5b"}} 2018-10-26 09:39:30,739 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/a7ba7f40bb52416a86623f216785be5b used request id req-b78e2716-e35d-4f6b-bd91-5e55a0fc8b5d 2018-10-26 09:39:30,739 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-945e60da-802b-45f-proj-role to project CreateRouterSuccessTests-945e60da-802b-45f-proj 2018-10-26 09:39:30,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/e42c416ddffe4d09b468543b6fd0810d/users/c06a8ffea8b74957bdea5388ca802016/roles/a7ba7f40bb52416a86623f216785be5b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe74d0cdf24706e2283fd425394bb6e45b3790a7" 2018-10-26 09:39:30,876 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:39:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-27c18d06-46dd-487d-98d5-d8879d231287 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:39:30,876 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/e42c416ddffe4d09b468543b6fd0810d/users/c06a8ffea8b74957bdea5388ca802016/roles/a7ba7f40bb52416a86623f216785be5b used request id req-27c18d06-46dd-487d-98d5-d8879d231287 2018-10-26 09:39:30,877 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:39:30,878 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:39:31,262 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a7ba7f40bb52416a86623f216785be5b", "name": "CreateRouterSuccessTests-945e60da-802b-45f-proj-role"}], "expires_at": "2018-10-26T10:39:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e42c416ddffe4d09b468543b6fd0810d", "name": "CreateRouterSuccessTests-945e60da-802b-45f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e42c416ddffe4d09b468543b6fd0810d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e42c416ddffe4d09b468543b6fd0810d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e42c416ddffe4d09b468543b6fd0810d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e42c416ddffe4d09b468543b6fd0810d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e42c416ddffe4d09b468543b6fd0810d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e42c416ddffe4d09b468543b6fd0810d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e42c416ddffe4d09b468543b6fd0810d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e42c416ddffe4d09b468543b6fd0810d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e42c416ddffe4d09b468543b6fd0810d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e42c416ddffe4d09b468543b6fd0810d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e42c416ddffe4d09b468543b6fd0810d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e42c416ddffe4d09b468543b6fd0810d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-945e60da-802b-45f-user", "id": "c06a8ffea8b74957bdea5388ca802016"}, "audit_ids": ["X4-mGrCBQpG6xyphUg35UA"], "issued_at": "2018-10-26T09:39:31.000000Z"}} 2018-10-26 09:39:31,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0d99a091e8b5f7cc23b4cd4f68cc9942e71faf3" 2018-10-26 09:39:31,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:39:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7afdae02-1744-4f2f-b69f-a2004012736e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:39:31,335 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-7afdae02-1744-4f2f-b69f-a2004012736e 2018-10-26 09:39:31,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-1a0b31f5-afc4-4e7a-90fb-f6de90aaa203-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0d99a091e8b5f7cc23b4cd4f68cc9942e71faf3" 2018-10-26 09:39:31,514 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-48066dd0-d6d3-4b4d-8ff8-25510443d8af Date: Fri, 26 Oct 2018 09:39:31 GMT RESP BODY: {"networks":[]} 2018-10-26 09:39:31,515 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-1a0b31f5-afc4-4e7a-90fb-f6de90aaa203-pub-net1 used request id req-48066dd0-d6d3-4b4d-8ff8-25510443d8af 2018-10-26 09:39:31,515 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-1a0b31f5-afc4-4e7a-90fb-f6de90aaa203-pub-net1 2018-10-26 09:39:31,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0d99a091e8b5f7cc23b4cd4f68cc9942e71faf3" -d '{"network": {"name": "CreateRouterSuccessTests-1a0b31f5-afc4-4e7a-90fb-f6de90aaa203-pub-net1", "admin_state_up": true}}' 2018-10-26 09:39:32,094 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-0bc66fdb-99d3-40c4-a013-7b4ca4b9f0fe Date: Fri, 26 Oct 2018 09:39:32 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"e5db628e-6110-43d2-b30e-d65296457d6e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e42c416ddffe4d09b468543b6fd0810d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T09:39:31Z","is_default":false,"name":"CreateRouterSuccessTests-1a0b31f5-afc4-4e7a-90fb-f6de90aaa203-pub-net1","qos_policy_id":null,"admin_state_up":true,"tenant_id":"e42c416ddffe4d09b468543b6fd0810d","created_at":"2018-10-26T09:39:31Z","mtu":1450}} 2018-10-26 09:39:32,094 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-0bc66fdb-99d3-40c4-a013-7b4ca4b9f0fe 2018-10-26 09:39:32,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=e5db628e-6110-43d2-b30e-d65296457d6e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0d99a091e8b5f7cc23b4cd4f68cc9942e71faf3" 2018-10-26 09:39:32,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-18be9ec6-2385-4323-a61a-491462d82bea Date: Fri, 26 Oct 2018 09:39: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-26T09:39:31Z","tenant_id":"e42c416ddffe4d09b468543b6fd0810d","created_at":"2018-10-26T09:39:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e42c416ddffe4d09b468543b6fd0810d","id":"e5db628e-6110-43d2-b30e-d65296457d6e","name":"CreateRouterSuccessTests-1a0b31f5-afc4-4e7a-90fb-f6de90aaa203-pub-net1"}]} 2018-10-26 09:39:32,343 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=e5db628e-6110-43d2-b30e-d65296457d6e used request id req-18be9ec6-2385-4323-a61a-491462d82bea 2018-10-26 09:39:32,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e5db628e-6110-43d2-b30e-d65296457d6e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0d99a091e8b5f7cc23b4cd4f68cc9942e71faf3" 2018-10-26 09:39:32,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-5ad49e16-075a-407e-af2c-471518a72854 Date: Fri, 26 Oct 2018 09:39:32 GMT RESP BODY: {"subnets":[]} 2018-10-26 09:39:32,531 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e5db628e-6110-43d2-b30e-d65296457d6e used request id req-5ad49e16-075a-407e-af2c-471518a72854 2018-10-26 09:39:32,532 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-1a0b31f5-afc4-4e7a-90fb-f6de90aaa203-pub-subnet1 2018-10-26 09:39:32,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0d99a091e8b5f7cc23b4cd4f68cc9942e71faf3" -d '{"subnets": [{"ip_version": 4, "network_id": "e5db628e-6110-43d2-b30e-d65296457d6e", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateRouterSuccessTests-1a0b31f5-afc4-4e7a-90fb-f6de90aaa203-pub-subnet1"}]}' 2018-10-26 09:39:33,192 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-b219678e-aadd-4628-beb6-33ecb10fc9d0 Date: Fri, 26 Oct 2018 09:39:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e5db628e-6110-43d2-b30e-d65296457d6e","tenant_id":"e42c416ddffe4d09b468543b6fd0810d","created_at":"2018-10-26T09:39:32Z","dns_nameservers":[],"updated_at":"2018-10-26T09:39:32Z","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":"e42c416ddffe4d09b468543b6fd0810d","id":"2f09f06d-3261-416b-a715-55518b0205fe","subnetpool_id":null,"name":"CreateRouterSuccessTests-1a0b31f5-afc4-4e7a-90fb-f6de90aaa203-pub-subnet1"}]} 2018-10-26 09:39:33,192 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-b219678e-aadd-4628-beb6-33ecb10fc9d0 2018-10-26 09:39:33,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=e5db628e-6110-43d2-b30e-d65296457d6e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0d99a091e8b5f7cc23b4cd4f68cc9942e71faf3" 2018-10-26 09:39:33,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-c8f2b9da-34b8-4cea-94be-dd60bba46362 Date: Fri, 26 Oct 2018 09:39: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":["2f09f06d-3261-416b-a715-55518b0205fe"],"updated_at":"2018-10-26T09:39:32Z","tenant_id":"e42c416ddffe4d09b468543b6fd0810d","created_at":"2018-10-26T09:39:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e42c416ddffe4d09b468543b6fd0810d","id":"e5db628e-6110-43d2-b30e-d65296457d6e","name":"CreateRouterSuccessTests-1a0b31f5-afc4-4e7a-90fb-f6de90aaa203-pub-net1"}]} 2018-10-26 09:39:33,455 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=e5db628e-6110-43d2-b30e-d65296457d6e used request id req-c8f2b9da-34b8-4cea-94be-dd60bba46362 2018-10-26 09:39:33,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e5db628e-6110-43d2-b30e-d65296457d6e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0d99a091e8b5f7cc23b4cd4f68cc9942e71faf3" 2018-10-26 09:39:33,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-061e978d-6995-489c-b211-f452b812024e Date: Fri, 26 Oct 2018 09:39:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e5db628e-6110-43d2-b30e-d65296457d6e","tenant_id":"e42c416ddffe4d09b468543b6fd0810d","created_at":"2018-10-26T09:39:32Z","dns_nameservers":[],"updated_at":"2018-10-26T09:39:32Z","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":"e42c416ddffe4d09b468543b6fd0810d","id":"2f09f06d-3261-416b-a715-55518b0205fe","subnetpool_id":null,"name":"CreateRouterSuccessTests-1a0b31f5-afc4-4e7a-90fb-f6de90aaa203-pub-subnet1"}]} 2018-10-26 09:39:33,513 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e5db628e-6110-43d2-b30e-d65296457d6e used request id req-061e978d-6995-489c-b211-f452b812024e 2018-10-26 09:39:33,513 - OpenStackNetwork - DEBUG - Network [e5db628e-6110-43d2-b30e-d65296457d6e] created successfully 2018-10-26 09:39:33,514 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:39:33,514 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:39:33,883 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a7ba7f40bb52416a86623f216785be5b", "name": "CreateRouterSuccessTests-945e60da-802b-45f-proj-role"}], "expires_at": "2018-10-26T10:39:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e42c416ddffe4d09b468543b6fd0810d", "name": "CreateRouterSuccessTests-945e60da-802b-45f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e42c416ddffe4d09b468543b6fd0810d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e42c416ddffe4d09b468543b6fd0810d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e42c416ddffe4d09b468543b6fd0810d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e42c416ddffe4d09b468543b6fd0810d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e42c416ddffe4d09b468543b6fd0810d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e42c416ddffe4d09b468543b6fd0810d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e42c416ddffe4d09b468543b6fd0810d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e42c416ddffe4d09b468543b6fd0810d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e42c416ddffe4d09b468543b6fd0810d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e42c416ddffe4d09b468543b6fd0810d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e42c416ddffe4d09b468543b6fd0810d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e42c416ddffe4d09b468543b6fd0810d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-945e60da-802b-45f-user", "id": "c06a8ffea8b74957bdea5388ca802016"}, "audit_ids": ["ztwIUeaxRdel1VIsfSXUsA"], "issued_at": "2018-10-26T09:39:33.000000Z"}} 2018-10-26 09:39:33,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba8eff88f4131d3629d64c48254bb87abb753b4b" 2018-10-26 09:39:33,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:39:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b8dab24-56d7-45a9-b8ca-9477f615094e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:39:33,955 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-1b8dab24-56d7-45a9-b8ca-9477f615094e 2018-10-26 09:39:33,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-1a0b31f5-afc4-4e7a-90fb-f6de90aaa203-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba8eff88f4131d3629d64c48254bb87abb753b4b" 2018-10-26 09:39:34,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-d2f97726-dc5a-4739-aca7-c2b4adbe18f4 Date: Fri, 26 Oct 2018 09:39:34 GMT RESP BODY: {"routers": []} 2018-10-26 09:39:34,149 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-1a0b31f5-afc4-4e7a-90fb-f6de90aaa203-pub-router&admin_state_up=True used request id req-d2f97726-dc5a-4739-aca7-c2b4adbe18f4 2018-10-26 09:39:34,150 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:39:34,151 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:39:34,602 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a7ba7f40bb52416a86623f216785be5b", "name": "CreateRouterSuccessTests-945e60da-802b-45f-proj-role"}], "expires_at": "2018-10-26T10:39:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e42c416ddffe4d09b468543b6fd0810d", "name": "CreateRouterSuccessTests-945e60da-802b-45f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e42c416ddffe4d09b468543b6fd0810d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e42c416ddffe4d09b468543b6fd0810d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e42c416ddffe4d09b468543b6fd0810d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e42c416ddffe4d09b468543b6fd0810d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e42c416ddffe4d09b468543b6fd0810d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e42c416ddffe4d09b468543b6fd0810d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e42c416ddffe4d09b468543b6fd0810d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e42c416ddffe4d09b468543b6fd0810d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e42c416ddffe4d09b468543b6fd0810d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e42c416ddffe4d09b468543b6fd0810d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e42c416ddffe4d09b468543b6fd0810d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e42c416ddffe4d09b468543b6fd0810d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-945e60da-802b-45f-user", "id": "c06a8ffea8b74957bdea5388ca802016"}, "audit_ids": ["j6ziYbuxRY2LNz2q4MnedQ"], "issued_at": "2018-10-26T09:39:34.000000Z"}} 2018-10-26 09:39:34,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be541ef4299571e9319f7e5344350cf4a1e92ef9" 2018-10-26 09:39:34,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:39:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21c79404-9ff5-436b-bc72-3221022b0cfc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:39:34,679 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-21c79404-9ff5-436b-bc72-3221022b0cfc 2018-10-26 09:39:34,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba8eff88f4131d3629d64c48254bb87abb753b4b" 2018-10-26 09:39:34,927 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-2f4f7358-fdaf-4966-b32a-97c032da5ac0 Date: Fri, 26 Oct 2018 09:39:34 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","mtu":1500}]} 2018-10-26 09:39:34,927 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-2f4f7358-fdaf-4966-b32a-97c032da5ac0 2018-10-26 09:39:34,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba8eff88f4131d3629d64c48254bb87abb753b4b" 2018-10-26 09:39:35,108 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c91c1872-8cc6-4f82-b021-d496e8720d76 Date: Fri, 26 Oct 2018 09:39:35 GMT RESP BODY: {"subnets":[]} 2018-10-26 09:39:35,108 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-c91c1872-8cc6-4f82-b021-d496e8720d76 2018-10-26 09:39:35,109 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-1a0b31f5-afc4-4e7a-90fb-f6de90aaa203-pub-router 2018-10-26 09:39:35,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba8eff88f4131d3629d64c48254bb87abb753b4b" -d '{"router": {"external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693"}, "name": "CreateRouterSuccessTests-1a0b31f5-afc4-4e7a-90fb-f6de90aaa203-pub-router", "admin_state_up": true}}' 2018-10-26 09:39:39,967 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-f2abfe08-2cf0-4291-8635-0798fd79ec7d Date: Fri, 26 Oct 2018 09:39:39 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "e42c416ddffe4d09b468543b6fd0810d", "created_at": "2018-10-26T09:39:35Z", "admin_state_up": true, "updated_at": "2018-10-26T09:39:36Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "e42c416ddffe4d09b468543b6fd0810d", "id": "514f3c12-cec2-4f1a-a0df-68e7adc1e64a", "name": "CreateRouterSuccessTests-1a0b31f5-afc4-4e7a-90fb-f6de90aaa203-pub-router"}} 2018-10-26 09:39:39,967 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-f2abfe08-2cf0-4291-8635-0798fd79ec7d 2018-10-26 09:39:39,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=514f3c12-cec2-4f1a-a0df-68e7adc1e64a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba8eff88f4131d3629d64c48254bb87abb753b4b" 2018-10-26 09:39:40,165 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-e01067d7-1557-422f-b84b-c9010c267a30 Date: Fri, 26 Oct 2018 09:39:40 GMT RESP BODY: {"ports":[]} 2018-10-26 09:39:40,165 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=514f3c12-cec2-4f1a-a0df-68e7adc1e64a used request id req-e01067d7-1557-422f-b84b-c9010c267a30 2018-10-26 09:39:40,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-1a0b31f5-afc4-4e7a-90fb-f6de90aaa203-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba8eff88f4131d3629d64c48254bb87abb753b4b" 2018-10-26 09:39:40,442 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-68868739-03e3-4440-8f73-fda9d397ec2e Date: Fri, 26 Oct 2018 09:39: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":["2f09f06d-3261-416b-a715-55518b0205fe"],"updated_at":"2018-10-26T09:39:32Z","tenant_id":"e42c416ddffe4d09b468543b6fd0810d","created_at":"2018-10-26T09:39:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e42c416ddffe4d09b468543b6fd0810d","id":"e5db628e-6110-43d2-b30e-d65296457d6e","name":"CreateRouterSuccessTests-1a0b31f5-afc4-4e7a-90fb-f6de90aaa203-pub-net1"}]} 2018-10-26 09:39:40,442 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-1a0b31f5-afc4-4e7a-90fb-f6de90aaa203-pub-net1 used request id req-68868739-03e3-4440-8f73-fda9d397ec2e 2018-10-26 09:39:40,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:39:40,451 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:39:40,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e42c416ddffe4d09b468543b6fd0810d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba8eff88f4131d3629d64c48254bb87abb753b4b" 2018-10-26 09:39:40,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:39:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe447064-d2a6-428c-b913-ce7592d8438f Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e42c416ddffe4d09b468543b6fd0810d"}, "enabled": true, "id": "e42c416ddffe4d09b468543b6fd0810d", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-945e60da-802b-45f-proj"}} 2018-10-26 09:39:40,526 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e42c416ddffe4d09b468543b6fd0810d used request id req-fe447064-d2a6-428c-b913-ce7592d8438f 2018-10-26 09:39:40,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e5db628e-6110-43d2-b30e-d65296457d6e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba8eff88f4131d3629d64c48254bb87abb753b4b" 2018-10-26 09:39:40,730 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-48f9765a-b392-4e96-ad56-837c9a52aa5d Date: Fri, 26 Oct 2018 09:39:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e5db628e-6110-43d2-b30e-d65296457d6e","tenant_id":"e42c416ddffe4d09b468543b6fd0810d","created_at":"2018-10-26T09:39:32Z","dns_nameservers":[],"updated_at":"2018-10-26T09:39:32Z","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":"e42c416ddffe4d09b468543b6fd0810d","id":"2f09f06d-3261-416b-a715-55518b0205fe","subnetpool_id":null,"name":"CreateRouterSuccessTests-1a0b31f5-afc4-4e7a-90fb-f6de90aaa203-pub-subnet1"}]} 2018-10-26 09:39:40,730 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e5db628e-6110-43d2-b30e-d65296457d6e used request id req-48f9765a-b392-4e96-ad56-837c9a52aa5d 2018-10-26 09:39:40,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=e5db628e-6110-43d2-b30e-d65296457d6e&name=CreateRouterSuccessTests-1a0b31f5-afc4-4e7a-90fb-f6de90aaa203-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba8eff88f4131d3629d64c48254bb87abb753b4b" 2018-10-26 09:39:40,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-2d5cc362-9bbb-4c01-97e7-a9fc7391a144 Date: Fri, 26 Oct 2018 09:39:40 GMT RESP BODY: {"ports":[]} 2018-10-26 09:39:40,917 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=e5db628e-6110-43d2-b30e-d65296457d6e&name=CreateRouterSuccessTests-1a0b31f5-afc4-4e7a-90fb-f6de90aaa203-port1&admin_state_up=True used request id req-2d5cc362-9bbb-4c01-97e7-a9fc7391a144 2018-10-26 09:39:40,917 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-1a0b31f5-afc4-4e7a-90fb-f6de90aaa203-port1 for router - CreateRouterSuccessTests-1a0b31f5-afc4-4e7a-90fb-f6de90aaa203-pub-router 2018-10-26 09:39:40,917 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:39:40,918 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:39:41,299 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a7ba7f40bb52416a86623f216785be5b", "name": "CreateRouterSuccessTests-945e60da-802b-45f-proj-role"}], "expires_at": "2018-10-26T10:39:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e42c416ddffe4d09b468543b6fd0810d", "name": "CreateRouterSuccessTests-945e60da-802b-45f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e42c416ddffe4d09b468543b6fd0810d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e42c416ddffe4d09b468543b6fd0810d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e42c416ddffe4d09b468543b6fd0810d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e42c416ddffe4d09b468543b6fd0810d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e42c416ddffe4d09b468543b6fd0810d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e42c416ddffe4d09b468543b6fd0810d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e42c416ddffe4d09b468543b6fd0810d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e42c416ddffe4d09b468543b6fd0810d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e42c416ddffe4d09b468543b6fd0810d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e42c416ddffe4d09b468543b6fd0810d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e42c416ddffe4d09b468543b6fd0810d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e42c416ddffe4d09b468543b6fd0810d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-945e60da-802b-45f-user", "id": "c06a8ffea8b74957bdea5388ca802016"}, "audit_ids": ["n4SiOPL-Tymq21uxd9pziQ"], "issued_at": "2018-10-26T09:39:41.000000Z"}} 2018-10-26 09:39:41,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0012792e472cbe146e965e5636aa8b6fe35367a6" 2018-10-26 09:39:41,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:39:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dcea3937-92fa-434e-87f7-2858f72de150 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:39:41,386 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-dcea3937-92fa-434e-87f7-2858f72de150 2018-10-26 09:39:41,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-1a0b31f5-afc4-4e7a-90fb-f6de90aaa203-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba8eff88f4131d3629d64c48254bb87abb753b4b" 2018-10-26 09:39:41,649 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-980d62f7-2b14-423a-ba81-e9f1148dce04 Date: Fri, 26 Oct 2018 09:39: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":["2f09f06d-3261-416b-a715-55518b0205fe"],"updated_at":"2018-10-26T09:39:32Z","tenant_id":"e42c416ddffe4d09b468543b6fd0810d","created_at":"2018-10-26T09:39:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e42c416ddffe4d09b468543b6fd0810d","id":"e5db628e-6110-43d2-b30e-d65296457d6e","name":"CreateRouterSuccessTests-1a0b31f5-afc4-4e7a-90fb-f6de90aaa203-pub-net1"}]} 2018-10-26 09:39:41,649 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-1a0b31f5-afc4-4e7a-90fb-f6de90aaa203-pub-net1 used request id req-980d62f7-2b14-423a-ba81-e9f1148dce04 2018-10-26 09:39:41,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e5db628e-6110-43d2-b30e-d65296457d6e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba8eff88f4131d3629d64c48254bb87abb753b4b" 2018-10-26 09:39:41,868 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-8f15ed6b-430e-4af3-863e-14b3502fbf53 Date: Fri, 26 Oct 2018 09:39:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e5db628e-6110-43d2-b30e-d65296457d6e","tenant_id":"e42c416ddffe4d09b468543b6fd0810d","created_at":"2018-10-26T09:39:32Z","dns_nameservers":[],"updated_at":"2018-10-26T09:39:32Z","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":"e42c416ddffe4d09b468543b6fd0810d","id":"2f09f06d-3261-416b-a715-55518b0205fe","subnetpool_id":null,"name":"CreateRouterSuccessTests-1a0b31f5-afc4-4e7a-90fb-f6de90aaa203-pub-subnet1"}]} 2018-10-26 09:39:41,868 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e5db628e-6110-43d2-b30e-d65296457d6e used request id req-8f15ed6b-430e-4af3-863e-14b3502fbf53 2018-10-26 09:39:41,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-1a0b31f5-afc4-4e7a-90fb-f6de90aaa203-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba8eff88f4131d3629d64c48254bb87abb753b4b" 2018-10-26 09:39:41,973 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-d3e3a815-83d8-4b18-af6d-a75dab5a187c Date: Fri, 26 Oct 2018 09:39: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":["2f09f06d-3261-416b-a715-55518b0205fe"],"updated_at":"2018-10-26T09:39:32Z","tenant_id":"e42c416ddffe4d09b468543b6fd0810d","created_at":"2018-10-26T09:39:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e42c416ddffe4d09b468543b6fd0810d","id":"e5db628e-6110-43d2-b30e-d65296457d6e","name":"CreateRouterSuccessTests-1a0b31f5-afc4-4e7a-90fb-f6de90aaa203-pub-net1"}]} 2018-10-26 09:39:41,973 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-1a0b31f5-afc4-4e7a-90fb-f6de90aaa203-pub-net1 used request id req-d3e3a815-83d8-4b18-af6d-a75dab5a187c 2018-10-26 09:39:41,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:39:41,981 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:39: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:39:41,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e42c416ddffe4d09b468543b6fd0810d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0012792e472cbe146e965e5636aa8b6fe35367a6" 2018-10-26 09:39:42,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:39:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6fc1a3a-7b5d-4615-9801-bd097373cf0d Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e42c416ddffe4d09b468543b6fd0810d"}, "enabled": true, "id": "e42c416ddffe4d09b468543b6fd0810d", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-945e60da-802b-45f-proj"}} 2018-10-26 09:39:42,061 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e42c416ddffe4d09b468543b6fd0810d used request id req-f6fc1a3a-7b5d-4615-9801-bd097373cf0d 2018-10-26 09:39:42,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e5db628e-6110-43d2-b30e-d65296457d6e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba8eff88f4131d3629d64c48254bb87abb753b4b" 2018-10-26 09:39:42,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-ee8bb1d7-c7ec-49b1-9f78-780b2cf623b5 Date: Fri, 26 Oct 2018 09:39:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e5db628e-6110-43d2-b30e-d65296457d6e","tenant_id":"e42c416ddffe4d09b468543b6fd0810d","created_at":"2018-10-26T09:39:32Z","dns_nameservers":[],"updated_at":"2018-10-26T09:39:32Z","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":"e42c416ddffe4d09b468543b6fd0810d","id":"2f09f06d-3261-416b-a715-55518b0205fe","subnetpool_id":null,"name":"CreateRouterSuccessTests-1a0b31f5-afc4-4e7a-90fb-f6de90aaa203-pub-subnet1"}]} 2018-10-26 09:39:42,116 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e5db628e-6110-43d2-b30e-d65296457d6e used request id req-ee8bb1d7-c7ec-49b1-9f78-780b2cf623b5 2018-10-26 09:39:42,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e5db628e-6110-43d2-b30e-d65296457d6e&name=CreateRouterSuccessTests-1a0b31f5-afc4-4e7a-90fb-f6de90aaa203-pub-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba8eff88f4131d3629d64c48254bb87abb753b4b" 2018-10-26 09:39:42,174 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-b0a554fd-6d44-4058-86be-f2aca0c8058c Date: Fri, 26 Oct 2018 09:39:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e5db628e-6110-43d2-b30e-d65296457d6e","tenant_id":"e42c416ddffe4d09b468543b6fd0810d","created_at":"2018-10-26T09:39:32Z","dns_nameservers":[],"updated_at":"2018-10-26T09:39:32Z","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":"e42c416ddffe4d09b468543b6fd0810d","id":"2f09f06d-3261-416b-a715-55518b0205fe","subnetpool_id":null,"name":"CreateRouterSuccessTests-1a0b31f5-afc4-4e7a-90fb-f6de90aaa203-pub-subnet1"}]} 2018-10-26 09:39:42,174 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e5db628e-6110-43d2-b30e-d65296457d6e&name=CreateRouterSuccessTests-1a0b31f5-afc4-4e7a-90fb-f6de90aaa203-pub-subnet1 used request id req-b0a554fd-6d44-4058-86be-f2aca0c8058c 2018-10-26 09:39:42,175 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-1a0b31f5-afc4-4e7a-90fb-f6de90aaa203-pub-net1 2018-10-26 09:39:42,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba8eff88f4131d3629d64c48254bb87abb753b4b" -d '{"port": {"network_id": "e5db628e-6110-43d2-b30e-d65296457d6e", "fixed_ips": [{"subnet_id": "2f09f06d-3261-416b-a715-55518b0205fe", "ip_address": "10.200.201.1"}], "name": "CreateRouterSuccessTests-1a0b31f5-afc4-4e7a-90fb-f6de90aaa203-port1", "admin_state_up": true}}' 2018-10-26 09:39:43,321 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 783 X-Openstack-Request-Id: req-75a2965b-f2f1-473e-9f24-5a25ce50c521 Date: Fri, 26 Oct 2018 09:39:43 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:39:42Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2f09f06d-3261-416b-a715-55518b0205fe","ip_address":"10.200.201.1"}],"id":"3e0338b9-2b69-4df8-bf5f-e50c0ec2b278","security_groups":["6ac7e24b-0d07-46d2-8287-568b28afe10e"],"mac_address":"fa:16:3e:fd:33:44","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateRouterSuccessTests-1a0b31f5-afc4-4e7a-90fb-f6de90aaa203-port1","project_id":"e42c416ddffe4d09b468543b6fd0810d","qos_policy_id":null,"admin_state_up":true,"network_id":"e5db628e-6110-43d2-b30e-d65296457d6e","tenant_id":"e42c416ddffe4d09b468543b6fd0810d","created_at":"2018-10-26T09:39:42Z","binding:vnic_type":"normal"}} 2018-10-26 09:39:43,322 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-75a2965b-f2f1-473e-9f24-5a25ce50c521 2018-10-26 09:39:43,322 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-1a0b31f5-afc4-4e7a-90fb-f6de90aaa203-port1 for router - CreateRouterSuccessTests-1a0b31f5-afc4-4e7a-90fb-f6de90aaa203-pub-router 2018-10-26 09:39:43,322 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-1a0b31f5-afc4-4e7a-90fb-f6de90aaa203-pub-router 2018-10-26 09:39:43,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/514f3c12-cec2-4f1a-a0df-68e7adc1e64a/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba8eff88f4131d3629d64c48254bb87abb753b4b" -d '{"port_id": "3e0338b9-2b69-4df8-bf5f-e50c0ec2b278"}' 2018-10-26 09:39:45,108 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-88952d03-4035-44f6-ba4c-3612bcdfea1c Date: Fri, 26 Oct 2018 09:39:45 GMT RESP BODY: {"network_id": "e5db628e-6110-43d2-b30e-d65296457d6e", "tenant_id": "e42c416ddffe4d09b468543b6fd0810d", "subnet_id": "2f09f06d-3261-416b-a715-55518b0205fe", "subnet_ids": ["2f09f06d-3261-416b-a715-55518b0205fe"], "port_id": "3e0338b9-2b69-4df8-bf5f-e50c0ec2b278", "id": "514f3c12-cec2-4f1a-a0df-68e7adc1e64a"} 2018-10-26 09:39:45,108 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/514f3c12-cec2-4f1a-a0df-68e7adc1e64a/add_router_interface used request id req-88952d03-4035-44f6-ba4c-3612bcdfea1c 2018-10-26 09:39:45,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/514f3c12-cec2-4f1a-a0df-68e7adc1e64a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba8eff88f4131d3629d64c48254bb87abb753b4b" 2018-10-26 09:39:45,335 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-64c3dfe3-4dcc-4a29-bd43-70796510e5e4 Date: Fri, 26 Oct 2018 09:39:45 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "e42c416ddffe4d09b468543b6fd0810d", "created_at": "2018-10-26T09:39:35Z", "admin_state_up": true, "updated_at": "2018-10-26T09:39:44Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "e42c416ddffe4d09b468543b6fd0810d", "id": "514f3c12-cec2-4f1a-a0df-68e7adc1e64a", "name": "CreateRouterSuccessTests-1a0b31f5-afc4-4e7a-90fb-f6de90aaa203-pub-router"}} 2018-10-26 09:39:45,335 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/514f3c12-cec2-4f1a-a0df-68e7adc1e64a used request id req-64c3dfe3-4dcc-4a29-bd43-70796510e5e4 2018-10-26 09:39:45,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=514f3c12-cec2-4f1a-a0df-68e7adc1e64a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba8eff88f4131d3629d64c48254bb87abb753b4b" 2018-10-26 09:39:45,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 860 X-Openstack-Request-Id: req-2ddfbe62-97cc-47ab-ad81-4541e0d5520c Date: Fri, 26 Oct 2018 09:39:45 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:39:44Z","device_owner":"network:ha_router_replicated_interface","revision_number":6,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2f09f06d-3261-416b-a715-55518b0205fe","ip_address":"10.200.201.1"}],"id":"3e0338b9-2b69-4df8-bf5f-e50c0ec2b278","security_groups":["6ac7e24b-0d07-46d2-8287-568b28afe10e"],"mac_address":"fa:16:3e:fd:33:44","project_id":"e42c416ddffe4d09b468543b6fd0810d","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-1a0b31f5-afc4-4e7a-90fb-f6de90aaa203-port1","admin_state_up":true,"network_id":"e5db628e-6110-43d2-b30e-d65296457d6e","tenant_id":"e42c416ddffe4d09b468543b6fd0810d","created_at":"2018-10-26T09:39:42Z","binding:vnic_type":"normal","device_id":"514f3c12-cec2-4f1a-a0df-68e7adc1e64a"}]} 2018-10-26 09:39:45,564 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=514f3c12-cec2-4f1a-a0df-68e7adc1e64a used request id req-2ddfbe62-97cc-47ab-ad81-4541e0d5520c 2018-10-26 09:39:45,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/2f09f06d-3261-416b-a715-55518b0205fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba8eff88f4131d3629d64c48254bb87abb753b4b" 2018-10-26 09:39:45,631 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-b1023858-dca6-4771-b122-c827ca0617b1 Date: Fri, 26 Oct 2018 09:39:45 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e5db628e-6110-43d2-b30e-d65296457d6e","tenant_id":"e42c416ddffe4d09b468543b6fd0810d","created_at":"2018-10-26T09:39:32Z","dns_nameservers":[],"updated_at":"2018-10-26T09:39:32Z","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":"e42c416ddffe4d09b468543b6fd0810d","id":"2f09f06d-3261-416b-a715-55518b0205fe","subnetpool_id":null,"name":"CreateRouterSuccessTests-1a0b31f5-afc4-4e7a-90fb-f6de90aaa203-pub-subnet1"}} 2018-10-26 09:39:45,632 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/2f09f06d-3261-416b-a715-55518b0205fe used request id req-b1023858-dca6-4771-b122-c827ca0617b1 2018-10-26 09:39:45,632 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:39:46,014 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a7ba7f40bb52416a86623f216785be5b", "name": "CreateRouterSuccessTests-945e60da-802b-45f-proj-role"}], "expires_at": "2018-10-26T10:39:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e42c416ddffe4d09b468543b6fd0810d", "name": "CreateRouterSuccessTests-945e60da-802b-45f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e42c416ddffe4d09b468543b6fd0810d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e42c416ddffe4d09b468543b6fd0810d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e42c416ddffe4d09b468543b6fd0810d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e42c416ddffe4d09b468543b6fd0810d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e42c416ddffe4d09b468543b6fd0810d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e42c416ddffe4d09b468543b6fd0810d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e42c416ddffe4d09b468543b6fd0810d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e42c416ddffe4d09b468543b6fd0810d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e42c416ddffe4d09b468543b6fd0810d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e42c416ddffe4d09b468543b6fd0810d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e42c416ddffe4d09b468543b6fd0810d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e42c416ddffe4d09b468543b6fd0810d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-945e60da-802b-45f-user", "id": "c06a8ffea8b74957bdea5388ca802016"}, "audit_ids": ["GjCg3ruwR-69NopFedw3Cw"], "issued_at": "2018-10-26T09:39:46.000000Z"}} 2018-10-26 09:39:46,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-1a0b31f5-afc4-4e7a-90fb-f6de90aaa203-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02ff85262781b547028e2fe90e2daf177f1ebb42" 2018-10-26 09:39:46,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-261569d4-a3c7-401c-be6b-1dd15e0bafd3 Date: Fri, 26 Oct 2018 09:39:46 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "e42c416ddffe4d09b468543b6fd0810d", "created_at": "2018-10-26T09:39:35Z", "admin_state_up": true, "updated_at": "2018-10-26T09:39:44Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "e42c416ddffe4d09b468543b6fd0810d", "id": "514f3c12-cec2-4f1a-a0df-68e7adc1e64a", "name": "CreateRouterSuccessTests-1a0b31f5-afc4-4e7a-90fb-f6de90aaa203-pub-router"}]} 2018-10-26 09:39:46,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-1a0b31f5-afc4-4e7a-90fb-f6de90aaa203-pub-router&admin_state_up=True used request id req-261569d4-a3c7-401c-be6b-1dd15e0bafd3 2018-10-26 09:39:46,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:39:46,248 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:39: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:39:46,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e42c416ddffe4d09b468543b6fd0810d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1431c0c1dcccfefd023954062d2eab5e29b729a" 2018-10-26 09:39:46,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:39:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c451aca7-9b19-451d-8ea4-bdfd5e19875f Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e42c416ddffe4d09b468543b6fd0810d"}, "enabled": true, "id": "e42c416ddffe4d09b468543b6fd0810d", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-945e60da-802b-45f-proj"}} 2018-10-26 09:39:46,331 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e42c416ddffe4d09b468543b6fd0810d used request id req-c451aca7-9b19-451d-8ea4-bdfd5e19875f 2018-10-26 09:39:46,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=514f3c12-cec2-4f1a-a0df-68e7adc1e64a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02ff85262781b547028e2fe90e2daf177f1ebb42" 2018-10-26 09:39:46,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 861 X-Openstack-Request-Id: req-454109f9-8f3e-4fc7-8f32-04cfd7a8e36c Date: Fri, 26 Oct 2018 09:39:46 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:39:46Z","device_owner":"network:ha_router_replicated_interface","revision_number":10,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2f09f06d-3261-416b-a715-55518b0205fe","ip_address":"10.200.201.1"}],"id":"3e0338b9-2b69-4df8-bf5f-e50c0ec2b278","security_groups":["6ac7e24b-0d07-46d2-8287-568b28afe10e"],"mac_address":"fa:16:3e:fd:33:44","project_id":"e42c416ddffe4d09b468543b6fd0810d","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-1a0b31f5-afc4-4e7a-90fb-f6de90aaa203-port1","admin_state_up":true,"network_id":"e5db628e-6110-43d2-b30e-d65296457d6e","tenant_id":"e42c416ddffe4d09b468543b6fd0810d","created_at":"2018-10-26T09:39:42Z","binding:vnic_type":"normal","device_id":"514f3c12-cec2-4f1a-a0df-68e7adc1e64a"}]} 2018-10-26 09:39:46,556 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=514f3c12-cec2-4f1a-a0df-68e7adc1e64a used request id req-454109f9-8f3e-4fc7-8f32-04cfd7a8e36c 2018-10-26 09:39:46,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/2f09f06d-3261-416b-a715-55518b0205fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02ff85262781b547028e2fe90e2daf177f1ebb42" 2018-10-26 09:39:46,815 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-24f155fe-bf1e-47c5-ad51-6d9d2ad2fc2f Date: Fri, 26 Oct 2018 09:39:46 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e5db628e-6110-43d2-b30e-d65296457d6e","tenant_id":"e42c416ddffe4d09b468543b6fd0810d","created_at":"2018-10-26T09:39:32Z","dns_nameservers":[],"updated_at":"2018-10-26T09:39:32Z","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":"e42c416ddffe4d09b468543b6fd0810d","id":"2f09f06d-3261-416b-a715-55518b0205fe","subnetpool_id":null,"name":"CreateRouterSuccessTests-1a0b31f5-afc4-4e7a-90fb-f6de90aaa203-pub-subnet1"}} 2018-10-26 09:39:46,815 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/2f09f06d-3261-416b-a715-55518b0205fe used request id req-24f155fe-bf1e-47c5-ad51-6d9d2ad2fc2f 2018-10-26 09:39:46,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02ff85262781b547028e2fe90e2daf177f1ebb42" 2018-10-26 09:39:47,049 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-e1d905e1-bbb7-45f4-8595-d2874aa961d2 Date: Fri, 26 Oct 2018 09:39:47 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","mtu":1500}]} 2018-10-26 09:39:47,049 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-e1d905e1-bbb7-45f4-8595-d2874aa961d2 2018-10-26 09:39:47,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02ff85262781b547028e2fe90e2daf177f1ebb42" 2018-10-26 09:39:47,231 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-43c6e295-5b6b-4edf-88aa-42661f69c65f Date: Fri, 26 Oct 2018 09:39:47 GMT RESP BODY: {"subnets":[]} 2018-10-26 09:39:47,231 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-43c6e295-5b6b-4edf-88aa-42661f69c65f 2018-10-26 09:39:47,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=e5db628e-6110-43d2-b30e-d65296457d6e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02ff85262781b547028e2fe90e2daf177f1ebb42" 2018-10-26 09:39:47,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-99e75403-b438-41b4-816e-cc61a34c6b18 Date: Fri, 26 Oct 2018 09:39: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":["2f09f06d-3261-416b-a715-55518b0205fe"],"updated_at":"2018-10-26T09:39:32Z","tenant_id":"e42c416ddffe4d09b468543b6fd0810d","created_at":"2018-10-26T09:39:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e42c416ddffe4d09b468543b6fd0810d","id":"e5db628e-6110-43d2-b30e-d65296457d6e","name":"CreateRouterSuccessTests-1a0b31f5-afc4-4e7a-90fb-f6de90aaa203-pub-net1"}]} 2018-10-26 09:39:47,480 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=e5db628e-6110-43d2-b30e-d65296457d6e used request id req-99e75403-b438-41b4-816e-cc61a34c6b18 2018-10-26 09:39:47,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e5db628e-6110-43d2-b30e-d65296457d6e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02ff85262781b547028e2fe90e2daf177f1ebb42" 2018-10-26 09:39:47,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-99f0361f-8342-473e-8d21-bd8a0558d6ef Date: Fri, 26 Oct 2018 09:39:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e5db628e-6110-43d2-b30e-d65296457d6e","tenant_id":"e42c416ddffe4d09b468543b6fd0810d","created_at":"2018-10-26T09:39:32Z","dns_nameservers":[],"updated_at":"2018-10-26T09:39:32Z","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":"e42c416ddffe4d09b468543b6fd0810d","id":"2f09f06d-3261-416b-a715-55518b0205fe","subnetpool_id":null,"name":"CreateRouterSuccessTests-1a0b31f5-afc4-4e7a-90fb-f6de90aaa203-pub-subnet1"}]} 2018-10-26 09:39:47,696 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e5db628e-6110-43d2-b30e-d65296457d6e used request id req-99f0361f-8342-473e-8d21-bd8a0558d6ef 2018-10-26 09:39:47,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=e5db628e-6110-43d2-b30e-d65296457d6e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02ff85262781b547028e2fe90e2daf177f1ebb42" 2018-10-26 09:39:47,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3149 X-Openstack-Request-Id: req-b4a0bcda-7ba2-4ff0-ac50-90b4137f2365 Date: Fri, 26 Oct 2018 09:39:47 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:39:47Z","device_owner":"network:ha_router_replicated_interface","revision_number":11,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2f09f06d-3261-416b-a715-55518b0205fe","ip_address":"10.200.201.1"}],"id":"3e0338b9-2b69-4df8-bf5f-e50c0ec2b278","security_groups":["6ac7e24b-0d07-46d2-8287-568b28afe10e"],"mac_address":"fa:16:3e:fd:33:44","project_id":"e42c416ddffe4d09b468543b6fd0810d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-1a0b31f5-afc4-4e7a-90fb-f6de90aaa203-port1","admin_state_up":true,"network_id":"e5db628e-6110-43d2-b30e-d65296457d6e","tenant_id":"e42c416ddffe4d09b468543b6fd0810d","created_at":"2018-10-26T09:39:42Z","binding:vnic_type":"normal","device_id":"514f3c12-cec2-4f1a-a0df-68e7adc1e64a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:39:34Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2f09f06d-3261-416b-a715-55518b0205fe","ip_address":"10.200.201.2"}],"id":"52c1b393-67dd-4578-907c-87760f81f28d","security_groups":[],"mac_address":"fa:16:3e:fe:c3:28","project_id":"e42c416ddffe4d09b468543b6fd0810d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e5db628e-6110-43d2-b30e-d65296457d6e","tenant_id":"e42c416ddffe4d09b468543b6fd0810d","created_at":"2018-10-26T09:39:33Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-e5db628e-6110-43d2-b30e-d65296457d6e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:39:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2f09f06d-3261-416b-a715-55518b0205fe","ip_address":"10.200.201.3"}],"id":"81a1c68c-e26e-433f-a4c8-d24f1b7440d9","security_groups":[],"mac_address":"fa:16:3e:18:f0:30","project_id":"e42c416ddffe4d09b468543b6fd0810d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e5db628e-6110-43d2-b30e-d65296457d6e","tenant_id":"e42c416ddffe4d09b468543b6fd0810d","created_at":"2018-10-26T09:39:34Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-e5db628e-6110-43d2-b30e-d65296457d6e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:39:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2f09f06d-3261-416b-a715-55518b0205fe","ip_address":"10.200.201.4"}],"id":"8fed157d-1a04-4b36-9f7a-1dcf7c0778e9","security_groups":[],"mac_address":"fa:16:3e:4a:70:47","project_id":"e42c416ddffe4d09b468543b6fd0810d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e5db628e-6110-43d2-b30e-d65296457d6e","tenant_id":"e42c416ddffe4d09b468543b6fd0810d","created_at":"2018-10-26T09:39:34Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-e5db628e-6110-43d2-b30e-d65296457d6e"}]} 2018-10-26 09:39:47,940 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=e5db628e-6110-43d2-b30e-d65296457d6e used request id req-b4a0bcda-7ba2-4ff0-ac50-90b4137f2365 2018-10-26 09:39:47,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/2f09f06d-3261-416b-a715-55518b0205fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02ff85262781b547028e2fe90e2daf177f1ebb42" 2018-10-26 09:39:47,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-916e79d5-ae67-49d6-8f5c-43ce779ba215 Date: Fri, 26 Oct 2018 09:39:48 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e5db628e-6110-43d2-b30e-d65296457d6e","tenant_id":"e42c416ddffe4d09b468543b6fd0810d","created_at":"2018-10-26T09:39:32Z","dns_nameservers":[],"updated_at":"2018-10-26T09:39:32Z","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":"e42c416ddffe4d09b468543b6fd0810d","id":"2f09f06d-3261-416b-a715-55518b0205fe","subnetpool_id":null,"name":"CreateRouterSuccessTests-1a0b31f5-afc4-4e7a-90fb-f6de90aaa203-pub-subnet1"}} 2018-10-26 09:39:47,998 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/2f09f06d-3261-416b-a715-55518b0205fe used request id req-916e79d5-ae67-49d6-8f5c-43ce779ba215 2018-10-26 09:39:48,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=e5db628e-6110-43d2-b30e-d65296457d6e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02ff85262781b547028e2fe90e2daf177f1ebb42" 2018-10-26 09:39:48,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-c0621474-faaa-4afd-82a9-9d7acaa03ade Date: Fri, 26 Oct 2018 09:39: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":["2f09f06d-3261-416b-a715-55518b0205fe"],"updated_at":"2018-10-26T09:39:32Z","tenant_id":"e42c416ddffe4d09b468543b6fd0810d","created_at":"2018-10-26T09:39:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e42c416ddffe4d09b468543b6fd0810d","id":"e5db628e-6110-43d2-b30e-d65296457d6e","name":"CreateRouterSuccessTests-1a0b31f5-afc4-4e7a-90fb-f6de90aaa203-pub-net1"}]} 2018-10-26 09:39:48,245 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=e5db628e-6110-43d2-b30e-d65296457d6e used request id req-c0621474-faaa-4afd-82a9-9d7acaa03ade 2018-10-26 09:39:48,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e5db628e-6110-43d2-b30e-d65296457d6e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02ff85262781b547028e2fe90e2daf177f1ebb42" 2018-10-26 09:39:48,466 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-f236031a-0211-44f0-b69d-0f3e0103dc23 Date: Fri, 26 Oct 2018 09:39:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e5db628e-6110-43d2-b30e-d65296457d6e","tenant_id":"e42c416ddffe4d09b468543b6fd0810d","created_at":"2018-10-26T09:39:32Z","dns_nameservers":[],"updated_at":"2018-10-26T09:39:32Z","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":"e42c416ddffe4d09b468543b6fd0810d","id":"2f09f06d-3261-416b-a715-55518b0205fe","subnetpool_id":null,"name":"CreateRouterSuccessTests-1a0b31f5-afc4-4e7a-90fb-f6de90aaa203-pub-subnet1"}]} 2018-10-26 09:39:48,466 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e5db628e-6110-43d2-b30e-d65296457d6e used request id req-f236031a-0211-44f0-b69d-0f3e0103dc23 2018-10-26 09:39:48,467 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-1a0b31f5-afc4-4e7a-90fb-f6de90aaa203-pub-router and port CreateRouterSuccessTests-1a0b31f5-afc4-4e7a-90fb-f6de90aaa203-port1 2018-10-26 09:39:48,467 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-1a0b31f5-afc4-4e7a-90fb-f6de90aaa203-pub-router 2018-10-26 09:39:48,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/514f3c12-cec2-4f1a-a0df-68e7adc1e64a/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba8eff88f4131d3629d64c48254bb87abb753b4b" -d '{"port_id": "3e0338b9-2b69-4df8-bf5f-e50c0ec2b278"}' 2018-10-26 09:39:50,028 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-29b2a40d-8d98-4a82-90fe-b44b74570402 Date: Fri, 26 Oct 2018 09:39:50 GMT RESP BODY: {"network_id": "e5db628e-6110-43d2-b30e-d65296457d6e", "tenant_id": "e42c416ddffe4d09b468543b6fd0810d", "subnet_id": "2f09f06d-3261-416b-a715-55518b0205fe", "subnet_ids": ["2f09f06d-3261-416b-a715-55518b0205fe"], "port_id": "3e0338b9-2b69-4df8-bf5f-e50c0ec2b278", "id": "514f3c12-cec2-4f1a-a0df-68e7adc1e64a"} 2018-10-26 09:39:50,028 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/514f3c12-cec2-4f1a-a0df-68e7adc1e64a/remove_router_interface used request id req-29b2a40d-8d98-4a82-90fe-b44b74570402 2018-10-26 09:39:50,029 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-1a0b31f5-afc4-4e7a-90fb-f6de90aaa203-pub-router 2018-10-26 09:39:50,029 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-1a0b31f5-afc4-4e7a-90fb-f6de90aaa203-pub-router 2018-10-26 09:39:50,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/514f3c12-cec2-4f1a-a0df-68e7adc1e64a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba8eff88f4131d3629d64c48254bb87abb753b4b" 2018-10-26 09:39:53,302 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8554b13e-0854-4bf4-9f92-4642e753964f Content-Length: 0 Date: Fri, 26 Oct 2018 09:39:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:39:53,303 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/514f3c12-cec2-4f1a-a0df-68e7adc1e64a used request id req-8554b13e-0854-4bf4-9f92-4642e753964f 2018-10-26 09:39:53,303 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-1a0b31f5-afc4-4e7a-90fb-f6de90aaa203-pub-subnet1 2018-10-26 09:39:53,303 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-1a0b31f5-afc4-4e7a-90fb-f6de90aaa203-pub-subnet1 2018-10-26 09:39:53,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/2f09f06d-3261-416b-a715-55518b0205fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0d99a091e8b5f7cc23b4cd4f68cc9942e71faf3" 2018-10-26 09:39:55,542 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3f17a616-d3ce-4a70-9dbd-f792c1697c95 Date: Fri, 26 Oct 2018 09:39:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:39:55,543 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/2f09f06d-3261-416b-a715-55518b0205fe used request id req-3f17a616-d3ce-4a70-9dbd-f792c1697c95 2018-10-26 09:39:55,543 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-1a0b31f5-afc4-4e7a-90fb-f6de90aaa203-pub-net1 2018-10-26 09:39:55,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/e5db628e-6110-43d2-b30e-d65296457d6e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0d99a091e8b5f7cc23b4cd4f68cc9942e71faf3" 2018-10-26 09:39:56,696 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2fb66f85-1834-4947-aa00-fe353b05e9a7 Date: Fri, 26 Oct 2018 09:39:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:39:56,696 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/e5db628e-6110-43d2-b30e-d65296457d6e used request id req-2fb66f85-1834-4947-aa00-fe353b05e9a7 2018-10-26 09:39:56,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe74d0cdf24706e2283fd425394bb6e45b3790a7" 2018-10-26 09:39:56,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-fe36bd56-88e7-4307-9c71-03cf32daa6b6 Date: Fri, 26 Oct 2018 09:39:56 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e42c416ddffe4d09b468543b6fd0810d", "created_at": "2018-10-26T09:39:31Z", "updated_at": "2018-10-26T09:39:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:39:31Z", "revision_number": 0, "id": "197f8f0f-e77b-47d4-986d-c64aa15b9056", "remote_group_id": "6ac7e24b-0d07-46d2-8287-568b28afe10e", "remote_ip_prefix": null, "created_at": "2018-10-26T09:39:31Z", "security_group_id": "6ac7e24b-0d07-46d2-8287-568b28afe10e", "tenant_id": "e42c416ddffe4d09b468543b6fd0810d", "port_range_min": null, "ethertype": "IPv4", "project_id": "e42c416ddffe4d09b468543b6fd0810d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:39:31Z", "revision_number": 0, "id": "48fb997d-e7fc-4f15-a4fc-c272795e3908", "remote_group_id": "6ac7e24b-0d07-46d2-8287-568b28afe10e", "remote_ip_prefix": null, "created_at": "2018-10-26T09:39:31Z", "security_group_id": "6ac7e24b-0d07-46d2-8287-568b28afe10e", "tenant_id": "e42c416ddffe4d09b468543b6fd0810d", "port_range_min": null, "ethertype": "IPv6", "project_id": "e42c416ddffe4d09b468543b6fd0810d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:39:31Z", "revision_number": 0, "id": "9d4bcf54-0e62-4515-8f24-28cf6746b80a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:39:31Z", "security_group_id": "6ac7e24b-0d07-46d2-8287-568b28afe10e", "tenant_id": "e42c416ddffe4d09b468543b6fd0810d", "port_range_min": null, "ethertype": "IPv4", "project_id": "e42c416ddffe4d09b468543b6fd0810d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:39:31Z", "revision_number": 0, "id": "aef9c569-cd8e-4008-abc5-24a09ef3f18c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:39:31Z", "security_group_id": "6ac7e24b-0d07-46d2-8287-568b28afe10e", "tenant_id": "e42c416ddffe4d09b468543b6fd0810d", "port_range_min": null, "ethertype": "IPv6", "project_id": "e42c416ddffe4d09b468543b6fd0810d"}], "revision_number": 4, "project_id": "e42c416ddffe4d09b468543b6fd0810d", "id": "6ac7e24b-0d07-46d2-8287-568b28afe10e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:39:56,990 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-fe36bd56-88e7-4307-9c71-03cf32daa6b6 2018-10-26 09:39:56,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e42c416ddffe4d09b468543b6fd0810d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe74d0cdf24706e2283fd425394bb6e45b3790a7" 2018-10-26 09:39:57,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:39:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-066fde9e-0a7c-4a83-b650-fb4b87cbcd62 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e42c416ddffe4d09b468543b6fd0810d"}, "enabled": true, "id": "e42c416ddffe4d09b468543b6fd0810d", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-945e60da-802b-45f-proj"}} 2018-10-26 09:39:57,090 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e42c416ddffe4d09b468543b6fd0810d used request id req-066fde9e-0a7c-4a83-b650-fb4b87cbcd62 2018-10-26 09:39:57,091 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6ac7e24b-0d07-46d2-8287-568b28afe10e 2018-10-26 09:39:57,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=6ac7e24b-0d07-46d2-8287-568b28afe10e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe74d0cdf24706e2283fd425394bb6e45b3790a7" 2018-10-26 09:39:57,283 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-58b1698a-f26f-43a6-960d-3d0c8155eb4b Date: Fri, 26 Oct 2018 09:39:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "6ac7e24b-0d07-46d2-8287-568b28afe10e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:39:31Z", "security_group_id": "6ac7e24b-0d07-46d2-8287-568b28afe10e", "port_range_min": null, "revision_number": 0, "tenant_id": "e42c416ddffe4d09b468543b6fd0810d", "created_at": "2018-10-26T09:39:31Z", "project_id": "e42c416ddffe4d09b468543b6fd0810d", "id": "197f8f0f-e77b-47d4-986d-c64aa15b9056"}, {"remote_group_id": "6ac7e24b-0d07-46d2-8287-568b28afe10e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:39:31Z", "security_group_id": "6ac7e24b-0d07-46d2-8287-568b28afe10e", "port_range_min": null, "revision_number": 0, "tenant_id": "e42c416ddffe4d09b468543b6fd0810d", "created_at": "2018-10-26T09:39:31Z", "project_id": "e42c416ddffe4d09b468543b6fd0810d", "id": "48fb997d-e7fc-4f15-a4fc-c272795e3908"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:39:31Z", "security_group_id": "6ac7e24b-0d07-46d2-8287-568b28afe10e", "port_range_min": null, "revision_number": 0, "tenant_id": "e42c416ddffe4d09b468543b6fd0810d", "created_at": "2018-10-26T09:39:31Z", "project_id": "e42c416ddffe4d09b468543b6fd0810d", "id": "9d4bcf54-0e62-4515-8f24-28cf6746b80a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:39:31Z", "security_group_id": "6ac7e24b-0d07-46d2-8287-568b28afe10e", "port_range_min": null, "revision_number": 0, "tenant_id": "e42c416ddffe4d09b468543b6fd0810d", "created_at": "2018-10-26T09:39:31Z", "project_id": "e42c416ddffe4d09b468543b6fd0810d", "id": "aef9c569-cd8e-4008-abc5-24a09ef3f18c"}]} 2018-10-26 09:39:57,283 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=6ac7e24b-0d07-46d2-8287-568b28afe10e used request id req-58b1698a-f26f-43a6-960d-3d0c8155eb4b 2018-10-26 09:39:57,283 - neutron_utils - INFO - Deleting security group with name - default 2018-10-26 09:39:57,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/6ac7e24b-0d07-46d2-8287-568b28afe10e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe74d0cdf24706e2283fd425394bb6e45b3790a7" 2018-10-26 09:39:57,652 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c9a5e461-4c44-466c-a8c1-1e0bc04ff1d7 Content-Length: 0 Date: Fri, 26 Oct 2018 09:39:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:39:57,653 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/6ac7e24b-0d07-46d2-8287-568b28afe10e used request id req-c9a5e461-4c44-466c-a8c1-1e0bc04ff1d7 2018-10-26 09:39:57,653 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-945e60da-802b-45f-proj 2018-10-26 09:39:57,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/e42c416ddffe4d09b468543b6fd0810d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe74d0cdf24706e2283fd425394bb6e45b3790a7" 2018-10-26 09:39:57,867 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:39:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2cd05441-f00d-4efe-84cc-4c1bd9d027be Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:39:57,867 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/e42c416ddffe4d09b468543b6fd0810d used request id req-2cd05441-f00d-4efe-84cc-4c1bd9d027be 2018-10-26 09:39:57,867 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-945e60da-802b-45f-proj-role 2018-10-26 09:39:57,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/a7ba7f40bb52416a86623f216785be5b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe74d0cdf24706e2283fd425394bb6e45b3790a7" 2018-10-26 09:39:57,981 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:39:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ac90fe84-9502-4646-9623-11a108495251 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:39:57,981 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/a7ba7f40bb52416a86623f216785be5b used request id req-ac90fe84-9502-4646-9623-11a108495251 2018-10-26 09:39:57,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe74d0cdf24706e2283fd425394bb6e45b3790a7" 2018-10-26 09:39:58,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:39:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-918774bc-3aec-460a-b419-05a03d12b264 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:39:58,073 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-918774bc-3aec-460a-b419-05a03d12b264 2018-10-26 09:39:58,073 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-945e60da-802b-45f-user 2018-10-26 09:39:58,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/c06a8ffea8b74957bdea5388ca802016 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0ec20af4f9716a2c7a79e72deee6fd80bb010c0" 2018-10-26 09:39:58,249 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:39:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a5056c34-8a3e-47b0-9f21-0e7f20d9d4ca Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:39:58,249 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/c06a8ffea8b74957bdea5388ca802016 used request id req-a5056c34-8a3e-47b0-9f21-0e7f20d9d4ca 2018-10-26 09:39:58,251 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:39:58,634 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:39:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["ypPNfejuQDW1_Ok7xRja3Q"], "issued_at": "2018-10-26T09:39:58.000000Z"}} 2018-10-26 09:39:58,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d19442fd6e0881e07029ed11a7db2039d1b5c92" 2018-10-26 09:39:58,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:39:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73d62044-ef59-4d77-8193-9076a4e33afd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:39:58,725 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-73d62044-ef59-4d77-8193-9076a4e33afd 2018-10-26 09:39:58,727 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:39:58,727 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:39:59,105 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:39:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["ECLXJHsaRmWlGDkqPUBT3w"], "issued_at": "2018-10-26T09:39:59.000000Z"}} 2018-10-26 09:39:59,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54faa5a5c932b4c36ea50548246b8d0f7ed8cb6b" 2018-10-26 09:39:59,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:39:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-036b5586-5d2b-4de1-b3b1-1974ddabe27e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:39:59,193 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-036b5586-5d2b-4de1-b3b1-1974ddabe27e 2018-10-26 09:39:59,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:39:59,202 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:39: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:39:59,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-936861df-6a4e-4e3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54faa5a5c932b4c36ea50548246b8d0f7ed8cb6b" 2018-10-26 09:39:59,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:39:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30d30668-7176-46d2-bad0-9bde6a55dedc Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-936861df-6a4e-4e3-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:39:59,282 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-936861df-6a4e-4e3-proj used request id req-30d30668-7176-46d2-bad0-9bde6a55dedc 2018-10-26 09:39:59,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54faa5a5c932b4c36ea50548246b8d0f7ed8cb6b" 2018-10-26 09:39:59,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:39:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1840258b-6f06-440d-8e84-fe4932ed6768 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:39:59,377 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-1840258b-6f06-440d-8e84-fe4932ed6768 2018-10-26 09:39:59,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54faa5a5c932b4c36ea50548246b8d0f7ed8cb6b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-936861df-6a4e-4e3-proj"}}' 2018-10-26 09:39:59,499 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:39:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-50c6d488-0af8-435c-b94d-f2784bbddcc0 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a3c1f09f0b754ad88f5bde10fdf3ddf8"}, "enabled": true, "id": "a3c1f09f0b754ad88f5bde10fdf3ddf8", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-936861df-6a4e-4e3-proj"}} 2018-10-26 09:39:59,499 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-50c6d488-0af8-435c-b94d-f2784bbddcc0 2018-10-26 09:39:59,499 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-936861df-6a4e-4e3-proj 2018-10-26 09:39:59,499 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:39:59,500 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:39:59,876 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:39:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["C_WUfoA9RSmIfU3lthfcxg"], "issued_at": "2018-10-26T09:39:59.000000Z"}} 2018-10-26 09:39:59,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40391da684ac59084f2c6d2a415b1e6a692f537f" 2018-10-26 09:39:59,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:39:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3e65c37-c755-41d5-ba89-d2c9b1237c97 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:39:59,966 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b3e65c37-c755-41d5-ba89-d2c9b1237c97 2018-10-26 09:39:59,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:39:59,976 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:39: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:39:59,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40391da684ac59084f2c6d2a415b1e6a692f537f" 2018-10-26 09:40:00,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:39:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92f31e29-5e4c-4573-bfde-bc0540361ccb Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:40:00,073 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-92f31e29-5e4c-4573-bfde-bc0540361ccb 2018-10-26 09:40:00,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-936861df-6a4e-4e3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40391da684ac59084f2c6d2a415b1e6a692f537f" 2018-10-26 09:40:00,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:40:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f601583-20c2-4d19-8e9e-2173daea0846 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-936861df-6a4e-4e3-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a3c1f09f0b754ad88f5bde10fdf3ddf8"}, "enabled": true, "id": "a3c1f09f0b754ad88f5bde10fdf3ddf8", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-936861df-6a4e-4e3-proj"}]} 2018-10-26 09:40:00,168 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-936861df-6a4e-4e3-proj used request id req-5f601583-20c2-4d19-8e9e-2173daea0846 2018-10-26 09:40:00,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40391da684ac59084f2c6d2a415b1e6a692f537f" 2018-10-26 09:40:00,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:40:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2b814d0-2e73-466a-86ba-3af689f499cf Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:40:00,271 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-e2b814d0-2e73-466a-86ba-3af689f499cf 2018-10-26 09:40:00,622 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-936861df-6a4e-4e3-user 2018-10-26 09:40:00,623 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:40:00,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54faa5a5c932b4c36ea50548246b8d0f7ed8cb6b" 2018-10-26 09:40:00,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:40:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-510c46a4-d0b3-48b0-93fa-fc5c64224d01 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:40:00,718 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-510c46a4-d0b3-48b0-93fa-fc5c64224d01 2018-10-26 09:40:00,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54faa5a5c932b4c36ea50548246b8d0f7ed8cb6b" -d '{"role": {"name": "CreateRouterSuccessTests-936861df-6a4e-4e3-proj-role"}}' 2018-10-26 09:40:00,929 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:40:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7fc6fe9a-9809-4749-b3b1-3bca746f5962 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "111754d16f3f4987a34ef04bb71f687d", "links": {"self": "http://172.30.9.21:5000/v3/roles/111754d16f3f4987a34ef04bb71f687d"}, "name": "CreateRouterSuccessTests-936861df-6a4e-4e3-proj-role"}} 2018-10-26 09:40:00,930 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-7fc6fe9a-9809-4749-b3b1-3bca746f5962 2018-10-26 09:40:00,930 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-936861df-6a4e-4e3-proj-role 2018-10-26 09:40:00,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/111754d16f3f4987a34ef04bb71f687d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54faa5a5c932b4c36ea50548246b8d0f7ed8cb6b" 2018-10-26 09:40:01,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:40:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45849320-47bd-439d-947b-c49fabe1033b Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/111754d16f3f4987a34ef04bb71f687d"}, "domain_id": null, "name": "CreateRouterSuccessTests-936861df-6a4e-4e3-proj-role", "id": "111754d16f3f4987a34ef04bb71f687d"}} 2018-10-26 09:40:01,015 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/111754d16f3f4987a34ef04bb71f687d used request id req-45849320-47bd-439d-947b-c49fabe1033b 2018-10-26 09:40:01,016 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-936861df-6a4e-4e3-proj-role to project CreateRouterSuccessTests-936861df-6a4e-4e3-proj 2018-10-26 09:40:01,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/a3c1f09f0b754ad88f5bde10fdf3ddf8/users/5105f4e97a34491d810d34085b0403ad/roles/111754d16f3f4987a34ef04bb71f687d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54faa5a5c932b4c36ea50548246b8d0f7ed8cb6b" 2018-10-26 09:40:01,148 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:40:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4d0119c9-b85e-407b-af04-8f6315eeedb6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:40:01,148 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/a3c1f09f0b754ad88f5bde10fdf3ddf8/users/5105f4e97a34491d810d34085b0403ad/roles/111754d16f3f4987a34ef04bb71f687d used request id req-4d0119c9-b85e-407b-af04-8f6315eeedb6 2018-10-26 09:40:01,149 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:40:01,150 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:40:01,537 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:40:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["cgHNL3gtTCSLlchCKf3AXw"], "issued_at": "2018-10-26T09:40:01.000000Z"}} 2018-10-26 09:40:01,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1287c427b6bf38af95b14116443bb96695d1a158" 2018-10-26 09:40:01,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:40:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb02824f-3767-4844-852f-b83cde081a18 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:40:01,616 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-eb02824f-3767-4844-852f-b83cde081a18 2018-10-26 09:40:01,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-b7079b12-6bff-401b-89d2-8829c33e2598-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1287c427b6bf38af95b14116443bb96695d1a158" 2018-10-26 09:40:01,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-f0a5fee1-b70d-4487-b33b-3d210a8ae997 Date: Fri, 26 Oct 2018 09:40:01 GMT RESP BODY: {"routers": []} 2018-10-26 09:40:01,818 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-b7079b12-6bff-401b-89d2-8829c33e2598-pub-router&admin_state_up=True used request id req-f0a5fee1-b70d-4487-b33b-3d210a8ae997 2018-10-26 09:40:01,818 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:40:01,819 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:40:02,204 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:40:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["R7b3AoFKR2mk6Lcx9n1jww"], "issued_at": "2018-10-26T09:40:02.000000Z"}} 2018-10-26 09:40:02,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acf1027107a0ee10fd2093c3319b6e894ea4fbe9" 2018-10-26 09:40:02,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:40:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64924dc3-9d2c-4863-85e6-8c2ea69c7ea0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:40:02,298 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-64924dc3-9d2c-4863-85e6-8c2ea69c7ea0 2018-10-26 09:40:02,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:40:02,308 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:40: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:40:02,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-936861df-6a4e-4e3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acf1027107a0ee10fd2093c3319b6e894ea4fbe9" 2018-10-26 09:40:02,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:40:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4db9761b-b57d-48c3-8ad9-32b03c027d88 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-936861df-6a4e-4e3-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a3c1f09f0b754ad88f5bde10fdf3ddf8"}, "enabled": true, "id": "a3c1f09f0b754ad88f5bde10fdf3ddf8", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-936861df-6a4e-4e3-proj"}]} 2018-10-26 09:40:02,390 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-936861df-6a4e-4e3-proj used request id req-4db9761b-b57d-48c3-8ad9-32b03c027d88 2018-10-26 09:40:02,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1287c427b6bf38af95b14116443bb96695d1a158" 2018-10-26 09:40:02,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-dbaa5849-48e8-4f2f-bb1a-df9da1d65a11 Date: Fri, 26 Oct 2018 09:40:02 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","provider:network_type":"flat"}]} 2018-10-26 09:40:02,653 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-dbaa5849-48e8-4f2f-bb1a-df9da1d65a11 2018-10-26 09:40:02,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1287c427b6bf38af95b14116443bb96695d1a158" 2018-10-26 09:40:02,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-700b035d-5649-484d-a3d1-e6eb48e4064f Date: Fri, 26 Oct 2018 09:40:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:47Z","dns_nameservers":[],"updated_at":"2018-10-26T08:12:47Z","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":"c850e319615544ee86b9a48e1e3e8f0f","id":"e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-26 09:40:02,874 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-700b035d-5649-484d-a3d1-e6eb48e4064f 2018-10-26 09:40:02,875 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-b7079b12-6bff-401b-89d2-8829c33e2598-pub-router 2018-10-26 09:40:02,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1287c427b6bf38af95b14116443bb96695d1a158" -d '{"router": {"external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693"}, "tenant_id": "a3c1f09f0b754ad88f5bde10fdf3ddf8", "name": "CreateRouterSuccessTests-b7079b12-6bff-401b-89d2-8829c33e2598-pub-router", "admin_state_up": true}}' 2018-10-26 09:40:07,726 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-bfe83de9-6696-4cd4-9ad8-2fe967360b18 Date: Fri, 26 Oct 2018 09:40:07 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "a3c1f09f0b754ad88f5bde10fdf3ddf8", "created_at": "2018-10-26T09:40:03Z", "admin_state_up": true, "updated_at": "2018-10-26T09:40:04Z", "project_id": "a3c1f09f0b754ad88f5bde10fdf3ddf8", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "a152e976-e7eb-4616-ab6c-90d9ac0cd1ae", "name": "CreateRouterSuccessTests-b7079b12-6bff-401b-89d2-8829c33e2598-pub-router"}} 2018-10-26 09:40:07,727 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-bfe83de9-6696-4cd4-9ad8-2fe967360b18 2018-10-26 09:40:07,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=a152e976-e7eb-4616-ab6c-90d9ac0cd1ae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1287c427b6bf38af95b14116443bb96695d1a158" 2018-10-26 09:40:07,954 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3214 X-Openstack-Request-Id: req-58de5bb4-efde-4ecc-a3fc-c129ff31c6cb Date: Fri, 26 Oct 2018 09:40:07 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:40:05Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b03a6a5f-91e0-4545-b82e-af9355f4dcbd","ip_address":"169.254.192.9"}],"id":"124e015b-cd17-4faf-8a5e-669691b6e1c8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:56:9d:01","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant a3c1f09f0b754ad88f5bde10fdf3ddf8","admin_state_up":true,"network_id":"da6ec23c-22b3-4cd4-9461-c759531730d7","tenant_id":"","created_at":"2018-10-26T09:40:04Z","binding:vnic_type":"normal","device_id":"a152e976-e7eb-4616-ab6c-90d9ac0cd1ae"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:40:05Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b03a6a5f-91e0-4545-b82e-af9355f4dcbd","ip_address":"169.254.192.6"}],"id":"1fa61d0c-0b7b-47cd-8e3f-2433089b01c2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:29:2d:3a","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant a3c1f09f0b754ad88f5bde10fdf3ddf8","admin_state_up":true,"network_id":"da6ec23c-22b3-4cd4-9461-c759531730d7","tenant_id":"","created_at":"2018-10-26T09:40:05Z","binding:vnic_type":"normal","device_id":"a152e976-e7eb-4616-ab6c-90d9ac0cd1ae"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:40:04Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414","ip_address":"172.30.9.200"}],"id":"21ac8294-b70a-45cd-956f-c0889d5a6714","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:7a:ac:ce","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","tenant_id":"","created_at":"2018-10-26T09:40:04Z","binding:vnic_type":"normal","device_id":"a152e976-e7eb-4616-ab6c-90d9ac0cd1ae"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:40:06Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b03a6a5f-91e0-4545-b82e-af9355f4dcbd","ip_address":"169.254.192.3"}],"id":"750b5e98-858f-4ead-9d4e-6f77ac184334","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a2:c7:64","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant a3c1f09f0b754ad88f5bde10fdf3ddf8","admin_state_up":true,"network_id":"da6ec23c-22b3-4cd4-9461-c759531730d7","tenant_id":"","created_at":"2018-10-26T09:40:06Z","binding:vnic_type":"normal","device_id":"a152e976-e7eb-4616-ab6c-90d9ac0cd1ae"}]} 2018-10-26 09:40:07,954 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=a152e976-e7eb-4616-ab6c-90d9ac0cd1ae used request id req-58de5bb4-efde-4ecc-a3fc-c129ff31c6cb 2018-10-26 09:40:07,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/b03a6a5f-91e0-4545-b82e-af9355f4dcbd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1287c427b6bf38af95b14116443bb96695d1a158" 2018-10-26 09:40:08,336 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-69b71470-7d26-42b8-ac89-4e0fe9bfeca8 Date: Fri, 26 Oct 2018 09:40:08 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"da6ec23c-22b3-4cd4-9461-c759531730d7","tenant_id":"","created_at":"2018-10-26T09:40:03Z","dns_nameservers":[],"updated_at":"2018-10-26T09:40:03Z","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":"b03a6a5f-91e0-4545-b82e-af9355f4dcbd","subnetpool_id":null,"name":"HA subnet tenant a3c1f09f0b754ad88f5bde10fdf3ddf8"}} 2018-10-26 09:40:08,336 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/b03a6a5f-91e0-4545-b82e-af9355f4dcbd used request id req-69b71470-7d26-42b8-ac89-4e0fe9bfeca8 2018-10-26 09:40:08,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1287c427b6bf38af95b14116443bb96695d1a158" 2018-10-26 09:40:08,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-98dc480f-9beb-4303-803f-8c7c1435f77b Date: Fri, 26 Oct 2018 09:40:08 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:47Z","dns_nameservers":[],"updated_at":"2018-10-26T08:12:47Z","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":"c850e319615544ee86b9a48e1e3e8f0f","id":"e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414","subnetpool_id":null,"name":"external-subnet"}} 2018-10-26 09:40:08,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414 used request id req-98dc480f-9beb-4303-803f-8c7c1435f77b 2018-10-26 09:40:08,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/b03a6a5f-91e0-4545-b82e-af9355f4dcbd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1287c427b6bf38af95b14116443bb96695d1a158" 2018-10-26 09:40:08,890 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-9862fcf3-a585-4d3d-ac9f-a8a81f5603cd Date: Fri, 26 Oct 2018 09:40:08 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"da6ec23c-22b3-4cd4-9461-c759531730d7","tenant_id":"","created_at":"2018-10-26T09:40:03Z","dns_nameservers":[],"updated_at":"2018-10-26T09:40:03Z","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":"b03a6a5f-91e0-4545-b82e-af9355f4dcbd","subnetpool_id":null,"name":"HA subnet tenant a3c1f09f0b754ad88f5bde10fdf3ddf8"}} 2018-10-26 09:40:08,890 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/b03a6a5f-91e0-4545-b82e-af9355f4dcbd used request id req-9862fcf3-a585-4d3d-ac9f-a8a81f5603cd 2018-10-26 09:40:08,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/b03a6a5f-91e0-4545-b82e-af9355f4dcbd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1287c427b6bf38af95b14116443bb96695d1a158" 2018-10-26 09:40:09,086 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-51a10703-1772-4a0b-a406-afc4122ce21f Date: Fri, 26 Oct 2018 09:40:09 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"da6ec23c-22b3-4cd4-9461-c759531730d7","tenant_id":"","created_at":"2018-10-26T09:40:03Z","dns_nameservers":[],"updated_at":"2018-10-26T09:40:03Z","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":"b03a6a5f-91e0-4545-b82e-af9355f4dcbd","subnetpool_id":null,"name":"HA subnet tenant a3c1f09f0b754ad88f5bde10fdf3ddf8"}} 2018-10-26 09:40:09,086 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/b03a6a5f-91e0-4545-b82e-af9355f4dcbd used request id req-51a10703-1772-4a0b-a406-afc4122ce21f 2018-10-26 09:40:09,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/a152e976-e7eb-4616-ab6c-90d9ac0cd1ae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1287c427b6bf38af95b14116443bb96695d1a158" 2018-10-26 09:40:09,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-84a445a5-c4b0-46f9-95f9-8817f3ef7888 Date: Fri, 26 Oct 2018 09:40:09 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "a3c1f09f0b754ad88f5bde10fdf3ddf8", "created_at": "2018-10-26T09:40:03Z", "admin_state_up": true, "updated_at": "2018-10-26T09:40:06Z", "project_id": "a3c1f09f0b754ad88f5bde10fdf3ddf8", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "a152e976-e7eb-4616-ab6c-90d9ac0cd1ae", "name": "CreateRouterSuccessTests-b7079b12-6bff-401b-89d2-8829c33e2598-pub-router"}} 2018-10-26 09:40:09,344 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/a152e976-e7eb-4616-ab6c-90d9ac0cd1ae used request id req-84a445a5-c4b0-46f9-95f9-8817f3ef7888 2018-10-26 09:40:09,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=a152e976-e7eb-4616-ab6c-90d9ac0cd1ae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1287c427b6bf38af95b14116443bb96695d1a158" 2018-10-26 09:40:09,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3406 X-Openstack-Request-Id: req-26aa069a-ed14-46e2-9e65-8ee1d132290b Date: Fri, 26 Oct 2018 09:40:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:40:08Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b03a6a5f-91e0-4545-b82e-af9355f4dcbd","ip_address":"169.254.192.9"}],"id":"124e015b-cd17-4faf-8a5e-669691b6e1c8","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:56:9d:01","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant a3c1f09f0b754ad88f5bde10fdf3ddf8","admin_state_up":true,"network_id":"da6ec23c-22b3-4cd4-9461-c759531730d7","tenant_id":"","created_at":"2018-10-26T09:40:04Z","binding:vnic_type":"normal","device_id":"a152e976-e7eb-4616-ab6c-90d9ac0cd1ae"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:40:05Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b03a6a5f-91e0-4545-b82e-af9355f4dcbd","ip_address":"169.254.192.6"}],"id":"1fa61d0c-0b7b-47cd-8e3f-2433089b01c2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:29:2d:3a","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant a3c1f09f0b754ad88f5bde10fdf3ddf8","admin_state_up":true,"network_id":"da6ec23c-22b3-4cd4-9461-c759531730d7","tenant_id":"","created_at":"2018-10-26T09:40:05Z","binding:vnic_type":"normal","device_id":"a152e976-e7eb-4616-ab6c-90d9ac0cd1ae"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:40:09Z","device_owner":"network:router_gateway","revision_number":8,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414","ip_address":"172.30.9.200"}],"id":"21ac8294-b70a-45cd-956f-c0889d5a6714","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7a:ac:ce","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":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","tenant_id":"","created_at":"2018-10-26T09:40:04Z","binding:vnic_type":"normal","device_id":"a152e976-e7eb-4616-ab6c-90d9ac0cd1ae"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:40:06Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"b03a6a5f-91e0-4545-b82e-af9355f4dcbd","ip_address":"169.254.192.3"}],"id":"750b5e98-858f-4ead-9d4e-6f77ac184334","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a2:c7:64","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant a3c1f09f0b754ad88f5bde10fdf3ddf8","admin_state_up":true,"network_id":"da6ec23c-22b3-4cd4-9461-c759531730d7","tenant_id":"","created_at":"2018-10-26T09:40:06Z","binding:vnic_type":"normal","device_id":"a152e976-e7eb-4616-ab6c-90d9ac0cd1ae"}]} 2018-10-26 09:40:09,556 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=a152e976-e7eb-4616-ab6c-90d9ac0cd1ae used request id req-26aa069a-ed14-46e2-9e65-8ee1d132290b 2018-10-26 09:40:09,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/b03a6a5f-91e0-4545-b82e-af9355f4dcbd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1287c427b6bf38af95b14116443bb96695d1a158" 2018-10-26 09:40:09,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-ae521e56-ac4c-4b64-8433-e295b7e79e59 Date: Fri, 26 Oct 2018 09:40:09 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"da6ec23c-22b3-4cd4-9461-c759531730d7","tenant_id":"","created_at":"2018-10-26T09:40:03Z","dns_nameservers":[],"updated_at":"2018-10-26T09:40:03Z","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":"b03a6a5f-91e0-4545-b82e-af9355f4dcbd","subnetpool_id":null,"name":"HA subnet tenant a3c1f09f0b754ad88f5bde10fdf3ddf8"}} 2018-10-26 09:40:09,892 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/b03a6a5f-91e0-4545-b82e-af9355f4dcbd used request id req-ae521e56-ac4c-4b64-8433-e295b7e79e59 2018-10-26 09:40:09,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1287c427b6bf38af95b14116443bb96695d1a158" 2018-10-26 09:40:09,950 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-26685b63-4f9d-4b45-95b7-3a701e4715c8 Date: Fri, 26 Oct 2018 09:40:09 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:47Z","dns_nameservers":[],"updated_at":"2018-10-26T08:12:47Z","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":"c850e319615544ee86b9a48e1e3e8f0f","id":"e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414","subnetpool_id":null,"name":"external-subnet"}} 2018-10-26 09:40:09,950 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414 used request id req-26685b63-4f9d-4b45-95b7-3a701e4715c8 2018-10-26 09:40:09,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/b03a6a5f-91e0-4545-b82e-af9355f4dcbd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1287c427b6bf38af95b14116443bb96695d1a158" 2018-10-26 09:40:10,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-b3bd3c20-e161-4be6-9149-e5962a4edeff Date: Fri, 26 Oct 2018 09:40:10 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"da6ec23c-22b3-4cd4-9461-c759531730d7","tenant_id":"","created_at":"2018-10-26T09:40:03Z","dns_nameservers":[],"updated_at":"2018-10-26T09:40:03Z","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":"b03a6a5f-91e0-4545-b82e-af9355f4dcbd","subnetpool_id":null,"name":"HA subnet tenant a3c1f09f0b754ad88f5bde10fdf3ddf8"}} 2018-10-26 09:40:10,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/b03a6a5f-91e0-4545-b82e-af9355f4dcbd used request id req-b3bd3c20-e161-4be6-9149-e5962a4edeff 2018-10-26 09:40:10,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/b03a6a5f-91e0-4545-b82e-af9355f4dcbd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1287c427b6bf38af95b14116443bb96695d1a158" 2018-10-26 09:40:10,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-9f1d9c8e-6709-40cc-9979-ef1f1e933429 Date: Fri, 26 Oct 2018 09:40:10 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"da6ec23c-22b3-4cd4-9461-c759531730d7","tenant_id":"","created_at":"2018-10-26T09:40:03Z","dns_nameservers":[],"updated_at":"2018-10-26T09:40:03Z","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":"b03a6a5f-91e0-4545-b82e-af9355f4dcbd","subnetpool_id":null,"name":"HA subnet tenant a3c1f09f0b754ad88f5bde10fdf3ddf8"}} 2018-10-26 09:40:10,408 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/b03a6a5f-91e0-4545-b82e-af9355f4dcbd used request id req-9f1d9c8e-6709-40cc-9979-ef1f1e933429 2018-10-26 09:40:10,409 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:40:10,787 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "111754d16f3f4987a34ef04bb71f687d", "name": "CreateRouterSuccessTests-936861df-6a4e-4e3-proj-role"}], "expires_at": "2018-10-26T10:40:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3c1f09f0b754ad88f5bde10fdf3ddf8", "name": "CreateRouterSuccessTests-936861df-6a4e-4e3-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a3c1f09f0b754ad88f5bde10fdf3ddf8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/a3c1f09f0b754ad88f5bde10fdf3ddf8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/a3c1f09f0b754ad88f5bde10fdf3ddf8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a3c1f09f0b754ad88f5bde10fdf3ddf8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/a3c1f09f0b754ad88f5bde10fdf3ddf8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/a3c1f09f0b754ad88f5bde10fdf3ddf8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/a3c1f09f0b754ad88f5bde10fdf3ddf8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/a3c1f09f0b754ad88f5bde10fdf3ddf8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/a3c1f09f0b754ad88f5bde10fdf3ddf8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/a3c1f09f0b754ad88f5bde10fdf3ddf8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/a3c1f09f0b754ad88f5bde10fdf3ddf8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/a3c1f09f0b754ad88f5bde10fdf3ddf8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-936861df-6a4e-4e3-user", "id": "5105f4e97a34491d810d34085b0403ad"}, "audit_ids": ["rC1Ykk39T0W3_mIA8NmdLg"], "issued_at": "2018-10-26T09:40:10.000000Z"}} 2018-10-26 09:40:10,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-b7079b12-6bff-401b-89d2-8829c33e2598-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61a724be416e85f69725379e303dcc44b16ec29e" 2018-10-26 09:40:11,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-87c6de49-af10-4173-b145-66137aa48c73 Date: Fri, 26 Oct 2018 09:40:11 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "a3c1f09f0b754ad88f5bde10fdf3ddf8", "created_at": "2018-10-26T09:40:03Z", "admin_state_up": true, "updated_at": "2018-10-26T09:40:06Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "a3c1f09f0b754ad88f5bde10fdf3ddf8", "id": "a152e976-e7eb-4616-ab6c-90d9ac0cd1ae", "name": "CreateRouterSuccessTests-b7079b12-6bff-401b-89d2-8829c33e2598-pub-router"}]} 2018-10-26 09:40:11,003 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-b7079b12-6bff-401b-89d2-8829c33e2598-pub-router&admin_state_up=True used request id req-87c6de49-af10-4173-b145-66137aa48c73 2018-10-26 09:40:11,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:40:11,012 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:40:11,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a3c1f09f0b754ad88f5bde10fdf3ddf8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d19442fd6e0881e07029ed11a7db2039d1b5c92" 2018-10-26 09:40:11,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:40:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-903749ee-006d-45ba-b539-b1b0d146c7a4 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a3c1f09f0b754ad88f5bde10fdf3ddf8"}, "enabled": true, "id": "a3c1f09f0b754ad88f5bde10fdf3ddf8", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-936861df-6a4e-4e3-proj"}} 2018-10-26 09:40:11,101 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a3c1f09f0b754ad88f5bde10fdf3ddf8 used request id req-903749ee-006d-45ba-b539-b1b0d146c7a4 2018-10-26 09:40:11,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=a152e976-e7eb-4616-ab6c-90d9ac0cd1ae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61a724be416e85f69725379e303dcc44b16ec29e" 2018-10-26 09:40:11,292 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-ac536fa2-a631-4f6a-84cf-843c13004820 Date: Fri, 26 Oct 2018 09:40:11 GMT RESP BODY: {"ports":[]} 2018-10-26 09:40:11,292 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=a152e976-e7eb-4616-ab6c-90d9ac0cd1ae used request id req-ac536fa2-a631-4f6a-84cf-843c13004820 2018-10-26 09:40:11,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61a724be416e85f69725379e303dcc44b16ec29e" 2018-10-26 09:40:11,687 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-f976bc14-b2d7-43d5-9314-852209f6a90f Date: Fri, 26 Oct 2018 09:40:11 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","mtu":1500}]} 2018-10-26 09:40:11,687 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-f976bc14-b2d7-43d5-9314-852209f6a90f 2018-10-26 09:40:11,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61a724be416e85f69725379e303dcc44b16ec29e" 2018-10-26 09:40:11,865 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-9eca6e72-dbfb-4a14-a9d0-bfced364ae41 Date: Fri, 26 Oct 2018 09:40:11 GMT RESP BODY: {"subnets":[]} 2018-10-26 09:40:11,865 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-9eca6e72-dbfb-4a14-a9d0-bfced364ae41 2018-10-26 09:40:11,865 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-b7079b12-6bff-401b-89d2-8829c33e2598-pub-router 2018-10-26 09:40:11,865 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-b7079b12-6bff-401b-89d2-8829c33e2598-pub-router 2018-10-26 09:40:11,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/a152e976-e7eb-4616-ab6c-90d9ac0cd1ae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1287c427b6bf38af95b14116443bb96695d1a158" 2018-10-26 09:40:15,267 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6f6f16df-a2fa-403e-a291-7f3b32d93a96 Content-Length: 0 Date: Fri, 26 Oct 2018 09:40:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:40:15,267 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/a152e976-e7eb-4616-ab6c-90d9ac0cd1ae used request id req-6f6f16df-a2fa-403e-a291-7f3b32d93a96 2018-10-26 09:40:15,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54faa5a5c932b4c36ea50548246b8d0f7ed8cb6b" 2018-10-26 09:40:15,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-e62f4366-9098-4f04-808a-8f31e1f9a7bb Date: Fri, 26 Oct 2018 09:40:15 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:40:15,478 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-e62f4366-9098-4f04-808a-8f31e1f9a7bb 2018-10-26 09:40:15,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54faa5a5c932b4c36ea50548246b8d0f7ed8cb6b" 2018-10-26 09:40:15,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:40:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ca7872c-2399-4b24-a015-7270afe05c8b 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:40:15,572 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-3ca7872c-2399-4b24-a015-7270afe05c8b 2018-10-26 09:40:15,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54faa5a5c932b4c36ea50548246b8d0f7ed8cb6b" 2018-10-26 09:40:15,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:40:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34040b39-c88b-4cc4-bbeb-a78d5b68925e 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:40:15,656 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-34040b39-c88b-4cc4-bbeb-a78d5b68925e 2018-10-26 09:40:15,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54faa5a5c932b4c36ea50548246b8d0f7ed8cb6b" 2018-10-26 09:40:15,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:40:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63021878-339b-49ec-8eff-f2a7e83be0bc 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:40:15,747 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-63021878-339b-49ec-8eff-f2a7e83be0bc 2018-10-26 09:40:15,747 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-936861df-6a4e-4e3-proj 2018-10-26 09:40:15,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/a3c1f09f0b754ad88f5bde10fdf3ddf8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54faa5a5c932b4c36ea50548246b8d0f7ed8cb6b" 2018-10-26 09:40:15,967 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:40:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0782cc0b-2825-448b-8e0a-2ae9e2cdd04a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:40:15,967 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/a3c1f09f0b754ad88f5bde10fdf3ddf8 used request id req-0782cc0b-2825-448b-8e0a-2ae9e2cdd04a 2018-10-26 09:40:15,967 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-936861df-6a4e-4e3-proj-role 2018-10-26 09:40:15,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/111754d16f3f4987a34ef04bb71f687d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54faa5a5c932b4c36ea50548246b8d0f7ed8cb6b" 2018-10-26 09:40:16,066 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:40:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c89a66f7-24cf-4cd8-bfac-573896737673 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:40:16,066 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/111754d16f3f4987a34ef04bb71f687d used request id req-c89a66f7-24cf-4cd8-bfac-573896737673 2018-10-26 09:40:16,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54faa5a5c932b4c36ea50548246b8d0f7ed8cb6b" 2018-10-26 09:40:16,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:40:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f0e9c28-a29c-4526-8766-86887947f5a7 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:40:16,156 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-7f0e9c28-a29c-4526-8766-86887947f5a7 2018-10-26 09:40:16,157 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-936861df-6a4e-4e3-user 2018-10-26 09:40:16,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/5105f4e97a34491d810d34085b0403ad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40391da684ac59084f2c6d2a415b1e6a692f537f" 2018-10-26 09:40:16,367 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:40:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-089a9849-ea06-43d6-9df3-4a661d24d4ab Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:40:16,367 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/5105f4e97a34491d810d34085b0403ad used request id req-089a9849-ea06-43d6-9df3-4a661d24d4ab 2018-10-26 09:40:16,369 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:40:16,741 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:40:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["cxGPog8FR76zPztP4oJX5w"], "issued_at": "2018-10-26T09:40:16.000000Z"}} 2018-10-26 09:40:16,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb86cb68a9b3cf874cc37a4f55093a1fa60b8531" 2018-10-26 09:40:16,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:40:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed11ce20-eeaa-44fa-b20f-e33677bbfef6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:40:16,825 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ed11ce20-eeaa-44fa-b20f-e33677bbfef6 2018-10-26 09:40:16,827 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:40:16,828 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:40:17,222 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:40:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["sHLAbgXIToCmC7YozCaMVg"], "issued_at": "2018-10-26T09:40:17.000000Z"}} 2018-10-26 09:40:17,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2618e53995d0c5e01b8554abc98e5b3f4a265978" 2018-10-26 09:40:17,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:40:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58c708fc-2671-4c15-b02d-b7c7b679a558 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:40:17,310 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-58c708fc-2671-4c15-b02d-b7c7b679a558 2018-10-26 09:40:17,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:40:17,320 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:40: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:40:17,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-e5411d81-4376-48b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2618e53995d0c5e01b8554abc98e5b3f4a265978" 2018-10-26 09:40:17,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:40:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b79a083-32c0-411c-9366-ffe0aa497e7c Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-e5411d81-4376-48b-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:40:17,408 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-e5411d81-4376-48b-proj used request id req-0b79a083-32c0-411c-9366-ffe0aa497e7c 2018-10-26 09:40:17,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2618e53995d0c5e01b8554abc98e5b3f4a265978" 2018-10-26 09:40:17,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:40:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55a60dad-4a9d-431d-8879-0a10502071ea Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:40:17,491 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-55a60dad-4a9d-431d-8879-0a10502071ea 2018-10-26 09:40:17,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2618e53995d0c5e01b8554abc98e5b3f4a265978" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-e5411d81-4376-48b-proj"}}' 2018-10-26 09:40:17,610 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:40:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-86db6b60-0545-420a-8694-79914b56c24f Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/94fe4fb2d64843c7a36991fc6989b1d8"}, "enabled": true, "id": "94fe4fb2d64843c7a36991fc6989b1d8", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-e5411d81-4376-48b-proj"}} 2018-10-26 09:40:17,611 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-86db6b60-0545-420a-8694-79914b56c24f 2018-10-26 09:40:17,611 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-e5411d81-4376-48b-proj 2018-10-26 09:40:17,611 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:40:17,612 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:40:18,000 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:40:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["Nl0_Jx9yQ2CMDXymSBrgUQ"], "issued_at": "2018-10-26T09:40:18.000000Z"}} 2018-10-26 09:40:18,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f707baf1840a762ccab2f51bf3542a4a66a12757" 2018-10-26 09:40:18,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:40:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-baa6d8a6-c034-455a-93ad-01f9d381b406 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:40:18,082 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-baa6d8a6-c034-455a-93ad-01f9d381b406 2018-10-26 09:40:18,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:40:18,092 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:40:18,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f707baf1840a762ccab2f51bf3542a4a66a12757" 2018-10-26 09:40:18,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:40:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20b2aee7-adbd-4765-8806-2c369c0a2def Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:40:18,196 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-20b2aee7-adbd-4765-8806-2c369c0a2def 2018-10-26 09:40:18,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-e5411d81-4376-48b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f707baf1840a762ccab2f51bf3542a4a66a12757" 2018-10-26 09:40:18,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:40:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cafb4e6e-c046-4d23-bdc6-67b28cddcabb Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-e5411d81-4376-48b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/94fe4fb2d64843c7a36991fc6989b1d8"}, "enabled": true, "id": "94fe4fb2d64843c7a36991fc6989b1d8", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-e5411d81-4376-48b-proj"}]} 2018-10-26 09:40:18,284 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-e5411d81-4376-48b-proj used request id req-cafb4e6e-c046-4d23-bdc6-67b28cddcabb 2018-10-26 09:40:18,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f707baf1840a762ccab2f51bf3542a4a66a12757" 2018-10-26 09:40:18,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:40:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2725c5d4-a2ad-4dff-ae21-854fb030da50 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:40:18,375 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-2725c5d4-a2ad-4dff-ae21-854fb030da50 2018-10-26 09:40:18,738 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-e5411d81-4376-48b-user 2018-10-26 09:40:18,738 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:40:18,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2618e53995d0c5e01b8554abc98e5b3f4a265978" 2018-10-26 09:40:18,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:40:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df901970-82cc-426c-9a7d-bbbde3f81389 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:40:18,824 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-df901970-82cc-426c-9a7d-bbbde3f81389 2018-10-26 09:40:18,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2618e53995d0c5e01b8554abc98e5b3f4a265978" -d '{"role": {"name": "CreateRouterSuccessTests-e5411d81-4376-48b-proj-role"}}' 2018-10-26 09:40:18,934 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:40:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-48620569-41a1-4a92-9ff8-933ca90379e1 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "62df3009fe504825a98d6990b38eee67", "links": {"self": "http://172.30.9.21:5000/v3/roles/62df3009fe504825a98d6990b38eee67"}, "name": "CreateRouterSuccessTests-e5411d81-4376-48b-proj-role"}} 2018-10-26 09:40:18,934 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-48620569-41a1-4a92-9ff8-933ca90379e1 2018-10-26 09:40:18,934 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-e5411d81-4376-48b-proj-role 2018-10-26 09:40:18,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/62df3009fe504825a98d6990b38eee67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2618e53995d0c5e01b8554abc98e5b3f4a265978" 2018-10-26 09:40:18,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:40:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62c2b54a-f259-47e0-8827-bb0806cf8e55 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/62df3009fe504825a98d6990b38eee67"}, "domain_id": null, "name": "CreateRouterSuccessTests-e5411d81-4376-48b-proj-role", "id": "62df3009fe504825a98d6990b38eee67"}} 2018-10-26 09:40:18,955 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/62df3009fe504825a98d6990b38eee67 used request id req-62c2b54a-f259-47e0-8827-bb0806cf8e55 2018-10-26 09:40:18,956 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-e5411d81-4376-48b-proj-role to project CreateRouterSuccessTests-e5411d81-4376-48b-proj 2018-10-26 09:40:18,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/94fe4fb2d64843c7a36991fc6989b1d8/users/0231715b4cd9474ca0aaa5a94d590784/roles/62df3009fe504825a98d6990b38eee67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2618e53995d0c5e01b8554abc98e5b3f4a265978" 2018-10-26 09:40:19,086 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:40:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-44341113-f90a-47be-bde2-7113423837b6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:40:19,087 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/94fe4fb2d64843c7a36991fc6989b1d8/users/0231715b4cd9474ca0aaa5a94d590784/roles/62df3009fe504825a98d6990b38eee67 used request id req-44341113-f90a-47be-bde2-7113423837b6 2018-10-26 09:40:19,087 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:40:19,088 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:40:19,469 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "62df3009fe504825a98d6990b38eee67", "name": "CreateRouterSuccessTests-e5411d81-4376-48b-proj-role"}], "expires_at": "2018-10-26T10:40:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "94fe4fb2d64843c7a36991fc6989b1d8", "name": "CreateRouterSuccessTests-e5411d81-4376-48b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-e5411d81-4376-48b-user", "id": "0231715b4cd9474ca0aaa5a94d590784"}, "audit_ids": ["EIURGNfsRw24r02tU3O-yA"], "issued_at": "2018-10-26T09:40:19.000000Z"}} 2018-10-26 09:40:19,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88aa258a39f87c47df2621a0bb96cb09a9c62532" 2018-10-26 09:40:19,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:40:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7de11a58-5520-4e09-bf70-f53d734fe35c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:40:19,558 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-7de11a58-5520-4e09-bf70-f53d734fe35c 2018-10-26 09:40:19,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88aa258a39f87c47df2621a0bb96cb09a9c62532" 2018-10-26 09:40:19,832 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-4555df0c-66d0-4c9b-a405-4a1a4504660b Date: Fri, 26 Oct 2018 09:40:19 GMT RESP BODY: {"networks":[]} 2018-10-26 09:40:19,832 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-net1 used request id req-4555df0c-66d0-4c9b-a405-4a1a4504660b 2018-10-26 09:40:19,833 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-net1 2018-10-26 09:40:19,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88aa258a39f87c47df2621a0bb96cb09a9c62532" -d '{"network": {"name": "CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-net1", "admin_state_up": true}}' 2018-10-26 09:40:20,435 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-52f534e5-3516-46fe-8207-55866ec0ec58 Date: Fri, 26 Oct 2018 09:40:20 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"8e448dc1-a7cc-470d-91bb-4e09338f1891","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"94fe4fb2d64843c7a36991fc6989b1d8","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T09:40:20Z","is_default":false,"name":"CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-net1","qos_policy_id":null,"admin_state_up":true,"tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:20Z","mtu":1450}} 2018-10-26 09:40:20,435 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-52f534e5-3516-46fe-8207-55866ec0ec58 2018-10-26 09:40:20,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=8e448dc1-a7cc-470d-91bb-4e09338f1891 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88aa258a39f87c47df2621a0bb96cb09a9c62532" 2018-10-26 09:40:20,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-c5a4e73a-dfbf-48ff-85bd-dc39a7fb2208 Date: Fri, 26 Oct 2018 09:40: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-26T09:40:20Z","tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"94fe4fb2d64843c7a36991fc6989b1d8","id":"8e448dc1-a7cc-470d-91bb-4e09338f1891","name":"CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-net1"}]} 2018-10-26 09:40:20,669 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=8e448dc1-a7cc-470d-91bb-4e09338f1891 used request id req-c5a4e73a-dfbf-48ff-85bd-dc39a7fb2208 2018-10-26 09:40:20,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=8e448dc1-a7cc-470d-91bb-4e09338f1891 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88aa258a39f87c47df2621a0bb96cb09a9c62532" 2018-10-26 09:40:20,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a5a54c47-87a3-4dd1-940c-df03b6683e66 Date: Fri, 26 Oct 2018 09:40:20 GMT RESP BODY: {"subnets":[]} 2018-10-26 09:40:20,860 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=8e448dc1-a7cc-470d-91bb-4e09338f1891 used request id req-a5a54c47-87a3-4dd1-940c-df03b6683e66 2018-10-26 09:40:20,860 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-subnet1 2018-10-26 09:40:20,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88aa258a39f87c47df2621a0bb96cb09a9c62532" -d '{"subnets": [{"ip_version": 4, "network_id": "8e448dc1-a7cc-470d-91bb-4e09338f1891", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-subnet1"}]}' 2018-10-26 09:40:21,543 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-a84c7abf-57c5-4557-8e69-75a7681e9ebd Date: Fri, 26 Oct 2018 09:40:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8e448dc1-a7cc-470d-91bb-4e09338f1891","tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:21Z","dns_nameservers":[],"updated_at":"2018-10-26T09:40:21Z","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":"94fe4fb2d64843c7a36991fc6989b1d8","id":"b32cd491-4c41-4b4f-8c1a-9391a8d74720","subnetpool_id":null,"name":"CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-subnet1"}]} 2018-10-26 09:40:21,543 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-a84c7abf-57c5-4557-8e69-75a7681e9ebd 2018-10-26 09:40:21,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=8e448dc1-a7cc-470d-91bb-4e09338f1891 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88aa258a39f87c47df2621a0bb96cb09a9c62532" 2018-10-26 09:40:21,649 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-776cb2ef-c55a-453e-ae88-0b5c46b0e08d Date: Fri, 26 Oct 2018 09:40: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":["b32cd491-4c41-4b4f-8c1a-9391a8d74720"],"updated_at":"2018-10-26T09:40:21Z","tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"94fe4fb2d64843c7a36991fc6989b1d8","id":"8e448dc1-a7cc-470d-91bb-4e09338f1891","name":"CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-net1"}]} 2018-10-26 09:40:21,649 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=8e448dc1-a7cc-470d-91bb-4e09338f1891 used request id req-776cb2ef-c55a-453e-ae88-0b5c46b0e08d 2018-10-26 09:40:21,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=8e448dc1-a7cc-470d-91bb-4e09338f1891 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88aa258a39f87c47df2621a0bb96cb09a9c62532" 2018-10-26 09:40:21,854 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-3f72df82-0b0f-4eb4-a786-563774d6bf32 Date: Fri, 26 Oct 2018 09:40:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8e448dc1-a7cc-470d-91bb-4e09338f1891","tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:21Z","dns_nameservers":[],"updated_at":"2018-10-26T09:40:21Z","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":"94fe4fb2d64843c7a36991fc6989b1d8","id":"b32cd491-4c41-4b4f-8c1a-9391a8d74720","subnetpool_id":null,"name":"CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-subnet1"}]} 2018-10-26 09:40:21,854 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=8e448dc1-a7cc-470d-91bb-4e09338f1891 used request id req-3f72df82-0b0f-4eb4-a786-563774d6bf32 2018-10-26 09:40:21,855 - OpenStackNetwork - DEBUG - Network [8e448dc1-a7cc-470d-91bb-4e09338f1891] created successfully 2018-10-26 09:40:21,855 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:40:21,855 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:40:22,231 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "62df3009fe504825a98d6990b38eee67", "name": "CreateRouterSuccessTests-e5411d81-4376-48b-proj-role"}], "expires_at": "2018-10-26T10:40:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "94fe4fb2d64843c7a36991fc6989b1d8", "name": "CreateRouterSuccessTests-e5411d81-4376-48b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-e5411d81-4376-48b-user", "id": "0231715b4cd9474ca0aaa5a94d590784"}, "audit_ids": ["3L6sc3x5Ruai2B47xkLGGw"], "issued_at": "2018-10-26T09:40:22.000000Z"}} 2018-10-26 09:40:22,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad4d7b0ac8172c2604bd66252992118a52ad7f97" 2018-10-26 09:40:22,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:40:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cdc9e3a-53e2-4ab2-9e0f-4e151f6c1d7e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:40:22,306 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-1cdc9e3a-53e2-4ab2-9e0f-4e151f6c1d7e 2018-10-26 09:40:22,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad4d7b0ac8172c2604bd66252992118a52ad7f97" 2018-10-26 09:40:22,482 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-6abe8350-631d-49d9-a3a0-391a0374e4de Date: Fri, 26 Oct 2018 09:40:22 GMT RESP BODY: {"networks":[]} 2018-10-26 09:40:22,483 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-net2 used request id req-6abe8350-631d-49d9-a3a0-391a0374e4de 2018-10-26 09:40:22,483 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-net2 2018-10-26 09:40:22,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad4d7b0ac8172c2604bd66252992118a52ad7f97" -d '{"network": {"name": "CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-net2", "admin_state_up": true}}' 2018-10-26 09:40:22,880 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-7c25f083-16db-4667-abc8-085096d7e6d3 Date: Fri, 26 Oct 2018 09:40:22 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"a2d1289d-e461-4299-9241-16ed8e6bc027","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"94fe4fb2d64843c7a36991fc6989b1d8","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T09:40:22Z","is_default":false,"name":"CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-net2","qos_policy_id":null,"admin_state_up":true,"tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:22Z","mtu":1450}} 2018-10-26 09:40:22,880 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-7c25f083-16db-4667-abc8-085096d7e6d3 2018-10-26 09:40:22,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=a2d1289d-e461-4299-9241-16ed8e6bc027 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad4d7b0ac8172c2604bd66252992118a52ad7f97" 2018-10-26 09:40:23,114 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-cdd85351-bc35-479f-8302-027e00b5a263 Date: Fri, 26 Oct 2018 09:40:23 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-26T09:40:22Z","tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"94fe4fb2d64843c7a36991fc6989b1d8","id":"a2d1289d-e461-4299-9241-16ed8e6bc027","name":"CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-net2"}]} 2018-10-26 09:40:23,114 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=a2d1289d-e461-4299-9241-16ed8e6bc027 used request id req-cdd85351-bc35-479f-8302-027e00b5a263 2018-10-26 09:40:23,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=a2d1289d-e461-4299-9241-16ed8e6bc027 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad4d7b0ac8172c2604bd66252992118a52ad7f97" 2018-10-26 09:40:23,292 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c2ed0a5e-9640-4cbb-ac88-f2c7c483dc2f Date: Fri, 26 Oct 2018 09:40:23 GMT RESP BODY: {"subnets":[]} 2018-10-26 09:40:23,293 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=a2d1289d-e461-4299-9241-16ed8e6bc027 used request id req-c2ed0a5e-9640-4cbb-ac88-f2c7c483dc2f 2018-10-26 09:40:23,293 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-subnet2 2018-10-26 09:40:23,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad4d7b0ac8172c2604bd66252992118a52ad7f97" -d '{"subnets": [{"ip_version": 4, "network_id": "a2d1289d-e461-4299-9241-16ed8e6bc027", "cidr": "10.200.202.0/24", "gateway_ip": "10.200.202.1", "name": "CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-subnet2"}]}' 2018-10-26 09:40:24,256 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-41a03ec1-28e6-409c-862f-8c3b5f43a5c6 Date: Fri, 26 Oct 2018 09:40:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a2d1289d-e461-4299-9241-16ed8e6bc027","tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:23Z","dns_nameservers":[],"updated_at":"2018-10-26T09:40:23Z","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":"94fe4fb2d64843c7a36991fc6989b1d8","id":"94a42227-f666-4905-9a3d-d8a12de72607","subnetpool_id":null,"name":"CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-subnet2"}]} 2018-10-26 09:40:24,256 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-41a03ec1-28e6-409c-862f-8c3b5f43a5c6 2018-10-26 09:40:24,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=a2d1289d-e461-4299-9241-16ed8e6bc027 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad4d7b0ac8172c2604bd66252992118a52ad7f97" 2018-10-26 09:40:24,355 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-33b4f0c0-f0c6-4adf-be83-9a1d3a529f95 Date: Fri, 26 Oct 2018 09:40: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":["94a42227-f666-4905-9a3d-d8a12de72607"],"updated_at":"2018-10-26T09:40:23Z","tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"94fe4fb2d64843c7a36991fc6989b1d8","id":"a2d1289d-e461-4299-9241-16ed8e6bc027","name":"CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-net2"}]} 2018-10-26 09:40:24,356 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=a2d1289d-e461-4299-9241-16ed8e6bc027 used request id req-33b4f0c0-f0c6-4adf-be83-9a1d3a529f95 2018-10-26 09:40:24,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=a2d1289d-e461-4299-9241-16ed8e6bc027 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad4d7b0ac8172c2604bd66252992118a52ad7f97" 2018-10-26 09:40:24,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-cfa4f576-66ac-4cfb-97de-178401c3cc64 Date: Fri, 26 Oct 2018 09:40:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a2d1289d-e461-4299-9241-16ed8e6bc027","tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:23Z","dns_nameservers":[],"updated_at":"2018-10-26T09:40:23Z","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":"94fe4fb2d64843c7a36991fc6989b1d8","id":"94a42227-f666-4905-9a3d-d8a12de72607","subnetpool_id":null,"name":"CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-subnet2"}]} 2018-10-26 09:40:24,557 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=a2d1289d-e461-4299-9241-16ed8e6bc027 used request id req-cfa4f576-66ac-4cfb-97de-178401c3cc64 2018-10-26 09:40:24,558 - OpenStackNetwork - DEBUG - Network [a2d1289d-e461-4299-9241-16ed8e6bc027] created successfully 2018-10-26 09:40:24,558 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:40:24,559 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:40:24,935 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "62df3009fe504825a98d6990b38eee67", "name": "CreateRouterSuccessTests-e5411d81-4376-48b-proj-role"}], "expires_at": "2018-10-26T10:40:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "94fe4fb2d64843c7a36991fc6989b1d8", "name": "CreateRouterSuccessTests-e5411d81-4376-48b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-e5411d81-4376-48b-user", "id": "0231715b4cd9474ca0aaa5a94d590784"}, "audit_ids": ["UFPS1wwiRV-gFmIYvQSDIg"], "issued_at": "2018-10-26T09:40:24.000000Z"}} 2018-10-26 09:40:24,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}870c196d11aa00ca6637a9356b5a1d7954fa2791" 2018-10-26 09:40:25,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:40:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89c178be-7215-476c-9455-9e42c368d66d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:40:25,008 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-89c178be-7215-476c-9455-9e42c368d66d 2018-10-26 09:40:25,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}870c196d11aa00ca6637a9356b5a1d7954fa2791" 2018-10-26 09:40:25,223 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-9bb2ea48-c0e3-4825-90fe-23c0ee1bea21 Date: Fri, 26 Oct 2018 09:40:25 GMT RESP BODY: {"routers": []} 2018-10-26 09:40:25,223 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-router&admin_state_up=True used request id req-9bb2ea48-c0e3-4825-90fe-23c0ee1bea21 2018-10-26 09:40:25,224 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:40:25,225 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:40:25,617 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "62df3009fe504825a98d6990b38eee67", "name": "CreateRouterSuccessTests-e5411d81-4376-48b-proj-role"}], "expires_at": "2018-10-26T10:40:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "94fe4fb2d64843c7a36991fc6989b1d8", "name": "CreateRouterSuccessTests-e5411d81-4376-48b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-e5411d81-4376-48b-user", "id": "0231715b4cd9474ca0aaa5a94d590784"}, "audit_ids": ["qXh_WifFRWqLapP-rxs_uA"], "issued_at": "2018-10-26T09:40:25.000000Z"}} 2018-10-26 09:40:25,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f02afc94c4c9c3a606ab8e99eefb48aa917a05c" 2018-10-26 09:40:25,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:40:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cc2ef1e-f2f3-4401-91f3-f26e43d0ef1d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:40:25,692 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-3cc2ef1e-f2f3-4401-91f3-f26e43d0ef1d 2018-10-26 09:40:25,694 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-router 2018-10-26 09:40:25,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}870c196d11aa00ca6637a9356b5a1d7954fa2791" -d '{"router": {"name": "CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-router", "admin_state_up": true}}' 2018-10-26 09:40:29,517 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 535 X-Openstack-Request-Id: req-f12dba64-54df-47ba-afcc-a3cb9018717b Date: Fri, 26 Oct 2018 09:40:29 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "94fe4fb2d64843c7a36991fc6989b1d8", "created_at": "2018-10-26T09:40:26Z", "admin_state_up": true, "updated_at": "2018-10-26T09:40:26Z", "flavor_id": null, "revision_number": 1, "routes": [], "project_id": "94fe4fb2d64843c7a36991fc6989b1d8", "id": "c51f25df-fdda-4850-8eae-090e1af84693", "name": "CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-router"}} 2018-10-26 09:40:29,517 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-f12dba64-54df-47ba-afcc-a3cb9018717b 2018-10-26 09:40:29,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=c51f25df-fdda-4850-8eae-090e1af84693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}870c196d11aa00ca6637a9356b5a1d7954fa2791" 2018-10-26 09:40:29,706 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-f8ad3a02-467f-4614-8b6d-9b439db6df84 Date: Fri, 26 Oct 2018 09:40:29 GMT RESP BODY: {"ports":[]} 2018-10-26 09:40:29,706 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=c51f25df-fdda-4850-8eae-090e1af84693 used request id req-f8ad3a02-467f-4614-8b6d-9b439db6df84 2018-10-26 09:40:29,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}870c196d11aa00ca6637a9356b5a1d7954fa2791" 2018-10-26 09:40:29,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-e8a45d80-2d4b-453b-8142-3441743eb3a3 Date: Fri, 26 Oct 2018 09:40: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":["b32cd491-4c41-4b4f-8c1a-9391a8d74720"],"updated_at":"2018-10-26T09:40:21Z","tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"94fe4fb2d64843c7a36991fc6989b1d8","id":"8e448dc1-a7cc-470d-91bb-4e09338f1891","name":"CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-net1"}]} 2018-10-26 09:40:29,957 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-net1 used request id req-e8a45d80-2d4b-453b-8142-3441743eb3a3 2018-10-26 09:40:29,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:40:29,966 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:40: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:40:29,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/94fe4fb2d64843c7a36991fc6989b1d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}870c196d11aa00ca6637a9356b5a1d7954fa2791" 2018-10-26 09:40:30,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:40:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f861d6c9-a606-4cf1-b3c8-4f9d84d8df70 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/94fe4fb2d64843c7a36991fc6989b1d8"}, "enabled": true, "id": "94fe4fb2d64843c7a36991fc6989b1d8", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-e5411d81-4376-48b-proj"}} 2018-10-26 09:40:30,043 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/94fe4fb2d64843c7a36991fc6989b1d8 used request id req-f861d6c9-a606-4cf1-b3c8-4f9d84d8df70 2018-10-26 09:40:30,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=8e448dc1-a7cc-470d-91bb-4e09338f1891 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}870c196d11aa00ca6637a9356b5a1d7954fa2791" 2018-10-26 09:40:30,099 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-fbe2d6ab-c9c6-4581-a6c0-05f3e939b73b Date: Fri, 26 Oct 2018 09:40:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8e448dc1-a7cc-470d-91bb-4e09338f1891","tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:21Z","dns_nameservers":[],"updated_at":"2018-10-26T09:40:21Z","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":"94fe4fb2d64843c7a36991fc6989b1d8","id":"b32cd491-4c41-4b4f-8c1a-9391a8d74720","subnetpool_id":null,"name":"CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-subnet1"}]} 2018-10-26 09:40:30,100 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=8e448dc1-a7cc-470d-91bb-4e09338f1891 used request id req-fbe2d6ab-c9c6-4581-a6c0-05f3e939b73b 2018-10-26 09:40:30,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=8e448dc1-a7cc-470d-91bb-4e09338f1891&name=CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}870c196d11aa00ca6637a9356b5a1d7954fa2791" 2018-10-26 09:40:30,283 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-0d58dc92-af72-4733-96cc-7714527bdf4a Date: Fri, 26 Oct 2018 09:40:30 GMT RESP BODY: {"ports":[]} 2018-10-26 09:40:30,283 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=8e448dc1-a7cc-470d-91bb-4e09338f1891&name=CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-port1&admin_state_up=True used request id req-0d58dc92-af72-4733-96cc-7714527bdf4a 2018-10-26 09:40:30,284 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-port1 for router - CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-router 2018-10-26 09:40:30,284 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:40:30,285 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:40:30,658 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "62df3009fe504825a98d6990b38eee67", "name": "CreateRouterSuccessTests-e5411d81-4376-48b-proj-role"}], "expires_at": "2018-10-26T10:40:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "94fe4fb2d64843c7a36991fc6989b1d8", "name": "CreateRouterSuccessTests-e5411d81-4376-48b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-e5411d81-4376-48b-user", "id": "0231715b4cd9474ca0aaa5a94d590784"}, "audit_ids": ["kAP65aSPR0KWTvytp42A_Q"], "issued_at": "2018-10-26T09:40:30.000000Z"}} 2018-10-26 09:40:30,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4b9911369fa2073f0e49cb99638cb6b59ae595f" 2018-10-26 09:40:30,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:40:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0ce4569-e810-4a81-a0f9-524c5fb8ea55 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:40:30,730 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b0ce4569-e810-4a81-a0f9-524c5fb8ea55 2018-10-26 09:40:30,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}870c196d11aa00ca6637a9356b5a1d7954fa2791" 2018-10-26 09:40:30,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-05f341ea-d4c1-4baf-9ebf-96543ce9054b Date: Fri, 26 Oct 2018 09:40: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":["b32cd491-4c41-4b4f-8c1a-9391a8d74720"],"updated_at":"2018-10-26T09:40:21Z","tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"94fe4fb2d64843c7a36991fc6989b1d8","id":"8e448dc1-a7cc-470d-91bb-4e09338f1891","name":"CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-net1"}]} 2018-10-26 09:40:30,838 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-net1 used request id req-05f341ea-d4c1-4baf-9ebf-96543ce9054b 2018-10-26 09:40:30,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=8e448dc1-a7cc-470d-91bb-4e09338f1891 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}870c196d11aa00ca6637a9356b5a1d7954fa2791" 2018-10-26 09:40:31,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-5dfd7322-5d0b-4808-9d9c-9d03312cbb71 Date: Fri, 26 Oct 2018 09:40:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8e448dc1-a7cc-470d-91bb-4e09338f1891","tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:21Z","dns_nameservers":[],"updated_at":"2018-10-26T09:40:21Z","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":"94fe4fb2d64843c7a36991fc6989b1d8","id":"b32cd491-4c41-4b4f-8c1a-9391a8d74720","subnetpool_id":null,"name":"CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-subnet1"}]} 2018-10-26 09:40:31,052 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=8e448dc1-a7cc-470d-91bb-4e09338f1891 used request id req-5dfd7322-5d0b-4808-9d9c-9d03312cbb71 2018-10-26 09:40:31,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}870c196d11aa00ca6637a9356b5a1d7954fa2791" 2018-10-26 09:40:31,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-ec6c85c9-c754-4b90-a4d7-3641fd19e87d Date: Fri, 26 Oct 2018 09:40: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":["b32cd491-4c41-4b4f-8c1a-9391a8d74720"],"updated_at":"2018-10-26T09:40:21Z","tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"94fe4fb2d64843c7a36991fc6989b1d8","id":"8e448dc1-a7cc-470d-91bb-4e09338f1891","name":"CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-net1"}]} 2018-10-26 09:40:31,310 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-net1 used request id req-ec6c85c9-c754-4b90-a4d7-3641fd19e87d 2018-10-26 09:40:31,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:40:31,319 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:40: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:40:31,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/94fe4fb2d64843c7a36991fc6989b1d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4b9911369fa2073f0e49cb99638cb6b59ae595f" 2018-10-26 09:40:31,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:40:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43bbd807-6f5a-4ad4-ba17-52e25aeb8ca8 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/94fe4fb2d64843c7a36991fc6989b1d8"}, "enabled": true, "id": "94fe4fb2d64843c7a36991fc6989b1d8", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-e5411d81-4376-48b-proj"}} 2018-10-26 09:40:31,399 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/94fe4fb2d64843c7a36991fc6989b1d8 used request id req-43bbd807-6f5a-4ad4-ba17-52e25aeb8ca8 2018-10-26 09:40:31,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=8e448dc1-a7cc-470d-91bb-4e09338f1891 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}870c196d11aa00ca6637a9356b5a1d7954fa2791" 2018-10-26 09:40:31,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-c9797783-5b5c-4769-a60e-ace5973b89f5 Date: Fri, 26 Oct 2018 09:40:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8e448dc1-a7cc-470d-91bb-4e09338f1891","tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:21Z","dns_nameservers":[],"updated_at":"2018-10-26T09:40:21Z","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":"94fe4fb2d64843c7a36991fc6989b1d8","id":"b32cd491-4c41-4b4f-8c1a-9391a8d74720","subnetpool_id":null,"name":"CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-subnet1"}]} 2018-10-26 09:40:31,596 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=8e448dc1-a7cc-470d-91bb-4e09338f1891 used request id req-c9797783-5b5c-4769-a60e-ace5973b89f5 2018-10-26 09:40:31,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=8e448dc1-a7cc-470d-91bb-4e09338f1891&name=CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}870c196d11aa00ca6637a9356b5a1d7954fa2791" 2018-10-26 09:40:31,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-ff1202e2-d84a-4353-9c89-bd619b414123 Date: Fri, 26 Oct 2018 09:40:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8e448dc1-a7cc-470d-91bb-4e09338f1891","tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:21Z","dns_nameservers":[],"updated_at":"2018-10-26T09:40:21Z","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":"94fe4fb2d64843c7a36991fc6989b1d8","id":"b32cd491-4c41-4b4f-8c1a-9391a8d74720","subnetpool_id":null,"name":"CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-subnet1"}]} 2018-10-26 09:40:31,802 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=8e448dc1-a7cc-470d-91bb-4e09338f1891&name=CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-subnet1 used request id req-ff1202e2-d84a-4353-9c89-bd619b414123 2018-10-26 09:40:31,802 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-net1 2018-10-26 09:40:31,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}870c196d11aa00ca6637a9356b5a1d7954fa2791" -d '{"port": {"network_id": "8e448dc1-a7cc-470d-91bb-4e09338f1891", "fixed_ips": [{"subnet_id": "b32cd491-4c41-4b4f-8c1a-9391a8d74720", "ip_address": "10.200.201.1"}], "name": "CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-port1", "admin_state_up": true}}' 2018-10-26 09:40:32,952 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 783 X-Openstack-Request-Id: req-d744c0bb-2961-487a-9eaf-3c5038b0c492 Date: Fri, 26 Oct 2018 09:40:32 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:40:32Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b32cd491-4c41-4b4f-8c1a-9391a8d74720","ip_address":"10.200.201.1"}],"id":"eebc85c6-3a27-429c-b35e-f0e9f93e845b","security_groups":["507fba25-930e-45a1-8622-1ed631881166"],"mac_address":"fa:16:3e:64:55:52","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-port1","project_id":"94fe4fb2d64843c7a36991fc6989b1d8","qos_policy_id":null,"admin_state_up":true,"network_id":"8e448dc1-a7cc-470d-91bb-4e09338f1891","tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:32Z","binding:vnic_type":"normal"}} 2018-10-26 09:40:32,952 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-d744c0bb-2961-487a-9eaf-3c5038b0c492 2018-10-26 09:40:32,952 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-port1 for router - CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-router 2018-10-26 09:40:32,953 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-router 2018-10-26 09:40:32,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/c51f25df-fdda-4850-8eae-090e1af84693/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}870c196d11aa00ca6637a9356b5a1d7954fa2791" -d '{"port_id": "eebc85c6-3a27-429c-b35e-f0e9f93e845b"}' 2018-10-26 09:40:34,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3feffe7c-a7b1-4454-866a-2819813ad081 Date: Fri, 26 Oct 2018 09:40:34 GMT RESP BODY: {"network_id": "8e448dc1-a7cc-470d-91bb-4e09338f1891", "tenant_id": "94fe4fb2d64843c7a36991fc6989b1d8", "subnet_id": "b32cd491-4c41-4b4f-8c1a-9391a8d74720", "subnet_ids": ["b32cd491-4c41-4b4f-8c1a-9391a8d74720"], "port_id": "eebc85c6-3a27-429c-b35e-f0e9f93e845b", "id": "c51f25df-fdda-4850-8eae-090e1af84693"} 2018-10-26 09:40:34,761 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/c51f25df-fdda-4850-8eae-090e1af84693/add_router_interface used request id req-3feffe7c-a7b1-4454-866a-2819813ad081 2018-10-26 09:40:34,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}870c196d11aa00ca6637a9356b5a1d7954fa2791" 2018-10-26 09:40:35,094 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-8b6a3df3-3397-4e1a-94da-bba887f6a931 Date: Fri, 26 Oct 2018 09:40: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":["94a42227-f666-4905-9a3d-d8a12de72607"],"updated_at":"2018-10-26T09:40:23Z","tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"94fe4fb2d64843c7a36991fc6989b1d8","id":"a2d1289d-e461-4299-9241-16ed8e6bc027","name":"CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-net2"}]} 2018-10-26 09:40:35,094 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-net2 used request id req-8b6a3df3-3397-4e1a-94da-bba887f6a931 2018-10-26 09:40:35,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/94fe4fb2d64843c7a36991fc6989b1d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}870c196d11aa00ca6637a9356b5a1d7954fa2791" 2018-10-26 09:40:35,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:40:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-966b11b3-164f-4ffa-97d6-01c9f3458069 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/94fe4fb2d64843c7a36991fc6989b1d8"}, "enabled": true, "id": "94fe4fb2d64843c7a36991fc6989b1d8", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-e5411d81-4376-48b-proj"}} 2018-10-26 09:40:35,172 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/94fe4fb2d64843c7a36991fc6989b1d8 used request id req-966b11b3-164f-4ffa-97d6-01c9f3458069 2018-10-26 09:40:35,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=a2d1289d-e461-4299-9241-16ed8e6bc027 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}870c196d11aa00ca6637a9356b5a1d7954fa2791" 2018-10-26 09:40:35,507 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-f73c968a-a9f7-4877-8606-9ca3a577f0ac Date: Fri, 26 Oct 2018 09:40:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a2d1289d-e461-4299-9241-16ed8e6bc027","tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:23Z","dns_nameservers":[],"updated_at":"2018-10-26T09:40:23Z","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":"94fe4fb2d64843c7a36991fc6989b1d8","id":"94a42227-f666-4905-9a3d-d8a12de72607","subnetpool_id":null,"name":"CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-subnet2"}]} 2018-10-26 09:40:35,507 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=a2d1289d-e461-4299-9241-16ed8e6bc027 used request id req-f73c968a-a9f7-4877-8606-9ca3a577f0ac 2018-10-26 09:40:35,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=a2d1289d-e461-4299-9241-16ed8e6bc027&name=CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-port2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}870c196d11aa00ca6637a9356b5a1d7954fa2791" 2018-10-26 09:40:35,699 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-6435a84d-2043-471e-aac4-b5c5662f8094 Date: Fri, 26 Oct 2018 09:40:35 GMT RESP BODY: {"ports":[]} 2018-10-26 09:40:35,699 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=a2d1289d-e461-4299-9241-16ed8e6bc027&name=CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-port2&admin_state_up=True used request id req-6435a84d-2043-471e-aac4-b5c5662f8094 2018-10-26 09:40:35,699 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-port2 for router - CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-router 2018-10-26 09:40:35,699 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:40:35,700 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:40:36,082 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "62df3009fe504825a98d6990b38eee67", "name": "CreateRouterSuccessTests-e5411d81-4376-48b-proj-role"}], "expires_at": "2018-10-26T10:40:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "94fe4fb2d64843c7a36991fc6989b1d8", "name": "CreateRouterSuccessTests-e5411d81-4376-48b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-e5411d81-4376-48b-user", "id": "0231715b4cd9474ca0aaa5a94d590784"}, "audit_ids": ["SKAbSnoMQDG9dSSOo40oXg"], "issued_at": "2018-10-26T09:40:36.000000Z"}} 2018-10-26 09:40:36,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2eec6877337e197b65f0d8ee15b262f1039651b" 2018-10-26 09:40:36,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:40:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41246f99-d969-4a8c-86a1-0fd235d6370f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:40:36,156 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-41246f99-d969-4a8c-86a1-0fd235d6370f 2018-10-26 09:40:36,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}870c196d11aa00ca6637a9356b5a1d7954fa2791" 2018-10-26 09:40:36,260 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-ef8cf76a-b5fc-420c-9f53-da01741d5d32 Date: Fri, 26 Oct 2018 09:40: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":["94a42227-f666-4905-9a3d-d8a12de72607"],"updated_at":"2018-10-26T09:40:23Z","tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"94fe4fb2d64843c7a36991fc6989b1d8","id":"a2d1289d-e461-4299-9241-16ed8e6bc027","name":"CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-net2"}]} 2018-10-26 09:40:36,260 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-net2 used request id req-ef8cf76a-b5fc-420c-9f53-da01741d5d32 2018-10-26 09:40:36,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=a2d1289d-e461-4299-9241-16ed8e6bc027 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}870c196d11aa00ca6637a9356b5a1d7954fa2791" 2018-10-26 09:40:36,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-aff726ee-9ef4-4ce3-b14a-0412f72d0b89 Date: Fri, 26 Oct 2018 09:40:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a2d1289d-e461-4299-9241-16ed8e6bc027","tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:23Z","dns_nameservers":[],"updated_at":"2018-10-26T09:40:23Z","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":"94fe4fb2d64843c7a36991fc6989b1d8","id":"94a42227-f666-4905-9a3d-d8a12de72607","subnetpool_id":null,"name":"CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-subnet2"}]} 2018-10-26 09:40:36,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=a2d1289d-e461-4299-9241-16ed8e6bc027 used request id req-aff726ee-9ef4-4ce3-b14a-0412f72d0b89 2018-10-26 09:40:36,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}870c196d11aa00ca6637a9356b5a1d7954fa2791" 2018-10-26 09:40:36,726 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-53505b65-9ba7-48fd-97cb-b95de712fae8 Date: Fri, 26 Oct 2018 09:40: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":["94a42227-f666-4905-9a3d-d8a12de72607"],"updated_at":"2018-10-26T09:40:23Z","tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"94fe4fb2d64843c7a36991fc6989b1d8","id":"a2d1289d-e461-4299-9241-16ed8e6bc027","name":"CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-net2"}]} 2018-10-26 09:40:36,727 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-net2 used request id req-53505b65-9ba7-48fd-97cb-b95de712fae8 2018-10-26 09:40:36,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:40:36,736 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:40:36,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/94fe4fb2d64843c7a36991fc6989b1d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2eec6877337e197b65f0d8ee15b262f1039651b" 2018-10-26 09:40:36,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:40:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-393ad4b3-6497-40bf-996b-5a9f21505e17 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/94fe4fb2d64843c7a36991fc6989b1d8"}, "enabled": true, "id": "94fe4fb2d64843c7a36991fc6989b1d8", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-e5411d81-4376-48b-proj"}} 2018-10-26 09:40:36,817 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/94fe4fb2d64843c7a36991fc6989b1d8 used request id req-393ad4b3-6497-40bf-996b-5a9f21505e17 2018-10-26 09:40:36,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=a2d1289d-e461-4299-9241-16ed8e6bc027 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}870c196d11aa00ca6637a9356b5a1d7954fa2791" 2018-10-26 09:40:36,880 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-4090f9e9-ef62-4fe1-b076-a92dbb32d136 Date: Fri, 26 Oct 2018 09:40:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a2d1289d-e461-4299-9241-16ed8e6bc027","tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:23Z","dns_nameservers":[],"updated_at":"2018-10-26T09:40:23Z","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":"94fe4fb2d64843c7a36991fc6989b1d8","id":"94a42227-f666-4905-9a3d-d8a12de72607","subnetpool_id":null,"name":"CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-subnet2"}]} 2018-10-26 09:40:36,880 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=a2d1289d-e461-4299-9241-16ed8e6bc027 used request id req-4090f9e9-ef62-4fe1-b076-a92dbb32d136 2018-10-26 09:40:36,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=a2d1289d-e461-4299-9241-16ed8e6bc027&name=CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-subnet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}870c196d11aa00ca6637a9356b5a1d7954fa2791" 2018-10-26 09:40:36,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-f6e56d6a-1cd5-42f3-bf32-63c1aff35fa7 Date: Fri, 26 Oct 2018 09:40:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a2d1289d-e461-4299-9241-16ed8e6bc027","tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:23Z","dns_nameservers":[],"updated_at":"2018-10-26T09:40:23Z","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":"94fe4fb2d64843c7a36991fc6989b1d8","id":"94a42227-f666-4905-9a3d-d8a12de72607","subnetpool_id":null,"name":"CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-subnet2"}]} 2018-10-26 09:40:36,943 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=a2d1289d-e461-4299-9241-16ed8e6bc027&name=CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-subnet2 used request id req-f6e56d6a-1cd5-42f3-bf32-63c1aff35fa7 2018-10-26 09:40:36,944 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-net2 2018-10-26 09:40:36,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}870c196d11aa00ca6637a9356b5a1d7954fa2791" -d '{"port": {"network_id": "a2d1289d-e461-4299-9241-16ed8e6bc027", "fixed_ips": [{"subnet_id": "94a42227-f666-4905-9a3d-d8a12de72607", "ip_address": "10.200.202.1"}], "name": "CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-port2", "admin_state_up": true}}' 2018-10-26 09:40:37,825 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 783 X-Openstack-Request-Id: req-b0ee04cb-65af-4955-8f2a-1b690787cd92 Date: Fri, 26 Oct 2018 09:40:37 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:40:37Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"94a42227-f666-4905-9a3d-d8a12de72607","ip_address":"10.200.202.1"}],"id":"e6b4c0c1-d6ef-47b7-b289-57a752a0aeeb","security_groups":["507fba25-930e-45a1-8622-1ed631881166"],"mac_address":"fa:16:3e:a6:80:1b","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-port2","project_id":"94fe4fb2d64843c7a36991fc6989b1d8","qos_policy_id":null,"admin_state_up":true,"network_id":"a2d1289d-e461-4299-9241-16ed8e6bc027","tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:37Z","binding:vnic_type":"normal"}} 2018-10-26 09:40:37,825 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-b0ee04cb-65af-4955-8f2a-1b690787cd92 2018-10-26 09:40:37,825 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-port2 for router - CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-router 2018-10-26 09:40:37,826 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-router 2018-10-26 09:40:37,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/c51f25df-fdda-4850-8eae-090e1af84693/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}870c196d11aa00ca6637a9356b5a1d7954fa2791" -d '{"port_id": "e6b4c0c1-d6ef-47b7-b289-57a752a0aeeb"}' 2018-10-26 09:40:39,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1beb2053-cf5f-478e-94be-84886f650367 Date: Fri, 26 Oct 2018 09:40:39 GMT RESP BODY: {"network_id": "a2d1289d-e461-4299-9241-16ed8e6bc027", "tenant_id": "94fe4fb2d64843c7a36991fc6989b1d8", "subnet_id": "94a42227-f666-4905-9a3d-d8a12de72607", "subnet_ids": ["94a42227-f666-4905-9a3d-d8a12de72607"], "port_id": "e6b4c0c1-d6ef-47b7-b289-57a752a0aeeb", "id": "c51f25df-fdda-4850-8eae-090e1af84693"} 2018-10-26 09:40:39,603 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/c51f25df-fdda-4850-8eae-090e1af84693/add_router_interface used request id req-1beb2053-cf5f-478e-94be-84886f650367 2018-10-26 09:40:39,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/c51f25df-fdda-4850-8eae-090e1af84693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}870c196d11aa00ca6637a9356b5a1d7954fa2791" 2018-10-26 09:40:39,698 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 541 X-Openstack-Request-Id: req-fa217dbc-1f03-4a84-bcde-7c25f7ee1256 Date: Fri, 26 Oct 2018 09:40:39 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "94fe4fb2d64843c7a36991fc6989b1d8", "created_at": "2018-10-26T09:40:26Z", "admin_state_up": true, "updated_at": "2018-10-26T09:40:38Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "94fe4fb2d64843c7a36991fc6989b1d8", "id": "c51f25df-fdda-4850-8eae-090e1af84693", "name": "CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-router"}} 2018-10-26 09:40:39,698 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/c51f25df-fdda-4850-8eae-090e1af84693 used request id req-fa217dbc-1f03-4a84-bcde-7c25f7ee1256 2018-10-26 09:40:39,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=c51f25df-fdda-4850-8eae-090e1af84693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}870c196d11aa00ca6637a9356b5a1d7954fa2791" 2018-10-26 09:40:39,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1712 X-Openstack-Request-Id: req-4f012baa-555b-4825-866a-095a2cab5900 Date: Fri, 26 Oct 2018 09:40:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:40:38Z","device_owner":"network:ha_router_replicated_interface","revision_number":6,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"94a42227-f666-4905-9a3d-d8a12de72607","ip_address":"10.200.202.1"}],"id":"e6b4c0c1-d6ef-47b7-b289-57a752a0aeeb","security_groups":["507fba25-930e-45a1-8622-1ed631881166"],"mac_address":"fa:16:3e:a6:80:1b","project_id":"94fe4fb2d64843c7a36991fc6989b1d8","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-port2","admin_state_up":true,"network_id":"a2d1289d-e461-4299-9241-16ed8e6bc027","tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:37Z","binding:vnic_type":"normal","device_id":"c51f25df-fdda-4850-8eae-090e1af84693"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:40:38Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b32cd491-4c41-4b4f-8c1a-9391a8d74720","ip_address":"10.200.201.1"}],"id":"eebc85c6-3a27-429c-b35e-f0e9f93e845b","security_groups":["507fba25-930e-45a1-8622-1ed631881166"],"mac_address":"fa:16:3e:64:55:52","project_id":"94fe4fb2d64843c7a36991fc6989b1d8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-port1","admin_state_up":true,"network_id":"8e448dc1-a7cc-470d-91bb-4e09338f1891","tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:32Z","binding:vnic_type":"normal","device_id":"c51f25df-fdda-4850-8eae-090e1af84693"}]} 2018-10-26 09:40:39,943 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=c51f25df-fdda-4850-8eae-090e1af84693 used request id req-4f012baa-555b-4825-866a-095a2cab5900 2018-10-26 09:40:39,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/b32cd491-4c41-4b4f-8c1a-9391a8d74720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}870c196d11aa00ca6637a9356b5a1d7954fa2791" 2018-10-26 09:40:40,006 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-86914dd8-c6fb-481c-b75b-a0873025f43b Date: Fri, 26 Oct 2018 09:40:40 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8e448dc1-a7cc-470d-91bb-4e09338f1891","tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:21Z","dns_nameservers":[],"updated_at":"2018-10-26T09:40:21Z","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":"94fe4fb2d64843c7a36991fc6989b1d8","id":"b32cd491-4c41-4b4f-8c1a-9391a8d74720","subnetpool_id":null,"name":"CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-subnet1"}} 2018-10-26 09:40:40,006 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/b32cd491-4c41-4b4f-8c1a-9391a8d74720 used request id req-86914dd8-c6fb-481c-b75b-a0873025f43b 2018-10-26 09:40:40,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/94a42227-f666-4905-9a3d-d8a12de72607 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}870c196d11aa00ca6637a9356b5a1d7954fa2791" 2018-10-26 09:40:40,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-33a78739-4d47-46bb-8af9-8962445bd1ae Date: Fri, 26 Oct 2018 09:40:40 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a2d1289d-e461-4299-9241-16ed8e6bc027","tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:23Z","dns_nameservers":[],"updated_at":"2018-10-26T09:40:23Z","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":"94fe4fb2d64843c7a36991fc6989b1d8","id":"94a42227-f666-4905-9a3d-d8a12de72607","subnetpool_id":null,"name":"CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-subnet2"}} 2018-10-26 09:40:40,200 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/94a42227-f666-4905-9a3d-d8a12de72607 used request id req-33a78739-4d47-46bb-8af9-8962445bd1ae 2018-10-26 09:40:40,200 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:40:40,574 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "62df3009fe504825a98d6990b38eee67", "name": "CreateRouterSuccessTests-e5411d81-4376-48b-proj-role"}], "expires_at": "2018-10-26T10:40:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "94fe4fb2d64843c7a36991fc6989b1d8", "name": "CreateRouterSuccessTests-e5411d81-4376-48b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-e5411d81-4376-48b-user", "id": "0231715b4cd9474ca0aaa5a94d590784"}, "audit_ids": ["UTbMaZX2THey1J1xbS5D3Q"], "issued_at": "2018-10-26T09:40:40.000000Z"}} 2018-10-26 09:40:40,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01889bc9bb6927cd356f41ecaf9c71d2d5daa73e" 2018-10-26 09:40:40,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 544 X-Openstack-Request-Id: req-5cef549b-a383-41fb-9ee9-3102b9375f10 Date: Fri, 26 Oct 2018 09:40:40 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "94fe4fb2d64843c7a36991fc6989b1d8", "created_at": "2018-10-26T09:40:26Z", "admin_state_up": true, "updated_at": "2018-10-26T09:40:38Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "94fe4fb2d64843c7a36991fc6989b1d8", "id": "c51f25df-fdda-4850-8eae-090e1af84693", "name": "CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-router"}]} 2018-10-26 09:40:40,781 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-router&admin_state_up=True used request id req-5cef549b-a383-41fb-9ee9-3102b9375f10 2018-10-26 09:40:40,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:40:40,790 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:40: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:40:40,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/94fe4fb2d64843c7a36991fc6989b1d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb86cb68a9b3cf874cc37a4f55093a1fa60b8531" 2018-10-26 09:40:40,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:40:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42eeb44f-50c2-4e28-8ce4-cc58fe3a6685 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/94fe4fb2d64843c7a36991fc6989b1d8"}, "enabled": true, "id": "94fe4fb2d64843c7a36991fc6989b1d8", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-e5411d81-4376-48b-proj"}} 2018-10-26 09:40:40,888 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/94fe4fb2d64843c7a36991fc6989b1d8 used request id req-42eeb44f-50c2-4e28-8ce4-cc58fe3a6685 2018-10-26 09:40:40,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=c51f25df-fdda-4850-8eae-090e1af84693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01889bc9bb6927cd356f41ecaf9c71d2d5daa73e" 2018-10-26 09:40:41,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1712 X-Openstack-Request-Id: req-a5865a1d-6bdd-48b2-82d6-eb93469be1fb Date: Fri, 26 Oct 2018 09:40:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:40:40Z","device_owner":"network:ha_router_replicated_interface","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"94a42227-f666-4905-9a3d-d8a12de72607","ip_address":"10.200.202.1"}],"id":"e6b4c0c1-d6ef-47b7-b289-57a752a0aeeb","security_groups":["507fba25-930e-45a1-8622-1ed631881166"],"mac_address":"fa:16:3e:a6:80:1b","project_id":"94fe4fb2d64843c7a36991fc6989b1d8","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-port2","admin_state_up":true,"network_id":"a2d1289d-e461-4299-9241-16ed8e6bc027","tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:37Z","binding:vnic_type":"normal","device_id":"c51f25df-fdda-4850-8eae-090e1af84693"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:40:38Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b32cd491-4c41-4b4f-8c1a-9391a8d74720","ip_address":"10.200.201.1"}],"id":"eebc85c6-3a27-429c-b35e-f0e9f93e845b","security_groups":["507fba25-930e-45a1-8622-1ed631881166"],"mac_address":"fa:16:3e:64:55:52","project_id":"94fe4fb2d64843c7a36991fc6989b1d8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-port1","admin_state_up":true,"network_id":"8e448dc1-a7cc-470d-91bb-4e09338f1891","tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:32Z","binding:vnic_type":"normal","device_id":"c51f25df-fdda-4850-8eae-090e1af84693"}]} 2018-10-26 09:40:41,106 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=c51f25df-fdda-4850-8eae-090e1af84693 used request id req-a5865a1d-6bdd-48b2-82d6-eb93469be1fb 2018-10-26 09:40:41,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/b32cd491-4c41-4b4f-8c1a-9391a8d74720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01889bc9bb6927cd356f41ecaf9c71d2d5daa73e" 2018-10-26 09:40:41,313 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-c5c9870d-2963-4681-be01-7a0bb5e4273d Date: Fri, 26 Oct 2018 09:40:41 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8e448dc1-a7cc-470d-91bb-4e09338f1891","tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:21Z","dns_nameservers":[],"updated_at":"2018-10-26T09:40:21Z","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":"94fe4fb2d64843c7a36991fc6989b1d8","id":"b32cd491-4c41-4b4f-8c1a-9391a8d74720","subnetpool_id":null,"name":"CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-subnet1"}} 2018-10-26 09:40:41,314 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/b32cd491-4c41-4b4f-8c1a-9391a8d74720 used request id req-c5c9870d-2963-4681-be01-7a0bb5e4273d 2018-10-26 09:40:41,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/94a42227-f666-4905-9a3d-d8a12de72607 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01889bc9bb6927cd356f41ecaf9c71d2d5daa73e" 2018-10-26 09:40:41,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-fd5375d2-e9a1-4fd7-a904-0e43063b409a Date: Fri, 26 Oct 2018 09:40:41 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a2d1289d-e461-4299-9241-16ed8e6bc027","tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:23Z","dns_nameservers":[],"updated_at":"2018-10-26T09:40:23Z","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":"94fe4fb2d64843c7a36991fc6989b1d8","id":"94a42227-f666-4905-9a3d-d8a12de72607","subnetpool_id":null,"name":"CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-subnet2"}} 2018-10-26 09:40:41,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/94a42227-f666-4905-9a3d-d8a12de72607 used request id req-fd5375d2-e9a1-4fd7-a904-0e43063b409a 2018-10-26 09:40:41,526 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:40:41,527 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:40:41,907 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "62df3009fe504825a98d6990b38eee67", "name": "CreateRouterSuccessTests-e5411d81-4376-48b-proj-role"}], "expires_at": "2018-10-26T10:40:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "94fe4fb2d64843c7a36991fc6989b1d8", "name": "CreateRouterSuccessTests-e5411d81-4376-48b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/94fe4fb2d64843c7a36991fc6989b1d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-e5411d81-4376-48b-user", "id": "0231715b4cd9474ca0aaa5a94d590784"}, "audit_ids": ["ef6JgH8OQrWIsbuG6Wd_zQ"], "issued_at": "2018-10-26T09:40:41.000000Z"}} 2018-10-26 09:40:41,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ac0bd957dca98c7938e3594f4d9d2c6dbb5ba44" 2018-10-26 09:40:41,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:40:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4ac3915-0aec-4df7-8981-47b9d31fb93a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:40:41,978 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f4ac3915-0aec-4df7-8981-47b9d31fb93a 2018-10-26 09:40:41,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ac0bd957dca98c7938e3594f4d9d2c6dbb5ba44" 2018-10-26 09:40:42,268 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 544 X-Openstack-Request-Id: req-73cc63d0-980f-4fef-aada-a7de4c86cb78 Date: Fri, 26 Oct 2018 09:40:42 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "94fe4fb2d64843c7a36991fc6989b1d8", "created_at": "2018-10-26T09:40:26Z", "admin_state_up": true, "updated_at": "2018-10-26T09:40:38Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "94fe4fb2d64843c7a36991fc6989b1d8", "id": "c51f25df-fdda-4850-8eae-090e1af84693", "name": "CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-router"}]} 2018-10-26 09:40:42,268 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-router&admin_state_up=True used request id req-73cc63d0-980f-4fef-aada-a7de4c86cb78 2018-10-26 09:40:42,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:40:42,276 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:40:42,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/94fe4fb2d64843c7a36991fc6989b1d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ac0bd957dca98c7938e3594f4d9d2c6dbb5ba44" 2018-10-26 09:40:42,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:40:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78322f9d-6aa5-488b-84fc-73b0a806b6e4 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/94fe4fb2d64843c7a36991fc6989b1d8"}, "enabled": true, "id": "94fe4fb2d64843c7a36991fc6989b1d8", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-e5411d81-4376-48b-proj"}} 2018-10-26 09:40:42,354 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/94fe4fb2d64843c7a36991fc6989b1d8 used request id req-78322f9d-6aa5-488b-84fc-73b0a806b6e4 2018-10-26 09:40:42,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=c51f25df-fdda-4850-8eae-090e1af84693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ac0bd957dca98c7938e3594f4d9d2c6dbb5ba44" 2018-10-26 09:40:42,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1713 X-Openstack-Request-Id: req-3163ace1-4262-4812-a542-4b11a140db79 Date: Fri, 26 Oct 2018 09:40:42 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:40:42Z","device_owner":"network:ha_router_replicated_interface","revision_number":12,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"94a42227-f666-4905-9a3d-d8a12de72607","ip_address":"10.200.202.1"}],"id":"e6b4c0c1-d6ef-47b7-b289-57a752a0aeeb","security_groups":["507fba25-930e-45a1-8622-1ed631881166"],"mac_address":"fa:16:3e:a6:80:1b","project_id":"94fe4fb2d64843c7a36991fc6989b1d8","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-port2","admin_state_up":true,"network_id":"a2d1289d-e461-4299-9241-16ed8e6bc027","tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:37Z","binding:vnic_type":"normal","device_id":"c51f25df-fdda-4850-8eae-090e1af84693"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:40:38Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b32cd491-4c41-4b4f-8c1a-9391a8d74720","ip_address":"10.200.201.1"}],"id":"eebc85c6-3a27-429c-b35e-f0e9f93e845b","security_groups":["507fba25-930e-45a1-8622-1ed631881166"],"mac_address":"fa:16:3e:64:55:52","project_id":"94fe4fb2d64843c7a36991fc6989b1d8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-port1","admin_state_up":true,"network_id":"8e448dc1-a7cc-470d-91bb-4e09338f1891","tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:32Z","binding:vnic_type":"normal","device_id":"c51f25df-fdda-4850-8eae-090e1af84693"}]} 2018-10-26 09:40:42,566 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=c51f25df-fdda-4850-8eae-090e1af84693 used request id req-3163ace1-4262-4812-a542-4b11a140db79 2018-10-26 09:40:42,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/b32cd491-4c41-4b4f-8c1a-9391a8d74720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ac0bd957dca98c7938e3594f4d9d2c6dbb5ba44" 2018-10-26 09:40:42,767 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-ca22485a-71db-462f-901f-5ab6f1a03c24 Date: Fri, 26 Oct 2018 09:40:42 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8e448dc1-a7cc-470d-91bb-4e09338f1891","tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:21Z","dns_nameservers":[],"updated_at":"2018-10-26T09:40:21Z","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":"94fe4fb2d64843c7a36991fc6989b1d8","id":"b32cd491-4c41-4b4f-8c1a-9391a8d74720","subnetpool_id":null,"name":"CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-subnet1"}} 2018-10-26 09:40:42,767 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/b32cd491-4c41-4b4f-8c1a-9391a8d74720 used request id req-ca22485a-71db-462f-901f-5ab6f1a03c24 2018-10-26 09:40:42,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/94a42227-f666-4905-9a3d-d8a12de72607 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ac0bd957dca98c7938e3594f4d9d2c6dbb5ba44" 2018-10-26 09:40:42,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-a38adad6-ad7e-4388-9587-5fb8dd7bf7be Date: Fri, 26 Oct 2018 09:40:42 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a2d1289d-e461-4299-9241-16ed8e6bc027","tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:23Z","dns_nameservers":[],"updated_at":"2018-10-26T09:40:23Z","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":"94fe4fb2d64843c7a36991fc6989b1d8","id":"94a42227-f666-4905-9a3d-d8a12de72607","subnetpool_id":null,"name":"CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-subnet2"}} 2018-10-26 09:40:42,966 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/94a42227-f666-4905-9a3d-d8a12de72607 used request id req-a38adad6-ad7e-4388-9587-5fb8dd7bf7be 2018-10-26 09:40:42,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ac0bd957dca98c7938e3594f4d9d2c6dbb5ba44" 2018-10-26 09:40:43,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-9bdcf7d9-fe1d-4ac4-b29b-1b68efe59099 Date: Fri, 26 Oct 2018 09:40: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":["b32cd491-4c41-4b4f-8c1a-9391a8d74720"],"updated_at":"2018-10-26T09:40:21Z","tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"94fe4fb2d64843c7a36991fc6989b1d8","id":"8e448dc1-a7cc-470d-91bb-4e09338f1891","name":"CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-net1"}]} 2018-10-26 09:40:43,362 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-net1 used request id req-9bdcf7d9-fe1d-4ac4-b29b-1b68efe59099 2018-10-26 09:40:43,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/94fe4fb2d64843c7a36991fc6989b1d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ac0bd957dca98c7938e3594f4d9d2c6dbb5ba44" 2018-10-26 09:40:43,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:40:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bae1aab4-01c1-4df2-85c9-5cb4c34a472e Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/94fe4fb2d64843c7a36991fc6989b1d8"}, "enabled": true, "id": "94fe4fb2d64843c7a36991fc6989b1d8", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-e5411d81-4376-48b-proj"}} 2018-10-26 09:40:43,440 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/94fe4fb2d64843c7a36991fc6989b1d8 used request id req-bae1aab4-01c1-4df2-85c9-5cb4c34a472e 2018-10-26 09:40:43,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=8e448dc1-a7cc-470d-91bb-4e09338f1891 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ac0bd957dca98c7938e3594f4d9d2c6dbb5ba44" 2018-10-26 09:40:43,665 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-16cd46de-f1e7-4f87-8c6c-90421a65ca30 Date: Fri, 26 Oct 2018 09:40:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8e448dc1-a7cc-470d-91bb-4e09338f1891","tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:21Z","dns_nameservers":[],"updated_at":"2018-10-26T09:40:21Z","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":"94fe4fb2d64843c7a36991fc6989b1d8","id":"b32cd491-4c41-4b4f-8c1a-9391a8d74720","subnetpool_id":null,"name":"CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-subnet1"}]} 2018-10-26 09:40:43,666 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=8e448dc1-a7cc-470d-91bb-4e09338f1891 used request id req-16cd46de-f1e7-4f87-8c6c-90421a65ca30 2018-10-26 09:40:43,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=8e448dc1-a7cc-470d-91bb-4e09338f1891&name=CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ac0bd957dca98c7938e3594f4d9d2c6dbb5ba44" 2018-10-26 09:40:43,871 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 863 X-Openstack-Request-Id: req-d21ff1e3-c3ae-48c5-80fc-9949bc16cf61 Date: Fri, 26 Oct 2018 09:40:43 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:40:38Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b32cd491-4c41-4b4f-8c1a-9391a8d74720","ip_address":"10.200.201.1"}],"id":"eebc85c6-3a27-429c-b35e-f0e9f93e845b","security_groups":["507fba25-930e-45a1-8622-1ed631881166"],"mac_address":"fa:16:3e:64:55:52","project_id":"94fe4fb2d64843c7a36991fc6989b1d8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-port1","admin_state_up":true,"network_id":"8e448dc1-a7cc-470d-91bb-4e09338f1891","tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:32Z","binding:vnic_type":"normal","device_id":"c51f25df-fdda-4850-8eae-090e1af84693"}]} 2018-10-26 09:40:43,871 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=8e448dc1-a7cc-470d-91bb-4e09338f1891&name=CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-port1&admin_state_up=True used request id req-d21ff1e3-c3ae-48c5-80fc-9949bc16cf61 2018-10-26 09:40:43,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/94fe4fb2d64843c7a36991fc6989b1d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ac0bd957dca98c7938e3594f4d9d2c6dbb5ba44" 2018-10-26 09:40:43,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:40:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8118363-8a31-42d2-a5a4-f03c526f5771 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/94fe4fb2d64843c7a36991fc6989b1d8"}, "enabled": true, "id": "94fe4fb2d64843c7a36991fc6989b1d8", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-e5411d81-4376-48b-proj"}} 2018-10-26 09:40:43,961 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/94fe4fb2d64843c7a36991fc6989b1d8 used request id req-e8118363-8a31-42d2-a5a4-f03c526f5771 2018-10-26 09:40:43,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ac0bd957dca98c7938e3594f4d9d2c6dbb5ba44" 2018-10-26 09:40:44,066 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-b324c8af-3041-4ca1-89a9-0235d4ca7093 Date: Fri, 26 Oct 2018 09:40: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":["94a42227-f666-4905-9a3d-d8a12de72607"],"updated_at":"2018-10-26T09:40:23Z","tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"94fe4fb2d64843c7a36991fc6989b1d8","id":"a2d1289d-e461-4299-9241-16ed8e6bc027","name":"CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-net2"}]} 2018-10-26 09:40:44,066 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-net2 used request id req-b324c8af-3041-4ca1-89a9-0235d4ca7093 2018-10-26 09:40:44,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/94fe4fb2d64843c7a36991fc6989b1d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ac0bd957dca98c7938e3594f4d9d2c6dbb5ba44" 2018-10-26 09:40:44,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:40:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-795a1260-d47f-4276-a709-518dd231b84f Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/94fe4fb2d64843c7a36991fc6989b1d8"}, "enabled": true, "id": "94fe4fb2d64843c7a36991fc6989b1d8", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-e5411d81-4376-48b-proj"}} 2018-10-26 09:40:44,154 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/94fe4fb2d64843c7a36991fc6989b1d8 used request id req-795a1260-d47f-4276-a709-518dd231b84f 2018-10-26 09:40:44,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=a2d1289d-e461-4299-9241-16ed8e6bc027 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ac0bd957dca98c7938e3594f4d9d2c6dbb5ba44" 2018-10-26 09:40:44,354 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-da87e79a-5ca0-4e81-bfd5-c76d0a4d35ea Date: Fri, 26 Oct 2018 09:40:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a2d1289d-e461-4299-9241-16ed8e6bc027","tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:23Z","dns_nameservers":[],"updated_at":"2018-10-26T09:40:23Z","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":"94fe4fb2d64843c7a36991fc6989b1d8","id":"94a42227-f666-4905-9a3d-d8a12de72607","subnetpool_id":null,"name":"CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-subnet2"}]} 2018-10-26 09:40:44,355 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=a2d1289d-e461-4299-9241-16ed8e6bc027 used request id req-da87e79a-5ca0-4e81-bfd5-c76d0a4d35ea 2018-10-26 09:40:44,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=a2d1289d-e461-4299-9241-16ed8e6bc027&name=CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-port2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ac0bd957dca98c7938e3594f4d9d2c6dbb5ba44" 2018-10-26 09:40:44,572 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 863 X-Openstack-Request-Id: req-cecd2dcd-dbf2-4a64-a239-4d925f11eb5e Date: Fri, 26 Oct 2018 09:40:44 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:40:42Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"94a42227-f666-4905-9a3d-d8a12de72607","ip_address":"10.200.202.1"}],"id":"e6b4c0c1-d6ef-47b7-b289-57a752a0aeeb","security_groups":["507fba25-930e-45a1-8622-1ed631881166"],"mac_address":"fa:16:3e:a6:80:1b","project_id":"94fe4fb2d64843c7a36991fc6989b1d8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-port2","admin_state_up":true,"network_id":"a2d1289d-e461-4299-9241-16ed8e6bc027","tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:37Z","binding:vnic_type":"normal","device_id":"c51f25df-fdda-4850-8eae-090e1af84693"}]} 2018-10-26 09:40:44,572 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=a2d1289d-e461-4299-9241-16ed8e6bc027&name=CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-port2&admin_state_up=True used request id req-cecd2dcd-dbf2-4a64-a239-4d925f11eb5e 2018-10-26 09:40:44,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/94fe4fb2d64843c7a36991fc6989b1d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ac0bd957dca98c7938e3594f4d9d2c6dbb5ba44" 2018-10-26 09:40:44,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:40:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8fdf83c-1c80-4c0c-b890-9d748188efcf Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/94fe4fb2d64843c7a36991fc6989b1d8"}, "enabled": true, "id": "94fe4fb2d64843c7a36991fc6989b1d8", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-e5411d81-4376-48b-proj"}} 2018-10-26 09:40:44,648 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/94fe4fb2d64843c7a36991fc6989b1d8 used request id req-f8fdf83c-1c80-4c0c-b890-9d748188efcf 2018-10-26 09:40:44,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/c51f25df-fdda-4850-8eae-090e1af84693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ac0bd957dca98c7938e3594f4d9d2c6dbb5ba44" 2018-10-26 09:40:45,007 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 541 X-Openstack-Request-Id: req-b263b4a0-54d8-4b35-b6f7-a281c0d89344 Date: Fri, 26 Oct 2018 09:40:45 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "94fe4fb2d64843c7a36991fc6989b1d8", "created_at": "2018-10-26T09:40:26Z", "admin_state_up": true, "updated_at": "2018-10-26T09:40:38Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "94fe4fb2d64843c7a36991fc6989b1d8", "id": "c51f25df-fdda-4850-8eae-090e1af84693", "name": "CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-router"}} 2018-10-26 09:40:45,008 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/c51f25df-fdda-4850-8eae-090e1af84693 used request id req-b263b4a0-54d8-4b35-b6f7-a281c0d89344 2018-10-26 09:40:45,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=c51f25df-fdda-4850-8eae-090e1af84693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ac0bd957dca98c7938e3594f4d9d2c6dbb5ba44" 2018-10-26 09:40:45,229 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1715 X-Openstack-Request-Id: req-4ce65a76-1a2a-4a44-9b48-46ee1a878640 Date: Fri, 26 Oct 2018 09:40:45 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:40:42Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"94a42227-f666-4905-9a3d-d8a12de72607","ip_address":"10.200.202.1"}],"id":"e6b4c0c1-d6ef-47b7-b289-57a752a0aeeb","security_groups":["507fba25-930e-45a1-8622-1ed631881166"],"mac_address":"fa:16:3e:a6:80:1b","project_id":"94fe4fb2d64843c7a36991fc6989b1d8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-port2","admin_state_up":true,"network_id":"a2d1289d-e461-4299-9241-16ed8e6bc027","tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:37Z","binding:vnic_type":"normal","device_id":"c51f25df-fdda-4850-8eae-090e1af84693"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:40:38Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b32cd491-4c41-4b4f-8c1a-9391a8d74720","ip_address":"10.200.201.1"}],"id":"eebc85c6-3a27-429c-b35e-f0e9f93e845b","security_groups":["507fba25-930e-45a1-8622-1ed631881166"],"mac_address":"fa:16:3e:64:55:52","project_id":"94fe4fb2d64843c7a36991fc6989b1d8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-port1","admin_state_up":true,"network_id":"8e448dc1-a7cc-470d-91bb-4e09338f1891","tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:32Z","binding:vnic_type":"normal","device_id":"c51f25df-fdda-4850-8eae-090e1af84693"}]} 2018-10-26 09:40:45,230 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=c51f25df-fdda-4850-8eae-090e1af84693 used request id req-4ce65a76-1a2a-4a44-9b48-46ee1a878640 2018-10-26 09:40:45,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/b32cd491-4c41-4b4f-8c1a-9391a8d74720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ac0bd957dca98c7938e3594f4d9d2c6dbb5ba44" 2018-10-26 09:40:45,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-7e465c13-4a13-4328-aecc-ae71eb2b16a7 Date: Fri, 26 Oct 2018 09:40:45 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8e448dc1-a7cc-470d-91bb-4e09338f1891","tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:21Z","dns_nameservers":[],"updated_at":"2018-10-26T09:40:21Z","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":"94fe4fb2d64843c7a36991fc6989b1d8","id":"b32cd491-4c41-4b4f-8c1a-9391a8d74720","subnetpool_id":null,"name":"CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-subnet1"}} 2018-10-26 09:40:45,298 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/b32cd491-4c41-4b4f-8c1a-9391a8d74720 used request id req-7e465c13-4a13-4328-aecc-ae71eb2b16a7 2018-10-26 09:40:45,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/94a42227-f666-4905-9a3d-d8a12de72607 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ac0bd957dca98c7938e3594f4d9d2c6dbb5ba44" 2018-10-26 09:40:45,358 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-64535a3a-993a-4b07-8b46-31710d50930d Date: Fri, 26 Oct 2018 09:40:45 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a2d1289d-e461-4299-9241-16ed8e6bc027","tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:23Z","dns_nameservers":[],"updated_at":"2018-10-26T09:40:23Z","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":"94fe4fb2d64843c7a36991fc6989b1d8","id":"94a42227-f666-4905-9a3d-d8a12de72607","subnetpool_id":null,"name":"CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-subnet2"}} 2018-10-26 09:40:45,358 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/94a42227-f666-4905-9a3d-d8a12de72607 used request id req-64535a3a-993a-4b07-8b46-31710d50930d 2018-10-26 09:40:45,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=8e448dc1-a7cc-470d-91bb-4e09338f1891 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01889bc9bb6927cd356f41ecaf9c71d2d5daa73e" 2018-10-26 09:40:45,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-6759a9a0-612b-470d-ae45-b4e20e09fa00 Date: Fri, 26 Oct 2018 09:40: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":["b32cd491-4c41-4b4f-8c1a-9391a8d74720"],"updated_at":"2018-10-26T09:40:21Z","tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"94fe4fb2d64843c7a36991fc6989b1d8","id":"8e448dc1-a7cc-470d-91bb-4e09338f1891","name":"CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-net1"}]} 2018-10-26 09:40:45,463 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=8e448dc1-a7cc-470d-91bb-4e09338f1891 used request id req-6759a9a0-612b-470d-ae45-b4e20e09fa00 2018-10-26 09:40:45,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=8e448dc1-a7cc-470d-91bb-4e09338f1891 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01889bc9bb6927cd356f41ecaf9c71d2d5daa73e" 2018-10-26 09:40:45,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-a6aac3e7-c22c-4975-b1af-161fe2c8eebb Date: Fri, 26 Oct 2018 09:40:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8e448dc1-a7cc-470d-91bb-4e09338f1891","tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:21Z","dns_nameservers":[],"updated_at":"2018-10-26T09:40:21Z","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":"94fe4fb2d64843c7a36991fc6989b1d8","id":"b32cd491-4c41-4b4f-8c1a-9391a8d74720","subnetpool_id":null,"name":"CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-subnet1"}]} 2018-10-26 09:40:45,671 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=8e448dc1-a7cc-470d-91bb-4e09338f1891 used request id req-a6aac3e7-c22c-4975-b1af-161fe2c8eebb 2018-10-26 09:40:45,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=8e448dc1-a7cc-470d-91bb-4e09338f1891 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01889bc9bb6927cd356f41ecaf9c71d2d5daa73e" 2018-10-26 09:40:45,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3149 X-Openstack-Request-Id: req-8e7ac7fd-7476-4a21-bd39-459643c14da1 Date: Fri, 26 Oct 2018 09:40:45 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:40:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b32cd491-4c41-4b4f-8c1a-9391a8d74720","ip_address":"10.200.201.2"}],"id":"59aac573-fad9-49c5-babe-1a9438885647","security_groups":[],"mac_address":"fa:16:3e:f8:07:18","project_id":"94fe4fb2d64843c7a36991fc6989b1d8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8e448dc1-a7cc-470d-91bb-4e09338f1891","tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:21Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-8e448dc1-a7cc-470d-91bb-4e09338f1891"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:40:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b32cd491-4c41-4b4f-8c1a-9391a8d74720","ip_address":"10.200.201.3"}],"id":"6c5e4d8f-b30d-492b-9fc3-6060ef567392","security_groups":[],"mac_address":"fa:16:3e:8d:1d:a3","project_id":"94fe4fb2d64843c7a36991fc6989b1d8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8e448dc1-a7cc-470d-91bb-4e09338f1891","tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:22Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-8e448dc1-a7cc-470d-91bb-4e09338f1891"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:40:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b32cd491-4c41-4b4f-8c1a-9391a8d74720","ip_address":"10.200.201.4"}],"id":"9f23f6f6-cf2a-406b-a350-a186b85b0fcf","security_groups":[],"mac_address":"fa:16:3e:36:b1:35","project_id":"94fe4fb2d64843c7a36991fc6989b1d8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8e448dc1-a7cc-470d-91bb-4e09338f1891","tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:23Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-8e448dc1-a7cc-470d-91bb-4e09338f1891"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:40:38Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b32cd491-4c41-4b4f-8c1a-9391a8d74720","ip_address":"10.200.201.1"}],"id":"eebc85c6-3a27-429c-b35e-f0e9f93e845b","security_groups":["507fba25-930e-45a1-8622-1ed631881166"],"mac_address":"fa:16:3e:64:55:52","project_id":"94fe4fb2d64843c7a36991fc6989b1d8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-port1","admin_state_up":true,"network_id":"8e448dc1-a7cc-470d-91bb-4e09338f1891","tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:32Z","binding:vnic_type":"normal","device_id":"c51f25df-fdda-4850-8eae-090e1af84693"}]} 2018-10-26 09:40:45,905 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=8e448dc1-a7cc-470d-91bb-4e09338f1891 used request id req-8e7ac7fd-7476-4a21-bd39-459643c14da1 2018-10-26 09:40:45,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=a2d1289d-e461-4299-9241-16ed8e6bc027 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01889bc9bb6927cd356f41ecaf9c71d2d5daa73e" 2018-10-26 09:40:46,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-c25091b3-a73c-4b8c-9a58-714b09d215eb Date: Fri, 26 Oct 2018 09:40: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":["94a42227-f666-4905-9a3d-d8a12de72607"],"updated_at":"2018-10-26T09:40:23Z","tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"94fe4fb2d64843c7a36991fc6989b1d8","id":"a2d1289d-e461-4299-9241-16ed8e6bc027","name":"CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-net2"}]} 2018-10-26 09:40:46,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=a2d1289d-e461-4299-9241-16ed8e6bc027 used request id req-c25091b3-a73c-4b8c-9a58-714b09d215eb 2018-10-26 09:40:46,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=a2d1289d-e461-4299-9241-16ed8e6bc027 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01889bc9bb6927cd356f41ecaf9c71d2d5daa73e" 2018-10-26 09:40:46,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-0e85bb87-b1d2-44f5-8525-3372d0b99db8 Date: Fri, 26 Oct 2018 09:40:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a2d1289d-e461-4299-9241-16ed8e6bc027","tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:23Z","dns_nameservers":[],"updated_at":"2018-10-26T09:40:23Z","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":"94fe4fb2d64843c7a36991fc6989b1d8","id":"94a42227-f666-4905-9a3d-d8a12de72607","subnetpool_id":null,"name":"CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-subnet2"}]} 2018-10-26 09:40:46,515 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=a2d1289d-e461-4299-9241-16ed8e6bc027 used request id req-0e85bb87-b1d2-44f5-8525-3372d0b99db8 2018-10-26 09:40:46,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=a2d1289d-e461-4299-9241-16ed8e6bc027 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01889bc9bb6927cd356f41ecaf9c71d2d5daa73e" 2018-10-26 09:40:46,778 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3149 X-Openstack-Request-Id: req-916a67bb-6c4b-4b4d-b6cd-891b5b009ee8 Date: Fri, 26 Oct 2018 09:40:46 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:40:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"94a42227-f666-4905-9a3d-d8a12de72607","ip_address":"10.200.202.4"}],"id":"e1fdc029-011d-4b30-a51e-fe1da432941e","security_groups":[],"mac_address":"fa:16:3e:4d:70:9a","project_id":"94fe4fb2d64843c7a36991fc6989b1d8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a2d1289d-e461-4299-9241-16ed8e6bc027","tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:25Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a2d1289d-e461-4299-9241-16ed8e6bc027"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:40:42Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"94a42227-f666-4905-9a3d-d8a12de72607","ip_address":"10.200.202.1"}],"id":"e6b4c0c1-d6ef-47b7-b289-57a752a0aeeb","security_groups":["507fba25-930e-45a1-8622-1ed631881166"],"mac_address":"fa:16:3e:a6:80:1b","project_id":"94fe4fb2d64843c7a36991fc6989b1d8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-port2","admin_state_up":true,"network_id":"a2d1289d-e461-4299-9241-16ed8e6bc027","tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:37Z","binding:vnic_type":"normal","device_id":"c51f25df-fdda-4850-8eae-090e1af84693"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:40:26Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"94a42227-f666-4905-9a3d-d8a12de72607","ip_address":"10.200.202.3"}],"id":"f1f0fd1b-fda0-4db9-844d-21cdcf5715fb","security_groups":[],"mac_address":"fa:16:3e:54:e3:25","project_id":"94fe4fb2d64843c7a36991fc6989b1d8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a2d1289d-e461-4299-9241-16ed8e6bc027","tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:25Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a2d1289d-e461-4299-9241-16ed8e6bc027"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:40:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"94a42227-f666-4905-9a3d-d8a12de72607","ip_address":"10.200.202.2"}],"id":"fc3ca3cd-2743-41a4-9a92-6a852891185e","security_groups":[],"mac_address":"fa:16:3e:81:67:38","project_id":"94fe4fb2d64843c7a36991fc6989b1d8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a2d1289d-e461-4299-9241-16ed8e6bc027","tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:24Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a2d1289d-e461-4299-9241-16ed8e6bc027"}]} 2018-10-26 09:40:46,779 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=a2d1289d-e461-4299-9241-16ed8e6bc027 used request id req-916a67bb-6c4b-4b4d-b6cd-891b5b009ee8 2018-10-26 09:40:46,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/b32cd491-4c41-4b4f-8c1a-9391a8d74720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01889bc9bb6927cd356f41ecaf9c71d2d5daa73e" 2018-10-26 09:40:46,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-cb792879-c0ee-4896-a7d8-3dac8dce8e27 Date: Fri, 26 Oct 2018 09:40:46 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8e448dc1-a7cc-470d-91bb-4e09338f1891","tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:21Z","dns_nameservers":[],"updated_at":"2018-10-26T09:40:21Z","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":"94fe4fb2d64843c7a36991fc6989b1d8","id":"b32cd491-4c41-4b4f-8c1a-9391a8d74720","subnetpool_id":null,"name":"CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-subnet1"}} 2018-10-26 09:40:46,839 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/b32cd491-4c41-4b4f-8c1a-9391a8d74720 used request id req-cb792879-c0ee-4896-a7d8-3dac8dce8e27 2018-10-26 09:40:46,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=8e448dc1-a7cc-470d-91bb-4e09338f1891 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01889bc9bb6927cd356f41ecaf9c71d2d5daa73e" 2018-10-26 09:40:46,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-d370de10-8e2a-4a73-af37-79cb57e9a7b7 Date: Fri, 26 Oct 2018 09:40: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":["b32cd491-4c41-4b4f-8c1a-9391a8d74720"],"updated_at":"2018-10-26T09:40:21Z","tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"94fe4fb2d64843c7a36991fc6989b1d8","id":"8e448dc1-a7cc-470d-91bb-4e09338f1891","name":"CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-net1"}]} 2018-10-26 09:40:46,940 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=8e448dc1-a7cc-470d-91bb-4e09338f1891 used request id req-d370de10-8e2a-4a73-af37-79cb57e9a7b7 2018-10-26 09:40:46,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=8e448dc1-a7cc-470d-91bb-4e09338f1891 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01889bc9bb6927cd356f41ecaf9c71d2d5daa73e" 2018-10-26 09:40:47,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-fdc6b2c6-e180-4644-b80d-de65c018f1c4 Date: Fri, 26 Oct 2018 09:40:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8e448dc1-a7cc-470d-91bb-4e09338f1891","tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:21Z","dns_nameservers":[],"updated_at":"2018-10-26T09:40:21Z","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":"94fe4fb2d64843c7a36991fc6989b1d8","id":"b32cd491-4c41-4b4f-8c1a-9391a8d74720","subnetpool_id":null,"name":"CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-subnet1"}]} 2018-10-26 09:40:47,152 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=8e448dc1-a7cc-470d-91bb-4e09338f1891 used request id req-fdc6b2c6-e180-4644-b80d-de65c018f1c4 2018-10-26 09:40:47,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/94a42227-f666-4905-9a3d-d8a12de72607 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01889bc9bb6927cd356f41ecaf9c71d2d5daa73e" 2018-10-26 09:40:47,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-b24e1f97-a7eb-4f3a-85fa-7f32891cfdc5 Date: Fri, 26 Oct 2018 09:40:47 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a2d1289d-e461-4299-9241-16ed8e6bc027","tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:23Z","dns_nameservers":[],"updated_at":"2018-10-26T09:40:23Z","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":"94fe4fb2d64843c7a36991fc6989b1d8","id":"94a42227-f666-4905-9a3d-d8a12de72607","subnetpool_id":null,"name":"CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-subnet2"}} 2018-10-26 09:40:47,362 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/94a42227-f666-4905-9a3d-d8a12de72607 used request id req-b24e1f97-a7eb-4f3a-85fa-7f32891cfdc5 2018-10-26 09:40:47,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=a2d1289d-e461-4299-9241-16ed8e6bc027 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01889bc9bb6927cd356f41ecaf9c71d2d5daa73e" 2018-10-26 09:40:47,628 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-876b7808-ec86-4b23-a4f5-97f122596bb2 Date: Fri, 26 Oct 2018 09:40: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":["94a42227-f666-4905-9a3d-d8a12de72607"],"updated_at":"2018-10-26T09:40:23Z","tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"94fe4fb2d64843c7a36991fc6989b1d8","id":"a2d1289d-e461-4299-9241-16ed8e6bc027","name":"CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-net2"}]} 2018-10-26 09:40:47,628 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=a2d1289d-e461-4299-9241-16ed8e6bc027 used request id req-876b7808-ec86-4b23-a4f5-97f122596bb2 2018-10-26 09:40:47,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=a2d1289d-e461-4299-9241-16ed8e6bc027 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01889bc9bb6927cd356f41ecaf9c71d2d5daa73e" 2018-10-26 09:40:47,846 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-4eb835a6-bb9a-465b-a2e7-8f4295de06e2 Date: Fri, 26 Oct 2018 09:40:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a2d1289d-e461-4299-9241-16ed8e6bc027","tenant_id":"94fe4fb2d64843c7a36991fc6989b1d8","created_at":"2018-10-26T09:40:23Z","dns_nameservers":[],"updated_at":"2018-10-26T09:40:23Z","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":"94fe4fb2d64843c7a36991fc6989b1d8","id":"94a42227-f666-4905-9a3d-d8a12de72607","subnetpool_id":null,"name":"CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-subnet2"}]} 2018-10-26 09:40:47,846 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=a2d1289d-e461-4299-9241-16ed8e6bc027 used request id req-4eb835a6-bb9a-465b-a2e7-8f4295de06e2 2018-10-26 09:40:47,847 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-router and port CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-port1 2018-10-26 09:40:47,847 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-router 2018-10-26 09:40:47,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/c51f25df-fdda-4850-8eae-090e1af84693/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}870c196d11aa00ca6637a9356b5a1d7954fa2791" -d '{"port_id": "eebc85c6-3a27-429c-b35e-f0e9f93e845b"}' 2018-10-26 09:40:49,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-5cf72fe3-6778-46b0-a992-df2a93326945 Date: Fri, 26 Oct 2018 09:40:49 GMT RESP BODY: {"network_id": "8e448dc1-a7cc-470d-91bb-4e09338f1891", "tenant_id": "94fe4fb2d64843c7a36991fc6989b1d8", "subnet_id": "b32cd491-4c41-4b4f-8c1a-9391a8d74720", "subnet_ids": ["b32cd491-4c41-4b4f-8c1a-9391a8d74720"], "port_id": "eebc85c6-3a27-429c-b35e-f0e9f93e845b", "id": "c51f25df-fdda-4850-8eae-090e1af84693"} 2018-10-26 09:40:49,441 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/c51f25df-fdda-4850-8eae-090e1af84693/remove_router_interface used request id req-5cf72fe3-6778-46b0-a992-df2a93326945 2018-10-26 09:40:49,442 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-router and port CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-port2 2018-10-26 09:40:49,442 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-router 2018-10-26 09:40:49,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/c51f25df-fdda-4850-8eae-090e1af84693/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}870c196d11aa00ca6637a9356b5a1d7954fa2791" -d '{"port_id": "e6b4c0c1-d6ef-47b7-b289-57a752a0aeeb"}' 2018-10-26 09:40:50,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c51a86cc-59f5-466e-aa0b-f91f928a539a Date: Fri, 26 Oct 2018 09:40:50 GMT RESP BODY: {"network_id": "a2d1289d-e461-4299-9241-16ed8e6bc027", "tenant_id": "94fe4fb2d64843c7a36991fc6989b1d8", "subnet_id": "94a42227-f666-4905-9a3d-d8a12de72607", "subnet_ids": ["94a42227-f666-4905-9a3d-d8a12de72607"], "port_id": "e6b4c0c1-d6ef-47b7-b289-57a752a0aeeb", "id": "c51f25df-fdda-4850-8eae-090e1af84693"} 2018-10-26 09:40:50,870 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/c51f25df-fdda-4850-8eae-090e1af84693/remove_router_interface used request id req-c51a86cc-59f5-466e-aa0b-f91f928a539a 2018-10-26 09:40:50,870 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-router 2018-10-26 09:40:50,870 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-router 2018-10-26 09:40:50,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/c51f25df-fdda-4850-8eae-090e1af84693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}870c196d11aa00ca6637a9356b5a1d7954fa2791" 2018-10-26 09:40:53,594 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8b0afcd1-aa6f-4e7e-9bf3-2ac422368ed5 Content-Length: 0 Date: Fri, 26 Oct 2018 09:40:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:40:53,595 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/c51f25df-fdda-4850-8eae-090e1af84693 used request id req-8b0afcd1-aa6f-4e7e-9bf3-2ac422368ed5 2018-10-26 09:40:53,595 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-subnet1 2018-10-26 09:40:53,596 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-subnet1 2018-10-26 09:40:53,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/b32cd491-4c41-4b4f-8c1a-9391a8d74720 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88aa258a39f87c47df2621a0bb96cb09a9c62532" 2018-10-26 09:40:55,996 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-53035716-599b-4b26-a8ec-285a269b2db4 Date: Fri, 26 Oct 2018 09:40:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:40:55,996 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/b32cd491-4c41-4b4f-8c1a-9391a8d74720 used request id req-53035716-599b-4b26-a8ec-285a269b2db4 2018-10-26 09:40:55,996 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-net1 2018-10-26 09:40:56,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/8e448dc1-a7cc-470d-91bb-4e09338f1891 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88aa258a39f87c47df2621a0bb96cb09a9c62532" 2018-10-26 09:40:57,304 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d5ea9c94-f0a1-43e8-b40d-ac61c7a8ca02 Date: Fri, 26 Oct 2018 09:40:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:40:57,304 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/8e448dc1-a7cc-470d-91bb-4e09338f1891 used request id req-d5ea9c94-f0a1-43e8-b40d-ac61c7a8ca02 2018-10-26 09:40:57,305 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-subnet2 2018-10-26 09:40:57,305 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-subnet2 2018-10-26 09:40:57,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/94a42227-f666-4905-9a3d-d8a12de72607 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad4d7b0ac8172c2604bd66252992118a52ad7f97" 2018-10-26 09:40:59,530 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-23d0252c-76e5-43a2-b6f0-61e3f134a7cd Date: Fri, 26 Oct 2018 09:40:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:40:59,530 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/94a42227-f666-4905-9a3d-d8a12de72607 used request id req-23d0252c-76e5-43a2-b6f0-61e3f134a7cd 2018-10-26 09:40:59,530 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-9e1f497f-9f7b-4af7-9f2f-72ef4f45ea2e-pub-net2 2018-10-26 09:40:59,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/a2d1289d-e461-4299-9241-16ed8e6bc027 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad4d7b0ac8172c2604bd66252992118a52ad7f97" 2018-10-26 09:41:00,778 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-132fe3f4-eabe-450e-b37b-97a05dcbd85e Date: Fri, 26 Oct 2018 09:41:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:41:00,778 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/a2d1289d-e461-4299-9241-16ed8e6bc027 used request id req-132fe3f4-eabe-450e-b37b-97a05dcbd85e 2018-10-26 09:41:00,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2618e53995d0c5e01b8554abc98e5b3f4a265978" 2018-10-26 09:41:01,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-ff2ee8e0-ee75-46e5-a066-295e03c5ad79 Date: Fri, 26 Oct 2018 09:41:01 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "94fe4fb2d64843c7a36991fc6989b1d8", "created_at": "2018-10-26T09:40:20Z", "updated_at": "2018-10-26T09:40:20Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:40:20Z", "revision_number": 0, "id": "23b12438-71d4-402b-95b6-cf14fd728228", "remote_group_id": "507fba25-930e-45a1-8622-1ed631881166", "remote_ip_prefix": null, "created_at": "2018-10-26T09:40:20Z", "security_group_id": "507fba25-930e-45a1-8622-1ed631881166", "tenant_id": "94fe4fb2d64843c7a36991fc6989b1d8", "port_range_min": null, "ethertype": "IPv6", "project_id": "94fe4fb2d64843c7a36991fc6989b1d8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:40:20Z", "revision_number": 0, "id": "c2d13017-5077-4469-903b-79c7add0ca4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:40:20Z", "security_group_id": "507fba25-930e-45a1-8622-1ed631881166", "tenant_id": "94fe4fb2d64843c7a36991fc6989b1d8", "port_range_min": null, "ethertype": "IPv6", "project_id": "94fe4fb2d64843c7a36991fc6989b1d8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:40:20Z", "revision_number": 0, "id": "d79d2f8d-9f2d-4fd8-b4af-ecb09596db47", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:40:20Z", "security_group_id": "507fba25-930e-45a1-8622-1ed631881166", "tenant_id": "94fe4fb2d64843c7a36991fc6989b1d8", "port_range_min": null, "ethertype": "IPv4", "project_id": "94fe4fb2d64843c7a36991fc6989b1d8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:40:20Z", "revision_number": 0, "id": "dc613044-01c5-4818-ad9b-475beddbb278", "remote_group_id": "507fba25-930e-45a1-8622-1ed631881166", "remote_ip_prefix": null, "created_at": "2018-10-26T09:40:20Z", "security_group_id": "507fba25-930e-45a1-8622-1ed631881166", "tenant_id": "94fe4fb2d64843c7a36991fc6989b1d8", "port_range_min": null, "ethertype": "IPv4", "project_id": "94fe4fb2d64843c7a36991fc6989b1d8"}], "revision_number": 4, "project_id": "94fe4fb2d64843c7a36991fc6989b1d8", "id": "507fba25-930e-45a1-8622-1ed631881166", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:41:01,004 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-ff2ee8e0-ee75-46e5-a066-295e03c5ad79 2018-10-26 09:41:01,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/94fe4fb2d64843c7a36991fc6989b1d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2618e53995d0c5e01b8554abc98e5b3f4a265978" 2018-10-26 09:41:01,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:41:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b3fdb00-9885-48c2-9790-0b5bf49f9005 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/94fe4fb2d64843c7a36991fc6989b1d8"}, "enabled": true, "id": "94fe4fb2d64843c7a36991fc6989b1d8", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-e5411d81-4376-48b-proj"}} 2018-10-26 09:41:01,099 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/94fe4fb2d64843c7a36991fc6989b1d8 used request id req-1b3fdb00-9885-48c2-9790-0b5bf49f9005 2018-10-26 09:41:01,100 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 507fba25-930e-45a1-8622-1ed631881166 2018-10-26 09:41:01,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=507fba25-930e-45a1-8622-1ed631881166 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2618e53995d0c5e01b8554abc98e5b3f4a265978" 2018-10-26 09:41:01,271 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-11f408c9-8a2b-4453-b96c-2c25bdc7f762 Date: Fri, 26 Oct 2018 09:41:01 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "507fba25-930e-45a1-8622-1ed631881166", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:40:20Z", "security_group_id": "507fba25-930e-45a1-8622-1ed631881166", "port_range_min": null, "revision_number": 0, "tenant_id": "94fe4fb2d64843c7a36991fc6989b1d8", "created_at": "2018-10-26T09:40:20Z", "project_id": "94fe4fb2d64843c7a36991fc6989b1d8", "id": "23b12438-71d4-402b-95b6-cf14fd728228"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:40:20Z", "security_group_id": "507fba25-930e-45a1-8622-1ed631881166", "port_range_min": null, "revision_number": 0, "tenant_id": "94fe4fb2d64843c7a36991fc6989b1d8", "created_at": "2018-10-26T09:40:20Z", "project_id": "94fe4fb2d64843c7a36991fc6989b1d8", "id": "c2d13017-5077-4469-903b-79c7add0ca4c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:40:20Z", "security_group_id": "507fba25-930e-45a1-8622-1ed631881166", "port_range_min": null, "revision_number": 0, "tenant_id": "94fe4fb2d64843c7a36991fc6989b1d8", "created_at": "2018-10-26T09:40:20Z", "project_id": "94fe4fb2d64843c7a36991fc6989b1d8", "id": "d79d2f8d-9f2d-4fd8-b4af-ecb09596db47"}, {"remote_group_id": "507fba25-930e-45a1-8622-1ed631881166", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:40:20Z", "security_group_id": "507fba25-930e-45a1-8622-1ed631881166", "port_range_min": null, "revision_number": 0, "tenant_id": "94fe4fb2d64843c7a36991fc6989b1d8", "created_at": "2018-10-26T09:40:20Z", "project_id": "94fe4fb2d64843c7a36991fc6989b1d8", "id": "dc613044-01c5-4818-ad9b-475beddbb278"}]} 2018-10-26 09:41:01,271 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=507fba25-930e-45a1-8622-1ed631881166 used request id req-11f408c9-8a2b-4453-b96c-2c25bdc7f762 2018-10-26 09:41:01,272 - neutron_utils - INFO - Deleting security group with name - default 2018-10-26 09:41:01,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/507fba25-930e-45a1-8622-1ed631881166 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2618e53995d0c5e01b8554abc98e5b3f4a265978" 2018-10-26 09:41:01,608 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3d6ad704-48b9-46e0-bd2c-820b4629382b Content-Length: 0 Date: Fri, 26 Oct 2018 09:41:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:41:01,608 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/507fba25-930e-45a1-8622-1ed631881166 used request id req-3d6ad704-48b9-46e0-bd2c-820b4629382b 2018-10-26 09:41:01,609 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-e5411d81-4376-48b-proj 2018-10-26 09:41:01,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/94fe4fb2d64843c7a36991fc6989b1d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2618e53995d0c5e01b8554abc98e5b3f4a265978" 2018-10-26 09:41:01,819 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:41:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-85a4e56f-f83b-41ac-9043-539c69fc2e2b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:41:01,819 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/94fe4fb2d64843c7a36991fc6989b1d8 used request id req-85a4e56f-f83b-41ac-9043-539c69fc2e2b 2018-10-26 09:41:01,820 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-e5411d81-4376-48b-proj-role 2018-10-26 09:41:01,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/62df3009fe504825a98d6990b38eee67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2618e53995d0c5e01b8554abc98e5b3f4a265978" 2018-10-26 09:41:01,954 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:41:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-565ffa68-ca39-4cbc-89d3-2ef3781a5cb7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:41:01,954 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/62df3009fe504825a98d6990b38eee67 used request id req-565ffa68-ca39-4cbc-89d3-2ef3781a5cb7 2018-10-26 09:41:01,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2618e53995d0c5e01b8554abc98e5b3f4a265978" 2018-10-26 09:41:02,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:41:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd68e5e2-6888-45c2-afdd-21b099dd4a84 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:41:02,047 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-dd68e5e2-6888-45c2-afdd-21b099dd4a84 2018-10-26 09:41:02,047 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-e5411d81-4376-48b-user 2018-10-26 09:41:02,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/0231715b4cd9474ca0aaa5a94d590784 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f707baf1840a762ccab2f51bf3542a4a66a12757" 2018-10-26 09:41:02,227 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:41:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-38623953-239c-4b44-8ede-944265b29e9e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:41:02,227 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/0231715b4cd9474ca0aaa5a94d590784 used request id req-38623953-239c-4b44-8ede-944265b29e9e 2018-10-26 09:41:02,229 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:41:02,684 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:41:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["hKb3H8sPRe6XCsHk67eMDw"], "issued_at": "2018-10-26T09:41:02.000000Z"}} 2018-10-26 09:41:02,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46cdc0df22cefa891a5293930c60245177827c76" 2018-10-26 09:41:02,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:41:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-763ee175-2038-497c-a697-086aaaacf854 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:41:02,768 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-763ee175-2038-497c-a697-086aaaacf854 2018-10-26 09:41:02,770 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:41:02,770 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:41:03,166 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:41:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["s3C5pwNwT3CaJCxj3-SHtg"], "issued_at": "2018-10-26T09:41:03.000000Z"}} 2018-10-26 09:41:03,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}315fab47b3d2bdac692c0e31484e70c1e3cf5910" 2018-10-26 09:41:03,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:41:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2403183b-8b50-4476-9255-3bc1029b91af Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:41:03,246 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-2403183b-8b50-4476-9255-3bc1029b91af 2018-10-26 09:41:03,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:41:03,257 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:41:03,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-0b5439f6-6771-443-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}315fab47b3d2bdac692c0e31484e70c1e3cf5910" 2018-10-26 09:41:03,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:41:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de8d6224-b92a-49ad-a8a3-d25f9f882905 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-0b5439f6-6771-443-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:41:03,351 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-0b5439f6-6771-443-proj used request id req-de8d6224-b92a-49ad-a8a3-d25f9f882905 2018-10-26 09:41:03,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}315fab47b3d2bdac692c0e31484e70c1e3cf5910" 2018-10-26 09:41:03,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:41:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2a9d781-3f3d-4fac-a83c-a343abb14cdc Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:41:03,438 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-a2a9d781-3f3d-4fac-a83c-a343abb14cdc 2018-10-26 09:41:03,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}315fab47b3d2bdac692c0e31484e70c1e3cf5910" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-0b5439f6-6771-443-proj"}}' 2018-10-26 09:41:03,552 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:41:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-119cd8f8-802b-41e2-9d19-91d3af5d622f Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/89c9e240b3164cbaa5aa3cd64808c35a"}, "enabled": true, "id": "89c9e240b3164cbaa5aa3cd64808c35a", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-0b5439f6-6771-443-proj"}} 2018-10-26 09:41:03,552 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-119cd8f8-802b-41e2-9d19-91d3af5d622f 2018-10-26 09:41:03,553 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-0b5439f6-6771-443-proj 2018-10-26 09:41:03,553 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:41:03,554 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:41:03,937 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:41:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["ULhKWlzNQY6TG78podQPGw"], "issued_at": "2018-10-26T09:41:03.000000Z"}} 2018-10-26 09:41:03,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}880b3351434cc6aed7b8c0fc9bb0a77b1f39f975" 2018-10-26 09:41:04,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:41:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9716cc4-7ba4-4faf-9cd8-2b83e9d2416a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:41:04,021 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f9716cc4-7ba4-4faf-9cd8-2b83e9d2416a 2018-10-26 09:41:04,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:41:04,030 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:41:04,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}880b3351434cc6aed7b8c0fc9bb0a77b1f39f975" 2018-10-26 09:41:04,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:41:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b252fda-472b-4f37-adcc-58d6440c6123 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:41:04,138 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-9b252fda-472b-4f37-adcc-58d6440c6123 2018-10-26 09:41:04,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-0b5439f6-6771-443-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}880b3351434cc6aed7b8c0fc9bb0a77b1f39f975" 2018-10-26 09:41:04,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:41:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bed0467-a303-4c04-bfa2-15c582c1fc7d Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-0b5439f6-6771-443-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/89c9e240b3164cbaa5aa3cd64808c35a"}, "enabled": true, "id": "89c9e240b3164cbaa5aa3cd64808c35a", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-0b5439f6-6771-443-proj"}]} 2018-10-26 09:41:04,221 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-0b5439f6-6771-443-proj used request id req-2bed0467-a303-4c04-bfa2-15c582c1fc7d 2018-10-26 09:41:04,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}880b3351434cc6aed7b8c0fc9bb0a77b1f39f975" 2018-10-26 09:41:04,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:41:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c424f63-2f5e-4ab5-9f89-bd1d621e4f03 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:41:04,320 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-3c424f63-2f5e-4ab5-9f89-bd1d621e4f03 2018-10-26 09:41:04,694 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-0b5439f6-6771-443-user 2018-10-26 09:41:04,695 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:41:04,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}315fab47b3d2bdac692c0e31484e70c1e3cf5910" 2018-10-26 09:41:04,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:41:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84014a8a-f40f-406f-b60e-1b3d7a0bf2e8 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:41:04,785 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-84014a8a-f40f-406f-b60e-1b3d7a0bf2e8 2018-10-26 09:41:04,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}315fab47b3d2bdac692c0e31484e70c1e3cf5910" -d '{"role": {"name": "CreateRouterSuccessTests-0b5439f6-6771-443-proj-role"}}' 2018-10-26 09:41:04,898 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:41:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9f55a112-c237-4688-87b0-f712e034099d Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "fc135eba39c445d398f4b9b1ff11e299", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc135eba39c445d398f4b9b1ff11e299"}, "name": "CreateRouterSuccessTests-0b5439f6-6771-443-proj-role"}} 2018-10-26 09:41:04,898 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-9f55a112-c237-4688-87b0-f712e034099d 2018-10-26 09:41:04,898 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-0b5439f6-6771-443-proj-role 2018-10-26 09:41:04,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/fc135eba39c445d398f4b9b1ff11e299 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}315fab47b3d2bdac692c0e31484e70c1e3cf5910" 2018-10-26 09:41:04,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:41:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7f2cf35-d319-4558-a1bd-15249673020c Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/fc135eba39c445d398f4b9b1ff11e299"}, "domain_id": null, "name": "CreateRouterSuccessTests-0b5439f6-6771-443-proj-role", "id": "fc135eba39c445d398f4b9b1ff11e299"}} 2018-10-26 09:41:04,992 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/fc135eba39c445d398f4b9b1ff11e299 used request id req-f7f2cf35-d319-4558-a1bd-15249673020c 2018-10-26 09:41:04,992 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-0b5439f6-6771-443-proj-role to project CreateRouterSuccessTests-0b5439f6-6771-443-proj 2018-10-26 09:41:04,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/89c9e240b3164cbaa5aa3cd64808c35a/users/f6b21388646c4df1a1ed2d517707697f/roles/fc135eba39c445d398f4b9b1ff11e299 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}315fab47b3d2bdac692c0e31484e70c1e3cf5910" 2018-10-26 09:41:05,117 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:41:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7cfb4730-6c1a-47c7-97e0-e7d965352bfd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:41:05,118 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/89c9e240b3164cbaa5aa3cd64808c35a/users/f6b21388646c4df1a1ed2d517707697f/roles/fc135eba39c445d398f4b9b1ff11e299 used request id req-7cfb4730-6c1a-47c7-97e0-e7d965352bfd 2018-10-26 09:41:05,118 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:41:05,119 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:41:05,496 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc135eba39c445d398f4b9b1ff11e299", "name": "CreateRouterSuccessTests-0b5439f6-6771-443-proj-role"}], "expires_at": "2018-10-26T10:41:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "89c9e240b3164cbaa5aa3cd64808c35a", "name": "CreateRouterSuccessTests-0b5439f6-6771-443-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/89c9e240b3164cbaa5aa3cd64808c35a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/89c9e240b3164cbaa5aa3cd64808c35a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/89c9e240b3164cbaa5aa3cd64808c35a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/89c9e240b3164cbaa5aa3cd64808c35a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/89c9e240b3164cbaa5aa3cd64808c35a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/89c9e240b3164cbaa5aa3cd64808c35a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/89c9e240b3164cbaa5aa3cd64808c35a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/89c9e240b3164cbaa5aa3cd64808c35a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/89c9e240b3164cbaa5aa3cd64808c35a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/89c9e240b3164cbaa5aa3cd64808c35a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/89c9e240b3164cbaa5aa3cd64808c35a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/89c9e240b3164cbaa5aa3cd64808c35a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-0b5439f6-6771-443-user", "id": "f6b21388646c4df1a1ed2d517707697f"}, "audit_ids": ["IxGmpxOZRmOZiKKABH8URw"], "issued_at": "2018-10-26T09:41:05.000000Z"}} 2018-10-26 09:41:05,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8d88c44c61af5ef89551b33ec3afc7829f97992" 2018-10-26 09:41:05,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:41:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b1e9a55-af03-4414-8c70-bd4aa6764f01 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:41:05,576 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-2b1e9a55-af03-4414-8c70-bd4aa6764f01 2018-10-26 09:41:05,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-50fa901a-82f1-41a0-bde3-f6cf4dd8aa93-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8d88c44c61af5ef89551b33ec3afc7829f97992" 2018-10-26 09:41:05,773 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-e423dc69-7a38-4440-8417-5adf12f758d3 Date: Fri, 26 Oct 2018 09:41:05 GMT RESP BODY: {"routers": []} 2018-10-26 09:41:05,773 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-50fa901a-82f1-41a0-bde3-f6cf4dd8aa93-pub-router&admin_state_up=True used request id req-e423dc69-7a38-4440-8417-5adf12f758d3 2018-10-26 09:41:05,774 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:41:05,775 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:41:06,145 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc135eba39c445d398f4b9b1ff11e299", "name": "CreateRouterSuccessTests-0b5439f6-6771-443-proj-role"}], "expires_at": "2018-10-26T10:41:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "89c9e240b3164cbaa5aa3cd64808c35a", "name": "CreateRouterSuccessTests-0b5439f6-6771-443-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/89c9e240b3164cbaa5aa3cd64808c35a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/89c9e240b3164cbaa5aa3cd64808c35a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/89c9e240b3164cbaa5aa3cd64808c35a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/89c9e240b3164cbaa5aa3cd64808c35a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/89c9e240b3164cbaa5aa3cd64808c35a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/89c9e240b3164cbaa5aa3cd64808c35a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/89c9e240b3164cbaa5aa3cd64808c35a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/89c9e240b3164cbaa5aa3cd64808c35a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/89c9e240b3164cbaa5aa3cd64808c35a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/89c9e240b3164cbaa5aa3cd64808c35a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/89c9e240b3164cbaa5aa3cd64808c35a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/89c9e240b3164cbaa5aa3cd64808c35a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-0b5439f6-6771-443-user", "id": "f6b21388646c4df1a1ed2d517707697f"}, "audit_ids": ["UeThWgqVSSyBSCUWFMSrog"], "issued_at": "2018-10-26T09:41:06.000000Z"}} 2018-10-26 09:41:06,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}560e6dc433d99328df6d0ccb523be4bab91e9d8a" 2018-10-26 09:41:06,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:41:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d71517c-d659-4860-bbf6-347ab170a20a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:41:06,215 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-4d71517c-d659-4860-bbf6-347ab170a20a 2018-10-26 09:41:06,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8d88c44c61af5ef89551b33ec3afc7829f97992" 2018-10-26 09:41:06,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-595a4a36-883d-48d3-bc3f-1f86d1e34924 Date: Fri, 26 Oct 2018 09:41:06 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","mtu":1500}]} 2018-10-26 09:41:06,487 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-595a4a36-883d-48d3-bc3f-1f86d1e34924 2018-10-26 09:41:06,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8d88c44c61af5ef89551b33ec3afc7829f97992" 2018-10-26 09:41:06,681 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c3d71fa1-ea98-4fb9-8602-2f00de4270c0 Date: Fri, 26 Oct 2018 09:41:06 GMT RESP BODY: {"subnets":[]} 2018-10-26 09:41:06,681 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-c3d71fa1-ea98-4fb9-8602-2f00de4270c0 2018-10-26 09:41:06,682 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-50fa901a-82f1-41a0-bde3-f6cf4dd8aa93-pub-router 2018-10-26 09:41:06,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8d88c44c61af5ef89551b33ec3afc7829f97992" -d '{"router": {"external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693"}, "name": "CreateRouterSuccessTests-50fa901a-82f1-41a0-bde3-f6cf4dd8aa93-pub-router", "admin_state_up": true}}' 2018-10-26 09:41:11,560 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-fe4a5748-a49b-4a11-bceb-9ceebc7a5f07 Date: Fri, 26 Oct 2018 09:41:11 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "89c9e240b3164cbaa5aa3cd64808c35a", "created_at": "2018-10-26T09:41:07Z", "admin_state_up": true, "updated_at": "2018-10-26T09:41:08Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "89c9e240b3164cbaa5aa3cd64808c35a", "id": "ecb0e5dd-1e32-474a-b414-d0c2896d4e49", "name": "CreateRouterSuccessTests-50fa901a-82f1-41a0-bde3-f6cf4dd8aa93-pub-router"}} 2018-10-26 09:41:11,560 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-fe4a5748-a49b-4a11-bceb-9ceebc7a5f07 2018-10-26 09:41:11,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=ecb0e5dd-1e32-474a-b414-d0c2896d4e49 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8d88c44c61af5ef89551b33ec3afc7829f97992" 2018-10-26 09:41:11,774 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c5a8dbf5-6039-4d57-b58d-345eebf5b352 Date: Fri, 26 Oct 2018 09:41:11 GMT RESP BODY: {"ports":[]} 2018-10-26 09:41:11,774 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=ecb0e5dd-1e32-474a-b414-d0c2896d4e49 used request id req-c5a8dbf5-6039-4d57-b58d-345eebf5b352 2018-10-26 09:41:11,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/ecb0e5dd-1e32-474a-b414-d0c2896d4e49 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8d88c44c61af5ef89551b33ec3afc7829f97992" 2018-10-26 09:41:12,007 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-2d98a1ce-fa02-49c3-b77d-b6df19a82ab5 Date: Fri, 26 Oct 2018 09:41:12 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "89c9e240b3164cbaa5aa3cd64808c35a", "created_at": "2018-10-26T09:41:07Z", "admin_state_up": true, "updated_at": "2018-10-26T09:41:10Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "89c9e240b3164cbaa5aa3cd64808c35a", "id": "ecb0e5dd-1e32-474a-b414-d0c2896d4e49", "name": "CreateRouterSuccessTests-50fa901a-82f1-41a0-bde3-f6cf4dd8aa93-pub-router"}} 2018-10-26 09:41:12,007 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/ecb0e5dd-1e32-474a-b414-d0c2896d4e49 used request id req-2d98a1ce-fa02-49c3-b77d-b6df19a82ab5 2018-10-26 09:41:12,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=ecb0e5dd-1e32-474a-b414-d0c2896d4e49 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8d88c44c61af5ef89551b33ec3afc7829f97992" 2018-10-26 09:41:12,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-9d34b43b-38da-47a9-bd9d-28b771214435 Date: Fri, 26 Oct 2018 09:41:12 GMT RESP BODY: {"ports":[]} 2018-10-26 09:41:12,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=ecb0e5dd-1e32-474a-b414-d0c2896d4e49 used request id req-9d34b43b-38da-47a9-bd9d-28b771214435 2018-10-26 09:41:12,190 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:41:12,565 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fc135eba39c445d398f4b9b1ff11e299", "name": "CreateRouterSuccessTests-0b5439f6-6771-443-proj-role"}], "expires_at": "2018-10-26T10:41:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "89c9e240b3164cbaa5aa3cd64808c35a", "name": "CreateRouterSuccessTests-0b5439f6-6771-443-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/89c9e240b3164cbaa5aa3cd64808c35a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/89c9e240b3164cbaa5aa3cd64808c35a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/89c9e240b3164cbaa5aa3cd64808c35a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/89c9e240b3164cbaa5aa3cd64808c35a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/89c9e240b3164cbaa5aa3cd64808c35a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/89c9e240b3164cbaa5aa3cd64808c35a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/89c9e240b3164cbaa5aa3cd64808c35a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/89c9e240b3164cbaa5aa3cd64808c35a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/89c9e240b3164cbaa5aa3cd64808c35a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/89c9e240b3164cbaa5aa3cd64808c35a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/89c9e240b3164cbaa5aa3cd64808c35a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/89c9e240b3164cbaa5aa3cd64808c35a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-0b5439f6-6771-443-user", "id": "f6b21388646c4df1a1ed2d517707697f"}, "audit_ids": ["L6y7YyD8ROi_vk1kWq9QpQ"], "issued_at": "2018-10-26T09:41:12.000000Z"}} 2018-10-26 09:41:12,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-50fa901a-82f1-41a0-bde3-f6cf4dd8aa93-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24ff1d0921a58b92a3f87b2ce450aa9c32d5bb79" 2018-10-26 09:41:12,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-0f75b3a4-6b90-4f4b-a0ac-8753448c4adb Date: Fri, 26 Oct 2018 09:41:12 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "89c9e240b3164cbaa5aa3cd64808c35a", "created_at": "2018-10-26T09:41:07Z", "admin_state_up": true, "updated_at": "2018-10-26T09:41:10Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "89c9e240b3164cbaa5aa3cd64808c35a", "id": "ecb0e5dd-1e32-474a-b414-d0c2896d4e49", "name": "CreateRouterSuccessTests-50fa901a-82f1-41a0-bde3-f6cf4dd8aa93-pub-router"}]} 2018-10-26 09:41:12,839 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-50fa901a-82f1-41a0-bde3-f6cf4dd8aa93-pub-router&admin_state_up=True used request id req-0f75b3a4-6b90-4f4b-a0ac-8753448c4adb 2018-10-26 09:41:12,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:41:12,848 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:41: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:41:12,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/89c9e240b3164cbaa5aa3cd64808c35a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46cdc0df22cefa891a5293930c60245177827c76" 2018-10-26 09:41:12,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:41:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90d44a80-2442-4556-95af-984940eb6e81 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/89c9e240b3164cbaa5aa3cd64808c35a"}, "enabled": true, "id": "89c9e240b3164cbaa5aa3cd64808c35a", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-0b5439f6-6771-443-proj"}} 2018-10-26 09:41:12,932 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/89c9e240b3164cbaa5aa3cd64808c35a used request id req-90d44a80-2442-4556-95af-984940eb6e81 2018-10-26 09:41:12,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=ecb0e5dd-1e32-474a-b414-d0c2896d4e49 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24ff1d0921a58b92a3f87b2ce450aa9c32d5bb79" 2018-10-26 09:41:13,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-63224676-e751-48ca-802e-2b804e93f427 Date: Fri, 26 Oct 2018 09:41:13 GMT RESP BODY: {"ports":[]} 2018-10-26 09:41:13,126 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=ecb0e5dd-1e32-474a-b414-d0c2896d4e49 used request id req-63224676-e751-48ca-802e-2b804e93f427 2018-10-26 09:41:13,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24ff1d0921a58b92a3f87b2ce450aa9c32d5bb79" 2018-10-26 09:41:13,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-b8a62d8a-0a3c-4abe-b1c4-9a32adf1c50e Date: Fri, 26 Oct 2018 09:41:13 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","mtu":1500}]} 2018-10-26 09:41:13,373 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-b8a62d8a-0a3c-4abe-b1c4-9a32adf1c50e 2018-10-26 09:41:13,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24ff1d0921a58b92a3f87b2ce450aa9c32d5bb79" 2018-10-26 09:41:13,560 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-0445cf83-c377-4026-aa7f-78801e2a6bd1 Date: Fri, 26 Oct 2018 09:41:13 GMT RESP BODY: {"subnets":[]} 2018-10-26 09:41:13,560 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-0445cf83-c377-4026-aa7f-78801e2a6bd1 2018-10-26 09:41:13,561 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-50fa901a-82f1-41a0-bde3-f6cf4dd8aa93-pub-router 2018-10-26 09:41:13,561 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-50fa901a-82f1-41a0-bde3-f6cf4dd8aa93-pub-router 2018-10-26 09:41:13,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/ecb0e5dd-1e32-474a-b414-d0c2896d4e49 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8d88c44c61af5ef89551b33ec3afc7829f97992" 2018-10-26 09:41:16,791 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-85ab912e-a49d-48ee-a4b0-4d79459b78b2 Content-Length: 0 Date: Fri, 26 Oct 2018 09:41:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:41:16,791 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/ecb0e5dd-1e32-474a-b414-d0c2896d4e49 used request id req-85ab912e-a49d-48ee-a4b0-4d79459b78b2 2018-10-26 09:41:16,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}315fab47b3d2bdac692c0e31484e70c1e3cf5910" 2018-10-26 09:41:17,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-6ff75be4-aa4e-49d0-a125-0b0ee8489eb6 Date: Fri, 26 Oct 2018 09:41:17 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:41:17,005 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-6ff75be4-aa4e-49d0-a125-0b0ee8489eb6 2018-10-26 09:41:17,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}315fab47b3d2bdac692c0e31484e70c1e3cf5910" 2018-10-26 09:41:17,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:41:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd9bebc6-367c-4f15-8e56-2aa679ea7d39 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:41:17,107 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-bd9bebc6-367c-4f15-8e56-2aa679ea7d39 2018-10-26 09:41:17,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}315fab47b3d2bdac692c0e31484e70c1e3cf5910" 2018-10-26 09:41:17,199 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:41:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89db49cb-eefa-4471-9305-b56c0eab00ae 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:41:17,199 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-89db49cb-eefa-4471-9305-b56c0eab00ae 2018-10-26 09:41:17,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}315fab47b3d2bdac692c0e31484e70c1e3cf5910" 2018-10-26 09:41:17,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:41:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-317b1f1e-3cbc-499a-adf1-4cc68d74cbc2 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:41:17,296 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-317b1f1e-3cbc-499a-adf1-4cc68d74cbc2 2018-10-26 09:41:17,297 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-0b5439f6-6771-443-proj 2018-10-26 09:41:17,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/89c9e240b3164cbaa5aa3cd64808c35a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}315fab47b3d2bdac692c0e31484e70c1e3cf5910" 2018-10-26 09:41:17,627 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:41:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c6f04f47-1efa-4dd6-8c0e-e59ee4f8bcf4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:41:17,627 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/89c9e240b3164cbaa5aa3cd64808c35a used request id req-c6f04f47-1efa-4dd6-8c0e-e59ee4f8bcf4 2018-10-26 09:41:17,627 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-0b5439f6-6771-443-proj-role 2018-10-26 09:41:17,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/fc135eba39c445d398f4b9b1ff11e299 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}315fab47b3d2bdac692c0e31484e70c1e3cf5910" 2018-10-26 09:41:17,751 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:41:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e43e9c1f-2139-4792-a158-c07b1c863435 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:41:17,751 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/fc135eba39c445d398f4b9b1ff11e299 used request id req-e43e9c1f-2139-4792-a158-c07b1c863435 2018-10-26 09:41:17,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}315fab47b3d2bdac692c0e31484e70c1e3cf5910" 2018-10-26 09:41:17,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:41:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30cfc762-cba5-43f1-a989-6c15b8f41639 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:41:17,851 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-30cfc762-cba5-43f1-a989-6c15b8f41639 2018-10-26 09:41:17,852 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-0b5439f6-6771-443-user 2018-10-26 09:41:17,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/f6b21388646c4df1a1ed2d517707697f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}880b3351434cc6aed7b8c0fc9bb0a77b1f39f975" 2018-10-26 09:41:18,071 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:41:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7fc98e91-d952-48a7-b74a-8100ddde84c9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:41:18,071 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/f6b21388646c4df1a1ed2d517707697f used request id req-7fc98e91-d952-48a7-b74a-8100ddde84c9 2018-10-26 09:41:18,073 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:41:18,446 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:41:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["3zFkm8C4Sxm3M0MhP0N59g"], "issued_at": "2018-10-26T09:41:18.000000Z"}} 2018-10-26 09:41:18,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13ebc3b7e844001a7aec7538f80d7e049bff53e4" 2018-10-26 09:41:18,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:41:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-daa4c992-0bf4-478d-95e2-d03cc24088c2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:41:18,535 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-daa4c992-0bf4-478d-95e2-d03cc24088c2 2018-10-26 09:41:18,537 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:41:18,537 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:41:18,923 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:41:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["TqBFT9iXRueBddq1tRXCMQ"], "issued_at": "2018-10-26T09:41:18.000000Z"}} 2018-10-26 09:41:18,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad2e2aba2329cd0256135150dda19445e45c2479" 2018-10-26 09:41:19,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:41:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c41d50e-ebec-4c52-b543-907672481c9a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:41:19,084 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-7c41d50e-ebec-4c52-b543-907672481c9a 2018-10-26 09:41:19,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:41:19,093 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:41: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:41:19,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-f0d02820-18e0-405-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad2e2aba2329cd0256135150dda19445e45c2479" 2018-10-26 09:41:19,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:41:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41b8198b-490e-4ca2-9283-f9e7274d39c4 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-f0d02820-18e0-405-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:41:19,182 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-f0d02820-18e0-405-proj used request id req-41b8198b-490e-4ca2-9283-f9e7274d39c4 2018-10-26 09:41:19,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad2e2aba2329cd0256135150dda19445e45c2479" 2018-10-26 09:41:19,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:41:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29684d10-2fa5-4266-9589-27052cd6b215 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:41:19,267 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-29684d10-2fa5-4266-9589-27052cd6b215 2018-10-26 09:41:19,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad2e2aba2329cd0256135150dda19445e45c2479" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-f0d02820-18e0-405-proj"}}' 2018-10-26 09:41:19,385 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:41:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5a94ae20-cee2-4d1f-8889-24762c5c3243 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a66fe94720624b79bdff44b487df61c0"}, "enabled": true, "id": "a66fe94720624b79bdff44b487df61c0", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-f0d02820-18e0-405-proj"}} 2018-10-26 09:41:19,385 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-5a94ae20-cee2-4d1f-8889-24762c5c3243 2018-10-26 09:41:19,385 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-f0d02820-18e0-405-proj 2018-10-26 09:41:19,385 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:41:19,386 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:41:19,771 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:41:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["GPwQ4E3NSiCUjsT-yqoyCA"], "issued_at": "2018-10-26T09:41:19.000000Z"}} 2018-10-26 09:41:19,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eee1318fe45be55821c9e82f1acf7c5c430392f2" 2018-10-26 09:41:19,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:41:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-582e2a78-f133-45e5-be92-b19ad91524f3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:41:19,855 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-582e2a78-f133-45e5-be92-b19ad91524f3 2018-10-26 09:41:19,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:41:19,865 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:41: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:41:19,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eee1318fe45be55821c9e82f1acf7c5c430392f2" 2018-10-26 09:41:19,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:41:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84e29a67-1198-451f-9dad-0f0ec2cfd58b Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:41:19,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-84e29a67-1198-451f-9dad-0f0ec2cfd58b 2018-10-26 09:41:19,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-f0d02820-18e0-405-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eee1318fe45be55821c9e82f1acf7c5c430392f2" 2018-10-26 09:41:20,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:41:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff5ed5cd-ac02-47d2-8322-6a06272b11c0 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-f0d02820-18e0-405-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a66fe94720624b79bdff44b487df61c0"}, "enabled": true, "id": "a66fe94720624b79bdff44b487df61c0", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-f0d02820-18e0-405-proj"}]} 2018-10-26 09:41:20,053 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-f0d02820-18e0-405-proj used request id req-ff5ed5cd-ac02-47d2-8322-6a06272b11c0 2018-10-26 09:41:20,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eee1318fe45be55821c9e82f1acf7c5c430392f2" 2018-10-26 09:41:20,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:41:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd767b74-beae-47ac-ac48-97e0d28bc786 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:41:20,145 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-bd767b74-beae-47ac-ac48-97e0d28bc786 2018-10-26 09:41:20,509 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-f0d02820-18e0-405-user 2018-10-26 09:41:20,509 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:41:20,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad2e2aba2329cd0256135150dda19445e45c2479" 2018-10-26 09:41:20,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:41:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bffa63d-e00a-44e8-89f1-29f0808f1569 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:41:20,602 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-2bffa63d-e00a-44e8-89f1-29f0808f1569 2018-10-26 09:41:20,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad2e2aba2329cd0256135150dda19445e45c2479" -d '{"role": {"name": "CreateRouterSuccessTests-f0d02820-18e0-405-proj-role"}}' 2018-10-26 09:41:20,719 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:41:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-04d114ef-efc2-4768-997d-c0a36a16f80f Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d74a0a6d1731432ab5d27ec70b3d6bb0", "links": {"self": "http://172.30.9.21:5000/v3/roles/d74a0a6d1731432ab5d27ec70b3d6bb0"}, "name": "CreateRouterSuccessTests-f0d02820-18e0-405-proj-role"}} 2018-10-26 09:41:20,719 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-04d114ef-efc2-4768-997d-c0a36a16f80f 2018-10-26 09:41:20,719 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-f0d02820-18e0-405-proj-role 2018-10-26 09:41:20,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/d74a0a6d1731432ab5d27ec70b3d6bb0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad2e2aba2329cd0256135150dda19445e45c2479" 2018-10-26 09:41:20,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:41:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-726770e6-e28c-4da8-8b95-7acc260acaf2 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/d74a0a6d1731432ab5d27ec70b3d6bb0"}, "domain_id": null, "name": "CreateRouterSuccessTests-f0d02820-18e0-405-proj-role", "id": "d74a0a6d1731432ab5d27ec70b3d6bb0"}} 2018-10-26 09:41:20,811 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/d74a0a6d1731432ab5d27ec70b3d6bb0 used request id req-726770e6-e28c-4da8-8b95-7acc260acaf2 2018-10-26 09:41:20,812 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-f0d02820-18e0-405-proj-role to project CreateRouterSuccessTests-f0d02820-18e0-405-proj 2018-10-26 09:41:20,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/a66fe94720624b79bdff44b487df61c0/users/f1d46daaa4014050b3dee99e390196be/roles/d74a0a6d1731432ab5d27ec70b3d6bb0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad2e2aba2329cd0256135150dda19445e45c2479" 2018-10-26 09:41:20,937 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:41:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c4e34675-5c53-4962-b6f9-fad4d4776b47 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:41:20,937 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/a66fe94720624b79bdff44b487df61c0/users/f1d46daaa4014050b3dee99e390196be/roles/d74a0a6d1731432ab5d27ec70b3d6bb0 used request id req-c4e34675-5c53-4962-b6f9-fad4d4776b47 2018-10-26 09:41:20,937 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:41:20,938 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:41:21,333 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:41:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["AmCUHvO7ROyuQmuSjayvRA"], "issued_at": "2018-10-26T09:41:21.000000Z"}} 2018-10-26 09:41:21,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab79a53cfb26d319fe2961996186b197da82b96b" 2018-10-26 09:41:21,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:41:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8fc213b-ecad-42b9-8217-ad716748be8e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:41:21,419 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c8fc213b-ecad-42b9-8217-ad716748be8e 2018-10-26 09:41:21,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-c5f4e47c-8d73-4e4f-827f-9d480348f2f1-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab79a53cfb26d319fe2961996186b197da82b96b" 2018-10-26 09:41:21,640 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-60beaefd-51e8-4d94-a4b5-4c178774f023 Date: Fri, 26 Oct 2018 09:41:21 GMT RESP BODY: {"routers": []} 2018-10-26 09:41:21,640 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-c5f4e47c-8d73-4e4f-827f-9d480348f2f1-pub-router&admin_state_up=True used request id req-60beaefd-51e8-4d94-a4b5-4c178774f023 2018-10-26 09:41:21,640 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:41:21,641 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:41:22,017 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:41:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["DPdH1LaVRCaaXrMz3dhwLg"], "issued_at": "2018-10-26T09:41:22.000000Z"}} 2018-10-26 09:41:22,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}98456ece601b4cdb585ed7c47bef9429f69e96bc" 2018-10-26 09:41:22,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:41:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-267339e3-13e9-4f8d-8f60-bd96102acc74 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:41:22,103 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-267339e3-13e9-4f8d-8f60-bd96102acc74 2018-10-26 09:41:22,104 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-c5f4e47c-8d73-4e4f-827f-9d480348f2f1-pub-router 2018-10-26 09:41:22,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab79a53cfb26d319fe2961996186b197da82b96b" -d '{"router": {"name": "CreateRouterSuccessTests-c5f4e47c-8d73-4e4f-827f-9d480348f2f1-pub-router", "admin_state_up": true}}' 2018-10-26 09:41:25,750 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 547 X-Openstack-Request-Id: req-606f7232-f89a-4a6b-9f3d-de1969c22067 Date: Fri, 26 Oct 2018 09:41:25 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:41:22Z", "admin_state_up": true, "updated_at": "2018-10-26T09:41:22Z", "project_id": "520bb063707641068ecd26c37a46f476", "flavor_id": null, "revision_number": 1, "routes": [], "ha": true, "id": "09f53158-9cca-4a0e-b191-203fdb7e9ca4", "name": "CreateRouterSuccessTests-c5f4e47c-8d73-4e4f-827f-9d480348f2f1-pub-router"}} 2018-10-26 09:41:25,750 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-606f7232-f89a-4a6b-9f3d-de1969c22067 2018-10-26 09:41:25,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=09f53158-9cca-4a0e-b191-203fdb7e9ca4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab79a53cfb26d319fe2961996186b197da82b96b" 2018-10-26 09:41:25,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2454 X-Openstack-Request-Id: req-a46e05b8-cf2f-4d53-adde-98687d70fe7b Date: Fri, 26 Oct 2018 09:41:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:41:25Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"63dd9982-537a-4b2e-9774-a4ec59024246","ip_address":"169.254.192.8"}],"id":"419df313-cc7d-466f-85ec-7a5732757b4a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f7:a6:f6","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 520bb063707641068ecd26c37a46f476","admin_state_up":true,"network_id":"18630189-af17-4296-af84-57f6cece58cd","tenant_id":"","created_at":"2018-10-26T09:41:24Z","binding:vnic_type":"normal","device_id":"09f53158-9cca-4a0e-b191-203fdb7e9ca4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:41:23Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"63dd9982-537a-4b2e-9774-a4ec59024246","ip_address":"169.254.192.6"}],"id":"b3dc902c-3529-4ffa-b772-ddc26257737a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:36:ab:26","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 520bb063707641068ecd26c37a46f476","admin_state_up":true,"network_id":"18630189-af17-4296-af84-57f6cece58cd","tenant_id":"","created_at":"2018-10-26T09:41:23Z","binding:vnic_type":"normal","device_id":"09f53158-9cca-4a0e-b191-203fdb7e9ca4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:41:24Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"63dd9982-537a-4b2e-9774-a4ec59024246","ip_address":"169.254.192.10"}],"id":"bb57d544-f71d-4276-b67a-ed32d9610e56","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:69:76:46","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 520bb063707641068ecd26c37a46f476","admin_state_up":true,"network_id":"18630189-af17-4296-af84-57f6cece58cd","tenant_id":"","created_at":"2018-10-26T09:41:24Z","binding:vnic_type":"normal","device_id":"09f53158-9cca-4a0e-b191-203fdb7e9ca4"}]} 2018-10-26 09:41:25,981 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=09f53158-9cca-4a0e-b191-203fdb7e9ca4 used request id req-a46e05b8-cf2f-4d53-adde-98687d70fe7b 2018-10-26 09:41:25,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/63dd9982-537a-4b2e-9774-a4ec59024246 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab79a53cfb26d319fe2961996186b197da82b96b" 2018-10-26 09:41:26,356 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-1794467e-ba2b-4ca2-ad87-1cd2f0a0a2e8 Date: Fri, 26 Oct 2018 09:41:26 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"18630189-af17-4296-af84-57f6cece58cd","tenant_id":"","created_at":"2018-10-26T09:41:22Z","dns_nameservers":[],"updated_at":"2018-10-26T09:41:22Z","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":"63dd9982-537a-4b2e-9774-a4ec59024246","subnetpool_id":null,"name":"HA subnet tenant 520bb063707641068ecd26c37a46f476"}} 2018-10-26 09:41:26,356 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/63dd9982-537a-4b2e-9774-a4ec59024246 used request id req-1794467e-ba2b-4ca2-ad87-1cd2f0a0a2e8 2018-10-26 09:41:26,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/63dd9982-537a-4b2e-9774-a4ec59024246 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab79a53cfb26d319fe2961996186b197da82b96b" 2018-10-26 09:41:26,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-56727b66-6aad-4c61-a471-0596d01529e0 Date: Fri, 26 Oct 2018 09:41:26 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"18630189-af17-4296-af84-57f6cece58cd","tenant_id":"","created_at":"2018-10-26T09:41:22Z","dns_nameservers":[],"updated_at":"2018-10-26T09:41:22Z","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":"63dd9982-537a-4b2e-9774-a4ec59024246","subnetpool_id":null,"name":"HA subnet tenant 520bb063707641068ecd26c37a46f476"}} 2018-10-26 09:41:26,565 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/63dd9982-537a-4b2e-9774-a4ec59024246 used request id req-56727b66-6aad-4c61-a471-0596d01529e0 2018-10-26 09:41:26,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/63dd9982-537a-4b2e-9774-a4ec59024246 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab79a53cfb26d319fe2961996186b197da82b96b" 2018-10-26 09:41:26,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-60dac2e9-823c-4cf2-872d-a42d09a8bd71 Date: Fri, 26 Oct 2018 09:41:26 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"18630189-af17-4296-af84-57f6cece58cd","tenant_id":"","created_at":"2018-10-26T09:41:22Z","dns_nameservers":[],"updated_at":"2018-10-26T09:41:22Z","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":"63dd9982-537a-4b2e-9774-a4ec59024246","subnetpool_id":null,"name":"HA subnet tenant 520bb063707641068ecd26c37a46f476"}} 2018-10-26 09:41:26,857 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/63dd9982-537a-4b2e-9774-a4ec59024246 used request id req-60dac2e9-823c-4cf2-872d-a42d09a8bd71 2018-10-26 09:41:26,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab79a53cfb26d319fe2961996186b197da82b96b" 2018-10-26 09:41:26,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-da8d5d0f-528f-46d6-aa75-280212071977 Date: Fri, 26 Oct 2018 09:41:26 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","provider:network_type":"flat"}]} 2018-10-26 09:41:26,972 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-da8d5d0f-528f-46d6-aa75-280212071977 2018-10-26 09:41:26,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:41:26,981 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:41: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:41:26,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab79a53cfb26d319fe2961996186b197da82b96b" 2018-10-26 09:41:27,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:41:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb0d1391-6805-44d6-8be9-21b9c580bc56 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:41:27,063 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-bb0d1391-6805-44d6-8be9-21b9c580bc56 2018-10-26 09:41:27,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?name=CreateRouterSuccessTests-c5f4e47c-8d73-4e4f-827f-9d480348f2f1-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab79a53cfb26d319fe2961996186b197da82b96b" 2018-10-26 09:41:27,098 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-923ed117-efb8-4623-9192-d10393be3f7f Date: Fri, 26 Oct 2018 09:41:27 GMT RESP BODY: {"ports":[]} 2018-10-26 09:41:27,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?name=CreateRouterSuccessTests-c5f4e47c-8d73-4e4f-827f-9d480348f2f1-port1&admin_state_up=True used request id req-923ed117-efb8-4623-9192-d10393be3f7f 2018-10-26 09:41:27,098 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-c5f4e47c-8d73-4e4f-827f-9d480348f2f1-port1 for router - CreateRouterSuccessTests-c5f4e47c-8d73-4e4f-827f-9d480348f2f1-pub-router 2018-10-26 09:41:27,098 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:41:27,099 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:41:27,482 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:41:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["rq1vJC1fSkGo9dsboGZf9g"], "issued_at": "2018-10-26T09:41:27.000000Z"}} 2018-10-26 09:41:27,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b76c0394ce50ddc02ae7b28f073c8ef6e5da1d80" 2018-10-26 09:41:27,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:41:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-880db5ab-5f06-49e4-bcac-d24a7ec9bc75 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:41:27,566 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-880db5ab-5f06-49e4-bcac-d24a7ec9bc75 2018-10-26 09:41:27,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab79a53cfb26d319fe2961996186b197da82b96b" 2018-10-26 09:41:27,809 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-e82369db-2b88-4607-b81c-7d5fee1c6e21 Date: Fri, 26 Oct 2018 09:41:27 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","provider:network_type":"flat"}]} 2018-10-26 09:41:27,809 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-e82369db-2b88-4607-b81c-7d5fee1c6e21 2018-10-26 09:41:27,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab79a53cfb26d319fe2961996186b197da82b96b" 2018-10-26 09:41:27,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-61182b1f-e31c-4830-b485-82adab8b1060 Date: Fri, 26 Oct 2018 09:41:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:47Z","dns_nameservers":[],"updated_at":"2018-10-26T08:12:47Z","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":"c850e319615544ee86b9a48e1e3e8f0f","id":"e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-26 09:41:27,862 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-61182b1f-e31c-4830-b485-82adab8b1060 2018-10-26 09:41:27,863 - neutron_utils - INFO - Creating port for network with name - external 2018-10-26 09:41:27,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab79a53cfb26d319fe2961996186b197da82b96b" -d '{"port": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "name": "CreateRouterSuccessTests-c5f4e47c-8d73-4e4f-827f-9d480348f2f1-port1", "admin_state_up": true}}' 2018-10-26 09:41:28,695 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 879 X-Openstack-Request-Id: req-433594c2-5af9-4273-a72e-8f8ccb481171 Date: Fri, 26 Oct 2018 09:41:28 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:41:28Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414","ip_address":"172.30.9.208"}],"id":"c5dbd6d8-c00b-46a9-ba53-7c73c06697e2","security_groups":["8361c808-1c9a-4d3e-8e23-25feb1ce42a3"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:69:35:0a","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"CreateRouterSuccessTests-c5f4e47c-8d73-4e4f-827f-9d480348f2f1-port1","project_id":"520bb063707641068ecd26c37a46f476","qos_policy_id":null,"admin_state_up":true,"network_id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:41:28Z","binding:vnic_type":"normal"}} 2018-10-26 09:41:28,695 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-433594c2-5af9-4273-a72e-8f8ccb481171 2018-10-26 09:41:28,695 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-c5f4e47c-8d73-4e4f-827f-9d480348f2f1-port1 for router - CreateRouterSuccessTests-c5f4e47c-8d73-4e4f-827f-9d480348f2f1-pub-router 2018-10-26 09:41:28,695 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-c5f4e47c-8d73-4e4f-827f-9d480348f2f1-pub-router 2018-10-26 09:41:28,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/09f53158-9cca-4a0e-b191-203fdb7e9ca4/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab79a53cfb26d319fe2961996186b197da82b96b" -d '{"port_id": "c5dbd6d8-c00b-46a9-ba53-7c73c06697e2"}' 2018-10-26 09:41:30,114 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b954535d-602d-46ef-829a-7a87c4fc1c6e Date: Fri, 26 Oct 2018 09:41:30 GMT RESP BODY: {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "tenant_id": "520bb063707641068ecd26c37a46f476", "subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "subnet_ids": ["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"], "port_id": "c5dbd6d8-c00b-46a9-ba53-7c73c06697e2", "id": "09f53158-9cca-4a0e-b191-203fdb7e9ca4"} 2018-10-26 09:41:30,114 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/09f53158-9cca-4a0e-b191-203fdb7e9ca4/add_router_interface used request id req-b954535d-602d-46ef-829a-7a87c4fc1c6e 2018-10-26 09:41:30,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/09f53158-9cca-4a0e-b191-203fdb7e9ca4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab79a53cfb26d319fe2961996186b197da82b96b" 2018-10-26 09:41:30,340 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-40c5c6d9-f35e-44c8-8987-d5d7fd7a04a5 Date: Fri, 26 Oct 2018 09:41:30 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:41:22Z", "admin_state_up": true, "updated_at": "2018-10-26T09:41:29Z", "project_id": "520bb063707641068ecd26c37a46f476", "flavor_id": null, "revision_number": 6, "routes": [], "ha": true, "id": "09f53158-9cca-4a0e-b191-203fdb7e9ca4", "name": "CreateRouterSuccessTests-c5f4e47c-8d73-4e4f-827f-9d480348f2f1-pub-router"}} 2018-10-26 09:41:30,340 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/09f53158-9cca-4a0e-b191-203fdb7e9ca4 used request id req-40c5c6d9-f35e-44c8-8987-d5d7fd7a04a5 2018-10-26 09:41:30,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=09f53158-9cca-4a0e-b191-203fdb7e9ca4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab79a53cfb26d319fe2961996186b197da82b96b" 2018-10-26 09:41:30,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3693 X-Openstack-Request-Id: req-f3afc4f8-6bcd-4358-82e3-31c4ac9798e6 Date: Fri, 26 Oct 2018 09:41:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:41:28Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"63dd9982-537a-4b2e-9774-a4ec59024246","ip_address":"169.254.192.8"}],"id":"419df313-cc7d-466f-85ec-7a5732757b4a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f7:a6:f6","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 520bb063707641068ecd26c37a46f476","admin_state_up":true,"network_id":"18630189-af17-4296-af84-57f6cece58cd","tenant_id":"","created_at":"2018-10-26T09:41:24Z","binding:vnic_type":"normal","device_id":"09f53158-9cca-4a0e-b191-203fdb7e9ca4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:41:27Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"63dd9982-537a-4b2e-9774-a4ec59024246","ip_address":"169.254.192.6"}],"id":"b3dc902c-3529-4ffa-b772-ddc26257737a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:36:ab:26","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 520bb063707641068ecd26c37a46f476","admin_state_up":true,"network_id":"18630189-af17-4296-af84-57f6cece58cd","tenant_id":"","created_at":"2018-10-26T09:41:23Z","binding:vnic_type":"normal","device_id":"09f53158-9cca-4a0e-b191-203fdb7e9ca4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:41:28Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"63dd9982-537a-4b2e-9774-a4ec59024246","ip_address":"169.254.192.10"}],"id":"bb57d544-f71d-4276-b67a-ed32d9610e56","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:69:76:46","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 520bb063707641068ecd26c37a46f476","admin_state_up":true,"network_id":"18630189-af17-4296-af84-57f6cece58cd","tenant_id":"","created_at":"2018-10-26T09:41:24Z","binding:vnic_type":"normal","device_id":"09f53158-9cca-4a0e-b191-203fdb7e9ca4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:41:29Z","device_owner":"network:ha_router_replicated_interface","revision_number":6,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414","ip_address":"172.30.9.208"}],"id":"c5dbd6d8-c00b-46a9-ba53-7c73c06697e2","security_groups":["8361c808-1c9a-4d3e-8e23-25feb1ce42a3"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:69:35:0a","project_id":"520bb063707641068ecd26c37a46f476","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-c5f4e47c-8d73-4e4f-827f-9d480348f2f1-port1","admin_state_up":true,"network_id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:41:28Z","binding:vnic_type":"normal","device_id":"09f53158-9cca-4a0e-b191-203fdb7e9ca4"}]} 2018-10-26 09:41:30,675 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=09f53158-9cca-4a0e-b191-203fdb7e9ca4 used request id req-f3afc4f8-6bcd-4358-82e3-31c4ac9798e6 2018-10-26 09:41:30,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/63dd9982-537a-4b2e-9774-a4ec59024246 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab79a53cfb26d319fe2961996186b197da82b96b" 2018-10-26 09:41:30,902 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-b5a06476-9db5-4f33-adcb-a8c556189076 Date: Fri, 26 Oct 2018 09:41:30 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"18630189-af17-4296-af84-57f6cece58cd","tenant_id":"","created_at":"2018-10-26T09:41:22Z","dns_nameservers":[],"updated_at":"2018-10-26T09:41:22Z","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":"63dd9982-537a-4b2e-9774-a4ec59024246","subnetpool_id":null,"name":"HA subnet tenant 520bb063707641068ecd26c37a46f476"}} 2018-10-26 09:41:30,902 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/63dd9982-537a-4b2e-9774-a4ec59024246 used request id req-b5a06476-9db5-4f33-adcb-a8c556189076 2018-10-26 09:41:30,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/63dd9982-537a-4b2e-9774-a4ec59024246 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab79a53cfb26d319fe2961996186b197da82b96b" 2018-10-26 09:41:31,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-0ee68db3-c558-4ab4-af75-6b4e357fffb0 Date: Fri, 26 Oct 2018 09:41:31 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"18630189-af17-4296-af84-57f6cece58cd","tenant_id":"","created_at":"2018-10-26T09:41:22Z","dns_nameservers":[],"updated_at":"2018-10-26T09:41:22Z","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":"63dd9982-537a-4b2e-9774-a4ec59024246","subnetpool_id":null,"name":"HA subnet tenant 520bb063707641068ecd26c37a46f476"}} 2018-10-26 09:41:31,116 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/63dd9982-537a-4b2e-9774-a4ec59024246 used request id req-0ee68db3-c558-4ab4-af75-6b4e357fffb0 2018-10-26 09:41:31,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/63dd9982-537a-4b2e-9774-a4ec59024246 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab79a53cfb26d319fe2961996186b197da82b96b" 2018-10-26 09:41:31,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-62b008b3-c670-4328-95af-a35dc0527e91 Date: Fri, 26 Oct 2018 09:41:31 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"18630189-af17-4296-af84-57f6cece58cd","tenant_id":"","created_at":"2018-10-26T09:41:22Z","dns_nameservers":[],"updated_at":"2018-10-26T09:41:22Z","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":"63dd9982-537a-4b2e-9774-a4ec59024246","subnetpool_id":null,"name":"HA subnet tenant 520bb063707641068ecd26c37a46f476"}} 2018-10-26 09:41:31,321 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/63dd9982-537a-4b2e-9774-a4ec59024246 used request id req-62b008b3-c670-4328-95af-a35dc0527e91 2018-10-26 09:41:31,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab79a53cfb26d319fe2961996186b197da82b96b" 2018-10-26 09:41:31,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-8f9c22ef-758c-4e64-8d3e-bc051af5ae17 Date: Fri, 26 Oct 2018 09:41:31 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:47Z","dns_nameservers":[],"updated_at":"2018-10-26T08:12:47Z","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":"c850e319615544ee86b9a48e1e3e8f0f","id":"e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414","subnetpool_id":null,"name":"external-subnet"}} 2018-10-26 09:41:31,378 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414 used request id req-8f9c22ef-758c-4e64-8d3e-bc051af5ae17 2018-10-26 09:41:31,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13ebc3b7e844001a7aec7538f80d7e049bff53e4" 2018-10-26 09:41:31,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:41:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68eccd51-a2c4-46e1-9b1d-63bfdb1dafe4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:41:31,455 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-68eccd51-a2c4-46e1-9b1d-63bfdb1dafe4 2018-10-26 09:41:31,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-c5f4e47c-8d73-4e4f-827f-9d480348f2f1-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13ebc3b7e844001a7aec7538f80d7e049bff53e4" 2018-10-26 09:41:31,837 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-165d1ce9-4f12-421d-8ecf-d67f46b369c8 Date: Fri, 26 Oct 2018 09:41:31 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:41:22Z", "admin_state_up": true, "updated_at": "2018-10-26T09:41:29Z", "project_id": "520bb063707641068ecd26c37a46f476", "flavor_id": null, "revision_number": 6, "routes": [], "ha": true, "id": "09f53158-9cca-4a0e-b191-203fdb7e9ca4", "name": "CreateRouterSuccessTests-c5f4e47c-8d73-4e4f-827f-9d480348f2f1-pub-router"}]} 2018-10-26 09:41:31,837 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-c5f4e47c-8d73-4e4f-827f-9d480348f2f1-pub-router&admin_state_up=True used request id req-165d1ce9-4f12-421d-8ecf-d67f46b369c8 2018-10-26 09:41:31,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:41:31,846 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:41: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:41:31,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13ebc3b7e844001a7aec7538f80d7e049bff53e4" 2018-10-26 09:41:31,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:41:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-388c9fed-d51a-41df-95f8-433052cab6a7 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:41:31,936 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-388c9fed-d51a-41df-95f8-433052cab6a7 2018-10-26 09:41:31,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=09f53158-9cca-4a0e-b191-203fdb7e9ca4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13ebc3b7e844001a7aec7538f80d7e049bff53e4" 2018-10-26 09:41:32,151 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3790 X-Openstack-Request-Id: req-94a98993-7837-4a07-9f35-84fd6fe50c06 Date: Fri, 26 Oct 2018 09:41:32 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:41:28Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"63dd9982-537a-4b2e-9774-a4ec59024246","ip_address":"169.254.192.8"}],"id":"419df313-cc7d-466f-85ec-7a5732757b4a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f7:a6:f6","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 520bb063707641068ecd26c37a46f476","admin_state_up":true,"network_id":"18630189-af17-4296-af84-57f6cece58cd","tenant_id":"","created_at":"2018-10-26T09:41:24Z","binding:vnic_type":"normal","device_id":"09f53158-9cca-4a0e-b191-203fdb7e9ca4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:41:27Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"63dd9982-537a-4b2e-9774-a4ec59024246","ip_address":"169.254.192.6"}],"id":"b3dc902c-3529-4ffa-b772-ddc26257737a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:36:ab:26","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 520bb063707641068ecd26c37a46f476","admin_state_up":true,"network_id":"18630189-af17-4296-af84-57f6cece58cd","tenant_id":"","created_at":"2018-10-26T09:41:23Z","binding:vnic_type":"normal","device_id":"09f53158-9cca-4a0e-b191-203fdb7e9ca4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:41:28Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"63dd9982-537a-4b2e-9774-a4ec59024246","ip_address":"169.254.192.10"}],"id":"bb57d544-f71d-4276-b67a-ed32d9610e56","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:69:76:46","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 520bb063707641068ecd26c37a46f476","admin_state_up":true,"network_id":"18630189-af17-4296-af84-57f6cece58cd","tenant_id":"","created_at":"2018-10-26T09:41:24Z","binding:vnic_type":"normal","device_id":"09f53158-9cca-4a0e-b191-203fdb7e9ca4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:41:31Z","device_owner":"network:ha_router_replicated_interface","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414","ip_address":"172.30.9.208"}],"id":"c5dbd6d8-c00b-46a9-ba53-7c73c06697e2","security_groups":["8361c808-1c9a-4d3e-8e23-25feb1ce42a3"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:69:35:0a","project_id":"520bb063707641068ecd26c37a46f476","status":"DOWN","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-c5f4e47c-8d73-4e4f-827f-9d480348f2f1-port1","admin_state_up":true,"network_id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:41:28Z","binding:vnic_type":"normal","device_id":"09f53158-9cca-4a0e-b191-203fdb7e9ca4"}]} 2018-10-26 09:41:32,151 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=09f53158-9cca-4a0e-b191-203fdb7e9ca4 used request id req-94a98993-7837-4a07-9f35-84fd6fe50c06 2018-10-26 09:41:32,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/63dd9982-537a-4b2e-9774-a4ec59024246 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13ebc3b7e844001a7aec7538f80d7e049bff53e4" 2018-10-26 09:41:32,360 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-9ec1e88b-a8b7-4d2e-812d-ce63e9b65213 Date: Fri, 26 Oct 2018 09:41:32 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"18630189-af17-4296-af84-57f6cece58cd","tenant_id":"","created_at":"2018-10-26T09:41:22Z","dns_nameservers":[],"updated_at":"2018-10-26T09:41:22Z","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":"63dd9982-537a-4b2e-9774-a4ec59024246","subnetpool_id":null,"name":"HA subnet tenant 520bb063707641068ecd26c37a46f476"}} 2018-10-26 09:41:32,360 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/63dd9982-537a-4b2e-9774-a4ec59024246 used request id req-9ec1e88b-a8b7-4d2e-812d-ce63e9b65213 2018-10-26 09:41:32,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/63dd9982-537a-4b2e-9774-a4ec59024246 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13ebc3b7e844001a7aec7538f80d7e049bff53e4" 2018-10-26 09:41:32,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-2cb1d4b7-a49b-4eda-9ec9-03d57f9f0bc9 Date: Fri, 26 Oct 2018 09:41:32 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"18630189-af17-4296-af84-57f6cece58cd","tenant_id":"","created_at":"2018-10-26T09:41:22Z","dns_nameservers":[],"updated_at":"2018-10-26T09:41:22Z","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":"63dd9982-537a-4b2e-9774-a4ec59024246","subnetpool_id":null,"name":"HA subnet tenant 520bb063707641068ecd26c37a46f476"}} 2018-10-26 09:41:32,414 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/63dd9982-537a-4b2e-9774-a4ec59024246 used request id req-2cb1d4b7-a49b-4eda-9ec9-03d57f9f0bc9 2018-10-26 09:41:32,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/63dd9982-537a-4b2e-9774-a4ec59024246 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13ebc3b7e844001a7aec7538f80d7e049bff53e4" 2018-10-26 09:41:32,467 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-404342f8-022b-44fd-a62e-b29260980a24 Date: Fri, 26 Oct 2018 09:41:32 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"18630189-af17-4296-af84-57f6cece58cd","tenant_id":"","created_at":"2018-10-26T09:41:22Z","dns_nameservers":[],"updated_at":"2018-10-26T09:41:22Z","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":"63dd9982-537a-4b2e-9774-a4ec59024246","subnetpool_id":null,"name":"HA subnet tenant 520bb063707641068ecd26c37a46f476"}} 2018-10-26 09:41:32,467 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/63dd9982-537a-4b2e-9774-a4ec59024246 used request id req-404342f8-022b-44fd-a62e-b29260980a24 2018-10-26 09:41:32,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13ebc3b7e844001a7aec7538f80d7e049bff53e4" 2018-10-26 09:41:32,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-acb3a845-056c-4ff6-b6a6-8435d6de5b37 Date: Fri, 26 Oct 2018 09:41:32 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:47Z","dns_nameservers":[],"updated_at":"2018-10-26T08:12:47Z","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":"c850e319615544ee86b9a48e1e3e8f0f","id":"e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414","subnetpool_id":null,"name":"external-subnet"}} 2018-10-26 09:41:32,515 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414 used request id req-acb3a845-056c-4ff6-b6a6-8435d6de5b37 2018-10-26 09:41:32,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13ebc3b7e844001a7aec7538f80d7e049bff53e4" 2018-10-26 09:41:32,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-efdca651-46a9-43a6-91e8-13ee391b96ba Date: Fri, 26 Oct 2018 09:41:32 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","provider:network_type":"flat"}]} 2018-10-26 09:41:32,743 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-efdca651-46a9-43a6-91e8-13ee391b96ba 2018-10-26 09:41:32,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13ebc3b7e844001a7aec7538f80d7e049bff53e4" 2018-10-26 09:41:32,952 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-02dd443e-7976-4e70-98db-c2939ad3af1a Date: Fri, 26 Oct 2018 09:41:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:47Z","dns_nameservers":[],"updated_at":"2018-10-26T08:12:47Z","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":"c850e319615544ee86b9a48e1e3e8f0f","id":"e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-26 09:41:32,952 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-02dd443e-7976-4e70-98db-c2939ad3af1a 2018-10-26 09:41:32,952 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-c5f4e47c-8d73-4e4f-827f-9d480348f2f1-pub-router and port CreateRouterSuccessTests-c5f4e47c-8d73-4e4f-827f-9d480348f2f1-port1 2018-10-26 09:41:32,953 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-c5f4e47c-8d73-4e4f-827f-9d480348f2f1-pub-router 2018-10-26 09:41:32,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/09f53158-9cca-4a0e-b191-203fdb7e9ca4/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab79a53cfb26d319fe2961996186b197da82b96b" -d '{"port_id": "c5dbd6d8-c00b-46a9-ba53-7c73c06697e2"}' 2018-10-26 09:41:34,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-0b6b5d31-ab19-43cd-8b10-485fbb2097cd Date: Fri, 26 Oct 2018 09:41:34 GMT RESP BODY: {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "tenant_id": "520bb063707641068ecd26c37a46f476", "subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "subnet_ids": ["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"], "port_id": "c5dbd6d8-c00b-46a9-ba53-7c73c06697e2", "id": "09f53158-9cca-4a0e-b191-203fdb7e9ca4"} 2018-10-26 09:41:34,141 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/09f53158-9cca-4a0e-b191-203fdb7e9ca4/remove_router_interface used request id req-0b6b5d31-ab19-43cd-8b10-485fbb2097cd 2018-10-26 09:41:34,141 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-c5f4e47c-8d73-4e4f-827f-9d480348f2f1-pub-router 2018-10-26 09:41:34,141 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-c5f4e47c-8d73-4e4f-827f-9d480348f2f1-pub-router 2018-10-26 09:41:34,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/09f53158-9cca-4a0e-b191-203fdb7e9ca4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab79a53cfb26d319fe2961996186b197da82b96b" 2018-10-26 09:41:37,032 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c59850f2-b868-4568-9f17-e95b975e7831 Content-Length: 0 Date: Fri, 26 Oct 2018 09:41:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:41:37,032 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/09f53158-9cca-4a0e-b191-203fdb7e9ca4 used request id req-c59850f2-b868-4568-9f17-e95b975e7831 2018-10-26 09:41:37,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad2e2aba2329cd0256135150dda19445e45c2479" 2018-10-26 09:41:37,248 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-5eaa1efd-8299-4697-8aee-2691bb5d4e77 Date: Fri, 26 Oct 2018 09:41:37 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:41:37,249 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-5eaa1efd-8299-4697-8aee-2691bb5d4e77 2018-10-26 09:41:37,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad2e2aba2329cd0256135150dda19445e45c2479" 2018-10-26 09:41:37,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:41:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0095d5a8-7fd8-4661-99f1-199372279a11 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:41:37,335 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-0095d5a8-7fd8-4661-99f1-199372279a11 2018-10-26 09:41:37,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad2e2aba2329cd0256135150dda19445e45c2479" 2018-10-26 09:41:37,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:41:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73a5d4ff-6750-45b2-a30f-dc2f23336328 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:41:37,423 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-73a5d4ff-6750-45b2-a30f-dc2f23336328 2018-10-26 09:41:37,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad2e2aba2329cd0256135150dda19445e45c2479" 2018-10-26 09:41:37,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:41:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-131ecd4b-0602-4db4-9c42-8a4960672e55 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:41:37,512 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-131ecd4b-0602-4db4-9c42-8a4960672e55 2018-10-26 09:41:37,513 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-f0d02820-18e0-405-proj 2018-10-26 09:41:37,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/a66fe94720624b79bdff44b487df61c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad2e2aba2329cd0256135150dda19445e45c2479" 2018-10-26 09:41:37,709 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:41:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-62fd5a39-8d8a-4c92-a98c-df885140c1a5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:41:37,710 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/a66fe94720624b79bdff44b487df61c0 used request id req-62fd5a39-8d8a-4c92-a98c-df885140c1a5 2018-10-26 09:41:37,710 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-f0d02820-18e0-405-proj-role 2018-10-26 09:41:37,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/d74a0a6d1731432ab5d27ec70b3d6bb0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad2e2aba2329cd0256135150dda19445e45c2479" 2018-10-26 09:41:37,820 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:41:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e1107eee-1122-44fc-b0e7-1fbe8cf0a455 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:41:37,820 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/d74a0a6d1731432ab5d27ec70b3d6bb0 used request id req-e1107eee-1122-44fc-b0e7-1fbe8cf0a455 2018-10-26 09:41:37,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad2e2aba2329cd0256135150dda19445e45c2479" 2018-10-26 09:41:37,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:41:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e5e5dc8-7aa5-4986-b02c-cc607800cb63 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:41:37,916 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-4e5e5dc8-7aa5-4986-b02c-cc607800cb63 2018-10-26 09:41:37,917 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-f0d02820-18e0-405-user 2018-10-26 09:41:37,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/f1d46daaa4014050b3dee99e390196be -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eee1318fe45be55821c9e82f1acf7c5c430392f2" 2018-10-26 09:41:38,084 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:41:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-57db6c39-77b1-48ca-88d9-c270c303d59d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:41:38,084 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/f1d46daaa4014050b3dee99e390196be used request id req-57db6c39-77b1-48ca-88d9-c270c303d59d 2018-10-26 09:41:38,085 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:41:38,477 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:41:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["dCel-KfVSCSHgjrBWgjiBw"], "issued_at": "2018-10-26T09:41:38.000000Z"}} 2018-10-26 09:41:38,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c508159555b39e96a05cc6717f43d2da2b7722a5" 2018-10-26 09:41:38,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:41:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f080335-4fee-43d8-a092-64b42eb16b51 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:41:38,563 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-6f080335-4fee-43d8-a092-64b42eb16b51 2018-10-26 09:41:38,565 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:41:38,565 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:41:38,938 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:41:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["bRUn9NNITo2CZETNTXECag"], "issued_at": "2018-10-26T09:41:38.000000Z"}} 2018-10-26 09:41:38,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9356af18ab5999cec26a383b774d123373068026" 2018-10-26 09:41:39,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:41:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4c52661-f79d-4f8e-8f86-864ef0fe54f2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:41:39,031 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e4c52661-f79d-4f8e-8f86-864ef0fe54f2 2018-10-26 09:41:39,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:41:39,042 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:41: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:41:39,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-bbf34455-8861-4e2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9356af18ab5999cec26a383b774d123373068026" 2018-10-26 09:41:39,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:41:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7219f424-ab4a-4e80-b634-ba2055882d88 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-bbf34455-8861-4e2-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:41:39,126 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-bbf34455-8861-4e2-proj used request id req-7219f424-ab4a-4e80-b634-ba2055882d88 2018-10-26 09:41:39,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9356af18ab5999cec26a383b774d123373068026" 2018-10-26 09:41:39,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:41:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c02cf64a-3de1-4994-b089-0ae75c8f6688 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:41:39,216 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-c02cf64a-3de1-4994-b089-0ae75c8f6688 2018-10-26 09:41:39,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9356af18ab5999cec26a383b774d123373068026" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-bbf34455-8861-4e2-proj"}}' 2018-10-26 09:41:39,348 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:41:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e92f9be2-1b3c-4d8f-8402-c6f0ecca73a3 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/520df3f3efb949e6b8f8698133ead256"}, "enabled": true, "id": "520df3f3efb949e6b8f8698133ead256", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-bbf34455-8861-4e2-proj"}} 2018-10-26 09:41:39,348 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-e92f9be2-1b3c-4d8f-8402-c6f0ecca73a3 2018-10-26 09:41:39,348 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-bbf34455-8861-4e2-proj 2018-10-26 09:41:39,348 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:41:39,349 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:41:39,722 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:41:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["YKrWOkIARWq-BAf4F-r7DA"], "issued_at": "2018-10-26T09:41:39.000000Z"}} 2018-10-26 09:41:39,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f70d643fd508d699cfa09f66144b20c59df1a1d" 2018-10-26 09:41:39,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:41:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ecbcd0e-b73c-4d6a-b230-9ed4cd12efdd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:41:39,802 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-2ecbcd0e-b73c-4d6a-b230-9ed4cd12efdd 2018-10-26 09:41:39,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:41:39,811 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:41: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:41:39,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f70d643fd508d699cfa09f66144b20c59df1a1d" 2018-10-26 09:41:39,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:41:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be5a362b-e0de-4684-a9e3-8577bf9d4993 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:41:39,913 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-be5a362b-e0de-4684-a9e3-8577bf9d4993 2018-10-26 09:41:39,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-bbf34455-8861-4e2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f70d643fd508d699cfa09f66144b20c59df1a1d" 2018-10-26 09:41:40,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:41:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f6e958f-eaa4-4a49-93ad-fb22715499cd Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-bbf34455-8861-4e2-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/520df3f3efb949e6b8f8698133ead256"}, "enabled": true, "id": "520df3f3efb949e6b8f8698133ead256", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-bbf34455-8861-4e2-proj"}]} 2018-10-26 09:41:40,012 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-bbf34455-8861-4e2-proj used request id req-8f6e958f-eaa4-4a49-93ad-fb22715499cd 2018-10-26 09:41:40,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f70d643fd508d699cfa09f66144b20c59df1a1d" 2018-10-26 09:41:40,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:41:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ead54ec6-a07c-46ae-8308-d045665fae05 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:41:40,104 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-ead54ec6-a07c-46ae-8308-d045665fae05 2018-10-26 09:41:40,403 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-bbf34455-8861-4e2-user 2018-10-26 09:41:40,403 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:41:40,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9356af18ab5999cec26a383b774d123373068026" 2018-10-26 09:41:40,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:41:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ae04626-c497-4680-a432-93888ea206b1 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:41:40,495 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-5ae04626-c497-4680-a432-93888ea206b1 2018-10-26 09:41:40,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9356af18ab5999cec26a383b774d123373068026" -d '{"role": {"name": "CreateRouterSuccessTests-bbf34455-8861-4e2-proj-role"}}' 2018-10-26 09:41:40,605 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:41:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6d2fc22a-5a6f-4f8f-9a98-90ccbddbaf1f Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "442e11caef504edf9ec16c70942ba477", "links": {"self": "http://172.30.9.21:5000/v3/roles/442e11caef504edf9ec16c70942ba477"}, "name": "CreateRouterSuccessTests-bbf34455-8861-4e2-proj-role"}} 2018-10-26 09:41:40,605 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-6d2fc22a-5a6f-4f8f-9a98-90ccbddbaf1f 2018-10-26 09:41:40,605 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-bbf34455-8861-4e2-proj-role 2018-10-26 09:41:40,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/442e11caef504edf9ec16c70942ba477 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9356af18ab5999cec26a383b774d123373068026" 2018-10-26 09:41:40,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:41:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44f723ef-3d58-41d0-995b-338369ea1c8f Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/442e11caef504edf9ec16c70942ba477"}, "domain_id": null, "name": "CreateRouterSuccessTests-bbf34455-8861-4e2-proj-role", "id": "442e11caef504edf9ec16c70942ba477"}} 2018-10-26 09:41:40,773 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/442e11caef504edf9ec16c70942ba477 used request id req-44f723ef-3d58-41d0-995b-338369ea1c8f 2018-10-26 09:41:40,773 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-bbf34455-8861-4e2-proj-role to project CreateRouterSuccessTests-bbf34455-8861-4e2-proj 2018-10-26 09:41:40,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/520df3f3efb949e6b8f8698133ead256/users/56dfb98db4254e42b5becc6f1a70392e/roles/442e11caef504edf9ec16c70942ba477 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9356af18ab5999cec26a383b774d123373068026" 2018-10-26 09:41:40,831 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:41:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-903c86e4-0255-4356-9005-de47e955b803 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:41:40,831 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/520df3f3efb949e6b8f8698133ead256/users/56dfb98db4254e42b5becc6f1a70392e/roles/442e11caef504edf9ec16c70942ba477 used request id req-903c86e4-0255-4356-9005-de47e955b803 2018-10-26 09:41:40,832 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:41:40,832 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:41:41,209 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "442e11caef504edf9ec16c70942ba477", "name": "CreateRouterSuccessTests-bbf34455-8861-4e2-proj-role"}], "expires_at": "2018-10-26T10:41:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520df3f3efb949e6b8f8698133ead256", "name": "CreateRouterSuccessTests-bbf34455-8861-4e2-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520df3f3efb949e6b8f8698133ead256", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520df3f3efb949e6b8f8698133ead256", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520df3f3efb949e6b8f8698133ead256", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520df3f3efb949e6b8f8698133ead256", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520df3f3efb949e6b8f8698133ead256", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520df3f3efb949e6b8f8698133ead256", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520df3f3efb949e6b8f8698133ead256", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520df3f3efb949e6b8f8698133ead256", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520df3f3efb949e6b8f8698133ead256", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520df3f3efb949e6b8f8698133ead256", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520df3f3efb949e6b8f8698133ead256", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520df3f3efb949e6b8f8698133ead256", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-bbf34455-8861-4e2-user", "id": "56dfb98db4254e42b5becc6f1a70392e"}, "audit_ids": ["9SXo4RhjT025kP6JDS9AbA"], "issued_at": "2018-10-26T09:41:41.000000Z"}} 2018-10-26 09:41:41,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}314471e50af68dec30929a91a6649df9bdeded6f" 2018-10-26 09:41:41,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:41:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9411590f-a058-4954-bd67-6e58b5da8afd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:41:41,280 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-9411590f-a058-4954-bd67-6e58b5da8afd 2018-10-26 09:41:41,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-e76ae58a-06c8-4b86-bf36-d44e291bd69f-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}314471e50af68dec30929a91a6649df9bdeded6f" 2018-10-26 09:41:41,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-89ee2c9b-ee88-4ca6-9a1c-3d4eb91e9059 Date: Fri, 26 Oct 2018 09:41:41 GMT RESP BODY: {"networks":[]} 2018-10-26 09:41:41,470 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-e76ae58a-06c8-4b86-bf36-d44e291bd69f-pub-net1 used request id req-89ee2c9b-ee88-4ca6-9a1c-3d4eb91e9059 2018-10-26 09:41:41,471 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-e76ae58a-06c8-4b86-bf36-d44e291bd69f-pub-net1 2018-10-26 09:41:41,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}314471e50af68dec30929a91a6649df9bdeded6f" -d '{"network": {"name": "CreateRouterSuccessTests-e76ae58a-06c8-4b86-bf36-d44e291bd69f-pub-net1", "admin_state_up": true}}' 2018-10-26 09:41:42,162 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-51acc661-402e-47aa-abb6-f6dfee38c977 Date: Fri, 26 Oct 2018 09:41:42 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"a512011a-fb94-46b7-b8f9-fdf5b806d122","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"520df3f3efb949e6b8f8698133ead256","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T09:41:42Z","is_default":false,"name":"CreateRouterSuccessTests-e76ae58a-06c8-4b86-bf36-d44e291bd69f-pub-net1","qos_policy_id":null,"admin_state_up":true,"tenant_id":"520df3f3efb949e6b8f8698133ead256","created_at":"2018-10-26T09:41:41Z","mtu":1450}} 2018-10-26 09:41:42,162 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-51acc661-402e-47aa-abb6-f6dfee38c977 2018-10-26 09:41:42,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=a512011a-fb94-46b7-b8f9-fdf5b806d122 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}314471e50af68dec30929a91a6649df9bdeded6f" 2018-10-26 09:41:42,391 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-be6ee7f4-7816-4234-9880-7acfee9b8b99 Date: Fri, 26 Oct 2018 09:41:42 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-10-26T09:41:42Z","tenant_id":"520df3f3efb949e6b8f8698133ead256","created_at":"2018-10-26T09:41:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"520df3f3efb949e6b8f8698133ead256","id":"a512011a-fb94-46b7-b8f9-fdf5b806d122","name":"CreateRouterSuccessTests-e76ae58a-06c8-4b86-bf36-d44e291bd69f-pub-net1"}]} 2018-10-26 09:41:42,391 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=a512011a-fb94-46b7-b8f9-fdf5b806d122 used request id req-be6ee7f4-7816-4234-9880-7acfee9b8b99 2018-10-26 09:41:42,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=a512011a-fb94-46b7-b8f9-fdf5b806d122 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}314471e50af68dec30929a91a6649df9bdeded6f" 2018-10-26 09:41:42,582 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e38e8904-646f-451d-bef8-c010261b10fc Date: Fri, 26 Oct 2018 09:41:42 GMT RESP BODY: {"subnets":[]} 2018-10-26 09:41:42,583 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=a512011a-fb94-46b7-b8f9-fdf5b806d122 used request id req-e38e8904-646f-451d-bef8-c010261b10fc 2018-10-26 09:41:42,583 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-e76ae58a-06c8-4b86-bf36-d44e291bd69f-pub-subnet1 2018-10-26 09:41:42,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}314471e50af68dec30929a91a6649df9bdeded6f" -d '{"subnets": [{"ip_version": 4, "network_id": "a512011a-fb94-46b7-b8f9-fdf5b806d122", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateRouterSuccessTests-e76ae58a-06c8-4b86-bf36-d44e291bd69f-pub-subnet1"}]}' 2018-10-26 09:41:43,192 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-8fa63e0e-cd42-4751-b7b1-b718628d11ea Date: Fri, 26 Oct 2018 09:41:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a512011a-fb94-46b7-b8f9-fdf5b806d122","tenant_id":"520df3f3efb949e6b8f8698133ead256","created_at":"2018-10-26T09:41:42Z","dns_nameservers":[],"updated_at":"2018-10-26T09:41:42Z","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":"520df3f3efb949e6b8f8698133ead256","id":"ee847827-a342-45f5-976c-0b4e90212039","subnetpool_id":null,"name":"CreateRouterSuccessTests-e76ae58a-06c8-4b86-bf36-d44e291bd69f-pub-subnet1"}]} 2018-10-26 09:41:43,192 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-8fa63e0e-cd42-4751-b7b1-b718628d11ea 2018-10-26 09:41:43,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=a512011a-fb94-46b7-b8f9-fdf5b806d122 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}314471e50af68dec30929a91a6649df9bdeded6f" 2018-10-26 09:41:43,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-078f013d-feb1-4049-862d-404750725370 Date: Fri, 26 Oct 2018 09:41: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":["ee847827-a342-45f5-976c-0b4e90212039"],"updated_at":"2018-10-26T09:41:42Z","tenant_id":"520df3f3efb949e6b8f8698133ead256","created_at":"2018-10-26T09:41:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"520df3f3efb949e6b8f8698133ead256","id":"a512011a-fb94-46b7-b8f9-fdf5b806d122","name":"CreateRouterSuccessTests-e76ae58a-06c8-4b86-bf36-d44e291bd69f-pub-net1"}]} 2018-10-26 09:41:43,437 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=a512011a-fb94-46b7-b8f9-fdf5b806d122 used request id req-078f013d-feb1-4049-862d-404750725370 2018-10-26 09:41:43,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=a512011a-fb94-46b7-b8f9-fdf5b806d122 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}314471e50af68dec30929a91a6649df9bdeded6f" 2018-10-26 09:41:43,657 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-01b0d468-acf2-4483-98aa-f1fa1406d614 Date: Fri, 26 Oct 2018 09:41:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a512011a-fb94-46b7-b8f9-fdf5b806d122","tenant_id":"520df3f3efb949e6b8f8698133ead256","created_at":"2018-10-26T09:41:42Z","dns_nameservers":[],"updated_at":"2018-10-26T09:41:42Z","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":"520df3f3efb949e6b8f8698133ead256","id":"ee847827-a342-45f5-976c-0b4e90212039","subnetpool_id":null,"name":"CreateRouterSuccessTests-e76ae58a-06c8-4b86-bf36-d44e291bd69f-pub-subnet1"}]} 2018-10-26 09:41:43,657 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=a512011a-fb94-46b7-b8f9-fdf5b806d122 used request id req-01b0d468-acf2-4483-98aa-f1fa1406d614 2018-10-26 09:41:43,658 - OpenStackNetwork - DEBUG - Network [a512011a-fb94-46b7-b8f9-fdf5b806d122] created successfully 2018-10-26 09:41:43,658 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:41:43,659 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:41:44,067 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "442e11caef504edf9ec16c70942ba477", "name": "CreateRouterSuccessTests-bbf34455-8861-4e2-proj-role"}], "expires_at": "2018-10-26T10:41:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520df3f3efb949e6b8f8698133ead256", "name": "CreateRouterSuccessTests-bbf34455-8861-4e2-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520df3f3efb949e6b8f8698133ead256", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520df3f3efb949e6b8f8698133ead256", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520df3f3efb949e6b8f8698133ead256", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520df3f3efb949e6b8f8698133ead256", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520df3f3efb949e6b8f8698133ead256", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520df3f3efb949e6b8f8698133ead256", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520df3f3efb949e6b8f8698133ead256", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520df3f3efb949e6b8f8698133ead256", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520df3f3efb949e6b8f8698133ead256", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520df3f3efb949e6b8f8698133ead256", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520df3f3efb949e6b8f8698133ead256", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520df3f3efb949e6b8f8698133ead256", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-bbf34455-8861-4e2-user", "id": "56dfb98db4254e42b5becc6f1a70392e"}, "audit_ids": ["aKzcWNZHS0yL3rGN0XIHiQ"], "issued_at": "2018-10-26T09:41:44.000000Z"}} 2018-10-26 09:41:44,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c407e9a1f78338a509cad0ddacab8a9024aaa1" 2018-10-26 09:41:44,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:41:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52b87a1c-75e7-4523-99a2-24e3239d964b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:41:44,152 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-52b87a1c-75e7-4523-99a2-24e3239d964b 2018-10-26 09:41:44,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-e76ae58a-06c8-4b86-bf36-d44e291bd69f-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c407e9a1f78338a509cad0ddacab8a9024aaa1" 2018-10-26 09:41:44,352 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-f5085cdd-862d-4bd2-aca7-9da5830742a3 Date: Fri, 26 Oct 2018 09:41:44 GMT RESP BODY: {"routers": []} 2018-10-26 09:41:44,352 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-e76ae58a-06c8-4b86-bf36-d44e291bd69f-pub-router&admin_state_up=True used request id req-f5085cdd-862d-4bd2-aca7-9da5830742a3 2018-10-26 09:41:44,352 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:41:44,353 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:41:44,726 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "442e11caef504edf9ec16c70942ba477", "name": "CreateRouterSuccessTests-bbf34455-8861-4e2-proj-role"}], "expires_at": "2018-10-26T10:41:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520df3f3efb949e6b8f8698133ead256", "name": "CreateRouterSuccessTests-bbf34455-8861-4e2-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520df3f3efb949e6b8f8698133ead256", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520df3f3efb949e6b8f8698133ead256", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520df3f3efb949e6b8f8698133ead256", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520df3f3efb949e6b8f8698133ead256", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520df3f3efb949e6b8f8698133ead256", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520df3f3efb949e6b8f8698133ead256", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520df3f3efb949e6b8f8698133ead256", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520df3f3efb949e6b8f8698133ead256", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520df3f3efb949e6b8f8698133ead256", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520df3f3efb949e6b8f8698133ead256", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520df3f3efb949e6b8f8698133ead256", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520df3f3efb949e6b8f8698133ead256", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-bbf34455-8861-4e2-user", "id": "56dfb98db4254e42b5becc6f1a70392e"}, "audit_ids": ["LVdpCvAxQjOtjOZTatg7dQ"], "issued_at": "2018-10-26T09:41:44.000000Z"}} 2018-10-26 09:41:44,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}beafabd37026628a132f701633b9a986b7a3e53c" 2018-10-26 09:41:44,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:41:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4dff59de-923d-4924-aa2e-00b1cbedfd42 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:41:44,883 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-4dff59de-923d-4924-aa2e-00b1cbedfd42 2018-10-26 09:41:44,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c407e9a1f78338a509cad0ddacab8a9024aaa1" 2018-10-26 09:41:45,233 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-3f1fa42f-da59-41e5-bbb2-3597436cfab6 Date: Fri, 26 Oct 2018 09:41:45 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","mtu":1500}]} 2018-10-26 09:41:45,233 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-3f1fa42f-da59-41e5-bbb2-3597436cfab6 2018-10-26 09:41:45,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c407e9a1f78338a509cad0ddacab8a9024aaa1" 2018-10-26 09:41:45,431 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e177f643-a9ba-47b7-979d-49f2a1f0107f Date: Fri, 26 Oct 2018 09:41:45 GMT RESP BODY: {"subnets":[]} 2018-10-26 09:41:45,431 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-e177f643-a9ba-47b7-979d-49f2a1f0107f 2018-10-26 09:41:45,433 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-e76ae58a-06c8-4b86-bf36-d44e291bd69f-pub-router 2018-10-26 09:41:45,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c407e9a1f78338a509cad0ddacab8a9024aaa1" -d '{"router": {"external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693"}, "name": "CreateRouterSuccessTests-e76ae58a-06c8-4b86-bf36-d44e291bd69f-pub-router", "admin_state_up": true}}' 2018-10-26 09:41:50,493 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-d64e152f-5077-446d-a56c-a76d1043e940 Date: Fri, 26 Oct 2018 09:41:50 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "520df3f3efb949e6b8f8698133ead256", "created_at": "2018-10-26T09:41:46Z", "admin_state_up": true, "updated_at": "2018-10-26T09:41:47Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "520df3f3efb949e6b8f8698133ead256", "id": "ee9c6702-89ab-4408-af66-d4fe47ab88d8", "name": "CreateRouterSuccessTests-e76ae58a-06c8-4b86-bf36-d44e291bd69f-pub-router"}} 2018-10-26 09:41:50,493 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-d64e152f-5077-446d-a56c-a76d1043e940 2018-10-26 09:41:50,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=ee9c6702-89ab-4408-af66-d4fe47ab88d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c407e9a1f78338a509cad0ddacab8a9024aaa1" 2018-10-26 09:41:50,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-609553a1-916f-4a23-bcfa-5941739116bd Date: Fri, 26 Oct 2018 09:41:50 GMT RESP BODY: {"ports":[]} 2018-10-26 09:41:50,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=ee9c6702-89ab-4408-af66-d4fe47ab88d8 used request id req-609553a1-916f-4a23-bcfa-5941739116bd 2018-10-26 09:41:50,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?name=CreateRouterSuccessTests-e76ae58a-06c8-4b86-bf36-d44e291bd69f-pub-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c407e9a1f78338a509cad0ddacab8a9024aaa1" 2018-10-26 09:41:50,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-f66ca748-d75e-44a3-b544-325691f12565 Date: Fri, 26 Oct 2018 09:41:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a512011a-fb94-46b7-b8f9-fdf5b806d122","tenant_id":"520df3f3efb949e6b8f8698133ead256","created_at":"2018-10-26T09:41:42Z","dns_nameservers":[],"updated_at":"2018-10-26T09:41:42Z","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":"520df3f3efb949e6b8f8698133ead256","id":"ee847827-a342-45f5-976c-0b4e90212039","subnetpool_id":null,"name":"CreateRouterSuccessTests-e76ae58a-06c8-4b86-bf36-d44e291bd69f-pub-subnet1"}]} 2018-10-26 09:41:50,889 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?name=CreateRouterSuccessTests-e76ae58a-06c8-4b86-bf36-d44e291bd69f-pub-subnet1 used request id req-f66ca748-d75e-44a3-b544-325691f12565 2018-10-26 09:41:50,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:41:50,898 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:41: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:41:50,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520df3f3efb949e6b8f8698133ead256 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c407e9a1f78338a509cad0ddacab8a9024aaa1" 2018-10-26 09:41:50,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:41:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b5691c2-0960-4e9e-80e8-0c33adbcb94c Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/520df3f3efb949e6b8f8698133ead256"}, "enabled": true, "id": "520df3f3efb949e6b8f8698133ead256", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-bbf34455-8861-4e2-proj"}} 2018-10-26 09:41:50,974 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520df3f3efb949e6b8f8698133ead256 used request id req-5b5691c2-0960-4e9e-80e8-0c33adbcb94c 2018-10-26 09:41:50,975 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-10-26 09:41:50,975 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-e76ae58a-06c8-4b86-bf36-d44e291bd69f-pub-router 2018-10-26 09:41:50,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/ee9c6702-89ab-4408-af66-d4fe47ab88d8/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c407e9a1f78338a509cad0ddacab8a9024aaa1" -d '{"subnet_id": "ee847827-a342-45f5-976c-0b4e90212039"}' 2018-10-26 09:41:53,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1859764c-5660-4401-a869-0f4084d7fe33 Date: Fri, 26 Oct 2018 09:41:53 GMT RESP BODY: {"network_id": "a512011a-fb94-46b7-b8f9-fdf5b806d122", "tenant_id": "520df3f3efb949e6b8f8698133ead256", "subnet_id": "ee847827-a342-45f5-976c-0b4e90212039", "subnet_ids": ["ee847827-a342-45f5-976c-0b4e90212039"], "port_id": "c993f9d3-5abe-4667-83c9-ca49fd99bf0b", "id": "ee9c6702-89ab-4408-af66-d4fe47ab88d8"} 2018-10-26 09:41:53,220 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/ee9c6702-89ab-4408-af66-d4fe47ab88d8/add_router_interface used request id req-1859764c-5660-4401-a869-0f4084d7fe33 2018-10-26 09:41:53,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/ee9c6702-89ab-4408-af66-d4fe47ab88d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c407e9a1f78338a509cad0ddacab8a9024aaa1" 2018-10-26 09:41:53,295 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-c7eaf008-e18d-48ad-ab4c-d33c30285afe Date: Fri, 26 Oct 2018 09:41:53 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "520df3f3efb949e6b8f8698133ead256", "created_at": "2018-10-26T09:41:46Z", "admin_state_up": true, "updated_at": "2018-10-26T09:41:52Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "520df3f3efb949e6b8f8698133ead256", "id": "ee9c6702-89ab-4408-af66-d4fe47ab88d8", "name": "CreateRouterSuccessTests-e76ae58a-06c8-4b86-bf36-d44e291bd69f-pub-router"}} 2018-10-26 09:41:53,296 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/ee9c6702-89ab-4408-af66-d4fe47ab88d8 used request id req-c7eaf008-e18d-48ad-ab4c-d33c30285afe 2018-10-26 09:41:53,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=ee9c6702-89ab-4408-af66-d4fe47ab88d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c407e9a1f78338a509cad0ddacab8a9024aaa1" 2018-10-26 09:41:53,505 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 756 X-Openstack-Request-Id: req-dc33451c-9bc2-4fef-b7ba-500e611a4260 Date: Fri, 26 Oct 2018 09:41:53 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:41:52Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee847827-a342-45f5-976c-0b4e90212039","ip_address":"10.200.201.1"}],"id":"c993f9d3-5abe-4667-83c9-ca49fd99bf0b","security_groups":[],"mac_address":"fa:16:3e:96:eb:61","project_id":"520df3f3efb949e6b8f8698133ead256","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a512011a-fb94-46b7-b8f9-fdf5b806d122","tenant_id":"520df3f3efb949e6b8f8698133ead256","created_at":"2018-10-26T09:41:51Z","binding:vnic_type":"normal","device_id":"ee9c6702-89ab-4408-af66-d4fe47ab88d8"}]} 2018-10-26 09:41:53,505 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=ee9c6702-89ab-4408-af66-d4fe47ab88d8 used request id req-dc33451c-9bc2-4fef-b7ba-500e611a4260 2018-10-26 09:41:53,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/ee847827-a342-45f5-976c-0b4e90212039 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c407e9a1f78338a509cad0ddacab8a9024aaa1" 2018-10-26 09:41:53,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-9c9a32c8-0ce0-442c-86e6-8b12d0b7a263 Date: Fri, 26 Oct 2018 09:41:53 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a512011a-fb94-46b7-b8f9-fdf5b806d122","tenant_id":"520df3f3efb949e6b8f8698133ead256","created_at":"2018-10-26T09:41:42Z","dns_nameservers":[],"updated_at":"2018-10-26T09:41:42Z","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":"520df3f3efb949e6b8f8698133ead256","id":"ee847827-a342-45f5-976c-0b4e90212039","subnetpool_id":null,"name":"CreateRouterSuccessTests-e76ae58a-06c8-4b86-bf36-d44e291bd69f-pub-subnet1"}} 2018-10-26 09:41:53,708 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/ee847827-a342-45f5-976c-0b4e90212039 used request id req-9c9a32c8-0ce0-442c-86e6-8b12d0b7a263 2018-10-26 09:41:53,708 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-e76ae58a-06c8-4b86-bf36-d44e291bd69f-pub-router and subnet CreateRouterSuccessTests-e76ae58a-06c8-4b86-bf36-d44e291bd69f-pub-subnet1 2018-10-26 09:41:53,708 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-e76ae58a-06c8-4b86-bf36-d44e291bd69f-pub-router 2018-10-26 09:41:53,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/ee9c6702-89ab-4408-af66-d4fe47ab88d8/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c407e9a1f78338a509cad0ddacab8a9024aaa1" -d '{"subnet_id": "ee847827-a342-45f5-976c-0b4e90212039"}' 2018-10-26 09:41:55,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ee7adac4-cc0c-41aa-82df-d6b27e96dea0 Date: Fri, 26 Oct 2018 09:41:55 GMT RESP BODY: {"network_id": "a512011a-fb94-46b7-b8f9-fdf5b806d122", "tenant_id": "520df3f3efb949e6b8f8698133ead256", "subnet_id": "ee847827-a342-45f5-976c-0b4e90212039", "subnet_ids": ["ee847827-a342-45f5-976c-0b4e90212039"], "port_id": "c993f9d3-5abe-4667-83c9-ca49fd99bf0b", "id": "ee9c6702-89ab-4408-af66-d4fe47ab88d8"} 2018-10-26 09:41:55,159 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/ee9c6702-89ab-4408-af66-d4fe47ab88d8/remove_router_interface used request id req-ee7adac4-cc0c-41aa-82df-d6b27e96dea0 2018-10-26 09:41:55,160 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-e76ae58a-06c8-4b86-bf36-d44e291bd69f-pub-router 2018-10-26 09:41:55,160 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-e76ae58a-06c8-4b86-bf36-d44e291bd69f-pub-router 2018-10-26 09:41:55,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/ee9c6702-89ab-4408-af66-d4fe47ab88d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c407e9a1f78338a509cad0ddacab8a9024aaa1" 2018-10-26 09:41:58,520 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-16b4dd6b-0b9c-44b2-9b37-af2496fa5ad7 Content-Length: 0 Date: Fri, 26 Oct 2018 09:41:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:41:58,520 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/ee9c6702-89ab-4408-af66-d4fe47ab88d8 used request id req-16b4dd6b-0b9c-44b2-9b37-af2496fa5ad7 2018-10-26 09:41:58,521 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-e76ae58a-06c8-4b86-bf36-d44e291bd69f-pub-subnet1 2018-10-26 09:41:58,521 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-e76ae58a-06c8-4b86-bf36-d44e291bd69f-pub-subnet1 2018-10-26 09:41:58,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/ee847827-a342-45f5-976c-0b4e90212039 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}314471e50af68dec30929a91a6649df9bdeded6f" 2018-10-26 09:42:00,870 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2058b313-24c0-4b4e-ae24-20f88c984d1e Date: Fri, 26 Oct 2018 09:42:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:42:00,870 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/ee847827-a342-45f5-976c-0b4e90212039 used request id req-2058b313-24c0-4b4e-ae24-20f88c984d1e 2018-10-26 09:42:00,870 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-e76ae58a-06c8-4b86-bf36-d44e291bd69f-pub-net1 2018-10-26 09:42:00,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/a512011a-fb94-46b7-b8f9-fdf5b806d122 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}314471e50af68dec30929a91a6649df9bdeded6f" 2018-10-26 09:42:02,249 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3e1712c4-dcb7-4e0f-9115-21d9ab2fd38a Date: Fri, 26 Oct 2018 09:42:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:42:02,249 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/a512011a-fb94-46b7-b8f9-fdf5b806d122 used request id req-3e1712c4-dcb7-4e0f-9115-21d9ab2fd38a 2018-10-26 09:42:02,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9356af18ab5999cec26a383b774d123373068026" 2018-10-26 09:42:02,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-a61417ca-53c8-4cf3-921c-c5a7c8270ca0 Date: Fri, 26 Oct 2018 09:42:02 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520df3f3efb949e6b8f8698133ead256", "created_at": "2018-10-26T09:41:41Z", "updated_at": "2018-10-26T09:41:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:41:41Z", "revision_number": 0, "id": "01b80fd0-75af-49ac-8d5d-a8496bb69822", "remote_group_id": "b3a06763-4cbb-47f6-8cf8-39baad68caff", "remote_ip_prefix": null, "created_at": "2018-10-26T09:41:41Z", "security_group_id": "b3a06763-4cbb-47f6-8cf8-39baad68caff", "tenant_id": "520df3f3efb949e6b8f8698133ead256", "port_range_min": null, "ethertype": "IPv4", "project_id": "520df3f3efb949e6b8f8698133ead256"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:41:41Z", "revision_number": 0, "id": "798301a2-d898-4759-9cff-d4bbdf4714b3", "remote_group_id": "b3a06763-4cbb-47f6-8cf8-39baad68caff", "remote_ip_prefix": null, "created_at": "2018-10-26T09:41:41Z", "security_group_id": "b3a06763-4cbb-47f6-8cf8-39baad68caff", "tenant_id": "520df3f3efb949e6b8f8698133ead256", "port_range_min": null, "ethertype": "IPv6", "project_id": "520df3f3efb949e6b8f8698133ead256"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:41:41Z", "revision_number": 0, "id": "ace76336-3530-440e-b731-a4926fcf71f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:41:41Z", "security_group_id": "b3a06763-4cbb-47f6-8cf8-39baad68caff", "tenant_id": "520df3f3efb949e6b8f8698133ead256", "port_range_min": null, "ethertype": "IPv6", "project_id": "520df3f3efb949e6b8f8698133ead256"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:41:41Z", "revision_number": 0, "id": "eb6a9ae1-35d1-43ec-a4ac-8e6342e8483a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:41:41Z", "security_group_id": "b3a06763-4cbb-47f6-8cf8-39baad68caff", "tenant_id": "520df3f3efb949e6b8f8698133ead256", "port_range_min": null, "ethertype": "IPv4", "project_id": "520df3f3efb949e6b8f8698133ead256"}], "revision_number": 4, "project_id": "520df3f3efb949e6b8f8698133ead256", "id": "b3a06763-4cbb-47f6-8cf8-39baad68caff", "name": "default"}]} 2018-10-26 09:42:02,474 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-a61417ca-53c8-4cf3-921c-c5a7c8270ca0 2018-10-26 09:42:02,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9356af18ab5999cec26a383b774d123373068026" 2018-10-26 09:42:02,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc28ae51-6e0a-48f7-8776-448b34874b3f 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:42:02,572 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-bc28ae51-6e0a-48f7-8776-448b34874b3f 2018-10-26 09:42:02,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9356af18ab5999cec26a383b774d123373068026" 2018-10-26 09:42:02,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-091aca85-678f-4b31-9bdb-262a00003443 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:42:02,684 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-091aca85-678f-4b31-9bdb-262a00003443 2018-10-26 09:42:02,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9356af18ab5999cec26a383b774d123373068026" 2018-10-26 09:42:02,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b5ffff6-cfea-49d1-bc07-26756b531eb8 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:42:02,775 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-0b5ffff6-cfea-49d1-bc07-26756b531eb8 2018-10-26 09:42:02,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520df3f3efb949e6b8f8698133ead256 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9356af18ab5999cec26a383b774d123373068026" 2018-10-26 09:42:02,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80428cd8-4695-45cf-9255-74f8c19ed425 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/520df3f3efb949e6b8f8698133ead256"}, "enabled": true, "id": "520df3f3efb949e6b8f8698133ead256", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-bbf34455-8861-4e2-proj"}} 2018-10-26 09:42:02,861 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520df3f3efb949e6b8f8698133ead256 used request id req-80428cd8-4695-45cf-9255-74f8c19ed425 2018-10-26 09:42:02,861 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b3a06763-4cbb-47f6-8cf8-39baad68caff 2018-10-26 09:42:02,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b3a06763-4cbb-47f6-8cf8-39baad68caff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9356af18ab5999cec26a383b774d123373068026" 2018-10-26 09:42:03,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-9c891d6c-6879-4a98-aa82-3e843468f353 Date: Fri, 26 Oct 2018 09:42:03 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "b3a06763-4cbb-47f6-8cf8-39baad68caff", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:41:41Z", "security_group_id": "b3a06763-4cbb-47f6-8cf8-39baad68caff", "port_range_min": null, "revision_number": 0, "tenant_id": "520df3f3efb949e6b8f8698133ead256", "created_at": "2018-10-26T09:41:41Z", "project_id": "520df3f3efb949e6b8f8698133ead256", "id": "01b80fd0-75af-49ac-8d5d-a8496bb69822"}, {"remote_group_id": "b3a06763-4cbb-47f6-8cf8-39baad68caff", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:41:41Z", "security_group_id": "b3a06763-4cbb-47f6-8cf8-39baad68caff", "port_range_min": null, "revision_number": 0, "tenant_id": "520df3f3efb949e6b8f8698133ead256", "created_at": "2018-10-26T09:41:41Z", "project_id": "520df3f3efb949e6b8f8698133ead256", "id": "798301a2-d898-4759-9cff-d4bbdf4714b3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:41:41Z", "security_group_id": "b3a06763-4cbb-47f6-8cf8-39baad68caff", "port_range_min": null, "revision_number": 0, "tenant_id": "520df3f3efb949e6b8f8698133ead256", "created_at": "2018-10-26T09:41:41Z", "project_id": "520df3f3efb949e6b8f8698133ead256", "id": "ace76336-3530-440e-b731-a4926fcf71f9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:41:41Z", "security_group_id": "b3a06763-4cbb-47f6-8cf8-39baad68caff", "port_range_min": null, "revision_number": 0, "tenant_id": "520df3f3efb949e6b8f8698133ead256", "created_at": "2018-10-26T09:41:41Z", "project_id": "520df3f3efb949e6b8f8698133ead256", "id": "eb6a9ae1-35d1-43ec-a4ac-8e6342e8483a"}]} 2018-10-26 09:42:03,033 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b3a06763-4cbb-47f6-8cf8-39baad68caff used request id req-9c891d6c-6879-4a98-aa82-3e843468f353 2018-10-26 09:42:03,034 - neutron_utils - INFO - Deleting security group with name - default 2018-10-26 09:42:03,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/b3a06763-4cbb-47f6-8cf8-39baad68caff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9356af18ab5999cec26a383b774d123373068026" 2018-10-26 09:42:03,519 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-52233ed5-744e-48cb-a8d5-8010215b8244 Content-Length: 0 Date: Fri, 26 Oct 2018 09:42:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:42:03,520 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/b3a06763-4cbb-47f6-8cf8-39baad68caff used request id req-52233ed5-744e-48cb-a8d5-8010215b8244 2018-10-26 09:42:03,520 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-bbf34455-8861-4e2-proj 2018-10-26 09:42:03,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/520df3f3efb949e6b8f8698133ead256 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9356af18ab5999cec26a383b774d123373068026" 2018-10-26 09:42:03,741 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:42:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f7ed089d-e2df-49ad-8478-23a7d5221798 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:42:03,741 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/520df3f3efb949e6b8f8698133ead256 used request id req-f7ed089d-e2df-49ad-8478-23a7d5221798 2018-10-26 09:42:03,741 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-bbf34455-8861-4e2-proj-role 2018-10-26 09:42:03,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/442e11caef504edf9ec16c70942ba477 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9356af18ab5999cec26a383b774d123373068026" 2018-10-26 09:42:03,850 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:42:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4a6126ee-ecf1-4369-b572-7593dcf64032 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:42:03,850 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/442e11caef504edf9ec16c70942ba477 used request id req-4a6126ee-ecf1-4369-b572-7593dcf64032 2018-10-26 09:42:03,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9356af18ab5999cec26a383b774d123373068026" 2018-10-26 09:42:03,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f0b7105-cf83-480b-9bef-a18fc8c011e5 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:42:03,941 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-6f0b7105-cf83-480b-9bef-a18fc8c011e5 2018-10-26 09:42:03,942 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-bbf34455-8861-4e2-user 2018-10-26 09:42:03,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/56dfb98db4254e42b5becc6f1a70392e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f70d643fd508d699cfa09f66144b20c59df1a1d" 2018-10-26 09:42:04,116 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:42:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-485a4d0e-d671-4e8c-afd4-ca1d67f74964 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:42:04,117 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/56dfb98db4254e42b5becc6f1a70392e used request id req-485a4d0e-d671-4e8c-afd4-ca1d67f74964 2018-10-26 09:42:04,118 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:42:04,490 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:42:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["19-rPtkBTEG3CHCYskf2VQ"], "issued_at": "2018-10-26T09:42:04.000000Z"}} 2018-10-26 09:42:04,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70cee5961d90305f61c3f6576acc6b5e1749fce3" 2018-10-26 09:42:04,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-692b60a1-d496-4bc4-9d58-97ea0a08217e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:42:04,584 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-692b60a1-d496-4bc4-9d58-97ea0a08217e 2018-10-26 09:42:04,586 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:42:04,587 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:42:04,981 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:42:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["0x8pr0TuQDqLSb9puEkk4g"], "issued_at": "2018-10-26T09:42:04.000000Z"}} 2018-10-26 09:42:04,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8758d33578d7e8601bbfa64898db5c51fa232593" 2018-10-26 09:42:05,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d7d458c-dc11-46c5-9033-3494a86750be Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:42:05,062 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-9d7d458c-dc11-46c5-9033-3494a86750be 2018-10-26 09:42:05,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:42:05,071 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:42: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:42:05,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-55832413-831e-424-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8758d33578d7e8601bbfa64898db5c51fa232593" 2018-10-26 09:42:05,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d396d39-5bc4-4a5c-8d1a-6630d7d2bca0 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-55832413-831e-424-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:42:05,164 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-55832413-831e-424-proj used request id req-1d396d39-5bc4-4a5c-8d1a-6630d7d2bca0 2018-10-26 09:42:05,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8758d33578d7e8601bbfa64898db5c51fa232593" 2018-10-26 09:42:05,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2455b2d1-923e-4fe3-bce1-6d5ec6a2db7b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:42:05,250 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-2455b2d1-923e-4fe3-bce1-6d5ec6a2db7b 2018-10-26 09:42:05,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8758d33578d7e8601bbfa64898db5c51fa232593" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-55832413-831e-424-proj"}}' 2018-10-26 09:42:05,378 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:42:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9bc89ea8-d53d-4222-90b4-3f441b734411 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/894d6cfd84ec44bc9b2004417a9bb56f"}, "enabled": true, "id": "894d6cfd84ec44bc9b2004417a9bb56f", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-55832413-831e-424-proj"}} 2018-10-26 09:42:05,378 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-9bc89ea8-d53d-4222-90b4-3f441b734411 2018-10-26 09:42:05,378 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-55832413-831e-424-proj 2018-10-26 09:42:05,378 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:42:05,379 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:42:05,770 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:42:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["vHx82Is7SxW-Q8N4SWwJ0g"], "issued_at": "2018-10-26T09:42:05.000000Z"}} 2018-10-26 09:42:05,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3f3daef3ded84aad76a26d8fe3338336488884e" 2018-10-26 09:42:05,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45d9e423-8ed7-41b3-9a1d-d5535903d609 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:42:05,937 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-45d9e423-8ed7-41b3-9a1d-d5535903d609 2018-10-26 09:42:05,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:42:05,947 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:42: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:42:05,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3f3daef3ded84aad76a26d8fe3338336488884e" 2018-10-26 09:42:06,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-599c0ebf-d849-4a9f-bc37-ac24a65ca151 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:42:06,048 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-599c0ebf-d849-4a9f-bc37-ac24a65ca151 2018-10-26 09:42:06,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-55832413-831e-424-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3f3daef3ded84aad76a26d8fe3338336488884e" 2018-10-26 09:42:06,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-611ed5d5-be46-4aa6-841e-217f0a7161f2 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-55832413-831e-424-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/894d6cfd84ec44bc9b2004417a9bb56f"}, "enabled": true, "id": "894d6cfd84ec44bc9b2004417a9bb56f", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-55832413-831e-424-proj"}]} 2018-10-26 09:42:06,140 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-55832413-831e-424-proj used request id req-611ed5d5-be46-4aa6-841e-217f0a7161f2 2018-10-26 09:42:06,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3f3daef3ded84aad76a26d8fe3338336488884e" 2018-10-26 09:42:06,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-447f01d2-82d9-4885-8887-d48a05880244 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:42:06,229 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-447f01d2-82d9-4885-8887-d48a05880244 2018-10-26 09:42:06,595 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-55832413-831e-424-user 2018-10-26 09:42:06,595 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:42:06,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8758d33578d7e8601bbfa64898db5c51fa232593" 2018-10-26 09:42:06,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24d13cc7-e1de-4663-bd8b-5c50b96767e5 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:42:06,702 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-24d13cc7-e1de-4663-bd8b-5c50b96767e5 2018-10-26 09:42:06,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8758d33578d7e8601bbfa64898db5c51fa232593" -d '{"role": {"name": "CreateRouterSuccessTests-55832413-831e-424-proj-role"}}' 2018-10-26 09:42:06,821 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:42:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2d6a408a-701a-4819-8e4c-1fa765610fab Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "08275849524f43bf8def7ec2e3288e4c", "links": {"self": "http://172.30.9.21:5000/v3/roles/08275849524f43bf8def7ec2e3288e4c"}, "name": "CreateRouterSuccessTests-55832413-831e-424-proj-role"}} 2018-10-26 09:42:06,821 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-2d6a408a-701a-4819-8e4c-1fa765610fab 2018-10-26 09:42:06,821 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-55832413-831e-424-proj-role 2018-10-26 09:42:06,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/08275849524f43bf8def7ec2e3288e4c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8758d33578d7e8601bbfa64898db5c51fa232593" 2018-10-26 09:42:06,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1807c46-ff46-414e-ad02-8518e02ca050 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/08275849524f43bf8def7ec2e3288e4c"}, "domain_id": null, "name": "CreateRouterSuccessTests-55832413-831e-424-proj-role", "id": "08275849524f43bf8def7ec2e3288e4c"}} 2018-10-26 09:42:06,913 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/08275849524f43bf8def7ec2e3288e4c used request id req-f1807c46-ff46-414e-ad02-8518e02ca050 2018-10-26 09:42:06,913 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-55832413-831e-424-proj-role to project CreateRouterSuccessTests-55832413-831e-424-proj 2018-10-26 09:42:06,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/894d6cfd84ec44bc9b2004417a9bb56f/users/9c6c7e12a57e40cb8e45cc14a5fd66cb/roles/08275849524f43bf8def7ec2e3288e4c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8758d33578d7e8601bbfa64898db5c51fa232593" 2018-10-26 09:42:07,045 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:42:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-183c010c-09cb-4402-8e55-2946b2c1949d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:42:07,045 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/894d6cfd84ec44bc9b2004417a9bb56f/users/9c6c7e12a57e40cb8e45cc14a5fd66cb/roles/08275849524f43bf8def7ec2e3288e4c used request id req-183c010c-09cb-4402-8e55-2946b2c1949d 2018-10-26 09:42:07,046 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:42:07,047 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:42:07,430 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:42:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["EZ7xDrP6RliQXzn3q1pDsg"], "issued_at": "2018-10-26T09:42:07.000000Z"}} 2018-10-26 09:42:07,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73c7a6f6e37e91fb5063af6fe221b4983e5bb72f" 2018-10-26 09:42:07,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76ef39ad-7a8a-4a88-90a3-3e68f25f66aa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:42:07,512 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-76ef39ad-7a8a-4a88-90a3-3e68f25f66aa 2018-10-26 09:42:07,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-903a7638-350c-4f80-b777-7e150f577bed-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73c7a6f6e37e91fb5063af6fe221b4983e5bb72f" 2018-10-26 09:42:07,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-944fb2e1-71e6-4b65-91d5-1d687b248484 Date: Fri, 26 Oct 2018 09:42:07 GMT RESP BODY: {"networks":[]} 2018-10-26 09:42:07,684 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-903a7638-350c-4f80-b777-7e150f577bed-pub-net1 used request id req-944fb2e1-71e6-4b65-91d5-1d687b248484 2018-10-26 09:42:07,685 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-903a7638-350c-4f80-b777-7e150f577bed-pub-net1 2018-10-26 09:42:07,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73c7a6f6e37e91fb5063af6fe221b4983e5bb72f" -d '{"network": {"name": "CreateRouterSuccessTests-903a7638-350c-4f80-b777-7e150f577bed-pub-net1", "admin_state_up": true}}' 2018-10-26 09:42:08,060 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-2a78aab1-5a33-466a-b8e2-6326a4a14355 Date: Fri, 26 Oct 2018 09:42: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":"df8e92ac-3439-4575-a164-22789a6a7988","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":19,"ipv4_address_scope":null,"shared":false,"project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T09:42:07Z","is_default":false,"qos_policy_id":null,"name":"CreateRouterSuccessTests-903a7638-350c-4f80-b777-7e150f577bed-pub-net1","admin_state_up":true,"tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:42:07Z","mtu":1450}} 2018-10-26 09:42:08,060 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-2a78aab1-5a33-466a-b8e2-6326a4a14355 2018-10-26 09:42:08,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=df8e92ac-3439-4575-a164-22789a6a7988 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73c7a6f6e37e91fb5063af6fe221b4983e5bb72f" 2018-10-26 09:42:08,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 707 X-Openstack-Request-Id: req-be55c87f-7f28-44d7-bc69-945b6d6e7243 Date: Fri, 26 Oct 2018 09:42:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"df8e92ac-3439-4575-a164-22789a6a7988","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":19,"ipv4_address_scope":null,"shared":false,"project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T09:42:07Z","qos_policy_id":null,"name":"CreateRouterSuccessTests-903a7638-350c-4f80-b777-7e150f577bed-pub-net1","admin_state_up":true,"tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:42:07Z","provider:network_type":"vxlan"}]} 2018-10-26 09:42:08,285 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=df8e92ac-3439-4575-a164-22789a6a7988 used request id req-be55c87f-7f28-44d7-bc69-945b6d6e7243 2018-10-26 09:42:08,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=df8e92ac-3439-4575-a164-22789a6a7988 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73c7a6f6e37e91fb5063af6fe221b4983e5bb72f" 2018-10-26 09:42:08,474 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-aa07f94a-2a4c-405a-8c99-fa8326d46a40 Date: Fri, 26 Oct 2018 09:42:08 GMT RESP BODY: {"subnets":[]} 2018-10-26 09:42:08,474 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=df8e92ac-3439-4575-a164-22789a6a7988 used request id req-aa07f94a-2a4c-405a-8c99-fa8326d46a40 2018-10-26 09:42:08,475 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-903a7638-350c-4f80-b777-7e150f577bed-pub-subnet1 2018-10-26 09:42:08,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73c7a6f6e37e91fb5063af6fe221b4983e5bb72f" -d '{"subnets": [{"ip_version": 4, "network_id": "df8e92ac-3439-4575-a164-22789a6a7988", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateRouterSuccessTests-903a7638-350c-4f80-b777-7e150f577bed-pub-subnet1"}]}' 2018-10-26 09:42:09,023 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-70453225-2dfb-44f8-b8e8-4351486b8492 Date: Fri, 26 Oct 2018 09:42:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"df8e92ac-3439-4575-a164-22789a6a7988","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:42:08Z","dns_nameservers":[],"updated_at":"2018-10-26T09:42:08Z","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":"520bb063707641068ecd26c37a46f476","id":"82d0ecb1-49de-4c15-9c36-8cbe8bb60fe3","subnetpool_id":null,"name":"CreateRouterSuccessTests-903a7638-350c-4f80-b777-7e150f577bed-pub-subnet1"}]} 2018-10-26 09:42:09,023 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-70453225-2dfb-44f8-b8e8-4351486b8492 2018-10-26 09:42:09,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=df8e92ac-3439-4575-a164-22789a6a7988 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73c7a6f6e37e91fb5063af6fe221b4983e5bb72f" 2018-10-26 09:42:09,262 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-4f1ce607-ee14-42d2-aa1c-5a34bf0d6421 Date: Fri, 26 Oct 2018 09:42:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"df8e92ac-3439-4575-a164-22789a6a7988","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":19,"ipv4_address_scope":null,"shared":false,"project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","subnets":["82d0ecb1-49de-4c15-9c36-8cbe8bb60fe3"],"description":"","tags":[],"updated_at":"2018-10-26T09:42:08Z","qos_policy_id":null,"name":"CreateRouterSuccessTests-903a7638-350c-4f80-b777-7e150f577bed-pub-net1","admin_state_up":true,"tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:42:07Z","provider:network_type":"vxlan"}]} 2018-10-26 09:42:09,262 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=df8e92ac-3439-4575-a164-22789a6a7988 used request id req-4f1ce607-ee14-42d2-aa1c-5a34bf0d6421 2018-10-26 09:42:09,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=df8e92ac-3439-4575-a164-22789a6a7988 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73c7a6f6e37e91fb5063af6fe221b4983e5bb72f" 2018-10-26 09:42:09,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-3bd73a80-0b16-4835-897d-3b6fecec9108 Date: Fri, 26 Oct 2018 09:42:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"df8e92ac-3439-4575-a164-22789a6a7988","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:42:08Z","dns_nameservers":[],"updated_at":"2018-10-26T09:42:08Z","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":"520bb063707641068ecd26c37a46f476","id":"82d0ecb1-49de-4c15-9c36-8cbe8bb60fe3","subnetpool_id":null,"name":"CreateRouterSuccessTests-903a7638-350c-4f80-b777-7e150f577bed-pub-subnet1"}]} 2018-10-26 09:42:09,480 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=df8e92ac-3439-4575-a164-22789a6a7988 used request id req-3bd73a80-0b16-4835-897d-3b6fecec9108 2018-10-26 09:42:09,481 - OpenStackNetwork - DEBUG - Network [df8e92ac-3439-4575-a164-22789a6a7988] created successfully 2018-10-26 09:42:09,481 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:42:09,482 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:42:09,861 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "08275849524f43bf8def7ec2e3288e4c", "name": "CreateRouterSuccessTests-55832413-831e-424-proj-role"}], "expires_at": "2018-10-26T10:42:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "894d6cfd84ec44bc9b2004417a9bb56f", "name": "CreateRouterSuccessTests-55832413-831e-424-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/894d6cfd84ec44bc9b2004417a9bb56f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/894d6cfd84ec44bc9b2004417a9bb56f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/894d6cfd84ec44bc9b2004417a9bb56f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/894d6cfd84ec44bc9b2004417a9bb56f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/894d6cfd84ec44bc9b2004417a9bb56f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/894d6cfd84ec44bc9b2004417a9bb56f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/894d6cfd84ec44bc9b2004417a9bb56f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/894d6cfd84ec44bc9b2004417a9bb56f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/894d6cfd84ec44bc9b2004417a9bb56f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/894d6cfd84ec44bc9b2004417a9bb56f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/894d6cfd84ec44bc9b2004417a9bb56f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/894d6cfd84ec44bc9b2004417a9bb56f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-55832413-831e-424-user", "id": "9c6c7e12a57e40cb8e45cc14a5fd66cb"}, "audit_ids": ["pwg_1ikTRKKjVYEW5p86dA"], "issued_at": "2018-10-26T09:42:09.000000Z"}} 2018-10-26 09:42:09,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9c316e23ae0fbd97cfde97bb22ab70037a4524c" 2018-10-26 09:42:09,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5e8e188-19ab-4fa1-9b57-8fdc6cae3fc0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:42:09,940 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a5e8e188-19ab-4fa1-9b57-8fdc6cae3fc0 2018-10-26 09:42:09,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-903a7638-350c-4f80-b777-7e150f577bed-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9c316e23ae0fbd97cfde97bb22ab70037a4524c" 2018-10-26 09:42:10,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-0583d734-8b64-45c1-a3c8-f185fb554b71 Date: Fri, 26 Oct 2018 09:42:10 GMT RESP BODY: {"routers": []} 2018-10-26 09:42:10,307 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-903a7638-350c-4f80-b777-7e150f577bed-pub-router&admin_state_up=True used request id req-0583d734-8b64-45c1-a3c8-f185fb554b71 2018-10-26 09:42:10,307 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:42:10,308 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:42:10,685 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "08275849524f43bf8def7ec2e3288e4c", "name": "CreateRouterSuccessTests-55832413-831e-424-proj-role"}], "expires_at": "2018-10-26T10:42:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "894d6cfd84ec44bc9b2004417a9bb56f", "name": "CreateRouterSuccessTests-55832413-831e-424-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/894d6cfd84ec44bc9b2004417a9bb56f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/894d6cfd84ec44bc9b2004417a9bb56f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/894d6cfd84ec44bc9b2004417a9bb56f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/894d6cfd84ec44bc9b2004417a9bb56f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/894d6cfd84ec44bc9b2004417a9bb56f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/894d6cfd84ec44bc9b2004417a9bb56f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/894d6cfd84ec44bc9b2004417a9bb56f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/894d6cfd84ec44bc9b2004417a9bb56f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/894d6cfd84ec44bc9b2004417a9bb56f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/894d6cfd84ec44bc9b2004417a9bb56f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/894d6cfd84ec44bc9b2004417a9bb56f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/894d6cfd84ec44bc9b2004417a9bb56f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-55832413-831e-424-user", "id": "9c6c7e12a57e40cb8e45cc14a5fd66cb"}, "audit_ids": ["Z7lHCObHRSe3xMKjxirW2w"], "issued_at": "2018-10-26T09:42:10.000000Z"}} 2018-10-26 09:42:10,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4ce0517f4446cb80ad24815b8a82f03e8717955" 2018-10-26 09:42:10,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-637c263f-f8ac-4f0f-ae12-06339a96a3c2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:42:10,754 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-637c263f-f8ac-4f0f-ae12-06339a96a3c2 2018-10-26 09:42:10,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9c316e23ae0fbd97cfde97bb22ab70037a4524c" 2018-10-26 09:42:11,000 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-49f7d38d-ef86-4550-852b-4096a5dbbe50 Date: Fri, 26 Oct 2018 09:42:11 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","mtu":1500}]} 2018-10-26 09:42:11,001 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-49f7d38d-ef86-4550-852b-4096a5dbbe50 2018-10-26 09:42:11,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9c316e23ae0fbd97cfde97bb22ab70037a4524c" 2018-10-26 09:42:11,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-81285eb3-8264-4c2a-893a-c768f82d47a6 Date: Fri, 26 Oct 2018 09:42:11 GMT RESP BODY: {"subnets":[]} 2018-10-26 09:42:11,196 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-81285eb3-8264-4c2a-893a-c768f82d47a6 2018-10-26 09:42:11,197 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-903a7638-350c-4f80-b777-7e150f577bed-pub-router 2018-10-26 09:42:11,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9c316e23ae0fbd97cfde97bb22ab70037a4524c" -d '{"router": {"external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693"}, "name": "CreateRouterSuccessTests-903a7638-350c-4f80-b777-7e150f577bed-pub-router", "admin_state_up": true}}' 2018-10-26 09:42:16,236 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-da5f9cc2-45e3-498c-93df-fa2482d1614f Date: Fri, 26 Oct 2018 09:42:16 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "894d6cfd84ec44bc9b2004417a9bb56f", "created_at": "2018-10-26T09:42:11Z", "admin_state_up": true, "updated_at": "2018-10-26T09:42:12Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "894d6cfd84ec44bc9b2004417a9bb56f", "id": "3ba31936-ce79-4346-a773-ab0454775b0a", "name": "CreateRouterSuccessTests-903a7638-350c-4f80-b777-7e150f577bed-pub-router"}} 2018-10-26 09:42:16,237 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-da5f9cc2-45e3-498c-93df-fa2482d1614f 2018-10-26 09:42:16,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=3ba31936-ce79-4346-a773-ab0454775b0a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9c316e23ae0fbd97cfde97bb22ab70037a4524c" 2018-10-26 09:42:16,431 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-389ab43b-274c-4f29-a1af-e2e30095f56a Date: Fri, 26 Oct 2018 09:42:16 GMT RESP BODY: {"ports":[]} 2018-10-26 09:42:16,431 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=3ba31936-ce79-4346-a773-ab0454775b0a used request id req-389ab43b-274c-4f29-a1af-e2e30095f56a 2018-10-26 09:42:16,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?name=CreateRouterSuccessTests-903a7638-350c-4f80-b777-7e150f577bed-pub-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9c316e23ae0fbd97cfde97bb22ab70037a4524c" 2018-10-26 09:42:16,632 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-924dc21a-16bb-421f-8923-552ef02b9233 Date: Fri, 26 Oct 2018 09:42:16 GMT RESP BODY: {"subnets":[]} 2018-10-26 09:42:16,633 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?name=CreateRouterSuccessTests-903a7638-350c-4f80-b777-7e150f577bed-pub-subnet1 used request id req-924dc21a-16bb-421f-8923-552ef02b9233 2018-10-26 09:42:16,633 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-903a7638-350c-4f80-b777-7e150f577bed-pub-router 2018-10-26 09:42:16,633 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-903a7638-350c-4f80-b777-7e150f577bed-pub-router 2018-10-26 09:42:16,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/3ba31936-ce79-4346-a773-ab0454775b0a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9c316e23ae0fbd97cfde97bb22ab70037a4524c" 2018-10-26 09:42:20,186 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2d70756b-1e38-40a9-bfa3-1a6f35c00866 Content-Length: 0 Date: Fri, 26 Oct 2018 09:42:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:42:20,186 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/3ba31936-ce79-4346-a773-ab0454775b0a used request id req-2d70756b-1e38-40a9-bfa3-1a6f35c00866 2018-10-26 09:42:20,187 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-903a7638-350c-4f80-b777-7e150f577bed-pub-subnet1 2018-10-26 09:42:20,187 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-903a7638-350c-4f80-b777-7e150f577bed-pub-subnet1 2018-10-26 09:42:20,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/82d0ecb1-49de-4c15-9c36-8cbe8bb60fe3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73c7a6f6e37e91fb5063af6fe221b4983e5bb72f" 2018-10-26 09:42:22,275 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a75f93a6-0c60-4432-8239-83cb373ebc76 Date: Fri, 26 Oct 2018 09:42:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:42:22,275 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/82d0ecb1-49de-4c15-9c36-8cbe8bb60fe3 used request id req-a75f93a6-0c60-4432-8239-83cb373ebc76 2018-10-26 09:42:22,275 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-903a7638-350c-4f80-b777-7e150f577bed-pub-net1 2018-10-26 09:42:22,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/df8e92ac-3439-4575-a164-22789a6a7988 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73c7a6f6e37e91fb5063af6fe221b4983e5bb72f" 2018-10-26 09:42:23,462 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3186a6f0-b79d-49a0-b48d-ff5ab90bcaed Date: Fri, 26 Oct 2018 09:42:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:42:23,462 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/df8e92ac-3439-4575-a164-22789a6a7988 used request id req-3186a6f0-b79d-49a0-b48d-ff5ab90bcaed 2018-10-26 09:42:23,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8758d33578d7e8601bbfa64898db5c51fa232593" 2018-10-26 09:42:23,678 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-ad797d25-0285-4261-a37d-a96930684bb4 Date: Fri, 26 Oct 2018 09:42:23 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:42:23,679 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-ad797d25-0285-4261-a37d-a96930684bb4 2018-10-26 09:42:23,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8758d33578d7e8601bbfa64898db5c51fa232593" 2018-10-26 09:42:23,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65233930-4bc6-44f5-936f-ad98c78580d5 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:42:23,777 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-65233930-4bc6-44f5-936f-ad98c78580d5 2018-10-26 09:42:23,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8758d33578d7e8601bbfa64898db5c51fa232593" 2018-10-26 09:42:23,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc4a5e6d-2736-485c-82a2-223672a881f0 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:42:23,870 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-cc4a5e6d-2736-485c-82a2-223672a881f0 2018-10-26 09:42:23,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8758d33578d7e8601bbfa64898db5c51fa232593" 2018-10-26 09:42:23,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57b899c0-0ae9-4341-b623-022654cf2079 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:42:23,954 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-57b899c0-0ae9-4341-b623-022654cf2079 2018-10-26 09:42:23,955 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-55832413-831e-424-proj 2018-10-26 09:42:23,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/894d6cfd84ec44bc9b2004417a9bb56f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8758d33578d7e8601bbfa64898db5c51fa232593" 2018-10-26 09:42:24,172 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:42:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e4e896cb-29c1-4a98-a3cf-a6855aaed581 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:42:24,172 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/894d6cfd84ec44bc9b2004417a9bb56f used request id req-e4e896cb-29c1-4a98-a3cf-a6855aaed581 2018-10-26 09:42:24,173 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-55832413-831e-424-proj-role 2018-10-26 09:42:24,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/08275849524f43bf8def7ec2e3288e4c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8758d33578d7e8601bbfa64898db5c51fa232593" 2018-10-26 09:42:24,295 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:42:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c99235f1-b011-4b80-8441-3f01a4d1c8bb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:42:24,295 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/08275849524f43bf8def7ec2e3288e4c used request id req-c99235f1-b011-4b80-8441-3f01a4d1c8bb 2018-10-26 09:42:24,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8758d33578d7e8601bbfa64898db5c51fa232593" 2018-10-26 09:42:24,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-caedb8f2-965b-472a-9a22-aaccb73ecf0d Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:42:24,380 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-caedb8f2-965b-472a-9a22-aaccb73ecf0d 2018-10-26 09:42:24,381 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-55832413-831e-424-user 2018-10-26 09:42:24,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/9c6c7e12a57e40cb8e45cc14a5fd66cb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3f3daef3ded84aad76a26d8fe3338336488884e" 2018-10-26 09:42:24,619 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:42:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-75099319-a142-4ae1-9fa2-667934e2290f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:42:24,619 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/9c6c7e12a57e40cb8e45cc14a5fd66cb used request id req-75099319-a142-4ae1-9fa2-667934e2290f 2018-10-26 09:42:24,620 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:42:25,011 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:42:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["U_jY8kuHQ1Snt9X0z4zAUg"], "issued_at": "2018-10-26T09:42:25.000000Z"}} 2018-10-26 09:42:25,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7919f0046e3d4914a6af442bd20570dd055c387" 2018-10-26 09:42:25,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0f87012-16ab-4fdc-9dcc-e1cbb89307ca Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:42:25,095 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e0f87012-16ab-4fdc-9dcc-e1cbb89307ca 2018-10-26 09:42:25,096 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:42:25,097 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:42:25,486 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:42:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["sJEHhN0STkqQvIIgcBFLyg"], "issued_at": "2018-10-26T09:42:25.000000Z"}} 2018-10-26 09:42:25,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51b9bfb553251a0b86d0d9bda2e37264aeacc333" 2018-10-26 09:42:25,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-daab3507-2693-407f-9130-4a6e0c24a9e9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:42:25,576 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-daab3507-2693-407f-9130-4a6e0c24a9e9 2018-10-26 09:42:25,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:42:25,586 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:42: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:42:25,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-e98d4f19-f771-4b3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51b9bfb553251a0b86d0d9bda2e37264aeacc333" 2018-10-26 09:42:25,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80d9c5e3-3231-475b-ab0d-58e8c36b6161 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-e98d4f19-f771-4b3-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:42:25,673 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-e98d4f19-f771-4b3-proj used request id req-80d9c5e3-3231-475b-ab0d-58e8c36b6161 2018-10-26 09:42:25,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51b9bfb553251a0b86d0d9bda2e37264aeacc333" 2018-10-26 09:42:25,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63a1354e-3bf9-4552-8961-7717aae6f76d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:42:25,764 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-63a1354e-3bf9-4552-8961-7717aae6f76d 2018-10-26 09:42:25,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51b9bfb553251a0b86d0d9bda2e37264aeacc333" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterNegativeTests-e98d4f19-f771-4b3-proj"}}' 2018-10-26 09:42:25,888 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:42:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bcb31fb6-d8f0-4478-adef-22eacb24008c Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/42d1196dc6b44de498aaf8d98078cc57"}, "enabled": true, "id": "42d1196dc6b44de498aaf8d98078cc57", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-e98d4f19-f771-4b3-proj"}} 2018-10-26 09:42:25,888 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-bcb31fb6-d8f0-4478-adef-22eacb24008c 2018-10-26 09:42:25,889 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-e98d4f19-f771-4b3-proj 2018-10-26 09:42:25,889 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:42:25,890 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:42:26,278 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:42:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["ViDM7N2eTa-o1oMKzi0yzw"], "issued_at": "2018-10-26T09:42:26.000000Z"}} 2018-10-26 09:42:26,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f647a1da5b206ec92d7ddb8af37eb3c4dbb194f" 2018-10-26 09:42:26,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8ab723e-f02c-4371-a006-9b4f40c34136 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:42:26,363 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e8ab723e-f02c-4371-a006-9b4f40c34136 2018-10-26 09:42:26,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:42:26,373 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:42: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:42:26,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f647a1da5b206ec92d7ddb8af37eb3c4dbb194f" 2018-10-26 09:42:26,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a5d386c-b6c1-4d46-b63a-911e87ddf600 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:42:26,480 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-3a5d386c-b6c1-4d46-b63a-911e87ddf600 2018-10-26 09:42:26,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateRouterNegativeTests-e98d4f19-f771-4b3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f647a1da5b206ec92d7ddb8af37eb3c4dbb194f" 2018-10-26 09:42:26,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b31345d-421e-4102-8332-d2243a7d4be8 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateRouterNegativeTests-e98d4f19-f771-4b3-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/42d1196dc6b44de498aaf8d98078cc57"}, "enabled": true, "id": "42d1196dc6b44de498aaf8d98078cc57", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-e98d4f19-f771-4b3-proj"}]} 2018-10-26 09:42:26,502 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateRouterNegativeTests-e98d4f19-f771-4b3-proj used request id req-0b31345d-421e-4102-8332-d2243a7d4be8 2018-10-26 09:42:26,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f647a1da5b206ec92d7ddb8af37eb3c4dbb194f" 2018-10-26 09:42:26,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b45f2a09-704c-4d91-aea3-2c3c105f9185 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:42:26,586 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-b45f2a09-704c-4d91-aea3-2c3c105f9185 2018-10-26 09:42:26,972 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-e98d4f19-f771-4b3-user 2018-10-26 09:42:26,972 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:42:26,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51b9bfb553251a0b86d0d9bda2e37264aeacc333" 2018-10-26 09:42:27,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25f88396-759c-40e9-bf3f-efb23426eda7 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:42:27,068 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-25f88396-759c-40e9-bf3f-efb23426eda7 2018-10-26 09:42:27,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51b9bfb553251a0b86d0d9bda2e37264aeacc333" -d '{"role": {"name": "CreateRouterNegativeTests-e98d4f19-f771-4b3-proj-role"}}' 2018-10-26 09:42:27,180 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:42:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ac0c87d8-b54a-4682-b6f6-b6d1bca90e37 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "89687d68c93a45edb28fcdd5cb630cc6", "links": {"self": "http://172.30.9.21:5000/v3/roles/89687d68c93a45edb28fcdd5cb630cc6"}, "name": "CreateRouterNegativeTests-e98d4f19-f771-4b3-proj-role"}} 2018-10-26 09:42:27,180 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-ac0c87d8-b54a-4682-b6f6-b6d1bca90e37 2018-10-26 09:42:27,181 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-e98d4f19-f771-4b3-proj-role 2018-10-26 09:42:27,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/89687d68c93a45edb28fcdd5cb630cc6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51b9bfb553251a0b86d0d9bda2e37264aeacc333" 2018-10-26 09:42:27,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-017b38ff-9877-40cd-a94d-f1538ec7f979 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/89687d68c93a45edb28fcdd5cb630cc6"}, "domain_id": null, "name": "CreateRouterNegativeTests-e98d4f19-f771-4b3-proj-role", "id": "89687d68c93a45edb28fcdd5cb630cc6"}} 2018-10-26 09:42:27,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/89687d68c93a45edb28fcdd5cb630cc6 used request id req-017b38ff-9877-40cd-a94d-f1538ec7f979 2018-10-26 09:42:27,275 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-e98d4f19-f771-4b3-proj-role to project CreateRouterNegativeTests-e98d4f19-f771-4b3-proj 2018-10-26 09:42:27,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/42d1196dc6b44de498aaf8d98078cc57/users/7b33abb770154922a73b63fe382cea68/roles/89687d68c93a45edb28fcdd5cb630cc6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51b9bfb553251a0b86d0d9bda2e37264aeacc333" 2018-10-26 09:42:27,404 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:42:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9099bf01-1d6e-4acf-9d43-cb13d7335409 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:42:27,404 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/42d1196dc6b44de498aaf8d98078cc57/users/7b33abb770154922a73b63fe382cea68/roles/89687d68c93a45edb28fcdd5cb630cc6 used request id req-9099bf01-1d6e-4acf-9d43-cb13d7335409 2018-10-26 09:42:27,404 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:42:27,405 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:42:27,784 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:42:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["ji9ZB2cYSomIlyGVYsYBtA"], "issued_at": "2018-10-26T09:42:27.000000Z"}} 2018-10-26 09:42:27,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbb6b60e4a7eb99cbcf1fdec3133941e8c8c42f5" 2018-10-26 09:42:27,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-904db3f1-734f-465d-a6ac-639131c7f178 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:42:27,874 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-904db3f1-734f-465d-a6ac-639131c7f178 2018-10-26 09:42:27,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateRouterNegativeTests-e24fc51c-529f-4a2e-8dc9-64aad5b68d49-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbb6b60e4a7eb99cbcf1fdec3133941e8c8c42f5" 2018-10-26 09:42:28,062 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-620723ca-d6e2-41d6-9041-0988b0b303f7 Date: Fri, 26 Oct 2018 09:42:28 GMT RESP BODY: {"networks":[]} 2018-10-26 09:42:28,062 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateRouterNegativeTests-e24fc51c-529f-4a2e-8dc9-64aad5b68d49-pub-net1 used request id req-620723ca-d6e2-41d6-9041-0988b0b303f7 2018-10-26 09:42:28,063 - neutron_utils - INFO - Creating network with name CreateRouterNegativeTests-e24fc51c-529f-4a2e-8dc9-64aad5b68d49-pub-net1 2018-10-26 09:42:28,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbb6b60e4a7eb99cbcf1fdec3133941e8c8c42f5" -d '{"network": {"name": "CreateRouterNegativeTests-e24fc51c-529f-4a2e-8dc9-64aad5b68d49-pub-net1", "admin_state_up": true}}' 2018-10-26 09:42:28,603 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-1b67d99e-7ae5-463f-bd80-8b38c4689d3a Date: Fri, 26 Oct 2018 09:42:28 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"e3df10eb-0212-4c86-934a-3d61cd9c732b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":45,"ipv4_address_scope":null,"shared":false,"project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T09:42:28Z","is_default":false,"qos_policy_id":null,"name":"CreateRouterNegativeTests-e24fc51c-529f-4a2e-8dc9-64aad5b68d49-pub-net1","admin_state_up":true,"tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:42:28Z","mtu":1450}} 2018-10-26 09:42:28,603 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-1b67d99e-7ae5-463f-bd80-8b38c4689d3a 2018-10-26 09:42:28,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=e3df10eb-0212-4c86-934a-3d61cd9c732b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbb6b60e4a7eb99cbcf1fdec3133941e8c8c42f5" 2018-10-26 09:42:28,828 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 708 X-Openstack-Request-Id: req-f1f4b12d-82cd-4d83-9db2-2fe8fe7e36bc Date: Fri, 26 Oct 2018 09:42:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e3df10eb-0212-4c86-934a-3d61cd9c732b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":45,"ipv4_address_scope":null,"shared":false,"project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T09:42:28Z","qos_policy_id":null,"name":"CreateRouterNegativeTests-e24fc51c-529f-4a2e-8dc9-64aad5b68d49-pub-net1","admin_state_up":true,"tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:42:28Z","provider:network_type":"vxlan"}]} 2018-10-26 09:42:28,828 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=e3df10eb-0212-4c86-934a-3d61cd9c732b used request id req-f1f4b12d-82cd-4d83-9db2-2fe8fe7e36bc 2018-10-26 09:42:28,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e3df10eb-0212-4c86-934a-3d61cd9c732b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbb6b60e4a7eb99cbcf1fdec3133941e8c8c42f5" 2018-10-26 09:42:29,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-11748105-84fa-41f4-a255-c46ffbdf048f Date: Fri, 26 Oct 2018 09:42:29 GMT RESP BODY: {"subnets":[]} 2018-10-26 09:42:29,033 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e3df10eb-0212-4c86-934a-3d61cd9c732b used request id req-11748105-84fa-41f4-a255-c46ffbdf048f 2018-10-26 09:42:29,033 - neutron_utils - INFO - Creating subnet with name CreateRouterNegativeTests-e24fc51c-529f-4a2e-8dc9-64aad5b68d49-pub-subnet1 2018-10-26 09:42:29,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbb6b60e4a7eb99cbcf1fdec3133941e8c8c42f5" -d '{"subnets": [{"ip_version": 4, "network_id": "e3df10eb-0212-4c86-934a-3d61cd9c732b", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateRouterNegativeTests-e24fc51c-529f-4a2e-8dc9-64aad5b68d49-pub-subnet1"}]}' 2018-10-26 09:42:29,370 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 688 X-Openstack-Request-Id: req-b46007c4-b6fe-4c73-98c3-ac8a32166cc3 Date: Fri, 26 Oct 2018 09:42:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e3df10eb-0212-4c86-934a-3d61cd9c732b","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:42:29Z","dns_nameservers":[],"updated_at":"2018-10-26T09:42:29Z","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":"520bb063707641068ecd26c37a46f476","id":"b1a6aad0-aa5e-4fde-9323-abf17656c056","subnetpool_id":null,"name":"CreateRouterNegativeTests-e24fc51c-529f-4a2e-8dc9-64aad5b68d49-pub-subnet1"}]} 2018-10-26 09:42:29,370 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-b46007c4-b6fe-4c73-98c3-ac8a32166cc3 2018-10-26 09:42:29,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=e3df10eb-0212-4c86-934a-3d61cd9c732b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbb6b60e4a7eb99cbcf1fdec3133941e8c8c42f5" 2018-10-26 09:42:29,619 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 752 X-Openstack-Request-Id: req-296180c3-c9b9-40ab-b207-86b886b18ba0 Date: Fri, 26 Oct 2018 09:42:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e3df10eb-0212-4c86-934a-3d61cd9c732b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":45,"ipv4_address_scope":null,"shared":false,"project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","subnets":["b1a6aad0-aa5e-4fde-9323-abf17656c056"],"description":"","tags":[],"updated_at":"2018-10-26T09:42:29Z","qos_policy_id":null,"name":"CreateRouterNegativeTests-e24fc51c-529f-4a2e-8dc9-64aad5b68d49-pub-net1","admin_state_up":true,"tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:42:28Z","provider:network_type":"vxlan"}]} 2018-10-26 09:42:29,619 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=e3df10eb-0212-4c86-934a-3d61cd9c732b used request id req-296180c3-c9b9-40ab-b207-86b886b18ba0 2018-10-26 09:42:29,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e3df10eb-0212-4c86-934a-3d61cd9c732b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbb6b60e4a7eb99cbcf1fdec3133941e8c8c42f5" 2018-10-26 09:42:29,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 688 X-Openstack-Request-Id: req-f42a930f-b9fd-42a0-85b2-818d9ebdc683 Date: Fri, 26 Oct 2018 09:42:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e3df10eb-0212-4c86-934a-3d61cd9c732b","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:42:29Z","dns_nameservers":[],"updated_at":"2018-10-26T09:42:29Z","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":"520bb063707641068ecd26c37a46f476","id":"b1a6aad0-aa5e-4fde-9323-abf17656c056","subnetpool_id":null,"name":"CreateRouterNegativeTests-e24fc51c-529f-4a2e-8dc9-64aad5b68d49-pub-subnet1"}]} 2018-10-26 09:42:29,675 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e3df10eb-0212-4c86-934a-3d61cd9c732b used request id req-f42a930f-b9fd-42a0-85b2-818d9ebdc683 2018-10-26 09:42:29,675 - OpenStackNetwork - DEBUG - Network [e3df10eb-0212-4c86-934a-3d61cd9c732b] created successfully 2018-10-26 09:42:29,675 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:42:29,676 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:42:30,050 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "89687d68c93a45edb28fcdd5cb630cc6", "name": "CreateRouterNegativeTests-e98d4f19-f771-4b3-proj-role"}], "expires_at": "2018-10-26T10:42:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "42d1196dc6b44de498aaf8d98078cc57", "name": "CreateRouterNegativeTests-e98d4f19-f771-4b3-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/42d1196dc6b44de498aaf8d98078cc57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/42d1196dc6b44de498aaf8d98078cc57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/42d1196dc6b44de498aaf8d98078cc57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/42d1196dc6b44de498aaf8d98078cc57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/42d1196dc6b44de498aaf8d98078cc57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/42d1196dc6b44de498aaf8d98078cc57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/42d1196dc6b44de498aaf8d98078cc57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/42d1196dc6b44de498aaf8d98078cc57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/42d1196dc6b44de498aaf8d98078cc57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/42d1196dc6b44de498aaf8d98078cc57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/42d1196dc6b44de498aaf8d98078cc57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/42d1196dc6b44de498aaf8d98078cc57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-e98d4f19-f771-4b3-user", "id": "7b33abb770154922a73b63fe382cea68"}, "audit_ids": ["C2ZdZX63QfCNiC2XnH-x1A"], "issued_at": "2018-10-26T09:42:30.000000Z"}} 2018-10-26 09:42:30,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ecf93a6f1cb0df9cde5adc99b1fd60e27aa97a" 2018-10-26 09:42:30,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b90dc32e-5ab5-4ef2-9ece-715a59a2e9d2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:42:30,130 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b90dc32e-5ab5-4ef2-9ece-715a59a2e9d2 2018-10-26 09:42:30,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterNegativeTests-e24fc51c-529f-4a2e-8dc9-64aad5b68d49-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ecf93a6f1cb0df9cde5adc99b1fd60e27aa97a" 2018-10-26 09:42:30,346 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-9b42c81e-084c-4c88-894f-ae8a2cefd1da Date: Fri, 26 Oct 2018 09:42:30 GMT RESP BODY: {"routers": []} 2018-10-26 09:42:30,346 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterNegativeTests-e24fc51c-529f-4a2e-8dc9-64aad5b68d49-pub-router&admin_state_up=True used request id req-9b42c81e-084c-4c88-894f-ae8a2cefd1da 2018-10-26 09:42:30,346 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:42:30,348 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:42:30,722 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "89687d68c93a45edb28fcdd5cb630cc6", "name": "CreateRouterNegativeTests-e98d4f19-f771-4b3-proj-role"}], "expires_at": "2018-10-26T10:42:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "42d1196dc6b44de498aaf8d98078cc57", "name": "CreateRouterNegativeTests-e98d4f19-f771-4b3-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/42d1196dc6b44de498aaf8d98078cc57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/42d1196dc6b44de498aaf8d98078cc57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/42d1196dc6b44de498aaf8d98078cc57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/42d1196dc6b44de498aaf8d98078cc57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/42d1196dc6b44de498aaf8d98078cc57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/42d1196dc6b44de498aaf8d98078cc57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/42d1196dc6b44de498aaf8d98078cc57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/42d1196dc6b44de498aaf8d98078cc57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/42d1196dc6b44de498aaf8d98078cc57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/42d1196dc6b44de498aaf8d98078cc57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/42d1196dc6b44de498aaf8d98078cc57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/42d1196dc6b44de498aaf8d98078cc57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-e98d4f19-f771-4b3-user", "id": "7b33abb770154922a73b63fe382cea68"}, "audit_ids": ["ieerg3oZTUGP3Ctb_PwlJw"], "issued_at": "2018-10-26T09:42:30.000000Z"}} 2018-10-26 09:42:30,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ceb01d69b88b2fcc0f759d389f5125980092bc2f" 2018-10-26 09:42:30,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e92a91a1-e17a-4301-924c-ac6cebc89b10 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:42:30,794 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e92a91a1-e17a-4301-924c-ac6cebc89b10 2018-10-26 09:42:30,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ecf93a6f1cb0df9cde5adc99b1fd60e27aa97a" 2018-10-26 09:42:31,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-e87979de-8300-432d-abe5-337c59960f12 Date: Fri, 26 Oct 2018 09:42:31 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","mtu":1500}]} 2018-10-26 09:42:31,041 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-e87979de-8300-432d-abe5-337c59960f12 2018-10-26 09:42:31,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ecf93a6f1cb0df9cde5adc99b1fd60e27aa97a" 2018-10-26 09:42:31,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-0dc2fe9d-a503-4251-88dd-e38b4419fdcd Date: Fri, 26 Oct 2018 09:42:31 GMT RESP BODY: {"subnets":[]} 2018-10-26 09:42:31,218 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-0dc2fe9d-a503-4251-88dd-e38b4419fdcd 2018-10-26 09:42:31,219 - neutron_utils - INFO - Creating router with name - CreateRouterNegativeTests-e24fc51c-529f-4a2e-8dc9-64aad5b68d49-pub-router 2018-10-26 09:42:31,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ecf93a6f1cb0df9cde5adc99b1fd60e27aa97a" -d '{"router": {"external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693"}, "name": "CreateRouterNegativeTests-e24fc51c-529f-4a2e-8dc9-64aad5b68d49-pub-router", "admin_state_up": true}}' 2018-10-26 09:42:36,169 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-c48fc59d-12cf-476b-987d-c9729c2dcdac Date: Fri, 26 Oct 2018 09:42:36 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "42d1196dc6b44de498aaf8d98078cc57", "created_at": "2018-10-26T09:42:32Z", "admin_state_up": true, "updated_at": "2018-10-26T09:42:32Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "42d1196dc6b44de498aaf8d98078cc57", "id": "8a7d03e6-cf96-47d1-aea4-687f5a709747", "name": "CreateRouterNegativeTests-e24fc51c-529f-4a2e-8dc9-64aad5b68d49-pub-router"}} 2018-10-26 09:42:36,169 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-c48fc59d-12cf-476b-987d-c9729c2dcdac 2018-10-26 09:42:36,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=8a7d03e6-cf96-47d1-aea4-687f5a709747 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ecf93a6f1cb0df9cde5adc99b1fd60e27aa97a" 2018-10-26 09:42:36,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-93a0dcbd-c76f-43a7-8a26-873223e69768 Date: Fri, 26 Oct 2018 09:42:36 GMT RESP BODY: {"ports":[]} 2018-10-26 09:42:36,348 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=8a7d03e6-cf96-47d1-aea4-687f5a709747 used request id req-93a0dcbd-c76f-43a7-8a26-873223e69768 2018-10-26 09:42:36,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateRouterNegativeTests-e24fc51c-529f-4a2e-8dc9-64aad5b68d49-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ecf93a6f1cb0df9cde5adc99b1fd60e27aa97a" 2018-10-26 09:42:36,511 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-83e36601-c6eb-4cb0-9a49-06963a9db860 Date: Fri, 26 Oct 2018 09:42:36 GMT RESP BODY: {"networks":[]} 2018-10-26 09:42:36,511 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateRouterNegativeTests-e24fc51c-529f-4a2e-8dc9-64aad5b68d49-pub-net1 used request id req-83e36601-c6eb-4cb0-9a49-06963a9db860 2018-10-26 09:42:36,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?name=CreateRouterNegativeTests-e24fc51c-529f-4a2e-8dc9-64aad5b68d49-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ecf93a6f1cb0df9cde5adc99b1fd60e27aa97a" 2018-10-26 09:42:36,706 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-9940d782-0e4e-438e-bd4b-7417534efce2 Date: Fri, 26 Oct 2018 09:42:36 GMT RESP BODY: {"ports":[]} 2018-10-26 09:42:36,706 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?name=CreateRouterNegativeTests-e24fc51c-529f-4a2e-8dc9-64aad5b68d49-port1&admin_state_up=True used request id req-9940d782-0e4e-438e-bd4b-7417534efce2 2018-10-26 09:42:36,706 - OpenStackNetwork - INFO - Retrieved port CreateRouterNegativeTests-e24fc51c-529f-4a2e-8dc9-64aad5b68d49-port1 for router - CreateRouterNegativeTests-e24fc51c-529f-4a2e-8dc9-64aad5b68d49-pub-router 2018-10-26 09:42:36,706 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:42:36,707 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:42:37,076 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "89687d68c93a45edb28fcdd5cb630cc6", "name": "CreateRouterNegativeTests-e98d4f19-f771-4b3-proj-role"}], "expires_at": "2018-10-26T10:42:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "42d1196dc6b44de498aaf8d98078cc57", "name": "CreateRouterNegativeTests-e98d4f19-f771-4b3-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/42d1196dc6b44de498aaf8d98078cc57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/42d1196dc6b44de498aaf8d98078cc57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/42d1196dc6b44de498aaf8d98078cc57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/42d1196dc6b44de498aaf8d98078cc57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/42d1196dc6b44de498aaf8d98078cc57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/42d1196dc6b44de498aaf8d98078cc57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/42d1196dc6b44de498aaf8d98078cc57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/42d1196dc6b44de498aaf8d98078cc57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/42d1196dc6b44de498aaf8d98078cc57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/42d1196dc6b44de498aaf8d98078cc57", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/42d1196dc6b44de498aaf8d98078cc57", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/42d1196dc6b44de498aaf8d98078cc57", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-e98d4f19-f771-4b3-user", "id": "7b33abb770154922a73b63fe382cea68"}, "audit_ids": ["9d71DWmDS-WxgnDsEC4inA"], "issued_at": "2018-10-26T09:42:37.000000Z"}} 2018-10-26 09:42:37,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73fc692c479ce7310cf219ba3b41213352a30786" 2018-10-26 09:42:37,089 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf54b2ae-f8d4-4cff-b086-90bfd5579d1e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:42:37,090 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-cf54b2ae-f8d4-4cff-b086-90bfd5579d1e 2018-10-26 09:42:37,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateRouterNegativeTests-e24fc51c-529f-4a2e-8dc9-64aad5b68d49-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ecf93a6f1cb0df9cde5adc99b1fd60e27aa97a" 2018-10-26 09:42:37,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-5115143e-109d-460c-b324-f0dbed693920 Date: Fri, 26 Oct 2018 09:42:37 GMT RESP BODY: {"networks":[]} 2018-10-26 09:42:37,267 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateRouterNegativeTests-e24fc51c-529f-4a2e-8dc9-64aad5b68d49-pub-net1 used request id req-5115143e-109d-460c-b324-f0dbed693920 2018-10-26 09:42:37,268 - OpenStackNetwork - INFO - Removing router CreateRouterNegativeTests-e24fc51c-529f-4a2e-8dc9-64aad5b68d49-pub-router 2018-10-26 09:42:37,268 - neutron_utils - INFO - Deleting router with name - CreateRouterNegativeTests-e24fc51c-529f-4a2e-8dc9-64aad5b68d49-pub-router 2018-10-26 09:42:37,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/8a7d03e6-cf96-47d1-aea4-687f5a709747 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ecf93a6f1cb0df9cde5adc99b1fd60e27aa97a" 2018-10-26 09:42:41,052 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d510ed62-92cf-460a-85fc-931219a02a02 Content-Length: 0 Date: Fri, 26 Oct 2018 09:42:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:42:41,053 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/8a7d03e6-cf96-47d1-aea4-687f5a709747 used request id req-d510ed62-92cf-460a-85fc-931219a02a02 2018-10-26 09:42:41,053 - neutron_utils - INFO - Deleting subnet with name CreateRouterNegativeTests-e24fc51c-529f-4a2e-8dc9-64aad5b68d49-pub-subnet1 2018-10-26 09:42:41,053 - neutron_utils - INFO - Deleting subnet with name CreateRouterNegativeTests-e24fc51c-529f-4a2e-8dc9-64aad5b68d49-pub-subnet1 2018-10-26 09:42:41,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/b1a6aad0-aa5e-4fde-9323-abf17656c056 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbb6b60e4a7eb99cbcf1fdec3133941e8c8c42f5" 2018-10-26 09:42:42,883 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f757e9e9-69c0-43b7-8007-0e6082b665cd Date: Fri, 26 Oct 2018 09:42:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:42:42,883 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/b1a6aad0-aa5e-4fde-9323-abf17656c056 used request id req-f757e9e9-69c0-43b7-8007-0e6082b665cd 2018-10-26 09:42:42,883 - neutron_utils - INFO - Deleting network with name CreateRouterNegativeTests-e24fc51c-529f-4a2e-8dc9-64aad5b68d49-pub-net1 2018-10-26 09:42:42,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/e3df10eb-0212-4c86-934a-3d61cd9c732b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbb6b60e4a7eb99cbcf1fdec3133941e8c8c42f5" 2018-10-26 09:42:44,226 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ad5072ac-3ba7-40bf-87a3-bf037b163170 Date: Fri, 26 Oct 2018 09:42:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:42:44,227 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/e3df10eb-0212-4c86-934a-3d61cd9c732b used request id req-ad5072ac-3ba7-40bf-87a3-bf037b163170 2018-10-26 09:42:44,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51b9bfb553251a0b86d0d9bda2e37264aeacc333" 2018-10-26 09:42:44,457 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-5ae5b6f5-d2f0-45f6-b73d-65c1d8108c4b Date: Fri, 26 Oct 2018 09:42:44 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:42:44,457 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-5ae5b6f5-d2f0-45f6-b73d-65c1d8108c4b 2018-10-26 09:42:44,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51b9bfb553251a0b86d0d9bda2e37264aeacc333" 2018-10-26 09:42:44,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c7128b9-366c-441a-ba2f-db9e64f09efd 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:42:44,551 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-7c7128b9-366c-441a-ba2f-db9e64f09efd 2018-10-26 09:42:44,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51b9bfb553251a0b86d0d9bda2e37264aeacc333" 2018-10-26 09:42:44,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c437c97c-e5b4-4a2d-9f11-25843bc27736 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:42:44,637 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-c437c97c-e5b4-4a2d-9f11-25843bc27736 2018-10-26 09:42:44,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51b9bfb553251a0b86d0d9bda2e37264aeacc333" 2018-10-26 09:42:44,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c70ef5b-1bc3-4ac5-a24a-0cbbc6099960 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:42:44,731 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-7c70ef5b-1bc3-4ac5-a24a-0cbbc6099960 2018-10-26 09:42:44,732 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-e98d4f19-f771-4b3-proj 2018-10-26 09:42:44,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/42d1196dc6b44de498aaf8d98078cc57 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51b9bfb553251a0b86d0d9bda2e37264aeacc333" 2018-10-26 09:42:44,956 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:42:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2d2dff63-b2f2-4ad3-8175-a04699b82101 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:42:44,956 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/42d1196dc6b44de498aaf8d98078cc57 used request id req-2d2dff63-b2f2-4ad3-8175-a04699b82101 2018-10-26 09:42:44,957 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-e98d4f19-f771-4b3-proj-role 2018-10-26 09:42:44,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/89687d68c93a45edb28fcdd5cb630cc6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51b9bfb553251a0b86d0d9bda2e37264aeacc333" 2018-10-26 09:42:45,065 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:42:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0ca03c36-784d-4ea3-ac9a-da3246e54035 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:42:45,066 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/89687d68c93a45edb28fcdd5cb630cc6 used request id req-0ca03c36-784d-4ea3-ac9a-da3246e54035 2018-10-26 09:42:45,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51b9bfb553251a0b86d0d9bda2e37264aeacc333" 2018-10-26 09:42:45,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2dc797fc-78c1-4153-83f1-3aab50698982 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:42:45,155 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-2dc797fc-78c1-4153-83f1-3aab50698982 2018-10-26 09:42:45,156 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-e98d4f19-f771-4b3-user 2018-10-26 09:42:45,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/7b33abb770154922a73b63fe382cea68 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f647a1da5b206ec92d7ddb8af37eb3c4dbb194f" 2018-10-26 09:42:45,330 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:42:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f29421f3-cc97-4526-9eb7-65fa036a2705 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:42:45,330 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/7b33abb770154922a73b63fe382cea68 used request id req-f29421f3-cc97-4526-9eb7-65fa036a2705 2018-10-26 09:42:45,332 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:42:45,719 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:42:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["_BRJwRlITpCdUrHrG0Y_0w"], "issued_at": "2018-10-26T09:42:45.000000Z"}} 2018-10-26 09:42:45,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74407e4f1a7c36869e95360d5612dfa47ada1dc4" 2018-10-26 09:42:45,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c4380e1-da23-4e8b-9d7e-438d72063b92 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:42:45,805 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-0c4380e1-da23-4e8b-9d7e-438d72063b92 2018-10-26 09:42:45,806 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:42:45,807 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:42:46,202 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:42:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["FZoumoklSmOX-ra_wYsGog"], "issued_at": "2018-10-26T09:42:46.000000Z"}} 2018-10-26 09:42:46,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58f60f319744a86707dc51afb0a48da9f8c0c189" 2018-10-26 09:42:46,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e56b7b7-5fe4-474a-b0aa-e966b755192c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:42:46,216 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-9e56b7b7-5fe4-474a-b0aa-e966b755192c 2018-10-26 09:42:46,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:42:46,225 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:42: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:42:46,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-6c09085a-b9be-4a5-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58f60f319744a86707dc51afb0a48da9f8c0c189" 2018-10-26 09:42:46,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d742c3e5-7dab-4507-9a9c-a09eee88ac8c Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-6c09085a-b9be-4a5-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:42:46,315 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-6c09085a-b9be-4a5-proj used request id req-d742c3e5-7dab-4507-9a9c-a09eee88ac8c 2018-10-26 09:42:46,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58f60f319744a86707dc51afb0a48da9f8c0c189" 2018-10-26 09:42:46,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a024e003-16c5-49fd-8172-afd31b760bbc Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:42:46,398 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-a024e003-16c5-49fd-8172-afd31b760bbc 2018-10-26 09:42:46,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58f60f319744a86707dc51afb0a48da9f8c0c189" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterNegativeTests-6c09085a-b9be-4a5-proj"}}' 2018-10-26 09:42:46,533 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:42:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-991b2105-0e65-4de8-8439-63350377d52a Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/ee1ec21f2dc34c19b6346482a11236ad"}, "enabled": true, "id": "ee1ec21f2dc34c19b6346482a11236ad", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-6c09085a-b9be-4a5-proj"}} 2018-10-26 09:42:46,533 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-991b2105-0e65-4de8-8439-63350377d52a 2018-10-26 09:42:46,534 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-6c09085a-b9be-4a5-proj 2018-10-26 09:42:46,534 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:42:46,535 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:42:46,925 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:42:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["37bDtgCQSQ61NpzaeW3N0w"], "issued_at": "2018-10-26T09:42:46.000000Z"}} 2018-10-26 09:42:46,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c870485492cea4e285272d8a0576aeddf68d816d" 2018-10-26 09:42:47,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6cdec0d5-f9d7-4c85-a0b4-5b77e7a60f56 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:42:47,009 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-6cdec0d5-f9d7-4c85-a0b4-5b77e7a60f56 2018-10-26 09:42:47,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:42:47,019 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:42: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:42:47,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c870485492cea4e285272d8a0576aeddf68d816d" 2018-10-26 09:42:47,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f85034b7-d3d4-4f9b-af95-efb20b80d4f2 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:42:47,127 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-f85034b7-d3d4-4f9b-af95-efb20b80d4f2 2018-10-26 09:42:47,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateRouterNegativeTests-6c09085a-b9be-4a5-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c870485492cea4e285272d8a0576aeddf68d816d" 2018-10-26 09:42:47,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebcbbf9f-aca8-4bc3-be74-d23fe5370438 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateRouterNegativeTests-6c09085a-b9be-4a5-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/ee1ec21f2dc34c19b6346482a11236ad"}, "enabled": true, "id": "ee1ec21f2dc34c19b6346482a11236ad", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-6c09085a-b9be-4a5-proj"}]} 2018-10-26 09:42:47,225 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateRouterNegativeTests-6c09085a-b9be-4a5-proj used request id req-ebcbbf9f-aca8-4bc3-be74-d23fe5370438 2018-10-26 09:42:47,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c870485492cea4e285272d8a0576aeddf68d816d" 2018-10-26 09:42:47,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a78315eb-5852-4635-96ff-f67a2ed8ca44 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:42:47,325 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-a78315eb-5852-4635-96ff-f67a2ed8ca44 2018-10-26 09:42:47,685 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-6c09085a-b9be-4a5-user 2018-10-26 09:42:47,685 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:42:47,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58f60f319744a86707dc51afb0a48da9f8c0c189" 2018-10-26 09:42:47,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e6fffe3-0e1c-48e2-b4be-087218c09474 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:42:47,786 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-3e6fffe3-0e1c-48e2-b4be-087218c09474 2018-10-26 09:42:47,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58f60f319744a86707dc51afb0a48da9f8c0c189" -d '{"role": {"name": "CreateRouterNegativeTests-6c09085a-b9be-4a5-proj-role"}}' 2018-10-26 09:42:47,913 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:42:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-272ef83e-c4cd-4ca0-9578-d40650b59d03 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "98157040424d44659e00e9b996c95a44", "links": {"self": "http://172.30.9.21:5000/v3/roles/98157040424d44659e00e9b996c95a44"}, "name": "CreateRouterNegativeTests-6c09085a-b9be-4a5-proj-role"}} 2018-10-26 09:42:47,913 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-272ef83e-c4cd-4ca0-9578-d40650b59d03 2018-10-26 09:42:47,913 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-6c09085a-b9be-4a5-proj-role 2018-10-26 09:42:47,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/98157040424d44659e00e9b996c95a44 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58f60f319744a86707dc51afb0a48da9f8c0c189" 2018-10-26 09:42:48,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-631a56ac-2fa2-431c-b73c-d3c3303e3375 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/98157040424d44659e00e9b996c95a44"}, "domain_id": null, "name": "CreateRouterNegativeTests-6c09085a-b9be-4a5-proj-role", "id": "98157040424d44659e00e9b996c95a44"}} 2018-10-26 09:42:48,005 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/98157040424d44659e00e9b996c95a44 used request id req-631a56ac-2fa2-431c-b73c-d3c3303e3375 2018-10-26 09:42:48,005 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-6c09085a-b9be-4a5-proj-role to project CreateRouterNegativeTests-6c09085a-b9be-4a5-proj 2018-10-26 09:42:48,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/ee1ec21f2dc34c19b6346482a11236ad/users/05c10d261abc48aab25bc5bf587dfc95/roles/98157040424d44659e00e9b996c95a44 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58f60f319744a86707dc51afb0a48da9f8c0c189" 2018-10-26 09:42:48,135 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:42:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0276d54b-6b7f-446f-8085-a7a7c12a6185 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:42:48,135 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/ee1ec21f2dc34c19b6346482a11236ad/users/05c10d261abc48aab25bc5bf587dfc95/roles/98157040424d44659e00e9b996c95a44 used request id req-0276d54b-6b7f-446f-8085-a7a7c12a6185 2018-10-26 09:42:48,135 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:42:48,136 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:42:48,514 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "98157040424d44659e00e9b996c95a44", "name": "CreateRouterNegativeTests-6c09085a-b9be-4a5-proj-role"}], "expires_at": "2018-10-26T10:42:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ee1ec21f2dc34c19b6346482a11236ad", "name": "CreateRouterNegativeTests-6c09085a-b9be-4a5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/ee1ec21f2dc34c19b6346482a11236ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/ee1ec21f2dc34c19b6346482a11236ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/ee1ec21f2dc34c19b6346482a11236ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/ee1ec21f2dc34c19b6346482a11236ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/ee1ec21f2dc34c19b6346482a11236ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/ee1ec21f2dc34c19b6346482a11236ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/ee1ec21f2dc34c19b6346482a11236ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/ee1ec21f2dc34c19b6346482a11236ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/ee1ec21f2dc34c19b6346482a11236ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/ee1ec21f2dc34c19b6346482a11236ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/ee1ec21f2dc34c19b6346482a11236ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/ee1ec21f2dc34c19b6346482a11236ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-6c09085a-b9be-4a5-user", "id": "05c10d261abc48aab25bc5bf587dfc95"}, "audit_ids": ["IJR2Q2RfTymsGZfQN6r7LQ"], "issued_at": "2018-10-26T09:42:48.000000Z"}} 2018-10-26 09:42:48,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}094125fbfb822724109f741421038a57a1648b85" 2018-10-26 09:42:48,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad7d05eb-e70b-4712-a513-4a00e25d8c20 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:42:48,590 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ad7d05eb-e70b-4712-a513-4a00e25d8c20 2018-10-26 09:42:48,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterNegativeTests-908d8689-c30d-4b9f-9e4e-1f3c9a9db040-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}094125fbfb822724109f741421038a57a1648b85" 2018-10-26 09:42:48,797 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-529a3718-172e-4f10-918b-27e0bba66710 Date: Fri, 26 Oct 2018 09:42:48 GMT RESP BODY: {"routers": []} 2018-10-26 09:42:48,797 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterNegativeTests-908d8689-c30d-4b9f-9e4e-1f3c9a9db040-pub-router&admin_state_up=True used request id req-529a3718-172e-4f10-918b-27e0bba66710 2018-10-26 09:42:48,797 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:42:48,798 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:42:49,165 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "98157040424d44659e00e9b996c95a44", "name": "CreateRouterNegativeTests-6c09085a-b9be-4a5-proj-role"}], "expires_at": "2018-10-26T10:42:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ee1ec21f2dc34c19b6346482a11236ad", "name": "CreateRouterNegativeTests-6c09085a-b9be-4a5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/ee1ec21f2dc34c19b6346482a11236ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/ee1ec21f2dc34c19b6346482a11236ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/ee1ec21f2dc34c19b6346482a11236ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/ee1ec21f2dc34c19b6346482a11236ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/ee1ec21f2dc34c19b6346482a11236ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/ee1ec21f2dc34c19b6346482a11236ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/ee1ec21f2dc34c19b6346482a11236ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/ee1ec21f2dc34c19b6346482a11236ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/ee1ec21f2dc34c19b6346482a11236ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/ee1ec21f2dc34c19b6346482a11236ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/ee1ec21f2dc34c19b6346482a11236ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/ee1ec21f2dc34c19b6346482a11236ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-6c09085a-b9be-4a5-user", "id": "05c10d261abc48aab25bc5bf587dfc95"}, "audit_ids": ["mhV_1HMWRI620xl_DP3gcg"], "issued_at": "2018-10-26T09:42:49.000000Z"}} 2018-10-26 09:42:49,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8705d50e69854b2286f53a1177243a4c2fa4e31" 2018-10-26 09:42:49,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23824ca6-dbfa-4c50-b571-ac850a7eb71a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:42:49,250 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-23824ca6-dbfa-4c50-b571-ac850a7eb71a 2018-10-26 09:42:49,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=Invalid_name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}094125fbfb822724109f741421038a57a1648b85" 2018-10-26 09:42:49,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-e9479c47-f062-4579-90b8-40543be462be Date: Fri, 26 Oct 2018 09:42:49 GMT RESP BODY: {"networks":[]} 2018-10-26 09:42:49,433 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=Invalid_name used request id req-e9479c47-f062-4579-90b8-40543be462be 2018-10-26 09:42:49,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58f60f319744a86707dc51afb0a48da9f8c0c189" 2018-10-26 09:42:49,642 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-bc56c0bf-b71d-434b-b5aa-14ffe0662f5b Date: Fri, 26 Oct 2018 09:42:49 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:42:49,642 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-bc56c0bf-b71d-434b-b5aa-14ffe0662f5b 2018-10-26 09:42:49,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58f60f319744a86707dc51afb0a48da9f8c0c189" 2018-10-26 09:42:49,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e915870b-c975-490b-a45c-144d86a10854 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:42:49,740 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-e915870b-c975-490b-a45c-144d86a10854 2018-10-26 09:42:49,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58f60f319744a86707dc51afb0a48da9f8c0c189" 2018-10-26 09:42:49,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-487a5762-80c0-472a-9aa0-a8715cde3cc5 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:42:49,824 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-487a5762-80c0-472a-9aa0-a8715cde3cc5 2018-10-26 09:42:49,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58f60f319744a86707dc51afb0a48da9f8c0c189" 2018-10-26 09:42:49,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46773fe6-c835-4de9-ae4c-3566293bc86d 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:42:49,918 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-46773fe6-c835-4de9-ae4c-3566293bc86d 2018-10-26 09:42:49,918 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-6c09085a-b9be-4a5-proj 2018-10-26 09:42:49,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/ee1ec21f2dc34c19b6346482a11236ad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58f60f319744a86707dc51afb0a48da9f8c0c189" 2018-10-26 09:42:50,136 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:42:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dd8d67fa-4bc6-46bf-82e2-2def2dcf068e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:42:50,136 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/ee1ec21f2dc34c19b6346482a11236ad used request id req-dd8d67fa-4bc6-46bf-82e2-2def2dcf068e 2018-10-26 09:42:50,137 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-6c09085a-b9be-4a5-proj-role 2018-10-26 09:42:50,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/98157040424d44659e00e9b996c95a44 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58f60f319744a86707dc51afb0a48da9f8c0c189" 2018-10-26 09:42:50,253 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:42:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-58c9ce29-4f35-4235-a9fb-a22014639c54 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:42:50,253 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/98157040424d44659e00e9b996c95a44 used request id req-58c9ce29-4f35-4235-a9fb-a22014639c54 2018-10-26 09:42:50,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58f60f319744a86707dc51afb0a48da9f8c0c189" 2018-10-26 09:42:50,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a611b54-f37c-45b8-8074-8442c2980a9b Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:42:50,348 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-6a611b54-f37c-45b8-8074-8442c2980a9b 2018-10-26 09:42:50,349 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-6c09085a-b9be-4a5-user 2018-10-26 09:42:50,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/05c10d261abc48aab25bc5bf587dfc95 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c870485492cea4e285272d8a0576aeddf68d816d" 2018-10-26 09:42:50,526 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:42:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6d2a6beb-beb8-4e30-a6ca-ce0bc70a57ad Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:42:50,527 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/05c10d261abc48aab25bc5bf587dfc95 used request id req-6d2a6beb-beb8-4e30-a6ca-ce0bc70a57ad 2018-10-26 09:42:50,528 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:42:50,908 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:42:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["fnM2mc0sSDK9c3EoG6Naew"], "issued_at": "2018-10-26T09:42:50.000000Z"}} 2018-10-26 09:42:50,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa305f88e4c8c7ec933067b03834bf7a6b2e0bad" 2018-10-26 09:42:50,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50e3bfee-a32c-4584-9568-d0de493dfcbd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:42:50,998 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-50e3bfee-a32c-4584-9568-d0de493dfcbd 2018-10-26 09:42:50,999 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:42:51,001 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:42:51,393 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:42:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["eV-pVewsSQmsyDcwV5byBQ"], "issued_at": "2018-10-26T09:42:51.000000Z"}} 2018-10-26 09:42:51,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f39914e9b5f59d5773c49f21e35bd7803ed8ada" 2018-10-26 09:42:51,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-528d6ffe-1dda-4613-87b4-114a03938212 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:42:51,474 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-528d6ffe-1dda-4613-87b4-114a03938212 2018-10-26 09:42:51,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:42:51,484 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:42: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:42:51,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-056aa606-9533-489-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f39914e9b5f59d5773c49f21e35bd7803ed8ada" 2018-10-26 09:42:51,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22840bce-9d1f-425e-8059-f4eb885c7532 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-056aa606-9533-489-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:42:51,576 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-056aa606-9533-489-proj used request id req-22840bce-9d1f-425e-8059-f4eb885c7532 2018-10-26 09:42:51,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f39914e9b5f59d5773c49f21e35bd7803ed8ada" 2018-10-26 09:42:51,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fae4cee3-0458-4f5b-98b4-13df01a189d8 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:42:51,659 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-fae4cee3-0458-4f5b-98b4-13df01a189d8 2018-10-26 09:42:51,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f39914e9b5f59d5773c49f21e35bd7803ed8ada" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterNegativeTests-056aa606-9533-489-proj"}}' 2018-10-26 09:42:51,773 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:42:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-77d0e104-77a6-4229-a323-5b5edaa23165 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c26f94d0b6e543ed85d7db562702f2e8"}, "enabled": true, "id": "c26f94d0b6e543ed85d7db562702f2e8", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-056aa606-9533-489-proj"}} 2018-10-26 09:42:51,773 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-77d0e104-77a6-4229-a323-5b5edaa23165 2018-10-26 09:42:51,773 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-056aa606-9533-489-proj 2018-10-26 09:42:51,773 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:42:51,774 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:42:52,158 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:42:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["T-x9WpRqTkW-GkKMXtV8Kg"], "issued_at": "2018-10-26T09:42:52.000000Z"}} 2018-10-26 09:42:52,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5557d946718db8dfcef8ba2dbb974322db51149" 2018-10-26 09:42:52,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60c33007-e08e-4db7-9346-67b9fc771596 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:42:52,233 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-60c33007-e08e-4db7-9346-67b9fc771596 2018-10-26 09:42:52,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:42:52,242 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:42: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:42:52,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5557d946718db8dfcef8ba2dbb974322db51149" 2018-10-26 09:42:52,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91977dc1-0f2f-4aa1-aca8-7422ee037700 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:42:52,342 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-91977dc1-0f2f-4aa1-aca8-7422ee037700 2018-10-26 09:42:52,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateRouterNegativeTests-056aa606-9533-489-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5557d946718db8dfcef8ba2dbb974322db51149" 2018-10-26 09:42:52,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-620ab188-5f9a-482c-98a2-3453d3809f34 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateRouterNegativeTests-056aa606-9533-489-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c26f94d0b6e543ed85d7db562702f2e8"}, "enabled": true, "id": "c26f94d0b6e543ed85d7db562702f2e8", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-056aa606-9533-489-proj"}]} 2018-10-26 09:42:52,426 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateRouterNegativeTests-056aa606-9533-489-proj used request id req-620ab188-5f9a-482c-98a2-3453d3809f34 2018-10-26 09:42:52,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5557d946718db8dfcef8ba2dbb974322db51149" 2018-10-26 09:42:52,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93e3dee8-5d67-4fe0-963e-11ef2cb8c290 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:42:52,516 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-93e3dee8-5d67-4fe0-963e-11ef2cb8c290 2018-10-26 09:42:52,876 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-056aa606-9533-489-user 2018-10-26 09:42:52,877 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:42:52,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f39914e9b5f59d5773c49f21e35bd7803ed8ada" 2018-10-26 09:42:52,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b640618-697a-413f-b231-4d9cc60c07b7 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:42:52,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-2b640618-697a-413f-b231-4d9cc60c07b7 2018-10-26 09:42:52,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f39914e9b5f59d5773c49f21e35bd7803ed8ada" -d '{"role": {"name": "CreateRouterNegativeTests-056aa606-9533-489-proj-role"}}' 2018-10-26 09:42:53,091 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:42:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8a841236-b8b5-42e7-829e-77f101ab8602 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "eadc293a329e4973a7a091a93ab2c31d", "links": {"self": "http://172.30.9.21:5000/v3/roles/eadc293a329e4973a7a091a93ab2c31d"}, "name": "CreateRouterNegativeTests-056aa606-9533-489-proj-role"}} 2018-10-26 09:42:53,091 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-8a841236-b8b5-42e7-829e-77f101ab8602 2018-10-26 09:42:53,091 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-056aa606-9533-489-proj-role 2018-10-26 09:42:53,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/eadc293a329e4973a7a091a93ab2c31d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f39914e9b5f59d5773c49f21e35bd7803ed8ada" 2018-10-26 09:42:53,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93e01349-4cfa-47b0-871b-3b07acd379dc Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/eadc293a329e4973a7a091a93ab2c31d"}, "domain_id": null, "name": "CreateRouterNegativeTests-056aa606-9533-489-proj-role", "id": "eadc293a329e4973a7a091a93ab2c31d"}} 2018-10-26 09:42:53,183 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/eadc293a329e4973a7a091a93ab2c31d used request id req-93e01349-4cfa-47b0-871b-3b07acd379dc 2018-10-26 09:42:53,183 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-056aa606-9533-489-proj-role to project CreateRouterNegativeTests-056aa606-9533-489-proj 2018-10-26 09:42:53,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/c26f94d0b6e543ed85d7db562702f2e8/users/aa3a7b5e465f41719704458724d896be/roles/eadc293a329e4973a7a091a93ab2c31d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f39914e9b5f59d5773c49f21e35bd7803ed8ada" 2018-10-26 09:42:53,309 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:42:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0680b2da-1931-492a-af03-073b8071191b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:42:53,309 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/c26f94d0b6e543ed85d7db562702f2e8/users/aa3a7b5e465f41719704458724d896be/roles/eadc293a329e4973a7a091a93ab2c31d used request id req-0680b2da-1931-492a-af03-073b8071191b 2018-10-26 09:42:53,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f39914e9b5f59d5773c49f21e35bd7803ed8ada" 2018-10-26 09:42:53,672 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-e7b2ef51-40de-43d1-876d-38bd98b95aab Date: Fri, 26 Oct 2018 09:42:53 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:42:53,673 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-e7b2ef51-40de-43d1-876d-38bd98b95aab 2018-10-26 09:42:53,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f39914e9b5f59d5773c49f21e35bd7803ed8ada" 2018-10-26 09:42:53,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e11f7142-1366-43fa-9fd0-a79b69ece95b 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:42:53,766 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-e11f7142-1366-43fa-9fd0-a79b69ece95b 2018-10-26 09:42:53,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f39914e9b5f59d5773c49f21e35bd7803ed8ada" 2018-10-26 09:42:53,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-996b1215-a960-4b83-88cd-2f95beafddd2 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:42:53,868 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-996b1215-a960-4b83-88cd-2f95beafddd2 2018-10-26 09:42:53,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f39914e9b5f59d5773c49f21e35bd7803ed8ada" 2018-10-26 09:42:53,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-178c6750-61b4-4a78-9de0-51f1222d9a72 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:42:53,949 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-178c6750-61b4-4a78-9de0-51f1222d9a72 2018-10-26 09:42:53,950 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-056aa606-9533-489-proj 2018-10-26 09:42:53,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/c26f94d0b6e543ed85d7db562702f2e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f39914e9b5f59d5773c49f21e35bd7803ed8ada" 2018-10-26 09:42:54,161 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:42:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d715b74-39f7-415d-9737-e0e2303baf0a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:42:54,161 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/c26f94d0b6e543ed85d7db562702f2e8 used request id req-1d715b74-39f7-415d-9737-e0e2303baf0a 2018-10-26 09:42:54,161 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-056aa606-9533-489-proj-role 2018-10-26 09:42:54,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/eadc293a329e4973a7a091a93ab2c31d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f39914e9b5f59d5773c49f21e35bd7803ed8ada" 2018-10-26 09:42:54,283 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:42:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-54800c0f-f2d6-4bc5-8eec-3fce00793cad Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:42:54,283 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/eadc293a329e4973a7a091a93ab2c31d used request id req-54800c0f-f2d6-4bc5-8eec-3fce00793cad 2018-10-26 09:42:54,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f39914e9b5f59d5773c49f21e35bd7803ed8ada" 2018-10-26 09:42:54,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5002c97c-e6ef-420e-99c0-33dfd880eb69 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:42:54,373 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-5002c97c-e6ef-420e-99c0-33dfd880eb69 2018-10-26 09:42:54,373 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-056aa606-9533-489-user 2018-10-26 09:42:54,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/aa3a7b5e465f41719704458724d896be -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5557d946718db8dfcef8ba2dbb974322db51149" 2018-10-26 09:42:54,557 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:42:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c64f302c-a3fe-4c92-be1b-61e82a2a5ed4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:42:54,557 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/aa3a7b5e465f41719704458724d896be used request id req-c64f302c-a3fe-4c92-be1b-61e82a2a5ed4 2018-10-26 09:42:54,558 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:42:54,953 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:42:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["eLQScxSKQFyBdtxdnQchbA"], "issued_at": "2018-10-26T09:42:54.000000Z"}} 2018-10-26 09:42:54,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d89447b10f9d1f08e84604c0571ad47f679085c2" 2018-10-26 09:42:55,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acfee3f8-0753-4967-84c5-655dca8c5aeb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:42:55,034 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-acfee3f8-0753-4967-84c5-655dca8c5aeb 2018-10-26 09:42:55,036 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:42:55,037 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:42:55,425 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:42:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["GWszhD_eShq1DTNw1r8GUg"], "issued_at": "2018-10-26T09:42:55.000000Z"}} 2018-10-26 09:42:55,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e872a27d4344b2bbf69ef5ee035fe225cacfec4" 2018-10-26 09:42:55,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d025ef8-d9b1-4436-863d-45a86b06c8b2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:42:55,515 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-7d025ef8-d9b1-4436-863d-45a86b06c8b2 2018-10-26 09:42:55,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:42:55,525 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:42: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:42:55,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-30623228-44e5-410-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e872a27d4344b2bbf69ef5ee035fe225cacfec4" 2018-10-26 09:42:55,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a18797b6-83cb-4b3f-9a76-1f4c3f8bbacf Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-30623228-44e5-410-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:42:55,615 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-30623228-44e5-410-proj used request id req-a18797b6-83cb-4b3f-9a76-1f4c3f8bbacf 2018-10-26 09:42:55,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e872a27d4344b2bbf69ef5ee035fe225cacfec4" 2018-10-26 09:42:55,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-135f9920-744d-4067-8341-f4f512d130ed Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:42:55,711 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-135f9920-744d-4067-8341-f4f512d130ed 2018-10-26 09:42:55,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e872a27d4344b2bbf69ef5ee035fe225cacfec4" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateQoSTests-30623228-44e5-410-proj"}}' 2018-10-26 09:42:55,835 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:42:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4a701120-7728-4080-afdb-79cd07a58f2e Content-Length: 299 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b2bf7a722f8543aa83f86455b30104cb"}, "enabled": true, "id": "b2bf7a722f8543aa83f86455b30104cb", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-30623228-44e5-410-proj"}} 2018-10-26 09:42:55,836 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-4a701120-7728-4080-afdb-79cd07a58f2e 2018-10-26 09:42:55,836 - keystone_utils - INFO - Created project with name - CreateQoSTests-30623228-44e5-410-proj 2018-10-26 09:42:55,836 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:42:55,837 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:42:56,221 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:42:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["KijjB0zwSoSegraywga9qA"], "issued_at": "2018-10-26T09:42:56.000000Z"}} 2018-10-26 09:42:56,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e83730a72ebc3a20c11bf73ae584aea6abdbfa1f" 2018-10-26 09:42:56,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a1ab3df-a955-4b49-9dd3-8ee1f8bf3173 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:42:56,309 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8a1ab3df-a955-4b49-9dd3-8ee1f8bf3173 2018-10-26 09:42:56,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:42:56,319 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:42: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:42:56,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e83730a72ebc3a20c11bf73ae584aea6abdbfa1f" 2018-10-26 09:42:56,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1969ebb-e677-4828-9a01-9da1a4b0bab9 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:42:56,429 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-c1969ebb-e677-4828-9a01-9da1a4b0bab9 2018-10-26 09:42:56,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateQoSTests-30623228-44e5-410-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e83730a72ebc3a20c11bf73ae584aea6abdbfa1f" 2018-10-26 09:42:56,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fee4af2a-467c-4897-b72e-f26960621862 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateQoSTests-30623228-44e5-410-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b2bf7a722f8543aa83f86455b30104cb"}, "enabled": true, "id": "b2bf7a722f8543aa83f86455b30104cb", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-30623228-44e5-410-proj"}]} 2018-10-26 09:42:56,519 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateQoSTests-30623228-44e5-410-proj used request id req-fee4af2a-467c-4897-b72e-f26960621862 2018-10-26 09:42:56,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e83730a72ebc3a20c11bf73ae584aea6abdbfa1f" 2018-10-26 09:42:56,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcc2399e-0c74-4c11-b2b7-f41fc49c40a5 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:42:56,607 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-bcc2399e-0c74-4c11-b2b7-f41fc49c40a5 2018-10-26 09:42:56,978 - keystone_utils - INFO - Created user with name - CreateQoSTests-30623228-44e5-410-user 2018-10-26 09:42:56,978 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:42:56,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e872a27d4344b2bbf69ef5ee035fe225cacfec4" 2018-10-26 09:42:57,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78e40f61-1d53-4879-9a59-57e26edca538 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:42:57,087 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-78e40f61-1d53-4879-9a59-57e26edca538 2018-10-26 09:42:57,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e872a27d4344b2bbf69ef5ee035fe225cacfec4" -d '{"role": {"name": "CreateQoSTests-30623228-44e5-410-proj-role"}}' 2018-10-26 09:42:57,198 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:42:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c920185f-af31-45c1-a3a0-2cb867be07c5 Content-Length: 213 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ac54180b911549e98ad1d3e5f79f70c0", "links": {"self": "http://172.30.9.21:5000/v3/roles/ac54180b911549e98ad1d3e5f79f70c0"}, "name": "CreateQoSTests-30623228-44e5-410-proj-role"}} 2018-10-26 09:42:57,199 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-c920185f-af31-45c1-a3a0-2cb867be07c5 2018-10-26 09:42:57,199 - keystone_utils - INFO - Created role with name - CreateQoSTests-30623228-44e5-410-proj-role 2018-10-26 09:42:57,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/ac54180b911549e98ad1d3e5f79f70c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e872a27d4344b2bbf69ef5ee035fe225cacfec4" 2018-10-26 09:42:57,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43d7c1d8-da26-43ef-afb3-356154b83de3 Content-Encoding: gzip Content-Length: 170 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/ac54180b911549e98ad1d3e5f79f70c0"}, "domain_id": null, "name": "CreateQoSTests-30623228-44e5-410-proj-role", "id": "ac54180b911549e98ad1d3e5f79f70c0"}} 2018-10-26 09:42:57,220 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/ac54180b911549e98ad1d3e5f79f70c0 used request id req-43d7c1d8-da26-43ef-afb3-356154b83de3 2018-10-26 09:42:57,220 - keystone_utils - INFO - Granting role CreateQoSTests-30623228-44e5-410-proj-role to project CreateQoSTests-30623228-44e5-410-proj 2018-10-26 09:42:57,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/b2bf7a722f8543aa83f86455b30104cb/users/ac738cbc23b94cbdb4a01b835db21071/roles/ac54180b911549e98ad1d3e5f79f70c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e872a27d4344b2bbf69ef5ee035fe225cacfec4" 2018-10-26 09:42:57,346 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:42:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-876719df-166c-429b-9c2a-51c50e8687f9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:42:57,346 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/b2bf7a722f8543aa83f86455b30104cb/users/ac738cbc23b94cbdb4a01b835db21071/roles/ac54180b911549e98ad1d3e5f79f70c0 used request id req-876719df-166c-429b-9c2a-51c50e8687f9 2018-10-26 09:42:57,363 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:42:57,364 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:42:57,738 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:42:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["A7gLELQiRe-vn2ZtibzGiw"], "issued_at": "2018-10-26T09:42:57.000000Z"}} 2018-10-26 09:42:57,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20dfaeec461c9ce48ff11b52a37758ab890d3fe9" 2018-10-26 09:42:57,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11fbcff9-359f-461d-b0cf-7752ddd6bb46 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:42:57,821 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-11fbcff9-359f-461d-b0cf-7752ddd6bb46 2018-10-26 09:42:57,827 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20dfaeec461c9ce48ff11b52a37758ab890d3fe9" 2018-10-26 09:42:58,012 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:57 GMT Server: Apache x-compute-request-id: req-c7c84562-3c1e-4caf-b3fb-8c0b52582ca5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c7c84562-3c1e-4caf-b3fb-8c0b52582ca5 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-10-26 09:42:58,012 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs used request id req-c7c84562-3c1e-4caf-b3fb-8c0b52582ca5 2018-10-26 09:42:58,015 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-c7c84562-3c1e-4caf-b3fb-8c0b52582ca5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20dfaeec461c9ce48ff11b52a37758ab890d3fe9" -d '{"qos_specs": {"consumer": "both", "name": "CreateQoSTests-07848bd3-c22b-4e0d-8b0e-817666412d57"}}' 2018-10-26 09:42:58,213 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:58 GMT Server: Apache x-compute-request-id: req-934acaed-30ad-4c39-a90e-b1adce09a0ed OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-934acaed-30ad-4c39-a90e-b1adce09a0ed Content-Encoding: gzip Content-Length: 237 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "bccb10f5-b450-491a-920f-7509f5453641", "name": "CreateQoSTests-07848bd3-c22b-4e0d-8b0e-817666412d57"}, "links": [{"href": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs/bccb10f5-b450-491a-920f-7509f5453641", "rel": "self"}, {"href": "http://172.30.9.21:8776/520bb063707641068ecd26c37a46f476/qos-specs/bccb10f5-b450-491a-920f-7509f5453641", "rel": "bookmark"}]} 2018-10-26 09:42:58,213 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs used request id req-934acaed-30ad-4c39-a90e-b1adce09a0ed 2018-10-26 09:42:58,214 - create_qos - INFO - Created qos with name - CreateQoSTests-07848bd3-c22b-4e0d-8b0e-817666412d57 2018-10-26 09:42:58,217 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d89447b10f9d1f08e84604c0571ad47f679085c2" 2018-10-26 09:42:58,413 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:58 GMT Server: Apache x-compute-request-id: req-d5c34ae9-f1c0-4fa5-9b0c-cac3bfe52c3a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d5c34ae9-f1c0-4fa5-9b0c-cac3bfe52c3a Content-Encoding: gzip Content-Length: 151 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "bccb10f5-b450-491a-920f-7509f5453641", "name": "CreateQoSTests-07848bd3-c22b-4e0d-8b0e-817666412d57"}]} 2018-10-26 09:42:58,413 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs used request id req-d5c34ae9-f1c0-4fa5-9b0c-cac3bfe52c3a 2018-10-26 09:42:58,414 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-07848bd3-c22b-4e0d-8b0e-817666412d57 2018-10-26 09:42:58,417 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs/bccb10f5-b450-491a-920f-7509f5453641?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d5c34ae9-f1c0-4fa5-9b0c-cac3bfe52c3a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d89447b10f9d1f08e84604c0571ad47f679085c2" 2018-10-26 09:42:58,624 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:42:58 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1a6ccac5-d9d9-47bd-9c79-bbc588998d03 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-26 09:42:58,624 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs/bccb10f5-b450-491a-920f-7509f5453641?force=False used request id req-1a6ccac5-d9d9-47bd-9c79-bbc588998d03 2018-10-26 09:42:58,628 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d5c34ae9-f1c0-4fa5-9b0c-cac3bfe52c3a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d89447b10f9d1f08e84604c0571ad47f679085c2" 2018-10-26 09:42:58,806 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:58 GMT Server: Apache x-compute-request-id: req-bc73a648-60b7-4d45-bee7-c83d3fd78eb6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-bc73a648-60b7-4d45-bee7-c83d3fd78eb6 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-10-26 09:42:58,806 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs used request id req-bc73a648-60b7-4d45-bee7-c83d3fd78eb6 2018-10-26 09:42:58,807 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-07848bd3-c22b-4e0d-8b0e-817666412d57 2018-10-26 09:42:58,810 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs/bccb10f5-b450-491a-920f-7509f5453641?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c7c84562-3c1e-4caf-b3fb-8c0b52582ca5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20dfaeec461c9ce48ff11b52a37758ab890d3fe9" 2018-10-26 09:42:58,981 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 09:42:58 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-b72eba4a-8066-4ebb-8340-61c72fbc3237 x-openstack-request-id: req-b72eba4a-8066-4ebb-8340-61c72fbc3237 Content-Length: 100 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec bccb10f5-b450-491a-920f-7509f5453641.", "code": 404}} 2018-10-26 09:42:58,982 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs/bccb10f5-b450-491a-920f-7509f5453641?force=False used request id req-b72eba4a-8066-4ebb-8340-61c72fbc3237 2018-10-26 09:42:58,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e872a27d4344b2bbf69ef5ee035fe225cacfec4" 2018-10-26 09:42:59,222 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-d4a72f52-eb79-41df-8f9c-ef473479f350 Date: Fri, 26 Oct 2018 09:42:59 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:42:59,222 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-d4a72f52-eb79-41df-8f9c-ef473479f350 2018-10-26 09:42:59,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e872a27d4344b2bbf69ef5ee035fe225cacfec4" 2018-10-26 09:42:59,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a84309e3-bbb4-4534-9d8b-9f8d32b88f86 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:42:59,315 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-a84309e3-bbb4-4534-9d8b-9f8d32b88f86 2018-10-26 09:42:59,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e872a27d4344b2bbf69ef5ee035fe225cacfec4" 2018-10-26 09:42:59,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01d90686-b078-4156-b49f-ad95d6959c14 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:42:59,398 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-01d90686-b078-4156-b49f-ad95d6959c14 2018-10-26 09:42:59,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e872a27d4344b2bbf69ef5ee035fe225cacfec4" 2018-10-26 09:42:59,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1daa9d6f-b44f-4554-b836-57238af90ac0 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:42:59,492 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-1daa9d6f-b44f-4554-b836-57238af90ac0 2018-10-26 09:42:59,493 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-30623228-44e5-410-proj 2018-10-26 09:42:59,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/b2bf7a722f8543aa83f86455b30104cb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e872a27d4344b2bbf69ef5ee035fe225cacfec4" 2018-10-26 09:42:59,692 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:42:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6d005e4f-286b-4a8c-acb7-9a582b630a0a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:42:59,692 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/b2bf7a722f8543aa83f86455b30104cb used request id req-6d005e4f-286b-4a8c-acb7-9a582b630a0a 2018-10-26 09:42:59,693 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-30623228-44e5-410-proj-role 2018-10-26 09:42:59,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/ac54180b911549e98ad1d3e5f79f70c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e872a27d4344b2bbf69ef5ee035fe225cacfec4" 2018-10-26 09:42:59,887 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:42:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c60042ce-5a42-4c5f-92e3-38529ad57544 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:42:59,888 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/ac54180b911549e98ad1d3e5f79f70c0 used request id req-c60042ce-5a42-4c5f-92e3-38529ad57544 2018-10-26 09:42:59,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e872a27d4344b2bbf69ef5ee035fe225cacfec4" 2018-10-26 09:42:59,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:42:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd06ea26-e39f-4ce8-b091-4a58adc0b001 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:42:59,978 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-cd06ea26-e39f-4ce8-b091-4a58adc0b001 2018-10-26 09:42:59,979 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-30623228-44e5-410-user 2018-10-26 09:42:59,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/ac738cbc23b94cbdb4a01b835db21071 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e83730a72ebc3a20c11bf73ae584aea6abdbfa1f" 2018-10-26 09:43:00,163 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:42:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d693e908-a3a3-4a36-ae1d-5271cf3f2cda Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:43:00,164 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/ac738cbc23b94cbdb4a01b835db21071 used request id req-d693e908-a3a3-4a36-ae1d-5271cf3f2cda 2018-10-26 09:43:00,165 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:43:00,540 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:43:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["_sf3LF5uRyWABoClrLYJEw"], "issued_at": "2018-10-26T09:43:00.000000Z"}} 2018-10-26 09:43:00,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82badf2757ce2b5e0f021b929be9f0bdc428cd1d" 2018-10-26 09:43:00,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5f74460-c21b-474d-9345-438187228fa3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:43:00,629 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d5f74460-c21b-474d-9345-438187228fa3 2018-10-26 09:43:00,630 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:43:00,631 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:43:01,023 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:43:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["wrMTRj-oRrG9jIH9PFxnvg"], "issued_at": "2018-10-26T09:43:01.000000Z"}} 2018-10-26 09:43:01,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08df3cb5e695a912675afaf00f194f3524888c15" 2018-10-26 09:43:01,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b81f84d-05ce-490b-91fa-bfa0f47d2460 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:43:01,101 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-2b81f84d-05ce-490b-91fa-bfa0f47d2460 2018-10-26 09:43:01,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:43:01,111 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:43: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:43:01,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-d2d48885-9467-413-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08df3cb5e695a912675afaf00f194f3524888c15" 2018-10-26 09:43:01,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0cabe5c3-09b8-426a-b396-73d3c7443e6a Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-d2d48885-9467-413-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:43:01,201 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-d2d48885-9467-413-proj used request id req-0cabe5c3-09b8-426a-b396-73d3c7443e6a 2018-10-26 09:43:01,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08df3cb5e695a912675afaf00f194f3524888c15" 2018-10-26 09:43:01,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fd2944f-2f1b-454d-ad3e-792e529733de Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:43:01,286 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-4fd2944f-2f1b-454d-ad3e-792e529733de 2018-10-26 09:43:01,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08df3cb5e695a912675afaf00f194f3524888c15" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateQoSTests-d2d48885-9467-413-proj"}}' 2018-10-26 09:43:01,413 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:43:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ce846e55-b2bd-411d-bff5-46dcf707368e Content-Length: 299 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d09193c90b384ea0b14c8f8e62693b94"}, "enabled": true, "id": "d09193c90b384ea0b14c8f8e62693b94", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-d2d48885-9467-413-proj"}} 2018-10-26 09:43:01,414 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-ce846e55-b2bd-411d-bff5-46dcf707368e 2018-10-26 09:43:01,414 - keystone_utils - INFO - Created project with name - CreateQoSTests-d2d48885-9467-413-proj 2018-10-26 09:43:01,414 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:43:01,415 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:43:01,806 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:43:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["iGqGmpOOTIOG1BH3gVADJQ"], "issued_at": "2018-10-26T09:43:01.000000Z"}} 2018-10-26 09:43:01,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31e1f299843fcd90712a9ff241a083203a7fad18" 2018-10-26 09:43:01,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ce06a50-599a-4935-96e0-ad77f5f7eee5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:43:01,887 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-2ce06a50-599a-4935-96e0-ad77f5f7eee5 2018-10-26 09:43:01,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:43:01,899 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:43: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:43:01,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31e1f299843fcd90712a9ff241a083203a7fad18" 2018-10-26 09:43:02,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6125160-996a-467f-94d9-827ccfaa0a70 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:43:02,007 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-d6125160-996a-467f-94d9-827ccfaa0a70 2018-10-26 09:43:02,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateQoSTests-d2d48885-9467-413-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31e1f299843fcd90712a9ff241a083203a7fad18" 2018-10-26 09:43:02,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c128293b-8062-45f3-b3df-aa2b964ad05e Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateQoSTests-d2d48885-9467-413-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d09193c90b384ea0b14c8f8e62693b94"}, "enabled": true, "id": "d09193c90b384ea0b14c8f8e62693b94", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-d2d48885-9467-413-proj"}]} 2018-10-26 09:43:02,092 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateQoSTests-d2d48885-9467-413-proj used request id req-c128293b-8062-45f3-b3df-aa2b964ad05e 2018-10-26 09:43:02,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31e1f299843fcd90712a9ff241a083203a7fad18" 2018-10-26 09:43:02,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af9dc63c-4919-456c-abc7-0621faf50f30 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:43:02,191 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-af9dc63c-4919-456c-abc7-0621faf50f30 2018-10-26 09:43:02,559 - keystone_utils - INFO - Created user with name - CreateQoSTests-d2d48885-9467-413-user 2018-10-26 09:43:02,559 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:43:02,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08df3cb5e695a912675afaf00f194f3524888c15" 2018-10-26 09:43:02,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9eb51b04-83d7-49b8-a362-1ff577380a36 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:43:02,581 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-9eb51b04-83d7-49b8-a362-1ff577380a36 2018-10-26 09:43:02,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08df3cb5e695a912675afaf00f194f3524888c15" -d '{"role": {"name": "CreateQoSTests-d2d48885-9467-413-proj-role"}}' 2018-10-26 09:43:02,689 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:43:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-61b8e368-d08c-4b23-a40e-4110f2589286 Content-Length: 213 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "54709a7d546f499889142a5088a27ce4", "links": {"self": "http://172.30.9.21:5000/v3/roles/54709a7d546f499889142a5088a27ce4"}, "name": "CreateQoSTests-d2d48885-9467-413-proj-role"}} 2018-10-26 09:43:02,689 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-61b8e368-d08c-4b23-a40e-4110f2589286 2018-10-26 09:43:02,689 - keystone_utils - INFO - Created role with name - CreateQoSTests-d2d48885-9467-413-proj-role 2018-10-26 09:43:02,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/54709a7d546f499889142a5088a27ce4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08df3cb5e695a912675afaf00f194f3524888c15" 2018-10-26 09:43:02,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef5aec8f-d062-422b-9b32-a5f79aa23826 Content-Encoding: gzip Content-Length: 170 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/54709a7d546f499889142a5088a27ce4"}, "domain_id": null, "name": "CreateQoSTests-d2d48885-9467-413-proj-role", "id": "54709a7d546f499889142a5088a27ce4"}} 2018-10-26 09:43:02,786 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/54709a7d546f499889142a5088a27ce4 used request id req-ef5aec8f-d062-422b-9b32-a5f79aa23826 2018-10-26 09:43:02,786 - keystone_utils - INFO - Granting role CreateQoSTests-d2d48885-9467-413-proj-role to project CreateQoSTests-d2d48885-9467-413-proj 2018-10-26 09:43:02,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/d09193c90b384ea0b14c8f8e62693b94/users/473558d2c99f479fbd8422457d4e29a2/roles/54709a7d546f499889142a5088a27ce4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08df3cb5e695a912675afaf00f194f3524888c15" 2018-10-26 09:43:02,919 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:43:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0085a839-c027-4e32-963b-6266084b222a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:43:02,920 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/d09193c90b384ea0b14c8f8e62693b94/users/473558d2c99f479fbd8422457d4e29a2/roles/54709a7d546f499889142a5088a27ce4 used request id req-0085a839-c027-4e32-963b-6266084b222a 2018-10-26 09:43:02,922 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:43:02,923 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:43:03,304 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:43:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["vl1wMB7MQZCh_xrcx5AqTQ"], "issued_at": "2018-10-26T09:43:03.000000Z"}} 2018-10-26 09:43:03,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}632a8ff844bc5a74d2a4ac2acdcec40924f72c09" 2018-10-26 09:43:03,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a2e486e-e67d-47fc-9ccf-186cc3db16a9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:43:03,395 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-6a2e486e-e67d-47fc-9ccf-186cc3db16a9 2018-10-26 09:43:03,401 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}632a8ff844bc5a74d2a4ac2acdcec40924f72c09" 2018-10-26 09:43:03,567 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:03 GMT Server: Apache x-compute-request-id: req-0548f496-946c-44ac-9f5f-422568b0188b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0548f496-946c-44ac-9f5f-422568b0188b Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-10-26 09:43:03,567 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs used request id req-0548f496-946c-44ac-9f5f-422568b0188b 2018-10-26 09:43:03,570 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-0548f496-946c-44ac-9f5f-422568b0188b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}632a8ff844bc5a74d2a4ac2acdcec40924f72c09" -d '{"qos_specs": {"consumer": "both", "name": "CreateQoSTests-6ebb4914-aed6-44b6-be81-f5688529da52"}}' 2018-10-26 09:43:03,782 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:03 GMT Server: Apache x-compute-request-id: req-6d8f4245-1113-4811-a7ac-2f3d4c4a514b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6d8f4245-1113-4811-a7ac-2f3d4c4a514b Content-Encoding: gzip Content-Length: 237 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "5809c030-484d-4733-8430-c90f2495f479", "name": "CreateQoSTests-6ebb4914-aed6-44b6-be81-f5688529da52"}, "links": [{"href": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs/5809c030-484d-4733-8430-c90f2495f479", "rel": "self"}, {"href": "http://172.30.9.21:8776/520bb063707641068ecd26c37a46f476/qos-specs/5809c030-484d-4733-8430-c90f2495f479", "rel": "bookmark"}]} 2018-10-26 09:43:03,783 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs used request id req-6d8f4245-1113-4811-a7ac-2f3d4c4a514b 2018-10-26 09:43:03,783 - create_qos - INFO - Created qos with name - CreateQoSTests-6ebb4914-aed6-44b6-be81-f5688529da52 2018-10-26 09:43:03,786 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82badf2757ce2b5e0f021b929be9f0bdc428cd1d" 2018-10-26 09:43:03,949 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:03 GMT Server: Apache x-compute-request-id: req-a9fc9fe4-eabb-407a-9392-5ca04cf1eeff OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a9fc9fe4-eabb-407a-9392-5ca04cf1eeff Content-Encoding: gzip Content-Length: 151 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "5809c030-484d-4733-8430-c90f2495f479", "name": "CreateQoSTests-6ebb4914-aed6-44b6-be81-f5688529da52"}]} 2018-10-26 09:43:03,949 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs used request id req-a9fc9fe4-eabb-407a-9392-5ca04cf1eeff 2018-10-26 09:43:03,950 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-6ebb4914-aed6-44b6-be81-f5688529da52 2018-10-26 09:43:03,953 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs/5809c030-484d-4733-8430-c90f2495f479?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0548f496-946c-44ac-9f5f-422568b0188b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}632a8ff844bc5a74d2a4ac2acdcec40924f72c09" 2018-10-26 09:43:04,166 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:43:03 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0405a3c5-a493-40ed-a85b-878ec41952f0 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-26 09:43:04,166 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs/5809c030-484d-4733-8430-c90f2495f479?force=False used request id req-0405a3c5-a493-40ed-a85b-878ec41952f0 2018-10-26 09:43:04,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08df3cb5e695a912675afaf00f194f3524888c15" 2018-10-26 09:43:04,384 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-5537eb8c-952f-49a0-9b58-782279657ae9 Date: Fri, 26 Oct 2018 09:43:04 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:43:04,384 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-5537eb8c-952f-49a0-9b58-782279657ae9 2018-10-26 09:43:04,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08df3cb5e695a912675afaf00f194f3524888c15" 2018-10-26 09:43:04,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e595de5a-d2e2-4687-a895-8e6ebdc10cff 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:43:04,471 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-e595de5a-d2e2-4687-a895-8e6ebdc10cff 2018-10-26 09:43:04,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08df3cb5e695a912675afaf00f194f3524888c15" 2018-10-26 09:43:04,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e6a2ddd-c355-4578-a5a4-5611f8cfe3a0 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:43:04,560 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-6e6a2ddd-c355-4578-a5a4-5611f8cfe3a0 2018-10-26 09:43:04,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08df3cb5e695a912675afaf00f194f3524888c15" 2018-10-26 09:43:04,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0d6dbd6-4663-485c-b948-edf6e1ef3389 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:43:04,651 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-b0d6dbd6-4663-485c-b948-edf6e1ef3389 2018-10-26 09:43:04,652 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-d2d48885-9467-413-proj 2018-10-26 09:43:04,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/d09193c90b384ea0b14c8f8e62693b94 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08df3cb5e695a912675afaf00f194f3524888c15" 2018-10-26 09:43:04,831 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:43:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a2e4a738-a9f8-4606-b260-315088d04374 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:43:04,831 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/d09193c90b384ea0b14c8f8e62693b94 used request id req-a2e4a738-a9f8-4606-b260-315088d04374 2018-10-26 09:43:04,831 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-d2d48885-9467-413-proj-role 2018-10-26 09:43:04,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/54709a7d546f499889142a5088a27ce4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08df3cb5e695a912675afaf00f194f3524888c15" 2018-10-26 09:43:04,947 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:43:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-19c3098a-1b90-434c-aa32-78099da71360 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:43:04,947 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/54709a7d546f499889142a5088a27ce4 used request id req-19c3098a-1b90-434c-aa32-78099da71360 2018-10-26 09:43:04,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08df3cb5e695a912675afaf00f194f3524888c15" 2018-10-26 09:43:05,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4784c9d4-80d8-4a67-93be-3f01b6b1b99b Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:43:05,039 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-4784c9d4-80d8-4a67-93be-3f01b6b1b99b 2018-10-26 09:43:05,040 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-d2d48885-9467-413-user 2018-10-26 09:43:05,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/473558d2c99f479fbd8422457d4e29a2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31e1f299843fcd90712a9ff241a083203a7fad18" 2018-10-26 09:43:05,205 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:43:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0bd5d634-e945-4514-88fc-69f946afc0b8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:43:05,205 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/473558d2c99f479fbd8422457d4e29a2 used request id req-0bd5d634-e945-4514-88fc-69f946afc0b8 2018-10-26 09:43:05,206 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:43:05,592 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:43:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["7RRMyTZQTGmP32JxjcPVSw"], "issued_at": "2018-10-26T09:43:05.000000Z"}} 2018-10-26 09:43:05,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}878484d30edebb96bfdf4e894b14fea39583b438" 2018-10-26 09:43:05,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-516582f2-0275-42d3-ac87-11715e1e92a7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:43:05,687 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-516582f2-0275-42d3-ac87-11715e1e92a7 2018-10-26 09:43:05,689 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:43:05,690 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:43:06,066 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:43:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["8PSqxyRgR6ewYRyjErtXog"], "issued_at": "2018-10-26T09:43:06.000000Z"}} 2018-10-26 09:43:06,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74bdfd3565790d4b66f6fd23a920c6af5d4b3ec5" 2018-10-26 09:43:06,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf8d8c29-ae26-444d-bd58-716a486d293d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:43:06,151 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-bf8d8c29-ae26-444d-bd58-716a486d293d 2018-10-26 09:43:06,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:43:06,161 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:43: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:43:06,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-b37cb2c3-bb88-4e1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74bdfd3565790d4b66f6fd23a920c6af5d4b3ec5" 2018-10-26 09:43:06,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1047019d-900c-45b5-a899-22891ada080c Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-b37cb2c3-bb88-4e1-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:43:06,252 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-b37cb2c3-bb88-4e1-proj used request id req-1047019d-900c-45b5-a899-22891ada080c 2018-10-26 09:43:06,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74bdfd3565790d4b66f6fd23a920c6af5d4b3ec5" 2018-10-26 09:43:06,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef4c57e3-87dd-4b77-a038-68dea11bf608 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:43:06,342 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-ef4c57e3-87dd-4b77-a038-68dea11bf608 2018-10-26 09:43:06,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74bdfd3565790d4b66f6fd23a920c6af5d4b3ec5" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateQoSTests-b37cb2c3-bb88-4e1-proj"}}' 2018-10-26 09:43:06,462 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:43:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1add7601-2c5e-4068-8094-94a8ae7395a4 Content-Length: 299 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e4c9e84c5913413d91304c096a53c28d"}, "enabled": true, "id": "e4c9e84c5913413d91304c096a53c28d", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-b37cb2c3-bb88-4e1-proj"}} 2018-10-26 09:43:06,462 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-1add7601-2c5e-4068-8094-94a8ae7395a4 2018-10-26 09:43:06,462 - keystone_utils - INFO - Created project with name - CreateQoSTests-b37cb2c3-bb88-4e1-proj 2018-10-26 09:43:06,463 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:43:06,463 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:43:06,834 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:43:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["IWGQC8CtT6iCxOBRd4DBvQ"], "issued_at": "2018-10-26T09:43:06.000000Z"}} 2018-10-26 09:43:06,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6c822198245501842507563a70af75b9011507" 2018-10-26 09:43:06,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21eb5acd-16d8-4813-a8c0-bee409a05080 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:43:06,919 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-21eb5acd-16d8-4813-a8c0-bee409a05080 2018-10-26 09:43:06,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:43:06,928 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:43: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:43:06,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6c822198245501842507563a70af75b9011507" 2018-10-26 09:43:07,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94ff3143-1e09-44ed-9538-ceaa5cc82153 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:43:07,025 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-94ff3143-1e09-44ed-9538-ceaa5cc82153 2018-10-26 09:43:07,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateQoSTests-b37cb2c3-bb88-4e1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6c822198245501842507563a70af75b9011507" 2018-10-26 09:43:07,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33a90b30-29cb-4415-af73-8063b65127ca Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateQoSTests-b37cb2c3-bb88-4e1-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e4c9e84c5913413d91304c096a53c28d"}, "enabled": true, "id": "e4c9e84c5913413d91304c096a53c28d", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-b37cb2c3-bb88-4e1-proj"}]} 2018-10-26 09:43:07,116 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateQoSTests-b37cb2c3-bb88-4e1-proj used request id req-33a90b30-29cb-4415-af73-8063b65127ca 2018-10-26 09:43:07,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6c822198245501842507563a70af75b9011507" 2018-10-26 09:43:07,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d3ef570-7b92-4421-bb69-b43140fef2de Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:43:07,220 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-7d3ef570-7b92-4421-bb69-b43140fef2de 2018-10-26 09:43:07,571 - keystone_utils - INFO - Created user with name - CreateQoSTests-b37cb2c3-bb88-4e1-user 2018-10-26 09:43:07,571 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:43:07,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74bdfd3565790d4b66f6fd23a920c6af5d4b3ec5" 2018-10-26 09:43:07,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a21824be-83da-442f-8259-916240b22d0e Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:43:07,665 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-a21824be-83da-442f-8259-916240b22d0e 2018-10-26 09:43:07,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74bdfd3565790d4b66f6fd23a920c6af5d4b3ec5" -d '{"role": {"name": "CreateQoSTests-b37cb2c3-bb88-4e1-proj-role"}}' 2018-10-26 09:43:07,864 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:43:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-15704f4c-7523-49c4-a5e3-a750f5cff309 Content-Length: 213 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f036cfda7c9641ebb7d2013c5c5134e6", "links": {"self": "http://172.30.9.21:5000/v3/roles/f036cfda7c9641ebb7d2013c5c5134e6"}, "name": "CreateQoSTests-b37cb2c3-bb88-4e1-proj-role"}} 2018-10-26 09:43:07,865 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-15704f4c-7523-49c4-a5e3-a750f5cff309 2018-10-26 09:43:07,865 - keystone_utils - INFO - Created role with name - CreateQoSTests-b37cb2c3-bb88-4e1-proj-role 2018-10-26 09:43:07,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/f036cfda7c9641ebb7d2013c5c5134e6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74bdfd3565790d4b66f6fd23a920c6af5d4b3ec5" 2018-10-26 09:43:07,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e319cafe-faee-40a4-aa21-cca4daeb7b6a Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/f036cfda7c9641ebb7d2013c5c5134e6"}, "domain_id": null, "name": "CreateQoSTests-b37cb2c3-bb88-4e1-proj-role", "id": "f036cfda7c9641ebb7d2013c5c5134e6"}} 2018-10-26 09:43:07,885 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/f036cfda7c9641ebb7d2013c5c5134e6 used request id req-e319cafe-faee-40a4-aa21-cca4daeb7b6a 2018-10-26 09:43:07,885 - keystone_utils - INFO - Granting role CreateQoSTests-b37cb2c3-bb88-4e1-proj-role to project CreateQoSTests-b37cb2c3-bb88-4e1-proj 2018-10-26 09:43:07,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/e4c9e84c5913413d91304c096a53c28d/users/ea4c9bc577d24de1ad92baf4d8858692/roles/f036cfda7c9641ebb7d2013c5c5134e6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74bdfd3565790d4b66f6fd23a920c6af5d4b3ec5" 2018-10-26 09:43:08,015 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:43:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-915db853-80f8-4d0e-949e-382e4df99d11 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:43:08,015 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/e4c9e84c5913413d91304c096a53c28d/users/ea4c9bc577d24de1ad92baf4d8858692/roles/f036cfda7c9641ebb7d2013c5c5134e6 used request id req-915db853-80f8-4d0e-949e-382e4df99d11 2018-10-26 09:43:08,017 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:43:08,018 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:43:08,407 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:43:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["8cH_7v8KT06orx5j-DEERA"], "issued_at": "2018-10-26T09:43:08.000000Z"}} 2018-10-26 09:43:08,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b613fdc3b4299bc8cc19fc447cedeea57ddc77d" 2018-10-26 09:43:08,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62e08633-94cc-4c38-9cb1-34cea45ac060 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:43:08,491 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-62e08633-94cc-4c38-9cb1-34cea45ac060 2018-10-26 09:43:08,496 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b613fdc3b4299bc8cc19fc447cedeea57ddc77d" 2018-10-26 09:43:09,069 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:08 GMT Server: Apache x-compute-request-id: req-cb26ad59-d26a-4750-9724-c669bde7d6c4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-cb26ad59-d26a-4750-9724-c669bde7d6c4 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-10-26 09:43:09,069 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs used request id req-cb26ad59-d26a-4750-9724-c669bde7d6c4 2018-10-26 09:43:09,072 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-cb26ad59-d26a-4750-9724-c669bde7d6c4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b613fdc3b4299bc8cc19fc447cedeea57ddc77d" -d '{"qos_specs": {"consumer": "both", "name": "CreateQoSTests-2433fe71-1c9a-446e-8a75-92fa27ee5e33"}}' 2018-10-26 09:43:09,273 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:09 GMT Server: Apache x-compute-request-id: req-74ede6c2-a5ba-4b0a-a8d7-84e07d066f23 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-74ede6c2-a5ba-4b0a-a8d7-84e07d066f23 Content-Encoding: gzip Content-Length: 237 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "42ce1c6b-1c41-4080-ab29-9649c38bebc1", "name": "CreateQoSTests-2433fe71-1c9a-446e-8a75-92fa27ee5e33"}, "links": [{"href": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs/42ce1c6b-1c41-4080-ab29-9649c38bebc1", "rel": "self"}, {"href": "http://172.30.9.21:8776/520bb063707641068ecd26c37a46f476/qos-specs/42ce1c6b-1c41-4080-ab29-9649c38bebc1", "rel": "bookmark"}]} 2018-10-26 09:43:09,273 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs used request id req-74ede6c2-a5ba-4b0a-a8d7-84e07d066f23 2018-10-26 09:43:09,274 - create_qos - INFO - Created qos with name - CreateQoSTests-2433fe71-1c9a-446e-8a75-92fa27ee5e33 2018-10-26 09:43:09,277 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}878484d30edebb96bfdf4e894b14fea39583b438" 2018-10-26 09:43:09,535 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:09 GMT Server: Apache x-compute-request-id: req-58ca6e0f-4ac1-49e1-a65e-fe9b3de5cc4c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-58ca6e0f-4ac1-49e1-a65e-fe9b3de5cc4c Content-Encoding: gzip Content-Length: 151 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "42ce1c6b-1c41-4080-ab29-9649c38bebc1", "name": "CreateQoSTests-2433fe71-1c9a-446e-8a75-92fa27ee5e33"}]} 2018-10-26 09:43:09,535 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs used request id req-58ca6e0f-4ac1-49e1-a65e-fe9b3de5cc4c 2018-10-26 09:43:09,536 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:43:09,536 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:43:09,922 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:43:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["5qybkia2RCuQKUUwIR69gA"], "issued_at": "2018-10-26T09:43:09.000000Z"}} 2018-10-26 09:43:09,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32299e61e54908a96d5118767ab8240b55586d8f" 2018-10-26 09:43:10,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebe7527d-a58e-415b-a11d-61962e52fa0a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:43:10,012 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ebe7527d-a58e-415b-a11d-61962e52fa0a 2018-10-26 09:43:10,018 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32299e61e54908a96d5118767ab8240b55586d8f" 2018-10-26 09:43:10,577 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:10 GMT Server: Apache x-compute-request-id: req-3c5c9234-a023-4c6b-ab63-0cbd2673a211 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3c5c9234-a023-4c6b-ab63-0cbd2673a211 Content-Encoding: gzip Content-Length: 151 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "42ce1c6b-1c41-4080-ab29-9649c38bebc1", "name": "CreateQoSTests-2433fe71-1c9a-446e-8a75-92fa27ee5e33"}]} 2018-10-26 09:43:10,578 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs used request id req-3c5c9234-a023-4c6b-ab63-0cbd2673a211 2018-10-26 09:43:10,578 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-2433fe71-1c9a-446e-8a75-92fa27ee5e33 2018-10-26 09:43:10,581 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs/42ce1c6b-1c41-4080-ab29-9649c38bebc1?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cb26ad59-d26a-4750-9724-c669bde7d6c4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b613fdc3b4299bc8cc19fc447cedeea57ddc77d" 2018-10-26 09:43:10,798 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:43:10 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0c39abca-6a80-484c-a6d4-bf5985735b04 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-26 09:43:10,798 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs/42ce1c6b-1c41-4080-ab29-9649c38bebc1?force=False used request id req-0c39abca-6a80-484c-a6d4-bf5985735b04 2018-10-26 09:43:10,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74bdfd3565790d4b66f6fd23a920c6af5d4b3ec5" 2018-10-26 09:43:11,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-a40a9ee4-b016-4e80-a048-a49e9a727d55 Date: Fri, 26 Oct 2018 09:43:11 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:43:11,005 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-a40a9ee4-b016-4e80-a048-a49e9a727d55 2018-10-26 09:43:11,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74bdfd3565790d4b66f6fd23a920c6af5d4b3ec5" 2018-10-26 09:43:11,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5fca1ae-f804-4455-830d-acdafd58df8c 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:43:11,108 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-d5fca1ae-f804-4455-830d-acdafd58df8c 2018-10-26 09:43:11,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74bdfd3565790d4b66f6fd23a920c6af5d4b3ec5" 2018-10-26 09:43:11,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6df4789-3274-4880-af0b-6f88fb780ec7 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:43:11,201 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-e6df4789-3274-4880-af0b-6f88fb780ec7 2018-10-26 09:43:11,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74bdfd3565790d4b66f6fd23a920c6af5d4b3ec5" 2018-10-26 09:43:11,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c29fa606-26f3-42e8-8975-9e43ecbda11f 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:43:11,291 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-c29fa606-26f3-42e8-8975-9e43ecbda11f 2018-10-26 09:43:11,292 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-b37cb2c3-bb88-4e1-proj 2018-10-26 09:43:11,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/e4c9e84c5913413d91304c096a53c28d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74bdfd3565790d4b66f6fd23a920c6af5d4b3ec5" 2018-10-26 09:43:11,477 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:43:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f3447259-a2f7-47ce-8bed-966cb96a1828 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:43:11,477 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/e4c9e84c5913413d91304c096a53c28d used request id req-f3447259-a2f7-47ce-8bed-966cb96a1828 2018-10-26 09:43:11,478 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-b37cb2c3-bb88-4e1-proj-role 2018-10-26 09:43:11,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/f036cfda7c9641ebb7d2013c5c5134e6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74bdfd3565790d4b66f6fd23a920c6af5d4b3ec5" 2018-10-26 09:43:11,595 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:43:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b8fd565e-f08b-4453-8a43-0b3318f4e313 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:43:11,595 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/f036cfda7c9641ebb7d2013c5c5134e6 used request id req-b8fd565e-f08b-4453-8a43-0b3318f4e313 2018-10-26 09:43:11,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74bdfd3565790d4b66f6fd23a920c6af5d4b3ec5" 2018-10-26 09:43:11,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8db231ba-45c1-4396-ac9f-a63a047630bd Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:43:11,764 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-8db231ba-45c1-4396-ac9f-a63a047630bd 2018-10-26 09:43:11,765 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-b37cb2c3-bb88-4e1-user 2018-10-26 09:43:11,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/ea4c9bc577d24de1ad92baf4d8858692 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e6c822198245501842507563a70af75b9011507" 2018-10-26 09:43:11,984 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:43:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-39b51817-be55-48a9-96d6-b39866f9b082 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:43:11,984 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/ea4c9bc577d24de1ad92baf4d8858692 used request id req-39b51817-be55-48a9-96d6-b39866f9b082 2018-10-26 09:43:11,986 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:43:12,378 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:43:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["8i9jA9a0SReLS3Nxo5rGBA"], "issued_at": "2018-10-26T09:43:12.000000Z"}} 2018-10-26 09:43:12,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35b1516b70c021624a238ee3362e712a65ddcb64" 2018-10-26 09:43:12,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f265d5c-2020-48d7-9230-794a59fdf53d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:43:12,464 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-3f265d5c-2020-48d7-9230-794a59fdf53d 2018-10-26 09:43:12,465 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:43:12,466 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:43:12,841 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:43:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["idZRel_ZS3qNRuaDIOFsXA"], "issued_at": "2018-10-26T09:43:12.000000Z"}} 2018-10-26 09:43:12,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}920cea56c93b40927547efcc52201019b235f0e6" 2018-10-26 09:43:12,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5da2bbaa-3204-4d50-81a7-40e613a8c08b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:43:12,928 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5da2bbaa-3204-4d50-81a7-40e613a8c08b 2018-10-26 09:43:12,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:43:12,937 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:43:12,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-05c5dea5-a460-4c8-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}920cea56c93b40927547efcc52201019b235f0e6" 2018-10-26 09:43:13,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0582f6ef-176b-4711-ac16-c4efc7458fc1 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-05c5dea5-a460-4c8-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:43:13,020 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-05c5dea5-a460-4c8-proj used request id req-0582f6ef-176b-4711-ac16-c4efc7458fc1 2018-10-26 09:43:13,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}920cea56c93b40927547efcc52201019b235f0e6" 2018-10-26 09:43:13,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f76a2095-edcb-4580-9f4b-7dd7f3eed247 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:43:13,114 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-f76a2095-edcb-4580-9f4b-7dd7f3eed247 2018-10-26 09:43:13,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}920cea56c93b40927547efcc52201019b235f0e6" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-05c5dea5-a460-4c8-proj"}}' 2018-10-26 09:43:13,248 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:43:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c8ff08cb-077a-4ea8-a45e-2f19e97988dc Content-Length: 319 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/cf92e54d6e3a4510a495ceaf4ef2ed69"}, "enabled": true, "id": "cf92e54d6e3a4510a495ceaf4ef2ed69", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-05c5dea5-a460-4c8-proj"}} 2018-10-26 09:43:13,248 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-c8ff08cb-077a-4ea8-a45e-2f19e97988dc 2018-10-26 09:43:13,249 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-05c5dea5-a460-4c8-proj 2018-10-26 09:43:13,249 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:43:13,250 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:43:13,625 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:43:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["TDUgK-gNSEaP9psKPZYoOg"], "issued_at": "2018-10-26T09:43:13.000000Z"}} 2018-10-26 09:43:13,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}570570eab0928a4e9b7a79a3fae35d5b9c13b955" 2018-10-26 09:43:13,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03f1a60b-63bb-403d-aad4-0624f0dd6e69 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:43:13,710 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-03f1a60b-63bb-403d-aad4-0624f0dd6e69 2018-10-26 09:43:13,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:43:13,721 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:43: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:43:13,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}570570eab0928a4e9b7a79a3fae35d5b9c13b955" 2018-10-26 09:43:13,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5acdbcc-ecb4-4bfa-81cd-098dcbb834e4 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:43:13,820 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-d5acdbcc-ecb4-4bfa-81cd-098dcbb834e4 2018-10-26 09:43:13,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-05c5dea5-a460-4c8-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}570570eab0928a4e9b7a79a3fae35d5b9c13b955" 2018-10-26 09:43:13,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35eaa60c-a2ca-406c-86f6-ef53f0ac8c19 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-05c5dea5-a460-4c8-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/cf92e54d6e3a4510a495ceaf4ef2ed69"}, "enabled": true, "id": "cf92e54d6e3a4510a495ceaf4ef2ed69", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-05c5dea5-a460-4c8-proj"}]} 2018-10-26 09:43:13,915 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-05c5dea5-a460-4c8-proj used request id req-35eaa60c-a2ca-406c-86f6-ef53f0ac8c19 2018-10-26 09:43:13,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}570570eab0928a4e9b7a79a3fae35d5b9c13b955" 2018-10-26 09:43:14,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-663d1643-efc8-4534-b494-941a12b8d1a7 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:43:14,005 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-663d1643-efc8-4534-b494-941a12b8d1a7 2018-10-26 09:43:14,372 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-05c5dea5-a460-4c8-user 2018-10-26 09:43:14,373 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:43:14,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}920cea56c93b40927547efcc52201019b235f0e6" 2018-10-26 09:43:14,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4d55b34-d00b-43d4-bdec-3b405d9337d6 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:43:14,396 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c4d55b34-d00b-43d4-bdec-3b405d9337d6 2018-10-26 09:43:14,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}920cea56c93b40927547efcc52201019b235f0e6" -d '{"role": {"name": "CreateSimpleVolumeTypeSuccessTests-05c5dea5-a460-4c8-proj-role"}}' 2018-10-26 09:43:14,509 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:43:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-77290c91-29f6-40b8-93b5-b4b3e145df78 Content-Length: 233 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0826dda012e14e5abfb68b33dde0f0e3", "links": {"self": "http://172.30.9.21:5000/v3/roles/0826dda012e14e5abfb68b33dde0f0e3"}, "name": "CreateSimpleVolumeTypeSuccessTests-05c5dea5-a460-4c8-proj-role"}} 2018-10-26 09:43:14,510 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-77290c91-29f6-40b8-93b5-b4b3e145df78 2018-10-26 09:43:14,510 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-05c5dea5-a460-4c8-proj-role 2018-10-26 09:43:14,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/0826dda012e14e5abfb68b33dde0f0e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}920cea56c93b40927547efcc52201019b235f0e6" 2018-10-26 09:43:14,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdf35e34-fba3-498f-a7a4-e32d70e07807 Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/0826dda012e14e5abfb68b33dde0f0e3"}, "domain_id": null, "name": "CreateSimpleVolumeTypeSuccessTests-05c5dea5-a460-4c8-proj-role", "id": "0826dda012e14e5abfb68b33dde0f0e3"}} 2018-10-26 09:43:14,598 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/0826dda012e14e5abfb68b33dde0f0e3 used request id req-bdf35e34-fba3-498f-a7a4-e32d70e07807 2018-10-26 09:43:14,598 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-05c5dea5-a460-4c8-proj-role to project CreateSimpleVolumeTypeSuccessTests-05c5dea5-a460-4c8-proj 2018-10-26 09:43:14,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/cf92e54d6e3a4510a495ceaf4ef2ed69/users/955ac3f6719745d88203ddffdab017ef/roles/0826dda012e14e5abfb68b33dde0f0e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}920cea56c93b40927547efcc52201019b235f0e6" 2018-10-26 09:43:14,735 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:43:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d4940d05-08c8-4705-adf3-83dc2557d118 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:43:14,735 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/cf92e54d6e3a4510a495ceaf4ef2ed69/users/955ac3f6719745d88203ddffdab017ef/roles/0826dda012e14e5abfb68b33dde0f0e3 used request id req-d4940d05-08c8-4705-adf3-83dc2557d118 2018-10-26 09:43:14,737 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:43:14,738 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:43:15,127 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:43:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["FK6EN6G0RK6dP_B6gadAtg"], "issued_at": "2018-10-26T09:43:15.000000Z"}} 2018-10-26 09:43:15,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be59754a7f6c6a0ce7f1858460547c5df6f099d2" 2018-10-26 09:43:15,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0645ddd7-28c9-4716-8acc-b2c864fd77b0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:43:15,208 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-0645ddd7-28c9-4716-8acc-b2c864fd77b0 2018-10-26 09:43:15,214 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be59754a7f6c6a0ce7f1858460547c5df6f099d2" 2018-10-26 09:43:15,768 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:15 GMT Server: Apache x-compute-request-id: req-6a3e4dc2-1237-43c0-a33f-b8269d327dad OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6a3e4dc2-1237-43c0-a33f-b8269d327dad Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-10-26 09:43:15,768 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types?is_public=None used request id req-6a3e4dc2-1237-43c0-a33f-b8269d327dad 2018-10-26 09:43:15,772 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-6a3e4dc2-1237-43c0-a33f-b8269d327dad" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be59754a7f6c6a0ce7f1858460547c5df6f099d2" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateSimpleVolumeTypeSuccessTests-63326881-bfac-49b9-a5e7-9209c29b463d", "description": null}}' 2018-10-26 09:43:15,963 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:15 GMT Server: Apache x-compute-request-id: req-f2f5e457-466d-42ba-843e-3ce5e21398a9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f2f5e457-466d-42ba-843e-3ce5e21398a9 Content-Encoding: gzip Content-Length: 199 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-63326881-bfac-49b9-a5e7-9209c29b463d", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "661c54f4-a4b4-4504-b807-57d37fb72c39", "description": null}} 2018-10-26 09:43:15,963 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types used request id req-f2f5e457-466d-42ba-843e-3ce5e21398a9 2018-10-26 09:43:15,964 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-63326881-bfac-49b9-a5e7-9209c29b463d 2018-10-26 09:43:15,967 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35b1516b70c021624a238ee3362e712a65ddcb64" 2018-10-26 09:43:16,150 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:15 GMT Server: Apache x-compute-request-id: req-369cde71-6240-484a-9e9a-2bd0aaaeb473 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-369cde71-6240-484a-9e9a-2bd0aaaeb473 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateSimpleVolumeTypeSuccessTests-63326881-bfac-49b9-a5e7-9209c29b463d", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "661c54f4-a4b4-4504-b807-57d37fb72c39", "description": null}]} 2018-10-26 09:43:16,151 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types?is_public=None used request id req-369cde71-6240-484a-9e9a-2bd0aaaeb473 2018-10-26 09:43:16,154 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types/661c54f4-a4b4-4504-b807-57d37fb72c39 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-369cde71-6240-484a-9e9a-2bd0aaaeb473" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35b1516b70c021624a238ee3362e712a65ddcb64" 2018-10-26 09:43:16,340 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:16 GMT Server: Apache x-compute-request-id: req-57cf0221-4830-476a-b8f6-927b36747fb3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-57cf0221-4830-476a-b8f6-927b36747fb3 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-63326881-bfac-49b9-a5e7-9209c29b463d", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "661c54f4-a4b4-4504-b807-57d37fb72c39", "description": null}} 2018-10-26 09:43:16,341 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types/661c54f4-a4b4-4504-b807-57d37fb72c39 used request id req-57cf0221-4830-476a-b8f6-927b36747fb3 2018-10-26 09:43:16,344 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types/661c54f4-a4b4-4504-b807-57d37fb72c39/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-369cde71-6240-484a-9e9a-2bd0aaaeb473" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35b1516b70c021624a238ee3362e712a65ddcb64" 2018-10-26 09:43:16,966 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:16 GMT Server: Apache x-compute-request-id: req-33657d9b-ef17-4287-914e-070eb199f377 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-33657d9b-ef17-4287-914e-070eb199f377 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-10-26 09:43:16,967 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types/661c54f4-a4b4-4504-b807-57d37fb72c39/encryption used request id req-33657d9b-ef17-4287-914e-070eb199f377 2018-10-26 09:43:16,967 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-63326881-bfac-49b9-a5e7-9209c29b463d 2018-10-26 09:43:16,970 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types/661c54f4-a4b4-4504-b807-57d37fb72c39 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-369cde71-6240-484a-9e9a-2bd0aaaeb473" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35b1516b70c021624a238ee3362e712a65ddcb64" 2018-10-26 09:43:17,206 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:43:16 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f385ebba-84d8-41d6-8fd4-36de8c74b101 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-26 09:43:17,207 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types/661c54f4-a4b4-4504-b807-57d37fb72c39 used request id req-f385ebba-84d8-41d6-8fd4-36de8c74b101 2018-10-26 09:43:17,210 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-369cde71-6240-484a-9e9a-2bd0aaaeb473" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35b1516b70c021624a238ee3362e712a65ddcb64" 2018-10-26 09:43:17,385 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:17 GMT Server: Apache x-compute-request-id: req-2a25ad86-3149-4464-b9ca-4482b58123e3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2a25ad86-3149-4464-b9ca-4482b58123e3 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-10-26 09:43:17,385 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types?is_public=None used request id req-2a25ad86-3149-4464-b9ca-4482b58123e3 2018-10-26 09:43:17,386 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-63326881-bfac-49b9-a5e7-9209c29b463d 2018-10-26 09:43:17,389 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types/661c54f4-a4b4-4504-b807-57d37fb72c39 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6a3e4dc2-1237-43c0-a33f-b8269d327dad" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be59754a7f6c6a0ce7f1858460547c5df6f099d2" 2018-10-26 09:43:17,409 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 09:43:17 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-1f9b6da8-1071-4932-b958-d7503ca01813 x-openstack-request-id: req-1f9b6da8-1071-4932-b958-d7503ca01813 Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type 661c54f4-a4b4-4504-b807-57d37fb72c39 could not be found.", "code": 404}} 2018-10-26 09:43:17,410 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types/661c54f4-a4b4-4504-b807-57d37fb72c39 used request id req-1f9b6da8-1071-4932-b958-d7503ca01813 2018-10-26 09:43:17,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}920cea56c93b40927547efcc52201019b235f0e6" 2018-10-26 09:43:17,620 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-cbdcf160-922a-4f6a-b74a-abae92238008 Date: Fri, 26 Oct 2018 09:43:17 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:43:17,620 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-cbdcf160-922a-4f6a-b74a-abae92238008 2018-10-26 09:43:17,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}920cea56c93b40927547efcc52201019b235f0e6" 2018-10-26 09:43:17,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cacdfd6d-13b5-4eec-a34d-76a749d2f7ee 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:43:17,717 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-cacdfd6d-13b5-4eec-a34d-76a749d2f7ee 2018-10-26 09:43:17,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}920cea56c93b40927547efcc52201019b235f0e6" 2018-10-26 09:43:17,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53c64c45-6e57-4cd8-bfdc-353fa11372a1 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:43:17,811 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-53c64c45-6e57-4cd8-bfdc-353fa11372a1 2018-10-26 09:43:17,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}920cea56c93b40927547efcc52201019b235f0e6" 2018-10-26 09:43:17,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3b58ada-360b-4f5d-a694-26880b4c7991 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:43:17,898 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-b3b58ada-360b-4f5d-a694-26880b4c7991 2018-10-26 09:43:17,899 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-05c5dea5-a460-4c8-proj 2018-10-26 09:43:17,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/cf92e54d6e3a4510a495ceaf4ef2ed69 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}920cea56c93b40927547efcc52201019b235f0e6" 2018-10-26 09:43:18,161 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:43:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2e668e54-d25e-484c-bd92-c0096ff866e1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:43:18,162 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/cf92e54d6e3a4510a495ceaf4ef2ed69 used request id req-2e668e54-d25e-484c-bd92-c0096ff866e1 2018-10-26 09:43:18,162 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-05c5dea5-a460-4c8-proj-role 2018-10-26 09:43:18,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/0826dda012e14e5abfb68b33dde0f0e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}920cea56c93b40927547efcc52201019b235f0e6" 2018-10-26 09:43:18,284 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:43:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d8ae5421-7316-4da1-9eb6-2a7840610152 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:43:18,284 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/0826dda012e14e5abfb68b33dde0f0e3 used request id req-d8ae5421-7316-4da1-9eb6-2a7840610152 2018-10-26 09:43:18,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}920cea56c93b40927547efcc52201019b235f0e6" 2018-10-26 09:43:18,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb7de2a7-2e16-40ff-b3e3-4216ad435be7 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:43:18,372 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-eb7de2a7-2e16-40ff-b3e3-4216ad435be7 2018-10-26 09:43:18,373 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-05c5dea5-a460-4c8-user 2018-10-26 09:43:18,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/955ac3f6719745d88203ddffdab017ef -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}570570eab0928a4e9b7a79a3fae35d5b9c13b955" 2018-10-26 09:43:18,557 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:43:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-70b6f3d8-5afc-4981-9088-e2148713f53c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:43:18,557 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/955ac3f6719745d88203ddffdab017ef used request id req-70b6f3d8-5afc-4981-9088-e2148713f53c 2018-10-26 09:43:18,559 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:43:18,946 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:43:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["qXcNEfo5TAWmuMykP2Posg"], "issued_at": "2018-10-26T09:43:18.000000Z"}} 2018-10-26 09:43:18,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48fe9d61294810d546f2baa35bc615b1e3619246" 2018-10-26 09:43:19,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50a039df-a8b5-44c9-9de2-c3e75e8e5f49 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:43:19,037 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-50a039df-a8b5-44c9-9de2-c3e75e8e5f49 2018-10-26 09:43:19,038 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:43:19,039 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:43:19,429 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:43:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["Bcc7MLf9S82BULr45oKNvw"], "issued_at": "2018-10-26T09:43:19.000000Z"}} 2018-10-26 09:43:19,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbdc2d6b3c9bb1d498b1f3b13fcee9bc58c5011b" 2018-10-26 09:43:19,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea633208-c259-4c37-abd3-1444dcf69a13 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:43:19,515 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ea633208-c259-4c37-abd3-1444dcf69a13 2018-10-26 09:43:19,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:43:19,526 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:43:19,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-1a4ee808-68c7-4b3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbdc2d6b3c9bb1d498b1f3b13fcee9bc58c5011b" 2018-10-26 09:43:19,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01233e0f-8d2e-4d36-9943-67e6cadb3fc0 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-1a4ee808-68c7-4b3-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:43:19,617 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-1a4ee808-68c7-4b3-proj used request id req-01233e0f-8d2e-4d36-9943-67e6cadb3fc0 2018-10-26 09:43:19,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbdc2d6b3c9bb1d498b1f3b13fcee9bc58c5011b" 2018-10-26 09:43:19,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42f4e4b3-3ed2-4bd6-ad33-d8062e657b7f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:43:19,714 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-42f4e4b3-3ed2-4bd6-ad33-d8062e657b7f 2018-10-26 09:43:19,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbdc2d6b3c9bb1d498b1f3b13fcee9bc58c5011b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-1a4ee808-68c7-4b3-proj"}}' 2018-10-26 09:43:19,834 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:43:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-597d9e9f-cc6a-43a5-a33a-06e0765367f3 Content-Length: 319 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a1e221ad17d24def9bc9dfb8dd296ec6"}, "enabled": true, "id": "a1e221ad17d24def9bc9dfb8dd296ec6", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-1a4ee808-68c7-4b3-proj"}} 2018-10-26 09:43:19,835 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-597d9e9f-cc6a-43a5-a33a-06e0765367f3 2018-10-26 09:43:19,835 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-1a4ee808-68c7-4b3-proj 2018-10-26 09:43:19,835 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:43:19,836 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:43:20,224 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:43:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["I5VAFTmxS1mn5lJ5iDlcXg"], "issued_at": "2018-10-26T09:43:20.000000Z"}} 2018-10-26 09:43:20,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a327a176edf3c6d04ff47b97343c81c2d3bb0140" 2018-10-26 09:43:20,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-303349c6-bbdf-45c9-a250-c1f888193c57 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:43:20,318 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-303349c6-bbdf-45c9-a250-c1f888193c57 2018-10-26 09:43:20,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:43:20,327 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:43: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:43:20,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a327a176edf3c6d04ff47b97343c81c2d3bb0140" 2018-10-26 09:43:20,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04281e1f-ed69-4800-9653-d392e9632355 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:43:20,441 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-04281e1f-ed69-4800-9653-d392e9632355 2018-10-26 09:43:20,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-1a4ee808-68c7-4b3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a327a176edf3c6d04ff47b97343c81c2d3bb0140" 2018-10-26 09:43:20,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4409d06d-dcad-4906-b76f-abb7a766b199 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-1a4ee808-68c7-4b3-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a1e221ad17d24def9bc9dfb8dd296ec6"}, "enabled": true, "id": "a1e221ad17d24def9bc9dfb8dd296ec6", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-1a4ee808-68c7-4b3-proj"}]} 2018-10-26 09:43:20,538 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-1a4ee808-68c7-4b3-proj used request id req-4409d06d-dcad-4906-b76f-abb7a766b199 2018-10-26 09:43:20,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a327a176edf3c6d04ff47b97343c81c2d3bb0140" 2018-10-26 09:43:20,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42e29225-7c23-4113-993e-1d4d2c197c5f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:43:20,627 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-42e29225-7c23-4113-993e-1d4d2c197c5f 2018-10-26 09:43:21,002 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-1a4ee808-68c7-4b3-user 2018-10-26 09:43:21,003 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:43:21,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbdc2d6b3c9bb1d498b1f3b13fcee9bc58c5011b" 2018-10-26 09:43:21,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fef190b9-01b9-4e8a-ae39-a9ff45a5b406 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:43:21,026 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-fef190b9-01b9-4e8a-ae39-a9ff45a5b406 2018-10-26 09:43:21,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbdc2d6b3c9bb1d498b1f3b13fcee9bc58c5011b" -d '{"role": {"name": "CreateSimpleVolumeTypeSuccessTests-1a4ee808-68c7-4b3-proj-role"}}' 2018-10-26 09:43:21,156 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:43:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-94183f79-3a7f-4d69-a305-7916e1bfddfa Content-Length: 233 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2498c3c3a3f742dab8e67e99ac333e86", "links": {"self": "http://172.30.9.21:5000/v3/roles/2498c3c3a3f742dab8e67e99ac333e86"}, "name": "CreateSimpleVolumeTypeSuccessTests-1a4ee808-68c7-4b3-proj-role"}} 2018-10-26 09:43:21,156 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-94183f79-3a7f-4d69-a305-7916e1bfddfa 2018-10-26 09:43:21,157 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-1a4ee808-68c7-4b3-proj-role 2018-10-26 09:43:21,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/2498c3c3a3f742dab8e67e99ac333e86 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbdc2d6b3c9bb1d498b1f3b13fcee9bc58c5011b" 2018-10-26 09:43:21,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1f5751e-0832-4d40-861a-41c00d36b3a7 Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/2498c3c3a3f742dab8e67e99ac333e86"}, "domain_id": null, "name": "CreateSimpleVolumeTypeSuccessTests-1a4ee808-68c7-4b3-proj-role", "id": "2498c3c3a3f742dab8e67e99ac333e86"}} 2018-10-26 09:43:21,253 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/2498c3c3a3f742dab8e67e99ac333e86 used request id req-a1f5751e-0832-4d40-861a-41c00d36b3a7 2018-10-26 09:43:21,253 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-1a4ee808-68c7-4b3-proj-role to project CreateSimpleVolumeTypeSuccessTests-1a4ee808-68c7-4b3-proj 2018-10-26 09:43:21,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/a1e221ad17d24def9bc9dfb8dd296ec6/users/c2b2cf17598b4e74a2b3cdb0bfdc6877/roles/2498c3c3a3f742dab8e67e99ac333e86 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbdc2d6b3c9bb1d498b1f3b13fcee9bc58c5011b" 2018-10-26 09:43:21,506 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:43:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d83cb7ea-dde7-4eb5-a54b-ede3f8320f8f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:43:21,507 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/a1e221ad17d24def9bc9dfb8dd296ec6/users/c2b2cf17598b4e74a2b3cdb0bfdc6877/roles/2498c3c3a3f742dab8e67e99ac333e86 used request id req-d83cb7ea-dde7-4eb5-a54b-ede3f8320f8f 2018-10-26 09:43:21,509 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:43:21,510 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:43:21,901 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:43:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["lsuU9Ds0TX2j7WOixWF5mw"], "issued_at": "2018-10-26T09:43:21.000000Z"}} 2018-10-26 09:43:21,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81a3f89741b64a2a49d581f1df44f3dc1fc5ca1e" 2018-10-26 09:43:21,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43ffb90f-cd1c-4d7c-bc00-c642f92dd90b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:43:21,914 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-43ffb90f-cd1c-4d7c-bc00-c642f92dd90b 2018-10-26 09:43:21,919 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81a3f89741b64a2a49d581f1df44f3dc1fc5ca1e" 2018-10-26 09:43:22,102 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:21 GMT Server: Apache x-compute-request-id: req-9d028185-04af-4fdd-aa22-d24dc664cf85 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-9d028185-04af-4fdd-aa22-d24dc664cf85 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-10-26 09:43:22,102 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types?is_public=None used request id req-9d028185-04af-4fdd-aa22-d24dc664cf85 2018-10-26 09:43:22,108 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-9d028185-04af-4fdd-aa22-d24dc664cf85" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81a3f89741b64a2a49d581f1df44f3dc1fc5ca1e" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateSimpleVolumeTypeSuccessTests-6c58a04b-2284-47e5-84f8-2309df1c6b93", "description": null}}' 2018-10-26 09:43:22,353 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:22 GMT Server: Apache x-compute-request-id: req-d6b3d645-1e0e-4cdf-a7c1-64a0c914417f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d6b3d645-1e0e-4cdf-a7c1-64a0c914417f Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-6c58a04b-2284-47e5-84f8-2309df1c6b93", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "03b8f3eb-ddc5-4d27-963d-01b164dcbca0", "description": null}} 2018-10-26 09:43:22,354 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types used request id req-d6b3d645-1e0e-4cdf-a7c1-64a0c914417f 2018-10-26 09:43:22,354 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-6c58a04b-2284-47e5-84f8-2309df1c6b93 2018-10-26 09:43:22,357 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48fe9d61294810d546f2baa35bc615b1e3619246" 2018-10-26 09:43:22,526 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:22 GMT Server: Apache x-compute-request-id: req-b739421d-b3d6-4d85-a673-c7ace94fb720 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b739421d-b3d6-4d85-a673-c7ace94fb720 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateSimpleVolumeTypeSuccessTests-6c58a04b-2284-47e5-84f8-2309df1c6b93", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "03b8f3eb-ddc5-4d27-963d-01b164dcbca0", "description": null}]} 2018-10-26 09:43:22,527 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types?is_public=None used request id req-b739421d-b3d6-4d85-a673-c7ace94fb720 2018-10-26 09:43:22,530 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types/03b8f3eb-ddc5-4d27-963d-01b164dcbca0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b739421d-b3d6-4d85-a673-c7ace94fb720" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48fe9d61294810d546f2baa35bc615b1e3619246" 2018-10-26 09:43:22,709 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:22 GMT Server: Apache x-compute-request-id: req-8aaf8f5c-d2fd-45f6-b3d4-808e8501e2e8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8aaf8f5c-d2fd-45f6-b3d4-808e8501e2e8 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-6c58a04b-2284-47e5-84f8-2309df1c6b93", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "03b8f3eb-ddc5-4d27-963d-01b164dcbca0", "description": null}} 2018-10-26 09:43:22,710 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types/03b8f3eb-ddc5-4d27-963d-01b164dcbca0 used request id req-8aaf8f5c-d2fd-45f6-b3d4-808e8501e2e8 2018-10-26 09:43:22,713 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types/03b8f3eb-ddc5-4d27-963d-01b164dcbca0/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b739421d-b3d6-4d85-a673-c7ace94fb720" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48fe9d61294810d546f2baa35bc615b1e3619246" 2018-10-26 09:43:22,898 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:22 GMT Server: Apache x-compute-request-id: req-d2a72ff3-a246-49d4-9ea6-b42bfe205c9d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d2a72ff3-a246-49d4-9ea6-b42bfe205c9d Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-10-26 09:43:22,898 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types/03b8f3eb-ddc5-4d27-963d-01b164dcbca0/encryption used request id req-d2a72ff3-a246-49d4-9ea6-b42bfe205c9d 2018-10-26 09:43:22,898 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:43:22,899 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:43:23,287 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:43:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["etQl-hh2Sh29LIMRzQ7CFA"], "issued_at": "2018-10-26T09:43:23.000000Z"}} 2018-10-26 09:43:23,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85ebb7edc4db1b818375a268364ac1c0ff476d99" 2018-10-26 09:43:23,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9f35421-791d-4fc8-b440-3a1a55e8a26e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:43:23,382 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d9f35421-791d-4fc8-b440-3a1a55e8a26e 2018-10-26 09:43:23,387 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85ebb7edc4db1b818375a268364ac1c0ff476d99" 2018-10-26 09:43:23,561 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:23 GMT Server: Apache x-compute-request-id: req-26bcaf6c-4608-4f0f-b0bb-29f1eb51b0d9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-26bcaf6c-4608-4f0f-b0bb-29f1eb51b0d9 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateSimpleVolumeTypeSuccessTests-6c58a04b-2284-47e5-84f8-2309df1c6b93", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "03b8f3eb-ddc5-4d27-963d-01b164dcbca0", "description": null}]} 2018-10-26 09:43:23,562 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types?is_public=None used request id req-26bcaf6c-4608-4f0f-b0bb-29f1eb51b0d9 2018-10-26 09:43:23,565 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types/03b8f3eb-ddc5-4d27-963d-01b164dcbca0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-26bcaf6c-4608-4f0f-b0bb-29f1eb51b0d9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85ebb7edc4db1b818375a268364ac1c0ff476d99" 2018-10-26 09:43:23,736 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:23 GMT Server: Apache x-compute-request-id: req-85e78cf8-bc83-47a6-9982-2c662bb35901 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-85e78cf8-bc83-47a6-9982-2c662bb35901 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-6c58a04b-2284-47e5-84f8-2309df1c6b93", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "03b8f3eb-ddc5-4d27-963d-01b164dcbca0", "description": null}} 2018-10-26 09:43:23,736 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types/03b8f3eb-ddc5-4d27-963d-01b164dcbca0 used request id req-85e78cf8-bc83-47a6-9982-2c662bb35901 2018-10-26 09:43:23,739 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types/03b8f3eb-ddc5-4d27-963d-01b164dcbca0/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-26bcaf6c-4608-4f0f-b0bb-29f1eb51b0d9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85ebb7edc4db1b818375a268364ac1c0ff476d99" 2018-10-26 09:43:23,916 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:23 GMT Server: Apache x-compute-request-id: req-7ee77fc5-ccab-425d-84b9-9d5f5661b031 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7ee77fc5-ccab-425d-84b9-9d5f5661b031 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-10-26 09:43:23,916 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types/03b8f3eb-ddc5-4d27-963d-01b164dcbca0/encryption used request id req-7ee77fc5-ccab-425d-84b9-9d5f5661b031 2018-10-26 09:43:23,916 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-6c58a04b-2284-47e5-84f8-2309df1c6b93 2018-10-26 09:43:23,919 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types/03b8f3eb-ddc5-4d27-963d-01b164dcbca0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9d028185-04af-4fdd-aa22-d24dc664cf85" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81a3f89741b64a2a49d581f1df44f3dc1fc5ca1e" 2018-10-26 09:43:24,127 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:43:23 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-730a668e-2181-45ad-8f00-e7135bfd4107 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-26 09:43:24,127 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types/03b8f3eb-ddc5-4d27-963d-01b164dcbca0 used request id req-730a668e-2181-45ad-8f00-e7135bfd4107 2018-10-26 09:43:24,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbdc2d6b3c9bb1d498b1f3b13fcee9bc58c5011b" 2018-10-26 09:43:24,341 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-fd0ec68f-8507-4a9d-9a76-24d7936a86ba Date: Fri, 26 Oct 2018 09:43:24 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:43:24,342 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-fd0ec68f-8507-4a9d-9a76-24d7936a86ba 2018-10-26 09:43:24,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbdc2d6b3c9bb1d498b1f3b13fcee9bc58c5011b" 2018-10-26 09:43:24,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf42054e-4e12-44b1-92a3-90562f75347d 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:43:24,438 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-bf42054e-4e12-44b1-92a3-90562f75347d 2018-10-26 09:43:24,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbdc2d6b3c9bb1d498b1f3b13fcee9bc58c5011b" 2018-10-26 09:43:24,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76c27966-b4f5-4576-ab10-914a46c23e1c 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:43:24,529 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-76c27966-b4f5-4576-ab10-914a46c23e1c 2018-10-26 09:43:24,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbdc2d6b3c9bb1d498b1f3b13fcee9bc58c5011b" 2018-10-26 09:43:24,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1cbbad7-5dba-40dd-a3a2-57cc996e793e 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:43:24,618 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-a1cbbad7-5dba-40dd-a3a2-57cc996e793e 2018-10-26 09:43:24,618 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-1a4ee808-68c7-4b3-proj 2018-10-26 09:43:24,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/a1e221ad17d24def9bc9dfb8dd296ec6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbdc2d6b3c9bb1d498b1f3b13fcee9bc58c5011b" 2018-10-26 09:43:24,831 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:43:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e818497a-97b8-4220-baa7-2b44697d426c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:43:24,831 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/a1e221ad17d24def9bc9dfb8dd296ec6 used request id req-e818497a-97b8-4220-baa7-2b44697d426c 2018-10-26 09:43:24,831 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-1a4ee808-68c7-4b3-proj-role 2018-10-26 09:43:24,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/2498c3c3a3f742dab8e67e99ac333e86 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbdc2d6b3c9bb1d498b1f3b13fcee9bc58c5011b" 2018-10-26 09:43:24,869 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:43:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5e234464-97d4-43fa-a78b-2f98b44db3d5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:43:24,869 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/2498c3c3a3f742dab8e67e99ac333e86 used request id req-5e234464-97d4-43fa-a78b-2f98b44db3d5 2018-10-26 09:43:24,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbdc2d6b3c9bb1d498b1f3b13fcee9bc58c5011b" 2018-10-26 09:43:24,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7558de6-629d-48ec-9185-860c0e86f44a Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:43:24,951 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-f7558de6-629d-48ec-9185-860c0e86f44a 2018-10-26 09:43:24,952 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-1a4ee808-68c7-4b3-user 2018-10-26 09:43:24,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/c2b2cf17598b4e74a2b3cdb0bfdc6877 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a327a176edf3c6d04ff47b97343c81c2d3bb0140" 2018-10-26 09:43:25,133 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:43:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6f3e1abd-31fb-4bea-ae0d-ce8b754c6b23 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:43:25,134 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/c2b2cf17598b4e74a2b3cdb0bfdc6877 used request id req-6f3e1abd-31fb-4bea-ae0d-ce8b754c6b23 2018-10-26 09:43:25,135 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:43:25,523 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:43:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["EhWMA_foTBGuqa7D0Zk18A"], "issued_at": "2018-10-26T09:43:25.000000Z"}} 2018-10-26 09:43:25,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603ec1b34a366b35ab7d6c0536ac9d3654358d46" 2018-10-26 09:43:25,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1406a93d-2e07-4f85-a0f4-d4b3d8f89541 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:43:25,538 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-1406a93d-2e07-4f85-a0f4-d4b3d8f89541 2018-10-26 09:43:25,539 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:43:25,540 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:43:25,931 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:43:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["Q9v4tI39TKeCV1YYUwPxow"], "issued_at": "2018-10-26T09:43:25.000000Z"}} 2018-10-26 09:43:25,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95d1382c58d11652903335c00ab50a35c0b63a08" 2018-10-26 09:43:26,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c361a241-876b-4747-837d-0970def32470 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:43:26,019 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c361a241-876b-4747-837d-0970def32470 2018-10-26 09:43:26,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:43:26,029 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:43: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:43:26,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-71d085af-1167-415-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95d1382c58d11652903335c00ab50a35c0b63a08" 2018-10-26 09:43:26,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84adbad0-4a52-4433-92eb-b1925a9bc4a4 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-71d085af-1167-415-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:43:26,121 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-71d085af-1167-415-proj used request id req-84adbad0-4a52-4433-92eb-b1925a9bc4a4 2018-10-26 09:43:26,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95d1382c58d11652903335c00ab50a35c0b63a08" 2018-10-26 09:43:26,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4912c153-d7f3-4da6-983e-48bca1e06788 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:43:26,212 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-4912c153-d7f3-4da6-983e-48bca1e06788 2018-10-26 09:43:26,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95d1382c58d11652903335c00ab50a35c0b63a08" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-71d085af-1167-415-proj"}}' 2018-10-26 09:43:26,350 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:43:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0327be8c-fd21-490b-9e6b-b5a03a9c481c Content-Length: 319 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e845879631ec4240949e0c0d735739be"}, "enabled": true, "id": "e845879631ec4240949e0c0d735739be", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-71d085af-1167-415-proj"}} 2018-10-26 09:43:26,350 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-0327be8c-fd21-490b-9e6b-b5a03a9c481c 2018-10-26 09:43:26,351 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-71d085af-1167-415-proj 2018-10-26 09:43:26,351 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:43:26,352 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:43:26,746 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:43:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["4wgkwJycTNubvtWb0ItHlg"], "issued_at": "2018-10-26T09:43:26.000000Z"}} 2018-10-26 09:43:26,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2636e2dd4a92c892c171269429358ca7cd9b2b4" 2018-10-26 09:43:26,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9adb35f-ef53-4141-b1bc-91aa6ca6e67c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:43:26,835 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f9adb35f-ef53-4141-b1bc-91aa6ca6e67c 2018-10-26 09:43:26,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:43:26,845 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:43: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:43:26,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2636e2dd4a92c892c171269429358ca7cd9b2b4" 2018-10-26 09:43:26,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0f69732-dd7a-4feb-9288-98241c1e8a0d Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:43:26,883 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-e0f69732-dd7a-4feb-9288-98241c1e8a0d 2018-10-26 09:43:26,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-71d085af-1167-415-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2636e2dd4a92c892c171269429358ca7cd9b2b4" 2018-10-26 09:43:26,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbfc7e7a-0873-4809-80ab-ada37b0b915b Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-71d085af-1167-415-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e845879631ec4240949e0c0d735739be"}, "enabled": true, "id": "e845879631ec4240949e0c0d735739be", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-71d085af-1167-415-proj"}]} 2018-10-26 09:43:26,903 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-71d085af-1167-415-proj used request id req-bbfc7e7a-0873-4809-80ab-ada37b0b915b 2018-10-26 09:43:26,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2636e2dd4a92c892c171269429358ca7cd9b2b4" 2018-10-26 09:43:26,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08e4d268-1ac1-4a93-b705-39aba6435569 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:43:26,999 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-08e4d268-1ac1-4a93-b705-39aba6435569 2018-10-26 09:43:27,372 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-71d085af-1167-415-user 2018-10-26 09:43:27,372 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:43:27,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95d1382c58d11652903335c00ab50a35c0b63a08" 2018-10-26 09:43:27,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dde9b808-99fa-45a2-9c69-5dfc735d8c8c Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:43:27,471 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-dde9b808-99fa-45a2-9c69-5dfc735d8c8c 2018-10-26 09:43:27,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95d1382c58d11652903335c00ab50a35c0b63a08" -d '{"role": {"name": "CreateSimpleVolumeTypeSuccessTests-71d085af-1167-415-proj-role"}}' 2018-10-26 09:43:27,570 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:43:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-462defa8-988d-4bd6-938e-b0fcfeb859bc Content-Length: 233 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7f4ab78e94a842ab829a27eb3c721392", "links": {"self": "http://172.30.9.21:5000/v3/roles/7f4ab78e94a842ab829a27eb3c721392"}, "name": "CreateSimpleVolumeTypeSuccessTests-71d085af-1167-415-proj-role"}} 2018-10-26 09:43:27,571 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-462defa8-988d-4bd6-938e-b0fcfeb859bc 2018-10-26 09:43:27,571 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-71d085af-1167-415-proj-role 2018-10-26 09:43:27,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/7f4ab78e94a842ab829a27eb3c721392 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95d1382c58d11652903335c00ab50a35c0b63a08" 2018-10-26 09:43:27,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-738830e7-243a-4638-ab9f-85275011980c Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/7f4ab78e94a842ab829a27eb3c721392"}, "domain_id": null, "name": "CreateSimpleVolumeTypeSuccessTests-71d085af-1167-415-proj-role", "id": "7f4ab78e94a842ab829a27eb3c721392"}} 2018-10-26 09:43:27,656 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/7f4ab78e94a842ab829a27eb3c721392 used request id req-738830e7-243a-4638-ab9f-85275011980c 2018-10-26 09:43:27,656 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-71d085af-1167-415-proj-role to project CreateSimpleVolumeTypeSuccessTests-71d085af-1167-415-proj 2018-10-26 09:43:27,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/e845879631ec4240949e0c0d735739be/users/01b9d770839e458bac49b5d15387298f/roles/7f4ab78e94a842ab829a27eb3c721392 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95d1382c58d11652903335c00ab50a35c0b63a08" 2018-10-26 09:43:27,795 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:43:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2ffaac53-bd3f-4e74-afdd-cd32dba3dee2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:43:27,796 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/e845879631ec4240949e0c0d735739be/users/01b9d770839e458bac49b5d15387298f/roles/7f4ab78e94a842ab829a27eb3c721392 used request id req-2ffaac53-bd3f-4e74-afdd-cd32dba3dee2 2018-10-26 09:43:27,798 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:43:27,799 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:43:28,176 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:43:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["RZto9ZIPRQ-FsNyGi_mzpQ"], "issued_at": "2018-10-26T09:43:28.000000Z"}} 2018-10-26 09:43:28,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4269e388121391c6c5c65cfdf2b5e2689d1f6f66" 2018-10-26 09:43:28,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81f641b2-e1e3-4d57-b49e-9eca9d1f793a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:43:28,267 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-81f641b2-e1e3-4d57-b49e-9eca9d1f793a 2018-10-26 09:43:28,273 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4269e388121391c6c5c65cfdf2b5e2689d1f6f66" 2018-10-26 09:43:28,434 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:28 GMT Server: Apache x-compute-request-id: req-be0c216f-7e0b-4c99-8327-ae256d7f7534 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-be0c216f-7e0b-4c99-8327-ae256d7f7534 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-10-26 09:43:28,434 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types?is_public=None used request id req-be0c216f-7e0b-4c99-8327-ae256d7f7534 2018-10-26 09:43:28,438 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-be0c216f-7e0b-4c99-8327-ae256d7f7534" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4269e388121391c6c5c65cfdf2b5e2689d1f6f66" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateSimpleVolumeTypeSuccessTests-d7c70441-3a21-4179-876b-fc1c41d5e9cf", "description": null}}' 2018-10-26 09:43:29,026 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:28 GMT Server: Apache x-compute-request-id: req-1f698b30-7d13-4be7-acd7-a8997325692c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1f698b30-7d13-4be7-acd7-a8997325692c Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-d7c70441-3a21-4179-876b-fc1c41d5e9cf", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "47a05583-0360-4b04-8b1f-812a1a7ce442", "description": null}} 2018-10-26 09:43:29,026 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types used request id req-1f698b30-7d13-4be7-acd7-a8997325692c 2018-10-26 09:43:29,027 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-d7c70441-3a21-4179-876b-fc1c41d5e9cf 2018-10-26 09:43:29,030 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603ec1b34a366b35ab7d6c0536ac9d3654358d46" 2018-10-26 09:43:29,227 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:29 GMT Server: Apache x-compute-request-id: req-5dc25929-102f-4e0a-9eef-f288159b1a3e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5dc25929-102f-4e0a-9eef-f288159b1a3e Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateSimpleVolumeTypeSuccessTests-d7c70441-3a21-4179-876b-fc1c41d5e9cf", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "47a05583-0360-4b04-8b1f-812a1a7ce442", "description": null}]} 2018-10-26 09:43:29,227 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types?is_public=None used request id req-5dc25929-102f-4e0a-9eef-f288159b1a3e 2018-10-26 09:43:29,231 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types/47a05583-0360-4b04-8b1f-812a1a7ce442 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5dc25929-102f-4e0a-9eef-f288159b1a3e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603ec1b34a366b35ab7d6c0536ac9d3654358d46" 2018-10-26 09:43:29,411 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:29 GMT Server: Apache x-compute-request-id: req-05a62d12-692a-45e9-a1de-faa6483b5fdf OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-05a62d12-692a-45e9-a1de-faa6483b5fdf Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-d7c70441-3a21-4179-876b-fc1c41d5e9cf", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "47a05583-0360-4b04-8b1f-812a1a7ce442", "description": null}} 2018-10-26 09:43:29,411 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types/47a05583-0360-4b04-8b1f-812a1a7ce442 used request id req-05a62d12-692a-45e9-a1de-faa6483b5fdf 2018-10-26 09:43:29,414 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types/47a05583-0360-4b04-8b1f-812a1a7ce442/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5dc25929-102f-4e0a-9eef-f288159b1a3e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603ec1b34a366b35ab7d6c0536ac9d3654358d46" 2018-10-26 09:43:29,596 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:29 GMT Server: Apache x-compute-request-id: req-7ee01e10-5d82-4ad4-9b82-780ff1e56a82 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7ee01e10-5d82-4ad4-9b82-780ff1e56a82 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-10-26 09:43:29,596 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types/47a05583-0360-4b04-8b1f-812a1a7ce442/encryption used request id req-7ee01e10-5d82-4ad4-9b82-780ff1e56a82 2018-10-26 09:43:29,600 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types/47a05583-0360-4b04-8b1f-812a1a7ce442 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5dc25929-102f-4e0a-9eef-f288159b1a3e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603ec1b34a366b35ab7d6c0536ac9d3654358d46" 2018-10-26 09:43:29,775 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:29 GMT Server: Apache x-compute-request-id: req-5411d6b1-bedd-4f86-b702-3de472bd30b4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5411d6b1-bedd-4f86-b702-3de472bd30b4 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-d7c70441-3a21-4179-876b-fc1c41d5e9cf", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "47a05583-0360-4b04-8b1f-812a1a7ce442", "description": null}} 2018-10-26 09:43:29,775 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types/47a05583-0360-4b04-8b1f-812a1a7ce442 used request id req-5411d6b1-bedd-4f86-b702-3de472bd30b4 2018-10-26 09:43:29,778 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types/47a05583-0360-4b04-8b1f-812a1a7ce442 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5dc25929-102f-4e0a-9eef-f288159b1a3e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603ec1b34a366b35ab7d6c0536ac9d3654358d46" 2018-10-26 09:43:29,944 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:29 GMT Server: Apache x-compute-request-id: req-e6b4fe73-68ab-4951-852e-cf1f7a3144ed OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e6b4fe73-68ab-4951-852e-cf1f7a3144ed Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-d7c70441-3a21-4179-876b-fc1c41d5e9cf", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "47a05583-0360-4b04-8b1f-812a1a7ce442", "description": null}} 2018-10-26 09:43:29,945 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types/47a05583-0360-4b04-8b1f-812a1a7ce442 used request id req-e6b4fe73-68ab-4951-852e-cf1f7a3144ed 2018-10-26 09:43:29,948 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types/47a05583-0360-4b04-8b1f-812a1a7ce442/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5dc25929-102f-4e0a-9eef-f288159b1a3e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}603ec1b34a366b35ab7d6c0536ac9d3654358d46" 2018-10-26 09:43:30,507 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:29 GMT Server: Apache x-compute-request-id: req-2bfe74cb-c708-423e-94bf-c1ead061bc0b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2bfe74cb-c708-423e-94bf-c1ead061bc0b Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-10-26 09:43:30,508 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types/47a05583-0360-4b04-8b1f-812a1a7ce442/encryption used request id req-2bfe74cb-c708-423e-94bf-c1ead061bc0b 2018-10-26 09:43:30,508 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-d7c70441-3a21-4179-876b-fc1c41d5e9cf 2018-10-26 09:43:30,511 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types/47a05583-0360-4b04-8b1f-812a1a7ce442 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-be0c216f-7e0b-4c99-8327-ae256d7f7534" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4269e388121391c6c5c65cfdf2b5e2689d1f6f66" 2018-10-26 09:43:30,726 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:43:30 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-abc2299f-84fa-4f8d-bfbb-8274958e28ec 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-26 09:43:30,726 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types/47a05583-0360-4b04-8b1f-812a1a7ce442 used request id req-abc2299f-84fa-4f8d-bfbb-8274958e28ec 2018-10-26 09:43:30,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95d1382c58d11652903335c00ab50a35c0b63a08" 2018-10-26 09:43:30,933 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-a61ee922-4617-4231-8b86-ae4213222e85 Date: Fri, 26 Oct 2018 09:43:30 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:43:30,933 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-a61ee922-4617-4231-8b86-ae4213222e85 2018-10-26 09:43:30,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95d1382c58d11652903335c00ab50a35c0b63a08" 2018-10-26 09:43:31,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbf044dc-706e-46d4-9a37-48f2d6cc88f6 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:43:31,035 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-bbf044dc-706e-46d4-9a37-48f2d6cc88f6 2018-10-26 09:43:31,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95d1382c58d11652903335c00ab50a35c0b63a08" 2018-10-26 09:43:31,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be05db64-59ef-40de-8251-55f631496870 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:43:31,114 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-be05db64-59ef-40de-8251-55f631496870 2018-10-26 09:43:31,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95d1382c58d11652903335c00ab50a35c0b63a08" 2018-10-26 09:43:31,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0c231d6-ebd3-464b-b43a-d433f10d8bda 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:43:31,206 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-f0c231d6-ebd3-464b-b43a-d433f10d8bda 2018-10-26 09:43:31,207 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-71d085af-1167-415-proj 2018-10-26 09:43:31,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/e845879631ec4240949e0c0d735739be -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95d1382c58d11652903335c00ab50a35c0b63a08" 2018-10-26 09:43:31,412 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:43:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-26c1ebe8-29bd-4647-845a-834a5205d66c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:43:31,413 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/e845879631ec4240949e0c0d735739be used request id req-26c1ebe8-29bd-4647-845a-834a5205d66c 2018-10-26 09:43:31,413 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-71d085af-1167-415-proj-role 2018-10-26 09:43:31,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/7f4ab78e94a842ab829a27eb3c721392 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95d1382c58d11652903335c00ab50a35c0b63a08" 2018-10-26 09:43:31,459 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:43:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-953bd376-d0e1-4bc3-979a-e607d750c086 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:43:31,459 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/7f4ab78e94a842ab829a27eb3c721392 used request id req-953bd376-d0e1-4bc3-979a-e607d750c086 2018-10-26 09:43:31,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95d1382c58d11652903335c00ab50a35c0b63a08" 2018-10-26 09:43:31,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a354e7f4-4b06-49d8-b6fc-30116c56b6b7 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:43:31,553 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-a354e7f4-4b06-49d8-b6fc-30116c56b6b7 2018-10-26 09:43:31,554 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-71d085af-1167-415-user 2018-10-26 09:43:31,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/01b9d770839e458bac49b5d15387298f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2636e2dd4a92c892c171269429358ca7cd9b2b4" 2018-10-26 09:43:31,730 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:43:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f270392f-273b-4dc0-bbf6-8268821bae8e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:43:31,730 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/01b9d770839e458bac49b5d15387298f used request id req-f270392f-273b-4dc0-bbf6-8268821bae8e 2018-10-26 09:43:31,732 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:43:32,101 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:43:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["FSGcoK7CTRy_ODq0WcNaLQ"], "issued_at": "2018-10-26T09:43:32.000000Z"}} 2018-10-26 09:43:32,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09cb0cd827dcf75d18b621fc4e5f4987f66eaac9" 2018-10-26 09:43:32,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-158dde88-6308-475c-ae47-99c9916e8fff Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:43:32,186 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-158dde88-6308-475c-ae47-99c9916e8fff 2018-10-26 09:43:32,188 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:43:32,189 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:43:32,576 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:43:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["MDAz1Lk2Se-WcH0dZwW9EQ"], "issued_at": "2018-10-26T09:43:32.000000Z"}} 2018-10-26 09:43:32,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9811273628b8c9ac3a654cd5151d5698082b7aa8" 2018-10-26 09:43:32,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d21b1991-0a1b-41aa-8d8b-f96c98715962 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:43:32,657 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d21b1991-0a1b-41aa-8d8b-f96c98715962 2018-10-26 09:43:32,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:43:32,667 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:43: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:43:32,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-1d7bb794-ed7d-4d3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9811273628b8c9ac3a654cd5151d5698082b7aa8" 2018-10-26 09:43:32,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d05d62a-d425-4fb9-aa52-543b9a36d8d3 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-1d7bb794-ed7d-4d3-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:43:32,757 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-1d7bb794-ed7d-4d3-proj used request id req-7d05d62a-d425-4fb9-aa52-543b9a36d8d3 2018-10-26 09:43:32,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9811273628b8c9ac3a654cd5151d5698082b7aa8" 2018-10-26 09:43:32,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bba3b0f-cae9-44dc-9d03-66d1b4d36259 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:43:32,842 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-1bba3b0f-cae9-44dc-9d03-66d1b4d36259 2018-10-26 09:43:32,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9811273628b8c9ac3a654cd5151d5698082b7aa8" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeTypeComplexTests-1d7bb794-ed7d-4d3-proj"}}' 2018-10-26 09:43:32,960 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:43:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-831fc21c-122c-46d7-89cb-190bf07fd5cb Content-Length: 313 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/bd0dfe923f86423e82717d40930e9f2d"}, "enabled": true, "id": "bd0dfe923f86423e82717d40930e9f2d", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-1d7bb794-ed7d-4d3-proj"}} 2018-10-26 09:43:32,961 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-831fc21c-122c-46d7-89cb-190bf07fd5cb 2018-10-26 09:43:32,961 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-1d7bb794-ed7d-4d3-proj 2018-10-26 09:43:32,961 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:43:32,962 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:43:33,363 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:43:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["vMJwIxzJS5--_goQdYx3Lw"], "issued_at": "2018-10-26T09:43:33.000000Z"}} 2018-10-26 09:43:33,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8670c661c8e4f7e29ebd2a7b8ad487e0960cfdaf" 2018-10-26 09:43:33,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab19aea6-7423-48b5-849e-823d3a5fd694 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:43:33,376 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ab19aea6-7423-48b5-849e-823d3a5fd694 2018-10-26 09:43:33,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:43:33,385 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:43: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:43:33,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8670c661c8e4f7e29ebd2a7b8ad487e0960cfdaf" 2018-10-26 09:43:33,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1f29046-077b-4b64-8477-658bae29374a Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:43:33,491 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-d1f29046-077b-4b64-8477-658bae29374a 2018-10-26 09:43:33,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateVolumeTypeComplexTests-1d7bb794-ed7d-4d3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8670c661c8e4f7e29ebd2a7b8ad487e0960cfdaf" 2018-10-26 09:43:33,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b806dcf9-2c29-48c0-ae28-e31cb77295c1 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateVolumeTypeComplexTests-1d7bb794-ed7d-4d3-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/bd0dfe923f86423e82717d40930e9f2d"}, "enabled": true, "id": "bd0dfe923f86423e82717d40930e9f2d", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-1d7bb794-ed7d-4d3-proj"}]} 2018-10-26 09:43:33,576 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateVolumeTypeComplexTests-1d7bb794-ed7d-4d3-proj used request id req-b806dcf9-2c29-48c0-ae28-e31cb77295c1 2018-10-26 09:43:33,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8670c661c8e4f7e29ebd2a7b8ad487e0960cfdaf" 2018-10-26 09:43:33,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c6dfb49-3b7f-4e41-b0cd-1ffa1db70135 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:43:33,668 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-5c6dfb49-3b7f-4e41-b0cd-1ffa1db70135 2018-10-26 09:43:34,030 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-1d7bb794-ed7d-4d3-user 2018-10-26 09:43:34,031 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:43:34,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9811273628b8c9ac3a654cd5151d5698082b7aa8" 2018-10-26 09:43:34,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70b9fa79-3230-4a88-a9c4-d6d8fe49f26b Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:43:34,119 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-70b9fa79-3230-4a88-a9c4-d6d8fe49f26b 2018-10-26 09:43:34,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9811273628b8c9ac3a654cd5151d5698082b7aa8" -d '{"role": {"name": "CreateVolumeTypeComplexTests-1d7bb794-ed7d-4d3-proj-role"}}' 2018-10-26 09:43:34,236 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:43:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f6357bc7-cf9d-44c9-91fd-0fe6645c60a4 Content-Length: 227 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6e0afac9abb44285b159da35486aa9a6", "links": {"self": "http://172.30.9.21:5000/v3/roles/6e0afac9abb44285b159da35486aa9a6"}, "name": "CreateVolumeTypeComplexTests-1d7bb794-ed7d-4d3-proj-role"}} 2018-10-26 09:43:34,236 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-f6357bc7-cf9d-44c9-91fd-0fe6645c60a4 2018-10-26 09:43:34,237 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-1d7bb794-ed7d-4d3-proj-role 2018-10-26 09:43:34,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/6e0afac9abb44285b159da35486aa9a6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9811273628b8c9ac3a654cd5151d5698082b7aa8" 2018-10-26 09:43:34,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0311af6-e732-41fe-9787-9135cedb602e Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/6e0afac9abb44285b159da35486aa9a6"}, "domain_id": null, "name": "CreateVolumeTypeComplexTests-1d7bb794-ed7d-4d3-proj-role", "id": "6e0afac9abb44285b159da35486aa9a6"}} 2018-10-26 09:43:34,333 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/6e0afac9abb44285b159da35486aa9a6 used request id req-a0311af6-e732-41fe-9787-9135cedb602e 2018-10-26 09:43:34,333 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-1d7bb794-ed7d-4d3-proj-role to project CreateVolumeTypeComplexTests-1d7bb794-ed7d-4d3-proj 2018-10-26 09:43:34,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/bd0dfe923f86423e82717d40930e9f2d/users/5071173f61ee4db2b3cee8ee6f403456/roles/6e0afac9abb44285b159da35486aa9a6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9811273628b8c9ac3a654cd5151d5698082b7aa8" 2018-10-26 09:43:34,466 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:43:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-669f99e7-055d-445c-a055-cb74838d8f66 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:43:34,466 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/bd0dfe923f86423e82717d40930e9f2d/users/5071173f61ee4db2b3cee8ee6f403456/roles/6e0afac9abb44285b159da35486aa9a6 used request id req-669f99e7-055d-445c-a055-cb74838d8f66 2018-10-26 09:43:34,468 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:43:34,469 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:43:34,940 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:43:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["Sb931awyRBWk3t4oByPkEA"], "issued_at": "2018-10-26T09:43:34.000000Z"}} 2018-10-26 09:43:34,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b1975edb3e673dd4a016eeb751896d877a508ad" 2018-10-26 09:43:34,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfa78e18-0f33-41ba-a236-7f2deb3cca3b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:43:34,957 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-cfa78e18-0f33-41ba-a236-7f2deb3cca3b 2018-10-26 09:43:34,963 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b1975edb3e673dd4a016eeb751896d877a508ad" 2018-10-26 09:43:35,161 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:34 GMT Server: Apache x-compute-request-id: req-bf620ac2-564f-496c-a059-d887c09f164b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-bf620ac2-564f-496c-a059-d887c09f164b Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-10-26 09:43:35,161 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs used request id req-bf620ac2-564f-496c-a059-d887c09f164b 2018-10-26 09:43:35,164 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-bf620ac2-564f-496c-a059-d887c09f164b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b1975edb3e673dd4a016eeb751896d877a508ad" -d '{"qos_specs": {"consumer": "both", "name": "CreateVolumeTypeComplexTests-43ddb477-e3c7-4060-bf04-654482404bfe-qos-spec"}}' 2018-10-26 09:43:35,385 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:35 GMT Server: Apache x-compute-request-id: req-90cda470-53e8-4fae-aedc-f8366d5c3c2d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-90cda470-53e8-4fae-aedc-f8366d5c3c2d Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "c4ad4ab6-bf95-44ed-b264-6ed5d918e82d", "name": "CreateVolumeTypeComplexTests-43ddb477-e3c7-4060-bf04-654482404bfe-qos-spec"}, "links": [{"href": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs/c4ad4ab6-bf95-44ed-b264-6ed5d918e82d", "rel": "self"}, {"href": "http://172.30.9.21:8776/520bb063707641068ecd26c37a46f476/qos-specs/c4ad4ab6-bf95-44ed-b264-6ed5d918e82d", "rel": "bookmark"}]} 2018-10-26 09:43:35,386 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs used request id req-90cda470-53e8-4fae-aedc-f8366d5c3c2d 2018-10-26 09:43:35,386 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-43ddb477-e3c7-4060-bf04-654482404bfe-qos-spec 2018-10-26 09:43:35,386 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:43:35,387 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:43:35,768 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:43:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["afWJHgaCTUajS4SKiKumqQ"], "issued_at": "2018-10-26T09:43:35.000000Z"}} 2018-10-26 09:43:35,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf09911c0c1e2e29c329386828409e65ea879d96" 2018-10-26 09:43:35,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2564cc6e-9b03-4a1a-8db7-078bb58c50d4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:43:35,854 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-2564cc6e-9b03-4a1a-8db7-078bb58c50d4 2018-10-26 09:43:35,860 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf09911c0c1e2e29c329386828409e65ea879d96" 2018-10-26 09:43:36,035 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:35 GMT Server: Apache x-compute-request-id: req-cdd70d1e-c4bf-4ad8-9a8e-66c87b6fca59 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-cdd70d1e-c4bf-4ad8-9a8e-66c87b6fca59 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-10-26 09:43:36,035 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types?is_public=None used request id req-cdd70d1e-c4bf-4ad8-9a8e-66c87b6fca59 2018-10-26 09:43:36,038 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-cdd70d1e-c4bf-4ad8-9a8e-66c87b6fca59" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf09911c0c1e2e29c329386828409e65ea879d96" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeTypeComplexTests-43ddb477-e3c7-4060-bf04-654482404bfe-vol_type", "description": null}}' 2018-10-26 09:43:36,342 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:36 GMT Server: Apache x-compute-request-id: req-8b1f7c0a-41c3-4210-a9e6-2b24e36d2da9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8b1f7c0a-41c3-4210-a9e6-2b24e36d2da9 Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-43ddb477-e3c7-4060-bf04-654482404bfe-vol_type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "f12c4fd6-632d-4d92-ac25-0bda5dba98de", "description": null}} 2018-10-26 09:43:36,342 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types used request id req-8b1f7c0a-41c3-4210-a9e6-2b24e36d2da9 2018-10-26 09:43:36,345 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types/f12c4fd6-632d-4d92-ac25-0bda5dba98de/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-cdd70d1e-c4bf-4ad8-9a8e-66c87b6fca59" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf09911c0c1e2e29c329386828409e65ea879d96" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-10-26 09:43:36,930 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:36 GMT Server: Apache x-compute-request-id: req-a67e456e-e44b-4f42-92b0-45bedb51b51e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a67e456e-e44b-4f42-92b0-45bedb51b51e Content-Encoding: gzip Content-Length: 168 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "f12c4fd6-632d-4d92-ac25-0bda5dba98de", "name": "foo", "control_location": "back-end", "encryption_id": "22eda74a-1909-44cc-aeeb-def340ca0cf2", "provider": "bar", "provider_class": "bar"}} 2018-10-26 09:43:36,930 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types/f12c4fd6-632d-4d92-ac25-0bda5dba98de/encryption used request id req-a67e456e-e44b-4f42-92b0-45bedb51b51e 2018-10-26 09:43:36,931 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-43ddb477-e3c7-4060-bf04-654482404bfe-vol_type 2018-10-26 09:43:36,934 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types/f12c4fd6-632d-4d92-ac25-0bda5dba98de -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09cb0cd827dcf75d18b621fc4e5f4987f66eaac9" 2018-10-26 09:43:37,127 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:36 GMT Server: Apache x-compute-request-id: req-94835d69-4274-4843-8b09-adc8ab3c3b55 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-94835d69-4274-4843-8b09-adc8ab3c3b55 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-43ddb477-e3c7-4060-bf04-654482404bfe-vol_type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "f12c4fd6-632d-4d92-ac25-0bda5dba98de", "description": null}} 2018-10-26 09:43:37,127 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types/f12c4fd6-632d-4d92-ac25-0bda5dba98de used request id req-94835d69-4274-4843-8b09-adc8ab3c3b55 2018-10-26 09:43:37,130 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types/f12c4fd6-632d-4d92-ac25-0bda5dba98de -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-94835d69-4274-4843-8b09-adc8ab3c3b55" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09cb0cd827dcf75d18b621fc4e5f4987f66eaac9" 2018-10-26 09:43:37,307 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:37 GMT Server: Apache x-compute-request-id: req-d1cf0e2f-a256-4d3f-9d95-fe98a7022a15 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d1cf0e2f-a256-4d3f-9d95-fe98a7022a15 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-43ddb477-e3c7-4060-bf04-654482404bfe-vol_type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "f12c4fd6-632d-4d92-ac25-0bda5dba98de", "description": null}} 2018-10-26 09:43:37,307 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types/f12c4fd6-632d-4d92-ac25-0bda5dba98de used request id req-d1cf0e2f-a256-4d3f-9d95-fe98a7022a15 2018-10-26 09:43:37,310 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types/f12c4fd6-632d-4d92-ac25-0bda5dba98de/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-94835d69-4274-4843-8b09-adc8ab3c3b55" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09cb0cd827dcf75d18b621fc4e5f4987f66eaac9" 2018-10-26 09:43:37,479 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:37 GMT Server: Apache x-compute-request-id: req-c5adbc03-f00f-4324-b3b4-fea536552988 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c5adbc03-f00f-4324-b3b4-fea536552988 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"volume_type_id": "f12c4fd6-632d-4d92-ac25-0bda5dba98de", "control_location": "back-end", "deleted": false, "created_at": "2018-10-26T09:43:36.000000", "updated_at": null, "encryption_id": "22eda74a-1909-44cc-aeeb-def340ca0cf2", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2018-10-26 09:43:37,479 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types/f12c4fd6-632d-4d92-ac25-0bda5dba98de/encryption used request id req-c5adbc03-f00f-4324-b3b4-fea536552988 2018-10-26 09:43:37,479 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-43ddb477-e3c7-4060-bf04-654482404bfe-vol_type 2018-10-26 09:43:37,482 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types/f12c4fd6-632d-4d92-ac25-0bda5dba98de -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cdd70d1e-c4bf-4ad8-9a8e-66c87b6fca59" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf09911c0c1e2e29c329386828409e65ea879d96" 2018-10-26 09:43:37,690 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:43:37 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-90229a3d-a1ab-43bf-9a11-bbbb0d254ab6 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-26 09:43:37,690 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types/f12c4fd6-632d-4d92-ac25-0bda5dba98de used request id req-90229a3d-a1ab-43bf-9a11-bbbb0d254ab6 2018-10-26 09:43:37,691 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-43ddb477-e3c7-4060-bf04-654482404bfe-qos-spec 2018-10-26 09:43:37,694 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs/c4ad4ab6-bf95-44ed-b264-6ed5d918e82d?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-bf620ac2-564f-496c-a059-d887c09f164b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b1975edb3e673dd4a016eeb751896d877a508ad" 2018-10-26 09:43:37,912 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:43:37 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-017b0a5e-7761-496f-bd4b-5aefdb3301ac 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-26 09:43:37,912 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs/c4ad4ab6-bf95-44ed-b264-6ed5d918e82d?force=False used request id req-017b0a5e-7761-496f-bd4b-5aefdb3301ac 2018-10-26 09:43:37,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9811273628b8c9ac3a654cd5151d5698082b7aa8" 2018-10-26 09:43:38,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-cc2e71df-af35-44cd-86f3-ff694a67f98b Date: Fri, 26 Oct 2018 09:43:38 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:43:38,113 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-cc2e71df-af35-44cd-86f3-ff694a67f98b 2018-10-26 09:43:38,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9811273628b8c9ac3a654cd5151d5698082b7aa8" 2018-10-26 09:43:38,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b255114-c65e-4f04-8fcf-785e6303f139 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:43:38,206 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-6b255114-c65e-4f04-8fcf-785e6303f139 2018-10-26 09:43:38,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9811273628b8c9ac3a654cd5151d5698082b7aa8" 2018-10-26 09:43:38,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52dc846f-e6a3-425c-a6fb-e2bab5ec91fe 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:43:38,290 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-52dc846f-e6a3-425c-a6fb-e2bab5ec91fe 2018-10-26 09:43:38,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9811273628b8c9ac3a654cd5151d5698082b7aa8" 2018-10-26 09:43:38,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07fbe37e-1138-4c0e-a6d2-43833c0d57de 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:43:38,384 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-07fbe37e-1138-4c0e-a6d2-43833c0d57de 2018-10-26 09:43:38,385 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-1d7bb794-ed7d-4d3-proj 2018-10-26 09:43:38,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/bd0dfe923f86423e82717d40930e9f2d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9811273628b8c9ac3a654cd5151d5698082b7aa8" 2018-10-26 09:43:38,585 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:43:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-92196bef-6a58-4e4e-817b-20ea0169c6e1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:43:38,585 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/bd0dfe923f86423e82717d40930e9f2d used request id req-92196bef-6a58-4e4e-817b-20ea0169c6e1 2018-10-26 09:43:38,586 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-1d7bb794-ed7d-4d3-proj-role 2018-10-26 09:43:38,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/6e0afac9abb44285b159da35486aa9a6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9811273628b8c9ac3a654cd5151d5698082b7aa8" 2018-10-26 09:43:38,690 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:43:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f27b7058-d504-443b-9f5c-1a6e4363e698 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:43:38,690 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/6e0afac9abb44285b159da35486aa9a6 used request id req-f27b7058-d504-443b-9f5c-1a6e4363e698 2018-10-26 09:43:38,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9811273628b8c9ac3a654cd5151d5698082b7aa8" 2018-10-26 09:43:38,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4dca11ae-5ba9-4b8e-9368-b7f3c5cf0084 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:43:38,786 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-4dca11ae-5ba9-4b8e-9368-b7f3c5cf0084 2018-10-26 09:43:38,786 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-1d7bb794-ed7d-4d3-user 2018-10-26 09:43:38,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/5071173f61ee4db2b3cee8ee6f403456 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8670c661c8e4f7e29ebd2a7b8ad487e0960cfdaf" 2018-10-26 09:43:38,970 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:43:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7ff992a8-1f56-4f64-a3e6-0e4da2c0c977 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:43:38,971 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/5071173f61ee4db2b3cee8ee6f403456 used request id req-7ff992a8-1f56-4f64-a3e6-0e4da2c0c977 2018-10-26 09:43:38,972 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:43:39,344 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:43:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["vVApf1YnTH2w9SARXjt2bQ"], "issued_at": "2018-10-26T09:43:39.000000Z"}} 2018-10-26 09:43:39,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca711555c9360ca1f7bc7dbc4c90635267f07d3b" 2018-10-26 09:43:39,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-138654fc-d3fa-439a-b842-087541e21dc0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:43:39,427 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-138654fc-d3fa-439a-b842-087541e21dc0 2018-10-26 09:43:39,428 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:43:39,429 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:43:39,814 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:43:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["vCK-XrlCTQeFyheoX8c1lw"], "issued_at": "2018-10-26T09:43:39.000000Z"}} 2018-10-26 09:43:39,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7edf9b82496bb5635535fd8c72c6c762e8fc7e06" 2018-10-26 09:43:39,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c969042-c9da-40b2-b9fd-40fc45a90406 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:43:39,890 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8c969042-c9da-40b2-b9fd-40fc45a90406 2018-10-26 09:43:39,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:43:39,900 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:43: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:43:39,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-f54776aa-0ef4-482-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7edf9b82496bb5635535fd8c72c6c762e8fc7e06" 2018-10-26 09:43:39,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edbcfdf1-9fd5-4774-8248-9599e966ba45 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-f54776aa-0ef4-482-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:43:39,990 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-f54776aa-0ef4-482-proj used request id req-edbcfdf1-9fd5-4774-8248-9599e966ba45 2018-10-26 09:43:39,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7edf9b82496bb5635535fd8c72c6c762e8fc7e06" 2018-10-26 09:43:40,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20145339-d33b-4227-9ff0-782184ea1cce Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:43:40,074 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-20145339-d33b-4227-9ff0-782184ea1cce 2018-10-26 09:43:40,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7edf9b82496bb5635535fd8c72c6c762e8fc7e06" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeTypeComplexTests-f54776aa-0ef4-482-proj"}}' 2018-10-26 09:43:40,193 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:43:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ff37816c-e711-4cca-9486-95915ab87120 Content-Length: 313 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/101e371e481f407ab8df9f2ee0603942"}, "enabled": true, "id": "101e371e481f407ab8df9f2ee0603942", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-f54776aa-0ef4-482-proj"}} 2018-10-26 09:43:40,194 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-ff37816c-e711-4cca-9486-95915ab87120 2018-10-26 09:43:40,194 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-f54776aa-0ef4-482-proj 2018-10-26 09:43:40,194 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:43:40,195 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:43:40,575 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:43:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["3HZKgo6ISQuQXBb5W_SiHg"], "issued_at": "2018-10-26T09:43:40.000000Z"}} 2018-10-26 09:43:40,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15fe29f59c57b3f7f3056127e3b135ca74e55313" 2018-10-26 09:43:40,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1ed6aa6-97eb-4ad9-be41-2c5e5fb55e80 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:43:40,650 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c1ed6aa6-97eb-4ad9-be41-2c5e5fb55e80 2018-10-26 09:43:40,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:43:40,660 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:43: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:43:40,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15fe29f59c57b3f7f3056127e3b135ca74e55313" 2018-10-26 09:43:40,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8065b9b5-a0dd-4705-b4ee-3df08f87ef79 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:43:40,761 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-8065b9b5-a0dd-4705-b4ee-3df08f87ef79 2018-10-26 09:43:40,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateVolumeTypeComplexTests-f54776aa-0ef4-482-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15fe29f59c57b3f7f3056127e3b135ca74e55313" 2018-10-26 09:43:40,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86071975-f29c-4805-ac77-c2fd10998d90 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateVolumeTypeComplexTests-f54776aa-0ef4-482-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/101e371e481f407ab8df9f2ee0603942"}, "enabled": true, "id": "101e371e481f407ab8df9f2ee0603942", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-f54776aa-0ef4-482-proj"}]} 2018-10-26 09:43:40,847 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateVolumeTypeComplexTests-f54776aa-0ef4-482-proj used request id req-86071975-f29c-4805-ac77-c2fd10998d90 2018-10-26 09:43:40,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15fe29f59c57b3f7f3056127e3b135ca74e55313" 2018-10-26 09:43:40,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac3aa770-6c83-41db-80bc-d6dfb485e10c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:43:40,939 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-ac3aa770-6c83-41db-80bc-d6dfb485e10c 2018-10-26 09:43:41,300 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-f54776aa-0ef4-482-user 2018-10-26 09:43:41,300 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:43:41,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7edf9b82496bb5635535fd8c72c6c762e8fc7e06" 2018-10-26 09:43:41,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c823d7e-afcf-4758-9c01-1612da0f6f96 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:43:41,466 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-7c823d7e-afcf-4758-9c01-1612da0f6f96 2018-10-26 09:43:41,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7edf9b82496bb5635535fd8c72c6c762e8fc7e06" -d '{"role": {"name": "CreateVolumeTypeComplexTests-f54776aa-0ef4-482-proj-role"}}' 2018-10-26 09:43:41,583 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:43:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aae56020-af9a-45bc-b2ef-cc37a7d66b43 Content-Length: 227 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "37954816631e44ea9449a4c2a8bb415e", "links": {"self": "http://172.30.9.21:5000/v3/roles/37954816631e44ea9449a4c2a8bb415e"}, "name": "CreateVolumeTypeComplexTests-f54776aa-0ef4-482-proj-role"}} 2018-10-26 09:43:41,583 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-aae56020-af9a-45bc-b2ef-cc37a7d66b43 2018-10-26 09:43:41,583 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-f54776aa-0ef4-482-proj-role 2018-10-26 09:43:41,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/37954816631e44ea9449a4c2a8bb415e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7edf9b82496bb5635535fd8c72c6c762e8fc7e06" 2018-10-26 09:43:41,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0db29713-9898-4931-b088-c20c5f323587 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/37954816631e44ea9449a4c2a8bb415e"}, "domain_id": null, "name": "CreateVolumeTypeComplexTests-f54776aa-0ef4-482-proj-role", "id": "37954816631e44ea9449a4c2a8bb415e"}} 2018-10-26 09:43:41,680 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/37954816631e44ea9449a4c2a8bb415e used request id req-0db29713-9898-4931-b088-c20c5f323587 2018-10-26 09:43:41,680 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-f54776aa-0ef4-482-proj-role to project CreateVolumeTypeComplexTests-f54776aa-0ef4-482-proj 2018-10-26 09:43:41,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/101e371e481f407ab8df9f2ee0603942/users/a12ea61dde56413892267aa2b66eaf30/roles/37954816631e44ea9449a4c2a8bb415e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7edf9b82496bb5635535fd8c72c6c762e8fc7e06" 2018-10-26 09:43:41,825 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:43:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-24884cd5-72c5-4ccf-9866-ef914e4c333c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:43:41,825 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/101e371e481f407ab8df9f2ee0603942/users/a12ea61dde56413892267aa2b66eaf30/roles/37954816631e44ea9449a4c2a8bb415e used request id req-24884cd5-72c5-4ccf-9866-ef914e4c333c 2018-10-26 09:43:41,827 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:43:41,828 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:43:42,218 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:43:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["xGFdyrokSVmjOAjTXpD3uA"], "issued_at": "2018-10-26T09:43:42.000000Z"}} 2018-10-26 09:43:42,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d96c48305be4a0afcf14ac0e83210065124d7930" 2018-10-26 09:43:42,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f9d05ec-c0eb-482b-863d-f6737edc423d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:43:42,308 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-7f9d05ec-c0eb-482b-863d-f6737edc423d 2018-10-26 09:43:42,313 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d96c48305be4a0afcf14ac0e83210065124d7930" 2018-10-26 09:43:42,475 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:42 GMT Server: Apache x-compute-request-id: req-a7e7b2ff-c50c-4983-a11a-3451eaf22982 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a7e7b2ff-c50c-4983-a11a-3451eaf22982 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-10-26 09:43:42,475 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs used request id req-a7e7b2ff-c50c-4983-a11a-3451eaf22982 2018-10-26 09:43:42,478 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-a7e7b2ff-c50c-4983-a11a-3451eaf22982" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d96c48305be4a0afcf14ac0e83210065124d7930" -d '{"qos_specs": {"consumer": "both", "name": "CreateVolumeTypeComplexTests-fbb83edc-6062-48e9-b4f8-ae920cf61dae-qos-spec"}}' 2018-10-26 09:43:42,673 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:42 GMT Server: Apache x-compute-request-id: req-1a1ee068-2048-41c8-b280-dc99604b3eaa OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1a1ee068-2048-41c8-b280-dc99604b3eaa Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "7879c5b2-a449-4455-8e37-c7ec63a9f0e3", "name": "CreateVolumeTypeComplexTests-fbb83edc-6062-48e9-b4f8-ae920cf61dae-qos-spec"}, "links": [{"href": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs/7879c5b2-a449-4455-8e37-c7ec63a9f0e3", "rel": "self"}, {"href": "http://172.30.9.21:8776/520bb063707641068ecd26c37a46f476/qos-specs/7879c5b2-a449-4455-8e37-c7ec63a9f0e3", "rel": "bookmark"}]} 2018-10-26 09:43:42,673 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs used request id req-1a1ee068-2048-41c8-b280-dc99604b3eaa 2018-10-26 09:43:42,673 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-fbb83edc-6062-48e9-b4f8-ae920cf61dae-qos-spec 2018-10-26 09:43:42,674 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:43:42,674 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:43:43,052 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:43:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["nvyCNoJmSAqyc5d6_p4TnQ"], "issued_at": "2018-10-26T09:43:43.000000Z"}} 2018-10-26 09:43:43,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1c736e81728abf35d7e04c40ceb1fad1614b7fd" 2018-10-26 09:43:43,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8efe2b2-8397-4c9c-a0e9-46541a9e4f4b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:43:43,136 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f8efe2b2-8397-4c9c-a0e9-46541a9e4f4b 2018-10-26 09:43:43,142 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1c736e81728abf35d7e04c40ceb1fad1614b7fd" 2018-10-26 09:43:43,323 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:43 GMT Server: Apache x-compute-request-id: req-46506ad0-bc8c-4768-a54d-1fa9b51189fd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-46506ad0-bc8c-4768-a54d-1fa9b51189fd Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-10-26 09:43:43,323 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types?is_public=None used request id req-46506ad0-bc8c-4768-a54d-1fa9b51189fd 2018-10-26 09:43:43,327 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-46506ad0-bc8c-4768-a54d-1fa9b51189fd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1c736e81728abf35d7e04c40ceb1fad1614b7fd" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeTypeComplexTests-fbb83edc-6062-48e9-b4f8-ae920cf61dae-vol_type", "description": null}}' 2018-10-26 09:43:43,522 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:43 GMT Server: Apache x-compute-request-id: req-cee63a65-952a-4efe-a8c6-58c7cca19b83 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cee63a65-952a-4efe-a8c6-58c7cca19b83 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-fbb83edc-6062-48e9-b4f8-ae920cf61dae-vol_type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "82e1a659-ceb8-42e6-8574-dc52380272a5", "description": null}} 2018-10-26 09:43:43,522 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types used request id req-cee63a65-952a-4efe-a8c6-58c7cca19b83 2018-10-26 09:43:43,525 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-46506ad0-bc8c-4768-a54d-1fa9b51189fd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1c736e81728abf35d7e04c40ceb1fad1614b7fd" 2018-10-26 09:43:43,709 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:43 GMT Server: Apache x-compute-request-id: req-dc402192-c234-4f3b-8ae1-9b5fe338cd75 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-dc402192-c234-4f3b-8ae1-9b5fe338cd75 Content-Encoding: gzip Content-Length: 167 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "7879c5b2-a449-4455-8e37-c7ec63a9f0e3", "name": "CreateVolumeTypeComplexTests-fbb83edc-6062-48e9-b4f8-ae920cf61dae-qos-spec"}]} 2018-10-26 09:43:43,709 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs used request id req-dc402192-c234-4f3b-8ae1-9b5fe338cd75 2018-10-26 09:43:43,713 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs/7879c5b2-a449-4455-8e37-c7ec63a9f0e3/associate?vol_type_id=82e1a659-ceb8-42e6-8574-dc52380272a5 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-46506ad0-bc8c-4768-a54d-1fa9b51189fd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1c736e81728abf35d7e04c40ceb1fad1614b7fd" 2018-10-26 09:43:43,924 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:43:43 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ea13e981-e4e0-44ca-918a-303471c33c39 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-26 09:43:43,924 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs/7879c5b2-a449-4455-8e37-c7ec63a9f0e3/associate?vol_type_id=82e1a659-ceb8-42e6-8574-dc52380272a5 used request id req-ea13e981-e4e0-44ca-918a-303471c33c39 2018-10-26 09:43:43,925 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-fbb83edc-6062-48e9-b4f8-ae920cf61dae-vol_type 2018-10-26 09:43:43,928 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types/82e1a659-ceb8-42e6-8574-dc52380272a5 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca711555c9360ca1f7bc7dbc4c90635267f07d3b" 2018-10-26 09:43:44,093 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:43 GMT Server: Apache x-compute-request-id: req-1215c1d4-e554-4709-80ca-f6bea344dab5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1215c1d4-e554-4709-80ca-f6bea344dab5 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-fbb83edc-6062-48e9-b4f8-ae920cf61dae-vol_type", "qos_specs_id": "7879c5b2-a449-4455-8e37-c7ec63a9f0e3", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "82e1a659-ceb8-42e6-8574-dc52380272a5", "description": null}} 2018-10-26 09:43:44,093 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types/82e1a659-ceb8-42e6-8574-dc52380272a5 used request id req-1215c1d4-e554-4709-80ca-f6bea344dab5 2018-10-26 09:43:44,096 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types/82e1a659-ceb8-42e6-8574-dc52380272a5 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1215c1d4-e554-4709-80ca-f6bea344dab5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca711555c9360ca1f7bc7dbc4c90635267f07d3b" 2018-10-26 09:43:44,270 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:44 GMT Server: Apache x-compute-request-id: req-73fa20c2-f412-4189-be4b-7c4d9abca157 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-73fa20c2-f412-4189-be4b-7c4d9abca157 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-fbb83edc-6062-48e9-b4f8-ae920cf61dae-vol_type", "qos_specs_id": "7879c5b2-a449-4455-8e37-c7ec63a9f0e3", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "82e1a659-ceb8-42e6-8574-dc52380272a5", "description": null}} 2018-10-26 09:43:44,271 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types/82e1a659-ceb8-42e6-8574-dc52380272a5 used request id req-73fa20c2-f412-4189-be4b-7c4d9abca157 2018-10-26 09:43:44,274 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types/82e1a659-ceb8-42e6-8574-dc52380272a5/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1215c1d4-e554-4709-80ca-f6bea344dab5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca711555c9360ca1f7bc7dbc4c90635267f07d3b" 2018-10-26 09:43:44,449 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:44 GMT Server: Apache x-compute-request-id: req-6066bc13-3c4a-4416-8d8f-369d98070d87 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6066bc13-3c4a-4416-8d8f-369d98070d87 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-10-26 09:43:44,449 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types/82e1a659-ceb8-42e6-8574-dc52380272a5/encryption used request id req-6066bc13-3c4a-4416-8d8f-369d98070d87 2018-10-26 09:43:44,452 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs/7879c5b2-a449-4455-8e37-c7ec63a9f0e3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1215c1d4-e554-4709-80ca-f6bea344dab5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca711555c9360ca1f7bc7dbc4c90635267f07d3b" 2018-10-26 09:43:44,607 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:44 GMT Server: Apache x-compute-request-id: req-6d0173fa-04c0-466c-a359-f838d937f117 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6d0173fa-04c0-466c-a359-f838d937f117 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "7879c5b2-a449-4455-8e37-c7ec63a9f0e3", "name": "CreateVolumeTypeComplexTests-fbb83edc-6062-48e9-b4f8-ae920cf61dae-qos-spec"}, "links": [{"href": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs/7879c5b2-a449-4455-8e37-c7ec63a9f0e3", "rel": "self"}, {"href": "http://172.30.9.21:8776/520bb063707641068ecd26c37a46f476/qos-specs/7879c5b2-a449-4455-8e37-c7ec63a9f0e3", "rel": "bookmark"}]} 2018-10-26 09:43:44,607 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs/7879c5b2-a449-4455-8e37-c7ec63a9f0e3 used request id req-6d0173fa-04c0-466c-a359-f838d937f117 2018-10-26 09:43:44,608 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-fbb83edc-6062-48e9-b4f8-ae920cf61dae-vol_type 2018-10-26 09:43:44,610 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types/82e1a659-ceb8-42e6-8574-dc52380272a5 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-46506ad0-bc8c-4768-a54d-1fa9b51189fd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1c736e81728abf35d7e04c40ceb1fad1614b7fd" 2018-10-26 09:43:44,816 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:43:44 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8e009816-da4b-4fdd-8e06-479c71d6abeb 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-26 09:43:44,816 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types/82e1a659-ceb8-42e6-8574-dc52380272a5 used request id req-8e009816-da4b-4fdd-8e06-479c71d6abeb 2018-10-26 09:43:44,817 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-fbb83edc-6062-48e9-b4f8-ae920cf61dae-qos-spec 2018-10-26 09:43:44,820 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs/7879c5b2-a449-4455-8e37-c7ec63a9f0e3?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a7e7b2ff-c50c-4983-a11a-3451eaf22982" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d96c48305be4a0afcf14ac0e83210065124d7930" 2018-10-26 09:43:45,038 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:43:44 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d5d1d8f6-58d2-4614-9d91-b76fc63f54a9 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-26 09:43:45,039 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs/7879c5b2-a449-4455-8e37-c7ec63a9f0e3?force=False used request id req-d5d1d8f6-58d2-4614-9d91-b76fc63f54a9 2018-10-26 09:43:45,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7edf9b82496bb5635535fd8c72c6c762e8fc7e06" 2018-10-26 09:43:45,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-3ddbeef3-5470-494e-8893-a709fcc7774e Date: Fri, 26 Oct 2018 09:43:45 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:43:45,246 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-3ddbeef3-5470-494e-8893-a709fcc7774e 2018-10-26 09:43:45,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7edf9b82496bb5635535fd8c72c6c762e8fc7e06" 2018-10-26 09:43:45,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-901ddceb-646c-42bd-8b82-cd28da74b85f 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:43:45,338 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-901ddceb-646c-42bd-8b82-cd28da74b85f 2018-10-26 09:43:45,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7edf9b82496bb5635535fd8c72c6c762e8fc7e06" 2018-10-26 09:43:45,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd378de4-ea0c-4e6c-a1f4-ca4103239c53 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:43:45,424 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-cd378de4-ea0c-4e6c-a1f4-ca4103239c53 2018-10-26 09:43:45,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7edf9b82496bb5635535fd8c72c6c762e8fc7e06" 2018-10-26 09:43:45,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cc8151f-0329-4d4b-8dff-420ae8f4831a 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:43:45,531 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-3cc8151f-0329-4d4b-8dff-420ae8f4831a 2018-10-26 09:43:45,532 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-f54776aa-0ef4-482-proj 2018-10-26 09:43:45,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/101e371e481f407ab8df9f2ee0603942 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7edf9b82496bb5635535fd8c72c6c762e8fc7e06" 2018-10-26 09:43:45,742 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:43:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6dfb2f1a-b45c-44ad-aa73-26d54991af28 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:43:45,742 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/101e371e481f407ab8df9f2ee0603942 used request id req-6dfb2f1a-b45c-44ad-aa73-26d54991af28 2018-10-26 09:43:45,742 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-f54776aa-0ef4-482-proj-role 2018-10-26 09:43:45,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/37954816631e44ea9449a4c2a8bb415e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7edf9b82496bb5635535fd8c72c6c762e8fc7e06" 2018-10-26 09:43:45,844 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:43:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2c5cbb42-fb86-4497-9381-5ce850791e9c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:43:45,845 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/37954816631e44ea9449a4c2a8bb415e used request id req-2c5cbb42-fb86-4497-9381-5ce850791e9c 2018-10-26 09:43:45,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7edf9b82496bb5635535fd8c72c6c762e8fc7e06" 2018-10-26 09:43:45,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-561331ab-c345-4991-a67c-5e30dc85552d Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:43:45,866 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-561331ab-c345-4991-a67c-5e30dc85552d 2018-10-26 09:43:45,866 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-f54776aa-0ef4-482-user 2018-10-26 09:43:45,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/a12ea61dde56413892267aa2b66eaf30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15fe29f59c57b3f7f3056127e3b135ca74e55313" 2018-10-26 09:43:46,144 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:43:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d14cde53-1c56-4570-b449-4a7671921bf8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:43:46,144 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/a12ea61dde56413892267aa2b66eaf30 used request id req-d14cde53-1c56-4570-b449-4a7671921bf8 2018-10-26 09:43:46,146 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:43:46,517 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:43:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["k8jpBzldQ3SLluQull7OuQ"], "issued_at": "2018-10-26T09:43:46.000000Z"}} 2018-10-26 09:43:46,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12108abdfe698de0372ea8050a425abe295cbeb9" 2018-10-26 09:43:46,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25039a8b-a1be-4e23-ae00-4536f7d73bac Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:43:46,617 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-25039a8b-a1be-4e23-ae00-4536f7d73bac 2018-10-26 09:43:46,618 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:43:46,620 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:43:47,014 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:43:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["08uGzFSbTB-HG475ULw-qA"], "issued_at": "2018-10-26T09:43:47.000000Z"}} 2018-10-26 09:43:47,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}214d19a9fcb3751143a5c20437b146284c7df704" 2018-10-26 09:43:47,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79ed7fd2-38a9-44e7-a0e7-a28965af695c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:43:47,096 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-79ed7fd2-38a9-44e7-a0e7-a28965af695c 2018-10-26 09:43:47,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:43:47,106 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:43:47,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-5b818651-d748-48f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}214d19a9fcb3751143a5c20437b146284c7df704" 2018-10-26 09:43:47,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6530954c-4eb3-47c7-bf20-36c25ab2f505 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-5b818651-d748-48f-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:43:47,196 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-5b818651-d748-48f-proj used request id req-6530954c-4eb3-47c7-bf20-36c25ab2f505 2018-10-26 09:43:47,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}214d19a9fcb3751143a5c20437b146284c7df704" 2018-10-26 09:43:47,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07817cf8-e41e-45b2-af3b-3eacd34411b8 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:43:47,283 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-07817cf8-e41e-45b2-af3b-3eacd34411b8 2018-10-26 09:43:47,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}214d19a9fcb3751143a5c20437b146284c7df704" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeTypeComplexTests-5b818651-d748-48f-proj"}}' 2018-10-26 09:43:47,403 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:43:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0e2f9e8c-fd9a-4f40-88c3-abe31e185735 Content-Length: 313 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/06b92ec7f17841c690bd3429404c2924"}, "enabled": true, "id": "06b92ec7f17841c690bd3429404c2924", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-5b818651-d748-48f-proj"}} 2018-10-26 09:43:47,404 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-0e2f9e8c-fd9a-4f40-88c3-abe31e185735 2018-10-26 09:43:47,404 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-5b818651-d748-48f-proj 2018-10-26 09:43:47,404 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:43:47,405 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:43:47,797 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:43:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["kZCsxw44QOCOQnY1mk_ztQ"], "issued_at": "2018-10-26T09:43:47.000000Z"}} 2018-10-26 09:43:47,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7178dd08c55f6688446d6cd4d6d44bb9089e43c1" 2018-10-26 09:43:47,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2a7529f-8a9e-462e-91d2-7c46170c9975 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:43:47,887 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c2a7529f-8a9e-462e-91d2-7c46170c9975 2018-10-26 09:43:47,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:43:47,897 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:43:47,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7178dd08c55f6688446d6cd4d6d44bb9089e43c1" 2018-10-26 09:43:48,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0500d43d-aac5-47e2-9fe3-ab2b4e4b9e6a Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:43:48,006 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-0500d43d-aac5-47e2-9fe3-ab2b4e4b9e6a 2018-10-26 09:43:48,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateVolumeTypeComplexTests-5b818651-d748-48f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7178dd08c55f6688446d6cd4d6d44bb9089e43c1" 2018-10-26 09:43:48,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-523429df-1a54-455a-a073-ee1ef929a624 Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateVolumeTypeComplexTests-5b818651-d748-48f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/06b92ec7f17841c690bd3429404c2924"}, "enabled": true, "id": "06b92ec7f17841c690bd3429404c2924", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-5b818651-d748-48f-proj"}]} 2018-10-26 09:43:48,093 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateVolumeTypeComplexTests-5b818651-d748-48f-proj used request id req-523429df-1a54-455a-a073-ee1ef929a624 2018-10-26 09:43:48,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7178dd08c55f6688446d6cd4d6d44bb9089e43c1" 2018-10-26 09:43:48,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67ebbebf-624b-4995-88cc-577298d2cd22 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:43:48,191 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-67ebbebf-624b-4995-88cc-577298d2cd22 2018-10-26 09:43:48,553 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-5b818651-d748-48f-user 2018-10-26 09:43:48,553 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:43:48,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}214d19a9fcb3751143a5c20437b146284c7df704" 2018-10-26 09:43:48,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcb9b716-9286-40d2-bde6-1199acbf53d3 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:43:48,575 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-fcb9b716-9286-40d2-bde6-1199acbf53d3 2018-10-26 09:43:48,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}214d19a9fcb3751143a5c20437b146284c7df704" -d '{"role": {"name": "CreateVolumeTypeComplexTests-5b818651-d748-48f-proj-role"}}' 2018-10-26 09:43:48,685 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:43:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4ceac048-3175-44e2-b274-e452d62fe5dc Content-Length: 227 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "fa9a220ffd7546aba05f048f82432031", "links": {"self": "http://172.30.9.21:5000/v3/roles/fa9a220ffd7546aba05f048f82432031"}, "name": "CreateVolumeTypeComplexTests-5b818651-d748-48f-proj-role"}} 2018-10-26 09:43:48,685 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-4ceac048-3175-44e2-b274-e452d62fe5dc 2018-10-26 09:43:48,685 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-5b818651-d748-48f-proj-role 2018-10-26 09:43:48,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/fa9a220ffd7546aba05f048f82432031 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}214d19a9fcb3751143a5c20437b146284c7df704" 2018-10-26 09:43:48,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4800b4f3-c2e2-46a3-b91b-d51a95be1801 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/fa9a220ffd7546aba05f048f82432031"}, "domain_id": null, "name": "CreateVolumeTypeComplexTests-5b818651-d748-48f-proj-role", "id": "fa9a220ffd7546aba05f048f82432031"}} 2018-10-26 09:43:48,777 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/fa9a220ffd7546aba05f048f82432031 used request id req-4800b4f3-c2e2-46a3-b91b-d51a95be1801 2018-10-26 09:43:48,777 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-5b818651-d748-48f-proj-role to project CreateVolumeTypeComplexTests-5b818651-d748-48f-proj 2018-10-26 09:43:48,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/06b92ec7f17841c690bd3429404c2924/users/d7f79b9b102045c2af50bb52b5377c0f/roles/fa9a220ffd7546aba05f048f82432031 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}214d19a9fcb3751143a5c20437b146284c7df704" 2018-10-26 09:43:48,903 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:43:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e97afb87-d713-4c68-857f-a242af24c8ad Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:43:48,903 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/06b92ec7f17841c690bd3429404c2924/users/d7f79b9b102045c2af50bb52b5377c0f/roles/fa9a220ffd7546aba05f048f82432031 used request id req-e97afb87-d713-4c68-857f-a242af24c8ad 2018-10-26 09:43:48,905 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:43:48,906 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:43:49,293 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:43:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["rgPgVzbnTxOUuyXnIvtKBg"], "issued_at": "2018-10-26T09:43:49.000000Z"}} 2018-10-26 09:43:49,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed53287723db860f58171e0d403115a113e37bab" 2018-10-26 09:43:49,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf4245d0-103a-49db-9e39-015f34402185 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:43:49,307 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-bf4245d0-103a-49db-9e39-015f34402185 2018-10-26 09:43:49,312 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed53287723db860f58171e0d403115a113e37bab" 2018-10-26 09:43:49,494 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:49 GMT Server: Apache x-compute-request-id: req-e0a707a1-045d-4411-9fdc-2683a80553a0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e0a707a1-045d-4411-9fdc-2683a80553a0 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-10-26 09:43:49,494 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs used request id req-e0a707a1-045d-4411-9fdc-2683a80553a0 2018-10-26 09:43:49,498 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-e0a707a1-045d-4411-9fdc-2683a80553a0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed53287723db860f58171e0d403115a113e37bab" -d '{"qos_specs": {"consumer": "both", "name": "CreateVolumeTypeComplexTests-63c4e573-f74e-4b51-a93b-2fe92d5b3ca5-qos-spec"}}' 2018-10-26 09:43:49,684 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:49 GMT Server: Apache x-compute-request-id: req-2b8f1158-7c8c-47f0-be08-6040c1f4d00c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2b8f1158-7c8c-47f0-be08-6040c1f4d00c Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "2f444f8d-7997-48a7-8a42-0009b2ce7024", "name": "CreateVolumeTypeComplexTests-63c4e573-f74e-4b51-a93b-2fe92d5b3ca5-qos-spec"}, "links": [{"href": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs/2f444f8d-7997-48a7-8a42-0009b2ce7024", "rel": "self"}, {"href": "http://172.30.9.21:8776/520bb063707641068ecd26c37a46f476/qos-specs/2f444f8d-7997-48a7-8a42-0009b2ce7024", "rel": "bookmark"}]} 2018-10-26 09:43:49,684 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs used request id req-2b8f1158-7c8c-47f0-be08-6040c1f4d00c 2018-10-26 09:43:49,685 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-63c4e573-f74e-4b51-a93b-2fe92d5b3ca5-qos-spec 2018-10-26 09:43:49,685 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:43:49,686 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:43:50,057 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:43:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["_PepidodSa2fUw1-J88TuA"], "issued_at": "2018-10-26T09:43:50.000000Z"}} 2018-10-26 09:43:50,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09646ccb0f21f2a7eb8ab5eb1e99f88061e9f8e0" 2018-10-26 09:43:50,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a16400e6-63fb-42cc-ba81-7a896776bc86 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:43:50,150 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a16400e6-63fb-42cc-ba81-7a896776bc86 2018-10-26 09:43:50,157 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09646ccb0f21f2a7eb8ab5eb1e99f88061e9f8e0" 2018-10-26 09:43:50,335 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:50 GMT Server: Apache x-compute-request-id: req-6bb7bb9f-5be7-43de-af8a-cab9d66b8898 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6bb7bb9f-5be7-43de-af8a-cab9d66b8898 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-10-26 09:43:50,335 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types?is_public=None used request id req-6bb7bb9f-5be7-43de-af8a-cab9d66b8898 2018-10-26 09:43:50,338 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-6bb7bb9f-5be7-43de-af8a-cab9d66b8898" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09646ccb0f21f2a7eb8ab5eb1e99f88061e9f8e0" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeTypeComplexTests-63c4e573-f74e-4b51-a93b-2fe92d5b3ca5-vol_type", "description": null}}' 2018-10-26 09:43:50,563 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:50 GMT Server: Apache x-compute-request-id: req-cfd404e3-488e-4adb-89a6-fa2d544efe52 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cfd404e3-488e-4adb-89a6-fa2d544efe52 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-63c4e573-f74e-4b51-a93b-2fe92d5b3ca5-vol_type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "9aa4e9f6-e5aa-42f8-b819-645298a83334", "description": null}} 2018-10-26 09:43:50,563 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types used request id req-cfd404e3-488e-4adb-89a6-fa2d544efe52 2018-10-26 09:43:50,566 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types/9aa4e9f6-e5aa-42f8-b819-645298a83334/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-6bb7bb9f-5be7-43de-af8a-cab9d66b8898" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09646ccb0f21f2a7eb8ab5eb1e99f88061e9f8e0" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-10-26 09:43:50,769 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:50 GMT Server: Apache x-compute-request-id: req-74f2ed4c-5e70-4145-9a32-68ad6db3ccc0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-74f2ed4c-5e70-4145-9a32-68ad6db3ccc0 Content-Encoding: gzip Content-Length: 170 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "9aa4e9f6-e5aa-42f8-b819-645298a83334", "name": "foo", "control_location": "back-end", "encryption_id": "a0d38ec4-7e2f-41eb-b51f-0e77e26a0f02", "provider": "bar", "provider_class": "bar"}} 2018-10-26 09:43:50,769 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types/9aa4e9f6-e5aa-42f8-b819-645298a83334/encryption used request id req-74f2ed4c-5e70-4145-9a32-68ad6db3ccc0 2018-10-26 09:43:50,773 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6bb7bb9f-5be7-43de-af8a-cab9d66b8898" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09646ccb0f21f2a7eb8ab5eb1e99f88061e9f8e0" 2018-10-26 09:43:50,793 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:50 GMT Server: Apache x-compute-request-id: req-067474fa-a0d7-458e-ba89-237c0b6ecb95 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-067474fa-a0d7-458e-ba89-237c0b6ecb95 Content-Encoding: gzip Content-Length: 167 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "2f444f8d-7997-48a7-8a42-0009b2ce7024", "name": "CreateVolumeTypeComplexTests-63c4e573-f74e-4b51-a93b-2fe92d5b3ca5-qos-spec"}]} 2018-10-26 09:43:50,793 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs used request id req-067474fa-a0d7-458e-ba89-237c0b6ecb95 2018-10-26 09:43:50,796 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs/2f444f8d-7997-48a7-8a42-0009b2ce7024/associate?vol_type_id=9aa4e9f6-e5aa-42f8-b819-645298a83334 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6bb7bb9f-5be7-43de-af8a-cab9d66b8898" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09646ccb0f21f2a7eb8ab5eb1e99f88061e9f8e0" 2018-10-26 09:43:51,015 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:43:50 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8ded62fd-aa40-4e2f-bdc7-af70593561bf 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-26 09:43:51,015 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs/2f444f8d-7997-48a7-8a42-0009b2ce7024/associate?vol_type_id=9aa4e9f6-e5aa-42f8-b819-645298a83334 used request id req-8ded62fd-aa40-4e2f-bdc7-af70593561bf 2018-10-26 09:43:51,015 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-63c4e573-f74e-4b51-a93b-2fe92d5b3ca5-vol_type 2018-10-26 09:43:51,018 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types/9aa4e9f6-e5aa-42f8-b819-645298a83334 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12108abdfe698de0372ea8050a425abe295cbeb9" 2018-10-26 09:43:51,191 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:51 GMT Server: Apache x-compute-request-id: req-ebb94234-8bb6-48d1-965a-9ca8b6d67519 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ebb94234-8bb6-48d1-965a-9ca8b6d67519 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-63c4e573-f74e-4b51-a93b-2fe92d5b3ca5-vol_type", "qos_specs_id": "2f444f8d-7997-48a7-8a42-0009b2ce7024", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "9aa4e9f6-e5aa-42f8-b819-645298a83334", "description": null}} 2018-10-26 09:43:51,192 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types/9aa4e9f6-e5aa-42f8-b819-645298a83334 used request id req-ebb94234-8bb6-48d1-965a-9ca8b6d67519 2018-10-26 09:43:51,195 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types/9aa4e9f6-e5aa-42f8-b819-645298a83334 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ebb94234-8bb6-48d1-965a-9ca8b6d67519" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12108abdfe698de0372ea8050a425abe295cbeb9" 2018-10-26 09:43:51,356 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:51 GMT Server: Apache x-compute-request-id: req-2ddf5574-b53a-4b0a-953d-47a4066841a2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2ddf5574-b53a-4b0a-953d-47a4066841a2 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-63c4e573-f74e-4b51-a93b-2fe92d5b3ca5-vol_type", "qos_specs_id": "2f444f8d-7997-48a7-8a42-0009b2ce7024", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "9aa4e9f6-e5aa-42f8-b819-645298a83334", "description": null}} 2018-10-26 09:43:51,356 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types/9aa4e9f6-e5aa-42f8-b819-645298a83334 used request id req-2ddf5574-b53a-4b0a-953d-47a4066841a2 2018-10-26 09:43:51,359 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types/9aa4e9f6-e5aa-42f8-b819-645298a83334/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ebb94234-8bb6-48d1-965a-9ca8b6d67519" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12108abdfe698de0372ea8050a425abe295cbeb9" 2018-10-26 09:43:51,531 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:51 GMT Server: Apache x-compute-request-id: req-6b5a4161-a6e2-4607-b429-ca23d3e856ff OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6b5a4161-a6e2-4607-b429-ca23d3e856ff Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"volume_type_id": "9aa4e9f6-e5aa-42f8-b819-645298a83334", "control_location": "back-end", "deleted": false, "created_at": "2018-10-26T09:43:50.000000", "updated_at": null, "encryption_id": "a0d38ec4-7e2f-41eb-b51f-0e77e26a0f02", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2018-10-26 09:43:51,532 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types/9aa4e9f6-e5aa-42f8-b819-645298a83334/encryption used request id req-6b5a4161-a6e2-4607-b429-ca23d3e856ff 2018-10-26 09:43:51,535 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs/2f444f8d-7997-48a7-8a42-0009b2ce7024 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ebb94234-8bb6-48d1-965a-9ca8b6d67519" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12108abdfe698de0372ea8050a425abe295cbeb9" 2018-10-26 09:43:51,703 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:51 GMT Server: Apache x-compute-request-id: req-37bf45f1-e3c2-4d63-bb14-3fe6aab4688f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-37bf45f1-e3c2-4d63-bb14-3fe6aab4688f Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "2f444f8d-7997-48a7-8a42-0009b2ce7024", "name": "CreateVolumeTypeComplexTests-63c4e573-f74e-4b51-a93b-2fe92d5b3ca5-qos-spec"}, "links": [{"href": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs/2f444f8d-7997-48a7-8a42-0009b2ce7024", "rel": "self"}, {"href": "http://172.30.9.21:8776/520bb063707641068ecd26c37a46f476/qos-specs/2f444f8d-7997-48a7-8a42-0009b2ce7024", "rel": "bookmark"}]} 2018-10-26 09:43:51,703 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs/2f444f8d-7997-48a7-8a42-0009b2ce7024 used request id req-37bf45f1-e3c2-4d63-bb14-3fe6aab4688f 2018-10-26 09:43:51,703 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-63c4e573-f74e-4b51-a93b-2fe92d5b3ca5-vol_type 2018-10-26 09:43:51,706 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types/9aa4e9f6-e5aa-42f8-b819-645298a83334 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6bb7bb9f-5be7-43de-af8a-cab9d66b8898" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09646ccb0f21f2a7eb8ab5eb1e99f88061e9f8e0" 2018-10-26 09:43:51,767 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:43:51 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f8bcb6e1-3767-473c-868c-2f1d2dbd34a5 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-26 09:43:51,767 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types/9aa4e9f6-e5aa-42f8-b819-645298a83334 used request id req-f8bcb6e1-3767-473c-868c-2f1d2dbd34a5 2018-10-26 09:43:51,768 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-63c4e573-f74e-4b51-a93b-2fe92d5b3ca5-qos-spec 2018-10-26 09:43:51,771 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs/2f444f8d-7997-48a7-8a42-0009b2ce7024?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e0a707a1-045d-4411-9fdc-2683a80553a0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed53287723db860f58171e0d403115a113e37bab" 2018-10-26 09:43:51,966 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:43:51 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0e93efd6-b8bf-4dd2-9591-2359a80d929a 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-26 09:43:51,966 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/qos-specs/2f444f8d-7997-48a7-8a42-0009b2ce7024?force=False used request id req-0e93efd6-b8bf-4dd2-9591-2359a80d929a 2018-10-26 09:43:51,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}214d19a9fcb3751143a5c20437b146284c7df704" 2018-10-26 09:43:52,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-ebb767dc-b319-4324-8af2-63723774a472 Date: Fri, 26 Oct 2018 09:43:52 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:43:52,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-ebb767dc-b319-4324-8af2-63723774a472 2018-10-26 09:43:52,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}214d19a9fcb3751143a5c20437b146284c7df704" 2018-10-26 09:43:52,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c3a63b7-19e2-407f-ac67-d650df790cf5 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:43:52,281 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-2c3a63b7-19e2-407f-ac67-d650df790cf5 2018-10-26 09:43:52,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}214d19a9fcb3751143a5c20437b146284c7df704" 2018-10-26 09:43:52,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61a43039-639a-4b5d-b48d-ee66f4e0db7d 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:43:52,365 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-61a43039-639a-4b5d-b48d-ee66f4e0db7d 2018-10-26 09:43:52,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}214d19a9fcb3751143a5c20437b146284c7df704" 2018-10-26 09:43:52,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54cb4875-344d-4cd1-b470-d34c98ab74f2 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:43:52,452 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-54cb4875-344d-4cd1-b470-d34c98ab74f2 2018-10-26 09:43:52,453 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-5b818651-d748-48f-proj 2018-10-26 09:43:52,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/06b92ec7f17841c690bd3429404c2924 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}214d19a9fcb3751143a5c20437b146284c7df704" 2018-10-26 09:43:52,650 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:43:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7d75092d-6406-412a-ac02-26ce527ab3c1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:43:52,650 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/06b92ec7f17841c690bd3429404c2924 used request id req-7d75092d-6406-412a-ac02-26ce527ab3c1 2018-10-26 09:43:52,650 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-5b818651-d748-48f-proj-role 2018-10-26 09:43:52,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/fa9a220ffd7546aba05f048f82432031 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}214d19a9fcb3751143a5c20437b146284c7df704" 2018-10-26 09:43:52,750 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:43:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aef6ba13-1df5-403c-8d7d-27730dedbcaa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:43:52,750 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/fa9a220ffd7546aba05f048f82432031 used request id req-aef6ba13-1df5-403c-8d7d-27730dedbcaa 2018-10-26 09:43:52,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}214d19a9fcb3751143a5c20437b146284c7df704" 2018-10-26 09:43:52,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfec0ef2-5dfc-4b7c-b0f5-6b21507f8bae Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:43:52,923 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-cfec0ef2-5dfc-4b7c-b0f5-6b21507f8bae 2018-10-26 09:43:52,923 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-5b818651-d748-48f-user 2018-10-26 09:43:52,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/d7f79b9b102045c2af50bb52b5377c0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7178dd08c55f6688446d6cd4d6d44bb9089e43c1" 2018-10-26 09:43:53,095 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:43:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8fe3c663-424e-4e08-af85-202e4d307fac Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:43:53,095 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/d7f79b9b102045c2af50bb52b5377c0f used request id req-8fe3c663-424e-4e08-af85-202e4d307fac 2018-10-26 09:43:53,097 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:43:53,483 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:43:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["tYjSEIl2RJSmUGubHWrIYA"], "issued_at": "2018-10-26T09:43:53.000000Z"}} 2018-10-26 09:43:53,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe33073139d33bf0b715122665ce605868510406" 2018-10-26 09:43:53,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-011a6817-7b85-40bd-8f92-3b2271d3d537 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:43:53,569 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-011a6817-7b85-40bd-8f92-3b2271d3d537 2018-10-26 09:43:53,570 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:43:53,571 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:43:53,958 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:43:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["JLzLr_4tRBWDsbHh04oQQQ"], "issued_at": "2018-10-26T09:43:53.000000Z"}} 2018-10-26 09:43:53,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0572e720ca2b5002ed7d7e6f2e21bd69c1a2ef03" 2018-10-26 09:43:54,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0285aa8-6f82-40cb-a4fd-36c617dfb5f0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:43:54,034 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e0285aa8-6f82-40cb-a4fd-36c617dfb5f0 2018-10-26 09:43:54,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:43:54,044 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:43: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:43:54,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-08114067-5e3a-4d7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0572e720ca2b5002ed7d7e6f2e21bd69c1a2ef03" 2018-10-26 09:43:54,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e193443-bf3c-4047-8b94-53a63780f5b6 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-08114067-5e3a-4d7-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:43:54,133 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-08114067-5e3a-4d7-proj used request id req-5e193443-bf3c-4047-8b94-53a63780f5b6 2018-10-26 09:43:54,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0572e720ca2b5002ed7d7e6f2e21bd69c1a2ef03" 2018-10-26 09:43:54,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bc12b75-be9a-48b0-9e5f-7a110087f1f5 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:43:54,214 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-2bc12b75-be9a-48b0-9e5f-7a110087f1f5 2018-10-26 09:43:54,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0572e720ca2b5002ed7d7e6f2e21bd69c1a2ef03" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-08114067-5e3a-4d7-proj"}}' 2018-10-26 09:43:54,331 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:43:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0987ef86-e501-4955-b47d-48c2fa7d64f6 Content-Length: 315 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2035965daeed4e5cb279c9f51bf885f2"}, "enabled": true, "id": "2035965daeed4e5cb279c9f51bf885f2", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-08114067-5e3a-4d7-proj"}} 2018-10-26 09:43:54,332 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-0987ef86-e501-4955-b47d-48c2fa7d64f6 2018-10-26 09:43:54,332 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-08114067-5e3a-4d7-proj 2018-10-26 09:43:54,332 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:43:54,333 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:43:54,715 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:43:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["pkujKKmQRXaDAVEX5LYNtA"], "issued_at": "2018-10-26T09:43:54.000000Z"}} 2018-10-26 09:43:54,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84bf72ffabe0b834c8048cd7712515a72e7f0eae" 2018-10-26 09:43:54,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12eb09a9-6f91-4175-ac48-1b39efa23a80 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:43:54,789 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-12eb09a9-6f91-4175-ac48-1b39efa23a80 2018-10-26 09:43:54,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:43:54,797 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:43: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:43:54,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84bf72ffabe0b834c8048cd7712515a72e7f0eae" 2018-10-26 09:43:54,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fbbd3942-0b14-4037-8317-91699d8fd80d Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:43:54,901 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-fbbd3942-0b14-4037-8317-91699d8fd80d 2018-10-26 09:43:54,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-08114067-5e3a-4d7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84bf72ffabe0b834c8048cd7712515a72e7f0eae" 2018-10-26 09:43:54,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74f93e04-2cb4-4c92-8e81-e2b6cf66f6f7 Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-08114067-5e3a-4d7-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2035965daeed4e5cb279c9f51bf885f2"}, "enabled": true, "id": "2035965daeed4e5cb279c9f51bf885f2", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-08114067-5e3a-4d7-proj"}]} 2018-10-26 09:43:54,984 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-08114067-5e3a-4d7-proj used request id req-74f93e04-2cb4-4c92-8e81-e2b6cf66f6f7 2018-10-26 09:43:54,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84bf72ffabe0b834c8048cd7712515a72e7f0eae" 2018-10-26 09:43:55,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba186a23-e2b5-4ede-b5fb-00241003b891 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:43:55,073 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-ba186a23-e2b5-4ede-b5fb-00241003b891 2018-10-26 09:43:55,445 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-08114067-5e3a-4d7-user 2018-10-26 09:43:55,446 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:43:55,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0572e720ca2b5002ed7d7e6f2e21bd69c1a2ef03" 2018-10-26 09:43:55,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16634ad6-5d59-4c3b-ad56-f51aba208029 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:43:55,531 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-16634ad6-5d59-4c3b-ad56-f51aba208029 2018-10-26 09:43:55,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0572e720ca2b5002ed7d7e6f2e21bd69c1a2ef03" -d '{"role": {"name": "CreateSimpleVolumeSuccessTests-08114067-5e3a-4d7-proj-role"}}' 2018-10-26 09:43:55,643 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:43:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bb5dde56-f6aa-4b71-b9ce-917522b12a36 Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "50bdaf5cbca54ccc90ad06b7ae34cafe", "links": {"self": "http://172.30.9.21:5000/v3/roles/50bdaf5cbca54ccc90ad06b7ae34cafe"}, "name": "CreateSimpleVolumeSuccessTests-08114067-5e3a-4d7-proj-role"}} 2018-10-26 09:43:55,643 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-bb5dde56-f6aa-4b71-b9ce-917522b12a36 2018-10-26 09:43:55,643 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-08114067-5e3a-4d7-proj-role 2018-10-26 09:43:55,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/50bdaf5cbca54ccc90ad06b7ae34cafe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0572e720ca2b5002ed7d7e6f2e21bd69c1a2ef03" 2018-10-26 09:43:55,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09acbd38-b180-41f3-b62b-2ebac4aa1442 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/50bdaf5cbca54ccc90ad06b7ae34cafe"}, "domain_id": null, "name": "CreateSimpleVolumeSuccessTests-08114067-5e3a-4d7-proj-role", "id": "50bdaf5cbca54ccc90ad06b7ae34cafe"}} 2018-10-26 09:43:55,730 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/50bdaf5cbca54ccc90ad06b7ae34cafe used request id req-09acbd38-b180-41f3-b62b-2ebac4aa1442 2018-10-26 09:43:55,730 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-08114067-5e3a-4d7-proj-role to project CreateSimpleVolumeSuccessTests-08114067-5e3a-4d7-proj 2018-10-26 09:43:55,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/2035965daeed4e5cb279c9f51bf885f2/users/33aba2068e69448baac99de208131be9/roles/50bdaf5cbca54ccc90ad06b7ae34cafe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0572e720ca2b5002ed7d7e6f2e21bd69c1a2ef03" 2018-10-26 09:43:55,855 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:43:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9124a67a-f86a-4b52-8c3d-c05dbbe16788 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:43:55,855 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/2035965daeed4e5cb279c9f51bf885f2/users/33aba2068e69448baac99de208131be9/roles/50bdaf5cbca54ccc90ad06b7ae34cafe used request id req-9124a67a-f86a-4b52-8c3d-c05dbbe16788 2018-10-26 09:43:55,857 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:43:56,232 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "50bdaf5cbca54ccc90ad06b7ae34cafe", "name": "CreateSimpleVolumeSuccessTests-08114067-5e3a-4d7-proj-role"}], "expires_at": "2018-10-26T10:43:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2035965daeed4e5cb279c9f51bf885f2", "name": "CreateSimpleVolumeSuccessTests-08114067-5e3a-4d7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/2035965daeed4e5cb279c9f51bf885f2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/2035965daeed4e5cb279c9f51bf885f2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/2035965daeed4e5cb279c9f51bf885f2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/2035965daeed4e5cb279c9f51bf885f2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/2035965daeed4e5cb279c9f51bf885f2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/2035965daeed4e5cb279c9f51bf885f2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/2035965daeed4e5cb279c9f51bf885f2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/2035965daeed4e5cb279c9f51bf885f2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/2035965daeed4e5cb279c9f51bf885f2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/2035965daeed4e5cb279c9f51bf885f2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/2035965daeed4e5cb279c9f51bf885f2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/2035965daeed4e5cb279c9f51bf885f2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-08114067-5e3a-4d7-user", "id": "33aba2068e69448baac99de208131be9"}, "audit_ids": ["hzw5vlKrTF-oH13zWdoB4g"], "issued_at": "2018-10-26T09:43:56.000000Z"}} 2018-10-26 09:43:56,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}172f061aab97b926249fb2e8f7393bc92c0f6a05" 2018-10-26 09:43:56,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8010370-5262-480b-8926-67fc707f038a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:43:56,312 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f8010370-5262-480b-8926-67fc707f038a 2018-10-26 09:43:56,313 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:43:56,314 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:43:56,678 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "50bdaf5cbca54ccc90ad06b7ae34cafe", "name": "CreateSimpleVolumeSuccessTests-08114067-5e3a-4d7-proj-role"}], "expires_at": "2018-10-26T10:43:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2035965daeed4e5cb279c9f51bf885f2", "name": "CreateSimpleVolumeSuccessTests-08114067-5e3a-4d7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/2035965daeed4e5cb279c9f51bf885f2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/2035965daeed4e5cb279c9f51bf885f2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/2035965daeed4e5cb279c9f51bf885f2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/2035965daeed4e5cb279c9f51bf885f2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/2035965daeed4e5cb279c9f51bf885f2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/2035965daeed4e5cb279c9f51bf885f2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/2035965daeed4e5cb279c9f51bf885f2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/2035965daeed4e5cb279c9f51bf885f2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/2035965daeed4e5cb279c9f51bf885f2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/2035965daeed4e5cb279c9f51bf885f2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/2035965daeed4e5cb279c9f51bf885f2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/2035965daeed4e5cb279c9f51bf885f2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-08114067-5e3a-4d7-user", "id": "33aba2068e69448baac99de208131be9"}, "audit_ids": ["DCgkjMC9S6m6p2tk0emQpA"], "issued_at": "2018-10-26T09:43:56.000000Z"}} 2018-10-26 09:43:56,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72bee00294f1d8b9fec83dc4e260040d092c585d" 2018-10-26 09:43:56,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5acebbcf-9c7c-4e80-a6ba-d40165c147c9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:43:56,760 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5acebbcf-9c7c-4e80-a6ba-d40165c147c9 2018-10-26 09:43:56,765 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/2035965daeed4e5cb279c9f51bf885f2/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72bee00294f1d8b9fec83dc4e260040d092c585d" 2018-10-26 09:43:56,953 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:56 GMT Server: Apache x-compute-request-id: req-17705ea7-71fc-4e6c-b067-6b0f0a4c5528 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-17705ea7-71fc-4e6c-b067-6b0f0a4c5528 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-26 09:43:56,953 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/2035965daeed4e5cb279c9f51bf885f2/volumes/detail used request id req-17705ea7-71fc-4e6c-b067-6b0f0a4c5528 2018-10-26 09:43:56,955 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/2035965daeed4e5cb279c9f51bf885f2/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-17705ea7-71fc-4e6c-b067-6b0f0a4c5528" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72bee00294f1d8b9fec83dc4e260040d092c585d" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateSimpleVolumeSuccessTests-88009cf9-f833-45ba-8846-c671226b9ef2", "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-26 09:43:57,295 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:43:56 GMT Server: Apache x-compute-request-id: req-a725ff0a-cca9-4566-b901-130ebd3ae223 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a725ff0a-cca9-4566-b901-130ebd3ae223 Content-Length: 828 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "33aba2068e69448baac99de208131be9", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/2035965daeed4e5cb279c9f51bf885f2/volumes/839838ba-abff-4c65-b447-f33090e2f56a", "rel": "self"}, {"href": "http://172.30.9.21:8776/2035965daeed4e5cb279c9f51bf885f2/volumes/839838ba-abff-4c65-b447-f33090e2f56a", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-26T09:43:57.219717", "description": null, "updated_at": null, "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-88009cf9-f833-45ba-8846-c671226b9ef2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "839838ba-abff-4c65-b447-f33090e2f56a", "size": 1}} 2018-10-26 09:43:57,295 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/2035965daeed4e5cb279c9f51bf885f2/volumes used request id req-a725ff0a-cca9-4566-b901-130ebd3ae223 2018-10-26 09:43:57,299 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/2035965daeed4e5cb279c9f51bf885f2/volumes/839838ba-abff-4c65-b447-f33090e2f56a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-17705ea7-71fc-4e6c-b067-6b0f0a4c5528" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72bee00294f1d8b9fec83dc4e260040d092c585d" 2018-10-26 09:43:57,489 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:57 GMT Server: Apache x-compute-request-id: req-e1e71fb9-3d48-450a-b3aa-ee5dc239b601 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e1e71fb9-3d48-450a-b3aa-ee5dc239b601 Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "33aba2068e69448baac99de208131be9", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/2035965daeed4e5cb279c9f51bf885f2/volumes/839838ba-abff-4c65-b447-f33090e2f56a", "rel": "self"}, {"href": "http://172.30.9.21:8776/2035965daeed4e5cb279c9f51bf885f2/volumes/839838ba-abff-4c65-b447-f33090e2f56a", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-26T09:43:57.000000", "description": null, "os-vol-tenant-attr:tenant_id": "2035965daeed4e5cb279c9f51bf885f2", "updated_at": "2018-10-26T09:43:57.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-88009cf9-f833-45ba-8846-c671226b9ef2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "839838ba-abff-4c65-b447-f33090e2f56a", "size": 1}} 2018-10-26 09:43:57,489 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/2035965daeed4e5cb279c9f51bf885f2/volumes/839838ba-abff-4c65-b447-f33090e2f56a used request id req-e1e71fb9-3d48-450a-b3aa-ee5dc239b601 2018-10-26 09:43:57,490 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-88009cf9-f833-45ba-8846-c671226b9ef2 2018-10-26 09:43:57,493 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/2035965daeed4e5cb279c9f51bf885f2/volumes/839838ba-abff-4c65-b447-f33090e2f56a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-17705ea7-71fc-4e6c-b067-6b0f0a4c5528" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72bee00294f1d8b9fec83dc4e260040d092c585d" 2018-10-26 09:43:57,690 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:57 GMT Server: Apache x-compute-request-id: req-37942a2a-174e-4555-aa2f-2514ec161dbc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-37942a2a-174e-4555-aa2f-2514ec161dbc Content-Encoding: gzip Content-Length: 462 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "33aba2068e69448baac99de208131be9", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/2035965daeed4e5cb279c9f51bf885f2/volumes/839838ba-abff-4c65-b447-f33090e2f56a", "rel": "self"}, {"href": "http://172.30.9.21:8776/2035965daeed4e5cb279c9f51bf885f2/volumes/839838ba-abff-4c65-b447-f33090e2f56a", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-26T09:43:57.000000", "description": null, "os-vol-tenant-attr:tenant_id": "2035965daeed4e5cb279c9f51bf885f2", "updated_at": "2018-10-26T09:43:57.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-88009cf9-f833-45ba-8846-c671226b9ef2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "839838ba-abff-4c65-b447-f33090e2f56a", "size": 1}} 2018-10-26 09:43:57,690 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/2035965daeed4e5cb279c9f51bf885f2/volumes/839838ba-abff-4c65-b447-f33090e2f56a used request id req-37942a2a-174e-4555-aa2f-2514ec161dbc 2018-10-26 09:43:57,690 - create_volume - DEBUG - Instance status is - available 2018-10-26 09:43:57,690 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-88009cf9-f833-45ba-8846-c671226b9ef2 2018-10-26 09:43:57,691 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-88009cf9-f833-45ba-8846-c671226b9ef2 2018-10-26 09:43:57,692 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/2035965daeed4e5cb279c9f51bf885f2/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}172f061aab97b926249fb2e8f7393bc92c0f6a05" 2018-10-26 09:43:57,877 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:57 GMT Server: Apache x-compute-request-id: req-ffe264a7-4beb-4e37-a609-90956b345a52 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ffe264a7-4beb-4e37-a609-90956b345a52 Content-Encoding: gzip Content-Length: 459 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "33aba2068e69448baac99de208131be9", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/2035965daeed4e5cb279c9f51bf885f2/volumes/839838ba-abff-4c65-b447-f33090e2f56a", "rel": "self"}, {"href": "http://172.30.9.21:8776/2035965daeed4e5cb279c9f51bf885f2/volumes/839838ba-abff-4c65-b447-f33090e2f56a", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-26T09:43:57.000000", "description": null, "os-vol-tenant-attr:tenant_id": "2035965daeed4e5cb279c9f51bf885f2", "updated_at": "2018-10-26T09:43:57.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-88009cf9-f833-45ba-8846-c671226b9ef2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "839838ba-abff-4c65-b447-f33090e2f56a", "size": 1}]} 2018-10-26 09:43:57,877 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/2035965daeed4e5cb279c9f51bf885f2/volumes/detail used request id req-ffe264a7-4beb-4e37-a609-90956b345a52 2018-10-26 09:43:57,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:43:57,887 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:43: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:43:57,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2035965daeed4e5cb279c9f51bf885f2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}172f061aab97b926249fb2e8f7393bc92c0f6a05" 2018-10-26 09:43:57,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02d1109e-affb-4d3d-94e7-24e963c1bf00 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2035965daeed4e5cb279c9f51bf885f2"}, "enabled": true, "id": "2035965daeed4e5cb279c9f51bf885f2", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-08114067-5e3a-4d7-proj"}} 2018-10-26 09:43:57,967 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2035965daeed4e5cb279c9f51bf885f2 used request id req-02d1109e-affb-4d3d-94e7-24e963c1bf00 2018-10-26 09:43:57,969 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/2035965daeed4e5cb279c9f51bf885f2/volumes/839838ba-abff-4c65-b447-f33090e2f56a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-17705ea7-71fc-4e6c-b067-6b0f0a4c5528" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72bee00294f1d8b9fec83dc4e260040d092c585d" 2018-10-26 09:43:58,158 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:57 GMT Server: Apache x-compute-request-id: req-3298f1a2-bdb5-4087-981e-decea5bbb2e3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3298f1a2-bdb5-4087-981e-decea5bbb2e3 Content-Encoding: gzip Content-Length: 462 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "33aba2068e69448baac99de208131be9", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/2035965daeed4e5cb279c9f51bf885f2/volumes/839838ba-abff-4c65-b447-f33090e2f56a", "rel": "self"}, {"href": "http://172.30.9.21:8776/2035965daeed4e5cb279c9f51bf885f2/volumes/839838ba-abff-4c65-b447-f33090e2f56a", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-26T09:43:57.000000", "description": null, "os-vol-tenant-attr:tenant_id": "2035965daeed4e5cb279c9f51bf885f2", "updated_at": "2018-10-26T09:43:57.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-88009cf9-f833-45ba-8846-c671226b9ef2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "839838ba-abff-4c65-b447-f33090e2f56a", "size": 1}} 2018-10-26 09:43:58,159 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/2035965daeed4e5cb279c9f51bf885f2/volumes/839838ba-abff-4c65-b447-f33090e2f56a used request id req-3298f1a2-bdb5-4087-981e-decea5bbb2e3 2018-10-26 09:43:58,159 - create_volume - DEBUG - Instance status is - available 2018-10-26 09:43:58,159 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-88009cf9-f833-45ba-8846-c671226b9ef2 2018-10-26 09:43:58,159 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-88009cf9-f833-45ba-8846-c671226b9ef2 2018-10-26 09:43:58,162 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/2035965daeed4e5cb279c9f51bf885f2/volumes/839838ba-abff-4c65-b447-f33090e2f56a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-17705ea7-71fc-4e6c-b067-6b0f0a4c5528" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72bee00294f1d8b9fec83dc4e260040d092c585d" 2018-10-26 09:43:58,463 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:43:58 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ace94a40-5ed7-452a-b264-29d0c36f2f93 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-26 09:43:58,463 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/2035965daeed4e5cb279c9f51bf885f2/volumes/839838ba-abff-4c65-b447-f33090e2f56a used request id req-ace94a40-5ed7-452a-b264-29d0c36f2f93 2018-10-26 09:43:58,467 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/2035965daeed4e5cb279c9f51bf885f2/volumes/839838ba-abff-4c65-b447-f33090e2f56a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-17705ea7-71fc-4e6c-b067-6b0f0a4c5528" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72bee00294f1d8b9fec83dc4e260040d092c585d" 2018-10-26 09:43:58,675 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:43:58 GMT Server: Apache x-compute-request-id: req-3ed786ea-83b2-45ee-a246-538fbbfde5f2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3ed786ea-83b2-45ee-a246-538fbbfde5f2 Content-Encoding: gzip Content-Length: 467 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "33aba2068e69448baac99de208131be9", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/2035965daeed4e5cb279c9f51bf885f2/volumes/839838ba-abff-4c65-b447-f33090e2f56a", "rel": "self"}, {"href": "http://172.30.9.21:8776/2035965daeed4e5cb279c9f51bf885f2/volumes/839838ba-abff-4c65-b447-f33090e2f56a", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-26T09:43:57.000000", "description": null, "os-vol-tenant-attr:tenant_id": "2035965daeed4e5cb279c9f51bf885f2", "updated_at": "2018-10-26T09:43:58.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-88009cf9-f833-45ba-8846-c671226b9ef2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "839838ba-abff-4c65-b447-f33090e2f56a", "size": 1}} 2018-10-26 09:43:58,675 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/2035965daeed4e5cb279c9f51bf885f2/volumes/839838ba-abff-4c65-b447-f33090e2f56a used request id req-3ed786ea-83b2-45ee-a246-538fbbfde5f2 2018-10-26 09:43:58,676 - create_volume - DEBUG - Instance status is - deleting 2018-10-26 09:43:58,676 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-10-26 09:44:01,679 - create_volume - DEBUG - Volume status query timeout in 56.7845878601 2018-10-26 09:44:01,683 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/2035965daeed4e5cb279c9f51bf885f2/volumes/839838ba-abff-4c65-b447-f33090e2f56a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-17705ea7-71fc-4e6c-b067-6b0f0a4c5528" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72bee00294f1d8b9fec83dc4e260040d092c585d" 2018-10-26 09:44:01,720 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 09:44:01 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-48eca05c-f226-4d67-836b-fa3b0deff315 x-openstack-request-id: req-48eca05c-f226-4d67-836b-fa3b0deff315 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 839838ba-abff-4c65-b447-f33090e2f56a could not be found.", "code": 404}} 2018-10-26 09:44:01,720 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/2035965daeed4e5cb279c9f51bf885f2/volumes/839838ba-abff-4c65-b447-f33090e2f56a used request id req-48eca05c-f226-4d67-836b-fa3b0deff315 2018-10-26 09:44:01,720 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 839838ba-abff-4c65-b447-f33090e2f56a could not be found. (HTTP 404) (Request-ID: req-48eca05c-f226-4d67-836b-fa3b0deff315) 2018-10-26 09:44:01,721 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-88009cf9-f833-45ba-8846-c671226b9ef2 2018-10-26 09:44:01,724 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/2035965daeed4e5cb279c9f51bf885f2/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ffe264a7-4beb-4e37-a609-90956b345a52" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}172f061aab97b926249fb2e8f7393bc92c0f6a05" 2018-10-26 09:44:01,941 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:01 GMT Server: Apache x-compute-request-id: req-0156e42a-db5f-42af-9649-d0fed0658720 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0156e42a-db5f-42af-9649-d0fed0658720 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-26 09:44:01,941 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/2035965daeed4e5cb279c9f51bf885f2/volumes/detail used request id req-0156e42a-db5f-42af-9649-d0fed0658720 2018-10-26 09:44:01,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0572e720ca2b5002ed7d7e6f2e21bd69c1a2ef03" 2018-10-26 09:44:02,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-f4030008-aabc-4056-af1f-b6f4e147153d Date: Fri, 26 Oct 2018 09:44:02 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:44:02,173 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-f4030008-aabc-4056-af1f-b6f4e147153d 2018-10-26 09:44:02,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0572e720ca2b5002ed7d7e6f2e21bd69c1a2ef03" 2018-10-26 09:44:02,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af34fbd6-8b5d-4285-b0af-60caa72db06d 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:44:02,277 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-af34fbd6-8b5d-4285-b0af-60caa72db06d 2018-10-26 09:44:02,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0572e720ca2b5002ed7d7e6f2e21bd69c1a2ef03" 2018-10-26 09:44:02,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba1a4cdd-f1ea-446f-bfc2-3ac97ef9c364 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:44:02,375 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-ba1a4cdd-f1ea-446f-bfc2-3ac97ef9c364 2018-10-26 09:44:02,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0572e720ca2b5002ed7d7e6f2e21bd69c1a2ef03" 2018-10-26 09:44:02,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a15fbbf-cae3-48d3-ba61-0a94d24faa7f 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:44:02,475 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-6a15fbbf-cae3-48d3-ba61-0a94d24faa7f 2018-10-26 09:44:02,476 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-08114067-5e3a-4d7-proj 2018-10-26 09:44:02,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/2035965daeed4e5cb279c9f51bf885f2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0572e720ca2b5002ed7d7e6f2e21bd69c1a2ef03" 2018-10-26 09:44:02,710 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:44:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a30e4061-3023-4f66-b792-0d7adc7df6a1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:44:02,710 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/2035965daeed4e5cb279c9f51bf885f2 used request id req-a30e4061-3023-4f66-b792-0d7adc7df6a1 2018-10-26 09:44:02,711 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-08114067-5e3a-4d7-proj-role 2018-10-26 09:44:02,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/50bdaf5cbca54ccc90ad06b7ae34cafe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0572e720ca2b5002ed7d7e6f2e21bd69c1a2ef03" 2018-10-26 09:44:02,833 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:44:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cb6640cf-4bad-43da-8679-9298fabcbd53 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:44:02,834 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/50bdaf5cbca54ccc90ad06b7ae34cafe used request id req-cb6640cf-4bad-43da-8679-9298fabcbd53 2018-10-26 09:44:02,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0572e720ca2b5002ed7d7e6f2e21bd69c1a2ef03" 2018-10-26 09:44:02,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fb029ec-b573-4eca-a774-501761958b7b Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:44:02,923 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-9fb029ec-b573-4eca-a774-501761958b7b 2018-10-26 09:44:02,924 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-08114067-5e3a-4d7-user 2018-10-26 09:44:02,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/33aba2068e69448baac99de208131be9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84bf72ffabe0b834c8048cd7712515a72e7f0eae" 2018-10-26 09:44:03,104 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:44:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2442e264-11e8-4fc5-bb0d-fc8e39308555 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:44:03,104 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/33aba2068e69448baac99de208131be9 used request id req-2442e264-11e8-4fc5-bb0d-fc8e39308555 2018-10-26 09:44:03,106 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:44:03,501 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:44:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["bc-qdFddS0Ch_H3aA5pzOg"], "issued_at": "2018-10-26T09:44:03.000000Z"}} 2018-10-26 09:44:03,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b24625ea1771bdebf8cd306a523ce44d255441bf" 2018-10-26 09:44:03,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c72910f9-b827-459d-b4ea-8f6e6d850cda Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:44:03,586 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c72910f9-b827-459d-b4ea-8f6e6d850cda 2018-10-26 09:44:03,588 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:44:03,589 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:44:03,976 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:44:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["JZiPINDdQDShbEwW635GcQ"], "issued_at": "2018-10-26T09:44:03.000000Z"}} 2018-10-26 09:44:03,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf0dfa0f30c2bcfb8116a3673cd60b753fa85d6f" 2018-10-26 09:44:04,058 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0d36722-2f10-4e0f-b2c6-9904c4660151 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:44:04,059 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c0d36722-2f10-4e0f-b2c6-9904c4660151 2018-10-26 09:44:04,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:44:04,070 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:44: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:44:04,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-e3ceb632-a3fc-40e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf0dfa0f30c2bcfb8116a3673cd60b753fa85d6f" 2018-10-26 09:44:04,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08df435b-9ada-4000-9d2f-5f53701c4ea9 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-e3ceb632-a3fc-40e-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:44:04,158 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-e3ceb632-a3fc-40e-proj used request id req-08df435b-9ada-4000-9d2f-5f53701c4ea9 2018-10-26 09:44:04,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf0dfa0f30c2bcfb8116a3673cd60b753fa85d6f" 2018-10-26 09:44:04,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0c4a5c4-99b0-47f0-8272-489579a36872 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:44:04,250 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-e0c4a5c4-99b0-47f0-8272-489579a36872 2018-10-26 09:44:04,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf0dfa0f30c2bcfb8116a3673cd60b753fa85d6f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-e3ceb632-a3fc-40e-proj"}}' 2018-10-26 09:44:04,360 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:44:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d81390c0-c3a2-467d-8293-f4822c1c26d8 Content-Length: 315 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/9666ef10ba5340dd95e49ede8c32ddff"}, "enabled": true, "id": "9666ef10ba5340dd95e49ede8c32ddff", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-e3ceb632-a3fc-40e-proj"}} 2018-10-26 09:44:04,360 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-d81390c0-c3a2-467d-8293-f4822c1c26d8 2018-10-26 09:44:04,361 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-e3ceb632-a3fc-40e-proj 2018-10-26 09:44:04,361 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:44:04,362 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:44:04,750 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:44:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["x-qwobv-Ts2AidQ8LV67HA"], "issued_at": "2018-10-26T09:44:04.000000Z"}} 2018-10-26 09:44:04,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b979a279dee902863c3ab4d5a3cd4f0e5fe81652" 2018-10-26 09:44:04,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a130be82-618b-4fb2-90ec-5715655b8264 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:44:04,836 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a130be82-618b-4fb2-90ec-5715655b8264 2018-10-26 09:44:04,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:44:04,846 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:44: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:44:04,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b979a279dee902863c3ab4d5a3cd4f0e5fe81652" 2018-10-26 09:44:04,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd078856-fb99-4296-9b34-bad5ae451b8d Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:44:04,948 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-dd078856-fb99-4296-9b34-bad5ae451b8d 2018-10-26 09:44:04,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-e3ceb632-a3fc-40e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b979a279dee902863c3ab4d5a3cd4f0e5fe81652" 2018-10-26 09:44:04,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a207186-9f0a-43a0-9c54-34a52c6be9ac Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-e3ceb632-a3fc-40e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/9666ef10ba5340dd95e49ede8c32ddff"}, "enabled": true, "id": "9666ef10ba5340dd95e49ede8c32ddff", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-e3ceb632-a3fc-40e-proj"}]} 2018-10-26 09:44:04,969 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-e3ceb632-a3fc-40e-proj used request id req-3a207186-9f0a-43a0-9c54-34a52c6be9ac 2018-10-26 09:44:04,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b979a279dee902863c3ab4d5a3cd4f0e5fe81652" 2018-10-26 09:44:05,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c49b8576-9b89-453c-94ab-a0ce8e22c362 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:44:05,053 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-c49b8576-9b89-453c-94ab-a0ce8e22c362 2018-10-26 09:44:05,434 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-e3ceb632-a3fc-40e-user 2018-10-26 09:44:05,434 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:44:05,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf0dfa0f30c2bcfb8116a3673cd60b753fa85d6f" 2018-10-26 09:44:05,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-118a3e1b-b495-43d6-8cf1-5626a0629423 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:44:05,527 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-118a3e1b-b495-43d6-8cf1-5626a0629423 2018-10-26 09:44:05,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf0dfa0f30c2bcfb8116a3673cd60b753fa85d6f" -d '{"role": {"name": "CreateSimpleVolumeSuccessTests-e3ceb632-a3fc-40e-proj-role"}}' 2018-10-26 09:44:05,636 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:44:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-13fcbd88-5751-452f-a312-250aaf784472 Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6ad8de2650574feb923e9622672d5995", "links": {"self": "http://172.30.9.21:5000/v3/roles/6ad8de2650574feb923e9622672d5995"}, "name": "CreateSimpleVolumeSuccessTests-e3ceb632-a3fc-40e-proj-role"}} 2018-10-26 09:44:05,636 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-13fcbd88-5751-452f-a312-250aaf784472 2018-10-26 09:44:05,637 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-e3ceb632-a3fc-40e-proj-role 2018-10-26 09:44:05,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/6ad8de2650574feb923e9622672d5995 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf0dfa0f30c2bcfb8116a3673cd60b753fa85d6f" 2018-10-26 09:44:05,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3ca80f8-0fe4-477d-a974-552533d05732 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/6ad8de2650574feb923e9622672d5995"}, "domain_id": null, "name": "CreateSimpleVolumeSuccessTests-e3ceb632-a3fc-40e-proj-role", "id": "6ad8de2650574feb923e9622672d5995"}} 2018-10-26 09:44:05,728 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/6ad8de2650574feb923e9622672d5995 used request id req-d3ca80f8-0fe4-477d-a974-552533d05732 2018-10-26 09:44:05,728 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-e3ceb632-a3fc-40e-proj-role to project CreateSimpleVolumeSuccessTests-e3ceb632-a3fc-40e-proj 2018-10-26 09:44:05,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/9666ef10ba5340dd95e49ede8c32ddff/users/da019631d77342aaa7a7ffec7d04716a/roles/6ad8de2650574feb923e9622672d5995 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf0dfa0f30c2bcfb8116a3673cd60b753fa85d6f" 2018-10-26 09:44:05,806 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:44:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f947ceea-3588-40f1-bca1-e236a8c446e6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:44:05,806 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/9666ef10ba5340dd95e49ede8c32ddff/users/da019631d77342aaa7a7ffec7d04716a/roles/6ad8de2650574feb923e9622672d5995 used request id req-f947ceea-3588-40f1-bca1-e236a8c446e6 2018-10-26 09:44:05,809 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:44:06,179 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6ad8de2650574feb923e9622672d5995", "name": "CreateSimpleVolumeSuccessTests-e3ceb632-a3fc-40e-proj-role"}], "expires_at": "2018-10-26T10:44:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9666ef10ba5340dd95e49ede8c32ddff", "name": "CreateSimpleVolumeSuccessTests-e3ceb632-a3fc-40e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/9666ef10ba5340dd95e49ede8c32ddff", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/9666ef10ba5340dd95e49ede8c32ddff", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/9666ef10ba5340dd95e49ede8c32ddff", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/9666ef10ba5340dd95e49ede8c32ddff", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/9666ef10ba5340dd95e49ede8c32ddff", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/9666ef10ba5340dd95e49ede8c32ddff", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/9666ef10ba5340dd95e49ede8c32ddff", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/9666ef10ba5340dd95e49ede8c32ddff", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/9666ef10ba5340dd95e49ede8c32ddff", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/9666ef10ba5340dd95e49ede8c32ddff", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/9666ef10ba5340dd95e49ede8c32ddff", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/9666ef10ba5340dd95e49ede8c32ddff", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-e3ceb632-a3fc-40e-user", "id": "da019631d77342aaa7a7ffec7d04716a"}, "audit_ids": ["rfWcKlQxSmqBgUTdq4UojQ"], "issued_at": "2018-10-26T09:44:06.000000Z"}} 2018-10-26 09:44:06,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee35f70ad2ad80b016049bbb8c60803776245d15" 2018-10-26 09:44:06,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d28e7b6-2819-4ec2-bd45-569166a43f35 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:44:06,258 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5d28e7b6-2819-4ec2-bd45-569166a43f35 2018-10-26 09:44:06,259 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:44:06,260 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:44:06,643 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6ad8de2650574feb923e9622672d5995", "name": "CreateSimpleVolumeSuccessTests-e3ceb632-a3fc-40e-proj-role"}], "expires_at": "2018-10-26T10:44:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9666ef10ba5340dd95e49ede8c32ddff", "name": "CreateSimpleVolumeSuccessTests-e3ceb632-a3fc-40e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/9666ef10ba5340dd95e49ede8c32ddff", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/9666ef10ba5340dd95e49ede8c32ddff", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/9666ef10ba5340dd95e49ede8c32ddff", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/9666ef10ba5340dd95e49ede8c32ddff", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/9666ef10ba5340dd95e49ede8c32ddff", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/9666ef10ba5340dd95e49ede8c32ddff", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/9666ef10ba5340dd95e49ede8c32ddff", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/9666ef10ba5340dd95e49ede8c32ddff", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/9666ef10ba5340dd95e49ede8c32ddff", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/9666ef10ba5340dd95e49ede8c32ddff", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/9666ef10ba5340dd95e49ede8c32ddff", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/9666ef10ba5340dd95e49ede8c32ddff", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-e3ceb632-a3fc-40e-user", "id": "da019631d77342aaa7a7ffec7d04716a"}, "audit_ids": ["pHwxcRqUQXySY9preNSCtA"], "issued_at": "2018-10-26T09:44:06.000000Z"}} 2018-10-26 09:44:06,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d1944b95ab60b858c01d8c8a677f81ef0adc3bf" 2018-10-26 09:44:06,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fdc0b7b-6bc1-4613-a363-692f849fbf52 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:44:06,715 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-9fdc0b7b-6bc1-4613-a363-692f849fbf52 2018-10-26 09:44:06,721 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/9666ef10ba5340dd95e49ede8c32ddff/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d1944b95ab60b858c01d8c8a677f81ef0adc3bf" 2018-10-26 09:44:06,915 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:06 GMT Server: Apache x-compute-request-id: req-36d0028e-b19c-43d4-8764-fa6520303618 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-36d0028e-b19c-43d4-8764-fa6520303618 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-26 09:44:06,915 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/9666ef10ba5340dd95e49ede8c32ddff/volumes/detail used request id req-36d0028e-b19c-43d4-8764-fa6520303618 2018-10-26 09:44:06,919 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/9666ef10ba5340dd95e49ede8c32ddff/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-36d0028e-b19c-43d4-8764-fa6520303618" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d1944b95ab60b858c01d8c8a677f81ef0adc3bf" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateSimpleVolumeSuccessTests-08582a61-88bd-444d-9e26-c54166fc9171", "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-26 09:44:07,255 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:44:06 GMT Server: Apache x-compute-request-id: req-f31a740c-c00f-4dea-be0e-7827f9d95dec OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f31a740c-c00f-4dea-be0e-7827f9d95dec Content-Length: 828 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "da019631d77342aaa7a7ffec7d04716a", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/9666ef10ba5340dd95e49ede8c32ddff/volumes/4bd14550-5d66-4033-be4b-3aadb7a2a5ab", "rel": "self"}, {"href": "http://172.30.9.21:8776/9666ef10ba5340dd95e49ede8c32ddff/volumes/4bd14550-5d66-4033-be4b-3aadb7a2a5ab", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-26T09:44:07.164318", "description": null, "updated_at": null, "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-08582a61-88bd-444d-9e26-c54166fc9171", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "4bd14550-5d66-4033-be4b-3aadb7a2a5ab", "size": 1}} 2018-10-26 09:44:07,256 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/9666ef10ba5340dd95e49ede8c32ddff/volumes used request id req-f31a740c-c00f-4dea-be0e-7827f9d95dec 2018-10-26 09:44:07,259 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/9666ef10ba5340dd95e49ede8c32ddff/volumes/4bd14550-5d66-4033-be4b-3aadb7a2a5ab -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-36d0028e-b19c-43d4-8764-fa6520303618" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d1944b95ab60b858c01d8c8a677f81ef0adc3bf" 2018-10-26 09:44:07,443 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:07 GMT Server: Apache x-compute-request-id: req-883ea811-09fb-466b-84f5-db44644a8a7b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-883ea811-09fb-466b-84f5-db44644a8a7b Content-Encoding: gzip Content-Length: 462 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "da019631d77342aaa7a7ffec7d04716a", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/9666ef10ba5340dd95e49ede8c32ddff/volumes/4bd14550-5d66-4033-be4b-3aadb7a2a5ab", "rel": "self"}, {"href": "http://172.30.9.21:8776/9666ef10ba5340dd95e49ede8c32ddff/volumes/4bd14550-5d66-4033-be4b-3aadb7a2a5ab", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-26T09:44:07.000000", "description": null, "os-vol-tenant-attr:tenant_id": "9666ef10ba5340dd95e49ede8c32ddff", "updated_at": "2018-10-26T09:44:07.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-08582a61-88bd-444d-9e26-c54166fc9171", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "4bd14550-5d66-4033-be4b-3aadb7a2a5ab", "size": 1}} 2018-10-26 09:44:07,443 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/9666ef10ba5340dd95e49ede8c32ddff/volumes/4bd14550-5d66-4033-be4b-3aadb7a2a5ab used request id req-883ea811-09fb-466b-84f5-db44644a8a7b 2018-10-26 09:44:07,444 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-08582a61-88bd-444d-9e26-c54166fc9171 2018-10-26 09:44:07,447 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/9666ef10ba5340dd95e49ede8c32ddff/volumes/4bd14550-5d66-4033-be4b-3aadb7a2a5ab -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-36d0028e-b19c-43d4-8764-fa6520303618" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d1944b95ab60b858c01d8c8a677f81ef0adc3bf" 2018-10-26 09:44:07,643 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:07 GMT Server: Apache x-compute-request-id: req-800c04f6-d6a3-414a-9ce2-de18cea87c25 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-800c04f6-d6a3-414a-9ce2-de18cea87c25 Content-Encoding: gzip Content-Length: 461 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "da019631d77342aaa7a7ffec7d04716a", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/9666ef10ba5340dd95e49ede8c32ddff/volumes/4bd14550-5d66-4033-be4b-3aadb7a2a5ab", "rel": "self"}, {"href": "http://172.30.9.21:8776/9666ef10ba5340dd95e49ede8c32ddff/volumes/4bd14550-5d66-4033-be4b-3aadb7a2a5ab", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-26T09:44:07.000000", "description": null, "os-vol-tenant-attr:tenant_id": "9666ef10ba5340dd95e49ede8c32ddff", "updated_at": "2018-10-26T09:44:07.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-08582a61-88bd-444d-9e26-c54166fc9171", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "4bd14550-5d66-4033-be4b-3aadb7a2a5ab", "size": 1}} 2018-10-26 09:44:07,643 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/9666ef10ba5340dd95e49ede8c32ddff/volumes/4bd14550-5d66-4033-be4b-3aadb7a2a5ab used request id req-800c04f6-d6a3-414a-9ce2-de18cea87c25 2018-10-26 09:44:07,644 - create_volume - DEBUG - Instance status is - available 2018-10-26 09:44:07,644 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-08582a61-88bd-444d-9e26-c54166fc9171 2018-10-26 09:44:07,644 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-08582a61-88bd-444d-9e26-c54166fc9171 2018-10-26 09:44:07,647 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/9666ef10ba5340dd95e49ede8c32ddff/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee35f70ad2ad80b016049bbb8c60803776245d15" 2018-10-26 09:44:07,836 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:07 GMT Server: Apache x-compute-request-id: req-b8dc5bed-9fb0-491e-bae3-c3e219ebc4d1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b8dc5bed-9fb0-491e-bae3-c3e219ebc4d1 Content-Encoding: gzip Content-Length: 459 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "da019631d77342aaa7a7ffec7d04716a", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/9666ef10ba5340dd95e49ede8c32ddff/volumes/4bd14550-5d66-4033-be4b-3aadb7a2a5ab", "rel": "self"}, {"href": "http://172.30.9.21:8776/9666ef10ba5340dd95e49ede8c32ddff/volumes/4bd14550-5d66-4033-be4b-3aadb7a2a5ab", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-26T09:44:07.000000", "description": null, "os-vol-tenant-attr:tenant_id": "9666ef10ba5340dd95e49ede8c32ddff", "updated_at": "2018-10-26T09:44:07.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-08582a61-88bd-444d-9e26-c54166fc9171", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "4bd14550-5d66-4033-be4b-3aadb7a2a5ab", "size": 1}]} 2018-10-26 09:44:07,836 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/9666ef10ba5340dd95e49ede8c32ddff/volumes/detail used request id req-b8dc5bed-9fb0-491e-bae3-c3e219ebc4d1 2018-10-26 09:44:07,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:44:07,845 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:44: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:44:07,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9666ef10ba5340dd95e49ede8c32ddff -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee35f70ad2ad80b016049bbb8c60803776245d15" 2018-10-26 09:44:07,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14feb924-da52-4e10-82e8-879585eba665 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/9666ef10ba5340dd95e49ede8c32ddff"}, "enabled": true, "id": "9666ef10ba5340dd95e49ede8c32ddff", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-e3ceb632-a3fc-40e-proj"}} 2018-10-26 09:44:07,923 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9666ef10ba5340dd95e49ede8c32ddff used request id req-14feb924-da52-4e10-82e8-879585eba665 2018-10-26 09:44:07,924 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:44:07,925 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:44:08,295 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6ad8de2650574feb923e9622672d5995", "name": "CreateSimpleVolumeSuccessTests-e3ceb632-a3fc-40e-proj-role"}], "expires_at": "2018-10-26T10:44:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9666ef10ba5340dd95e49ede8c32ddff", "name": "CreateSimpleVolumeSuccessTests-e3ceb632-a3fc-40e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/9666ef10ba5340dd95e49ede8c32ddff", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/9666ef10ba5340dd95e49ede8c32ddff", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/9666ef10ba5340dd95e49ede8c32ddff", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/9666ef10ba5340dd95e49ede8c32ddff", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/9666ef10ba5340dd95e49ede8c32ddff", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/9666ef10ba5340dd95e49ede8c32ddff", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/9666ef10ba5340dd95e49ede8c32ddff", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/9666ef10ba5340dd95e49ede8c32ddff", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/9666ef10ba5340dd95e49ede8c32ddff", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/9666ef10ba5340dd95e49ede8c32ddff", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/9666ef10ba5340dd95e49ede8c32ddff", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/9666ef10ba5340dd95e49ede8c32ddff", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-e3ceb632-a3fc-40e-user", "id": "da019631d77342aaa7a7ffec7d04716a"}, "audit_ids": ["xcfwfaLPThiNFXyZMbdJ3g"], "issued_at": "2018-10-26T09:44:08.000000Z"}} 2018-10-26 09:44:08,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fd0cd516317f18eee07f28026a4b943baa410a3" 2018-10-26 09:44:08,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71e542fa-b8ce-4656-a5ae-5654c34e1425 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:44:08,369 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-71e542fa-b8ce-4656-a5ae-5654c34e1425 2018-10-26 09:44:08,375 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/9666ef10ba5340dd95e49ede8c32ddff/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fd0cd516317f18eee07f28026a4b943baa410a3" 2018-10-26 09:44:08,575 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:08 GMT Server: Apache x-compute-request-id: req-af4eac6c-671d-48e6-b962-9d7c426bffc7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-af4eac6c-671d-48e6-b962-9d7c426bffc7 Content-Encoding: gzip Content-Length: 459 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "da019631d77342aaa7a7ffec7d04716a", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/9666ef10ba5340dd95e49ede8c32ddff/volumes/4bd14550-5d66-4033-be4b-3aadb7a2a5ab", "rel": "self"}, {"href": "http://172.30.9.21:8776/9666ef10ba5340dd95e49ede8c32ddff/volumes/4bd14550-5d66-4033-be4b-3aadb7a2a5ab", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-26T09:44:07.000000", "description": null, "os-vol-tenant-attr:tenant_id": "9666ef10ba5340dd95e49ede8c32ddff", "updated_at": "2018-10-26T09:44:07.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-08582a61-88bd-444d-9e26-c54166fc9171", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "4bd14550-5d66-4033-be4b-3aadb7a2a5ab", "size": 1}]} 2018-10-26 09:44:08,576 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/9666ef10ba5340dd95e49ede8c32ddff/volumes/detail used request id req-af4eac6c-671d-48e6-b962-9d7c426bffc7 2018-10-26 09:44:08,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:44:08,585 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:44: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:44:08,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9666ef10ba5340dd95e49ede8c32ddff -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fd0cd516317f18eee07f28026a4b943baa410a3" 2018-10-26 09:44:08,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9045cb07-5ccb-423f-898d-651a6e0e359f Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/9666ef10ba5340dd95e49ede8c32ddff"}, "enabled": true, "id": "9666ef10ba5340dd95e49ede8c32ddff", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-e3ceb632-a3fc-40e-proj"}} 2018-10-26 09:44:08,660 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9666ef10ba5340dd95e49ede8c32ddff used request id req-9045cb07-5ccb-423f-898d-651a6e0e359f 2018-10-26 09:44:08,660 - create_volume - INFO - Did not create volume due to cleanup mode 2018-10-26 09:44:08,663 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/9666ef10ba5340dd95e49ede8c32ddff/volumes/4bd14550-5d66-4033-be4b-3aadb7a2a5ab -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-36d0028e-b19c-43d4-8764-fa6520303618" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d1944b95ab60b858c01d8c8a677f81ef0adc3bf" 2018-10-26 09:44:09,218 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:08 GMT Server: Apache x-compute-request-id: req-b8302be7-46d5-48e8-88b1-087ab24d4038 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b8302be7-46d5-48e8-88b1-087ab24d4038 Content-Encoding: gzip Content-Length: 461 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "da019631d77342aaa7a7ffec7d04716a", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/9666ef10ba5340dd95e49ede8c32ddff/volumes/4bd14550-5d66-4033-be4b-3aadb7a2a5ab", "rel": "self"}, {"href": "http://172.30.9.21:8776/9666ef10ba5340dd95e49ede8c32ddff/volumes/4bd14550-5d66-4033-be4b-3aadb7a2a5ab", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-26T09:44:07.000000", "description": null, "os-vol-tenant-attr:tenant_id": "9666ef10ba5340dd95e49ede8c32ddff", "updated_at": "2018-10-26T09:44:07.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-08582a61-88bd-444d-9e26-c54166fc9171", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "4bd14550-5d66-4033-be4b-3aadb7a2a5ab", "size": 1}} 2018-10-26 09:44:09,218 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/9666ef10ba5340dd95e49ede8c32ddff/volumes/4bd14550-5d66-4033-be4b-3aadb7a2a5ab used request id req-b8302be7-46d5-48e8-88b1-087ab24d4038 2018-10-26 09:44:09,219 - create_volume - DEBUG - Instance status is - available 2018-10-26 09:44:09,219 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-08582a61-88bd-444d-9e26-c54166fc9171 2018-10-26 09:44:09,219 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-08582a61-88bd-444d-9e26-c54166fc9171 2018-10-26 09:44:09,222 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/9666ef10ba5340dd95e49ede8c32ddff/volumes/4bd14550-5d66-4033-be4b-3aadb7a2a5ab -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-36d0028e-b19c-43d4-8764-fa6520303618" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d1944b95ab60b858c01d8c8a677f81ef0adc3bf" 2018-10-26 09:44:09,464 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:44:09 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8552d942-f636-4363-93af-23bd3d0cbfc2 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-26 09:44:09,465 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/9666ef10ba5340dd95e49ede8c32ddff/volumes/4bd14550-5d66-4033-be4b-3aadb7a2a5ab used request id req-8552d942-f636-4363-93af-23bd3d0cbfc2 2018-10-26 09:44:09,468 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/9666ef10ba5340dd95e49ede8c32ddff/volumes/4bd14550-5d66-4033-be4b-3aadb7a2a5ab -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-36d0028e-b19c-43d4-8764-fa6520303618" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d1944b95ab60b858c01d8c8a677f81ef0adc3bf" 2018-10-26 09:44:09,679 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:09 GMT Server: Apache x-compute-request-id: req-4914a515-96ea-4421-8668-6f47868f41b8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4914a515-96ea-4421-8668-6f47868f41b8 Content-Encoding: gzip Content-Length: 466 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "da019631d77342aaa7a7ffec7d04716a", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/9666ef10ba5340dd95e49ede8c32ddff/volumes/4bd14550-5d66-4033-be4b-3aadb7a2a5ab", "rel": "self"}, {"href": "http://172.30.9.21:8776/9666ef10ba5340dd95e49ede8c32ddff/volumes/4bd14550-5d66-4033-be4b-3aadb7a2a5ab", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-26T09:44:07.000000", "description": null, "os-vol-tenant-attr:tenant_id": "9666ef10ba5340dd95e49ede8c32ddff", "updated_at": "2018-10-26T09:44:09.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-08582a61-88bd-444d-9e26-c54166fc9171", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "4bd14550-5d66-4033-be4b-3aadb7a2a5ab", "size": 1}} 2018-10-26 09:44:09,679 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/9666ef10ba5340dd95e49ede8c32ddff/volumes/4bd14550-5d66-4033-be4b-3aadb7a2a5ab used request id req-4914a515-96ea-4421-8668-6f47868f41b8 2018-10-26 09:44:09,680 - create_volume - DEBUG - Instance status is - deleting 2018-10-26 09:44:09,680 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-10-26 09:44:12,683 - create_volume - DEBUG - Volume status query timeout in 56.7820401192 2018-10-26 09:44:12,686 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/9666ef10ba5340dd95e49ede8c32ddff/volumes/4bd14550-5d66-4033-be4b-3aadb7a2a5ab -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-36d0028e-b19c-43d4-8764-fa6520303618" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d1944b95ab60b858c01d8c8a677f81ef0adc3bf" 2018-10-26 09:44:12,885 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 09:44:12 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-e61a5075-1ff6-4a25-b19d-d0c09efa25be x-openstack-request-id: req-e61a5075-1ff6-4a25-b19d-d0c09efa25be Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 4bd14550-5d66-4033-be4b-3aadb7a2a5ab could not be found.", "code": 404}} 2018-10-26 09:44:12,885 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/9666ef10ba5340dd95e49ede8c32ddff/volumes/4bd14550-5d66-4033-be4b-3aadb7a2a5ab used request id req-e61a5075-1ff6-4a25-b19d-d0c09efa25be 2018-10-26 09:44:12,886 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 4bd14550-5d66-4033-be4b-3aadb7a2a5ab could not be found. (HTTP 404) (Request-ID: req-e61a5075-1ff6-4a25-b19d-d0c09efa25be) 2018-10-26 09:44:12,886 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-08582a61-88bd-444d-9e26-c54166fc9171 2018-10-26 09:44:12,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf0dfa0f30c2bcfb8116a3673cd60b753fa85d6f" 2018-10-26 09:44:13,111 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-4ec61c2d-de1b-4979-b463-837b73e78550 Date: Fri, 26 Oct 2018 09:44:13 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:44:13,112 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-4ec61c2d-de1b-4979-b463-837b73e78550 2018-10-26 09:44:13,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf0dfa0f30c2bcfb8116a3673cd60b753fa85d6f" 2018-10-26 09:44:13,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e4b4e70-b574-422f-b876-951a5f24ed5c 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:44:13,217 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-3e4b4e70-b574-422f-b876-951a5f24ed5c 2018-10-26 09:44:13,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf0dfa0f30c2bcfb8116a3673cd60b753fa85d6f" 2018-10-26 09:44:13,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f99251d8-ee9b-4e9d-8bcb-417086707b3d 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:44:13,318 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-f99251d8-ee9b-4e9d-8bcb-417086707b3d 2018-10-26 09:44:13,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf0dfa0f30c2bcfb8116a3673cd60b753fa85d6f" 2018-10-26 09:44:13,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28a0a3af-605c-43b2-8426-aadf486023ef 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:44:13,419 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-28a0a3af-605c-43b2-8426-aadf486023ef 2018-10-26 09:44:13,420 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-e3ceb632-a3fc-40e-proj 2018-10-26 09:44:13,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/9666ef10ba5340dd95e49ede8c32ddff -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf0dfa0f30c2bcfb8116a3673cd60b753fa85d6f" 2018-10-26 09:44:13,611 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:44:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ca06baf7-df61-48d1-bd1d-980a7b3b0fc8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:44:13,611 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/9666ef10ba5340dd95e49ede8c32ddff used request id req-ca06baf7-df61-48d1-bd1d-980a7b3b0fc8 2018-10-26 09:44:13,611 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-e3ceb632-a3fc-40e-proj-role 2018-10-26 09:44:13,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/6ad8de2650574feb923e9622672d5995 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf0dfa0f30c2bcfb8116a3673cd60b753fa85d6f" 2018-10-26 09:44:13,719 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:44:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-16947bd2-54ad-4b64-babe-ca9fbede9c12 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:44:13,719 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/6ad8de2650574feb923e9622672d5995 used request id req-16947bd2-54ad-4b64-babe-ca9fbede9c12 2018-10-26 09:44:13,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf0dfa0f30c2bcfb8116a3673cd60b753fa85d6f" 2018-10-26 09:44:13,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63f3940b-97a7-4424-a526-33f0d529ec80 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:44:13,807 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-63f3940b-97a7-4424-a526-33f0d529ec80 2018-10-26 09:44:13,807 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-e3ceb632-a3fc-40e-user 2018-10-26 09:44:13,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/da019631d77342aaa7a7ffec7d04716a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b979a279dee902863c3ab4d5a3cd4f0e5fe81652" 2018-10-26 09:44:14,066 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:44:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-32f8526f-26e8-4ce5-b414-fd04f096011a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:44:14,066 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/da019631d77342aaa7a7ffec7d04716a used request id req-32f8526f-26e8-4ce5-b414-fd04f096011a 2018-10-26 09:44:14,068 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:44:14,456 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:44:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["SeoGlmheRLaxyPO_XRh4Hg"], "issued_at": "2018-10-26T09:44:14.000000Z"}} 2018-10-26 09:44:14,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc9350a1cb050f56d02384caed930648069db4e8" 2018-10-26 09:44:14,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87355047-7df3-498f-b635-7fcd2b9a94b1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:44:14,536 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-87355047-7df3-498f-b635-7fcd2b9a94b1 2018-10-26 09:44:14,538 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:44:14,539 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:44:14,927 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:44:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["kKmdiJo2Q2KfWBbQRn7l9w"], "issued_at": "2018-10-26T09:44:14.000000Z"}} 2018-10-26 09:44:14,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe7ed47a7629aa6e0725e848c2dcba7aefdc633" 2018-10-26 09:44:15,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ca6e04a-267a-4a31-b4a8-b52731c86bc1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:44:15,023 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-1ca6e04a-267a-4a31-b4a8-b52731c86bc1 2018-10-26 09:44:15,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:44:15,033 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:44: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:44:15,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-6d436b06-6c01-46b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe7ed47a7629aa6e0725e848c2dcba7aefdc633" 2018-10-26 09:44:15,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f826d0e-65a5-40cb-86a4-6e1886e6b7a1 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-6d436b06-6c01-46b-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:44:15,123 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-6d436b06-6c01-46b-proj used request id req-6f826d0e-65a5-40cb-86a4-6e1886e6b7a1 2018-10-26 09:44:15,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe7ed47a7629aa6e0725e848c2dcba7aefdc633" 2018-10-26 09:44:15,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f0c52ae-408e-4ac9-9614-8ee6a9968861 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:44:15,222 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-4f0c52ae-408e-4ac9-9614-8ee6a9968861 2018-10-26 09:44:15,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe7ed47a7629aa6e0725e848c2dcba7aefdc633" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-6d436b06-6c01-46b-proj"}}' 2018-10-26 09:44:15,342 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:44:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-629a25e6-b4b1-41a9-b24c-32bcc9036916 Content-Length: 315 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/bd81181862bd4a0d8ff18ce3581e6808"}, "enabled": true, "id": "bd81181862bd4a0d8ff18ce3581e6808", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-6d436b06-6c01-46b-proj"}} 2018-10-26 09:44:15,342 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-629a25e6-b4b1-41a9-b24c-32bcc9036916 2018-10-26 09:44:15,342 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-6d436b06-6c01-46b-proj 2018-10-26 09:44:15,343 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:44:15,343 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:44:15,729 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:44:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["K8FHHazRRXq-7hw-InW8Iw"], "issued_at": "2018-10-26T09:44:15.000000Z"}} 2018-10-26 09:44:15,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5286b476190c18271f1e6824a275d15897bda383" 2018-10-26 09:44:15,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40da575a-9c32-4d94-bb49-10984c6c8862 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:44:15,812 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-40da575a-9c32-4d94-bb49-10984c6c8862 2018-10-26 09:44:15,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:44:15,821 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:44: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:44:15,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5286b476190c18271f1e6824a275d15897bda383" 2018-10-26 09:44:15,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c6a751b-3817-4816-a683-21f5181dea17 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:44:15,922 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-2c6a751b-3817-4816-a683-21f5181dea17 2018-10-26 09:44:15,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-6d436b06-6c01-46b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5286b476190c18271f1e6824a275d15897bda383" 2018-10-26 09:44:16,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40e7c8fb-f1b2-44df-b9d2-dfa24fd71b95 Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-6d436b06-6c01-46b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/bd81181862bd4a0d8ff18ce3581e6808"}, "enabled": true, "id": "bd81181862bd4a0d8ff18ce3581e6808", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-6d436b06-6c01-46b-proj"}]} 2018-10-26 09:44:16,011 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-6d436b06-6c01-46b-proj used request id req-40e7c8fb-f1b2-44df-b9d2-dfa24fd71b95 2018-10-26 09:44:16,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5286b476190c18271f1e6824a275d15897bda383" 2018-10-26 09:44:16,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff7a66eb-16d0-42b5-aec6-5131ffcc9093 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:44:16,094 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-ff7a66eb-16d0-42b5-aec6-5131ffcc9093 2018-10-26 09:44:16,462 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-6d436b06-6c01-46b-user 2018-10-26 09:44:16,462 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:44:16,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe7ed47a7629aa6e0725e848c2dcba7aefdc633" 2018-10-26 09:44:16,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1374d4bf-5054-414c-b999-ef06917f3026 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:44:16,559 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-1374d4bf-5054-414c-b999-ef06917f3026 2018-10-26 09:44:16,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe7ed47a7629aa6e0725e848c2dcba7aefdc633" -d '{"role": {"name": "CreateSimpleVolumeSuccessTests-6d436b06-6c01-46b-proj-role"}}' 2018-10-26 09:44:16,673 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:44:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bbce2276-053b-46e3-949c-e7a95ac9acc9 Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "18783cb34efc46dcba217a4d521d732a", "links": {"self": "http://172.30.9.21:5000/v3/roles/18783cb34efc46dcba217a4d521d732a"}, "name": "CreateSimpleVolumeSuccessTests-6d436b06-6c01-46b-proj-role"}} 2018-10-26 09:44:16,673 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-bbce2276-053b-46e3-949c-e7a95ac9acc9 2018-10-26 09:44:16,674 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-6d436b06-6c01-46b-proj-role 2018-10-26 09:44:16,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/18783cb34efc46dcba217a4d521d732a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe7ed47a7629aa6e0725e848c2dcba7aefdc633" 2018-10-26 09:44:16,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aaa6f9ee-4fb8-45f8-9a12-5e1d2281b6eb Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/18783cb34efc46dcba217a4d521d732a"}, "domain_id": null, "name": "CreateSimpleVolumeSuccessTests-6d436b06-6c01-46b-proj-role", "id": "18783cb34efc46dcba217a4d521d732a"}} 2018-10-26 09:44:16,767 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/18783cb34efc46dcba217a4d521d732a used request id req-aaa6f9ee-4fb8-45f8-9a12-5e1d2281b6eb 2018-10-26 09:44:16,767 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-6d436b06-6c01-46b-proj-role to project CreateSimpleVolumeSuccessTests-6d436b06-6c01-46b-proj 2018-10-26 09:44:16,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/bd81181862bd4a0d8ff18ce3581e6808/users/495664bb4f0549c6a000c0bef4c71d03/roles/18783cb34efc46dcba217a4d521d732a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe7ed47a7629aa6e0725e848c2dcba7aefdc633" 2018-10-26 09:44:16,909 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:44:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-00c7aaa1-d763-4c52-a9b8-a4d58820f31b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:44:16,909 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/bd81181862bd4a0d8ff18ce3581e6808/users/495664bb4f0549c6a000c0bef4c71d03/roles/18783cb34efc46dcba217a4d521d732a used request id req-00c7aaa1-d763-4c52-a9b8-a4d58820f31b 2018-10-26 09:44:16,911 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:44:17,278 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "18783cb34efc46dcba217a4d521d732a", "name": "CreateSimpleVolumeSuccessTests-6d436b06-6c01-46b-proj-role"}], "expires_at": "2018-10-26T10:44:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bd81181862bd4a0d8ff18ce3581e6808", "name": "CreateSimpleVolumeSuccessTests-6d436b06-6c01-46b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/bd81181862bd4a0d8ff18ce3581e6808", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/bd81181862bd4a0d8ff18ce3581e6808", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/bd81181862bd4a0d8ff18ce3581e6808", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/bd81181862bd4a0d8ff18ce3581e6808", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/bd81181862bd4a0d8ff18ce3581e6808", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/bd81181862bd4a0d8ff18ce3581e6808", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/bd81181862bd4a0d8ff18ce3581e6808", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/bd81181862bd4a0d8ff18ce3581e6808", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/bd81181862bd4a0d8ff18ce3581e6808", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/bd81181862bd4a0d8ff18ce3581e6808", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/bd81181862bd4a0d8ff18ce3581e6808", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/bd81181862bd4a0d8ff18ce3581e6808", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-6d436b06-6c01-46b-user", "id": "495664bb4f0549c6a000c0bef4c71d03"}, "audit_ids": ["UsdGLln5Su2vtylXxJfN9Q"], "issued_at": "2018-10-26T09:44:17.000000Z"}} 2018-10-26 09:44:17,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c85712781b4cb20d00fab28cdd0e39d8073ee52" 2018-10-26 09:44:17,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1756184e-823f-4ad4-8fb5-1aadaaeb7dfc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:44:17,364 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-1756184e-823f-4ad4-8fb5-1aadaaeb7dfc 2018-10-26 09:44:17,365 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:44:17,366 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:44:17,741 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "18783cb34efc46dcba217a4d521d732a", "name": "CreateSimpleVolumeSuccessTests-6d436b06-6c01-46b-proj-role"}], "expires_at": "2018-10-26T10:44:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bd81181862bd4a0d8ff18ce3581e6808", "name": "CreateSimpleVolumeSuccessTests-6d436b06-6c01-46b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/bd81181862bd4a0d8ff18ce3581e6808", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/bd81181862bd4a0d8ff18ce3581e6808", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/bd81181862bd4a0d8ff18ce3581e6808", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/bd81181862bd4a0d8ff18ce3581e6808", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/bd81181862bd4a0d8ff18ce3581e6808", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/bd81181862bd4a0d8ff18ce3581e6808", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/bd81181862bd4a0d8ff18ce3581e6808", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/bd81181862bd4a0d8ff18ce3581e6808", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/bd81181862bd4a0d8ff18ce3581e6808", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/bd81181862bd4a0d8ff18ce3581e6808", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/bd81181862bd4a0d8ff18ce3581e6808", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/bd81181862bd4a0d8ff18ce3581e6808", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-6d436b06-6c01-46b-user", "id": "495664bb4f0549c6a000c0bef4c71d03"}, "audit_ids": ["blYvAnX3TcOxYHnmkCFCdw"], "issued_at": "2018-10-26T09:44:17.000000Z"}} 2018-10-26 09:44:17,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c65530cfa955921218c4f18208fbea6de994eb1" 2018-10-26 09:44:17,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32bf6141-2d8c-45db-8277-87610eeeadb1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:44:17,828 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-32bf6141-2d8c-45db-8277-87610eeeadb1 2018-10-26 09:44:17,834 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/bd81181862bd4a0d8ff18ce3581e6808/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c65530cfa955921218c4f18208fbea6de994eb1" 2018-10-26 09:44:18,038 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:17 GMT Server: Apache x-compute-request-id: req-fbdcd066-dfbc-429f-8b58-a83a29b9ce23 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-fbdcd066-dfbc-429f-8b58-a83a29b9ce23 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-26 09:44:18,039 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/bd81181862bd4a0d8ff18ce3581e6808/volumes/detail used request id req-fbdcd066-dfbc-429f-8b58-a83a29b9ce23 2018-10-26 09:44:18,042 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/bd81181862bd4a0d8ff18ce3581e6808/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-fbdcd066-dfbc-429f-8b58-a83a29b9ce23" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c65530cfa955921218c4f18208fbea6de994eb1" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateSimpleVolumeSuccessTests-ed67e670-224e-4310-a0ef-899d41a205d3", "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-26 09:44:18,383 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:44:18 GMT Server: Apache x-compute-request-id: req-8ecec7f1-05a5-4dfb-8314-b2219d9ce995 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8ecec7f1-05a5-4dfb-8314-b2219d9ce995 Content-Length: 828 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "495664bb4f0549c6a000c0bef4c71d03", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/bd81181862bd4a0d8ff18ce3581e6808/volumes/f042595d-d64d-49e8-9205-83d2a9b12aae", "rel": "self"}, {"href": "http://172.30.9.21:8776/bd81181862bd4a0d8ff18ce3581e6808/volumes/f042595d-d64d-49e8-9205-83d2a9b12aae", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-26T09:44:18.294107", "description": null, "updated_at": null, "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-ed67e670-224e-4310-a0ef-899d41a205d3", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f042595d-d64d-49e8-9205-83d2a9b12aae", "size": 1}} 2018-10-26 09:44:18,383 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/bd81181862bd4a0d8ff18ce3581e6808/volumes used request id req-8ecec7f1-05a5-4dfb-8314-b2219d9ce995 2018-10-26 09:44:18,387 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/bd81181862bd4a0d8ff18ce3581e6808/volumes/f042595d-d64d-49e8-9205-83d2a9b12aae -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fbdcd066-dfbc-429f-8b58-a83a29b9ce23" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c65530cfa955921218c4f18208fbea6de994eb1" 2018-10-26 09:44:18,575 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:18 GMT Server: Apache x-compute-request-id: req-0a065257-b2a7-47c7-a5c3-53a3d51b8ec6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0a065257-b2a7-47c7-a5c3-53a3d51b8ec6 Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "495664bb4f0549c6a000c0bef4c71d03", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/bd81181862bd4a0d8ff18ce3581e6808/volumes/f042595d-d64d-49e8-9205-83d2a9b12aae", "rel": "self"}, {"href": "http://172.30.9.21:8776/bd81181862bd4a0d8ff18ce3581e6808/volumes/f042595d-d64d-49e8-9205-83d2a9b12aae", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-26T09:44:18.000000", "description": null, "os-vol-tenant-attr:tenant_id": "bd81181862bd4a0d8ff18ce3581e6808", "updated_at": "2018-10-26T09:44:18.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-ed67e670-224e-4310-a0ef-899d41a205d3", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f042595d-d64d-49e8-9205-83d2a9b12aae", "size": 1}} 2018-10-26 09:44:18,575 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/bd81181862bd4a0d8ff18ce3581e6808/volumes/f042595d-d64d-49e8-9205-83d2a9b12aae used request id req-0a065257-b2a7-47c7-a5c3-53a3d51b8ec6 2018-10-26 09:44:18,575 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-ed67e670-224e-4310-a0ef-899d41a205d3 2018-10-26 09:44:18,578 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/bd81181862bd4a0d8ff18ce3581e6808/volumes/f042595d-d64d-49e8-9205-83d2a9b12aae -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fbdcd066-dfbc-429f-8b58-a83a29b9ce23" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c65530cfa955921218c4f18208fbea6de994eb1" 2018-10-26 09:44:18,798 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:18 GMT Server: Apache x-compute-request-id: req-a459fef1-0e1f-400b-b625-c6cd69d70397 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a459fef1-0e1f-400b-b625-c6cd69d70397 Content-Encoding: gzip Content-Length: 461 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "495664bb4f0549c6a000c0bef4c71d03", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/bd81181862bd4a0d8ff18ce3581e6808/volumes/f042595d-d64d-49e8-9205-83d2a9b12aae", "rel": "self"}, {"href": "http://172.30.9.21:8776/bd81181862bd4a0d8ff18ce3581e6808/volumes/f042595d-d64d-49e8-9205-83d2a9b12aae", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-26T09:44:18.000000", "description": null, "os-vol-tenant-attr:tenant_id": "bd81181862bd4a0d8ff18ce3581e6808", "updated_at": "2018-10-26T09:44:18.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-ed67e670-224e-4310-a0ef-899d41a205d3", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f042595d-d64d-49e8-9205-83d2a9b12aae", "size": 1}} 2018-10-26 09:44:18,798 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/bd81181862bd4a0d8ff18ce3581e6808/volumes/f042595d-d64d-49e8-9205-83d2a9b12aae used request id req-a459fef1-0e1f-400b-b625-c6cd69d70397 2018-10-26 09:44:18,799 - create_volume - DEBUG - Instance status is - available 2018-10-26 09:44:18,799 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-ed67e670-224e-4310-a0ef-899d41a205d3 2018-10-26 09:44:18,799 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-ed67e670-224e-4310-a0ef-899d41a205d3 2018-10-26 09:44:18,802 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/bd81181862bd4a0d8ff18ce3581e6808/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c85712781b4cb20d00fab28cdd0e39d8073ee52" 2018-10-26 09:44:18,987 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:18 GMT Server: Apache x-compute-request-id: req-a23d71dc-3538-42a0-ae12-1a545de8e449 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a23d71dc-3538-42a0-ae12-1a545de8e449 Content-Encoding: gzip Content-Length: 459 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "495664bb4f0549c6a000c0bef4c71d03", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/bd81181862bd4a0d8ff18ce3581e6808/volumes/f042595d-d64d-49e8-9205-83d2a9b12aae", "rel": "self"}, {"href": "http://172.30.9.21:8776/bd81181862bd4a0d8ff18ce3581e6808/volumes/f042595d-d64d-49e8-9205-83d2a9b12aae", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-26T09:44:18.000000", "description": null, "os-vol-tenant-attr:tenant_id": "bd81181862bd4a0d8ff18ce3581e6808", "updated_at": "2018-10-26T09:44:18.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-ed67e670-224e-4310-a0ef-899d41a205d3", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f042595d-d64d-49e8-9205-83d2a9b12aae", "size": 1}]} 2018-10-26 09:44:18,988 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/bd81181862bd4a0d8ff18ce3581e6808/volumes/detail used request id req-a23d71dc-3538-42a0-ae12-1a545de8e449 2018-10-26 09:44:18,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:44:18,997 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:44: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:44:18,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/bd81181862bd4a0d8ff18ce3581e6808 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c85712781b4cb20d00fab28cdd0e39d8073ee52" 2018-10-26 09:44:19,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d056ce3-ce05-4a0a-a9da-d4b4a0318636 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/bd81181862bd4a0d8ff18ce3581e6808"}, "enabled": true, "id": "bd81181862bd4a0d8ff18ce3581e6808", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-6d436b06-6c01-46b-proj"}} 2018-10-26 09:44:19,074 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/bd81181862bd4a0d8ff18ce3581e6808 used request id req-7d056ce3-ce05-4a0a-a9da-d4b4a0318636 2018-10-26 09:44:19,078 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/bd81181862bd4a0d8ff18ce3581e6808/volumes/f042595d-d64d-49e8-9205-83d2a9b12aae -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fbdcd066-dfbc-429f-8b58-a83a29b9ce23" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c65530cfa955921218c4f18208fbea6de994eb1" 2018-10-26 09:44:19,265 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:19 GMT Server: Apache x-compute-request-id: req-72562ff6-0d58-4697-895b-9b7e02ae01c8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-72562ff6-0d58-4697-895b-9b7e02ae01c8 Content-Encoding: gzip Content-Length: 461 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "495664bb4f0549c6a000c0bef4c71d03", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/bd81181862bd4a0d8ff18ce3581e6808/volumes/f042595d-d64d-49e8-9205-83d2a9b12aae", "rel": "self"}, {"href": "http://172.30.9.21:8776/bd81181862bd4a0d8ff18ce3581e6808/volumes/f042595d-d64d-49e8-9205-83d2a9b12aae", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-26T09:44:18.000000", "description": null, "os-vol-tenant-attr:tenant_id": "bd81181862bd4a0d8ff18ce3581e6808", "updated_at": "2018-10-26T09:44:18.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-ed67e670-224e-4310-a0ef-899d41a205d3", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f042595d-d64d-49e8-9205-83d2a9b12aae", "size": 1}} 2018-10-26 09:44:19,266 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/bd81181862bd4a0d8ff18ce3581e6808/volumes/f042595d-d64d-49e8-9205-83d2a9b12aae used request id req-72562ff6-0d58-4697-895b-9b7e02ae01c8 2018-10-26 09:44:19,266 - create_volume - DEBUG - Instance status is - available 2018-10-26 09:44:19,266 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-ed67e670-224e-4310-a0ef-899d41a205d3 2018-10-26 09:44:19,266 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-ed67e670-224e-4310-a0ef-899d41a205d3 2018-10-26 09:44:19,269 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/bd81181862bd4a0d8ff18ce3581e6808/volumes/f042595d-d64d-49e8-9205-83d2a9b12aae -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fbdcd066-dfbc-429f-8b58-a83a29b9ce23" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c65530cfa955921218c4f18208fbea6de994eb1" 2018-10-26 09:44:19,476 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:44:19 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b5deaae1-6e45-4cf2-8b68-d45480d3d3d1 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-26 09:44:19,476 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/bd81181862bd4a0d8ff18ce3581e6808/volumes/f042595d-d64d-49e8-9205-83d2a9b12aae used request id req-b5deaae1-6e45-4cf2-8b68-d45480d3d3d1 2018-10-26 09:44:19,479 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/bd81181862bd4a0d8ff18ce3581e6808/volumes/f042595d-d64d-49e8-9205-83d2a9b12aae -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fbdcd066-dfbc-429f-8b58-a83a29b9ce23" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c65530cfa955921218c4f18208fbea6de994eb1" 2018-10-26 09:44:19,527 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:19 GMT Server: Apache x-compute-request-id: req-f9ba89e2-a3aa-4770-9547-8ed26ccfab59 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f9ba89e2-a3aa-4770-9547-8ed26ccfab59 Content-Encoding: gzip Content-Length: 467 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "495664bb4f0549c6a000c0bef4c71d03", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/bd81181862bd4a0d8ff18ce3581e6808/volumes/f042595d-d64d-49e8-9205-83d2a9b12aae", "rel": "self"}, {"href": "http://172.30.9.21:8776/bd81181862bd4a0d8ff18ce3581e6808/volumes/f042595d-d64d-49e8-9205-83d2a9b12aae", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-26T09:44:18.000000", "description": null, "os-vol-tenant-attr:tenant_id": "bd81181862bd4a0d8ff18ce3581e6808", "updated_at": "2018-10-26T09:44:19.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-ed67e670-224e-4310-a0ef-899d41a205d3", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "f042595d-d64d-49e8-9205-83d2a9b12aae", "size": 1}} 2018-10-26 09:44:19,527 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/bd81181862bd4a0d8ff18ce3581e6808/volumes/f042595d-d64d-49e8-9205-83d2a9b12aae used request id req-f9ba89e2-a3aa-4770-9547-8ed26ccfab59 2018-10-26 09:44:19,527 - create_volume - DEBUG - Instance status is - deleting 2018-10-26 09:44:19,528 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-10-26 09:44:22,528 - create_volume - DEBUG - Volume status query timeout in 56.9480290413 2018-10-26 09:44:22,532 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/bd81181862bd4a0d8ff18ce3581e6808/volumes/f042595d-d64d-49e8-9205-83d2a9b12aae -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fbdcd066-dfbc-429f-8b58-a83a29b9ce23" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c65530cfa955921218c4f18208fbea6de994eb1" 2018-10-26 09:44:22,740 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 09:44:22 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-765604ed-800c-424b-8ac9-230e7f467341 x-openstack-request-id: req-765604ed-800c-424b-8ac9-230e7f467341 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume f042595d-d64d-49e8-9205-83d2a9b12aae could not be found.", "code": 404}} 2018-10-26 09:44:22,741 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/bd81181862bd4a0d8ff18ce3581e6808/volumes/f042595d-d64d-49e8-9205-83d2a9b12aae used request id req-765604ed-800c-424b-8ac9-230e7f467341 2018-10-26 09:44:22,741 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume f042595d-d64d-49e8-9205-83d2a9b12aae could not be found. (HTTP 404) (Request-ID: req-765604ed-800c-424b-8ac9-230e7f467341) 2018-10-26 09:44:22,741 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-ed67e670-224e-4310-a0ef-899d41a205d3 2018-10-26 09:44:22,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe7ed47a7629aa6e0725e848c2dcba7aefdc633" 2018-10-26 09:44:23,007 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-dc8807cf-4b6f-4390-8698-40434a19503b Date: Fri, 26 Oct 2018 09:44:23 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:44:23,008 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-dc8807cf-4b6f-4390-8698-40434a19503b 2018-10-26 09:44:23,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe7ed47a7629aa6e0725e848c2dcba7aefdc633" 2018-10-26 09:44:23,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88ffe331-810a-46d5-8ba8-1290ecffc52d 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:44:23,110 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-88ffe331-810a-46d5-8ba8-1290ecffc52d 2018-10-26 09:44:23,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe7ed47a7629aa6e0725e848c2dcba7aefdc633" 2018-10-26 09:44:23,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9f3f135-e1cc-4a00-b35e-f222fa4c9698 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:44:23,204 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-e9f3f135-e1cc-4a00-b35e-f222fa4c9698 2018-10-26 09:44:23,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe7ed47a7629aa6e0725e848c2dcba7aefdc633" 2018-10-26 09:44:23,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c47405bd-9db8-4210-837b-929cfd8fdf85 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:44:23,300 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-c47405bd-9db8-4210-837b-929cfd8fdf85 2018-10-26 09:44:23,301 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-6d436b06-6c01-46b-proj 2018-10-26 09:44:23,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/bd81181862bd4a0d8ff18ce3581e6808 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe7ed47a7629aa6e0725e848c2dcba7aefdc633" 2018-10-26 09:44:23,658 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:44:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-03317991-78ee-46ff-b957-0908f493bc6b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:44:23,658 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/bd81181862bd4a0d8ff18ce3581e6808 used request id req-03317991-78ee-46ff-b957-0908f493bc6b 2018-10-26 09:44:23,658 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-6d436b06-6c01-46b-proj-role 2018-10-26 09:44:23,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/18783cb34efc46dcba217a4d521d732a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe7ed47a7629aa6e0725e848c2dcba7aefdc633" 2018-10-26 09:44:23,774 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:44:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5ed69963-056e-452f-a7fe-eb6bb4d3527a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:44:23,774 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/18783cb34efc46dcba217a4d521d732a used request id req-5ed69963-056e-452f-a7fe-eb6bb4d3527a 2018-10-26 09:44:23,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbe7ed47a7629aa6e0725e848c2dcba7aefdc633" 2018-10-26 09:44:23,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de1d97fc-f560-4960-9597-20863919ab6c Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:44:23,866 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-de1d97fc-f560-4960-9597-20863919ab6c 2018-10-26 09:44:23,866 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-6d436b06-6c01-46b-user 2018-10-26 09:44:23,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/495664bb4f0549c6a000c0bef4c71d03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5286b476190c18271f1e6824a275d15897bda383" 2018-10-26 09:44:24,029 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:44:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-084dbc50-12e9-49f6-a101-f9aa3d6fed0b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:44:24,029 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/495664bb4f0549c6a000c0bef4c71d03 used request id req-084dbc50-12e9-49f6-a101-f9aa3d6fed0b 2018-10-26 09:44:24,031 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:44:24,416 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:44:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["NV2yu7xpQo-wzrK7Bh2VVQ"], "issued_at": "2018-10-26T09:44:24.000000Z"}} 2018-10-26 09:44:24,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca8a0b03d004f0bf7d43a0897db3f54ebf97f659" 2018-10-26 09:44:24,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccbb7cf5-536e-4963-8d80-20eb8fe7c2aa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:44:24,515 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ccbb7cf5-536e-4963-8d80-20eb8fe7c2aa 2018-10-26 09:44:24,516 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:44:24,517 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:44:24,898 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:44:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["xVcbzOlCR_us3h7o9xDROw"], "issued_at": "2018-10-26T09:44:24.000000Z"}} 2018-10-26 09:44:24,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2d8efc58bb834e447dae35cd814bb00d9ed02c8" 2018-10-26 09:44:24,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0256ddf5-fdf3-4a64-bb80-1a7b9af4e3ca Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:44:24,985 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-0256ddf5-fdf3-4a64-bb80-1a7b9af4e3ca 2018-10-26 09:44:24,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:44:24,997 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:44: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:44:24,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-b082a118-b180-472-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2d8efc58bb834e447dae35cd814bb00d9ed02c8" 2018-10-26 09:44:25,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-344d6df5-f550-4e51-95b1-895493f9c94a Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-b082a118-b180-472-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:44:25,078 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-b082a118-b180-472-proj used request id req-344d6df5-f550-4e51-95b1-895493f9c94a 2018-10-26 09:44:25,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2d8efc58bb834e447dae35cd814bb00d9ed02c8" 2018-10-26 09:44:25,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08593ce5-f580-41b6-8c99-0ba8c8c801b2 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:44:25,172 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-08593ce5-f580-41b6-8c99-0ba8c8c801b2 2018-10-26 09:44:25,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2d8efc58bb834e447dae35cd814bb00d9ed02c8" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-b082a118-b180-472-proj"}}' 2018-10-26 09:44:25,295 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:44:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-74b8eda9-ed3c-4815-b02a-7d6837068456 Content-Length: 315 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/ff2c97f1d70242beb63842c63b90e6b2"}, "enabled": true, "id": "ff2c97f1d70242beb63842c63b90e6b2", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-b082a118-b180-472-proj"}} 2018-10-26 09:44:25,295 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-74b8eda9-ed3c-4815-b02a-7d6837068456 2018-10-26 09:44:25,295 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-b082a118-b180-472-proj 2018-10-26 09:44:25,295 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:44:25,296 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:44:25,670 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:44:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["zcXTYyDhSaKVY3TYJEymeQ"], "issued_at": "2018-10-26T09:44:25.000000Z"}} 2018-10-26 09:44:25,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae196cf17e83da9169f93e7f3f55f891b932c356" 2018-10-26 09:44:25,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cc86653-3fb2-4a58-9b5b-4ab7c84fffac Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:44:25,684 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-1cc86653-3fb2-4a58-9b5b-4ab7c84fffac 2018-10-26 09:44:25,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:44:25,694 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:44: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:44:25,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae196cf17e83da9169f93e7f3f55f891b932c356" 2018-10-26 09:44:25,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-527f9c45-8d38-400a-9f65-3ba05dd1b755 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:44:25,792 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-527f9c45-8d38-400a-9f65-3ba05dd1b755 2018-10-26 09:44:25,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeFailureTests-b082a118-b180-472-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae196cf17e83da9169f93e7f3f55f891b932c356" 2018-10-26 09:44:25,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79c93c7b-4351-4cde-bad2-d55bf9b2a743 Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeFailureTests-b082a118-b180-472-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/ff2c97f1d70242beb63842c63b90e6b2"}, "enabled": true, "id": "ff2c97f1d70242beb63842c63b90e6b2", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-b082a118-b180-472-proj"}]} 2018-10-26 09:44:25,892 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeFailureTests-b082a118-b180-472-proj used request id req-79c93c7b-4351-4cde-bad2-d55bf9b2a743 2018-10-26 09:44:25,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae196cf17e83da9169f93e7f3f55f891b932c356" 2018-10-26 09:44:25,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93cc065d-81a0-470e-b85a-4dc24df90a21 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:44:25,983 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-93cc065d-81a0-470e-b85a-4dc24df90a21 2018-10-26 09:44:26,375 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-b082a118-b180-472-user 2018-10-26 09:44:26,376 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:44:26,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2d8efc58bb834e447dae35cd814bb00d9ed02c8" 2018-10-26 09:44:26,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0648623-1c35-4f5b-bf14-cad955b53449 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:44:26,477 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-e0648623-1c35-4f5b-bf14-cad955b53449 2018-10-26 09:44:26,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2d8efc58bb834e447dae35cd814bb00d9ed02c8" -d '{"role": {"name": "CreateSimpleVolumeFailureTests-b082a118-b180-472-proj-role"}}' 2018-10-26 09:44:26,654 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:44:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3b7f1435-09ee-42f3-b4dd-807ad0a82832 Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b16f2824f85a4d80964018c0184f0dfa", "links": {"self": "http://172.30.9.21:5000/v3/roles/b16f2824f85a4d80964018c0184f0dfa"}, "name": "CreateSimpleVolumeFailureTests-b082a118-b180-472-proj-role"}} 2018-10-26 09:44:26,654 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-3b7f1435-09ee-42f3-b4dd-807ad0a82832 2018-10-26 09:44:26,654 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-b082a118-b180-472-proj-role 2018-10-26 09:44:26,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/b16f2824f85a4d80964018c0184f0dfa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2d8efc58bb834e447dae35cd814bb00d9ed02c8" 2018-10-26 09:44:26,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b62d4e59-7ce2-4efe-a9cc-348ab846cb42 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/b16f2824f85a4d80964018c0184f0dfa"}, "domain_id": null, "name": "CreateSimpleVolumeFailureTests-b082a118-b180-472-proj-role", "id": "b16f2824f85a4d80964018c0184f0dfa"}} 2018-10-26 09:44:26,743 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/b16f2824f85a4d80964018c0184f0dfa used request id req-b62d4e59-7ce2-4efe-a9cc-348ab846cb42 2018-10-26 09:44:26,743 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-b082a118-b180-472-proj-role to project CreateSimpleVolumeFailureTests-b082a118-b180-472-proj 2018-10-26 09:44:26,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/ff2c97f1d70242beb63842c63b90e6b2/users/ad7d4434b39a4f909d5769b4758f638a/roles/b16f2824f85a4d80964018c0184f0dfa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2d8efc58bb834e447dae35cd814bb00d9ed02c8" 2018-10-26 09:44:26,808 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:44:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4502d3b3-b4b1-43d7-b647-5b46b7d61f4f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:44:26,808 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/ff2c97f1d70242beb63842c63b90e6b2/users/ad7d4434b39a4f909d5769b4758f638a/roles/b16f2824f85a4d80964018c0184f0dfa used request id req-4502d3b3-b4b1-43d7-b647-5b46b7d61f4f 2018-10-26 09:44:26,810 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:44:26,811 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:44:27,190 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b16f2824f85a4d80964018c0184f0dfa", "name": "CreateSimpleVolumeFailureTests-b082a118-b180-472-proj-role"}], "expires_at": "2018-10-26T10:44:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ff2c97f1d70242beb63842c63b90e6b2", "name": "CreateSimpleVolumeFailureTests-b082a118-b180-472-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/ff2c97f1d70242beb63842c63b90e6b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/ff2c97f1d70242beb63842c63b90e6b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/ff2c97f1d70242beb63842c63b90e6b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/ff2c97f1d70242beb63842c63b90e6b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/ff2c97f1d70242beb63842c63b90e6b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/ff2c97f1d70242beb63842c63b90e6b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/ff2c97f1d70242beb63842c63b90e6b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/ff2c97f1d70242beb63842c63b90e6b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/ff2c97f1d70242beb63842c63b90e6b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/ff2c97f1d70242beb63842c63b90e6b2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/ff2c97f1d70242beb63842c63b90e6b2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/ff2c97f1d70242beb63842c63b90e6b2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeFailureTests-b082a118-b180-472-user", "id": "ad7d4434b39a4f909d5769b4758f638a"}, "audit_ids": ["Q01Wjly2SdO5FCzR2cBtGw"], "issued_at": "2018-10-26T09:44:27.000000Z"}} 2018-10-26 09:44:27,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e519460623d7c7267cdd93b8e0916cecc15178e1" 2018-10-26 09:44:27,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d87d97d-dcea-4c19-a02c-b29fa7a384f9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:44:27,261 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-9d87d97d-dcea-4c19-a02c-b29fa7a384f9 2018-10-26 09:44:27,267 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/ff2c97f1d70242beb63842c63b90e6b2/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e519460623d7c7267cdd93b8e0916cecc15178e1" 2018-10-26 09:44:27,478 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:27 GMT Server: Apache x-compute-request-id: req-aa195ae3-0dcd-4ec0-944a-1521663edc25 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-aa195ae3-0dcd-4ec0-944a-1521663edc25 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-26 09:44:27,478 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/ff2c97f1d70242beb63842c63b90e6b2/volumes/detail used request id req-aa195ae3-0dcd-4ec0-944a-1521663edc25 2018-10-26 09:44:27,482 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/ff2c97f1d70242beb63842c63b90e6b2/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-aa195ae3-0dcd-4ec0-944a-1521663edc25" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e519460623d7c7267cdd93b8e0916cecc15178e1" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateSimpleVolumeFailureTests-0c688763-2615-4dfa-af90-13cd8647c64c", "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-26 09:44:27,823 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Fri, 26 Oct 2018 09:44:27 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-103d37d5-eb98-4e25-a3aa-38ed65e83d91 x-openstack-request-id: req-103d37d5-eb98-4e25-a3aa-38ed65e83d91 Content-Length: 105 Content-Type: application/json RESP BODY: {"badRequest": {"message": "Invalid image identifier or unable to access requested image.", "code": 400}} 2018-10-26 09:44:27,824 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/ff2c97f1d70242beb63842c63b90e6b2/volumes used request id req-103d37d5-eb98-4e25-a3aa-38ed65e83d91 2018-10-26 09:44:27,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2d8efc58bb834e447dae35cd814bb00d9ed02c8" 2018-10-26 09:44:28,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-d4e15307-1f21-4eea-aba0-59421b9077d6 Date: Fri, 26 Oct 2018 09:44:28 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:44:28,047 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-d4e15307-1f21-4eea-aba0-59421b9077d6 2018-10-26 09:44:28,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2d8efc58bb834e447dae35cd814bb00d9ed02c8" 2018-10-26 09:44:28,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d14d1a73-728f-4264-b4c0-f49fc1a03cc4 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:44:28,136 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-d14d1a73-728f-4264-b4c0-f49fc1a03cc4 2018-10-26 09:44:28,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2d8efc58bb834e447dae35cd814bb00d9ed02c8" 2018-10-26 09:44:28,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35cdf601-be1d-451e-a3ca-976831d23232 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:44:28,223 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-35cdf601-be1d-451e-a3ca-976831d23232 2018-10-26 09:44:28,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2d8efc58bb834e447dae35cd814bb00d9ed02c8" 2018-10-26 09:44:28,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2597633d-f009-4fe8-afdd-893c5a6479d5 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:44:28,305 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-2597633d-f009-4fe8-afdd-893c5a6479d5 2018-10-26 09:44:28,306 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-b082a118-b180-472-proj 2018-10-26 09:44:28,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/ff2c97f1d70242beb63842c63b90e6b2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2d8efc58bb834e447dae35cd814bb00d9ed02c8" 2018-10-26 09:44:28,521 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:44:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-739c682e-c34c-4c4d-b187-00ee06e00f11 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:44:28,521 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/ff2c97f1d70242beb63842c63b90e6b2 used request id req-739c682e-c34c-4c4d-b187-00ee06e00f11 2018-10-26 09:44:28,522 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-b082a118-b180-472-proj-role 2018-10-26 09:44:28,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/b16f2824f85a4d80964018c0184f0dfa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2d8efc58bb834e447dae35cd814bb00d9ed02c8" 2018-10-26 09:44:28,635 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:44:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7cc5f9a1-e7e3-4923-9158-e4f739d66219 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:44:28,635 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/b16f2824f85a4d80964018c0184f0dfa used request id req-7cc5f9a1-e7e3-4923-9158-e4f739d66219 2018-10-26 09:44:28,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2d8efc58bb834e447dae35cd814bb00d9ed02c8" 2018-10-26 09:44:28,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33a9b77d-18a1-450b-98fd-a428456d0631 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:44:28,655 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-33a9b77d-18a1-450b-98fd-a428456d0631 2018-10-26 09:44:28,655 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-b082a118-b180-472-user 2018-10-26 09:44:28,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/ad7d4434b39a4f909d5769b4758f638a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae196cf17e83da9169f93e7f3f55f891b932c356" 2018-10-26 09:44:28,852 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:44:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e4f36324-51f2-4341-a4c8-f69b280cc6f7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:44:28,852 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/ad7d4434b39a4f909d5769b4758f638a used request id req-e4f36324-51f2-4341-a4c8-f69b280cc6f7 2018-10-26 09:44:28,854 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:44:29,234 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:44:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["Kb6N8a-qR8GYz9EdSklY2g"], "issued_at": "2018-10-26T09:44:29.000000Z"}} 2018-10-26 09:44:29,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45d790eae8b09e5e9d5b70f438bb50511217d532" 2018-10-26 09:44:29,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccdaf1eb-a21f-4cad-8eb4-8f2738ca8fdc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:44:29,318 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ccdaf1eb-a21f-4cad-8eb4-8f2738ca8fdc 2018-10-26 09:44:29,320 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:44:29,320 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:44:29,719 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:44:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["uPzRcN7dTtqY_9xrJ7YTyg"], "issued_at": "2018-10-26T09:44:29.000000Z"}} 2018-10-26 09:44:29,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d937fb3f9aa4d82c13f22ad36ec393541d3c64d1" 2018-10-26 09:44:29,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b991a38-d6a4-4d85-9aa5-b6a657712081 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:44:29,811 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-4b991a38-d6a4-4d85-9aa5-b6a657712081 2018-10-26 09:44:29,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:44:29,821 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:44: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:44:29,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-d868d616-ad51-427-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d937fb3f9aa4d82c13f22ad36ec393541d3c64d1" 2018-10-26 09:44:29,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-956aafa4-95c1-46ec-930f-cfb207760297 Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-d868d616-ad51-427-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:44:29,911 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-d868d616-ad51-427-proj used request id req-956aafa4-95c1-46ec-930f-cfb207760297 2018-10-26 09:44:29,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d937fb3f9aa4d82c13f22ad36ec393541d3c64d1" 2018-10-26 09:44:30,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50a1e157-49f5-491f-ad04-b310f8d77e82 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:44:30,010 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-50a1e157-49f5-491f-ad04-b310f8d77e82 2018-10-26 09:44:30,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d937fb3f9aa4d82c13f22ad36ec393541d3c64d1" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-d868d616-ad51-427-proj"}}' 2018-10-26 09:44:30,116 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:44:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0bdca5b9-76a8-4c11-b033-9c34f425751a Content-Length: 315 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/39a37feb8f5d4ccc8514808ea5a95d61"}, "enabled": true, "id": "39a37feb8f5d4ccc8514808ea5a95d61", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-d868d616-ad51-427-proj"}} 2018-10-26 09:44:30,116 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-0bdca5b9-76a8-4c11-b033-9c34f425751a 2018-10-26 09:44:30,117 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-d868d616-ad51-427-proj 2018-10-26 09:44:30,117 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:44:30,118 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:44:30,501 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:44:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["196gxVFBRAi4zYJQcoZqKg"], "issued_at": "2018-10-26T09:44:30.000000Z"}} 2018-10-26 09:44:30,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17fc95d2e511974405fc67e9dcaa2dd33c7a3214" 2018-10-26 09:44:30,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33a62400-9077-41e3-97e5-66248b56e2d8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:44:30,597 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-33a62400-9077-41e3-97e5-66248b56e2d8 2018-10-26 09:44:30,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:44:30,606 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:44: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:44:30,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17fc95d2e511974405fc67e9dcaa2dd33c7a3214" 2018-10-26 09:44:30,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfa069e1-0d0d-47e3-a216-7f71496ea5b4 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:44:30,717 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-cfa069e1-0d0d-47e3-a216-7f71496ea5b4 2018-10-26 09:44:30,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeFailureTests-d868d616-ad51-427-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17fc95d2e511974405fc67e9dcaa2dd33c7a3214" 2018-10-26 09:44:30,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-966b9436-4adf-4e24-8826-475878f085b7 Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeFailureTests-d868d616-ad51-427-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/39a37feb8f5d4ccc8514808ea5a95d61"}, "enabled": true, "id": "39a37feb8f5d4ccc8514808ea5a95d61", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-d868d616-ad51-427-proj"}]} 2018-10-26 09:44:30,818 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeFailureTests-d868d616-ad51-427-proj used request id req-966b9436-4adf-4e24-8826-475878f085b7 2018-10-26 09:44:30,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17fc95d2e511974405fc67e9dcaa2dd33c7a3214" 2018-10-26 09:44:30,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d92d45e7-8945-4d2d-b32c-d92357bde461 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:44:30,902 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-d92d45e7-8945-4d2d-b32c-d92357bde461 2018-10-26 09:44:31,271 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-d868d616-ad51-427-user 2018-10-26 09:44:31,271 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:44:31,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d937fb3f9aa4d82c13f22ad36ec393541d3c64d1" 2018-10-26 09:44:31,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a0ebceb-f936-4163-803e-a5e240b6fa60 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:44:31,372 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-4a0ebceb-f936-4163-803e-a5e240b6fa60 2018-10-26 09:44:31,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d937fb3f9aa4d82c13f22ad36ec393541d3c64d1" -d '{"role": {"name": "CreateSimpleVolumeFailureTests-d868d616-ad51-427-proj-role"}}' 2018-10-26 09:44:31,475 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:44:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e178896e-6ed2-4429-8b62-e391daf2b87c Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "df68115c11774009b3fb4588bd657aee", "links": {"self": "http://172.30.9.21:5000/v3/roles/df68115c11774009b3fb4588bd657aee"}, "name": "CreateSimpleVolumeFailureTests-d868d616-ad51-427-proj-role"}} 2018-10-26 09:44:31,475 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-e178896e-6ed2-4429-8b62-e391daf2b87c 2018-10-26 09:44:31,476 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-d868d616-ad51-427-proj-role 2018-10-26 09:44:31,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/df68115c11774009b3fb4588bd657aee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d937fb3f9aa4d82c13f22ad36ec393541d3c64d1" 2018-10-26 09:44:31,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17e5f8f1-680f-4d33-93b8-4ae481b670d1 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/df68115c11774009b3fb4588bd657aee"}, "domain_id": null, "name": "CreateSimpleVolumeFailureTests-d868d616-ad51-427-proj-role", "id": "df68115c11774009b3fb4588bd657aee"}} 2018-10-26 09:44:31,496 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/df68115c11774009b3fb4588bd657aee used request id req-17e5f8f1-680f-4d33-93b8-4ae481b670d1 2018-10-26 09:44:31,496 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-d868d616-ad51-427-proj-role to project CreateSimpleVolumeFailureTests-d868d616-ad51-427-proj 2018-10-26 09:44:31,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/39a37feb8f5d4ccc8514808ea5a95d61/users/0e288c1d08974a2cb83fdc6da1ad67d5/roles/df68115c11774009b3fb4588bd657aee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d937fb3f9aa4d82c13f22ad36ec393541d3c64d1" 2018-10-26 09:44:31,633 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:44:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ba97093b-1579-46f2-9705-6ccdffd706ea Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:44:31,634 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/39a37feb8f5d4ccc8514808ea5a95d61/users/0e288c1d08974a2cb83fdc6da1ad67d5/roles/df68115c11774009b3fb4588bd657aee used request id req-ba97093b-1579-46f2-9705-6ccdffd706ea 2018-10-26 09:44:31,636 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:44:31,637 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:44:32,004 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "df68115c11774009b3fb4588bd657aee", "name": "CreateSimpleVolumeFailureTests-d868d616-ad51-427-proj-role"}], "expires_at": "2018-10-26T10:44:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "39a37feb8f5d4ccc8514808ea5a95d61", "name": "CreateSimpleVolumeFailureTests-d868d616-ad51-427-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/39a37feb8f5d4ccc8514808ea5a95d61", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/39a37feb8f5d4ccc8514808ea5a95d61", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/39a37feb8f5d4ccc8514808ea5a95d61", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/39a37feb8f5d4ccc8514808ea5a95d61", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/39a37feb8f5d4ccc8514808ea5a95d61", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/39a37feb8f5d4ccc8514808ea5a95d61", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/39a37feb8f5d4ccc8514808ea5a95d61", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/39a37feb8f5d4ccc8514808ea5a95d61", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/39a37feb8f5d4ccc8514808ea5a95d61", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/39a37feb8f5d4ccc8514808ea5a95d61", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/39a37feb8f5d4ccc8514808ea5a95d61", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/39a37feb8f5d4ccc8514808ea5a95d61", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeFailureTests-d868d616-ad51-427-user", "id": "0e288c1d08974a2cb83fdc6da1ad67d5"}, "audit_ids": ["UaNlrFuoRaSZdJP2BXzxuA"], "issued_at": "2018-10-26T09:44:32.000000Z"}} 2018-10-26 09:44:32,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35c912743ee76953b2721e1d91f736df98f07bee" 2018-10-26 09:44:32,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-baa1f6a3-f4a1-4fb0-8b58-2edec160091c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:44:32,087 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-baa1f6a3-f4a1-4fb0-8b58-2edec160091c 2018-10-26 09:44:32,223 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/39a37feb8f5d4ccc8514808ea5a95d61/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35c912743ee76953b2721e1d91f736df98f07bee" 2018-10-26 09:44:32,421 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:32 GMT Server: Apache x-compute-request-id: req-a883678e-0b04-438d-807e-8b380d87ee33 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a883678e-0b04-438d-807e-8b380d87ee33 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-26 09:44:32,421 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/39a37feb8f5d4ccc8514808ea5a95d61/volumes/detail used request id req-a883678e-0b04-438d-807e-8b380d87ee33 2018-10-26 09:44:32,426 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/39a37feb8f5d4ccc8514808ea5a95d61/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-a883678e-0b04-438d-807e-8b380d87ee33" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35c912743ee76953b2721e1d91f736df98f07bee" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateSimpleVolumeFailureTests-d79b595d-2cc0-4815-a262-931dfc080860", "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-26 09:44:32,576 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Fri, 26 Oct 2018 09:44:32 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-942ddd75-7424-4719-8526-765d95e3e82e x-openstack-request-id: req-942ddd75-7424-4719-8526-765d95e3e82e 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-26 09:44:32,576 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/39a37feb8f5d4ccc8514808ea5a95d61/volumes used request id req-942ddd75-7424-4719-8526-765d95e3e82e 2018-10-26 09:44:32,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d937fb3f9aa4d82c13f22ad36ec393541d3c64d1" 2018-10-26 09:44:32,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-1f1030e9-c518-4db0-99a0-722d2ccf1a9f Date: Fri, 26 Oct 2018 09:44:32 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:44:32,791 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-1f1030e9-c518-4db0-99a0-722d2ccf1a9f 2018-10-26 09:44:32,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d937fb3f9aa4d82c13f22ad36ec393541d3c64d1" 2018-10-26 09:44:32,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9322b6eb-70e0-4db3-8445-9ce800baca80 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:44:32,885 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-9322b6eb-70e0-4db3-8445-9ce800baca80 2018-10-26 09:44:32,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d937fb3f9aa4d82c13f22ad36ec393541d3c64d1" 2018-10-26 09:44:32,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f20aea4-01a2-49ad-82bf-474dea7d311e 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:44:32,967 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-8f20aea4-01a2-49ad-82bf-474dea7d311e 2018-10-26 09:44:32,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d937fb3f9aa4d82c13f22ad36ec393541d3c64d1" 2018-10-26 09:44:33,058 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82f1dc78-134a-4ee0-b2fc-6d7610360cbd 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:44:33,058 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-82f1dc78-134a-4ee0-b2fc-6d7610360cbd 2018-10-26 09:44:33,059 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-d868d616-ad51-427-proj 2018-10-26 09:44:33,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/39a37feb8f5d4ccc8514808ea5a95d61 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d937fb3f9aa4d82c13f22ad36ec393541d3c64d1" 2018-10-26 09:44:33,269 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:44:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f08633ad-ad75-4029-9cd6-b41e4d0b7916 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:44:33,269 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/39a37feb8f5d4ccc8514808ea5a95d61 used request id req-f08633ad-ad75-4029-9cd6-b41e4d0b7916 2018-10-26 09:44:33,269 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-d868d616-ad51-427-proj-role 2018-10-26 09:44:33,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/df68115c11774009b3fb4588bd657aee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d937fb3f9aa4d82c13f22ad36ec393541d3c64d1" 2018-10-26 09:44:33,372 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:44:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7abdc4e9-ad1e-483d-b575-dcd779e64448 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:44:33,373 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/df68115c11774009b3fb4588bd657aee used request id req-7abdc4e9-ad1e-483d-b575-dcd779e64448 2018-10-26 09:44:33,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d937fb3f9aa4d82c13f22ad36ec393541d3c64d1" 2018-10-26 09:44:33,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47eccf4b-75ae-48b0-91bd-2cc4d5824b79 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:44:33,464 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-47eccf4b-75ae-48b0-91bd-2cc4d5824b79 2018-10-26 09:44:33,465 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-d868d616-ad51-427-user 2018-10-26 09:44:33,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/0e288c1d08974a2cb83fdc6da1ad67d5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17fc95d2e511974405fc67e9dcaa2dd33c7a3214" 2018-10-26 09:44:33,636 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:44:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8d1f2335-2272-414f-991f-a669a49dc1c7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:44:33,637 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/0e288c1d08974a2cb83fdc6da1ad67d5 used request id req-8d1f2335-2272-414f-991f-a669a49dc1c7 2018-10-26 09:44:33,638 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:44:34,012 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:44:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["Juj32Q9cRAG653ljgJrfkw"], "issued_at": "2018-10-26T09:44:34.000000Z"}} 2018-10-26 09:44:34,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}550ea247ff54c56774c3b8efdbf7de01bba4f061" 2018-10-26 09:44:34,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01f4818c-51ac-4f16-84dc-326fd46eff9c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:44:34,100 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-01f4818c-51ac-4f16-84dc-326fd46eff9c 2018-10-26 09:44:34,102 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:44:34,103 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:44:34,496 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:44:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["8Scj9911TTOdD3_7cE27Yw"], "issued_at": "2018-10-26T09:44:34.000000Z"}} 2018-10-26 09:44:34,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68a0a350f3e724d2fe6fec09d95552e54950b8bc" 2018-10-26 09:44:34,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a214a4a2-e08f-4419-ae5c-f01040f0dcfb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:44:34,575 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a214a4a2-e08f-4419-ae5c-f01040f0dcfb 2018-10-26 09:44:34,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:44:34,586 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:44: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:44:34,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-bb6064ce-7fa5-401-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68a0a350f3e724d2fe6fec09d95552e54950b8bc" 2018-10-26 09:44:34,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a6a17f5-8c76-49dd-8ce0-5ea53a400b11 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-bb6064ce-7fa5-401-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:44:34,676 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-bb6064ce-7fa5-401-proj used request id req-8a6a17f5-8c76-49dd-8ce0-5ea53a400b11 2018-10-26 09:44:34,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68a0a350f3e724d2fe6fec09d95552e54950b8bc" 2018-10-26 09:44:34,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7795b33d-9cdf-4480-a937-30b54fa20203 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:44:34,762 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-7795b33d-9cdf-4480-a937-30b54fa20203 2018-10-26 09:44:34,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68a0a350f3e724d2fe6fec09d95552e54950b8bc" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-bb6064ce-7fa5-401-proj"}}' 2018-10-26 09:44:34,893 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:44:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-04116bda-f108-47d7-8134-088394486753 Content-Length: 315 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/f007628d488a4f998dae2d56af6e0655"}, "enabled": true, "id": "f007628d488a4f998dae2d56af6e0655", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-bb6064ce-7fa5-401-proj"}} 2018-10-26 09:44:34,894 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-04116bda-f108-47d7-8134-088394486753 2018-10-26 09:44:34,894 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-bb6064ce-7fa5-401-proj 2018-10-26 09:44:34,894 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:44:34,895 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:44:35,284 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:44:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["MJFYWRCUSPap4Dl2pL9RMQ"], "issued_at": "2018-10-26T09:44:35.000000Z"}} 2018-10-26 09:44:35,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05cd6f1e9a6c25d7bbacc1364fd422d62ff11381" 2018-10-26 09:44:35,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82c435ee-d787-4a35-a743-b4fd8581fb5e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:44:35,300 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-82c435ee-d787-4a35-a743-b4fd8581fb5e 2018-10-26 09:44:35,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:44:35,310 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:44: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:44:35,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05cd6f1e9a6c25d7bbacc1364fd422d62ff11381" 2018-10-26 09:44:35,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-655d2f5f-c3c8-469d-8cd6-e643df53d608 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:44:35,417 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-655d2f5f-c3c8-469d-8cd6-e643df53d608 2018-10-26 09:44:35,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeFailureTests-bb6064ce-7fa5-401-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05cd6f1e9a6c25d7bbacc1364fd422d62ff11381" 2018-10-26 09:44:35,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72fc8cc8-dd7b-47fc-abbe-0ffa1c91eaa3 Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeFailureTests-bb6064ce-7fa5-401-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/f007628d488a4f998dae2d56af6e0655"}, "enabled": true, "id": "f007628d488a4f998dae2d56af6e0655", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-bb6064ce-7fa5-401-proj"}]} 2018-10-26 09:44:35,504 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeFailureTests-bb6064ce-7fa5-401-proj used request id req-72fc8cc8-dd7b-47fc-abbe-0ffa1c91eaa3 2018-10-26 09:44:35,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05cd6f1e9a6c25d7bbacc1364fd422d62ff11381" 2018-10-26 09:44:35,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d790a628-e809-4d59-8160-3dde89c12cfe Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:44:35,608 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-d790a628-e809-4d59-8160-3dde89c12cfe 2018-10-26 09:44:36,045 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-bb6064ce-7fa5-401-user 2018-10-26 09:44:36,045 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:44:36,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68a0a350f3e724d2fe6fec09d95552e54950b8bc" 2018-10-26 09:44:36,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52c04ddf-5632-4298-9031-96cc0143d096 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:44:36,133 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-52c04ddf-5632-4298-9031-96cc0143d096 2018-10-26 09:44:36,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68a0a350f3e724d2fe6fec09d95552e54950b8bc" -d '{"role": {"name": "CreateSimpleVolumeFailureTests-bb6064ce-7fa5-401-proj-role"}}' 2018-10-26 09:44:36,242 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:44:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e12ae08b-58da-476a-9ca4-ef9f09ccf621 Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d92b3ad0493c4c2dabf5ca096cb543cd", "links": {"self": "http://172.30.9.21:5000/v3/roles/d92b3ad0493c4c2dabf5ca096cb543cd"}, "name": "CreateSimpleVolumeFailureTests-bb6064ce-7fa5-401-proj-role"}} 2018-10-26 09:44:36,242 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-e12ae08b-58da-476a-9ca4-ef9f09ccf621 2018-10-26 09:44:36,242 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-bb6064ce-7fa5-401-proj-role 2018-10-26 09:44:36,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/d92b3ad0493c4c2dabf5ca096cb543cd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68a0a350f3e724d2fe6fec09d95552e54950b8bc" 2018-10-26 09:44:36,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fcf9b07-7cd9-4eb7-a274-f55cbbbff465 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/d92b3ad0493c4c2dabf5ca096cb543cd"}, "domain_id": null, "name": "CreateSimpleVolumeFailureTests-bb6064ce-7fa5-401-proj-role", "id": "d92b3ad0493c4c2dabf5ca096cb543cd"}} 2018-10-26 09:44:36,265 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/d92b3ad0493c4c2dabf5ca096cb543cd used request id req-6fcf9b07-7cd9-4eb7-a274-f55cbbbff465 2018-10-26 09:44:36,265 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-bb6064ce-7fa5-401-proj-role to project CreateSimpleVolumeFailureTests-bb6064ce-7fa5-401-proj 2018-10-26 09:44:36,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/f007628d488a4f998dae2d56af6e0655/users/8b732d7e237d4c0e8e63891519dd466e/roles/d92b3ad0493c4c2dabf5ca096cb543cd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68a0a350f3e724d2fe6fec09d95552e54950b8bc" 2018-10-26 09:44:36,412 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:44:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2015906b-a6cd-45e3-9dbd-4551aebf9fe3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:44:36,412 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/f007628d488a4f998dae2d56af6e0655/users/8b732d7e237d4c0e8e63891519dd466e/roles/d92b3ad0493c4c2dabf5ca096cb543cd used request id req-2015906b-a6cd-45e3-9dbd-4551aebf9fe3 2018-10-26 09:44:36,414 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:44:36,415 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:44:36,798 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d92b3ad0493c4c2dabf5ca096cb543cd", "name": "CreateSimpleVolumeFailureTests-bb6064ce-7fa5-401-proj-role"}], "expires_at": "2018-10-26T10:44:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f007628d488a4f998dae2d56af6e0655", "name": "CreateSimpleVolumeFailureTests-bb6064ce-7fa5-401-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f007628d488a4f998dae2d56af6e0655", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/f007628d488a4f998dae2d56af6e0655", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/f007628d488a4f998dae2d56af6e0655", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/f007628d488a4f998dae2d56af6e0655", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/f007628d488a4f998dae2d56af6e0655", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/f007628d488a4f998dae2d56af6e0655", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/f007628d488a4f998dae2d56af6e0655", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/f007628d488a4f998dae2d56af6e0655", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/f007628d488a4f998dae2d56af6e0655", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/f007628d488a4f998dae2d56af6e0655", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/f007628d488a4f998dae2d56af6e0655", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/f007628d488a4f998dae2d56af6e0655", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeFailureTests-bb6064ce-7fa5-401-user", "id": "8b732d7e237d4c0e8e63891519dd466e"}, "audit_ids": ["i2tlwu0eSaOfKglgdQgZ4g"], "issued_at": "2018-10-26T09:44:36.000000Z"}} 2018-10-26 09:44:36,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}512800ee5052458a86f35f7e99a098410dd1b490" 2018-10-26 09:44:36,872 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-535b1625-319f-49e3-a6d6-bf6d26d5d2a8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:44:36,872 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-535b1625-319f-49e3-a6d6-bf6d26d5d2a8 2018-10-26 09:44:36,878 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f007628d488a4f998dae2d56af6e0655/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}512800ee5052458a86f35f7e99a098410dd1b490" 2018-10-26 09:44:37,055 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:36 GMT Server: Apache x-compute-request-id: req-cdbfd65f-1707-427c-adb7-808bb222ff92 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-cdbfd65f-1707-427c-adb7-808bb222ff92 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-26 09:44:37,055 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f007628d488a4f998dae2d56af6e0655/volumes/detail used request id req-cdbfd65f-1707-427c-adb7-808bb222ff92 2018-10-26 09:44:37,058 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/f007628d488a4f998dae2d56af6e0655/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-cdbfd65f-1707-427c-adb7-808bb222ff92" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}512800ee5052458a86f35f7e99a098410dd1b490" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateSimpleVolumeFailureTests-22acc35e-b3d7-454d-bf12-65cec8e852ee", "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-26 09:44:37,222 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 09:44:37 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-5df3a98d-ffc5-44b8-9ef9-a289240f8973 x-openstack-request-id: req-5df3a98d-ffc5-44b8-9ef9-a289240f8973 Content-Length: 91 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type with name foo could not be found.", "code": 404}} 2018-10-26 09:44:37,222 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/f007628d488a4f998dae2d56af6e0655/volumes used request id req-5df3a98d-ffc5-44b8-9ef9-a289240f8973 2018-10-26 09:44:37,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68a0a350f3e724d2fe6fec09d95552e54950b8bc" 2018-10-26 09:44:37,434 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-a17ed029-593d-482c-b0fb-962bd7c080fc Date: Fri, 26 Oct 2018 09:44:37 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:44:37,434 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-a17ed029-593d-482c-b0fb-962bd7c080fc 2018-10-26 09:44:37,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68a0a350f3e724d2fe6fec09d95552e54950b8bc" 2018-10-26 09:44:37,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4dd661cc-3fbf-4af9-90f1-c4eb2152f3c1 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:44:37,518 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-4dd661cc-3fbf-4af9-90f1-c4eb2152f3c1 2018-10-26 09:44:37,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68a0a350f3e724d2fe6fec09d95552e54950b8bc" 2018-10-26 09:44:37,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8e11d82-c17e-42b5-8c18-278b4f78769c 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:44:37,611 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-e8e11d82-c17e-42b5-8c18-278b4f78769c 2018-10-26 09:44:37,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68a0a350f3e724d2fe6fec09d95552e54950b8bc" 2018-10-26 09:44:37,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a21d3c25-e746-4a7d-8127-3d9c8eab66b6 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:44:37,701 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-a21d3c25-e746-4a7d-8127-3d9c8eab66b6 2018-10-26 09:44:37,702 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-bb6064ce-7fa5-401-proj 2018-10-26 09:44:37,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/f007628d488a4f998dae2d56af6e0655 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68a0a350f3e724d2fe6fec09d95552e54950b8bc" 2018-10-26 09:44:37,884 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:44:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a3b7746f-d90e-4862-ab9a-63766f620e16 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:44:37,884 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/f007628d488a4f998dae2d56af6e0655 used request id req-a3b7746f-d90e-4862-ab9a-63766f620e16 2018-10-26 09:44:37,884 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-bb6064ce-7fa5-401-proj-role 2018-10-26 09:44:37,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/d92b3ad0493c4c2dabf5ca096cb543cd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68a0a350f3e724d2fe6fec09d95552e54950b8bc" 2018-10-26 09:44:38,002 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:44:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-40a0b090-fb7f-4b01-b888-e5ab84d0cb75 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:44:38,003 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/d92b3ad0493c4c2dabf5ca096cb543cd used request id req-40a0b090-fb7f-4b01-b888-e5ab84d0cb75 2018-10-26 09:44:38,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68a0a350f3e724d2fe6fec09d95552e54950b8bc" 2018-10-26 09:44:38,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fde741f-7a83-4fca-9825-ce9c5460a158 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:44:38,103 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-1fde741f-7a83-4fca-9825-ce9c5460a158 2018-10-26 09:44:38,104 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-bb6064ce-7fa5-401-user 2018-10-26 09:44:38,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/8b732d7e237d4c0e8e63891519dd466e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05cd6f1e9a6c25d7bbacc1364fd422d62ff11381" 2018-10-26 09:44:38,276 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:44:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ff1e2cdb-8951-41cf-acf4-cdb15d273f45 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:44:38,276 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/8b732d7e237d4c0e8e63891519dd466e used request id req-ff1e2cdb-8951-41cf-acf4-cdb15d273f45 2018-10-26 09:44:38,277 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:44:38,661 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:44:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["u473UnsXScmphZRXxC0Nhw"], "issued_at": "2018-10-26T09:44:38.000000Z"}} 2018-10-26 09:44:38,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}119b295b0d7658324376b44f11df5cf7aac3b2aa" 2018-10-26 09:44:38,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ae02616-e586-416a-a9a2-8e18b9c07e83 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:44:38,760 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-6ae02616-e586-416a-a9a2-8e18b9c07e83 2018-10-26 09:44:38,761 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:44:38,763 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:44:39,137 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:44:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["9F-EmSFNRae4ZjUvOsUb-A"], "issued_at": "2018-10-26T09:44:39.000000Z"}} 2018-10-26 09:44:39,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e9270444b72a4fc796233425f04218549c19317" 2018-10-26 09:44:39,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c64dfe4f-373f-4bd8-b260-01ac7e445dec Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:44:39,225 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c64dfe4f-373f-4bd8-b260-01ac7e445dec 2018-10-26 09:44:39,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:44:39,235 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:44: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:44:39,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-f2cedbe6-9171-441-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e9270444b72a4fc796233425f04218549c19317" 2018-10-26 09:44:39,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-236cabad-c1c8-4d51-8a06-14c1dd4b00c7 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-f2cedbe6-9171-441-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:44:39,316 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-f2cedbe6-9171-441-proj used request id req-236cabad-c1c8-4d51-8a06-14c1dd4b00c7 2018-10-26 09:44:39,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e9270444b72a4fc796233425f04218549c19317" 2018-10-26 09:44:39,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c2528b3-4f57-488d-a10e-58cb08fa81d8 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:44:39,409 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-2c2528b3-4f57-488d-a10e-58cb08fa81d8 2018-10-26 09:44:39,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e9270444b72a4fc796233425f04218549c19317" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeWithTypeTests-f2cedbe6-9171-441-proj"}}' 2018-10-26 09:44:39,534 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:44:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9dc30ddb-e489-4a38-8014-2aaf3e47f641 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/60029a8e9ccf478cafc318f90315721b"}, "enabled": true, "id": "60029a8e9ccf478cafc318f90315721b", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithTypeTests-f2cedbe6-9171-441-proj"}} 2018-10-26 09:44:39,534 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-9dc30ddb-e489-4a38-8014-2aaf3e47f641 2018-10-26 09:44:39,535 - keystone_utils - INFO - Created project with name - CreateVolumeWithTypeTests-f2cedbe6-9171-441-proj 2018-10-26 09:44:39,535 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:44:39,536 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:44:39,909 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:44:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["nh0TuJTZQseyr4Fwsg4T0Q"], "issued_at": "2018-10-26T09:44:39.000000Z"}} 2018-10-26 09:44:39,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd4b2b475293a522fcc0e9ae6a99867375b8c547" 2018-10-26 09:44:39,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-456cdc54-bfe9-4a8c-8d4c-7cbd904b832b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:44:39,922 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-456cdc54-bfe9-4a8c-8d4c-7cbd904b832b 2018-10-26 09:44:39,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:44:39,932 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:44: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:44:39,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd4b2b475293a522fcc0e9ae6a99867375b8c547" 2018-10-26 09:44:40,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-884d2d15-0008-401c-88d4-d6fc1a0bab5e Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:44:40,033 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-884d2d15-0008-401c-88d4-d6fc1a0bab5e 2018-10-26 09:44:40,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateVolumeWithTypeTests-f2cedbe6-9171-441-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd4b2b475293a522fcc0e9ae6a99867375b8c547" 2018-10-26 09:44:40,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef85a03b-2141-4d37-bb7e-fb4be1b4fbce Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateVolumeWithTypeTests-f2cedbe6-9171-441-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/60029a8e9ccf478cafc318f90315721b"}, "enabled": true, "id": "60029a8e9ccf478cafc318f90315721b", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithTypeTests-f2cedbe6-9171-441-proj"}]} 2018-10-26 09:44:40,138 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateVolumeWithTypeTests-f2cedbe6-9171-441-proj used request id req-ef85a03b-2141-4d37-bb7e-fb4be1b4fbce 2018-10-26 09:44:40,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd4b2b475293a522fcc0e9ae6a99867375b8c547" 2018-10-26 09:44:40,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8f35962-47b1-4359-b379-72a258ffc171 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:44:40,243 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-a8f35962-47b1-4359-b379-72a258ffc171 2018-10-26 09:44:40,607 - keystone_utils - INFO - Created user with name - CreateVolumeWithTypeTests-f2cedbe6-9171-441-user 2018-10-26 09:44:40,608 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:44:40,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e9270444b72a4fc796233425f04218549c19317" 2018-10-26 09:44:40,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f19bea0e-d0ce-48ae-85b6-babcfdbab9b0 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:44:40,719 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-f19bea0e-d0ce-48ae-85b6-babcfdbab9b0 2018-10-26 09:44:40,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e9270444b72a4fc796233425f04218549c19317" -d '{"role": {"name": "CreateVolumeWithTypeTests-f2cedbe6-9171-441-proj-role"}}' 2018-10-26 09:44:40,841 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:44:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-44eeeca6-c478-4512-b9af-51bbb172ba41 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ee52a3a94a764a4e9262389c58da033b", "links": {"self": "http://172.30.9.21:5000/v3/roles/ee52a3a94a764a4e9262389c58da033b"}, "name": "CreateVolumeWithTypeTests-f2cedbe6-9171-441-proj-role"}} 2018-10-26 09:44:40,841 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-44eeeca6-c478-4512-b9af-51bbb172ba41 2018-10-26 09:44:40,841 - keystone_utils - INFO - Created role with name - CreateVolumeWithTypeTests-f2cedbe6-9171-441-proj-role 2018-10-26 09:44:40,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/ee52a3a94a764a4e9262389c58da033b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e9270444b72a4fc796233425f04218549c19317" 2018-10-26 09:44:40,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ac98db1-9dd1-4465-8c04-755e63a84d0a Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/ee52a3a94a764a4e9262389c58da033b"}, "domain_id": null, "name": "CreateVolumeWithTypeTests-f2cedbe6-9171-441-proj-role", "id": "ee52a3a94a764a4e9262389c58da033b"}} 2018-10-26 09:44:40,930 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/ee52a3a94a764a4e9262389c58da033b used request id req-9ac98db1-9dd1-4465-8c04-755e63a84d0a 2018-10-26 09:44:40,931 - keystone_utils - INFO - Granting role CreateVolumeWithTypeTests-f2cedbe6-9171-441-proj-role to project CreateVolumeWithTypeTests-f2cedbe6-9171-441-proj 2018-10-26 09:44:40,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/60029a8e9ccf478cafc318f90315721b/users/b3a23c5d5f894e3b9ab175c8e2ee1f04/roles/ee52a3a94a764a4e9262389c58da033b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e9270444b72a4fc796233425f04218549c19317" 2018-10-26 09:44:41,071 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:44:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-88b9617e-5c9c-4d58-a2a6-a86d8b417bb8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:44:41,071 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/60029a8e9ccf478cafc318f90315721b/users/b3a23c5d5f894e3b9ab175c8e2ee1f04/roles/ee52a3a94a764a4e9262389c58da033b used request id req-88b9617e-5c9c-4d58-a2a6-a86d8b417bb8 2018-10-26 09:44:41,071 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:44:41,072 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:44:41,461 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:44:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["AimJ1EAsSlyKW-j6U2YAEQ"], "issued_at": "2018-10-26T09:44:41.000000Z"}} 2018-10-26 09:44:41,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43fcff21112b8559bcaffbf7fd2832d2da50a852" 2018-10-26 09:44:41,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b906d005-beab-4779-b174-7f367b07fa5e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:44:41,540 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b906d005-beab-4779-b174-7f367b07fa5e 2018-10-26 09:44:41,546 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43fcff21112b8559bcaffbf7fd2832d2da50a852" 2018-10-26 09:44:42,091 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:41 GMT Server: Apache x-compute-request-id: req-747313ff-d089-4cea-96e8-39285931b82a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-747313ff-d089-4cea-96e8-39285931b82a Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-10-26 09:44:42,091 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types?is_public=None used request id req-747313ff-d089-4cea-96e8-39285931b82a 2018-10-26 09:44:42,095 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-747313ff-d089-4cea-96e8-39285931b82a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43fcff21112b8559bcaffbf7fd2832d2da50a852" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeWithTypeTests-0c1a9812-dbd7-43f9-9a3b-ebde27497bcd-vol-type", "description": null}}' 2018-10-26 09:44:42,304 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:42 GMT Server: Apache x-compute-request-id: req-1baa561c-b92b-4281-8069-1d5930aaf61c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1baa561c-b92b-4281-8069-1d5930aaf61c Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeWithTypeTests-0c1a9812-dbd7-43f9-9a3b-ebde27497bcd-vol-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "c66ff70e-8652-42c2-900d-f8c3e6d888d1", "description": null}} 2018-10-26 09:44:42,304 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types used request id req-1baa561c-b92b-4281-8069-1d5930aaf61c 2018-10-26 09:44:42,305 - create_volume_type - INFO - Created volume type with name - CreateVolumeWithTypeTests-0c1a9812-dbd7-43f9-9a3b-ebde27497bcd-vol-type 2018-10-26 09:44:42,305 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:44:42,306 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:44:42,685 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ee52a3a94a764a4e9262389c58da033b", "name": "CreateVolumeWithTypeTests-f2cedbe6-9171-441-proj-role"}], "expires_at": "2018-10-26T10:44:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "60029a8e9ccf478cafc318f90315721b", "name": "CreateVolumeWithTypeTests-f2cedbe6-9171-441-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/60029a8e9ccf478cafc318f90315721b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/60029a8e9ccf478cafc318f90315721b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/60029a8e9ccf478cafc318f90315721b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/60029a8e9ccf478cafc318f90315721b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/60029a8e9ccf478cafc318f90315721b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/60029a8e9ccf478cafc318f90315721b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/60029a8e9ccf478cafc318f90315721b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/60029a8e9ccf478cafc318f90315721b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/60029a8e9ccf478cafc318f90315721b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/60029a8e9ccf478cafc318f90315721b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/60029a8e9ccf478cafc318f90315721b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/60029a8e9ccf478cafc318f90315721b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithTypeTests-f2cedbe6-9171-441-user", "id": "b3a23c5d5f894e3b9ab175c8e2ee1f04"}, "audit_ids": ["yiDWCH0JSHO6mdYKv9R3Cw"], "issued_at": "2018-10-26T09:44:42.000000Z"}} 2018-10-26 09:44:42,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95d803fac2f6e68e2772894664c5dd636634fd08" 2018-10-26 09:44:42,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d92bc6c7-7160-4ca4-ab88-56cece202dfb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:44:42,776 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d92bc6c7-7160-4ca4-ab88-56cece202dfb 2018-10-26 09:44:42,782 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/60029a8e9ccf478cafc318f90315721b/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95d803fac2f6e68e2772894664c5dd636634fd08" 2018-10-26 09:44:42,982 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:42 GMT Server: Apache x-compute-request-id: req-292874e4-36f6-48a2-a591-840089f765e4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-292874e4-36f6-48a2-a591-840089f765e4 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-26 09:44:42,982 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/60029a8e9ccf478cafc318f90315721b/volumes/detail used request id req-292874e4-36f6-48a2-a591-840089f765e4 2018-10-26 09:44:42,985 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/60029a8e9ccf478cafc318f90315721b/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-292874e4-36f6-48a2-a591-840089f765e4" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95d803fac2f6e68e2772894664c5dd636634fd08" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateVolumeWithTypeTests-0c1a9812-dbd7-43f9-9a3b-ebde27497bcd-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-26 09:44:43,143 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 09:44:42 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-1f2af343-9459-4597-b6a1-3b98408b2090 x-openstack-request-id: req-1f2af343-9459-4597-b6a1-3b98408b2090 Content-Length: 91 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type with name foo could not be found.", "code": 404}} 2018-10-26 09:44:43,143 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/60029a8e9ccf478cafc318f90315721b/volumes used request id req-1f2af343-9459-4597-b6a1-3b98408b2090 2018-10-26 09:44:43,144 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-0c1a9812-dbd7-43f9-9a3b-ebde27497bcd-vol-type 2018-10-26 09:44:43,147 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types/c66ff70e-8652-42c2-900d-f8c3e6d888d1 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-747313ff-d089-4cea-96e8-39285931b82a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43fcff21112b8559bcaffbf7fd2832d2da50a852" 2018-10-26 09:44:43,366 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:44:43 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-477b852a-407b-4f79-ac44-a5a45573beed 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-26 09:44:43,367 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types/c66ff70e-8652-42c2-900d-f8c3e6d888d1 used request id req-477b852a-407b-4f79-ac44-a5a45573beed 2018-10-26 09:44:43,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e9270444b72a4fc796233425f04218549c19317" 2018-10-26 09:44:43,584 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-db20956e-d080-4aae-bd1b-c5b1a686e8eb Date: Fri, 26 Oct 2018 09:44:43 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:44:43,585 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-db20956e-d080-4aae-bd1b-c5b1a686e8eb 2018-10-26 09:44:43,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e9270444b72a4fc796233425f04218549c19317" 2018-10-26 09:44:43,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aba681c1-648c-4644-b064-cd8c35f8bc6e 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:44:43,671 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-aba681c1-648c-4644-b064-cd8c35f8bc6e 2018-10-26 09:44:43,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e9270444b72a4fc796233425f04218549c19317" 2018-10-26 09:44:43,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-450b1285-c122-4e4a-a9cb-c3498739cad1 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:44:43,761 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-450b1285-c122-4e4a-a9cb-c3498739cad1 2018-10-26 09:44:43,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e9270444b72a4fc796233425f04218549c19317" 2018-10-26 09:44:43,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84ec00e4-8857-43d6-9ecf-1016f05f5b37 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:44:43,857 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-84ec00e4-8857-43d6-9ecf-1016f05f5b37 2018-10-26 09:44:43,858 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithTypeTests-f2cedbe6-9171-441-proj 2018-10-26 09:44:43,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/60029a8e9ccf478cafc318f90315721b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e9270444b72a4fc796233425f04218549c19317" 2018-10-26 09:44:44,064 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:44:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-212accfe-5f0f-423c-93f1-2936b48716e6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:44:44,064 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/60029a8e9ccf478cafc318f90315721b used request id req-212accfe-5f0f-423c-93f1-2936b48716e6 2018-10-26 09:44:44,064 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithTypeTests-f2cedbe6-9171-441-proj-role 2018-10-26 09:44:44,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/ee52a3a94a764a4e9262389c58da033b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e9270444b72a4fc796233425f04218549c19317" 2018-10-26 09:44:44,176 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:44:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c1ee098e-401b-49e8-8286-b916345d8c84 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:44:44,176 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/ee52a3a94a764a4e9262389c58da033b used request id req-c1ee098e-401b-49e8-8286-b916345d8c84 2018-10-26 09:44:44,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e9270444b72a4fc796233425f04218549c19317" 2018-10-26 09:44:44,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-510bf847-47e7-467e-8a00-21653805fb9f Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:44:44,274 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-510bf847-47e7-467e-8a00-21653805fb9f 2018-10-26 09:44:44,275 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithTypeTests-f2cedbe6-9171-441-user 2018-10-26 09:44:44,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/b3a23c5d5f894e3b9ab175c8e2ee1f04 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd4b2b475293a522fcc0e9ae6a99867375b8c547" 2018-10-26 09:44:44,456 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:44:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7181d0a1-820a-40f5-81de-7cbe251cafbb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:44:44,456 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/b3a23c5d5f894e3b9ab175c8e2ee1f04 used request id req-7181d0a1-820a-40f5-81de-7cbe251cafbb 2018-10-26 09:44:44,458 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:44:44,841 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:44:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["g6z_mh8ZQV-AR3AEEStLgw"], "issued_at": "2018-10-26T09:44:44.000000Z"}} 2018-10-26 09:44:44,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}529a9ee1fcb99c5a903a0bd696acacfe6f76e169" 2018-10-26 09:44:44,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7f633a6-4621-4733-aca8-94edbe84a2fd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:44:44,939 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f7f633a6-4621-4733-aca8-94edbe84a2fd 2018-10-26 09:44:44,940 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:44:44,941 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:44:45,318 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:44:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["oCrCcVreTXK3lk7JHOgIIA"], "issued_at": "2018-10-26T09:44:45.000000Z"}} 2018-10-26 09:44:45,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3064108899f8844cafee4d06c80a8dc4b6750ff2" 2018-10-26 09:44:45,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1b4b28e-7771-4c0e-8f13-7e839933f5af Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:44:45,405 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f1b4b28e-7771-4c0e-8f13-7e839933f5af 2018-10-26 09:44:45,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:44:45,414 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:44: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:44:45,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-955ca552-2f9b-42e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3064108899f8844cafee4d06c80a8dc4b6750ff2" 2018-10-26 09:44:45,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb868c4e-2b8b-4a46-9a30-c431f4fdf013 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-955ca552-2f9b-42e-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:44:45,502 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-955ca552-2f9b-42e-proj used request id req-cb868c4e-2b8b-4a46-9a30-c431f4fdf013 2018-10-26 09:44:45,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3064108899f8844cafee4d06c80a8dc4b6750ff2" 2018-10-26 09:44:45,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad1ea330-8d08-48a9-8fe5-03095bebc4aa Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:44:45,592 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-ad1ea330-8d08-48a9-8fe5-03095bebc4aa 2018-10-26 09:44:45,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3064108899f8844cafee4d06c80a8dc4b6750ff2" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeWithTypeTests-955ca552-2f9b-42e-proj"}}' 2018-10-26 09:44:45,721 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:44:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3f1e0ed4-c416-4bed-9569-2cbcb057ed49 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/10573f5f767d48afada183d8033ae666"}, "enabled": true, "id": "10573f5f767d48afada183d8033ae666", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithTypeTests-955ca552-2f9b-42e-proj"}} 2018-10-26 09:44:45,722 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-3f1e0ed4-c416-4bed-9569-2cbcb057ed49 2018-10-26 09:44:45,722 - keystone_utils - INFO - Created project with name - CreateVolumeWithTypeTests-955ca552-2f9b-42e-proj 2018-10-26 09:44:45,722 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:44:45,723 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:44:46,098 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:44:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["XJq-5E8XSAChdUcuz8zWvA"], "issued_at": "2018-10-26T09:44:46.000000Z"}} 2018-10-26 09:44:46,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0fcb7b58b0d0e8d41e22636f6c0d5673ff3c881" 2018-10-26 09:44:46,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c8e4bc1-45b4-4b07-bdd6-ef1f3ee6dda9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:44:46,184 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8c8e4bc1-45b4-4b07-bdd6-ef1f3ee6dda9 2018-10-26 09:44:46,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:44:46,194 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:44: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:44:46,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0fcb7b58b0d0e8d41e22636f6c0d5673ff3c881" 2018-10-26 09:44:46,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d85e3f9a-e84f-4fab-9168-b3c9fcfa1bae Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:44:46,293 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-d85e3f9a-e84f-4fab-9168-b3c9fcfa1bae 2018-10-26 09:44:46,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateVolumeWithTypeTests-955ca552-2f9b-42e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0fcb7b58b0d0e8d41e22636f6c0d5673ff3c881" 2018-10-26 09:44:46,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a24b6029-11e6-4c69-ad2d-33f8863c6020 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateVolumeWithTypeTests-955ca552-2f9b-42e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/10573f5f767d48afada183d8033ae666"}, "enabled": true, "id": "10573f5f767d48afada183d8033ae666", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithTypeTests-955ca552-2f9b-42e-proj"}]} 2018-10-26 09:44:46,383 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateVolumeWithTypeTests-955ca552-2f9b-42e-proj used request id req-a24b6029-11e6-4c69-ad2d-33f8863c6020 2018-10-26 09:44:46,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0fcb7b58b0d0e8d41e22636f6c0d5673ff3c881" 2018-10-26 09:44:46,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6792e251-1d88-4fe4-b0cb-663e7e4bfa16 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:44:46,476 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-6792e251-1d88-4fe4-b0cb-663e7e4bfa16 2018-10-26 09:44:46,827 - keystone_utils - INFO - Created user with name - CreateVolumeWithTypeTests-955ca552-2f9b-42e-user 2018-10-26 09:44:46,828 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:44:46,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3064108899f8844cafee4d06c80a8dc4b6750ff2" 2018-10-26 09:44:46,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fbcfd8e7-f288-449d-b59a-e90fd5eb255f Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:44:46,923 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-fbcfd8e7-f288-449d-b59a-e90fd5eb255f 2018-10-26 09:44:46,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3064108899f8844cafee4d06c80a8dc4b6750ff2" -d '{"role": {"name": "CreateVolumeWithTypeTests-955ca552-2f9b-42e-proj-role"}}' 2018-10-26 09:44:47,121 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:44:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-588b3867-763a-4e88-923c-e7c7fdd012c4 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e900fcd68234422ab9d7aa10152f8bcd", "links": {"self": "http://172.30.9.21:5000/v3/roles/e900fcd68234422ab9d7aa10152f8bcd"}, "name": "CreateVolumeWithTypeTests-955ca552-2f9b-42e-proj-role"}} 2018-10-26 09:44:47,121 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-588b3867-763a-4e88-923c-e7c7fdd012c4 2018-10-26 09:44:47,121 - keystone_utils - INFO - Created role with name - CreateVolumeWithTypeTests-955ca552-2f9b-42e-proj-role 2018-10-26 09:44:47,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/e900fcd68234422ab9d7aa10152f8bcd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3064108899f8844cafee4d06c80a8dc4b6750ff2" 2018-10-26 09:44:47,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f456d6fb-ad8a-49b9-99ee-3358208e8c22 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/e900fcd68234422ab9d7aa10152f8bcd"}, "domain_id": null, "name": "CreateVolumeWithTypeTests-955ca552-2f9b-42e-proj-role", "id": "e900fcd68234422ab9d7aa10152f8bcd"}} 2018-10-26 09:44:47,206 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/e900fcd68234422ab9d7aa10152f8bcd used request id req-f456d6fb-ad8a-49b9-99ee-3358208e8c22 2018-10-26 09:44:47,206 - keystone_utils - INFO - Granting role CreateVolumeWithTypeTests-955ca552-2f9b-42e-proj-role to project CreateVolumeWithTypeTests-955ca552-2f9b-42e-proj 2018-10-26 09:44:47,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/10573f5f767d48afada183d8033ae666/users/b7192b3794c4464d99a092895cc266ad/roles/e900fcd68234422ab9d7aa10152f8bcd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3064108899f8844cafee4d06c80a8dc4b6750ff2" 2018-10-26 09:44:47,274 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:44:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-32715ea4-e652-45cb-a69f-5eb77c36c16d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:44:47,274 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/10573f5f767d48afada183d8033ae666/users/b7192b3794c4464d99a092895cc266ad/roles/e900fcd68234422ab9d7aa10152f8bcd used request id req-32715ea4-e652-45cb-a69f-5eb77c36c16d 2018-10-26 09:44:47,275 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:44:47,276 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:44:47,658 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:44:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["9MHD-bkYQw6rq0MYtiygqA"], "issued_at": "2018-10-26T09:44:47.000000Z"}} 2018-10-26 09:44:47,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f5267300903b9e66a822381fb74976541fdf527" 2018-10-26 09:44:47,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5487952e-9c1d-4ce3-884e-ea8cfb23e0ea Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:44:47,741 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5487952e-9c1d-4ce3-884e-ea8cfb23e0ea 2018-10-26 09:44:47,747 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f5267300903b9e66a822381fb74976541fdf527" 2018-10-26 09:44:47,920 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:47 GMT Server: Apache x-compute-request-id: req-158c612a-d926-48de-94b0-906d500e6777 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-158c612a-d926-48de-94b0-906d500e6777 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-10-26 09:44:47,921 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types?is_public=None used request id req-158c612a-d926-48de-94b0-906d500e6777 2018-10-26 09:44:47,924 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-158c612a-d926-48de-94b0-906d500e6777" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f5267300903b9e66a822381fb74976541fdf527" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeWithTypeTests-e1f97df7-70f9-473b-a76a-cd9d488126a7-vol-type", "description": null}}' 2018-10-26 09:44:48,126 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:47 GMT Server: Apache x-compute-request-id: req-b279a79f-864d-42dd-90a4-9c3a2d6cd803 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b279a79f-864d-42dd-90a4-9c3a2d6cd803 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeWithTypeTests-e1f97df7-70f9-473b-a76a-cd9d488126a7-vol-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "a83b15f7-ee12-4a99-88c6-3f3a70d06ee6", "description": null}} 2018-10-26 09:44:48,126 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types used request id req-b279a79f-864d-42dd-90a4-9c3a2d6cd803 2018-10-26 09:44:48,127 - create_volume_type - INFO - Created volume type with name - CreateVolumeWithTypeTests-e1f97df7-70f9-473b-a76a-cd9d488126a7-vol-type 2018-10-26 09:44:48,127 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:44:48,128 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:44:48,523 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:44:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["kGk_q5rtTbGq7kBwv9JRjg"], "issued_at": "2018-10-26T09:44:48.000000Z"}} 2018-10-26 09:44:48,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc5ad75b301e2bb857047ef1eceb2d9aff455d19" 2018-10-26 09:44:48,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-763ac00a-43d6-4ba0-b438-4e634cfc4d74 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:44:48,621 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-763ac00a-43d6-4ba0-b438-4e634cfc4d74 2018-10-26 09:44:48,627 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc5ad75b301e2bb857047ef1eceb2d9aff455d19" 2018-10-26 09:44:48,835 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:48 GMT Server: Apache x-compute-request-id: req-3ffdd85d-4728-4e58-b307-f67baa8b9748 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3ffdd85d-4728-4e58-b307-f67baa8b9748 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-26 09:44:48,835 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/volumes/detail used request id req-3ffdd85d-4728-4e58-b307-f67baa8b9748 2018-10-26 09:44:48,839 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-3ffdd85d-4728-4e58-b307-f67baa8b9748" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc5ad75b301e2bb857047ef1eceb2d9aff455d19" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateVolumeWithTypeTests-e1f97df7-70f9-473b-a76a-cd9d488126a7-vol", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": "CreateVolumeWithTypeTests-e1f97df7-70f9-473b-a76a-cd9d488126a7-vol-type", "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-10-26 09:44:49,224 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:44:48 GMT Server: Apache x-compute-request-id: req-6db35ca6-786a-4cfd-93ee-a0f96b1503f1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6db35ca6-786a-4cfd-93ee-a0f96b1503f1 Content-Length: 922 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "657b190628da4860b5a177f1331535a7", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/volumes/b62bf790-7b56-4e2f-abe9-68f4a62f4953", "rel": "self"}, {"href": "http://172.30.9.21:8776/520bb063707641068ecd26c37a46f476/volumes/b62bf790-7b56-4e2f-abe9-68f4a62f4953", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-26T09:44:49.132565", "description": null, "updated_at": null, "volume_type": "CreateVolumeWithTypeTests-e1f97df7-70f9-473b-a76a-cd9d488126a7-vol-type", "name": "CreateVolumeWithTypeTests-e1f97df7-70f9-473b-a76a-cd9d488126a7-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "b62bf790-7b56-4e2f-abe9-68f4a62f4953", "size": 1}} 2018-10-26 09:44:49,224 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/volumes used request id req-6db35ca6-786a-4cfd-93ee-a0f96b1503f1 2018-10-26 09:44:49,227 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/volumes/b62bf790-7b56-4e2f-abe9-68f4a62f4953 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3ffdd85d-4728-4e58-b307-f67baa8b9748" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc5ad75b301e2bb857047ef1eceb2d9aff455d19" 2018-10-26 09:44:49,425 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:49 GMT Server: Apache x-compute-request-id: req-3fa78657-439a-4c57-b589-a6c483a6d5ec OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3fa78657-439a-4c57-b589-a6c483a6d5ec Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/volumes/b62bf790-7b56-4e2f-abe9-68f4a62f4953", "rel": "self"}, {"href": "http://172.30.9.21:8776/520bb063707641068ecd26c37a46f476/volumes/b62bf790-7b56-4e2f-abe9-68f4a62f4953", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-26T09:44:49.000000", "replication_status": null, "snapshot_id": null, "id": "b62bf790-7b56-4e2f-abe9-68f4a62f4953", "size": 1, "user_id": "657b190628da4860b5a177f1331535a7", "os-vol-tenant-attr:tenant_id": "520bb063707641068ecd26c37a46f476", "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-e1f97df7-70f9-473b-a76a-cd9d488126a7-vol", "bootable": "false", "created_at": "2018-10-26T09:44:49.000000", "volume_type": "CreateVolumeWithTypeTests-e1f97df7-70f9-473b-a76a-cd9d488126a7-vol-type"}} 2018-10-26 09:44:49,425 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/volumes/b62bf790-7b56-4e2f-abe9-68f4a62f4953 used request id req-3fa78657-439a-4c57-b589-a6c483a6d5ec 2018-10-26 09:44:49,425 - create_volume - INFO - Created volume with name - CreateVolumeWithTypeTests-e1f97df7-70f9-473b-a76a-cd9d488126a7-vol 2018-10-26 09:44:49,428 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/volumes/b62bf790-7b56-4e2f-abe9-68f4a62f4953 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3ffdd85d-4728-4e58-b307-f67baa8b9748" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc5ad75b301e2bb857047ef1eceb2d9aff455d19" 2018-10-26 09:44:49,636 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:49 GMT Server: Apache x-compute-request-id: req-6b8d03b9-70a1-42ac-8d39-6450702f1fed OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6b8d03b9-70a1-42ac-8d39-6450702f1fed Content-Encoding: gzip Content-Length: 521 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/volumes/b62bf790-7b56-4e2f-abe9-68f4a62f4953", "rel": "self"}, {"href": "http://172.30.9.21:8776/520bb063707641068ecd26c37a46f476/volumes/b62bf790-7b56-4e2f-abe9-68f4a62f4953", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-26T09:44:49.000000", "replication_status": null, "snapshot_id": null, "id": "b62bf790-7b56-4e2f-abe9-68f4a62f4953", "size": 1, "user_id": "657b190628da4860b5a177f1331535a7", "os-vol-tenant-attr:tenant_id": "520bb063707641068ecd26c37a46f476", "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-e1f97df7-70f9-473b-a76a-cd9d488126a7-vol", "bootable": "false", "created_at": "2018-10-26T09:44:49.000000", "volume_type": "CreateVolumeWithTypeTests-e1f97df7-70f9-473b-a76a-cd9d488126a7-vol-type"}} 2018-10-26 09:44:49,636 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/volumes/b62bf790-7b56-4e2f-abe9-68f4a62f4953 used request id req-6b8d03b9-70a1-42ac-8d39-6450702f1fed 2018-10-26 09:44:49,637 - create_volume - DEBUG - Instance status is - available 2018-10-26 09:44:49,637 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithTypeTests-e1f97df7-70f9-473b-a76a-cd9d488126a7-vol 2018-10-26 09:44:49,637 - create_volume - INFO - Volume is now active with name - CreateVolumeWithTypeTests-e1f97df7-70f9-473b-a76a-cd9d488126a7-vol 2018-10-26 09:44:49,640 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/volumes/b62bf790-7b56-4e2f-abe9-68f4a62f4953 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3ffdd85d-4728-4e58-b307-f67baa8b9748" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc5ad75b301e2bb857047ef1eceb2d9aff455d19" 2018-10-26 09:44:49,854 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:49 GMT Server: Apache x-compute-request-id: req-fb7ed890-5f1a-415e-b5ec-46369f62eac7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fb7ed890-5f1a-415e-b5ec-46369f62eac7 Content-Encoding: gzip Content-Length: 521 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/volumes/b62bf790-7b56-4e2f-abe9-68f4a62f4953", "rel": "self"}, {"href": "http://172.30.9.21:8776/520bb063707641068ecd26c37a46f476/volumes/b62bf790-7b56-4e2f-abe9-68f4a62f4953", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-26T09:44:49.000000", "replication_status": null, "snapshot_id": null, "id": "b62bf790-7b56-4e2f-abe9-68f4a62f4953", "size": 1, "user_id": "657b190628da4860b5a177f1331535a7", "os-vol-tenant-attr:tenant_id": "520bb063707641068ecd26c37a46f476", "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-e1f97df7-70f9-473b-a76a-cd9d488126a7-vol", "bootable": "false", "created_at": "2018-10-26T09:44:49.000000", "volume_type": "CreateVolumeWithTypeTests-e1f97df7-70f9-473b-a76a-cd9d488126a7-vol-type"}} 2018-10-26 09:44:49,854 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/volumes/b62bf790-7b56-4e2f-abe9-68f4a62f4953 used request id req-fb7ed890-5f1a-415e-b5ec-46369f62eac7 2018-10-26 09:44:49,854 - create_volume - DEBUG - Instance status is - available 2018-10-26 09:44:49,854 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithTypeTests-e1f97df7-70f9-473b-a76a-cd9d488126a7-vol 2018-10-26 09:44:49,855 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-e1f97df7-70f9-473b-a76a-cd9d488126a7-vol 2018-10-26 09:44:49,857 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/volumes/b62bf790-7b56-4e2f-abe9-68f4a62f4953 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3ffdd85d-4728-4e58-b307-f67baa8b9748" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc5ad75b301e2bb857047ef1eceb2d9aff455d19" 2018-10-26 09:44:50,094 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:44:49 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4477bba1-88b6-49d7-a1aa-b5abe4814a64 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-26 09:44:50,094 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/volumes/b62bf790-7b56-4e2f-abe9-68f4a62f4953 used request id req-4477bba1-88b6-49d7-a1aa-b5abe4814a64 2018-10-26 09:44:50,097 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/volumes/b62bf790-7b56-4e2f-abe9-68f4a62f4953 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3ffdd85d-4728-4e58-b307-f67baa8b9748" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc5ad75b301e2bb857047ef1eceb2d9aff455d19" 2018-10-26 09:44:50,661 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 09:44:50 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-9c4f440f-63a6-472d-a324-cfc5e32e0c84 x-openstack-request-id: req-9c4f440f-63a6-472d-a324-cfc5e32e0c84 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume b62bf790-7b56-4e2f-abe9-68f4a62f4953 could not be found.", "code": 404}} 2018-10-26 09:44:50,661 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/volumes/b62bf790-7b56-4e2f-abe9-68f4a62f4953 used request id req-9c4f440f-63a6-472d-a324-cfc5e32e0c84 2018-10-26 09:44:50,661 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume b62bf790-7b56-4e2f-abe9-68f4a62f4953 could not be found. (HTTP 404) (Request-ID: req-9c4f440f-63a6-472d-a324-cfc5e32e0c84) 2018-10-26 09:44:50,662 - create_volume - INFO - Volume has been properly deleted with name - CreateVolumeWithTypeTests-e1f97df7-70f9-473b-a76a-cd9d488126a7-vol 2018-10-26 09:44:50,662 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-e1f97df7-70f9-473b-a76a-cd9d488126a7-vol-type 2018-10-26 09:44:50,665 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types/a83b15f7-ee12-4a99-88c6-3f3a70d06ee6 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-158c612a-d926-48de-94b0-906d500e6777" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f5267300903b9e66a822381fb74976541fdf527" 2018-10-26 09:44:50,871 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:44:50 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1dd260ef-1aa4-4f11-b404-ef7ad877b0fc 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-26 09:44:50,871 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476/types/a83b15f7-ee12-4a99-88c6-3f3a70d06ee6 used request id req-1dd260ef-1aa4-4f11-b404-ef7ad877b0fc 2018-10-26 09:44:50,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3064108899f8844cafee4d06c80a8dc4b6750ff2" 2018-10-26 09:44:51,091 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-6a956246-0dfe-473a-84ad-b0f80811855f Date: Fri, 26 Oct 2018 09:44:51 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:44:51,092 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-6a956246-0dfe-473a-84ad-b0f80811855f 2018-10-26 09:44:51,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3064108899f8844cafee4d06c80a8dc4b6750ff2" 2018-10-26 09:44:51,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e6dbe03-9452-4ef3-a8c7-21685de48239 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:44:51,178 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-2e6dbe03-9452-4ef3-a8c7-21685de48239 2018-10-26 09:44:51,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3064108899f8844cafee4d06c80a8dc4b6750ff2" 2018-10-26 09:44:51,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffc87395-87d0-4b71-9c68-f2148907448a 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:44:51,276 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-ffc87395-87d0-4b71-9c68-f2148907448a 2018-10-26 09:44:51,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3064108899f8844cafee4d06c80a8dc4b6750ff2" 2018-10-26 09:44:51,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55f6c8fd-c1dc-442c-96aa-140996c0626d 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:44:51,379 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-55f6c8fd-c1dc-442c-96aa-140996c0626d 2018-10-26 09:44:51,380 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithTypeTests-955ca552-2f9b-42e-proj 2018-10-26 09:44:51,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/10573f5f767d48afada183d8033ae666 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3064108899f8844cafee4d06c80a8dc4b6750ff2" 2018-10-26 09:44:51,604 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:44:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-41406146-669f-43b4-b25b-f9dd3a382f4d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:44:51,604 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/10573f5f767d48afada183d8033ae666 used request id req-41406146-669f-43b4-b25b-f9dd3a382f4d 2018-10-26 09:44:51,604 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithTypeTests-955ca552-2f9b-42e-proj-role 2018-10-26 09:44:51,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/e900fcd68234422ab9d7aa10152f8bcd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3064108899f8844cafee4d06c80a8dc4b6750ff2" 2018-10-26 09:44:51,715 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:44:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-08bdd71a-4f2f-4a09-bf41-8f5f3263f60d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:44:51,715 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/e900fcd68234422ab9d7aa10152f8bcd used request id req-08bdd71a-4f2f-4a09-bf41-8f5f3263f60d 2018-10-26 09:44:51,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3064108899f8844cafee4d06c80a8dc4b6750ff2" 2018-10-26 09:44:51,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8347b9c-5142-45e6-9a34-5b9b57dc56c6 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:44:51,822 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-a8347b9c-5142-45e6-9a34-5b9b57dc56c6 2018-10-26 09:44:51,823 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithTypeTests-955ca552-2f9b-42e-user 2018-10-26 09:44:51,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/b7192b3794c4464d99a092895cc266ad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0fcb7b58b0d0e8d41e22636f6c0d5673ff3c881" 2018-10-26 09:44:51,993 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:44:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-01b5f16a-072d-4436-8b4c-621514c5771c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:44:51,994 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/b7192b3794c4464d99a092895cc266ad used request id req-01b5f16a-072d-4436-8b4c-621514c5771c 2018-10-26 09:44:51,995 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:44:52,378 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:44:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["nPdieji-T72B9iaY6NjPKA"], "issued_at": "2018-10-26T09:44:52.000000Z"}} 2018-10-26 09:44:52,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db17e885f08f83a183f0e0cddb43bd4038b585ac" 2018-10-26 09:44:52,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53cc78cf-814b-40eb-bdbd-5ba89ef76363 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:44:52,469 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-53cc78cf-814b-40eb-bdbd-5ba89ef76363 2018-10-26 09:44:52,470 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:44:52,471 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:44:52,846 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:44:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["B5rAr_r4SCONUsttyoNkRg"], "issued_at": "2018-10-26T09:44:52.000000Z"}} 2018-10-26 09:44:52,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}600abf648382b8f8e7fe9ca162bcf112f6258fb0" 2018-10-26 09:44:52,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77810b60-105d-4c4c-a36f-276f596ee9d5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:44:52,932 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-77810b60-105d-4c4c-a36f-276f596ee9d5 2018-10-26 09:44:52,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:44:52,942 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:44:52,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-ffdef7e1-c73f-41b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}600abf648382b8f8e7fe9ca162bcf112f6258fb0" 2018-10-26 09:44:53,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06c2f269-8aea-4ecb-9e83-c77d0dae14b3 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-ffdef7e1-c73f-41b-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:44:53,027 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-ffdef7e1-c73f-41b-proj used request id req-06c2f269-8aea-4ecb-9e83-c77d0dae14b3 2018-10-26 09:44:53,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}600abf648382b8f8e7fe9ca162bcf112f6258fb0" 2018-10-26 09:44:53,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2939bdd-289f-48dd-9b9a-da048c50b4bf Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:44:53,118 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-f2939bdd-289f-48dd-9b9a-da048c50b4bf 2018-10-26 09:44:53,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}600abf648382b8f8e7fe9ca162bcf112f6258fb0" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeWithImageTests-ffdef7e1-c73f-41b-proj"}}' 2018-10-26 09:44:53,237 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:44:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9fb0808f-9910-4005-8e3a-5bf54fd9461c Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/99fc614fe32a43079c5c43ce382251e3"}, "enabled": true, "id": "99fc614fe32a43079c5c43ce382251e3", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithImageTests-ffdef7e1-c73f-41b-proj"}} 2018-10-26 09:44:53,237 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-9fb0808f-9910-4005-8e3a-5bf54fd9461c 2018-10-26 09:44:53,237 - keystone_utils - INFO - Created project with name - CreateVolumeWithImageTests-ffdef7e1-c73f-41b-proj 2018-10-26 09:44:53,237 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:44:53,238 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:44:53,614 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:44:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["1049j98PRfumjhl1PS7-zA"], "issued_at": "2018-10-26T09:44:53.000000Z"}} 2018-10-26 09:44:53,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd451c8fd405776e20e90e1231cd4464309754d4" 2018-10-26 09:44:53,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abff0390-6f65-4c84-a1df-c721651bb9dc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:44:53,695 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-abff0390-6f65-4c84-a1df-c721651bb9dc 2018-10-26 09:44:53,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:44:53,704 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:44:53,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd451c8fd405776e20e90e1231cd4464309754d4" 2018-10-26 09:44:53,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5894ce95-3475-4583-b002-c7e72e73559d Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:44:53,803 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-5894ce95-3475-4583-b002-c7e72e73559d 2018-10-26 09:44:53,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateVolumeWithImageTests-ffdef7e1-c73f-41b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd451c8fd405776e20e90e1231cd4464309754d4" 2018-10-26 09:44:53,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f716ba01-1025-4727-8388-69dab4656224 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateVolumeWithImageTests-ffdef7e1-c73f-41b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/99fc614fe32a43079c5c43ce382251e3"}, "enabled": true, "id": "99fc614fe32a43079c5c43ce382251e3", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithImageTests-ffdef7e1-c73f-41b-proj"}]} 2018-10-26 09:44:53,894 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateVolumeWithImageTests-ffdef7e1-c73f-41b-proj used request id req-f716ba01-1025-4727-8388-69dab4656224 2018-10-26 09:44:53,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd451c8fd405776e20e90e1231cd4464309754d4" 2018-10-26 09:44:53,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09a6efd9-06b7-4593-9ed6-94dbc40b0702 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:44:53,986 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-09a6efd9-06b7-4593-9ed6-94dbc40b0702 2018-10-26 09:44:54,345 - keystone_utils - INFO - Created user with name - CreateVolumeWithImageTests-ffdef7e1-c73f-41b-user 2018-10-26 09:44:54,345 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:44:54,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}600abf648382b8f8e7fe9ca162bcf112f6258fb0" 2018-10-26 09:44:54,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9b2ba3a-c2ac-4180-b8e1-bfe5faa934db Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:44:54,443 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-d9b2ba3a-c2ac-4180-b8e1-bfe5faa934db 2018-10-26 09:44:54,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}600abf648382b8f8e7fe9ca162bcf112f6258fb0" -d '{"role": {"name": "CreateVolumeWithImageTests-ffdef7e1-c73f-41b-proj-role"}}' 2018-10-26 09:44:54,553 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:44:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cf982e11-e331-49da-985c-27d346b82faf Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "073e3dc9a8aa4a36bb6cf5fe4fb806a6", "links": {"self": "http://172.30.9.21:5000/v3/roles/073e3dc9a8aa4a36bb6cf5fe4fb806a6"}, "name": "CreateVolumeWithImageTests-ffdef7e1-c73f-41b-proj-role"}} 2018-10-26 09:44:54,553 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-cf982e11-e331-49da-985c-27d346b82faf 2018-10-26 09:44:54,554 - keystone_utils - INFO - Created role with name - CreateVolumeWithImageTests-ffdef7e1-c73f-41b-proj-role 2018-10-26 09:44:54,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/073e3dc9a8aa4a36bb6cf5fe4fb806a6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}600abf648382b8f8e7fe9ca162bcf112f6258fb0" 2018-10-26 09:44:54,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4797df7-7f7f-4a85-be6a-a549c09dd0c3 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/073e3dc9a8aa4a36bb6cf5fe4fb806a6"}, "domain_id": null, "name": "CreateVolumeWithImageTests-ffdef7e1-c73f-41b-proj-role", "id": "073e3dc9a8aa4a36bb6cf5fe4fb806a6"}} 2018-10-26 09:44:54,574 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/073e3dc9a8aa4a36bb6cf5fe4fb806a6 used request id req-b4797df7-7f7f-4a85-be6a-a549c09dd0c3 2018-10-26 09:44:54,574 - keystone_utils - INFO - Granting role CreateVolumeWithImageTests-ffdef7e1-c73f-41b-proj-role to project CreateVolumeWithImageTests-ffdef7e1-c73f-41b-proj 2018-10-26 09:44:54,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/99fc614fe32a43079c5c43ce382251e3/users/bd6deb81318d4f3b8009a86cd8947134/roles/073e3dc9a8aa4a36bb6cf5fe4fb806a6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}600abf648382b8f8e7fe9ca162bcf112f6258fb0" 2018-10-26 09:44:54,704 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:44:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-11404245-de18-4376-9d26-b0615e0325c8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:44:54,704 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/99fc614fe32a43079c5c43ce382251e3/users/bd6deb81318d4f3b8009a86cd8947134/roles/073e3dc9a8aa4a36bb6cf5fe4fb806a6 used request id req-11404245-de18-4376-9d26-b0615e0325c8 2018-10-26 09:44:54,706 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-26 09:44:54,706 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:44:54,707 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:44:55,087 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "073e3dc9a8aa4a36bb6cf5fe4fb806a6", "name": "CreateVolumeWithImageTests-ffdef7e1-c73f-41b-proj-role"}], "expires_at": "2018-10-26T10:44:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "99fc614fe32a43079c5c43ce382251e3", "name": "CreateVolumeWithImageTests-ffdef7e1-c73f-41b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/99fc614fe32a43079c5c43ce382251e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/99fc614fe32a43079c5c43ce382251e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/99fc614fe32a43079c5c43ce382251e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/99fc614fe32a43079c5c43ce382251e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/99fc614fe32a43079c5c43ce382251e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/99fc614fe32a43079c5c43ce382251e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/99fc614fe32a43079c5c43ce382251e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/99fc614fe32a43079c5c43ce382251e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/99fc614fe32a43079c5c43ce382251e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/99fc614fe32a43079c5c43ce382251e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/99fc614fe32a43079c5c43ce382251e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/99fc614fe32a43079c5c43ce382251e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-ffdef7e1-c73f-41b-user", "id": "bd6deb81318d4f3b8009a86cd8947134"}, "audit_ids": ["9HMGv24rSKmptBh2JL8WBQ"], "issued_at": "2018-10-26T09:44:55.000000Z"}} 2018-10-26 09:44:55,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d89719e31d2f82c39555282e8906e1c134f8c4be" 2018-10-26 09:44:55,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f10d23e5-db22-43af-b3a7-b23d758f0e40 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:44:55,159 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f10d23e5-db22-43af-b3a7-b23d758f0e40 2018-10-26 09:44:55,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateVolumeWithImageTests-acd1ccaf-fe5c-42c9-9fa7-8b4acc64f571-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d89719e31d2f82c39555282e8906e1c134f8c4be" 2018-10-26 09:44:55,341 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-2f928100-f648-4bf4-83c0-b2c814d52404 Date: Fri, 26 Oct 2018 09:44:55 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateVolumeWithImageTests-acd1ccaf-fe5c-42c9-9fa7-8b4acc64f571-image"} 2018-10-26 09:44:55,341 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateVolumeWithImageTests-acd1ccaf-fe5c-42c9-9fa7-8b4acc64f571-image used request id req-2f928100-f648-4bf4-83c0-b2c814d52404 2018-10-26 09:44:55,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d89719e31d2f82c39555282e8906e1c134f8c4be" 2018-10-26 09:44:55,501 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2e072829-449b-474d-94f1-67a9d4ba1d34 Date: Fri, 26 Oct 2018 09: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-26 09:44:55,501 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-2e072829-449b-474d-94f1-67a9d4ba1d34 2018-10-26 09:44:55,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d89719e31d2f82c39555282e8906e1c134f8c4be" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateVolumeWithImageTests-acd1ccaf-fe5c-42c9-9fa7-8b4acc64f571-image"}' 2018-10-26 09:44:55,735 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/01207ec9-3ad7-4c77-9bc4-c55706fe8671 X-Openstack-Request-Id: req-e4b226d9-d0ad-4e5b-aef0-84fba7763a18 Date: Fri, 26 Oct 2018 09:44:55 GMT RESP BODY: {"status": "queued", "name": "CreateVolumeWithImageTests-acd1ccaf-fe5c-42c9-9fa7-8b4acc64f571-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:44:55Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-26T09:44:55Z", "visibility": "shared", "locations": [], "self": "/v2/images/01207ec9-3ad7-4c77-9bc4-c55706fe8671", "min_disk": 0, "protected": false, "id": "01207ec9-3ad7-4c77-9bc4-c55706fe8671", "file": "/v2/images/01207ec9-3ad7-4c77-9bc4-c55706fe8671/file", "checksum": null, "owner": "99fc614fe32a43079c5c43ce382251e3", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:44:55,736 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-e4b226d9-d0ad-4e5b-aef0-84fba7763a18 2018-10-26 09:44:55,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/01207ec9-3ad7-4c77-9bc4-c55706fe8671/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d89719e31d2f82c39555282e8906e1c134f8c4be" -d '' 2018-10-26 09:44:57,563 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-216eaacc-a73e-4283-a261-94d44b0ae9e0 Date: Fri, 26 Oct 2018 09: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-26 09:44:57,563 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/01207ec9-3ad7-4c77-9bc4-c55706fe8671/file used request id req-216eaacc-a73e-4283-a261-94d44b0ae9e0 2018-10-26 09:44:57,563 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 09:44:57,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/01207ec9-3ad7-4c77-9bc4-c55706fe8671 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d89719e31d2f82c39555282e8906e1c134f8c4be" 2018-10-26 09:44:57,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-1b5fb13f-641a-4016-a775-5e2c3a2dc108 Date: Fri, 26 Oct 2018 09:44:57 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateVolumeWithImageTests-acd1ccaf-fe5c-42c9-9fa7-8b4acc64f571-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:44:55Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:44:57Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/01207ec9-3ad7-4c77-9bc4-c55706fe8671/snap", "metadata": {}}], "self": "/v2/images/01207ec9-3ad7-4c77-9bc4-c55706fe8671", "min_disk": 0, "protected": false, "id": "01207ec9-3ad7-4c77-9bc4-c55706fe8671", "file": "/v2/images/01207ec9-3ad7-4c77-9bc4-c55706fe8671/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "99fc614fe32a43079c5c43ce382251e3", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/01207ec9-3ad7-4c77-9bc4-c55706fe8671/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:44:57,743 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/01207ec9-3ad7-4c77-9bc4-c55706fe8671 used request id req-1b5fb13f-641a-4016-a775-5e2c3a2dc108 2018-10-26 09:44:57,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d89719e31d2f82c39555282e8906e1c134f8c4be" 2018-10-26 09:44:57,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4c8e1523-59ae-4fd8-8624-4b35b59bb506 Date: Fri, 26 Oct 2018 09: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-26 09:44:57,916 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-4c8e1523-59ae-4fd8-8624-4b35b59bb506 2018-10-26 09:44:57,919 - create_image - INFO - Created image with name - CreateVolumeWithImageTests-acd1ccaf-fe5c-42c9-9fa7-8b4acc64f571-image 2018-10-26 09:44:57,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/01207ec9-3ad7-4c77-9bc4-c55706fe8671 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d89719e31d2f82c39555282e8906e1c134f8c4be" 2018-10-26 09:44:58,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-e4608a4a-f507-4363-befb-db28362dd9c5 Date: Fri, 26 Oct 2018 09:44:58 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateVolumeWithImageTests-acd1ccaf-fe5c-42c9-9fa7-8b4acc64f571-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:44:55Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:44:57Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/01207ec9-3ad7-4c77-9bc4-c55706fe8671/snap", "metadata": {}}], "self": "/v2/images/01207ec9-3ad7-4c77-9bc4-c55706fe8671", "min_disk": 0, "protected": false, "id": "01207ec9-3ad7-4c77-9bc4-c55706fe8671", "file": "/v2/images/01207ec9-3ad7-4c77-9bc4-c55706fe8671/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "99fc614fe32a43079c5c43ce382251e3", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/01207ec9-3ad7-4c77-9bc4-c55706fe8671/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:44:58,162 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/01207ec9-3ad7-4c77-9bc4-c55706fe8671 used request id req-e4608a4a-f507-4363-befb-db28362dd9c5 2018-10-26 09:44:58,163 - create_image - DEBUG - Instance status is - active 2018-10-26 09:44:58,163 - create_image - DEBUG - Image is active with name - CreateVolumeWithImageTests-acd1ccaf-fe5c-42c9-9fa7-8b4acc64f571-image 2018-10-26 09:44:58,163 - create_image - INFO - Image is now active with name - CreateVolumeWithImageTests-acd1ccaf-fe5c-42c9-9fa7-8b4acc64f571-image 2018-10-26 09:44:58,163 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:44:58,164 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:44:58,545 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "073e3dc9a8aa4a36bb6cf5fe4fb806a6", "name": "CreateVolumeWithImageTests-ffdef7e1-c73f-41b-proj-role"}], "expires_at": "2018-10-26T10:44:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "99fc614fe32a43079c5c43ce382251e3", "name": "CreateVolumeWithImageTests-ffdef7e1-c73f-41b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/99fc614fe32a43079c5c43ce382251e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/99fc614fe32a43079c5c43ce382251e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/99fc614fe32a43079c5c43ce382251e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/99fc614fe32a43079c5c43ce382251e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/99fc614fe32a43079c5c43ce382251e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/99fc614fe32a43079c5c43ce382251e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/99fc614fe32a43079c5c43ce382251e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/99fc614fe32a43079c5c43ce382251e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/99fc614fe32a43079c5c43ce382251e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/99fc614fe32a43079c5c43ce382251e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/99fc614fe32a43079c5c43ce382251e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/99fc614fe32a43079c5c43ce382251e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-ffdef7e1-c73f-41b-user", "id": "bd6deb81318d4f3b8009a86cd8947134"}, "audit_ids": ["Rb3odxAJSf6s_krk-BO-wA"], "issued_at": "2018-10-26T09:44:58.000000Z"}} 2018-10-26 09:44:58,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee156b64d8eec8e5eb58f164a317e425c98596ba" 2018-10-26 09:44:58,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90c7b881-d0da-44eb-a550-1394542abc5e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:44:58,638 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-90c7b881-d0da-44eb-a550-1394542abc5e 2018-10-26 09:44:58,644 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/99fc614fe32a43079c5c43ce382251e3/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee156b64d8eec8e5eb58f164a317e425c98596ba" 2018-10-26 09:44:58,850 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:44:58 GMT Server: Apache x-compute-request-id: req-1a43db40-e4f6-4576-9931-f42614b97193 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1a43db40-e4f6-4576-9931-f42614b97193 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-26 09:44:58,850 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/99fc614fe32a43079c5c43ce382251e3/volumes/detail used request id req-1a43db40-e4f6-4576-9931-f42614b97193 2018-10-26 09:44:58,854 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/99fc614fe32a43079c5c43ce382251e3/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-1a43db40-e4f6-4576-9931-f42614b97193" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee156b64d8eec8e5eb58f164a317e425c98596ba" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateVolumeWithImageTests-acd1ccaf-fe5c-42c9-9fa7-8b4acc64f571-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-26 09:44:59,217 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Fri, 26 Oct 2018 09:44:58 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-99bb95aa-3c23-4ddd-9510-32af8d576640 x-openstack-request-id: req-99bb95aa-3c23-4ddd-9510-32af8d576640 Content-Length: 105 Content-Type: application/json RESP BODY: {"badRequest": {"message": "Invalid image identifier or unable to access requested image.", "code": 400}} 2018-10-26 09:44:59,217 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/99fc614fe32a43079c5c43ce382251e3/volumes used request id req-99bb95aa-3c23-4ddd-9510-32af8d576640 2018-10-26 09:44:59,218 - glance_utils - INFO - Deleting image named - CreateVolumeWithImageTests-acd1ccaf-fe5c-42c9-9fa7-8b4acc64f571-image 2018-10-26 09:44:59,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/01207ec9-3ad7-4c77-9bc4-c55706fe8671 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d89719e31d2f82c39555282e8906e1c134f8c4be" 2018-10-26 09:45:01,103 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7c9a6b83-bc51-4d28-b7b3-485b7549ed29 Date: Fri, 26 Oct 2018 09:45: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-26 09:45:01,103 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/01207ec9-3ad7-4c77-9bc4-c55706fe8671 used request id req-7c9a6b83-bc51-4d28-b7b3-485b7549ed29 2018-10-26 09:45:01,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}600abf648382b8f8e7fe9ca162bcf112f6258fb0" 2018-10-26 09:45:01,323 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-c9c309cd-3378-4152-b164-18a7161ee1d0 Date: Fri, 26 Oct 2018 09:45:01 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:45:01,323 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-c9c309cd-3378-4152-b164-18a7161ee1d0 2018-10-26 09:45:01,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}600abf648382b8f8e7fe9ca162bcf112f6258fb0" 2018-10-26 09:45:01,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:45:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9d38977-0f92-4d7a-8409-8e3974865ff0 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:45:01,410 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-d9d38977-0f92-4d7a-8409-8e3974865ff0 2018-10-26 09:45:01,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}600abf648382b8f8e7fe9ca162bcf112f6258fb0" 2018-10-26 09:45:01,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:45:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8064798f-a328-478a-99c2-f8675cea15c0 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:45:01,501 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-8064798f-a328-478a-99c2-f8675cea15c0 2018-10-26 09:45:01,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}600abf648382b8f8e7fe9ca162bcf112f6258fb0" 2018-10-26 09:45:01,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:45:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f2683a8-c31e-413d-ba8a-6d86245d538a 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:45:01,592 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-9f2683a8-c31e-413d-ba8a-6d86245d538a 2018-10-26 09:45:01,593 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithImageTests-ffdef7e1-c73f-41b-proj 2018-10-26 09:45:01,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/99fc614fe32a43079c5c43ce382251e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}600abf648382b8f8e7fe9ca162bcf112f6258fb0" 2018-10-26 09:45:01,788 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:45:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-343185f6-1701-4054-beaa-04a8a3ce79d0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:45:01,788 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/99fc614fe32a43079c5c43ce382251e3 used request id req-343185f6-1701-4054-beaa-04a8a3ce79d0 2018-10-26 09:45:01,788 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithImageTests-ffdef7e1-c73f-41b-proj-role 2018-10-26 09:45:01,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/073e3dc9a8aa4a36bb6cf5fe4fb806a6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}600abf648382b8f8e7fe9ca162bcf112f6258fb0" 2018-10-26 09:45:01,929 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:45:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-abe68f4d-3a8d-4979-ad7e-288352da5b64 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:45:01,929 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/073e3dc9a8aa4a36bb6cf5fe4fb806a6 used request id req-abe68f4d-3a8d-4979-ad7e-288352da5b64 2018-10-26 09:45:01,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}600abf648382b8f8e7fe9ca162bcf112f6258fb0" 2018-10-26 09:45:02,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:45:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3881c930-7b01-42a2-870e-85ca6a8e000d Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:45:02,018 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-3881c930-7b01-42a2-870e-85ca6a8e000d 2018-10-26 09:45:02,019 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithImageTests-ffdef7e1-c73f-41b-user 2018-10-26 09:45:02,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/bd6deb81318d4f3b8009a86cd8947134 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd451c8fd405776e20e90e1231cd4464309754d4" 2018-10-26 09:45:02,185 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:45:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4894b4ed-8cb4-47f8-bee0-67635323f5f3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:45:02,186 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/bd6deb81318d4f3b8009a86cd8947134 used request id req-4894b4ed-8cb4-47f8-bee0-67635323f5f3 2018-10-26 09:45:02,187 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:45:02,574 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:45:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["SzXh7l0eQaCoMFZZtdQpyQ"], "issued_at": "2018-10-26T09:45:02.000000Z"}} 2018-10-26 09:45:02,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1854c4bf3356d526d5affadda9a641d874e7dcf" 2018-10-26 09:45:02,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:45:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a36064ac-651f-402a-9028-0b404c0c004f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:45:02,660 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a36064ac-651f-402a-9028-0b404c0c004f 2018-10-26 09:45:02,661 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:45:02,662 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:45:03,039 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:45:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["kr7Q3N4YTwmZdWzwwCGUqA"], "issued_at": "2018-10-26T09:45:03.000000Z"}} 2018-10-26 09:45:03,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40942eaa95d0c6030f4f1951e0993acde9ebc828" 2018-10-26 09:45:03,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:45:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0613df02-7f07-4bae-8e19-188bc97e7073 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:45:03,125 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-0613df02-7f07-4bae-8e19-188bc97e7073 2018-10-26 09:45:03,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:45:03,135 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:45: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:45:03,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-60097445-deb4-482-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40942eaa95d0c6030f4f1951e0993acde9ebc828" 2018-10-26 09:45:03,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:45:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af91ca75-e2d1-45a3-afbe-2ddf431555ee Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-60097445-deb4-482-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:45:03,221 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-60097445-deb4-482-proj used request id req-af91ca75-e2d1-45a3-afbe-2ddf431555ee 2018-10-26 09:45:03,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40942eaa95d0c6030f4f1951e0993acde9ebc828" 2018-10-26 09:45:03,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:45:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a56c245-ff7b-48fb-97bb-070e21f3a2ba Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:45:03,242 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-2a56c245-ff7b-48fb-97bb-070e21f3a2ba 2018-10-26 09:45:03,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40942eaa95d0c6030f4f1951e0993acde9ebc828" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeWithImageTests-60097445-deb4-482-proj"}}' 2018-10-26 09:45:03,367 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:45:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-75c6e593-87e2-4121-ad33-e07e86b06f34 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/18bb2b05f2004e9db6c4bf0426a09f06"}, "enabled": true, "id": "18bb2b05f2004e9db6c4bf0426a09f06", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithImageTests-60097445-deb4-482-proj"}} 2018-10-26 09:45:03,367 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-75c6e593-87e2-4121-ad33-e07e86b06f34 2018-10-26 09:45:03,367 - keystone_utils - INFO - Created project with name - CreateVolumeWithImageTests-60097445-deb4-482-proj 2018-10-26 09:45:03,367 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:45:03,368 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:45:03,744 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:45:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["_Plk88EFT0a_sxEGSXcj7g"], "issued_at": "2018-10-26T09:45:03.000000Z"}} 2018-10-26 09:45:03,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14e59c2ca704b0bd8180bb84bddd324e9d039505" 2018-10-26 09:45:03,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:45:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-121b9826-9724-4eb2-9bcf-58cf5c2ff006 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:45:03,831 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-121b9826-9724-4eb2-9bcf-58cf5c2ff006 2018-10-26 09:45:03,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:45:03,841 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:45: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:45:03,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14e59c2ca704b0bd8180bb84bddd324e9d039505" 2018-10-26 09:45:03,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:45:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-186a6713-0a32-4936-ae08-a5586edc1ca7 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:45:03,937 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-186a6713-0a32-4936-ae08-a5586edc1ca7 2018-10-26 09:45:03,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateVolumeWithImageTests-60097445-deb4-482-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14e59c2ca704b0bd8180bb84bddd324e9d039505" 2018-10-26 09:45:04,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:45:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d24e9aa-4b70-4c97-b232-3bee70139c28 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateVolumeWithImageTests-60097445-deb4-482-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/18bb2b05f2004e9db6c4bf0426a09f06"}, "enabled": true, "id": "18bb2b05f2004e9db6c4bf0426a09f06", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithImageTests-60097445-deb4-482-proj"}]} 2018-10-26 09:45:04,028 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateVolumeWithImageTests-60097445-deb4-482-proj used request id req-0d24e9aa-4b70-4c97-b232-3bee70139c28 2018-10-26 09:45:04,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14e59c2ca704b0bd8180bb84bddd324e9d039505" 2018-10-26 09:45:04,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:45:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4233e2bf-53be-4df4-9cfa-cd32d6e39aaf Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:45:04,125 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-4233e2bf-53be-4df4-9cfa-cd32d6e39aaf 2018-10-26 09:45:04,499 - keystone_utils - INFO - Created user with name - CreateVolumeWithImageTests-60097445-deb4-482-user 2018-10-26 09:45:04,499 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:45:04,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40942eaa95d0c6030f4f1951e0993acde9ebc828" 2018-10-26 09:45:04,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:45:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a372499-29cd-455f-9886-fd41cfb1b0db Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:45:04,592 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-0a372499-29cd-455f-9886-fd41cfb1b0db 2018-10-26 09:45:04,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40942eaa95d0c6030f4f1951e0993acde9ebc828" -d '{"role": {"name": "CreateVolumeWithImageTests-60097445-deb4-482-proj-role"}}' 2018-10-26 09:45:04,709 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:45:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-be361747-5e9d-450a-baec-bc836ffa3d88 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6dc1051fc6ec459aa73946220958718c", "links": {"self": "http://172.30.9.21:5000/v3/roles/6dc1051fc6ec459aa73946220958718c"}, "name": "CreateVolumeWithImageTests-60097445-deb4-482-proj-role"}} 2018-10-26 09:45:04,709 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-be361747-5e9d-450a-baec-bc836ffa3d88 2018-10-26 09:45:04,709 - keystone_utils - INFO - Created role with name - CreateVolumeWithImageTests-60097445-deb4-482-proj-role 2018-10-26 09:45:04,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/6dc1051fc6ec459aa73946220958718c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40942eaa95d0c6030f4f1951e0993acde9ebc828" 2018-10-26 09:45:04,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:45:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ed1d4f4-2d55-42cf-aaad-e73befdd3c71 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/6dc1051fc6ec459aa73946220958718c"}, "domain_id": null, "name": "CreateVolumeWithImageTests-60097445-deb4-482-proj-role", "id": "6dc1051fc6ec459aa73946220958718c"}} 2018-10-26 09:45:04,794 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/6dc1051fc6ec459aa73946220958718c used request id req-3ed1d4f4-2d55-42cf-aaad-e73befdd3c71 2018-10-26 09:45:04,794 - keystone_utils - INFO - Granting role CreateVolumeWithImageTests-60097445-deb4-482-proj-role to project CreateVolumeWithImageTests-60097445-deb4-482-proj 2018-10-26 09:45:04,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/18bb2b05f2004e9db6c4bf0426a09f06/users/0bfec588b37242a2b9744462213959f9/roles/6dc1051fc6ec459aa73946220958718c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40942eaa95d0c6030f4f1951e0993acde9ebc828" 2018-10-26 09:45:04,926 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:45:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1fad1185-d661-4cc6-ad39-ca34dd408bff Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:45:04,926 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/18bb2b05f2004e9db6c4bf0426a09f06/users/0bfec588b37242a2b9744462213959f9/roles/6dc1051fc6ec459aa73946220958718c used request id req-1fad1185-d661-4cc6-ad39-ca34dd408bff 2018-10-26 09:45:04,928 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-26 09:45:04,929 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:45:04,930 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:45:05,312 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6dc1051fc6ec459aa73946220958718c", "name": "CreateVolumeWithImageTests-60097445-deb4-482-proj-role"}], "expires_at": "2018-10-26T10:45:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18bb2b05f2004e9db6c4bf0426a09f06", "name": "CreateVolumeWithImageTests-60097445-deb4-482-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18bb2b05f2004e9db6c4bf0426a09f06", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/18bb2b05f2004e9db6c4bf0426a09f06", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/18bb2b05f2004e9db6c4bf0426a09f06", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/18bb2b05f2004e9db6c4bf0426a09f06", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/18bb2b05f2004e9db6c4bf0426a09f06", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/18bb2b05f2004e9db6c4bf0426a09f06", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/18bb2b05f2004e9db6c4bf0426a09f06", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/18bb2b05f2004e9db6c4bf0426a09f06", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/18bb2b05f2004e9db6c4bf0426a09f06", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/18bb2b05f2004e9db6c4bf0426a09f06", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/18bb2b05f2004e9db6c4bf0426a09f06", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/18bb2b05f2004e9db6c4bf0426a09f06", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-60097445-deb4-482-user", "id": "0bfec588b37242a2b9744462213959f9"}, "audit_ids": ["LmpHi2fgQYexLvAZ4er19g"], "issued_at": "2018-10-26T09:45:05.000000Z"}} 2018-10-26 09:45:05,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0886c1bab16c5505f609623d6077753681fb7ba5" 2018-10-26 09:45:05,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:45:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eca945c6-f66e-4ab1-87c7-5e9fda8ee643 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:45:05,382 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-eca945c6-f66e-4ab1-87c7-5e9fda8ee643 2018-10-26 09:45:05,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateVolumeWithImageTests-66cd9d88-e92b-436e-9299-a13f8266a7b1-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0886c1bab16c5505f609623d6077753681fb7ba5" 2018-10-26 09:45:05,560 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-dd8b1a86-a8e7-461b-8fd3-fc35f18c0126 Date: Fri, 26 Oct 2018 09:45:05 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateVolumeWithImageTests-66cd9d88-e92b-436e-9299-a13f8266a7b1-image"} 2018-10-26 09:45:05,561 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateVolumeWithImageTests-66cd9d88-e92b-436e-9299-a13f8266a7b1-image used request id req-dd8b1a86-a8e7-461b-8fd3-fc35f18c0126 2018-10-26 09:45:05,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0886c1bab16c5505f609623d6077753681fb7ba5" 2018-10-26 09:45:05,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ab709241-64e1-4e7f-9305-47bba103da31 Date: Fri, 26 Oct 2018 09:45: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-26 09:45:05,718 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-ab709241-64e1-4e7f-9305-47bba103da31 2018-10-26 09:45:05,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0886c1bab16c5505f609623d6077753681fb7ba5" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateVolumeWithImageTests-66cd9d88-e92b-436e-9299-a13f8266a7b1-image"}' 2018-10-26 09:45:05,962 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/c19d3530-e459-42ce-ace6-6a417dd35165 X-Openstack-Request-Id: req-84708ec4-95eb-4361-8600-a381d4fd98a6 Date: Fri, 26 Oct 2018 09:45:05 GMT RESP BODY: {"status": "queued", "name": "CreateVolumeWithImageTests-66cd9d88-e92b-436e-9299-a13f8266a7b1-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:45:05Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-26T09:45:05Z", "visibility": "shared", "locations": [], "self": "/v2/images/c19d3530-e459-42ce-ace6-6a417dd35165", "min_disk": 0, "protected": false, "id": "c19d3530-e459-42ce-ace6-6a417dd35165", "file": "/v2/images/c19d3530-e459-42ce-ace6-6a417dd35165/file", "checksum": null, "owner": "18bb2b05f2004e9db6c4bf0426a09f06", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:45:05,962 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-84708ec4-95eb-4361-8600-a381d4fd98a6 2018-10-26 09:45:05,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/c19d3530-e459-42ce-ace6-6a417dd35165/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0886c1bab16c5505f609623d6077753681fb7ba5" -d '' 2018-10-26 09:45:07,766 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ed42283e-23f1-4e1e-9d15-e2e337431265 Date: Fri, 26 Oct 2018 09:45: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-26 09:45:07,766 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/c19d3530-e459-42ce-ace6-6a417dd35165/file used request id req-ed42283e-23f1-4e1e-9d15-e2e337431265 2018-10-26 09:45:07,767 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 09:45:07,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/c19d3530-e459-42ce-ace6-6a417dd35165 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0886c1bab16c5505f609623d6077753681fb7ba5" 2018-10-26 09:45:08,031 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-ba4e0294-996f-42f8-9250-2dafd5c59709 Date: Fri, 26 Oct 2018 09:45:08 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateVolumeWithImageTests-66cd9d88-e92b-436e-9299-a13f8266a7b1-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:45:05Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:45:07Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/c19d3530-e459-42ce-ace6-6a417dd35165/snap", "metadata": {}}], "self": "/v2/images/c19d3530-e459-42ce-ace6-6a417dd35165", "min_disk": 0, "protected": false, "id": "c19d3530-e459-42ce-ace6-6a417dd35165", "file": "/v2/images/c19d3530-e459-42ce-ace6-6a417dd35165/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "18bb2b05f2004e9db6c4bf0426a09f06", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/c19d3530-e459-42ce-ace6-6a417dd35165/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:45:08,032 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/c19d3530-e459-42ce-ace6-6a417dd35165 used request id req-ba4e0294-996f-42f8-9250-2dafd5c59709 2018-10-26 09:45:08,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0886c1bab16c5505f609623d6077753681fb7ba5" 2018-10-26 09:45:08,195 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d353aadd-c480-41c1-9a26-dde4fcaf9483 Date: Fri, 26 Oct 2018 09:45: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-26 09:45:08,195 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-d353aadd-c480-41c1-9a26-dde4fcaf9483 2018-10-26 09:45:08,198 - create_image - INFO - Created image with name - CreateVolumeWithImageTests-66cd9d88-e92b-436e-9299-a13f8266a7b1-image 2018-10-26 09:45:08,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/c19d3530-e459-42ce-ace6-6a417dd35165 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0886c1bab16c5505f609623d6077753681fb7ba5" 2018-10-26 09:45:08,353 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-409e0f8f-ace4-425e-9dc4-a2761025987b Date: Fri, 26 Oct 2018 09:45:08 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateVolumeWithImageTests-66cd9d88-e92b-436e-9299-a13f8266a7b1-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:45:05Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:45:07Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/c19d3530-e459-42ce-ace6-6a417dd35165/snap", "metadata": {}}], "self": "/v2/images/c19d3530-e459-42ce-ace6-6a417dd35165", "min_disk": 0, "protected": false, "id": "c19d3530-e459-42ce-ace6-6a417dd35165", "file": "/v2/images/c19d3530-e459-42ce-ace6-6a417dd35165/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "18bb2b05f2004e9db6c4bf0426a09f06", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/c19d3530-e459-42ce-ace6-6a417dd35165/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:45:08,354 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/c19d3530-e459-42ce-ace6-6a417dd35165 used request id req-409e0f8f-ace4-425e-9dc4-a2761025987b 2018-10-26 09:45:08,354 - create_image - DEBUG - Instance status is - active 2018-10-26 09:45:08,354 - create_image - DEBUG - Image is active with name - CreateVolumeWithImageTests-66cd9d88-e92b-436e-9299-a13f8266a7b1-image 2018-10-26 09:45:08,355 - create_image - INFO - Image is now active with name - CreateVolumeWithImageTests-66cd9d88-e92b-436e-9299-a13f8266a7b1-image 2018-10-26 09:45:08,355 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:45:08,356 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:45:08,811 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6dc1051fc6ec459aa73946220958718c", "name": "CreateVolumeWithImageTests-60097445-deb4-482-proj-role"}], "expires_at": "2018-10-26T10:45:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18bb2b05f2004e9db6c4bf0426a09f06", "name": "CreateVolumeWithImageTests-60097445-deb4-482-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18bb2b05f2004e9db6c4bf0426a09f06", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/18bb2b05f2004e9db6c4bf0426a09f06", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/18bb2b05f2004e9db6c4bf0426a09f06", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/18bb2b05f2004e9db6c4bf0426a09f06", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/18bb2b05f2004e9db6c4bf0426a09f06", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/18bb2b05f2004e9db6c4bf0426a09f06", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/18bb2b05f2004e9db6c4bf0426a09f06", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/18bb2b05f2004e9db6c4bf0426a09f06", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/18bb2b05f2004e9db6c4bf0426a09f06", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/18bb2b05f2004e9db6c4bf0426a09f06", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/18bb2b05f2004e9db6c4bf0426a09f06", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/18bb2b05f2004e9db6c4bf0426a09f06", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-60097445-deb4-482-user", "id": "0bfec588b37242a2b9744462213959f9"}, "audit_ids": ["roTlRXvzTrWm4-Yn2JV7Eg"], "issued_at": "2018-10-26T09:45:08.000000Z"}} 2018-10-26 09:45:08,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40edca23422ab07501bcd7b7c9adb933c30e20e1" 2018-10-26 09:45:08,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:45:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b0aca69-f897-4784-ac94-ab915f57d851 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:45:08,895 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-6b0aca69-f897-4784-ac94-ab915f57d851 2018-10-26 09:45:08,901 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18bb2b05f2004e9db6c4bf0426a09f06/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40edca23422ab07501bcd7b7c9adb933c30e20e1" 2018-10-26 09:45:09,091 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:45:08 GMT Server: Apache x-compute-request-id: req-0a626ada-59ba-4759-8fe1-567f1ff8a69c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0a626ada-59ba-4759-8fe1-567f1ff8a69c Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-26 09:45:09,091 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18bb2b05f2004e9db6c4bf0426a09f06/volumes/detail used request id req-0a626ada-59ba-4759-8fe1-567f1ff8a69c 2018-10-26 09:45:09,095 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/18bb2b05f2004e9db6c4bf0426a09f06/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-0a626ada-59ba-4759-8fe1-567f1ff8a69c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40edca23422ab07501bcd7b7c9adb933c30e20e1" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateVolumeWithImageTests-66cd9d88-e92b-436e-9299-a13f8266a7b1-vol", "imageRef": "CreateVolumeWithImageTests-66cd9d88-e92b-436e-9299-a13f8266a7b1-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-26 09:45:10,756 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:45:09 GMT Server: Apache x-compute-request-id: req-950b0a99-b304-4f60-b23e-bef3d35dcd27 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-950b0a99-b304-4f60-b23e-bef3d35dcd27 Content-Length: 828 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "0bfec588b37242a2b9744462213959f9", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/18bb2b05f2004e9db6c4bf0426a09f06/volumes/ec76bf03-1dd8-4d0a-bc6e-e6139c074c78", "rel": "self"}, {"href": "http://172.30.9.21:8776/18bb2b05f2004e9db6c4bf0426a09f06/volumes/ec76bf03-1dd8-4d0a-bc6e-e6139c074c78", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-26T09:45:10.641875", "description": null, "updated_at": null, "volume_type": null, "name": "CreateVolumeWithImageTests-66cd9d88-e92b-436e-9299-a13f8266a7b1-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ec76bf03-1dd8-4d0a-bc6e-e6139c074c78", "size": 1}} 2018-10-26 09:45:10,756 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/18bb2b05f2004e9db6c4bf0426a09f06/volumes used request id req-950b0a99-b304-4f60-b23e-bef3d35dcd27 2018-10-26 09:45:10,760 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18bb2b05f2004e9db6c4bf0426a09f06/volumes/ec76bf03-1dd8-4d0a-bc6e-e6139c074c78 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0a626ada-59ba-4759-8fe1-567f1ff8a69c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40edca23422ab07501bcd7b7c9adb933c30e20e1" 2018-10-26 09:45:10,957 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:45:10 GMT Server: Apache x-compute-request-id: req-6eb459ef-8539-4a2c-af75-a19d13ce9c61 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6eb459ef-8539-4a2c-af75-a19d13ce9c61 Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "0bfec588b37242a2b9744462213959f9", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/18bb2b05f2004e9db6c4bf0426a09f06/volumes/ec76bf03-1dd8-4d0a-bc6e-e6139c074c78", "rel": "self"}, {"href": "http://172.30.9.21:8776/18bb2b05f2004e9db6c4bf0426a09f06/volumes/ec76bf03-1dd8-4d0a-bc6e-e6139c074c78", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-26T09:45:10.000000", "description": null, "os-vol-tenant-attr:tenant_id": "18bb2b05f2004e9db6c4bf0426a09f06", "updated_at": "2018-10-26T09:45:10.000000", "volume_type": null, "name": "CreateVolumeWithImageTests-66cd9d88-e92b-436e-9299-a13f8266a7b1-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ec76bf03-1dd8-4d0a-bc6e-e6139c074c78", "size": 1}} 2018-10-26 09:45:10,958 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18bb2b05f2004e9db6c4bf0426a09f06/volumes/ec76bf03-1dd8-4d0a-bc6e-e6139c074c78 used request id req-6eb459ef-8539-4a2c-af75-a19d13ce9c61 2018-10-26 09:45:10,958 - create_volume - INFO - Created volume with name - CreateVolumeWithImageTests-66cd9d88-e92b-436e-9299-a13f8266a7b1-vol 2018-10-26 09:45:10,961 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18bb2b05f2004e9db6c4bf0426a09f06/volumes/ec76bf03-1dd8-4d0a-bc6e-e6139c074c78 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0a626ada-59ba-4759-8fe1-567f1ff8a69c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40edca23422ab07501bcd7b7c9adb933c30e20e1" 2018-10-26 09:45:11,144 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:45:10 GMT Server: Apache x-compute-request-id: req-5f85a12c-10c3-49c5-bbb0-9f33c8a5d33f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5f85a12c-10c3-49c5-bbb0-9f33c8a5d33f Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "0bfec588b37242a2b9744462213959f9", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/18bb2b05f2004e9db6c4bf0426a09f06/volumes/ec76bf03-1dd8-4d0a-bc6e-e6139c074c78", "rel": "self"}, {"href": "http://172.30.9.21:8776/18bb2b05f2004e9db6c4bf0426a09f06/volumes/ec76bf03-1dd8-4d0a-bc6e-e6139c074c78", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-26T09:45:10.000000", "description": null, "os-vol-tenant-attr:tenant_id": "18bb2b05f2004e9db6c4bf0426a09f06", "updated_at": "2018-10-26T09:45:10.000000", "volume_type": null, "name": "CreateVolumeWithImageTests-66cd9d88-e92b-436e-9299-a13f8266a7b1-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ec76bf03-1dd8-4d0a-bc6e-e6139c074c78", "size": 1}} 2018-10-26 09:45:11,144 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18bb2b05f2004e9db6c4bf0426a09f06/volumes/ec76bf03-1dd8-4d0a-bc6e-e6139c074c78 used request id req-5f85a12c-10c3-49c5-bbb0-9f33c8a5d33f 2018-10-26 09:45:11,145 - create_volume - DEBUG - Instance status is - creating 2018-10-26 09:45:11,145 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-10-26 09:45:14,148 - create_volume - DEBUG - Volume status query timeout in 296.810353041 2018-10-26 09:45:14,151 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18bb2b05f2004e9db6c4bf0426a09f06/volumes/ec76bf03-1dd8-4d0a-bc6e-e6139c074c78 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0a626ada-59ba-4759-8fe1-567f1ff8a69c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40edca23422ab07501bcd7b7c9adb933c30e20e1" 2018-10-26 09:45:14,348 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:45:14 GMT Server: Apache x-compute-request-id: req-6b3727a9-d5a7-4777-bfd5-37b285bceab8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6b3727a9-d5a7-4777-bfd5-37b285bceab8 Content-Encoding: gzip Content-Length: 471 Content-Type: application/json RESP BODY: {"volume": {"status": "downloading", "user_id": "0bfec588b37242a2b9744462213959f9", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/18bb2b05f2004e9db6c4bf0426a09f06/volumes/ec76bf03-1dd8-4d0a-bc6e-e6139c074c78", "rel": "self"}, {"href": "http://172.30.9.21:8776/18bb2b05f2004e9db6c4bf0426a09f06/volumes/ec76bf03-1dd8-4d0a-bc6e-e6139c074c78", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-26T09:45:10.000000", "description": null, "os-vol-tenant-attr:tenant_id": "18bb2b05f2004e9db6c4bf0426a09f06", "updated_at": "2018-10-26T09:45:13.000000", "volume_type": null, "name": "CreateVolumeWithImageTests-66cd9d88-e92b-436e-9299-a13f8266a7b1-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ec76bf03-1dd8-4d0a-bc6e-e6139c074c78", "size": 1}} 2018-10-26 09:45:14,348 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18bb2b05f2004e9db6c4bf0426a09f06/volumes/ec76bf03-1dd8-4d0a-bc6e-e6139c074c78 used request id req-6b3727a9-d5a7-4777-bfd5-37b285bceab8 2018-10-26 09:45:14,349 - create_volume - DEBUG - Instance status is - downloading 2018-10-26 09:45:14,349 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-10-26 09:45:17,352 - create_volume - DEBUG - Volume status query timeout in 293.606258869 2018-10-26 09:45:17,355 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18bb2b05f2004e9db6c4bf0426a09f06/volumes/ec76bf03-1dd8-4d0a-bc6e-e6139c074c78 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0a626ada-59ba-4759-8fe1-567f1ff8a69c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40edca23422ab07501bcd7b7c9adb933c30e20e1" 2018-10-26 09:45:17,405 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:45:17 GMT Server: Apache x-compute-request-id: req-66b187c1-385c-431c-a147-65c03abafcce OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-66b187c1-385c-431c-a147-65c03abafcce Content-Encoding: gzip Content-Length: 598 Content-Type: application/json RESP BODY: {"volume": {"attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/18bb2b05f2004e9db6c4bf0426a09f06/volumes/ec76bf03-1dd8-4d0a-bc6e-e6139c074c78", "rel": "self"}, {"href": "http://172.30.9.21:8776/18bb2b05f2004e9db6c4bf0426a09f06/volumes/ec76bf03-1dd8-4d0a-bc6e-e6139c074c78", "rel": "bookmark"}], "availability_zone": "nova", "encrypted": false, "updated_at": "2018-10-26T09:45:16.000000", "replication_status": null, "snapshot_id": null, "id": "ec76bf03-1dd8-4d0a-bc6e-e6139c074c78", "size": 1, "user_id": "0bfec588b37242a2b9744462213959f9", "os-vol-tenant-attr:tenant_id": "18bb2b05f2004e9db6c4bf0426a09f06", "metadata": {}, "status": "available", "volume_image_metadata": {"checksum": "443b7623e27ecf03dc9e01ee93f67afe", "min_ram": "0", "disk_format": "qcow2", "image_name": "CreateVolumeWithImageTests-66cd9d88-e92b-436e-9299-a13f8266a7b1-image", "image_id": "c19d3530-e459-42ce-ace6-6a417dd35165", "container_format": "bare", "min_disk": "0", "size": "12716032"}, "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "name": "CreateVolumeWithImageTests-66cd9d88-e92b-436e-9299-a13f8266a7b1-vol", "bootable": "true", "created_at": "2018-10-26T09:45:10.000000", "volume_type": null}} 2018-10-26 09:45:17,405 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18bb2b05f2004e9db6c4bf0426a09f06/volumes/ec76bf03-1dd8-4d0a-bc6e-e6139c074c78 used request id req-66b187c1-385c-431c-a147-65c03abafcce 2018-10-26 09:45:17,405 - create_volume - DEBUG - Instance status is - available 2018-10-26 09:45:17,405 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithImageTests-66cd9d88-e92b-436e-9299-a13f8266a7b1-vol 2018-10-26 09:45:17,405 - create_volume - INFO - Volume is now active with name - CreateVolumeWithImageTests-66cd9d88-e92b-436e-9299-a13f8266a7b1-vol 2018-10-26 09:45:17,408 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18bb2b05f2004e9db6c4bf0426a09f06/volumes/ec76bf03-1dd8-4d0a-bc6e-e6139c074c78 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0a626ada-59ba-4759-8fe1-567f1ff8a69c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40edca23422ab07501bcd7b7c9adb933c30e20e1" 2018-10-26 09:45:17,459 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:45:17 GMT Server: Apache x-compute-request-id: req-7420c7a7-2869-4838-8294-329636b83ba1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7420c7a7-2869-4838-8294-329636b83ba1 Content-Encoding: gzip Content-Length: 598 Content-Type: application/json RESP BODY: {"volume": {"attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/18bb2b05f2004e9db6c4bf0426a09f06/volumes/ec76bf03-1dd8-4d0a-bc6e-e6139c074c78", "rel": "self"}, {"href": "http://172.30.9.21:8776/18bb2b05f2004e9db6c4bf0426a09f06/volumes/ec76bf03-1dd8-4d0a-bc6e-e6139c074c78", "rel": "bookmark"}], "availability_zone": "nova", "encrypted": false, "updated_at": "2018-10-26T09:45:16.000000", "replication_status": null, "snapshot_id": null, "id": "ec76bf03-1dd8-4d0a-bc6e-e6139c074c78", "size": 1, "user_id": "0bfec588b37242a2b9744462213959f9", "os-vol-tenant-attr:tenant_id": "18bb2b05f2004e9db6c4bf0426a09f06", "metadata": {}, "status": "available", "volume_image_metadata": {"checksum": "443b7623e27ecf03dc9e01ee93f67afe", "min_ram": "0", "disk_format": "qcow2", "image_name": "CreateVolumeWithImageTests-66cd9d88-e92b-436e-9299-a13f8266a7b1-image", "image_id": "c19d3530-e459-42ce-ace6-6a417dd35165", "container_format": "bare", "min_disk": "0", "size": "12716032"}, "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "name": "CreateVolumeWithImageTests-66cd9d88-e92b-436e-9299-a13f8266a7b1-vol", "bootable": "true", "created_at": "2018-10-26T09:45:10.000000", "volume_type": null}} 2018-10-26 09:45:17,460 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18bb2b05f2004e9db6c4bf0426a09f06/volumes/ec76bf03-1dd8-4d0a-bc6e-e6139c074c78 used request id req-7420c7a7-2869-4838-8294-329636b83ba1 2018-10-26 09:45:17,460 - create_volume - DEBUG - Instance status is - available 2018-10-26 09:45:17,460 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithImageTests-66cd9d88-e92b-436e-9299-a13f8266a7b1-vol 2018-10-26 09:45:17,460 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:45:17,910 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6dc1051fc6ec459aa73946220958718c", "name": "CreateVolumeWithImageTests-60097445-deb4-482-proj-role"}], "expires_at": "2018-10-26T10:45:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18bb2b05f2004e9db6c4bf0426a09f06", "name": "CreateVolumeWithImageTests-60097445-deb4-482-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18bb2b05f2004e9db6c4bf0426a09f06", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/18bb2b05f2004e9db6c4bf0426a09f06", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/18bb2b05f2004e9db6c4bf0426a09f06", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/18bb2b05f2004e9db6c4bf0426a09f06", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/18bb2b05f2004e9db6c4bf0426a09f06", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/18bb2b05f2004e9db6c4bf0426a09f06", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/18bb2b05f2004e9db6c4bf0426a09f06", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/18bb2b05f2004e9db6c4bf0426a09f06", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/18bb2b05f2004e9db6c4bf0426a09f06", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/18bb2b05f2004e9db6c4bf0426a09f06", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/18bb2b05f2004e9db6c4bf0426a09f06", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/18bb2b05f2004e9db6c4bf0426a09f06", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-60097445-deb4-482-user", "id": "0bfec588b37242a2b9744462213959f9"}, "audit_ids": ["n2o2mwrRQ0-oq_oF9rJBHA"], "issued_at": "2018-10-26T09:45:17.000000Z"}} 2018-10-26 09:45:17,913 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18bb2b05f2004e9db6c4bf0426a09f06/volumes/ec76bf03-1dd8-4d0a-bc6e-e6139c074c78 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7996c57eb2b89610ead239c1e04bd86344489cdb" 2018-10-26 09:45:18,133 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:45:17 GMT Server: Apache x-compute-request-id: req-99821b68-d506-4b60-b1d5-5f6f01753c54 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-99821b68-d506-4b60-b1d5-5f6f01753c54 Content-Encoding: gzip Content-Length: 598 Content-Type: application/json RESP BODY: {"volume": {"attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/18bb2b05f2004e9db6c4bf0426a09f06/volumes/ec76bf03-1dd8-4d0a-bc6e-e6139c074c78", "rel": "self"}, {"href": "http://172.30.9.21:8776/18bb2b05f2004e9db6c4bf0426a09f06/volumes/ec76bf03-1dd8-4d0a-bc6e-e6139c074c78", "rel": "bookmark"}], "availability_zone": "nova", "encrypted": false, "updated_at": "2018-10-26T09:45:16.000000", "replication_status": null, "snapshot_id": null, "id": "ec76bf03-1dd8-4d0a-bc6e-e6139c074c78", "size": 1, "user_id": "0bfec588b37242a2b9744462213959f9", "os-vol-tenant-attr:tenant_id": "18bb2b05f2004e9db6c4bf0426a09f06", "metadata": {}, "status": "available", "volume_image_metadata": {"checksum": "443b7623e27ecf03dc9e01ee93f67afe", "min_ram": "0", "disk_format": "qcow2", "image_name": "CreateVolumeWithImageTests-66cd9d88-e92b-436e-9299-a13f8266a7b1-image", "image_id": "c19d3530-e459-42ce-ace6-6a417dd35165", "container_format": "bare", "min_disk": "0", "size": "12716032"}, "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "name": "CreateVolumeWithImageTests-66cd9d88-e92b-436e-9299-a13f8266a7b1-vol", "bootable": "true", "created_at": "2018-10-26T09:45:10.000000", "volume_type": null}} 2018-10-26 09:45:18,134 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18bb2b05f2004e9db6c4bf0426a09f06/volumes/ec76bf03-1dd8-4d0a-bc6e-e6139c074c78 used request id req-99821b68-d506-4b60-b1d5-5f6f01753c54 2018-10-26 09:45:18,137 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18bb2b05f2004e9db6c4bf0426a09f06/volumes/ec76bf03-1dd8-4d0a-bc6e-e6139c074c78 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0a626ada-59ba-4759-8fe1-567f1ff8a69c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40edca23422ab07501bcd7b7c9adb933c30e20e1" 2018-10-26 09:45:18,331 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:45:18 GMT Server: Apache x-compute-request-id: req-82ad8424-7636-4461-8c12-9aef3f0f66f4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-82ad8424-7636-4461-8c12-9aef3f0f66f4 Content-Encoding: gzip Content-Length: 598 Content-Type: application/json RESP BODY: {"volume": {"attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/18bb2b05f2004e9db6c4bf0426a09f06/volumes/ec76bf03-1dd8-4d0a-bc6e-e6139c074c78", "rel": "self"}, {"href": "http://172.30.9.21:8776/18bb2b05f2004e9db6c4bf0426a09f06/volumes/ec76bf03-1dd8-4d0a-bc6e-e6139c074c78", "rel": "bookmark"}], "availability_zone": "nova", "encrypted": false, "updated_at": "2018-10-26T09:45:16.000000", "replication_status": null, "snapshot_id": null, "id": "ec76bf03-1dd8-4d0a-bc6e-e6139c074c78", "size": 1, "user_id": "0bfec588b37242a2b9744462213959f9", "os-vol-tenant-attr:tenant_id": "18bb2b05f2004e9db6c4bf0426a09f06", "metadata": {}, "status": "available", "volume_image_metadata": {"checksum": "443b7623e27ecf03dc9e01ee93f67afe", "min_ram": "0", "disk_format": "qcow2", "image_name": "CreateVolumeWithImageTests-66cd9d88-e92b-436e-9299-a13f8266a7b1-image", "image_id": "c19d3530-e459-42ce-ace6-6a417dd35165", "container_format": "bare", "min_disk": "0", "size": "12716032"}, "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "name": "CreateVolumeWithImageTests-66cd9d88-e92b-436e-9299-a13f8266a7b1-vol", "bootable": "true", "created_at": "2018-10-26T09:45:10.000000", "volume_type": null}} 2018-10-26 09:45:18,332 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18bb2b05f2004e9db6c4bf0426a09f06/volumes/ec76bf03-1dd8-4d0a-bc6e-e6139c074c78 used request id req-82ad8424-7636-4461-8c12-9aef3f0f66f4 2018-10-26 09:45:18,332 - create_volume - DEBUG - Instance status is - available 2018-10-26 09:45:18,332 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithImageTests-66cd9d88-e92b-436e-9299-a13f8266a7b1-vol 2018-10-26 09:45:18,332 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithImageTests-66cd9d88-e92b-436e-9299-a13f8266a7b1-vol 2018-10-26 09:45:18,335 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/18bb2b05f2004e9db6c4bf0426a09f06/volumes/ec76bf03-1dd8-4d0a-bc6e-e6139c074c78 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0a626ada-59ba-4759-8fe1-567f1ff8a69c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40edca23422ab07501bcd7b7c9adb933c30e20e1" 2018-10-26 09:45:18,583 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:45:18 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-75f90eeb-1830-4920-80ce-663dbc8abd9b 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-26 09:45:18,583 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/18bb2b05f2004e9db6c4bf0426a09f06/volumes/ec76bf03-1dd8-4d0a-bc6e-e6139c074c78 used request id req-75f90eeb-1830-4920-80ce-663dbc8abd9b 2018-10-26 09:45:18,586 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18bb2b05f2004e9db6c4bf0426a09f06/volumes/ec76bf03-1dd8-4d0a-bc6e-e6139c074c78 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0a626ada-59ba-4759-8fe1-567f1ff8a69c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40edca23422ab07501bcd7b7c9adb933c30e20e1" 2018-10-26 09:45:18,790 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:45:18 GMT Server: Apache x-compute-request-id: req-703e624b-b7e4-4196-bc8c-126b0b11bc16 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-703e624b-b7e4-4196-bc8c-126b0b11bc16 Content-Encoding: gzip Content-Length: 599 Content-Type: application/json RESP BODY: {"volume": {"attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/18bb2b05f2004e9db6c4bf0426a09f06/volumes/ec76bf03-1dd8-4d0a-bc6e-e6139c074c78", "rel": "self"}, {"href": "http://172.30.9.21:8776/18bb2b05f2004e9db6c4bf0426a09f06/volumes/ec76bf03-1dd8-4d0a-bc6e-e6139c074c78", "rel": "bookmark"}], "availability_zone": "nova", "encrypted": false, "updated_at": "2018-10-26T09:45:18.000000", "replication_status": null, "snapshot_id": null, "id": "ec76bf03-1dd8-4d0a-bc6e-e6139c074c78", "size": 1, "user_id": "0bfec588b37242a2b9744462213959f9", "os-vol-tenant-attr:tenant_id": "18bb2b05f2004e9db6c4bf0426a09f06", "metadata": {}, "status": "deleting", "volume_image_metadata": {"checksum": "443b7623e27ecf03dc9e01ee93f67afe", "min_ram": "0", "disk_format": "qcow2", "image_name": "CreateVolumeWithImageTests-66cd9d88-e92b-436e-9299-a13f8266a7b1-image", "image_id": "c19d3530-e459-42ce-ace6-6a417dd35165", "container_format": "bare", "min_disk": "0", "size": "12716032"}, "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "name": "CreateVolumeWithImageTests-66cd9d88-e92b-436e-9299-a13f8266a7b1-vol", "bootable": "true", "created_at": "2018-10-26T09:45:10.000000", "volume_type": null}} 2018-10-26 09:45:18,790 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18bb2b05f2004e9db6c4bf0426a09f06/volumes/ec76bf03-1dd8-4d0a-bc6e-e6139c074c78 used request id req-703e624b-b7e4-4196-bc8c-126b0b11bc16 2018-10-26 09:45:18,791 - create_volume - DEBUG - Instance status is - deleting 2018-10-26 09:45:18,791 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-10-26 09:45:21,794 - create_volume - DEBUG - Volume status query timeout in 56.7896177769 2018-10-26 09:45:21,797 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18bb2b05f2004e9db6c4bf0426a09f06/volumes/ec76bf03-1dd8-4d0a-bc6e-e6139c074c78 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0a626ada-59ba-4759-8fe1-567f1ff8a69c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40edca23422ab07501bcd7b7c9adb933c30e20e1" 2018-10-26 09:45:21,834 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 09:45:21 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-2096bd63-1b09-4978-86d1-876450328603 x-openstack-request-id: req-2096bd63-1b09-4978-86d1-876450328603 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume ec76bf03-1dd8-4d0a-bc6e-e6139c074c78 could not be found.", "code": 404}} 2018-10-26 09:45:21,834 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18bb2b05f2004e9db6c4bf0426a09f06/volumes/ec76bf03-1dd8-4d0a-bc6e-e6139c074c78 used request id req-2096bd63-1b09-4978-86d1-876450328603 2018-10-26 09:45:21,834 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume ec76bf03-1dd8-4d0a-bc6e-e6139c074c78 could not be found. (HTTP 404) (Request-ID: req-2096bd63-1b09-4978-86d1-876450328603) 2018-10-26 09:45:21,835 - create_volume - INFO - Volume has been properly deleted with name - CreateVolumeWithImageTests-66cd9d88-e92b-436e-9299-a13f8266a7b1-vol 2018-10-26 09:45:21,835 - glance_utils - INFO - Deleting image named - CreateVolumeWithImageTests-66cd9d88-e92b-436e-9299-a13f8266a7b1-image 2018-10-26 09:45:21,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/c19d3530-e459-42ce-ace6-6a417dd35165 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0886c1bab16c5505f609623d6077753681fb7ba5" 2018-10-26 09:45:23,183 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-04fe410c-0428-4fd2-9ab6-c37fb041fb78 Date: Fri, 26 Oct 2018 09:45: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-26 09:45:23,183 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/c19d3530-e459-42ce-ace6-6a417dd35165 used request id req-04fe410c-0428-4fd2-9ab6-c37fb041fb78 2018-10-26 09:45:23,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40942eaa95d0c6030f4f1951e0993acde9ebc828" 2018-10-26 09:45:23,429 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-78736c91-5c64-4e50-ab90-315dea45884d Date: Fri, 26 Oct 2018 09:45:23 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:45:23,429 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-78736c91-5c64-4e50-ab90-315dea45884d 2018-10-26 09:45:23,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40942eaa95d0c6030f4f1951e0993acde9ebc828" 2018-10-26 09:45:23,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:45:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b16c04a-f22b-4fed-be1b-3b472416929a 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:45:23,524 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-5b16c04a-f22b-4fed-be1b-3b472416929a 2018-10-26 09:45:23,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40942eaa95d0c6030f4f1951e0993acde9ebc828" 2018-10-26 09:45:23,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:45:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ded9ecac-9bb2-4c58-ba0b-00a685225bf8 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:45:23,614 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-ded9ecac-9bb2-4c58-ba0b-00a685225bf8 2018-10-26 09:45:23,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40942eaa95d0c6030f4f1951e0993acde9ebc828" 2018-10-26 09:45:23,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:45:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcadbf3b-290a-44e2-9c39-9158df4bbc6d 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:45:23,700 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-fcadbf3b-290a-44e2-9c39-9158df4bbc6d 2018-10-26 09:45:23,701 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithImageTests-60097445-deb4-482-proj 2018-10-26 09:45:23,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/18bb2b05f2004e9db6c4bf0426a09f06 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40942eaa95d0c6030f4f1951e0993acde9ebc828" 2018-10-26 09:45:23,932 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:45:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ffbbc9ee-59b5-479b-8417-db8c2c335955 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:45:23,933 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/18bb2b05f2004e9db6c4bf0426a09f06 used request id req-ffbbc9ee-59b5-479b-8417-db8c2c335955 2018-10-26 09:45:23,933 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithImageTests-60097445-deb4-482-proj-role 2018-10-26 09:45:23,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/6dc1051fc6ec459aa73946220958718c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40942eaa95d0c6030f4f1951e0993acde9ebc828" 2018-10-26 09:45:24,055 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:45:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8e1655bc-47b0-447c-977a-804593a26033 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:45:24,055 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/6dc1051fc6ec459aa73946220958718c used request id req-8e1655bc-47b0-447c-977a-804593a26033 2018-10-26 09:45:24,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40942eaa95d0c6030f4f1951e0993acde9ebc828" 2018-10-26 09:45:24,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:45:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-444900cd-3ebe-4c26-a942-992ba9a86b67 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:45:24,142 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-444900cd-3ebe-4c26-a942-992ba9a86b67 2018-10-26 09:45:24,143 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithImageTests-60097445-deb4-482-user 2018-10-26 09:45:24,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/0bfec588b37242a2b9744462213959f9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14e59c2ca704b0bd8180bb84bddd324e9d039505" 2018-10-26 09:45:24,332 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:45:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-730bac51-3edf-484c-9f41-b3a1ae21a785 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:45:24,332 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/0bfec588b37242a2b9744462213959f9 used request id req-730bac51-3edf-484c-9f41-b3a1ae21a785 2018-10-26 09:45:24,334 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:45:24,716 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:45:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["nggCgzOWTHWR-8cRSQpcVw"], "issued_at": "2018-10-26T09:45:24.000000Z"}} 2018-10-26 09:45:24,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f01ba6744f1fd9aa4583c076ac679b9f3d813a8e" 2018-10-26 09:45:24,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:45:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f822384e-76e3-4842-9b80-696cf70df0e2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:45:24,796 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f822384e-76e3-4842-9b80-696cf70df0e2 2018-10-26 09:45:24,798 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:45:24,799 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:45:25,274 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:45:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["npXHIihgQtqQuvdtbNsejA"], "issued_at": "2018-10-26T09:45:25.000000Z"}} 2018-10-26 09:45:25,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3d168ef054d58ee95912a202a9e8f0e1bbdcf33" 2018-10-26 09:45:25,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:45:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3d0ecb4-8726-49bc-b2c1-e4e356845a75 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:45:25,360 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c3d0ecb4-8726-49bc-b2c1-e4e356845a75 2018-10-26 09:45:25,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:45:25,370 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:45: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:45:25,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-98a77760-a127-453-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3d168ef054d58ee95912a202a9e8f0e1bbdcf33" 2018-10-26 09:45:25,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:45:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1aeaeaa-0eaa-4130-9fb9-ca66207112fb Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-98a77760-a127-453-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:45:25,462 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-98a77760-a127-453-proj used request id req-c1aeaeaa-0eaa-4130-9fb9-ca66207112fb 2018-10-26 09:45:25,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3d168ef054d58ee95912a202a9e8f0e1bbdcf33" 2018-10-26 09:45:25,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:45:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-903ef3ad-5fbc-4af6-91d3-a84c7c8cc6f1 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:45:25,555 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-903ef3ad-5fbc-4af6-91d3-a84c7c8cc6f1 2018-10-26 09:45:25,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3d168ef054d58ee95912a202a9e8f0e1bbdcf33" -d '{"project": {"enabled": true, "domain_id": "default", "name": "SimpleHealthCheck-98a77760-a127-453-proj"}}' 2018-10-26 09:45:25,672 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:45:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6d7b8589-0c44-45dd-8623-fcd735ccc7c4 Content-Length: 302 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/5ef946f68f894058be4f65d8e2bfa776"}, "enabled": true, "id": "5ef946f68f894058be4f65d8e2bfa776", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-98a77760-a127-453-proj"}} 2018-10-26 09:45:25,672 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-6d7b8589-0c44-45dd-8623-fcd735ccc7c4 2018-10-26 09:45:25,672 - keystone_utils - INFO - Created project with name - SimpleHealthCheck-98a77760-a127-453-proj 2018-10-26 09:45:25,672 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:45:25,673 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:45:26,061 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:45:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["dJKFVUpnTs-0GMWdHjzmlg"], "issued_at": "2018-10-26T09:45:26.000000Z"}} 2018-10-26 09:45:26,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe4f95d90a8b778f854689272336f420ed9ca13" 2018-10-26 09:45:26,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:45:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ce78208-f7e3-40d9-a910-27fc5594b1a1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:45:26,145 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-0ce78208-f7e3-40d9-a910-27fc5594b1a1 2018-10-26 09:45:26,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:45:26,156 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:45: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:45:26,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe4f95d90a8b778f854689272336f420ed9ca13" 2018-10-26 09:45:26,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:45:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b22e9097-1829-4402-ba83-b125423accf7 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:45:26,260 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-b22e9097-1829-4402-ba83-b125423accf7 2018-10-26 09:45:26,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=SimpleHealthCheck-98a77760-a127-453-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe4f95d90a8b778f854689272336f420ed9ca13" 2018-10-26 09:45:26,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:45:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db02f4a4-a8a7-4df7-a6a7-d5e4f406cf4d Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=SimpleHealthCheck-98a77760-a127-453-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/5ef946f68f894058be4f65d8e2bfa776"}, "enabled": true, "id": "5ef946f68f894058be4f65d8e2bfa776", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-98a77760-a127-453-proj"}]} 2018-10-26 09:45:26,351 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=SimpleHealthCheck-98a77760-a127-453-proj used request id req-db02f4a4-a8a7-4df7-a6a7-d5e4f406cf4d 2018-10-26 09:45:26,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe4f95d90a8b778f854689272336f420ed9ca13" 2018-10-26 09:45:26,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:45:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37f55d92-0bfe-4eff-89fd-cb8506dba4cc Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:45:26,438 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-37f55d92-0bfe-4eff-89fd-cb8506dba4cc 2018-10-26 09:45:26,901 - keystone_utils - INFO - Created user with name - SimpleHealthCheck-98a77760-a127-453-user 2018-10-26 09:45:26,901 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:45:26,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3d168ef054d58ee95912a202a9e8f0e1bbdcf33" 2018-10-26 09:45:27,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:45:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e90c9a9-ca79-4e7c-80ac-2a0d26154fbd Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:45:27,001 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-3e90c9a9-ca79-4e7c-80ac-2a0d26154fbd 2018-10-26 09:45:27,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3d168ef054d58ee95912a202a9e8f0e1bbdcf33" -d '{"role": {"name": "SimpleHealthCheck-98a77760-a127-453-proj-role"}}' 2018-10-26 09:45:27,111 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:45:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a6263ba4-923a-471c-8ebb-732f68d8db45 Content-Length: 216 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "572f6f0058764379a0b194884e6583a8", "links": {"self": "http://172.30.9.21:5000/v3/roles/572f6f0058764379a0b194884e6583a8"}, "name": "SimpleHealthCheck-98a77760-a127-453-proj-role"}} 2018-10-26 09:45:27,111 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-a6263ba4-923a-471c-8ebb-732f68d8db45 2018-10-26 09:45:27,111 - keystone_utils - INFO - Created role with name - SimpleHealthCheck-98a77760-a127-453-proj-role 2018-10-26 09:45:27,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/572f6f0058764379a0b194884e6583a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3d168ef054d58ee95912a202a9e8f0e1bbdcf33" 2018-10-26 09:45:27,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:45:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d9eb100-dc9b-410e-ab29-08f84ccaa00e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/572f6f0058764379a0b194884e6583a8"}, "domain_id": null, "name": "SimpleHealthCheck-98a77760-a127-453-proj-role", "id": "572f6f0058764379a0b194884e6583a8"}} 2018-10-26 09:45:27,205 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/572f6f0058764379a0b194884e6583a8 used request id req-0d9eb100-dc9b-410e-ab29-08f84ccaa00e 2018-10-26 09:45:27,205 - keystone_utils - INFO - Granting role SimpleHealthCheck-98a77760-a127-453-proj-role to project SimpleHealthCheck-98a77760-a127-453-proj 2018-10-26 09:45:27,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/5ef946f68f894058be4f65d8e2bfa776/users/b1bfc419f04e461c9e8508e91706fad4/roles/572f6f0058764379a0b194884e6583a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3d168ef054d58ee95912a202a9e8f0e1bbdcf33" 2018-10-26 09:45:27,351 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:45:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-15940cba-621e-4a19-aac6-11f507d9d511 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:45:27,351 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/5ef946f68f894058be4f65d8e2bfa776/users/b1bfc419f04e461c9e8508e91706fad4/roles/572f6f0058764379a0b194884e6583a8 used request id req-15940cba-621e-4a19-aac6-11f507d9d511 2018-10-26 09:45:27,351 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:45:27,353 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-26 09:45:27,353 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:45:27,354 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:45:27,720 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "572f6f0058764379a0b194884e6583a8", "name": "SimpleHealthCheck-98a77760-a127-453-proj-role"}], "expires_at": "2018-10-26T10:45:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5ef946f68f894058be4f65d8e2bfa776", "name": "SimpleHealthCheck-98a77760-a127-453-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/5ef946f68f894058be4f65d8e2bfa776", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/5ef946f68f894058be4f65d8e2bfa776", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/5ef946f68f894058be4f65d8e2bfa776", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/5ef946f68f894058be4f65d8e2bfa776", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/5ef946f68f894058be4f65d8e2bfa776", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/5ef946f68f894058be4f65d8e2bfa776", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/5ef946f68f894058be4f65d8e2bfa776", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/5ef946f68f894058be4f65d8e2bfa776", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/5ef946f68f894058be4f65d8e2bfa776", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/5ef946f68f894058be4f65d8e2bfa776", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/5ef946f68f894058be4f65d8e2bfa776", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/5ef946f68f894058be4f65d8e2bfa776", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-98a77760-a127-453-user", "id": "b1bfc419f04e461c9e8508e91706fad4"}, "audit_ids": ["JIfHZvTyRIeDiKDYc-A-Aw"], "issued_at": "2018-10-26T09:45:27.000000Z"}} 2018-10-26 09:45:27,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70497462fb59e964531b47d9681ad6fc2640280c" 2018-10-26 09:45:27,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:45:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-076e28e0-9e8d-4cb2-a4ba-60319c9522e3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:45:27,794 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-076e28e0-9e8d-4cb2-a4ba-60319c9522e3 2018-10-26 09:45:27,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}70497462fb59e964531b47d9681ad6fc2640280c" 2018-10-26 09:45:28,064 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-cbb6f373-3403-426c-9d5a-fcea6d1d48d0 Date: Fri, 26 Oct 2018 09:45:28 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-image"} 2018-10-26 09:45:28,064 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-image used request id req-cbb6f373-3403-426c-9d5a-fcea6d1d48d0 2018-10-26 09:45:28,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}70497462fb59e964531b47d9681ad6fc2640280c" 2018-10-26 09:45:28,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-36569a23-eef6-45bf-b906-56a3d20c466b Date: Fri, 26 Oct 2018 09:45: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-26 09:45:28,227 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-36569a23-eef6-45bf-b906-56a3d20c466b 2018-10-26 09:45:28,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}70497462fb59e964531b47d9681ad6fc2640280c" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-image"}' 2018-10-26 09:45:28,442 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/8e5b2459-5c8e-4c48-86b6-56ef0eed2beb X-Openstack-Request-Id: req-2a7110d4-0fde-40df-8668-5114ab097468 Date: Fri, 26 Oct 2018 09:45:28 GMT RESP BODY: {"status": "queued", "name": "SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:45:28Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-26T09:45:28Z", "visibility": "shared", "locations": [], "self": "/v2/images/8e5b2459-5c8e-4c48-86b6-56ef0eed2beb", "min_disk": 0, "protected": false, "id": "8e5b2459-5c8e-4c48-86b6-56ef0eed2beb", "file": "/v2/images/8e5b2459-5c8e-4c48-86b6-56ef0eed2beb/file", "checksum": null, "owner": "5ef946f68f894058be4f65d8e2bfa776", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:45:28,442 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-2a7110d4-0fde-40df-8668-5114ab097468 2018-10-26 09:45:28,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/8e5b2459-5c8e-4c48-86b6-56ef0eed2beb/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}70497462fb59e964531b47d9681ad6fc2640280c" -d '' 2018-10-26 09:45:29,580 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9aef12db-61c6-473c-8196-fad044985ce6 Date: Fri, 26 Oct 2018 09:45: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-26 09:45:29,580 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/8e5b2459-5c8e-4c48-86b6-56ef0eed2beb/file used request id req-9aef12db-61c6-473c-8196-fad044985ce6 2018-10-26 09:45:29,580 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 09:45:29,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/8e5b2459-5c8e-4c48-86b6-56ef0eed2beb -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}70497462fb59e964531b47d9681ad6fc2640280c" 2018-10-26 09:45:29,746 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-2d62ffb2-5258-490d-8747-d1de517c718f Date: Fri, 26 Oct 2018 09:45:29 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:45:28Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:45:29Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/8e5b2459-5c8e-4c48-86b6-56ef0eed2beb/snap", "metadata": {}}], "self": "/v2/images/8e5b2459-5c8e-4c48-86b6-56ef0eed2beb", "min_disk": 0, "protected": false, "id": "8e5b2459-5c8e-4c48-86b6-56ef0eed2beb", "file": "/v2/images/8e5b2459-5c8e-4c48-86b6-56ef0eed2beb/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "5ef946f68f894058be4f65d8e2bfa776", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/8e5b2459-5c8e-4c48-86b6-56ef0eed2beb/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:45:29,746 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/8e5b2459-5c8e-4c48-86b6-56ef0eed2beb used request id req-2d62ffb2-5258-490d-8747-d1de517c718f 2018-10-26 09:45:29,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}70497462fb59e964531b47d9681ad6fc2640280c" 2018-10-26 09:45:29,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-8ceff212-4f90-4580-9681-fb1dc87bde97 Date: Fri, 26 Oct 2018 09:45: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-26 09:45:29,997 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-8ceff212-4f90-4580-9681-fb1dc87bde97 2018-10-26 09:45:30,000 - create_image - INFO - Created image with name - SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-image 2018-10-26 09:45:30,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/8e5b2459-5c8e-4c48-86b6-56ef0eed2beb -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}70497462fb59e964531b47d9681ad6fc2640280c" 2018-10-26 09:45:30,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-07013846-13e2-4fe3-bae0-d5630cc394b9 Date: Fri, 26 Oct 2018 09:45:30 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:45:28Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:45:29Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/8e5b2459-5c8e-4c48-86b6-56ef0eed2beb/snap", "metadata": {}}], "self": "/v2/images/8e5b2459-5c8e-4c48-86b6-56ef0eed2beb", "min_disk": 0, "protected": false, "id": "8e5b2459-5c8e-4c48-86b6-56ef0eed2beb", "file": "/v2/images/8e5b2459-5c8e-4c48-86b6-56ef0eed2beb/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "5ef946f68f894058be4f65d8e2bfa776", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/8e5b2459-5c8e-4c48-86b6-56ef0eed2beb/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:45:30,165 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/8e5b2459-5c8e-4c48-86b6-56ef0eed2beb used request id req-07013846-13e2-4fe3-bae0-d5630cc394b9 2018-10-26 09:45:30,165 - create_image - DEBUG - Instance status is - active 2018-10-26 09:45:30,165 - create_image - DEBUG - Image is active with name - SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-image 2018-10-26 09:45:30,165 - create_image - INFO - Image is now active with name - SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-image 2018-10-26 09:45:30,166 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:45:30,167 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:45:30,541 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "572f6f0058764379a0b194884e6583a8", "name": "SimpleHealthCheck-98a77760-a127-453-proj-role"}], "expires_at": "2018-10-26T10:45:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5ef946f68f894058be4f65d8e2bfa776", "name": "SimpleHealthCheck-98a77760-a127-453-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/5ef946f68f894058be4f65d8e2bfa776", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/5ef946f68f894058be4f65d8e2bfa776", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/5ef946f68f894058be4f65d8e2bfa776", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/5ef946f68f894058be4f65d8e2bfa776", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/5ef946f68f894058be4f65d8e2bfa776", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/5ef946f68f894058be4f65d8e2bfa776", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/5ef946f68f894058be4f65d8e2bfa776", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/5ef946f68f894058be4f65d8e2bfa776", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/5ef946f68f894058be4f65d8e2bfa776", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/5ef946f68f894058be4f65d8e2bfa776", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/5ef946f68f894058be4f65d8e2bfa776", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/5ef946f68f894058be4f65d8e2bfa776", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-98a77760-a127-453-user", "id": "b1bfc419f04e461c9e8508e91706fad4"}, "audit_ids": ["jK4UgG3VQ9aHwexG7veFXg"], "issued_at": "2018-10-26T09:45:30.000000Z"}} 2018-10-26 09:45:30,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d49b754fe7ba19f48c64b11ca0431f097f663233" 2018-10-26 09:45:30,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:45:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba3f21c9-8870-4cce-87be-97ff8344e894 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:45:30,610 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ba3f21c9-8870-4cce-87be-97ff8344e894 2018-10-26 09:45:30,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d49b754fe7ba19f48c64b11ca0431f097f663233" 2018-10-26 09:45:30,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-076eb0b1-8d75-4d72-b205-36b7e5ca7e0a Date: Fri, 26 Oct 2018 09:45:30 GMT RESP BODY: {"networks":[]} 2018-10-26 09:45:30,795 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-priv-net used request id req-076eb0b1-8d75-4d72-b205-36b7e5ca7e0a 2018-10-26 09:45:30,795 - neutron_utils - INFO - Creating network with name SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-priv-net 2018-10-26 09:45:30,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d49b754fe7ba19f48c64b11ca0431f097f663233" -d '{"network": {"name": "SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-priv-net", "admin_state_up": true}}' 2018-10-26 09:45:31,318 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-1ebdc829-970c-41a2-9686-635e7176c9ae Date: Fri, 26 Oct 2018 09:45:31 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"8ef0d3a4-c033-4d12-ae8a-28d3214c2dd4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5ef946f68f894058be4f65d8e2bfa776","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T09:45:31Z","is_default":false,"name":"SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-priv-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"5ef946f68f894058be4f65d8e2bfa776","created_at":"2018-10-26T09:45:31Z","mtu":1450}} 2018-10-26 09:45:31,318 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-1ebdc829-970c-41a2-9686-635e7176c9ae 2018-10-26 09:45:31,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=8ef0d3a4-c033-4d12-ae8a-28d3214c2dd4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d49b754fe7ba19f48c64b11ca0431f097f663233" 2018-10-26 09:45:31,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 605 X-Openstack-Request-Id: req-9f2501ee-b4e1-487c-b675-5204985394f2 Date: Fri, 26 Oct 2018 09:45:31 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-26T09:45:31Z","tenant_id":"5ef946f68f894058be4f65d8e2bfa776","created_at":"2018-10-26T09:45:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"5ef946f68f894058be4f65d8e2bfa776","id":"8ef0d3a4-c033-4d12-ae8a-28d3214c2dd4","name":"SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-priv-net"}]} 2018-10-26 09:45:31,545 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=8ef0d3a4-c033-4d12-ae8a-28d3214c2dd4 used request id req-9f2501ee-b4e1-487c-b675-5204985394f2 2018-10-26 09:45:31,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=8ef0d3a4-c033-4d12-ae8a-28d3214c2dd4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d49b754fe7ba19f48c64b11ca0431f097f663233" 2018-10-26 09:45:31,726 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-95b547d8-0e4f-490b-82a4-805247085ee8 Date: Fri, 26 Oct 2018 09:45:31 GMT RESP BODY: {"subnets":[]} 2018-10-26 09:45:31,726 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=8ef0d3a4-c033-4d12-ae8a-28d3214c2dd4 used request id req-95b547d8-0e4f-490b-82a4-805247085ee8 2018-10-26 09:45:31,726 - neutron_utils - INFO - Creating subnet with name SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-priv-subnet 2018-10-26 09:45:31,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d49b754fe7ba19f48c64b11ca0431f097f663233" -d '{"subnets": [{"ip_version": 4, "network_id": "8ef0d3a4-c033-4d12-ae8a-28d3214c2dd4", "cidr": "10.55.0.0/24", "name": "SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-priv-subnet"}]}' 2018-10-26 09:45:32,490 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-08d89967-bfc7-4aa8-83cd-59841d99f7d6 Date: Fri, 26 Oct 2018 09:45:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8ef0d3a4-c033-4d12-ae8a-28d3214c2dd4","tenant_id":"5ef946f68f894058be4f65d8e2bfa776","created_at":"2018-10-26T09:45:32Z","dns_nameservers":[],"updated_at":"2018-10-26T09:45: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":"5ef946f68f894058be4f65d8e2bfa776","id":"4799080a-32fa-4952-9033-c5b12c02d5dc","subnetpool_id":null,"name":"SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-priv-subnet"}]} 2018-10-26 09:45:32,491 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-08d89967-bfc7-4aa8-83cd-59841d99f7d6 2018-10-26 09:45:32,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=8ef0d3a4-c033-4d12-ae8a-28d3214c2dd4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d49b754fe7ba19f48c64b11ca0431f097f663233" 2018-10-26 09:45:32,733 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-b59b0a84-c75f-40d4-937f-601af96b6b29 Date: Fri, 26 Oct 2018 09:45: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":["4799080a-32fa-4952-9033-c5b12c02d5dc"],"updated_at":"2018-10-26T09:45:32Z","tenant_id":"5ef946f68f894058be4f65d8e2bfa776","created_at":"2018-10-26T09:45:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5ef946f68f894058be4f65d8e2bfa776","id":"8ef0d3a4-c033-4d12-ae8a-28d3214c2dd4","name":"SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-priv-net"}]} 2018-10-26 09:45:32,733 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=8ef0d3a4-c033-4d12-ae8a-28d3214c2dd4 used request id req-b59b0a84-c75f-40d4-937f-601af96b6b29 2018-10-26 09:45:32,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=8ef0d3a4-c033-4d12-ae8a-28d3214c2dd4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d49b754fe7ba19f48c64b11ca0431f097f663233" 2018-10-26 09:45:32,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-2be8b6f7-aeed-4556-9b81-c436fde43803 Date: Fri, 26 Oct 2018 09:45:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8ef0d3a4-c033-4d12-ae8a-28d3214c2dd4","tenant_id":"5ef946f68f894058be4f65d8e2bfa776","created_at":"2018-10-26T09:45:32Z","dns_nameservers":[],"updated_at":"2018-10-26T09:45: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":"5ef946f68f894058be4f65d8e2bfa776","id":"4799080a-32fa-4952-9033-c5b12c02d5dc","subnetpool_id":null,"name":"SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-priv-subnet"}]} 2018-10-26 09:45:32,795 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=8ef0d3a4-c033-4d12-ae8a-28d3214c2dd4 used request id req-2be8b6f7-aeed-4556-9b81-c436fde43803 2018-10-26 09:45:32,795 - OpenStackNetwork - DEBUG - Network [8ef0d3a4-c033-4d12-ae8a-28d3214c2dd4] created successfully 2018-10-26 09:45:32,796 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:45:32,796 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:45:33,189 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:45:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["tiGnXxb-QYqNdCedHoou8Q"], "issued_at": "2018-10-26T09:45:33.000000Z"}} 2018-10-26 09:45:33,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d26967be5bf32f39af8accbddf6472f13d2edfc8" 2018-10-26 09:45:33,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:45:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2edb7dbc-c681-4a74-8251-489f248e84f9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:45:33,282 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-2edb7dbc-c681-4a74-8251-489f248e84f9 2018-10-26 09:45:33,283 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:45:33,288 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d26967be5bf32f39af8accbddf6472f13d2edfc8" 2018-10-26 09:45:33,487 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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-72665c79-cb62-41ec-a8c4-af4efa093556 x-compute-request-id: req-72665c79-cb62-41ec-a8c4-af4efa093556 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-26 09:45:33,487 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-72665c79-cb62-41ec-a8c4-af4efa093556 2018-10-26 09:45:33,490 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d26967be5bf32f39af8accbddf6472f13d2edfc8" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-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-26 09:45:33,566 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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,Accept-Encoding x-openstack-request-id: req-caad5eaa-a4e4-464f-a1c7-e794fb2980a7 x-compute-request-id: req-caad5eaa-a4e4-464f-a1c7-e794fb2980a7 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/bd421393-62cd-4237-9ea1-7e94e170042e", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/bd421393-62cd-4237-9ea1-7e94e170042e", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "bd421393-62cd-4237-9ea1-7e94e170042e", "name": "SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 09:45:33,566 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-caad5eaa-a4e4-464f-a1c7-e794fb2980a7 2018-10-26 09:45:33,567 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:45:33,568 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:45:33,941 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "572f6f0058764379a0b194884e6583a8", "name": "SimpleHealthCheck-98a77760-a127-453-proj-role"}], "expires_at": "2018-10-26T10:45:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5ef946f68f894058be4f65d8e2bfa776", "name": "SimpleHealthCheck-98a77760-a127-453-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/5ef946f68f894058be4f65d8e2bfa776", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/5ef946f68f894058be4f65d8e2bfa776", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/5ef946f68f894058be4f65d8e2bfa776", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/5ef946f68f894058be4f65d8e2bfa776", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/5ef946f68f894058be4f65d8e2bfa776", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/5ef946f68f894058be4f65d8e2bfa776", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/5ef946f68f894058be4f65d8e2bfa776", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/5ef946f68f894058be4f65d8e2bfa776", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/5ef946f68f894058be4f65d8e2bfa776", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/5ef946f68f894058be4f65d8e2bfa776", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/5ef946f68f894058be4f65d8e2bfa776", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/5ef946f68f894058be4f65d8e2bfa776", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-98a77760-a127-453-user", "id": "b1bfc419f04e461c9e8508e91706fad4"}, "audit_ids": ["L90WU6HbTr2TWtkM6NvwNg"], "issued_at": "2018-10-26T09:45:33.000000Z"}} 2018-10-26 09:45:33,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ed8a6c5df56adb53c39e6d08fa10a7ddc76911" 2018-10-26 09:45:34,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:45:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-655d307a-4307-4305-bd72-3326f87d67f2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:45:34,018 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-655d307a-4307-4305-bd72-3326f87d67f2 2018-10-26 09:45:34,020 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:45:34,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ed8a6c5df56adb53c39e6d08fa10a7ddc76911" 2018-10-26 09:45:34,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:45:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35036d13-e4fb-4f1c-ac03-8eaeeed4dffc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:45:34,102 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-35036d13-e4fb-4f1c-ac03-8eaeeed4dffc 2018-10-26 09:45:34,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ed8a6c5df56adb53c39e6d08fa10a7ddc76911" 2018-10-26 09:45:34,360 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-ce2942c8-fffd-4879-806a-21906a153732 Date: Fri, 26 Oct 2018 09:45: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":["4799080a-32fa-4952-9033-c5b12c02d5dc"],"updated_at":"2018-10-26T09:45:32Z","tenant_id":"5ef946f68f894058be4f65d8e2bfa776","created_at":"2018-10-26T09:45:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5ef946f68f894058be4f65d8e2bfa776","id":"8ef0d3a4-c033-4d12-ae8a-28d3214c2dd4","name":"SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-priv-net"}]} 2018-10-26 09:45:34,361 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-priv-net used request id req-ce2942c8-fffd-4879-806a-21906a153732 2018-10-26 09:45:34,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:45:34,369 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:45: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:45:34,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5ef946f68f894058be4f65d8e2bfa776 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ed8a6c5df56adb53c39e6d08fa10a7ddc76911" 2018-10-26 09:45:34,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:45:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-740df6a9-681e-41f3-9f93-3c4cc2997e71 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/5ef946f68f894058be4f65d8e2bfa776"}, "enabled": true, "id": "5ef946f68f894058be4f65d8e2bfa776", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-98a77760-a127-453-proj"}} 2018-10-26 09:45:34,448 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5ef946f68f894058be4f65d8e2bfa776 used request id req-740df6a9-681e-41f3-9f93-3c4cc2997e71 2018-10-26 09:45:34,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=8ef0d3a4-c033-4d12-ae8a-28d3214c2dd4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ed8a6c5df56adb53c39e6d08fa10a7ddc76911" 2018-10-26 09:45:34,640 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-cfcd60c9-a943-49ac-8b7e-8c4719b61045 Date: Fri, 26 Oct 2018 09:45:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8ef0d3a4-c033-4d12-ae8a-28d3214c2dd4","tenant_id":"5ef946f68f894058be4f65d8e2bfa776","created_at":"2018-10-26T09:45:32Z","dns_nameservers":[],"updated_at":"2018-10-26T09:45: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":"5ef946f68f894058be4f65d8e2bfa776","id":"4799080a-32fa-4952-9033-c5b12c02d5dc","subnetpool_id":null,"name":"SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-priv-subnet"}]} 2018-10-26 09:45:34,640 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=8ef0d3a4-c033-4d12-ae8a-28d3214c2dd4 used request id req-cfcd60c9-a943-49ac-8b7e-8c4719b61045 2018-10-26 09:45:34,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=8ef0d3a4-c033-4d12-ae8a-28d3214c2dd4&name=SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09dport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ed8a6c5df56adb53c39e6d08fa10a7ddc76911" 2018-10-26 09:45:34,828 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-bb08857a-3b81-45a8-9498-bcc3fd82ff32 Date: Fri, 26 Oct 2018 09:45:34 GMT RESP BODY: {"ports":[]} 2018-10-26 09:45:34,828 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=8ef0d3a4-c033-4d12-ae8a-28d3214c2dd4&name=SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09dport-1&admin_state_up=True used request id req-bb08857a-3b81-45a8-9498-bcc3fd82ff32 2018-10-26 09:45:34,831 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ed8a6c5df56adb53c39e6d08fa10a7ddc76911" 2018-10-26 09:45:35,074 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:45: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-1e334c23-1a68-4362-a207-fd8c5a6b5d07 x-compute-request-id: req-1e334c23-1a68-4362-a207-fd8c5a6b5d07 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-26 09:45:35,074 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-inst used request id req-1e334c23-1a68-4362-a207-fd8c5a6b5d07 2018-10-26 09:45:35,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ed8a6c5df56adb53c39e6d08fa10a7ddc76911" 2018-10-26 09:45:35,322 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-45440ce1-2885-410a-b2d7-2d7d31c39cdb Date: Fri, 26 Oct 2018 09:45: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":["4799080a-32fa-4952-9033-c5b12c02d5dc"],"updated_at":"2018-10-26T09:45:32Z","tenant_id":"5ef946f68f894058be4f65d8e2bfa776","created_at":"2018-10-26T09:45:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5ef946f68f894058be4f65d8e2bfa776","id":"8ef0d3a4-c033-4d12-ae8a-28d3214c2dd4","name":"SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-priv-net"}]} 2018-10-26 09:45:35,322 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-priv-net used request id req-45440ce1-2885-410a-b2d7-2d7d31c39cdb 2018-10-26 09:45:35,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5ef946f68f894058be4f65d8e2bfa776 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ed8a6c5df56adb53c39e6d08fa10a7ddc76911" 2018-10-26 09:45:35,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:45:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ac1e6fa-4cef-45a5-8c30-0cab5e3d9c56 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/5ef946f68f894058be4f65d8e2bfa776"}, "enabled": true, "id": "5ef946f68f894058be4f65d8e2bfa776", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-98a77760-a127-453-proj"}} 2018-10-26 09:45:35,405 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5ef946f68f894058be4f65d8e2bfa776 used request id req-5ac1e6fa-4cef-45a5-8c30-0cab5e3d9c56 2018-10-26 09:45:35,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=8ef0d3a4-c033-4d12-ae8a-28d3214c2dd4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ed8a6c5df56adb53c39e6d08fa10a7ddc76911" 2018-10-26 09:45:35,613 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-508843fc-00c1-41e3-8ceb-6a421d4ccd39 Date: Fri, 26 Oct 2018 09:45:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8ef0d3a4-c033-4d12-ae8a-28d3214c2dd4","tenant_id":"5ef946f68f894058be4f65d8e2bfa776","created_at":"2018-10-26T09:45:32Z","dns_nameservers":[],"updated_at":"2018-10-26T09:45: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":"5ef946f68f894058be4f65d8e2bfa776","id":"4799080a-32fa-4952-9033-c5b12c02d5dc","subnetpool_id":null,"name":"SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-priv-subnet"}]} 2018-10-26 09:45:35,613 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=8ef0d3a4-c033-4d12-ae8a-28d3214c2dd4 used request id req-508843fc-00c1-41e3-8ceb-6a421d4ccd39 2018-10-26 09:45:35,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=8ef0d3a4-c033-4d12-ae8a-28d3214c2dd4&name=SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09dport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ed8a6c5df56adb53c39e6d08fa10a7ddc76911" 2018-10-26 09:45:35,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-e9c66999-30e0-4f24-8630-e5e103863db0 Date: Fri, 26 Oct 2018 09:45:35 GMT RESP BODY: {"ports":[]} 2018-10-26 09:45:35,791 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=8ef0d3a4-c033-4d12-ae8a-28d3214c2dd4&name=SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09dport-1&admin_state_up=True used request id req-e9c66999-30e0-4f24-8630-e5e103863db0 2018-10-26 09:45:35,791 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:45:35,792 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:45:36,171 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "572f6f0058764379a0b194884e6583a8", "name": "SimpleHealthCheck-98a77760-a127-453-proj-role"}], "expires_at": "2018-10-26T10:45:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5ef946f68f894058be4f65d8e2bfa776", "name": "SimpleHealthCheck-98a77760-a127-453-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/5ef946f68f894058be4f65d8e2bfa776", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/5ef946f68f894058be4f65d8e2bfa776", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/5ef946f68f894058be4f65d8e2bfa776", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/5ef946f68f894058be4f65d8e2bfa776", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/5ef946f68f894058be4f65d8e2bfa776", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/5ef946f68f894058be4f65d8e2bfa776", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/5ef946f68f894058be4f65d8e2bfa776", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/5ef946f68f894058be4f65d8e2bfa776", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/5ef946f68f894058be4f65d8e2bfa776", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/5ef946f68f894058be4f65d8e2bfa776", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/5ef946f68f894058be4f65d8e2bfa776", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/5ef946f68f894058be4f65d8e2bfa776", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-98a77760-a127-453-user", "id": "b1bfc419f04e461c9e8508e91706fad4"}, "audit_ids": ["eMYzALWBTuW1hL_QKmGKvA"], "issued_at": "2018-10-26T09:45:36.000000Z"}} 2018-10-26 09:45:36,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}368b9254ca3a0dc1f0ded075495191b66ad1c8ce" 2018-10-26 09:45:36,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:45:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bfa78da-f6e7-4a6e-8a18-3d76a1121c41 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:45:36,327 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-2bfa78da-f6e7-4a6e-8a18-3d76a1121c41 2018-10-26 09:45:36,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ed8a6c5df56adb53c39e6d08fa10a7ddc76911" 2018-10-26 09:45:36,580 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-987316ff-2368-413a-9532-387fe2a8f17d Date: Fri, 26 Oct 2018 09:45: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":["4799080a-32fa-4952-9033-c5b12c02d5dc"],"updated_at":"2018-10-26T09:45:32Z","tenant_id":"5ef946f68f894058be4f65d8e2bfa776","created_at":"2018-10-26T09:45:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5ef946f68f894058be4f65d8e2bfa776","id":"8ef0d3a4-c033-4d12-ae8a-28d3214c2dd4","name":"SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-priv-net"}]} 2018-10-26 09:45:36,580 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-priv-net used request id req-987316ff-2368-413a-9532-387fe2a8f17d 2018-10-26 09:45:36,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=8ef0d3a4-c033-4d12-ae8a-28d3214c2dd4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ed8a6c5df56adb53c39e6d08fa10a7ddc76911" 2018-10-26 09:45:36,780 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-61d4fdc1-9063-4b36-be24-ee8d3a15a06e Date: Fri, 26 Oct 2018 09:45:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8ef0d3a4-c033-4d12-ae8a-28d3214c2dd4","tenant_id":"5ef946f68f894058be4f65d8e2bfa776","created_at":"2018-10-26T09:45:32Z","dns_nameservers":[],"updated_at":"2018-10-26T09:45: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":"5ef946f68f894058be4f65d8e2bfa776","id":"4799080a-32fa-4952-9033-c5b12c02d5dc","subnetpool_id":null,"name":"SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-priv-subnet"}]} 2018-10-26 09:45:36,780 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=8ef0d3a4-c033-4d12-ae8a-28d3214c2dd4 used request id req-61d4fdc1-9063-4b36-be24-ee8d3a15a06e 2018-10-26 09:45:36,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ed8a6c5df56adb53c39e6d08fa10a7ddc76911" 2018-10-26 09:45:37,022 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-0772e634-43d9-4ffa-87bd-136668ddb7bb Date: Fri, 26 Oct 2018 09:45: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":["4799080a-32fa-4952-9033-c5b12c02d5dc"],"updated_at":"2018-10-26T09:45:32Z","tenant_id":"5ef946f68f894058be4f65d8e2bfa776","created_at":"2018-10-26T09:45:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5ef946f68f894058be4f65d8e2bfa776","id":"8ef0d3a4-c033-4d12-ae8a-28d3214c2dd4","name":"SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-priv-net"}]} 2018-10-26 09:45:37,022 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-priv-net used request id req-0772e634-43d9-4ffa-87bd-136668ddb7bb 2018-10-26 09:45:37,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:45:37,031 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:45: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:45:37,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5ef946f68f894058be4f65d8e2bfa776 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}368b9254ca3a0dc1f0ded075495191b66ad1c8ce" 2018-10-26 09:45:37,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:45:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b64dd04c-c138-4338-8de0-9d13e67b4d01 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/5ef946f68f894058be4f65d8e2bfa776"}, "enabled": true, "id": "5ef946f68f894058be4f65d8e2bfa776", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-98a77760-a127-453-proj"}} 2018-10-26 09:45:37,105 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5ef946f68f894058be4f65d8e2bfa776 used request id req-b64dd04c-c138-4338-8de0-9d13e67b4d01 2018-10-26 09:45:37,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=8ef0d3a4-c033-4d12-ae8a-28d3214c2dd4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ed8a6c5df56adb53c39e6d08fa10a7ddc76911" 2018-10-26 09:45:37,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-701b4a95-b635-49b2-a767-a3c586f09568 Date: Fri, 26 Oct 2018 09:45:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8ef0d3a4-c033-4d12-ae8a-28d3214c2dd4","tenant_id":"5ef946f68f894058be4f65d8e2bfa776","created_at":"2018-10-26T09:45:32Z","dns_nameservers":[],"updated_at":"2018-10-26T09:45: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":"5ef946f68f894058be4f65d8e2bfa776","id":"4799080a-32fa-4952-9033-c5b12c02d5dc","subnetpool_id":null,"name":"SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-priv-subnet"}]} 2018-10-26 09:45:37,313 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=8ef0d3a4-c033-4d12-ae8a-28d3214c2dd4 used request id req-701b4a95-b635-49b2-a767-a3c586f09568 2018-10-26 09:45:37,314 - neutron_utils - INFO - Creating port for network with name - SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-priv-net 2018-10-26 09:45:37,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ed8a6c5df56adb53c39e6d08fa10a7ddc76911" -d '{"port": {"network_id": "8ef0d3a4-c033-4d12-ae8a-28d3214c2dd4", "name": "SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09dport-1", "admin_state_up": true}}' 2018-10-26 09:45:38,251 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 773 X-Openstack-Request-Id: req-8d2d8a24-8666-4686-98e4-3b13fdeb0629 Date: Fri, 26 Oct 2018 09:45:38 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:45:37Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4799080a-32fa-4952-9033-c5b12c02d5dc","ip_address":"10.55.0.5"}],"id":"a6d9e86f-bae5-4223-9853-7f072aa1d368","security_groups":["2b113dba-0f23-42ff-a08f-71f0d2aa5d7f"],"mac_address":"fa:16:3e:ff:0e:0b","device_id":"","status":"DOWN","description":"","tags":[],"name":"SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09dport-1","project_id":"5ef946f68f894058be4f65d8e2bfa776","qos_policy_id":null,"admin_state_up":true,"network_id":"8ef0d3a4-c033-4d12-ae8a-28d3214c2dd4","tenant_id":"5ef946f68f894058be4f65d8e2bfa776","created_at":"2018-10-26T09:45:37Z","binding:vnic_type":"normal"}} 2018-10-26 09:45:38,251 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-8d2d8a24-8666-4686-98e4-3b13fdeb0629 2018-10-26 09:45:38,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ed8a6c5df56adb53c39e6d08fa10a7ddc76911" 2018-10-26 09:45:38,358 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-e182f0ab-81ed-4d0b-8d3f-9b7295c72f33 Date: Fri, 26 Oct 2018 09:45: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":["4799080a-32fa-4952-9033-c5b12c02d5dc"],"updated_at":"2018-10-26T09:45:32Z","tenant_id":"5ef946f68f894058be4f65d8e2bfa776","created_at":"2018-10-26T09:45:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5ef946f68f894058be4f65d8e2bfa776","id":"8ef0d3a4-c033-4d12-ae8a-28d3214c2dd4","name":"SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-priv-net"}]} 2018-10-26 09:45:38,358 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-priv-net used request id req-e182f0ab-81ed-4d0b-8d3f-9b7295c72f33 2018-10-26 09:45:38,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5ef946f68f894058be4f65d8e2bfa776 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ed8a6c5df56adb53c39e6d08fa10a7ddc76911" 2018-10-26 09:45:38,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:45:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9745847-f56b-445c-ae4a-9e410392d3c3 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/5ef946f68f894058be4f65d8e2bfa776"}, "enabled": true, "id": "5ef946f68f894058be4f65d8e2bfa776", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-98a77760-a127-453-proj"}} 2018-10-26 09:45:38,441 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5ef946f68f894058be4f65d8e2bfa776 used request id req-b9745847-f56b-445c-ae4a-9e410392d3c3 2018-10-26 09:45:38,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=8ef0d3a4-c033-4d12-ae8a-28d3214c2dd4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ed8a6c5df56adb53c39e6d08fa10a7ddc76911" 2018-10-26 09:45:38,651 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-3b6eaa15-76f3-4652-a336-2e7a035692dc Date: Fri, 26 Oct 2018 09:45:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8ef0d3a4-c033-4d12-ae8a-28d3214c2dd4","tenant_id":"5ef946f68f894058be4f65d8e2bfa776","created_at":"2018-10-26T09:45:32Z","dns_nameservers":[],"updated_at":"2018-10-26T09:45: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":"5ef946f68f894058be4f65d8e2bfa776","id":"4799080a-32fa-4952-9033-c5b12c02d5dc","subnetpool_id":null,"name":"SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-priv-subnet"}]} 2018-10-26 09:45:38,651 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=8ef0d3a4-c033-4d12-ae8a-28d3214c2dd4 used request id req-3b6eaa15-76f3-4652-a336-2e7a035692dc 2018-10-26 09:45:38,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=8ef0d3a4-c033-4d12-ae8a-28d3214c2dd4&name=SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09dport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ed8a6c5df56adb53c39e6d08fa10a7ddc76911" 2018-10-26 09:45:38,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 776 X-Openstack-Request-Id: req-68c6173e-ee6c-4804-999c-812d49e92694 Date: Fri, 26 Oct 2018 09:45:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:45:37Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4799080a-32fa-4952-9033-c5b12c02d5dc","ip_address":"10.55.0.5"}],"id":"a6d9e86f-bae5-4223-9853-7f072aa1d368","security_groups":["2b113dba-0f23-42ff-a08f-71f0d2aa5d7f"],"mac_address":"fa:16:3e:ff:0e:0b","project_id":"5ef946f68f894058be4f65d8e2bfa776","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09dport-1","admin_state_up":true,"network_id":"8ef0d3a4-c033-4d12-ae8a-28d3214c2dd4","tenant_id":"5ef946f68f894058be4f65d8e2bfa776","created_at":"2018-10-26T09:45:37Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-26 09:45:38,717 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=8ef0d3a4-c033-4d12-ae8a-28d3214c2dd4&name=SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09dport-1&admin_state_up=True used request id req-68c6173e-ee6c-4804-999c-812d49e92694 2018-10-26 09:45:38,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5ef946f68f894058be4f65d8e2bfa776 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ed8a6c5df56adb53c39e6d08fa10a7ddc76911" 2018-10-26 09:45:38,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:45:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bc8f8c0-8f14-4fac-b0a8-0cf96f7d9832 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/5ef946f68f894058be4f65d8e2bfa776"}, "enabled": true, "id": "5ef946f68f894058be4f65d8e2bfa776", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-98a77760-a127-453-proj"}} 2018-10-26 09:45:38,800 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5ef946f68f894058be4f65d8e2bfa776 used request id req-3bc8f8c0-8f14-4fac-b0a8-0cf96f7d9832 2018-10-26 09:45:38,801 - nova_utils - INFO - Creating VM with name - SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-inst 2018-10-26 09:45:38,804 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ed8a6c5df56adb53c39e6d08fa10a7ddc76911" 2018-10-26 09:45:38,830 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:45:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-234ac465-b632-40ee-9a9b-296e057686eb x-compute-request-id: req-234ac465-b632-40ee-9a9b-296e057686eb Content-Encoding: gzip Content-Length: 201 Content-Type: application/json RESP BODY: {"flavors": [{"id": "bd421393-62cd-4237-9ea1-7e94e170042e", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/bd421393-62cd-4237-9ea1-7e94e170042e", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/bd421393-62cd-4237-9ea1-7e94e170042e", "rel": "bookmark"}], "name": "SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-flavor-name"}]} 2018-10-26 09:45:38,831 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-234ac465-b632-40ee-9a9b-296e057686eb 2018-10-26 09:45:38,834 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/bd421393-62cd-4237-9ea1-7e94e170042e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ed8a6c5df56adb53c39e6d08fa10a7ddc76911" 2018-10-26 09:45:38,856 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:45:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b0d618cf-f9d5-4d22-b3d6-c9f09125a2a1 x-compute-request-id: req-b0d618cf-f9d5-4d22-b3d6-c9f09125a2a1 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/bd421393-62cd-4237-9ea1-7e94e170042e", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/bd421393-62cd-4237-9ea1-7e94e170042e", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "bd421393-62cd-4237-9ea1-7e94e170042e", "name": "SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 09:45:38,856 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/bd421393-62cd-4237-9ea1-7e94e170042e used request id req-b0d618cf-f9d5-4d22-b3d6-c9f09125a2a1 2018-10-26 09:45:38,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b0ed8a6c5df56adb53c39e6d08fa10a7ddc76911" 2018-10-26 09:45:39,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-795b18f4-bcb1-44ce-84ee-71e979e150a1 Date: Fri, 26 Oct 2018 09:45:39 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:45:28Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:45:29Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/8e5b2459-5c8e-4c48-86b6-56ef0eed2beb/snap", "metadata": {}}], "self": "/v2/images/8e5b2459-5c8e-4c48-86b6-56ef0eed2beb", "min_disk": 0, "protected": false, "id": "8e5b2459-5c8e-4c48-86b6-56ef0eed2beb", "file": "/v2/images/8e5b2459-5c8e-4c48-86b6-56ef0eed2beb/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "5ef946f68f894058be4f65d8e2bfa776", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/8e5b2459-5c8e-4c48-86b6-56ef0eed2beb/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-image"} 2018-10-26 09:45:39,039 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-image used request id req-795b18f4-bcb1-44ce-84ee-71e979e150a1 2018-10-26 09:45:39,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b0ed8a6c5df56adb53c39e6d08fa10a7ddc76911" 2018-10-26 09:45:39,200 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b8b63f0d-e119-454f-b2ac-a26696f9d6e0 Date: Fri, 26 Oct 2018 09:45: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-26 09:45:39,200 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-b8b63f0d-e119-454f-b2ac-a26696f9d6e0 2018-10-26 09:45:39,205 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ed8a6c5df56adb53c39e6d08fa10a7ddc76911" -d '{"server": {"name": "SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-inst", "imageRef": "8e5b2459-5c8e-4c48-86b6-56ef0eed2beb", "flavorRef": "bd421393-62cd-4237-9ea1-7e94e170042e", "max_count": 1, "min_count": 1, "networks": [{"port": "a6d9e86f-bae5-4223-9853-7f072aa1d368"}]}}' 2018-10-26 09:45:40,896 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:45: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-14411353-b7b2-4972-bcd8-6fb826560600 x-compute-request-id: req-14411353-b7b2-4972-bcd8-6fb826560600 Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/6671c195-5c8c-4cbb-9637-7cd9acef1277 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "6671c195-5c8c-4cbb-9637-7cd9acef1277", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/6671c195-5c8c-4cbb-9637-7cd9acef1277", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/6671c195-5c8c-4cbb-9637-7cd9acef1277", "rel": "bookmark"}], "adminPass": "4K7XiQdmJrw3"}} 2018-10-26 09:45:40,896 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-14411353-b7b2-4972-bcd8-6fb826560600 2018-10-26 09:45:40,900 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/6671c195-5c8c-4cbb-9637-7cd9acef1277 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ed8a6c5df56adb53c39e6d08fa10a7ddc76911" 2018-10-26 09:45:41,116 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:45: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-2639a0be-ff7e-43f3-aeb2-8a05fa94ef59 x-compute-request-id: req-2639a0be-ff7e-43f3-aeb2-8a05fa94ef59 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.21:8774/v2.1/servers/6671c195-5c8c-4cbb-9637-7cd9acef1277", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/6671c195-5c8c-4cbb-9637-7cd9acef1277", "rel": "bookmark"}], "image": {"id": "8e5b2459-5c8e-4c48-86b6-56ef0eed2beb", "links": [{"href": "http://172.30.9.21:8774/images/8e5b2459-5c8e-4c48-86b6-56ef0eed2beb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bd421393-62cd-4237-9ea1-7e94e170042e", "links": [{"href": "http://172.30.9.21:8774/flavors/bd421393-62cd-4237-9ea1-7e94e170042e", "rel": "bookmark"}]}, "id": "6671c195-5c8c-4cbb-9637-7cd9acef1277", "user_id": "b1bfc419f04e461c9e8508e91706fad4", "OS-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-26T09:45:40Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-inst", "created": "2018-10-26T09:45:40Z", "tenant_id": "5ef946f68f894058be4f65d8e2bfa776", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:45:41,116 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/6671c195-5c8c-4cbb-9637-7cd9acef1277 used request id req-2639a0be-ff7e-43f3-aeb2-8a05fa94ef59 2018-10-26 09:45:41,117 - create_instance - INFO - Created instance with name - SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-inst 2018-10-26 09:45:41,120 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/6671c195-5c8c-4cbb-9637-7cd9acef1277 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ed8a6c5df56adb53c39e6d08fa10a7ddc76911" 2018-10-26 09:45:41,482 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:45: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-98261c2b-5ae1-43da-8e24-cae4bae586aa x-compute-request-id: req-98261c2b-5ae1-43da-8e24-cae4bae586aa Content-Encoding: gzip Content-Length: 607 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/6671c195-5c8c-4cbb-9637-7cd9acef1277", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/6671c195-5c8c-4cbb-9637-7cd9acef1277", "rel": "bookmark"}], "image": {"id": "8e5b2459-5c8e-4c48-86b6-56ef0eed2beb", "links": [{"href": "http://172.30.9.21:8774/images/8e5b2459-5c8e-4c48-86b6-56ef0eed2beb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bd421393-62cd-4237-9ea1-7e94e170042e", "links": [{"href": "http://172.30.9.21:8774/flavors/bd421393-62cd-4237-9ea1-7e94e170042e", "rel": "bookmark"}]}, "id": "6671c195-5c8c-4cbb-9637-7cd9acef1277", "user_id": "b1bfc419f04e461c9e8508e91706fad4", "OS-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-26T09:45:41Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-inst", "created": "2018-10-26T09:45:40Z", "tenant_id": "5ef946f68f894058be4f65d8e2bfa776", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:45:41,482 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/6671c195-5c8c-4cbb-9637-7cd9acef1277 used request id req-98261c2b-5ae1-43da-8e24-cae4bae586aa 2018-10-26 09:45:41,483 - create_instance - DEBUG - Instance status [SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-inst] is - BUILD 2018-10-26 09:45:41,483 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:45:44,486 - create_instance - DEBUG - VM status query timeout in 896.630881071 2018-10-26 09:45:44,490 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/6671c195-5c8c-4cbb-9637-7cd9acef1277 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ed8a6c5df56adb53c39e6d08fa10a7ddc76911" 2018-10-26 09:45:45,097 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:45: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-e73d9a34-5e04-4e3d-804f-e5719352e28c x-compute-request-id: req-e73d9a34-5e04-4e3d-804f-e5719352e28c Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/6671c195-5c8c-4cbb-9637-7cd9acef1277", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/6671c195-5c8c-4cbb-9637-7cd9acef1277", "rel": "bookmark"}], "image": {"id": "8e5b2459-5c8e-4c48-86b6-56ef0eed2beb", "links": [{"href": "http://172.30.9.21:8774/images/8e5b2459-5c8e-4c48-86b6-56ef0eed2beb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bd421393-62cd-4237-9ea1-7e94e170042e", "links": [{"href": "http://172.30.9.21:8774/flavors/bd421393-62cd-4237-9ea1-7e94e170042e", "rel": "bookmark"}]}, "id": "6671c195-5c8c-4cbb-9637-7cd9acef1277", "security_groups": [{"name": "default"}], "user_id": "b1bfc419f04e461c9e8508e91706fad4", "OS-DCF: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-26T09:45:43Z", "hostId": "d8fd0692956c436d36de2485a7894b5a10208bc4c4d7da826725ad57", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-inst", "created": "2018-10-26T09:45:40Z", "tenant_id": "5ef946f68f894058be4f65d8e2bfa776", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:45:45,097 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/6671c195-5c8c-4cbb-9637-7cd9acef1277 used request id req-e73d9a34-5e04-4e3d-804f-e5719352e28c 2018-10-26 09:45:45,098 - create_instance - DEBUG - Instance status [SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-inst] is - BUILD 2018-10-26 09:45:45,098 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:45:48,101 - create_instance - DEBUG - VM status query timeout in 893.016112089 2018-10-26 09:45:48,104 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/6671c195-5c8c-4cbb-9637-7cd9acef1277 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ed8a6c5df56adb53c39e6d08fa10a7ddc76911" 2018-10-26 09:45:48,830 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:45: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-52c3317c-6999-4368-8713-67465f0577de x-compute-request-id: req-52c3317c-6999-4368-8713-67465f0577de Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:0e:0b", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/6671c195-5c8c-4cbb-9637-7cd9acef1277", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/6671c195-5c8c-4cbb-9637-7cd9acef1277", "rel": "bookmark"}], "image": {"id": "8e5b2459-5c8e-4c48-86b6-56ef0eed2beb", "links": [{"href": "http://172.30.9.21:8774/images/8e5b2459-5c8e-4c48-86b6-56ef0eed2beb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:45:46.000000", "flavor": {"id": "bd421393-62cd-4237-9ea1-7e94e170042e", "links": [{"href": "http://172.30.9.21:8774/flavors/bd421393-62cd-4237-9ea1-7e94e170042e", "rel": "bookmark"}]}, "id": "6671c195-5c8c-4cbb-9637-7cd9acef1277", "security_groups": [{"name": "default"}], "user_id": "b1bfc419f04e461c9e8508e91706fad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:45:47Z", "hostId": "d8fd0692956c436d36de2485a7894b5a10208bc4c4d7da826725ad57", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-inst", "created": "2018-10-26T09:45:40Z", "tenant_id": "5ef946f68f894058be4f65d8e2bfa776", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:45:48,830 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/6671c195-5c8c-4cbb-9637-7cd9acef1277 used request id req-52c3317c-6999-4368-8713-67465f0577de 2018-10-26 09:45:48,830 - create_instance - DEBUG - Instance status [SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-inst] is - ACTIVE 2018-10-26 09:45:48,830 - create_instance - INFO - VM is - ACTIVE 2018-10-26 09:45:48,833 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/6671c195-5c8c-4cbb-9637-7cd9acef1277 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ed8a6c5df56adb53c39e6d08fa10a7ddc76911" 2018-10-26 09:45:49,165 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:45: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-6491279e-9ab7-4d56-8233-c186b9164eaf x-compute-request-id: req-6491279e-9ab7-4d56-8233-c186b9164eaf Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:0e:0b", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/6671c195-5c8c-4cbb-9637-7cd9acef1277", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/6671c195-5c8c-4cbb-9637-7cd9acef1277", "rel": "bookmark"}], "image": {"id": "8e5b2459-5c8e-4c48-86b6-56ef0eed2beb", "links": [{"href": "http://172.30.9.21:8774/images/8e5b2459-5c8e-4c48-86b6-56ef0eed2beb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:45:46.000000", "flavor": {"id": "bd421393-62cd-4237-9ea1-7e94e170042e", "links": [{"href": "http://172.30.9.21:8774/flavors/bd421393-62cd-4237-9ea1-7e94e170042e", "rel": "bookmark"}]}, "id": "6671c195-5c8c-4cbb-9637-7cd9acef1277", "security_groups": [{"name": "default"}], "user_id": "b1bfc419f04e461c9e8508e91706fad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:45:47Z", "hostId": "d8fd0692956c436d36de2485a7894b5a10208bc4c4d7da826725ad57", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-inst", "created": "2018-10-26T09:45:40Z", "tenant_id": "5ef946f68f894058be4f65d8e2bfa776", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:45:49,165 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/6671c195-5c8c-4cbb-9637-7cd9acef1277 used request id req-6491279e-9ab7-4d56-8233-c186b9164eaf 2018-10-26 09:45:49,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ed8a6c5df56adb53c39e6d08fa10a7ddc76911" 2018-10-26 09:45:49,270 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-00625ae9-86fd-46ff-8314-4327296a0a5f Date: Fri, 26 Oct 2018 09: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":["4799080a-32fa-4952-9033-c5b12c02d5dc"],"updated_at":"2018-10-26T09:45:32Z","tenant_id":"5ef946f68f894058be4f65d8e2bfa776","created_at":"2018-10-26T09:45:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5ef946f68f894058be4f65d8e2bfa776","id":"8ef0d3a4-c033-4d12-ae8a-28d3214c2dd4","name":"SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-priv-net"}]} 2018-10-26 09:45:49,270 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-priv-net used request id req-00625ae9-86fd-46ff-8314-4327296a0a5f 2018-10-26 09:45:49,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5ef946f68f894058be4f65d8e2bfa776 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ed8a6c5df56adb53c39e6d08fa10a7ddc76911" 2018-10-26 09:45:49,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:45:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a020dbc-86ea-4071-ba04-9fd41cf97395 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/5ef946f68f894058be4f65d8e2bfa776"}, "enabled": true, "id": "5ef946f68f894058be4f65d8e2bfa776", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-98a77760-a127-453-proj"}} 2018-10-26 09:45:49,350 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5ef946f68f894058be4f65d8e2bfa776 used request id req-0a020dbc-86ea-4071-ba04-9fd41cf97395 2018-10-26 09:45:49,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=8ef0d3a4-c033-4d12-ae8a-28d3214c2dd4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ed8a6c5df56adb53c39e6d08fa10a7ddc76911" 2018-10-26 09:45:49,586 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-9bd5eeea-4f79-43c6-83e8-095951f711fb Date: Fri, 26 Oct 2018 09:45:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8ef0d3a4-c033-4d12-ae8a-28d3214c2dd4","tenant_id":"5ef946f68f894058be4f65d8e2bfa776","created_at":"2018-10-26T09:45:32Z","dns_nameservers":[],"updated_at":"2018-10-26T09:45: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":"5ef946f68f894058be4f65d8e2bfa776","id":"4799080a-32fa-4952-9033-c5b12c02d5dc","subnetpool_id":null,"name":"SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-priv-subnet"}]} 2018-10-26 09:45:49,586 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=8ef0d3a4-c033-4d12-ae8a-28d3214c2dd4 used request id req-9bd5eeea-4f79-43c6-83e8-095951f711fb 2018-10-26 09:45:49,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=8ef0d3a4-c033-4d12-ae8a-28d3214c2dd4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ed8a6c5df56adb53c39e6d08fa10a7ddc76911" 2018-10-26 09:45:49,680 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3103 X-Openstack-Request-Id: req-1080bb2f-8efd-48e7-badc-fb09719d3b07 Date: Fri, 26 Oct 2018 09:45:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:45:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4799080a-32fa-4952-9033-c5b12c02d5dc","ip_address":"10.55.0.3"}],"id":"7d90b795-7f71-4c84-a13c-3c04b498ffb7","security_groups":[],"mac_address":"fa:16:3e:03:c8:29","project_id":"5ef946f68f894058be4f65d8e2bfa776","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8ef0d3a4-c033-4d12-ae8a-28d3214c2dd4","tenant_id":"5ef946f68f894058be4f65d8e2bfa776","created_at":"2018-10-26T09:45:33Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-8ef0d3a4-c033-4d12-ae8a-28d3214c2dd4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:45:46Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4799080a-32fa-4952-9033-c5b12c02d5dc","ip_address":"10.55.0.5"}],"id":"a6d9e86f-bae5-4223-9853-7f072aa1d368","security_groups":["2b113dba-0f23-42ff-a08f-71f0d2aa5d7f"],"mac_address":"fa:16:3e:ff:0e:0b","project_id":"5ef946f68f894058be4f65d8e2bfa776","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09dport-1","admin_state_up":true,"network_id":"8ef0d3a4-c033-4d12-ae8a-28d3214c2dd4","tenant_id":"5ef946f68f894058be4f65d8e2bfa776","created_at":"2018-10-26T09:45:37Z","binding:vnic_type":"normal","device_id":"6671c195-5c8c-4cbb-9637-7cd9acef1277"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:45:34Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4799080a-32fa-4952-9033-c5b12c02d5dc","ip_address":"10.55.0.2"}],"id":"f0def2b4-68f7-46c3-a522-6442e3a11ea6","security_groups":[],"mac_address":"fa:16:3e:8e:47:d1","project_id":"5ef946f68f894058be4f65d8e2bfa776","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8ef0d3a4-c033-4d12-ae8a-28d3214c2dd4","tenant_id":"5ef946f68f894058be4f65d8e2bfa776","created_at":"2018-10-26T09:45:32Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-8ef0d3a4-c033-4d12-ae8a-28d3214c2dd4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:45:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4799080a-32fa-4952-9033-c5b12c02d5dc","ip_address":"10.55.0.4"}],"id":"f1cf6391-2b39-47cc-8996-8f60336dcd10","security_groups":[],"mac_address":"fa:16:3e:07:b0:39","project_id":"5ef946f68f894058be4f65d8e2bfa776","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8ef0d3a4-c033-4d12-ae8a-28d3214c2dd4","tenant_id":"5ef946f68f894058be4f65d8e2bfa776","created_at":"2018-10-26T09:45:34Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-8ef0d3a4-c033-4d12-ae8a-28d3214c2dd4"}]} 2018-10-26 09:45:49,680 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=8ef0d3a4-c033-4d12-ae8a-28d3214c2dd4 used request id req-1080bb2f-8efd-48e7-badc-fb09719d3b07 2018-10-26 09:45:49,681 - create_instance_tests - INFO - Looking for IP 10.55.0.5 in the console log 2018-10-26 09:45:49,684 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/6671c195-5c8c-4cbb-9637-7cd9acef1277 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ed8a6c5df56adb53c39e6d08fa10a7ddc76911" 2018-10-26 09:45:49,995 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:45: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-14693463-81c7-41fb-a4f6-f26beabaf2d3 x-compute-request-id: req-14693463-81c7-41fb-a4f6-f26beabaf2d3 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:0e:0b", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/6671c195-5c8c-4cbb-9637-7cd9acef1277", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/6671c195-5c8c-4cbb-9637-7cd9acef1277", "rel": "bookmark"}], "image": {"id": "8e5b2459-5c8e-4c48-86b6-56ef0eed2beb", "links": [{"href": "http://172.30.9.21:8774/images/8e5b2459-5c8e-4c48-86b6-56ef0eed2beb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:45:46.000000", "flavor": {"id": "bd421393-62cd-4237-9ea1-7e94e170042e", "links": [{"href": "http://172.30.9.21:8774/flavors/bd421393-62cd-4237-9ea1-7e94e170042e", "rel": "bookmark"}]}, "id": "6671c195-5c8c-4cbb-9637-7cd9acef1277", "security_groups": [{"name": "default"}], "user_id": "b1bfc419f04e461c9e8508e91706fad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:45:47Z", "hostId": "d8fd0692956c436d36de2485a7894b5a10208bc4c4d7da826725ad57", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-inst", "created": "2018-10-26T09:45:40Z", "tenant_id": "5ef946f68f894058be4f65d8e2bfa776", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:45:49,995 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/6671c195-5c8c-4cbb-9637-7cd9acef1277 used request id req-14693463-81c7-41fb-a4f6-f26beabaf2d3 2018-10-26 09:45:49,998 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/6671c195-5c8c-4cbb-9637-7cd9acef1277/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ed8a6c5df56adb53c39e6d08fa10a7ddc76911" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-26 09:45:51,117 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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,Accept-Encoding x-openstack-request-id: req-40cf6404-a1ca-418a-a683-1a4fa28d4637 x-compute-request-id: req-40cf6404-a1ca-418a-a683-1a4fa28d4637 Content-Encoding: gzip Content-Length: 7890 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 520509151 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.128097] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129742] pid_max: default: 32768 minimum: 301\n[ 0.130631] ACPI: Core revision 20150930\n[ 0.132004] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133306] Security Framework initialized\n[ 0.134124] Yama: becoming mindful.\n[ 0.134854] AppArmor: AppArmor initialized\n[ 0.135706] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.136976] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.138223] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.139414] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140770] Initializing cgroup subsys io\n[ 0.141580] Initializing cgroup subsys memory\n[ 0.142432] Initializing cgroup subsys devices\n[ 0.143311] Initializing cgroup subsys freezer\n[ 0.144171] Initializing cgroup subsys net_cls\n[ 0.145034] Initializing cgroup subsys perf_event\n[ 0.145945] Initializing cgroup subsys net_prio\n[ 0.146825] Initializing cgroup subsys hugetlb\n[ 0.147694] Initializing cgroup subsys pids\n[ 0.148566] CPU: Physical Processor ID: 0\n[ 0.150048] mce: CPU supports 10 MCE banks\n[ 0.150891] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151891] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162635] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169183] ftrace: allocating 31920 entries in 125 pages\n[ 0.195965] smpboot: Max logical packages: 1\n[ 0.196852] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198195] x2apic enabled\n[ 0.199006] Switched APIC routing to physical x2apic.\n[ 0.200774] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201900] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203884] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205665] KVM setup paravirtual spinlock\n[ 0.206950] x86: Booted up 1 node, 1 CPUs\n[ 0.207758] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209145] devtmpfs: initialized\n[ 0.210864] evm: security.selinux\n[ 0.211571] evm: security.SMACK64\n[ 0.212260] evm: security.SMACK64EXEC\n[ 0.212999] evm: security.SMACK64TRANSMUTE\n[ 0.213808] evm: security.SMACK64MMAP\n[ 0.214555] evm: security.ima\n[ 0.215195] evm: security.capability\n[ 0.215996] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217848] pinctrl core: initialized pinctrl subsystem\n[ 0.218947] RTC time: 9:45:47, date: 10/26/18\n[ 0.219903] NET: Registered protocol family 16\n[ 0.220872] cpuidle: using governor ladder\n[ 0.221691] cpuidle: using governor menu\n[ 0.222475] PCCT header not found.\n[ 0.223232] ACPI: bus type PCI registered\n[ 0.224031] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225274] PCI: Using configuration type 1 for base access\n[ 0.227010] ACPI: Added _OSI(Module Device)\n[ 0.227859] ACPI: Added _OSI(Processor Device)\n[ 0.228722] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229616] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231722] ACPI: Interpreter enabled\n[ 0.232500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234340] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236170] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238017] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239849] ACPI: (supports S0 S5)\n[ 0.240555] ACPI: Using IOAPIC for interrupt routing\n[ 0.241617] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244718] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245863] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247093] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248284] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250501] acpiphp: Slot [3] registered\n[ 0.251316] acpiphp: Slot [4] registered\n[ 0.252121] acpiphp: Slot [5] registered\n[ 0.252924] acpiphp: Slot [6] registered\n[ 0.253723] acpiphp: Slot [7] registered\n[ 0.254530] acpiphp: Slot [8] registered\n[ 0.255331] acpiphp: Slot [9] registered\n[ 0.256124] acpiphp: Slot [10] registered\n[ 0.256943] acpiphp: Slot [11] registered\n[ 0.257756] acpiphp: Slot [12] registered\n[ 0.258575] acpiphp: Slot [13] registered\n[ 0.259385] acpiphp: Slot [14] registered\n[ 0.260192] acpiphp: Slot [15] registered\n[ 0.271096] acpiphp: Slot [16] registered\n[ 0.271918] acpiphp: Slot [17] registered\n[ 0.272735] acpiphp: Slot [18] registered\n[ 0.273545] acpiphp: Slot [19] registered\n[ 0.274356] acpiphp: Slot [20] registered\n[ 0.275171] acpiphp: Slot [21] registered\n[ 0.275982] acpiphp: Slot [22] registered\n[ 0.276792] acpiphp: Slot [23] registered\n[ 0.277610] acpiphp: Slot [24] registered\n[ 0.278421] acpiphp: Slot [25] registered\n[ 0.279237] acpiphp: Slot [26] registered\n[ 0.280046] acpiphp: Slot [27] registered\n[ 0.280859] acpiphp: Slot [28] registered\n[ 0.281673] acpiphp: Slot [29] registered\n[ 0.282484] acpiphp: Slot [30] registered\n[ 0.283303] acpiphp: Slot [31] registered\n[ 0.284110] PCI host bridge to bus 0000:00\n[ 0.284920] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286128] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287342] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288794] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.290240] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296433] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297717] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298890] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300159] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306428] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307854] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353037] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355936] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357349] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358738] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359989] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361145] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362366] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363898] vgaarb: loaded\n[ 0.364512] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365652] SCSI subsystem initialized\n[ 0.366477] ACPI: bus type USB registered\n[ 0.367296] usbcore: registered new interface driver usbfs\n[ 0.368323] usbcore: registered new interface driver hub\n[ 0.369335] usbcore: registered new device driver usb\n[ 0.370396] PCI: Using ACPI for IRQ routing\n[ 0.371417] NetLabel: Initializing\n[ 0.372139] NetLabel: domain hash size = 128\n[ 0.372991] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373945] NetLabel: unlabeled traffic allowed by default\n[ 0.375037] clocksource: Switched to clocksource kvm-clock\n[ 0.380333] AppArmor: AppArmor Filesystem Enabled\n[ 0.381293] pnp: PnP ACPI init\n[ 0.382202] pnp: PnP ACPI: found 5 devices\n[ 0.388225] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389935] NET: Registered protocol family 2\n[ 0.390904] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.392180] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.393359] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.394521] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395606] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396776] NET: Registered protocol family 1\n[ 0.397649] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.398740] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.399813] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414159] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428419] Trying to unpack rootfs image as initramfs...\n[ 0.478390] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.492558] Scanning for low memory corruption every 60 seconds\n[ 0.493914] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495063] audit: initializing netlink subsys (disabled)\n[ 0.496092] audit: type=2000 audit(1540547147.499:1): initialized\n[ 0.497407] Initialise system trusted keyring\n[ 0.498347] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499510] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501448] zbud: loaded\n[ 0.502129] VFS: Disk quotas dquot_6.6.0\n[ 0.502942] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504426] fuse init (API version 7.23)\n[ 0.505290] Key type big_key registered\n[ 0.506064] Allocating IMA MOK and blacklist keyrings.\n[ 0.507152] Key type asymmetric registered\n[ 0.507957] Asymmetric key parser 'x509' registered\n[ 0.508921] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.510383] io scheduler noop registered\n[ 0.511182] io scheduler deadline registered (default)\n[ 0.512171] io scheduler cfq registered\n[ 0.513002] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.514065] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515333] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516777] ACPI: Power Button [PWRF]\n[ 0.517606] GHES: HEST is not enabled!\n[ 0.531281] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561122] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563680] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587568] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589712] Linux agpgart interface v0.103\n[ 0.592140] brd: module loaded\n[ 0.593310] loop: module loaded\n[ 0.597453] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598904] GPT:90111 != 20971519\n[ 0.599609] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600704] GPT:90111 != 20971519\n[ 0.601390] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602352] vda: vda1 vda15\n[ 0.603797] scsi host0: ata_piix\n[ 0.604905] scsi host1: ata_piix\n[ 0.605615] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.606832] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.608279] libphy: Fixed MDIO Bus: probed\n[ 0.609098] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610046] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.612173] PPP generic driver version 2.4.2\n[ 0.613048] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614300] ehci-pci: EHCI PCI platform driver\n[ 0.615161] ehci-platform: EHCI generic platform driver\n[ 0.616131] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617226] ohci-pci: OHCI PCI platform driver\n[ 0.618068] ohci-platform: OHCI generic platform driver\n[ 0.619031] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.633343] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.634325] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635744] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.636741] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.637828] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.639014] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.640411] usb usb1: Product: UHCI Host Controller\n[ 0.641324] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642432] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643396] hub 1-0:1.0: USB hub found\n[ 0.644158] hub 1-0:1.0: 2 ports detected\n[ 0.645043] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.647123] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.648049] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.649051] mousedev: PS/2 mouse device common for all mice\n[ 0.650270] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.652067] rtc_cmos 00:00: RTC can wake from S4\n[ 0.653143] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.654324] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.655494] i2c /dev entries driver\n[ 0.656245] device-mapper: uevent: version 1.0.3\n[ 0.657152] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658745] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.660011] NET: Registered protocol family 10\n[ 0.660973] NET: Registered protocol family 17\n[ 0.661844] Key type dns_resolver registered\n[ 0.662752] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.663830] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.665550] registered taskstats version 1\n[ 0.666366] Loading compiled-in X.509 certificates\n[ 0.667788] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669619] zswap: loaded using pool lzo/zbud\n[ 0.670987] Key type trusted registered\n[ 0.672521] Key type encrypted registered\n[ 0.673341] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674352] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675384] evm: HMAC attrs: 0x1\n[ 0.676321] Magic number: 6:169:779\n[ 0.677144] rtc_cmos 00:00: setting system clock to 2018-10-26 09:45:47 UTC (1540547147)\n[ 0.678713] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.679823] EDD information not available.\n[ 0.768042] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769584] Write protecting the kernel read-only data: 14336k\n[ 0.781378] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783161] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.54\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.735932] 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.5...\nLease of 10.55.0.5 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.68. 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\n"} 2018-10-26 09:45:51,118 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/6671c195-5c8c-4cbb-9637-7cd9acef1277/action used request id req-40cf6404-a1ca-418a-a683-1a4fa28d4637 2018-10-26 09:45:51,119 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-26 09:45:51,119 - 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 520509151 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.128097] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.129742] pid_max: default: 32768 minimum: 301 [ 0.130631] ACPI: Core revision 20150930 [ 0.132004] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.133306] Security Framework initialized [ 0.134124] Yama: becoming mindful. [ 0.134854] AppArmor: AppArmor initialized [ 0.135706] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.136976] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.138223] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.139414] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140770] Initializing cgroup subsys io [ 0.141580] Initializing cgroup subsys memory [ 0.142432] Initializing cgroup subsys devices [ 0.143311] Initializing cgroup subsys freezer [ 0.144171] Initializing cgroup subsys net_cls [ 0.145034] Initializing cgroup subsys perf_event [ 0.145945] Initializing cgroup subsys net_prio [ 0.146825] Initializing cgroup subsys hugetlb [ 0.147694] Initializing cgroup subsys pids [ 0.148566] CPU: Physical Processor ID: 0 [ 0.150048] mce: CPU supports 10 MCE banks [ 0.150891] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151891] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162635] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.169183] ftrace: allocating 31920 entries in 125 pages [ 0.195965] smpboot: Max logical packages: 1 [ 0.196852] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.198195] x2apic enabled [ 0.199006] Switched APIC routing to physical x2apic. [ 0.200774] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.201900] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.203884] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.205665] KVM setup paravirtual spinlock [ 0.206950] x86: Booted up 1 node, 1 CPUs [ 0.207758] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209145] devtmpfs: initialized [ 0.210864] evm: security.selinux [ 0.211571] evm: security.SMACK64 [ 0.212260] evm: security.SMACK64EXEC [ 0.212999] evm: security.SMACK64TRANSMUTE [ 0.213808] evm: security.SMACK64MMAP [ 0.214555] evm: security.ima [ 0.215195] evm: security.capability [ 0.215996] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.217848] pinctrl core: initialized pinctrl subsystem [ 0.218947] RTC time: 9:45:47, date: 10/26/18 [ 0.219903] NET: Registered protocol family 16 [ 0.220872] cpuidle: using governor ladder [ 0.221691] cpuidle: using governor menu [ 0.222475] PCCT header not found. [ 0.223232] ACPI: bus type PCI registered [ 0.224031] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225274] PCI: Using configuration type 1 for base access [ 0.227010] ACPI: Added _OSI(Module Device) [ 0.227859] ACPI: Added _OSI(Processor Device) [ 0.228722] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.229616] ACPI: Added _OSI(Processor Aggregator Device) [ 0.231722] ACPI: Interpreter enabled [ 0.232500] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.234340] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236170] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238017] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.239849] ACPI: (supports S0 S5) [ 0.240555] ACPI: Using IOAPIC for interrupt routing [ 0.241617] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.244718] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.245863] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247093] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.248284] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.250501] acpiphp: Slot [3] registered [ 0.251316] acpiphp: Slot [4] registered [ 0.252121] acpiphp: Slot [5] registered [ 0.252924] acpiphp: Slot [6] registered [ 0.253723] acpiphp: Slot [7] registered [ 0.254530] acpiphp: Slot [8] registered [ 0.255331] acpiphp: Slot [9] registered [ 0.256124] acpiphp: Slot [10] registered [ 0.256943] acpiphp: Slot [11] registered [ 0.257756] acpiphp: Slot [12] registered [ 0.258575] acpiphp: Slot [13] registered [ 0.259385] acpiphp: Slot [14] registered [ 0.260192] acpiphp: Slot [15] registered [ 0.271096] acpiphp: Slot [16] registered [ 0.271918] acpiphp: Slot [17] registered [ 0.272735] acpiphp: Slot [18] registered [ 0.273545] acpiphp: Slot [19] registered [ 0.274356] acpiphp: Slot [20] registered [ 0.275171] acpiphp: Slot [21] registered [ 0.275982] acpiphp: Slot [22] registered [ 0.276792] acpiphp: Slot [23] registered [ 0.277610] acpiphp: Slot [24] registered [ 0.278421] acpiphp: Slot [25] registered [ 0.279237] acpiphp: Slot [26] registered [ 0.280046] acpiphp: Slot [27] registered [ 0.280859] acpiphp: Slot [28] registered [ 0.281673] acpiphp: Slot [29] registered [ 0.282484] acpiphp: Slot [30] registered [ 0.283303] acpiphp: Slot [31] registered [ 0.284110] PCI host bridge to bus 0000:00 [ 0.284920] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286128] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287342] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.288794] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.290240] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296433] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.297717] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.298890] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.300159] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.306428] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.307854] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.353037] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.354514] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.355936] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.357349] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.358738] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.359989] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.361145] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.362366] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.363898] vgaarb: loaded [ 0.364512] vgaarb: bridge control possible 0000:00:02.0 [ 0.365652] SCSI subsystem initialized [ 0.366477] ACPI: bus type USB registered [ 0.367296] usbcore: registered new interface driver usbfs [ 0.368323] usbcore: registered new interface driver hub [ 0.369335] usbcore: registered new device driver usb [ 0.370396] PCI: Using ACPI for IRQ routing [ 0.371417] NetLabel: Initializing [ 0.372139] NetLabel: domain hash size = 128 [ 0.372991] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.373945] NetLabel: unlabeled traffic allowed by default [ 0.375037] clocksource: Switched to clocksource kvm-clock [ 0.380333] AppArmor: AppArmor Filesystem Enabled [ 0.381293] pnp: PnP ACPI init [ 0.382202] pnp: PnP ACPI: found 5 devices [ 0.388225] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.389935] NET: Registered protocol family 2 [ 0.390904] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.392180] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.393359] TCP: Hash tables configured (established 2048 bind 2048) [ 0.394521] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.395606] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.396776] NET: Registered protocol family 1 [ 0.397649] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.398740] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.399813] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.414159] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.428419] Trying to unpack rootfs image as initramfs... [ 0.478390] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.492558] Scanning for low memory corruption every 60 seconds [ 0.493914] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.495063] audit: initializing netlink subsys (disabled) [ 0.496092] audit: type=2000 audit(1540547147.499:1): initialized [ 0.497407] Initialise system trusted keyring [ 0.498347] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.499510] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.501448] zbud: loaded [ 0.502129] VFS: Disk quotas dquot_6.6.0 [ 0.502942] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.504426] fuse init (API version 7.23) [ 0.505290] Key type big_key registered [ 0.506064] Allocating IMA MOK and blacklist keyrings. [ 0.507152] Key type asymmetric registered [ 0.507957] Asymmetric key parser 'x509' registered [ 0.508921] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.510383] io scheduler noop registered [ 0.511182] io scheduler deadline registered (default) [ 0.512171] io scheduler cfq registered [ 0.513002] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.514065] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.515333] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.516777] ACPI: Power Button [PWRF] [ 0.517606] GHES: HEST is not enabled! [ 0.531281] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.561122] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.563680] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.587568] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.589712] Linux agpgart interface v0.103 [ 0.592140] brd: module loaded [ 0.593310] loop: module loaded [ 0.597453] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.598904] GPT:90111 != 20971519 [ 0.599609] GPT:Alternate GPT header not at the end of the disk. [ 0.600704] GPT:90111 != 20971519 [ 0.601390] GPT: Use GNU Parted to correct GPT errors. [ 0.602352] vda: vda1 vda15 [ 0.603797] scsi host0: ata_piix [ 0.604905] scsi host1: ata_piix [ 0.605615] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.606832] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.608279] libphy: Fixed MDIO Bus: probed [ 0.609098] tun: Universal TUN/TAP device driver, 1.6 [ 0.610046] tun: (C) 1999-2004 Max Krasnyansky [ 0.612173] PPP generic driver version 2.4.2 [ 0.613048] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.614300] ehci-pci: EHCI PCI platform driver [ 0.615161] ehci-platform: EHCI generic platform driver [ 0.616131] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.617226] ohci-pci: OHCI PCI platform driver [ 0.618068] ohci-platform: OHCI generic platform driver [ 0.619031] uhci_hcd: USB Universal Host Controller Interface driver [ 0.633343] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.634325] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.635744] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.636741] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.637828] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.639014] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.640411] usb usb1: Product: UHCI Host Controller [ 0.641324] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.642432] usb usb1: SerialNumber: 0000:00:01.2 [ 0.643396] hub 1-0:1.0: USB hub found [ 0.644158] hub 1-0:1.0: 2 ports detected [ 0.645043] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.647123] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.648049] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.649051] mousedev: PS/2 mouse device common for all mice [ 0.650270] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.652067] rtc_cmos 00:00: RTC can wake from S4 [ 0.653143] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.654324] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.655494] i2c /dev entries driver [ 0.656245] device-mapper: uevent: version 1.0.3 [ 0.657152] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.658745] ledtrig-cpu: registered to indicate activity on CPUs [ 0.660011] NET: Registered protocol family 10 [ 0.660973] NET: Registered protocol family 17 [ 0.661844] Key type dns_resolver registered [ 0.662752] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.663830] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.665550] registered taskstats version 1 [ 0.666366] Loading compiled-in X.509 certificates [ 0.667788] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.669619] zswap: loaded using pool lzo/zbud [ 0.670987] Key type trusted registered [ 0.672521] Key type encrypted registered [ 0.673341] AppArmor: AppArmor sha1 policy hashing enabled [ 0.674352] ima: No TPM chip found, activating TPM-bypass! [ 0.675384] evm: HMAC attrs: 0x1 [ 0.676321] Magic number: 6:169:779 [ 0.677144] rtc_cmos 00:00: setting system clock to 2018-10-26 09:45:47 UTC (1540547147) [ 0.678713] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.679823] EDD information not available. [ 0.768042] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.769584] Write protecting the kernel read-only data: 14336k [ 0.781378] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.783161] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.54 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.735932] 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.5... Lease of 10.55.0.5 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.68. 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 2018-10-26 09:45:51,120 - create_instance - INFO - Deleting Port with ID - a6d9e86f-bae5-4223-9853-7f072aa1d368 2018-10-26 09:45:51,120 - neutron_utils - INFO - Deleting port with name SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09dport-1 2018-10-26 09:45:51,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/a6d9e86f-bae5-4223-9853-7f072aa1d368 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ed8a6c5df56adb53c39e6d08fa10a7ddc76911" 2018-10-26 09:45:51,845 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5ee8e539-06f3-4541-a99e-eed067064390 Date: Fri, 26 Oct 2018 09:45:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:45:51,845 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/a6d9e86f-bae5-4223-9853-7f072aa1d368 used request id req-5ee8e539-06f3-4541-a99e-eed067064390 2018-10-26 09:45:51,845 - create_instance - INFO - Deleting VM instance - SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-inst 2018-10-26 09:45:51,848 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/6671c195-5c8c-4cbb-9637-7cd9acef1277 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ed8a6c5df56adb53c39e6d08fa10a7ddc76911" 2018-10-26 09:45:51,998 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:45: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-74d5be88-3c0b-4c4e-a5e2-d7691c031cce x-compute-request-id: req-74d5be88-3c0b-4c4e-a5e2-d7691c031cce Content-Type: application/json 2018-10-26 09:45:51,998 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/6671c195-5c8c-4cbb-9637-7cd9acef1277 used request id req-74d5be88-3c0b-4c4e-a5e2-d7691c031cce 2018-10-26 09:45:51,998 - create_instance - INFO - Checking deletion status 2018-10-26 09:45:52,001 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/6671c195-5c8c-4cbb-9637-7cd9acef1277 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ed8a6c5df56adb53c39e6d08fa10a7ddc76911" 2018-10-26 09:45:52,106 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:45: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-cf291e72-9dbe-41d9-8ba1-11f6f2f63cb4 x-compute-request-id: req-cf291e72-9dbe-41d9-8ba1-11f6f2f63cb4 Content-Encoding: gzip Content-Length: 729 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:0e:0b", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/6671c195-5c8c-4cbb-9637-7cd9acef1277", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/6671c195-5c8c-4cbb-9637-7cd9acef1277", "rel": "bookmark"}], "image": {"id": "8e5b2459-5c8e-4c48-86b6-56ef0eed2beb", "links": [{"href": "http://172.30.9.21:8774/images/8e5b2459-5c8e-4c48-86b6-56ef0eed2beb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:45:46.000000", "flavor": {"id": "bd421393-62cd-4237-9ea1-7e94e170042e", "links": [{"href": "http://172.30.9.21:8774/flavors/bd421393-62cd-4237-9ea1-7e94e170042e", "rel": "bookmark"}]}, "id": "6671c195-5c8c-4cbb-9637-7cd9acef1277", "user_id": "b1bfc419f04e461c9e8508e91706fad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:45:51Z", "hostId": "d8fd0692956c436d36de2485a7894b5a10208bc4c4d7da826725ad57", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-inst", "created": "2018-10-26T09:45:40Z", "tenant_id": "5ef946f68f894058be4f65d8e2bfa776", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:45:52,106 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/6671c195-5c8c-4cbb-9637-7cd9acef1277 used request id req-cf291e72-9dbe-41d9-8ba1-11f6f2f63cb4 2018-10-26 09:45:52,107 - create_instance - DEBUG - Instance status [SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-inst] is - ACTIVE 2018-10-26 09:45:52,107 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:45:55,110 - create_instance - DEBUG - VM status query timeout in 296.888206005 2018-10-26 09:45:55,113 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/6671c195-5c8c-4cbb-9637-7cd9acef1277 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ed8a6c5df56adb53c39e6d08fa10a7ddc76911" 2018-10-26 09:45:55,603 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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,Accept-Encoding x-openstack-request-id: req-6899c0ca-7fb5-4c05-8719-c2c68fe86a68 x-compute-request-id: req-6899c0ca-7fb5-4c05-8719-c2c68fe86a68 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.21:8774/v2.1/servers/6671c195-5c8c-4cbb-9637-7cd9acef1277", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/6671c195-5c8c-4cbb-9637-7cd9acef1277", "rel": "bookmark"}], "image": {"id": "8e5b2459-5c8e-4c48-86b6-56ef0eed2beb", "links": [{"href": "http://172.30.9.21:8774/images/8e5b2459-5c8e-4c48-86b6-56ef0eed2beb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:45:46.000000", "flavor": {"id": "bd421393-62cd-4237-9ea1-7e94e170042e", "links": [{"href": "http://172.30.9.21:8774/flavors/bd421393-62cd-4237-9ea1-7e94e170042e", "rel": "bookmark"}]}, "id": "6671c195-5c8c-4cbb-9637-7cd9acef1277", "user_id": "b1bfc419f04e461c9e8508e91706fad4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:45:51Z", "hostId": "d8fd0692956c436d36de2485a7894b5a10208bc4c4d7da826725ad57", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-inst", "created": "2018-10-26T09:45:40Z", "tenant_id": "5ef946f68f894058be4f65d8e2bfa776", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:45:55,604 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/6671c195-5c8c-4cbb-9637-7cd9acef1277 used request id req-6899c0ca-7fb5-4c05-8719-c2c68fe86a68 2018-10-26 09:45:55,604 - create_instance - DEBUG - Instance status [SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-inst] is - ACTIVE 2018-10-26 09:45:55,604 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:45:58,607 - create_instance - DEBUG - VM status query timeout in 293.390975952 2018-10-26 09:45:58,610 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/6671c195-5c8c-4cbb-9637-7cd9acef1277 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ed8a6c5df56adb53c39e6d08fa10a7ddc76911" 2018-10-26 09:45:58,660 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 09:45: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-d037086f-b534-4048-861d-8695f2dbd008 x-compute-request-id: req-d037086f-b534-4048-861d-8695f2dbd008 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 6671c195-5c8c-4cbb-9637-7cd9acef1277 could not be found.", "code": 404}} 2018-10-26 09:45:58,660 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/6671c195-5c8c-4cbb-9637-7cd9acef1277 used request id req-d037086f-b534-4048-861d-8695f2dbd008 2018-10-26 09:45:58,660 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 6671c195-5c8c-4cbb-9637-7cd9acef1277 could not be found. (HTTP 404) (Request-ID: req-d037086f-b534-4048-861d-8695f2dbd008) 2018-10-26 09:45:58,661 - create_instance - INFO - VM has been properly deleted VM with name - SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-inst 2018-10-26 09:45:58,662 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-priv-subnet 2018-10-26 09:45:58,662 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-priv-subnet 2018-10-26 09:45:58,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/4799080a-32fa-4952-9033-c5b12c02d5dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d49b754fe7ba19f48c64b11ca0431f097f663233" 2018-10-26 09:46:01,162 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fd9cec56-77d9-477d-aa68-dde6f9bb22db Date: Fri, 26 Oct 2018 09:46:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:46:01,163 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/4799080a-32fa-4952-9033-c5b12c02d5dc used request id req-fd9cec56-77d9-477d-aa68-dde6f9bb22db 2018-10-26 09:46:01,163 - neutron_utils - INFO - Deleting network with name SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-priv-net 2018-10-26 09:46:01,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/8ef0d3a4-c033-4d12-ae8a-28d3214c2dd4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d49b754fe7ba19f48c64b11ca0431f097f663233" 2018-10-26 09:46:02,391 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-904d687c-ad77-41dc-8049-de7d6973b414 Date: Fri, 26 Oct 2018 09:46:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:46:02,391 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/8ef0d3a4-c033-4d12-ae8a-28d3214c2dd4 used request id req-904d687c-ad77-41dc-8049-de7d6973b414 2018-10-26 09:46:02,395 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/bd421393-62cd-4237-9ea1-7e94e170042e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d26967be5bf32f39af8accbddf6472f13d2edfc8" 2018-10-26 09:46:02,447 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:46: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-7836d6e4-6b1b-490a-b987-ef9838b391fd x-compute-request-id: req-7836d6e4-6b1b-490a-b987-ef9838b391fd Content-Length: 0 Content-Type: application/json 2018-10-26 09:46:02,447 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/bd421393-62cd-4237-9ea1-7e94e170042e used request id req-7836d6e4-6b1b-490a-b987-ef9838b391fd 2018-10-26 09:46:02,448 - glance_utils - INFO - Deleting image named - SimpleHealthCheck-26e4e842-15c1-40f7-adf8-9f5e9fa0d09d-image 2018-10-26 09:46:02,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/8e5b2459-5c8e-4c48-86b6-56ef0eed2beb -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}70497462fb59e964531b47d9681ad6fc2640280c" 2018-10-26 09:46:04,237 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-711a28a0-e83a-4d4a-8511-a3c9ad66ffb0 Date: Fri, 26 Oct 2018 09:46: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-26 09:46:04,237 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/8e5b2459-5c8e-4c48-86b6-56ef0eed2beb used request id req-711a28a0-e83a-4d4a-8511-a3c9ad66ffb0 2018-10-26 09:46:04,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3d168ef054d58ee95912a202a9e8f0e1bbdcf33" 2018-10-26 09:46:04,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-34c809b3-fa34-414f-afee-b6275612bae7 Date: Fri, 26 Oct 2018 09:46:04 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5ef946f68f894058be4f65d8e2bfa776", "created_at": "2018-10-26T09:45:31Z", "updated_at": "2018-10-26T09:45:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:45:31Z", "revision_number": 0, "id": "2ea29096-f7e1-4b0a-a495-f2c8ffedaa09", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:45:31Z", "security_group_id": "2b113dba-0f23-42ff-a08f-71f0d2aa5d7f", "tenant_id": "5ef946f68f894058be4f65d8e2bfa776", "port_range_min": null, "ethertype": "IPv4", "project_id": "5ef946f68f894058be4f65d8e2bfa776"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:45:31Z", "revision_number": 0, "id": "9c95921b-d0a1-4bba-8a6f-b127f764ca75", "remote_group_id": "2b113dba-0f23-42ff-a08f-71f0d2aa5d7f", "remote_ip_prefix": null, "created_at": "2018-10-26T09:45:31Z", "security_group_id": "2b113dba-0f23-42ff-a08f-71f0d2aa5d7f", "tenant_id": "5ef946f68f894058be4f65d8e2bfa776", "port_range_min": null, "ethertype": "IPv4", "project_id": "5ef946f68f894058be4f65d8e2bfa776"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:45:31Z", "revision_number": 0, "id": "bd7a983f-9245-496a-be69-61b84e5413a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:45:31Z", "security_group_id": "2b113dba-0f23-42ff-a08f-71f0d2aa5d7f", "tenant_id": "5ef946f68f894058be4f65d8e2bfa776", "port_range_min": null, "ethertype": "IPv6", "project_id": "5ef946f68f894058be4f65d8e2bfa776"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:45:31Z", "revision_number": 0, "id": "e57c6679-705d-4313-9394-1b9d29da6d78", "remote_group_id": "2b113dba-0f23-42ff-a08f-71f0d2aa5d7f", "remote_ip_prefix": null, "created_at": "2018-10-26T09:45:31Z", "security_group_id": "2b113dba-0f23-42ff-a08f-71f0d2aa5d7f", "tenant_id": "5ef946f68f894058be4f65d8e2bfa776", "port_range_min": null, "ethertype": "IPv6", "project_id": "5ef946f68f894058be4f65d8e2bfa776"}], "revision_number": 4, "project_id": "5ef946f68f894058be4f65d8e2bfa776", "id": "2b113dba-0f23-42ff-a08f-71f0d2aa5d7f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:46:04,454 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-34c809b3-fa34-414f-afee-b6275612bae7 2018-10-26 09:46:04,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5ef946f68f894058be4f65d8e2bfa776 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3d168ef054d58ee95912a202a9e8f0e1bbdcf33" 2018-10-26 09:46:04,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:46:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5082974-9737-42a0-b201-dfa1a116c620 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/5ef946f68f894058be4f65d8e2bfa776"}, "enabled": true, "id": "5ef946f68f894058be4f65d8e2bfa776", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-98a77760-a127-453-proj"}} 2018-10-26 09:46:04,546 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5ef946f68f894058be4f65d8e2bfa776 used request id req-b5082974-9737-42a0-b201-dfa1a116c620 2018-10-26 09:46:04,546 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2b113dba-0f23-42ff-a08f-71f0d2aa5d7f 2018-10-26 09:46:04,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=2b113dba-0f23-42ff-a08f-71f0d2aa5d7f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3d168ef054d58ee95912a202a9e8f0e1bbdcf33" 2018-10-26 09:46:04,730 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-088bb666-e82f-413e-880b-26c160b6dc4b Date: Fri, 26 Oct 2018 09:46: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-26T09:45:31Z", "security_group_id": "2b113dba-0f23-42ff-a08f-71f0d2aa5d7f", "port_range_min": null, "revision_number": 0, "tenant_id": "5ef946f68f894058be4f65d8e2bfa776", "created_at": "2018-10-26T09:45:31Z", "project_id": "5ef946f68f894058be4f65d8e2bfa776", "id": "2ea29096-f7e1-4b0a-a495-f2c8ffedaa09"}, {"remote_group_id": "2b113dba-0f23-42ff-a08f-71f0d2aa5d7f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:45:31Z", "security_group_id": "2b113dba-0f23-42ff-a08f-71f0d2aa5d7f", "port_range_min": null, "revision_number": 0, "tenant_id": "5ef946f68f894058be4f65d8e2bfa776", "created_at": "2018-10-26T09:45:31Z", "project_id": "5ef946f68f894058be4f65d8e2bfa776", "id": "9c95921b-d0a1-4bba-8a6f-b127f764ca75"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:45:31Z", "security_group_id": "2b113dba-0f23-42ff-a08f-71f0d2aa5d7f", "port_range_min": null, "revision_number": 0, "tenant_id": "5ef946f68f894058be4f65d8e2bfa776", "created_at": "2018-10-26T09:45:31Z", "project_id": "5ef946f68f894058be4f65d8e2bfa776", "id": "bd7a983f-9245-496a-be69-61b84e5413a5"}, {"remote_group_id": "2b113dba-0f23-42ff-a08f-71f0d2aa5d7f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:45:31Z", "security_group_id": "2b113dba-0f23-42ff-a08f-71f0d2aa5d7f", "port_range_min": null, "revision_number": 0, "tenant_id": "5ef946f68f894058be4f65d8e2bfa776", "created_at": "2018-10-26T09:45:31Z", "project_id": "5ef946f68f894058be4f65d8e2bfa776", "id": "e57c6679-705d-4313-9394-1b9d29da6d78"}]} 2018-10-26 09:46:04,730 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=2b113dba-0f23-42ff-a08f-71f0d2aa5d7f used request id req-088bb666-e82f-413e-880b-26c160b6dc4b 2018-10-26 09:46:04,731 - neutron_utils - INFO - Deleting security group with name - default 2018-10-26 09:46:04,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/2b113dba-0f23-42ff-a08f-71f0d2aa5d7f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3d168ef054d58ee95912a202a9e8f0e1bbdcf33" 2018-10-26 09:46:05,067 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6e7dd9a3-00fa-4c66-8311-8ae004a3e866 Content-Length: 0 Date: Fri, 26 Oct 2018 09:46:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:46:05,067 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/2b113dba-0f23-42ff-a08f-71f0d2aa5d7f used request id req-6e7dd9a3-00fa-4c66-8311-8ae004a3e866 2018-10-26 09:46:05,068 - keystone_utils - INFO - Deleting project with name - SimpleHealthCheck-98a77760-a127-453-proj 2018-10-26 09:46:05,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/5ef946f68f894058be4f65d8e2bfa776 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3d168ef054d58ee95912a202a9e8f0e1bbdcf33" 2018-10-26 09:46:05,268 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:46:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1fb6ba60-9fa2-4a2a-97af-8f7e3334f552 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:46:05,268 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/5ef946f68f894058be4f65d8e2bfa776 used request id req-1fb6ba60-9fa2-4a2a-97af-8f7e3334f552 2018-10-26 09:46:05,268 - keystone_utils - INFO - Deleting role with name - SimpleHealthCheck-98a77760-a127-453-proj-role 2018-10-26 09:46:05,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/572f6f0058764379a0b194884e6583a8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3d168ef054d58ee95912a202a9e8f0e1bbdcf33" 2018-10-26 09:46:05,379 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:46:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-336d4d14-b97f-4ef0-92a8-e0b4b266d3b2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:46:05,379 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/572f6f0058764379a0b194884e6583a8 used request id req-336d4d14-b97f-4ef0-92a8-e0b4b266d3b2 2018-10-26 09:46:05,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3d168ef054d58ee95912a202a9e8f0e1bbdcf33" 2018-10-26 09:46:05,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:46:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d74f373-8284-4266-aae7-439d392e56de Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:46:05,472 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-5d74f373-8284-4266-aae7-439d392e56de 2018-10-26 09:46:05,473 - keystone_utils - INFO - Deleting user with name - SimpleHealthCheck-98a77760-a127-453-user 2018-10-26 09:46:05,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/b1bfc419f04e461c9e8508e91706fad4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe4f95d90a8b778f854689272336f420ed9ca13" 2018-10-26 09:46:05,659 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:46:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d7a2e64-acbe-4f6e-b4ec-868693b7f082 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:46:05,659 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/b1bfc419f04e461c9e8508e91706fad4 used request id req-9d7a2e64-acbe-4f6e-b4ec-868693b7f082 2018-10-26 09:46:05,660 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:46:06,037 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:46:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["LyyZmbNCSGue_iND5Cl6fg"], "issued_at": "2018-10-26T09:46:06.000000Z"}} 2018-10-26 09:46:06,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dff8ea195b1052c00747bb6a30163d354d7b6c4a" 2018-10-26 09:46:06,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:46:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ec641dd-c419-4731-974c-72cfd232554e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:46:06,123 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-1ec641dd-c419-4731-974c-72cfd232554e 2018-10-26 09:46:06,124 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:46:06,126 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:46:06,513 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:46:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["5VcrnnqcSsu_Kb1IghDvAA"], "issued_at": "2018-10-26T09:46:06.000000Z"}} 2018-10-26 09:46:06,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f553407f9431e92f9bcbddff3c2c0f473e2223c" 2018-10-26 09:46:06,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:46:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fcbd7d9-b758-4c13-a03b-b1d0744e212b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:46:06,590 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8fcbd7d9-b758-4c13-a03b-b1d0744e212b 2018-10-26 09:46:06,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:46:06,599 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:46: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:46:06,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceTwoNetTests-f41898d8-6a27-4b8-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f553407f9431e92f9bcbddff3c2c0f473e2223c" 2018-10-26 09:46:06,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:46:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e4745a6-eeec-4073-8421-797a003f2fb1 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceTwoNetTests-f41898d8-6a27-4b8-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:46:06,684 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceTwoNetTests-f41898d8-6a27-4b8-proj used request id req-1e4745a6-eeec-4073-8421-797a003f2fb1 2018-10-26 09:46:06,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f553407f9431e92f9bcbddff3c2c0f473e2223c" 2018-10-26 09:46:06,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:46:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ce92064-461e-4c4d-a512-03d1d39cfa6f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:46:06,767 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-8ce92064-461e-4c4d-a512-03d1d39cfa6f 2018-10-26 09:46:06,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f553407f9431e92f9bcbddff3c2c0f473e2223c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceTwoNetTests-f41898d8-6a27-4b8-proj"}}' 2018-10-26 09:46:06,894 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:46:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c114a615-75ad-454f-b023-145f2804a088 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3a6067980f3f4242884a83513c2f22dd"}, "enabled": true, "id": "3a6067980f3f4242884a83513c2f22dd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-f41898d8-6a27-4b8-proj"}} 2018-10-26 09:46:06,894 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-c114a615-75ad-454f-b023-145f2804a088 2018-10-26 09:46:06,894 - keystone_utils - INFO - Created project with name - CreateInstanceTwoNetTests-f41898d8-6a27-4b8-proj 2018-10-26 09:46:06,894 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:46:06,895 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:46:07,281 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:46:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["UXN3woQ-Q6ahzRXfj5bCYg"], "issued_at": "2018-10-26T09:46:07.000000Z"}} 2018-10-26 09:46:07,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7148201100fa915123b10ff6cbcd851aacf164b" 2018-10-26 09:46:07,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:46:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c14ad50e-a672-479d-b51b-8fe0558a1bc6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:46:07,361 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c14ad50e-a672-479d-b51b-8fe0558a1bc6 2018-10-26 09:46:07,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:46:07,370 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:46: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:46:07,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7148201100fa915123b10ff6cbcd851aacf164b" 2018-10-26 09:46:07,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:46:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6cd491d0-ea33-43e0-ae72-6acf017879b7 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:46:07,473 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-6cd491d0-ea33-43e0-ae72-6acf017879b7 2018-10-26 09:46:07,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstanceTwoNetTests-f41898d8-6a27-4b8-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7148201100fa915123b10ff6cbcd851aacf164b" 2018-10-26 09:46:07,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:46:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea084a69-59bd-4968-8ed6-568ef878d266 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstanceTwoNetTests-f41898d8-6a27-4b8-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3a6067980f3f4242884a83513c2f22dd"}, "enabled": true, "id": "3a6067980f3f4242884a83513c2f22dd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-f41898d8-6a27-4b8-proj"}]} 2018-10-26 09:46:07,493 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstanceTwoNetTests-f41898d8-6a27-4b8-proj used request id req-ea084a69-59bd-4968-8ed6-568ef878d266 2018-10-26 09:46:07,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7148201100fa915123b10ff6cbcd851aacf164b" 2018-10-26 09:46:07,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:46:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b7e046e-a928-4b45-a74d-c4f12642f982 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:46:07,585 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-2b7e046e-a928-4b45-a74d-c4f12642f982 2018-10-26 09:46:07,966 - keystone_utils - INFO - Created user with name - CreateInstanceTwoNetTests-f41898d8-6a27-4b8-user 2018-10-26 09:46:07,966 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:46:07,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f553407f9431e92f9bcbddff3c2c0f473e2223c" 2018-10-26 09:46:08,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:46:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ba0d457-3e47-4380-8f91-59f102a81bdf Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:46:08,055 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-8ba0d457-3e47-4380-8f91-59f102a81bdf 2018-10-26 09:46:08,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f553407f9431e92f9bcbddff3c2c0f473e2223c" -d '{"role": {"name": "CreateInstanceTwoNetTests-f41898d8-6a27-4b8-proj-role"}}' 2018-10-26 09:46:08,163 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:46:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b164c0ee-4f5b-4fdf-a0da-0140eb19cce5 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "95a0761964d549729ea5d451de4f88e3", "links": {"self": "http://172.30.9.21:5000/v3/roles/95a0761964d549729ea5d451de4f88e3"}, "name": "CreateInstanceTwoNetTests-f41898d8-6a27-4b8-proj-role"}} 2018-10-26 09:46:08,163 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-b164c0ee-4f5b-4fdf-a0da-0140eb19cce5 2018-10-26 09:46:08,163 - keystone_utils - INFO - Created role with name - CreateInstanceTwoNetTests-f41898d8-6a27-4b8-proj-role 2018-10-26 09:46:08,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/95a0761964d549729ea5d451de4f88e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f553407f9431e92f9bcbddff3c2c0f473e2223c" 2018-10-26 09:46:08,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:46:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a42fe0a-fde2-4f1d-b6a5-6d9ba6a4a522 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/95a0761964d549729ea5d451de4f88e3"}, "domain_id": null, "name": "CreateInstanceTwoNetTests-f41898d8-6a27-4b8-proj-role", "id": "95a0761964d549729ea5d451de4f88e3"}} 2018-10-26 09:46:08,254 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/95a0761964d549729ea5d451de4f88e3 used request id req-6a42fe0a-fde2-4f1d-b6a5-6d9ba6a4a522 2018-10-26 09:46:08,255 - keystone_utils - INFO - Granting role CreateInstanceTwoNetTests-f41898d8-6a27-4b8-proj-role to project CreateInstanceTwoNetTests-f41898d8-6a27-4b8-proj 2018-10-26 09:46:08,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/3a6067980f3f4242884a83513c2f22dd/users/0f71adbc019843c3aef743b66bfe716b/roles/95a0761964d549729ea5d451de4f88e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f553407f9431e92f9bcbddff3c2c0f473e2223c" 2018-10-26 09:46:08,375 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:46:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d08442d6-99a5-44f1-ad1e-0ec3bdf70f1a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:46:08,375 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/3a6067980f3f4242884a83513c2f22dd/users/0f71adbc019843c3aef743b66bfe716b/roles/95a0761964d549729ea5d451de4f88e3 used request id req-d08442d6-99a5-44f1-ad1e-0ec3bdf70f1a 2018-10-26 09:46:08,376 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:46:08,377 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-26 09:46:08,378 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:46:08,378 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:46:08,764 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95a0761964d549729ea5d451de4f88e3", "name": "CreateInstanceTwoNetTests-f41898d8-6a27-4b8-proj-role"}], "expires_at": "2018-10-26T10:46:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a6067980f3f4242884a83513c2f22dd", "name": "CreateInstanceTwoNetTests-f41898d8-6a27-4b8-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/3a6067980f3f4242884a83513c2f22dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/3a6067980f3f4242884a83513c2f22dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/3a6067980f3f4242884a83513c2f22dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/3a6067980f3f4242884a83513c2f22dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/3a6067980f3f4242884a83513c2f22dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/3a6067980f3f4242884a83513c2f22dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-f41898d8-6a27-4b8-user", "id": "0f71adbc019843c3aef743b66bfe716b"}, "audit_ids": ["iio_-AtBQaOPKNXO270Cpw"], "issued_at": "2018-10-26T09:46:08.000000Z"}} 2018-10-26 09:46:08,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38c6b3db44846e7157697a6526372fc5d2e25858" 2018-10-26 09:46:08,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:46:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0a6528c-9268-43b6-b92b-d0e6c6873c05 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:46:08,847 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c0a6528c-9268-43b6-b92b-d0e6c6873c05 2018-10-26 09:46:08,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-94c12dbb-11a8-419d-914b-7a6d434d8268 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}38c6b3db44846e7157697a6526372fc5d2e25858" 2018-10-26 09:46:09,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 164 Content-Type: application/json X-Openstack-Request-Id: req-6dfd6d3f-4e99-4f90-ae98-a5cd7e02f54e Date: Fri, 26 Oct 2018 09:46:09 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceTwoNetTests-94c12dbb-11a8-419d-914b-7a6d434d8268"} 2018-10-26 09:46:09,029 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-94c12dbb-11a8-419d-914b-7a6d434d8268 used request id req-6dfd6d3f-4e99-4f90-ae98-a5cd7e02f54e 2018-10-26 09:46:09,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}38c6b3db44846e7157697a6526372fc5d2e25858" 2018-10-26 09:46:09,174 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-413ad18a-af43-4b56-a6ae-85719f74eeda Date: Fri, 26 Oct 2018 09:46: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-26 09:46:09,174 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-413ad18a-af43-4b56-a6ae-85719f74eeda 2018-10-26 09:46:09,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}38c6b3db44846e7157697a6526372fc5d2e25858" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceTwoNetTests-94c12dbb-11a8-419d-914b-7a6d434d8268"}' 2018-10-26 09:46:09,394 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 623 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/5f8d5f91-82e6-479d-a0e3-6837613715d3 X-Openstack-Request-Id: req-2030f328-bd06-42ee-b4ef-b8618a239713 Date: Fri, 26 Oct 2018 09:46:09 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceTwoNetTests-94c12dbb-11a8-419d-914b-7a6d434d8268", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:46:09Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-26T09:46:09Z", "visibility": "shared", "locations": [], "self": "/v2/images/5f8d5f91-82e6-479d-a0e3-6837613715d3", "min_disk": 0, "protected": false, "id": "5f8d5f91-82e6-479d-a0e3-6837613715d3", "file": "/v2/images/5f8d5f91-82e6-479d-a0e3-6837613715d3/file", "checksum": null, "owner": "3a6067980f3f4242884a83513c2f22dd", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:46:09,394 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-2030f328-bd06-42ee-b4ef-b8618a239713 2018-10-26 09:46:09,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/5f8d5f91-82e6-479d-a0e3-6837613715d3/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}38c6b3db44846e7157697a6526372fc5d2e25858" -d '' 2018-10-26 09:46:10,496 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a5e1d876-b19d-4a09-b7f6-6583cb64ff91 Date: Fri, 26 Oct 2018 09:46: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-26 09:46:10,496 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/5f8d5f91-82e6-479d-a0e3-6837613715d3/file used request id req-a5e1d876-b19d-4a09-b7f6-6583cb64ff91 2018-10-26 09:46:10,497 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 09:46:10,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/5f8d5f91-82e6-479d-a0e3-6837613715d3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}38c6b3db44846e7157697a6526372fc5d2e25858" 2018-10-26 09:46:10,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 884 Content-Type: application/json X-Openstack-Request-Id: req-ffa55019-a584-45d4-81b4-f0b92d5fd96f Date: Fri, 26 Oct 2018 09:46:10 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceTwoNetTests-94c12dbb-11a8-419d-914b-7a6d434d8268", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:46:09Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:46:10Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/5f8d5f91-82e6-479d-a0e3-6837613715d3/snap", "metadata": {}}], "self": "/v2/images/5f8d5f91-82e6-479d-a0e3-6837613715d3", "min_disk": 0, "protected": false, "id": "5f8d5f91-82e6-479d-a0e3-6837613715d3", "file": "/v2/images/5f8d5f91-82e6-479d-a0e3-6837613715d3/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3a6067980f3f4242884a83513c2f22dd", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/5f8d5f91-82e6-479d-a0e3-6837613715d3/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:46:10,751 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/5f8d5f91-82e6-479d-a0e3-6837613715d3 used request id req-ffa55019-a584-45d4-81b4-f0b92d5fd96f 2018-10-26 09:46:10,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}38c6b3db44846e7157697a6526372fc5d2e25858" 2018-10-26 09:46:10,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-8f6a0c4a-5057-44f5-9aaa-7ada449c4225 Date: Fri, 26 Oct 2018 09:46: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-26 09:46:10,910 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-8f6a0c4a-5057-44f5-9aaa-7ada449c4225 2018-10-26 09:46:10,913 - create_image - INFO - Created image with name - CreateInstanceTwoNetTests-94c12dbb-11a8-419d-914b-7a6d434d8268 2018-10-26 09:46:10,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/5f8d5f91-82e6-479d-a0e3-6837613715d3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}38c6b3db44846e7157697a6526372fc5d2e25858" 2018-10-26 09:46:11,074 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 884 Content-Type: application/json X-Openstack-Request-Id: req-2bf3c0ca-fabe-4eee-b331-397a1a47226e Date: Fri, 26 Oct 2018 09:46:11 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceTwoNetTests-94c12dbb-11a8-419d-914b-7a6d434d8268", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:46:09Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:46:10Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/5f8d5f91-82e6-479d-a0e3-6837613715d3/snap", "metadata": {}}], "self": "/v2/images/5f8d5f91-82e6-479d-a0e3-6837613715d3", "min_disk": 0, "protected": false, "id": "5f8d5f91-82e6-479d-a0e3-6837613715d3", "file": "/v2/images/5f8d5f91-82e6-479d-a0e3-6837613715d3/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3a6067980f3f4242884a83513c2f22dd", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/5f8d5f91-82e6-479d-a0e3-6837613715d3/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:46:11,074 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/5f8d5f91-82e6-479d-a0e3-6837613715d3 used request id req-2bf3c0ca-fabe-4eee-b331-397a1a47226e 2018-10-26 09:46:11,075 - create_image - DEBUG - Instance status is - active 2018-10-26 09:46:11,075 - create_image - DEBUG - Image is active with name - CreateInstanceTwoNetTests-94c12dbb-11a8-419d-914b-7a6d434d8268 2018-10-26 09:46:11,075 - create_image - INFO - Image is now active with name - CreateInstanceTwoNetTests-94c12dbb-11a8-419d-914b-7a6d434d8268 2018-10-26 09:46:11,075 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:46:11,076 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:46:11,444 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95a0761964d549729ea5d451de4f88e3", "name": "CreateInstanceTwoNetTests-f41898d8-6a27-4b8-proj-role"}], "expires_at": "2018-10-26T10:46:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a6067980f3f4242884a83513c2f22dd", "name": "CreateInstanceTwoNetTests-f41898d8-6a27-4b8-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/3a6067980f3f4242884a83513c2f22dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/3a6067980f3f4242884a83513c2f22dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/3a6067980f3f4242884a83513c2f22dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/3a6067980f3f4242884a83513c2f22dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/3a6067980f3f4242884a83513c2f22dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/3a6067980f3f4242884a83513c2f22dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-f41898d8-6a27-4b8-user", "id": "0f71adbc019843c3aef743b66bfe716b"}, "audit_ids": ["wvEATZRgQxOuVcdNgeNvEg"], "issued_at": "2018-10-26T09:46:11.000000Z"}} 2018-10-26 09:46:11,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a70b3b8fc6eb4ef30fb2c667175b8cce3b0ad734" 2018-10-26 09:46:11,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:46:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17ee1b25-8408-49ea-887b-2253fd079267 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:46:11,525 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-17ee1b25-8408-49ea-887b-2253fd079267 2018-10-26 09:46:11,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a70b3b8fc6eb4ef30fb2c667175b8cce3b0ad734" 2018-10-26 09:46:11,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-d29954a3-b86f-41d9-8309-586f2b68e349 Date: Fri, 26 Oct 2018 09:46:11 GMT RESP BODY: {"networks":[]} 2018-10-26 09:46:11,710 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net1 used request id req-d29954a3-b86f-41d9-8309-586f2b68e349 2018-10-26 09:46:11,710 - neutron_utils - INFO - Creating network with name CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net1 2018-10-26 09:46:11,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a70b3b8fc6eb4ef30fb2c667175b8cce3b0ad734" -d '{"network": {"name": "CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net1", "admin_state_up": true}}' 2018-10-26 09:46:12,478 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-49c4c1b5-6d6d-4feb-a8d6-ee3f774d55ef Date: Fri, 26 Oct 2018 09:46:12 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"2e6cc1e5-93ab-4e52-8937-204b5d146c91","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3a6067980f3f4242884a83513c2f22dd","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T09:46:12Z","is_default":false,"name":"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net1","qos_policy_id":null,"admin_state_up":true,"tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:12Z","mtu":1450}} 2018-10-26 09:46:12,479 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-49c4c1b5-6d6d-4feb-a8d6-ee3f774d55ef 2018-10-26 09:46:12,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=2e6cc1e5-93ab-4e52-8937-204b5d146c91 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a70b3b8fc6eb4ef30fb2c667175b8cce3b0ad734" 2018-10-26 09:46:12,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 609 X-Openstack-Request-Id: req-4d7ff825-f319-4ff5-b792-5a4c478a6337 Date: Fri, 26 Oct 2018 09:46: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-26T09:46:12Z","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3a6067980f3f4242884a83513c2f22dd","id":"2e6cc1e5-93ab-4e52-8937-204b5d146c91","name":"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net1"}]} 2018-10-26 09:46:12,695 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=2e6cc1e5-93ab-4e52-8937-204b5d146c91 used request id req-4d7ff825-f319-4ff5-b792-5a4c478a6337 2018-10-26 09:46:12,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2e6cc1e5-93ab-4e52-8937-204b5d146c91 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a70b3b8fc6eb4ef30fb2c667175b8cce3b0ad734" 2018-10-26 09:46:12,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-3151744d-6b3c-4c19-899e-915a0474ef2e Date: Fri, 26 Oct 2018 09:46:12 GMT RESP BODY: {"subnets":[]} 2018-10-26 09:46:12,897 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2e6cc1e5-93ab-4e52-8937-204b5d146c91 used request id req-3151744d-6b3c-4c19-899e-915a0474ef2e 2018-10-26 09:46:12,897 - neutron_utils - INFO - Creating subnet with name CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-subnet1 2018-10-26 09:46:12,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a70b3b8fc6eb4ef30fb2c667175b8cce3b0ad734" -d '{"subnets": [{"ip_version": 4, "network_id": "2e6cc1e5-93ab-4e52-8937-204b5d146c91", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-subnet1"}]}' 2018-10-26 09:46:13,732 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-52019470-d106-4072-bf17-a19c94546b2b Date: Fri, 26 Oct 2018 09:46:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2e6cc1e5-93ab-4e52-8937-204b5d146c91","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:13Z","dns_nameservers":[],"updated_at":"2018-10-26T09:46:13Z","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":"3a6067980f3f4242884a83513c2f22dd","id":"4591973b-6e51-453b-9663-ecec6f251aad","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-subnet1"}]} 2018-10-26 09:46:13,732 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-52019470-d106-4072-bf17-a19c94546b2b 2018-10-26 09:46:13,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=2e6cc1e5-93ab-4e52-8937-204b5d146c91 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a70b3b8fc6eb4ef30fb2c667175b8cce3b0ad734" 2018-10-26 09:46:13,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-cfe46e36-edad-4db7-95c5-258a5b89a961 Date: Fri, 26 Oct 2018 09:46: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":["4591973b-6e51-453b-9663-ecec6f251aad"],"updated_at":"2018-10-26T09:46:13Z","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a6067980f3f4242884a83513c2f22dd","id":"2e6cc1e5-93ab-4e52-8937-204b5d146c91","name":"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net1"}]} 2018-10-26 09:46:13,976 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=2e6cc1e5-93ab-4e52-8937-204b5d146c91 used request id req-cfe46e36-edad-4db7-95c5-258a5b89a961 2018-10-26 09:46:13,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2e6cc1e5-93ab-4e52-8937-204b5d146c91 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a70b3b8fc6eb4ef30fb2c667175b8cce3b0ad734" 2018-10-26 09:46:14,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-34b6545a-edca-4089-bfe4-92f395a9ace6 Date: Fri, 26 Oct 2018 09:46:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2e6cc1e5-93ab-4e52-8937-204b5d146c91","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:13Z","dns_nameservers":[],"updated_at":"2018-10-26T09:46:13Z","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":"3a6067980f3f4242884a83513c2f22dd","id":"4591973b-6e51-453b-9663-ecec6f251aad","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-subnet1"}]} 2018-10-26 09:46:14,203 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2e6cc1e5-93ab-4e52-8937-204b5d146c91 used request id req-34b6545a-edca-4089-bfe4-92f395a9ace6 2018-10-26 09:46:14,203 - OpenStackNetwork - DEBUG - Network [2e6cc1e5-93ab-4e52-8937-204b5d146c91] created successfully 2018-10-26 09:46:14,204 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:46:14,204 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:46:14,574 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95a0761964d549729ea5d451de4f88e3", "name": "CreateInstanceTwoNetTests-f41898d8-6a27-4b8-proj-role"}], "expires_at": "2018-10-26T10:46:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a6067980f3f4242884a83513c2f22dd", "name": "CreateInstanceTwoNetTests-f41898d8-6a27-4b8-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/3a6067980f3f4242884a83513c2f22dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/3a6067980f3f4242884a83513c2f22dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/3a6067980f3f4242884a83513c2f22dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/3a6067980f3f4242884a83513c2f22dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/3a6067980f3f4242884a83513c2f22dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/3a6067980f3f4242884a83513c2f22dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-f41898d8-6a27-4b8-user", "id": "0f71adbc019843c3aef743b66bfe716b"}, "audit_ids": ["lG8GENEATA2FPikJXKUqzg"], "issued_at": "2018-10-26T09:46:14.000000Z"}} 2018-10-26 09:46:14,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7659e5031f8d6afdb87ae76bc51b78517b20d77b" 2018-10-26 09:46:14,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:46:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61913134-0eb5-4306-801b-dba624ff6e44 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:46:14,644 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-61913134-0eb5-4306-801b-dba624ff6e44 2018-10-26 09:46:14,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7659e5031f8d6afdb87ae76bc51b78517b20d77b" 2018-10-26 09:46:14,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-5567c97c-9533-4021-aae3-8f0bd989d3b1 Date: Fri, 26 Oct 2018 09:46:14 GMT RESP BODY: {"networks":[]} 2018-10-26 09:46:14,824 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net2 used request id req-5567c97c-9533-4021-aae3-8f0bd989d3b1 2018-10-26 09:46:14,825 - neutron_utils - INFO - Creating network with name CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net2 2018-10-26 09:46:14,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7659e5031f8d6afdb87ae76bc51b78517b20d77b" -d '{"network": {"name": "CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net2", "admin_state_up": true}}' 2018-10-26 09:46:15,456 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-4f1067a8-9246-4c2e-a654-196409f9c22d Date: Fri, 26 Oct 2018 09:46:15 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"2a738cb4-dd85-4dd5-b98f-81facc1678bc","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3a6067980f3f4242884a83513c2f22dd","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T09:46:15Z","is_default":false,"name":"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net2","qos_policy_id":null,"admin_state_up":true,"tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:15Z","mtu":1450}} 2018-10-26 09:46:15,456 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-4f1067a8-9246-4c2e-a654-196409f9c22d 2018-10-26 09:46:15,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=2a738cb4-dd85-4dd5-b98f-81facc1678bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7659e5031f8d6afdb87ae76bc51b78517b20d77b" 2018-10-26 09:46:15,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 609 X-Openstack-Request-Id: req-acb51118-01ce-4b34-8c6a-b39a041693d3 Date: Fri, 26 Oct 2018 09:46: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-26T09:46:15Z","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3a6067980f3f4242884a83513c2f22dd","id":"2a738cb4-dd85-4dd5-b98f-81facc1678bc","name":"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net2"}]} 2018-10-26 09:46:15,716 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=2a738cb4-dd85-4dd5-b98f-81facc1678bc used request id req-acb51118-01ce-4b34-8c6a-b39a041693d3 2018-10-26 09:46:15,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2a738cb4-dd85-4dd5-b98f-81facc1678bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7659e5031f8d6afdb87ae76bc51b78517b20d77b" 2018-10-26 09:46:15,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-2db6486d-7ac6-45d6-8440-6e8635e613a0 Date: Fri, 26 Oct 2018 09:46:15 GMT RESP BODY: {"subnets":[]} 2018-10-26 09:46:15,895 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2a738cb4-dd85-4dd5-b98f-81facc1678bc used request id req-2db6486d-7ac6-45d6-8440-6e8635e613a0 2018-10-26 09:46:15,895 - neutron_utils - INFO - Creating subnet with name CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-subnet2 2018-10-26 09:46:15,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7659e5031f8d6afdb87ae76bc51b78517b20d77b" -d '{"subnets": [{"ip_version": 4, "network_id": "2a738cb4-dd85-4dd5-b98f-81facc1678bc", "cidr": "10.200.202.0/24", "gateway_ip": "10.200.202.1", "name": "CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-subnet2"}]}' 2018-10-26 09:46:16,610 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-3e31335e-4b38-4e2b-82ea-cf2a2321c3b0 Date: Fri, 26 Oct 2018 09:46:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2a738cb4-dd85-4dd5-b98f-81facc1678bc","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:16Z","dns_nameservers":[],"updated_at":"2018-10-26T09:46:16Z","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":"3a6067980f3f4242884a83513c2f22dd","id":"32562003-9e79-4a29-99d4-f4197bad0f11","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-subnet2"}]} 2018-10-26 09:46:16,611 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-3e31335e-4b38-4e2b-82ea-cf2a2321c3b0 2018-10-26 09:46:16,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=2a738cb4-dd85-4dd5-b98f-81facc1678bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7659e5031f8d6afdb87ae76bc51b78517b20d77b" 2018-10-26 09:46:16,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-9b123212-ba98-483f-94e7-fa93ade6e0d0 Date: Fri, 26 Oct 2018 09:46: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":["32562003-9e79-4a29-99d4-f4197bad0f11"],"updated_at":"2018-10-26T09:46:16Z","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a6067980f3f4242884a83513c2f22dd","id":"2a738cb4-dd85-4dd5-b98f-81facc1678bc","name":"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net2"}]} 2018-10-26 09:46:16,861 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=2a738cb4-dd85-4dd5-b98f-81facc1678bc used request id req-9b123212-ba98-483f-94e7-fa93ade6e0d0 2018-10-26 09:46:16,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2a738cb4-dd85-4dd5-b98f-81facc1678bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7659e5031f8d6afdb87ae76bc51b78517b20d77b" 2018-10-26 09:46:17,067 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-8fa9d766-ed8f-4454-a47e-edea81945a87 Date: Fri, 26 Oct 2018 09:46:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2a738cb4-dd85-4dd5-b98f-81facc1678bc","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:16Z","dns_nameservers":[],"updated_at":"2018-10-26T09:46:16Z","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":"3a6067980f3f4242884a83513c2f22dd","id":"32562003-9e79-4a29-99d4-f4197bad0f11","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-subnet2"}]} 2018-10-26 09:46:17,067 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2a738cb4-dd85-4dd5-b98f-81facc1678bc used request id req-8fa9d766-ed8f-4454-a47e-edea81945a87 2018-10-26 09:46:17,067 - OpenStackNetwork - DEBUG - Network [2a738cb4-dd85-4dd5-b98f-81facc1678bc] created successfully 2018-10-26 09:46:17,068 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:46:17,068 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:46:17,543 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95a0761964d549729ea5d451de4f88e3", "name": "CreateInstanceTwoNetTests-f41898d8-6a27-4b8-proj-role"}], "expires_at": "2018-10-26T10:46:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a6067980f3f4242884a83513c2f22dd", "name": "CreateInstanceTwoNetTests-f41898d8-6a27-4b8-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/3a6067980f3f4242884a83513c2f22dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/3a6067980f3f4242884a83513c2f22dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/3a6067980f3f4242884a83513c2f22dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/3a6067980f3f4242884a83513c2f22dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/3a6067980f3f4242884a83513c2f22dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/3a6067980f3f4242884a83513c2f22dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-f41898d8-6a27-4b8-user", "id": "0f71adbc019843c3aef743b66bfe716b"}, "audit_ids": ["uyd3LRXnTWylJRVZt7GyMg"], "issued_at": "2018-10-26T09:46:17.000000Z"}} 2018-10-26 09:46:17,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49319b1fb8d8e04cca9f8291da39ce431686332f" 2018-10-26 09:46:17,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:46:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12f195d7-1b48-4457-99bb-695601f8a4ef Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:46:17,619 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-12f195d7-1b48-4457-99bb-695601f8a4ef 2018-10-26 09:46:17,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49319b1fb8d8e04cca9f8291da39ce431686332f" 2018-10-26 09:46:17,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-a708ca8a-bd46-4cf3-bb19-24a4b42add49 Date: Fri, 26 Oct 2018 09:46:17 GMT RESP BODY: {"routers": []} 2018-10-26 09:46:17,818 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-pub-router&admin_state_up=True used request id req-a708ca8a-bd46-4cf3-bb19-24a4b42add49 2018-10-26 09:46:17,819 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:46:17,819 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:46:18,188 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95a0761964d549729ea5d451de4f88e3", "name": "CreateInstanceTwoNetTests-f41898d8-6a27-4b8-proj-role"}], "expires_at": "2018-10-26T10:46:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a6067980f3f4242884a83513c2f22dd", "name": "CreateInstanceTwoNetTests-f41898d8-6a27-4b8-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/3a6067980f3f4242884a83513c2f22dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/3a6067980f3f4242884a83513c2f22dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/3a6067980f3f4242884a83513c2f22dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/3a6067980f3f4242884a83513c2f22dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/3a6067980f3f4242884a83513c2f22dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/3a6067980f3f4242884a83513c2f22dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-f41898d8-6a27-4b8-user", "id": "0f71adbc019843c3aef743b66bfe716b"}, "audit_ids": ["LQR693b_RfSXm-Jnc7s-VA"], "issued_at": "2018-10-26T09:46:18.000000Z"}} 2018-10-26 09:46:18,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}947ad62d276affc2fe870add61ad72d60370047f" 2018-10-26 09:46:18,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:46:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-216b7348-5210-481a-af6c-5240da8c266d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:46:18,266 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-216b7348-5210-481a-af6c-5240da8c266d 2018-10-26 09:46:18,267 - neutron_utils - INFO - Creating router with name - CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-pub-router 2018-10-26 09:46:18,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49319b1fb8d8e04cca9f8291da39ce431686332f" -d '{"router": {"name": "CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-pub-router", "admin_state_up": true}}' 2018-10-26 09:46:22,080 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 536 X-Openstack-Request-Id: req-bb0baa18-b3d2-44c6-9fca-926313769574 Date: Fri, 26 Oct 2018 09:46:22 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "created_at": "2018-10-26T09:46:19Z", "admin_state_up": true, "updated_at": "2018-10-26T09:46:19Z", "flavor_id": null, "revision_number": 1, "routes": [], "project_id": "3a6067980f3f4242884a83513c2f22dd", "id": "8e1a3d99-dd43-4685-be14-153f2d0a4049", "name": "CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-pub-router"}} 2018-10-26 09:46:22,081 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-bb0baa18-b3d2-44c6-9fca-926313769574 2018-10-26 09:46:22,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=8e1a3d99-dd43-4685-be14-153f2d0a4049 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49319b1fb8d8e04cca9f8291da39ce431686332f" 2018-10-26 09:46:22,281 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-cb6fedb7-96f7-4e12-b737-cb668815c789 Date: Fri, 26 Oct 2018 09:46:22 GMT RESP BODY: {"ports":[]} 2018-10-26 09:46:22,281 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=8e1a3d99-dd43-4685-be14-153f2d0a4049 used request id req-cb6fedb7-96f7-4e12-b737-cb668815c789 2018-10-26 09:46:22,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49319b1fb8d8e04cca9f8291da39ce431686332f" 2018-10-26 09:46:22,533 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-e3a9cfce-923b-4818-ad20-d19f57eac1c4 Date: Fri, 26 Oct 2018 09:46: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":["4591973b-6e51-453b-9663-ecec6f251aad"],"updated_at":"2018-10-26T09:46:13Z","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a6067980f3f4242884a83513c2f22dd","id":"2e6cc1e5-93ab-4e52-8937-204b5d146c91","name":"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net1"}]} 2018-10-26 09:46:22,533 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net1 used request id req-e3a9cfce-923b-4818-ad20-d19f57eac1c4 2018-10-26 09:46:22,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:46:22,542 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:46: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:46:22,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a6067980f3f4242884a83513c2f22dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49319b1fb8d8e04cca9f8291da39ce431686332f" 2018-10-26 09:46:22,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:46:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f02cb94-df7a-4305-9ba8-194ca1cee4d4 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3a6067980f3f4242884a83513c2f22dd"}, "enabled": true, "id": "3a6067980f3f4242884a83513c2f22dd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-f41898d8-6a27-4b8-proj"}} 2018-10-26 09:46:22,623 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a6067980f3f4242884a83513c2f22dd used request id req-8f02cb94-df7a-4305-9ba8-194ca1cee4d4 2018-10-26 09:46:22,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2e6cc1e5-93ab-4e52-8937-204b5d146c91 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49319b1fb8d8e04cca9f8291da39ce431686332f" 2018-10-26 09:46:22,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-5b91291c-6121-40a3-ab6d-45c348903af5 Date: Fri, 26 Oct 2018 09:46:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2e6cc1e5-93ab-4e52-8937-204b5d146c91","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:13Z","dns_nameservers":[],"updated_at":"2018-10-26T09:46:13Z","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":"3a6067980f3f4242884a83513c2f22dd","id":"4591973b-6e51-453b-9663-ecec6f251aad","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-subnet1"}]} 2018-10-26 09:46:22,826 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2e6cc1e5-93ab-4e52-8937-204b5d146c91 used request id req-5b91291c-6121-40a3-ab6d-45c348903af5 2018-10-26 09:46:22,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=2e6cc1e5-93ab-4e52-8937-204b5d146c91&name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-router-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49319b1fb8d8e04cca9f8291da39ce431686332f" 2018-10-26 09:46:23,012 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-000db511-ac6e-43e9-8f9a-b3769f47cd70 Date: Fri, 26 Oct 2018 09:46:23 GMT RESP BODY: {"ports":[]} 2018-10-26 09:46:23,012 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=2e6cc1e5-93ab-4e52-8937-204b5d146c91&name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-router-port1&admin_state_up=True used request id req-000db511-ac6e-43e9-8f9a-b3769f47cd70 2018-10-26 09:46:23,012 - OpenStackNetwork - INFO - Retrieved port CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-router-port1 for router - CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-pub-router 2018-10-26 09:46:23,012 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:46:23,013 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:46:23,399 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95a0761964d549729ea5d451de4f88e3", "name": "CreateInstanceTwoNetTests-f41898d8-6a27-4b8-proj-role"}], "expires_at": "2018-10-26T10:46:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a6067980f3f4242884a83513c2f22dd", "name": "CreateInstanceTwoNetTests-f41898d8-6a27-4b8-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/3a6067980f3f4242884a83513c2f22dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/3a6067980f3f4242884a83513c2f22dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/3a6067980f3f4242884a83513c2f22dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/3a6067980f3f4242884a83513c2f22dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/3a6067980f3f4242884a83513c2f22dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/3a6067980f3f4242884a83513c2f22dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-f41898d8-6a27-4b8-user", "id": "0f71adbc019843c3aef743b66bfe716b"}, "audit_ids": ["MZPqUQX_TSGuApSpEOJEVA"], "issued_at": "2018-10-26T09:46:23.000000Z"}} 2018-10-26 09:46:23,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4982d57dbda82a34a9a32ed328c501111cc8715" 2018-10-26 09:46:23,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:46:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-426c3177-1fe7-4d02-a4c7-01a3e05a8228 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:46:23,473 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-426c3177-1fe7-4d02-a4c7-01a3e05a8228 2018-10-26 09:46:23,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49319b1fb8d8e04cca9f8291da39ce431686332f" 2018-10-26 09:46:23,723 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-5f9070a5-bdf6-4d91-8c2d-1ce2a29ef065 Date: Fri, 26 Oct 2018 09:46: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":["4591973b-6e51-453b-9663-ecec6f251aad"],"updated_at":"2018-10-26T09:46:13Z","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a6067980f3f4242884a83513c2f22dd","id":"2e6cc1e5-93ab-4e52-8937-204b5d146c91","name":"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net1"}]} 2018-10-26 09:46:23,723 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net1 used request id req-5f9070a5-bdf6-4d91-8c2d-1ce2a29ef065 2018-10-26 09:46:23,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2e6cc1e5-93ab-4e52-8937-204b5d146c91 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49319b1fb8d8e04cca9f8291da39ce431686332f" 2018-10-26 09:46:23,780 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-872ee08a-1aaa-4192-a98e-7991b728c5c3 Date: Fri, 26 Oct 2018 09:46:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2e6cc1e5-93ab-4e52-8937-204b5d146c91","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:13Z","dns_nameservers":[],"updated_at":"2018-10-26T09:46:13Z","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":"3a6067980f3f4242884a83513c2f22dd","id":"4591973b-6e51-453b-9663-ecec6f251aad","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-subnet1"}]} 2018-10-26 09:46:23,780 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2e6cc1e5-93ab-4e52-8937-204b5d146c91 used request id req-872ee08a-1aaa-4192-a98e-7991b728c5c3 2018-10-26 09:46:23,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49319b1fb8d8e04cca9f8291da39ce431686332f" 2018-10-26 09:46:24,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-e6eb1de0-b4e5-4192-b925-1945c5655268 Date: Fri, 26 Oct 2018 09:46: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":["4591973b-6e51-453b-9663-ecec6f251aad"],"updated_at":"2018-10-26T09:46:13Z","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a6067980f3f4242884a83513c2f22dd","id":"2e6cc1e5-93ab-4e52-8937-204b5d146c91","name":"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net1"}]} 2018-10-26 09:46:24,029 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net1 used request id req-e6eb1de0-b4e5-4192-b925-1945c5655268 2018-10-26 09:46:24,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:46:24,036 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:46: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:46:24,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a6067980f3f4242884a83513c2f22dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4982d57dbda82a34a9a32ed328c501111cc8715" 2018-10-26 09:46:24,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:46:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4971295a-1d02-4736-b065-f4d7a335f87b Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3a6067980f3f4242884a83513c2f22dd"}, "enabled": true, "id": "3a6067980f3f4242884a83513c2f22dd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-f41898d8-6a27-4b8-proj"}} 2018-10-26 09:46:24,119 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a6067980f3f4242884a83513c2f22dd used request id req-4971295a-1d02-4736-b065-f4d7a335f87b 2018-10-26 09:46:24,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2e6cc1e5-93ab-4e52-8937-204b5d146c91 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49319b1fb8d8e04cca9f8291da39ce431686332f" 2018-10-26 09:46:24,309 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-574804f6-c9f8-4044-a01b-3db9dccd2604 Date: Fri, 26 Oct 2018 09:46:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2e6cc1e5-93ab-4e52-8937-204b5d146c91","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:13Z","dns_nameservers":[],"updated_at":"2018-10-26T09:46:13Z","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":"3a6067980f3f4242884a83513c2f22dd","id":"4591973b-6e51-453b-9663-ecec6f251aad","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-subnet1"}]} 2018-10-26 09:46:24,309 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2e6cc1e5-93ab-4e52-8937-204b5d146c91 used request id req-574804f6-c9f8-4044-a01b-3db9dccd2604 2018-10-26 09:46:24,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2e6cc1e5-93ab-4e52-8937-204b5d146c91&name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49319b1fb8d8e04cca9f8291da39ce431686332f" 2018-10-26 09:46:24,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-90de2f93-dbe7-480b-b125-399be24131ad Date: Fri, 26 Oct 2018 09:46:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2e6cc1e5-93ab-4e52-8937-204b5d146c91","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:13Z","dns_nameservers":[],"updated_at":"2018-10-26T09:46:13Z","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":"3a6067980f3f4242884a83513c2f22dd","id":"4591973b-6e51-453b-9663-ecec6f251aad","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-subnet1"}]} 2018-10-26 09:46:24,504 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2e6cc1e5-93ab-4e52-8937-204b5d146c91&name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-subnet1 used request id req-90de2f93-dbe7-480b-b125-399be24131ad 2018-10-26 09:46:24,505 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net1 2018-10-26 09:46:24,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49319b1fb8d8e04cca9f8291da39ce431686332f" -d '{"port": {"network_id": "2e6cc1e5-93ab-4e52-8937-204b5d146c91", "fixed_ips": [{"subnet_id": "4591973b-6e51-453b-9663-ecec6f251aad", "ip_address": "10.200.201.1"}], "name": "CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-router-port1", "admin_state_up": true}}' 2018-10-26 09:46:25,497 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-0b8eec0b-eace-4d7b-8baf-429930e30a57 Date: Fri, 26 Oct 2018 09:46:25 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:46:25Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4591973b-6e51-453b-9663-ecec6f251aad","ip_address":"10.200.201.1"}],"id":"bedc0cea-5f51-4eac-8de9-d0040aacfae2","security_groups":["9f7e213b-c8cc-4094-9a9f-55f295b9d247"],"mac_address":"fa:16:3e:a5:6a:76","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-router-port1","project_id":"3a6067980f3f4242884a83513c2f22dd","qos_policy_id":null,"admin_state_up":true,"network_id":"2e6cc1e5-93ab-4e52-8937-204b5d146c91","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:24Z","binding:vnic_type":"normal"}} 2018-10-26 09:46:25,498 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-0b8eec0b-eace-4d7b-8baf-429930e30a57 2018-10-26 09:46:25,498 - OpenStackNetwork - INFO - Created port CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-router-port1 for router - CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-pub-router 2018-10-26 09:46:25,498 - neutron_utils - INFO - Adding interface to router with name CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-pub-router 2018-10-26 09:46:25,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/8e1a3d99-dd43-4685-be14-153f2d0a4049/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49319b1fb8d8e04cca9f8291da39ce431686332f" -d '{"port_id": "bedc0cea-5f51-4eac-8de9-d0040aacfae2"}' 2018-10-26 09:46:27,411 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2f86898e-39ab-4a6f-ad62-ee33889778ca Date: Fri, 26 Oct 2018 09:46:27 GMT RESP BODY: {"network_id": "2e6cc1e5-93ab-4e52-8937-204b5d146c91", "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "subnet_id": "4591973b-6e51-453b-9663-ecec6f251aad", "subnet_ids": ["4591973b-6e51-453b-9663-ecec6f251aad"], "port_id": "bedc0cea-5f51-4eac-8de9-d0040aacfae2", "id": "8e1a3d99-dd43-4685-be14-153f2d0a4049"} 2018-10-26 09:46:27,411 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/8e1a3d99-dd43-4685-be14-153f2d0a4049/add_router_interface used request id req-2f86898e-39ab-4a6f-ad62-ee33889778ca 2018-10-26 09:46:27,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49319b1fb8d8e04cca9f8291da39ce431686332f" 2018-10-26 09:46:27,528 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-8c22b9b2-9d5c-409e-9cbc-34e247b5a36d Date: Fri, 26 Oct 2018 09:46: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":["32562003-9e79-4a29-99d4-f4197bad0f11"],"updated_at":"2018-10-26T09:46:16Z","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a6067980f3f4242884a83513c2f22dd","id":"2a738cb4-dd85-4dd5-b98f-81facc1678bc","name":"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net2"}]} 2018-10-26 09:46:27,529 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net2 used request id req-8c22b9b2-9d5c-409e-9cbc-34e247b5a36d 2018-10-26 09:46:27,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a6067980f3f4242884a83513c2f22dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49319b1fb8d8e04cca9f8291da39ce431686332f" 2018-10-26 09:46:27,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:46:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1a6317b-2eee-4255-93a0-559a68e3fe09 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3a6067980f3f4242884a83513c2f22dd"}, "enabled": true, "id": "3a6067980f3f4242884a83513c2f22dd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-f41898d8-6a27-4b8-proj"}} 2018-10-26 09:46:27,613 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a6067980f3f4242884a83513c2f22dd used request id req-e1a6317b-2eee-4255-93a0-559a68e3fe09 2018-10-26 09:46:27,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2a738cb4-dd85-4dd5-b98f-81facc1678bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49319b1fb8d8e04cca9f8291da39ce431686332f" 2018-10-26 09:46:27,823 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-4dc413d4-5423-45cd-a4e2-c294086d2b02 Date: Fri, 26 Oct 2018 09:46:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2a738cb4-dd85-4dd5-b98f-81facc1678bc","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:16Z","dns_nameservers":[],"updated_at":"2018-10-26T09:46:16Z","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":"3a6067980f3f4242884a83513c2f22dd","id":"32562003-9e79-4a29-99d4-f4197bad0f11","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-subnet2"}]} 2018-10-26 09:46:27,823 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2a738cb4-dd85-4dd5-b98f-81facc1678bc used request id req-4dc413d4-5423-45cd-a4e2-c294086d2b02 2018-10-26 09:46:27,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=2a738cb4-dd85-4dd5-b98f-81facc1678bc&name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-router-port2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49319b1fb8d8e04cca9f8291da39ce431686332f" 2018-10-26 09:46:28,018 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-5d6b805f-55c2-4fce-b606-30d2674a764c Date: Fri, 26 Oct 2018 09:46:28 GMT RESP BODY: {"ports":[]} 2018-10-26 09:46:28,018 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=2a738cb4-dd85-4dd5-b98f-81facc1678bc&name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-router-port2&admin_state_up=True used request id req-5d6b805f-55c2-4fce-b606-30d2674a764c 2018-10-26 09:46:28,018 - OpenStackNetwork - INFO - Retrieved port CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-router-port2 for router - CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-pub-router 2018-10-26 09:46:28,018 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:46:28,019 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:46:28,386 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95a0761964d549729ea5d451de4f88e3", "name": "CreateInstanceTwoNetTests-f41898d8-6a27-4b8-proj-role"}], "expires_at": "2018-10-26T10:46:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a6067980f3f4242884a83513c2f22dd", "name": "CreateInstanceTwoNetTests-f41898d8-6a27-4b8-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/3a6067980f3f4242884a83513c2f22dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/3a6067980f3f4242884a83513c2f22dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/3a6067980f3f4242884a83513c2f22dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/3a6067980f3f4242884a83513c2f22dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/3a6067980f3f4242884a83513c2f22dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/3a6067980f3f4242884a83513c2f22dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-f41898d8-6a27-4b8-user", "id": "0f71adbc019843c3aef743b66bfe716b"}, "audit_ids": ["IkOGykSLT5umUhUoxz8KYQ"], "issued_at": "2018-10-26T09:46:28.000000Z"}} 2018-10-26 09:46:28,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}263c11a346c204132da739bf41b4b2b5883c6094" 2018-10-26 09:46:28,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:46:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26ad2545-f733-4917-90c0-fed48db4efa5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:46:28,465 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-26ad2545-f733-4917-90c0-fed48db4efa5 2018-10-26 09:46:28,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49319b1fb8d8e04cca9f8291da39ce431686332f" 2018-10-26 09:46:28,711 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-6e28f171-06db-4747-ab21-64c868432690 Date: Fri, 26 Oct 2018 09:46: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":["32562003-9e79-4a29-99d4-f4197bad0f11"],"updated_at":"2018-10-26T09:46:16Z","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a6067980f3f4242884a83513c2f22dd","id":"2a738cb4-dd85-4dd5-b98f-81facc1678bc","name":"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net2"}]} 2018-10-26 09:46:28,711 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net2 used request id req-6e28f171-06db-4747-ab21-64c868432690 2018-10-26 09:46:28,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2a738cb4-dd85-4dd5-b98f-81facc1678bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49319b1fb8d8e04cca9f8291da39ce431686332f" 2018-10-26 09:46:29,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-a545d690-d304-4f8c-8636-249d6ef841f3 Date: Fri, 26 Oct 2018 09:46:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2a738cb4-dd85-4dd5-b98f-81facc1678bc","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:16Z","dns_nameservers":[],"updated_at":"2018-10-26T09:46:16Z","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":"3a6067980f3f4242884a83513c2f22dd","id":"32562003-9e79-4a29-99d4-f4197bad0f11","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-subnet2"}]} 2018-10-26 09:46:29,019 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2a738cb4-dd85-4dd5-b98f-81facc1678bc used request id req-a545d690-d304-4f8c-8636-249d6ef841f3 2018-10-26 09:46:29,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49319b1fb8d8e04cca9f8291da39ce431686332f" 2018-10-26 09:46:29,122 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-4d4a5c88-ab37-4894-ac79-90d63dd0c3a1 Date: Fri, 26 Oct 2018 09:46: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":["32562003-9e79-4a29-99d4-f4197bad0f11"],"updated_at":"2018-10-26T09:46:16Z","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a6067980f3f4242884a83513c2f22dd","id":"2a738cb4-dd85-4dd5-b98f-81facc1678bc","name":"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net2"}]} 2018-10-26 09:46:29,122 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net2 used request id req-4d4a5c88-ab37-4894-ac79-90d63dd0c3a1 2018-10-26 09:46:29,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:46:29,131 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:46: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:46:29,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a6067980f3f4242884a83513c2f22dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}263c11a346c204132da739bf41b4b2b5883c6094" 2018-10-26 09:46:29,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:46:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b0e7c17-be4e-460e-ab3e-121ee60f5858 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3a6067980f3f4242884a83513c2f22dd"}, "enabled": true, "id": "3a6067980f3f4242884a83513c2f22dd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-f41898d8-6a27-4b8-proj"}} 2018-10-26 09:46:29,206 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a6067980f3f4242884a83513c2f22dd used request id req-8b0e7c17-be4e-460e-ab3e-121ee60f5858 2018-10-26 09:46:29,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2a738cb4-dd85-4dd5-b98f-81facc1678bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49319b1fb8d8e04cca9f8291da39ce431686332f" 2018-10-26 09:46:29,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-06223006-acf5-4bcd-9e70-5f3d0a4c05ca Date: Fri, 26 Oct 2018 09:46:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2a738cb4-dd85-4dd5-b98f-81facc1678bc","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:16Z","dns_nameservers":[],"updated_at":"2018-10-26T09:46:16Z","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":"3a6067980f3f4242884a83513c2f22dd","id":"32562003-9e79-4a29-99d4-f4197bad0f11","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-subnet2"}]} 2018-10-26 09:46:29,266 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2a738cb4-dd85-4dd5-b98f-81facc1678bc used request id req-06223006-acf5-4bcd-9e70-5f3d0a4c05ca 2018-10-26 09:46:29,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2a738cb4-dd85-4dd5-b98f-81facc1678bc&name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-subnet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49319b1fb8d8e04cca9f8291da39ce431686332f" 2018-10-26 09:46:29,329 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-bd99cb81-07b7-45bd-bcc0-b39fc8960ad1 Date: Fri, 26 Oct 2018 09:46:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2a738cb4-dd85-4dd5-b98f-81facc1678bc","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:16Z","dns_nameservers":[],"updated_at":"2018-10-26T09:46:16Z","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":"3a6067980f3f4242884a83513c2f22dd","id":"32562003-9e79-4a29-99d4-f4197bad0f11","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-subnet2"}]} 2018-10-26 09:46:29,330 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2a738cb4-dd85-4dd5-b98f-81facc1678bc&name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-subnet2 used request id req-bd99cb81-07b7-45bd-bcc0-b39fc8960ad1 2018-10-26 09:46:29,330 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net2 2018-10-26 09:46:29,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49319b1fb8d8e04cca9f8291da39ce431686332f" -d '{"port": {"network_id": "2a738cb4-dd85-4dd5-b98f-81facc1678bc", "fixed_ips": [{"subnet_id": "32562003-9e79-4a29-99d4-f4197bad0f11", "ip_address": "10.200.202.1"}], "name": "CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-router-port2", "admin_state_up": true}}' 2018-10-26 09:46:30,372 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-2768c122-b27e-4274-93e1-d388fd94889b Date: Fri, 26 Oct 2018 09:46:30 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:46:29Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"32562003-9e79-4a29-99d4-f4197bad0f11","ip_address":"10.200.202.1"}],"id":"43745392-fc16-45ab-a7b4-3bcc4c9ef319","security_groups":["9f7e213b-c8cc-4094-9a9f-55f295b9d247"],"mac_address":"fa:16:3e:04:85:5c","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-router-port2","project_id":"3a6067980f3f4242884a83513c2f22dd","qos_policy_id":null,"admin_state_up":true,"network_id":"2a738cb4-dd85-4dd5-b98f-81facc1678bc","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:29Z","binding:vnic_type":"normal"}} 2018-10-26 09:46:30,372 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-2768c122-b27e-4274-93e1-d388fd94889b 2018-10-26 09:46:30,373 - OpenStackNetwork - INFO - Created port CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-router-port2 for router - CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-pub-router 2018-10-26 09:46:30,373 - neutron_utils - INFO - Adding interface to router with name CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-pub-router 2018-10-26 09:46:30,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/8e1a3d99-dd43-4685-be14-153f2d0a4049/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49319b1fb8d8e04cca9f8291da39ce431686332f" -d '{"port_id": "43745392-fc16-45ab-a7b4-3bcc4c9ef319"}' 2018-10-26 09:46:32,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-0a19c810-986b-4a7c-acec-33f19a850eb1 Date: Fri, 26 Oct 2018 09:46:32 GMT RESP BODY: {"network_id": "2a738cb4-dd85-4dd5-b98f-81facc1678bc", "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "subnet_id": "32562003-9e79-4a29-99d4-f4197bad0f11", "subnet_ids": ["32562003-9e79-4a29-99d4-f4197bad0f11"], "port_id": "43745392-fc16-45ab-a7b4-3bcc4c9ef319", "id": "8e1a3d99-dd43-4685-be14-153f2d0a4049"} 2018-10-26 09:46:32,053 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/8e1a3d99-dd43-4685-be14-153f2d0a4049/add_router_interface used request id req-0a19c810-986b-4a7c-acec-33f19a850eb1 2018-10-26 09:46:32,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/8e1a3d99-dd43-4685-be14-153f2d0a4049 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49319b1fb8d8e04cca9f8291da39ce431686332f" 2018-10-26 09:46:32,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 542 X-Openstack-Request-Id: req-eaff39b6-bfc0-4a94-b698-4c31871a0881 Date: Fri, 26 Oct 2018 09:46:32 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "created_at": "2018-10-26T09:46:19Z", "admin_state_up": true, "updated_at": "2018-10-26T09:46:31Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "3a6067980f3f4242884a83513c2f22dd", "id": "8e1a3d99-dd43-4685-be14-153f2d0a4049", "name": "CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-pub-router"}} 2018-10-26 09:46:32,118 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/8e1a3d99-dd43-4685-be14-153f2d0a4049 used request id req-eaff39b6-bfc0-4a94-b698-4c31871a0881 2018-10-26 09:46:32,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=8e1a3d99-dd43-4685-be14-153f2d0a4049 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49319b1fb8d8e04cca9f8291da39ce431686332f" 2018-10-26 09:46:32,435 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1728 X-Openstack-Request-Id: req-3a639e17-6980-4ff9-9807-0ac2d63bdc94 Date: Fri, 26 Oct 2018 09:46:32 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:46:31Z","device_owner":"network:ha_router_replicated_interface","revision_number":6,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"32562003-9e79-4a29-99d4-f4197bad0f11","ip_address":"10.200.202.1"}],"id":"43745392-fc16-45ab-a7b4-3bcc4c9ef319","security_groups":["9f7e213b-c8cc-4094-9a9f-55f295b9d247"],"mac_address":"fa:16:3e:04:85:5c","project_id":"3a6067980f3f4242884a83513c2f22dd","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-router-port2","admin_state_up":true,"network_id":"2a738cb4-dd85-4dd5-b98f-81facc1678bc","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:29Z","binding:vnic_type":"normal","device_id":"8e1a3d99-dd43-4685-be14-153f2d0a4049"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:46:31Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4591973b-6e51-453b-9663-ecec6f251aad","ip_address":"10.200.201.1"}],"id":"bedc0cea-5f51-4eac-8de9-d0040aacfae2","security_groups":["9f7e213b-c8cc-4094-9a9f-55f295b9d247"],"mac_address":"fa:16:3e:a5:6a:76","project_id":"3a6067980f3f4242884a83513c2f22dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-router-port1","admin_state_up":true,"network_id":"2e6cc1e5-93ab-4e52-8937-204b5d146c91","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:24Z","binding:vnic_type":"normal","device_id":"8e1a3d99-dd43-4685-be14-153f2d0a4049"}]} 2018-10-26 09:46:32,436 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=8e1a3d99-dd43-4685-be14-153f2d0a4049 used request id req-3a639e17-6980-4ff9-9807-0ac2d63bdc94 2018-10-26 09:46:32,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/4591973b-6e51-453b-9663-ecec6f251aad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49319b1fb8d8e04cca9f8291da39ce431686332f" 2018-10-26 09:46:32,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-46338e70-e89a-4aa5-b9bd-df5bcaf23a6f Date: Fri, 26 Oct 2018 09:46:32 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2e6cc1e5-93ab-4e52-8937-204b5d146c91","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:13Z","dns_nameservers":[],"updated_at":"2018-10-26T09:46:13Z","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":"3a6067980f3f4242884a83513c2f22dd","id":"4591973b-6e51-453b-9663-ecec6f251aad","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-subnet1"}} 2018-10-26 09:46:32,631 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/4591973b-6e51-453b-9663-ecec6f251aad used request id req-46338e70-e89a-4aa5-b9bd-df5bcaf23a6f 2018-10-26 09:46:32,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/32562003-9e79-4a29-99d4-f4197bad0f11 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49319b1fb8d8e04cca9f8291da39ce431686332f" 2018-10-26 09:46:32,687 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-f7bef4b4-18fe-465d-b778-64e4c0e8bcf4 Date: Fri, 26 Oct 2018 09:46:32 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2a738cb4-dd85-4dd5-b98f-81facc1678bc","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:16Z","dns_nameservers":[],"updated_at":"2018-10-26T09:46:16Z","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":"3a6067980f3f4242884a83513c2f22dd","id":"32562003-9e79-4a29-99d4-f4197bad0f11","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-subnet2"}} 2018-10-26 09:46:32,687 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/32562003-9e79-4a29-99d4-f4197bad0f11 used request id req-f7bef4b4-18fe-465d-b778-64e4c0e8bcf4 2018-10-26 09:46:32,687 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:46:32,688 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:46:33,069 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:46:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["9ktDWfj9RNiQcs3zLOWr9g"], "issued_at": "2018-10-26T09:46:33.000000Z"}} 2018-10-26 09:46:33,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}635efe48ae36b4f84718e2c78bdeec8b68995c88" 2018-10-26 09:46:33,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:46:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-201ae7a8-4fca-4f29-bca9-c4a985741d25 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:46:33,152 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-201ae7a8-4fca-4f29-bca9-c4a985741d25 2018-10-26 09:46:33,153 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:46:33,159 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}635efe48ae36b4f84718e2c78bdeec8b68995c88" 2018-10-26 09:46:33,351 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:46: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-ffdf5f12-69a6-45cb-8f96-fa9235c9bba7 x-compute-request-id: req-ffdf5f12-69a6-45cb-8f96-fa9235c9bba7 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-26 09:46:33,351 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-ffdf5f12-69a6-45cb-8f96-fa9235c9bba7 2018-10-26 09:46:33,354 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}635efe48ae36b4f84718e2c78bdeec8b68995c88" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-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-26 09:46:33,402 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:46: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-12011af8-5267-4527-b875-4efa723a8ebf x-compute-request-id: req-12011af8-5267-4527-b875-4efa723a8ebf Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/ac3a6187-402c-423f-b3a9-028b21231381", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/ac3a6187-402c-423f-b3a9-028b21231381", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "ac3a6187-402c-423f-b3a9-028b21231381", "name": "CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 09:46:33,402 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-12011af8-5267-4527-b875-4efa723a8ebf 2018-10-26 09:46:33,403 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:46:33,404 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:46:33,778 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95a0761964d549729ea5d451de4f88e3", "name": "CreateInstanceTwoNetTests-f41898d8-6a27-4b8-proj-role"}], "expires_at": "2018-10-26T10:46:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a6067980f3f4242884a83513c2f22dd", "name": "CreateInstanceTwoNetTests-f41898d8-6a27-4b8-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/3a6067980f3f4242884a83513c2f22dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/3a6067980f3f4242884a83513c2f22dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/3a6067980f3f4242884a83513c2f22dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/3a6067980f3f4242884a83513c2f22dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/3a6067980f3f4242884a83513c2f22dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/3a6067980f3f4242884a83513c2f22dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-f41898d8-6a27-4b8-user", "id": "0f71adbc019843c3aef743b66bfe716b"}, "audit_ids": ["YjGOchMLR5q1DgXGj7nC3g"], "issued_at": "2018-10-26T09:46:33.000000Z"}} 2018-10-26 09:46:33,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8309d4e92bdb06b32582fc6ab29ab26dce78a939" 2018-10-26 09:46:33,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:46:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf65fa55-fe6a-4af5-88b5-96948746e2d9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:46:33,854 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-cf65fa55-fe6a-4af5-88b5-96948746e2d9 2018-10-26 09:46:33,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8309d4e92bdb06b32582fc6ab29ab26dce78a939" 2018-10-26 09:46:34,032 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-2402bcac-77e0-4082-a5a2-6cb7883b2fda Date: Fri, 26 Oct 2018 09:46:34 GMT RESP BODY: {"security_groups": []} 2018-10-26 09:46:34,032 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-sec-grp used request id req-2402bcac-77e0-4082-a5a2-6cb7883b2fda 2018-10-26 09:46:34,032 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-sec-grp... 2018-10-26 09:46:34,032 - neutron_utils - INFO - Creating security group with name - CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-sec-grp 2018-10-26 09:46:34,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8309d4e92bdb06b32582fc6ab29ab26dce78a939" -d '{"security_group": {"name": "CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-sec-grp"}}' 2018-10-26 09:46:34,367 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1402 X-Openstack-Request-Id: req-e71b100a-4337-4e67-986c-25dfbff9fe4a Date: Fri, 26 Oct 2018 09:46:34 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "created_at": "2018-10-26T09:46:34Z", "updated_at": "2018-10-26T09:46:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:46:34Z", "revision_number": 0, "id": "4e226d5a-5364-4cbe-a06f-0e21825ad043", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:46:34Z", "security_group_id": "3b49a270-0a79-4a0a-94e1-a39255d955ba", "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a6067980f3f4242884a83513c2f22dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:46:34Z", "revision_number": 0, "id": "529a5d4d-25d2-49e5-92c8-88b5ac9f46ab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:46:34Z", "security_group_id": "3b49a270-0a79-4a0a-94e1-a39255d955ba", "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a6067980f3f4242884a83513c2f22dd"}], "revision_number": 2, "project_id": "3a6067980f3f4242884a83513c2f22dd", "id": "3b49a270-0a79-4a0a-94e1-a39255d955ba", "name": "CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-sec-grp"}} 2018-10-26 09:46:34,367 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-e71b100a-4337-4e67-986c-25dfbff9fe4a 2018-10-26 09:46:34,368 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3b49a270-0a79-4a0a-94e1-a39255d955ba 2018-10-26 09:46:34,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=3b49a270-0a79-4a0a-94e1-a39255d955ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8309d4e92bdb06b32582fc6ab29ab26dce78a939" 2018-10-26 09:46:34,549 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-11a425ad-8059-487d-a897-6d9260f114d3 Date: Fri, 26 Oct 2018 09:46: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-26T09:46:34Z", "security_group_id": "3b49a270-0a79-4a0a-94e1-a39255d955ba", "port_range_min": null, "revision_number": 0, "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "created_at": "2018-10-26T09:46:34Z", "project_id": "3a6067980f3f4242884a83513c2f22dd", "id": "4e226d5a-5364-4cbe-a06f-0e21825ad043"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:46:34Z", "security_group_id": "3b49a270-0a79-4a0a-94e1-a39255d955ba", "port_range_min": null, "revision_number": 0, "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "created_at": "2018-10-26T09:46:34Z", "project_id": "3a6067980f3f4242884a83513c2f22dd", "id": "529a5d4d-25d2-49e5-92c8-88b5ac9f46ab"}]} 2018-10-26 09:46:34,549 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=3b49a270-0a79-4a0a-94e1-a39255d955ba used request id req-11a425ad-8059-487d-a897-6d9260f114d3 2018-10-26 09:46:34,550 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3b49a270-0a79-4a0a-94e1-a39255d955ba 2018-10-26 09:46:34,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=3b49a270-0a79-4a0a-94e1-a39255d955ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8309d4e92bdb06b32582fc6ab29ab26dce78a939" 2018-10-26 09:46:34,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3309101b-60c1-4494-ad5b-25c2cffa7350 Date: Fri, 26 Oct 2018 09:46: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-26T09:46:34Z", "security_group_id": "3b49a270-0a79-4a0a-94e1-a39255d955ba", "port_range_min": null, "revision_number": 0, "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "created_at": "2018-10-26T09:46:34Z", "project_id": "3a6067980f3f4242884a83513c2f22dd", "id": "4e226d5a-5364-4cbe-a06f-0e21825ad043"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:46:34Z", "security_group_id": "3b49a270-0a79-4a0a-94e1-a39255d955ba", "port_range_min": null, "revision_number": 0, "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "created_at": "2018-10-26T09:46:34Z", "project_id": "3a6067980f3f4242884a83513c2f22dd", "id": "529a5d4d-25d2-49e5-92c8-88b5ac9f46ab"}]} 2018-10-26 09:46:34,796 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=3b49a270-0a79-4a0a-94e1-a39255d955ba used request id req-3309101b-60c1-4494-ad5b-25c2cffa7350 2018-10-26 09:46:34,797 - neutron_utils - INFO - Retrieving security group with ID - 3b49a270-0a79-4a0a-94e1-a39255d955ba 2018-10-26 09:46:34,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=3b49a270-0a79-4a0a-94e1-a39255d955ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8309d4e92bdb06b32582fc6ab29ab26dce78a939" 2018-10-26 09:46:34,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1405 X-Openstack-Request-Id: req-6c3481bb-c464-41e8-92db-f525bfba6170 Date: Fri, 26 Oct 2018 09:46:34 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "created_at": "2018-10-26T09:46:34Z", "updated_at": "2018-10-26T09:46:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:46:34Z", "revision_number": 0, "id": "4e226d5a-5364-4cbe-a06f-0e21825ad043", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:46:34Z", "security_group_id": "3b49a270-0a79-4a0a-94e1-a39255d955ba", "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a6067980f3f4242884a83513c2f22dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:46:34Z", "revision_number": 0, "id": "529a5d4d-25d2-49e5-92c8-88b5ac9f46ab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:46:34Z", "security_group_id": "3b49a270-0a79-4a0a-94e1-a39255d955ba", "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a6067980f3f4242884a83513c2f22dd"}], "revision_number": 2, "project_id": "3a6067980f3f4242884a83513c2f22dd", "id": "3b49a270-0a79-4a0a-94e1-a39255d955ba", "name": "CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-sec-grp"}]} 2018-10-26 09:46:34,869 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=3b49a270-0a79-4a0a-94e1-a39255d955ba used request id req-6c3481bb-c464-41e8-92db-f525bfba6170 2018-10-26 09:46:34,870 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3b49a270-0a79-4a0a-94e1-a39255d955ba 2018-10-26 09:46:34,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=3b49a270-0a79-4a0a-94e1-a39255d955ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8309d4e92bdb06b32582fc6ab29ab26dce78a939" 2018-10-26 09:46:34,900 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1805650e-f83d-48c2-b09d-afea3feca5b9 Date: Fri, 26 Oct 2018 09:46: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-26T09:46:34Z", "security_group_id": "3b49a270-0a79-4a0a-94e1-a39255d955ba", "port_range_min": null, "revision_number": 0, "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "created_at": "2018-10-26T09:46:34Z", "project_id": "3a6067980f3f4242884a83513c2f22dd", "id": "4e226d5a-5364-4cbe-a06f-0e21825ad043"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:46:34Z", "security_group_id": "3b49a270-0a79-4a0a-94e1-a39255d955ba", "port_range_min": null, "revision_number": 0, "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "created_at": "2018-10-26T09:46:34Z", "project_id": "3a6067980f3f4242884a83513c2f22dd", "id": "529a5d4d-25d2-49e5-92c8-88b5ac9f46ab"}]} 2018-10-26 09:46:34,900 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=3b49a270-0a79-4a0a-94e1-a39255d955ba used request id req-1805650e-f83d-48c2-b09d-afea3feca5b9 2018-10-26 09:46:34,901 - neutron_utils - INFO - Retrieving security group with ID - 3b49a270-0a79-4a0a-94e1-a39255d955ba 2018-10-26 09:46:34,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=3b49a270-0a79-4a0a-94e1-a39255d955ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8309d4e92bdb06b32582fc6ab29ab26dce78a939" 2018-10-26 09:46:35,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1405 X-Openstack-Request-Id: req-baa880d0-c4ea-4648-a4fb-61c4c3f3c0bb Date: Fri, 26 Oct 2018 09:46:35 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "created_at": "2018-10-26T09:46:34Z", "updated_at": "2018-10-26T09:46:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:46:34Z", "revision_number": 0, "id": "4e226d5a-5364-4cbe-a06f-0e21825ad043", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:46:34Z", "security_group_id": "3b49a270-0a79-4a0a-94e1-a39255d955ba", "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a6067980f3f4242884a83513c2f22dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:46:34Z", "revision_number": 0, "id": "529a5d4d-25d2-49e5-92c8-88b5ac9f46ab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:46:34Z", "security_group_id": "3b49a270-0a79-4a0a-94e1-a39255d955ba", "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a6067980f3f4242884a83513c2f22dd"}], "revision_number": 2, "project_id": "3a6067980f3f4242884a83513c2f22dd", "id": "3b49a270-0a79-4a0a-94e1-a39255d955ba", "name": "CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-sec-grp"}]} 2018-10-26 09:46:35,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=3b49a270-0a79-4a0a-94e1-a39255d955ba used request id req-baa880d0-c4ea-4648-a4fb-61c4c3f3c0bb 2018-10-26 09:46:35,098 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3b49a270-0a79-4a0a-94e1-a39255d955ba 2018-10-26 09:46:35,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=3b49a270-0a79-4a0a-94e1-a39255d955ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8309d4e92bdb06b32582fc6ab29ab26dce78a939" 2018-10-26 09:46:35,270 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d4f3e3fe-6ec6-46f8-b1cf-49a3a1144771 Date: Fri, 26 Oct 2018 09:46: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-26T09:46:34Z", "security_group_id": "3b49a270-0a79-4a0a-94e1-a39255d955ba", "port_range_min": null, "revision_number": 0, "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "created_at": "2018-10-26T09:46:34Z", "project_id": "3a6067980f3f4242884a83513c2f22dd", "id": "4e226d5a-5364-4cbe-a06f-0e21825ad043"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:46:34Z", "security_group_id": "3b49a270-0a79-4a0a-94e1-a39255d955ba", "port_range_min": null, "revision_number": 0, "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "created_at": "2018-10-26T09:46:34Z", "project_id": "3a6067980f3f4242884a83513c2f22dd", "id": "529a5d4d-25d2-49e5-92c8-88b5ac9f46ab"}]} 2018-10-26 09:46:35,270 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=3b49a270-0a79-4a0a-94e1-a39255d955ba used request id req-d4f3e3fe-6ec6-46f8-b1cf-49a3a1144771 2018-10-26 09:46:35,271 - neutron_utils - INFO - Creating security group to security group - CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-sec-grp 2018-10-26 09:46:35,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8309d4e92bdb06b32582fc6ab29ab26dce78a939" 2018-10-26 09:46:35,323 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1405 X-Openstack-Request-Id: req-bc9e5d49-687b-406d-b624-4e6e1bb1005b Date: Fri, 26 Oct 2018 09:46:35 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "created_at": "2018-10-26T09:46:34Z", "updated_at": "2018-10-26T09:46:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:46:34Z", "revision_number": 0, "id": "4e226d5a-5364-4cbe-a06f-0e21825ad043", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:46:34Z", "security_group_id": "3b49a270-0a79-4a0a-94e1-a39255d955ba", "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a6067980f3f4242884a83513c2f22dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:46:34Z", "revision_number": 0, "id": "529a5d4d-25d2-49e5-92c8-88b5ac9f46ab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:46:34Z", "security_group_id": "3b49a270-0a79-4a0a-94e1-a39255d955ba", "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a6067980f3f4242884a83513c2f22dd"}], "revision_number": 2, "project_id": "3a6067980f3f4242884a83513c2f22dd", "id": "3b49a270-0a79-4a0a-94e1-a39255d955ba", "name": "CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-sec-grp"}]} 2018-10-26 09:46:35,323 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-sec-grp used request id req-bc9e5d49-687b-406d-b624-4e6e1bb1005b 2018-10-26 09:46:35,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:46:35,330 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:46: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:46:35,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a6067980f3f4242884a83513c2f22dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8309d4e92bdb06b32582fc6ab29ab26dce78a939" 2018-10-26 09:46:35,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:46:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2476038d-1896-4190-8480-ecedba4f97ef Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3a6067980f3f4242884a83513c2f22dd"}, "enabled": true, "id": "3a6067980f3f4242884a83513c2f22dd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-f41898d8-6a27-4b8-proj"}} 2018-10-26 09:46:35,405 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a6067980f3f4242884a83513c2f22dd used request id req-2476038d-1896-4190-8480-ecedba4f97ef 2018-10-26 09:46:35,405 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3b49a270-0a79-4a0a-94e1-a39255d955ba 2018-10-26 09:46:35,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=3b49a270-0a79-4a0a-94e1-a39255d955ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8309d4e92bdb06b32582fc6ab29ab26dce78a939" 2018-10-26 09:46:35,434 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-befecc80-1f7b-4d65-b854-9f26f690951f Date: Fri, 26 Oct 2018 09:46: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-26T09:46:34Z", "security_group_id": "3b49a270-0a79-4a0a-94e1-a39255d955ba", "port_range_min": null, "revision_number": 0, "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "created_at": "2018-10-26T09:46:34Z", "project_id": "3a6067980f3f4242884a83513c2f22dd", "id": "4e226d5a-5364-4cbe-a06f-0e21825ad043"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:46:34Z", "security_group_id": "3b49a270-0a79-4a0a-94e1-a39255d955ba", "port_range_min": null, "revision_number": 0, "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "created_at": "2018-10-26T09:46:34Z", "project_id": "3a6067980f3f4242884a83513c2f22dd", "id": "529a5d4d-25d2-49e5-92c8-88b5ac9f46ab"}]} 2018-10-26 09:46:35,434 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=3b49a270-0a79-4a0a-94e1-a39255d955ba used request id req-befecc80-1f7b-4d65-b854-9f26f690951f 2018-10-26 09:46:35,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8309d4e92bdb06b32582fc6ab29ab26dce78a939" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "3b49a270-0a79-4a0a-94e1-a39255d955ba"}}' 2018-10-26 09:46:35,751 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-685b0934-f6e8-48c6-b9ab-daa1bb962fee Date: Fri, 26 Oct 2018 09:46:35 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-26T09:46:35Z", "security_group_id": "3b49a270-0a79-4a0a-94e1-a39255d955ba", "port_range_min": null, "revision_number": 0, "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "created_at": "2018-10-26T09:46:35Z", "project_id": "3a6067980f3f4242884a83513c2f22dd", "id": "0172cd57-7ccc-40a5-a715-df7212bd0444"}} 2018-10-26 09:46:35,752 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-685b0934-f6e8-48c6-b9ab-daa1bb962fee 2018-10-26 09:46:35,752 - neutron_utils - INFO - Retrieving security group with ID - 3b49a270-0a79-4a0a-94e1-a39255d955ba 2018-10-26 09:46:35,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=3b49a270-0a79-4a0a-94e1-a39255d955ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8309d4e92bdb06b32582fc6ab29ab26dce78a939" 2018-10-26 09:46:35,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1903 X-Openstack-Request-Id: req-45deec31-3a73-4139-8fa7-554af883502b Date: Fri, 26 Oct 2018 09:46:35 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "created_at": "2018-10-26T09:46:34Z", "updated_at": "2018-10-26T09:46:35Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:46:35Z", "revision_number": 0, "id": "0172cd57-7ccc-40a5-a715-df7212bd0444", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:46:35Z", "security_group_id": "3b49a270-0a79-4a0a-94e1-a39255d955ba", "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a6067980f3f4242884a83513c2f22dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:46:34Z", "revision_number": 0, "id": "4e226d5a-5364-4cbe-a06f-0e21825ad043", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:46:34Z", "security_group_id": "3b49a270-0a79-4a0a-94e1-a39255d955ba", "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a6067980f3f4242884a83513c2f22dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:46:34Z", "revision_number": 0, "id": "529a5d4d-25d2-49e5-92c8-88b5ac9f46ab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:46:34Z", "security_group_id": "3b49a270-0a79-4a0a-94e1-a39255d955ba", "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a6067980f3f4242884a83513c2f22dd"}], "revision_number": 3, "project_id": "3a6067980f3f4242884a83513c2f22dd", "id": "3b49a270-0a79-4a0a-94e1-a39255d955ba", "name": "CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-sec-grp"}]} 2018-10-26 09:46:35,949 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=3b49a270-0a79-4a0a-94e1-a39255d955ba used request id req-45deec31-3a73-4139-8fa7-554af883502b 2018-10-26 09:46:35,950 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3b49a270-0a79-4a0a-94e1-a39255d955ba 2018-10-26 09:46:35,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=3b49a270-0a79-4a0a-94e1-a39255d955ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8309d4e92bdb06b32582fc6ab29ab26dce78a939" 2018-10-26 09:46:36,128 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-9c5892e6-1815-4068-90bf-740a4e187b16 Date: Fri, 26 Oct 2018 09:46:36 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-26T09:46:35Z", "security_group_id": "3b49a270-0a79-4a0a-94e1-a39255d955ba", "port_range_min": null, "revision_number": 0, "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "created_at": "2018-10-26T09:46:35Z", "project_id": "3a6067980f3f4242884a83513c2f22dd", "id": "0172cd57-7ccc-40a5-a715-df7212bd0444"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:46:34Z", "security_group_id": "3b49a270-0a79-4a0a-94e1-a39255d955ba", "port_range_min": null, "revision_number": 0, "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "created_at": "2018-10-26T09:46:34Z", "project_id": "3a6067980f3f4242884a83513c2f22dd", "id": "4e226d5a-5364-4cbe-a06f-0e21825ad043"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:46:34Z", "security_group_id": "3b49a270-0a79-4a0a-94e1-a39255d955ba", "port_range_min": null, "revision_number": 0, "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "created_at": "2018-10-26T09:46:34Z", "project_id": "3a6067980f3f4242884a83513c2f22dd", "id": "529a5d4d-25d2-49e5-92c8-88b5ac9f46ab"}]} 2018-10-26 09:46:36,128 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=3b49a270-0a79-4a0a-94e1-a39255d955ba used request id req-9c5892e6-1815-4068-90bf-740a4e187b16 2018-10-26 09:46:36,129 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:46:36,129 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:46:36,509 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95a0761964d549729ea5d451de4f88e3", "name": "CreateInstanceTwoNetTests-f41898d8-6a27-4b8-proj-role"}], "expires_at": "2018-10-26T10:46:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a6067980f3f4242884a83513c2f22dd", "name": "CreateInstanceTwoNetTests-f41898d8-6a27-4b8-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/3a6067980f3f4242884a83513c2f22dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/3a6067980f3f4242884a83513c2f22dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/3a6067980f3f4242884a83513c2f22dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/3a6067980f3f4242884a83513c2f22dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/3a6067980f3f4242884a83513c2f22dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/3a6067980f3f4242884a83513c2f22dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-f41898d8-6a27-4b8-user", "id": "0f71adbc019843c3aef743b66bfe716b"}, "audit_ids": ["Mce1M3W-RBOkfuVnqoc8JA"], "issued_at": "2018-10-26T09:46:36.000000Z"}} 2018-10-26 09:46:36,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9cc0bcab98c57cada15b7f5f37418c7fa3de32a" 2018-10-26 09:46:36,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:46:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f659c734-cd33-4b15-b5f5-1b107eb560fe Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:46:36,591 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f659c734-cd33-4b15-b5f5-1b107eb560fe 2018-10-26 09:46:36,592 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:46:36,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9cc0bcab98c57cada15b7f5f37418c7fa3de32a" 2018-10-26 09:46:36,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:46:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5e22971-1bc5-44c8-a2f3-0bec2c6e939f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:46:36,664 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b5e22971-1bc5-44c8-a2f3-0bec2c6e939f 2018-10-26 09:46:36,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9cc0bcab98c57cada15b7f5f37418c7fa3de32a" 2018-10-26 09:46:36,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-def40f04-53aa-474f-a0d7-43d5da00f2a6 Date: Fri, 26 Oct 2018 09: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":["4591973b-6e51-453b-9663-ecec6f251aad"],"updated_at":"2018-10-26T09:46:13Z","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a6067980f3f4242884a83513c2f22dd","id":"2e6cc1e5-93ab-4e52-8937-204b5d146c91","name":"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net1"}]} 2018-10-26 09:46:36,916 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net1 used request id req-def40f04-53aa-474f-a0d7-43d5da00f2a6 2018-10-26 09:46:36,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:46:36,925 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:46:36,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a6067980f3f4242884a83513c2f22dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9cc0bcab98c57cada15b7f5f37418c7fa3de32a" 2018-10-26 09:46:37,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:46:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bb66738-8629-4ec2-ab8e-71cfbb9d3ab7 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3a6067980f3f4242884a83513c2f22dd"}, "enabled": true, "id": "3a6067980f3f4242884a83513c2f22dd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-f41898d8-6a27-4b8-proj"}} 2018-10-26 09:46:37,006 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a6067980f3f4242884a83513c2f22dd used request id req-2bb66738-8629-4ec2-ab8e-71cfbb9d3ab7 2018-10-26 09:46:37,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2e6cc1e5-93ab-4e52-8937-204b5d146c91 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9cc0bcab98c57cada15b7f5f37418c7fa3de32a" 2018-10-26 09:46:37,217 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-963857c2-e637-42e9-a879-13f2cf05f33b Date: Fri, 26 Oct 2018 09:46:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2e6cc1e5-93ab-4e52-8937-204b5d146c91","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:13Z","dns_nameservers":[],"updated_at":"2018-10-26T09:46:13Z","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":"3a6067980f3f4242884a83513c2f22dd","id":"4591973b-6e51-453b-9663-ecec6f251aad","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-subnet1"}]} 2018-10-26 09:46:37,217 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2e6cc1e5-93ab-4e52-8937-204b5d146c91 used request id req-963857c2-e637-42e9-a879-13f2cf05f33b 2018-10-26 09:46:37,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=2e6cc1e5-93ab-4e52-8937-204b5d146c91&name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-vm1-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9cc0bcab98c57cada15b7f5f37418c7fa3de32a" 2018-10-26 09:46:37,391 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-26a5f27e-ff5e-4294-8a4a-adfed1ff41f5 Date: Fri, 26 Oct 2018 09:46:37 GMT RESP BODY: {"ports":[]} 2018-10-26 09:46:37,391 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=2e6cc1e5-93ab-4e52-8937-204b5d146c91&name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-vm1-port&admin_state_up=True used request id req-26a5f27e-ff5e-4294-8a4a-adfed1ff41f5 2018-10-26 09:46:37,394 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-inst1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9cc0bcab98c57cada15b7f5f37418c7fa3de32a" 2018-10-26 09:46:37,629 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:46:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0ea71aae-1777-4eee-a780-9520826d4c29 x-compute-request-id: req-0ea71aae-1777-4eee-a780-9520826d4c29 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-26 09:46:37,629 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-inst1 used request id req-0ea71aae-1777-4eee-a780-9520826d4c29 2018-10-26 09:46:37,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9cc0bcab98c57cada15b7f5f37418c7fa3de32a" 2018-10-26 09:46:37,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-c46126b8-2184-4373-a34e-2e0290c89a02 Date: Fri, 26 Oct 2018 09: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":["4591973b-6e51-453b-9663-ecec6f251aad"],"updated_at":"2018-10-26T09:46:13Z","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a6067980f3f4242884a83513c2f22dd","id":"2e6cc1e5-93ab-4e52-8937-204b5d146c91","name":"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net1"}]} 2018-10-26 09:46:37,874 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net1 used request id req-c46126b8-2184-4373-a34e-2e0290c89a02 2018-10-26 09:46:37,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a6067980f3f4242884a83513c2f22dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9cc0bcab98c57cada15b7f5f37418c7fa3de32a" 2018-10-26 09:46:37,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:46:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61e9a025-46c6-4e23-a428-c170e9dcd420 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3a6067980f3f4242884a83513c2f22dd"}, "enabled": true, "id": "3a6067980f3f4242884a83513c2f22dd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-f41898d8-6a27-4b8-proj"}} 2018-10-26 09:46:37,951 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a6067980f3f4242884a83513c2f22dd used request id req-61e9a025-46c6-4e23-a428-c170e9dcd420 2018-10-26 09:46:37,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2e6cc1e5-93ab-4e52-8937-204b5d146c91 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9cc0bcab98c57cada15b7f5f37418c7fa3de32a" 2018-10-26 09:46:38,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-e98265cd-f938-4763-bc1a-d921bdb834d5 Date: Fri, 26 Oct 2018 09:46:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2e6cc1e5-93ab-4e52-8937-204b5d146c91","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:13Z","dns_nameservers":[],"updated_at":"2018-10-26T09:46:13Z","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":"3a6067980f3f4242884a83513c2f22dd","id":"4591973b-6e51-453b-9663-ecec6f251aad","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-subnet1"}]} 2018-10-26 09:46:38,152 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2e6cc1e5-93ab-4e52-8937-204b5d146c91 used request id req-e98265cd-f938-4763-bc1a-d921bdb834d5 2018-10-26 09:46:38,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=2e6cc1e5-93ab-4e52-8937-204b5d146c91&name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-vm1-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9cc0bcab98c57cada15b7f5f37418c7fa3de32a" 2018-10-26 09:46:38,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-1310c165-4437-40d8-94ff-4b14cd7eb864 Date: Fri, 26 Oct 2018 09:46:38 GMT RESP BODY: {"ports":[]} 2018-10-26 09:46:38,327 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=2e6cc1e5-93ab-4e52-8937-204b5d146c91&name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-vm1-port&admin_state_up=True used request id req-1310c165-4437-40d8-94ff-4b14cd7eb864 2018-10-26 09:46:38,327 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:46:38,328 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:46:38,705 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95a0761964d549729ea5d451de4f88e3", "name": "CreateInstanceTwoNetTests-f41898d8-6a27-4b8-proj-role"}], "expires_at": "2018-10-26T10:46:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a6067980f3f4242884a83513c2f22dd", "name": "CreateInstanceTwoNetTests-f41898d8-6a27-4b8-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/3a6067980f3f4242884a83513c2f22dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/3a6067980f3f4242884a83513c2f22dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/3a6067980f3f4242884a83513c2f22dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/3a6067980f3f4242884a83513c2f22dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/3a6067980f3f4242884a83513c2f22dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/3a6067980f3f4242884a83513c2f22dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-f41898d8-6a27-4b8-user", "id": "0f71adbc019843c3aef743b66bfe716b"}, "audit_ids": ["L6bQF4HcQqGC-QlUA9gF8Q"], "issued_at": "2018-10-26T09:46:38.000000Z"}} 2018-10-26 09:46:38,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}149aac76855b33a3e511525aec36e5efe687a62b" 2018-10-26 09:46:38,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:46:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36aa13f7-3634-4d6c-96ac-bfdb7dc0ea41 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:46:38,780 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-36aa13f7-3634-4d6c-96ac-bfdb7dc0ea41 2018-10-26 09:46:38,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9cc0bcab98c57cada15b7f5f37418c7fa3de32a" 2018-10-26 09:46:39,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-df910b4e-fc1e-4378-ae6f-800906dbb6ea Date: Fri, 26 Oct 2018 09: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":["4591973b-6e51-453b-9663-ecec6f251aad"],"updated_at":"2018-10-26T09:46:13Z","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a6067980f3f4242884a83513c2f22dd","id":"2e6cc1e5-93ab-4e52-8937-204b5d146c91","name":"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net1"}]} 2018-10-26 09:46:39,043 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net1 used request id req-df910b4e-fc1e-4378-ae6f-800906dbb6ea 2018-10-26 09:46:39,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2e6cc1e5-93ab-4e52-8937-204b5d146c91 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9cc0bcab98c57cada15b7f5f37418c7fa3de32a" 2018-10-26 09:46:39,099 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-daf80318-552e-4836-abee-ff382d800a25 Date: Fri, 26 Oct 2018 09:46:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2e6cc1e5-93ab-4e52-8937-204b5d146c91","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:13Z","dns_nameservers":[],"updated_at":"2018-10-26T09:46:13Z","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":"3a6067980f3f4242884a83513c2f22dd","id":"4591973b-6e51-453b-9663-ecec6f251aad","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-subnet1"}]} 2018-10-26 09:46:39,099 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2e6cc1e5-93ab-4e52-8937-204b5d146c91 used request id req-daf80318-552e-4836-abee-ff382d800a25 2018-10-26 09:46:39,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9cc0bcab98c57cada15b7f5f37418c7fa3de32a" 2018-10-26 09:46:39,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-0dc78701-5a37-4fe1-a262-ce94a96f7d20 Date: Fri, 26 Oct 2018 09: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":["4591973b-6e51-453b-9663-ecec6f251aad"],"updated_at":"2018-10-26T09:46:13Z","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a6067980f3f4242884a83513c2f22dd","id":"2e6cc1e5-93ab-4e52-8937-204b5d146c91","name":"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net1"}]} 2018-10-26 09:46:39,349 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net1 used request id req-0dc78701-5a37-4fe1-a262-ce94a96f7d20 2018-10-26 09:46:39,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:46:39,358 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:46:39,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a6067980f3f4242884a83513c2f22dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}149aac76855b33a3e511525aec36e5efe687a62b" 2018-10-26 09:46:39,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:46:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0d9e34f-5018-4367-912b-6a93728ca622 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3a6067980f3f4242884a83513c2f22dd"}, "enabled": true, "id": "3a6067980f3f4242884a83513c2f22dd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-f41898d8-6a27-4b8-proj"}} 2018-10-26 09:46:39,438 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a6067980f3f4242884a83513c2f22dd used request id req-a0d9e34f-5018-4367-912b-6a93728ca622 2018-10-26 09:46:39,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2e6cc1e5-93ab-4e52-8937-204b5d146c91 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9cc0bcab98c57cada15b7f5f37418c7fa3de32a" 2018-10-26 09:46:39,643 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-ab909670-e241-45a6-a974-6b3997ae0631 Date: Fri, 26 Oct 2018 09:46:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2e6cc1e5-93ab-4e52-8937-204b5d146c91","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:13Z","dns_nameservers":[],"updated_at":"2018-10-26T09:46:13Z","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":"3a6067980f3f4242884a83513c2f22dd","id":"4591973b-6e51-453b-9663-ecec6f251aad","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-subnet1"}]} 2018-10-26 09:46:39,644 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2e6cc1e5-93ab-4e52-8937-204b5d146c91 used request id req-ab909670-e241-45a6-a974-6b3997ae0631 2018-10-26 09:46:39,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2e6cc1e5-93ab-4e52-8937-204b5d146c91&name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9cc0bcab98c57cada15b7f5f37418c7fa3de32a" 2018-10-26 09:46:39,865 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-7803c14b-6f56-4e62-99a1-f3a911525693 Date: Fri, 26 Oct 2018 09:46:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2e6cc1e5-93ab-4e52-8937-204b5d146c91","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:13Z","dns_nameservers":[],"updated_at":"2018-10-26T09:46:13Z","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":"3a6067980f3f4242884a83513c2f22dd","id":"4591973b-6e51-453b-9663-ecec6f251aad","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-subnet1"}]} 2018-10-26 09:46:39,865 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2e6cc1e5-93ab-4e52-8937-204b5d146c91&name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-subnet1 used request id req-7803c14b-6f56-4e62-99a1-f3a911525693 2018-10-26 09:46:39,866 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net1 2018-10-26 09:46:39,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9cc0bcab98c57cada15b7f5f37418c7fa3de32a" -d '{"port": {"network_id": "2e6cc1e5-93ab-4e52-8937-204b5d146c91", "fixed_ips": [{"subnet_id": "4591973b-6e51-453b-9663-ecec6f251aad", "ip_address": "10.200.201.5"}], "name": "CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-vm1-port", "admin_state_up": true}}' 2018-10-26 09:46:41,191 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 787 X-Openstack-Request-Id: req-cfb6361f-179d-4cd6-967c-d156bc73cd39 Date: Fri, 26 Oct 2018 09:46:41 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:46:40Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4591973b-6e51-453b-9663-ecec6f251aad","ip_address":"10.200.201.5"}],"id":"30d81dab-4e9d-43e9-8ecf-b5c0561312c0","security_groups":["9f7e213b-c8cc-4094-9a9f-55f295b9d247"],"mac_address":"fa:16:3e:cb:fb:79","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-vm1-port","project_id":"3a6067980f3f4242884a83513c2f22dd","qos_policy_id":null,"admin_state_up":true,"network_id":"2e6cc1e5-93ab-4e52-8937-204b5d146c91","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:40Z","binding:vnic_type":"normal"}} 2018-10-26 09:46:41,192 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-cfb6361f-179d-4cd6-967c-d156bc73cd39 2018-10-26 09:46:41,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9cc0bcab98c57cada15b7f5f37418c7fa3de32a" 2018-10-26 09:46:41,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-7897eda3-1690-46be-8f98-cecfe95bedae Date: Fri, 26 Oct 2018 09:46: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":["4591973b-6e51-453b-9663-ecec6f251aad"],"updated_at":"2018-10-26T09:46:13Z","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a6067980f3f4242884a83513c2f22dd","id":"2e6cc1e5-93ab-4e52-8937-204b5d146c91","name":"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net1"}]} 2018-10-26 09:46:41,310 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net1 used request id req-7897eda3-1690-46be-8f98-cecfe95bedae 2018-10-26 09:46:41,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a6067980f3f4242884a83513c2f22dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9cc0bcab98c57cada15b7f5f37418c7fa3de32a" 2018-10-26 09:46:41,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:46:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6519ada4-4fce-42ee-9a98-7adadf5c1593 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3a6067980f3f4242884a83513c2f22dd"}, "enabled": true, "id": "3a6067980f3f4242884a83513c2f22dd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-f41898d8-6a27-4b8-proj"}} 2018-10-26 09:46:41,395 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a6067980f3f4242884a83513c2f22dd used request id req-6519ada4-4fce-42ee-9a98-7adadf5c1593 2018-10-26 09:46:41,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2e6cc1e5-93ab-4e52-8937-204b5d146c91 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9cc0bcab98c57cada15b7f5f37418c7fa3de32a" 2018-10-26 09:46:41,609 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-81e84ffd-6956-4a40-8779-e235a50bf74a Date: Fri, 26 Oct 2018 09:46:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2e6cc1e5-93ab-4e52-8937-204b5d146c91","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:13Z","dns_nameservers":[],"updated_at":"2018-10-26T09:46:13Z","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":"3a6067980f3f4242884a83513c2f22dd","id":"4591973b-6e51-453b-9663-ecec6f251aad","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-subnet1"}]} 2018-10-26 09:46:41,610 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2e6cc1e5-93ab-4e52-8937-204b5d146c91 used request id req-81e84ffd-6956-4a40-8779-e235a50bf74a 2018-10-26 09:46:41,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=2e6cc1e5-93ab-4e52-8937-204b5d146c91&name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-vm1-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9cc0bcab98c57cada15b7f5f37418c7fa3de32a" 2018-10-26 09:46:41,820 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-e628b597-2cd3-4883-a84b-fda68491a4ad Date: Fri, 26 Oct 2018 09:46:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:46:40Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4591973b-6e51-453b-9663-ecec6f251aad","ip_address":"10.200.201.5"}],"id":"30d81dab-4e9d-43e9-8ecf-b5c0561312c0","security_groups":["9f7e213b-c8cc-4094-9a9f-55f295b9d247"],"mac_address":"fa:16:3e:cb:fb:79","project_id":"3a6067980f3f4242884a83513c2f22dd","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-vm1-port","admin_state_up":true,"network_id":"2e6cc1e5-93ab-4e52-8937-204b5d146c91","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:40Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-26 09:46:41,821 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=2e6cc1e5-93ab-4e52-8937-204b5d146c91&name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-vm1-port&admin_state_up=True used request id req-e628b597-2cd3-4883-a84b-fda68491a4ad 2018-10-26 09:46:41,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a6067980f3f4242884a83513c2f22dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9cc0bcab98c57cada15b7f5f37418c7fa3de32a" 2018-10-26 09:46:41,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:46:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a8e4a57-9c0c-4e89-b1da-6c0953528d48 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3a6067980f3f4242884a83513c2f22dd"}, "enabled": true, "id": "3a6067980f3f4242884a83513c2f22dd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-f41898d8-6a27-4b8-proj"}} 2018-10-26 09:46:41,900 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a6067980f3f4242884a83513c2f22dd used request id req-7a8e4a57-9c0c-4e89-b1da-6c0953528d48 2018-10-26 09:46:41,900 - nova_utils - INFO - Creating VM with name - CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-inst1 2018-10-26 09:46:41,904 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9cc0bcab98c57cada15b7f5f37418c7fa3de32a" 2018-10-26 09:46:41,930 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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-6c2367f8-2477-4964-923f-f3db51dbc570 x-compute-request-id: req-6c2367f8-2477-4964-923f-f3db51dbc570 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ac3a6187-402c-423f-b3a9-028b21231381", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/ac3a6187-402c-423f-b3a9-028b21231381", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/ac3a6187-402c-423f-b3a9-028b21231381", "rel": "bookmark"}], "name": "CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-flavor-name"}]} 2018-10-26 09:46:41,930 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-6c2367f8-2477-4964-923f-f3db51dbc570 2018-10-26 09:46:41,933 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/ac3a6187-402c-423f-b3a9-028b21231381 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9cc0bcab98c57cada15b7f5f37418c7fa3de32a" 2018-10-26 09:46:41,952 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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-5eebaa79-8423-44dd-b5d4-97b9e60edbf9 x-compute-request-id: req-5eebaa79-8423-44dd-b5d4-97b9e60edbf9 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/ac3a6187-402c-423f-b3a9-028b21231381", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/ac3a6187-402c-423f-b3a9-028b21231381", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "ac3a6187-402c-423f-b3a9-028b21231381", "name": "CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 09:46:41,952 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/ac3a6187-402c-423f-b3a9-028b21231381 used request id req-5eebaa79-8423-44dd-b5d4-97b9e60edbf9 2018-10-26 09:46:41,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-94c12dbb-11a8-419d-914b-7a6d434d8268 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b9cc0bcab98c57cada15b7f5f37418c7fa3de32a" 2018-10-26 09:46:42,224 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1048 Content-Type: application/json X-Openstack-Request-Id: req-1c9d369b-af73-4201-b44f-b8c2e7a19e08 Date: Fri, 26 Oct 2018 09:46:42 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceTwoNetTests-94c12dbb-11a8-419d-914b-7a6d434d8268", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:46:09Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:46:10Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/5f8d5f91-82e6-479d-a0e3-6837613715d3/snap", "metadata": {}}], "self": "/v2/images/5f8d5f91-82e6-479d-a0e3-6837613715d3", "min_disk": 0, "protected": false, "id": "5f8d5f91-82e6-479d-a0e3-6837613715d3", "file": "/v2/images/5f8d5f91-82e6-479d-a0e3-6837613715d3/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3a6067980f3f4242884a83513c2f22dd", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/5f8d5f91-82e6-479d-a0e3-6837613715d3/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceTwoNetTests-94c12dbb-11a8-419d-914b-7a6d434d8268"} 2018-10-26 09:46:42,224 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-94c12dbb-11a8-419d-914b-7a6d434d8268 used request id req-1c9d369b-af73-4201-b44f-b8c2e7a19e08 2018-10-26 09:46:42,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b9cc0bcab98c57cada15b7f5f37418c7fa3de32a" 2018-10-26 09:46:42,374 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9ea67444-9a4b-4956-a7da-c089f8f6d0b5 Date: Fri, 26 Oct 2018 09:46: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-26 09:46:42,375 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-9ea67444-9a4b-4956-a7da-c089f8f6d0b5 2018-10-26 09:46:42,380 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9cc0bcab98c57cada15b7f5f37418c7fa3de32a" -d '{"server": {"name": "CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-inst1", "imageRef": "5f8d5f91-82e6-479d-a0e3-6837613715d3", "flavorRef": "ac3a6187-402c-423f-b3a9-028b21231381", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDEwLjIwMC4yMDIuNSAyPiYxID4vZGV2L251bGwKIFJFUz0kPwogaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogIGVjaG8gJ3ZQaW5nIE9LJwogIGJyZWFrCiBlbHNlCiAgZWNobyAndlBpbmcgS08nCiBmaQogc2xlZXAgMQpkb25lCgo=", "max_count": 1, "min_count": 1, "networks": [{"port": "30d81dab-4e9d-43e9-8ecf-b5c0561312c0"}]}}' 2018-10-26 09:46:43,955 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09: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 x-openstack-request-id: req-3e80aba0-43b8-4e32-856c-b4ede14d493e x-compute-request-id: req-3e80aba0-43b8-4e32-856c-b4ede14d493e Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/8f55a307-ea45-4668-bd39-c0f11bd5b150 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "8f55a307-ea45-4668-bd39-c0f11bd5b150", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8f55a307-ea45-4668-bd39-c0f11bd5b150", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8f55a307-ea45-4668-bd39-c0f11bd5b150", "rel": "bookmark"}], "adminPass": "8hWmYehrtS5s"}} 2018-10-26 09:46:43,956 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-3e80aba0-43b8-4e32-856c-b4ede14d493e 2018-10-26 09:46:43,959 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/8f55a307-ea45-4668-bd39-c0f11bd5b150 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9cc0bcab98c57cada15b7f5f37418c7fa3de32a" 2018-10-26 09:46:44,326 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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-06765c8e-db45-407c-9076-33908350b36c x-compute-request-id: req-06765c8e-db45-407c-9076-33908350b36c Content-Encoding: gzip Content-Length: 615 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8f55a307-ea45-4668-bd39-c0f11bd5b150", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8f55a307-ea45-4668-bd39-c0f11bd5b150", "rel": "bookmark"}], "image": {"id": "5f8d5f91-82e6-479d-a0e3-6837613715d3", "links": [{"href": "http://172.30.9.21:8774/images/5f8d5f91-82e6-479d-a0e3-6837613715d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac3a6187-402c-423f-b3a9-028b21231381", "links": [{"href": "http://172.30.9.21:8774/flavors/ac3a6187-402c-423f-b3a9-028b21231381", "rel": "bookmark"}]}, "id": "8f55a307-ea45-4668-bd39-c0f11bd5b150", "user_id": "0f71adbc019843c3aef743b66bfe716b", "OS-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-26T09:46:43Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-inst1", "created": "2018-10-26T09:46:43Z", "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:46:44,326 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/8f55a307-ea45-4668-bd39-c0f11bd5b150 used request id req-06765c8e-db45-407c-9076-33908350b36c 2018-10-26 09:46:44,327 - create_instance - INFO - Created instance with name - CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-inst1 2018-10-26 09:46:44,330 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/8f55a307-ea45-4668-bd39-c0f11bd5b150 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9cc0bcab98c57cada15b7f5f37418c7fa3de32a" 2018-10-26 09:46:44,680 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:46: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-48241856-860f-4b7b-8218-f325a1dbdb43 x-compute-request-id: req-48241856-860f-4b7b-8218-f325a1dbdb43 Content-Encoding: gzip Content-Length: 618 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8f55a307-ea45-4668-bd39-c0f11bd5b150", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8f55a307-ea45-4668-bd39-c0f11bd5b150", "rel": "bookmark"}], "image": {"id": "5f8d5f91-82e6-479d-a0e3-6837613715d3", "links": [{"href": "http://172.30.9.21:8774/images/5f8d5f91-82e6-479d-a0e3-6837613715d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac3a6187-402c-423f-b3a9-028b21231381", "links": [{"href": "http://172.30.9.21:8774/flavors/ac3a6187-402c-423f-b3a9-028b21231381", "rel": "bookmark"}]}, "id": "8f55a307-ea45-4668-bd39-c0f11bd5b150", "user_id": "0f71adbc019843c3aef743b66bfe716b", "OS-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-26T09:46:44Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-inst1", "created": "2018-10-26T09:46:43Z", "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:46:44,681 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/8f55a307-ea45-4668-bd39-c0f11bd5b150 used request id req-48241856-860f-4b7b-8218-f325a1dbdb43 2018-10-26 09:46:44,681 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-inst1] is - BUILD 2018-10-26 09:46:44,681 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:46:47,684 - create_instance - DEBUG - VM status query timeout in 896.642343044 2018-10-26 09:46:47,687 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/8f55a307-ea45-4668-bd39-c0f11bd5b150 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9cc0bcab98c57cada15b7f5f37418c7fa3de32a" 2018-10-26 09:46:48,123 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:46: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-0b02bc18-2ba4-42d2-a5d0-a613d004d492 x-compute-request-id: req-0b02bc18-2ba4-42d2-a5d0-a613d004d492 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8f55a307-ea45-4668-bd39-c0f11bd5b150", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8f55a307-ea45-4668-bd39-c0f11bd5b150", "rel": "bookmark"}], "image": {"id": "5f8d5f91-82e6-479d-a0e3-6837613715d3", "links": [{"href": "http://172.30.9.21:8774/images/5f8d5f91-82e6-479d-a0e3-6837613715d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac3a6187-402c-423f-b3a9-028b21231381", "links": [{"href": "http://172.30.9.21:8774/flavors/ac3a6187-402c-423f-b3a9-028b21231381", "rel": "bookmark"}]}, "id": "8f55a307-ea45-4668-bd39-c0f11bd5b150", "security_groups": [{"name": "default"}], "user_id": "0f71adbc019843c3aef743b66bfe716b", "OS-DCF: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-26T09:46:46Z", "hostId": "84080e331a9920b6bf3eacf30309e4a418c5b5266a71c2e5518ac256", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-inst1", "created": "2018-10-26T09:46:43Z", "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:46:48,123 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/8f55a307-ea45-4668-bd39-c0f11bd5b150 used request id req-0b02bc18-2ba4-42d2-a5d0-a613d004d492 2018-10-26 09:46:48,124 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-inst1] is - BUILD 2018-10-26 09:46:48,124 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:46:51,127 - create_instance - DEBUG - VM status query timeout in 893.199568987 2018-10-26 09:46:51,130 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/8f55a307-ea45-4668-bd39-c0f11bd5b150 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9cc0bcab98c57cada15b7f5f37418c7fa3de32a" 2018-10-26 09:46:51,750 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:46: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-95ba9e64-0053-421b-a618-787721cd9d83 x-compute-request-id: req-95ba9e64-0053-421b-a618-787721cd9d83 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8f55a307-ea45-4668-bd39-c0f11bd5b150", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8f55a307-ea45-4668-bd39-c0f11bd5b150", "rel": "bookmark"}], "image": {"id": "5f8d5f91-82e6-479d-a0e3-6837613715d3", "links": [{"href": "http://172.30.9.21:8774/images/5f8d5f91-82e6-479d-a0e3-6837613715d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac3a6187-402c-423f-b3a9-028b21231381", "links": [{"href": "http://172.30.9.21:8774/flavors/ac3a6187-402c-423f-b3a9-028b21231381", "rel": "bookmark"}]}, "id": "8f55a307-ea45-4668-bd39-c0f11bd5b150", "security_groups": [{"name": "default"}], "user_id": "0f71adbc019843c3aef743b66bfe716b", "OS-DCF: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-26T09:46:46Z", "hostId": "84080e331a9920b6bf3eacf30309e4a418c5b5266a71c2e5518ac256", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-inst1", "created": "2018-10-26T09:46:43Z", "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:46:51,750 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/8f55a307-ea45-4668-bd39-c0f11bd5b150 used request id req-95ba9e64-0053-421b-a618-787721cd9d83 2018-10-26 09:46:51,750 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-inst1] is - BUILD 2018-10-26 09:46:51,751 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:46:54,754 - create_instance - DEBUG - VM status query timeout in 889.572983027 2018-10-26 09:46:54,757 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/8f55a307-ea45-4668-bd39-c0f11bd5b150 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9cc0bcab98c57cada15b7f5f37418c7fa3de32a" 2018-10-26 09:46:55,382 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:46: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-1f84dbb0-628d-482a-97df-360210942a79 x-compute-request-id: req-1f84dbb0-628d-482a-97df-360210942a79 Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cb:fb:79", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8f55a307-ea45-4668-bd39-c0f11bd5b150", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8f55a307-ea45-4668-bd39-c0f11bd5b150", "rel": "bookmark"}], "image": {"id": "5f8d5f91-82e6-479d-a0e3-6837613715d3", "links": [{"href": "http://172.30.9.21:8774/images/5f8d5f91-82e6-479d-a0e3-6837613715d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:46:51.000000", "flavor": {"id": "ac3a6187-402c-423f-b3a9-028b21231381", "links": [{"href": "http://172.30.9.21:8774/flavors/ac3a6187-402c-423f-b3a9-028b21231381", "rel": "bookmark"}]}, "id": "8f55a307-ea45-4668-bd39-c0f11bd5b150", "security_groups": [{"name": "default"}], "user_id": "0f71adbc019843c3aef743b66bfe716b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:46:51Z", "hostId": "84080e331a9920b6bf3eacf30309e4a418c5b5266a71c2e5518ac256", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-inst1", "created": "2018-10-26T09:46:43Z", "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:46:55,382 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/8f55a307-ea45-4668-bd39-c0f11bd5b150 used request id req-1f84dbb0-628d-482a-97df-360210942a79 2018-10-26 09:46:55,382 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-inst1] is - ACTIVE 2018-10-26 09:46:55,383 - create_instance - INFO - VM is - ACTIVE 2018-10-26 09:46:55,385 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/8f55a307-ea45-4668-bd39-c0f11bd5b150 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9cc0bcab98c57cada15b7f5f37418c7fa3de32a" 2018-10-26 09:46:56,001 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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,Accept-Encoding x-openstack-request-id: req-a6c70969-784b-47f0-b27c-994c32f31172 x-compute-request-id: req-a6c70969-784b-47f0-b27c-994c32f31172 Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cb:fb:79", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8f55a307-ea45-4668-bd39-c0f11bd5b150", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8f55a307-ea45-4668-bd39-c0f11bd5b150", "rel": "bookmark"}], "image": {"id": "5f8d5f91-82e6-479d-a0e3-6837613715d3", "links": [{"href": "http://172.30.9.21:8774/images/5f8d5f91-82e6-479d-a0e3-6837613715d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:46:51.000000", "flavor": {"id": "ac3a6187-402c-423f-b3a9-028b21231381", "links": [{"href": "http://172.30.9.21:8774/flavors/ac3a6187-402c-423f-b3a9-028b21231381", "rel": "bookmark"}]}, "id": "8f55a307-ea45-4668-bd39-c0f11bd5b150", "security_groups": [{"name": "default"}], "user_id": "0f71adbc019843c3aef743b66bfe716b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:46:51Z", "hostId": "84080e331a9920b6bf3eacf30309e4a418c5b5266a71c2e5518ac256", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-inst1", "created": "2018-10-26T09:46:43Z", "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:46:56,001 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/8f55a307-ea45-4668-bd39-c0f11bd5b150 used request id req-a6c70969-784b-47f0-b27c-994c32f31172 2018-10-26 09:46:56,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9cc0bcab98c57cada15b7f5f37418c7fa3de32a" 2018-10-26 09:46:56,106 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-42ed7daa-e0a8-408d-ae4f-9e868ab70362 Date: Fri, 26 Oct 2018 09:46: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":["4591973b-6e51-453b-9663-ecec6f251aad"],"updated_at":"2018-10-26T09:46:13Z","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a6067980f3f4242884a83513c2f22dd","id":"2e6cc1e5-93ab-4e52-8937-204b5d146c91","name":"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net1"}]} 2018-10-26 09:46:56,106 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net1 used request id req-42ed7daa-e0a8-408d-ae4f-9e868ab70362 2018-10-26 09:46:56,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a6067980f3f4242884a83513c2f22dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9cc0bcab98c57cada15b7f5f37418c7fa3de32a" 2018-10-26 09:46:56,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:46:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d4e9b6f-e46f-448b-9f20-574de2936efd Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3a6067980f3f4242884a83513c2f22dd"}, "enabled": true, "id": "3a6067980f3f4242884a83513c2f22dd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-f41898d8-6a27-4b8-proj"}} 2018-10-26 09:46:56,266 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a6067980f3f4242884a83513c2f22dd used request id req-2d4e9b6f-e46f-448b-9f20-574de2936efd 2018-10-26 09:46:56,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2e6cc1e5-93ab-4e52-8937-204b5d146c91 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9cc0bcab98c57cada15b7f5f37418c7fa3de32a" 2018-10-26 09:46:56,482 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-c76c8c15-7d80-4230-b884-8e12fc5fb8df Date: Fri, 26 Oct 2018 09:46:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2e6cc1e5-93ab-4e52-8937-204b5d146c91","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:13Z","dns_nameservers":[],"updated_at":"2018-10-26T09:46:13Z","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":"3a6067980f3f4242884a83513c2f22dd","id":"4591973b-6e51-453b-9663-ecec6f251aad","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-subnet1"}]} 2018-10-26 09:46:56,482 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2e6cc1e5-93ab-4e52-8937-204b5d146c91 used request id req-c76c8c15-7d80-4230-b884-8e12fc5fb8df 2018-10-26 09:46:56,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=2e6cc1e5-93ab-4e52-8937-204b5d146c91 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9cc0bcab98c57cada15b7f5f37418c7fa3de32a" 2018-10-26 09:46:56,736 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3986 X-Openstack-Request-Id: req-1cb847da-b1a2-4c8f-9acd-b4913a22b8dd Date: Fri, 26 Oct 2018 09:46:56 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:46:51Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4591973b-6e51-453b-9663-ecec6f251aad","ip_address":"10.200.201.5"}],"id":"30d81dab-4e9d-43e9-8ecf-b5c0561312c0","security_groups":["9f7e213b-c8cc-4094-9a9f-55f295b9d247"],"mac_address":"fa:16:3e:cb:fb:79","project_id":"3a6067980f3f4242884a83513c2f22dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-vm1-port","admin_state_up":true,"network_id":"2e6cc1e5-93ab-4e52-8937-204b5d146c91","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:40Z","binding:vnic_type":"normal","device_id":"8f55a307-ea45-4668-bd39-c0f11bd5b150"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:46:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4591973b-6e51-453b-9663-ecec6f251aad","ip_address":"10.200.201.2"}],"id":"42e162d2-6a61-4c8d-b1b0-d074da05f705","security_groups":[],"mac_address":"fa:16:3e:a5:11:d7","project_id":"3a6067980f3f4242884a83513c2f22dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2e6cc1e5-93ab-4e52-8937-204b5d146c91","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:13Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2e6cc1e5-93ab-4e52-8937-204b5d146c91"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:46:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4591973b-6e51-453b-9663-ecec6f251aad","ip_address":"10.200.201.4"}],"id":"8a6b2644-56f4-408d-b8d3-36aedd73bff0","security_groups":[],"mac_address":"fa:16:3e:dd:c3:3d","project_id":"3a6067980f3f4242884a83513c2f22dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2e6cc1e5-93ab-4e52-8937-204b5d146c91","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:15Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2e6cc1e5-93ab-4e52-8937-204b5d146c91"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:46:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"4591973b-6e51-453b-9663-ecec6f251aad","ip_address":"10.200.201.3"}],"id":"a7b5a72e-a66a-4474-b08f-4e41ae0ee3c3","security_groups":[],"mac_address":"fa:16:3e:87:90:5f","project_id":"3a6067980f3f4242884a83513c2f22dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2e6cc1e5-93ab-4e52-8937-204b5d146c91","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:14Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2e6cc1e5-93ab-4e52-8937-204b5d146c91"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:46:43Z","device_owner":"network:ha_router_replicated_interface","revision_number":14,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4591973b-6e51-453b-9663-ecec6f251aad","ip_address":"10.200.201.1"}],"id":"bedc0cea-5f51-4eac-8de9-d0040aacfae2","security_groups":["9f7e213b-c8cc-4094-9a9f-55f295b9d247"],"mac_address":"fa:16:3e:a5:6a:76","project_id":"3a6067980f3f4242884a83513c2f22dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-router-port1","admin_state_up":true,"network_id":"2e6cc1e5-93ab-4e52-8937-204b5d146c91","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:24Z","binding:vnic_type":"normal","device_id":"8e1a3d99-dd43-4685-be14-153f2d0a4049"}]} 2018-10-26 09:46:56,737 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=2e6cc1e5-93ab-4e52-8937-204b5d146c91 used request id req-1cb847da-b1a2-4c8f-9acd-b4913a22b8dd 2018-10-26 09:46:56,738 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:46:56,739 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:46:57,116 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95a0761964d549729ea5d451de4f88e3", "name": "CreateInstanceTwoNetTests-f41898d8-6a27-4b8-proj-role"}], "expires_at": "2018-10-26T10:46:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a6067980f3f4242884a83513c2f22dd", "name": "CreateInstanceTwoNetTests-f41898d8-6a27-4b8-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/3a6067980f3f4242884a83513c2f22dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/3a6067980f3f4242884a83513c2f22dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/3a6067980f3f4242884a83513c2f22dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/3a6067980f3f4242884a83513c2f22dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/3a6067980f3f4242884a83513c2f22dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/3a6067980f3f4242884a83513c2f22dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-f41898d8-6a27-4b8-user", "id": "0f71adbc019843c3aef743b66bfe716b"}, "audit_ids": ["ajzH0dFcQXWRGWB1YzZojg"], "issued_at": "2018-10-26T09:46:57.000000Z"}} 2018-10-26 09:46:57,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38b413d51f115547a7d6ca2004eee0fddc0e8d30" 2018-10-26 09:46:57,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:46:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2f8db15-4c00-4665-a2bd-f23d8b946032 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:46:57,187 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b2f8db15-4c00-4665-a2bd-f23d8b946032 2018-10-26 09:46:57,188 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:46:57,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38b413d51f115547a7d6ca2004eee0fddc0e8d30" 2018-10-26 09:46:57,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:46:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b928b532-d404-47ec-aa77-3292d1f8aad0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:46:57,264 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b928b532-d404-47ec-aa77-3292d1f8aad0 2018-10-26 09:46:57,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38b413d51f115547a7d6ca2004eee0fddc0e8d30" 2018-10-26 09:46:57,518 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-1b43a2b2-1076-44da-9740-bf50d5b747b9 Date: Fri, 26 Oct 2018 09:46: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":["32562003-9e79-4a29-99d4-f4197bad0f11"],"updated_at":"2018-10-26T09:46:16Z","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a6067980f3f4242884a83513c2f22dd","id":"2a738cb4-dd85-4dd5-b98f-81facc1678bc","name":"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net2"}]} 2018-10-26 09:46:57,518 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net2 used request id req-1b43a2b2-1076-44da-9740-bf50d5b747b9 2018-10-26 09:46:57,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:46:57,527 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:46: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:46:57,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a6067980f3f4242884a83513c2f22dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38b413d51f115547a7d6ca2004eee0fddc0e8d30" 2018-10-26 09:46:57,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:46:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b0ea916-90c8-488a-ad29-a9cd5aea659b Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3a6067980f3f4242884a83513c2f22dd"}, "enabled": true, "id": "3a6067980f3f4242884a83513c2f22dd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-f41898d8-6a27-4b8-proj"}} 2018-10-26 09:46:57,602 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a6067980f3f4242884a83513c2f22dd used request id req-0b0ea916-90c8-488a-ad29-a9cd5aea659b 2018-10-26 09:46:57,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2a738cb4-dd85-4dd5-b98f-81facc1678bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38b413d51f115547a7d6ca2004eee0fddc0e8d30" 2018-10-26 09:46:57,748 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-6dd232a3-250d-4cf5-80c6-56befcb686a2 Date: Fri, 26 Oct 2018 09:46:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2a738cb4-dd85-4dd5-b98f-81facc1678bc","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:16Z","dns_nameservers":[],"updated_at":"2018-10-26T09:46:16Z","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":"3a6067980f3f4242884a83513c2f22dd","id":"32562003-9e79-4a29-99d4-f4197bad0f11","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-subnet2"}]} 2018-10-26 09:46:57,748 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2a738cb4-dd85-4dd5-b98f-81facc1678bc used request id req-6dd232a3-250d-4cf5-80c6-56befcb686a2 2018-10-26 09:46:57,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=2a738cb4-dd85-4dd5-b98f-81facc1678bc&name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-vm2-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38b413d51f115547a7d6ca2004eee0fddc0e8d30" 2018-10-26 09:46:58,075 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-2228a91a-1230-444d-b7fb-b7fad82864ee Date: Fri, 26 Oct 2018 09:46:58 GMT RESP BODY: {"ports":[]} 2018-10-26 09:46:58,075 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=2a738cb4-dd85-4dd5-b98f-81facc1678bc&name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-vm2-port&admin_state_up=True used request id req-2228a91a-1230-444d-b7fb-b7fad82864ee 2018-10-26 09:46:58,078 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-inst2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38b413d51f115547a7d6ca2004eee0fddc0e8d30" 2018-10-26 09:46:58,310 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:46: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-634a88b2-bb2e-4fef-9fba-bdde90e6eebb x-compute-request-id: req-634a88b2-bb2e-4fef-9fba-bdde90e6eebb Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-26 09:46:58,310 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-inst2 used request id req-634a88b2-bb2e-4fef-9fba-bdde90e6eebb 2018-10-26 09:46:58,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38b413d51f115547a7d6ca2004eee0fddc0e8d30" 2018-10-26 09:46:58,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-ad199a4d-5ecc-4a34-9181-78966344edce Date: Fri, 26 Oct 2018 09:46: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":["32562003-9e79-4a29-99d4-f4197bad0f11"],"updated_at":"2018-10-26T09:46:16Z","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a6067980f3f4242884a83513c2f22dd","id":"2a738cb4-dd85-4dd5-b98f-81facc1678bc","name":"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net2"}]} 2018-10-26 09:46:58,561 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net2 used request id req-ad199a4d-5ecc-4a34-9181-78966344edce 2018-10-26 09:46:58,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a6067980f3f4242884a83513c2f22dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38b413d51f115547a7d6ca2004eee0fddc0e8d30" 2018-10-26 09:46:58,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:46:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5084340-43de-4e8c-a748-0f8f88abec00 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3a6067980f3f4242884a83513c2f22dd"}, "enabled": true, "id": "3a6067980f3f4242884a83513c2f22dd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-f41898d8-6a27-4b8-proj"}} 2018-10-26 09:46:58,647 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a6067980f3f4242884a83513c2f22dd used request id req-d5084340-43de-4e8c-a748-0f8f88abec00 2018-10-26 09:46:58,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2a738cb4-dd85-4dd5-b98f-81facc1678bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38b413d51f115547a7d6ca2004eee0fddc0e8d30" 2018-10-26 09:46:58,858 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-7edeea66-433f-43d0-8987-b602ad9521f8 Date: Fri, 26 Oct 2018 09:46:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2a738cb4-dd85-4dd5-b98f-81facc1678bc","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:16Z","dns_nameservers":[],"updated_at":"2018-10-26T09:46:16Z","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":"3a6067980f3f4242884a83513c2f22dd","id":"32562003-9e79-4a29-99d4-f4197bad0f11","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-subnet2"}]} 2018-10-26 09:46:58,859 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2a738cb4-dd85-4dd5-b98f-81facc1678bc used request id req-7edeea66-433f-43d0-8987-b602ad9521f8 2018-10-26 09:46:58,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=2a738cb4-dd85-4dd5-b98f-81facc1678bc&name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-vm2-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38b413d51f115547a7d6ca2004eee0fddc0e8d30" 2018-10-26 09:46:59,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-58e65feb-8d72-4867-9ba4-de60a28147d9 Date: Fri, 26 Oct 2018 09:46:59 GMT RESP BODY: {"ports":[]} 2018-10-26 09:46:59,037 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=2a738cb4-dd85-4dd5-b98f-81facc1678bc&name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-vm2-port&admin_state_up=True used request id req-58e65feb-8d72-4867-9ba4-de60a28147d9 2018-10-26 09:46:59,037 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:46:59,038 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:46:59,418 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "95a0761964d549729ea5d451de4f88e3", "name": "CreateInstanceTwoNetTests-f41898d8-6a27-4b8-proj-role"}], "expires_at": "2018-10-26T10:46:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a6067980f3f4242884a83513c2f22dd", "name": "CreateInstanceTwoNetTests-f41898d8-6a27-4b8-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/3a6067980f3f4242884a83513c2f22dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/3a6067980f3f4242884a83513c2f22dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/3a6067980f3f4242884a83513c2f22dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/3a6067980f3f4242884a83513c2f22dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/3a6067980f3f4242884a83513c2f22dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/3a6067980f3f4242884a83513c2f22dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/3a6067980f3f4242884a83513c2f22dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-f41898d8-6a27-4b8-user", "id": "0f71adbc019843c3aef743b66bfe716b"}, "audit_ids": ["t4VqlHvIRzC3aXJ9wGmV_g"], "issued_at": "2018-10-26T09:46:59.000000Z"}} 2018-10-26 09:46:59,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7956d33be76b3d4ff0696fd1fae5086a857ed65a" 2018-10-26 09:46:59,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:46:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24f2d538-ecc1-4c61-8f0e-83ad9c3e5b58 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:46:59,490 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-24f2d538-ecc1-4c61-8f0e-83ad9c3e5b58 2018-10-26 09:46:59,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38b413d51f115547a7d6ca2004eee0fddc0e8d30" 2018-10-26 09:46:59,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-290a1849-7261-4633-bcd0-690382a0cb1c Date: Fri, 26 Oct 2018 09:46: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":["32562003-9e79-4a29-99d4-f4197bad0f11"],"updated_at":"2018-10-26T09:46:16Z","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a6067980f3f4242884a83513c2f22dd","id":"2a738cb4-dd85-4dd5-b98f-81facc1678bc","name":"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net2"}]} 2018-10-26 09:46:59,743 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net2 used request id req-290a1849-7261-4633-bcd0-690382a0cb1c 2018-10-26 09:46:59,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2a738cb4-dd85-4dd5-b98f-81facc1678bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38b413d51f115547a7d6ca2004eee0fddc0e8d30" 2018-10-26 09:46:59,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-43956334-fbde-406b-a565-c561f8a426c0 Date: Fri, 26 Oct 2018 09:46:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2a738cb4-dd85-4dd5-b98f-81facc1678bc","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:16Z","dns_nameservers":[],"updated_at":"2018-10-26T09:46:16Z","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":"3a6067980f3f4242884a83513c2f22dd","id":"32562003-9e79-4a29-99d4-f4197bad0f11","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-subnet2"}]} 2018-10-26 09:46:59,949 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2a738cb4-dd85-4dd5-b98f-81facc1678bc used request id req-43956334-fbde-406b-a565-c561f8a426c0 2018-10-26 09:46:59,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38b413d51f115547a7d6ca2004eee0fddc0e8d30" 2018-10-26 09:47:00,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-f9d94dad-0646-43ee-b76e-35116f17aae4 Date: Fri, 26 Oct 2018 09:47: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":["32562003-9e79-4a29-99d4-f4197bad0f11"],"updated_at":"2018-10-26T09:46:16Z","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a6067980f3f4242884a83513c2f22dd","id":"2a738cb4-dd85-4dd5-b98f-81facc1678bc","name":"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net2"}]} 2018-10-26 09:47:00,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net2 used request id req-f9d94dad-0646-43ee-b76e-35116f17aae4 2018-10-26 09:47:00,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:47:00,199 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:47: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:47:00,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a6067980f3f4242884a83513c2f22dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7956d33be76b3d4ff0696fd1fae5086a857ed65a" 2018-10-26 09:47:00,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:47:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb60e516-d39d-45af-9b08-61d9c8296c79 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3a6067980f3f4242884a83513c2f22dd"}, "enabled": true, "id": "3a6067980f3f4242884a83513c2f22dd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-f41898d8-6a27-4b8-proj"}} 2018-10-26 09:47:00,280 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a6067980f3f4242884a83513c2f22dd used request id req-bb60e516-d39d-45af-9b08-61d9c8296c79 2018-10-26 09:47:00,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2a738cb4-dd85-4dd5-b98f-81facc1678bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38b413d51f115547a7d6ca2004eee0fddc0e8d30" 2018-10-26 09:47:00,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-256a5c78-ef2c-45ce-a90b-240c4b5eadc7 Date: Fri, 26 Oct 2018 09:47:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2a738cb4-dd85-4dd5-b98f-81facc1678bc","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:16Z","dns_nameservers":[],"updated_at":"2018-10-26T09:46:16Z","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":"3a6067980f3f4242884a83513c2f22dd","id":"32562003-9e79-4a29-99d4-f4197bad0f11","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-subnet2"}]} 2018-10-26 09:47:00,492 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2a738cb4-dd85-4dd5-b98f-81facc1678bc used request id req-256a5c78-ef2c-45ce-a90b-240c4b5eadc7 2018-10-26 09:47:00,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2a738cb4-dd85-4dd5-b98f-81facc1678bc&name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-subnet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38b413d51f115547a7d6ca2004eee0fddc0e8d30" 2018-10-26 09:47:00,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-643d27ba-d867-42ce-83b3-7d07ee2fb44c Date: Fri, 26 Oct 2018 09:47:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2a738cb4-dd85-4dd5-b98f-81facc1678bc","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:16Z","dns_nameservers":[],"updated_at":"2018-10-26T09:46:16Z","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":"3a6067980f3f4242884a83513c2f22dd","id":"32562003-9e79-4a29-99d4-f4197bad0f11","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-subnet2"}]} 2018-10-26 09:47:00,706 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2a738cb4-dd85-4dd5-b98f-81facc1678bc&name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-subnet2 used request id req-643d27ba-d867-42ce-83b3-7d07ee2fb44c 2018-10-26 09:47:00,706 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net2 2018-10-26 09:47:00,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38b413d51f115547a7d6ca2004eee0fddc0e8d30" -d '{"port": {"network_id": "2a738cb4-dd85-4dd5-b98f-81facc1678bc", "fixed_ips": [{"subnet_id": "32562003-9e79-4a29-99d4-f4197bad0f11", "ip_address": "10.200.202.5"}], "name": "CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-vm2-port", "admin_state_up": true}}' 2018-10-26 09:47:02,396 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 787 X-Openstack-Request-Id: req-20080bce-bd47-4366-af1d-0271b3730d44 Date: Fri, 26 Oct 2018 09:47:02 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:47:01Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"32562003-9e79-4a29-99d4-f4197bad0f11","ip_address":"10.200.202.5"}],"id":"8c6f2149-5d7e-4928-aa1a-fb364dc99e58","security_groups":["9f7e213b-c8cc-4094-9a9f-55f295b9d247"],"mac_address":"fa:16:3e:60:41:90","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-vm2-port","project_id":"3a6067980f3f4242884a83513c2f22dd","qos_policy_id":null,"admin_state_up":true,"network_id":"2a738cb4-dd85-4dd5-b98f-81facc1678bc","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:47:01Z","binding:vnic_type":"normal"}} 2018-10-26 09:47:02,396 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-20080bce-bd47-4366-af1d-0271b3730d44 2018-10-26 09:47:02,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38b413d51f115547a7d6ca2004eee0fddc0e8d30" 2018-10-26 09:47:02,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-a50fcd1b-44e1-4999-8b34-4254e58753c5 Date: Fri, 26 Oct 2018 09:47: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":["32562003-9e79-4a29-99d4-f4197bad0f11"],"updated_at":"2018-10-26T09:46:16Z","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a6067980f3f4242884a83513c2f22dd","id":"2a738cb4-dd85-4dd5-b98f-81facc1678bc","name":"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net2"}]} 2018-10-26 09:47:02,653 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net2 used request id req-a50fcd1b-44e1-4999-8b34-4254e58753c5 2018-10-26 09:47:02,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a6067980f3f4242884a83513c2f22dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38b413d51f115547a7d6ca2004eee0fddc0e8d30" 2018-10-26 09:47:02,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:47:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-731691a1-2d73-442c-b0fe-4b53b6bc3d20 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3a6067980f3f4242884a83513c2f22dd"}, "enabled": true, "id": "3a6067980f3f4242884a83513c2f22dd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-f41898d8-6a27-4b8-proj"}} 2018-10-26 09:47:02,731 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a6067980f3f4242884a83513c2f22dd used request id req-731691a1-2d73-442c-b0fe-4b53b6bc3d20 2018-10-26 09:47:02,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2a738cb4-dd85-4dd5-b98f-81facc1678bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38b413d51f115547a7d6ca2004eee0fddc0e8d30" 2018-10-26 09:47:02,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-ec932397-8c0d-4f7b-b5f5-f6a48090db39 Date: Fri, 26 Oct 2018 09:47:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2a738cb4-dd85-4dd5-b98f-81facc1678bc","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:16Z","dns_nameservers":[],"updated_at":"2018-10-26T09:46:16Z","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":"3a6067980f3f4242884a83513c2f22dd","id":"32562003-9e79-4a29-99d4-f4197bad0f11","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-subnet2"}]} 2018-10-26 09:47:02,788 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2a738cb4-dd85-4dd5-b98f-81facc1678bc used request id req-ec932397-8c0d-4f7b-b5f5-f6a48090db39 2018-10-26 09:47:02,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=2a738cb4-dd85-4dd5-b98f-81facc1678bc&name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-vm2-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38b413d51f115547a7d6ca2004eee0fddc0e8d30" 2018-10-26 09:47:03,001 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-b97144aa-4583-480a-900d-9c1fec969026 Date: Fri, 26 Oct 2018 09:47:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:47:01Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"32562003-9e79-4a29-99d4-f4197bad0f11","ip_address":"10.200.202.5"}],"id":"8c6f2149-5d7e-4928-aa1a-fb364dc99e58","security_groups":["9f7e213b-c8cc-4094-9a9f-55f295b9d247"],"mac_address":"fa:16:3e:60:41:90","project_id":"3a6067980f3f4242884a83513c2f22dd","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-vm2-port","admin_state_up":true,"network_id":"2a738cb4-dd85-4dd5-b98f-81facc1678bc","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:47:01Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-26 09:47:03,002 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=2a738cb4-dd85-4dd5-b98f-81facc1678bc&name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-vm2-port&admin_state_up=True used request id req-b97144aa-4583-480a-900d-9c1fec969026 2018-10-26 09:47:03,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a6067980f3f4242884a83513c2f22dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38b413d51f115547a7d6ca2004eee0fddc0e8d30" 2018-10-26 09:47:03,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:47:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a89986bb-f403-410e-92cd-b648312d8f8f Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3a6067980f3f4242884a83513c2f22dd"}, "enabled": true, "id": "3a6067980f3f4242884a83513c2f22dd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-f41898d8-6a27-4b8-proj"}} 2018-10-26 09:47:03,083 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a6067980f3f4242884a83513c2f22dd used request id req-a89986bb-f403-410e-92cd-b648312d8f8f 2018-10-26 09:47:03,084 - nova_utils - INFO - Creating VM with name - CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-inst2 2018-10-26 09:47:03,087 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38b413d51f115547a7d6ca2004eee0fddc0e8d30" 2018-10-26 09:47:03,117 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:47: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-424d753c-28c0-4207-b345-0883fdea7f4f x-compute-request-id: req-424d753c-28c0-4207-b345-0883fdea7f4f Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ac3a6187-402c-423f-b3a9-028b21231381", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/ac3a6187-402c-423f-b3a9-028b21231381", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/ac3a6187-402c-423f-b3a9-028b21231381", "rel": "bookmark"}], "name": "CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-flavor-name"}]} 2018-10-26 09:47:03,117 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-424d753c-28c0-4207-b345-0883fdea7f4f 2018-10-26 09:47:03,123 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/ac3a6187-402c-423f-b3a9-028b21231381 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38b413d51f115547a7d6ca2004eee0fddc0e8d30" 2018-10-26 09:47:03,143 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:47: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-004422e9-f3de-411d-bac6-230b79b7244f x-compute-request-id: req-004422e9-f3de-411d-bac6-230b79b7244f Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/ac3a6187-402c-423f-b3a9-028b21231381", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/ac3a6187-402c-423f-b3a9-028b21231381", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "ac3a6187-402c-423f-b3a9-028b21231381", "name": "CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 09:47:03,143 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/ac3a6187-402c-423f-b3a9-028b21231381 used request id req-004422e9-f3de-411d-bac6-230b79b7244f 2018-10-26 09:47:03,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-94c12dbb-11a8-419d-914b-7a6d434d8268 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}38b413d51f115547a7d6ca2004eee0fddc0e8d30" 2018-10-26 09:47:03,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1048 Content-Type: application/json X-Openstack-Request-Id: req-da8dddd7-50d2-489f-8f88-fa63100c84f5 Date: Fri, 26 Oct 2018 09:47:03 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceTwoNetTests-94c12dbb-11a8-419d-914b-7a6d434d8268", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:46:09Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:46:10Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/5f8d5f91-82e6-479d-a0e3-6837613715d3/snap", "metadata": {}}], "self": "/v2/images/5f8d5f91-82e6-479d-a0e3-6837613715d3", "min_disk": 0, "protected": false, "id": "5f8d5f91-82e6-479d-a0e3-6837613715d3", "file": "/v2/images/5f8d5f91-82e6-479d-a0e3-6837613715d3/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3a6067980f3f4242884a83513c2f22dd", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/5f8d5f91-82e6-479d-a0e3-6837613715d3/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceTwoNetTests-94c12dbb-11a8-419d-914b-7a6d434d8268"} 2018-10-26 09:47:03,310 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-94c12dbb-11a8-419d-914b-7a6d434d8268 used request id req-da8dddd7-50d2-489f-8f88-fa63100c84f5 2018-10-26 09:47:03,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}38b413d51f115547a7d6ca2004eee0fddc0e8d30" 2018-10-26 09:47:03,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f1952738-454f-4c2a-8550-a96ad8a36c25 Date: Fri, 26 Oct 2018 09:47: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-26 09:47:03,464 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-f1952738-454f-4c2a-8550-a96ad8a36c25 2018-10-26 09:47:03,470 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38b413d51f115547a7d6ca2004eee0fddc0e8d30" -d '{"server": {"name": "CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-inst2", "imageRef": "5f8d5f91-82e6-479d-a0e3-6837613715d3", "flavorRef": "ac3a6187-402c-423f-b3a9-028b21231381", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDEwLjIwMC4yMDEuNSAyPiYxID4vZGV2L251bGwKIFJFUz0kPwogaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogIGVjaG8gJ3ZQaW5nIE9LJwogIGJyZWFrCiBlbHNlCiAgZWNobyAndlBpbmcgS08nCiBmaQogc2xlZXAgMQpkb25lCgo=", "max_count": 1, "min_count": 1, "networks": [{"port": "8c6f2149-5d7e-4928-aa1a-fb364dc99e58"}]}}' 2018-10-26 09:47:04,621 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:47: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-7f8fdb78-3d79-444e-a79a-99064fe5e144 x-compute-request-id: req-7f8fdb78-3d79-444e-a79a-99064fe5e144 Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/075b39a8-6fdb-4b98-abd9-59a89cb8017c Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "075b39a8-6fdb-4b98-abd9-59a89cb8017c", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/075b39a8-6fdb-4b98-abd9-59a89cb8017c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/075b39a8-6fdb-4b98-abd9-59a89cb8017c", "rel": "bookmark"}], "adminPass": "y2osmPnF57Ax"}} 2018-10-26 09:47:04,621 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-7f8fdb78-3d79-444e-a79a-99064fe5e144 2018-10-26 09:47:04,625 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/075b39a8-6fdb-4b98-abd9-59a89cb8017c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38b413d51f115547a7d6ca2004eee0fddc0e8d30" 2018-10-26 09:47:04,861 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:47: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-b41d4d40-1473-4e9a-8c94-9b8b6a14243e x-compute-request-id: req-b41d4d40-1473-4e9a-8c94-9b8b6a14243e Content-Encoding: gzip Content-Length: 614 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/075b39a8-6fdb-4b98-abd9-59a89cb8017c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/075b39a8-6fdb-4b98-abd9-59a89cb8017c", "rel": "bookmark"}], "image": {"id": "5f8d5f91-82e6-479d-a0e3-6837613715d3", "links": [{"href": "http://172.30.9.21:8774/images/5f8d5f91-82e6-479d-a0e3-6837613715d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac3a6187-402c-423f-b3a9-028b21231381", "links": [{"href": "http://172.30.9.21:8774/flavors/ac3a6187-402c-423f-b3a9-028b21231381", "rel": "bookmark"}]}, "id": "075b39a8-6fdb-4b98-abd9-59a89cb8017c", "user_id": "0f71adbc019843c3aef743b66bfe716b", "OS-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-26T09:47:04Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-inst2", "created": "2018-10-26T09:47:04Z", "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:47:04,861 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/075b39a8-6fdb-4b98-abd9-59a89cb8017c used request id req-b41d4d40-1473-4e9a-8c94-9b8b6a14243e 2018-10-26 09:47:04,862 - create_instance - INFO - Created instance with name - CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-inst2 2018-10-26 09:47:04,864 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/075b39a8-6fdb-4b98-abd9-59a89cb8017c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38b413d51f115547a7d6ca2004eee0fddc0e8d30" 2018-10-26 09:47:05,214 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:47: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-57674974-17e3-4d5e-b26e-f8b79011b27f x-compute-request-id: req-57674974-17e3-4d5e-b26e-f8b79011b27f Content-Encoding: gzip Content-Length: 614 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/075b39a8-6fdb-4b98-abd9-59a89cb8017c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/075b39a8-6fdb-4b98-abd9-59a89cb8017c", "rel": "bookmark"}], "image": {"id": "5f8d5f91-82e6-479d-a0e3-6837613715d3", "links": [{"href": "http://172.30.9.21:8774/images/5f8d5f91-82e6-479d-a0e3-6837613715d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac3a6187-402c-423f-b3a9-028b21231381", "links": [{"href": "http://172.30.9.21:8774/flavors/ac3a6187-402c-423f-b3a9-028b21231381", "rel": "bookmark"}]}, "id": "075b39a8-6fdb-4b98-abd9-59a89cb8017c", "user_id": "0f71adbc019843c3aef743b66bfe716b", "OS-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-26T09:47:04Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-inst2", "created": "2018-10-26T09:47:04Z", "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:47:05,214 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/075b39a8-6fdb-4b98-abd9-59a89cb8017c used request id req-57674974-17e3-4d5e-b26e-f8b79011b27f 2018-10-26 09:47:05,215 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-inst2] is - BUILD 2018-10-26 09:47:05,215 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:47:08,218 - create_instance - DEBUG - VM status query timeout in 896.64348197 2018-10-26 09:47:08,221 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/075b39a8-6fdb-4b98-abd9-59a89cb8017c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38b413d51f115547a7d6ca2004eee0fddc0e8d30" 2018-10-26 09:47:08,692 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:47: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-068f7b32-10db-4c1b-8ca7-2493629d5576 x-compute-request-id: req-068f7b32-10db-4c1b-8ca7-2493629d5576 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.21:8774/v2.1/servers/075b39a8-6fdb-4b98-abd9-59a89cb8017c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/075b39a8-6fdb-4b98-abd9-59a89cb8017c", "rel": "bookmark"}], "image": {"id": "5f8d5f91-82e6-479d-a0e3-6837613715d3", "links": [{"href": "http://172.30.9.21:8774/images/5f8d5f91-82e6-479d-a0e3-6837613715d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac3a6187-402c-423f-b3a9-028b21231381", "links": [{"href": "http://172.30.9.21:8774/flavors/ac3a6187-402c-423f-b3a9-028b21231381", "rel": "bookmark"}]}, "id": "075b39a8-6fdb-4b98-abd9-59a89cb8017c", "security_groups": [{"name": "default"}], "user_id": "0f71adbc019843c3aef743b66bfe716b", "OS-DCF: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-26T09:47:06Z", "hostId": "91332538971f28dbbfe7bc95602cca44615532baf84ad869e8f19cc4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-inst2", "created": "2018-10-26T09:47:04Z", "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:47:08,692 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/075b39a8-6fdb-4b98-abd9-59a89cb8017c used request id req-068f7b32-10db-4c1b-8ca7-2493629d5576 2018-10-26 09:47:08,693 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-inst2] is - BUILD 2018-10-26 09:47:08,693 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:47:11,696 - create_instance - DEBUG - VM status query timeout in 893.16553998 2018-10-26 09:47:11,699 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/075b39a8-6fdb-4b98-abd9-59a89cb8017c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38b413d51f115547a7d6ca2004eee0fddc0e8d30" 2018-10-26 09:47:12,300 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:47: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-85f7e1cf-b40b-4ad3-b6ff-662ee58e3dd3 x-compute-request-id: req-85f7e1cf-b40b-4ad3-b6ff-662ee58e3dd3 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.21:8774/v2.1/servers/075b39a8-6fdb-4b98-abd9-59a89cb8017c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/075b39a8-6fdb-4b98-abd9-59a89cb8017c", "rel": "bookmark"}], "image": {"id": "5f8d5f91-82e6-479d-a0e3-6837613715d3", "links": [{"href": "http://172.30.9.21:8774/images/5f8d5f91-82e6-479d-a0e3-6837613715d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac3a6187-402c-423f-b3a9-028b21231381", "links": [{"href": "http://172.30.9.21:8774/flavors/ac3a6187-402c-423f-b3a9-028b21231381", "rel": "bookmark"}]}, "id": "075b39a8-6fdb-4b98-abd9-59a89cb8017c", "security_groups": [{"name": "default"}], "user_id": "0f71adbc019843c3aef743b66bfe716b", "OS-DCF: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-26T09:47:06Z", "hostId": "91332538971f28dbbfe7bc95602cca44615532baf84ad869e8f19cc4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-inst2", "created": "2018-10-26T09:47:04Z", "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:47:12,300 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/075b39a8-6fdb-4b98-abd9-59a89cb8017c used request id req-85f7e1cf-b40b-4ad3-b6ff-662ee58e3dd3 2018-10-26 09:47:12,300 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-inst2] is - BUILD 2018-10-26 09:47:12,300 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:47:15,304 - create_instance - DEBUG - VM status query timeout in 889.558115959 2018-10-26 09:47:15,307 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/075b39a8-6fdb-4b98-abd9-59a89cb8017c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38b413d51f115547a7d6ca2004eee0fddc0e8d30" 2018-10-26 09:47:15,776 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:47:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-53f638c1-baee-40ed-a73b-1fe614ba8373 x-compute-request-id: req-53f638c1-baee-40ed-a73b-1fe614ba8373 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:60:41:90", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/075b39a8-6fdb-4b98-abd9-59a89cb8017c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/075b39a8-6fdb-4b98-abd9-59a89cb8017c", "rel": "bookmark"}], "image": {"id": "5f8d5f91-82e6-479d-a0e3-6837613715d3", "links": [{"href": "http://172.30.9.21:8774/images/5f8d5f91-82e6-479d-a0e3-6837613715d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:47:13.000000", "flavor": {"id": "ac3a6187-402c-423f-b3a9-028b21231381", "links": [{"href": "http://172.30.9.21:8774/flavors/ac3a6187-402c-423f-b3a9-028b21231381", "rel": "bookmark"}]}, "id": "075b39a8-6fdb-4b98-abd9-59a89cb8017c", "security_groups": [{"name": "default"}], "user_id": "0f71adbc019843c3aef743b66bfe716b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:47:14Z", "hostId": "91332538971f28dbbfe7bc95602cca44615532baf84ad869e8f19cc4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-inst2", "created": "2018-10-26T09:47:04Z", "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:47:15,776 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/075b39a8-6fdb-4b98-abd9-59a89cb8017c used request id req-53f638c1-baee-40ed-a73b-1fe614ba8373 2018-10-26 09:47:15,776 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-inst2] is - ACTIVE 2018-10-26 09:47:15,777 - create_instance - INFO - VM is - ACTIVE 2018-10-26 09:47:15,779 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/075b39a8-6fdb-4b98-abd9-59a89cb8017c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38b413d51f115547a7d6ca2004eee0fddc0e8d30" 2018-10-26 09:47:16,415 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:47:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d9e19c0a-c1d0-45cc-bc8a-0d5c6bf3af62 x-compute-request-id: req-d9e19c0a-c1d0-45cc-bc8a-0d5c6bf3af62 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:60:41:90", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/075b39a8-6fdb-4b98-abd9-59a89cb8017c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/075b39a8-6fdb-4b98-abd9-59a89cb8017c", "rel": "bookmark"}], "image": {"id": "5f8d5f91-82e6-479d-a0e3-6837613715d3", "links": [{"href": "http://172.30.9.21:8774/images/5f8d5f91-82e6-479d-a0e3-6837613715d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:47:13.000000", "flavor": {"id": "ac3a6187-402c-423f-b3a9-028b21231381", "links": [{"href": "http://172.30.9.21:8774/flavors/ac3a6187-402c-423f-b3a9-028b21231381", "rel": "bookmark"}]}, "id": "075b39a8-6fdb-4b98-abd9-59a89cb8017c", "security_groups": [{"name": "default"}], "user_id": "0f71adbc019843c3aef743b66bfe716b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:47:14Z", "hostId": "91332538971f28dbbfe7bc95602cca44615532baf84ad869e8f19cc4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-inst2", "created": "2018-10-26T09:47:04Z", "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:47:16,415 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/075b39a8-6fdb-4b98-abd9-59a89cb8017c used request id req-d9e19c0a-c1d0-45cc-bc8a-0d5c6bf3af62 2018-10-26 09:47:16,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38b413d51f115547a7d6ca2004eee0fddc0e8d30" 2018-10-26 09:47:16,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-c0e6fa32-21e7-4008-a3a4-d28a9b1102c9 Date: Fri, 26 Oct 2018 09:47: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":["32562003-9e79-4a29-99d4-f4197bad0f11"],"updated_at":"2018-10-26T09:46:16Z","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a6067980f3f4242884a83513c2f22dd","id":"2a738cb4-dd85-4dd5-b98f-81facc1678bc","name":"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net2"}]} 2018-10-26 09:47:16,523 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net2 used request id req-c0e6fa32-21e7-4008-a3a4-d28a9b1102c9 2018-10-26 09:47:16,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a6067980f3f4242884a83513c2f22dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38b413d51f115547a7d6ca2004eee0fddc0e8d30" 2018-10-26 09:47:16,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:47:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ec5c8ca-0371-43aa-997c-a48cdab3927f Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3a6067980f3f4242884a83513c2f22dd"}, "enabled": true, "id": "3a6067980f3f4242884a83513c2f22dd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-f41898d8-6a27-4b8-proj"}} 2018-10-26 09:47:16,611 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a6067980f3f4242884a83513c2f22dd used request id req-4ec5c8ca-0371-43aa-997c-a48cdab3927f 2018-10-26 09:47:16,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2a738cb4-dd85-4dd5-b98f-81facc1678bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38b413d51f115547a7d6ca2004eee0fddc0e8d30" 2018-10-26 09:47:16,923 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-e5932de6-7173-48a1-9d1c-0176e4fef8bd Date: Fri, 26 Oct 2018 09:47:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2a738cb4-dd85-4dd5-b98f-81facc1678bc","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:16Z","dns_nameservers":[],"updated_at":"2018-10-26T09:46:16Z","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":"3a6067980f3f4242884a83513c2f22dd","id":"32562003-9e79-4a29-99d4-f4197bad0f11","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-subnet2"}]} 2018-10-26 09:47:16,924 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2a738cb4-dd85-4dd5-b98f-81facc1678bc used request id req-e5932de6-7173-48a1-9d1c-0176e4fef8bd 2018-10-26 09:47:16,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=2a738cb4-dd85-4dd5-b98f-81facc1678bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38b413d51f115547a7d6ca2004eee0fddc0e8d30" 2018-10-26 09:47:17,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3986 X-Openstack-Request-Id: req-e0db40b7-f389-4cf1-8417-e16aee303088 Date: Fri, 26 Oct 2018 09:47:17 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:46:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"32562003-9e79-4a29-99d4-f4197bad0f11","ip_address":"10.200.202.2"}],"id":"3751b6f4-448f-40b4-9441-49083ce05b47","security_groups":[],"mac_address":"fa:16:3e:4f:30:d7","project_id":"3a6067980f3f4242884a83513c2f22dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2a738cb4-dd85-4dd5-b98f-81facc1678bc","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:16Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2a738cb4-dd85-4dd5-b98f-81facc1678bc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:46:45Z","device_owner":"network:ha_router_replicated_interface","revision_number":16,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"32562003-9e79-4a29-99d4-f4197bad0f11","ip_address":"10.200.202.1"}],"id":"43745392-fc16-45ab-a7b4-3bcc4c9ef319","security_groups":["9f7e213b-c8cc-4094-9a9f-55f295b9d247"],"mac_address":"fa:16:3e:04:85:5c","project_id":"3a6067980f3f4242884a83513c2f22dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-router-port2","admin_state_up":true,"network_id":"2a738cb4-dd85-4dd5-b98f-81facc1678bc","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:29Z","binding:vnic_type":"normal","device_id":"8e1a3d99-dd43-4685-be14-153f2d0a4049"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:46:20Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"32562003-9e79-4a29-99d4-f4197bad0f11","ip_address":"10.200.202.3"}],"id":"58482781-251c-43a2-9226-1a67bd64b6d5","security_groups":[],"mac_address":"fa:16:3e:d7:75:2b","project_id":"3a6067980f3f4242884a83513c2f22dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2a738cb4-dd85-4dd5-b98f-81facc1678bc","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:17Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2a738cb4-dd85-4dd5-b98f-81facc1678bc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:46:20Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"32562003-9e79-4a29-99d4-f4197bad0f11","ip_address":"10.200.202.4"}],"id":"63a98186-f337-44dd-9615-bb008858ce41","security_groups":[],"mac_address":"fa:16:3e:35:7c:e3","project_id":"3a6067980f3f4242884a83513c2f22dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2a738cb4-dd85-4dd5-b98f-81facc1678bc","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:46:17Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2a738cb4-dd85-4dd5-b98f-81facc1678bc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:47:13Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"32562003-9e79-4a29-99d4-f4197bad0f11","ip_address":"10.200.202.5"}],"id":"8c6f2149-5d7e-4928-aa1a-fb364dc99e58","security_groups":["9f7e213b-c8cc-4094-9a9f-55f295b9d247"],"mac_address":"fa:16:3e:60:41:90","project_id":"3a6067980f3f4242884a83513c2f22dd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-vm2-port","admin_state_up":true,"network_id":"2a738cb4-dd85-4dd5-b98f-81facc1678bc","tenant_id":"3a6067980f3f4242884a83513c2f22dd","created_at":"2018-10-26T09:47:01Z","binding:vnic_type":"normal","device_id":"075b39a8-6fdb-4b98-abd9-59a89cb8017c"}]} 2018-10-26 09:47:17,175 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=2a738cb4-dd85-4dd5-b98f-81facc1678bc used request id req-e0db40b7-f389-4cf1-8417-e16aee303088 2018-10-26 09:47:17,176 - create_instance_tests - INFO - Looking for IP 10.200.201.5 in the console log 2018-10-26 09:47:17,179 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/8f55a307-ea45-4668-bd39-c0f11bd5b150 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9cc0bcab98c57cada15b7f5f37418c7fa3de32a" 2018-10-26 09:47:17,670 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:47: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-88d39961-d06c-4719-8693-60ea815d0cce x-compute-request-id: req-88d39961-d06c-4719-8693-60ea815d0cce Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cb:fb:79", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8f55a307-ea45-4668-bd39-c0f11bd5b150", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8f55a307-ea45-4668-bd39-c0f11bd5b150", "rel": "bookmark"}], "image": {"id": "5f8d5f91-82e6-479d-a0e3-6837613715d3", "links": [{"href": "http://172.30.9.21:8774/images/5f8d5f91-82e6-479d-a0e3-6837613715d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:46:51.000000", "flavor": {"id": "ac3a6187-402c-423f-b3a9-028b21231381", "links": [{"href": "http://172.30.9.21:8774/flavors/ac3a6187-402c-423f-b3a9-028b21231381", "rel": "bookmark"}]}, "id": "8f55a307-ea45-4668-bd39-c0f11bd5b150", "security_groups": [{"name": "default"}], "user_id": "0f71adbc019843c3aef743b66bfe716b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:46:51Z", "hostId": "84080e331a9920b6bf3eacf30309e4a418c5b5266a71c2e5518ac256", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-inst1", "created": "2018-10-26T09:46:43Z", "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:47:17,670 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/8f55a307-ea45-4668-bd39-c0f11bd5b150 used request id req-88d39961-d06c-4719-8693-60ea815d0cce 2018-10-26 09:47:17,674 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/8f55a307-ea45-4668-bd39-c0f11bd5b150/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9cc0bcab98c57cada15b7f5f37418c7fa3de32a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-26 09:47:18,778 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:47: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-0e95dbb0-3478-40ec-9c2f-9bc8292a7256 x-compute-request-id: req-0e95dbb0-3478-40ec-9c2f-9bc8292a7256 Content-Encoding: gzip Content-Length: 9610 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 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 509288938 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 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.130757] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132440] pid_max: default: 32768 minimum: 301\n[ 0.133327] ACPI: Core revision 20150930\n[ 0.134708] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135990] Security Framework initialized\n[ 0.136784] Yama: becoming mindful.\n[ 0.137529] AppArmor: AppArmor initialized\n[ 0.138426] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139757] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141043] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142281] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143736] Initializing cgroup subsys io\n[ 0.144584] Initializing cgroup subsys memory\n[ 0.145479] Initializing cgroup subsys devices\n[ 0.146387] Initializing cgroup subsys freezer\n[ 0.147280] Initializing cgroup subsys net_cls\n[ 0.148165] Initializing cgroup subsys perf_event\n[ 0.149097] Initializing cgroup subsys net_prio\n[ 0.150043] Initializing cgroup subsys hugetlb\n[ 0.150920] Initializing cgroup subsys pids\n[ 0.151799] CPU: Physical Processor ID: 0\n[ 0.153320] mce: CPU supports 10 MCE banks\n[ 0.154204] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155203] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.157469] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.163896] ftrace: allocating 31920 entries in 125 pages\n[ 0.190039] smpboot: Max logical packages: 2\n[ 0.190922] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.192148] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.193468] x2apic enabled\n[ 0.194317] Switched APIC routing to physical x2apic.\n[ 0.196084] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.197300] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.199455] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.201390] KVM setup paravirtual spinlock\n[ 0.202830] x86: Booting SMP configuration:\n[ 0.203726] .... node #0, CPUs: #1\n[ 0.204628] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock\n[ 0.226328] x86: Booted up 1 node, 2 CPUs\n[ 0.226330] KVM setup async PF for cpu 1\n[ 0.226333] kvm-stealtime: cpu 1, msr 1f90d940\n[ 0.228947] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.230477] devtmpfs: initialized\n[ 0.232211] evm: security.selinux\n[ 0.232915] evm: security.SMACK64\n[ 0.233606] evm: security.SMACK64EXEC\n[ 0.234362] evm: security.SMACK64TRANSMUTE\n[ 0.235180] evm: security.SMACK64MMAP\n[ 0.235925] evm: security.ima\n[ 0.236566] evm: security.capability\n[ 0.237425] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239334] pinctrl core: initialized pinctrl subsystem\n[ 0.240463] RTC time: 9:46:51, date: 10/26/18\n[ 0.241463] NET: Registered protocol family 16\n[ 0.251324] cpuidle: using governor ladder\n[ 0.263408] cpuidle: using governor menu\n[ 0.264236] PCCT header not found.\n[ 0.265000] ACPI: bus type PCI registered\n[ 0.265788] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.267024] PCI: Using configuration type 1 for base access\n[ 0.280444] ACPI: Added _OSI(Module Device)\n[ 0.281282] ACPI: Added _OSI(Processor Device)\n[ 0.282130] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.283010] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.285374] ACPI: Interpreter enabled\n[ 0.286130] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.287939] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.289757] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.291584] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.293409] ACPI: (supports S0 S5)\n[ 0.294110] ACPI: Using IOAPIC for interrupt routing\n[ 0.295138] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.298486] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.299616] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.300830] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.302009] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.304224] acpiphp: Slot [3] registered\n[ 0.305019] acpiphp: Slot [4] registered\n[ 0.305817] acpiphp: Slot [5] registered\n[ 0.306609] acpiphp: Slot [6] registered\n[ 0.307401] acpiphp: Slot [7] registered\n[ 0.308190] acpiphp: Slot [8] registered\n[ 0.308977] acpiphp: Slot [9] registered\n[ 0.309756] acpiphp: Slot [10] registered\n[ 0.320536] acpiphp: Slot [11] registered\n[ 0.321339] acpiphp: Slot [12] registered\n[ 0.322139] acpiphp: Slot [13] registered\n[ 0.322937] acpiphp: Slot [14] registered\n[ 0.323732] acpiphp: Slot [15] registered\n[ 0.324536] acpiphp: Slot [16] registered\n[ 0.325352] acpiphp: Slot [17] registered\n[ 0.326152] acpiphp: Slot [18] registered\n[ 0.326951] acpiphp: Slot [19] registered\n[ 0.327747] acpiphp: Slot [20] registered\n[ 0.328553] acpiphp: Slot [21] registered\n[ 0.329357] acpiphp: Slot [22] registered\n[ 0.330159] acpiphp: Slot [23] registered\n[ 0.330958] acpiphp: Slot [24] registered\n[ 0.331755] acpiphp: Slot [25] registered\n[ 0.332559] acpiphp: Slot [26] registered\n[ 0.333363] acpiphp: Slot [27] registered\n[ 0.334166] acpiphp: Slot [28] registered\n[ 0.334964] acpiphp: Slot [29] registered\n[ 0.335757] acpiphp: Slot [30] registered\n[ 0.336561] acpiphp: Slot [31] registered\n[ 0.337356] PCI host bridge to bus 0000:00\n[ 0.338159] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.339344] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.340531] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.341975] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.343400] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.349655] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.350944] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.352097] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.353347] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.359828] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.361270] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.408678] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.410180] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.411585] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.413001] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.414377] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.415646] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.416841] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.418114] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.419644] vgaarb: loaded\n[ 0.420243] vgaarb: bridge control possible 0000:00:02.0\n[ 0.421740] SCSI subsystem initialized\n[ 0.422566] ACPI: bus type USB registered\n[ 0.423374] usbcore: registered new interface driver usbfs\n[ 0.424395] usbcore: registered new interface driver hub\n[ 0.425386] usbcore: registered new device driver usb\n[ 0.426466] PCI: Using ACPI for IRQ routing\n[ 0.427478] NetLabel: Initializing\n[ 0.428184] NetLabel: domain hash size = 128\n[ 0.429025] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.429960] NetLabel: unlabeled traffic allowed by default\n[ 0.431058] clocksource: Switched to clocksource kvm-clock\n[ 0.437048] AppArmor: AppArmor Filesystem Enabled\n[ 0.438006] pnp: PnP ACPI init\n[ 0.438933] pnp: PnP ACPI: found 5 devices\n[ 0.445658] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.447373] NET: Registered protocol family 2\n[ 0.448337] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.449590] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.450745] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.451902] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.452974] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.454120] NET: Registered protocol family 1\n[ 0.454971] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.456053] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.457108] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475753] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.494365] Trying to unpack rootfs image as initramfs...\n[ 0.544411] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.558560] Scanning for low memory corruption every 60 seconds\n[ 0.559947] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.561086] audit: initializing netlink subsys (disabled)\n[ 0.562098] audit: type=2000 audit(1540547211.885:1): initialized\n[ 0.563401] Initialise system trusted keyring\n[ 0.564361] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.565511] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.567609] zbud: loaded\n[ 0.568692] VFS: Disk quotas dquot_6.6.0\n[ 0.569506] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.571064] fuse init (API version 7.23)\n[ 0.571975] Key type big_key registered\n[ 0.572774] Allocating IMA MOK and blacklist keyrings.\n[ 0.573996] Key type asymmetric registered\n[ 0.574816] Asymmetric key parser 'x509' registered\n[ 0.575778] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.577240] io scheduler noop registered\n[ 0.578028] io scheduler deadline registered (default)\n[ 0.579012] io scheduler cfq registered\n[ 0.579851] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.580890] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.582139] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.583585] ACPI: Power Button [PWRF]\n[ 0.584469] GHES: HEST is not enabled!\n[ 0.602769] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.642437] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.645564] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.669625] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.672107] Linux agpgart interface v0.103\n[ 0.674517] brd: module loaded\n[ 0.676288] loop: module loaded\n[ 0.682024] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.683495] GPT:90111 != 20971519\n[ 0.684195] GPT:Alternate GPT header not at the end of the disk.\n[ 0.685292] GPT:90111 != 20971519\n[ 0.685975] GPT: Use GNU Parted to correct GPT errors.\n[ 0.686938] vda: vda1 vda15\n[ 0.688537] scsi host0: ata_piix\n[ 0.689316] scsi host1: ata_piix\n[ 0.690026] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.691252] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.692533] libphy: Fixed MDIO Bus: probed\n[ 0.693400] tun: Universal TUN/TAP device driver, 1.6\n[ 0.694512] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.696734] PPP generic driver version 2.4.2\n[ 0.697637] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.698817] ehci-pci: EHCI PCI platform driver\n[ 0.699693] ehci-platform: EHCI generic platform driver\n[ 0.700668] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.701772] ohci-pci: OHCI PCI platform driver\n[ 0.702631] ohci-platform: OHCI generic platform driver\n[ 0.703627] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.722652] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.723673] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.725112] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.726122] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.727245] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.728448] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.729847] usb usb1: Product: UHCI Host Controller\n[ 0.730766] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.731911] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.732947] hub 1-0:1.0: USB hub found\n[ 0.733714] hub 1-0:1.0: 2 ports detected\n[ 0.734619] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.736737] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.737696] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.738756] mousedev: PS/2 mouse device common for all mice\n[ 0.740059] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.741889] rtc_cmos 00:00: RTC can wake from S4\n[ 0.742995] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.744208] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.745385] i2c /dev entries driver\n[ 0.746130] device-mapper: uevent: version 1.0.3\n[ 0.747094] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.748706] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.750056] NET: Registered protocol family 10\n[ 0.751451] NET: Registered protocol family 17\n[ 0.752325] Key type dns_resolver registered\n[ 0.753276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.754352] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.755694] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.757512] registered taskstats version 1\n[ 0.758336] Loading compiled-in X.509 certificates\n[ 0.759772] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.761596] zswap: loaded using pool lzo/zbud\n[ 0.763140] Key type trusted registered\n[ 0.764915] Key type encrypted registered\n[ 0.765730] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.766738] ima: No TPM chip found, activating TPM-bypass!\n[ 0.767813] evm: HMAC attrs: 0x1\n[ 0.768761] Magic number: 6:169:779\n[ 0.769612] rtc_cmos 00:00: setting system clock to 2018-10-26 09:46:51 UTC (1540547211)\n[ 0.781445] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.782564] EDD information not available.\n[ 0.848355] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.849898] Write protecting the kernel read-only data: 14336k\n[ 0.851551] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.853345] 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.916451] 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.14\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.32. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCZFaQT/qL+FUp31eB2+m2PNlzlpjB7n7NzbTBdMy+u3l0VsZb1pPLgd0N4gLeWK6kIywwHJRF5itnRZKiVlK5bHNwm7XogoC9AHLglUWcgoATlqbWBnv9qYQ5qfqM1L1sKVT0TSN9Pn6/Jetz/VJJIqK0p7Fg1jHgtTRYxoyCnAF1abTVGkgtJbB72KLczbOZAm5lFxsCME9NlVnskPM25ovw5PppbdsE++85y2KLF0a64BE5oDSrqPsWJ46vgqmgNqJ0sSCC9vtIbwo/WgzApMlgZJLgun0hYio7lqMBNRot60o340fn0yVhXNkO+p2s7CWjUKC9TxS47jq3LfFPD root@createinstancetwonettests-08d0cc05-addc-4a2d-b954-e82a95b46181\nssh-dss AAAAB3NzaC1kc3MAAACBAKQ/VrV1iji3QuxgKZ9+cSMmOL/mSB9k4GECUPuCLvKzk5SozT1MWXn71EZ7+KD/GdDzD6OkD2i5bYG8I3jjMWMH6rVQ1pOUFKuLBGxa/gRlFNsxGskAqT0/mwBWSDeAU9/khoJOT0JnXTSke4TLhm0QV4M1oCfUbuv5mD2GH8AVAAAAFQCU33o9dvX9Agkvd04+MVcAiCyLMQAAAIEAg7CShdSJS/kgy1ExoMSH+W1qFUJozuaPGWuhSR4vzIUr+iEnB2OElOKflZ2tuZoGEpCvV9mmGipLFbBGZ5fP+Irmypt1PLrdSHdF7t8IUS3AvUQHSs8SSsqcBG6l1lCYLmc3lOJZKT5jrTYuSX1iC+RhjerWSKq3JGFpQBTjo7IAAACAEaJNnGXRJZ4OeHVsMd8joC/eRkmG0YHI8KEY8ZXdMOvztKyHFWwqj946ji06xOb1J1CyzNb7CHncmTAOezpEmCBKS+02570deCOnkYhM96eglIfP7cR6AGysnNv5hALzToM00u0JAV6j8yG31n4r3tdKARrmh6oMMj9QAF3InrU= root@createinstancetwonettests-08d0cc05-addc-4a2d-b954-e82a95b46181\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:fecb:fb79/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-08d0cc05-addc-4a2d-b954-e82a95b46181\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=26.14 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancetwonettests-08d0cc05-addc-4a2d-b954-e82a95b46181 login: "} 2018-10-26 09:47:18,779 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/8f55a307-ea45-4668-bd39-c0f11bd5b150/action used request id req-0e95dbb0-3478-40ec-9c2f-9bc8292a7256 2018-10-26 09:47:18,781 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-26 09:47:18,781 - 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 509288938 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.130757] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.132440] pid_max: default: 32768 minimum: 301 [ 0.133327] ACPI: Core revision 20150930 [ 0.134708] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135990] Security Framework initialized [ 0.136784] Yama: becoming mindful. [ 0.137529] AppArmor: AppArmor initialized [ 0.138426] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139757] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141043] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142281] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143736] Initializing cgroup subsys io [ 0.144584] Initializing cgroup subsys memory [ 0.145479] Initializing cgroup subsys devices [ 0.146387] Initializing cgroup subsys freezer [ 0.147280] Initializing cgroup subsys net_cls [ 0.148165] Initializing cgroup subsys perf_event [ 0.149097] Initializing cgroup subsys net_prio [ 0.150043] Initializing cgroup subsys hugetlb [ 0.150920] Initializing cgroup subsys pids [ 0.151799] CPU: Physical Processor ID: 0 [ 0.153320] mce: CPU supports 10 MCE banks [ 0.154204] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155203] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.157469] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.163896] ftrace: allocating 31920 entries in 125 pages [ 0.190039] smpboot: Max logical packages: 2 [ 0.190922] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.192148] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.193468] x2apic enabled [ 0.194317] Switched APIC routing to physical x2apic. [ 0.196084] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.197300] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.199455] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.201390] KVM setup paravirtual spinlock [ 0.202830] x86: Booting SMP configuration: [ 0.203726] .... node #0, CPUs: #1 [ 0.204628] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock [ 0.226328] x86: Booted up 1 node, 2 CPUs [ 0.226330] KVM setup async PF for cpu 1 [ 0.226333] kvm-stealtime: cpu 1, msr 1f90d940 [ 0.228947] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.230477] devtmpfs: initialized [ 0.232211] evm: security.selinux [ 0.232915] evm: security.SMACK64 [ 0.233606] evm: security.SMACK64EXEC [ 0.234362] evm: security.SMACK64TRANSMUTE [ 0.235180] evm: security.SMACK64MMAP [ 0.235925] evm: security.ima [ 0.236566] evm: security.capability [ 0.237425] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.239334] pinctrl core: initialized pinctrl subsystem [ 0.240463] RTC time: 9:46:51, date: 10/26/18 [ 0.241463] NET: Registered protocol family 16 [ 0.251324] cpuidle: using governor ladder [ 0.263408] cpuidle: using governor menu [ 0.264236] PCCT header not found. [ 0.265000] ACPI: bus type PCI registered [ 0.265788] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.267024] PCI: Using configuration type 1 for base access [ 0.280444] ACPI: Added _OSI(Module Device) [ 0.281282] ACPI: Added _OSI(Processor Device) [ 0.282130] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.283010] ACPI: Added _OSI(Processor Aggregator Device) [ 0.285374] ACPI: Interpreter enabled [ 0.286130] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.287939] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.289757] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.291584] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.293409] ACPI: (supports S0 S5) [ 0.294110] ACPI: Using IOAPIC for interrupt routing [ 0.295138] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.298486] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.299616] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.300830] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.302009] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.304224] acpiphp: Slot [3] registered [ 0.305019] acpiphp: Slot [4] registered [ 0.305817] acpiphp: Slot [5] registered [ 0.306609] acpiphp: Slot [6] registered [ 0.307401] acpiphp: Slot [7] registered [ 0.308190] acpiphp: Slot [8] registered [ 0.308977] acpiphp: Slot [9] registered [ 0.309756] acpiphp: Slot [10] registered [ 0.320536] acpiphp: Slot [11] registered [ 0.321339] acpiphp: Slot [12] registered [ 0.322139] acpiphp: Slot [13] registered [ 0.322937] acpiphp: Slot [14] registered [ 0.323732] acpiphp: Slot [15] registered [ 0.324536] acpiphp: Slot [16] registered [ 0.325352] acpiphp: Slot [17] registered [ 0.326152] acpiphp: Slot [18] registered [ 0.326951] acpiphp: Slot [19] registered [ 0.327747] acpiphp: Slot [20] registered [ 0.328553] acpiphp: Slot [21] registered [ 0.329357] acpiphp: Slot [22] registered [ 0.330159] acpiphp: Slot [23] registered [ 0.330958] acpiphp: Slot [24] registered [ 0.331755] acpiphp: Slot [25] registered [ 0.332559] acpiphp: Slot [26] registered [ 0.333363] acpiphp: Slot [27] registered [ 0.334166] acpiphp: Slot [28] registered [ 0.334964] acpiphp: Slot [29] registered [ 0.335757] acpiphp: Slot [30] registered [ 0.336561] acpiphp: Slot [31] registered [ 0.337356] PCI host bridge to bus 0000:00 [ 0.338159] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.339344] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.340531] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.341975] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.343400] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.349655] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.350944] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.352097] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.353347] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.359828] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.361270] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.408678] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.410180] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.411585] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.413001] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.414377] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.415646] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.416841] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.418114] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.419644] vgaarb: loaded [ 0.420243] vgaarb: bridge control possible 0000:00:02.0 [ 0.421740] SCSI subsystem initialized [ 0.422566] ACPI: bus type USB registered [ 0.423374] usbcore: registered new interface driver usbfs [ 0.424395] usbcore: registered new interface driver hub [ 0.425386] usbcore: registered new device driver usb [ 0.426466] PCI: Using ACPI for IRQ routing [ 0.427478] NetLabel: Initializing [ 0.428184] NetLabel: domain hash size = 128 [ 0.429025] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.429960] NetLabel: unlabeled traffic allowed by default [ 0.431058] clocksource: Switched to clocksource kvm-clock [ 0.437048] AppArmor: AppArmor Filesystem Enabled [ 0.438006] pnp: PnP ACPI init [ 0.438933] pnp: PnP ACPI: found 5 devices [ 0.445658] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.447373] NET: Registered protocol family 2 [ 0.448337] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.449590] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.450745] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451902] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452974] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.454120] NET: Registered protocol family 1 [ 0.454971] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456053] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457108] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.475753] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.494365] Trying to unpack rootfs image as initramfs... [ 0.544411] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.558560] Scanning for low memory corruption every 60 seconds [ 0.559947] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.561086] audit: initializing netlink subsys (disabled) [ 0.562098] audit: type=2000 audit(1540547211.885:1): initialized [ 0.563401] Initialise system trusted keyring [ 0.564361] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.565511] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.567609] zbud: loaded [ 0.568692] VFS: Disk quotas dquot_6.6.0 [ 0.569506] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.571064] fuse init (API version 7.23) [ 0.571975] Key type big_key registered [ 0.572774] Allocating IMA MOK and blacklist keyrings. [ 0.573996] Key type asymmetric registered [ 0.574816] Asymmetric key parser 'x509' registered [ 0.575778] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.577240] io scheduler noop registered [ 0.578028] io scheduler deadline registered (default) [ 0.579012] io scheduler cfq registered [ 0.579851] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.580890] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.582139] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.583585] ACPI: Power Button [PWRF] [ 0.584469] GHES: HEST is not enabled! [ 0.602769] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.642437] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.645564] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.669625] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.672107] Linux agpgart interface v0.103 [ 0.674517] brd: module loaded [ 0.676288] loop: module loaded [ 0.682024] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.683495] GPT:90111 != 20971519 [ 0.684195] GPT:Alternate GPT header not at the end of the disk. [ 0.685292] GPT:90111 != 20971519 [ 0.685975] GPT: Use GNU Parted to correct GPT errors. [ 0.686938] vda: vda1 vda15 [ 0.688537] scsi host0: ata_piix [ 0.689316] scsi host1: ata_piix [ 0.690026] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.691252] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.692533] libphy: Fixed MDIO Bus: probed [ 0.693400] tun: Universal TUN/TAP device driver, 1.6 [ 0.694512] tun: (C) 1999-2004 Max Krasnyansky [ 0.696734] PPP generic driver version 2.4.2 [ 0.697637] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.698817] ehci-pci: EHCI PCI platform driver [ 0.699693] ehci-platform: EHCI generic platform driver [ 0.700668] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.701772] ohci-pci: OHCI PCI platform driver [ 0.702631] ohci-platform: OHCI generic platform driver [ 0.703627] uhci_hcd: USB Universal Host Controller Interface driver [ 0.722652] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.723673] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.725112] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.726122] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.727245] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.728448] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.729847] usb usb1: Product: UHCI Host Controller [ 0.730766] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.731911] usb usb1: SerialNumber: 0000:00:01.2 [ 0.732947] hub 1-0:1.0: USB hub found [ 0.733714] hub 1-0:1.0: 2 ports detected [ 0.734619] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.736737] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.737696] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.738756] mousedev: PS/2 mouse device common for all mice [ 0.740059] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.741889] rtc_cmos 00:00: RTC can wake from S4 [ 0.742995] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.744208] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.745385] i2c /dev entries driver [ 0.746130] device-mapper: uevent: version 1.0.3 [ 0.747094] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.748706] ledtrig-cpu: registered to indicate activity on CPUs [ 0.750056] NET: Registered protocol family 10 [ 0.751451] NET: Registered protocol family 17 [ 0.752325] Key type dns_resolver registered [ 0.753276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.754352] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.755694] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.757512] registered taskstats version 1 [ 0.758336] Loading compiled-in X.509 certificates [ 0.759772] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.761596] zswap: loaded using pool lzo/zbud [ 0.763140] Key type trusted registered [ 0.764915] Key type encrypted registered [ 0.765730] AppArmor: AppArmor sha1 policy hashing enabled [ 0.766738] ima: No TPM chip found, activating TPM-bypass! [ 0.767813] evm: HMAC attrs: 0x1 [ 0.768761] Magic number: 6:169:779 [ 0.769612] rtc_cmos 00:00: setting system clock to 2018-10-26 09:46:51 UTC (1540547211) [ 0.781445] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.782564] EDD information not available. [ 0.848355] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.849898] Write protecting the kernel read-only data: 14336k [ 0.851551] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.853345] 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.916451] 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.14 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.32. 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 vPing KO 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCZFaQT/qL+FUp31eB2+m2PNlzlpjB7n7NzbTBdMy+u3l0VsZb1pPLgd0N4gLeWK6kIywwHJRF5itnRZKiVlK5bHNwm7XogoC9AHLglUWcgoATlqbWBnv9qYQ5qfqM1L1sKVT0TSN9Pn6/Jetz/VJJIqK0p7Fg1jHgtTRYxoyCnAF1abTVGkgtJbB72KLczbOZAm5lFxsCME9NlVnskPM25ovw5PppbdsE++85y2KLF0a64BE5oDSrqPsWJ46vgqmgNqJ0sSCC9vtIbwo/WgzApMlgZJLgun0hYio7lqMBNRot60o340fn0yVhXNkO+p2s7CWjUKC9TxS47jq3LfFPD root@createinstancetwonettests-08d0cc05-addc-4a2d-b954-e82a95b46181 ssh-dss AAAAB3NzaC1kc3MAAACBAKQ/VrV1iji3QuxgKZ9+cSMmOL/mSB9k4GECUPuCLvKzk5SozT1MWXn71EZ7+KD/GdDzD6OkD2i5bYG8I3jjMWMH6rVQ1pOUFKuLBGxa/gRlFNsxGskAqT0/mwBWSDeAU9/khoJOT0JnXTSke4TLhm0QV4M1oCfUbuv5mD2GH8AVAAAAFQCU33o9dvX9Agkvd04+MVcAiCyLMQAAAIEAg7CShdSJS/kgy1ExoMSH+W1qFUJozuaPGWuhSR4vzIUr+iEnB2OElOKflZ2tuZoGEpCvV9mmGipLFbBGZ5fP+Irmypt1PLrdSHdF7t8IUS3AvUQHSs8SSsqcBG6l1lCYLmc3lOJZKT5jrTYuSX1iC+RhjerWSKq3JGFpQBTjo7IAAACAEaJNnGXRJZ4OeHVsMd8joC/eRkmG0YHI8KEY8ZXdMOvztKyHFWwqj946ji06xOb1J1CyzNb7CHncmTAOezpEmCBKS+02570deCOnkYhM96eglIfP7cR6AGysnNv5hALzToM00u0JAV6j8yG31n4r3tdKARrmh6oMMj9QAF3InrU= root@createinstancetwonettests-08d0cc05-addc-4a2d-b954-e82a95b46181 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.200.201.5,24,fe80::f816:3eff:fecb:fb79/64, ip-route:default via 10.200.201.1 dev eth0 ip-route:10.200.201.0/24 dev eth0 src 10.200.201.5 ip-route:169.254.169.254 via 10.200.201.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-000000b0 name: N/A availability-zone: nova local-hostname: createinstancetwonettests-08d0cc05-addc-4a2d-b954-e82a95b46181 launch-index: 0 === cirros: current=0.4.0 uptime=26.14 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancetwonettests-08d0cc05-addc-4a2d-b954-e82a95b46181 login: 2018-10-26 09:47:18,781 - create_instance_tests - INFO - Looking for IP 10.200.202.5 in the console log 2018-10-26 09:47:18,784 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/075b39a8-6fdb-4b98-abd9-59a89cb8017c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38b413d51f115547a7d6ca2004eee0fddc0e8d30" 2018-10-26 09:47:19,238 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:47: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-4c8f6454-43dd-415b-b449-e17a233305bc x-compute-request-id: req-4c8f6454-43dd-415b-b449-e17a233305bc Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:60:41:90", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/075b39a8-6fdb-4b98-abd9-59a89cb8017c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/075b39a8-6fdb-4b98-abd9-59a89cb8017c", "rel": "bookmark"}], "image": {"id": "5f8d5f91-82e6-479d-a0e3-6837613715d3", "links": [{"href": "http://172.30.9.21:8774/images/5f8d5f91-82e6-479d-a0e3-6837613715d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:47:13.000000", "flavor": {"id": "ac3a6187-402c-423f-b3a9-028b21231381", "links": [{"href": "http://172.30.9.21:8774/flavors/ac3a6187-402c-423f-b3a9-028b21231381", "rel": "bookmark"}]}, "id": "075b39a8-6fdb-4b98-abd9-59a89cb8017c", "security_groups": [{"name": "default"}], "user_id": "0f71adbc019843c3aef743b66bfe716b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:47:14Z", "hostId": "91332538971f28dbbfe7bc95602cca44615532baf84ad869e8f19cc4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-inst2", "created": "2018-10-26T09:47:04Z", "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:47:19,238 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/075b39a8-6fdb-4b98-abd9-59a89cb8017c used request id req-4c8f6454-43dd-415b-b449-e17a233305bc 2018-10-26 09:47:19,241 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/075b39a8-6fdb-4b98-abd9-59a89cb8017c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38b413d51f115547a7d6ca2004eee0fddc0e8d30" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-26 09:47:20,394 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:47: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-e9861e2a-96c5-45ee-8685-583f3e9fec9d x-compute-request-id: req-e9861e2a-96c5-45ee-8685-583f3e9fec9d Content-Encoding: gzip Content-Length: 9619 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 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 560954152 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 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.130165] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131796] pid_max: default: 32768 minimum: 301\n[ 0.132680] ACPI: Core revision 20150930\n[ 0.134070] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135359] Security Framework initialized\n[ 0.136170] Yama: becoming mindful.\n[ 0.136893] AppArmor: AppArmor initialized\n[ 0.137751] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139055] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140308] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141497] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142867] Initializing cgroup subsys io\n[ 0.143723] Initializing cgroup subsys memory\n[ 0.144757] Initializing cgroup subsys devices\n[ 0.145769] Initializing cgroup subsys freezer\n[ 0.146775] Initializing cgroup subsys net_cls\n[ 0.147996] Initializing cgroup subsys perf_event\n[ 0.149100] Initializing cgroup subsys net_prio\n[ 0.150477] Initializing cgroup subsys hugetlb\n[ 0.151929] Initializing cgroup subsys pids\n[ 0.152996] CPU: Physical Processor ID: 0\n[ 0.154876] mce: CPU supports 10 MCE banks\n[ 0.156233] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157940] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161398] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170163] ftrace: allocating 31920 entries in 125 pages\n[ 0.197780] smpboot: Max logical packages: 2\n[ 0.199014] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200771] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.202685] x2apic enabled\n[ 0.203720] Switched APIC routing to physical x2apic.\n[ 0.205927] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207637] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210583] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213163] KVM setup paravirtual spinlock\n[ 0.214964] x86: Booting SMP configuration:\n[ 0.216207] .... node #0, CPUs: #1\n[ 0.217425] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock\n[ 0.239580] x86: Booted up 1 node, 2 CPUs\n[ 0.239583] KVM setup async PF for cpu 1\n[ 0.239586] kvm-stealtime: cpu 1, msr 1f90d940\n[ 0.243132] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.245153] devtmpfs: initialized\n[ 0.247029] evm: security.selinux\n[ 0.247989] evm: security.SMACK64\n[ 0.248950] evm: security.SMACK64EXEC\n[ 0.249982] evm: security.SMACK64TRANSMUTE\n[ 0.251127] evm: security.SMACK64MMAP\n[ 0.252182] evm: security.ima\n[ 0.253063] evm: security.capability\n[ 0.254178] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.256817] pinctrl core: initialized pinctrl subsystem\n[ 0.258338] RTC time: 9:47:14, date: 10/26/18\n[ 0.259662] NET: Registered protocol family 16\n[ 0.270293] cpuidle: using governor ladder\n[ 0.282384] cpuidle: using governor menu\n[ 0.283332] PCCT header not found.\n[ 0.284258] ACPI: bus type PCI registered\n[ 0.285214] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.286804] PCI: Using configuration type 1 for base access\n[ 0.299075] ACPI: Added _OSI(Module Device)\n[ 0.300160] ACPI: Added _OSI(Processor Device)\n[ 0.301211] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.302363] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.305054] ACPI: Interpreter enabled\n[ 0.305982] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.308320] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.310586] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.312879] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.315250] ACPI: (supports S0 S5)\n[ 0.316074] ACPI: Using IOAPIC for interrupt routing\n[ 0.317206] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.321363] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.323053] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.324870] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.326648] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.329897] acpiphp: Slot [3] registered\n[ 0.331022] acpiphp: Slot [4] registered\n[ 0.332172] acpiphp: Slot [5] registered\n[ 0.333296] acpiphp: Slot [6] registered\n[ 0.334407] acpiphp: Slot [7] registered\n[ 0.335554] acpiphp: Slot [8] registered\n[ 0.336720] acpiphp: Slot [9] registered\n[ 0.337832] acpiphp: Slot [10] registered\n[ 0.349145] acpiphp: Slot [11] registered\n[ 0.350285] acpiphp: Slot [12] registered\n[ 0.351427] acpiphp: Slot [13] registered\n[ 0.352557] acpiphp: Slot [14] registered\n[ 0.353690] acpiphp: Slot [15] registered\n[ 0.354818] acpiphp: Slot [16] registered\n[ 0.355983] acpiphp: Slot [17] registered\n[ 0.357127] acpiphp: Slot [18] registered\n[ 0.358262] acpiphp: Slot [19] registered\n[ 0.359443] acpiphp: Slot [20] registered\n[ 0.360618] acpiphp: Slot [21] registered\n[ 0.361779] acpiphp: Slot [22] registered\n[ 0.362842] acpiphp: Slot [23] registered\n[ 0.363986] acpiphp: Slot [24] registered\n[ 0.365145] acpiphp: Slot [25] registered\n[ 0.366298] acpiphp: Slot [26] registered\n[ 0.367490] acpiphp: Slot [27] registered\n[ 0.368638] acpiphp: Slot [28] registered\n[ 0.369776] acpiphp: Slot [29] registered\n[ 0.370911] acpiphp: Slot [30] registered\n[ 0.372046] acpiphp: Slot [31] registered\n[ 0.373186] PCI host bridge to bus 0000:00\n[ 0.374327] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.376096] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.377891] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.379937] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.381998] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.388650] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.390543] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.392114] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.393781] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.401866] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.403708] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.457805] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.459730] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.461802] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.464257] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.466104] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.467986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.469599] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.471006] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.473035] vgaarb: loaded\n[ 0.473869] vgaarb: bridge control possible 0000:00:02.0\n[ 0.475773] SCSI subsystem initialized\n[ 0.476864] ACPI: bus type USB registered\n[ 0.477968] usbcore: registered new interface driver usbfs\n[ 0.479323] usbcore: registered new interface driver hub\n[ 0.480656] usbcore: registered new device driver usb\n[ 0.482117] PCI: Using ACPI for IRQ routing\n[ 0.483475] NetLabel: Initializing\n[ 0.484420] NetLabel: domain hash size = 128\n[ 0.485546] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.486810] NetLabel: unlabeled traffic allowed by default\n[ 0.488328] clocksource: Switched to clocksource kvm-clock\n[ 0.496016] AppArmor: AppArmor Filesystem Enabled\n[ 0.497327] pnp: PnP ACPI init\n[ 0.498553] pnp: PnP ACPI: found 5 devices\n[ 0.505936] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.508161] NET: Registered protocol family 2\n[ 0.509516] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.511202] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.512752] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.514282] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.515715] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.517268] NET: Registered protocol family 1\n[ 0.518385] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.519849] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.521283] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.547042] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.570090] Trying to unpack rootfs image as initramfs...\n[ 0.621652] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.639743] Scanning for low memory corruption every 60 seconds\n[ 0.641709] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.643701] audit: initializing netlink subsys (disabled)\n[ 0.645359] audit: type=2000 audit(1540547234.844:1): initialized\n[ 0.647249] Initialise system trusted keyring\n[ 0.648610] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.650365] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.653072] zbud: loaded\n[ 0.654444] VFS: Disk quotas dquot_6.6.0\n[ 0.655629] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.657794] fuse init (API version 7.23)\n[ 0.658961] Key type big_key registered\n[ 0.659994] Allocating IMA MOK and blacklist keyrings.\n[ 0.661535] Key type asymmetric registered\n[ 0.662588] Asymmetric key parser 'x509' registered\n[ 0.663804] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.665694] io scheduler noop registered\n[ 0.666725] io scheduler deadline registered (default)\n[ 0.667958] io scheduler cfq registered\n[ 0.669007] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.670351] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.671963] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.673802] ACPI: Power Button [PWRF]\n[ 0.674875] GHES: HEST is not enabled!\n[ 0.693189] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.731136] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.734094] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.757497] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.760255] Linux agpgart interface v0.103\n[ 0.762892] brd: module loaded\n[ 0.764828] loop: module loaded\n[ 0.769877] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.771819] GPT:90111 != 20971519\n[ 0.772660] GPT:Alternate GPT header not at the end of the disk.\n[ 0.774009] GPT:90111 != 20971519\n[ 0.774837] GPT: Use GNU Parted to correct GPT errors.\n[ 0.776019] vda: vda1 vda15\n[ 0.777693] scsi host0: ata_piix\n[ 0.778585] scsi host1: ata_piix\n[ 0.779433] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.780950] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.782519] libphy: Fixed MDIO Bus: probed\n[ 0.783584] tun: Universal TUN/TAP device driver, 1.6\n[ 0.784824] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.787103] PPP generic driver version 2.4.2\n[ 0.788308] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.789859] ehci-pci: EHCI PCI platform driver\n[ 0.790951] ehci-platform: EHCI generic platform driver\n[ 0.792192] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.793628] ohci-pci: OHCI PCI platform driver\n[ 0.794715] ohci-platform: OHCI generic platform driver\n[ 0.795948] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.815003] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.816342] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.818205] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.819469] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.820884] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.822432] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.824204] usb usb1: Product: UHCI Host Controller\n[ 0.825461] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.826984] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.828193] hub 1-0:1.0: USB hub found\n[ 0.829176] hub 1-0:1.0: 2 ports detected\n[ 0.830320] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.832876] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.834097] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.835446] mousedev: PS/2 mouse device common for all mice\n[ 0.837090] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.839360] rtc_cmos 00:00: RTC can wake from S4\n[ 0.840709] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.842191] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.843710] i2c /dev entries driver\n[ 0.844724] device-mapper: uevent: version 1.0.3\n[ 0.845934] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.847942] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.849596] NET: Registered protocol family 10\n[ 0.851256] NET: Registered protocol family 17\n[ 0.852369] Key type dns_resolver registered\n[ 0.853555] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.854958] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.856615] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.858937] registered taskstats version 1\n[ 0.860128] Loading compiled-in X.509 certificates\n[ 0.861952] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.864397] zswap: loaded using pool lzo/zbud\n[ 0.866234] Key type trusted registered\n[ 0.868239] Key type encrypted registered\n[ 0.869393] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.870860] ima: No TPM chip found, activating TPM-bypass!\n[ 0.872391] evm: HMAC attrs: 0x1\n[ 0.873637] Magic number: 6:169:779\n[ 0.874844] rtc_cmos 00:00: setting system clock to 2018-10-26 09:47:14 UTC (1540547234)\n[ 0.887660] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.889345] EDD information not available.\n[ 0.937500] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.939707] Write protecting the kernel read-only data: 14336k\n[ 0.941808] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.944282] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.74\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 1.001888] 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.49\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.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 1.69. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCAvCnfsVe9GdB+nuopdn0z1VE2GFaYy5dW7Tn49IE09cC4KPQEkw7oxIn8kb4sqqgZRc4DMgI/MEZsq5iNUPfY1muGyOu+ZTO6Gz9XY/Gg85xCqRdCe39FkqtRnFtuWr2iiDioYJoMmK/w4VVIs4w4PuOKoALSDXRjEhpzVUBteCsOZQKczWwX24Y4jptDXNz2fZtIjvI5WX4lgsdWmUD3QsocMazeHSLQG4racEYlb9RE+D16XACN5BZthjweE6aCpwUpd/wHLaeHfj94BiEC+YGvC785i31WyQODR7U1qzXteCb8HPLCaudXrEBwLsSaABEYWWsda0UugA4bbckV root@createinstancetwonettests-08d0cc05-addc-4a2d-b954-e82a95b46181\nssh-dss AAAAB3NzaC1kc3MAAACBAPm2x4xyiv5cGVol7g07vMlvQN+4b7aW9IohZVRhCmvc7ZnvKUNaIdJPKeyBMvyw72LwxZpcDaS33MzpUPdafXfs0T7XLSuFsVljQ9a6hhxOa3jOjyJIVZDxjtk90MWEM2EDVRGuSTdYUwMIPNaETyph5rJcFRnI8W7X/AhrMANzAAAAFQDbxo+a0NU+umAHMZ8rJqA7+W1ExQAAAIBLZf2op6wh3DCR8uCxCqcLKhAECyOZ53ItDT8lInNYTWLuHGlsx00hGSjT3Cn38+igalnBkkzeSQybOPk7XNFfkKU3eGFVGLG6NoURJQIy4zATWCqZttC5JblZgkI3kXWpVLD+DebSc7T5yv2RPsd2mZNtJFmoCRpdFaVSeN7QDwAAAIEA5Ee2EG07iYbFPusHM48BmwvunPUNCJvk/HG1K1k5/VyKjPFd6pxhry09Jew6TzwgIsCER+m8sOdiLl6OVdls+OT0+ldQDL9ZKJcHYRLtSNy9katmCGZ+3hORaEumTQgKluq2hRQQpxzGs/1OYeogJJ/ysz6FC6t7tG2+l3O5D4Y= root@createinstancetwonettests-08d0cc05-addc-4a2d-b954-e82a95b46181\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:fe60:4190/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-08d0cc05-addc-4a2d-b954-e82a95b46181\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=5.06 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancetwonettests-08d0cc05-addc-4a2d-b954-e82a95b46181 login: "} 2018-10-26 09:47:20,394 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/075b39a8-6fdb-4b98-abd9-59a89cb8017c/action used request id req-e9861e2a-96c5-45ee-8685-583f3e9fec9d 2018-10-26 09:47:20,396 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-26 09:47:20,396 - 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 560954152 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.130165] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.131796] pid_max: default: 32768 minimum: 301 [ 0.132680] ACPI: Core revision 20150930 [ 0.134070] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135359] Security Framework initialized [ 0.136170] Yama: becoming mindful. [ 0.136893] AppArmor: AppArmor initialized [ 0.137751] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139055] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140308] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141497] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142867] Initializing cgroup subsys io [ 0.143723] Initializing cgroup subsys memory [ 0.144757] Initializing cgroup subsys devices [ 0.145769] Initializing cgroup subsys freezer [ 0.146775] Initializing cgroup subsys net_cls [ 0.147996] Initializing cgroup subsys perf_event [ 0.149100] Initializing cgroup subsys net_prio [ 0.150477] Initializing cgroup subsys hugetlb [ 0.151929] Initializing cgroup subsys pids [ 0.152996] CPU: Physical Processor ID: 0 [ 0.154876] mce: CPU supports 10 MCE banks [ 0.156233] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.157940] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.161398] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170163] ftrace: allocating 31920 entries in 125 pages [ 0.197780] smpboot: Max logical packages: 2 [ 0.199014] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200771] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.202685] x2apic enabled [ 0.203720] Switched APIC routing to physical x2apic. [ 0.205927] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207637] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.210583] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.213163] KVM setup paravirtual spinlock [ 0.214964] x86: Booting SMP configuration: [ 0.216207] .... node #0, CPUs: #1 [ 0.217425] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock [ 0.239580] x86: Booted up 1 node, 2 CPUs [ 0.239583] KVM setup async PF for cpu 1 [ 0.239586] kvm-stealtime: cpu 1, msr 1f90d940 [ 0.243132] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.245153] devtmpfs: initialized [ 0.247029] evm: security.selinux [ 0.247989] evm: security.SMACK64 [ 0.248950] evm: security.SMACK64EXEC [ 0.249982] evm: security.SMACK64TRANSMUTE [ 0.251127] evm: security.SMACK64MMAP [ 0.252182] evm: security.ima [ 0.253063] evm: security.capability [ 0.254178] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.256817] pinctrl core: initialized pinctrl subsystem [ 0.258338] RTC time: 9:47:14, date: 10/26/18 [ 0.259662] NET: Registered protocol family 16 [ 0.270293] cpuidle: using governor ladder [ 0.282384] cpuidle: using governor menu [ 0.283332] PCCT header not found. [ 0.284258] ACPI: bus type PCI registered [ 0.285214] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.286804] PCI: Using configuration type 1 for base access [ 0.299075] ACPI: Added _OSI(Module Device) [ 0.300160] ACPI: Added _OSI(Processor Device) [ 0.301211] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.302363] ACPI: Added _OSI(Processor Aggregator Device) [ 0.305054] ACPI: Interpreter enabled [ 0.305982] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.308320] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.310586] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.312879] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.315250] ACPI: (supports S0 S5) [ 0.316074] ACPI: Using IOAPIC for interrupt routing [ 0.317206] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.321363] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.323053] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.324870] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.326648] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.329897] acpiphp: Slot [3] registered [ 0.331022] acpiphp: Slot [4] registered [ 0.332172] acpiphp: Slot [5] registered [ 0.333296] acpiphp: Slot [6] registered [ 0.334407] acpiphp: Slot [7] registered [ 0.335554] acpiphp: Slot [8] registered [ 0.336720] acpiphp: Slot [9] registered [ 0.337832] acpiphp: Slot [10] registered [ 0.349145] acpiphp: Slot [11] registered [ 0.350285] acpiphp: Slot [12] registered [ 0.351427] acpiphp: Slot [13] registered [ 0.352557] acpiphp: Slot [14] registered [ 0.353690] acpiphp: Slot [15] registered [ 0.354818] acpiphp: Slot [16] registered [ 0.355983] acpiphp: Slot [17] registered [ 0.357127] acpiphp: Slot [18] registered [ 0.358262] acpiphp: Slot [19] registered [ 0.359443] acpiphp: Slot [20] registered [ 0.360618] acpiphp: Slot [21] registered [ 0.361779] acpiphp: Slot [22] registered [ 0.362842] acpiphp: Slot [23] registered [ 0.363986] acpiphp: Slot [24] registered [ 0.365145] acpiphp: Slot [25] registered [ 0.366298] acpiphp: Slot [26] registered [ 0.367490] acpiphp: Slot [27] registered [ 0.368638] acpiphp: Slot [28] registered [ 0.369776] acpiphp: Slot [29] registered [ 0.370911] acpiphp: Slot [30] registered [ 0.372046] acpiphp: Slot [31] registered [ 0.373186] PCI host bridge to bus 0000:00 [ 0.374327] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.376096] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.377891] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.379937] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.381998] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.388650] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.390543] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.392114] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.393781] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.401866] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.403708] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.457805] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.459730] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.461802] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.464257] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.466104] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.467986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.469599] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.471006] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.473035] vgaarb: loaded [ 0.473869] vgaarb: bridge control possible 0000:00:02.0 [ 0.475773] SCSI subsystem initialized [ 0.476864] ACPI: bus type USB registered [ 0.477968] usbcore: registered new interface driver usbfs [ 0.479323] usbcore: registered new interface driver hub [ 0.480656] usbcore: registered new device driver usb [ 0.482117] PCI: Using ACPI for IRQ routing [ 0.483475] NetLabel: Initializing [ 0.484420] NetLabel: domain hash size = 128 [ 0.485546] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.486810] NetLabel: unlabeled traffic allowed by default [ 0.488328] clocksource: Switched to clocksource kvm-clock [ 0.496016] AppArmor: AppArmor Filesystem Enabled [ 0.497327] pnp: PnP ACPI init [ 0.498553] pnp: PnP ACPI: found 5 devices [ 0.505936] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.508161] NET: Registered protocol family 2 [ 0.509516] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.511202] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.512752] TCP: Hash tables configured (established 4096 bind 4096) [ 0.514282] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.515715] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.517268] NET: Registered protocol family 1 [ 0.518385] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.519849] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.521283] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.547042] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.570090] Trying to unpack rootfs image as initramfs... [ 0.621652] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.639743] Scanning for low memory corruption every 60 seconds [ 0.641709] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.643701] audit: initializing netlink subsys (disabled) [ 0.645359] audit: type=2000 audit(1540547234.844:1): initialized [ 0.647249] Initialise system trusted keyring [ 0.648610] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.650365] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.653072] zbud: loaded [ 0.654444] VFS: Disk quotas dquot_6.6.0 [ 0.655629] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.657794] fuse init (API version 7.23) [ 0.658961] Key type big_key registered [ 0.659994] Allocating IMA MOK and blacklist keyrings. [ 0.661535] Key type asymmetric registered [ 0.662588] Asymmetric key parser 'x509' registered [ 0.663804] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.665694] io scheduler noop registered [ 0.666725] io scheduler deadline registered (default) [ 0.667958] io scheduler cfq registered [ 0.669007] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.670351] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.671963] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.673802] ACPI: Power Button [PWRF] [ 0.674875] GHES: HEST is not enabled! [ 0.693189] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.731136] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.734094] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.757497] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.760255] Linux agpgart interface v0.103 [ 0.762892] brd: module loaded [ 0.764828] loop: module loaded [ 0.769877] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.771819] GPT:90111 != 20971519 [ 0.772660] GPT:Alternate GPT header not at the end of the disk. [ 0.774009] GPT:90111 != 20971519 [ 0.774837] GPT: Use GNU Parted to correct GPT errors. [ 0.776019] vda: vda1 vda15 [ 0.777693] scsi host0: ata_piix [ 0.778585] scsi host1: ata_piix [ 0.779433] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.780950] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.782519] libphy: Fixed MDIO Bus: probed [ 0.783584] tun: Universal TUN/TAP device driver, 1.6 [ 0.784824] tun: (C) 1999-2004 Max Krasnyansky [ 0.787103] PPP generic driver version 2.4.2 [ 0.788308] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.789859] ehci-pci: EHCI PCI platform driver [ 0.790951] ehci-platform: EHCI generic platform driver [ 0.792192] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.793628] ohci-pci: OHCI PCI platform driver [ 0.794715] ohci-platform: OHCI generic platform driver [ 0.795948] uhci_hcd: USB Universal Host Controller Interface driver [ 0.815003] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.816342] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.818205] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.819469] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.820884] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.822432] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.824204] usb usb1: Product: UHCI Host Controller [ 0.825461] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.826984] usb usb1: SerialNumber: 0000:00:01.2 [ 0.828193] hub 1-0:1.0: USB hub found [ 0.829176] hub 1-0:1.0: 2 ports detected [ 0.830320] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.832876] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.834097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.835446] mousedev: PS/2 mouse device common for all mice [ 0.837090] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.839360] rtc_cmos 00:00: RTC can wake from S4 [ 0.840709] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.842191] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.843710] i2c /dev entries driver [ 0.844724] device-mapper: uevent: version 1.0.3 [ 0.845934] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.847942] ledtrig-cpu: registered to indicate activity on CPUs [ 0.849596] NET: Registered protocol family 10 [ 0.851256] NET: Registered protocol family 17 [ 0.852369] Key type dns_resolver registered [ 0.853555] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.854958] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.856615] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.858937] registered taskstats version 1 [ 0.860128] Loading compiled-in X.509 certificates [ 0.861952] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.864397] zswap: loaded using pool lzo/zbud [ 0.866234] Key type trusted registered [ 0.868239] Key type encrypted registered [ 0.869393] AppArmor: AppArmor sha1 policy hashing enabled [ 0.870860] ima: No TPM chip found, activating TPM-bypass! [ 0.872391] evm: HMAC attrs: 0x1 [ 0.873637] Magic number: 6:169:779 [ 0.874844] rtc_cmos 00:00: setting system clock to 2018-10-26 09:47:14 UTC (1540547234) [ 0.887660] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.889345] EDD information not available. [ 0.937500] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.939707] Write protecting the kernel read-only data: 14336k [ 0.941808] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.944282] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.74 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 1.001888] 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.49 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.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 1.69. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCAvCnfsVe9GdB+nuopdn0z1VE2GFaYy5dW7Tn49IE09cC4KPQEkw7oxIn8kb4sqqgZRc4DMgI/MEZsq5iNUPfY1muGyOu+ZTO6Gz9XY/Gg85xCqRdCe39FkqtRnFtuWr2iiDioYJoMmK/w4VVIs4w4PuOKoALSDXRjEhpzVUBteCsOZQKczWwX24Y4jptDXNz2fZtIjvI5WX4lgsdWmUD3QsocMazeHSLQG4racEYlb9RE+D16XACN5BZthjweE6aCpwUpd/wHLaeHfj94BiEC+YGvC785i31WyQODR7U1qzXteCb8HPLCaudXrEBwLsSaABEYWWsda0UugA4bbckV root@createinstancetwonettests-08d0cc05-addc-4a2d-b954-e82a95b46181 ssh-dss AAAAB3NzaC1kc3MAAACBAPm2x4xyiv5cGVol7g07vMlvQN+4b7aW9IohZVRhCmvc7ZnvKUNaIdJPKeyBMvyw72LwxZpcDaS33MzpUPdafXfs0T7XLSuFsVljQ9a6hhxOa3jOjyJIVZDxjtk90MWEM2EDVRGuSTdYUwMIPNaETyph5rJcFRnI8W7X/AhrMANzAAAAFQDbxo+a0NU+umAHMZ8rJqA7+W1ExQAAAIBLZf2op6wh3DCR8uCxCqcLKhAECyOZ53ItDT8lInNYTWLuHGlsx00hGSjT3Cn38+igalnBkkzeSQybOPk7XNFfkKU3eGFVGLG6NoURJQIy4zATWCqZttC5JblZgkI3kXWpVLD+DebSc7T5yv2RPsd2mZNtJFmoCRpdFaVSeN7QDwAAAIEA5Ee2EG07iYbFPusHM48BmwvunPUNCJvk/HG1K1k5/VyKjPFd6pxhry09Jew6TzwgIsCER+m8sOdiLl6OVdls+OT0+ldQDL9ZKJcHYRLtSNy9katmCGZ+3hORaEumTQgKluq2hRQQpxzGs/1OYeogJJ/ysz6FC6t7tG2+l3O5D4Y= root@createinstancetwonettests-08d0cc05-addc-4a2d-b954-e82a95b46181 -----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:fe60:4190/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-08d0cc05-addc-4a2d-b954-e82a95b46181 launch-index: 0 === cirros: current=0.4.0 uptime=5.06 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancetwonettests-08d0cc05-addc-4a2d-b954-e82a95b46181 login: 2018-10-26 09:47:21,401 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/8f55a307-ea45-4668-bd39-c0f11bd5b150 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9cc0bcab98c57cada15b7f5f37418c7fa3de32a" 2018-10-26 09:47:21,982 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:47: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-8698e69d-ab97-411c-a217-2975a2f022dd x-compute-request-id: req-8698e69d-ab97-411c-a217-2975a2f022dd Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cb:fb:79", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8f55a307-ea45-4668-bd39-c0f11bd5b150", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8f55a307-ea45-4668-bd39-c0f11bd5b150", "rel": "bookmark"}], "image": {"id": "5f8d5f91-82e6-479d-a0e3-6837613715d3", "links": [{"href": "http://172.30.9.21:8774/images/5f8d5f91-82e6-479d-a0e3-6837613715d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:46:51.000000", "flavor": {"id": "ac3a6187-402c-423f-b3a9-028b21231381", "links": [{"href": "http://172.30.9.21:8774/flavors/ac3a6187-402c-423f-b3a9-028b21231381", "rel": "bookmark"}]}, "id": "8f55a307-ea45-4668-bd39-c0f11bd5b150", "security_groups": [{"name": "default"}], "user_id": "0f71adbc019843c3aef743b66bfe716b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:46:51Z", "hostId": "84080e331a9920b6bf3eacf30309e4a418c5b5266a71c2e5518ac256", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-inst1", "created": "2018-10-26T09:46:43Z", "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:47:21,983 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/8f55a307-ea45-4668-bd39-c0f11bd5b150 used request id req-8698e69d-ab97-411c-a217-2975a2f022dd 2018-10-26 09:47:21,986 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/8f55a307-ea45-4668-bd39-c0f11bd5b150/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9cc0bcab98c57cada15b7f5f37418c7fa3de32a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-26 09:47:23,140 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:47: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-f2eabddc-ffd6-4828-8ce3-ec63295ba32f x-compute-request-id: req-f2eabddc-ffd6-4828-8ce3-ec63295ba32f Content-Encoding: gzip Content-Length: 9610 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 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 509288938 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 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.130757] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132440] pid_max: default: 32768 minimum: 301\n[ 0.133327] ACPI: Core revision 20150930\n[ 0.134708] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135990] Security Framework initialized\n[ 0.136784] Yama: becoming mindful.\n[ 0.137529] AppArmor: AppArmor initialized\n[ 0.138426] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139757] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141043] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142281] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143736] Initializing cgroup subsys io\n[ 0.144584] Initializing cgroup subsys memory\n[ 0.145479] Initializing cgroup subsys devices\n[ 0.146387] Initializing cgroup subsys freezer\n[ 0.147280] Initializing cgroup subsys net_cls\n[ 0.148165] Initializing cgroup subsys perf_event\n[ 0.149097] Initializing cgroup subsys net_prio\n[ 0.150043] Initializing cgroup subsys hugetlb\n[ 0.150920] Initializing cgroup subsys pids\n[ 0.151799] CPU: Physical Processor ID: 0\n[ 0.153320] mce: CPU supports 10 MCE banks\n[ 0.154204] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155203] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.157469] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.163896] ftrace: allocating 31920 entries in 125 pages\n[ 0.190039] smpboot: Max logical packages: 2\n[ 0.190922] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.192148] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.193468] x2apic enabled\n[ 0.194317] Switched APIC routing to physical x2apic.\n[ 0.196084] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.197300] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.199455] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.201390] KVM setup paravirtual spinlock\n[ 0.202830] x86: Booting SMP configuration:\n[ 0.203726] .... node #0, CPUs: #1\n[ 0.204628] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock\n[ 0.226328] x86: Booted up 1 node, 2 CPUs\n[ 0.226330] KVM setup async PF for cpu 1\n[ 0.226333] kvm-stealtime: cpu 1, msr 1f90d940\n[ 0.228947] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.230477] devtmpfs: initialized\n[ 0.232211] evm: security.selinux\n[ 0.232915] evm: security.SMACK64\n[ 0.233606] evm: security.SMACK64EXEC\n[ 0.234362] evm: security.SMACK64TRANSMUTE\n[ 0.235180] evm: security.SMACK64MMAP\n[ 0.235925] evm: security.ima\n[ 0.236566] evm: security.capability\n[ 0.237425] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239334] pinctrl core: initialized pinctrl subsystem\n[ 0.240463] RTC time: 9:46:51, date: 10/26/18\n[ 0.241463] NET: Registered protocol family 16\n[ 0.251324] cpuidle: using governor ladder\n[ 0.263408] cpuidle: using governor menu\n[ 0.264236] PCCT header not found.\n[ 0.265000] ACPI: bus type PCI registered\n[ 0.265788] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.267024] PCI: Using configuration type 1 for base access\n[ 0.280444] ACPI: Added _OSI(Module Device)\n[ 0.281282] ACPI: Added _OSI(Processor Device)\n[ 0.282130] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.283010] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.285374] ACPI: Interpreter enabled\n[ 0.286130] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.287939] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.289757] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.291584] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.293409] ACPI: (supports S0 S5)\n[ 0.294110] ACPI: Using IOAPIC for interrupt routing\n[ 0.295138] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.298486] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.299616] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.300830] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.302009] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.304224] acpiphp: Slot [3] registered\n[ 0.305019] acpiphp: Slot [4] registered\n[ 0.305817] acpiphp: Slot [5] registered\n[ 0.306609] acpiphp: Slot [6] registered\n[ 0.307401] acpiphp: Slot [7] registered\n[ 0.308190] acpiphp: Slot [8] registered\n[ 0.308977] acpiphp: Slot [9] registered\n[ 0.309756] acpiphp: Slot [10] registered\n[ 0.320536] acpiphp: Slot [11] registered\n[ 0.321339] acpiphp: Slot [12] registered\n[ 0.322139] acpiphp: Slot [13] registered\n[ 0.322937] acpiphp: Slot [14] registered\n[ 0.323732] acpiphp: Slot [15] registered\n[ 0.324536] acpiphp: Slot [16] registered\n[ 0.325352] acpiphp: Slot [17] registered\n[ 0.326152] acpiphp: Slot [18] registered\n[ 0.326951] acpiphp: Slot [19] registered\n[ 0.327747] acpiphp: Slot [20] registered\n[ 0.328553] acpiphp: Slot [21] registered\n[ 0.329357] acpiphp: Slot [22] registered\n[ 0.330159] acpiphp: Slot [23] registered\n[ 0.330958] acpiphp: Slot [24] registered\n[ 0.331755] acpiphp: Slot [25] registered\n[ 0.332559] acpiphp: Slot [26] registered\n[ 0.333363] acpiphp: Slot [27] registered\n[ 0.334166] acpiphp: Slot [28] registered\n[ 0.334964] acpiphp: Slot [29] registered\n[ 0.335757] acpiphp: Slot [30] registered\n[ 0.336561] acpiphp: Slot [31] registered\n[ 0.337356] PCI host bridge to bus 0000:00\n[ 0.338159] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.339344] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.340531] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.341975] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.343400] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.349655] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.350944] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.352097] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.353347] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.359828] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.361270] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.408678] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.410180] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.411585] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.413001] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.414377] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.415646] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.416841] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.418114] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.419644] vgaarb: loaded\n[ 0.420243] vgaarb: bridge control possible 0000:00:02.0\n[ 0.421740] SCSI subsystem initialized\n[ 0.422566] ACPI: bus type USB registered\n[ 0.423374] usbcore: registered new interface driver usbfs\n[ 0.424395] usbcore: registered new interface driver hub\n[ 0.425386] usbcore: registered new device driver usb\n[ 0.426466] PCI: Using ACPI for IRQ routing\n[ 0.427478] NetLabel: Initializing\n[ 0.428184] NetLabel: domain hash size = 128\n[ 0.429025] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.429960] NetLabel: unlabeled traffic allowed by default\n[ 0.431058] clocksource: Switched to clocksource kvm-clock\n[ 0.437048] AppArmor: AppArmor Filesystem Enabled\n[ 0.438006] pnp: PnP ACPI init\n[ 0.438933] pnp: PnP ACPI: found 5 devices\n[ 0.445658] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.447373] NET: Registered protocol family 2\n[ 0.448337] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.449590] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.450745] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.451902] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.452974] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.454120] NET: Registered protocol family 1\n[ 0.454971] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.456053] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.457108] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475753] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.494365] Trying to unpack rootfs image as initramfs...\n[ 0.544411] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.558560] Scanning for low memory corruption every 60 seconds\n[ 0.559947] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.561086] audit: initializing netlink subsys (disabled)\n[ 0.562098] audit: type=2000 audit(1540547211.885:1): initialized\n[ 0.563401] Initialise system trusted keyring\n[ 0.564361] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.565511] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.567609] zbud: loaded\n[ 0.568692] VFS: Disk quotas dquot_6.6.0\n[ 0.569506] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.571064] fuse init (API version 7.23)\n[ 0.571975] Key type big_key registered\n[ 0.572774] Allocating IMA MOK and blacklist keyrings.\n[ 0.573996] Key type asymmetric registered\n[ 0.574816] Asymmetric key parser 'x509' registered\n[ 0.575778] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.577240] io scheduler noop registered\n[ 0.578028] io scheduler deadline registered (default)\n[ 0.579012] io scheduler cfq registered\n[ 0.579851] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.580890] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.582139] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.583585] ACPI: Power Button [PWRF]\n[ 0.584469] GHES: HEST is not enabled!\n[ 0.602769] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.642437] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.645564] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.669625] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.672107] Linux agpgart interface v0.103\n[ 0.674517] brd: module loaded\n[ 0.676288] loop: module loaded\n[ 0.682024] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.683495] GPT:90111 != 20971519\n[ 0.684195] GPT:Alternate GPT header not at the end of the disk.\n[ 0.685292] GPT:90111 != 20971519\n[ 0.685975] GPT: Use GNU Parted to correct GPT errors.\n[ 0.686938] vda: vda1 vda15\n[ 0.688537] scsi host0: ata_piix\n[ 0.689316] scsi host1: ata_piix\n[ 0.690026] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.691252] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.692533] libphy: Fixed MDIO Bus: probed\n[ 0.693400] tun: Universal TUN/TAP device driver, 1.6\n[ 0.694512] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.696734] PPP generic driver version 2.4.2\n[ 0.697637] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.698817] ehci-pci: EHCI PCI platform driver\n[ 0.699693] ehci-platform: EHCI generic platform driver\n[ 0.700668] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.701772] ohci-pci: OHCI PCI platform driver\n[ 0.702631] ohci-platform: OHCI generic platform driver\n[ 0.703627] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.722652] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.723673] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.725112] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.726122] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.727245] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.728448] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.729847] usb usb1: Product: UHCI Host Controller\n[ 0.730766] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.731911] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.732947] hub 1-0:1.0: USB hub found\n[ 0.733714] hub 1-0:1.0: 2 ports detected\n[ 0.734619] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.736737] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.737696] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.738756] mousedev: PS/2 mouse device common for all mice\n[ 0.740059] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.741889] rtc_cmos 00:00: RTC can wake from S4\n[ 0.742995] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.744208] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.745385] i2c /dev entries driver\n[ 0.746130] device-mapper: uevent: version 1.0.3\n[ 0.747094] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.748706] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.750056] NET: Registered protocol family 10\n[ 0.751451] NET: Registered protocol family 17\n[ 0.752325] Key type dns_resolver registered\n[ 0.753276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.754352] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.755694] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.757512] registered taskstats version 1\n[ 0.758336] Loading compiled-in X.509 certificates\n[ 0.759772] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.761596] zswap: loaded using pool lzo/zbud\n[ 0.763140] Key type trusted registered\n[ 0.764915] Key type encrypted registered\n[ 0.765730] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.766738] ima: No TPM chip found, activating TPM-bypass!\n[ 0.767813] evm: HMAC attrs: 0x1\n[ 0.768761] Magic number: 6:169:779\n[ 0.769612] rtc_cmos 00:00: setting system clock to 2018-10-26 09:46:51 UTC (1540547211)\n[ 0.781445] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.782564] EDD information not available.\n[ 0.848355] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.849898] Write protecting the kernel read-only data: 14336k\n[ 0.851551] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.853345] 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.916451] 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.14\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.32. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCZFaQT/qL+FUp31eB2+m2PNlzlpjB7n7NzbTBdMy+u3l0VsZb1pPLgd0N4gLeWK6kIywwHJRF5itnRZKiVlK5bHNwm7XogoC9AHLglUWcgoATlqbWBnv9qYQ5qfqM1L1sKVT0TSN9Pn6/Jetz/VJJIqK0p7Fg1jHgtTRYxoyCnAF1abTVGkgtJbB72KLczbOZAm5lFxsCME9NlVnskPM25ovw5PppbdsE++85y2KLF0a64BE5oDSrqPsWJ46vgqmgNqJ0sSCC9vtIbwo/WgzApMlgZJLgun0hYio7lqMBNRot60o340fn0yVhXNkO+p2s7CWjUKC9TxS47jq3LfFPD root@createinstancetwonettests-08d0cc05-addc-4a2d-b954-e82a95b46181\nssh-dss AAAAB3NzaC1kc3MAAACBAKQ/VrV1iji3QuxgKZ9+cSMmOL/mSB9k4GECUPuCLvKzk5SozT1MWXn71EZ7+KD/GdDzD6OkD2i5bYG8I3jjMWMH6rVQ1pOUFKuLBGxa/gRlFNsxGskAqT0/mwBWSDeAU9/khoJOT0JnXTSke4TLhm0QV4M1oCfUbuv5mD2GH8AVAAAAFQCU33o9dvX9Agkvd04+MVcAiCyLMQAAAIEAg7CShdSJS/kgy1ExoMSH+W1qFUJozuaPGWuhSR4vzIUr+iEnB2OElOKflZ2tuZoGEpCvV9mmGipLFbBGZ5fP+Irmypt1PLrdSHdF7t8IUS3AvUQHSs8SSsqcBG6l1lCYLmc3lOJZKT5jrTYuSX1iC+RhjerWSKq3JGFpQBTjo7IAAACAEaJNnGXRJZ4OeHVsMd8joC/eRkmG0YHI8KEY8ZXdMOvztKyHFWwqj946ji06xOb1J1CyzNb7CHncmTAOezpEmCBKS+02570deCOnkYhM96eglIfP7cR6AGysnNv5hALzToM00u0JAV6j8yG31n4r3tdKARrmh6oMMj9QAF3InrU= root@createinstancetwonettests-08d0cc05-addc-4a2d-b954-e82a95b46181\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:fecb:fb79/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-08d0cc05-addc-4a2d-b954-e82a95b46181\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=26.14 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancetwonettests-08d0cc05-addc-4a2d-b954-e82a95b46181 login: "} 2018-10-26 09:47:23,141 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/8f55a307-ea45-4668-bd39-c0f11bd5b150/action used request id req-f2eabddc-ffd6-4828-8ce3-ec63295ba32f 2018-10-26 09:47:24,146 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/075b39a8-6fdb-4b98-abd9-59a89cb8017c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38b413d51f115547a7d6ca2004eee0fddc0e8d30" 2018-10-26 09:47:24,899 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:47:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-32a87ed2-6cce-4bf3-9596-01aed2bc6bfc x-compute-request-id: req-32a87ed2-6cce-4bf3-9596-01aed2bc6bfc Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:60:41:90", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/075b39a8-6fdb-4b98-abd9-59a89cb8017c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/075b39a8-6fdb-4b98-abd9-59a89cb8017c", "rel": "bookmark"}], "image": {"id": "5f8d5f91-82e6-479d-a0e3-6837613715d3", "links": [{"href": "http://172.30.9.21:8774/images/5f8d5f91-82e6-479d-a0e3-6837613715d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:47:13.000000", "flavor": {"id": "ac3a6187-402c-423f-b3a9-028b21231381", "links": [{"href": "http://172.30.9.21:8774/flavors/ac3a6187-402c-423f-b3a9-028b21231381", "rel": "bookmark"}]}, "id": "075b39a8-6fdb-4b98-abd9-59a89cb8017c", "security_groups": [{"name": "default"}], "user_id": "0f71adbc019843c3aef743b66bfe716b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:47:14Z", "hostId": "91332538971f28dbbfe7bc95602cca44615532baf84ad869e8f19cc4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-inst2", "created": "2018-10-26T09:47:04Z", "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:47:24,899 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/075b39a8-6fdb-4b98-abd9-59a89cb8017c used request id req-32a87ed2-6cce-4bf3-9596-01aed2bc6bfc 2018-10-26 09:47:24,902 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/075b39a8-6fdb-4b98-abd9-59a89cb8017c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38b413d51f115547a7d6ca2004eee0fddc0e8d30" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-26 09:47:25,996 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:47:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6008451d-7535-4193-bf23-002738848034 x-compute-request-id: req-6008451d-7535-4193-bf23-002738848034 Content-Encoding: gzip Content-Length: 9619 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 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 560954152 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 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.130165] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131796] pid_max: default: 32768 minimum: 301\n[ 0.132680] ACPI: Core revision 20150930\n[ 0.134070] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135359] Security Framework initialized\n[ 0.136170] Yama: becoming mindful.\n[ 0.136893] AppArmor: AppArmor initialized\n[ 0.137751] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139055] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140308] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141497] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142867] Initializing cgroup subsys io\n[ 0.143723] Initializing cgroup subsys memory\n[ 0.144757] Initializing cgroup subsys devices\n[ 0.145769] Initializing cgroup subsys freezer\n[ 0.146775] Initializing cgroup subsys net_cls\n[ 0.147996] Initializing cgroup subsys perf_event\n[ 0.149100] Initializing cgroup subsys net_prio\n[ 0.150477] Initializing cgroup subsys hugetlb\n[ 0.151929] Initializing cgroup subsys pids\n[ 0.152996] CPU: Physical Processor ID: 0\n[ 0.154876] mce: CPU supports 10 MCE banks\n[ 0.156233] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157940] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.161398] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170163] ftrace: allocating 31920 entries in 125 pages\n[ 0.197780] smpboot: Max logical packages: 2\n[ 0.199014] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200771] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.202685] x2apic enabled\n[ 0.203720] Switched APIC routing to physical x2apic.\n[ 0.205927] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207637] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.210583] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.213163] KVM setup paravirtual spinlock\n[ 0.214964] x86: Booting SMP configuration:\n[ 0.216207] .... node #0, CPUs: #1\n[ 0.217425] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock\n[ 0.239580] x86: Booted up 1 node, 2 CPUs\n[ 0.239583] KVM setup async PF for cpu 1\n[ 0.239586] kvm-stealtime: cpu 1, msr 1f90d940\n[ 0.243132] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.245153] devtmpfs: initialized\n[ 0.247029] evm: security.selinux\n[ 0.247989] evm: security.SMACK64\n[ 0.248950] evm: security.SMACK64EXEC\n[ 0.249982] evm: security.SMACK64TRANSMUTE\n[ 0.251127] evm: security.SMACK64MMAP\n[ 0.252182] evm: security.ima\n[ 0.253063] evm: security.capability\n[ 0.254178] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.256817] pinctrl core: initialized pinctrl subsystem\n[ 0.258338] RTC time: 9:47:14, date: 10/26/18\n[ 0.259662] NET: Registered protocol family 16\n[ 0.270293] cpuidle: using governor ladder\n[ 0.282384] cpuidle: using governor menu\n[ 0.283332] PCCT header not found.\n[ 0.284258] ACPI: bus type PCI registered\n[ 0.285214] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.286804] PCI: Using configuration type 1 for base access\n[ 0.299075] ACPI: Added _OSI(Module Device)\n[ 0.300160] ACPI: Added _OSI(Processor Device)\n[ 0.301211] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.302363] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.305054] ACPI: Interpreter enabled\n[ 0.305982] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.308320] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.310586] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.312879] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.315250] ACPI: (supports S0 S5)\n[ 0.316074] ACPI: Using IOAPIC for interrupt routing\n[ 0.317206] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.321363] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.323053] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.324870] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.326648] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.329897] acpiphp: Slot [3] registered\n[ 0.331022] acpiphp: Slot [4] registered\n[ 0.332172] acpiphp: Slot [5] registered\n[ 0.333296] acpiphp: Slot [6] registered\n[ 0.334407] acpiphp: Slot [7] registered\n[ 0.335554] acpiphp: Slot [8] registered\n[ 0.336720] acpiphp: Slot [9] registered\n[ 0.337832] acpiphp: Slot [10] registered\n[ 0.349145] acpiphp: Slot [11] registered\n[ 0.350285] acpiphp: Slot [12] registered\n[ 0.351427] acpiphp: Slot [13] registered\n[ 0.352557] acpiphp: Slot [14] registered\n[ 0.353690] acpiphp: Slot [15] registered\n[ 0.354818] acpiphp: Slot [16] registered\n[ 0.355983] acpiphp: Slot [17] registered\n[ 0.357127] acpiphp: Slot [18] registered\n[ 0.358262] acpiphp: Slot [19] registered\n[ 0.359443] acpiphp: Slot [20] registered\n[ 0.360618] acpiphp: Slot [21] registered\n[ 0.361779] acpiphp: Slot [22] registered\n[ 0.362842] acpiphp: Slot [23] registered\n[ 0.363986] acpiphp: Slot [24] registered\n[ 0.365145] acpiphp: Slot [25] registered\n[ 0.366298] acpiphp: Slot [26] registered\n[ 0.367490] acpiphp: Slot [27] registered\n[ 0.368638] acpiphp: Slot [28] registered\n[ 0.369776] acpiphp: Slot [29] registered\n[ 0.370911] acpiphp: Slot [30] registered\n[ 0.372046] acpiphp: Slot [31] registered\n[ 0.373186] PCI host bridge to bus 0000:00\n[ 0.374327] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.376096] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.377891] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.379937] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.381998] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.388650] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.390543] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.392114] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.393781] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.401866] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.403708] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.457805] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.459730] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.461802] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.464257] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.466104] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.467986] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.469599] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.471006] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.473035] vgaarb: loaded\n[ 0.473869] vgaarb: bridge control possible 0000:00:02.0\n[ 0.475773] SCSI subsystem initialized\n[ 0.476864] ACPI: bus type USB registered\n[ 0.477968] usbcore: registered new interface driver usbfs\n[ 0.479323] usbcore: registered new interface driver hub\n[ 0.480656] usbcore: registered new device driver usb\n[ 0.482117] PCI: Using ACPI for IRQ routing\n[ 0.483475] NetLabel: Initializing\n[ 0.484420] NetLabel: domain hash size = 128\n[ 0.485546] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.486810] NetLabel: unlabeled traffic allowed by default\n[ 0.488328] clocksource: Switched to clocksource kvm-clock\n[ 0.496016] AppArmor: AppArmor Filesystem Enabled\n[ 0.497327] pnp: PnP ACPI init\n[ 0.498553] pnp: PnP ACPI: found 5 devices\n[ 0.505936] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.508161] NET: Registered protocol family 2\n[ 0.509516] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.511202] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.512752] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.514282] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.515715] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.517268] NET: Registered protocol family 1\n[ 0.518385] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.519849] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.521283] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.547042] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.570090] Trying to unpack rootfs image as initramfs...\n[ 0.621652] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.639743] Scanning for low memory corruption every 60 seconds\n[ 0.641709] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.643701] audit: initializing netlink subsys (disabled)\n[ 0.645359] audit: type=2000 audit(1540547234.844:1): initialized\n[ 0.647249] Initialise system trusted keyring\n[ 0.648610] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.650365] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.653072] zbud: loaded\n[ 0.654444] VFS: Disk quotas dquot_6.6.0\n[ 0.655629] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.657794] fuse init (API version 7.23)\n[ 0.658961] Key type big_key registered\n[ 0.659994] Allocating IMA MOK and blacklist keyrings.\n[ 0.661535] Key type asymmetric registered\n[ 0.662588] Asymmetric key parser 'x509' registered\n[ 0.663804] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.665694] io scheduler noop registered\n[ 0.666725] io scheduler deadline registered (default)\n[ 0.667958] io scheduler cfq registered\n[ 0.669007] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.670351] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.671963] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.673802] ACPI: Power Button [PWRF]\n[ 0.674875] GHES: HEST is not enabled!\n[ 0.693189] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.731136] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.734094] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.757497] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.760255] Linux agpgart interface v0.103\n[ 0.762892] brd: module loaded\n[ 0.764828] loop: module loaded\n[ 0.769877] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.771819] GPT:90111 != 20971519\n[ 0.772660] GPT:Alternate GPT header not at the end of the disk.\n[ 0.774009] GPT:90111 != 20971519\n[ 0.774837] GPT: Use GNU Parted to correct GPT errors.\n[ 0.776019] vda: vda1 vda15\n[ 0.777693] scsi host0: ata_piix\n[ 0.778585] scsi host1: ata_piix\n[ 0.779433] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.780950] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.782519] libphy: Fixed MDIO Bus: probed\n[ 0.783584] tun: Universal TUN/TAP device driver, 1.6\n[ 0.784824] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.787103] PPP generic driver version 2.4.2\n[ 0.788308] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.789859] ehci-pci: EHCI PCI platform driver\n[ 0.790951] ehci-platform: EHCI generic platform driver\n[ 0.792192] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.793628] ohci-pci: OHCI PCI platform driver\n[ 0.794715] ohci-platform: OHCI generic platform driver\n[ 0.795948] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.815003] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.816342] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.818205] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.819469] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.820884] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.822432] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.824204] usb usb1: Product: UHCI Host Controller\n[ 0.825461] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.826984] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.828193] hub 1-0:1.0: USB hub found\n[ 0.829176] hub 1-0:1.0: 2 ports detected\n[ 0.830320] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.832876] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.834097] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.835446] mousedev: PS/2 mouse device common for all mice\n[ 0.837090] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.839360] rtc_cmos 00:00: RTC can wake from S4\n[ 0.840709] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.842191] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.843710] i2c /dev entries driver\n[ 0.844724] device-mapper: uevent: version 1.0.3\n[ 0.845934] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.847942] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.849596] NET: Registered protocol family 10\n[ 0.851256] NET: Registered protocol family 17\n[ 0.852369] Key type dns_resolver registered\n[ 0.853555] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.854958] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.856615] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.858937] registered taskstats version 1\n[ 0.860128] Loading compiled-in X.509 certificates\n[ 0.861952] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.864397] zswap: loaded using pool lzo/zbud\n[ 0.866234] Key type trusted registered\n[ 0.868239] Key type encrypted registered\n[ 0.869393] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.870860] ima: No TPM chip found, activating TPM-bypass!\n[ 0.872391] evm: HMAC attrs: 0x1\n[ 0.873637] Magic number: 6:169:779\n[ 0.874844] rtc_cmos 00:00: setting system clock to 2018-10-26 09:47:14 UTC (1540547234)\n[ 0.887660] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.889345] EDD information not available.\n[ 0.937500] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.939707] Write protecting the kernel read-only data: 14336k\n[ 0.941808] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.944282] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.74\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 1.001888] 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.49\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.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 1.69. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCAvCnfsVe9GdB+nuopdn0z1VE2GFaYy5dW7Tn49IE09cC4KPQEkw7oxIn8kb4sqqgZRc4DMgI/MEZsq5iNUPfY1muGyOu+ZTO6Gz9XY/Gg85xCqRdCe39FkqtRnFtuWr2iiDioYJoMmK/w4VVIs4w4PuOKoALSDXRjEhpzVUBteCsOZQKczWwX24Y4jptDXNz2fZtIjvI5WX4lgsdWmUD3QsocMazeHSLQG4racEYlb9RE+D16XACN5BZthjweE6aCpwUpd/wHLaeHfj94BiEC+YGvC785i31WyQODR7U1qzXteCb8HPLCaudXrEBwLsSaABEYWWsda0UugA4bbckV root@createinstancetwonettests-08d0cc05-addc-4a2d-b954-e82a95b46181\nssh-dss AAAAB3NzaC1kc3MAAACBAPm2x4xyiv5cGVol7g07vMlvQN+4b7aW9IohZVRhCmvc7ZnvKUNaIdJPKeyBMvyw72LwxZpcDaS33MzpUPdafXfs0T7XLSuFsVljQ9a6hhxOa3jOjyJIVZDxjtk90MWEM2EDVRGuSTdYUwMIPNaETyph5rJcFRnI8W7X/AhrMANzAAAAFQDbxo+a0NU+umAHMZ8rJqA7+W1ExQAAAIBLZf2op6wh3DCR8uCxCqcLKhAECyOZ53ItDT8lInNYTWLuHGlsx00hGSjT3Cn38+igalnBkkzeSQybOPk7XNFfkKU3eGFVGLG6NoURJQIy4zATWCqZttC5JblZgkI3kXWpVLD+DebSc7T5yv2RPsd2mZNtJFmoCRpdFaVSeN7QDwAAAIEA5Ee2EG07iYbFPusHM48BmwvunPUNCJvk/HG1K1k5/VyKjPFd6pxhry09Jew6TzwgIsCER+m8sOdiLl6OVdls+OT0+ldQDL9ZKJcHYRLtSNy9katmCGZ+3hORaEumTQgKluq2hRQQpxzGs/1OYeogJJ/ysz6FC6t7tG2+l3O5D4Y= root@createinstancetwonettests-08d0cc05-addc-4a2d-b954-e82a95b46181\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:fe60:4190/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-08d0cc05-addc-4a2d-b954-e82a95b46181\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=5.06 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancetwonettests-08d0cc05-addc-4a2d-b954-e82a95b46181 login: "} 2018-10-26 09:47:25,997 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/075b39a8-6fdb-4b98-abd9-59a89cb8017c/action used request id req-6008451d-7535-4193-bf23-002738848034 2018-10-26 09:47:25,998 - create_instance - INFO - Deleting Port with ID - 30d81dab-4e9d-43e9-8ecf-b5c0561312c0 2018-10-26 09:47:25,998 - neutron_utils - INFO - Deleting port with name CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-vm1-port 2018-10-26 09:47:26,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/30d81dab-4e9d-43e9-8ecf-b5c0561312c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9cc0bcab98c57cada15b7f5f37418c7fa3de32a" 2018-10-26 09:47:26,785 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-dd98eab6-aff8-4942-837d-ebe90b9b6d11 Date: Fri, 26 Oct 2018 09:47:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:47:26,785 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/30d81dab-4e9d-43e9-8ecf-b5c0561312c0 used request id req-dd98eab6-aff8-4942-837d-ebe90b9b6d11 2018-10-26 09:47:26,786 - create_instance - INFO - Deleting VM instance - CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-inst1 2018-10-26 09:47:26,789 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/8f55a307-ea45-4668-bd39-c0f11bd5b150 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9cc0bcab98c57cada15b7f5f37418c7fa3de32a" 2018-10-26 09:47:26,950 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:47: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-ce0f5333-f0a0-445e-bd0d-c3c80d5e490f x-compute-request-id: req-ce0f5333-f0a0-445e-bd0d-c3c80d5e490f Content-Type: application/json 2018-10-26 09:47:26,950 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/8f55a307-ea45-4668-bd39-c0f11bd5b150 used request id req-ce0f5333-f0a0-445e-bd0d-c3c80d5e490f 2018-10-26 09:47:26,950 - create_instance - INFO - Checking deletion status 2018-10-26 09:47:26,953 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/8f55a307-ea45-4668-bd39-c0f11bd5b150 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9cc0bcab98c57cada15b7f5f37418c7fa3de32a" 2018-10-26 09:47:27,404 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:47: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-d4e2f045-2a24-4cd0-9432-42804c44acf8 x-compute-request-id: req-d4e2f045-2a24-4cd0-9432-42804c44acf8 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8f55a307-ea45-4668-bd39-c0f11bd5b150", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8f55a307-ea45-4668-bd39-c0f11bd5b150", "rel": "bookmark"}], "image": {"id": "5f8d5f91-82e6-479d-a0e3-6837613715d3", "links": [{"href": "http://172.30.9.21:8774/images/5f8d5f91-82e6-479d-a0e3-6837613715d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:46:51.000000", "flavor": {"id": "ac3a6187-402c-423f-b3a9-028b21231381", "links": [{"href": "http://172.30.9.21:8774/flavors/ac3a6187-402c-423f-b3a9-028b21231381", "rel": "bookmark"}]}, "id": "8f55a307-ea45-4668-bd39-c0f11bd5b150", "user_id": "0f71adbc019843c3aef743b66bfe716b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:47:26Z", "hostId": "84080e331a9920b6bf3eacf30309e4a418c5b5266a71c2e5518ac256", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-inst1", "created": "2018-10-26T09:46:43Z", "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:47:27,404 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/8f55a307-ea45-4668-bd39-c0f11bd5b150 used request id req-d4e2f045-2a24-4cd0-9432-42804c44acf8 2018-10-26 09:47:27,405 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-inst1] is - ACTIVE 2018-10-26 09:47:27,405 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:47:30,408 - create_instance - DEBUG - VM status query timeout in 296.542207956 2018-10-26 09:47:30,411 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/8f55a307-ea45-4668-bd39-c0f11bd5b150 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9cc0bcab98c57cada15b7f5f37418c7fa3de32a" 2018-10-26 09:47:30,963 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:47:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6e2f4e2c-c284-4921-834a-50bfd1766b0c x-compute-request-id: req-6e2f4e2c-c284-4921-834a-50bfd1766b0c Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8f55a307-ea45-4668-bd39-c0f11bd5b150", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8f55a307-ea45-4668-bd39-c0f11bd5b150", "rel": "bookmark"}], "image": {"id": "5f8d5f91-82e6-479d-a0e3-6837613715d3", "links": [{"href": "http://172.30.9.21:8774/images/5f8d5f91-82e6-479d-a0e3-6837613715d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:46:51.000000", "flavor": {"id": "ac3a6187-402c-423f-b3a9-028b21231381", "links": [{"href": "http://172.30.9.21:8774/flavors/ac3a6187-402c-423f-b3a9-028b21231381", "rel": "bookmark"}]}, "id": "8f55a307-ea45-4668-bd39-c0f11bd5b150", "user_id": "0f71adbc019843c3aef743b66bfe716b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:47:26Z", "hostId": "84080e331a9920b6bf3eacf30309e4a418c5b5266a71c2e5518ac256", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-inst1", "created": "2018-10-26T09:46:43Z", "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:47:30,963 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/8f55a307-ea45-4668-bd39-c0f11bd5b150 used request id req-6e2f4e2c-c284-4921-834a-50bfd1766b0c 2018-10-26 09:47:30,964 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-inst1] is - ACTIVE 2018-10-26 09:47:30,964 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:47:33,967 - create_instance - DEBUG - VM status query timeout in 292.983181 2018-10-26 09:47:33,971 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/8f55a307-ea45-4668-bd39-c0f11bd5b150 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9cc0bcab98c57cada15b7f5f37418c7fa3de32a" 2018-10-26 09:47:34,382 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:47:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-81250636-c88f-469d-bea1-96234788014e x-compute-request-id: req-81250636-c88f-469d-bea1-96234788014e Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8f55a307-ea45-4668-bd39-c0f11bd5b150", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8f55a307-ea45-4668-bd39-c0f11bd5b150", "rel": "bookmark"}], "image": {"id": "5f8d5f91-82e6-479d-a0e3-6837613715d3", "links": [{"href": "http://172.30.9.21:8774/images/5f8d5f91-82e6-479d-a0e3-6837613715d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:46:51.000000", "flavor": {"id": "ac3a6187-402c-423f-b3a9-028b21231381", "links": [{"href": "http://172.30.9.21:8774/flavors/ac3a6187-402c-423f-b3a9-028b21231381", "rel": "bookmark"}]}, "id": "8f55a307-ea45-4668-bd39-c0f11bd5b150", "user_id": "0f71adbc019843c3aef743b66bfe716b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:47:26Z", "hostId": "84080e331a9920b6bf3eacf30309e4a418c5b5266a71c2e5518ac256", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-inst1", "created": "2018-10-26T09:46:43Z", "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:47:34,382 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/8f55a307-ea45-4668-bd39-c0f11bd5b150 used request id req-81250636-c88f-469d-bea1-96234788014e 2018-10-26 09:47:34,382 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-inst1] is - ACTIVE 2018-10-26 09:47:34,382 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:47:37,385 - create_instance - DEBUG - VM status query timeout in 289.565403938 2018-10-26 09:47:37,389 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/8f55a307-ea45-4668-bd39-c0f11bd5b150 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9cc0bcab98c57cada15b7f5f37418c7fa3de32a" 2018-10-26 09:47:37,637 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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,Accept-Encoding x-openstack-request-id: req-03646905-8ca2-4414-ae05-851311bd5ca4 x-compute-request-id: req-03646905-8ca2-4414-ae05-851311bd5ca4 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8f55a307-ea45-4668-bd39-c0f11bd5b150", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8f55a307-ea45-4668-bd39-c0f11bd5b150", "rel": "bookmark"}], "image": {"id": "5f8d5f91-82e6-479d-a0e3-6837613715d3", "links": [{"href": "http://172.30.9.21:8774/images/5f8d5f91-82e6-479d-a0e3-6837613715d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:46:51.000000", "flavor": {"id": "ac3a6187-402c-423f-b3a9-028b21231381", "links": [{"href": "http://172.30.9.21:8774/flavors/ac3a6187-402c-423f-b3a9-028b21231381", "rel": "bookmark"}]}, "id": "8f55a307-ea45-4668-bd39-c0f11bd5b150", "user_id": "0f71adbc019843c3aef743b66bfe716b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:47:26Z", "hostId": "84080e331a9920b6bf3eacf30309e4a418c5b5266a71c2e5518ac256", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-inst1", "created": "2018-10-26T09:46:43Z", "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:47:37,638 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/8f55a307-ea45-4668-bd39-c0f11bd5b150 used request id req-03646905-8ca2-4414-ae05-851311bd5ca4 2018-10-26 09:47:37,638 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-inst1] is - ACTIVE 2018-10-26 09:47:37,638 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:47:40,641 - create_instance - DEBUG - VM status query timeout in 286.308992863 2018-10-26 09:47:40,645 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/8f55a307-ea45-4668-bd39-c0f11bd5b150 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9cc0bcab98c57cada15b7f5f37418c7fa3de32a" 2018-10-26 09:47:40,696 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 09:47: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-4a8460d5-b62d-425f-a8ed-83efd114102a x-compute-request-id: req-4a8460d5-b62d-425f-a8ed-83efd114102a Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 8f55a307-ea45-4668-bd39-c0f11bd5b150 could not be found.", "code": 404}} 2018-10-26 09:47:40,697 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/8f55a307-ea45-4668-bd39-c0f11bd5b150 used request id req-4a8460d5-b62d-425f-a8ed-83efd114102a 2018-10-26 09:47:40,697 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 8f55a307-ea45-4668-bd39-c0f11bd5b150 could not be found. (HTTP 404) (Request-ID: req-4a8460d5-b62d-425f-a8ed-83efd114102a) 2018-10-26 09:47:40,697 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-inst1 2018-10-26 09:47:40,698 - create_instance - INFO - Deleting Port with ID - 8c6f2149-5d7e-4928-aa1a-fb364dc99e58 2018-10-26 09:47:40,698 - neutron_utils - INFO - Deleting port with name CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-vm2-port 2018-10-26 09:47:40,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/8c6f2149-5d7e-4928-aa1a-fb364dc99e58 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38b413d51f115547a7d6ca2004eee0fddc0e8d30" 2018-10-26 09:47:41,145 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1936b9fd-60c7-41af-9e6c-212a37acb59c Date: Fri, 26 Oct 2018 09:47:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:47:41,145 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/8c6f2149-5d7e-4928-aa1a-fb364dc99e58 used request id req-1936b9fd-60c7-41af-9e6c-212a37acb59c 2018-10-26 09:47:41,145 - create_instance - INFO - Deleting VM instance - CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-inst2 2018-10-26 09:47:41,148 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/075b39a8-6fdb-4b98-abd9-59a89cb8017c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38b413d51f115547a7d6ca2004eee0fddc0e8d30" 2018-10-26 09:47:41,291 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:47: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-fdd9433e-9480-4ad7-80b1-83ed30d2f890 x-compute-request-id: req-fdd9433e-9480-4ad7-80b1-83ed30d2f890 Content-Type: application/json 2018-10-26 09:47:41,291 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/075b39a8-6fdb-4b98-abd9-59a89cb8017c used request id req-fdd9433e-9480-4ad7-80b1-83ed30d2f890 2018-10-26 09:47:41,291 - create_instance - INFO - Checking deletion status 2018-10-26 09:47:41,294 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/075b39a8-6fdb-4b98-abd9-59a89cb8017c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38b413d51f115547a7d6ca2004eee0fddc0e8d30" 2018-10-26 09:47:41,542 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:47: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-f0f16014-31eb-4c2d-95ef-a4f357d6bdd1 x-compute-request-id: req-f0f16014-31eb-4c2d-95ef-a4f357d6bdd1 Content-Encoding: gzip Content-Length: 734 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:60:41:90", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/075b39a8-6fdb-4b98-abd9-59a89cb8017c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/075b39a8-6fdb-4b98-abd9-59a89cb8017c", "rel": "bookmark"}], "image": {"id": "5f8d5f91-82e6-479d-a0e3-6837613715d3", "links": [{"href": "http://172.30.9.21:8774/images/5f8d5f91-82e6-479d-a0e3-6837613715d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:47:13.000000", "flavor": {"id": "ac3a6187-402c-423f-b3a9-028b21231381", "links": [{"href": "http://172.30.9.21:8774/flavors/ac3a6187-402c-423f-b3a9-028b21231381", "rel": "bookmark"}]}, "id": "075b39a8-6fdb-4b98-abd9-59a89cb8017c", "user_id": "0f71adbc019843c3aef743b66bfe716b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:47:41Z", "hostId": "91332538971f28dbbfe7bc95602cca44615532baf84ad869e8f19cc4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-inst2", "created": "2018-10-26T09:47:04Z", "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:47:41,542 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/075b39a8-6fdb-4b98-abd9-59a89cb8017c used request id req-f0f16014-31eb-4c2d-95ef-a4f357d6bdd1 2018-10-26 09:47:41,543 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-inst2] is - ACTIVE 2018-10-26 09:47:41,543 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:47:44,546 - create_instance - DEBUG - VM status query timeout in 296.745159864 2018-10-26 09:47:44,550 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/075b39a8-6fdb-4b98-abd9-59a89cb8017c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38b413d51f115547a7d6ca2004eee0fddc0e8d30" 2018-10-26 09:47:44,812 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:47: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-8d9774ce-6c12-4de7-9068-f0568210e789 x-compute-request-id: req-8d9774ce-6c12-4de7-9068-f0568210e789 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/075b39a8-6fdb-4b98-abd9-59a89cb8017c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/075b39a8-6fdb-4b98-abd9-59a89cb8017c", "rel": "bookmark"}], "image": {"id": "5f8d5f91-82e6-479d-a0e3-6837613715d3", "links": [{"href": "http://172.30.9.21:8774/images/5f8d5f91-82e6-479d-a0e3-6837613715d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:47:13.000000", "flavor": {"id": "ac3a6187-402c-423f-b3a9-028b21231381", "links": [{"href": "http://172.30.9.21:8774/flavors/ac3a6187-402c-423f-b3a9-028b21231381", "rel": "bookmark"}]}, "id": "075b39a8-6fdb-4b98-abd9-59a89cb8017c", "user_id": "0f71adbc019843c3aef743b66bfe716b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:47:41Z", "hostId": "91332538971f28dbbfe7bc95602cca44615532baf84ad869e8f19cc4", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-inst2", "created": "2018-10-26T09:47:04Z", "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:47:44,812 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/075b39a8-6fdb-4b98-abd9-59a89cb8017c used request id req-8d9774ce-6c12-4de7-9068-f0568210e789 2018-10-26 09:47:44,813 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-inst2] is - ACTIVE 2018-10-26 09:47:44,813 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:47:47,816 - create_instance - DEBUG - VM status query timeout in 293.475237846 2018-10-26 09:47:47,820 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/075b39a8-6fdb-4b98-abd9-59a89cb8017c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38b413d51f115547a7d6ca2004eee0fddc0e8d30" 2018-10-26 09:47:47,866 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 09:47: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-41e37737-9119-47c8-b00b-b5babfa4c7c0 x-compute-request-id: req-41e37737-9119-47c8-b00b-b5babfa4c7c0 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 075b39a8-6fdb-4b98-abd9-59a89cb8017c could not be found.", "code": 404}} 2018-10-26 09:47:47,866 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/075b39a8-6fdb-4b98-abd9-59a89cb8017c used request id req-41e37737-9119-47c8-b00b-b5babfa4c7c0 2018-10-26 09:47:47,866 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 075b39a8-6fdb-4b98-abd9-59a89cb8017c could not be found. (HTTP 404) (Request-ID: req-41e37737-9119-47c8-b00b-b5babfa4c7c0) 2018-10-26 09:47:47,867 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-inst2 2018-10-26 09:47:47,870 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/ac3a6187-402c-423f-b3a9-028b21231381 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}635efe48ae36b4f84718e2c78bdeec8b68995c88" 2018-10-26 09:47:47,915 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:47: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-ec5b11c2-b778-4f2f-a47e-b95d1621ebc9 x-compute-request-id: req-ec5b11c2-b778-4f2f-a47e-b95d1621ebc9 Content-Length: 0 Content-Type: application/json 2018-10-26 09:47:47,915 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/ac3a6187-402c-423f-b3a9-028b21231381 used request id req-ec5b11c2-b778-4f2f-a47e-b95d1621ebc9 2018-10-26 09:47:47,916 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-pub-router and port CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-router-port1 2018-10-26 09:47:47,916 - neutron_utils - INFO - Removing router interface from router named CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-pub-router 2018-10-26 09:47:47,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/8e1a3d99-dd43-4685-be14-153f2d0a4049/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49319b1fb8d8e04cca9f8291da39ce431686332f" -d '{"port_id": "bedc0cea-5f51-4eac-8de9-d0040aacfae2"}' 2018-10-26 09:47:49,195 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-5f5fd521-6e25-4e83-a516-cffbca92610f Date: Fri, 26 Oct 2018 09:47:49 GMT RESP BODY: {"network_id": "2e6cc1e5-93ab-4e52-8937-204b5d146c91", "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "subnet_id": "4591973b-6e51-453b-9663-ecec6f251aad", "subnet_ids": ["4591973b-6e51-453b-9663-ecec6f251aad"], "port_id": "bedc0cea-5f51-4eac-8de9-d0040aacfae2", "id": "8e1a3d99-dd43-4685-be14-153f2d0a4049"} 2018-10-26 09:47:49,195 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/8e1a3d99-dd43-4685-be14-153f2d0a4049/remove_router_interface used request id req-5f5fd521-6e25-4e83-a516-cffbca92610f 2018-10-26 09:47:49,196 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-pub-router and port CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-router-port2 2018-10-26 09:47:49,196 - neutron_utils - INFO - Removing router interface from router named CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-pub-router 2018-10-26 09:47:49,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/8e1a3d99-dd43-4685-be14-153f2d0a4049/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49319b1fb8d8e04cca9f8291da39ce431686332f" -d '{"port_id": "43745392-fc16-45ab-a7b4-3bcc4c9ef319"}' 2018-10-26 09:47:50,787 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-66492e05-3c80-47a1-a124-00daea9b7f26 Date: Fri, 26 Oct 2018 09:47:50 GMT RESP BODY: {"network_id": "2a738cb4-dd85-4dd5-b98f-81facc1678bc", "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "subnet_id": "32562003-9e79-4a29-99d4-f4197bad0f11", "subnet_ids": ["32562003-9e79-4a29-99d4-f4197bad0f11"], "port_id": "43745392-fc16-45ab-a7b4-3bcc4c9ef319", "id": "8e1a3d99-dd43-4685-be14-153f2d0a4049"} 2018-10-26 09:47:50,788 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/8e1a3d99-dd43-4685-be14-153f2d0a4049/remove_router_interface used request id req-66492e05-3c80-47a1-a124-00daea9b7f26 2018-10-26 09:47:50,788 - OpenStackNetwork - INFO - Removing router CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-pub-router 2018-10-26 09:47:50,788 - neutron_utils - INFO - Deleting router with name - CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-pub-router 2018-10-26 09:47:50,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/8e1a3d99-dd43-4685-be14-153f2d0a4049 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49319b1fb8d8e04cca9f8291da39ce431686332f" 2018-10-26 09:47:53,702 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8083f3ce-f296-4d52-bd07-2d3360f2972b Content-Length: 0 Date: Fri, 26 Oct 2018 09:47:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:47:53,702 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/8e1a3d99-dd43-4685-be14-153f2d0a4049 used request id req-8083f3ce-f296-4d52-bd07-2d3360f2972b 2018-10-26 09:47:53,703 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-subnet1 2018-10-26 09:47:53,703 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-subnet1 2018-10-26 09:47:53,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/4591973b-6e51-453b-9663-ecec6f251aad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a70b3b8fc6eb4ef30fb2c667175b8cce3b0ad734" 2018-10-26 09:47:56,003 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c5ff13a6-b774-45b4-a19d-26a7a199c359 Date: Fri, 26 Oct 2018 09:47:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:47:56,004 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/4591973b-6e51-453b-9663-ecec6f251aad used request id req-c5ff13a6-b774-45b4-a19d-26a7a199c359 2018-10-26 09:47:56,004 - neutron_utils - INFO - Deleting network with name CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net1 2018-10-26 09:47:56,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/2e6cc1e5-93ab-4e52-8937-204b5d146c91 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a70b3b8fc6eb4ef30fb2c667175b8cce3b0ad734" 2018-10-26 09:47:57,752 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cf9678e5-b568-408a-8104-502aa4d10022 Date: Fri, 26 Oct 2018 09:47:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:47:57,752 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/2e6cc1e5-93ab-4e52-8937-204b5d146c91 used request id req-cf9678e5-b568-408a-8104-502aa4d10022 2018-10-26 09:47:57,752 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-subnet2 2018-10-26 09:47:57,753 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-subnet2 2018-10-26 09:47:57,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/32562003-9e79-4a29-99d4-f4197bad0f11 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7659e5031f8d6afdb87ae76bc51b78517b20d77b" 2018-10-26 09:48:00,161 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f0b17fc8-56e7-40df-b498-259f40d0d20f Date: Fri, 26 Oct 2018 09:48:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:48:00,162 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/32562003-9e79-4a29-99d4-f4197bad0f11 used request id req-f0b17fc8-56e7-40df-b498-259f40d0d20f 2018-10-26 09:48:00,162 - neutron_utils - INFO - Deleting network with name CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-net2 2018-10-26 09:48:00,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/2a738cb4-dd85-4dd5-b98f-81facc1678bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7659e5031f8d6afdb87ae76bc51b78517b20d77b" 2018-10-26 09:48:01,437 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-06877fc9-bf06-4411-9b3c-02857e0718ee Date: Fri, 26 Oct 2018 09:48:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:48:01,437 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/2a738cb4-dd85-4dd5-b98f-81facc1678bc used request id req-06877fc9-bf06-4411-9b3c-02857e0718ee 2018-10-26 09:48:01,438 - neutron_utils - INFO - Deleting security group rule with ID - 0172cd57-7ccc-40a5-a715-df7212bd0444 2018-10-26 09:48:01,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/0172cd57-7ccc-40a5-a715-df7212bd0444 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8309d4e92bdb06b32582fc6ab29ab26dce78a939" 2018-10-26 09:48:01,739 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c78d4acd-2ac7-4526-8484-6ad3f08abfad Content-Length: 0 Date: Fri, 26 Oct 2018 09:48:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:48:01,739 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/0172cd57-7ccc-40a5-a715-df7212bd0444 used request id req-c78d4acd-2ac7-4526-8484-6ad3f08abfad 2018-10-26 09:48:01,740 - neutron_utils - INFO - Deleting security group rule with ID - 529a5d4d-25d2-49e5-92c8-88b5ac9f46ab 2018-10-26 09:48:01,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/529a5d4d-25d2-49e5-92c8-88b5ac9f46ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8309d4e92bdb06b32582fc6ab29ab26dce78a939" 2018-10-26 09:48:02,004 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-080b76e8-2c3e-4d00-ae5a-be253a06fa53 Content-Length: 0 Date: Fri, 26 Oct 2018 09:48:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:48:02,004 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/529a5d4d-25d2-49e5-92c8-88b5ac9f46ab used request id req-080b76e8-2c3e-4d00-ae5a-be253a06fa53 2018-10-26 09:48:02,004 - neutron_utils - INFO - Deleting security group rule with ID - 4e226d5a-5364-4cbe-a06f-0e21825ad043 2018-10-26 09:48:02,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/4e226d5a-5364-4cbe-a06f-0e21825ad043 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8309d4e92bdb06b32582fc6ab29ab26dce78a939" 2018-10-26 09:48:02,236 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-dad70859-0ab7-48a5-8649-66da0f5b8392 Content-Length: 0 Date: Fri, 26 Oct 2018 09:48:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:48:02,236 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/4e226d5a-5364-4cbe-a06f-0e21825ad043 used request id req-dad70859-0ab7-48a5-8649-66da0f5b8392 2018-10-26 09:48:02,237 - neutron_utils - INFO - Deleting security group with name - CreateInstanceTwoNetTests-08d0cc05-addc-4a2d-b954-e82a95b46181-sec-grp 2018-10-26 09:48:02,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/3b49a270-0a79-4a0a-94e1-a39255d955ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8309d4e92bdb06b32582fc6ab29ab26dce78a939" 2018-10-26 09:48:02,394 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-08008f28-d182-46d2-a7de-43effbe3726b Content-Length: 0 Date: Fri, 26 Oct 2018 09:48:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:48:02,394 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/3b49a270-0a79-4a0a-94e1-a39255d955ba used request id req-08008f28-d182-46d2-a7de-43effbe3726b 2018-10-26 09:48:02,395 - glance_utils - INFO - Deleting image named - CreateInstanceTwoNetTests-94c12dbb-11a8-419d-914b-7a6d434d8268 2018-10-26 09:48:02,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/5f8d5f91-82e6-479d-a0e3-6837613715d3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}38c6b3db44846e7157697a6526372fc5d2e25858" 2018-10-26 09:48:03,673 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ef405a3b-665c-4658-aba9-46ff155ce0bb Date: Fri, 26 Oct 2018 09:48: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-26 09:48:03,673 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/5f8d5f91-82e6-479d-a0e3-6837613715d3 used request id req-ef405a3b-665c-4658-aba9-46ff155ce0bb 2018-10-26 09:48:03,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f553407f9431e92f9bcbddff3c2c0f473e2223c" 2018-10-26 09:48:03,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-da4d0e0e-8219-476e-9c81-3946d17bc78e Date: Fri, 26 Oct 2018 09:48:03 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "created_at": "2018-10-26T09:46:11Z", "updated_at": "2018-10-26T09:46:12Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:46:11Z", "revision_number": 0, "id": "0a45262b-e44f-4e5c-b881-3abf7f115280", "remote_group_id": "9f7e213b-c8cc-4094-9a9f-55f295b9d247", "remote_ip_prefix": null, "created_at": "2018-10-26T09:46:11Z", "security_group_id": "9f7e213b-c8cc-4094-9a9f-55f295b9d247", "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a6067980f3f4242884a83513c2f22dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:46:12Z", "revision_number": 0, "id": "1d2e101d-d105-4345-9698-98020f5802f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:46:12Z", "security_group_id": "9f7e213b-c8cc-4094-9a9f-55f295b9d247", "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a6067980f3f4242884a83513c2f22dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:46:11Z", "revision_number": 0, "id": "9a771010-41b3-4fc4-8d58-36db1aa37a4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:46:11Z", "security_group_id": "9f7e213b-c8cc-4094-9a9f-55f295b9d247", "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a6067980f3f4242884a83513c2f22dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:46:12Z", "revision_number": 0, "id": "a1628542-4466-4d98-ac98-422b1eae8a02", "remote_group_id": "9f7e213b-c8cc-4094-9a9f-55f295b9d247", "remote_ip_prefix": null, "created_at": "2018-10-26T09:46:12Z", "security_group_id": "9f7e213b-c8cc-4094-9a9f-55f295b9d247", "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a6067980f3f4242884a83513c2f22dd"}], "revision_number": 4, "project_id": "3a6067980f3f4242884a83513c2f22dd", "id": "9f7e213b-c8cc-4094-9a9f-55f295b9d247", "name": "default"}]} 2018-10-26 09:48:03,898 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-da4d0e0e-8219-476e-9c81-3946d17bc78e 2018-10-26 09:48:03,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f553407f9431e92f9bcbddff3c2c0f473e2223c" 2018-10-26 09:48:03,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:48:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7107520f-1b49-4b42-9f09-1cbf551acb2f 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:48:03,986 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-7107520f-1b49-4b42-9f09-1cbf551acb2f 2018-10-26 09:48:03,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f553407f9431e92f9bcbddff3c2c0f473e2223c" 2018-10-26 09:48:04,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:48:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79d8d3f5-58af-4e36-acb8-8cd21501a58c 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:48:04,086 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-79d8d3f5-58af-4e36-acb8-8cd21501a58c 2018-10-26 09:48:04,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f553407f9431e92f9bcbddff3c2c0f473e2223c" 2018-10-26 09:48:04,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:48:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a19602fd-ce8a-4742-af02-2affaef79f1e 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:48:04,179 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-a19602fd-ce8a-4742-af02-2affaef79f1e 2018-10-26 09:48:04,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a6067980f3f4242884a83513c2f22dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f553407f9431e92f9bcbddff3c2c0f473e2223c" 2018-10-26 09:48:04,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:48:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c51e7cf2-3c0e-4eb6-a461-da2050fb275d Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3a6067980f3f4242884a83513c2f22dd"}, "enabled": true, "id": "3a6067980f3f4242884a83513c2f22dd", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-f41898d8-6a27-4b8-proj"}} 2018-10-26 09:48:04,265 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a6067980f3f4242884a83513c2f22dd used request id req-c51e7cf2-3c0e-4eb6-a461-da2050fb275d 2018-10-26 09:48:04,265 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9f7e213b-c8cc-4094-9a9f-55f295b9d247 2018-10-26 09:48:04,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=9f7e213b-c8cc-4094-9a9f-55f295b9d247 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f553407f9431e92f9bcbddff3c2c0f473e2223c" 2018-10-26 09:48:04,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-336776cb-9ab0-4bfa-9343-b1899fddb476 Date: Fri, 26 Oct 2018 09:48:04 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "9f7e213b-c8cc-4094-9a9f-55f295b9d247", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:46:11Z", "security_group_id": "9f7e213b-c8cc-4094-9a9f-55f295b9d247", "port_range_min": null, "revision_number": 0, "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "created_at": "2018-10-26T09:46:11Z", "project_id": "3a6067980f3f4242884a83513c2f22dd", "id": "0a45262b-e44f-4e5c-b881-3abf7f115280"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:46:12Z", "security_group_id": "9f7e213b-c8cc-4094-9a9f-55f295b9d247", "port_range_min": null, "revision_number": 0, "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "created_at": "2018-10-26T09:46:12Z", "project_id": "3a6067980f3f4242884a83513c2f22dd", "id": "1d2e101d-d105-4345-9698-98020f5802f2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:46:11Z", "security_group_id": "9f7e213b-c8cc-4094-9a9f-55f295b9d247", "port_range_min": null, "revision_number": 0, "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "created_at": "2018-10-26T09:46:11Z", "project_id": "3a6067980f3f4242884a83513c2f22dd", "id": "9a771010-41b3-4fc4-8d58-36db1aa37a4e"}, {"remote_group_id": "9f7e213b-c8cc-4094-9a9f-55f295b9d247", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:46:12Z", "security_group_id": "9f7e213b-c8cc-4094-9a9f-55f295b9d247", "port_range_min": null, "revision_number": 0, "tenant_id": "3a6067980f3f4242884a83513c2f22dd", "created_at": "2018-10-26T09:46:12Z", "project_id": "3a6067980f3f4242884a83513c2f22dd", "id": "a1628542-4466-4d98-ac98-422b1eae8a02"}]} 2018-10-26 09:48:04,460 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=9f7e213b-c8cc-4094-9a9f-55f295b9d247 used request id req-336776cb-9ab0-4bfa-9343-b1899fddb476 2018-10-26 09:48:04,461 - neutron_utils - INFO - Deleting security group with name - default 2018-10-26 09:48:04,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/9f7e213b-c8cc-4094-9a9f-55f295b9d247 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f553407f9431e92f9bcbddff3c2c0f473e2223c" 2018-10-26 09:48:04,761 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-26ecaf65-c880-4a13-8903-69114a583660 Content-Length: 0 Date: Fri, 26 Oct 2018 09:48:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:48:04,761 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/9f7e213b-c8cc-4094-9a9f-55f295b9d247 used request id req-26ecaf65-c880-4a13-8903-69114a583660 2018-10-26 09:48:04,761 - keystone_utils - INFO - Deleting project with name - CreateInstanceTwoNetTests-f41898d8-6a27-4b8-proj 2018-10-26 09:48:04,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/3a6067980f3f4242884a83513c2f22dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f553407f9431e92f9bcbddff3c2c0f473e2223c" 2018-10-26 09:48:05,005 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:48:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1100ef42-5955-41d9-9788-60c060c451d7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:48:05,006 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/3a6067980f3f4242884a83513c2f22dd used request id req-1100ef42-5955-41d9-9788-60c060c451d7 2018-10-26 09:48:05,006 - keystone_utils - INFO - Deleting role with name - CreateInstanceTwoNetTests-f41898d8-6a27-4b8-proj-role 2018-10-26 09:48:05,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/95a0761964d549729ea5d451de4f88e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f553407f9431e92f9bcbddff3c2c0f473e2223c" 2018-10-26 09:48:05,123 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:48:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-34768a1d-08b2-45e0-ae2e-cec0e2fe0692 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:48:05,123 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/95a0761964d549729ea5d451de4f88e3 used request id req-34768a1d-08b2-45e0-ae2e-cec0e2fe0692 2018-10-26 09:48:05,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f553407f9431e92f9bcbddff3c2c0f473e2223c" 2018-10-26 09:48:05,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:48:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-023eaa54-ef29-4881-a5d5-52cbe43d9235 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:48:05,208 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-023eaa54-ef29-4881-a5d5-52cbe43d9235 2018-10-26 09:48:05,209 - keystone_utils - INFO - Deleting user with name - CreateInstanceTwoNetTests-f41898d8-6a27-4b8-user 2018-10-26 09:48:05,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/0f71adbc019843c3aef743b66bfe716b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7148201100fa915123b10ff6cbcd851aacf164b" 2018-10-26 09:48:05,432 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:48:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eeb7cdc6-20c8-4a53-be70-dc19d05a4061 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:48:05,432 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/0f71adbc019843c3aef743b66bfe716b used request id req-eeb7cdc6-20c8-4a53-be70-dc19d05a4061 2018-10-26 09:48:05,433 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:48:05,823 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:48:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["6UwHkVdGQPeQlbHiwAHKJA"], "issued_at": "2018-10-26T09:48:05.000000Z"}} 2018-10-26 09:48:05,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c76a963d43e66d17f932ca8a9661ecbbb377497e" 2018-10-26 09:48:05,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:48:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33ce4623-c8e4-45bd-8f70-4064e75c21de Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:48:05,905 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-33ce4623-c8e4-45bd-8f70-4064e75c21de 2018-10-26 09:48:05,907 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:48:05,908 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:48:06,296 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:48:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["ycNuSgsATA-IYn8KivOoZQ"], "issued_at": "2018-10-26T09:48:06.000000Z"}} 2018-10-26 09:48:06,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bd791ac1a4a8b2fcfcdc3a0e70db3dd63adc5a4" 2018-10-26 09:48:06,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:48:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0b914ac-ebe5-4094-82b1-475960bedb0c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:48:06,381 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e0b914ac-ebe5-4094-82b1-475960bedb0c 2018-10-26 09:48:06,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:48:06,392 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:48:06,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-7e261c40-ed0f-46d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bd791ac1a4a8b2fcfcdc3a0e70db3dd63adc5a4" 2018-10-26 09:48:06,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:48:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d45d7c2-5f8a-42f8-9144-25c51db41bc4 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-7e261c40-ed0f-46d-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:48:06,478 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-7e261c40-ed0f-46d-proj used request id req-3d45d7c2-5f8a-42f8-9144-25c51db41bc4 2018-10-26 09:48:06,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bd791ac1a4a8b2fcfcdc3a0e70db3dd63adc5a4" 2018-10-26 09:48:06,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:48:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96d30c4b-1354-43dc-9320-f20461612683 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:48:06,567 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-96d30c4b-1354-43dc-9320-f20461612683 2018-10-26 09:48:06,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bd791ac1a4a8b2fcfcdc3a0e70db3dd63adc5a4" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSimpleTests-7e261c40-ed0f-46d-proj"}}' 2018-10-26 09:48:06,679 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:48:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-362b8e17-1415-4d8b-b6b7-ca98a021975c Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/89c31473aa1f4ecba15e400be2b6cf91"}, "enabled": true, "id": "89c31473aa1f4ecba15e400be2b6cf91", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-7e261c40-ed0f-46d-proj"}} 2018-10-26 09:48:06,680 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-362b8e17-1415-4d8b-b6b7-ca98a021975c 2018-10-26 09:48:06,680 - keystone_utils - INFO - Created project with name - CreateInstanceSimpleTests-7e261c40-ed0f-46d-proj 2018-10-26 09:48:06,680 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:48:06,681 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:48:07,072 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:48:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["O4we2nfAQ0a7Q8MLkuz9Xw"], "issued_at": "2018-10-26T09:48:07.000000Z"}} 2018-10-26 09:48:07,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88df8b27aace559ff04227bb99fcbec1860e75cd" 2018-10-26 09:48:07,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:48:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-763f8acb-6d77-4ef5-b165-4d4fb7edce8f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:48:07,162 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-763f8acb-6d77-4ef5-b165-4d4fb7edce8f 2018-10-26 09:48:07,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:48:07,174 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:48: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:48:07,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88df8b27aace559ff04227bb99fcbec1860e75cd" 2018-10-26 09:48:07,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:48:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-011070aa-77ae-4516-b967-ca28cc057ba1 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:48:07,212 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-011070aa-77ae-4516-b967-ca28cc057ba1 2018-10-26 09:48:07,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstanceSimpleTests-7e261c40-ed0f-46d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88df8b27aace559ff04227bb99fcbec1860e75cd" 2018-10-26 09:48:07,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:48:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1eaad716-3e5c-4738-8fd1-805f5dec7a53 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstanceSimpleTests-7e261c40-ed0f-46d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/89c31473aa1f4ecba15e400be2b6cf91"}, "enabled": true, "id": "89c31473aa1f4ecba15e400be2b6cf91", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-7e261c40-ed0f-46d-proj"}]} 2018-10-26 09:48:07,232 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstanceSimpleTests-7e261c40-ed0f-46d-proj used request id req-1eaad716-3e5c-4738-8fd1-805f5dec7a53 2018-10-26 09:48:07,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88df8b27aace559ff04227bb99fcbec1860e75cd" 2018-10-26 09:48:07,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:48:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08f69493-cfab-4925-8a83-09f154468c5e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:48:07,332 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-08f69493-cfab-4925-8a83-09f154468c5e 2018-10-26 09:48:07,733 - keystone_utils - INFO - Created user with name - CreateInstanceSimpleTests-7e261c40-ed0f-46d-user 2018-10-26 09:48:07,733 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:48:07,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bd791ac1a4a8b2fcfcdc3a0e70db3dd63adc5a4" 2018-10-26 09:48:07,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:48:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56166794-4cad-4d5e-8584-8fd85502ef22 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:48:07,831 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-56166794-4cad-4d5e-8584-8fd85502ef22 2018-10-26 09:48:07,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bd791ac1a4a8b2fcfcdc3a0e70db3dd63adc5a4" -d '{"role": {"name": "CreateInstanceSimpleTests-7e261c40-ed0f-46d-proj-role"}}' 2018-10-26 09:48:07,943 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:48:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4178d883-5785-4194-bc43-cf41cb7ce6c7 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8cc9b291523c495db2c833e6521e5dbb", "links": {"self": "http://172.30.9.21:5000/v3/roles/8cc9b291523c495db2c833e6521e5dbb"}, "name": "CreateInstanceSimpleTests-7e261c40-ed0f-46d-proj-role"}} 2018-10-26 09:48:07,943 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-4178d883-5785-4194-bc43-cf41cb7ce6c7 2018-10-26 09:48:07,943 - keystone_utils - INFO - Created role with name - CreateInstanceSimpleTests-7e261c40-ed0f-46d-proj-role 2018-10-26 09:48:07,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/8cc9b291523c495db2c833e6521e5dbb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bd791ac1a4a8b2fcfcdc3a0e70db3dd63adc5a4" 2018-10-26 09:48:08,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:48:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b8d1c48-dced-46a3-a0c6-f8802834679e Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/8cc9b291523c495db2c833e6521e5dbb"}, "domain_id": null, "name": "CreateInstanceSimpleTests-7e261c40-ed0f-46d-proj-role", "id": "8cc9b291523c495db2c833e6521e5dbb"}} 2018-10-26 09:48:08,033 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/8cc9b291523c495db2c833e6521e5dbb used request id req-3b8d1c48-dced-46a3-a0c6-f8802834679e 2018-10-26 09:48:08,033 - keystone_utils - INFO - Granting role CreateInstanceSimpleTests-7e261c40-ed0f-46d-proj-role to project CreateInstanceSimpleTests-7e261c40-ed0f-46d-proj 2018-10-26 09:48:08,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/89c31473aa1f4ecba15e400be2b6cf91/users/f031846df32b420891530884ac755629/roles/8cc9b291523c495db2c833e6521e5dbb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bd791ac1a4a8b2fcfcdc3a0e70db3dd63adc5a4" 2018-10-26 09:48:08,167 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:48:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9ba705bc-42ea-4038-bc0d-6f8868d076ae Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:48:08,167 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/89c31473aa1f4ecba15e400be2b6cf91/users/f031846df32b420891530884ac755629/roles/8cc9b291523c495db2c833e6521e5dbb used request id req-9ba705bc-42ea-4038-bc0d-6f8868d076ae 2018-10-26 09:48:08,168 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:48:08,168 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:48:08,170 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:48:08,171 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-26 09:48:08,171 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:48:08,172 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:48:08,542 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8cc9b291523c495db2c833e6521e5dbb", "name": "CreateInstanceSimpleTests-7e261c40-ed0f-46d-proj-role"}], "expires_at": "2018-10-26T10:48:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "89c31473aa1f4ecba15e400be2b6cf91", "name": "CreateInstanceSimpleTests-7e261c40-ed0f-46d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/89c31473aa1f4ecba15e400be2b6cf91", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/89c31473aa1f4ecba15e400be2b6cf91", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/89c31473aa1f4ecba15e400be2b6cf91", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/89c31473aa1f4ecba15e400be2b6cf91", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/89c31473aa1f4ecba15e400be2b6cf91", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/89c31473aa1f4ecba15e400be2b6cf91", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/89c31473aa1f4ecba15e400be2b6cf91", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/89c31473aa1f4ecba15e400be2b6cf91", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/89c31473aa1f4ecba15e400be2b6cf91", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/89c31473aa1f4ecba15e400be2b6cf91", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/89c31473aa1f4ecba15e400be2b6cf91", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/89c31473aa1f4ecba15e400be2b6cf91", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-7e261c40-ed0f-46d-user", "id": "f031846df32b420891530884ac755629"}, "audit_ids": ["1CsLLbzaQl-lGkyiJVehTQ"], "issued_at": "2018-10-26T09:48:08.000000Z"}} 2018-10-26 09:48:08,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c39185717b552ada35fef1826f347d566b77d68" 2018-10-26 09:48:08,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:48:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12e101f6-34c4-4991-9ad7-fce50b092fa5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:48:08,623 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-12e101f6-34c4-4991-9ad7-fce50b092fa5 2018-10-26 09:48:08,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1c39185717b552ada35fef1826f347d566b77d68" 2018-10-26 09:48:08,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-2b30ba73-110b-4604-859c-a1bef376994d Date: Fri, 26 Oct 2018 09:48:08 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-image"} 2018-10-26 09:48:08,804 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-image used request id req-2b30ba73-110b-4604-859c-a1bef376994d 2018-10-26 09:48:08,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1c39185717b552ada35fef1826f347d566b77d68" 2018-10-26 09:48:08,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-24d83a1e-e8a9-4da7-a6af-7382ca1ed429 Date: Fri, 26 Oct 2018 09: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-26 09:48:08,972 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-24d83a1e-e8a9-4da7-a6af-7382ca1ed429 2018-10-26 09:48:09,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1c39185717b552ada35fef1826f347d566b77d68" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-image"}' 2018-10-26 09:48:09,191 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/dc393aa6-8bb9-46b3-be2a-f716b2c2d085 X-Openstack-Request-Id: req-64ede424-525a-4e30-bb8a-863a4edc899f Date: Fri, 26 Oct 2018 09:48:09 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:48:09Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-26T09:48:09Z", "visibility": "shared", "locations": [], "self": "/v2/images/dc393aa6-8bb9-46b3-be2a-f716b2c2d085", "min_disk": 0, "protected": false, "id": "dc393aa6-8bb9-46b3-be2a-f716b2c2d085", "file": "/v2/images/dc393aa6-8bb9-46b3-be2a-f716b2c2d085/file", "checksum": null, "owner": "89c31473aa1f4ecba15e400be2b6cf91", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:48:09,191 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-64ede424-525a-4e30-bb8a-863a4edc899f 2018-10-26 09:48:09,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/dc393aa6-8bb9-46b3-be2a-f716b2c2d085/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1c39185717b552ada35fef1826f347d566b77d68" -d '' 2018-10-26 09:48:10,868 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c85ccfb2-d503-4913-9fa0-e30ade4702c8 Date: Fri, 26 Oct 2018 09: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-26 09:48:10,869 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/dc393aa6-8bb9-46b3-be2a-f716b2c2d085/file used request id req-c85ccfb2-d503-4913-9fa0-e30ade4702c8 2018-10-26 09:48:10,869 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 09:48:10,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/dc393aa6-8bb9-46b3-be2a-f716b2c2d085 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1c39185717b552ada35fef1826f347d566b77d68" 2018-10-26 09:48:11,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-a0c6355a-9771-404d-9781-c288bb07b24c Date: Fri, 26 Oct 2018 09:48:11 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:48:09Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:48:10Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/dc393aa6-8bb9-46b3-be2a-f716b2c2d085/snap", "metadata": {}}], "self": "/v2/images/dc393aa6-8bb9-46b3-be2a-f716b2c2d085", "min_disk": 0, "protected": false, "id": "dc393aa6-8bb9-46b3-be2a-f716b2c2d085", "file": "/v2/images/dc393aa6-8bb9-46b3-be2a-f716b2c2d085/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "89c31473aa1f4ecba15e400be2b6cf91", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/dc393aa6-8bb9-46b3-be2a-f716b2c2d085/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:48:11,037 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/dc393aa6-8bb9-46b3-be2a-f716b2c2d085 used request id req-a0c6355a-9771-404d-9781-c288bb07b24c 2018-10-26 09:48:11,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1c39185717b552ada35fef1826f347d566b77d68" 2018-10-26 09:48:11,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-15fdeda0-4e3d-424d-bb4b-67901b8c421c Date: Fri, 26 Oct 2018 09:48:11 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept 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-26 09:48:11,185 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-15fdeda0-4e3d-424d-bb4b-67901b8c421c 2018-10-26 09:48:11,188 - create_image - INFO - Created image with name - CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-image 2018-10-26 09:48:11,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/dc393aa6-8bb9-46b3-be2a-f716b2c2d085 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1c39185717b552ada35fef1826f347d566b77d68" 2018-10-26 09:48:11,368 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-53dd8d1f-f351-471c-ac1d-270d94a80242 Date: Fri, 26 Oct 2018 09:48:11 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:48:09Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:48:10Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/dc393aa6-8bb9-46b3-be2a-f716b2c2d085/snap", "metadata": {}}], "self": "/v2/images/dc393aa6-8bb9-46b3-be2a-f716b2c2d085", "min_disk": 0, "protected": false, "id": "dc393aa6-8bb9-46b3-be2a-f716b2c2d085", "file": "/v2/images/dc393aa6-8bb9-46b3-be2a-f716b2c2d085/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "89c31473aa1f4ecba15e400be2b6cf91", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/dc393aa6-8bb9-46b3-be2a-f716b2c2d085/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:48:11,369 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/dc393aa6-8bb9-46b3-be2a-f716b2c2d085 used request id req-53dd8d1f-f351-471c-ac1d-270d94a80242 2018-10-26 09:48:11,369 - create_image - DEBUG - Instance status is - active 2018-10-26 09:48:11,369 - create_image - DEBUG - Image is active with name - CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-image 2018-10-26 09:48:11,370 - create_image - INFO - Image is now active with name - CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-image 2018-10-26 09:48:11,370 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:48:11,371 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:48:11,761 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:48:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["rYcg6hXRRXWDecwRk2yV6Q"], "issued_at": "2018-10-26T09:48:11.000000Z"}} 2018-10-26 09:48:11,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3371eabb17ed37537b8d9eb717abe26a00ab277" 2018-10-26 09:48:11,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:48:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1e95965-6eea-4f60-a1ad-b8f6f60977a0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:48:11,918 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d1e95965-6eea-4f60-a1ad-b8f6f60977a0 2018-10-26 09:48:11,920 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:48:11,925 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3371eabb17ed37537b8d9eb717abe26a00ab277" 2018-10-26 09:48:12,105 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:48:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4fa13f73-1f61-4534-8a1b-0f2a3e1497c3 x-compute-request-id: req-4fa13f73-1f61-4534-8a1b-0f2a3e1497c3 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-26 09:48:12,105 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-4fa13f73-1f61-4534-8a1b-0f2a3e1497c3 2018-10-26 09:48:12,108 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3371eabb17ed37537b8d9eb717abe26a00ab277" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-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-26 09:48:12,337 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:48: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-ef6873fd-6db0-4d4e-850c-fefe4e6f24e4 x-compute-request-id: req-ef6873fd-6db0-4d4e-850c-fefe4e6f24e4 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/236eb976-2d9c-465f-97c2-4b5cb5e022dc", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/236eb976-2d9c-465f-97c2-4b5cb5e022dc", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "236eb976-2d9c-465f-97c2-4b5cb5e022dc", "name": "CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 09:48:12,337 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-ef6873fd-6db0-4d4e-850c-fefe4e6f24e4 2018-10-26 09:48:12,338 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:48:12,338 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:48:12,733 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:48:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["AM1Iw3gaQ_6FHg_QKzIpWA"], "issued_at": "2018-10-26T09:48:12.000000Z"}} 2018-10-26 09:48:12,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}400d9405f21dce85651f9d68d7b565c9b35ad6c4" 2018-10-26 09:48:12,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:48:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bfbf362-859c-41d8-86e1-3879b8f499d7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:48:12,822 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5bfbf362-859c-41d8-86e1-3879b8f499d7 2018-10-26 09:48:12,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}400d9405f21dce85651f9d68d7b565c9b35ad6c4" 2018-10-26 09:48:12,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-96585db6-2ba9-40c3-acc3-bc4ad9280564 Date: Fri, 26 Oct 2018 09:48:12 GMT RESP BODY: {"networks":[]} 2018-10-26 09:48:12,996 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-pub-net used request id req-96585db6-2ba9-40c3-acc3-bc4ad9280564 2018-10-26 09:48:12,997 - neutron_utils - INFO - Creating network with name CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-pub-net 2018-10-26 09:48:13,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}400d9405f21dce85651f9d68d7b565c9b35ad6c4" -d '{"network": {"name": "CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-pub-net", "admin_state_up": true}}' 2018-10-26 09:48:13,402 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-0f41b6de-97f7-4fee-9a39-7b9a6ac2415c Date: Fri, 26 Oct 2018 09:48:13 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"21c2750b-830a-4cde-b818-972329eadc73","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":54,"ipv4_address_scope":null,"shared":false,"project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T09:48:13Z","is_default":false,"qos_policy_id":null,"name":"CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-pub-net","admin_state_up":true,"tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:48:13Z","mtu":1450}} 2018-10-26 09:48:13,402 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-0f41b6de-97f7-4fee-9a39-7b9a6ac2415c 2018-10-26 09:48:13,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=21c2750b-830a-4cde-b818-972329eadc73 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}400d9405f21dce85651f9d68d7b565c9b35ad6c4" 2018-10-26 09:48:13,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 707 X-Openstack-Request-Id: req-a68721ae-2129-4a70-966e-1f2274fe9ecd Date: Fri, 26 Oct 2018 09:48:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"21c2750b-830a-4cde-b818-972329eadc73","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":54,"ipv4_address_scope":null,"shared":false,"project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T09:48:13Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-pub-net","admin_state_up":true,"tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:48:13Z","provider:network_type":"vxlan"}]} 2018-10-26 09:48:13,633 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=21c2750b-830a-4cde-b818-972329eadc73 used request id req-a68721ae-2129-4a70-966e-1f2274fe9ecd 2018-10-26 09:48:13,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=21c2750b-830a-4cde-b818-972329eadc73 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}400d9405f21dce85651f9d68d7b565c9b35ad6c4" 2018-10-26 09:48:13,830 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-127cb088-d508-4673-bcea-6ac8ac76d9cf Date: Fri, 26 Oct 2018 09:48:13 GMT RESP BODY: {"subnets":[]} 2018-10-26 09:48:13,831 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=21c2750b-830a-4cde-b818-972329eadc73 used request id req-127cb088-d508-4673-bcea-6ac8ac76d9cf 2018-10-26 09:48:13,831 - neutron_utils - INFO - Creating subnet with name CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-pub-subnet 2018-10-26 09:48:13,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}400d9405f21dce85651f9d68d7b565c9b35ad6c4" -d '{"subnets": [{"ip_version": 4, "network_id": "21c2750b-830a-4cde-b818-972329eadc73", "cidr": "10.55.0.0/24", "name": "CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-pub-subnet"}]}' 2018-10-26 09:48:14,384 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-b26bd436-43ac-4a51-8f68-f31a02c30dd1 Date: Fri, 26 Oct 2018 09:48:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21c2750b-830a-4cde-b818-972329eadc73","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:48:14Z","dns_nameservers":[],"updated_at":"2018-10-26T09:48: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":"520bb063707641068ecd26c37a46f476","id":"2cfa8841-b819-498b-bc67-530fd81b33ea","subnetpool_id":null,"name":"CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-pub-subnet"}]} 2018-10-26 09:48:14,384 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-b26bd436-43ac-4a51-8f68-f31a02c30dd1 2018-10-26 09:48:14,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=21c2750b-830a-4cde-b818-972329eadc73 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}400d9405f21dce85651f9d68d7b565c9b35ad6c4" 2018-10-26 09:48:14,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-ef70c580-33a0-4d5e-8dd2-61f1086fe117 Date: Fri, 26 Oct 2018 09:48:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"21c2750b-830a-4cde-b818-972329eadc73","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":54,"ipv4_address_scope":null,"shared":false,"project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","subnets":["2cfa8841-b819-498b-bc67-530fd81b33ea"],"description":"","tags":[],"updated_at":"2018-10-26T09:48:14Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-pub-net","admin_state_up":true,"tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:48:13Z","provider:network_type":"vxlan"}]} 2018-10-26 09:48:14,631 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=21c2750b-830a-4cde-b818-972329eadc73 used request id req-ef70c580-33a0-4d5e-8dd2-61f1086fe117 2018-10-26 09:48:14,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=21c2750b-830a-4cde-b818-972329eadc73 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}400d9405f21dce85651f9d68d7b565c9b35ad6c4" 2018-10-26 09:48:14,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-9f8100a9-347e-4d04-ab58-9abfc9a47265 Date: Fri, 26 Oct 2018 09:48:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21c2750b-830a-4cde-b818-972329eadc73","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:48:14Z","dns_nameservers":[],"updated_at":"2018-10-26T09:48: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":"520bb063707641068ecd26c37a46f476","id":"2cfa8841-b819-498b-bc67-530fd81b33ea","subnetpool_id":null,"name":"CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-pub-subnet"}]} 2018-10-26 09:48:14,826 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=21c2750b-830a-4cde-b818-972329eadc73 used request id req-9f8100a9-347e-4d04-ab58-9abfc9a47265 2018-10-26 09:48:14,826 - OpenStackNetwork - DEBUG - Network [21c2750b-830a-4cde-b818-972329eadc73] created successfully 2018-10-26 09:48:14,827 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:48:14,827 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:48:14,828 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:48:14,829 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:48:14,830 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:48:15,221 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:48:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["fZ3Bmb7bR5amXbJFeEQB5w"], "issued_at": "2018-10-26T09:48:15.000000Z"}} 2018-10-26 09:48:15,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4e97421c7227610b8e727b872132229de5a08b2" 2018-10-26 09:48:15,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:48:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9781ae21-3a9a-416b-81f3-77ef116a8ecc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:48:15,318 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-9781ae21-3a9a-416b-81f3-77ef116a8ecc 2018-10-26 09:48:15,319 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:48:15,320 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:48:15,702 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:48:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["RuIrmgQFTp-tJLFQG6IDsQ"], "issued_at": "2018-10-26T09:48:15.000000Z"}} 2018-10-26 09:48:15,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7e4665045671c2e5e6fe9b8dd9ec054761254" 2018-10-26 09:48:15,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:48:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64af22ca-42b9-4e97-99bc-69bb311e93ba Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:48:15,780 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-64af22ca-42b9-4e97-99bc-69bb311e93ba 2018-10-26 09:48:15,781 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:48:15,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7e4665045671c2e5e6fe9b8dd9ec054761254" 2018-10-26 09:48:15,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:48:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba1f724c-5179-450b-acd6-4bf9ee392f77 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:48:15,864 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ba1f724c-5179-450b-acd6-4bf9ee392f77 2018-10-26 09:48:15,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7e4665045671c2e5e6fe9b8dd9ec054761254" 2018-10-26 09:48:16,150 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-97cd7f1f-68f8-445c-a529-d3098b996620 Date: Fri, 26 Oct 2018 09:48:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"21c2750b-830a-4cde-b818-972329eadc73","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":54,"ipv4_address_scope":null,"shared":false,"project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","subnets":["2cfa8841-b819-498b-bc67-530fd81b33ea"],"description":"","tags":[],"updated_at":"2018-10-26T09:48:14Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-pub-net","admin_state_up":true,"tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:48:13Z","provider:network_type":"vxlan"}]} 2018-10-26 09:48:16,150 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-pub-net used request id req-97cd7f1f-68f8-445c-a529-d3098b996620 2018-10-26 09:48:16,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:48:16,159 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:48: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:48:16,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7e4665045671c2e5e6fe9b8dd9ec054761254" 2018-10-26 09:48:16,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:48:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74dacc0c-6eb2-44e0-9b52-a4d49378e02c 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:48:16,244 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-74dacc0c-6eb2-44e0-9b52-a4d49378e02c 2018-10-26 09:48:16,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=21c2750b-830a-4cde-b818-972329eadc73 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7e4665045671c2e5e6fe9b8dd9ec054761254" 2018-10-26 09:48:16,458 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-943848cd-e26b-4db5-8f21-144a73b0b5ba Date: Fri, 26 Oct 2018 09:48:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21c2750b-830a-4cde-b818-972329eadc73","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:48:14Z","dns_nameservers":[],"updated_at":"2018-10-26T09:48: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":"520bb063707641068ecd26c37a46f476","id":"2cfa8841-b819-498b-bc67-530fd81b33ea","subnetpool_id":null,"name":"CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-pub-subnet"}]} 2018-10-26 09:48:16,458 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=21c2750b-830a-4cde-b818-972329eadc73 used request id req-943848cd-e26b-4db5-8f21-144a73b0b5ba 2018-10-26 09:48:16,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=21c2750b-830a-4cde-b818-972329eadc73&name=CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7e4665045671c2e5e6fe9b8dd9ec054761254" 2018-10-26 09:48:16,640 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-4d9af0b7-0f72-4d27-9677-099bc8c0d038 Date: Fri, 26 Oct 2018 09:48:16 GMT RESP BODY: {"ports":[]} 2018-10-26 09:48:16,640 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=21c2750b-830a-4cde-b818-972329eadc73&name=CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-port&admin_state_up=True used request id req-4d9af0b7-0f72-4d27-9677-099bc8c0d038 2018-10-26 09:48:16,643 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7e4665045671c2e5e6fe9b8dd9ec054761254" 2018-10-26 09:48:16,878 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:48: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-5c13d2d7-d370-440c-b446-4104c4fe9629 x-compute-request-id: req-5c13d2d7-d370-440c-b446-4104c4fe9629 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-26 09:48:16,878 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-inst used request id req-5c13d2d7-d370-440c-b446-4104c4fe9629 2018-10-26 09:48:16,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7e4665045671c2e5e6fe9b8dd9ec054761254" 2018-10-26 09:48:17,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-739b15bb-6389-46b7-9e85-719402e76ed0 Date: Fri, 26 Oct 2018 09:48:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"21c2750b-830a-4cde-b818-972329eadc73","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":54,"ipv4_address_scope":null,"shared":false,"project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","subnets":["2cfa8841-b819-498b-bc67-530fd81b33ea"],"description":"","tags":[],"updated_at":"2018-10-26T09:48:14Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-pub-net","admin_state_up":true,"tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:48:13Z","provider:network_type":"vxlan"}]} 2018-10-26 09:48:17,294 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-pub-net used request id req-739b15bb-6389-46b7-9e85-719402e76ed0 2018-10-26 09:48:17,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7e4665045671c2e5e6fe9b8dd9ec054761254" 2018-10-26 09:48:17,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:48:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e8ddea7-204c-43e6-aec3-6076e954e38a 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:48:17,384 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-5e8ddea7-204c-43e6-aec3-6076e954e38a 2018-10-26 09:48:17,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=21c2750b-830a-4cde-b818-972329eadc73 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7e4665045671c2e5e6fe9b8dd9ec054761254" 2018-10-26 09:48:17,590 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-eb5500ad-c86e-4d7f-9297-05f082be791f Date: Fri, 26 Oct 2018 09:48:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21c2750b-830a-4cde-b818-972329eadc73","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:48:14Z","dns_nameservers":[],"updated_at":"2018-10-26T09:48: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":"520bb063707641068ecd26c37a46f476","id":"2cfa8841-b819-498b-bc67-530fd81b33ea","subnetpool_id":null,"name":"CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-pub-subnet"}]} 2018-10-26 09:48:17,590 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=21c2750b-830a-4cde-b818-972329eadc73 used request id req-eb5500ad-c86e-4d7f-9297-05f082be791f 2018-10-26 09:48:17,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=21c2750b-830a-4cde-b818-972329eadc73&name=CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7e4665045671c2e5e6fe9b8dd9ec054761254" 2018-10-26 09:48:17,778 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-93e0446d-1353-4f70-93f4-e41fd07a6ebb Date: Fri, 26 Oct 2018 09:48:17 GMT RESP BODY: {"ports":[]} 2018-10-26 09:48:17,778 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=21c2750b-830a-4cde-b818-972329eadc73&name=CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-port&admin_state_up=True used request id req-93e0446d-1353-4f70-93f4-e41fd07a6ebb 2018-10-26 09:48:17,779 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:48:17,780 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:48:18,163 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:48:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["AtPuDyRITRSFLdx8mt6vCA"], "issued_at": "2018-10-26T09:48:18.000000Z"}} 2018-10-26 09:48:18,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed9e5382b359f484d0f906de9f74500dedfa454b" 2018-10-26 09:48:18,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:48:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3677f0bc-079f-4db5-bf3c-b750f39ccce3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:48:18,238 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-3677f0bc-079f-4db5-bf3c-b750f39ccce3 2018-10-26 09:48:18,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7e4665045671c2e5e6fe9b8dd9ec054761254" 2018-10-26 09:48:18,475 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-b753e2c6-7a3d-4322-b1cb-ac76186b27ed Date: Fri, 26 Oct 2018 09:48:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"21c2750b-830a-4cde-b818-972329eadc73","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":54,"ipv4_address_scope":null,"shared":false,"project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","subnets":["2cfa8841-b819-498b-bc67-530fd81b33ea"],"description":"","tags":[],"updated_at":"2018-10-26T09:48:14Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-pub-net","admin_state_up":true,"tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:48:13Z","provider:network_type":"vxlan"}]} 2018-10-26 09:48:18,475 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-pub-net used request id req-b753e2c6-7a3d-4322-b1cb-ac76186b27ed 2018-10-26 09:48:18,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=21c2750b-830a-4cde-b818-972329eadc73 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7e4665045671c2e5e6fe9b8dd9ec054761254" 2018-10-26 09:48:18,680 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-23ea2a57-e481-4236-ae93-9e0e75f22831 Date: Fri, 26 Oct 2018 09:48:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21c2750b-830a-4cde-b818-972329eadc73","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:48:14Z","dns_nameservers":[],"updated_at":"2018-10-26T09:48: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":"520bb063707641068ecd26c37a46f476","id":"2cfa8841-b819-498b-bc67-530fd81b33ea","subnetpool_id":null,"name":"CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-pub-subnet"}]} 2018-10-26 09:48:18,681 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=21c2750b-830a-4cde-b818-972329eadc73 used request id req-23ea2a57-e481-4236-ae93-9e0e75f22831 2018-10-26 09:48:18,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7e4665045671c2e5e6fe9b8dd9ec054761254" 2018-10-26 09:48:18,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-a54ed451-dc2e-4817-993d-2649f21657b3 Date: Fri, 26 Oct 2018 09:48:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"21c2750b-830a-4cde-b818-972329eadc73","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":54,"ipv4_address_scope":null,"shared":false,"project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","subnets":["2cfa8841-b819-498b-bc67-530fd81b33ea"],"description":"","tags":[],"updated_at":"2018-10-26T09:48:14Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-pub-net","admin_state_up":true,"tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:48:13Z","provider:network_type":"vxlan"}]} 2018-10-26 09:48:18,932 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-pub-net used request id req-a54ed451-dc2e-4817-993d-2649f21657b3 2018-10-26 09:48:18,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:48:18,940 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:48: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:48:18,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed9e5382b359f484d0f906de9f74500dedfa454b" 2018-10-26 09:48:19,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:48:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bd4f080-9cb9-48b6-b239-a9b3f5a6c7a1 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:48:19,031 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-5bd4f080-9cb9-48b6-b239-a9b3f5a6c7a1 2018-10-26 09:48:19,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=21c2750b-830a-4cde-b818-972329eadc73 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7e4665045671c2e5e6fe9b8dd9ec054761254" 2018-10-26 09:48:19,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-64de943d-8430-4a0c-ba13-675de5a3ac7a Date: Fri, 26 Oct 2018 09:48:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21c2750b-830a-4cde-b818-972329eadc73","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:48:14Z","dns_nameservers":[],"updated_at":"2018-10-26T09:48: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":"520bb063707641068ecd26c37a46f476","id":"2cfa8841-b819-498b-bc67-530fd81b33ea","subnetpool_id":null,"name":"CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-pub-subnet"}]} 2018-10-26 09:48:19,377 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=21c2750b-830a-4cde-b818-972329eadc73 used request id req-64de943d-8430-4a0c-ba13-675de5a3ac7a 2018-10-26 09:48:19,378 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-pub-net 2018-10-26 09:48:19,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7e4665045671c2e5e6fe9b8dd9ec054761254" -d '{"port": {"network_id": "21c2750b-830a-4cde-b818-972329eadc73", "name": "CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-port", "admin_state_up": true}}' 2018-10-26 09:48:20,372 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 877 X-Openstack-Request-Id: req-2a020de8-98e2-4a9a-9eb2-a5b300814cbe Date: Fri, 26 Oct 2018 09:48:20 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:48:20Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2cfa8841-b819-498b-bc67-530fd81b33ea","ip_address":"10.55.0.11"}],"id":"ee17fd8e-c560-43ae-be73-61091d40260d","security_groups":["8361c808-1c9a-4d3e-8e23-25feb1ce42a3"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:58:a7:61","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-port","project_id":"520bb063707641068ecd26c37a46f476","qos_policy_id":null,"admin_state_up":true,"network_id":"21c2750b-830a-4cde-b818-972329eadc73","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:48:19Z","binding:vnic_type":"normal"}} 2018-10-26 09:48:20,372 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-2a020de8-98e2-4a9a-9eb2-a5b300814cbe 2018-10-26 09:48:20,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7e4665045671c2e5e6fe9b8dd9ec054761254" 2018-10-26 09:48:20,644 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-231ee895-91eb-4b0a-baab-9a62c7151b1c Date: Fri, 26 Oct 2018 09:48:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"21c2750b-830a-4cde-b818-972329eadc73","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":54,"ipv4_address_scope":null,"shared":false,"project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","subnets":["2cfa8841-b819-498b-bc67-530fd81b33ea"],"description":"","tags":[],"updated_at":"2018-10-26T09:48:14Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-pub-net","admin_state_up":true,"tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:48:13Z","provider:network_type":"vxlan"}]} 2018-10-26 09:48:20,644 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-pub-net used request id req-231ee895-91eb-4b0a-baab-9a62c7151b1c 2018-10-26 09:48:20,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7e4665045671c2e5e6fe9b8dd9ec054761254" 2018-10-26 09:48:20,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:48:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05a10c54-3c4b-4370-b08c-c90aa0773d6c 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:48:20,730 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-05a10c54-3c4b-4370-b08c-c90aa0773d6c 2018-10-26 09:48:20,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=21c2750b-830a-4cde-b818-972329eadc73 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7e4665045671c2e5e6fe9b8dd9ec054761254" 2018-10-26 09:48:20,784 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-370deca1-eee3-4105-99ff-23033a78ba91 Date: Fri, 26 Oct 2018 09:48:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21c2750b-830a-4cde-b818-972329eadc73","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:48:14Z","dns_nameservers":[],"updated_at":"2018-10-26T09:48: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":"520bb063707641068ecd26c37a46f476","id":"2cfa8841-b819-498b-bc67-530fd81b33ea","subnetpool_id":null,"name":"CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-pub-subnet"}]} 2018-10-26 09:48:20,785 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=21c2750b-830a-4cde-b818-972329eadc73 used request id req-370deca1-eee3-4105-99ff-23033a78ba91 2018-10-26 09:48:20,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=21c2750b-830a-4cde-b818-972329eadc73&name=CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7e4665045671c2e5e6fe9b8dd9ec054761254" 2018-10-26 09:48:20,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 880 X-Openstack-Request-Id: req-76e02dde-8b9a-4c26-8f74-067ca7f7667c Date: Fri, 26 Oct 2018 09:48:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:48:20Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2cfa8841-b819-498b-bc67-530fd81b33ea","ip_address":"10.55.0.11"}],"id":"ee17fd8e-c560-43ae-be73-61091d40260d","security_groups":["8361c808-1c9a-4d3e-8e23-25feb1ce42a3"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:58:a7:61","project_id":"520bb063707641068ecd26c37a46f476","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-port","admin_state_up":true,"network_id":"21c2750b-830a-4cde-b818-972329eadc73","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:48:19Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-26 09:48:20,834 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=21c2750b-830a-4cde-b818-972329eadc73&name=CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-port&admin_state_up=True used request id req-76e02dde-8b9a-4c26-8f74-067ca7f7667c 2018-10-26 09:48:20,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7e4665045671c2e5e6fe9b8dd9ec054761254" 2018-10-26 09:48:20,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:48:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4da8e8ba-4d36-4cdc-80b5-f73942b74675 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:48:20,926 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-4da8e8ba-4d36-4cdc-80b5-f73942b74675 2018-10-26 09:48:20,926 - nova_utils - INFO - Creating VM with name - CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-inst 2018-10-26 09:48:20,930 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7e4665045671c2e5e6fe9b8dd9ec054761254" 2018-10-26 09:48:20,954 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:48:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5d91eec5-7afa-42f0-9615-273b913224a1 x-compute-request-id: req-5d91eec5-7afa-42f0-9615-273b913224a1 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"flavors": [{"id": "236eb976-2d9c-465f-97c2-4b5cb5e022dc", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/236eb976-2d9c-465f-97c2-4b5cb5e022dc", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/236eb976-2d9c-465f-97c2-4b5cb5e022dc", "rel": "bookmark"}], "name": "CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-flavor-name"}]} 2018-10-26 09:48:20,954 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-5d91eec5-7afa-42f0-9615-273b913224a1 2018-10-26 09:48:20,958 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/236eb976-2d9c-465f-97c2-4b5cb5e022dc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7e4665045671c2e5e6fe9b8dd9ec054761254" 2018-10-26 09:48:20,977 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:48:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1d76ffcf-d2c9-4542-a202-30c047d4877e x-compute-request-id: req-1d76ffcf-d2c9-4542-a202-30c047d4877e Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/236eb976-2d9c-465f-97c2-4b5cb5e022dc", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/236eb976-2d9c-465f-97c2-4b5cb5e022dc", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "236eb976-2d9c-465f-97c2-4b5cb5e022dc", "name": "CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 09:48:20,977 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/236eb976-2d9c-465f-97c2-4b5cb5e022dc used request id req-1d76ffcf-d2c9-4542-a202-30c047d4877e 2018-10-26 09:48:20,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bbf7e4665045671c2e5e6fe9b8dd9ec054761254" 2018-10-26 09:48:21,144 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1060 Content-Type: application/json X-Openstack-Request-Id: req-b71c98ae-68e5-463b-acd6-b6dfd9de678d Date: Fri, 26 Oct 2018 09:48:21 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:48:09Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:48:10Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/dc393aa6-8bb9-46b3-be2a-f716b2c2d085/snap", "metadata": {}}], "self": "/v2/images/dc393aa6-8bb9-46b3-be2a-f716b2c2d085", "min_disk": 0, "protected": false, "id": "dc393aa6-8bb9-46b3-be2a-f716b2c2d085", "file": "/v2/images/dc393aa6-8bb9-46b3-be2a-f716b2c2d085/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "89c31473aa1f4ecba15e400be2b6cf91", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/dc393aa6-8bb9-46b3-be2a-f716b2c2d085/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-image"} 2018-10-26 09:48:21,144 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-image used request id req-b71c98ae-68e5-463b-acd6-b6dfd9de678d 2018-10-26 09:48:21,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bbf7e4665045671c2e5e6fe9b8dd9ec054761254" 2018-10-26 09:48:21,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-823ab7fc-251f-4687-bf45-1eb968ff009b Date: Fri, 26 Oct 2018 09:48: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-26 09:48:21,318 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-823ab7fc-251f-4687-bf45-1eb968ff009b 2018-10-26 09:48:21,323 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7e4665045671c2e5e6fe9b8dd9ec054761254" -d '{"server": {"name": "CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-inst", "imageRef": "dc393aa6-8bb9-46b3-be2a-f716b2c2d085", "flavorRef": "236eb976-2d9c-465f-97c2-4b5cb5e022dc", "max_count": 1, "min_count": 1, "networks": [{"port": "ee17fd8e-c560-43ae-be73-61091d40260d"}]}}' 2018-10-26 09:48:22,987 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:48: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-c69fcb81-128d-429c-9009-4b1a0906e630 x-compute-request-id: req-c69fcb81-128d-429c-9009-4b1a0906e630 Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/e5d0d59d-3a8c-4d92-a269-29e95955431d Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e5d0d59d-3a8c-4d92-a269-29e95955431d", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e5d0d59d-3a8c-4d92-a269-29e95955431d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e5d0d59d-3a8c-4d92-a269-29e95955431d", "rel": "bookmark"}], "adminPass": "aKTbxuWzcaB6"}} 2018-10-26 09:48:22,988 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-c69fcb81-128d-429c-9009-4b1a0906e630 2018-10-26 09:48:22,991 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/e5d0d59d-3a8c-4d92-a269-29e95955431d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7e4665045671c2e5e6fe9b8dd9ec054761254" 2018-10-26 09:48:23,384 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:48:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d22e0e9f-2df9-471f-878f-41eb5e2af6e1 x-compute-request-id: req-d22e0e9f-2df9-471f-878f-41eb5e2af6e1 Content-Encoding: gzip Content-Length: 651 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e5d0d59d-3a8c-4d92-a269-29e95955431d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e5d0d59d-3a8c-4d92-a269-29e95955431d", "rel": "bookmark"}], "image": {"id": "dc393aa6-8bb9-46b3-be2a-f716b2c2d085", "links": [{"href": "http://172.30.9.21:8774/images/dc393aa6-8bb9-46b3-be2a-f716b2c2d085", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "236eb976-2d9c-465f-97c2-4b5cb5e022dc", "links": [{"href": "http://172.30.9.21:8774/flavors/236eb976-2d9c-465f-97c2-4b5cb5e022dc", "rel": "bookmark"}]}, "id": "e5d0d59d-3a8c-4d92-a269-29e95955431d", "user_id": "657b190628da4860b5a177f1331535a7", "OS-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-26T09:48:23Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-inst", "created": "2018-10-26T09:48:22Z", "tenant_id": "520bb063707641068ecd26c37a46f476", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:48:23,384 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/e5d0d59d-3a8c-4d92-a269-29e95955431d used request id req-d22e0e9f-2df9-471f-878f-41eb5e2af6e1 2018-10-26 09:48:23,385 - create_instance - INFO - Created instance with name - CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-inst 2018-10-26 09:48:23,387 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/e5d0d59d-3a8c-4d92-a269-29e95955431d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7e4665045671c2e5e6fe9b8dd9ec054761254" 2018-10-26 09:48:23,797 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:48:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4fb3b75b-24da-40a5-8bc0-2f8b603ccbed x-compute-request-id: req-4fb3b75b-24da-40a5-8bc0-2f8b603ccbed Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e5d0d59d-3a8c-4d92-a269-29e95955431d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e5d0d59d-3a8c-4d92-a269-29e95955431d", "rel": "bookmark"}], "image": {"id": "dc393aa6-8bb9-46b3-be2a-f716b2c2d085", "links": [{"href": "http://172.30.9.21:8774/images/dc393aa6-8bb9-46b3-be2a-f716b2c2d085", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000b9", "OS-SRV-USG:launched_at": null, "flavor": {"id": "236eb976-2d9c-465f-97c2-4b5cb5e022dc", "links": [{"href": "http://172.30.9.21:8774/flavors/236eb976-2d9c-465f-97c2-4b5cb5e022dc", "rel": "bookmark"}]}, "id": "e5d0d59d-3a8c-4d92-a269-29e95955431d", "user_id": "657b190628da4860b5a177f1331535a7", "OS-DCF: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-26T09:48:23Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-inst", "created": "2018-10-26T09:48:22Z", "tenant_id": "520bb063707641068ecd26c37a46f476", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:48:23,797 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/e5d0d59d-3a8c-4d92-a269-29e95955431d used request id req-4fb3b75b-24da-40a5-8bc0-2f8b603ccbed 2018-10-26 09:48:23,798 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-inst] is - BUILD 2018-10-26 09:48:23,798 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:48:26,801 - create_instance - DEBUG - VM status query timeout in 896.583842993 2018-10-26 09:48:26,804 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/e5d0d59d-3a8c-4d92-a269-29e95955431d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7e4665045671c2e5e6fe9b8dd9ec054761254" 2018-10-26 09:48:27,263 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:48: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-23adc5ed-f834-4f4c-89ce-eee37900ac66 x-compute-request-id: req-23adc5ed-f834-4f4c-89ce-eee37900ac66 Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:a7:61", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e5d0d59d-3a8c-4d92-a269-29e95955431d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e5d0d59d-3a8c-4d92-a269-29e95955431d", "rel": "bookmark"}], "image": {"id": "dc393aa6-8bb9-46b3-be2a-f716b2c2d085", "links": [{"href": "http://172.30.9.21:8774/images/dc393aa6-8bb9-46b3-be2a-f716b2c2d085", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000b9", "OS-SRV-USG:launched_at": null, "flavor": {"id": "236eb976-2d9c-465f-97c2-4b5cb5e022dc", "links": [{"href": "http://172.30.9.21:8774/flavors/236eb976-2d9c-465f-97c2-4b5cb5e022dc", "rel": "bookmark"}]}, "id": "e5d0d59d-3a8c-4d92-a269-29e95955431d", "security_groups": [{"name": "default"}], "user_id": "657b190628da4860b5a177f1331535a7", "OS-DCF: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-26T09:48:24Z", "hostId": "baa3e2200dfa390c4ef67a09707bc8a09e4bdf33d17efe5d6f35b2ab", "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-9b45026d-791a-4c64-8e49-ca60165474e7-inst", "created": "2018-10-26T09:48:22Z", "tenant_id": "520bb063707641068ecd26c37a46f476", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:48:27,264 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/e5d0d59d-3a8c-4d92-a269-29e95955431d used request id req-23adc5ed-f834-4f4c-89ce-eee37900ac66 2018-10-26 09:48:27,264 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-inst] is - BUILD 2018-10-26 09:48:27,264 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:48:30,267 - create_instance - DEBUG - VM status query timeout in 893.117358923 2018-10-26 09:48:30,271 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/e5d0d59d-3a8c-4d92-a269-29e95955431d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7e4665045671c2e5e6fe9b8dd9ec054761254" 2018-10-26 09:48:30,885 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:48:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e0447c33-8540-46d1-bead-a92620d61c14 x-compute-request-id: req-e0447c33-8540-46d1-bead-a92620d61c14 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:a7:61", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e5d0d59d-3a8c-4d92-a269-29e95955431d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e5d0d59d-3a8c-4d92-a269-29e95955431d", "rel": "bookmark"}], "image": {"id": "dc393aa6-8bb9-46b3-be2a-f716b2c2d085", "links": [{"href": "http://172.30.9.21:8774/images/dc393aa6-8bb9-46b3-be2a-f716b2c2d085", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000b9", "OS-SRV-USG:launched_at": "2018-10-26T09:48:29.000000", "flavor": {"id": "236eb976-2d9c-465f-97c2-4b5cb5e022dc", "links": [{"href": "http://172.30.9.21:8774/flavors/236eb976-2d9c-465f-97c2-4b5cb5e022dc", "rel": "bookmark"}]}, "id": "e5d0d59d-3a8c-4d92-a269-29e95955431d", "security_groups": [{"name": "default"}], "user_id": "657b190628da4860b5a177f1331535a7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:48:29Z", "hostId": "baa3e2200dfa390c4ef67a09707bc8a09e4bdf33d17efe5d6f35b2ab", "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-9b45026d-791a-4c64-8e49-ca60165474e7-inst", "created": "2018-10-26T09:48:22Z", "tenant_id": "520bb063707641068ecd26c37a46f476", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:48:30,885 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/e5d0d59d-3a8c-4d92-a269-29e95955431d used request id req-e0447c33-8540-46d1-bead-a92620d61c14 2018-10-26 09:48:30,885 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-inst] is - ACTIVE 2018-10-26 09:48:30,886 - create_instance - INFO - VM is - ACTIVE 2018-10-26 09:48:30,888 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/e5d0d59d-3a8c-4d92-a269-29e95955431d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7e4665045671c2e5e6fe9b8dd9ec054761254" 2018-10-26 09:48:31,694 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:48:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9a728d45-6188-4e6f-9fbc-532505496aa6 x-compute-request-id: req-9a728d45-6188-4e6f-9fbc-532505496aa6 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:a7:61", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e5d0d59d-3a8c-4d92-a269-29e95955431d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e5d0d59d-3a8c-4d92-a269-29e95955431d", "rel": "bookmark"}], "image": {"id": "dc393aa6-8bb9-46b3-be2a-f716b2c2d085", "links": [{"href": "http://172.30.9.21:8774/images/dc393aa6-8bb9-46b3-be2a-f716b2c2d085", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000b9", "OS-SRV-USG:launched_at": "2018-10-26T09:48:29.000000", "flavor": {"id": "236eb976-2d9c-465f-97c2-4b5cb5e022dc", "links": [{"href": "http://172.30.9.21:8774/flavors/236eb976-2d9c-465f-97c2-4b5cb5e022dc", "rel": "bookmark"}]}, "id": "e5d0d59d-3a8c-4d92-a269-29e95955431d", "security_groups": [{"name": "default"}], "user_id": "657b190628da4860b5a177f1331535a7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:48:29Z", "hostId": "baa3e2200dfa390c4ef67a09707bc8a09e4bdf33d17efe5d6f35b2ab", "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-9b45026d-791a-4c64-8e49-ca60165474e7-inst", "created": "2018-10-26T09:48:22Z", "tenant_id": "520bb063707641068ecd26c37a46f476", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:48:31,694 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/e5d0d59d-3a8c-4d92-a269-29e95955431d used request id req-9a728d45-6188-4e6f-9fbc-532505496aa6 2018-10-26 09:48:31,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7e4665045671c2e5e6fe9b8dd9ec054761254" 2018-10-26 09:48:31,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-aeeb688f-e3b7-48c2-a3e6-f59085591071 Date: Fri, 26 Oct 2018 09:48:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"21c2750b-830a-4cde-b818-972329eadc73","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":54,"ipv4_address_scope":null,"shared":false,"project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","subnets":["2cfa8841-b819-498b-bc67-530fd81b33ea"],"description":"","tags":[],"updated_at":"2018-10-26T09:48:14Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-pub-net","admin_state_up":true,"tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:48:13Z","provider:network_type":"vxlan"}]} 2018-10-26 09:48:31,782 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-pub-net used request id req-aeeb688f-e3b7-48c2-a3e6-f59085591071 2018-10-26 09:48:31,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7e4665045671c2e5e6fe9b8dd9ec054761254" 2018-10-26 09:48:31,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:48:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd84f331-e753-42c3-9e1f-8fb125d710e2 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:48:31,870 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-dd84f331-e753-42c3-9e1f-8fb125d710e2 2018-10-26 09:48:31,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=21c2750b-830a-4cde-b818-972329eadc73 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7e4665045671c2e5e6fe9b8dd9ec054761254" 2018-10-26 09:48:32,076 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-dde008af-c315-46d2-b090-ccbda5bd75a9 Date: Fri, 26 Oct 2018 09:48:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21c2750b-830a-4cde-b818-972329eadc73","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:48:14Z","dns_nameservers":[],"updated_at":"2018-10-26T09:48: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":"520bb063707641068ecd26c37a46f476","id":"2cfa8841-b819-498b-bc67-530fd81b33ea","subnetpool_id":null,"name":"CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-pub-subnet"}]} 2018-10-26 09:48:32,076 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=21c2750b-830a-4cde-b818-972329eadc73 used request id req-dde008af-c315-46d2-b090-ccbda5bd75a9 2018-10-26 09:48:32,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=21c2750b-830a-4cde-b818-972329eadc73 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7e4665045671c2e5e6fe9b8dd9ec054761254" 2018-10-26 09:48:32,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3880 X-Openstack-Request-Id: req-ed752092-f9e7-48bc-9c09-97677af05289 Date: Fri, 26 Oct 2018 09:48:32 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:48:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2cfa8841-b819-498b-bc67-530fd81b33ea","ip_address":"10.55.0.2"}],"id":"775d3761-67dc-4aa8-8182-c3017733af2f","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7b:0b:04","project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21c2750b-830a-4cde-b818-972329eadc73","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:48:14Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-21c2750b-830a-4cde-b818-972329eadc73"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:48:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2cfa8841-b819-498b-bc67-530fd81b33ea","ip_address":"10.55.0.4"}],"id":"eca829bc-9f00-479c-ac83-7e7a70ec552e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3a:15:ea","project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21c2750b-830a-4cde-b818-972329eadc73","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:48:16Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-21c2750b-830a-4cde-b818-972329eadc73"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:48:28Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2cfa8841-b819-498b-bc67-530fd81b33ea","ip_address":"10.55.0.11"}],"id":"ee17fd8e-c560-43ae-be73-61091d40260d","security_groups":["8361c808-1c9a-4d3e-8e23-25feb1ce42a3"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:58:a7:61","project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-port","admin_state_up":true,"network_id":"21c2750b-830a-4cde-b818-972329eadc73","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:48:19Z","binding:vnic_type":"normal","device_id":"e5d0d59d-3a8c-4d92-a269-29e95955431d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:48:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2cfa8841-b819-498b-bc67-530fd81b33ea","ip_address":"10.55.0.3"}],"id":"fd6a43d8-1eb8-46dd-bb90-c2879e4f6acb","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:69:0e:f5","project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21c2750b-830a-4cde-b818-972329eadc73","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:48:15Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-21c2750b-830a-4cde-b818-972329eadc73"}]} 2018-10-26 09:48:32,168 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=21c2750b-830a-4cde-b818-972329eadc73 used request id req-ed752092-f9e7-48bc-9c09-97677af05289 2018-10-26 09:48:32,169 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:48:32,550 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:48:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["vMbWINX8TKm9hhx2CgsSxA"], "issued_at": "2018-10-26T09:48:32.000000Z"}} 2018-10-26 09:48:32,553 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62559793dd5052e8d48a876f8e7a0586730d205b" 2018-10-26 09:48:33,444 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:48:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b6392848-b04e-488a-a65b-0b8a75946229 x-compute-request-id: req-b6392848-b04e-488a-a65b-0b8a75946229 Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:a7:61", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e5d0d59d-3a8c-4d92-a269-29e95955431d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e5d0d59d-3a8c-4d92-a269-29e95955431d", "rel": "bookmark"}], "image": {"id": "dc393aa6-8bb9-46b3-be2a-f716b2c2d085", "links": [{"href": "http://172.30.9.21:8774/images/dc393aa6-8bb9-46b3-be2a-f716b2c2d085", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000b9", "OS-SRV-USG:launched_at": "2018-10-26T09:48:29.000000", "flavor": {"id": "236eb976-2d9c-465f-97c2-4b5cb5e022dc", "links": [{"href": "http://172.30.9.21:8774/flavors/236eb976-2d9c-465f-97c2-4b5cb5e022dc", "rel": "bookmark"}]}, "id": "e5d0d59d-3a8c-4d92-a269-29e95955431d", "security_groups": [{"name": "default"}], "user_id": "657b190628da4860b5a177f1331535a7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:48:29Z", "hostId": "baa3e2200dfa390c4ef67a09707bc8a09e4bdf33d17efe5d6f35b2ab", "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-9b45026d-791a-4c64-8e49-ca60165474e7-inst", "created": "2018-10-26T09:48:22Z", "tenant_id": "520bb063707641068ecd26c37a46f476", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 09:48:33,445 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-inst used request id req-b6392848-b04e-488a-a65b-0b8a75946229 2018-10-26 09:48:33,446 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:48:33,836 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:48:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["74J4lHcGRoOtywj9rzZtAw"], "issued_at": "2018-10-26T09:48:33.000000Z"}} 2018-10-26 09:48:33,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ff0748f1a4df920df4b33dfc5bf518e8c23835" 2018-10-26 09:48:34,014 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-8d13ae1e-6d78-4c37-890e-85987f5cce9d Date: Fri, 26 Oct 2018 09:48:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"21c2750b-830a-4cde-b818-972329eadc73","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":54,"ipv4_address_scope":null,"shared":false,"project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","subnets":["2cfa8841-b819-498b-bc67-530fd81b33ea"],"description":"","tags":[],"updated_at":"2018-10-26T09:48:14Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-pub-net","admin_state_up":true,"tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:48:13Z","provider:network_type":"vxlan"}]} 2018-10-26 09:48:34,014 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-pub-net used request id req-8d13ae1e-6d78-4c37-890e-85987f5cce9d 2018-10-26 09:48:34,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=21c2750b-830a-4cde-b818-972329eadc73 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ff0748f1a4df920df4b33dfc5bf518e8c23835" 2018-10-26 09:48:34,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-3f412986-0aeb-4b34-9658-4464d5c565b9 Date: Fri, 26 Oct 2018 09:48:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21c2750b-830a-4cde-b818-972329eadc73","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:48:14Z","dns_nameservers":[],"updated_at":"2018-10-26T09:48: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":"520bb063707641068ecd26c37a46f476","id":"2cfa8841-b819-498b-bc67-530fd81b33ea","subnetpool_id":null,"name":"CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-pub-subnet"}]} 2018-10-26 09:48:34,241 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=21c2750b-830a-4cde-b818-972329eadc73 used request id req-3f412986-0aeb-4b34-9658-4464d5c565b9 2018-10-26 09:48:34,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=21c2750b-830a-4cde-b818-972329eadc73 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}78ff0748f1a4df920df4b33dfc5bf518e8c23835" 2018-10-26 09:48:34,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3880 X-Openstack-Request-Id: req-a7355ce2-1192-424e-b71c-04db3d3b4f76 Date: Fri, 26 Oct 2018 09:48:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:48:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2cfa8841-b819-498b-bc67-530fd81b33ea","ip_address":"10.55.0.2"}],"id":"775d3761-67dc-4aa8-8182-c3017733af2f","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7b:0b:04","project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21c2750b-830a-4cde-b818-972329eadc73","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:48:14Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-21c2750b-830a-4cde-b818-972329eadc73"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:48:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2cfa8841-b819-498b-bc67-530fd81b33ea","ip_address":"10.55.0.4"}],"id":"eca829bc-9f00-479c-ac83-7e7a70ec552e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3a:15:ea","project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21c2750b-830a-4cde-b818-972329eadc73","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:48:16Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-21c2750b-830a-4cde-b818-972329eadc73"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:48:28Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2cfa8841-b819-498b-bc67-530fd81b33ea","ip_address":"10.55.0.11"}],"id":"ee17fd8e-c560-43ae-be73-61091d40260d","security_groups":["8361c808-1c9a-4d3e-8e23-25feb1ce42a3"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:58:a7:61","project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-port","admin_state_up":true,"network_id":"21c2750b-830a-4cde-b818-972329eadc73","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:48:19Z","binding:vnic_type":"normal","device_id":"e5d0d59d-3a8c-4d92-a269-29e95955431d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:48:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2cfa8841-b819-498b-bc67-530fd81b33ea","ip_address":"10.55.0.3"}],"id":"fd6a43d8-1eb8-46dd-bb90-c2879e4f6acb","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:69:0e:f5","project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21c2750b-830a-4cde-b818-972329eadc73","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:48:15Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-21c2750b-830a-4cde-b818-972329eadc73"}]} 2018-10-26 09:48:34,453 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=21c2750b-830a-4cde-b818-972329eadc73 used request id req-a7355ce2-1192-424e-b71c-04db3d3b4f76 2018-10-26 09:48:34,454 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:48:34,918 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8cc9b291523c495db2c833e6521e5dbb", "name": "CreateInstanceSimpleTests-7e261c40-ed0f-46d-proj-role"}], "expires_at": "2018-10-26T10:48:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "89c31473aa1f4ecba15e400be2b6cf91", "name": "CreateInstanceSimpleTests-7e261c40-ed0f-46d-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/89c31473aa1f4ecba15e400be2b6cf91", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/89c31473aa1f4ecba15e400be2b6cf91", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/89c31473aa1f4ecba15e400be2b6cf91", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/89c31473aa1f4ecba15e400be2b6cf91", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/89c31473aa1f4ecba15e400be2b6cf91", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/89c31473aa1f4ecba15e400be2b6cf91", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/89c31473aa1f4ecba15e400be2b6cf91", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/89c31473aa1f4ecba15e400be2b6cf91", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/89c31473aa1f4ecba15e400be2b6cf91", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/89c31473aa1f4ecba15e400be2b6cf91", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/89c31473aa1f4ecba15e400be2b6cf91", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/89c31473aa1f4ecba15e400be2b6cf91", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-7e261c40-ed0f-46d-user", "id": "f031846df32b420891530884ac755629"}, "audit_ids": ["JQ7VMclwTKGNC7J5gT2HrQ"], "issued_at": "2018-10-26T09:48:34.000000Z"}} 2018-10-26 09:48:34,922 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfd739f42c5423737bcb5a5efbb622e67379bd15" 2018-10-26 09:48:35,142 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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-03946f52-9e45-4fc4-9bd2-46b50215a1de x-compute-request-id: req-03946f52-9e45-4fc4-9bd2-46b50215a1de Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-26 09:48:35,142 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-inst used request id req-03946f52-9e45-4fc4-9bd2-46b50215a1de 2018-10-26 09:48:35,145 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/e5d0d59d-3a8c-4d92-a269-29e95955431d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7e4665045671c2e5e6fe9b8dd9ec054761254" 2018-10-26 09:48:35,753 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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,Accept-Encoding x-openstack-request-id: req-6afcc49e-3b47-46b9-86bd-cff7f28fa4cf x-compute-request-id: req-6afcc49e-3b47-46b9-86bd-cff7f28fa4cf Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:a7:61", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e5d0d59d-3a8c-4d92-a269-29e95955431d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e5d0d59d-3a8c-4d92-a269-29e95955431d", "rel": "bookmark"}], "image": {"id": "dc393aa6-8bb9-46b3-be2a-f716b2c2d085", "links": [{"href": "http://172.30.9.21:8774/images/dc393aa6-8bb9-46b3-be2a-f716b2c2d085", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000b9", "OS-SRV-USG:launched_at": "2018-10-26T09:48:29.000000", "flavor": {"id": "236eb976-2d9c-465f-97c2-4b5cb5e022dc", "links": [{"href": "http://172.30.9.21:8774/flavors/236eb976-2d9c-465f-97c2-4b5cb5e022dc", "rel": "bookmark"}]}, "id": "e5d0d59d-3a8c-4d92-a269-29e95955431d", "security_groups": [{"name": "default"}], "user_id": "657b190628da4860b5a177f1331535a7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:48:29Z", "hostId": "baa3e2200dfa390c4ef67a09707bc8a09e4bdf33d17efe5d6f35b2ab", "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-9b45026d-791a-4c64-8e49-ca60165474e7-inst", "created": "2018-10-26T09:48:22Z", "tenant_id": "520bb063707641068ecd26c37a46f476", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:48:35,753 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/e5d0d59d-3a8c-4d92-a269-29e95955431d used request id req-6afcc49e-3b47-46b9-86bd-cff7f28fa4cf 2018-10-26 09:48:35,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7e4665045671c2e5e6fe9b8dd9ec054761254" 2018-10-26 09:48:35,849 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-0ae4cb97-56ed-4075-9ec3-7ec070d1a86e Date: Fri, 26 Oct 2018 09:48:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"21c2750b-830a-4cde-b818-972329eadc73","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":54,"ipv4_address_scope":null,"shared":false,"project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","subnets":["2cfa8841-b819-498b-bc67-530fd81b33ea"],"description":"","tags":[],"updated_at":"2018-10-26T09:48:14Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-pub-net","admin_state_up":true,"tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:48:13Z","provider:network_type":"vxlan"}]} 2018-10-26 09:48:35,850 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-pub-net used request id req-0ae4cb97-56ed-4075-9ec3-7ec070d1a86e 2018-10-26 09:48:35,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7e4665045671c2e5e6fe9b8dd9ec054761254" 2018-10-26 09:48:35,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:48:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02e07d9e-8eb0-451b-8d22-5be74e9f6150 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:48:35,937 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-02e07d9e-8eb0-451b-8d22-5be74e9f6150 2018-10-26 09:48:35,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=21c2750b-830a-4cde-b818-972329eadc73 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7e4665045671c2e5e6fe9b8dd9ec054761254" 2018-10-26 09:48:35,994 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-65d52ac5-336a-43f0-a942-4d408a2a03b6 Date: Fri, 26 Oct 2018 09:48:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21c2750b-830a-4cde-b818-972329eadc73","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:48:14Z","dns_nameservers":[],"updated_at":"2018-10-26T09:48: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":"520bb063707641068ecd26c37a46f476","id":"2cfa8841-b819-498b-bc67-530fd81b33ea","subnetpool_id":null,"name":"CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-pub-subnet"}]} 2018-10-26 09:48:35,994 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=21c2750b-830a-4cde-b818-972329eadc73 used request id req-65d52ac5-336a-43f0-a942-4d408a2a03b6 2018-10-26 09:48:36,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=21c2750b-830a-4cde-b818-972329eadc73 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7e4665045671c2e5e6fe9b8dd9ec054761254" 2018-10-26 09:48:36,048 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3880 X-Openstack-Request-Id: req-0cee9cd7-4992-4884-b14d-54b07f249ab1 Date: Fri, 26 Oct 2018 09:48:36 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:48:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2cfa8841-b819-498b-bc67-530fd81b33ea","ip_address":"10.55.0.2"}],"id":"775d3761-67dc-4aa8-8182-c3017733af2f","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7b:0b:04","project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21c2750b-830a-4cde-b818-972329eadc73","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:48:14Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-21c2750b-830a-4cde-b818-972329eadc73"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:48:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2cfa8841-b819-498b-bc67-530fd81b33ea","ip_address":"10.55.0.4"}],"id":"eca829bc-9f00-479c-ac83-7e7a70ec552e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3a:15:ea","project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21c2750b-830a-4cde-b818-972329eadc73","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:48:16Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-21c2750b-830a-4cde-b818-972329eadc73"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:48:28Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2cfa8841-b819-498b-bc67-530fd81b33ea","ip_address":"10.55.0.11"}],"id":"ee17fd8e-c560-43ae-be73-61091d40260d","security_groups":["8361c808-1c9a-4d3e-8e23-25feb1ce42a3"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:58:a7:61","project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-port","admin_state_up":true,"network_id":"21c2750b-830a-4cde-b818-972329eadc73","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:48:19Z","binding:vnic_type":"normal","device_id":"e5d0d59d-3a8c-4d92-a269-29e95955431d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:48:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2cfa8841-b819-498b-bc67-530fd81b33ea","ip_address":"10.55.0.3"}],"id":"fd6a43d8-1eb8-46dd-bb90-c2879e4f6acb","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:69:0e:f5","project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21c2750b-830a-4cde-b818-972329eadc73","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:48:15Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-21c2750b-830a-4cde-b818-972329eadc73"}]} 2018-10-26 09:48:36,048 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=21c2750b-830a-4cde-b818-972329eadc73 used request id req-0cee9cd7-4992-4884-b14d-54b07f249ab1 2018-10-26 09:48:36,052 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/e5d0d59d-3a8c-4d92-a269-29e95955431d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7e4665045671c2e5e6fe9b8dd9ec054761254" 2018-10-26 09:48:36,743 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:48:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-de24565e-c2a3-4c6c-acb1-3aadeab2c467 x-compute-request-id: req-de24565e-c2a3-4c6c-acb1-3aadeab2c467 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:a7:61", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e5d0d59d-3a8c-4d92-a269-29e95955431d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e5d0d59d-3a8c-4d92-a269-29e95955431d", "rel": "bookmark"}], "image": {"id": "dc393aa6-8bb9-46b3-be2a-f716b2c2d085", "links": [{"href": "http://172.30.9.21:8774/images/dc393aa6-8bb9-46b3-be2a-f716b2c2d085", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000b9", "OS-SRV-USG:launched_at": "2018-10-26T09:48:29.000000", "flavor": {"id": "236eb976-2d9c-465f-97c2-4b5cb5e022dc", "links": [{"href": "http://172.30.9.21:8774/flavors/236eb976-2d9c-465f-97c2-4b5cb5e022dc", "rel": "bookmark"}]}, "id": "e5d0d59d-3a8c-4d92-a269-29e95955431d", "security_groups": [{"name": "default"}], "user_id": "657b190628da4860b5a177f1331535a7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:48:29Z", "hostId": "baa3e2200dfa390c4ef67a09707bc8a09e4bdf33d17efe5d6f35b2ab", "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-9b45026d-791a-4c64-8e49-ca60165474e7-inst", "created": "2018-10-26T09:48:22Z", "tenant_id": "520bb063707641068ecd26c37a46f476", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:48:36,743 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/e5d0d59d-3a8c-4d92-a269-29e95955431d used request id req-de24565e-c2a3-4c6c-acb1-3aadeab2c467 2018-10-26 09:48:36,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7e4665045671c2e5e6fe9b8dd9ec054761254" 2018-10-26 09:48:36,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-e047cd60-7267-4419-9982-c518e0b5d064 Date: Fri, 26 Oct 2018 09:48:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"21c2750b-830a-4cde-b818-972329eadc73","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":54,"ipv4_address_scope":null,"shared":false,"project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","subnets":["2cfa8841-b819-498b-bc67-530fd81b33ea"],"description":"","tags":[],"updated_at":"2018-10-26T09:48:14Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-pub-net","admin_state_up":true,"tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:48:13Z","provider:network_type":"vxlan"}]} 2018-10-26 09:48:36,975 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-pub-net used request id req-e047cd60-7267-4419-9982-c518e0b5d064 2018-10-26 09:48:36,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7e4665045671c2e5e6fe9b8dd9ec054761254" 2018-10-26 09:48:37,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:48:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2869ff7f-7724-4e08-ba36-fca389805a59 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:48:37,071 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-2869ff7f-7724-4e08-ba36-fca389805a59 2018-10-26 09:48:37,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=21c2750b-830a-4cde-b818-972329eadc73 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7e4665045671c2e5e6fe9b8dd9ec054761254" 2018-10-26 09:48:37,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-88932b9f-9007-49f6-9a8e-7dab0b745fbb Date: Fri, 26 Oct 2018 09:48:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21c2750b-830a-4cde-b818-972329eadc73","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:48:14Z","dns_nameservers":[],"updated_at":"2018-10-26T09:48: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":"520bb063707641068ecd26c37a46f476","id":"2cfa8841-b819-498b-bc67-530fd81b33ea","subnetpool_id":null,"name":"CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-pub-subnet"}]} 2018-10-26 09:48:37,127 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=21c2750b-830a-4cde-b818-972329eadc73 used request id req-88932b9f-9007-49f6-9a8e-7dab0b745fbb 2018-10-26 09:48:37,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=21c2750b-830a-4cde-b818-972329eadc73 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7e4665045671c2e5e6fe9b8dd9ec054761254" 2018-10-26 09:48:37,337 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3880 X-Openstack-Request-Id: req-c090ff83-bf66-4ae6-be31-bdee8f7e6e6b Date: Fri, 26 Oct 2018 09:48:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:48:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2cfa8841-b819-498b-bc67-530fd81b33ea","ip_address":"10.55.0.2"}],"id":"775d3761-67dc-4aa8-8182-c3017733af2f","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7b:0b:04","project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21c2750b-830a-4cde-b818-972329eadc73","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:48:14Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-21c2750b-830a-4cde-b818-972329eadc73"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:48:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2cfa8841-b819-498b-bc67-530fd81b33ea","ip_address":"10.55.0.4"}],"id":"eca829bc-9f00-479c-ac83-7e7a70ec552e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3a:15:ea","project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21c2750b-830a-4cde-b818-972329eadc73","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:48:16Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-21c2750b-830a-4cde-b818-972329eadc73"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:48:28Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"2cfa8841-b819-498b-bc67-530fd81b33ea","ip_address":"10.55.0.11"}],"id":"ee17fd8e-c560-43ae-be73-61091d40260d","security_groups":["8361c808-1c9a-4d3e-8e23-25feb1ce42a3"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:58:a7:61","project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-port","admin_state_up":true,"network_id":"21c2750b-830a-4cde-b818-972329eadc73","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:48:19Z","binding:vnic_type":"normal","device_id":"e5d0d59d-3a8c-4d92-a269-29e95955431d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:48:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"2cfa8841-b819-498b-bc67-530fd81b33ea","ip_address":"10.55.0.3"}],"id":"fd6a43d8-1eb8-46dd-bb90-c2879e4f6acb","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:69:0e:f5","project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21c2750b-830a-4cde-b818-972329eadc73","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:48:15Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-21c2750b-830a-4cde-b818-972329eadc73"}]} 2018-10-26 09:48:37,337 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=21c2750b-830a-4cde-b818-972329eadc73 used request id req-c090ff83-bf66-4ae6-be31-bdee8f7e6e6b 2018-10-26 09:48:37,339 - create_instance - INFO - Deleting Port with ID - ee17fd8e-c560-43ae-be73-61091d40260d 2018-10-26 09:48:37,339 - neutron_utils - INFO - Deleting port with name CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-port 2018-10-26 09:48:37,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/ee17fd8e-c560-43ae-be73-61091d40260d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7e4665045671c2e5e6fe9b8dd9ec054761254" 2018-10-26 09:48:37,730 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-34e5ee0b-dbd1-47f9-9483-b0f1bf7408e3 Date: Fri, 26 Oct 2018 09:48:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:48:37,731 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/ee17fd8e-c560-43ae-be73-61091d40260d used request id req-34e5ee0b-dbd1-47f9-9483-b0f1bf7408e3 2018-10-26 09:48:37,731 - create_instance - INFO - Deleting VM instance - CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-inst 2018-10-26 09:48:37,734 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/e5d0d59d-3a8c-4d92-a269-29e95955431d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7e4665045671c2e5e6fe9b8dd9ec054761254" 2018-10-26 09:48:37,891 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:48:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-890167c7-7b47-484f-87e9-604387d05db4 x-compute-request-id: req-890167c7-7b47-484f-87e9-604387d05db4 Content-Type: application/json 2018-10-26 09:48:37,891 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/e5d0d59d-3a8c-4d92-a269-29e95955431d used request id req-890167c7-7b47-484f-87e9-604387d05db4 2018-10-26 09:48:37,892 - create_instance - INFO - Checking deletion status 2018-10-26 09:48:37,894 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/e5d0d59d-3a8c-4d92-a269-29e95955431d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7e4665045671c2e5e6fe9b8dd9ec054761254" 2018-10-26 09:48:38,119 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:48:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6e9cbee5-4d53-4eb2-b8fd-fc0d11155757 x-compute-request-id: req-6e9cbee5-4d53-4eb2-b8fd-fc0d11155757 Content-Encoding: gzip Content-Length: 805 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:a7:61", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e5d0d59d-3a8c-4d92-a269-29e95955431d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e5d0d59d-3a8c-4d92-a269-29e95955431d", "rel": "bookmark"}], "image": {"id": "dc393aa6-8bb9-46b3-be2a-f716b2c2d085", "links": [{"href": "http://172.30.9.21:8774/images/dc393aa6-8bb9-46b3-be2a-f716b2c2d085", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000b9", "OS-SRV-USG:launched_at": "2018-10-26T09:48:29.000000", "flavor": {"id": "236eb976-2d9c-465f-97c2-4b5cb5e022dc", "links": [{"href": "http://172.30.9.21:8774/flavors/236eb976-2d9c-465f-97c2-4b5cb5e022dc", "rel": "bookmark"}]}, "id": "e5d0d59d-3a8c-4d92-a269-29e95955431d", "user_id": "657b190628da4860b5a177f1331535a7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:48:37Z", "hostId": "baa3e2200dfa390c4ef67a09707bc8a09e4bdf33d17efe5d6f35b2ab", "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-9b45026d-791a-4c64-8e49-ca60165474e7-inst", "created": "2018-10-26T09:48:22Z", "tenant_id": "520bb063707641068ecd26c37a46f476", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:48:38,119 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/e5d0d59d-3a8c-4d92-a269-29e95955431d used request id req-6e9cbee5-4d53-4eb2-b8fd-fc0d11155757 2018-10-26 09:48:38,120 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-inst] is - ACTIVE 2018-10-26 09:48:38,120 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:48:41,123 - create_instance - DEBUG - VM status query timeout in 296.76851511 2018-10-26 09:48:41,127 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/e5d0d59d-3a8c-4d92-a269-29e95955431d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7e4665045671c2e5e6fe9b8dd9ec054761254" 2018-10-26 09:48:41,561 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:48:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7b4fa5c9-e9da-4806-9c06-d7803b59a97e x-compute-request-id: req-7b4fa5c9-e9da-4806-9c06-d7803b59a97e 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.21:8774/v2.1/servers/e5d0d59d-3a8c-4d92-a269-29e95955431d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e5d0d59d-3a8c-4d92-a269-29e95955431d", "rel": "bookmark"}], "image": {"id": "dc393aa6-8bb9-46b3-be2a-f716b2c2d085", "links": [{"href": "http://172.30.9.21:8774/images/dc393aa6-8bb9-46b3-be2a-f716b2c2d085", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000b9", "OS-SRV-USG:launched_at": "2018-10-26T09:48:29.000000", "flavor": {"id": "236eb976-2d9c-465f-97c2-4b5cb5e022dc", "links": [{"href": "http://172.30.9.21:8774/flavors/236eb976-2d9c-465f-97c2-4b5cb5e022dc", "rel": "bookmark"}]}, "id": "e5d0d59d-3a8c-4d92-a269-29e95955431d", "user_id": "657b190628da4860b5a177f1331535a7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:48:37Z", "hostId": "baa3e2200dfa390c4ef67a09707bc8a09e4bdf33d17efe5d6f35b2ab", "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-9b45026d-791a-4c64-8e49-ca60165474e7-inst", "created": "2018-10-26T09:48:22Z", "tenant_id": "520bb063707641068ecd26c37a46f476", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:48:41,561 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/e5d0d59d-3a8c-4d92-a269-29e95955431d used request id req-7b4fa5c9-e9da-4806-9c06-d7803b59a97e 2018-10-26 09:48:41,561 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-inst] is - ACTIVE 2018-10-26 09:48:41,561 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:48:44,565 - create_instance - DEBUG - VM status query timeout in 293.327035189 2018-10-26 09:48:44,568 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/e5d0d59d-3a8c-4d92-a269-29e95955431d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bbf7e4665045671c2e5e6fe9b8dd9ec054761254" 2018-10-26 09:48:44,616 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 09:48:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3b12b108-c457-44f2-923b-3a3456d06730 x-compute-request-id: req-3b12b108-c457-44f2-923b-3a3456d06730 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance e5d0d59d-3a8c-4d92-a269-29e95955431d could not be found.", "code": 404}} 2018-10-26 09:48:44,617 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/e5d0d59d-3a8c-4d92-a269-29e95955431d used request id req-3b12b108-c457-44f2-923b-3a3456d06730 2018-10-26 09:48:44,617 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance e5d0d59d-3a8c-4d92-a269-29e95955431d could not be found. (HTTP 404) (Request-ID: req-3b12b108-c457-44f2-923b-3a3456d06730) 2018-10-26 09:48:44,617 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-inst 2018-10-26 09:48:44,621 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/236eb976-2d9c-465f-97c2-4b5cb5e022dc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3371eabb17ed37537b8d9eb717abe26a00ab277" 2018-10-26 09:48:44,682 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:48:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e087a5c1-feb7-4aa9-9806-78bf829d131c x-compute-request-id: req-e087a5c1-feb7-4aa9-9806-78bf829d131c Content-Length: 0 Content-Type: application/json 2018-10-26 09:48:44,682 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/236eb976-2d9c-465f-97c2-4b5cb5e022dc used request id req-e087a5c1-feb7-4aa9-9806-78bf829d131c 2018-10-26 09:48:44,683 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-pub-subnet 2018-10-26 09:48:44,683 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-pub-subnet 2018-10-26 09:48:44,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/2cfa8841-b819-498b-bc67-530fd81b33ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}400d9405f21dce85651f9d68d7b565c9b35ad6c4" 2018-10-26 09:48:47,078 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-160f0aa4-da48-49c5-aed7-b0265d28e4c3 Date: Fri, 26 Oct 2018 09:48:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:48:47,079 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/2cfa8841-b819-498b-bc67-530fd81b33ea used request id req-160f0aa4-da48-49c5-aed7-b0265d28e4c3 2018-10-26 09:48:47,079 - neutron_utils - INFO - Deleting network with name CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-pub-net 2018-10-26 09:48:47,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/21c2750b-830a-4cde-b818-972329eadc73 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}400d9405f21dce85651f9d68d7b565c9b35ad6c4" 2018-10-26 09:48:48,480 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cbd16775-08f7-4867-975a-ab2f2eb04b0a Date: Fri, 26 Oct 2018 09:48:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:48:48,480 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/21c2750b-830a-4cde-b818-972329eadc73 used request id req-cbd16775-08f7-4867-975a-ab2f2eb04b0a 2018-10-26 09:48:48,481 - glance_utils - INFO - Deleting image named - CreateInstanceSimpleTests-9b45026d-791a-4c64-8e49-ca60165474e7-image 2018-10-26 09:48:48,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/dc393aa6-8bb9-46b3-be2a-f716b2c2d085 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1c39185717b552ada35fef1826f347d566b77d68" 2018-10-26 09:48:49,638 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-713cf470-774d-4d02-bb81-228e9e43522a Date: Fri, 26 Oct 2018 09:48: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-26 09:48:49,638 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/dc393aa6-8bb9-46b3-be2a-f716b2c2d085 used request id req-713cf470-774d-4d02-bb81-228e9e43522a 2018-10-26 09:48:49,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bd791ac1a4a8b2fcfcdc3a0e70db3dd63adc5a4" 2018-10-26 09:48:49,863 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-45d3eeab-c3c2-4369-8100-d12cd4d80154 Date: Fri, 26 Oct 2018 09:48:49 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:48:49,863 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-45d3eeab-c3c2-4369-8100-d12cd4d80154 2018-10-26 09:48:49,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bd791ac1a4a8b2fcfcdc3a0e70db3dd63adc5a4" 2018-10-26 09:48:49,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:48:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85a86480-053b-4704-a891-8938b4425d83 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:48:49,951 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-85a86480-053b-4704-a891-8938b4425d83 2018-10-26 09:48:49,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bd791ac1a4a8b2fcfcdc3a0e70db3dd63adc5a4" 2018-10-26 09:48:50,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:48:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b411631-f32b-4fd6-9c85-45c11e56902b 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:48:50,043 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-1b411631-f32b-4fd6-9c85-45c11e56902b 2018-10-26 09:48:50,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bd791ac1a4a8b2fcfcdc3a0e70db3dd63adc5a4" 2018-10-26 09:48:50,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:48:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f353ad94-e96b-456e-a778-0cdd91158b9b 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:48:50,138 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-f353ad94-e96b-456e-a778-0cdd91158b9b 2018-10-26 09:48:50,139 - keystone_utils - INFO - Deleting project with name - CreateInstanceSimpleTests-7e261c40-ed0f-46d-proj 2018-10-26 09:48:50,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/89c31473aa1f4ecba15e400be2b6cf91 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bd791ac1a4a8b2fcfcdc3a0e70db3dd63adc5a4" 2018-10-26 09:48:50,359 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:48:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5d7d052c-d4ce-4991-a816-f43c24403459 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:48:50,359 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/89c31473aa1f4ecba15e400be2b6cf91 used request id req-5d7d052c-d4ce-4991-a816-f43c24403459 2018-10-26 09:48:50,359 - keystone_utils - INFO - Deleting role with name - CreateInstanceSimpleTests-7e261c40-ed0f-46d-proj-role 2018-10-26 09:48:50,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/8cc9b291523c495db2c833e6521e5dbb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bd791ac1a4a8b2fcfcdc3a0e70db3dd63adc5a4" 2018-10-26 09:48:50,475 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:48:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d7bc6e27-dbaa-4848-b82e-fc2545cd4989 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:48:50,475 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/8cc9b291523c495db2c833e6521e5dbb used request id req-d7bc6e27-dbaa-4848-b82e-fc2545cd4989 2018-10-26 09:48:50,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bd791ac1a4a8b2fcfcdc3a0e70db3dd63adc5a4" 2018-10-26 09:48:50,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:48:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78e312b3-b4d1-43f1-b8bd-1f4eaa379593 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:48:50,571 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-78e312b3-b4d1-43f1-b8bd-1f4eaa379593 2018-10-26 09:48:50,571 - keystone_utils - INFO - Deleting user with name - CreateInstanceSimpleTests-7e261c40-ed0f-46d-user 2018-10-26 09:48:50,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/f031846df32b420891530884ac755629 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88df8b27aace559ff04227bb99fcbec1860e75cd" 2018-10-26 09:48:50,762 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:48:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b54ab614-b465-42d8-a5c3-73b24d04eef8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:48:50,762 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/f031846df32b420891530884ac755629 used request id req-b54ab614-b465-42d8-a5c3-73b24d04eef8 2018-10-26 09:48:50,764 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:48:51,138 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:48:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["7aiZRH6mR52x3s6B4XhksA"], "issued_at": "2018-10-26T09:48:51.000000Z"}} 2018-10-26 09:48:51,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a20af6be14bcc3d5d7b7734ec5a5098c145f961e" 2018-10-26 09:48:51,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:48:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4f0b123-a198-43ad-9b20-adbcf8813015 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:48:51,226 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a4f0b123-a198-43ad-9b20-adbcf8813015 2018-10-26 09:48:51,227 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:48:51,228 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:48:51,625 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:48:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["c5cYxLE1So-J2f1ub3ANMA"], "issued_at": "2018-10-26T09:48:51.000000Z"}} 2018-10-26 09:48:51,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d723c58f40b183602ad843e7962567e71321b72e" 2018-10-26 09:48:51,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:48:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29fd5983-102f-424f-a787-011d92d5f993 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:48:51,702 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-29fd5983-102f-424f-a787-011d92d5f993 2018-10-26 09:48:51,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:48:51,711 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:48: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:48:51,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-9f23b8ba-8e85-49f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d723c58f40b183602ad843e7962567e71321b72e" 2018-10-26 09:48:51,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:48:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78fca089-9823-4956-aa9e-57716fb75b7c Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-9f23b8ba-8e85-49f-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:48:51,801 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-9f23b8ba-8e85-49f-proj used request id req-78fca089-9823-4956-aa9e-57716fb75b7c 2018-10-26 09:48:51,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d723c58f40b183602ad843e7962567e71321b72e" 2018-10-26 09:48:51,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:48:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09953f16-50f7-4031-88ef-5ed584d7d19a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:48:51,889 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-09953f16-50f7-4031-88ef-5ed584d7d19a 2018-10-26 09:48:51,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d723c58f40b183602ad843e7962567e71321b72e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSimpleTests-9f23b8ba-8e85-49f-proj"}}' 2018-10-26 09:48:52,057 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:48:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d82f3ec7-ab7c-4fa0-9974-f23b7b35a024 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/7fb7403ca5b64023bec5ebb93ac7d3c9"}, "enabled": true, "id": "7fb7403ca5b64023bec5ebb93ac7d3c9", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-9f23b8ba-8e85-49f-proj"}} 2018-10-26 09:48:52,057 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-d82f3ec7-ab7c-4fa0-9974-f23b7b35a024 2018-10-26 09:48:52,057 - keystone_utils - INFO - Created project with name - CreateInstanceSimpleTests-9f23b8ba-8e85-49f-proj 2018-10-26 09:48:52,057 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:48:52,058 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:48:52,450 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:48:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["ujKGdKs0Qm-iw2y7975Afw"], "issued_at": "2018-10-26T09:48:52.000000Z"}} 2018-10-26 09:48:52,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900b82647022b56cc54031e001d449e12db184bd" 2018-10-26 09:48:52,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:48:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2ec26b6-069c-4bdb-8505-6a1802107f27 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:48:52,464 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c2ec26b6-069c-4bdb-8505-6a1802107f27 2018-10-26 09:48:52,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:48:52,474 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:48: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:48:52,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900b82647022b56cc54031e001d449e12db184bd" 2018-10-26 09:48:52,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:48:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fba0e30f-54bb-4bb3-96f8-692366715797 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:48:52,511 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-fba0e30f-54bb-4bb3-96f8-692366715797 2018-10-26 09:48:52,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstanceSimpleTests-9f23b8ba-8e85-49f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900b82647022b56cc54031e001d449e12db184bd" 2018-10-26 09:48:52,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:48:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebf5bc7a-47b2-4685-bdb7-3a9711a46bc8 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstanceSimpleTests-9f23b8ba-8e85-49f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/7fb7403ca5b64023bec5ebb93ac7d3c9"}, "enabled": true, "id": "7fb7403ca5b64023bec5ebb93ac7d3c9", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-9f23b8ba-8e85-49f-proj"}]} 2018-10-26 09:48:52,600 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstanceSimpleTests-9f23b8ba-8e85-49f-proj used request id req-ebf5bc7a-47b2-4685-bdb7-3a9711a46bc8 2018-10-26 09:48:52,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900b82647022b56cc54031e001d449e12db184bd" 2018-10-26 09:48:52,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:48:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df20f60a-ce77-46d3-befe-7cd23f6c4423 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:48:52,707 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-df20f60a-ce77-46d3-befe-7cd23f6c4423 2018-10-26 09:48:53,098 - keystone_utils - INFO - Created user with name - CreateInstanceSimpleTests-9f23b8ba-8e85-49f-user 2018-10-26 09:48:53,098 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:48:53,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d723c58f40b183602ad843e7962567e71321b72e" 2018-10-26 09:48:53,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:48:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-598736e8-1cb5-4c0b-a94a-6204af854977 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:48:53,187 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-598736e8-1cb5-4c0b-a94a-6204af854977 2018-10-26 09:48:53,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d723c58f40b183602ad843e7962567e71321b72e" -d '{"role": {"name": "CreateInstanceSimpleTests-9f23b8ba-8e85-49f-proj-role"}}' 2018-10-26 09:48:53,301 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:48:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b3a5534c-bcb5-48cd-b94c-16d6dce1ff24 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0074f4cb21884e1aaf35256732b33e88", "links": {"self": "http://172.30.9.21:5000/v3/roles/0074f4cb21884e1aaf35256732b33e88"}, "name": "CreateInstanceSimpleTests-9f23b8ba-8e85-49f-proj-role"}} 2018-10-26 09:48:53,301 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-b3a5534c-bcb5-48cd-b94c-16d6dce1ff24 2018-10-26 09:48:53,302 - keystone_utils - INFO - Created role with name - CreateInstanceSimpleTests-9f23b8ba-8e85-49f-proj-role 2018-10-26 09:48:53,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/0074f4cb21884e1aaf35256732b33e88 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d723c58f40b183602ad843e7962567e71321b72e" 2018-10-26 09:48:53,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:48:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a3c8dc9-82d4-41ce-bfd0-592f0dc8361f Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/0074f4cb21884e1aaf35256732b33e88"}, "domain_id": null, "name": "CreateInstanceSimpleTests-9f23b8ba-8e85-49f-proj-role", "id": "0074f4cb21884e1aaf35256732b33e88"}} 2018-10-26 09:48:53,395 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/0074f4cb21884e1aaf35256732b33e88 used request id req-8a3c8dc9-82d4-41ce-bfd0-592f0dc8361f 2018-10-26 09:48:53,395 - keystone_utils - INFO - Granting role CreateInstanceSimpleTests-9f23b8ba-8e85-49f-proj-role to project CreateInstanceSimpleTests-9f23b8ba-8e85-49f-proj 2018-10-26 09:48:53,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/7fb7403ca5b64023bec5ebb93ac7d3c9/users/e6e03efb46ef458f881fb414da599ca8/roles/0074f4cb21884e1aaf35256732b33e88 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d723c58f40b183602ad843e7962567e71321b72e" 2018-10-26 09:48:53,514 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:48:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f1ef6ded-d17b-4369-92cf-56c9e2b7f2b3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:48:53,515 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/7fb7403ca5b64023bec5ebb93ac7d3c9/users/e6e03efb46ef458f881fb414da599ca8/roles/0074f4cb21884e1aaf35256732b33e88 used request id req-f1ef6ded-d17b-4369-92cf-56c9e2b7f2b3 2018-10-26 09:48:53,515 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:48:53,515 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:48:53,517 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:48:53,518 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-26 09:48:53,518 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:48:53,519 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:48:53,897 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0074f4cb21884e1aaf35256732b33e88", "name": "CreateInstanceSimpleTests-9f23b8ba-8e85-49f-proj-role"}], "expires_at": "2018-10-26T10:48:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7fb7403ca5b64023bec5ebb93ac7d3c9", "name": "CreateInstanceSimpleTests-9f23b8ba-8e85-49f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-9f23b8ba-8e85-49f-user", "id": "e6e03efb46ef458f881fb414da599ca8"}, "audit_ids": ["tGjCxoO5R7qTJZDhUPnktQ"], "issued_at": "2018-10-26T09:48:53.000000Z"}} 2018-10-26 09:48:53,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aebc14e34a6bafe8d1c05b506f291606c1fd792e" 2018-10-26 09:48:53,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:48:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-157921eb-4dc1-4e3c-ae3a-4e9614bde7c8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:48:53,975 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-157921eb-4dc1-4e3c-ae3a-4e9614bde7c8 2018-10-26 09:48:53,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aebc14e34a6bafe8d1c05b506f291606c1fd792e" 2018-10-26 09:48:54,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-5be9ad5f-7e0d-4f8d-9b4e-2b8b85d28ad7 Date: Fri, 26 Oct 2018 09:48:54 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-image"} 2018-10-26 09:48:54,149 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-image used request id req-5be9ad5f-7e0d-4f8d-9b4e-2b8b85d28ad7 2018-10-26 09:48:54,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aebc14e34a6bafe8d1c05b506f291606c1fd792e" 2018-10-26 09:48:54,313 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-528dd70b-6277-4b48-9c33-fd2ba036ee6e Date: Fri, 26 Oct 2018 09:48: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-26 09:48:54,313 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-528dd70b-6277-4b48-9c33-fd2ba036ee6e 2018-10-26 09:48:54,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}aebc14e34a6bafe8d1c05b506f291606c1fd792e" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-image"}' 2018-10-26 09:48:54,537 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/ee90bce4-78ce-486d-8214-ad69648d9d2c X-Openstack-Request-Id: req-ad3394db-3617-4b4f-9606-3839567d4e03 Date: Fri, 26 Oct 2018 09:48:54 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:48:54Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-26T09:48:54Z", "visibility": "shared", "locations": [], "self": "/v2/images/ee90bce4-78ce-486d-8214-ad69648d9d2c", "min_disk": 0, "protected": false, "id": "ee90bce4-78ce-486d-8214-ad69648d9d2c", "file": "/v2/images/ee90bce4-78ce-486d-8214-ad69648d9d2c/file", "checksum": null, "owner": "7fb7403ca5b64023bec5ebb93ac7d3c9", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:48:54,537 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-ad3394db-3617-4b4f-9606-3839567d4e03 2018-10-26 09:48:54,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/ee90bce4-78ce-486d-8214-ad69648d9d2c/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aebc14e34a6bafe8d1c05b506f291606c1fd792e" -d '' 2018-10-26 09:48:56,144 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c4166ae8-76ac-44fe-a409-3fe9b01a8e71 Date: Fri, 26 Oct 2018 09:48: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-26 09:48:56,144 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/ee90bce4-78ce-486d-8214-ad69648d9d2c/file used request id req-c4166ae8-76ac-44fe-a409-3fe9b01a8e71 2018-10-26 09:48:56,145 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 09:48:56,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/ee90bce4-78ce-486d-8214-ad69648d9d2c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aebc14e34a6bafe8d1c05b506f291606c1fd792e" 2018-10-26 09:48:56,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-ea22b6a7-82e9-40d8-913a-a7ac3496e182 Date: Fri, 26 Oct 2018 09:48:56 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:48:54Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:48:56Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/ee90bce4-78ce-486d-8214-ad69648d9d2c/snap", "metadata": {}}], "self": "/v2/images/ee90bce4-78ce-486d-8214-ad69648d9d2c", "min_disk": 0, "protected": false, "id": "ee90bce4-78ce-486d-8214-ad69648d9d2c", "file": "/v2/images/ee90bce4-78ce-486d-8214-ad69648d9d2c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "7fb7403ca5b64023bec5ebb93ac7d3c9", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/ee90bce4-78ce-486d-8214-ad69648d9d2c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:48:56,301 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/ee90bce4-78ce-486d-8214-ad69648d9d2c used request id req-ea22b6a7-82e9-40d8-913a-a7ac3496e182 2018-10-26 09:48:56,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aebc14e34a6bafe8d1c05b506f291606c1fd792e" 2018-10-26 09:48:56,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1e01c537-9d16-4206-bb23-1dfc9a753dd6 Date: Fri, 26 Oct 2018 09:48: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-26 09:48:56,312 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-1e01c537-9d16-4206-bb23-1dfc9a753dd6 2018-10-26 09:48:56,315 - create_image - INFO - Created image with name - CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-image 2018-10-26 09:48:56,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/ee90bce4-78ce-486d-8214-ad69648d9d2c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aebc14e34a6bafe8d1c05b506f291606c1fd792e" 2018-10-26 09:48:56,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-3dca28f2-0a7e-4c10-82e8-65990b6f186a Date: Fri, 26 Oct 2018 09:48:56 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:48:54Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:48:56Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/ee90bce4-78ce-486d-8214-ad69648d9d2c/snap", "metadata": {}}], "self": "/v2/images/ee90bce4-78ce-486d-8214-ad69648d9d2c", "min_disk": 0, "protected": false, "id": "ee90bce4-78ce-486d-8214-ad69648d9d2c", "file": "/v2/images/ee90bce4-78ce-486d-8214-ad69648d9d2c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "7fb7403ca5b64023bec5ebb93ac7d3c9", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/ee90bce4-78ce-486d-8214-ad69648d9d2c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:48:56,487 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/ee90bce4-78ce-486d-8214-ad69648d9d2c used request id req-3dca28f2-0a7e-4c10-82e8-65990b6f186a 2018-10-26 09:48:56,488 - create_image - DEBUG - Instance status is - active 2018-10-26 09:48:56,488 - create_image - DEBUG - Image is active with name - CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-image 2018-10-26 09:48:56,488 - create_image - INFO - Image is now active with name - CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-image 2018-10-26 09:48:56,488 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:48:56,489 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:48:56,866 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:48:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["QANF-ZsJQuGxrbAlZoitXQ"], "issued_at": "2018-10-26T09:48:56.000000Z"}} 2018-10-26 09:48:56,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aa8227e1c93bb585922d68694413535919bbc91" 2018-10-26 09:48:56,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:48:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82cd9b56-4c9d-499d-b507-fb5b96057be9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:48:56,951 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-82cd9b56-4c9d-499d-b507-fb5b96057be9 2018-10-26 09:48:56,952 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:48:56,957 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aa8227e1c93bb585922d68694413535919bbc91" 2018-10-26 09:48:57,125 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:48:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9b2d574e-e726-4eb4-93e7-09ae2e6b97e2 x-compute-request-id: req-9b2d574e-e726-4eb4-93e7-09ae2e6b97e2 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-26 09:48:57,126 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-9b2d574e-e726-4eb4-93e7-09ae2e6b97e2 2018-10-26 09:48:57,129 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aa8227e1c93bb585922d68694413535919bbc91" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-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-26 09:48:57,177 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:48:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6354e8d9-7f4e-4f8d-bfd8-9c756362025d x-compute-request-id: req-6354e8d9-7f4e-4f8d-bfd8-9c756362025d Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/fb1350cf-96e8-43c2-9127-e65c8df73be6", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/fb1350cf-96e8-43c2-9127-e65c8df73be6", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "fb1350cf-96e8-43c2-9127-e65c8df73be6", "name": "CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 09:48:57,177 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-6354e8d9-7f4e-4f8d-bfd8-9c756362025d 2018-10-26 09:48:57,178 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:48:57,179 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:48:57,563 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0074f4cb21884e1aaf35256732b33e88", "name": "CreateInstanceSimpleTests-9f23b8ba-8e85-49f-proj-role"}], "expires_at": "2018-10-26T10:48:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7fb7403ca5b64023bec5ebb93ac7d3c9", "name": "CreateInstanceSimpleTests-9f23b8ba-8e85-49f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-9f23b8ba-8e85-49f-user", "id": "e6e03efb46ef458f881fb414da599ca8"}, "audit_ids": ["C7fxWom6Sd-iAFyWS0SGGA"], "issued_at": "2018-10-26T09:48:57.000000Z"}} 2018-10-26 09:48:57,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36a02e212694224c1604e1069bb90e8ce70cc6a1" 2018-10-26 09:48:57,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:48:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb824b28-27ab-4bcc-a545-07cb63bbd277 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:48:57,638 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-fb824b28-27ab-4bcc-a545-07cb63bbd277 2018-10-26 09:48:57,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36a02e212694224c1604e1069bb90e8ce70cc6a1" 2018-10-26 09:48:57,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-af31fb88-4353-41d1-8618-d5be7c5167a8 Date: Fri, 26 Oct 2018 09:48:57 GMT RESP BODY: {"networks":[]} 2018-10-26 09:48:57,818 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-pub-net used request id req-af31fb88-4353-41d1-8618-d5be7c5167a8 2018-10-26 09:48:57,818 - neutron_utils - INFO - Creating network with name CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-pub-net 2018-10-26 09:48:57,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36a02e212694224c1604e1069bb90e8ce70cc6a1" -d '{"network": {"name": "CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-pub-net", "admin_state_up": true}}' 2018-10-26 09:48:58,408 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-b885f281-8a6f-4411-be31-89fa229bbaf4 Date: Fri, 26 Oct 2018 09:48:58 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"d1c0b5d3-ca4f-4f59-9da8-5d2067dac699","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T09:48:58Z","is_default":false,"name":"CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","created_at":"2018-10-26T09:48:58Z","mtu":1450}} 2018-10-26 09:48:58,408 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-b885f281-8a6f-4411-be31-89fa229bbaf4 2018-10-26 09:48:58,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=d1c0b5d3-ca4f-4f59-9da8-5d2067dac699 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36a02e212694224c1604e1069bb90e8ce70cc6a1" 2018-10-26 09:48:58,634 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-6923da33-705c-4d95-bd74-bdd8c07ba5e8 Date: Fri, 26 Oct 2018 09:48: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-26T09:48:58Z","tenant_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","created_at":"2018-10-26T09:48:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","id":"d1c0b5d3-ca4f-4f59-9da8-5d2067dac699","name":"CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-pub-net"}]} 2018-10-26 09:48:58,634 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=d1c0b5d3-ca4f-4f59-9da8-5d2067dac699 used request id req-6923da33-705c-4d95-bd74-bdd8c07ba5e8 2018-10-26 09:48:58,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=d1c0b5d3-ca4f-4f59-9da8-5d2067dac699 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36a02e212694224c1604e1069bb90e8ce70cc6a1" 2018-10-26 09:48:58,828 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-09878b2e-8cd6-4a64-bf6b-e19a15b0eafb Date: Fri, 26 Oct 2018 09:48:58 GMT RESP BODY: {"subnets":[]} 2018-10-26 09:48:58,828 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=d1c0b5d3-ca4f-4f59-9da8-5d2067dac699 used request id req-09878b2e-8cd6-4a64-bf6b-e19a15b0eafb 2018-10-26 09:48:58,829 - neutron_utils - INFO - Creating subnet with name CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-pub-subnet 2018-10-26 09:48:58,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36a02e212694224c1604e1069bb90e8ce70cc6a1" -d '{"subnets": [{"ip_version": 4, "network_id": "d1c0b5d3-ca4f-4f59-9da8-5d2067dac699", "cidr": "10.55.0.0/24", "name": "CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-pub-subnet"}]}' 2018-10-26 09:48:59,366 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-d2445254-5b42-4ddc-b05b-706afb36f6f3 Date: Fri, 26 Oct 2018 09:48:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d1c0b5d3-ca4f-4f59-9da8-5d2067dac699","tenant_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","created_at":"2018-10-26T09:48:59Z","dns_nameservers":[],"updated_at":"2018-10-26T09:48: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":"7fb7403ca5b64023bec5ebb93ac7d3c9","id":"952d8b84-d63f-4699-ae02-a947df28e577","subnetpool_id":null,"name":"CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-pub-subnet"}]} 2018-10-26 09:48:59,366 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-d2445254-5b42-4ddc-b05b-706afb36f6f3 2018-10-26 09:48:59,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=d1c0b5d3-ca4f-4f59-9da8-5d2067dac699 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36a02e212694224c1604e1069bb90e8ce70cc6a1" 2018-10-26 09:48:59,474 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-0d48a08d-d3ca-48a6-83d4-9bfb97fa5433 Date: Fri, 26 Oct 2018 09:48: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":["952d8b84-d63f-4699-ae02-a947df28e577"],"updated_at":"2018-10-26T09:48:59Z","tenant_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","created_at":"2018-10-26T09:48:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","id":"d1c0b5d3-ca4f-4f59-9da8-5d2067dac699","name":"CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-pub-net"}]} 2018-10-26 09:48:59,474 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=d1c0b5d3-ca4f-4f59-9da8-5d2067dac699 used request id req-0d48a08d-d3ca-48a6-83d4-9bfb97fa5433 2018-10-26 09:48:59,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=d1c0b5d3-ca4f-4f59-9da8-5d2067dac699 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36a02e212694224c1604e1069bb90e8ce70cc6a1" 2018-10-26 09:48:59,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-13ebd438-879a-4157-a81e-00271630557a Date: Fri, 26 Oct 2018 09:48:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d1c0b5d3-ca4f-4f59-9da8-5d2067dac699","tenant_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","created_at":"2018-10-26T09:48:59Z","dns_nameservers":[],"updated_at":"2018-10-26T09:48: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":"7fb7403ca5b64023bec5ebb93ac7d3c9","id":"952d8b84-d63f-4699-ae02-a947df28e577","subnetpool_id":null,"name":"CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-pub-subnet"}]} 2018-10-26 09:48:59,542 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=d1c0b5d3-ca4f-4f59-9da8-5d2067dac699 used request id req-13ebd438-879a-4157-a81e-00271630557a 2018-10-26 09:48:59,542 - OpenStackNetwork - DEBUG - Network [d1c0b5d3-ca4f-4f59-9da8-5d2067dac699] created successfully 2018-10-26 09:48:59,542 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:48:59,543 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:48:59,929 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0074f4cb21884e1aaf35256732b33e88", "name": "CreateInstanceSimpleTests-9f23b8ba-8e85-49f-proj-role"}], "expires_at": "2018-10-26T10:48:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7fb7403ca5b64023bec5ebb93ac7d3c9", "name": "CreateInstanceSimpleTests-9f23b8ba-8e85-49f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-9f23b8ba-8e85-49f-user", "id": "e6e03efb46ef458f881fb414da599ca8"}, "audit_ids": ["Ca20LizWQteLGXgCuKowmQ"], "issued_at": "2018-10-26T09:48:59.000000Z"}} 2018-10-26 09:48:59,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53d288cfa1ef02fa2aff152520e08d1d7c31f130" 2018-10-26 09:49:00,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:48:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c32e0222-cb1e-44c2-b801-e95d0c9cb8c1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:49:00,016 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c32e0222-cb1e-44c2-b801-e95d0c9cb8c1 2018-10-26 09:49:00,018 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:49:00,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53d288cfa1ef02fa2aff152520e08d1d7c31f130" 2018-10-26 09:49:00,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:49:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e07e137f-56aa-402e-9e58-f14fe4b3ba8f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:49:00,088 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e07e137f-56aa-402e-9e58-f14fe4b3ba8f 2018-10-26 09:49:00,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53d288cfa1ef02fa2aff152520e08d1d7c31f130" 2018-10-26 09:49:00,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-35457a25-864d-477a-80d3-3e1217dde690 Date: Fri, 26 Oct 2018 09:49: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":["952d8b84-d63f-4699-ae02-a947df28e577"],"updated_at":"2018-10-26T09:48:59Z","tenant_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","created_at":"2018-10-26T09:48:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","id":"d1c0b5d3-ca4f-4f59-9da8-5d2067dac699","name":"CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-pub-net"}]} 2018-10-26 09:49:00,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-pub-net used request id req-35457a25-864d-477a-80d3-3e1217dde690 2018-10-26 09:49:00,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:49:00,585 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:49: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:49:00,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7fb7403ca5b64023bec5ebb93ac7d3c9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53d288cfa1ef02fa2aff152520e08d1d7c31f130" 2018-10-26 09:49:00,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:49:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9dd643f-51e5-425b-ada3-9e6b40ebd428 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/7fb7403ca5b64023bec5ebb93ac7d3c9"}, "enabled": true, "id": "7fb7403ca5b64023bec5ebb93ac7d3c9", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-9f23b8ba-8e85-49f-proj"}} 2018-10-26 09:49:00,671 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7fb7403ca5b64023bec5ebb93ac7d3c9 used request id req-e9dd643f-51e5-425b-ada3-9e6b40ebd428 2018-10-26 09:49:00,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=d1c0b5d3-ca4f-4f59-9da8-5d2067dac699 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53d288cfa1ef02fa2aff152520e08d1d7c31f130" 2018-10-26 09:49:00,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-55a273e2-358f-46d5-8e7f-c1963db11f8e Date: Fri, 26 Oct 2018 09:49:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d1c0b5d3-ca4f-4f59-9da8-5d2067dac699","tenant_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","created_at":"2018-10-26T09:48:59Z","dns_nameservers":[],"updated_at":"2018-10-26T09:48: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":"7fb7403ca5b64023bec5ebb93ac7d3c9","id":"952d8b84-d63f-4699-ae02-a947df28e577","subnetpool_id":null,"name":"CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-pub-subnet"}]} 2018-10-26 09:49:00,872 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=d1c0b5d3-ca4f-4f59-9da8-5d2067dac699 used request id req-55a273e2-358f-46d5-8e7f-c1963db11f8e 2018-10-26 09:49:00,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=d1c0b5d3-ca4f-4f59-9da8-5d2067dac699&name=CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53d288cfa1ef02fa2aff152520e08d1d7c31f130" 2018-10-26 09:49:01,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-314f2f93-f445-4f28-adbc-2db8fb8786cb Date: Fri, 26 Oct 2018 09:49:01 GMT RESP BODY: {"ports":[]} 2018-10-26 09:49:01,081 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=d1c0b5d3-ca4f-4f59-9da8-5d2067dac699&name=CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-port&admin_state_up=True used request id req-314f2f93-f445-4f28-adbc-2db8fb8786cb 2018-10-26 09:49:01,084 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53d288cfa1ef02fa2aff152520e08d1d7c31f130" 2018-10-26 09:49:01,319 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:49: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-568d8c15-ec64-4d3b-9e46-25daea8941e1 x-compute-request-id: req-568d8c15-ec64-4d3b-9e46-25daea8941e1 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-26 09:49:01,319 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-inst used request id req-568d8c15-ec64-4d3b-9e46-25daea8941e1 2018-10-26 09:49:01,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53d288cfa1ef02fa2aff152520e08d1d7c31f130" 2018-10-26 09:49:01,573 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-0aa6b3d3-f057-4791-9f80-9a0241c3f6dc Date: Fri, 26 Oct 2018 09:49: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":["952d8b84-d63f-4699-ae02-a947df28e577"],"updated_at":"2018-10-26T09:48:59Z","tenant_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","created_at":"2018-10-26T09:48:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","id":"d1c0b5d3-ca4f-4f59-9da8-5d2067dac699","name":"CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-pub-net"}]} 2018-10-26 09:49:01,574 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-pub-net used request id req-0aa6b3d3-f057-4791-9f80-9a0241c3f6dc 2018-10-26 09:49:01,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7fb7403ca5b64023bec5ebb93ac7d3c9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53d288cfa1ef02fa2aff152520e08d1d7c31f130" 2018-10-26 09:49:01,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:49:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f66206d-1a42-443f-a611-fd205a99835e Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/7fb7403ca5b64023bec5ebb93ac7d3c9"}, "enabled": true, "id": "7fb7403ca5b64023bec5ebb93ac7d3c9", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-9f23b8ba-8e85-49f-proj"}} 2018-10-26 09:49:01,654 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7fb7403ca5b64023bec5ebb93ac7d3c9 used request id req-1f66206d-1a42-443f-a611-fd205a99835e 2018-10-26 09:49:01,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=d1c0b5d3-ca4f-4f59-9da8-5d2067dac699 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53d288cfa1ef02fa2aff152520e08d1d7c31f130" 2018-10-26 09:49:01,867 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-fb31965e-e550-42d1-a5b5-efb118984427 Date: Fri, 26 Oct 2018 09:49:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d1c0b5d3-ca4f-4f59-9da8-5d2067dac699","tenant_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","created_at":"2018-10-26T09:48:59Z","dns_nameservers":[],"updated_at":"2018-10-26T09:48: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":"7fb7403ca5b64023bec5ebb93ac7d3c9","id":"952d8b84-d63f-4699-ae02-a947df28e577","subnetpool_id":null,"name":"CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-pub-subnet"}]} 2018-10-26 09:49:01,867 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=d1c0b5d3-ca4f-4f59-9da8-5d2067dac699 used request id req-fb31965e-e550-42d1-a5b5-efb118984427 2018-10-26 09:49:01,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=d1c0b5d3-ca4f-4f59-9da8-5d2067dac699&name=CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53d288cfa1ef02fa2aff152520e08d1d7c31f130" 2018-10-26 09:49:02,051 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-d2a2ac75-70e9-48f8-a4aa-25b187e422d8 Date: Fri, 26 Oct 2018 09:49:02 GMT RESP BODY: {"ports":[]} 2018-10-26 09:49:02,051 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=d1c0b5d3-ca4f-4f59-9da8-5d2067dac699&name=CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-port&admin_state_up=True used request id req-d2a2ac75-70e9-48f8-a4aa-25b187e422d8 2018-10-26 09:49:02,051 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:49:02,052 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:49:02,426 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0074f4cb21884e1aaf35256732b33e88", "name": "CreateInstanceSimpleTests-9f23b8ba-8e85-49f-proj-role"}], "expires_at": "2018-10-26T10:49:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7fb7403ca5b64023bec5ebb93ac7d3c9", "name": "CreateInstanceSimpleTests-9f23b8ba-8e85-49f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-9f23b8ba-8e85-49f-user", "id": "e6e03efb46ef458f881fb414da599ca8"}, "audit_ids": ["Ykk0h3r_SXaHiC-9BzVOgA"], "issued_at": "2018-10-26T09:49:02.000000Z"}} 2018-10-26 09:49:02,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f7de96f6446295fa28bbb85af69c6c27793d6ac" 2018-10-26 09:49:02,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:49:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dacc5949-6e9f-43af-aca6-eb55e75c13a7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:49:02,512 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-dacc5949-6e9f-43af-aca6-eb55e75c13a7 2018-10-26 09:49:02,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53d288cfa1ef02fa2aff152520e08d1d7c31f130" 2018-10-26 09:49:02,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-899d649c-7b5c-4257-9348-1933c0433162 Date: Fri, 26 Oct 2018 09:49: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":["952d8b84-d63f-4699-ae02-a947df28e577"],"updated_at":"2018-10-26T09:48:59Z","tenant_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","created_at":"2018-10-26T09:48:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","id":"d1c0b5d3-ca4f-4f59-9da8-5d2067dac699","name":"CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-pub-net"}]} 2018-10-26 09:49:02,770 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-pub-net used request id req-899d649c-7b5c-4257-9348-1933c0433162 2018-10-26 09:49:02,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=d1c0b5d3-ca4f-4f59-9da8-5d2067dac699 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53d288cfa1ef02fa2aff152520e08d1d7c31f130" 2018-10-26 09:49:02,970 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-52db8778-d088-450f-b2e5-65bf0c129158 Date: Fri, 26 Oct 2018 09:49:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d1c0b5d3-ca4f-4f59-9da8-5d2067dac699","tenant_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","created_at":"2018-10-26T09:48:59Z","dns_nameservers":[],"updated_at":"2018-10-26T09:48: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":"7fb7403ca5b64023bec5ebb93ac7d3c9","id":"952d8b84-d63f-4699-ae02-a947df28e577","subnetpool_id":null,"name":"CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-pub-subnet"}]} 2018-10-26 09:49:02,970 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=d1c0b5d3-ca4f-4f59-9da8-5d2067dac699 used request id req-52db8778-d088-450f-b2e5-65bf0c129158 2018-10-26 09:49:02,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53d288cfa1ef02fa2aff152520e08d1d7c31f130" 2018-10-26 09:49:03,093 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-d4139488-81e2-4a20-bcc9-81a465494a69 Date: Fri, 26 Oct 2018 09:49: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":["952d8b84-d63f-4699-ae02-a947df28e577"],"updated_at":"2018-10-26T09:48:59Z","tenant_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","created_at":"2018-10-26T09:48:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","id":"d1c0b5d3-ca4f-4f59-9da8-5d2067dac699","name":"CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-pub-net"}]} 2018-10-26 09:49:03,093 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-pub-net used request id req-d4139488-81e2-4a20-bcc9-81a465494a69 2018-10-26 09:49:03,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:49:03,102 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:49: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:49:03,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7fb7403ca5b64023bec5ebb93ac7d3c9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f7de96f6446295fa28bbb85af69c6c27793d6ac" 2018-10-26 09:49:03,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:49:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ae2ba31-04b9-4a50-b903-fa502c94f46a Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/7fb7403ca5b64023bec5ebb93ac7d3c9"}, "enabled": true, "id": "7fb7403ca5b64023bec5ebb93ac7d3c9", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-9f23b8ba-8e85-49f-proj"}} 2018-10-26 09:49:03,190 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7fb7403ca5b64023bec5ebb93ac7d3c9 used request id req-3ae2ba31-04b9-4a50-b903-fa502c94f46a 2018-10-26 09:49:03,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=d1c0b5d3-ca4f-4f59-9da8-5d2067dac699 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53d288cfa1ef02fa2aff152520e08d1d7c31f130" 2018-10-26 09:49:03,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-132d179b-2f98-4a04-94a6-26b9760cd7d8 Date: Fri, 26 Oct 2018 09:49:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d1c0b5d3-ca4f-4f59-9da8-5d2067dac699","tenant_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","created_at":"2018-10-26T09:48:59Z","dns_nameservers":[],"updated_at":"2018-10-26T09:48: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":"7fb7403ca5b64023bec5ebb93ac7d3c9","id":"952d8b84-d63f-4699-ae02-a947df28e577","subnetpool_id":null,"name":"CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-pub-subnet"}]} 2018-10-26 09:49:03,249 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=d1c0b5d3-ca4f-4f59-9da8-5d2067dac699 used request id req-132d179b-2f98-4a04-94a6-26b9760cd7d8 2018-10-26 09:49:03,250 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-pub-net 2018-10-26 09:49:03,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53d288cfa1ef02fa2aff152520e08d1d7c31f130" -d '{"port": {"network_id": "d1c0b5d3-ca4f-4f59-9da8-5d2067dac699", "name": "CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-port", "admin_state_up": true}}' 2018-10-26 09:49:04,327 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 781 X-Openstack-Request-Id: req-4041f8e3-a242-469a-b34a-77e09c38a9e0 Date: Fri, 26 Oct 2018 09:49:04 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:49:03Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"952d8b84-d63f-4699-ae02-a947df28e577","ip_address":"10.55.0.12"}],"id":"b542834d-f1ba-42c3-b734-5c3ef1935100","security_groups":["cb71d160-0b6e-49cd-a4dc-b9f1442666a2"],"mac_address":"fa:16:3e:ba:eb:10","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-port","project_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","qos_policy_id":null,"admin_state_up":true,"network_id":"d1c0b5d3-ca4f-4f59-9da8-5d2067dac699","tenant_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","created_at":"2018-10-26T09:49:03Z","binding:vnic_type":"normal"}} 2018-10-26 09:49:04,327 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-4041f8e3-a242-469a-b34a-77e09c38a9e0 2018-10-26 09:49:04,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53d288cfa1ef02fa2aff152520e08d1d7c31f130" 2018-10-26 09:49:04,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-f9477676-e3ea-4d6d-b574-586ee08dc27a Date: Fri, 26 Oct 2018 09:49: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":["952d8b84-d63f-4699-ae02-a947df28e577"],"updated_at":"2018-10-26T09:48:59Z","tenant_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","created_at":"2018-10-26T09:48:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","id":"d1c0b5d3-ca4f-4f59-9da8-5d2067dac699","name":"CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-pub-net"}]} 2018-10-26 09:49:04,578 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-pub-net used request id req-f9477676-e3ea-4d6d-b574-586ee08dc27a 2018-10-26 09:49:04,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7fb7403ca5b64023bec5ebb93ac7d3c9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53d288cfa1ef02fa2aff152520e08d1d7c31f130" 2018-10-26 09:49:04,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:49:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9b92d32-f631-4b65-b648-317aa392d58b Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/7fb7403ca5b64023bec5ebb93ac7d3c9"}, "enabled": true, "id": "7fb7403ca5b64023bec5ebb93ac7d3c9", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-9f23b8ba-8e85-49f-proj"}} 2018-10-26 09:49:04,733 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7fb7403ca5b64023bec5ebb93ac7d3c9 used request id req-f9b92d32-f631-4b65-b648-317aa392d58b 2018-10-26 09:49:04,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=d1c0b5d3-ca4f-4f59-9da8-5d2067dac699 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53d288cfa1ef02fa2aff152520e08d1d7c31f130" 2018-10-26 09:49:04,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-ccd21fde-1f1e-4848-b2aa-a501fd1f6278 Date: Fri, 26 Oct 2018 09:49:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d1c0b5d3-ca4f-4f59-9da8-5d2067dac699","tenant_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","created_at":"2018-10-26T09:48:59Z","dns_nameservers":[],"updated_at":"2018-10-26T09:48: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":"7fb7403ca5b64023bec5ebb93ac7d3c9","id":"952d8b84-d63f-4699-ae02-a947df28e577","subnetpool_id":null,"name":"CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-pub-subnet"}]} 2018-10-26 09:49:04,827 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=d1c0b5d3-ca4f-4f59-9da8-5d2067dac699 used request id req-ccd21fde-1f1e-4848-b2aa-a501fd1f6278 2018-10-26 09:49:04,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=d1c0b5d3-ca4f-4f59-9da8-5d2067dac699&name=CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53d288cfa1ef02fa2aff152520e08d1d7c31f130" 2018-10-26 09:49:05,044 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 784 X-Openstack-Request-Id: req-dc47ab65-049a-47b1-80e9-f5f08d1cf389 Date: Fri, 26 Oct 2018 09:49:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:49:03Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"952d8b84-d63f-4699-ae02-a947df28e577","ip_address":"10.55.0.12"}],"id":"b542834d-f1ba-42c3-b734-5c3ef1935100","security_groups":["cb71d160-0b6e-49cd-a4dc-b9f1442666a2"],"mac_address":"fa:16:3e:ba:eb:10","project_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-port","admin_state_up":true,"network_id":"d1c0b5d3-ca4f-4f59-9da8-5d2067dac699","tenant_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","created_at":"2018-10-26T09:49:03Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-26 09:49:05,044 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=d1c0b5d3-ca4f-4f59-9da8-5d2067dac699&name=CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-port&admin_state_up=True used request id req-dc47ab65-049a-47b1-80e9-f5f08d1cf389 2018-10-26 09:49:05,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7fb7403ca5b64023bec5ebb93ac7d3c9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53d288cfa1ef02fa2aff152520e08d1d7c31f130" 2018-10-26 09:49:05,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:49:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8992a5b-8756-43c4-99a6-cb61a50298d1 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/7fb7403ca5b64023bec5ebb93ac7d3c9"}, "enabled": true, "id": "7fb7403ca5b64023bec5ebb93ac7d3c9", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-9f23b8ba-8e85-49f-proj"}} 2018-10-26 09:49:05,131 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7fb7403ca5b64023bec5ebb93ac7d3c9 used request id req-d8992a5b-8756-43c4-99a6-cb61a50298d1 2018-10-26 09:49:05,131 - nova_utils - INFO - Creating VM with name - CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-inst 2018-10-26 09:49:05,135 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53d288cfa1ef02fa2aff152520e08d1d7c31f130" 2018-10-26 09:49:05,164 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:49:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-162255e5-e59a-4d1a-acc9-574b466d4923 x-compute-request-id: req-162255e5-e59a-4d1a-acc9-574b466d4923 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"flavors": [{"id": "fb1350cf-96e8-43c2-9127-e65c8df73be6", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/fb1350cf-96e8-43c2-9127-e65c8df73be6", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/fb1350cf-96e8-43c2-9127-e65c8df73be6", "rel": "bookmark"}], "name": "CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-flavor-name"}]} 2018-10-26 09:49:05,164 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-162255e5-e59a-4d1a-acc9-574b466d4923 2018-10-26 09:49:05,167 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/fb1350cf-96e8-43c2-9127-e65c8df73be6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53d288cfa1ef02fa2aff152520e08d1d7c31f130" 2018-10-26 09:49:05,190 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:49:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-37e79938-61d0-449a-b52e-df59b19333c4 x-compute-request-id: req-37e79938-61d0-449a-b52e-df59b19333c4 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/fb1350cf-96e8-43c2-9127-e65c8df73be6", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/fb1350cf-96e8-43c2-9127-e65c8df73be6", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "fb1350cf-96e8-43c2-9127-e65c8df73be6", "name": "CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 09:49:05,191 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/fb1350cf-96e8-43c2-9127-e65c8df73be6 used request id req-37e79938-61d0-449a-b52e-df59b19333c4 2018-10-26 09:49:05,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}53d288cfa1ef02fa2aff152520e08d1d7c31f130" 2018-10-26 09:49:05,378 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1060 Content-Type: application/json X-Openstack-Request-Id: req-842f4eaf-94fd-4826-88ef-3647382e407b Date: Fri, 26 Oct 2018 09:49:05 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:48:54Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:48:56Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/ee90bce4-78ce-486d-8214-ad69648d9d2c/snap", "metadata": {}}], "self": "/v2/images/ee90bce4-78ce-486d-8214-ad69648d9d2c", "min_disk": 0, "protected": false, "id": "ee90bce4-78ce-486d-8214-ad69648d9d2c", "file": "/v2/images/ee90bce4-78ce-486d-8214-ad69648d9d2c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "7fb7403ca5b64023bec5ebb93ac7d3c9", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/ee90bce4-78ce-486d-8214-ad69648d9d2c/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-image"} 2018-10-26 09:49:05,379 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-image used request id req-842f4eaf-94fd-4826-88ef-3647382e407b 2018-10-26 09:49:05,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}53d288cfa1ef02fa2aff152520e08d1d7c31f130" 2018-10-26 09:49:05,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f17a83c5-2cae-4178-afb1-01ea69974001 Date: Fri, 26 Oct 2018 09:49: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-26 09:49:05,544 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-f17a83c5-2cae-4178-afb1-01ea69974001 2018-10-26 09:49:05,549 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53d288cfa1ef02fa2aff152520e08d1d7c31f130" -d '{"server": {"name": "CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-inst", "imageRef": "ee90bce4-78ce-486d-8214-ad69648d9d2c", "flavorRef": "fb1350cf-96e8-43c2-9127-e65c8df73be6", "max_count": 1, "min_count": 1, "networks": [{"port": "b542834d-f1ba-42c3-b734-5c3ef1935100"}]}}' 2018-10-26 09:49:07,201 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:49:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0c5da311-5a5e-4519-91ea-5e786bf59372 x-compute-request-id: req-0c5da311-5a5e-4519-91ea-5e786bf59372 Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/cd8298c9-c233-48f8-b03a-05f82c499800 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "cd8298c9-c233-48f8-b03a-05f82c499800", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cd8298c9-c233-48f8-b03a-05f82c499800", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cd8298c9-c233-48f8-b03a-05f82c499800", "rel": "bookmark"}], "adminPass": "nVBU96Gz7es9"}} 2018-10-26 09:49:07,201 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-0c5da311-5a5e-4519-91ea-5e786bf59372 2018-10-26 09:49:07,205 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/cd8298c9-c233-48f8-b03a-05f82c499800 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53d288cfa1ef02fa2aff152520e08d1d7c31f130" 2018-10-26 09:49:07,575 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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-6c0a8575-b3a8-4449-a421-3390c0b4d8ea x-compute-request-id: req-6c0a8575-b3a8-4449-a421-3390c0b4d8ea Content-Encoding: gzip Content-Length: 610 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cd8298c9-c233-48f8-b03a-05f82c499800", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cd8298c9-c233-48f8-b03a-05f82c499800", "rel": "bookmark"}], "image": {"id": "ee90bce4-78ce-486d-8214-ad69648d9d2c", "links": [{"href": "http://172.30.9.21:8774/images/ee90bce4-78ce-486d-8214-ad69648d9d2c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb1350cf-96e8-43c2-9127-e65c8df73be6", "links": [{"href": "http://172.30.9.21:8774/flavors/fb1350cf-96e8-43c2-9127-e65c8df73be6", "rel": "bookmark"}]}, "id": "cd8298c9-c233-48f8-b03a-05f82c499800", "user_id": "e6e03efb46ef458f881fb414da599ca8", "OS-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-26T09:49:07Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-inst", "created": "2018-10-26T09:49:07Z", "tenant_id": "7fb7403ca5b64023bec5ebb93ac7d3c9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:49:07,575 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/cd8298c9-c233-48f8-b03a-05f82c499800 used request id req-6c0a8575-b3a8-4449-a421-3390c0b4d8ea 2018-10-26 09:49:07,576 - create_instance - INFO - Created instance with name - CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-inst 2018-10-26 09:49:07,579 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/cd8298c9-c233-48f8-b03a-05f82c499800 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53d288cfa1ef02fa2aff152520e08d1d7c31f130" 2018-10-26 09:49:07,964 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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-30d25b9d-35ce-4e71-af7c-9e613ad867a6 x-compute-request-id: req-30d25b9d-35ce-4e71-af7c-9e613ad867a6 Content-Encoding: gzip Content-Length: 614 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cd8298c9-c233-48f8-b03a-05f82c499800", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cd8298c9-c233-48f8-b03a-05f82c499800", "rel": "bookmark"}], "image": {"id": "ee90bce4-78ce-486d-8214-ad69648d9d2c", "links": [{"href": "http://172.30.9.21:8774/images/ee90bce4-78ce-486d-8214-ad69648d9d2c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb1350cf-96e8-43c2-9127-e65c8df73be6", "links": [{"href": "http://172.30.9.21:8774/flavors/fb1350cf-96e8-43c2-9127-e65c8df73be6", "rel": "bookmark"}]}, "id": "cd8298c9-c233-48f8-b03a-05f82c499800", "user_id": "e6e03efb46ef458f881fb414da599ca8", "OS-DCF: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-26T09:49:07Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-inst", "created": "2018-10-26T09:49:07Z", "tenant_id": "7fb7403ca5b64023bec5ebb93ac7d3c9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:49:07,964 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/cd8298c9-c233-48f8-b03a-05f82c499800 used request id req-30d25b9d-35ce-4e71-af7c-9e613ad867a6 2018-10-26 09:49:07,965 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-inst] is - BUILD 2018-10-26 09:49:07,965 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:49:10,968 - create_instance - DEBUG - VM status query timeout in 896.607829809 2018-10-26 09:49:10,971 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/cd8298c9-c233-48f8-b03a-05f82c499800 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53d288cfa1ef02fa2aff152520e08d1d7c31f130" 2018-10-26 09:49:11,637 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:49:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-df7a069f-9d2c-4524-a408-a0016773f3b4 x-compute-request-id: req-df7a069f-9d2c-4524-a408-a0016773f3b4 Content-Encoding: gzip Content-Length: 676 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cd8298c9-c233-48f8-b03a-05f82c499800", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cd8298c9-c233-48f8-b03a-05f82c499800", "rel": "bookmark"}], "image": {"id": "ee90bce4-78ce-486d-8214-ad69648d9d2c", "links": [{"href": "http://172.30.9.21:8774/images/ee90bce4-78ce-486d-8214-ad69648d9d2c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fb1350cf-96e8-43c2-9127-e65c8df73be6", "links": [{"href": "http://172.30.9.21:8774/flavors/fb1350cf-96e8-43c2-9127-e65c8df73be6", "rel": "bookmark"}]}, "id": "cd8298c9-c233-48f8-b03a-05f82c499800", "security_groups": [{"name": "default"}], "user_id": "e6e03efb46ef458f881fb414da599ca8", "OS-DCF: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-26T09:49:08Z", "hostId": "b2470e91f3f36eee0eccd5e21a7d2662324f559928c723625e49435f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-inst", "created": "2018-10-26T09:49:07Z", "tenant_id": "7fb7403ca5b64023bec5ebb93ac7d3c9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:49:11,637 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/cd8298c9-c233-48f8-b03a-05f82c499800 used request id req-df7a069f-9d2c-4524-a408-a0016773f3b4 2018-10-26 09:49:11,638 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-inst] is - BUILD 2018-10-26 09:49:11,638 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:49:14,641 - create_instance - DEBUG - VM status query timeout in 892.934855938 2018-10-26 09:49:14,644 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/cd8298c9-c233-48f8-b03a-05f82c499800 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53d288cfa1ef02fa2aff152520e08d1d7c31f130" 2018-10-26 09:49:15,350 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:49: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-bfd1f8b4-edeb-4982-865b-70910cc1d5ab x-compute-request-id: req-bfd1f8b4-edeb-4982-865b-70910cc1d5ab Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:eb:10", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cd8298c9-c233-48f8-b03a-05f82c499800", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cd8298c9-c233-48f8-b03a-05f82c499800", "rel": "bookmark"}], "image": {"id": "ee90bce4-78ce-486d-8214-ad69648d9d2c", "links": [{"href": "http://172.30.9.21:8774/images/ee90bce4-78ce-486d-8214-ad69648d9d2c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:49:12.000000", "flavor": {"id": "fb1350cf-96e8-43c2-9127-e65c8df73be6", "links": [{"href": "http://172.30.9.21:8774/flavors/fb1350cf-96e8-43c2-9127-e65c8df73be6", "rel": "bookmark"}]}, "id": "cd8298c9-c233-48f8-b03a-05f82c499800", "security_groups": [{"name": "default"}], "user_id": "e6e03efb46ef458f881fb414da599ca8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:49:13Z", "hostId": "b2470e91f3f36eee0eccd5e21a7d2662324f559928c723625e49435f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-inst", "created": "2018-10-26T09:49:07Z", "tenant_id": "7fb7403ca5b64023bec5ebb93ac7d3c9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:49:15,351 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/cd8298c9-c233-48f8-b03a-05f82c499800 used request id req-bfd1f8b4-edeb-4982-865b-70910cc1d5ab 2018-10-26 09:49:15,351 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-inst] is - ACTIVE 2018-10-26 09:49:15,351 - create_instance - INFO - VM is - ACTIVE 2018-10-26 09:49:15,354 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/cd8298c9-c233-48f8-b03a-05f82c499800 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53d288cfa1ef02fa2aff152520e08d1d7c31f130" 2018-10-26 09:49:15,809 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:49:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1b148a99-b042-43ed-936f-31a8622a0385 x-compute-request-id: req-1b148a99-b042-43ed-936f-31a8622a0385 Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:eb:10", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cd8298c9-c233-48f8-b03a-05f82c499800", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cd8298c9-c233-48f8-b03a-05f82c499800", "rel": "bookmark"}], "image": {"id": "ee90bce4-78ce-486d-8214-ad69648d9d2c", "links": [{"href": "http://172.30.9.21:8774/images/ee90bce4-78ce-486d-8214-ad69648d9d2c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:49:12.000000", "flavor": {"id": "fb1350cf-96e8-43c2-9127-e65c8df73be6", "links": [{"href": "http://172.30.9.21:8774/flavors/fb1350cf-96e8-43c2-9127-e65c8df73be6", "rel": "bookmark"}]}, "id": "cd8298c9-c233-48f8-b03a-05f82c499800", "security_groups": [{"name": "default"}], "user_id": "e6e03efb46ef458f881fb414da599ca8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:49:13Z", "hostId": "b2470e91f3f36eee0eccd5e21a7d2662324f559928c723625e49435f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-inst", "created": "2018-10-26T09:49:07Z", "tenant_id": "7fb7403ca5b64023bec5ebb93ac7d3c9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:49:15,809 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/cd8298c9-c233-48f8-b03a-05f82c499800 used request id req-1b148a99-b042-43ed-936f-31a8622a0385 2018-10-26 09:49:15,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53d288cfa1ef02fa2aff152520e08d1d7c31f130" 2018-10-26 09:49:16,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-3a77a8c5-9cea-4306-b8b1-2cd72f70792b Date: Fri, 26 Oct 2018 09:49: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":["952d8b84-d63f-4699-ae02-a947df28e577"],"updated_at":"2018-10-26T09:48:59Z","tenant_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","created_at":"2018-10-26T09:48:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","id":"d1c0b5d3-ca4f-4f59-9da8-5d2067dac699","name":"CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-pub-net"}]} 2018-10-26 09:49:16,065 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-pub-net used request id req-3a77a8c5-9cea-4306-b8b1-2cd72f70792b 2018-10-26 09:49:16,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7fb7403ca5b64023bec5ebb93ac7d3c9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53d288cfa1ef02fa2aff152520e08d1d7c31f130" 2018-10-26 09:49:16,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:49:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ce63834-2bc3-4106-8a3e-5e873a3d886a Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/7fb7403ca5b64023bec5ebb93ac7d3c9"}, "enabled": true, "id": "7fb7403ca5b64023bec5ebb93ac7d3c9", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-9f23b8ba-8e85-49f-proj"}} 2018-10-26 09:49:16,155 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7fb7403ca5b64023bec5ebb93ac7d3c9 used request id req-8ce63834-2bc3-4106-8a3e-5e873a3d886a 2018-10-26 09:49:16,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=d1c0b5d3-ca4f-4f59-9da8-5d2067dac699 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53d288cfa1ef02fa2aff152520e08d1d7c31f130" 2018-10-26 09:49:16,213 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-631da31d-208c-4c96-8f07-c71fec84233a Date: Fri, 26 Oct 2018 09:49:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d1c0b5d3-ca4f-4f59-9da8-5d2067dac699","tenant_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","created_at":"2018-10-26T09:48:59Z","dns_nameservers":[],"updated_at":"2018-10-26T09:48: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":"7fb7403ca5b64023bec5ebb93ac7d3c9","id":"952d8b84-d63f-4699-ae02-a947df28e577","subnetpool_id":null,"name":"CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-pub-subnet"}]} 2018-10-26 09:49:16,214 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=d1c0b5d3-ca4f-4f59-9da8-5d2067dac699 used request id req-631da31d-208c-4c96-8f07-c71fec84233a 2018-10-26 09:49:16,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=d1c0b5d3-ca4f-4f59-9da8-5d2067dac699 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53d288cfa1ef02fa2aff152520e08d1d7c31f130" 2018-10-26 09:49:16,304 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-0483aa32-5dfc-4a5a-9305-d2297a197a1d Date: Fri, 26 Oct 2018 09:49:16 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:49:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"952d8b84-d63f-4699-ae02-a947df28e577","ip_address":"10.55.0.3"}],"id":"5a50ff5c-03bd-4b7c-b0ba-e8164b8f5b3e","security_groups":[],"mac_address":"fa:16:3e:83:1d:e9","project_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d1c0b5d3-ca4f-4f59-9da8-5d2067dac699","tenant_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","created_at":"2018-10-26T09:49:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d1c0b5d3-ca4f-4f59-9da8-5d2067dac699"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:49:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"952d8b84-d63f-4699-ae02-a947df28e577","ip_address":"10.55.0.2"}],"id":"a6ee10ce-1e7b-46c8-b6ae-013264d29a47","security_groups":[],"mac_address":"fa:16:3e:12:5d:20","project_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d1c0b5d3-ca4f-4f59-9da8-5d2067dac699","tenant_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","created_at":"2018-10-26T09:48:59Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d1c0b5d3-ca4f-4f59-9da8-5d2067dac699"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:49:12Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"952d8b84-d63f-4699-ae02-a947df28e577","ip_address":"10.55.0.12"}],"id":"b542834d-f1ba-42c3-b734-5c3ef1935100","security_groups":["cb71d160-0b6e-49cd-a4dc-b9f1442666a2"],"mac_address":"fa:16:3e:ba:eb:10","project_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-port","admin_state_up":true,"network_id":"d1c0b5d3-ca4f-4f59-9da8-5d2067dac699","tenant_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","created_at":"2018-10-26T09:49:03Z","binding:vnic_type":"normal","device_id":"cd8298c9-c233-48f8-b03a-05f82c499800"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:49:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"952d8b84-d63f-4699-ae02-a947df28e577","ip_address":"10.55.0.4"}],"id":"fbd5d05f-e05d-49da-ad7a-e7f8fee20846","security_groups":[],"mac_address":"fa:16:3e:45:66:d4","project_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d1c0b5d3-ca4f-4f59-9da8-5d2067dac699","tenant_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","created_at":"2018-10-26T09:49:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d1c0b5d3-ca4f-4f59-9da8-5d2067dac699"}]} 2018-10-26 09:49:16,304 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=d1c0b5d3-ca4f-4f59-9da8-5d2067dac699 used request id req-0483aa32-5dfc-4a5a-9305-d2297a197a1d 2018-10-26 09:49:16,305 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:49:16,683 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0074f4cb21884e1aaf35256732b33e88", "name": "CreateInstanceSimpleTests-9f23b8ba-8e85-49f-proj-role"}], "expires_at": "2018-10-26T10:49:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7fb7403ca5b64023bec5ebb93ac7d3c9", "name": "CreateInstanceSimpleTests-9f23b8ba-8e85-49f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-9f23b8ba-8e85-49f-user", "id": "e6e03efb46ef458f881fb414da599ca8"}, "audit_ids": ["VXSvfwpcSduQceucWFmJkA"], "issued_at": "2018-10-26T09:49:16.000000Z"}} 2018-10-26 09:49:16,686 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4286da6c4524dc209a56a8e3ff3dd65894809742" 2018-10-26 09:49:17,483 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:49: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-cbe109a7-9584-48c0-83d6-d192c06fc755 x-compute-request-id: req-cbe109a7-9584-48c0-83d6-d192c06fc755 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:eb:10", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cd8298c9-c233-48f8-b03a-05f82c499800", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cd8298c9-c233-48f8-b03a-05f82c499800", "rel": "bookmark"}], "image": {"id": "ee90bce4-78ce-486d-8214-ad69648d9d2c", "links": [{"href": "http://172.30.9.21:8774/images/ee90bce4-78ce-486d-8214-ad69648d9d2c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:49:12.000000", "flavor": {"id": "fb1350cf-96e8-43c2-9127-e65c8df73be6", "links": [{"href": "http://172.30.9.21:8774/flavors/fb1350cf-96e8-43c2-9127-e65c8df73be6", "rel": "bookmark"}]}, "id": "cd8298c9-c233-48f8-b03a-05f82c499800", "security_groups": [{"name": "default"}], "user_id": "e6e03efb46ef458f881fb414da599ca8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:49:13Z", "hostId": "b2470e91f3f36eee0eccd5e21a7d2662324f559928c723625e49435f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-inst", "created": "2018-10-26T09:49:07Z", "tenant_id": "7fb7403ca5b64023bec5ebb93ac7d3c9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 09:49:17,483 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-inst used request id req-cbe109a7-9584-48c0-83d6-d192c06fc755 2018-10-26 09:49:17,484 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:49:17,856 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0074f4cb21884e1aaf35256732b33e88", "name": "CreateInstanceSimpleTests-9f23b8ba-8e85-49f-proj-role"}], "expires_at": "2018-10-26T10:49:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7fb7403ca5b64023bec5ebb93ac7d3c9", "name": "CreateInstanceSimpleTests-9f23b8ba-8e85-49f-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/7fb7403ca5b64023bec5ebb93ac7d3c9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-9f23b8ba-8e85-49f-user", "id": "e6e03efb46ef458f881fb414da599ca8"}, "audit_ids": ["pfVr4sMnRB6_IuVVXWFJmg"], "issued_at": "2018-10-26T09:49:17.000000Z"}} 2018-10-26 09:49:17,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21699fedb165ffb83291bb36882c78f3271cc8aa" 2018-10-26 09:49:18,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-d3e305d2-517d-4e97-b4d6-b55d160379df Date: Fri, 26 Oct 2018 09:49: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":["952d8b84-d63f-4699-ae02-a947df28e577"],"updated_at":"2018-10-26T09:48:59Z","tenant_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","created_at":"2018-10-26T09:48:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","id":"d1c0b5d3-ca4f-4f59-9da8-5d2067dac699","name":"CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-pub-net"}]} 2018-10-26 09:49:18,095 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-pub-net used request id req-d3e305d2-517d-4e97-b4d6-b55d160379df 2018-10-26 09:49:18,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=d1c0b5d3-ca4f-4f59-9da8-5d2067dac699 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21699fedb165ffb83291bb36882c78f3271cc8aa" 2018-10-26 09:49:18,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-cf404e6b-5719-4205-bee5-beb91177bb5f Date: Fri, 26 Oct 2018 09:49:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d1c0b5d3-ca4f-4f59-9da8-5d2067dac699","tenant_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","created_at":"2018-10-26T09:48:59Z","dns_nameservers":[],"updated_at":"2018-10-26T09:48: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":"7fb7403ca5b64023bec5ebb93ac7d3c9","id":"952d8b84-d63f-4699-ae02-a947df28e577","subnetpool_id":null,"name":"CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-pub-subnet"}]} 2018-10-26 09:49:18,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=d1c0b5d3-ca4f-4f59-9da8-5d2067dac699 used request id req-cf404e6b-5719-4205-bee5-beb91177bb5f 2018-10-26 09:49:18,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=d1c0b5d3-ca4f-4f59-9da8-5d2067dac699 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21699fedb165ffb83291bb36882c78f3271cc8aa" 2018-10-26 09:49:18,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-75bdedf9-a732-406c-9dd6-80bfe9f1f0f4 Date: Fri, 26 Oct 2018 09:49:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:49:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"952d8b84-d63f-4699-ae02-a947df28e577","ip_address":"10.55.0.3"}],"id":"5a50ff5c-03bd-4b7c-b0ba-e8164b8f5b3e","security_groups":[],"mac_address":"fa:16:3e:83:1d:e9","project_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d1c0b5d3-ca4f-4f59-9da8-5d2067dac699","tenant_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","created_at":"2018-10-26T09:49:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d1c0b5d3-ca4f-4f59-9da8-5d2067dac699"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:49:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"952d8b84-d63f-4699-ae02-a947df28e577","ip_address":"10.55.0.2"}],"id":"a6ee10ce-1e7b-46c8-b6ae-013264d29a47","security_groups":[],"mac_address":"fa:16:3e:12:5d:20","project_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d1c0b5d3-ca4f-4f59-9da8-5d2067dac699","tenant_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","created_at":"2018-10-26T09:48:59Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d1c0b5d3-ca4f-4f59-9da8-5d2067dac699"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:49:12Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"952d8b84-d63f-4699-ae02-a947df28e577","ip_address":"10.55.0.12"}],"id":"b542834d-f1ba-42c3-b734-5c3ef1935100","security_groups":["cb71d160-0b6e-49cd-a4dc-b9f1442666a2"],"mac_address":"fa:16:3e:ba:eb:10","project_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-port","admin_state_up":true,"network_id":"d1c0b5d3-ca4f-4f59-9da8-5d2067dac699","tenant_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","created_at":"2018-10-26T09:49:03Z","binding:vnic_type":"normal","device_id":"cd8298c9-c233-48f8-b03a-05f82c499800"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:49:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"952d8b84-d63f-4699-ae02-a947df28e577","ip_address":"10.55.0.4"}],"id":"fbd5d05f-e05d-49da-ad7a-e7f8fee20846","security_groups":[],"mac_address":"fa:16:3e:45:66:d4","project_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d1c0b5d3-ca4f-4f59-9da8-5d2067dac699","tenant_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","created_at":"2018-10-26T09:49:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d1c0b5d3-ca4f-4f59-9da8-5d2067dac699"}]} 2018-10-26 09:49:18,546 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=d1c0b5d3-ca4f-4f59-9da8-5d2067dac699 used request id req-75bdedf9-a732-406c-9dd6-80bfe9f1f0f4 2018-10-26 09:49:18,549 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/cd8298c9-c233-48f8-b03a-05f82c499800 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53d288cfa1ef02fa2aff152520e08d1d7c31f130" 2018-10-26 09:49:19,154 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:49:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bfd7a112-b38e-4785-9c74-3b97d0aaaca3 x-compute-request-id: req-bfd7a112-b38e-4785-9c74-3b97d0aaaca3 Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:eb:10", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cd8298c9-c233-48f8-b03a-05f82c499800", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cd8298c9-c233-48f8-b03a-05f82c499800", "rel": "bookmark"}], "image": {"id": "ee90bce4-78ce-486d-8214-ad69648d9d2c", "links": [{"href": "http://172.30.9.21:8774/images/ee90bce4-78ce-486d-8214-ad69648d9d2c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:49:12.000000", "flavor": {"id": "fb1350cf-96e8-43c2-9127-e65c8df73be6", "links": [{"href": "http://172.30.9.21:8774/flavors/fb1350cf-96e8-43c2-9127-e65c8df73be6", "rel": "bookmark"}]}, "id": "cd8298c9-c233-48f8-b03a-05f82c499800", "security_groups": [{"name": "default"}], "user_id": "e6e03efb46ef458f881fb414da599ca8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:49:13Z", "hostId": "b2470e91f3f36eee0eccd5e21a7d2662324f559928c723625e49435f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-inst", "created": "2018-10-26T09:49:07Z", "tenant_id": "7fb7403ca5b64023bec5ebb93ac7d3c9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:49:19,154 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/cd8298c9-c233-48f8-b03a-05f82c499800 used request id req-bfd7a112-b38e-4785-9c74-3b97d0aaaca3 2018-10-26 09:49:19,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53d288cfa1ef02fa2aff152520e08d1d7c31f130" 2018-10-26 09:49:19,257 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-d4d27363-9c9d-42a5-8dc8-db890d5ec0fa Date: Fri, 26 Oct 2018 09: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":["952d8b84-d63f-4699-ae02-a947df28e577"],"updated_at":"2018-10-26T09:48:59Z","tenant_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","created_at":"2018-10-26T09:48:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","id":"d1c0b5d3-ca4f-4f59-9da8-5d2067dac699","name":"CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-pub-net"}]} 2018-10-26 09:49:19,257 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-pub-net used request id req-d4d27363-9c9d-42a5-8dc8-db890d5ec0fa 2018-10-26 09:49:19,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7fb7403ca5b64023bec5ebb93ac7d3c9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53d288cfa1ef02fa2aff152520e08d1d7c31f130" 2018-10-26 09:49:19,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:49:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b6289df-e94d-477a-af51-0e0f197c0ecf Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/7fb7403ca5b64023bec5ebb93ac7d3c9"}, "enabled": true, "id": "7fb7403ca5b64023bec5ebb93ac7d3c9", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-9f23b8ba-8e85-49f-proj"}} 2018-10-26 09:49:19,339 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7fb7403ca5b64023bec5ebb93ac7d3c9 used request id req-9b6289df-e94d-477a-af51-0e0f197c0ecf 2018-10-26 09:49:19,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=d1c0b5d3-ca4f-4f59-9da8-5d2067dac699 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53d288cfa1ef02fa2aff152520e08d1d7c31f130" 2018-10-26 09:49:19,400 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-ad1cd13c-0b75-446e-943d-fa7405bb3421 Date: Fri, 26 Oct 2018 09:49:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d1c0b5d3-ca4f-4f59-9da8-5d2067dac699","tenant_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","created_at":"2018-10-26T09:48:59Z","dns_nameservers":[],"updated_at":"2018-10-26T09:48: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":"7fb7403ca5b64023bec5ebb93ac7d3c9","id":"952d8b84-d63f-4699-ae02-a947df28e577","subnetpool_id":null,"name":"CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-pub-subnet"}]} 2018-10-26 09:49:19,400 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=d1c0b5d3-ca4f-4f59-9da8-5d2067dac699 used request id req-ad1cd13c-0b75-446e-943d-fa7405bb3421 2018-10-26 09:49:19,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=d1c0b5d3-ca4f-4f59-9da8-5d2067dac699 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53d288cfa1ef02fa2aff152520e08d1d7c31f130" 2018-10-26 09:49:19,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-94fb1bb3-cdb3-4491-a4f1-557cd129df80 Date: Fri, 26 Oct 2018 09:49:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:49:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"952d8b84-d63f-4699-ae02-a947df28e577","ip_address":"10.55.0.3"}],"id":"5a50ff5c-03bd-4b7c-b0ba-e8164b8f5b3e","security_groups":[],"mac_address":"fa:16:3e:83:1d:e9","project_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d1c0b5d3-ca4f-4f59-9da8-5d2067dac699","tenant_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","created_at":"2018-10-26T09:49:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d1c0b5d3-ca4f-4f59-9da8-5d2067dac699"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:49:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"952d8b84-d63f-4699-ae02-a947df28e577","ip_address":"10.55.0.2"}],"id":"a6ee10ce-1e7b-46c8-b6ae-013264d29a47","security_groups":[],"mac_address":"fa:16:3e:12:5d:20","project_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d1c0b5d3-ca4f-4f59-9da8-5d2067dac699","tenant_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","created_at":"2018-10-26T09:48:59Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d1c0b5d3-ca4f-4f59-9da8-5d2067dac699"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:49:12Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"952d8b84-d63f-4699-ae02-a947df28e577","ip_address":"10.55.0.12"}],"id":"b542834d-f1ba-42c3-b734-5c3ef1935100","security_groups":["cb71d160-0b6e-49cd-a4dc-b9f1442666a2"],"mac_address":"fa:16:3e:ba:eb:10","project_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-port","admin_state_up":true,"network_id":"d1c0b5d3-ca4f-4f59-9da8-5d2067dac699","tenant_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","created_at":"2018-10-26T09:49:03Z","binding:vnic_type":"normal","device_id":"cd8298c9-c233-48f8-b03a-05f82c499800"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:49:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"952d8b84-d63f-4699-ae02-a947df28e577","ip_address":"10.55.0.4"}],"id":"fbd5d05f-e05d-49da-ad7a-e7f8fee20846","security_groups":[],"mac_address":"fa:16:3e:45:66:d4","project_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d1c0b5d3-ca4f-4f59-9da8-5d2067dac699","tenant_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","created_at":"2018-10-26T09:49:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d1c0b5d3-ca4f-4f59-9da8-5d2067dac699"}]} 2018-10-26 09:49:19,493 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=d1c0b5d3-ca4f-4f59-9da8-5d2067dac699 used request id req-94fb1bb3-cdb3-4491-a4f1-557cd129df80 2018-10-26 09:49:19,496 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/cd8298c9-c233-48f8-b03a-05f82c499800 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53d288cfa1ef02fa2aff152520e08d1d7c31f130" 2018-10-26 09:49:19,967 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:49: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-c24e516e-2345-4641-85a8-29dc3dfea833 x-compute-request-id: req-c24e516e-2345-4641-85a8-29dc3dfea833 Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:eb:10", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cd8298c9-c233-48f8-b03a-05f82c499800", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cd8298c9-c233-48f8-b03a-05f82c499800", "rel": "bookmark"}], "image": {"id": "ee90bce4-78ce-486d-8214-ad69648d9d2c", "links": [{"href": "http://172.30.9.21:8774/images/ee90bce4-78ce-486d-8214-ad69648d9d2c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:49:12.000000", "flavor": {"id": "fb1350cf-96e8-43c2-9127-e65c8df73be6", "links": [{"href": "http://172.30.9.21:8774/flavors/fb1350cf-96e8-43c2-9127-e65c8df73be6", "rel": "bookmark"}]}, "id": "cd8298c9-c233-48f8-b03a-05f82c499800", "security_groups": [{"name": "default"}], "user_id": "e6e03efb46ef458f881fb414da599ca8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:49:13Z", "hostId": "b2470e91f3f36eee0eccd5e21a7d2662324f559928c723625e49435f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-inst", "created": "2018-10-26T09:49:07Z", "tenant_id": "7fb7403ca5b64023bec5ebb93ac7d3c9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:49:19,967 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/cd8298c9-c233-48f8-b03a-05f82c499800 used request id req-c24e516e-2345-4641-85a8-29dc3dfea833 2018-10-26 09:49:19,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53d288cfa1ef02fa2aff152520e08d1d7c31f130" 2018-10-26 09:49:20,225 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-b79c9f85-94c3-45f6-8074-aa357ca5a955 Date: Fri, 26 Oct 2018 09: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":["952d8b84-d63f-4699-ae02-a947df28e577"],"updated_at":"2018-10-26T09:48:59Z","tenant_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","created_at":"2018-10-26T09:48:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","id":"d1c0b5d3-ca4f-4f59-9da8-5d2067dac699","name":"CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-pub-net"}]} 2018-10-26 09:49:20,225 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-pub-net used request id req-b79c9f85-94c3-45f6-8074-aa357ca5a955 2018-10-26 09:49:20,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7fb7403ca5b64023bec5ebb93ac7d3c9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53d288cfa1ef02fa2aff152520e08d1d7c31f130" 2018-10-26 09:49:20,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:49:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a92d867-8788-4b25-824c-be9051294fa1 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/7fb7403ca5b64023bec5ebb93ac7d3c9"}, "enabled": true, "id": "7fb7403ca5b64023bec5ebb93ac7d3c9", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-9f23b8ba-8e85-49f-proj"}} 2018-10-26 09:49:20,311 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7fb7403ca5b64023bec5ebb93ac7d3c9 used request id req-8a92d867-8788-4b25-824c-be9051294fa1 2018-10-26 09:49:20,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=d1c0b5d3-ca4f-4f59-9da8-5d2067dac699 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53d288cfa1ef02fa2aff152520e08d1d7c31f130" 2018-10-26 09:49:20,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-ebc04331-1e5a-4867-ad14-552a8e1b3b85 Date: Fri, 26 Oct 2018 09:49:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d1c0b5d3-ca4f-4f59-9da8-5d2067dac699","tenant_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","created_at":"2018-10-26T09:48:59Z","dns_nameservers":[],"updated_at":"2018-10-26T09:48: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":"7fb7403ca5b64023bec5ebb93ac7d3c9","id":"952d8b84-d63f-4699-ae02-a947df28e577","subnetpool_id":null,"name":"CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-pub-subnet"}]} 2018-10-26 09:49:20,374 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=d1c0b5d3-ca4f-4f59-9da8-5d2067dac699 used request id req-ebc04331-1e5a-4867-ad14-552a8e1b3b85 2018-10-26 09:49:20,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=d1c0b5d3-ca4f-4f59-9da8-5d2067dac699 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53d288cfa1ef02fa2aff152520e08d1d7c31f130" 2018-10-26 09:49:20,467 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-eed0a73b-3259-4b9e-9e07-274357aee91a Date: Fri, 26 Oct 2018 09:49:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:49:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"952d8b84-d63f-4699-ae02-a947df28e577","ip_address":"10.55.0.3"}],"id":"5a50ff5c-03bd-4b7c-b0ba-e8164b8f5b3e","security_groups":[],"mac_address":"fa:16:3e:83:1d:e9","project_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d1c0b5d3-ca4f-4f59-9da8-5d2067dac699","tenant_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","created_at":"2018-10-26T09:49:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d1c0b5d3-ca4f-4f59-9da8-5d2067dac699"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:49:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"952d8b84-d63f-4699-ae02-a947df28e577","ip_address":"10.55.0.2"}],"id":"a6ee10ce-1e7b-46c8-b6ae-013264d29a47","security_groups":[],"mac_address":"fa:16:3e:12:5d:20","project_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d1c0b5d3-ca4f-4f59-9da8-5d2067dac699","tenant_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","created_at":"2018-10-26T09:48:59Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d1c0b5d3-ca4f-4f59-9da8-5d2067dac699"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:49:12Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"952d8b84-d63f-4699-ae02-a947df28e577","ip_address":"10.55.0.12"}],"id":"b542834d-f1ba-42c3-b734-5c3ef1935100","security_groups":["cb71d160-0b6e-49cd-a4dc-b9f1442666a2"],"mac_address":"fa:16:3e:ba:eb:10","project_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-port","admin_state_up":true,"network_id":"d1c0b5d3-ca4f-4f59-9da8-5d2067dac699","tenant_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","created_at":"2018-10-26T09:49:03Z","binding:vnic_type":"normal","device_id":"cd8298c9-c233-48f8-b03a-05f82c499800"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:49:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"952d8b84-d63f-4699-ae02-a947df28e577","ip_address":"10.55.0.4"}],"id":"fbd5d05f-e05d-49da-ad7a-e7f8fee20846","security_groups":[],"mac_address":"fa:16:3e:45:66:d4","project_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d1c0b5d3-ca4f-4f59-9da8-5d2067dac699","tenant_id":"7fb7403ca5b64023bec5ebb93ac7d3c9","created_at":"2018-10-26T09:49:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d1c0b5d3-ca4f-4f59-9da8-5d2067dac699"}]} 2018-10-26 09:49:20,467 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=d1c0b5d3-ca4f-4f59-9da8-5d2067dac699 used request id req-eed0a73b-3259-4b9e-9e07-274357aee91a 2018-10-26 09:49:20,471 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/cd8298c9-c233-48f8-b03a-05f82c499800 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4286da6c4524dc209a56a8e3ff3dd65894809742" 2018-10-26 09:49:20,638 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09: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-9e816b28-059a-4362-8662-dfff6728def5 x-compute-request-id: req-9e816b28-059a-4362-8662-dfff6728def5 Content-Type: application/json 2018-10-26 09:49:20,638 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/cd8298c9-c233-48f8-b03a-05f82c499800 used request id req-9e816b28-059a-4362-8662-dfff6728def5 2018-10-26 09:49:20,641 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/cd8298c9-c233-48f8-b03a-05f82c499800 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53d288cfa1ef02fa2aff152520e08d1d7c31f130" 2018-10-26 09:49:21,233 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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,Accept-Encoding x-openstack-request-id: req-b2fa63f8-f744-4b76-b650-61d4a807a923 x-compute-request-id: req-b2fa63f8-f744-4b76-b650-61d4a807a923 Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:eb:10", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cd8298c9-c233-48f8-b03a-05f82c499800", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cd8298c9-c233-48f8-b03a-05f82c499800", "rel": "bookmark"}], "image": {"id": "ee90bce4-78ce-486d-8214-ad69648d9d2c", "links": [{"href": "http://172.30.9.21:8774/images/ee90bce4-78ce-486d-8214-ad69648d9d2c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:49:12.000000", "flavor": {"id": "fb1350cf-96e8-43c2-9127-e65c8df73be6", "links": [{"href": "http://172.30.9.21:8774/flavors/fb1350cf-96e8-43c2-9127-e65c8df73be6", "rel": "bookmark"}]}, "id": "cd8298c9-c233-48f8-b03a-05f82c499800", "security_groups": [{"name": "default"}], "user_id": "e6e03efb46ef458f881fb414da599ca8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:49:20Z", "hostId": "b2470e91f3f36eee0eccd5e21a7d2662324f559928c723625e49435f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-inst", "created": "2018-10-26T09:49:07Z", "tenant_id": "7fb7403ca5b64023bec5ebb93ac7d3c9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:49:21,234 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/cd8298c9-c233-48f8-b03a-05f82c499800 used request id req-b2fa63f8-f744-4b76-b650-61d4a807a923 2018-10-26 09:49:21,234 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-inst] is - ACTIVE 2018-10-26 09:49:21,234 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:49:24,237 - create_instance - DEBUG - VM status query timeout in 296.401057005 2018-10-26 09:49:24,240 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/cd8298c9-c233-48f8-b03a-05f82c499800 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53d288cfa1ef02fa2aff152520e08d1d7c31f130" 2018-10-26 09:49:24,957 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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-d9b993f3-2bb0-40d5-b240-69f3555d11d6 x-compute-request-id: req-d9b993f3-2bb0-40d5-b240-69f3555d11d6 Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:eb:10", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cd8298c9-c233-48f8-b03a-05f82c499800", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cd8298c9-c233-48f8-b03a-05f82c499800", "rel": "bookmark"}], "image": {"id": "ee90bce4-78ce-486d-8214-ad69648d9d2c", "links": [{"href": "http://172.30.9.21:8774/images/ee90bce4-78ce-486d-8214-ad69648d9d2c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:49:12.000000", "flavor": {"id": "fb1350cf-96e8-43c2-9127-e65c8df73be6", "links": [{"href": "http://172.30.9.21:8774/flavors/fb1350cf-96e8-43c2-9127-e65c8df73be6", "rel": "bookmark"}]}, "id": "cd8298c9-c233-48f8-b03a-05f82c499800", "security_groups": [{"name": "default"}], "user_id": "e6e03efb46ef458f881fb414da599ca8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:49:20Z", "hostId": "b2470e91f3f36eee0eccd5e21a7d2662324f559928c723625e49435f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-inst", "created": "2018-10-26T09:49:07Z", "tenant_id": "7fb7403ca5b64023bec5ebb93ac7d3c9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:49:24,957 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/cd8298c9-c233-48f8-b03a-05f82c499800 used request id req-d9b993f3-2bb0-40d5-b240-69f3555d11d6 2018-10-26 09:49:24,958 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-inst] is - ACTIVE 2018-10-26 09:49:24,958 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:49:27,961 - create_instance - DEBUG - VM status query timeout in 292.677492857 2018-10-26 09:49:27,964 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/cd8298c9-c233-48f8-b03a-05f82c499800 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53d288cfa1ef02fa2aff152520e08d1d7c31f130" 2018-10-26 09:49:28,007 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 09:49: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-f26625ed-1c4c-4b9a-93b7-71a7ad71ad0e x-compute-request-id: req-f26625ed-1c4c-4b9a-93b7-71a7ad71ad0e Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance cd8298c9-c233-48f8-b03a-05f82c499800 could not be found.", "code": 404}} 2018-10-26 09:49:28,008 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/cd8298c9-c233-48f8-b03a-05f82c499800 used request id req-f26625ed-1c4c-4b9a-93b7-71a7ad71ad0e 2018-10-26 09:49:28,008 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance cd8298c9-c233-48f8-b03a-05f82c499800 could not be found. (HTTP 404) (Request-ID: req-f26625ed-1c4c-4b9a-93b7-71a7ad71ad0e) 2018-10-26 09:49:28,011 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4286da6c4524dc209a56a8e3ff3dd65894809742" 2018-10-26 09:49:28,092 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:49:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-67210b42-7c4b-4043-99a0-38a31f035318 x-compute-request-id: req-67210b42-7c4b-4043-99a0-38a31f035318 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-26 09:49:28,092 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-inst used request id req-67210b42-7c4b-4043-99a0-38a31f035318 2018-10-26 09:49:28,093 - create_instance - INFO - Deleting Port with ID - b542834d-f1ba-42c3-b734-5c3ef1935100 2018-10-26 09:49:28,093 - neutron_utils - INFO - Deleting port with name CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-port 2018-10-26 09:49:28,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/b542834d-f1ba-42c3-b734-5c3ef1935100 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53d288cfa1ef02fa2aff152520e08d1d7c31f130" 2018-10-26 09:49:28,869 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ca76912c-ca2d-4b54-aa7b-c6b79fee8fb9 Date: Fri, 26 Oct 2018 09:49:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:49:28,870 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/b542834d-f1ba-42c3-b734-5c3ef1935100 used request id req-ca76912c-ca2d-4b54-aa7b-c6b79fee8fb9 2018-10-26 09:49:28,870 - create_instance - INFO - Deleting VM instance - CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-inst 2018-10-26 09:49:28,873 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/cd8298c9-c233-48f8-b03a-05f82c499800 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53d288cfa1ef02fa2aff152520e08d1d7c31f130" 2018-10-26 09:49:28,928 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 09:49:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6ef0a342-6795-4310-87d3-3bb32f3205fa x-compute-request-id: req-6ef0a342-6795-4310-87d3-3bb32f3205fa Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance cd8298c9-c233-48f8-b03a-05f82c499800 could not be found.", "code": 404}} 2018-10-26 09:49:28,928 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/cd8298c9-c233-48f8-b03a-05f82c499800 used request id req-6ef0a342-6795-4310-87d3-3bb32f3205fa 2018-10-26 09:49:28,928 - create_instance - WARNING - Instance already deleted - Instance cd8298c9-c233-48f8-b03a-05f82c499800 could not be found. (HTTP 404) (Request-ID: req-6ef0a342-6795-4310-87d3-3bb32f3205fa) 2018-10-26 09:49:28,929 - create_instance - INFO - Checking deletion status 2018-10-26 09:49:28,933 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/cd8298c9-c233-48f8-b03a-05f82c499800 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53d288cfa1ef02fa2aff152520e08d1d7c31f130" 2018-10-26 09:49:28,977 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 09:49:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-826c0d3b-9ee8-4493-b790-a3f87476e70e x-compute-request-id: req-826c0d3b-9ee8-4493-b790-a3f87476e70e Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance cd8298c9-c233-48f8-b03a-05f82c499800 could not be found.", "code": 404}} 2018-10-26 09:49:28,978 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/cd8298c9-c233-48f8-b03a-05f82c499800 used request id req-826c0d3b-9ee8-4493-b790-a3f87476e70e 2018-10-26 09:49:28,978 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance cd8298c9-c233-48f8-b03a-05f82c499800 could not be found. (HTTP 404) (Request-ID: req-826c0d3b-9ee8-4493-b790-a3f87476e70e) 2018-10-26 09:49:28,978 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-inst 2018-10-26 09:49:28,982 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/fb1350cf-96e8-43c2-9127-e65c8df73be6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8aa8227e1c93bb585922d68694413535919bbc91" 2018-10-26 09:49:29,034 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:49:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-52e3a134-64c0-4b9e-a37c-747270d16f97 x-compute-request-id: req-52e3a134-64c0-4b9e-a37c-747270d16f97 Content-Length: 0 Content-Type: application/json 2018-10-26 09:49:29,034 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/fb1350cf-96e8-43c2-9127-e65c8df73be6 used request id req-52e3a134-64c0-4b9e-a37c-747270d16f97 2018-10-26 09:49:29,035 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-pub-subnet 2018-10-26 09:49:29,035 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-pub-subnet 2018-10-26 09:49:29,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/952d8b84-d63f-4699-ae02-a947df28e577 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36a02e212694224c1604e1069bb90e8ce70cc6a1" 2018-10-26 09:49:31,385 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1096e74a-baba-42cf-b5a5-61d6daa1d34f Date: Fri, 26 Oct 2018 09:49:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:49:31,385 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/952d8b84-d63f-4699-ae02-a947df28e577 used request id req-1096e74a-baba-42cf-b5a5-61d6daa1d34f 2018-10-26 09:49:31,385 - neutron_utils - INFO - Deleting network with name CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-pub-net 2018-10-26 09:49:31,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/d1c0b5d3-ca4f-4f59-9da8-5d2067dac699 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36a02e212694224c1604e1069bb90e8ce70cc6a1" 2018-10-26 09:49:32,642 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5c7d3429-d3a5-4697-a400-72d1cdac12d3 Date: Fri, 26 Oct 2018 09:49:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:49:32,642 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/d1c0b5d3-ca4f-4f59-9da8-5d2067dac699 used request id req-5c7d3429-d3a5-4697-a400-72d1cdac12d3 2018-10-26 09:49:32,643 - glance_utils - INFO - Deleting image named - CreateInstanceSimpleTests-961f7b10-e151-4aa9-a671-865b309db86a-image 2018-10-26 09:49:32,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/ee90bce4-78ce-486d-8214-ad69648d9d2c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aebc14e34a6bafe8d1c05b506f291606c1fd792e" 2018-10-26 09:49:33,762 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1fd53d5f-d839-4e79-b5b5-7bebac3c178f Date: Fri, 26 Oct 2018 09:49: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-26 09:49:33,762 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/ee90bce4-78ce-486d-8214-ad69648d9d2c used request id req-1fd53d5f-d839-4e79-b5b5-7bebac3c178f 2018-10-26 09:49:33,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d723c58f40b183602ad843e7962567e71321b72e" 2018-10-26 09:49:33,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-58e215ec-a799-4256-93d1-0b0b2c4368c2 Date: Fri, 26 Oct 2018 09:49:33 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7fb7403ca5b64023bec5ebb93ac7d3c9", "created_at": "2018-10-26T09:48:58Z", "updated_at": "2018-10-26T09:48:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:48:58Z", "revision_number": 0, "id": "3afbfeba-ba33-4dfc-b6aa-49bf7246dbc5", "remote_group_id": "cb71d160-0b6e-49cd-a4dc-b9f1442666a2", "remote_ip_prefix": null, "created_at": "2018-10-26T09:48:58Z", "security_group_id": "cb71d160-0b6e-49cd-a4dc-b9f1442666a2", "tenant_id": "7fb7403ca5b64023bec5ebb93ac7d3c9", "port_range_min": null, "ethertype": "IPv4", "project_id": "7fb7403ca5b64023bec5ebb93ac7d3c9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:48:58Z", "revision_number": 0, "id": "c7105707-d3c5-487e-ae29-7e7c90e8fd3f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:48:58Z", "security_group_id": "cb71d160-0b6e-49cd-a4dc-b9f1442666a2", "tenant_id": "7fb7403ca5b64023bec5ebb93ac7d3c9", "port_range_min": null, "ethertype": "IPv4", "project_id": "7fb7403ca5b64023bec5ebb93ac7d3c9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:48:58Z", "revision_number": 0, "id": "debc20b3-a2d5-4c60-984d-1a07ca6dc231", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:48:58Z", "security_group_id": "cb71d160-0b6e-49cd-a4dc-b9f1442666a2", "tenant_id": "7fb7403ca5b64023bec5ebb93ac7d3c9", "port_range_min": null, "ethertype": "IPv6", "project_id": "7fb7403ca5b64023bec5ebb93ac7d3c9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:48:58Z", "revision_number": 0, "id": "f8b17bf9-5456-4ac5-84bb-7cc015743e6d", "remote_group_id": "cb71d160-0b6e-49cd-a4dc-b9f1442666a2", "remote_ip_prefix": null, "created_at": "2018-10-26T09:48:58Z", "security_group_id": "cb71d160-0b6e-49cd-a4dc-b9f1442666a2", "tenant_id": "7fb7403ca5b64023bec5ebb93ac7d3c9", "port_range_min": null, "ethertype": "IPv6", "project_id": "7fb7403ca5b64023bec5ebb93ac7d3c9"}], "revision_number": 4, "project_id": "7fb7403ca5b64023bec5ebb93ac7d3c9", "id": "cb71d160-0b6e-49cd-a4dc-b9f1442666a2", "name": "default"}]} 2018-10-26 09:49:33,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-58e215ec-a799-4256-93d1-0b0b2c4368c2 2018-10-26 09:49:33,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d723c58f40b183602ad843e7962567e71321b72e" 2018-10-26 09:49:34,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:49:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ebb5b17-97dc-4049-a10f-e45a0af242d4 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:49:34,060 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-0ebb5b17-97dc-4049-a10f-e45a0af242d4 2018-10-26 09:49:34,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d723c58f40b183602ad843e7962567e71321b72e" 2018-10-26 09:49:34,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:49:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc952fa5-41e7-4fda-aee5-def7fe573a3b 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:49:34,152 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-fc952fa5-41e7-4fda-aee5-def7fe573a3b 2018-10-26 09:49:34,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d723c58f40b183602ad843e7962567e71321b72e" 2018-10-26 09:49:34,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:49:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-795333a8-840f-4bd5-a140-be48e709712e 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:49:34,245 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-795333a8-840f-4bd5-a140-be48e709712e 2018-10-26 09:49:34,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7fb7403ca5b64023bec5ebb93ac7d3c9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d723c58f40b183602ad843e7962567e71321b72e" 2018-10-26 09:49:34,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:49:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05f82de3-15d8-406b-a3b4-7751df6f887d Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/7fb7403ca5b64023bec5ebb93ac7d3c9"}, "enabled": true, "id": "7fb7403ca5b64023bec5ebb93ac7d3c9", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-9f23b8ba-8e85-49f-proj"}} 2018-10-26 09:49:34,339 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7fb7403ca5b64023bec5ebb93ac7d3c9 used request id req-05f82de3-15d8-406b-a3b4-7751df6f887d 2018-10-26 09:49:34,340 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cb71d160-0b6e-49cd-a4dc-b9f1442666a2 2018-10-26 09:49:34,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=cb71d160-0b6e-49cd-a4dc-b9f1442666a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d723c58f40b183602ad843e7962567e71321b72e" 2018-10-26 09:49:34,518 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-1bccc50d-0900-40b0-bdf1-86a11de69dc5 Date: Fri, 26 Oct 2018 09:49:34 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "cb71d160-0b6e-49cd-a4dc-b9f1442666a2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:48:58Z", "security_group_id": "cb71d160-0b6e-49cd-a4dc-b9f1442666a2", "port_range_min": null, "revision_number": 0, "tenant_id": "7fb7403ca5b64023bec5ebb93ac7d3c9", "created_at": "2018-10-26T09:48:58Z", "project_id": "7fb7403ca5b64023bec5ebb93ac7d3c9", "id": "3afbfeba-ba33-4dfc-b6aa-49bf7246dbc5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:48:58Z", "security_group_id": "cb71d160-0b6e-49cd-a4dc-b9f1442666a2", "port_range_min": null, "revision_number": 0, "tenant_id": "7fb7403ca5b64023bec5ebb93ac7d3c9", "created_at": "2018-10-26T09:48:58Z", "project_id": "7fb7403ca5b64023bec5ebb93ac7d3c9", "id": "c7105707-d3c5-487e-ae29-7e7c90e8fd3f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:48:58Z", "security_group_id": "cb71d160-0b6e-49cd-a4dc-b9f1442666a2", "port_range_min": null, "revision_number": 0, "tenant_id": "7fb7403ca5b64023bec5ebb93ac7d3c9", "created_at": "2018-10-26T09:48:58Z", "project_id": "7fb7403ca5b64023bec5ebb93ac7d3c9", "id": "debc20b3-a2d5-4c60-984d-1a07ca6dc231"}, {"remote_group_id": "cb71d160-0b6e-49cd-a4dc-b9f1442666a2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:48:58Z", "security_group_id": "cb71d160-0b6e-49cd-a4dc-b9f1442666a2", "port_range_min": null, "revision_number": 0, "tenant_id": "7fb7403ca5b64023bec5ebb93ac7d3c9", "created_at": "2018-10-26T09:48:58Z", "project_id": "7fb7403ca5b64023bec5ebb93ac7d3c9", "id": "f8b17bf9-5456-4ac5-84bb-7cc015743e6d"}]} 2018-10-26 09:49:34,518 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=cb71d160-0b6e-49cd-a4dc-b9f1442666a2 used request id req-1bccc50d-0900-40b0-bdf1-86a11de69dc5 2018-10-26 09:49:34,519 - neutron_utils - INFO - Deleting security group with name - default 2018-10-26 09:49:34,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/cb71d160-0b6e-49cd-a4dc-b9f1442666a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d723c58f40b183602ad843e7962567e71321b72e" 2018-10-26 09:49:34,852 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f6759b47-1b3b-4f72-9b3e-fd064560714f Content-Length: 0 Date: Fri, 26 Oct 2018 09:49:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:49:34,852 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/cb71d160-0b6e-49cd-a4dc-b9f1442666a2 used request id req-f6759b47-1b3b-4f72-9b3e-fd064560714f 2018-10-26 09:49:34,853 - keystone_utils - INFO - Deleting project with name - CreateInstanceSimpleTests-9f23b8ba-8e85-49f-proj 2018-10-26 09:49:34,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/7fb7403ca5b64023bec5ebb93ac7d3c9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d723c58f40b183602ad843e7962567e71321b72e" 2018-10-26 09:49:35,079 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:49:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0d324bd0-1a8b-4ca1-aee7-d7d3c3f963ed Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:49:35,079 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/7fb7403ca5b64023bec5ebb93ac7d3c9 used request id req-0d324bd0-1a8b-4ca1-aee7-d7d3c3f963ed 2018-10-26 09:49:35,079 - keystone_utils - INFO - Deleting role with name - CreateInstanceSimpleTests-9f23b8ba-8e85-49f-proj-role 2018-10-26 09:49:35,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/0074f4cb21884e1aaf35256732b33e88 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d723c58f40b183602ad843e7962567e71321b72e" 2018-10-26 09:49:35,200 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:49:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-65d11fc0-30e6-4766-b39e-b7223cfb6e4c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:49:35,200 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/0074f4cb21884e1aaf35256732b33e88 used request id req-65d11fc0-30e6-4766-b39e-b7223cfb6e4c 2018-10-26 09:49:35,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d723c58f40b183602ad843e7962567e71321b72e" 2018-10-26 09:49:35,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:49:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2c6ea41-c501-4889-94c2-a452e80170e5 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:49:35,228 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-a2c6ea41-c501-4889-94c2-a452e80170e5 2018-10-26 09:49:35,228 - keystone_utils - INFO - Deleting user with name - CreateInstanceSimpleTests-9f23b8ba-8e85-49f-user 2018-10-26 09:49:35,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/e6e03efb46ef458f881fb414da599ca8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900b82647022b56cc54031e001d449e12db184bd" 2018-10-26 09:49:35,447 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:49:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0eb25efa-9eda-48d8-8dbf-dc0c45ee0d50 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:49:35,447 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/e6e03efb46ef458f881fb414da599ca8 used request id req-0eb25efa-9eda-48d8-8dbf-dc0c45ee0d50 2018-10-26 09:49:35,448 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:49:35,831 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:49:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["pPHt55EJStu2SxpXgwNACQ"], "issued_at": "2018-10-26T09:49:35.000000Z"}} 2018-10-26 09:49:35,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e2d4a763e19830c80f7b00af9eab865264d86e7" 2018-10-26 09:49:35,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:49:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5b723c5-25ea-4e73-85de-f29dce6ca492 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:49:35,923 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d5b723c5-25ea-4e73-85de-f29dce6ca492 2018-10-26 09:49:35,924 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:49:35,925 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:49:36,312 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:49:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["JuWVShPeQVqCq-0xNoBnCw"], "issued_at": "2018-10-26T09:49:36.000000Z"}} 2018-10-26 09:49:36,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60edd99b2c7dbca59449b22c7865c80537143409" 2018-10-26 09:49:36,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:49:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-906ee918-1555-42b3-8c41-48b692f3c265 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:49:36,479 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-906ee918-1555-42b3-8c41-48b692f3c265 2018-10-26 09:49:36,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:49:36,489 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:49: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:49:36,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-355837b1-ee11-4c1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60edd99b2c7dbca59449b22c7865c80537143409" 2018-10-26 09:49:36,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:49:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55656411-37d8-40b0-8799-6764cd45d82c Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-355837b1-ee11-4c1-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:49:36,577 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-355837b1-ee11-4c1-proj used request id req-55656411-37d8-40b0-8799-6764cd45d82c 2018-10-26 09:49:36,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60edd99b2c7dbca59449b22c7865c80537143409" 2018-10-26 09:49:36,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:49:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3459e42b-8426-4f31-a8ff-fbaeb0f244f2 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:49:36,671 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-3459e42b-8426-4f31-a8ff-fbaeb0f244f2 2018-10-26 09:49:36,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60edd99b2c7dbca59449b22c7865c80537143409" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-355837b1-ee11-4c1-proj"}}' 2018-10-26 09:49:36,786 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:49:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5ce1ad08-b76c-4ceb-8d05-0042559afcb9 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a0c8bcf227e44e96aa1a94f5f8743a72"}, "enabled": true, "id": "a0c8bcf227e44e96aa1a94f5f8743a72", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-355837b1-ee11-4c1-proj"}} 2018-10-26 09:49:36,787 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-5ce1ad08-b76c-4ceb-8d05-0042559afcb9 2018-10-26 09:49:36,787 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-355837b1-ee11-4c1-proj 2018-10-26 09:49:36,787 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:49:36,788 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:49:37,171 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:49:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["eR2iNIn8Qded46ANeD0DkA"], "issued_at": "2018-10-26T09:49:37.000000Z"}} 2018-10-26 09:49:37,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a36fc9bae1510a90718d8eee17e5131403125eb7" 2018-10-26 09:49:37,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:49:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-946de030-9639-41e7-a825-88fb775f0c26 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:49:37,259 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-946de030-9639-41e7-a825-88fb775f0c26 2018-10-26 09:49:37,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:49:37,269 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:49: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:49:37,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a36fc9bae1510a90718d8eee17e5131403125eb7" 2018-10-26 09:49:37,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:49:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77da16d1-6252-47fc-9f7c-957b3050c8ec Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:49:37,305 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-77da16d1-6252-47fc-9f7c-957b3050c8ec 2018-10-26 09:49:37,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-355837b1-ee11-4c1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a36fc9bae1510a90718d8eee17e5131403125eb7" 2018-10-26 09:49:37,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:49:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e65b8598-7ea1-4379-b1fa-5caa6bd4d68c Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-355837b1-ee11-4c1-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a0c8bcf227e44e96aa1a94f5f8743a72"}, "enabled": true, "id": "a0c8bcf227e44e96aa1a94f5f8743a72", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-355837b1-ee11-4c1-proj"}]} 2018-10-26 09:49:37,326 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-355837b1-ee11-4c1-proj used request id req-e65b8598-7ea1-4379-b1fa-5caa6bd4d68c 2018-10-26 09:49:37,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a36fc9bae1510a90718d8eee17e5131403125eb7" 2018-10-26 09:49:37,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:49:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f160572-b41f-4848-babc-7b21704af7d8 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:49:37,417 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-0f160572-b41f-4848-babc-7b21704af7d8 2018-10-26 09:49:37,800 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-355837b1-ee11-4c1-user 2018-10-26 09:49:37,801 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:49:37,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60edd99b2c7dbca59449b22c7865c80537143409" 2018-10-26 09:49:37,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:49:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c5e07f9-4186-46c6-890d-ebdcd4a884d5 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:49:37,892 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-9c5e07f9-4186-46c6-890d-ebdcd4a884d5 2018-10-26 09:49:37,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60edd99b2c7dbca59449b22c7865c80537143409" -d '{"role": {"name": "CreateInstancePortManipulationTests-355837b1-ee11-4c1-proj-role"}}' 2018-10-26 09:49:38,002 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:49:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-40d62880-d0df-4f24-b954-25e706a3f5fe Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "9ce0a2f5b6eb4a38a986044cb80a2716", "links": {"self": "http://172.30.9.21:5000/v3/roles/9ce0a2f5b6eb4a38a986044cb80a2716"}, "name": "CreateInstancePortManipulationTests-355837b1-ee11-4c1-proj-role"}} 2018-10-26 09:49:38,002 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-40d62880-d0df-4f24-b954-25e706a3f5fe 2018-10-26 09:49:38,003 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-355837b1-ee11-4c1-proj-role 2018-10-26 09:49:38,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/9ce0a2f5b6eb4a38a986044cb80a2716 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60edd99b2c7dbca59449b22c7865c80537143409" 2018-10-26 09:49:38,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:49:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5b04297-6371-468a-ad60-fb654c91a7ee Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/9ce0a2f5b6eb4a38a986044cb80a2716"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-355837b1-ee11-4c1-proj-role", "id": "9ce0a2f5b6eb4a38a986044cb80a2716"}} 2018-10-26 09:49:38,023 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/9ce0a2f5b6eb4a38a986044cb80a2716 used request id req-b5b04297-6371-468a-ad60-fb654c91a7ee 2018-10-26 09:49:38,024 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-355837b1-ee11-4c1-proj-role to project CreateInstancePortManipulationTests-355837b1-ee11-4c1-proj 2018-10-26 09:49:38,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/a0c8bcf227e44e96aa1a94f5f8743a72/users/a1a86f76ec6b4123ba1db8b4e74468c9/roles/9ce0a2f5b6eb4a38a986044cb80a2716 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60edd99b2c7dbca59449b22c7865c80537143409" 2018-10-26 09:49:38,161 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:49:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-baa8e75a-be11-42ee-980e-063e11eaac68 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:49:38,161 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/a0c8bcf227e44e96aa1a94f5f8743a72/users/a1a86f76ec6b4123ba1db8b4e74468c9/roles/9ce0a2f5b6eb4a38a986044cb80a2716 used request id req-baa8e75a-be11-42ee-980e-063e11eaac68 2018-10-26 09:49:38,161 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-26 09:49:38,162 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:49:38,163 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:49:38,528 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9ce0a2f5b6eb4a38a986044cb80a2716", "name": "CreateInstancePortManipulationTests-355837b1-ee11-4c1-proj-role"}], "expires_at": "2018-10-26T10:49:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a0c8bcf227e44e96aa1a94f5f8743a72", "name": "CreateInstancePortManipulationTests-355837b1-ee11-4c1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a0c8bcf227e44e96aa1a94f5f8743a72", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/a0c8bcf227e44e96aa1a94f5f8743a72", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/a0c8bcf227e44e96aa1a94f5f8743a72", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a0c8bcf227e44e96aa1a94f5f8743a72", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/a0c8bcf227e44e96aa1a94f5f8743a72", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/a0c8bcf227e44e96aa1a94f5f8743a72", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/a0c8bcf227e44e96aa1a94f5f8743a72", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/a0c8bcf227e44e96aa1a94f5f8743a72", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/a0c8bcf227e44e96aa1a94f5f8743a72", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/a0c8bcf227e44e96aa1a94f5f8743a72", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/a0c8bcf227e44e96aa1a94f5f8743a72", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/a0c8bcf227e44e96aa1a94f5f8743a72", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-355837b1-ee11-4c1-user", "id": "a1a86f76ec6b4123ba1db8b4e74468c9"}, "audit_ids": ["0z870qK1TTG2rB8T4qePLw"], "issued_at": "2018-10-26T09:49:38.000000Z"}} 2018-10-26 09:49:38,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2a935be608e6e933f9840360bba840e31b13ef7" 2018-10-26 09:49:38,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:49:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9eef6c69-a444-4f7b-a9bb-671395fdc966 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:49:38,602 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-9eef6c69-a444-4f7b-a9bb-671395fdc966 2018-10-26 09:49:38,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a2a935be608e6e933f9840360bba840e31b13ef7" 2018-10-26 09:49:38,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-f1c011c9-3aa9-4f19-943f-8b50730156c8 Date: Fri, 26 Oct 2018 09:49:38 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-image"} 2018-10-26 09:49:38,777 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-image used request id req-f1c011c9-3aa9-4f19-943f-8b50730156c8 2018-10-26 09:49:38,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a2a935be608e6e933f9840360bba840e31b13ef7" 2018-10-26 09:49:38,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-3a20ff68-c347-49a1-8a09-fa21e38b5e50 Date: Fri, 26 Oct 2018 09:49: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-26 09:49:38,924 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-3a20ff68-c347-49a1-8a09-fa21e38b5e50 2018-10-26 09:49:38,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a2a935be608e6e933f9840360bba840e31b13ef7" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-image"}' 2018-10-26 09:49:39,156 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/eaced330-387d-4be5-ac62-b5d954560f10 X-Openstack-Request-Id: req-d066f490-e229-47b2-a9ca-1271c988aea9 Date: Fri, 26 Oct 2018 09:49:39 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:49:39Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-26T09:49:39Z", "visibility": "shared", "locations": [], "self": "/v2/images/eaced330-387d-4be5-ac62-b5d954560f10", "min_disk": 0, "protected": false, "id": "eaced330-387d-4be5-ac62-b5d954560f10", "file": "/v2/images/eaced330-387d-4be5-ac62-b5d954560f10/file", "checksum": null, "owner": "a0c8bcf227e44e96aa1a94f5f8743a72", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:49:39,156 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-d066f490-e229-47b2-a9ca-1271c988aea9 2018-10-26 09:49:39,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/eaced330-387d-4be5-ac62-b5d954560f10/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a2a935be608e6e933f9840360bba840e31b13ef7" -d '' 2018-10-26 09:49:40,994 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5415db3a-413c-482b-ba2b-c3f73e3d6766 Date: Fri, 26 Oct 2018 09:49: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-26 09:49:40,994 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/eaced330-387d-4be5-ac62-b5d954560f10/file used request id req-5415db3a-413c-482b-ba2b-c3f73e3d6766 2018-10-26 09:49:40,994 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 09:49:40,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/eaced330-387d-4be5-ac62-b5d954560f10 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a2a935be608e6e933f9840360bba840e31b13ef7" 2018-10-26 09:49:41,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-1678a1c0-5698-4e3d-84b5-b4352be3891f Date: Fri, 26 Oct 2018 09:49:41 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:49:39Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:49:40Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/eaced330-387d-4be5-ac62-b5d954560f10/snap", "metadata": {}}], "self": "/v2/images/eaced330-387d-4be5-ac62-b5d954560f10", "min_disk": 0, "protected": false, "id": "eaced330-387d-4be5-ac62-b5d954560f10", "file": "/v2/images/eaced330-387d-4be5-ac62-b5d954560f10/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "a0c8bcf227e44e96aa1a94f5f8743a72", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/eaced330-387d-4be5-ac62-b5d954560f10/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:49:41,169 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/eaced330-387d-4be5-ac62-b5d954560f10 used request id req-1678a1c0-5698-4e3d-84b5-b4352be3891f 2018-10-26 09:49:41,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a2a935be608e6e933f9840360bba840e31b13ef7" 2018-10-26 09:49:41,350 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-aeb85765-aa20-4661-b507-3d92002ab94b Date: Fri, 26 Oct 2018 09:49: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-26 09:49:41,351 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-aeb85765-aa20-4661-b507-3d92002ab94b 2018-10-26 09:49:41,353 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-image 2018-10-26 09:49:41,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/eaced330-387d-4be5-ac62-b5d954560f10 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a2a935be608e6e933f9840360bba840e31b13ef7" 2018-10-26 09:49:41,519 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-16103f39-c033-403e-94f5-8660600fc0f2 Date: Fri, 26 Oct 2018 09:49:41 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:49:39Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:49:40Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/eaced330-387d-4be5-ac62-b5d954560f10/snap", "metadata": {}}], "self": "/v2/images/eaced330-387d-4be5-ac62-b5d954560f10", "min_disk": 0, "protected": false, "id": "eaced330-387d-4be5-ac62-b5d954560f10", "file": "/v2/images/eaced330-387d-4be5-ac62-b5d954560f10/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "a0c8bcf227e44e96aa1a94f5f8743a72", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/eaced330-387d-4be5-ac62-b5d954560f10/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:49:41,519 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/eaced330-387d-4be5-ac62-b5d954560f10 used request id req-16103f39-c033-403e-94f5-8660600fc0f2 2018-10-26 09:49:41,520 - create_image - DEBUG - Instance status is - active 2018-10-26 09:49:41,520 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-image 2018-10-26 09:49:41,520 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-image 2018-10-26 09:49:41,520 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:49:41,521 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:49:41,894 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9ce0a2f5b6eb4a38a986044cb80a2716", "name": "CreateInstancePortManipulationTests-355837b1-ee11-4c1-proj-role"}], "expires_at": "2018-10-26T10:49:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a0c8bcf227e44e96aa1a94f5f8743a72", "name": "CreateInstancePortManipulationTests-355837b1-ee11-4c1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a0c8bcf227e44e96aa1a94f5f8743a72", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/a0c8bcf227e44e96aa1a94f5f8743a72", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/a0c8bcf227e44e96aa1a94f5f8743a72", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a0c8bcf227e44e96aa1a94f5f8743a72", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/a0c8bcf227e44e96aa1a94f5f8743a72", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/a0c8bcf227e44e96aa1a94f5f8743a72", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/a0c8bcf227e44e96aa1a94f5f8743a72", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/a0c8bcf227e44e96aa1a94f5f8743a72", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/a0c8bcf227e44e96aa1a94f5f8743a72", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/a0c8bcf227e44e96aa1a94f5f8743a72", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/a0c8bcf227e44e96aa1a94f5f8743a72", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/a0c8bcf227e44e96aa1a94f5f8743a72", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-355837b1-ee11-4c1-user", "id": "a1a86f76ec6b4123ba1db8b4e74468c9"}, "audit_ids": ["0W9GusnnRk6THTa6rWG7ng"], "issued_at": "2018-10-26T09:49:41.000000Z"}} 2018-10-26 09:49:41,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e46ab514ed986aa6ff289870360eeca433a93c" 2018-10-26 09:49:41,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:49:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cde0783-db60-42e4-8a2c-7f58d5bdc517 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:49:41,907 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5cde0783-db60-42e4-8a2c-7f58d5bdc517 2018-10-26 09:49:41,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e46ab514ed986aa6ff289870360eeca433a93c" 2018-10-26 09:49:42,073 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-ec680104-bf60-4bfc-bdf1-165804ef118a Date: Fri, 26 Oct 2018 09:49:42 GMT RESP BODY: {"networks":[]} 2018-10-26 09:49:42,073 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-pub-net used request id req-ec680104-bf60-4bfc-bdf1-165804ef118a 2018-10-26 09:49:42,073 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-pub-net 2018-10-26 09:49:42,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e46ab514ed986aa6ff289870360eeca433a93c" -d '{"network": {"name": "CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-pub-net", "admin_state_up": true}}' 2018-10-26 09:49:42,606 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-69523e29-2729-4c04-a6c1-e7fdf5a614ac Date: Fri, 26 Oct 2018 09:49:42 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"1c756892-ebcc-4b58-ad53-0bc123dcb755","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a0c8bcf227e44e96aa1a94f5f8743a72","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T09:49:42Z","is_default":false,"name":"CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"a0c8bcf227e44e96aa1a94f5f8743a72","created_at":"2018-10-26T09:49:42Z","mtu":1450}} 2018-10-26 09:49:42,606 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-69523e29-2729-4c04-a6c1-e7fdf5a614ac 2018-10-26 09:49:42,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=1c756892-ebcc-4b58-ad53-0bc123dcb755 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e46ab514ed986aa6ff289870360eeca433a93c" 2018-10-26 09:49:42,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-c151db27-93b9-4fc6-887c-bc5c47586e26 Date: Fri, 26 Oct 2018 09:49:42 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-10-26T09:49:42Z","tenant_id":"a0c8bcf227e44e96aa1a94f5f8743a72","created_at":"2018-10-26T09:49:42Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a0c8bcf227e44e96aa1a94f5f8743a72","id":"1c756892-ebcc-4b58-ad53-0bc123dcb755","name":"CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-pub-net"}]} 2018-10-26 09:49:42,857 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=1c756892-ebcc-4b58-ad53-0bc123dcb755 used request id req-c151db27-93b9-4fc6-887c-bc5c47586e26 2018-10-26 09:49:42,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1c756892-ebcc-4b58-ad53-0bc123dcb755 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e46ab514ed986aa6ff289870360eeca433a93c" 2018-10-26 09:49:42,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-5384fc31-8dea-4f15-acaf-988e8096bc20 Date: Fri, 26 Oct 2018 09:49:42 GMT RESP BODY: {"subnets":[]} 2018-10-26 09:49:42,892 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1c756892-ebcc-4b58-ad53-0bc123dcb755 used request id req-5384fc31-8dea-4f15-acaf-988e8096bc20 2018-10-26 09:49:42,892 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-pub-subnet 2018-10-26 09:49:42,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e46ab514ed986aa6ff289870360eeca433a93c" -d '{"subnets": [{"ip_version": 4, "network_id": "1c756892-ebcc-4b58-ad53-0bc123dcb755", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-pub-subnet"}]}' 2018-10-26 09:49:43,414 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-1e5efb58-cc58-40fb-876b-875e08975774 Date: Fri, 26 Oct 2018 09:49:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1c756892-ebcc-4b58-ad53-0bc123dcb755","tenant_id":"a0c8bcf227e44e96aa1a94f5f8743a72","created_at":"2018-10-26T09:49:43Z","dns_nameservers":[],"updated_at":"2018-10-26T09:49:43Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"a0c8bcf227e44e96aa1a94f5f8743a72","id":"cc6c8927-5f82-4e4d-84b8-831e802841a7","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-pub-subnet"}]} 2018-10-26 09:49:43,414 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-1e5efb58-cc58-40fb-876b-875e08975774 2018-10-26 09:49:43,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=1c756892-ebcc-4b58-ad53-0bc123dcb755 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e46ab514ed986aa6ff289870360eeca433a93c" 2018-10-26 09:49:43,657 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-bffd5861-4af6-4e65-a221-f11c5de68322 Date: Fri, 26 Oct 2018 09:49: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":["cc6c8927-5f82-4e4d-84b8-831e802841a7"],"updated_at":"2018-10-26T09:49:43Z","tenant_id":"a0c8bcf227e44e96aa1a94f5f8743a72","created_at":"2018-10-26T09:49:42Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a0c8bcf227e44e96aa1a94f5f8743a72","id":"1c756892-ebcc-4b58-ad53-0bc123dcb755","name":"CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-pub-net"}]} 2018-10-26 09:49:43,658 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=1c756892-ebcc-4b58-ad53-0bc123dcb755 used request id req-bffd5861-4af6-4e65-a221-f11c5de68322 2018-10-26 09:49:43,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1c756892-ebcc-4b58-ad53-0bc123dcb755 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e46ab514ed986aa6ff289870360eeca433a93c" 2018-10-26 09:49:43,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-9a3f0fab-57bf-4b59-b54f-67340b308e60 Date: Fri, 26 Oct 2018 09:49:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1c756892-ebcc-4b58-ad53-0bc123dcb755","tenant_id":"a0c8bcf227e44e96aa1a94f5f8743a72","created_at":"2018-10-26T09:49:43Z","dns_nameservers":[],"updated_at":"2018-10-26T09:49:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a0c8bcf227e44e96aa1a94f5f8743a72","id":"cc6c8927-5f82-4e4d-84b8-831e802841a7","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-pub-subnet"}]} 2018-10-26 09:49:43,719 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1c756892-ebcc-4b58-ad53-0bc123dcb755 used request id req-9a3f0fab-57bf-4b59-b54f-67340b308e60 2018-10-26 09:49:43,719 - OpenStackNetwork - DEBUG - Network [1c756892-ebcc-4b58-ad53-0bc123dcb755] created successfully 2018-10-26 09:49:43,719 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:49:43,720 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:49:44,099 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:49:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["m70jTp4SSxSkrhA0mq_pDw"], "issued_at": "2018-10-26T09:49:44.000000Z"}} 2018-10-26 09:49:44,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e42f2f14e899523aff3a83b54b141edd9ab72b4d" 2018-10-26 09:49:44,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:49:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92ff226b-0155-4a2b-bda4-dc1bc5404713 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:49:44,180 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-92ff226b-0155-4a2b-bda4-dc1bc5404713 2018-10-26 09:49:44,182 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:49:44,187 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e42f2f14e899523aff3a83b54b141edd9ab72b4d" 2018-10-26 09:49:44,365 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:49:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-81a3ed31-be57-41af-9cd8-a1c765c371c4 x-compute-request-id: req-81a3ed31-be57-41af-9cd8-a1c765c371c4 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-26 09:49:44,365 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-81a3ed31-be57-41af-9cd8-a1c765c371c4 2018-10-26 09:49:44,369 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e42f2f14e899523aff3a83b54b141edd9ab72b4d" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-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-26 09:49:44,415 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:49:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8bb02049-007b-4d61-b45a-a5ef58d3fa81 x-compute-request-id: req-8bb02049-007b-4d61-b45a-a5ef58d3fa81 Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/bc4fbbd5-47ba-4983-a766-855f08d7dc88", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/bc4fbbd5-47ba-4983-a766-855f08d7dc88", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "bc4fbbd5-47ba-4983-a766-855f08d7dc88", "name": "CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 09:49:44,415 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-8bb02049-007b-4d61-b45a-a5ef58d3fa81 2018-10-26 09:49:44,416 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:49:44,416 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:49:44,790 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9ce0a2f5b6eb4a38a986044cb80a2716", "name": "CreateInstancePortManipulationTests-355837b1-ee11-4c1-proj-role"}], "expires_at": "2018-10-26T10:49:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a0c8bcf227e44e96aa1a94f5f8743a72", "name": "CreateInstancePortManipulationTests-355837b1-ee11-4c1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a0c8bcf227e44e96aa1a94f5f8743a72", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/a0c8bcf227e44e96aa1a94f5f8743a72", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/a0c8bcf227e44e96aa1a94f5f8743a72", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a0c8bcf227e44e96aa1a94f5f8743a72", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/a0c8bcf227e44e96aa1a94f5f8743a72", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/a0c8bcf227e44e96aa1a94f5f8743a72", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/a0c8bcf227e44e96aa1a94f5f8743a72", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/a0c8bcf227e44e96aa1a94f5f8743a72", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/a0c8bcf227e44e96aa1a94f5f8743a72", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/a0c8bcf227e44e96aa1a94f5f8743a72", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/a0c8bcf227e44e96aa1a94f5f8743a72", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/a0c8bcf227e44e96aa1a94f5f8743a72", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-355837b1-ee11-4c1-user", "id": "a1a86f76ec6b4123ba1db8b4e74468c9"}, "audit_ids": ["iN1YQkAaQ0C_rlCaosBb0Q"], "issued_at": "2018-10-26T09:49:44.000000Z"}} 2018-10-26 09:49:44,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}377214274cc46b1f3d1b4343656fa5fe6e39436b" 2018-10-26 09:49:44,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:49:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10e74c4c-fe21-41c8-97ba-9b232fe7d87a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:49:44,872 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-10e74c4c-fe21-41c8-97ba-9b232fe7d87a 2018-10-26 09:49:44,873 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:49:44,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}377214274cc46b1f3d1b4343656fa5fe6e39436b" 2018-10-26 09:49:44,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:49:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ba6caaa-9bba-4622-aa81-266ff3b6b31a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:49:44,953 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-0ba6caaa-9bba-4622-aa81-266ff3b6b31a 2018-10-26 09:49:44,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}377214274cc46b1f3d1b4343656fa5fe6e39436b" 2018-10-26 09:49:45,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-da6d883e-d5e2-4b7a-ace2-53165d6a73ce Date: Fri, 26 Oct 2018 09:49: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":["cc6c8927-5f82-4e4d-84b8-831e802841a7"],"updated_at":"2018-10-26T09:49:43Z","tenant_id":"a0c8bcf227e44e96aa1a94f5f8743a72","created_at":"2018-10-26T09:49:42Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a0c8bcf227e44e96aa1a94f5f8743a72","id":"1c756892-ebcc-4b58-ad53-0bc123dcb755","name":"CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-pub-net"}]} 2018-10-26 09:49:45,199 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-pub-net used request id req-da6d883e-d5e2-4b7a-ace2-53165d6a73ce 2018-10-26 09:49:45,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:49:45,207 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:49: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:49:45,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a0c8bcf227e44e96aa1a94f5f8743a72 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}377214274cc46b1f3d1b4343656fa5fe6e39436b" 2018-10-26 09:49:45,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:49:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f38806d-fbb1-4ed3-8518-4e649493ab98 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a0c8bcf227e44e96aa1a94f5f8743a72"}, "enabled": true, "id": "a0c8bcf227e44e96aa1a94f5f8743a72", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-355837b1-ee11-4c1-proj"}} 2018-10-26 09:49:45,303 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a0c8bcf227e44e96aa1a94f5f8743a72 used request id req-8f38806d-fbb1-4ed3-8518-4e649493ab98 2018-10-26 09:49:45,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1c756892-ebcc-4b58-ad53-0bc123dcb755 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}377214274cc46b1f3d1b4343656fa5fe6e39436b" 2018-10-26 09:49:45,514 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-2e15580e-8057-44d4-98b1-0009dbbc2ae0 Date: Fri, 26 Oct 2018 09:49:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1c756892-ebcc-4b58-ad53-0bc123dcb755","tenant_id":"a0c8bcf227e44e96aa1a94f5f8743a72","created_at":"2018-10-26T09:49:43Z","dns_nameservers":[],"updated_at":"2018-10-26T09:49:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a0c8bcf227e44e96aa1a94f5f8743a72","id":"cc6c8927-5f82-4e4d-84b8-831e802841a7","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-pub-subnet"}]} 2018-10-26 09:49:45,514 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1c756892-ebcc-4b58-ad53-0bc123dcb755 used request id req-2e15580e-8057-44d4-98b1-0009dbbc2ae0 2018-10-26 09:49:45,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=1c756892-ebcc-4b58-ad53-0bc123dcb755&name=CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}377214274cc46b1f3d1b4343656fa5fe6e39436b" 2018-10-26 09:49:45,696 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-a2b2237e-7870-42a9-ab4a-077ab92c31a7 Date: Fri, 26 Oct 2018 09:49:45 GMT RESP BODY: {"ports":[]} 2018-10-26 09:49:45,696 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=1c756892-ebcc-4b58-ad53-0bc123dcb755&name=CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2port-1&admin_state_up=True used request id req-a2b2237e-7870-42a9-ab4a-077ab92c31a7 2018-10-26 09:49:45,699 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}377214274cc46b1f3d1b4343656fa5fe6e39436b" 2018-10-26 09:49:45,933 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:49: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-85bac532-3c1e-4cf7-acc1-365d0eb6b283 x-compute-request-id: req-85bac532-3c1e-4cf7-acc1-365d0eb6b283 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-26 09:49:45,933 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-inst used request id req-85bac532-3c1e-4cf7-acc1-365d0eb6b283 2018-10-26 09:49:45,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}377214274cc46b1f3d1b4343656fa5fe6e39436b" 2018-10-26 09:49:46,462 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-712007db-73be-41ad-86c2-3da692665a55 Date: Fri, 26 Oct 2018 09:49: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":["cc6c8927-5f82-4e4d-84b8-831e802841a7"],"updated_at":"2018-10-26T09:49:43Z","tenant_id":"a0c8bcf227e44e96aa1a94f5f8743a72","created_at":"2018-10-26T09:49:42Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a0c8bcf227e44e96aa1a94f5f8743a72","id":"1c756892-ebcc-4b58-ad53-0bc123dcb755","name":"CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-pub-net"}]} 2018-10-26 09:49:46,463 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-pub-net used request id req-712007db-73be-41ad-86c2-3da692665a55 2018-10-26 09:49:46,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a0c8bcf227e44e96aa1a94f5f8743a72 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}377214274cc46b1f3d1b4343656fa5fe6e39436b" 2018-10-26 09:49:46,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:49:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bef0ec53-2d22-40ce-b081-8fb213f9b1a1 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a0c8bcf227e44e96aa1a94f5f8743a72"}, "enabled": true, "id": "a0c8bcf227e44e96aa1a94f5f8743a72", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-355837b1-ee11-4c1-proj"}} 2018-10-26 09:49:46,553 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a0c8bcf227e44e96aa1a94f5f8743a72 used request id req-bef0ec53-2d22-40ce-b081-8fb213f9b1a1 2018-10-26 09:49:46,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1c756892-ebcc-4b58-ad53-0bc123dcb755 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}377214274cc46b1f3d1b4343656fa5fe6e39436b" 2018-10-26 09:49:46,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-94732cec-a309-4419-a9d6-7322e42c82d6 Date: Fri, 26 Oct 2018 09:49:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1c756892-ebcc-4b58-ad53-0bc123dcb755","tenant_id":"a0c8bcf227e44e96aa1a94f5f8743a72","created_at":"2018-10-26T09:49:43Z","dns_nameservers":[],"updated_at":"2018-10-26T09:49:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a0c8bcf227e44e96aa1a94f5f8743a72","id":"cc6c8927-5f82-4e4d-84b8-831e802841a7","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-pub-subnet"}]} 2018-10-26 09:49:46,772 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1c756892-ebcc-4b58-ad53-0bc123dcb755 used request id req-94732cec-a309-4419-a9d6-7322e42c82d6 2018-10-26 09:49:46,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=1c756892-ebcc-4b58-ad53-0bc123dcb755&name=CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}377214274cc46b1f3d1b4343656fa5fe6e39436b" 2018-10-26 09:49:46,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-efd27b83-43f2-4a8d-9394-b9f26acc1566 Date: Fri, 26 Oct 2018 09:49:46 GMT RESP BODY: {"ports":[]} 2018-10-26 09:49:46,966 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=1c756892-ebcc-4b58-ad53-0bc123dcb755&name=CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2port-1&admin_state_up=True used request id req-efd27b83-43f2-4a8d-9394-b9f26acc1566 2018-10-26 09:49:46,967 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:49:46,968 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:49:47,334 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9ce0a2f5b6eb4a38a986044cb80a2716", "name": "CreateInstancePortManipulationTests-355837b1-ee11-4c1-proj-role"}], "expires_at": "2018-10-26T10:49:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a0c8bcf227e44e96aa1a94f5f8743a72", "name": "CreateInstancePortManipulationTests-355837b1-ee11-4c1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a0c8bcf227e44e96aa1a94f5f8743a72", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/a0c8bcf227e44e96aa1a94f5f8743a72", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/a0c8bcf227e44e96aa1a94f5f8743a72", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a0c8bcf227e44e96aa1a94f5f8743a72", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/a0c8bcf227e44e96aa1a94f5f8743a72", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/a0c8bcf227e44e96aa1a94f5f8743a72", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/a0c8bcf227e44e96aa1a94f5f8743a72", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/a0c8bcf227e44e96aa1a94f5f8743a72", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/a0c8bcf227e44e96aa1a94f5f8743a72", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/a0c8bcf227e44e96aa1a94f5f8743a72", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/a0c8bcf227e44e96aa1a94f5f8743a72", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/a0c8bcf227e44e96aa1a94f5f8743a72", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-355837b1-ee11-4c1-user", "id": "a1a86f76ec6b4123ba1db8b4e74468c9"}, "audit_ids": ["5bBj3SaRSNaOnpY1NkU8Dw"], "issued_at": "2018-10-26T09:49:47.000000Z"}} 2018-10-26 09:49:47,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cc8e9e02562c25af350b8589117415dab89ffbe" 2018-10-26 09:49:47,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:49:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e5dd372-8f81-4ec0-80ec-ad2eebf75c40 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:49:47,416 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-3e5dd372-8f81-4ec0-80ec-ad2eebf75c40 2018-10-26 09:49:47,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}377214274cc46b1f3d1b4343656fa5fe6e39436b" 2018-10-26 09:49:47,683 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-6760955f-541b-4bd0-9e25-82cf88756883 Date: Fri, 26 Oct 2018 09:49: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":["cc6c8927-5f82-4e4d-84b8-831e802841a7"],"updated_at":"2018-10-26T09:49:43Z","tenant_id":"a0c8bcf227e44e96aa1a94f5f8743a72","created_at":"2018-10-26T09:49:42Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a0c8bcf227e44e96aa1a94f5f8743a72","id":"1c756892-ebcc-4b58-ad53-0bc123dcb755","name":"CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-pub-net"}]} 2018-10-26 09:49:47,683 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-pub-net used request id req-6760955f-541b-4bd0-9e25-82cf88756883 2018-10-26 09:49:47,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1c756892-ebcc-4b58-ad53-0bc123dcb755 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}377214274cc46b1f3d1b4343656fa5fe6e39436b" 2018-10-26 09:49:47,741 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-25c43c75-7e42-471d-93cb-c6054703af29 Date: Fri, 26 Oct 2018 09:49:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1c756892-ebcc-4b58-ad53-0bc123dcb755","tenant_id":"a0c8bcf227e44e96aa1a94f5f8743a72","created_at":"2018-10-26T09:49:43Z","dns_nameservers":[],"updated_at":"2018-10-26T09:49:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a0c8bcf227e44e96aa1a94f5f8743a72","id":"cc6c8927-5f82-4e4d-84b8-831e802841a7","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-pub-subnet"}]} 2018-10-26 09:49:47,741 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1c756892-ebcc-4b58-ad53-0bc123dcb755 used request id req-25c43c75-7e42-471d-93cb-c6054703af29 2018-10-26 09:49:47,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}377214274cc46b1f3d1b4343656fa5fe6e39436b" 2018-10-26 09:49:48,001 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-0120745b-c1bb-4acf-870f-22db32fa8c59 Date: Fri, 26 Oct 2018 09:49: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":["cc6c8927-5f82-4e4d-84b8-831e802841a7"],"updated_at":"2018-10-26T09:49:43Z","tenant_id":"a0c8bcf227e44e96aa1a94f5f8743a72","created_at":"2018-10-26T09:49:42Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a0c8bcf227e44e96aa1a94f5f8743a72","id":"1c756892-ebcc-4b58-ad53-0bc123dcb755","name":"CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-pub-net"}]} 2018-10-26 09:49:48,001 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-pub-net used request id req-0120745b-c1bb-4acf-870f-22db32fa8c59 2018-10-26 09:49:48,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:49:48,010 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:49:48,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a0c8bcf227e44e96aa1a94f5f8743a72 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4cc8e9e02562c25af350b8589117415dab89ffbe" 2018-10-26 09:49:48,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:49:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0204f34-a0c7-4f9b-9240-eb72710081c9 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a0c8bcf227e44e96aa1a94f5f8743a72"}, "enabled": true, "id": "a0c8bcf227e44e96aa1a94f5f8743a72", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-355837b1-ee11-4c1-proj"}} 2018-10-26 09:49:48,091 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a0c8bcf227e44e96aa1a94f5f8743a72 used request id req-c0204f34-a0c7-4f9b-9240-eb72710081c9 2018-10-26 09:49:48,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1c756892-ebcc-4b58-ad53-0bc123dcb755 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}377214274cc46b1f3d1b4343656fa5fe6e39436b" 2018-10-26 09:49:48,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-7a7c0a71-0ae8-4cb4-9d22-934f0ffa00ad Date: Fri, 26 Oct 2018 09:49:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1c756892-ebcc-4b58-ad53-0bc123dcb755","tenant_id":"a0c8bcf227e44e96aa1a94f5f8743a72","created_at":"2018-10-26T09:49:43Z","dns_nameservers":[],"updated_at":"2018-10-26T09:49:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a0c8bcf227e44e96aa1a94f5f8743a72","id":"cc6c8927-5f82-4e4d-84b8-831e802841a7","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-pub-subnet"}]} 2018-10-26 09:49:48,175 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1c756892-ebcc-4b58-ad53-0bc123dcb755 used request id req-7a7c0a71-0ae8-4cb4-9d22-934f0ffa00ad 2018-10-26 09:49:48,176 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-pub-net 2018-10-26 09:49:48,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}377214274cc46b1f3d1b4343656fa5fe6e39436b" -d '{"port": {"network_id": "1c756892-ebcc-4b58-ad53-0bc123dcb755", "name": "CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2port-1", "allowed_address_pairs": [{"ip_address": "10.55.0.101", "mac_address": "0a:1b:2c:3d:4e:5f"}], "admin_state_up": true}}' 2018-10-26 09:49:49,271 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 854 X-Openstack-Request-Id: req-361191ae-226a-42db-81c6-445aecce799c Date: Fri, 26 Oct 2018 09:49:49 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-26T09:49:48Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"cc6c8927-5f82-4e4d-84b8-831e802841a7","ip_address":"10.55.0.10"}],"id":"8fd654b2-f315-4d76-bde0-94d1245fe9a0","security_groups":["31fc2e9d-1929-4a79-adab-376efa605e4e"],"mac_address":"fa:16:3e:03:aa:8d","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2port-1","project_id":"a0c8bcf227e44e96aa1a94f5f8743a72","qos_policy_id":null,"admin_state_up":true,"network_id":"1c756892-ebcc-4b58-ad53-0bc123dcb755","tenant_id":"a0c8bcf227e44e96aa1a94f5f8743a72","created_at":"2018-10-26T09:49:48Z","binding:vnic_type":"normal"}} 2018-10-26 09:49:49,271 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-361191ae-226a-42db-81c6-445aecce799c 2018-10-26 09:49:49,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}377214274cc46b1f3d1b4343656fa5fe6e39436b" 2018-10-26 09:49:49,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-a2e0df9b-afd3-4276-be5b-c4766b51e44d Date: Fri, 26 Oct 2018 09:49: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":["cc6c8927-5f82-4e4d-84b8-831e802841a7"],"updated_at":"2018-10-26T09:49:43Z","tenant_id":"a0c8bcf227e44e96aa1a94f5f8743a72","created_at":"2018-10-26T09:49:42Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a0c8bcf227e44e96aa1a94f5f8743a72","id":"1c756892-ebcc-4b58-ad53-0bc123dcb755","name":"CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-pub-net"}]} 2018-10-26 09:49:49,526 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-pub-net used request id req-a2e0df9b-afd3-4276-be5b-c4766b51e44d 2018-10-26 09:49:49,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a0c8bcf227e44e96aa1a94f5f8743a72 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}377214274cc46b1f3d1b4343656fa5fe6e39436b" 2018-10-26 09:49:49,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:49:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6c87b58-546a-4369-9693-866f0ab26ac0 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a0c8bcf227e44e96aa1a94f5f8743a72"}, "enabled": true, "id": "a0c8bcf227e44e96aa1a94f5f8743a72", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-355837b1-ee11-4c1-proj"}} 2018-10-26 09:49:49,613 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a0c8bcf227e44e96aa1a94f5f8743a72 used request id req-f6c87b58-546a-4369-9693-866f0ab26ac0 2018-10-26 09:49:49,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1c756892-ebcc-4b58-ad53-0bc123dcb755 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}377214274cc46b1f3d1b4343656fa5fe6e39436b" 2018-10-26 09:49:49,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-ebe938c0-fb02-4313-8287-13e98a9f35d7 Date: Fri, 26 Oct 2018 09:49:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1c756892-ebcc-4b58-ad53-0bc123dcb755","tenant_id":"a0c8bcf227e44e96aa1a94f5f8743a72","created_at":"2018-10-26T09:49:43Z","dns_nameservers":[],"updated_at":"2018-10-26T09:49:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a0c8bcf227e44e96aa1a94f5f8743a72","id":"cc6c8927-5f82-4e4d-84b8-831e802841a7","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-pub-subnet"}]} 2018-10-26 09:49:49,675 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1c756892-ebcc-4b58-ad53-0bc123dcb755 used request id req-ebe938c0-fb02-4313-8287-13e98a9f35d7 2018-10-26 09:49:49,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=1c756892-ebcc-4b58-ad53-0bc123dcb755&name=CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}377214274cc46b1f3d1b4343656fa5fe6e39436b" 2018-10-26 09:49:49,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 857 X-Openstack-Request-Id: req-d4a797c1-f92f-4eb6-97a9-d00968963562 Date: Fri, 26 Oct 2018 09:49:49 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-26T09:49:48Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"cc6c8927-5f82-4e4d-84b8-831e802841a7","ip_address":"10.55.0.10"}],"id":"8fd654b2-f315-4d76-bde0-94d1245fe9a0","security_groups":["31fc2e9d-1929-4a79-adab-376efa605e4e"],"mac_address":"fa:16:3e:03:aa:8d","project_id":"a0c8bcf227e44e96aa1a94f5f8743a72","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2port-1","admin_state_up":true,"network_id":"1c756892-ebcc-4b58-ad53-0bc123dcb755","tenant_id":"a0c8bcf227e44e96aa1a94f5f8743a72","created_at":"2018-10-26T09:49:48Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-26 09:49:49,761 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=1c756892-ebcc-4b58-ad53-0bc123dcb755&name=CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2port-1&admin_state_up=True used request id req-d4a797c1-f92f-4eb6-97a9-d00968963562 2018-10-26 09:49:49,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a0c8bcf227e44e96aa1a94f5f8743a72 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}377214274cc46b1f3d1b4343656fa5fe6e39436b" 2018-10-26 09:49:49,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:49:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-993085bc-27ed-4feb-bfe8-7ca454413471 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a0c8bcf227e44e96aa1a94f5f8743a72"}, "enabled": true, "id": "a0c8bcf227e44e96aa1a94f5f8743a72", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-355837b1-ee11-4c1-proj"}} 2018-10-26 09:49:49,843 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a0c8bcf227e44e96aa1a94f5f8743a72 used request id req-993085bc-27ed-4feb-bfe8-7ca454413471 2018-10-26 09:49:49,843 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-inst 2018-10-26 09:49:49,847 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}377214274cc46b1f3d1b4343656fa5fe6e39436b" 2018-10-26 09:49:49,877 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:49: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-4b8c2250-529b-407e-931e-7458a6612d66 x-compute-request-id: req-4b8c2250-529b-407e-931e-7458a6612d66 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"flavors": [{"id": "bc4fbbd5-47ba-4983-a766-855f08d7dc88", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/bc4fbbd5-47ba-4983-a766-855f08d7dc88", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/bc4fbbd5-47ba-4983-a766-855f08d7dc88", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-flavor-name"}]} 2018-10-26 09:49:49,877 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-4b8c2250-529b-407e-931e-7458a6612d66 2018-10-26 09:49:49,881 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/bc4fbbd5-47ba-4983-a766-855f08d7dc88 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}377214274cc46b1f3d1b4343656fa5fe6e39436b" 2018-10-26 09:49:49,900 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:49: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-beeafc00-51ed-4cea-9f5b-de7ef1d9097f x-compute-request-id: req-beeafc00-51ed-4cea-9f5b-de7ef1d9097f Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/bc4fbbd5-47ba-4983-a766-855f08d7dc88", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/bc4fbbd5-47ba-4983-a766-855f08d7dc88", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "bc4fbbd5-47ba-4983-a766-855f08d7dc88", "name": "CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 09:49:49,900 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/bc4fbbd5-47ba-4983-a766-855f08d7dc88 used request id req-beeafc00-51ed-4cea-9f5b-de7ef1d9097f 2018-10-26 09:49:49,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}377214274cc46b1f3d1b4343656fa5fe6e39436b" 2018-10-26 09:49:50,074 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-2894d890-3a0e-4b54-a68d-f6010662f2d1 Date: Fri, 26 Oct 2018 09:49:50 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:49:39Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:49:40Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/eaced330-387d-4be5-ac62-b5d954560f10/snap", "metadata": {}}], "self": "/v2/images/eaced330-387d-4be5-ac62-b5d954560f10", "min_disk": 0, "protected": false, "id": "eaced330-387d-4be5-ac62-b5d954560f10", "file": "/v2/images/eaced330-387d-4be5-ac62-b5d954560f10/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "a0c8bcf227e44e96aa1a94f5f8743a72", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/eaced330-387d-4be5-ac62-b5d954560f10/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-image"} 2018-10-26 09:49:50,074 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-image used request id req-2894d890-3a0e-4b54-a68d-f6010662f2d1 2018-10-26 09:49:50,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}377214274cc46b1f3d1b4343656fa5fe6e39436b" 2018-10-26 09:49:50,225 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4bc82aaf-02fd-4812-8ef2-b53ad8c4ce8e Date: Fri, 26 Oct 2018 09: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-26 09:49:50,225 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-4bc82aaf-02fd-4812-8ef2-b53ad8c4ce8e 2018-10-26 09:49:50,231 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}377214274cc46b1f3d1b4343656fa5fe6e39436b" -d '{"server": {"name": "CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-inst", "imageRef": "eaced330-387d-4be5-ac62-b5d954560f10", "flavorRef": "bc4fbbd5-47ba-4983-a766-855f08d7dc88", "max_count": 1, "min_count": 1, "networks": [{"port": "8fd654b2-f315-4d76-bde0-94d1245fe9a0"}]}}' 2018-10-26 09:49:51,783 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:49:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0154fb46-f5c0-4dea-8f8c-5edadb2283eb x-compute-request-id: req-0154fb46-f5c0-4dea-8f8c-5edadb2283eb Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/f1a42df4-a4f9-41e7-bb1a-05218291e5b6 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "f1a42df4-a4f9-41e7-bb1a-05218291e5b6", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/f1a42df4-a4f9-41e7-bb1a-05218291e5b6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/f1a42df4-a4f9-41e7-bb1a-05218291e5b6", "rel": "bookmark"}], "adminPass": "9iYCCBQ72q8L"}} 2018-10-26 09:49:51,783 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-0154fb46-f5c0-4dea-8f8c-5edadb2283eb 2018-10-26 09:49:51,786 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/f1a42df4-a4f9-41e7-bb1a-05218291e5b6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}377214274cc46b1f3d1b4343656fa5fe6e39436b" 2018-10-26 09:49:51,996 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:49:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-63441409-2e84-48f2-85e3-7630ae2628c5 x-compute-request-id: req-63441409-2e84-48f2-85e3-7630ae2628c5 Content-Encoding: gzip Content-Length: 620 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/f1a42df4-a4f9-41e7-bb1a-05218291e5b6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/f1a42df4-a4f9-41e7-bb1a-05218291e5b6", "rel": "bookmark"}], "image": {"id": "eaced330-387d-4be5-ac62-b5d954560f10", "links": [{"href": "http://172.30.9.21:8774/images/eaced330-387d-4be5-ac62-b5d954560f10", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc4fbbd5-47ba-4983-a766-855f08d7dc88", "links": [{"href": "http://172.30.9.21:8774/flavors/bc4fbbd5-47ba-4983-a766-855f08d7dc88", "rel": "bookmark"}]}, "id": "f1a42df4-a4f9-41e7-bb1a-05218291e5b6", "user_id": "a1a86f76ec6b4123ba1db8b4e74468c9", "OS-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-26T09:49:51Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-inst", "created": "2018-10-26T09:49:51Z", "tenant_id": "a0c8bcf227e44e96aa1a94f5f8743a72", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:49:51,996 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/f1a42df4-a4f9-41e7-bb1a-05218291e5b6 used request id req-63441409-2e84-48f2-85e3-7630ae2628c5 2018-10-26 09:49:51,997 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-inst 2018-10-26 09:49:52,000 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/f1a42df4-a4f9-41e7-bb1a-05218291e5b6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}377214274cc46b1f3d1b4343656fa5fe6e39436b" 2018-10-26 09:49:52,384 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:49:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-619c4ab3-9d91-4490-bd30-f9190c9342b9 x-compute-request-id: req-619c4ab3-9d91-4490-bd30-f9190c9342b9 Content-Encoding: gzip Content-Length: 623 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/f1a42df4-a4f9-41e7-bb1a-05218291e5b6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/f1a42df4-a4f9-41e7-bb1a-05218291e5b6", "rel": "bookmark"}], "image": {"id": "eaced330-387d-4be5-ac62-b5d954560f10", "links": [{"href": "http://172.30.9.21:8774/images/eaced330-387d-4be5-ac62-b5d954560f10", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc4fbbd5-47ba-4983-a766-855f08d7dc88", "links": [{"href": "http://172.30.9.21:8774/flavors/bc4fbbd5-47ba-4983-a766-855f08d7dc88", "rel": "bookmark"}]}, "id": "f1a42df4-a4f9-41e7-bb1a-05218291e5b6", "user_id": "a1a86f76ec6b4123ba1db8b4e74468c9", "OS-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-26T09:49:52Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-inst", "created": "2018-10-26T09:49:51Z", "tenant_id": "a0c8bcf227e44e96aa1a94f5f8743a72", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:49:52,385 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/f1a42df4-a4f9-41e7-bb1a-05218291e5b6 used request id req-619c4ab3-9d91-4490-bd30-f9190c9342b9 2018-10-26 09:49:52,385 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-inst] is - BUILD 2018-10-26 09:49:52,385 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:49:55,388 - create_instance - DEBUG - VM status query timeout in 896.608908892 2018-10-26 09:49:55,391 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/f1a42df4-a4f9-41e7-bb1a-05218291e5b6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}377214274cc46b1f3d1b4343656fa5fe6e39436b" 2018-10-26 09:49:56,025 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:49:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-adf8c28a-5bed-488d-846a-9b3b6e56f3b4 x-compute-request-id: req-adf8c28a-5bed-488d-846a-9b3b6e56f3b4 Content-Encoding: gzip Content-Length: 688 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/f1a42df4-a4f9-41e7-bb1a-05218291e5b6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/f1a42df4-a4f9-41e7-bb1a-05218291e5b6", "rel": "bookmark"}], "image": {"id": "eaced330-387d-4be5-ac62-b5d954560f10", "links": [{"href": "http://172.30.9.21:8774/images/eaced330-387d-4be5-ac62-b5d954560f10", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc4fbbd5-47ba-4983-a766-855f08d7dc88", "links": [{"href": "http://172.30.9.21:8774/flavors/bc4fbbd5-47ba-4983-a766-855f08d7dc88", "rel": "bookmark"}]}, "id": "f1a42df4-a4f9-41e7-bb1a-05218291e5b6", "security_groups": [{"name": "default"}], "user_id": "a1a86f76ec6b4123ba1db8b4e74468c9", "OS-DCF: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-26T09:49:52Z", "hostId": "b41607e81de04936a3c42a54d87c0f02f001c3117fc2d6224a833435", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-inst", "created": "2018-10-26T09:49:51Z", "tenant_id": "a0c8bcf227e44e96aa1a94f5f8743a72", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:49:56,026 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/f1a42df4-a4f9-41e7-bb1a-05218291e5b6 used request id req-adf8c28a-5bed-488d-846a-9b3b6e56f3b4 2018-10-26 09:49:56,026 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-inst] is - BUILD 2018-10-26 09:49:56,026 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:49:59,026 - create_instance - DEBUG - VM status query timeout in 892.970809937 2018-10-26 09:49:59,030 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/f1a42df4-a4f9-41e7-bb1a-05218291e5b6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}377214274cc46b1f3d1b4343656fa5fe6e39436b" 2018-10-26 09:49:59,507 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:49:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b082aa0e-0a26-4bf4-9213-7f0d4564abb9 x-compute-request-id: req-b082aa0e-0a26-4bf4-9213-7f0d4564abb9 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:03:aa:8d", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/f1a42df4-a4f9-41e7-bb1a-05218291e5b6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/f1a42df4-a4f9-41e7-bb1a-05218291e5b6", "rel": "bookmark"}], "image": {"id": "eaced330-387d-4be5-ac62-b5d954560f10", "links": [{"href": "http://172.30.9.21:8774/images/eaced330-387d-4be5-ac62-b5d954560f10", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:49:57.000000", "flavor": {"id": "bc4fbbd5-47ba-4983-a766-855f08d7dc88", "links": [{"href": "http://172.30.9.21:8774/flavors/bc4fbbd5-47ba-4983-a766-855f08d7dc88", "rel": "bookmark"}]}, "id": "f1a42df4-a4f9-41e7-bb1a-05218291e5b6", "security_groups": [{"name": "default"}], "user_id": "a1a86f76ec6b4123ba1db8b4e74468c9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:49:57Z", "hostId": "b41607e81de04936a3c42a54d87c0f02f001c3117fc2d6224a833435", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-inst", "created": "2018-10-26T09:49:51Z", "tenant_id": "a0c8bcf227e44e96aa1a94f5f8743a72", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:49:59,507 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/f1a42df4-a4f9-41e7-bb1a-05218291e5b6 used request id req-b082aa0e-0a26-4bf4-9213-7f0d4564abb9 2018-10-26 09:49:59,507 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-inst] is - ACTIVE 2018-10-26 09:49:59,507 - create_instance - INFO - VM is - ACTIVE 2018-10-26 09:49:59,510 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/f1a42df4-a4f9-41e7-bb1a-05218291e5b6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}377214274cc46b1f3d1b4343656fa5fe6e39436b" 2018-10-26 09:50:00,099 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:49:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4c225d9a-7cba-4141-bffc-23c3a3e3e396 x-compute-request-id: req-4c225d9a-7cba-4141-bffc-23c3a3e3e396 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:03:aa:8d", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/f1a42df4-a4f9-41e7-bb1a-05218291e5b6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/f1a42df4-a4f9-41e7-bb1a-05218291e5b6", "rel": "bookmark"}], "image": {"id": "eaced330-387d-4be5-ac62-b5d954560f10", "links": [{"href": "http://172.30.9.21:8774/images/eaced330-387d-4be5-ac62-b5d954560f10", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:49:57.000000", "flavor": {"id": "bc4fbbd5-47ba-4983-a766-855f08d7dc88", "links": [{"href": "http://172.30.9.21:8774/flavors/bc4fbbd5-47ba-4983-a766-855f08d7dc88", "rel": "bookmark"}]}, "id": "f1a42df4-a4f9-41e7-bb1a-05218291e5b6", "security_groups": [{"name": "default"}], "user_id": "a1a86f76ec6b4123ba1db8b4e74468c9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:49:57Z", "hostId": "b41607e81de04936a3c42a54d87c0f02f001c3117fc2d6224a833435", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-inst", "created": "2018-10-26T09:49:51Z", "tenant_id": "a0c8bcf227e44e96aa1a94f5f8743a72", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:50:00,099 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/f1a42df4-a4f9-41e7-bb1a-05218291e5b6 used request id req-4c225d9a-7cba-4141-bffc-23c3a3e3e396 2018-10-26 09:50:00,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}377214274cc46b1f3d1b4343656fa5fe6e39436b" 2018-10-26 09:50:00,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-863ba47b-19bd-4ca6-b151-3513e0544e63 Date: Fri, 26 Oct 2018 09: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":["cc6c8927-5f82-4e4d-84b8-831e802841a7"],"updated_at":"2018-10-26T09:49:43Z","tenant_id":"a0c8bcf227e44e96aa1a94f5f8743a72","created_at":"2018-10-26T09:49:42Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a0c8bcf227e44e96aa1a94f5f8743a72","id":"1c756892-ebcc-4b58-ad53-0bc123dcb755","name":"CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-pub-net"}]} 2018-10-26 09:50:00,494 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-pub-net used request id req-863ba47b-19bd-4ca6-b151-3513e0544e63 2018-10-26 09:50:00,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a0c8bcf227e44e96aa1a94f5f8743a72 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}377214274cc46b1f3d1b4343656fa5fe6e39436b" 2018-10-26 09:50:00,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9116766a-c216-4a71-b36e-cb2561e8500a Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a0c8bcf227e44e96aa1a94f5f8743a72"}, "enabled": true, "id": "a0c8bcf227e44e96aa1a94f5f8743a72", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-355837b1-ee11-4c1-proj"}} 2018-10-26 09:50:00,578 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a0c8bcf227e44e96aa1a94f5f8743a72 used request id req-9116766a-c216-4a71-b36e-cb2561e8500a 2018-10-26 09:50:00,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1c756892-ebcc-4b58-ad53-0bc123dcb755 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}377214274cc46b1f3d1b4343656fa5fe6e39436b" 2018-10-26 09:50:00,681 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-65af9490-ab86-4ba4-8836-9908f5c8a005 Date: Fri, 26 Oct 2018 09:50:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1c756892-ebcc-4b58-ad53-0bc123dcb755","tenant_id":"a0c8bcf227e44e96aa1a94f5f8743a72","created_at":"2018-10-26T09:49:43Z","dns_nameservers":[],"updated_at":"2018-10-26T09:49:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a0c8bcf227e44e96aa1a94f5f8743a72","id":"cc6c8927-5f82-4e4d-84b8-831e802841a7","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-pub-subnet"}]} 2018-10-26 09:50:00,681 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1c756892-ebcc-4b58-ad53-0bc123dcb755 used request id req-65af9490-ab86-4ba4-8836-9908f5c8a005 2018-10-26 09:50:00,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=1c756892-ebcc-4b58-ad53-0bc123dcb755 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}377214274cc46b1f3d1b4343656fa5fe6e39436b" 2018-10-26 09:50:00,922 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3184 X-Openstack-Request-Id: req-b8f766df-b468-4431-a5ee-0ee40fe25162 Date: Fri, 26 Oct 2018 09:50:00 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:49:46Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"cc6c8927-5f82-4e4d-84b8-831e802841a7","ip_address":"10.55.0.4"}],"id":"0e7d65db-e36a-4671-8ef6-3fed24f82f28","security_groups":[],"mac_address":"fa:16:3e:38:6c:21","project_id":"a0c8bcf227e44e96aa1a94f5f8743a72","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1c756892-ebcc-4b58-ad53-0bc123dcb755","tenant_id":"a0c8bcf227e44e96aa1a94f5f8743a72","created_at":"2018-10-26T09:49:45Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1c756892-ebcc-4b58-ad53-0bc123dcb755"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:49:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"cc6c8927-5f82-4e4d-84b8-831e802841a7","ip_address":"10.55.0.3"}],"id":"18398a1f-3fe7-404a-9271-edab8cabd4b1","security_groups":[],"mac_address":"fa:16:3e:04:b1:46","project_id":"a0c8bcf227e44e96aa1a94f5f8743a72","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1c756892-ebcc-4b58-ad53-0bc123dcb755","tenant_id":"a0c8bcf227e44e96aa1a94f5f8743a72","created_at":"2018-10-26T09:49:44Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1c756892-ebcc-4b58-ad53-0bc123dcb755"},{"allowed_address_pairs":[{"ip_address":"10.55.0.101","mac_address":"0a:1b:2c:3d:4e:5f"}],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:49:56Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"cc6c8927-5f82-4e4d-84b8-831e802841a7","ip_address":"10.55.0.10"}],"id":"8fd654b2-f315-4d76-bde0-94d1245fe9a0","security_groups":["31fc2e9d-1929-4a79-adab-376efa605e4e"],"mac_address":"fa:16:3e:03:aa:8d","project_id":"a0c8bcf227e44e96aa1a94f5f8743a72","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2port-1","admin_state_up":true,"network_id":"1c756892-ebcc-4b58-ad53-0bc123dcb755","tenant_id":"a0c8bcf227e44e96aa1a94f5f8743a72","created_at":"2018-10-26T09:49:48Z","binding:vnic_type":"normal","device_id":"f1a42df4-a4f9-41e7-bb1a-05218291e5b6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:49:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"cc6c8927-5f82-4e4d-84b8-831e802841a7","ip_address":"10.55.0.2"}],"id":"baa8d80e-c0ce-48c0-9a31-4965bf84fd45","security_groups":[],"mac_address":"fa:16:3e:19:f6:2c","project_id":"a0c8bcf227e44e96aa1a94f5f8743a72","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1c756892-ebcc-4b58-ad53-0bc123dcb755","tenant_id":"a0c8bcf227e44e96aa1a94f5f8743a72","created_at":"2018-10-26T09:49:43Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1c756892-ebcc-4b58-ad53-0bc123dcb755"}]} 2018-10-26 09:50:00,922 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=1c756892-ebcc-4b58-ad53-0bc123dcb755 used request id req-b8f766df-b468-4431-a5ee-0ee40fe25162 2018-10-26 09:50:00,923 - create_instance - INFO - Deleting Port with ID - 8fd654b2-f315-4d76-bde0-94d1245fe9a0 2018-10-26 09:50:00,923 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2port-1 2018-10-26 09:50:00,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/8fd654b2-f315-4d76-bde0-94d1245fe9a0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}377214274cc46b1f3d1b4343656fa5fe6e39436b" 2018-10-26 09:50:01,372 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-53d03858-31ee-4924-a834-da4dfb71e3ca Date: Fri, 26 Oct 2018 09:50:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:50:01,372 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/8fd654b2-f315-4d76-bde0-94d1245fe9a0 used request id req-53d03858-31ee-4924-a834-da4dfb71e3ca 2018-10-26 09:50:01,373 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-inst 2018-10-26 09:50:01,375 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/f1a42df4-a4f9-41e7-bb1a-05218291e5b6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}377214274cc46b1f3d1b4343656fa5fe6e39436b" 2018-10-26 09:50:01,513 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:50: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-1f7c859b-4571-409d-8eff-eb39e23c125d x-compute-request-id: req-1f7c859b-4571-409d-8eff-eb39e23c125d Content-Type: application/json 2018-10-26 09:50:01,513 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/f1a42df4-a4f9-41e7-bb1a-05218291e5b6 used request id req-1f7c859b-4571-409d-8eff-eb39e23c125d 2018-10-26 09:50:01,513 - create_instance - INFO - Checking deletion status 2018-10-26 09:50:01,516 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/f1a42df4-a4f9-41e7-bb1a-05218291e5b6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}377214274cc46b1f3d1b4343656fa5fe6e39436b" 2018-10-26 09:50:01,895 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50: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-91711f7e-2377-462b-bef8-d954c670b4b8 x-compute-request-id: req-91711f7e-2377-462b-bef8-d954c670b4b8 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:03:aa:8d", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/f1a42df4-a4f9-41e7-bb1a-05218291e5b6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/f1a42df4-a4f9-41e7-bb1a-05218291e5b6", "rel": "bookmark"}], "image": {"id": "eaced330-387d-4be5-ac62-b5d954560f10", "links": [{"href": "http://172.30.9.21:8774/images/eaced330-387d-4be5-ac62-b5d954560f10", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:49:57.000000", "flavor": {"id": "bc4fbbd5-47ba-4983-a766-855f08d7dc88", "links": [{"href": "http://172.30.9.21:8774/flavors/bc4fbbd5-47ba-4983-a766-855f08d7dc88", "rel": "bookmark"}]}, "id": "f1a42df4-a4f9-41e7-bb1a-05218291e5b6", "user_id": "a1a86f76ec6b4123ba1db8b4e74468c9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:50:01Z", "hostId": "b41607e81de04936a3c42a54d87c0f02f001c3117fc2d6224a833435", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-inst", "created": "2018-10-26T09:49:51Z", "tenant_id": "a0c8bcf227e44e96aa1a94f5f8743a72", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:50:01,895 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/f1a42df4-a4f9-41e7-bb1a-05218291e5b6 used request id req-91711f7e-2377-462b-bef8-d954c670b4b8 2018-10-26 09:50:01,896 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-inst] is - ACTIVE 2018-10-26 09:50:01,896 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:50:04,899 - create_instance - DEBUG - VM status query timeout in 296.614042997 2018-10-26 09:50:04,902 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/f1a42df4-a4f9-41e7-bb1a-05218291e5b6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}377214274cc46b1f3d1b4343656fa5fe6e39436b" 2018-10-26 09:50:04,956 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 09: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 x-openstack-request-id: req-445028ec-979c-4033-8318-edc03016706c x-compute-request-id: req-445028ec-979c-4033-8318-edc03016706c Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance f1a42df4-a4f9-41e7-bb1a-05218291e5b6 could not be found.", "code": 404}} 2018-10-26 09:50:04,956 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/f1a42df4-a4f9-41e7-bb1a-05218291e5b6 used request id req-445028ec-979c-4033-8318-edc03016706c 2018-10-26 09:50:04,956 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance f1a42df4-a4f9-41e7-bb1a-05218291e5b6 could not be found. (HTTP 404) (Request-ID: req-445028ec-979c-4033-8318-edc03016706c) 2018-10-26 09:50:04,956 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-inst 2018-10-26 09:50:04,960 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/bc4fbbd5-47ba-4983-a766-855f08d7dc88 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e42f2f14e899523aff3a83b54b141edd9ab72b4d" 2018-10-26 09:50:04,999 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09: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 x-openstack-request-id: req-0a2bf5f9-6c4b-443c-a2a1-08d6b3458333 x-compute-request-id: req-0a2bf5f9-6c4b-443c-a2a1-08d6b3458333 Content-Length: 0 Content-Type: application/json 2018-10-26 09:50:04,999 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/bc4fbbd5-47ba-4983-a766-855f08d7dc88 used request id req-0a2bf5f9-6c4b-443c-a2a1-08d6b3458333 2018-10-26 09:50:05,000 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-pub-subnet 2018-10-26 09:50:05,000 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-pub-subnet 2018-10-26 09:50:05,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/cc6c8927-5f82-4e4d-84b8-831e802841a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e46ab514ed986aa6ff289870360eeca433a93c" 2018-10-26 09:50:07,253 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1a5876d2-567c-4201-974f-fe0d5858249c Date: Fri, 26 Oct 2018 09:50:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:50:07,253 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/cc6c8927-5f82-4e4d-84b8-831e802841a7 used request id req-1a5876d2-567c-4201-974f-fe0d5858249c 2018-10-26 09:50:07,253 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-pub-net 2018-10-26 09:50:07,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/1c756892-ebcc-4b58-ad53-0bc123dcb755 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8e46ab514ed986aa6ff289870360eeca433a93c" 2018-10-26 09:50:08,557 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-783dcb5c-81cc-42cf-a88d-08d1a570e799 Date: Fri, 26 Oct 2018 09:50:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:50:08,557 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/1c756892-ebcc-4b58-ad53-0bc123dcb755 used request id req-783dcb5c-81cc-42cf-a88d-08d1a570e799 2018-10-26 09:50:08,558 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-16cd6c43-9c8b-4382-9f45-335d39e220e2-image 2018-10-26 09:50:08,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/eaced330-387d-4be5-ac62-b5d954560f10 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a2a935be608e6e933f9840360bba840e31b13ef7" 2018-10-26 09:50:09,716 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b104cfaf-c3f1-4d44-a0f2-09b75d2b7cdd Date: Fri, 26 Oct 2018 09:50: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-26 09:50:09,716 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/eaced330-387d-4be5-ac62-b5d954560f10 used request id req-b104cfaf-c3f1-4d44-a0f2-09b75d2b7cdd 2018-10-26 09:50:09,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60edd99b2c7dbca59449b22c7865c80537143409" 2018-10-26 09:50:09,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-b39e5962-677c-4be6-b6c3-e2aabc5c6ad0 Date: Fri, 26 Oct 2018 09:50:09 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "a0c8bcf227e44e96aa1a94f5f8743a72", "created_at": "2018-10-26T09:49:42Z", "updated_at": "2018-10-26T09:49:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:49:42Z", "revision_number": 0, "id": "627b0577-90cd-44d1-ac23-3cdbf25f8407", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:49:42Z", "security_group_id": "31fc2e9d-1929-4a79-adab-376efa605e4e", "tenant_id": "a0c8bcf227e44e96aa1a94f5f8743a72", "port_range_min": null, "ethertype": "IPv4", "project_id": "a0c8bcf227e44e96aa1a94f5f8743a72"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:49:42Z", "revision_number": 0, "id": "a2b91acb-d725-4452-8c39-3efc917f39b3", "remote_group_id": "31fc2e9d-1929-4a79-adab-376efa605e4e", "remote_ip_prefix": null, "created_at": "2018-10-26T09:49:42Z", "security_group_id": "31fc2e9d-1929-4a79-adab-376efa605e4e", "tenant_id": "a0c8bcf227e44e96aa1a94f5f8743a72", "port_range_min": null, "ethertype": "IPv4", "project_id": "a0c8bcf227e44e96aa1a94f5f8743a72"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:49:42Z", "revision_number": 0, "id": "a735a0ab-5eb8-4276-bfa7-15145925122e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:49:42Z", "security_group_id": "31fc2e9d-1929-4a79-adab-376efa605e4e", "tenant_id": "a0c8bcf227e44e96aa1a94f5f8743a72", "port_range_min": null, "ethertype": "IPv6", "project_id": "a0c8bcf227e44e96aa1a94f5f8743a72"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:49:42Z", "revision_number": 0, "id": "aab68c8c-dac8-452a-8b34-8dafbfe0b844", "remote_group_id": "31fc2e9d-1929-4a79-adab-376efa605e4e", "remote_ip_prefix": null, "created_at": "2018-10-26T09:49:42Z", "security_group_id": "31fc2e9d-1929-4a79-adab-376efa605e4e", "tenant_id": "a0c8bcf227e44e96aa1a94f5f8743a72", "port_range_min": null, "ethertype": "IPv6", "project_id": "a0c8bcf227e44e96aa1a94f5f8743a72"}], "revision_number": 4, "project_id": "a0c8bcf227e44e96aa1a94f5f8743a72", "id": "31fc2e9d-1929-4a79-adab-376efa605e4e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:50:09,926 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-b39e5962-677c-4be6-b6c3-e2aabc5c6ad0 2018-10-26 09:50:09,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a0c8bcf227e44e96aa1a94f5f8743a72 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60edd99b2c7dbca59449b22c7865c80537143409" 2018-10-26 09:50:10,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3357c34b-17a6-44de-8139-536403c8b73d Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a0c8bcf227e44e96aa1a94f5f8743a72"}, "enabled": true, "id": "a0c8bcf227e44e96aa1a94f5f8743a72", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-355837b1-ee11-4c1-proj"}} 2018-10-26 09:50:10,023 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a0c8bcf227e44e96aa1a94f5f8743a72 used request id req-3357c34b-17a6-44de-8139-536403c8b73d 2018-10-26 09:50:10,023 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 31fc2e9d-1929-4a79-adab-376efa605e4e 2018-10-26 09:50:10,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=31fc2e9d-1929-4a79-adab-376efa605e4e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60edd99b2c7dbca59449b22c7865c80537143409" 2018-10-26 09:50:10,209 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-a7d299dd-d35d-489b-a36e-ae761dab2db6 Date: Fri, 26 Oct 2018 09:50: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-26T09:49:42Z", "security_group_id": "31fc2e9d-1929-4a79-adab-376efa605e4e", "port_range_min": null, "revision_number": 0, "tenant_id": "a0c8bcf227e44e96aa1a94f5f8743a72", "created_at": "2018-10-26T09:49:42Z", "project_id": "a0c8bcf227e44e96aa1a94f5f8743a72", "id": "627b0577-90cd-44d1-ac23-3cdbf25f8407"}, {"remote_group_id": "31fc2e9d-1929-4a79-adab-376efa605e4e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:49:42Z", "security_group_id": "31fc2e9d-1929-4a79-adab-376efa605e4e", "port_range_min": null, "revision_number": 0, "tenant_id": "a0c8bcf227e44e96aa1a94f5f8743a72", "created_at": "2018-10-26T09:49:42Z", "project_id": "a0c8bcf227e44e96aa1a94f5f8743a72", "id": "a2b91acb-d725-4452-8c39-3efc917f39b3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:49:42Z", "security_group_id": "31fc2e9d-1929-4a79-adab-376efa605e4e", "port_range_min": null, "revision_number": 0, "tenant_id": "a0c8bcf227e44e96aa1a94f5f8743a72", "created_at": "2018-10-26T09:49:42Z", "project_id": "a0c8bcf227e44e96aa1a94f5f8743a72", "id": "a735a0ab-5eb8-4276-bfa7-15145925122e"}, {"remote_group_id": "31fc2e9d-1929-4a79-adab-376efa605e4e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:49:42Z", "security_group_id": "31fc2e9d-1929-4a79-adab-376efa605e4e", "port_range_min": null, "revision_number": 0, "tenant_id": "a0c8bcf227e44e96aa1a94f5f8743a72", "created_at": "2018-10-26T09:49:42Z", "project_id": "a0c8bcf227e44e96aa1a94f5f8743a72", "id": "aab68c8c-dac8-452a-8b34-8dafbfe0b844"}]} 2018-10-26 09:50:10,209 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=31fc2e9d-1929-4a79-adab-376efa605e4e used request id req-a7d299dd-d35d-489b-a36e-ae761dab2db6 2018-10-26 09:50:10,210 - neutron_utils - INFO - Deleting security group with name - default 2018-10-26 09:50:10,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/31fc2e9d-1929-4a79-adab-376efa605e4e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60edd99b2c7dbca59449b22c7865c80537143409" 2018-10-26 09:50:10,515 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-28756a09-4a9c-445f-a607-e783e7a1eab0 Content-Length: 0 Date: Fri, 26 Oct 2018 09:50:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:50:10,515 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/31fc2e9d-1929-4a79-adab-376efa605e4e used request id req-28756a09-4a9c-445f-a607-e783e7a1eab0 2018-10-26 09:50:10,516 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-355837b1-ee11-4c1-proj 2018-10-26 09:50:10,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/a0c8bcf227e44e96aa1a94f5f8743a72 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60edd99b2c7dbca59449b22c7865c80537143409" 2018-10-26 09:50:10,711 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:50:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-253f8931-2c83-415b-9fb6-99f823c2281e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:50:10,711 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/a0c8bcf227e44e96aa1a94f5f8743a72 used request id req-253f8931-2c83-415b-9fb6-99f823c2281e 2018-10-26 09:50:10,712 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-355837b1-ee11-4c1-proj-role 2018-10-26 09:50:10,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/9ce0a2f5b6eb4a38a986044cb80a2716 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60edd99b2c7dbca59449b22c7865c80537143409" 2018-10-26 09:50:10,817 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:50:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-42ff22af-fe3f-410b-b7d2-5c8ef6ec574f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:50:10,817 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/9ce0a2f5b6eb4a38a986044cb80a2716 used request id req-42ff22af-fe3f-410b-b7d2-5c8ef6ec574f 2018-10-26 09:50:10,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60edd99b2c7dbca59449b22c7865c80537143409" 2018-10-26 09:50:10,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fa36d58-4229-4fef-8b77-e01423419ea4 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:50:10,914 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-6fa36d58-4229-4fef-8b77-e01423419ea4 2018-10-26 09:50:10,915 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-355837b1-ee11-4c1-user 2018-10-26 09:50:10,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/a1a86f76ec6b4123ba1db8b4e74468c9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a36fc9bae1510a90718d8eee17e5131403125eb7" 2018-10-26 09:50:11,181 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:50:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fd16dd34-b709-4efc-894c-486e754baa52 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:50:11,181 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/a1a86f76ec6b4123ba1db8b4e74468c9 used request id req-fd16dd34-b709-4efc-894c-486e754baa52 2018-10-26 09:50:11,183 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:50:11,556 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:50:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["VfoCv33vR4uZB8eabnfB1Q"], "issued_at": "2018-10-26T09:50:11.000000Z"}} 2018-10-26 09:50:11,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}683c751fc41e3c8a38ee0b34700ab952bd6de6fb" 2018-10-26 09:50:11,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1146a4b-16e6-4b46-841f-d4852f5bc1af Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:50:11,641 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e1146a4b-16e6-4b46-841f-d4852f5bc1af 2018-10-26 09:50:11,642 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:50:11,643 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:50:12,119 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:50:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["i6fHyr_LQJqO-jd3KK6RXg"], "issued_at": "2018-10-26T09:50:12.000000Z"}} 2018-10-26 09:50:12,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dcd0c6781ec7273f9a6c2bd991c24c9ce9c3488" 2018-10-26 09:50:12,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-883b5216-7546-4f00-9eae-38694ec4ff38 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:50:12,198 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-883b5216-7546-4f00-9eae-38694ec4ff38 2018-10-26 09:50:12,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:50:12,208 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:50: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:50:12,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-806678a7-6607-40a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dcd0c6781ec7273f9a6c2bd991c24c9ce9c3488" 2018-10-26 09:50:12,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61efc280-0e8b-42e0-84f6-c1509ac9a3bd Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-806678a7-6607-40a-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:50:12,298 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-806678a7-6607-40a-proj used request id req-61efc280-0e8b-42e0-84f6-c1509ac9a3bd 2018-10-26 09:50:12,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dcd0c6781ec7273f9a6c2bd991c24c9ce9c3488" 2018-10-26 09:50:12,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9342e601-eabb-49dc-80f8-8e16d49c86ed Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:50:12,385 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-9342e601-eabb-49dc-80f8-8e16d49c86ed 2018-10-26 09:50:12,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dcd0c6781ec7273f9a6c2bd991c24c9ce9c3488" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-806678a7-6607-40a-proj"}}' 2018-10-26 09:50:12,512 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:50:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-35ed9a7b-9ff7-448b-becf-780dad89d068 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/19289b460bd945f28c47d4770e037ff8"}, "enabled": true, "id": "19289b460bd945f28c47d4770e037ff8", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-806678a7-6607-40a-proj"}} 2018-10-26 09:50:12,512 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-35ed9a7b-9ff7-448b-becf-780dad89d068 2018-10-26 09:50:12,512 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-806678a7-6607-40a-proj 2018-10-26 09:50:12,513 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:50:12,513 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:50:12,904 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:50:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["U10CaBp8T6mrpD6Eg7k9Mw"], "issued_at": "2018-10-26T09:50:12.000000Z"}} 2018-10-26 09:50:12,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35bd0bfa75df8fe2b9b2bf431eb3deb582cfa89b" 2018-10-26 09:50:12,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc416b9a-881a-4680-b913-0bf3a2faf971 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:50:12,983 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-bc416b9a-881a-4680-b913-0bf3a2faf971 2018-10-26 09:50:12,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:50:12,994 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:50: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:50:12,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35bd0bfa75df8fe2b9b2bf431eb3deb582cfa89b" 2018-10-26 09:50:13,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66da8f60-001e-4a38-9287-b7914f943eeb Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:50:13,098 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-66da8f60-001e-4a38-9287-b7914f943eeb 2018-10-26 09:50:13,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-806678a7-6607-40a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35bd0bfa75df8fe2b9b2bf431eb3deb582cfa89b" 2018-10-26 09:50:13,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06ea2589-2709-4d58-a710-ec1c14b9690d Content-Encoding: gzip Content-Length: 264 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-806678a7-6607-40a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/19289b460bd945f28c47d4770e037ff8"}, "enabled": true, "id": "19289b460bd945f28c47d4770e037ff8", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-806678a7-6607-40a-proj"}]} 2018-10-26 09:50:13,184 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-806678a7-6607-40a-proj used request id req-06ea2589-2709-4d58-a710-ec1c14b9690d 2018-10-26 09:50:13,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35bd0bfa75df8fe2b9b2bf431eb3deb582cfa89b" 2018-10-26 09:50:13,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b10434bc-5002-492f-ac93-ba265244faf7 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:50:13,281 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-b10434bc-5002-492f-ac93-ba265244faf7 2018-10-26 09:50:13,673 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-806678a7-6607-40a-user 2018-10-26 09:50:13,673 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:50:13,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dcd0c6781ec7273f9a6c2bd991c24c9ce9c3488" 2018-10-26 09:50:13,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-789778f0-ee9e-44d9-bec9-a4379543209a Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:50:13,758 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-789778f0-ee9e-44d9-bec9-a4379543209a 2018-10-26 09:50:13,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dcd0c6781ec7273f9a6c2bd991c24c9ce9c3488" -d '{"role": {"name": "CreateInstancePortManipulationTests-806678a7-6607-40a-proj-role"}}' 2018-10-26 09:50:13,883 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:50:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0e7436d9-4fa4-4fb4-a85a-ed762c573d9d Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c9ee17f66aba448abba811ad568eaf4f", "links": {"self": "http://172.30.9.21:5000/v3/roles/c9ee17f66aba448abba811ad568eaf4f"}, "name": "CreateInstancePortManipulationTests-806678a7-6607-40a-proj-role"}} 2018-10-26 09:50:13,883 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-0e7436d9-4fa4-4fb4-a85a-ed762c573d9d 2018-10-26 09:50:13,884 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-806678a7-6607-40a-proj-role 2018-10-26 09:50:13,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/c9ee17f66aba448abba811ad568eaf4f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dcd0c6781ec7273f9a6c2bd991c24c9ce9c3488" 2018-10-26 09:50:13,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-adf02326-72f9-4d57-aa7e-b276761e4113 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/c9ee17f66aba448abba811ad568eaf4f"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-806678a7-6607-40a-proj-role", "id": "c9ee17f66aba448abba811ad568eaf4f"}} 2018-10-26 09:50:13,974 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/c9ee17f66aba448abba811ad568eaf4f used request id req-adf02326-72f9-4d57-aa7e-b276761e4113 2018-10-26 09:50:13,975 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-806678a7-6607-40a-proj-role to project CreateInstancePortManipulationTests-806678a7-6607-40a-proj 2018-10-26 09:50:13,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/19289b460bd945f28c47d4770e037ff8/users/673bdc2b9ee947ac8089e4a84c3a6bd2/roles/c9ee17f66aba448abba811ad568eaf4f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dcd0c6781ec7273f9a6c2bd991c24c9ce9c3488" 2018-10-26 09:50:14,101 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:50:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2e4e9698-5ebb-45c8-8c13-318c4b49123d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:50:14,102 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/19289b460bd945f28c47d4770e037ff8/users/673bdc2b9ee947ac8089e4a84c3a6bd2/roles/c9ee17f66aba448abba811ad568eaf4f used request id req-2e4e9698-5ebb-45c8-8c13-318c4b49123d 2018-10-26 09:50:14,102 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-26 09:50:14,102 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:50:14,103 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:50:14,485 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c9ee17f66aba448abba811ad568eaf4f", "name": "CreateInstancePortManipulationTests-806678a7-6607-40a-proj-role"}], "expires_at": "2018-10-26T10:50:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "19289b460bd945f28c47d4770e037ff8", "name": "CreateInstancePortManipulationTests-806678a7-6607-40a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/19289b460bd945f28c47d4770e037ff8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/19289b460bd945f28c47d4770e037ff8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/19289b460bd945f28c47d4770e037ff8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/19289b460bd945f28c47d4770e037ff8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/19289b460bd945f28c47d4770e037ff8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/19289b460bd945f28c47d4770e037ff8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/19289b460bd945f28c47d4770e037ff8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/19289b460bd945f28c47d4770e037ff8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/19289b460bd945f28c47d4770e037ff8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/19289b460bd945f28c47d4770e037ff8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/19289b460bd945f28c47d4770e037ff8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/19289b460bd945f28c47d4770e037ff8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-806678a7-6607-40a-user", "id": "673bdc2b9ee947ac8089e4a84c3a6bd2"}, "audit_ids": ["64asPKoVQLKPMOZWKoCRrw"], "issued_at": "2018-10-26T09:50:14.000000Z"}} 2018-10-26 09:50:14,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f94aeac0fa79b7630460db9402c7b5e741f71a08" 2018-10-26 09:50:14,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0dd8ce1c-902e-4093-9f63-a399baca40b4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:50:14,564 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-0dd8ce1c-902e-4093-9f63-a399baca40b4 2018-10-26 09:50:14,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-fe06563a-2451-403a-b346-a6088e2d3a7b-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f94aeac0fa79b7630460db9402c7b5e741f71a08" 2018-10-26 09:50:14,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-ab96e2e0-1c52-4f42-a944-807dac6505b6 Date: Fri, 26 Oct 2018 09:50:14 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-fe06563a-2451-403a-b346-a6088e2d3a7b-image"} 2018-10-26 09:50:14,742 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-fe06563a-2451-403a-b346-a6088e2d3a7b-image used request id req-ab96e2e0-1c52-4f42-a944-807dac6505b6 2018-10-26 09:50:14,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f94aeac0fa79b7630460db9402c7b5e741f71a08" 2018-10-26 09:50:14,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-15434bd4-ca71-4728-8ce6-8b17c88f877a Date: Fri, 26 Oct 2018 09:50: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-26 09:50:14,910 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-15434bd4-ca71-4728-8ce6-8b17c88f877a 2018-10-26 09:50:14,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f94aeac0fa79b7630460db9402c7b5e741f71a08" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-fe06563a-2451-403a-b346-a6088e2d3a7b-image"}' 2018-10-26 09:50:15,161 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/db8d8f0f-0aa2-4703-9e59-20641ea30bd6 X-Openstack-Request-Id: req-e0f15f52-9330-4c41-8375-c78625be17f2 Date: Fri, 26 Oct 2018 09:50:15 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-fe06563a-2451-403a-b346-a6088e2d3a7b-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:50:15Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-26T09:50:15Z", "visibility": "shared", "locations": [], "self": "/v2/images/db8d8f0f-0aa2-4703-9e59-20641ea30bd6", "min_disk": 0, "protected": false, "id": "db8d8f0f-0aa2-4703-9e59-20641ea30bd6", "file": "/v2/images/db8d8f0f-0aa2-4703-9e59-20641ea30bd6/file", "checksum": null, "owner": "19289b460bd945f28c47d4770e037ff8", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:50:15,162 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-e0f15f52-9330-4c41-8375-c78625be17f2 2018-10-26 09:50:15,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/db8d8f0f-0aa2-4703-9e59-20641ea30bd6/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f94aeac0fa79b7630460db9402c7b5e741f71a08" -d '' 2018-10-26 09:50:17,265 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1cfa4472-257a-467a-9606-7dc9c8779bae Date: Fri, 26 Oct 2018 09:50: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-26 09:50:17,265 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/db8d8f0f-0aa2-4703-9e59-20641ea30bd6/file used request id req-1cfa4472-257a-467a-9606-7dc9c8779bae 2018-10-26 09:50:17,265 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 09:50:17,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/db8d8f0f-0aa2-4703-9e59-20641ea30bd6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f94aeac0fa79b7630460db9402c7b5e741f71a08" 2018-10-26 09:50:17,446 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-27264108-fcf1-46a8-8ee0-12ac92f6ebf7 Date: Fri, 26 Oct 2018 09:50:17 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-fe06563a-2451-403a-b346-a6088e2d3a7b-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:50:15Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:50:17Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/db8d8f0f-0aa2-4703-9e59-20641ea30bd6/snap", "metadata": {}}], "self": "/v2/images/db8d8f0f-0aa2-4703-9e59-20641ea30bd6", "min_disk": 0, "protected": false, "id": "db8d8f0f-0aa2-4703-9e59-20641ea30bd6", "file": "/v2/images/db8d8f0f-0aa2-4703-9e59-20641ea30bd6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "19289b460bd945f28c47d4770e037ff8", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/db8d8f0f-0aa2-4703-9e59-20641ea30bd6/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:50:17,446 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/db8d8f0f-0aa2-4703-9e59-20641ea30bd6 used request id req-27264108-fcf1-46a8-8ee0-12ac92f6ebf7 2018-10-26 09:50:17,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f94aeac0fa79b7630460db9402c7b5e741f71a08" 2018-10-26 09:50:17,457 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-dd964a5f-31e7-48ed-bd26-2763451af37a Date: Fri, 26 Oct 2018 09:50: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-26 09:50:17,457 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-dd964a5f-31e7-48ed-bd26-2763451af37a 2018-10-26 09:50:17,460 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-fe06563a-2451-403a-b346-a6088e2d3a7b-image 2018-10-26 09:50:17,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/db8d8f0f-0aa2-4703-9e59-20641ea30bd6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f94aeac0fa79b7630460db9402c7b5e741f71a08" 2018-10-26 09:50:17,628 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-b5abb725-a785-4107-9899-89d13f9a0d88 Date: Fri, 26 Oct 2018 09:50:17 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-fe06563a-2451-403a-b346-a6088e2d3a7b-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:50:15Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:50:17Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/db8d8f0f-0aa2-4703-9e59-20641ea30bd6/snap", "metadata": {}}], "self": "/v2/images/db8d8f0f-0aa2-4703-9e59-20641ea30bd6", "min_disk": 0, "protected": false, "id": "db8d8f0f-0aa2-4703-9e59-20641ea30bd6", "file": "/v2/images/db8d8f0f-0aa2-4703-9e59-20641ea30bd6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "19289b460bd945f28c47d4770e037ff8", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/db8d8f0f-0aa2-4703-9e59-20641ea30bd6/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:50:17,628 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/db8d8f0f-0aa2-4703-9e59-20641ea30bd6 used request id req-b5abb725-a785-4107-9899-89d13f9a0d88 2018-10-26 09:50:17,629 - create_image - DEBUG - Instance status is - active 2018-10-26 09:50:17,629 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-fe06563a-2451-403a-b346-a6088e2d3a7b-image 2018-10-26 09:50:17,629 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-fe06563a-2451-403a-b346-a6088e2d3a7b-image 2018-10-26 09:50:17,629 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:50:17,630 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:50:17,996 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c9ee17f66aba448abba811ad568eaf4f", "name": "CreateInstancePortManipulationTests-806678a7-6607-40a-proj-role"}], "expires_at": "2018-10-26T10:50:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "19289b460bd945f28c47d4770e037ff8", "name": "CreateInstancePortManipulationTests-806678a7-6607-40a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/19289b460bd945f28c47d4770e037ff8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/19289b460bd945f28c47d4770e037ff8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/19289b460bd945f28c47d4770e037ff8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/19289b460bd945f28c47d4770e037ff8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/19289b460bd945f28c47d4770e037ff8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/19289b460bd945f28c47d4770e037ff8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/19289b460bd945f28c47d4770e037ff8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/19289b460bd945f28c47d4770e037ff8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/19289b460bd945f28c47d4770e037ff8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/19289b460bd945f28c47d4770e037ff8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/19289b460bd945f28c47d4770e037ff8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/19289b460bd945f28c47d4770e037ff8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-806678a7-6607-40a-user", "id": "673bdc2b9ee947ac8089e4a84c3a6bd2"}, "audit_ids": ["L32r475wTfaGs32H_yhIgg"], "issued_at": "2018-10-26T09:50:17.000000Z"}} 2018-10-26 09:50:17,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f327c49951b46f848bb786ee6de3bdafe9cf444" 2018-10-26 09:50:18,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17e36007-2638-4597-b628-7d015c414b2e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:50:18,068 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-17e36007-2638-4597-b628-7d015c414b2e 2018-10-26 09:50:18,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-fe06563a-2451-403a-b346-a6088e2d3a7b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f327c49951b46f848bb786ee6de3bdafe9cf444" 2018-10-26 09:50:18,256 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-08244797-036b-4710-a7e3-d377361e3c46 Date: Fri, 26 Oct 2018 09:50:18 GMT RESP BODY: {"networks":[]} 2018-10-26 09:50:18,256 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-fe06563a-2451-403a-b346-a6088e2d3a7b-pub-net used request id req-08244797-036b-4710-a7e3-d377361e3c46 2018-10-26 09:50:18,256 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-fe06563a-2451-403a-b346-a6088e2d3a7b-pub-net 2018-10-26 09:50:18,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f327c49951b46f848bb786ee6de3bdafe9cf444" -d '{"network": {"name": "CreateInstancePortManipulationTests-fe06563a-2451-403a-b346-a6088e2d3a7b-pub-net", "admin_state_up": true}}' 2018-10-26 09:50:18,846 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-2d8bb2de-e78d-43cf-92b3-36f224b90618 Date: Fri, 26 Oct 2018 09:50:18 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"e18f2e30-82aa-4712-ba15-f88beb81829b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"19289b460bd945f28c47d4770e037ff8","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T09:50:18Z","is_default":false,"name":"CreateInstancePortManipulationTests-fe06563a-2451-403a-b346-a6088e2d3a7b-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"19289b460bd945f28c47d4770e037ff8","created_at":"2018-10-26T09:50:18Z","mtu":1450}} 2018-10-26 09:50:18,846 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-2d8bb2de-e78d-43cf-92b3-36f224b90618 2018-10-26 09:50:18,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=e18f2e30-82aa-4712-ba15-f88beb81829b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f327c49951b46f848bb786ee6de3bdafe9cf444" 2018-10-26 09:50:19,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-d6b28fff-1361-4143-8cf0-40e76ba5c2b6 Date: Fri, 26 Oct 2018 09:50: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-26T09:50:18Z","tenant_id":"19289b460bd945f28c47d4770e037ff8","created_at":"2018-10-26T09:50:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"19289b460bd945f28c47d4770e037ff8","id":"e18f2e30-82aa-4712-ba15-f88beb81829b","name":"CreateInstancePortManipulationTests-fe06563a-2451-403a-b346-a6088e2d3a7b-pub-net"}]} 2018-10-26 09:50:19,081 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=e18f2e30-82aa-4712-ba15-f88beb81829b used request id req-d6b28fff-1361-4143-8cf0-40e76ba5c2b6 2018-10-26 09:50:19,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e18f2e30-82aa-4712-ba15-f88beb81829b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f327c49951b46f848bb786ee6de3bdafe9cf444" 2018-10-26 09:50:19,253 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-5e4e3909-9967-4df5-8959-a8b4d0a13a88 Date: Fri, 26 Oct 2018 09:50:19 GMT RESP BODY: {"subnets":[]} 2018-10-26 09:50:19,254 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e18f2e30-82aa-4712-ba15-f88beb81829b used request id req-5e4e3909-9967-4df5-8959-a8b4d0a13a88 2018-10-26 09:50:19,254 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-fe06563a-2451-403a-b346-a6088e2d3a7b-pub-subnet 2018-10-26 09:50:19,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f327c49951b46f848bb786ee6de3bdafe9cf444" -d '{"subnets": [{"ip_version": 4, "network_id": "e18f2e30-82aa-4712-ba15-f88beb81829b", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-fe06563a-2451-403a-b346-a6088e2d3a7b-pub-subnet"}]}' 2018-10-26 09:50:19,755 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-d4fbdfe6-1aaa-43b0-8d29-49fb663727e7 Date: Fri, 26 Oct 2018 09:50:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e18f2e30-82aa-4712-ba15-f88beb81829b","tenant_id":"19289b460bd945f28c47d4770e037ff8","created_at":"2018-10-26T09:50:19Z","dns_nameservers":[],"updated_at":"2018-10-26T09:50: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":"19289b460bd945f28c47d4770e037ff8","id":"7438c6f0-2def-4476-ac79-5c3078b13a77","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-fe06563a-2451-403a-b346-a6088e2d3a7b-pub-subnet"}]} 2018-10-26 09:50:19,755 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-d4fbdfe6-1aaa-43b0-8d29-49fb663727e7 2018-10-26 09:50:19,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=e18f2e30-82aa-4712-ba15-f88beb81829b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f327c49951b46f848bb786ee6de3bdafe9cf444" 2018-10-26 09:50:19,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-496d5488-ca6b-4abf-b78a-e44d306b67cc Date: Fri, 26 Oct 2018 09:50: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":["7438c6f0-2def-4476-ac79-5c3078b13a77"],"updated_at":"2018-10-26T09:50:19Z","tenant_id":"19289b460bd945f28c47d4770e037ff8","created_at":"2018-10-26T09:50:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"19289b460bd945f28c47d4770e037ff8","id":"e18f2e30-82aa-4712-ba15-f88beb81829b","name":"CreateInstancePortManipulationTests-fe06563a-2451-403a-b346-a6088e2d3a7b-pub-net"}]} 2018-10-26 09:50:19,995 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=e18f2e30-82aa-4712-ba15-f88beb81829b used request id req-496d5488-ca6b-4abf-b78a-e44d306b67cc 2018-10-26 09:50:20,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e18f2e30-82aa-4712-ba15-f88beb81829b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f327c49951b46f848bb786ee6de3bdafe9cf444" 2018-10-26 09:50:20,209 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-8cb009a5-eff3-4a64-8e95-5fd7ab9f7a8a Date: Fri, 26 Oct 2018 09:50:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e18f2e30-82aa-4712-ba15-f88beb81829b","tenant_id":"19289b460bd945f28c47d4770e037ff8","created_at":"2018-10-26T09:50:19Z","dns_nameservers":[],"updated_at":"2018-10-26T09:50: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":"19289b460bd945f28c47d4770e037ff8","id":"7438c6f0-2def-4476-ac79-5c3078b13a77","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-fe06563a-2451-403a-b346-a6088e2d3a7b-pub-subnet"}]} 2018-10-26 09:50:20,209 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e18f2e30-82aa-4712-ba15-f88beb81829b used request id req-8cb009a5-eff3-4a64-8e95-5fd7ab9f7a8a 2018-10-26 09:50:20,209 - OpenStackNetwork - DEBUG - Network [e18f2e30-82aa-4712-ba15-f88beb81829b] created successfully 2018-10-26 09:50:20,210 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:50:20,210 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:50:20,597 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:50:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["oo02n676RKG_AmveJ-7V5Q"], "issued_at": "2018-10-26T09:50:20.000000Z"}} 2018-10-26 09:50:20,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05587ae05dd3e2a3721efa3a8ea2915ee0535074" 2018-10-26 09:50:20,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0ccc4d5-b62b-4f11-bb57-edd90e6466be Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:50:20,677 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f0ccc4d5-b62b-4f11-bb57-edd90e6466be 2018-10-26 09:50:20,678 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:50:20,683 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05587ae05dd3e2a3721efa3a8ea2915ee0535074" 2018-10-26 09:50:20,863 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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 x-openstack-request-id: req-6399f715-7a27-4747-a386-d9f46a8fe5c3 x-compute-request-id: req-6399f715-7a27-4747-a386-d9f46a8fe5c3 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-26 09:50:20,863 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-6399f715-7a27-4747-a386-d9f46a8fe5c3 2018-10-26 09:50:20,867 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05587ae05dd3e2a3721efa3a8ea2915ee0535074" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-fe06563a-2451-403a-b346-a6088e2d3a7b-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-26 09:50:20,918 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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-395ca441-cb87-423d-986a-56d042cd8517 x-compute-request-id: req-395ca441-cb87-423d-986a-56d042cd8517 Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/591430f8-f237-4a49-b082-e4b59735ee0d", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/591430f8-f237-4a49-b082-e4b59735ee0d", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "591430f8-f237-4a49-b082-e4b59735ee0d", "name": "CreateInstancePortManipulationTests-fe06563a-2451-403a-b346-a6088e2d3a7b-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 09:50:20,919 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-395ca441-cb87-423d-986a-56d042cd8517 2018-10-26 09:50:20,920 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:50:20,920 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:50:21,318 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c9ee17f66aba448abba811ad568eaf4f", "name": "CreateInstancePortManipulationTests-806678a7-6607-40a-proj-role"}], "expires_at": "2018-10-26T10:50:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "19289b460bd945f28c47d4770e037ff8", "name": "CreateInstancePortManipulationTests-806678a7-6607-40a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/19289b460bd945f28c47d4770e037ff8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/19289b460bd945f28c47d4770e037ff8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/19289b460bd945f28c47d4770e037ff8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/19289b460bd945f28c47d4770e037ff8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/19289b460bd945f28c47d4770e037ff8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/19289b460bd945f28c47d4770e037ff8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/19289b460bd945f28c47d4770e037ff8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/19289b460bd945f28c47d4770e037ff8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/19289b460bd945f28c47d4770e037ff8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/19289b460bd945f28c47d4770e037ff8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/19289b460bd945f28c47d4770e037ff8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/19289b460bd945f28c47d4770e037ff8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-806678a7-6607-40a-user", "id": "673bdc2b9ee947ac8089e4a84c3a6bd2"}, "audit_ids": ["5oTOOFQvTuOWy9pgbBOjWQ"], "issued_at": "2018-10-26T09:50:21.000000Z"}} 2018-10-26 09:50:21,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f35eef5a7f846b40c770349698ece8ebd686debc" 2018-10-26 09:50:21,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ce2eb13-16f7-48fd-89b6-74f529689337 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:50:21,396 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-3ce2eb13-16f7-48fd-89b6-74f529689337 2018-10-26 09:50:21,397 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:50:21,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f35eef5a7f846b40c770349698ece8ebd686debc" 2018-10-26 09:50:21,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ace63a2a-fbfe-43d1-b0c9-b7ef3031ea38 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:50:21,471 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ace63a2a-fbfe-43d1-b0c9-b7ef3031ea38 2018-10-26 09:50:21,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-fe06563a-2451-403a-b346-a6088e2d3a7b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f35eef5a7f846b40c770349698ece8ebd686debc" 2018-10-26 09:50:21,853 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-073eb0d4-16f7-4eca-829d-676263d632c9 Date: Fri, 26 Oct 2018 09:50: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":["7438c6f0-2def-4476-ac79-5c3078b13a77"],"updated_at":"2018-10-26T09:50:19Z","tenant_id":"19289b460bd945f28c47d4770e037ff8","created_at":"2018-10-26T09:50:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"19289b460bd945f28c47d4770e037ff8","id":"e18f2e30-82aa-4712-ba15-f88beb81829b","name":"CreateInstancePortManipulationTests-fe06563a-2451-403a-b346-a6088e2d3a7b-pub-net"}]} 2018-10-26 09:50:21,854 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-fe06563a-2451-403a-b346-a6088e2d3a7b-pub-net used request id req-073eb0d4-16f7-4eca-829d-676263d632c9 2018-10-26 09:50:21,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:50:21,862 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:50: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:50:21,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/19289b460bd945f28c47d4770e037ff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f35eef5a7f846b40c770349698ece8ebd686debc" 2018-10-26 09:50:21,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7f58687-3a78-48ce-906a-1d3082d36fcf Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/19289b460bd945f28c47d4770e037ff8"}, "enabled": true, "id": "19289b460bd945f28c47d4770e037ff8", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-806678a7-6607-40a-proj"}} 2018-10-26 09:50:21,946 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/19289b460bd945f28c47d4770e037ff8 used request id req-a7f58687-3a78-48ce-906a-1d3082d36fcf 2018-10-26 09:50:21,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e18f2e30-82aa-4712-ba15-f88beb81829b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f35eef5a7f846b40c770349698ece8ebd686debc" 2018-10-26 09:50:22,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-a1b5ee0e-c4af-43b4-97f7-415b18006bb1 Date: Fri, 26 Oct 2018 09:50:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e18f2e30-82aa-4712-ba15-f88beb81829b","tenant_id":"19289b460bd945f28c47d4770e037ff8","created_at":"2018-10-26T09:50:19Z","dns_nameservers":[],"updated_at":"2018-10-26T09:50: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":"19289b460bd945f28c47d4770e037ff8","id":"7438c6f0-2def-4476-ac79-5c3078b13a77","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-fe06563a-2451-403a-b346-a6088e2d3a7b-pub-subnet"}]} 2018-10-26 09:50:22,160 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e18f2e30-82aa-4712-ba15-f88beb81829b used request id req-a1b5ee0e-c4af-43b4-97f7-415b18006bb1 2018-10-26 09:50:22,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=e18f2e30-82aa-4712-ba15-f88beb81829b&name=CreateInstancePortManipulationTests-fe06563a-2451-403a-b346-a6088e2d3a7bport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f35eef5a7f846b40c770349698ece8ebd686debc" 2018-10-26 09:50:22,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-83ceb992-96b4-4b86-b39e-89201df23208 Date: Fri, 26 Oct 2018 09:50:22 GMT RESP BODY: {"ports":[]} 2018-10-26 09:50:22,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=e18f2e30-82aa-4712-ba15-f88beb81829b&name=CreateInstancePortManipulationTests-fe06563a-2451-403a-b346-a6088e2d3a7bport-1&admin_state_up=True used request id req-83ceb992-96b4-4b86-b39e-89201df23208 2018-10-26 09:50:22,354 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-fe06563a-2451-403a-b346-a6088e2d3a7b-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f35eef5a7f846b40c770349698ece8ebd686debc" 2018-10-26 09:50:22,597 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50: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-aa1fbbb2-a64e-4e4f-a911-cfa0283c0a92 x-compute-request-id: req-aa1fbbb2-a64e-4e4f-a911-cfa0283c0a92 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-26 09:50:22,598 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-fe06563a-2451-403a-b346-a6088e2d3a7b-inst used request id req-aa1fbbb2-a64e-4e4f-a911-cfa0283c0a92 2018-10-26 09:50:22,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-fe06563a-2451-403a-b346-a6088e2d3a7b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f35eef5a7f846b40c770349698ece8ebd686debc" 2018-10-26 09:50:22,853 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-1eac4c8c-f5dc-4a08-8bf5-fda339e8d945 Date: Fri, 26 Oct 2018 09:50: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":["7438c6f0-2def-4476-ac79-5c3078b13a77"],"updated_at":"2018-10-26T09:50:19Z","tenant_id":"19289b460bd945f28c47d4770e037ff8","created_at":"2018-10-26T09:50:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"19289b460bd945f28c47d4770e037ff8","id":"e18f2e30-82aa-4712-ba15-f88beb81829b","name":"CreateInstancePortManipulationTests-fe06563a-2451-403a-b346-a6088e2d3a7b-pub-net"}]} 2018-10-26 09:50:22,854 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-fe06563a-2451-403a-b346-a6088e2d3a7b-pub-net used request id req-1eac4c8c-f5dc-4a08-8bf5-fda339e8d945 2018-10-26 09:50:22,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/19289b460bd945f28c47d4770e037ff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f35eef5a7f846b40c770349698ece8ebd686debc" 2018-10-26 09:50:22,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f42ace29-32cc-4658-956a-c494f8d9f70a Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/19289b460bd945f28c47d4770e037ff8"}, "enabled": true, "id": "19289b460bd945f28c47d4770e037ff8", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-806678a7-6607-40a-proj"}} 2018-10-26 09:50:22,932 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/19289b460bd945f28c47d4770e037ff8 used request id req-f42ace29-32cc-4658-956a-c494f8d9f70a 2018-10-26 09:50:22,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e18f2e30-82aa-4712-ba15-f88beb81829b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f35eef5a7f846b40c770349698ece8ebd686debc" 2018-10-26 09:50:23,136 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-70024649-176d-465c-82a1-0df704f8cd4f Date: Fri, 26 Oct 2018 09:50:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e18f2e30-82aa-4712-ba15-f88beb81829b","tenant_id":"19289b460bd945f28c47d4770e037ff8","created_at":"2018-10-26T09:50:19Z","dns_nameservers":[],"updated_at":"2018-10-26T09:50: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":"19289b460bd945f28c47d4770e037ff8","id":"7438c6f0-2def-4476-ac79-5c3078b13a77","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-fe06563a-2451-403a-b346-a6088e2d3a7b-pub-subnet"}]} 2018-10-26 09:50:23,136 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e18f2e30-82aa-4712-ba15-f88beb81829b used request id req-70024649-176d-465c-82a1-0df704f8cd4f 2018-10-26 09:50:23,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=e18f2e30-82aa-4712-ba15-f88beb81829b&name=CreateInstancePortManipulationTests-fe06563a-2451-403a-b346-a6088e2d3a7bport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f35eef5a7f846b40c770349698ece8ebd686debc" 2018-10-26 09:50:23,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c91b26f1-631f-4f1f-8bf1-1beca86b3734 Date: Fri, 26 Oct 2018 09:50:23 GMT RESP BODY: {"ports":[]} 2018-10-26 09:50:23,312 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=e18f2e30-82aa-4712-ba15-f88beb81829b&name=CreateInstancePortManipulationTests-fe06563a-2451-403a-b346-a6088e2d3a7bport-1&admin_state_up=True used request id req-c91b26f1-631f-4f1f-8bf1-1beca86b3734 2018-10-26 09:50:23,312 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:50:23,313 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:50:23,690 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c9ee17f66aba448abba811ad568eaf4f", "name": "CreateInstancePortManipulationTests-806678a7-6607-40a-proj-role"}], "expires_at": "2018-10-26T10:50:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "19289b460bd945f28c47d4770e037ff8", "name": "CreateInstancePortManipulationTests-806678a7-6607-40a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/19289b460bd945f28c47d4770e037ff8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/19289b460bd945f28c47d4770e037ff8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/19289b460bd945f28c47d4770e037ff8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/19289b460bd945f28c47d4770e037ff8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/19289b460bd945f28c47d4770e037ff8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/19289b460bd945f28c47d4770e037ff8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/19289b460bd945f28c47d4770e037ff8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/19289b460bd945f28c47d4770e037ff8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/19289b460bd945f28c47d4770e037ff8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/19289b460bd945f28c47d4770e037ff8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/19289b460bd945f28c47d4770e037ff8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/19289b460bd945f28c47d4770e037ff8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-806678a7-6607-40a-user", "id": "673bdc2b9ee947ac8089e4a84c3a6bd2"}, "audit_ids": ["0Vq736cWSQqIAvrd66JSxA"], "issued_at": "2018-10-26T09:50:23.000000Z"}} 2018-10-26 09:50:23,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a307fd143736841b90e2c3998220b611be2470c" 2018-10-26 09:50:23,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abf02af3-22ca-4f40-a839-c773aad29247 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:50:23,775 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-abf02af3-22ca-4f40-a839-c773aad29247 2018-10-26 09:50:23,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-fe06563a-2451-403a-b346-a6088e2d3a7b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f35eef5a7f846b40c770349698ece8ebd686debc" 2018-10-26 09:50:24,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-3d0cda1b-5594-4e26-a306-61f47ddaface Date: Fri, 26 Oct 2018 09:50: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":["7438c6f0-2def-4476-ac79-5c3078b13a77"],"updated_at":"2018-10-26T09:50:19Z","tenant_id":"19289b460bd945f28c47d4770e037ff8","created_at":"2018-10-26T09:50:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"19289b460bd945f28c47d4770e037ff8","id":"e18f2e30-82aa-4712-ba15-f88beb81829b","name":"CreateInstancePortManipulationTests-fe06563a-2451-403a-b346-a6088e2d3a7b-pub-net"}]} 2018-10-26 09:50:24,030 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-fe06563a-2451-403a-b346-a6088e2d3a7b-pub-net used request id req-3d0cda1b-5594-4e26-a306-61f47ddaface 2018-10-26 09:50:24,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e18f2e30-82aa-4712-ba15-f88beb81829b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f35eef5a7f846b40c770349698ece8ebd686debc" 2018-10-26 09:50:24,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-1f6c69aa-694d-4d7c-b886-27c19a417abb Date: Fri, 26 Oct 2018 09:50:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e18f2e30-82aa-4712-ba15-f88beb81829b","tenant_id":"19289b460bd945f28c47d4770e037ff8","created_at":"2018-10-26T09:50:19Z","dns_nameservers":[],"updated_at":"2018-10-26T09:50: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":"19289b460bd945f28c47d4770e037ff8","id":"7438c6f0-2def-4476-ac79-5c3078b13a77","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-fe06563a-2451-403a-b346-a6088e2d3a7b-pub-subnet"}]} 2018-10-26 09:50:24,432 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e18f2e30-82aa-4712-ba15-f88beb81829b used request id req-1f6c69aa-694d-4d7c-b886-27c19a417abb 2018-10-26 09:50:24,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-fe06563a-2451-403a-b346-a6088e2d3a7b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f35eef5a7f846b40c770349698ece8ebd686debc" 2018-10-26 09:50:24,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-aac5f09a-4221-4730-84ad-1523c3f22627 Date: Fri, 26 Oct 2018 09:50: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":["7438c6f0-2def-4476-ac79-5c3078b13a77"],"updated_at":"2018-10-26T09:50:19Z","tenant_id":"19289b460bd945f28c47d4770e037ff8","created_at":"2018-10-26T09:50:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"19289b460bd945f28c47d4770e037ff8","id":"e18f2e30-82aa-4712-ba15-f88beb81829b","name":"CreateInstancePortManipulationTests-fe06563a-2451-403a-b346-a6088e2d3a7b-pub-net"}]} 2018-10-26 09:50:24,682 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-fe06563a-2451-403a-b346-a6088e2d3a7b-pub-net used request id req-aac5f09a-4221-4730-84ad-1523c3f22627 2018-10-26 09:50:24,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:50:24,690 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:50: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:50:24,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/19289b460bd945f28c47d4770e037ff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a307fd143736841b90e2c3998220b611be2470c" 2018-10-26 09:50:24,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d882406d-c556-4731-9130-6caf5072b1be Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/19289b460bd945f28c47d4770e037ff8"}, "enabled": true, "id": "19289b460bd945f28c47d4770e037ff8", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-806678a7-6607-40a-proj"}} 2018-10-26 09:50:24,773 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/19289b460bd945f28c47d4770e037ff8 used request id req-d882406d-c556-4731-9130-6caf5072b1be 2018-10-26 09:50:24,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e18f2e30-82aa-4712-ba15-f88beb81829b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f35eef5a7f846b40c770349698ece8ebd686debc" 2018-10-26 09:50:24,832 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-d4d89a07-6360-4afb-a08a-edd5bfaf5b6c Date: Fri, 26 Oct 2018 09:50:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e18f2e30-82aa-4712-ba15-f88beb81829b","tenant_id":"19289b460bd945f28c47d4770e037ff8","created_at":"2018-10-26T09:50:19Z","dns_nameservers":[],"updated_at":"2018-10-26T09:50: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":"19289b460bd945f28c47d4770e037ff8","id":"7438c6f0-2def-4476-ac79-5c3078b13a77","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-fe06563a-2451-403a-b346-a6088e2d3a7b-pub-subnet"}]} 2018-10-26 09:50:24,833 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e18f2e30-82aa-4712-ba15-f88beb81829b used request id req-d4d89a07-6360-4afb-a08a-edd5bfaf5b6c 2018-10-26 09:50:24,833 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-fe06563a-2451-403a-b346-a6088e2d3a7b-pub-net 2018-10-26 09:50:24,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f35eef5a7f846b40c770349698ece8ebd686debc" -d '{"port": {"network_id": "e18f2e30-82aa-4712-ba15-f88beb81829b", "name": "CreateInstancePortManipulationTests-fe06563a-2451-403a-b346-a6088e2d3a7bport-1", "allowed_address_pairs": [{"ip_address": "foo", "mac_address": "0a:1b:2c:3d:4e:5f"}], "admin_state_up": true}}' 2018-10-26 09:50:24,850 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 104 Content-Type: application/json X-Openstack-Request-Id: req-48d9529c-4bf1-4bd9-bce7-53098df95b62 Date: Fri, 26 Oct 2018 09:50:24 GMT RESP BODY: {"NeutronError": {"message": "'foo' is not a valid IP address", "type": "HTTPBadRequest", "detail": ""}} 2018-10-26 09:50:24,850 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-48d9529c-4bf1-4bd9-bce7-53098df95b62 2018-10-26 09:50:24,850 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "'foo' is not a valid IP address", "type": "HTTPBadRequest", "detail": ""}} 2018-10-26 09:50:24,854 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/591430f8-f237-4a49-b082-e4b59735ee0d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05587ae05dd3e2a3721efa3a8ea2915ee0535074" 2018-10-26 09:50:24,889 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:50:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fc2d65ae-e405-476f-a48d-d11461e621d1 x-compute-request-id: req-fc2d65ae-e405-476f-a48d-d11461e621d1 Content-Length: 0 Content-Type: application/json 2018-10-26 09:50:24,889 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/591430f8-f237-4a49-b082-e4b59735ee0d used request id req-fc2d65ae-e405-476f-a48d-d11461e621d1 2018-10-26 09:50:24,890 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-fe06563a-2451-403a-b346-a6088e2d3a7b-pub-subnet 2018-10-26 09:50:24,890 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-fe06563a-2451-403a-b346-a6088e2d3a7b-pub-subnet 2018-10-26 09:50:24,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/7438c6f0-2def-4476-ac79-5c3078b13a77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f327c49951b46f848bb786ee6de3bdafe9cf444" 2018-10-26 09:50:27,202 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-daac942f-0e5f-4aad-9630-0b967ece7157 Date: Fri, 26 Oct 2018 09:50:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:50:27,203 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/7438c6f0-2def-4476-ac79-5c3078b13a77 used request id req-daac942f-0e5f-4aad-9630-0b967ece7157 2018-10-26 09:50:27,203 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-fe06563a-2451-403a-b346-a6088e2d3a7b-pub-net 2018-10-26 09:50:27,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/e18f2e30-82aa-4712-ba15-f88beb81829b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f327c49951b46f848bb786ee6de3bdafe9cf444" 2018-10-26 09:50:28,438 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a2a003d9-02c9-456a-854a-06d0396c0788 Date: Fri, 26 Oct 2018 09:50:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:50:28,438 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/e18f2e30-82aa-4712-ba15-f88beb81829b used request id req-a2a003d9-02c9-456a-854a-06d0396c0788 2018-10-26 09:50:28,439 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-fe06563a-2451-403a-b346-a6088e2d3a7b-image 2018-10-26 09:50:28,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/db8d8f0f-0aa2-4703-9e59-20641ea30bd6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f94aeac0fa79b7630460db9402c7b5e741f71a08" 2018-10-26 09:50:30,314 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6af9923a-f2c7-4a37-8c0f-e66c74a96c70 Date: Fri, 26 Oct 2018 09:50: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-26 09:50:30,315 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/db8d8f0f-0aa2-4703-9e59-20641ea30bd6 used request id req-6af9923a-f2c7-4a37-8c0f-e66c74a96c70 2018-10-26 09:50:30,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dcd0c6781ec7273f9a6c2bd991c24c9ce9c3488" 2018-10-26 09:50:30,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-0b193955-0911-4e68-ba11-50d5323f87d5 Date: Fri, 26 Oct 2018 09:50:30 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "19289b460bd945f28c47d4770e037ff8", "created_at": "2018-10-26T09:50:18Z", "updated_at": "2018-10-26T09:50:18Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:50:18Z", "revision_number": 0, "id": "076d0ea6-a79b-4c84-a4e6-cae600cb97e2", "remote_group_id": "0e4ca669-9e43-4000-81fd-8c31bbcfa5c4", "remote_ip_prefix": null, "created_at": "2018-10-26T09:50:18Z", "security_group_id": "0e4ca669-9e43-4000-81fd-8c31bbcfa5c4", "tenant_id": "19289b460bd945f28c47d4770e037ff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "19289b460bd945f28c47d4770e037ff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:50:18Z", "revision_number": 0, "id": "da254776-db8a-4dc6-9e30-c0d39d6ba8a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:50:18Z", "security_group_id": "0e4ca669-9e43-4000-81fd-8c31bbcfa5c4", "tenant_id": "19289b460bd945f28c47d4770e037ff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "19289b460bd945f28c47d4770e037ff8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:50:18Z", "revision_number": 0, "id": "f1d977d9-452a-4efe-aa61-6e8bf0964f2e", "remote_group_id": "0e4ca669-9e43-4000-81fd-8c31bbcfa5c4", "remote_ip_prefix": null, "created_at": "2018-10-26T09:50:18Z", "security_group_id": "0e4ca669-9e43-4000-81fd-8c31bbcfa5c4", "tenant_id": "19289b460bd945f28c47d4770e037ff8", "port_range_min": null, "ethertype": "IPv4", "project_id": "19289b460bd945f28c47d4770e037ff8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:50:18Z", "revision_number": 0, "id": "f4cbda2a-170d-475b-95eb-f40bd5273cdd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:50:18Z", "security_group_id": "0e4ca669-9e43-4000-81fd-8c31bbcfa5c4", "tenant_id": "19289b460bd945f28c47d4770e037ff8", "port_range_min": null, "ethertype": "IPv6", "project_id": "19289b460bd945f28c47d4770e037ff8"}], "revision_number": 4, "project_id": "19289b460bd945f28c47d4770e037ff8", "id": "0e4ca669-9e43-4000-81fd-8c31bbcfa5c4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:50:30,538 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-0b193955-0911-4e68-ba11-50d5323f87d5 2018-10-26 09:50:30,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/19289b460bd945f28c47d4770e037ff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dcd0c6781ec7273f9a6c2bd991c24c9ce9c3488" 2018-10-26 09:50:30,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3c639aa-7209-4701-b2b3-739d4bcbc76c Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/19289b460bd945f28c47d4770e037ff8"}, "enabled": true, "id": "19289b460bd945f28c47d4770e037ff8", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-806678a7-6607-40a-proj"}} 2018-10-26 09:50:30,641 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/19289b460bd945f28c47d4770e037ff8 used request id req-f3c639aa-7209-4701-b2b3-739d4bcbc76c 2018-10-26 09:50:30,641 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0e4ca669-9e43-4000-81fd-8c31bbcfa5c4 2018-10-26 09:50:30,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=0e4ca669-9e43-4000-81fd-8c31bbcfa5c4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dcd0c6781ec7273f9a6c2bd991c24c9ce9c3488" 2018-10-26 09:50:30,836 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-33674ad3-8f80-4f7b-92ab-fc108895a8ba Date: Fri, 26 Oct 2018 09:50:30 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "0e4ca669-9e43-4000-81fd-8c31bbcfa5c4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:50:18Z", "security_group_id": "0e4ca669-9e43-4000-81fd-8c31bbcfa5c4", "port_range_min": null, "revision_number": 0, "tenant_id": "19289b460bd945f28c47d4770e037ff8", "created_at": "2018-10-26T09:50:18Z", "project_id": "19289b460bd945f28c47d4770e037ff8", "id": "076d0ea6-a79b-4c84-a4e6-cae600cb97e2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:50:18Z", "security_group_id": "0e4ca669-9e43-4000-81fd-8c31bbcfa5c4", "port_range_min": null, "revision_number": 0, "tenant_id": "19289b460bd945f28c47d4770e037ff8", "created_at": "2018-10-26T09:50:18Z", "project_id": "19289b460bd945f28c47d4770e037ff8", "id": "da254776-db8a-4dc6-9e30-c0d39d6ba8a1"}, {"remote_group_id": "0e4ca669-9e43-4000-81fd-8c31bbcfa5c4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:50:18Z", "security_group_id": "0e4ca669-9e43-4000-81fd-8c31bbcfa5c4", "port_range_min": null, "revision_number": 0, "tenant_id": "19289b460bd945f28c47d4770e037ff8", "created_at": "2018-10-26T09:50:18Z", "project_id": "19289b460bd945f28c47d4770e037ff8", "id": "f1d977d9-452a-4efe-aa61-6e8bf0964f2e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:50:18Z", "security_group_id": "0e4ca669-9e43-4000-81fd-8c31bbcfa5c4", "port_range_min": null, "revision_number": 0, "tenant_id": "19289b460bd945f28c47d4770e037ff8", "created_at": "2018-10-26T09:50:18Z", "project_id": "19289b460bd945f28c47d4770e037ff8", "id": "f4cbda2a-170d-475b-95eb-f40bd5273cdd"}]} 2018-10-26 09:50:30,836 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=0e4ca669-9e43-4000-81fd-8c31bbcfa5c4 used request id req-33674ad3-8f80-4f7b-92ab-fc108895a8ba 2018-10-26 09:50:30,837 - neutron_utils - INFO - Deleting security group with name - default 2018-10-26 09:50:30,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/0e4ca669-9e43-4000-81fd-8c31bbcfa5c4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dcd0c6781ec7273f9a6c2bd991c24c9ce9c3488" 2018-10-26 09:50:31,133 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-41e85064-d026-449b-88bc-36388ecfa930 Content-Length: 0 Date: Fri, 26 Oct 2018 09:50:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:50:31,133 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/0e4ca669-9e43-4000-81fd-8c31bbcfa5c4 used request id req-41e85064-d026-449b-88bc-36388ecfa930 2018-10-26 09:50:31,134 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-806678a7-6607-40a-proj 2018-10-26 09:50:31,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/19289b460bd945f28c47d4770e037ff8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dcd0c6781ec7273f9a6c2bd991c24c9ce9c3488" 2018-10-26 09:50:31,335 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:50:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-98ce9826-0c8b-471a-85ca-df09750280b3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:50:31,335 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/19289b460bd945f28c47d4770e037ff8 used request id req-98ce9826-0c8b-471a-85ca-df09750280b3 2018-10-26 09:50:31,336 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-806678a7-6607-40a-proj-role 2018-10-26 09:50:31,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/c9ee17f66aba448abba811ad568eaf4f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dcd0c6781ec7273f9a6c2bd991c24c9ce9c3488" 2018-10-26 09:50:31,445 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:50:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0b9b0998-fef4-439f-a583-8f0119a74ab1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:50:31,445 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/c9ee17f66aba448abba811ad568eaf4f used request id req-0b9b0998-fef4-439f-a583-8f0119a74ab1 2018-10-26 09:50:31,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4dcd0c6781ec7273f9a6c2bd991c24c9ce9c3488" 2018-10-26 09:50:31,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ea99cc7-805c-4a78-8a49-f191f2f68258 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:50:31,537 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-7ea99cc7-805c-4a78-8a49-f191f2f68258 2018-10-26 09:50:31,537 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-806678a7-6607-40a-user 2018-10-26 09:50:31,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/673bdc2b9ee947ac8089e4a84c3a6bd2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35bd0bfa75df8fe2b9b2bf431eb3deb582cfa89b" 2018-10-26 09:50:31,809 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:50:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-03ecf42e-bad6-4688-85b2-4e3a48041009 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:50:31,809 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/673bdc2b9ee947ac8089e4a84c3a6bd2 used request id req-03ecf42e-bad6-4688-85b2-4e3a48041009 2018-10-26 09:50:31,811 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:50:32,200 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:50:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["qdYrNVTJRbalrXbbGIQGVg"], "issued_at": "2018-10-26T09:50:32.000000Z"}} 2018-10-26 09:50:32,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8469ca9dc52c150331a7686653aa3211eb4cef3f" 2018-10-26 09:50:32,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fd4954e-cdd7-4b1e-80d2-c7dbd30f4b60 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:50:32,296 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-9fd4954e-cdd7-4b1e-80d2-c7dbd30f4b60 2018-10-26 09:50:32,298 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:50:32,299 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:50:32,672 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:50:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["j3jty0SkSOG2u-bP2D5FmA"], "issued_at": "2018-10-26T09:50:32.000000Z"}} 2018-10-26 09:50:32,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a95a07e18c506bdf55c10c571ee1bc1f07bdc72c" 2018-10-26 09:50:32,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69337e4e-0d27-42dc-88b8-44c5fbffb144 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:50:32,763 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-69337e4e-0d27-42dc-88b8-44c5fbffb144 2018-10-26 09:50:32,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:50:32,773 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:50:32,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-bda7c87b-a112-4bd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a95a07e18c506bdf55c10c571ee1bc1f07bdc72c" 2018-10-26 09:50:32,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4eb7bf5-06c2-4a41-a270-659c672f3db9 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-bda7c87b-a112-4bd-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:50:32,853 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-bda7c87b-a112-4bd-proj used request id req-d4eb7bf5-06c2-4a41-a270-659c672f3db9 2018-10-26 09:50:32,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a95a07e18c506bdf55c10c571ee1bc1f07bdc72c" 2018-10-26 09:50:32,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6cacd9ea-03c9-4e71-b544-42e24c0dce89 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:50:32,948 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-6cacd9ea-03c9-4e71-b544-42e24c0dce89 2018-10-26 09:50:32,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a95a07e18c506bdf55c10c571ee1bc1f07bdc72c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-bda7c87b-a112-4bd-proj"}}' 2018-10-26 09:50:33,086 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:50:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3d7a6a16-00ee-4bf2-8cb6-c010ed07de65 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3edc878acda946d0b17870b238c42e4a"}, "enabled": true, "id": "3edc878acda946d0b17870b238c42e4a", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-bda7c87b-a112-4bd-proj"}} 2018-10-26 09:50:33,086 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-3d7a6a16-00ee-4bf2-8cb6-c010ed07de65 2018-10-26 09:50:33,086 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-bda7c87b-a112-4bd-proj 2018-10-26 09:50:33,087 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:50:33,087 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:50:33,461 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:50:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["_KIoDmaJTYqPWjklT7FAOg"], "issued_at": "2018-10-26T09:50:33.000000Z"}} 2018-10-26 09:50:33,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfe8325c005a7bf7d47ab15102ccbff24639eec3" 2018-10-26 09:50:33,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df7e1d63-1dd1-4d7f-be6f-c4e9d562335e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:50:33,548 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-df7e1d63-1dd1-4d7f-be6f-c4e9d562335e 2018-10-26 09:50:33,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:50:33,558 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:50:33,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfe8325c005a7bf7d47ab15102ccbff24639eec3" 2018-10-26 09:50:33,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f3614ff-a4fa-4dcf-9dc9-af70fc38f71b Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:50:33,658 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-3f3614ff-a4fa-4dcf-9dc9-af70fc38f71b 2018-10-26 09:50:33,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-bda7c87b-a112-4bd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfe8325c005a7bf7d47ab15102ccbff24639eec3" 2018-10-26 09:50:33,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b09b4bcf-ba66-44d2-b711-b05f854217c4 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-bda7c87b-a112-4bd-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3edc878acda946d0b17870b238c42e4a"}, "enabled": true, "id": "3edc878acda946d0b17870b238c42e4a", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-bda7c87b-a112-4bd-proj"}]} 2018-10-26 09:50:33,758 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-bda7c87b-a112-4bd-proj used request id req-b09b4bcf-ba66-44d2-b711-b05f854217c4 2018-10-26 09:50:33,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfe8325c005a7bf7d47ab15102ccbff24639eec3" 2018-10-26 09:50:33,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62ac4edf-8f67-4bb1-8bec-a05aa7d08027 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:50:33,862 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-62ac4edf-8f67-4bb1-8bec-a05aa7d08027 2018-10-26 09:50:34,177 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-bda7c87b-a112-4bd-user 2018-10-26 09:50:34,177 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:50:34,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a95a07e18c506bdf55c10c571ee1bc1f07bdc72c" 2018-10-26 09:50:34,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1fe8289-b731-4872-bb0d-2c2621633639 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:50:34,271 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-e1fe8289-b731-4872-bb0d-2c2621633639 2018-10-26 09:50:34,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a95a07e18c506bdf55c10c571ee1bc1f07bdc72c" -d '{"role": {"name": "CreateInstancePortManipulationTests-bda7c87b-a112-4bd-proj-role"}}' 2018-10-26 09:50:34,381 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:50:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-50f72d67-f0c1-4f26-86c4-8dff6d9b3110 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e2a270640835446d812ad47131f899c3", "links": {"self": "http://172.30.9.21:5000/v3/roles/e2a270640835446d812ad47131f899c3"}, "name": "CreateInstancePortManipulationTests-bda7c87b-a112-4bd-proj-role"}} 2018-10-26 09:50:34,381 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-50f72d67-f0c1-4f26-86c4-8dff6d9b3110 2018-10-26 09:50:34,381 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-bda7c87b-a112-4bd-proj-role 2018-10-26 09:50:34,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/e2a270640835446d812ad47131f899c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a95a07e18c506bdf55c10c571ee1bc1f07bdc72c" 2018-10-26 09:50:34,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f81ced7b-12f7-4741-ad34-6d4133179438 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/e2a270640835446d812ad47131f899c3"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-bda7c87b-a112-4bd-proj-role", "id": "e2a270640835446d812ad47131f899c3"}} 2018-10-26 09:50:34,464 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/e2a270640835446d812ad47131f899c3 used request id req-f81ced7b-12f7-4741-ad34-6d4133179438 2018-10-26 09:50:34,464 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-bda7c87b-a112-4bd-proj-role to project CreateInstancePortManipulationTests-bda7c87b-a112-4bd-proj 2018-10-26 09:50:34,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/3edc878acda946d0b17870b238c42e4a/users/598eced155d34524a3d6df550cb181c4/roles/e2a270640835446d812ad47131f899c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a95a07e18c506bdf55c10c571ee1bc1f07bdc72c" 2018-10-26 09:50:34,521 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:50:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d8bc2b9-8aa9-498f-b085-61f46eb2c919 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:50:34,521 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/3edc878acda946d0b17870b238c42e4a/users/598eced155d34524a3d6df550cb181c4/roles/e2a270640835446d812ad47131f899c3 used request id req-9d8bc2b9-8aa9-498f-b085-61f46eb2c919 2018-10-26 09:50:34,522 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-26 09:50:34,522 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:50:34,523 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:50:34,903 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e2a270640835446d812ad47131f899c3", "name": "CreateInstancePortManipulationTests-bda7c87b-a112-4bd-proj-role"}], "expires_at": "2018-10-26T10:50:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3edc878acda946d0b17870b238c42e4a", "name": "CreateInstancePortManipulationTests-bda7c87b-a112-4bd-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/3edc878acda946d0b17870b238c42e4a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/3edc878acda946d0b17870b238c42e4a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/3edc878acda946d0b17870b238c42e4a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/3edc878acda946d0b17870b238c42e4a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/3edc878acda946d0b17870b238c42e4a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/3edc878acda946d0b17870b238c42e4a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/3edc878acda946d0b17870b238c42e4a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/3edc878acda946d0b17870b238c42e4a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/3edc878acda946d0b17870b238c42e4a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/3edc878acda946d0b17870b238c42e4a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/3edc878acda946d0b17870b238c42e4a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/3edc878acda946d0b17870b238c42e4a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-bda7c87b-a112-4bd-user", "id": "598eced155d34524a3d6df550cb181c4"}, "audit_ids": ["t71B2_frRUWjDbtgC0Ie0A"], "issued_at": "2018-10-26T09:50:34.000000Z"}} 2018-10-26 09:50:34,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2cf2166aff596c0df302ee985cbd3b5dfc2d42c" 2018-10-26 09:50:34,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d173bef7-5883-4020-bc34-ab4eeed547c7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:50:34,986 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d173bef7-5883-4020-bc34-ab4eeed547c7 2018-10-26 09:50:34,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-ce07aa0f-d61b-444e-ae9a-23f8532169fb-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b2cf2166aff596c0df302ee985cbd3b5dfc2d42c" 2018-10-26 09:50:35,166 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-9255c753-3b60-40ec-90f5-2712ee2e274a Date: Fri, 26 Oct 2018 09:50:35 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-ce07aa0f-d61b-444e-ae9a-23f8532169fb-image"} 2018-10-26 09:50:35,166 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-ce07aa0f-d61b-444e-ae9a-23f8532169fb-image used request id req-9255c753-3b60-40ec-90f5-2712ee2e274a 2018-10-26 09:50:35,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b2cf2166aff596c0df302ee985cbd3b5dfc2d42c" 2018-10-26 09:50:35,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-eba5d8f8-dc67-402b-99ce-876c7ed9a854 Date: Fri, 26 Oct 2018 09:50: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-26 09:50:35,326 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-eba5d8f8-dc67-402b-99ce-876c7ed9a854 2018-10-26 09:50:35,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b2cf2166aff596c0df302ee985cbd3b5dfc2d42c" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-ce07aa0f-d61b-444e-ae9a-23f8532169fb-image"}' 2018-10-26 09:50:35,562 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/58fa43b4-8a3d-4a7d-b6d7-c55ce2ffca01 X-Openstack-Request-Id: req-1f09cd63-0059-4245-89df-b5261e64fd71 Date: Fri, 26 Oct 2018 09:50:35 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-ce07aa0f-d61b-444e-ae9a-23f8532169fb-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:50:35Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-26T09:50:35Z", "visibility": "shared", "locations": [], "self": "/v2/images/58fa43b4-8a3d-4a7d-b6d7-c55ce2ffca01", "min_disk": 0, "protected": false, "id": "58fa43b4-8a3d-4a7d-b6d7-c55ce2ffca01", "file": "/v2/images/58fa43b4-8a3d-4a7d-b6d7-c55ce2ffca01/file", "checksum": null, "owner": "3edc878acda946d0b17870b238c42e4a", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:50:35,562 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-1f09cd63-0059-4245-89df-b5261e64fd71 2018-10-26 09:50:35,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/58fa43b4-8a3d-4a7d-b6d7-c55ce2ffca01/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b2cf2166aff596c0df302ee985cbd3b5dfc2d42c" -d '' 2018-10-26 09:50:36,755 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-27d7750c-51f9-4f40-9408-f02cf176c5de Date: Fri, 26 Oct 2018 09: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-26 09:50:36,755 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/58fa43b4-8a3d-4a7d-b6d7-c55ce2ffca01/file used request id req-27d7750c-51f9-4f40-9408-f02cf176c5de 2018-10-26 09:50:36,755 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 09:50:36,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/58fa43b4-8a3d-4a7d-b6d7-c55ce2ffca01 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b2cf2166aff596c0df302ee985cbd3b5dfc2d42c" 2018-10-26 09:50:36,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-85e6e63c-67fe-4232-aea6-d33b284416b6 Date: Fri, 26 Oct 2018 09:50:36 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-ce07aa0f-d61b-444e-ae9a-23f8532169fb-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:50:35Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:50:36Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/58fa43b4-8a3d-4a7d-b6d7-c55ce2ffca01/snap", "metadata": {}}], "self": "/v2/images/58fa43b4-8a3d-4a7d-b6d7-c55ce2ffca01", "min_disk": 0, "protected": false, "id": "58fa43b4-8a3d-4a7d-b6d7-c55ce2ffca01", "file": "/v2/images/58fa43b4-8a3d-4a7d-b6d7-c55ce2ffca01/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3edc878acda946d0b17870b238c42e4a", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/58fa43b4-8a3d-4a7d-b6d7-c55ce2ffca01/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:50:36,908 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/58fa43b4-8a3d-4a7d-b6d7-c55ce2ffca01 used request id req-85e6e63c-67fe-4232-aea6-d33b284416b6 2018-10-26 09:50:36,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b2cf2166aff596c0df302ee985cbd3b5dfc2d42c" 2018-10-26 09:50:37,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d399185f-3a75-4edd-b7f7-5f72bff478df Date: Fri, 26 Oct 2018 09:50: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-26 09:50:37,069 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-d399185f-3a75-4edd-b7f7-5f72bff478df 2018-10-26 09:50:37,072 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-ce07aa0f-d61b-444e-ae9a-23f8532169fb-image 2018-10-26 09:50:37,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/58fa43b4-8a3d-4a7d-b6d7-c55ce2ffca01 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b2cf2166aff596c0df302ee985cbd3b5dfc2d42c" 2018-10-26 09:50:37,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-59c61d46-c25b-421f-9b83-087cd291e375 Date: Fri, 26 Oct 2018 09:50:37 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-ce07aa0f-d61b-444e-ae9a-23f8532169fb-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:50:35Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:50:36Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/58fa43b4-8a3d-4a7d-b6d7-c55ce2ffca01/snap", "metadata": {}}], "self": "/v2/images/58fa43b4-8a3d-4a7d-b6d7-c55ce2ffca01", "min_disk": 0, "protected": false, "id": "58fa43b4-8a3d-4a7d-b6d7-c55ce2ffca01", "file": "/v2/images/58fa43b4-8a3d-4a7d-b6d7-c55ce2ffca01/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3edc878acda946d0b17870b238c42e4a", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/58fa43b4-8a3d-4a7d-b6d7-c55ce2ffca01/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:50:37,244 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/58fa43b4-8a3d-4a7d-b6d7-c55ce2ffca01 used request id req-59c61d46-c25b-421f-9b83-087cd291e375 2018-10-26 09:50:37,245 - create_image - DEBUG - Instance status is - active 2018-10-26 09:50:37,245 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-ce07aa0f-d61b-444e-ae9a-23f8532169fb-image 2018-10-26 09:50:37,245 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-ce07aa0f-d61b-444e-ae9a-23f8532169fb-image 2018-10-26 09:50:37,246 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:50:37,246 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:50:37,631 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e2a270640835446d812ad47131f899c3", "name": "CreateInstancePortManipulationTests-bda7c87b-a112-4bd-proj-role"}], "expires_at": "2018-10-26T10:50:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3edc878acda946d0b17870b238c42e4a", "name": "CreateInstancePortManipulationTests-bda7c87b-a112-4bd-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/3edc878acda946d0b17870b238c42e4a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/3edc878acda946d0b17870b238c42e4a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/3edc878acda946d0b17870b238c42e4a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/3edc878acda946d0b17870b238c42e4a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/3edc878acda946d0b17870b238c42e4a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/3edc878acda946d0b17870b238c42e4a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/3edc878acda946d0b17870b238c42e4a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/3edc878acda946d0b17870b238c42e4a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/3edc878acda946d0b17870b238c42e4a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/3edc878acda946d0b17870b238c42e4a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/3edc878acda946d0b17870b238c42e4a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/3edc878acda946d0b17870b238c42e4a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-bda7c87b-a112-4bd-user", "id": "598eced155d34524a3d6df550cb181c4"}, "audit_ids": ["oELnp-2AQP69Fjgm9_cUSg"], "issued_at": "2018-10-26T09:50:37.000000Z"}} 2018-10-26 09:50:37,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36949888cb1c979d0907981b753881cb21fa1e88" 2018-10-26 09:50:37,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-caffbcef-be5f-493f-afd7-5fb725191908 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:50:37,710 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-caffbcef-be5f-493f-afd7-5fb725191908 2018-10-26 09:50:37,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ce07aa0f-d61b-444e-ae9a-23f8532169fb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36949888cb1c979d0907981b753881cb21fa1e88" 2018-10-26 09:50:37,878 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-b8d7b669-a705-4e6a-9a60-24aa542ad8d0 Date: Fri, 26 Oct 2018 09:50:37 GMT RESP BODY: {"networks":[]} 2018-10-26 09:50:37,878 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ce07aa0f-d61b-444e-ae9a-23f8532169fb-pub-net used request id req-b8d7b669-a705-4e6a-9a60-24aa542ad8d0 2018-10-26 09:50:37,878 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-ce07aa0f-d61b-444e-ae9a-23f8532169fb-pub-net 2018-10-26 09:50:37,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36949888cb1c979d0907981b753881cb21fa1e88" -d '{"network": {"name": "CreateInstancePortManipulationTests-ce07aa0f-d61b-444e-ae9a-23f8532169fb-pub-net", "admin_state_up": true}}' 2018-10-26 09:50:38,468 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-fb4e97ee-baf5-4ba2-9660-4eb06e34ba6f Date: Fri, 26 Oct 2018 09:50:38 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"f9349e86-a393-4b7e-a73a-1b3f7fe1d99a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3edc878acda946d0b17870b238c42e4a","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T09:50:38Z","is_default":false,"name":"CreateInstancePortManipulationTests-ce07aa0f-d61b-444e-ae9a-23f8532169fb-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"3edc878acda946d0b17870b238c42e4a","created_at":"2018-10-26T09:50:38Z","mtu":1450}} 2018-10-26 09:50:38,469 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-fb4e97ee-baf5-4ba2-9660-4eb06e34ba6f 2018-10-26 09:50:38,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=f9349e86-a393-4b7e-a73a-1b3f7fe1d99a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36949888cb1c979d0907981b753881cb21fa1e88" 2018-10-26 09:50:38,702 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-e9cdddaa-d1ad-4436-90d7-3ad677974c88 Date: Fri, 26 Oct 2018 09: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-26T09:50:38Z","tenant_id":"3edc878acda946d0b17870b238c42e4a","created_at":"2018-10-26T09:50:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3edc878acda946d0b17870b238c42e4a","id":"f9349e86-a393-4b7e-a73a-1b3f7fe1d99a","name":"CreateInstancePortManipulationTests-ce07aa0f-d61b-444e-ae9a-23f8532169fb-pub-net"}]} 2018-10-26 09:50:38,702 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=f9349e86-a393-4b7e-a73a-1b3f7fe1d99a used request id req-e9cdddaa-d1ad-4436-90d7-3ad677974c88 2018-10-26 09:50:38,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f9349e86-a393-4b7e-a73a-1b3f7fe1d99a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36949888cb1c979d0907981b753881cb21fa1e88" 2018-10-26 09:50:38,873 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-ca342d93-e9ac-409e-83f2-df02ffa419b0 Date: Fri, 26 Oct 2018 09:50:38 GMT RESP BODY: {"subnets":[]} 2018-10-26 09:50:38,873 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f9349e86-a393-4b7e-a73a-1b3f7fe1d99a used request id req-ca342d93-e9ac-409e-83f2-df02ffa419b0 2018-10-26 09:50:38,874 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-ce07aa0f-d61b-444e-ae9a-23f8532169fb-pub-subnet 2018-10-26 09:50:38,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36949888cb1c979d0907981b753881cb21fa1e88" -d '{"subnets": [{"ip_version": 4, "network_id": "f9349e86-a393-4b7e-a73a-1b3f7fe1d99a", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-ce07aa0f-d61b-444e-ae9a-23f8532169fb-pub-subnet"}]}' 2018-10-26 09:50:39,588 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-c9458f1c-1023-45b0-8d5f-c7e2a4a41fa3 Date: Fri, 26 Oct 2018 09:50:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f9349e86-a393-4b7e-a73a-1b3f7fe1d99a","tenant_id":"3edc878acda946d0b17870b238c42e4a","created_at":"2018-10-26T09:50:39Z","dns_nameservers":[],"updated_at":"2018-10-26T09:50:39Z","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":"3edc878acda946d0b17870b238c42e4a","id":"6eeced5a-a9a7-4bd3-a0ce-4fd39e561ac0","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-ce07aa0f-d61b-444e-ae9a-23f8532169fb-pub-subnet"}]} 2018-10-26 09:50:39,588 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-c9458f1c-1023-45b0-8d5f-c7e2a4a41fa3 2018-10-26 09:50:39,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=f9349e86-a393-4b7e-a73a-1b3f7fe1d99a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36949888cb1c979d0907981b753881cb21fa1e88" 2018-10-26 09:50:39,843 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-b4abca0e-ee0a-44b6-86ca-7e1646c56916 Date: Fri, 26 Oct 2018 09: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":["6eeced5a-a9a7-4bd3-a0ce-4fd39e561ac0"],"updated_at":"2018-10-26T09:50:39Z","tenant_id":"3edc878acda946d0b17870b238c42e4a","created_at":"2018-10-26T09:50:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3edc878acda946d0b17870b238c42e4a","id":"f9349e86-a393-4b7e-a73a-1b3f7fe1d99a","name":"CreateInstancePortManipulationTests-ce07aa0f-d61b-444e-ae9a-23f8532169fb-pub-net"}]} 2018-10-26 09:50:39,843 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=f9349e86-a393-4b7e-a73a-1b3f7fe1d99a used request id req-b4abca0e-ee0a-44b6-86ca-7e1646c56916 2018-10-26 09:50:39,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f9349e86-a393-4b7e-a73a-1b3f7fe1d99a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36949888cb1c979d0907981b753881cb21fa1e88" 2018-10-26 09:50:39,899 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-2027724d-5704-4bbb-849f-dcb286449771 Date: Fri, 26 Oct 2018 09:50:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f9349e86-a393-4b7e-a73a-1b3f7fe1d99a","tenant_id":"3edc878acda946d0b17870b238c42e4a","created_at":"2018-10-26T09:50:39Z","dns_nameservers":[],"updated_at":"2018-10-26T09:50:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3edc878acda946d0b17870b238c42e4a","id":"6eeced5a-a9a7-4bd3-a0ce-4fd39e561ac0","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-ce07aa0f-d61b-444e-ae9a-23f8532169fb-pub-subnet"}]} 2018-10-26 09:50:39,899 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f9349e86-a393-4b7e-a73a-1b3f7fe1d99a used request id req-2027724d-5704-4bbb-849f-dcb286449771 2018-10-26 09:50:39,900 - OpenStackNetwork - DEBUG - Network [f9349e86-a393-4b7e-a73a-1b3f7fe1d99a] created successfully 2018-10-26 09:50:39,900 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:50:39,901 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:50:40,276 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:50:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["JryfnOsURX-wMGR6HWZC3w"], "issued_at": "2018-10-26T09:50:40.000000Z"}} 2018-10-26 09:50:40,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a348d8327655a64beb2fa105ac11d5f52a73f58" 2018-10-26 09:50:40,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-034e10e8-eb6a-4892-b8fa-a5c3baa36dd2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:50:40,368 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-034e10e8-eb6a-4892-b8fa-a5c3baa36dd2 2018-10-26 09:50:40,369 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:50:40,376 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a348d8327655a64beb2fa105ac11d5f52a73f58" 2018-10-26 09:50:40,575 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-584f0ae5-5195-446c-9b92-fdff381a63a0 x-compute-request-id: req-584f0ae5-5195-446c-9b92-fdff381a63a0 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-26 09:50:40,575 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-584f0ae5-5195-446c-9b92-fdff381a63a0 2018-10-26 09:50:40,579 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a348d8327655a64beb2fa105ac11d5f52a73f58" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-ce07aa0f-d61b-444e-ae9a-23f8532169fb-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-26 09:50:40,625 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aa2c25d7-7be7-44c5-b1f3-a55161bb2442 x-compute-request-id: req-aa2c25d7-7be7-44c5-b1f3-a55161bb2442 Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/bd1c87e1-8965-4a96-b7c2-fe26864876dd", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/bd1c87e1-8965-4a96-b7c2-fe26864876dd", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "bd1c87e1-8965-4a96-b7c2-fe26864876dd", "name": "CreateInstancePortManipulationTests-ce07aa0f-d61b-444e-ae9a-23f8532169fb-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 09:50:40,625 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-aa2c25d7-7be7-44c5-b1f3-a55161bb2442 2018-10-26 09:50:40,626 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:50:40,627 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:50:41,018 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e2a270640835446d812ad47131f899c3", "name": "CreateInstancePortManipulationTests-bda7c87b-a112-4bd-proj-role"}], "expires_at": "2018-10-26T10:50:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3edc878acda946d0b17870b238c42e4a", "name": "CreateInstancePortManipulationTests-bda7c87b-a112-4bd-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/3edc878acda946d0b17870b238c42e4a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/3edc878acda946d0b17870b238c42e4a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/3edc878acda946d0b17870b238c42e4a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/3edc878acda946d0b17870b238c42e4a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/3edc878acda946d0b17870b238c42e4a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/3edc878acda946d0b17870b238c42e4a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/3edc878acda946d0b17870b238c42e4a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/3edc878acda946d0b17870b238c42e4a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/3edc878acda946d0b17870b238c42e4a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/3edc878acda946d0b17870b238c42e4a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/3edc878acda946d0b17870b238c42e4a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/3edc878acda946d0b17870b238c42e4a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-bda7c87b-a112-4bd-user", "id": "598eced155d34524a3d6df550cb181c4"}, "audit_ids": ["6gsbAdVsTqKM2NtRQJtfhA"], "issued_at": "2018-10-26T09:50:41.000000Z"}} 2018-10-26 09:50:41,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d6c25c3a3cea482548262177658f1693eae2214" 2018-10-26 09:50:41,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99e7aa81-5cf1-400a-bff8-9cecb8a0b7e0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:50:41,091 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-99e7aa81-5cf1-400a-bff8-9cecb8a0b7e0 2018-10-26 09:50:41,092 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:50:41,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d6c25c3a3cea482548262177658f1693eae2214" 2018-10-26 09:50:41,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a32c3948-9620-48a4-bdc6-0715a2bd85eb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:50:41,169 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a32c3948-9620-48a4-bdc6-0715a2bd85eb 2018-10-26 09:50:41,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ce07aa0f-d61b-444e-ae9a-23f8532169fb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d6c25c3a3cea482548262177658f1693eae2214" 2018-10-26 09:50:41,422 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-193e7c42-9bb5-40df-845f-f266fed47928 Date: Fri, 26 Oct 2018 09: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":["6eeced5a-a9a7-4bd3-a0ce-4fd39e561ac0"],"updated_at":"2018-10-26T09:50:39Z","tenant_id":"3edc878acda946d0b17870b238c42e4a","created_at":"2018-10-26T09:50:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3edc878acda946d0b17870b238c42e4a","id":"f9349e86-a393-4b7e-a73a-1b3f7fe1d99a","name":"CreateInstancePortManipulationTests-ce07aa0f-d61b-444e-ae9a-23f8532169fb-pub-net"}]} 2018-10-26 09:50:41,422 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ce07aa0f-d61b-444e-ae9a-23f8532169fb-pub-net used request id req-193e7c42-9bb5-40df-845f-f266fed47928 2018-10-26 09:50:41,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:50:41,431 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:50: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:50:41,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3edc878acda946d0b17870b238c42e4a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d6c25c3a3cea482548262177658f1693eae2214" 2018-10-26 09:50:41,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d560928-3d78-4684-88b9-65cad7d0fa98 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3edc878acda946d0b17870b238c42e4a"}, "enabled": true, "id": "3edc878acda946d0b17870b238c42e4a", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-bda7c87b-a112-4bd-proj"}} 2018-10-26 09:50:41,504 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3edc878acda946d0b17870b238c42e4a used request id req-2d560928-3d78-4684-88b9-65cad7d0fa98 2018-10-26 09:50:41,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f9349e86-a393-4b7e-a73a-1b3f7fe1d99a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d6c25c3a3cea482548262177658f1693eae2214" 2018-10-26 09:50:41,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-4ffb334a-3c7d-4b71-b208-24ef65c82bb4 Date: Fri, 26 Oct 2018 09:50:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f9349e86-a393-4b7e-a73a-1b3f7fe1d99a","tenant_id":"3edc878acda946d0b17870b238c42e4a","created_at":"2018-10-26T09:50:39Z","dns_nameservers":[],"updated_at":"2018-10-26T09:50:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3edc878acda946d0b17870b238c42e4a","id":"6eeced5a-a9a7-4bd3-a0ce-4fd39e561ac0","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-ce07aa0f-d61b-444e-ae9a-23f8532169fb-pub-subnet"}]} 2018-10-26 09:50:41,719 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f9349e86-a393-4b7e-a73a-1b3f7fe1d99a used request id req-4ffb334a-3c7d-4b71-b208-24ef65c82bb4 2018-10-26 09:50:41,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=f9349e86-a393-4b7e-a73a-1b3f7fe1d99a&name=CreateInstancePortManipulationTests-ce07aa0f-d61b-444e-ae9a-23f8532169fbport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d6c25c3a3cea482548262177658f1693eae2214" 2018-10-26 09:50:41,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-2aa4c8d9-9f7a-4b7e-9ef3-6093b6d0dc4b Date: Fri, 26 Oct 2018 09:50:41 GMT RESP BODY: {"ports":[]} 2018-10-26 09:50:41,897 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=f9349e86-a393-4b7e-a73a-1b3f7fe1d99a&name=CreateInstancePortManipulationTests-ce07aa0f-d61b-444e-ae9a-23f8532169fbport-1&admin_state_up=True used request id req-2aa4c8d9-9f7a-4b7e-9ef3-6093b6d0dc4b 2018-10-26 09:50:41,900 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-ce07aa0f-d61b-444e-ae9a-23f8532169fb-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d6c25c3a3cea482548262177658f1693eae2214" 2018-10-26 09:50:42,148 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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-10c3388a-a061-418f-907f-42875d289ffb x-compute-request-id: req-10c3388a-a061-418f-907f-42875d289ffb Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-26 09:50:42,148 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-ce07aa0f-d61b-444e-ae9a-23f8532169fb-inst used request id req-10c3388a-a061-418f-907f-42875d289ffb 2018-10-26 09:50:42,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ce07aa0f-d61b-444e-ae9a-23f8532169fb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d6c25c3a3cea482548262177658f1693eae2214" 2018-10-26 09:50:42,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-1e499859-2b95-4d75-9f42-c461945ee184 Date: Fri, 26 Oct 2018 09: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":["6eeced5a-a9a7-4bd3-a0ce-4fd39e561ac0"],"updated_at":"2018-10-26T09:50:39Z","tenant_id":"3edc878acda946d0b17870b238c42e4a","created_at":"2018-10-26T09:50:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3edc878acda946d0b17870b238c42e4a","id":"f9349e86-a393-4b7e-a73a-1b3f7fe1d99a","name":"CreateInstancePortManipulationTests-ce07aa0f-d61b-444e-ae9a-23f8532169fb-pub-net"}]} 2018-10-26 09:50:42,410 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ce07aa0f-d61b-444e-ae9a-23f8532169fb-pub-net used request id req-1e499859-2b95-4d75-9f42-c461945ee184 2018-10-26 09:50:42,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3edc878acda946d0b17870b238c42e4a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d6c25c3a3cea482548262177658f1693eae2214" 2018-10-26 09:50:42,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5a118cd-57af-4d4f-ab6d-d3351eba13ab Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3edc878acda946d0b17870b238c42e4a"}, "enabled": true, "id": "3edc878acda946d0b17870b238c42e4a", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-bda7c87b-a112-4bd-proj"}} 2018-10-26 09:50:42,502 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3edc878acda946d0b17870b238c42e4a used request id req-d5a118cd-57af-4d4f-ab6d-d3351eba13ab 2018-10-26 09:50:42,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f9349e86-a393-4b7e-a73a-1b3f7fe1d99a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d6c25c3a3cea482548262177658f1693eae2214" 2018-10-26 09:50:42,701 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-dd0c63a2-c72c-4645-b8a5-0907e8e9ab6f Date: Fri, 26 Oct 2018 09:50:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f9349e86-a393-4b7e-a73a-1b3f7fe1d99a","tenant_id":"3edc878acda946d0b17870b238c42e4a","created_at":"2018-10-26T09:50:39Z","dns_nameservers":[],"updated_at":"2018-10-26T09:50:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3edc878acda946d0b17870b238c42e4a","id":"6eeced5a-a9a7-4bd3-a0ce-4fd39e561ac0","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-ce07aa0f-d61b-444e-ae9a-23f8532169fb-pub-subnet"}]} 2018-10-26 09:50:42,701 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f9349e86-a393-4b7e-a73a-1b3f7fe1d99a used request id req-dd0c63a2-c72c-4645-b8a5-0907e8e9ab6f 2018-10-26 09:50:42,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=f9349e86-a393-4b7e-a73a-1b3f7fe1d99a&name=CreateInstancePortManipulationTests-ce07aa0f-d61b-444e-ae9a-23f8532169fbport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d6c25c3a3cea482548262177658f1693eae2214" 2018-10-26 09:50:42,896 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-09981c9c-b721-4e7d-b8d4-e8000a663bde Date: Fri, 26 Oct 2018 09:50:42 GMT RESP BODY: {"ports":[]} 2018-10-26 09:50:42,896 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=f9349e86-a393-4b7e-a73a-1b3f7fe1d99a&name=CreateInstancePortManipulationTests-ce07aa0f-d61b-444e-ae9a-23f8532169fbport-1&admin_state_up=True used request id req-09981c9c-b721-4e7d-b8d4-e8000a663bde 2018-10-26 09:50:42,897 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:50:42,897 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:50:43,277 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e2a270640835446d812ad47131f899c3", "name": "CreateInstancePortManipulationTests-bda7c87b-a112-4bd-proj-role"}], "expires_at": "2018-10-26T10:50:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3edc878acda946d0b17870b238c42e4a", "name": "CreateInstancePortManipulationTests-bda7c87b-a112-4bd-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/3edc878acda946d0b17870b238c42e4a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/3edc878acda946d0b17870b238c42e4a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/3edc878acda946d0b17870b238c42e4a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/3edc878acda946d0b17870b238c42e4a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/3edc878acda946d0b17870b238c42e4a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/3edc878acda946d0b17870b238c42e4a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/3edc878acda946d0b17870b238c42e4a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/3edc878acda946d0b17870b238c42e4a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/3edc878acda946d0b17870b238c42e4a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/3edc878acda946d0b17870b238c42e4a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/3edc878acda946d0b17870b238c42e4a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/3edc878acda946d0b17870b238c42e4a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-bda7c87b-a112-4bd-user", "id": "598eced155d34524a3d6df550cb181c4"}, "audit_ids": ["l0p8rAxvQ06TiWSne1B8Tg"], "issued_at": "2018-10-26T09:50:43.000000Z"}} 2018-10-26 09:50:43,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eadb1f40779cff090e42f30bf4f4ec7bcba02818" 2018-10-26 09:50:43,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af11def1-0419-4050-9bb2-7113adba5fe7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:50:43,349 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-af11def1-0419-4050-9bb2-7113adba5fe7 2018-10-26 09:50:43,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ce07aa0f-d61b-444e-ae9a-23f8532169fb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d6c25c3a3cea482548262177658f1693eae2214" 2018-10-26 09:50:43,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-af8bfa98-afdb-4363-aab7-2e5ea0e49b4d Date: Fri, 26 Oct 2018 09: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":["6eeced5a-a9a7-4bd3-a0ce-4fd39e561ac0"],"updated_at":"2018-10-26T09:50:39Z","tenant_id":"3edc878acda946d0b17870b238c42e4a","created_at":"2018-10-26T09:50:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3edc878acda946d0b17870b238c42e4a","id":"f9349e86-a393-4b7e-a73a-1b3f7fe1d99a","name":"CreateInstancePortManipulationTests-ce07aa0f-d61b-444e-ae9a-23f8532169fb-pub-net"}]} 2018-10-26 09:50:43,455 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ce07aa0f-d61b-444e-ae9a-23f8532169fb-pub-net used request id req-af8bfa98-afdb-4363-aab7-2e5ea0e49b4d 2018-10-26 09:50:43,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f9349e86-a393-4b7e-a73a-1b3f7fe1d99a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d6c25c3a3cea482548262177658f1693eae2214" 2018-10-26 09:50:43,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-7dc56303-3289-4b85-9b8e-e3ed0ff1d381 Date: Fri, 26 Oct 2018 09:50:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f9349e86-a393-4b7e-a73a-1b3f7fe1d99a","tenant_id":"3edc878acda946d0b17870b238c42e4a","created_at":"2018-10-26T09:50:39Z","dns_nameservers":[],"updated_at":"2018-10-26T09:50:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3edc878acda946d0b17870b238c42e4a","id":"6eeced5a-a9a7-4bd3-a0ce-4fd39e561ac0","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-ce07aa0f-d61b-444e-ae9a-23f8532169fb-pub-subnet"}]} 2018-10-26 09:50:43,514 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f9349e86-a393-4b7e-a73a-1b3f7fe1d99a used request id req-7dc56303-3289-4b85-9b8e-e3ed0ff1d381 2018-10-26 09:50:43,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ce07aa0f-d61b-444e-ae9a-23f8532169fb-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d6c25c3a3cea482548262177658f1693eae2214" 2018-10-26 09:50:43,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-7762d00e-94a4-40ab-b572-7e163623175b Date: Fri, 26 Oct 2018 09: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":["6eeced5a-a9a7-4bd3-a0ce-4fd39e561ac0"],"updated_at":"2018-10-26T09:50:39Z","tenant_id":"3edc878acda946d0b17870b238c42e4a","created_at":"2018-10-26T09:50:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3edc878acda946d0b17870b238c42e4a","id":"f9349e86-a393-4b7e-a73a-1b3f7fe1d99a","name":"CreateInstancePortManipulationTests-ce07aa0f-d61b-444e-ae9a-23f8532169fb-pub-net"}]} 2018-10-26 09:50:43,754 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-ce07aa0f-d61b-444e-ae9a-23f8532169fb-pub-net used request id req-7762d00e-94a4-40ab-b572-7e163623175b 2018-10-26 09:50:43,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:50:43,763 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:50:43,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3edc878acda946d0b17870b238c42e4a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eadb1f40779cff090e42f30bf4f4ec7bcba02818" 2018-10-26 09:50:43,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be1af986-e4d7-492f-9e47-15b13048aa5f Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3edc878acda946d0b17870b238c42e4a"}, "enabled": true, "id": "3edc878acda946d0b17870b238c42e4a", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-bda7c87b-a112-4bd-proj"}} 2018-10-26 09:50:43,845 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3edc878acda946d0b17870b238c42e4a used request id req-be1af986-e4d7-492f-9e47-15b13048aa5f 2018-10-26 09:50:43,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f9349e86-a393-4b7e-a73a-1b3f7fe1d99a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d6c25c3a3cea482548262177658f1693eae2214" 2018-10-26 09:50:44,045 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-2de508a1-b38b-46d4-8a44-2bf406b59b01 Date: Fri, 26 Oct 2018 09:50:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f9349e86-a393-4b7e-a73a-1b3f7fe1d99a","tenant_id":"3edc878acda946d0b17870b238c42e4a","created_at":"2018-10-26T09:50:39Z","dns_nameservers":[],"updated_at":"2018-10-26T09:50:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3edc878acda946d0b17870b238c42e4a","id":"6eeced5a-a9a7-4bd3-a0ce-4fd39e561ac0","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-ce07aa0f-d61b-444e-ae9a-23f8532169fb-pub-subnet"}]} 2018-10-26 09:50:44,045 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f9349e86-a393-4b7e-a73a-1b3f7fe1d99a used request id req-2de508a1-b38b-46d4-8a44-2bf406b59b01 2018-10-26 09:50:44,046 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-ce07aa0f-d61b-444e-ae9a-23f8532169fb-pub-net 2018-10-26 09:50:44,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d6c25c3a3cea482548262177658f1693eae2214" -d '{"port": {"network_id": "f9349e86-a393-4b7e-a73a-1b3f7fe1d99a", "name": "CreateInstancePortManipulationTests-ce07aa0f-d61b-444e-ae9a-23f8532169fbport-1", "allowed_address_pairs": [{"ip_address": "10.55.0.101", "mac_address": "foo"}], "admin_state_up": true}}' 2018-10-26 09:50:44,210 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 105 Content-Type: application/json X-Openstack-Request-Id: req-d2b4b334-b084-4d3a-b3e6-01f14872d652 Date: Fri, 26 Oct 2018 09:50:44 GMT RESP BODY: {"NeutronError": {"message": "'foo' is not a valid MAC address", "type": "HTTPBadRequest", "detail": ""}} 2018-10-26 09:50:44,210 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-d2b4b334-b084-4d3a-b3e6-01f14872d652 2018-10-26 09:50:44,210 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "'foo' is not a valid MAC address", "type": "HTTPBadRequest", "detail": ""}} 2018-10-26 09:50:44,214 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/bd1c87e1-8965-4a96-b7c2-fe26864876dd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a348d8327655a64beb2fa105ac11d5f52a73f58" 2018-10-26 09:50:44,249 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:50: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-94804abc-43e4-4c87-a9f4-a8b454c61b50 x-compute-request-id: req-94804abc-43e4-4c87-a9f4-a8b454c61b50 Content-Length: 0 Content-Type: application/json 2018-10-26 09:50:44,249 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/bd1c87e1-8965-4a96-b7c2-fe26864876dd used request id req-94804abc-43e4-4c87-a9f4-a8b454c61b50 2018-10-26 09:50:44,250 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-ce07aa0f-d61b-444e-ae9a-23f8532169fb-pub-subnet 2018-10-26 09:50:44,250 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-ce07aa0f-d61b-444e-ae9a-23f8532169fb-pub-subnet 2018-10-26 09:50:44,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/6eeced5a-a9a7-4bd3-a0ce-4fd39e561ac0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36949888cb1c979d0907981b753881cb21fa1e88" 2018-10-26 09:50:46,417 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f31a9407-c3e7-4692-ae12-a68ef8930af8 Date: Fri, 26 Oct 2018 09:50:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:50:46,417 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/6eeced5a-a9a7-4bd3-a0ce-4fd39e561ac0 used request id req-f31a9407-c3e7-4692-ae12-a68ef8930af8 2018-10-26 09:50:46,417 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-ce07aa0f-d61b-444e-ae9a-23f8532169fb-pub-net 2018-10-26 09:50:46,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/f9349e86-a393-4b7e-a73a-1b3f7fe1d99a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36949888cb1c979d0907981b753881cb21fa1e88" 2018-10-26 09:50:47,685 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a5aebaef-130c-4b36-afe9-b7b8ae28ae52 Date: Fri, 26 Oct 2018 09:50:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:50:47,685 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/f9349e86-a393-4b7e-a73a-1b3f7fe1d99a used request id req-a5aebaef-130c-4b36-afe9-b7b8ae28ae52 2018-10-26 09:50:47,686 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-ce07aa0f-d61b-444e-ae9a-23f8532169fb-image 2018-10-26 09:50:47,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/58fa43b4-8a3d-4a7d-b6d7-c55ce2ffca01 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b2cf2166aff596c0df302ee985cbd3b5dfc2d42c" 2018-10-26 09:50:48,734 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d285521e-3417-4ccc-bfda-acbeabd53af7 Date: Fri, 26 Oct 2018 09:50: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-26 09:50:48,734 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/58fa43b4-8a3d-4a7d-b6d7-c55ce2ffca01 used request id req-d285521e-3417-4ccc-bfda-acbeabd53af7 2018-10-26 09:50:48,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a95a07e18c506bdf55c10c571ee1bc1f07bdc72c" 2018-10-26 09:50:48,952 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-dd5ccee3-3b33-42f9-b6df-4f19ec2590c7 Date: Fri, 26 Oct 2018 09:50:48 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3edc878acda946d0b17870b238c42e4a", "created_at": "2018-10-26T09:50:38Z", "updated_at": "2018-10-26T09:50:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:50:38Z", "revision_number": 0, "id": "0a94d650-8128-4d45-8df1-a9faaf1c73ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:50:38Z", "security_group_id": "c0fc3256-8df8-419d-940f-f4b858631276", "tenant_id": "3edc878acda946d0b17870b238c42e4a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3edc878acda946d0b17870b238c42e4a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:50:38Z", "revision_number": 0, "id": "5380491a-cf4a-47d5-a698-033c8db67e17", "remote_group_id": "c0fc3256-8df8-419d-940f-f4b858631276", "remote_ip_prefix": null, "created_at": "2018-10-26T09:50:38Z", "security_group_id": "c0fc3256-8df8-419d-940f-f4b858631276", "tenant_id": "3edc878acda946d0b17870b238c42e4a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3edc878acda946d0b17870b238c42e4a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:50:38Z", "revision_number": 0, "id": "a05bea8b-aaa3-491e-8a41-1964eb154233", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:50:38Z", "security_group_id": "c0fc3256-8df8-419d-940f-f4b858631276", "tenant_id": "3edc878acda946d0b17870b238c42e4a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3edc878acda946d0b17870b238c42e4a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:50:38Z", "revision_number": 0, "id": "deb6a438-b215-4119-a860-eca26cb732fa", "remote_group_id": "c0fc3256-8df8-419d-940f-f4b858631276", "remote_ip_prefix": null, "created_at": "2018-10-26T09:50:38Z", "security_group_id": "c0fc3256-8df8-419d-940f-f4b858631276", "tenant_id": "3edc878acda946d0b17870b238c42e4a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3edc878acda946d0b17870b238c42e4a"}], "revision_number": 4, "project_id": "3edc878acda946d0b17870b238c42e4a", "id": "c0fc3256-8df8-419d-940f-f4b858631276", "name": "default"}]} 2018-10-26 09:50:48,953 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-dd5ccee3-3b33-42f9-b6df-4f19ec2590c7 2018-10-26 09:50:48,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a95a07e18c506bdf55c10c571ee1bc1f07bdc72c" 2018-10-26 09:50:49,058 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0754bc3-0b8d-4553-af1b-8c6c5e274230 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:50:49,058 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-c0754bc3-0b8d-4553-af1b-8c6c5e274230 2018-10-26 09:50:49,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a95a07e18c506bdf55c10c571ee1bc1f07bdc72c" 2018-10-26 09:50:49,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19c19599-d36c-42d0-87e2-7768d11fc073 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:50:49,153 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-19c19599-d36c-42d0-87e2-7768d11fc073 2018-10-26 09:50:49,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a95a07e18c506bdf55c10c571ee1bc1f07bdc72c" 2018-10-26 09:50:49,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0677b77-2c96-42e8-a24f-5d877bf6c394 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:50:49,243 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-d0677b77-2c96-42e8-a24f-5d877bf6c394 2018-10-26 09:50:49,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3edc878acda946d0b17870b238c42e4a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a95a07e18c506bdf55c10c571ee1bc1f07bdc72c" 2018-10-26 09:50:49,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ab968ae-df0b-4839-9169-f0db08928dc0 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3edc878acda946d0b17870b238c42e4a"}, "enabled": true, "id": "3edc878acda946d0b17870b238c42e4a", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-bda7c87b-a112-4bd-proj"}} 2018-10-26 09:50:49,327 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3edc878acda946d0b17870b238c42e4a used request id req-3ab968ae-df0b-4839-9169-f0db08928dc0 2018-10-26 09:50:49,327 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c0fc3256-8df8-419d-940f-f4b858631276 2018-10-26 09:50:49,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c0fc3256-8df8-419d-940f-f4b858631276 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a95a07e18c506bdf55c10c571ee1bc1f07bdc72c" 2018-10-26 09:50:49,514 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-daa81ab5-f343-4d24-9f1e-3632efa9d526 Date: Fri, 26 Oct 2018 09:50: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-26T09:50:38Z", "security_group_id": "c0fc3256-8df8-419d-940f-f4b858631276", "port_range_min": null, "revision_number": 0, "tenant_id": "3edc878acda946d0b17870b238c42e4a", "created_at": "2018-10-26T09:50:38Z", "project_id": "3edc878acda946d0b17870b238c42e4a", "id": "0a94d650-8128-4d45-8df1-a9faaf1c73ad"}, {"remote_group_id": "c0fc3256-8df8-419d-940f-f4b858631276", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:50:38Z", "security_group_id": "c0fc3256-8df8-419d-940f-f4b858631276", "port_range_min": null, "revision_number": 0, "tenant_id": "3edc878acda946d0b17870b238c42e4a", "created_at": "2018-10-26T09:50:38Z", "project_id": "3edc878acda946d0b17870b238c42e4a", "id": "5380491a-cf4a-47d5-a698-033c8db67e17"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:50:38Z", "security_group_id": "c0fc3256-8df8-419d-940f-f4b858631276", "port_range_min": null, "revision_number": 0, "tenant_id": "3edc878acda946d0b17870b238c42e4a", "created_at": "2018-10-26T09:50:38Z", "project_id": "3edc878acda946d0b17870b238c42e4a", "id": "a05bea8b-aaa3-491e-8a41-1964eb154233"}, {"remote_group_id": "c0fc3256-8df8-419d-940f-f4b858631276", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:50:38Z", "security_group_id": "c0fc3256-8df8-419d-940f-f4b858631276", "port_range_min": null, "revision_number": 0, "tenant_id": "3edc878acda946d0b17870b238c42e4a", "created_at": "2018-10-26T09:50:38Z", "project_id": "3edc878acda946d0b17870b238c42e4a", "id": "deb6a438-b215-4119-a860-eca26cb732fa"}]} 2018-10-26 09:50:49,514 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c0fc3256-8df8-419d-940f-f4b858631276 used request id req-daa81ab5-f343-4d24-9f1e-3632efa9d526 2018-10-26 09:50:49,515 - neutron_utils - INFO - Deleting security group with name - default 2018-10-26 09:50:49,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/c0fc3256-8df8-419d-940f-f4b858631276 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a95a07e18c506bdf55c10c571ee1bc1f07bdc72c" 2018-10-26 09:50:49,816 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0b0dcbf2-650f-40c6-8c29-6ea4f99e6df8 Content-Length: 0 Date: Fri, 26 Oct 2018 09:50:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:50:49,816 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/c0fc3256-8df8-419d-940f-f4b858631276 used request id req-0b0dcbf2-650f-40c6-8c29-6ea4f99e6df8 2018-10-26 09:50:49,817 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-bda7c87b-a112-4bd-proj 2018-10-26 09:50:49,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/3edc878acda946d0b17870b238c42e4a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a95a07e18c506bdf55c10c571ee1bc1f07bdc72c" 2018-10-26 09:50:50,018 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:50:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-919bc6b2-cd12-4eaf-92c8-9c5dbf7eb218 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:50:50,018 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/3edc878acda946d0b17870b238c42e4a used request id req-919bc6b2-cd12-4eaf-92c8-9c5dbf7eb218 2018-10-26 09:50:50,018 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-bda7c87b-a112-4bd-proj-role 2018-10-26 09:50:50,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/e2a270640835446d812ad47131f899c3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a95a07e18c506bdf55c10c571ee1bc1f07bdc72c" 2018-10-26 09:50:50,151 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:50:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e91a9edd-4d3d-4425-9b4f-7a59b0c9b167 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:50:50,152 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/e2a270640835446d812ad47131f899c3 used request id req-e91a9edd-4d3d-4425-9b4f-7a59b0c9b167 2018-10-26 09:50:50,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a95a07e18c506bdf55c10c571ee1bc1f07bdc72c" 2018-10-26 09:50:50,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc1b39b3-93fb-432f-8214-afeb81eed4f3 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:50:50,235 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-cc1b39b3-93fb-432f-8214-afeb81eed4f3 2018-10-26 09:50:50,235 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-bda7c87b-a112-4bd-user 2018-10-26 09:50:50,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/598eced155d34524a3d6df550cb181c4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfe8325c005a7bf7d47ab15102ccbff24639eec3" 2018-10-26 09:50:50,410 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:50:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-24de5a25-1788-4b0c-b944-0381a28504c9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:50:50,411 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/598eced155d34524a3d6df550cb181c4 used request id req-24de5a25-1788-4b0c-b944-0381a28504c9 2018-10-26 09:50:50,412 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:50:50,797 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:50:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["WL4yJA8oRWSUBOC1fee6oA"], "issued_at": "2018-10-26T09:50:50.000000Z"}} 2018-10-26 09:50:50,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bda2ab8dcc526597c76de30c6bf20a28ee3581fb" 2018-10-26 09:50:50,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfba06b0-922d-4745-bb0f-7fc23b4a2d0a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:50:50,875 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-bfba06b0-922d-4745-bb0f-7fc23b4a2d0a 2018-10-26 09:50:50,876 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:50:50,877 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:50:51,268 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:50:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["Ncp4YHIFTbOSzc4Vr39wlg"], "issued_at": "2018-10-26T09:50:51.000000Z"}} 2018-10-26 09:50:51,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89ddefbf7dd9aa6310ea36bf7dcdd3c214f601bb" 2018-10-26 09:50:51,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08e94e8f-57d5-4016-b3bf-2f37da1cc9e6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:50:51,349 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-08e94e8f-57d5-4016-b3bf-2f37da1cc9e6 2018-10-26 09:50:51,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:50:51,360 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:50: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:50:51,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-7ceee8f8-9725-4b6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89ddefbf7dd9aa6310ea36bf7dcdd3c214f601bb" 2018-10-26 09:50:51,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89c71187-9a75-4db6-8c84-e95e3c0e770e Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-7ceee8f8-9725-4b6-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:50:51,447 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-7ceee8f8-9725-4b6-proj used request id req-89c71187-9a75-4db6-8c84-e95e3c0e770e 2018-10-26 09:50:51,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89ddefbf7dd9aa6310ea36bf7dcdd3c214f601bb" 2018-10-26 09:50:51,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7606989d-8c38-40be-9445-248fbd5be33d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:50:51,540 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-7606989d-8c38-40be-9445-248fbd5be33d 2018-10-26 09:50:51,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89ddefbf7dd9aa6310ea36bf7dcdd3c214f601bb" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-7ceee8f8-9725-4b6-proj"}}' 2018-10-26 09:50:51,645 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:50:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3dc89780-02ed-4cee-9e07-072b49067d15 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/bfe9b8254db44ba8ad2c30f7f0161c24"}, "enabled": true, "id": "bfe9b8254db44ba8ad2c30f7f0161c24", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-7ceee8f8-9725-4b6-proj"}} 2018-10-26 09:50:51,645 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-3dc89780-02ed-4cee-9e07-072b49067d15 2018-10-26 09:50:51,645 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-7ceee8f8-9725-4b6-proj 2018-10-26 09:50:51,646 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:50:51,647 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:50:52,046 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:50:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["yvDtX3kRRo2RnTdR3Ksbug"], "issued_at": "2018-10-26T09:50:52.000000Z"}} 2018-10-26 09:50:52,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec209239d18594d8729e7003168bbbfd5b589730" 2018-10-26 09:50:52,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c283d95-f1ba-4a29-b308-00ccfbe3a86d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:50:52,136 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-0c283d95-f1ba-4a29-b308-00ccfbe3a86d 2018-10-26 09:50:52,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:50:52,147 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:50: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:50:52,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec209239d18594d8729e7003168bbbfd5b589730" 2018-10-26 09:50:52,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3eba6e7b-afc6-4a70-8d32-d3d0a0040053 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:50:52,257 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-3eba6e7b-afc6-4a70-8d32-d3d0a0040053 2018-10-26 09:50:52,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-7ceee8f8-9725-4b6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec209239d18594d8729e7003168bbbfd5b589730" 2018-10-26 09:50:52,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77f86f90-c385-4e06-ad94-4d2f8c169379 Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-7ceee8f8-9725-4b6-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/bfe9b8254db44ba8ad2c30f7f0161c24"}, "enabled": true, "id": "bfe9b8254db44ba8ad2c30f7f0161c24", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-7ceee8f8-9725-4b6-proj"}]} 2018-10-26 09:50:52,350 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-7ceee8f8-9725-4b6-proj used request id req-77f86f90-c385-4e06-ad94-4d2f8c169379 2018-10-26 09:50:52,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec209239d18594d8729e7003168bbbfd5b589730" 2018-10-26 09:50:52,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0668651d-1bc5-429f-80fe-a354e51938ce Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:50:52,437 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-0668651d-1bc5-429f-80fe-a354e51938ce 2018-10-26 09:50:52,805 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-7ceee8f8-9725-4b6-user 2018-10-26 09:50:52,806 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:50:52,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89ddefbf7dd9aa6310ea36bf7dcdd3c214f601bb" 2018-10-26 09:50:52,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-045cc6c3-ab03-4bc9-b2c3-914bd15d89c7 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:50:52,903 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-045cc6c3-ab03-4bc9-b2c3-914bd15d89c7 2018-10-26 09:50:52,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89ddefbf7dd9aa6310ea36bf7dcdd3c214f601bb" -d '{"role": {"name": "CreateInstancePortManipulationTests-7ceee8f8-9725-4b6-proj-role"}}' 2018-10-26 09:50:53,015 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:50:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1585b798-8843-44d9-8560-f0b89d26f863 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "89ef3042cfb64bfaa2a0c51ef0fcf25a", "links": {"self": "http://172.30.9.21:5000/v3/roles/89ef3042cfb64bfaa2a0c51ef0fcf25a"}, "name": "CreateInstancePortManipulationTests-7ceee8f8-9725-4b6-proj-role"}} 2018-10-26 09:50:53,015 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-1585b798-8843-44d9-8560-f0b89d26f863 2018-10-26 09:50:53,015 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-7ceee8f8-9725-4b6-proj-role 2018-10-26 09:50:53,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/89ef3042cfb64bfaa2a0c51ef0fcf25a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89ddefbf7dd9aa6310ea36bf7dcdd3c214f601bb" 2018-10-26 09:50:53,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-904cb817-b984-4e98-bf7a-f2a17a68194a Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/89ef3042cfb64bfaa2a0c51ef0fcf25a"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-7ceee8f8-9725-4b6-proj-role", "id": "89ef3042cfb64bfaa2a0c51ef0fcf25a"}} 2018-10-26 09:50:53,110 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/89ef3042cfb64bfaa2a0c51ef0fcf25a used request id req-904cb817-b984-4e98-bf7a-f2a17a68194a 2018-10-26 09:50:53,110 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-7ceee8f8-9725-4b6-proj-role to project CreateInstancePortManipulationTests-7ceee8f8-9725-4b6-proj 2018-10-26 09:50:53,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/bfe9b8254db44ba8ad2c30f7f0161c24/users/e6bd179112f443a3b25c13f14c793a56/roles/89ef3042cfb64bfaa2a0c51ef0fcf25a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89ddefbf7dd9aa6310ea36bf7dcdd3c214f601bb" 2018-10-26 09:50:53,245 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:50:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-46a5557b-2a86-4c7d-a903-af483e4c34e3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:50:53,245 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/bfe9b8254db44ba8ad2c30f7f0161c24/users/e6bd179112f443a3b25c13f14c793a56/roles/89ef3042cfb64bfaa2a0c51ef0fcf25a used request id req-46a5557b-2a86-4c7d-a903-af483e4c34e3 2018-10-26 09:50:53,246 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-26 09:50:53,246 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:50:53,247 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:50:53,626 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "89ef3042cfb64bfaa2a0c51ef0fcf25a", "name": "CreateInstancePortManipulationTests-7ceee8f8-9725-4b6-proj-role"}], "expires_at": "2018-10-26T10:50:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bfe9b8254db44ba8ad2c30f7f0161c24", "name": "CreateInstancePortManipulationTests-7ceee8f8-9725-4b6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/bfe9b8254db44ba8ad2c30f7f0161c24", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/bfe9b8254db44ba8ad2c30f7f0161c24", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/bfe9b8254db44ba8ad2c30f7f0161c24", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/bfe9b8254db44ba8ad2c30f7f0161c24", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/bfe9b8254db44ba8ad2c30f7f0161c24", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/bfe9b8254db44ba8ad2c30f7f0161c24", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/bfe9b8254db44ba8ad2c30f7f0161c24", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/bfe9b8254db44ba8ad2c30f7f0161c24", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/bfe9b8254db44ba8ad2c30f7f0161c24", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/bfe9b8254db44ba8ad2c30f7f0161c24", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/bfe9b8254db44ba8ad2c30f7f0161c24", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/bfe9b8254db44ba8ad2c30f7f0161c24", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-7ceee8f8-9725-4b6-user", "id": "e6bd179112f443a3b25c13f14c793a56"}, "audit_ids": ["i2BTiskKR9a9vIOwhKEtUQ"], "issued_at": "2018-10-26T09:50:53.000000Z"}} 2018-10-26 09:50:53,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}563080c791548e0a765980243da5f25b25571b57" 2018-10-26 09:50:53,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c883fd04-6c74-4549-a12e-dddd4dd70ada Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:50:53,707 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c883fd04-6c74-4549-a12e-dddd4dd70ada 2018-10-26 09:50:53,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-2d68eebb-033f-4f18-a68d-5c86e9adbcde-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}563080c791548e0a765980243da5f25b25571b57" 2018-10-26 09:50:53,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-adedf16e-e27d-4fc8-9038-fdbfa75b5f19 Date: Fri, 26 Oct 2018 09:50:53 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-2d68eebb-033f-4f18-a68d-5c86e9adbcde-image"} 2018-10-26 09:50:53,872 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-2d68eebb-033f-4f18-a68d-5c86e9adbcde-image used request id req-adedf16e-e27d-4fc8-9038-fdbfa75b5f19 2018-10-26 09:50:53,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}563080c791548e0a765980243da5f25b25571b57" 2018-10-26 09:50:54,035 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0f14a2ef-0f6c-45d4-a333-148cd1752bd5 Date: Fri, 26 Oct 2018 09:50: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-26 09:50:54,035 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-0f14a2ef-0f6c-45d4-a333-148cd1752bd5 2018-10-26 09:50:54,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}563080c791548e0a765980243da5f25b25571b57" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-2d68eebb-033f-4f18-a68d-5c86e9adbcde-image"}' 2018-10-26 09:50:54,262 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/d242bb2f-05d8-4a10-8e8f-0ffdaf7f4e00 X-Openstack-Request-Id: req-f815fadb-f42f-4e2c-aa80-0620c4610923 Date: Fri, 26 Oct 2018 09:50:54 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-2d68eebb-033f-4f18-a68d-5c86e9adbcde-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:50:54Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-26T09:50:54Z", "visibility": "shared", "locations": [], "self": "/v2/images/d242bb2f-05d8-4a10-8e8f-0ffdaf7f4e00", "min_disk": 0, "protected": false, "id": "d242bb2f-05d8-4a10-8e8f-0ffdaf7f4e00", "file": "/v2/images/d242bb2f-05d8-4a10-8e8f-0ffdaf7f4e00/file", "checksum": null, "owner": "bfe9b8254db44ba8ad2c30f7f0161c24", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:50:54,262 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-f815fadb-f42f-4e2c-aa80-0620c4610923 2018-10-26 09:50:54,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/d242bb2f-05d8-4a10-8e8f-0ffdaf7f4e00/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}563080c791548e0a765980243da5f25b25571b57" -d '' 2018-10-26 09:50:56,132 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-91b04219-4bfd-45b2-9c10-ae087d47ee98 Date: Fri, 26 Oct 2018 09:50: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-26 09:50:56,132 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/d242bb2f-05d8-4a10-8e8f-0ffdaf7f4e00/file used request id req-91b04219-4bfd-45b2-9c10-ae087d47ee98 2018-10-26 09:50:56,133 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 09:50:56,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/d242bb2f-05d8-4a10-8e8f-0ffdaf7f4e00 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}563080c791548e0a765980243da5f25b25571b57" 2018-10-26 09:50:56,289 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-7af3800c-f28a-4742-8e04-a3276a46f225 Date: Fri, 26 Oct 2018 09:50:56 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-2d68eebb-033f-4f18-a68d-5c86e9adbcde-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:50:54Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:50:56Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/d242bb2f-05d8-4a10-8e8f-0ffdaf7f4e00/snap", "metadata": {}}], "self": "/v2/images/d242bb2f-05d8-4a10-8e8f-0ffdaf7f4e00", "min_disk": 0, "protected": false, "id": "d242bb2f-05d8-4a10-8e8f-0ffdaf7f4e00", "file": "/v2/images/d242bb2f-05d8-4a10-8e8f-0ffdaf7f4e00/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "bfe9b8254db44ba8ad2c30f7f0161c24", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/d242bb2f-05d8-4a10-8e8f-0ffdaf7f4e00/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:50:56,289 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/d242bb2f-05d8-4a10-8e8f-0ffdaf7f4e00 used request id req-7af3800c-f28a-4742-8e04-a3276a46f225 2018-10-26 09:50:56,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}563080c791548e0a765980243da5f25b25571b57" 2018-10-26 09:50:56,445 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-75c2c0da-1158-488c-aef3-4b8dd4c227df Date: Fri, 26 Oct 2018 09:50: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-26 09:50:56,445 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-75c2c0da-1158-488c-aef3-4b8dd4c227df 2018-10-26 09:50:56,448 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-2d68eebb-033f-4f18-a68d-5c86e9adbcde-image 2018-10-26 09:50:56,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/d242bb2f-05d8-4a10-8e8f-0ffdaf7f4e00 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}563080c791548e0a765980243da5f25b25571b57" 2018-10-26 09:50:56,616 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-b2589b77-9953-4131-888e-2191402e6522 Date: Fri, 26 Oct 2018 09:50:56 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-2d68eebb-033f-4f18-a68d-5c86e9adbcde-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:50:54Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:50:56Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/d242bb2f-05d8-4a10-8e8f-0ffdaf7f4e00/snap", "metadata": {}}], "self": "/v2/images/d242bb2f-05d8-4a10-8e8f-0ffdaf7f4e00", "min_disk": 0, "protected": false, "id": "d242bb2f-05d8-4a10-8e8f-0ffdaf7f4e00", "file": "/v2/images/d242bb2f-05d8-4a10-8e8f-0ffdaf7f4e00/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "bfe9b8254db44ba8ad2c30f7f0161c24", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/d242bb2f-05d8-4a10-8e8f-0ffdaf7f4e00/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:50:56,616 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/d242bb2f-05d8-4a10-8e8f-0ffdaf7f4e00 used request id req-b2589b77-9953-4131-888e-2191402e6522 2018-10-26 09:50:56,617 - create_image - DEBUG - Instance status is - active 2018-10-26 09:50:56,617 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-2d68eebb-033f-4f18-a68d-5c86e9adbcde-image 2018-10-26 09:50:56,617 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-2d68eebb-033f-4f18-a68d-5c86e9adbcde-image 2018-10-26 09:50:56,617 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:50:56,618 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:50:56,991 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "89ef3042cfb64bfaa2a0c51ef0fcf25a", "name": "CreateInstancePortManipulationTests-7ceee8f8-9725-4b6-proj-role"}], "expires_at": "2018-10-26T10:50:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bfe9b8254db44ba8ad2c30f7f0161c24", "name": "CreateInstancePortManipulationTests-7ceee8f8-9725-4b6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/bfe9b8254db44ba8ad2c30f7f0161c24", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/bfe9b8254db44ba8ad2c30f7f0161c24", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/bfe9b8254db44ba8ad2c30f7f0161c24", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/bfe9b8254db44ba8ad2c30f7f0161c24", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/bfe9b8254db44ba8ad2c30f7f0161c24", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/bfe9b8254db44ba8ad2c30f7f0161c24", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/bfe9b8254db44ba8ad2c30f7f0161c24", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/bfe9b8254db44ba8ad2c30f7f0161c24", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/bfe9b8254db44ba8ad2c30f7f0161c24", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/bfe9b8254db44ba8ad2c30f7f0161c24", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/bfe9b8254db44ba8ad2c30f7f0161c24", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/bfe9b8254db44ba8ad2c30f7f0161c24", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-7ceee8f8-9725-4b6-user", "id": "e6bd179112f443a3b25c13f14c793a56"}, "audit_ids": ["xgZO0qeOQ6qugjz1OfJiWA"], "issued_at": "2018-10-26T09:50:56.000000Z"}} 2018-10-26 09:50:56,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7876aa4b2df830f4371d73c0eee36443547a6d8" 2018-10-26 09:50:57,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33bf33b4-1e24-4d7e-956a-76c45e5fbe43 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:50:57,064 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-33bf33b4-1e24-4d7e-956a-76c45e5fbe43 2018-10-26 09:50:57,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2d68eebb-033f-4f18-a68d-5c86e9adbcde-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7876aa4b2df830f4371d73c0eee36443547a6d8" 2018-10-26 09:50:57,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-d6571199-6b7a-409c-92b3-994748b5a8a1 Date: Fri, 26 Oct 2018 09:50:57 GMT RESP BODY: {"networks":[]} 2018-10-26 09:50:57,240 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2d68eebb-033f-4f18-a68d-5c86e9adbcde-pub-net used request id req-d6571199-6b7a-409c-92b3-994748b5a8a1 2018-10-26 09:50:57,241 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-2d68eebb-033f-4f18-a68d-5c86e9adbcde-pub-net 2018-10-26 09:50:57,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7876aa4b2df830f4371d73c0eee36443547a6d8" -d '{"network": {"name": "CreateInstancePortManipulationTests-2d68eebb-033f-4f18-a68d-5c86e9adbcde-pub-net", "admin_state_up": true}}' 2018-10-26 09:50:57,822 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-ec5092cb-a7dc-46d1-bf96-cb3f6348c374 Date: Fri, 26 Oct 2018 09:50:57 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"6f41631a-e3cf-4246-baee-aaf5324f6e84","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"bfe9b8254db44ba8ad2c30f7f0161c24","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T09:50:57Z","is_default":false,"name":"CreateInstancePortManipulationTests-2d68eebb-033f-4f18-a68d-5c86e9adbcde-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"bfe9b8254db44ba8ad2c30f7f0161c24","created_at":"2018-10-26T09:50:57Z","mtu":1450}} 2018-10-26 09:50:57,822 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-ec5092cb-a7dc-46d1-bf96-cb3f6348c374 2018-10-26 09:50:57,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=6f41631a-e3cf-4246-baee-aaf5324f6e84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7876aa4b2df830f4371d73c0eee36443547a6d8" 2018-10-26 09:50:58,057 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-ce37b938-73f4-47b8-929d-ae4f18f5770e Date: Fri, 26 Oct 2018 09:50: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-26T09:50:57Z","tenant_id":"bfe9b8254db44ba8ad2c30f7f0161c24","created_at":"2018-10-26T09:50:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"bfe9b8254db44ba8ad2c30f7f0161c24","id":"6f41631a-e3cf-4246-baee-aaf5324f6e84","name":"CreateInstancePortManipulationTests-2d68eebb-033f-4f18-a68d-5c86e9adbcde-pub-net"}]} 2018-10-26 09:50:58,057 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=6f41631a-e3cf-4246-baee-aaf5324f6e84 used request id req-ce37b938-73f4-47b8-929d-ae4f18f5770e 2018-10-26 09:50:58,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6f41631a-e3cf-4246-baee-aaf5324f6e84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7876aa4b2df830f4371d73c0eee36443547a6d8" 2018-10-26 09:50:58,230 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-7cf63482-8124-4dd9-858a-459a88175ddd Date: Fri, 26 Oct 2018 09:50:58 GMT RESP BODY: {"subnets":[]} 2018-10-26 09:50:58,230 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6f41631a-e3cf-4246-baee-aaf5324f6e84 used request id req-7cf63482-8124-4dd9-858a-459a88175ddd 2018-10-26 09:50:58,231 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-2d68eebb-033f-4f18-a68d-5c86e9adbcde-pub-subnet 2018-10-26 09:50:58,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7876aa4b2df830f4371d73c0eee36443547a6d8" -d '{"subnets": [{"ip_version": 4, "network_id": "6f41631a-e3cf-4246-baee-aaf5324f6e84", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-2d68eebb-033f-4f18-a68d-5c86e9adbcde-pub-subnet"}]}' 2018-10-26 09:50:58,875 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-2c13694a-f9c2-4352-bb68-ae874d437cb2 Date: Fri, 26 Oct 2018 09:50:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6f41631a-e3cf-4246-baee-aaf5324f6e84","tenant_id":"bfe9b8254db44ba8ad2c30f7f0161c24","created_at":"2018-10-26T09:50:58Z","dns_nameservers":[],"updated_at":"2018-10-26T09:50: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":"bfe9b8254db44ba8ad2c30f7f0161c24","id":"5abda005-e836-4af7-a83c-9f5adb16e1b2","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-2d68eebb-033f-4f18-a68d-5c86e9adbcde-pub-subnet"}]} 2018-10-26 09:50:58,875 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-2c13694a-f9c2-4352-bb68-ae874d437cb2 2018-10-26 09:50:58,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=6f41631a-e3cf-4246-baee-aaf5324f6e84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7876aa4b2df830f4371d73c0eee36443547a6d8" 2018-10-26 09:50:59,122 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-edc6d7b8-3810-4597-bbc1-d6d63f006e2e Date: Fri, 26 Oct 2018 09:50: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":["5abda005-e836-4af7-a83c-9f5adb16e1b2"],"updated_at":"2018-10-26T09:50:58Z","tenant_id":"bfe9b8254db44ba8ad2c30f7f0161c24","created_at":"2018-10-26T09:50:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"bfe9b8254db44ba8ad2c30f7f0161c24","id":"6f41631a-e3cf-4246-baee-aaf5324f6e84","name":"CreateInstancePortManipulationTests-2d68eebb-033f-4f18-a68d-5c86e9adbcde-pub-net"}]} 2018-10-26 09:50:59,122 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=6f41631a-e3cf-4246-baee-aaf5324f6e84 used request id req-edc6d7b8-3810-4597-bbc1-d6d63f006e2e 2018-10-26 09:50:59,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6f41631a-e3cf-4246-baee-aaf5324f6e84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7876aa4b2df830f4371d73c0eee36443547a6d8" 2018-10-26 09:50:59,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-39721a64-a667-41f1-8f6c-1d29bfe1eb33 Date: Fri, 26 Oct 2018 09:50:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6f41631a-e3cf-4246-baee-aaf5324f6e84","tenant_id":"bfe9b8254db44ba8ad2c30f7f0161c24","created_at":"2018-10-26T09:50:58Z","dns_nameservers":[],"updated_at":"2018-10-26T09:50: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":"bfe9b8254db44ba8ad2c30f7f0161c24","id":"5abda005-e836-4af7-a83c-9f5adb16e1b2","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-2d68eebb-033f-4f18-a68d-5c86e9adbcde-pub-subnet"}]} 2018-10-26 09:50:59,325 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6f41631a-e3cf-4246-baee-aaf5324f6e84 used request id req-39721a64-a667-41f1-8f6c-1d29bfe1eb33 2018-10-26 09:50:59,325 - OpenStackNetwork - DEBUG - Network [6f41631a-e3cf-4246-baee-aaf5324f6e84] created successfully 2018-10-26 09:50:59,325 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:50:59,326 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:50:59,724 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:50:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["28dhBbQkQN2HmQWNADbudw"], "issued_at": "2018-10-26T09:50:59.000000Z"}} 2018-10-26 09:50:59,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13908779d704121fb292234b8872c09d2e4a97cf" 2018-10-26 09:50:59,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-835c6efb-d177-43f2-90ca-934636c0ffed Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:50:59,814 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-835c6efb-d177-43f2-90ca-934636c0ffed 2018-10-26 09:50:59,815 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:50:59,820 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13908779d704121fb292234b8872c09d2e4a97cf" 2018-10-26 09:51:00,000 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:50: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-c7a2c475-2d68-46fb-8148-f786cc5d385e x-compute-request-id: req-c7a2c475-2d68-46fb-8148-f786cc5d385e Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-26 09:51:00,000 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-c7a2c475-2d68-46fb-8148-f786cc5d385e 2018-10-26 09:51:00,004 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13908779d704121fb292234b8872c09d2e4a97cf" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-2d68eebb-033f-4f18-a68d-5c86e9adbcde-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-26 09:51:00,050 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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,Accept-Encoding x-openstack-request-id: req-75cd71e8-94da-4b86-9d08-48ac235854e4 x-compute-request-id: req-75cd71e8-94da-4b86-9d08-48ac235854e4 Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/fe1aac5b-9698-4b48-a35b-486600f93b3e", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/fe1aac5b-9698-4b48-a35b-486600f93b3e", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "fe1aac5b-9698-4b48-a35b-486600f93b3e", "name": "CreateInstancePortManipulationTests-2d68eebb-033f-4f18-a68d-5c86e9adbcde-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 09:51:00,050 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-75cd71e8-94da-4b86-9d08-48ac235854e4 2018-10-26 09:51:00,051 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:51:00,052 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:51:00,425 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "89ef3042cfb64bfaa2a0c51ef0fcf25a", "name": "CreateInstancePortManipulationTests-7ceee8f8-9725-4b6-proj-role"}], "expires_at": "2018-10-26T10:51:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bfe9b8254db44ba8ad2c30f7f0161c24", "name": "CreateInstancePortManipulationTests-7ceee8f8-9725-4b6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/bfe9b8254db44ba8ad2c30f7f0161c24", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/bfe9b8254db44ba8ad2c30f7f0161c24", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/bfe9b8254db44ba8ad2c30f7f0161c24", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/bfe9b8254db44ba8ad2c30f7f0161c24", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/bfe9b8254db44ba8ad2c30f7f0161c24", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/bfe9b8254db44ba8ad2c30f7f0161c24", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/bfe9b8254db44ba8ad2c30f7f0161c24", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/bfe9b8254db44ba8ad2c30f7f0161c24", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/bfe9b8254db44ba8ad2c30f7f0161c24", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/bfe9b8254db44ba8ad2c30f7f0161c24", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/bfe9b8254db44ba8ad2c30f7f0161c24", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/bfe9b8254db44ba8ad2c30f7f0161c24", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-7ceee8f8-9725-4b6-user", "id": "e6bd179112f443a3b25c13f14c793a56"}, "audit_ids": ["hFUlHbEkQ6mk9lPrb-n-ow"], "issued_at": "2018-10-26T09:51:00.000000Z"}} 2018-10-26 09:51:00,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d33056218c6f30de77b131e3d0201a85ff67a79" 2018-10-26 09:51:00,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-346c987d-59d4-4f16-a71c-9d877ef9d717 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:51:00,515 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-346c987d-59d4-4f16-a71c-9d877ef9d717 2018-10-26 09:51:00,517 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:51:00,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d33056218c6f30de77b131e3d0201a85ff67a79" 2018-10-26 09:51:00,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7e62dea-4ee5-459f-9388-9b5d4f94ae78 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:51:00,618 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b7e62dea-4ee5-459f-9388-9b5d4f94ae78 2018-10-26 09:51:00,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2d68eebb-033f-4f18-a68d-5c86e9adbcde-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d33056218c6f30de77b131e3d0201a85ff67a79" 2018-10-26 09:51:00,871 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-b5065ebb-8cc9-4e6f-8082-668d2ec5ad02 Date: Fri, 26 Oct 2018 09:51: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":["5abda005-e836-4af7-a83c-9f5adb16e1b2"],"updated_at":"2018-10-26T09:50:58Z","tenant_id":"bfe9b8254db44ba8ad2c30f7f0161c24","created_at":"2018-10-26T09:50:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"bfe9b8254db44ba8ad2c30f7f0161c24","id":"6f41631a-e3cf-4246-baee-aaf5324f6e84","name":"CreateInstancePortManipulationTests-2d68eebb-033f-4f18-a68d-5c86e9adbcde-pub-net"}]} 2018-10-26 09:51:00,871 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2d68eebb-033f-4f18-a68d-5c86e9adbcde-pub-net used request id req-b5065ebb-8cc9-4e6f-8082-668d2ec5ad02 2018-10-26 09:51:00,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:51:00,880 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:51: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:51:00,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/bfe9b8254db44ba8ad2c30f7f0161c24 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d33056218c6f30de77b131e3d0201a85ff67a79" 2018-10-26 09:51:00,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90fc3e64-daf0-494a-81a5-1bebfe541245 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/bfe9b8254db44ba8ad2c30f7f0161c24"}, "enabled": true, "id": "bfe9b8254db44ba8ad2c30f7f0161c24", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-7ceee8f8-9725-4b6-proj"}} 2018-10-26 09:51:00,965 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/bfe9b8254db44ba8ad2c30f7f0161c24 used request id req-90fc3e64-daf0-494a-81a5-1bebfe541245 2018-10-26 09:51:00,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6f41631a-e3cf-4246-baee-aaf5324f6e84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d33056218c6f30de77b131e3d0201a85ff67a79" 2018-10-26 09:51:01,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-92e883c9-c940-420d-b3d6-4f9a7954c64e Date: Fri, 26 Oct 2018 09:51:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6f41631a-e3cf-4246-baee-aaf5324f6e84","tenant_id":"bfe9b8254db44ba8ad2c30f7f0161c24","created_at":"2018-10-26T09:50:58Z","dns_nameservers":[],"updated_at":"2018-10-26T09:50: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":"bfe9b8254db44ba8ad2c30f7f0161c24","id":"5abda005-e836-4af7-a83c-9f5adb16e1b2","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-2d68eebb-033f-4f18-a68d-5c86e9adbcde-pub-subnet"}]} 2018-10-26 09:51:01,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6f41631a-e3cf-4246-baee-aaf5324f6e84 used request id req-92e883c9-c940-420d-b3d6-4f9a7954c64e 2018-10-26 09:51:01,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=6f41631a-e3cf-4246-baee-aaf5324f6e84&name=CreateInstancePortManipulationTests-2d68eebb-033f-4f18-a68d-5c86e9adbcdeport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d33056218c6f30de77b131e3d0201a85ff67a79" 2018-10-26 09:51:01,368 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-633c33fe-15d6-4bd5-8e22-13a1868ccdca Date: Fri, 26 Oct 2018 09:51:01 GMT RESP BODY: {"ports":[]} 2018-10-26 09:51:01,368 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=6f41631a-e3cf-4246-baee-aaf5324f6e84&name=CreateInstancePortManipulationTests-2d68eebb-033f-4f18-a68d-5c86e9adbcdeport-1&admin_state_up=True used request id req-633c33fe-15d6-4bd5-8e22-13a1868ccdca 2018-10-26 09:51:01,371 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-2d68eebb-033f-4f18-a68d-5c86e9adbcde-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d33056218c6f30de77b131e3d0201a85ff67a79" 2018-10-26 09:51:01,593 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f9cac632-285d-47c9-b0a2-96f3859dace6 x-compute-request-id: req-f9cac632-285d-47c9-b0a2-96f3859dace6 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-26 09:51:01,593 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-2d68eebb-033f-4f18-a68d-5c86e9adbcde-inst used request id req-f9cac632-285d-47c9-b0a2-96f3859dace6 2018-10-26 09:51:01,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2d68eebb-033f-4f18-a68d-5c86e9adbcde-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d33056218c6f30de77b131e3d0201a85ff67a79" 2018-10-26 09:51:01,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-58c184a1-075f-4bb5-ae1b-d4e2103646a6 Date: Fri, 26 Oct 2018 09:51: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":["5abda005-e836-4af7-a83c-9f5adb16e1b2"],"updated_at":"2018-10-26T09:50:58Z","tenant_id":"bfe9b8254db44ba8ad2c30f7f0161c24","created_at":"2018-10-26T09:50:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"bfe9b8254db44ba8ad2c30f7f0161c24","id":"6f41631a-e3cf-4246-baee-aaf5324f6e84","name":"CreateInstancePortManipulationTests-2d68eebb-033f-4f18-a68d-5c86e9adbcde-pub-net"}]} 2018-10-26 09:51:01,887 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2d68eebb-033f-4f18-a68d-5c86e9adbcde-pub-net used request id req-58c184a1-075f-4bb5-ae1b-d4e2103646a6 2018-10-26 09:51:01,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/bfe9b8254db44ba8ad2c30f7f0161c24 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d33056218c6f30de77b131e3d0201a85ff67a79" 2018-10-26 09:51:01,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-570b0c4c-25ff-4300-9749-8c28d005c2ed Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/bfe9b8254db44ba8ad2c30f7f0161c24"}, "enabled": true, "id": "bfe9b8254db44ba8ad2c30f7f0161c24", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-7ceee8f8-9725-4b6-proj"}} 2018-10-26 09:51:01,978 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/bfe9b8254db44ba8ad2c30f7f0161c24 used request id req-570b0c4c-25ff-4300-9749-8c28d005c2ed 2018-10-26 09:51:01,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6f41631a-e3cf-4246-baee-aaf5324f6e84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d33056218c6f30de77b131e3d0201a85ff67a79" 2018-10-26 09:51:02,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-4e97ca6c-12b0-4de3-86e9-ab2cfdd1d6cf Date: Fri, 26 Oct 2018 09:51:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6f41631a-e3cf-4246-baee-aaf5324f6e84","tenant_id":"bfe9b8254db44ba8ad2c30f7f0161c24","created_at":"2018-10-26T09:50:58Z","dns_nameservers":[],"updated_at":"2018-10-26T09:50: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":"bfe9b8254db44ba8ad2c30f7f0161c24","id":"5abda005-e836-4af7-a83c-9f5adb16e1b2","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-2d68eebb-033f-4f18-a68d-5c86e9adbcde-pub-subnet"}]} 2018-10-26 09:51:02,259 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6f41631a-e3cf-4246-baee-aaf5324f6e84 used request id req-4e97ca6c-12b0-4de3-86e9-ab2cfdd1d6cf 2018-10-26 09:51:02,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=6f41631a-e3cf-4246-baee-aaf5324f6e84&name=CreateInstancePortManipulationTests-2d68eebb-033f-4f18-a68d-5c86e9adbcdeport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d33056218c6f30de77b131e3d0201a85ff67a79" 2018-10-26 09:51:02,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-53c01869-b71d-4678-b6dc-2c2314f9143e Date: Fri, 26 Oct 2018 09:51:02 GMT RESP BODY: {"ports":[]} 2018-10-26 09:51:02,438 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=6f41631a-e3cf-4246-baee-aaf5324f6e84&name=CreateInstancePortManipulationTests-2d68eebb-033f-4f18-a68d-5c86e9adbcdeport-1&admin_state_up=True used request id req-53c01869-b71d-4678-b6dc-2c2314f9143e 2018-10-26 09:51:02,438 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:51:02,439 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:51:02,804 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "89ef3042cfb64bfaa2a0c51ef0fcf25a", "name": "CreateInstancePortManipulationTests-7ceee8f8-9725-4b6-proj-role"}], "expires_at": "2018-10-26T10:51:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bfe9b8254db44ba8ad2c30f7f0161c24", "name": "CreateInstancePortManipulationTests-7ceee8f8-9725-4b6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/bfe9b8254db44ba8ad2c30f7f0161c24", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/bfe9b8254db44ba8ad2c30f7f0161c24", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/bfe9b8254db44ba8ad2c30f7f0161c24", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/bfe9b8254db44ba8ad2c30f7f0161c24", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/bfe9b8254db44ba8ad2c30f7f0161c24", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/bfe9b8254db44ba8ad2c30f7f0161c24", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/bfe9b8254db44ba8ad2c30f7f0161c24", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/bfe9b8254db44ba8ad2c30f7f0161c24", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/bfe9b8254db44ba8ad2c30f7f0161c24", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/bfe9b8254db44ba8ad2c30f7f0161c24", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/bfe9b8254db44ba8ad2c30f7f0161c24", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/bfe9b8254db44ba8ad2c30f7f0161c24", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-7ceee8f8-9725-4b6-user", "id": "e6bd179112f443a3b25c13f14c793a56"}, "audit_ids": ["TH4bs751TiK10D4RRRZPwg"], "issued_at": "2018-10-26T09:51:02.000000Z"}} 2018-10-26 09:51:02,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}446b10c012652d893fad7f49ac85d820dc06911f" 2018-10-26 09:51:02,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca509e8b-430e-4baa-8da4-2ed5f741c3b2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:51:02,877 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ca509e8b-430e-4baa-8da4-2ed5f741c3b2 2018-10-26 09:51:02,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2d68eebb-033f-4f18-a68d-5c86e9adbcde-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d33056218c6f30de77b131e3d0201a85ff67a79" 2018-10-26 09:51:03,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-2cfa35db-aacf-4d1b-9f31-dbca4b8909ab Date: Fri, 26 Oct 2018 09:51: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":["5abda005-e836-4af7-a83c-9f5adb16e1b2"],"updated_at":"2018-10-26T09:50:58Z","tenant_id":"bfe9b8254db44ba8ad2c30f7f0161c24","created_at":"2018-10-26T09:50:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"bfe9b8254db44ba8ad2c30f7f0161c24","id":"6f41631a-e3cf-4246-baee-aaf5324f6e84","name":"CreateInstancePortManipulationTests-2d68eebb-033f-4f18-a68d-5c86e9adbcde-pub-net"}]} 2018-10-26 09:51:03,212 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2d68eebb-033f-4f18-a68d-5c86e9adbcde-pub-net used request id req-2cfa35db-aacf-4d1b-9f31-dbca4b8909ab 2018-10-26 09:51:03,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6f41631a-e3cf-4246-baee-aaf5324f6e84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d33056218c6f30de77b131e3d0201a85ff67a79" 2018-10-26 09:51:03,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-af08bce4-836f-47bb-a6c8-4d45b6938f26 Date: Fri, 26 Oct 2018 09:51:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6f41631a-e3cf-4246-baee-aaf5324f6e84","tenant_id":"bfe9b8254db44ba8ad2c30f7f0161c24","created_at":"2018-10-26T09:50:58Z","dns_nameservers":[],"updated_at":"2018-10-26T09:50: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":"bfe9b8254db44ba8ad2c30f7f0161c24","id":"5abda005-e836-4af7-a83c-9f5adb16e1b2","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-2d68eebb-033f-4f18-a68d-5c86e9adbcde-pub-subnet"}]} 2018-10-26 09:51:03,415 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6f41631a-e3cf-4246-baee-aaf5324f6e84 used request id req-af08bce4-836f-47bb-a6c8-4d45b6938f26 2018-10-26 09:51:03,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2d68eebb-033f-4f18-a68d-5c86e9adbcde-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d33056218c6f30de77b131e3d0201a85ff67a79" 2018-10-26 09:51:03,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-d35a634a-65c7-4dd8-ba48-e04aec256740 Date: Fri, 26 Oct 2018 09:51: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":["5abda005-e836-4af7-a83c-9f5adb16e1b2"],"updated_at":"2018-10-26T09:50:58Z","tenant_id":"bfe9b8254db44ba8ad2c30f7f0161c24","created_at":"2018-10-26T09:50:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"bfe9b8254db44ba8ad2c30f7f0161c24","id":"6f41631a-e3cf-4246-baee-aaf5324f6e84","name":"CreateInstancePortManipulationTests-2d68eebb-033f-4f18-a68d-5c86e9adbcde-pub-net"}]} 2018-10-26 09:51:03,660 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-2d68eebb-033f-4f18-a68d-5c86e9adbcde-pub-net used request id req-d35a634a-65c7-4dd8-ba48-e04aec256740 2018-10-26 09:51:03,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:51:03,669 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:51: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:51:03,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/bfe9b8254db44ba8ad2c30f7f0161c24 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}446b10c012652d893fad7f49ac85d820dc06911f" 2018-10-26 09:51:03,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e902be5b-f6ad-44a9-892a-7ddf2b2f4a3c Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/bfe9b8254db44ba8ad2c30f7f0161c24"}, "enabled": true, "id": "bfe9b8254db44ba8ad2c30f7f0161c24", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-7ceee8f8-9725-4b6-proj"}} 2018-10-26 09:51:03,688 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/bfe9b8254db44ba8ad2c30f7f0161c24 used request id req-e902be5b-f6ad-44a9-892a-7ddf2b2f4a3c 2018-10-26 09:51:03,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6f41631a-e3cf-4246-baee-aaf5324f6e84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d33056218c6f30de77b131e3d0201a85ff67a79" 2018-10-26 09:51:03,912 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-32361c8f-256f-4e7b-80d6-761a6031b7fa Date: Fri, 26 Oct 2018 09:51:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6f41631a-e3cf-4246-baee-aaf5324f6e84","tenant_id":"bfe9b8254db44ba8ad2c30f7f0161c24","created_at":"2018-10-26T09:50:58Z","dns_nameservers":[],"updated_at":"2018-10-26T09:50: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":"bfe9b8254db44ba8ad2c30f7f0161c24","id":"5abda005-e836-4af7-a83c-9f5adb16e1b2","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-2d68eebb-033f-4f18-a68d-5c86e9adbcde-pub-subnet"}]} 2018-10-26 09:51:03,913 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6f41631a-e3cf-4246-baee-aaf5324f6e84 used request id req-32361c8f-256f-4e7b-80d6-761a6031b7fa 2018-10-26 09:51:03,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6f41631a-e3cf-4246-baee-aaf5324f6e84&name=CreateInstancePortManipulationTests-2d68eebb-033f-4f18-a68d-5c86e9adbcde-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d33056218c6f30de77b131e3d0201a85ff67a79" 2018-10-26 09:51:04,125 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-d7059243-5c77-4141-b760-cdd60e8cd6b1 Date: Fri, 26 Oct 2018 09:51:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6f41631a-e3cf-4246-baee-aaf5324f6e84","tenant_id":"bfe9b8254db44ba8ad2c30f7f0161c24","created_at":"2018-10-26T09:50:58Z","dns_nameservers":[],"updated_at":"2018-10-26T09:50: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":"bfe9b8254db44ba8ad2c30f7f0161c24","id":"5abda005-e836-4af7-a83c-9f5adb16e1b2","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-2d68eebb-033f-4f18-a68d-5c86e9adbcde-pub-subnet"}]} 2018-10-26 09:51:04,125 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6f41631a-e3cf-4246-baee-aaf5324f6e84&name=CreateInstancePortManipulationTests-2d68eebb-033f-4f18-a68d-5c86e9adbcde-pub-subnet used request id req-d7059243-5c77-4141-b760-cdd60e8cd6b1 2018-10-26 09:51:04,126 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-2d68eebb-033f-4f18-a68d-5c86e9adbcde-pub-net 2018-10-26 09:51:04,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d33056218c6f30de77b131e3d0201a85ff67a79" -d '{"port": {"network_id": "6f41631a-e3cf-4246-baee-aaf5324f6e84", "fixed_ips": [{"subnet_id": "5abda005-e836-4af7-a83c-9f5adb16e1b2", "ip_address": "10.66.0.101"}], "name": "CreateInstancePortManipulationTests-2d68eebb-033f-4f18-a68d-5c86e9adbcdeport-1", "admin_state_up": true}}' 2018-10-26 09:51:04,635 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 143 X-Openstack-Request-Id: req-e2654db6-83b9-4106-8cb1-b963bf86b15a Date: Fri, 26 Oct 2018 09:51:04 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-26 09:51:04,635 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-e2654db6-83b9-4106-8cb1-b963bf86b15a 2018-10-26 09:51:04,636 - 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-26 09:51:04,639 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/fe1aac5b-9698-4b48-a35b-486600f93b3e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13908779d704121fb292234b8872c09d2e4a97cf" 2018-10-26 09:51:04,682 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:51:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a997fbbf-3b61-4898-b749-7476cd1586bb x-compute-request-id: req-a997fbbf-3b61-4898-b749-7476cd1586bb Content-Length: 0 Content-Type: application/json 2018-10-26 09:51:04,683 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/fe1aac5b-9698-4b48-a35b-486600f93b3e used request id req-a997fbbf-3b61-4898-b749-7476cd1586bb 2018-10-26 09:51:04,683 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-2d68eebb-033f-4f18-a68d-5c86e9adbcde-pub-subnet 2018-10-26 09:51:04,684 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-2d68eebb-033f-4f18-a68d-5c86e9adbcde-pub-subnet 2018-10-26 09:51:04,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/5abda005-e836-4af7-a83c-9f5adb16e1b2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7876aa4b2df830f4371d73c0eee36443547a6d8" 2018-10-26 09:51:06,983 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-33a60d03-a70f-4846-8021-ad2e4c47a4ff Date: Fri, 26 Oct 2018 09:51:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:51:06,983 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/5abda005-e836-4af7-a83c-9f5adb16e1b2 used request id req-33a60d03-a70f-4846-8021-ad2e4c47a4ff 2018-10-26 09:51:06,983 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-2d68eebb-033f-4f18-a68d-5c86e9adbcde-pub-net 2018-10-26 09:51:06,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/6f41631a-e3cf-4246-baee-aaf5324f6e84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7876aa4b2df830f4371d73c0eee36443547a6d8" 2018-10-26 09:51:08,126 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-345d6b12-2628-40c4-b072-1d2617b3963b Date: Fri, 26 Oct 2018 09:51:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:51:08,127 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/6f41631a-e3cf-4246-baee-aaf5324f6e84 used request id req-345d6b12-2628-40c4-b072-1d2617b3963b 2018-10-26 09:51:08,127 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-2d68eebb-033f-4f18-a68d-5c86e9adbcde-image 2018-10-26 09:51:08,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/d242bb2f-05d8-4a10-8e8f-0ffdaf7f4e00 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}563080c791548e0a765980243da5f25b25571b57" 2018-10-26 09:51:09,620 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-722d2138-1000-41af-b0b8-b512c5ad8b89 Date: Fri, 26 Oct 2018 09:51: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-26 09:51:09,620 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/d242bb2f-05d8-4a10-8e8f-0ffdaf7f4e00 used request id req-722d2138-1000-41af-b0b8-b512c5ad8b89 2018-10-26 09:51:09,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89ddefbf7dd9aa6310ea36bf7dcdd3c214f601bb" 2018-10-26 09:51:09,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-fb1fdad3-9e82-4b79-997b-b55d0d0ec8b4 Date: Fri, 26 Oct 2018 09:51:09 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "bfe9b8254db44ba8ad2c30f7f0161c24", "created_at": "2018-10-26T09:50:57Z", "updated_at": "2018-10-26T09:50:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:50:57Z", "revision_number": 0, "id": "39a2e859-d1c9-4846-b4e5-9095d0d95504", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:50:57Z", "security_group_id": "cd14994d-693a-4709-a8fe-50cf9097021b", "tenant_id": "bfe9b8254db44ba8ad2c30f7f0161c24", "port_range_min": null, "ethertype": "IPv6", "project_id": "bfe9b8254db44ba8ad2c30f7f0161c24"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:50:57Z", "revision_number": 0, "id": "4a0b43ba-15da-4171-b7cc-00980f4eb702", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:50:57Z", "security_group_id": "cd14994d-693a-4709-a8fe-50cf9097021b", "tenant_id": "bfe9b8254db44ba8ad2c30f7f0161c24", "port_range_min": null, "ethertype": "IPv4", "project_id": "bfe9b8254db44ba8ad2c30f7f0161c24"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:50:57Z", "revision_number": 0, "id": "ab8ce901-2ed5-4f76-8f13-33fcec43f7d3", "remote_group_id": "cd14994d-693a-4709-a8fe-50cf9097021b", "remote_ip_prefix": null, "created_at": "2018-10-26T09:50:57Z", "security_group_id": "cd14994d-693a-4709-a8fe-50cf9097021b", "tenant_id": "bfe9b8254db44ba8ad2c30f7f0161c24", "port_range_min": null, "ethertype": "IPv4", "project_id": "bfe9b8254db44ba8ad2c30f7f0161c24"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:50:57Z", "revision_number": 0, "id": "db351809-9df4-49c6-ae57-5b504b130393", "remote_group_id": "cd14994d-693a-4709-a8fe-50cf9097021b", "remote_ip_prefix": null, "created_at": "2018-10-26T09:50:57Z", "security_group_id": "cd14994d-693a-4709-a8fe-50cf9097021b", "tenant_id": "bfe9b8254db44ba8ad2c30f7f0161c24", "port_range_min": null, "ethertype": "IPv6", "project_id": "bfe9b8254db44ba8ad2c30f7f0161c24"}], "revision_number": 4, "project_id": "bfe9b8254db44ba8ad2c30f7f0161c24", "id": "cd14994d-693a-4709-a8fe-50cf9097021b", "name": "default"}]} 2018-10-26 09:51:09,833 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-fb1fdad3-9e82-4b79-997b-b55d0d0ec8b4 2018-10-26 09:51:09,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89ddefbf7dd9aa6310ea36bf7dcdd3c214f601bb" 2018-10-26 09:51:09,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77b5dd75-04ea-4a33-b231-a940a1837967 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:51:09,921 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-77b5dd75-04ea-4a33-b231-a940a1837967 2018-10-26 09:51:09,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89ddefbf7dd9aa6310ea36bf7dcdd3c214f601bb" 2018-10-26 09:51:10,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94decb52-a519-4f63-999d-e4a7c8eb77e2 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:51:10,011 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-94decb52-a519-4f63-999d-e4a7c8eb77e2 2018-10-26 09:51:10,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89ddefbf7dd9aa6310ea36bf7dcdd3c214f601bb" 2018-10-26 09:51:10,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78308361-8faf-4d3a-b10c-985fb6c01566 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:51:10,104 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-78308361-8faf-4d3a-b10c-985fb6c01566 2018-10-26 09:51:10,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/bfe9b8254db44ba8ad2c30f7f0161c24 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89ddefbf7dd9aa6310ea36bf7dcdd3c214f601bb" 2018-10-26 09:51:10,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1372ad41-e70f-40e7-bdde-c36dd762ffcd Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/bfe9b8254db44ba8ad2c30f7f0161c24"}, "enabled": true, "id": "bfe9b8254db44ba8ad2c30f7f0161c24", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-7ceee8f8-9725-4b6-proj"}} 2018-10-26 09:51:10,196 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/bfe9b8254db44ba8ad2c30f7f0161c24 used request id req-1372ad41-e70f-40e7-bdde-c36dd762ffcd 2018-10-26 09:51:10,196 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cd14994d-693a-4709-a8fe-50cf9097021b 2018-10-26 09:51:10,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=cd14994d-693a-4709-a8fe-50cf9097021b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89ddefbf7dd9aa6310ea36bf7dcdd3c214f601bb" 2018-10-26 09:51:10,381 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-b96029e6-6edd-46a3-93c0-01b0a6a9a034 Date: Fri, 26 Oct 2018 09:51: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-26T09:50:57Z", "security_group_id": "cd14994d-693a-4709-a8fe-50cf9097021b", "port_range_min": null, "revision_number": 0, "tenant_id": "bfe9b8254db44ba8ad2c30f7f0161c24", "created_at": "2018-10-26T09:50:57Z", "project_id": "bfe9b8254db44ba8ad2c30f7f0161c24", "id": "39a2e859-d1c9-4846-b4e5-9095d0d95504"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:50:57Z", "security_group_id": "cd14994d-693a-4709-a8fe-50cf9097021b", "port_range_min": null, "revision_number": 0, "tenant_id": "bfe9b8254db44ba8ad2c30f7f0161c24", "created_at": "2018-10-26T09:50:57Z", "project_id": "bfe9b8254db44ba8ad2c30f7f0161c24", "id": "4a0b43ba-15da-4171-b7cc-00980f4eb702"}, {"remote_group_id": "cd14994d-693a-4709-a8fe-50cf9097021b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:50:57Z", "security_group_id": "cd14994d-693a-4709-a8fe-50cf9097021b", "port_range_min": null, "revision_number": 0, "tenant_id": "bfe9b8254db44ba8ad2c30f7f0161c24", "created_at": "2018-10-26T09:50:57Z", "project_id": "bfe9b8254db44ba8ad2c30f7f0161c24", "id": "ab8ce901-2ed5-4f76-8f13-33fcec43f7d3"}, {"remote_group_id": "cd14994d-693a-4709-a8fe-50cf9097021b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:50:57Z", "security_group_id": "cd14994d-693a-4709-a8fe-50cf9097021b", "port_range_min": null, "revision_number": 0, "tenant_id": "bfe9b8254db44ba8ad2c30f7f0161c24", "created_at": "2018-10-26T09:50:57Z", "project_id": "bfe9b8254db44ba8ad2c30f7f0161c24", "id": "db351809-9df4-49c6-ae57-5b504b130393"}]} 2018-10-26 09:51:10,382 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=cd14994d-693a-4709-a8fe-50cf9097021b used request id req-b96029e6-6edd-46a3-93c0-01b0a6a9a034 2018-10-26 09:51:10,382 - neutron_utils - INFO - Deleting security group with name - default 2018-10-26 09:51:10,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/cd14994d-693a-4709-a8fe-50cf9097021b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89ddefbf7dd9aa6310ea36bf7dcdd3c214f601bb" 2018-10-26 09:51:10,696 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-02b658b2-6d99-43b2-8621-6cfec23d5b6d Content-Length: 0 Date: Fri, 26 Oct 2018 09:51:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:51:10,696 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/cd14994d-693a-4709-a8fe-50cf9097021b used request id req-02b658b2-6d99-43b2-8621-6cfec23d5b6d 2018-10-26 09:51:10,697 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-7ceee8f8-9725-4b6-proj 2018-10-26 09:51:10,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/bfe9b8254db44ba8ad2c30f7f0161c24 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89ddefbf7dd9aa6310ea36bf7dcdd3c214f601bb" 2018-10-26 09:51:10,917 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:51:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7ff4296b-8930-4f1c-a569-c09c93b08207 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:51:10,917 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/bfe9b8254db44ba8ad2c30f7f0161c24 used request id req-7ff4296b-8930-4f1c-a569-c09c93b08207 2018-10-26 09:51:10,917 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-7ceee8f8-9725-4b6-proj-role 2018-10-26 09:51:10,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/89ef3042cfb64bfaa2a0c51ef0fcf25a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89ddefbf7dd9aa6310ea36bf7dcdd3c214f601bb" 2018-10-26 09:51:11,026 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:51:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1900720b-477f-485b-b139-4535af790224 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:51:11,026 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/89ef3042cfb64bfaa2a0c51ef0fcf25a used request id req-1900720b-477f-485b-b139-4535af790224 2018-10-26 09:51:11,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89ddefbf7dd9aa6310ea36bf7dcdd3c214f601bb" 2018-10-26 09:51:11,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56a68808-927f-444b-a255-3e7c075285f8 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:51:11,118 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-56a68808-927f-444b-a255-3e7c075285f8 2018-10-26 09:51:11,119 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-7ceee8f8-9725-4b6-user 2018-10-26 09:51:11,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/e6bd179112f443a3b25c13f14c793a56 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec209239d18594d8729e7003168bbbfd5b589730" 2018-10-26 09:51:11,301 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:51:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b6ffb517-be0e-4c37-b47a-76de8881bd34 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:51:11,301 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/e6bd179112f443a3b25c13f14c793a56 used request id req-b6ffb517-be0e-4c37-b47a-76de8881bd34 2018-10-26 09:51:11,302 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:51:11,676 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:51:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["Zo0T1Vq9QruvIUzagX1dDg"], "issued_at": "2018-10-26T09:51:11.000000Z"}} 2018-10-26 09:51:11,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38b01ed27b6a3c434a918001874af9dd3e997aeb" 2018-10-26 09:51:11,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d779d0da-1418-429e-98c8-8394db7b7836 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:51:11,760 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d779d0da-1418-429e-98c8-8394db7b7836 2018-10-26 09:51:11,761 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:51:11,762 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:51:12,158 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:51:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["8VX9ViVdQAuLnb1jqxP6ew"], "issued_at": "2018-10-26T09:51:12.000000Z"}} 2018-10-26 09:51:12,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d243a118dd4c77893a0c38fb8fa197eaaebc427" 2018-10-26 09:51:12,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b6db058-c197-4347-b4b7-78758f87273b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:51:12,235 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-1b6db058-c197-4347-b4b7-78758f87273b 2018-10-26 09:51:12,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:51:12,245 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:51: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:51:12,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-01e26188-ff48-4cb-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d243a118dd4c77893a0c38fb8fa197eaaebc427" 2018-10-26 09:51:12,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52ea0791-ae44-4871-91a4-fb4aa803166b Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-01e26188-ff48-4cb-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:51:12,336 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-01e26188-ff48-4cb-proj used request id req-52ea0791-ae44-4871-91a4-fb4aa803166b 2018-10-26 09:51:12,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d243a118dd4c77893a0c38fb8fa197eaaebc427" 2018-10-26 09:51:12,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ead2efe-02f3-456e-ac66-f70c19f5c710 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:51:12,421 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-2ead2efe-02f3-456e-ac66-f70c19f5c710 2018-10-26 09:51:12,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d243a118dd4c77893a0c38fb8fa197eaaebc427" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-01e26188-ff48-4cb-proj"}}' 2018-10-26 09:51:12,561 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:51:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-26ed46b4-3e1c-4332-813e-5be043a70188 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e01ad7bd868041d3a6a441d172aa1e90"}, "enabled": true, "id": "e01ad7bd868041d3a6a441d172aa1e90", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-01e26188-ff48-4cb-proj"}} 2018-10-26 09:51:12,561 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-26ed46b4-3e1c-4332-813e-5be043a70188 2018-10-26 09:51:12,561 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-01e26188-ff48-4cb-proj 2018-10-26 09:51:12,561 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:51:12,562 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:51:12,947 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:51:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["nwH1Hgm3Q-ulDpj23A086A"], "issued_at": "2018-10-26T09:51:12.000000Z"}} 2018-10-26 09:51:12,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ddb1207b6d3f502b7481d5d7824562e8b9cf1e6" 2018-10-26 09:51:13,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10503cc1-d171-4980-8eed-43c919151a50 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:51:13,026 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-10503cc1-d171-4980-8eed-43c919151a50 2018-10-26 09:51:13,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:51:13,038 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:51: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:51:13,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ddb1207b6d3f502b7481d5d7824562e8b9cf1e6" 2018-10-26 09:51:13,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d449406-3fa2-475e-8665-6798f045f9c6 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:51:13,074 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-9d449406-3fa2-475e-8665-6798f045f9c6 2018-10-26 09:51:13,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-01e26188-ff48-4cb-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ddb1207b6d3f502b7481d5d7824562e8b9cf1e6" 2018-10-26 09:51:13,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2195dd28-1edc-4ccd-a271-4dca4a82afc2 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-01e26188-ff48-4cb-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e01ad7bd868041d3a6a441d172aa1e90"}, "enabled": true, "id": "e01ad7bd868041d3a6a441d172aa1e90", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-01e26188-ff48-4cb-proj"}]} 2018-10-26 09:51:13,161 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-01e26188-ff48-4cb-proj used request id req-2195dd28-1edc-4ccd-a271-4dca4a82afc2 2018-10-26 09:51:13,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ddb1207b6d3f502b7481d5d7824562e8b9cf1e6" 2018-10-26 09:51:13,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2b572d7-3b3d-4488-9915-7ed4f60afe3b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:51:13,257 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-e2b572d7-3b3d-4488-9915-7ed4f60afe3b 2018-10-26 09:51:13,620 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-01e26188-ff48-4cb-user 2018-10-26 09:51:13,620 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:51:13,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d243a118dd4c77893a0c38fb8fa197eaaebc427" 2018-10-26 09:51:13,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c99032b5-4d47-4116-a7c8-1cf9eea5c614 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:51:13,706 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c99032b5-4d47-4116-a7c8-1cf9eea5c614 2018-10-26 09:51:13,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d243a118dd4c77893a0c38fb8fa197eaaebc427" -d '{"role": {"name": "CreateInstancePortManipulationTests-01e26188-ff48-4cb-proj-role"}}' 2018-10-26 09:51:13,818 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:51:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-451f1011-c34b-4563-b426-589079cc580f Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8f5396c950454f3b9f69309324205030", "links": {"self": "http://172.30.9.21:5000/v3/roles/8f5396c950454f3b9f69309324205030"}, "name": "CreateInstancePortManipulationTests-01e26188-ff48-4cb-proj-role"}} 2018-10-26 09:51:13,818 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-451f1011-c34b-4563-b426-589079cc580f 2018-10-26 09:51:13,818 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-01e26188-ff48-4cb-proj-role 2018-10-26 09:51:13,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/8f5396c950454f3b9f69309324205030 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d243a118dd4c77893a0c38fb8fa197eaaebc427" 2018-10-26 09:51:13,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-904484ee-554e-4023-8884-aca0205f6c9d Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/8f5396c950454f3b9f69309324205030"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-01e26188-ff48-4cb-proj-role", "id": "8f5396c950454f3b9f69309324205030"}} 2018-10-26 09:51:13,913 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/8f5396c950454f3b9f69309324205030 used request id req-904484ee-554e-4023-8884-aca0205f6c9d 2018-10-26 09:51:13,914 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-01e26188-ff48-4cb-proj-role to project CreateInstancePortManipulationTests-01e26188-ff48-4cb-proj 2018-10-26 09:51:13,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/e01ad7bd868041d3a6a441d172aa1e90/users/7a7bb4fe7c4e419fa1f9077bf7756acf/roles/8f5396c950454f3b9f69309324205030 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d243a118dd4c77893a0c38fb8fa197eaaebc427" 2018-10-26 09:51:14,035 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:51:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c7010be0-2591-4561-b3a7-cf3118db6d88 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:51:14,035 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/e01ad7bd868041d3a6a441d172aa1e90/users/7a7bb4fe7c4e419fa1f9077bf7756acf/roles/8f5396c950454f3b9f69309324205030 used request id req-c7010be0-2591-4561-b3a7-cf3118db6d88 2018-10-26 09:51:14,036 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-26 09:51:14,036 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:51:14,037 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:51:14,420 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8f5396c950454f3b9f69309324205030", "name": "CreateInstancePortManipulationTests-01e26188-ff48-4cb-proj-role"}], "expires_at": "2018-10-26T10:51:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e01ad7bd868041d3a6a441d172aa1e90", "name": "CreateInstancePortManipulationTests-01e26188-ff48-4cb-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e01ad7bd868041d3a6a441d172aa1e90", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e01ad7bd868041d3a6a441d172aa1e90", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e01ad7bd868041d3a6a441d172aa1e90", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e01ad7bd868041d3a6a441d172aa1e90", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e01ad7bd868041d3a6a441d172aa1e90", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e01ad7bd868041d3a6a441d172aa1e90", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e01ad7bd868041d3a6a441d172aa1e90", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e01ad7bd868041d3a6a441d172aa1e90", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e01ad7bd868041d3a6a441d172aa1e90", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e01ad7bd868041d3a6a441d172aa1e90", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e01ad7bd868041d3a6a441d172aa1e90", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e01ad7bd868041d3a6a441d172aa1e90", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-01e26188-ff48-4cb-user", "id": "7a7bb4fe7c4e419fa1f9077bf7756acf"}, "audit_ids": ["cWrdsmMtSZCcW9KS98P12A"], "issued_at": "2018-10-26T09:51:14.000000Z"}} 2018-10-26 09:51:14,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e965a24909a18442faa449d87113108250486bb" 2018-10-26 09:51:14,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80cd58d3-3b64-4de9-af28-2b4a4cb07a3b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:51:14,496 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-80cd58d3-3b64-4de9-af28-2b4a4cb07a3b 2018-10-26 09:51:14,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-20174d25-435a-4746-a98c-0f89a0b7411b-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2e965a24909a18442faa449d87113108250486bb" 2018-10-26 09:51:14,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-a203ba36-db95-4a77-a786-5134a66d7c45 Date: Fri, 26 Oct 2018 09:51:14 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-20174d25-435a-4746-a98c-0f89a0b7411b-image"} 2018-10-26 09:51:14,669 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-20174d25-435a-4746-a98c-0f89a0b7411b-image used request id req-a203ba36-db95-4a77-a786-5134a66d7c45 2018-10-26 09:51:14,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2e965a24909a18442faa449d87113108250486bb" 2018-10-26 09:51:14,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c08e89b7-7fad-4beb-a225-94799b7cd9ec Date: Fri, 26 Oct 2018 09:51: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-26 09:51:14,826 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-c08e89b7-7fad-4beb-a225-94799b7cd9ec 2018-10-26 09:51:14,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2e965a24909a18442faa449d87113108250486bb" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-20174d25-435a-4746-a98c-0f89a0b7411b-image"}' 2018-10-26 09:51:15,047 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/e323de52-fe3f-480e-8830-df817c47e453 X-Openstack-Request-Id: req-235495e0-b2c5-4b23-ad9c-b90be8e8cbbf Date: Fri, 26 Oct 2018 09:51:15 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-20174d25-435a-4746-a98c-0f89a0b7411b-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:51:15Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-26T09:51:15Z", "visibility": "shared", "locations": [], "self": "/v2/images/e323de52-fe3f-480e-8830-df817c47e453", "min_disk": 0, "protected": false, "id": "e323de52-fe3f-480e-8830-df817c47e453", "file": "/v2/images/e323de52-fe3f-480e-8830-df817c47e453/file", "checksum": null, "owner": "e01ad7bd868041d3a6a441d172aa1e90", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:51:15,047 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-235495e0-b2c5-4b23-ad9c-b90be8e8cbbf 2018-10-26 09:51:15,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/e323de52-fe3f-480e-8830-df817c47e453/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2e965a24909a18442faa449d87113108250486bb" -d '' 2018-10-26 09:51:16,036 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6bf07e60-265c-4ea5-ba93-078ccb7b4475 Date: Fri, 26 Oct 2018 09:51: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-26 09:51:16,036 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/e323de52-fe3f-480e-8830-df817c47e453/file used request id req-6bf07e60-265c-4ea5-ba93-078ccb7b4475 2018-10-26 09:51:16,037 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 09:51:16,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/e323de52-fe3f-480e-8830-df817c47e453 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2e965a24909a18442faa449d87113108250486bb" 2018-10-26 09:51:16,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-2644c2c7-f5e1-4204-8efe-4d420a7b695d Date: Fri, 26 Oct 2018 09:51:16 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-20174d25-435a-4746-a98c-0f89a0b7411b-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:51:15Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:51:16Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/e323de52-fe3f-480e-8830-df817c47e453/snap", "metadata": {}}], "self": "/v2/images/e323de52-fe3f-480e-8830-df817c47e453", "min_disk": 0, "protected": false, "id": "e323de52-fe3f-480e-8830-df817c47e453", "file": "/v2/images/e323de52-fe3f-480e-8830-df817c47e453/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e01ad7bd868041d3a6a441d172aa1e90", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/e323de52-fe3f-480e-8830-df817c47e453/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:51:16,058 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/e323de52-fe3f-480e-8830-df817c47e453 used request id req-2644c2c7-f5e1-4204-8efe-4d420a7b695d 2018-10-26 09:51:16,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2e965a24909a18442faa449d87113108250486bb" 2018-10-26 09:51:16,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b6776c6f-ae07-4e4c-a5c2-f62cc7a06db4 Date: Fri, 26 Oct 2018 09:51: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-26 09:51:16,208 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-b6776c6f-ae07-4e4c-a5c2-f62cc7a06db4 2018-10-26 09:51:16,211 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-20174d25-435a-4746-a98c-0f89a0b7411b-image 2018-10-26 09:51:16,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/e323de52-fe3f-480e-8830-df817c47e453 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2e965a24909a18442faa449d87113108250486bb" 2018-10-26 09:51:16,233 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-92ce2446-f2b3-4f57-a932-926ec7b1a252 Date: Fri, 26 Oct 2018 09:51:16 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-20174d25-435a-4746-a98c-0f89a0b7411b-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:51:15Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:51:16Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/e323de52-fe3f-480e-8830-df817c47e453/snap", "metadata": {}}], "self": "/v2/images/e323de52-fe3f-480e-8830-df817c47e453", "min_disk": 0, "protected": false, "id": "e323de52-fe3f-480e-8830-df817c47e453", "file": "/v2/images/e323de52-fe3f-480e-8830-df817c47e453/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e01ad7bd868041d3a6a441d172aa1e90", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/e323de52-fe3f-480e-8830-df817c47e453/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:51:16,234 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/e323de52-fe3f-480e-8830-df817c47e453 used request id req-92ce2446-f2b3-4f57-a932-926ec7b1a252 2018-10-26 09:51:16,234 - create_image - DEBUG - Instance status is - active 2018-10-26 09:51:16,234 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-20174d25-435a-4746-a98c-0f89a0b7411b-image 2018-10-26 09:51:16,234 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-20174d25-435a-4746-a98c-0f89a0b7411b-image 2018-10-26 09:51:16,235 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:51:16,235 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:51:16,606 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8f5396c950454f3b9f69309324205030", "name": "CreateInstancePortManipulationTests-01e26188-ff48-4cb-proj-role"}], "expires_at": "2018-10-26T10:51:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e01ad7bd868041d3a6a441d172aa1e90", "name": "CreateInstancePortManipulationTests-01e26188-ff48-4cb-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e01ad7bd868041d3a6a441d172aa1e90", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e01ad7bd868041d3a6a441d172aa1e90", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e01ad7bd868041d3a6a441d172aa1e90", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e01ad7bd868041d3a6a441d172aa1e90", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e01ad7bd868041d3a6a441d172aa1e90", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e01ad7bd868041d3a6a441d172aa1e90", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e01ad7bd868041d3a6a441d172aa1e90", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e01ad7bd868041d3a6a441d172aa1e90", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e01ad7bd868041d3a6a441d172aa1e90", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e01ad7bd868041d3a6a441d172aa1e90", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e01ad7bd868041d3a6a441d172aa1e90", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e01ad7bd868041d3a6a441d172aa1e90", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-01e26188-ff48-4cb-user", "id": "7a7bb4fe7c4e419fa1f9077bf7756acf"}, "audit_ids": ["RX8_9LvEQ86UuPh4bkzzpQ"], "issued_at": "2018-10-26T09:51:16.000000Z"}} 2018-10-26 09:51:16,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28225045a3885bc850f2370d595f658342cb234d" 2018-10-26 09:51:16,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3dcdaa9-7d90-4962-9f9e-3e898a1d10df Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:51:16,622 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c3dcdaa9-7d90-4962-9f9e-3e898a1d10df 2018-10-26 09:51:16,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-20174d25-435a-4746-a98c-0f89a0b7411b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28225045a3885bc850f2370d595f658342cb234d" 2018-10-26 09:51:16,813 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-dfd65d03-f8d1-4463-a122-ecd1b2ae9992 Date: Fri, 26 Oct 2018 09:51:16 GMT RESP BODY: {"networks":[]} 2018-10-26 09:51:16,814 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-20174d25-435a-4746-a98c-0f89a0b7411b-pub-net used request id req-dfd65d03-f8d1-4463-a122-ecd1b2ae9992 2018-10-26 09:51:16,814 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-20174d25-435a-4746-a98c-0f89a0b7411b-pub-net 2018-10-26 09:51:16,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28225045a3885bc850f2370d595f658342cb234d" -d '{"network": {"name": "CreateInstancePortManipulationTests-20174d25-435a-4746-a98c-0f89a0b7411b-pub-net", "admin_state_up": true}}' 2018-10-26 09:51:17,431 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-2c7de095-4621-4ca2-b91c-689f5564daea Date: Fri, 26 Oct 2018 09:51:17 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"859f1adf-acd7-409f-8a12-982fbdf5ea00","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e01ad7bd868041d3a6a441d172aa1e90","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T09:51:17Z","is_default":false,"name":"CreateInstancePortManipulationTests-20174d25-435a-4746-a98c-0f89a0b7411b-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"e01ad7bd868041d3a6a441d172aa1e90","created_at":"2018-10-26T09:51:17Z","mtu":1450}} 2018-10-26 09:51:17,432 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-2c7de095-4621-4ca2-b91c-689f5564daea 2018-10-26 09:51:17,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=859f1adf-acd7-409f-8a12-982fbdf5ea00 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28225045a3885bc850f2370d595f658342cb234d" 2018-10-26 09:51:17,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-b05ba980-313e-440b-95cc-34c798f6b28f Date: Fri, 26 Oct 2018 09:51: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-26T09:51:17Z","tenant_id":"e01ad7bd868041d3a6a441d172aa1e90","created_at":"2018-10-26T09:51:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e01ad7bd868041d3a6a441d172aa1e90","id":"859f1adf-acd7-409f-8a12-982fbdf5ea00","name":"CreateInstancePortManipulationTests-20174d25-435a-4746-a98c-0f89a0b7411b-pub-net"}]} 2018-10-26 09:51:17,662 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=859f1adf-acd7-409f-8a12-982fbdf5ea00 used request id req-b05ba980-313e-440b-95cc-34c798f6b28f 2018-10-26 09:51:17,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=859f1adf-acd7-409f-8a12-982fbdf5ea00 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28225045a3885bc850f2370d595f658342cb234d" 2018-10-26 09:51:17,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-62dd3359-63f2-484d-8cc5-2f3680971602 Date: Fri, 26 Oct 2018 09:51:17 GMT RESP BODY: {"subnets":[]} 2018-10-26 09:51:17,861 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=859f1adf-acd7-409f-8a12-982fbdf5ea00 used request id req-62dd3359-63f2-484d-8cc5-2f3680971602 2018-10-26 09:51:17,862 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-20174d25-435a-4746-a98c-0f89a0b7411b-pub-subnet 2018-10-26 09:51:17,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28225045a3885bc850f2370d595f658342cb234d" -d '{"subnets": [{"ip_version": 4, "network_id": "859f1adf-acd7-409f-8a12-982fbdf5ea00", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-20174d25-435a-4746-a98c-0f89a0b7411b-pub-subnet"}]}' 2018-10-26 09:51:18,564 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-472d04cf-4bc8-4fda-9d1f-f5e33de3bee5 Date: Fri, 26 Oct 2018 09:51:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"859f1adf-acd7-409f-8a12-982fbdf5ea00","tenant_id":"e01ad7bd868041d3a6a441d172aa1e90","created_at":"2018-10-26T09:51:18Z","dns_nameservers":[],"updated_at":"2018-10-26T09:51:18Z","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":"e01ad7bd868041d3a6a441d172aa1e90","id":"bc252016-86ca-46d3-bebf-e0ce79b7e1fc","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-20174d25-435a-4746-a98c-0f89a0b7411b-pub-subnet"}]} 2018-10-26 09:51:18,564 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-472d04cf-4bc8-4fda-9d1f-f5e33de3bee5 2018-10-26 09:51:18,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=859f1adf-acd7-409f-8a12-982fbdf5ea00 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28225045a3885bc850f2370d595f658342cb234d" 2018-10-26 09:51:18,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-4e56cfe2-4748-4e79-adf1-b8315b4e3a61 Date: Fri, 26 Oct 2018 09:51:18 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bc252016-86ca-46d3-bebf-e0ce79b7e1fc"],"updated_at":"2018-10-26T09:51:18Z","tenant_id":"e01ad7bd868041d3a6a441d172aa1e90","created_at":"2018-10-26T09:51:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e01ad7bd868041d3a6a441d172aa1e90","id":"859f1adf-acd7-409f-8a12-982fbdf5ea00","name":"CreateInstancePortManipulationTests-20174d25-435a-4746-a98c-0f89a0b7411b-pub-net"}]} 2018-10-26 09:51:18,872 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=859f1adf-acd7-409f-8a12-982fbdf5ea00 used request id req-4e56cfe2-4748-4e79-adf1-b8315b4e3a61 2018-10-26 09:51:18,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=859f1adf-acd7-409f-8a12-982fbdf5ea00 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28225045a3885bc850f2370d595f658342cb234d" 2018-10-26 09:51:19,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-32dd611f-472a-4b9a-aa3c-76135734adff Date: Fri, 26 Oct 2018 09:51:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"859f1adf-acd7-409f-8a12-982fbdf5ea00","tenant_id":"e01ad7bd868041d3a6a441d172aa1e90","created_at":"2018-10-26T09:51:18Z","dns_nameservers":[],"updated_at":"2018-10-26T09:51:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e01ad7bd868041d3a6a441d172aa1e90","id":"bc252016-86ca-46d3-bebf-e0ce79b7e1fc","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-20174d25-435a-4746-a98c-0f89a0b7411b-pub-subnet"}]} 2018-10-26 09:51:19,081 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=859f1adf-acd7-409f-8a12-982fbdf5ea00 used request id req-32dd611f-472a-4b9a-aa3c-76135734adff 2018-10-26 09:51:19,081 - OpenStackNetwork - DEBUG - Network [859f1adf-acd7-409f-8a12-982fbdf5ea00] created successfully 2018-10-26 09:51:19,082 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:51:19,083 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:51:19,472 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:51:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["3zpPundNQX6MuQ-AIaRITQ"], "issued_at": "2018-10-26T09:51:19.000000Z"}} 2018-10-26 09:51:19,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bd5e134ab970b6bc86e47007d2f8bb4e7e55c83" 2018-10-26 09:51:19,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9155a27-3703-4863-b468-319685cd2d89 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:51:19,563 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b9155a27-3703-4863-b468-319685cd2d89 2018-10-26 09:51:19,564 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:51:19,569 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bd5e134ab970b6bc86e47007d2f8bb4e7e55c83" 2018-10-26 09:51:19,744 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e7379d70-1894-4202-8dee-5b618af523d6 x-compute-request-id: req-e7379d70-1894-4202-8dee-5b618af523d6 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-26 09:51:19,745 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-e7379d70-1894-4202-8dee-5b618af523d6 2018-10-26 09:51:19,748 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bd5e134ab970b6bc86e47007d2f8bb4e7e55c83" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-20174d25-435a-4746-a98c-0f89a0b7411b-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-26 09:51:19,795 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2597822b-86c2-432a-a1fb-77fc38da352d x-compute-request-id: req-2597822b-86c2-432a-a1fb-77fc38da352d Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/009b40e2-1bb0-4d20-95d5-1e9852d9e09a", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/009b40e2-1bb0-4d20-95d5-1e9852d9e09a", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "009b40e2-1bb0-4d20-95d5-1e9852d9e09a", "name": "CreateInstancePortManipulationTests-20174d25-435a-4746-a98c-0f89a0b7411b-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 09:51:19,796 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-2597822b-86c2-432a-a1fb-77fc38da352d 2018-10-26 09:51:19,796 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:51:19,797 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:51:20,180 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8f5396c950454f3b9f69309324205030", "name": "CreateInstancePortManipulationTests-01e26188-ff48-4cb-proj-role"}], "expires_at": "2018-10-26T10:51:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e01ad7bd868041d3a6a441d172aa1e90", "name": "CreateInstancePortManipulationTests-01e26188-ff48-4cb-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e01ad7bd868041d3a6a441d172aa1e90", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e01ad7bd868041d3a6a441d172aa1e90", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e01ad7bd868041d3a6a441d172aa1e90", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e01ad7bd868041d3a6a441d172aa1e90", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e01ad7bd868041d3a6a441d172aa1e90", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e01ad7bd868041d3a6a441d172aa1e90", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e01ad7bd868041d3a6a441d172aa1e90", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e01ad7bd868041d3a6a441d172aa1e90", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e01ad7bd868041d3a6a441d172aa1e90", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e01ad7bd868041d3a6a441d172aa1e90", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e01ad7bd868041d3a6a441d172aa1e90", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e01ad7bd868041d3a6a441d172aa1e90", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-01e26188-ff48-4cb-user", "id": "7a7bb4fe7c4e419fa1f9077bf7756acf"}, "audit_ids": ["w3ZEWW7gQLOfSw0u-77zkQ"], "issued_at": "2018-10-26T09:51:20.000000Z"}} 2018-10-26 09:51:20,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e21d3beb4eccb97225dceedc69b39dba4556b5cb" 2018-10-26 09:51:20,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ae5bc0e-543b-43c8-a26e-e3eab8e12c66 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:51:20,258 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-4ae5bc0e-543b-43c8-a26e-e3eab8e12c66 2018-10-26 09:51:20,259 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:51:20,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e21d3beb4eccb97225dceedc69b39dba4556b5cb" 2018-10-26 09:51:20,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3e4d995-e031-4b10-89ca-eae1bf72da25 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:51:20,337 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a3e4d995-e031-4b10-89ca-eae1bf72da25 2018-10-26 09:51:20,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-20174d25-435a-4746-a98c-0f89a0b7411b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e21d3beb4eccb97225dceedc69b39dba4556b5cb" 2018-10-26 09:51:20,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-1b96cf12-c503-4af3-a1ad-27b986aa87f8 Date: Fri, 26 Oct 2018 09: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":["bc252016-86ca-46d3-bebf-e0ce79b7e1fc"],"updated_at":"2018-10-26T09:51:18Z","tenant_id":"e01ad7bd868041d3a6a441d172aa1e90","created_at":"2018-10-26T09:51:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e01ad7bd868041d3a6a441d172aa1e90","id":"859f1adf-acd7-409f-8a12-982fbdf5ea00","name":"CreateInstancePortManipulationTests-20174d25-435a-4746-a98c-0f89a0b7411b-pub-net"}]} 2018-10-26 09:51:20,591 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-20174d25-435a-4746-a98c-0f89a0b7411b-pub-net used request id req-1b96cf12-c503-4af3-a1ad-27b986aa87f8 2018-10-26 09:51:20,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:51:20,599 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:51: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:51:20,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e01ad7bd868041d3a6a441d172aa1e90 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e21d3beb4eccb97225dceedc69b39dba4556b5cb" 2018-10-26 09:51:20,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d817ef8-b35c-4db3-8dab-9edd3ba52e94 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e01ad7bd868041d3a6a441d172aa1e90"}, "enabled": true, "id": "e01ad7bd868041d3a6a441d172aa1e90", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-01e26188-ff48-4cb-proj"}} 2018-10-26 09:51:20,688 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e01ad7bd868041d3a6a441d172aa1e90 used request id req-1d817ef8-b35c-4db3-8dab-9edd3ba52e94 2018-10-26 09:51:20,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=859f1adf-acd7-409f-8a12-982fbdf5ea00 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e21d3beb4eccb97225dceedc69b39dba4556b5cb" 2018-10-26 09:51:20,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-e6eda560-ae14-4ee5-9a23-9f0fb434bda5 Date: Fri, 26 Oct 2018 09:51:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"859f1adf-acd7-409f-8a12-982fbdf5ea00","tenant_id":"e01ad7bd868041d3a6a441d172aa1e90","created_at":"2018-10-26T09:51:18Z","dns_nameservers":[],"updated_at":"2018-10-26T09:51:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e01ad7bd868041d3a6a441d172aa1e90","id":"bc252016-86ca-46d3-bebf-e0ce79b7e1fc","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-20174d25-435a-4746-a98c-0f89a0b7411b-pub-subnet"}]} 2018-10-26 09:51:20,895 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=859f1adf-acd7-409f-8a12-982fbdf5ea00 used request id req-e6eda560-ae14-4ee5-9a23-9f0fb434bda5 2018-10-26 09:51:20,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=859f1adf-acd7-409f-8a12-982fbdf5ea00&mac_address=foo&name=CreateInstancePortManipulationTests-20174d25-435a-4746-a98c-0f89a0b7411bport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e21d3beb4eccb97225dceedc69b39dba4556b5cb" 2018-10-26 09:51:21,112 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-ebf188d8-f805-4592-b2ee-bdf2c0299d91 Date: Fri, 26 Oct 2018 09:51:21 GMT RESP BODY: {"ports":[]} 2018-10-26 09:51:21,112 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=859f1adf-acd7-409f-8a12-982fbdf5ea00&mac_address=foo&name=CreateInstancePortManipulationTests-20174d25-435a-4746-a98c-0f89a0b7411bport-1&admin_state_up=True used request id req-ebf188d8-f805-4592-b2ee-bdf2c0299d91 2018-10-26 09:51:21,115 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-20174d25-435a-4746-a98c-0f89a0b7411b-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e21d3beb4eccb97225dceedc69b39dba4556b5cb" 2018-10-26 09:51:21,319 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ba5d71cb-5aae-42cc-8a81-abf6014bed42 x-compute-request-id: req-ba5d71cb-5aae-42cc-8a81-abf6014bed42 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-26 09:51:21,319 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-20174d25-435a-4746-a98c-0f89a0b7411b-inst used request id req-ba5d71cb-5aae-42cc-8a81-abf6014bed42 2018-10-26 09:51:21,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-20174d25-435a-4746-a98c-0f89a0b7411b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e21d3beb4eccb97225dceedc69b39dba4556b5cb" 2018-10-26 09:51:21,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-968b27c7-f78d-4bdc-9bcf-b7c1e1d60e2a Date: Fri, 26 Oct 2018 09: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":["bc252016-86ca-46d3-bebf-e0ce79b7e1fc"],"updated_at":"2018-10-26T09:51:18Z","tenant_id":"e01ad7bd868041d3a6a441d172aa1e90","created_at":"2018-10-26T09:51:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e01ad7bd868041d3a6a441d172aa1e90","id":"859f1adf-acd7-409f-8a12-982fbdf5ea00","name":"CreateInstancePortManipulationTests-20174d25-435a-4746-a98c-0f89a0b7411b-pub-net"}]} 2018-10-26 09:51:21,569 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-20174d25-435a-4746-a98c-0f89a0b7411b-pub-net used request id req-968b27c7-f78d-4bdc-9bcf-b7c1e1d60e2a 2018-10-26 09:51:21,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e01ad7bd868041d3a6a441d172aa1e90 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e21d3beb4eccb97225dceedc69b39dba4556b5cb" 2018-10-26 09:51:21,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a41cfbfa-324d-4a3e-816d-21d650a05c02 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e01ad7bd868041d3a6a441d172aa1e90"}, "enabled": true, "id": "e01ad7bd868041d3a6a441d172aa1e90", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-01e26188-ff48-4cb-proj"}} 2018-10-26 09:51:21,651 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e01ad7bd868041d3a6a441d172aa1e90 used request id req-a41cfbfa-324d-4a3e-816d-21d650a05c02 2018-10-26 09:51:21,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=859f1adf-acd7-409f-8a12-982fbdf5ea00 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e21d3beb4eccb97225dceedc69b39dba4556b5cb" 2018-10-26 09:51:21,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-c652681b-e2e0-4e63-af62-17a1ae23e78c Date: Fri, 26 Oct 2018 09:51:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"859f1adf-acd7-409f-8a12-982fbdf5ea00","tenant_id":"e01ad7bd868041d3a6a441d172aa1e90","created_at":"2018-10-26T09:51:18Z","dns_nameservers":[],"updated_at":"2018-10-26T09:51:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e01ad7bd868041d3a6a441d172aa1e90","id":"bc252016-86ca-46d3-bebf-e0ce79b7e1fc","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-20174d25-435a-4746-a98c-0f89a0b7411b-pub-subnet"}]} 2018-10-26 09:51:21,862 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=859f1adf-acd7-409f-8a12-982fbdf5ea00 used request id req-c652681b-e2e0-4e63-af62-17a1ae23e78c 2018-10-26 09:51:21,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=859f1adf-acd7-409f-8a12-982fbdf5ea00&mac_address=foo&name=CreateInstancePortManipulationTests-20174d25-435a-4746-a98c-0f89a0b7411bport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e21d3beb4eccb97225dceedc69b39dba4556b5cb" 2018-10-26 09:51:22,041 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-81611361-0099-41bd-b519-7de9a7be2994 Date: Fri, 26 Oct 2018 09:51:22 GMT RESP BODY: {"ports":[]} 2018-10-26 09:51:22,041 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=859f1adf-acd7-409f-8a12-982fbdf5ea00&mac_address=foo&name=CreateInstancePortManipulationTests-20174d25-435a-4746-a98c-0f89a0b7411bport-1&admin_state_up=True used request id req-81611361-0099-41bd-b519-7de9a7be2994 2018-10-26 09:51:22,041 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:51:22,042 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:51:22,417 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8f5396c950454f3b9f69309324205030", "name": "CreateInstancePortManipulationTests-01e26188-ff48-4cb-proj-role"}], "expires_at": "2018-10-26T10:51:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e01ad7bd868041d3a6a441d172aa1e90", "name": "CreateInstancePortManipulationTests-01e26188-ff48-4cb-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e01ad7bd868041d3a6a441d172aa1e90", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e01ad7bd868041d3a6a441d172aa1e90", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e01ad7bd868041d3a6a441d172aa1e90", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e01ad7bd868041d3a6a441d172aa1e90", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e01ad7bd868041d3a6a441d172aa1e90", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e01ad7bd868041d3a6a441d172aa1e90", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e01ad7bd868041d3a6a441d172aa1e90", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e01ad7bd868041d3a6a441d172aa1e90", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e01ad7bd868041d3a6a441d172aa1e90", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e01ad7bd868041d3a6a441d172aa1e90", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e01ad7bd868041d3a6a441d172aa1e90", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e01ad7bd868041d3a6a441d172aa1e90", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-01e26188-ff48-4cb-user", "id": "7a7bb4fe7c4e419fa1f9077bf7756acf"}, "audit_ids": ["tApa7F5nQuSjf0FCycBAmg"], "issued_at": "2018-10-26T09:51:22.000000Z"}} 2018-10-26 09:51:22,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1417f31b32a0f55131393861ab968b78f282b78d" 2018-10-26 09:51:22,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d563809-1ced-4e93-b1c0-58dbbe8b9a80 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:51:22,491 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5d563809-1ced-4e93-b1c0-58dbbe8b9a80 2018-10-26 09:51:22,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-20174d25-435a-4746-a98c-0f89a0b7411b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e21d3beb4eccb97225dceedc69b39dba4556b5cb" 2018-10-26 09:51:22,746 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-8b2bd472-8f6c-4447-974a-eaa8387d3807 Date: Fri, 26 Oct 2018 09: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":["bc252016-86ca-46d3-bebf-e0ce79b7e1fc"],"updated_at":"2018-10-26T09:51:18Z","tenant_id":"e01ad7bd868041d3a6a441d172aa1e90","created_at":"2018-10-26T09:51:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e01ad7bd868041d3a6a441d172aa1e90","id":"859f1adf-acd7-409f-8a12-982fbdf5ea00","name":"CreateInstancePortManipulationTests-20174d25-435a-4746-a98c-0f89a0b7411b-pub-net"}]} 2018-10-26 09:51:22,747 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-20174d25-435a-4746-a98c-0f89a0b7411b-pub-net used request id req-8b2bd472-8f6c-4447-974a-eaa8387d3807 2018-10-26 09:51:22,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=859f1adf-acd7-409f-8a12-982fbdf5ea00 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e21d3beb4eccb97225dceedc69b39dba4556b5cb" 2018-10-26 09:51:22,955 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-2c083d23-62ff-4d84-94a2-958f267bd872 Date: Fri, 26 Oct 2018 09:51:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"859f1adf-acd7-409f-8a12-982fbdf5ea00","tenant_id":"e01ad7bd868041d3a6a441d172aa1e90","created_at":"2018-10-26T09:51:18Z","dns_nameservers":[],"updated_at":"2018-10-26T09:51:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e01ad7bd868041d3a6a441d172aa1e90","id":"bc252016-86ca-46d3-bebf-e0ce79b7e1fc","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-20174d25-435a-4746-a98c-0f89a0b7411b-pub-subnet"}]} 2018-10-26 09:51:22,955 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=859f1adf-acd7-409f-8a12-982fbdf5ea00 used request id req-2c083d23-62ff-4d84-94a2-958f267bd872 2018-10-26 09:51:22,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-20174d25-435a-4746-a98c-0f89a0b7411b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e21d3beb4eccb97225dceedc69b39dba4556b5cb" 2018-10-26 09:51:23,197 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-8d12029d-1e0a-4147-879e-367c2b5773fb Date: Fri, 26 Oct 2018 09: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":["bc252016-86ca-46d3-bebf-e0ce79b7e1fc"],"updated_at":"2018-10-26T09:51:18Z","tenant_id":"e01ad7bd868041d3a6a441d172aa1e90","created_at":"2018-10-26T09:51:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e01ad7bd868041d3a6a441d172aa1e90","id":"859f1adf-acd7-409f-8a12-982fbdf5ea00","name":"CreateInstancePortManipulationTests-20174d25-435a-4746-a98c-0f89a0b7411b-pub-net"}]} 2018-10-26 09:51:23,197 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-20174d25-435a-4746-a98c-0f89a0b7411b-pub-net used request id req-8d12029d-1e0a-4147-879e-367c2b5773fb 2018-10-26 09:51:23,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:51:23,206 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:51: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:51:23,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e01ad7bd868041d3a6a441d172aa1e90 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1417f31b32a0f55131393861ab968b78f282b78d" 2018-10-26 09:51:23,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34587039-cd12-4161-84ac-4c920e6989c1 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e01ad7bd868041d3a6a441d172aa1e90"}, "enabled": true, "id": "e01ad7bd868041d3a6a441d172aa1e90", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-01e26188-ff48-4cb-proj"}} 2018-10-26 09:51:23,286 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e01ad7bd868041d3a6a441d172aa1e90 used request id req-34587039-cd12-4161-84ac-4c920e6989c1 2018-10-26 09:51:23,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=859f1adf-acd7-409f-8a12-982fbdf5ea00 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e21d3beb4eccb97225dceedc69b39dba4556b5cb" 2018-10-26 09:51:23,342 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-9b2fb7d9-db49-435a-88d9-70e82492bc3b Date: Fri, 26 Oct 2018 09:51:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"859f1adf-acd7-409f-8a12-982fbdf5ea00","tenant_id":"e01ad7bd868041d3a6a441d172aa1e90","created_at":"2018-10-26T09:51:18Z","dns_nameservers":[],"updated_at":"2018-10-26T09:51:18Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e01ad7bd868041d3a6a441d172aa1e90","id":"bc252016-86ca-46d3-bebf-e0ce79b7e1fc","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-20174d25-435a-4746-a98c-0f89a0b7411b-pub-subnet"}]} 2018-10-26 09:51:23,342 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=859f1adf-acd7-409f-8a12-982fbdf5ea00 used request id req-9b2fb7d9-db49-435a-88d9-70e82492bc3b 2018-10-26 09:51:23,343 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-20174d25-435a-4746-a98c-0f89a0b7411b-pub-net 2018-10-26 09:51:23,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e21d3beb4eccb97225dceedc69b39dba4556b5cb" -d '{"port": {"network_id": "859f1adf-acd7-409f-8a12-982fbdf5ea00", "mac_address": "foo", "name": "CreateInstancePortManipulationTests-20174d25-435a-4746-a98c-0f89a0b7411bport-1", "admin_state_up": true}}' 2018-10-26 09:51:23,359 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 145 Content-Type: application/json X-Openstack-Request-Id: req-cad26949-8f61-4809-9f4b-f52459aeac88 Date: Fri, 26 Oct 2018 09:51:23 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for mac_address. Reason: 'foo' is not a valid MAC address.", "type": "HTTPBadRequest", "detail": ""}} 2018-10-26 09:51:23,360 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-cad26949-8f61-4809-9f4b-f52459aeac88 2018-10-26 09:51:23,360 - 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-26 09:51:23,363 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/009b40e2-1bb0-4d20-95d5-1e9852d9e09a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bd5e134ab970b6bc86e47007d2f8bb4e7e55c83" 2018-10-26 09:51:23,412 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:51:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d974d25b-f1e5-4b1f-ac92-299f40ab4506 x-compute-request-id: req-d974d25b-f1e5-4b1f-ac92-299f40ab4506 Content-Length: 0 Content-Type: application/json 2018-10-26 09:51:23,412 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/009b40e2-1bb0-4d20-95d5-1e9852d9e09a used request id req-d974d25b-f1e5-4b1f-ac92-299f40ab4506 2018-10-26 09:51:23,413 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-20174d25-435a-4746-a98c-0f89a0b7411b-pub-subnet 2018-10-26 09:51:23,413 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-20174d25-435a-4746-a98c-0f89a0b7411b-pub-subnet 2018-10-26 09:51:23,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/bc252016-86ca-46d3-bebf-e0ce79b7e1fc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28225045a3885bc850f2370d595f658342cb234d" 2018-10-26 09:51:25,666 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e33b110f-12c0-438d-bcc8-464708287538 Date: Fri, 26 Oct 2018 09:51:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:51:25,666 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/bc252016-86ca-46d3-bebf-e0ce79b7e1fc used request id req-e33b110f-12c0-438d-bcc8-464708287538 2018-10-26 09:51:25,666 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-20174d25-435a-4746-a98c-0f89a0b7411b-pub-net 2018-10-26 09:51:25,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/859f1adf-acd7-409f-8a12-982fbdf5ea00 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28225045a3885bc850f2370d595f658342cb234d" 2018-10-26 09:51:26,885 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2b46e97f-ad13-47fb-87f3-6b82d56a931f Date: Fri, 26 Oct 2018 09:51:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:51:26,885 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/859f1adf-acd7-409f-8a12-982fbdf5ea00 used request id req-2b46e97f-ad13-47fb-87f3-6b82d56a931f 2018-10-26 09:51:26,886 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-20174d25-435a-4746-a98c-0f89a0b7411b-image 2018-10-26 09:51:26,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/e323de52-fe3f-480e-8830-df817c47e453 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2e965a24909a18442faa449d87113108250486bb" 2018-10-26 09:51:28,428 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6afebb94-c932-4a41-a7fd-2b2d76745ed3 Date: Fri, 26 Oct 2018 09:51: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-26 09:51:28,429 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/e323de52-fe3f-480e-8830-df817c47e453 used request id req-6afebb94-c932-4a41-a7fd-2b2d76745ed3 2018-10-26 09:51:28,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d243a118dd4c77893a0c38fb8fa197eaaebc427" 2018-10-26 09:51:28,652 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-ff0bb009-4c67-4dad-a905-22ae35280022 Date: Fri, 26 Oct 2018 09:51:28 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "e01ad7bd868041d3a6a441d172aa1e90", "created_at": "2018-10-26T09:51:17Z", "updated_at": "2018-10-26T09:51:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:51:17Z", "revision_number": 0, "id": "339f5b07-3f63-41f3-b3ab-8218b6452114", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:51:17Z", "security_group_id": "28907648-d92c-4126-828a-839ea75b63d7", "tenant_id": "e01ad7bd868041d3a6a441d172aa1e90", "port_range_min": null, "ethertype": "IPv4", "project_id": "e01ad7bd868041d3a6a441d172aa1e90"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:51:17Z", "revision_number": 0, "id": "69d51315-337c-4dbd-b2f6-cf280da3b914", "remote_group_id": "28907648-d92c-4126-828a-839ea75b63d7", "remote_ip_prefix": null, "created_at": "2018-10-26T09:51:17Z", "security_group_id": "28907648-d92c-4126-828a-839ea75b63d7", "tenant_id": "e01ad7bd868041d3a6a441d172aa1e90", "port_range_min": null, "ethertype": "IPv4", "project_id": "e01ad7bd868041d3a6a441d172aa1e90"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:51:17Z", "revision_number": 0, "id": "74d756ae-d195-4c09-af3e-162c00f99d3f", "remote_group_id": "28907648-d92c-4126-828a-839ea75b63d7", "remote_ip_prefix": null, "created_at": "2018-10-26T09:51:17Z", "security_group_id": "28907648-d92c-4126-828a-839ea75b63d7", "tenant_id": "e01ad7bd868041d3a6a441d172aa1e90", "port_range_min": null, "ethertype": "IPv6", "project_id": "e01ad7bd868041d3a6a441d172aa1e90"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:51:17Z", "revision_number": 0, "id": "df49f0b7-7fca-458d-9f64-483990ce5876", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:51:17Z", "security_group_id": "28907648-d92c-4126-828a-839ea75b63d7", "tenant_id": "e01ad7bd868041d3a6a441d172aa1e90", "port_range_min": null, "ethertype": "IPv6", "project_id": "e01ad7bd868041d3a6a441d172aa1e90"}], "revision_number": 4, "project_id": "e01ad7bd868041d3a6a441d172aa1e90", "id": "28907648-d92c-4126-828a-839ea75b63d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:51:28,652 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-ff0bb009-4c67-4dad-a905-22ae35280022 2018-10-26 09:51:28,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e01ad7bd868041d3a6a441d172aa1e90 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d243a118dd4c77893a0c38fb8fa197eaaebc427" 2018-10-26 09:51:28,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d29dd93-4a57-4ae3-aaf0-45f9af361276 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e01ad7bd868041d3a6a441d172aa1e90"}, "enabled": true, "id": "e01ad7bd868041d3a6a441d172aa1e90", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-01e26188-ff48-4cb-proj"}} 2018-10-26 09:51:28,743 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e01ad7bd868041d3a6a441d172aa1e90 used request id req-4d29dd93-4a57-4ae3-aaf0-45f9af361276 2018-10-26 09:51:28,743 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 28907648-d92c-4126-828a-839ea75b63d7 2018-10-26 09:51:28,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=28907648-d92c-4126-828a-839ea75b63d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d243a118dd4c77893a0c38fb8fa197eaaebc427" 2018-10-26 09:51:28,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-6988f590-cfc7-45e3-8287-687ba473501b Date: Fri, 26 Oct 2018 09:51:28 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:51:17Z", "security_group_id": "28907648-d92c-4126-828a-839ea75b63d7", "port_range_min": null, "revision_number": 0, "tenant_id": "e01ad7bd868041d3a6a441d172aa1e90", "created_at": "2018-10-26T09:51:17Z", "project_id": "e01ad7bd868041d3a6a441d172aa1e90", "id": "339f5b07-3f63-41f3-b3ab-8218b6452114"}, {"remote_group_id": "28907648-d92c-4126-828a-839ea75b63d7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:51:17Z", "security_group_id": "28907648-d92c-4126-828a-839ea75b63d7", "port_range_min": null, "revision_number": 0, "tenant_id": "e01ad7bd868041d3a6a441d172aa1e90", "created_at": "2018-10-26T09:51:17Z", "project_id": "e01ad7bd868041d3a6a441d172aa1e90", "id": "69d51315-337c-4dbd-b2f6-cf280da3b914"}, {"remote_group_id": "28907648-d92c-4126-828a-839ea75b63d7", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:51:17Z", "security_group_id": "28907648-d92c-4126-828a-839ea75b63d7", "port_range_min": null, "revision_number": 0, "tenant_id": "e01ad7bd868041d3a6a441d172aa1e90", "created_at": "2018-10-26T09:51:17Z", "project_id": "e01ad7bd868041d3a6a441d172aa1e90", "id": "74d756ae-d195-4c09-af3e-162c00f99d3f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:51:17Z", "security_group_id": "28907648-d92c-4126-828a-839ea75b63d7", "port_range_min": null, "revision_number": 0, "tenant_id": "e01ad7bd868041d3a6a441d172aa1e90", "created_at": "2018-10-26T09:51:17Z", "project_id": "e01ad7bd868041d3a6a441d172aa1e90", "id": "df49f0b7-7fca-458d-9f64-483990ce5876"}]} 2018-10-26 09:51:28,922 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=28907648-d92c-4126-828a-839ea75b63d7 used request id req-6988f590-cfc7-45e3-8287-687ba473501b 2018-10-26 09:51:28,922 - neutron_utils - INFO - Deleting security group with name - default 2018-10-26 09:51:28,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/28907648-d92c-4126-828a-839ea75b63d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d243a118dd4c77893a0c38fb8fa197eaaebc427" 2018-10-26 09:51:29,212 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-91c12d9c-fd9b-4b5d-8b36-63230c4e8031 Content-Length: 0 Date: Fri, 26 Oct 2018 09:51:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:51:29,212 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/28907648-d92c-4126-828a-839ea75b63d7 used request id req-91c12d9c-fd9b-4b5d-8b36-63230c4e8031 2018-10-26 09:51:29,213 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-01e26188-ff48-4cb-proj 2018-10-26 09:51:29,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/e01ad7bd868041d3a6a441d172aa1e90 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d243a118dd4c77893a0c38fb8fa197eaaebc427" 2018-10-26 09:51:29,425 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:51:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b2dda482-ba85-4053-a75b-fcc5941314d2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:51:29,425 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/e01ad7bd868041d3a6a441d172aa1e90 used request id req-b2dda482-ba85-4053-a75b-fcc5941314d2 2018-10-26 09:51:29,426 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-01e26188-ff48-4cb-proj-role 2018-10-26 09:51:29,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/8f5396c950454f3b9f69309324205030 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d243a118dd4c77893a0c38fb8fa197eaaebc427" 2018-10-26 09:51:29,548 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:51:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6cfd022e-edc5-4d93-b501-a174af68fc33 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:51:29,548 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/8f5396c950454f3b9f69309324205030 used request id req-6cfd022e-edc5-4d93-b501-a174af68fc33 2018-10-26 09:51:29,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d243a118dd4c77893a0c38fb8fa197eaaebc427" 2018-10-26 09:51:29,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30674287-45f3-4447-b393-d488d9836b26 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:51:29,643 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-30674287-45f3-4447-b393-d488d9836b26 2018-10-26 09:51:29,644 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-01e26188-ff48-4cb-user 2018-10-26 09:51:29,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/7a7bb4fe7c4e419fa1f9077bf7756acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ddb1207b6d3f502b7481d5d7824562e8b9cf1e6" 2018-10-26 09:51:29,839 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:51:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f6e69258-0fce-44a9-8055-36faf4763028 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:51:29,839 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/7a7bb4fe7c4e419fa1f9077bf7756acf used request id req-f6e69258-0fce-44a9-8055-36faf4763028 2018-10-26 09:51:29,841 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:51:30,243 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:51:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["Z4hCfg8bTzyGTCUmzigrVA"], "issued_at": "2018-10-26T09:51:30.000000Z"}} 2018-10-26 09:51:30,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f3f79595dba81ddf74ee7c9b06c80dcbb688c57" 2018-10-26 09:51:30,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c15bb7e-415d-4453-8709-5d97722622f8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:51:30,333 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-3c15bb7e-415d-4453-8709-5d97722622f8 2018-10-26 09:51:30,334 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:51:30,335 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:51:30,727 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:51:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["q3NXLHXSSCSPIZdopMzTew"], "issued_at": "2018-10-26T09:51:30.000000Z"}} 2018-10-26 09:51:30,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65a37a67814800e2c57c6403878fadf174cade6d" 2018-10-26 09:51:30,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91ca0605-fc4e-44bd-8e35-3439c5e1b4b8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:51:30,813 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-91ca0605-fc4e-44bd-8e35-3439c5e1b4b8 2018-10-26 09:51:30,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:51:30,823 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:51: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:51:30,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-70a766a9-b236-4a3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65a37a67814800e2c57c6403878fadf174cade6d" 2018-10-26 09:51:30,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e964140f-eb58-484a-bb6a-f6cc6cad195f Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-70a766a9-b236-4a3-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:51:30,913 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-70a766a9-b236-4a3-proj used request id req-e964140f-eb58-484a-bb6a-f6cc6cad195f 2018-10-26 09:51:30,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65a37a67814800e2c57c6403878fadf174cade6d" 2018-10-26 09:51:30,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0dee8796-b47b-408a-80e8-137d05d2115a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:51:30,999 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-0dee8796-b47b-408a-80e8-137d05d2115a 2018-10-26 09:51:31,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65a37a67814800e2c57c6403878fadf174cade6d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-70a766a9-b236-4a3-proj"}}' 2018-10-26 09:51:31,141 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:51:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2aef6551-068b-4f87-8f0c-b96b2c7fb18a Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/7699eae778a54caba344e6932cbf1361"}, "enabled": true, "id": "7699eae778a54caba344e6932cbf1361", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-70a766a9-b236-4a3-proj"}} 2018-10-26 09:51:31,141 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-2aef6551-068b-4f87-8f0c-b96b2c7fb18a 2018-10-26 09:51:31,142 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-70a766a9-b236-4a3-proj 2018-10-26 09:51:31,142 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:51:31,143 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:51:31,525 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:51:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["VZqtkurHSRqF6IMvHlhIWQ"], "issued_at": "2018-10-26T09:51:31.000000Z"}} 2018-10-26 09:51:31,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05774524509401b9bfa0e5bd91a6a1b4cd99804e" 2018-10-26 09:51:31,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff2f18dd-92e8-482b-bd84-ecc659f7d7bf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:51:31,618 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ff2f18dd-92e8-482b-bd84-ecc659f7d7bf 2018-10-26 09:51:31,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:51:31,627 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:51: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:51:31,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05774524509401b9bfa0e5bd91a6a1b4cd99804e" 2018-10-26 09:51:31,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfc61513-593e-4eb7-a10e-5453e1592fef Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:51:31,738 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-cfc61513-593e-4eb7-a10e-5453e1592fef 2018-10-26 09:51:31,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-70a766a9-b236-4a3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05774524509401b9bfa0e5bd91a6a1b4cd99804e" 2018-10-26 09:51:31,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f10ccd73-f603-4707-8829-6e414a5d2529 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-70a766a9-b236-4a3-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/7699eae778a54caba344e6932cbf1361"}, "enabled": true, "id": "7699eae778a54caba344e6932cbf1361", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-70a766a9-b236-4a3-proj"}]} 2018-10-26 09:51:31,827 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-70a766a9-b236-4a3-proj used request id req-f10ccd73-f603-4707-8829-6e414a5d2529 2018-10-26 09:51:31,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05774524509401b9bfa0e5bd91a6a1b4cd99804e" 2018-10-26 09:51:31,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9753b8b0-f714-419a-97f4-250e0a0437f1 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:51:31,922 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-9753b8b0-f714-419a-97f4-250e0a0437f1 2018-10-26 09:51:32,296 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-70a766a9-b236-4a3-user 2018-10-26 09:51:32,296 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:51:32,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65a37a67814800e2c57c6403878fadf174cade6d" 2018-10-26 09:51:32,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee965996-1d18-4f94-965a-8a977e4de5c5 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:51:32,393 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-ee965996-1d18-4f94-965a-8a977e4de5c5 2018-10-26 09:51:32,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65a37a67814800e2c57c6403878fadf174cade6d" -d '{"role": {"name": "CreateInstancePortManipulationTests-70a766a9-b236-4a3-proj-role"}}' 2018-10-26 09:51:32,554 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:51:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-063ed7ba-c245-43fd-bea7-335163076081 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b33a80d9f312408e8e3a5202d781bd76", "links": {"self": "http://172.30.9.21:5000/v3/roles/b33a80d9f312408e8e3a5202d781bd76"}, "name": "CreateInstancePortManipulationTests-70a766a9-b236-4a3-proj-role"}} 2018-10-26 09:51:32,555 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-063ed7ba-c245-43fd-bea7-335163076081 2018-10-26 09:51:32,555 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-70a766a9-b236-4a3-proj-role 2018-10-26 09:51:32,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/b33a80d9f312408e8e3a5202d781bd76 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65a37a67814800e2c57c6403878fadf174cade6d" 2018-10-26 09:51:32,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b95b6f51-6104-4776-b325-6a6e90dd0f96 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/b33a80d9f312408e8e3a5202d781bd76"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-70a766a9-b236-4a3-proj-role", "id": "b33a80d9f312408e8e3a5202d781bd76"}} 2018-10-26 09:51:32,644 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/b33a80d9f312408e8e3a5202d781bd76 used request id req-b95b6f51-6104-4776-b325-6a6e90dd0f96 2018-10-26 09:51:32,644 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-70a766a9-b236-4a3-proj-role to project CreateInstancePortManipulationTests-70a766a9-b236-4a3-proj 2018-10-26 09:51:32,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/7699eae778a54caba344e6932cbf1361/users/adc406da07b244d5882da35ede1c2a21/roles/b33a80d9f312408e8e3a5202d781bd76 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65a37a67814800e2c57c6403878fadf174cade6d" 2018-10-26 09:51:32,785 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:51:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9e839e8d-771e-4380-9ca2-bc99265a402b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:51:32,785 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/7699eae778a54caba344e6932cbf1361/users/adc406da07b244d5882da35ede1c2a21/roles/b33a80d9f312408e8e3a5202d781bd76 used request id req-9e839e8d-771e-4380-9ca2-bc99265a402b 2018-10-26 09:51:32,785 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-26 09:51:32,786 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:51:32,786 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:51:33,169 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b33a80d9f312408e8e3a5202d781bd76", "name": "CreateInstancePortManipulationTests-70a766a9-b236-4a3-proj-role"}], "expires_at": "2018-10-26T10:51:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7699eae778a54caba344e6932cbf1361", "name": "CreateInstancePortManipulationTests-70a766a9-b236-4a3-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/7699eae778a54caba344e6932cbf1361", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/7699eae778a54caba344e6932cbf1361", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/7699eae778a54caba344e6932cbf1361", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/7699eae778a54caba344e6932cbf1361", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/7699eae778a54caba344e6932cbf1361", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/7699eae778a54caba344e6932cbf1361", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/7699eae778a54caba344e6932cbf1361", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/7699eae778a54caba344e6932cbf1361", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/7699eae778a54caba344e6932cbf1361", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/7699eae778a54caba344e6932cbf1361", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/7699eae778a54caba344e6932cbf1361", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/7699eae778a54caba344e6932cbf1361", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-70a766a9-b236-4a3-user", "id": "adc406da07b244d5882da35ede1c2a21"}, "audit_ids": ["LWavOjqUTVOSvXHSLdt7gQ"], "issued_at": "2018-10-26T09:51:33.000000Z"}} 2018-10-26 09:51:33,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ca572f77563596951a14806cd812c593f74333d" 2018-10-26 09:51:33,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9cd58a99-5ccf-43ec-99b8-75a4a621ee7c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:51:33,242 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-9cd58a99-5ccf-43ec-99b8-75a4a621ee7c 2018-10-26 09:51:33,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1ca572f77563596951a14806cd812c593f74333d" 2018-10-26 09:51:33,402 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-64771a54-8741-4098-bf84-5d9f70a4d2c7 Date: Fri, 26 Oct 2018 09:51:33 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-image"} 2018-10-26 09:51:33,403 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-image used request id req-64771a54-8741-4098-bf84-5d9f70a4d2c7 2018-10-26 09:51:33,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1ca572f77563596951a14806cd812c593f74333d" 2018-10-26 09:51:33,573 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7fef37f9-07e5-4907-ad73-e4d5077c05d0 Date: Fri, 26 Oct 2018 09:51: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-26 09:51:33,573 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-7fef37f9-07e5-4907-ad73-e4d5077c05d0 2018-10-26 09:51:33,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1ca572f77563596951a14806cd812c593f74333d" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-image"}' 2018-10-26 09:51:33,807 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/255459b5-5cf9-45af-ad58-44b1111f1de4 X-Openstack-Request-Id: req-a629db89-4939-48b0-abe1-e86067c04ded Date: Fri, 26 Oct 2018 09:51:33 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:51:33Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-26T09:51:33Z", "visibility": "shared", "locations": [], "self": "/v2/images/255459b5-5cf9-45af-ad58-44b1111f1de4", "min_disk": 0, "protected": false, "id": "255459b5-5cf9-45af-ad58-44b1111f1de4", "file": "/v2/images/255459b5-5cf9-45af-ad58-44b1111f1de4/file", "checksum": null, "owner": "7699eae778a54caba344e6932cbf1361", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:51:33,807 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-a629db89-4939-48b0-abe1-e86067c04ded 2018-10-26 09:51:33,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/255459b5-5cf9-45af-ad58-44b1111f1de4/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1ca572f77563596951a14806cd812c593f74333d" -d '' 2018-10-26 09:51:35,874 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-621d6c2e-ca95-4158-887a-2eaff910ae00 Date: Fri, 26 Oct 2018 09:51:35 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-26 09:51:35,874 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/255459b5-5cf9-45af-ad58-44b1111f1de4/file used request id req-621d6c2e-ca95-4158-887a-2eaff910ae00 2018-10-26 09:51:35,875 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 09:51:35,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/255459b5-5cf9-45af-ad58-44b1111f1de4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1ca572f77563596951a14806cd812c593f74333d" 2018-10-26 09:51:36,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-43c254de-94f4-4eb7-87b4-f956940f9d8b Date: Fri, 26 Oct 2018 09:51:36 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:51:33Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:51:35Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/255459b5-5cf9-45af-ad58-44b1111f1de4/snap", "metadata": {}}], "self": "/v2/images/255459b5-5cf9-45af-ad58-44b1111f1de4", "min_disk": 0, "protected": false, "id": "255459b5-5cf9-45af-ad58-44b1111f1de4", "file": "/v2/images/255459b5-5cf9-45af-ad58-44b1111f1de4/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "7699eae778a54caba344e6932cbf1361", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/255459b5-5cf9-45af-ad58-44b1111f1de4/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:51:36,047 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/255459b5-5cf9-45af-ad58-44b1111f1de4 used request id req-43c254de-94f4-4eb7-87b4-f956940f9d8b 2018-10-26 09:51:36,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1ca572f77563596951a14806cd812c593f74333d" 2018-10-26 09:51:36,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0281f1b1-a525-4c3c-9b4d-b843f66d999d Date: Fri, 26 Oct 2018 09:51: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-26 09:51:36,206 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-0281f1b1-a525-4c3c-9b4d-b843f66d999d 2018-10-26 09:51:36,209 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-image 2018-10-26 09:51:36,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/255459b5-5cf9-45af-ad58-44b1111f1de4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1ca572f77563596951a14806cd812c593f74333d" 2018-10-26 09:51:36,379 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-58b518f4-4faa-4ce8-ba8f-78fed0bb99c5 Date: Fri, 26 Oct 2018 09:51:36 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:51:33Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:51:35Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/255459b5-5cf9-45af-ad58-44b1111f1de4/snap", "metadata": {}}], "self": "/v2/images/255459b5-5cf9-45af-ad58-44b1111f1de4", "min_disk": 0, "protected": false, "id": "255459b5-5cf9-45af-ad58-44b1111f1de4", "file": "/v2/images/255459b5-5cf9-45af-ad58-44b1111f1de4/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "7699eae778a54caba344e6932cbf1361", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/255459b5-5cf9-45af-ad58-44b1111f1de4/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:51:36,380 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/255459b5-5cf9-45af-ad58-44b1111f1de4 used request id req-58b518f4-4faa-4ce8-ba8f-78fed0bb99c5 2018-10-26 09:51:36,380 - create_image - DEBUG - Instance status is - active 2018-10-26 09:51:36,380 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-image 2018-10-26 09:51:36,381 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-image 2018-10-26 09:51:36,381 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:51:36,382 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:51:36,763 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b33a80d9f312408e8e3a5202d781bd76", "name": "CreateInstancePortManipulationTests-70a766a9-b236-4a3-proj-role"}], "expires_at": "2018-10-26T10:51:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7699eae778a54caba344e6932cbf1361", "name": "CreateInstancePortManipulationTests-70a766a9-b236-4a3-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/7699eae778a54caba344e6932cbf1361", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/7699eae778a54caba344e6932cbf1361", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/7699eae778a54caba344e6932cbf1361", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/7699eae778a54caba344e6932cbf1361", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/7699eae778a54caba344e6932cbf1361", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/7699eae778a54caba344e6932cbf1361", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/7699eae778a54caba344e6932cbf1361", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/7699eae778a54caba344e6932cbf1361", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/7699eae778a54caba344e6932cbf1361", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/7699eae778a54caba344e6932cbf1361", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/7699eae778a54caba344e6932cbf1361", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/7699eae778a54caba344e6932cbf1361", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-70a766a9-b236-4a3-user", "id": "adc406da07b244d5882da35ede1c2a21"}, "audit_ids": ["aVJEu-C4RO21FTn5_vPAWg"], "issued_at": "2018-10-26T09:51:36.000000Z"}} 2018-10-26 09:51:36,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dced6da8c158bdafbd697c3026665b1168372212" 2018-10-26 09:51:36,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-349b7cc6-033b-4921-b5a2-cb0dfe1f8614 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:51:36,844 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-349b7cc6-033b-4921-b5a2-cb0dfe1f8614 2018-10-26 09:51:36,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dced6da8c158bdafbd697c3026665b1168372212" 2018-10-26 09:51:37,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-0302957b-e4e5-40fd-aaff-d9ca1e62222c Date: Fri, 26 Oct 2018 09:51:37 GMT RESP BODY: {"networks":[]} 2018-10-26 09:51:37,019 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-pub-net used request id req-0302957b-e4e5-40fd-aaff-d9ca1e62222c 2018-10-26 09:51:37,020 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-pub-net 2018-10-26 09:51:37,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dced6da8c158bdafbd697c3026665b1168372212" -d '{"network": {"name": "CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-pub-net", "admin_state_up": true}}' 2018-10-26 09:51:37,834 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-4b5efcf7-f6c0-4273-91a7-894b0768ae7d Date: Fri, 26 Oct 2018 09:51:37 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"af96e1b9-1da5-4d13-8daa-2f6fa7a35b39","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7699eae778a54caba344e6932cbf1361","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T09:51:37Z","is_default":false,"name":"CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"7699eae778a54caba344e6932cbf1361","created_at":"2018-10-26T09:51:37Z","mtu":1450}} 2018-10-26 09:51:37,834 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-4b5efcf7-f6c0-4273-91a7-894b0768ae7d 2018-10-26 09:51:37,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=af96e1b9-1da5-4d13-8daa-2f6fa7a35b39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dced6da8c158bdafbd697c3026665b1168372212" 2018-10-26 09:51:38,076 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-b46575bf-e930-41f5-bd51-d04e6f9b7408 Date: Fri, 26 Oct 2018 09:51: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-26T09:51:37Z","tenant_id":"7699eae778a54caba344e6932cbf1361","created_at":"2018-10-26T09:51:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"7699eae778a54caba344e6932cbf1361","id":"af96e1b9-1da5-4d13-8daa-2f6fa7a35b39","name":"CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-pub-net"}]} 2018-10-26 09:51:38,077 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=af96e1b9-1da5-4d13-8daa-2f6fa7a35b39 used request id req-b46575bf-e930-41f5-bd51-d04e6f9b7408 2018-10-26 09:51:38,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=af96e1b9-1da5-4d13-8daa-2f6fa7a35b39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dced6da8c158bdafbd697c3026665b1168372212" 2018-10-26 09:51:38,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e5095c69-6f21-4eaa-be33-3b3fbd5d19f9 Date: Fri, 26 Oct 2018 09:51:38 GMT RESP BODY: {"subnets":[]} 2018-10-26 09:51:38,245 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=af96e1b9-1da5-4d13-8daa-2f6fa7a35b39 used request id req-e5095c69-6f21-4eaa-be33-3b3fbd5d19f9 2018-10-26 09:51:38,245 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-pub-subnet 2018-10-26 09:51:38,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dced6da8c158bdafbd697c3026665b1168372212" -d '{"subnets": [{"ip_version": 4, "network_id": "af96e1b9-1da5-4d13-8daa-2f6fa7a35b39", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-pub-subnet"}]}' 2018-10-26 09:51:39,103 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-dcec36d7-5bac-453d-94fd-caea471e9fb8 Date: Fri, 26 Oct 2018 09:51:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"af96e1b9-1da5-4d13-8daa-2f6fa7a35b39","tenant_id":"7699eae778a54caba344e6932cbf1361","created_at":"2018-10-26T09:51:38Z","dns_nameservers":[],"updated_at":"2018-10-26T09:51: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":"7699eae778a54caba344e6932cbf1361","id":"cee0b431-54ff-48ca-9cc9-514aafc8acd7","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-pub-subnet"}]} 2018-10-26 09:51:39,103 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-dcec36d7-5bac-453d-94fd-caea471e9fb8 2018-10-26 09:51:39,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=af96e1b9-1da5-4d13-8daa-2f6fa7a35b39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dced6da8c158bdafbd697c3026665b1168372212" 2018-10-26 09:51:39,382 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-117545a2-29db-437e-ad00-133eeca0a0c5 Date: Fri, 26 Oct 2018 09:51: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":["cee0b431-54ff-48ca-9cc9-514aafc8acd7"],"updated_at":"2018-10-26T09:51:38Z","tenant_id":"7699eae778a54caba344e6932cbf1361","created_at":"2018-10-26T09:51:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7699eae778a54caba344e6932cbf1361","id":"af96e1b9-1da5-4d13-8daa-2f6fa7a35b39","name":"CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-pub-net"}]} 2018-10-26 09:51:39,382 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=af96e1b9-1da5-4d13-8daa-2f6fa7a35b39 used request id req-117545a2-29db-437e-ad00-133eeca0a0c5 2018-10-26 09:51:39,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=af96e1b9-1da5-4d13-8daa-2f6fa7a35b39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dced6da8c158bdafbd697c3026665b1168372212" 2018-10-26 09:51:39,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-e50a89c0-bc9c-4ee0-ad9b-6823d315f11c Date: Fri, 26 Oct 2018 09:51:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"af96e1b9-1da5-4d13-8daa-2f6fa7a35b39","tenant_id":"7699eae778a54caba344e6932cbf1361","created_at":"2018-10-26T09:51:38Z","dns_nameservers":[],"updated_at":"2018-10-26T09:51: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":"7699eae778a54caba344e6932cbf1361","id":"cee0b431-54ff-48ca-9cc9-514aafc8acd7","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-pub-subnet"}]} 2018-10-26 09:51:39,577 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=af96e1b9-1da5-4d13-8daa-2f6fa7a35b39 used request id req-e50a89c0-bc9c-4ee0-ad9b-6823d315f11c 2018-10-26 09:51:39,578 - OpenStackNetwork - DEBUG - Network [af96e1b9-1da5-4d13-8daa-2f6fa7a35b39] created successfully 2018-10-26 09:51:39,578 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:51:39,579 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:51:39,961 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:51:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["PsUGfXEVQ0ieEKQ5n81pJg"], "issued_at": "2018-10-26T09:51:39.000000Z"}} 2018-10-26 09:51:39,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e587d007e25d83caddfd47db28757c3c4db9ec33" 2018-10-26 09:51:40,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1966e3c9-fb02-43a8-989c-08359bcc6e48 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:51:40,041 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-1966e3c9-fb02-43a8-989c-08359bcc6e48 2018-10-26 09:51:40,042 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:51:40,049 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e587d007e25d83caddfd47db28757c3c4db9ec33" 2018-10-26 09:51:40,237 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-017a999d-6cfb-4b7f-a3fb-07a02a2c4f33 x-compute-request-id: req-017a999d-6cfb-4b7f-a3fb-07a02a2c4f33 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-26 09:51:40,237 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-017a999d-6cfb-4b7f-a3fb-07a02a2c4f33 2018-10-26 09:51:40,241 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e587d007e25d83caddfd47db28757c3c4db9ec33" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-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-26 09:51:40,291 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5a0debf8-6dd8-48a7-9d93-4fb5e9f03b70 x-compute-request-id: req-5a0debf8-6dd8-48a7-9d93-4fb5e9f03b70 Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/ed3aa692-b653-4ae8-83be-eacffda4b28b", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/ed3aa692-b653-4ae8-83be-eacffda4b28b", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "ed3aa692-b653-4ae8-83be-eacffda4b28b", "name": "CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 09:51:40,291 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-5a0debf8-6dd8-48a7-9d93-4fb5e9f03b70 2018-10-26 09:51:40,292 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:51:40,293 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:51:40,666 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b33a80d9f312408e8e3a5202d781bd76", "name": "CreateInstancePortManipulationTests-70a766a9-b236-4a3-proj-role"}], "expires_at": "2018-10-26T10:51:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7699eae778a54caba344e6932cbf1361", "name": "CreateInstancePortManipulationTests-70a766a9-b236-4a3-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/7699eae778a54caba344e6932cbf1361", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/7699eae778a54caba344e6932cbf1361", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/7699eae778a54caba344e6932cbf1361", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/7699eae778a54caba344e6932cbf1361", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/7699eae778a54caba344e6932cbf1361", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/7699eae778a54caba344e6932cbf1361", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/7699eae778a54caba344e6932cbf1361", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/7699eae778a54caba344e6932cbf1361", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/7699eae778a54caba344e6932cbf1361", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/7699eae778a54caba344e6932cbf1361", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/7699eae778a54caba344e6932cbf1361", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/7699eae778a54caba344e6932cbf1361", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-70a766a9-b236-4a3-user", "id": "adc406da07b244d5882da35ede1c2a21"}, "audit_ids": ["l8GM-_HXTtWNdQDaz2smxw"], "issued_at": "2018-10-26T09:51:40.000000Z"}} 2018-10-26 09:51:40,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfeae9813ca0bb8caa7e19efe198198d5a3de14c" 2018-10-26 09:51:40,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8185772c-fa53-442f-9e73-dffa0dfb743d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:51:40,739 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8185772c-fa53-442f-9e73-dffa0dfb743d 2018-10-26 09:51:40,740 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:51:40,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfeae9813ca0bb8caa7e19efe198198d5a3de14c" 2018-10-26 09:51:40,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e720026-e90f-445c-ba1e-e2343d257300 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:51:40,816 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-0e720026-e90f-445c-ba1e-e2343d257300 2018-10-26 09:51:40,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfeae9813ca0bb8caa7e19efe198198d5a3de14c" 2018-10-26 09:51:41,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-0262d142-c902-477d-be50-f4b5e3b07c53 Date: Fri, 26 Oct 2018 09:51: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":["cee0b431-54ff-48ca-9cc9-514aafc8acd7"],"updated_at":"2018-10-26T09:51:38Z","tenant_id":"7699eae778a54caba344e6932cbf1361","created_at":"2018-10-26T09:51:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7699eae778a54caba344e6932cbf1361","id":"af96e1b9-1da5-4d13-8daa-2f6fa7a35b39","name":"CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-pub-net"}]} 2018-10-26 09:51:41,082 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-pub-net used request id req-0262d142-c902-477d-be50-f4b5e3b07c53 2018-10-26 09:51:41,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:51:41,090 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:51: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:51:41,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7699eae778a54caba344e6932cbf1361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfeae9813ca0bb8caa7e19efe198198d5a3de14c" 2018-10-26 09:51:41,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9711f338-8200-4251-a67d-a73cb9c72058 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/7699eae778a54caba344e6932cbf1361"}, "enabled": true, "id": "7699eae778a54caba344e6932cbf1361", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-70a766a9-b236-4a3-proj"}} 2018-10-26 09:51:41,166 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7699eae778a54caba344e6932cbf1361 used request id req-9711f338-8200-4251-a67d-a73cb9c72058 2018-10-26 09:51:41,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=af96e1b9-1da5-4d13-8daa-2f6fa7a35b39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfeae9813ca0bb8caa7e19efe198198d5a3de14c" 2018-10-26 09:51:41,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-4d06a031-12d5-425d-afec-e86d0c264345 Date: Fri, 26 Oct 2018 09:51:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"af96e1b9-1da5-4d13-8daa-2f6fa7a35b39","tenant_id":"7699eae778a54caba344e6932cbf1361","created_at":"2018-10-26T09:51:38Z","dns_nameservers":[],"updated_at":"2018-10-26T09:51: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":"7699eae778a54caba344e6932cbf1361","id":"cee0b431-54ff-48ca-9cc9-514aafc8acd7","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-pub-subnet"}]} 2018-10-26 09:51:41,362 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=af96e1b9-1da5-4d13-8daa-2f6fa7a35b39 used request id req-4d06a031-12d5-425d-afec-e86d0c264345 2018-10-26 09:51:41,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=af96e1b9-1da5-4d13-8daa-2f6fa7a35b39&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfeae9813ca0bb8caa7e19efe198198d5a3de14c" 2018-10-26 09:51:41,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-de66a046-b38e-4798-8fa6-5272515fcf1c Date: Fri, 26 Oct 2018 09:51:41 GMT RESP BODY: {"ports":[]} 2018-10-26 09:51:41,546 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=af96e1b9-1da5-4d13-8daa-2f6fa7a35b39&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4port-1&admin_state_up=True used request id req-de66a046-b38e-4798-8fa6-5272515fcf1c 2018-10-26 09:51:41,550 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfeae9813ca0bb8caa7e19efe198198d5a3de14c" 2018-10-26 09:51:42,151 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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-ea223655-1fb3-4883-8dac-a9f4f1980ba4 x-compute-request-id: req-ea223655-1fb3-4883-8dac-a9f4f1980ba4 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-26 09:51:42,152 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-inst used request id req-ea223655-1fb3-4883-8dac-a9f4f1980ba4 2018-10-26 09:51:42,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfeae9813ca0bb8caa7e19efe198198d5a3de14c" 2018-10-26 09:51:42,406 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-2de5ccac-0957-4305-95a6-8ea0cbb0ded1 Date: Fri, 26 Oct 2018 09:51: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":["cee0b431-54ff-48ca-9cc9-514aafc8acd7"],"updated_at":"2018-10-26T09:51:38Z","tenant_id":"7699eae778a54caba344e6932cbf1361","created_at":"2018-10-26T09:51:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7699eae778a54caba344e6932cbf1361","id":"af96e1b9-1da5-4d13-8daa-2f6fa7a35b39","name":"CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-pub-net"}]} 2018-10-26 09:51:42,406 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-pub-net used request id req-2de5ccac-0957-4305-95a6-8ea0cbb0ded1 2018-10-26 09:51:42,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7699eae778a54caba344e6932cbf1361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfeae9813ca0bb8caa7e19efe198198d5a3de14c" 2018-10-26 09:51:42,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-671094e0-094d-43a7-8bcf-238807f4fde1 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/7699eae778a54caba344e6932cbf1361"}, "enabled": true, "id": "7699eae778a54caba344e6932cbf1361", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-70a766a9-b236-4a3-proj"}} 2018-10-26 09:51:42,489 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7699eae778a54caba344e6932cbf1361 used request id req-671094e0-094d-43a7-8bcf-238807f4fde1 2018-10-26 09:51:42,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=af96e1b9-1da5-4d13-8daa-2f6fa7a35b39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfeae9813ca0bb8caa7e19efe198198d5a3de14c" 2018-10-26 09:51:42,700 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-9febaa13-3c47-4680-a98c-bec886d11275 Date: Fri, 26 Oct 2018 09:51:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"af96e1b9-1da5-4d13-8daa-2f6fa7a35b39","tenant_id":"7699eae778a54caba344e6932cbf1361","created_at":"2018-10-26T09:51:38Z","dns_nameservers":[],"updated_at":"2018-10-26T09:51: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":"7699eae778a54caba344e6932cbf1361","id":"cee0b431-54ff-48ca-9cc9-514aafc8acd7","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-pub-subnet"}]} 2018-10-26 09:51:42,700 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=af96e1b9-1da5-4d13-8daa-2f6fa7a35b39 used request id req-9febaa13-3c47-4680-a98c-bec886d11275 2018-10-26 09:51:42,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=af96e1b9-1da5-4d13-8daa-2f6fa7a35b39&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfeae9813ca0bb8caa7e19efe198198d5a3de14c" 2018-10-26 09:51:42,878 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-b5b73e3d-dc8a-4e76-8bff-3895b66358e3 Date: Fri, 26 Oct 2018 09:51:42 GMT RESP BODY: {"ports":[]} 2018-10-26 09:51:42,878 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=af96e1b9-1da5-4d13-8daa-2f6fa7a35b39&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4port-1&admin_state_up=True used request id req-b5b73e3d-dc8a-4e76-8bff-3895b66358e3 2018-10-26 09:51:42,879 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:51:42,879 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:51:43,256 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b33a80d9f312408e8e3a5202d781bd76", "name": "CreateInstancePortManipulationTests-70a766a9-b236-4a3-proj-role"}], "expires_at": "2018-10-26T10:51:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7699eae778a54caba344e6932cbf1361", "name": "CreateInstancePortManipulationTests-70a766a9-b236-4a3-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/7699eae778a54caba344e6932cbf1361", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/7699eae778a54caba344e6932cbf1361", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/7699eae778a54caba344e6932cbf1361", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/7699eae778a54caba344e6932cbf1361", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/7699eae778a54caba344e6932cbf1361", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/7699eae778a54caba344e6932cbf1361", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/7699eae778a54caba344e6932cbf1361", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/7699eae778a54caba344e6932cbf1361", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/7699eae778a54caba344e6932cbf1361", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/7699eae778a54caba344e6932cbf1361", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/7699eae778a54caba344e6932cbf1361", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/7699eae778a54caba344e6932cbf1361", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-70a766a9-b236-4a3-user", "id": "adc406da07b244d5882da35ede1c2a21"}, "audit_ids": ["8tVboHfcSpC8ffGKV2h6ZQ"], "issued_at": "2018-10-26T09:51:43.000000Z"}} 2018-10-26 09:51:43,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}863bcfb27fb6001aa6e5c5057a2f7573ee865736" 2018-10-26 09:51:43,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70be7975-0cf0-41f5-8412-200bc7041046 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:51:43,326 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-70be7975-0cf0-41f5-8412-200bc7041046 2018-10-26 09:51:43,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfeae9813ca0bb8caa7e19efe198198d5a3de14c" 2018-10-26 09:51:43,606 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-ec8186b5-0c0d-4298-9f15-4a4ff679248a Date: Fri, 26 Oct 2018 09:51: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":["cee0b431-54ff-48ca-9cc9-514aafc8acd7"],"updated_at":"2018-10-26T09:51:38Z","tenant_id":"7699eae778a54caba344e6932cbf1361","created_at":"2018-10-26T09:51:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7699eae778a54caba344e6932cbf1361","id":"af96e1b9-1da5-4d13-8daa-2f6fa7a35b39","name":"CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-pub-net"}]} 2018-10-26 09:51:43,606 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-pub-net used request id req-ec8186b5-0c0d-4298-9f15-4a4ff679248a 2018-10-26 09:51:43,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=af96e1b9-1da5-4d13-8daa-2f6fa7a35b39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfeae9813ca0bb8caa7e19efe198198d5a3de14c" 2018-10-26 09:51:43,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-53cde39e-d5a5-4a52-93c5-2dd6c794f747 Date: Fri, 26 Oct 2018 09:51:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"af96e1b9-1da5-4d13-8daa-2f6fa7a35b39","tenant_id":"7699eae778a54caba344e6932cbf1361","created_at":"2018-10-26T09:51:38Z","dns_nameservers":[],"updated_at":"2018-10-26T09:51: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":"7699eae778a54caba344e6932cbf1361","id":"cee0b431-54ff-48ca-9cc9-514aafc8acd7","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-pub-subnet"}]} 2018-10-26 09:51:43,817 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=af96e1b9-1da5-4d13-8daa-2f6fa7a35b39 used request id req-53cde39e-d5a5-4a52-93c5-2dd6c794f747 2018-10-26 09:51:43,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfeae9813ca0bb8caa7e19efe198198d5a3de14c" 2018-10-26 09:51:44,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-2d158eb5-d023-4081-a577-4e9f89a1ad8a Date: Fri, 26 Oct 2018 09:51: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":["cee0b431-54ff-48ca-9cc9-514aafc8acd7"],"updated_at":"2018-10-26T09:51:38Z","tenant_id":"7699eae778a54caba344e6932cbf1361","created_at":"2018-10-26T09:51:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7699eae778a54caba344e6932cbf1361","id":"af96e1b9-1da5-4d13-8daa-2f6fa7a35b39","name":"CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-pub-net"}]} 2018-10-26 09:51:44,060 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-pub-net used request id req-2d158eb5-d023-4081-a577-4e9f89a1ad8a 2018-10-26 09:51:44,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:51:44,068 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:51: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:51:44,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7699eae778a54caba344e6932cbf1361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}863bcfb27fb6001aa6e5c5057a2f7573ee865736" 2018-10-26 09:51:44,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8eda0468-cb30-4252-a937-e2fd69950d96 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/7699eae778a54caba344e6932cbf1361"}, "enabled": true, "id": "7699eae778a54caba344e6932cbf1361", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-70a766a9-b236-4a3-proj"}} 2018-10-26 09:51:44,149 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7699eae778a54caba344e6932cbf1361 used request id req-8eda0468-cb30-4252-a937-e2fd69950d96 2018-10-26 09:51:44,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=af96e1b9-1da5-4d13-8daa-2f6fa7a35b39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfeae9813ca0bb8caa7e19efe198198d5a3de14c" 2018-10-26 09:51:44,349 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-5de3fd49-90fc-4f5a-a032-d558fc7f2647 Date: Fri, 26 Oct 2018 09:51:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"af96e1b9-1da5-4d13-8daa-2f6fa7a35b39","tenant_id":"7699eae778a54caba344e6932cbf1361","created_at":"2018-10-26T09:51:38Z","dns_nameservers":[],"updated_at":"2018-10-26T09:51: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":"7699eae778a54caba344e6932cbf1361","id":"cee0b431-54ff-48ca-9cc9-514aafc8acd7","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-pub-subnet"}]} 2018-10-26 09:51:44,349 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=af96e1b9-1da5-4d13-8daa-2f6fa7a35b39 used request id req-5de3fd49-90fc-4f5a-a032-d558fc7f2647 2018-10-26 09:51:44,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=af96e1b9-1da5-4d13-8daa-2f6fa7a35b39&name=CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfeae9813ca0bb8caa7e19efe198198d5a3de14c" 2018-10-26 09:51:44,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-8c5404da-14f6-4803-8bc9-bcb07825ad2c Date: Fri, 26 Oct 2018 09:51:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"af96e1b9-1da5-4d13-8daa-2f6fa7a35b39","tenant_id":"7699eae778a54caba344e6932cbf1361","created_at":"2018-10-26T09:51:38Z","dns_nameservers":[],"updated_at":"2018-10-26T09:51: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":"7699eae778a54caba344e6932cbf1361","id":"cee0b431-54ff-48ca-9cc9-514aafc8acd7","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-pub-subnet"}]} 2018-10-26 09:51:44,559 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=af96e1b9-1da5-4d13-8daa-2f6fa7a35b39&name=CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-pub-subnet used request id req-8c5404da-14f6-4803-8bc9-bcb07825ad2c 2018-10-26 09:51:44,559 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-pub-net 2018-10-26 09:51:44,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfeae9813ca0bb8caa7e19efe198198d5a3de14c" -d '{"port": {"network_id": "af96e1b9-1da5-4d13-8daa-2f6fa7a35b39", "mac_address": "0a:1b:2c:3d:4e:5f", "fixed_ips": [{"subnet_id": "cee0b431-54ff-48ca-9cc9-514aafc8acd7", "ip_address": "10.55.0.101"}], "name": "CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4port-1", "admin_state_up": true}}' 2018-10-26 09:51:45,720 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 793 X-Openstack-Request-Id: req-67f396be-42b7-4a07-8fc5-bb9db0fb9e76 Date: Fri, 26 Oct 2018 09:51:45 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:51:45Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"cee0b431-54ff-48ca-9cc9-514aafc8acd7","ip_address":"10.55.0.101"}],"id":"b3417e8c-1d1a-433c-8b2d-4ba537a53154","security_groups":["baad9ee8-20b0-43e6-ba96-3e0952c10362"],"mac_address":"0a:1b:2c:3d:4e:5f","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4port-1","project_id":"7699eae778a54caba344e6932cbf1361","qos_policy_id":null,"admin_state_up":true,"network_id":"af96e1b9-1da5-4d13-8daa-2f6fa7a35b39","tenant_id":"7699eae778a54caba344e6932cbf1361","created_at":"2018-10-26T09:51:45Z","binding:vnic_type":"normal"}} 2018-10-26 09:51:45,720 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-67f396be-42b7-4a07-8fc5-bb9db0fb9e76 2018-10-26 09:51:45,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfeae9813ca0bb8caa7e19efe198198d5a3de14c" 2018-10-26 09:51:45,823 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-c5b4a86f-1548-4e66-a329-8c80565184cf Date: Fri, 26 Oct 2018 09:51: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":["cee0b431-54ff-48ca-9cc9-514aafc8acd7"],"updated_at":"2018-10-26T09:51:38Z","tenant_id":"7699eae778a54caba344e6932cbf1361","created_at":"2018-10-26T09:51:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7699eae778a54caba344e6932cbf1361","id":"af96e1b9-1da5-4d13-8daa-2f6fa7a35b39","name":"CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-pub-net"}]} 2018-10-26 09:51:45,824 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-pub-net used request id req-c5b4a86f-1548-4e66-a329-8c80565184cf 2018-10-26 09:51:45,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7699eae778a54caba344e6932cbf1361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfeae9813ca0bb8caa7e19efe198198d5a3de14c" 2018-10-26 09:51:45,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cdd036b-e4f0-457e-8737-270bc4950989 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/7699eae778a54caba344e6932cbf1361"}, "enabled": true, "id": "7699eae778a54caba344e6932cbf1361", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-70a766a9-b236-4a3-proj"}} 2018-10-26 09:51:45,979 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7699eae778a54caba344e6932cbf1361 used request id req-1cdd036b-e4f0-457e-8737-270bc4950989 2018-10-26 09:51:45,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=af96e1b9-1da5-4d13-8daa-2f6fa7a35b39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfeae9813ca0bb8caa7e19efe198198d5a3de14c" 2018-10-26 09:51:46,171 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-8eefcad3-4417-4136-b47f-30b15f158698 Date: Fri, 26 Oct 2018 09:51:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"af96e1b9-1da5-4d13-8daa-2f6fa7a35b39","tenant_id":"7699eae778a54caba344e6932cbf1361","created_at":"2018-10-26T09:51:38Z","dns_nameservers":[],"updated_at":"2018-10-26T09:51: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":"7699eae778a54caba344e6932cbf1361","id":"cee0b431-54ff-48ca-9cc9-514aafc8acd7","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-pub-subnet"}]} 2018-10-26 09:51:46,171 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=af96e1b9-1da5-4d13-8daa-2f6fa7a35b39 used request id req-8eefcad3-4417-4136-b47f-30b15f158698 2018-10-26 09:51:46,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=af96e1b9-1da5-4d13-8daa-2f6fa7a35b39&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfeae9813ca0bb8caa7e19efe198198d5a3de14c" 2018-10-26 09:51:46,378 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 796 X-Openstack-Request-Id: req-709d5fcc-5754-497a-97d9-30f083583e02 Date: Fri, 26 Oct 2018 09:51:46 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:51:45Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"cee0b431-54ff-48ca-9cc9-514aafc8acd7","ip_address":"10.55.0.101"}],"id":"b3417e8c-1d1a-433c-8b2d-4ba537a53154","security_groups":["baad9ee8-20b0-43e6-ba96-3e0952c10362"],"mac_address":"0a:1b:2c:3d:4e:5f","project_id":"7699eae778a54caba344e6932cbf1361","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4port-1","admin_state_up":true,"network_id":"af96e1b9-1da5-4d13-8daa-2f6fa7a35b39","tenant_id":"7699eae778a54caba344e6932cbf1361","created_at":"2018-10-26T09:51:45Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-26 09:51:46,379 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=af96e1b9-1da5-4d13-8daa-2f6fa7a35b39&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4port-1&admin_state_up=True used request id req-709d5fcc-5754-497a-97d9-30f083583e02 2018-10-26 09:51:46,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7699eae778a54caba344e6932cbf1361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfeae9813ca0bb8caa7e19efe198198d5a3de14c" 2018-10-26 09:51:46,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46e3f613-da4d-4e02-a3ba-26beffc69d00 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/7699eae778a54caba344e6932cbf1361"}, "enabled": true, "id": "7699eae778a54caba344e6932cbf1361", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-70a766a9-b236-4a3-proj"}} 2018-10-26 09:51:46,461 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7699eae778a54caba344e6932cbf1361 used request id req-46e3f613-da4d-4e02-a3ba-26beffc69d00 2018-10-26 09:51:46,462 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-inst 2018-10-26 09:51:46,465 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfeae9813ca0bb8caa7e19efe198198d5a3de14c" 2018-10-26 09:51:46,495 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-79bc2787-16e0-48f3-8cea-1fe0fc71e956 x-compute-request-id: req-79bc2787-16e0-48f3-8cea-1fe0fc71e956 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ed3aa692-b653-4ae8-83be-eacffda4b28b", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/ed3aa692-b653-4ae8-83be-eacffda4b28b", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/ed3aa692-b653-4ae8-83be-eacffda4b28b", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-flavor-name"}]} 2018-10-26 09:51:46,495 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-79bc2787-16e0-48f3-8cea-1fe0fc71e956 2018-10-26 09:51:46,498 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/ed3aa692-b653-4ae8-83be-eacffda4b28b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfeae9813ca0bb8caa7e19efe198198d5a3de14c" 2018-10-26 09:51:46,519 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fab92168-2d83-4aea-9d44-3ccad56f68e9 x-compute-request-id: req-fab92168-2d83-4aea-9d44-3ccad56f68e9 Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/ed3aa692-b653-4ae8-83be-eacffda4b28b", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/ed3aa692-b653-4ae8-83be-eacffda4b28b", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "ed3aa692-b653-4ae8-83be-eacffda4b28b", "name": "CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 09:51:46,519 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/ed3aa692-b653-4ae8-83be-eacffda4b28b used request id req-fab92168-2d83-4aea-9d44-3ccad56f68e9 2018-10-26 09:51:46,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bfeae9813ca0bb8caa7e19efe198198d5a3de14c" 2018-10-26 09:51:46,696 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-2bcccc40-e6d1-4df3-8df4-f45d336a706f Date: Fri, 26 Oct 2018 09:51:46 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:51:33Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:51:35Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/255459b5-5cf9-45af-ad58-44b1111f1de4/snap", "metadata": {}}], "self": "/v2/images/255459b5-5cf9-45af-ad58-44b1111f1de4", "min_disk": 0, "protected": false, "id": "255459b5-5cf9-45af-ad58-44b1111f1de4", "file": "/v2/images/255459b5-5cf9-45af-ad58-44b1111f1de4/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "7699eae778a54caba344e6932cbf1361", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/255459b5-5cf9-45af-ad58-44b1111f1de4/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-image"} 2018-10-26 09:51:46,696 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-image used request id req-2bcccc40-e6d1-4df3-8df4-f45d336a706f 2018-10-26 09:51:46,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bfeae9813ca0bb8caa7e19efe198198d5a3de14c" 2018-10-26 09:51:46,852 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-381b84cc-b5ab-4a6e-a8e9-baa90f5fb46c Date: Fri, 26 Oct 2018 09:51: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-26 09:51:46,852 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-381b84cc-b5ab-4a6e-a8e9-baa90f5fb46c 2018-10-26 09:51:46,858 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfeae9813ca0bb8caa7e19efe198198d5a3de14c" -d '{"server": {"name": "CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-inst", "imageRef": "255459b5-5cf9-45af-ad58-44b1111f1de4", "flavorRef": "ed3aa692-b653-4ae8-83be-eacffda4b28b", "max_count": 1, "min_count": 1, "networks": [{"port": "b3417e8c-1d1a-433c-8b2d-4ba537a53154"}]}}' 2018-10-26 09:51:48,491 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:51:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-85667751-33ef-4826-9b7e-7f6b5f4921a1 x-compute-request-id: req-85667751-33ef-4826-9b7e-7f6b5f4921a1 Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/830ea516-9687-462d-b5cb-47a293ec8cca Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "830ea516-9687-462d-b5cb-47a293ec8cca", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/830ea516-9687-462d-b5cb-47a293ec8cca", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/830ea516-9687-462d-b5cb-47a293ec8cca", "rel": "bookmark"}], "adminPass": "zixS6m6fH2zU"}} 2018-10-26 09:51:48,491 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-85667751-33ef-4826-9b7e-7f6b5f4921a1 2018-10-26 09:51:48,495 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/830ea516-9687-462d-b5cb-47a293ec8cca -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfeae9813ca0bb8caa7e19efe198198d5a3de14c" 2018-10-26 09:51:48,858 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-516cc240-b0d2-4c64-a772-00473d56c2fc x-compute-request-id: req-516cc240-b0d2-4c64-a772-00473d56c2fc Content-Encoding: gzip Content-Length: 616 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/830ea516-9687-462d-b5cb-47a293ec8cca", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/830ea516-9687-462d-b5cb-47a293ec8cca", "rel": "bookmark"}], "image": {"id": "255459b5-5cf9-45af-ad58-44b1111f1de4", "links": [{"href": "http://172.30.9.21:8774/images/255459b5-5cf9-45af-ad58-44b1111f1de4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ed3aa692-b653-4ae8-83be-eacffda4b28b", "links": [{"href": "http://172.30.9.21:8774/flavors/ed3aa692-b653-4ae8-83be-eacffda4b28b", "rel": "bookmark"}]}, "id": "830ea516-9687-462d-b5cb-47a293ec8cca", "user_id": "adc406da07b244d5882da35ede1c2a21", "OS-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-26T09:51:48Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-inst", "created": "2018-10-26T09:51:48Z", "tenant_id": "7699eae778a54caba344e6932cbf1361", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:51:48,859 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/830ea516-9687-462d-b5cb-47a293ec8cca used request id req-516cc240-b0d2-4c64-a772-00473d56c2fc 2018-10-26 09:51:48,859 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-inst 2018-10-26 09:51:48,862 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/830ea516-9687-462d-b5cb-47a293ec8cca -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfeae9813ca0bb8caa7e19efe198198d5a3de14c" 2018-10-26 09:51:49,082 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2a31406c-deae-4ebb-b6e0-71930a5087f7 x-compute-request-id: req-2a31406c-deae-4ebb-b6e0-71930a5087f7 Content-Encoding: gzip Content-Length: 616 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/830ea516-9687-462d-b5cb-47a293ec8cca", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/830ea516-9687-462d-b5cb-47a293ec8cca", "rel": "bookmark"}], "image": {"id": "255459b5-5cf9-45af-ad58-44b1111f1de4", "links": [{"href": "http://172.30.9.21:8774/images/255459b5-5cf9-45af-ad58-44b1111f1de4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ed3aa692-b653-4ae8-83be-eacffda4b28b", "links": [{"href": "http://172.30.9.21:8774/flavors/ed3aa692-b653-4ae8-83be-eacffda4b28b", "rel": "bookmark"}]}, "id": "830ea516-9687-462d-b5cb-47a293ec8cca", "user_id": "adc406da07b244d5882da35ede1c2a21", "OS-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-26T09:51:48Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-inst", "created": "2018-10-26T09:51:48Z", "tenant_id": "7699eae778a54caba344e6932cbf1361", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:51:49,082 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/830ea516-9687-462d-b5cb-47a293ec8cca used request id req-2a31406c-deae-4ebb-b6e0-71930a5087f7 2018-10-26 09:51:49,083 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-inst] is - BUILD 2018-10-26 09:51:49,083 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:51:52,086 - create_instance - DEBUG - VM status query timeout in 896.773155928 2018-10-26 09:51:52,090 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/830ea516-9687-462d-b5cb-47a293ec8cca -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfeae9813ca0bb8caa7e19efe198198d5a3de14c" 2018-10-26 09:51:52,698 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c7d7285f-1cca-4f6a-9bf7-60647e67254b x-compute-request-id: req-c7d7285f-1cca-4f6a-9bf7-60647e67254b Content-Encoding: gzip Content-Length: 682 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/830ea516-9687-462d-b5cb-47a293ec8cca", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/830ea516-9687-462d-b5cb-47a293ec8cca", "rel": "bookmark"}], "image": {"id": "255459b5-5cf9-45af-ad58-44b1111f1de4", "links": [{"href": "http://172.30.9.21:8774/images/255459b5-5cf9-45af-ad58-44b1111f1de4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ed3aa692-b653-4ae8-83be-eacffda4b28b", "links": [{"href": "http://172.30.9.21:8774/flavors/ed3aa692-b653-4ae8-83be-eacffda4b28b", "rel": "bookmark"}]}, "id": "830ea516-9687-462d-b5cb-47a293ec8cca", "security_groups": [{"name": "default"}], "user_id": "adc406da07b244d5882da35ede1c2a21", "OS-DCF: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-26T09:51:49Z", "hostId": "ca521e1ed78f99cb1726d30c1ee7b84c79a3bf1ac8e2d085ee1c00c1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-inst", "created": "2018-10-26T09:51:48Z", "tenant_id": "7699eae778a54caba344e6932cbf1361", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:51:52,698 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/830ea516-9687-462d-b5cb-47a293ec8cca used request id req-c7d7285f-1cca-4f6a-9bf7-60647e67254b 2018-10-26 09:51:52,698 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-inst] is - BUILD 2018-10-26 09:51:52,699 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:51:55,702 - create_instance - DEBUG - VM status query timeout in 893.157556772 2018-10-26 09:51:55,705 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/830ea516-9687-462d-b5cb-47a293ec8cca -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfeae9813ca0bb8caa7e19efe198198d5a3de14c" 2018-10-26 09:51:56,403 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-08a2130a-3f04-4d96-8a88-7fe3cdbddbe8 x-compute-request-id: req-08a2130a-3f04-4d96-8a88-7fe3cdbddbe8 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "0a:1b:2c:3d:4e:5f", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/830ea516-9687-462d-b5cb-47a293ec8cca", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/830ea516-9687-462d-b5cb-47a293ec8cca", "rel": "bookmark"}], "image": {"id": "255459b5-5cf9-45af-ad58-44b1111f1de4", "links": [{"href": "http://172.30.9.21:8774/images/255459b5-5cf9-45af-ad58-44b1111f1de4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:51:55.000000", "flavor": {"id": "ed3aa692-b653-4ae8-83be-eacffda4b28b", "links": [{"href": "http://172.30.9.21:8774/flavors/ed3aa692-b653-4ae8-83be-eacffda4b28b", "rel": "bookmark"}]}, "id": "830ea516-9687-462d-b5cb-47a293ec8cca", "security_groups": [{"name": "default"}], "user_id": "adc406da07b244d5882da35ede1c2a21", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:51:55Z", "hostId": "ca521e1ed78f99cb1726d30c1ee7b84c79a3bf1ac8e2d085ee1c00c1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-inst", "created": "2018-10-26T09:51:48Z", "tenant_id": "7699eae778a54caba344e6932cbf1361", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:51:56,403 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/830ea516-9687-462d-b5cb-47a293ec8cca used request id req-08a2130a-3f04-4d96-8a88-7fe3cdbddbe8 2018-10-26 09:51:56,404 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-inst] is - ACTIVE 2018-10-26 09:51:56,404 - create_instance - INFO - VM is - ACTIVE 2018-10-26 09:51:56,407 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/830ea516-9687-462d-b5cb-47a293ec8cca -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfeae9813ca0bb8caa7e19efe198198d5a3de14c" 2018-10-26 09:51:56,808 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-63c4bdb9-27f4-4461-ac71-041b5d2bcbb7 x-compute-request-id: req-63c4bdb9-27f4-4461-ac71-041b5d2bcbb7 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "0a:1b:2c:3d:4e:5f", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/830ea516-9687-462d-b5cb-47a293ec8cca", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/830ea516-9687-462d-b5cb-47a293ec8cca", "rel": "bookmark"}], "image": {"id": "255459b5-5cf9-45af-ad58-44b1111f1de4", "links": [{"href": "http://172.30.9.21:8774/images/255459b5-5cf9-45af-ad58-44b1111f1de4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:51:55.000000", "flavor": {"id": "ed3aa692-b653-4ae8-83be-eacffda4b28b", "links": [{"href": "http://172.30.9.21:8774/flavors/ed3aa692-b653-4ae8-83be-eacffda4b28b", "rel": "bookmark"}]}, "id": "830ea516-9687-462d-b5cb-47a293ec8cca", "security_groups": [{"name": "default"}], "user_id": "adc406da07b244d5882da35ede1c2a21", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:51:55Z", "hostId": "ca521e1ed78f99cb1726d30c1ee7b84c79a3bf1ac8e2d085ee1c00c1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-inst", "created": "2018-10-26T09:51:48Z", "tenant_id": "7699eae778a54caba344e6932cbf1361", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:51:56,808 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/830ea516-9687-462d-b5cb-47a293ec8cca used request id req-63c4bdb9-27f4-4461-ac71-041b5d2bcbb7 2018-10-26 09:51:56,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfeae9813ca0bb8caa7e19efe198198d5a3de14c" 2018-10-26 09:51:56,912 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-bcdd95cb-e240-4487-a01e-97098ea27196 Date: Fri, 26 Oct 2018 09:51: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":["cee0b431-54ff-48ca-9cc9-514aafc8acd7"],"updated_at":"2018-10-26T09:51:38Z","tenant_id":"7699eae778a54caba344e6932cbf1361","created_at":"2018-10-26T09:51:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7699eae778a54caba344e6932cbf1361","id":"af96e1b9-1da5-4d13-8daa-2f6fa7a35b39","name":"CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-pub-net"}]} 2018-10-26 09:51:56,912 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-pub-net used request id req-bcdd95cb-e240-4487-a01e-97098ea27196 2018-10-26 09:51:56,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7699eae778a54caba344e6932cbf1361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfeae9813ca0bb8caa7e19efe198198d5a3de14c" 2018-10-26 09:51:57,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b707bd18-7bce-4bff-8b7e-ebf1314f378e Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/7699eae778a54caba344e6932cbf1361"}, "enabled": true, "id": "7699eae778a54caba344e6932cbf1361", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-70a766a9-b236-4a3-proj"}} 2018-10-26 09:51:57,000 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7699eae778a54caba344e6932cbf1361 used request id req-b707bd18-7bce-4bff-8b7e-ebf1314f378e 2018-10-26 09:51:57,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=af96e1b9-1da5-4d13-8daa-2f6fa7a35b39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfeae9813ca0bb8caa7e19efe198198d5a3de14c" 2018-10-26 09:51:57,066 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-5601119f-31c9-48bd-928a-7406fcd2b871 Date: Fri, 26 Oct 2018 09:51:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"af96e1b9-1da5-4d13-8daa-2f6fa7a35b39","tenant_id":"7699eae778a54caba344e6932cbf1361","created_at":"2018-10-26T09:51:38Z","dns_nameservers":[],"updated_at":"2018-10-26T09:51: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":"7699eae778a54caba344e6932cbf1361","id":"cee0b431-54ff-48ca-9cc9-514aafc8acd7","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-pub-subnet"}]} 2018-10-26 09:51:57,066 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=af96e1b9-1da5-4d13-8daa-2f6fa7a35b39 used request id req-5601119f-31c9-48bd-928a-7406fcd2b871 2018-10-26 09:51:57,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=af96e1b9-1da5-4d13-8daa-2f6fa7a35b39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfeae9813ca0bb8caa7e19efe198198d5a3de14c" 2018-10-26 09:51:57,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3123 X-Openstack-Request-Id: req-5b8212b7-891a-4f20-9046-50e6111929eb Date: Fri, 26 Oct 2018 09:51:57 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:51:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"cee0b431-54ff-48ca-9cc9-514aafc8acd7","ip_address":"10.55.0.3"}],"id":"31c17594-c081-4c6e-a913-d2486ac30b8d","security_groups":[],"mac_address":"fa:16:3e:82:97:db","project_id":"7699eae778a54caba344e6932cbf1361","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"af96e1b9-1da5-4d13-8daa-2f6fa7a35b39","tenant_id":"7699eae778a54caba344e6932cbf1361","created_at":"2018-10-26T09:51:39Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-af96e1b9-1da5-4d13-8daa-2f6fa7a35b39"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:51:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"cee0b431-54ff-48ca-9cc9-514aafc8acd7","ip_address":"10.55.0.4"}],"id":"49d60028-5739-440e-9368-6741554bea2f","security_groups":[],"mac_address":"fa:16:3e:cc:c2:99","project_id":"7699eae778a54caba344e6932cbf1361","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"af96e1b9-1da5-4d13-8daa-2f6fa7a35b39","tenant_id":"7699eae778a54caba344e6932cbf1361","created_at":"2018-10-26T09:51:40Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-af96e1b9-1da5-4d13-8daa-2f6fa7a35b39"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:51:54Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"cee0b431-54ff-48ca-9cc9-514aafc8acd7","ip_address":"10.55.0.101"}],"id":"b3417e8c-1d1a-433c-8b2d-4ba537a53154","security_groups":["baad9ee8-20b0-43e6-ba96-3e0952c10362"],"mac_address":"0a:1b:2c:3d:4e:5f","project_id":"7699eae778a54caba344e6932cbf1361","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4port-1","admin_state_up":true,"network_id":"af96e1b9-1da5-4d13-8daa-2f6fa7a35b39","tenant_id":"7699eae778a54caba344e6932cbf1361","created_at":"2018-10-26T09:51:45Z","binding:vnic_type":"normal","device_id":"830ea516-9687-462d-b5cb-47a293ec8cca"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:51:40Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"cee0b431-54ff-48ca-9cc9-514aafc8acd7","ip_address":"10.55.0.2"}],"id":"dd65bae5-4494-4ff5-8a94-84a6ddac62f5","security_groups":[],"mac_address":"fa:16:3e:c1:2b:57","project_id":"7699eae778a54caba344e6932cbf1361","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"af96e1b9-1da5-4d13-8daa-2f6fa7a35b39","tenant_id":"7699eae778a54caba344e6932cbf1361","created_at":"2018-10-26T09:51:39Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-af96e1b9-1da5-4d13-8daa-2f6fa7a35b39"}]} 2018-10-26 09:51:57,295 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=af96e1b9-1da5-4d13-8daa-2f6fa7a35b39 used request id req-5b8212b7-891a-4f20-9046-50e6111929eb 2018-10-26 09:51:57,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=af96e1b9-1da5-4d13-8daa-2f6fa7a35b39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfeae9813ca0bb8caa7e19efe198198d5a3de14c" 2018-10-26 09:51:57,399 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-9987a61e-b684-4ce6-afe1-8a88403ffbbb Date: Fri, 26 Oct 2018 09:51: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":["cee0b431-54ff-48ca-9cc9-514aafc8acd7"],"updated_at":"2018-10-26T09:51:38Z","tenant_id":"7699eae778a54caba344e6932cbf1361","created_at":"2018-10-26T09:51:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7699eae778a54caba344e6932cbf1361","id":"af96e1b9-1da5-4d13-8daa-2f6fa7a35b39","name":"CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-pub-net"}]} 2018-10-26 09:51:57,399 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=af96e1b9-1da5-4d13-8daa-2f6fa7a35b39 used request id req-9987a61e-b684-4ce6-afe1-8a88403ffbbb 2018-10-26 09:51:57,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=af96e1b9-1da5-4d13-8daa-2f6fa7a35b39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfeae9813ca0bb8caa7e19efe198198d5a3de14c" 2018-10-26 09:51:57,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-ad13c0c9-f8c9-495b-925d-742d79584a1a Date: Fri, 26 Oct 2018 09:51:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"af96e1b9-1da5-4d13-8daa-2f6fa7a35b39","tenant_id":"7699eae778a54caba344e6932cbf1361","created_at":"2018-10-26T09:51:38Z","dns_nameservers":[],"updated_at":"2018-10-26T09:51: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":"7699eae778a54caba344e6932cbf1361","id":"cee0b431-54ff-48ca-9cc9-514aafc8acd7","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-pub-subnet"}]} 2018-10-26 09:51:57,459 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=af96e1b9-1da5-4d13-8daa-2f6fa7a35b39 used request id req-ad13c0c9-f8c9-495b-925d-742d79584a1a 2018-10-26 09:51:57,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=af96e1b9-1da5-4d13-8daa-2f6fa7a35b39&name=CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfeae9813ca0bb8caa7e19efe198198d5a3de14c" 2018-10-26 09:51:57,679 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-f2d0448f-347d-4f8e-8c38-6ceef9f7bd6c Date: Fri, 26 Oct 2018 09:51:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"af96e1b9-1da5-4d13-8daa-2f6fa7a35b39","tenant_id":"7699eae778a54caba344e6932cbf1361","created_at":"2018-10-26T09:51:38Z","dns_nameservers":[],"updated_at":"2018-10-26T09:51: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":"7699eae778a54caba344e6932cbf1361","id":"cee0b431-54ff-48ca-9cc9-514aafc8acd7","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-pub-subnet"}]} 2018-10-26 09:51:57,679 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=af96e1b9-1da5-4d13-8daa-2f6fa7a35b39&name=CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-pub-subnet used request id req-f2d0448f-347d-4f8e-8c38-6ceef9f7bd6c 2018-10-26 09:51:57,679 - create_instance - INFO - Deleting Port with ID - b3417e8c-1d1a-433c-8b2d-4ba537a53154 2018-10-26 09:51:57,680 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4port-1 2018-10-26 09:51:57,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/b3417e8c-1d1a-433c-8b2d-4ba537a53154 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfeae9813ca0bb8caa7e19efe198198d5a3de14c" 2018-10-26 09:51:58,361 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e4aabfc2-8560-4b5e-83c7-108139ddfaf9 Date: Fri, 26 Oct 2018 09:51:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:51:58,361 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/b3417e8c-1d1a-433c-8b2d-4ba537a53154 used request id req-e4aabfc2-8560-4b5e-83c7-108139ddfaf9 2018-10-26 09:51:58,361 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-inst 2018-10-26 09:51:58,364 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/830ea516-9687-462d-b5cb-47a293ec8cca -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfeae9813ca0bb8caa7e19efe198198d5a3de14c" 2018-10-26 09:51:58,843 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:51: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-d0984bfd-2318-47cd-93ed-1119ea61f597 x-compute-request-id: req-d0984bfd-2318-47cd-93ed-1119ea61f597 Content-Type: application/json 2018-10-26 09:51:58,843 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/830ea516-9687-462d-b5cb-47a293ec8cca used request id req-d0984bfd-2318-47cd-93ed-1119ea61f597 2018-10-26 09:51:58,843 - create_instance - INFO - Checking deletion status 2018-10-26 09:51:58,847 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/830ea516-9687-462d-b5cb-47a293ec8cca -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfeae9813ca0bb8caa7e19efe198198d5a3de14c" 2018-10-26 09:51:59,096 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:51: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-25ce1a1e-2c94-43e0-8937-994b22f15be4 x-compute-request-id: req-25ce1a1e-2c94-43e0-8937-994b22f15be4 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.21:8774/v2.1/servers/830ea516-9687-462d-b5cb-47a293ec8cca", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/830ea516-9687-462d-b5cb-47a293ec8cca", "rel": "bookmark"}], "image": {"id": "255459b5-5cf9-45af-ad58-44b1111f1de4", "links": [{"href": "http://172.30.9.21:8774/images/255459b5-5cf9-45af-ad58-44b1111f1de4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:51:55.000000", "flavor": {"id": "ed3aa692-b653-4ae8-83be-eacffda4b28b", "links": [{"href": "http://172.30.9.21:8774/flavors/ed3aa692-b653-4ae8-83be-eacffda4b28b", "rel": "bookmark"}]}, "id": "830ea516-9687-462d-b5cb-47a293ec8cca", "user_id": "adc406da07b244d5882da35ede1c2a21", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:51:58Z", "hostId": "ca521e1ed78f99cb1726d30c1ee7b84c79a3bf1ac8e2d085ee1c00c1", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-inst", "created": "2018-10-26T09:51:48Z", "tenant_id": "7699eae778a54caba344e6932cbf1361", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:51:59,096 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/830ea516-9687-462d-b5cb-47a293ec8cca used request id req-25ce1a1e-2c94-43e0-8937-994b22f15be4 2018-10-26 09:51:59,097 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-inst] is - ACTIVE 2018-10-26 09:51:59,097 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:52:02,100 - create_instance - DEBUG - VM status query timeout in 296.743516207 2018-10-26 09:52:02,104 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/830ea516-9687-462d-b5cb-47a293ec8cca -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfeae9813ca0bb8caa7e19efe198198d5a3de14c" 2018-10-26 09:52:02,335 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 09:52:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0a251b4e-c6ec-43c2-9130-37ad1b36775d x-compute-request-id: req-0a251b4e-c6ec-43c2-9130-37ad1b36775d Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 830ea516-9687-462d-b5cb-47a293ec8cca could not be found.", "code": 404}} 2018-10-26 09:52:02,335 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/830ea516-9687-462d-b5cb-47a293ec8cca used request id req-0a251b4e-c6ec-43c2-9130-37ad1b36775d 2018-10-26 09:52:02,335 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 830ea516-9687-462d-b5cb-47a293ec8cca could not be found. (HTTP 404) (Request-ID: req-0a251b4e-c6ec-43c2-9130-37ad1b36775d) 2018-10-26 09:52:02,336 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-inst 2018-10-26 09:52:02,339 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/ed3aa692-b653-4ae8-83be-eacffda4b28b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e587d007e25d83caddfd47db28757c3c4db9ec33" 2018-10-26 09:52:02,395 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:52:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-13481b89-2b1e-426b-9646-b6cfedce21f6 x-compute-request-id: req-13481b89-2b1e-426b-9646-b6cfedce21f6 Content-Length: 0 Content-Type: application/json 2018-10-26 09:52:02,395 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/ed3aa692-b653-4ae8-83be-eacffda4b28b used request id req-13481b89-2b1e-426b-9646-b6cfedce21f6 2018-10-26 09:52:02,396 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-pub-subnet 2018-10-26 09:52:02,396 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-pub-subnet 2018-10-26 09:52:02,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/cee0b431-54ff-48ca-9cc9-514aafc8acd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dced6da8c158bdafbd697c3026665b1168372212" 2018-10-26 09:52:04,758 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d8231805-ff40-4c23-8b50-14d2e34a2a20 Date: Fri, 26 Oct 2018 09:52:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:52:04,758 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/cee0b431-54ff-48ca-9cc9-514aafc8acd7 used request id req-d8231805-ff40-4c23-8b50-14d2e34a2a20 2018-10-26 09:52:04,759 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-pub-net 2018-10-26 09:52:04,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/af96e1b9-1da5-4d13-8daa-2f6fa7a35b39 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dced6da8c158bdafbd697c3026665b1168372212" 2018-10-26 09:52:06,139 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8a01b22f-dbd2-42e8-9a1c-ef5407f92cd6 Date: Fri, 26 Oct 2018 09:52:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:52:06,139 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/af96e1b9-1da5-4d13-8daa-2f6fa7a35b39 used request id req-8a01b22f-dbd2-42e8-9a1c-ef5407f92cd6 2018-10-26 09:52:06,140 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-004ed32e-1b1e-43eb-915e-4c24dc1017a4-image 2018-10-26 09:52:06,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/255459b5-5cf9-45af-ad58-44b1111f1de4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1ca572f77563596951a14806cd812c593f74333d" 2018-10-26 09:52:07,938 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cc39fc4c-3e1f-46e0-aca1-d91f4c4303b1 Date: Fri, 26 Oct 2018 09:52: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-26 09:52:07,939 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/255459b5-5cf9-45af-ad58-44b1111f1de4 used request id req-cc39fc4c-3e1f-46e0-aca1-d91f4c4303b1 2018-10-26 09:52:07,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65a37a67814800e2c57c6403878fadf174cade6d" 2018-10-26 09:52:08,158 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-ebf64782-72e9-49c5-8872-dafdc576fcd4 Date: Fri, 26 Oct 2018 09:52:08 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7699eae778a54caba344e6932cbf1361", "created_at": "2018-10-26T09:51:37Z", "updated_at": "2018-10-26T09:51:37Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:51:37Z", "revision_number": 0, "id": "182cc655-83cf-410b-b077-387c257dc58b", "remote_group_id": "baad9ee8-20b0-43e6-ba96-3e0952c10362", "remote_ip_prefix": null, "created_at": "2018-10-26T09:51:37Z", "security_group_id": "baad9ee8-20b0-43e6-ba96-3e0952c10362", "tenant_id": "7699eae778a54caba344e6932cbf1361", "port_range_min": null, "ethertype": "IPv6", "project_id": "7699eae778a54caba344e6932cbf1361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:51:37Z", "revision_number": 0, "id": "23c65ec7-15c9-41f2-933a-172714e7ceae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:51:37Z", "security_group_id": "baad9ee8-20b0-43e6-ba96-3e0952c10362", "tenant_id": "7699eae778a54caba344e6932cbf1361", "port_range_min": null, "ethertype": "IPv6", "project_id": "7699eae778a54caba344e6932cbf1361"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:51:37Z", "revision_number": 0, "id": "432b0f69-1d3d-4603-b1db-0c30d742366f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:51:37Z", "security_group_id": "baad9ee8-20b0-43e6-ba96-3e0952c10362", "tenant_id": "7699eae778a54caba344e6932cbf1361", "port_range_min": null, "ethertype": "IPv4", "project_id": "7699eae778a54caba344e6932cbf1361"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:51:37Z", "revision_number": 0, "id": "e81a87f2-77a2-4480-9504-2ecc11f39e74", "remote_group_id": "baad9ee8-20b0-43e6-ba96-3e0952c10362", "remote_ip_prefix": null, "created_at": "2018-10-26T09:51:37Z", "security_group_id": "baad9ee8-20b0-43e6-ba96-3e0952c10362", "tenant_id": "7699eae778a54caba344e6932cbf1361", "port_range_min": null, "ethertype": "IPv4", "project_id": "7699eae778a54caba344e6932cbf1361"}], "revision_number": 4, "project_id": "7699eae778a54caba344e6932cbf1361", "id": "baad9ee8-20b0-43e6-ba96-3e0952c10362", "name": "default"}]} 2018-10-26 09:52:08,158 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-ebf64782-72e9-49c5-8872-dafdc576fcd4 2018-10-26 09:52:08,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65a37a67814800e2c57c6403878fadf174cade6d" 2018-10-26 09:52:08,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:52:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ee048a2-1138-49d1-bf18-d3f6a27113c4 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:52:08,247 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-2ee048a2-1138-49d1-bf18-d3f6a27113c4 2018-10-26 09:52:08,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65a37a67814800e2c57c6403878fadf174cade6d" 2018-10-26 09:52:08,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:52:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7716223-7a8e-43c3-bd3d-0f328335f038 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:52:08,339 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-a7716223-7a8e-43c3-bd3d-0f328335f038 2018-10-26 09:52:08,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65a37a67814800e2c57c6403878fadf174cade6d" 2018-10-26 09:52:08,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:52:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ed1927c-9f0a-4288-b6bb-231c6ac14fc6 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:52:08,430 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-2ed1927c-9f0a-4288-b6bb-231c6ac14fc6 2018-10-26 09:52:08,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7699eae778a54caba344e6932cbf1361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65a37a67814800e2c57c6403878fadf174cade6d" 2018-10-26 09:52:08,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:52:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ee50798-8176-48d8-a6f3-321c9926abdb Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/7699eae778a54caba344e6932cbf1361"}, "enabled": true, "id": "7699eae778a54caba344e6932cbf1361", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-70a766a9-b236-4a3-proj"}} 2018-10-26 09:52:08,615 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7699eae778a54caba344e6932cbf1361 used request id req-3ee50798-8176-48d8-a6f3-321c9926abdb 2018-10-26 09:52:08,616 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - baad9ee8-20b0-43e6-ba96-3e0952c10362 2018-10-26 09:52:08,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=baad9ee8-20b0-43e6-ba96-3e0952c10362 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65a37a67814800e2c57c6403878fadf174cade6d" 2018-10-26 09:52:08,797 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-71f9b685-8813-47db-9f6f-dae26c2f961b Date: Fri, 26 Oct 2018 09:52:08 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "baad9ee8-20b0-43e6-ba96-3e0952c10362", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:51:37Z", "security_group_id": "baad9ee8-20b0-43e6-ba96-3e0952c10362", "port_range_min": null, "revision_number": 0, "tenant_id": "7699eae778a54caba344e6932cbf1361", "created_at": "2018-10-26T09:51:37Z", "project_id": "7699eae778a54caba344e6932cbf1361", "id": "182cc655-83cf-410b-b077-387c257dc58b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:51:37Z", "security_group_id": "baad9ee8-20b0-43e6-ba96-3e0952c10362", "port_range_min": null, "revision_number": 0, "tenant_id": "7699eae778a54caba344e6932cbf1361", "created_at": "2018-10-26T09:51:37Z", "project_id": "7699eae778a54caba344e6932cbf1361", "id": "23c65ec7-15c9-41f2-933a-172714e7ceae"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:51:37Z", "security_group_id": "baad9ee8-20b0-43e6-ba96-3e0952c10362", "port_range_min": null, "revision_number": 0, "tenant_id": "7699eae778a54caba344e6932cbf1361", "created_at": "2018-10-26T09:51:37Z", "project_id": "7699eae778a54caba344e6932cbf1361", "id": "432b0f69-1d3d-4603-b1db-0c30d742366f"}, {"remote_group_id": "baad9ee8-20b0-43e6-ba96-3e0952c10362", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:51:37Z", "security_group_id": "baad9ee8-20b0-43e6-ba96-3e0952c10362", "port_range_min": null, "revision_number": 0, "tenant_id": "7699eae778a54caba344e6932cbf1361", "created_at": "2018-10-26T09:51:37Z", "project_id": "7699eae778a54caba344e6932cbf1361", "id": "e81a87f2-77a2-4480-9504-2ecc11f39e74"}]} 2018-10-26 09:52:08,797 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=baad9ee8-20b0-43e6-ba96-3e0952c10362 used request id req-71f9b685-8813-47db-9f6f-dae26c2f961b 2018-10-26 09:52:08,798 - neutron_utils - INFO - Deleting security group with name - default 2018-10-26 09:52:08,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/baad9ee8-20b0-43e6-ba96-3e0952c10362 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65a37a67814800e2c57c6403878fadf174cade6d" 2018-10-26 09:52:09,242 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b0a8ed51-b05c-44a3-b4c4-49a3ad1e6bdf Content-Length: 0 Date: Fri, 26 Oct 2018 09:52:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:52:09,242 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/baad9ee8-20b0-43e6-ba96-3e0952c10362 used request id req-b0a8ed51-b05c-44a3-b4c4-49a3ad1e6bdf 2018-10-26 09:52:09,243 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-70a766a9-b236-4a3-proj 2018-10-26 09:52:09,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/7699eae778a54caba344e6932cbf1361 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65a37a67814800e2c57c6403878fadf174cade6d" 2018-10-26 09:52:09,437 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:52:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4a8c38a0-e17f-4d69-a29a-7c34d4e31b4b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:52:09,438 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/7699eae778a54caba344e6932cbf1361 used request id req-4a8c38a0-e17f-4d69-a29a-7c34d4e31b4b 2018-10-26 09:52:09,438 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-70a766a9-b236-4a3-proj-role 2018-10-26 09:52:09,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/b33a80d9f312408e8e3a5202d781bd76 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65a37a67814800e2c57c6403878fadf174cade6d" 2018-10-26 09:52:09,553 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:52:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8d841be3-339f-4854-bf7b-59f6b5b5c42a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:52:09,554 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/b33a80d9f312408e8e3a5202d781bd76 used request id req-8d841be3-339f-4854-bf7b-59f6b5b5c42a 2018-10-26 09:52:09,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65a37a67814800e2c57c6403878fadf174cade6d" 2018-10-26 09:52:09,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:52:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f182d633-e511-4229-847e-b3fa27d20687 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:52:09,640 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-f182d633-e511-4229-847e-b3fa27d20687 2018-10-26 09:52:09,641 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-70a766a9-b236-4a3-user 2018-10-26 09:52:09,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/adc406da07b244d5882da35ede1c2a21 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05774524509401b9bfa0e5bd91a6a1b4cd99804e" 2018-10-26 09:52:09,812 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:52:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a521f01b-ecce-4cf9-a131-3209ec12d8fe Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:52:09,812 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/adc406da07b244d5882da35ede1c2a21 used request id req-a521f01b-ecce-4cf9-a131-3209ec12d8fe 2018-10-26 09:52:09,814 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:52:10,198 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:52:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["2u8xau-NQjKi3ywFoNtGNw"], "issued_at": "2018-10-26T09:52:10.000000Z"}} 2018-10-26 09:52:10,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8ade5b3b4cb9f815b5dd87182d107fe49372cf9" 2018-10-26 09:52:10,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:52:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be5110a6-a5c1-4862-855d-f030d2a4d479 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:52:10,285 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-be5110a6-a5c1-4862-855d-f030d2a4d479 2018-10-26 09:52:10,286 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:52:10,287 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:52:10,670 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:52:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["Tinw6kAwQBCUe-vJT4M-Ww"], "issued_at": "2018-10-26T09:52:10.000000Z"}} 2018-10-26 09:52:10,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6bddd066dabff535a8fb7e0c7ed30ae978fcc56" 2018-10-26 09:52:10,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:52:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee4262e1-b6dc-4a5b-8ac1-18b8f206d257 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:52:10,757 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ee4262e1-b6dc-4a5b-8ac1-18b8f206d257 2018-10-26 09:52:10,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:52:10,767 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:52: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:52:10,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-20e099a1-e16c-45c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6bddd066dabff535a8fb7e0c7ed30ae978fcc56" 2018-10-26 09:52:10,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:52:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-571a286a-dc59-4cf7-923f-df4ec60aefd3 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-20e099a1-e16c-45c-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:52:10,858 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-20e099a1-e16c-45c-proj used request id req-571a286a-dc59-4cf7-923f-df4ec60aefd3 2018-10-26 09:52:10,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6bddd066dabff535a8fb7e0c7ed30ae978fcc56" 2018-10-26 09:52:10,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:52:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d0a08cf-a4ef-4653-90d4-f1400d33d568 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:52:10,946 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-9d0a08cf-a4ef-4653-90d4-f1400d33d568 2018-10-26 09:52:10,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6bddd066dabff535a8fb7e0c7ed30ae978fcc56" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-20e099a1-e16c-45c-proj"}}' 2018-10-26 09:52:11,075 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:52:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-35d66a16-8493-4f39-90cc-e88dab29c642 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/1184da203a6f47f994a73285f8948046"}, "enabled": true, "id": "1184da203a6f47f994a73285f8948046", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-20e099a1-e16c-45c-proj"}} 2018-10-26 09:52:11,076 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-35d66a16-8493-4f39-90cc-e88dab29c642 2018-10-26 09:52:11,076 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-20e099a1-e16c-45c-proj 2018-10-26 09:52:11,076 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:52:11,077 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:52:11,465 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:52:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["UW2g4qGaSAqMjq2xMPHR4A"], "issued_at": "2018-10-26T09:52:11.000000Z"}} 2018-10-26 09:52:11,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6051510456844aad8132d67ce9a2a6904512314" 2018-10-26 09:52:11,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:52:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0fb887e5-9f81-4ee0-87ed-4851cc84f416 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:52:11,478 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-0fb887e5-9f81-4ee0-87ed-4851cc84f416 2018-10-26 09:52:11,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:52:11,486 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:52:11,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6051510456844aad8132d67ce9a2a6904512314" 2018-10-26 09:52:11,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:52:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d0a1433-cb8f-4c5f-9a4b-271f40d28c99 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:52:11,596 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-0d0a1433-cb8f-4c5f-9a4b-271f40d28c99 2018-10-26 09:52:11,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-20e099a1-e16c-45c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6051510456844aad8132d67ce9a2a6904512314" 2018-10-26 09:52:11,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:52:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c1accb6-09eb-4307-b3f8-291bfe9f4f51 Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-20e099a1-e16c-45c-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/1184da203a6f47f994a73285f8948046"}, "enabled": true, "id": "1184da203a6f47f994a73285f8948046", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-20e099a1-e16c-45c-proj"}]} 2018-10-26 09:52:11,692 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-20e099a1-e16c-45c-proj used request id req-6c1accb6-09eb-4307-b3f8-291bfe9f4f51 2018-10-26 09:52:11,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6051510456844aad8132d67ce9a2a6904512314" 2018-10-26 09:52:11,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:52:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cea7655d-6c4e-45a7-862a-4d7dcab84f47 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:52:11,779 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-cea7655d-6c4e-45a7-862a-4d7dcab84f47 2018-10-26 09:52:12,147 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-20e099a1-e16c-45c-user 2018-10-26 09:52:12,148 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:52:12,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6bddd066dabff535a8fb7e0c7ed30ae978fcc56" 2018-10-26 09:52:12,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:52:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d54986e-a903-4fb7-8cc4-c8007eb37d82 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:52:12,260 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-5d54986e-a903-4fb7-8cc4-c8007eb37d82 2018-10-26 09:52:12,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6bddd066dabff535a8fb7e0c7ed30ae978fcc56" -d '{"role": {"name": "CreateInstancePortManipulationTests-20e099a1-e16c-45c-proj-role"}}' 2018-10-26 09:52:12,380 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:52:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e65607ed-9127-47c4-ac63-fd0c8d156d63 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c7af7706d6924a9c88ceb1db09c668d4", "links": {"self": "http://172.30.9.21:5000/v3/roles/c7af7706d6924a9c88ceb1db09c668d4"}, "name": "CreateInstancePortManipulationTests-20e099a1-e16c-45c-proj-role"}} 2018-10-26 09:52:12,380 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-e65607ed-9127-47c4-ac63-fd0c8d156d63 2018-10-26 09:52:12,381 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-20e099a1-e16c-45c-proj-role 2018-10-26 09:52:12,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/c7af7706d6924a9c88ceb1db09c668d4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6bddd066dabff535a8fb7e0c7ed30ae978fcc56" 2018-10-26 09:52:12,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:52:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aba6fdad-df9e-417b-8c16-74756439f6bb Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/c7af7706d6924a9c88ceb1db09c668d4"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-20e099a1-e16c-45c-proj-role", "id": "c7af7706d6924a9c88ceb1db09c668d4"}} 2018-10-26 09:52:12,473 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/c7af7706d6924a9c88ceb1db09c668d4 used request id req-aba6fdad-df9e-417b-8c16-74756439f6bb 2018-10-26 09:52:12,473 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-20e099a1-e16c-45c-proj-role to project CreateInstancePortManipulationTests-20e099a1-e16c-45c-proj 2018-10-26 09:52:12,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/1184da203a6f47f994a73285f8948046/users/11e4494d3c794421b3cf3cb37692157e/roles/c7af7706d6924a9c88ceb1db09c668d4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6bddd066dabff535a8fb7e0c7ed30ae978fcc56" 2018-10-26 09:52:12,610 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:52:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c818c0ce-b476-45d9-acc3-dafc3762ea8c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:52:12,611 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/1184da203a6f47f994a73285f8948046/users/11e4494d3c794421b3cf3cb37692157e/roles/c7af7706d6924a9c88ceb1db09c668d4 used request id req-c818c0ce-b476-45d9-acc3-dafc3762ea8c 2018-10-26 09:52:12,611 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-26 09:52:12,611 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:52:12,612 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:52:13,076 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c7af7706d6924a9c88ceb1db09c668d4", "name": "CreateInstancePortManipulationTests-20e099a1-e16c-45c-proj-role"}], "expires_at": "2018-10-26T10:52:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1184da203a6f47f994a73285f8948046", "name": "CreateInstancePortManipulationTests-20e099a1-e16c-45c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/1184da203a6f47f994a73285f8948046", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/1184da203a6f47f994a73285f8948046", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/1184da203a6f47f994a73285f8948046", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/1184da203a6f47f994a73285f8948046", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/1184da203a6f47f994a73285f8948046", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/1184da203a6f47f994a73285f8948046", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/1184da203a6f47f994a73285f8948046", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/1184da203a6f47f994a73285f8948046", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/1184da203a6f47f994a73285f8948046", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/1184da203a6f47f994a73285f8948046", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/1184da203a6f47f994a73285f8948046", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/1184da203a6f47f994a73285f8948046", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-20e099a1-e16c-45c-user", "id": "11e4494d3c794421b3cf3cb37692157e"}, "audit_ids": ["lL6GYqOvQla7RtWC4h3YRA"], "issued_at": "2018-10-26T09:52:13.000000Z"}} 2018-10-26 09:52:13,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e62004a1879015b8f2fcee95edbfeff7ad26d35f" 2018-10-26 09:52:13,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:52:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d12bd9e9-3905-4449-8798-a5706076adaf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:52:13,151 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d12bd9e9-3905-4449-8798-a5706076adaf 2018-10-26 09:52:13,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e62004a1879015b8f2fcee95edbfeff7ad26d35f" 2018-10-26 09:52:13,325 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-3c0cc7ce-7217-4980-935e-76d119e51013 Date: Fri, 26 Oct 2018 09:52:13 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-image"} 2018-10-26 09:52:13,325 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-image used request id req-3c0cc7ce-7217-4980-935e-76d119e51013 2018-10-26 09:52:13,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e62004a1879015b8f2fcee95edbfeff7ad26d35f" 2018-10-26 09:52:13,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-06bbbef8-6fbd-4e0b-a7f6-3c1a33523a21 Date: Fri, 26 Oct 2018 09:52: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-26 09:52:13,485 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-06bbbef8-6fbd-4e0b-a7f6-3c1a33523a21 2018-10-26 09:52:13,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e62004a1879015b8f2fcee95edbfeff7ad26d35f" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-image"}' 2018-10-26 09:52:13,694 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/29096a4d-ee57-4ff5-a6c5-4d905bfe8f6f X-Openstack-Request-Id: req-3797b9ca-2327-47d8-8eba-3e57a6f4ae01 Date: Fri, 26 Oct 2018 09:52:13 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:52:13Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-26T09:52:13Z", "visibility": "shared", "locations": [], "self": "/v2/images/29096a4d-ee57-4ff5-a6c5-4d905bfe8f6f", "min_disk": 0, "protected": false, "id": "29096a4d-ee57-4ff5-a6c5-4d905bfe8f6f", "file": "/v2/images/29096a4d-ee57-4ff5-a6c5-4d905bfe8f6f/file", "checksum": null, "owner": "1184da203a6f47f994a73285f8948046", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:52:13,694 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-3797b9ca-2327-47d8-8eba-3e57a6f4ae01 2018-10-26 09:52:13,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/29096a4d-ee57-4ff5-a6c5-4d905bfe8f6f/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e62004a1879015b8f2fcee95edbfeff7ad26d35f" -d '' 2018-10-26 09:52:15,438 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cee38724-29fb-492c-a6a6-fd4ce7465790 Date: Fri, 26 Oct 2018 09:52: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-26 09:52:15,438 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/29096a4d-ee57-4ff5-a6c5-4d905bfe8f6f/file used request id req-cee38724-29fb-492c-a6a6-fd4ce7465790 2018-10-26 09:52:15,438 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 09:52:15,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/29096a4d-ee57-4ff5-a6c5-4d905bfe8f6f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e62004a1879015b8f2fcee95edbfeff7ad26d35f" 2018-10-26 09:52:15,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-85989002-39c0-4ac3-ac47-81c6b4743db3 Date: Fri, 26 Oct 2018 09:52:15 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:52:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:52:15Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/29096a4d-ee57-4ff5-a6c5-4d905bfe8f6f/snap", "metadata": {}}], "self": "/v2/images/29096a4d-ee57-4ff5-a6c5-4d905bfe8f6f", "min_disk": 0, "protected": false, "id": "29096a4d-ee57-4ff5-a6c5-4d905bfe8f6f", "file": "/v2/images/29096a4d-ee57-4ff5-a6c5-4d905bfe8f6f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1184da203a6f47f994a73285f8948046", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/29096a4d-ee57-4ff5-a6c5-4d905bfe8f6f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:52:15,606 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/29096a4d-ee57-4ff5-a6c5-4d905bfe8f6f used request id req-85989002-39c0-4ac3-ac47-81c6b4743db3 2018-10-26 09:52:15,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e62004a1879015b8f2fcee95edbfeff7ad26d35f" 2018-10-26 09:52:15,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c76c5141-9b0a-49be-8a6d-39da2ae6b6bc Date: Fri, 26 Oct 2018 09:52: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-26 09:52:15,762 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-c76c5141-9b0a-49be-8a6d-39da2ae6b6bc 2018-10-26 09:52:15,764 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-image 2018-10-26 09:52:15,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/29096a4d-ee57-4ff5-a6c5-4d905bfe8f6f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e62004a1879015b8f2fcee95edbfeff7ad26d35f" 2018-10-26 09:52:15,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-19e299dd-1eed-4a3c-88b9-183eb6a372cf Date: Fri, 26 Oct 2018 09:52:15 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:52:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:52:15Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/29096a4d-ee57-4ff5-a6c5-4d905bfe8f6f/snap", "metadata": {}}], "self": "/v2/images/29096a4d-ee57-4ff5-a6c5-4d905bfe8f6f", "min_disk": 0, "protected": false, "id": "29096a4d-ee57-4ff5-a6c5-4d905bfe8f6f", "file": "/v2/images/29096a4d-ee57-4ff5-a6c5-4d905bfe8f6f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1184da203a6f47f994a73285f8948046", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/29096a4d-ee57-4ff5-a6c5-4d905bfe8f6f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:52:15,916 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/29096a4d-ee57-4ff5-a6c5-4d905bfe8f6f used request id req-19e299dd-1eed-4a3c-88b9-183eb6a372cf 2018-10-26 09:52:15,917 - create_image - DEBUG - Instance status is - active 2018-10-26 09:52:15,917 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-image 2018-10-26 09:52:15,917 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-image 2018-10-26 09:52:15,917 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:52:15,918 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:52:16,295 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c7af7706d6924a9c88ceb1db09c668d4", "name": "CreateInstancePortManipulationTests-20e099a1-e16c-45c-proj-role"}], "expires_at": "2018-10-26T10:52:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1184da203a6f47f994a73285f8948046", "name": "CreateInstancePortManipulationTests-20e099a1-e16c-45c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/1184da203a6f47f994a73285f8948046", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/1184da203a6f47f994a73285f8948046", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/1184da203a6f47f994a73285f8948046", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/1184da203a6f47f994a73285f8948046", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/1184da203a6f47f994a73285f8948046", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/1184da203a6f47f994a73285f8948046", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/1184da203a6f47f994a73285f8948046", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/1184da203a6f47f994a73285f8948046", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/1184da203a6f47f994a73285f8948046", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/1184da203a6f47f994a73285f8948046", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/1184da203a6f47f994a73285f8948046", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/1184da203a6f47f994a73285f8948046", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-20e099a1-e16c-45c-user", "id": "11e4494d3c794421b3cf3cb37692157e"}, "audit_ids": ["e7aslPyKR5-7lFT8aBeqLA"], "issued_at": "2018-10-26T09:52:16.000000Z"}} 2018-10-26 09:52:16,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f4d68dc2aefcfa29d33ba11958d48b50a240a2c" 2018-10-26 09:52:16,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:52:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be01190c-d738-43a5-b8b1-ce1ecc7bda7d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:52:16,386 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-be01190c-d738-43a5-b8b1-ce1ecc7bda7d 2018-10-26 09:52:16,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f4d68dc2aefcfa29d33ba11958d48b50a240a2c" 2018-10-26 09:52:16,581 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-5f596465-0db1-4f7f-b37a-3e78f29ab2d6 Date: Fri, 26 Oct 2018 09:52:16 GMT RESP BODY: {"networks":[]} 2018-10-26 09:52:16,581 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-pub-net used request id req-5f596465-0db1-4f7f-b37a-3e78f29ab2d6 2018-10-26 09:52:16,582 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-pub-net 2018-10-26 09:52:16,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f4d68dc2aefcfa29d33ba11958d48b50a240a2c" -d '{"network": {"name": "CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-pub-net", "admin_state_up": true}}' 2018-10-26 09:52:17,168 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-849ccc7f-ffc8-4a35-b330-55bf17d6dbba Date: Fri, 26 Oct 2018 09:52:17 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"35ef80c4-5c4a-441d-b511-e901ac1e6a9b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1184da203a6f47f994a73285f8948046","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T09:52:17Z","is_default":false,"name":"CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"1184da203a6f47f994a73285f8948046","created_at":"2018-10-26T09:52:16Z","mtu":1450}} 2018-10-26 09:52:17,169 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-849ccc7f-ffc8-4a35-b330-55bf17d6dbba 2018-10-26 09:52:17,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=35ef80c4-5c4a-441d-b511-e901ac1e6a9b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f4d68dc2aefcfa29d33ba11958d48b50a240a2c" 2018-10-26 09:52:17,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-f2959569-125c-4f9a-b449-ae70d48357d5 Date: Fri, 26 Oct 2018 09:52: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-26T09:52:17Z","tenant_id":"1184da203a6f47f994a73285f8948046","created_at":"2018-10-26T09:52:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1184da203a6f47f994a73285f8948046","id":"35ef80c4-5c4a-441d-b511-e901ac1e6a9b","name":"CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-pub-net"}]} 2018-10-26 09:52:17,395 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=35ef80c4-5c4a-441d-b511-e901ac1e6a9b used request id req-f2959569-125c-4f9a-b449-ae70d48357d5 2018-10-26 09:52:17,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=35ef80c4-5c4a-441d-b511-e901ac1e6a9b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f4d68dc2aefcfa29d33ba11958d48b50a240a2c" 2018-10-26 09:52:17,601 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b0af23e7-ce47-4e8d-96f5-d7354440430f Date: Fri, 26 Oct 2018 09:52:17 GMT RESP BODY: {"subnets":[]} 2018-10-26 09:52:17,601 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=35ef80c4-5c4a-441d-b511-e901ac1e6a9b used request id req-b0af23e7-ce47-4e8d-96f5-d7354440430f 2018-10-26 09:52:17,602 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-pub-subnet 2018-10-26 09:52:17,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f4d68dc2aefcfa29d33ba11958d48b50a240a2c" -d '{"subnets": [{"ip_version": 4, "network_id": "35ef80c4-5c4a-441d-b511-e901ac1e6a9b", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-pub-subnet"}]}' 2018-10-26 09:52:18,385 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-c2c982a3-c934-48cd-9967-247ef4cb8c68 Date: Fri, 26 Oct 2018 09:52:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"35ef80c4-5c4a-441d-b511-e901ac1e6a9b","tenant_id":"1184da203a6f47f994a73285f8948046","created_at":"2018-10-26T09:52:17Z","dns_nameservers":[],"updated_at":"2018-10-26T09:52: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":"1184da203a6f47f994a73285f8948046","id":"9b19d455-22dd-495b-bedc-c3253fd76fed","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-pub-subnet"}]} 2018-10-26 09:52:18,385 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-c2c982a3-c934-48cd-9967-247ef4cb8c68 2018-10-26 09:52:18,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=35ef80c4-5c4a-441d-b511-e901ac1e6a9b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f4d68dc2aefcfa29d33ba11958d48b50a240a2c" 2018-10-26 09:52:18,634 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-f74d6501-59e7-4c26-9779-980096583a73 Date: Fri, 26 Oct 2018 09:52: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":["9b19d455-22dd-495b-bedc-c3253fd76fed"],"updated_at":"2018-10-26T09:52:17Z","tenant_id":"1184da203a6f47f994a73285f8948046","created_at":"2018-10-26T09:52:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1184da203a6f47f994a73285f8948046","id":"35ef80c4-5c4a-441d-b511-e901ac1e6a9b","name":"CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-pub-net"}]} 2018-10-26 09:52:18,634 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=35ef80c4-5c4a-441d-b511-e901ac1e6a9b used request id req-f74d6501-59e7-4c26-9779-980096583a73 2018-10-26 09:52:18,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=35ef80c4-5c4a-441d-b511-e901ac1e6a9b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f4d68dc2aefcfa29d33ba11958d48b50a240a2c" 2018-10-26 09:52:18,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-6170d6cb-ed4d-4e87-8209-6c8410f77633 Date: Fri, 26 Oct 2018 09:52:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"35ef80c4-5c4a-441d-b511-e901ac1e6a9b","tenant_id":"1184da203a6f47f994a73285f8948046","created_at":"2018-10-26T09:52:17Z","dns_nameservers":[],"updated_at":"2018-10-26T09:52: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":"1184da203a6f47f994a73285f8948046","id":"9b19d455-22dd-495b-bedc-c3253fd76fed","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-pub-subnet"}]} 2018-10-26 09:52:18,857 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=35ef80c4-5c4a-441d-b511-e901ac1e6a9b used request id req-6170d6cb-ed4d-4e87-8209-6c8410f77633 2018-10-26 09:52:18,857 - OpenStackNetwork - DEBUG - Network [35ef80c4-5c4a-441d-b511-e901ac1e6a9b] created successfully 2018-10-26 09:52:18,857 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:52:18,858 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:52:19,240 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:52:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["ElxWSTJkRPOppCezYYpW7w"], "issued_at": "2018-10-26T09:52:19.000000Z"}} 2018-10-26 09:52:19,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b7537528d694e1d0deb3c39d2d08d2fb545d929" 2018-10-26 09:52:19,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:52:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c689a080-55c6-4034-9aef-61952206f757 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:52:19,324 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c689a080-55c6-4034-9aef-61952206f757 2018-10-26 09:52:19,325 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:52:19,330 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b7537528d694e1d0deb3c39d2d08d2fb545d929" 2018-10-26 09:52:19,510 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:52:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d63d1563-c5b2-4f9d-b5cb-3cdfa3207251 x-compute-request-id: req-d63d1563-c5b2-4f9d-b5cb-3cdfa3207251 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-26 09:52:19,510 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-d63d1563-c5b2-4f9d-b5cb-3cdfa3207251 2018-10-26 09:52:19,514 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b7537528d694e1d0deb3c39d2d08d2fb545d929" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-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-26 09:52:19,602 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:52:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0a636705-132a-401d-826e-7a4ab61f55a6 x-compute-request-id: req-0a636705-132a-401d-826e-7a4ab61f55a6 Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/15077c3c-ad7e-4551-a8f1-5e13d23dd968", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/15077c3c-ad7e-4551-a8f1-5e13d23dd968", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "15077c3c-ad7e-4551-a8f1-5e13d23dd968", "name": "CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 09:52:19,603 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-0a636705-132a-401d-826e-7a4ab61f55a6 2018-10-26 09:52:19,603 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:52:19,604 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:52:19,974 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c7af7706d6924a9c88ceb1db09c668d4", "name": "CreateInstancePortManipulationTests-20e099a1-e16c-45c-proj-role"}], "expires_at": "2018-10-26T10:52:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1184da203a6f47f994a73285f8948046", "name": "CreateInstancePortManipulationTests-20e099a1-e16c-45c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/1184da203a6f47f994a73285f8948046", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/1184da203a6f47f994a73285f8948046", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/1184da203a6f47f994a73285f8948046", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/1184da203a6f47f994a73285f8948046", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/1184da203a6f47f994a73285f8948046", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/1184da203a6f47f994a73285f8948046", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/1184da203a6f47f994a73285f8948046", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/1184da203a6f47f994a73285f8948046", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/1184da203a6f47f994a73285f8948046", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/1184da203a6f47f994a73285f8948046", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/1184da203a6f47f994a73285f8948046", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/1184da203a6f47f994a73285f8948046", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-20e099a1-e16c-45c-user", "id": "11e4494d3c794421b3cf3cb37692157e"}, "audit_ids": ["ZuFuizm7SwKS5fjlZhIViQ"], "issued_at": "2018-10-26T09:52:19.000000Z"}} 2018-10-26 09:52:19,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edb9324f76de60be1431248af2e417a9683619f4" 2018-10-26 09:52:20,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:52:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52e714a2-8018-45bb-b00b-6ab61d8250ea Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:52:20,051 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-52e714a2-8018-45bb-b00b-6ab61d8250ea 2018-10-26 09:52:20,052 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:52:20,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edb9324f76de60be1431248af2e417a9683619f4" 2018-10-26 09:52:20,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:52:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-491459bc-801a-4ac5-9acf-a61be9061c41 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:52:20,131 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-491459bc-801a-4ac5-9acf-a61be9061c41 2018-10-26 09:52:20,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edb9324f76de60be1431248af2e417a9683619f4" 2018-10-26 09:52:20,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-7e8e0574-6f13-4bd1-a9b0-6746ee8b2d55 Date: Fri, 26 Oct 2018 09:52: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":["9b19d455-22dd-495b-bedc-c3253fd76fed"],"updated_at":"2018-10-26T09:52:17Z","tenant_id":"1184da203a6f47f994a73285f8948046","created_at":"2018-10-26T09:52:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1184da203a6f47f994a73285f8948046","id":"35ef80c4-5c4a-441d-b511-e901ac1e6a9b","name":"CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-pub-net"}]} 2018-10-26 09:52:20,377 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-pub-net used request id req-7e8e0574-6f13-4bd1-a9b0-6746ee8b2d55 2018-10-26 09:52:20,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:52:20,385 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:52: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:52:20,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/1184da203a6f47f994a73285f8948046 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edb9324f76de60be1431248af2e417a9683619f4" 2018-10-26 09:52:20,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:52:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd8b7811-f119-4ef0-a7bf-396fe2bf6407 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/1184da203a6f47f994a73285f8948046"}, "enabled": true, "id": "1184da203a6f47f994a73285f8948046", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-20e099a1-e16c-45c-proj"}} 2018-10-26 09:52:20,473 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/1184da203a6f47f994a73285f8948046 used request id req-bd8b7811-f119-4ef0-a7bf-396fe2bf6407 2018-10-26 09:52:20,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=35ef80c4-5c4a-441d-b511-e901ac1e6a9b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edb9324f76de60be1431248af2e417a9683619f4" 2018-10-26 09:52:20,697 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-20619e3d-811b-4ae6-b40c-fba29f2ce4db Date: Fri, 26 Oct 2018 09:52:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"35ef80c4-5c4a-441d-b511-e901ac1e6a9b","tenant_id":"1184da203a6f47f994a73285f8948046","created_at":"2018-10-26T09:52:17Z","dns_nameservers":[],"updated_at":"2018-10-26T09:52: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":"1184da203a6f47f994a73285f8948046","id":"9b19d455-22dd-495b-bedc-c3253fd76fed","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-pub-subnet"}]} 2018-10-26 09:52:20,697 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=35ef80c4-5c4a-441d-b511-e901ac1e6a9b used request id req-20619e3d-811b-4ae6-b40c-fba29f2ce4db 2018-10-26 09:52:20,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=35ef80c4-5c4a-441d-b511-e901ac1e6a9b&name=CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938cport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edb9324f76de60be1431248af2e417a9683619f4" 2018-10-26 09:52:20,882 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-6ab75c19-ac5c-45dc-82a5-d2bc04411f68 Date: Fri, 26 Oct 2018 09:52:20 GMT RESP BODY: {"ports":[]} 2018-10-26 09:52:20,882 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=35ef80c4-5c4a-441d-b511-e901ac1e6a9b&name=CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938cport-1&admin_state_up=True used request id req-6ab75c19-ac5c-45dc-82a5-d2bc04411f68 2018-10-26 09:52:20,885 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edb9324f76de60be1431248af2e417a9683619f4" 2018-10-26 09:52:21,119 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:52:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b4bf43e1-9ac6-4671-9fcb-163e61a4c085 x-compute-request-id: req-b4bf43e1-9ac6-4671-9fcb-163e61a4c085 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-26 09:52:21,119 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-inst used request id req-b4bf43e1-9ac6-4671-9fcb-163e61a4c085 2018-10-26 09:52:21,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edb9324f76de60be1431248af2e417a9683619f4" 2018-10-26 09:52:21,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-0130b768-a75b-4d8f-8ea7-0f1d9a50b0da Date: Fri, 26 Oct 2018 09:52: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":["9b19d455-22dd-495b-bedc-c3253fd76fed"],"updated_at":"2018-10-26T09:52:17Z","tenant_id":"1184da203a6f47f994a73285f8948046","created_at":"2018-10-26T09:52:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1184da203a6f47f994a73285f8948046","id":"35ef80c4-5c4a-441d-b511-e901ac1e6a9b","name":"CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-pub-net"}]} 2018-10-26 09:52:21,455 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-pub-net used request id req-0130b768-a75b-4d8f-8ea7-0f1d9a50b0da 2018-10-26 09:52:21,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/1184da203a6f47f994a73285f8948046 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edb9324f76de60be1431248af2e417a9683619f4" 2018-10-26 09:52:21,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:52:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-068095ea-3602-4dcc-86d3-20a78203384e Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/1184da203a6f47f994a73285f8948046"}, "enabled": true, "id": "1184da203a6f47f994a73285f8948046", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-20e099a1-e16c-45c-proj"}} 2018-10-26 09:52:21,543 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/1184da203a6f47f994a73285f8948046 used request id req-068095ea-3602-4dcc-86d3-20a78203384e 2018-10-26 09:52:21,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=35ef80c4-5c4a-441d-b511-e901ac1e6a9b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edb9324f76de60be1431248af2e417a9683619f4" 2018-10-26 09:52:21,602 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-8b137181-5254-4e85-8cbe-9a84cb6c0997 Date: Fri, 26 Oct 2018 09:52:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"35ef80c4-5c4a-441d-b511-e901ac1e6a9b","tenant_id":"1184da203a6f47f994a73285f8948046","created_at":"2018-10-26T09:52:17Z","dns_nameservers":[],"updated_at":"2018-10-26T09:52: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":"1184da203a6f47f994a73285f8948046","id":"9b19d455-22dd-495b-bedc-c3253fd76fed","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-pub-subnet"}]} 2018-10-26 09:52:21,603 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=35ef80c4-5c4a-441d-b511-e901ac1e6a9b used request id req-8b137181-5254-4e85-8cbe-9a84cb6c0997 2018-10-26 09:52:21,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=35ef80c4-5c4a-441d-b511-e901ac1e6a9b&name=CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938cport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edb9324f76de60be1431248af2e417a9683619f4" 2018-10-26 09:52:21,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-719669d4-f67a-48f3-bce9-04357678940d Date: Fri, 26 Oct 2018 09:52:21 GMT RESP BODY: {"ports":[]} 2018-10-26 09:52:21,792 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=35ef80c4-5c4a-441d-b511-e901ac1e6a9b&name=CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938cport-1&admin_state_up=True used request id req-719669d4-f67a-48f3-bce9-04357678940d 2018-10-26 09:52:21,792 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:52:21,793 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:52:22,169 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c7af7706d6924a9c88ceb1db09c668d4", "name": "CreateInstancePortManipulationTests-20e099a1-e16c-45c-proj-role"}], "expires_at": "2018-10-26T10:52:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1184da203a6f47f994a73285f8948046", "name": "CreateInstancePortManipulationTests-20e099a1-e16c-45c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/1184da203a6f47f994a73285f8948046", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/1184da203a6f47f994a73285f8948046", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/1184da203a6f47f994a73285f8948046", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/1184da203a6f47f994a73285f8948046", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/1184da203a6f47f994a73285f8948046", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/1184da203a6f47f994a73285f8948046", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/1184da203a6f47f994a73285f8948046", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/1184da203a6f47f994a73285f8948046", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/1184da203a6f47f994a73285f8948046", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/1184da203a6f47f994a73285f8948046", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/1184da203a6f47f994a73285f8948046", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/1184da203a6f47f994a73285f8948046", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-20e099a1-e16c-45c-user", "id": "11e4494d3c794421b3cf3cb37692157e"}, "audit_ids": ["1O4Wmt51SfaJwsgRIiBopA"], "issued_at": "2018-10-26T09:52:22.000000Z"}} 2018-10-26 09:52:22,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6edcb59b9fb7f1d8dbd1a8e54642814ce5d1bda" 2018-10-26 09:52:22,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:52:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db967d8a-7018-4718-95a5-d670fa5f00e5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:52:22,247 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-db967d8a-7018-4718-95a5-d670fa5f00e5 2018-10-26 09:52:22,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edb9324f76de60be1431248af2e417a9683619f4" 2018-10-26 09:52:22,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-914f525b-e469-4540-a4a6-2b45bd28bd0f Date: Fri, 26 Oct 2018 09:52: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":["9b19d455-22dd-495b-bedc-c3253fd76fed"],"updated_at":"2018-10-26T09:52:17Z","tenant_id":"1184da203a6f47f994a73285f8948046","created_at":"2018-10-26T09:52:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1184da203a6f47f994a73285f8948046","id":"35ef80c4-5c4a-441d-b511-e901ac1e6a9b","name":"CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-pub-net"}]} 2018-10-26 09:52:22,348 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-pub-net used request id req-914f525b-e469-4540-a4a6-2b45bd28bd0f 2018-10-26 09:52:22,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=35ef80c4-5c4a-441d-b511-e901ac1e6a9b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edb9324f76de60be1431248af2e417a9683619f4" 2018-10-26 09:52:22,549 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-45f291aa-6c51-4e10-ab28-42e07f1f3fe1 Date: Fri, 26 Oct 2018 09:52:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"35ef80c4-5c4a-441d-b511-e901ac1e6a9b","tenant_id":"1184da203a6f47f994a73285f8948046","created_at":"2018-10-26T09:52:17Z","dns_nameservers":[],"updated_at":"2018-10-26T09:52: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":"1184da203a6f47f994a73285f8948046","id":"9b19d455-22dd-495b-bedc-c3253fd76fed","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-pub-subnet"}]} 2018-10-26 09:52:22,549 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=35ef80c4-5c4a-441d-b511-e901ac1e6a9b used request id req-45f291aa-6c51-4e10-ab28-42e07f1f3fe1 2018-10-26 09:52:22,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edb9324f76de60be1431248af2e417a9683619f4" 2018-10-26 09:52:22,806 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-56386660-4a9f-4015-8fe7-883229a2e7ef Date: Fri, 26 Oct 2018 09:52: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":["9b19d455-22dd-495b-bedc-c3253fd76fed"],"updated_at":"2018-10-26T09:52:17Z","tenant_id":"1184da203a6f47f994a73285f8948046","created_at":"2018-10-26T09:52:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1184da203a6f47f994a73285f8948046","id":"35ef80c4-5c4a-441d-b511-e901ac1e6a9b","name":"CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-pub-net"}]} 2018-10-26 09:52:22,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-pub-net used request id req-56386660-4a9f-4015-8fe7-883229a2e7ef 2018-10-26 09:52:22,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:52:22,815 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:52: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:52:22,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/1184da203a6f47f994a73285f8948046 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6edcb59b9fb7f1d8dbd1a8e54642814ce5d1bda" 2018-10-26 09:52:22,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:52:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9293a02-5ee5-42ce-8057-70464a6619a7 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/1184da203a6f47f994a73285f8948046"}, "enabled": true, "id": "1184da203a6f47f994a73285f8948046", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-20e099a1-e16c-45c-proj"}} 2018-10-26 09:52:22,895 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/1184da203a6f47f994a73285f8948046 used request id req-f9293a02-5ee5-42ce-8057-70464a6619a7 2018-10-26 09:52:22,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=35ef80c4-5c4a-441d-b511-e901ac1e6a9b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edb9324f76de60be1431248af2e417a9683619f4" 2018-10-26 09:52:23,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-afe0e01f-4c5a-4298-9aab-76373af55679 Date: Fri, 26 Oct 2018 09:52:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"35ef80c4-5c4a-441d-b511-e901ac1e6a9b","tenant_id":"1184da203a6f47f994a73285f8948046","created_at":"2018-10-26T09:52:17Z","dns_nameservers":[],"updated_at":"2018-10-26T09:52: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":"1184da203a6f47f994a73285f8948046","id":"9b19d455-22dd-495b-bedc-c3253fd76fed","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-pub-subnet"}]} 2018-10-26 09:52:23,097 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=35ef80c4-5c4a-441d-b511-e901ac1e6a9b used request id req-afe0e01f-4c5a-4298-9aab-76373af55679 2018-10-26 09:52:23,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=35ef80c4-5c4a-441d-b511-e901ac1e6a9b&name=CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edb9324f76de60be1431248af2e417a9683619f4" 2018-10-26 09:52:23,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-3bd57239-5705-4c4c-9828-3c0403eb22c2 Date: Fri, 26 Oct 2018 09:52:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"35ef80c4-5c4a-441d-b511-e901ac1e6a9b","tenant_id":"1184da203a6f47f994a73285f8948046","created_at":"2018-10-26T09:52:17Z","dns_nameservers":[],"updated_at":"2018-10-26T09:52: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":"1184da203a6f47f994a73285f8948046","id":"9b19d455-22dd-495b-bedc-c3253fd76fed","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-pub-subnet"}]} 2018-10-26 09:52:23,294 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=35ef80c4-5c4a-441d-b511-e901ac1e6a9b&name=CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-pub-subnet used request id req-3bd57239-5705-4c4c-9828-3c0403eb22c2 2018-10-26 09:52:23,294 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-pub-net 2018-10-26 09:52:23,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edb9324f76de60be1431248af2e417a9683619f4" -d '{"port": {"network_id": "35ef80c4-5c4a-441d-b511-e901ac1e6a9b", "fixed_ips": [{"subnet_id": "9b19d455-22dd-495b-bedc-c3253fd76fed", "ip_address": "10.55.0.101"}], "name": "CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938cport-1", "admin_state_up": true}}' 2018-10-26 09:52:24,301 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 793 X-Openstack-Request-Id: req-c4c5a69c-e5c3-4a6d-ba25-a931eacd8b99 Date: Fri, 26 Oct 2018 09:52:24 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:52:23Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9b19d455-22dd-495b-bedc-c3253fd76fed","ip_address":"10.55.0.101"}],"id":"384e101e-b82f-47b2-8b0f-7e29c7bf2b3b","security_groups":["8cbd0493-389a-4c1d-a245-67c17fb3f007"],"mac_address":"fa:16:3e:2a:95:c7","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938cport-1","project_id":"1184da203a6f47f994a73285f8948046","qos_policy_id":null,"admin_state_up":true,"network_id":"35ef80c4-5c4a-441d-b511-e901ac1e6a9b","tenant_id":"1184da203a6f47f994a73285f8948046","created_at":"2018-10-26T09:52:23Z","binding:vnic_type":"normal"}} 2018-10-26 09:52:24,301 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-c4c5a69c-e5c3-4a6d-ba25-a931eacd8b99 2018-10-26 09:52:24,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edb9324f76de60be1431248af2e417a9683619f4" 2018-10-26 09:52:24,403 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-91bb448f-2786-4ccf-8448-483c892cc982 Date: Fri, 26 Oct 2018 09:52: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":["9b19d455-22dd-495b-bedc-c3253fd76fed"],"updated_at":"2018-10-26T09:52:17Z","tenant_id":"1184da203a6f47f994a73285f8948046","created_at":"2018-10-26T09:52:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1184da203a6f47f994a73285f8948046","id":"35ef80c4-5c4a-441d-b511-e901ac1e6a9b","name":"CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-pub-net"}]} 2018-10-26 09:52:24,403 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-pub-net used request id req-91bb448f-2786-4ccf-8448-483c892cc982 2018-10-26 09:52:24,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/1184da203a6f47f994a73285f8948046 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edb9324f76de60be1431248af2e417a9683619f4" 2018-10-26 09:52:24,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:52:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c85ea116-5551-446a-b05e-d17482b23eed Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/1184da203a6f47f994a73285f8948046"}, "enabled": true, "id": "1184da203a6f47f994a73285f8948046", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-20e099a1-e16c-45c-proj"}} 2018-10-26 09:52:24,491 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/1184da203a6f47f994a73285f8948046 used request id req-c85ea116-5551-446a-b05e-d17482b23eed 2018-10-26 09:52:24,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=35ef80c4-5c4a-441d-b511-e901ac1e6a9b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edb9324f76de60be1431248af2e417a9683619f4" 2018-10-26 09:52:24,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-7102f3be-32bb-4d62-855a-e05cd0a5082c Date: Fri, 26 Oct 2018 09:52:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"35ef80c4-5c4a-441d-b511-e901ac1e6a9b","tenant_id":"1184da203a6f47f994a73285f8948046","created_at":"2018-10-26T09:52:17Z","dns_nameservers":[],"updated_at":"2018-10-26T09:52: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":"1184da203a6f47f994a73285f8948046","id":"9b19d455-22dd-495b-bedc-c3253fd76fed","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-pub-subnet"}]} 2018-10-26 09:52:24,709 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=35ef80c4-5c4a-441d-b511-e901ac1e6a9b used request id req-7102f3be-32bb-4d62-855a-e05cd0a5082c 2018-10-26 09:52:24,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=35ef80c4-5c4a-441d-b511-e901ac1e6a9b&name=CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938cport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edb9324f76de60be1431248af2e417a9683619f4" 2018-10-26 09:52:24,933 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 796 X-Openstack-Request-Id: req-cff9b62d-f7d3-49d3-a084-6c4b16ff16b2 Date: Fri, 26 Oct 2018 09:52:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:52:23Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9b19d455-22dd-495b-bedc-c3253fd76fed","ip_address":"10.55.0.101"}],"id":"384e101e-b82f-47b2-8b0f-7e29c7bf2b3b","security_groups":["8cbd0493-389a-4c1d-a245-67c17fb3f007"],"mac_address":"fa:16:3e:2a:95:c7","project_id":"1184da203a6f47f994a73285f8948046","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938cport-1","admin_state_up":true,"network_id":"35ef80c4-5c4a-441d-b511-e901ac1e6a9b","tenant_id":"1184da203a6f47f994a73285f8948046","created_at":"2018-10-26T09:52:23Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-26 09:52:24,933 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=35ef80c4-5c4a-441d-b511-e901ac1e6a9b&name=CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938cport-1&admin_state_up=True used request id req-cff9b62d-f7d3-49d3-a084-6c4b16ff16b2 2018-10-26 09:52:24,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/1184da203a6f47f994a73285f8948046 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edb9324f76de60be1431248af2e417a9683619f4" 2018-10-26 09:52:25,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:52:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fe8d9b9-e902-4cac-8498-1673cf186f62 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/1184da203a6f47f994a73285f8948046"}, "enabled": true, "id": "1184da203a6f47f994a73285f8948046", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-20e099a1-e16c-45c-proj"}} 2018-10-26 09:52:25,018 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/1184da203a6f47f994a73285f8948046 used request id req-3fe8d9b9-e902-4cac-8498-1673cf186f62 2018-10-26 09:52:25,018 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-inst 2018-10-26 09:52:25,022 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edb9324f76de60be1431248af2e417a9683619f4" 2018-10-26 09:52:25,051 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:52:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-42dc8ac9-0b3c-48be-b10c-57bfe49c6980 x-compute-request-id: req-42dc8ac9-0b3c-48be-b10c-57bfe49c6980 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"flavors": [{"id": "15077c3c-ad7e-4551-a8f1-5e13d23dd968", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/15077c3c-ad7e-4551-a8f1-5e13d23dd968", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/15077c3c-ad7e-4551-a8f1-5e13d23dd968", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-flavor-name"}]} 2018-10-26 09:52:25,051 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-42dc8ac9-0b3c-48be-b10c-57bfe49c6980 2018-10-26 09:52:25,054 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/15077c3c-ad7e-4551-a8f1-5e13d23dd968 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edb9324f76de60be1431248af2e417a9683619f4" 2018-10-26 09:52:25,074 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:52:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1fcf69c1-c308-47ae-99e4-977192898f71 x-compute-request-id: req-1fcf69c1-c308-47ae-99e4-977192898f71 Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/15077c3c-ad7e-4551-a8f1-5e13d23dd968", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/15077c3c-ad7e-4551-a8f1-5e13d23dd968", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "15077c3c-ad7e-4551-a8f1-5e13d23dd968", "name": "CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 09:52:25,074 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/15077c3c-ad7e-4551-a8f1-5e13d23dd968 used request id req-1fcf69c1-c308-47ae-99e4-977192898f71 2018-10-26 09:52:25,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}edb9324f76de60be1431248af2e417a9683619f4" 2018-10-26 09:52:25,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-eac3b743-90d7-4985-9879-649ac7eaf867 Date: Fri, 26 Oct 2018 09:52:25 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:52:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:52:15Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/29096a4d-ee57-4ff5-a6c5-4d905bfe8f6f/snap", "metadata": {}}], "self": "/v2/images/29096a4d-ee57-4ff5-a6c5-4d905bfe8f6f", "min_disk": 0, "protected": false, "id": "29096a4d-ee57-4ff5-a6c5-4d905bfe8f6f", "file": "/v2/images/29096a4d-ee57-4ff5-a6c5-4d905bfe8f6f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "1184da203a6f47f994a73285f8948046", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/29096a4d-ee57-4ff5-a6c5-4d905bfe8f6f/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-image"} 2018-10-26 09:52:25,241 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-image used request id req-eac3b743-90d7-4985-9879-649ac7eaf867 2018-10-26 09:52:25,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}edb9324f76de60be1431248af2e417a9683619f4" 2018-10-26 09:52:25,397 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a0822e5b-863c-48ab-99cb-fe4176874bd3 Date: Fri, 26 Oct 2018 09:52: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-26 09:52:25,397 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-a0822e5b-863c-48ab-99cb-fe4176874bd3 2018-10-26 09:52:25,403 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edb9324f76de60be1431248af2e417a9683619f4" -d '{"server": {"name": "CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-inst", "imageRef": "29096a4d-ee57-4ff5-a6c5-4d905bfe8f6f", "flavorRef": "15077c3c-ad7e-4551-a8f1-5e13d23dd968", "max_count": 1, "min_count": 1, "networks": [{"port": "384e101e-b82f-47b2-8b0f-7e29c7bf2b3b"}]}}' 2018-10-26 09:52:27,160 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:52:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c2980456-3f61-4511-8dec-406f8e533b7e x-compute-request-id: req-c2980456-3f61-4511-8dec-406f8e533b7e Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/eeec5613-be41-40f7-bced-9851c4b33ea9 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "eeec5613-be41-40f7-bced-9851c4b33ea9", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/eeec5613-be41-40f7-bced-9851c4b33ea9", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/eeec5613-be41-40f7-bced-9851c4b33ea9", "rel": "bookmark"}], "adminPass": "LiYCeVszt2h7"}} 2018-10-26 09:52:27,161 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-c2980456-3f61-4511-8dec-406f8e533b7e 2018-10-26 09:52:27,164 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/eeec5613-be41-40f7-bced-9851c4b33ea9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edb9324f76de60be1431248af2e417a9683619f4" 2018-10-26 09:52:27,384 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:52:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0680d44f-d059-46ae-b0eb-19f4d2fd4bd9 x-compute-request-id: req-0680d44f-d059-46ae-b0eb-19f4d2fd4bd9 Content-Encoding: gzip Content-Length: 620 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/eeec5613-be41-40f7-bced-9851c4b33ea9", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/eeec5613-be41-40f7-bced-9851c4b33ea9", "rel": "bookmark"}], "image": {"id": "29096a4d-ee57-4ff5-a6c5-4d905bfe8f6f", "links": [{"href": "http://172.30.9.21:8774/images/29096a4d-ee57-4ff5-a6c5-4d905bfe8f6f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "15077c3c-ad7e-4551-a8f1-5e13d23dd968", "links": [{"href": "http://172.30.9.21:8774/flavors/15077c3c-ad7e-4551-a8f1-5e13d23dd968", "rel": "bookmark"}]}, "id": "eeec5613-be41-40f7-bced-9851c4b33ea9", "user_id": "11e4494d3c794421b3cf3cb37692157e", "OS-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-26T09:52:27Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-inst", "created": "2018-10-26T09:52:27Z", "tenant_id": "1184da203a6f47f994a73285f8948046", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:52:27,384 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/eeec5613-be41-40f7-bced-9851c4b33ea9 used request id req-0680d44f-d059-46ae-b0eb-19f4d2fd4bd9 2018-10-26 09:52:27,385 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-inst 2018-10-26 09:52:27,388 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/eeec5613-be41-40f7-bced-9851c4b33ea9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edb9324f76de60be1431248af2e417a9683619f4" 2018-10-26 09:52:27,608 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:52:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7d4b84af-c7b2-45bb-a9e0-2a6a756d4dfd x-compute-request-id: req-7d4b84af-c7b2-45bb-a9e0-2a6a756d4dfd Content-Encoding: gzip Content-Length: 620 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/eeec5613-be41-40f7-bced-9851c4b33ea9", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/eeec5613-be41-40f7-bced-9851c4b33ea9", "rel": "bookmark"}], "image": {"id": "29096a4d-ee57-4ff5-a6c5-4d905bfe8f6f", "links": [{"href": "http://172.30.9.21:8774/images/29096a4d-ee57-4ff5-a6c5-4d905bfe8f6f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "15077c3c-ad7e-4551-a8f1-5e13d23dd968", "links": [{"href": "http://172.30.9.21:8774/flavors/15077c3c-ad7e-4551-a8f1-5e13d23dd968", "rel": "bookmark"}]}, "id": "eeec5613-be41-40f7-bced-9851c4b33ea9", "user_id": "11e4494d3c794421b3cf3cb37692157e", "OS-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-26T09:52:27Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-inst", "created": "2018-10-26T09:52:27Z", "tenant_id": "1184da203a6f47f994a73285f8948046", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:52:27,608 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/eeec5613-be41-40f7-bced-9851c4b33ea9 used request id req-7d4b84af-c7b2-45bb-a9e0-2a6a756d4dfd 2018-10-26 09:52:27,608 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-inst] is - BUILD 2018-10-26 09:52:27,609 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:52:30,612 - create_instance - DEBUG - VM status query timeout in 896.773239136 2018-10-26 09:52:30,615 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/eeec5613-be41-40f7-bced-9851c4b33ea9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edb9324f76de60be1431248af2e417a9683619f4" 2018-10-26 09:52:31,097 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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-afce5a97-43d3-4818-b2a5-e2d9a1cd95f1 x-compute-request-id: req-afce5a97-43d3-4818-b2a5-e2d9a1cd95f1 Content-Encoding: gzip Content-Length: 685 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/eeec5613-be41-40f7-bced-9851c4b33ea9", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/eeec5613-be41-40f7-bced-9851c4b33ea9", "rel": "bookmark"}], "image": {"id": "29096a4d-ee57-4ff5-a6c5-4d905bfe8f6f", "links": [{"href": "http://172.30.9.21:8774/images/29096a4d-ee57-4ff5-a6c5-4d905bfe8f6f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "15077c3c-ad7e-4551-a8f1-5e13d23dd968", "links": [{"href": "http://172.30.9.21:8774/flavors/15077c3c-ad7e-4551-a8f1-5e13d23dd968", "rel": "bookmark"}]}, "id": "eeec5613-be41-40f7-bced-9851c4b33ea9", "security_groups": [{"name": "default"}], "user_id": "11e4494d3c794421b3cf3cb37692157e", "OS-DCF: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-26T09:52:28Z", "hostId": "7fbc069be5e01068c2a9814d51b531a56459cf7abf6b69fd57e34d77", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-inst", "created": "2018-10-26T09:52:27Z", "tenant_id": "1184da203a6f47f994a73285f8948046", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:52:31,097 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/eeec5613-be41-40f7-bced-9851c4b33ea9 used request id req-afce5a97-43d3-4818-b2a5-e2d9a1cd95f1 2018-10-26 09:52:31,098 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-inst] is - BUILD 2018-10-26 09:52:31,098 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:52:34,101 - create_instance - DEBUG - VM status query timeout in 893.283936977 2018-10-26 09:52:34,104 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/eeec5613-be41-40f7-bced-9851c4b33ea9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edb9324f76de60be1431248af2e417a9683619f4" 2018-10-26 09:52:34,443 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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-a6cae635-cde6-4d46-ba70-266b0ec00d8a x-compute-request-id: req-a6cae635-cde6-4d46-ba70-266b0ec00d8a Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:95:c7", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/eeec5613-be41-40f7-bced-9851c4b33ea9", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/eeec5613-be41-40f7-bced-9851c4b33ea9", "rel": "bookmark"}], "image": {"id": "29096a4d-ee57-4ff5-a6c5-4d905bfe8f6f", "links": [{"href": "http://172.30.9.21:8774/images/29096a4d-ee57-4ff5-a6c5-4d905bfe8f6f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:52:32.000000", "flavor": {"id": "15077c3c-ad7e-4551-a8f1-5e13d23dd968", "links": [{"href": "http://172.30.9.21:8774/flavors/15077c3c-ad7e-4551-a8f1-5e13d23dd968", "rel": "bookmark"}]}, "id": "eeec5613-be41-40f7-bced-9851c4b33ea9", "security_groups": [{"name": "default"}], "user_id": "11e4494d3c794421b3cf3cb37692157e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:52:33Z", "hostId": "7fbc069be5e01068c2a9814d51b531a56459cf7abf6b69fd57e34d77", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-inst", "created": "2018-10-26T09:52:27Z", "tenant_id": "1184da203a6f47f994a73285f8948046", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:52:34,443 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/eeec5613-be41-40f7-bced-9851c4b33ea9 used request id req-a6cae635-cde6-4d46-ba70-266b0ec00d8a 2018-10-26 09:52:34,443 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-inst] is - ACTIVE 2018-10-26 09:52:34,443 - create_instance - INFO - VM is - ACTIVE 2018-10-26 09:52:34,446 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/eeec5613-be41-40f7-bced-9851c4b33ea9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edb9324f76de60be1431248af2e417a9683619f4" 2018-10-26 09:52:34,906 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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-c4d07442-3220-4246-9898-4d5a1708c37f x-compute-request-id: req-c4d07442-3220-4246-9898-4d5a1708c37f Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:95:c7", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/eeec5613-be41-40f7-bced-9851c4b33ea9", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/eeec5613-be41-40f7-bced-9851c4b33ea9", "rel": "bookmark"}], "image": {"id": "29096a4d-ee57-4ff5-a6c5-4d905bfe8f6f", "links": [{"href": "http://172.30.9.21:8774/images/29096a4d-ee57-4ff5-a6c5-4d905bfe8f6f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:52:32.000000", "flavor": {"id": "15077c3c-ad7e-4551-a8f1-5e13d23dd968", "links": [{"href": "http://172.30.9.21:8774/flavors/15077c3c-ad7e-4551-a8f1-5e13d23dd968", "rel": "bookmark"}]}, "id": "eeec5613-be41-40f7-bced-9851c4b33ea9", "security_groups": [{"name": "default"}], "user_id": "11e4494d3c794421b3cf3cb37692157e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:52:33Z", "hostId": "7fbc069be5e01068c2a9814d51b531a56459cf7abf6b69fd57e34d77", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-inst", "created": "2018-10-26T09:52:27Z", "tenant_id": "1184da203a6f47f994a73285f8948046", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:52:34,906 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/eeec5613-be41-40f7-bced-9851c4b33ea9 used request id req-c4d07442-3220-4246-9898-4d5a1708c37f 2018-10-26 09:52:34,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edb9324f76de60be1431248af2e417a9683619f4" 2018-10-26 09:52:35,015 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-7a6c5c18-4438-4e66-9553-f82ec45c48c1 Date: Fri, 26 Oct 2018 09: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":["9b19d455-22dd-495b-bedc-c3253fd76fed"],"updated_at":"2018-10-26T09:52:17Z","tenant_id":"1184da203a6f47f994a73285f8948046","created_at":"2018-10-26T09:52:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1184da203a6f47f994a73285f8948046","id":"35ef80c4-5c4a-441d-b511-e901ac1e6a9b","name":"CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-pub-net"}]} 2018-10-26 09:52:35,016 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-pub-net used request id req-7a6c5c18-4438-4e66-9553-f82ec45c48c1 2018-10-26 09:52:35,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/1184da203a6f47f994a73285f8948046 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edb9324f76de60be1431248af2e417a9683619f4" 2018-10-26 09:52:35,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:52:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0da0cc2-d8e2-4bbe-8c13-841bd5f14552 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/1184da203a6f47f994a73285f8948046"}, "enabled": true, "id": "1184da203a6f47f994a73285f8948046", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-20e099a1-e16c-45c-proj"}} 2018-10-26 09:52:35,092 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/1184da203a6f47f994a73285f8948046 used request id req-c0da0cc2-d8e2-4bbe-8c13-841bd5f14552 2018-10-26 09:52:35,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=35ef80c4-5c4a-441d-b511-e901ac1e6a9b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edb9324f76de60be1431248af2e417a9683619f4" 2018-10-26 09:52:35,295 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-828790fe-155e-4485-8358-33f0b67f1c87 Date: Fri, 26 Oct 2018 09:52:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"35ef80c4-5c4a-441d-b511-e901ac1e6a9b","tenant_id":"1184da203a6f47f994a73285f8948046","created_at":"2018-10-26T09:52:17Z","dns_nameservers":[],"updated_at":"2018-10-26T09:52: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":"1184da203a6f47f994a73285f8948046","id":"9b19d455-22dd-495b-bedc-c3253fd76fed","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-pub-subnet"}]} 2018-10-26 09:52:35,295 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=35ef80c4-5c4a-441d-b511-e901ac1e6a9b used request id req-828790fe-155e-4485-8358-33f0b67f1c87 2018-10-26 09:52:35,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=35ef80c4-5c4a-441d-b511-e901ac1e6a9b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edb9324f76de60be1431248af2e417a9683619f4" 2018-10-26 09:52:35,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3123 X-Openstack-Request-Id: req-6ad4cfa2-2f8e-4fa4-b2c8-14a8a5b11c78 Date: Fri, 26 Oct 2018 09:52:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:52:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9b19d455-22dd-495b-bedc-c3253fd76fed","ip_address":"10.55.0.4"}],"id":"0257252e-c5ee-4085-9366-3c01c45d4e9a","security_groups":[],"mac_address":"fa:16:3e:7c:ea:88","project_id":"1184da203a6f47f994a73285f8948046","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"35ef80c4-5c4a-441d-b511-e901ac1e6a9b","tenant_id":"1184da203a6f47f994a73285f8948046","created_at":"2018-10-26T09:52:19Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-35ef80c4-5c4a-441d-b511-e901ac1e6a9b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:52:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9b19d455-22dd-495b-bedc-c3253fd76fed","ip_address":"10.55.0.2"}],"id":"2f30608b-cffd-4202-b7f5-add1ccc849b3","security_groups":[],"mac_address":"fa:16:3e:f4:1b:a7","project_id":"1184da203a6f47f994a73285f8948046","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"35ef80c4-5c4a-441d-b511-e901ac1e6a9b","tenant_id":"1184da203a6f47f994a73285f8948046","created_at":"2018-10-26T09:52:18Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-35ef80c4-5c4a-441d-b511-e901ac1e6a9b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:52:20Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9b19d455-22dd-495b-bedc-c3253fd76fed","ip_address":"10.55.0.3"}],"id":"34236353-5478-41bd-8cdd-978ee2ca4211","security_groups":[],"mac_address":"fa:16:3e:b7:ed:0a","project_id":"1184da203a6f47f994a73285f8948046","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"35ef80c4-5c4a-441d-b511-e901ac1e6a9b","tenant_id":"1184da203a6f47f994a73285f8948046","created_at":"2018-10-26T09:52:19Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-35ef80c4-5c4a-441d-b511-e901ac1e6a9b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:52:32Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9b19d455-22dd-495b-bedc-c3253fd76fed","ip_address":"10.55.0.101"}],"id":"384e101e-b82f-47b2-8b0f-7e29c7bf2b3b","security_groups":["8cbd0493-389a-4c1d-a245-67c17fb3f007"],"mac_address":"fa:16:3e:2a:95:c7","project_id":"1184da203a6f47f994a73285f8948046","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938cport-1","admin_state_up":true,"network_id":"35ef80c4-5c4a-441d-b511-e901ac1e6a9b","tenant_id":"1184da203a6f47f994a73285f8948046","created_at":"2018-10-26T09:52:23Z","binding:vnic_type":"normal","device_id":"eeec5613-be41-40f7-bced-9851c4b33ea9"}]} 2018-10-26 09:52:35,537 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=35ef80c4-5c4a-441d-b511-e901ac1e6a9b used request id req-6ad4cfa2-2f8e-4fa4-b2c8-14a8a5b11c78 2018-10-26 09:52:35,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=35ef80c4-5c4a-441d-b511-e901ac1e6a9b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edb9324f76de60be1431248af2e417a9683619f4" 2018-10-26 09:52:35,811 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-c9303816-002a-478f-8ea7-5ec40036848f Date: Fri, 26 Oct 2018 09: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":["9b19d455-22dd-495b-bedc-c3253fd76fed"],"updated_at":"2018-10-26T09:52:17Z","tenant_id":"1184da203a6f47f994a73285f8948046","created_at":"2018-10-26T09:52:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1184da203a6f47f994a73285f8948046","id":"35ef80c4-5c4a-441d-b511-e901ac1e6a9b","name":"CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-pub-net"}]} 2018-10-26 09:52:35,811 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=35ef80c4-5c4a-441d-b511-e901ac1e6a9b used request id req-c9303816-002a-478f-8ea7-5ec40036848f 2018-10-26 09:52:35,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=35ef80c4-5c4a-441d-b511-e901ac1e6a9b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edb9324f76de60be1431248af2e417a9683619f4" 2018-10-26 09:52:35,868 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-3a5abf0e-72db-4f5c-8ccd-542fff6567be Date: Fri, 26 Oct 2018 09:52:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"35ef80c4-5c4a-441d-b511-e901ac1e6a9b","tenant_id":"1184da203a6f47f994a73285f8948046","created_at":"2018-10-26T09:52:17Z","dns_nameservers":[],"updated_at":"2018-10-26T09:52: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":"1184da203a6f47f994a73285f8948046","id":"9b19d455-22dd-495b-bedc-c3253fd76fed","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-pub-subnet"}]} 2018-10-26 09:52:35,868 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=35ef80c4-5c4a-441d-b511-e901ac1e6a9b used request id req-3a5abf0e-72db-4f5c-8ccd-542fff6567be 2018-10-26 09:52:35,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=35ef80c4-5c4a-441d-b511-e901ac1e6a9b&name=CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edb9324f76de60be1431248af2e417a9683619f4" 2018-10-26 09:52:35,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-6d2b29a9-065c-40db-8334-66c342b01e9d Date: Fri, 26 Oct 2018 09:52:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"35ef80c4-5c4a-441d-b511-e901ac1e6a9b","tenant_id":"1184da203a6f47f994a73285f8948046","created_at":"2018-10-26T09:52:17Z","dns_nameservers":[],"updated_at":"2018-10-26T09:52: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":"1184da203a6f47f994a73285f8948046","id":"9b19d455-22dd-495b-bedc-c3253fd76fed","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-pub-subnet"}]} 2018-10-26 09:52:35,926 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=35ef80c4-5c4a-441d-b511-e901ac1e6a9b&name=CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-pub-subnet used request id req-6d2b29a9-065c-40db-8334-66c342b01e9d 2018-10-26 09:52:35,927 - create_instance - INFO - Deleting Port with ID - 384e101e-b82f-47b2-8b0f-7e29c7bf2b3b 2018-10-26 09:52:35,927 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938cport-1 2018-10-26 09:52:35,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/384e101e-b82f-47b2-8b0f-7e29c7bf2b3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edb9324f76de60be1431248af2e417a9683619f4" 2018-10-26 09:52:36,528 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7e5ff072-f91e-4ed8-9dca-9268d8efd69f Date: Fri, 26 Oct 2018 09:52:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:52:36,528 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/384e101e-b82f-47b2-8b0f-7e29c7bf2b3b used request id req-7e5ff072-f91e-4ed8-9dca-9268d8efd69f 2018-10-26 09:52:36,529 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-inst 2018-10-26 09:52:36,532 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/eeec5613-be41-40f7-bced-9851c4b33ea9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edb9324f76de60be1431248af2e417a9683619f4" 2018-10-26 09:52:36,675 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09: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 x-openstack-request-id: req-d6e3cb39-413f-4908-8feb-17933865700a x-compute-request-id: req-d6e3cb39-413f-4908-8feb-17933865700a Content-Type: application/json 2018-10-26 09:52:36,675 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/eeec5613-be41-40f7-bced-9851c4b33ea9 used request id req-d6e3cb39-413f-4908-8feb-17933865700a 2018-10-26 09:52:36,675 - create_instance - INFO - Checking deletion status 2018-10-26 09:52:36,678 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/eeec5613-be41-40f7-bced-9851c4b33ea9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edb9324f76de60be1431248af2e417a9683619f4" 2018-10-26 09:52:36,773 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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-b5af5ebc-5d36-47a6-a1aa-fb84a540997f x-compute-request-id: req-b5af5ebc-5d36-47a6-a1aa-fb84a540997f Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/eeec5613-be41-40f7-bced-9851c4b33ea9", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/eeec5613-be41-40f7-bced-9851c4b33ea9", "rel": "bookmark"}], "image": {"id": "29096a4d-ee57-4ff5-a6c5-4d905bfe8f6f", "links": [{"href": "http://172.30.9.21:8774/images/29096a4d-ee57-4ff5-a6c5-4d905bfe8f6f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:52:32.000000", "flavor": {"id": "15077c3c-ad7e-4551-a8f1-5e13d23dd968", "links": [{"href": "http://172.30.9.21:8774/flavors/15077c3c-ad7e-4551-a8f1-5e13d23dd968", "rel": "bookmark"}]}, "id": "eeec5613-be41-40f7-bced-9851c4b33ea9", "user_id": "11e4494d3c794421b3cf3cb37692157e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:52:36Z", "hostId": "7fbc069be5e01068c2a9814d51b531a56459cf7abf6b69fd57e34d77", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-inst", "created": "2018-10-26T09:52:27Z", "tenant_id": "1184da203a6f47f994a73285f8948046", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:52:36,773 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/eeec5613-be41-40f7-bced-9851c4b33ea9 used request id req-b5af5ebc-5d36-47a6-a1aa-fb84a540997f 2018-10-26 09:52:36,774 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-inst] is - ACTIVE 2018-10-26 09:52:36,774 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:52:39,777 - create_instance - DEBUG - VM status query timeout in 296.898127079 2018-10-26 09:52:39,780 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/eeec5613-be41-40f7-bced-9851c4b33ea9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edb9324f76de60be1431248af2e417a9683619f4" 2018-10-26 09:52:39,827 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 09:52: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-d32df02a-ed16-4a7d-bc60-c9ad5d6fba6f x-compute-request-id: req-d32df02a-ed16-4a7d-bc60-c9ad5d6fba6f Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance eeec5613-be41-40f7-bced-9851c4b33ea9 could not be found.", "code": 404}} 2018-10-26 09:52:39,827 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/eeec5613-be41-40f7-bced-9851c4b33ea9 used request id req-d32df02a-ed16-4a7d-bc60-c9ad5d6fba6f 2018-10-26 09:52:39,827 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance eeec5613-be41-40f7-bced-9851c4b33ea9 could not be found. (HTTP 404) (Request-ID: req-d32df02a-ed16-4a7d-bc60-c9ad5d6fba6f) 2018-10-26 09:52:39,827 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-inst 2018-10-26 09:52:39,831 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/15077c3c-ad7e-4551-a8f1-5e13d23dd968 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b7537528d694e1d0deb3c39d2d08d2fb545d929" 2018-10-26 09:52:39,872 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:52: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-6f41a363-95ec-4058-b354-7441eafa23a7 x-compute-request-id: req-6f41a363-95ec-4058-b354-7441eafa23a7 Content-Length: 0 Content-Type: application/json 2018-10-26 09:52:39,873 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/15077c3c-ad7e-4551-a8f1-5e13d23dd968 used request id req-6f41a363-95ec-4058-b354-7441eafa23a7 2018-10-26 09:52:39,873 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-pub-subnet 2018-10-26 09:52:39,874 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-pub-subnet 2018-10-26 09:52:39,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/9b19d455-22dd-495b-bedc-c3253fd76fed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f4d68dc2aefcfa29d33ba11958d48b50a240a2c" 2018-10-26 09:52:42,087 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-52570ad1-a68c-4bb6-b8e9-af16b267a854 Date: Fri, 26 Oct 2018 09:52:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:52:42,087 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/9b19d455-22dd-495b-bedc-c3253fd76fed used request id req-52570ad1-a68c-4bb6-b8e9-af16b267a854 2018-10-26 09:52:42,087 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-pub-net 2018-10-26 09:52:42,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/35ef80c4-5c4a-441d-b511-e901ac1e6a9b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f4d68dc2aefcfa29d33ba11958d48b50a240a2c" 2018-10-26 09:52:43,578 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0fcc457a-dc73-49d0-8353-8a1540e21127 Date: Fri, 26 Oct 2018 09:52:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:52:43,578 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/35ef80c4-5c4a-441d-b511-e901ac1e6a9b used request id req-0fcc457a-dc73-49d0-8353-8a1540e21127 2018-10-26 09:52:43,579 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-0f08d351-7746-411e-ac77-02e4a0ad938c-image 2018-10-26 09:52:43,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/29096a4d-ee57-4ff5-a6c5-4d905bfe8f6f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e62004a1879015b8f2fcee95edbfeff7ad26d35f" 2018-10-26 09:52:44,872 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-531e47f6-7c65-424e-b744-a26327349343 Date: Fri, 26 Oct 2018 09:52: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-26 09:52:44,872 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/29096a4d-ee57-4ff5-a6c5-4d905bfe8f6f used request id req-531e47f6-7c65-424e-b744-a26327349343 2018-10-26 09:52:44,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6bddd066dabff535a8fb7e0c7ed30ae978fcc56" 2018-10-26 09:52:45,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-6acb94b6-b9ca-482f-b6c4-448e6449aea5 Date: Fri, 26 Oct 2018 09:52:45 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1184da203a6f47f994a73285f8948046", "created_at": "2018-10-26T09:52:16Z", "updated_at": "2018-10-26T09:52:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:52:16Z", "revision_number": 0, "id": "0df441ea-66e3-4c2b-91ab-d4c128300651", "remote_group_id": "8cbd0493-389a-4c1d-a245-67c17fb3f007", "remote_ip_prefix": null, "created_at": "2018-10-26T09:52:16Z", "security_group_id": "8cbd0493-389a-4c1d-a245-67c17fb3f007", "tenant_id": "1184da203a6f47f994a73285f8948046", "port_range_min": null, "ethertype": "IPv4", "project_id": "1184da203a6f47f994a73285f8948046"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:52:16Z", "revision_number": 0, "id": "94ceaac1-f5e0-440c-b6c8-925a926ca044", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:52:16Z", "security_group_id": "8cbd0493-389a-4c1d-a245-67c17fb3f007", "tenant_id": "1184da203a6f47f994a73285f8948046", "port_range_min": null, "ethertype": "IPv6", "project_id": "1184da203a6f47f994a73285f8948046"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:52:16Z", "revision_number": 0, "id": "e9830799-e871-445b-bb9c-b1e8e0068b1d", "remote_group_id": "8cbd0493-389a-4c1d-a245-67c17fb3f007", "remote_ip_prefix": null, "created_at": "2018-10-26T09:52:16Z", "security_group_id": "8cbd0493-389a-4c1d-a245-67c17fb3f007", "tenant_id": "1184da203a6f47f994a73285f8948046", "port_range_min": null, "ethertype": "IPv6", "project_id": "1184da203a6f47f994a73285f8948046"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:52:16Z", "revision_number": 0, "id": "ffa277e3-aed3-4529-ba60-825e9de70b3c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:52:16Z", "security_group_id": "8cbd0493-389a-4c1d-a245-67c17fb3f007", "tenant_id": "1184da203a6f47f994a73285f8948046", "port_range_min": null, "ethertype": "IPv4", "project_id": "1184da203a6f47f994a73285f8948046"}], "revision_number": 4, "project_id": "1184da203a6f47f994a73285f8948046", "id": "8cbd0493-389a-4c1d-a245-67c17fb3f007", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:52:45,109 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-6acb94b6-b9ca-482f-b6c4-448e6449aea5 2018-10-26 09:52:45,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6bddd066dabff535a8fb7e0c7ed30ae978fcc56" 2018-10-26 09:52:45,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:52:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2528402c-3d77-47b8-9f3a-4b117b5e9b1e 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:52:45,203 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-2528402c-3d77-47b8-9f3a-4b117b5e9b1e 2018-10-26 09:52:45,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6bddd066dabff535a8fb7e0c7ed30ae978fcc56" 2018-10-26 09:52:45,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:52:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2959fdb-2c41-447f-bb7f-944a5c1bd71f 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:52:45,297 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-c2959fdb-2c41-447f-bb7f-944a5c1bd71f 2018-10-26 09:52:45,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/1184da203a6f47f994a73285f8948046 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6bddd066dabff535a8fb7e0c7ed30ae978fcc56" 2018-10-26 09:52:45,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:52:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5d259ad-a641-4881-b1e7-263e6a94be63 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/1184da203a6f47f994a73285f8948046"}, "enabled": true, "id": "1184da203a6f47f994a73285f8948046", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-20e099a1-e16c-45c-proj"}} 2018-10-26 09:52:45,386 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/1184da203a6f47f994a73285f8948046 used request id req-a5d259ad-a641-4881-b1e7-263e6a94be63 2018-10-26 09:52:45,387 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8cbd0493-389a-4c1d-a245-67c17fb3f007 2018-10-26 09:52:45,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=8cbd0493-389a-4c1d-a245-67c17fb3f007 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6bddd066dabff535a8fb7e0c7ed30ae978fcc56" 2018-10-26 09:52:45,643 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-f4bfa498-cc65-43d1-84e2-a96f47deccde Date: Fri, 26 Oct 2018 09:52:45 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "8cbd0493-389a-4c1d-a245-67c17fb3f007", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:52:16Z", "security_group_id": "8cbd0493-389a-4c1d-a245-67c17fb3f007", "port_range_min": null, "revision_number": 0, "tenant_id": "1184da203a6f47f994a73285f8948046", "created_at": "2018-10-26T09:52:16Z", "project_id": "1184da203a6f47f994a73285f8948046", "id": "0df441ea-66e3-4c2b-91ab-d4c128300651"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:52:16Z", "security_group_id": "8cbd0493-389a-4c1d-a245-67c17fb3f007", "port_range_min": null, "revision_number": 0, "tenant_id": "1184da203a6f47f994a73285f8948046", "created_at": "2018-10-26T09:52:16Z", "project_id": "1184da203a6f47f994a73285f8948046", "id": "94ceaac1-f5e0-440c-b6c8-925a926ca044"}, {"remote_group_id": "8cbd0493-389a-4c1d-a245-67c17fb3f007", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:52:16Z", "security_group_id": "8cbd0493-389a-4c1d-a245-67c17fb3f007", "port_range_min": null, "revision_number": 0, "tenant_id": "1184da203a6f47f994a73285f8948046", "created_at": "2018-10-26T09:52:16Z", "project_id": "1184da203a6f47f994a73285f8948046", "id": "e9830799-e871-445b-bb9c-b1e8e0068b1d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:52:16Z", "security_group_id": "8cbd0493-389a-4c1d-a245-67c17fb3f007", "port_range_min": null, "revision_number": 0, "tenant_id": "1184da203a6f47f994a73285f8948046", "created_at": "2018-10-26T09:52:16Z", "project_id": "1184da203a6f47f994a73285f8948046", "id": "ffa277e3-aed3-4529-ba60-825e9de70b3c"}]} 2018-10-26 09:52:45,643 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=8cbd0493-389a-4c1d-a245-67c17fb3f007 used request id req-f4bfa498-cc65-43d1-84e2-a96f47deccde 2018-10-26 09:52:45,644 - neutron_utils - INFO - Deleting security group with name - default 2018-10-26 09:52:45,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/8cbd0493-389a-4c1d-a245-67c17fb3f007 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6bddd066dabff535a8fb7e0c7ed30ae978fcc56" 2018-10-26 09:52:45,963 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1143aa95-1a72-4e1d-b1b8-f2a6b2d9e75d Content-Length: 0 Date: Fri, 26 Oct 2018 09:52:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:52:45,963 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/8cbd0493-389a-4c1d-a245-67c17fb3f007 used request id req-1143aa95-1a72-4e1d-b1b8-f2a6b2d9e75d 2018-10-26 09:52:45,964 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-20e099a1-e16c-45c-proj 2018-10-26 09:52:45,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/1184da203a6f47f994a73285f8948046 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6bddd066dabff535a8fb7e0c7ed30ae978fcc56" 2018-10-26 09:52:46,233 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:52:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-efa71808-a944-4e77-8956-6398c1fcfa59 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:52:46,233 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/1184da203a6f47f994a73285f8948046 used request id req-efa71808-a944-4e77-8956-6398c1fcfa59 2018-10-26 09:52:46,234 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-20e099a1-e16c-45c-proj-role 2018-10-26 09:52:46,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/c7af7706d6924a9c88ceb1db09c668d4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6bddd066dabff535a8fb7e0c7ed30ae978fcc56" 2018-10-26 09:52:46,362 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:52:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-82ee753c-87aa-44ec-ac4d-44dfe73b3130 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:52:46,362 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/c7af7706d6924a9c88ceb1db09c668d4 used request id req-82ee753c-87aa-44ec-ac4d-44dfe73b3130 2018-10-26 09:52:46,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6bddd066dabff535a8fb7e0c7ed30ae978fcc56" 2018-10-26 09:52:46,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:52:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d0693c9-989b-4ab8-b5d6-369b7a07bdc6 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:52:46,446 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-5d0693c9-989b-4ab8-b5d6-369b7a07bdc6 2018-10-26 09:52:46,447 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-20e099a1-e16c-45c-user 2018-10-26 09:52:46,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/11e4494d3c794421b3cf3cb37692157e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6051510456844aad8132d67ce9a2a6904512314" 2018-10-26 09:52:46,710 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:52:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-359eff3c-dacd-406b-8b58-c69275a31861 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:52:46,710 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/11e4494d3c794421b3cf3cb37692157e used request id req-359eff3c-dacd-406b-8b58-c69275a31861 2018-10-26 09:52:46,712 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:52:47,101 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:52:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["1cbjXE7mTzSQKaYYz4qp6A"], "issued_at": "2018-10-26T09:52:47.000000Z"}} 2018-10-26 09:52:47,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02038fa9df953f6e0a9c863117f46669785037a3" 2018-10-26 09:52:47,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:52:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01b5adda-204f-4fee-8ba5-57d82fc2c1cd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:52:47,183 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-01b5adda-204f-4fee-8ba5-57d82fc2c1cd 2018-10-26 09:52:47,185 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:52:47,186 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:52:47,643 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:52:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["ayJ6CGLKQXqsqQxaMyGD4Q"], "issued_at": "2018-10-26T09:52:47.000000Z"}} 2018-10-26 09:52:47,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa3171105db7824038ae408faace02158c3886f1" 2018-10-26 09:52:47,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:52:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-589438fe-4f86-4f50-99e3-54318ae1efa4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:52:47,730 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-589438fe-4f86-4f50-99e3-54318ae1efa4 2018-10-26 09:52:47,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:52:47,739 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:52: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:52:47,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-c4b347c8-d4ee-42e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa3171105db7824038ae408faace02158c3886f1" 2018-10-26 09:52:47,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:52:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84d10e33-9eff-4d43-a625-f7417937ce63 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-c4b347c8-d4ee-42e-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:52:47,827 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-c4b347c8-d4ee-42e-proj used request id req-84d10e33-9eff-4d43-a625-f7417937ce63 2018-10-26 09:52:47,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa3171105db7824038ae408faace02158c3886f1" 2018-10-26 09:52:47,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:52:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a7ea32f-7071-40ac-8431-946747cffb6c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:52:47,924 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-0a7ea32f-7071-40ac-8431-946747cffb6c 2018-10-26 09:52:47,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa3171105db7824038ae408faace02158c3886f1" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-c4b347c8-d4ee-42e-proj"}}' 2018-10-26 09:52:48,045 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:52:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fac3f6d8-2d18-40d1-8c1f-b121adc9e998 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/461ff911d52648ba91b8c23ec1401656"}, "enabled": true, "id": "461ff911d52648ba91b8c23ec1401656", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-c4b347c8-d4ee-42e-proj"}} 2018-10-26 09:52:48,046 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-fac3f6d8-2d18-40d1-8c1f-b121adc9e998 2018-10-26 09:52:48,046 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-c4b347c8-d4ee-42e-proj 2018-10-26 09:52:48,046 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:52:48,047 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:52:48,434 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:52:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["aSgiUJt3TUqBEXycj6-a8A"], "issued_at": "2018-10-26T09:52:48.000000Z"}} 2018-10-26 09:52:48,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34bb736ce86f398bff399c6d43b93a691d398a56" 2018-10-26 09:52:48,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:52:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8542bdfb-6e1d-4b6b-a40c-cf7507176d49 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:52:48,526 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8542bdfb-6e1d-4b6b-a40c-cf7507176d49 2018-10-26 09:52:48,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:52:48,535 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:52: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:52:48,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34bb736ce86f398bff399c6d43b93a691d398a56" 2018-10-26 09:52:48,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:52:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-393ce272-f03d-4e33-a74b-2f8b2516186b Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:52:48,644 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-393ce272-f03d-4e33-a74b-2f8b2516186b 2018-10-26 09:52:48,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-c4b347c8-d4ee-42e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34bb736ce86f398bff399c6d43b93a691d398a56" 2018-10-26 09:52:48,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:52:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a75071c-7a15-43b6-b100-409b61ce3916 Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-c4b347c8-d4ee-42e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/461ff911d52648ba91b8c23ec1401656"}, "enabled": true, "id": "461ff911d52648ba91b8c23ec1401656", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-c4b347c8-d4ee-42e-proj"}]} 2018-10-26 09:52:48,742 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-c4b347c8-d4ee-42e-proj used request id req-2a75071c-7a15-43b6-b100-409b61ce3916 2018-10-26 09:52:48,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34bb736ce86f398bff399c6d43b93a691d398a56" 2018-10-26 09:52:48,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:52:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ea9ed54-77fe-4d59-b6c2-94ceb5ec5c05 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:52:48,828 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-1ea9ed54-77fe-4d59-b6c2-94ceb5ec5c05 2018-10-26 09:52:49,117 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-c4b347c8-d4ee-42e-user 2018-10-26 09:52:49,117 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:52:49,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa3171105db7824038ae408faace02158c3886f1" 2018-10-26 09:52:49,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:52:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82d726a1-4124-4299-ab3f-1aa1cc509468 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:52:49,216 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-82d726a1-4124-4299-ab3f-1aa1cc509468 2018-10-26 09:52:49,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa3171105db7824038ae408faace02158c3886f1" -d '{"role": {"name": "CreateInstancePortManipulationTests-c4b347c8-d4ee-42e-proj-role"}}' 2018-10-26 09:52:49,320 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:52:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ab49989c-a604-46e2-a529-b3894e5819c7 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "46d4f9e42885499cbb5a6ed95bd1987e", "links": {"self": "http://172.30.9.21:5000/v3/roles/46d4f9e42885499cbb5a6ed95bd1987e"}, "name": "CreateInstancePortManipulationTests-c4b347c8-d4ee-42e-proj-role"}} 2018-10-26 09:52:49,321 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-ab49989c-a604-46e2-a529-b3894e5819c7 2018-10-26 09:52:49,321 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-c4b347c8-d4ee-42e-proj-role 2018-10-26 09:52:49,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/46d4f9e42885499cbb5a6ed95bd1987e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa3171105db7824038ae408faace02158c3886f1" 2018-10-26 09:52:49,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:52:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0555babd-abbe-4ec5-93a0-00e880da022e Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/46d4f9e42885499cbb5a6ed95bd1987e"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-c4b347c8-d4ee-42e-proj-role", "id": "46d4f9e42885499cbb5a6ed95bd1987e"}} 2018-10-26 09:52:49,412 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/46d4f9e42885499cbb5a6ed95bd1987e used request id req-0555babd-abbe-4ec5-93a0-00e880da022e 2018-10-26 09:52:49,412 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-c4b347c8-d4ee-42e-proj-role to project CreateInstancePortManipulationTests-c4b347c8-d4ee-42e-proj 2018-10-26 09:52:49,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/461ff911d52648ba91b8c23ec1401656/users/40287b7aa5864c9f8f977417bcac94f1/roles/46d4f9e42885499cbb5a6ed95bd1987e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa3171105db7824038ae408faace02158c3886f1" 2018-10-26 09:52:49,538 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:52:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c3b29476-f212-44b8-9135-ab7d8ac33c60 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:52:49,538 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/461ff911d52648ba91b8c23ec1401656/users/40287b7aa5864c9f8f977417bcac94f1/roles/46d4f9e42885499cbb5a6ed95bd1987e used request id req-c3b29476-f212-44b8-9135-ab7d8ac33c60 2018-10-26 09:52:49,539 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-26 09:52:49,539 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:52:49,540 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:52:49,909 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "46d4f9e42885499cbb5a6ed95bd1987e", "name": "CreateInstancePortManipulationTests-c4b347c8-d4ee-42e-proj-role"}], "expires_at": "2018-10-26T10:52:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "461ff911d52648ba91b8c23ec1401656", "name": "CreateInstancePortManipulationTests-c4b347c8-d4ee-42e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/461ff911d52648ba91b8c23ec1401656", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/461ff911d52648ba91b8c23ec1401656", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/461ff911d52648ba91b8c23ec1401656", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/461ff911d52648ba91b8c23ec1401656", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/461ff911d52648ba91b8c23ec1401656", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/461ff911d52648ba91b8c23ec1401656", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/461ff911d52648ba91b8c23ec1401656", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/461ff911d52648ba91b8c23ec1401656", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/461ff911d52648ba91b8c23ec1401656", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/461ff911d52648ba91b8c23ec1401656", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/461ff911d52648ba91b8c23ec1401656", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/461ff911d52648ba91b8c23ec1401656", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-c4b347c8-d4ee-42e-user", "id": "40287b7aa5864c9f8f977417bcac94f1"}, "audit_ids": ["_e3VCmFuTOGUTdKwBB7RUA"], "issued_at": "2018-10-26T09:52:49.000000Z"}} 2018-10-26 09:52:49,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fa89eb4727ea61ecb2e010d319740d09183a2e7" 2018-10-26 09:52:49,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:52:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afff00cc-7d56-4057-b0d5-a1d7ce0f9ce5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:52:49,991 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-afff00cc-7d56-4057-b0d5-a1d7ce0f9ce5 2018-10-26 09:52:49,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3fa89eb4727ea61ecb2e010d319740d09183a2e7" 2018-10-26 09:52:50,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-efd8e048-81ee-4d36-9154-2ccf2d682a51 Date: Fri, 26 Oct 2018 09:52:50 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-image"} 2018-10-26 09:52:50,169 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-image used request id req-efd8e048-81ee-4d36-9154-2ccf2d682a51 2018-10-26 09:52:50,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3fa89eb4727ea61ecb2e010d319740d09183a2e7" 2018-10-26 09:52:50,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-423ac25a-2835-4417-8c36-c22511a19a5d Date: Fri, 26 Oct 2018 09:52: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-26 09:52:50,339 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-423ac25a-2835-4417-8c36-c22511a19a5d 2018-10-26 09:52:50,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3fa89eb4727ea61ecb2e010d319740d09183a2e7" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-image"}' 2018-10-26 09:52:50,579 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/0c0de7ff-cb7d-490e-ba01-0cd61d7e732f X-Openstack-Request-Id: req-23389848-9e60-42f3-9f7a-6cc23c79a4b2 Date: Fri, 26 Oct 2018 09:52:50 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:52:50Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-26T09:52:50Z", "visibility": "shared", "locations": [], "self": "/v2/images/0c0de7ff-cb7d-490e-ba01-0cd61d7e732f", "min_disk": 0, "protected": false, "id": "0c0de7ff-cb7d-490e-ba01-0cd61d7e732f", "file": "/v2/images/0c0de7ff-cb7d-490e-ba01-0cd61d7e732f/file", "checksum": null, "owner": "461ff911d52648ba91b8c23ec1401656", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:52:50,579 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-23389848-9e60-42f3-9f7a-6cc23c79a4b2 2018-10-26 09:52:50,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/0c0de7ff-cb7d-490e-ba01-0cd61d7e732f/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3fa89eb4727ea61ecb2e010d319740d09183a2e7" -d '' 2018-10-26 09:52:52,408 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4229c06d-cc0c-4ede-a7c2-26481beba3b0 Date: Fri, 26 Oct 2018 09:52: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-26 09:52:52,408 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/0c0de7ff-cb7d-490e-ba01-0cd61d7e732f/file used request id req-4229c06d-cc0c-4ede-a7c2-26481beba3b0 2018-10-26 09:52:52,408 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 09:52:52,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/0c0de7ff-cb7d-490e-ba01-0cd61d7e732f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3fa89eb4727ea61ecb2e010d319740d09183a2e7" 2018-10-26 09:52:52,581 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-134deb27-e9e7-462d-92dd-d76d5926df9d Date: Fri, 26 Oct 2018 09:52:52 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:52:50Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:52:52Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/0c0de7ff-cb7d-490e-ba01-0cd61d7e732f/snap", "metadata": {}}], "self": "/v2/images/0c0de7ff-cb7d-490e-ba01-0cd61d7e732f", "min_disk": 0, "protected": false, "id": "0c0de7ff-cb7d-490e-ba01-0cd61d7e732f", "file": "/v2/images/0c0de7ff-cb7d-490e-ba01-0cd61d7e732f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "461ff911d52648ba91b8c23ec1401656", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/0c0de7ff-cb7d-490e-ba01-0cd61d7e732f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:52:52,581 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/0c0de7ff-cb7d-490e-ba01-0cd61d7e732f used request id req-134deb27-e9e7-462d-92dd-d76d5926df9d 2018-10-26 09:52:52,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3fa89eb4727ea61ecb2e010d319740d09183a2e7" 2018-10-26 09:52:52,740 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ffffe6ec-8395-4ce9-a732-7d3d07155d11 Date: Fri, 26 Oct 2018 09:52: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-26 09:52:52,740 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-ffffe6ec-8395-4ce9-a732-7d3d07155d11 2018-10-26 09:52:52,744 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-image 2018-10-26 09:52:52,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/0c0de7ff-cb7d-490e-ba01-0cd61d7e732f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3fa89eb4727ea61ecb2e010d319740d09183a2e7" 2018-10-26 09:52:52,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-b3948a30-54ac-4187-ab22-f180efa18613 Date: Fri, 26 Oct 2018 09:52:52 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:52:50Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:52:52Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/0c0de7ff-cb7d-490e-ba01-0cd61d7e732f/snap", "metadata": {}}], "self": "/v2/images/0c0de7ff-cb7d-490e-ba01-0cd61d7e732f", "min_disk": 0, "protected": false, "id": "0c0de7ff-cb7d-490e-ba01-0cd61d7e732f", "file": "/v2/images/0c0de7ff-cb7d-490e-ba01-0cd61d7e732f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "461ff911d52648ba91b8c23ec1401656", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/0c0de7ff-cb7d-490e-ba01-0cd61d7e732f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:52:52,981 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/0c0de7ff-cb7d-490e-ba01-0cd61d7e732f used request id req-b3948a30-54ac-4187-ab22-f180efa18613 2018-10-26 09:52:52,982 - create_image - DEBUG - Instance status is - active 2018-10-26 09:52:52,982 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-image 2018-10-26 09:52:52,982 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-image 2018-10-26 09:52:52,982 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:52:52,983 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:52:53,357 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "46d4f9e42885499cbb5a6ed95bd1987e", "name": "CreateInstancePortManipulationTests-c4b347c8-d4ee-42e-proj-role"}], "expires_at": "2018-10-26T10:52:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "461ff911d52648ba91b8c23ec1401656", "name": "CreateInstancePortManipulationTests-c4b347c8-d4ee-42e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/461ff911d52648ba91b8c23ec1401656", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/461ff911d52648ba91b8c23ec1401656", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/461ff911d52648ba91b8c23ec1401656", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/461ff911d52648ba91b8c23ec1401656", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/461ff911d52648ba91b8c23ec1401656", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/461ff911d52648ba91b8c23ec1401656", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/461ff911d52648ba91b8c23ec1401656", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/461ff911d52648ba91b8c23ec1401656", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/461ff911d52648ba91b8c23ec1401656", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/461ff911d52648ba91b8c23ec1401656", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/461ff911d52648ba91b8c23ec1401656", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/461ff911d52648ba91b8c23ec1401656", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-c4b347c8-d4ee-42e-user", "id": "40287b7aa5864c9f8f977417bcac94f1"}, "audit_ids": ["sMHvIfNITAagfU5nGpMvUA"], "issued_at": "2018-10-26T09:52:53.000000Z"}} 2018-10-26 09:52:53,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeb006b91cbfb677c5a89553332d744e8751f42e" 2018-10-26 09:52:53,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:52:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03a93367-4a46-40d8-b7c4-0a749c5cb7aa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:52:53,430 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-03a93367-4a46-40d8-b7c4-0a749c5cb7aa 2018-10-26 09:52:53,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeb006b91cbfb677c5a89553332d744e8751f42e" 2018-10-26 09:52:53,628 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-bf991b89-f493-4ebe-9d8a-86ace0b7f889 Date: Fri, 26 Oct 2018 09:52:53 GMT RESP BODY: {"networks":[]} 2018-10-26 09:52:53,628 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-pub-net used request id req-bf991b89-f493-4ebe-9d8a-86ace0b7f889 2018-10-26 09:52:53,629 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-pub-net 2018-10-26 09:52:53,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeb006b91cbfb677c5a89553332d744e8751f42e" -d '{"network": {"name": "CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-pub-net", "admin_state_up": true}}' 2018-10-26 09:52:54,169 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-b72d464e-df31-46c9-9f11-2e414b1ed33b Date: Fri, 26 Oct 2018 09:52:54 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"74835918-3461-4fb9-b302-657e196aa473","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"461ff911d52648ba91b8c23ec1401656","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T09:52:54Z","is_default":false,"name":"CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"461ff911d52648ba91b8c23ec1401656","created_at":"2018-10-26T09:52:53Z","mtu":1450}} 2018-10-26 09:52:54,169 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-b72d464e-df31-46c9-9f11-2e414b1ed33b 2018-10-26 09:52:54,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=74835918-3461-4fb9-b302-657e196aa473 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeb006b91cbfb677c5a89553332d744e8751f42e" 2018-10-26 09:52:54,418 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-0ed5803f-9051-494c-88a8-cccb915874a5 Date: Fri, 26 Oct 2018 09:52:54 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-26T09:52:54Z","tenant_id":"461ff911d52648ba91b8c23ec1401656","created_at":"2018-10-26T09:52:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"461ff911d52648ba91b8c23ec1401656","id":"74835918-3461-4fb9-b302-657e196aa473","name":"CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-pub-net"}]} 2018-10-26 09:52:54,418 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=74835918-3461-4fb9-b302-657e196aa473 used request id req-0ed5803f-9051-494c-88a8-cccb915874a5 2018-10-26 09:52:54,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=74835918-3461-4fb9-b302-657e196aa473 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeb006b91cbfb677c5a89553332d744e8751f42e" 2018-10-26 09:52:54,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-31fd2a7c-8bd3-4534-b248-08b413052437 Date: Fri, 26 Oct 2018 09:52:54 GMT RESP BODY: {"subnets":[]} 2018-10-26 09:52:54,604 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=74835918-3461-4fb9-b302-657e196aa473 used request id req-31fd2a7c-8bd3-4534-b248-08b413052437 2018-10-26 09:52:54,605 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-pub-subnet 2018-10-26 09:52:54,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeb006b91cbfb677c5a89553332d744e8751f42e" -d '{"subnets": [{"ip_version": 4, "network_id": "74835918-3461-4fb9-b302-657e196aa473", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-pub-subnet"}]}' 2018-10-26 09:52:55,306 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-16369a7d-1cef-46df-b88a-7ec51aab4c7c Date: Fri, 26 Oct 2018 09:52:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"74835918-3461-4fb9-b302-657e196aa473","tenant_id":"461ff911d52648ba91b8c23ec1401656","created_at":"2018-10-26T09:52:54Z","dns_nameservers":[],"updated_at":"2018-10-26T09:52:54Z","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":"461ff911d52648ba91b8c23ec1401656","id":"562079ca-fb13-4e72-9cd3-f817b2906dd6","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-pub-subnet"}]} 2018-10-26 09:52:55,307 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-16369a7d-1cef-46df-b88a-7ec51aab4c7c 2018-10-26 09:52:55,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=74835918-3461-4fb9-b302-657e196aa473 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeb006b91cbfb677c5a89553332d744e8751f42e" 2018-10-26 09:52:55,425 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-925f0673-9827-4a5f-8417-dc40583e6e52 Date: Fri, 26 Oct 2018 09:52: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":["562079ca-fb13-4e72-9cd3-f817b2906dd6"],"updated_at":"2018-10-26T09:52:54Z","tenant_id":"461ff911d52648ba91b8c23ec1401656","created_at":"2018-10-26T09:52:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"461ff911d52648ba91b8c23ec1401656","id":"74835918-3461-4fb9-b302-657e196aa473","name":"CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-pub-net"}]} 2018-10-26 09:52:55,425 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=74835918-3461-4fb9-b302-657e196aa473 used request id req-925f0673-9827-4a5f-8417-dc40583e6e52 2018-10-26 09:52:55,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=74835918-3461-4fb9-b302-657e196aa473 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeb006b91cbfb677c5a89553332d744e8751f42e" 2018-10-26 09:52:55,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-3ef4c9bd-bf98-4ebe-8b23-42ce9230f3e5 Date: Fri, 26 Oct 2018 09:52:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"74835918-3461-4fb9-b302-657e196aa473","tenant_id":"461ff911d52648ba91b8c23ec1401656","created_at":"2018-10-26T09:52:54Z","dns_nameservers":[],"updated_at":"2018-10-26T09:52:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"461ff911d52648ba91b8c23ec1401656","id":"562079ca-fb13-4e72-9cd3-f817b2906dd6","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-pub-subnet"}]} 2018-10-26 09:52:55,484 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=74835918-3461-4fb9-b302-657e196aa473 used request id req-3ef4c9bd-bf98-4ebe-8b23-42ce9230f3e5 2018-10-26 09:52:55,485 - OpenStackNetwork - DEBUG - Network [74835918-3461-4fb9-b302-657e196aa473] created successfully 2018-10-26 09:52:55,485 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:52:55,486 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:52:55,870 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:52:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["VGinbqU0RGiQIk2HBR3yFA"], "issued_at": "2018-10-26T09:52:55.000000Z"}} 2018-10-26 09:52:55,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91a494ade146717e3a9baca1e60da5ab063a6e0f" 2018-10-26 09:52:55,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:52:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84728945-a31c-45ff-8c58-66a62ce6b452 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:52:55,957 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-84728945-a31c-45ff-8c58-66a62ce6b452 2018-10-26 09:52:55,958 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:52:55,963 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91a494ade146717e3a9baca1e60da5ab063a6e0f" 2018-10-26 09:52:56,185 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:52:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-247baa36-2aaa-4752-9d0f-43a01066ff66 x-compute-request-id: req-247baa36-2aaa-4752-9d0f-43a01066ff66 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-26 09:52:56,185 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-247baa36-2aaa-4752-9d0f-43a01066ff66 2018-10-26 09:52:56,188 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91a494ade146717e3a9baca1e60da5ab063a6e0f" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-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-26 09:52:56,244 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:52:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f09b1afc-3df3-4b47-a59d-a17ef9ffb379 x-compute-request-id: req-f09b1afc-3df3-4b47-a59d-a17ef9ffb379 Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/a2caedcb-8b2e-4c9f-8abe-6ec9a7b1d240", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/a2caedcb-8b2e-4c9f-8abe-6ec9a7b1d240", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "a2caedcb-8b2e-4c9f-8abe-6ec9a7b1d240", "name": "CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 09:52:56,244 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-f09b1afc-3df3-4b47-a59d-a17ef9ffb379 2018-10-26 09:52:56,245 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:52:56,246 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:52:56,617 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "46d4f9e42885499cbb5a6ed95bd1987e", "name": "CreateInstancePortManipulationTests-c4b347c8-d4ee-42e-proj-role"}], "expires_at": "2018-10-26T10:52:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "461ff911d52648ba91b8c23ec1401656", "name": "CreateInstancePortManipulationTests-c4b347c8-d4ee-42e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/461ff911d52648ba91b8c23ec1401656", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/461ff911d52648ba91b8c23ec1401656", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/461ff911d52648ba91b8c23ec1401656", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/461ff911d52648ba91b8c23ec1401656", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/461ff911d52648ba91b8c23ec1401656", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/461ff911d52648ba91b8c23ec1401656", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/461ff911d52648ba91b8c23ec1401656", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/461ff911d52648ba91b8c23ec1401656", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/461ff911d52648ba91b8c23ec1401656", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/461ff911d52648ba91b8c23ec1401656", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/461ff911d52648ba91b8c23ec1401656", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/461ff911d52648ba91b8c23ec1401656", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-c4b347c8-d4ee-42e-user", "id": "40287b7aa5864c9f8f977417bcac94f1"}, "audit_ids": ["BYxGuWsCT6OTdS0MfuhAgw"], "issued_at": "2018-10-26T09:52:56.000000Z"}} 2018-10-26 09:52:56,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b1580c95c5679fdf782c9cf0c4a5a32a8f57ffa" 2018-10-26 09:52:56,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:52:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-640e6806-37d2-45f3-8f37-96920932fbc6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:52:56,709 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-640e6806-37d2-45f3-8f37-96920932fbc6 2018-10-26 09:52:56,710 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:52:56,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b1580c95c5679fdf782c9cf0c4a5a32a8f57ffa" 2018-10-26 09:52:56,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:52:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3506d97-8e40-494d-a51a-f92eea27c1de Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:52:56,793 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d3506d97-8e40-494d-a51a-f92eea27c1de 2018-10-26 09:52:56,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b1580c95c5679fdf782c9cf0c4a5a32a8f57ffa" 2018-10-26 09:52:57,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-45f3c5b7-86eb-4afe-9891-7bb213fce03b Date: Fri, 26 Oct 2018 09:52: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":["562079ca-fb13-4e72-9cd3-f817b2906dd6"],"updated_at":"2018-10-26T09:52:54Z","tenant_id":"461ff911d52648ba91b8c23ec1401656","created_at":"2018-10-26T09:52:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"461ff911d52648ba91b8c23ec1401656","id":"74835918-3461-4fb9-b302-657e196aa473","name":"CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-pub-net"}]} 2018-10-26 09:52:57,055 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-pub-net used request id req-45f3c5b7-86eb-4afe-9891-7bb213fce03b 2018-10-26 09:52:57,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:52:57,063 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:52: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:52:57,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/461ff911d52648ba91b8c23ec1401656 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b1580c95c5679fdf782c9cf0c4a5a32a8f57ffa" 2018-10-26 09:52:57,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:52:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3dfa22f0-aed5-4487-b81f-7f509de6e06c Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/461ff911d52648ba91b8c23ec1401656"}, "enabled": true, "id": "461ff911d52648ba91b8c23ec1401656", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-c4b347c8-d4ee-42e-proj"}} 2018-10-26 09:52:57,241 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/461ff911d52648ba91b8c23ec1401656 used request id req-3dfa22f0-aed5-4487-b81f-7f509de6e06c 2018-10-26 09:52:57,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=74835918-3461-4fb9-b302-657e196aa473 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b1580c95c5679fdf782c9cf0c4a5a32a8f57ffa" 2018-10-26 09:52:57,443 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-8605e89e-fb6d-4bac-af89-ddbdb53f58f1 Date: Fri, 26 Oct 2018 09:52:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"74835918-3461-4fb9-b302-657e196aa473","tenant_id":"461ff911d52648ba91b8c23ec1401656","created_at":"2018-10-26T09:52:54Z","dns_nameservers":[],"updated_at":"2018-10-26T09:52:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"461ff911d52648ba91b8c23ec1401656","id":"562079ca-fb13-4e72-9cd3-f817b2906dd6","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-pub-subnet"}]} 2018-10-26 09:52:57,443 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=74835918-3461-4fb9-b302-657e196aa473 used request id req-8605e89e-fb6d-4bac-af89-ddbdb53f58f1 2018-10-26 09:52:57,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=74835918-3461-4fb9-b302-657e196aa473&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b1580c95c5679fdf782c9cf0c4a5a32a8f57ffa" 2018-10-26 09:52:57,613 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-517cd5e6-c239-4782-95ef-0ff1fb8399b1 Date: Fri, 26 Oct 2018 09:52:57 GMT RESP BODY: {"ports":[]} 2018-10-26 09:52:57,614 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=74835918-3461-4fb9-b302-657e196aa473&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323port-1&admin_state_up=True used request id req-517cd5e6-c239-4782-95ef-0ff1fb8399b1 2018-10-26 09:52:57,616 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b1580c95c5679fdf782c9cf0c4a5a32a8f57ffa" 2018-10-26 09:52:58,026 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:52: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-0e70b9a7-53c1-4e73-8dff-05d56b5981a4 x-compute-request-id: req-0e70b9a7-53c1-4e73-8dff-05d56b5981a4 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-26 09:52:58,026 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-inst used request id req-0e70b9a7-53c1-4e73-8dff-05d56b5981a4 2018-10-26 09:52:58,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b1580c95c5679fdf782c9cf0c4a5a32a8f57ffa" 2018-10-26 09:52:58,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-f1e56747-b113-4b59-a950-050c8412ff54 Date: Fri, 26 Oct 2018 09:52: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":["562079ca-fb13-4e72-9cd3-f817b2906dd6"],"updated_at":"2018-10-26T09:52:54Z","tenant_id":"461ff911d52648ba91b8c23ec1401656","created_at":"2018-10-26T09:52:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"461ff911d52648ba91b8c23ec1401656","id":"74835918-3461-4fb9-b302-657e196aa473","name":"CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-pub-net"}]} 2018-10-26 09:52:58,302 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-pub-net used request id req-f1e56747-b113-4b59-a950-050c8412ff54 2018-10-26 09:52:58,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/461ff911d52648ba91b8c23ec1401656 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b1580c95c5679fdf782c9cf0c4a5a32a8f57ffa" 2018-10-26 09:52:58,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:52:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-564eda4b-d5dc-44cf-bd4f-bdf88769e495 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/461ff911d52648ba91b8c23ec1401656"}, "enabled": true, "id": "461ff911d52648ba91b8c23ec1401656", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-c4b347c8-d4ee-42e-proj"}} 2018-10-26 09:52:58,384 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/461ff911d52648ba91b8c23ec1401656 used request id req-564eda4b-d5dc-44cf-bd4f-bdf88769e495 2018-10-26 09:52:58,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=74835918-3461-4fb9-b302-657e196aa473 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b1580c95c5679fdf782c9cf0c4a5a32a8f57ffa" 2018-10-26 09:52:58,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-7cf68169-e674-41de-b5ee-33c2a8761d98 Date: Fri, 26 Oct 2018 09:52:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"74835918-3461-4fb9-b302-657e196aa473","tenant_id":"461ff911d52648ba91b8c23ec1401656","created_at":"2018-10-26T09:52:54Z","dns_nameservers":[],"updated_at":"2018-10-26T09:52:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"461ff911d52648ba91b8c23ec1401656","id":"562079ca-fb13-4e72-9cd3-f817b2906dd6","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-pub-subnet"}]} 2018-10-26 09:52:58,591 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=74835918-3461-4fb9-b302-657e196aa473 used request id req-7cf68169-e674-41de-b5ee-33c2a8761d98 2018-10-26 09:52:58,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=74835918-3461-4fb9-b302-657e196aa473&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b1580c95c5679fdf782c9cf0c4a5a32a8f57ffa" 2018-10-26 09:52:58,772 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-7e22e98e-0b4e-4bc4-a728-090b1473c434 Date: Fri, 26 Oct 2018 09:52:58 GMT RESP BODY: {"ports":[]} 2018-10-26 09:52:58,773 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=74835918-3461-4fb9-b302-657e196aa473&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323port-1&admin_state_up=True used request id req-7e22e98e-0b4e-4bc4-a728-090b1473c434 2018-10-26 09:52:58,773 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:52:58,774 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:52:59,145 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "46d4f9e42885499cbb5a6ed95bd1987e", "name": "CreateInstancePortManipulationTests-c4b347c8-d4ee-42e-proj-role"}], "expires_at": "2018-10-26T10:52:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "461ff911d52648ba91b8c23ec1401656", "name": "CreateInstancePortManipulationTests-c4b347c8-d4ee-42e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/461ff911d52648ba91b8c23ec1401656", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/461ff911d52648ba91b8c23ec1401656", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/461ff911d52648ba91b8c23ec1401656", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/461ff911d52648ba91b8c23ec1401656", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/461ff911d52648ba91b8c23ec1401656", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/461ff911d52648ba91b8c23ec1401656", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/461ff911d52648ba91b8c23ec1401656", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/461ff911d52648ba91b8c23ec1401656", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/461ff911d52648ba91b8c23ec1401656", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/461ff911d52648ba91b8c23ec1401656", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/461ff911d52648ba91b8c23ec1401656", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/461ff911d52648ba91b8c23ec1401656", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-c4b347c8-d4ee-42e-user", "id": "40287b7aa5864c9f8f977417bcac94f1"}, "audit_ids": ["_VGdfgB4RKKF_2LtC4RUZQ"], "issued_at": "2018-10-26T09:52:59.000000Z"}} 2018-10-26 09:52:59,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c598dd5fbcf549a70f1cf9db2bba643aac9f4d0f" 2018-10-26 09:52:59,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:52:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d9c2184-aef9-47c6-96d8-4c76f800002a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:52:59,219 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-2d9c2184-aef9-47c6-96d8-4c76f800002a 2018-10-26 09:52:59,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b1580c95c5679fdf782c9cf0c4a5a32a8f57ffa" 2018-10-26 09:52:59,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-ce5ab23e-3325-4606-a878-5475fd68a959 Date: Fri, 26 Oct 2018 09:52: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":["562079ca-fb13-4e72-9cd3-f817b2906dd6"],"updated_at":"2018-10-26T09:52:54Z","tenant_id":"461ff911d52648ba91b8c23ec1401656","created_at":"2018-10-26T09:52:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"461ff911d52648ba91b8c23ec1401656","id":"74835918-3461-4fb9-b302-657e196aa473","name":"CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-pub-net"}]} 2018-10-26 09:52:59,484 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-pub-net used request id req-ce5ab23e-3325-4606-a878-5475fd68a959 2018-10-26 09:52:59,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=74835918-3461-4fb9-b302-657e196aa473 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b1580c95c5679fdf782c9cf0c4a5a32a8f57ffa" 2018-10-26 09:52:59,680 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-7c938eac-5ada-4bb4-a86c-bafa3d943b42 Date: Fri, 26 Oct 2018 09:52:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"74835918-3461-4fb9-b302-657e196aa473","tenant_id":"461ff911d52648ba91b8c23ec1401656","created_at":"2018-10-26T09:52:54Z","dns_nameservers":[],"updated_at":"2018-10-26T09:52:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"461ff911d52648ba91b8c23ec1401656","id":"562079ca-fb13-4e72-9cd3-f817b2906dd6","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-pub-subnet"}]} 2018-10-26 09:52:59,680 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=74835918-3461-4fb9-b302-657e196aa473 used request id req-7c938eac-5ada-4bb4-a86c-bafa3d943b42 2018-10-26 09:52:59,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b1580c95c5679fdf782c9cf0c4a5a32a8f57ffa" 2018-10-26 09:52:59,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-a74943e9-a8b5-4423-9c12-903f946e6604 Date: Fri, 26 Oct 2018 09:52: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":["562079ca-fb13-4e72-9cd3-f817b2906dd6"],"updated_at":"2018-10-26T09:52:54Z","tenant_id":"461ff911d52648ba91b8c23ec1401656","created_at":"2018-10-26T09:52:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"461ff911d52648ba91b8c23ec1401656","id":"74835918-3461-4fb9-b302-657e196aa473","name":"CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-pub-net"}]} 2018-10-26 09:52:59,934 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-pub-net used request id req-a74943e9-a8b5-4423-9c12-903f946e6604 2018-10-26 09:52:59,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:52:59,943 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:52: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:52:59,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/461ff911d52648ba91b8c23ec1401656 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c598dd5fbcf549a70f1cf9db2bba643aac9f4d0f" 2018-10-26 09:53:00,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:52:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc390c23-6707-4a21-aa8f-adc023c6a268 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/461ff911d52648ba91b8c23ec1401656"}, "enabled": true, "id": "461ff911d52648ba91b8c23ec1401656", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-c4b347c8-d4ee-42e-proj"}} 2018-10-26 09:53:00,018 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/461ff911d52648ba91b8c23ec1401656 used request id req-fc390c23-6707-4a21-aa8f-adc023c6a268 2018-10-26 09:53:00,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=74835918-3461-4fb9-b302-657e196aa473 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b1580c95c5679fdf782c9cf0c4a5a32a8f57ffa" 2018-10-26 09:53:00,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-ba68c3e2-6bd9-4900-9917-906ec252b454 Date: Fri, 26 Oct 2018 09:53:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"74835918-3461-4fb9-b302-657e196aa473","tenant_id":"461ff911d52648ba91b8c23ec1401656","created_at":"2018-10-26T09:52:54Z","dns_nameservers":[],"updated_at":"2018-10-26T09:52:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"461ff911d52648ba91b8c23ec1401656","id":"562079ca-fb13-4e72-9cd3-f817b2906dd6","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-pub-subnet"}]} 2018-10-26 09:53:00,232 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=74835918-3461-4fb9-b302-657e196aa473 used request id req-ba68c3e2-6bd9-4900-9917-906ec252b454 2018-10-26 09:53:00,233 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-pub-net 2018-10-26 09:53:00,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b1580c95c5679fdf782c9cf0c4a5a32a8f57ffa" -d '{"port": {"network_id": "74835918-3461-4fb9-b302-657e196aa473", "mac_address": "0a:1b:2c:3d:4e:5f", "name": "CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323port-1", "admin_state_up": true}}' 2018-10-26 09:53:01,301 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 792 X-Openstack-Request-Id: req-e1cd564a-bde7-4b51-9fdf-00a1dd18ce50 Date: Fri, 26 Oct 2018 09:53:01 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:53:00Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"562079ca-fb13-4e72-9cd3-f817b2906dd6","ip_address":"10.55.0.12"}],"id":"560fd684-9c61-4628-bcaa-346a59e91464","security_groups":["7ca3f262-a2b3-40ca-81e5-24fe0df6079f"],"mac_address":"0a:1b:2c:3d:4e:5f","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323port-1","project_id":"461ff911d52648ba91b8c23ec1401656","qos_policy_id":null,"admin_state_up":true,"network_id":"74835918-3461-4fb9-b302-657e196aa473","tenant_id":"461ff911d52648ba91b8c23ec1401656","created_at":"2018-10-26T09:53:00Z","binding:vnic_type":"normal"}} 2018-10-26 09:53:01,302 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-e1cd564a-bde7-4b51-9fdf-00a1dd18ce50 2018-10-26 09:53:01,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b1580c95c5679fdf782c9cf0c4a5a32a8f57ffa" 2018-10-26 09:53:01,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-ba0aa3dc-5842-450c-a368-3ca50064684c Date: Fri, 26 Oct 2018 09: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":["562079ca-fb13-4e72-9cd3-f817b2906dd6"],"updated_at":"2018-10-26T09:52:54Z","tenant_id":"461ff911d52648ba91b8c23ec1401656","created_at":"2018-10-26T09:52:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"461ff911d52648ba91b8c23ec1401656","id":"74835918-3461-4fb9-b302-657e196aa473","name":"CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-pub-net"}]} 2018-10-26 09:53:01,557 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-pub-net used request id req-ba0aa3dc-5842-450c-a368-3ca50064684c 2018-10-26 09:53:01,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/461ff911d52648ba91b8c23ec1401656 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b1580c95c5679fdf782c9cf0c4a5a32a8f57ffa" 2018-10-26 09:53:01,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:53:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1672613-45a2-47dc-befd-3ad572db35a1 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/461ff911d52648ba91b8c23ec1401656"}, "enabled": true, "id": "461ff911d52648ba91b8c23ec1401656", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-c4b347c8-d4ee-42e-proj"}} 2018-10-26 09:53:01,650 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/461ff911d52648ba91b8c23ec1401656 used request id req-c1672613-45a2-47dc-befd-3ad572db35a1 2018-10-26 09:53:01,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=74835918-3461-4fb9-b302-657e196aa473 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b1580c95c5679fdf782c9cf0c4a5a32a8f57ffa" 2018-10-26 09:53:01,867 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-23af9489-46ae-43a2-9ef9-0809ee2bfb9c Date: Fri, 26 Oct 2018 09:53:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"74835918-3461-4fb9-b302-657e196aa473","tenant_id":"461ff911d52648ba91b8c23ec1401656","created_at":"2018-10-26T09:52:54Z","dns_nameservers":[],"updated_at":"2018-10-26T09:52:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"461ff911d52648ba91b8c23ec1401656","id":"562079ca-fb13-4e72-9cd3-f817b2906dd6","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-pub-subnet"}]} 2018-10-26 09:53:01,867 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=74835918-3461-4fb9-b302-657e196aa473 used request id req-23af9489-46ae-43a2-9ef9-0809ee2bfb9c 2018-10-26 09:53:01,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=74835918-3461-4fb9-b302-657e196aa473&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b1580c95c5679fdf782c9cf0c4a5a32a8f57ffa" 2018-10-26 09:53:02,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 795 X-Openstack-Request-Id: req-f63e7c97-fb9e-49f2-82fa-340ae7124b3a Date: Fri, 26 Oct 2018 09:53:02 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:53:00Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"562079ca-fb13-4e72-9cd3-f817b2906dd6","ip_address":"10.55.0.12"}],"id":"560fd684-9c61-4628-bcaa-346a59e91464","security_groups":["7ca3f262-a2b3-40ca-81e5-24fe0df6079f"],"mac_address":"0a:1b:2c:3d:4e:5f","project_id":"461ff911d52648ba91b8c23ec1401656","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323port-1","admin_state_up":true,"network_id":"74835918-3461-4fb9-b302-657e196aa473","tenant_id":"461ff911d52648ba91b8c23ec1401656","created_at":"2018-10-26T09:53:00Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-26 09:53:02,078 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=74835918-3461-4fb9-b302-657e196aa473&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323port-1&admin_state_up=True used request id req-f63e7c97-fb9e-49f2-82fa-340ae7124b3a 2018-10-26 09:53:02,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/461ff911d52648ba91b8c23ec1401656 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b1580c95c5679fdf782c9cf0c4a5a32a8f57ffa" 2018-10-26 09:53:02,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:53:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-210f9c74-84a1-45e1-ad5a-6567874a46f4 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/461ff911d52648ba91b8c23ec1401656"}, "enabled": true, "id": "461ff911d52648ba91b8c23ec1401656", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-c4b347c8-d4ee-42e-proj"}} 2018-10-26 09:53:02,164 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/461ff911d52648ba91b8c23ec1401656 used request id req-210f9c74-84a1-45e1-ad5a-6567874a46f4 2018-10-26 09:53:02,164 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-inst 2018-10-26 09:53:02,168 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b1580c95c5679fdf782c9cf0c4a5a32a8f57ffa" 2018-10-26 09:53:02,195 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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-e9ec7e94-4332-4dba-8aeb-7e83c60677d4 x-compute-request-id: req-e9ec7e94-4332-4dba-8aeb-7e83c60677d4 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"flavors": [{"id": "a2caedcb-8b2e-4c9f-8abe-6ec9a7b1d240", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/a2caedcb-8b2e-4c9f-8abe-6ec9a7b1d240", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/a2caedcb-8b2e-4c9f-8abe-6ec9a7b1d240", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-flavor-name"}]} 2018-10-26 09:53:02,195 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-e9ec7e94-4332-4dba-8aeb-7e83c60677d4 2018-10-26 09:53:02,198 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/a2caedcb-8b2e-4c9f-8abe-6ec9a7b1d240 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b1580c95c5679fdf782c9cf0c4a5a32a8f57ffa" 2018-10-26 09:53:02,219 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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-03968267-b2fd-4791-b48b-f28301a78a03 x-compute-request-id: req-03968267-b2fd-4791-b48b-f28301a78a03 Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/a2caedcb-8b2e-4c9f-8abe-6ec9a7b1d240", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/a2caedcb-8b2e-4c9f-8abe-6ec9a7b1d240", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "a2caedcb-8b2e-4c9f-8abe-6ec9a7b1d240", "name": "CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 09:53:02,219 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/a2caedcb-8b2e-4c9f-8abe-6ec9a7b1d240 used request id req-03968267-b2fd-4791-b48b-f28301a78a03 2018-10-26 09:53:02,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7b1580c95c5679fdf782c9cf0c4a5a32a8f57ffa" 2018-10-26 09:53:02,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-6bc20674-8e8a-4411-b92b-f2c18fbb8fd5 Date: Fri, 26 Oct 2018 09:53:02 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:52:50Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:52:52Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/0c0de7ff-cb7d-490e-ba01-0cd61d7e732f/snap", "metadata": {}}], "self": "/v2/images/0c0de7ff-cb7d-490e-ba01-0cd61d7e732f", "min_disk": 0, "protected": false, "id": "0c0de7ff-cb7d-490e-ba01-0cd61d7e732f", "file": "/v2/images/0c0de7ff-cb7d-490e-ba01-0cd61d7e732f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "461ff911d52648ba91b8c23ec1401656", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/0c0de7ff-cb7d-490e-ba01-0cd61d7e732f/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-image"} 2018-10-26 09:53:02,389 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-image used request id req-6bc20674-8e8a-4411-b92b-f2c18fbb8fd5 2018-10-26 09:53:02,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7b1580c95c5679fdf782c9cf0c4a5a32a8f57ffa" 2018-10-26 09:53:02,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a2356f17-d999-4699-b6ac-998953e4eb43 Date: Fri, 26 Oct 2018 09:53: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-26 09:53:02,545 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-a2356f17-d999-4699-b6ac-998953e4eb43 2018-10-26 09:53:02,551 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b1580c95c5679fdf782c9cf0c4a5a32a8f57ffa" -d '{"server": {"name": "CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-inst", "imageRef": "0c0de7ff-cb7d-490e-ba01-0cd61d7e732f", "flavorRef": "a2caedcb-8b2e-4c9f-8abe-6ec9a7b1d240", "max_count": 1, "min_count": 1, "networks": [{"port": "560fd684-9c61-4628-bcaa-346a59e91464"}]}}' 2018-10-26 09:53:04,256 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09: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-13c71481-ba30-40e5-870f-835e807c5a22 x-compute-request-id: req-13c71481-ba30-40e5-870f-835e807c5a22 Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/59132bfa-afa9-4753-9f44-20fe3031c636 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "59132bfa-afa9-4753-9f44-20fe3031c636", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59132bfa-afa9-4753-9f44-20fe3031c636", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59132bfa-afa9-4753-9f44-20fe3031c636", "rel": "bookmark"}], "adminPass": "sjgar7LyH9Jy"}} 2018-10-26 09:53:04,256 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-13c71481-ba30-40e5-870f-835e807c5a22 2018-10-26 09:53:04,260 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/59132bfa-afa9-4753-9f44-20fe3031c636 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b1580c95c5679fdf782c9cf0c4a5a32a8f57ffa" 2018-10-26 09:53:04,607 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:53:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7af398b4-5cf1-4ed6-9918-a4d25444963d x-compute-request-id: req-7af398b4-5cf1-4ed6-9918-a4d25444963d Content-Encoding: gzip Content-Length: 618 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59132bfa-afa9-4753-9f44-20fe3031c636", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59132bfa-afa9-4753-9f44-20fe3031c636", "rel": "bookmark"}], "image": {"id": "0c0de7ff-cb7d-490e-ba01-0cd61d7e732f", "links": [{"href": "http://172.30.9.21:8774/images/0c0de7ff-cb7d-490e-ba01-0cd61d7e732f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a2caedcb-8b2e-4c9f-8abe-6ec9a7b1d240", "links": [{"href": "http://172.30.9.21:8774/flavors/a2caedcb-8b2e-4c9f-8abe-6ec9a7b1d240", "rel": "bookmark"}]}, "id": "59132bfa-afa9-4753-9f44-20fe3031c636", "user_id": "40287b7aa5864c9f8f977417bcac94f1", "OS-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-26T09:53:04Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-inst", "created": "2018-10-26T09:53:04Z", "tenant_id": "461ff911d52648ba91b8c23ec1401656", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:53:04,607 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/59132bfa-afa9-4753-9f44-20fe3031c636 used request id req-7af398b4-5cf1-4ed6-9918-a4d25444963d 2018-10-26 09:53:04,608 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-inst 2018-10-26 09:53:04,611 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/59132bfa-afa9-4753-9f44-20fe3031c636 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b1580c95c5679fdf782c9cf0c4a5a32a8f57ffa" 2018-10-26 09:53:04,769 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:53:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b9f6d601-2acc-4b89-bb40-db2746654b88 x-compute-request-id: req-b9f6d601-2acc-4b89-bb40-db2746654b88 Content-Encoding: gzip Content-Length: 618 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59132bfa-afa9-4753-9f44-20fe3031c636", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59132bfa-afa9-4753-9f44-20fe3031c636", "rel": "bookmark"}], "image": {"id": "0c0de7ff-cb7d-490e-ba01-0cd61d7e732f", "links": [{"href": "http://172.30.9.21:8774/images/0c0de7ff-cb7d-490e-ba01-0cd61d7e732f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a2caedcb-8b2e-4c9f-8abe-6ec9a7b1d240", "links": [{"href": "http://172.30.9.21:8774/flavors/a2caedcb-8b2e-4c9f-8abe-6ec9a7b1d240", "rel": "bookmark"}]}, "id": "59132bfa-afa9-4753-9f44-20fe3031c636", "user_id": "40287b7aa5864c9f8f977417bcac94f1", "OS-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-26T09:53:04Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-inst", "created": "2018-10-26T09:53:04Z", "tenant_id": "461ff911d52648ba91b8c23ec1401656", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:53:04,769 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/59132bfa-afa9-4753-9f44-20fe3031c636 used request id req-b9f6d601-2acc-4b89-bb40-db2746654b88 2018-10-26 09:53:04,770 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-inst] is - BUILD 2018-10-26 09:53:04,770 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:53:07,773 - create_instance - DEBUG - VM status query timeout in 896.83497715 2018-10-26 09:53:07,776 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/59132bfa-afa9-4753-9f44-20fe3031c636 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b1580c95c5679fdf782c9cf0c4a5a32a8f57ffa" 2018-10-26 09:53:08,471 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:53:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5063aa38-e03b-4144-a9ff-990c76cd4d5b x-compute-request-id: req-5063aa38-e03b-4144-a9ff-990c76cd4d5b Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59132bfa-afa9-4753-9f44-20fe3031c636", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59132bfa-afa9-4753-9f44-20fe3031c636", "rel": "bookmark"}], "image": {"id": "0c0de7ff-cb7d-490e-ba01-0cd61d7e732f", "links": [{"href": "http://172.30.9.21:8774/images/0c0de7ff-cb7d-490e-ba01-0cd61d7e732f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a2caedcb-8b2e-4c9f-8abe-6ec9a7b1d240", "links": [{"href": "http://172.30.9.21:8774/flavors/a2caedcb-8b2e-4c9f-8abe-6ec9a7b1d240", "rel": "bookmark"}]}, "id": "59132bfa-afa9-4753-9f44-20fe3031c636", "security_groups": [{"name": "default"}], "user_id": "40287b7aa5864c9f8f977417bcac94f1", "OS-DCF: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-26T09:53:05Z", "hostId": "e35f2f9cd6383e2a53ef5cd344c55b8b12990a5ced8b2a7bd9fb4656", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-inst", "created": "2018-10-26T09:53:04Z", "tenant_id": "461ff911d52648ba91b8c23ec1401656", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:53:08,472 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/59132bfa-afa9-4753-9f44-20fe3031c636 used request id req-5063aa38-e03b-4144-a9ff-990c76cd4d5b 2018-10-26 09:53:08,472 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-inst] is - BUILD 2018-10-26 09:53:08,472 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:53:11,475 - create_instance - DEBUG - VM status query timeout in 893.132539988 2018-10-26 09:53:11,478 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/59132bfa-afa9-4753-9f44-20fe3031c636 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b1580c95c5679fdf782c9cf0c4a5a32a8f57ffa" 2018-10-26 09:53:12,094 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:53: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-bec06386-3a5a-4bbb-9f36-74c0862e4bdc x-compute-request-id: req-bec06386-3a5a-4bbb-9f36-74c0862e4bdc Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59132bfa-afa9-4753-9f44-20fe3031c636", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59132bfa-afa9-4753-9f44-20fe3031c636", "rel": "bookmark"}], "image": {"id": "0c0de7ff-cb7d-490e-ba01-0cd61d7e732f", "links": [{"href": "http://172.30.9.21:8774/images/0c0de7ff-cb7d-490e-ba01-0cd61d7e732f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a2caedcb-8b2e-4c9f-8abe-6ec9a7b1d240", "links": [{"href": "http://172.30.9.21:8774/flavors/a2caedcb-8b2e-4c9f-8abe-6ec9a7b1d240", "rel": "bookmark"}]}, "id": "59132bfa-afa9-4753-9f44-20fe3031c636", "security_groups": [{"name": "default"}], "user_id": "40287b7aa5864c9f8f977417bcac94f1", "OS-DCF: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-26T09:53:05Z", "hostId": "e35f2f9cd6383e2a53ef5cd344c55b8b12990a5ced8b2a7bd9fb4656", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-inst", "created": "2018-10-26T09:53:04Z", "tenant_id": "461ff911d52648ba91b8c23ec1401656", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:53:12,095 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/59132bfa-afa9-4753-9f44-20fe3031c636 used request id req-bec06386-3a5a-4bbb-9f36-74c0862e4bdc 2018-10-26 09:53:12,095 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-inst] is - BUILD 2018-10-26 09:53:12,095 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:53:15,098 - create_instance - DEBUG - VM status query timeout in 889.509490013 2018-10-26 09:53:15,101 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/59132bfa-afa9-4753-9f44-20fe3031c636 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b1580c95c5679fdf782c9cf0c4a5a32a8f57ffa" 2018-10-26 09:53:15,714 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:53:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9c503d1d-a42a-40bc-9160-3d2da78e0a10 x-compute-request-id: req-9c503d1d-a42a-40bc-9160-3d2da78e0a10 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "0a:1b:2c:3d:4e:5f", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59132bfa-afa9-4753-9f44-20fe3031c636", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59132bfa-afa9-4753-9f44-20fe3031c636", "rel": "bookmark"}], "image": {"id": "0c0de7ff-cb7d-490e-ba01-0cd61d7e732f", "links": [{"href": "http://172.30.9.21:8774/images/0c0de7ff-cb7d-490e-ba01-0cd61d7e732f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:53:11.000000", "flavor": {"id": "a2caedcb-8b2e-4c9f-8abe-6ec9a7b1d240", "links": [{"href": "http://172.30.9.21:8774/flavors/a2caedcb-8b2e-4c9f-8abe-6ec9a7b1d240", "rel": "bookmark"}]}, "id": "59132bfa-afa9-4753-9f44-20fe3031c636", "security_groups": [{"name": "default"}], "user_id": "40287b7aa5864c9f8f977417bcac94f1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:53:11Z", "hostId": "e35f2f9cd6383e2a53ef5cd344c55b8b12990a5ced8b2a7bd9fb4656", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-inst", "created": "2018-10-26T09:53:04Z", "tenant_id": "461ff911d52648ba91b8c23ec1401656", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:53:15,714 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/59132bfa-afa9-4753-9f44-20fe3031c636 used request id req-9c503d1d-a42a-40bc-9160-3d2da78e0a10 2018-10-26 09:53:15,715 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-inst] is - ACTIVE 2018-10-26 09:53:15,715 - create_instance - INFO - VM is - ACTIVE 2018-10-26 09:53:15,718 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/59132bfa-afa9-4753-9f44-20fe3031c636 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b1580c95c5679fdf782c9cf0c4a5a32a8f57ffa" 2018-10-26 09:53:16,191 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:53:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b9e0d503-b13d-4900-8f59-00fcc35e7091 x-compute-request-id: req-b9e0d503-b13d-4900-8f59-00fcc35e7091 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "0a:1b:2c:3d:4e:5f", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59132bfa-afa9-4753-9f44-20fe3031c636", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59132bfa-afa9-4753-9f44-20fe3031c636", "rel": "bookmark"}], "image": {"id": "0c0de7ff-cb7d-490e-ba01-0cd61d7e732f", "links": [{"href": "http://172.30.9.21:8774/images/0c0de7ff-cb7d-490e-ba01-0cd61d7e732f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:53:11.000000", "flavor": {"id": "a2caedcb-8b2e-4c9f-8abe-6ec9a7b1d240", "links": [{"href": "http://172.30.9.21:8774/flavors/a2caedcb-8b2e-4c9f-8abe-6ec9a7b1d240", "rel": "bookmark"}]}, "id": "59132bfa-afa9-4753-9f44-20fe3031c636", "security_groups": [{"name": "default"}], "user_id": "40287b7aa5864c9f8f977417bcac94f1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:53:11Z", "hostId": "e35f2f9cd6383e2a53ef5cd344c55b8b12990a5ced8b2a7bd9fb4656", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-inst", "created": "2018-10-26T09:53:04Z", "tenant_id": "461ff911d52648ba91b8c23ec1401656", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:53:16,191 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/59132bfa-afa9-4753-9f44-20fe3031c636 used request id req-b9e0d503-b13d-4900-8f59-00fcc35e7091 2018-10-26 09:53:16,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b1580c95c5679fdf782c9cf0c4a5a32a8f57ffa" 2018-10-26 09:53:16,431 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-4f105e82-10aa-4a23-8071-6bcd1544c5bd Date: Fri, 26 Oct 2018 09:53: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":["562079ca-fb13-4e72-9cd3-f817b2906dd6"],"updated_at":"2018-10-26T09:52:54Z","tenant_id":"461ff911d52648ba91b8c23ec1401656","created_at":"2018-10-26T09:52:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"461ff911d52648ba91b8c23ec1401656","id":"74835918-3461-4fb9-b302-657e196aa473","name":"CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-pub-net"}]} 2018-10-26 09:53:16,431 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-pub-net used request id req-4f105e82-10aa-4a23-8071-6bcd1544c5bd 2018-10-26 09:53:16,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/461ff911d52648ba91b8c23ec1401656 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b1580c95c5679fdf782c9cf0c4a5a32a8f57ffa" 2018-10-26 09:53:16,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:53:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71de2398-8b53-40d9-a4ea-b6231b5f0e7e Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/461ff911d52648ba91b8c23ec1401656"}, "enabled": true, "id": "461ff911d52648ba91b8c23ec1401656", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-c4b347c8-d4ee-42e-proj"}} 2018-10-26 09:53:16,508 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/461ff911d52648ba91b8c23ec1401656 used request id req-71de2398-8b53-40d9-a4ea-b6231b5f0e7e 2018-10-26 09:53:16,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=74835918-3461-4fb9-b302-657e196aa473 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b1580c95c5679fdf782c9cf0c4a5a32a8f57ffa" 2018-10-26 09:53:16,566 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-ff14f20a-31dc-4c02-baeb-ad7a0ba6a75f Date: Fri, 26 Oct 2018 09:53:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"74835918-3461-4fb9-b302-657e196aa473","tenant_id":"461ff911d52648ba91b8c23ec1401656","created_at":"2018-10-26T09:52:54Z","dns_nameservers":[],"updated_at":"2018-10-26T09:52:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"461ff911d52648ba91b8c23ec1401656","id":"562079ca-fb13-4e72-9cd3-f817b2906dd6","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-pub-subnet"}]} 2018-10-26 09:53:16,566 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=74835918-3461-4fb9-b302-657e196aa473 used request id req-ff14f20a-31dc-4c02-baeb-ad7a0ba6a75f 2018-10-26 09:53:16,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=74835918-3461-4fb9-b302-657e196aa473 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b1580c95c5679fdf782c9cf0c4a5a32a8f57ffa" 2018-10-26 09:53:16,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3122 X-Openstack-Request-Id: req-2f582a27-51db-4e23-aeb0-0762f1177c41 Date: Fri, 26 Oct 2018 09:53:16 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:53:10Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"562079ca-fb13-4e72-9cd3-f817b2906dd6","ip_address":"10.55.0.12"}],"id":"560fd684-9c61-4628-bcaa-346a59e91464","security_groups":["7ca3f262-a2b3-40ca-81e5-24fe0df6079f"],"mac_address":"0a:1b:2c:3d:4e:5f","project_id":"461ff911d52648ba91b8c23ec1401656","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323port-1","admin_state_up":true,"network_id":"74835918-3461-4fb9-b302-657e196aa473","tenant_id":"461ff911d52648ba91b8c23ec1401656","created_at":"2018-10-26T09:53:00Z","binding:vnic_type":"normal","device_id":"59132bfa-afa9-4753-9f44-20fe3031c636"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:52:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"562079ca-fb13-4e72-9cd3-f817b2906dd6","ip_address":"10.55.0.3"}],"id":"b7579618-f958-4602-b8a0-ed674ff95256","security_groups":[],"mac_address":"fa:16:3e:d2:a9:9a","project_id":"461ff911d52648ba91b8c23ec1401656","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"74835918-3461-4fb9-b302-657e196aa473","tenant_id":"461ff911d52648ba91b8c23ec1401656","created_at":"2018-10-26T09:52:56Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-74835918-3461-4fb9-b302-657e196aa473"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:52:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"562079ca-fb13-4e72-9cd3-f817b2906dd6","ip_address":"10.55.0.4"}],"id":"bf3af624-3f56-4839-835a-d1a658c2d9eb","security_groups":[],"mac_address":"fa:16:3e:21:9b:6a","project_id":"461ff911d52648ba91b8c23ec1401656","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"74835918-3461-4fb9-b302-657e196aa473","tenant_id":"461ff911d52648ba91b8c23ec1401656","created_at":"2018-10-26T09:52:56Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-74835918-3461-4fb9-b302-657e196aa473"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:52:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"562079ca-fb13-4e72-9cd3-f817b2906dd6","ip_address":"10.55.0.2"}],"id":"efa6f375-cf79-493c-bf9f-544ea803ae80","security_groups":[],"mac_address":"fa:16:3e:03:8d:18","project_id":"461ff911d52648ba91b8c23ec1401656","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"74835918-3461-4fb9-b302-657e196aa473","tenant_id":"461ff911d52648ba91b8c23ec1401656","created_at":"2018-10-26T09:52:55Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-74835918-3461-4fb9-b302-657e196aa473"}]} 2018-10-26 09:53:16,808 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=74835918-3461-4fb9-b302-657e196aa473 used request id req-2f582a27-51db-4e23-aeb0-0762f1177c41 2018-10-26 09:53:16,809 - create_instance - INFO - Deleting Port with ID - 560fd684-9c61-4628-bcaa-346a59e91464 2018-10-26 09:53:16,809 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323port-1 2018-10-26 09:53:16,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/560fd684-9c61-4628-bcaa-346a59e91464 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b1580c95c5679fdf782c9cf0c4a5a32a8f57ffa" 2018-10-26 09:53:17,517 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fc2c5b48-83d3-4e97-9175-c75eee228d15 Date: Fri, 26 Oct 2018 09:53:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:53:17,517 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/560fd684-9c61-4628-bcaa-346a59e91464 used request id req-fc2c5b48-83d3-4e97-9175-c75eee228d15 2018-10-26 09:53:17,518 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-inst 2018-10-26 09:53:17,521 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/59132bfa-afa9-4753-9f44-20fe3031c636 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b1580c95c5679fdf782c9cf0c4a5a32a8f57ffa" 2018-10-26 09:53:17,670 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:53:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ccce9143-049d-4de3-aa9f-a16f6e09c659 x-compute-request-id: req-ccce9143-049d-4de3-aa9f-a16f6e09c659 Content-Type: application/json 2018-10-26 09:53:17,670 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/59132bfa-afa9-4753-9f44-20fe3031c636 used request id req-ccce9143-049d-4de3-aa9f-a16f6e09c659 2018-10-26 09:53:17,670 - create_instance - INFO - Checking deletion status 2018-10-26 09:53:17,673 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/59132bfa-afa9-4753-9f44-20fe3031c636 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b1580c95c5679fdf782c9cf0c4a5a32a8f57ffa" 2018-10-26 09:53:18,240 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:53:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-81db6fa0-5d0d-44d6-860b-3a782566b566 x-compute-request-id: req-81db6fa0-5d0d-44d6-860b-3a782566b566 Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "0a:1b:2c:3d:4e:5f", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59132bfa-afa9-4753-9f44-20fe3031c636", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59132bfa-afa9-4753-9f44-20fe3031c636", "rel": "bookmark"}], "image": {"id": "0c0de7ff-cb7d-490e-ba01-0cd61d7e732f", "links": [{"href": "http://172.30.9.21:8774/images/0c0de7ff-cb7d-490e-ba01-0cd61d7e732f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:53:11.000000", "flavor": {"id": "a2caedcb-8b2e-4c9f-8abe-6ec9a7b1d240", "links": [{"href": "http://172.30.9.21:8774/flavors/a2caedcb-8b2e-4c9f-8abe-6ec9a7b1d240", "rel": "bookmark"}]}, "id": "59132bfa-afa9-4753-9f44-20fe3031c636", "user_id": "40287b7aa5864c9f8f977417bcac94f1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:53:17Z", "hostId": "e35f2f9cd6383e2a53ef5cd344c55b8b12990a5ced8b2a7bd9fb4656", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-inst", "created": "2018-10-26T09:53:04Z", "tenant_id": "461ff911d52648ba91b8c23ec1401656", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:53:18,240 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/59132bfa-afa9-4753-9f44-20fe3031c636 used request id req-81db6fa0-5d0d-44d6-860b-3a782566b566 2018-10-26 09:53:18,241 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-inst] is - ACTIVE 2018-10-26 09:53:18,241 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:53:21,244 - create_instance - DEBUG - VM status query timeout in 296.426287174 2018-10-26 09:53:21,247 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/59132bfa-afa9-4753-9f44-20fe3031c636 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b1580c95c5679fdf782c9cf0c4a5a32a8f57ffa" 2018-10-26 09:53:21,483 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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-fd2ffe78-6a8d-4519-a857-577a02c02291 x-compute-request-id: req-fd2ffe78-6a8d-4519-a857-577a02c02291 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/59132bfa-afa9-4753-9f44-20fe3031c636", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/59132bfa-afa9-4753-9f44-20fe3031c636", "rel": "bookmark"}], "image": {"id": "0c0de7ff-cb7d-490e-ba01-0cd61d7e732f", "links": [{"href": "http://172.30.9.21:8774/images/0c0de7ff-cb7d-490e-ba01-0cd61d7e732f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:53:11.000000", "flavor": {"id": "a2caedcb-8b2e-4c9f-8abe-6ec9a7b1d240", "links": [{"href": "http://172.30.9.21:8774/flavors/a2caedcb-8b2e-4c9f-8abe-6ec9a7b1d240", "rel": "bookmark"}]}, "id": "59132bfa-afa9-4753-9f44-20fe3031c636", "user_id": "40287b7aa5864c9f8f977417bcac94f1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:53:17Z", "hostId": "e35f2f9cd6383e2a53ef5cd344c55b8b12990a5ced8b2a7bd9fb4656", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-inst", "created": "2018-10-26T09:53:04Z", "tenant_id": "461ff911d52648ba91b8c23ec1401656", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:53:21,483 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/59132bfa-afa9-4753-9f44-20fe3031c636 used request id req-fd2ffe78-6a8d-4519-a857-577a02c02291 2018-10-26 09:53:21,484 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-inst] is - ACTIVE 2018-10-26 09:53:21,484 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:53:24,487 - create_instance - DEBUG - VM status query timeout in 293.183227062 2018-10-26 09:53:24,490 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/59132bfa-afa9-4753-9f44-20fe3031c636 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b1580c95c5679fdf782c9cf0c4a5a32a8f57ffa" 2018-10-26 09:53:24,542 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 09: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 x-openstack-request-id: req-f5814761-798b-45ff-844a-d6fffabac79e x-compute-request-id: req-f5814761-798b-45ff-844a-d6fffabac79e Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 59132bfa-afa9-4753-9f44-20fe3031c636 could not be found.", "code": 404}} 2018-10-26 09:53:24,542 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/59132bfa-afa9-4753-9f44-20fe3031c636 used request id req-f5814761-798b-45ff-844a-d6fffabac79e 2018-10-26 09:53:24,543 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 59132bfa-afa9-4753-9f44-20fe3031c636 could not be found. (HTTP 404) (Request-ID: req-f5814761-798b-45ff-844a-d6fffabac79e) 2018-10-26 09:53:24,543 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-inst 2018-10-26 09:53:24,547 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/a2caedcb-8b2e-4c9f-8abe-6ec9a7b1d240 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91a494ade146717e3a9baca1e60da5ab063a6e0f" 2018-10-26 09:53:24,616 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09: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 x-openstack-request-id: req-d8ac31a8-4d46-437d-9b37-a8b2dc30ca40 x-compute-request-id: req-d8ac31a8-4d46-437d-9b37-a8b2dc30ca40 Content-Length: 0 Content-Type: application/json 2018-10-26 09:53:24,617 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/a2caedcb-8b2e-4c9f-8abe-6ec9a7b1d240 used request id req-d8ac31a8-4d46-437d-9b37-a8b2dc30ca40 2018-10-26 09:53:24,617 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-pub-subnet 2018-10-26 09:53:24,618 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-pub-subnet 2018-10-26 09:53:24,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/562079ca-fb13-4e72-9cd3-f817b2906dd6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeb006b91cbfb677c5a89553332d744e8751f42e" 2018-10-26 09:53:26,988 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-34a8c047-559a-4e87-b11c-7c5869a57376 Date: Fri, 26 Oct 2018 09:53:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:53:26,989 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/562079ca-fb13-4e72-9cd3-f817b2906dd6 used request id req-34a8c047-559a-4e87-b11c-7c5869a57376 2018-10-26 09:53:26,989 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-pub-net 2018-10-26 09:53:26,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/74835918-3461-4fb9-b302-657e196aa473 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeb006b91cbfb677c5a89553332d744e8751f42e" 2018-10-26 09:53:28,383 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c5ad0bb6-b470-4cff-b180-ae24f9a868e5 Date: Fri, 26 Oct 2018 09:53:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:53:28,383 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/74835918-3461-4fb9-b302-657e196aa473 used request id req-c5ad0bb6-b470-4cff-b180-ae24f9a868e5 2018-10-26 09:53:28,384 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-439451e7-6d71-4a9b-80b9-e5387814b323-image 2018-10-26 09:53:28,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/0c0de7ff-cb7d-490e-ba01-0cd61d7e732f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3fa89eb4727ea61ecb2e010d319740d09183a2e7" 2018-10-26 09:53:29,429 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bbaac622-3940-43bd-a2b4-4e97829903a5 Date: Fri, 26 Oct 2018 09:53: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-26 09:53:29,429 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/0c0de7ff-cb7d-490e-ba01-0cd61d7e732f used request id req-bbaac622-3940-43bd-a2b4-4e97829903a5 2018-10-26 09:53:29,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa3171105db7824038ae408faace02158c3886f1" 2018-10-26 09:53:29,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-967d0a04-e22a-4ef1-9da8-96084400d1e7 Date: Fri, 26 Oct 2018 09:53:29 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "461ff911d52648ba91b8c23ec1401656", "created_at": "2018-10-26T09:52:53Z", "updated_at": "2018-10-26T09:52:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:52:53Z", "revision_number": 0, "id": "0c7453f5-ed9c-4e29-a747-14edb82a590f", "remote_group_id": "7ca3f262-a2b3-40ca-81e5-24fe0df6079f", "remote_ip_prefix": null, "created_at": "2018-10-26T09:52:53Z", "security_group_id": "7ca3f262-a2b3-40ca-81e5-24fe0df6079f", "tenant_id": "461ff911d52648ba91b8c23ec1401656", "port_range_min": null, "ethertype": "IPv6", "project_id": "461ff911d52648ba91b8c23ec1401656"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:52:53Z", "revision_number": 0, "id": "618707fa-bc04-4e4e-8da2-8605a0f30201", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:52:53Z", "security_group_id": "7ca3f262-a2b3-40ca-81e5-24fe0df6079f", "tenant_id": "461ff911d52648ba91b8c23ec1401656", "port_range_min": null, "ethertype": "IPv4", "project_id": "461ff911d52648ba91b8c23ec1401656"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:52:53Z", "revision_number": 0, "id": "7a4b8bd6-a4d2-413e-a57b-0b9b0a4b01a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:52:53Z", "security_group_id": "7ca3f262-a2b3-40ca-81e5-24fe0df6079f", "tenant_id": "461ff911d52648ba91b8c23ec1401656", "port_range_min": null, "ethertype": "IPv6", "project_id": "461ff911d52648ba91b8c23ec1401656"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:52:53Z", "revision_number": 0, "id": "dd9d1bb4-4d8f-4ac5-8924-cf691675bd0d", "remote_group_id": "7ca3f262-a2b3-40ca-81e5-24fe0df6079f", "remote_ip_prefix": null, "created_at": "2018-10-26T09:52:53Z", "security_group_id": "7ca3f262-a2b3-40ca-81e5-24fe0df6079f", "tenant_id": "461ff911d52648ba91b8c23ec1401656", "port_range_min": null, "ethertype": "IPv4", "project_id": "461ff911d52648ba91b8c23ec1401656"}], "revision_number": 4, "project_id": "461ff911d52648ba91b8c23ec1401656", "id": "7ca3f262-a2b3-40ca-81e5-24fe0df6079f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:53:29,648 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-967d0a04-e22a-4ef1-9da8-96084400d1e7 2018-10-26 09:53:29,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa3171105db7824038ae408faace02158c3886f1" 2018-10-26 09:53:29,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:53:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d084d08-5d2e-44ab-aeb3-28551cc515e1 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:53:29,740 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-3d084d08-5d2e-44ab-aeb3-28551cc515e1 2018-10-26 09:53:29,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/461ff911d52648ba91b8c23ec1401656 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa3171105db7824038ae408faace02158c3886f1" 2018-10-26 09:53:29,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:53:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c2f05d0-454b-4460-81d3-58135d2164be Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/461ff911d52648ba91b8c23ec1401656"}, "enabled": true, "id": "461ff911d52648ba91b8c23ec1401656", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-c4b347c8-d4ee-42e-proj"}} 2018-10-26 09:53:29,838 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/461ff911d52648ba91b8c23ec1401656 used request id req-4c2f05d0-454b-4460-81d3-58135d2164be 2018-10-26 09:53:29,838 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7ca3f262-a2b3-40ca-81e5-24fe0df6079f 2018-10-26 09:53:29,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7ca3f262-a2b3-40ca-81e5-24fe0df6079f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa3171105db7824038ae408faace02158c3886f1" 2018-10-26 09:53:30,015 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-8a8079bb-9f53-489c-917e-83d32d07268f Date: Fri, 26 Oct 2018 09:53:30 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "7ca3f262-a2b3-40ca-81e5-24fe0df6079f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:52:53Z", "security_group_id": "7ca3f262-a2b3-40ca-81e5-24fe0df6079f", "port_range_min": null, "revision_number": 0, "tenant_id": "461ff911d52648ba91b8c23ec1401656", "created_at": "2018-10-26T09:52:53Z", "project_id": "461ff911d52648ba91b8c23ec1401656", "id": "0c7453f5-ed9c-4e29-a747-14edb82a590f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:52:53Z", "security_group_id": "7ca3f262-a2b3-40ca-81e5-24fe0df6079f", "port_range_min": null, "revision_number": 0, "tenant_id": "461ff911d52648ba91b8c23ec1401656", "created_at": "2018-10-26T09:52:53Z", "project_id": "461ff911d52648ba91b8c23ec1401656", "id": "618707fa-bc04-4e4e-8da2-8605a0f30201"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:52:53Z", "security_group_id": "7ca3f262-a2b3-40ca-81e5-24fe0df6079f", "port_range_min": null, "revision_number": 0, "tenant_id": "461ff911d52648ba91b8c23ec1401656", "created_at": "2018-10-26T09:52:53Z", "project_id": "461ff911d52648ba91b8c23ec1401656", "id": "7a4b8bd6-a4d2-413e-a57b-0b9b0a4b01a9"}, {"remote_group_id": "7ca3f262-a2b3-40ca-81e5-24fe0df6079f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:52:53Z", "security_group_id": "7ca3f262-a2b3-40ca-81e5-24fe0df6079f", "port_range_min": null, "revision_number": 0, "tenant_id": "461ff911d52648ba91b8c23ec1401656", "created_at": "2018-10-26T09:52:53Z", "project_id": "461ff911d52648ba91b8c23ec1401656", "id": "dd9d1bb4-4d8f-4ac5-8924-cf691675bd0d"}]} 2018-10-26 09:53:30,016 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7ca3f262-a2b3-40ca-81e5-24fe0df6079f used request id req-8a8079bb-9f53-489c-917e-83d32d07268f 2018-10-26 09:53:30,016 - neutron_utils - INFO - Deleting security group with name - default 2018-10-26 09:53:30,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/7ca3f262-a2b3-40ca-81e5-24fe0df6079f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa3171105db7824038ae408faace02158c3886f1" 2018-10-26 09:53:30,405 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-288f9d7d-a780-48f7-a518-858470874554 Content-Length: 0 Date: Fri, 26 Oct 2018 09:53:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:53:30,406 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/7ca3f262-a2b3-40ca-81e5-24fe0df6079f used request id req-288f9d7d-a780-48f7-a518-858470874554 2018-10-26 09:53:30,406 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-c4b347c8-d4ee-42e-proj 2018-10-26 09:53:30,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/461ff911d52648ba91b8c23ec1401656 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa3171105db7824038ae408faace02158c3886f1" 2018-10-26 09:53:30,610 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:53:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e7d2c29f-0c52-4eda-af93-244c5951122a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:53:30,611 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/461ff911d52648ba91b8c23ec1401656 used request id req-e7d2c29f-0c52-4eda-af93-244c5951122a 2018-10-26 09:53:30,611 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-c4b347c8-d4ee-42e-proj-role 2018-10-26 09:53:30,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/46d4f9e42885499cbb5a6ed95bd1987e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa3171105db7824038ae408faace02158c3886f1" 2018-10-26 09:53:30,728 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:53:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-64372601-e759-4488-ae49-4fc27ad0f481 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:53:30,728 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/46d4f9e42885499cbb5a6ed95bd1987e used request id req-64372601-e759-4488-ae49-4fc27ad0f481 2018-10-26 09:53:30,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa3171105db7824038ae408faace02158c3886f1" 2018-10-26 09:53:30,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:53:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53c8591a-00a5-40b2-bff2-c73b27aaf689 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:53:30,823 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-53c8591a-00a5-40b2-bff2-c73b27aaf689 2018-10-26 09:53:30,824 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-c4b347c8-d4ee-42e-user 2018-10-26 09:53:30,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/40287b7aa5864c9f8f977417bcac94f1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34bb736ce86f398bff399c6d43b93a691d398a56" 2018-10-26 09:53:30,990 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:53:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ec6ddf7c-6ff9-46a9-9d10-6dea41810b41 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:53:30,990 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/40287b7aa5864c9f8f977417bcac94f1 used request id req-ec6ddf7c-6ff9-46a9-9d10-6dea41810b41 2018-10-26 09:53:30,992 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:53:31,378 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:53:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["y4uy7yDpTViP4Y_i4-ycoA"], "issued_at": "2018-10-26T09:53:31.000000Z"}} 2018-10-26 09:53:31,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b36544056c1cac6282574bcf434a755f3cc57af" 2018-10-26 09:53:31,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:53:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-becf8825-48c1-44fb-ad86-13f8b80afab1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:53:31,463 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-becf8825-48c1-44fb-ad86-13f8b80afab1 2018-10-26 09:53:31,464 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:53:31,465 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:53:31,846 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:53:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["nRJpZ5E-Sj26nBS95vR0Ow"], "issued_at": "2018-10-26T09:53:31.000000Z"}} 2018-10-26 09:53:31,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ed642fcf77ebab99f95740234917a56bacfd7fa" 2018-10-26 09:53:31,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:53:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d470b748-ff7c-4e0d-abd1-8b98be1ec331 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:53:31,928 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d470b748-ff7c-4e0d-abd1-8b98be1ec331 2018-10-26 09:53:31,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:53:31,938 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:53: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:53:31,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-20a73dab-58b0-4e4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ed642fcf77ebab99f95740234917a56bacfd7fa" 2018-10-26 09:53:32,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:53:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3b8c7d4-bd7c-4982-acbb-6bed2ae0f3ba Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-20a73dab-58b0-4e4-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:53:32,018 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-20a73dab-58b0-4e4-proj used request id req-b3b8c7d4-bd7c-4982-acbb-6bed2ae0f3ba 2018-10-26 09:53:32,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ed642fcf77ebab99f95740234917a56bacfd7fa" 2018-10-26 09:53:32,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:53:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec5cc7f2-a9ce-43d0-88a5-4a8dc9fe2ba0 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:53:32,114 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-ec5cc7f2-a9ce-43d0-88a5-4a8dc9fe2ba0 2018-10-26 09:53:32,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ed642fcf77ebab99f95740234917a56bacfd7fa" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-20a73dab-58b0-4e4-proj"}}' 2018-10-26 09:53:32,339 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:53:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c3962f6e-b717-472a-9ad2-c40180907038 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/5b7e754077544168b9dbd5f5efd9afb8"}, "enabled": true, "id": "5b7e754077544168b9dbd5f5efd9afb8", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-20a73dab-58b0-4e4-proj"}} 2018-10-26 09:53:32,339 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-c3962f6e-b717-472a-9ad2-c40180907038 2018-10-26 09:53:32,340 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-20a73dab-58b0-4e4-proj 2018-10-26 09:53:32,340 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:53:32,340 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:53:32,714 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:53:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["kIowpAbeRIWEaZexG6zrgg"], "issued_at": "2018-10-26T09:53:32.000000Z"}} 2018-10-26 09:53:32,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b78f00fa64acabfc30bae48dd1601d9ca0dbc5c5" 2018-10-26 09:53:32,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:53:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6cafaf0c-cf60-436c-a512-a5f49da21fcb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:53:32,801 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-6cafaf0c-cf60-436c-a512-a5f49da21fcb 2018-10-26 09:53:32,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:53:32,812 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:53: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:53:32,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b78f00fa64acabfc30bae48dd1601d9ca0dbc5c5" 2018-10-26 09:53:32,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:53:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-859bd964-4806-452c-b114-507c91c4a4c4 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:53:32,847 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-859bd964-4806-452c-b114-507c91c4a4c4 2018-10-26 09:53:32,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-20a73dab-58b0-4e4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b78f00fa64acabfc30bae48dd1601d9ca0dbc5c5" 2018-10-26 09:53:32,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:53:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17ccb359-0227-47b5-b47b-2485bf55ce3b Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-20a73dab-58b0-4e4-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/5b7e754077544168b9dbd5f5efd9afb8"}, "enabled": true, "id": "5b7e754077544168b9dbd5f5efd9afb8", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-20a73dab-58b0-4e4-proj"}]} 2018-10-26 09:53:32,943 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-20a73dab-58b0-4e4-proj used request id req-17ccb359-0227-47b5-b47b-2485bf55ce3b 2018-10-26 09:53:32,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b78f00fa64acabfc30bae48dd1601d9ca0dbc5c5" 2018-10-26 09:53:33,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:53:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0864452-cf03-4386-ab1d-2a38c2e0f0ba Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:53:33,045 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-d0864452-cf03-4386-ab1d-2a38c2e0f0ba 2018-10-26 09:53:33,358 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-20a73dab-58b0-4e4-user 2018-10-26 09:53:33,358 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:53:33,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ed642fcf77ebab99f95740234917a56bacfd7fa" 2018-10-26 09:53:33,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:53:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3eb0fba4-a1ba-4d37-9cbd-0d6f2f99b34f Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:53:33,453 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-3eb0fba4-a1ba-4d37-9cbd-0d6f2f99b34f 2018-10-26 09:53:33,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ed642fcf77ebab99f95740234917a56bacfd7fa" -d '{"role": {"name": "CreateInstancePortManipulationTests-20a73dab-58b0-4e4-proj-role"}}' 2018-10-26 09:53:33,590 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:53:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-93a45852-bff2-446e-8cca-567f7ae2cfc4 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "78f4ab0e6ca34c02a471acc36f74e9a1", "links": {"self": "http://172.30.9.21:5000/v3/roles/78f4ab0e6ca34c02a471acc36f74e9a1"}, "name": "CreateInstancePortManipulationTests-20a73dab-58b0-4e4-proj-role"}} 2018-10-26 09:53:33,590 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-93a45852-bff2-446e-8cca-567f7ae2cfc4 2018-10-26 09:53:33,590 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-20a73dab-58b0-4e4-proj-role 2018-10-26 09:53:33,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/78f4ab0e6ca34c02a471acc36f74e9a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ed642fcf77ebab99f95740234917a56bacfd7fa" 2018-10-26 09:53:33,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:53:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38dd42c1-29e8-48d1-abf7-03c9b66dc782 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/78f4ab0e6ca34c02a471acc36f74e9a1"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-20a73dab-58b0-4e4-proj-role", "id": "78f4ab0e6ca34c02a471acc36f74e9a1"}} 2018-10-26 09:53:33,675 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/78f4ab0e6ca34c02a471acc36f74e9a1 used request id req-38dd42c1-29e8-48d1-abf7-03c9b66dc782 2018-10-26 09:53:33,675 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-20a73dab-58b0-4e4-proj-role to project CreateInstancePortManipulationTests-20a73dab-58b0-4e4-proj 2018-10-26 09:53:33,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/5b7e754077544168b9dbd5f5efd9afb8/users/3a6c995157d045d1bc85a878e7c76bcf/roles/78f4ab0e6ca34c02a471acc36f74e9a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ed642fcf77ebab99f95740234917a56bacfd7fa" 2018-10-26 09:53:33,736 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:53:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-443e809c-d759-4c2c-971c-392089940e7e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:53:33,736 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/5b7e754077544168b9dbd5f5efd9afb8/users/3a6c995157d045d1bc85a878e7c76bcf/roles/78f4ab0e6ca34c02a471acc36f74e9a1 used request id req-443e809c-d759-4c2c-971c-392089940e7e 2018-10-26 09:53:33,736 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-26 09:53:33,737 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:53:33,737 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:53:34,120 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "78f4ab0e6ca34c02a471acc36f74e9a1", "name": "CreateInstancePortManipulationTests-20a73dab-58b0-4e4-proj-role"}], "expires_at": "2018-10-26T10:53:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5b7e754077544168b9dbd5f5efd9afb8", "name": "CreateInstancePortManipulationTests-20a73dab-58b0-4e4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/5b7e754077544168b9dbd5f5efd9afb8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/5b7e754077544168b9dbd5f5efd9afb8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/5b7e754077544168b9dbd5f5efd9afb8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/5b7e754077544168b9dbd5f5efd9afb8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/5b7e754077544168b9dbd5f5efd9afb8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/5b7e754077544168b9dbd5f5efd9afb8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/5b7e754077544168b9dbd5f5efd9afb8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/5b7e754077544168b9dbd5f5efd9afb8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/5b7e754077544168b9dbd5f5efd9afb8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/5b7e754077544168b9dbd5f5efd9afb8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/5b7e754077544168b9dbd5f5efd9afb8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/5b7e754077544168b9dbd5f5efd9afb8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-20a73dab-58b0-4e4-user", "id": "3a6c995157d045d1bc85a878e7c76bcf"}, "audit_ids": ["5hr18_tsQ8GL3KGdwdI9pQ"], "issued_at": "2018-10-26T09:53:34.000000Z"}} 2018-10-26 09:53:34,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adda09731d1c720941198490cc44636fbbf26656" 2018-10-26 09:53:34,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:53:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3113ff74-539d-4f7b-8e44-1f78e5ecd79c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:53:34,191 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-3113ff74-539d-4f7b-8e44-1f78e5ecd79c 2018-10-26 09:53:34,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}adda09731d1c720941198490cc44636fbbf26656" 2018-10-26 09:53:34,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-3c6d3ea6-7272-4a61-b864-071553f963b5 Date: Fri, 26 Oct 2018 09:53:34 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-image"} 2018-10-26 09:53:34,448 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-image used request id req-3c6d3ea6-7272-4a61-b864-071553f963b5 2018-10-26 09:53:34,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}adda09731d1c720941198490cc44636fbbf26656" 2018-10-26 09:53:34,613 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-441f87bc-a73d-4847-bb06-80425f24dd94 Date: Fri, 26 Oct 2018 09:53: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-26 09:53:34,614 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-441f87bc-a73d-4847-bb06-80425f24dd94 2018-10-26 09:53:34,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}adda09731d1c720941198490cc44636fbbf26656" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-image"}' 2018-10-26 09:53:34,826 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/5d52160f-b1fa-4839-9c17-b385f9b1044a X-Openstack-Request-Id: req-7e8bc6c6-f585-46c7-9407-57e6e5f815eb Date: Fri, 26 Oct 2018 09:53:34 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:53:34Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-26T09:53:34Z", "visibility": "shared", "locations": [], "self": "/v2/images/5d52160f-b1fa-4839-9c17-b385f9b1044a", "min_disk": 0, "protected": false, "id": "5d52160f-b1fa-4839-9c17-b385f9b1044a", "file": "/v2/images/5d52160f-b1fa-4839-9c17-b385f9b1044a/file", "checksum": null, "owner": "5b7e754077544168b9dbd5f5efd9afb8", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:53:34,827 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-7e8bc6c6-f585-46c7-9407-57e6e5f815eb 2018-10-26 09:53:34,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/5d52160f-b1fa-4839-9c17-b385f9b1044a/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}adda09731d1c720941198490cc44636fbbf26656" -d '' 2018-10-26 09:53:36,698 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7c532f0a-f06a-41a0-8cf7-af2af14d555b Date: Fri, 26 Oct 2018 09:53: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-26 09:53:36,698 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/5d52160f-b1fa-4839-9c17-b385f9b1044a/file used request id req-7c532f0a-f06a-41a0-8cf7-af2af14d555b 2018-10-26 09:53:36,699 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 09:53:36,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/5d52160f-b1fa-4839-9c17-b385f9b1044a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}adda09731d1c720941198490cc44636fbbf26656" 2018-10-26 09:53:36,866 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-bc18596e-6826-4a6c-bef4-84b46275a787 Date: Fri, 26 Oct 2018 09:53:36 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:53:34Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:53:36Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/5d52160f-b1fa-4839-9c17-b385f9b1044a/snap", "metadata": {}}], "self": "/v2/images/5d52160f-b1fa-4839-9c17-b385f9b1044a", "min_disk": 0, "protected": false, "id": "5d52160f-b1fa-4839-9c17-b385f9b1044a", "file": "/v2/images/5d52160f-b1fa-4839-9c17-b385f9b1044a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "5b7e754077544168b9dbd5f5efd9afb8", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/5d52160f-b1fa-4839-9c17-b385f9b1044a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:53:36,866 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/5d52160f-b1fa-4839-9c17-b385f9b1044a used request id req-bc18596e-6826-4a6c-bef4-84b46275a787 2018-10-26 09:53:36,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}adda09731d1c720941198490cc44636fbbf26656" 2018-10-26 09:53:36,876 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-89b90911-d94a-487a-99f9-503fa55c4f38 Date: Fri, 26 Oct 2018 09:53: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-26 09:53:36,877 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-89b90911-d94a-487a-99f9-503fa55c4f38 2018-10-26 09:53:36,879 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-image 2018-10-26 09:53:36,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/5d52160f-b1fa-4839-9c17-b385f9b1044a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}adda09731d1c720941198490cc44636fbbf26656" 2018-10-26 09:53:36,900 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-801d0eda-7739-4b27-8d05-c8e53d9aac5e Date: Fri, 26 Oct 2018 09:53:36 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:53:34Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:53:36Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/5d52160f-b1fa-4839-9c17-b385f9b1044a/snap", "metadata": {}}], "self": "/v2/images/5d52160f-b1fa-4839-9c17-b385f9b1044a", "min_disk": 0, "protected": false, "id": "5d52160f-b1fa-4839-9c17-b385f9b1044a", "file": "/v2/images/5d52160f-b1fa-4839-9c17-b385f9b1044a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "5b7e754077544168b9dbd5f5efd9afb8", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/5d52160f-b1fa-4839-9c17-b385f9b1044a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:53:36,900 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/5d52160f-b1fa-4839-9c17-b385f9b1044a used request id req-801d0eda-7739-4b27-8d05-c8e53d9aac5e 2018-10-26 09:53:36,901 - create_image - DEBUG - Instance status is - active 2018-10-26 09:53:36,901 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-image 2018-10-26 09:53:36,901 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-image 2018-10-26 09:53:36,901 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:53:36,902 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:53:37,278 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "78f4ab0e6ca34c02a471acc36f74e9a1", "name": "CreateInstancePortManipulationTests-20a73dab-58b0-4e4-proj-role"}], "expires_at": "2018-10-26T10:53:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5b7e754077544168b9dbd5f5efd9afb8", "name": "CreateInstancePortManipulationTests-20a73dab-58b0-4e4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/5b7e754077544168b9dbd5f5efd9afb8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/5b7e754077544168b9dbd5f5efd9afb8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/5b7e754077544168b9dbd5f5efd9afb8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/5b7e754077544168b9dbd5f5efd9afb8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/5b7e754077544168b9dbd5f5efd9afb8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/5b7e754077544168b9dbd5f5efd9afb8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/5b7e754077544168b9dbd5f5efd9afb8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/5b7e754077544168b9dbd5f5efd9afb8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/5b7e754077544168b9dbd5f5efd9afb8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/5b7e754077544168b9dbd5f5efd9afb8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/5b7e754077544168b9dbd5f5efd9afb8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/5b7e754077544168b9dbd5f5efd9afb8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-20a73dab-58b0-4e4-user", "id": "3a6c995157d045d1bc85a878e7c76bcf"}, "audit_ids": ["TyjQSHjIRruOb3CjyN4EOA"], "issued_at": "2018-10-26T09:53:37.000000Z"}} 2018-10-26 09:53:37,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e30d236b7b58a6f7460d8f603625ef1e66f2fca9" 2018-10-26 09:53:37,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:53:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7d8dc59-f83b-4965-8fad-6637aadb581e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:53:37,361 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d7d8dc59-f83b-4965-8fad-6637aadb581e 2018-10-26 09:53:37,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e30d236b7b58a6f7460d8f603625ef1e66f2fca9" 2018-10-26 09:53:37,550 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-f02c2110-c12b-4e42-9a47-fa3792c2cd19 Date: Fri, 26 Oct 2018 09:53:37 GMT RESP BODY: {"networks":[]} 2018-10-26 09:53:37,550 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-pub-net used request id req-f02c2110-c12b-4e42-9a47-fa3792c2cd19 2018-10-26 09:53:37,551 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-pub-net 2018-10-26 09:53:37,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e30d236b7b58a6f7460d8f603625ef1e66f2fca9" -d '{"network": {"name": "CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-pub-net", "admin_state_up": true}}' 2018-10-26 09:53:38,079 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-069cb34d-0ad2-46fd-bff2-81e1fcfb6e62 Date: Fri, 26 Oct 2018 09:53:38 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"41552efa-649b-4a21-86d7-9521360ea630","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5b7e754077544168b9dbd5f5efd9afb8","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T09:53:37Z","is_default":false,"name":"CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"5b7e754077544168b9dbd5f5efd9afb8","created_at":"2018-10-26T09:53:37Z","mtu":1450}} 2018-10-26 09:53:38,079 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-069cb34d-0ad2-46fd-bff2-81e1fcfb6e62 2018-10-26 09:53:38,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=41552efa-649b-4a21-86d7-9521360ea630 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e30d236b7b58a6f7460d8f603625ef1e66f2fca9" 2018-10-26 09:53:38,319 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-eac226ec-d591-4154-8480-d5beff05b8e7 Date: Fri, 26 Oct 2018 09:53: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-26T09:53:37Z","tenant_id":"5b7e754077544168b9dbd5f5efd9afb8","created_at":"2018-10-26T09:53:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"5b7e754077544168b9dbd5f5efd9afb8","id":"41552efa-649b-4a21-86d7-9521360ea630","name":"CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-pub-net"}]} 2018-10-26 09:53:38,319 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=41552efa-649b-4a21-86d7-9521360ea630 used request id req-eac226ec-d591-4154-8480-d5beff05b8e7 2018-10-26 09:53:38,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=41552efa-649b-4a21-86d7-9521360ea630 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e30d236b7b58a6f7460d8f603625ef1e66f2fca9" 2018-10-26 09:53:38,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-ac65710d-158d-4227-b0b1-4b614a52ce2e Date: Fri, 26 Oct 2018 09:53:38 GMT RESP BODY: {"subnets":[]} 2018-10-26 09:53:38,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=41552efa-649b-4a21-86d7-9521360ea630 used request id req-ac65710d-158d-4227-b0b1-4b614a52ce2e 2018-10-26 09:53:38,495 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-pub-subnet 2018-10-26 09:53:38,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e30d236b7b58a6f7460d8f603625ef1e66f2fca9" -d '{"subnets": [{"ip_version": 4, "network_id": "41552efa-649b-4a21-86d7-9521360ea630", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-pub-subnet"}]}' 2018-10-26 09:53:39,103 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-0a578e5f-5921-4bd8-835a-1fe0ed448d09 Date: Fri, 26 Oct 2018 09:53:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"41552efa-649b-4a21-86d7-9521360ea630","tenant_id":"5b7e754077544168b9dbd5f5efd9afb8","created_at":"2018-10-26T09:53:38Z","dns_nameservers":[],"updated_at":"2018-10-26T09:53: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":"5b7e754077544168b9dbd5f5efd9afb8","id":"0c8bcab7-13cf-426f-965b-bf7974809486","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-pub-subnet"}]} 2018-10-26 09:53:39,104 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-0a578e5f-5921-4bd8-835a-1fe0ed448d09 2018-10-26 09:53:39,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=41552efa-649b-4a21-86d7-9521360ea630 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e30d236b7b58a6f7460d8f603625ef1e66f2fca9" 2018-10-26 09:53:39,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-82b6785e-3180-40c6-abdb-49a1b5270678 Date: Fri, 26 Oct 2018 09:53: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":["0c8bcab7-13cf-426f-965b-bf7974809486"],"updated_at":"2018-10-26T09:53:38Z","tenant_id":"5b7e754077544168b9dbd5f5efd9afb8","created_at":"2018-10-26T09:53:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5b7e754077544168b9dbd5f5efd9afb8","id":"41552efa-649b-4a21-86d7-9521360ea630","name":"CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-pub-net"}]} 2018-10-26 09:53:39,352 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=41552efa-649b-4a21-86d7-9521360ea630 used request id req-82b6785e-3180-40c6-abdb-49a1b5270678 2018-10-26 09:53:39,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=41552efa-649b-4a21-86d7-9521360ea630 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e30d236b7b58a6f7460d8f603625ef1e66f2fca9" 2018-10-26 09:53:39,412 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-8617c616-d464-4d45-8786-24f036250b15 Date: Fri, 26 Oct 2018 09:53:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"41552efa-649b-4a21-86d7-9521360ea630","tenant_id":"5b7e754077544168b9dbd5f5efd9afb8","created_at":"2018-10-26T09:53:38Z","dns_nameservers":[],"updated_at":"2018-10-26T09:53: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":"5b7e754077544168b9dbd5f5efd9afb8","id":"0c8bcab7-13cf-426f-965b-bf7974809486","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-pub-subnet"}]} 2018-10-26 09:53:39,412 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=41552efa-649b-4a21-86d7-9521360ea630 used request id req-8617c616-d464-4d45-8786-24f036250b15 2018-10-26 09:53:39,413 - OpenStackNetwork - DEBUG - Network [41552efa-649b-4a21-86d7-9521360ea630] created successfully 2018-10-26 09:53:39,413 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:53:39,414 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:53:39,834 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:53:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["H160WPgvSxGSrr4bSPnPcg"], "issued_at": "2018-10-26T09:53:39.000000Z"}} 2018-10-26 09:53:39,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1aaa435ec13bf76098dfdcefba556f4af7d313b6" 2018-10-26 09:53:39,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:53:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8499e04b-df90-4b2a-8b80-386bd0a29c4f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:53:39,916 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8499e04b-df90-4b2a-8b80-386bd0a29c4f 2018-10-26 09:53:39,917 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:53:39,923 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1aaa435ec13bf76098dfdcefba556f4af7d313b6" 2018-10-26 09:53:40,089 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:53:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4d7d0dd0-b8e6-431e-9e17-d2f63cdca1e5 x-compute-request-id: req-4d7d0dd0-b8e6-431e-9e17-d2f63cdca1e5 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-26 09:53:40,090 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-4d7d0dd0-b8e6-431e-9e17-d2f63cdca1e5 2018-10-26 09:53:40,093 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1aaa435ec13bf76098dfdcefba556f4af7d313b6" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-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-26 09:53:40,144 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:53: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-ca73553f-dad6-4775-ae9b-1f5a4e8386cc x-compute-request-id: req-ca73553f-dad6-4775-ae9b-1f5a4e8386cc Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/3eeb3ebb-4b45-4b4b-b216-551d706e4404", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/3eeb3ebb-4b45-4b4b-b216-551d706e4404", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "3eeb3ebb-4b45-4b4b-b216-551d706e4404", "name": "CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 09:53:40,144 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-ca73553f-dad6-4775-ae9b-1f5a4e8386cc 2018-10-26 09:53:40,145 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:53:40,146 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:53:40,522 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "78f4ab0e6ca34c02a471acc36f74e9a1", "name": "CreateInstancePortManipulationTests-20a73dab-58b0-4e4-proj-role"}], "expires_at": "2018-10-26T10:53:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5b7e754077544168b9dbd5f5efd9afb8", "name": "CreateInstancePortManipulationTests-20a73dab-58b0-4e4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/5b7e754077544168b9dbd5f5efd9afb8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/5b7e754077544168b9dbd5f5efd9afb8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/5b7e754077544168b9dbd5f5efd9afb8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/5b7e754077544168b9dbd5f5efd9afb8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/5b7e754077544168b9dbd5f5efd9afb8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/5b7e754077544168b9dbd5f5efd9afb8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/5b7e754077544168b9dbd5f5efd9afb8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/5b7e754077544168b9dbd5f5efd9afb8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/5b7e754077544168b9dbd5f5efd9afb8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/5b7e754077544168b9dbd5f5efd9afb8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/5b7e754077544168b9dbd5f5efd9afb8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/5b7e754077544168b9dbd5f5efd9afb8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-20a73dab-58b0-4e4-user", "id": "3a6c995157d045d1bc85a878e7c76bcf"}, "audit_ids": ["ZHVpJ7TkS7e3ZPOqsMAdsg"], "issued_at": "2018-10-26T09:53:40.000000Z"}} 2018-10-26 09:53:40,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef41e0799fa0d70bec0ead9c38795edf63263165" 2018-10-26 09:53:40,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:53:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f3774d7-edc6-480b-b721-de3c57044d58 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:53:40,608 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-7f3774d7-edc6-480b-b721-de3c57044d58 2018-10-26 09:53:40,609 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:53:40,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef41e0799fa0d70bec0ead9c38795edf63263165" 2018-10-26 09:53:40,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:53:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-897e6c76-9ad9-4adf-aafd-aa6fce2f5374 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:53:40,683 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-897e6c76-9ad9-4adf-aafd-aa6fce2f5374 2018-10-26 09:53:40,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef41e0799fa0d70bec0ead9c38795edf63263165" 2018-10-26 09:53:40,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-4f84b23d-a98c-40c2-a850-7cfe328d861e Date: Fri, 26 Oct 2018 09:53: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":["0c8bcab7-13cf-426f-965b-bf7974809486"],"updated_at":"2018-10-26T09:53:38Z","tenant_id":"5b7e754077544168b9dbd5f5efd9afb8","created_at":"2018-10-26T09:53:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5b7e754077544168b9dbd5f5efd9afb8","id":"41552efa-649b-4a21-86d7-9521360ea630","name":"CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-pub-net"}]} 2018-10-26 09:53:40,926 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-pub-net used request id req-4f84b23d-a98c-40c2-a850-7cfe328d861e 2018-10-26 09:53:40,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:53:40,935 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:53: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:53:40,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5b7e754077544168b9dbd5f5efd9afb8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef41e0799fa0d70bec0ead9c38795edf63263165" 2018-10-26 09:53:41,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:53:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd24f630-c88e-4ee1-bfb7-90a69022d765 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/5b7e754077544168b9dbd5f5efd9afb8"}, "enabled": true, "id": "5b7e754077544168b9dbd5f5efd9afb8", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-20a73dab-58b0-4e4-proj"}} 2018-10-26 09:53:41,014 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5b7e754077544168b9dbd5f5efd9afb8 used request id req-cd24f630-c88e-4ee1-bfb7-90a69022d765 2018-10-26 09:53:41,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=41552efa-649b-4a21-86d7-9521360ea630 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef41e0799fa0d70bec0ead9c38795edf63263165" 2018-10-26 09:53:41,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-26688400-445b-4268-80ee-8bebbf7ce683 Date: Fri, 26 Oct 2018 09:53:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"41552efa-649b-4a21-86d7-9521360ea630","tenant_id":"5b7e754077544168b9dbd5f5efd9afb8","created_at":"2018-10-26T09:53:38Z","dns_nameservers":[],"updated_at":"2018-10-26T09:53: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":"5b7e754077544168b9dbd5f5efd9afb8","id":"0c8bcab7-13cf-426f-965b-bf7974809486","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-pub-subnet"}]} 2018-10-26 09:53:41,210 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=41552efa-649b-4a21-86d7-9521360ea630 used request id req-26688400-445b-4268-80ee-8bebbf7ce683 2018-10-26 09:53:41,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=41552efa-649b-4a21-86d7-9521360ea630&name=CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef41e0799fa0d70bec0ead9c38795edf63263165" 2018-10-26 09:53:41,411 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-62c36893-714b-4434-b030-0e20846917d2 Date: Fri, 26 Oct 2018 09:53:41 GMT RESP BODY: {"ports":[]} 2018-10-26 09:53:41,412 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=41552efa-649b-4a21-86d7-9521360ea630&name=CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3port-1&admin_state_up=True used request id req-62c36893-714b-4434-b030-0e20846917d2 2018-10-26 09:53:41,415 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef41e0799fa0d70bec0ead9c38795edf63263165" 2018-10-26 09:53:41,653 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:53:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c73d5537-a28e-4aa2-9ba7-c2a0e7b5c134 x-compute-request-id: req-c73d5537-a28e-4aa2-9ba7-c2a0e7b5c134 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-26 09:53:41,653 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-inst used request id req-c73d5537-a28e-4aa2-9ba7-c2a0e7b5c134 2018-10-26 09:53:41,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef41e0799fa0d70bec0ead9c38795edf63263165" 2018-10-26 09:53:41,906 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-e6123643-52fb-4c99-ac19-c386d6d3b496 Date: Fri, 26 Oct 2018 09:53: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":["0c8bcab7-13cf-426f-965b-bf7974809486"],"updated_at":"2018-10-26T09:53:38Z","tenant_id":"5b7e754077544168b9dbd5f5efd9afb8","created_at":"2018-10-26T09:53:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5b7e754077544168b9dbd5f5efd9afb8","id":"41552efa-649b-4a21-86d7-9521360ea630","name":"CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-pub-net"}]} 2018-10-26 09:53:41,906 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-pub-net used request id req-e6123643-52fb-4c99-ac19-c386d6d3b496 2018-10-26 09:53:41,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5b7e754077544168b9dbd5f5efd9afb8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef41e0799fa0d70bec0ead9c38795edf63263165" 2018-10-26 09:53:41,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:53:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1eaeea7-4805-4062-9508-377c35a09375 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/5b7e754077544168b9dbd5f5efd9afb8"}, "enabled": true, "id": "5b7e754077544168b9dbd5f5efd9afb8", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-20a73dab-58b0-4e4-proj"}} 2018-10-26 09:53:41,934 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5b7e754077544168b9dbd5f5efd9afb8 used request id req-e1eaeea7-4805-4062-9508-377c35a09375 2018-10-26 09:53:41,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=41552efa-649b-4a21-86d7-9521360ea630 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef41e0799fa0d70bec0ead9c38795edf63263165" 2018-10-26 09:53:42,139 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-e278c200-1778-4bd8-b3f5-9b6e460b2e14 Date: Fri, 26 Oct 2018 09:53:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"41552efa-649b-4a21-86d7-9521360ea630","tenant_id":"5b7e754077544168b9dbd5f5efd9afb8","created_at":"2018-10-26T09:53:38Z","dns_nameservers":[],"updated_at":"2018-10-26T09:53: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":"5b7e754077544168b9dbd5f5efd9afb8","id":"0c8bcab7-13cf-426f-965b-bf7974809486","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-pub-subnet"}]} 2018-10-26 09:53:42,139 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=41552efa-649b-4a21-86d7-9521360ea630 used request id req-e278c200-1778-4bd8-b3f5-9b6e460b2e14 2018-10-26 09:53:42,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=41552efa-649b-4a21-86d7-9521360ea630&name=CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef41e0799fa0d70bec0ead9c38795edf63263165" 2018-10-26 09:53:42,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-2c1192fb-9fba-4928-a779-5ebcbfc60dec Date: Fri, 26 Oct 2018 09:53:42 GMT RESP BODY: {"ports":[]} 2018-10-26 09:53:42,176 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=41552efa-649b-4a21-86d7-9521360ea630&name=CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3port-1&admin_state_up=True used request id req-2c1192fb-9fba-4928-a779-5ebcbfc60dec 2018-10-26 09:53:42,176 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:53:42,177 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:53:42,552 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "78f4ab0e6ca34c02a471acc36f74e9a1", "name": "CreateInstancePortManipulationTests-20a73dab-58b0-4e4-proj-role"}], "expires_at": "2018-10-26T10:53:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5b7e754077544168b9dbd5f5efd9afb8", "name": "CreateInstancePortManipulationTests-20a73dab-58b0-4e4-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/5b7e754077544168b9dbd5f5efd9afb8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/5b7e754077544168b9dbd5f5efd9afb8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/5b7e754077544168b9dbd5f5efd9afb8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/5b7e754077544168b9dbd5f5efd9afb8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/5b7e754077544168b9dbd5f5efd9afb8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/5b7e754077544168b9dbd5f5efd9afb8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/5b7e754077544168b9dbd5f5efd9afb8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/5b7e754077544168b9dbd5f5efd9afb8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/5b7e754077544168b9dbd5f5efd9afb8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/5b7e754077544168b9dbd5f5efd9afb8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/5b7e754077544168b9dbd5f5efd9afb8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/5b7e754077544168b9dbd5f5efd9afb8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-20a73dab-58b0-4e4-user", "id": "3a6c995157d045d1bc85a878e7c76bcf"}, "audit_ids": ["sLwljFdzQKO4SGDqK6eH7Q"], "issued_at": "2018-10-26T09:53:42.000000Z"}} 2018-10-26 09:53:42,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2ec010a9b16b7c5187429dec082755881b61090" 2018-10-26 09:53:42,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:53:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20b04da0-ac00-4402-ada7-ca477f958ac7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:53:42,625 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-20b04da0-ac00-4402-ada7-ca477f958ac7 2018-10-26 09:53:42,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef41e0799fa0d70bec0ead9c38795edf63263165" 2018-10-26 09:53:42,868 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-29a55a55-b52d-45e2-a042-408a824558e8 Date: Fri, 26 Oct 2018 09:53: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":["0c8bcab7-13cf-426f-965b-bf7974809486"],"updated_at":"2018-10-26T09:53:38Z","tenant_id":"5b7e754077544168b9dbd5f5efd9afb8","created_at":"2018-10-26T09:53:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5b7e754077544168b9dbd5f5efd9afb8","id":"41552efa-649b-4a21-86d7-9521360ea630","name":"CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-pub-net"}]} 2018-10-26 09:53:42,868 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-pub-net used request id req-29a55a55-b52d-45e2-a042-408a824558e8 2018-10-26 09:53:42,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=41552efa-649b-4a21-86d7-9521360ea630 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef41e0799fa0d70bec0ead9c38795edf63263165" 2018-10-26 09:53:43,076 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-8ac01828-66ce-4835-8a5e-fe8328586c6f Date: Fri, 26 Oct 2018 09:53:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"41552efa-649b-4a21-86d7-9521360ea630","tenant_id":"5b7e754077544168b9dbd5f5efd9afb8","created_at":"2018-10-26T09:53:38Z","dns_nameservers":[],"updated_at":"2018-10-26T09:53: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":"5b7e754077544168b9dbd5f5efd9afb8","id":"0c8bcab7-13cf-426f-965b-bf7974809486","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-pub-subnet"}]} 2018-10-26 09:53:43,077 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=41552efa-649b-4a21-86d7-9521360ea630 used request id req-8ac01828-66ce-4835-8a5e-fe8328586c6f 2018-10-26 09:53:43,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef41e0799fa0d70bec0ead9c38795edf63263165" 2018-10-26 09:53:43,329 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-32af8402-3bae-42b4-b6d3-9ebe7d716d7b Date: Fri, 26 Oct 2018 09:53: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":["0c8bcab7-13cf-426f-965b-bf7974809486"],"updated_at":"2018-10-26T09:53:38Z","tenant_id":"5b7e754077544168b9dbd5f5efd9afb8","created_at":"2018-10-26T09:53:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5b7e754077544168b9dbd5f5efd9afb8","id":"41552efa-649b-4a21-86d7-9521360ea630","name":"CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-pub-net"}]} 2018-10-26 09:53:43,329 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-pub-net used request id req-32af8402-3bae-42b4-b6d3-9ebe7d716d7b 2018-10-26 09:53:43,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:53:43,338 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:53: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:53:43,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5b7e754077544168b9dbd5f5efd9afb8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c2ec010a9b16b7c5187429dec082755881b61090" 2018-10-26 09:53:43,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:53:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0209591-b626-4d36-a867-fc392cba520a Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/5b7e754077544168b9dbd5f5efd9afb8"}, "enabled": true, "id": "5b7e754077544168b9dbd5f5efd9afb8", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-20a73dab-58b0-4e4-proj"}} 2018-10-26 09:53:43,354 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5b7e754077544168b9dbd5f5efd9afb8 used request id req-f0209591-b626-4d36-a867-fc392cba520a 2018-10-26 09:53:43,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=41552efa-649b-4a21-86d7-9521360ea630 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef41e0799fa0d70bec0ead9c38795edf63263165" 2018-10-26 09:53:43,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-b58c470b-c9a7-44cb-af12-8867f7b36e16 Date: Fri, 26 Oct 2018 09:53:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"41552efa-649b-4a21-86d7-9521360ea630","tenant_id":"5b7e754077544168b9dbd5f5efd9afb8","created_at":"2018-10-26T09:53:38Z","dns_nameservers":[],"updated_at":"2018-10-26T09:53: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":"5b7e754077544168b9dbd5f5efd9afb8","id":"0c8bcab7-13cf-426f-965b-bf7974809486","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-pub-subnet"}]} 2018-10-26 09:53:43,583 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=41552efa-649b-4a21-86d7-9521360ea630 used request id req-b58c470b-c9a7-44cb-af12-8867f7b36e16 2018-10-26 09:53:43,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=41552efa-649b-4a21-86d7-9521360ea630&name=CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef41e0799fa0d70bec0ead9c38795edf63263165" 2018-10-26 09:53:43,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-8216aba9-c085-447b-8093-25dd4c88b297 Date: Fri, 26 Oct 2018 09:53:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"41552efa-649b-4a21-86d7-9521360ea630","tenant_id":"5b7e754077544168b9dbd5f5efd9afb8","created_at":"2018-10-26T09:53:38Z","dns_nameservers":[],"updated_at":"2018-10-26T09:53: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":"5b7e754077544168b9dbd5f5efd9afb8","id":"0c8bcab7-13cf-426f-965b-bf7974809486","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-pub-subnet"}]} 2018-10-26 09:53:43,796 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=41552efa-649b-4a21-86d7-9521360ea630&name=CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-pub-subnet used request id req-8216aba9-c085-447b-8093-25dd4c88b297 2018-10-26 09:53:43,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=41552efa-649b-4a21-86d7-9521360ea630&name=CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef41e0799fa0d70bec0ead9c38795edf63263165" 2018-10-26 09:53:44,002 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-36c4797f-a723-42cd-974a-659c901e1827 Date: Fri, 26 Oct 2018 09:53:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"41552efa-649b-4a21-86d7-9521360ea630","tenant_id":"5b7e754077544168b9dbd5f5efd9afb8","created_at":"2018-10-26T09:53:38Z","dns_nameservers":[],"updated_at":"2018-10-26T09:53: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":"5b7e754077544168b9dbd5f5efd9afb8","id":"0c8bcab7-13cf-426f-965b-bf7974809486","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-pub-subnet"}]} 2018-10-26 09:53:44,002 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=41552efa-649b-4a21-86d7-9521360ea630&name=CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-pub-subnet used request id req-36c4797f-a723-42cd-974a-659c901e1827 2018-10-26 09:53:44,002 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-pub-net 2018-10-26 09:53:44,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef41e0799fa0d70bec0ead9c38795edf63263165" -d '{"port": {"network_id": "41552efa-649b-4a21-86d7-9521360ea630", "fixed_ips": [{"subnet_id": "0c8bcab7-13cf-426f-965b-bf7974809486", "ip_address": "10.55.0.101"}, {"subnet_id": "0c8bcab7-13cf-426f-965b-bf7974809486", "ip_address": "10.55.0.102"}], "name": "CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3port-1", "admin_state_up": true}}' 2018-10-26 09:53:45,032 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 873 X-Openstack-Request-Id: req-5370fa73-ec44-4f18-bd9d-62bf8ea0aa8a Date: Fri, 26 Oct 2018 09:53:45 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:53:44Z","device_owner":"","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"0c8bcab7-13cf-426f-965b-bf7974809486","ip_address":"10.55.0.101"},{"subnet_id":"0c8bcab7-13cf-426f-965b-bf7974809486","ip_address":"10.55.0.102"}],"id":"7710059f-9ad6-43ee-b169-7a473db9bcc1","security_groups":["29ec5425-f7cb-4f8b-960d-2bbaeb1621ec"],"mac_address":"fa:16:3e:70:5a:11","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3port-1","project_id":"5b7e754077544168b9dbd5f5efd9afb8","qos_policy_id":null,"admin_state_up":true,"network_id":"41552efa-649b-4a21-86d7-9521360ea630","tenant_id":"5b7e754077544168b9dbd5f5efd9afb8","created_at":"2018-10-26T09:53:44Z","binding:vnic_type":"normal"}} 2018-10-26 09:53:45,032 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-5370fa73-ec44-4f18-bd9d-62bf8ea0aa8a 2018-10-26 09:53:45,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef41e0799fa0d70bec0ead9c38795edf63263165" 2018-10-26 09:53:45,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-8c4cec0c-7a33-423d-857d-0afe86dd5cd9 Date: Fri, 26 Oct 2018 09:53: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":["0c8bcab7-13cf-426f-965b-bf7974809486"],"updated_at":"2018-10-26T09:53:38Z","tenant_id":"5b7e754077544168b9dbd5f5efd9afb8","created_at":"2018-10-26T09:53:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5b7e754077544168b9dbd5f5efd9afb8","id":"41552efa-649b-4a21-86d7-9521360ea630","name":"CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-pub-net"}]} 2018-10-26 09:53:45,344 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-pub-net used request id req-8c4cec0c-7a33-423d-857d-0afe86dd5cd9 2018-10-26 09:53:45,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5b7e754077544168b9dbd5f5efd9afb8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef41e0799fa0d70bec0ead9c38795edf63263165" 2018-10-26 09:53:45,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:53:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7db1a316-38e3-4fa7-b863-369b32ca6447 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/5b7e754077544168b9dbd5f5efd9afb8"}, "enabled": true, "id": "5b7e754077544168b9dbd5f5efd9afb8", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-20a73dab-58b0-4e4-proj"}} 2018-10-26 09:53:45,427 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5b7e754077544168b9dbd5f5efd9afb8 used request id req-7db1a316-38e3-4fa7-b863-369b32ca6447 2018-10-26 09:53:45,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=41552efa-649b-4a21-86d7-9521360ea630 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef41e0799fa0d70bec0ead9c38795edf63263165" 2018-10-26 09:53:45,643 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-733055c0-6d71-40e4-b422-1d84ab4fbb99 Date: Fri, 26 Oct 2018 09:53:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"41552efa-649b-4a21-86d7-9521360ea630","tenant_id":"5b7e754077544168b9dbd5f5efd9afb8","created_at":"2018-10-26T09:53:38Z","dns_nameservers":[],"updated_at":"2018-10-26T09:53: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":"5b7e754077544168b9dbd5f5efd9afb8","id":"0c8bcab7-13cf-426f-965b-bf7974809486","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-pub-subnet"}]} 2018-10-26 09:53:45,643 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=41552efa-649b-4a21-86d7-9521360ea630 used request id req-733055c0-6d71-40e4-b422-1d84ab4fbb99 2018-10-26 09:53:45,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=41552efa-649b-4a21-86d7-9521360ea630&name=CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef41e0799fa0d70bec0ead9c38795edf63263165" 2018-10-26 09:53:45,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-f684172b-77a5-4e35-9432-e83afefd2f85 Date: Fri, 26 Oct 2018 09:53:45 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:53:44Z","device_owner":"","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"0c8bcab7-13cf-426f-965b-bf7974809486","ip_address":"10.55.0.101"},{"subnet_id":"0c8bcab7-13cf-426f-965b-bf7974809486","ip_address":"10.55.0.102"}],"id":"7710059f-9ad6-43ee-b169-7a473db9bcc1","security_groups":["29ec5425-f7cb-4f8b-960d-2bbaeb1621ec"],"mac_address":"fa:16:3e:70:5a:11","project_id":"5b7e754077544168b9dbd5f5efd9afb8","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3port-1","admin_state_up":true,"network_id":"41552efa-649b-4a21-86d7-9521360ea630","tenant_id":"5b7e754077544168b9dbd5f5efd9afb8","created_at":"2018-10-26T09:53:44Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-26 09:53:45,845 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=41552efa-649b-4a21-86d7-9521360ea630&name=CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3port-1&admin_state_up=True used request id req-f684172b-77a5-4e35-9432-e83afefd2f85 2018-10-26 09:53:45,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5b7e754077544168b9dbd5f5efd9afb8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef41e0799fa0d70bec0ead9c38795edf63263165" 2018-10-26 09:53:45,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:53:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29313ad3-601b-4e1f-87cf-2d1471d459af Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/5b7e754077544168b9dbd5f5efd9afb8"}, "enabled": true, "id": "5b7e754077544168b9dbd5f5efd9afb8", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-20a73dab-58b0-4e4-proj"}} 2018-10-26 09:53:45,938 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5b7e754077544168b9dbd5f5efd9afb8 used request id req-29313ad3-601b-4e1f-87cf-2d1471d459af 2018-10-26 09:53:45,938 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-inst 2018-10-26 09:53:45,942 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef41e0799fa0d70bec0ead9c38795edf63263165" 2018-10-26 09:53:45,969 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:53:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-adf257a9-45b8-40a4-8729-301fb0cec1c7 x-compute-request-id: req-adf257a9-45b8-40a4-8729-301fb0cec1c7 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"flavors": [{"id": "3eeb3ebb-4b45-4b4b-b216-551d706e4404", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/3eeb3ebb-4b45-4b4b-b216-551d706e4404", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/3eeb3ebb-4b45-4b4b-b216-551d706e4404", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-flavor-name"}]} 2018-10-26 09:53:45,969 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-adf257a9-45b8-40a4-8729-301fb0cec1c7 2018-10-26 09:53:45,972 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/3eeb3ebb-4b45-4b4b-b216-551d706e4404 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef41e0799fa0d70bec0ead9c38795edf63263165" 2018-10-26 09:53:45,992 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:53:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-af9c2fb8-faa8-4b4a-9590-c657983b81d2 x-compute-request-id: req-af9c2fb8-faa8-4b4a-9590-c657983b81d2 Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/3eeb3ebb-4b45-4b4b-b216-551d706e4404", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/3eeb3ebb-4b45-4b4b-b216-551d706e4404", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "3eeb3ebb-4b45-4b4b-b216-551d706e4404", "name": "CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 09:53:45,992 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/3eeb3ebb-4b45-4b4b-b216-551d706e4404 used request id req-af9c2fb8-faa8-4b4a-9590-c657983b81d2 2018-10-26 09:53:45,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ef41e0799fa0d70bec0ead9c38795edf63263165" 2018-10-26 09:53:46,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-4d4fb66d-0cf1-4b17-bf4a-7dce6333b59e Date: Fri, 26 Oct 2018 09:53:46 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:53:34Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:53:36Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/5d52160f-b1fa-4839-9c17-b385f9b1044a/snap", "metadata": {}}], "self": "/v2/images/5d52160f-b1fa-4839-9c17-b385f9b1044a", "min_disk": 0, "protected": false, "id": "5d52160f-b1fa-4839-9c17-b385f9b1044a", "file": "/v2/images/5d52160f-b1fa-4839-9c17-b385f9b1044a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "5b7e754077544168b9dbd5f5efd9afb8", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/5d52160f-b1fa-4839-9c17-b385f9b1044a/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-image"} 2018-10-26 09:53:46,173 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-image used request id req-4d4fb66d-0cf1-4b17-bf4a-7dce6333b59e 2018-10-26 09:53:46,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ef41e0799fa0d70bec0ead9c38795edf63263165" 2018-10-26 09:53:46,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-13cb7ce2-3b55-44e0-afea-091ffa5d5057 Date: Fri, 26 Oct 2018 09:53: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-26 09:53:46,334 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-13cb7ce2-3b55-44e0-afea-091ffa5d5057 2018-10-26 09:53:46,340 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef41e0799fa0d70bec0ead9c38795edf63263165" -d '{"server": {"name": "CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-inst", "imageRef": "5d52160f-b1fa-4839-9c17-b385f9b1044a", "flavorRef": "3eeb3ebb-4b45-4b4b-b216-551d706e4404", "max_count": 1, "min_count": 1, "networks": [{"port": "7710059f-9ad6-43ee-b169-7a473db9bcc1"}]}}' 2018-10-26 09:53:47,843 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:53: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-bb46ddb5-33fb-43e0-85c9-e3465bb0a38e x-compute-request-id: req-bb46ddb5-33fb-43e0-85c9-e3465bb0a38e Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/daa55b99-20dd-4690-b61d-e2f9c5aa613e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "daa55b99-20dd-4690-b61d-e2f9c5aa613e", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/daa55b99-20dd-4690-b61d-e2f9c5aa613e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/daa55b99-20dd-4690-b61d-e2f9c5aa613e", "rel": "bookmark"}], "adminPass": "WYZWjXt2vG67"}} 2018-10-26 09:53:47,843 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-bb46ddb5-33fb-43e0-85c9-e3465bb0a38e 2018-10-26 09:53:47,847 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/daa55b99-20dd-4690-b61d-e2f9c5aa613e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef41e0799fa0d70bec0ead9c38795edf63263165" 2018-10-26 09:53:48,217 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:53:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7a7d96a6-ed8c-466e-bfde-fa4d0194a713 x-compute-request-id: req-7a7d96a6-ed8c-466e-bfde-fa4d0194a713 Content-Encoding: gzip Content-Length: 618 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/daa55b99-20dd-4690-b61d-e2f9c5aa613e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/daa55b99-20dd-4690-b61d-e2f9c5aa613e", "rel": "bookmark"}], "image": {"id": "5d52160f-b1fa-4839-9c17-b385f9b1044a", "links": [{"href": "http://172.30.9.21:8774/images/5d52160f-b1fa-4839-9c17-b385f9b1044a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3eeb3ebb-4b45-4b4b-b216-551d706e4404", "links": [{"href": "http://172.30.9.21:8774/flavors/3eeb3ebb-4b45-4b4b-b216-551d706e4404", "rel": "bookmark"}]}, "id": "daa55b99-20dd-4690-b61d-e2f9c5aa613e", "user_id": "3a6c995157d045d1bc85a878e7c76bcf", "OS-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-26T09:53:47Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-inst", "created": "2018-10-26T09:53:47Z", "tenant_id": "5b7e754077544168b9dbd5f5efd9afb8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:53:48,217 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/daa55b99-20dd-4690-b61d-e2f9c5aa613e used request id req-7a7d96a6-ed8c-466e-bfde-fa4d0194a713 2018-10-26 09:53:48,217 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-inst 2018-10-26 09:53:48,220 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/daa55b99-20dd-4690-b61d-e2f9c5aa613e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef41e0799fa0d70bec0ead9c38795edf63263165" 2018-10-26 09:53:48,619 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:53: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-4316bf1f-7ba4-4919-92f0-b7431079f939 x-compute-request-id: req-4316bf1f-7ba4-4919-92f0-b7431079f939 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.21:8774/v2.1/servers/daa55b99-20dd-4690-b61d-e2f9c5aa613e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/daa55b99-20dd-4690-b61d-e2f9c5aa613e", "rel": "bookmark"}], "image": {"id": "5d52160f-b1fa-4839-9c17-b385f9b1044a", "links": [{"href": "http://172.30.9.21:8774/images/5d52160f-b1fa-4839-9c17-b385f9b1044a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3eeb3ebb-4b45-4b4b-b216-551d706e4404", "links": [{"href": "http://172.30.9.21:8774/flavors/3eeb3ebb-4b45-4b4b-b216-551d706e4404", "rel": "bookmark"}]}, "id": "daa55b99-20dd-4690-b61d-e2f9c5aa613e", "user_id": "3a6c995157d045d1bc85a878e7c76bcf", "OS-DCF: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-26T09:53:48Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-inst", "created": "2018-10-26T09:53:47Z", "tenant_id": "5b7e754077544168b9dbd5f5efd9afb8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:53:48,619 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/daa55b99-20dd-4690-b61d-e2f9c5aa613e used request id req-4316bf1f-7ba4-4919-92f0-b7431079f939 2018-10-26 09:53:48,620 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-inst] is - BUILD 2018-10-26 09:53:48,620 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:53:51,623 - create_instance - DEBUG - VM status query timeout in 896.594573021 2018-10-26 09:53:51,626 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/daa55b99-20dd-4690-b61d-e2f9c5aa613e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef41e0799fa0d70bec0ead9c38795edf63263165" 2018-10-26 09:53:52,321 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:53: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-9f797f03-8b46-4e1c-842c-f548083604aa x-compute-request-id: req-9f797f03-8b46-4e1c-842c-f548083604aa Content-Encoding: gzip Content-Length: 684 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/daa55b99-20dd-4690-b61d-e2f9c5aa613e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/daa55b99-20dd-4690-b61d-e2f9c5aa613e", "rel": "bookmark"}], "image": {"id": "5d52160f-b1fa-4839-9c17-b385f9b1044a", "links": [{"href": "http://172.30.9.21:8774/images/5d52160f-b1fa-4839-9c17-b385f9b1044a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3eeb3ebb-4b45-4b4b-b216-551d706e4404", "links": [{"href": "http://172.30.9.21:8774/flavors/3eeb3ebb-4b45-4b4b-b216-551d706e4404", "rel": "bookmark"}]}, "id": "daa55b99-20dd-4690-b61d-e2f9c5aa613e", "security_groups": [{"name": "default"}], "user_id": "3a6c995157d045d1bc85a878e7c76bcf", "OS-DCF: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-26T09:53:49Z", "hostId": "6a3f729251ea8cfbf1d902549624c49325b0f3e6e0eb96f43fdd6f70", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-inst", "created": "2018-10-26T09:53:47Z", "tenant_id": "5b7e754077544168b9dbd5f5efd9afb8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:53:52,321 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/daa55b99-20dd-4690-b61d-e2f9c5aa613e used request id req-9f797f03-8b46-4e1c-842c-f548083604aa 2018-10-26 09:53:52,322 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-inst] is - BUILD 2018-10-26 09:53:52,322 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:53:55,325 - create_instance - DEBUG - VM status query timeout in 892.892424107 2018-10-26 09:53:55,329 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/daa55b99-20dd-4690-b61d-e2f9c5aa613e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef41e0799fa0d70bec0ead9c38795edf63263165" 2018-10-26 09:53:56,045 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:53: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-8c999aea-454a-4c37-9e55-235b20b2aea8 x-compute-request-id: req-8c999aea-454a-4c37-9e55-235b20b2aea8 Content-Encoding: gzip Content-Length: 769 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:5a:11", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:5a:11", "version": 4, "addr": "10.55.0.102", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/daa55b99-20dd-4690-b61d-e2f9c5aa613e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/daa55b99-20dd-4690-b61d-e2f9c5aa613e", "rel": "bookmark"}], "image": {"id": "5d52160f-b1fa-4839-9c17-b385f9b1044a", "links": [{"href": "http://172.30.9.21:8774/images/5d52160f-b1fa-4839-9c17-b385f9b1044a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:53:52.000000", "flavor": {"id": "3eeb3ebb-4b45-4b4b-b216-551d706e4404", "links": [{"href": "http://172.30.9.21:8774/flavors/3eeb3ebb-4b45-4b4b-b216-551d706e4404", "rel": "bookmark"}]}, "id": "daa55b99-20dd-4690-b61d-e2f9c5aa613e", "security_groups": [{"name": "default"}], "user_id": "3a6c995157d045d1bc85a878e7c76bcf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:53:53Z", "hostId": "6a3f729251ea8cfbf1d902549624c49325b0f3e6e0eb96f43fdd6f70", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-inst", "created": "2018-10-26T09:53:47Z", "tenant_id": "5b7e754077544168b9dbd5f5efd9afb8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:53:56,045 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/daa55b99-20dd-4690-b61d-e2f9c5aa613e used request id req-8c999aea-454a-4c37-9e55-235b20b2aea8 2018-10-26 09:53:56,046 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-inst] is - ACTIVE 2018-10-26 09:53:56,046 - create_instance - INFO - VM is - ACTIVE 2018-10-26 09:53:56,049 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/daa55b99-20dd-4690-b61d-e2f9c5aa613e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef41e0799fa0d70bec0ead9c38795edf63263165" 2018-10-26 09:53:56,948 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:53: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-448d7576-654b-450c-bdb0-b0020d4e0c38 x-compute-request-id: req-448d7576-654b-450c-bdb0-b0020d4e0c38 Content-Encoding: gzip Content-Length: 769 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:5a:11", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:5a:11", "version": 4, "addr": "10.55.0.102", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/daa55b99-20dd-4690-b61d-e2f9c5aa613e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/daa55b99-20dd-4690-b61d-e2f9c5aa613e", "rel": "bookmark"}], "image": {"id": "5d52160f-b1fa-4839-9c17-b385f9b1044a", "links": [{"href": "http://172.30.9.21:8774/images/5d52160f-b1fa-4839-9c17-b385f9b1044a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:53:52.000000", "flavor": {"id": "3eeb3ebb-4b45-4b4b-b216-551d706e4404", "links": [{"href": "http://172.30.9.21:8774/flavors/3eeb3ebb-4b45-4b4b-b216-551d706e4404", "rel": "bookmark"}]}, "id": "daa55b99-20dd-4690-b61d-e2f9c5aa613e", "security_groups": [{"name": "default"}], "user_id": "3a6c995157d045d1bc85a878e7c76bcf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:53:53Z", "hostId": "6a3f729251ea8cfbf1d902549624c49325b0f3e6e0eb96f43fdd6f70", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-inst", "created": "2018-10-26T09:53:47Z", "tenant_id": "5b7e754077544168b9dbd5f5efd9afb8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:53:56,948 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/daa55b99-20dd-4690-b61d-e2f9c5aa613e used request id req-448d7576-654b-450c-bdb0-b0020d4e0c38 2018-10-26 09:53:56,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef41e0799fa0d70bec0ead9c38795edf63263165" 2018-10-26 09:53:57,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-2bae1e13-178b-4ddf-b804-673ed81536df Date: Fri, 26 Oct 2018 09:53: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":["0c8bcab7-13cf-426f-965b-bf7974809486"],"updated_at":"2018-10-26T09:53:38Z","tenant_id":"5b7e754077544168b9dbd5f5efd9afb8","created_at":"2018-10-26T09:53:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5b7e754077544168b9dbd5f5efd9afb8","id":"41552efa-649b-4a21-86d7-9521360ea630","name":"CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-pub-net"}]} 2018-10-26 09:53:57,055 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-pub-net used request id req-2bae1e13-178b-4ddf-b804-673ed81536df 2018-10-26 09:53:57,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5b7e754077544168b9dbd5f5efd9afb8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef41e0799fa0d70bec0ead9c38795edf63263165" 2018-10-26 09:53:57,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:53:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea41877b-c25f-4164-b548-abb889955410 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/5b7e754077544168b9dbd5f5efd9afb8"}, "enabled": true, "id": "5b7e754077544168b9dbd5f5efd9afb8", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-20a73dab-58b0-4e4-proj"}} 2018-10-26 09:53:57,139 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5b7e754077544168b9dbd5f5efd9afb8 used request id req-ea41877b-c25f-4164-b548-abb889955410 2018-10-26 09:53:57,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=41552efa-649b-4a21-86d7-9521360ea630 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef41e0799fa0d70bec0ead9c38795edf63263165" 2018-10-26 09:53:57,197 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-d49900b7-d7ae-4253-8e02-53dbb88e5a9a Date: Fri, 26 Oct 2018 09:53:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"41552efa-649b-4a21-86d7-9521360ea630","tenant_id":"5b7e754077544168b9dbd5f5efd9afb8","created_at":"2018-10-26T09:53:38Z","dns_nameservers":[],"updated_at":"2018-10-26T09:53: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":"5b7e754077544168b9dbd5f5efd9afb8","id":"0c8bcab7-13cf-426f-965b-bf7974809486","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-pub-subnet"}]} 2018-10-26 09:53:57,197 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=41552efa-649b-4a21-86d7-9521360ea630 used request id req-d49900b7-d7ae-4253-8e02-53dbb88e5a9a 2018-10-26 09:53:57,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=41552efa-649b-4a21-86d7-9521360ea630 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef41e0799fa0d70bec0ead9c38795edf63263165" 2018-10-26 09:53:57,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3203 X-Openstack-Request-Id: req-0193ce15-875d-4b26-ace4-6aa4dff3cff7 Date: Fri, 26 Oct 2018 09:53:57 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:53:42Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"0c8bcab7-13cf-426f-965b-bf7974809486","ip_address":"10.55.0.3"}],"id":"3b9906db-7c10-484d-98a1-8a086a3a6e46","security_groups":[],"mac_address":"fa:16:3e:dd:7b:ec","project_id":"5b7e754077544168b9dbd5f5efd9afb8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"41552efa-649b-4a21-86d7-9521360ea630","tenant_id":"5b7e754077544168b9dbd5f5efd9afb8","created_at":"2018-10-26T09:53:39Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-41552efa-649b-4a21-86d7-9521360ea630"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:53:43Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"0c8bcab7-13cf-426f-965b-bf7974809486","ip_address":"10.55.0.4"}],"id":"5c685417-e766-4ccb-a81f-8224ea86f5be","security_groups":[],"mac_address":"fa:16:3e:95:18:3e","project_id":"5b7e754077544168b9dbd5f5efd9afb8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"41552efa-649b-4a21-86d7-9521360ea630","tenant_id":"5b7e754077544168b9dbd5f5efd9afb8","created_at":"2018-10-26T09:53:40Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-41552efa-649b-4a21-86d7-9521360ea630"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:53:53Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"0c8bcab7-13cf-426f-965b-bf7974809486","ip_address":"10.55.0.101"},{"subnet_id":"0c8bcab7-13cf-426f-965b-bf7974809486","ip_address":"10.55.0.102"}],"id":"7710059f-9ad6-43ee-b169-7a473db9bcc1","security_groups":["29ec5425-f7cb-4f8b-960d-2bbaeb1621ec"],"mac_address":"fa:16:3e:70:5a:11","project_id":"5b7e754077544168b9dbd5f5efd9afb8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3port-1","admin_state_up":true,"network_id":"41552efa-649b-4a21-86d7-9521360ea630","tenant_id":"5b7e754077544168b9dbd5f5efd9afb8","created_at":"2018-10-26T09:53:44Z","binding:vnic_type":"normal","device_id":"daa55b99-20dd-4690-b61d-e2f9c5aa613e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:53:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"0c8bcab7-13cf-426f-965b-bf7974809486","ip_address":"10.55.0.2"}],"id":"91be3bfd-f671-46a3-a3fa-993cd59061ba","security_groups":[],"mac_address":"fa:16:3e:25:2b:2c","project_id":"5b7e754077544168b9dbd5f5efd9afb8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"41552efa-649b-4a21-86d7-9521360ea630","tenant_id":"5b7e754077544168b9dbd5f5efd9afb8","created_at":"2018-10-26T09:53:39Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-41552efa-649b-4a21-86d7-9521360ea630"}]} 2018-10-26 09:53:57,433 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=41552efa-649b-4a21-86d7-9521360ea630 used request id req-0193ce15-875d-4b26-ace4-6aa4dff3cff7 2018-10-26 09:53:57,433 - create_instance - INFO - Deleting Port with ID - 7710059f-9ad6-43ee-b169-7a473db9bcc1 2018-10-26 09:53:57,434 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3port-1 2018-10-26 09:53:57,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/7710059f-9ad6-43ee-b169-7a473db9bcc1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef41e0799fa0d70bec0ead9c38795edf63263165" 2018-10-26 09:53:58,090 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e53e42fb-22e9-4019-8a91-0f8ca2aa138e Date: Fri, 26 Oct 2018 09:53:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:53:58,090 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/7710059f-9ad6-43ee-b169-7a473db9bcc1 used request id req-e53e42fb-22e9-4019-8a91-0f8ca2aa138e 2018-10-26 09:53:58,090 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-inst 2018-10-26 09:53:58,093 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/daa55b99-20dd-4690-b61d-e2f9c5aa613e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef41e0799fa0d70bec0ead9c38795edf63263165" 2018-10-26 09:53:58,580 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:53: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-3a7455ea-09f0-4131-b66f-4a2c51e3d45c x-compute-request-id: req-3a7455ea-09f0-4131-b66f-4a2c51e3d45c Content-Type: application/json 2018-10-26 09:53:58,580 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/daa55b99-20dd-4690-b61d-e2f9c5aa613e used request id req-3a7455ea-09f0-4131-b66f-4a2c51e3d45c 2018-10-26 09:53:58,581 - create_instance - INFO - Checking deletion status 2018-10-26 09:53:58,584 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/daa55b99-20dd-4690-b61d-e2f9c5aa613e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef41e0799fa0d70bec0ead9c38795edf63263165" 2018-10-26 09:53:58,997 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:53: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-6c6b2f9b-e353-427e-9bc1-a5eda4b09312 x-compute-request-id: req-6c6b2f9b-e353-427e-9bc1-a5eda4b09312 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:5a:11", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:5a:11", "version": 4, "addr": "10.55.0.102", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/daa55b99-20dd-4690-b61d-e2f9c5aa613e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/daa55b99-20dd-4690-b61d-e2f9c5aa613e", "rel": "bookmark"}], "image": {"id": "5d52160f-b1fa-4839-9c17-b385f9b1044a", "links": [{"href": "http://172.30.9.21:8774/images/5d52160f-b1fa-4839-9c17-b385f9b1044a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:53:52.000000", "flavor": {"id": "3eeb3ebb-4b45-4b4b-b216-551d706e4404", "links": [{"href": "http://172.30.9.21:8774/flavors/3eeb3ebb-4b45-4b4b-b216-551d706e4404", "rel": "bookmark"}]}, "id": "daa55b99-20dd-4690-b61d-e2f9c5aa613e", "user_id": "3a6c995157d045d1bc85a878e7c76bcf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:53:58Z", "hostId": "6a3f729251ea8cfbf1d902549624c49325b0f3e6e0eb96f43fdd6f70", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-inst", "created": "2018-10-26T09:53:47Z", "tenant_id": "5b7e754077544168b9dbd5f5efd9afb8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:53:58,997 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/daa55b99-20dd-4690-b61d-e2f9c5aa613e used request id req-6c6b2f9b-e353-427e-9bc1-a5eda4b09312 2018-10-26 09:53:58,998 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-inst] is - ACTIVE 2018-10-26 09:53:58,998 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:54:02,001 - create_instance - DEBUG - VM status query timeout in 296.579622984 2018-10-26 09:54:02,005 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/daa55b99-20dd-4690-b61d-e2f9c5aa613e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef41e0799fa0d70bec0ead9c38795edf63263165" 2018-10-26 09:54:02,284 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:54: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-1f2c4c55-ecad-4193-b54a-db882d478492 x-compute-request-id: req-1f2c4c55-ecad-4193-b54a-db882d478492 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/daa55b99-20dd-4690-b61d-e2f9c5aa613e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/daa55b99-20dd-4690-b61d-e2f9c5aa613e", "rel": "bookmark"}], "image": {"id": "5d52160f-b1fa-4839-9c17-b385f9b1044a", "links": [{"href": "http://172.30.9.21:8774/images/5d52160f-b1fa-4839-9c17-b385f9b1044a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:53:52.000000", "flavor": {"id": "3eeb3ebb-4b45-4b4b-b216-551d706e4404", "links": [{"href": "http://172.30.9.21:8774/flavors/3eeb3ebb-4b45-4b4b-b216-551d706e4404", "rel": "bookmark"}]}, "id": "daa55b99-20dd-4690-b61d-e2f9c5aa613e", "user_id": "3a6c995157d045d1bc85a878e7c76bcf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:53:58Z", "hostId": "6a3f729251ea8cfbf1d902549624c49325b0f3e6e0eb96f43fdd6f70", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-inst", "created": "2018-10-26T09:53:47Z", "tenant_id": "5b7e754077544168b9dbd5f5efd9afb8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:54:02,285 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/daa55b99-20dd-4690-b61d-e2f9c5aa613e used request id req-1f2c4c55-ecad-4193-b54a-db882d478492 2018-10-26 09:54:02,285 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-inst] is - ACTIVE 2018-10-26 09:54:02,285 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:54:05,288 - create_instance - DEBUG - VM status query timeout in 293.292346001 2018-10-26 09:54:05,292 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/daa55b99-20dd-4690-b61d-e2f9c5aa613e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef41e0799fa0d70bec0ead9c38795edf63263165" 2018-10-26 09:54:05,341 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 09: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 x-openstack-request-id: req-c851f4c1-a911-45f9-b9f9-96e5cfb3636d x-compute-request-id: req-c851f4c1-a911-45f9-b9f9-96e5cfb3636d Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance daa55b99-20dd-4690-b61d-e2f9c5aa613e could not be found.", "code": 404}} 2018-10-26 09:54:05,342 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/daa55b99-20dd-4690-b61d-e2f9c5aa613e used request id req-c851f4c1-a911-45f9-b9f9-96e5cfb3636d 2018-10-26 09:54:05,342 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance daa55b99-20dd-4690-b61d-e2f9c5aa613e could not be found. (HTTP 404) (Request-ID: req-c851f4c1-a911-45f9-b9f9-96e5cfb3636d) 2018-10-26 09:54:05,342 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-inst 2018-10-26 09:54:05,346 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/3eeb3ebb-4b45-4b4b-b216-551d706e4404 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1aaa435ec13bf76098dfdcefba556f4af7d313b6" 2018-10-26 09:54:05,384 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09: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 x-openstack-request-id: req-4ea9b4b3-a50f-4725-b660-259bec04dd48 x-compute-request-id: req-4ea9b4b3-a50f-4725-b660-259bec04dd48 Content-Length: 0 Content-Type: application/json 2018-10-26 09:54:05,384 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/3eeb3ebb-4b45-4b4b-b216-551d706e4404 used request id req-4ea9b4b3-a50f-4725-b660-259bec04dd48 2018-10-26 09:54:05,385 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-pub-subnet 2018-10-26 09:54:05,385 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-pub-subnet 2018-10-26 09:54:05,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/0c8bcab7-13cf-426f-965b-bf7974809486 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e30d236b7b58a6f7460d8f603625ef1e66f2fca9" 2018-10-26 09:54:07,774 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c2374c93-0028-40b1-b51c-648ff27fafab Date: Fri, 26 Oct 2018 09:54:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:54:07,774 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/0c8bcab7-13cf-426f-965b-bf7974809486 used request id req-c2374c93-0028-40b1-b51c-648ff27fafab 2018-10-26 09:54:07,774 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-pub-net 2018-10-26 09:54:07,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/41552efa-649b-4a21-86d7-9521360ea630 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e30d236b7b58a6f7460d8f603625ef1e66f2fca9" 2018-10-26 09:54:09,059 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e45ed66d-53e8-4efc-a453-f3d2ad4c3ba4 Date: Fri, 26 Oct 2018 09:54:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:54:09,059 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/41552efa-649b-4a21-86d7-9521360ea630 used request id req-e45ed66d-53e8-4efc-a453-f3d2ad4c3ba4 2018-10-26 09:54:09,060 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-b54185e0-8e53-452f-8a6f-0156bd7fb8e3-image 2018-10-26 09:54:09,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/5d52160f-b1fa-4839-9c17-b385f9b1044a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}adda09731d1c720941198490cc44636fbbf26656" 2018-10-26 09:54:10,507 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b1e315fa-5a96-4a38-8c91-f64252f864e0 Date: Fri, 26 Oct 2018 09:54: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-26 09:54:10,507 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/5d52160f-b1fa-4839-9c17-b385f9b1044a used request id req-b1e315fa-5a96-4a38-8c91-f64252f864e0 2018-10-26 09:54:10,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ed642fcf77ebab99f95740234917a56bacfd7fa" 2018-10-26 09:54:10,726 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-1c877185-2757-4e18-b03a-91e99947e4e9 Date: Fri, 26 Oct 2018 09:54:10 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5b7e754077544168b9dbd5f5efd9afb8", "created_at": "2018-10-26T09:53:37Z", "updated_at": "2018-10-26T09:53:37Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:53:37Z", "revision_number": 0, "id": "444c5c3a-572b-4a26-a863-a5915efba359", "remote_group_id": "29ec5425-f7cb-4f8b-960d-2bbaeb1621ec", "remote_ip_prefix": null, "created_at": "2018-10-26T09:53:37Z", "security_group_id": "29ec5425-f7cb-4f8b-960d-2bbaeb1621ec", "tenant_id": "5b7e754077544168b9dbd5f5efd9afb8", "port_range_min": null, "ethertype": "IPv4", "project_id": "5b7e754077544168b9dbd5f5efd9afb8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:53:37Z", "revision_number": 0, "id": "c49349fc-904b-4d63-8c23-9c61ed929aee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:53:37Z", "security_group_id": "29ec5425-f7cb-4f8b-960d-2bbaeb1621ec", "tenant_id": "5b7e754077544168b9dbd5f5efd9afb8", "port_range_min": null, "ethertype": "IPv4", "project_id": "5b7e754077544168b9dbd5f5efd9afb8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:53:37Z", "revision_number": 0, "id": "e24113c4-80f1-4e3e-9c05-43c27c68a88f", "remote_group_id": "29ec5425-f7cb-4f8b-960d-2bbaeb1621ec", "remote_ip_prefix": null, "created_at": "2018-10-26T09:53:37Z", "security_group_id": "29ec5425-f7cb-4f8b-960d-2bbaeb1621ec", "tenant_id": "5b7e754077544168b9dbd5f5efd9afb8", "port_range_min": null, "ethertype": "IPv6", "project_id": "5b7e754077544168b9dbd5f5efd9afb8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:53:37Z", "revision_number": 0, "id": "f5efbaf5-486c-48b3-8a86-594b284d7862", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:53:37Z", "security_group_id": "29ec5425-f7cb-4f8b-960d-2bbaeb1621ec", "tenant_id": "5b7e754077544168b9dbd5f5efd9afb8", "port_range_min": null, "ethertype": "IPv6", "project_id": "5b7e754077544168b9dbd5f5efd9afb8"}], "revision_number": 4, "project_id": "5b7e754077544168b9dbd5f5efd9afb8", "id": "29ec5425-f7cb-4f8b-960d-2bbaeb1621ec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:54:10,727 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-1c877185-2757-4e18-b03a-91e99947e4e9 2018-10-26 09:54:10,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5b7e754077544168b9dbd5f5efd9afb8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ed642fcf77ebab99f95740234917a56bacfd7fa" 2018-10-26 09:54:10,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:54:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa442ccb-1355-46a2-9a6b-d3e9c0e2bd1b Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/5b7e754077544168b9dbd5f5efd9afb8"}, "enabled": true, "id": "5b7e754077544168b9dbd5f5efd9afb8", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-20a73dab-58b0-4e4-proj"}} 2018-10-26 09:54:10,813 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5b7e754077544168b9dbd5f5efd9afb8 used request id req-aa442ccb-1355-46a2-9a6b-d3e9c0e2bd1b 2018-10-26 09:54:10,814 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 29ec5425-f7cb-4f8b-960d-2bbaeb1621ec 2018-10-26 09:54:10,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=29ec5425-f7cb-4f8b-960d-2bbaeb1621ec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ed642fcf77ebab99f95740234917a56bacfd7fa" 2018-10-26 09:54:10,986 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-04eb143f-807f-4962-abfa-9f4173c8b2d2 Date: Fri, 26 Oct 2018 09:54:10 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "29ec5425-f7cb-4f8b-960d-2bbaeb1621ec", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:53:37Z", "security_group_id": "29ec5425-f7cb-4f8b-960d-2bbaeb1621ec", "port_range_min": null, "revision_number": 0, "tenant_id": "5b7e754077544168b9dbd5f5efd9afb8", "created_at": "2018-10-26T09:53:37Z", "project_id": "5b7e754077544168b9dbd5f5efd9afb8", "id": "444c5c3a-572b-4a26-a863-a5915efba359"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:53:37Z", "security_group_id": "29ec5425-f7cb-4f8b-960d-2bbaeb1621ec", "port_range_min": null, "revision_number": 0, "tenant_id": "5b7e754077544168b9dbd5f5efd9afb8", "created_at": "2018-10-26T09:53:37Z", "project_id": "5b7e754077544168b9dbd5f5efd9afb8", "id": "c49349fc-904b-4d63-8c23-9c61ed929aee"}, {"remote_group_id": "29ec5425-f7cb-4f8b-960d-2bbaeb1621ec", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:53:37Z", "security_group_id": "29ec5425-f7cb-4f8b-960d-2bbaeb1621ec", "port_range_min": null, "revision_number": 0, "tenant_id": "5b7e754077544168b9dbd5f5efd9afb8", "created_at": "2018-10-26T09:53:37Z", "project_id": "5b7e754077544168b9dbd5f5efd9afb8", "id": "e24113c4-80f1-4e3e-9c05-43c27c68a88f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:53:37Z", "security_group_id": "29ec5425-f7cb-4f8b-960d-2bbaeb1621ec", "port_range_min": null, "revision_number": 0, "tenant_id": "5b7e754077544168b9dbd5f5efd9afb8", "created_at": "2018-10-26T09:53:37Z", "project_id": "5b7e754077544168b9dbd5f5efd9afb8", "id": "f5efbaf5-486c-48b3-8a86-594b284d7862"}]} 2018-10-26 09:54:10,986 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=29ec5425-f7cb-4f8b-960d-2bbaeb1621ec used request id req-04eb143f-807f-4962-abfa-9f4173c8b2d2 2018-10-26 09:54:10,987 - neutron_utils - INFO - Deleting security group with name - default 2018-10-26 09:54:10,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/29ec5425-f7cb-4f8b-960d-2bbaeb1621ec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ed642fcf77ebab99f95740234917a56bacfd7fa" 2018-10-26 09:54:11,323 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a40b80d0-1107-4b4d-be54-d09d576835e2 Content-Length: 0 Date: Fri, 26 Oct 2018 09:54:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:54:11,323 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/29ec5425-f7cb-4f8b-960d-2bbaeb1621ec used request id req-a40b80d0-1107-4b4d-be54-d09d576835e2 2018-10-26 09:54:11,324 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-20a73dab-58b0-4e4-proj 2018-10-26 09:54:11,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/5b7e754077544168b9dbd5f5efd9afb8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ed642fcf77ebab99f95740234917a56bacfd7fa" 2018-10-26 09:54:11,558 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:54:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-42405c99-91ed-40a1-85d6-fb7831e24538 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:54:11,558 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/5b7e754077544168b9dbd5f5efd9afb8 used request id req-42405c99-91ed-40a1-85d6-fb7831e24538 2018-10-26 09:54:11,558 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-20a73dab-58b0-4e4-proj-role 2018-10-26 09:54:11,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/78f4ab0e6ca34c02a471acc36f74e9a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ed642fcf77ebab99f95740234917a56bacfd7fa" 2018-10-26 09:54:11,667 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:54:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7f0a3696-8d1a-4a6f-979e-579dc8f98828 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:54:11,667 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/78f4ab0e6ca34c02a471acc36f74e9a1 used request id req-7f0a3696-8d1a-4a6f-979e-579dc8f98828 2018-10-26 09:54:11,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ed642fcf77ebab99f95740234917a56bacfd7fa" 2018-10-26 09:54:11,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:54:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5798c8b0-2be1-4234-9824-d20f376317d7 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:54:11,754 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-5798c8b0-2be1-4234-9824-d20f376317d7 2018-10-26 09:54:11,755 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-20a73dab-58b0-4e4-user 2018-10-26 09:54:11,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/3a6c995157d045d1bc85a878e7c76bcf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b78f00fa64acabfc30bae48dd1601d9ca0dbc5c5" 2018-10-26 09:54:11,972 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:54:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2a20b7a2-72c9-4a2c-b8e5-0d13d0387db7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:54:11,972 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/3a6c995157d045d1bc85a878e7c76bcf used request id req-2a20b7a2-72c9-4a2c-b8e5-0d13d0387db7 2018-10-26 09:54:11,974 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:54:12,367 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:54:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["ObvY1VPmR-uOvESikxUyHQ"], "issued_at": "2018-10-26T09:54:12.000000Z"}} 2018-10-26 09:54:12,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96d020d735f0b28bd8d07a85c598f385e179494c" 2018-10-26 09:54:12,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:54:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c46b06fb-8e65-4fb0-ae2d-96723df5da21 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:54:12,446 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c46b06fb-8e65-4fb0-ae2d-96723df5da21 2018-10-26 09:54:12,448 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:54:12,449 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:54:12,838 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:54:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["RBCI1_mjTXqH6sdNeE4tBQ"], "issued_at": "2018-10-26T09:54:12.000000Z"}} 2018-10-26 09:54:12,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afc9a9da17b1d778cd4b21b67b01ebea93835b03" 2018-10-26 09:54:12,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:54:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5afc5787-425c-42e6-97cc-8b3d15fd2d04 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:54:12,924 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5afc5787-425c-42e6-97cc-8b3d15fd2d04 2018-10-26 09:54:12,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:54:12,934 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:54: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:54:12,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-289abe3d-ebb1-474-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afc9a9da17b1d778cd4b21b67b01ebea93835b03" 2018-10-26 09:54:13,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:54:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-975b4a29-17b8-41aa-ab5f-ffb1eeaa474a Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-289abe3d-ebb1-474-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:54:13,025 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-289abe3d-ebb1-474-proj used request id req-975b4a29-17b8-41aa-ab5f-ffb1eeaa474a 2018-10-26 09:54:13,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afc9a9da17b1d778cd4b21b67b01ebea93835b03" 2018-10-26 09:54:13,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:54:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39d90f44-3212-4b0f-9e95-ab82d98e4059 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:54:13,119 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-39d90f44-3212-4b0f-9e95-ab82d98e4059 2018-10-26 09:54:13,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afc9a9da17b1d778cd4b21b67b01ebea93835b03" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-289abe3d-ebb1-474-proj"}}' 2018-10-26 09:54:13,274 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:54:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8479942b-78b3-4cb0-8879-e465721fcaa9 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b3742bbd4d8745e183ad932b110c0c6a"}, "enabled": true, "id": "b3742bbd4d8745e183ad932b110c0c6a", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-289abe3d-ebb1-474-proj"}} 2018-10-26 09:54:13,274 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-8479942b-78b3-4cb0-8879-e465721fcaa9 2018-10-26 09:54:13,275 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-289abe3d-ebb1-474-proj 2018-10-26 09:54:13,275 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:54:13,276 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:54:13,664 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:54:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["oOXWQrSTS7-EZ1U0NwJEVw"], "issued_at": "2018-10-26T09:54:13.000000Z"}} 2018-10-26 09:54:13,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f03a2980658660e4e8b8a79902d91b058656d2b" 2018-10-26 09:54:13,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:54:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a3b392b-ecef-4fac-9dad-8ad58f1206bf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:54:13,755 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5a3b392b-ecef-4fac-9dad-8ad58f1206bf 2018-10-26 09:54:13,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:54:13,765 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:54: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:54:13,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f03a2980658660e4e8b8a79902d91b058656d2b" 2018-10-26 09:54:13,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:54:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e736910-186c-432d-826e-534951d1b611 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:54:13,877 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-0e736910-186c-432d-826e-534951d1b611 2018-10-26 09:54:13,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-289abe3d-ebb1-474-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f03a2980658660e4e8b8a79902d91b058656d2b" 2018-10-26 09:54:13,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:54:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a2d5c9a-0af2-4242-a2c6-bd63fd1def28 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-289abe3d-ebb1-474-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b3742bbd4d8745e183ad932b110c0c6a"}, "enabled": true, "id": "b3742bbd4d8745e183ad932b110c0c6a", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-289abe3d-ebb1-474-proj"}]} 2018-10-26 09:54:13,971 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-289abe3d-ebb1-474-proj used request id req-4a2d5c9a-0af2-4242-a2c6-bd63fd1def28 2018-10-26 09:54:13,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f03a2980658660e4e8b8a79902d91b058656d2b" 2018-10-26 09:54:14,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:54:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-781db4c9-4eab-4e5b-ba44-50d7cd2db1a4 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:54:14,056 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-781db4c9-4eab-4e5b-ba44-50d7cd2db1a4 2018-10-26 09:54:14,440 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-289abe3d-ebb1-474-user 2018-10-26 09:54:14,440 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:54:14,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afc9a9da17b1d778cd4b21b67b01ebea93835b03" 2018-10-26 09:54:14,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:54:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a55c0fd-d6b8-4b66-8261-cab9257e45a6 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:54:14,465 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-9a55c0fd-d6b8-4b66-8261-cab9257e45a6 2018-10-26 09:54:14,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afc9a9da17b1d778cd4b21b67b01ebea93835b03" -d '{"role": {"name": "CreateInstancePortManipulationTests-289abe3d-ebb1-474-proj-role"}}' 2018-10-26 09:54:14,573 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:54:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-949f6a32-8dce-427c-9054-4d10dc865c1e Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "20656dee35d44cb38dd8bf22cee165e8", "links": {"self": "http://172.30.9.21:5000/v3/roles/20656dee35d44cb38dd8bf22cee165e8"}, "name": "CreateInstancePortManipulationTests-289abe3d-ebb1-474-proj-role"}} 2018-10-26 09:54:14,573 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-949f6a32-8dce-427c-9054-4d10dc865c1e 2018-10-26 09:54:14,573 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-289abe3d-ebb1-474-proj-role 2018-10-26 09:54:14,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/20656dee35d44cb38dd8bf22cee165e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afc9a9da17b1d778cd4b21b67b01ebea93835b03" 2018-10-26 09:54:14,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:54:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20354af1-ddd8-4d7f-a3d1-2ea674ea9c6d Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/20656dee35d44cb38dd8bf22cee165e8"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-289abe3d-ebb1-474-proj-role", "id": "20656dee35d44cb38dd8bf22cee165e8"}} 2018-10-26 09:54:14,594 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/20656dee35d44cb38dd8bf22cee165e8 used request id req-20354af1-ddd8-4d7f-a3d1-2ea674ea9c6d 2018-10-26 09:54:14,595 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-289abe3d-ebb1-474-proj-role to project CreateInstancePortManipulationTests-289abe3d-ebb1-474-proj 2018-10-26 09:54:14,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/b3742bbd4d8745e183ad932b110c0c6a/users/03c5ab130ca7483597a3a64d8a27c6e8/roles/20656dee35d44cb38dd8bf22cee165e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afc9a9da17b1d778cd4b21b67b01ebea93835b03" 2018-10-26 09:54:14,743 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:54:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1be99fef-cdaa-45d0-93d6-f6d6fec9d84b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:54:14,743 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/b3742bbd4d8745e183ad932b110c0c6a/users/03c5ab130ca7483597a3a64d8a27c6e8/roles/20656dee35d44cb38dd8bf22cee165e8 used request id req-1be99fef-cdaa-45d0-93d6-f6d6fec9d84b 2018-10-26 09:54:14,744 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-26 09:54:14,744 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:54:14,745 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:54:15,112 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "20656dee35d44cb38dd8bf22cee165e8", "name": "CreateInstancePortManipulationTests-289abe3d-ebb1-474-proj-role"}], "expires_at": "2018-10-26T10:54:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b3742bbd4d8745e183ad932b110c0c6a", "name": "CreateInstancePortManipulationTests-289abe3d-ebb1-474-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/b3742bbd4d8745e183ad932b110c0c6a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/b3742bbd4d8745e183ad932b110c0c6a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/b3742bbd4d8745e183ad932b110c0c6a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/b3742bbd4d8745e183ad932b110c0c6a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/b3742bbd4d8745e183ad932b110c0c6a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/b3742bbd4d8745e183ad932b110c0c6a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b3742bbd4d8745e183ad932b110c0c6a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/b3742bbd4d8745e183ad932b110c0c6a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/b3742bbd4d8745e183ad932b110c0c6a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b3742bbd4d8745e183ad932b110c0c6a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/b3742bbd4d8745e183ad932b110c0c6a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/b3742bbd4d8745e183ad932b110c0c6a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-289abe3d-ebb1-474-user", "id": "03c5ab130ca7483597a3a64d8a27c6e8"}, "audit_ids": ["cJRNL3fZT8in5darLPNoBA"], "issued_at": "2018-10-26T09:54:15.000000Z"}} 2018-10-26 09:54:15,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7056240f222269f0e8a4b9b17522c028a506c322" 2018-10-26 09:54:15,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:54:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-197c9d3b-6a67-4ae1-bef7-ea01eddf73d6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:54:15,196 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-197c9d3b-6a67-4ae1-bef7-ea01eddf73d6 2018-10-26 09:54:15,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7056240f222269f0e8a4b9b17522c028a506c322" 2018-10-26 09:54:15,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-0699c3f3-7236-4b75-b10e-c2bb105010e5 Date: Fri, 26 Oct 2018 09:54:15 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-image"} 2018-10-26 09:54:15,383 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-image used request id req-0699c3f3-7236-4b75-b10e-c2bb105010e5 2018-10-26 09:54:15,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7056240f222269f0e8a4b9b17522c028a506c322" 2018-10-26 09:54:15,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a1436643-df21-4599-9644-8bf395808328 Date: Fri, 26 Oct 2018 09:54: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-26 09:54:15,531 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-a1436643-df21-4599-9644-8bf395808328 2018-10-26 09:54:15,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7056240f222269f0e8a4b9b17522c028a506c322" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-image"}' 2018-10-26 09:54:15,761 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/953b3d33-2b2e-42bf-945b-f75cafe40803 X-Openstack-Request-Id: req-39d17382-7a45-45cb-acd5-f0b71e8edf52 Date: Fri, 26 Oct 2018 09:54:15 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:54:15Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-26T09:54:15Z", "visibility": "shared", "locations": [], "self": "/v2/images/953b3d33-2b2e-42bf-945b-f75cafe40803", "min_disk": 0, "protected": false, "id": "953b3d33-2b2e-42bf-945b-f75cafe40803", "file": "/v2/images/953b3d33-2b2e-42bf-945b-f75cafe40803/file", "checksum": null, "owner": "b3742bbd4d8745e183ad932b110c0c6a", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:54:15,761 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-39d17382-7a45-45cb-acd5-f0b71e8edf52 2018-10-26 09:54:15,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/953b3d33-2b2e-42bf-945b-f75cafe40803/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7056240f222269f0e8a4b9b17522c028a506c322" -d '' 2018-10-26 09:54:18,104 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bbdc7a24-41c0-4a77-98ca-62155d1c2321 Date: Fri, 26 Oct 2018 09:54: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-26 09:54:18,105 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/953b3d33-2b2e-42bf-945b-f75cafe40803/file used request id req-bbdc7a24-41c0-4a77-98ca-62155d1c2321 2018-10-26 09:54:18,105 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 09:54:18,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/953b3d33-2b2e-42bf-945b-f75cafe40803 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7056240f222269f0e8a4b9b17522c028a506c322" 2018-10-26 09:54:18,292 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-57a89730-5c08-4086-ae98-fb7fda388497 Date: Fri, 26 Oct 2018 09:54:18 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:54:15Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:54:18Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/953b3d33-2b2e-42bf-945b-f75cafe40803/snap", "metadata": {}}], "self": "/v2/images/953b3d33-2b2e-42bf-945b-f75cafe40803", "min_disk": 0, "protected": false, "id": "953b3d33-2b2e-42bf-945b-f75cafe40803", "file": "/v2/images/953b3d33-2b2e-42bf-945b-f75cafe40803/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b3742bbd4d8745e183ad932b110c0c6a", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/953b3d33-2b2e-42bf-945b-f75cafe40803/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:54:18,292 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/953b3d33-2b2e-42bf-945b-f75cafe40803 used request id req-57a89730-5c08-4086-ae98-fb7fda388497 2018-10-26 09:54:18,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7056240f222269f0e8a4b9b17522c028a506c322" 2018-10-26 09:54:18,454 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-230d649c-3368-4228-ab53-7fb34a7b0310 Date: Fri, 26 Oct 2018 09:54: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-26 09:54:18,454 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-230d649c-3368-4228-ab53-7fb34a7b0310 2018-10-26 09:54:18,457 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-image 2018-10-26 09:54:18,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/953b3d33-2b2e-42bf-945b-f75cafe40803 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7056240f222269f0e8a4b9b17522c028a506c322" 2018-10-26 09:54:18,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-5f0a7604-fc87-41ee-85fd-9a99989577e7 Date: Fri, 26 Oct 2018 09:54:18 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:54:15Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:54:18Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/953b3d33-2b2e-42bf-945b-f75cafe40803/snap", "metadata": {}}], "self": "/v2/images/953b3d33-2b2e-42bf-945b-f75cafe40803", "min_disk": 0, "protected": false, "id": "953b3d33-2b2e-42bf-945b-f75cafe40803", "file": "/v2/images/953b3d33-2b2e-42bf-945b-f75cafe40803/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b3742bbd4d8745e183ad932b110c0c6a", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/953b3d33-2b2e-42bf-945b-f75cafe40803/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:54:18,630 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/953b3d33-2b2e-42bf-945b-f75cafe40803 used request id req-5f0a7604-fc87-41ee-85fd-9a99989577e7 2018-10-26 09:54:18,630 - create_image - DEBUG - Instance status is - active 2018-10-26 09:54:18,630 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-image 2018-10-26 09:54:18,630 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-image 2018-10-26 09:54:18,631 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:54:18,631 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:54:19,011 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "20656dee35d44cb38dd8bf22cee165e8", "name": "CreateInstancePortManipulationTests-289abe3d-ebb1-474-proj-role"}], "expires_at": "2018-10-26T10:54:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b3742bbd4d8745e183ad932b110c0c6a", "name": "CreateInstancePortManipulationTests-289abe3d-ebb1-474-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/b3742bbd4d8745e183ad932b110c0c6a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/b3742bbd4d8745e183ad932b110c0c6a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/b3742bbd4d8745e183ad932b110c0c6a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/b3742bbd4d8745e183ad932b110c0c6a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/b3742bbd4d8745e183ad932b110c0c6a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/b3742bbd4d8745e183ad932b110c0c6a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b3742bbd4d8745e183ad932b110c0c6a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/b3742bbd4d8745e183ad932b110c0c6a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/b3742bbd4d8745e183ad932b110c0c6a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b3742bbd4d8745e183ad932b110c0c6a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/b3742bbd4d8745e183ad932b110c0c6a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/b3742bbd4d8745e183ad932b110c0c6a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-289abe3d-ebb1-474-user", "id": "03c5ab130ca7483597a3a64d8a27c6e8"}, "audit_ids": ["uvRXMS-GQd-TyRxrmndYYw"], "issued_at": "2018-10-26T09:54:19.000000Z"}} 2018-10-26 09:54:19,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c1e41553e8ad3268d5a99b4491301d3a19e7653" 2018-10-26 09:54:19,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:54:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81edc948-7ad5-4e27-a658-c2506e517352 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:54:19,081 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-81edc948-7ad5-4e27-a658-c2506e517352 2018-10-26 09:54:19,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c1e41553e8ad3268d5a99b4491301d3a19e7653" 2018-10-26 09:54:19,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-4b3a6f4f-6368-4590-ae25-00472cbf7e79 Date: Fri, 26 Oct 2018 09:54:19 GMT RESP BODY: {"networks":[]} 2018-10-26 09:54:19,266 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-pub-net used request id req-4b3a6f4f-6368-4590-ae25-00472cbf7e79 2018-10-26 09:54:19,266 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-pub-net 2018-10-26 09:54:19,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c1e41553e8ad3268d5a99b4491301d3a19e7653" -d '{"network": {"name": "CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-pub-net", "admin_state_up": true}}' 2018-10-26 09:54:19,803 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-49027958-92ed-4d1d-9013-618f12960920 Date: Fri, 26 Oct 2018 09:54:19 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"99db6e2b-9d71-4671-a5b3-a159ebb4e38f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b3742bbd4d8745e183ad932b110c0c6a","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T09:54:19Z","is_default":false,"name":"CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"b3742bbd4d8745e183ad932b110c0c6a","created_at":"2018-10-26T09:54:19Z","mtu":1450}} 2018-10-26 09:54:19,803 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-49027958-92ed-4d1d-9013-618f12960920 2018-10-26 09:54:19,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=99db6e2b-9d71-4671-a5b3-a159ebb4e38f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c1e41553e8ad3268d5a99b4491301d3a19e7653" 2018-10-26 09:54:20,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-8ab651fc-394a-47fa-a975-f2a1670531a8 Date: Fri, 26 Oct 2018 09:54: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-26T09:54:19Z","tenant_id":"b3742bbd4d8745e183ad932b110c0c6a","created_at":"2018-10-26T09:54:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"b3742bbd4d8745e183ad932b110c0c6a","id":"99db6e2b-9d71-4671-a5b3-a159ebb4e38f","name":"CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-pub-net"}]} 2018-10-26 09:54:20,030 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=99db6e2b-9d71-4671-a5b3-a159ebb4e38f used request id req-8ab651fc-394a-47fa-a975-f2a1670531a8 2018-10-26 09:54:20,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=99db6e2b-9d71-4671-a5b3-a159ebb4e38f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c1e41553e8ad3268d5a99b4491301d3a19e7653" 2018-10-26 09:54:20,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-12ac702c-98ff-4794-9322-aa76003141f1 Date: Fri, 26 Oct 2018 09:54:20 GMT RESP BODY: {"subnets":[]} 2018-10-26 09:54:20,215 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=99db6e2b-9d71-4671-a5b3-a159ebb4e38f used request id req-12ac702c-98ff-4794-9322-aa76003141f1 2018-10-26 09:54:20,216 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-pub-subnet 2018-10-26 09:54:20,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c1e41553e8ad3268d5a99b4491301d3a19e7653" -d '{"subnets": [{"ip_version": 4, "network_id": "99db6e2b-9d71-4671-a5b3-a159ebb4e38f", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-pub-subnet"}]}' 2018-10-26 09:54:20,744 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-9f430306-ffbc-458a-adcd-7f4d47aeb804 Date: Fri, 26 Oct 2018 09:54:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"99db6e2b-9d71-4671-a5b3-a159ebb4e38f","tenant_id":"b3742bbd4d8745e183ad932b110c0c6a","created_at":"2018-10-26T09:54:20Z","dns_nameservers":[],"updated_at":"2018-10-26T09:54:20Z","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":"b3742bbd4d8745e183ad932b110c0c6a","id":"60eb62a5-9cfb-433a-8062-7c4505e01cad","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-pub-subnet"}]} 2018-10-26 09:54:20,745 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-9f430306-ffbc-458a-adcd-7f4d47aeb804 2018-10-26 09:54:20,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=99db6e2b-9d71-4671-a5b3-a159ebb4e38f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c1e41553e8ad3268d5a99b4491301d3a19e7653" 2018-10-26 09:54:20,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-9fb70851-7b7b-419e-ab72-6b07bd56ec38 Date: Fri, 26 Oct 2018 09:54: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":["60eb62a5-9cfb-433a-8062-7c4505e01cad"],"updated_at":"2018-10-26T09:54:20Z","tenant_id":"b3742bbd4d8745e183ad932b110c0c6a","created_at":"2018-10-26T09:54:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b3742bbd4d8745e183ad932b110c0c6a","id":"99db6e2b-9d71-4671-a5b3-a159ebb4e38f","name":"CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-pub-net"}]} 2018-10-26 09:54:20,850 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=99db6e2b-9d71-4671-a5b3-a159ebb4e38f used request id req-9fb70851-7b7b-419e-ab72-6b07bd56ec38 2018-10-26 09:54:20,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=99db6e2b-9d71-4671-a5b3-a159ebb4e38f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c1e41553e8ad3268d5a99b4491301d3a19e7653" 2018-10-26 09:54:21,071 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-bd2844cf-13ef-45bd-b0f8-adf05e149b47 Date: Fri, 26 Oct 2018 09:54:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"99db6e2b-9d71-4671-a5b3-a159ebb4e38f","tenant_id":"b3742bbd4d8745e183ad932b110c0c6a","created_at":"2018-10-26T09:54:20Z","dns_nameservers":[],"updated_at":"2018-10-26T09:54:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b3742bbd4d8745e183ad932b110c0c6a","id":"60eb62a5-9cfb-433a-8062-7c4505e01cad","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-pub-subnet"}]} 2018-10-26 09:54:21,071 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=99db6e2b-9d71-4671-a5b3-a159ebb4e38f used request id req-bd2844cf-13ef-45bd-b0f8-adf05e149b47 2018-10-26 09:54:21,071 - OpenStackNetwork - DEBUG - Network [99db6e2b-9d71-4671-a5b3-a159ebb4e38f] created successfully 2018-10-26 09:54:21,072 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:54:21,072 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:54:21,457 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:54:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["Y7aNhUKTTu2FPuIoC7Kv7w"], "issued_at": "2018-10-26T09:54:21.000000Z"}} 2018-10-26 09:54:21,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b872cd1696491682a56f796fee3c5348e4bd1e0" 2018-10-26 09:54:21,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:54:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c9b6b46-30bd-4ec5-9d4d-983545bfe1bb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:54:21,549 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-7c9b6b46-30bd-4ec5-9d4d-983545bfe1bb 2018-10-26 09:54:21,550 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:54:21,556 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b872cd1696491682a56f796fee3c5348e4bd1e0" 2018-10-26 09:54:21,742 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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 x-openstack-request-id: req-249da2ba-d99d-467d-a5b1-588bd835b3cf x-compute-request-id: req-249da2ba-d99d-467d-a5b1-588bd835b3cf Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-26 09:54:21,743 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-249da2ba-d99d-467d-a5b1-588bd835b3cf 2018-10-26 09:54:21,746 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b872cd1696491682a56f796fee3c5348e4bd1e0" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-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-26 09:54:21,796 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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-293d8c61-1099-4390-9ca7-30ef4a5f8519 x-compute-request-id: req-293d8c61-1099-4390-9ca7-30ef4a5f8519 Content-Encoding: gzip Content-Length: 331 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/6619b482-7a01-411d-8d32-093d94a389ef", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/6619b482-7a01-411d-8d32-093d94a389ef", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "6619b482-7a01-411d-8d32-093d94a389ef", "name": "CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 09:54:21,796 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-293d8c61-1099-4390-9ca7-30ef4a5f8519 2018-10-26 09:54:21,797 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:54:21,798 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:54:22,165 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "20656dee35d44cb38dd8bf22cee165e8", "name": "CreateInstancePortManipulationTests-289abe3d-ebb1-474-proj-role"}], "expires_at": "2018-10-26T10:54:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b3742bbd4d8745e183ad932b110c0c6a", "name": "CreateInstancePortManipulationTests-289abe3d-ebb1-474-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/b3742bbd4d8745e183ad932b110c0c6a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/b3742bbd4d8745e183ad932b110c0c6a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/b3742bbd4d8745e183ad932b110c0c6a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/b3742bbd4d8745e183ad932b110c0c6a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/b3742bbd4d8745e183ad932b110c0c6a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/b3742bbd4d8745e183ad932b110c0c6a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b3742bbd4d8745e183ad932b110c0c6a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/b3742bbd4d8745e183ad932b110c0c6a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/b3742bbd4d8745e183ad932b110c0c6a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b3742bbd4d8745e183ad932b110c0c6a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/b3742bbd4d8745e183ad932b110c0c6a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/b3742bbd4d8745e183ad932b110c0c6a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-289abe3d-ebb1-474-user", "id": "03c5ab130ca7483597a3a64d8a27c6e8"}, "audit_ids": ["OgPnCRIDRQmddo9PNaox1w"], "issued_at": "2018-10-26T09:54:22.000000Z"}} 2018-10-26 09:54:22,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53a25bb810234e6c9132622e0748f0cae8c79d9d" 2018-10-26 09:54:22,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:54:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c93b986c-0e3d-4622-84cc-342d607877a3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:54:22,240 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c93b986c-0e3d-4622-84cc-342d607877a3 2018-10-26 09:54:22,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53a25bb810234e6c9132622e0748f0cae8c79d9d" 2018-10-26 09:54:22,411 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-e21dd261-35dc-4641-b981-daea7b678638 Date: Fri, 26 Oct 2018 09:54:22 GMT RESP BODY: {"networks":[]} 2018-10-26 09:54:22,411 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246net2 used request id req-e21dd261-35dc-4641-b981-daea7b678638 2018-10-26 09:54:22,412 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246net2 2018-10-26 09:54:22,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53a25bb810234e6c9132622e0748f0cae8c79d9d" -d '{"network": {"name": "CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246net2", "admin_state_up": true}}' 2018-10-26 09:54:22,786 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-1e2ca35b-d353-48a0-9c49-4732aec46fb3 Date: Fri, 26 Oct 2018 09:54:22 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"d6235f95-eeb4-4356-9186-b964e312ecfb","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b3742bbd4d8745e183ad932b110c0c6a","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T09:54:22Z","is_default":false,"name":"CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246net2","qos_policy_id":null,"admin_state_up":true,"tenant_id":"b3742bbd4d8745e183ad932b110c0c6a","created_at":"2018-10-26T09:54:22Z","mtu":1450}} 2018-10-26 09:54:22,786 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-1e2ca35b-d353-48a0-9c49-4732aec46fb3 2018-10-26 09:54:22,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=d6235f95-eeb4-4356-9186-b964e312ecfb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53a25bb810234e6c9132622e0748f0cae8c79d9d" 2018-10-26 09:54:23,022 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 618 X-Openstack-Request-Id: req-b7a4c9be-55ad-4169-8ea0-38ad1b547b45 Date: Fri, 26 Oct 2018 09:54:23 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-26T09:54:22Z","tenant_id":"b3742bbd4d8745e183ad932b110c0c6a","created_at":"2018-10-26T09:54:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"b3742bbd4d8745e183ad932b110c0c6a","id":"d6235f95-eeb4-4356-9186-b964e312ecfb","name":"CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246net2"}]} 2018-10-26 09:54:23,022 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=d6235f95-eeb4-4356-9186-b964e312ecfb used request id req-b7a4c9be-55ad-4169-8ea0-38ad1b547b45 2018-10-26 09:54:23,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=d6235f95-eeb4-4356-9186-b964e312ecfb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53a25bb810234e6c9132622e0748f0cae8c79d9d" 2018-10-26 09:54:23,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b4bfd339-2f16-4623-8b94-56fb5b778bd6 Date: Fri, 26 Oct 2018 09:54:23 GMT RESP BODY: {"subnets":[]} 2018-10-26 09:54:23,208 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=d6235f95-eeb4-4356-9186-b964e312ecfb used request id req-b4bfd339-2f16-4623-8b94-56fb5b778bd6 2018-10-26 09:54:23,209 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-subnet1 2018-10-26 09:54:23,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53a25bb810234e6c9132622e0748f0cae8c79d9d" -d '{"subnets": [{"ip_version": 4, "network_id": "d6235f95-eeb4-4356-9186-b964e312ecfb", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-subnet1"}]}' 2018-10-26 09:54:23,933 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-4601aaea-a8a5-44e3-a82a-3db700366947 Date: Fri, 26 Oct 2018 09:54:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d6235f95-eeb4-4356-9186-b964e312ecfb","tenant_id":"b3742bbd4d8745e183ad932b110c0c6a","created_at":"2018-10-26T09:54:23Z","dns_nameservers":[],"updated_at":"2018-10-26T09:54:23Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"b3742bbd4d8745e183ad932b110c0c6a","id":"8b2e5e38-d8a6-447b-97d3-4679ef00736a","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-subnet1"}]} 2018-10-26 09:54:23,933 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-4601aaea-a8a5-44e3-a82a-3db700366947 2018-10-26 09:54:23,933 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-subnet2 2018-10-26 09:54:23,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53a25bb810234e6c9132622e0748f0cae8c79d9d" -d '{"subnets": [{"ip_version": 4, "network_id": "d6235f95-eeb4-4356-9186-b964e312ecfb", "cidr": "10.65.0.0/24", "name": "CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-subnet2"}]}' 2018-10-26 09:54:24,714 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a6600001-67bb-490a-9090-14da15aa9b64 Date: Fri, 26 Oct 2018 09:54:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d6235f95-eeb4-4356-9186-b964e312ecfb","tenant_id":"b3742bbd4d8745e183ad932b110c0c6a","created_at":"2018-10-26T09:54:24Z","dns_nameservers":[],"updated_at":"2018-10-26T09:54:24Z","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":"b3742bbd4d8745e183ad932b110c0c6a","id":"6b573bea-0943-4014-86bd-54bc10edb832","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-subnet2"}]} 2018-10-26 09:54:24,714 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-a6600001-67bb-490a-9090-14da15aa9b64 2018-10-26 09:54:24,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=d6235f95-eeb4-4356-9186-b964e312ecfb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53a25bb810234e6c9132622e0748f0cae8c79d9d" 2018-10-26 09:54:24,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-c6bf6ad3-e8fc-48cd-b253-fa0b2d69059e Date: Fri, 26 Oct 2018 09:54: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":["6b573bea-0943-4014-86bd-54bc10edb832","8b2e5e38-d8a6-447b-97d3-4679ef00736a"],"updated_at":"2018-10-26T09:54:24Z","tenant_id":"b3742bbd4d8745e183ad932b110c0c6a","created_at":"2018-10-26T09:54:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"b3742bbd4d8745e183ad932b110c0c6a","id":"d6235f95-eeb4-4356-9186-b964e312ecfb","name":"CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246net2"}]} 2018-10-26 09:54:24,967 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=d6235f95-eeb4-4356-9186-b964e312ecfb used request id req-c6bf6ad3-e8fc-48cd-b253-fa0b2d69059e 2018-10-26 09:54:24,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=d6235f95-eeb4-4356-9186-b964e312ecfb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53a25bb810234e6c9132622e0748f0cae8c79d9d" 2018-10-26 09:54:25,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-60ed967e-7332-4b4b-931f-3d594731d1d0 Date: Fri, 26 Oct 2018 09:54:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d6235f95-eeb4-4356-9186-b964e312ecfb","tenant_id":"b3742bbd4d8745e183ad932b110c0c6a","created_at":"2018-10-26T09:54:24Z","dns_nameservers":[],"updated_at":"2018-10-26T09:54:24Z","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":"b3742bbd4d8745e183ad932b110c0c6a","id":"6b573bea-0943-4014-86bd-54bc10edb832","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-subnet2"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d6235f95-eeb4-4356-9186-b964e312ecfb","tenant_id":"b3742bbd4d8745e183ad932b110c0c6a","created_at":"2018-10-26T09:54:23Z","dns_nameservers":[],"updated_at":"2018-10-26T09:54:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b3742bbd4d8745e183ad932b110c0c6a","id":"8b2e5e38-d8a6-447b-97d3-4679ef00736a","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-subnet1"}]} 2018-10-26 09:54:25,168 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=d6235f95-eeb4-4356-9186-b964e312ecfb used request id req-60ed967e-7332-4b4b-931f-3d594731d1d0 2018-10-26 09:54:25,169 - OpenStackNetwork - DEBUG - Network [d6235f95-eeb4-4356-9186-b964e312ecfb] created successfully 2018-10-26 09:54:25,169 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:54:25,170 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:54:25,544 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "20656dee35d44cb38dd8bf22cee165e8", "name": "CreateInstancePortManipulationTests-289abe3d-ebb1-474-proj-role"}], "expires_at": "2018-10-26T10:54:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b3742bbd4d8745e183ad932b110c0c6a", "name": "CreateInstancePortManipulationTests-289abe3d-ebb1-474-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/b3742bbd4d8745e183ad932b110c0c6a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/b3742bbd4d8745e183ad932b110c0c6a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/b3742bbd4d8745e183ad932b110c0c6a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/b3742bbd4d8745e183ad932b110c0c6a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/b3742bbd4d8745e183ad932b110c0c6a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/b3742bbd4d8745e183ad932b110c0c6a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b3742bbd4d8745e183ad932b110c0c6a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/b3742bbd4d8745e183ad932b110c0c6a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/b3742bbd4d8745e183ad932b110c0c6a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b3742bbd4d8745e183ad932b110c0c6a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/b3742bbd4d8745e183ad932b110c0c6a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/b3742bbd4d8745e183ad932b110c0c6a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-289abe3d-ebb1-474-user", "id": "03c5ab130ca7483597a3a64d8a27c6e8"}, "audit_ids": ["8V6w8t-fQAiGDvFKCjHWug"], "issued_at": "2018-10-26T09:54:25.000000Z"}} 2018-10-26 09:54:25,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef04a71e1b97d56e669dee44d951e73d7b237d98" 2018-10-26 09:54:25,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:54:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65aa7685-b7e6-4090-b388-7ffa91096c11 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:54:25,615 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-65aa7685-b7e6-4090-b388-7ffa91096c11 2018-10-26 09:54:25,616 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:54:25,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef04a71e1b97d56e669dee44d951e73d7b237d98" 2018-10-26 09:54:25,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:54:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bde8c408-4505-40b1-a751-f8ceb71fb413 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:54:25,697 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-bde8c408-4505-40b1-a751-f8ceb71fb413 2018-10-26 09:54:25,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef04a71e1b97d56e669dee44d951e73d7b237d98" 2018-10-26 09:54:25,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-13f63082-6b95-4f30-a8b3-6bf2680ad981 Date: Fri, 26 Oct 2018 09: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":["6b573bea-0943-4014-86bd-54bc10edb832","8b2e5e38-d8a6-447b-97d3-4679ef00736a"],"updated_at":"2018-10-26T09:54:24Z","tenant_id":"b3742bbd4d8745e183ad932b110c0c6a","created_at":"2018-10-26T09:54:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"b3742bbd4d8745e183ad932b110c0c6a","id":"d6235f95-eeb4-4356-9186-b964e312ecfb","name":"CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246net2"}]} 2018-10-26 09:54:25,972 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246net2 used request id req-13f63082-6b95-4f30-a8b3-6bf2680ad981 2018-10-26 09:54:25,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:54:25,980 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:54: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:54:25,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/b3742bbd4d8745e183ad932b110c0c6a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef04a71e1b97d56e669dee44d951e73d7b237d98" 2018-10-26 09:54:25,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:54:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24e0404e-9b45-4d70-b77f-676fbfd1e036 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b3742bbd4d8745e183ad932b110c0c6a"}, "enabled": true, "id": "b3742bbd4d8745e183ad932b110c0c6a", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-289abe3d-ebb1-474-proj"}} 2018-10-26 09:54:25,999 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/b3742bbd4d8745e183ad932b110c0c6a used request id req-24e0404e-9b45-4d70-b77f-676fbfd1e036 2018-10-26 09:54:26,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=d6235f95-eeb4-4356-9186-b964e312ecfb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef04a71e1b97d56e669dee44d951e73d7b237d98" 2018-10-26 09:54:26,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-3d6c76eb-a0d6-4030-84e0-1d6f35cb439e Date: Fri, 26 Oct 2018 09:54:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d6235f95-eeb4-4356-9186-b964e312ecfb","tenant_id":"b3742bbd4d8745e183ad932b110c0c6a","created_at":"2018-10-26T09:54:24Z","dns_nameservers":[],"updated_at":"2018-10-26T09:54:24Z","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":"b3742bbd4d8745e183ad932b110c0c6a","id":"6b573bea-0943-4014-86bd-54bc10edb832","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-subnet2"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d6235f95-eeb4-4356-9186-b964e312ecfb","tenant_id":"b3742bbd4d8745e183ad932b110c0c6a","created_at":"2018-10-26T09:54:23Z","dns_nameservers":[],"updated_at":"2018-10-26T09:54:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b3742bbd4d8745e183ad932b110c0c6a","id":"8b2e5e38-d8a6-447b-97d3-4679ef00736a","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-subnet1"}]} 2018-10-26 09:54:26,272 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=d6235f95-eeb4-4356-9186-b964e312ecfb used request id req-3d6c76eb-a0d6-4030-84e0-1d6f35cb439e 2018-10-26 09:54:26,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=d6235f95-eeb4-4356-9186-b964e312ecfb&name=CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef04a71e1b97d56e669dee44d951e73d7b237d98" 2018-10-26 09:54:26,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-0f299e31-fb06-46cd-b6e4-2d7f8dac8222 Date: Fri, 26 Oct 2018 09:54:26 GMT RESP BODY: {"ports":[]} 2018-10-26 09:54:26,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=d6235f95-eeb4-4356-9186-b964e312ecfb&name=CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246port-1&admin_state_up=True used request id req-0f299e31-fb06-46cd-b6e4-2d7f8dac8222 2018-10-26 09:54:26,467 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef04a71e1b97d56e669dee44d951e73d7b237d98" 2018-10-26 09:54:26,691 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:54:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0ab10673-2902-44b9-8a9d-b07a04f13005 x-compute-request-id: req-0ab10673-2902-44b9-8a9d-b07a04f13005 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-26 09:54:26,692 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-inst used request id req-0ab10673-2902-44b9-8a9d-b07a04f13005 2018-10-26 09:54:26,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef04a71e1b97d56e669dee44d951e73d7b237d98" 2018-10-26 09:54:26,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-5fdd6563-d17f-47f7-acdc-1b5a324a9e43 Date: Fri, 26 Oct 2018 09:54: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":["8b2e5e38-d8a6-447b-97d3-4679ef00736a","6b573bea-0943-4014-86bd-54bc10edb832"],"updated_at":"2018-10-26T09:54:24Z","tenant_id":"b3742bbd4d8745e183ad932b110c0c6a","created_at":"2018-10-26T09:54:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"b3742bbd4d8745e183ad932b110c0c6a","id":"d6235f95-eeb4-4356-9186-b964e312ecfb","name":"CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246net2"}]} 2018-10-26 09:54:26,796 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246net2 used request id req-5fdd6563-d17f-47f7-acdc-1b5a324a9e43 2018-10-26 09:54:26,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/b3742bbd4d8745e183ad932b110c0c6a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef04a71e1b97d56e669dee44d951e73d7b237d98" 2018-10-26 09:54:26,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:54:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ae9acc0-15a6-47ec-9cbc-37670a8dfc06 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b3742bbd4d8745e183ad932b110c0c6a"}, "enabled": true, "id": "b3742bbd4d8745e183ad932b110c0c6a", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-289abe3d-ebb1-474-proj"}} 2018-10-26 09:54:26,882 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/b3742bbd4d8745e183ad932b110c0c6a used request id req-6ae9acc0-15a6-47ec-9cbc-37670a8dfc06 2018-10-26 09:54:26,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=d6235f95-eeb4-4356-9186-b964e312ecfb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef04a71e1b97d56e669dee44d951e73d7b237d98" 2018-10-26 09:54:27,067 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-886fce93-e5d8-4026-80f9-a72be60a05bc Date: Fri, 26 Oct 2018 09:54:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d6235f95-eeb4-4356-9186-b964e312ecfb","tenant_id":"b3742bbd4d8745e183ad932b110c0c6a","created_at":"2018-10-26T09:54:24Z","dns_nameservers":[],"updated_at":"2018-10-26T09:54:24Z","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":"b3742bbd4d8745e183ad932b110c0c6a","id":"6b573bea-0943-4014-86bd-54bc10edb832","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-subnet2"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d6235f95-eeb4-4356-9186-b964e312ecfb","tenant_id":"b3742bbd4d8745e183ad932b110c0c6a","created_at":"2018-10-26T09:54:23Z","dns_nameservers":[],"updated_at":"2018-10-26T09:54:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b3742bbd4d8745e183ad932b110c0c6a","id":"8b2e5e38-d8a6-447b-97d3-4679ef00736a","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-subnet1"}]} 2018-10-26 09:54:27,067 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=d6235f95-eeb4-4356-9186-b964e312ecfb used request id req-886fce93-e5d8-4026-80f9-a72be60a05bc 2018-10-26 09:54:27,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=d6235f95-eeb4-4356-9186-b964e312ecfb&name=CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef04a71e1b97d56e669dee44d951e73d7b237d98" 2018-10-26 09:54:27,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-76097c73-3e5d-45c4-8d93-79eb8d35d95d Date: Fri, 26 Oct 2018 09:54:27 GMT RESP BODY: {"ports":[]} 2018-10-26 09:54:27,242 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=d6235f95-eeb4-4356-9186-b964e312ecfb&name=CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246port-1&admin_state_up=True used request id req-76097c73-3e5d-45c4-8d93-79eb8d35d95d 2018-10-26 09:54:27,242 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:54:27,243 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:54:27,623 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "20656dee35d44cb38dd8bf22cee165e8", "name": "CreateInstancePortManipulationTests-289abe3d-ebb1-474-proj-role"}], "expires_at": "2018-10-26T10:54:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b3742bbd4d8745e183ad932b110c0c6a", "name": "CreateInstancePortManipulationTests-289abe3d-ebb1-474-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/b3742bbd4d8745e183ad932b110c0c6a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/b3742bbd4d8745e183ad932b110c0c6a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/b3742bbd4d8745e183ad932b110c0c6a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/b3742bbd4d8745e183ad932b110c0c6a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/b3742bbd4d8745e183ad932b110c0c6a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/b3742bbd4d8745e183ad932b110c0c6a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b3742bbd4d8745e183ad932b110c0c6a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/b3742bbd4d8745e183ad932b110c0c6a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/b3742bbd4d8745e183ad932b110c0c6a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b3742bbd4d8745e183ad932b110c0c6a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/b3742bbd4d8745e183ad932b110c0c6a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/b3742bbd4d8745e183ad932b110c0c6a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-289abe3d-ebb1-474-user", "id": "03c5ab130ca7483597a3a64d8a27c6e8"}, "audit_ids": ["BPDLUDu1T8KfCAniBdonhw"], "issued_at": "2018-10-26T09:54:27.000000Z"}} 2018-10-26 09:54:27,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}794fc756d7c98c3710c91373359588f49d50bbfb" 2018-10-26 09:54:27,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:54:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe1ad7ba-2c54-414d-8428-e0cb3eaa78f0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:54:27,694 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-fe1ad7ba-2c54-414d-8428-e0cb3eaa78f0 2018-10-26 09:54:27,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef04a71e1b97d56e669dee44d951e73d7b237d98" 2018-10-26 09:54:27,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-ca41d9ba-2196-421b-b1aa-2da1b099f53c Date: Fri, 26 Oct 2018 09:54: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":["8b2e5e38-d8a6-447b-97d3-4679ef00736a","6b573bea-0943-4014-86bd-54bc10edb832"],"updated_at":"2018-10-26T09:54:24Z","tenant_id":"b3742bbd4d8745e183ad932b110c0c6a","created_at":"2018-10-26T09:54:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"b3742bbd4d8745e183ad932b110c0c6a","id":"d6235f95-eeb4-4356-9186-b964e312ecfb","name":"CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246net2"}]} 2018-10-26 09:54:27,967 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246net2 used request id req-ca41d9ba-2196-421b-b1aa-2da1b099f53c 2018-10-26 09:54:27,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=d6235f95-eeb4-4356-9186-b964e312ecfb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef04a71e1b97d56e669dee44d951e73d7b237d98" 2018-10-26 09:54:28,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-5e81ff01-776d-4863-b134-da05bd6a0ebc Date: Fri, 26 Oct 2018 09:54:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d6235f95-eeb4-4356-9186-b964e312ecfb","tenant_id":"b3742bbd4d8745e183ad932b110c0c6a","created_at":"2018-10-26T09:54:24Z","dns_nameservers":[],"updated_at":"2018-10-26T09:54:24Z","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":"b3742bbd4d8745e183ad932b110c0c6a","id":"6b573bea-0943-4014-86bd-54bc10edb832","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-subnet2"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d6235f95-eeb4-4356-9186-b964e312ecfb","tenant_id":"b3742bbd4d8745e183ad932b110c0c6a","created_at":"2018-10-26T09:54:23Z","dns_nameservers":[],"updated_at":"2018-10-26T09:54:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b3742bbd4d8745e183ad932b110c0c6a","id":"8b2e5e38-d8a6-447b-97d3-4679ef00736a","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-subnet1"}]} 2018-10-26 09:54:28,181 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=d6235f95-eeb4-4356-9186-b964e312ecfb used request id req-5e81ff01-776d-4863-b134-da05bd6a0ebc 2018-10-26 09:54:28,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef04a71e1b97d56e669dee44d951e73d7b237d98" 2018-10-26 09:54:28,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-3ea713b4-80e0-46f1-a2eb-4f3beb736734 Date: Fri, 26 Oct 2018 09:54: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":["8b2e5e38-d8a6-447b-97d3-4679ef00736a","6b573bea-0943-4014-86bd-54bc10edb832"],"updated_at":"2018-10-26T09:54:24Z","tenant_id":"b3742bbd4d8745e183ad932b110c0c6a","created_at":"2018-10-26T09:54:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"b3742bbd4d8745e183ad932b110c0c6a","id":"d6235f95-eeb4-4356-9186-b964e312ecfb","name":"CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246net2"}]} 2018-10-26 09:54:28,414 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246net2 used request id req-3ea713b4-80e0-46f1-a2eb-4f3beb736734 2018-10-26 09:54:28,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:54:28,423 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:54: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:54:28,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/b3742bbd4d8745e183ad932b110c0c6a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}794fc756d7c98c3710c91373359588f49d50bbfb" 2018-10-26 09:54:28,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:54:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6bba2901-7066-40bb-a81a-3e849c147bd7 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b3742bbd4d8745e183ad932b110c0c6a"}, "enabled": true, "id": "b3742bbd4d8745e183ad932b110c0c6a", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-289abe3d-ebb1-474-proj"}} 2018-10-26 09:54:28,507 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/b3742bbd4d8745e183ad932b110c0c6a used request id req-6bba2901-7066-40bb-a81a-3e849c147bd7 2018-10-26 09:54:28,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=d6235f95-eeb4-4356-9186-b964e312ecfb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef04a71e1b97d56e669dee44d951e73d7b237d98" 2018-10-26 09:54:28,740 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-e1e7cad7-1727-437e-8eef-3ef96c4c90c3 Date: Fri, 26 Oct 2018 09:54:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d6235f95-eeb4-4356-9186-b964e312ecfb","tenant_id":"b3742bbd4d8745e183ad932b110c0c6a","created_at":"2018-10-26T09:54:24Z","dns_nameservers":[],"updated_at":"2018-10-26T09:54:24Z","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":"b3742bbd4d8745e183ad932b110c0c6a","id":"6b573bea-0943-4014-86bd-54bc10edb832","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-subnet2"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d6235f95-eeb4-4356-9186-b964e312ecfb","tenant_id":"b3742bbd4d8745e183ad932b110c0c6a","created_at":"2018-10-26T09:54:23Z","dns_nameservers":[],"updated_at":"2018-10-26T09:54:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b3742bbd4d8745e183ad932b110c0c6a","id":"8b2e5e38-d8a6-447b-97d3-4679ef00736a","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-subnet1"}]} 2018-10-26 09:54:28,740 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=d6235f95-eeb4-4356-9186-b964e312ecfb used request id req-e1e7cad7-1727-437e-8eef-3ef96c4c90c3 2018-10-26 09:54:28,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=d6235f95-eeb4-4356-9186-b964e312ecfb&name=CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef04a71e1b97d56e669dee44d951e73d7b237d98" 2018-10-26 09:54:28,941 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-dd0ccf4c-db56-41b1-96f4-738a1427a721 Date: Fri, 26 Oct 2018 09:54:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d6235f95-eeb4-4356-9186-b964e312ecfb","tenant_id":"b3742bbd4d8745e183ad932b110c0c6a","created_at":"2018-10-26T09:54:23Z","dns_nameservers":[],"updated_at":"2018-10-26T09:54:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b3742bbd4d8745e183ad932b110c0c6a","id":"8b2e5e38-d8a6-447b-97d3-4679ef00736a","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-subnet1"}]} 2018-10-26 09:54:28,942 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=d6235f95-eeb4-4356-9186-b964e312ecfb&name=CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-subnet1 used request id req-dd0ccf4c-db56-41b1-96f4-738a1427a721 2018-10-26 09:54:28,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=d6235f95-eeb4-4356-9186-b964e312ecfb&name=CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-subnet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef04a71e1b97d56e669dee44d951e73d7b237d98" 2018-10-26 09:54:29,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-44578ba3-5feb-49ed-ac57-29c39232234a Date: Fri, 26 Oct 2018 09:54:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d6235f95-eeb4-4356-9186-b964e312ecfb","tenant_id":"b3742bbd4d8745e183ad932b110c0c6a","created_at":"2018-10-26T09:54:24Z","dns_nameservers":[],"updated_at":"2018-10-26T09:54:24Z","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":"b3742bbd4d8745e183ad932b110c0c6a","id":"6b573bea-0943-4014-86bd-54bc10edb832","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-subnet2"}]} 2018-10-26 09:54:29,141 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=d6235f95-eeb4-4356-9186-b964e312ecfb&name=CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-subnet2 used request id req-44578ba3-5feb-49ed-ac57-29c39232234a 2018-10-26 09:54:29,141 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246net2 2018-10-26 09:54:29,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef04a71e1b97d56e669dee44d951e73d7b237d98" -d '{"port": {"network_id": "d6235f95-eeb4-4356-9186-b964e312ecfb", "fixed_ips": [{"subnet_id": "8b2e5e38-d8a6-447b-97d3-4679ef00736a", "ip_address": "10.55.0.101"}, {"subnet_id": "6b573bea-0943-4014-86bd-54bc10edb832", "ip_address": "10.65.0.101"}], "name": "CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246port-1", "admin_state_up": true}}' 2018-10-26 09:54:30,188 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 873 X-Openstack-Request-Id: req-fe31b734-358e-4c32-a347-1b98e98afa0b Date: Fri, 26 Oct 2018 09:54:30 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:54:29Z","device_owner":"","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8b2e5e38-d8a6-447b-97d3-4679ef00736a","ip_address":"10.55.0.101"},{"subnet_id":"6b573bea-0943-4014-86bd-54bc10edb832","ip_address":"10.65.0.101"}],"id":"c29a9b00-f367-465c-94c7-8394fe562571","security_groups":["2370f34e-5dfa-486a-b953-30bca921c052"],"mac_address":"fa:16:3e:e9:3f:a4","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246port-1","project_id":"b3742bbd4d8745e183ad932b110c0c6a","qos_policy_id":null,"admin_state_up":true,"network_id":"d6235f95-eeb4-4356-9186-b964e312ecfb","tenant_id":"b3742bbd4d8745e183ad932b110c0c6a","created_at":"2018-10-26T09:54:29Z","binding:vnic_type":"normal"}} 2018-10-26 09:54:30,188 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-fe31b734-358e-4c32-a347-1b98e98afa0b 2018-10-26 09:54:30,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef04a71e1b97d56e669dee44d951e73d7b237d98" 2018-10-26 09:54:30,319 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-b26e9d4a-eeb6-4db4-9cc5-2bf629e2e707 Date: Fri, 26 Oct 2018 09:54: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":["6b573bea-0943-4014-86bd-54bc10edb832","8b2e5e38-d8a6-447b-97d3-4679ef00736a"],"updated_at":"2018-10-26T09:54:24Z","tenant_id":"b3742bbd4d8745e183ad932b110c0c6a","created_at":"2018-10-26T09:54:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"b3742bbd4d8745e183ad932b110c0c6a","id":"d6235f95-eeb4-4356-9186-b964e312ecfb","name":"CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246net2"}]} 2018-10-26 09:54:30,319 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246net2 used request id req-b26e9d4a-eeb6-4db4-9cc5-2bf629e2e707 2018-10-26 09:54:30,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/b3742bbd4d8745e183ad932b110c0c6a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef04a71e1b97d56e669dee44d951e73d7b237d98" 2018-10-26 09:54:30,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:54:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d38aea58-1840-45a2-aaa9-93dda6923e8e Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b3742bbd4d8745e183ad932b110c0c6a"}, "enabled": true, "id": "b3742bbd4d8745e183ad932b110c0c6a", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-289abe3d-ebb1-474-proj"}} 2018-10-26 09:54:30,399 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/b3742bbd4d8745e183ad932b110c0c6a used request id req-d38aea58-1840-45a2-aaa9-93dda6923e8e 2018-10-26 09:54:30,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=d6235f95-eeb4-4356-9186-b964e312ecfb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef04a71e1b97d56e669dee44d951e73d7b237d98" 2018-10-26 09:54:30,620 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-83d7abb5-e080-4b44-86b1-25ef2a6b7fd8 Date: Fri, 26 Oct 2018 09:54:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d6235f95-eeb4-4356-9186-b964e312ecfb","tenant_id":"b3742bbd4d8745e183ad932b110c0c6a","created_at":"2018-10-26T09:54:24Z","dns_nameservers":[],"updated_at":"2018-10-26T09:54:24Z","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":"b3742bbd4d8745e183ad932b110c0c6a","id":"6b573bea-0943-4014-86bd-54bc10edb832","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-subnet2"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d6235f95-eeb4-4356-9186-b964e312ecfb","tenant_id":"b3742bbd4d8745e183ad932b110c0c6a","created_at":"2018-10-26T09:54:23Z","dns_nameservers":[],"updated_at":"2018-10-26T09:54:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b3742bbd4d8745e183ad932b110c0c6a","id":"8b2e5e38-d8a6-447b-97d3-4679ef00736a","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-subnet1"}]} 2018-10-26 09:54:30,620 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=d6235f95-eeb4-4356-9186-b964e312ecfb used request id req-83d7abb5-e080-4b44-86b1-25ef2a6b7fd8 2018-10-26 09:54:30,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=d6235f95-eeb4-4356-9186-b964e312ecfb&name=CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef04a71e1b97d56e669dee44d951e73d7b237d98" 2018-10-26 09:54:30,835 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-7fb53bc5-d21d-43f1-9450-32f8f5a2cbc6 Date: Fri, 26 Oct 2018 09:54:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:54:29Z","device_owner":"","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8b2e5e38-d8a6-447b-97d3-4679ef00736a","ip_address":"10.55.0.101"},{"subnet_id":"6b573bea-0943-4014-86bd-54bc10edb832","ip_address":"10.65.0.101"}],"id":"c29a9b00-f367-465c-94c7-8394fe562571","security_groups":["2370f34e-5dfa-486a-b953-30bca921c052"],"mac_address":"fa:16:3e:e9:3f:a4","project_id":"b3742bbd4d8745e183ad932b110c0c6a","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246port-1","admin_state_up":true,"network_id":"d6235f95-eeb4-4356-9186-b964e312ecfb","tenant_id":"b3742bbd4d8745e183ad932b110c0c6a","created_at":"2018-10-26T09:54:29Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-26 09:54:30,835 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=d6235f95-eeb4-4356-9186-b964e312ecfb&name=CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246port-1&admin_state_up=True used request id req-7fb53bc5-d21d-43f1-9450-32f8f5a2cbc6 2018-10-26 09:54:30,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/b3742bbd4d8745e183ad932b110c0c6a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef04a71e1b97d56e669dee44d951e73d7b237d98" 2018-10-26 09:54:30,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:54:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fa04115-baf6-4900-a8af-21b251f6a1f8 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b3742bbd4d8745e183ad932b110c0c6a"}, "enabled": true, "id": "b3742bbd4d8745e183ad932b110c0c6a", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-289abe3d-ebb1-474-proj"}} 2018-10-26 09:54:30,913 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/b3742bbd4d8745e183ad932b110c0c6a used request id req-9fa04115-baf6-4900-a8af-21b251f6a1f8 2018-10-26 09:54:30,913 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-inst 2018-10-26 09:54:30,917 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef04a71e1b97d56e669dee44d951e73d7b237d98" 2018-10-26 09:54:30,945 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:54:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4ebad961-9d42-44dc-b480-885f08d8d352 x-compute-request-id: req-4ebad961-9d42-44dc-b480-885f08d8d352 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"flavors": [{"id": "6619b482-7a01-411d-8d32-093d94a389ef", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/6619b482-7a01-411d-8d32-093d94a389ef", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/6619b482-7a01-411d-8d32-093d94a389ef", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-flavor-name"}]} 2018-10-26 09:54:30,945 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-4ebad961-9d42-44dc-b480-885f08d8d352 2018-10-26 09:54:30,949 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/6619b482-7a01-411d-8d32-093d94a389ef -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef04a71e1b97d56e669dee44d951e73d7b237d98" 2018-10-26 09:54:30,969 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:54:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fb2c0321-ff2a-4664-a5b2-75fe5e7b6426 x-compute-request-id: req-fb2c0321-ff2a-4664-a5b2-75fe5e7b6426 Content-Encoding: gzip Content-Length: 331 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/6619b482-7a01-411d-8d32-093d94a389ef", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/6619b482-7a01-411d-8d32-093d94a389ef", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "6619b482-7a01-411d-8d32-093d94a389ef", "name": "CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 09:54:30,969 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/6619b482-7a01-411d-8d32-093d94a389ef used request id req-fb2c0321-ff2a-4664-a5b2-75fe5e7b6426 2018-10-26 09:54:30,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ef04a71e1b97d56e669dee44d951e73d7b237d98" 2018-10-26 09:54:31,145 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-4e953ae4-8e1c-40ac-a358-fd7c367b3af0 Date: Fri, 26 Oct 2018 09:54:31 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:54:15Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:54:18Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/953b3d33-2b2e-42bf-945b-f75cafe40803/snap", "metadata": {}}], "self": "/v2/images/953b3d33-2b2e-42bf-945b-f75cafe40803", "min_disk": 0, "protected": false, "id": "953b3d33-2b2e-42bf-945b-f75cafe40803", "file": "/v2/images/953b3d33-2b2e-42bf-945b-f75cafe40803/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b3742bbd4d8745e183ad932b110c0c6a", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/953b3d33-2b2e-42bf-945b-f75cafe40803/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-image"} 2018-10-26 09:54:31,145 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-image used request id req-4e953ae4-8e1c-40ac-a358-fd7c367b3af0 2018-10-26 09:54:31,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ef04a71e1b97d56e669dee44d951e73d7b237d98" 2018-10-26 09:54:31,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-35532dc5-170f-46a2-8749-9fbc24d121b7 Date: Fri, 26 Oct 2018 09:54: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-26 09:54:31,299 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-35532dc5-170f-46a2-8749-9fbc24d121b7 2018-10-26 09:54:31,305 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef04a71e1b97d56e669dee44d951e73d7b237d98" -d '{"server": {"name": "CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-inst", "imageRef": "953b3d33-2b2e-42bf-945b-f75cafe40803", "flavorRef": "6619b482-7a01-411d-8d32-093d94a389ef", "max_count": 1, "min_count": 1, "networks": [{"port": "c29a9b00-f367-465c-94c7-8394fe562571"}]}}' 2018-10-26 09:54:32,965 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09: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 x-openstack-request-id: req-fe4d8f67-35bb-4fac-bc69-14a2a9a043a7 x-compute-request-id: req-fe4d8f67-35bb-4fac-bc69-14a2a9a043a7 Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/b8fff7df-7c75-4e26-ab42-4077eddf32de Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "b8fff7df-7c75-4e26-ab42-4077eddf32de", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b8fff7df-7c75-4e26-ab42-4077eddf32de", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b8fff7df-7c75-4e26-ab42-4077eddf32de", "rel": "bookmark"}], "adminPass": "bQRJqRN9xm9y"}} 2018-10-26 09:54:32,965 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-fe4d8f67-35bb-4fac-bc69-14a2a9a043a7 2018-10-26 09:54:32,968 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/b8fff7df-7c75-4e26-ab42-4077eddf32de -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef04a71e1b97d56e669dee44d951e73d7b237d98" 2018-10-26 09:54:33,315 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:54:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-73790a2f-ab1e-493d-a15f-758438ede231 x-compute-request-id: req-73790a2f-ab1e-493d-a15f-758438ede231 Content-Encoding: gzip Content-Length: 620 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b8fff7df-7c75-4e26-ab42-4077eddf32de", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b8fff7df-7c75-4e26-ab42-4077eddf32de", "rel": "bookmark"}], "image": {"id": "953b3d33-2b2e-42bf-945b-f75cafe40803", "links": [{"href": "http://172.30.9.21:8774/images/953b3d33-2b2e-42bf-945b-f75cafe40803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6619b482-7a01-411d-8d32-093d94a389ef", "links": [{"href": "http://172.30.9.21:8774/flavors/6619b482-7a01-411d-8d32-093d94a389ef", "rel": "bookmark"}]}, "id": "b8fff7df-7c75-4e26-ab42-4077eddf32de", "user_id": "03c5ab130ca7483597a3a64d8a27c6e8", "OS-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-26T09:54:32Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-inst", "created": "2018-10-26T09:54:32Z", "tenant_id": "b3742bbd4d8745e183ad932b110c0c6a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:54:33,316 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/b8fff7df-7c75-4e26-ab42-4077eddf32de used request id req-73790a2f-ab1e-493d-a15f-758438ede231 2018-10-26 09:54:33,316 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-inst 2018-10-26 09:54:33,319 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/b8fff7df-7c75-4e26-ab42-4077eddf32de -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef04a71e1b97d56e669dee44d951e73d7b237d98" 2018-10-26 09:54:33,673 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:54: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-587699fb-7f01-4920-af53-2ed55706f1c9 x-compute-request-id: req-587699fb-7f01-4920-af53-2ed55706f1c9 Content-Encoding: gzip Content-Length: 623 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b8fff7df-7c75-4e26-ab42-4077eddf32de", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b8fff7df-7c75-4e26-ab42-4077eddf32de", "rel": "bookmark"}], "image": {"id": "953b3d33-2b2e-42bf-945b-f75cafe40803", "links": [{"href": "http://172.30.9.21:8774/images/953b3d33-2b2e-42bf-945b-f75cafe40803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6619b482-7a01-411d-8d32-093d94a389ef", "links": [{"href": "http://172.30.9.21:8774/flavors/6619b482-7a01-411d-8d32-093d94a389ef", "rel": "bookmark"}]}, "id": "b8fff7df-7c75-4e26-ab42-4077eddf32de", "user_id": "03c5ab130ca7483597a3a64d8a27c6e8", "OS-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-26T09:54:33Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-inst", "created": "2018-10-26T09:54:32Z", "tenant_id": "b3742bbd4d8745e183ad932b110c0c6a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:54:33,673 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/b8fff7df-7c75-4e26-ab42-4077eddf32de used request id req-587699fb-7f01-4920-af53-2ed55706f1c9 2018-10-26 09:54:33,674 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-inst] is - BUILD 2018-10-26 09:54:33,674 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:54:36,677 - create_instance - DEBUG - VM status query timeout in 896.639113903 2018-10-26 09:54:36,680 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/b8fff7df-7c75-4e26-ab42-4077eddf32de -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef04a71e1b97d56e669dee44d951e73d7b237d98" 2018-10-26 09:54:37,005 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:54:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e576357d-5a76-4e1e-9e1c-0cd4384391ab x-compute-request-id: req-e576357d-5a76-4e1e-9e1c-0cd4384391ab Content-Encoding: gzip Content-Length: 685 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b8fff7df-7c75-4e26-ab42-4077eddf32de", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b8fff7df-7c75-4e26-ab42-4077eddf32de", "rel": "bookmark"}], "image": {"id": "953b3d33-2b2e-42bf-945b-f75cafe40803", "links": [{"href": "http://172.30.9.21:8774/images/953b3d33-2b2e-42bf-945b-f75cafe40803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6619b482-7a01-411d-8d32-093d94a389ef", "links": [{"href": "http://172.30.9.21:8774/flavors/6619b482-7a01-411d-8d32-093d94a389ef", "rel": "bookmark"}]}, "id": "b8fff7df-7c75-4e26-ab42-4077eddf32de", "security_groups": [{"name": "default"}], "user_id": "03c5ab130ca7483597a3a64d8a27c6e8", "OS-DCF: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-26T09:54:34Z", "hostId": "5c3dbdd483f66ac60ce422ea7b4e5fd7e71a2377ee8100b4781ca911", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-inst", "created": "2018-10-26T09:54:32Z", "tenant_id": "b3742bbd4d8745e183ad932b110c0c6a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:54:37,005 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/b8fff7df-7c75-4e26-ab42-4077eddf32de used request id req-e576357d-5a76-4e1e-9e1c-0cd4384391ab 2018-10-26 09:54:37,006 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-inst] is - BUILD 2018-10-26 09:54:37,006 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:54:40,006 - create_instance - DEBUG - VM status query timeout in 893.309989929 2018-10-26 09:54:40,010 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/b8fff7df-7c75-4e26-ab42-4077eddf32de -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef04a71e1b97d56e669dee44d951e73d7b237d98" 2018-10-26 09:54:40,633 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:54: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-d43889a1-fa3b-4334-85a7-cf950fc62e86 x-compute-request-id: req-d43889a1-fa3b-4334-85a7-cf950fc62e86 Content-Encoding: gzip Content-Length: 768 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:3f:a4", "version": 4, "addr": "10.65.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:3f:a4", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b8fff7df-7c75-4e26-ab42-4077eddf32de", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b8fff7df-7c75-4e26-ab42-4077eddf32de", "rel": "bookmark"}], "image": {"id": "953b3d33-2b2e-42bf-945b-f75cafe40803", "links": [{"href": "http://172.30.9.21:8774/images/953b3d33-2b2e-42bf-945b-f75cafe40803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:54:38.000000", "flavor": {"id": "6619b482-7a01-411d-8d32-093d94a389ef", "links": [{"href": "http://172.30.9.21:8774/flavors/6619b482-7a01-411d-8d32-093d94a389ef", "rel": "bookmark"}]}, "id": "b8fff7df-7c75-4e26-ab42-4077eddf32de", "security_groups": [{"name": "default"}], "user_id": "03c5ab130ca7483597a3a64d8a27c6e8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:54:39Z", "hostId": "5c3dbdd483f66ac60ce422ea7b4e5fd7e71a2377ee8100b4781ca911", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-inst", "created": "2018-10-26T09:54:32Z", "tenant_id": "b3742bbd4d8745e183ad932b110c0c6a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:54:40,633 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/b8fff7df-7c75-4e26-ab42-4077eddf32de used request id req-d43889a1-fa3b-4334-85a7-cf950fc62e86 2018-10-26 09:54:40,634 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-inst] is - ACTIVE 2018-10-26 09:54:40,634 - create_instance - INFO - VM is - ACTIVE 2018-10-26 09:54:40,637 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/b8fff7df-7c75-4e26-ab42-4077eddf32de -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef04a71e1b97d56e669dee44d951e73d7b237d98" 2018-10-26 09:54:41,184 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:54: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-e6cb5e62-d5e2-41f0-9c1b-d0fbf7e2396c x-compute-request-id: req-e6cb5e62-d5e2-41f0-9c1b-d0fbf7e2396c Content-Encoding: gzip Content-Length: 768 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:3f:a4", "version": 4, "addr": "10.65.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:3f:a4", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b8fff7df-7c75-4e26-ab42-4077eddf32de", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b8fff7df-7c75-4e26-ab42-4077eddf32de", "rel": "bookmark"}], "image": {"id": "953b3d33-2b2e-42bf-945b-f75cafe40803", "links": [{"href": "http://172.30.9.21:8774/images/953b3d33-2b2e-42bf-945b-f75cafe40803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:54:38.000000", "flavor": {"id": "6619b482-7a01-411d-8d32-093d94a389ef", "links": [{"href": "http://172.30.9.21:8774/flavors/6619b482-7a01-411d-8d32-093d94a389ef", "rel": "bookmark"}]}, "id": "b8fff7df-7c75-4e26-ab42-4077eddf32de", "security_groups": [{"name": "default"}], "user_id": "03c5ab130ca7483597a3a64d8a27c6e8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:54:39Z", "hostId": "5c3dbdd483f66ac60ce422ea7b4e5fd7e71a2377ee8100b4781ca911", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-inst", "created": "2018-10-26T09:54:32Z", "tenant_id": "b3742bbd4d8745e183ad932b110c0c6a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:54:41,185 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/b8fff7df-7c75-4e26-ab42-4077eddf32de used request id req-e6cb5e62-d5e2-41f0-9c1b-d0fbf7e2396c 2018-10-26 09:54:41,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef04a71e1b97d56e669dee44d951e73d7b237d98" 2018-10-26 09:54:41,295 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-ea1662c0-45bd-45d9-a6f2-0648d870f19a Date: Fri, 26 Oct 2018 09:54: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":["6b573bea-0943-4014-86bd-54bc10edb832","8b2e5e38-d8a6-447b-97d3-4679ef00736a"],"updated_at":"2018-10-26T09:54:24Z","tenant_id":"b3742bbd4d8745e183ad932b110c0c6a","created_at":"2018-10-26T09:54:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"b3742bbd4d8745e183ad932b110c0c6a","id":"d6235f95-eeb4-4356-9186-b964e312ecfb","name":"CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246net2"}]} 2018-10-26 09:54:41,295 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246net2 used request id req-ea1662c0-45bd-45d9-a6f2-0648d870f19a 2018-10-26 09:54:41,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/b3742bbd4d8745e183ad932b110c0c6a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef04a71e1b97d56e669dee44d951e73d7b237d98" 2018-10-26 09:54:41,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:54:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe166e00-6214-44b0-a2ee-e61049a183c8 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b3742bbd4d8745e183ad932b110c0c6a"}, "enabled": true, "id": "b3742bbd4d8745e183ad932b110c0c6a", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-289abe3d-ebb1-474-proj"}} 2018-10-26 09:54:41,380 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/b3742bbd4d8745e183ad932b110c0c6a used request id req-fe166e00-6214-44b0-a2ee-e61049a183c8 2018-10-26 09:54:41,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=d6235f95-eeb4-4356-9186-b964e312ecfb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef04a71e1b97d56e669dee44d951e73d7b237d98" 2018-10-26 09:54:41,445 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-94f3c20b-63e7-4463-b6ed-09151b2b6684 Date: Fri, 26 Oct 2018 09:54:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d6235f95-eeb4-4356-9186-b964e312ecfb","tenant_id":"b3742bbd4d8745e183ad932b110c0c6a","created_at":"2018-10-26T09:54:24Z","dns_nameservers":[],"updated_at":"2018-10-26T09:54:24Z","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":"b3742bbd4d8745e183ad932b110c0c6a","id":"6b573bea-0943-4014-86bd-54bc10edb832","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-subnet2"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d6235f95-eeb4-4356-9186-b964e312ecfb","tenant_id":"b3742bbd4d8745e183ad932b110c0c6a","created_at":"2018-10-26T09:54:23Z","dns_nameservers":[],"updated_at":"2018-10-26T09:54:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b3742bbd4d8745e183ad932b110c0c6a","id":"8b2e5e38-d8a6-447b-97d3-4679ef00736a","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-subnet1"}]} 2018-10-26 09:54:41,446 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=d6235f95-eeb4-4356-9186-b964e312ecfb used request id req-94f3c20b-63e7-4463-b6ed-09151b2b6684 2018-10-26 09:54:41,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=d6235f95-eeb4-4356-9186-b964e312ecfb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef04a71e1b97d56e669dee44d951e73d7b237d98" 2018-10-26 09:54:41,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3437 X-Openstack-Request-Id: req-2115a5f3-e29b-49ca-8930-2bbc922b17e6 Date: Fri, 26 Oct 2018 09:54:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:54:27Z","device_owner":"network:dhcp","revision_number":8,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8b2e5e38-d8a6-447b-97d3-4679ef00736a","ip_address":"10.55.0.4"},{"subnet_id":"6b573bea-0943-4014-86bd-54bc10edb832","ip_address":"10.65.0.4"}],"id":"434eed50-9357-4736-b94c-e6015b4d8c6e","security_groups":[],"mac_address":"fa:16:3e:53:f2:6b","project_id":"b3742bbd4d8745e183ad932b110c0c6a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d6235f95-eeb4-4356-9186-b964e312ecfb","tenant_id":"b3742bbd4d8745e183ad932b110c0c6a","created_at":"2018-10-26T09:54:25Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d6235f95-eeb4-4356-9186-b964e312ecfb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:54:26Z","device_owner":"network:dhcp","revision_number":8,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8b2e5e38-d8a6-447b-97d3-4679ef00736a","ip_address":"10.55.0.2"},{"subnet_id":"6b573bea-0943-4014-86bd-54bc10edb832","ip_address":"10.65.0.2"}],"id":"6cf80153-c500-487f-ba39-cffd0f97132e","security_groups":[],"mac_address":"fa:16:3e:88:fc:2f","project_id":"b3742bbd4d8745e183ad932b110c0c6a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d6235f95-eeb4-4356-9186-b964e312ecfb","tenant_id":"b3742bbd4d8745e183ad932b110c0c6a","created_at":"2018-10-26T09:54:24Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d6235f95-eeb4-4356-9186-b964e312ecfb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:54:26Z","device_owner":"network:dhcp","revision_number":8,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8b2e5e38-d8a6-447b-97d3-4679ef00736a","ip_address":"10.55.0.3"},{"subnet_id":"6b573bea-0943-4014-86bd-54bc10edb832","ip_address":"10.65.0.3"}],"id":"74b6221f-0e3a-453e-ba80-6053bfcc6a5f","security_groups":[],"mac_address":"fa:16:3e:70:0b:e4","project_id":"b3742bbd4d8745e183ad932b110c0c6a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d6235f95-eeb4-4356-9186-b964e312ecfb","tenant_id":"b3742bbd4d8745e183ad932b110c0c6a","created_at":"2018-10-26T09:54:24Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d6235f95-eeb4-4356-9186-b964e312ecfb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:54:39Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8b2e5e38-d8a6-447b-97d3-4679ef00736a","ip_address":"10.55.0.101"},{"subnet_id":"6b573bea-0943-4014-86bd-54bc10edb832","ip_address":"10.65.0.101"}],"id":"c29a9b00-f367-465c-94c7-8394fe562571","security_groups":["2370f34e-5dfa-486a-b953-30bca921c052"],"mac_address":"fa:16:3e:e9:3f:a4","project_id":"b3742bbd4d8745e183ad932b110c0c6a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246port-1","admin_state_up":true,"network_id":"d6235f95-eeb4-4356-9186-b964e312ecfb","tenant_id":"b3742bbd4d8745e183ad932b110c0c6a","created_at":"2018-10-26T09:54:29Z","binding:vnic_type":"normal","device_id":"b8fff7df-7c75-4e26-ab42-4077eddf32de"}]} 2018-10-26 09:54:41,687 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=d6235f95-eeb4-4356-9186-b964e312ecfb used request id req-2115a5f3-e29b-49ca-8930-2bbc922b17e6 2018-10-26 09:54:41,687 - create_instance - INFO - Deleting Port with ID - c29a9b00-f367-465c-94c7-8394fe562571 2018-10-26 09:54:41,688 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246port-1 2018-10-26 09:54:41,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/c29a9b00-f367-465c-94c7-8394fe562571 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef04a71e1b97d56e669dee44d951e73d7b237d98" 2018-10-26 09:54:42,302 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1280fbf3-de7d-452d-a8fe-a14b55e504c5 Date: Fri, 26 Oct 2018 09:54:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:54:42,302 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/c29a9b00-f367-465c-94c7-8394fe562571 used request id req-1280fbf3-de7d-452d-a8fe-a14b55e504c5 2018-10-26 09:54:42,302 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-inst 2018-10-26 09:54:42,305 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/b8fff7df-7c75-4e26-ab42-4077eddf32de -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef04a71e1b97d56e669dee44d951e73d7b237d98" 2018-10-26 09:54:42,460 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:54: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-c3c78967-8120-40f9-a97b-b10e4468144e x-compute-request-id: req-c3c78967-8120-40f9-a97b-b10e4468144e Content-Type: application/json 2018-10-26 09:54:42,460 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/b8fff7df-7c75-4e26-ab42-4077eddf32de used request id req-c3c78967-8120-40f9-a97b-b10e4468144e 2018-10-26 09:54:42,460 - create_instance - INFO - Checking deletion status 2018-10-26 09:54:42,463 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/b8fff7df-7c75-4e26-ab42-4077eddf32de -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef04a71e1b97d56e669dee44d951e73d7b237d98" 2018-10-26 09:54:42,852 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:54: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-3794ffa8-9635-44ee-9d6c-c91ac0ee5753 x-compute-request-id: req-3794ffa8-9635-44ee-9d6c-c91ac0ee5753 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b8fff7df-7c75-4e26-ab42-4077eddf32de", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b8fff7df-7c75-4e26-ab42-4077eddf32de", "rel": "bookmark"}], "image": {"id": "953b3d33-2b2e-42bf-945b-f75cafe40803", "links": [{"href": "http://172.30.9.21:8774/images/953b3d33-2b2e-42bf-945b-f75cafe40803", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:54:38.000000", "flavor": {"id": "6619b482-7a01-411d-8d32-093d94a389ef", "links": [{"href": "http://172.30.9.21:8774/flavors/6619b482-7a01-411d-8d32-093d94a389ef", "rel": "bookmark"}]}, "id": "b8fff7df-7c75-4e26-ab42-4077eddf32de", "user_id": "03c5ab130ca7483597a3a64d8a27c6e8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:54:42Z", "hostId": "5c3dbdd483f66ac60ce422ea7b4e5fd7e71a2377ee8100b4781ca911", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-inst", "created": "2018-10-26T09:54:32Z", "tenant_id": "b3742bbd4d8745e183ad932b110c0c6a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:54:42,852 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/b8fff7df-7c75-4e26-ab42-4077eddf32de used request id req-3794ffa8-9635-44ee-9d6c-c91ac0ee5753 2018-10-26 09:54:42,853 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-inst] is - ACTIVE 2018-10-26 09:54:42,853 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:54:45,856 - create_instance - DEBUG - VM status query timeout in 296.604346991 2018-10-26 09:54:45,859 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/b8fff7df-7c75-4e26-ab42-4077eddf32de -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef04a71e1b97d56e669dee44d951e73d7b237d98" 2018-10-26 09:54:45,909 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 09:54: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-af332ecb-aa70-4035-99ec-ee053a88171b x-compute-request-id: req-af332ecb-aa70-4035-99ec-ee053a88171b Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance b8fff7df-7c75-4e26-ab42-4077eddf32de could not be found.", "code": 404}} 2018-10-26 09:54:45,909 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/b8fff7df-7c75-4e26-ab42-4077eddf32de used request id req-af332ecb-aa70-4035-99ec-ee053a88171b 2018-10-26 09:54:45,909 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance b8fff7df-7c75-4e26-ab42-4077eddf32de could not be found. (HTTP 404) (Request-ID: req-af332ecb-aa70-4035-99ec-ee053a88171b) 2018-10-26 09:54:45,910 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-inst 2018-10-26 09:54:45,914 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/6619b482-7a01-411d-8d32-093d94a389ef -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b872cd1696491682a56f796fee3c5348e4bd1e0" 2018-10-26 09:54:45,987 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:54: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-d7ef6507-d129-47b2-b6d0-f08a381fb675 x-compute-request-id: req-d7ef6507-d129-47b2-b6d0-f08a381fb675 Content-Length: 0 Content-Type: application/json 2018-10-26 09:54:45,987 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/6619b482-7a01-411d-8d32-093d94a389ef used request id req-d7ef6507-d129-47b2-b6d0-f08a381fb675 2018-10-26 09:54:45,988 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-pub-subnet 2018-10-26 09:54:45,988 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-pub-subnet 2018-10-26 09:54:45,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/60eb62a5-9cfb-433a-8062-7c4505e01cad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c1e41553e8ad3268d5a99b4491301d3a19e7653" 2018-10-26 09:54:48,379 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-81614bcf-00b1-48ef-ad4e-0c5c3b80de38 Date: Fri, 26 Oct 2018 09:54:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:54:48,379 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/60eb62a5-9cfb-433a-8062-7c4505e01cad used request id req-81614bcf-00b1-48ef-ad4e-0c5c3b80de38 2018-10-26 09:54:48,379 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-pub-net 2018-10-26 09:54:48,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/99db6e2b-9d71-4671-a5b3-a159ebb4e38f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c1e41553e8ad3268d5a99b4491301d3a19e7653" 2018-10-26 09:54:49,684 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e733fbd4-8986-4de2-af76-19cb5114777c Date: Fri, 26 Oct 2018 09:54:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:54:49,685 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/99db6e2b-9d71-4671-a5b3-a159ebb4e38f used request id req-e733fbd4-8986-4de2-af76-19cb5114777c 2018-10-26 09:54:49,685 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-subnet2 2018-10-26 09:54:49,686 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-subnet2 2018-10-26 09:54:49,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/6b573bea-0943-4014-86bd-54bc10edb832 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53a25bb810234e6c9132622e0748f0cae8c79d9d" 2018-10-26 09:54:51,874 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6d9070ba-6a2c-448c-a61b-107ea24d6db1 Date: Fri, 26 Oct 2018 09:54:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:54:51,874 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/6b573bea-0943-4014-86bd-54bc10edb832 used request id req-6d9070ba-6a2c-448c-a61b-107ea24d6db1 2018-10-26 09:54:51,875 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-subnet1 2018-10-26 09:54:51,875 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-subnet1 2018-10-26 09:54:51,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/8b2e5e38-d8a6-447b-97d3-4679ef00736a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53a25bb810234e6c9132622e0748f0cae8c79d9d" 2018-10-26 09:54:54,023 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-326b1bc5-929e-4809-955f-22d30b147181 Date: Fri, 26 Oct 2018 09:54:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:54:54,023 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/8b2e5e38-d8a6-447b-97d3-4679ef00736a used request id req-326b1bc5-929e-4809-955f-22d30b147181 2018-10-26 09:54:54,024 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246net2 2018-10-26 09:54:54,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/d6235f95-eeb4-4356-9186-b964e312ecfb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53a25bb810234e6c9132622e0748f0cae8c79d9d" 2018-10-26 09:54:55,321 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9008da3b-1064-4fcc-994f-e59266f632bf Date: Fri, 26 Oct 2018 09:54:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:54:55,321 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/d6235f95-eeb4-4356-9186-b964e312ecfb used request id req-9008da3b-1064-4fcc-994f-e59266f632bf 2018-10-26 09:54:55,322 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-31c55ad9-b191-47fc-80a4-b3d36629a246-image 2018-10-26 09:54:55,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/953b3d33-2b2e-42bf-945b-f75cafe40803 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7056240f222269f0e8a4b9b17522c028a506c322" 2018-10-26 09:54:57,303 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-564e7379-7db0-46de-b5e3-682295c8fb0c Date: Fri, 26 Oct 2018 09:54: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-26 09:54:57,303 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/953b3d33-2b2e-42bf-945b-f75cafe40803 used request id req-564e7379-7db0-46de-b5e3-682295c8fb0c 2018-10-26 09:54:57,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afc9a9da17b1d778cd4b21b67b01ebea93835b03" 2018-10-26 09:54:57,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-d53d8e97-0a20-44cf-a1e2-bbed55ddc932 Date: Fri, 26 Oct 2018 09:54:57 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b3742bbd4d8745e183ad932b110c0c6a", "created_at": "2018-10-26T09:54:19Z", "updated_at": "2018-10-26T09:54:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:54:19Z", "revision_number": 0, "id": "0fc1b888-9e79-4d3c-adf4-9fa1881e27ba", "remote_group_id": "2370f34e-5dfa-486a-b953-30bca921c052", "remote_ip_prefix": null, "created_at": "2018-10-26T09:54:19Z", "security_group_id": "2370f34e-5dfa-486a-b953-30bca921c052", "tenant_id": "b3742bbd4d8745e183ad932b110c0c6a", "port_range_min": null, "ethertype": "IPv4", "project_id": "b3742bbd4d8745e183ad932b110c0c6a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:54:19Z", "revision_number": 0, "id": "62551bd4-6063-4b33-9eb2-869d7a6fd045", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:54:19Z", "security_group_id": "2370f34e-5dfa-486a-b953-30bca921c052", "tenant_id": "b3742bbd4d8745e183ad932b110c0c6a", "port_range_min": null, "ethertype": "IPv6", "project_id": "b3742bbd4d8745e183ad932b110c0c6a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:54:19Z", "revision_number": 0, "id": "98cbe46e-9528-41e8-b1ff-a1977c479334", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:54:19Z", "security_group_id": "2370f34e-5dfa-486a-b953-30bca921c052", "tenant_id": "b3742bbd4d8745e183ad932b110c0c6a", "port_range_min": null, "ethertype": "IPv4", "project_id": "b3742bbd4d8745e183ad932b110c0c6a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:54:19Z", "revision_number": 0, "id": "a294b394-5f8f-459e-82c0-011031fd535d", "remote_group_id": "2370f34e-5dfa-486a-b953-30bca921c052", "remote_ip_prefix": null, "created_at": "2018-10-26T09:54:19Z", "security_group_id": "2370f34e-5dfa-486a-b953-30bca921c052", "tenant_id": "b3742bbd4d8745e183ad932b110c0c6a", "port_range_min": null, "ethertype": "IPv6", "project_id": "b3742bbd4d8745e183ad932b110c0c6a"}], "revision_number": 4, "project_id": "b3742bbd4d8745e183ad932b110c0c6a", "id": "2370f34e-5dfa-486a-b953-30bca921c052", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:54:57,513 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-d53d8e97-0a20-44cf-a1e2-bbed55ddc932 2018-10-26 09:54:57,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/b3742bbd4d8745e183ad932b110c0c6a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afc9a9da17b1d778cd4b21b67b01ebea93835b03" 2018-10-26 09:54:57,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:54:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fb9661e-26cc-40aa-a8d6-07e9b4a79afc Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b3742bbd4d8745e183ad932b110c0c6a"}, "enabled": true, "id": "b3742bbd4d8745e183ad932b110c0c6a", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-289abe3d-ebb1-474-proj"}} 2018-10-26 09:54:57,598 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/b3742bbd4d8745e183ad932b110c0c6a used request id req-2fb9661e-26cc-40aa-a8d6-07e9b4a79afc 2018-10-26 09:54:57,598 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2370f34e-5dfa-486a-b953-30bca921c052 2018-10-26 09:54:57,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=2370f34e-5dfa-486a-b953-30bca921c052 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afc9a9da17b1d778cd4b21b67b01ebea93835b03" 2018-10-26 09:54:57,807 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-9f51b1dd-7824-4a6f-ac68-15275f119f43 Date: Fri, 26 Oct 2018 09:54:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "2370f34e-5dfa-486a-b953-30bca921c052", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:54:19Z", "security_group_id": "2370f34e-5dfa-486a-b953-30bca921c052", "port_range_min": null, "revision_number": 0, "tenant_id": "b3742bbd4d8745e183ad932b110c0c6a", "created_at": "2018-10-26T09:54:19Z", "project_id": "b3742bbd4d8745e183ad932b110c0c6a", "id": "0fc1b888-9e79-4d3c-adf4-9fa1881e27ba"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:54:19Z", "security_group_id": "2370f34e-5dfa-486a-b953-30bca921c052", "port_range_min": null, "revision_number": 0, "tenant_id": "b3742bbd4d8745e183ad932b110c0c6a", "created_at": "2018-10-26T09:54:19Z", "project_id": "b3742bbd4d8745e183ad932b110c0c6a", "id": "62551bd4-6063-4b33-9eb2-869d7a6fd045"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:54:19Z", "security_group_id": "2370f34e-5dfa-486a-b953-30bca921c052", "port_range_min": null, "revision_number": 0, "tenant_id": "b3742bbd4d8745e183ad932b110c0c6a", "created_at": "2018-10-26T09:54:19Z", "project_id": "b3742bbd4d8745e183ad932b110c0c6a", "id": "98cbe46e-9528-41e8-b1ff-a1977c479334"}, {"remote_group_id": "2370f34e-5dfa-486a-b953-30bca921c052", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:54:19Z", "security_group_id": "2370f34e-5dfa-486a-b953-30bca921c052", "port_range_min": null, "revision_number": 0, "tenant_id": "b3742bbd4d8745e183ad932b110c0c6a", "created_at": "2018-10-26T09:54:19Z", "project_id": "b3742bbd4d8745e183ad932b110c0c6a", "id": "a294b394-5f8f-459e-82c0-011031fd535d"}]} 2018-10-26 09:54:57,808 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=2370f34e-5dfa-486a-b953-30bca921c052 used request id req-9f51b1dd-7824-4a6f-ac68-15275f119f43 2018-10-26 09:54:57,808 - neutron_utils - INFO - Deleting security group with name - default 2018-10-26 09:54:57,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/2370f34e-5dfa-486a-b953-30bca921c052 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afc9a9da17b1d778cd4b21b67b01ebea93835b03" 2018-10-26 09:54:58,122 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-22f24536-12b9-4687-a3d5-fb30d453d0db Content-Length: 0 Date: Fri, 26 Oct 2018 09:54:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:54:58,123 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/2370f34e-5dfa-486a-b953-30bca921c052 used request id req-22f24536-12b9-4687-a3d5-fb30d453d0db 2018-10-26 09:54:58,123 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-289abe3d-ebb1-474-proj 2018-10-26 09:54:58,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/b3742bbd4d8745e183ad932b110c0c6a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afc9a9da17b1d778cd4b21b67b01ebea93835b03" 2018-10-26 09:54:58,540 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:54:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d50754e-a729-456b-a35b-25a877ecee88 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:54:58,540 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/b3742bbd4d8745e183ad932b110c0c6a used request id req-1d50754e-a729-456b-a35b-25a877ecee88 2018-10-26 09:54:58,540 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-289abe3d-ebb1-474-proj-role 2018-10-26 09:54:58,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/20656dee35d44cb38dd8bf22cee165e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afc9a9da17b1d778cd4b21b67b01ebea93835b03" 2018-10-26 09:54:58,662 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:54:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a5c3155a-b438-4639-869e-d4ac60996b5e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:54:58,662 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/20656dee35d44cb38dd8bf22cee165e8 used request id req-a5c3155a-b438-4639-869e-d4ac60996b5e 2018-10-26 09:54:58,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}afc9a9da17b1d778cd4b21b67b01ebea93835b03" 2018-10-26 09:54:58,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:54:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b75c2713-b260-4bd1-b349-09983165e813 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:54:58,747 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-b75c2713-b260-4bd1-b349-09983165e813 2018-10-26 09:54:58,748 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-289abe3d-ebb1-474-user 2018-10-26 09:54:58,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/03c5ab130ca7483597a3a64d8a27c6e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f03a2980658660e4e8b8a79902d91b058656d2b" 2018-10-26 09:54:58,924 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:54:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-60127eff-bc0b-4363-9b45-875f460cdfc7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:54:58,924 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/03c5ab130ca7483597a3a64d8a27c6e8 used request id req-60127eff-bc0b-4363-9b45-875f460cdfc7 2018-10-26 09:54:58,926 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:54:59,312 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:54:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["dZp8XlNSSTG4W198098TnA"], "issued_at": "2018-10-26T09:54:59.000000Z"}} 2018-10-26 09:54:59,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7e5c9c7dbd7f38789f9987b0feabc6a0186d5bd" 2018-10-26 09:54:59,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:54:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62efd724-89a8-4bf6-8900-4c3d1907cba8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:54:59,392 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-62efd724-89a8-4bf6-8900-4c3d1907cba8 2018-10-26 09:54:59,394 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:54:59,394 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:54:59,791 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:54:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["XjcusSaQQAuiA9rnaAEJaw"], "issued_at": "2018-10-26T09:54:59.000000Z"}} 2018-10-26 09:54:59,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b486b71272a4eabe87d583018563af5e17aa7604" 2018-10-26 09:54:59,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:54:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8dce53d8-60bc-464b-a0af-b41c8e1c5a96 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:54:59,883 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8dce53d8-60bc-464b-a0af-b41c8e1c5a96 2018-10-26 09:54:59,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:54:59,893 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:54: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:54:59,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-f09893d9-962d-4fb-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b486b71272a4eabe87d583018563af5e17aa7604" 2018-10-26 09:54:59,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:54:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6e07d5f-889b-4163-ace3-047b4e96b7b2 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-f09893d9-962d-4fb-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:54:59,982 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-f09893d9-962d-4fb-proj used request id req-b6e07d5f-889b-4163-ace3-047b4e96b7b2 2018-10-26 09:54:59,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b486b71272a4eabe87d583018563af5e17aa7604" 2018-10-26 09:55:00,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:54:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0ef72a0-7fbf-4c80-8a94-49d08a2a8b4f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:55:00,076 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-d0ef72a0-7fbf-4c80-8a94-49d08a2a8b4f 2018-10-26 09:55:00,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b486b71272a4eabe87d583018563af5e17aa7604" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-f09893d9-962d-4fb-proj"}}' 2018-10-26 09:55:00,189 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:55:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-316663b2-29c8-46bf-a0ba-248018757dd6 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/085016e170fb445995046317f25690b1"}, "enabled": true, "id": "085016e170fb445995046317f25690b1", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f09893d9-962d-4fb-proj"}} 2018-10-26 09:55:00,189 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-316663b2-29c8-46bf-a0ba-248018757dd6 2018-10-26 09:55:00,189 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-f09893d9-962d-4fb-proj 2018-10-26 09:55:00,189 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:55:00,190 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:55:00,573 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:55:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["qvMI0I-aSvy1Jwaltv5YyQ"], "issued_at": "2018-10-26T09:55:00.000000Z"}} 2018-10-26 09:55:00,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d20fc62892db50244e026f77d09d6ac31c0d492" 2018-10-26 09:55:00,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:55:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b578c20c-3121-4efc-84f0-4edddcd69360 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:55:00,589 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b578c20c-3121-4efc-84f0-4edddcd69360 2018-10-26 09:55:00,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:55:00,598 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:55: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:55:00,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d20fc62892db50244e026f77d09d6ac31c0d492" 2018-10-26 09:55:00,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:55:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec44678f-f751-43ba-9f16-4c739b3ad0f8 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:55:00,703 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-ec44678f-f751-43ba-9f16-4c739b3ad0f8 2018-10-26 09:55:00,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=InstanceSecurityGroupTests-f09893d9-962d-4fb-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d20fc62892db50244e026f77d09d6ac31c0d492" 2018-10-26 09:55:00,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:55:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c427bbd5-4576-4480-abfa-bcb52199eb33 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=InstanceSecurityGroupTests-f09893d9-962d-4fb-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/085016e170fb445995046317f25690b1"}, "enabled": true, "id": "085016e170fb445995046317f25690b1", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f09893d9-962d-4fb-proj"}]} 2018-10-26 09:55:00,810 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=InstanceSecurityGroupTests-f09893d9-962d-4fb-proj used request id req-c427bbd5-4576-4480-abfa-bcb52199eb33 2018-10-26 09:55:00,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d20fc62892db50244e026f77d09d6ac31c0d492" 2018-10-26 09:55:00,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:55:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5b1d677-0e9c-4d76-99b0-0af4e07effef Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:55:00,897 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-c5b1d677-0e9c-4d76-99b0-0af4e07effef 2018-10-26 09:55:01,291 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-f09893d9-962d-4fb-user 2018-10-26 09:55:01,291 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:55:01,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b486b71272a4eabe87d583018563af5e17aa7604" 2018-10-26 09:55:01,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:55:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be4090f7-5f4f-423a-9b45-48dd0316a90e Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:55:01,395 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-be4090f7-5f4f-423a-9b45-48dd0316a90e 2018-10-26 09:55:01,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b486b71272a4eabe87d583018563af5e17aa7604" -d '{"role": {"name": "InstanceSecurityGroupTests-f09893d9-962d-4fb-proj-role"}}' 2018-10-26 09:55:01,512 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:55:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5aa91665-9b59-4c32-a246-4015126786c1 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7a95160249da47ef850633a851cb1f98", "links": {"self": "http://172.30.9.21:5000/v3/roles/7a95160249da47ef850633a851cb1f98"}, "name": "InstanceSecurityGroupTests-f09893d9-962d-4fb-proj-role"}} 2018-10-26 09:55:01,512 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-5aa91665-9b59-4c32-a246-4015126786c1 2018-10-26 09:55:01,513 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-f09893d9-962d-4fb-proj-role 2018-10-26 09:55:01,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/7a95160249da47ef850633a851cb1f98 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b486b71272a4eabe87d583018563af5e17aa7604" 2018-10-26 09:55:01,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:55:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-883feb2e-5fd0-467d-8574-8ede439e3fd3 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/7a95160249da47ef850633a851cb1f98"}, "domain_id": null, "name": "InstanceSecurityGroupTests-f09893d9-962d-4fb-proj-role", "id": "7a95160249da47ef850633a851cb1f98"}} 2018-10-26 09:55:01,536 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/7a95160249da47ef850633a851cb1f98 used request id req-883feb2e-5fd0-467d-8574-8ede439e3fd3 2018-10-26 09:55:01,536 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-f09893d9-962d-4fb-proj-role to project InstanceSecurityGroupTests-f09893d9-962d-4fb-proj 2018-10-26 09:55:01,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/085016e170fb445995046317f25690b1/users/97e946bb2065477b80a7fafc8dc4f591/roles/7a95160249da47ef850633a851cb1f98 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b486b71272a4eabe87d583018563af5e17aa7604" 2018-10-26 09:55:01,690 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:55:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3f9d5b9e-315b-464d-b7b1-5e32717ce4dd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:55:01,690 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/085016e170fb445995046317f25690b1/users/97e946bb2065477b80a7fafc8dc4f591/roles/7a95160249da47ef850633a851cb1f98 used request id req-3f9d5b9e-315b-464d-b7b1-5e32717ce4dd 2018-10-26 09:55:01,691 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:55:01,692 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-26 09:55:01,693 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:55:01,693 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:55:02,061 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7a95160249da47ef850633a851cb1f98", "name": "InstanceSecurityGroupTests-f09893d9-962d-4fb-proj-role"}], "expires_at": "2018-10-26T10:55:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "085016e170fb445995046317f25690b1", "name": "InstanceSecurityGroupTests-f09893d9-962d-4fb-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/085016e170fb445995046317f25690b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/085016e170fb445995046317f25690b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/085016e170fb445995046317f25690b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/085016e170fb445995046317f25690b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/085016e170fb445995046317f25690b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/085016e170fb445995046317f25690b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/085016e170fb445995046317f25690b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/085016e170fb445995046317f25690b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/085016e170fb445995046317f25690b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/085016e170fb445995046317f25690b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/085016e170fb445995046317f25690b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/085016e170fb445995046317f25690b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-f09893d9-962d-4fb-user", "id": "97e946bb2065477b80a7fafc8dc4f591"}, "audit_ids": ["ZYvbVTBcRRKlaCXrgBStGw"], "issued_at": "2018-10-26T09:55:02.000000Z"}} 2018-10-26 09:55:02,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a72ee977e44cdbbd776c986d0dcb136a0caa311" 2018-10-26 09:55:02,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:55:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9363151-7b40-4bf9-9499-42b5bf566acd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:55:02,153 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a9363151-7b40-4bf9-9499-42b5bf566acd 2018-10-26 09:55:02,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6a72ee977e44cdbbd776c986d0dcb136a0caa311" 2018-10-26 09:55:02,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-4eb3ae1e-ad50-4c35-a1ca-570cc73eb52a Date: Fri, 26 Oct 2018 09:55:02 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-image"} 2018-10-26 09:55:02,335 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-image used request id req-4eb3ae1e-ad50-4c35-a1ca-570cc73eb52a 2018-10-26 09:55:02,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6a72ee977e44cdbbd776c986d0dcb136a0caa311" 2018-10-26 09:55:02,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ee70c9d3-2e0c-4ff8-819b-cfe1c8904bc7 Date: Fri, 26 Oct 2018 09:55: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-26 09:55:02,503 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-ee70c9d3-2e0c-4ff8-819b-cfe1c8904bc7 2018-10-26 09:55:02,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6a72ee977e44cdbbd776c986d0dcb136a0caa311" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-image"}' 2018-10-26 09:55:02,742 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/95546e28-1f08-41ea-bff1-9710f35c3f0d X-Openstack-Request-Id: req-f7c83c32-e4f3-4d60-98d2-d5b97b0c0ec1 Date: Fri, 26 Oct 2018 09:55:02 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:55:02Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-26T09:55:02Z", "visibility": "shared", "locations": [], "self": "/v2/images/95546e28-1f08-41ea-bff1-9710f35c3f0d", "min_disk": 0, "protected": false, "id": "95546e28-1f08-41ea-bff1-9710f35c3f0d", "file": "/v2/images/95546e28-1f08-41ea-bff1-9710f35c3f0d/file", "checksum": null, "owner": "085016e170fb445995046317f25690b1", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:55:02,742 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-f7c83c32-e4f3-4d60-98d2-d5b97b0c0ec1 2018-10-26 09:55:02,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/95546e28-1f08-41ea-bff1-9710f35c3f0d/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6a72ee977e44cdbbd776c986d0dcb136a0caa311" -d '' 2018-10-26 09:55:04,751 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2c78312d-fad9-47b3-8041-39bc0bcd0c9d Date: Fri, 26 Oct 2018 09:55: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-26 09:55:04,752 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/95546e28-1f08-41ea-bff1-9710f35c3f0d/file used request id req-2c78312d-fad9-47b3-8041-39bc0bcd0c9d 2018-10-26 09:55:04,752 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 09:55:04,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/95546e28-1f08-41ea-bff1-9710f35c3f0d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6a72ee977e44cdbbd776c986d0dcb136a0caa311" 2018-10-26 09:55:04,774 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-dcd283f2-e3d3-4b6a-8a8c-5b116b87b96b Date: Fri, 26 Oct 2018 09:55:04 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:55:02Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:55:04Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/95546e28-1f08-41ea-bff1-9710f35c3f0d/snap", "metadata": {}}], "self": "/v2/images/95546e28-1f08-41ea-bff1-9710f35c3f0d", "min_disk": 0, "protected": false, "id": "95546e28-1f08-41ea-bff1-9710f35c3f0d", "file": "/v2/images/95546e28-1f08-41ea-bff1-9710f35c3f0d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "085016e170fb445995046317f25690b1", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/95546e28-1f08-41ea-bff1-9710f35c3f0d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:55:04,775 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/95546e28-1f08-41ea-bff1-9710f35c3f0d used request id req-dcd283f2-e3d3-4b6a-8a8c-5b116b87b96b 2018-10-26 09:55:04,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6a72ee977e44cdbbd776c986d0dcb136a0caa311" 2018-10-26 09:55:04,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7eedd425-b701-4a60-b6f6-54166559c12a Date: Fri, 26 Oct 2018 09:55: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-26 09:55:04,937 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-7eedd425-b701-4a60-b6f6-54166559c12a 2018-10-26 09:55:04,940 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-image 2018-10-26 09:55:04,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/95546e28-1f08-41ea-bff1-9710f35c3f0d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6a72ee977e44cdbbd776c986d0dcb136a0caa311" 2018-10-26 09:55:05,102 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-6f485e21-f003-442b-bdc5-84f17a5aef74 Date: Fri, 26 Oct 2018 09:55:05 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:55:02Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:55:04Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/95546e28-1f08-41ea-bff1-9710f35c3f0d/snap", "metadata": {}}], "self": "/v2/images/95546e28-1f08-41ea-bff1-9710f35c3f0d", "min_disk": 0, "protected": false, "id": "95546e28-1f08-41ea-bff1-9710f35c3f0d", "file": "/v2/images/95546e28-1f08-41ea-bff1-9710f35c3f0d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "085016e170fb445995046317f25690b1", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/95546e28-1f08-41ea-bff1-9710f35c3f0d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:55:05,103 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/95546e28-1f08-41ea-bff1-9710f35c3f0d used request id req-6f485e21-f003-442b-bdc5-84f17a5aef74 2018-10-26 09:55:05,103 - create_image - DEBUG - Instance status is - active 2018-10-26 09:55:05,103 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-image 2018-10-26 09:55:05,104 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-image 2018-10-26 09:55:05,104 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:55:05,105 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:55:05,486 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7a95160249da47ef850633a851cb1f98", "name": "InstanceSecurityGroupTests-f09893d9-962d-4fb-proj-role"}], "expires_at": "2018-10-26T10:55:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "085016e170fb445995046317f25690b1", "name": "InstanceSecurityGroupTests-f09893d9-962d-4fb-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/085016e170fb445995046317f25690b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/085016e170fb445995046317f25690b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/085016e170fb445995046317f25690b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/085016e170fb445995046317f25690b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/085016e170fb445995046317f25690b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/085016e170fb445995046317f25690b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/085016e170fb445995046317f25690b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/085016e170fb445995046317f25690b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/085016e170fb445995046317f25690b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/085016e170fb445995046317f25690b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/085016e170fb445995046317f25690b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/085016e170fb445995046317f25690b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-f09893d9-962d-4fb-user", "id": "97e946bb2065477b80a7fafc8dc4f591"}, "audit_ids": ["x5lrkfXMTfussAnLO56E1Q"], "issued_at": "2018-10-26T09:55:05.000000Z"}} 2018-10-26 09:55:05,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}175499d3e0ae2ae34047c2810dbd2ffdcb28f81c" 2018-10-26 09:55:05,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:55:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd317a58-c953-4e22-b778-e319aecd6d4b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:55:05,558 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-fd317a58-c953-4e22-b778-e319aecd6d4b 2018-10-26 09:55:05,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}175499d3e0ae2ae34047c2810dbd2ffdcb28f81c" 2018-10-26 09:55:05,813 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-5cf99de1-bbb3-44c9-a8af-5084e569b999 Date: Fri, 26 Oct 2018 09:55:05 GMT RESP BODY: {"networks":[]} 2018-10-26 09:55:05,813 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-net used request id req-5cf99de1-bbb3-44c9-a8af-5084e569b999 2018-10-26 09:55:05,813 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-net 2018-10-26 09:55:05,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}175499d3e0ae2ae34047c2810dbd2ffdcb28f81c" -d '{"network": {"name": "InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-net", "admin_state_up": true}}' 2018-10-26 09:55:06,534 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-81c67a82-697e-4aee-bda5-014c95a726b4 Date: Fri, 26 Oct 2018 09:55:06 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"085016e170fb445995046317f25690b1","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T09:55:06Z","is_default":false,"name":"InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"085016e170fb445995046317f25690b1","created_at":"2018-10-26T09:55:06Z","mtu":1450}} 2018-10-26 09:55:06,534 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-81c67a82-697e-4aee-bda5-014c95a726b4 2018-10-26 09:55:06,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}175499d3e0ae2ae34047c2810dbd2ffdcb28f81c" 2018-10-26 09:55:06,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-fae52828-aeaf-46e1-9bc9-a8f0644de578 Date: Fri, 26 Oct 2018 09:55: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-26T09:55:06Z","tenant_id":"085016e170fb445995046317f25690b1","created_at":"2018-10-26T09:55:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"085016e170fb445995046317f25690b1","id":"3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca","name":"InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-net"}]} 2018-10-26 09:55:06,779 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca used request id req-fae52828-aeaf-46e1-9bc9-a8f0644de578 2018-10-26 09:55:06,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}175499d3e0ae2ae34047c2810dbd2ffdcb28f81c" 2018-10-26 09:55:06,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-30d037dd-f100-48d9-9d1c-8790cd4e76fc Date: Fri, 26 Oct 2018 09:55:06 GMT RESP BODY: {"subnets":[]} 2018-10-26 09:55:06,818 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca used request id req-30d037dd-f100-48d9-9d1c-8790cd4e76fc 2018-10-26 09:55:06,819 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-subnet 2018-10-26 09:55:06,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}175499d3e0ae2ae34047c2810dbd2ffdcb28f81c" -d '{"subnets": [{"ip_version": 4, "network_id": "3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-subnet"}]}' 2018-10-26 09:55:07,319 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-d6a19c74-277b-40bd-82fc-6a0e274beeff Date: Fri, 26 Oct 2018 09:55:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca","tenant_id":"085016e170fb445995046317f25690b1","created_at":"2018-10-26T09:55:07Z","dns_nameservers":[],"updated_at":"2018-10-26T09:55:07Z","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":"085016e170fb445995046317f25690b1","id":"a65f62b1-a798-45a3-943e-de3dab1ff758","subnetpool_id":null,"name":"InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-subnet"}]} 2018-10-26 09:55:07,319 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-d6a19c74-277b-40bd-82fc-6a0e274beeff 2018-10-26 09:55:07,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}175499d3e0ae2ae34047c2810dbd2ffdcb28f81c" 2018-10-26 09:55:07,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-59814dca-88dc-48bc-a9e7-5077323443ae Date: Fri, 26 Oct 2018 09:55: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":["a65f62b1-a798-45a3-943e-de3dab1ff758"],"updated_at":"2018-10-26T09:55:07Z","tenant_id":"085016e170fb445995046317f25690b1","created_at":"2018-10-26T09:55:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"085016e170fb445995046317f25690b1","id":"3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca","name":"InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-net"}]} 2018-10-26 09:55:07,444 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca used request id req-59814dca-88dc-48bc-a9e7-5077323443ae 2018-10-26 09:55:07,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}175499d3e0ae2ae34047c2810dbd2ffdcb28f81c" 2018-10-26 09:55:07,640 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-6e7712e1-1e89-431d-a565-647c42246db9 Date: Fri, 26 Oct 2018 09:55:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca","tenant_id":"085016e170fb445995046317f25690b1","created_at":"2018-10-26T09:55:07Z","dns_nameservers":[],"updated_at":"2018-10-26T09:55:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"085016e170fb445995046317f25690b1","id":"a65f62b1-a798-45a3-943e-de3dab1ff758","subnetpool_id":null,"name":"InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-subnet"}]} 2018-10-26 09:55:07,640 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca used request id req-6e7712e1-1e89-431d-a565-647c42246db9 2018-10-26 09:55:07,641 - OpenStackNetwork - DEBUG - Network [3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca] created successfully 2018-10-26 09:55:07,641 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:55:07,642 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:55:08,056 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:55:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["GXCYYqwTSlqBblrIyQirUQ"], "issued_at": "2018-10-26T09:55:08.000000Z"}} 2018-10-26 09:55:08,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ec69374ea18d84b46f4d14a9f8b7ee5f1715b7" 2018-10-26 09:55:08,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:55:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef47cb63-864d-4276-acbd-9ef1a2034d97 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:55:08,144 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ef47cb63-864d-4276-acbd-9ef1a2034d97 2018-10-26 09:55:08,145 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:55:08,150 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ec69374ea18d84b46f4d14a9f8b7ee5f1715b7" 2018-10-26 09:55:08,332 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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 x-openstack-request-id: req-67f11ea4-019a-424c-ae8a-8fabdd4fe36f x-compute-request-id: req-67f11ea4-019a-424c-ae8a-8fabdd4fe36f Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-26 09:55:08,332 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-67f11ea4-019a-424c-ae8a-8fabdd4fe36f 2018-10-26 09:55:08,336 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ec69374ea18d84b46f4d14a9f8b7ee5f1715b7" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-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-26 09:55:08,380 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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-3a361adc-8c55-44ff-acb2-1fb0307382f7 x-compute-request-id: req-3a361adc-8c55-44ff-acb2-1fb0307382f7 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/8f66391a-cd3c-496f-9b1e-7abcadfcc60d", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/8f66391a-cd3c-496f-9b1e-7abcadfcc60d", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "8f66391a-cd3c-496f-9b1e-7abcadfcc60d", "name": "InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 09:55:08,380 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-3a361adc-8c55-44ff-acb2-1fb0307382f7 2018-10-26 09:55:08,381 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:55:08,382 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:55:08,748 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7a95160249da47ef850633a851cb1f98", "name": "InstanceSecurityGroupTests-f09893d9-962d-4fb-proj-role"}], "expires_at": "2018-10-26T10:55:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "085016e170fb445995046317f25690b1", "name": "InstanceSecurityGroupTests-f09893d9-962d-4fb-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/085016e170fb445995046317f25690b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/085016e170fb445995046317f25690b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/085016e170fb445995046317f25690b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/085016e170fb445995046317f25690b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/085016e170fb445995046317f25690b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/085016e170fb445995046317f25690b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/085016e170fb445995046317f25690b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/085016e170fb445995046317f25690b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/085016e170fb445995046317f25690b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/085016e170fb445995046317f25690b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/085016e170fb445995046317f25690b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/085016e170fb445995046317f25690b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-f09893d9-962d-4fb-user", "id": "97e946bb2065477b80a7fafc8dc4f591"}, "audit_ids": ["7wfgwLe4SeGVC8FJ--HcVA"], "issued_at": "2018-10-26T09:55:08.000000Z"}} 2018-10-26 09:55:08,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c10514739fedc111a18bdc4d1a8675be58a21b" 2018-10-26 09:55:08,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:55:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07315aa8-b054-463e-9ecf-c1824778f86f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:55:08,846 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-07315aa8-b054-463e-9ecf-c1824778f86f 2018-10-26 09:55:08,847 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:55:08,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c10514739fedc111a18bdc4d1a8675be58a21b" 2018-10-26 09:55:08,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:55:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d33bad64-1f13-4b11-8b3e-242ca5d459ea Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:55:08,863 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d33bad64-1f13-4b11-8b3e-242ca5d459ea 2018-10-26 09:55:08,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c10514739fedc111a18bdc4d1a8675be58a21b" 2018-10-26 09:55:09,231 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-6af6d77c-9e7a-460b-9c4a-14fadb3323a0 Date: Fri, 26 Oct 2018 09: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":["a65f62b1-a798-45a3-943e-de3dab1ff758"],"updated_at":"2018-10-26T09:55:07Z","tenant_id":"085016e170fb445995046317f25690b1","created_at":"2018-10-26T09:55:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"085016e170fb445995046317f25690b1","id":"3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca","name":"InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-net"}]} 2018-10-26 09:55:09,231 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-net used request id req-6af6d77c-9e7a-460b-9c4a-14fadb3323a0 2018-10-26 09:55:09,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:55:09,240 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:55: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:55:09,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/085016e170fb445995046317f25690b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c10514739fedc111a18bdc4d1a8675be58a21b" 2018-10-26 09:55:09,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:55:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd0c5896-5e7b-4240-8d29-1db008a9dfc3 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/085016e170fb445995046317f25690b1"}, "enabled": true, "id": "085016e170fb445995046317f25690b1", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f09893d9-962d-4fb-proj"}} 2018-10-26 09:55:09,319 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/085016e170fb445995046317f25690b1 used request id req-fd0c5896-5e7b-4240-8d29-1db008a9dfc3 2018-10-26 09:55:09,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c10514739fedc111a18bdc4d1a8675be58a21b" 2018-10-26 09:55:09,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-a7ae88b8-07d8-4f4c-8ef6-f4bad4d4ac9c Date: Fri, 26 Oct 2018 09:55:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca","tenant_id":"085016e170fb445995046317f25690b1","created_at":"2018-10-26T09:55:07Z","dns_nameservers":[],"updated_at":"2018-10-26T09:55:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"085016e170fb445995046317f25690b1","id":"a65f62b1-a798-45a3-943e-de3dab1ff758","subnetpool_id":null,"name":"InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-subnet"}]} 2018-10-26 09:55:09,523 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca used request id req-a7ae88b8-07d8-4f4c-8ef6-f4bad4d4ac9c 2018-10-26 09:55:09,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca&name=InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c10514739fedc111a18bdc4d1a8675be58a21b" 2018-10-26 09:55:09,649 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-5bdf35b2-0241-4a49-bb18-05ad884d3245 Date: Fri, 26 Oct 2018 09:55:09 GMT RESP BODY: {"ports":[]} 2018-10-26 09:55:09,649 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca&name=InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-port&admin_state_up=True used request id req-5bdf35b2-0241-4a49-bb18-05ad884d3245 2018-10-26 09:55:09,652 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c10514739fedc111a18bdc4d1a8675be58a21b" 2018-10-26 09:55:10,041 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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 x-openstack-request-id: req-f1b406de-251f-442b-9635-4fddee7fd802 x-compute-request-id: req-f1b406de-251f-442b-9635-4fddee7fd802 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-26 09:55:10,041 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-inst used request id req-f1b406de-251f-442b-9635-4fddee7fd802 2018-10-26 09:55:10,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c10514739fedc111a18bdc4d1a8675be58a21b" 2018-10-26 09:55:10,330 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-0c59ec93-5003-429f-9852-8cc862f1fdff Date: Fri, 26 Oct 2018 09: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":["a65f62b1-a798-45a3-943e-de3dab1ff758"],"updated_at":"2018-10-26T09:55:07Z","tenant_id":"085016e170fb445995046317f25690b1","created_at":"2018-10-26T09:55:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"085016e170fb445995046317f25690b1","id":"3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca","name":"InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-net"}]} 2018-10-26 09:55:10,330 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-net used request id req-0c59ec93-5003-429f-9852-8cc862f1fdff 2018-10-26 09:55:10,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/085016e170fb445995046317f25690b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c10514739fedc111a18bdc4d1a8675be58a21b" 2018-10-26 09:55:10,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:55:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86e8caab-3c66-4eca-acbe-ab509d8ce91e Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/085016e170fb445995046317f25690b1"}, "enabled": true, "id": "085016e170fb445995046317f25690b1", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f09893d9-962d-4fb-proj"}} 2018-10-26 09:55:10,408 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/085016e170fb445995046317f25690b1 used request id req-86e8caab-3c66-4eca-acbe-ab509d8ce91e 2018-10-26 09:55:10,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c10514739fedc111a18bdc4d1a8675be58a21b" 2018-10-26 09:55:10,615 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-d1a86652-9e7f-4ef3-bb0a-dcb9835938a4 Date: Fri, 26 Oct 2018 09:55:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca","tenant_id":"085016e170fb445995046317f25690b1","created_at":"2018-10-26T09:55:07Z","dns_nameservers":[],"updated_at":"2018-10-26T09:55:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"085016e170fb445995046317f25690b1","id":"a65f62b1-a798-45a3-943e-de3dab1ff758","subnetpool_id":null,"name":"InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-subnet"}]} 2018-10-26 09:55:10,615 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca used request id req-d1a86652-9e7f-4ef3-bb0a-dcb9835938a4 2018-10-26 09:55:10,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca&name=InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c10514739fedc111a18bdc4d1a8675be58a21b" 2018-10-26 09:55:10,797 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-5f8e474e-bbd9-4507-ae67-8f53de66f6bb Date: Fri, 26 Oct 2018 09:55:10 GMT RESP BODY: {"ports":[]} 2018-10-26 09:55:10,798 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca&name=InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-port&admin_state_up=True used request id req-5f8e474e-bbd9-4507-ae67-8f53de66f6bb 2018-10-26 09:55:10,798 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:55:10,799 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:55:11,172 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7a95160249da47ef850633a851cb1f98", "name": "InstanceSecurityGroupTests-f09893d9-962d-4fb-proj-role"}], "expires_at": "2018-10-26T10:55:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "085016e170fb445995046317f25690b1", "name": "InstanceSecurityGroupTests-f09893d9-962d-4fb-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/085016e170fb445995046317f25690b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/085016e170fb445995046317f25690b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/085016e170fb445995046317f25690b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/085016e170fb445995046317f25690b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/085016e170fb445995046317f25690b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/085016e170fb445995046317f25690b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/085016e170fb445995046317f25690b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/085016e170fb445995046317f25690b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/085016e170fb445995046317f25690b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/085016e170fb445995046317f25690b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/085016e170fb445995046317f25690b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/085016e170fb445995046317f25690b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-f09893d9-962d-4fb-user", "id": "97e946bb2065477b80a7fafc8dc4f591"}, "audit_ids": ["XdQFqYZWSBKuegmnlWSxyw"], "issued_at": "2018-10-26T09:55:11.000000Z"}} 2018-10-26 09:55:11,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0890aa0e5f74bfd39a7e2ced8a96b7462b4bb49d" 2018-10-26 09:55:11,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:55:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcbd1839-45e5-4487-9c00-3f6ba0cf2ba7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:55:11,423 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-fcbd1839-45e5-4487-9c00-3f6ba0cf2ba7 2018-10-26 09:55:11,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c10514739fedc111a18bdc4d1a8675be58a21b" 2018-10-26 09:55:11,678 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-6d266e78-c3fa-4fe6-abb2-d8a4cfffe2b7 Date: Fri, 26 Oct 2018 09:55: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":["a65f62b1-a798-45a3-943e-de3dab1ff758"],"updated_at":"2018-10-26T09:55:07Z","tenant_id":"085016e170fb445995046317f25690b1","created_at":"2018-10-26T09:55:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"085016e170fb445995046317f25690b1","id":"3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca","name":"InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-net"}]} 2018-10-26 09:55:11,678 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-net used request id req-6d266e78-c3fa-4fe6-abb2-d8a4cfffe2b7 2018-10-26 09:55:11,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c10514739fedc111a18bdc4d1a8675be58a21b" 2018-10-26 09:55:11,739 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-132fd678-4e82-4d8f-aa77-5d8bd58f7486 Date: Fri, 26 Oct 2018 09:55:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca","tenant_id":"085016e170fb445995046317f25690b1","created_at":"2018-10-26T09:55:07Z","dns_nameservers":[],"updated_at":"2018-10-26T09:55:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"085016e170fb445995046317f25690b1","id":"a65f62b1-a798-45a3-943e-de3dab1ff758","subnetpool_id":null,"name":"InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-subnet"}]} 2018-10-26 09:55:11,739 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca used request id req-132fd678-4e82-4d8f-aa77-5d8bd58f7486 2018-10-26 09:55:11,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c10514739fedc111a18bdc4d1a8675be58a21b" 2018-10-26 09:55:11,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-008d628c-bcde-4ee0-a0d8-e0479acfb393 Date: Fri, 26 Oct 2018 09:55: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":["a65f62b1-a798-45a3-943e-de3dab1ff758"],"updated_at":"2018-10-26T09:55:07Z","tenant_id":"085016e170fb445995046317f25690b1","created_at":"2018-10-26T09:55:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"085016e170fb445995046317f25690b1","id":"3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca","name":"InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-net"}]} 2018-10-26 09:55:11,845 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-net used request id req-008d628c-bcde-4ee0-a0d8-e0479acfb393 2018-10-26 09:55:11,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:55:11,854 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:55: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:55:11,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/085016e170fb445995046317f25690b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0890aa0e5f74bfd39a7e2ced8a96b7462b4bb49d" 2018-10-26 09:55:11,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:55:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-daec4c55-26ce-4a0f-8db4-1f32acf9816f Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/085016e170fb445995046317f25690b1"}, "enabled": true, "id": "085016e170fb445995046317f25690b1", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f09893d9-962d-4fb-proj"}} 2018-10-26 09:55:11,929 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/085016e170fb445995046317f25690b1 used request id req-daec4c55-26ce-4a0f-8db4-1f32acf9816f 2018-10-26 09:55:11,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c10514739fedc111a18bdc4d1a8675be58a21b" 2018-10-26 09:55:11,988 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-1ed5f0e0-6ea7-41a1-b4c6-1a5f17463488 Date: Fri, 26 Oct 2018 09:55:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca","tenant_id":"085016e170fb445995046317f25690b1","created_at":"2018-10-26T09:55:07Z","dns_nameservers":[],"updated_at":"2018-10-26T09:55:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"085016e170fb445995046317f25690b1","id":"a65f62b1-a798-45a3-943e-de3dab1ff758","subnetpool_id":null,"name":"InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-subnet"}]} 2018-10-26 09:55:11,989 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca used request id req-1ed5f0e0-6ea7-41a1-b4c6-1a5f17463488 2018-10-26 09:55:11,990 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-net 2018-10-26 09:55:11,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c10514739fedc111a18bdc4d1a8675be58a21b" -d '{"port": {"network_id": "3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca", "name": "InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-port", "admin_state_up": true}}' 2018-10-26 09:55:13,026 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 782 X-Openstack-Request-Id: req-74096b5b-810b-4a68-a150-96a546887f5c Date: Fri, 26 Oct 2018 09:55:13 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:55:12Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a65f62b1-a798-45a3-943e-de3dab1ff758","ip_address":"10.55.0.13"}],"id":"7c9b1777-2274-4603-99bb-d20b00a0f139","security_groups":["b7e0bbe6-077b-4d89-b87d-20cd9527713e"],"mac_address":"fa:16:3e:2e:ec:7b","device_id":"","status":"DOWN","description":"","tags":[],"name":"InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-port","project_id":"085016e170fb445995046317f25690b1","qos_policy_id":null,"admin_state_up":true,"network_id":"3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca","tenant_id":"085016e170fb445995046317f25690b1","created_at":"2018-10-26T09:55:12Z","binding:vnic_type":"normal"}} 2018-10-26 09:55:13,027 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-74096b5b-810b-4a68-a150-96a546887f5c 2018-10-26 09:55:13,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c10514739fedc111a18bdc4d1a8675be58a21b" 2018-10-26 09:55:13,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-7f0d4660-3341-4248-b609-140c5c5d1355 Date: Fri, 26 Oct 2018 09:55: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":["a65f62b1-a798-45a3-943e-de3dab1ff758"],"updated_at":"2018-10-26T09:55:07Z","tenant_id":"085016e170fb445995046317f25690b1","created_at":"2018-10-26T09:55:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"085016e170fb445995046317f25690b1","id":"3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca","name":"InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-net"}]} 2018-10-26 09:55:13,278 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-net used request id req-7f0d4660-3341-4248-b609-140c5c5d1355 2018-10-26 09:55:13,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/085016e170fb445995046317f25690b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c10514739fedc111a18bdc4d1a8675be58a21b" 2018-10-26 09:55:13,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:55:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44cbb91e-9c10-4e89-9d46-319731eb4b2f Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/085016e170fb445995046317f25690b1"}, "enabled": true, "id": "085016e170fb445995046317f25690b1", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f09893d9-962d-4fb-proj"}} 2018-10-26 09:55:13,364 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/085016e170fb445995046317f25690b1 used request id req-44cbb91e-9c10-4e89-9d46-319731eb4b2f 2018-10-26 09:55:13,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c10514739fedc111a18bdc4d1a8675be58a21b" 2018-10-26 09:55:13,422 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-7f7d638a-be13-458d-99f7-668696249b1e Date: Fri, 26 Oct 2018 09:55:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca","tenant_id":"085016e170fb445995046317f25690b1","created_at":"2018-10-26T09:55:07Z","dns_nameservers":[],"updated_at":"2018-10-26T09:55:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"085016e170fb445995046317f25690b1","id":"a65f62b1-a798-45a3-943e-de3dab1ff758","subnetpool_id":null,"name":"InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-subnet"}]} 2018-10-26 09:55:13,422 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca used request id req-7f7d638a-be13-458d-99f7-668696249b1e 2018-10-26 09:55:13,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca&name=InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c10514739fedc111a18bdc4d1a8675be58a21b" 2018-10-26 09:55:13,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 785 X-Openstack-Request-Id: req-638e4568-13c0-4c0b-b2a2-f0fd7931200a Date: Fri, 26 Oct 2018 09:55:13 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:55:12Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a65f62b1-a798-45a3-943e-de3dab1ff758","ip_address":"10.55.0.13"}],"id":"7c9b1777-2274-4603-99bb-d20b00a0f139","security_groups":["b7e0bbe6-077b-4d89-b87d-20cd9527713e"],"mac_address":"fa:16:3e:2e:ec:7b","project_id":"085016e170fb445995046317f25690b1","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-port","admin_state_up":true,"network_id":"3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca","tenant_id":"085016e170fb445995046317f25690b1","created_at":"2018-10-26T09:55:12Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-26 09:55:13,626 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca&name=InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-port&admin_state_up=True used request id req-638e4568-13c0-4c0b-b2a2-f0fd7931200a 2018-10-26 09:55:13,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/085016e170fb445995046317f25690b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c10514739fedc111a18bdc4d1a8675be58a21b" 2018-10-26 09:55:13,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:55:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-993f317e-e6d4-4c95-988a-b5bf305ff4ee Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/085016e170fb445995046317f25690b1"}, "enabled": true, "id": "085016e170fb445995046317f25690b1", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f09893d9-962d-4fb-proj"}} 2018-10-26 09:55:13,717 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/085016e170fb445995046317f25690b1 used request id req-993f317e-e6d4-4c95-988a-b5bf305ff4ee 2018-10-26 09:55:13,718 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-inst 2018-10-26 09:55:13,721 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c10514739fedc111a18bdc4d1a8675be58a21b" 2018-10-26 09:55:13,757 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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-38f93ca7-e529-4d71-a293-4da5b3f5021f x-compute-request-id: req-38f93ca7-e529-4d71-a293-4da5b3f5021f Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"flavors": [{"id": "8f66391a-cd3c-496f-9b1e-7abcadfcc60d", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/8f66391a-cd3c-496f-9b1e-7abcadfcc60d", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/8f66391a-cd3c-496f-9b1e-7abcadfcc60d", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-flavor-name"}]} 2018-10-26 09:55:13,757 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-38f93ca7-e529-4d71-a293-4da5b3f5021f 2018-10-26 09:55:13,760 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/8f66391a-cd3c-496f-9b1e-7abcadfcc60d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c10514739fedc111a18bdc4d1a8675be58a21b" 2018-10-26 09:55:13,780 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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-fb5757b7-43b9-4e35-84ca-4a5d8a6866c0 x-compute-request-id: req-fb5757b7-43b9-4e35-84ca-4a5d8a6866c0 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/8f66391a-cd3c-496f-9b1e-7abcadfcc60d", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/8f66391a-cd3c-496f-9b1e-7abcadfcc60d", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "8f66391a-cd3c-496f-9b1e-7abcadfcc60d", "name": "InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 09:55:13,780 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/8f66391a-cd3c-496f-9b1e-7abcadfcc60d used request id req-fb5757b7-43b9-4e35-84ca-4a5d8a6866c0 2018-10-26 09:55:13,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c5c10514739fedc111a18bdc4d1a8675be58a21b" 2018-10-26 09:55:13,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-9985dec6-a063-415c-a15f-de6f0b4bf044 Date: Fri, 26 Oct 2018 09:55:13 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:55:02Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:55:04Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/95546e28-1f08-41ea-bff1-9710f35c3f0d/snap", "metadata": {}}], "self": "/v2/images/95546e28-1f08-41ea-bff1-9710f35c3f0d", "min_disk": 0, "protected": false, "id": "95546e28-1f08-41ea-bff1-9710f35c3f0d", "file": "/v2/images/95546e28-1f08-41ea-bff1-9710f35c3f0d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "085016e170fb445995046317f25690b1", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/95546e28-1f08-41ea-bff1-9710f35c3f0d/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-image"} 2018-10-26 09:55:13,966 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-image used request id req-9985dec6-a063-415c-a15f-de6f0b4bf044 2018-10-26 09:55:13,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c5c10514739fedc111a18bdc4d1a8675be58a21b" 2018-10-26 09:55:14,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-512323c0-a927-4d3c-b38b-a918eb415fdc Date: Fri, 26 Oct 2018 09:55: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-26 09:55:14,123 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-512323c0-a927-4d3c-b38b-a918eb415fdc 2018-10-26 09:55:14,129 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c10514739fedc111a18bdc4d1a8675be58a21b" -d '{"server": {"name": "InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-inst", "imageRef": "95546e28-1f08-41ea-bff1-9710f35c3f0d", "flavorRef": "8f66391a-cd3c-496f-9b1e-7abcadfcc60d", "max_count": 1, "min_count": 1, "networks": [{"port": "7c9b1777-2274-4603-99bb-d20b00a0f139"}]}}' 2018-10-26 09:55:15,813 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:55:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a25ced6b-cdae-48e8-845e-646e959116be x-compute-request-id: req-a25ced6b-cdae-48e8-845e-646e959116be Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ccd8b9f5-4277-42cc-8729-11e1f527da1f", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f", "rel": "bookmark"}], "adminPass": "8hLjufjHZh29"}} 2018-10-26 09:55:15,813 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-a25ced6b-cdae-48e8-845e-646e959116be 2018-10-26 09:55:15,817 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c10514739fedc111a18bdc4d1a8675be58a21b" 2018-10-26 09:55:16,024 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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,Accept-Encoding x-openstack-request-id: req-7d5ff6a0-46aa-4752-b951-652aee8003c8 x-compute-request-id: req-7d5ff6a0-46aa-4752-b951-652aee8003c8 Content-Encoding: gzip Content-Length: 611 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f", "rel": "bookmark"}], "image": {"id": "95546e28-1f08-41ea-bff1-9710f35c3f0d", "links": [{"href": "http://172.30.9.21:8774/images/95546e28-1f08-41ea-bff1-9710f35c3f0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8f66391a-cd3c-496f-9b1e-7abcadfcc60d", "links": [{"href": "http://172.30.9.21:8774/flavors/8f66391a-cd3c-496f-9b1e-7abcadfcc60d", "rel": "bookmark"}]}, "id": "ccd8b9f5-4277-42cc-8729-11e1f527da1f", "user_id": "97e946bb2065477b80a7fafc8dc4f591", "OS-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-26T09:55:15Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-inst", "created": "2018-10-26T09:55:15Z", "tenant_id": "085016e170fb445995046317f25690b1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:55:16,024 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f used request id req-7d5ff6a0-46aa-4752-b951-652aee8003c8 2018-10-26 09:55:16,025 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-inst 2018-10-26 09:55:16,028 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c10514739fedc111a18bdc4d1a8675be58a21b" 2018-10-26 09:55:16,411 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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-da205fd1-86f4-42fb-a856-2fb51c45244e x-compute-request-id: req-da205fd1-86f4-42fb-a856-2fb51c45244e Content-Encoding: gzip Content-Length: 614 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f", "rel": "bookmark"}], "image": {"id": "95546e28-1f08-41ea-bff1-9710f35c3f0d", "links": [{"href": "http://172.30.9.21:8774/images/95546e28-1f08-41ea-bff1-9710f35c3f0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8f66391a-cd3c-496f-9b1e-7abcadfcc60d", "links": [{"href": "http://172.30.9.21:8774/flavors/8f66391a-cd3c-496f-9b1e-7abcadfcc60d", "rel": "bookmark"}]}, "id": "ccd8b9f5-4277-42cc-8729-11e1f527da1f", "user_id": "97e946bb2065477b80a7fafc8dc4f591", "OS-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-26T09:55:16Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-inst", "created": "2018-10-26T09:55:15Z", "tenant_id": "085016e170fb445995046317f25690b1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:55:16,411 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f used request id req-da205fd1-86f4-42fb-a856-2fb51c45244e 2018-10-26 09:55:16,412 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-inst] is - BUILD 2018-10-26 09:55:16,412 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:55:19,415 - create_instance - DEBUG - VM status query timeout in 896.609707117 2018-10-26 09:55:19,419 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c10514739fedc111a18bdc4d1a8675be58a21b" 2018-10-26 09:55:20,033 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:55: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-69b304cf-87b0-4991-9543-07d2fd876ea7 x-compute-request-id: req-69b304cf-87b0-4991-9543-07d2fd876ea7 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f", "rel": "bookmark"}], "image": {"id": "95546e28-1f08-41ea-bff1-9710f35c3f0d", "links": [{"href": "http://172.30.9.21:8774/images/95546e28-1f08-41ea-bff1-9710f35c3f0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8f66391a-cd3c-496f-9b1e-7abcadfcc60d", "links": [{"href": "http://172.30.9.21:8774/flavors/8f66391a-cd3c-496f-9b1e-7abcadfcc60d", "rel": "bookmark"}]}, "id": "ccd8b9f5-4277-42cc-8729-11e1f527da1f", "security_groups": [{"name": "default"}], "user_id": "97e946bb2065477b80a7fafc8dc4f591", "OS-DCF: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-26T09:55:16Z", "hostId": "d2e3245be6be2253e91487079e63ec34645d3764ca625330fff27278", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-inst", "created": "2018-10-26T09:55:15Z", "tenant_id": "085016e170fb445995046317f25690b1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:55:20,033 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f used request id req-69b304cf-87b0-4991-9543-07d2fd876ea7 2018-10-26 09:55:20,034 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-inst] is - BUILD 2018-10-26 09:55:20,034 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:55:23,037 - create_instance - DEBUG - VM status query timeout in 892.987533092 2018-10-26 09:55:23,041 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c10514739fedc111a18bdc4d1a8675be58a21b" 2018-10-26 09:55:23,760 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:55:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bcf3ca87-291d-42a1-b355-e8892f03ce45 x-compute-request-id: req-bcf3ca87-291d-42a1-b355-e8892f03ce45 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2e:ec:7b", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f", "rel": "bookmark"}], "image": {"id": "95546e28-1f08-41ea-bff1-9710f35c3f0d", "links": [{"href": "http://172.30.9.21:8774/images/95546e28-1f08-41ea-bff1-9710f35c3f0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:55:21.000000", "flavor": {"id": "8f66391a-cd3c-496f-9b1e-7abcadfcc60d", "links": [{"href": "http://172.30.9.21:8774/flavors/8f66391a-cd3c-496f-9b1e-7abcadfcc60d", "rel": "bookmark"}]}, "id": "ccd8b9f5-4277-42cc-8729-11e1f527da1f", "security_groups": [{"name": "default"}], "user_id": "97e946bb2065477b80a7fafc8dc4f591", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:55:21Z", "hostId": "d2e3245be6be2253e91487079e63ec34645d3764ca625330fff27278", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-inst", "created": "2018-10-26T09:55:15Z", "tenant_id": "085016e170fb445995046317f25690b1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:55:23,761 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f used request id req-bcf3ca87-291d-42a1-b355-e8892f03ce45 2018-10-26 09:55:23,761 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-inst] is - ACTIVE 2018-10-26 09:55:23,761 - create_instance - INFO - VM is - ACTIVE 2018-10-26 09:55:23,764 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c10514739fedc111a18bdc4d1a8675be58a21b" 2018-10-26 09:55:24,228 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:55:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e6333449-d1eb-48b3-b7cd-ab998bb5b1b3 x-compute-request-id: req-e6333449-d1eb-48b3-b7cd-ab998bb5b1b3 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2e:ec:7b", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f", "rel": "bookmark"}], "image": {"id": "95546e28-1f08-41ea-bff1-9710f35c3f0d", "links": [{"href": "http://172.30.9.21:8774/images/95546e28-1f08-41ea-bff1-9710f35c3f0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:55:21.000000", "flavor": {"id": "8f66391a-cd3c-496f-9b1e-7abcadfcc60d", "links": [{"href": "http://172.30.9.21:8774/flavors/8f66391a-cd3c-496f-9b1e-7abcadfcc60d", "rel": "bookmark"}]}, "id": "ccd8b9f5-4277-42cc-8729-11e1f527da1f", "security_groups": [{"name": "default"}], "user_id": "97e946bb2065477b80a7fafc8dc4f591", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:55:21Z", "hostId": "d2e3245be6be2253e91487079e63ec34645d3764ca625330fff27278", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-inst", "created": "2018-10-26T09:55:15Z", "tenant_id": "085016e170fb445995046317f25690b1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:55:24,229 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f used request id req-e6333449-d1eb-48b3-b7cd-ab998bb5b1b3 2018-10-26 09:55:24,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c10514739fedc111a18bdc4d1a8675be58a21b" 2018-10-26 09:55:24,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-c70d8614-3302-44f5-a475-5886f5eda313 Date: Fri, 26 Oct 2018 09:55: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":["a65f62b1-a798-45a3-943e-de3dab1ff758"],"updated_at":"2018-10-26T09:55:07Z","tenant_id":"085016e170fb445995046317f25690b1","created_at":"2018-10-26T09:55:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"085016e170fb445995046317f25690b1","id":"3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca","name":"InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-net"}]} 2018-10-26 09:55:24,335 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-net used request id req-c70d8614-3302-44f5-a475-5886f5eda313 2018-10-26 09:55:24,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/085016e170fb445995046317f25690b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c10514739fedc111a18bdc4d1a8675be58a21b" 2018-10-26 09:55:24,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:55:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25a9036e-bdce-49e8-a406-c19ba7de3269 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/085016e170fb445995046317f25690b1"}, "enabled": true, "id": "085016e170fb445995046317f25690b1", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f09893d9-962d-4fb-proj"}} 2018-10-26 09:55:24,416 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/085016e170fb445995046317f25690b1 used request id req-25a9036e-bdce-49e8-a406-c19ba7de3269 2018-10-26 09:55:24,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c10514739fedc111a18bdc4d1a8675be58a21b" 2018-10-26 09:55:24,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-2626c2d8-a59c-4247-91c1-7d6770fb0047 Date: Fri, 26 Oct 2018 09:55:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca","tenant_id":"085016e170fb445995046317f25690b1","created_at":"2018-10-26T09:55:07Z","dns_nameservers":[],"updated_at":"2018-10-26T09:55:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"085016e170fb445995046317f25690b1","id":"a65f62b1-a798-45a3-943e-de3dab1ff758","subnetpool_id":null,"name":"InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-subnet"}]} 2018-10-26 09:55:24,478 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca used request id req-2626c2d8-a59c-4247-91c1-7d6770fb0047 2018-10-26 09:55:24,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c10514739fedc111a18bdc4d1a8675be58a21b" 2018-10-26 09:55:24,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-4c721e07-fdb4-444f-8583-3cb9e5cf1d41 Date: Fri, 26 Oct 2018 09:55:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:55:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a65f62b1-a798-45a3-943e-de3dab1ff758","ip_address":"10.55.0.4"}],"id":"1d66fd9a-e730-41c1-9737-dec4fcc6c18f","security_groups":[],"mac_address":"fa:16:3e:14:eb:5f","project_id":"085016e170fb445995046317f25690b1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca","tenant_id":"085016e170fb445995046317f25690b1","created_at":"2018-10-26T09:55:08Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:55:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a65f62b1-a798-45a3-943e-de3dab1ff758","ip_address":"10.55.0.2"}],"id":"574982ee-c5f7-4395-82e6-95fadafacca3","security_groups":[],"mac_address":"fa:16:3e:4a:7c:80","project_id":"085016e170fb445995046317f25690b1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca","tenant_id":"085016e170fb445995046317f25690b1","created_at":"2018-10-26T09:55:07Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:55:21Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a65f62b1-a798-45a3-943e-de3dab1ff758","ip_address":"10.55.0.13"}],"id":"7c9b1777-2274-4603-99bb-d20b00a0f139","security_groups":["b7e0bbe6-077b-4d89-b87d-20cd9527713e"],"mac_address":"fa:16:3e:2e:ec:7b","project_id":"085016e170fb445995046317f25690b1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-port","admin_state_up":true,"network_id":"3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca","tenant_id":"085016e170fb445995046317f25690b1","created_at":"2018-10-26T09:55:12Z","binding:vnic_type":"normal","device_id":"ccd8b9f5-4277-42cc-8729-11e1f527da1f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:55:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a65f62b1-a798-45a3-943e-de3dab1ff758","ip_address":"10.55.0.3"}],"id":"8ce28d58-194c-4ab2-afa4-ba98d58d64fc","security_groups":[],"mac_address":"fa:16:3e:e3:6e:b1","project_id":"085016e170fb445995046317f25690b1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca","tenant_id":"085016e170fb445995046317f25690b1","created_at":"2018-10-26T09:55:08Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca"}]} 2018-10-26 09:55:24,716 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca used request id req-4c721e07-fdb4-444f-8583-3cb9e5cf1d41 2018-10-26 09:55:24,717 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:55:24,718 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:55:25,099 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7a95160249da47ef850633a851cb1f98", "name": "InstanceSecurityGroupTests-f09893d9-962d-4fb-proj-role"}], "expires_at": "2018-10-26T10:55:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "085016e170fb445995046317f25690b1", "name": "InstanceSecurityGroupTests-f09893d9-962d-4fb-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/085016e170fb445995046317f25690b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/085016e170fb445995046317f25690b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/085016e170fb445995046317f25690b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/085016e170fb445995046317f25690b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/085016e170fb445995046317f25690b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/085016e170fb445995046317f25690b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/085016e170fb445995046317f25690b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/085016e170fb445995046317f25690b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/085016e170fb445995046317f25690b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/085016e170fb445995046317f25690b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/085016e170fb445995046317f25690b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/085016e170fb445995046317f25690b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-f09893d9-962d-4fb-user", "id": "97e946bb2065477b80a7fafc8dc4f591"}, "audit_ids": ["ofLoG0eXQSqiaX_7wiySMQ"], "issued_at": "2018-10-26T09:55:25.000000Z"}} 2018-10-26 09:55:25,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}493a7746c9ce7c55d1a01d6d11070edd2c95be7d" 2018-10-26 09:55:25,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:55:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62c53f05-8976-488c-933b-314b1a0d0355 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:55:25,177 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-62c53f05-8976-488c-933b-314b1a0d0355 2018-10-26 09:55:25,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}493a7746c9ce7c55d1a01d6d11070edd2c95be7d" 2018-10-26 09:55:25,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-7473e9c4-573b-4b8a-be7e-cb13aff117af Date: Fri, 26 Oct 2018 09:55:25 GMT RESP BODY: {"security_groups": []} 2018-10-26 09:55:25,380 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-name&description=hello+group used request id req-7473e9c4-573b-4b8a-be7e-cb13aff117af 2018-10-26 09:55:25,380 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-name... 2018-10-26 09:55:25,380 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-name 2018-10-26 09:55:25,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}493a7746c9ce7c55d1a01d6d11070edd2c95be7d" -d '{"security_group": {"name": "InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-name", "description": "hello group"}}' 2018-10-26 09:55:25,688 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-8e29936f-6cc9-44d5-bf5b-6ebd7892aaa5 Date: Fri, 26 Oct 2018 09:55:25 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "085016e170fb445995046317f25690b1", "created_at": "2018-10-26T09:55:25Z", "updated_at": "2018-10-26T09:55:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:55:25Z", "revision_number": 0, "id": "2ed30b5b-a2d2-4e3e-a5a7-65bfb5259a44", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:55:25Z", "security_group_id": "019702b8-74f3-485e-b5d2-6f04d5b75496", "tenant_id": "085016e170fb445995046317f25690b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "085016e170fb445995046317f25690b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:55:25Z", "revision_number": 0, "id": "f3825fd5-8d4f-40f0-9cd7-e701b8aebb4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:55:25Z", "security_group_id": "019702b8-74f3-485e-b5d2-6f04d5b75496", "tenant_id": "085016e170fb445995046317f25690b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "085016e170fb445995046317f25690b1"}], "revision_number": 2, "project_id": "085016e170fb445995046317f25690b1", "id": "019702b8-74f3-485e-b5d2-6f04d5b75496", "name": "InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-name"}} 2018-10-26 09:55:25,688 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-8e29936f-6cc9-44d5-bf5b-6ebd7892aaa5 2018-10-26 09:55:25,688 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 019702b8-74f3-485e-b5d2-6f04d5b75496 2018-10-26 09:55:25,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=019702b8-74f3-485e-b5d2-6f04d5b75496 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}493a7746c9ce7c55d1a01d6d11070edd2c95be7d" 2018-10-26 09:55:25,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-cb515463-253f-41b3-9dbc-1d78eb8812ad Date: Fri, 26 Oct 2018 09:55: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-26T09:55:25Z", "security_group_id": "019702b8-74f3-485e-b5d2-6f04d5b75496", "port_range_min": null, "revision_number": 0, "tenant_id": "085016e170fb445995046317f25690b1", "created_at": "2018-10-26T09:55:25Z", "project_id": "085016e170fb445995046317f25690b1", "id": "2ed30b5b-a2d2-4e3e-a5a7-65bfb5259a44"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:55:25Z", "security_group_id": "019702b8-74f3-485e-b5d2-6f04d5b75496", "port_range_min": null, "revision_number": 0, "tenant_id": "085016e170fb445995046317f25690b1", "created_at": "2018-10-26T09:55:25Z", "project_id": "085016e170fb445995046317f25690b1", "id": "f3825fd5-8d4f-40f0-9cd7-e701b8aebb4c"}]} 2018-10-26 09:55:25,805 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=019702b8-74f3-485e-b5d2-6f04d5b75496 used request id req-cb515463-253f-41b3-9dbc-1d78eb8812ad 2018-10-26 09:55:25,805 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 019702b8-74f3-485e-b5d2-6f04d5b75496 2018-10-26 09:55:25,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=019702b8-74f3-485e-b5d2-6f04d5b75496 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}493a7746c9ce7c55d1a01d6d11070edd2c95be7d" 2018-10-26 09:55:25,983 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-cd9ea1e4-5f37-4b2a-8f93-c767d75eae86 Date: Fri, 26 Oct 2018 09:55: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-26T09:55:25Z", "security_group_id": "019702b8-74f3-485e-b5d2-6f04d5b75496", "port_range_min": null, "revision_number": 0, "tenant_id": "085016e170fb445995046317f25690b1", "created_at": "2018-10-26T09:55:25Z", "project_id": "085016e170fb445995046317f25690b1", "id": "2ed30b5b-a2d2-4e3e-a5a7-65bfb5259a44"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:55:25Z", "security_group_id": "019702b8-74f3-485e-b5d2-6f04d5b75496", "port_range_min": null, "revision_number": 0, "tenant_id": "085016e170fb445995046317f25690b1", "created_at": "2018-10-26T09:55:25Z", "project_id": "085016e170fb445995046317f25690b1", "id": "f3825fd5-8d4f-40f0-9cd7-e701b8aebb4c"}]} 2018-10-26 09:55:25,983 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=019702b8-74f3-485e-b5d2-6f04d5b75496 used request id req-cd9ea1e4-5f37-4b2a-8f93-c767d75eae86 2018-10-26 09:55:25,984 - neutron_utils - INFO - Retrieving security group with ID - 019702b8-74f3-485e-b5d2-6f04d5b75496 2018-10-26 09:55:25,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=019702b8-74f3-485e-b5d2-6f04d5b75496 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}493a7746c9ce7c55d1a01d6d11070edd2c95be7d" 2018-10-26 09:55:26,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-15b71746-d1cd-410a-a9e2-3340953d1030 Date: Fri, 26 Oct 2018 09:55:26 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "085016e170fb445995046317f25690b1", "created_at": "2018-10-26T09:55:25Z", "updated_at": "2018-10-26T09:55:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:55:25Z", "revision_number": 0, "id": "2ed30b5b-a2d2-4e3e-a5a7-65bfb5259a44", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:55:25Z", "security_group_id": "019702b8-74f3-485e-b5d2-6f04d5b75496", "tenant_id": "085016e170fb445995046317f25690b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "085016e170fb445995046317f25690b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:55:25Z", "revision_number": 0, "id": "f3825fd5-8d4f-40f0-9cd7-e701b8aebb4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:55:25Z", "security_group_id": "019702b8-74f3-485e-b5d2-6f04d5b75496", "tenant_id": "085016e170fb445995046317f25690b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "085016e170fb445995046317f25690b1"}], "revision_number": 2, "project_id": "085016e170fb445995046317f25690b1", "id": "019702b8-74f3-485e-b5d2-6f04d5b75496", "name": "InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-name"}]} 2018-10-26 09:55:26,184 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=019702b8-74f3-485e-b5d2-6f04d5b75496 used request id req-15b71746-d1cd-410a-a9e2-3340953d1030 2018-10-26 09:55:26,184 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 019702b8-74f3-485e-b5d2-6f04d5b75496 2018-10-26 09:55:26,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=019702b8-74f3-485e-b5d2-6f04d5b75496 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}493a7746c9ce7c55d1a01d6d11070edd2c95be7d" 2018-10-26 09:55:26,368 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8bf41ff6-77ed-4f94-a45b-1b214f91e879 Date: Fri, 26 Oct 2018 09:55: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-26T09:55:25Z", "security_group_id": "019702b8-74f3-485e-b5d2-6f04d5b75496", "port_range_min": null, "revision_number": 0, "tenant_id": "085016e170fb445995046317f25690b1", "created_at": "2018-10-26T09:55:25Z", "project_id": "085016e170fb445995046317f25690b1", "id": "2ed30b5b-a2d2-4e3e-a5a7-65bfb5259a44"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:55:25Z", "security_group_id": "019702b8-74f3-485e-b5d2-6f04d5b75496", "port_range_min": null, "revision_number": 0, "tenant_id": "085016e170fb445995046317f25690b1", "created_at": "2018-10-26T09:55:25Z", "project_id": "085016e170fb445995046317f25690b1", "id": "f3825fd5-8d4f-40f0-9cd7-e701b8aebb4c"}]} 2018-10-26 09:55:26,368 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=019702b8-74f3-485e-b5d2-6f04d5b75496 used request id req-8bf41ff6-77ed-4f94-a45b-1b214f91e879 2018-10-26 09:55:26,368 - neutron_utils - INFO - Retrieving security group with ID - 019702b8-74f3-485e-b5d2-6f04d5b75496 2018-10-26 09:55:26,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=019702b8-74f3-485e-b5d2-6f04d5b75496 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}493a7746c9ce7c55d1a01d6d11070edd2c95be7d" 2018-10-26 09:55:26,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-8f7af153-a5c3-498b-956f-0fbb52300f4a Date: Fri, 26 Oct 2018 09:55:26 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "085016e170fb445995046317f25690b1", "created_at": "2018-10-26T09:55:25Z", "updated_at": "2018-10-26T09:55:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:55:25Z", "revision_number": 0, "id": "2ed30b5b-a2d2-4e3e-a5a7-65bfb5259a44", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:55:25Z", "security_group_id": "019702b8-74f3-485e-b5d2-6f04d5b75496", "tenant_id": "085016e170fb445995046317f25690b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "085016e170fb445995046317f25690b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:55:25Z", "revision_number": 0, "id": "f3825fd5-8d4f-40f0-9cd7-e701b8aebb4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:55:25Z", "security_group_id": "019702b8-74f3-485e-b5d2-6f04d5b75496", "tenant_id": "085016e170fb445995046317f25690b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "085016e170fb445995046317f25690b1"}], "revision_number": 2, "project_id": "085016e170fb445995046317f25690b1", "id": "019702b8-74f3-485e-b5d2-6f04d5b75496", "name": "InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-name"}]} 2018-10-26 09:55:26,567 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=019702b8-74f3-485e-b5d2-6f04d5b75496 used request id req-8f7af153-a5c3-498b-956f-0fbb52300f4a 2018-10-26 09:55:26,567 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 019702b8-74f3-485e-b5d2-6f04d5b75496 2018-10-26 09:55:26,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=019702b8-74f3-485e-b5d2-6f04d5b75496 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}493a7746c9ce7c55d1a01d6d11070edd2c95be7d" 2018-10-26 09:55:26,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7f425062-ecae-4902-ad1a-8682661a09c7 Date: Fri, 26 Oct 2018 09:55: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-26T09:55:25Z", "security_group_id": "019702b8-74f3-485e-b5d2-6f04d5b75496", "port_range_min": null, "revision_number": 0, "tenant_id": "085016e170fb445995046317f25690b1", "created_at": "2018-10-26T09:55:25Z", "project_id": "085016e170fb445995046317f25690b1", "id": "2ed30b5b-a2d2-4e3e-a5a7-65bfb5259a44"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:55:25Z", "security_group_id": "019702b8-74f3-485e-b5d2-6f04d5b75496", "port_range_min": null, "revision_number": 0, "tenant_id": "085016e170fb445995046317f25690b1", "created_at": "2018-10-26T09:55:25Z", "project_id": "085016e170fb445995046317f25690b1", "id": "f3825fd5-8d4f-40f0-9cd7-e701b8aebb4c"}]} 2018-10-26 09:55:26,925 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=019702b8-74f3-485e-b5d2-6f04d5b75496 used request id req-7f425062-ecae-4902-ad1a-8682661a09c7 2018-10-26 09:55:26,926 - neutron_utils - INFO - Retrieving security group with ID - 019702b8-74f3-485e-b5d2-6f04d5b75496 2018-10-26 09:55:26,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=019702b8-74f3-485e-b5d2-6f04d5b75496 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}493a7746c9ce7c55d1a01d6d11070edd2c95be7d" 2018-10-26 09:55:27,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-0b041a45-49dc-4ff1-8af2-596a664d0f2c Date: Fri, 26 Oct 2018 09:55:27 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "085016e170fb445995046317f25690b1", "created_at": "2018-10-26T09:55:25Z", "updated_at": "2018-10-26T09:55:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:55:25Z", "revision_number": 0, "id": "2ed30b5b-a2d2-4e3e-a5a7-65bfb5259a44", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:55:25Z", "security_group_id": "019702b8-74f3-485e-b5d2-6f04d5b75496", "tenant_id": "085016e170fb445995046317f25690b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "085016e170fb445995046317f25690b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:55:25Z", "revision_number": 0, "id": "f3825fd5-8d4f-40f0-9cd7-e701b8aebb4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:55:25Z", "security_group_id": "019702b8-74f3-485e-b5d2-6f04d5b75496", "tenant_id": "085016e170fb445995046317f25690b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "085016e170fb445995046317f25690b1"}], "revision_number": 2, "project_id": "085016e170fb445995046317f25690b1", "id": "019702b8-74f3-485e-b5d2-6f04d5b75496", "name": "InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-name"}]} 2018-10-26 09:55:27,135 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=019702b8-74f3-485e-b5d2-6f04d5b75496 used request id req-0b041a45-49dc-4ff1-8af2-596a664d0f2c 2018-10-26 09:55:27,135 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 019702b8-74f3-485e-b5d2-6f04d5b75496 2018-10-26 09:55:27,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=019702b8-74f3-485e-b5d2-6f04d5b75496 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}493a7746c9ce7c55d1a01d6d11070edd2c95be7d" 2018-10-26 09:55:27,165 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d29ca792-b9ae-45de-b113-0d1c2571cb7e Date: Fri, 26 Oct 2018 09:55: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-26T09:55:25Z", "security_group_id": "019702b8-74f3-485e-b5d2-6f04d5b75496", "port_range_min": null, "revision_number": 0, "tenant_id": "085016e170fb445995046317f25690b1", "created_at": "2018-10-26T09:55:25Z", "project_id": "085016e170fb445995046317f25690b1", "id": "2ed30b5b-a2d2-4e3e-a5a7-65bfb5259a44"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:55:25Z", "security_group_id": "019702b8-74f3-485e-b5d2-6f04d5b75496", "port_range_min": null, "revision_number": 0, "tenant_id": "085016e170fb445995046317f25690b1", "created_at": "2018-10-26T09:55:25Z", "project_id": "085016e170fb445995046317f25690b1", "id": "f3825fd5-8d4f-40f0-9cd7-e701b8aebb4c"}]} 2018-10-26 09:55:27,165 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=019702b8-74f3-485e-b5d2-6f04d5b75496 used request id req-d29ca792-b9ae-45de-b113-0d1c2571cb7e 2018-10-26 09:55:27,166 - neutron_utils - INFO - Deleting security group rule with ID - f3825fd5-8d4f-40f0-9cd7-e701b8aebb4c 2018-10-26 09:55:27,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/f3825fd5-8d4f-40f0-9cd7-e701b8aebb4c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}493a7746c9ce7c55d1a01d6d11070edd2c95be7d" 2018-10-26 09:55:27,310 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bcab3dc5-643d-4645-98b9-38980922986e Content-Length: 0 Date: Fri, 26 Oct 2018 09:55:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:55:27,310 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/f3825fd5-8d4f-40f0-9cd7-e701b8aebb4c used request id req-bcab3dc5-643d-4645-98b9-38980922986e 2018-10-26 09:55:27,310 - neutron_utils - INFO - Deleting security group rule with ID - 2ed30b5b-a2d2-4e3e-a5a7-65bfb5259a44 2018-10-26 09:55:27,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/2ed30b5b-a2d2-4e3e-a5a7-65bfb5259a44 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}493a7746c9ce7c55d1a01d6d11070edd2c95be7d" 2018-10-26 09:55:27,408 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-15a5c72e-87b6-454a-a1cb-1d2cffd24533 Content-Length: 0 Date: Fri, 26 Oct 2018 09:55:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:55:27,409 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/2ed30b5b-a2d2-4e3e-a5a7-65bfb5259a44 used request id req-15a5c72e-87b6-454a-a1cb-1d2cffd24533 2018-10-26 09:55:27,409 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-name 2018-10-26 09:55:27,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/019702b8-74f3-485e-b5d2-6f04d5b75496 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}493a7746c9ce7c55d1a01d6d11070edd2c95be7d" 2018-10-26 09:55:27,684 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5f92c38c-d1de-43bc-a876-3808109ac4a2 Content-Length: 0 Date: Fri, 26 Oct 2018 09:55:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:55:27,684 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/019702b8-74f3-485e-b5d2-6f04d5b75496 used request id req-5f92c38c-d1de-43bc-a876-3808109ac4a2 2018-10-26 09:55:27,688 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c10514739fedc111a18bdc4d1a8675be58a21b" 2018-10-26 09:55:28,296 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:55:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c8f3b20d-dc06-45ec-9fce-a815523c6118 x-compute-request-id: req-c8f3b20d-dc06-45ec-9fce-a815523c6118 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2e:ec:7b", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f", "rel": "bookmark"}], "image": {"id": "95546e28-1f08-41ea-bff1-9710f35c3f0d", "links": [{"href": "http://172.30.9.21:8774/images/95546e28-1f08-41ea-bff1-9710f35c3f0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:55:21.000000", "flavor": {"id": "8f66391a-cd3c-496f-9b1e-7abcadfcc60d", "links": [{"href": "http://172.30.9.21:8774/flavors/8f66391a-cd3c-496f-9b1e-7abcadfcc60d", "rel": "bookmark"}]}, "id": "ccd8b9f5-4277-42cc-8729-11e1f527da1f", "security_groups": [{"name": "default"}], "user_id": "97e946bb2065477b80a7fafc8dc4f591", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:55:21Z", "hostId": "d2e3245be6be2253e91487079e63ec34645d3764ca625330fff27278", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-inst", "created": "2018-10-26T09:55:15Z", "tenant_id": "085016e170fb445995046317f25690b1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:55:28,296 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f used request id req-c8f3b20d-dc06-45ec-9fce-a815523c6118 2018-10-26 09:55:28,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c10514739fedc111a18bdc4d1a8675be58a21b" 2018-10-26 09:55:28,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-e0088fcc-1d71-4193-a38b-cae0057dc969 Date: Fri, 26 Oct 2018 09:55: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":["a65f62b1-a798-45a3-943e-de3dab1ff758"],"updated_at":"2018-10-26T09:55:07Z","tenant_id":"085016e170fb445995046317f25690b1","created_at":"2018-10-26T09:55:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"085016e170fb445995046317f25690b1","id":"3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca","name":"InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-net"}]} 2018-10-26 09:55:28,546 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-net used request id req-e0088fcc-1d71-4193-a38b-cae0057dc969 2018-10-26 09:55:28,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/085016e170fb445995046317f25690b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c10514739fedc111a18bdc4d1a8675be58a21b" 2018-10-26 09:55:28,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:55:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48d41a59-03d7-4da0-838d-53d7b546d0dc Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/085016e170fb445995046317f25690b1"}, "enabled": true, "id": "085016e170fb445995046317f25690b1", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f09893d9-962d-4fb-proj"}} 2018-10-26 09:55:28,627 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/085016e170fb445995046317f25690b1 used request id req-48d41a59-03d7-4da0-838d-53d7b546d0dc 2018-10-26 09:55:28,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c10514739fedc111a18bdc4d1a8675be58a21b" 2018-10-26 09:55:28,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-ca54e4a6-e265-4d79-8bf7-7850955f025a Date: Fri, 26 Oct 2018 09:55:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca","tenant_id":"085016e170fb445995046317f25690b1","created_at":"2018-10-26T09:55:07Z","dns_nameservers":[],"updated_at":"2018-10-26T09:55:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"085016e170fb445995046317f25690b1","id":"a65f62b1-a798-45a3-943e-de3dab1ff758","subnetpool_id":null,"name":"InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-subnet"}]} 2018-10-26 09:55:28,693 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca used request id req-ca54e4a6-e265-4d79-8bf7-7850955f025a 2018-10-26 09:55:28,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c10514739fedc111a18bdc4d1a8675be58a21b" 2018-10-26 09:55:28,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-a3fa4f88-cc2a-4889-b744-b22228099d0d Date: Fri, 26 Oct 2018 09:55:28 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:55:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a65f62b1-a798-45a3-943e-de3dab1ff758","ip_address":"10.55.0.4"}],"id":"1d66fd9a-e730-41c1-9737-dec4fcc6c18f","security_groups":[],"mac_address":"fa:16:3e:14:eb:5f","project_id":"085016e170fb445995046317f25690b1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca","tenant_id":"085016e170fb445995046317f25690b1","created_at":"2018-10-26T09:55:08Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:55:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a65f62b1-a798-45a3-943e-de3dab1ff758","ip_address":"10.55.0.2"}],"id":"574982ee-c5f7-4395-82e6-95fadafacca3","security_groups":[],"mac_address":"fa:16:3e:4a:7c:80","project_id":"085016e170fb445995046317f25690b1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca","tenant_id":"085016e170fb445995046317f25690b1","created_at":"2018-10-26T09:55:07Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:55:21Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a65f62b1-a798-45a3-943e-de3dab1ff758","ip_address":"10.55.0.13"}],"id":"7c9b1777-2274-4603-99bb-d20b00a0f139","security_groups":["b7e0bbe6-077b-4d89-b87d-20cd9527713e"],"mac_address":"fa:16:3e:2e:ec:7b","project_id":"085016e170fb445995046317f25690b1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-port","admin_state_up":true,"network_id":"3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca","tenant_id":"085016e170fb445995046317f25690b1","created_at":"2018-10-26T09:55:12Z","binding:vnic_type":"normal","device_id":"ccd8b9f5-4277-42cc-8729-11e1f527da1f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:55:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a65f62b1-a798-45a3-943e-de3dab1ff758","ip_address":"10.55.0.3"}],"id":"8ce28d58-194c-4ab2-afa4-ba98d58d64fc","security_groups":[],"mac_address":"fa:16:3e:e3:6e:b1","project_id":"085016e170fb445995046317f25690b1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca","tenant_id":"085016e170fb445995046317f25690b1","created_at":"2018-10-26T09:55:08Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca"}]} 2018-10-26 09:55:28,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca used request id req-a3fa4f88-cc2a-4889-b744-b22228099d0d 2018-10-26 09:55:28,938 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:55:29,319 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7a95160249da47ef850633a851cb1f98", "name": "InstanceSecurityGroupTests-f09893d9-962d-4fb-proj-role"}], "expires_at": "2018-10-26T10:55:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "085016e170fb445995046317f25690b1", "name": "InstanceSecurityGroupTests-f09893d9-962d-4fb-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/085016e170fb445995046317f25690b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/085016e170fb445995046317f25690b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/085016e170fb445995046317f25690b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/085016e170fb445995046317f25690b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/085016e170fb445995046317f25690b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/085016e170fb445995046317f25690b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/085016e170fb445995046317f25690b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/085016e170fb445995046317f25690b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/085016e170fb445995046317f25690b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/085016e170fb445995046317f25690b1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/085016e170fb445995046317f25690b1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/085016e170fb445995046317f25690b1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-f09893d9-962d-4fb-user", "id": "97e946bb2065477b80a7fafc8dc4f591"}, "audit_ids": ["ZfFLHDHhSmmeOtFY3CCVGQ"], "issued_at": "2018-10-26T09:55:29.000000Z"}} 2018-10-26 09:55:29,322 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80a79497c639faecea5a261e0fd44abd1d97e38d" 2018-10-26 09:55:30,250 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:55:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1a6560f8-e935-42e3-8f67-339fadf8a506 x-compute-request-id: req-1a6560f8-e935-42e3-8f67-339fadf8a506 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2e:ec:7b", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f", "rel": "bookmark"}], "image": {"id": "95546e28-1f08-41ea-bff1-9710f35c3f0d", "links": [{"href": "http://172.30.9.21:8774/images/95546e28-1f08-41ea-bff1-9710f35c3f0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:55:21.000000", "flavor": {"id": "8f66391a-cd3c-496f-9b1e-7abcadfcc60d", "links": [{"href": "http://172.30.9.21:8774/flavors/8f66391a-cd3c-496f-9b1e-7abcadfcc60d", "rel": "bookmark"}]}, "id": "ccd8b9f5-4277-42cc-8729-11e1f527da1f", "security_groups": [{"name": "default"}], "user_id": "97e946bb2065477b80a7fafc8dc4f591", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:55:21Z", "hostId": "d2e3245be6be2253e91487079e63ec34645d3764ca625330fff27278", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-inst", "created": "2018-10-26T09:55:15Z", "tenant_id": "085016e170fb445995046317f25690b1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:55:30,250 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f used request id req-1a6560f8-e935-42e3-8f67-339fadf8a506 2018-10-26 09:55:30,253 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c10514739fedc111a18bdc4d1a8675be58a21b" 2018-10-26 09:55:30,736 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:55: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-e411fae0-fe81-47c5-83e3-35f5562e1622 x-compute-request-id: req-e411fae0-fe81-47c5-83e3-35f5562e1622 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2e:ec:7b", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f", "rel": "bookmark"}], "image": {"id": "95546e28-1f08-41ea-bff1-9710f35c3f0d", "links": [{"href": "http://172.30.9.21:8774/images/95546e28-1f08-41ea-bff1-9710f35c3f0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:55:21.000000", "flavor": {"id": "8f66391a-cd3c-496f-9b1e-7abcadfcc60d", "links": [{"href": "http://172.30.9.21:8774/flavors/8f66391a-cd3c-496f-9b1e-7abcadfcc60d", "rel": "bookmark"}]}, "id": "ccd8b9f5-4277-42cc-8729-11e1f527da1f", "security_groups": [{"name": "default"}], "user_id": "97e946bb2065477b80a7fafc8dc4f591", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:55:21Z", "hostId": "d2e3245be6be2253e91487079e63ec34645d3764ca625330fff27278", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-inst", "created": "2018-10-26T09:55:15Z", "tenant_id": "085016e170fb445995046317f25690b1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:55:30,736 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f used request id req-e411fae0-fe81-47c5-83e3-35f5562e1622 2018-10-26 09:55:30,737 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-inst] is - ACTIVE 2018-10-26 09:55:30,737 - create_instance - INFO - VM is - ACTIVE 2018-10-26 09:55:30,740 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c10514739fedc111a18bdc4d1a8675be58a21b" 2018-10-26 09:55:31,339 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:55: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-bdbab416-0b70-48b6-9783-9210a14adbb6 x-compute-request-id: req-bdbab416-0b70-48b6-9783-9210a14adbb6 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2e:ec:7b", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f", "rel": "bookmark"}], "image": {"id": "95546e28-1f08-41ea-bff1-9710f35c3f0d", "links": [{"href": "http://172.30.9.21:8774/images/95546e28-1f08-41ea-bff1-9710f35c3f0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:55:21.000000", "flavor": {"id": "8f66391a-cd3c-496f-9b1e-7abcadfcc60d", "links": [{"href": "http://172.30.9.21:8774/flavors/8f66391a-cd3c-496f-9b1e-7abcadfcc60d", "rel": "bookmark"}]}, "id": "ccd8b9f5-4277-42cc-8729-11e1f527da1f", "security_groups": [{"name": "default"}], "user_id": "97e946bb2065477b80a7fafc8dc4f591", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:55:21Z", "hostId": "d2e3245be6be2253e91487079e63ec34645d3764ca625330fff27278", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-inst", "created": "2018-10-26T09:55:15Z", "tenant_id": "085016e170fb445995046317f25690b1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:55:31,340 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f used request id req-bdbab416-0b70-48b6-9783-9210a14adbb6 2018-10-26 09:55:31,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c10514739fedc111a18bdc4d1a8675be58a21b" 2018-10-26 09:55:31,580 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-7f62c8b4-3945-448a-b8d2-939d4005d12b Date: Fri, 26 Oct 2018 09:55: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":["a65f62b1-a798-45a3-943e-de3dab1ff758"],"updated_at":"2018-10-26T09:55:07Z","tenant_id":"085016e170fb445995046317f25690b1","created_at":"2018-10-26T09:55:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"085016e170fb445995046317f25690b1","id":"3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca","name":"InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-net"}]} 2018-10-26 09:55:31,580 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-net used request id req-7f62c8b4-3945-448a-b8d2-939d4005d12b 2018-10-26 09:55:31,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/085016e170fb445995046317f25690b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c10514739fedc111a18bdc4d1a8675be58a21b" 2018-10-26 09:55:31,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:55:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddbd91da-c0b2-43e8-8e62-539c21abbff6 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/085016e170fb445995046317f25690b1"}, "enabled": true, "id": "085016e170fb445995046317f25690b1", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f09893d9-962d-4fb-proj"}} 2018-10-26 09:55:31,667 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/085016e170fb445995046317f25690b1 used request id req-ddbd91da-c0b2-43e8-8e62-539c21abbff6 2018-10-26 09:55:31,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c10514739fedc111a18bdc4d1a8675be58a21b" 2018-10-26 09:55:31,734 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-b1b45ee8-d4d0-49bf-9d18-a89c1663433a Date: Fri, 26 Oct 2018 09:55:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca","tenant_id":"085016e170fb445995046317f25690b1","created_at":"2018-10-26T09:55:07Z","dns_nameservers":[],"updated_at":"2018-10-26T09:55:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"085016e170fb445995046317f25690b1","id":"a65f62b1-a798-45a3-943e-de3dab1ff758","subnetpool_id":null,"name":"InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-subnet"}]} 2018-10-26 09:55:31,734 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca used request id req-b1b45ee8-d4d0-49bf-9d18-a89c1663433a 2018-10-26 09:55:31,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c10514739fedc111a18bdc4d1a8675be58a21b" 2018-10-26 09:55:31,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-1a54b6c9-d492-4441-a143-4c45c7eccae7 Date: Fri, 26 Oct 2018 09:55:31 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:55:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a65f62b1-a798-45a3-943e-de3dab1ff758","ip_address":"10.55.0.4"}],"id":"1d66fd9a-e730-41c1-9737-dec4fcc6c18f","security_groups":[],"mac_address":"fa:16:3e:14:eb:5f","project_id":"085016e170fb445995046317f25690b1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca","tenant_id":"085016e170fb445995046317f25690b1","created_at":"2018-10-26T09:55:08Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:55:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a65f62b1-a798-45a3-943e-de3dab1ff758","ip_address":"10.55.0.2"}],"id":"574982ee-c5f7-4395-82e6-95fadafacca3","security_groups":[],"mac_address":"fa:16:3e:4a:7c:80","project_id":"085016e170fb445995046317f25690b1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca","tenant_id":"085016e170fb445995046317f25690b1","created_at":"2018-10-26T09:55:07Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:55:21Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a65f62b1-a798-45a3-943e-de3dab1ff758","ip_address":"10.55.0.13"}],"id":"7c9b1777-2274-4603-99bb-d20b00a0f139","security_groups":["b7e0bbe6-077b-4d89-b87d-20cd9527713e"],"mac_address":"fa:16:3e:2e:ec:7b","project_id":"085016e170fb445995046317f25690b1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-port","admin_state_up":true,"network_id":"3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca","tenant_id":"085016e170fb445995046317f25690b1","created_at":"2018-10-26T09:55:12Z","binding:vnic_type":"normal","device_id":"ccd8b9f5-4277-42cc-8729-11e1f527da1f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:55:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a65f62b1-a798-45a3-943e-de3dab1ff758","ip_address":"10.55.0.3"}],"id":"8ce28d58-194c-4ab2-afa4-ba98d58d64fc","security_groups":[],"mac_address":"fa:16:3e:e3:6e:b1","project_id":"085016e170fb445995046317f25690b1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca","tenant_id":"085016e170fb445995046317f25690b1","created_at":"2018-10-26T09:55:08Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca"}]} 2018-10-26 09:55:31,977 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca used request id req-1a54b6c9-d492-4441-a143-4c45c7eccae7 2018-10-26 09:55:31,980 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c10514739fedc111a18bdc4d1a8675be58a21b" 2018-10-26 09:55:32,440 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:55: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-804fa19d-e2d3-439e-a001-d044c0fd557f x-compute-request-id: req-804fa19d-e2d3-439e-a001-d044c0fd557f Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2e:ec:7b", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f", "rel": "bookmark"}], "image": {"id": "95546e28-1f08-41ea-bff1-9710f35c3f0d", "links": [{"href": "http://172.30.9.21:8774/images/95546e28-1f08-41ea-bff1-9710f35c3f0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:55:21.000000", "flavor": {"id": "8f66391a-cd3c-496f-9b1e-7abcadfcc60d", "links": [{"href": "http://172.30.9.21:8774/flavors/8f66391a-cd3c-496f-9b1e-7abcadfcc60d", "rel": "bookmark"}]}, "id": "ccd8b9f5-4277-42cc-8729-11e1f527da1f", "security_groups": [{"name": "default"}], "user_id": "97e946bb2065477b80a7fafc8dc4f591", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:55:21Z", "hostId": "d2e3245be6be2253e91487079e63ec34645d3764ca625330fff27278", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-inst", "created": "2018-10-26T09:55:15Z", "tenant_id": "085016e170fb445995046317f25690b1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:55:32,440 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f used request id req-804fa19d-e2d3-439e-a001-d044c0fd557f 2018-10-26 09:55:32,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c10514739fedc111a18bdc4d1a8675be58a21b" 2018-10-26 09:55:32,681 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-b049c77f-0c3a-455a-be9f-35ee5a73238d Date: Fri, 26 Oct 2018 09:55: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":["a65f62b1-a798-45a3-943e-de3dab1ff758"],"updated_at":"2018-10-26T09:55:07Z","tenant_id":"085016e170fb445995046317f25690b1","created_at":"2018-10-26T09:55:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"085016e170fb445995046317f25690b1","id":"3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca","name":"InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-net"}]} 2018-10-26 09:55:32,682 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-net used request id req-b049c77f-0c3a-455a-be9f-35ee5a73238d 2018-10-26 09:55:32,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/085016e170fb445995046317f25690b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c10514739fedc111a18bdc4d1a8675be58a21b" 2018-10-26 09:55:32,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:55:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9580d16-1509-4be6-bd7c-60edb4578605 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/085016e170fb445995046317f25690b1"}, "enabled": true, "id": "085016e170fb445995046317f25690b1", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f09893d9-962d-4fb-proj"}} 2018-10-26 09:55:32,760 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/085016e170fb445995046317f25690b1 used request id req-e9580d16-1509-4be6-bd7c-60edb4578605 2018-10-26 09:55:32,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c10514739fedc111a18bdc4d1a8675be58a21b" 2018-10-26 09:55:32,828 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-027a243c-6308-4fdb-b7f7-60875e30b2b2 Date: Fri, 26 Oct 2018 09:55:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca","tenant_id":"085016e170fb445995046317f25690b1","created_at":"2018-10-26T09:55:07Z","dns_nameservers":[],"updated_at":"2018-10-26T09:55:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"085016e170fb445995046317f25690b1","id":"a65f62b1-a798-45a3-943e-de3dab1ff758","subnetpool_id":null,"name":"InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-subnet"}]} 2018-10-26 09:55:32,828 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca used request id req-027a243c-6308-4fdb-b7f7-60875e30b2b2 2018-10-26 09:55:32,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c10514739fedc111a18bdc4d1a8675be58a21b" 2018-10-26 09:55:33,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-28720355-4e4f-46c9-afac-d2822523522a Date: Fri, 26 Oct 2018 09:55:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:55:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a65f62b1-a798-45a3-943e-de3dab1ff758","ip_address":"10.55.0.4"}],"id":"1d66fd9a-e730-41c1-9737-dec4fcc6c18f","security_groups":[],"mac_address":"fa:16:3e:14:eb:5f","project_id":"085016e170fb445995046317f25690b1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca","tenant_id":"085016e170fb445995046317f25690b1","created_at":"2018-10-26T09:55:08Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:55:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a65f62b1-a798-45a3-943e-de3dab1ff758","ip_address":"10.55.0.2"}],"id":"574982ee-c5f7-4395-82e6-95fadafacca3","security_groups":[],"mac_address":"fa:16:3e:4a:7c:80","project_id":"085016e170fb445995046317f25690b1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca","tenant_id":"085016e170fb445995046317f25690b1","created_at":"2018-10-26T09:55:07Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:55:21Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a65f62b1-a798-45a3-943e-de3dab1ff758","ip_address":"10.55.0.13"}],"id":"7c9b1777-2274-4603-99bb-d20b00a0f139","security_groups":["b7e0bbe6-077b-4d89-b87d-20cd9527713e"],"mac_address":"fa:16:3e:2e:ec:7b","project_id":"085016e170fb445995046317f25690b1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-port","admin_state_up":true,"network_id":"3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca","tenant_id":"085016e170fb445995046317f25690b1","created_at":"2018-10-26T09:55:12Z","binding:vnic_type":"normal","device_id":"ccd8b9f5-4277-42cc-8729-11e1f527da1f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:55:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a65f62b1-a798-45a3-943e-de3dab1ff758","ip_address":"10.55.0.3"}],"id":"8ce28d58-194c-4ab2-afa4-ba98d58d64fc","security_groups":[],"mac_address":"fa:16:3e:e3:6e:b1","project_id":"085016e170fb445995046317f25690b1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca","tenant_id":"085016e170fb445995046317f25690b1","created_at":"2018-10-26T09:55:08Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca"}]} 2018-10-26 09:55:33,072 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca used request id req-28720355-4e4f-46c9-afac-d2822523522a 2018-10-26 09:55:33,075 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c10514739fedc111a18bdc4d1a8675be58a21b" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-name"}}' 2018-10-26 09:55:33,293 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 09:55:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cc2f86dc-71eb-42af-bb99-a6f47e34efe9 x-compute-request-id: req-cc2f86dc-71eb-42af-bb99-a6f47e34efe9 Content-Length: 187 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Security group InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-name is not found for project 085016e170fb445995046317f25690b1", "code": 404}} 2018-10-26 09:55:33,293 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f/action used request id req-cc2f86dc-71eb-42af-bb99-a6f47e34efe9 2018-10-26 09:55:33,296 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c10514739fedc111a18bdc4d1a8675be58a21b" 2018-10-26 09:55:33,774 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:55:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8c5ad403-280e-4739-8fb7-21c404eea921 x-compute-request-id: req-8c5ad403-280e-4739-8fb7-21c404eea921 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2e:ec:7b", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f", "rel": "bookmark"}], "image": {"id": "95546e28-1f08-41ea-bff1-9710f35c3f0d", "links": [{"href": "http://172.30.9.21:8774/images/95546e28-1f08-41ea-bff1-9710f35c3f0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:55:21.000000", "flavor": {"id": "8f66391a-cd3c-496f-9b1e-7abcadfcc60d", "links": [{"href": "http://172.30.9.21:8774/flavors/8f66391a-cd3c-496f-9b1e-7abcadfcc60d", "rel": "bookmark"}]}, "id": "ccd8b9f5-4277-42cc-8729-11e1f527da1f", "security_groups": [{"name": "default"}], "user_id": "97e946bb2065477b80a7fafc8dc4f591", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:55:21Z", "hostId": "d2e3245be6be2253e91487079e63ec34645d3764ca625330fff27278", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-inst", "created": "2018-10-26T09:55:15Z", "tenant_id": "085016e170fb445995046317f25690b1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:55:33,774 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f used request id req-8c5ad403-280e-4739-8fb7-21c404eea921 2018-10-26 09:55:33,775 - nova_utils - ERROR - Unexpected error while adding security group [InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-name] - Security group InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-name is not found for project 085016e170fb445995046317f25690b1 (HTTP 404) (Request-ID: req-cc2f86dc-71eb-42af-bb99-a6f47e34efe9) 2018-10-26 09:55:33,775 - create_instance - WARNING - Security group not added - Security group InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-name is not found for project 085016e170fb445995046317f25690b1 (HTTP 404) (Request-ID: req-cc2f86dc-71eb-42af-bb99-a6f47e34efe9) 2018-10-26 09:55:33,778 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c10514739fedc111a18bdc4d1a8675be58a21b" 2018-10-26 09:55:34,245 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:55:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-48d61a94-f5a2-478f-aedc-765921e07139 x-compute-request-id: req-48d61a94-f5a2-478f-aedc-765921e07139 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2e:ec:7b", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f", "rel": "bookmark"}], "image": {"id": "95546e28-1f08-41ea-bff1-9710f35c3f0d", "links": [{"href": "http://172.30.9.21:8774/images/95546e28-1f08-41ea-bff1-9710f35c3f0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:55:21.000000", "flavor": {"id": "8f66391a-cd3c-496f-9b1e-7abcadfcc60d", "links": [{"href": "http://172.30.9.21:8774/flavors/8f66391a-cd3c-496f-9b1e-7abcadfcc60d", "rel": "bookmark"}]}, "id": "ccd8b9f5-4277-42cc-8729-11e1f527da1f", "security_groups": [{"name": "default"}], "user_id": "97e946bb2065477b80a7fafc8dc4f591", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:55:21Z", "hostId": "d2e3245be6be2253e91487079e63ec34645d3764ca625330fff27278", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-inst", "created": "2018-10-26T09:55:15Z", "tenant_id": "085016e170fb445995046317f25690b1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:55:34,246 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f used request id req-48d61a94-f5a2-478f-aedc-765921e07139 2018-10-26 09:55:34,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c10514739fedc111a18bdc4d1a8675be58a21b" 2018-10-26 09:55:34,350 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-e521057a-287a-4a3b-98c5-d3b6b9ce6555 Date: Fri, 26 Oct 2018 09:55: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":["a65f62b1-a798-45a3-943e-de3dab1ff758"],"updated_at":"2018-10-26T09:55:07Z","tenant_id":"085016e170fb445995046317f25690b1","created_at":"2018-10-26T09:55:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"085016e170fb445995046317f25690b1","id":"3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca","name":"InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-net"}]} 2018-10-26 09:55:34,350 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-net used request id req-e521057a-287a-4a3b-98c5-d3b6b9ce6555 2018-10-26 09:55:34,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/085016e170fb445995046317f25690b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c10514739fedc111a18bdc4d1a8675be58a21b" 2018-10-26 09:55:34,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:55:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd4717eb-6b2a-4250-9921-d0f7f84fa0ef Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/085016e170fb445995046317f25690b1"}, "enabled": true, "id": "085016e170fb445995046317f25690b1", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f09893d9-962d-4fb-proj"}} 2018-10-26 09:55:34,433 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/085016e170fb445995046317f25690b1 used request id req-bd4717eb-6b2a-4250-9921-d0f7f84fa0ef 2018-10-26 09:55:34,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c10514739fedc111a18bdc4d1a8675be58a21b" 2018-10-26 09:55:34,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-412cb964-3b44-4062-a8d8-7ba1e7ed6e9e Date: Fri, 26 Oct 2018 09:55:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca","tenant_id":"085016e170fb445995046317f25690b1","created_at":"2018-10-26T09:55:07Z","dns_nameservers":[],"updated_at":"2018-10-26T09:55:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"085016e170fb445995046317f25690b1","id":"a65f62b1-a798-45a3-943e-de3dab1ff758","subnetpool_id":null,"name":"InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-subnet"}]} 2018-10-26 09:55:34,493 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca used request id req-412cb964-3b44-4062-a8d8-7ba1e7ed6e9e 2018-10-26 09:55:34,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c10514739fedc111a18bdc4d1a8675be58a21b" 2018-10-26 09:55:34,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-04292fcf-199c-42de-b02c-f4c37570238f Date: Fri, 26 Oct 2018 09:55:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:55:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a65f62b1-a798-45a3-943e-de3dab1ff758","ip_address":"10.55.0.4"}],"id":"1d66fd9a-e730-41c1-9737-dec4fcc6c18f","security_groups":[],"mac_address":"fa:16:3e:14:eb:5f","project_id":"085016e170fb445995046317f25690b1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca","tenant_id":"085016e170fb445995046317f25690b1","created_at":"2018-10-26T09:55:08Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:55:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a65f62b1-a798-45a3-943e-de3dab1ff758","ip_address":"10.55.0.2"}],"id":"574982ee-c5f7-4395-82e6-95fadafacca3","security_groups":[],"mac_address":"fa:16:3e:4a:7c:80","project_id":"085016e170fb445995046317f25690b1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca","tenant_id":"085016e170fb445995046317f25690b1","created_at":"2018-10-26T09:55:07Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:55:21Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a65f62b1-a798-45a3-943e-de3dab1ff758","ip_address":"10.55.0.13"}],"id":"7c9b1777-2274-4603-99bb-d20b00a0f139","security_groups":["b7e0bbe6-077b-4d89-b87d-20cd9527713e"],"mac_address":"fa:16:3e:2e:ec:7b","project_id":"085016e170fb445995046317f25690b1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-port","admin_state_up":true,"network_id":"3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca","tenant_id":"085016e170fb445995046317f25690b1","created_at":"2018-10-26T09:55:12Z","binding:vnic_type":"normal","device_id":"ccd8b9f5-4277-42cc-8729-11e1f527da1f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:55:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a65f62b1-a798-45a3-943e-de3dab1ff758","ip_address":"10.55.0.3"}],"id":"8ce28d58-194c-4ab2-afa4-ba98d58d64fc","security_groups":[],"mac_address":"fa:16:3e:e3:6e:b1","project_id":"085016e170fb445995046317f25690b1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca","tenant_id":"085016e170fb445995046317f25690b1","created_at":"2018-10-26T09:55:08Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca"}]} 2018-10-26 09:55:34,587 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca used request id req-04292fcf-199c-42de-b02c-f4c37570238f 2018-10-26 09:55:34,590 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80a79497c639faecea5a261e0fd44abd1d97e38d" 2018-10-26 09:55:35,339 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:55: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-c945b4a8-8a87-44b5-aaa3-f22d9116f506 x-compute-request-id: req-c945b4a8-8a87-44b5-aaa3-f22d9116f506 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2e:ec:7b", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f", "rel": "bookmark"}], "image": {"id": "95546e28-1f08-41ea-bff1-9710f35c3f0d", "links": [{"href": "http://172.30.9.21:8774/images/95546e28-1f08-41ea-bff1-9710f35c3f0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:55:21.000000", "flavor": {"id": "8f66391a-cd3c-496f-9b1e-7abcadfcc60d", "links": [{"href": "http://172.30.9.21:8774/flavors/8f66391a-cd3c-496f-9b1e-7abcadfcc60d", "rel": "bookmark"}]}, "id": "ccd8b9f5-4277-42cc-8729-11e1f527da1f", "security_groups": [{"name": "default"}], "user_id": "97e946bb2065477b80a7fafc8dc4f591", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:55:21Z", "hostId": "d2e3245be6be2253e91487079e63ec34645d3764ca625330fff27278", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-inst", "created": "2018-10-26T09:55:15Z", "tenant_id": "085016e170fb445995046317f25690b1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:55:35,339 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f used request id req-c945b4a8-8a87-44b5-aaa3-f22d9116f506 2018-10-26 09:55:35,339 - create_instance - INFO - Deleting Port with ID - 7c9b1777-2274-4603-99bb-d20b00a0f139 2018-10-26 09:55:35,339 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-port 2018-10-26 09:55:35,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/7c9b1777-2274-4603-99bb-d20b00a0f139 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c10514739fedc111a18bdc4d1a8675be58a21b" 2018-10-26 09:55:35,882 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-328798bf-2165-4581-af9b-1f1a475e796d Date: Fri, 26 Oct 2018 09:55:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:55:35,882 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/7c9b1777-2274-4603-99bb-d20b00a0f139 used request id req-328798bf-2165-4581-af9b-1f1a475e796d 2018-10-26 09:55:35,882 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-inst 2018-10-26 09:55:35,885 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c10514739fedc111a18bdc4d1a8675be58a21b" 2018-10-26 09:55:36,019 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:55: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-81cb4474-a015-4d44-8947-b66b210df363 x-compute-request-id: req-81cb4474-a015-4d44-8947-b66b210df363 Content-Type: application/json 2018-10-26 09:55:36,019 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f used request id req-81cb4474-a015-4d44-8947-b66b210df363 2018-10-26 09:55:36,019 - create_instance - INFO - Checking deletion status 2018-10-26 09:55:36,022 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c10514739fedc111a18bdc4d1a8675be58a21b" 2018-10-26 09:55:36,264 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:55: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-706bfa43-ced6-4442-bd48-9e80e3f774b2 x-compute-request-id: req-706bfa43-ced6-4442-bd48-9e80e3f774b2 Content-Encoding: gzip Content-Length: 734 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2e:ec:7b", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f", "rel": "bookmark"}], "image": {"id": "95546e28-1f08-41ea-bff1-9710f35c3f0d", "links": [{"href": "http://172.30.9.21:8774/images/95546e28-1f08-41ea-bff1-9710f35c3f0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:55:21.000000", "flavor": {"id": "8f66391a-cd3c-496f-9b1e-7abcadfcc60d", "links": [{"href": "http://172.30.9.21:8774/flavors/8f66391a-cd3c-496f-9b1e-7abcadfcc60d", "rel": "bookmark"}]}, "id": "ccd8b9f5-4277-42cc-8729-11e1f527da1f", "user_id": "97e946bb2065477b80a7fafc8dc4f591", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:55:35Z", "hostId": "d2e3245be6be2253e91487079e63ec34645d3764ca625330fff27278", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-inst", "created": "2018-10-26T09:55:15Z", "tenant_id": "085016e170fb445995046317f25690b1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:55:36,265 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f used request id req-706bfa43-ced6-4442-bd48-9e80e3f774b2 2018-10-26 09:55:36,265 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-inst] is - ACTIVE 2018-10-26 09:55:36,265 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:55:39,268 - create_instance - DEBUG - VM status query timeout in 296.750878811 2018-10-26 09:55:39,272 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c10514739fedc111a18bdc4d1a8675be58a21b" 2018-10-26 09:55:39,535 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:55:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aa2d0253-ab64-4a60-ba4b-bd5a6f993826 x-compute-request-id: req-aa2d0253-ab64-4a60-ba4b-bd5a6f993826 Content-Encoding: gzip Content-Length: 659 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f", "rel": "bookmark"}], "image": {"id": "95546e28-1f08-41ea-bff1-9710f35c3f0d", "links": [{"href": "http://172.30.9.21:8774/images/95546e28-1f08-41ea-bff1-9710f35c3f0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:55:21.000000", "flavor": {"id": "8f66391a-cd3c-496f-9b1e-7abcadfcc60d", "links": [{"href": "http://172.30.9.21:8774/flavors/8f66391a-cd3c-496f-9b1e-7abcadfcc60d", "rel": "bookmark"}]}, "id": "ccd8b9f5-4277-42cc-8729-11e1f527da1f", "user_id": "97e946bb2065477b80a7fafc8dc4f591", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:55:35Z", "hostId": "d2e3245be6be2253e91487079e63ec34645d3764ca625330fff27278", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-inst", "created": "2018-10-26T09:55:15Z", "tenant_id": "085016e170fb445995046317f25690b1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:55:39,535 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f used request id req-aa2d0253-ab64-4a60-ba4b-bd5a6f993826 2018-10-26 09:55:39,536 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-inst] is - ACTIVE 2018-10-26 09:55:39,536 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:55:42,539 - create_instance - DEBUG - VM status query timeout in 293.48032403 2018-10-26 09:55:42,543 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5c10514739fedc111a18bdc4d1a8675be58a21b" 2018-10-26 09:55:42,591 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 09: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-ec4b9628-39cb-46f1-9d20-4d0d6e5ae339 x-compute-request-id: req-ec4b9628-39cb-46f1-9d20-4d0d6e5ae339 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance ccd8b9f5-4277-42cc-8729-11e1f527da1f could not be found.", "code": 404}} 2018-10-26 09:55:42,591 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ccd8b9f5-4277-42cc-8729-11e1f527da1f used request id req-ec4b9628-39cb-46f1-9d20-4d0d6e5ae339 2018-10-26 09:55:42,592 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance ccd8b9f5-4277-42cc-8729-11e1f527da1f could not be found. (HTTP 404) (Request-ID: req-ec4b9628-39cb-46f1-9d20-4d0d6e5ae339) 2018-10-26 09:55:42,592 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-inst 2018-10-26 09:55:42,596 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/8f66391a-cd3c-496f-9b1e-7abcadfcc60d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82ec69374ea18d84b46f4d14a9f8b7ee5f1715b7" 2018-10-26 09:55:42,653 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09: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-ca3c670f-7ef4-4603-8adc-91fa03ede240 x-compute-request-id: req-ca3c670f-7ef4-4603-8adc-91fa03ede240 Content-Length: 0 Content-Type: application/json 2018-10-26 09:55:42,654 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/8f66391a-cd3c-496f-9b1e-7abcadfcc60d used request id req-ca3c670f-7ef4-4603-8adc-91fa03ede240 2018-10-26 09:55:42,655 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-subnet 2018-10-26 09:55:42,655 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-subnet 2018-10-26 09:55:42,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/a65f62b1-a798-45a3-943e-de3dab1ff758 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}175499d3e0ae2ae34047c2810dbd2ffdcb28f81c" 2018-10-26 09:55:45,076 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fb1294c1-1348-4d0b-ada0-b55fb60d78b7 Date: Fri, 26 Oct 2018 09:55:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:55:45,076 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/a65f62b1-a798-45a3-943e-de3dab1ff758 used request id req-fb1294c1-1348-4d0b-ada0-b55fb60d78b7 2018-10-26 09:55:45,077 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-pub-net 2018-10-26 09:55:45,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}175499d3e0ae2ae34047c2810dbd2ffdcb28f81c" 2018-10-26 09:55:46,411 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d78e70c8-c384-4c27-a9b7-c111474e3904 Date: Fri, 26 Oct 2018 09:55:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:55:46,411 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/3d6ebbbf-3521-4fcc-b320-a78fa02dd2ca used request id req-d78e70c8-c384-4c27-a9b7-c111474e3904 2018-10-26 09:55:46,412 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-75db4459-4314-4b85-86b0-9e3d33220213-image 2018-10-26 09:55:46,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/95546e28-1f08-41ea-bff1-9710f35c3f0d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6a72ee977e44cdbbd776c986d0dcb136a0caa311" 2018-10-26 09:55:47,340 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2d9978ba-508e-4296-8dfc-64a643275157 Date: Fri, 26 Oct 2018 09:55: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-26 09:55:47,340 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/95546e28-1f08-41ea-bff1-9710f35c3f0d used request id req-2d9978ba-508e-4296-8dfc-64a643275157 2018-10-26 09:55:47,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b486b71272a4eabe87d583018563af5e17aa7604" 2018-10-26 09:55:47,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-9151938c-68e7-4b90-8e63-2dbc916f3cdd Date: Fri, 26 Oct 2018 09:55:47 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "085016e170fb445995046317f25690b1", "created_at": "2018-10-26T09:55:06Z", "updated_at": "2018-10-26T09:55:06Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:55:06Z", "revision_number": 0, "id": "59765220-777f-4786-981b-7b28619baede", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:55:06Z", "security_group_id": "b7e0bbe6-077b-4d89-b87d-20cd9527713e", "tenant_id": "085016e170fb445995046317f25690b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "085016e170fb445995046317f25690b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:55:06Z", "revision_number": 0, "id": "b6220fca-c500-4b72-af01-0e7724754e10", "remote_group_id": "b7e0bbe6-077b-4d89-b87d-20cd9527713e", "remote_ip_prefix": null, "created_at": "2018-10-26T09:55:06Z", "security_group_id": "b7e0bbe6-077b-4d89-b87d-20cd9527713e", "tenant_id": "085016e170fb445995046317f25690b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "085016e170fb445995046317f25690b1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:55:06Z", "revision_number": 0, "id": "e7a1a1fe-73f6-4815-9c1d-d55ea358e3b5", "remote_group_id": "b7e0bbe6-077b-4d89-b87d-20cd9527713e", "remote_ip_prefix": null, "created_at": "2018-10-26T09:55:06Z", "security_group_id": "b7e0bbe6-077b-4d89-b87d-20cd9527713e", "tenant_id": "085016e170fb445995046317f25690b1", "port_range_min": null, "ethertype": "IPv6", "project_id": "085016e170fb445995046317f25690b1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:55:06Z", "revision_number": 0, "id": "edb5620b-7efa-406b-b013-1d5391afc8ab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:55:06Z", "security_group_id": "b7e0bbe6-077b-4d89-b87d-20cd9527713e", "tenant_id": "085016e170fb445995046317f25690b1", "port_range_min": null, "ethertype": "IPv4", "project_id": "085016e170fb445995046317f25690b1"}], "revision_number": 4, "project_id": "085016e170fb445995046317f25690b1", "id": "b7e0bbe6-077b-4d89-b87d-20cd9527713e", "name": "default"}]} 2018-10-26 09:55:47,560 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-9151938c-68e7-4b90-8e63-2dbc916f3cdd 2018-10-26 09:55:47,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b486b71272a4eabe87d583018563af5e17aa7604" 2018-10-26 09:55:47,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:55:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-160f24f2-abba-418c-8134-397e7b954853 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:55:47,654 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-160f24f2-abba-418c-8134-397e7b954853 2018-10-26 09:55:47,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b486b71272a4eabe87d583018563af5e17aa7604" 2018-10-26 09:55:47,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:55:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9feb09b-c2d2-49ff-bf79-6f2fa066c3d4 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:55:47,740 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-e9feb09b-c2d2-49ff-bf79-6f2fa066c3d4 2018-10-26 09:55:47,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b486b71272a4eabe87d583018563af5e17aa7604" 2018-10-26 09:55:47,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:55:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-883675b7-195c-48a0-9b7b-fc2526c985a4 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:55:47,830 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-883675b7-195c-48a0-9b7b-fc2526c985a4 2018-10-26 09:55:47,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/085016e170fb445995046317f25690b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b486b71272a4eabe87d583018563af5e17aa7604" 2018-10-26 09:55:47,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:55:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51771881-f674-469d-9c7c-21ab8d9ce952 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/085016e170fb445995046317f25690b1"}, "enabled": true, "id": "085016e170fb445995046317f25690b1", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f09893d9-962d-4fb-proj"}} 2018-10-26 09:55:47,922 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/085016e170fb445995046317f25690b1 used request id req-51771881-f674-469d-9c7c-21ab8d9ce952 2018-10-26 09:55:47,922 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b7e0bbe6-077b-4d89-b87d-20cd9527713e 2018-10-26 09:55:47,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b7e0bbe6-077b-4d89-b87d-20cd9527713e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b486b71272a4eabe87d583018563af5e17aa7604" 2018-10-26 09:55:48,091 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-8dd6b988-1532-4b60-a9f8-d926241bb07e Date: Fri, 26 Oct 2018 09:55: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-26T09:55:06Z", "security_group_id": "b7e0bbe6-077b-4d89-b87d-20cd9527713e", "port_range_min": null, "revision_number": 0, "tenant_id": "085016e170fb445995046317f25690b1", "created_at": "2018-10-26T09:55:06Z", "project_id": "085016e170fb445995046317f25690b1", "id": "59765220-777f-4786-981b-7b28619baede"}, {"remote_group_id": "b7e0bbe6-077b-4d89-b87d-20cd9527713e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:55:06Z", "security_group_id": "b7e0bbe6-077b-4d89-b87d-20cd9527713e", "port_range_min": null, "revision_number": 0, "tenant_id": "085016e170fb445995046317f25690b1", "created_at": "2018-10-26T09:55:06Z", "project_id": "085016e170fb445995046317f25690b1", "id": "b6220fca-c500-4b72-af01-0e7724754e10"}, {"remote_group_id": "b7e0bbe6-077b-4d89-b87d-20cd9527713e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:55:06Z", "security_group_id": "b7e0bbe6-077b-4d89-b87d-20cd9527713e", "port_range_min": null, "revision_number": 0, "tenant_id": "085016e170fb445995046317f25690b1", "created_at": "2018-10-26T09:55:06Z", "project_id": "085016e170fb445995046317f25690b1", "id": "e7a1a1fe-73f6-4815-9c1d-d55ea358e3b5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:55:06Z", "security_group_id": "b7e0bbe6-077b-4d89-b87d-20cd9527713e", "port_range_min": null, "revision_number": 0, "tenant_id": "085016e170fb445995046317f25690b1", "created_at": "2018-10-26T09:55:06Z", "project_id": "085016e170fb445995046317f25690b1", "id": "edb5620b-7efa-406b-b013-1d5391afc8ab"}]} 2018-10-26 09:55:48,091 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b7e0bbe6-077b-4d89-b87d-20cd9527713e used request id req-8dd6b988-1532-4b60-a9f8-d926241bb07e 2018-10-26 09:55:48,092 - neutron_utils - INFO - Deleting security group with name - default 2018-10-26 09:55:48,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/b7e0bbe6-077b-4d89-b87d-20cd9527713e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b486b71272a4eabe87d583018563af5e17aa7604" 2018-10-26 09:55:48,406 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2032bd77-17d7-468b-a187-91d0990c2307 Content-Length: 0 Date: Fri, 26 Oct 2018 09:55:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:55:48,407 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/b7e0bbe6-077b-4d89-b87d-20cd9527713e used request id req-2032bd77-17d7-468b-a187-91d0990c2307 2018-10-26 09:55:48,407 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-f09893d9-962d-4fb-proj 2018-10-26 09:55:48,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/085016e170fb445995046317f25690b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b486b71272a4eabe87d583018563af5e17aa7604" 2018-10-26 09:55:48,664 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:55:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-28393497-9252-49d6-a774-45178f4a1175 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:55:48,665 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/085016e170fb445995046317f25690b1 used request id req-28393497-9252-49d6-a774-45178f4a1175 2018-10-26 09:55:48,665 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-f09893d9-962d-4fb-proj-role 2018-10-26 09:55:48,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/7a95160249da47ef850633a851cb1f98 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b486b71272a4eabe87d583018563af5e17aa7604" 2018-10-26 09:55:48,788 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:55:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8dc56b63-97bf-426a-a72f-4739daa54f5a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:55:48,788 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/7a95160249da47ef850633a851cb1f98 used request id req-8dc56b63-97bf-426a-a72f-4739daa54f5a 2018-10-26 09:55:48,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b486b71272a4eabe87d583018563af5e17aa7604" 2018-10-26 09:55:48,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:55:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d8794a1-17ce-4165-8659-a29745123d97 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:55:48,886 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-3d8794a1-17ce-4165-8659-a29745123d97 2018-10-26 09:55:48,886 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-f09893d9-962d-4fb-user 2018-10-26 09:55:48,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/97e946bb2065477b80a7fafc8dc4f591 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d20fc62892db50244e026f77d09d6ac31c0d492" 2018-10-26 09:55:49,163 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:55:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-383538f3-6f45-498b-a7e8-0a0c506b17d7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:55:49,163 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/97e946bb2065477b80a7fafc8dc4f591 used request id req-383538f3-6f45-498b-a7e8-0a0c506b17d7 2018-10-26 09:55:49,165 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:55:49,557 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:55:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["-rF9niBARpysMGC6xyQSiQ"], "issued_at": "2018-10-26T09:55:49.000000Z"}} 2018-10-26 09:55:49,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12a78310da8b5203ba9ee25a30bea67796d933f2" 2018-10-26 09:55:49,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:55:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7765b9d3-fbbc-49ee-a103-8ee9a7dbb3a0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:55:49,658 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-7765b9d3-fbbc-49ee-a103-8ee9a7dbb3a0 2018-10-26 09:55:49,660 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:55:49,661 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:55:50,046 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:55:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["6mV737VCR1-t4B-xMl7mng"], "issued_at": "2018-10-26T09:55:50.000000Z"}} 2018-10-26 09:55:50,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0263e754977d10a8af361286151948f2c0fdd466" 2018-10-26 09:55:50,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:55:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78434815-db44-48fa-bb2f-6b342a9909f9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:55:50,131 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-78434815-db44-48fa-bb2f-6b342a9909f9 2018-10-26 09:55:50,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:55:50,141 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:55: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:55:50,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-f536eeb4-75ca-4c5-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0263e754977d10a8af361286151948f2c0fdd466" 2018-10-26 09:55:50,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:55:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2129140b-8c89-4e2e-9fd6-c3d4fa8f136a Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-f536eeb4-75ca-4c5-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:55:50,229 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-f536eeb4-75ca-4c5-proj used request id req-2129140b-8c89-4e2e-9fd6-c3d4fa8f136a 2018-10-26 09:55:50,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0263e754977d10a8af361286151948f2c0fdd466" 2018-10-26 09:55:50,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:55:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7dece29-155c-4e7f-a574-7f807bb4542b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:55:50,318 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-d7dece29-155c-4e7f-a574-7f807bb4542b 2018-10-26 09:55:50,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0263e754977d10a8af361286151948f2c0fdd466" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-f536eeb4-75ca-4c5-proj"}}' 2018-10-26 09:55:50,453 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:55:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c65ca903-d9e3-4d98-b62b-a8c1162386d5 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a944ebf11220484b9a7e6259e21c9e6f"}, "enabled": true, "id": "a944ebf11220484b9a7e6259e21c9e6f", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f536eeb4-75ca-4c5-proj"}} 2018-10-26 09:55:50,453 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-c65ca903-d9e3-4d98-b62b-a8c1162386d5 2018-10-26 09:55:50,454 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-f536eeb4-75ca-4c5-proj 2018-10-26 09:55:50,454 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:55:50,455 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:55:50,835 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:55:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["cLYPg9G5SaeC1xBcPXCTxA"], "issued_at": "2018-10-26T09:55:50.000000Z"}} 2018-10-26 09:55:50,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53338ef231f255bbfbe788e05b8b8879b2b91d31" 2018-10-26 09:55:50,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:55:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dafa3738-cf08-4c4e-b819-8485bc2cd23a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:55:50,926 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-dafa3738-cf08-4c4e-b819-8485bc2cd23a 2018-10-26 09:55:50,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:55:50,937 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:55: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:55:50,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53338ef231f255bbfbe788e05b8b8879b2b91d31" 2018-10-26 09:55:51,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:55:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31cae4e9-67d6-44bc-9d15-2553e677373c Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:55:51,035 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-31cae4e9-67d6-44bc-9d15-2553e677373c 2018-10-26 09:55:51,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=InstanceSecurityGroupTests-f536eeb4-75ca-4c5-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53338ef231f255bbfbe788e05b8b8879b2b91d31" 2018-10-26 09:55:51,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:55:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fbb77e39-c59e-45f6-89df-eb39a5031035 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=InstanceSecurityGroupTests-f536eeb4-75ca-4c5-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a944ebf11220484b9a7e6259e21c9e6f"}, "enabled": true, "id": "a944ebf11220484b9a7e6259e21c9e6f", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f536eeb4-75ca-4c5-proj"}]} 2018-10-26 09:55:51,056 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=InstanceSecurityGroupTests-f536eeb4-75ca-4c5-proj used request id req-fbb77e39-c59e-45f6-89df-eb39a5031035 2018-10-26 09:55:51,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53338ef231f255bbfbe788e05b8b8879b2b91d31" 2018-10-26 09:55:51,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:55:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d3e5157-c0ec-451c-9e38-d7a089ed8ab3 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:55:51,161 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-6d3e5157-c0ec-451c-9e38-d7a089ed8ab3 2018-10-26 09:55:51,543 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-f536eeb4-75ca-4c5-user 2018-10-26 09:55:51,543 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:55:51,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0263e754977d10a8af361286151948f2c0fdd466" 2018-10-26 09:55:51,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:55:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b018adb9-9b7f-40ba-9c4f-44bed3271350 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:55:51,636 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-b018adb9-9b7f-40ba-9c4f-44bed3271350 2018-10-26 09:55:51,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0263e754977d10a8af361286151948f2c0fdd466" -d '{"role": {"name": "InstanceSecurityGroupTests-f536eeb4-75ca-4c5-proj-role"}}' 2018-10-26 09:55:51,753 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:55:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1b1528ba-7f94-4f49-9cac-4005f5e31842 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "04b48a22fef4457cbaabf50211a54bd6", "links": {"self": "http://172.30.9.21:5000/v3/roles/04b48a22fef4457cbaabf50211a54bd6"}, "name": "InstanceSecurityGroupTests-f536eeb4-75ca-4c5-proj-role"}} 2018-10-26 09:55:51,754 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-1b1528ba-7f94-4f49-9cac-4005f5e31842 2018-10-26 09:55:51,754 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-f536eeb4-75ca-4c5-proj-role 2018-10-26 09:55:51,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/04b48a22fef4457cbaabf50211a54bd6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0263e754977d10a8af361286151948f2c0fdd466" 2018-10-26 09:55:51,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:55:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e0a50f6-f58a-4fa1-bbd0-eb33019144b4 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/04b48a22fef4457cbaabf50211a54bd6"}, "domain_id": null, "name": "InstanceSecurityGroupTests-f536eeb4-75ca-4c5-proj-role", "id": "04b48a22fef4457cbaabf50211a54bd6"}} 2018-10-26 09:55:51,775 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/04b48a22fef4457cbaabf50211a54bd6 used request id req-4e0a50f6-f58a-4fa1-bbd0-eb33019144b4 2018-10-26 09:55:51,775 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-f536eeb4-75ca-4c5-proj-role to project InstanceSecurityGroupTests-f536eeb4-75ca-4c5-proj 2018-10-26 09:55:51,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/a944ebf11220484b9a7e6259e21c9e6f/users/8236f22be3b9431faa936aa76efc4a45/roles/04b48a22fef4457cbaabf50211a54bd6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0263e754977d10a8af361286151948f2c0fdd466" 2018-10-26 09:55:51,912 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:55:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8f89c628-621a-4cba-89a7-4be8335476a5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:55:51,913 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/a944ebf11220484b9a7e6259e21c9e6f/users/8236f22be3b9431faa936aa76efc4a45/roles/04b48a22fef4457cbaabf50211a54bd6 used request id req-8f89c628-621a-4cba-89a7-4be8335476a5 2018-10-26 09:55:51,913 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:55:51,914 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-26 09:55:51,915 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:55:51,916 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:55:52,294 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04b48a22fef4457cbaabf50211a54bd6", "name": "InstanceSecurityGroupTests-f536eeb4-75ca-4c5-proj-role"}], "expires_at": "2018-10-26T10:55:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a944ebf11220484b9a7e6259e21c9e6f", "name": "InstanceSecurityGroupTests-f536eeb4-75ca-4c5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a944ebf11220484b9a7e6259e21c9e6f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/a944ebf11220484b9a7e6259e21c9e6f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/a944ebf11220484b9a7e6259e21c9e6f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a944ebf11220484b9a7e6259e21c9e6f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/a944ebf11220484b9a7e6259e21c9e6f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/a944ebf11220484b9a7e6259e21c9e6f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/a944ebf11220484b9a7e6259e21c9e6f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/a944ebf11220484b9a7e6259e21c9e6f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/a944ebf11220484b9a7e6259e21c9e6f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/a944ebf11220484b9a7e6259e21c9e6f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/a944ebf11220484b9a7e6259e21c9e6f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/a944ebf11220484b9a7e6259e21c9e6f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-f536eeb4-75ca-4c5-user", "id": "8236f22be3b9431faa936aa76efc4a45"}, "audit_ids": ["a4B2jI8iS1qjJ9NTPCvwiA"], "issued_at": "2018-10-26T09:55:52.000000Z"}} 2018-10-26 09:55:52,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09dc67880d854e5ce216723ac89aa5ac80f35016" 2018-10-26 09:55:52,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:55:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c790f202-bf42-4563-ba23-496d0956c331 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:55:52,366 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c790f202-bf42-4563-ba23-496d0956c331 2018-10-26 09:55:52,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}09dc67880d854e5ce216723ac89aa5ac80f35016" 2018-10-26 09:55:52,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-e0ea979a-cda9-4a50-92a1-6314bfbf08be Date: Fri, 26 Oct 2018 09:55:52 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-image"} 2018-10-26 09:55:52,543 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-image used request id req-e0ea979a-cda9-4a50-92a1-6314bfbf08be 2018-10-26 09:55:52,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}09dc67880d854e5ce216723ac89aa5ac80f35016" 2018-10-26 09:55:52,690 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-30641091-661c-4701-801f-d97f09d61e22 Date: Fri, 26 Oct 2018 09:55: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-26 09:55:52,690 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-30641091-661c-4701-801f-d97f09d61e22 2018-10-26 09:55:52,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}09dc67880d854e5ce216723ac89aa5ac80f35016" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-image"}' 2018-10-26 09:55:52,911 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/8a9f3108-4e44-4cc9-9fab-6dc833841a8c X-Openstack-Request-Id: req-7e5ba305-5e28-4704-81b8-eb8acd961257 Date: Fri, 26 Oct 2018 09:55:52 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:55:52Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-26T09:55:52Z", "visibility": "shared", "locations": [], "self": "/v2/images/8a9f3108-4e44-4cc9-9fab-6dc833841a8c", "min_disk": 0, "protected": false, "id": "8a9f3108-4e44-4cc9-9fab-6dc833841a8c", "file": "/v2/images/8a9f3108-4e44-4cc9-9fab-6dc833841a8c/file", "checksum": null, "owner": "a944ebf11220484b9a7e6259e21c9e6f", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:55:52,911 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-7e5ba305-5e28-4704-81b8-eb8acd961257 2018-10-26 09:55:52,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/8a9f3108-4e44-4cc9-9fab-6dc833841a8c/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}09dc67880d854e5ce216723ac89aa5ac80f35016" -d '' 2018-10-26 09:55:53,905 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d156ee86-0866-4209-a364-c968b0479cc5 Date: Fri, 26 Oct 2018 09:55: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-26 09:55:53,906 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/8a9f3108-4e44-4cc9-9fab-6dc833841a8c/file used request id req-d156ee86-0866-4209-a364-c968b0479cc5 2018-10-26 09:55:53,906 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 09:55:53,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/8a9f3108-4e44-4cc9-9fab-6dc833841a8c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}09dc67880d854e5ce216723ac89aa5ac80f35016" 2018-10-26 09:55:53,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-2f79213b-faaf-4791-899a-027112462726 Date: Fri, 26 Oct 2018 09:55:53 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:55:52Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:55:53Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/8a9f3108-4e44-4cc9-9fab-6dc833841a8c/snap", "metadata": {}}], "self": "/v2/images/8a9f3108-4e44-4cc9-9fab-6dc833841a8c", "min_disk": 0, "protected": false, "id": "8a9f3108-4e44-4cc9-9fab-6dc833841a8c", "file": "/v2/images/8a9f3108-4e44-4cc9-9fab-6dc833841a8c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "a944ebf11220484b9a7e6259e21c9e6f", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/8a9f3108-4e44-4cc9-9fab-6dc833841a8c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:55:53,926 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/8a9f3108-4e44-4cc9-9fab-6dc833841a8c used request id req-2f79213b-faaf-4791-899a-027112462726 2018-10-26 09:55:53,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}09dc67880d854e5ce216723ac89aa5ac80f35016" 2018-10-26 09:55:54,074 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9887e8fa-4730-4dd5-afbe-132199a0095d Date: Fri, 26 Oct 2018 09:55: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-26 09:55:54,074 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-9887e8fa-4730-4dd5-afbe-132199a0095d 2018-10-26 09:55:54,077 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-image 2018-10-26 09:55:54,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/8a9f3108-4e44-4cc9-9fab-6dc833841a8c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}09dc67880d854e5ce216723ac89aa5ac80f35016" 2018-10-26 09:55:54,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-1a2efc5b-0045-4bcf-a522-2c694d944816 Date: Fri, 26 Oct 2018 09:55:54 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:55:52Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:55:53Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/8a9f3108-4e44-4cc9-9fab-6dc833841a8c/snap", "metadata": {}}], "self": "/v2/images/8a9f3108-4e44-4cc9-9fab-6dc833841a8c", "min_disk": 0, "protected": false, "id": "8a9f3108-4e44-4cc9-9fab-6dc833841a8c", "file": "/v2/images/8a9f3108-4e44-4cc9-9fab-6dc833841a8c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "a944ebf11220484b9a7e6259e21c9e6f", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/8a9f3108-4e44-4cc9-9fab-6dc833841a8c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:55:54,098 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/8a9f3108-4e44-4cc9-9fab-6dc833841a8c used request id req-1a2efc5b-0045-4bcf-a522-2c694d944816 2018-10-26 09:55:54,098 - create_image - DEBUG - Instance status is - active 2018-10-26 09:55:54,098 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-image 2018-10-26 09:55:54,099 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-image 2018-10-26 09:55:54,099 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:55:54,100 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:55:54,478 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04b48a22fef4457cbaabf50211a54bd6", "name": "InstanceSecurityGroupTests-f536eeb4-75ca-4c5-proj-role"}], "expires_at": "2018-10-26T10:55:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a944ebf11220484b9a7e6259e21c9e6f", "name": "InstanceSecurityGroupTests-f536eeb4-75ca-4c5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a944ebf11220484b9a7e6259e21c9e6f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/a944ebf11220484b9a7e6259e21c9e6f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/a944ebf11220484b9a7e6259e21c9e6f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a944ebf11220484b9a7e6259e21c9e6f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/a944ebf11220484b9a7e6259e21c9e6f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/a944ebf11220484b9a7e6259e21c9e6f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/a944ebf11220484b9a7e6259e21c9e6f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/a944ebf11220484b9a7e6259e21c9e6f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/a944ebf11220484b9a7e6259e21c9e6f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/a944ebf11220484b9a7e6259e21c9e6f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/a944ebf11220484b9a7e6259e21c9e6f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/a944ebf11220484b9a7e6259e21c9e6f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-f536eeb4-75ca-4c5-user", "id": "8236f22be3b9431faa936aa76efc4a45"}, "audit_ids": ["s18YgWHLSDWO7m_VQ9eZiQ"], "issued_at": "2018-10-26T09:55:54.000000Z"}} 2018-10-26 09:55:54,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d80971366c02ee0eacdf61b528e98df2600737d7" 2018-10-26 09:55:54,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:55:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b63727fa-ecd7-4583-ad4a-abc41366b199 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:55:54,555 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b63727fa-ecd7-4583-ad4a-abc41366b199 2018-10-26 09:55:54,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d80971366c02ee0eacdf61b528e98df2600737d7" 2018-10-26 09:55:54,733 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-aa442f15-64f7-485e-84c4-7f8fb7e40a96 Date: Fri, 26 Oct 2018 09:55:54 GMT RESP BODY: {"networks":[]} 2018-10-26 09:55:54,734 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-net used request id req-aa442f15-64f7-485e-84c4-7f8fb7e40a96 2018-10-26 09:55:54,734 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-net 2018-10-26 09:55:54,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d80971366c02ee0eacdf61b528e98df2600737d7" -d '{"network": {"name": "InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-net", "admin_state_up": true}}' 2018-10-26 09:55:55,266 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-bef53d6f-f52d-4cb7-a1cb-9121eb59eb57 Date: Fri, 26 Oct 2018 09:55:55 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"723b0ab2-39da-40e8-9af4-3651e0b93039","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a944ebf11220484b9a7e6259e21c9e6f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T09:55:55Z","is_default":false,"name":"InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"a944ebf11220484b9a7e6259e21c9e6f","created_at":"2018-10-26T09:55:55Z","mtu":1450}} 2018-10-26 09:55:55,266 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-bef53d6f-f52d-4cb7-a1cb-9121eb59eb57 2018-10-26 09:55:55,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=723b0ab2-39da-40e8-9af4-3651e0b93039 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d80971366c02ee0eacdf61b528e98df2600737d7" 2018-10-26 09:55:55,516 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-e5bc3ad5-d105-462d-a10f-625f073ac589 Date: Fri, 26 Oct 2018 09:55: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-26T09:55:55Z","tenant_id":"a944ebf11220484b9a7e6259e21c9e6f","created_at":"2018-10-26T09:55:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a944ebf11220484b9a7e6259e21c9e6f","id":"723b0ab2-39da-40e8-9af4-3651e0b93039","name":"InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-net"}]} 2018-10-26 09:55:55,516 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=723b0ab2-39da-40e8-9af4-3651e0b93039 used request id req-e5bc3ad5-d105-462d-a10f-625f073ac589 2018-10-26 09:55:55,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=723b0ab2-39da-40e8-9af4-3651e0b93039 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d80971366c02ee0eacdf61b528e98df2600737d7" 2018-10-26 09:55:55,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a08ddbd6-fee9-4fe2-8ff2-1cce4b5279aa Date: Fri, 26 Oct 2018 09:55:55 GMT RESP BODY: {"subnets":[]} 2018-10-26 09:55:55,695 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=723b0ab2-39da-40e8-9af4-3651e0b93039 used request id req-a08ddbd6-fee9-4fe2-8ff2-1cce4b5279aa 2018-10-26 09:55:55,696 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-subnet 2018-10-26 09:55:55,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d80971366c02ee0eacdf61b528e98df2600737d7" -d '{"subnets": [{"ip_version": 4, "network_id": "723b0ab2-39da-40e8-9af4-3651e0b93039", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-subnet"}]}' 2018-10-26 09:55:56,410 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-f6b18804-441e-42b2-aff4-bd9ede796bbc Date: Fri, 26 Oct 2018 09:55:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"723b0ab2-39da-40e8-9af4-3651e0b93039","tenant_id":"a944ebf11220484b9a7e6259e21c9e6f","created_at":"2018-10-26T09:55:56Z","dns_nameservers":[],"updated_at":"2018-10-26T09:55:56Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"a944ebf11220484b9a7e6259e21c9e6f","id":"7f8fb519-1c5f-4f02-aecf-325dbb3086f6","subnetpool_id":null,"name":"InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-subnet"}]} 2018-10-26 09:55:56,410 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-f6b18804-441e-42b2-aff4-bd9ede796bbc 2018-10-26 09:55:56,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=723b0ab2-39da-40e8-9af4-3651e0b93039 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d80971366c02ee0eacdf61b528e98df2600737d7" 2018-10-26 09:55:56,514 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-6b36d256-2ecc-4d1a-83cc-8f37c462fc44 Date: Fri, 26 Oct 2018 09:55: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":["7f8fb519-1c5f-4f02-aecf-325dbb3086f6"],"updated_at":"2018-10-26T09:55:56Z","tenant_id":"a944ebf11220484b9a7e6259e21c9e6f","created_at":"2018-10-26T09:55:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a944ebf11220484b9a7e6259e21c9e6f","id":"723b0ab2-39da-40e8-9af4-3651e0b93039","name":"InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-net"}]} 2018-10-26 09:55:56,514 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=723b0ab2-39da-40e8-9af4-3651e0b93039 used request id req-6b36d256-2ecc-4d1a-83cc-8f37c462fc44 2018-10-26 09:55:56,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=723b0ab2-39da-40e8-9af4-3651e0b93039 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d80971366c02ee0eacdf61b528e98df2600737d7" 2018-10-26 09:55:56,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-d6c6e768-ee65-480f-84e1-b7c23f064dd3 Date: Fri, 26 Oct 2018 09:55:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"723b0ab2-39da-40e8-9af4-3651e0b93039","tenant_id":"a944ebf11220484b9a7e6259e21c9e6f","created_at":"2018-10-26T09:55:56Z","dns_nameservers":[],"updated_at":"2018-10-26T09:55:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a944ebf11220484b9a7e6259e21c9e6f","id":"7f8fb519-1c5f-4f02-aecf-325dbb3086f6","subnetpool_id":null,"name":"InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-subnet"}]} 2018-10-26 09:55:56,716 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=723b0ab2-39da-40e8-9af4-3651e0b93039 used request id req-d6c6e768-ee65-480f-84e1-b7c23f064dd3 2018-10-26 09:55:56,717 - OpenStackNetwork - DEBUG - Network [723b0ab2-39da-40e8-9af4-3651e0b93039] created successfully 2018-10-26 09:55:56,717 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:55:56,718 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:55:57,093 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:55:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["f1NYPS75R9-xXI8WNjJMzg"], "issued_at": "2018-10-26T09:55:57.000000Z"}} 2018-10-26 09:55:57,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00b9e8d2faf794372642159c02bbc76605e064e9" 2018-10-26 09:55:57,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:55:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18b0f779-d6fb-4a65-b99c-c1e4c1771347 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:55:57,176 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-18b0f779-d6fb-4a65-b99c-c1e4c1771347 2018-10-26 09:55:57,178 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:55:57,183 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00b9e8d2faf794372642159c02bbc76605e064e9" 2018-10-26 09:55:57,354 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:55:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-022f078e-6e49-402d-b95a-aaf7a44a6166 x-compute-request-id: req-022f078e-6e49-402d-b95a-aaf7a44a6166 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-26 09:55:57,354 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-022f078e-6e49-402d-b95a-aaf7a44a6166 2018-10-26 09:55:57,358 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00b9e8d2faf794372642159c02bbc76605e064e9" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-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-26 09:55:57,408 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:55:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8f9967d4-0239-4965-950f-b2accf5d3f6a x-compute-request-id: req-8f9967d4-0239-4965-950f-b2accf5d3f6a Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/dd406629-355e-4273-94ed-febf8b37280d", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/dd406629-355e-4273-94ed-febf8b37280d", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "dd406629-355e-4273-94ed-febf8b37280d", "name": "InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 09:55:57,408 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-8f9967d4-0239-4965-950f-b2accf5d3f6a 2018-10-26 09:55:57,409 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:55:57,410 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:55:57,786 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04b48a22fef4457cbaabf50211a54bd6", "name": "InstanceSecurityGroupTests-f536eeb4-75ca-4c5-proj-role"}], "expires_at": "2018-10-26T10:55:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a944ebf11220484b9a7e6259e21c9e6f", "name": "InstanceSecurityGroupTests-f536eeb4-75ca-4c5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a944ebf11220484b9a7e6259e21c9e6f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/a944ebf11220484b9a7e6259e21c9e6f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/a944ebf11220484b9a7e6259e21c9e6f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a944ebf11220484b9a7e6259e21c9e6f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/a944ebf11220484b9a7e6259e21c9e6f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/a944ebf11220484b9a7e6259e21c9e6f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/a944ebf11220484b9a7e6259e21c9e6f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/a944ebf11220484b9a7e6259e21c9e6f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/a944ebf11220484b9a7e6259e21c9e6f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/a944ebf11220484b9a7e6259e21c9e6f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/a944ebf11220484b9a7e6259e21c9e6f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/a944ebf11220484b9a7e6259e21c9e6f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-f536eeb4-75ca-4c5-user", "id": "8236f22be3b9431faa936aa76efc4a45"}, "audit_ids": ["WOF1u6boSQa1t84H29Eh7A"], "issued_at": "2018-10-26T09:55:57.000000Z"}} 2018-10-26 09:55:57,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f751f1127ec5ecb99a406882c66dcb484f7341e" 2018-10-26 09:55:57,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:55:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b1a9ab7-26c1-4f23-885e-fd2123d28fa4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:55:57,856 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-6b1a9ab7-26c1-4f23-885e-fd2123d28fa4 2018-10-26 09:55:57,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f751f1127ec5ecb99a406882c66dcb484f7341e" 2018-10-26 09:55:58,062 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-f6f3e4db-1511-4ada-94ed-40aded90c97e Date: Fri, 26 Oct 2018 09:55:58 GMT RESP BODY: {"security_groups": []} 2018-10-26 09:55:58,062 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-name&description=hello+group used request id req-f6f3e4db-1511-4ada-94ed-40aded90c97e 2018-10-26 09:55:58,063 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-name... 2018-10-26 09:55:58,063 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-name 2018-10-26 09:55:58,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f751f1127ec5ecb99a406882c66dcb484f7341e" -d '{"security_group": {"name": "InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-name", "description": "hello group"}}' 2018-10-26 09:55:58,825 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-da9e1d68-acd8-4156-bbad-df6e20f0026d Date: Fri, 26 Oct 2018 09:55:58 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "a944ebf11220484b9a7e6259e21c9e6f", "created_at": "2018-10-26T09:55:58Z", "updated_at": "2018-10-26T09:55:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:55:58Z", "revision_number": 0, "id": "32032d69-91fd-4084-ab1f-789b6d8c6f74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:55:58Z", "security_group_id": "ce48a9cc-c9cb-41dd-a230-dbd52b4b0b54", "tenant_id": "a944ebf11220484b9a7e6259e21c9e6f", "port_range_min": null, "ethertype": "IPv6", "project_id": "a944ebf11220484b9a7e6259e21c9e6f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:55:58Z", "revision_number": 0, "id": "f60f1226-fc90-47d4-a2c7-e41d89eb4817", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:55:58Z", "security_group_id": "ce48a9cc-c9cb-41dd-a230-dbd52b4b0b54", "tenant_id": "a944ebf11220484b9a7e6259e21c9e6f", "port_range_min": null, "ethertype": "IPv4", "project_id": "a944ebf11220484b9a7e6259e21c9e6f"}], "revision_number": 2, "project_id": "a944ebf11220484b9a7e6259e21c9e6f", "id": "ce48a9cc-c9cb-41dd-a230-dbd52b4b0b54", "name": "InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-name"}} 2018-10-26 09:55:58,825 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-da9e1d68-acd8-4156-bbad-df6e20f0026d 2018-10-26 09:55:58,825 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ce48a9cc-c9cb-41dd-a230-dbd52b4b0b54 2018-10-26 09:55:58,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=ce48a9cc-c9cb-41dd-a230-dbd52b4b0b54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f751f1127ec5ecb99a406882c66dcb484f7341e" 2018-10-26 09:55:58,992 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-bbdb8328-32e2-4f55-b7d5-f89f0a1a9f52 Date: Fri, 26 Oct 2018 09:55: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-26T09:55:58Z", "security_group_id": "ce48a9cc-c9cb-41dd-a230-dbd52b4b0b54", "port_range_min": null, "revision_number": 0, "tenant_id": "a944ebf11220484b9a7e6259e21c9e6f", "created_at": "2018-10-26T09:55:58Z", "project_id": "a944ebf11220484b9a7e6259e21c9e6f", "id": "32032d69-91fd-4084-ab1f-789b6d8c6f74"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:55:58Z", "security_group_id": "ce48a9cc-c9cb-41dd-a230-dbd52b4b0b54", "port_range_min": null, "revision_number": 0, "tenant_id": "a944ebf11220484b9a7e6259e21c9e6f", "created_at": "2018-10-26T09:55:58Z", "project_id": "a944ebf11220484b9a7e6259e21c9e6f", "id": "f60f1226-fc90-47d4-a2c7-e41d89eb4817"}]} 2018-10-26 09:55:58,992 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=ce48a9cc-c9cb-41dd-a230-dbd52b4b0b54 used request id req-bbdb8328-32e2-4f55-b7d5-f89f0a1a9f52 2018-10-26 09:55:58,993 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ce48a9cc-c9cb-41dd-a230-dbd52b4b0b54 2018-10-26 09:55:58,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=ce48a9cc-c9cb-41dd-a230-dbd52b4b0b54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f751f1127ec5ecb99a406882c66dcb484f7341e" 2018-10-26 09:55:59,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-03c1f490-e738-4dd3-a5e5-381c704ec226 Date: Fri, 26 Oct 2018 09:55: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-26T09:55:58Z", "security_group_id": "ce48a9cc-c9cb-41dd-a230-dbd52b4b0b54", "port_range_min": null, "revision_number": 0, "tenant_id": "a944ebf11220484b9a7e6259e21c9e6f", "created_at": "2018-10-26T09:55:58Z", "project_id": "a944ebf11220484b9a7e6259e21c9e6f", "id": "32032d69-91fd-4084-ab1f-789b6d8c6f74"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:55:58Z", "security_group_id": "ce48a9cc-c9cb-41dd-a230-dbd52b4b0b54", "port_range_min": null, "revision_number": 0, "tenant_id": "a944ebf11220484b9a7e6259e21c9e6f", "created_at": "2018-10-26T09:55:58Z", "project_id": "a944ebf11220484b9a7e6259e21c9e6f", "id": "f60f1226-fc90-47d4-a2c7-e41d89eb4817"}]} 2018-10-26 09:55:59,021 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=ce48a9cc-c9cb-41dd-a230-dbd52b4b0b54 used request id req-03c1f490-e738-4dd3-a5e5-381c704ec226 2018-10-26 09:55:59,021 - neutron_utils - INFO - Retrieving security group with ID - ce48a9cc-c9cb-41dd-a230-dbd52b4b0b54 2018-10-26 09:55:59,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=ce48a9cc-c9cb-41dd-a230-dbd52b4b0b54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f751f1127ec5ecb99a406882c66dcb484f7341e" 2018-10-26 09:55:59,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-f43d4cad-9697-40b5-8d4a-45973368cd0c Date: Fri, 26 Oct 2018 09:55:59 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "a944ebf11220484b9a7e6259e21c9e6f", "created_at": "2018-10-26T09:55:58Z", "updated_at": "2018-10-26T09:55:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:55:58Z", "revision_number": 0, "id": "32032d69-91fd-4084-ab1f-789b6d8c6f74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:55:58Z", "security_group_id": "ce48a9cc-c9cb-41dd-a230-dbd52b4b0b54", "tenant_id": "a944ebf11220484b9a7e6259e21c9e6f", "port_range_min": null, "ethertype": "IPv6", "project_id": "a944ebf11220484b9a7e6259e21c9e6f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:55:58Z", "revision_number": 0, "id": "f60f1226-fc90-47d4-a2c7-e41d89eb4817", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:55:58Z", "security_group_id": "ce48a9cc-c9cb-41dd-a230-dbd52b4b0b54", "tenant_id": "a944ebf11220484b9a7e6259e21c9e6f", "port_range_min": null, "ethertype": "IPv4", "project_id": "a944ebf11220484b9a7e6259e21c9e6f"}], "revision_number": 2, "project_id": "a944ebf11220484b9a7e6259e21c9e6f", "id": "ce48a9cc-c9cb-41dd-a230-dbd52b4b0b54", "name": "InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-name"}]} 2018-10-26 09:55:59,134 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=ce48a9cc-c9cb-41dd-a230-dbd52b4b0b54 used request id req-f43d4cad-9697-40b5-8d4a-45973368cd0c 2018-10-26 09:55:59,135 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ce48a9cc-c9cb-41dd-a230-dbd52b4b0b54 2018-10-26 09:55:59,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=ce48a9cc-c9cb-41dd-a230-dbd52b4b0b54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f751f1127ec5ecb99a406882c66dcb484f7341e" 2018-10-26 09:55:59,303 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-29b651ef-22f9-47c7-adc4-4184255e2064 Date: Fri, 26 Oct 2018 09:55: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-26T09:55:58Z", "security_group_id": "ce48a9cc-c9cb-41dd-a230-dbd52b4b0b54", "port_range_min": null, "revision_number": 0, "tenant_id": "a944ebf11220484b9a7e6259e21c9e6f", "created_at": "2018-10-26T09:55:58Z", "project_id": "a944ebf11220484b9a7e6259e21c9e6f", "id": "32032d69-91fd-4084-ab1f-789b6d8c6f74"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:55:58Z", "security_group_id": "ce48a9cc-c9cb-41dd-a230-dbd52b4b0b54", "port_range_min": null, "revision_number": 0, "tenant_id": "a944ebf11220484b9a7e6259e21c9e6f", "created_at": "2018-10-26T09:55:58Z", "project_id": "a944ebf11220484b9a7e6259e21c9e6f", "id": "f60f1226-fc90-47d4-a2c7-e41d89eb4817"}]} 2018-10-26 09:55:59,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=ce48a9cc-c9cb-41dd-a230-dbd52b4b0b54 used request id req-29b651ef-22f9-47c7-adc4-4184255e2064 2018-10-26 09:55:59,304 - neutron_utils - INFO - Retrieving security group with ID - ce48a9cc-c9cb-41dd-a230-dbd52b4b0b54 2018-10-26 09:55:59,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=ce48a9cc-c9cb-41dd-a230-dbd52b4b0b54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f751f1127ec5ecb99a406882c66dcb484f7341e" 2018-10-26 09:55:59,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-bf8b136c-ab33-453e-95b0-ef38df04573a Date: Fri, 26 Oct 2018 09:55:59 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "a944ebf11220484b9a7e6259e21c9e6f", "created_at": "2018-10-26T09:55:58Z", "updated_at": "2018-10-26T09:55:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:55:58Z", "revision_number": 0, "id": "32032d69-91fd-4084-ab1f-789b6d8c6f74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:55:58Z", "security_group_id": "ce48a9cc-c9cb-41dd-a230-dbd52b4b0b54", "tenant_id": "a944ebf11220484b9a7e6259e21c9e6f", "port_range_min": null, "ethertype": "IPv6", "project_id": "a944ebf11220484b9a7e6259e21c9e6f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:55:58Z", "revision_number": 0, "id": "f60f1226-fc90-47d4-a2c7-e41d89eb4817", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:55:58Z", "security_group_id": "ce48a9cc-c9cb-41dd-a230-dbd52b4b0b54", "tenant_id": "a944ebf11220484b9a7e6259e21c9e6f", "port_range_min": null, "ethertype": "IPv4", "project_id": "a944ebf11220484b9a7e6259e21c9e6f"}], "revision_number": 2, "project_id": "a944ebf11220484b9a7e6259e21c9e6f", "id": "ce48a9cc-c9cb-41dd-a230-dbd52b4b0b54", "name": "InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-name"}]} 2018-10-26 09:55:59,502 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=ce48a9cc-c9cb-41dd-a230-dbd52b4b0b54 used request id req-bf8b136c-ab33-453e-95b0-ef38df04573a 2018-10-26 09:55:59,503 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ce48a9cc-c9cb-41dd-a230-dbd52b4b0b54 2018-10-26 09:55:59,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=ce48a9cc-c9cb-41dd-a230-dbd52b4b0b54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f751f1127ec5ecb99a406882c66dcb484f7341e" 2018-10-26 09:55:59,558 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-653cae5f-b5da-41b1-80c7-69b17616f0dc Date: Fri, 26 Oct 2018 09:55: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-26T09:55:58Z", "security_group_id": "ce48a9cc-c9cb-41dd-a230-dbd52b4b0b54", "port_range_min": null, "revision_number": 0, "tenant_id": "a944ebf11220484b9a7e6259e21c9e6f", "created_at": "2018-10-26T09:55:58Z", "project_id": "a944ebf11220484b9a7e6259e21c9e6f", "id": "32032d69-91fd-4084-ab1f-789b6d8c6f74"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:55:58Z", "security_group_id": "ce48a9cc-c9cb-41dd-a230-dbd52b4b0b54", "port_range_min": null, "revision_number": 0, "tenant_id": "a944ebf11220484b9a7e6259e21c9e6f", "created_at": "2018-10-26T09:55:58Z", "project_id": "a944ebf11220484b9a7e6259e21c9e6f", "id": "f60f1226-fc90-47d4-a2c7-e41d89eb4817"}]} 2018-10-26 09:55:59,559 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=ce48a9cc-c9cb-41dd-a230-dbd52b4b0b54 used request id req-653cae5f-b5da-41b1-80c7-69b17616f0dc 2018-10-26 09:55:59,559 - neutron_utils - INFO - Retrieving security group with ID - ce48a9cc-c9cb-41dd-a230-dbd52b4b0b54 2018-10-26 09:55:59,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=ce48a9cc-c9cb-41dd-a230-dbd52b4b0b54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f751f1127ec5ecb99a406882c66dcb484f7341e" 2018-10-26 09:55:59,753 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-7972a75f-b0b2-46df-b3a3-d98b85722bfe Date: Fri, 26 Oct 2018 09:55:59 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "a944ebf11220484b9a7e6259e21c9e6f", "created_at": "2018-10-26T09:55:58Z", "updated_at": "2018-10-26T09:55:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:55:58Z", "revision_number": 0, "id": "32032d69-91fd-4084-ab1f-789b6d8c6f74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:55:58Z", "security_group_id": "ce48a9cc-c9cb-41dd-a230-dbd52b4b0b54", "tenant_id": "a944ebf11220484b9a7e6259e21c9e6f", "port_range_min": null, "ethertype": "IPv6", "project_id": "a944ebf11220484b9a7e6259e21c9e6f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:55:58Z", "revision_number": 0, "id": "f60f1226-fc90-47d4-a2c7-e41d89eb4817", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:55:58Z", "security_group_id": "ce48a9cc-c9cb-41dd-a230-dbd52b4b0b54", "tenant_id": "a944ebf11220484b9a7e6259e21c9e6f", "port_range_min": null, "ethertype": "IPv4", "project_id": "a944ebf11220484b9a7e6259e21c9e6f"}], "revision_number": 2, "project_id": "a944ebf11220484b9a7e6259e21c9e6f", "id": "ce48a9cc-c9cb-41dd-a230-dbd52b4b0b54", "name": "InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-name"}]} 2018-10-26 09:55:59,753 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=ce48a9cc-c9cb-41dd-a230-dbd52b4b0b54 used request id req-7972a75f-b0b2-46df-b3a3-d98b85722bfe 2018-10-26 09:55:59,754 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ce48a9cc-c9cb-41dd-a230-dbd52b4b0b54 2018-10-26 09:55:59,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=ce48a9cc-c9cb-41dd-a230-dbd52b4b0b54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f751f1127ec5ecb99a406882c66dcb484f7341e" 2018-10-26 09:55:59,929 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3c7fd3d0-282e-4bac-921d-a0ea71393efb Date: Fri, 26 Oct 2018 09:55: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-26T09:55:58Z", "security_group_id": "ce48a9cc-c9cb-41dd-a230-dbd52b4b0b54", "port_range_min": null, "revision_number": 0, "tenant_id": "a944ebf11220484b9a7e6259e21c9e6f", "created_at": "2018-10-26T09:55:58Z", "project_id": "a944ebf11220484b9a7e6259e21c9e6f", "id": "32032d69-91fd-4084-ab1f-789b6d8c6f74"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:55:58Z", "security_group_id": "ce48a9cc-c9cb-41dd-a230-dbd52b4b0b54", "port_range_min": null, "revision_number": 0, "tenant_id": "a944ebf11220484b9a7e6259e21c9e6f", "created_at": "2018-10-26T09:55:58Z", "project_id": "a944ebf11220484b9a7e6259e21c9e6f", "id": "f60f1226-fc90-47d4-a2c7-e41d89eb4817"}]} 2018-10-26 09:55:59,930 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=ce48a9cc-c9cb-41dd-a230-dbd52b4b0b54 used request id req-3c7fd3d0-282e-4bac-921d-a0ea71393efb 2018-10-26 09:55:59,930 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:55:59,931 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:56:00,312 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04b48a22fef4457cbaabf50211a54bd6", "name": "InstanceSecurityGroupTests-f536eeb4-75ca-4c5-proj-role"}], "expires_at": "2018-10-26T10:56:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a944ebf11220484b9a7e6259e21c9e6f", "name": "InstanceSecurityGroupTests-f536eeb4-75ca-4c5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a944ebf11220484b9a7e6259e21c9e6f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/a944ebf11220484b9a7e6259e21c9e6f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/a944ebf11220484b9a7e6259e21c9e6f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a944ebf11220484b9a7e6259e21c9e6f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/a944ebf11220484b9a7e6259e21c9e6f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/a944ebf11220484b9a7e6259e21c9e6f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/a944ebf11220484b9a7e6259e21c9e6f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/a944ebf11220484b9a7e6259e21c9e6f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/a944ebf11220484b9a7e6259e21c9e6f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/a944ebf11220484b9a7e6259e21c9e6f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/a944ebf11220484b9a7e6259e21c9e6f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/a944ebf11220484b9a7e6259e21c9e6f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-f536eeb4-75ca-4c5-user", "id": "8236f22be3b9431faa936aa76efc4a45"}, "audit_ids": ["fWQ-1Tk7TEGXk7bRhODSzQ"], "issued_at": "2018-10-26T09:56:00.000000Z"}} 2018-10-26 09:56:00,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:00,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:56:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36b7d8a3-4d93-417d-804a-322f7b053418 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:56:00,386 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-36b7d8a3-4d93-417d-804a-322f7b053418 2018-10-26 09:56:00,387 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:56:00,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:00,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:56:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84c29ebf-d0b2-4b21-81e4-1c9eb925316d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:56:00,468 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-84c29ebf-d0b2-4b21-81e4-1c9eb925316d 2018-10-26 09:56:00,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:00,815 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-95db88cb-a2b5-4894-bbe9-6b2f48fca08d Date: Fri, 26 Oct 2018 09: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":["7f8fb519-1c5f-4f02-aecf-325dbb3086f6"],"updated_at":"2018-10-26T09:55:56Z","tenant_id":"a944ebf11220484b9a7e6259e21c9e6f","created_at":"2018-10-26T09:55:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a944ebf11220484b9a7e6259e21c9e6f","id":"723b0ab2-39da-40e8-9af4-3651e0b93039","name":"InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-net"}]} 2018-10-26 09:56:00,816 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-net used request id req-95db88cb-a2b5-4894-bbe9-6b2f48fca08d 2018-10-26 09:56:00,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:56:00,824 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:56: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:56:00,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a944ebf11220484b9a7e6259e21c9e6f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:00,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:56:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5e7f2bd-6b98-4a21-b97b-295347d4151d Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a944ebf11220484b9a7e6259e21c9e6f"}, "enabled": true, "id": "a944ebf11220484b9a7e6259e21c9e6f", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f536eeb4-75ca-4c5-proj"}} 2018-10-26 09:56:00,843 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a944ebf11220484b9a7e6259e21c9e6f used request id req-b5e7f2bd-6b98-4a21-b97b-295347d4151d 2018-10-26 09:56:00,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=723b0ab2-39da-40e8-9af4-3651e0b93039 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:01,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-e6593347-fdb5-47d6-8080-089f5b94649a Date: Fri, 26 Oct 2018 09:56:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"723b0ab2-39da-40e8-9af4-3651e0b93039","tenant_id":"a944ebf11220484b9a7e6259e21c9e6f","created_at":"2018-10-26T09:55:56Z","dns_nameservers":[],"updated_at":"2018-10-26T09:55:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a944ebf11220484b9a7e6259e21c9e6f","id":"7f8fb519-1c5f-4f02-aecf-325dbb3086f6","subnetpool_id":null,"name":"InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-subnet"}]} 2018-10-26 09:56:01,043 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=723b0ab2-39da-40e8-9af4-3651e0b93039 used request id req-e6593347-fdb5-47d6-8080-089f5b94649a 2018-10-26 09:56:01,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=723b0ab2-39da-40e8-9af4-3651e0b93039&name=InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:01,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-69fffe8a-256b-4f2f-b433-5abe72755d2c Date: Fri, 26 Oct 2018 09:56:01 GMT RESP BODY: {"ports":[]} 2018-10-26 09:56:01,241 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=723b0ab2-39da-40e8-9af4-3651e0b93039&name=InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-port&admin_state_up=True used request id req-69fffe8a-256b-4f2f-b433-5abe72755d2c 2018-10-26 09:56:01,244 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:01,480 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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 x-openstack-request-id: req-4e2bf711-f527-485b-a5dc-3b12bdf29453 x-compute-request-id: req-4e2bf711-f527-485b-a5dc-3b12bdf29453 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-26 09:56:01,480 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-inst used request id req-4e2bf711-f527-485b-a5dc-3b12bdf29453 2018-10-26 09:56:01,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:01,725 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-7fa7a99f-9166-417b-b5f8-1f0a6bc6ca3f Date: Fri, 26 Oct 2018 09:56: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":["7f8fb519-1c5f-4f02-aecf-325dbb3086f6"],"updated_at":"2018-10-26T09:55:56Z","tenant_id":"a944ebf11220484b9a7e6259e21c9e6f","created_at":"2018-10-26T09:55:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a944ebf11220484b9a7e6259e21c9e6f","id":"723b0ab2-39da-40e8-9af4-3651e0b93039","name":"InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-net"}]} 2018-10-26 09:56:01,726 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-net used request id req-7fa7a99f-9166-417b-b5f8-1f0a6bc6ca3f 2018-10-26 09:56:01,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a944ebf11220484b9a7e6259e21c9e6f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:01,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:56:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f6fafd7-0f10-4158-afc8-23f326e7bc6a Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a944ebf11220484b9a7e6259e21c9e6f"}, "enabled": true, "id": "a944ebf11220484b9a7e6259e21c9e6f", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f536eeb4-75ca-4c5-proj"}} 2018-10-26 09:56:01,821 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a944ebf11220484b9a7e6259e21c9e6f used request id req-8f6fafd7-0f10-4158-afc8-23f326e7bc6a 2018-10-26 09:56:01,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=723b0ab2-39da-40e8-9af4-3651e0b93039 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:02,041 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-8acb1c8b-8541-4c59-9dc4-0802c0e39fe9 Date: Fri, 26 Oct 2018 09:56:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"723b0ab2-39da-40e8-9af4-3651e0b93039","tenant_id":"a944ebf11220484b9a7e6259e21c9e6f","created_at":"2018-10-26T09:55:56Z","dns_nameservers":[],"updated_at":"2018-10-26T09:55:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a944ebf11220484b9a7e6259e21c9e6f","id":"7f8fb519-1c5f-4f02-aecf-325dbb3086f6","subnetpool_id":null,"name":"InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-subnet"}]} 2018-10-26 09:56:02,042 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=723b0ab2-39da-40e8-9af4-3651e0b93039 used request id req-8acb1c8b-8541-4c59-9dc4-0802c0e39fe9 2018-10-26 09:56:02,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=723b0ab2-39da-40e8-9af4-3651e0b93039&name=InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:02,236 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-5b02f586-92bd-438c-9e68-de5d18578bb9 Date: Fri, 26 Oct 2018 09:56:02 GMT RESP BODY: {"ports":[]} 2018-10-26 09:56:02,237 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=723b0ab2-39da-40e8-9af4-3651e0b93039&name=InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-port&admin_state_up=True used request id req-5b02f586-92bd-438c-9e68-de5d18578bb9 2018-10-26 09:56:02,237 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:56:02,238 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:56:02,618 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04b48a22fef4457cbaabf50211a54bd6", "name": "InstanceSecurityGroupTests-f536eeb4-75ca-4c5-proj-role"}], "expires_at": "2018-10-26T10:56:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a944ebf11220484b9a7e6259e21c9e6f", "name": "InstanceSecurityGroupTests-f536eeb4-75ca-4c5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a944ebf11220484b9a7e6259e21c9e6f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/a944ebf11220484b9a7e6259e21c9e6f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/a944ebf11220484b9a7e6259e21c9e6f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a944ebf11220484b9a7e6259e21c9e6f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/a944ebf11220484b9a7e6259e21c9e6f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/a944ebf11220484b9a7e6259e21c9e6f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/a944ebf11220484b9a7e6259e21c9e6f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/a944ebf11220484b9a7e6259e21c9e6f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/a944ebf11220484b9a7e6259e21c9e6f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/a944ebf11220484b9a7e6259e21c9e6f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/a944ebf11220484b9a7e6259e21c9e6f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/a944ebf11220484b9a7e6259e21c9e6f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-f536eeb4-75ca-4c5-user", "id": "8236f22be3b9431faa936aa76efc4a45"}, "audit_ids": ["Ul_rXjPATWGKnw8xUx432A"], "issued_at": "2018-10-26T09:56:02.000000Z"}} 2018-10-26 09:56:02,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80b5061454bff6b25caf8bafb76e5dcca3f80e1d" 2018-10-26 09:56:02,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:56:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe662928-d699-4219-936f-81425fd12f36 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:56:02,704 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-fe662928-d699-4219-936f-81425fd12f36 2018-10-26 09:56:02,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:02,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-d2ae5906-83cc-4fd6-8df7-e528dbfbf45e Date: Fri, 26 Oct 2018 09:56: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":["7f8fb519-1c5f-4f02-aecf-325dbb3086f6"],"updated_at":"2018-10-26T09:55:56Z","tenant_id":"a944ebf11220484b9a7e6259e21c9e6f","created_at":"2018-10-26T09:55:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a944ebf11220484b9a7e6259e21c9e6f","id":"723b0ab2-39da-40e8-9af4-3651e0b93039","name":"InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-net"}]} 2018-10-26 09:56:02,944 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-net used request id req-d2ae5906-83cc-4fd6-8df7-e528dbfbf45e 2018-10-26 09:56:02,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=723b0ab2-39da-40e8-9af4-3651e0b93039 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:03,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-2c1ff780-2f53-48e4-9c1a-e383017015a3 Date: Fri, 26 Oct 2018 09:56:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"723b0ab2-39da-40e8-9af4-3651e0b93039","tenant_id":"a944ebf11220484b9a7e6259e21c9e6f","created_at":"2018-10-26T09:55:56Z","dns_nameservers":[],"updated_at":"2018-10-26T09:55:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a944ebf11220484b9a7e6259e21c9e6f","id":"7f8fb519-1c5f-4f02-aecf-325dbb3086f6","subnetpool_id":null,"name":"InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-subnet"}]} 2018-10-26 09:56:03,157 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=723b0ab2-39da-40e8-9af4-3651e0b93039 used request id req-2c1ff780-2f53-48e4-9c1a-e383017015a3 2018-10-26 09:56:03,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:03,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-2d834b48-e67b-4f77-a381-e51edbb4f899 Date: Fri, 26 Oct 2018 09: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":["7f8fb519-1c5f-4f02-aecf-325dbb3086f6"],"updated_at":"2018-10-26T09:55:56Z","tenant_id":"a944ebf11220484b9a7e6259e21c9e6f","created_at":"2018-10-26T09:55:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a944ebf11220484b9a7e6259e21c9e6f","id":"723b0ab2-39da-40e8-9af4-3651e0b93039","name":"InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-net"}]} 2018-10-26 09:56:03,504 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-net used request id req-2d834b48-e67b-4f77-a381-e51edbb4f899 2018-10-26 09:56:03,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:56:03,513 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:56: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:56:03,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a944ebf11220484b9a7e6259e21c9e6f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80b5061454bff6b25caf8bafb76e5dcca3f80e1d" 2018-10-26 09:56:03,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:56:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c695b34-9762-413b-a178-d82d2ee07055 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a944ebf11220484b9a7e6259e21c9e6f"}, "enabled": true, "id": "a944ebf11220484b9a7e6259e21c9e6f", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f536eeb4-75ca-4c5-proj"}} 2018-10-26 09:56:03,596 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a944ebf11220484b9a7e6259e21c9e6f used request id req-1c695b34-9762-413b-a178-d82d2ee07055 2018-10-26 09:56:03,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=723b0ab2-39da-40e8-9af4-3651e0b93039 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:03,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-2ff26566-8daf-48a8-9d98-a8076b97f862 Date: Fri, 26 Oct 2018 09:56:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"723b0ab2-39da-40e8-9af4-3651e0b93039","tenant_id":"a944ebf11220484b9a7e6259e21c9e6f","created_at":"2018-10-26T09:55:56Z","dns_nameservers":[],"updated_at":"2018-10-26T09:55:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a944ebf11220484b9a7e6259e21c9e6f","id":"7f8fb519-1c5f-4f02-aecf-325dbb3086f6","subnetpool_id":null,"name":"InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-subnet"}]} 2018-10-26 09:56:03,803 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=723b0ab2-39da-40e8-9af4-3651e0b93039 used request id req-2ff26566-8daf-48a8-9d98-a8076b97f862 2018-10-26 09:56:03,804 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-net 2018-10-26 09:56:03,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" -d '{"port": {"network_id": "723b0ab2-39da-40e8-9af4-3651e0b93039", "name": "InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-port", "admin_state_up": true}}' 2018-10-26 09:56:04,925 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 781 X-Openstack-Request-Id: req-dba56618-a7dc-43e6-826e-18816d0bdc5e Date: Fri, 26 Oct 2018 09:56:04 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:56:04Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7f8fb519-1c5f-4f02-aecf-325dbb3086f6","ip_address":"10.55.0.5"}],"id":"a652029a-523e-4418-9c65-949b2d10da81","security_groups":["abfaf9d8-1a39-43ff-9687-9c45ef40bc51"],"mac_address":"fa:16:3e:90:16:6f","device_id":"","status":"DOWN","description":"","tags":[],"name":"InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-port","project_id":"a944ebf11220484b9a7e6259e21c9e6f","qos_policy_id":null,"admin_state_up":true,"network_id":"723b0ab2-39da-40e8-9af4-3651e0b93039","tenant_id":"a944ebf11220484b9a7e6259e21c9e6f","created_at":"2018-10-26T09:56:04Z","binding:vnic_type":"normal"}} 2018-10-26 09:56:04,925 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-dba56618-a7dc-43e6-826e-18816d0bdc5e 2018-10-26 09:56:04,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:05,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-801153a1-af72-45b5-9941-87723c60d6dc Date: Fri, 26 Oct 2018 09: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":["7f8fb519-1c5f-4f02-aecf-325dbb3086f6"],"updated_at":"2018-10-26T09:55:56Z","tenant_id":"a944ebf11220484b9a7e6259e21c9e6f","created_at":"2018-10-26T09:55:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a944ebf11220484b9a7e6259e21c9e6f","id":"723b0ab2-39da-40e8-9af4-3651e0b93039","name":"InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-net"}]} 2018-10-26 09:56:05,033 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-net used request id req-801153a1-af72-45b5-9941-87723c60d6dc 2018-10-26 09:56:05,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a944ebf11220484b9a7e6259e21c9e6f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:05,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:56:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b90403b-92d5-4f21-9410-1a66827c3e67 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a944ebf11220484b9a7e6259e21c9e6f"}, "enabled": true, "id": "a944ebf11220484b9a7e6259e21c9e6f", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f536eeb4-75ca-4c5-proj"}} 2018-10-26 09:56:05,119 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a944ebf11220484b9a7e6259e21c9e6f used request id req-5b90403b-92d5-4f21-9410-1a66827c3e67 2018-10-26 09:56:05,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=723b0ab2-39da-40e8-9af4-3651e0b93039 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:05,329 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-50789df6-6f8a-401c-be5c-7cbfc4c2df61 Date: Fri, 26 Oct 2018 09:56:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"723b0ab2-39da-40e8-9af4-3651e0b93039","tenant_id":"a944ebf11220484b9a7e6259e21c9e6f","created_at":"2018-10-26T09:55:56Z","dns_nameservers":[],"updated_at":"2018-10-26T09:55:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a944ebf11220484b9a7e6259e21c9e6f","id":"7f8fb519-1c5f-4f02-aecf-325dbb3086f6","subnetpool_id":null,"name":"InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-subnet"}]} 2018-10-26 09:56:05,329 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=723b0ab2-39da-40e8-9af4-3651e0b93039 used request id req-50789df6-6f8a-401c-be5c-7cbfc4c2df61 2018-10-26 09:56:05,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=723b0ab2-39da-40e8-9af4-3651e0b93039&name=InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:05,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 784 X-Openstack-Request-Id: req-e369342e-636d-4e5a-b5da-8a13581e502e Date: Fri, 26 Oct 2018 09:56:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:56:04Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7f8fb519-1c5f-4f02-aecf-325dbb3086f6","ip_address":"10.55.0.5"}],"id":"a652029a-523e-4418-9c65-949b2d10da81","security_groups":["abfaf9d8-1a39-43ff-9687-9c45ef40bc51"],"mac_address":"fa:16:3e:90:16:6f","project_id":"a944ebf11220484b9a7e6259e21c9e6f","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-port","admin_state_up":true,"network_id":"723b0ab2-39da-40e8-9af4-3651e0b93039","tenant_id":"a944ebf11220484b9a7e6259e21c9e6f","created_at":"2018-10-26T09:56:04Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-26 09:56:05,532 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=723b0ab2-39da-40e8-9af4-3651e0b93039&name=InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-port&admin_state_up=True used request id req-e369342e-636d-4e5a-b5da-8a13581e502e 2018-10-26 09:56:05,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a944ebf11220484b9a7e6259e21c9e6f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:05,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:56:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3ee24f8-93b7-4beb-9aaa-f1de61ec6c3c Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a944ebf11220484b9a7e6259e21c9e6f"}, "enabled": true, "id": "a944ebf11220484b9a7e6259e21c9e6f", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f536eeb4-75ca-4c5-proj"}} 2018-10-26 09:56:05,611 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a944ebf11220484b9a7e6259e21c9e6f used request id req-d3ee24f8-93b7-4beb-9aaa-f1de61ec6c3c 2018-10-26 09:56:05,611 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-inst 2018-10-26 09:56:05,615 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:05,645 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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-a1b52d69-a6c3-4203-968d-e66448a9384f x-compute-request-id: req-a1b52d69-a6c3-4203-968d-e66448a9384f Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"flavors": [{"id": "dd406629-355e-4273-94ed-febf8b37280d", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/dd406629-355e-4273-94ed-febf8b37280d", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/dd406629-355e-4273-94ed-febf8b37280d", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-flavor-name"}]} 2018-10-26 09:56:05,645 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-a1b52d69-a6c3-4203-968d-e66448a9384f 2018-10-26 09:56:05,648 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/dd406629-355e-4273-94ed-febf8b37280d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:05,669 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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-93e337ec-25d2-4420-ab44-fa724152c1f6 x-compute-request-id: req-93e337ec-25d2-4420-ab44-fa724152c1f6 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/dd406629-355e-4273-94ed-febf8b37280d", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/dd406629-355e-4273-94ed-febf8b37280d", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "dd406629-355e-4273-94ed-febf8b37280d", "name": "InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 09:56:05,669 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/dd406629-355e-4273-94ed-febf8b37280d used request id req-93e337ec-25d2-4420-ab44-fa724152c1f6 2018-10-26 09:56:05,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:05,849 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-19e35072-aa01-412c-8d38-17d46efb39e0 Date: Fri, 26 Oct 2018 09:56:05 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:55:52Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:55:53Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/8a9f3108-4e44-4cc9-9fab-6dc833841a8c/snap", "metadata": {}}], "self": "/v2/images/8a9f3108-4e44-4cc9-9fab-6dc833841a8c", "min_disk": 0, "protected": false, "id": "8a9f3108-4e44-4cc9-9fab-6dc833841a8c", "file": "/v2/images/8a9f3108-4e44-4cc9-9fab-6dc833841a8c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "a944ebf11220484b9a7e6259e21c9e6f", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/8a9f3108-4e44-4cc9-9fab-6dc833841a8c/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-image"} 2018-10-26 09:56:05,849 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-image used request id req-19e35072-aa01-412c-8d38-17d46efb39e0 2018-10-26 09:56:05,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:05,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c2f42592-dcd5-4987-a6a9-61bdb12df7fd Date: Fri, 26 Oct 2018 09:56: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-26 09:56:05,996 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-c2f42592-dcd5-4987-a6a9-61bdb12df7fd 2018-10-26 09:56:06,002 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" -d '{"server": {"name": "InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-inst", "imageRef": "8a9f3108-4e44-4cc9-9fab-6dc833841a8c", "flavorRef": "dd406629-355e-4273-94ed-febf8b37280d", "max_count": 1, "min_count": 1, "networks": [{"port": "a652029a-523e-4418-9c65-949b2d10da81"}], "security_groups": [{"name": "InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-name"}]}}' 2018-10-26 09:56:08,233 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09: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 x-openstack-request-id: req-8e4e53c2-11d2-4da4-9795-5bb5370097fd x-compute-request-id: req-8e4e53c2-11d2-4da4-9795-5bb5370097fd Content-Length: 435 location: http://172.30.9.21:8774/v2.1/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-name"}], "OS-DCF:diskConfig": "MANUAL", "id": "583d7ba8-7159-42f1-a973-3ab7f08b7291", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291", "rel": "bookmark"}], "adminPass": "kHj6UBcG8Dsr"}} 2018-10-26 09:56:08,233 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-8e4e53c2-11d2-4da4-9795-5bb5370097fd 2018-10-26 09:56:08,237 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:08,739 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:56: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-3cdb9afe-768a-4f0b-be3a-70bf5a6849d6 x-compute-request-id: req-3cdb9afe-768a-4f0b-be3a-70bf5a6849d6 Content-Encoding: gzip Content-Length: 613 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291", "rel": "bookmark"}], "image": {"id": "8a9f3108-4e44-4cc9-9fab-6dc833841a8c", "links": [{"href": "http://172.30.9.21:8774/images/8a9f3108-4e44-4cc9-9fab-6dc833841a8c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd406629-355e-4273-94ed-febf8b37280d", "links": [{"href": "http://172.30.9.21:8774/flavors/dd406629-355e-4273-94ed-febf8b37280d", "rel": "bookmark"}]}, "id": "583d7ba8-7159-42f1-a973-3ab7f08b7291", "user_id": "8236f22be3b9431faa936aa76efc4a45", "OS-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-26T09:56:08Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-inst", "created": "2018-10-26T09:56:08Z", "tenant_id": "a944ebf11220484b9a7e6259e21c9e6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:56:08,740 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291 used request id req-3cdb9afe-768a-4f0b-be3a-70bf5a6849d6 2018-10-26 09:56:08,740 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-inst 2018-10-26 09:56:08,743 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:08,985 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:56: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-f5519c48-d2b3-4735-a39f-f8b2e8700c76 x-compute-request-id: req-f5519c48-d2b3-4735-a39f-f8b2e8700c76 Content-Encoding: gzip Content-Length: 617 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291", "rel": "bookmark"}], "image": {"id": "8a9f3108-4e44-4cc9-9fab-6dc833841a8c", "links": [{"href": "http://172.30.9.21:8774/images/8a9f3108-4e44-4cc9-9fab-6dc833841a8c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd406629-355e-4273-94ed-febf8b37280d", "links": [{"href": "http://172.30.9.21:8774/flavors/dd406629-355e-4273-94ed-febf8b37280d", "rel": "bookmark"}]}, "id": "583d7ba8-7159-42f1-a973-3ab7f08b7291", "user_id": "8236f22be3b9431faa936aa76efc4a45", "OS-DCF: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-26T09:56:08Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-inst", "created": "2018-10-26T09:56:08Z", "tenant_id": "a944ebf11220484b9a7e6259e21c9e6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:56:08,986 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291 used request id req-f5519c48-d2b3-4735-a39f-f8b2e8700c76 2018-10-26 09:56:08,986 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-inst] is - BUILD 2018-10-26 09:56:08,986 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:56:11,989 - create_instance - DEBUG - VM status query timeout in 896.751002073 2018-10-26 09:56:11,992 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:12,570 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:56:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1cd4b93e-2b04-4c53-9104-6a6f0cccc357 x-compute-request-id: req-1cd4b93e-2b04-4c53-9104-6a6f0cccc357 Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291", "rel": "bookmark"}], "image": {"id": "8a9f3108-4e44-4cc9-9fab-6dc833841a8c", "links": [{"href": "http://172.30.9.21:8774/images/8a9f3108-4e44-4cc9-9fab-6dc833841a8c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd406629-355e-4273-94ed-febf8b37280d", "links": [{"href": "http://172.30.9.21:8774/flavors/dd406629-355e-4273-94ed-febf8b37280d", "rel": "bookmark"}]}, "id": "583d7ba8-7159-42f1-a973-3ab7f08b7291", "security_groups": [{"name": "default"}], "user_id": "8236f22be3b9431faa936aa76efc4a45", "OS-DCF: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-26T09:56:09Z", "hostId": "db2315e57d5adc84f0157001e7444dd3a8f00a84d3a93353d9294c94", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-inst", "created": "2018-10-26T09:56:08Z", "tenant_id": "a944ebf11220484b9a7e6259e21c9e6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:56:12,570 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291 used request id req-1cd4b93e-2b04-4c53-9104-6a6f0cccc357 2018-10-26 09:56:12,570 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-inst] is - BUILD 2018-10-26 09:56:12,571 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:56:15,571 - create_instance - DEBUG - VM status query timeout in 893.169389963 2018-10-26 09:56:15,574 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:16,064 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:56:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3c99061f-e230-4129-8d57-9de4d71b5b3a x-compute-request-id: req-3c99061f-e230-4129-8d57-9de4d71b5b3a Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291", "rel": "bookmark"}], "image": {"id": "8a9f3108-4e44-4cc9-9fab-6dc833841a8c", "links": [{"href": "http://172.30.9.21:8774/images/8a9f3108-4e44-4cc9-9fab-6dc833841a8c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd406629-355e-4273-94ed-febf8b37280d", "links": [{"href": "http://172.30.9.21:8774/flavors/dd406629-355e-4273-94ed-febf8b37280d", "rel": "bookmark"}]}, "id": "583d7ba8-7159-42f1-a973-3ab7f08b7291", "security_groups": [{"name": "default"}], "user_id": "8236f22be3b9431faa936aa76efc4a45", "OS-DCF: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-26T09:56:09Z", "hostId": "db2315e57d5adc84f0157001e7444dd3a8f00a84d3a93353d9294c94", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-inst", "created": "2018-10-26T09:56:08Z", "tenant_id": "a944ebf11220484b9a7e6259e21c9e6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:56:16,064 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291 used request id req-3c99061f-e230-4129-8d57-9de4d71b5b3a 2018-10-26 09:56:16,064 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-inst] is - BUILD 2018-10-26 09:56:16,065 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:56:19,068 - create_instance - DEBUG - VM status query timeout in 889.672682047 2018-10-26 09:56:19,071 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:19,539 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:56:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-84a7948b-98b7-4cbf-9f3c-8c1af85d0563 x-compute-request-id: req-84a7948b-98b7-4cbf-9f3c-8c1af85d0563 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:16:6f", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291", "rel": "bookmark"}], "image": {"id": "8a9f3108-4e44-4cc9-9fab-6dc833841a8c", "links": [{"href": "http://172.30.9.21:8774/images/8a9f3108-4e44-4cc9-9fab-6dc833841a8c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:56:15.000000", "flavor": {"id": "dd406629-355e-4273-94ed-febf8b37280d", "links": [{"href": "http://172.30.9.21:8774/flavors/dd406629-355e-4273-94ed-febf8b37280d", "rel": "bookmark"}]}, "id": "583d7ba8-7159-42f1-a973-3ab7f08b7291", "security_groups": [{"name": "default"}], "user_id": "8236f22be3b9431faa936aa76efc4a45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:56:15Z", "hostId": "db2315e57d5adc84f0157001e7444dd3a8f00a84d3a93353d9294c94", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-inst", "created": "2018-10-26T09:56:08Z", "tenant_id": "a944ebf11220484b9a7e6259e21c9e6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:56:19,539 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291 used request id req-84a7948b-98b7-4cbf-9f3c-8c1af85d0563 2018-10-26 09:56:19,540 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-inst] is - ACTIVE 2018-10-26 09:56:19,540 - create_instance - INFO - VM is - ACTIVE 2018-10-26 09:56:19,543 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:20,211 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:56:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-45f3488d-0358-4f97-8646-f0251f774b28 x-compute-request-id: req-45f3488d-0358-4f97-8646-f0251f774b28 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:16:6f", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291", "rel": "bookmark"}], "image": {"id": "8a9f3108-4e44-4cc9-9fab-6dc833841a8c", "links": [{"href": "http://172.30.9.21:8774/images/8a9f3108-4e44-4cc9-9fab-6dc833841a8c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:56:15.000000", "flavor": {"id": "dd406629-355e-4273-94ed-febf8b37280d", "links": [{"href": "http://172.30.9.21:8774/flavors/dd406629-355e-4273-94ed-febf8b37280d", "rel": "bookmark"}]}, "id": "583d7ba8-7159-42f1-a973-3ab7f08b7291", "security_groups": [{"name": "default"}], "user_id": "8236f22be3b9431faa936aa76efc4a45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:56:15Z", "hostId": "db2315e57d5adc84f0157001e7444dd3a8f00a84d3a93353d9294c94", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-inst", "created": "2018-10-26T09:56:08Z", "tenant_id": "a944ebf11220484b9a7e6259e21c9e6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:56:20,211 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291 used request id req-45f3488d-0358-4f97-8646-f0251f774b28 2018-10-26 09:56:20,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:20,337 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-f2da78e1-b368-4985-b043-39e0f296149a Date: Fri, 26 Oct 2018 09:56: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":["7f8fb519-1c5f-4f02-aecf-325dbb3086f6"],"updated_at":"2018-10-26T09:55:56Z","tenant_id":"a944ebf11220484b9a7e6259e21c9e6f","created_at":"2018-10-26T09:55:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a944ebf11220484b9a7e6259e21c9e6f","id":"723b0ab2-39da-40e8-9af4-3651e0b93039","name":"InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-net"}]} 2018-10-26 09:56:20,338 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-net used request id req-f2da78e1-b368-4985-b043-39e0f296149a 2018-10-26 09:56:20,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a944ebf11220484b9a7e6259e21c9e6f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:20,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:56:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e8ec632-74b4-4ecf-b50c-2be84cae1ad9 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a944ebf11220484b9a7e6259e21c9e6f"}, "enabled": true, "id": "a944ebf11220484b9a7e6259e21c9e6f", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f536eeb4-75ca-4c5-proj"}} 2018-10-26 09:56:20,423 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a944ebf11220484b9a7e6259e21c9e6f used request id req-4e8ec632-74b4-4ecf-b50c-2be84cae1ad9 2018-10-26 09:56:20,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=723b0ab2-39da-40e8-9af4-3651e0b93039 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:20,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-d0975b6c-25ae-429b-b21b-0a61f81bccef Date: Fri, 26 Oct 2018 09:56:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"723b0ab2-39da-40e8-9af4-3651e0b93039","tenant_id":"a944ebf11220484b9a7e6259e21c9e6f","created_at":"2018-10-26T09:55:56Z","dns_nameservers":[],"updated_at":"2018-10-26T09:55:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a944ebf11220484b9a7e6259e21c9e6f","id":"7f8fb519-1c5f-4f02-aecf-325dbb3086f6","subnetpool_id":null,"name":"InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-subnet"}]} 2018-10-26 09:56:20,480 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=723b0ab2-39da-40e8-9af4-3651e0b93039 used request id req-d0975b6c-25ae-429b-b21b-0a61f81bccef 2018-10-26 09:56:20,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=723b0ab2-39da-40e8-9af4-3651e0b93039 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:20,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-1b8795e4-c4b4-463b-a88b-1b8f558481ca Date: Fri, 26 Oct 2018 09:56:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:55:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7f8fb519-1c5f-4f02-aecf-325dbb3086f6","ip_address":"10.55.0.2"}],"id":"14f45106-8cf4-454c-a015-f6989c3ad0a6","security_groups":[],"mac_address":"fa:16:3e:e1:78:1e","project_id":"a944ebf11220484b9a7e6259e21c9e6f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"723b0ab2-39da-40e8-9af4-3651e0b93039","tenant_id":"a944ebf11220484b9a7e6259e21c9e6f","created_at":"2018-10-26T09:55:56Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-723b0ab2-39da-40e8-9af4-3651e0b93039"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:56:00Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7f8fb519-1c5f-4f02-aecf-325dbb3086f6","ip_address":"10.55.0.4"}],"id":"5621cc78-fcfd-4d8e-9d28-39a66b7bd0e3","security_groups":[],"mac_address":"fa:16:3e:5e:39:50","project_id":"a944ebf11220484b9a7e6259e21c9e6f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"723b0ab2-39da-40e8-9af4-3651e0b93039","tenant_id":"a944ebf11220484b9a7e6259e21c9e6f","created_at":"2018-10-26T09:55:57Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-723b0ab2-39da-40e8-9af4-3651e0b93039"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:56:15Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7f8fb519-1c5f-4f02-aecf-325dbb3086f6","ip_address":"10.55.0.5"}],"id":"a652029a-523e-4418-9c65-949b2d10da81","security_groups":["abfaf9d8-1a39-43ff-9687-9c45ef40bc51"],"mac_address":"fa:16:3e:90:16:6f","project_id":"a944ebf11220484b9a7e6259e21c9e6f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-port","admin_state_up":true,"network_id":"723b0ab2-39da-40e8-9af4-3651e0b93039","tenant_id":"a944ebf11220484b9a7e6259e21c9e6f","created_at":"2018-10-26T09:56:04Z","binding:vnic_type":"normal","device_id":"583d7ba8-7159-42f1-a973-3ab7f08b7291"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:55:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7f8fb519-1c5f-4f02-aecf-325dbb3086f6","ip_address":"10.55.0.3"}],"id":"edd49184-945d-4314-8b2e-85ffe2ccfbad","security_groups":[],"mac_address":"fa:16:3e:4b:30:76","project_id":"a944ebf11220484b9a7e6259e21c9e6f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"723b0ab2-39da-40e8-9af4-3651e0b93039","tenant_id":"a944ebf11220484b9a7e6259e21c9e6f","created_at":"2018-10-26T09:55:57Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-723b0ab2-39da-40e8-9af4-3651e0b93039"}]} 2018-10-26 09:56:20,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=723b0ab2-39da-40e8-9af4-3651e0b93039 used request id req-1b8795e4-c4b4-463b-a88b-1b8f558481ca 2018-10-26 09:56:20,728 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:21,189 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:56: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-f873ec23-4235-4e5a-b59c-e298ebe31a17 x-compute-request-id: req-f873ec23-4235-4e5a-b59c-e298ebe31a17 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:16:6f", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291", "rel": "bookmark"}], "image": {"id": "8a9f3108-4e44-4cc9-9fab-6dc833841a8c", "links": [{"href": "http://172.30.9.21:8774/images/8a9f3108-4e44-4cc9-9fab-6dc833841a8c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:56:15.000000", "flavor": {"id": "dd406629-355e-4273-94ed-febf8b37280d", "links": [{"href": "http://172.30.9.21:8774/flavors/dd406629-355e-4273-94ed-febf8b37280d", "rel": "bookmark"}]}, "id": "583d7ba8-7159-42f1-a973-3ab7f08b7291", "security_groups": [{"name": "default"}], "user_id": "8236f22be3b9431faa936aa76efc4a45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:56:15Z", "hostId": "db2315e57d5adc84f0157001e7444dd3a8f00a84d3a93353d9294c94", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-inst", "created": "2018-10-26T09:56:08Z", "tenant_id": "a944ebf11220484b9a7e6259e21c9e6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:56:21,189 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291 used request id req-f873ec23-4235-4e5a-b59c-e298ebe31a17 2018-10-26 09:56:21,189 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-inst] is - ACTIVE 2018-10-26 09:56:21,189 - create_instance - INFO - VM is - ACTIVE 2018-10-26 09:56:21,192 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:21,787 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:56:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1474fcf9-88ec-4bf1-bdd0-19f4f436ab0c x-compute-request-id: req-1474fcf9-88ec-4bf1-bdd0-19f4f436ab0c Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:16:6f", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291", "rel": "bookmark"}], "image": {"id": "8a9f3108-4e44-4cc9-9fab-6dc833841a8c", "links": [{"href": "http://172.30.9.21:8774/images/8a9f3108-4e44-4cc9-9fab-6dc833841a8c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:56:15.000000", "flavor": {"id": "dd406629-355e-4273-94ed-febf8b37280d", "links": [{"href": "http://172.30.9.21:8774/flavors/dd406629-355e-4273-94ed-febf8b37280d", "rel": "bookmark"}]}, "id": "583d7ba8-7159-42f1-a973-3ab7f08b7291", "security_groups": [{"name": "default"}], "user_id": "8236f22be3b9431faa936aa76efc4a45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:56:15Z", "hostId": "db2315e57d5adc84f0157001e7444dd3a8f00a84d3a93353d9294c94", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-inst", "created": "2018-10-26T09:56:08Z", "tenant_id": "a944ebf11220484b9a7e6259e21c9e6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:56:21,787 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291 used request id req-1474fcf9-88ec-4bf1-bdd0-19f4f436ab0c 2018-10-26 09:56:21,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:22,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-f465cf89-aa44-48d3-b8bb-ac312ae8df28 Date: Fri, 26 Oct 2018 09:56: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":["7f8fb519-1c5f-4f02-aecf-325dbb3086f6"],"updated_at":"2018-10-26T09:55:56Z","tenant_id":"a944ebf11220484b9a7e6259e21c9e6f","created_at":"2018-10-26T09:55:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a944ebf11220484b9a7e6259e21c9e6f","id":"723b0ab2-39da-40e8-9af4-3651e0b93039","name":"InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-net"}]} 2018-10-26 09:56:22,030 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-net used request id req-f465cf89-aa44-48d3-b8bb-ac312ae8df28 2018-10-26 09:56:22,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a944ebf11220484b9a7e6259e21c9e6f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:22,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:56:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7adfba4-5d43-4bdc-bb79-e4fdd2ae163f Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a944ebf11220484b9a7e6259e21c9e6f"}, "enabled": true, "id": "a944ebf11220484b9a7e6259e21c9e6f", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f536eeb4-75ca-4c5-proj"}} 2018-10-26 09:56:22,115 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a944ebf11220484b9a7e6259e21c9e6f used request id req-f7adfba4-5d43-4bdc-bb79-e4fdd2ae163f 2018-10-26 09:56:22,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=723b0ab2-39da-40e8-9af4-3651e0b93039 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:22,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-c6c14e3f-63b0-4c44-81bb-148e75f1c56d Date: Fri, 26 Oct 2018 09:56:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"723b0ab2-39da-40e8-9af4-3651e0b93039","tenant_id":"a944ebf11220484b9a7e6259e21c9e6f","created_at":"2018-10-26T09:55:56Z","dns_nameservers":[],"updated_at":"2018-10-26T09:55:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a944ebf11220484b9a7e6259e21c9e6f","id":"7f8fb519-1c5f-4f02-aecf-325dbb3086f6","subnetpool_id":null,"name":"InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-subnet"}]} 2018-10-26 09:56:22,169 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=723b0ab2-39da-40e8-9af4-3651e0b93039 used request id req-c6c14e3f-63b0-4c44-81bb-148e75f1c56d 2018-10-26 09:56:22,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=723b0ab2-39da-40e8-9af4-3651e0b93039 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:22,263 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-33a85057-a7f8-426e-978f-f50b22b91fe2 Date: Fri, 26 Oct 2018 09:56:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:55:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7f8fb519-1c5f-4f02-aecf-325dbb3086f6","ip_address":"10.55.0.2"}],"id":"14f45106-8cf4-454c-a015-f6989c3ad0a6","security_groups":[],"mac_address":"fa:16:3e:e1:78:1e","project_id":"a944ebf11220484b9a7e6259e21c9e6f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"723b0ab2-39da-40e8-9af4-3651e0b93039","tenant_id":"a944ebf11220484b9a7e6259e21c9e6f","created_at":"2018-10-26T09:55:56Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-723b0ab2-39da-40e8-9af4-3651e0b93039"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:56:00Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7f8fb519-1c5f-4f02-aecf-325dbb3086f6","ip_address":"10.55.0.4"}],"id":"5621cc78-fcfd-4d8e-9d28-39a66b7bd0e3","security_groups":[],"mac_address":"fa:16:3e:5e:39:50","project_id":"a944ebf11220484b9a7e6259e21c9e6f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"723b0ab2-39da-40e8-9af4-3651e0b93039","tenant_id":"a944ebf11220484b9a7e6259e21c9e6f","created_at":"2018-10-26T09:55:57Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-723b0ab2-39da-40e8-9af4-3651e0b93039"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:56:15Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7f8fb519-1c5f-4f02-aecf-325dbb3086f6","ip_address":"10.55.0.5"}],"id":"a652029a-523e-4418-9c65-949b2d10da81","security_groups":["abfaf9d8-1a39-43ff-9687-9c45ef40bc51"],"mac_address":"fa:16:3e:90:16:6f","project_id":"a944ebf11220484b9a7e6259e21c9e6f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-port","admin_state_up":true,"network_id":"723b0ab2-39da-40e8-9af4-3651e0b93039","tenant_id":"a944ebf11220484b9a7e6259e21c9e6f","created_at":"2018-10-26T09:56:04Z","binding:vnic_type":"normal","device_id":"583d7ba8-7159-42f1-a973-3ab7f08b7291"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:55:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7f8fb519-1c5f-4f02-aecf-325dbb3086f6","ip_address":"10.55.0.3"}],"id":"edd49184-945d-4314-8b2e-85ffe2ccfbad","security_groups":[],"mac_address":"fa:16:3e:4b:30:76","project_id":"a944ebf11220484b9a7e6259e21c9e6f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"723b0ab2-39da-40e8-9af4-3651e0b93039","tenant_id":"a944ebf11220484b9a7e6259e21c9e6f","created_at":"2018-10-26T09:55:57Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-723b0ab2-39da-40e8-9af4-3651e0b93039"}]} 2018-10-26 09:56:22,263 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=723b0ab2-39da-40e8-9af4-3651e0b93039 used request id req-33a85057-a7f8-426e-978f-f50b22b91fe2 2018-10-26 09:56:22,266 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-name"}}' 2018-10-26 09:56:23,576 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:56: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-a9f29f79-0abd-44f5-b971-e73ce7548e41 x-compute-request-id: req-a9f29f79-0abd-44f5-b971-e73ce7548e41 Content-Length: 0 Content-Type: application/json 2018-10-26 09:56:23,577 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291/action used request id req-a9f29f79-0abd-44f5-b971-e73ce7548e41 2018-10-26 09:56:23,580 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:24,040 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:56: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-4bf45735-46b6-4a47-ad02-0efc9a4baad5 x-compute-request-id: req-4bf45735-46b6-4a47-ad02-0efc9a4baad5 Content-Encoding: gzip Content-Length: 756 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:16:6f", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291", "rel": "bookmark"}], "image": {"id": "8a9f3108-4e44-4cc9-9fab-6dc833841a8c", "links": [{"href": "http://172.30.9.21:8774/images/8a9f3108-4e44-4cc9-9fab-6dc833841a8c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:56:15.000000", "flavor": {"id": "dd406629-355e-4273-94ed-febf8b37280d", "links": [{"href": "http://172.30.9.21:8774/flavors/dd406629-355e-4273-94ed-febf8b37280d", "rel": "bookmark"}]}, "id": "583d7ba8-7159-42f1-a973-3ab7f08b7291", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-name"}], "user_id": "8236f22be3b9431faa936aa76efc4a45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:56:15Z", "hostId": "db2315e57d5adc84f0157001e7444dd3a8f00a84d3a93353d9294c94", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-inst", "created": "2018-10-26T09:56:08Z", "tenant_id": "a944ebf11220484b9a7e6259e21c9e6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:56:24,041 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291 used request id req-4bf45735-46b6-4a47-ad02-0efc9a4baad5 2018-10-26 09:56:24,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:24,297 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-c33c5693-60a2-4cb8-a8b9-be8dab413a5f Date: Fri, 26 Oct 2018 09:56: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":["7f8fb519-1c5f-4f02-aecf-325dbb3086f6"],"updated_at":"2018-10-26T09:55:56Z","tenant_id":"a944ebf11220484b9a7e6259e21c9e6f","created_at":"2018-10-26T09:55:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a944ebf11220484b9a7e6259e21c9e6f","id":"723b0ab2-39da-40e8-9af4-3651e0b93039","name":"InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-net"}]} 2018-10-26 09:56:24,297 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-net used request id req-c33c5693-60a2-4cb8-a8b9-be8dab413a5f 2018-10-26 09:56:24,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a944ebf11220484b9a7e6259e21c9e6f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:24,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:56:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f48ea96-5888-42cb-be4c-3e07741bb94b Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a944ebf11220484b9a7e6259e21c9e6f"}, "enabled": true, "id": "a944ebf11220484b9a7e6259e21c9e6f", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f536eeb4-75ca-4c5-proj"}} 2018-10-26 09:56:24,378 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a944ebf11220484b9a7e6259e21c9e6f used request id req-2f48ea96-5888-42cb-be4c-3e07741bb94b 2018-10-26 09:56:24,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=723b0ab2-39da-40e8-9af4-3651e0b93039 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:24,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-a8e25af2-b554-4f37-b023-42508948686c Date: Fri, 26 Oct 2018 09:56:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"723b0ab2-39da-40e8-9af4-3651e0b93039","tenant_id":"a944ebf11220484b9a7e6259e21c9e6f","created_at":"2018-10-26T09:55:56Z","dns_nameservers":[],"updated_at":"2018-10-26T09:55:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a944ebf11220484b9a7e6259e21c9e6f","id":"7f8fb519-1c5f-4f02-aecf-325dbb3086f6","subnetpool_id":null,"name":"InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-subnet"}]} 2018-10-26 09:56:24,438 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=723b0ab2-39da-40e8-9af4-3651e0b93039 used request id req-a8e25af2-b554-4f37-b023-42508948686c 2018-10-26 09:56:24,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=723b0ab2-39da-40e8-9af4-3651e0b93039 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:24,542 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3150 X-Openstack-Request-Id: req-f1523920-b167-4dca-8392-563eaac85d92 Date: Fri, 26 Oct 2018 09:56:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:55:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7f8fb519-1c5f-4f02-aecf-325dbb3086f6","ip_address":"10.55.0.2"}],"id":"14f45106-8cf4-454c-a015-f6989c3ad0a6","security_groups":[],"mac_address":"fa:16:3e:e1:78:1e","project_id":"a944ebf11220484b9a7e6259e21c9e6f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"723b0ab2-39da-40e8-9af4-3651e0b93039","tenant_id":"a944ebf11220484b9a7e6259e21c9e6f","created_at":"2018-10-26T09:55:56Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-723b0ab2-39da-40e8-9af4-3651e0b93039"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:56:00Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7f8fb519-1c5f-4f02-aecf-325dbb3086f6","ip_address":"10.55.0.4"}],"id":"5621cc78-fcfd-4d8e-9d28-39a66b7bd0e3","security_groups":[],"mac_address":"fa:16:3e:5e:39:50","project_id":"a944ebf11220484b9a7e6259e21c9e6f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"723b0ab2-39da-40e8-9af4-3651e0b93039","tenant_id":"a944ebf11220484b9a7e6259e21c9e6f","created_at":"2018-10-26T09:55:57Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-723b0ab2-39da-40e8-9af4-3651e0b93039"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:56:23Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7f8fb519-1c5f-4f02-aecf-325dbb3086f6","ip_address":"10.55.0.5"}],"id":"a652029a-523e-4418-9c65-949b2d10da81","security_groups":["abfaf9d8-1a39-43ff-9687-9c45ef40bc51","ce48a9cc-c9cb-41dd-a230-dbd52b4b0b54"],"mac_address":"fa:16:3e:90:16:6f","project_id":"a944ebf11220484b9a7e6259e21c9e6f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-port","admin_state_up":true,"network_id":"723b0ab2-39da-40e8-9af4-3651e0b93039","tenant_id":"a944ebf11220484b9a7e6259e21c9e6f","created_at":"2018-10-26T09:56:04Z","binding:vnic_type":"normal","device_id":"583d7ba8-7159-42f1-a973-3ab7f08b7291"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:55:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7f8fb519-1c5f-4f02-aecf-325dbb3086f6","ip_address":"10.55.0.3"}],"id":"edd49184-945d-4314-8b2e-85ffe2ccfbad","security_groups":[],"mac_address":"fa:16:3e:4b:30:76","project_id":"a944ebf11220484b9a7e6259e21c9e6f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"723b0ab2-39da-40e8-9af4-3651e0b93039","tenant_id":"a944ebf11220484b9a7e6259e21c9e6f","created_at":"2018-10-26T09:55:57Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-723b0ab2-39da-40e8-9af4-3651e0b93039"}]} 2018-10-26 09:56:24,542 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=723b0ab2-39da-40e8-9af4-3651e0b93039 used request id req-f1523920-b167-4dca-8392-563eaac85d92 2018-10-26 09:56:24,543 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:56:24,930 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "04b48a22fef4457cbaabf50211a54bd6", "name": "InstanceSecurityGroupTests-f536eeb4-75ca-4c5-proj-role"}], "expires_at": "2018-10-26T10:56:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a944ebf11220484b9a7e6259e21c9e6f", "name": "InstanceSecurityGroupTests-f536eeb4-75ca-4c5-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a944ebf11220484b9a7e6259e21c9e6f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/a944ebf11220484b9a7e6259e21c9e6f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/a944ebf11220484b9a7e6259e21c9e6f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/a944ebf11220484b9a7e6259e21c9e6f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/a944ebf11220484b9a7e6259e21c9e6f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/a944ebf11220484b9a7e6259e21c9e6f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/a944ebf11220484b9a7e6259e21c9e6f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/a944ebf11220484b9a7e6259e21c9e6f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/a944ebf11220484b9a7e6259e21c9e6f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/a944ebf11220484b9a7e6259e21c9e6f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/a944ebf11220484b9a7e6259e21c9e6f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/a944ebf11220484b9a7e6259e21c9e6f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-f536eeb4-75ca-4c5-user", "id": "8236f22be3b9431faa936aa76efc4a45"}, "audit_ids": ["AdgE-t3yS_6o3eiTZ7o7Og"], "issued_at": "2018-10-26T09:56:24.000000Z"}} 2018-10-26 09:56:24,933 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}410fe138e8641fb468e9be2d0ed5a9ff7b59c69c" 2018-10-26 09:56:25,772 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:56:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5ebe0f97-5fa5-443a-baeb-4b0b7ee61d61 x-compute-request-id: req-5ebe0f97-5fa5-443a-baeb-4b0b7ee61d61 Content-Encoding: gzip Content-Length: 756 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:16:6f", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291", "rel": "bookmark"}], "image": {"id": "8a9f3108-4e44-4cc9-9fab-6dc833841a8c", "links": [{"href": "http://172.30.9.21:8774/images/8a9f3108-4e44-4cc9-9fab-6dc833841a8c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:56:15.000000", "flavor": {"id": "dd406629-355e-4273-94ed-febf8b37280d", "links": [{"href": "http://172.30.9.21:8774/flavors/dd406629-355e-4273-94ed-febf8b37280d", "rel": "bookmark"}]}, "id": "583d7ba8-7159-42f1-a973-3ab7f08b7291", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-name"}], "user_id": "8236f22be3b9431faa936aa76efc4a45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:56:15Z", "hostId": "db2315e57d5adc84f0157001e7444dd3a8f00a84d3a93353d9294c94", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-inst", "created": "2018-10-26T09:56:08Z", "tenant_id": "a944ebf11220484b9a7e6259e21c9e6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:56:25,772 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291 used request id req-5ebe0f97-5fa5-443a-baeb-4b0b7ee61d61 2018-10-26 09:56:25,775 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:26,235 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:56:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c2785ac4-f24f-4649-99e6-0ddd4e95a8ed x-compute-request-id: req-c2785ac4-f24f-4649-99e6-0ddd4e95a8ed Content-Encoding: gzip Content-Length: 756 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:16:6f", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291", "rel": "bookmark"}], "image": {"id": "8a9f3108-4e44-4cc9-9fab-6dc833841a8c", "links": [{"href": "http://172.30.9.21:8774/images/8a9f3108-4e44-4cc9-9fab-6dc833841a8c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:56:15.000000", "flavor": {"id": "dd406629-355e-4273-94ed-febf8b37280d", "links": [{"href": "http://172.30.9.21:8774/flavors/dd406629-355e-4273-94ed-febf8b37280d", "rel": "bookmark"}]}, "id": "583d7ba8-7159-42f1-a973-3ab7f08b7291", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-name"}], "user_id": "8236f22be3b9431faa936aa76efc4a45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:56:15Z", "hostId": "db2315e57d5adc84f0157001e7444dd3a8f00a84d3a93353d9294c94", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-inst", "created": "2018-10-26T09:56:08Z", "tenant_id": "a944ebf11220484b9a7e6259e21c9e6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:56:26,235 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291 used request id req-c2785ac4-f24f-4649-99e6-0ddd4e95a8ed 2018-10-26 09:56:26,236 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-inst] is - ACTIVE 2018-10-26 09:56:26,236 - create_instance - INFO - VM is - ACTIVE 2018-10-26 09:56:26,239 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:26,834 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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,Accept-Encoding x-openstack-request-id: req-c5a33f23-466a-467e-95cd-9ba777d14ed4 x-compute-request-id: req-c5a33f23-466a-467e-95cd-9ba777d14ed4 Content-Encoding: gzip Content-Length: 756 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:16:6f", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291", "rel": "bookmark"}], "image": {"id": "8a9f3108-4e44-4cc9-9fab-6dc833841a8c", "links": [{"href": "http://172.30.9.21:8774/images/8a9f3108-4e44-4cc9-9fab-6dc833841a8c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:56:15.000000", "flavor": {"id": "dd406629-355e-4273-94ed-febf8b37280d", "links": [{"href": "http://172.30.9.21:8774/flavors/dd406629-355e-4273-94ed-febf8b37280d", "rel": "bookmark"}]}, "id": "583d7ba8-7159-42f1-a973-3ab7f08b7291", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-name"}], "user_id": "8236f22be3b9431faa936aa76efc4a45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:56:15Z", "hostId": "db2315e57d5adc84f0157001e7444dd3a8f00a84d3a93353d9294c94", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-inst", "created": "2018-10-26T09:56:08Z", "tenant_id": "a944ebf11220484b9a7e6259e21c9e6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:56:26,834 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291 used request id req-c5a33f23-466a-467e-95cd-9ba777d14ed4 2018-10-26 09:56:26,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:27,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-cbea58a2-bb0a-4d19-b8ec-ba65e05c7f02 Date: Fri, 26 Oct 2018 09:56: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":["7f8fb519-1c5f-4f02-aecf-325dbb3086f6"],"updated_at":"2018-10-26T09:55:56Z","tenant_id":"a944ebf11220484b9a7e6259e21c9e6f","created_at":"2018-10-26T09:55:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a944ebf11220484b9a7e6259e21c9e6f","id":"723b0ab2-39da-40e8-9af4-3651e0b93039","name":"InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-net"}]} 2018-10-26 09:56:27,082 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-net used request id req-cbea58a2-bb0a-4d19-b8ec-ba65e05c7f02 2018-10-26 09:56:27,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a944ebf11220484b9a7e6259e21c9e6f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:27,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:56:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-903b78da-64fa-463e-99bd-01794371b810 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a944ebf11220484b9a7e6259e21c9e6f"}, "enabled": true, "id": "a944ebf11220484b9a7e6259e21c9e6f", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f536eeb4-75ca-4c5-proj"}} 2018-10-26 09:56:27,167 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a944ebf11220484b9a7e6259e21c9e6f used request id req-903b78da-64fa-463e-99bd-01794371b810 2018-10-26 09:56:27,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=723b0ab2-39da-40e8-9af4-3651e0b93039 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:27,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-8d9c8cd7-662d-46bb-969a-b6cdde63924f Date: Fri, 26 Oct 2018 09:56:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"723b0ab2-39da-40e8-9af4-3651e0b93039","tenant_id":"a944ebf11220484b9a7e6259e21c9e6f","created_at":"2018-10-26T09:55:56Z","dns_nameservers":[],"updated_at":"2018-10-26T09:55:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a944ebf11220484b9a7e6259e21c9e6f","id":"7f8fb519-1c5f-4f02-aecf-325dbb3086f6","subnetpool_id":null,"name":"InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-subnet"}]} 2018-10-26 09:56:27,370 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=723b0ab2-39da-40e8-9af4-3651e0b93039 used request id req-8d9c8cd7-662d-46bb-969a-b6cdde63924f 2018-10-26 09:56:27,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=723b0ab2-39da-40e8-9af4-3651e0b93039 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:27,471 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3150 X-Openstack-Request-Id: req-168e6744-a191-4517-8fd7-06ca6b26dc43 Date: Fri, 26 Oct 2018 09:56:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:55:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7f8fb519-1c5f-4f02-aecf-325dbb3086f6","ip_address":"10.55.0.2"}],"id":"14f45106-8cf4-454c-a015-f6989c3ad0a6","security_groups":[],"mac_address":"fa:16:3e:e1:78:1e","project_id":"a944ebf11220484b9a7e6259e21c9e6f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"723b0ab2-39da-40e8-9af4-3651e0b93039","tenant_id":"a944ebf11220484b9a7e6259e21c9e6f","created_at":"2018-10-26T09:55:56Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-723b0ab2-39da-40e8-9af4-3651e0b93039"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:56:00Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7f8fb519-1c5f-4f02-aecf-325dbb3086f6","ip_address":"10.55.0.4"}],"id":"5621cc78-fcfd-4d8e-9d28-39a66b7bd0e3","security_groups":[],"mac_address":"fa:16:3e:5e:39:50","project_id":"a944ebf11220484b9a7e6259e21c9e6f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"723b0ab2-39da-40e8-9af4-3651e0b93039","tenant_id":"a944ebf11220484b9a7e6259e21c9e6f","created_at":"2018-10-26T09:55:57Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-723b0ab2-39da-40e8-9af4-3651e0b93039"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:56:23Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7f8fb519-1c5f-4f02-aecf-325dbb3086f6","ip_address":"10.55.0.5"}],"id":"a652029a-523e-4418-9c65-949b2d10da81","security_groups":["abfaf9d8-1a39-43ff-9687-9c45ef40bc51","ce48a9cc-c9cb-41dd-a230-dbd52b4b0b54"],"mac_address":"fa:16:3e:90:16:6f","project_id":"a944ebf11220484b9a7e6259e21c9e6f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-port","admin_state_up":true,"network_id":"723b0ab2-39da-40e8-9af4-3651e0b93039","tenant_id":"a944ebf11220484b9a7e6259e21c9e6f","created_at":"2018-10-26T09:56:04Z","binding:vnic_type":"normal","device_id":"583d7ba8-7159-42f1-a973-3ab7f08b7291"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:55:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7f8fb519-1c5f-4f02-aecf-325dbb3086f6","ip_address":"10.55.0.3"}],"id":"edd49184-945d-4314-8b2e-85ffe2ccfbad","security_groups":[],"mac_address":"fa:16:3e:4b:30:76","project_id":"a944ebf11220484b9a7e6259e21c9e6f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"723b0ab2-39da-40e8-9af4-3651e0b93039","tenant_id":"a944ebf11220484b9a7e6259e21c9e6f","created_at":"2018-10-26T09:55:57Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-723b0ab2-39da-40e8-9af4-3651e0b93039"}]} 2018-10-26 09:56:27,471 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=723b0ab2-39da-40e8-9af4-3651e0b93039 used request id req-168e6744-a191-4517-8fd7-06ca6b26dc43 2018-10-26 09:56:27,475 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:27,953 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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-fa0fd3e3-0b40-436d-88d7-a21315674574 x-compute-request-id: req-fa0fd3e3-0b40-436d-88d7-a21315674574 Content-Encoding: gzip Content-Length: 756 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:16:6f", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291", "rel": "bookmark"}], "image": {"id": "8a9f3108-4e44-4cc9-9fab-6dc833841a8c", "links": [{"href": "http://172.30.9.21:8774/images/8a9f3108-4e44-4cc9-9fab-6dc833841a8c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:56:15.000000", "flavor": {"id": "dd406629-355e-4273-94ed-febf8b37280d", "links": [{"href": "http://172.30.9.21:8774/flavors/dd406629-355e-4273-94ed-febf8b37280d", "rel": "bookmark"}]}, "id": "583d7ba8-7159-42f1-a973-3ab7f08b7291", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-name"}], "user_id": "8236f22be3b9431faa936aa76efc4a45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:56:15Z", "hostId": "db2315e57d5adc84f0157001e7444dd3a8f00a84d3a93353d9294c94", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-inst", "created": "2018-10-26T09:56:08Z", "tenant_id": "a944ebf11220484b9a7e6259e21c9e6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:56:27,954 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291 used request id req-fa0fd3e3-0b40-436d-88d7-a21315674574 2018-10-26 09:56:27,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:28,073 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-93e0c32e-3c9a-4e18-869d-10fb26d4b134 Date: Fri, 26 Oct 2018 09:56: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":["7f8fb519-1c5f-4f02-aecf-325dbb3086f6"],"updated_at":"2018-10-26T09:55:56Z","tenant_id":"a944ebf11220484b9a7e6259e21c9e6f","created_at":"2018-10-26T09:55:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a944ebf11220484b9a7e6259e21c9e6f","id":"723b0ab2-39da-40e8-9af4-3651e0b93039","name":"InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-net"}]} 2018-10-26 09:56:28,073 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-net used request id req-93e0c32e-3c9a-4e18-869d-10fb26d4b134 2018-10-26 09:56:28,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a944ebf11220484b9a7e6259e21c9e6f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:28,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:56:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b994cff-944b-453a-aab6-90cbb1f28e63 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a944ebf11220484b9a7e6259e21c9e6f"}, "enabled": true, "id": "a944ebf11220484b9a7e6259e21c9e6f", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f536eeb4-75ca-4c5-proj"}} 2018-10-26 09:56:28,152 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a944ebf11220484b9a7e6259e21c9e6f used request id req-2b994cff-944b-453a-aab6-90cbb1f28e63 2018-10-26 09:56:28,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=723b0ab2-39da-40e8-9af4-3651e0b93039 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:28,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-aa5ff227-ea30-473f-b3f6-7b6b376ca29b Date: Fri, 26 Oct 2018 09:56:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"723b0ab2-39da-40e8-9af4-3651e0b93039","tenant_id":"a944ebf11220484b9a7e6259e21c9e6f","created_at":"2018-10-26T09:55:56Z","dns_nameservers":[],"updated_at":"2018-10-26T09:55:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a944ebf11220484b9a7e6259e21c9e6f","id":"7f8fb519-1c5f-4f02-aecf-325dbb3086f6","subnetpool_id":null,"name":"InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-subnet"}]} 2018-10-26 09:56:28,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=723b0ab2-39da-40e8-9af4-3651e0b93039 used request id req-aa5ff227-ea30-473f-b3f6-7b6b376ca29b 2018-10-26 09:56:28,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=723b0ab2-39da-40e8-9af4-3651e0b93039 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:28,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3150 X-Openstack-Request-Id: req-6346a5cc-5879-440b-8b65-546f49ad05dc Date: Fri, 26 Oct 2018 09:56:28 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:55:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7f8fb519-1c5f-4f02-aecf-325dbb3086f6","ip_address":"10.55.0.2"}],"id":"14f45106-8cf4-454c-a015-f6989c3ad0a6","security_groups":[],"mac_address":"fa:16:3e:e1:78:1e","project_id":"a944ebf11220484b9a7e6259e21c9e6f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"723b0ab2-39da-40e8-9af4-3651e0b93039","tenant_id":"a944ebf11220484b9a7e6259e21c9e6f","created_at":"2018-10-26T09:55:56Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-723b0ab2-39da-40e8-9af4-3651e0b93039"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:56:00Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7f8fb519-1c5f-4f02-aecf-325dbb3086f6","ip_address":"10.55.0.4"}],"id":"5621cc78-fcfd-4d8e-9d28-39a66b7bd0e3","security_groups":[],"mac_address":"fa:16:3e:5e:39:50","project_id":"a944ebf11220484b9a7e6259e21c9e6f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"723b0ab2-39da-40e8-9af4-3651e0b93039","tenant_id":"a944ebf11220484b9a7e6259e21c9e6f","created_at":"2018-10-26T09:55:57Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-723b0ab2-39da-40e8-9af4-3651e0b93039"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:56:23Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7f8fb519-1c5f-4f02-aecf-325dbb3086f6","ip_address":"10.55.0.5"}],"id":"a652029a-523e-4418-9c65-949b2d10da81","security_groups":["abfaf9d8-1a39-43ff-9687-9c45ef40bc51","ce48a9cc-c9cb-41dd-a230-dbd52b4b0b54"],"mac_address":"fa:16:3e:90:16:6f","project_id":"a944ebf11220484b9a7e6259e21c9e6f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-port","admin_state_up":true,"network_id":"723b0ab2-39da-40e8-9af4-3651e0b93039","tenant_id":"a944ebf11220484b9a7e6259e21c9e6f","created_at":"2018-10-26T09:56:04Z","binding:vnic_type":"normal","device_id":"583d7ba8-7159-42f1-a973-3ab7f08b7291"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:55:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7f8fb519-1c5f-4f02-aecf-325dbb3086f6","ip_address":"10.55.0.3"}],"id":"edd49184-945d-4314-8b2e-85ffe2ccfbad","security_groups":[],"mac_address":"fa:16:3e:4b:30:76","project_id":"a944ebf11220484b9a7e6259e21c9e6f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"723b0ab2-39da-40e8-9af4-3651e0b93039","tenant_id":"a944ebf11220484b9a7e6259e21c9e6f","created_at":"2018-10-26T09:55:57Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-723b0ab2-39da-40e8-9af4-3651e0b93039"}]} 2018-10-26 09:56:28,459 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=723b0ab2-39da-40e8-9af4-3651e0b93039 used request id req-6346a5cc-5879-440b-8b65-546f49ad05dc 2018-10-26 09:56:28,462 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-name"}}' 2018-10-26 09:56:29,350 - novaclient.v2.client - DEBUG - RESP: [400] Date: Fri, 26 Oct 2018 09:56:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4a882cf0-8c4a-4cce-a177-a3c0662cc81b x-compute-request-id: req-4a882cf0-8c4a-4cce-a177-a3c0662cc81b 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: 'ce48a9cc-c9cb-41dd-a230-dbd52b4b0b54'.\nNeutron server returns request_ids: ['req-1668cf7a-04fb-48b2-9bb0-bf1e0535bcb5']", "code": 400}} 2018-10-26 09:56:29,350 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291/action used request id req-4a882cf0-8c4a-4cce-a177-a3c0662cc81b 2018-10-26 09:56:29,353 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:29,813 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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-11994f5d-c9a2-45f0-9cda-5ea1af40cec9 x-compute-request-id: req-11994f5d-c9a2-45f0-9cda-5ea1af40cec9 Content-Encoding: gzip Content-Length: 756 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:16:6f", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291", "rel": "bookmark"}], "image": {"id": "8a9f3108-4e44-4cc9-9fab-6dc833841a8c", "links": [{"href": "http://172.30.9.21:8774/images/8a9f3108-4e44-4cc9-9fab-6dc833841a8c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:56:15.000000", "flavor": {"id": "dd406629-355e-4273-94ed-febf8b37280d", "links": [{"href": "http://172.30.9.21:8774/flavors/dd406629-355e-4273-94ed-febf8b37280d", "rel": "bookmark"}]}, "id": "583d7ba8-7159-42f1-a973-3ab7f08b7291", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-name"}], "user_id": "8236f22be3b9431faa936aa76efc4a45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:56:15Z", "hostId": "db2315e57d5adc84f0157001e7444dd3a8f00a84d3a93353d9294c94", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-inst", "created": "2018-10-26T09:56:08Z", "tenant_id": "a944ebf11220484b9a7e6259e21c9e6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:56:29,813 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291 used request id req-11994f5d-c9a2-45f0-9cda-5ea1af40cec9 2018-10-26 09:56:29,813 - nova_utils - WARNING - Security group [InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-name] already added to VM [InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-inst] 2018-10-26 09:56:29,816 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:30,535 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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-756b3878-4078-4034-a133-36ecf9266016 x-compute-request-id: req-756b3878-4078-4034-a133-36ecf9266016 Content-Encoding: gzip Content-Length: 756 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:16:6f", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291", "rel": "bookmark"}], "image": {"id": "8a9f3108-4e44-4cc9-9fab-6dc833841a8c", "links": [{"href": "http://172.30.9.21:8774/images/8a9f3108-4e44-4cc9-9fab-6dc833841a8c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:56:15.000000", "flavor": {"id": "dd406629-355e-4273-94ed-febf8b37280d", "links": [{"href": "http://172.30.9.21:8774/flavors/dd406629-355e-4273-94ed-febf8b37280d", "rel": "bookmark"}]}, "id": "583d7ba8-7159-42f1-a973-3ab7f08b7291", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-name"}], "user_id": "8236f22be3b9431faa936aa76efc4a45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:56:15Z", "hostId": "db2315e57d5adc84f0157001e7444dd3a8f00a84d3a93353d9294c94", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-inst", "created": "2018-10-26T09:56:08Z", "tenant_id": "a944ebf11220484b9a7e6259e21c9e6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:56:30,535 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291 used request id req-756b3878-4078-4034-a133-36ecf9266016 2018-10-26 09:56:30,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:30,641 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-caff3aa8-302b-42b6-a632-a036c5447833 Date: Fri, 26 Oct 2018 09:56: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":["7f8fb519-1c5f-4f02-aecf-325dbb3086f6"],"updated_at":"2018-10-26T09:55:56Z","tenant_id":"a944ebf11220484b9a7e6259e21c9e6f","created_at":"2018-10-26T09:55:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"a944ebf11220484b9a7e6259e21c9e6f","id":"723b0ab2-39da-40e8-9af4-3651e0b93039","name":"InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-net"}]} 2018-10-26 09:56:30,641 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-net used request id req-caff3aa8-302b-42b6-a632-a036c5447833 2018-10-26 09:56:30,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a944ebf11220484b9a7e6259e21c9e6f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:30,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:56:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63f1c9e3-1a7e-4740-8c19-25fe3877a3da Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a944ebf11220484b9a7e6259e21c9e6f"}, "enabled": true, "id": "a944ebf11220484b9a7e6259e21c9e6f", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f536eeb4-75ca-4c5-proj"}} 2018-10-26 09:56:30,728 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a944ebf11220484b9a7e6259e21c9e6f used request id req-63f1c9e3-1a7e-4740-8c19-25fe3877a3da 2018-10-26 09:56:30,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=723b0ab2-39da-40e8-9af4-3651e0b93039 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:30,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-5d78aa9c-0f14-42ec-ad7b-826cc9b830eb Date: Fri, 26 Oct 2018 09:56:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"723b0ab2-39da-40e8-9af4-3651e0b93039","tenant_id":"a944ebf11220484b9a7e6259e21c9e6f","created_at":"2018-10-26T09:55:56Z","dns_nameservers":[],"updated_at":"2018-10-26T09:55:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"a944ebf11220484b9a7e6259e21c9e6f","id":"7f8fb519-1c5f-4f02-aecf-325dbb3086f6","subnetpool_id":null,"name":"InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-subnet"}]} 2018-10-26 09:56:30,794 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=723b0ab2-39da-40e8-9af4-3651e0b93039 used request id req-5d78aa9c-0f14-42ec-ad7b-826cc9b830eb 2018-10-26 09:56:30,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=723b0ab2-39da-40e8-9af4-3651e0b93039 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:30,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3150 X-Openstack-Request-Id: req-8533a0bc-e31b-4132-a26f-42537b35fae3 Date: Fri, 26 Oct 2018 09:56:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:55:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7f8fb519-1c5f-4f02-aecf-325dbb3086f6","ip_address":"10.55.0.2"}],"id":"14f45106-8cf4-454c-a015-f6989c3ad0a6","security_groups":[],"mac_address":"fa:16:3e:e1:78:1e","project_id":"a944ebf11220484b9a7e6259e21c9e6f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"723b0ab2-39da-40e8-9af4-3651e0b93039","tenant_id":"a944ebf11220484b9a7e6259e21c9e6f","created_at":"2018-10-26T09:55:56Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-723b0ab2-39da-40e8-9af4-3651e0b93039"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:56:00Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7f8fb519-1c5f-4f02-aecf-325dbb3086f6","ip_address":"10.55.0.4"}],"id":"5621cc78-fcfd-4d8e-9d28-39a66b7bd0e3","security_groups":[],"mac_address":"fa:16:3e:5e:39:50","project_id":"a944ebf11220484b9a7e6259e21c9e6f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"723b0ab2-39da-40e8-9af4-3651e0b93039","tenant_id":"a944ebf11220484b9a7e6259e21c9e6f","created_at":"2018-10-26T09:55:57Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-723b0ab2-39da-40e8-9af4-3651e0b93039"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:56:23Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7f8fb519-1c5f-4f02-aecf-325dbb3086f6","ip_address":"10.55.0.5"}],"id":"a652029a-523e-4418-9c65-949b2d10da81","security_groups":["abfaf9d8-1a39-43ff-9687-9c45ef40bc51","ce48a9cc-c9cb-41dd-a230-dbd52b4b0b54"],"mac_address":"fa:16:3e:90:16:6f","project_id":"a944ebf11220484b9a7e6259e21c9e6f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-port","admin_state_up":true,"network_id":"723b0ab2-39da-40e8-9af4-3651e0b93039","tenant_id":"a944ebf11220484b9a7e6259e21c9e6f","created_at":"2018-10-26T09:56:04Z","binding:vnic_type":"normal","device_id":"583d7ba8-7159-42f1-a973-3ab7f08b7291"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:55:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7f8fb519-1c5f-4f02-aecf-325dbb3086f6","ip_address":"10.55.0.3"}],"id":"edd49184-945d-4314-8b2e-85ffe2ccfbad","security_groups":[],"mac_address":"fa:16:3e:4b:30:76","project_id":"a944ebf11220484b9a7e6259e21c9e6f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"723b0ab2-39da-40e8-9af4-3651e0b93039","tenant_id":"a944ebf11220484b9a7e6259e21c9e6f","created_at":"2018-10-26T09:55:57Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-723b0ab2-39da-40e8-9af4-3651e0b93039"}]} 2018-10-26 09:56:30,890 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=723b0ab2-39da-40e8-9af4-3651e0b93039 used request id req-8533a0bc-e31b-4132-a26f-42537b35fae3 2018-10-26 09:56:30,893 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}410fe138e8641fb468e9be2d0ed5a9ff7b59c69c" 2018-10-26 09:56:31,483 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:56:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-48c085fb-d35a-4408-89e1-c149a02f81be x-compute-request-id: req-48c085fb-d35a-4408-89e1-c149a02f81be Content-Encoding: gzip Content-Length: 756 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:16:6f", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291", "rel": "bookmark"}], "image": {"id": "8a9f3108-4e44-4cc9-9fab-6dc833841a8c", "links": [{"href": "http://172.30.9.21:8774/images/8a9f3108-4e44-4cc9-9fab-6dc833841a8c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:56:15.000000", "flavor": {"id": "dd406629-355e-4273-94ed-febf8b37280d", "links": [{"href": "http://172.30.9.21:8774/flavors/dd406629-355e-4273-94ed-febf8b37280d", "rel": "bookmark"}]}, "id": "583d7ba8-7159-42f1-a973-3ab7f08b7291", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-name"}], "user_id": "8236f22be3b9431faa936aa76efc4a45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:56:15Z", "hostId": "db2315e57d5adc84f0157001e7444dd3a8f00a84d3a93353d9294c94", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-inst", "created": "2018-10-26T09:56:08Z", "tenant_id": "a944ebf11220484b9a7e6259e21c9e6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:56:31,483 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291 used request id req-48c085fb-d35a-4408-89e1-c149a02f81be 2018-10-26 09:56:31,484 - create_instance - INFO - Deleting Port with ID - a652029a-523e-4418-9c65-949b2d10da81 2018-10-26 09:56:31,484 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-port 2018-10-26 09:56:31,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/a652029a-523e-4418-9c65-949b2d10da81 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:31,936 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-85cb6c88-2048-4633-b018-93501308b8df Date: Fri, 26 Oct 2018 09:56:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:56:31,936 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/a652029a-523e-4418-9c65-949b2d10da81 used request id req-85cb6c88-2048-4633-b018-93501308b8df 2018-10-26 09:56:31,936 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-inst 2018-10-26 09:56:31,939 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:32,071 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09: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-fa0a3cd1-46d4-4bf7-9064-dd3b2a33c2bf x-compute-request-id: req-fa0a3cd1-46d4-4bf7-9064-dd3b2a33c2bf Content-Type: application/json 2018-10-26 09:56:32,071 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291 used request id req-fa0a3cd1-46d4-4bf7-9064-dd3b2a33c2bf 2018-10-26 09:56:32,071 - create_instance - INFO - Checking deletion status 2018-10-26 09:56:32,074 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:32,514 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:56:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a3d071bf-fc07-4933-8ae7-4684c6bbaee5 x-compute-request-id: req-a3d071bf-fc07-4933-8ae7-4684c6bbaee5 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291", "rel": "bookmark"}], "image": {"id": "8a9f3108-4e44-4cc9-9fab-6dc833841a8c", "links": [{"href": "http://172.30.9.21:8774/images/8a9f3108-4e44-4cc9-9fab-6dc833841a8c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:56:15.000000", "flavor": {"id": "dd406629-355e-4273-94ed-febf8b37280d", "links": [{"href": "http://172.30.9.21:8774/flavors/dd406629-355e-4273-94ed-febf8b37280d", "rel": "bookmark"}]}, "id": "583d7ba8-7159-42f1-a973-3ab7f08b7291", "user_id": "8236f22be3b9431faa936aa76efc4a45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:56:32Z", "hostId": "db2315e57d5adc84f0157001e7444dd3a8f00a84d3a93353d9294c94", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-inst", "created": "2018-10-26T09:56:08Z", "tenant_id": "a944ebf11220484b9a7e6259e21c9e6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:56:32,514 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291 used request id req-a3d071bf-fc07-4933-8ae7-4684c6bbaee5 2018-10-26 09:56:32,515 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-inst] is - ACTIVE 2018-10-26 09:56:32,515 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:56:35,518 - create_instance - DEBUG - VM status query timeout in 296.553689003 2018-10-26 09:56:35,521 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:35,778 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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-d722cb8f-a734-4a36-a88c-d66ff00a23df x-compute-request-id: req-d722cb8f-a734-4a36-a88c-d66ff00a23df Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291", "rel": "bookmark"}], "image": {"id": "8a9f3108-4e44-4cc9-9fab-6dc833841a8c", "links": [{"href": "http://172.30.9.21:8774/images/8a9f3108-4e44-4cc9-9fab-6dc833841a8c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:56:15.000000", "flavor": {"id": "dd406629-355e-4273-94ed-febf8b37280d", "links": [{"href": "http://172.30.9.21:8774/flavors/dd406629-355e-4273-94ed-febf8b37280d", "rel": "bookmark"}]}, "id": "583d7ba8-7159-42f1-a973-3ab7f08b7291", "user_id": "8236f22be3b9431faa936aa76efc4a45", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:56:32Z", "hostId": "db2315e57d5adc84f0157001e7444dd3a8f00a84d3a93353d9294c94", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-inst", "created": "2018-10-26T09:56:08Z", "tenant_id": "a944ebf11220484b9a7e6259e21c9e6f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:56:35,778 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291 used request id req-d722cb8f-a734-4a36-a88c-d66ff00a23df 2018-10-26 09:56:35,778 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-inst] is - ACTIVE 2018-10-26 09:56:35,778 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:56:38,782 - create_instance - DEBUG - VM status query timeout in 293.289917946 2018-10-26 09:56:38,785 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42862eb961b39aadbc97498878a156d0caa986c2" 2018-10-26 09:56:38,832 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 09: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 x-openstack-request-id: req-860f2229-975d-4b6c-9230-88f32f29d2f7 x-compute-request-id: req-860f2229-975d-4b6c-9230-88f32f29d2f7 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 583d7ba8-7159-42f1-a973-3ab7f08b7291 could not be found.", "code": 404}} 2018-10-26 09:56:38,832 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/583d7ba8-7159-42f1-a973-3ab7f08b7291 used request id req-860f2229-975d-4b6c-9230-88f32f29d2f7 2018-10-26 09:56:38,833 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 583d7ba8-7159-42f1-a973-3ab7f08b7291 could not be found. (HTTP 404) (Request-ID: req-860f2229-975d-4b6c-9230-88f32f29d2f7) 2018-10-26 09:56:38,833 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-inst 2018-10-26 09:56:38,834 - neutron_utils - INFO - Deleting security group rule with ID - f60f1226-fc90-47d4-a2c7-e41d89eb4817 2018-10-26 09:56:38,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/f60f1226-fc90-47d4-a2c7-e41d89eb4817 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f751f1127ec5ecb99a406882c66dcb484f7341e" 2018-10-26 09:56:39,125 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fff537b2-d863-4e96-8af5-f2f5f60da026 Content-Length: 0 Date: Fri, 26 Oct 2018 09:56:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:56:39,125 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/f60f1226-fc90-47d4-a2c7-e41d89eb4817 used request id req-fff537b2-d863-4e96-8af5-f2f5f60da026 2018-10-26 09:56:39,125 - neutron_utils - INFO - Deleting security group rule with ID - 32032d69-91fd-4084-ab1f-789b6d8c6f74 2018-10-26 09:56:39,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/32032d69-91fd-4084-ab1f-789b6d8c6f74 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f751f1127ec5ecb99a406882c66dcb484f7341e" 2018-10-26 09:56:39,232 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c45be6e0-d388-4ed4-b27f-11539b7d9c7b Content-Length: 0 Date: Fri, 26 Oct 2018 09:56:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:56:39,232 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/32032d69-91fd-4084-ab1f-789b6d8c6f74 used request id req-c45be6e0-d388-4ed4-b27f-11539b7d9c7b 2018-10-26 09:56:39,232 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-name 2018-10-26 09:56:39,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/ce48a9cc-c9cb-41dd-a230-dbd52b4b0b54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f751f1127ec5ecb99a406882c66dcb484f7341e" 2018-10-26 09:56:39,538 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d5656703-c0cd-408c-8f13-c835b714ffcc Content-Length: 0 Date: Fri, 26 Oct 2018 09:56:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:56:39,538 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/ce48a9cc-c9cb-41dd-a230-dbd52b4b0b54 used request id req-d5656703-c0cd-408c-8f13-c835b714ffcc 2018-10-26 09:56:39,541 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/dd406629-355e-4273-94ed-febf8b37280d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}00b9e8d2faf794372642159c02bbc76605e064e9" 2018-10-26 09:56:39,586 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:56:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8fa2903d-ef39-4441-af16-c7121b77ae70 x-compute-request-id: req-8fa2903d-ef39-4441-af16-c7121b77ae70 Content-Length: 0 Content-Type: application/json 2018-10-26 09:56:39,587 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/dd406629-355e-4273-94ed-febf8b37280d used request id req-8fa2903d-ef39-4441-af16-c7121b77ae70 2018-10-26 09:56:39,587 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-subnet 2018-10-26 09:56:39,588 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-subnet 2018-10-26 09:56:39,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/7f8fb519-1c5f-4f02-aecf-325dbb3086f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d80971366c02ee0eacdf61b528e98df2600737d7" 2018-10-26 09:56:41,824 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-21219cf4-c81a-4729-9e8b-090ac13a135a Date: Fri, 26 Oct 2018 09:56:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:56:41,824 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/7f8fb519-1c5f-4f02-aecf-325dbb3086f6 used request id req-21219cf4-c81a-4729-9e8b-090ac13a135a 2018-10-26 09:56:41,824 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-pub-net 2018-10-26 09:56:41,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/723b0ab2-39da-40e8-9af4-3651e0b93039 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d80971366c02ee0eacdf61b528e98df2600737d7" 2018-10-26 09:56:42,948 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f0b3e75a-898f-44a5-b150-ec5ceb20c461 Date: Fri, 26 Oct 2018 09:56:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:56:42,948 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/723b0ab2-39da-40e8-9af4-3651e0b93039 used request id req-f0b3e75a-898f-44a5-b150-ec5ceb20c461 2018-10-26 09:56:42,949 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-040ef304-6a8f-4b2e-835e-23fdcccf379e-image 2018-10-26 09:56:42,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/8a9f3108-4e44-4cc9-9fab-6dc833841a8c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}09dc67880d854e5ce216723ac89aa5ac80f35016" 2018-10-26 09:56:44,172 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a3ec732f-c238-40ab-859c-a30868838616 Date: Fri, 26 Oct 2018 09:56:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-26 09:56:44,172 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/8a9f3108-4e44-4cc9-9fab-6dc833841a8c used request id req-a3ec732f-c238-40ab-859c-a30868838616 2018-10-26 09:56:44,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0263e754977d10a8af361286151948f2c0fdd466" 2018-10-26 09:56:44,401 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-b771bf45-2f1f-42fa-a440-02b2c79d2ad6 Date: Fri, 26 Oct 2018 09:56:44 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a944ebf11220484b9a7e6259e21c9e6f", "created_at": "2018-10-26T09:55:54Z", "updated_at": "2018-10-26T09:55:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:55:55Z", "revision_number": 0, "id": "08e0830a-15c1-48b9-b4e5-c3c638a5e4aa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:55:55Z", "security_group_id": "abfaf9d8-1a39-43ff-9687-9c45ef40bc51", "tenant_id": "a944ebf11220484b9a7e6259e21c9e6f", "port_range_min": null, "ethertype": "IPv6", "project_id": "a944ebf11220484b9a7e6259e21c9e6f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:55:54Z", "revision_number": 0, "id": "8411e1e0-4f67-45a1-87ad-358203179c82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:55:54Z", "security_group_id": "abfaf9d8-1a39-43ff-9687-9c45ef40bc51", "tenant_id": "a944ebf11220484b9a7e6259e21c9e6f", "port_range_min": null, "ethertype": "IPv4", "project_id": "a944ebf11220484b9a7e6259e21c9e6f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:55:55Z", "revision_number": 0, "id": "86cf55eb-f805-46e3-91ba-2c8ce30755d5", "remote_group_id": "abfaf9d8-1a39-43ff-9687-9c45ef40bc51", "remote_ip_prefix": null, "created_at": "2018-10-26T09:55:55Z", "security_group_id": "abfaf9d8-1a39-43ff-9687-9c45ef40bc51", "tenant_id": "a944ebf11220484b9a7e6259e21c9e6f", "port_range_min": null, "ethertype": "IPv6", "project_id": "a944ebf11220484b9a7e6259e21c9e6f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:55:54Z", "revision_number": 0, "id": "d0711963-8e35-448c-b956-0f8ef62c9f39", "remote_group_id": "abfaf9d8-1a39-43ff-9687-9c45ef40bc51", "remote_ip_prefix": null, "created_at": "2018-10-26T09:55:54Z", "security_group_id": "abfaf9d8-1a39-43ff-9687-9c45ef40bc51", "tenant_id": "a944ebf11220484b9a7e6259e21c9e6f", "port_range_min": null, "ethertype": "IPv4", "project_id": "a944ebf11220484b9a7e6259e21c9e6f"}], "revision_number": 4, "project_id": "a944ebf11220484b9a7e6259e21c9e6f", "id": "abfaf9d8-1a39-43ff-9687-9c45ef40bc51", "name": "default"}]} 2018-10-26 09:56:44,402 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-b771bf45-2f1f-42fa-a440-02b2c79d2ad6 2018-10-26 09:56:44,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0263e754977d10a8af361286151948f2c0fdd466" 2018-10-26 09:56:44,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:56:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c22723b9-c151-42f1-92fd-ec0c1dde4e57 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:56:44,502 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-c22723b9-c151-42f1-92fd-ec0c1dde4e57 2018-10-26 09:56:44,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0263e754977d10a8af361286151948f2c0fdd466" 2018-10-26 09:56:44,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:56:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c787c96-6f5a-49ea-970a-04bc124d613d 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:56:44,612 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-5c787c96-6f5a-49ea-970a-04bc124d613d 2018-10-26 09:56:44,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0263e754977d10a8af361286151948f2c0fdd466" 2018-10-26 09:56:44,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:56:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb8ced01-59b2-4f2c-ac5d-2f67c7bc38d5 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:56:44,706 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-fb8ced01-59b2-4f2c-ac5d-2f67c7bc38d5 2018-10-26 09:56:44,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a944ebf11220484b9a7e6259e21c9e6f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0263e754977d10a8af361286151948f2c0fdd466" 2018-10-26 09:56:44,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:56:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03077168-0d19-4966-8293-7add940f3413 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a944ebf11220484b9a7e6259e21c9e6f"}, "enabled": true, "id": "a944ebf11220484b9a7e6259e21c9e6f", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-f536eeb4-75ca-4c5-proj"}} 2018-10-26 09:56:44,796 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a944ebf11220484b9a7e6259e21c9e6f used request id req-03077168-0d19-4966-8293-7add940f3413 2018-10-26 09:56:44,796 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - abfaf9d8-1a39-43ff-9687-9c45ef40bc51 2018-10-26 09:56:44,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=abfaf9d8-1a39-43ff-9687-9c45ef40bc51 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0263e754977d10a8af361286151948f2c0fdd466" 2018-10-26 09:56:44,979 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-a2974afd-1a77-4e13-ba53-0f2f11f65a75 Date: Fri, 26 Oct 2018 09:56:44 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:55:55Z", "security_group_id": "abfaf9d8-1a39-43ff-9687-9c45ef40bc51", "port_range_min": null, "revision_number": 0, "tenant_id": "a944ebf11220484b9a7e6259e21c9e6f", "created_at": "2018-10-26T09:55:55Z", "project_id": "a944ebf11220484b9a7e6259e21c9e6f", "id": "08e0830a-15c1-48b9-b4e5-c3c638a5e4aa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:55:54Z", "security_group_id": "abfaf9d8-1a39-43ff-9687-9c45ef40bc51", "port_range_min": null, "revision_number": 0, "tenant_id": "a944ebf11220484b9a7e6259e21c9e6f", "created_at": "2018-10-26T09:55:54Z", "project_id": "a944ebf11220484b9a7e6259e21c9e6f", "id": "8411e1e0-4f67-45a1-87ad-358203179c82"}, {"remote_group_id": "abfaf9d8-1a39-43ff-9687-9c45ef40bc51", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:55:55Z", "security_group_id": "abfaf9d8-1a39-43ff-9687-9c45ef40bc51", "port_range_min": null, "revision_number": 0, "tenant_id": "a944ebf11220484b9a7e6259e21c9e6f", "created_at": "2018-10-26T09:55:55Z", "project_id": "a944ebf11220484b9a7e6259e21c9e6f", "id": "86cf55eb-f805-46e3-91ba-2c8ce30755d5"}, {"remote_group_id": "abfaf9d8-1a39-43ff-9687-9c45ef40bc51", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:55:54Z", "security_group_id": "abfaf9d8-1a39-43ff-9687-9c45ef40bc51", "port_range_min": null, "revision_number": 0, "tenant_id": "a944ebf11220484b9a7e6259e21c9e6f", "created_at": "2018-10-26T09:55:54Z", "project_id": "a944ebf11220484b9a7e6259e21c9e6f", "id": "d0711963-8e35-448c-b956-0f8ef62c9f39"}]} 2018-10-26 09:56:44,979 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=abfaf9d8-1a39-43ff-9687-9c45ef40bc51 used request id req-a2974afd-1a77-4e13-ba53-0f2f11f65a75 2018-10-26 09:56:44,980 - neutron_utils - INFO - Deleting security group with name - default 2018-10-26 09:56:44,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/abfaf9d8-1a39-43ff-9687-9c45ef40bc51 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0263e754977d10a8af361286151948f2c0fdd466" 2018-10-26 09:56:45,290 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-974464ab-981e-44a9-8e61-babbef17c9fc Content-Length: 0 Date: Fri, 26 Oct 2018 09:56:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:56:45,291 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/abfaf9d8-1a39-43ff-9687-9c45ef40bc51 used request id req-974464ab-981e-44a9-8e61-babbef17c9fc 2018-10-26 09:56:45,291 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-f536eeb4-75ca-4c5-proj 2018-10-26 09:56:45,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/a944ebf11220484b9a7e6259e21c9e6f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0263e754977d10a8af361286151948f2c0fdd466" 2018-10-26 09:56:45,473 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:56:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8728ffd5-8132-456e-9925-b654749cb17a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:56:45,473 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/a944ebf11220484b9a7e6259e21c9e6f used request id req-8728ffd5-8132-456e-9925-b654749cb17a 2018-10-26 09:56:45,473 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-f536eeb4-75ca-4c5-proj-role 2018-10-26 09:56:45,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/04b48a22fef4457cbaabf50211a54bd6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0263e754977d10a8af361286151948f2c0fdd466" 2018-10-26 09:56:45,602 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:56:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b5efd334-eb23-4731-b402-07f8793e8726 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:56:45,602 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/04b48a22fef4457cbaabf50211a54bd6 used request id req-b5efd334-eb23-4731-b402-07f8793e8726 2018-10-26 09:56:45,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0263e754977d10a8af361286151948f2c0fdd466" 2018-10-26 09:56:45,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:56:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d55be65b-83c2-43f3-bc89-46a12f656962 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:56:45,697 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-d55be65b-83c2-43f3-bc89-46a12f656962 2018-10-26 09:56:45,698 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-f536eeb4-75ca-4c5-user 2018-10-26 09:56:45,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/8236f22be3b9431faa936aa76efc4a45 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53338ef231f255bbfbe788e05b8b8879b2b91d31" 2018-10-26 09:56:45,890 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:56:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-47dd2afb-0864-4bec-821b-ae9cc0a793da Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:56:45,890 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/8236f22be3b9431faa936aa76efc4a45 used request id req-47dd2afb-0864-4bec-821b-ae9cc0a793da 2018-10-26 09:56:45,892 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:56:46,283 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:56:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["ERgPmDEETXacz_9BFa8fOg"], "issued_at": "2018-10-26T09:56:46.000000Z"}} 2018-10-26 09:56:46,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5abfb0cab815721bc575d24f2bbb1d20bdafaa40" 2018-10-26 09:56:46,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:56:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74c52e3f-14f1-4a1c-9385-bf9f8f661593 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:56:46,368 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-74c52e3f-14f1-4a1c-9385-bf9f8f661593 2018-10-26 09:56:46,370 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:56:46,371 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:56:46,751 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:56:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["KM5-5xyVTZG_ZufAMQgwrw"], "issued_at": "2018-10-26T09:56:46.000000Z"}} 2018-10-26 09:56:46,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8572716f83b2edb16493ecba156baec0d3dd1d57" 2018-10-26 09:56:46,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:56:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a3f493d-205f-4dee-ae26-d919221b7e75 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:56:46,921 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-3a3f493d-205f-4dee-ae26-d919221b7e75 2018-10-26 09:56:46,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:56:46,930 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:56: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:56:46,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-7c2659b6-bbba-4a1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8572716f83b2edb16493ecba156baec0d3dd1d57" 2018-10-26 09:56:47,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:56:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2f8f630-515c-4916-a271-45d320540fe2 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-7c2659b6-bbba-4a1-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:56:47,012 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-7c2659b6-bbba-4a1-proj used request id req-a2f8f630-515c-4916-a271-45d320540fe2 2018-10-26 09:56:47,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8572716f83b2edb16493ecba156baec0d3dd1d57" 2018-10-26 09:56:47,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:56:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d8f0cf7-1bd2-4148-825e-d596883dfc02 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:56:47,108 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-2d8f0cf7-1bd2-4148-825e-d596883dfc02 2018-10-26 09:56:47,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8572716f83b2edb16493ecba156baec0d3dd1d57" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-7c2659b6-bbba-4a1-proj"}}' 2018-10-26 09:56:47,286 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:56:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-60033064-d544-4940-8b35-0359b25fae74 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8acc4c9a272f420a918f41659c9a00c9"}, "enabled": true, "id": "8acc4c9a272f420a918f41659c9a00c9", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-7c2659b6-bbba-4a1-proj"}} 2018-10-26 09:56:47,287 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-60033064-d544-4940-8b35-0359b25fae74 2018-10-26 09:56:47,287 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-7c2659b6-bbba-4a1-proj 2018-10-26 09:56:47,287 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:56:47,288 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:56:47,663 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:56:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["m7-2DxBnTOm6FalCAe1JIA"], "issued_at": "2018-10-26T09:56:47.000000Z"}} 2018-10-26 09:56:47,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49d5779686b84d3d1be779848526019a80a647ec" 2018-10-26 09:56:47,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:56:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b018d79-8554-4a5b-a84a-b91e044b8d59 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:56:47,755 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-3b018d79-8554-4a5b-a84a-b91e044b8d59 2018-10-26 09:56:47,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:56:47,765 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:56: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:56:47,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49d5779686b84d3d1be779848526019a80a647ec" 2018-10-26 09:56:47,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:56:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6bd0c86a-3933-4ef1-9044-7d62499b0d75 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:56:47,863 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-6bd0c86a-3933-4ef1-9044-7d62499b0d75 2018-10-26 09:56:47,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=InstanceSecurityGroupTests-7c2659b6-bbba-4a1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49d5779686b84d3d1be779848526019a80a647ec" 2018-10-26 09:56:47,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:56:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48cf5c2b-a73b-4236-9257-66ba14d531a3 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=InstanceSecurityGroupTests-7c2659b6-bbba-4a1-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8acc4c9a272f420a918f41659c9a00c9"}, "enabled": true, "id": "8acc4c9a272f420a918f41659c9a00c9", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-7c2659b6-bbba-4a1-proj"}]} 2018-10-26 09:56:47,955 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=InstanceSecurityGroupTests-7c2659b6-bbba-4a1-proj used request id req-48cf5c2b-a73b-4236-9257-66ba14d531a3 2018-10-26 09:56:47,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49d5779686b84d3d1be779848526019a80a647ec" 2018-10-26 09:56:48,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:56:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-122d5316-b2db-4f3d-8a58-cb3f80330509 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:56:48,065 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-122d5316-b2db-4f3d-8a58-cb3f80330509 2018-10-26 09:56:48,441 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-7c2659b6-bbba-4a1-user 2018-10-26 09:56:48,441 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:56:48,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8572716f83b2edb16493ecba156baec0d3dd1d57" 2018-10-26 09:56:48,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:56:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c899ef8c-0e72-415b-b9d4-3a5af40392de Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:56:48,536 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c899ef8c-0e72-415b-b9d4-3a5af40392de 2018-10-26 09:56:48,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8572716f83b2edb16493ecba156baec0d3dd1d57" -d '{"role": {"name": "InstanceSecurityGroupTests-7c2659b6-bbba-4a1-proj-role"}}' 2018-10-26 09:56:48,658 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:56:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7285f71e-2279-46cd-b7a9-734ed1f6fdfc Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "48bea5dcc5bf4f4a98ef8ff14e354843", "links": {"self": "http://172.30.9.21:5000/v3/roles/48bea5dcc5bf4f4a98ef8ff14e354843"}, "name": "InstanceSecurityGroupTests-7c2659b6-bbba-4a1-proj-role"}} 2018-10-26 09:56:48,658 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-7285f71e-2279-46cd-b7a9-734ed1f6fdfc 2018-10-26 09:56:48,658 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-7c2659b6-bbba-4a1-proj-role 2018-10-26 09:56:48,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/48bea5dcc5bf4f4a98ef8ff14e354843 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8572716f83b2edb16493ecba156baec0d3dd1d57" 2018-10-26 09:56:48,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:56:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6be37d5a-73f0-4eed-910e-25b99c2a594a Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/48bea5dcc5bf4f4a98ef8ff14e354843"}, "domain_id": null, "name": "InstanceSecurityGroupTests-7c2659b6-bbba-4a1-proj-role", "id": "48bea5dcc5bf4f4a98ef8ff14e354843"}} 2018-10-26 09:56:48,679 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/48bea5dcc5bf4f4a98ef8ff14e354843 used request id req-6be37d5a-73f0-4eed-910e-25b99c2a594a 2018-10-26 09:56:48,679 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-7c2659b6-bbba-4a1-proj-role to project InstanceSecurityGroupTests-7c2659b6-bbba-4a1-proj 2018-10-26 09:56:48,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/8acc4c9a272f420a918f41659c9a00c9/users/da29bf4c8e9b4e8da48dec45ac9bff6b/roles/48bea5dcc5bf4f4a98ef8ff14e354843 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8572716f83b2edb16493ecba156baec0d3dd1d57" 2018-10-26 09:56:48,815 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:56:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4f846e94-490c-4aab-88bd-32710a1d65d0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:56:48,815 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/8acc4c9a272f420a918f41659c9a00c9/users/da29bf4c8e9b4e8da48dec45ac9bff6b/roles/48bea5dcc5bf4f4a98ef8ff14e354843 used request id req-4f846e94-490c-4aab-88bd-32710a1d65d0 2018-10-26 09:56:48,816 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:56:48,817 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-26 09:56:48,817 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:56:48,818 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:56:49,198 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "48bea5dcc5bf4f4a98ef8ff14e354843", "name": "InstanceSecurityGroupTests-7c2659b6-bbba-4a1-proj-role"}], "expires_at": "2018-10-26T10:56:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8acc4c9a272f420a918f41659c9a00c9", "name": "InstanceSecurityGroupTests-7c2659b6-bbba-4a1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/8acc4c9a272f420a918f41659c9a00c9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/8acc4c9a272f420a918f41659c9a00c9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/8acc4c9a272f420a918f41659c9a00c9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/8acc4c9a272f420a918f41659c9a00c9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/8acc4c9a272f420a918f41659c9a00c9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/8acc4c9a272f420a918f41659c9a00c9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/8acc4c9a272f420a918f41659c9a00c9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/8acc4c9a272f420a918f41659c9a00c9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/8acc4c9a272f420a918f41659c9a00c9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/8acc4c9a272f420a918f41659c9a00c9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/8acc4c9a272f420a918f41659c9a00c9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/8acc4c9a272f420a918f41659c9a00c9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-7c2659b6-bbba-4a1-user", "id": "da29bf4c8e9b4e8da48dec45ac9bff6b"}, "audit_ids": ["FDiw9VcCTW2cYznhWMfUmg"], "issued_at": "2018-10-26T09:56:49.000000Z"}} 2018-10-26 09:56:49,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cfa6bc5f4a6c825e43c4909cd952de1a570b518" 2018-10-26 09:56:49,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:56:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d944e301-4f20-4aed-aaf0-a76c30a46610 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:56:49,274 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d944e301-4f20-4aed-aaf0-a76c30a46610 2018-10-26 09:56:49,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9cfa6bc5f4a6c825e43c4909cd952de1a570b518" 2018-10-26 09:56:49,458 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-341fcd92-ab89-4982-a10f-9a5811e4ef63 Date: Fri, 26 Oct 2018 09:56:49 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-image"} 2018-10-26 09:56:49,459 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-image used request id req-341fcd92-ab89-4982-a10f-9a5811e4ef63 2018-10-26 09:56:49,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9cfa6bc5f4a6c825e43c4909cd952de1a570b518" 2018-10-26 09:56:49,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ee26c082-3d4c-42c9-92c6-8515441e0ea1 Date: Fri, 26 Oct 2018 09:56: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-26 09:56:49,624 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-ee26c082-3d4c-42c9-92c6-8515441e0ea1 2018-10-26 09:56:49,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9cfa6bc5f4a6c825e43c4909cd952de1a570b518" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-image"}' 2018-10-26 09:56:49,844 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/24326a57-c1f4-4b86-bf74-e6759f4d918f X-Openstack-Request-Id: req-a7087cec-9fb6-441d-90ac-219bfdb9d932 Date: Fri, 26 Oct 2018 09:56:49 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:56:49Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-26T09:56:49Z", "visibility": "shared", "locations": [], "self": "/v2/images/24326a57-c1f4-4b86-bf74-e6759f4d918f", "min_disk": 0, "protected": false, "id": "24326a57-c1f4-4b86-bf74-e6759f4d918f", "file": "/v2/images/24326a57-c1f4-4b86-bf74-e6759f4d918f/file", "checksum": null, "owner": "8acc4c9a272f420a918f41659c9a00c9", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:56:49,844 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-a7087cec-9fb6-441d-90ac-219bfdb9d932 2018-10-26 09:56:49,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/24326a57-c1f4-4b86-bf74-e6759f4d918f/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9cfa6bc5f4a6c825e43c4909cd952de1a570b518" -d '' 2018-10-26 09:56:51,694 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a72eafe4-bdc4-42fe-9057-769b25d99bf7 Date: Fri, 26 Oct 2018 09:56: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-26 09:56:51,694 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/24326a57-c1f4-4b86-bf74-e6759f4d918f/file used request id req-a72eafe4-bdc4-42fe-9057-769b25d99bf7 2018-10-26 09:56:51,695 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 09:56:51,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/24326a57-c1f4-4b86-bf74-e6759f4d918f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9cfa6bc5f4a6c825e43c4909cd952de1a570b518" 2018-10-26 09:56:51,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-f86dee57-8990-4b69-9dbb-ee74a5797053 Date: Fri, 26 Oct 2018 09:56:51 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:56:49Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:56:51Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/24326a57-c1f4-4b86-bf74-e6759f4d918f/snap", "metadata": {}}], "self": "/v2/images/24326a57-c1f4-4b86-bf74-e6759f4d918f", "min_disk": 0, "protected": false, "id": "24326a57-c1f4-4b86-bf74-e6759f4d918f", "file": "/v2/images/24326a57-c1f4-4b86-bf74-e6759f4d918f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8acc4c9a272f420a918f41659c9a00c9", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/24326a57-c1f4-4b86-bf74-e6759f4d918f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:56:51,716 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/24326a57-c1f4-4b86-bf74-e6759f4d918f used request id req-f86dee57-8990-4b69-9dbb-ee74a5797053 2018-10-26 09:56:51,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9cfa6bc5f4a6c825e43c4909cd952de1a570b518" 2018-10-26 09:56:51,882 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-11b73f3e-0117-42ea-bd9a-80c26791eda8 Date: Fri, 26 Oct 2018 09:56: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-26 09:56:51,882 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-11b73f3e-0117-42ea-bd9a-80c26791eda8 2018-10-26 09:56:51,885 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-image 2018-10-26 09:56:51,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/24326a57-c1f4-4b86-bf74-e6759f4d918f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9cfa6bc5f4a6c825e43c4909cd952de1a570b518" 2018-10-26 09:56:52,057 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-73082682-e5f3-4a87-89f4-cef8a7a086ca Date: Fri, 26 Oct 2018 09:56:52 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:56:49Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:56:51Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/24326a57-c1f4-4b86-bf74-e6759f4d918f/snap", "metadata": {}}], "self": "/v2/images/24326a57-c1f4-4b86-bf74-e6759f4d918f", "min_disk": 0, "protected": false, "id": "24326a57-c1f4-4b86-bf74-e6759f4d918f", "file": "/v2/images/24326a57-c1f4-4b86-bf74-e6759f4d918f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8acc4c9a272f420a918f41659c9a00c9", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/24326a57-c1f4-4b86-bf74-e6759f4d918f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:56:52,057 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/24326a57-c1f4-4b86-bf74-e6759f4d918f used request id req-73082682-e5f3-4a87-89f4-cef8a7a086ca 2018-10-26 09:56:52,057 - create_image - DEBUG - Instance status is - active 2018-10-26 09:56:52,058 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-image 2018-10-26 09:56:52,058 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-image 2018-10-26 09:56:52,058 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:56:52,059 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:56:52,434 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "48bea5dcc5bf4f4a98ef8ff14e354843", "name": "InstanceSecurityGroupTests-7c2659b6-bbba-4a1-proj-role"}], "expires_at": "2018-10-26T10:56:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8acc4c9a272f420a918f41659c9a00c9", "name": "InstanceSecurityGroupTests-7c2659b6-bbba-4a1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/8acc4c9a272f420a918f41659c9a00c9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/8acc4c9a272f420a918f41659c9a00c9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/8acc4c9a272f420a918f41659c9a00c9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/8acc4c9a272f420a918f41659c9a00c9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/8acc4c9a272f420a918f41659c9a00c9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/8acc4c9a272f420a918f41659c9a00c9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/8acc4c9a272f420a918f41659c9a00c9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/8acc4c9a272f420a918f41659c9a00c9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/8acc4c9a272f420a918f41659c9a00c9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/8acc4c9a272f420a918f41659c9a00c9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/8acc4c9a272f420a918f41659c9a00c9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/8acc4c9a272f420a918f41659c9a00c9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-7c2659b6-bbba-4a1-user", "id": "da29bf4c8e9b4e8da48dec45ac9bff6b"}, "audit_ids": ["XJNnFwDTRYKXoC6g1u5LiQ"], "issued_at": "2018-10-26T09:56:52.000000Z"}} 2018-10-26 09:56:52,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac61d324f77e6df9ea9a90b9de2cd9ecb8afc743" 2018-10-26 09:56:52,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:56:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66660372-57ca-4445-b184-c266305888b9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:56:52,513 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-66660372-57ca-4445-b184-c266305888b9 2018-10-26 09:56:52,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac61d324f77e6df9ea9a90b9de2cd9ecb8afc743" 2018-10-26 09:56:52,691 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-bf271917-0038-493d-936b-62c12bda7c08 Date: Fri, 26 Oct 2018 09:56:52 GMT RESP BODY: {"networks":[]} 2018-10-26 09:56:52,691 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-pub-net used request id req-bf271917-0038-493d-936b-62c12bda7c08 2018-10-26 09:56:52,691 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-pub-net 2018-10-26 09:56:52,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac61d324f77e6df9ea9a90b9de2cd9ecb8afc743" -d '{"network": {"name": "InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-pub-net", "admin_state_up": true}}' 2018-10-26 09:56:53,200 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-c8596026-2a8e-438d-a4d5-c2861fdabb32 Date: Fri, 26 Oct 2018 09:56:53 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"76761423-9340-467c-8d6c-a92bb0422c07","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8acc4c9a272f420a918f41659c9a00c9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T09:56:53Z","is_default":false,"name":"InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"8acc4c9a272f420a918f41659c9a00c9","created_at":"2018-10-26T09:56:53Z","mtu":1450}} 2018-10-26 09:56:53,200 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-c8596026-2a8e-438d-a4d5-c2861fdabb32 2018-10-26 09:56:53,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=76761423-9340-467c-8d6c-a92bb0422c07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac61d324f77e6df9ea9a90b9de2cd9ecb8afc743" 2018-10-26 09:56:53,446 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-96bbac75-479d-4a04-89a1-4376fa0da6c3 Date: Fri, 26 Oct 2018 09:56:53 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-26T09:56:53Z","tenant_id":"8acc4c9a272f420a918f41659c9a00c9","created_at":"2018-10-26T09:56:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8acc4c9a272f420a918f41659c9a00c9","id":"76761423-9340-467c-8d6c-a92bb0422c07","name":"InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-pub-net"}]} 2018-10-26 09:56:53,447 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=76761423-9340-467c-8d6c-a92bb0422c07 used request id req-96bbac75-479d-4a04-89a1-4376fa0da6c3 2018-10-26 09:56:53,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=76761423-9340-467c-8d6c-a92bb0422c07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac61d324f77e6df9ea9a90b9de2cd9ecb8afc743" 2018-10-26 09:56:53,486 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-57719e62-fc93-40be-a8de-559fb9185794 Date: Fri, 26 Oct 2018 09:56:53 GMT RESP BODY: {"subnets":[]} 2018-10-26 09:56:53,486 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=76761423-9340-467c-8d6c-a92bb0422c07 used request id req-57719e62-fc93-40be-a8de-559fb9185794 2018-10-26 09:56:53,486 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-pub-subnet 2018-10-26 09:56:53,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac61d324f77e6df9ea9a90b9de2cd9ecb8afc743" -d '{"subnets": [{"ip_version": 4, "network_id": "76761423-9340-467c-8d6c-a92bb0422c07", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-pub-subnet"}]}' 2018-10-26 09:56:54,331 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-d810812e-a0f0-4701-9c2d-631c307c2db4 Date: Fri, 26 Oct 2018 09:56:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"76761423-9340-467c-8d6c-a92bb0422c07","tenant_id":"8acc4c9a272f420a918f41659c9a00c9","created_at":"2018-10-26T09:56:54Z","dns_nameservers":[],"updated_at":"2018-10-26T09:56:54Z","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":"8acc4c9a272f420a918f41659c9a00c9","id":"ab989c21-2ea5-48ac-a800-3b3578ba49f6","subnetpool_id":null,"name":"InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-pub-subnet"}]} 2018-10-26 09:56:54,332 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-d810812e-a0f0-4701-9c2d-631c307c2db4 2018-10-26 09:56:54,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=76761423-9340-467c-8d6c-a92bb0422c07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac61d324f77e6df9ea9a90b9de2cd9ecb8afc743" 2018-10-26 09:56:54,595 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-d803e665-8934-4fd3-b04c-59052a392c7c Date: Fri, 26 Oct 2018 09:56: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":["ab989c21-2ea5-48ac-a800-3b3578ba49f6"],"updated_at":"2018-10-26T09:56:54Z","tenant_id":"8acc4c9a272f420a918f41659c9a00c9","created_at":"2018-10-26T09:56:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8acc4c9a272f420a918f41659c9a00c9","id":"76761423-9340-467c-8d6c-a92bb0422c07","name":"InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-pub-net"}]} 2018-10-26 09:56:54,596 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=76761423-9340-467c-8d6c-a92bb0422c07 used request id req-d803e665-8934-4fd3-b04c-59052a392c7c 2018-10-26 09:56:54,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=76761423-9340-467c-8d6c-a92bb0422c07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac61d324f77e6df9ea9a90b9de2cd9ecb8afc743" 2018-10-26 09:56:54,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-4259f54e-7b21-475e-89a9-798238b5ef01 Date: Fri, 26 Oct 2018 09:56:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"76761423-9340-467c-8d6c-a92bb0422c07","tenant_id":"8acc4c9a272f420a918f41659c9a00c9","created_at":"2018-10-26T09:56:54Z","dns_nameservers":[],"updated_at":"2018-10-26T09:56:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"8acc4c9a272f420a918f41659c9a00c9","id":"ab989c21-2ea5-48ac-a800-3b3578ba49f6","subnetpool_id":null,"name":"InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-pub-subnet"}]} 2018-10-26 09:56:54,808 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=76761423-9340-467c-8d6c-a92bb0422c07 used request id req-4259f54e-7b21-475e-89a9-798238b5ef01 2018-10-26 09:56:54,808 - OpenStackNetwork - DEBUG - Network [76761423-9340-467c-8d6c-a92bb0422c07] created successfully 2018-10-26 09:56:54,809 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:56:54,810 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:56:55,195 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:56:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["EH01rsKnTQ29YIHVDZnupg"], "issued_at": "2018-10-26T09:56:55.000000Z"}} 2018-10-26 09:56:55,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44256db61eedd1c60dfeb822f3fb268577f07771" 2018-10-26 09:56:55,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:56:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81480e56-fa5b-4951-a621-5716755fa5b7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:56:55,280 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-81480e56-fa5b-4951-a621-5716755fa5b7 2018-10-26 09:56:55,281 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:56:55,286 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44256db61eedd1c60dfeb822f3fb268577f07771" 2018-10-26 09:56:55,469 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:56:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3b43886a-b94d-472b-beb4-8c2b1f39c141 x-compute-request-id: req-3b43886a-b94d-472b-beb4-8c2b1f39c141 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-26 09:56:55,469 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-3b43886a-b94d-472b-beb4-8c2b1f39c141 2018-10-26 09:56:55,473 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44256db61eedd1c60dfeb822f3fb268577f07771" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-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-26 09:56:55,518 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:56:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cc15a7a3-75e5-4238-a539-cac2c0cf9160 x-compute-request-id: req-cc15a7a3-75e5-4238-a539-cac2c0cf9160 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/97f85725-e81e-4355-b21d-3ebf043bbde1", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/97f85725-e81e-4355-b21d-3ebf043bbde1", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "97f85725-e81e-4355-b21d-3ebf043bbde1", "name": "InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 09:56:55,518 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-cc15a7a3-75e5-4238-a539-cac2c0cf9160 2018-10-26 09:56:55,519 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:56:55,520 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:56:55,896 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "48bea5dcc5bf4f4a98ef8ff14e354843", "name": "InstanceSecurityGroupTests-7c2659b6-bbba-4a1-proj-role"}], "expires_at": "2018-10-26T10:56:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8acc4c9a272f420a918f41659c9a00c9", "name": "InstanceSecurityGroupTests-7c2659b6-bbba-4a1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/8acc4c9a272f420a918f41659c9a00c9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/8acc4c9a272f420a918f41659c9a00c9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/8acc4c9a272f420a918f41659c9a00c9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/8acc4c9a272f420a918f41659c9a00c9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/8acc4c9a272f420a918f41659c9a00c9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/8acc4c9a272f420a918f41659c9a00c9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/8acc4c9a272f420a918f41659c9a00c9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/8acc4c9a272f420a918f41659c9a00c9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/8acc4c9a272f420a918f41659c9a00c9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/8acc4c9a272f420a918f41659c9a00c9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/8acc4c9a272f420a918f41659c9a00c9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/8acc4c9a272f420a918f41659c9a00c9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-7c2659b6-bbba-4a1-user", "id": "da29bf4c8e9b4e8da48dec45ac9bff6b"}, "audit_ids": ["zSQAMVp4S_yjYyHaoC1jqg"], "issued_at": "2018-10-26T09:56:55.000000Z"}} 2018-10-26 09:56:55,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b861a9a6cc66da814e1a30e4f14a3b8add063f" 2018-10-26 09:56:55,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:56:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-890975e1-363e-405f-87d2-f6a94a5d8ee5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:56:55,967 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-890975e1-363e-405f-87d2-f6a94a5d8ee5 2018-10-26 09:56:55,969 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:56:55,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b861a9a6cc66da814e1a30e4f14a3b8add063f" 2018-10-26 09:56:56,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:56:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d70c2b8f-c0e0-44e3-bd2c-455410ed72fb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:56:56,047 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d70c2b8f-c0e0-44e3-bd2c-455410ed72fb 2018-10-26 09:56:56,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b861a9a6cc66da814e1a30e4f14a3b8add063f" 2018-10-26 09:56:56,384 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-138d3509-2657-4f61-a8d1-24ad0e46a297 Date: Fri, 26 Oct 2018 09:56: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":["ab989c21-2ea5-48ac-a800-3b3578ba49f6"],"updated_at":"2018-10-26T09:56:54Z","tenant_id":"8acc4c9a272f420a918f41659c9a00c9","created_at":"2018-10-26T09:56:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8acc4c9a272f420a918f41659c9a00c9","id":"76761423-9340-467c-8d6c-a92bb0422c07","name":"InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-pub-net"}]} 2018-10-26 09:56:56,384 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-pub-net used request id req-138d3509-2657-4f61-a8d1-24ad0e46a297 2018-10-26 09:56:56,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:56:56,393 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:56: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:56:56,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8acc4c9a272f420a918f41659c9a00c9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b861a9a6cc66da814e1a30e4f14a3b8add063f" 2018-10-26 09:56:56,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:56:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c021c759-7d76-4a04-9806-76af4947d2a9 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8acc4c9a272f420a918f41659c9a00c9"}, "enabled": true, "id": "8acc4c9a272f420a918f41659c9a00c9", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-7c2659b6-bbba-4a1-proj"}} 2018-10-26 09:56:56,477 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8acc4c9a272f420a918f41659c9a00c9 used request id req-c021c759-7d76-4a04-9806-76af4947d2a9 2018-10-26 09:56:56,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=76761423-9340-467c-8d6c-a92bb0422c07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b861a9a6cc66da814e1a30e4f14a3b8add063f" 2018-10-26 09:56:56,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-31b69fb8-0667-42ad-9bbd-9d57e98eadb4 Date: Fri, 26 Oct 2018 09:56:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"76761423-9340-467c-8d6c-a92bb0422c07","tenant_id":"8acc4c9a272f420a918f41659c9a00c9","created_at":"2018-10-26T09:56:54Z","dns_nameservers":[],"updated_at":"2018-10-26T09:56:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"8acc4c9a272f420a918f41659c9a00c9","id":"ab989c21-2ea5-48ac-a800-3b3578ba49f6","subnetpool_id":null,"name":"InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-pub-subnet"}]} 2018-10-26 09:56:56,684 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=76761423-9340-467c-8d6c-a92bb0422c07 used request id req-31b69fb8-0667-42ad-9bbd-9d57e98eadb4 2018-10-26 09:56:56,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=76761423-9340-467c-8d6c-a92bb0422c07&name=InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b861a9a6cc66da814e1a30e4f14a3b8add063f" 2018-10-26 09:56:56,867 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-0f7a5953-1717-4d51-8cb4-abf5d82d6792 Date: Fri, 26 Oct 2018 09:56:56 GMT RESP BODY: {"ports":[]} 2018-10-26 09:56:56,867 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=76761423-9340-467c-8d6c-a92bb0422c07&name=InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-port&admin_state_up=True used request id req-0f7a5953-1717-4d51-8cb4-abf5d82d6792 2018-10-26 09:56:56,870 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b861a9a6cc66da814e1a30e4f14a3b8add063f" 2018-10-26 09:56:57,099 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:56: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-f6937e62-79f9-4fc8-9d46-e8d13fa0678f x-compute-request-id: req-f6937e62-79f9-4fc8-9d46-e8d13fa0678f Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-26 09:56:57,099 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-inst used request id req-f6937e62-79f9-4fc8-9d46-e8d13fa0678f 2018-10-26 09:56:57,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b861a9a6cc66da814e1a30e4f14a3b8add063f" 2018-10-26 09:56:57,353 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-8b56a5aa-163f-427a-bf28-7777376203fc Date: Fri, 26 Oct 2018 09:56: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":["ab989c21-2ea5-48ac-a800-3b3578ba49f6"],"updated_at":"2018-10-26T09:56:54Z","tenant_id":"8acc4c9a272f420a918f41659c9a00c9","created_at":"2018-10-26T09:56:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8acc4c9a272f420a918f41659c9a00c9","id":"76761423-9340-467c-8d6c-a92bb0422c07","name":"InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-pub-net"}]} 2018-10-26 09:56:57,353 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-pub-net used request id req-8b56a5aa-163f-427a-bf28-7777376203fc 2018-10-26 09:56:57,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8acc4c9a272f420a918f41659c9a00c9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b861a9a6cc66da814e1a30e4f14a3b8add063f" 2018-10-26 09:56:57,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:56:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c967fb63-03a1-43ef-aa52-c1e987154287 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8acc4c9a272f420a918f41659c9a00c9"}, "enabled": true, "id": "8acc4c9a272f420a918f41659c9a00c9", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-7c2659b6-bbba-4a1-proj"}} 2018-10-26 09:56:57,443 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8acc4c9a272f420a918f41659c9a00c9 used request id req-c967fb63-03a1-43ef-aa52-c1e987154287 2018-10-26 09:56:57,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=76761423-9340-467c-8d6c-a92bb0422c07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b861a9a6cc66da814e1a30e4f14a3b8add063f" 2018-10-26 09:56:57,642 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-898d0468-3b4e-46d2-9a78-e992524d62b8 Date: Fri, 26 Oct 2018 09:56:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"76761423-9340-467c-8d6c-a92bb0422c07","tenant_id":"8acc4c9a272f420a918f41659c9a00c9","created_at":"2018-10-26T09:56:54Z","dns_nameservers":[],"updated_at":"2018-10-26T09:56:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"8acc4c9a272f420a918f41659c9a00c9","id":"ab989c21-2ea5-48ac-a800-3b3578ba49f6","subnetpool_id":null,"name":"InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-pub-subnet"}]} 2018-10-26 09:56:57,642 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=76761423-9340-467c-8d6c-a92bb0422c07 used request id req-898d0468-3b4e-46d2-9a78-e992524d62b8 2018-10-26 09:56:57,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=76761423-9340-467c-8d6c-a92bb0422c07&name=InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b861a9a6cc66da814e1a30e4f14a3b8add063f" 2018-10-26 09:56:57,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-ac0ff847-c174-4709-bc63-9ea51ee9c4a7 Date: Fri, 26 Oct 2018 09:56:57 GMT RESP BODY: {"ports":[]} 2018-10-26 09:56:57,682 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=76761423-9340-467c-8d6c-a92bb0422c07&name=InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-port&admin_state_up=True used request id req-ac0ff847-c174-4709-bc63-9ea51ee9c4a7 2018-10-26 09:56:57,682 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:56:57,683 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:56:58,053 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "48bea5dcc5bf4f4a98ef8ff14e354843", "name": "InstanceSecurityGroupTests-7c2659b6-bbba-4a1-proj-role"}], "expires_at": "2018-10-26T10:56:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8acc4c9a272f420a918f41659c9a00c9", "name": "InstanceSecurityGroupTests-7c2659b6-bbba-4a1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/8acc4c9a272f420a918f41659c9a00c9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/8acc4c9a272f420a918f41659c9a00c9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/8acc4c9a272f420a918f41659c9a00c9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/8acc4c9a272f420a918f41659c9a00c9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/8acc4c9a272f420a918f41659c9a00c9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/8acc4c9a272f420a918f41659c9a00c9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/8acc4c9a272f420a918f41659c9a00c9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/8acc4c9a272f420a918f41659c9a00c9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/8acc4c9a272f420a918f41659c9a00c9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/8acc4c9a272f420a918f41659c9a00c9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/8acc4c9a272f420a918f41659c9a00c9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/8acc4c9a272f420a918f41659c9a00c9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-7c2659b6-bbba-4a1-user", "id": "da29bf4c8e9b4e8da48dec45ac9bff6b"}, "audit_ids": ["l5pcGxdARz2FigtNjwaL3g"], "issued_at": "2018-10-26T09:56:58.000000Z"}} 2018-10-26 09:56:58,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c959d626f09fee3ff121b5b7acacba6ef05e0a2" 2018-10-26 09:56:58,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:56:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c3eb08f-bb37-474a-a4d4-a32542ed9d47 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:56:58,125 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-2c3eb08f-bb37-474a-a4d4-a32542ed9d47 2018-10-26 09:56:58,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b861a9a6cc66da814e1a30e4f14a3b8add063f" 2018-10-26 09:56:58,374 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-756ac4d7-0f7c-41f2-9a96-8d0459fcfbf9 Date: Fri, 26 Oct 2018 09:56: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":["ab989c21-2ea5-48ac-a800-3b3578ba49f6"],"updated_at":"2018-10-26T09:56:54Z","tenant_id":"8acc4c9a272f420a918f41659c9a00c9","created_at":"2018-10-26T09:56:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8acc4c9a272f420a918f41659c9a00c9","id":"76761423-9340-467c-8d6c-a92bb0422c07","name":"InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-pub-net"}]} 2018-10-26 09:56:58,374 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-pub-net used request id req-756ac4d7-0f7c-41f2-9a96-8d0459fcfbf9 2018-10-26 09:56:58,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=76761423-9340-467c-8d6c-a92bb0422c07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b861a9a6cc66da814e1a30e4f14a3b8add063f" 2018-10-26 09:56:58,593 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-014f6640-7411-4b2c-a34e-558e131ecdd3 Date: Fri, 26 Oct 2018 09:56:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"76761423-9340-467c-8d6c-a92bb0422c07","tenant_id":"8acc4c9a272f420a918f41659c9a00c9","created_at":"2018-10-26T09:56:54Z","dns_nameservers":[],"updated_at":"2018-10-26T09:56:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"8acc4c9a272f420a918f41659c9a00c9","id":"ab989c21-2ea5-48ac-a800-3b3578ba49f6","subnetpool_id":null,"name":"InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-pub-subnet"}]} 2018-10-26 09:56:58,594 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=76761423-9340-467c-8d6c-a92bb0422c07 used request id req-014f6640-7411-4b2c-a34e-558e131ecdd3 2018-10-26 09:56:58,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b861a9a6cc66da814e1a30e4f14a3b8add063f" 2018-10-26 09:56:58,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-7895c440-e995-48cb-b656-773eb3551114 Date: Fri, 26 Oct 2018 09:56: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":["ab989c21-2ea5-48ac-a800-3b3578ba49f6"],"updated_at":"2018-10-26T09:56:54Z","tenant_id":"8acc4c9a272f420a918f41659c9a00c9","created_at":"2018-10-26T09:56:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8acc4c9a272f420a918f41659c9a00c9","id":"76761423-9340-467c-8d6c-a92bb0422c07","name":"InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-pub-net"}]} 2018-10-26 09:56:58,842 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-pub-net used request id req-7895c440-e995-48cb-b656-773eb3551114 2018-10-26 09:56:58,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:56:58,851 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:56: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:56:58,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8acc4c9a272f420a918f41659c9a00c9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c959d626f09fee3ff121b5b7acacba6ef05e0a2" 2018-10-26 09:56:58,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:56:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8f2ec55-a525-44d9-b46e-b455c514c2bb Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8acc4c9a272f420a918f41659c9a00c9"}, "enabled": true, "id": "8acc4c9a272f420a918f41659c9a00c9", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-7c2659b6-bbba-4a1-proj"}} 2018-10-26 09:56:58,936 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8acc4c9a272f420a918f41659c9a00c9 used request id req-e8f2ec55-a525-44d9-b46e-b455c514c2bb 2018-10-26 09:56:58,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=76761423-9340-467c-8d6c-a92bb0422c07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b861a9a6cc66da814e1a30e4f14a3b8add063f" 2018-10-26 09:56:59,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-3ea4335e-69c5-450a-81e1-0b742f19bf59 Date: Fri, 26 Oct 2018 09:56:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"76761423-9340-467c-8d6c-a92bb0422c07","tenant_id":"8acc4c9a272f420a918f41659c9a00c9","created_at":"2018-10-26T09:56:54Z","dns_nameservers":[],"updated_at":"2018-10-26T09:56:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"8acc4c9a272f420a918f41659c9a00c9","id":"ab989c21-2ea5-48ac-a800-3b3578ba49f6","subnetpool_id":null,"name":"InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-pub-subnet"}]} 2018-10-26 09:56:59,141 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=76761423-9340-467c-8d6c-a92bb0422c07 used request id req-3ea4335e-69c5-450a-81e1-0b742f19bf59 2018-10-26 09:56:59,142 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-pub-net 2018-10-26 09:56:59,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b861a9a6cc66da814e1a30e4f14a3b8add063f" -d '{"port": {"network_id": "76761423-9340-467c-8d6c-a92bb0422c07", "name": "InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-port", "admin_state_up": true}}' 2018-10-26 09:57:00,206 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 781 X-Openstack-Request-Id: req-95bef1ed-982b-4ad5-9943-a8285660e73e Date: Fri, 26 Oct 2018 09:57:00 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:56:59Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ab989c21-2ea5-48ac-a800-3b3578ba49f6","ip_address":"10.55.0.9"}],"id":"bc2c13f4-ae45-47b5-bd17-86b69913fab3","security_groups":["0e2b4cc1-301e-4ea8-947b-6560376deb8c"],"mac_address":"fa:16:3e:07:44:bb","device_id":"","status":"DOWN","description":"","tags":[],"name":"InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-port","project_id":"8acc4c9a272f420a918f41659c9a00c9","qos_policy_id":null,"admin_state_up":true,"network_id":"76761423-9340-467c-8d6c-a92bb0422c07","tenant_id":"8acc4c9a272f420a918f41659c9a00c9","created_at":"2018-10-26T09:56:59Z","binding:vnic_type":"normal"}} 2018-10-26 09:57:00,206 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-95bef1ed-982b-4ad5-9943-a8285660e73e 2018-10-26 09:57:00,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b861a9a6cc66da814e1a30e4f14a3b8add063f" 2018-10-26 09:57:00,456 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-9aeff59a-f754-46d4-affe-55c61efe5358 Date: Fri, 26 Oct 2018 09:57: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":["ab989c21-2ea5-48ac-a800-3b3578ba49f6"],"updated_at":"2018-10-26T09:56:54Z","tenant_id":"8acc4c9a272f420a918f41659c9a00c9","created_at":"2018-10-26T09:56:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8acc4c9a272f420a918f41659c9a00c9","id":"76761423-9340-467c-8d6c-a92bb0422c07","name":"InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-pub-net"}]} 2018-10-26 09:57:00,456 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-pub-net used request id req-9aeff59a-f754-46d4-affe-55c61efe5358 2018-10-26 09:57:00,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8acc4c9a272f420a918f41659c9a00c9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b861a9a6cc66da814e1a30e4f14a3b8add063f" 2018-10-26 09:57:00,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:57:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b3979b1-68b0-4b92-b6be-68fe3b128094 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8acc4c9a272f420a918f41659c9a00c9"}, "enabled": true, "id": "8acc4c9a272f420a918f41659c9a00c9", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-7c2659b6-bbba-4a1-proj"}} 2018-10-26 09:57:00,535 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8acc4c9a272f420a918f41659c9a00c9 used request id req-2b3979b1-68b0-4b92-b6be-68fe3b128094 2018-10-26 09:57:00,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=76761423-9340-467c-8d6c-a92bb0422c07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b861a9a6cc66da814e1a30e4f14a3b8add063f" 2018-10-26 09:57:00,746 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-69b5bf44-4476-4026-8ac9-14569aa46f03 Date: Fri, 26 Oct 2018 09:57:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"76761423-9340-467c-8d6c-a92bb0422c07","tenant_id":"8acc4c9a272f420a918f41659c9a00c9","created_at":"2018-10-26T09:56:54Z","dns_nameservers":[],"updated_at":"2018-10-26T09:56:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"8acc4c9a272f420a918f41659c9a00c9","id":"ab989c21-2ea5-48ac-a800-3b3578ba49f6","subnetpool_id":null,"name":"InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-pub-subnet"}]} 2018-10-26 09:57:00,746 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=76761423-9340-467c-8d6c-a92bb0422c07 used request id req-69b5bf44-4476-4026-8ac9-14569aa46f03 2018-10-26 09:57:00,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=76761423-9340-467c-8d6c-a92bb0422c07&name=InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b861a9a6cc66da814e1a30e4f14a3b8add063f" 2018-10-26 09:57:00,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 784 X-Openstack-Request-Id: req-e39e732a-678e-4915-9177-82d465bfae44 Date: Fri, 26 Oct 2018 09:57:00 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:56:59Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ab989c21-2ea5-48ac-a800-3b3578ba49f6","ip_address":"10.55.0.9"}],"id":"bc2c13f4-ae45-47b5-bd17-86b69913fab3","security_groups":["0e2b4cc1-301e-4ea8-947b-6560376deb8c"],"mac_address":"fa:16:3e:07:44:bb","project_id":"8acc4c9a272f420a918f41659c9a00c9","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-port","admin_state_up":true,"network_id":"76761423-9340-467c-8d6c-a92bb0422c07","tenant_id":"8acc4c9a272f420a918f41659c9a00c9","created_at":"2018-10-26T09:56:59Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-26 09:57:00,961 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=76761423-9340-467c-8d6c-a92bb0422c07&name=InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-port&admin_state_up=True used request id req-e39e732a-678e-4915-9177-82d465bfae44 2018-10-26 09:57:00,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8acc4c9a272f420a918f41659c9a00c9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b861a9a6cc66da814e1a30e4f14a3b8add063f" 2018-10-26 09:57:01,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:57:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c987324-6c57-4af6-806f-392651d8249c Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8acc4c9a272f420a918f41659c9a00c9"}, "enabled": true, "id": "8acc4c9a272f420a918f41659c9a00c9", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-7c2659b6-bbba-4a1-proj"}} 2018-10-26 09:57:01,053 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8acc4c9a272f420a918f41659c9a00c9 used request id req-2c987324-6c57-4af6-806f-392651d8249c 2018-10-26 09:57:01,053 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-inst 2018-10-26 09:57:01,057 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b861a9a6cc66da814e1a30e4f14a3b8add063f" 2018-10-26 09:57:01,246 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:57: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-537fd2e7-9217-4c2f-8a30-beb5bc57f0c8 x-compute-request-id: req-537fd2e7-9217-4c2f-8a30-beb5bc57f0c8 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"flavors": [{"id": "97f85725-e81e-4355-b21d-3ebf043bbde1", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/97f85725-e81e-4355-b21d-3ebf043bbde1", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/97f85725-e81e-4355-b21d-3ebf043bbde1", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-flavor-name"}]} 2018-10-26 09:57:01,246 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-537fd2e7-9217-4c2f-8a30-beb5bc57f0c8 2018-10-26 09:57:01,250 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/97f85725-e81e-4355-b21d-3ebf043bbde1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b861a9a6cc66da814e1a30e4f14a3b8add063f" 2018-10-26 09:57:01,269 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:57: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-f916955b-cc91-4549-ac3f-6600d463c484 x-compute-request-id: req-f916955b-cc91-4549-ac3f-6600d463c484 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/97f85725-e81e-4355-b21d-3ebf043bbde1", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/97f85725-e81e-4355-b21d-3ebf043bbde1", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "97f85725-e81e-4355-b21d-3ebf043bbde1", "name": "InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 09:57:01,269 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/97f85725-e81e-4355-b21d-3ebf043bbde1 used request id req-f916955b-cc91-4549-ac3f-6600d463c484 2018-10-26 09:57:01,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}21b861a9a6cc66da814e1a30e4f14a3b8add063f" 2018-10-26 09:57:01,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-e5d1489e-390c-4410-bd36-33bf4afdebb6 Date: Fri, 26 Oct 2018 09:57:01 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:56:49Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:56:51Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/24326a57-c1f4-4b86-bf74-e6759f4d918f/snap", "metadata": {}}], "self": "/v2/images/24326a57-c1f4-4b86-bf74-e6759f4d918f", "min_disk": 0, "protected": false, "id": "24326a57-c1f4-4b86-bf74-e6759f4d918f", "file": "/v2/images/24326a57-c1f4-4b86-bf74-e6759f4d918f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8acc4c9a272f420a918f41659c9a00c9", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/24326a57-c1f4-4b86-bf74-e6759f4d918f/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-image"} 2018-10-26 09:57:01,439 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-image used request id req-e5d1489e-390c-4410-bd36-33bf4afdebb6 2018-10-26 09:57:01,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}21b861a9a6cc66da814e1a30e4f14a3b8add063f" 2018-10-26 09:57:01,601 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-200e03c2-b833-4cfe-997e-a793772352b5 Date: Fri, 26 Oct 2018 09:57: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-26 09:57:01,601 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-200e03c2-b833-4cfe-997e-a793772352b5 2018-10-26 09:57:01,607 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b861a9a6cc66da814e1a30e4f14a3b8add063f" -d '{"server": {"name": "InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-inst", "imageRef": "24326a57-c1f4-4b86-bf74-e6759f4d918f", "flavorRef": "97f85725-e81e-4355-b21d-3ebf043bbde1", "max_count": 1, "min_count": 1, "networks": [{"port": "bc2c13f4-ae45-47b5-bd17-86b69913fab3"}]}}' 2018-10-26 09:57:03,312 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:57: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-aa8cb97b-3407-470c-bcd1-9499aeb5cb94 x-compute-request-id: req-aa8cb97b-3407-470c-bcd1-9499aeb5cb94 Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ed71cab1-abc4-457d-a8e5-d7b035f6a879", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879", "rel": "bookmark"}], "adminPass": "p4gMjEagxQP7"}} 2018-10-26 09:57:03,312 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-aa8cb97b-3407-470c-bcd1-9499aeb5cb94 2018-10-26 09:57:03,315 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b861a9a6cc66da814e1a30e4f14a3b8add063f" 2018-10-26 09:57:03,538 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:57: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-eb064d73-5a52-416e-a908-389f6c104692 x-compute-request-id: req-eb064d73-5a52-416e-a908-389f6c104692 Content-Encoding: gzip Content-Length: 611 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879", "rel": "bookmark"}], "image": {"id": "24326a57-c1f4-4b86-bf74-e6759f4d918f", "links": [{"href": "http://172.30.9.21:8774/images/24326a57-c1f4-4b86-bf74-e6759f4d918f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "97f85725-e81e-4355-b21d-3ebf043bbde1", "links": [{"href": "http://172.30.9.21:8774/flavors/97f85725-e81e-4355-b21d-3ebf043bbde1", "rel": "bookmark"}]}, "id": "ed71cab1-abc4-457d-a8e5-d7b035f6a879", "user_id": "da29bf4c8e9b4e8da48dec45ac9bff6b", "OS-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-26T09:57:03Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-inst", "created": "2018-10-26T09:57:03Z", "tenant_id": "8acc4c9a272f420a918f41659c9a00c9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:57:03,538 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879 used request id req-eb064d73-5a52-416e-a908-389f6c104692 2018-10-26 09:57:03,539 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-inst 2018-10-26 09:57:03,541 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b861a9a6cc66da814e1a30e4f14a3b8add063f" 2018-10-26 09:57:03,886 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:57: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-766e52cb-e0c0-4ffb-9f02-b81da3d0bc32 x-compute-request-id: req-766e52cb-e0c0-4ffb-9f02-b81da3d0bc32 Content-Encoding: gzip Content-Length: 611 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879", "rel": "bookmark"}], "image": {"id": "24326a57-c1f4-4b86-bf74-e6759f4d918f", "links": [{"href": "http://172.30.9.21:8774/images/24326a57-c1f4-4b86-bf74-e6759f4d918f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "97f85725-e81e-4355-b21d-3ebf043bbde1", "links": [{"href": "http://172.30.9.21:8774/flavors/97f85725-e81e-4355-b21d-3ebf043bbde1", "rel": "bookmark"}]}, "id": "ed71cab1-abc4-457d-a8e5-d7b035f6a879", "user_id": "da29bf4c8e9b4e8da48dec45ac9bff6b", "OS-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-26T09:57:03Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-inst", "created": "2018-10-26T09:57:03Z", "tenant_id": "8acc4c9a272f420a918f41659c9a00c9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:57:03,886 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879 used request id req-766e52cb-e0c0-4ffb-9f02-b81da3d0bc32 2018-10-26 09:57:03,887 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-inst] is - BUILD 2018-10-26 09:57:03,887 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:57:06,890 - create_instance - DEBUG - VM status query timeout in 896.648808002 2018-10-26 09:57:06,893 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b861a9a6cc66da814e1a30e4f14a3b8add063f" 2018-10-26 09:57:07,599 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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-29bae1e7-99da-42c8-bbc9-8886522c7e57 x-compute-request-id: req-29bae1e7-99da-42c8-bbc9-8886522c7e57 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879", "rel": "bookmark"}], "image": {"id": "24326a57-c1f4-4b86-bf74-e6759f4d918f", "links": [{"href": "http://172.30.9.21:8774/images/24326a57-c1f4-4b86-bf74-e6759f4d918f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "97f85725-e81e-4355-b21d-3ebf043bbde1", "links": [{"href": "http://172.30.9.21:8774/flavors/97f85725-e81e-4355-b21d-3ebf043bbde1", "rel": "bookmark"}]}, "id": "ed71cab1-abc4-457d-a8e5-d7b035f6a879", "security_groups": [{"name": "default"}], "user_id": "da29bf4c8e9b4e8da48dec45ac9bff6b", "OS-DCF: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-26T09:57:04Z", "hostId": "1ae72339152a74f1b2e9064cbedd30d3aaa3bae42519465eef688165", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-inst", "created": "2018-10-26T09:57:03Z", "tenant_id": "8acc4c9a272f420a918f41659c9a00c9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:57:07,599 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879 used request id req-29bae1e7-99da-42c8-bbc9-8886522c7e57 2018-10-26 09:57:07,600 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-inst] is - BUILD 2018-10-26 09:57:07,600 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:57:10,603 - create_instance - DEBUG - VM status query timeout in 892.935554028 2018-10-26 09:57:10,606 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b861a9a6cc66da814e1a30e4f14a3b8add063f" 2018-10-26 09:57:11,210 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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-9e7597bf-180b-481c-970e-0921363ee541 x-compute-request-id: req-9e7597bf-180b-481c-970e-0921363ee541 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:44:bb", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879", "rel": "bookmark"}], "image": {"id": "24326a57-c1f4-4b86-bf74-e6759f4d918f", "links": [{"href": "http://172.30.9.21:8774/images/24326a57-c1f4-4b86-bf74-e6759f4d918f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:57:08.000000", "flavor": {"id": "97f85725-e81e-4355-b21d-3ebf043bbde1", "links": [{"href": "http://172.30.9.21:8774/flavors/97f85725-e81e-4355-b21d-3ebf043bbde1", "rel": "bookmark"}]}, "id": "ed71cab1-abc4-457d-a8e5-d7b035f6a879", "security_groups": [{"name": "default"}], "user_id": "da29bf4c8e9b4e8da48dec45ac9bff6b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:57:09Z", "hostId": "1ae72339152a74f1b2e9064cbedd30d3aaa3bae42519465eef688165", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-inst", "created": "2018-10-26T09:57:03Z", "tenant_id": "8acc4c9a272f420a918f41659c9a00c9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:57:11,210 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879 used request id req-9e7597bf-180b-481c-970e-0921363ee541 2018-10-26 09:57:11,211 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-inst] is - ACTIVE 2018-10-26 09:57:11,211 - create_instance - INFO - VM is - ACTIVE 2018-10-26 09:57:11,214 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b861a9a6cc66da814e1a30e4f14a3b8add063f" 2018-10-26 09:57:11,814 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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-9e7ea8f1-8401-4c9d-85df-5d842a2826ac x-compute-request-id: req-9e7ea8f1-8401-4c9d-85df-5d842a2826ac Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:44:bb", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879", "rel": "bookmark"}], "image": {"id": "24326a57-c1f4-4b86-bf74-e6759f4d918f", "links": [{"href": "http://172.30.9.21:8774/images/24326a57-c1f4-4b86-bf74-e6759f4d918f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:57:08.000000", "flavor": {"id": "97f85725-e81e-4355-b21d-3ebf043bbde1", "links": [{"href": "http://172.30.9.21:8774/flavors/97f85725-e81e-4355-b21d-3ebf043bbde1", "rel": "bookmark"}]}, "id": "ed71cab1-abc4-457d-a8e5-d7b035f6a879", "security_groups": [{"name": "default"}], "user_id": "da29bf4c8e9b4e8da48dec45ac9bff6b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:57:09Z", "hostId": "1ae72339152a74f1b2e9064cbedd30d3aaa3bae42519465eef688165", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-inst", "created": "2018-10-26T09:57:03Z", "tenant_id": "8acc4c9a272f420a918f41659c9a00c9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:57:11,815 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879 used request id req-9e7ea8f1-8401-4c9d-85df-5d842a2826ac 2018-10-26 09:57:11,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b861a9a6cc66da814e1a30e4f14a3b8add063f" 2018-10-26 09:57:12,063 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-f6174d62-7470-45fd-a56e-d9315d09d64d Date: Fri, 26 Oct 2018 09:57: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":["ab989c21-2ea5-48ac-a800-3b3578ba49f6"],"updated_at":"2018-10-26T09:56:54Z","tenant_id":"8acc4c9a272f420a918f41659c9a00c9","created_at":"2018-10-26T09:56:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8acc4c9a272f420a918f41659c9a00c9","id":"76761423-9340-467c-8d6c-a92bb0422c07","name":"InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-pub-net"}]} 2018-10-26 09:57:12,063 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-pub-net used request id req-f6174d62-7470-45fd-a56e-d9315d09d64d 2018-10-26 09:57:12,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8acc4c9a272f420a918f41659c9a00c9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b861a9a6cc66da814e1a30e4f14a3b8add063f" 2018-10-26 09:57:12,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:57:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac0ba376-315e-4908-a879-87388d5c59fe Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8acc4c9a272f420a918f41659c9a00c9"}, "enabled": true, "id": "8acc4c9a272f420a918f41659c9a00c9", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-7c2659b6-bbba-4a1-proj"}} 2018-10-26 09:57:12,150 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8acc4c9a272f420a918f41659c9a00c9 used request id req-ac0ba376-315e-4908-a879-87388d5c59fe 2018-10-26 09:57:12,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=76761423-9340-467c-8d6c-a92bb0422c07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b861a9a6cc66da814e1a30e4f14a3b8add063f" 2018-10-26 09:57:12,361 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-d0c95d5e-90ba-478d-ae11-ca6c982d6545 Date: Fri, 26 Oct 2018 09:57:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"76761423-9340-467c-8d6c-a92bb0422c07","tenant_id":"8acc4c9a272f420a918f41659c9a00c9","created_at":"2018-10-26T09:56:54Z","dns_nameservers":[],"updated_at":"2018-10-26T09:56:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"8acc4c9a272f420a918f41659c9a00c9","id":"ab989c21-2ea5-48ac-a800-3b3578ba49f6","subnetpool_id":null,"name":"InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-pub-subnet"}]} 2018-10-26 09:57:12,361 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=76761423-9340-467c-8d6c-a92bb0422c07 used request id req-d0c95d5e-90ba-478d-ae11-ca6c982d6545 2018-10-26 09:57:12,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=76761423-9340-467c-8d6c-a92bb0422c07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b861a9a6cc66da814e1a30e4f14a3b8add063f" 2018-10-26 09:57:12,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-0a3a712e-7c92-4067-bb7a-b43d4b8f1499 Date: Fri, 26 Oct 2018 09:57:12 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:56:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ab989c21-2ea5-48ac-a800-3b3578ba49f6","ip_address":"10.55.0.2"}],"id":"4f9d1a98-dce4-40bc-be57-2ba210beb72d","security_groups":[],"mac_address":"fa:16:3e:d6:99:f9","project_id":"8acc4c9a272f420a918f41659c9a00c9","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"76761423-9340-467c-8d6c-a92bb0422c07","tenant_id":"8acc4c9a272f420a918f41659c9a00c9","created_at":"2018-10-26T09:56:54Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-76761423-9340-467c-8d6c-a92bb0422c07"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:56:56Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ab989c21-2ea5-48ac-a800-3b3578ba49f6","ip_address":"10.55.0.3"}],"id":"7f963dc5-f1d4-44a9-88a4-b4d38a8eead8","security_groups":[],"mac_address":"fa:16:3e:9b:45:6c","project_id":"8acc4c9a272f420a918f41659c9a00c9","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"76761423-9340-467c-8d6c-a92bb0422c07","tenant_id":"8acc4c9a272f420a918f41659c9a00c9","created_at":"2018-10-26T09:56:55Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-76761423-9340-467c-8d6c-a92bb0422c07"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:56:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ab989c21-2ea5-48ac-a800-3b3578ba49f6","ip_address":"10.55.0.4"}],"id":"858a40bb-0beb-4767-823d-a0bfb1be3eeb","security_groups":[],"mac_address":"fa:16:3e:bf:d0:48","project_id":"8acc4c9a272f420a918f41659c9a00c9","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"76761423-9340-467c-8d6c-a92bb0422c07","tenant_id":"8acc4c9a272f420a918f41659c9a00c9","created_at":"2018-10-26T09:56:55Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-76761423-9340-467c-8d6c-a92bb0422c07"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:57:09Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ab989c21-2ea5-48ac-a800-3b3578ba49f6","ip_address":"10.55.0.9"}],"id":"bc2c13f4-ae45-47b5-bd17-86b69913fab3","security_groups":["0e2b4cc1-301e-4ea8-947b-6560376deb8c"],"mac_address":"fa:16:3e:07:44:bb","project_id":"8acc4c9a272f420a918f41659c9a00c9","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-port","admin_state_up":true,"network_id":"76761423-9340-467c-8d6c-a92bb0422c07","tenant_id":"8acc4c9a272f420a918f41659c9a00c9","created_at":"2018-10-26T09:56:59Z","binding:vnic_type":"normal","device_id":"ed71cab1-abc4-457d-a8e5-d7b035f6a879"}]} 2018-10-26 09:57:12,591 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=76761423-9340-467c-8d6c-a92bb0422c07 used request id req-0a3a712e-7c92-4067-bb7a-b43d4b8f1499 2018-10-26 09:57:12,592 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:57:12,593 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:57:12,960 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "48bea5dcc5bf4f4a98ef8ff14e354843", "name": "InstanceSecurityGroupTests-7c2659b6-bbba-4a1-proj-role"}], "expires_at": "2018-10-26T10:57:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8acc4c9a272f420a918f41659c9a00c9", "name": "InstanceSecurityGroupTests-7c2659b6-bbba-4a1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/8acc4c9a272f420a918f41659c9a00c9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/8acc4c9a272f420a918f41659c9a00c9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/8acc4c9a272f420a918f41659c9a00c9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/8acc4c9a272f420a918f41659c9a00c9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/8acc4c9a272f420a918f41659c9a00c9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/8acc4c9a272f420a918f41659c9a00c9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/8acc4c9a272f420a918f41659c9a00c9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/8acc4c9a272f420a918f41659c9a00c9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/8acc4c9a272f420a918f41659c9a00c9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/8acc4c9a272f420a918f41659c9a00c9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/8acc4c9a272f420a918f41659c9a00c9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/8acc4c9a272f420a918f41659c9a00c9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-7c2659b6-bbba-4a1-user", "id": "da29bf4c8e9b4e8da48dec45ac9bff6b"}, "audit_ids": ["-Ucc9ye4QjaUzu5-fq-c_w"], "issued_at": "2018-10-26T09:57:12.000000Z"}} 2018-10-26 09:57:12,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}596772bca54e1a1e0241081748e1c324204b13e5" 2018-10-26 09:57:13,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:57:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df5c2762-2c88-40d5-8c9e-106d3fda5249 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:57:13,035 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-df5c2762-2c88-40d5-8c9e-106d3fda5249 2018-10-26 09:57:13,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}596772bca54e1a1e0241081748e1c324204b13e5" 2018-10-26 09:57:13,173 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-39f226f7-5b91-4c9d-80c6-3a205f06ba4b Date: Fri, 26 Oct 2018 09:57:13 GMT RESP BODY: {"security_groups": []} 2018-10-26 09:57:13,173 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-name&description=hello+group used request id req-39f226f7-5b91-4c9d-80c6-3a205f06ba4b 2018-10-26 09:57:13,173 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-name... 2018-10-26 09:57:13,173 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-name 2018-10-26 09:57:13,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}596772bca54e1a1e0241081748e1c324204b13e5" -d '{"security_group": {"name": "InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-name", "description": "hello group"}}' 2018-10-26 09:57:13,574 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-f803c900-0b71-4ea5-85a3-bef70520287d Date: Fri, 26 Oct 2018 09:57:13 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "8acc4c9a272f420a918f41659c9a00c9", "created_at": "2018-10-26T09:57:13Z", "updated_at": "2018-10-26T09:57:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:57:13Z", "revision_number": 0, "id": "5e4ae395-ebb5-4a44-9b80-32f4ceebb80a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:57:13Z", "security_group_id": "06e4ee68-3539-4e2a-9440-3daf8413afdc", "tenant_id": "8acc4c9a272f420a918f41659c9a00c9", "port_range_min": null, "ethertype": "IPv6", "project_id": "8acc4c9a272f420a918f41659c9a00c9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:57:13Z", "revision_number": 0, "id": "d9ba2a26-74fb-42d9-9a49-5d398132b445", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:57:13Z", "security_group_id": "06e4ee68-3539-4e2a-9440-3daf8413afdc", "tenant_id": "8acc4c9a272f420a918f41659c9a00c9", "port_range_min": null, "ethertype": "IPv4", "project_id": "8acc4c9a272f420a918f41659c9a00c9"}], "revision_number": 2, "project_id": "8acc4c9a272f420a918f41659c9a00c9", "id": "06e4ee68-3539-4e2a-9440-3daf8413afdc", "name": "InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-name"}} 2018-10-26 09:57:13,574 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-f803c900-0b71-4ea5-85a3-bef70520287d 2018-10-26 09:57:13,575 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 06e4ee68-3539-4e2a-9440-3daf8413afdc 2018-10-26 09:57:13,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=06e4ee68-3539-4e2a-9440-3daf8413afdc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}596772bca54e1a1e0241081748e1c324204b13e5" 2018-10-26 09:57:13,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-4f18f9c9-c335-411e-aaf5-a75fb83df334 Date: Fri, 26 Oct 2018 09:57:13 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:57:13Z", "security_group_id": "06e4ee68-3539-4e2a-9440-3daf8413afdc", "port_range_min": null, "revision_number": 0, "tenant_id": "8acc4c9a272f420a918f41659c9a00c9", "created_at": "2018-10-26T09:57:13Z", "project_id": "8acc4c9a272f420a918f41659c9a00c9", "id": "5e4ae395-ebb5-4a44-9b80-32f4ceebb80a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:57:13Z", "security_group_id": "06e4ee68-3539-4e2a-9440-3daf8413afdc", "port_range_min": null, "revision_number": 0, "tenant_id": "8acc4c9a272f420a918f41659c9a00c9", "created_at": "2018-10-26T09:57:13Z", "project_id": "8acc4c9a272f420a918f41659c9a00c9", "id": "d9ba2a26-74fb-42d9-9a49-5d398132b445"}]} 2018-10-26 09:57:13,743 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=06e4ee68-3539-4e2a-9440-3daf8413afdc used request id req-4f18f9c9-c335-411e-aaf5-a75fb83df334 2018-10-26 09:57:13,743 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 06e4ee68-3539-4e2a-9440-3daf8413afdc 2018-10-26 09:57:13,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=06e4ee68-3539-4e2a-9440-3daf8413afdc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}596772bca54e1a1e0241081748e1c324204b13e5" 2018-10-26 09:57:13,773 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-85ede8c6-a57a-488d-ac27-bf41fcc7ca7b Date: Fri, 26 Oct 2018 09:57:13 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:57:13Z", "security_group_id": "06e4ee68-3539-4e2a-9440-3daf8413afdc", "port_range_min": null, "revision_number": 0, "tenant_id": "8acc4c9a272f420a918f41659c9a00c9", "created_at": "2018-10-26T09:57:13Z", "project_id": "8acc4c9a272f420a918f41659c9a00c9", "id": "5e4ae395-ebb5-4a44-9b80-32f4ceebb80a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:57:13Z", "security_group_id": "06e4ee68-3539-4e2a-9440-3daf8413afdc", "port_range_min": null, "revision_number": 0, "tenant_id": "8acc4c9a272f420a918f41659c9a00c9", "created_at": "2018-10-26T09:57:13Z", "project_id": "8acc4c9a272f420a918f41659c9a00c9", "id": "d9ba2a26-74fb-42d9-9a49-5d398132b445"}]} 2018-10-26 09:57:13,774 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=06e4ee68-3539-4e2a-9440-3daf8413afdc used request id req-85ede8c6-a57a-488d-ac27-bf41fcc7ca7b 2018-10-26 09:57:13,774 - neutron_utils - INFO - Retrieving security group with ID - 06e4ee68-3539-4e2a-9440-3daf8413afdc 2018-10-26 09:57:13,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=06e4ee68-3539-4e2a-9440-3daf8413afdc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}596772bca54e1a1e0241081748e1c324204b13e5" 2018-10-26 09:57:13,912 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-f6d62a8e-0468-4ba8-8ca8-c907047d4d47 Date: Fri, 26 Oct 2018 09:57:13 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "8acc4c9a272f420a918f41659c9a00c9", "created_at": "2018-10-26T09:57:13Z", "updated_at": "2018-10-26T09:57:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:57:13Z", "revision_number": 0, "id": "5e4ae395-ebb5-4a44-9b80-32f4ceebb80a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:57:13Z", "security_group_id": "06e4ee68-3539-4e2a-9440-3daf8413afdc", "tenant_id": "8acc4c9a272f420a918f41659c9a00c9", "port_range_min": null, "ethertype": "IPv6", "project_id": "8acc4c9a272f420a918f41659c9a00c9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:57:13Z", "revision_number": 0, "id": "d9ba2a26-74fb-42d9-9a49-5d398132b445", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:57:13Z", "security_group_id": "06e4ee68-3539-4e2a-9440-3daf8413afdc", "tenant_id": "8acc4c9a272f420a918f41659c9a00c9", "port_range_min": null, "ethertype": "IPv4", "project_id": "8acc4c9a272f420a918f41659c9a00c9"}], "revision_number": 2, "project_id": "8acc4c9a272f420a918f41659c9a00c9", "id": "06e4ee68-3539-4e2a-9440-3daf8413afdc", "name": "InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-name"}]} 2018-10-26 09:57:13,912 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=06e4ee68-3539-4e2a-9440-3daf8413afdc used request id req-f6d62a8e-0468-4ba8-8ca8-c907047d4d47 2018-10-26 09:57:13,913 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 06e4ee68-3539-4e2a-9440-3daf8413afdc 2018-10-26 09:57:13,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=06e4ee68-3539-4e2a-9440-3daf8413afdc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}596772bca54e1a1e0241081748e1c324204b13e5" 2018-10-26 09:57:14,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b428605b-8bfd-4a99-aad3-83cb4e5633ae Date: Fri, 26 Oct 2018 09:57: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-26T09:57:13Z", "security_group_id": "06e4ee68-3539-4e2a-9440-3daf8413afdc", "port_range_min": null, "revision_number": 0, "tenant_id": "8acc4c9a272f420a918f41659c9a00c9", "created_at": "2018-10-26T09:57:13Z", "project_id": "8acc4c9a272f420a918f41659c9a00c9", "id": "5e4ae395-ebb5-4a44-9b80-32f4ceebb80a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:57:13Z", "security_group_id": "06e4ee68-3539-4e2a-9440-3daf8413afdc", "port_range_min": null, "revision_number": 0, "tenant_id": "8acc4c9a272f420a918f41659c9a00c9", "created_at": "2018-10-26T09:57:13Z", "project_id": "8acc4c9a272f420a918f41659c9a00c9", "id": "d9ba2a26-74fb-42d9-9a49-5d398132b445"}]} 2018-10-26 09:57:14,082 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=06e4ee68-3539-4e2a-9440-3daf8413afdc used request id req-b428605b-8bfd-4a99-aad3-83cb4e5633ae 2018-10-26 09:57:14,082 - neutron_utils - INFO - Retrieving security group with ID - 06e4ee68-3539-4e2a-9440-3daf8413afdc 2018-10-26 09:57:14,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=06e4ee68-3539-4e2a-9440-3daf8413afdc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}596772bca54e1a1e0241081748e1c324204b13e5" 2018-10-26 09:57:14,268 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-4e4c375c-e9e5-46e4-b69d-1a929e81cd22 Date: Fri, 26 Oct 2018 09:57:14 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "8acc4c9a272f420a918f41659c9a00c9", "created_at": "2018-10-26T09:57:13Z", "updated_at": "2018-10-26T09:57:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:57:13Z", "revision_number": 0, "id": "5e4ae395-ebb5-4a44-9b80-32f4ceebb80a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:57:13Z", "security_group_id": "06e4ee68-3539-4e2a-9440-3daf8413afdc", "tenant_id": "8acc4c9a272f420a918f41659c9a00c9", "port_range_min": null, "ethertype": "IPv6", "project_id": "8acc4c9a272f420a918f41659c9a00c9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:57:13Z", "revision_number": 0, "id": "d9ba2a26-74fb-42d9-9a49-5d398132b445", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:57:13Z", "security_group_id": "06e4ee68-3539-4e2a-9440-3daf8413afdc", "tenant_id": "8acc4c9a272f420a918f41659c9a00c9", "port_range_min": null, "ethertype": "IPv4", "project_id": "8acc4c9a272f420a918f41659c9a00c9"}], "revision_number": 2, "project_id": "8acc4c9a272f420a918f41659c9a00c9", "id": "06e4ee68-3539-4e2a-9440-3daf8413afdc", "name": "InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-name"}]} 2018-10-26 09:57:14,268 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=06e4ee68-3539-4e2a-9440-3daf8413afdc used request id req-4e4c375c-e9e5-46e4-b69d-1a929e81cd22 2018-10-26 09:57:14,268 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 06e4ee68-3539-4e2a-9440-3daf8413afdc 2018-10-26 09:57:14,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=06e4ee68-3539-4e2a-9440-3daf8413afdc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}596772bca54e1a1e0241081748e1c324204b13e5" 2018-10-26 09:57:14,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-73d863bc-1462-4ebf-8da6-303ec5462d65 Date: Fri, 26 Oct 2018 09:57: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-26T09:57:13Z", "security_group_id": "06e4ee68-3539-4e2a-9440-3daf8413afdc", "port_range_min": null, "revision_number": 0, "tenant_id": "8acc4c9a272f420a918f41659c9a00c9", "created_at": "2018-10-26T09:57:13Z", "project_id": "8acc4c9a272f420a918f41659c9a00c9", "id": "5e4ae395-ebb5-4a44-9b80-32f4ceebb80a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:57:13Z", "security_group_id": "06e4ee68-3539-4e2a-9440-3daf8413afdc", "port_range_min": null, "revision_number": 0, "tenant_id": "8acc4c9a272f420a918f41659c9a00c9", "created_at": "2018-10-26T09:57:13Z", "project_id": "8acc4c9a272f420a918f41659c9a00c9", "id": "d9ba2a26-74fb-42d9-9a49-5d398132b445"}]} 2018-10-26 09:57:14,453 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=06e4ee68-3539-4e2a-9440-3daf8413afdc used request id req-73d863bc-1462-4ebf-8da6-303ec5462d65 2018-10-26 09:57:14,454 - neutron_utils - INFO - Retrieving security group with ID - 06e4ee68-3539-4e2a-9440-3daf8413afdc 2018-10-26 09:57:14,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=06e4ee68-3539-4e2a-9440-3daf8413afdc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}596772bca54e1a1e0241081748e1c324204b13e5" 2018-10-26 09:57:14,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-7e85a8f1-87e8-4184-a052-69c4b9316aa9 Date: Fri, 26 Oct 2018 09:57:14 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "8acc4c9a272f420a918f41659c9a00c9", "created_at": "2018-10-26T09:57:13Z", "updated_at": "2018-10-26T09:57:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:57:13Z", "revision_number": 0, "id": "5e4ae395-ebb5-4a44-9b80-32f4ceebb80a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:57:13Z", "security_group_id": "06e4ee68-3539-4e2a-9440-3daf8413afdc", "tenant_id": "8acc4c9a272f420a918f41659c9a00c9", "port_range_min": null, "ethertype": "IPv6", "project_id": "8acc4c9a272f420a918f41659c9a00c9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:57:13Z", "revision_number": 0, "id": "d9ba2a26-74fb-42d9-9a49-5d398132b445", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:57:13Z", "security_group_id": "06e4ee68-3539-4e2a-9440-3daf8413afdc", "tenant_id": "8acc4c9a272f420a918f41659c9a00c9", "port_range_min": null, "ethertype": "IPv4", "project_id": "8acc4c9a272f420a918f41659c9a00c9"}], "revision_number": 2, "project_id": "8acc4c9a272f420a918f41659c9a00c9", "id": "06e4ee68-3539-4e2a-9440-3daf8413afdc", "name": "InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-name"}]} 2018-10-26 09:57:14,647 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=06e4ee68-3539-4e2a-9440-3daf8413afdc used request id req-7e85a8f1-87e8-4184-a052-69c4b9316aa9 2018-10-26 09:57:14,647 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 06e4ee68-3539-4e2a-9440-3daf8413afdc 2018-10-26 09:57:14,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=06e4ee68-3539-4e2a-9440-3daf8413afdc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}596772bca54e1a1e0241081748e1c324204b13e5" 2018-10-26 09:57:14,676 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3b60a91e-3cb2-42cb-9fe1-dcb1811dbe63 Date: Fri, 26 Oct 2018 09:57: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-26T09:57:13Z", "security_group_id": "06e4ee68-3539-4e2a-9440-3daf8413afdc", "port_range_min": null, "revision_number": 0, "tenant_id": "8acc4c9a272f420a918f41659c9a00c9", "created_at": "2018-10-26T09:57:13Z", "project_id": "8acc4c9a272f420a918f41659c9a00c9", "id": "5e4ae395-ebb5-4a44-9b80-32f4ceebb80a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:57:13Z", "security_group_id": "06e4ee68-3539-4e2a-9440-3daf8413afdc", "port_range_min": null, "revision_number": 0, "tenant_id": "8acc4c9a272f420a918f41659c9a00c9", "created_at": "2018-10-26T09:57:13Z", "project_id": "8acc4c9a272f420a918f41659c9a00c9", "id": "d9ba2a26-74fb-42d9-9a49-5d398132b445"}]} 2018-10-26 09:57:14,676 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=06e4ee68-3539-4e2a-9440-3daf8413afdc used request id req-3b60a91e-3cb2-42cb-9fe1-dcb1811dbe63 2018-10-26 09:57:14,679 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b861a9a6cc66da814e1a30e4f14a3b8add063f" 2018-10-26 09:57:15,013 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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-c17fbd8c-c3ab-4b3a-9db4-a937b6c30d69 x-compute-request-id: req-c17fbd8c-c3ab-4b3a-9db4-a937b6c30d69 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:44:bb", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879", "rel": "bookmark"}], "image": {"id": "24326a57-c1f4-4b86-bf74-e6759f4d918f", "links": [{"href": "http://172.30.9.21:8774/images/24326a57-c1f4-4b86-bf74-e6759f4d918f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:57:08.000000", "flavor": {"id": "97f85725-e81e-4355-b21d-3ebf043bbde1", "links": [{"href": "http://172.30.9.21:8774/flavors/97f85725-e81e-4355-b21d-3ebf043bbde1", "rel": "bookmark"}]}, "id": "ed71cab1-abc4-457d-a8e5-d7b035f6a879", "security_groups": [{"name": "default"}], "user_id": "da29bf4c8e9b4e8da48dec45ac9bff6b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:57:09Z", "hostId": "1ae72339152a74f1b2e9064cbedd30d3aaa3bae42519465eef688165", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-inst", "created": "2018-10-26T09:57:03Z", "tenant_id": "8acc4c9a272f420a918f41659c9a00c9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:57:15,014 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879 used request id req-c17fbd8c-c3ab-4b3a-9db4-a937b6c30d69 2018-10-26 09:57:15,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b861a9a6cc66da814e1a30e4f14a3b8add063f" 2018-10-26 09:57:15,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-1619e436-75df-403b-8db6-96d556c1c2ed Date: Fri, 26 Oct 2018 09:57: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":["ab989c21-2ea5-48ac-a800-3b3578ba49f6"],"updated_at":"2018-10-26T09:56:54Z","tenant_id":"8acc4c9a272f420a918f41659c9a00c9","created_at":"2018-10-26T09:56:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8acc4c9a272f420a918f41659c9a00c9","id":"76761423-9340-467c-8d6c-a92bb0422c07","name":"InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-pub-net"}]} 2018-10-26 09:57:15,302 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-pub-net used request id req-1619e436-75df-403b-8db6-96d556c1c2ed 2018-10-26 09:57:15,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8acc4c9a272f420a918f41659c9a00c9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b861a9a6cc66da814e1a30e4f14a3b8add063f" 2018-10-26 09:57:15,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:57:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f809445c-3e65-4bec-9afc-d6b7cba7c190 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8acc4c9a272f420a918f41659c9a00c9"}, "enabled": true, "id": "8acc4c9a272f420a918f41659c9a00c9", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-7c2659b6-bbba-4a1-proj"}} 2018-10-26 09:57:15,383 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8acc4c9a272f420a918f41659c9a00c9 used request id req-f809445c-3e65-4bec-9afc-d6b7cba7c190 2018-10-26 09:57:15,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=76761423-9340-467c-8d6c-a92bb0422c07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b861a9a6cc66da814e1a30e4f14a3b8add063f" 2018-10-26 09:57:15,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-773a1270-2f3e-4dd6-9cfe-a2916276347f Date: Fri, 26 Oct 2018 09:57:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"76761423-9340-467c-8d6c-a92bb0422c07","tenant_id":"8acc4c9a272f420a918f41659c9a00c9","created_at":"2018-10-26T09:56:54Z","dns_nameservers":[],"updated_at":"2018-10-26T09:56:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"8acc4c9a272f420a918f41659c9a00c9","id":"ab989c21-2ea5-48ac-a800-3b3578ba49f6","subnetpool_id":null,"name":"InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-pub-subnet"}]} 2018-10-26 09:57:15,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=76761423-9340-467c-8d6c-a92bb0422c07 used request id req-773a1270-2f3e-4dd6-9cfe-a2916276347f 2018-10-26 09:57:15,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=76761423-9340-467c-8d6c-a92bb0422c07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b861a9a6cc66da814e1a30e4f14a3b8add063f" 2018-10-26 09:57:15,670 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-65c11170-0bd2-4154-bea7-bd5df212a633 Date: Fri, 26 Oct 2018 09:57:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:56:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ab989c21-2ea5-48ac-a800-3b3578ba49f6","ip_address":"10.55.0.2"}],"id":"4f9d1a98-dce4-40bc-be57-2ba210beb72d","security_groups":[],"mac_address":"fa:16:3e:d6:99:f9","project_id":"8acc4c9a272f420a918f41659c9a00c9","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"76761423-9340-467c-8d6c-a92bb0422c07","tenant_id":"8acc4c9a272f420a918f41659c9a00c9","created_at":"2018-10-26T09:56:54Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-76761423-9340-467c-8d6c-a92bb0422c07"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:56:56Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ab989c21-2ea5-48ac-a800-3b3578ba49f6","ip_address":"10.55.0.3"}],"id":"7f963dc5-f1d4-44a9-88a4-b4d38a8eead8","security_groups":[],"mac_address":"fa:16:3e:9b:45:6c","project_id":"8acc4c9a272f420a918f41659c9a00c9","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"76761423-9340-467c-8d6c-a92bb0422c07","tenant_id":"8acc4c9a272f420a918f41659c9a00c9","created_at":"2018-10-26T09:56:55Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-76761423-9340-467c-8d6c-a92bb0422c07"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:56:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ab989c21-2ea5-48ac-a800-3b3578ba49f6","ip_address":"10.55.0.4"}],"id":"858a40bb-0beb-4767-823d-a0bfb1be3eeb","security_groups":[],"mac_address":"fa:16:3e:bf:d0:48","project_id":"8acc4c9a272f420a918f41659c9a00c9","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"76761423-9340-467c-8d6c-a92bb0422c07","tenant_id":"8acc4c9a272f420a918f41659c9a00c9","created_at":"2018-10-26T09:56:55Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-76761423-9340-467c-8d6c-a92bb0422c07"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:57:09Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ab989c21-2ea5-48ac-a800-3b3578ba49f6","ip_address":"10.55.0.9"}],"id":"bc2c13f4-ae45-47b5-bd17-86b69913fab3","security_groups":["0e2b4cc1-301e-4ea8-947b-6560376deb8c"],"mac_address":"fa:16:3e:07:44:bb","project_id":"8acc4c9a272f420a918f41659c9a00c9","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-port","admin_state_up":true,"network_id":"76761423-9340-467c-8d6c-a92bb0422c07","tenant_id":"8acc4c9a272f420a918f41659c9a00c9","created_at":"2018-10-26T09:56:59Z","binding:vnic_type":"normal","device_id":"ed71cab1-abc4-457d-a8e5-d7b035f6a879"}]} 2018-10-26 09:57:15,671 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=76761423-9340-467c-8d6c-a92bb0422c07 used request id req-65c11170-0bd2-4154-bea7-bd5df212a633 2018-10-26 09:57:15,672 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:57:16,119 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "48bea5dcc5bf4f4a98ef8ff14e354843", "name": "InstanceSecurityGroupTests-7c2659b6-bbba-4a1-proj-role"}], "expires_at": "2018-10-26T10:57:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8acc4c9a272f420a918f41659c9a00c9", "name": "InstanceSecurityGroupTests-7c2659b6-bbba-4a1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/8acc4c9a272f420a918f41659c9a00c9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/8acc4c9a272f420a918f41659c9a00c9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/8acc4c9a272f420a918f41659c9a00c9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/8acc4c9a272f420a918f41659c9a00c9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/8acc4c9a272f420a918f41659c9a00c9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/8acc4c9a272f420a918f41659c9a00c9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/8acc4c9a272f420a918f41659c9a00c9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/8acc4c9a272f420a918f41659c9a00c9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/8acc4c9a272f420a918f41659c9a00c9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/8acc4c9a272f420a918f41659c9a00c9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/8acc4c9a272f420a918f41659c9a00c9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/8acc4c9a272f420a918f41659c9a00c9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-7c2659b6-bbba-4a1-user", "id": "da29bf4c8e9b4e8da48dec45ac9bff6b"}, "audit_ids": ["_HtGkBZBSauJYIp6zkMMhg"], "issued_at": "2018-10-26T09:57:16.000000Z"}} 2018-10-26 09:57:16,122 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73f7a39c8ac4a31c6ccc139bff4a81448d560c50" 2018-10-26 09:57:16,883 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:57:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bd8c66c8-8bf4-4fc4-b3d2-8b1173db9125 x-compute-request-id: req-bd8c66c8-8bf4-4fc4-b3d2-8b1173db9125 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:44:bb", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879", "rel": "bookmark"}], "image": {"id": "24326a57-c1f4-4b86-bf74-e6759f4d918f", "links": [{"href": "http://172.30.9.21:8774/images/24326a57-c1f4-4b86-bf74-e6759f4d918f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:57:08.000000", "flavor": {"id": "97f85725-e81e-4355-b21d-3ebf043bbde1", "links": [{"href": "http://172.30.9.21:8774/flavors/97f85725-e81e-4355-b21d-3ebf043bbde1", "rel": "bookmark"}]}, "id": "ed71cab1-abc4-457d-a8e5-d7b035f6a879", "security_groups": [{"name": "default"}], "user_id": "da29bf4c8e9b4e8da48dec45ac9bff6b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:57:09Z", "hostId": "1ae72339152a74f1b2e9064cbedd30d3aaa3bae42519465eef688165", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-inst", "created": "2018-10-26T09:57:03Z", "tenant_id": "8acc4c9a272f420a918f41659c9a00c9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:57:16,883 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879 used request id req-bd8c66c8-8bf4-4fc4-b3d2-8b1173db9125 2018-10-26 09:57:16,886 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b861a9a6cc66da814e1a30e4f14a3b8add063f" 2018-10-26 09:57:17,188 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:57:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bb1070e3-ec1f-46c4-a89f-1943621bea85 x-compute-request-id: req-bb1070e3-ec1f-46c4-a89f-1943621bea85 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:44:bb", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879", "rel": "bookmark"}], "image": {"id": "24326a57-c1f4-4b86-bf74-e6759f4d918f", "links": [{"href": "http://172.30.9.21:8774/images/24326a57-c1f4-4b86-bf74-e6759f4d918f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:57:08.000000", "flavor": {"id": "97f85725-e81e-4355-b21d-3ebf043bbde1", "links": [{"href": "http://172.30.9.21:8774/flavors/97f85725-e81e-4355-b21d-3ebf043bbde1", "rel": "bookmark"}]}, "id": "ed71cab1-abc4-457d-a8e5-d7b035f6a879", "security_groups": [{"name": "default"}], "user_id": "da29bf4c8e9b4e8da48dec45ac9bff6b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:57:09Z", "hostId": "1ae72339152a74f1b2e9064cbedd30d3aaa3bae42519465eef688165", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-inst", "created": "2018-10-26T09:57:03Z", "tenant_id": "8acc4c9a272f420a918f41659c9a00c9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:57:17,189 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879 used request id req-bb1070e3-ec1f-46c4-a89f-1943621bea85 2018-10-26 09:57:17,189 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-inst] is - ACTIVE 2018-10-26 09:57:17,189 - create_instance - INFO - VM is - ACTIVE 2018-10-26 09:57:17,192 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b861a9a6cc66da814e1a30e4f14a3b8add063f" 2018-10-26 09:57:17,670 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:57:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a2f71f36-3143-46e8-a7c0-367bfc4d0f45 x-compute-request-id: req-a2f71f36-3143-46e8-a7c0-367bfc4d0f45 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:44:bb", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879", "rel": "bookmark"}], "image": {"id": "24326a57-c1f4-4b86-bf74-e6759f4d918f", "links": [{"href": "http://172.30.9.21:8774/images/24326a57-c1f4-4b86-bf74-e6759f4d918f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:57:08.000000", "flavor": {"id": "97f85725-e81e-4355-b21d-3ebf043bbde1", "links": [{"href": "http://172.30.9.21:8774/flavors/97f85725-e81e-4355-b21d-3ebf043bbde1", "rel": "bookmark"}]}, "id": "ed71cab1-abc4-457d-a8e5-d7b035f6a879", "security_groups": [{"name": "default"}], "user_id": "da29bf4c8e9b4e8da48dec45ac9bff6b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:57:09Z", "hostId": "1ae72339152a74f1b2e9064cbedd30d3aaa3bae42519465eef688165", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-inst", "created": "2018-10-26T09:57:03Z", "tenant_id": "8acc4c9a272f420a918f41659c9a00c9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:57:17,671 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879 used request id req-a2f71f36-3143-46e8-a7c0-367bfc4d0f45 2018-10-26 09:57:17,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b861a9a6cc66da814e1a30e4f14a3b8add063f" 2018-10-26 09:57:17,780 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-a9593e86-423c-4db4-9bcb-eee87d5c5591 Date: Fri, 26 Oct 2018 09:57: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":["ab989c21-2ea5-48ac-a800-3b3578ba49f6"],"updated_at":"2018-10-26T09:56:54Z","tenant_id":"8acc4c9a272f420a918f41659c9a00c9","created_at":"2018-10-26T09:56:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8acc4c9a272f420a918f41659c9a00c9","id":"76761423-9340-467c-8d6c-a92bb0422c07","name":"InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-pub-net"}]} 2018-10-26 09:57:17,780 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-pub-net used request id req-a9593e86-423c-4db4-9bcb-eee87d5c5591 2018-10-26 09:57:17,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8acc4c9a272f420a918f41659c9a00c9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b861a9a6cc66da814e1a30e4f14a3b8add063f" 2018-10-26 09:57:17,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:57:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07106e19-4068-42b5-9c89-62ac3b31684f Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8acc4c9a272f420a918f41659c9a00c9"}, "enabled": true, "id": "8acc4c9a272f420a918f41659c9a00c9", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-7c2659b6-bbba-4a1-proj"}} 2018-10-26 09:57:17,866 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8acc4c9a272f420a918f41659c9a00c9 used request id req-07106e19-4068-42b5-9c89-62ac3b31684f 2018-10-26 09:57:17,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=76761423-9340-467c-8d6c-a92bb0422c07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b861a9a6cc66da814e1a30e4f14a3b8add063f" 2018-10-26 09:57:17,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-3074ff98-5b85-4842-9349-f62f9a294bd9 Date: Fri, 26 Oct 2018 09:57:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"76761423-9340-467c-8d6c-a92bb0422c07","tenant_id":"8acc4c9a272f420a918f41659c9a00c9","created_at":"2018-10-26T09:56:54Z","dns_nameservers":[],"updated_at":"2018-10-26T09:56:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"8acc4c9a272f420a918f41659c9a00c9","id":"ab989c21-2ea5-48ac-a800-3b3578ba49f6","subnetpool_id":null,"name":"InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-pub-subnet"}]} 2018-10-26 09:57:17,927 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=76761423-9340-467c-8d6c-a92bb0422c07 used request id req-3074ff98-5b85-4842-9349-f62f9a294bd9 2018-10-26 09:57:17,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=76761423-9340-467c-8d6c-a92bb0422c07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b861a9a6cc66da814e1a30e4f14a3b8add063f" 2018-10-26 09:57:18,024 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-d6cfe087-0a3b-4075-972f-9d750e4ebfd5 Date: Fri, 26 Oct 2018 09:57:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:56:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ab989c21-2ea5-48ac-a800-3b3578ba49f6","ip_address":"10.55.0.2"}],"id":"4f9d1a98-dce4-40bc-be57-2ba210beb72d","security_groups":[],"mac_address":"fa:16:3e:d6:99:f9","project_id":"8acc4c9a272f420a918f41659c9a00c9","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"76761423-9340-467c-8d6c-a92bb0422c07","tenant_id":"8acc4c9a272f420a918f41659c9a00c9","created_at":"2018-10-26T09:56:54Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-76761423-9340-467c-8d6c-a92bb0422c07"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:56:56Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ab989c21-2ea5-48ac-a800-3b3578ba49f6","ip_address":"10.55.0.3"}],"id":"7f963dc5-f1d4-44a9-88a4-b4d38a8eead8","security_groups":[],"mac_address":"fa:16:3e:9b:45:6c","project_id":"8acc4c9a272f420a918f41659c9a00c9","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"76761423-9340-467c-8d6c-a92bb0422c07","tenant_id":"8acc4c9a272f420a918f41659c9a00c9","created_at":"2018-10-26T09:56:55Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-76761423-9340-467c-8d6c-a92bb0422c07"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:56:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ab989c21-2ea5-48ac-a800-3b3578ba49f6","ip_address":"10.55.0.4"}],"id":"858a40bb-0beb-4767-823d-a0bfb1be3eeb","security_groups":[],"mac_address":"fa:16:3e:bf:d0:48","project_id":"8acc4c9a272f420a918f41659c9a00c9","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"76761423-9340-467c-8d6c-a92bb0422c07","tenant_id":"8acc4c9a272f420a918f41659c9a00c9","created_at":"2018-10-26T09:56:55Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-76761423-9340-467c-8d6c-a92bb0422c07"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:57:09Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ab989c21-2ea5-48ac-a800-3b3578ba49f6","ip_address":"10.55.0.9"}],"id":"bc2c13f4-ae45-47b5-bd17-86b69913fab3","security_groups":["0e2b4cc1-301e-4ea8-947b-6560376deb8c"],"mac_address":"fa:16:3e:07:44:bb","project_id":"8acc4c9a272f420a918f41659c9a00c9","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-port","admin_state_up":true,"network_id":"76761423-9340-467c-8d6c-a92bb0422c07","tenant_id":"8acc4c9a272f420a918f41659c9a00c9","created_at":"2018-10-26T09:56:59Z","binding:vnic_type":"normal","device_id":"ed71cab1-abc4-457d-a8e5-d7b035f6a879"}]} 2018-10-26 09:57:18,024 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=76761423-9340-467c-8d6c-a92bb0422c07 used request id req-d6cfe087-0a3b-4075-972f-9d750e4ebfd5 2018-10-26 09:57:18,027 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b861a9a6cc66da814e1a30e4f14a3b8add063f" 2018-10-26 09:57:18,464 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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-7aadf0d7-11d5-49ea-a454-4777bb413b33 x-compute-request-id: req-7aadf0d7-11d5-49ea-a454-4777bb413b33 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:44:bb", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879", "rel": "bookmark"}], "image": {"id": "24326a57-c1f4-4b86-bf74-e6759f4d918f", "links": [{"href": "http://172.30.9.21:8774/images/24326a57-c1f4-4b86-bf74-e6759f4d918f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:57:08.000000", "flavor": {"id": "97f85725-e81e-4355-b21d-3ebf043bbde1", "links": [{"href": "http://172.30.9.21:8774/flavors/97f85725-e81e-4355-b21d-3ebf043bbde1", "rel": "bookmark"}]}, "id": "ed71cab1-abc4-457d-a8e5-d7b035f6a879", "security_groups": [{"name": "default"}], "user_id": "da29bf4c8e9b4e8da48dec45ac9bff6b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:57:09Z", "hostId": "1ae72339152a74f1b2e9064cbedd30d3aaa3bae42519465eef688165", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-inst", "created": "2018-10-26T09:57:03Z", "tenant_id": "8acc4c9a272f420a918f41659c9a00c9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:57:18,464 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879 used request id req-7aadf0d7-11d5-49ea-a454-4777bb413b33 2018-10-26 09:57:18,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b861a9a6cc66da814e1a30e4f14a3b8add063f" 2018-10-26 09:57:18,578 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-cfa8282e-7fae-4963-a5de-9ace34c67b99 Date: Fri, 26 Oct 2018 09:57: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":["ab989c21-2ea5-48ac-a800-3b3578ba49f6"],"updated_at":"2018-10-26T09:56:54Z","tenant_id":"8acc4c9a272f420a918f41659c9a00c9","created_at":"2018-10-26T09:56:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8acc4c9a272f420a918f41659c9a00c9","id":"76761423-9340-467c-8d6c-a92bb0422c07","name":"InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-pub-net"}]} 2018-10-26 09:57:18,579 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-pub-net used request id req-cfa8282e-7fae-4963-a5de-9ace34c67b99 2018-10-26 09:57:18,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8acc4c9a272f420a918f41659c9a00c9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b861a9a6cc66da814e1a30e4f14a3b8add063f" 2018-10-26 09:57:18,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:57:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a60e094-79f3-4ecf-a840-3d02e3c0f75d Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8acc4c9a272f420a918f41659c9a00c9"}, "enabled": true, "id": "8acc4c9a272f420a918f41659c9a00c9", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-7c2659b6-bbba-4a1-proj"}} 2018-10-26 09:57:18,667 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8acc4c9a272f420a918f41659c9a00c9 used request id req-5a60e094-79f3-4ecf-a840-3d02e3c0f75d 2018-10-26 09:57:18,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=76761423-9340-467c-8d6c-a92bb0422c07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b861a9a6cc66da814e1a30e4f14a3b8add063f" 2018-10-26 09:57:18,726 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-4a9ae576-72fc-4bfb-92d3-62c946e63dcb Date: Fri, 26 Oct 2018 09:57:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"76761423-9340-467c-8d6c-a92bb0422c07","tenant_id":"8acc4c9a272f420a918f41659c9a00c9","created_at":"2018-10-26T09:56:54Z","dns_nameservers":[],"updated_at":"2018-10-26T09:56:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"8acc4c9a272f420a918f41659c9a00c9","id":"ab989c21-2ea5-48ac-a800-3b3578ba49f6","subnetpool_id":null,"name":"InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-pub-subnet"}]} 2018-10-26 09:57:18,727 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=76761423-9340-467c-8d6c-a92bb0422c07 used request id req-4a9ae576-72fc-4bfb-92d3-62c946e63dcb 2018-10-26 09:57:18,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=76761423-9340-467c-8d6c-a92bb0422c07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b861a9a6cc66da814e1a30e4f14a3b8add063f" 2018-10-26 09:57:18,820 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-99d4c34e-9cac-41e1-a457-a39db87e0d4b Date: Fri, 26 Oct 2018 09:57:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:56:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ab989c21-2ea5-48ac-a800-3b3578ba49f6","ip_address":"10.55.0.2"}],"id":"4f9d1a98-dce4-40bc-be57-2ba210beb72d","security_groups":[],"mac_address":"fa:16:3e:d6:99:f9","project_id":"8acc4c9a272f420a918f41659c9a00c9","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"76761423-9340-467c-8d6c-a92bb0422c07","tenant_id":"8acc4c9a272f420a918f41659c9a00c9","created_at":"2018-10-26T09:56:54Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-76761423-9340-467c-8d6c-a92bb0422c07"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:56:56Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ab989c21-2ea5-48ac-a800-3b3578ba49f6","ip_address":"10.55.0.3"}],"id":"7f963dc5-f1d4-44a9-88a4-b4d38a8eead8","security_groups":[],"mac_address":"fa:16:3e:9b:45:6c","project_id":"8acc4c9a272f420a918f41659c9a00c9","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"76761423-9340-467c-8d6c-a92bb0422c07","tenant_id":"8acc4c9a272f420a918f41659c9a00c9","created_at":"2018-10-26T09:56:55Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-76761423-9340-467c-8d6c-a92bb0422c07"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:56:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ab989c21-2ea5-48ac-a800-3b3578ba49f6","ip_address":"10.55.0.4"}],"id":"858a40bb-0beb-4767-823d-a0bfb1be3eeb","security_groups":[],"mac_address":"fa:16:3e:bf:d0:48","project_id":"8acc4c9a272f420a918f41659c9a00c9","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"76761423-9340-467c-8d6c-a92bb0422c07","tenant_id":"8acc4c9a272f420a918f41659c9a00c9","created_at":"2018-10-26T09:56:55Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-76761423-9340-467c-8d6c-a92bb0422c07"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:57:09Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ab989c21-2ea5-48ac-a800-3b3578ba49f6","ip_address":"10.55.0.9"}],"id":"bc2c13f4-ae45-47b5-bd17-86b69913fab3","security_groups":["0e2b4cc1-301e-4ea8-947b-6560376deb8c"],"mac_address":"fa:16:3e:07:44:bb","project_id":"8acc4c9a272f420a918f41659c9a00c9","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-port","admin_state_up":true,"network_id":"76761423-9340-467c-8d6c-a92bb0422c07","tenant_id":"8acc4c9a272f420a918f41659c9a00c9","created_at":"2018-10-26T09:56:59Z","binding:vnic_type":"normal","device_id":"ed71cab1-abc4-457d-a8e5-d7b035f6a879"}]} 2018-10-26 09:57:18,820 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=76761423-9340-467c-8d6c-a92bb0422c07 used request id req-99d4c34e-9cac-41e1-a457-a39db87e0d4b 2018-10-26 09:57:18,824 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b861a9a6cc66da814e1a30e4f14a3b8add063f" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-name"}}' 2018-10-26 09:57:20,206 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09: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-0212d813-e827-46d8-9af1-9fb936ce60de x-compute-request-id: req-0212d813-e827-46d8-9af1-9fb936ce60de Content-Length: 0 Content-Type: application/json 2018-10-26 09:57:20,206 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879/action used request id req-0212d813-e827-46d8-9af1-9fb936ce60de 2018-10-26 09:57:20,209 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b861a9a6cc66da814e1a30e4f14a3b8add063f" 2018-10-26 09:57:20,785 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:57: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-627b0cb2-781b-437d-bf99-36440d61332b x-compute-request-id: req-627b0cb2-781b-437d-bf99-36440d61332b Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:44:bb", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879", "rel": "bookmark"}], "image": {"id": "24326a57-c1f4-4b86-bf74-e6759f4d918f", "links": [{"href": "http://172.30.9.21:8774/images/24326a57-c1f4-4b86-bf74-e6759f4d918f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:57:08.000000", "flavor": {"id": "97f85725-e81e-4355-b21d-3ebf043bbde1", "links": [{"href": "http://172.30.9.21:8774/flavors/97f85725-e81e-4355-b21d-3ebf043bbde1", "rel": "bookmark"}]}, "id": "ed71cab1-abc4-457d-a8e5-d7b035f6a879", "security_groups": [{"name": "InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-name"}, {"name": "default"}], "user_id": "da29bf4c8e9b4e8da48dec45ac9bff6b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:57:09Z", "hostId": "1ae72339152a74f1b2e9064cbedd30d3aaa3bae42519465eef688165", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-inst", "created": "2018-10-26T09:57:03Z", "tenant_id": "8acc4c9a272f420a918f41659c9a00c9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:57:20,786 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879 used request id req-627b0cb2-781b-437d-bf99-36440d61332b 2018-10-26 09:57:20,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b861a9a6cc66da814e1a30e4f14a3b8add063f" 2018-10-26 09:57:20,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-f4626453-10db-4812-96bf-a820bdaf2a1b Date: Fri, 26 Oct 2018 09:57: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":["ab989c21-2ea5-48ac-a800-3b3578ba49f6"],"updated_at":"2018-10-26T09:56:54Z","tenant_id":"8acc4c9a272f420a918f41659c9a00c9","created_at":"2018-10-26T09:56:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8acc4c9a272f420a918f41659c9a00c9","id":"76761423-9340-467c-8d6c-a92bb0422c07","name":"InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-pub-net"}]} 2018-10-26 09:57:20,888 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-pub-net used request id req-f4626453-10db-4812-96bf-a820bdaf2a1b 2018-10-26 09:57:20,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8acc4c9a272f420a918f41659c9a00c9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b861a9a6cc66da814e1a30e4f14a3b8add063f" 2018-10-26 09:57:20,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:57:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9c239d2-16aa-48e6-b882-0b83b2e5759c Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8acc4c9a272f420a918f41659c9a00c9"}, "enabled": true, "id": "8acc4c9a272f420a918f41659c9a00c9", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-7c2659b6-bbba-4a1-proj"}} 2018-10-26 09:57:20,969 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8acc4c9a272f420a918f41659c9a00c9 used request id req-b9c239d2-16aa-48e6-b882-0b83b2e5759c 2018-10-26 09:57:20,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=76761423-9340-467c-8d6c-a92bb0422c07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b861a9a6cc66da814e1a30e4f14a3b8add063f" 2018-10-26 09:57:21,026 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-cde0c3fe-3e3b-409c-b4a7-91d03bdaa607 Date: Fri, 26 Oct 2018 09:57:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"76761423-9340-467c-8d6c-a92bb0422c07","tenant_id":"8acc4c9a272f420a918f41659c9a00c9","created_at":"2018-10-26T09:56:54Z","dns_nameservers":[],"updated_at":"2018-10-26T09:56:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"8acc4c9a272f420a918f41659c9a00c9","id":"ab989c21-2ea5-48ac-a800-3b3578ba49f6","subnetpool_id":null,"name":"InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-pub-subnet"}]} 2018-10-26 09:57:21,026 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=76761423-9340-467c-8d6c-a92bb0422c07 used request id req-cde0c3fe-3e3b-409c-b4a7-91d03bdaa607 2018-10-26 09:57:21,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=76761423-9340-467c-8d6c-a92bb0422c07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b861a9a6cc66da814e1a30e4f14a3b8add063f" 2018-10-26 09:57:21,130 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3150 X-Openstack-Request-Id: req-27cf6c14-e8e5-4c3e-95ad-77266960cca9 Date: Fri, 26 Oct 2018 09:57:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:56:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ab989c21-2ea5-48ac-a800-3b3578ba49f6","ip_address":"10.55.0.2"}],"id":"4f9d1a98-dce4-40bc-be57-2ba210beb72d","security_groups":[],"mac_address":"fa:16:3e:d6:99:f9","project_id":"8acc4c9a272f420a918f41659c9a00c9","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"76761423-9340-467c-8d6c-a92bb0422c07","tenant_id":"8acc4c9a272f420a918f41659c9a00c9","created_at":"2018-10-26T09:56:54Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-76761423-9340-467c-8d6c-a92bb0422c07"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:56:56Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ab989c21-2ea5-48ac-a800-3b3578ba49f6","ip_address":"10.55.0.3"}],"id":"7f963dc5-f1d4-44a9-88a4-b4d38a8eead8","security_groups":[],"mac_address":"fa:16:3e:9b:45:6c","project_id":"8acc4c9a272f420a918f41659c9a00c9","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"76761423-9340-467c-8d6c-a92bb0422c07","tenant_id":"8acc4c9a272f420a918f41659c9a00c9","created_at":"2018-10-26T09:56:55Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-76761423-9340-467c-8d6c-a92bb0422c07"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:56:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ab989c21-2ea5-48ac-a800-3b3578ba49f6","ip_address":"10.55.0.4"}],"id":"858a40bb-0beb-4767-823d-a0bfb1be3eeb","security_groups":[],"mac_address":"fa:16:3e:bf:d0:48","project_id":"8acc4c9a272f420a918f41659c9a00c9","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"76761423-9340-467c-8d6c-a92bb0422c07","tenant_id":"8acc4c9a272f420a918f41659c9a00c9","created_at":"2018-10-26T09:56:55Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-76761423-9340-467c-8d6c-a92bb0422c07"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:57:19Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ab989c21-2ea5-48ac-a800-3b3578ba49f6","ip_address":"10.55.0.9"}],"id":"bc2c13f4-ae45-47b5-bd17-86b69913fab3","security_groups":["06e4ee68-3539-4e2a-9440-3daf8413afdc","0e2b4cc1-301e-4ea8-947b-6560376deb8c"],"mac_address":"fa:16:3e:07:44:bb","project_id":"8acc4c9a272f420a918f41659c9a00c9","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-port","admin_state_up":true,"network_id":"76761423-9340-467c-8d6c-a92bb0422c07","tenant_id":"8acc4c9a272f420a918f41659c9a00c9","created_at":"2018-10-26T09:56:59Z","binding:vnic_type":"normal","device_id":"ed71cab1-abc4-457d-a8e5-d7b035f6a879"}]} 2018-10-26 09:57:21,130 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=76761423-9340-467c-8d6c-a92bb0422c07 used request id req-27cf6c14-e8e5-4c3e-95ad-77266960cca9 2018-10-26 09:57:21,133 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73f7a39c8ac4a31c6ccc139bff4a81448d560c50" 2018-10-26 09:57:22,086 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:57:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-52e48abd-96ac-4696-b25c-e08df366320e x-compute-request-id: req-52e48abd-96ac-4696-b25c-e08df366320e Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:44:bb", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879", "rel": "bookmark"}], "image": {"id": "24326a57-c1f4-4b86-bf74-e6759f4d918f", "links": [{"href": "http://172.30.9.21:8774/images/24326a57-c1f4-4b86-bf74-e6759f4d918f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:57:08.000000", "flavor": {"id": "97f85725-e81e-4355-b21d-3ebf043bbde1", "links": [{"href": "http://172.30.9.21:8774/flavors/97f85725-e81e-4355-b21d-3ebf043bbde1", "rel": "bookmark"}]}, "id": "ed71cab1-abc4-457d-a8e5-d7b035f6a879", "security_groups": [{"name": "InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-name"}, {"name": "default"}], "user_id": "da29bf4c8e9b4e8da48dec45ac9bff6b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:57:09Z", "hostId": "1ae72339152a74f1b2e9064cbedd30d3aaa3bae42519465eef688165", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-inst", "created": "2018-10-26T09:57:03Z", "tenant_id": "8acc4c9a272f420a918f41659c9a00c9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:57:22,086 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879 used request id req-52e48abd-96ac-4696-b25c-e08df366320e 2018-10-26 09:57:22,086 - create_instance - INFO - Deleting Port with ID - bc2c13f4-ae45-47b5-bd17-86b69913fab3 2018-10-26 09:57:22,087 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-port 2018-10-26 09:57:22,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/bc2c13f4-ae45-47b5-bd17-86b69913fab3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b861a9a6cc66da814e1a30e4f14a3b8add063f" 2018-10-26 09:57:22,547 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-74ddbbf3-390c-40de-99a8-cc3a22520ea7 Date: Fri, 26 Oct 2018 09:57:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:57:22,547 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/bc2c13f4-ae45-47b5-bd17-86b69913fab3 used request id req-74ddbbf3-390c-40de-99a8-cc3a22520ea7 2018-10-26 09:57:22,548 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-inst 2018-10-26 09:57:22,550 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b861a9a6cc66da814e1a30e4f14a3b8add063f" 2018-10-26 09:57:22,773 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:57:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0f0a307e-ec54-4cec-9cbf-9a31a65e971c x-compute-request-id: req-0f0a307e-ec54-4cec-9cbf-9a31a65e971c Content-Type: application/json 2018-10-26 09:57:22,773 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879 used request id req-0f0a307e-ec54-4cec-9cbf-9a31a65e971c 2018-10-26 09:57:22,773 - create_instance - INFO - Checking deletion status 2018-10-26 09:57:22,776 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b861a9a6cc66da814e1a30e4f14a3b8add063f" 2018-10-26 09:57:23,031 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:57:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b72130c5-a91c-483f-8801-1d3415367c7a x-compute-request-id: req-b72130c5-a91c-483f-8801-1d3415367c7a Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879", "rel": "bookmark"}], "image": {"id": "24326a57-c1f4-4b86-bf74-e6759f4d918f", "links": [{"href": "http://172.30.9.21:8774/images/24326a57-c1f4-4b86-bf74-e6759f4d918f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:57:08.000000", "flavor": {"id": "97f85725-e81e-4355-b21d-3ebf043bbde1", "links": [{"href": "http://172.30.9.21:8774/flavors/97f85725-e81e-4355-b21d-3ebf043bbde1", "rel": "bookmark"}]}, "id": "ed71cab1-abc4-457d-a8e5-d7b035f6a879", "user_id": "da29bf4c8e9b4e8da48dec45ac9bff6b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:57:22Z", "hostId": "1ae72339152a74f1b2e9064cbedd30d3aaa3bae42519465eef688165", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-inst", "created": "2018-10-26T09:57:03Z", "tenant_id": "8acc4c9a272f420a918f41659c9a00c9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:57:23,031 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879 used request id req-b72130c5-a91c-483f-8801-1d3415367c7a 2018-10-26 09:57:23,031 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-inst] is - ACTIVE 2018-10-26 09:57:23,032 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:57:26,035 - create_instance - DEBUG - VM status query timeout in 296.738564968 2018-10-26 09:57:26,038 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b861a9a6cc66da814e1a30e4f14a3b8add063f" 2018-10-26 09:57:26,438 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:57:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bddfa143-2cdd-450c-a8b4-6c8924a43ee9 x-compute-request-id: req-bddfa143-2cdd-450c-a8b4-6c8924a43ee9 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879", "rel": "bookmark"}], "image": {"id": "24326a57-c1f4-4b86-bf74-e6759f4d918f", "links": [{"href": "http://172.30.9.21:8774/images/24326a57-c1f4-4b86-bf74-e6759f4d918f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:57:08.000000", "flavor": {"id": "97f85725-e81e-4355-b21d-3ebf043bbde1", "links": [{"href": "http://172.30.9.21:8774/flavors/97f85725-e81e-4355-b21d-3ebf043bbde1", "rel": "bookmark"}]}, "id": "ed71cab1-abc4-457d-a8e5-d7b035f6a879", "user_id": "da29bf4c8e9b4e8da48dec45ac9bff6b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:57:22Z", "hostId": "1ae72339152a74f1b2e9064cbedd30d3aaa3bae42519465eef688165", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-inst", "created": "2018-10-26T09:57:03Z", "tenant_id": "8acc4c9a272f420a918f41659c9a00c9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:57:26,438 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879 used request id req-bddfa143-2cdd-450c-a8b4-6c8924a43ee9 2018-10-26 09:57:26,438 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-inst] is - ACTIVE 2018-10-26 09:57:26,439 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:57:29,442 - create_instance - DEBUG - VM status query timeout in 293.331544876 2018-10-26 09:57:29,445 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21b861a9a6cc66da814e1a30e4f14a3b8add063f" 2018-10-26 09:57:29,490 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 09:57:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f4323721-0871-40d1-b77a-236531b14fa9 x-compute-request-id: req-f4323721-0871-40d1-b77a-236531b14fa9 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance ed71cab1-abc4-457d-a8e5-d7b035f6a879 could not be found.", "code": 404}} 2018-10-26 09:57:29,490 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ed71cab1-abc4-457d-a8e5-d7b035f6a879 used request id req-f4323721-0871-40d1-b77a-236531b14fa9 2018-10-26 09:57:29,490 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance ed71cab1-abc4-457d-a8e5-d7b035f6a879 could not be found. (HTTP 404) (Request-ID: req-f4323721-0871-40d1-b77a-236531b14fa9) 2018-10-26 09:57:29,491 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-inst 2018-10-26 09:57:29,492 - neutron_utils - INFO - Deleting security group rule with ID - 5e4ae395-ebb5-4a44-9b80-32f4ceebb80a 2018-10-26 09:57:29,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/5e4ae395-ebb5-4a44-9b80-32f4ceebb80a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}596772bca54e1a1e0241081748e1c324204b13e5" 2018-10-26 09:57:29,790 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3bc3ac4d-07e5-4683-b394-c7de35c51d75 Content-Length: 0 Date: Fri, 26 Oct 2018 09:57:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:57:29,791 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/5e4ae395-ebb5-4a44-9b80-32f4ceebb80a used request id req-3bc3ac4d-07e5-4683-b394-c7de35c51d75 2018-10-26 09:57:29,791 - neutron_utils - INFO - Deleting security group rule with ID - d9ba2a26-74fb-42d9-9a49-5d398132b445 2018-10-26 09:57:29,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/d9ba2a26-74fb-42d9-9a49-5d398132b445 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}596772bca54e1a1e0241081748e1c324204b13e5" 2018-10-26 09:57:30,042 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d4c7ce3a-800c-4230-a2d7-72308ec673e1 Content-Length: 0 Date: Fri, 26 Oct 2018 09:57:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:57:30,042 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/d9ba2a26-74fb-42d9-9a49-5d398132b445 used request id req-d4c7ce3a-800c-4230-a2d7-72308ec673e1 2018-10-26 09:57:30,042 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-name 2018-10-26 09:57:30,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/06e4ee68-3539-4e2a-9440-3daf8413afdc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}596772bca54e1a1e0241081748e1c324204b13e5" 2018-10-26 09:57:30,316 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fdf9202a-5ad1-4d97-8612-78a16d500b78 Content-Length: 0 Date: Fri, 26 Oct 2018 09:57:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:57:30,316 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/06e4ee68-3539-4e2a-9440-3daf8413afdc used request id req-fdf9202a-5ad1-4d97-8612-78a16d500b78 2018-10-26 09:57:30,320 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/97f85725-e81e-4355-b21d-3ebf043bbde1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44256db61eedd1c60dfeb822f3fb268577f07771" 2018-10-26 09:57:30,389 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:57:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f1a279fc-e192-427d-9944-10a5bd5d82b0 x-compute-request-id: req-f1a279fc-e192-427d-9944-10a5bd5d82b0 Content-Length: 0 Content-Type: application/json 2018-10-26 09:57:30,389 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/97f85725-e81e-4355-b21d-3ebf043bbde1 used request id req-f1a279fc-e192-427d-9944-10a5bd5d82b0 2018-10-26 09:57:30,390 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-pub-subnet 2018-10-26 09:57:30,390 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-pub-subnet 2018-10-26 09:57:30,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/ab989c21-2ea5-48ac-a800-3b3578ba49f6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac61d324f77e6df9ea9a90b9de2cd9ecb8afc743" 2018-10-26 09:57:32,821 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-787d6ab9-05d7-4d0e-b4e6-0107e866187d Date: Fri, 26 Oct 2018 09:57:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:57:32,821 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/ab989c21-2ea5-48ac-a800-3b3578ba49f6 used request id req-787d6ab9-05d7-4d0e-b4e6-0107e866187d 2018-10-26 09:57:32,821 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-pub-net 2018-10-26 09:57:32,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/76761423-9340-467c-8d6c-a92bb0422c07 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac61d324f77e6df9ea9a90b9de2cd9ecb8afc743" 2018-10-26 09:57:34,134 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c0cf759b-991b-4b7a-b936-3d946abce63f Date: Fri, 26 Oct 2018 09:57:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:57:34,134 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/76761423-9340-467c-8d6c-a92bb0422c07 used request id req-c0cf759b-991b-4b7a-b936-3d946abce63f 2018-10-26 09:57:34,135 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-50eaf46f-6f2f-417f-9171-558ace14cd89-image 2018-10-26 09:57:34,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/24326a57-c1f4-4b86-bf74-e6759f4d918f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9cfa6bc5f4a6c825e43c4909cd952de1a570b518" 2018-10-26 09:57:35,687 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5aa492f5-0500-47f6-b742-4c54dcd7b411 Date: Fri, 26 Oct 2018 09:57:35 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-26 09:57:35,687 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/24326a57-c1f4-4b86-bf74-e6759f4d918f used request id req-5aa492f5-0500-47f6-b742-4c54dcd7b411 2018-10-26 09:57:35,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8572716f83b2edb16493ecba156baec0d3dd1d57" 2018-10-26 09:57:35,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-6d039849-5a4d-4e8b-afe6-bd0180942b5d Date: Fri, 26 Oct 2018 09:57:35 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "8acc4c9a272f420a918f41659c9a00c9", "created_at": "2018-10-26T09:56:52Z", "updated_at": "2018-10-26T09:56:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:56:52Z", "revision_number": 0, "id": "19dbe0a5-0428-4148-886b-7b7a92491cf8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:56:52Z", "security_group_id": "0e2b4cc1-301e-4ea8-947b-6560376deb8c", "tenant_id": "8acc4c9a272f420a918f41659c9a00c9", "port_range_min": null, "ethertype": "IPv4", "project_id": "8acc4c9a272f420a918f41659c9a00c9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:56:52Z", "revision_number": 0, "id": "3deb46fa-11b6-4fbb-ba34-8500a4fbecbb", "remote_group_id": "0e2b4cc1-301e-4ea8-947b-6560376deb8c", "remote_ip_prefix": null, "created_at": "2018-10-26T09:56:52Z", "security_group_id": "0e2b4cc1-301e-4ea8-947b-6560376deb8c", "tenant_id": "8acc4c9a272f420a918f41659c9a00c9", "port_range_min": null, "ethertype": "IPv6", "project_id": "8acc4c9a272f420a918f41659c9a00c9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:56:52Z", "revision_number": 0, "id": "9cce87c8-6de4-4472-a8c1-f27b8d34fd11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:56:52Z", "security_group_id": "0e2b4cc1-301e-4ea8-947b-6560376deb8c", "tenant_id": "8acc4c9a272f420a918f41659c9a00c9", "port_range_min": null, "ethertype": "IPv6", "project_id": "8acc4c9a272f420a918f41659c9a00c9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:56:52Z", "revision_number": 0, "id": "f8aeb098-a2db-4b3d-80f4-80055b4ce5d9", "remote_group_id": "0e2b4cc1-301e-4ea8-947b-6560376deb8c", "remote_ip_prefix": null, "created_at": "2018-10-26T09:56:52Z", "security_group_id": "0e2b4cc1-301e-4ea8-947b-6560376deb8c", "tenant_id": "8acc4c9a272f420a918f41659c9a00c9", "port_range_min": null, "ethertype": "IPv4", "project_id": "8acc4c9a272f420a918f41659c9a00c9"}], "revision_number": 4, "project_id": "8acc4c9a272f420a918f41659c9a00c9", "id": "0e2b4cc1-301e-4ea8-947b-6560376deb8c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 09:57:35,919 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-6d039849-5a4d-4e8b-afe6-bd0180942b5d 2018-10-26 09:57:35,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8acc4c9a272f420a918f41659c9a00c9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8572716f83b2edb16493ecba156baec0d3dd1d57" 2018-10-26 09:57:36,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:57:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d89014ed-40bc-4d24-bf5c-38ae3874a072 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8acc4c9a272f420a918f41659c9a00c9"}, "enabled": true, "id": "8acc4c9a272f420a918f41659c9a00c9", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-7c2659b6-bbba-4a1-proj"}} 2018-10-26 09:57:36,019 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8acc4c9a272f420a918f41659c9a00c9 used request id req-d89014ed-40bc-4d24-bf5c-38ae3874a072 2018-10-26 09:57:36,019 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0e2b4cc1-301e-4ea8-947b-6560376deb8c 2018-10-26 09:57:36,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=0e2b4cc1-301e-4ea8-947b-6560376deb8c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8572716f83b2edb16493ecba156baec0d3dd1d57" 2018-10-26 09:57:36,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-0df37f72-e2df-42ad-ba62-e8f9088893a1 Date: Fri, 26 Oct 2018 09:57:36 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-26T09:56:52Z", "security_group_id": "0e2b4cc1-301e-4ea8-947b-6560376deb8c", "port_range_min": null, "revision_number": 0, "tenant_id": "8acc4c9a272f420a918f41659c9a00c9", "created_at": "2018-10-26T09:56:52Z", "project_id": "8acc4c9a272f420a918f41659c9a00c9", "id": "19dbe0a5-0428-4148-886b-7b7a92491cf8"}, {"remote_group_id": "0e2b4cc1-301e-4ea8-947b-6560376deb8c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:56:52Z", "security_group_id": "0e2b4cc1-301e-4ea8-947b-6560376deb8c", "port_range_min": null, "revision_number": 0, "tenant_id": "8acc4c9a272f420a918f41659c9a00c9", "created_at": "2018-10-26T09:56:52Z", "project_id": "8acc4c9a272f420a918f41659c9a00c9", "id": "3deb46fa-11b6-4fbb-ba34-8500a4fbecbb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:56:52Z", "security_group_id": "0e2b4cc1-301e-4ea8-947b-6560376deb8c", "port_range_min": null, "revision_number": 0, "tenant_id": "8acc4c9a272f420a918f41659c9a00c9", "created_at": "2018-10-26T09:56:52Z", "project_id": "8acc4c9a272f420a918f41659c9a00c9", "id": "9cce87c8-6de4-4472-a8c1-f27b8d34fd11"}, {"remote_group_id": "0e2b4cc1-301e-4ea8-947b-6560376deb8c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:56:52Z", "security_group_id": "0e2b4cc1-301e-4ea8-947b-6560376deb8c", "port_range_min": null, "revision_number": 0, "tenant_id": "8acc4c9a272f420a918f41659c9a00c9", "created_at": "2018-10-26T09:56:52Z", "project_id": "8acc4c9a272f420a918f41659c9a00c9", "id": "f8aeb098-a2db-4b3d-80f4-80055b4ce5d9"}]} 2018-10-26 09:57:36,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=0e2b4cc1-301e-4ea8-947b-6560376deb8c used request id req-0df37f72-e2df-42ad-ba62-e8f9088893a1 2018-10-26 09:57:36,220 - neutron_utils - INFO - Deleting security group with name - default 2018-10-26 09:57:36,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/0e2b4cc1-301e-4ea8-947b-6560376deb8c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8572716f83b2edb16493ecba156baec0d3dd1d57" 2018-10-26 09:57:36,520 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0324de67-1115-4ac6-a03c-2bbebd83bb19 Content-Length: 0 Date: Fri, 26 Oct 2018 09:57:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:57:36,520 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/0e2b4cc1-301e-4ea8-947b-6560376deb8c used request id req-0324de67-1115-4ac6-a03c-2bbebd83bb19 2018-10-26 09:57:36,521 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-7c2659b6-bbba-4a1-proj 2018-10-26 09:57:36,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/8acc4c9a272f420a918f41659c9a00c9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8572716f83b2edb16493ecba156baec0d3dd1d57" 2018-10-26 09:57:36,744 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:57:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-55195711-b5cd-4244-a725-19928910550e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:57:36,744 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/8acc4c9a272f420a918f41659c9a00c9 used request id req-55195711-b5cd-4244-a725-19928910550e 2018-10-26 09:57:36,745 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-7c2659b6-bbba-4a1-proj-role 2018-10-26 09:57:36,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/48bea5dcc5bf4f4a98ef8ff14e354843 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8572716f83b2edb16493ecba156baec0d3dd1d57" 2018-10-26 09:57:36,854 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:57:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-247126b9-fad3-4df8-a2b9-c62b9781d907 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:57:36,854 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/48bea5dcc5bf4f4a98ef8ff14e354843 used request id req-247126b9-fad3-4df8-a2b9-c62b9781d907 2018-10-26 09:57:36,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8572716f83b2edb16493ecba156baec0d3dd1d57" 2018-10-26 09:57:36,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:57:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c80aa435-396f-4d68-a4c5-8a6054e6a1a1 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:57:36,952 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c80aa435-396f-4d68-a4c5-8a6054e6a1a1 2018-10-26 09:57:36,952 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-7c2659b6-bbba-4a1-user 2018-10-26 09:57:36,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/da29bf4c8e9b4e8da48dec45ac9bff6b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49d5779686b84d3d1be779848526019a80a647ec" 2018-10-26 09:57:37,179 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:57:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-27f9fd5e-8352-414e-bf32-0c8fd255256f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:57:37,179 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/da29bf4c8e9b4e8da48dec45ac9bff6b used request id req-27f9fd5e-8352-414e-bf32-0c8fd255256f 2018-10-26 09:57:37,181 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:57:37,556 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:57:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["vTf103xuTkO_cAuAvkktWQ"], "issued_at": "2018-10-26T09:57:37.000000Z"}} 2018-10-26 09:57:37,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14a774ce91ea355dfdd436f1b0c71baea07e9da3" 2018-10-26 09:57:37,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:57:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d15995e2-d74b-40bc-a804-02b21408e049 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:57:37,639 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d15995e2-d74b-40bc-a804-02b21408e049 2018-10-26 09:57:37,640 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:57:37,641 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:57:38,029 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:57:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["oGAQdNFoSZy4MHR7pwgnoA"], "issued_at": "2018-10-26T09:57:38.000000Z"}} 2018-10-26 09:57:38,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a23d7dfaead6703646915282a0e3b235365511a2" 2018-10-26 09:57:38,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:57:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eeb5f218-89d7-419a-b86a-77d878611c79 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:57:38,110 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-eeb5f218-89d7-419a-b86a-77d878611c79 2018-10-26 09:57:38,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:57:38,121 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:57: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:57:38,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-7628c06b-acdd-487-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a23d7dfaead6703646915282a0e3b235365511a2" 2018-10-26 09:57:38,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:57:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-056239a7-e145-4445-9de1-8bfe9948ae08 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-7628c06b-acdd-487-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:57:38,209 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-7628c06b-acdd-487-proj used request id req-056239a7-e145-4445-9de1-8bfe9948ae08 2018-10-26 09:57:38,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a23d7dfaead6703646915282a0e3b235365511a2" 2018-10-26 09:57:38,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:57:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2aba8ac5-bf41-41fb-994a-65072c0776d5 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:57:38,297 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-2aba8ac5-bf41-41fb-994a-65072c0776d5 2018-10-26 09:57:38,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a23d7dfaead6703646915282a0e3b235365511a2" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-7628c06b-acdd-487-proj"}}' 2018-10-26 09:57:38,447 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:57:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-23fd86f7-d46d-4fe8-83ca-39d926894739 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/22d349b2da3749e189d7ec6a32db4c89"}, "enabled": true, "id": "22d349b2da3749e189d7ec6a32db4c89", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-7628c06b-acdd-487-proj"}} 2018-10-26 09:57:38,447 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-23fd86f7-d46d-4fe8-83ca-39d926894739 2018-10-26 09:57:38,448 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-7628c06b-acdd-487-proj 2018-10-26 09:57:38,448 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:57:38,449 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:57:38,837 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:57:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["K6cuEfbKR4uRTjc67YVCjw"], "issued_at": "2018-10-26T09:57:38.000000Z"}} 2018-10-26 09:57:38,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a146c82cb0fbb148b9eb6f96021ed04f8cb4c64" 2018-10-26 09:57:38,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:57:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-053b0575-950d-45e7-81ba-96793fd734cc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:57:38,915 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-053b0575-950d-45e7-81ba-96793fd734cc 2018-10-26 09:57:38,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:57:38,925 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:57: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:57:38,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a146c82cb0fbb148b9eb6f96021ed04f8cb4c64" 2018-10-26 09:57:39,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:57:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcd353e0-e504-414d-b8f4-d552bfb70282 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:57:39,035 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-bcd353e0-e504-414d-b8f4-d552bfb70282 2018-10-26 09:57:39,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=InstanceSecurityGroupTests-7628c06b-acdd-487-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a146c82cb0fbb148b9eb6f96021ed04f8cb4c64" 2018-10-26 09:57:39,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:57:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17be30f1-2ff4-4625-9f90-5eda22c6f67a Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=InstanceSecurityGroupTests-7628c06b-acdd-487-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/22d349b2da3749e189d7ec6a32db4c89"}, "enabled": true, "id": "22d349b2da3749e189d7ec6a32db4c89", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-7628c06b-acdd-487-proj"}]} 2018-10-26 09:57:39,122 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=InstanceSecurityGroupTests-7628c06b-acdd-487-proj used request id req-17be30f1-2ff4-4625-9f90-5eda22c6f67a 2018-10-26 09:57:39,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a146c82cb0fbb148b9eb6f96021ed04f8cb4c64" 2018-10-26 09:57:39,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:57:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a9c95a2-7137-48c8-8fb8-59b136a18c05 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:57:39,229 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-6a9c95a2-7137-48c8-8fb8-59b136a18c05 2018-10-26 09:57:39,555 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-7628c06b-acdd-487-user 2018-10-26 09:57:39,555 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:57:39,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a23d7dfaead6703646915282a0e3b235365511a2" 2018-10-26 09:57:39,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:57:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acde5187-d907-4e53-a419-6048396ff4b3 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:57:39,642 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-acde5187-d907-4e53-a419-6048396ff4b3 2018-10-26 09:57:39,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a23d7dfaead6703646915282a0e3b235365511a2" -d '{"role": {"name": "InstanceSecurityGroupTests-7628c06b-acdd-487-proj-role"}}' 2018-10-26 09:57:39,771 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:57:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-78472e29-c8d6-437c-a5a8-83d114b33555 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7be28dfce0e44087850b743b0f5fac82", "links": {"self": "http://172.30.9.21:5000/v3/roles/7be28dfce0e44087850b743b0f5fac82"}, "name": "InstanceSecurityGroupTests-7628c06b-acdd-487-proj-role"}} 2018-10-26 09:57:39,771 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-78472e29-c8d6-437c-a5a8-83d114b33555 2018-10-26 09:57:39,772 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-7628c06b-acdd-487-proj-role 2018-10-26 09:57:39,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/7be28dfce0e44087850b743b0f5fac82 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a23d7dfaead6703646915282a0e3b235365511a2" 2018-10-26 09:57:39,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:57:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95a0a929-6691-4a18-a2f0-f2927884a50c Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/7be28dfce0e44087850b743b0f5fac82"}, "domain_id": null, "name": "InstanceSecurityGroupTests-7628c06b-acdd-487-proj-role", "id": "7be28dfce0e44087850b743b0f5fac82"}} 2018-10-26 09:57:39,863 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/7be28dfce0e44087850b743b0f5fac82 used request id req-95a0a929-6691-4a18-a2f0-f2927884a50c 2018-10-26 09:57:39,863 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-7628c06b-acdd-487-proj-role to project InstanceSecurityGroupTests-7628c06b-acdd-487-proj 2018-10-26 09:57:39,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/22d349b2da3749e189d7ec6a32db4c89/users/451a6fe3db184e39b854eaaf9600ca75/roles/7be28dfce0e44087850b743b0f5fac82 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a23d7dfaead6703646915282a0e3b235365511a2" 2018-10-26 09:57:39,982 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:57:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-49780cc1-92b7-4f9d-b04d-d6d7b6ead1e1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:57:39,982 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/22d349b2da3749e189d7ec6a32db4c89/users/451a6fe3db184e39b854eaaf9600ca75/roles/7be28dfce0e44087850b743b0f5fac82 used request id req-49780cc1-92b7-4f9d-b04d-d6d7b6ead1e1 2018-10-26 09:57:39,983 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:57:39,984 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-26 09:57:39,984 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:57:39,985 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:57:40,361 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7be28dfce0e44087850b743b0f5fac82", "name": "InstanceSecurityGroupTests-7628c06b-acdd-487-proj-role"}], "expires_at": "2018-10-26T10:57:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "22d349b2da3749e189d7ec6a32db4c89", "name": "InstanceSecurityGroupTests-7628c06b-acdd-487-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/22d349b2da3749e189d7ec6a32db4c89", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/22d349b2da3749e189d7ec6a32db4c89", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/22d349b2da3749e189d7ec6a32db4c89", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/22d349b2da3749e189d7ec6a32db4c89", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/22d349b2da3749e189d7ec6a32db4c89", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/22d349b2da3749e189d7ec6a32db4c89", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/22d349b2da3749e189d7ec6a32db4c89", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/22d349b2da3749e189d7ec6a32db4c89", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/22d349b2da3749e189d7ec6a32db4c89", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/22d349b2da3749e189d7ec6a32db4c89", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/22d349b2da3749e189d7ec6a32db4c89", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/22d349b2da3749e189d7ec6a32db4c89", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-7628c06b-acdd-487-user", "id": "451a6fe3db184e39b854eaaf9600ca75"}, "audit_ids": ["3tPDxmEMTCGyjJucQ8LI3g"], "issued_at": "2018-10-26T09:57:40.000000Z"}} 2018-10-26 09:57:40,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f379c435826316df6a90b92b8f2a41d3eb659ed0" 2018-10-26 09:57:40,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:57:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da2d2460-1153-4497-9ea8-4274191e1c88 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:57:40,438 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-da2d2460-1153-4497-9ea8-4274191e1c88 2018-10-26 09:57:40,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f379c435826316df6a90b92b8f2a41d3eb659ed0" 2018-10-26 09:57:40,619 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-1d7c4264-b23f-4328-94ec-9d82a25dc15b Date: Fri, 26 Oct 2018 09:57:40 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-image"} 2018-10-26 09:57:40,619 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-image used request id req-1d7c4264-b23f-4328-94ec-9d82a25dc15b 2018-10-26 09:57:40,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f379c435826316df6a90b92b8f2a41d3eb659ed0" 2018-10-26 09:57:40,787 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c8cf167a-ecb9-4686-b7ae-0eac10930187 Date: Fri, 26 Oct 2018 09:57: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-26 09:57:40,787 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-c8cf167a-ecb9-4686-b7ae-0eac10930187 2018-10-26 09:57:40,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f379c435826316df6a90b92b8f2a41d3eb659ed0" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-image"}' 2018-10-26 09:57:41,000 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/b2b11e64-5fd0-4334-82d2-20d8d9843529 X-Openstack-Request-Id: req-fd192fbe-291e-49ac-aec1-1facb83dca44 Date: Fri, 26 Oct 2018 09:57:41 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:57:40Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-26T09:57:40Z", "visibility": "shared", "locations": [], "self": "/v2/images/b2b11e64-5fd0-4334-82d2-20d8d9843529", "min_disk": 0, "protected": false, "id": "b2b11e64-5fd0-4334-82d2-20d8d9843529", "file": "/v2/images/b2b11e64-5fd0-4334-82d2-20d8d9843529/file", "checksum": null, "owner": "22d349b2da3749e189d7ec6a32db4c89", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:57:41,000 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-fd192fbe-291e-49ac-aec1-1facb83dca44 2018-10-26 09:57:41,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/b2b11e64-5fd0-4334-82d2-20d8d9843529/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f379c435826316df6a90b92b8f2a41d3eb659ed0" -d '' 2018-10-26 09:57:42,151 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-04efce83-da31-4fbc-97e6-7a54fc4f761d Date: Fri, 26 Oct 2018 09:57: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-26 09:57:42,152 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/b2b11e64-5fd0-4334-82d2-20d8d9843529/file used request id req-04efce83-da31-4fbc-97e6-7a54fc4f761d 2018-10-26 09:57:42,152 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 09:57:42,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/b2b11e64-5fd0-4334-82d2-20d8d9843529 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f379c435826316df6a90b92b8f2a41d3eb659ed0" 2018-10-26 09:57:42,322 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-e23ba794-6543-4922-bb41-c94bf93ce397 Date: Fri, 26 Oct 2018 09:57:42 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:57:40Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:57:42Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/b2b11e64-5fd0-4334-82d2-20d8d9843529/snap", "metadata": {}}], "self": "/v2/images/b2b11e64-5fd0-4334-82d2-20d8d9843529", "min_disk": 0, "protected": false, "id": "b2b11e64-5fd0-4334-82d2-20d8d9843529", "file": "/v2/images/b2b11e64-5fd0-4334-82d2-20d8d9843529/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "22d349b2da3749e189d7ec6a32db4c89", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/b2b11e64-5fd0-4334-82d2-20d8d9843529/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:57:42,322 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/b2b11e64-5fd0-4334-82d2-20d8d9843529 used request id req-e23ba794-6543-4922-bb41-c94bf93ce397 2018-10-26 09:57:42,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f379c435826316df6a90b92b8f2a41d3eb659ed0" 2018-10-26 09:57:42,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9e35aeef-11d5-4643-b4b0-0fbd1f438286 Date: Fri, 26 Oct 2018 09: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-26 09:57:42,477 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-9e35aeef-11d5-4643-b4b0-0fbd1f438286 2018-10-26 09:57:42,480 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-image 2018-10-26 09:57:42,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/b2b11e64-5fd0-4334-82d2-20d8d9843529 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f379c435826316df6a90b92b8f2a41d3eb659ed0" 2018-10-26 09:57:42,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-6c29894c-74cf-46ef-92c4-91c3d427e5b3 Date: Fri, 26 Oct 2018 09:57:42 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:57:40Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:57:42Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/b2b11e64-5fd0-4334-82d2-20d8d9843529/snap", "metadata": {}}], "self": "/v2/images/b2b11e64-5fd0-4334-82d2-20d8d9843529", "min_disk": 0, "protected": false, "id": "b2b11e64-5fd0-4334-82d2-20d8d9843529", "file": "/v2/images/b2b11e64-5fd0-4334-82d2-20d8d9843529/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "22d349b2da3749e189d7ec6a32db4c89", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/b2b11e64-5fd0-4334-82d2-20d8d9843529/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:57:42,500 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/b2b11e64-5fd0-4334-82d2-20d8d9843529 used request id req-6c29894c-74cf-46ef-92c4-91c3d427e5b3 2018-10-26 09:57:42,501 - create_image - DEBUG - Instance status is - active 2018-10-26 09:57:42,501 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-image 2018-10-26 09:57:42,501 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-image 2018-10-26 09:57:42,502 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:57:42,502 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:57:42,873 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7be28dfce0e44087850b743b0f5fac82", "name": "InstanceSecurityGroupTests-7628c06b-acdd-487-proj-role"}], "expires_at": "2018-10-26T10:57:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "22d349b2da3749e189d7ec6a32db4c89", "name": "InstanceSecurityGroupTests-7628c06b-acdd-487-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/22d349b2da3749e189d7ec6a32db4c89", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/22d349b2da3749e189d7ec6a32db4c89", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/22d349b2da3749e189d7ec6a32db4c89", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/22d349b2da3749e189d7ec6a32db4c89", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/22d349b2da3749e189d7ec6a32db4c89", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/22d349b2da3749e189d7ec6a32db4c89", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/22d349b2da3749e189d7ec6a32db4c89", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/22d349b2da3749e189d7ec6a32db4c89", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/22d349b2da3749e189d7ec6a32db4c89", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/22d349b2da3749e189d7ec6a32db4c89", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/22d349b2da3749e189d7ec6a32db4c89", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/22d349b2da3749e189d7ec6a32db4c89", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-7628c06b-acdd-487-user", "id": "451a6fe3db184e39b854eaaf9600ca75"}, "audit_ids": ["JRdxl5wDR1GJX-GFIVcb9w"], "issued_at": "2018-10-26T09:57:42.000000Z"}} 2018-10-26 09:57:42,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39afe86508a8bc05e1e8d19eab4a4c249efc9462" 2018-10-26 09:57:42,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:57:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62afa4d6-eeb9-40d7-b2b1-461fe2b69dbc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:57:42,955 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-62afa4d6-eeb9-40d7-b2b1-461fe2b69dbc 2018-10-26 09:57:42,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39afe86508a8bc05e1e8d19eab4a4c249efc9462" 2018-10-26 09:57:43,142 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-bae76d4d-9de7-4d00-97cd-89e3f517ee9a Date: Fri, 26 Oct 2018 09:57:43 GMT RESP BODY: {"networks":[]} 2018-10-26 09:57:43,142 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-net used request id req-bae76d4d-9de7-4d00-97cd-89e3f517ee9a 2018-10-26 09:57:43,143 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-net 2018-10-26 09:57:43,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39afe86508a8bc05e1e8d19eab4a4c249efc9462" -d '{"network": {"name": "InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-net", "admin_state_up": true}}' 2018-10-26 09:57:43,691 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-223c82c4-9356-444d-a303-10e7e8c4dfe1 Date: Fri, 26 Oct 2018 09:57:43 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"f7668e97-3810-48fa-bf1a-dd7e0d8f7831","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"22d349b2da3749e189d7ec6a32db4c89","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T09:57:43Z","is_default":false,"name":"InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"22d349b2da3749e189d7ec6a32db4c89","created_at":"2018-10-26T09:57:43Z","mtu":1450}} 2018-10-26 09:57:43,691 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-223c82c4-9356-444d-a303-10e7e8c4dfe1 2018-10-26 09:57:43,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=f7668e97-3810-48fa-bf1a-dd7e0d8f7831 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39afe86508a8bc05e1e8d19eab4a4c249efc9462" 2018-10-26 09:57:43,933 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-8b486bbd-e873-4fcc-845e-56cec6715f51 Date: Fri, 26 Oct 2018 09:57:43 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-26T09:57:43Z","tenant_id":"22d349b2da3749e189d7ec6a32db4c89","created_at":"2018-10-26T09:57:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"22d349b2da3749e189d7ec6a32db4c89","id":"f7668e97-3810-48fa-bf1a-dd7e0d8f7831","name":"InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-net"}]} 2018-10-26 09:57:43,934 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=f7668e97-3810-48fa-bf1a-dd7e0d8f7831 used request id req-8b486bbd-e873-4fcc-845e-56cec6715f51 2018-10-26 09:57:43,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f7668e97-3810-48fa-bf1a-dd7e0d8f7831 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39afe86508a8bc05e1e8d19eab4a4c249efc9462" 2018-10-26 09:57:44,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-2c3b76a1-7558-47e6-92ff-07aa8582851c Date: Fri, 26 Oct 2018 09:57:44 GMT RESP BODY: {"subnets":[]} 2018-10-26 09:57:44,123 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f7668e97-3810-48fa-bf1a-dd7e0d8f7831 used request id req-2c3b76a1-7558-47e6-92ff-07aa8582851c 2018-10-26 09:57:44,124 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-subnet 2018-10-26 09:57:44,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39afe86508a8bc05e1e8d19eab4a4c249efc9462" -d '{"subnets": [{"ip_version": 4, "network_id": "f7668e97-3810-48fa-bf1a-dd7e0d8f7831", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-subnet"}]}' 2018-10-26 09:57:44,918 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-1ef472e6-4650-4ba5-9104-10176ce73ff4 Date: Fri, 26 Oct 2018 09:57:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f7668e97-3810-48fa-bf1a-dd7e0d8f7831","tenant_id":"22d349b2da3749e189d7ec6a32db4c89","created_at":"2018-10-26T09:57:44Z","dns_nameservers":[],"updated_at":"2018-10-26T09:57:44Z","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":"22d349b2da3749e189d7ec6a32db4c89","id":"085fe439-0b29-43c4-8ad9-3880bb853321","subnetpool_id":null,"name":"InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-subnet"}]} 2018-10-26 09:57:44,918 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-1ef472e6-4650-4ba5-9104-10176ce73ff4 2018-10-26 09:57:44,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=f7668e97-3810-48fa-bf1a-dd7e0d8f7831 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39afe86508a8bc05e1e8d19eab4a4c249efc9462" 2018-10-26 09:57:45,173 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-790aa98a-b7af-4579-9ec1-6a9a1842ac98 Date: Fri, 26 Oct 2018 09:57: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":["085fe439-0b29-43c4-8ad9-3880bb853321"],"updated_at":"2018-10-26T09:57:44Z","tenant_id":"22d349b2da3749e189d7ec6a32db4c89","created_at":"2018-10-26T09:57:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"22d349b2da3749e189d7ec6a32db4c89","id":"f7668e97-3810-48fa-bf1a-dd7e0d8f7831","name":"InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-net"}]} 2018-10-26 09:57:45,173 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=f7668e97-3810-48fa-bf1a-dd7e0d8f7831 used request id req-790aa98a-b7af-4579-9ec1-6a9a1842ac98 2018-10-26 09:57:45,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f7668e97-3810-48fa-bf1a-dd7e0d8f7831 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39afe86508a8bc05e1e8d19eab4a4c249efc9462" 2018-10-26 09:57:45,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-b3c0175c-2134-42cb-b366-a51114610a66 Date: Fri, 26 Oct 2018 09:57:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f7668e97-3810-48fa-bf1a-dd7e0d8f7831","tenant_id":"22d349b2da3749e189d7ec6a32db4c89","created_at":"2018-10-26T09:57:44Z","dns_nameservers":[],"updated_at":"2018-10-26T09:57:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"22d349b2da3749e189d7ec6a32db4c89","id":"085fe439-0b29-43c4-8ad9-3880bb853321","subnetpool_id":null,"name":"InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-subnet"}]} 2018-10-26 09:57:45,377 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f7668e97-3810-48fa-bf1a-dd7e0d8f7831 used request id req-b3c0175c-2134-42cb-b366-a51114610a66 2018-10-26 09:57:45,378 - OpenStackNetwork - DEBUG - Network [f7668e97-3810-48fa-bf1a-dd7e0d8f7831] created successfully 2018-10-26 09:57:45,378 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:57:45,379 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:57:45,759 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:57:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["eBR-rd-qQOa69r4uO4NAsg"], "issued_at": "2018-10-26T09:57:45.000000Z"}} 2018-10-26 09:57:45,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}857ebd6890c63f61e3786e2964b5e40644d9cb16" 2018-10-26 09:57:45,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:57:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c35a7e2d-f416-4064-add7-901e55414ff4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:57:45,835 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c35a7e2d-f416-4064-add7-901e55414ff4 2018-10-26 09:57:45,836 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:57:45,842 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}857ebd6890c63f61e3786e2964b5e40644d9cb16" 2018-10-26 09:57:46,033 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:57: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-663b7ca4-6504-4c13-ae3a-5be78d3053a9 x-compute-request-id: req-663b7ca4-6504-4c13-ae3a-5be78d3053a9 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-26 09:57:46,033 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-663b7ca4-6504-4c13-ae3a-5be78d3053a9 2018-10-26 09:57:46,037 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}857ebd6890c63f61e3786e2964b5e40644d9cb16" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-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-26 09:57:46,119 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:57:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ed8d0b69-ed61-4a2f-a59b-8149bdb82180 x-compute-request-id: req-ed8d0b69-ed61-4a2f-a59b-8149bdb82180 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/9cf5bfc7-c1e8-4c14-953d-f71033729f58", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/9cf5bfc7-c1e8-4c14-953d-f71033729f58", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "9cf5bfc7-c1e8-4c14-953d-f71033729f58", "name": "InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 09:57:46,120 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-ed8d0b69-ed61-4a2f-a59b-8149bdb82180 2018-10-26 09:57:46,120 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:57:46,121 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:57:46,488 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7be28dfce0e44087850b743b0f5fac82", "name": "InstanceSecurityGroupTests-7628c06b-acdd-487-proj-role"}], "expires_at": "2018-10-26T10:57:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "22d349b2da3749e189d7ec6a32db4c89", "name": "InstanceSecurityGroupTests-7628c06b-acdd-487-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/22d349b2da3749e189d7ec6a32db4c89", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/22d349b2da3749e189d7ec6a32db4c89", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/22d349b2da3749e189d7ec6a32db4c89", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/22d349b2da3749e189d7ec6a32db4c89", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/22d349b2da3749e189d7ec6a32db4c89", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/22d349b2da3749e189d7ec6a32db4c89", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/22d349b2da3749e189d7ec6a32db4c89", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/22d349b2da3749e189d7ec6a32db4c89", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/22d349b2da3749e189d7ec6a32db4c89", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/22d349b2da3749e189d7ec6a32db4c89", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/22d349b2da3749e189d7ec6a32db4c89", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/22d349b2da3749e189d7ec6a32db4c89", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-7628c06b-acdd-487-user", "id": "451a6fe3db184e39b854eaaf9600ca75"}, "audit_ids": ["cTq2dmHNTQW2A68R9qhXUA"], "issued_at": "2018-10-26T09:57:46.000000Z"}} 2018-10-26 09:57:46,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9aba10798c40c806fbfc94e776f37166d646fdb" 2018-10-26 09:57:46,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:57:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72de395c-8ea3-433e-827a-34e4216b981e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:57:46,566 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-72de395c-8ea3-433e-827a-34e4216b981e 2018-10-26 09:57:46,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9aba10798c40c806fbfc94e776f37166d646fdb" 2018-10-26 09:57:46,763 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-696af3d4-7b0c-45e1-a559-b872c27447f5 Date: Fri, 26 Oct 2018 09:57:46 GMT RESP BODY: {"security_groups": []} 2018-10-26 09:57:46,763 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-name&description=hello+group used request id req-696af3d4-7b0c-45e1-a559-b872c27447f5 2018-10-26 09:57:46,764 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-name... 2018-10-26 09:57:46,764 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-name 2018-10-26 09:57:46,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9aba10798c40c806fbfc94e776f37166d646fdb" -d '{"security_group": {"name": "InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-name", "description": "hello group"}}' 2018-10-26 09:57:47,107 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-bbb73e84-a23a-4f9e-bff4-297d0f22ac26 Date: Fri, 26 Oct 2018 09:57:47 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "22d349b2da3749e189d7ec6a32db4c89", "created_at": "2018-10-26T09:57:46Z", "updated_at": "2018-10-26T09:57:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:57:47Z", "revision_number": 0, "id": "914d307c-88e5-4b76-8805-9f4f82e74969", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:57:47Z", "security_group_id": "25acf335-12fd-4f4f-927f-bb40a5b3618b", "tenant_id": "22d349b2da3749e189d7ec6a32db4c89", "port_range_min": null, "ethertype": "IPv6", "project_id": "22d349b2da3749e189d7ec6a32db4c89"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:57:47Z", "revision_number": 0, "id": "a7e3cab0-dce3-4830-ad45-48ac76284c85", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:57:47Z", "security_group_id": "25acf335-12fd-4f4f-927f-bb40a5b3618b", "tenant_id": "22d349b2da3749e189d7ec6a32db4c89", "port_range_min": null, "ethertype": "IPv4", "project_id": "22d349b2da3749e189d7ec6a32db4c89"}], "revision_number": 2, "project_id": "22d349b2da3749e189d7ec6a32db4c89", "id": "25acf335-12fd-4f4f-927f-bb40a5b3618b", "name": "InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-name"}} 2018-10-26 09:57:47,107 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-bbb73e84-a23a-4f9e-bff4-297d0f22ac26 2018-10-26 09:57:47,107 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 25acf335-12fd-4f4f-927f-bb40a5b3618b 2018-10-26 09:57:47,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=25acf335-12fd-4f4f-927f-bb40a5b3618b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9aba10798c40c806fbfc94e776f37166d646fdb" 2018-10-26 09:57:47,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-800b7e60-374e-4d83-a167-292730feb4f7 Date: Fri, 26 Oct 2018 09:57:47 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-26T09:57:47Z", "security_group_id": "25acf335-12fd-4f4f-927f-bb40a5b3618b", "port_range_min": null, "revision_number": 0, "tenant_id": "22d349b2da3749e189d7ec6a32db4c89", "created_at": "2018-10-26T09:57:47Z", "project_id": "22d349b2da3749e189d7ec6a32db4c89", "id": "914d307c-88e5-4b76-8805-9f4f82e74969"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:57:47Z", "security_group_id": "25acf335-12fd-4f4f-927f-bb40a5b3618b", "port_range_min": null, "revision_number": 0, "tenant_id": "22d349b2da3749e189d7ec6a32db4c89", "created_at": "2018-10-26T09:57:47Z", "project_id": "22d349b2da3749e189d7ec6a32db4c89", "id": "a7e3cab0-dce3-4830-ad45-48ac76284c85"}]} 2018-10-26 09:57:47,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=25acf335-12fd-4f4f-927f-bb40a5b3618b used request id req-800b7e60-374e-4d83-a167-292730feb4f7 2018-10-26 09:57:47,289 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 25acf335-12fd-4f4f-927f-bb40a5b3618b 2018-10-26 09:57:47,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=25acf335-12fd-4f4f-927f-bb40a5b3618b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9aba10798c40c806fbfc94e776f37166d646fdb" 2018-10-26 09:57:47,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f549cc20-f264-4734-81b1-2272e01b30cd Date: Fri, 26 Oct 2018 09:57:47 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-26T09:57:47Z", "security_group_id": "25acf335-12fd-4f4f-927f-bb40a5b3618b", "port_range_min": null, "revision_number": 0, "tenant_id": "22d349b2da3749e189d7ec6a32db4c89", "created_at": "2018-10-26T09:57:47Z", "project_id": "22d349b2da3749e189d7ec6a32db4c89", "id": "914d307c-88e5-4b76-8805-9f4f82e74969"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:57:47Z", "security_group_id": "25acf335-12fd-4f4f-927f-bb40a5b3618b", "port_range_min": null, "revision_number": 0, "tenant_id": "22d349b2da3749e189d7ec6a32db4c89", "created_at": "2018-10-26T09:57:47Z", "project_id": "22d349b2da3749e189d7ec6a32db4c89", "id": "a7e3cab0-dce3-4830-ad45-48ac76284c85"}]} 2018-10-26 09:57:47,470 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=25acf335-12fd-4f4f-927f-bb40a5b3618b used request id req-f549cc20-f264-4734-81b1-2272e01b30cd 2018-10-26 09:57:47,470 - neutron_utils - INFO - Retrieving security group with ID - 25acf335-12fd-4f4f-927f-bb40a5b3618b 2018-10-26 09:57:47,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=25acf335-12fd-4f4f-927f-bb40a5b3618b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9aba10798c40c806fbfc94e776f37166d646fdb" 2018-10-26 09:57:47,658 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-cdfadce3-a0fd-49e4-a1bc-410cf66c2069 Date: Fri, 26 Oct 2018 09:57:47 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "22d349b2da3749e189d7ec6a32db4c89", "created_at": "2018-10-26T09:57:46Z", "updated_at": "2018-10-26T09:57:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:57:47Z", "revision_number": 0, "id": "914d307c-88e5-4b76-8805-9f4f82e74969", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:57:47Z", "security_group_id": "25acf335-12fd-4f4f-927f-bb40a5b3618b", "tenant_id": "22d349b2da3749e189d7ec6a32db4c89", "port_range_min": null, "ethertype": "IPv6", "project_id": "22d349b2da3749e189d7ec6a32db4c89"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:57:47Z", "revision_number": 0, "id": "a7e3cab0-dce3-4830-ad45-48ac76284c85", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:57:47Z", "security_group_id": "25acf335-12fd-4f4f-927f-bb40a5b3618b", "tenant_id": "22d349b2da3749e189d7ec6a32db4c89", "port_range_min": null, "ethertype": "IPv4", "project_id": "22d349b2da3749e189d7ec6a32db4c89"}], "revision_number": 2, "project_id": "22d349b2da3749e189d7ec6a32db4c89", "id": "25acf335-12fd-4f4f-927f-bb40a5b3618b", "name": "InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-name"}]} 2018-10-26 09:57:47,659 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=25acf335-12fd-4f4f-927f-bb40a5b3618b used request id req-cdfadce3-a0fd-49e4-a1bc-410cf66c2069 2018-10-26 09:57:47,659 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 25acf335-12fd-4f4f-927f-bb40a5b3618b 2018-10-26 09:57:47,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=25acf335-12fd-4f4f-927f-bb40a5b3618b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9aba10798c40c806fbfc94e776f37166d646fdb" 2018-10-26 09:57:47,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-065896d8-b6f5-4aa1-88d0-3f051c66a6d7 Date: Fri, 26 Oct 2018 09:57:47 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-26T09:57:47Z", "security_group_id": "25acf335-12fd-4f4f-927f-bb40a5b3618b", "port_range_min": null, "revision_number": 0, "tenant_id": "22d349b2da3749e189d7ec6a32db4c89", "created_at": "2018-10-26T09:57:47Z", "project_id": "22d349b2da3749e189d7ec6a32db4c89", "id": "914d307c-88e5-4b76-8805-9f4f82e74969"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:57:47Z", "security_group_id": "25acf335-12fd-4f4f-927f-bb40a5b3618b", "port_range_min": null, "revision_number": 0, "tenant_id": "22d349b2da3749e189d7ec6a32db4c89", "created_at": "2018-10-26T09:57:47Z", "project_id": "22d349b2da3749e189d7ec6a32db4c89", "id": "a7e3cab0-dce3-4830-ad45-48ac76284c85"}]} 2018-10-26 09:57:47,851 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=25acf335-12fd-4f4f-927f-bb40a5b3618b used request id req-065896d8-b6f5-4aa1-88d0-3f051c66a6d7 2018-10-26 09:57:47,852 - neutron_utils - INFO - Retrieving security group with ID - 25acf335-12fd-4f4f-927f-bb40a5b3618b 2018-10-26 09:57:47,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=25acf335-12fd-4f4f-927f-bb40a5b3618b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9aba10798c40c806fbfc94e776f37166d646fdb" 2018-10-26 09:57:47,902 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-d06eece4-c1a9-4d5f-84e5-3bbd5aacb4f5 Date: Fri, 26 Oct 2018 09:57:47 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "22d349b2da3749e189d7ec6a32db4c89", "created_at": "2018-10-26T09:57:46Z", "updated_at": "2018-10-26T09:57:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:57:47Z", "revision_number": 0, "id": "914d307c-88e5-4b76-8805-9f4f82e74969", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:57:47Z", "security_group_id": "25acf335-12fd-4f4f-927f-bb40a5b3618b", "tenant_id": "22d349b2da3749e189d7ec6a32db4c89", "port_range_min": null, "ethertype": "IPv6", "project_id": "22d349b2da3749e189d7ec6a32db4c89"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:57:47Z", "revision_number": 0, "id": "a7e3cab0-dce3-4830-ad45-48ac76284c85", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:57:47Z", "security_group_id": "25acf335-12fd-4f4f-927f-bb40a5b3618b", "tenant_id": "22d349b2da3749e189d7ec6a32db4c89", "port_range_min": null, "ethertype": "IPv4", "project_id": "22d349b2da3749e189d7ec6a32db4c89"}], "revision_number": 2, "project_id": "22d349b2da3749e189d7ec6a32db4c89", "id": "25acf335-12fd-4f4f-927f-bb40a5b3618b", "name": "InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-name"}]} 2018-10-26 09:57:47,902 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=25acf335-12fd-4f4f-927f-bb40a5b3618b used request id req-d06eece4-c1a9-4d5f-84e5-3bbd5aacb4f5 2018-10-26 09:57:47,902 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 25acf335-12fd-4f4f-927f-bb40a5b3618b 2018-10-26 09:57:47,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=25acf335-12fd-4f4f-927f-bb40a5b3618b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9aba10798c40c806fbfc94e776f37166d646fdb" 2018-10-26 09:57:47,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8c612890-45a8-40e6-a428-c761e1399e8b Date: Fri, 26 Oct 2018 09:57:47 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-26T09:57:47Z", "security_group_id": "25acf335-12fd-4f4f-927f-bb40a5b3618b", "port_range_min": null, "revision_number": 0, "tenant_id": "22d349b2da3749e189d7ec6a32db4c89", "created_at": "2018-10-26T09:57:47Z", "project_id": "22d349b2da3749e189d7ec6a32db4c89", "id": "914d307c-88e5-4b76-8805-9f4f82e74969"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:57:47Z", "security_group_id": "25acf335-12fd-4f4f-927f-bb40a5b3618b", "port_range_min": null, "revision_number": 0, "tenant_id": "22d349b2da3749e189d7ec6a32db4c89", "created_at": "2018-10-26T09:57:47Z", "project_id": "22d349b2da3749e189d7ec6a32db4c89", "id": "a7e3cab0-dce3-4830-ad45-48ac76284c85"}]} 2018-10-26 09:57:47,931 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=25acf335-12fd-4f4f-927f-bb40a5b3618b used request id req-8c612890-45a8-40e6-a428-c761e1399e8b 2018-10-26 09:57:47,932 - neutron_utils - INFO - Retrieving security group with ID - 25acf335-12fd-4f4f-927f-bb40a5b3618b 2018-10-26 09:57:47,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=25acf335-12fd-4f4f-927f-bb40a5b3618b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9aba10798c40c806fbfc94e776f37166d646fdb" 2018-10-26 09:57:48,139 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-9f2ea435-0d68-4470-8a29-30ba081f3414 Date: Fri, 26 Oct 2018 09:57:48 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "22d349b2da3749e189d7ec6a32db4c89", "created_at": "2018-10-26T09:57:46Z", "updated_at": "2018-10-26T09:57:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:57:47Z", "revision_number": 0, "id": "914d307c-88e5-4b76-8805-9f4f82e74969", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:57:47Z", "security_group_id": "25acf335-12fd-4f4f-927f-bb40a5b3618b", "tenant_id": "22d349b2da3749e189d7ec6a32db4c89", "port_range_min": null, "ethertype": "IPv6", "project_id": "22d349b2da3749e189d7ec6a32db4c89"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:57:47Z", "revision_number": 0, "id": "a7e3cab0-dce3-4830-ad45-48ac76284c85", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:57:47Z", "security_group_id": "25acf335-12fd-4f4f-927f-bb40a5b3618b", "tenant_id": "22d349b2da3749e189d7ec6a32db4c89", "port_range_min": null, "ethertype": "IPv4", "project_id": "22d349b2da3749e189d7ec6a32db4c89"}], "revision_number": 2, "project_id": "22d349b2da3749e189d7ec6a32db4c89", "id": "25acf335-12fd-4f4f-927f-bb40a5b3618b", "name": "InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-name"}]} 2018-10-26 09:57:48,139 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=25acf335-12fd-4f4f-927f-bb40a5b3618b used request id req-9f2ea435-0d68-4470-8a29-30ba081f3414 2018-10-26 09:57:48,140 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 25acf335-12fd-4f4f-927f-bb40a5b3618b 2018-10-26 09:57:48,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=25acf335-12fd-4f4f-927f-bb40a5b3618b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9aba10798c40c806fbfc94e776f37166d646fdb" 2018-10-26 09:57:48,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3a092cad-a40f-42b9-bb86-89c1031c62d8 Date: Fri, 26 Oct 2018 09:57: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-26T09:57:47Z", "security_group_id": "25acf335-12fd-4f4f-927f-bb40a5b3618b", "port_range_min": null, "revision_number": 0, "tenant_id": "22d349b2da3749e189d7ec6a32db4c89", "created_at": "2018-10-26T09:57:47Z", "project_id": "22d349b2da3749e189d7ec6a32db4c89", "id": "914d307c-88e5-4b76-8805-9f4f82e74969"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:57:47Z", "security_group_id": "25acf335-12fd-4f4f-927f-bb40a5b3618b", "port_range_min": null, "revision_number": 0, "tenant_id": "22d349b2da3749e189d7ec6a32db4c89", "created_at": "2018-10-26T09:57:47Z", "project_id": "22d349b2da3749e189d7ec6a32db4c89", "id": "a7e3cab0-dce3-4830-ad45-48ac76284c85"}]} 2018-10-26 09:57:48,307 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=25acf335-12fd-4f4f-927f-bb40a5b3618b used request id req-3a092cad-a40f-42b9-bb86-89c1031c62d8 2018-10-26 09:57:48,308 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:57:48,309 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:57:48,676 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7be28dfce0e44087850b743b0f5fac82", "name": "InstanceSecurityGroupTests-7628c06b-acdd-487-proj-role"}], "expires_at": "2018-10-26T10:57:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "22d349b2da3749e189d7ec6a32db4c89", "name": "InstanceSecurityGroupTests-7628c06b-acdd-487-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/22d349b2da3749e189d7ec6a32db4c89", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/22d349b2da3749e189d7ec6a32db4c89", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/22d349b2da3749e189d7ec6a32db4c89", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/22d349b2da3749e189d7ec6a32db4c89", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/22d349b2da3749e189d7ec6a32db4c89", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/22d349b2da3749e189d7ec6a32db4c89", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/22d349b2da3749e189d7ec6a32db4c89", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/22d349b2da3749e189d7ec6a32db4c89", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/22d349b2da3749e189d7ec6a32db4c89", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/22d349b2da3749e189d7ec6a32db4c89", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/22d349b2da3749e189d7ec6a32db4c89", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/22d349b2da3749e189d7ec6a32db4c89", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-7628c06b-acdd-487-user", "id": "451a6fe3db184e39b854eaaf9600ca75"}, "audit_ids": ["KlsVyb-1S0y2TTFHOG_OaQ"], "issued_at": "2018-10-26T09:57:48.000000Z"}} 2018-10-26 09:57:48,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c8943fc41b455afcfd3d9e99d08a419a12bad3" 2018-10-26 09:57:48,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:57:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78469ae4-bcf9-4cb7-92dc-973123f1c9a0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:57:48,755 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-78469ae4-bcf9-4cb7-92dc-973123f1c9a0 2018-10-26 09:57:48,756 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:57:48,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c8943fc41b455afcfd3d9e99d08a419a12bad3" 2018-10-26 09:57:48,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:57:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e56685a3-50e7-4691-bd1d-a289bda83414 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:57:48,832 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e56685a3-50e7-4691-bd1d-a289bda83414 2018-10-26 09:57:48,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c8943fc41b455afcfd3d9e99d08a419a12bad3" 2018-10-26 09:57:49,086 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-0561d5d7-803b-4954-9d1c-d52814381223 Date: Fri, 26 Oct 2018 09:57: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":["085fe439-0b29-43c4-8ad9-3880bb853321"],"updated_at":"2018-10-26T09:57:44Z","tenant_id":"22d349b2da3749e189d7ec6a32db4c89","created_at":"2018-10-26T09:57:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"22d349b2da3749e189d7ec6a32db4c89","id":"f7668e97-3810-48fa-bf1a-dd7e0d8f7831","name":"InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-net"}]} 2018-10-26 09:57:49,086 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-net used request id req-0561d5d7-803b-4954-9d1c-d52814381223 2018-10-26 09:57:49,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:57:49,095 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:57: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:57:49,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/22d349b2da3749e189d7ec6a32db4c89 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c8943fc41b455afcfd3d9e99d08a419a12bad3" 2018-10-26 09:57:49,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:57:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-545fc27c-76ae-4847-81fb-f68f07196928 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/22d349b2da3749e189d7ec6a32db4c89"}, "enabled": true, "id": "22d349b2da3749e189d7ec6a32db4c89", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-7628c06b-acdd-487-proj"}} 2018-10-26 09:57:49,178 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/22d349b2da3749e189d7ec6a32db4c89 used request id req-545fc27c-76ae-4847-81fb-f68f07196928 2018-10-26 09:57:49,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f7668e97-3810-48fa-bf1a-dd7e0d8f7831 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c8943fc41b455afcfd3d9e99d08a419a12bad3" 2018-10-26 09:57:49,386 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-ac8685de-e873-4302-a927-edf788a7f46c Date: Fri, 26 Oct 2018 09:57:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f7668e97-3810-48fa-bf1a-dd7e0d8f7831","tenant_id":"22d349b2da3749e189d7ec6a32db4c89","created_at":"2018-10-26T09:57:44Z","dns_nameservers":[],"updated_at":"2018-10-26T09:57:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"22d349b2da3749e189d7ec6a32db4c89","id":"085fe439-0b29-43c4-8ad9-3880bb853321","subnetpool_id":null,"name":"InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-subnet"}]} 2018-10-26 09:57:49,386 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f7668e97-3810-48fa-bf1a-dd7e0d8f7831 used request id req-ac8685de-e873-4302-a927-edf788a7f46c 2018-10-26 09:57:49,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=f7668e97-3810-48fa-bf1a-dd7e0d8f7831&name=InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c8943fc41b455afcfd3d9e99d08a419a12bad3" 2018-10-26 09:57:49,558 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-b7a462ab-967f-43af-a944-4f1b2bddfc73 Date: Fri, 26 Oct 2018 09:57:49 GMT RESP BODY: {"ports":[]} 2018-10-26 09:57:49,558 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=f7668e97-3810-48fa-bf1a-dd7e0d8f7831&name=InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-port&admin_state_up=True used request id req-b7a462ab-967f-43af-a944-4f1b2bddfc73 2018-10-26 09:57:49,561 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c8943fc41b455afcfd3d9e99d08a419a12bad3" 2018-10-26 09:57:49,791 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:57: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-8585f810-ed6d-4b76-aae4-f0928751ffbc x-compute-request-id: req-8585f810-ed6d-4b76-aae4-f0928751ffbc Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-26 09:57:49,792 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-inst used request id req-8585f810-ed6d-4b76-aae4-f0928751ffbc 2018-10-26 09:57:49,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c8943fc41b455afcfd3d9e99d08a419a12bad3" 2018-10-26 09:57:49,902 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-5f01dba1-d233-4cd1-9ba3-0964f29b030d Date: Fri, 26 Oct 2018 09:57: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":["085fe439-0b29-43c4-8ad9-3880bb853321"],"updated_at":"2018-10-26T09:57:44Z","tenant_id":"22d349b2da3749e189d7ec6a32db4c89","created_at":"2018-10-26T09:57:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"22d349b2da3749e189d7ec6a32db4c89","id":"f7668e97-3810-48fa-bf1a-dd7e0d8f7831","name":"InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-net"}]} 2018-10-26 09:57:49,902 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-net used request id req-5f01dba1-d233-4cd1-9ba3-0964f29b030d 2018-10-26 09:57:49,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/22d349b2da3749e189d7ec6a32db4c89 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c8943fc41b455afcfd3d9e99d08a419a12bad3" 2018-10-26 09:57:49,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:57:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d6c4cc1-8537-44db-8c61-7b6160ec3683 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/22d349b2da3749e189d7ec6a32db4c89"}, "enabled": true, "id": "22d349b2da3749e189d7ec6a32db4c89", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-7628c06b-acdd-487-proj"}} 2018-10-26 09:57:49,993 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/22d349b2da3749e189d7ec6a32db4c89 used request id req-5d6c4cc1-8537-44db-8c61-7b6160ec3683 2018-10-26 09:57:49,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f7668e97-3810-48fa-bf1a-dd7e0d8f7831 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c8943fc41b455afcfd3d9e99d08a419a12bad3" 2018-10-26 09:57:50,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-d70dd9f9-d2bb-4686-af20-d2c12ade3407 Date: Fri, 26 Oct 2018 09:57:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f7668e97-3810-48fa-bf1a-dd7e0d8f7831","tenant_id":"22d349b2da3749e189d7ec6a32db4c89","created_at":"2018-10-26T09:57:44Z","dns_nameservers":[],"updated_at":"2018-10-26T09:57:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"22d349b2da3749e189d7ec6a32db4c89","id":"085fe439-0b29-43c4-8ad9-3880bb853321","subnetpool_id":null,"name":"InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-subnet"}]} 2018-10-26 09:57:50,199 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f7668e97-3810-48fa-bf1a-dd7e0d8f7831 used request id req-d70dd9f9-d2bb-4686-af20-d2c12ade3407 2018-10-26 09:57:50,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=f7668e97-3810-48fa-bf1a-dd7e0d8f7831&name=InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c8943fc41b455afcfd3d9e99d08a419a12bad3" 2018-10-26 09:57:50,235 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-1b567533-c71b-4270-ad02-62c713a9dfdf Date: Fri, 26 Oct 2018 09:57:50 GMT RESP BODY: {"ports":[]} 2018-10-26 09:57:50,235 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=f7668e97-3810-48fa-bf1a-dd7e0d8f7831&name=InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-port&admin_state_up=True used request id req-1b567533-c71b-4270-ad02-62c713a9dfdf 2018-10-26 09:57:50,235 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:57:50,236 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:57:50,608 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7be28dfce0e44087850b743b0f5fac82", "name": "InstanceSecurityGroupTests-7628c06b-acdd-487-proj-role"}], "expires_at": "2018-10-26T10:57:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "22d349b2da3749e189d7ec6a32db4c89", "name": "InstanceSecurityGroupTests-7628c06b-acdd-487-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/22d349b2da3749e189d7ec6a32db4c89", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/22d349b2da3749e189d7ec6a32db4c89", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/22d349b2da3749e189d7ec6a32db4c89", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/22d349b2da3749e189d7ec6a32db4c89", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/22d349b2da3749e189d7ec6a32db4c89", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/22d349b2da3749e189d7ec6a32db4c89", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/22d349b2da3749e189d7ec6a32db4c89", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/22d349b2da3749e189d7ec6a32db4c89", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/22d349b2da3749e189d7ec6a32db4c89", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/22d349b2da3749e189d7ec6a32db4c89", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/22d349b2da3749e189d7ec6a32db4c89", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/22d349b2da3749e189d7ec6a32db4c89", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-7628c06b-acdd-487-user", "id": "451a6fe3db184e39b854eaaf9600ca75"}, "audit_ids": ["2oIY7iCXQKCL7O7cs_voLg"], "issued_at": "2018-10-26T09:57:50.000000Z"}} 2018-10-26 09:57:50,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c667fe6c1a9bcdb2739657fcb3171d60f173a46c" 2018-10-26 09:57:50,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:57:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0bdf93f8-d9a1-4d78-bb87-524fc2ac8727 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:57:50,682 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-0bdf93f8-d9a1-4d78-bb87-524fc2ac8727 2018-10-26 09:57:50,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c8943fc41b455afcfd3d9e99d08a419a12bad3" 2018-10-26 09:57:50,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-47c56221-1e37-4a10-9df9-80fdcbd1f6f0 Date: Fri, 26 Oct 2018 09:57: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":["085fe439-0b29-43c4-8ad9-3880bb853321"],"updated_at":"2018-10-26T09:57:44Z","tenant_id":"22d349b2da3749e189d7ec6a32db4c89","created_at":"2018-10-26T09:57:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"22d349b2da3749e189d7ec6a32db4c89","id":"f7668e97-3810-48fa-bf1a-dd7e0d8f7831","name":"InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-net"}]} 2018-10-26 09:57:50,925 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-net used request id req-47c56221-1e37-4a10-9df9-80fdcbd1f6f0 2018-10-26 09:57:50,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f7668e97-3810-48fa-bf1a-dd7e0d8f7831 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c8943fc41b455afcfd3d9e99d08a419a12bad3" 2018-10-26 09:57:51,130 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-fab4d2ca-8e5d-4540-8217-3508b8b59be9 Date: Fri, 26 Oct 2018 09:57:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f7668e97-3810-48fa-bf1a-dd7e0d8f7831","tenant_id":"22d349b2da3749e189d7ec6a32db4c89","created_at":"2018-10-26T09:57:44Z","dns_nameservers":[],"updated_at":"2018-10-26T09:57:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"22d349b2da3749e189d7ec6a32db4c89","id":"085fe439-0b29-43c4-8ad9-3880bb853321","subnetpool_id":null,"name":"InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-subnet"}]} 2018-10-26 09:57:51,130 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f7668e97-3810-48fa-bf1a-dd7e0d8f7831 used request id req-fab4d2ca-8e5d-4540-8217-3508b8b59be9 2018-10-26 09:57:51,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c8943fc41b455afcfd3d9e99d08a419a12bad3" 2018-10-26 09:57:51,397 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-918abf2a-2647-4e52-bd89-2d0cecd13f58 Date: Fri, 26 Oct 2018 09:57: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":["085fe439-0b29-43c4-8ad9-3880bb853321"],"updated_at":"2018-10-26T09:57:44Z","tenant_id":"22d349b2da3749e189d7ec6a32db4c89","created_at":"2018-10-26T09:57:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"22d349b2da3749e189d7ec6a32db4c89","id":"f7668e97-3810-48fa-bf1a-dd7e0d8f7831","name":"InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-net"}]} 2018-10-26 09:57:51,398 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-net used request id req-918abf2a-2647-4e52-bd89-2d0cecd13f58 2018-10-26 09:57:51,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:57:51,406 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:57: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:57:51,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/22d349b2da3749e189d7ec6a32db4c89 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c667fe6c1a9bcdb2739657fcb3171d60f173a46c" 2018-10-26 09:57:51,561 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:57:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e96d9433-926b-40ae-a68f-f7b96acf2567 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/22d349b2da3749e189d7ec6a32db4c89"}, "enabled": true, "id": "22d349b2da3749e189d7ec6a32db4c89", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-7628c06b-acdd-487-proj"}} 2018-10-26 09:57:51,562 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/22d349b2da3749e189d7ec6a32db4c89 used request id req-e96d9433-926b-40ae-a68f-f7b96acf2567 2018-10-26 09:57:51,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f7668e97-3810-48fa-bf1a-dd7e0d8f7831 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c8943fc41b455afcfd3d9e99d08a419a12bad3" 2018-10-26 09:57:51,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-957b46ff-093d-43e8-a885-7b9af348e31d Date: Fri, 26 Oct 2018 09:57:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f7668e97-3810-48fa-bf1a-dd7e0d8f7831","tenant_id":"22d349b2da3749e189d7ec6a32db4c89","created_at":"2018-10-26T09:57:44Z","dns_nameservers":[],"updated_at":"2018-10-26T09:57:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"22d349b2da3749e189d7ec6a32db4c89","id":"085fe439-0b29-43c4-8ad9-3880bb853321","subnetpool_id":null,"name":"InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-subnet"}]} 2018-10-26 09:57:51,623 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f7668e97-3810-48fa-bf1a-dd7e0d8f7831 used request id req-957b46ff-093d-43e8-a885-7b9af348e31d 2018-10-26 09:57:51,624 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-net 2018-10-26 09:57:51,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c8943fc41b455afcfd3d9e99d08a419a12bad3" -d '{"port": {"network_id": "f7668e97-3810-48fa-bf1a-dd7e0d8f7831", "name": "InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-port", "admin_state_up": true}}' 2018-10-26 09:57:52,655 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 782 X-Openstack-Request-Id: req-680c8a3b-075c-4bed-bf16-01c400e44a7d Date: Fri, 26 Oct 2018 09:57:52 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:57:52Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"085fe439-0b29-43c4-8ad9-3880bb853321","ip_address":"10.55.0.13"}],"id":"8aea5a10-30b7-477f-8008-f9e3e5103675","security_groups":["ec8891ed-7445-44c8-8c00-394d03fc95b8"],"mac_address":"fa:16:3e:94:d5:0a","device_id":"","status":"DOWN","description":"","tags":[],"name":"InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-port","project_id":"22d349b2da3749e189d7ec6a32db4c89","qos_policy_id":null,"admin_state_up":true,"network_id":"f7668e97-3810-48fa-bf1a-dd7e0d8f7831","tenant_id":"22d349b2da3749e189d7ec6a32db4c89","created_at":"2018-10-26T09:57:52Z","binding:vnic_type":"normal"}} 2018-10-26 09:57:52,655 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-680c8a3b-075c-4bed-bf16-01c400e44a7d 2018-10-26 09:57:52,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c8943fc41b455afcfd3d9e99d08a419a12bad3" 2018-10-26 09:57:52,922 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-b6112edc-5256-4e03-b28d-391c0c460480 Date: Fri, 26 Oct 2018 09: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":["085fe439-0b29-43c4-8ad9-3880bb853321"],"updated_at":"2018-10-26T09:57:44Z","tenant_id":"22d349b2da3749e189d7ec6a32db4c89","created_at":"2018-10-26T09:57:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"22d349b2da3749e189d7ec6a32db4c89","id":"f7668e97-3810-48fa-bf1a-dd7e0d8f7831","name":"InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-net"}]} 2018-10-26 09:57:52,922 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-net used request id req-b6112edc-5256-4e03-b28d-391c0c460480 2018-10-26 09:57:52,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/22d349b2da3749e189d7ec6a32db4c89 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c8943fc41b455afcfd3d9e99d08a419a12bad3" 2018-10-26 09:57:53,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:57:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4dac34b-2499-4ac2-87c2-49cf9e340d35 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/22d349b2da3749e189d7ec6a32db4c89"}, "enabled": true, "id": "22d349b2da3749e189d7ec6a32db4c89", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-7628c06b-acdd-487-proj"}} 2018-10-26 09:57:53,013 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/22d349b2da3749e189d7ec6a32db4c89 used request id req-e4dac34b-2499-4ac2-87c2-49cf9e340d35 2018-10-26 09:57:53,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f7668e97-3810-48fa-bf1a-dd7e0d8f7831 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c8943fc41b455afcfd3d9e99d08a419a12bad3" 2018-10-26 09:57:53,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-f2934734-c5f4-4a63-b0f6-5ad717dddc3c Date: Fri, 26 Oct 2018 09:57:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f7668e97-3810-48fa-bf1a-dd7e0d8f7831","tenant_id":"22d349b2da3749e189d7ec6a32db4c89","created_at":"2018-10-26T09:57:44Z","dns_nameservers":[],"updated_at":"2018-10-26T09:57:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"22d349b2da3749e189d7ec6a32db4c89","id":"085fe439-0b29-43c4-8ad9-3880bb853321","subnetpool_id":null,"name":"InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-subnet"}]} 2018-10-26 09:57:53,215 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f7668e97-3810-48fa-bf1a-dd7e0d8f7831 used request id req-f2934734-c5f4-4a63-b0f6-5ad717dddc3c 2018-10-26 09:57:53,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=f7668e97-3810-48fa-bf1a-dd7e0d8f7831&name=InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c8943fc41b455afcfd3d9e99d08a419a12bad3" 2018-10-26 09:57:53,424 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 785 X-Openstack-Request-Id: req-8686c6cb-2621-46d2-bdf8-a6827de21114 Date: Fri, 26 Oct 2018 09:57:53 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:57:52Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"085fe439-0b29-43c4-8ad9-3880bb853321","ip_address":"10.55.0.13"}],"id":"8aea5a10-30b7-477f-8008-f9e3e5103675","security_groups":["ec8891ed-7445-44c8-8c00-394d03fc95b8"],"mac_address":"fa:16:3e:94:d5:0a","project_id":"22d349b2da3749e189d7ec6a32db4c89","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-port","admin_state_up":true,"network_id":"f7668e97-3810-48fa-bf1a-dd7e0d8f7831","tenant_id":"22d349b2da3749e189d7ec6a32db4c89","created_at":"2018-10-26T09:57:52Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-26 09:57:53,424 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=f7668e97-3810-48fa-bf1a-dd7e0d8f7831&name=InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-port&admin_state_up=True used request id req-8686c6cb-2621-46d2-bdf8-a6827de21114 2018-10-26 09:57:53,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/22d349b2da3749e189d7ec6a32db4c89 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c8943fc41b455afcfd3d9e99d08a419a12bad3" 2018-10-26 09:57:53,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:57:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5dfaedfb-e12b-4769-b329-24d8521fde82 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/22d349b2da3749e189d7ec6a32db4c89"}, "enabled": true, "id": "22d349b2da3749e189d7ec6a32db4c89", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-7628c06b-acdd-487-proj"}} 2018-10-26 09:57:53,506 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/22d349b2da3749e189d7ec6a32db4c89 used request id req-5dfaedfb-e12b-4769-b329-24d8521fde82 2018-10-26 09:57:53,507 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-inst 2018-10-26 09:57:53,510 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c8943fc41b455afcfd3d9e99d08a419a12bad3" 2018-10-26 09:57:53,537 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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-f36f48de-0c4e-4298-99f1-787313c8858a x-compute-request-id: req-f36f48de-0c4e-4298-99f1-787313c8858a Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"flavors": [{"id": "9cf5bfc7-c1e8-4c14-953d-f71033729f58", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/9cf5bfc7-c1e8-4c14-953d-f71033729f58", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/9cf5bfc7-c1e8-4c14-953d-f71033729f58", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-flavor-name"}]} 2018-10-26 09:57:53,538 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-f36f48de-0c4e-4298-99f1-787313c8858a 2018-10-26 09:57:53,541 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/9cf5bfc7-c1e8-4c14-953d-f71033729f58 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c8943fc41b455afcfd3d9e99d08a419a12bad3" 2018-10-26 09:57:53,560 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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-6b867c51-9834-4717-a3dc-f77fd6626066 x-compute-request-id: req-6b867c51-9834-4717-a3dc-f77fd6626066 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/9cf5bfc7-c1e8-4c14-953d-f71033729f58", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/9cf5bfc7-c1e8-4c14-953d-f71033729f58", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "9cf5bfc7-c1e8-4c14-953d-f71033729f58", "name": "InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 09:57:53,560 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/9cf5bfc7-c1e8-4c14-953d-f71033729f58 used request id req-6b867c51-9834-4717-a3dc-f77fd6626066 2018-10-26 09:57:53,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d5c8943fc41b455afcfd3d9e99d08a419a12bad3" 2018-10-26 09:57:53,749 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-1d5ad1e7-365b-4a35-9f69-3f9ffd768ff0 Date: Fri, 26 Oct 2018 09:57:53 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:57:40Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:57:42Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/b2b11e64-5fd0-4334-82d2-20d8d9843529/snap", "metadata": {}}], "self": "/v2/images/b2b11e64-5fd0-4334-82d2-20d8d9843529", "min_disk": 0, "protected": false, "id": "b2b11e64-5fd0-4334-82d2-20d8d9843529", "file": "/v2/images/b2b11e64-5fd0-4334-82d2-20d8d9843529/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "22d349b2da3749e189d7ec6a32db4c89", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/b2b11e64-5fd0-4334-82d2-20d8d9843529/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-image"} 2018-10-26 09:57:53,749 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-image used request id req-1d5ad1e7-365b-4a35-9f69-3f9ffd768ff0 2018-10-26 09:57:53,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d5c8943fc41b455afcfd3d9e99d08a419a12bad3" 2018-10-26 09:57:53,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4f01b137-5236-4c66-9466-454a2a4f56b0 Date: Fri, 26 Oct 2018 09:57: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-26 09:57:53,914 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-4f01b137-5236-4c66-9466-454a2a4f56b0 2018-10-26 09:57:53,919 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c8943fc41b455afcfd3d9e99d08a419a12bad3" -d '{"server": {"name": "InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-inst", "imageRef": "b2b11e64-5fd0-4334-82d2-20d8d9843529", "flavorRef": "9cf5bfc7-c1e8-4c14-953d-f71033729f58", "max_count": 1, "min_count": 1, "networks": [{"port": "8aea5a10-30b7-477f-8008-f9e3e5103675"}], "security_groups": [{"name": "InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-name"}]}}' 2018-10-26 09:57:55,850 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09: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-d9a4471b-6ec3-4566-820f-d3c3cc705bd8 x-compute-request-id: req-d9a4471b-6ec3-4566-820f-d3c3cc705bd8 Content-Length: 435 location: http://172.30.9.21:8774/v2.1/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-name"}], "OS-DCF:diskConfig": "MANUAL", "id": "485ced1b-a79b-43dc-9c32-af74bdefa8dc", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc", "rel": "bookmark"}], "adminPass": "AE4rxRvdwDfX"}} 2018-10-26 09:57:55,851 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-d9a4471b-6ec3-4566-820f-d3c3cc705bd8 2018-10-26 09:57:55,854 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c8943fc41b455afcfd3d9e99d08a419a12bad3" 2018-10-26 09:57:56,371 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:57: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-a447b329-657b-4370-bf5c-5c21198eb0b2 x-compute-request-id: req-a447b329-657b-4370-bf5c-5c21198eb0b2 Content-Encoding: gzip Content-Length: 612 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc", "rel": "bookmark"}], "image": {"id": "b2b11e64-5fd0-4334-82d2-20d8d9843529", "links": [{"href": "http://172.30.9.21:8774/images/b2b11e64-5fd0-4334-82d2-20d8d9843529", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9cf5bfc7-c1e8-4c14-953d-f71033729f58", "links": [{"href": "http://172.30.9.21:8774/flavors/9cf5bfc7-c1e8-4c14-953d-f71033729f58", "rel": "bookmark"}]}, "id": "485ced1b-a79b-43dc-9c32-af74bdefa8dc", "user_id": "451a6fe3db184e39b854eaaf9600ca75", "OS-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-26T09:57:55Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-inst", "created": "2018-10-26T09:57:55Z", "tenant_id": "22d349b2da3749e189d7ec6a32db4c89", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:57:56,372 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc used request id req-a447b329-657b-4370-bf5c-5c21198eb0b2 2018-10-26 09:57:56,372 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-inst 2018-10-26 09:57:56,375 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c8943fc41b455afcfd3d9e99d08a419a12bad3" 2018-10-26 09:57:56,618 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:57:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-217f0c48-4739-46e9-b6ed-3699993087e9 x-compute-request-id: req-217f0c48-4739-46e9-b6ed-3699993087e9 Content-Encoding: gzip Content-Length: 616 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc", "rel": "bookmark"}], "image": {"id": "b2b11e64-5fd0-4334-82d2-20d8d9843529", "links": [{"href": "http://172.30.9.21:8774/images/b2b11e64-5fd0-4334-82d2-20d8d9843529", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9cf5bfc7-c1e8-4c14-953d-f71033729f58", "links": [{"href": "http://172.30.9.21:8774/flavors/9cf5bfc7-c1e8-4c14-953d-f71033729f58", "rel": "bookmark"}]}, "id": "485ced1b-a79b-43dc-9c32-af74bdefa8dc", "user_id": "451a6fe3db184e39b854eaaf9600ca75", "OS-DCF: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-26T09:57:56Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-inst", "created": "2018-10-26T09:57:55Z", "tenant_id": "22d349b2da3749e189d7ec6a32db4c89", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:57:56,618 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc used request id req-217f0c48-4739-46e9-b6ed-3699993087e9 2018-10-26 09:57:56,619 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-inst] is - BUILD 2018-10-26 09:57:56,619 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:57:59,622 - create_instance - DEBUG - VM status query timeout in 896.750313997 2018-10-26 09:57:59,625 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c8943fc41b455afcfd3d9e99d08a419a12bad3" 2018-10-26 09:58:00,252 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:57:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8c506e51-c408-4f52-9758-6e48c3d34de1 x-compute-request-id: req-8c506e51-c408-4f52-9758-6e48c3d34de1 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc", "rel": "bookmark"}], "image": {"id": "b2b11e64-5fd0-4334-82d2-20d8d9843529", "links": [{"href": "http://172.30.9.21:8774/images/b2b11e64-5fd0-4334-82d2-20d8d9843529", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9cf5bfc7-c1e8-4c14-953d-f71033729f58", "links": [{"href": "http://172.30.9.21:8774/flavors/9cf5bfc7-c1e8-4c14-953d-f71033729f58", "rel": "bookmark"}]}, "id": "485ced1b-a79b-43dc-9c32-af74bdefa8dc", "security_groups": [{"name": "default"}], "user_id": "451a6fe3db184e39b854eaaf9600ca75", "OS-DCF: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-26T09:57:56Z", "hostId": "99a91fe09dce38dfbd8305e1f3e4ddceb12a80ef86a3334a1e725a95", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-inst", "created": "2018-10-26T09:57:55Z", "tenant_id": "22d349b2da3749e189d7ec6a32db4c89", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:58:00,252 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc used request id req-8c506e51-c408-4f52-9758-6e48c3d34de1 2018-10-26 09:58:00,253 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-inst] is - BUILD 2018-10-26 09:58:00,253 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:58:03,256 - create_instance - DEBUG - VM status query timeout in 893.11604619 2018-10-26 09:58:03,259 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c8943fc41b455afcfd3d9e99d08a419a12bad3" 2018-10-26 09:58:03,806 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:58:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-970f394a-c4c9-4128-bfd0-fb597a72198b x-compute-request-id: req-970f394a-c4c9-4128-bfd0-fb597a72198b Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:d5:0a", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc", "rel": "bookmark"}], "image": {"id": "b2b11e64-5fd0-4334-82d2-20d8d9843529", "links": [{"href": "http://172.30.9.21:8774/images/b2b11e64-5fd0-4334-82d2-20d8d9843529", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:58:01.000000", "flavor": {"id": "9cf5bfc7-c1e8-4c14-953d-f71033729f58", "links": [{"href": "http://172.30.9.21:8774/flavors/9cf5bfc7-c1e8-4c14-953d-f71033729f58", "rel": "bookmark"}]}, "id": "485ced1b-a79b-43dc-9c32-af74bdefa8dc", "security_groups": [{"name": "default"}], "user_id": "451a6fe3db184e39b854eaaf9600ca75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:58:01Z", "hostId": "99a91fe09dce38dfbd8305e1f3e4ddceb12a80ef86a3334a1e725a95", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-inst", "created": "2018-10-26T09:57:55Z", "tenant_id": "22d349b2da3749e189d7ec6a32db4c89", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:58:03,806 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc used request id req-970f394a-c4c9-4128-bfd0-fb597a72198b 2018-10-26 09:58:03,806 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-inst] is - ACTIVE 2018-10-26 09:58:03,806 - create_instance - INFO - VM is - ACTIVE 2018-10-26 09:58:03,809 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c8943fc41b455afcfd3d9e99d08a419a12bad3" 2018-10-26 09:58:04,417 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:58:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6b867bb5-b47a-49bb-a4b9-cf55ebe784fa x-compute-request-id: req-6b867bb5-b47a-49bb-a4b9-cf55ebe784fa Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:d5:0a", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc", "rel": "bookmark"}], "image": {"id": "b2b11e64-5fd0-4334-82d2-20d8d9843529", "links": [{"href": "http://172.30.9.21:8774/images/b2b11e64-5fd0-4334-82d2-20d8d9843529", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:58:01.000000", "flavor": {"id": "9cf5bfc7-c1e8-4c14-953d-f71033729f58", "links": [{"href": "http://172.30.9.21:8774/flavors/9cf5bfc7-c1e8-4c14-953d-f71033729f58", "rel": "bookmark"}]}, "id": "485ced1b-a79b-43dc-9c32-af74bdefa8dc", "security_groups": [{"name": "default"}], "user_id": "451a6fe3db184e39b854eaaf9600ca75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:58:01Z", "hostId": "99a91fe09dce38dfbd8305e1f3e4ddceb12a80ef86a3334a1e725a95", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-inst", "created": "2018-10-26T09:57:55Z", "tenant_id": "22d349b2da3749e189d7ec6a32db4c89", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:58:04,417 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc used request id req-6b867bb5-b47a-49bb-a4b9-cf55ebe784fa 2018-10-26 09:58:04,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c8943fc41b455afcfd3d9e99d08a419a12bad3" 2018-10-26 09:58:04,659 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-61424da4-c694-45ba-b418-6d39d6fb0dc5 Date: Fri, 26 Oct 2018 09:58: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":["085fe439-0b29-43c4-8ad9-3880bb853321"],"updated_at":"2018-10-26T09:57:44Z","tenant_id":"22d349b2da3749e189d7ec6a32db4c89","created_at":"2018-10-26T09:57:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"22d349b2da3749e189d7ec6a32db4c89","id":"f7668e97-3810-48fa-bf1a-dd7e0d8f7831","name":"InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-net"}]} 2018-10-26 09:58:04,659 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-net used request id req-61424da4-c694-45ba-b418-6d39d6fb0dc5 2018-10-26 09:58:04,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/22d349b2da3749e189d7ec6a32db4c89 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c8943fc41b455afcfd3d9e99d08a419a12bad3" 2018-10-26 09:58:04,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:58:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90dfd02b-3552-4042-8e31-f1a093e1748b Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/22d349b2da3749e189d7ec6a32db4c89"}, "enabled": true, "id": "22d349b2da3749e189d7ec6a32db4c89", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-7628c06b-acdd-487-proj"}} 2018-10-26 09:58:04,740 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/22d349b2da3749e189d7ec6a32db4c89 used request id req-90dfd02b-3552-4042-8e31-f1a093e1748b 2018-10-26 09:58:04,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f7668e97-3810-48fa-bf1a-dd7e0d8f7831 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c8943fc41b455afcfd3d9e99d08a419a12bad3" 2018-10-26 09:58:04,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-fea4b0c0-86b4-4138-bf9d-174e94b2c33e Date: Fri, 26 Oct 2018 09:58:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f7668e97-3810-48fa-bf1a-dd7e0d8f7831","tenant_id":"22d349b2da3749e189d7ec6a32db4c89","created_at":"2018-10-26T09:57:44Z","dns_nameservers":[],"updated_at":"2018-10-26T09:57:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"22d349b2da3749e189d7ec6a32db4c89","id":"085fe439-0b29-43c4-8ad9-3880bb853321","subnetpool_id":null,"name":"InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-subnet"}]} 2018-10-26 09:58:04,802 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f7668e97-3810-48fa-bf1a-dd7e0d8f7831 used request id req-fea4b0c0-86b4-4138-bf9d-174e94b2c33e 2018-10-26 09:58:04,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=f7668e97-3810-48fa-bf1a-dd7e0d8f7831 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c8943fc41b455afcfd3d9e99d08a419a12bad3" 2018-10-26 09:58:04,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-b57b5882-47e2-4913-b494-a7d147808eed Date: Fri, 26 Oct 2018 09:58:04 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:57:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"085fe439-0b29-43c4-8ad9-3880bb853321","ip_address":"10.55.0.2"}],"id":"40e0a053-af57-4483-aec0-8eadf563036e","security_groups":[],"mac_address":"fa:16:3e:35:39:61","project_id":"22d349b2da3749e189d7ec6a32db4c89","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f7668e97-3810-48fa-bf1a-dd7e0d8f7831","tenant_id":"22d349b2da3749e189d7ec6a32db4c89","created_at":"2018-10-26T09:57:44Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f7668e97-3810-48fa-bf1a-dd7e0d8f7831"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:57:48Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"085fe439-0b29-43c4-8ad9-3880bb853321","ip_address":"10.55.0.3"}],"id":"82a6cb75-f0a2-4b0d-a13e-c4273198c313","security_groups":[],"mac_address":"fa:16:3e:46:27:ba","project_id":"22d349b2da3749e189d7ec6a32db4c89","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f7668e97-3810-48fa-bf1a-dd7e0d8f7831","tenant_id":"22d349b2da3749e189d7ec6a32db4c89","created_at":"2018-10-26T09:57:45Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f7668e97-3810-48fa-bf1a-dd7e0d8f7831"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:58:01Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"085fe439-0b29-43c4-8ad9-3880bb853321","ip_address":"10.55.0.13"}],"id":"8aea5a10-30b7-477f-8008-f9e3e5103675","security_groups":["ec8891ed-7445-44c8-8c00-394d03fc95b8"],"mac_address":"fa:16:3e:94:d5:0a","project_id":"22d349b2da3749e189d7ec6a32db4c89","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-port","admin_state_up":true,"network_id":"f7668e97-3810-48fa-bf1a-dd7e0d8f7831","tenant_id":"22d349b2da3749e189d7ec6a32db4c89","created_at":"2018-10-26T09:57:52Z","binding:vnic_type":"normal","device_id":"485ced1b-a79b-43dc-9c32-af74bdefa8dc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:57:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"085fe439-0b29-43c4-8ad9-3880bb853321","ip_address":"10.55.0.4"}],"id":"a0e03609-aaaa-43a0-92c5-2395d789e457","security_groups":[],"mac_address":"fa:16:3e:ac:0c:7f","project_id":"22d349b2da3749e189d7ec6a32db4c89","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f7668e97-3810-48fa-bf1a-dd7e0d8f7831","tenant_id":"22d349b2da3749e189d7ec6a32db4c89","created_at":"2018-10-26T09:57:46Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f7668e97-3810-48fa-bf1a-dd7e0d8f7831"}]} 2018-10-26 09:58:04,893 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=f7668e97-3810-48fa-bf1a-dd7e0d8f7831 used request id req-b57b5882-47e2-4913-b494-a7d147808eed 2018-10-26 09:58:04,897 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c8943fc41b455afcfd3d9e99d08a419a12bad3" 2018-10-26 09:58:05,433 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:58:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b8791bfc-e62b-4b88-8869-816ad2bde406 x-compute-request-id: req-b8791bfc-e62b-4b88-8869-816ad2bde406 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:d5:0a", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc", "rel": "bookmark"}], "image": {"id": "b2b11e64-5fd0-4334-82d2-20d8d9843529", "links": [{"href": "http://172.30.9.21:8774/images/b2b11e64-5fd0-4334-82d2-20d8d9843529", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:58:01.000000", "flavor": {"id": "9cf5bfc7-c1e8-4c14-953d-f71033729f58", "links": [{"href": "http://172.30.9.21:8774/flavors/9cf5bfc7-c1e8-4c14-953d-f71033729f58", "rel": "bookmark"}]}, "id": "485ced1b-a79b-43dc-9c32-af74bdefa8dc", "security_groups": [{"name": "default"}], "user_id": "451a6fe3db184e39b854eaaf9600ca75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:58:01Z", "hostId": "99a91fe09dce38dfbd8305e1f3e4ddceb12a80ef86a3334a1e725a95", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-inst", "created": "2018-10-26T09:57:55Z", "tenant_id": "22d349b2da3749e189d7ec6a32db4c89", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:58:05,433 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc used request id req-b8791bfc-e62b-4b88-8869-816ad2bde406 2018-10-26 09:58:05,433 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-inst] is - ACTIVE 2018-10-26 09:58:05,433 - create_instance - INFO - VM is - ACTIVE 2018-10-26 09:58:05,436 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c8943fc41b455afcfd3d9e99d08a419a12bad3" 2018-10-26 09:58:05,880 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:58:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-71abd701-0dfa-4bcd-b5ad-5f1865c0cdd7 x-compute-request-id: req-71abd701-0dfa-4bcd-b5ad-5f1865c0cdd7 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:d5:0a", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc", "rel": "bookmark"}], "image": {"id": "b2b11e64-5fd0-4334-82d2-20d8d9843529", "links": [{"href": "http://172.30.9.21:8774/images/b2b11e64-5fd0-4334-82d2-20d8d9843529", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:58:01.000000", "flavor": {"id": "9cf5bfc7-c1e8-4c14-953d-f71033729f58", "links": [{"href": "http://172.30.9.21:8774/flavors/9cf5bfc7-c1e8-4c14-953d-f71033729f58", "rel": "bookmark"}]}, "id": "485ced1b-a79b-43dc-9c32-af74bdefa8dc", "security_groups": [{"name": "default"}], "user_id": "451a6fe3db184e39b854eaaf9600ca75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:58:01Z", "hostId": "99a91fe09dce38dfbd8305e1f3e4ddceb12a80ef86a3334a1e725a95", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-inst", "created": "2018-10-26T09:57:55Z", "tenant_id": "22d349b2da3749e189d7ec6a32db4c89", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:58:05,880 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc used request id req-71abd701-0dfa-4bcd-b5ad-5f1865c0cdd7 2018-10-26 09:58:05,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c8943fc41b455afcfd3d9e99d08a419a12bad3" 2018-10-26 09:58:06,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-eb6bb447-8b86-404a-ba00-0420bf9bb34a Date: Fri, 26 Oct 2018 09:58: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":["085fe439-0b29-43c4-8ad9-3880bb853321"],"updated_at":"2018-10-26T09:57:44Z","tenant_id":"22d349b2da3749e189d7ec6a32db4c89","created_at":"2018-10-26T09:57:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"22d349b2da3749e189d7ec6a32db4c89","id":"f7668e97-3810-48fa-bf1a-dd7e0d8f7831","name":"InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-net"}]} 2018-10-26 09:58:06,155 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-net used request id req-eb6bb447-8b86-404a-ba00-0420bf9bb34a 2018-10-26 09:58:06,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/22d349b2da3749e189d7ec6a32db4c89 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c8943fc41b455afcfd3d9e99d08a419a12bad3" 2018-10-26 09:58:06,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:58:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fa0970f-9e2e-400e-b94c-dbea0ff5fa0d Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/22d349b2da3749e189d7ec6a32db4c89"}, "enabled": true, "id": "22d349b2da3749e189d7ec6a32db4c89", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-7628c06b-acdd-487-proj"}} 2018-10-26 09:58:06,238 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/22d349b2da3749e189d7ec6a32db4c89 used request id req-2fa0970f-9e2e-400e-b94c-dbea0ff5fa0d 2018-10-26 09:58:06,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f7668e97-3810-48fa-bf1a-dd7e0d8f7831 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c8943fc41b455afcfd3d9e99d08a419a12bad3" 2018-10-26 09:58:06,297 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-79a34c7f-4dee-4709-ac2b-d55c241c4c60 Date: Fri, 26 Oct 2018 09:58:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f7668e97-3810-48fa-bf1a-dd7e0d8f7831","tenant_id":"22d349b2da3749e189d7ec6a32db4c89","created_at":"2018-10-26T09:57:44Z","dns_nameservers":[],"updated_at":"2018-10-26T09:57:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"22d349b2da3749e189d7ec6a32db4c89","id":"085fe439-0b29-43c4-8ad9-3880bb853321","subnetpool_id":null,"name":"InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-subnet"}]} 2018-10-26 09:58:06,297 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f7668e97-3810-48fa-bf1a-dd7e0d8f7831 used request id req-79a34c7f-4dee-4709-ac2b-d55c241c4c60 2018-10-26 09:58:06,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=f7668e97-3810-48fa-bf1a-dd7e0d8f7831 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c8943fc41b455afcfd3d9e99d08a419a12bad3" 2018-10-26 09:58:06,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-8448db4f-725c-4107-a32f-ccd78f06fc97 Date: Fri, 26 Oct 2018 09:58:06 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:57:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"085fe439-0b29-43c4-8ad9-3880bb853321","ip_address":"10.55.0.2"}],"id":"40e0a053-af57-4483-aec0-8eadf563036e","security_groups":[],"mac_address":"fa:16:3e:35:39:61","project_id":"22d349b2da3749e189d7ec6a32db4c89","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f7668e97-3810-48fa-bf1a-dd7e0d8f7831","tenant_id":"22d349b2da3749e189d7ec6a32db4c89","created_at":"2018-10-26T09:57:44Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f7668e97-3810-48fa-bf1a-dd7e0d8f7831"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:57:48Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"085fe439-0b29-43c4-8ad9-3880bb853321","ip_address":"10.55.0.3"}],"id":"82a6cb75-f0a2-4b0d-a13e-c4273198c313","security_groups":[],"mac_address":"fa:16:3e:46:27:ba","project_id":"22d349b2da3749e189d7ec6a32db4c89","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f7668e97-3810-48fa-bf1a-dd7e0d8f7831","tenant_id":"22d349b2da3749e189d7ec6a32db4c89","created_at":"2018-10-26T09:57:45Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f7668e97-3810-48fa-bf1a-dd7e0d8f7831"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:58:01Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"085fe439-0b29-43c4-8ad9-3880bb853321","ip_address":"10.55.0.13"}],"id":"8aea5a10-30b7-477f-8008-f9e3e5103675","security_groups":["ec8891ed-7445-44c8-8c00-394d03fc95b8"],"mac_address":"fa:16:3e:94:d5:0a","project_id":"22d349b2da3749e189d7ec6a32db4c89","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-port","admin_state_up":true,"network_id":"f7668e97-3810-48fa-bf1a-dd7e0d8f7831","tenant_id":"22d349b2da3749e189d7ec6a32db4c89","created_at":"2018-10-26T09:57:52Z","binding:vnic_type":"normal","device_id":"485ced1b-a79b-43dc-9c32-af74bdefa8dc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:57:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"085fe439-0b29-43c4-8ad9-3880bb853321","ip_address":"10.55.0.4"}],"id":"a0e03609-aaaa-43a0-92c5-2395d789e457","security_groups":[],"mac_address":"fa:16:3e:ac:0c:7f","project_id":"22d349b2da3749e189d7ec6a32db4c89","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f7668e97-3810-48fa-bf1a-dd7e0d8f7831","tenant_id":"22d349b2da3749e189d7ec6a32db4c89","created_at":"2018-10-26T09:57:46Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f7668e97-3810-48fa-bf1a-dd7e0d8f7831"}]} 2018-10-26 09:58:06,390 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=f7668e97-3810-48fa-bf1a-dd7e0d8f7831 used request id req-8448db4f-725c-4107-a32f-ccd78f06fc97 2018-10-26 09:58:06,393 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c8943fc41b455afcfd3d9e99d08a419a12bad3" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-name"}}' 2018-10-26 09:58:07,770 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:58: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-8a0b9a77-e510-44f7-b113-29875fb24e0e x-compute-request-id: req-8a0b9a77-e510-44f7-b113-29875fb24e0e Content-Length: 0 Content-Type: application/json 2018-10-26 09:58:07,771 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc/action used request id req-8a0b9a77-e510-44f7-b113-29875fb24e0e 2018-10-26 09:58:07,771 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:58:08,153 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7be28dfce0e44087850b743b0f5fac82", "name": "InstanceSecurityGroupTests-7628c06b-acdd-487-proj-role"}], "expires_at": "2018-10-26T10:58:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "22d349b2da3749e189d7ec6a32db4c89", "name": "InstanceSecurityGroupTests-7628c06b-acdd-487-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/22d349b2da3749e189d7ec6a32db4c89", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/22d349b2da3749e189d7ec6a32db4c89", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/22d349b2da3749e189d7ec6a32db4c89", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/22d349b2da3749e189d7ec6a32db4c89", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/22d349b2da3749e189d7ec6a32db4c89", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/22d349b2da3749e189d7ec6a32db4c89", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/22d349b2da3749e189d7ec6a32db4c89", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/22d349b2da3749e189d7ec6a32db4c89", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/22d349b2da3749e189d7ec6a32db4c89", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/22d349b2da3749e189d7ec6a32db4c89", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/22d349b2da3749e189d7ec6a32db4c89", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/22d349b2da3749e189d7ec6a32db4c89", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-7628c06b-acdd-487-user", "id": "451a6fe3db184e39b854eaaf9600ca75"}, "audit_ids": ["EeFQfXXrSuWrKZN1hKtk5Q"], "issued_at": "2018-10-26T09:58:08.000000Z"}} 2018-10-26 09:58:08,155 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c582ebd16e896256d22b4d2eacfc237f32c1ab7" 2018-10-26 09:58:09,005 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:58: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-117c2ed6-2ec1-447c-9e31-f4cbfa35bf10 x-compute-request-id: req-117c2ed6-2ec1-447c-9e31-f4cbfa35bf10 Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:d5:0a", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc", "rel": "bookmark"}], "image": {"id": "b2b11e64-5fd0-4334-82d2-20d8d9843529", "links": [{"href": "http://172.30.9.21:8774/images/b2b11e64-5fd0-4334-82d2-20d8d9843529", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:58:01.000000", "flavor": {"id": "9cf5bfc7-c1e8-4c14-953d-f71033729f58", "links": [{"href": "http://172.30.9.21:8774/flavors/9cf5bfc7-c1e8-4c14-953d-f71033729f58", "rel": "bookmark"}]}, "id": "485ced1b-a79b-43dc-9c32-af74bdefa8dc", "security_groups": [{"name": "InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-name"}, {"name": "default"}], "user_id": "451a6fe3db184e39b854eaaf9600ca75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:58:01Z", "hostId": "99a91fe09dce38dfbd8305e1f3e4ddceb12a80ef86a3334a1e725a95", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-inst", "created": "2018-10-26T09:57:55Z", "tenant_id": "22d349b2da3749e189d7ec6a32db4c89", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:58:09,005 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc used request id req-117c2ed6-2ec1-447c-9e31-f4cbfa35bf10 2018-10-26 09:58:09,009 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c8943fc41b455afcfd3d9e99d08a419a12bad3" 2018-10-26 09:58:09,482 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:58:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-392c68e0-9567-4093-ab02-cb349047e94c x-compute-request-id: req-392c68e0-9567-4093-ab02-cb349047e94c Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:d5:0a", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc", "rel": "bookmark"}], "image": {"id": "b2b11e64-5fd0-4334-82d2-20d8d9843529", "links": [{"href": "http://172.30.9.21:8774/images/b2b11e64-5fd0-4334-82d2-20d8d9843529", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:58:01.000000", "flavor": {"id": "9cf5bfc7-c1e8-4c14-953d-f71033729f58", "links": [{"href": "http://172.30.9.21:8774/flavors/9cf5bfc7-c1e8-4c14-953d-f71033729f58", "rel": "bookmark"}]}, "id": "485ced1b-a79b-43dc-9c32-af74bdefa8dc", "security_groups": [{"name": "InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-name"}, {"name": "default"}], "user_id": "451a6fe3db184e39b854eaaf9600ca75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:58:01Z", "hostId": "99a91fe09dce38dfbd8305e1f3e4ddceb12a80ef86a3334a1e725a95", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-inst", "created": "2018-10-26T09:57:55Z", "tenant_id": "22d349b2da3749e189d7ec6a32db4c89", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:58:09,482 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc used request id req-392c68e0-9567-4093-ab02-cb349047e94c 2018-10-26 09:58:09,482 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-inst] is - ACTIVE 2018-10-26 09:58:09,482 - create_instance - INFO - VM is - ACTIVE 2018-10-26 09:58:09,485 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c8943fc41b455afcfd3d9e99d08a419a12bad3" 2018-10-26 09:58:10,116 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:58:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6a998d73-5148-493f-8bc8-491be3d08719 x-compute-request-id: req-6a998d73-5148-493f-8bc8-491be3d08719 Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:d5:0a", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc", "rel": "bookmark"}], "image": {"id": "b2b11e64-5fd0-4334-82d2-20d8d9843529", "links": [{"href": "http://172.30.9.21:8774/images/b2b11e64-5fd0-4334-82d2-20d8d9843529", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:58:01.000000", "flavor": {"id": "9cf5bfc7-c1e8-4c14-953d-f71033729f58", "links": [{"href": "http://172.30.9.21:8774/flavors/9cf5bfc7-c1e8-4c14-953d-f71033729f58", "rel": "bookmark"}]}, "id": "485ced1b-a79b-43dc-9c32-af74bdefa8dc", "security_groups": [{"name": "InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-name"}, {"name": "default"}], "user_id": "451a6fe3db184e39b854eaaf9600ca75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:58:01Z", "hostId": "99a91fe09dce38dfbd8305e1f3e4ddceb12a80ef86a3334a1e725a95", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-inst", "created": "2018-10-26T09:57:55Z", "tenant_id": "22d349b2da3749e189d7ec6a32db4c89", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:58:10,116 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc used request id req-6a998d73-5148-493f-8bc8-491be3d08719 2018-10-26 09:58:10,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c8943fc41b455afcfd3d9e99d08a419a12bad3" 2018-10-26 09:58:10,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-2b191205-75aa-441c-ab8f-7a2a7a256ca3 Date: Fri, 26 Oct 2018 09:58: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":["085fe439-0b29-43c4-8ad9-3880bb853321"],"updated_at":"2018-10-26T09:57:44Z","tenant_id":"22d349b2da3749e189d7ec6a32db4c89","created_at":"2018-10-26T09:57:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"22d349b2da3749e189d7ec6a32db4c89","id":"f7668e97-3810-48fa-bf1a-dd7e0d8f7831","name":"InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-net"}]} 2018-10-26 09:58:10,362 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-net used request id req-2b191205-75aa-441c-ab8f-7a2a7a256ca3 2018-10-26 09:58:10,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/22d349b2da3749e189d7ec6a32db4c89 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c8943fc41b455afcfd3d9e99d08a419a12bad3" 2018-10-26 09:58:10,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:58:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95b6a397-977d-4d39-9b59-948637b03ea0 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/22d349b2da3749e189d7ec6a32db4c89"}, "enabled": true, "id": "22d349b2da3749e189d7ec6a32db4c89", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-7628c06b-acdd-487-proj"}} 2018-10-26 09:58:10,443 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/22d349b2da3749e189d7ec6a32db4c89 used request id req-95b6a397-977d-4d39-9b59-948637b03ea0 2018-10-26 09:58:10,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f7668e97-3810-48fa-bf1a-dd7e0d8f7831 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c8943fc41b455afcfd3d9e99d08a419a12bad3" 2018-10-26 09:58:10,510 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-2a15e82a-e1ec-473f-b928-f62b953efab0 Date: Fri, 26 Oct 2018 09:58:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f7668e97-3810-48fa-bf1a-dd7e0d8f7831","tenant_id":"22d349b2da3749e189d7ec6a32db4c89","created_at":"2018-10-26T09:57:44Z","dns_nameservers":[],"updated_at":"2018-10-26T09:57:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"22d349b2da3749e189d7ec6a32db4c89","id":"085fe439-0b29-43c4-8ad9-3880bb853321","subnetpool_id":null,"name":"InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-subnet"}]} 2018-10-26 09:58:10,510 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f7668e97-3810-48fa-bf1a-dd7e0d8f7831 used request id req-2a15e82a-e1ec-473f-b928-f62b953efab0 2018-10-26 09:58:10,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=f7668e97-3810-48fa-bf1a-dd7e0d8f7831 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c8943fc41b455afcfd3d9e99d08a419a12bad3" 2018-10-26 09:58:10,749 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3151 X-Openstack-Request-Id: req-0c889a0f-5eab-4541-b0d0-dd3b7751e59f Date: Fri, 26 Oct 2018 09:58:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:57:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"085fe439-0b29-43c4-8ad9-3880bb853321","ip_address":"10.55.0.2"}],"id":"40e0a053-af57-4483-aec0-8eadf563036e","security_groups":[],"mac_address":"fa:16:3e:35:39:61","project_id":"22d349b2da3749e189d7ec6a32db4c89","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f7668e97-3810-48fa-bf1a-dd7e0d8f7831","tenant_id":"22d349b2da3749e189d7ec6a32db4c89","created_at":"2018-10-26T09:57:44Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f7668e97-3810-48fa-bf1a-dd7e0d8f7831"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:57:48Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"085fe439-0b29-43c4-8ad9-3880bb853321","ip_address":"10.55.0.3"}],"id":"82a6cb75-f0a2-4b0d-a13e-c4273198c313","security_groups":[],"mac_address":"fa:16:3e:46:27:ba","project_id":"22d349b2da3749e189d7ec6a32db4c89","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f7668e97-3810-48fa-bf1a-dd7e0d8f7831","tenant_id":"22d349b2da3749e189d7ec6a32db4c89","created_at":"2018-10-26T09:57:45Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f7668e97-3810-48fa-bf1a-dd7e0d8f7831"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:58:07Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"085fe439-0b29-43c4-8ad9-3880bb853321","ip_address":"10.55.0.13"}],"id":"8aea5a10-30b7-477f-8008-f9e3e5103675","security_groups":["25acf335-12fd-4f4f-927f-bb40a5b3618b","ec8891ed-7445-44c8-8c00-394d03fc95b8"],"mac_address":"fa:16:3e:94:d5:0a","project_id":"22d349b2da3749e189d7ec6a32db4c89","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-port","admin_state_up":true,"network_id":"f7668e97-3810-48fa-bf1a-dd7e0d8f7831","tenant_id":"22d349b2da3749e189d7ec6a32db4c89","created_at":"2018-10-26T09:57:52Z","binding:vnic_type":"normal","device_id":"485ced1b-a79b-43dc-9c32-af74bdefa8dc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:57:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"085fe439-0b29-43c4-8ad9-3880bb853321","ip_address":"10.55.0.4"}],"id":"a0e03609-aaaa-43a0-92c5-2395d789e457","security_groups":[],"mac_address":"fa:16:3e:ac:0c:7f","project_id":"22d349b2da3749e189d7ec6a32db4c89","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f7668e97-3810-48fa-bf1a-dd7e0d8f7831","tenant_id":"22d349b2da3749e189d7ec6a32db4c89","created_at":"2018-10-26T09:57:46Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f7668e97-3810-48fa-bf1a-dd7e0d8f7831"}]} 2018-10-26 09:58:10,749 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=f7668e97-3810-48fa-bf1a-dd7e0d8f7831 used request id req-0c889a0f-5eab-4541-b0d0-dd3b7751e59f 2018-10-26 09:58:10,753 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c8943fc41b455afcfd3d9e99d08a419a12bad3" 2018-10-26 09:58:11,354 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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-46b25301-6270-46ff-b3eb-5b449afb4380 x-compute-request-id: req-46b25301-6270-46ff-b3eb-5b449afb4380 Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:d5:0a", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc", "rel": "bookmark"}], "image": {"id": "b2b11e64-5fd0-4334-82d2-20d8d9843529", "links": [{"href": "http://172.30.9.21:8774/images/b2b11e64-5fd0-4334-82d2-20d8d9843529", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:58:01.000000", "flavor": {"id": "9cf5bfc7-c1e8-4c14-953d-f71033729f58", "links": [{"href": "http://172.30.9.21:8774/flavors/9cf5bfc7-c1e8-4c14-953d-f71033729f58", "rel": "bookmark"}]}, "id": "485ced1b-a79b-43dc-9c32-af74bdefa8dc", "security_groups": [{"name": "InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-name"}, {"name": "default"}], "user_id": "451a6fe3db184e39b854eaaf9600ca75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:58:01Z", "hostId": "99a91fe09dce38dfbd8305e1f3e4ddceb12a80ef86a3334a1e725a95", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-inst", "created": "2018-10-26T09:57:55Z", "tenant_id": "22d349b2da3749e189d7ec6a32db4c89", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:58:11,354 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc used request id req-46b25301-6270-46ff-b3eb-5b449afb4380 2018-10-26 09:58:11,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c8943fc41b455afcfd3d9e99d08a419a12bad3" 2018-10-26 09:58:11,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-a94e22e7-2028-432d-ae7b-b2f6119aa7f4 Date: Fri, 26 Oct 2018 09:58: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":["085fe439-0b29-43c4-8ad9-3880bb853321"],"updated_at":"2018-10-26T09:57:44Z","tenant_id":"22d349b2da3749e189d7ec6a32db4c89","created_at":"2018-10-26T09:57:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"22d349b2da3749e189d7ec6a32db4c89","id":"f7668e97-3810-48fa-bf1a-dd7e0d8f7831","name":"InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-net"}]} 2018-10-26 09:58:11,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-net used request id req-a94e22e7-2028-432d-ae7b-b2f6119aa7f4 2018-10-26 09:58:11,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/22d349b2da3749e189d7ec6a32db4c89 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c8943fc41b455afcfd3d9e99d08a419a12bad3" 2018-10-26 09:58:11,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:58:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52593917-a378-4092-a2b2-67d716505a18 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/22d349b2da3749e189d7ec6a32db4c89"}, "enabled": true, "id": "22d349b2da3749e189d7ec6a32db4c89", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-7628c06b-acdd-487-proj"}} 2018-10-26 09:58:11,719 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/22d349b2da3749e189d7ec6a32db4c89 used request id req-52593917-a378-4092-a2b2-67d716505a18 2018-10-26 09:58:11,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f7668e97-3810-48fa-bf1a-dd7e0d8f7831 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c8943fc41b455afcfd3d9e99d08a419a12bad3" 2018-10-26 09:58:11,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-0dff4aa4-7312-4f37-9efb-8e756ae4b016 Date: Fri, 26 Oct 2018 09:58:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f7668e97-3810-48fa-bf1a-dd7e0d8f7831","tenant_id":"22d349b2da3749e189d7ec6a32db4c89","created_at":"2018-10-26T09:57:44Z","dns_nameservers":[],"updated_at":"2018-10-26T09:57:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"22d349b2da3749e189d7ec6a32db4c89","id":"085fe439-0b29-43c4-8ad9-3880bb853321","subnetpool_id":null,"name":"InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-subnet"}]} 2018-10-26 09:58:11,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f7668e97-3810-48fa-bf1a-dd7e0d8f7831 used request id req-0dff4aa4-7312-4f37-9efb-8e756ae4b016 2018-10-26 09:58:11,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=f7668e97-3810-48fa-bf1a-dd7e0d8f7831 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c8943fc41b455afcfd3d9e99d08a419a12bad3" 2018-10-26 09:58:11,877 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3151 X-Openstack-Request-Id: req-a531d7e6-6da0-4cda-9e5d-1e1b2adf1013 Date: Fri, 26 Oct 2018 09:58:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:57:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"085fe439-0b29-43c4-8ad9-3880bb853321","ip_address":"10.55.0.2"}],"id":"40e0a053-af57-4483-aec0-8eadf563036e","security_groups":[],"mac_address":"fa:16:3e:35:39:61","project_id":"22d349b2da3749e189d7ec6a32db4c89","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f7668e97-3810-48fa-bf1a-dd7e0d8f7831","tenant_id":"22d349b2da3749e189d7ec6a32db4c89","created_at":"2018-10-26T09:57:44Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f7668e97-3810-48fa-bf1a-dd7e0d8f7831"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:57:48Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"085fe439-0b29-43c4-8ad9-3880bb853321","ip_address":"10.55.0.3"}],"id":"82a6cb75-f0a2-4b0d-a13e-c4273198c313","security_groups":[],"mac_address":"fa:16:3e:46:27:ba","project_id":"22d349b2da3749e189d7ec6a32db4c89","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f7668e97-3810-48fa-bf1a-dd7e0d8f7831","tenant_id":"22d349b2da3749e189d7ec6a32db4c89","created_at":"2018-10-26T09:57:45Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f7668e97-3810-48fa-bf1a-dd7e0d8f7831"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:58:07Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"085fe439-0b29-43c4-8ad9-3880bb853321","ip_address":"10.55.0.13"}],"id":"8aea5a10-30b7-477f-8008-f9e3e5103675","security_groups":["25acf335-12fd-4f4f-927f-bb40a5b3618b","ec8891ed-7445-44c8-8c00-394d03fc95b8"],"mac_address":"fa:16:3e:94:d5:0a","project_id":"22d349b2da3749e189d7ec6a32db4c89","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-port","admin_state_up":true,"network_id":"f7668e97-3810-48fa-bf1a-dd7e0d8f7831","tenant_id":"22d349b2da3749e189d7ec6a32db4c89","created_at":"2018-10-26T09:57:52Z","binding:vnic_type":"normal","device_id":"485ced1b-a79b-43dc-9c32-af74bdefa8dc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:57:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"085fe439-0b29-43c4-8ad9-3880bb853321","ip_address":"10.55.0.4"}],"id":"a0e03609-aaaa-43a0-92c5-2395d789e457","security_groups":[],"mac_address":"fa:16:3e:ac:0c:7f","project_id":"22d349b2da3749e189d7ec6a32db4c89","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f7668e97-3810-48fa-bf1a-dd7e0d8f7831","tenant_id":"22d349b2da3749e189d7ec6a32db4c89","created_at":"2018-10-26T09:57:46Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f7668e97-3810-48fa-bf1a-dd7e0d8f7831"}]} 2018-10-26 09:58:11,877 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=f7668e97-3810-48fa-bf1a-dd7e0d8f7831 used request id req-a531d7e6-6da0-4cda-9e5d-1e1b2adf1013 2018-10-26 09:58:11,881 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c8943fc41b455afcfd3d9e99d08a419a12bad3" -d '{"removeSecurityGroup": {"name": "InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-name"}}' 2018-10-26 09:58:13,088 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:58: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-a9a57ba4-ed10-4f16-83dd-5a7368bbec08 x-compute-request-id: req-a9a57ba4-ed10-4f16-83dd-5a7368bbec08 Content-Length: 0 Content-Type: application/json 2018-10-26 09:58:13,088 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc/action used request id req-a9a57ba4-ed10-4f16-83dd-5a7368bbec08 2018-10-26 09:58:13,091 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c8943fc41b455afcfd3d9e99d08a419a12bad3" 2018-10-26 09:58:13,553 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:58:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2432f836-c203-4db8-9019-dac31e8d3461 x-compute-request-id: req-2432f836-c203-4db8-9019-dac31e8d3461 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:d5:0a", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc", "rel": "bookmark"}], "image": {"id": "b2b11e64-5fd0-4334-82d2-20d8d9843529", "links": [{"href": "http://172.30.9.21:8774/images/b2b11e64-5fd0-4334-82d2-20d8d9843529", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:58:01.000000", "flavor": {"id": "9cf5bfc7-c1e8-4c14-953d-f71033729f58", "links": [{"href": "http://172.30.9.21:8774/flavors/9cf5bfc7-c1e8-4c14-953d-f71033729f58", "rel": "bookmark"}]}, "id": "485ced1b-a79b-43dc-9c32-af74bdefa8dc", "security_groups": [{"name": "default"}], "user_id": "451a6fe3db184e39b854eaaf9600ca75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:58:01Z", "hostId": "99a91fe09dce38dfbd8305e1f3e4ddceb12a80ef86a3334a1e725a95", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-inst", "created": "2018-10-26T09:57:55Z", "tenant_id": "22d349b2da3749e189d7ec6a32db4c89", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:58:13,553 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc used request id req-2432f836-c203-4db8-9019-dac31e8d3461 2018-10-26 09:58:13,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c8943fc41b455afcfd3d9e99d08a419a12bad3" 2018-10-26 09:58:13,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-35979384-4968-4f00-b0fa-92529b4c2565 Date: Fri, 26 Oct 2018 09:58: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":["085fe439-0b29-43c4-8ad9-3880bb853321"],"updated_at":"2018-10-26T09:57:44Z","tenant_id":"22d349b2da3749e189d7ec6a32db4c89","created_at":"2018-10-26T09:57:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"22d349b2da3749e189d7ec6a32db4c89","id":"f7668e97-3810-48fa-bf1a-dd7e0d8f7831","name":"InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-net"}]} 2018-10-26 09:58:13,804 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-net used request id req-35979384-4968-4f00-b0fa-92529b4c2565 2018-10-26 09:58:13,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/22d349b2da3749e189d7ec6a32db4c89 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c8943fc41b455afcfd3d9e99d08a419a12bad3" 2018-10-26 09:58:13,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:58:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6dfede88-89c1-489e-9a12-173e64e3a99a Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/22d349b2da3749e189d7ec6a32db4c89"}, "enabled": true, "id": "22d349b2da3749e189d7ec6a32db4c89", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-7628c06b-acdd-487-proj"}} 2018-10-26 09:58:13,887 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/22d349b2da3749e189d7ec6a32db4c89 used request id req-6dfede88-89c1-489e-9a12-173e64e3a99a 2018-10-26 09:58:13,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f7668e97-3810-48fa-bf1a-dd7e0d8f7831 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c8943fc41b455afcfd3d9e99d08a419a12bad3" 2018-10-26 09:58:13,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-4523f8d1-27b5-4f5a-bbd5-dcd418522fd6 Date: Fri, 26 Oct 2018 09:58:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f7668e97-3810-48fa-bf1a-dd7e0d8f7831","tenant_id":"22d349b2da3749e189d7ec6a32db4c89","created_at":"2018-10-26T09:57:44Z","dns_nameservers":[],"updated_at":"2018-10-26T09:57:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"22d349b2da3749e189d7ec6a32db4c89","id":"085fe439-0b29-43c4-8ad9-3880bb853321","subnetpool_id":null,"name":"InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-subnet"}]} 2018-10-26 09:58:13,950 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f7668e97-3810-48fa-bf1a-dd7e0d8f7831 used request id req-4523f8d1-27b5-4f5a-bbd5-dcd418522fd6 2018-10-26 09:58:13,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=f7668e97-3810-48fa-bf1a-dd7e0d8f7831 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c8943fc41b455afcfd3d9e99d08a419a12bad3" 2018-10-26 09:58:14,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-9b605e28-fd29-47ec-afba-2b7eb90602a7 Date: Fri, 26 Oct 2018 09:58:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:57:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"085fe439-0b29-43c4-8ad9-3880bb853321","ip_address":"10.55.0.2"}],"id":"40e0a053-af57-4483-aec0-8eadf563036e","security_groups":[],"mac_address":"fa:16:3e:35:39:61","project_id":"22d349b2da3749e189d7ec6a32db4c89","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f7668e97-3810-48fa-bf1a-dd7e0d8f7831","tenant_id":"22d349b2da3749e189d7ec6a32db4c89","created_at":"2018-10-26T09:57:44Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f7668e97-3810-48fa-bf1a-dd7e0d8f7831"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:57:48Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"085fe439-0b29-43c4-8ad9-3880bb853321","ip_address":"10.55.0.3"}],"id":"82a6cb75-f0a2-4b0d-a13e-c4273198c313","security_groups":[],"mac_address":"fa:16:3e:46:27:ba","project_id":"22d349b2da3749e189d7ec6a32db4c89","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f7668e97-3810-48fa-bf1a-dd7e0d8f7831","tenant_id":"22d349b2da3749e189d7ec6a32db4c89","created_at":"2018-10-26T09:57:45Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f7668e97-3810-48fa-bf1a-dd7e0d8f7831"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:58:12Z","device_owner":"compute:nova","revision_number":9,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"085fe439-0b29-43c4-8ad9-3880bb853321","ip_address":"10.55.0.13"}],"id":"8aea5a10-30b7-477f-8008-f9e3e5103675","security_groups":["ec8891ed-7445-44c8-8c00-394d03fc95b8"],"mac_address":"fa:16:3e:94:d5:0a","project_id":"22d349b2da3749e189d7ec6a32db4c89","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-port","admin_state_up":true,"network_id":"f7668e97-3810-48fa-bf1a-dd7e0d8f7831","tenant_id":"22d349b2da3749e189d7ec6a32db4c89","created_at":"2018-10-26T09:57:52Z","binding:vnic_type":"normal","device_id":"485ced1b-a79b-43dc-9c32-af74bdefa8dc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:57:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"085fe439-0b29-43c4-8ad9-3880bb853321","ip_address":"10.55.0.4"}],"id":"a0e03609-aaaa-43a0-92c5-2395d789e457","security_groups":[],"mac_address":"fa:16:3e:ac:0c:7f","project_id":"22d349b2da3749e189d7ec6a32db4c89","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f7668e97-3810-48fa-bf1a-dd7e0d8f7831","tenant_id":"22d349b2da3749e189d7ec6a32db4c89","created_at":"2018-10-26T09:57:46Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f7668e97-3810-48fa-bf1a-dd7e0d8f7831"}]} 2018-10-26 09:58:14,041 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=f7668e97-3810-48fa-bf1a-dd7e0d8f7831 used request id req-9b605e28-fd29-47ec-afba-2b7eb90602a7 2018-10-26 09:58:14,044 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c582ebd16e896256d22b4d2eacfc237f32c1ab7" 2018-10-26 09:58:14,803 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:58: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-fd780a1d-fec8-42f2-9de5-32d0c6c499cb x-compute-request-id: req-fd780a1d-fec8-42f2-9de5-32d0c6c499cb Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:d5:0a", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc", "rel": "bookmark"}], "image": {"id": "b2b11e64-5fd0-4334-82d2-20d8d9843529", "links": [{"href": "http://172.30.9.21:8774/images/b2b11e64-5fd0-4334-82d2-20d8d9843529", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:58:01.000000", "flavor": {"id": "9cf5bfc7-c1e8-4c14-953d-f71033729f58", "links": [{"href": "http://172.30.9.21:8774/flavors/9cf5bfc7-c1e8-4c14-953d-f71033729f58", "rel": "bookmark"}]}, "id": "485ced1b-a79b-43dc-9c32-af74bdefa8dc", "security_groups": [{"name": "default"}], "user_id": "451a6fe3db184e39b854eaaf9600ca75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:58:01Z", "hostId": "99a91fe09dce38dfbd8305e1f3e4ddceb12a80ef86a3334a1e725a95", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-inst", "created": "2018-10-26T09:57:55Z", "tenant_id": "22d349b2da3749e189d7ec6a32db4c89", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:58:14,803 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc used request id req-fd780a1d-fec8-42f2-9de5-32d0c6c499cb 2018-10-26 09:58:14,804 - create_instance - INFO - Deleting Port with ID - 8aea5a10-30b7-477f-8008-f9e3e5103675 2018-10-26 09:58:14,804 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-port 2018-10-26 09:58:14,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/8aea5a10-30b7-477f-8008-f9e3e5103675 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c8943fc41b455afcfd3d9e99d08a419a12bad3" 2018-10-26 09:58:15,227 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cfd7bc62-e1d2-4ab3-a10f-5f731f330ddd Date: Fri, 26 Oct 2018 09:58:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:58:15,227 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/8aea5a10-30b7-477f-8008-f9e3e5103675 used request id req-cfd7bc62-e1d2-4ab3-a10f-5f731f330ddd 2018-10-26 09:58:15,228 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-inst 2018-10-26 09:58:15,230 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c8943fc41b455afcfd3d9e99d08a419a12bad3" 2018-10-26 09:58:15,384 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:58:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-460d7542-b65f-4da4-8c49-eed60ba75307 x-compute-request-id: req-460d7542-b65f-4da4-8c49-eed60ba75307 Content-Type: application/json 2018-10-26 09:58:15,384 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc used request id req-460d7542-b65f-4da4-8c49-eed60ba75307 2018-10-26 09:58:15,384 - create_instance - INFO - Checking deletion status 2018-10-26 09:58:15,387 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c8943fc41b455afcfd3d9e99d08a419a12bad3" 2018-10-26 09:58:15,626 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:58:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a08daa25-0d60-4e1d-a6e5-08ef9ab831b0 x-compute-request-id: req-a08daa25-0d60-4e1d-a6e5-08ef9ab831b0 Content-Encoding: gzip Content-Length: 734 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:d5:0a", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc", "rel": "bookmark"}], "image": {"id": "b2b11e64-5fd0-4334-82d2-20d8d9843529", "links": [{"href": "http://172.30.9.21:8774/images/b2b11e64-5fd0-4334-82d2-20d8d9843529", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:58:01.000000", "flavor": {"id": "9cf5bfc7-c1e8-4c14-953d-f71033729f58", "links": [{"href": "http://172.30.9.21:8774/flavors/9cf5bfc7-c1e8-4c14-953d-f71033729f58", "rel": "bookmark"}]}, "id": "485ced1b-a79b-43dc-9c32-af74bdefa8dc", "user_id": "451a6fe3db184e39b854eaaf9600ca75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:58:15Z", "hostId": "99a91fe09dce38dfbd8305e1f3e4ddceb12a80ef86a3334a1e725a95", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-inst", "created": "2018-10-26T09:57:55Z", "tenant_id": "22d349b2da3749e189d7ec6a32db4c89", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:58:15,627 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc used request id req-a08daa25-0d60-4e1d-a6e5-08ef9ab831b0 2018-10-26 09:58:15,627 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-inst] is - ACTIVE 2018-10-26 09:58:15,627 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:58:18,630 - create_instance - DEBUG - VM status query timeout in 296.754050016 2018-10-26 09:58:18,633 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c8943fc41b455afcfd3d9e99d08a419a12bad3" 2018-10-26 09:58:18,897 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:58:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9d74e707-d676-4ca3-8a85-f660df69e1f7 x-compute-request-id: req-9d74e707-d676-4ca3-8a85-f660df69e1f7 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc", "rel": "bookmark"}], "image": {"id": "b2b11e64-5fd0-4334-82d2-20d8d9843529", "links": [{"href": "http://172.30.9.21:8774/images/b2b11e64-5fd0-4334-82d2-20d8d9843529", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:58:01.000000", "flavor": {"id": "9cf5bfc7-c1e8-4c14-953d-f71033729f58", "links": [{"href": "http://172.30.9.21:8774/flavors/9cf5bfc7-c1e8-4c14-953d-f71033729f58", "rel": "bookmark"}]}, "id": "485ced1b-a79b-43dc-9c32-af74bdefa8dc", "user_id": "451a6fe3db184e39b854eaaf9600ca75", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:58:15Z", "hostId": "99a91fe09dce38dfbd8305e1f3e4ddceb12a80ef86a3334a1e725a95", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-inst", "created": "2018-10-26T09:57:55Z", "tenant_id": "22d349b2da3749e189d7ec6a32db4c89", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:58:18,897 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc used request id req-9d74e707-d676-4ca3-8a85-f660df69e1f7 2018-10-26 09:58:18,898 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-inst] is - ACTIVE 2018-10-26 09:58:18,898 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:58:21,901 - create_instance - DEBUG - VM status query timeout in 293.483216047 2018-10-26 09:58:21,904 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5c8943fc41b455afcfd3d9e99d08a419a12bad3" 2018-10-26 09:58:21,951 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 09:58:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f26f09fb-8f13-442f-88ab-5cdd14445e97 x-compute-request-id: req-f26f09fb-8f13-442f-88ab-5cdd14445e97 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 485ced1b-a79b-43dc-9c32-af74bdefa8dc could not be found.", "code": 404}} 2018-10-26 09:58:21,951 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/485ced1b-a79b-43dc-9c32-af74bdefa8dc used request id req-f26f09fb-8f13-442f-88ab-5cdd14445e97 2018-10-26 09:58:21,951 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 485ced1b-a79b-43dc-9c32-af74bdefa8dc could not be found. (HTTP 404) (Request-ID: req-f26f09fb-8f13-442f-88ab-5cdd14445e97) 2018-10-26 09:58:21,952 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-inst 2018-10-26 09:58:21,953 - neutron_utils - INFO - Deleting security group rule with ID - a7e3cab0-dce3-4830-ad45-48ac76284c85 2018-10-26 09:58:21,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/a7e3cab0-dce3-4830-ad45-48ac76284c85 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9aba10798c40c806fbfc94e776f37166d646fdb" 2018-10-26 09:58:22,060 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ae974456-84b9-447f-94fc-a7df5d51a84e Content-Length: 0 Date: Fri, 26 Oct 2018 09:58:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:58:22,060 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/a7e3cab0-dce3-4830-ad45-48ac76284c85 used request id req-ae974456-84b9-447f-94fc-a7df5d51a84e 2018-10-26 09:58:22,061 - neutron_utils - INFO - Deleting security group rule with ID - 914d307c-88e5-4b76-8805-9f4f82e74969 2018-10-26 09:58:22,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/914d307c-88e5-4b76-8805-9f4f82e74969 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9aba10798c40c806fbfc94e776f37166d646fdb" 2018-10-26 09:58:22,447 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a381843a-2e77-431e-9381-fed868f179c3 Content-Length: 0 Date: Fri, 26 Oct 2018 09:58:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:58:22,447 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/914d307c-88e5-4b76-8805-9f4f82e74969 used request id req-a381843a-2e77-431e-9381-fed868f179c3 2018-10-26 09:58:22,447 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-name 2018-10-26 09:58:22,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/25acf335-12fd-4f4f-927f-bb40a5b3618b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9aba10798c40c806fbfc94e776f37166d646fdb" 2018-10-26 09:58:22,609 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d977b967-9d25-44e2-ba4d-b4a2e90129e4 Content-Length: 0 Date: Fri, 26 Oct 2018 09:58:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:58:22,609 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/25acf335-12fd-4f4f-927f-bb40a5b3618b used request id req-d977b967-9d25-44e2-ba4d-b4a2e90129e4 2018-10-26 09:58:22,613 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/9cf5bfc7-c1e8-4c14-953d-f71033729f58 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}857ebd6890c63f61e3786e2964b5e40644d9cb16" 2018-10-26 09:58:22,652 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:58:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-93914e5f-f24d-46d8-9161-817cd852f19a x-compute-request-id: req-93914e5f-f24d-46d8-9161-817cd852f19a Content-Length: 0 Content-Type: application/json 2018-10-26 09:58:22,652 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/9cf5bfc7-c1e8-4c14-953d-f71033729f58 used request id req-93914e5f-f24d-46d8-9161-817cd852f19a 2018-10-26 09:58:22,653 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-subnet 2018-10-26 09:58:22,653 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-subnet 2018-10-26 09:58:22,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/085fe439-0b29-43c4-8ad9-3880bb853321 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39afe86508a8bc05e1e8d19eab4a4c249efc9462" 2018-10-26 09:58:25,022 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-681081a6-a762-4c6f-8960-8c3796aa1a1e Date: Fri, 26 Oct 2018 09:58:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:58:25,023 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/085fe439-0b29-43c4-8ad9-3880bb853321 used request id req-681081a6-a762-4c6f-8960-8c3796aa1a1e 2018-10-26 09:58:25,023 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-pub-net 2018-10-26 09:58:25,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/f7668e97-3810-48fa-bf1a-dd7e0d8f7831 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39afe86508a8bc05e1e8d19eab4a4c249efc9462" 2018-10-26 09:58:26,217 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7579d2bd-e99e-42f0-b932-da5c8e7d83e6 Date: Fri, 26 Oct 2018 09:58:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:58:26,217 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/f7668e97-3810-48fa-bf1a-dd7e0d8f7831 used request id req-7579d2bd-e99e-42f0-b932-da5c8e7d83e6 2018-10-26 09:58:26,218 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-f209a5de-87d2-43ac-91d1-a5721a8fa658-image 2018-10-26 09:58:26,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/b2b11e64-5fd0-4334-82d2-20d8d9843529 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f379c435826316df6a90b92b8f2a41d3eb659ed0" 2018-10-26 09:58:27,771 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-901ca8b3-5d4e-4b4e-a4d8-6d71b4cb94a1 Date: Fri, 26 Oct 2018 09:58: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-26 09:58:27,772 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/b2b11e64-5fd0-4334-82d2-20d8d9843529 used request id req-901ca8b3-5d4e-4b4e-a4d8-6d71b4cb94a1 2018-10-26 09:58:27,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a23d7dfaead6703646915282a0e3b235365511a2" 2018-10-26 09:58:28,001 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-c5f0bbd6-a1b4-4f8a-8248-e6b1a9abceef Date: Fri, 26 Oct 2018 09:58:28 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "22d349b2da3749e189d7ec6a32db4c89", "created_at": "2018-10-26T09:57:43Z", "updated_at": "2018-10-26T09:57:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:57:43Z", "revision_number": 0, "id": "2c4e75bc-5ea1-4101-b736-bc81a5e35191", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:57:43Z", "security_group_id": "ec8891ed-7445-44c8-8c00-394d03fc95b8", "tenant_id": "22d349b2da3749e189d7ec6a32db4c89", "port_range_min": null, "ethertype": "IPv4", "project_id": "22d349b2da3749e189d7ec6a32db4c89"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:57:43Z", "revision_number": 0, "id": "48f3c824-4c90-48cd-9b3a-c61583357b94", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:57:43Z", "security_group_id": "ec8891ed-7445-44c8-8c00-394d03fc95b8", "tenant_id": "22d349b2da3749e189d7ec6a32db4c89", "port_range_min": null, "ethertype": "IPv6", "project_id": "22d349b2da3749e189d7ec6a32db4c89"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:57:43Z", "revision_number": 0, "id": "610d3b03-1d57-44b3-a132-9bcf6b48f782", "remote_group_id": "ec8891ed-7445-44c8-8c00-394d03fc95b8", "remote_ip_prefix": null, "created_at": "2018-10-26T09:57:43Z", "security_group_id": "ec8891ed-7445-44c8-8c00-394d03fc95b8", "tenant_id": "22d349b2da3749e189d7ec6a32db4c89", "port_range_min": null, "ethertype": "IPv4", "project_id": "22d349b2da3749e189d7ec6a32db4c89"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:57:43Z", "revision_number": 0, "id": "e90ab87d-a6c3-482f-b0f1-609bead78680", "remote_group_id": "ec8891ed-7445-44c8-8c00-394d03fc95b8", "remote_ip_prefix": null, "created_at": "2018-10-26T09:57:43Z", "security_group_id": "ec8891ed-7445-44c8-8c00-394d03fc95b8", "tenant_id": "22d349b2da3749e189d7ec6a32db4c89", "port_range_min": null, "ethertype": "IPv6", "project_id": "22d349b2da3749e189d7ec6a32db4c89"}], "revision_number": 4, "project_id": "22d349b2da3749e189d7ec6a32db4c89", "id": "ec8891ed-7445-44c8-8c00-394d03fc95b8", "name": "default"}]} 2018-10-26 09:58:28,001 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-c5f0bbd6-a1b4-4f8a-8248-e6b1a9abceef 2018-10-26 09:58:28,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a23d7dfaead6703646915282a0e3b235365511a2" 2018-10-26 09:58:28,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:58:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a216411f-2506-4476-9dae-df4c49c86681 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:58:28,097 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-a216411f-2506-4476-9dae-df4c49c86681 2018-10-26 09:58:28,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a23d7dfaead6703646915282a0e3b235365511a2" 2018-10-26 09:58:28,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:58:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-981db195-f03e-4225-8b11-9d09d3844aa1 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:58:28,195 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-981db195-f03e-4225-8b11-9d09d3844aa1 2018-10-26 09:58:28,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a23d7dfaead6703646915282a0e3b235365511a2" 2018-10-26 09:58:28,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:58:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42a8e6fa-c2bc-4285-877a-7ec8100d95ff 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:58:28,307 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-42a8e6fa-c2bc-4285-877a-7ec8100d95ff 2018-10-26 09:58:28,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/22d349b2da3749e189d7ec6a32db4c89 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a23d7dfaead6703646915282a0e3b235365511a2" 2018-10-26 09:58:28,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:58:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7582b9df-2550-4bc2-93c1-d36133eafdbc Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/22d349b2da3749e189d7ec6a32db4c89"}, "enabled": true, "id": "22d349b2da3749e189d7ec6a32db4c89", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-7628c06b-acdd-487-proj"}} 2018-10-26 09:58:28,391 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/22d349b2da3749e189d7ec6a32db4c89 used request id req-7582b9df-2550-4bc2-93c1-d36133eafdbc 2018-10-26 09:58:28,391 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ec8891ed-7445-44c8-8c00-394d03fc95b8 2018-10-26 09:58:28,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=ec8891ed-7445-44c8-8c00-394d03fc95b8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a23d7dfaead6703646915282a0e3b235365511a2" 2018-10-26 09:58:28,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-93a57aae-f942-4c86-9bd8-c137e4dcd9ff Date: Fri, 26 Oct 2018 09:58:28 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:57:43Z", "security_group_id": "ec8891ed-7445-44c8-8c00-394d03fc95b8", "port_range_min": null, "revision_number": 0, "tenant_id": "22d349b2da3749e189d7ec6a32db4c89", "created_at": "2018-10-26T09:57:43Z", "project_id": "22d349b2da3749e189d7ec6a32db4c89", "id": "2c4e75bc-5ea1-4101-b736-bc81a5e35191"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:57:43Z", "security_group_id": "ec8891ed-7445-44c8-8c00-394d03fc95b8", "port_range_min": null, "revision_number": 0, "tenant_id": "22d349b2da3749e189d7ec6a32db4c89", "created_at": "2018-10-26T09:57:43Z", "project_id": "22d349b2da3749e189d7ec6a32db4c89", "id": "48f3c824-4c90-48cd-9b3a-c61583357b94"}, {"remote_group_id": "ec8891ed-7445-44c8-8c00-394d03fc95b8", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:57:43Z", "security_group_id": "ec8891ed-7445-44c8-8c00-394d03fc95b8", "port_range_min": null, "revision_number": 0, "tenant_id": "22d349b2da3749e189d7ec6a32db4c89", "created_at": "2018-10-26T09:57:43Z", "project_id": "22d349b2da3749e189d7ec6a32db4c89", "id": "610d3b03-1d57-44b3-a132-9bcf6b48f782"}, {"remote_group_id": "ec8891ed-7445-44c8-8c00-394d03fc95b8", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:57:43Z", "security_group_id": "ec8891ed-7445-44c8-8c00-394d03fc95b8", "port_range_min": null, "revision_number": 0, "tenant_id": "22d349b2da3749e189d7ec6a32db4c89", "created_at": "2018-10-26T09:57:43Z", "project_id": "22d349b2da3749e189d7ec6a32db4c89", "id": "e90ab87d-a6c3-482f-b0f1-609bead78680"}]} 2018-10-26 09:58:28,571 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=ec8891ed-7445-44c8-8c00-394d03fc95b8 used request id req-93a57aae-f942-4c86-9bd8-c137e4dcd9ff 2018-10-26 09:58:28,572 - neutron_utils - INFO - Deleting security group with name - default 2018-10-26 09:58:28,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/ec8891ed-7445-44c8-8c00-394d03fc95b8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a23d7dfaead6703646915282a0e3b235365511a2" 2018-10-26 09:58:29,197 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f18a2175-04ea-4c39-ab82-81c6390ce37f Content-Length: 0 Date: Fri, 26 Oct 2018 09:58:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:58:29,197 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/ec8891ed-7445-44c8-8c00-394d03fc95b8 used request id req-f18a2175-04ea-4c39-ab82-81c6390ce37f 2018-10-26 09:58:29,198 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-7628c06b-acdd-487-proj 2018-10-26 09:58:29,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/22d349b2da3749e189d7ec6a32db4c89 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a23d7dfaead6703646915282a0e3b235365511a2" 2018-10-26 09:58:29,456 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:58:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-afcda8c3-9001-4c37-a815-4ef2d3dd6d6a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:58:29,457 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/22d349b2da3749e189d7ec6a32db4c89 used request id req-afcda8c3-9001-4c37-a815-4ef2d3dd6d6a 2018-10-26 09:58:29,457 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-7628c06b-acdd-487-proj-role 2018-10-26 09:58:29,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/7be28dfce0e44087850b743b0f5fac82 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a23d7dfaead6703646915282a0e3b235365511a2" 2018-10-26 09:58:29,579 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:58:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-407950f2-8da2-42ef-bc06-695f50c2cd16 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:58:29,579 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/7be28dfce0e44087850b743b0f5fac82 used request id req-407950f2-8da2-42ef-bc06-695f50c2cd16 2018-10-26 09:58:29,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a23d7dfaead6703646915282a0e3b235365511a2" 2018-10-26 09:58:29,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:58:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a4c52fa-b982-48e9-aa00-2bf014547301 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:58:29,666 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-0a4c52fa-b982-48e9-aa00-2bf014547301 2018-10-26 09:58:29,666 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-7628c06b-acdd-487-user 2018-10-26 09:58:29,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/451a6fe3db184e39b854eaaf9600ca75 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a146c82cb0fbb148b9eb6f96021ed04f8cb4c64" 2018-10-26 09:58:29,849 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:58:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f2bf321d-cbc0-4a62-9f4a-7525547d1942 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:58:29,849 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/451a6fe3db184e39b854eaaf9600ca75 used request id req-f2bf321d-cbc0-4a62-9f4a-7525547d1942 2018-10-26 09:58:29,851 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:58:30,240 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:58:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["6jDf_pdtTlGT9nrMe3tU9Q"], "issued_at": "2018-10-26T09:58:30.000000Z"}} 2018-10-26 09:58:30,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}054107f4c380144d639d1eeaeafb6cf8474359a9" 2018-10-26 09:58:30,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:58:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e98a721e-ba83-4cde-a415-a47d24421b0a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:58:30,318 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e98a721e-ba83-4cde-a415-a47d24421b0a 2018-10-26 09:58:30,319 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:58:30,320 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:58:30,703 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:58:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["fmxt-2FAQ-a4DmmfIlU8Vg"], "issued_at": "2018-10-26T09:58:30.000000Z"}} 2018-10-26 09:58:30,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2e4fc75470b2c3664f0e9a17edbbad071444f7d" 2018-10-26 09:58:30,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:58:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-230df7df-48c1-474d-b26a-6720a4a2d9da Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:58:30,788 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-230df7df-48c1-474d-b26a-6720a4a2d9da 2018-10-26 09:58:30,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:58:30,797 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:58: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:58:30,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-1299f441-42c1-430-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2e4fc75470b2c3664f0e9a17edbbad071444f7d" 2018-10-26 09:58:30,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:58:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6bbd331e-d56c-487f-b49e-bb5ad8ffd8b4 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-1299f441-42c1-430-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:58:30,886 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-1299f441-42c1-430-proj used request id req-6bbd331e-d56c-487f-b49e-bb5ad8ffd8b4 2018-10-26 09:58:30,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2e4fc75470b2c3664f0e9a17edbbad071444f7d" 2018-10-26 09:58:30,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:58:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4997428a-385f-4a9d-a1ed-b96342ea00d5 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:58:30,978 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-4997428a-385f-4a9d-a1ed-b96342ea00d5 2018-10-26 09:58:30,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2e4fc75470b2c3664f0e9a17edbbad071444f7d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-1299f441-42c1-430-proj"}}' 2018-10-26 09:58:31,094 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:58:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1f4f43e9-1e58-4ad0-a219-c97fbaff6b3c Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b8161c8305644b9fab09fbf8baada99a"}, "enabled": true, "id": "b8161c8305644b9fab09fbf8baada99a", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-1299f441-42c1-430-proj"}} 2018-10-26 09:58:31,095 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-1f4f43e9-1e58-4ad0-a219-c97fbaff6b3c 2018-10-26 09:58:31,095 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-1299f441-42c1-430-proj 2018-10-26 09:58:31,095 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:58:31,096 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:58:31,485 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:58:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["pCTXjvHmR-iX9FVd9Ogm7Q"], "issued_at": "2018-10-26T09:58:31.000000Z"}} 2018-10-26 09:58:31,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5ac0959dd2c8b2f3d9c0af67252c971b5c6a380" 2018-10-26 09:58:31,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:58:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e4ac3b0-3664-4d31-8560-4365792325cd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:58:31,498 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-1e4ac3b0-3664-4d31-8560-4365792325cd 2018-10-26 09:58:31,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:58:31,508 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:58: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:58:31,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5ac0959dd2c8b2f3d9c0af67252c971b5c6a380" 2018-10-26 09:58:31,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:58:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81123acc-232c-4d54-bed3-a2da332c8fce Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:58:31,613 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-81123acc-232c-4d54-bed3-a2da332c8fce 2018-10-26 09:58:31,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=InstanceSecurityGroupTests-1299f441-42c1-430-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5ac0959dd2c8b2f3d9c0af67252c971b5c6a380" 2018-10-26 09:58:31,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:58:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15519ce2-ef7a-4793-9e2c-9d1144238b13 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=InstanceSecurityGroupTests-1299f441-42c1-430-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b8161c8305644b9fab09fbf8baada99a"}, "enabled": true, "id": "b8161c8305644b9fab09fbf8baada99a", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-1299f441-42c1-430-proj"}]} 2018-10-26 09:58:31,709 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=InstanceSecurityGroupTests-1299f441-42c1-430-proj used request id req-15519ce2-ef7a-4793-9e2c-9d1144238b13 2018-10-26 09:58:31,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5ac0959dd2c8b2f3d9c0af67252c971b5c6a380" 2018-10-26 09:58:31,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:58:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8986c970-0c0c-4131-b6f9-1e2ea866cb39 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:58:31,796 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-8986c970-0c0c-4131-b6f9-1e2ea866cb39 2018-10-26 09:58:32,196 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-1299f441-42c1-430-user 2018-10-26 09:58:32,196 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:58:32,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2e4fc75470b2c3664f0e9a17edbbad071444f7d" 2018-10-26 09:58:32,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:58:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31724879-82f9-4a35-ba05-3699da5efe94 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:58:32,297 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-31724879-82f9-4a35-ba05-3699da5efe94 2018-10-26 09:58:32,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2e4fc75470b2c3664f0e9a17edbbad071444f7d" -d '{"role": {"name": "InstanceSecurityGroupTests-1299f441-42c1-430-proj-role"}}' 2018-10-26 09:58:32,424 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:58:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4084d78c-e299-4a73-8397-1a6fafc37c36 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8f65250196bf47e38f6fdb68752aeebb", "links": {"self": "http://172.30.9.21:5000/v3/roles/8f65250196bf47e38f6fdb68752aeebb"}, "name": "InstanceSecurityGroupTests-1299f441-42c1-430-proj-role"}} 2018-10-26 09:58:32,424 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-4084d78c-e299-4a73-8397-1a6fafc37c36 2018-10-26 09:58:32,424 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-1299f441-42c1-430-proj-role 2018-10-26 09:58:32,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/8f65250196bf47e38f6fdb68752aeebb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2e4fc75470b2c3664f0e9a17edbbad071444f7d" 2018-10-26 09:58:32,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:58:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3407c2aa-f118-4f82-8c43-c91dc35a037b Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/8f65250196bf47e38f6fdb68752aeebb"}, "domain_id": null, "name": "InstanceSecurityGroupTests-1299f441-42c1-430-proj-role", "id": "8f65250196bf47e38f6fdb68752aeebb"}} 2018-10-26 09:58:32,444 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/8f65250196bf47e38f6fdb68752aeebb used request id req-3407c2aa-f118-4f82-8c43-c91dc35a037b 2018-10-26 09:58:32,444 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-1299f441-42c1-430-proj-role to project InstanceSecurityGroupTests-1299f441-42c1-430-proj 2018-10-26 09:58:32,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/b8161c8305644b9fab09fbf8baada99a/users/004a0a3059474b09a16479fbc6a4ca70/roles/8f65250196bf47e38f6fdb68752aeebb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2e4fc75470b2c3664f0e9a17edbbad071444f7d" 2018-10-26 09:58:32,576 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:58:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f4328385-8734-48c6-b448-76cbe49effa7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:58:32,576 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/b8161c8305644b9fab09fbf8baada99a/users/004a0a3059474b09a16479fbc6a4ca70/roles/8f65250196bf47e38f6fdb68752aeebb used request id req-f4328385-8734-48c6-b448-76cbe49effa7 2018-10-26 09:58:32,576 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:58:32,577 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-26 09:58:32,578 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:58:32,579 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:58:32,952 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8f65250196bf47e38f6fdb68752aeebb", "name": "InstanceSecurityGroupTests-1299f441-42c1-430-proj-role"}], "expires_at": "2018-10-26T10:58:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b8161c8305644b9fab09fbf8baada99a", "name": "InstanceSecurityGroupTests-1299f441-42c1-430-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/b8161c8305644b9fab09fbf8baada99a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/b8161c8305644b9fab09fbf8baada99a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/b8161c8305644b9fab09fbf8baada99a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/b8161c8305644b9fab09fbf8baada99a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/b8161c8305644b9fab09fbf8baada99a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/b8161c8305644b9fab09fbf8baada99a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b8161c8305644b9fab09fbf8baada99a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/b8161c8305644b9fab09fbf8baada99a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/b8161c8305644b9fab09fbf8baada99a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b8161c8305644b9fab09fbf8baada99a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/b8161c8305644b9fab09fbf8baada99a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/b8161c8305644b9fab09fbf8baada99a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-1299f441-42c1-430-user", "id": "004a0a3059474b09a16479fbc6a4ca70"}, "audit_ids": ["nWzplVTnTFK2HhmszLKaJA"], "issued_at": "2018-10-26T09:58:32.000000Z"}} 2018-10-26 09:58:32,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80d8343d1a0bac9705e6941647a9114c7fb7e76d" 2018-10-26 09:58:33,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:58:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91ee6607-2e58-4ec7-8406-a7f64b22c5c4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:58:33,034 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-91ee6607-2e58-4ec7-8406-a7f64b22c5c4 2018-10-26 09:58:33,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}80d8343d1a0bac9705e6941647a9114c7fb7e76d" 2018-10-26 09:58:33,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-c92f39ec-d866-4eda-90d7-15ab1a39f717 Date: Fri, 26 Oct 2018 09:58:33 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-image"} 2018-10-26 09:58:33,215 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-image used request id req-c92f39ec-d866-4eda-90d7-15ab1a39f717 2018-10-26 09:58:33,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}80d8343d1a0bac9705e6941647a9114c7fb7e76d" 2018-10-26 09:58:33,372 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6227cc91-e746-4a0f-8b68-d2155ab84b33 Date: Fri, 26 Oct 2018 09:58: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-26 09:58:33,373 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-6227cc91-e746-4a0f-8b68-d2155ab84b33 2018-10-26 09:58:33,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}80d8343d1a0bac9705e6941647a9114c7fb7e76d" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-image"}' 2018-10-26 09:58:33,612 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/5ea289fd-adcf-49c7-ac14-314fa3e7a48c X-Openstack-Request-Id: req-c253220b-4f63-49f5-9ab0-35904cb24294 Date: Fri, 26 Oct 2018 09:58:33 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:58:33Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-26T09:58:33Z", "visibility": "shared", "locations": [], "self": "/v2/images/5ea289fd-adcf-49c7-ac14-314fa3e7a48c", "min_disk": 0, "protected": false, "id": "5ea289fd-adcf-49c7-ac14-314fa3e7a48c", "file": "/v2/images/5ea289fd-adcf-49c7-ac14-314fa3e7a48c/file", "checksum": null, "owner": "b8161c8305644b9fab09fbf8baada99a", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:58:33,612 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-c253220b-4f63-49f5-9ab0-35904cb24294 2018-10-26 09:58:33,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/5ea289fd-adcf-49c7-ac14-314fa3e7a48c/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}80d8343d1a0bac9705e6941647a9114c7fb7e76d" -d '' 2018-10-26 09:58:35,555 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c4e2345e-8d35-47f1-afe9-5d6ca1ab17f4 Date: Fri, 26 Oct 2018 09:58:35 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-26 09:58:35,555 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/5ea289fd-adcf-49c7-ac14-314fa3e7a48c/file used request id req-c4e2345e-8d35-47f1-afe9-5d6ca1ab17f4 2018-10-26 09:58:35,556 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 09:58:35,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/5ea289fd-adcf-49c7-ac14-314fa3e7a48c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}80d8343d1a0bac9705e6941647a9114c7fb7e76d" 2018-10-26 09:58:35,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-65af6ee1-12a8-4502-b065-01efb0d184d6 Date: Fri, 26 Oct 2018 09:58:35 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:58:33Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:58:35Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/5ea289fd-adcf-49c7-ac14-314fa3e7a48c/snap", "metadata": {}}], "self": "/v2/images/5ea289fd-adcf-49c7-ac14-314fa3e7a48c", "min_disk": 0, "protected": false, "id": "5ea289fd-adcf-49c7-ac14-314fa3e7a48c", "file": "/v2/images/5ea289fd-adcf-49c7-ac14-314fa3e7a48c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b8161c8305644b9fab09fbf8baada99a", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/5ea289fd-adcf-49c7-ac14-314fa3e7a48c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:58:35,719 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/5ea289fd-adcf-49c7-ac14-314fa3e7a48c used request id req-65af6ee1-12a8-4502-b065-01efb0d184d6 2018-10-26 09:58:35,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}80d8343d1a0bac9705e6941647a9114c7fb7e76d" 2018-10-26 09:58:35,877 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-5c6c3385-ce03-4aba-9c11-f6189867957a Date: Fri, 26 Oct 2018 09:58: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-26 09:58:35,877 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-5c6c3385-ce03-4aba-9c11-f6189867957a 2018-10-26 09:58:35,880 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-image 2018-10-26 09:58:35,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/5ea289fd-adcf-49c7-ac14-314fa3e7a48c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}80d8343d1a0bac9705e6941647a9114c7fb7e76d" 2018-10-26 09:58:35,900 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-32442675-b07e-4fbe-bc3f-c1485e79b284 Date: Fri, 26 Oct 2018 09:58:35 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:58:33Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:58:35Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/5ea289fd-adcf-49c7-ac14-314fa3e7a48c/snap", "metadata": {}}], "self": "/v2/images/5ea289fd-adcf-49c7-ac14-314fa3e7a48c", "min_disk": 0, "protected": false, "id": "5ea289fd-adcf-49c7-ac14-314fa3e7a48c", "file": "/v2/images/5ea289fd-adcf-49c7-ac14-314fa3e7a48c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b8161c8305644b9fab09fbf8baada99a", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/5ea289fd-adcf-49c7-ac14-314fa3e7a48c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:58:35,900 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/5ea289fd-adcf-49c7-ac14-314fa3e7a48c used request id req-32442675-b07e-4fbe-bc3f-c1485e79b284 2018-10-26 09:58:35,901 - create_image - DEBUG - Instance status is - active 2018-10-26 09:58:35,901 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-image 2018-10-26 09:58:35,901 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-image 2018-10-26 09:58:35,901 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:58:35,902 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:58:36,277 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8f65250196bf47e38f6fdb68752aeebb", "name": "InstanceSecurityGroupTests-1299f441-42c1-430-proj-role"}], "expires_at": "2018-10-26T10:58:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b8161c8305644b9fab09fbf8baada99a", "name": "InstanceSecurityGroupTests-1299f441-42c1-430-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/b8161c8305644b9fab09fbf8baada99a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/b8161c8305644b9fab09fbf8baada99a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/b8161c8305644b9fab09fbf8baada99a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/b8161c8305644b9fab09fbf8baada99a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/b8161c8305644b9fab09fbf8baada99a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/b8161c8305644b9fab09fbf8baada99a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b8161c8305644b9fab09fbf8baada99a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/b8161c8305644b9fab09fbf8baada99a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/b8161c8305644b9fab09fbf8baada99a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b8161c8305644b9fab09fbf8baada99a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/b8161c8305644b9fab09fbf8baada99a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/b8161c8305644b9fab09fbf8baada99a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-1299f441-42c1-430-user", "id": "004a0a3059474b09a16479fbc6a4ca70"}, "audit_ids": ["obM32AofQVC8fK0Q_kskig"], "issued_at": "2018-10-26T09:58:36.000000Z"}} 2018-10-26 09:58:36,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee6d8353f2fca7f467b7a9ceae3217b5b72eb6c6" 2018-10-26 09:58:36,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:58:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76611ba6-21d0-4250-8d31-bc3669ce234d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:58:36,348 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-76611ba6-21d0-4250-8d31-bc3669ce234d 2018-10-26 09:58:36,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee6d8353f2fca7f467b7a9ceae3217b5b72eb6c6" 2018-10-26 09:58:36,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-926c5e52-28aa-4430-b555-f699433716bb Date: Fri, 26 Oct 2018 09:58:36 GMT RESP BODY: {"networks":[]} 2018-10-26 09:58:36,520 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-pub-net used request id req-926c5e52-28aa-4430-b555-f699433716bb 2018-10-26 09:58:36,520 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-pub-net 2018-10-26 09:58:36,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee6d8353f2fca7f467b7a9ceae3217b5b72eb6c6" -d '{"network": {"name": "InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-pub-net", "admin_state_up": true}}' 2018-10-26 09:58:37,134 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-8bd9ac38-e829-429a-bbd2-3e55a969ca65 Date: Fri, 26 Oct 2018 09:58:37 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"7001e5d3-a4c7-4bf8-ace1-f98fc189f056","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b8161c8305644b9fab09fbf8baada99a","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T09:58:37Z","is_default":false,"name":"InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"b8161c8305644b9fab09fbf8baada99a","created_at":"2018-10-26T09:58:36Z","mtu":1450}} 2018-10-26 09:58:37,134 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-8bd9ac38-e829-429a-bbd2-3e55a969ca65 2018-10-26 09:58:37,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=7001e5d3-a4c7-4bf8-ace1-f98fc189f056 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee6d8353f2fca7f467b7a9ceae3217b5b72eb6c6" 2018-10-26 09:58:37,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-ab25e78d-feae-44a0-bce9-ef2adf16b20e Date: Fri, 26 Oct 2018 09:58:37 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-10-26T09:58:37Z","tenant_id":"b8161c8305644b9fab09fbf8baada99a","created_at":"2018-10-26T09:58:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"b8161c8305644b9fab09fbf8baada99a","id":"7001e5d3-a4c7-4bf8-ace1-f98fc189f056","name":"InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-pub-net"}]} 2018-10-26 09:58:37,383 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=7001e5d3-a4c7-4bf8-ace1-f98fc189f056 used request id req-ab25e78d-feae-44a0-bce9-ef2adf16b20e 2018-10-26 09:58:37,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7001e5d3-a4c7-4bf8-ace1-f98fc189f056 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee6d8353f2fca7f467b7a9ceae3217b5b72eb6c6" 2018-10-26 09:58:37,580 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d06a2084-474b-4ef9-8000-813d8dc7b77b Date: Fri, 26 Oct 2018 09:58:37 GMT RESP BODY: {"subnets":[]} 2018-10-26 09:58:37,581 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7001e5d3-a4c7-4bf8-ace1-f98fc189f056 used request id req-d06a2084-474b-4ef9-8000-813d8dc7b77b 2018-10-26 09:58:37,581 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-pub-subnet 2018-10-26 09:58:37,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee6d8353f2fca7f467b7a9ceae3217b5b72eb6c6" -d '{"subnets": [{"ip_version": 4, "network_id": "7001e5d3-a4c7-4bf8-ace1-f98fc189f056", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-pub-subnet"}]}' 2018-10-26 09:58:38,314 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-d2c6c9ae-6472-4abe-bf29-28ccf40871f0 Date: Fri, 26 Oct 2018 09:58:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7001e5d3-a4c7-4bf8-ace1-f98fc189f056","tenant_id":"b8161c8305644b9fab09fbf8baada99a","created_at":"2018-10-26T09:58:38Z","dns_nameservers":[],"updated_at":"2018-10-26T09:58: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":"b8161c8305644b9fab09fbf8baada99a","id":"ba3809f2-6876-4bf8-b355-3cdbc272fd98","subnetpool_id":null,"name":"InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-pub-subnet"}]} 2018-10-26 09:58:38,314 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-d2c6c9ae-6472-4abe-bf29-28ccf40871f0 2018-10-26 09:58:38,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=7001e5d3-a4c7-4bf8-ace1-f98fc189f056 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee6d8353f2fca7f467b7a9ceae3217b5b72eb6c6" 2018-10-26 09:58:38,628 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-d47d072c-c8f7-466c-827a-318bf6238177 Date: Fri, 26 Oct 2018 09:58: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":["ba3809f2-6876-4bf8-b355-3cdbc272fd98"],"updated_at":"2018-10-26T09:58:38Z","tenant_id":"b8161c8305644b9fab09fbf8baada99a","created_at":"2018-10-26T09:58:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b8161c8305644b9fab09fbf8baada99a","id":"7001e5d3-a4c7-4bf8-ace1-f98fc189f056","name":"InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-pub-net"}]} 2018-10-26 09:58:38,628 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=7001e5d3-a4c7-4bf8-ace1-f98fc189f056 used request id req-d47d072c-c8f7-466c-827a-318bf6238177 2018-10-26 09:58:38,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7001e5d3-a4c7-4bf8-ace1-f98fc189f056 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee6d8353f2fca7f467b7a9ceae3217b5b72eb6c6" 2018-10-26 09:58:38,992 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-5bdbfa76-cc3f-4d23-bb93-410ab9c9853f Date: Fri, 26 Oct 2018 09:58:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7001e5d3-a4c7-4bf8-ace1-f98fc189f056","tenant_id":"b8161c8305644b9fab09fbf8baada99a","created_at":"2018-10-26T09:58:38Z","dns_nameservers":[],"updated_at":"2018-10-26T09:58: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":"b8161c8305644b9fab09fbf8baada99a","id":"ba3809f2-6876-4bf8-b355-3cdbc272fd98","subnetpool_id":null,"name":"InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-pub-subnet"}]} 2018-10-26 09:58:38,993 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7001e5d3-a4c7-4bf8-ace1-f98fc189f056 used request id req-5bdbfa76-cc3f-4d23-bb93-410ab9c9853f 2018-10-26 09:58:38,993 - OpenStackNetwork - DEBUG - Network [7001e5d3-a4c7-4bf8-ace1-f98fc189f056] created successfully 2018-10-26 09:58:38,993 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:58:38,994 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:58:39,391 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:58:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["4nX-IKVcRYK5G_3w4jeS6A"], "issued_at": "2018-10-26T09:58:39.000000Z"}} 2018-10-26 09:58:39,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db25b264d759aca3587c2254f5835dcc14cc1c28" 2018-10-26 09:58:39,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:58:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e293d32-a2cc-4a5a-b36d-17142871e984 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:58:39,494 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8e293d32-a2cc-4a5a-b36d-17142871e984 2018-10-26 09:58:39,495 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:58:39,500 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db25b264d759aca3587c2254f5835dcc14cc1c28" 2018-10-26 09:58:39,682 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:58:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-73794708-c050-4a88-9677-d987e912c9e0 x-compute-request-id: req-73794708-c050-4a88-9677-d987e912c9e0 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-26 09:58:39,682 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-73794708-c050-4a88-9677-d987e912c9e0 2018-10-26 09:58:39,685 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db25b264d759aca3587c2254f5835dcc14cc1c28" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-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-26 09:58:39,747 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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-21c4ee17-095e-4c16-be9f-94d680cf97c0 x-compute-request-id: req-21c4ee17-095e-4c16-be9f-94d680cf97c0 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/42be4c0b-01fb-42ec-8c71-7153c40a060a", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/42be4c0b-01fb-42ec-8c71-7153c40a060a", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "42be4c0b-01fb-42ec-8c71-7153c40a060a", "name": "InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 09:58:39,747 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-21c4ee17-095e-4c16-be9f-94d680cf97c0 2018-10-26 09:58:39,748 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:58:39,749 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:58:40,126 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8f65250196bf47e38f6fdb68752aeebb", "name": "InstanceSecurityGroupTests-1299f441-42c1-430-proj-role"}], "expires_at": "2018-10-26T10:58:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b8161c8305644b9fab09fbf8baada99a", "name": "InstanceSecurityGroupTests-1299f441-42c1-430-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/b8161c8305644b9fab09fbf8baada99a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/b8161c8305644b9fab09fbf8baada99a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/b8161c8305644b9fab09fbf8baada99a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/b8161c8305644b9fab09fbf8baada99a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/b8161c8305644b9fab09fbf8baada99a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/b8161c8305644b9fab09fbf8baada99a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b8161c8305644b9fab09fbf8baada99a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/b8161c8305644b9fab09fbf8baada99a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/b8161c8305644b9fab09fbf8baada99a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b8161c8305644b9fab09fbf8baada99a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/b8161c8305644b9fab09fbf8baada99a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/b8161c8305644b9fab09fbf8baada99a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-1299f441-42c1-430-user", "id": "004a0a3059474b09a16479fbc6a4ca70"}, "audit_ids": ["MBn6ZSg7RzefMbjHQqxQQw"], "issued_at": "2018-10-26T09:58:40.000000Z"}} 2018-10-26 09:58:40,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f85d1d30afd1f0845c1cf8599d5bbbf4770b991d" 2018-10-26 09:58:40,199 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:58:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b880ee0-9fa1-47a8-b725-7828c77c15c4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:58:40,199 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-4b880ee0-9fa1-47a8-b725-7828c77c15c4 2018-10-26 09:58:40,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f85d1d30afd1f0845c1cf8599d5bbbf4770b991d" 2018-10-26 09:58:40,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-991b7544-66fc-4475-b164-7b7823c6abc4 Date: Fri, 26 Oct 2018 09:58:40 GMT RESP BODY: {"security_groups": []} 2018-10-26 09:58:40,381 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-name&description=hello+group used request id req-991b7544-66fc-4475-b164-7b7823c6abc4 2018-10-26 09:58:40,381 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-name... 2018-10-26 09:58:40,381 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-name 2018-10-26 09:58:40,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f85d1d30afd1f0845c1cf8599d5bbbf4770b991d" -d '{"security_group": {"name": "InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-name", "description": "hello group"}}' 2018-10-26 09:58:40,730 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-6b2ce851-405c-4fb1-bbd9-84e3c965dd3d Date: Fri, 26 Oct 2018 09:58:40 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "b8161c8305644b9fab09fbf8baada99a", "created_at": "2018-10-26T09:58:40Z", "updated_at": "2018-10-26T09:58:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:58:40Z", "revision_number": 0, "id": "0650ede3-1e35-474f-b91f-5757b9336a45", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:58:40Z", "security_group_id": "b020ca0d-d09b-4430-8a89-5d9ba74da824", "tenant_id": "b8161c8305644b9fab09fbf8baada99a", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8161c8305644b9fab09fbf8baada99a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:58:40Z", "revision_number": 0, "id": "2f1462e7-f2a6-477b-953b-d12eb8b4ef13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:58:40Z", "security_group_id": "b020ca0d-d09b-4430-8a89-5d9ba74da824", "tenant_id": "b8161c8305644b9fab09fbf8baada99a", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8161c8305644b9fab09fbf8baada99a"}], "revision_number": 2, "project_id": "b8161c8305644b9fab09fbf8baada99a", "id": "b020ca0d-d09b-4430-8a89-5d9ba74da824", "name": "InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-name"}} 2018-10-26 09:58:40,730 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-6b2ce851-405c-4fb1-bbd9-84e3c965dd3d 2018-10-26 09:58:40,730 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b020ca0d-d09b-4430-8a89-5d9ba74da824 2018-10-26 09:58:40,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b020ca0d-d09b-4430-8a89-5d9ba74da824 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f85d1d30afd1f0845c1cf8599d5bbbf4770b991d" 2018-10-26 09:58:40,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-cd70a88b-59f9-4bed-a058-9b18bb3e06c4 Date: Fri, 26 Oct 2018 09:58: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-26T09:58:40Z", "security_group_id": "b020ca0d-d09b-4430-8a89-5d9ba74da824", "port_range_min": null, "revision_number": 0, "tenant_id": "b8161c8305644b9fab09fbf8baada99a", "created_at": "2018-10-26T09:58:40Z", "project_id": "b8161c8305644b9fab09fbf8baada99a", "id": "0650ede3-1e35-474f-b91f-5757b9336a45"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:58:40Z", "security_group_id": "b020ca0d-d09b-4430-8a89-5d9ba74da824", "port_range_min": null, "revision_number": 0, "tenant_id": "b8161c8305644b9fab09fbf8baada99a", "created_at": "2018-10-26T09:58:40Z", "project_id": "b8161c8305644b9fab09fbf8baada99a", "id": "2f1462e7-f2a6-477b-953b-d12eb8b4ef13"}]} 2018-10-26 09:58:40,977 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b020ca0d-d09b-4430-8a89-5d9ba74da824 used request id req-cd70a88b-59f9-4bed-a058-9b18bb3e06c4 2018-10-26 09:58:40,978 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b020ca0d-d09b-4430-8a89-5d9ba74da824 2018-10-26 09:58:40,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b020ca0d-d09b-4430-8a89-5d9ba74da824 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f85d1d30afd1f0845c1cf8599d5bbbf4770b991d" 2018-10-26 09:58:41,147 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-733b162a-0540-4921-a295-bc40451eb469 Date: Fri, 26 Oct 2018 09:58: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-26T09:58:40Z", "security_group_id": "b020ca0d-d09b-4430-8a89-5d9ba74da824", "port_range_min": null, "revision_number": 0, "tenant_id": "b8161c8305644b9fab09fbf8baada99a", "created_at": "2018-10-26T09:58:40Z", "project_id": "b8161c8305644b9fab09fbf8baada99a", "id": "0650ede3-1e35-474f-b91f-5757b9336a45"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:58:40Z", "security_group_id": "b020ca0d-d09b-4430-8a89-5d9ba74da824", "port_range_min": null, "revision_number": 0, "tenant_id": "b8161c8305644b9fab09fbf8baada99a", "created_at": "2018-10-26T09:58:40Z", "project_id": "b8161c8305644b9fab09fbf8baada99a", "id": "2f1462e7-f2a6-477b-953b-d12eb8b4ef13"}]} 2018-10-26 09:58:41,147 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b020ca0d-d09b-4430-8a89-5d9ba74da824 used request id req-733b162a-0540-4921-a295-bc40451eb469 2018-10-26 09:58:41,147 - neutron_utils - INFO - Retrieving security group with ID - b020ca0d-d09b-4430-8a89-5d9ba74da824 2018-10-26 09:58:41,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=b020ca0d-d09b-4430-8a89-5d9ba74da824 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f85d1d30afd1f0845c1cf8599d5bbbf4770b991d" 2018-10-26 09:58:41,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-0415a68f-b1dc-4b89-966e-165192d8a353 Date: Fri, 26 Oct 2018 09:58:41 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "b8161c8305644b9fab09fbf8baada99a", "created_at": "2018-10-26T09:58:40Z", "updated_at": "2018-10-26T09:58:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:58:40Z", "revision_number": 0, "id": "0650ede3-1e35-474f-b91f-5757b9336a45", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:58:40Z", "security_group_id": "b020ca0d-d09b-4430-8a89-5d9ba74da824", "tenant_id": "b8161c8305644b9fab09fbf8baada99a", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8161c8305644b9fab09fbf8baada99a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:58:40Z", "revision_number": 0, "id": "2f1462e7-f2a6-477b-953b-d12eb8b4ef13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:58:40Z", "security_group_id": "b020ca0d-d09b-4430-8a89-5d9ba74da824", "tenant_id": "b8161c8305644b9fab09fbf8baada99a", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8161c8305644b9fab09fbf8baada99a"}], "revision_number": 2, "project_id": "b8161c8305644b9fab09fbf8baada99a", "id": "b020ca0d-d09b-4430-8a89-5d9ba74da824", "name": "InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-name"}]} 2018-10-26 09:58:41,441 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=b020ca0d-d09b-4430-8a89-5d9ba74da824 used request id req-0415a68f-b1dc-4b89-966e-165192d8a353 2018-10-26 09:58:41,442 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b020ca0d-d09b-4430-8a89-5d9ba74da824 2018-10-26 09:58:41,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b020ca0d-d09b-4430-8a89-5d9ba74da824 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f85d1d30afd1f0845c1cf8599d5bbbf4770b991d" 2018-10-26 09:58:41,608 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c0e384e9-d245-4835-9827-6edfe2421d80 Date: Fri, 26 Oct 2018 09:58: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-26T09:58:40Z", "security_group_id": "b020ca0d-d09b-4430-8a89-5d9ba74da824", "port_range_min": null, "revision_number": 0, "tenant_id": "b8161c8305644b9fab09fbf8baada99a", "created_at": "2018-10-26T09:58:40Z", "project_id": "b8161c8305644b9fab09fbf8baada99a", "id": "0650ede3-1e35-474f-b91f-5757b9336a45"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:58:40Z", "security_group_id": "b020ca0d-d09b-4430-8a89-5d9ba74da824", "port_range_min": null, "revision_number": 0, "tenant_id": "b8161c8305644b9fab09fbf8baada99a", "created_at": "2018-10-26T09:58:40Z", "project_id": "b8161c8305644b9fab09fbf8baada99a", "id": "2f1462e7-f2a6-477b-953b-d12eb8b4ef13"}]} 2018-10-26 09:58:41,608 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b020ca0d-d09b-4430-8a89-5d9ba74da824 used request id req-c0e384e9-d245-4835-9827-6edfe2421d80 2018-10-26 09:58:41,609 - neutron_utils - INFO - Retrieving security group with ID - b020ca0d-d09b-4430-8a89-5d9ba74da824 2018-10-26 09:58:41,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=b020ca0d-d09b-4430-8a89-5d9ba74da824 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f85d1d30afd1f0845c1cf8599d5bbbf4770b991d" 2018-10-26 09:58:41,815 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-127e9e73-0c9c-405f-950c-60e778974105 Date: Fri, 26 Oct 2018 09:58:41 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "b8161c8305644b9fab09fbf8baada99a", "created_at": "2018-10-26T09:58:40Z", "updated_at": "2018-10-26T09:58:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:58:40Z", "revision_number": 0, "id": "0650ede3-1e35-474f-b91f-5757b9336a45", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:58:40Z", "security_group_id": "b020ca0d-d09b-4430-8a89-5d9ba74da824", "tenant_id": "b8161c8305644b9fab09fbf8baada99a", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8161c8305644b9fab09fbf8baada99a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:58:40Z", "revision_number": 0, "id": "2f1462e7-f2a6-477b-953b-d12eb8b4ef13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:58:40Z", "security_group_id": "b020ca0d-d09b-4430-8a89-5d9ba74da824", "tenant_id": "b8161c8305644b9fab09fbf8baada99a", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8161c8305644b9fab09fbf8baada99a"}], "revision_number": 2, "project_id": "b8161c8305644b9fab09fbf8baada99a", "id": "b020ca0d-d09b-4430-8a89-5d9ba74da824", "name": "InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-name"}]} 2018-10-26 09:58:41,815 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=b020ca0d-d09b-4430-8a89-5d9ba74da824 used request id req-127e9e73-0c9c-405f-950c-60e778974105 2018-10-26 09:58:41,816 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b020ca0d-d09b-4430-8a89-5d9ba74da824 2018-10-26 09:58:41,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b020ca0d-d09b-4430-8a89-5d9ba74da824 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f85d1d30afd1f0845c1cf8599d5bbbf4770b991d" 2018-10-26 09:58:41,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c3dbd093-6e1d-4222-8007-b677d87ec0dd Date: Fri, 26 Oct 2018 09:58: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-26T09:58:40Z", "security_group_id": "b020ca0d-d09b-4430-8a89-5d9ba74da824", "port_range_min": null, "revision_number": 0, "tenant_id": "b8161c8305644b9fab09fbf8baada99a", "created_at": "2018-10-26T09:58:40Z", "project_id": "b8161c8305644b9fab09fbf8baada99a", "id": "0650ede3-1e35-474f-b91f-5757b9336a45"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:58:40Z", "security_group_id": "b020ca0d-d09b-4430-8a89-5d9ba74da824", "port_range_min": null, "revision_number": 0, "tenant_id": "b8161c8305644b9fab09fbf8baada99a", "created_at": "2018-10-26T09:58:40Z", "project_id": "b8161c8305644b9fab09fbf8baada99a", "id": "2f1462e7-f2a6-477b-953b-d12eb8b4ef13"}]} 2018-10-26 09:58:41,993 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b020ca0d-d09b-4430-8a89-5d9ba74da824 used request id req-c3dbd093-6e1d-4222-8007-b677d87ec0dd 2018-10-26 09:58:41,994 - neutron_utils - INFO - Retrieving security group with ID - b020ca0d-d09b-4430-8a89-5d9ba74da824 2018-10-26 09:58:41,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=b020ca0d-d09b-4430-8a89-5d9ba74da824 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f85d1d30afd1f0845c1cf8599d5bbbf4770b991d" 2018-10-26 09:58:42,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-4046faf9-d6eb-4761-8fa8-e3bf6d60b5b8 Date: Fri, 26 Oct 2018 09:58:42 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "b8161c8305644b9fab09fbf8baada99a", "created_at": "2018-10-26T09:58:40Z", "updated_at": "2018-10-26T09:58:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:58:40Z", "revision_number": 0, "id": "0650ede3-1e35-474f-b91f-5757b9336a45", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:58:40Z", "security_group_id": "b020ca0d-d09b-4430-8a89-5d9ba74da824", "tenant_id": "b8161c8305644b9fab09fbf8baada99a", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8161c8305644b9fab09fbf8baada99a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:58:40Z", "revision_number": 0, "id": "2f1462e7-f2a6-477b-953b-d12eb8b4ef13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:58:40Z", "security_group_id": "b020ca0d-d09b-4430-8a89-5d9ba74da824", "tenant_id": "b8161c8305644b9fab09fbf8baada99a", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8161c8305644b9fab09fbf8baada99a"}], "revision_number": 2, "project_id": "b8161c8305644b9fab09fbf8baada99a", "id": "b020ca0d-d09b-4430-8a89-5d9ba74da824", "name": "InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-name"}]} 2018-10-26 09:58:42,208 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=b020ca0d-d09b-4430-8a89-5d9ba74da824 used request id req-4046faf9-d6eb-4761-8fa8-e3bf6d60b5b8 2018-10-26 09:58:42,209 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b020ca0d-d09b-4430-8a89-5d9ba74da824 2018-10-26 09:58:42,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b020ca0d-d09b-4430-8a89-5d9ba74da824 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f85d1d30afd1f0845c1cf8599d5bbbf4770b991d" 2018-10-26 09:58:42,372 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-95ec2870-5e8c-4a4e-85f4-c4fb03e79d59 Date: Fri, 26 Oct 2018 09:58: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-26T09:58:40Z", "security_group_id": "b020ca0d-d09b-4430-8a89-5d9ba74da824", "port_range_min": null, "revision_number": 0, "tenant_id": "b8161c8305644b9fab09fbf8baada99a", "created_at": "2018-10-26T09:58:40Z", "project_id": "b8161c8305644b9fab09fbf8baada99a", "id": "0650ede3-1e35-474f-b91f-5757b9336a45"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:58:40Z", "security_group_id": "b020ca0d-d09b-4430-8a89-5d9ba74da824", "port_range_min": null, "revision_number": 0, "tenant_id": "b8161c8305644b9fab09fbf8baada99a", "created_at": "2018-10-26T09:58:40Z", "project_id": "b8161c8305644b9fab09fbf8baada99a", "id": "2f1462e7-f2a6-477b-953b-d12eb8b4ef13"}]} 2018-10-26 09:58:42,373 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b020ca0d-d09b-4430-8a89-5d9ba74da824 used request id req-95ec2870-5e8c-4a4e-85f4-c4fb03e79d59 2018-10-26 09:58:42,373 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:58:42,374 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:58:42,824 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8f65250196bf47e38f6fdb68752aeebb", "name": "InstanceSecurityGroupTests-1299f441-42c1-430-proj-role"}], "expires_at": "2018-10-26T10:58:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b8161c8305644b9fab09fbf8baada99a", "name": "InstanceSecurityGroupTests-1299f441-42c1-430-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/b8161c8305644b9fab09fbf8baada99a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/b8161c8305644b9fab09fbf8baada99a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/b8161c8305644b9fab09fbf8baada99a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/b8161c8305644b9fab09fbf8baada99a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/b8161c8305644b9fab09fbf8baada99a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/b8161c8305644b9fab09fbf8baada99a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b8161c8305644b9fab09fbf8baada99a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/b8161c8305644b9fab09fbf8baada99a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/b8161c8305644b9fab09fbf8baada99a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b8161c8305644b9fab09fbf8baada99a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/b8161c8305644b9fab09fbf8baada99a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/b8161c8305644b9fab09fbf8baada99a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-1299f441-42c1-430-user", "id": "004a0a3059474b09a16479fbc6a4ca70"}, "audit_ids": ["tyc4sBHKRqe0_SK3F_RaVQ"], "issued_at": "2018-10-26T09:58:42.000000Z"}} 2018-10-26 09:58:42,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a41cafc0a056c482fc5b7c6e0ffe071ca4fc1c" 2018-10-26 09:58:42,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:58:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd95e3f2-ee72-455a-8dce-bb4062cea3a3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:58:42,902 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-cd95e3f2-ee72-455a-8dce-bb4062cea3a3 2018-10-26 09:58:42,903 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:58:42,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a41cafc0a056c482fc5b7c6e0ffe071ca4fc1c" 2018-10-26 09:58:42,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:58:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e32e87fc-db40-454e-bd79-0c4e297efcbf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:58:42,989 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e32e87fc-db40-454e-bd79-0c4e297efcbf 2018-10-26 09:58:42,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a41cafc0a056c482fc5b7c6e0ffe071ca4fc1c" 2018-10-26 09:58:43,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-e25f98be-4658-428a-9e98-e3bdbe9eafa2 Date: Fri, 26 Oct 2018 09:58: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":["ba3809f2-6876-4bf8-b355-3cdbc272fd98"],"updated_at":"2018-10-26T09:58:38Z","tenant_id":"b8161c8305644b9fab09fbf8baada99a","created_at":"2018-10-26T09:58:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b8161c8305644b9fab09fbf8baada99a","id":"7001e5d3-a4c7-4bf8-ace1-f98fc189f056","name":"InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-pub-net"}]} 2018-10-26 09:58:43,240 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-pub-net used request id req-e25f98be-4658-428a-9e98-e3bdbe9eafa2 2018-10-26 09:58:43,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:58:43,249 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:58: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:58:43,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/b8161c8305644b9fab09fbf8baada99a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a41cafc0a056c482fc5b7c6e0ffe071ca4fc1c" 2018-10-26 09:58:43,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:58:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-916e715a-228b-4a0f-b837-767f63e5aaa1 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b8161c8305644b9fab09fbf8baada99a"}, "enabled": true, "id": "b8161c8305644b9fab09fbf8baada99a", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-1299f441-42c1-430-proj"}} 2018-10-26 09:58:43,326 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/b8161c8305644b9fab09fbf8baada99a used request id req-916e715a-228b-4a0f-b837-767f63e5aaa1 2018-10-26 09:58:43,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7001e5d3-a4c7-4bf8-ace1-f98fc189f056 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a41cafc0a056c482fc5b7c6e0ffe071ca4fc1c" 2018-10-26 09:58:43,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-9f28e23a-b44a-45e2-92d2-d00f238dc174 Date: Fri, 26 Oct 2018 09:58:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7001e5d3-a4c7-4bf8-ace1-f98fc189f056","tenant_id":"b8161c8305644b9fab09fbf8baada99a","created_at":"2018-10-26T09:58:38Z","dns_nameservers":[],"updated_at":"2018-10-26T09:58: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":"b8161c8305644b9fab09fbf8baada99a","id":"ba3809f2-6876-4bf8-b355-3cdbc272fd98","subnetpool_id":null,"name":"InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-pub-subnet"}]} 2018-10-26 09:58:43,536 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7001e5d3-a4c7-4bf8-ace1-f98fc189f056 used request id req-9f28e23a-b44a-45e2-92d2-d00f238dc174 2018-10-26 09:58:43,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=7001e5d3-a4c7-4bf8-ace1-f98fc189f056&name=InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a41cafc0a056c482fc5b7c6e0ffe071ca4fc1c" 2018-10-26 09:58:43,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-f633ba9e-a449-41f1-9fba-69fd17d1015e Date: Fri, 26 Oct 2018 09:58:43 GMT RESP BODY: {"ports":[]} 2018-10-26 09:58:43,710 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=7001e5d3-a4c7-4bf8-ace1-f98fc189f056&name=InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-port&admin_state_up=True used request id req-f633ba9e-a449-41f1-9fba-69fd17d1015e 2018-10-26 09:58:43,713 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a41cafc0a056c482fc5b7c6e0ffe071ca4fc1c" 2018-10-26 09:58:43,941 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:58: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-770c835e-0c03-4203-915b-ed3793d3d1d8 x-compute-request-id: req-770c835e-0c03-4203-915b-ed3793d3d1d8 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-26 09:58:43,941 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-inst used request id req-770c835e-0c03-4203-915b-ed3793d3d1d8 2018-10-26 09:58:43,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a41cafc0a056c482fc5b7c6e0ffe071ca4fc1c" 2018-10-26 09:58:44,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-2a2657cc-27f2-4f78-bc7e-7da87deaaff9 Date: Fri, 26 Oct 2018 09:58: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":["ba3809f2-6876-4bf8-b355-3cdbc272fd98"],"updated_at":"2018-10-26T09:58:38Z","tenant_id":"b8161c8305644b9fab09fbf8baada99a","created_at":"2018-10-26T09:58:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b8161c8305644b9fab09fbf8baada99a","id":"7001e5d3-a4c7-4bf8-ace1-f98fc189f056","name":"InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-pub-net"}]} 2018-10-26 09:58:44,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-pub-net used request id req-2a2657cc-27f2-4f78-bc7e-7da87deaaff9 2018-10-26 09:58:44,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/b8161c8305644b9fab09fbf8baada99a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a41cafc0a056c482fc5b7c6e0ffe071ca4fc1c" 2018-10-26 09:58:44,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:58:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0bcc605a-3810-4ed0-ab79-3382989163c7 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b8161c8305644b9fab09fbf8baada99a"}, "enabled": true, "id": "b8161c8305644b9fab09fbf8baada99a", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-1299f441-42c1-430-proj"}} 2018-10-26 09:58:44,272 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/b8161c8305644b9fab09fbf8baada99a used request id req-0bcc605a-3810-4ed0-ab79-3382989163c7 2018-10-26 09:58:44,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7001e5d3-a4c7-4bf8-ace1-f98fc189f056 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a41cafc0a056c482fc5b7c6e0ffe071ca4fc1c" 2018-10-26 09:58:44,472 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-b5e3912e-451e-4b33-835f-d097a8a73ecd Date: Fri, 26 Oct 2018 09:58:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7001e5d3-a4c7-4bf8-ace1-f98fc189f056","tenant_id":"b8161c8305644b9fab09fbf8baada99a","created_at":"2018-10-26T09:58:38Z","dns_nameservers":[],"updated_at":"2018-10-26T09:58: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":"b8161c8305644b9fab09fbf8baada99a","id":"ba3809f2-6876-4bf8-b355-3cdbc272fd98","subnetpool_id":null,"name":"InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-pub-subnet"}]} 2018-10-26 09:58:44,472 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7001e5d3-a4c7-4bf8-ace1-f98fc189f056 used request id req-b5e3912e-451e-4b33-835f-d097a8a73ecd 2018-10-26 09:58:44,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=7001e5d3-a4c7-4bf8-ace1-f98fc189f056&name=InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a41cafc0a056c482fc5b7c6e0ffe071ca4fc1c" 2018-10-26 09:58:44,659 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-2ea33b55-9f95-477e-9eeb-79e8d2b72fcf Date: Fri, 26 Oct 2018 09:58:44 GMT RESP BODY: {"ports":[]} 2018-10-26 09:58:44,660 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=7001e5d3-a4c7-4bf8-ace1-f98fc189f056&name=InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-port&admin_state_up=True used request id req-2ea33b55-9f95-477e-9eeb-79e8d2b72fcf 2018-10-26 09:58:44,660 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:58:44,661 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:58:45,041 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8f65250196bf47e38f6fdb68752aeebb", "name": "InstanceSecurityGroupTests-1299f441-42c1-430-proj-role"}], "expires_at": "2018-10-26T10:58:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b8161c8305644b9fab09fbf8baada99a", "name": "InstanceSecurityGroupTests-1299f441-42c1-430-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/b8161c8305644b9fab09fbf8baada99a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/b8161c8305644b9fab09fbf8baada99a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/b8161c8305644b9fab09fbf8baada99a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/b8161c8305644b9fab09fbf8baada99a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/b8161c8305644b9fab09fbf8baada99a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/b8161c8305644b9fab09fbf8baada99a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b8161c8305644b9fab09fbf8baada99a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/b8161c8305644b9fab09fbf8baada99a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/b8161c8305644b9fab09fbf8baada99a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b8161c8305644b9fab09fbf8baada99a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/b8161c8305644b9fab09fbf8baada99a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/b8161c8305644b9fab09fbf8baada99a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-1299f441-42c1-430-user", "id": "004a0a3059474b09a16479fbc6a4ca70"}, "audit_ids": ["i6hWqZxGRBG85Tjsn9QGpw"], "issued_at": "2018-10-26T09:58:45.000000Z"}} 2018-10-26 09:58:45,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}930f43ee56fce236824f7d32b237f81a6b472ecd" 2018-10-26 09:58:45,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:58:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37f98641-e45c-4a94-b3aa-ff86d2cccd22 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:58:45,116 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-37f98641-e45c-4a94-b3aa-ff86d2cccd22 2018-10-26 09:58:45,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a41cafc0a056c482fc5b7c6e0ffe071ca4fc1c" 2018-10-26 09:58:45,384 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-28a3919f-76da-4e12-80b3-6af7b7f9a492 Date: Fri, 26 Oct 2018 09:58: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":["ba3809f2-6876-4bf8-b355-3cdbc272fd98"],"updated_at":"2018-10-26T09:58:38Z","tenant_id":"b8161c8305644b9fab09fbf8baada99a","created_at":"2018-10-26T09:58:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b8161c8305644b9fab09fbf8baada99a","id":"7001e5d3-a4c7-4bf8-ace1-f98fc189f056","name":"InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-pub-net"}]} 2018-10-26 09:58:45,384 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-pub-net used request id req-28a3919f-76da-4e12-80b3-6af7b7f9a492 2018-10-26 09:58:45,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7001e5d3-a4c7-4bf8-ace1-f98fc189f056 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a41cafc0a056c482fc5b7c6e0ffe071ca4fc1c" 2018-10-26 09:58:45,597 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-b3df4325-8694-48c5-be0a-766de97b6751 Date: Fri, 26 Oct 2018 09:58:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7001e5d3-a4c7-4bf8-ace1-f98fc189f056","tenant_id":"b8161c8305644b9fab09fbf8baada99a","created_at":"2018-10-26T09:58:38Z","dns_nameservers":[],"updated_at":"2018-10-26T09:58: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":"b8161c8305644b9fab09fbf8baada99a","id":"ba3809f2-6876-4bf8-b355-3cdbc272fd98","subnetpool_id":null,"name":"InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-pub-subnet"}]} 2018-10-26 09:58:45,597 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7001e5d3-a4c7-4bf8-ace1-f98fc189f056 used request id req-b3df4325-8694-48c5-be0a-766de97b6751 2018-10-26 09:58:45,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a41cafc0a056c482fc5b7c6e0ffe071ca4fc1c" 2018-10-26 09:58:45,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-06c29922-0d67-4ad2-93f7-b132e3551ca4 Date: Fri, 26 Oct 2018 09:58: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":["ba3809f2-6876-4bf8-b355-3cdbc272fd98"],"updated_at":"2018-10-26T09:58:38Z","tenant_id":"b8161c8305644b9fab09fbf8baada99a","created_at":"2018-10-26T09:58:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b8161c8305644b9fab09fbf8baada99a","id":"7001e5d3-a4c7-4bf8-ace1-f98fc189f056","name":"InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-pub-net"}]} 2018-10-26 09:58:45,862 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-pub-net used request id req-06c29922-0d67-4ad2-93f7-b132e3551ca4 2018-10-26 09:58:45,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:58:45,871 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:58: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:58:45,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/b8161c8305644b9fab09fbf8baada99a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}930f43ee56fce236824f7d32b237f81a6b472ecd" 2018-10-26 09:58:45,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:58:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9052c7a-9098-4560-8e6d-663ebd378a59 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b8161c8305644b9fab09fbf8baada99a"}, "enabled": true, "id": "b8161c8305644b9fab09fbf8baada99a", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-1299f441-42c1-430-proj"}} 2018-10-26 09:58:45,955 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/b8161c8305644b9fab09fbf8baada99a used request id req-e9052c7a-9098-4560-8e6d-663ebd378a59 2018-10-26 09:58:45,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7001e5d3-a4c7-4bf8-ace1-f98fc189f056 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a41cafc0a056c482fc5b7c6e0ffe071ca4fc1c" 2018-10-26 09:58:46,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-a50bf6ff-f69c-4fd8-a0c4-184e3071b98f Date: Fri, 26 Oct 2018 09:58:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7001e5d3-a4c7-4bf8-ace1-f98fc189f056","tenant_id":"b8161c8305644b9fab09fbf8baada99a","created_at":"2018-10-26T09:58:38Z","dns_nameservers":[],"updated_at":"2018-10-26T09:58: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":"b8161c8305644b9fab09fbf8baada99a","id":"ba3809f2-6876-4bf8-b355-3cdbc272fd98","subnetpool_id":null,"name":"InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-pub-subnet"}]} 2018-10-26 09:58:46,162 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7001e5d3-a4c7-4bf8-ace1-f98fc189f056 used request id req-a50bf6ff-f69c-4fd8-a0c4-184e3071b98f 2018-10-26 09:58:46,163 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-pub-net 2018-10-26 09:58:46,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a41cafc0a056c482fc5b7c6e0ffe071ca4fc1c" -d '{"port": {"network_id": "7001e5d3-a4c7-4bf8-ace1-f98fc189f056", "name": "InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-port", "admin_state_up": true}}' 2018-10-26 09:58:47,080 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 782 X-Openstack-Request-Id: req-e5082b95-7aeb-4416-be01-110a006c7afe Date: Fri, 26 Oct 2018 09:58:47 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:58:46Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ba3809f2-6876-4bf8-b355-3cdbc272fd98","ip_address":"10.55.0.10"}],"id":"43b73bab-378f-4a68-a867-f1d56f1cf98f","security_groups":["d752532b-7cc2-4d27-a5cf-316678d17845"],"mac_address":"fa:16:3e:d1:77:85","device_id":"","status":"DOWN","description":"","tags":[],"name":"InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-port","project_id":"b8161c8305644b9fab09fbf8baada99a","qos_policy_id":null,"admin_state_up":true,"network_id":"7001e5d3-a4c7-4bf8-ace1-f98fc189f056","tenant_id":"b8161c8305644b9fab09fbf8baada99a","created_at":"2018-10-26T09:58:46Z","binding:vnic_type":"normal"}} 2018-10-26 09:58:47,080 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-e5082b95-7aeb-4416-be01-110a006c7afe 2018-10-26 09:58:47,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a41cafc0a056c482fc5b7c6e0ffe071ca4fc1c" 2018-10-26 09:58:47,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-95157fa9-4483-4785-a119-2869a19ee766 Date: Fri, 26 Oct 2018 09:58: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":["ba3809f2-6876-4bf8-b355-3cdbc272fd98"],"updated_at":"2018-10-26T09:58:38Z","tenant_id":"b8161c8305644b9fab09fbf8baada99a","created_at":"2018-10-26T09:58:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b8161c8305644b9fab09fbf8baada99a","id":"7001e5d3-a4c7-4bf8-ace1-f98fc189f056","name":"InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-pub-net"}]} 2018-10-26 09:58:47,343 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-pub-net used request id req-95157fa9-4483-4785-a119-2869a19ee766 2018-10-26 09:58:47,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/b8161c8305644b9fab09fbf8baada99a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a41cafc0a056c482fc5b7c6e0ffe071ca4fc1c" 2018-10-26 09:58:47,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:58:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40715e0e-107d-451d-8ab9-cf51a5bc7593 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b8161c8305644b9fab09fbf8baada99a"}, "enabled": true, "id": "b8161c8305644b9fab09fbf8baada99a", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-1299f441-42c1-430-proj"}} 2018-10-26 09:58:47,424 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/b8161c8305644b9fab09fbf8baada99a used request id req-40715e0e-107d-451d-8ab9-cf51a5bc7593 2018-10-26 09:58:47,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7001e5d3-a4c7-4bf8-ace1-f98fc189f056 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a41cafc0a056c482fc5b7c6e0ffe071ca4fc1c" 2018-10-26 09:58:47,627 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-ec11c81a-4c27-415e-9828-07651d123967 Date: Fri, 26 Oct 2018 09:58:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7001e5d3-a4c7-4bf8-ace1-f98fc189f056","tenant_id":"b8161c8305644b9fab09fbf8baada99a","created_at":"2018-10-26T09:58:38Z","dns_nameservers":[],"updated_at":"2018-10-26T09:58: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":"b8161c8305644b9fab09fbf8baada99a","id":"ba3809f2-6876-4bf8-b355-3cdbc272fd98","subnetpool_id":null,"name":"InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-pub-subnet"}]} 2018-10-26 09:58:47,627 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7001e5d3-a4c7-4bf8-ace1-f98fc189f056 used request id req-ec11c81a-4c27-415e-9828-07651d123967 2018-10-26 09:58:47,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=7001e5d3-a4c7-4bf8-ace1-f98fc189f056&name=InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a41cafc0a056c482fc5b7c6e0ffe071ca4fc1c" 2018-10-26 09:58:47,721 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 785 X-Openstack-Request-Id: req-486809c8-96ef-4d2b-8c64-8c90eed4f61a Date: Fri, 26 Oct 2018 09:58:47 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:58:46Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ba3809f2-6876-4bf8-b355-3cdbc272fd98","ip_address":"10.55.0.10"}],"id":"43b73bab-378f-4a68-a867-f1d56f1cf98f","security_groups":["d752532b-7cc2-4d27-a5cf-316678d17845"],"mac_address":"fa:16:3e:d1:77:85","project_id":"b8161c8305644b9fab09fbf8baada99a","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-port","admin_state_up":true,"network_id":"7001e5d3-a4c7-4bf8-ace1-f98fc189f056","tenant_id":"b8161c8305644b9fab09fbf8baada99a","created_at":"2018-10-26T09:58:46Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-26 09:58:47,721 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=7001e5d3-a4c7-4bf8-ace1-f98fc189f056&name=InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-port&admin_state_up=True used request id req-486809c8-96ef-4d2b-8c64-8c90eed4f61a 2018-10-26 09:58:47,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/b8161c8305644b9fab09fbf8baada99a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a41cafc0a056c482fc5b7c6e0ffe071ca4fc1c" 2018-10-26 09:58:47,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:58:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b76cda9-018f-4db2-95c9-a532caf8f062 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b8161c8305644b9fab09fbf8baada99a"}, "enabled": true, "id": "b8161c8305644b9fab09fbf8baada99a", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-1299f441-42c1-430-proj"}} 2018-10-26 09:58:47,807 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/b8161c8305644b9fab09fbf8baada99a used request id req-9b76cda9-018f-4db2-95c9-a532caf8f062 2018-10-26 09:58:47,807 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-inst 2018-10-26 09:58:47,811 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a41cafc0a056c482fc5b7c6e0ffe071ca4fc1c" 2018-10-26 09:58:47,839 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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-d04807bb-2bf0-4b18-8bb4-522ed8338dae x-compute-request-id: req-d04807bb-2bf0-4b18-8bb4-522ed8338dae Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"flavors": [{"id": "42be4c0b-01fb-42ec-8c71-7153c40a060a", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/42be4c0b-01fb-42ec-8c71-7153c40a060a", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/42be4c0b-01fb-42ec-8c71-7153c40a060a", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-flavor-name"}]} 2018-10-26 09:58:47,839 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-d04807bb-2bf0-4b18-8bb4-522ed8338dae 2018-10-26 09:58:47,842 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/42be4c0b-01fb-42ec-8c71-7153c40a060a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a41cafc0a056c482fc5b7c6e0ffe071ca4fc1c" 2018-10-26 09:58:47,862 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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-a3752e95-28fe-4992-8acf-7c683f0596b0 x-compute-request-id: req-a3752e95-28fe-4992-8acf-7c683f0596b0 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/42be4c0b-01fb-42ec-8c71-7153c40a060a", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/42be4c0b-01fb-42ec-8c71-7153c40a060a", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "42be4c0b-01fb-42ec-8c71-7153c40a060a", "name": "InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 09:58:47,862 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/42be4c0b-01fb-42ec-8c71-7153c40a060a used request id req-a3752e95-28fe-4992-8acf-7c683f0596b0 2018-10-26 09:58:47,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e8a41cafc0a056c482fc5b7c6e0ffe071ca4fc1c" 2018-10-26 09:58:48,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-19473298-c97d-4935-8081-37bbc9fb30f0 Date: Fri, 26 Oct 2018 09:58:48 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:58:33Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:58:35Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/5ea289fd-adcf-49c7-ac14-314fa3e7a48c/snap", "metadata": {}}], "self": "/v2/images/5ea289fd-adcf-49c7-ac14-314fa3e7a48c", "min_disk": 0, "protected": false, "id": "5ea289fd-adcf-49c7-ac14-314fa3e7a48c", "file": "/v2/images/5ea289fd-adcf-49c7-ac14-314fa3e7a48c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b8161c8305644b9fab09fbf8baada99a", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/5ea289fd-adcf-49c7-ac14-314fa3e7a48c/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-image"} 2018-10-26 09:58:48,034 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-image used request id req-19473298-c97d-4935-8081-37bbc9fb30f0 2018-10-26 09:58:48,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e8a41cafc0a056c482fc5b7c6e0ffe071ca4fc1c" 2018-10-26 09:58:48,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-34b0f6b7-6aea-41c1-8ce5-0f00def86b2d Date: Fri, 26 Oct 2018 09:58: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-26 09:58:48,198 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-34b0f6b7-6aea-41c1-8ce5-0f00def86b2d 2018-10-26 09:58:48,204 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a41cafc0a056c482fc5b7c6e0ffe071ca4fc1c" -d '{"server": {"name": "InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-inst", "imageRef": "5ea289fd-adcf-49c7-ac14-314fa3e7a48c", "flavorRef": "42be4c0b-01fb-42ec-8c71-7153c40a060a", "max_count": 1, "min_count": 1, "networks": [{"port": "43b73bab-378f-4a68-a867-f1d56f1cf98f"}]}}' 2018-10-26 09:58:49,216 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09: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 x-openstack-request-id: req-2fae1586-2aae-4c63-8b2e-e69f1ddf316a x-compute-request-id: req-2fae1586-2aae-4c63-8b2e-e69f1ddf316a Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/199aae35-994c-455e-b354-cdf8f5773b49 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "199aae35-994c-455e-b354-cdf8f5773b49", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/199aae35-994c-455e-b354-cdf8f5773b49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/199aae35-994c-455e-b354-cdf8f5773b49", "rel": "bookmark"}], "adminPass": "TxVKW2nafsSG"}} 2018-10-26 09:58:49,217 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-2fae1586-2aae-4c63-8b2e-e69f1ddf316a 2018-10-26 09:58:49,220 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/199aae35-994c-455e-b354-cdf8f5773b49 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a41cafc0a056c482fc5b7c6e0ffe071ca4fc1c" 2018-10-26 09:58:49,433 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:58: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-66b235bc-bdb7-46d2-bcea-53f2f7f9e45d x-compute-request-id: req-66b235bc-bdb7-46d2-bcea-53f2f7f9e45d Content-Encoding: gzip Content-Length: 611 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/199aae35-994c-455e-b354-cdf8f5773b49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/199aae35-994c-455e-b354-cdf8f5773b49", "rel": "bookmark"}], "image": {"id": "5ea289fd-adcf-49c7-ac14-314fa3e7a48c", "links": [{"href": "http://172.30.9.21:8774/images/5ea289fd-adcf-49c7-ac14-314fa3e7a48c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "42be4c0b-01fb-42ec-8c71-7153c40a060a", "links": [{"href": "http://172.30.9.21:8774/flavors/42be4c0b-01fb-42ec-8c71-7153c40a060a", "rel": "bookmark"}]}, "id": "199aae35-994c-455e-b354-cdf8f5773b49", "user_id": "004a0a3059474b09a16479fbc6a4ca70", "OS-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-26T09:58:49Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-inst", "created": "2018-10-26T09:58:49Z", "tenant_id": "b8161c8305644b9fab09fbf8baada99a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:58:49,433 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/199aae35-994c-455e-b354-cdf8f5773b49 used request id req-66b235bc-bdb7-46d2-bcea-53f2f7f9e45d 2018-10-26 09:58:49,433 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-inst 2018-10-26 09:58:49,436 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/199aae35-994c-455e-b354-cdf8f5773b49 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a41cafc0a056c482fc5b7c6e0ffe071ca4fc1c" 2018-10-26 09:58:49,788 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:58: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-a54cfb8f-a381-4261-a83b-0cae51f49ca0 x-compute-request-id: req-a54cfb8f-a381-4261-a83b-0cae51f49ca0 Content-Encoding: gzip Content-Length: 611 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/199aae35-994c-455e-b354-cdf8f5773b49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/199aae35-994c-455e-b354-cdf8f5773b49", "rel": "bookmark"}], "image": {"id": "5ea289fd-adcf-49c7-ac14-314fa3e7a48c", "links": [{"href": "http://172.30.9.21:8774/images/5ea289fd-adcf-49c7-ac14-314fa3e7a48c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "42be4c0b-01fb-42ec-8c71-7153c40a060a", "links": [{"href": "http://172.30.9.21:8774/flavors/42be4c0b-01fb-42ec-8c71-7153c40a060a", "rel": "bookmark"}]}, "id": "199aae35-994c-455e-b354-cdf8f5773b49", "user_id": "004a0a3059474b09a16479fbc6a4ca70", "OS-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-26T09:58:49Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-inst", "created": "2018-10-26T09:58:49Z", "tenant_id": "b8161c8305644b9fab09fbf8baada99a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:58:49,788 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/199aae35-994c-455e-b354-cdf8f5773b49 used request id req-a54cfb8f-a381-4261-a83b-0cae51f49ca0 2018-10-26 09:58:49,788 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-inst] is - BUILD 2018-10-26 09:58:49,789 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:58:52,792 - create_instance - DEBUG - VM status query timeout in 896.641902924 2018-10-26 09:58:52,795 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/199aae35-994c-455e-b354-cdf8f5773b49 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a41cafc0a056c482fc5b7c6e0ffe071ca4fc1c" 2018-10-26 09:58:53,473 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:58: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-de097e79-48ee-411d-b6c1-f98b378b5bba x-compute-request-id: req-de097e79-48ee-411d-b6c1-f98b378b5bba Content-Encoding: gzip Content-Length: 673 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/199aae35-994c-455e-b354-cdf8f5773b49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/199aae35-994c-455e-b354-cdf8f5773b49", "rel": "bookmark"}], "image": {"id": "5ea289fd-adcf-49c7-ac14-314fa3e7a48c", "links": [{"href": "http://172.30.9.21:8774/images/5ea289fd-adcf-49c7-ac14-314fa3e7a48c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "42be4c0b-01fb-42ec-8c71-7153c40a060a", "links": [{"href": "http://172.30.9.21:8774/flavors/42be4c0b-01fb-42ec-8c71-7153c40a060a", "rel": "bookmark"}]}, "id": "199aae35-994c-455e-b354-cdf8f5773b49", "security_groups": [{"name": "default"}], "user_id": "004a0a3059474b09a16479fbc6a4ca70", "OS-DCF: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-26T09:58:50Z", "hostId": "f1fd9869c02778b2e7e822bfa0ca9981d83c1031b46ed68167ca52fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-inst", "created": "2018-10-26T09:58:49Z", "tenant_id": "b8161c8305644b9fab09fbf8baada99a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:58:53,473 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/199aae35-994c-455e-b354-cdf8f5773b49 used request id req-de097e79-48ee-411d-b6c1-f98b378b5bba 2018-10-26 09:58:53,474 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-inst] is - BUILD 2018-10-26 09:58:53,474 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:58:56,477 - create_instance - DEBUG - VM status query timeout in 892.95660305 2018-10-26 09:58:56,480 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/199aae35-994c-455e-b354-cdf8f5773b49 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a41cafc0a056c482fc5b7c6e0ffe071ca4fc1c" 2018-10-26 09:58:57,108 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:58: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-28990890-863a-4ac6-a585-a492eff7cbd9 x-compute-request-id: req-28990890-863a-4ac6-a585-a492eff7cbd9 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:77:85", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/199aae35-994c-455e-b354-cdf8f5773b49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/199aae35-994c-455e-b354-cdf8f5773b49", "rel": "bookmark"}], "image": {"id": "5ea289fd-adcf-49c7-ac14-314fa3e7a48c", "links": [{"href": "http://172.30.9.21:8774/images/5ea289fd-adcf-49c7-ac14-314fa3e7a48c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:58:55.000000", "flavor": {"id": "42be4c0b-01fb-42ec-8c71-7153c40a060a", "links": [{"href": "http://172.30.9.21:8774/flavors/42be4c0b-01fb-42ec-8c71-7153c40a060a", "rel": "bookmark"}]}, "id": "199aae35-994c-455e-b354-cdf8f5773b49", "security_groups": [{"name": "default"}], "user_id": "004a0a3059474b09a16479fbc6a4ca70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:58:55Z", "hostId": "f1fd9869c02778b2e7e822bfa0ca9981d83c1031b46ed68167ca52fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-inst", "created": "2018-10-26T09:58:49Z", "tenant_id": "b8161c8305644b9fab09fbf8baada99a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:58:57,108 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/199aae35-994c-455e-b354-cdf8f5773b49 used request id req-28990890-863a-4ac6-a585-a492eff7cbd9 2018-10-26 09:58:57,109 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-inst] is - ACTIVE 2018-10-26 09:58:57,109 - create_instance - INFO - VM is - ACTIVE 2018-10-26 09:58:57,112 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/199aae35-994c-455e-b354-cdf8f5773b49 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a41cafc0a056c482fc5b7c6e0ffe071ca4fc1c" 2018-10-26 09:58:57,282 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:58: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-1a04d25e-3e5b-4ec6-a778-fc01352aa365 x-compute-request-id: req-1a04d25e-3e5b-4ec6-a778-fc01352aa365 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:77:85", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/199aae35-994c-455e-b354-cdf8f5773b49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/199aae35-994c-455e-b354-cdf8f5773b49", "rel": "bookmark"}], "image": {"id": "5ea289fd-adcf-49c7-ac14-314fa3e7a48c", "links": [{"href": "http://172.30.9.21:8774/images/5ea289fd-adcf-49c7-ac14-314fa3e7a48c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:58:55.000000", "flavor": {"id": "42be4c0b-01fb-42ec-8c71-7153c40a060a", "links": [{"href": "http://172.30.9.21:8774/flavors/42be4c0b-01fb-42ec-8c71-7153c40a060a", "rel": "bookmark"}]}, "id": "199aae35-994c-455e-b354-cdf8f5773b49", "security_groups": [{"name": "default"}], "user_id": "004a0a3059474b09a16479fbc6a4ca70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:58:55Z", "hostId": "f1fd9869c02778b2e7e822bfa0ca9981d83c1031b46ed68167ca52fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-inst", "created": "2018-10-26T09:58:49Z", "tenant_id": "b8161c8305644b9fab09fbf8baada99a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:58:57,282 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/199aae35-994c-455e-b354-cdf8f5773b49 used request id req-1a04d25e-3e5b-4ec6-a778-fc01352aa365 2018-10-26 09:58:57,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a41cafc0a056c482fc5b7c6e0ffe071ca4fc1c" 2018-10-26 09:58:57,390 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-c57df006-3a84-4a05-b0fc-39fa3476dbf5 Date: Fri, 26 Oct 2018 09:58: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":["ba3809f2-6876-4bf8-b355-3cdbc272fd98"],"updated_at":"2018-10-26T09:58:38Z","tenant_id":"b8161c8305644b9fab09fbf8baada99a","created_at":"2018-10-26T09:58:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b8161c8305644b9fab09fbf8baada99a","id":"7001e5d3-a4c7-4bf8-ace1-f98fc189f056","name":"InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-pub-net"}]} 2018-10-26 09:58:57,390 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-pub-net used request id req-c57df006-3a84-4a05-b0fc-39fa3476dbf5 2018-10-26 09:58:57,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/b8161c8305644b9fab09fbf8baada99a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a41cafc0a056c482fc5b7c6e0ffe071ca4fc1c" 2018-10-26 09:58:57,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:58:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db6b6594-ba31-4bf5-938a-2245ed70dfb2 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b8161c8305644b9fab09fbf8baada99a"}, "enabled": true, "id": "b8161c8305644b9fab09fbf8baada99a", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-1299f441-42c1-430-proj"}} 2018-10-26 09:58:57,473 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/b8161c8305644b9fab09fbf8baada99a used request id req-db6b6594-ba31-4bf5-938a-2245ed70dfb2 2018-10-26 09:58:57,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7001e5d3-a4c7-4bf8-ace1-f98fc189f056 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a41cafc0a056c482fc5b7c6e0ffe071ca4fc1c" 2018-10-26 09:58:57,680 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-ba1659c9-ab03-4bef-aaff-3cebcb52b8b6 Date: Fri, 26 Oct 2018 09:58:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7001e5d3-a4c7-4bf8-ace1-f98fc189f056","tenant_id":"b8161c8305644b9fab09fbf8baada99a","created_at":"2018-10-26T09:58:38Z","dns_nameservers":[],"updated_at":"2018-10-26T09:58: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":"b8161c8305644b9fab09fbf8baada99a","id":"ba3809f2-6876-4bf8-b355-3cdbc272fd98","subnetpool_id":null,"name":"InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-pub-subnet"}]} 2018-10-26 09:58:57,680 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7001e5d3-a4c7-4bf8-ace1-f98fc189f056 used request id req-ba1659c9-ab03-4bef-aaff-3cebcb52b8b6 2018-10-26 09:58:57,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=7001e5d3-a4c7-4bf8-ace1-f98fc189f056 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a41cafc0a056c482fc5b7c6e0ffe071ca4fc1c" 2018-10-26 09:58:57,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-f7c54d06-5f9d-48d0-9c23-a74c25141a68 Date: Fri, 26 Oct 2018 09:58:57 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:58:55Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ba3809f2-6876-4bf8-b355-3cdbc272fd98","ip_address":"10.55.0.10"}],"id":"43b73bab-378f-4a68-a867-f1d56f1cf98f","security_groups":["d752532b-7cc2-4d27-a5cf-316678d17845"],"mac_address":"fa:16:3e:d1:77:85","project_id":"b8161c8305644b9fab09fbf8baada99a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-port","admin_state_up":true,"network_id":"7001e5d3-a4c7-4bf8-ace1-f98fc189f056","tenant_id":"b8161c8305644b9fab09fbf8baada99a","created_at":"2018-10-26T09:58:46Z","binding:vnic_type":"normal","device_id":"199aae35-994c-455e-b354-cdf8f5773b49"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:58:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ba3809f2-6876-4bf8-b355-3cdbc272fd98","ip_address":"10.55.0.4"}],"id":"466516b4-8d83-4a9d-a4b6-780eb40ca8b3","security_groups":[],"mac_address":"fa:16:3e:82:db:69","project_id":"b8161c8305644b9fab09fbf8baada99a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7001e5d3-a4c7-4bf8-ace1-f98fc189f056","tenant_id":"b8161c8305644b9fab09fbf8baada99a","created_at":"2018-10-26T09:58:39Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7001e5d3-a4c7-4bf8-ace1-f98fc189f056"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:58:40Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ba3809f2-6876-4bf8-b355-3cdbc272fd98","ip_address":"10.55.0.2"}],"id":"ccde4e5d-294a-4d55-87cf-46ca6e9bf23d","security_groups":[],"mac_address":"fa:16:3e:b5:23:96","project_id":"b8161c8305644b9fab09fbf8baada99a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7001e5d3-a4c7-4bf8-ace1-f98fc189f056","tenant_id":"b8161c8305644b9fab09fbf8baada99a","created_at":"2018-10-26T09:58:38Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7001e5d3-a4c7-4bf8-ace1-f98fc189f056"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:58:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ba3809f2-6876-4bf8-b355-3cdbc272fd98","ip_address":"10.55.0.3"}],"id":"dca416da-92c4-4d32-ac25-fc0e240fa987","security_groups":[],"mac_address":"fa:16:3e:7e:3f:9f","project_id":"b8161c8305644b9fab09fbf8baada99a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7001e5d3-a4c7-4bf8-ace1-f98fc189f056","tenant_id":"b8161c8305644b9fab09fbf8baada99a","created_at":"2018-10-26T09:58:39Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7001e5d3-a4c7-4bf8-ace1-f98fc189f056"}]} 2018-10-26 09:58:57,778 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=7001e5d3-a4c7-4bf8-ace1-f98fc189f056 used request id req-f7c54d06-5f9d-48d0-9c23-a74c25141a68 2018-10-26 09:58:57,781 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/199aae35-994c-455e-b354-cdf8f5773b49 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a41cafc0a056c482fc5b7c6e0ffe071ca4fc1c" 2018-10-26 09:58:58,527 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:58: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-de7e38e2-b41e-494e-8744-21064e84a8fd x-compute-request-id: req-de7e38e2-b41e-494e-8744-21064e84a8fd Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:77:85", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/199aae35-994c-455e-b354-cdf8f5773b49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/199aae35-994c-455e-b354-cdf8f5773b49", "rel": "bookmark"}], "image": {"id": "5ea289fd-adcf-49c7-ac14-314fa3e7a48c", "links": [{"href": "http://172.30.9.21:8774/images/5ea289fd-adcf-49c7-ac14-314fa3e7a48c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:58:55.000000", "flavor": {"id": "42be4c0b-01fb-42ec-8c71-7153c40a060a", "links": [{"href": "http://172.30.9.21:8774/flavors/42be4c0b-01fb-42ec-8c71-7153c40a060a", "rel": "bookmark"}]}, "id": "199aae35-994c-455e-b354-cdf8f5773b49", "security_groups": [{"name": "default"}], "user_id": "004a0a3059474b09a16479fbc6a4ca70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:58:55Z", "hostId": "f1fd9869c02778b2e7e822bfa0ca9981d83c1031b46ed68167ca52fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-inst", "created": "2018-10-26T09:58:49Z", "tenant_id": "b8161c8305644b9fab09fbf8baada99a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:58:58,528 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/199aae35-994c-455e-b354-cdf8f5773b49 used request id req-de7e38e2-b41e-494e-8744-21064e84a8fd 2018-10-26 09:58:58,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a41cafc0a056c482fc5b7c6e0ffe071ca4fc1c" 2018-10-26 09:58:58,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-6f655fae-8ba6-4b14-9d7e-2c8d9d0b8c5b Date: Fri, 26 Oct 2018 09:58: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":["ba3809f2-6876-4bf8-b355-3cdbc272fd98"],"updated_at":"2018-10-26T09:58:38Z","tenant_id":"b8161c8305644b9fab09fbf8baada99a","created_at":"2018-10-26T09:58:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b8161c8305644b9fab09fbf8baada99a","id":"7001e5d3-a4c7-4bf8-ace1-f98fc189f056","name":"InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-pub-net"}]} 2018-10-26 09:58:58,636 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-pub-net used request id req-6f655fae-8ba6-4b14-9d7e-2c8d9d0b8c5b 2018-10-26 09:58:58,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/b8161c8305644b9fab09fbf8baada99a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a41cafc0a056c482fc5b7c6e0ffe071ca4fc1c" 2018-10-26 09:58:58,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:58:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fe3abca-3049-47ea-8fa5-5e3384e1a4ad Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b8161c8305644b9fab09fbf8baada99a"}, "enabled": true, "id": "b8161c8305644b9fab09fbf8baada99a", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-1299f441-42c1-430-proj"}} 2018-10-26 09:58:58,713 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/b8161c8305644b9fab09fbf8baada99a used request id req-9fe3abca-3049-47ea-8fa5-5e3384e1a4ad 2018-10-26 09:58:58,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7001e5d3-a4c7-4bf8-ace1-f98fc189f056 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a41cafc0a056c482fc5b7c6e0ffe071ca4fc1c" 2018-10-26 09:58:58,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-93ec3a89-41be-44e8-bd18-1f08779a4852 Date: Fri, 26 Oct 2018 09:58:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7001e5d3-a4c7-4bf8-ace1-f98fc189f056","tenant_id":"b8161c8305644b9fab09fbf8baada99a","created_at":"2018-10-26T09:58:38Z","dns_nameservers":[],"updated_at":"2018-10-26T09:58: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":"b8161c8305644b9fab09fbf8baada99a","id":"ba3809f2-6876-4bf8-b355-3cdbc272fd98","subnetpool_id":null,"name":"InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-pub-subnet"}]} 2018-10-26 09:58:58,771 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7001e5d3-a4c7-4bf8-ace1-f98fc189f056 used request id req-93ec3a89-41be-44e8-bd18-1f08779a4852 2018-10-26 09:58:58,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=7001e5d3-a4c7-4bf8-ace1-f98fc189f056 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a41cafc0a056c482fc5b7c6e0ffe071ca4fc1c" 2018-10-26 09:58:58,865 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-1f2ea7d1-4b34-46bc-9860-a2c6d685bffc Date: Fri, 26 Oct 2018 09:58:58 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:58:55Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ba3809f2-6876-4bf8-b355-3cdbc272fd98","ip_address":"10.55.0.10"}],"id":"43b73bab-378f-4a68-a867-f1d56f1cf98f","security_groups":["d752532b-7cc2-4d27-a5cf-316678d17845"],"mac_address":"fa:16:3e:d1:77:85","project_id":"b8161c8305644b9fab09fbf8baada99a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-port","admin_state_up":true,"network_id":"7001e5d3-a4c7-4bf8-ace1-f98fc189f056","tenant_id":"b8161c8305644b9fab09fbf8baada99a","created_at":"2018-10-26T09:58:46Z","binding:vnic_type":"normal","device_id":"199aae35-994c-455e-b354-cdf8f5773b49"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:58:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ba3809f2-6876-4bf8-b355-3cdbc272fd98","ip_address":"10.55.0.4"}],"id":"466516b4-8d83-4a9d-a4b6-780eb40ca8b3","security_groups":[],"mac_address":"fa:16:3e:82:db:69","project_id":"b8161c8305644b9fab09fbf8baada99a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7001e5d3-a4c7-4bf8-ace1-f98fc189f056","tenant_id":"b8161c8305644b9fab09fbf8baada99a","created_at":"2018-10-26T09:58:39Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7001e5d3-a4c7-4bf8-ace1-f98fc189f056"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:58:40Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ba3809f2-6876-4bf8-b355-3cdbc272fd98","ip_address":"10.55.0.2"}],"id":"ccde4e5d-294a-4d55-87cf-46ca6e9bf23d","security_groups":[],"mac_address":"fa:16:3e:b5:23:96","project_id":"b8161c8305644b9fab09fbf8baada99a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7001e5d3-a4c7-4bf8-ace1-f98fc189f056","tenant_id":"b8161c8305644b9fab09fbf8baada99a","created_at":"2018-10-26T09:58:38Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7001e5d3-a4c7-4bf8-ace1-f98fc189f056"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:58:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ba3809f2-6876-4bf8-b355-3cdbc272fd98","ip_address":"10.55.0.3"}],"id":"dca416da-92c4-4d32-ac25-fc0e240fa987","security_groups":[],"mac_address":"fa:16:3e:7e:3f:9f","project_id":"b8161c8305644b9fab09fbf8baada99a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7001e5d3-a4c7-4bf8-ace1-f98fc189f056","tenant_id":"b8161c8305644b9fab09fbf8baada99a","created_at":"2018-10-26T09:58:39Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7001e5d3-a4c7-4bf8-ace1-f98fc189f056"}]} 2018-10-26 09:58:58,865 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=7001e5d3-a4c7-4bf8-ace1-f98fc189f056 used request id req-1f2ea7d1-4b34-46bc-9860-a2c6d685bffc 2018-10-26 09:58:58,866 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:58:59,242 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8f65250196bf47e38f6fdb68752aeebb", "name": "InstanceSecurityGroupTests-1299f441-42c1-430-proj-role"}], "expires_at": "2018-10-26T10:58:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b8161c8305644b9fab09fbf8baada99a", "name": "InstanceSecurityGroupTests-1299f441-42c1-430-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/b8161c8305644b9fab09fbf8baada99a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/b8161c8305644b9fab09fbf8baada99a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/b8161c8305644b9fab09fbf8baada99a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/b8161c8305644b9fab09fbf8baada99a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/b8161c8305644b9fab09fbf8baada99a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/b8161c8305644b9fab09fbf8baada99a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b8161c8305644b9fab09fbf8baada99a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/b8161c8305644b9fab09fbf8baada99a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/b8161c8305644b9fab09fbf8baada99a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b8161c8305644b9fab09fbf8baada99a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/b8161c8305644b9fab09fbf8baada99a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/b8161c8305644b9fab09fbf8baada99a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-1299f441-42c1-430-user", "id": "004a0a3059474b09a16479fbc6a4ca70"}, "audit_ids": ["QhMS1zTjSz2loUYE5nv5Gg"], "issued_at": "2018-10-26T09:58:59.000000Z"}} 2018-10-26 09:58:59,245 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/199aae35-994c-455e-b354-cdf8f5773b49 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}697e66712022078da8a67b5f1ecbfbbf1885224f" 2018-10-26 09:59:00,147 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:58:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8b5536c3-1fdd-4907-89d8-044a129b17f2 x-compute-request-id: req-8b5536c3-1fdd-4907-89d8-044a129b17f2 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:77:85", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/199aae35-994c-455e-b354-cdf8f5773b49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/199aae35-994c-455e-b354-cdf8f5773b49", "rel": "bookmark"}], "image": {"id": "5ea289fd-adcf-49c7-ac14-314fa3e7a48c", "links": [{"href": "http://172.30.9.21:8774/images/5ea289fd-adcf-49c7-ac14-314fa3e7a48c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:58:55.000000", "flavor": {"id": "42be4c0b-01fb-42ec-8c71-7153c40a060a", "links": [{"href": "http://172.30.9.21:8774/flavors/42be4c0b-01fb-42ec-8c71-7153c40a060a", "rel": "bookmark"}]}, "id": "199aae35-994c-455e-b354-cdf8f5773b49", "security_groups": [{"name": "default"}], "user_id": "004a0a3059474b09a16479fbc6a4ca70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:58:55Z", "hostId": "f1fd9869c02778b2e7e822bfa0ca9981d83c1031b46ed68167ca52fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-inst", "created": "2018-10-26T09:58:49Z", "tenant_id": "b8161c8305644b9fab09fbf8baada99a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:59:00,147 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/199aae35-994c-455e-b354-cdf8f5773b49 used request id req-8b5536c3-1fdd-4907-89d8-044a129b17f2 2018-10-26 09:59:00,150 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/199aae35-994c-455e-b354-cdf8f5773b49 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a41cafc0a056c482fc5b7c6e0ffe071ca4fc1c" 2018-10-26 09:59:00,918 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:59:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9ec95d63-09e3-449d-801f-45915e07af4b x-compute-request-id: req-9ec95d63-09e3-449d-801f-45915e07af4b Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:77:85", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/199aae35-994c-455e-b354-cdf8f5773b49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/199aae35-994c-455e-b354-cdf8f5773b49", "rel": "bookmark"}], "image": {"id": "5ea289fd-adcf-49c7-ac14-314fa3e7a48c", "links": [{"href": "http://172.30.9.21:8774/images/5ea289fd-adcf-49c7-ac14-314fa3e7a48c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:58:55.000000", "flavor": {"id": "42be4c0b-01fb-42ec-8c71-7153c40a060a", "links": [{"href": "http://172.30.9.21:8774/flavors/42be4c0b-01fb-42ec-8c71-7153c40a060a", "rel": "bookmark"}]}, "id": "199aae35-994c-455e-b354-cdf8f5773b49", "security_groups": [{"name": "default"}], "user_id": "004a0a3059474b09a16479fbc6a4ca70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:58:55Z", "hostId": "f1fd9869c02778b2e7e822bfa0ca9981d83c1031b46ed68167ca52fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-inst", "created": "2018-10-26T09:58:49Z", "tenant_id": "b8161c8305644b9fab09fbf8baada99a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:59:00,918 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/199aae35-994c-455e-b354-cdf8f5773b49 used request id req-9ec95d63-09e3-449d-801f-45915e07af4b 2018-10-26 09:59:00,919 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-inst] is - ACTIVE 2018-10-26 09:59:00,919 - create_instance - INFO - VM is - ACTIVE 2018-10-26 09:59:00,922 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/199aae35-994c-455e-b354-cdf8f5773b49 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a41cafc0a056c482fc5b7c6e0ffe071ca4fc1c" 2018-10-26 09:59:01,379 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:59:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1529bce8-a465-4cbe-8605-79d630b10f8d x-compute-request-id: req-1529bce8-a465-4cbe-8605-79d630b10f8d Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:77:85", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/199aae35-994c-455e-b354-cdf8f5773b49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/199aae35-994c-455e-b354-cdf8f5773b49", "rel": "bookmark"}], "image": {"id": "5ea289fd-adcf-49c7-ac14-314fa3e7a48c", "links": [{"href": "http://172.30.9.21:8774/images/5ea289fd-adcf-49c7-ac14-314fa3e7a48c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:58:55.000000", "flavor": {"id": "42be4c0b-01fb-42ec-8c71-7153c40a060a", "links": [{"href": "http://172.30.9.21:8774/flavors/42be4c0b-01fb-42ec-8c71-7153c40a060a", "rel": "bookmark"}]}, "id": "199aae35-994c-455e-b354-cdf8f5773b49", "security_groups": [{"name": "default"}], "user_id": "004a0a3059474b09a16479fbc6a4ca70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:58:55Z", "hostId": "f1fd9869c02778b2e7e822bfa0ca9981d83c1031b46ed68167ca52fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-inst", "created": "2018-10-26T09:58:49Z", "tenant_id": "b8161c8305644b9fab09fbf8baada99a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:59:01,379 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/199aae35-994c-455e-b354-cdf8f5773b49 used request id req-1529bce8-a465-4cbe-8605-79d630b10f8d 2018-10-26 09:59:01,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a41cafc0a056c482fc5b7c6e0ffe071ca4fc1c" 2018-10-26 09:59:01,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-d7c05373-57dd-4481-8e17-cca2c1830b46 Date: Fri, 26 Oct 2018 09:59: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":["ba3809f2-6876-4bf8-b355-3cdbc272fd98"],"updated_at":"2018-10-26T09:58:38Z","tenant_id":"b8161c8305644b9fab09fbf8baada99a","created_at":"2018-10-26T09:58:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b8161c8305644b9fab09fbf8baada99a","id":"7001e5d3-a4c7-4bf8-ace1-f98fc189f056","name":"InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-pub-net"}]} 2018-10-26 09:59:01,485 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-pub-net used request id req-d7c05373-57dd-4481-8e17-cca2c1830b46 2018-10-26 09:59:01,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/b8161c8305644b9fab09fbf8baada99a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a41cafc0a056c482fc5b7c6e0ffe071ca4fc1c" 2018-10-26 09:59:01,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:59:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-239648d9-4e8e-43d5-8130-6f1e6a638af7 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b8161c8305644b9fab09fbf8baada99a"}, "enabled": true, "id": "b8161c8305644b9fab09fbf8baada99a", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-1299f441-42c1-430-proj"}} 2018-10-26 09:59:01,580 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/b8161c8305644b9fab09fbf8baada99a used request id req-239648d9-4e8e-43d5-8130-6f1e6a638af7 2018-10-26 09:59:01,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7001e5d3-a4c7-4bf8-ace1-f98fc189f056 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a41cafc0a056c482fc5b7c6e0ffe071ca4fc1c" 2018-10-26 09:59:01,640 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-30e0cbad-84a8-4185-b602-b67a1b67010f Date: Fri, 26 Oct 2018 09:59:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7001e5d3-a4c7-4bf8-ace1-f98fc189f056","tenant_id":"b8161c8305644b9fab09fbf8baada99a","created_at":"2018-10-26T09:58:38Z","dns_nameservers":[],"updated_at":"2018-10-26T09:58: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":"b8161c8305644b9fab09fbf8baada99a","id":"ba3809f2-6876-4bf8-b355-3cdbc272fd98","subnetpool_id":null,"name":"InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-pub-subnet"}]} 2018-10-26 09:59:01,640 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7001e5d3-a4c7-4bf8-ace1-f98fc189f056 used request id req-30e0cbad-84a8-4185-b602-b67a1b67010f 2018-10-26 09:59:01,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=7001e5d3-a4c7-4bf8-ace1-f98fc189f056 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a41cafc0a056c482fc5b7c6e0ffe071ca4fc1c" 2018-10-26 09:59:01,733 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-18af8e7c-12ac-4286-bd7a-9e670290a5d6 Date: Fri, 26 Oct 2018 09:59:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:58:55Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ba3809f2-6876-4bf8-b355-3cdbc272fd98","ip_address":"10.55.0.10"}],"id":"43b73bab-378f-4a68-a867-f1d56f1cf98f","security_groups":["d752532b-7cc2-4d27-a5cf-316678d17845"],"mac_address":"fa:16:3e:d1:77:85","project_id":"b8161c8305644b9fab09fbf8baada99a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-port","admin_state_up":true,"network_id":"7001e5d3-a4c7-4bf8-ace1-f98fc189f056","tenant_id":"b8161c8305644b9fab09fbf8baada99a","created_at":"2018-10-26T09:58:46Z","binding:vnic_type":"normal","device_id":"199aae35-994c-455e-b354-cdf8f5773b49"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:58:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ba3809f2-6876-4bf8-b355-3cdbc272fd98","ip_address":"10.55.0.4"}],"id":"466516b4-8d83-4a9d-a4b6-780eb40ca8b3","security_groups":[],"mac_address":"fa:16:3e:82:db:69","project_id":"b8161c8305644b9fab09fbf8baada99a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7001e5d3-a4c7-4bf8-ace1-f98fc189f056","tenant_id":"b8161c8305644b9fab09fbf8baada99a","created_at":"2018-10-26T09:58:39Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7001e5d3-a4c7-4bf8-ace1-f98fc189f056"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:58:40Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ba3809f2-6876-4bf8-b355-3cdbc272fd98","ip_address":"10.55.0.2"}],"id":"ccde4e5d-294a-4d55-87cf-46ca6e9bf23d","security_groups":[],"mac_address":"fa:16:3e:b5:23:96","project_id":"b8161c8305644b9fab09fbf8baada99a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7001e5d3-a4c7-4bf8-ace1-f98fc189f056","tenant_id":"b8161c8305644b9fab09fbf8baada99a","created_at":"2018-10-26T09:58:38Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7001e5d3-a4c7-4bf8-ace1-f98fc189f056"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:58:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ba3809f2-6876-4bf8-b355-3cdbc272fd98","ip_address":"10.55.0.3"}],"id":"dca416da-92c4-4d32-ac25-fc0e240fa987","security_groups":[],"mac_address":"fa:16:3e:7e:3f:9f","project_id":"b8161c8305644b9fab09fbf8baada99a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7001e5d3-a4c7-4bf8-ace1-f98fc189f056","tenant_id":"b8161c8305644b9fab09fbf8baada99a","created_at":"2018-10-26T09:58:39Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7001e5d3-a4c7-4bf8-ace1-f98fc189f056"}]} 2018-10-26 09:59:01,733 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=7001e5d3-a4c7-4bf8-ace1-f98fc189f056 used request id req-18af8e7c-12ac-4286-bd7a-9e670290a5d6 2018-10-26 09:59:01,737 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/199aae35-994c-455e-b354-cdf8f5773b49 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a41cafc0a056c482fc5b7c6e0ffe071ca4fc1c" 2018-10-26 09:59:02,055 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:59:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1873df28-cb9f-4edc-9926-e9ae0ceec041 x-compute-request-id: req-1873df28-cb9f-4edc-9926-e9ae0ceec041 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:77:85", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/199aae35-994c-455e-b354-cdf8f5773b49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/199aae35-994c-455e-b354-cdf8f5773b49", "rel": "bookmark"}], "image": {"id": "5ea289fd-adcf-49c7-ac14-314fa3e7a48c", "links": [{"href": "http://172.30.9.21:8774/images/5ea289fd-adcf-49c7-ac14-314fa3e7a48c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:58:55.000000", "flavor": {"id": "42be4c0b-01fb-42ec-8c71-7153c40a060a", "links": [{"href": "http://172.30.9.21:8774/flavors/42be4c0b-01fb-42ec-8c71-7153c40a060a", "rel": "bookmark"}]}, "id": "199aae35-994c-455e-b354-cdf8f5773b49", "security_groups": [{"name": "default"}], "user_id": "004a0a3059474b09a16479fbc6a4ca70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:58:55Z", "hostId": "f1fd9869c02778b2e7e822bfa0ca9981d83c1031b46ed68167ca52fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-inst", "created": "2018-10-26T09:58:49Z", "tenant_id": "b8161c8305644b9fab09fbf8baada99a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:59:02,055 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/199aae35-994c-455e-b354-cdf8f5773b49 used request id req-1873df28-cb9f-4edc-9926-e9ae0ceec041 2018-10-26 09:59:02,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a41cafc0a056c482fc5b7c6e0ffe071ca4fc1c" 2018-10-26 09:59:02,161 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-90fb9422-16bb-4802-a71f-b6411c01efe6 Date: Fri, 26 Oct 2018 09:59: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":["ba3809f2-6876-4bf8-b355-3cdbc272fd98"],"updated_at":"2018-10-26T09:58:38Z","tenant_id":"b8161c8305644b9fab09fbf8baada99a","created_at":"2018-10-26T09:58:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b8161c8305644b9fab09fbf8baada99a","id":"7001e5d3-a4c7-4bf8-ace1-f98fc189f056","name":"InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-pub-net"}]} 2018-10-26 09:59:02,161 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-pub-net used request id req-90fb9422-16bb-4802-a71f-b6411c01efe6 2018-10-26 09:59:02,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/b8161c8305644b9fab09fbf8baada99a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a41cafc0a056c482fc5b7c6e0ffe071ca4fc1c" 2018-10-26 09:59:02,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:59:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7e1e2a0-b68c-4972-872f-6f1df531b07a Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b8161c8305644b9fab09fbf8baada99a"}, "enabled": true, "id": "b8161c8305644b9fab09fbf8baada99a", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-1299f441-42c1-430-proj"}} 2018-10-26 09:59:02,244 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/b8161c8305644b9fab09fbf8baada99a used request id req-b7e1e2a0-b68c-4972-872f-6f1df531b07a 2018-10-26 09:59:02,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7001e5d3-a4c7-4bf8-ace1-f98fc189f056 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a41cafc0a056c482fc5b7c6e0ffe071ca4fc1c" 2018-10-26 09:59:02,303 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-7d5008d8-d6b2-40ba-ad20-aef31bc2b14e Date: Fri, 26 Oct 2018 09:59:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7001e5d3-a4c7-4bf8-ace1-f98fc189f056","tenant_id":"b8161c8305644b9fab09fbf8baada99a","created_at":"2018-10-26T09:58:38Z","dns_nameservers":[],"updated_at":"2018-10-26T09:58: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":"b8161c8305644b9fab09fbf8baada99a","id":"ba3809f2-6876-4bf8-b355-3cdbc272fd98","subnetpool_id":null,"name":"InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-pub-subnet"}]} 2018-10-26 09:59:02,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7001e5d3-a4c7-4bf8-ace1-f98fc189f056 used request id req-7d5008d8-d6b2-40ba-ad20-aef31bc2b14e 2018-10-26 09:59:02,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=7001e5d3-a4c7-4bf8-ace1-f98fc189f056 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a41cafc0a056c482fc5b7c6e0ffe071ca4fc1c" 2018-10-26 09:59:02,401 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-73a18647-3798-44fe-aa5b-9d168f099784 Date: Fri, 26 Oct 2018 09:59:02 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:58:55Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ba3809f2-6876-4bf8-b355-3cdbc272fd98","ip_address":"10.55.0.10"}],"id":"43b73bab-378f-4a68-a867-f1d56f1cf98f","security_groups":["d752532b-7cc2-4d27-a5cf-316678d17845"],"mac_address":"fa:16:3e:d1:77:85","project_id":"b8161c8305644b9fab09fbf8baada99a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-port","admin_state_up":true,"network_id":"7001e5d3-a4c7-4bf8-ace1-f98fc189f056","tenant_id":"b8161c8305644b9fab09fbf8baada99a","created_at":"2018-10-26T09:58:46Z","binding:vnic_type":"normal","device_id":"199aae35-994c-455e-b354-cdf8f5773b49"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:58:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ba3809f2-6876-4bf8-b355-3cdbc272fd98","ip_address":"10.55.0.4"}],"id":"466516b4-8d83-4a9d-a4b6-780eb40ca8b3","security_groups":[],"mac_address":"fa:16:3e:82:db:69","project_id":"b8161c8305644b9fab09fbf8baada99a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7001e5d3-a4c7-4bf8-ace1-f98fc189f056","tenant_id":"b8161c8305644b9fab09fbf8baada99a","created_at":"2018-10-26T09:58:39Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7001e5d3-a4c7-4bf8-ace1-f98fc189f056"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:58:40Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ba3809f2-6876-4bf8-b355-3cdbc272fd98","ip_address":"10.55.0.2"}],"id":"ccde4e5d-294a-4d55-87cf-46ca6e9bf23d","security_groups":[],"mac_address":"fa:16:3e:b5:23:96","project_id":"b8161c8305644b9fab09fbf8baada99a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7001e5d3-a4c7-4bf8-ace1-f98fc189f056","tenant_id":"b8161c8305644b9fab09fbf8baada99a","created_at":"2018-10-26T09:58:38Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7001e5d3-a4c7-4bf8-ace1-f98fc189f056"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:58:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ba3809f2-6876-4bf8-b355-3cdbc272fd98","ip_address":"10.55.0.3"}],"id":"dca416da-92c4-4d32-ac25-fc0e240fa987","security_groups":[],"mac_address":"fa:16:3e:7e:3f:9f","project_id":"b8161c8305644b9fab09fbf8baada99a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7001e5d3-a4c7-4bf8-ace1-f98fc189f056","tenant_id":"b8161c8305644b9fab09fbf8baada99a","created_at":"2018-10-26T09:58:39Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7001e5d3-a4c7-4bf8-ace1-f98fc189f056"}]} 2018-10-26 09:59:02,401 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=7001e5d3-a4c7-4bf8-ace1-f98fc189f056 used request id req-73a18647-3798-44fe-aa5b-9d168f099784 2018-10-26 09:59:02,404 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/199aae35-994c-455e-b354-cdf8f5773b49/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a41cafc0a056c482fc5b7c6e0ffe071ca4fc1c" -d '{"removeSecurityGroup": {"name": "InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-name"}}' 2018-10-26 09:59:02,849 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 09:59:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7e6c35ba-f247-437f-b89b-005f2eb5e2ce x-compute-request-id: req-7e6c35ba-f247-437f-b89b-005f2eb5e2ce Content-Length: 199 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Security group InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-name not associated with the instance 199aae35-994c-455e-b354-cdf8f5773b49", "code": 404}} 2018-10-26 09:59:02,850 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/199aae35-994c-455e-b354-cdf8f5773b49/action used request id req-7e6c35ba-f247-437f-b89b-005f2eb5e2ce 2018-10-26 09:59:02,850 - create_instance - WARNING - Security group not removed - Security group InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-name not associated with the instance 199aae35-994c-455e-b354-cdf8f5773b49 (HTTP 404) (Request-ID: req-7e6c35ba-f247-437f-b89b-005f2eb5e2ce) 2018-10-26 09:59:02,853 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/199aae35-994c-455e-b354-cdf8f5773b49 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a41cafc0a056c482fc5b7c6e0ffe071ca4fc1c" 2018-10-26 09:59:03,301 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:59:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c09d7a96-c3e1-453d-b272-8c92e548579d x-compute-request-id: req-c09d7a96-c3e1-453d-b272-8c92e548579d Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:77:85", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/199aae35-994c-455e-b354-cdf8f5773b49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/199aae35-994c-455e-b354-cdf8f5773b49", "rel": "bookmark"}], "image": {"id": "5ea289fd-adcf-49c7-ac14-314fa3e7a48c", "links": [{"href": "http://172.30.9.21:8774/images/5ea289fd-adcf-49c7-ac14-314fa3e7a48c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:58:55.000000", "flavor": {"id": "42be4c0b-01fb-42ec-8c71-7153c40a060a", "links": [{"href": "http://172.30.9.21:8774/flavors/42be4c0b-01fb-42ec-8c71-7153c40a060a", "rel": "bookmark"}]}, "id": "199aae35-994c-455e-b354-cdf8f5773b49", "security_groups": [{"name": "default"}], "user_id": "004a0a3059474b09a16479fbc6a4ca70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:58:55Z", "hostId": "f1fd9869c02778b2e7e822bfa0ca9981d83c1031b46ed68167ca52fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-inst", "created": "2018-10-26T09:58:49Z", "tenant_id": "b8161c8305644b9fab09fbf8baada99a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:59:03,301 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/199aae35-994c-455e-b354-cdf8f5773b49 used request id req-c09d7a96-c3e1-453d-b272-8c92e548579d 2018-10-26 09:59:03,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a41cafc0a056c482fc5b7c6e0ffe071ca4fc1c" 2018-10-26 09:59:03,701 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-891e136c-e999-4b58-b7f3-b539193dc970 Date: Fri, 26 Oct 2018 09:59: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":["ba3809f2-6876-4bf8-b355-3cdbc272fd98"],"updated_at":"2018-10-26T09:58:38Z","tenant_id":"b8161c8305644b9fab09fbf8baada99a","created_at":"2018-10-26T09:58:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b8161c8305644b9fab09fbf8baada99a","id":"7001e5d3-a4c7-4bf8-ace1-f98fc189f056","name":"InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-pub-net"}]} 2018-10-26 09:59:03,701 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-pub-net used request id req-891e136c-e999-4b58-b7f3-b539193dc970 2018-10-26 09:59:03,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/b8161c8305644b9fab09fbf8baada99a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a41cafc0a056c482fc5b7c6e0ffe071ca4fc1c" 2018-10-26 09:59:03,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:59:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6f84b72-8885-4df7-9ad5-1a029596f26d Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b8161c8305644b9fab09fbf8baada99a"}, "enabled": true, "id": "b8161c8305644b9fab09fbf8baada99a", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-1299f441-42c1-430-proj"}} 2018-10-26 09:59:03,785 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/b8161c8305644b9fab09fbf8baada99a used request id req-b6f84b72-8885-4df7-9ad5-1a029596f26d 2018-10-26 09:59:03,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7001e5d3-a4c7-4bf8-ace1-f98fc189f056 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a41cafc0a056c482fc5b7c6e0ffe071ca4fc1c" 2018-10-26 09:59:03,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-1159df71-e805-4ccd-be80-ba4d04cfd9d2 Date: Fri, 26 Oct 2018 09:59:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7001e5d3-a4c7-4bf8-ace1-f98fc189f056","tenant_id":"b8161c8305644b9fab09fbf8baada99a","created_at":"2018-10-26T09:58:38Z","dns_nameservers":[],"updated_at":"2018-10-26T09:58: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":"b8161c8305644b9fab09fbf8baada99a","id":"ba3809f2-6876-4bf8-b355-3cdbc272fd98","subnetpool_id":null,"name":"InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-pub-subnet"}]} 2018-10-26 09:59:03,842 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7001e5d3-a4c7-4bf8-ace1-f98fc189f056 used request id req-1159df71-e805-4ccd-be80-ba4d04cfd9d2 2018-10-26 09:59:03,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=7001e5d3-a4c7-4bf8-ace1-f98fc189f056 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a41cafc0a056c482fc5b7c6e0ffe071ca4fc1c" 2018-10-26 09:59:03,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-3a9749f1-75db-44b7-acae-3db02709c608 Date: Fri, 26 Oct 2018 09:59:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:58:55Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ba3809f2-6876-4bf8-b355-3cdbc272fd98","ip_address":"10.55.0.10"}],"id":"43b73bab-378f-4a68-a867-f1d56f1cf98f","security_groups":["d752532b-7cc2-4d27-a5cf-316678d17845"],"mac_address":"fa:16:3e:d1:77:85","project_id":"b8161c8305644b9fab09fbf8baada99a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-port","admin_state_up":true,"network_id":"7001e5d3-a4c7-4bf8-ace1-f98fc189f056","tenant_id":"b8161c8305644b9fab09fbf8baada99a","created_at":"2018-10-26T09:58:46Z","binding:vnic_type":"normal","device_id":"199aae35-994c-455e-b354-cdf8f5773b49"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:58:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ba3809f2-6876-4bf8-b355-3cdbc272fd98","ip_address":"10.55.0.4"}],"id":"466516b4-8d83-4a9d-a4b6-780eb40ca8b3","security_groups":[],"mac_address":"fa:16:3e:82:db:69","project_id":"b8161c8305644b9fab09fbf8baada99a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7001e5d3-a4c7-4bf8-ace1-f98fc189f056","tenant_id":"b8161c8305644b9fab09fbf8baada99a","created_at":"2018-10-26T09:58:39Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7001e5d3-a4c7-4bf8-ace1-f98fc189f056"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:58:40Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ba3809f2-6876-4bf8-b355-3cdbc272fd98","ip_address":"10.55.0.2"}],"id":"ccde4e5d-294a-4d55-87cf-46ca6e9bf23d","security_groups":[],"mac_address":"fa:16:3e:b5:23:96","project_id":"b8161c8305644b9fab09fbf8baada99a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7001e5d3-a4c7-4bf8-ace1-f98fc189f056","tenant_id":"b8161c8305644b9fab09fbf8baada99a","created_at":"2018-10-26T09:58:38Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7001e5d3-a4c7-4bf8-ace1-f98fc189f056"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:58:41Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ba3809f2-6876-4bf8-b355-3cdbc272fd98","ip_address":"10.55.0.3"}],"id":"dca416da-92c4-4d32-ac25-fc0e240fa987","security_groups":[],"mac_address":"fa:16:3e:7e:3f:9f","project_id":"b8161c8305644b9fab09fbf8baada99a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7001e5d3-a4c7-4bf8-ace1-f98fc189f056","tenant_id":"b8161c8305644b9fab09fbf8baada99a","created_at":"2018-10-26T09:58:39Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7001e5d3-a4c7-4bf8-ace1-f98fc189f056"}]} 2018-10-26 09:59:03,938 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=7001e5d3-a4c7-4bf8-ace1-f98fc189f056 used request id req-3a9749f1-75db-44b7-acae-3db02709c608 2018-10-26 09:59:03,942 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/199aae35-994c-455e-b354-cdf8f5773b49 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}697e66712022078da8a67b5f1ecbfbbf1885224f" 2018-10-26 09:59:04,846 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:59:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1e32cb4d-6720-49b5-a354-b3f2fee24e87 x-compute-request-id: req-1e32cb4d-6720-49b5-a354-b3f2fee24e87 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:77:85", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/199aae35-994c-455e-b354-cdf8f5773b49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/199aae35-994c-455e-b354-cdf8f5773b49", "rel": "bookmark"}], "image": {"id": "5ea289fd-adcf-49c7-ac14-314fa3e7a48c", "links": [{"href": "http://172.30.9.21:8774/images/5ea289fd-adcf-49c7-ac14-314fa3e7a48c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:58:55.000000", "flavor": {"id": "42be4c0b-01fb-42ec-8c71-7153c40a060a", "links": [{"href": "http://172.30.9.21:8774/flavors/42be4c0b-01fb-42ec-8c71-7153c40a060a", "rel": "bookmark"}]}, "id": "199aae35-994c-455e-b354-cdf8f5773b49", "security_groups": [{"name": "default"}], "user_id": "004a0a3059474b09a16479fbc6a4ca70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:58:55Z", "hostId": "f1fd9869c02778b2e7e822bfa0ca9981d83c1031b46ed68167ca52fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-inst", "created": "2018-10-26T09:58:49Z", "tenant_id": "b8161c8305644b9fab09fbf8baada99a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:59:04,846 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/199aae35-994c-455e-b354-cdf8f5773b49 used request id req-1e32cb4d-6720-49b5-a354-b3f2fee24e87 2018-10-26 09:59:04,847 - create_instance - INFO - Deleting Port with ID - 43b73bab-378f-4a68-a867-f1d56f1cf98f 2018-10-26 09:59:04,847 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-port 2018-10-26 09:59:04,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/43b73bab-378f-4a68-a867-f1d56f1cf98f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a41cafc0a056c482fc5b7c6e0ffe071ca4fc1c" 2018-10-26 09:59:05,295 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-78f70eac-0b93-4daf-aeff-392d98a9673a Date: Fri, 26 Oct 2018 09:59:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:59:05,296 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/43b73bab-378f-4a68-a867-f1d56f1cf98f used request id req-78f70eac-0b93-4daf-aeff-392d98a9673a 2018-10-26 09:59:05,296 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-inst 2018-10-26 09:59:05,299 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/199aae35-994c-455e-b354-cdf8f5773b49 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a41cafc0a056c482fc5b7c6e0ffe071ca4fc1c" 2018-10-26 09:59:05,665 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:59: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-d5eebf0c-d3e1-4bf9-82f0-89c2bfda8570 x-compute-request-id: req-d5eebf0c-d3e1-4bf9-82f0-89c2bfda8570 Content-Type: application/json 2018-10-26 09:59:05,665 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/199aae35-994c-455e-b354-cdf8f5773b49 used request id req-d5eebf0c-d3e1-4bf9-82f0-89c2bfda8570 2018-10-26 09:59:05,665 - create_instance - INFO - Checking deletion status 2018-10-26 09:59:05,668 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/199aae35-994c-455e-b354-cdf8f5773b49 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a41cafc0a056c482fc5b7c6e0ffe071ca4fc1c" 2018-10-26 09:59:05,768 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:59: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-8f46c976-b40b-4a57-961f-d2e55e2a961c x-compute-request-id: req-8f46c976-b40b-4a57-961f-d2e55e2a961c 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.21:8774/v2.1/servers/199aae35-994c-455e-b354-cdf8f5773b49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/199aae35-994c-455e-b354-cdf8f5773b49", "rel": "bookmark"}], "image": {"id": "5ea289fd-adcf-49c7-ac14-314fa3e7a48c", "links": [{"href": "http://172.30.9.21:8774/images/5ea289fd-adcf-49c7-ac14-314fa3e7a48c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:58:55.000000", "flavor": {"id": "42be4c0b-01fb-42ec-8c71-7153c40a060a", "links": [{"href": "http://172.30.9.21:8774/flavors/42be4c0b-01fb-42ec-8c71-7153c40a060a", "rel": "bookmark"}]}, "id": "199aae35-994c-455e-b354-cdf8f5773b49", "user_id": "004a0a3059474b09a16479fbc6a4ca70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:59:05Z", "hostId": "f1fd9869c02778b2e7e822bfa0ca9981d83c1031b46ed68167ca52fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-inst", "created": "2018-10-26T09:58:49Z", "tenant_id": "b8161c8305644b9fab09fbf8baada99a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:59:05,769 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/199aae35-994c-455e-b354-cdf8f5773b49 used request id req-8f46c976-b40b-4a57-961f-d2e55e2a961c 2018-10-26 09:59:05,769 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-inst] is - ACTIVE 2018-10-26 09:59:05,769 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:59:08,772 - create_instance - DEBUG - VM status query timeout in 296.89321208 2018-10-26 09:59:08,775 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/199aae35-994c-455e-b354-cdf8f5773b49 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a41cafc0a056c482fc5b7c6e0ffe071ca4fc1c" 2018-10-26 09:59:09,021 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:59: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-d9197d37-7e28-408d-9168-9d3dd95b6638 x-compute-request-id: req-d9197d37-7e28-408d-9168-9d3dd95b6638 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.21:8774/v2.1/servers/199aae35-994c-455e-b354-cdf8f5773b49", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/199aae35-994c-455e-b354-cdf8f5773b49", "rel": "bookmark"}], "image": {"id": "5ea289fd-adcf-49c7-ac14-314fa3e7a48c", "links": [{"href": "http://172.30.9.21:8774/images/5ea289fd-adcf-49c7-ac14-314fa3e7a48c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T09:58:55.000000", "flavor": {"id": "42be4c0b-01fb-42ec-8c71-7153c40a060a", "links": [{"href": "http://172.30.9.21:8774/flavors/42be4c0b-01fb-42ec-8c71-7153c40a060a", "rel": "bookmark"}]}, "id": "199aae35-994c-455e-b354-cdf8f5773b49", "user_id": "004a0a3059474b09a16479fbc6a4ca70", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:59:08Z", "hostId": "f1fd9869c02778b2e7e822bfa0ca9981d83c1031b46ed68167ca52fd", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-inst", "created": "2018-10-26T09:58:49Z", "tenant_id": "b8161c8305644b9fab09fbf8baada99a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:59:09,021 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/199aae35-994c-455e-b354-cdf8f5773b49 used request id req-d9197d37-7e28-408d-9168-9d3dd95b6638 2018-10-26 09:59:09,021 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-inst] is - ACTIVE 2018-10-26 09:59:09,021 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:59:12,025 - create_instance - DEBUG - VM status query timeout in 293.64101696 2018-10-26 09:59:12,028 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/199aae35-994c-455e-b354-cdf8f5773b49 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8a41cafc0a056c482fc5b7c6e0ffe071ca4fc1c" 2018-10-26 09:59:12,077 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 09: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-b8957112-fb50-4d53-8a39-3434aeb465d3 x-compute-request-id: req-b8957112-fb50-4d53-8a39-3434aeb465d3 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 199aae35-994c-455e-b354-cdf8f5773b49 could not be found.", "code": 404}} 2018-10-26 09:59:12,077 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/199aae35-994c-455e-b354-cdf8f5773b49 used request id req-b8957112-fb50-4d53-8a39-3434aeb465d3 2018-10-26 09:59:12,077 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 199aae35-994c-455e-b354-cdf8f5773b49 could not be found. (HTTP 404) (Request-ID: req-b8957112-fb50-4d53-8a39-3434aeb465d3) 2018-10-26 09:59:12,077 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-inst 2018-10-26 09:59:12,079 - neutron_utils - INFO - Deleting security group rule with ID - 0650ede3-1e35-474f-b91f-5757b9336a45 2018-10-26 09:59:12,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/0650ede3-1e35-474f-b91f-5757b9336a45 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f85d1d30afd1f0845c1cf8599d5bbbf4770b991d" 2018-10-26 09:59:12,356 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-be42d85e-2773-4e89-98f5-9a8364e12f06 Content-Length: 0 Date: Fri, 26 Oct 2018 09:59:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:59:12,356 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/0650ede3-1e35-474f-b91f-5757b9336a45 used request id req-be42d85e-2773-4e89-98f5-9a8364e12f06 2018-10-26 09:59:12,356 - neutron_utils - INFO - Deleting security group rule with ID - 2f1462e7-f2a6-477b-953b-d12eb8b4ef13 2018-10-26 09:59:12,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/2f1462e7-f2a6-477b-953b-d12eb8b4ef13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f85d1d30afd1f0845c1cf8599d5bbbf4770b991d" 2018-10-26 09:59:12,792 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e5a126b5-9891-4cf1-9375-e90219b1d973 Content-Length: 0 Date: Fri, 26 Oct 2018 09:59:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:59:12,792 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/2f1462e7-f2a6-477b-953b-d12eb8b4ef13 used request id req-e5a126b5-9891-4cf1-9375-e90219b1d973 2018-10-26 09:59:12,792 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-name 2018-10-26 09:59:12,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/b020ca0d-d09b-4430-8a89-5d9ba74da824 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f85d1d30afd1f0845c1cf8599d5bbbf4770b991d" 2018-10-26 09:59:13,178 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-21218449-defc-4086-ab3b-63393dd8c35d Content-Length: 0 Date: Fri, 26 Oct 2018 09:59:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:59:13,178 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/b020ca0d-d09b-4430-8a89-5d9ba74da824 used request id req-21218449-defc-4086-ab3b-63393dd8c35d 2018-10-26 09:59:13,181 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/42be4c0b-01fb-42ec-8c71-7153c40a060a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db25b264d759aca3587c2254f5835dcc14cc1c28" 2018-10-26 09:59:13,221 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09:59:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-82f1b14d-21c9-41ca-bac3-9d89f4d4714c x-compute-request-id: req-82f1b14d-21c9-41ca-bac3-9d89f4d4714c Content-Length: 0 Content-Type: application/json 2018-10-26 09:59:13,221 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/42be4c0b-01fb-42ec-8c71-7153c40a060a used request id req-82f1b14d-21c9-41ca-bac3-9d89f4d4714c 2018-10-26 09:59:13,222 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-pub-subnet 2018-10-26 09:59:13,222 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-pub-subnet 2018-10-26 09:59:13,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/ba3809f2-6876-4bf8-b355-3cdbc272fd98 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee6d8353f2fca7f467b7a9ceae3217b5b72eb6c6" 2018-10-26 09:59:15,413 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1cb51a60-d657-4bf2-8f0b-4fc09612b62a Date: Fri, 26 Oct 2018 09:59:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:59:15,413 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/ba3809f2-6876-4bf8-b355-3cdbc272fd98 used request id req-1cb51a60-d657-4bf2-8f0b-4fc09612b62a 2018-10-26 09:59:15,413 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-pub-net 2018-10-26 09:59:15,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/7001e5d3-a4c7-4bf8-ace1-f98fc189f056 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee6d8353f2fca7f467b7a9ceae3217b5b72eb6c6" 2018-10-26 09:59:16,710 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-67a96c19-5e43-45a1-9d80-e2eef42830b3 Date: Fri, 26 Oct 2018 09:59:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:59:16,710 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/7001e5d3-a4c7-4bf8-ace1-f98fc189f056 used request id req-67a96c19-5e43-45a1-9d80-e2eef42830b3 2018-10-26 09:59:16,710 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-0a8e5abe-bdbc-4d08-a195-2a471e323c01-image 2018-10-26 09:59:16,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/5ea289fd-adcf-49c7-ac14-314fa3e7a48c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}80d8343d1a0bac9705e6941647a9114c7fb7e76d" 2018-10-26 09:59:17,807 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-46595f92-79f8-43fc-9193-733f1155cf07 Date: Fri, 26 Oct 2018 09:59: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-26 09:59:17,807 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/5ea289fd-adcf-49c7-ac14-314fa3e7a48c used request id req-46595f92-79f8-43fc-9193-733f1155cf07 2018-10-26 09:59:17,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2e4fc75470b2c3664f0e9a17edbbad071444f7d" 2018-10-26 09:59:18,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-8c6c4662-41a0-4aaf-a946-2a0745a83300 Date: Fri, 26 Oct 2018 09:59:18 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8161c8305644b9fab09fbf8baada99a", "created_at": "2018-10-26T09:58:36Z", "updated_at": "2018-10-26T09:58:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:58:36Z", "revision_number": 0, "id": "1b30f4b7-fd79-4aff-8618-c93916de3f39", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:58:36Z", "security_group_id": "d752532b-7cc2-4d27-a5cf-316678d17845", "tenant_id": "b8161c8305644b9fab09fbf8baada99a", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8161c8305644b9fab09fbf8baada99a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:58:36Z", "revision_number": 0, "id": "6ca4e264-cdb6-45d2-8447-b0a283160006", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:58:36Z", "security_group_id": "d752532b-7cc2-4d27-a5cf-316678d17845", "tenant_id": "b8161c8305644b9fab09fbf8baada99a", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8161c8305644b9fab09fbf8baada99a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:58:36Z", "revision_number": 0, "id": "b64fc5ac-5e6a-4679-be1d-51a3025767e9", "remote_group_id": "d752532b-7cc2-4d27-a5cf-316678d17845", "remote_ip_prefix": null, "created_at": "2018-10-26T09:58:36Z", "security_group_id": "d752532b-7cc2-4d27-a5cf-316678d17845", "tenant_id": "b8161c8305644b9fab09fbf8baada99a", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8161c8305644b9fab09fbf8baada99a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:58:36Z", "revision_number": 0, "id": "e8225958-be89-478e-bc2f-f3d71aa99025", "remote_group_id": "d752532b-7cc2-4d27-a5cf-316678d17845", "remote_ip_prefix": null, "created_at": "2018-10-26T09:58:36Z", "security_group_id": "d752532b-7cc2-4d27-a5cf-316678d17845", "tenant_id": "b8161c8305644b9fab09fbf8baada99a", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8161c8305644b9fab09fbf8baada99a"}], "revision_number": 4, "project_id": "b8161c8305644b9fab09fbf8baada99a", "id": "d752532b-7cc2-4d27-a5cf-316678d17845", "name": "default"}]} 2018-10-26 09:59:18,046 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-8c6c4662-41a0-4aaf-a946-2a0745a83300 2018-10-26 09:59:18,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2e4fc75470b2c3664f0e9a17edbbad071444f7d" 2018-10-26 09:59:18,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:59:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e62c1fc-727a-45c5-bd5d-52588c6e784d 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 09:59:18,139 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-2e62c1fc-727a-45c5-bd5d-52588c6e784d 2018-10-26 09:59:18,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2e4fc75470b2c3664f0e9a17edbbad071444f7d" 2018-10-26 09:59:18,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:59:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a701dbf3-a92c-425a-b960-32b84f81cb10 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:59:18,234 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-a701dbf3-a92c-425a-b960-32b84f81cb10 2018-10-26 09:59:18,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2e4fc75470b2c3664f0e9a17edbbad071444f7d" 2018-10-26 09:59:18,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:59:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4aedcb1-0908-4b34-9b1b-a9cb02fd31c4 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 09:59:18,327 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-f4aedcb1-0908-4b34-9b1b-a9cb02fd31c4 2018-10-26 09:59:18,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/b8161c8305644b9fab09fbf8baada99a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2e4fc75470b2c3664f0e9a17edbbad071444f7d" 2018-10-26 09:59:18,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:59:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5d5626e-f2a5-402c-bbef-27dedc022b0f Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b8161c8305644b9fab09fbf8baada99a"}, "enabled": true, "id": "b8161c8305644b9fab09fbf8baada99a", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-1299f441-42c1-430-proj"}} 2018-10-26 09:59:18,420 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/b8161c8305644b9fab09fbf8baada99a used request id req-f5d5626e-f2a5-402c-bbef-27dedc022b0f 2018-10-26 09:59:18,421 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d752532b-7cc2-4d27-a5cf-316678d17845 2018-10-26 09:59:18,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=d752532b-7cc2-4d27-a5cf-316678d17845 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2e4fc75470b2c3664f0e9a17edbbad071444f7d" 2018-10-26 09:59:18,602 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-3f33e7a5-10c5-4843-b8cf-15cce268bcd7 Date: Fri, 26 Oct 2018 09:59: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-26T09:58:36Z", "security_group_id": "d752532b-7cc2-4d27-a5cf-316678d17845", "port_range_min": null, "revision_number": 0, "tenant_id": "b8161c8305644b9fab09fbf8baada99a", "created_at": "2018-10-26T09:58:36Z", "project_id": "b8161c8305644b9fab09fbf8baada99a", "id": "1b30f4b7-fd79-4aff-8618-c93916de3f39"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:58:36Z", "security_group_id": "d752532b-7cc2-4d27-a5cf-316678d17845", "port_range_min": null, "revision_number": 0, "tenant_id": "b8161c8305644b9fab09fbf8baada99a", "created_at": "2018-10-26T09:58:36Z", "project_id": "b8161c8305644b9fab09fbf8baada99a", "id": "6ca4e264-cdb6-45d2-8447-b0a283160006"}, {"remote_group_id": "d752532b-7cc2-4d27-a5cf-316678d17845", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:58:36Z", "security_group_id": "d752532b-7cc2-4d27-a5cf-316678d17845", "port_range_min": null, "revision_number": 0, "tenant_id": "b8161c8305644b9fab09fbf8baada99a", "created_at": "2018-10-26T09:58:36Z", "project_id": "b8161c8305644b9fab09fbf8baada99a", "id": "b64fc5ac-5e6a-4679-be1d-51a3025767e9"}, {"remote_group_id": "d752532b-7cc2-4d27-a5cf-316678d17845", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T09:58:36Z", "security_group_id": "d752532b-7cc2-4d27-a5cf-316678d17845", "port_range_min": null, "revision_number": 0, "tenant_id": "b8161c8305644b9fab09fbf8baada99a", "created_at": "2018-10-26T09:58:36Z", "project_id": "b8161c8305644b9fab09fbf8baada99a", "id": "e8225958-be89-478e-bc2f-f3d71aa99025"}]} 2018-10-26 09:59:18,602 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=d752532b-7cc2-4d27-a5cf-316678d17845 used request id req-3f33e7a5-10c5-4843-b8cf-15cce268bcd7 2018-10-26 09:59:18,603 - neutron_utils - INFO - Deleting security group with name - default 2018-10-26 09:59:18,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/d752532b-7cc2-4d27-a5cf-316678d17845 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2e4fc75470b2c3664f0e9a17edbbad071444f7d" 2018-10-26 09:59:18,873 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-da1c85f4-c1f2-43d6-8f99-ba55fff93418 Content-Length: 0 Date: Fri, 26 Oct 2018 09:59:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 09:59:18,873 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/d752532b-7cc2-4d27-a5cf-316678d17845 used request id req-da1c85f4-c1f2-43d6-8f99-ba55fff93418 2018-10-26 09:59:18,873 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-1299f441-42c1-430-proj 2018-10-26 09:59:18,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/b8161c8305644b9fab09fbf8baada99a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2e4fc75470b2c3664f0e9a17edbbad071444f7d" 2018-10-26 09:59:19,078 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:59:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3148b8b7-f4b3-4679-ad79-934f880f9b8b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:59:19,079 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/b8161c8305644b9fab09fbf8baada99a used request id req-3148b8b7-f4b3-4679-ad79-934f880f9b8b 2018-10-26 09:59:19,079 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-1299f441-42c1-430-proj-role 2018-10-26 09:59:19,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/8f65250196bf47e38f6fdb68752aeebb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2e4fc75470b2c3664f0e9a17edbbad071444f7d" 2018-10-26 09:59:19,189 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:59:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-68304edd-d4bc-4408-af95-1eeb75dc35b7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:59:19,189 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/8f65250196bf47e38f6fdb68752aeebb used request id req-68304edd-d4bc-4408-af95-1eeb75dc35b7 2018-10-26 09:59:19,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2e4fc75470b2c3664f0e9a17edbbad071444f7d" 2018-10-26 09:59:19,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:59:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b484fba-a5f5-4b86-86c9-69def7ea16fa Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:59:19,278 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-9b484fba-a5f5-4b86-86c9-69def7ea16fa 2018-10-26 09:59:19,279 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-1299f441-42c1-430-user 2018-10-26 09:59:19,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/004a0a3059474b09a16479fbc6a4ca70 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5ac0959dd2c8b2f3d9c0af67252c971b5c6a380" 2018-10-26 09:59:19,482 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:59:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dc98de99-5d26-4645-908b-64977198c961 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:59:19,482 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/004a0a3059474b09a16479fbc6a4ca70 used request id req-dc98de99-5d26-4645-908b-64977198c961 2018-10-26 09:59:19,484 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:59:19,872 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:59:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["stFMSzFKRsWIRQ9ppIQl0Q"], "issued_at": "2018-10-26T09:59:19.000000Z"}} 2018-10-26 09:59:19,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89b3ba97160004a030efc1d017e3e609e904a1c8" 2018-10-26 09:59:19,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:59:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2c51c5d-d300-4ffc-966d-438785c17dd1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:59:19,960 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b2c51c5d-d300-4ffc-966d-438785c17dd1 2018-10-26 09:59:19,961 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:59:19,962 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:59:20,344 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:59:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["dWtUM323RJSXaM_gCycc-Q"], "issued_at": "2018-10-26T09:59:20.000000Z"}} 2018-10-26 09:59:20,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d5478ca98f7d27c364d843fa015dd2f0781304f" 2018-10-26 09:59:20,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:59:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96c8661c-ef3f-4f4d-8ebd-9ca4d1304736 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:59:20,430 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-96c8661c-ef3f-4f4d-8ebd-9ca4d1304736 2018-10-26 09:59:20,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:59:20,439 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:59: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:59:20,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceOnComputeHost-c4ec51e8-9719-43e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d5478ca98f7d27c364d843fa015dd2f0781304f" 2018-10-26 09:59:20,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:59:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ef757d7-c2ba-47cc-bc87-85c20395435f Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceOnComputeHost-c4ec51e8-9719-43e-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 09:59:20,537 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceOnComputeHost-c4ec51e8-9719-43e-proj used request id req-3ef757d7-c2ba-47cc-bc87-85c20395435f 2018-10-26 09:59:20,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d5478ca98f7d27c364d843fa015dd2f0781304f" 2018-10-26 09:59:20,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:59:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a5c60e7-c7ba-4907-a255-57830acb6f6f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:59:20,631 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-9a5c60e7-c7ba-4907-a255-57830acb6f6f 2018-10-26 09:59:20,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d5478ca98f7d27c364d843fa015dd2f0781304f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceOnComputeHost-c4ec51e8-9719-43e-proj"}}' 2018-10-26 09:59:20,759 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:59:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cac5db21-baa6-4f21-8c06-42f6795d42c7 Content-Length: 312 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/bf2b7bcc245a4abea8032e835c411960"}, "enabled": true, "id": "bf2b7bcc245a4abea8032e835c411960", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceOnComputeHost-c4ec51e8-9719-43e-proj"}} 2018-10-26 09:59:20,759 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-cac5db21-baa6-4f21-8c06-42f6795d42c7 2018-10-26 09:59:20,760 - keystone_utils - INFO - Created project with name - CreateInstanceOnComputeHost-c4ec51e8-9719-43e-proj 2018-10-26 09:59:20,760 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:59:20,761 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:59:21,134 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:59:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["ojFxUfDkTw6okFOiI6l8mA"], "issued_at": "2018-10-26T09:59:21.000000Z"}} 2018-10-26 09:59:21,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb2f85f27c909df2c38e58101f53cab38f67e062" 2018-10-26 09:59:21,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:59:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1653a70-3351-4657-9b0e-85187b9755c1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:59:21,221 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a1653a70-3351-4657-9b0e-85187b9755c1 2018-10-26 09:59:21,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:59:21,232 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:59:21,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb2f85f27c909df2c38e58101f53cab38f67e062" 2018-10-26 09:59:21,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:59:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2390a3e9-5317-4524-a7a6-0e35a2fc7bd1 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 09:59:21,267 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-2390a3e9-5317-4524-a7a6-0e35a2fc7bd1 2018-10-26 09:59:21,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstanceOnComputeHost-c4ec51e8-9719-43e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb2f85f27c909df2c38e58101f53cab38f67e062" 2018-10-26 09:59:21,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:59:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9464b25-3af7-43da-a034-266c40d5831b Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstanceOnComputeHost-c4ec51e8-9719-43e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/bf2b7bcc245a4abea8032e835c411960"}, "enabled": true, "id": "bf2b7bcc245a4abea8032e835c411960", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceOnComputeHost-c4ec51e8-9719-43e-proj"}]} 2018-10-26 09:59:21,288 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstanceOnComputeHost-c4ec51e8-9719-43e-proj used request id req-e9464b25-3af7-43da-a034-266c40d5831b 2018-10-26 09:59:21,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb2f85f27c909df2c38e58101f53cab38f67e062" 2018-10-26 09:59:21,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:59:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8adaa5c8-40a6-4e9c-9e2a-3fad3f7ce0b6 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 09:59:21,392 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-8adaa5c8-40a6-4e9c-9e2a-3fad3f7ce0b6 2018-10-26 09:59:21,783 - keystone_utils - INFO - Created user with name - CreateInstanceOnComputeHost-c4ec51e8-9719-43e-user 2018-10-26 09:59:21,784 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:59:21,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d5478ca98f7d27c364d843fa015dd2f0781304f" 2018-10-26 09:59:21,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:59:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-372b2ad8-4059-46aa-a285-a129b80131ff Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 09:59:21,871 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-372b2ad8-4059-46aa-a285-a129b80131ff 2018-10-26 09:59:21,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d5478ca98f7d27c364d843fa015dd2f0781304f" -d '{"role": {"name": "CreateInstanceOnComputeHost-c4ec51e8-9719-43e-proj-role"}}' 2018-10-26 09:59:22,005 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 09:59:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cd322a97-f618-4bef-ba2c-f30a68190e67 Content-Length: 226 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "473bb400b9334baf9af84e40c9d01ad5", "links": {"self": "http://172.30.9.21:5000/v3/roles/473bb400b9334baf9af84e40c9d01ad5"}, "name": "CreateInstanceOnComputeHost-c4ec51e8-9719-43e-proj-role"}} 2018-10-26 09:59:22,005 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-cd322a97-f618-4bef-ba2c-f30a68190e67 2018-10-26 09:59:22,005 - keystone_utils - INFO - Created role with name - CreateInstanceOnComputeHost-c4ec51e8-9719-43e-proj-role 2018-10-26 09:59:22,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/473bb400b9334baf9af84e40c9d01ad5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d5478ca98f7d27c364d843fa015dd2f0781304f" 2018-10-26 09:59:22,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:59:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dde39e19-7bb7-4871-abb3-a3227abc15ba Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/473bb400b9334baf9af84e40c9d01ad5"}, "domain_id": null, "name": "CreateInstanceOnComputeHost-c4ec51e8-9719-43e-proj-role", "id": "473bb400b9334baf9af84e40c9d01ad5"}} 2018-10-26 09:59:22,091 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/473bb400b9334baf9af84e40c9d01ad5 used request id req-dde39e19-7bb7-4871-abb3-a3227abc15ba 2018-10-26 09:59:22,091 - keystone_utils - INFO - Granting role CreateInstanceOnComputeHost-c4ec51e8-9719-43e-proj-role to project CreateInstanceOnComputeHost-c4ec51e8-9719-43e-proj 2018-10-26 09:59:22,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/bf2b7bcc245a4abea8032e835c411960/users/2e9691f5bde7499894c0ef68856ac7d9/roles/473bb400b9334baf9af84e40c9d01ad5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d5478ca98f7d27c364d843fa015dd2f0781304f" 2018-10-26 09:59:22,222 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 09:59:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-58dfa8fe-f177-4f52-aaff-466dd29de868 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 09:59:22,222 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/bf2b7bcc245a4abea8032e835c411960/users/2e9691f5bde7499894c0ef68856ac7d9/roles/473bb400b9334baf9af84e40c9d01ad5 used request id req-58dfa8fe-f177-4f52-aaff-466dd29de868 2018-10-26 09:59:22,223 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-26 09:59:22,223 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:59:22,224 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:59:22,607 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:59:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["cl0WXxxURweI1q0xFzF1Ig"], "issued_at": "2018-10-26T09:59:22.000000Z"}} 2018-10-26 09:59:22,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ff97fd5006cbfb4de7ec0a5ae06ba93cc7006b2" 2018-10-26 09:59:22,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:59:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e50959b-09e6-4063-9fe6-83793606a513 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:59:22,690 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-6e50959b-09e6-4063-9fe6-83793606a513 2018-10-26 09:59:22,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ff97fd5006cbfb4de7ec0a5ae06ba93cc7006b2" 2018-10-26 09:59:22,880 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-5db39e8e-e4e1-4ce4-af3b-e4882d234466 Date: Fri, 26 Oct 2018 09:59:22 GMT RESP BODY: {"networks":[]} 2018-10-26 09:59:22,880 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net used request id req-5db39e8e-e4e1-4ce4-af3b-e4882d234466 2018-10-26 09:59:22,880 - neutron_utils - INFO - Creating network with name CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net 2018-10-26 09:59:22,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ff97fd5006cbfb4de7ec0a5ae06ba93cc7006b2" -d '{"network": {"name": "CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net", "admin_state_up": true}}' 2018-10-26 09:59:23,445 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-e10b9ce6-725d-4cb0-9d44-91f71238f940 Date: Fri, 26 Oct 2018 09:59: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":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":2,"ipv4_address_scope":null,"shared":false,"project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T09:59:23Z","is_default":false,"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net","admin_state_up":true,"tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:23Z","mtu":1450}} 2018-10-26 09:59:23,445 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-e10b9ce6-725d-4cb0-9d44-91f71238f940 2018-10-26 09:59:23,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ff97fd5006cbfb4de7ec0a5ae06ba93cc7006b2" 2018-10-26 09:59:23,697 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 709 X-Openstack-Request-Id: req-873e0877-16e3-4d6f-8f3f-4170045cedfa Date: Fri, 26 Oct 2018 09:59:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":2,"ipv4_address_scope":null,"shared":false,"project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T09:59:23Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net","admin_state_up":true,"tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:23Z","provider:network_type":"vxlan"}]} 2018-10-26 09:59:23,697 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811 used request id req-873e0877-16e3-4d6f-8f3f-4170045cedfa 2018-10-26 09:59:23,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ff97fd5006cbfb4de7ec0a5ae06ba93cc7006b2" 2018-10-26 09:59:23,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-9f7c7c2b-ba47-44e0-a714-9fe4a8fabe38 Date: Fri, 26 Oct 2018 09:59:23 GMT RESP BODY: {"subnets":[]} 2018-10-26 09:59:23,896 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811 used request id req-9f7c7c2b-ba47-44e0-a714-9fe4a8fabe38 2018-10-26 09:59:23,896 - neutron_utils - INFO - Creating subnet with name CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-subnet 2018-10-26 09:59:23,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ff97fd5006cbfb4de7ec0a5ae06ba93cc7006b2" -d '{"subnets": [{"ip_version": 4, "network_id": "c75107e1-1c54-4e00-a1ce-4cef4bd4c811", "cidr": "10.55.0.0/24", "name": "CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-subnet"}]}' 2018-10-26 09:59:24,655 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-65064f6c-aeda-4f9c-95ed-d927e39af1d9 Date: Fri, 26 Oct 2018 09:59:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:24Z","dns_nameservers":[],"updated_at":"2018-10-26T09:59:24Z","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":"520bb063707641068ecd26c37a46f476","id":"aa58455b-8b6f-4c96-92ff-9eba7ccd9e67","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-subnet"}]} 2018-10-26 09:59:24,655 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-65064f6c-aeda-4f9c-95ed-d927e39af1d9 2018-10-26 09:59:24,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ff97fd5006cbfb4de7ec0a5ae06ba93cc7006b2" 2018-10-26 09:59:24,882 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-c2d4c3d0-97b9-462e-8699-dc8a5a3e230a Date: Fri, 26 Oct 2018 09:59:24 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":2,"ipv4_address_scope":null,"shared":false,"project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","subnets":["aa58455b-8b6f-4c96-92ff-9eba7ccd9e67"],"description":"","tags":[],"updated_at":"2018-10-26T09:59:24Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net","admin_state_up":true,"tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:23Z","provider:network_type":"vxlan"}]} 2018-10-26 09:59:24,883 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811 used request id req-c2d4c3d0-97b9-462e-8699-dc8a5a3e230a 2018-10-26 09:59:24,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ff97fd5006cbfb4de7ec0a5ae06ba93cc7006b2" 2018-10-26 09:59:24,935 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-60ea2d53-3468-4c11-a3b7-24b09a9c2170 Date: Fri, 26 Oct 2018 09:59:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:24Z","dns_nameservers":[],"updated_at":"2018-10-26T09:59:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"520bb063707641068ecd26c37a46f476","id":"aa58455b-8b6f-4c96-92ff-9eba7ccd9e67","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-subnet"}]} 2018-10-26 09:59:24,935 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811 used request id req-60ea2d53-3468-4c11-a3b7-24b09a9c2170 2018-10-26 09:59:24,936 - OpenStackNetwork - DEBUG - Network [c75107e1-1c54-4e00-a1ce-4cef4bd4c811] created successfully 2018-10-26 09:59:24,936 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:59:24,937 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:59:25,314 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:59:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["0yUcnBYJTOe1wmI6S0YXTg"], "issued_at": "2018-10-26T09:59:25.000000Z"}} 2018-10-26 09:59:25,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c999f3d3d2a4e59b340dec3b0c57d98f19eb28ba" 2018-10-26 09:59:25,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:59:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d91b3a54-7749-46b6-8206-5334d794a5a6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:59:25,425 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d91b3a54-7749-46b6-8206-5334d794a5a6 2018-10-26 09:59:25,426 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:59:25,431 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c999f3d3d2a4e59b340dec3b0c57d98f19eb28ba" 2018-10-26 09:59:25,606 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:59:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5e656b96-d1e0-4cce-a94c-2d5e84ef827c x-compute-request-id: req-5e656b96-d1e0-4cce-a94c-2d5e84ef827c Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-26 09:59:25,606 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-5e656b96-d1e0-4cce-a94c-2d5e84ef827c 2018-10-26 09:59:25,610 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c999f3d3d2a4e59b340dec3b0c57d98f19eb28ba" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-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-26 09:59:25,681 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:59:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-67c95fc4-fa38-40d6-88d7-ff802c7ef11e x-compute-request-id: req-67c95fc4-fa38-40d6-88d7-ff802c7ef11e Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/348d11ba-45a5-4cac-bfde-5dfd1f091624", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/348d11ba-45a5-4cac-bfde-5dfd1f091624", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "348d11ba-45a5-4cac-bfde-5dfd1f091624", "name": "CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 09:59:25,682 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-67c95fc4-fa38-40d6-88d7-ff802c7ef11e 2018-10-26 09:59:25,682 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:59:25,683 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:59:26,059 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "473bb400b9334baf9af84e40c9d01ad5", "name": "CreateInstanceOnComputeHost-c4ec51e8-9719-43e-proj-role"}], "expires_at": "2018-10-26T10:59:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bf2b7bcc245a4abea8032e835c411960", "name": "CreateInstanceOnComputeHost-c4ec51e8-9719-43e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/bf2b7bcc245a4abea8032e835c411960", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/bf2b7bcc245a4abea8032e835c411960", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/bf2b7bcc245a4abea8032e835c411960", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/bf2b7bcc245a4abea8032e835c411960", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/bf2b7bcc245a4abea8032e835c411960", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/bf2b7bcc245a4abea8032e835c411960", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/bf2b7bcc245a4abea8032e835c411960", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/bf2b7bcc245a4abea8032e835c411960", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/bf2b7bcc245a4abea8032e835c411960", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/bf2b7bcc245a4abea8032e835c411960", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/bf2b7bcc245a4abea8032e835c411960", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/bf2b7bcc245a4abea8032e835c411960", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceOnComputeHost-c4ec51e8-9719-43e-user", "id": "2e9691f5bde7499894c0ef68856ac7d9"}, "audit_ids": ["IirdzOORTlSZjIu1zO7pAA"], "issued_at": "2018-10-26T09:59:26.000000Z"}} 2018-10-26 09:59:26,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0eba74dafcade680e44b42552867abbb8f3d39c5" 2018-10-26 09:59:26,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:59:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63f894a4-9163-425e-be66-23cb362188d2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:59:26,137 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-63f894a4-9163-425e-be66-23cb362188d2 2018-10-26 09:59:26,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0eba74dafcade680e44b42552867abbb8f3d39c5" 2018-10-26 09:59:26,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 172 Content-Type: application/json X-Openstack-Request-Id: req-4f0c9e1a-8ddf-45f1-af97-0e7c0982605b Date: Fri, 26 Oct 2018 09:59:26 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-image"} 2018-10-26 09:59:26,310 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-image used request id req-4f0c9e1a-8ddf-45f1-af97-0e7c0982605b 2018-10-26 09:59:26,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0eba74dafcade680e44b42552867abbb8f3d39c5" 2018-10-26 09:59:26,465 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6b779803-d6b0-4dd8-bbc5-fc5d984651f1 Date: Fri, 26 Oct 2018 09:59: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-26 09:59:26,465 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-6b779803-d6b0-4dd8-bbc5-fc5d984651f1 2018-10-26 09:59:26,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0eba74dafcade680e44b42552867abbb8f3d39c5" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-image"}' 2018-10-26 09:59:26,693 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 631 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/65b66267-3c70-4b7e-8f6f-b61e35635ab9 X-Openstack-Request-Id: req-94e53065-1e33-40e9-8f3e-14f701f6157b Date: Fri, 26 Oct 2018 09:59:26 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:59:26Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-26T09:59:26Z", "visibility": "shared", "locations": [], "self": "/v2/images/65b66267-3c70-4b7e-8f6f-b61e35635ab9", "min_disk": 0, "protected": false, "id": "65b66267-3c70-4b7e-8f6f-b61e35635ab9", "file": "/v2/images/65b66267-3c70-4b7e-8f6f-b61e35635ab9/file", "checksum": null, "owner": "bf2b7bcc245a4abea8032e835c411960", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:59:26,693 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-94e53065-1e33-40e9-8f3e-14f701f6157b 2018-10-26 09:59:26,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/65b66267-3c70-4b7e-8f6f-b61e35635ab9/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0eba74dafcade680e44b42552867abbb8f3d39c5" -d '' 2018-10-26 09:59:27,624 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-baf9e8ab-0412-40e7-8c47-509623e55da8 Date: Fri, 26 Oct 2018 09:59: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-26 09:59:27,624 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/65b66267-3c70-4b7e-8f6f-b61e35635ab9/file used request id req-baf9e8ab-0412-40e7-8c47-509623e55da8 2018-10-26 09:59:27,625 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 09:59:27,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/65b66267-3c70-4b7e-8f6f-b61e35635ab9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0eba74dafcade680e44b42552867abbb8f3d39c5" 2018-10-26 09:59:27,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 892 Content-Type: application/json X-Openstack-Request-Id: req-6992ce48-6baf-48b6-8244-0d7ca32a4618 Date: Fri, 26 Oct 2018 09:59:27 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:59:26Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:59:27Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/65b66267-3c70-4b7e-8f6f-b61e35635ab9/snap", "metadata": {}}], "self": "/v2/images/65b66267-3c70-4b7e-8f6f-b61e35635ab9", "min_disk": 0, "protected": false, "id": "65b66267-3c70-4b7e-8f6f-b61e35635ab9", "file": "/v2/images/65b66267-3c70-4b7e-8f6f-b61e35635ab9/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "bf2b7bcc245a4abea8032e835c411960", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/65b66267-3c70-4b7e-8f6f-b61e35635ab9/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:59:27,786 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/65b66267-3c70-4b7e-8f6f-b61e35635ab9 used request id req-6992ce48-6baf-48b6-8244-0d7ca32a4618 2018-10-26 09:59:27,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0eba74dafcade680e44b42552867abbb8f3d39c5" 2018-10-26 09:59:27,941 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e85a4484-5ac1-4cc0-a561-dd0896e0269c Date: Fri, 26 Oct 2018 09:59: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-26 09:59:27,941 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-e85a4484-5ac1-4cc0-a561-dd0896e0269c 2018-10-26 09:59:27,944 - create_image - INFO - Created image with name - CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-image 2018-10-26 09:59:27,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/65b66267-3c70-4b7e-8f6f-b61e35635ab9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0eba74dafcade680e44b42552867abbb8f3d39c5" 2018-10-26 09:59:28,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 892 Content-Type: application/json X-Openstack-Request-Id: req-ad110fc2-a372-4893-a98f-aa81ff6b975e Date: Fri, 26 Oct 2018 09:59:28 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:59:26Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:59:27Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/65b66267-3c70-4b7e-8f6f-b61e35635ab9/snap", "metadata": {}}], "self": "/v2/images/65b66267-3c70-4b7e-8f6f-b61e35635ab9", "min_disk": 0, "protected": false, "id": "65b66267-3c70-4b7e-8f6f-b61e35635ab9", "file": "/v2/images/65b66267-3c70-4b7e-8f6f-b61e35635ab9/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "bf2b7bcc245a4abea8032e835c411960", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/65b66267-3c70-4b7e-8f6f-b61e35635ab9/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 09:59:28,109 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/65b66267-3c70-4b7e-8f6f-b61e35635ab9 used request id req-ad110fc2-a372-4893-a98f-aa81ff6b975e 2018-10-26 09:59:28,110 - create_image - DEBUG - Instance status is - active 2018-10-26 09:59:28,110 - create_image - DEBUG - Image is active with name - CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-image 2018-10-26 09:59:28,110 - create_image - INFO - Image is now active with name - CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-image 2018-10-26 09:59:28,110 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:59:28,114 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-availability-zone/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89b3ba97160004a030efc1d017e3e609e904a1c8" 2018-10-26 09:59:28,297 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:59:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a8103f49-4c9f-432d-a4f3-1cf3ab1c7044 x-compute-request-id: req-a8103f49-4c9f-432d-a4f3-1cf3ab1c7044 Content-Encoding: gzip Content-Length: 281 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-26T09:59:25.000000"}, "nova-consoleauth": {"available": true, "active": true, "updated_at": "2018-10-26T09:59:23.000000"}, "nova-scheduler": {"available": true, "active": true, "updated_at": "2018-10-26T09:59:21.000000"}}, "overcloud-controller-0.opnfvlf.org": {"nova-conductor": {"available": true, "active": true, "updated_at": "2018-10-26T09:59:24.000000"}, "nova-consoleauth": {"available": true, "active": true, "updated_at": "2018-10-26T09:59:19.000000"}, "nova-scheduler": {"available": true, "active": true, "updated_at": "2018-10-26T09:59:20.000000"}}, "overcloud-controller-1.opnfvlf.org": {"nova-conductor": {"available": true, "active": true, "updated_at": "2018-10-26T09:59:20.000000"}, "nova-consoleauth": {"available": true, "active": true, "updated_at": "2018-10-26T09:59:22.000000"}, "nova-scheduler": {"available": true, "active": true, "updated_at": "2018-10-26T09:59:27.000000"}}}, "zoneName": "internal"}, {"zoneState": {"available": true}, "hosts": {"overcloud-novacompute-0.opnfvlf.org": {"nova-compute": {"available": true, "active": true, "updated_at": "2018-10-26T09:59:27.000000"}}, "overcloud-novacompute-1.opnfvlf.org": {"nova-compute": {"available": true, "active": true, "updated_at": "2018-10-26T09:59:23.000000"}}}, "zoneName": "nova"}]} 2018-10-26 09:59:28,297 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-availability-zone/detail used request id req-a8103f49-4c9f-432d-a4f3-1cf3ab1c7044 2018-10-26 09:59:28,298 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:59:28,299 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:59:28,775 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:59:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["0nN81uU5Qgqc9nm-uRSgaw"], "issued_at": "2018-10-26T09:59:28.000000Z"}} 2018-10-26 09:59:28,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5de9035b3d525683eef9e6fe36e1b3ceefff38" 2018-10-26 09:59:28,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:59:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85a85d54-f5b4-44d4-8295-3b5b476692be Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:59:28,857 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-85a85d54-f5b4-44d4-8295-3b5b476692be 2018-10-26 09:59:28,858 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:59:28,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5de9035b3d525683eef9e6fe36e1b3ceefff38" 2018-10-26 09:59:28,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:59:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59aac743-bfa0-4764-8b21-dfdb6edab081 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:59:28,949 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-59aac743-bfa0-4764-8b21-dfdb6edab081 2018-10-26 09:59:28,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5de9035b3d525683eef9e6fe36e1b3ceefff38" 2018-10-26 09:59:29,191 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-505481dd-7e77-4f75-9236-da25daf7ede0 Date: Fri, 26 Oct 2018 09:59:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":2,"ipv4_address_scope":null,"shared":false,"project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","subnets":["aa58455b-8b6f-4c96-92ff-9eba7ccd9e67"],"description":"","tags":[],"updated_at":"2018-10-26T09:59:24Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net","admin_state_up":true,"tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:23Z","provider:network_type":"vxlan"}]} 2018-10-26 09:59:29,192 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net used request id req-505481dd-7e77-4f75-9236-da25daf7ede0 2018-10-26 09:59:29,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:59:29,201 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:59: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:59:29,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5de9035b3d525683eef9e6fe36e1b3ceefff38" 2018-10-26 09:59:29,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:59:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2275803-942c-4531-a78f-9f119cda22a7 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:59:29,283 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-f2275803-942c-4531-a78f-9f119cda22a7 2018-10-26 09:59:29,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5de9035b3d525683eef9e6fe36e1b3ceefff38" 2018-10-26 09:59:29,602 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-3af7a167-caad-4533-9cab-e0474e9a4262 Date: Fri, 26 Oct 2018 09:59:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:24Z","dns_nameservers":[],"updated_at":"2018-10-26T09:59:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"520bb063707641068ecd26c37a46f476","id":"aa58455b-8b6f-4c96-92ff-9eba7ccd9e67","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-subnet"}]} 2018-10-26 09:59:29,602 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811 used request id req-3af7a167-caad-4533-9cab-e0474e9a4262 2018-10-26 09:59:29,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811&name=CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bfport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5de9035b3d525683eef9e6fe36e1b3ceefff38" 2018-10-26 09:59:29,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-2145e8fd-3353-4050-8ceb-e822cf99d480 Date: Fri, 26 Oct 2018 09:59:29 GMT RESP BODY: {"ports":[]} 2018-10-26 09:59:29,817 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811&name=CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bfport-1&admin_state_up=True used request id req-2145e8fd-3353-4050-8ceb-e822cf99d480 2018-10-26 09:59:29,820 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-inst-nova%3Aovercloud-novacompute-0.opnfvlf.org -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5de9035b3d525683eef9e6fe36e1b3ceefff38" 2018-10-26 09:59:30,054 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:59:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d5909619-231b-4be7-af7e-df2abec2cce2 x-compute-request-id: req-d5909619-231b-4be7-af7e-df2abec2cce2 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-26 09:59:30,055 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-inst-nova%3Aovercloud-novacompute-0.opnfvlf.org used request id req-d5909619-231b-4be7-af7e-df2abec2cce2 2018-10-26 09:59:30,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5de9035b3d525683eef9e6fe36e1b3ceefff38" 2018-10-26 09:59:30,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-1dd9c4df-fe4f-4aff-8dea-2314b835e1ca Date: Fri, 26 Oct 2018 09:59:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":2,"ipv4_address_scope":null,"shared":false,"project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","subnets":["aa58455b-8b6f-4c96-92ff-9eba7ccd9e67"],"description":"","tags":[],"updated_at":"2018-10-26T09:59:24Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net","admin_state_up":true,"tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:23Z","provider:network_type":"vxlan"}]} 2018-10-26 09:59:30,296 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net used request id req-1dd9c4df-fe4f-4aff-8dea-2314b835e1ca 2018-10-26 09:59:30,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5de9035b3d525683eef9e6fe36e1b3ceefff38" 2018-10-26 09:59:30,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:59:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6558beca-480b-4e71-b4f7-9275db2e1142 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:59:30,391 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-6558beca-480b-4e71-b4f7-9275db2e1142 2018-10-26 09:59:30,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5de9035b3d525683eef9e6fe36e1b3ceefff38" 2018-10-26 09:59:30,595 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-2e6ceeb8-1bcd-45dd-a9e0-476f652d9910 Date: Fri, 26 Oct 2018 09:59:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:24Z","dns_nameservers":[],"updated_at":"2018-10-26T09:59:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"520bb063707641068ecd26c37a46f476","id":"aa58455b-8b6f-4c96-92ff-9eba7ccd9e67","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-subnet"}]} 2018-10-26 09:59:30,595 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811 used request id req-2e6ceeb8-1bcd-45dd-a9e0-476f652d9910 2018-10-26 09:59:30,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811&name=CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bfport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5de9035b3d525683eef9e6fe36e1b3ceefff38" 2018-10-26 09:59:30,865 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-cd7515ac-a542-4d98-b416-4811284735a0 Date: Fri, 26 Oct 2018 09:59:30 GMT RESP BODY: {"ports":[]} 2018-10-26 09:59:30,865 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811&name=CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bfport-1&admin_state_up=True used request id req-cd7515ac-a542-4d98-b416-4811284735a0 2018-10-26 09:59:30,865 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:59:30,866 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:59:31,260 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:59:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["UDHpavo-RVGQfsdZ2g_NPw"], "issued_at": "2018-10-26T09:59:31.000000Z"}} 2018-10-26 09:59:31,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc20a86111c0d2c37f286e986b015a606dca2fae" 2018-10-26 09:59:31,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:59:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3f19b43-be1a-4a86-a186-87f6bf4176e7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:59:31,344 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f3f19b43-be1a-4a86-a186-87f6bf4176e7 2018-10-26 09:59:31,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5de9035b3d525683eef9e6fe36e1b3ceefff38" 2018-10-26 09:59:31,609 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-26228e24-1b0f-4ea9-ae9e-6d8e532c9d26 Date: Fri, 26 Oct 2018 09:59:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":2,"ipv4_address_scope":null,"shared":false,"project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","subnets":["aa58455b-8b6f-4c96-92ff-9eba7ccd9e67"],"description":"","tags":[],"updated_at":"2018-10-26T09:59:24Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net","admin_state_up":true,"tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:23Z","provider:network_type":"vxlan"}]} 2018-10-26 09:59:31,609 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net used request id req-26228e24-1b0f-4ea9-ae9e-6d8e532c9d26 2018-10-26 09:59:31,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5de9035b3d525683eef9e6fe36e1b3ceefff38" 2018-10-26 09:59:31,806 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-14629e0b-82e2-424d-b04a-e040f3f856e0 Date: Fri, 26 Oct 2018 09:59:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:24Z","dns_nameservers":[],"updated_at":"2018-10-26T09:59:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"520bb063707641068ecd26c37a46f476","id":"aa58455b-8b6f-4c96-92ff-9eba7ccd9e67","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-subnet"}]} 2018-10-26 09:59:31,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811 used request id req-14629e0b-82e2-424d-b04a-e040f3f856e0 2018-10-26 09:59:31,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5de9035b3d525683eef9e6fe36e1b3ceefff38" 2018-10-26 09:59:32,067 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-0568014b-b8ed-4eee-8fd7-17841b55e315 Date: Fri, 26 Oct 2018 09:59:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":2,"ipv4_address_scope":null,"shared":false,"project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","subnets":["aa58455b-8b6f-4c96-92ff-9eba7ccd9e67"],"description":"","tags":[],"updated_at":"2018-10-26T09:59:24Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net","admin_state_up":true,"tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:23Z","provider:network_type":"vxlan"}]} 2018-10-26 09:59:32,067 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net used request id req-0568014b-b8ed-4eee-8fd7-17841b55e315 2018-10-26 09:59:32,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:59:32,075 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:59: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:59:32,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc20a86111c0d2c37f286e986b015a606dca2fae" 2018-10-26 09:59:32,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:59:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfee7db7-f75c-4716-92a5-8ece0ae34d96 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:59:32,169 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-bfee7db7-f75c-4716-92a5-8ece0ae34d96 2018-10-26 09:59:32,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5de9035b3d525683eef9e6fe36e1b3ceefff38" 2018-10-26 09:59:32,384 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-4d874dd8-4b5b-4de3-be4d-1a5c1b72b3bf Date: Fri, 26 Oct 2018 09:59:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:24Z","dns_nameservers":[],"updated_at":"2018-10-26T09:59:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"520bb063707641068ecd26c37a46f476","id":"aa58455b-8b6f-4c96-92ff-9eba7ccd9e67","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-subnet"}]} 2018-10-26 09:59:32,384 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811 used request id req-4d874dd8-4b5b-4de3-be4d-1a5c1b72b3bf 2018-10-26 09:59:32,385 - neutron_utils - INFO - Creating port for network with name - CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net 2018-10-26 09:59:32,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5de9035b3d525683eef9e6fe36e1b3ceefff38" -d '{"port": {"network_id": "c75107e1-1c54-4e00-a1ce-4cef4bd4c811", "name": "CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bfport-1", "admin_state_up": true}}' 2018-10-26 09:59:33,357 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 879 X-Openstack-Request-Id: req-d30bac5f-be21-4368-a100-828111eca424 Date: Fri, 26 Oct 2018 09:59:33 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:59:32Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"aa58455b-8b6f-4c96-92ff-9eba7ccd9e67","ip_address":"10.55.0.5"}],"id":"12a55fe9-c7d6-4154-b81a-0015665078db","security_groups":["8361c808-1c9a-4d3e-8e23-25feb1ce42a3"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:77:00:d6","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bfport-1","project_id":"520bb063707641068ecd26c37a46f476","qos_policy_id":null,"admin_state_up":true,"network_id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:32Z","binding:vnic_type":"normal"}} 2018-10-26 09:59:33,357 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-d30bac5f-be21-4368-a100-828111eca424 2018-10-26 09:59:33,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5de9035b3d525683eef9e6fe36e1b3ceefff38" 2018-10-26 09:59:33,619 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-020ca992-041c-4366-a70d-b2487e812837 Date: Fri, 26 Oct 2018 09:59:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":2,"ipv4_address_scope":null,"shared":false,"project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","subnets":["aa58455b-8b6f-4c96-92ff-9eba7ccd9e67"],"description":"","tags":[],"updated_at":"2018-10-26T09:59:24Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net","admin_state_up":true,"tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:23Z","provider:network_type":"vxlan"}]} 2018-10-26 09:59:33,620 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net used request id req-020ca992-041c-4366-a70d-b2487e812837 2018-10-26 09:59:33,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5de9035b3d525683eef9e6fe36e1b3ceefff38" 2018-10-26 09:59:33,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:59:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54db9ccb-a05b-4d0c-afc1-08cb22201e28 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:59:33,709 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-54db9ccb-a05b-4d0c-afc1-08cb22201e28 2018-10-26 09:59:33,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5de9035b3d525683eef9e6fe36e1b3ceefff38" 2018-10-26 09:59:33,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-ef74e30c-8a8b-444b-9e37-2b70326cbbab Date: Fri, 26 Oct 2018 09:59:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:24Z","dns_nameservers":[],"updated_at":"2018-10-26T09:59:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"520bb063707641068ecd26c37a46f476","id":"aa58455b-8b6f-4c96-92ff-9eba7ccd9e67","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-subnet"}]} 2018-10-26 09:59:33,760 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811 used request id req-ef74e30c-8a8b-444b-9e37-2b70326cbbab 2018-10-26 09:59:33,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811&name=CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bfport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5de9035b3d525683eef9e6fe36e1b3ceefff38" 2018-10-26 09:59:34,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 882 X-Openstack-Request-Id: req-6b269aa7-3e33-41d7-96d3-c42dd7fb5f08 Date: Fri, 26 Oct 2018 09:59:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:59:32Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"aa58455b-8b6f-4c96-92ff-9eba7ccd9e67","ip_address":"10.55.0.5"}],"id":"12a55fe9-c7d6-4154-b81a-0015665078db","security_groups":["8361c808-1c9a-4d3e-8e23-25feb1ce42a3"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:77:00:d6","project_id":"520bb063707641068ecd26c37a46f476","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bfport-1","admin_state_up":true,"network_id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:32Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-26 09:59:34,040 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811&name=CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bfport-1&admin_state_up=True used request id req-6b269aa7-3e33-41d7-96d3-c42dd7fb5f08 2018-10-26 09:59:34,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5de9035b3d525683eef9e6fe36e1b3ceefff38" 2018-10-26 09:59:34,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:59:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55ad3c0e-35a5-42e4-8878-ce496e785a95 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:59:34,130 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-55ad3c0e-35a5-42e4-8878-ce496e785a95 2018-10-26 09:59:34,130 - nova_utils - INFO - Creating VM with name - CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-10-26 09:59:34,134 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5de9035b3d525683eef9e6fe36e1b3ceefff38" 2018-10-26 09:59:34,158 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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-ba0af407-e531-4662-abec-cc44cccb4398 x-compute-request-id: req-ba0af407-e531-4662-abec-cc44cccb4398 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"flavors": [{"id": "348d11ba-45a5-4cac-bfde-5dfd1f091624", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/348d11ba-45a5-4cac-bfde-5dfd1f091624", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/348d11ba-45a5-4cac-bfde-5dfd1f091624", "rel": "bookmark"}], "name": "CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-flavor-name"}]} 2018-10-26 09:59:34,158 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-ba0af407-e531-4662-abec-cc44cccb4398 2018-10-26 09:59:34,162 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/348d11ba-45a5-4cac-bfde-5dfd1f091624 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5de9035b3d525683eef9e6fe36e1b3ceefff38" 2018-10-26 09:59:34,187 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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-b05c10ba-708a-4a52-a56a-defc83a8a27d x-compute-request-id: req-b05c10ba-708a-4a52-a56a-defc83a8a27d Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/348d11ba-45a5-4cac-bfde-5dfd1f091624", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/348d11ba-45a5-4cac-bfde-5dfd1f091624", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "348d11ba-45a5-4cac-bfde-5dfd1f091624", "name": "CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 09:59:34,187 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/348d11ba-45a5-4cac-bfde-5dfd1f091624 used request id req-b05c10ba-708a-4a52-a56a-defc83a8a27d 2018-10-26 09:59:34,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9e5de9035b3d525683eef9e6fe36e1b3ceefff38" 2018-10-26 09:59:34,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1064 Content-Type: application/json X-Openstack-Request-Id: req-078696b5-04d9-41ac-b3e2-4a0d15d49a70 Date: Fri, 26 Oct 2018 09:59:34 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:59:26Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:59:27Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/65b66267-3c70-4b7e-8f6f-b61e35635ab9/snap", "metadata": {}}], "self": "/v2/images/65b66267-3c70-4b7e-8f6f-b61e35635ab9", "min_disk": 0, "protected": false, "id": "65b66267-3c70-4b7e-8f6f-b61e35635ab9", "file": "/v2/images/65b66267-3c70-4b7e-8f6f-b61e35635ab9/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "bf2b7bcc245a4abea8032e835c411960", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/65b66267-3c70-4b7e-8f6f-b61e35635ab9/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-image"} 2018-10-26 09:59:34,351 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-image used request id req-078696b5-04d9-41ac-b3e2-4a0d15d49a70 2018-10-26 09:59:34,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9e5de9035b3d525683eef9e6fe36e1b3ceefff38" 2018-10-26 09:59:34,514 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2e749acd-2331-4e8a-b1c9-b483a05ca461 Date: Fri, 26 Oct 2018 09:59: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-26 09:59:34,514 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-2e749acd-2331-4e8a-b1c9-b483a05ca461 2018-10-26 09:59:34,520 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5de9035b3d525683eef9e6fe36e1b3ceefff38" -d '{"server": {"name": "CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-inst-nova:overcloud-novacompute-0.opnfvlf.org", "imageRef": "65b66267-3c70-4b7e-8f6f-b61e35635ab9", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "348d11ba-45a5-4cac-bfde-5dfd1f091624", "max_count": 1, "min_count": 1, "networks": [{"port": "12a55fe9-c7d6-4154-b81a-0015665078db"}]}}' 2018-10-26 09:59:35,963 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09: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 x-openstack-request-id: req-d5af3ea2-5028-473e-80b9-253828bf0c74 x-compute-request-id: req-d5af3ea2-5028-473e-80b9-253828bf0c74 Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3", "rel": "bookmark"}], "adminPass": "fbA9mG5nVoNe"}} 2018-10-26 09:59:35,964 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-d5af3ea2-5028-473e-80b9-253828bf0c74 2018-10-26 09:59:35,967 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5de9035b3d525683eef9e6fe36e1b3ceefff38" 2018-10-26 09:59:36,407 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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-df26750c-8579-4db4-8427-a843de88ae5f x-compute-request-id: req-df26750c-8579-4db4-8427-a843de88ae5f Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3", "rel": "bookmark"}], "image": {"id": "65b66267-3c70-4b7e-8f6f-b61e35635ab9", "links": [{"href": "http://172.30.9.21:8774/images/65b66267-3c70-4b7e-8f6f-b61e35635ab9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "348d11ba-45a5-4cac-bfde-5dfd1f091624", "links": [{"href": "http://172.30.9.21:8774/flavors/348d11ba-45a5-4cac-bfde-5dfd1f091624", "rel": "bookmark"}]}, "id": "1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3", "user_id": "657b190628da4860b5a177f1331535a7", "OS-DCF: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-26T09:59: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": "CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-10-26T09:59:35Z", "tenant_id": "520bb063707641068ecd26c37a46f476", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:59:36,407 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3 used request id req-df26750c-8579-4db4-8427-a843de88ae5f 2018-10-26 09:59:36,408 - create_instance - INFO - Created instance with name - CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-10-26 09:59:36,411 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5de9035b3d525683eef9e6fe36e1b3ceefff38" 2018-10-26 09:59:36,865 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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-b173c1bb-615f-4eea-b3d4-e59e3b7d14de x-compute-request-id: req-b173c1bb-615f-4eea-b3d4-e59e3b7d14de Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3", "rel": "bookmark"}], "image": {"id": "65b66267-3c70-4b7e-8f6f-b61e35635ab9", "links": [{"href": "http://172.30.9.21:8774/images/65b66267-3c70-4b7e-8f6f-b61e35635ab9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "348d11ba-45a5-4cac-bfde-5dfd1f091624", "links": [{"href": "http://172.30.9.21:8774/flavors/348d11ba-45a5-4cac-bfde-5dfd1f091624", "rel": "bookmark"}]}, "id": "1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3", "user_id": "657b190628da4860b5a177f1331535a7", "OS-DCF: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-26T09:59: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": "CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-10-26T09:59:35Z", "tenant_id": "520bb063707641068ecd26c37a46f476", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:59:36,865 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3 used request id req-b173c1bb-615f-4eea-b3d4-e59e3b7d14de 2018-10-26 09:59:36,865 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - BUILD 2018-10-26 09:59:36,865 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:59:39,869 - create_instance - DEBUG - VM status query timeout in 896.539525032 2018-10-26 09:59:39,872 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5de9035b3d525683eef9e6fe36e1b3ceefff38" 2018-10-26 09:59:40,393 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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-4b550212-c694-4639-997d-41ce051b5f9d x-compute-request-id: req-4b550212-c694-4639-997d-41ce051b5f9d Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:00:d6", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3", "rel": "bookmark"}], "image": {"id": "65b66267-3c70-4b7e-8f6f-b61e35635ab9", "links": [{"href": "http://172.30.9.21:8774/images/65b66267-3c70-4b7e-8f6f-b61e35635ab9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "348d11ba-45a5-4cac-bfde-5dfd1f091624", "links": [{"href": "http://172.30.9.21:8774/flavors/348d11ba-45a5-4cac-bfde-5dfd1f091624", "rel": "bookmark"}]}, "id": "1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3", "security_groups": [{"name": "default"}], "user_id": "657b190628da4860b5a177f1331535a7", "OS-DCF: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-26T09:59:37Z", "hostId": "3899420e65f396b20a1f69c5fb162344a7a991ff9a1e9f4a69ca87a2", "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-048898ba-807f-43e4-97b2-298e7a1838bf-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-10-26T09:59:35Z", "tenant_id": "520bb063707641068ecd26c37a46f476", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:59:40,393 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3 used request id req-4b550212-c694-4639-997d-41ce051b5f9d 2018-10-26 09:59:40,394 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - BUILD 2018-10-26 09:59:40,394 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:59:43,397 - create_instance - DEBUG - VM status query timeout in 893.011076927 2018-10-26 09:59:43,400 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5de9035b3d525683eef9e6fe36e1b3ceefff38" 2018-10-26 09:59:43,864 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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,Accept-Encoding x-openstack-request-id: req-6be8851b-feab-48ec-a5f9-ae531e66ffc8 x-compute-request-id: req-6be8851b-feab-48ec-a5f9-ae531e66ffc8 Content-Encoding: gzip Content-Length: 826 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:00:d6", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3", "rel": "bookmark"}], "image": {"id": "65b66267-3c70-4b7e-8f6f-b61e35635ab9", "links": [{"href": "http://172.30.9.21:8774/images/65b66267-3c70-4b7e-8f6f-b61e35635ab9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e0", "OS-SRV-USG:launched_at": "2018-10-26T09:59:40.000000", "flavor": {"id": "348d11ba-45a5-4cac-bfde-5dfd1f091624", "links": [{"href": "http://172.30.9.21:8774/flavors/348d11ba-45a5-4cac-bfde-5dfd1f091624", "rel": "bookmark"}]}, "id": "1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3", "security_groups": [{"name": "default"}], "user_id": "657b190628da4860b5a177f1331535a7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:59:41Z", "hostId": "3899420e65f396b20a1f69c5fb162344a7a991ff9a1e9f4a69ca87a2", "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-048898ba-807f-43e4-97b2-298e7a1838bf-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-10-26T09:59:35Z", "tenant_id": "520bb063707641068ecd26c37a46f476", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:59:43,864 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3 used request id req-6be8851b-feab-48ec-a5f9-ae531e66ffc8 2018-10-26 09:59:43,864 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - ACTIVE 2018-10-26 09:59:43,864 - create_instance - INFO - VM is - ACTIVE 2018-10-26 09:59:43,867 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5de9035b3d525683eef9e6fe36e1b3ceefff38" 2018-10-26 09:59:44,541 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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,Accept-Encoding x-openstack-request-id: req-4c07f15d-1ac3-4318-82a5-d5cb7d4c409e x-compute-request-id: req-4c07f15d-1ac3-4318-82a5-d5cb7d4c409e Content-Encoding: gzip Content-Length: 826 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:00:d6", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3", "rel": "bookmark"}], "image": {"id": "65b66267-3c70-4b7e-8f6f-b61e35635ab9", "links": [{"href": "http://172.30.9.21:8774/images/65b66267-3c70-4b7e-8f6f-b61e35635ab9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e0", "OS-SRV-USG:launched_at": "2018-10-26T09:59:40.000000", "flavor": {"id": "348d11ba-45a5-4cac-bfde-5dfd1f091624", "links": [{"href": "http://172.30.9.21:8774/flavors/348d11ba-45a5-4cac-bfde-5dfd1f091624", "rel": "bookmark"}]}, "id": "1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3", "security_groups": [{"name": "default"}], "user_id": "657b190628da4860b5a177f1331535a7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:59:41Z", "hostId": "3899420e65f396b20a1f69c5fb162344a7a991ff9a1e9f4a69ca87a2", "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-048898ba-807f-43e4-97b2-298e7a1838bf-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-10-26T09:59:35Z", "tenant_id": "520bb063707641068ecd26c37a46f476", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:59:44,542 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3 used request id req-4c07f15d-1ac3-4318-82a5-d5cb7d4c409e 2018-10-26 09:59:44,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5de9035b3d525683eef9e6fe36e1b3ceefff38" 2018-10-26 09:59:44,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-4e641193-2464-4d18-98c8-95618ed763b7 Date: Fri, 26 Oct 2018 09:59:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":2,"ipv4_address_scope":null,"shared":false,"project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","subnets":["aa58455b-8b6f-4c96-92ff-9eba7ccd9e67"],"description":"","tags":[],"updated_at":"2018-10-26T09:59:24Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net","admin_state_up":true,"tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:23Z","provider:network_type":"vxlan"}]} 2018-10-26 09:59:44,630 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net used request id req-4e641193-2464-4d18-98c8-95618ed763b7 2018-10-26 09:59:44,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5de9035b3d525683eef9e6fe36e1b3ceefff38" 2018-10-26 09:59:44,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:59:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-673e5308-a908-498a-b3da-f7f5455c08eb 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:59:44,728 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-673e5308-a908-498a-b3da-f7f5455c08eb 2018-10-26 09:59:44,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5de9035b3d525683eef9e6fe36e1b3ceefff38" 2018-10-26 09:59:44,941 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-a318f718-a89a-4fed-92bb-4e19f1d69c5e Date: Fri, 26 Oct 2018 09:59:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:24Z","dns_nameservers":[],"updated_at":"2018-10-26T09:59:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"520bb063707641068ecd26c37a46f476","id":"aa58455b-8b6f-4c96-92ff-9eba7ccd9e67","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-subnet"}]} 2018-10-26 09:59:44,941 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811 used request id req-a318f718-a89a-4fed-92bb-4e19f1d69c5e 2018-10-26 09:59:44,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5de9035b3d525683eef9e6fe36e1b3ceefff38" 2018-10-26 09:59:45,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-051cbd1b-c766-48cc-9d2c-1d197bc54662 Date: Fri, 26 Oct 2018 09:59:45 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:59:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"aa58455b-8b6f-4c96-92ff-9eba7ccd9e67","ip_address":"10.55.0.4"}],"id":"085088a3-e9d1-4e59-8681-a8c86f841f8e","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:9a:7a","project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:26Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c75107e1-1c54-4e00-a1ce-4cef4bd4c811"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:59:41Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"aa58455b-8b6f-4c96-92ff-9eba7ccd9e67","ip_address":"10.55.0.5"}],"id":"12a55fe9-c7d6-4154-b81a-0015665078db","security_groups":["8361c808-1c9a-4d3e-8e23-25feb1ce42a3"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:77:00:d6","project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bfport-1","admin_state_up":true,"network_id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:32Z","binding:vnic_type":"normal","device_id":"1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:59:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"aa58455b-8b6f-4c96-92ff-9eba7ccd9e67","ip_address":"10.55.0.3"}],"id":"1a59e101-be8a-4d1f-b380-72f346f9724c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4f:94:f5","project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:25Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c75107e1-1c54-4e00-a1ce-4cef4bd4c811"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:59:26Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"aa58455b-8b6f-4c96-92ff-9eba7ccd9e67","ip_address":"10.55.0.2"}],"id":"e01c3557-986b-4904-bc89-e7be8e3463ec","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a9:06:3a","project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:24Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c75107e1-1c54-4e00-a1ce-4cef4bd4c811"}]} 2018-10-26 09:59:45,082 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811 used request id req-051cbd1b-c766-48cc-9d2c-1d197bc54662 2018-10-26 09:59:45,085 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5de9035b3d525683eef9e6fe36e1b3ceefff38" 2018-10-26 09:59:45,872 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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-c785e097-9717-4d56-bf8f-30a76d580e87 x-compute-request-id: req-c785e097-9717-4d56-bf8f-30a76d580e87 Content-Encoding: gzip Content-Length: 826 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:00:d6", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3", "rel": "bookmark"}], "image": {"id": "65b66267-3c70-4b7e-8f6f-b61e35635ab9", "links": [{"href": "http://172.30.9.21:8774/images/65b66267-3c70-4b7e-8f6f-b61e35635ab9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e0", "OS-SRV-USG:launched_at": "2018-10-26T09:59:40.000000", "flavor": {"id": "348d11ba-45a5-4cac-bfde-5dfd1f091624", "links": [{"href": "http://172.30.9.21:8774/flavors/348d11ba-45a5-4cac-bfde-5dfd1f091624", "rel": "bookmark"}]}, "id": "1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3", "security_groups": [{"name": "default"}], "user_id": "657b190628da4860b5a177f1331535a7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:59:41Z", "hostId": "3899420e65f396b20a1f69c5fb162344a7a991ff9a1e9f4a69ca87a2", "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-048898ba-807f-43e4-97b2-298e7a1838bf-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-10-26T09:59:35Z", "tenant_id": "520bb063707641068ecd26c37a46f476", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:59:45,872 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3 used request id req-c785e097-9717-4d56-bf8f-30a76d580e87 2018-10-26 09:59:45,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5de9035b3d525683eef9e6fe36e1b3ceefff38" 2018-10-26 09:59:46,111 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-0638600b-dade-463e-8b10-b7150c8c4125 Date: Fri, 26 Oct 2018 09:59:46 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":2,"ipv4_address_scope":null,"shared":false,"project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","subnets":["aa58455b-8b6f-4c96-92ff-9eba7ccd9e67"],"description":"","tags":[],"updated_at":"2018-10-26T09:59:24Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net","admin_state_up":true,"tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:23Z","provider:network_type":"vxlan"}]} 2018-10-26 09:59:46,112 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net used request id req-0638600b-dade-463e-8b10-b7150c8c4125 2018-10-26 09:59:46,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5de9035b3d525683eef9e6fe36e1b3ceefff38" 2018-10-26 09:59:46,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:59:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5e43b0d-b07b-474b-83c1-bddf3be03ae0 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:59:46,213 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-d5e43b0d-b07b-474b-83c1-bddf3be03ae0 2018-10-26 09:59:46,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5de9035b3d525683eef9e6fe36e1b3ceefff38" 2018-10-26 09:59:46,269 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-ff8afb2d-f111-488f-979c-77fcb0aa024c Date: Fri, 26 Oct 2018 09:59:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:24Z","dns_nameservers":[],"updated_at":"2018-10-26T09:59:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"520bb063707641068ecd26c37a46f476","id":"aa58455b-8b6f-4c96-92ff-9eba7ccd9e67","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-subnet"}]} 2018-10-26 09:59:46,269 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811 used request id req-ff8afb2d-f111-488f-979c-77fcb0aa024c 2018-10-26 09:59:46,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5de9035b3d525683eef9e6fe36e1b3ceefff38" 2018-10-26 09:59:46,350 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-ccd83438-8d02-4587-be0b-4450f5a37707 Date: Fri, 26 Oct 2018 09:59:46 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:59:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"aa58455b-8b6f-4c96-92ff-9eba7ccd9e67","ip_address":"10.55.0.4"}],"id":"085088a3-e9d1-4e59-8681-a8c86f841f8e","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:9a:7a","project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:26Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c75107e1-1c54-4e00-a1ce-4cef4bd4c811"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:59:41Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"aa58455b-8b6f-4c96-92ff-9eba7ccd9e67","ip_address":"10.55.0.5"}],"id":"12a55fe9-c7d6-4154-b81a-0015665078db","security_groups":["8361c808-1c9a-4d3e-8e23-25feb1ce42a3"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:77:00:d6","project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bfport-1","admin_state_up":true,"network_id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:32Z","binding:vnic_type":"normal","device_id":"1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:59:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"aa58455b-8b6f-4c96-92ff-9eba7ccd9e67","ip_address":"10.55.0.3"}],"id":"1a59e101-be8a-4d1f-b380-72f346f9724c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4f:94:f5","project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:25Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c75107e1-1c54-4e00-a1ce-4cef4bd4c811"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:59:26Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"aa58455b-8b6f-4c96-92ff-9eba7ccd9e67","ip_address":"10.55.0.2"}],"id":"e01c3557-986b-4904-bc89-e7be8e3463ec","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a9:06:3a","project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:24Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c75107e1-1c54-4e00-a1ce-4cef4bd4c811"}]} 2018-10-26 09:59:46,350 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811 used request id req-ccd83438-8d02-4587-be0b-4450f5a37707 2018-10-26 09:59:46,354 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5de9035b3d525683eef9e6fe36e1b3ceefff38" 2018-10-26 09:59:46,660 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:59:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-616ab9b1-c30e-43fc-b202-a43cfcf8b5a6 x-compute-request-id: req-616ab9b1-c30e-43fc-b202-a43cfcf8b5a6 Content-Encoding: gzip Content-Length: 826 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:00:d6", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3", "rel": "bookmark"}], "image": {"id": "65b66267-3c70-4b7e-8f6f-b61e35635ab9", "links": [{"href": "http://172.30.9.21:8774/images/65b66267-3c70-4b7e-8f6f-b61e35635ab9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e0", "OS-SRV-USG:launched_at": "2018-10-26T09:59:40.000000", "flavor": {"id": "348d11ba-45a5-4cac-bfde-5dfd1f091624", "links": [{"href": "http://172.30.9.21:8774/flavors/348d11ba-45a5-4cac-bfde-5dfd1f091624", "rel": "bookmark"}]}, "id": "1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3", "security_groups": [{"name": "default"}], "user_id": "657b190628da4860b5a177f1331535a7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:59:41Z", "hostId": "3899420e65f396b20a1f69c5fb162344a7a991ff9a1e9f4a69ca87a2", "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-048898ba-807f-43e4-97b2-298e7a1838bf-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-10-26T09:59:35Z", "tenant_id": "520bb063707641068ecd26c37a46f476", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:59:46,660 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3 used request id req-616ab9b1-c30e-43fc-b202-a43cfcf8b5a6 2018-10-26 09:59:46,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5de9035b3d525683eef9e6fe36e1b3ceefff38" 2018-10-26 09:59:46,755 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-122610cc-d5cb-4b3e-9546-aa16dd263437 Date: Fri, 26 Oct 2018 09:59:46 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":2,"ipv4_address_scope":null,"shared":false,"project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","subnets":["aa58455b-8b6f-4c96-92ff-9eba7ccd9e67"],"description":"","tags":[],"updated_at":"2018-10-26T09:59:24Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net","admin_state_up":true,"tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:23Z","provider:network_type":"vxlan"}]} 2018-10-26 09:59:46,755 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net used request id req-122610cc-d5cb-4b3e-9546-aa16dd263437 2018-10-26 09:59:46,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5de9035b3d525683eef9e6fe36e1b3ceefff38" 2018-10-26 09:59:46,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:59:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1ac4d07-1c32-49ae-944d-209d8e1a165b 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:59:46,845 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-d1ac4d07-1c32-49ae-944d-209d8e1a165b 2018-10-26 09:59:46,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5de9035b3d525683eef9e6fe36e1b3ceefff38" 2018-10-26 09:59:46,899 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-6ed60440-0185-4c9c-8309-aa867314dda2 Date: Fri, 26 Oct 2018 09:59:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:24Z","dns_nameservers":[],"updated_at":"2018-10-26T09:59:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"520bb063707641068ecd26c37a46f476","id":"aa58455b-8b6f-4c96-92ff-9eba7ccd9e67","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-subnet"}]} 2018-10-26 09:59:46,899 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811 used request id req-6ed60440-0185-4c9c-8309-aa867314dda2 2018-10-26 09:59:46,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5de9035b3d525683eef9e6fe36e1b3ceefff38" 2018-10-26 09:59:46,954 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-4765de69-8cb9-4cc4-96f1-78785dbbd84f Date: Fri, 26 Oct 2018 09:59:46 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:59:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"aa58455b-8b6f-4c96-92ff-9eba7ccd9e67","ip_address":"10.55.0.4"}],"id":"085088a3-e9d1-4e59-8681-a8c86f841f8e","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:9a:7a","project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:26Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c75107e1-1c54-4e00-a1ce-4cef4bd4c811"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:59:41Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"aa58455b-8b6f-4c96-92ff-9eba7ccd9e67","ip_address":"10.55.0.5"}],"id":"12a55fe9-c7d6-4154-b81a-0015665078db","security_groups":["8361c808-1c9a-4d3e-8e23-25feb1ce42a3"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:77:00:d6","project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bfport-1","admin_state_up":true,"network_id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:32Z","binding:vnic_type":"normal","device_id":"1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:59:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"aa58455b-8b6f-4c96-92ff-9eba7ccd9e67","ip_address":"10.55.0.3"}],"id":"1a59e101-be8a-4d1f-b380-72f346f9724c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4f:94:f5","project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:25Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c75107e1-1c54-4e00-a1ce-4cef4bd4c811"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:59:26Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"aa58455b-8b6f-4c96-92ff-9eba7ccd9e67","ip_address":"10.55.0.2"}],"id":"e01c3557-986b-4904-bc89-e7be8e3463ec","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a9:06:3a","project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:24Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c75107e1-1c54-4e00-a1ce-4cef4bd4c811"}]} 2018-10-26 09:59:46,955 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811 used request id req-4765de69-8cb9-4cc4-96f1-78785dbbd84f 2018-10-26 09:59:46,956 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:59:46,957 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:59:47,423 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:59:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["t38aBJdGRZa6g5blnXAeGQ"], "issued_at": "2018-10-26T09:59:47.000000Z"}} 2018-10-26 09:59:47,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216a30caedb25932fffbe407fa4cf7b5742eb309" 2018-10-26 09:59:47,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:59:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3577e0c-4d93-48dd-a58f-ceb9b6d13c5f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:59:47,499 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f3577e0c-4d93-48dd-a58f-ceb9b6d13c5f 2018-10-26 09:59:47,500 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 09:59:47,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216a30caedb25932fffbe407fa4cf7b5742eb309" 2018-10-26 09:59:47,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:59:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cef522fd-0800-42d4-9d43-795d82ac6000 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:59:47,585 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-cef522fd-0800-42d4-9d43-795d82ac6000 2018-10-26 09:59:47,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216a30caedb25932fffbe407fa4cf7b5742eb309" 2018-10-26 09:59:47,816 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-28e50ee2-71cb-404d-85f5-575304269dfd Date: Fri, 26 Oct 2018 09:59:47 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":2,"ipv4_address_scope":null,"shared":false,"project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","subnets":["aa58455b-8b6f-4c96-92ff-9eba7ccd9e67"],"description":"","tags":[],"updated_at":"2018-10-26T09:59:24Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net","admin_state_up":true,"tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:23Z","provider:network_type":"vxlan"}]} 2018-10-26 09:59:47,816 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net used request id req-28e50ee2-71cb-404d-85f5-575304269dfd 2018-10-26 09:59:47,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:59:47,825 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:59: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:59:47,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216a30caedb25932fffbe407fa4cf7b5742eb309" 2018-10-26 09:59:47,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:59:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91a13e42-3093-4efc-b1ee-891ebef63cbe 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:59:47,911 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-91a13e42-3093-4efc-b1ee-891ebef63cbe 2018-10-26 09:59:47,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216a30caedb25932fffbe407fa4cf7b5742eb309" 2018-10-26 09:59:48,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-ff6f2834-405b-4a3a-b9b0-482ea539813a Date: Fri, 26 Oct 2018 09:59:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:24Z","dns_nameservers":[],"updated_at":"2018-10-26T09:59:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"520bb063707641068ecd26c37a46f476","id":"aa58455b-8b6f-4c96-92ff-9eba7ccd9e67","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-subnet"}]} 2018-10-26 09:59:48,113 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811 used request id req-ff6f2834-405b-4a3a-b9b0-482ea539813a 2018-10-26 09:59:48,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811&name=CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bfport-2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216a30caedb25932fffbe407fa4cf7b5742eb309" 2018-10-26 09:59:48,323 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-51a8b156-f470-4a36-a3ac-1e125e6136c2 Date: Fri, 26 Oct 2018 09:59:48 GMT RESP BODY: {"ports":[]} 2018-10-26 09:59:48,323 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811&name=CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bfport-2&admin_state_up=True used request id req-51a8b156-f470-4a36-a3ac-1e125e6136c2 2018-10-26 09:59:48,326 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-inst-nova%3Aovercloud-novacompute-1.opnfvlf.org -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216a30caedb25932fffbe407fa4cf7b5742eb309" 2018-10-26 09:59:48,555 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09: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-9e8bb91a-5fa3-49e4-8438-cddf88a5d87b x-compute-request-id: req-9e8bb91a-5fa3-49e4-8438-cddf88a5d87b Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-26 09:59:48,556 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-inst-nova%3Aovercloud-novacompute-1.opnfvlf.org used request id req-9e8bb91a-5fa3-49e4-8438-cddf88a5d87b 2018-10-26 09:59:48,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216a30caedb25932fffbe407fa4cf7b5742eb309" 2018-10-26 09:59:48,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-7433d59f-0609-4535-adc1-65ca441a049f Date: Fri, 26 Oct 2018 09:59:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":2,"ipv4_address_scope":null,"shared":false,"project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","subnets":["aa58455b-8b6f-4c96-92ff-9eba7ccd9e67"],"description":"","tags":[],"updated_at":"2018-10-26T09:59:24Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net","admin_state_up":true,"tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:23Z","provider:network_type":"vxlan"}]} 2018-10-26 09:59:48,808 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net used request id req-7433d59f-0609-4535-adc1-65ca441a049f 2018-10-26 09:59:48,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216a30caedb25932fffbe407fa4cf7b5742eb309" 2018-10-26 09:59:48,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:59:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8cae988-2cd6-4f3e-ba61-eef68d0d225e 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:59:48,903 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-f8cae988-2cd6-4f3e-ba61-eef68d0d225e 2018-10-26 09:59:48,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216a30caedb25932fffbe407fa4cf7b5742eb309" 2018-10-26 09:59:49,271 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-d7f234b5-f927-45b4-b7a9-60858f28b960 Date: Fri, 26 Oct 2018 09:59:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:24Z","dns_nameservers":[],"updated_at":"2018-10-26T09:59:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"520bb063707641068ecd26c37a46f476","id":"aa58455b-8b6f-4c96-92ff-9eba7ccd9e67","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-subnet"}]} 2018-10-26 09:59:49,271 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811 used request id req-d7f234b5-f927-45b4-b7a9-60858f28b960 2018-10-26 09:59:49,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811&name=CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bfport-2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216a30caedb25932fffbe407fa4cf7b5742eb309" 2018-10-26 09:59:49,452 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c44ee6de-b8c1-40ca-a117-f6f6ccc08e3a Date: Fri, 26 Oct 2018 09:59:49 GMT RESP BODY: {"ports":[]} 2018-10-26 09:59:49,452 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811&name=CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bfport-2&admin_state_up=True used request id req-c44ee6de-b8c1-40ca-a117-f6f6ccc08e3a 2018-10-26 09:59:49,453 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 09:59:49,454 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 09:59:49,848 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T10:59:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["iYWHo3ZYRQyOxG4ngtxMiQ"], "issued_at": "2018-10-26T09:59:49.000000Z"}} 2018-10-26 09:59:49,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0ad0ad103fbfb294dfe5f19df7af8b8097273b3" 2018-10-26 09:59:49,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:59:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84bcfbc4-c4fb-40e1-b020-1a84ab4279ac Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 09:59:49,928 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-84bcfbc4-c4fb-40e1-b020-1a84ab4279ac 2018-10-26 09:59:49,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216a30caedb25932fffbe407fa4cf7b5742eb309" 2018-10-26 09:59:50,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-87062c81-656c-433e-9d9f-33bdee708978 Date: Fri, 26 Oct 2018 09:59:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":2,"ipv4_address_scope":null,"shared":false,"project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","subnets":["aa58455b-8b6f-4c96-92ff-9eba7ccd9e67"],"description":"","tags":[],"updated_at":"2018-10-26T09:59:24Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net","admin_state_up":true,"tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:23Z","provider:network_type":"vxlan"}]} 2018-10-26 09:59:50,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net used request id req-87062c81-656c-433e-9d9f-33bdee708978 2018-10-26 09:59:50,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216a30caedb25932fffbe407fa4cf7b5742eb309" 2018-10-26 09:59:50,392 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-133bdae2-e6da-47af-90b8-b9ed51b7e348 Date: Fri, 26 Oct 2018 09:59:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:24Z","dns_nameservers":[],"updated_at":"2018-10-26T09:59:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"520bb063707641068ecd26c37a46f476","id":"aa58455b-8b6f-4c96-92ff-9eba7ccd9e67","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-subnet"}]} 2018-10-26 09:59:50,393 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811 used request id req-133bdae2-e6da-47af-90b8-b9ed51b7e348 2018-10-26 09:59:50,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216a30caedb25932fffbe407fa4cf7b5742eb309" 2018-10-26 09:59:50,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-2b88e649-5f51-4dd0-b9b4-7d21ba703a8a Date: Fri, 26 Oct 2018 09:59:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":2,"ipv4_address_scope":null,"shared":false,"project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","subnets":["aa58455b-8b6f-4c96-92ff-9eba7ccd9e67"],"description":"","tags":[],"updated_at":"2018-10-26T09:59:24Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net","admin_state_up":true,"tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:23Z","provider:network_type":"vxlan"}]} 2018-10-26 09:59:50,626 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net used request id req-2b88e649-5f51-4dd0-b9b4-7d21ba703a8a 2018-10-26 09:59:50,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 09:59:50,634 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 09:59: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 09:59:50,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0ad0ad103fbfb294dfe5f19df7af8b8097273b3" 2018-10-26 09:59:50,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:59:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fad78349-71ab-4592-8904-b07181f7362a 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:59:50,722 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-fad78349-71ab-4592-8904-b07181f7362a 2018-10-26 09:59:50,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216a30caedb25932fffbe407fa4cf7b5742eb309" 2018-10-26 09:59:50,927 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-f8dc6190-44c1-44ad-a8be-bb6693131828 Date: Fri, 26 Oct 2018 09:59:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:24Z","dns_nameservers":[],"updated_at":"2018-10-26T09:59:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"520bb063707641068ecd26c37a46f476","id":"aa58455b-8b6f-4c96-92ff-9eba7ccd9e67","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-subnet"}]} 2018-10-26 09:59:50,927 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811 used request id req-f8dc6190-44c1-44ad-a8be-bb6693131828 2018-10-26 09:59:50,928 - neutron_utils - INFO - Creating port for network with name - CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net 2018-10-26 09:59:50,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216a30caedb25932fffbe407fa4cf7b5742eb309" -d '{"port": {"network_id": "c75107e1-1c54-4e00-a1ce-4cef4bd4c811", "name": "CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bfport-2", "admin_state_up": true}}' 2018-10-26 09:59:52,016 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 880 X-Openstack-Request-Id: req-46febe55-a46a-40a8-9752-c534b912c994 Date: Fri, 26 Oct 2018 09:59:52 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:59:51Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"aa58455b-8b6f-4c96-92ff-9eba7ccd9e67","ip_address":"10.55.0.12"}],"id":"cd0a7dad-ba13-4638-ad08-04544deaf00d","security_groups":["8361c808-1c9a-4d3e-8e23-25feb1ce42a3"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:1a:18:eb","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bfport-2","project_id":"520bb063707641068ecd26c37a46f476","qos_policy_id":null,"admin_state_up":true,"network_id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:51Z","binding:vnic_type":"normal"}} 2018-10-26 09:59:52,016 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-46febe55-a46a-40a8-9752-c534b912c994 2018-10-26 09:59:52,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216a30caedb25932fffbe407fa4cf7b5742eb309" 2018-10-26 09:59:52,262 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-77524bf0-0dee-4a1f-9176-c79362785548 Date: Fri, 26 Oct 2018 09:59:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":2,"ipv4_address_scope":null,"shared":false,"project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","subnets":["aa58455b-8b6f-4c96-92ff-9eba7ccd9e67"],"description":"","tags":[],"updated_at":"2018-10-26T09:59:24Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net","admin_state_up":true,"tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:23Z","provider:network_type":"vxlan"}]} 2018-10-26 09:59:52,262 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net used request id req-77524bf0-0dee-4a1f-9176-c79362785548 2018-10-26 09:59:52,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216a30caedb25932fffbe407fa4cf7b5742eb309" 2018-10-26 09:59:52,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:59:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34f09c58-e517-4229-975c-6a48636b5128 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:59:52,349 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-34f09c58-e517-4229-975c-6a48636b5128 2018-10-26 09:59:52,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216a30caedb25932fffbe407fa4cf7b5742eb309" 2018-10-26 09:59:52,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-90a7d403-1bd2-40f8-996e-ab6b767348b3 Date: Fri, 26 Oct 2018 09:59:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:24Z","dns_nameservers":[],"updated_at":"2018-10-26T09:59:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"520bb063707641068ecd26c37a46f476","id":"aa58455b-8b6f-4c96-92ff-9eba7ccd9e67","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-subnet"}]} 2018-10-26 09:59:52,568 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811 used request id req-90a7d403-1bd2-40f8-996e-ab6b767348b3 2018-10-26 09:59:52,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811&name=CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bfport-2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216a30caedb25932fffbe407fa4cf7b5742eb309" 2018-10-26 09:59:52,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 883 X-Openstack-Request-Id: req-f85d0c8d-d19f-4139-86ce-35eef3f40dba Date: Fri, 26 Oct 2018 09:59:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:59:51Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"aa58455b-8b6f-4c96-92ff-9eba7ccd9e67","ip_address":"10.55.0.12"}],"id":"cd0a7dad-ba13-4638-ad08-04544deaf00d","security_groups":["8361c808-1c9a-4d3e-8e23-25feb1ce42a3"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:1a:18:eb","project_id":"520bb063707641068ecd26c37a46f476","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bfport-2","admin_state_up":true,"network_id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:51Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-26 09:59:52,788 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811&name=CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bfport-2&admin_state_up=True used request id req-f85d0c8d-d19f-4139-86ce-35eef3f40dba 2018-10-26 09:59:52,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216a30caedb25932fffbe407fa4cf7b5742eb309" 2018-10-26 09:59:52,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:59:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94ec974a-6a1b-44db-83e1-785f21f7fd13 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 09:59:52,881 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-94ec974a-6a1b-44db-83e1-785f21f7fd13 2018-10-26 09:59:52,881 - nova_utils - INFO - Creating VM with name - CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-10-26 09:59:52,885 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216a30caedb25932fffbe407fa4cf7b5742eb309" 2018-10-26 09:59:52,909 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:59:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9d3b995d-f961-41d2-8045-171e8609e636 x-compute-request-id: req-9d3b995d-f961-41d2-8045-171e8609e636 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"flavors": [{"id": "348d11ba-45a5-4cac-bfde-5dfd1f091624", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/348d11ba-45a5-4cac-bfde-5dfd1f091624", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/348d11ba-45a5-4cac-bfde-5dfd1f091624", "rel": "bookmark"}], "name": "CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-flavor-name"}]} 2018-10-26 09:59:52,909 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-9d3b995d-f961-41d2-8045-171e8609e636 2018-10-26 09:59:52,913 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/348d11ba-45a5-4cac-bfde-5dfd1f091624 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216a30caedb25932fffbe407fa4cf7b5742eb309" 2018-10-26 09:59:52,932 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:59:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f5d2f24e-7241-4dc0-afcc-2cf82756049c x-compute-request-id: req-f5d2f24e-7241-4dc0-afcc-2cf82756049c Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/348d11ba-45a5-4cac-bfde-5dfd1f091624", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/348d11ba-45a5-4cac-bfde-5dfd1f091624", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "348d11ba-45a5-4cac-bfde-5dfd1f091624", "name": "CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 09:59:52,933 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/348d11ba-45a5-4cac-bfde-5dfd1f091624 used request id req-f5d2f24e-7241-4dc0-afcc-2cf82756049c 2018-10-26 09:59:52,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}216a30caedb25932fffbe407fa4cf7b5742eb309" 2018-10-26 09:59:53,098 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1064 Content-Type: application/json X-Openstack-Request-Id: req-5876e870-ed6b-492f-834b-887a18a3b811 Date: Fri, 26 Oct 2018 09:59:53 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T09:59:26Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T09:59:27Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/65b66267-3c70-4b7e-8f6f-b61e35635ab9/snap", "metadata": {}}], "self": "/v2/images/65b66267-3c70-4b7e-8f6f-b61e35635ab9", "min_disk": 0, "protected": false, "id": "65b66267-3c70-4b7e-8f6f-b61e35635ab9", "file": "/v2/images/65b66267-3c70-4b7e-8f6f-b61e35635ab9/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "bf2b7bcc245a4abea8032e835c411960", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/65b66267-3c70-4b7e-8f6f-b61e35635ab9/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-image"} 2018-10-26 09:59:53,098 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-image used request id req-5876e870-ed6b-492f-834b-887a18a3b811 2018-10-26 09:59:53,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}216a30caedb25932fffbe407fa4cf7b5742eb309" 2018-10-26 09:59:53,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0cf12814-8b83-48c5-8abe-c0c1ed3e1a35 Date: Fri, 26 Oct 2018 09:59: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-26 09:59:53,265 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-0cf12814-8b83-48c5-8abe-c0c1ed3e1a35 2018-10-26 09:59:53,271 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216a30caedb25932fffbe407fa4cf7b5742eb309" -d '{"server": {"name": "CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-inst-nova:overcloud-novacompute-1.opnfvlf.org", "imageRef": "65b66267-3c70-4b7e-8f6f-b61e35635ab9", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "348d11ba-45a5-4cac-bfde-5dfd1f091624", "max_count": 1, "min_count": 1, "networks": [{"port": "cd0a7dad-ba13-4638-ad08-04544deaf00d"}]}}' 2018-10-26 09:59:54,826 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 09: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-28c1fc49-772c-4468-883a-588e3f97b16a x-compute-request-id: req-28c1fc49-772c-4468-883a-588e3f97b16a Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/44318ec0-1a8e-4d66-9d20-e90e0ab0ec84 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "44318ec0-1a8e-4d66-9d20-e90e0ab0ec84", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/44318ec0-1a8e-4d66-9d20-e90e0ab0ec84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/44318ec0-1a8e-4d66-9d20-e90e0ab0ec84", "rel": "bookmark"}], "adminPass": "ZXxgonA2WMBe"}} 2018-10-26 09:59:54,827 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-28c1fc49-772c-4468-883a-588e3f97b16a 2018-10-26 09:59:54,830 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/44318ec0-1a8e-4d66-9d20-e90e0ab0ec84 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216a30caedb25932fffbe407fa4cf7b5742eb309" 2018-10-26 09:59:55,197 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:59: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-a5e7a938-b76b-4cad-818d-ed166ef07370 x-compute-request-id: req-a5e7a938-b76b-4cad-818d-ed166ef07370 Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/44318ec0-1a8e-4d66-9d20-e90e0ab0ec84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/44318ec0-1a8e-4d66-9d20-e90e0ab0ec84", "rel": "bookmark"}], "image": {"id": "65b66267-3c70-4b7e-8f6f-b61e35635ab9", "links": [{"href": "http://172.30.9.21:8774/images/65b66267-3c70-4b7e-8f6f-b61e35635ab9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "348d11ba-45a5-4cac-bfde-5dfd1f091624", "links": [{"href": "http://172.30.9.21:8774/flavors/348d11ba-45a5-4cac-bfde-5dfd1f091624", "rel": "bookmark"}]}, "id": "44318ec0-1a8e-4d66-9d20-e90e0ab0ec84", "user_id": "657b190628da4860b5a177f1331535a7", "OS-DCF: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-26T09:59:54Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-10-26T09:59:54Z", "tenant_id": "520bb063707641068ecd26c37a46f476", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:59:55,197 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/44318ec0-1a8e-4d66-9d20-e90e0ab0ec84 used request id req-a5e7a938-b76b-4cad-818d-ed166ef07370 2018-10-26 09:59:55,198 - create_instance - INFO - Created instance with name - CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-10-26 09:59:55,201 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/44318ec0-1a8e-4d66-9d20-e90e0ab0ec84 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216a30caedb25932fffbe407fa4cf7b5742eb309" 2018-10-26 09:59:55,558 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:59: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-469e09c6-c3c5-4b3f-9b30-c6133adf9c8d x-compute-request-id: req-469e09c6-c3c5-4b3f-9b30-c6133adf9c8d Content-Encoding: gzip Content-Length: 682 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/44318ec0-1a8e-4d66-9d20-e90e0ab0ec84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/44318ec0-1a8e-4d66-9d20-e90e0ab0ec84", "rel": "bookmark"}], "image": {"id": "65b66267-3c70-4b7e-8f6f-b61e35635ab9", "links": [{"href": "http://172.30.9.21:8774/images/65b66267-3c70-4b7e-8f6f-b61e35635ab9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "348d11ba-45a5-4cac-bfde-5dfd1f091624", "links": [{"href": "http://172.30.9.21:8774/flavors/348d11ba-45a5-4cac-bfde-5dfd1f091624", "rel": "bookmark"}]}, "id": "44318ec0-1a8e-4d66-9d20-e90e0ab0ec84", "user_id": "657b190628da4860b5a177f1331535a7", "OS-DCF: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-26T09:59:55Z", "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-048898ba-807f-43e4-97b2-298e7a1838bf-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-10-26T09:59:54Z", "tenant_id": "520bb063707641068ecd26c37a46f476", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:59:55,558 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/44318ec0-1a8e-4d66-9d20-e90e0ab0ec84 used request id req-469e09c6-c3c5-4b3f-9b30-c6133adf9c8d 2018-10-26 09:59:55,558 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - BUILD 2018-10-26 09:59:55,558 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 09:59:58,562 - create_instance - DEBUG - VM status query timeout in 896.636346102 2018-10-26 09:59:58,564 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/44318ec0-1a8e-4d66-9d20-e90e0ab0ec84 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216a30caedb25932fffbe407fa4cf7b5742eb309" 2018-10-26 09:59:59,256 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 09:59:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ef314226-daf4-4ad0-a982-deb276921706 x-compute-request-id: req-ef314226-daf4-4ad0-a982-deb276921706 Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:18:eb", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/44318ec0-1a8e-4d66-9d20-e90e0ab0ec84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/44318ec0-1a8e-4d66-9d20-e90e0ab0ec84", "rel": "bookmark"}], "image": {"id": "65b66267-3c70-4b7e-8f6f-b61e35635ab9", "links": [{"href": "http://172.30.9.21:8774/images/65b66267-3c70-4b7e-8f6f-b61e35635ab9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e3", "OS-SRV-USG:launched_at": null, "flavor": {"id": "348d11ba-45a5-4cac-bfde-5dfd1f091624", "links": [{"href": "http://172.30.9.21:8774/flavors/348d11ba-45a5-4cac-bfde-5dfd1f091624", "rel": "bookmark"}]}, "id": "44318ec0-1a8e-4d66-9d20-e90e0ab0ec84", "security_groups": [{"name": "default"}], "user_id": "657b190628da4860b5a177f1331535a7", "OS-DCF: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-26T09:59:56Z", "hostId": "baa3e2200dfa390c4ef67a09707bc8a09e4bdf33d17efe5d6f35b2ab", "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-048898ba-807f-43e4-97b2-298e7a1838bf-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-10-26T09:59:54Z", "tenant_id": "520bb063707641068ecd26c37a46f476", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 09:59:59,256 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/44318ec0-1a8e-4d66-9d20-e90e0ab0ec84 used request id req-ef314226-daf4-4ad0-a982-deb276921706 2018-10-26 09:59:59,257 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - BUILD 2018-10-26 09:59:59,257 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:00:02,260 - create_instance - DEBUG - VM status query timeout in 892.93769002 2018-10-26 10:00:02,263 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/44318ec0-1a8e-4d66-9d20-e90e0ab0ec84 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216a30caedb25932fffbe407fa4cf7b5742eb309" 2018-10-26 10:00:02,728 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:00:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ebcfed81-10da-41b3-848c-0cf57d889388 x-compute-request-id: req-ebcfed81-10da-41b3-848c-0cf57d889388 Content-Encoding: gzip Content-Length: 827 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:18:eb", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/44318ec0-1a8e-4d66-9d20-e90e0ab0ec84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/44318ec0-1a8e-4d66-9d20-e90e0ab0ec84", "rel": "bookmark"}], "image": {"id": "65b66267-3c70-4b7e-8f6f-b61e35635ab9", "links": [{"href": "http://172.30.9.21:8774/images/65b66267-3c70-4b7e-8f6f-b61e35635ab9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e3", "OS-SRV-USG:launched_at": "2018-10-26T10:00:00.000000", "flavor": {"id": "348d11ba-45a5-4cac-bfde-5dfd1f091624", "links": [{"href": "http://172.30.9.21:8774/flavors/348d11ba-45a5-4cac-bfde-5dfd1f091624", "rel": "bookmark"}]}, "id": "44318ec0-1a8e-4d66-9d20-e90e0ab0ec84", "security_groups": [{"name": "default"}], "user_id": "657b190628da4860b5a177f1331535a7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:00:01Z", "hostId": "baa3e2200dfa390c4ef67a09707bc8a09e4bdf33d17efe5d6f35b2ab", "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-048898ba-807f-43e4-97b2-298e7a1838bf-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-10-26T09:59:54Z", "tenant_id": "520bb063707641068ecd26c37a46f476", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:00:02,728 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/44318ec0-1a8e-4d66-9d20-e90e0ab0ec84 used request id req-ebcfed81-10da-41b3-848c-0cf57d889388 2018-10-26 10:00:02,728 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - ACTIVE 2018-10-26 10:00:02,729 - create_instance - INFO - VM is - ACTIVE 2018-10-26 10:00:02,731 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/44318ec0-1a8e-4d66-9d20-e90e0ab0ec84 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216a30caedb25932fffbe407fa4cf7b5742eb309" 2018-10-26 10:00:03,190 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:00:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e7b7bddc-c1e8-4734-a39b-445d17193e5e x-compute-request-id: req-e7b7bddc-c1e8-4734-a39b-445d17193e5e Content-Encoding: gzip Content-Length: 827 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:18:eb", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/44318ec0-1a8e-4d66-9d20-e90e0ab0ec84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/44318ec0-1a8e-4d66-9d20-e90e0ab0ec84", "rel": "bookmark"}], "image": {"id": "65b66267-3c70-4b7e-8f6f-b61e35635ab9", "links": [{"href": "http://172.30.9.21:8774/images/65b66267-3c70-4b7e-8f6f-b61e35635ab9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e3", "OS-SRV-USG:launched_at": "2018-10-26T10:00:00.000000", "flavor": {"id": "348d11ba-45a5-4cac-bfde-5dfd1f091624", "links": [{"href": "http://172.30.9.21:8774/flavors/348d11ba-45a5-4cac-bfde-5dfd1f091624", "rel": "bookmark"}]}, "id": "44318ec0-1a8e-4d66-9d20-e90e0ab0ec84", "security_groups": [{"name": "default"}], "user_id": "657b190628da4860b5a177f1331535a7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:00:01Z", "hostId": "baa3e2200dfa390c4ef67a09707bc8a09e4bdf33d17efe5d6f35b2ab", "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-048898ba-807f-43e4-97b2-298e7a1838bf-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-10-26T09:59:54Z", "tenant_id": "520bb063707641068ecd26c37a46f476", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:00:03,191 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/44318ec0-1a8e-4d66-9d20-e90e0ab0ec84 used request id req-e7b7bddc-c1e8-4734-a39b-445d17193e5e 2018-10-26 10:00:03,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216a30caedb25932fffbe407fa4cf7b5742eb309" 2018-10-26 10:00:03,279 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-d5940eeb-4ab5-4d5f-8f0b-cc93b617a9e8 Date: Fri, 26 Oct 2018 10:00:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":2,"ipv4_address_scope":null,"shared":false,"project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","subnets":["aa58455b-8b6f-4c96-92ff-9eba7ccd9e67"],"description":"","tags":[],"updated_at":"2018-10-26T09:59:24Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net","admin_state_up":true,"tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:23Z","provider:network_type":"vxlan"}]} 2018-10-26 10:00:03,279 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net used request id req-d5940eeb-4ab5-4d5f-8f0b-cc93b617a9e8 2018-10-26 10:00:03,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216a30caedb25932fffbe407fa4cf7b5742eb309" 2018-10-26 10:00:03,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:00:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15fa873c-8c68-4bfc-87e0-cc0bdb7f7c06 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 10:00:03,380 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-15fa873c-8c68-4bfc-87e0-cc0bdb7f7c06 2018-10-26 10:00:03,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216a30caedb25932fffbe407fa4cf7b5742eb309" 2018-10-26 10:00:03,434 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-d5dd4e05-4746-4326-aabf-2687c5bf8372 Date: Fri, 26 Oct 2018 10:00:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:24Z","dns_nameservers":[],"updated_at":"2018-10-26T09:59:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"520bb063707641068ecd26c37a46f476","id":"aa58455b-8b6f-4c96-92ff-9eba7ccd9e67","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-subnet"}]} 2018-10-26 10:00:03,434 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811 used request id req-d5dd4e05-4746-4326-aabf-2687c5bf8372 2018-10-26 10:00:03,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216a30caedb25932fffbe407fa4cf7b5742eb309" 2018-10-26 10:00:03,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4901 X-Openstack-Request-Id: req-a1e3a01a-535f-40de-bbfd-b568a3fe5a07 Date: Fri, 26 Oct 2018 10:00:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:59:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"aa58455b-8b6f-4c96-92ff-9eba7ccd9e67","ip_address":"10.55.0.4"}],"id":"085088a3-e9d1-4e59-8681-a8c86f841f8e","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:9a:7a","project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:26Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c75107e1-1c54-4e00-a1ce-4cef4bd4c811"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:59:41Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"aa58455b-8b6f-4c96-92ff-9eba7ccd9e67","ip_address":"10.55.0.5"}],"id":"12a55fe9-c7d6-4154-b81a-0015665078db","security_groups":["8361c808-1c9a-4d3e-8e23-25feb1ce42a3"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:77:00:d6","project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bfport-1","admin_state_up":true,"network_id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:32Z","binding:vnic_type":"normal","device_id":"1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:59:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"aa58455b-8b6f-4c96-92ff-9eba7ccd9e67","ip_address":"10.55.0.3"}],"id":"1a59e101-be8a-4d1f-b380-72f346f9724c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4f:94:f5","project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:25Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c75107e1-1c54-4e00-a1ce-4cef4bd4c811"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:00:00Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"aa58455b-8b6f-4c96-92ff-9eba7ccd9e67","ip_address":"10.55.0.12"}],"id":"cd0a7dad-ba13-4638-ad08-04544deaf00d","security_groups":["8361c808-1c9a-4d3e-8e23-25feb1ce42a3"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1a:18:eb","project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bfport-2","admin_state_up":true,"network_id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:51Z","binding:vnic_type":"normal","device_id":"44318ec0-1a8e-4d66-9d20-e90e0ab0ec84"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:59:26Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"aa58455b-8b6f-4c96-92ff-9eba7ccd9e67","ip_address":"10.55.0.2"}],"id":"e01c3557-986b-4904-bc89-e7be8e3463ec","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a9:06:3a","project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:24Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c75107e1-1c54-4e00-a1ce-4cef4bd4c811"}]} 2018-10-26 10:00:03,487 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811 used request id req-a1e3a01a-535f-40de-bbfd-b568a3fe5a07 2018-10-26 10:00:03,491 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/44318ec0-1a8e-4d66-9d20-e90e0ab0ec84 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216a30caedb25932fffbe407fa4cf7b5742eb309" 2018-10-26 10:00:03,942 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:00: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-0448443f-782c-4e93-b7f7-34a4227dd208 x-compute-request-id: req-0448443f-782c-4e93-b7f7-34a4227dd208 Content-Encoding: gzip Content-Length: 827 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:18:eb", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/44318ec0-1a8e-4d66-9d20-e90e0ab0ec84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/44318ec0-1a8e-4d66-9d20-e90e0ab0ec84", "rel": "bookmark"}], "image": {"id": "65b66267-3c70-4b7e-8f6f-b61e35635ab9", "links": [{"href": "http://172.30.9.21:8774/images/65b66267-3c70-4b7e-8f6f-b61e35635ab9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e3", "OS-SRV-USG:launched_at": "2018-10-26T10:00:00.000000", "flavor": {"id": "348d11ba-45a5-4cac-bfde-5dfd1f091624", "links": [{"href": "http://172.30.9.21:8774/flavors/348d11ba-45a5-4cac-bfde-5dfd1f091624", "rel": "bookmark"}]}, "id": "44318ec0-1a8e-4d66-9d20-e90e0ab0ec84", "security_groups": [{"name": "default"}], "user_id": "657b190628da4860b5a177f1331535a7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:00:01Z", "hostId": "baa3e2200dfa390c4ef67a09707bc8a09e4bdf33d17efe5d6f35b2ab", "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-048898ba-807f-43e4-97b2-298e7a1838bf-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-10-26T09:59:54Z", "tenant_id": "520bb063707641068ecd26c37a46f476", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:00:03,942 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/44318ec0-1a8e-4d66-9d20-e90e0ab0ec84 used request id req-0448443f-782c-4e93-b7f7-34a4227dd208 2018-10-26 10:00:03,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216a30caedb25932fffbe407fa4cf7b5742eb309" 2018-10-26 10:00:04,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-80cf4f11-1a1d-4382-89dc-92149bad299c Date: Fri, 26 Oct 2018 10:00:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":2,"ipv4_address_scope":null,"shared":false,"project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","subnets":["aa58455b-8b6f-4c96-92ff-9eba7ccd9e67"],"description":"","tags":[],"updated_at":"2018-10-26T09:59:24Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net","admin_state_up":true,"tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:23Z","provider:network_type":"vxlan"}]} 2018-10-26 10:00:04,188 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net used request id req-80cf4f11-1a1d-4382-89dc-92149bad299c 2018-10-26 10:00:04,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216a30caedb25932fffbe407fa4cf7b5742eb309" 2018-10-26 10:00:04,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:00:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0bb0fa0c-abd0-4e3c-90be-49c46fe41aba 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 10:00:04,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-0bb0fa0c-abd0-4e3c-90be-49c46fe41aba 2018-10-26 10:00:04,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216a30caedb25932fffbe407fa4cf7b5742eb309" 2018-10-26 10:00:04,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-c75e21fb-9505-40ab-8760-1d275f33a0c8 Date: Fri, 26 Oct 2018 10:00:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:24Z","dns_nameservers":[],"updated_at":"2018-10-26T09:59:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"520bb063707641068ecd26c37a46f476","id":"aa58455b-8b6f-4c96-92ff-9eba7ccd9e67","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-subnet"}]} 2018-10-26 10:00:04,331 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811 used request id req-c75e21fb-9505-40ab-8760-1d275f33a0c8 2018-10-26 10:00:04,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216a30caedb25932fffbe407fa4cf7b5742eb309" 2018-10-26 10:00:04,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4901 X-Openstack-Request-Id: req-35edd21c-e3c1-4003-aa33-238da78893c1 Date: Fri, 26 Oct 2018 10:00:04 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:59:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"aa58455b-8b6f-4c96-92ff-9eba7ccd9e67","ip_address":"10.55.0.4"}],"id":"085088a3-e9d1-4e59-8681-a8c86f841f8e","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:9a:7a","project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:26Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c75107e1-1c54-4e00-a1ce-4cef4bd4c811"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:59:41Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"aa58455b-8b6f-4c96-92ff-9eba7ccd9e67","ip_address":"10.55.0.5"}],"id":"12a55fe9-c7d6-4154-b81a-0015665078db","security_groups":["8361c808-1c9a-4d3e-8e23-25feb1ce42a3"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:77:00:d6","project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bfport-1","admin_state_up":true,"network_id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:32Z","binding:vnic_type":"normal","device_id":"1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:59:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"aa58455b-8b6f-4c96-92ff-9eba7ccd9e67","ip_address":"10.55.0.3"}],"id":"1a59e101-be8a-4d1f-b380-72f346f9724c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4f:94:f5","project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:25Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c75107e1-1c54-4e00-a1ce-4cef4bd4c811"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:00:00Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"aa58455b-8b6f-4c96-92ff-9eba7ccd9e67","ip_address":"10.55.0.12"}],"id":"cd0a7dad-ba13-4638-ad08-04544deaf00d","security_groups":["8361c808-1c9a-4d3e-8e23-25feb1ce42a3"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1a:18:eb","project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bfport-2","admin_state_up":true,"network_id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:51Z","binding:vnic_type":"normal","device_id":"44318ec0-1a8e-4d66-9d20-e90e0ab0ec84"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:59:26Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"aa58455b-8b6f-4c96-92ff-9eba7ccd9e67","ip_address":"10.55.0.2"}],"id":"e01c3557-986b-4904-bc89-e7be8e3463ec","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a9:06:3a","project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:24Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c75107e1-1c54-4e00-a1ce-4cef4bd4c811"}]} 2018-10-26 10:00:04,617 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811 used request id req-35edd21c-e3c1-4003-aa33-238da78893c1 2018-10-26 10:00:04,621 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/44318ec0-1a8e-4d66-9d20-e90e0ab0ec84 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216a30caedb25932fffbe407fa4cf7b5742eb309" 2018-10-26 10:00:05,209 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:00:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1b243078-4b8f-44f9-82a2-0c16e218c9cd x-compute-request-id: req-1b243078-4b8f-44f9-82a2-0c16e218c9cd Content-Encoding: gzip Content-Length: 827 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:18:eb", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/44318ec0-1a8e-4d66-9d20-e90e0ab0ec84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/44318ec0-1a8e-4d66-9d20-e90e0ab0ec84", "rel": "bookmark"}], "image": {"id": "65b66267-3c70-4b7e-8f6f-b61e35635ab9", "links": [{"href": "http://172.30.9.21:8774/images/65b66267-3c70-4b7e-8f6f-b61e35635ab9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e3", "OS-SRV-USG:launched_at": "2018-10-26T10:00:00.000000", "flavor": {"id": "348d11ba-45a5-4cac-bfde-5dfd1f091624", "links": [{"href": "http://172.30.9.21:8774/flavors/348d11ba-45a5-4cac-bfde-5dfd1f091624", "rel": "bookmark"}]}, "id": "44318ec0-1a8e-4d66-9d20-e90e0ab0ec84", "security_groups": [{"name": "default"}], "user_id": "657b190628da4860b5a177f1331535a7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:00:01Z", "hostId": "baa3e2200dfa390c4ef67a09707bc8a09e4bdf33d17efe5d6f35b2ab", "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-048898ba-807f-43e4-97b2-298e7a1838bf-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-10-26T09:59:54Z", "tenant_id": "520bb063707641068ecd26c37a46f476", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:00:05,209 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/44318ec0-1a8e-4d66-9d20-e90e0ab0ec84 used request id req-1b243078-4b8f-44f9-82a2-0c16e218c9cd 2018-10-26 10:00:05,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216a30caedb25932fffbe407fa4cf7b5742eb309" 2018-10-26 10:00:05,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-1dc1211d-6d6a-4812-b537-51a996b082a9 Date: Fri, 26 Oct 2018 10:00:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":2,"ipv4_address_scope":null,"shared":false,"project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","subnets":["aa58455b-8b6f-4c96-92ff-9eba7ccd9e67"],"description":"","tags":[],"updated_at":"2018-10-26T09:59:24Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net","admin_state_up":true,"tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:23Z","provider:network_type":"vxlan"}]} 2018-10-26 10:00:05,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net used request id req-1dc1211d-6d6a-4812-b537-51a996b082a9 2018-10-26 10:00:05,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216a30caedb25932fffbe407fa4cf7b5742eb309" 2018-10-26 10:00:05,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:00:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a25abb15-446c-40c6-a9f4-fae25dc54ad3 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 10:00:05,398 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-a25abb15-446c-40c6-a9f4-fae25dc54ad3 2018-10-26 10:00:05,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216a30caedb25932fffbe407fa4cf7b5742eb309" 2018-10-26 10:00:05,450 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-0c689cc8-6bea-4f3f-9ecf-5a39ec024163 Date: Fri, 26 Oct 2018 10:00:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:24Z","dns_nameservers":[],"updated_at":"2018-10-26T09:59:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"520bb063707641068ecd26c37a46f476","id":"aa58455b-8b6f-4c96-92ff-9eba7ccd9e67","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-subnet"}]} 2018-10-26 10:00:05,450 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811 used request id req-0c689cc8-6bea-4f3f-9ecf-5a39ec024163 2018-10-26 10:00:05,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216a30caedb25932fffbe407fa4cf7b5742eb309" 2018-10-26 10:00:05,680 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4901 X-Openstack-Request-Id: req-c42650bf-eb00-412f-bb35-02dab987411b Date: Fri, 26 Oct 2018 10:00:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:59:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"aa58455b-8b6f-4c96-92ff-9eba7ccd9e67","ip_address":"10.55.0.4"}],"id":"085088a3-e9d1-4e59-8681-a8c86f841f8e","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:9a:7a","project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:26Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c75107e1-1c54-4e00-a1ce-4cef4bd4c811"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:59:41Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"aa58455b-8b6f-4c96-92ff-9eba7ccd9e67","ip_address":"10.55.0.5"}],"id":"12a55fe9-c7d6-4154-b81a-0015665078db","security_groups":["8361c808-1c9a-4d3e-8e23-25feb1ce42a3"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:77:00:d6","project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bfport-1","admin_state_up":true,"network_id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:32Z","binding:vnic_type":"normal","device_id":"1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:59:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"aa58455b-8b6f-4c96-92ff-9eba7ccd9e67","ip_address":"10.55.0.3"}],"id":"1a59e101-be8a-4d1f-b380-72f346f9724c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4f:94:f5","project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:25Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c75107e1-1c54-4e00-a1ce-4cef4bd4c811"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:00:00Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"aa58455b-8b6f-4c96-92ff-9eba7ccd9e67","ip_address":"10.55.0.12"}],"id":"cd0a7dad-ba13-4638-ad08-04544deaf00d","security_groups":["8361c808-1c9a-4d3e-8e23-25feb1ce42a3"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1a:18:eb","project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bfport-2","admin_state_up":true,"network_id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:51Z","binding:vnic_type":"normal","device_id":"44318ec0-1a8e-4d66-9d20-e90e0ab0ec84"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:59:26Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"aa58455b-8b6f-4c96-92ff-9eba7ccd9e67","ip_address":"10.55.0.2"}],"id":"e01c3557-986b-4904-bc89-e7be8e3463ec","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a9:06:3a","project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:24Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c75107e1-1c54-4e00-a1ce-4cef4bd4c811"}]} 2018-10-26 10:00:05,680 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811 used request id req-c42650bf-eb00-412f-bb35-02dab987411b 2018-10-26 10:00:05,684 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5de9035b3d525683eef9e6fe36e1b3ceefff38" 2018-10-26 10:00:06,293 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:00:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2e700cde-faa5-4c99-8c2f-aadd7657584a x-compute-request-id: req-2e700cde-faa5-4c99-8c2f-aadd7657584a Content-Encoding: gzip Content-Length: 826 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:00:d6", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3", "rel": "bookmark"}], "image": {"id": "65b66267-3c70-4b7e-8f6f-b61e35635ab9", "links": [{"href": "http://172.30.9.21:8774/images/65b66267-3c70-4b7e-8f6f-b61e35635ab9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e0", "OS-SRV-USG:launched_at": "2018-10-26T09:59:40.000000", "flavor": {"id": "348d11ba-45a5-4cac-bfde-5dfd1f091624", "links": [{"href": "http://172.30.9.21:8774/flavors/348d11ba-45a5-4cac-bfde-5dfd1f091624", "rel": "bookmark"}]}, "id": "1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3", "security_groups": [{"name": "default"}], "user_id": "657b190628da4860b5a177f1331535a7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:59:41Z", "hostId": "3899420e65f396b20a1f69c5fb162344a7a991ff9a1e9f4a69ca87a2", "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-048898ba-807f-43e4-97b2-298e7a1838bf-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-10-26T09:59:35Z", "tenant_id": "520bb063707641068ecd26c37a46f476", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:00:06,293 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3 used request id req-2e700cde-faa5-4c99-8c2f-aadd7657584a 2018-10-26 10:00:06,293 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - ACTIVE 2018-10-26 10:00:06,294 - create_instance - INFO - VM is - ACTIVE 2018-10-26 10:00:06,297 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5de9035b3d525683eef9e6fe36e1b3ceefff38" 2018-10-26 10:00:06,742 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:00:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-151cf2a9-95a3-4457-927c-73d7f3d7e277 x-compute-request-id: req-151cf2a9-95a3-4457-927c-73d7f3d7e277 Content-Encoding: gzip Content-Length: 826 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:00:d6", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3", "rel": "bookmark"}], "image": {"id": "65b66267-3c70-4b7e-8f6f-b61e35635ab9", "links": [{"href": "http://172.30.9.21:8774/images/65b66267-3c70-4b7e-8f6f-b61e35635ab9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e0", "OS-SRV-USG:launched_at": "2018-10-26T09:59:40.000000", "flavor": {"id": "348d11ba-45a5-4cac-bfde-5dfd1f091624", "links": [{"href": "http://172.30.9.21:8774/flavors/348d11ba-45a5-4cac-bfde-5dfd1f091624", "rel": "bookmark"}]}, "id": "1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3", "security_groups": [{"name": "default"}], "user_id": "657b190628da4860b5a177f1331535a7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:59:41Z", "hostId": "3899420e65f396b20a1f69c5fb162344a7a991ff9a1e9f4a69ca87a2", "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-048898ba-807f-43e4-97b2-298e7a1838bf-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-10-26T09:59:35Z", "tenant_id": "520bb063707641068ecd26c37a46f476", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:00:06,743 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3 used request id req-151cf2a9-95a3-4457-927c-73d7f3d7e277 2018-10-26 10:00:06,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5de9035b3d525683eef9e6fe36e1b3ceefff38" 2018-10-26 10:00:06,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-fcaaead3-34ac-4baf-8dc8-b40e80dbf7d8 Date: Fri, 26 Oct 2018 10:00:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":2,"ipv4_address_scope":null,"shared":false,"project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","subnets":["aa58455b-8b6f-4c96-92ff-9eba7ccd9e67"],"description":"","tags":[],"updated_at":"2018-10-26T09:59:24Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net","admin_state_up":true,"tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:23Z","provider:network_type":"vxlan"}]} 2018-10-26 10:00:06,834 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net used request id req-fcaaead3-34ac-4baf-8dc8-b40e80dbf7d8 2018-10-26 10:00:06,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5de9035b3d525683eef9e6fe36e1b3ceefff38" 2018-10-26 10:00:06,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:00:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4aeb59c9-6f1d-4031-bfb1-7b2cf068e14b 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 10:00:06,927 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-4aeb59c9-6f1d-4031-bfb1-7b2cf068e14b 2018-10-26 10:00:06,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5de9035b3d525683eef9e6fe36e1b3ceefff38" 2018-10-26 10:00:07,142 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-54957f5c-eefe-430a-935a-6f1d8db19d7a Date: Fri, 26 Oct 2018 10:00:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:24Z","dns_nameservers":[],"updated_at":"2018-10-26T09:59:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"520bb063707641068ecd26c37a46f476","id":"aa58455b-8b6f-4c96-92ff-9eba7ccd9e67","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-subnet"}]} 2018-10-26 10:00:07,142 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811 used request id req-54957f5c-eefe-430a-935a-6f1d8db19d7a 2018-10-26 10:00:07,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5de9035b3d525683eef9e6fe36e1b3ceefff38" 2018-10-26 10:00:07,195 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4901 X-Openstack-Request-Id: req-0c94e6d1-ca00-476b-b7e7-237c3ee8242d Date: Fri, 26 Oct 2018 10:00:07 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:59:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"aa58455b-8b6f-4c96-92ff-9eba7ccd9e67","ip_address":"10.55.0.4"}],"id":"085088a3-e9d1-4e59-8681-a8c86f841f8e","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:9a:7a","project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:26Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c75107e1-1c54-4e00-a1ce-4cef4bd4c811"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:59:41Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"aa58455b-8b6f-4c96-92ff-9eba7ccd9e67","ip_address":"10.55.0.5"}],"id":"12a55fe9-c7d6-4154-b81a-0015665078db","security_groups":["8361c808-1c9a-4d3e-8e23-25feb1ce42a3"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:77:00:d6","project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bfport-1","admin_state_up":true,"network_id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:32Z","binding:vnic_type":"normal","device_id":"1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:59:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"aa58455b-8b6f-4c96-92ff-9eba7ccd9e67","ip_address":"10.55.0.3"}],"id":"1a59e101-be8a-4d1f-b380-72f346f9724c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4f:94:f5","project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:25Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c75107e1-1c54-4e00-a1ce-4cef4bd4c811"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:00:00Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"aa58455b-8b6f-4c96-92ff-9eba7ccd9e67","ip_address":"10.55.0.12"}],"id":"cd0a7dad-ba13-4638-ad08-04544deaf00d","security_groups":["8361c808-1c9a-4d3e-8e23-25feb1ce42a3"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1a:18:eb","project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bfport-2","admin_state_up":true,"network_id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:51Z","binding:vnic_type":"normal","device_id":"44318ec0-1a8e-4d66-9d20-e90e0ab0ec84"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:59:26Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"aa58455b-8b6f-4c96-92ff-9eba7ccd9e67","ip_address":"10.55.0.2"}],"id":"e01c3557-986b-4904-bc89-e7be8e3463ec","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a9:06:3a","project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:24Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c75107e1-1c54-4e00-a1ce-4cef4bd4c811"}]} 2018-10-26 10:00:07,195 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811 used request id req-0c94e6d1-ca00-476b-b7e7-237c3ee8242d 2018-10-26 10:00:07,199 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5de9035b3d525683eef9e6fe36e1b3ceefff38" 2018-10-26 10:00:07,625 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:00:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2ee16221-9d6b-45ff-8732-f2cf166c0c8a x-compute-request-id: req-2ee16221-9d6b-45ff-8732-f2cf166c0c8a Content-Encoding: gzip Content-Length: 826 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:00:d6", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3", "rel": "bookmark"}], "image": {"id": "65b66267-3c70-4b7e-8f6f-b61e35635ab9", "links": [{"href": "http://172.30.9.21:8774/images/65b66267-3c70-4b7e-8f6f-b61e35635ab9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e0", "OS-SRV-USG:launched_at": "2018-10-26T09:59:40.000000", "flavor": {"id": "348d11ba-45a5-4cac-bfde-5dfd1f091624", "links": [{"href": "http://172.30.9.21:8774/flavors/348d11ba-45a5-4cac-bfde-5dfd1f091624", "rel": "bookmark"}]}, "id": "1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3", "security_groups": [{"name": "default"}], "user_id": "657b190628da4860b5a177f1331535a7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T09:59:41Z", "hostId": "3899420e65f396b20a1f69c5fb162344a7a991ff9a1e9f4a69ca87a2", "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-048898ba-807f-43e4-97b2-298e7a1838bf-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-10-26T09:59:35Z", "tenant_id": "520bb063707641068ecd26c37a46f476", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:00:07,625 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3 used request id req-2ee16221-9d6b-45ff-8732-f2cf166c0c8a 2018-10-26 10:00:07,628 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/44318ec0-1a8e-4d66-9d20-e90e0ab0ec84 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216a30caedb25932fffbe407fa4cf7b5742eb309" 2018-10-26 10:00:07,929 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:00:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-90dfd4f7-a2df-4b3f-8b50-f5b04216ffb1 x-compute-request-id: req-90dfd4f7-a2df-4b3f-8b50-f5b04216ffb1 Content-Encoding: gzip Content-Length: 827 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:18:eb", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/44318ec0-1a8e-4d66-9d20-e90e0ab0ec84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/44318ec0-1a8e-4d66-9d20-e90e0ab0ec84", "rel": "bookmark"}], "image": {"id": "65b66267-3c70-4b7e-8f6f-b61e35635ab9", "links": [{"href": "http://172.30.9.21:8774/images/65b66267-3c70-4b7e-8f6f-b61e35635ab9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e3", "OS-SRV-USG:launched_at": "2018-10-26T10:00:00.000000", "flavor": {"id": "348d11ba-45a5-4cac-bfde-5dfd1f091624", "links": [{"href": "http://172.30.9.21:8774/flavors/348d11ba-45a5-4cac-bfde-5dfd1f091624", "rel": "bookmark"}]}, "id": "44318ec0-1a8e-4d66-9d20-e90e0ab0ec84", "security_groups": [{"name": "default"}], "user_id": "657b190628da4860b5a177f1331535a7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:00:01Z", "hostId": "baa3e2200dfa390c4ef67a09707bc8a09e4bdf33d17efe5d6f35b2ab", "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-048898ba-807f-43e4-97b2-298e7a1838bf-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-10-26T09:59:54Z", "tenant_id": "520bb063707641068ecd26c37a46f476", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:00:07,929 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/44318ec0-1a8e-4d66-9d20-e90e0ab0ec84 used request id req-90dfd4f7-a2df-4b3f-8b50-f5b04216ffb1 2018-10-26 10:00:07,929 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - ACTIVE 2018-10-26 10:00:07,929 - create_instance - INFO - VM is - ACTIVE 2018-10-26 10:00:07,932 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/44318ec0-1a8e-4d66-9d20-e90e0ab0ec84 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216a30caedb25932fffbe407fa4cf7b5742eb309" 2018-10-26 10:00:08,371 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:00:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d36c897f-2d76-4c03-a644-43530638360f x-compute-request-id: req-d36c897f-2d76-4c03-a644-43530638360f Content-Encoding: gzip Content-Length: 827 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:18:eb", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/44318ec0-1a8e-4d66-9d20-e90e0ab0ec84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/44318ec0-1a8e-4d66-9d20-e90e0ab0ec84", "rel": "bookmark"}], "image": {"id": "65b66267-3c70-4b7e-8f6f-b61e35635ab9", "links": [{"href": "http://172.30.9.21:8774/images/65b66267-3c70-4b7e-8f6f-b61e35635ab9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e3", "OS-SRV-USG:launched_at": "2018-10-26T10:00:00.000000", "flavor": {"id": "348d11ba-45a5-4cac-bfde-5dfd1f091624", "links": [{"href": "http://172.30.9.21:8774/flavors/348d11ba-45a5-4cac-bfde-5dfd1f091624", "rel": "bookmark"}]}, "id": "44318ec0-1a8e-4d66-9d20-e90e0ab0ec84", "security_groups": [{"name": "default"}], "user_id": "657b190628da4860b5a177f1331535a7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:00:01Z", "hostId": "baa3e2200dfa390c4ef67a09707bc8a09e4bdf33d17efe5d6f35b2ab", "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-048898ba-807f-43e4-97b2-298e7a1838bf-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-10-26T09:59:54Z", "tenant_id": "520bb063707641068ecd26c37a46f476", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:00:08,371 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/44318ec0-1a8e-4d66-9d20-e90e0ab0ec84 used request id req-d36c897f-2d76-4c03-a644-43530638360f 2018-10-26 10:00:08,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216a30caedb25932fffbe407fa4cf7b5742eb309" 2018-10-26 10:00:08,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-8191bc08-e966-489b-abc2-9d878dc4258d Date: Fri, 26 Oct 2018 10:00:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":2,"ipv4_address_scope":null,"shared":false,"project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","subnets":["aa58455b-8b6f-4c96-92ff-9eba7ccd9e67"],"description":"","tags":[],"updated_at":"2018-10-26T09:59:24Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net","admin_state_up":true,"tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:23Z","provider:network_type":"vxlan"}]} 2018-10-26 10:00:08,622 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net used request id req-8191bc08-e966-489b-abc2-9d878dc4258d 2018-10-26 10:00:08,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216a30caedb25932fffbe407fa4cf7b5742eb309" 2018-10-26 10:00:08,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:00:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2dfe8137-4b8f-4ca2-a39c-0e028bec6681 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 10:00:08,708 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-2dfe8137-4b8f-4ca2-a39c-0e028bec6681 2018-10-26 10:00:08,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216a30caedb25932fffbe407fa4cf7b5742eb309" 2018-10-26 10:00:08,767 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-f8edf0fd-fec2-4f88-948e-24846385cae2 Date: Fri, 26 Oct 2018 10:00:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:24Z","dns_nameservers":[],"updated_at":"2018-10-26T09:59:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"520bb063707641068ecd26c37a46f476","id":"aa58455b-8b6f-4c96-92ff-9eba7ccd9e67","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-subnet"}]} 2018-10-26 10:00:08,767 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811 used request id req-f8edf0fd-fec2-4f88-948e-24846385cae2 2018-10-26 10:00:08,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216a30caedb25932fffbe407fa4cf7b5742eb309" 2018-10-26 10:00:08,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4901 X-Openstack-Request-Id: req-d4e28be7-0aa6-4dde-933a-4c12c7e6dac0 Date: Fri, 26 Oct 2018 10:00:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:59:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"aa58455b-8b6f-4c96-92ff-9eba7ccd9e67","ip_address":"10.55.0.4"}],"id":"085088a3-e9d1-4e59-8681-a8c86f841f8e","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:9a:7a","project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:26Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c75107e1-1c54-4e00-a1ce-4cef4bd4c811"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:59:41Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"aa58455b-8b6f-4c96-92ff-9eba7ccd9e67","ip_address":"10.55.0.5"}],"id":"12a55fe9-c7d6-4154-b81a-0015665078db","security_groups":["8361c808-1c9a-4d3e-8e23-25feb1ce42a3"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:77:00:d6","project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bfport-1","admin_state_up":true,"network_id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:32Z","binding:vnic_type":"normal","device_id":"1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:59:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"aa58455b-8b6f-4c96-92ff-9eba7ccd9e67","ip_address":"10.55.0.3"}],"id":"1a59e101-be8a-4d1f-b380-72f346f9724c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4f:94:f5","project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:25Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c75107e1-1c54-4e00-a1ce-4cef4bd4c811"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:00:00Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"aa58455b-8b6f-4c96-92ff-9eba7ccd9e67","ip_address":"10.55.0.12"}],"id":"cd0a7dad-ba13-4638-ad08-04544deaf00d","security_groups":["8361c808-1c9a-4d3e-8e23-25feb1ce42a3"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1a:18:eb","project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bfport-2","admin_state_up":true,"network_id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:51Z","binding:vnic_type":"normal","device_id":"44318ec0-1a8e-4d66-9d20-e90e0ab0ec84"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T09:59:26Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"aa58455b-8b6f-4c96-92ff-9eba7ccd9e67","ip_address":"10.55.0.2"}],"id":"e01c3557-986b-4904-bc89-e7be8e3463ec","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a9:06:3a","project_id":"520bb063707641068ecd26c37a46f476","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c75107e1-1c54-4e00-a1ce-4cef4bd4c811","tenant_id":"520bb063707641068ecd26c37a46f476","created_at":"2018-10-26T09:59:24Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c75107e1-1c54-4e00-a1ce-4cef4bd4c811"}]} 2018-10-26 10:00:08,817 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=c75107e1-1c54-4e00-a1ce-4cef4bd4c811 used request id req-d4e28be7-0aa6-4dde-933a-4c12c7e6dac0 2018-10-26 10:00:08,821 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/44318ec0-1a8e-4d66-9d20-e90e0ab0ec84 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216a30caedb25932fffbe407fa4cf7b5742eb309" 2018-10-26 10:00:09,255 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:00: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-5786c5e9-5165-4fba-955b-7cf78ced2998 x-compute-request-id: req-5786c5e9-5165-4fba-955b-7cf78ced2998 Content-Encoding: gzip Content-Length: 827 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:18:eb", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/44318ec0-1a8e-4d66-9d20-e90e0ab0ec84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/44318ec0-1a8e-4d66-9d20-e90e0ab0ec84", "rel": "bookmark"}], "image": {"id": "65b66267-3c70-4b7e-8f6f-b61e35635ab9", "links": [{"href": "http://172.30.9.21:8774/images/65b66267-3c70-4b7e-8f6f-b61e35635ab9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e3", "OS-SRV-USG:launched_at": "2018-10-26T10:00:00.000000", "flavor": {"id": "348d11ba-45a5-4cac-bfde-5dfd1f091624", "links": [{"href": "http://172.30.9.21:8774/flavors/348d11ba-45a5-4cac-bfde-5dfd1f091624", "rel": "bookmark"}]}, "id": "44318ec0-1a8e-4d66-9d20-e90e0ab0ec84", "security_groups": [{"name": "default"}], "user_id": "657b190628da4860b5a177f1331535a7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:00:01Z", "hostId": "baa3e2200dfa390c4ef67a09707bc8a09e4bdf33d17efe5d6f35b2ab", "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-048898ba-807f-43e4-97b2-298e7a1838bf-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-10-26T09:59:54Z", "tenant_id": "520bb063707641068ecd26c37a46f476", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:00:09,256 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/44318ec0-1a8e-4d66-9d20-e90e0ab0ec84 used request id req-5786c5e9-5165-4fba-955b-7cf78ced2998 2018-10-26 10:00:09,256 - create_instance - INFO - Deleting Port with ID - 12a55fe9-c7d6-4154-b81a-0015665078db 2018-10-26 10:00:09,256 - neutron_utils - INFO - Deleting port with name CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bfport-1 2018-10-26 10:00:09,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/12a55fe9-c7d6-4154-b81a-0015665078db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5de9035b3d525683eef9e6fe36e1b3ceefff38" 2018-10-26 10:00:10,002 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d31ec7e9-7223-4c31-8e9b-f58e3608085e Date: Fri, 26 Oct 2018 10:00:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:00:10,002 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/12a55fe9-c7d6-4154-b81a-0015665078db used request id req-d31ec7e9-7223-4c31-8e9b-f58e3608085e 2018-10-26 10:00:10,003 - create_instance - INFO - Deleting VM instance - CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-10-26 10:00:10,006 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5de9035b3d525683eef9e6fe36e1b3ceefff38" 2018-10-26 10:00:10,150 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:00: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-01e7c868-b02b-4248-87d0-f1c5137193d8 x-compute-request-id: req-01e7c868-b02b-4248-87d0-f1c5137193d8 Content-Type: application/json 2018-10-26 10:00:10,150 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3 used request id req-01e7c868-b02b-4248-87d0-f1c5137193d8 2018-10-26 10:00:10,150 - create_instance - INFO - Checking deletion status 2018-10-26 10:00:10,153 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5de9035b3d525683eef9e6fe36e1b3ceefff38" 2018-10-26 10:00:10,249 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:00: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-b3de925e-8606-4a0e-8ef4-881999b2768c x-compute-request-id: req-b3de925e-8606-4a0e-8ef4-881999b2768c Content-Encoding: gzip Content-Length: 817 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:00:d6", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3", "rel": "bookmark"}], "image": {"id": "65b66267-3c70-4b7e-8f6f-b61e35635ab9", "links": [{"href": "http://172.30.9.21:8774/images/65b66267-3c70-4b7e-8f6f-b61e35635ab9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e0", "OS-SRV-USG:launched_at": "2018-10-26T09:59:40.000000", "flavor": {"id": "348d11ba-45a5-4cac-bfde-5dfd1f091624", "links": [{"href": "http://172.30.9.21:8774/flavors/348d11ba-45a5-4cac-bfde-5dfd1f091624", "rel": "bookmark"}]}, "id": "1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3", "user_id": "657b190628da4860b5a177f1331535a7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:00:10Z", "hostId": "3899420e65f396b20a1f69c5fb162344a7a991ff9a1e9f4a69ca87a2", "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-048898ba-807f-43e4-97b2-298e7a1838bf-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-10-26T09:59:35Z", "tenant_id": "520bb063707641068ecd26c37a46f476", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:00:10,249 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3 used request id req-b3de925e-8606-4a0e-8ef4-881999b2768c 2018-10-26 10:00:10,250 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - ACTIVE 2018-10-26 10:00:10,250 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:00:13,253 - create_instance - DEBUG - VM status query timeout in 296.897130966 2018-10-26 10:00:13,256 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e5de9035b3d525683eef9e6fe36e1b3ceefff38" 2018-10-26 10:00:13,303 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 10:00: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-276c45c7-5238-419f-b624-69d9b4b2c455 x-compute-request-id: req-276c45c7-5238-419f-b624-69d9b4b2c455 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3 could not be found.", "code": 404}} 2018-10-26 10:00:13,303 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3 used request id req-276c45c7-5238-419f-b624-69d9b4b2c455 2018-10-26 10:00:13,303 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 1d034e2c-9a8e-46ca-816b-e6d7bb8a1fd3 could not be found. (HTTP 404) (Request-ID: req-276c45c7-5238-419f-b624-69d9b4b2c455) 2018-10-26 10:00:13,303 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-10-26 10:00:13,304 - create_instance - INFO - Deleting Port with ID - cd0a7dad-ba13-4638-ad08-04544deaf00d 2018-10-26 10:00:13,305 - neutron_utils - INFO - Deleting port with name CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bfport-2 2018-10-26 10:00:13,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/cd0a7dad-ba13-4638-ad08-04544deaf00d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216a30caedb25932fffbe407fa4cf7b5742eb309" 2018-10-26 10:00:13,839 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-72c0bf92-c05d-409a-bdeb-5ac01e3dded1 Date: Fri, 26 Oct 2018 10:00:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:00:13,839 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/cd0a7dad-ba13-4638-ad08-04544deaf00d used request id req-72c0bf92-c05d-409a-bdeb-5ac01e3dded1 2018-10-26 10:00:13,840 - create_instance - INFO - Deleting VM instance - CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-10-26 10:00:13,843 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/44318ec0-1a8e-4d66-9d20-e90e0ab0ec84 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216a30caedb25932fffbe407fa4cf7b5742eb309" 2018-10-26 10:00:14,089 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:00: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-4cc6927d-493e-48c4-933a-6446e5a16476 x-compute-request-id: req-4cc6927d-493e-48c4-933a-6446e5a16476 Content-Type: application/json 2018-10-26 10:00:14,089 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/44318ec0-1a8e-4d66-9d20-e90e0ab0ec84 used request id req-4cc6927d-493e-48c4-933a-6446e5a16476 2018-10-26 10:00:14,089 - create_instance - INFO - Checking deletion status 2018-10-26 10:00:14,092 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/44318ec0-1a8e-4d66-9d20-e90e0ab0ec84 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216a30caedb25932fffbe407fa4cf7b5742eb309" 2018-10-26 10:00:14,326 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:00:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a684ef4c-263d-4f1f-b84e-51f7a51bee56 x-compute-request-id: req-a684ef4c-263d-4f1f-b84e-51f7a51bee56 Content-Encoding: gzip Content-Length: 812 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:18:eb", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/44318ec0-1a8e-4d66-9d20-e90e0ab0ec84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/44318ec0-1a8e-4d66-9d20-e90e0ab0ec84", "rel": "bookmark"}], "image": {"id": "65b66267-3c70-4b7e-8f6f-b61e35635ab9", "links": [{"href": "http://172.30.9.21:8774/images/65b66267-3c70-4b7e-8f6f-b61e35635ab9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e3", "OS-SRV-USG:launched_at": "2018-10-26T10:00:00.000000", "flavor": {"id": "348d11ba-45a5-4cac-bfde-5dfd1f091624", "links": [{"href": "http://172.30.9.21:8774/flavors/348d11ba-45a5-4cac-bfde-5dfd1f091624", "rel": "bookmark"}]}, "id": "44318ec0-1a8e-4d66-9d20-e90e0ab0ec84", "user_id": "657b190628da4860b5a177f1331535a7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:00:13Z", "hostId": "baa3e2200dfa390c4ef67a09707bc8a09e4bdf33d17efe5d6f35b2ab", "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-048898ba-807f-43e4-97b2-298e7a1838bf-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-10-26T09:59:54Z", "tenant_id": "520bb063707641068ecd26c37a46f476", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:00:14,327 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/44318ec0-1a8e-4d66-9d20-e90e0ab0ec84 used request id req-a684ef4c-263d-4f1f-b84e-51f7a51bee56 2018-10-26 10:00:14,327 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - ACTIVE 2018-10-26 10:00:14,327 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:00:17,331 - create_instance - DEBUG - VM status query timeout in 296.758704185 2018-10-26 10:00:17,334 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/44318ec0-1a8e-4d66-9d20-e90e0ab0ec84 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}216a30caedb25932fffbe407fa4cf7b5742eb309" 2018-10-26 10:00:17,389 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 10:00:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-abc982ee-f767-4f9d-ac0c-4939d817fd91 x-compute-request-id: req-abc982ee-f767-4f9d-ac0c-4939d817fd91 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 44318ec0-1a8e-4d66-9d20-e90e0ab0ec84 could not be found.", "code": 404}} 2018-10-26 10:00:17,389 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/44318ec0-1a8e-4d66-9d20-e90e0ab0ec84 used request id req-abc982ee-f767-4f9d-ac0c-4939d817fd91 2018-10-26 10:00:17,390 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 44318ec0-1a8e-4d66-9d20-e90e0ab0ec84 could not be found. (HTTP 404) (Request-ID: req-abc982ee-f767-4f9d-ac0c-4939d817fd91) 2018-10-26 10:00:17,390 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-10-26 10:00:17,394 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/348d11ba-45a5-4cac-bfde-5dfd1f091624 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c999f3d3d2a4e59b340dec3b0c57d98f19eb28ba" 2018-10-26 10:00:17,432 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10:00:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4b343b09-683f-4f77-b5fb-3a4459ff9cd1 x-compute-request-id: req-4b343b09-683f-4f77-b5fb-3a4459ff9cd1 Content-Length: 0 Content-Type: application/json 2018-10-26 10:00:17,432 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/348d11ba-45a5-4cac-bfde-5dfd1f091624 used request id req-4b343b09-683f-4f77-b5fb-3a4459ff9cd1 2018-10-26 10:00:17,433 - neutron_utils - INFO - Deleting subnet with name CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-subnet 2018-10-26 10:00:17,433 - neutron_utils - INFO - Deleting subnet with name CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-subnet 2018-10-26 10:00:17,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/aa58455b-8b6f-4c96-92ff-9eba7ccd9e67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ff97fd5006cbfb4de7ec0a5ae06ba93cc7006b2" 2018-10-26 10:00:19,464 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-108cd202-daa9-4dbd-a604-da012a8c4bf0 Date: Fri, 26 Oct 2018 10:00:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:00:19,464 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/aa58455b-8b6f-4c96-92ff-9eba7ccd9e67 used request id req-108cd202-daa9-4dbd-a604-da012a8c4bf0 2018-10-26 10:00:19,464 - neutron_utils - INFO - Deleting network with name CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-priv-net 2018-10-26 10:00:19,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/c75107e1-1c54-4e00-a1ce-4cef4bd4c811 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ff97fd5006cbfb4de7ec0a5ae06ba93cc7006b2" 2018-10-26 10:00:20,715 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3b602af8-aa8f-4d5c-8d1b-4659ae7412b3 Date: Fri, 26 Oct 2018 10:00:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:00:20,715 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/c75107e1-1c54-4e00-a1ce-4cef4bd4c811 used request id req-3b602af8-aa8f-4d5c-8d1b-4659ae7412b3 2018-10-26 10:00:20,716 - glance_utils - INFO - Deleting image named - CreateInstanceOnComputeHost-048898ba-807f-43e4-97b2-298e7a1838bf-image 2018-10-26 10:00:20,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/65b66267-3c70-4b7e-8f6f-b61e35635ab9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0eba74dafcade680e44b42552867abbb8f3d39c5" 2018-10-26 10:00:21,544 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-51d95281-cc0b-4ede-b391-104ff98ee798 Date: Fri, 26 Oct 2018 10:00: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-26 10:00:21,544 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/65b66267-3c70-4b7e-8f6f-b61e35635ab9 used request id req-51d95281-cc0b-4ede-b391-104ff98ee798 2018-10-26 10:00:21,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d5478ca98f7d27c364d843fa015dd2f0781304f" 2018-10-26 10:00:21,753 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-0efbe28f-0a8f-4348-8a77-9420a87b6ba0 Date: Fri, 26 Oct 2018 10:00:21 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 10:00:21,753 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-0efbe28f-0a8f-4348-8a77-9420a87b6ba0 2018-10-26 10:00:21,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d5478ca98f7d27c364d843fa015dd2f0781304f" 2018-10-26 10:00:21,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:00:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4de58061-a810-4d08-8e1a-ec63944e3d55 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 10:00:21,849 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-4de58061-a810-4d08-8e1a-ec63944e3d55 2018-10-26 10:00:21,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d5478ca98f7d27c364d843fa015dd2f0781304f" 2018-10-26 10:00:21,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:00:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8bd2cfb-d55a-467a-960b-4bc7c927389e 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 10:00:21,941 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-e8bd2cfb-d55a-467a-960b-4bc7c927389e 2018-10-26 10:00:21,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d5478ca98f7d27c364d843fa015dd2f0781304f" 2018-10-26 10:00:22,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:00:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de050475-cef5-4bb3-949b-424e88f44613 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 10:00:22,026 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-de050475-cef5-4bb3-949b-424e88f44613 2018-10-26 10:00:22,027 - keystone_utils - INFO - Deleting project with name - CreateInstanceOnComputeHost-c4ec51e8-9719-43e-proj 2018-10-26 10:00:22,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/bf2b7bcc245a4abea8032e835c411960 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d5478ca98f7d27c364d843fa015dd2f0781304f" 2018-10-26 10:00:22,277 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:00:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d2fe4f1e-46de-4f77-8755-62f4d6e23b06 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:00:22,278 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/bf2b7bcc245a4abea8032e835c411960 used request id req-d2fe4f1e-46de-4f77-8755-62f4d6e23b06 2018-10-26 10:00:22,278 - keystone_utils - INFO - Deleting role with name - CreateInstanceOnComputeHost-c4ec51e8-9719-43e-proj-role 2018-10-26 10:00:22,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/473bb400b9334baf9af84e40c9d01ad5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d5478ca98f7d27c364d843fa015dd2f0781304f" 2018-10-26 10:00:22,382 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:00:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-be6ef1f5-ee85-4288-a1f3-032ca79839fe Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:00:22,382 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/473bb400b9334baf9af84e40c9d01ad5 used request id req-be6ef1f5-ee85-4288-a1f3-032ca79839fe 2018-10-26 10:00:22,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d5478ca98f7d27c364d843fa015dd2f0781304f" 2018-10-26 10:00:22,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:00:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-914e30d9-3de3-4976-95f4-b37876e59e3d Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:00:22,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-914e30d9-3de3-4976-95f4-b37876e59e3d 2018-10-26 10:00:22,468 - keystone_utils - INFO - Deleting user with name - CreateInstanceOnComputeHost-c4ec51e8-9719-43e-user 2018-10-26 10:00:22,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/2e9691f5bde7499894c0ef68856ac7d9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb2f85f27c909df2c38e58101f53cab38f67e062" 2018-10-26 10:00:22,637 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:00:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-64bacb1c-5cdc-4e74-91f2-207594783edb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:00:22,638 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/2e9691f5bde7499894c0ef68856ac7d9 used request id req-64bacb1c-5cdc-4e74-91f2-207594783edb 2018-10-26 10:00:22,639 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:00:23,027 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:00:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["qQzcfutPSXmHrT0CZJqEGQ"], "issued_at": "2018-10-26T10:00:23.000000Z"}} 2018-10-26 10:00:23,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1a5e6881272c964b311705c14b99bcffee19cb0" 2018-10-26 10:00:23,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:00:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c863991-72c8-4ade-84e8-050ebb6d9e77 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:00:23,109 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-7c863991-72c8-4ade-84e8-050ebb6d9e77 2018-10-26 10:00:23,110 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:00:23,111 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:00:23,491 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:00:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["fwL_Nhn3TtSNmQJ3FX2nhw"], "issued_at": "2018-10-26T10:00:23.000000Z"}} 2018-10-26 10:00:23,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3329e8f519f9dff777a6d82eb0583be8704624f9" 2018-10-26 10:00:23,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:00:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fbde0e9-5b1b-481c-9d98-9860e730e4e8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:00:23,658 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-6fbde0e9-5b1b-481c-9d98-9860e730e4e8 2018-10-26 10:00:23,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:00:23,666 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:00: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:00:23,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceFromThreePartImage-3c50c99d-6883-420-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3329e8f519f9dff777a6d82eb0583be8704624f9" 2018-10-26 10:00:23,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:00:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-388127b2-4d34-4a31-9de1-6b5c7f478a6f Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceFromThreePartImage-3c50c99d-6883-420-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 10:00:23,754 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceFromThreePartImage-3c50c99d-6883-420-proj used request id req-388127b2-4d34-4a31-9de1-6b5c7f478a6f 2018-10-26 10:00:23,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3329e8f519f9dff777a6d82eb0583be8704624f9" 2018-10-26 10:00:23,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:00:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bee9f021-a4d5-4a9c-95ea-f0db127e9a05 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 10:00:23,848 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-bee9f021-a4d5-4a9c-95ea-f0db127e9a05 2018-10-26 10:00:23,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3329e8f519f9dff777a6d82eb0583be8704624f9" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceFromThreePartImage-3c50c99d-6883-420-proj"}}' 2018-10-26 10:00:23,956 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:00:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ca613f05-7b52-4da8-bd76-0c54a16ae68a Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/4e292aaf83344085856eff1dfc1ed2a9"}, "enabled": true, "id": "4e292aaf83344085856eff1dfc1ed2a9", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-3c50c99d-6883-420-proj"}} 2018-10-26 10:00:23,957 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-ca613f05-7b52-4da8-bd76-0c54a16ae68a 2018-10-26 10:00:23,957 - keystone_utils - INFO - Created project with name - CreateInstanceFromThreePartImage-3c50c99d-6883-420-proj 2018-10-26 10:00:23,957 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:00:23,958 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:00:24,347 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:00:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["i0IYeT_fQqS3AGw4ShC0Gg"], "issued_at": "2018-10-26T10:00:24.000000Z"}} 2018-10-26 10:00:24,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b49563a4cdf51ea94303dc4b8a9a1ca544b2c2f" 2018-10-26 10:00:24,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:00:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84d84979-00af-4bcb-a11a-ddb7ed42c8e3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:00:24,439 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-84d84979-00af-4bcb-a11a-ddb7ed42c8e3 2018-10-26 10:00:24,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:00:24,448 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:00: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:00:24,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b49563a4cdf51ea94303dc4b8a9a1ca544b2c2f" 2018-10-26 10:00:24,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:00:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a58a328-a918-4bf2-96e5-b8249eedadfb Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 10:00:24,484 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-6a58a328-a918-4bf2-96e5-b8249eedadfb 2018-10-26 10:00:24,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstanceFromThreePartImage-3c50c99d-6883-420-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b49563a4cdf51ea94303dc4b8a9a1ca544b2c2f" 2018-10-26 10:00:24,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:00:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b470f9e5-6ab7-45cc-8930-8807a4bea035 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstanceFromThreePartImage-3c50c99d-6883-420-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/4e292aaf83344085856eff1dfc1ed2a9"}, "enabled": true, "id": "4e292aaf83344085856eff1dfc1ed2a9", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-3c50c99d-6883-420-proj"}]} 2018-10-26 10:00:24,577 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstanceFromThreePartImage-3c50c99d-6883-420-proj used request id req-b470f9e5-6ab7-45cc-8930-8807a4bea035 2018-10-26 10:00:24,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b49563a4cdf51ea94303dc4b8a9a1ca544b2c2f" 2018-10-26 10:00:24,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:00:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6f245dc-661a-4cfe-b4c7-707aed6dc170 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 10:00:24,664 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-f6f245dc-661a-4cfe-b4c7-707aed6dc170 2018-10-26 10:00:25,047 - keystone_utils - INFO - Created user with name - CreateInstanceFromThreePartImage-3c50c99d-6883-420-user 2018-10-26 10:00:25,047 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:00:25,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3329e8f519f9dff777a6d82eb0583be8704624f9" 2018-10-26 10:00:25,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:00:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5083b1f-1a65-41e0-a258-3fc4b6962bfa Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:00:25,146 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-b5083b1f-1a65-41e0-a258-3fc4b6962bfa 2018-10-26 10:00:25,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3329e8f519f9dff777a6d82eb0583be8704624f9" -d '{"role": {"name": "CreateInstanceFromThreePartImage-3c50c99d-6883-420-proj-role"}}' 2018-10-26 10:00:25,256 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:00:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d5b724ac-3ced-4ab0-8327-c734d673b268 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "31b736e66e2d40afbcd545cd4f6be417", "links": {"self": "http://172.30.9.21:5000/v3/roles/31b736e66e2d40afbcd545cd4f6be417"}, "name": "CreateInstanceFromThreePartImage-3c50c99d-6883-420-proj-role"}} 2018-10-26 10:00:25,256 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-d5b724ac-3ced-4ab0-8327-c734d673b268 2018-10-26 10:00:25,256 - keystone_utils - INFO - Created role with name - CreateInstanceFromThreePartImage-3c50c99d-6883-420-proj-role 2018-10-26 10:00:25,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/31b736e66e2d40afbcd545cd4f6be417 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3329e8f519f9dff777a6d82eb0583be8704624f9" 2018-10-26 10:00:25,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:00:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8d5d088-ffce-46bf-9cba-8b11e830c3ba Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/31b736e66e2d40afbcd545cd4f6be417"}, "domain_id": null, "name": "CreateInstanceFromThreePartImage-3c50c99d-6883-420-proj-role", "id": "31b736e66e2d40afbcd545cd4f6be417"}} 2018-10-26 10:00:25,345 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/31b736e66e2d40afbcd545cd4f6be417 used request id req-f8d5d088-ffce-46bf-9cba-8b11e830c3ba 2018-10-26 10:00:25,346 - keystone_utils - INFO - Granting role CreateInstanceFromThreePartImage-3c50c99d-6883-420-proj-role to project CreateInstanceFromThreePartImage-3c50c99d-6883-420-proj 2018-10-26 10:00:25,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/4e292aaf83344085856eff1dfc1ed2a9/users/16dfec8c03e0446f868671ea6572f499/roles/31b736e66e2d40afbcd545cd4f6be417 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3329e8f519f9dff777a6d82eb0583be8704624f9" 2018-10-26 10:00:25,486 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:00:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3a89b7bb-3b00-4771-b083-413cc318cbf1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:00:25,486 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/4e292aaf83344085856eff1dfc1ed2a9/users/16dfec8c03e0446f868671ea6572f499/roles/31b736e66e2d40afbcd545cd4f6be417 used request id req-3a89b7bb-3b00-4771-b083-413cc318cbf1 2018-10-26 10:00:25,486 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:00:25,488 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-26 10:00:25,488 - create_instance_tests - WARNING - 3 Part image will not be tested. Image metadata has overridden this functionality 2018-10-26 10:00:25,488 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:00:25,489 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:00:25,865 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "31b736e66e2d40afbcd545cd4f6be417", "name": "CreateInstanceFromThreePartImage-3c50c99d-6883-420-proj-role"}], "expires_at": "2018-10-26T11:00:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4e292aaf83344085856eff1dfc1ed2a9", "name": "CreateInstanceFromThreePartImage-3c50c99d-6883-420-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/4e292aaf83344085856eff1dfc1ed2a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/4e292aaf83344085856eff1dfc1ed2a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/4e292aaf83344085856eff1dfc1ed2a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/4e292aaf83344085856eff1dfc1ed2a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/4e292aaf83344085856eff1dfc1ed2a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/4e292aaf83344085856eff1dfc1ed2a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/4e292aaf83344085856eff1dfc1ed2a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/4e292aaf83344085856eff1dfc1ed2a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/4e292aaf83344085856eff1dfc1ed2a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/4e292aaf83344085856eff1dfc1ed2a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/4e292aaf83344085856eff1dfc1ed2a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/4e292aaf83344085856eff1dfc1ed2a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceFromThreePartImage-3c50c99d-6883-420-user", "id": "16dfec8c03e0446f868671ea6572f499"}, "audit_ids": ["gmxJTT4sSXuVGwku33mYSg"], "issued_at": "2018-10-26T10:00:25.000000Z"}} 2018-10-26 10:00:25,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}126c27fbea228ee3d1f91e7c3bc4a795a106c483" 2018-10-26 10:00:25,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:00:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8377c17-58c4-477a-be5e-770ce4d3edba Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:00:25,940 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a8377c17-58c4-477a-be5e-770ce4d3edba 2018-10-26 10:00:25,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}126c27fbea228ee3d1f91e7c3bc4a795a106c483" 2018-10-26 10:00:26,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-68ffa37d-bc0e-4000-88ee-0c13b2a669ac Date: Fri, 26 Oct 2018 10:00:26 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9"} 2018-10-26 10:00:26,106 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9 used request id req-68ffa37d-bc0e-4000-88ee-0c13b2a669ac 2018-10-26 10:00:26,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}126c27fbea228ee3d1f91e7c3bc4a795a106c483" 2018-10-26 10:00:26,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-5dc8e686-574e-49e9-86a1-bd0495982dd4 Date: Fri, 26 Oct 2018 10:00: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-26 10:00:26,273 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-5dc8e686-574e-49e9-86a1-bd0495982dd4 2018-10-26 10:00:26,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}126c27fbea228ee3d1f91e7c3bc4a795a106c483" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9"}' 2018-10-26 10:00:26,564 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/5b8098a3-4dcf-444d-a10b-79ac615e6bfc X-Openstack-Request-Id: req-0c50e2f9-d160-4fe3-a654-378946661e84 Date: Fri, 26 Oct 2018 10:00:26 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:00:26Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-26T10:00:26Z", "visibility": "shared", "locations": [], "self": "/v2/images/5b8098a3-4dcf-444d-a10b-79ac615e6bfc", "min_disk": 0, "protected": false, "id": "5b8098a3-4dcf-444d-a10b-79ac615e6bfc", "file": "/v2/images/5b8098a3-4dcf-444d-a10b-79ac615e6bfc/file", "checksum": null, "owner": "4e292aaf83344085856eff1dfc1ed2a9", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:00:26,564 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-0c50e2f9-d160-4fe3-a654-378946661e84 2018-10-26 10:00:26,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/5b8098a3-4dcf-444d-a10b-79ac615e6bfc/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}126c27fbea228ee3d1f91e7c3bc4a795a106c483" -d '' 2018-10-26 10:00:28,251 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3fbe5561-e4f1-45e5-9f60-58158b55ebff Date: Fri, 26 Oct 2018 10:00: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-26 10:00:28,252 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/5b8098a3-4dcf-444d-a10b-79ac615e6bfc/file used request id req-3fbe5561-e4f1-45e5-9f60-58158b55ebff 2018-10-26 10:00:28,252 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 10:00:28,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/5b8098a3-4dcf-444d-a10b-79ac615e6bfc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}126c27fbea228ee3d1f91e7c3bc4a795a106c483" 2018-10-26 10:00:28,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-96bd1dfe-faf7-4a6d-a38e-6d9a7416b330 Date: Fri, 26 Oct 2018 10:00:28 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:00:26Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T10:00:28Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/5b8098a3-4dcf-444d-a10b-79ac615e6bfc/snap", "metadata": {}}], "self": "/v2/images/5b8098a3-4dcf-444d-a10b-79ac615e6bfc", "min_disk": 0, "protected": false, "id": "5b8098a3-4dcf-444d-a10b-79ac615e6bfc", "file": "/v2/images/5b8098a3-4dcf-444d-a10b-79ac615e6bfc/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4e292aaf83344085856eff1dfc1ed2a9", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/5b8098a3-4dcf-444d-a10b-79ac615e6bfc/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:00:28,426 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/5b8098a3-4dcf-444d-a10b-79ac615e6bfc used request id req-96bd1dfe-faf7-4a6d-a38e-6d9a7416b330 2018-10-26 10:00:28,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}126c27fbea228ee3d1f91e7c3bc4a795a106c483" 2018-10-26 10:00:28,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4dac40f2-424d-427a-8b9b-3d70e62079e0 Date: Fri, 26 Oct 2018 10:00: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-26 10:00:28,585 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-4dac40f2-424d-427a-8b9b-3d70e62079e0 2018-10-26 10:00:28,589 - create_image - INFO - Created image with name - CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9 2018-10-26 10:00:28,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/5b8098a3-4dcf-444d-a10b-79ac615e6bfc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}126c27fbea228ee3d1f91e7c3bc4a795a106c483" 2018-10-26 10:00:28,753 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-f3f9f27f-71eb-4f0e-8d06-7be6cc3dbc81 Date: Fri, 26 Oct 2018 10:00:28 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:00:26Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T10:00:28Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/5b8098a3-4dcf-444d-a10b-79ac615e6bfc/snap", "metadata": {}}], "self": "/v2/images/5b8098a3-4dcf-444d-a10b-79ac615e6bfc", "min_disk": 0, "protected": false, "id": "5b8098a3-4dcf-444d-a10b-79ac615e6bfc", "file": "/v2/images/5b8098a3-4dcf-444d-a10b-79ac615e6bfc/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4e292aaf83344085856eff1dfc1ed2a9", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/5b8098a3-4dcf-444d-a10b-79ac615e6bfc/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:00:28,753 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/5b8098a3-4dcf-444d-a10b-79ac615e6bfc used request id req-f3f9f27f-71eb-4f0e-8d06-7be6cc3dbc81 2018-10-26 10:00:28,753 - create_image - DEBUG - Instance status is - active 2018-10-26 10:00:28,754 - create_image - DEBUG - Image is active with name - CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9 2018-10-26 10:00:28,754 - create_image - INFO - Image is now active with name - CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9 2018-10-26 10:00:28,754 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:00:28,755 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:00:29,142 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:00:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["5TMfUAyQQxKJQPxDXVBxGg"], "issued_at": "2018-10-26T10:00:29.000000Z"}} 2018-10-26 10:00:29,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edd546848d0d1b13a73ea27981203b89335001c0" 2018-10-26 10:00:29,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:00:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0902de7b-7fa6-4a23-91f7-9998f0f28963 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:00:29,220 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-0902de7b-7fa6-4a23-91f7-9998f0f28963 2018-10-26 10:00:29,221 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:00:29,225 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edd546848d0d1b13a73ea27981203b89335001c0" 2018-10-26 10:00:29,395 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:00:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a945619d-d79e-4046-83a2-322c689f5986 x-compute-request-id: req-a945619d-d79e-4046-83a2-322c689f5986 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-26 10:00:29,395 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-a945619d-d79e-4046-83a2-322c689f5986 2018-10-26 10:00:29,398 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edd546848d0d1b13a73ea27981203b89335001c0" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-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-26 10:00:29,551 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:00:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6a9aab97-7320-429f-b09c-89a7dd21007a x-compute-request-id: req-6a9aab97-7320-429f-b09c-89a7dd21007a Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/06a0dfed-09ee-4679-b86e-bac6f63da7d4", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/06a0dfed-09ee-4679-b86e-bac6f63da7d4", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "06a0dfed-09ee-4679-b86e-bac6f63da7d4", "name": "CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 10:00:29,552 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-6a9aab97-7320-429f-b09c-89a7dd21007a 2018-10-26 10:00:29,552 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:00:29,553 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:00:29,932 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "31b736e66e2d40afbcd545cd4f6be417", "name": "CreateInstanceFromThreePartImage-3c50c99d-6883-420-proj-role"}], "expires_at": "2018-10-26T11:00:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4e292aaf83344085856eff1dfc1ed2a9", "name": "CreateInstanceFromThreePartImage-3c50c99d-6883-420-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/4e292aaf83344085856eff1dfc1ed2a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/4e292aaf83344085856eff1dfc1ed2a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/4e292aaf83344085856eff1dfc1ed2a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/4e292aaf83344085856eff1dfc1ed2a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/4e292aaf83344085856eff1dfc1ed2a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/4e292aaf83344085856eff1dfc1ed2a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/4e292aaf83344085856eff1dfc1ed2a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/4e292aaf83344085856eff1dfc1ed2a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/4e292aaf83344085856eff1dfc1ed2a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/4e292aaf83344085856eff1dfc1ed2a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/4e292aaf83344085856eff1dfc1ed2a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/4e292aaf83344085856eff1dfc1ed2a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceFromThreePartImage-3c50c99d-6883-420-user", "id": "16dfec8c03e0446f868671ea6572f499"}, "audit_ids": ["CyDAVpTqTNCeGmxIcR5riQ"], "issued_at": "2018-10-26T10:00:29.000000Z"}} 2018-10-26 10:00:29,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e15521616c93a5c3cccbd5bbd6357e7afda60cd0" 2018-10-26 10:00:30,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:00:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03f38ff6-9592-455e-9388-fb37d11c7774 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:00:30,031 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-03f38ff6-9592-455e-9388-fb37d11c7774 2018-10-26 10:00:30,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e15521616c93a5c3cccbd5bbd6357e7afda60cd0" 2018-10-26 10:00:30,211 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-76f1dd55-a0c5-490f-b76e-3c5513867796 Date: Fri, 26 Oct 2018 10:00:30 GMT RESP BODY: {"networks":[]} 2018-10-26 10:00:30,212 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-pub-net used request id req-76f1dd55-a0c5-490f-b76e-3c5513867796 2018-10-26 10:00:30,212 - neutron_utils - INFO - Creating network with name CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-pub-net 2018-10-26 10:00:30,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e15521616c93a5c3cccbd5bbd6357e7afda60cd0" -d '{"network": {"name": "CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-pub-net", "admin_state_up": true}}' 2018-10-26 10:00:30,859 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-0ed90dbb-5f06-4427-8ac3-9258a6695166 Date: Fri, 26 Oct 2018 10:00:30 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"1bba581c-50d2-4590-8a3d-e36e71247000","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"4e292aaf83344085856eff1dfc1ed2a9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T10:00:30Z","is_default":false,"name":"CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"4e292aaf83344085856eff1dfc1ed2a9","created_at":"2018-10-26T10:00:30Z","mtu":1450}} 2018-10-26 10:00:30,859 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-0ed90dbb-5f06-4427-8ac3-9258a6695166 2018-10-26 10:00:30,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=1bba581c-50d2-4590-8a3d-e36e71247000 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e15521616c93a5c3cccbd5bbd6357e7afda60cd0" 2018-10-26 10:00:31,098 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-e8725dd6-d93b-4f25-be05-2e2d07670036 Date: Fri, 26 Oct 2018 10:00:31 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-26T10:00:30Z","tenant_id":"4e292aaf83344085856eff1dfc1ed2a9","created_at":"2018-10-26T10:00:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4e292aaf83344085856eff1dfc1ed2a9","id":"1bba581c-50d2-4590-8a3d-e36e71247000","name":"CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-pub-net"}]} 2018-10-26 10:00:31,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=1bba581c-50d2-4590-8a3d-e36e71247000 used request id req-e8725dd6-d93b-4f25-be05-2e2d07670036 2018-10-26 10:00:31,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1bba581c-50d2-4590-8a3d-e36e71247000 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e15521616c93a5c3cccbd5bbd6357e7afda60cd0" 2018-10-26 10:00:31,133 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d04925da-2d7c-40de-81fd-238238386795 Date: Fri, 26 Oct 2018 10:00:31 GMT RESP BODY: {"subnets":[]} 2018-10-26 10:00:31,133 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1bba581c-50d2-4590-8a3d-e36e71247000 used request id req-d04925da-2d7c-40de-81fd-238238386795 2018-10-26 10:00:31,133 - neutron_utils - INFO - Creating subnet with name CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-pub-subnet 2018-10-26 10:00:31,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e15521616c93a5c3cccbd5bbd6357e7afda60cd0" -d '{"subnets": [{"ip_version": 4, "network_id": "1bba581c-50d2-4590-8a3d-e36e71247000", "cidr": "10.55.0.0/24", "name": "CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-pub-subnet"}]}' 2018-10-26 10:00:31,877 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-550aad3a-21ae-4579-a927-1eb1767dbdcc Date: Fri, 26 Oct 2018 10:00:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1bba581c-50d2-4590-8a3d-e36e71247000","tenant_id":"4e292aaf83344085856eff1dfc1ed2a9","created_at":"2018-10-26T10:00:31Z","dns_nameservers":[],"updated_at":"2018-10-26T10:00: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":"4e292aaf83344085856eff1dfc1ed2a9","id":"174f6afb-2b8a-4200-a187-a4d988acd1ca","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-pub-subnet"}]} 2018-10-26 10:00:31,877 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-550aad3a-21ae-4579-a927-1eb1767dbdcc 2018-10-26 10:00:31,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=1bba581c-50d2-4590-8a3d-e36e71247000 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e15521616c93a5c3cccbd5bbd6357e7afda60cd0" 2018-10-26 10:00:32,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-8fec9d9b-848b-4200-92bb-e591a99489fd Date: Fri, 26 Oct 2018 10:00: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":["174f6afb-2b8a-4200-a187-a4d988acd1ca"],"updated_at":"2018-10-26T10:00:31Z","tenant_id":"4e292aaf83344085856eff1dfc1ed2a9","created_at":"2018-10-26T10:00:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4e292aaf83344085856eff1dfc1ed2a9","id":"1bba581c-50d2-4590-8a3d-e36e71247000","name":"CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-pub-net"}]} 2018-10-26 10:00:32,138 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=1bba581c-50d2-4590-8a3d-e36e71247000 used request id req-8fec9d9b-848b-4200-92bb-e591a99489fd 2018-10-26 10:00:32,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1bba581c-50d2-4590-8a3d-e36e71247000 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e15521616c93a5c3cccbd5bbd6357e7afda60cd0" 2018-10-26 10:00:32,329 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-2c67d6c6-30a6-471e-863c-090e85a4ee19 Date: Fri, 26 Oct 2018 10:00:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1bba581c-50d2-4590-8a3d-e36e71247000","tenant_id":"4e292aaf83344085856eff1dfc1ed2a9","created_at":"2018-10-26T10:00:31Z","dns_nameservers":[],"updated_at":"2018-10-26T10:00: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":"4e292aaf83344085856eff1dfc1ed2a9","id":"174f6afb-2b8a-4200-a187-a4d988acd1ca","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-pub-subnet"}]} 2018-10-26 10:00:32,329 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1bba581c-50d2-4590-8a3d-e36e71247000 used request id req-2c67d6c6-30a6-471e-863c-090e85a4ee19 2018-10-26 10:00:32,330 - OpenStackNetwork - DEBUG - Network [1bba581c-50d2-4590-8a3d-e36e71247000] created successfully 2018-10-26 10:00:32,330 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:00:32,331 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:00:32,698 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "31b736e66e2d40afbcd545cd4f6be417", "name": "CreateInstanceFromThreePartImage-3c50c99d-6883-420-proj-role"}], "expires_at": "2018-10-26T11:00:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4e292aaf83344085856eff1dfc1ed2a9", "name": "CreateInstanceFromThreePartImage-3c50c99d-6883-420-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/4e292aaf83344085856eff1dfc1ed2a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/4e292aaf83344085856eff1dfc1ed2a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/4e292aaf83344085856eff1dfc1ed2a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/4e292aaf83344085856eff1dfc1ed2a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/4e292aaf83344085856eff1dfc1ed2a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/4e292aaf83344085856eff1dfc1ed2a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/4e292aaf83344085856eff1dfc1ed2a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/4e292aaf83344085856eff1dfc1ed2a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/4e292aaf83344085856eff1dfc1ed2a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/4e292aaf83344085856eff1dfc1ed2a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/4e292aaf83344085856eff1dfc1ed2a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/4e292aaf83344085856eff1dfc1ed2a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceFromThreePartImage-3c50c99d-6883-420-user", "id": "16dfec8c03e0446f868671ea6572f499"}, "audit_ids": ["0cngY26JTmOrZtRNzCpVHg"], "issued_at": "2018-10-26T10:00:32.000000Z"}} 2018-10-26 10:00:32,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}675f2a946433993fb260ca926569a0f538f5e120" 2018-10-26 10:00:32,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:00:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bf84059-6a4f-4863-ab87-2c0a14c8fc75 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:00:32,773 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-1bf84059-6a4f-4863-ab87-2c0a14c8fc75 2018-10-26 10:00:32,774 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:00:32,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}675f2a946433993fb260ca926569a0f538f5e120" 2018-10-26 10:00:32,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:00:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59392683-8850-41ff-bfb8-6a246b505c20 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:00:32,863 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-59392683-8850-41ff-bfb8-6a246b505c20 2018-10-26 10:00:32,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}675f2a946433993fb260ca926569a0f538f5e120" 2018-10-26 10:00:33,115 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-78fdf8d9-4340-4d36-8cf5-47693d32624f Date: Fri, 26 Oct 2018 10:00: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":["174f6afb-2b8a-4200-a187-a4d988acd1ca"],"updated_at":"2018-10-26T10:00:31Z","tenant_id":"4e292aaf83344085856eff1dfc1ed2a9","created_at":"2018-10-26T10:00:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4e292aaf83344085856eff1dfc1ed2a9","id":"1bba581c-50d2-4590-8a3d-e36e71247000","name":"CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-pub-net"}]} 2018-10-26 10:00:33,115 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-pub-net used request id req-78fdf8d9-4340-4d36-8cf5-47693d32624f 2018-10-26 10:00:33,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:00:33,124 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:00: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:00:33,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/4e292aaf83344085856eff1dfc1ed2a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}675f2a946433993fb260ca926569a0f538f5e120" 2018-10-26 10:00:33,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:00:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9f613a3-8464-4148-9d12-790c286a092c Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/4e292aaf83344085856eff1dfc1ed2a9"}, "enabled": true, "id": "4e292aaf83344085856eff1dfc1ed2a9", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-3c50c99d-6883-420-proj"}} 2018-10-26 10:00:33,207 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/4e292aaf83344085856eff1dfc1ed2a9 used request id req-c9f613a3-8464-4148-9d12-790c286a092c 2018-10-26 10:00:33,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1bba581c-50d2-4590-8a3d-e36e71247000 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}675f2a946433993fb260ca926569a0f538f5e120" 2018-10-26 10:00:33,411 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-3a426bc0-e149-459d-a888-cf3d4ac67fbc Date: Fri, 26 Oct 2018 10:00:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1bba581c-50d2-4590-8a3d-e36e71247000","tenant_id":"4e292aaf83344085856eff1dfc1ed2a9","created_at":"2018-10-26T10:00:31Z","dns_nameservers":[],"updated_at":"2018-10-26T10:00: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":"4e292aaf83344085856eff1dfc1ed2a9","id":"174f6afb-2b8a-4200-a187-a4d988acd1ca","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-pub-subnet"}]} 2018-10-26 10:00:33,411 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1bba581c-50d2-4590-8a3d-e36e71247000 used request id req-3a426bc0-e149-459d-a888-cf3d4ac67fbc 2018-10-26 10:00:33,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=1bba581c-50d2-4590-8a3d-e36e71247000&name=CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}675f2a946433993fb260ca926569a0f538f5e120" 2018-10-26 10:00:33,586 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-66e628e5-6dec-431f-b989-5114a828643e Date: Fri, 26 Oct 2018 10:00:33 GMT RESP BODY: {"ports":[]} 2018-10-26 10:00:33,586 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=1bba581c-50d2-4590-8a3d-e36e71247000&name=CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-port&admin_state_up=True used request id req-66e628e5-6dec-431f-b989-5114a828643e 2018-10-26 10:00:33,589 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}675f2a946433993fb260ca926569a0f538f5e120" 2018-10-26 10:00:33,821 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:00:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-63e1df01-910c-49ec-b276-201d64c66115 x-compute-request-id: req-63e1df01-910c-49ec-b276-201d64c66115 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-26 10:00:33,821 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-inst used request id req-63e1df01-910c-49ec-b276-201d64c66115 2018-10-26 10:00:33,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}675f2a946433993fb260ca926569a0f538f5e120" 2018-10-26 10:00:34,071 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-df7acfd4-7f57-44d1-9b80-9df683bac493 Date: Fri, 26 Oct 2018 10:00: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":["174f6afb-2b8a-4200-a187-a4d988acd1ca"],"updated_at":"2018-10-26T10:00:31Z","tenant_id":"4e292aaf83344085856eff1dfc1ed2a9","created_at":"2018-10-26T10:00:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4e292aaf83344085856eff1dfc1ed2a9","id":"1bba581c-50d2-4590-8a3d-e36e71247000","name":"CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-pub-net"}]} 2018-10-26 10:00:34,071 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-pub-net used request id req-df7acfd4-7f57-44d1-9b80-9df683bac493 2018-10-26 10:00:34,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/4e292aaf83344085856eff1dfc1ed2a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}675f2a946433993fb260ca926569a0f538f5e120" 2018-10-26 10:00:34,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:00:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddf6b9f7-7782-4acb-af44-02e37515792c Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/4e292aaf83344085856eff1dfc1ed2a9"}, "enabled": true, "id": "4e292aaf83344085856eff1dfc1ed2a9", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-3c50c99d-6883-420-proj"}} 2018-10-26 10:00:34,160 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/4e292aaf83344085856eff1dfc1ed2a9 used request id req-ddf6b9f7-7782-4acb-af44-02e37515792c 2018-10-26 10:00:34,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1bba581c-50d2-4590-8a3d-e36e71247000 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}675f2a946433993fb260ca926569a0f538f5e120" 2018-10-26 10:00:34,361 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-34b28347-81db-4584-ba5a-f73101dfc22e Date: Fri, 26 Oct 2018 10:00:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1bba581c-50d2-4590-8a3d-e36e71247000","tenant_id":"4e292aaf83344085856eff1dfc1ed2a9","created_at":"2018-10-26T10:00:31Z","dns_nameservers":[],"updated_at":"2018-10-26T10:00: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":"4e292aaf83344085856eff1dfc1ed2a9","id":"174f6afb-2b8a-4200-a187-a4d988acd1ca","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-pub-subnet"}]} 2018-10-26 10:00:34,361 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1bba581c-50d2-4590-8a3d-e36e71247000 used request id req-34b28347-81db-4584-ba5a-f73101dfc22e 2018-10-26 10:00:34,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=1bba581c-50d2-4590-8a3d-e36e71247000&name=CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}675f2a946433993fb260ca926569a0f538f5e120" 2018-10-26 10:00:34,549 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-b8dd23ae-745e-46ad-9002-6dc31d4eeb6f Date: Fri, 26 Oct 2018 10:00:34 GMT RESP BODY: {"ports":[]} 2018-10-26 10:00:34,549 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=1bba581c-50d2-4590-8a3d-e36e71247000&name=CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-port&admin_state_up=True used request id req-b8dd23ae-745e-46ad-9002-6dc31d4eeb6f 2018-10-26 10:00:34,550 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:00:34,551 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:00:34,921 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "31b736e66e2d40afbcd545cd4f6be417", "name": "CreateInstanceFromThreePartImage-3c50c99d-6883-420-proj-role"}], "expires_at": "2018-10-26T11:00:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4e292aaf83344085856eff1dfc1ed2a9", "name": "CreateInstanceFromThreePartImage-3c50c99d-6883-420-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/4e292aaf83344085856eff1dfc1ed2a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/4e292aaf83344085856eff1dfc1ed2a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/4e292aaf83344085856eff1dfc1ed2a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/4e292aaf83344085856eff1dfc1ed2a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/4e292aaf83344085856eff1dfc1ed2a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/4e292aaf83344085856eff1dfc1ed2a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/4e292aaf83344085856eff1dfc1ed2a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/4e292aaf83344085856eff1dfc1ed2a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/4e292aaf83344085856eff1dfc1ed2a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/4e292aaf83344085856eff1dfc1ed2a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/4e292aaf83344085856eff1dfc1ed2a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/4e292aaf83344085856eff1dfc1ed2a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceFromThreePartImage-3c50c99d-6883-420-user", "id": "16dfec8c03e0446f868671ea6572f499"}, "audit_ids": ["tONqJbhHSVCebKY2CPH5Tw"], "issued_at": "2018-10-26T10:00:34.000000Z"}} 2018-10-26 10:00:34,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81bc4877af975c622c2732e237dd3daa5f77ddc7" 2018-10-26 10:00:34,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:00:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3567e31-b198-46fb-a928-3946cabb4084 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:00:34,994 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d3567e31-b198-46fb-a928-3946cabb4084 2018-10-26 10:00:35,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}675f2a946433993fb260ca926569a0f538f5e120" 2018-10-26 10:00:35,248 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-725a78be-87e9-4cdc-9cd5-e5dcaca0e1d5 Date: Fri, 26 Oct 2018 10:00: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":["174f6afb-2b8a-4200-a187-a4d988acd1ca"],"updated_at":"2018-10-26T10:00:31Z","tenant_id":"4e292aaf83344085856eff1dfc1ed2a9","created_at":"2018-10-26T10:00:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4e292aaf83344085856eff1dfc1ed2a9","id":"1bba581c-50d2-4590-8a3d-e36e71247000","name":"CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-pub-net"}]} 2018-10-26 10:00:35,249 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-pub-net used request id req-725a78be-87e9-4cdc-9cd5-e5dcaca0e1d5 2018-10-26 10:00:35,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1bba581c-50d2-4590-8a3d-e36e71247000 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}675f2a946433993fb260ca926569a0f538f5e120" 2018-10-26 10:00:35,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-4e1abfb7-7926-4924-95f5-b1f26d5ade07 Date: Fri, 26 Oct 2018 10:00:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1bba581c-50d2-4590-8a3d-e36e71247000","tenant_id":"4e292aaf83344085856eff1dfc1ed2a9","created_at":"2018-10-26T10:00:31Z","dns_nameservers":[],"updated_at":"2018-10-26T10:00: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":"4e292aaf83344085856eff1dfc1ed2a9","id":"174f6afb-2b8a-4200-a187-a4d988acd1ca","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-pub-subnet"}]} 2018-10-26 10:00:35,311 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1bba581c-50d2-4590-8a3d-e36e71247000 used request id req-4e1abfb7-7926-4924-95f5-b1f26d5ade07 2018-10-26 10:00:35,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}675f2a946433993fb260ca926569a0f538f5e120" 2018-10-26 10:00:35,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-a76d7000-a4a3-4004-8745-507caf0fa472 Date: Fri, 26 Oct 2018 10:00: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":["174f6afb-2b8a-4200-a187-a4d988acd1ca"],"updated_at":"2018-10-26T10:00:31Z","tenant_id":"4e292aaf83344085856eff1dfc1ed2a9","created_at":"2018-10-26T10:00:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4e292aaf83344085856eff1dfc1ed2a9","id":"1bba581c-50d2-4590-8a3d-e36e71247000","name":"CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-pub-net"}]} 2018-10-26 10:00:35,551 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-pub-net used request id req-a76d7000-a4a3-4004-8745-507caf0fa472 2018-10-26 10:00:35,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:00:35,560 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:00: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:00:35,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/4e292aaf83344085856eff1dfc1ed2a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81bc4877af975c622c2732e237dd3daa5f77ddc7" 2018-10-26 10:00:35,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:00:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51ab2c0e-e992-4f05-9910-1105c9af71df Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/4e292aaf83344085856eff1dfc1ed2a9"}, "enabled": true, "id": "4e292aaf83344085856eff1dfc1ed2a9", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-3c50c99d-6883-420-proj"}} 2018-10-26 10:00:35,577 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/4e292aaf83344085856eff1dfc1ed2a9 used request id req-51ab2c0e-e992-4f05-9910-1105c9af71df 2018-10-26 10:00:35,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1bba581c-50d2-4590-8a3d-e36e71247000 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}675f2a946433993fb260ca926569a0f538f5e120" 2018-10-26 10:00:35,787 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-6d4e66a8-325f-450f-999b-859c1ad4d961 Date: Fri, 26 Oct 2018 10:00:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1bba581c-50d2-4590-8a3d-e36e71247000","tenant_id":"4e292aaf83344085856eff1dfc1ed2a9","created_at":"2018-10-26T10:00:31Z","dns_nameservers":[],"updated_at":"2018-10-26T10:00: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":"4e292aaf83344085856eff1dfc1ed2a9","id":"174f6afb-2b8a-4200-a187-a4d988acd1ca","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-pub-subnet"}]} 2018-10-26 10:00:35,787 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1bba581c-50d2-4590-8a3d-e36e71247000 used request id req-6d4e66a8-325f-450f-999b-859c1ad4d961 2018-10-26 10:00:35,788 - neutron_utils - INFO - Creating port for network with name - CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-pub-net 2018-10-26 10:00:35,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}675f2a946433993fb260ca926569a0f538f5e120" -d '{"port": {"network_id": "1bba581c-50d2-4590-8a3d-e36e71247000", "name": "CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-port", "admin_state_up": true}}' 2018-10-26 10:00:36,811 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 788 X-Openstack-Request-Id: req-f5f83885-7aeb-4026-870a-c9f21a93856d Date: Fri, 26 Oct 2018 10:00:36 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:00:36Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"174f6afb-2b8a-4200-a187-a4d988acd1ca","ip_address":"10.55.0.10"}],"id":"eeca2f10-9fca-4960-bc6e-99bcb5fa7467","security_groups":["a7d2d8ec-0bba-4060-966b-23f7145bfadf"],"mac_address":"fa:16:3e:4c:3d:d7","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-port","project_id":"4e292aaf83344085856eff1dfc1ed2a9","qos_policy_id":null,"admin_state_up":true,"network_id":"1bba581c-50d2-4590-8a3d-e36e71247000","tenant_id":"4e292aaf83344085856eff1dfc1ed2a9","created_at":"2018-10-26T10:00:36Z","binding:vnic_type":"normal"}} 2018-10-26 10:00:36,811 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-f5f83885-7aeb-4026-870a-c9f21a93856d 2018-10-26 10:00:36,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}675f2a946433993fb260ca926569a0f538f5e120" 2018-10-26 10:00:36,919 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-468a4b98-0a68-4ed1-bc47-a286e3211a6d Date: Fri, 26 Oct 2018 10:00: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":["174f6afb-2b8a-4200-a187-a4d988acd1ca"],"updated_at":"2018-10-26T10:00:31Z","tenant_id":"4e292aaf83344085856eff1dfc1ed2a9","created_at":"2018-10-26T10:00:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4e292aaf83344085856eff1dfc1ed2a9","id":"1bba581c-50d2-4590-8a3d-e36e71247000","name":"CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-pub-net"}]} 2018-10-26 10:00:36,920 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-pub-net used request id req-468a4b98-0a68-4ed1-bc47-a286e3211a6d 2018-10-26 10:00:36,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/4e292aaf83344085856eff1dfc1ed2a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}675f2a946433993fb260ca926569a0f538f5e120" 2018-10-26 10:00:37,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:00:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e0cd932-25f9-4fce-a2a7-4abda23be4ae Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/4e292aaf83344085856eff1dfc1ed2a9"}, "enabled": true, "id": "4e292aaf83344085856eff1dfc1ed2a9", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-3c50c99d-6883-420-proj"}} 2018-10-26 10:00:37,000 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/4e292aaf83344085856eff1dfc1ed2a9 used request id req-1e0cd932-25f9-4fce-a2a7-4abda23be4ae 2018-10-26 10:00:37,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1bba581c-50d2-4590-8a3d-e36e71247000 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}675f2a946433993fb260ca926569a0f538f5e120" 2018-10-26 10:00:37,099 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-64136845-4525-42c8-9cbb-47bdf0d641c0 Date: Fri, 26 Oct 2018 10:00:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1bba581c-50d2-4590-8a3d-e36e71247000","tenant_id":"4e292aaf83344085856eff1dfc1ed2a9","created_at":"2018-10-26T10:00:31Z","dns_nameservers":[],"updated_at":"2018-10-26T10:00: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":"4e292aaf83344085856eff1dfc1ed2a9","id":"174f6afb-2b8a-4200-a187-a4d988acd1ca","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-pub-subnet"}]} 2018-10-26 10:00:37,099 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1bba581c-50d2-4590-8a3d-e36e71247000 used request id req-64136845-4525-42c8-9cbb-47bdf0d641c0 2018-10-26 10:00:37,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=1bba581c-50d2-4590-8a3d-e36e71247000&name=CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}675f2a946433993fb260ca926569a0f538f5e120" 2018-10-26 10:00:37,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-0c596d23-99e9-4e4e-b9ab-7e96d67acb71 Date: Fri, 26 Oct 2018 10:00:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:00:36Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"174f6afb-2b8a-4200-a187-a4d988acd1ca","ip_address":"10.55.0.10"}],"id":"eeca2f10-9fca-4960-bc6e-99bcb5fa7467","security_groups":["a7d2d8ec-0bba-4060-966b-23f7145bfadf"],"mac_address":"fa:16:3e:4c:3d:d7","project_id":"4e292aaf83344085856eff1dfc1ed2a9","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-port","admin_state_up":true,"network_id":"1bba581c-50d2-4590-8a3d-e36e71247000","tenant_id":"4e292aaf83344085856eff1dfc1ed2a9","created_at":"2018-10-26T10:00:36Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-26 10:00:37,316 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=1bba581c-50d2-4590-8a3d-e36e71247000&name=CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-port&admin_state_up=True used request id req-0c596d23-99e9-4e4e-b9ab-7e96d67acb71 2018-10-26 10:00:37,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/4e292aaf83344085856eff1dfc1ed2a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}675f2a946433993fb260ca926569a0f538f5e120" 2018-10-26 10:00:37,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:00:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15be3e24-f067-4d47-a3f8-1b3c73a034ff Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/4e292aaf83344085856eff1dfc1ed2a9"}, "enabled": true, "id": "4e292aaf83344085856eff1dfc1ed2a9", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-3c50c99d-6883-420-proj"}} 2018-10-26 10:00:37,397 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/4e292aaf83344085856eff1dfc1ed2a9 used request id req-15be3e24-f067-4d47-a3f8-1b3c73a034ff 2018-10-26 10:00:37,397 - nova_utils - INFO - Creating VM with name - CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-inst 2018-10-26 10:00:37,400 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}675f2a946433993fb260ca926569a0f538f5e120" 2018-10-26 10:00:37,434 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:00:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-80684743-8a06-4fc5-9b3f-093f55b25519 x-compute-request-id: req-80684743-8a06-4fc5-9b3f-093f55b25519 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"flavors": [{"id": "06a0dfed-09ee-4679-b86e-bac6f63da7d4", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/06a0dfed-09ee-4679-b86e-bac6f63da7d4", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/06a0dfed-09ee-4679-b86e-bac6f63da7d4", "rel": "bookmark"}], "name": "CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-flavor-name"}]} 2018-10-26 10:00:37,434 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-80684743-8a06-4fc5-9b3f-093f55b25519 2018-10-26 10:00:37,437 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/06a0dfed-09ee-4679-b86e-bac6f63da7d4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}675f2a946433993fb260ca926569a0f538f5e120" 2018-10-26 10:00:37,458 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:00:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-22655c83-63ed-4515-be51-3530e0f286e5 x-compute-request-id: req-22655c83-63ed-4515-be51-3530e0f286e5 Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/06a0dfed-09ee-4679-b86e-bac6f63da7d4", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/06a0dfed-09ee-4679-b86e-bac6f63da7d4", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "06a0dfed-09ee-4679-b86e-bac6f63da7d4", "name": "CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 10:00:37,458 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/06a0dfed-09ee-4679-b86e-bac6f63da7d4 used request id req-22655c83-63ed-4515-be51-3530e0f286e5 2018-10-26 10:00:37,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}675f2a946433993fb260ca926569a0f538f5e120" 2018-10-26 10:00:37,631 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-bd686acd-495d-4def-9dbd-fe05c525f7dd Date: Fri, 26 Oct 2018 10:00:37 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:00:26Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T10:00:28Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/5b8098a3-4dcf-444d-a10b-79ac615e6bfc/snap", "metadata": {}}], "self": "/v2/images/5b8098a3-4dcf-444d-a10b-79ac615e6bfc", "min_disk": 0, "protected": false, "id": "5b8098a3-4dcf-444d-a10b-79ac615e6bfc", "file": "/v2/images/5b8098a3-4dcf-444d-a10b-79ac615e6bfc/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4e292aaf83344085856eff1dfc1ed2a9", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/5b8098a3-4dcf-444d-a10b-79ac615e6bfc/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9"} 2018-10-26 10:00:37,632 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9 used request id req-bd686acd-495d-4def-9dbd-fe05c525f7dd 2018-10-26 10:00:37,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}675f2a946433993fb260ca926569a0f538f5e120" 2018-10-26 10:00:37,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-033b6afd-60ca-49ec-afc7-74be26a29456 Date: Fri, 26 Oct 2018 10:00: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-26 10:00:37,861 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-033b6afd-60ca-49ec-afc7-74be26a29456 2018-10-26 10:00:37,867 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}675f2a946433993fb260ca926569a0f538f5e120" -d '{"server": {"name": "CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-inst", "imageRef": "5b8098a3-4dcf-444d-a10b-79ac615e6bfc", "flavorRef": "06a0dfed-09ee-4679-b86e-bac6f63da7d4", "max_count": 1, "min_count": 1, "networks": [{"port": "eeca2f10-9fca-4960-bc6e-99bcb5fa7467"}]}}' 2018-10-26 10:00:39,630 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10:00:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e1b188fe-5c10-4a17-b13f-06d166dff6e0 x-compute-request-id: req-e1b188fe-5c10-4a17-b13f-06d166dff6e0 Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/647d7a41-6176-43a9-9d15-d0d36f2d4d14 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "647d7a41-6176-43a9-9d15-d0d36f2d4d14", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/647d7a41-6176-43a9-9d15-d0d36f2d4d14", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/647d7a41-6176-43a9-9d15-d0d36f2d4d14", "rel": "bookmark"}], "adminPass": "7ciSCNhdfKwG"}} 2018-10-26 10:00:39,630 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-e1b188fe-5c10-4a17-b13f-06d166dff6e0 2018-10-26 10:00:39,633 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/647d7a41-6176-43a9-9d15-d0d36f2d4d14 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}675f2a946433993fb260ca926569a0f538f5e120" 2018-10-26 10:00:39,986 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:00: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-b4e44a52-dc20-476c-8778-ccf1f51d1795 x-compute-request-id: req-b4e44a52-dc20-476c-8778-ccf1f51d1795 Content-Encoding: gzip Content-Length: 617 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/647d7a41-6176-43a9-9d15-d0d36f2d4d14", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/647d7a41-6176-43a9-9d15-d0d36f2d4d14", "rel": "bookmark"}], "image": {"id": "5b8098a3-4dcf-444d-a10b-79ac615e6bfc", "links": [{"href": "http://172.30.9.21:8774/images/5b8098a3-4dcf-444d-a10b-79ac615e6bfc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "06a0dfed-09ee-4679-b86e-bac6f63da7d4", "links": [{"href": "http://172.30.9.21:8774/flavors/06a0dfed-09ee-4679-b86e-bac6f63da7d4", "rel": "bookmark"}]}, "id": "647d7a41-6176-43a9-9d15-d0d36f2d4d14", "user_id": "16dfec8c03e0446f868671ea6572f499", "OS-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-26T10:00:39Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-inst", "created": "2018-10-26T10:00:39Z", "tenant_id": "4e292aaf83344085856eff1dfc1ed2a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:00:39,987 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/647d7a41-6176-43a9-9d15-d0d36f2d4d14 used request id req-b4e44a52-dc20-476c-8778-ccf1f51d1795 2018-10-26 10:00:39,987 - create_instance - INFO - Created instance with name - CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-inst 2018-10-26 10:00:39,990 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/647d7a41-6176-43a9-9d15-d0d36f2d4d14 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}675f2a946433993fb260ca926569a0f538f5e120" 2018-10-26 10:00:40,584 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:00: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-4ca5d5ba-da03-466b-acbb-9546cf1613fa x-compute-request-id: req-4ca5d5ba-da03-466b-acbb-9546cf1613fa Content-Encoding: gzip Content-Length: 620 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/647d7a41-6176-43a9-9d15-d0d36f2d4d14", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/647d7a41-6176-43a9-9d15-d0d36f2d4d14", "rel": "bookmark"}], "image": {"id": "5b8098a3-4dcf-444d-a10b-79ac615e6bfc", "links": [{"href": "http://172.30.9.21:8774/images/5b8098a3-4dcf-444d-a10b-79ac615e6bfc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "06a0dfed-09ee-4679-b86e-bac6f63da7d4", "links": [{"href": "http://172.30.9.21:8774/flavors/06a0dfed-09ee-4679-b86e-bac6f63da7d4", "rel": "bookmark"}]}, "id": "647d7a41-6176-43a9-9d15-d0d36f2d4d14", "user_id": "16dfec8c03e0446f868671ea6572f499", "OS-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-26T10:00:40Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-inst", "created": "2018-10-26T10:00:39Z", "tenant_id": "4e292aaf83344085856eff1dfc1ed2a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:00:40,584 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/647d7a41-6176-43a9-9d15-d0d36f2d4d14 used request id req-4ca5d5ba-da03-466b-acbb-9546cf1613fa 2018-10-26 10:00:40,584 - create_instance - DEBUG - Instance status [CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-inst] is - BUILD 2018-10-26 10:00:40,585 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:00:43,588 - create_instance - DEBUG - VM status query timeout in 896.399601936 2018-10-26 10:00:43,591 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/647d7a41-6176-43a9-9d15-d0d36f2d4d14 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}675f2a946433993fb260ca926569a0f538f5e120" 2018-10-26 10:00:44,044 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:00: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-e9f95ad6-e514-4607-b5a0-5b0c9c51bccc x-compute-request-id: req-e9f95ad6-e514-4607-b5a0-5b0c9c51bccc Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/647d7a41-6176-43a9-9d15-d0d36f2d4d14", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/647d7a41-6176-43a9-9d15-d0d36f2d4d14", "rel": "bookmark"}], "image": {"id": "5b8098a3-4dcf-444d-a10b-79ac615e6bfc", "links": [{"href": "http://172.30.9.21:8774/images/5b8098a3-4dcf-444d-a10b-79ac615e6bfc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "06a0dfed-09ee-4679-b86e-bac6f63da7d4", "links": [{"href": "http://172.30.9.21:8774/flavors/06a0dfed-09ee-4679-b86e-bac6f63da7d4", "rel": "bookmark"}]}, "id": "647d7a41-6176-43a9-9d15-d0d36f2d4d14", "security_groups": [{"name": "default"}], "user_id": "16dfec8c03e0446f868671ea6572f499", "OS-DCF: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-26T10:00:41Z", "hostId": "aaee7973df9b11666d9a9697542ccd7f0f63ee01cfb0f9ea09f11c51", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-inst", "created": "2018-10-26T10:00:39Z", "tenant_id": "4e292aaf83344085856eff1dfc1ed2a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:00:44,044 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/647d7a41-6176-43a9-9d15-d0d36f2d4d14 used request id req-e9f95ad6-e514-4607-b5a0-5b0c9c51bccc 2018-10-26 10:00:44,044 - create_instance - DEBUG - Instance status [CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-inst] is - BUILD 2018-10-26 10:00:44,045 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:00:47,045 - create_instance - DEBUG - VM status query timeout in 892.942060947 2018-10-26 10:00:47,049 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/647d7a41-6176-43a9-9d15-d0d36f2d4d14 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}675f2a946433993fb260ca926569a0f538f5e120" 2018-10-26 10:00:47,783 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:00: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-40aa5cf5-2f92-464e-99b2-c77899adc6e3 x-compute-request-id: req-40aa5cf5-2f92-464e-99b2-c77899adc6e3 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/647d7a41-6176-43a9-9d15-d0d36f2d4d14", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/647d7a41-6176-43a9-9d15-d0d36f2d4d14", "rel": "bookmark"}], "image": {"id": "5b8098a3-4dcf-444d-a10b-79ac615e6bfc", "links": [{"href": "http://172.30.9.21:8774/images/5b8098a3-4dcf-444d-a10b-79ac615e6bfc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "06a0dfed-09ee-4679-b86e-bac6f63da7d4", "links": [{"href": "http://172.30.9.21:8774/flavors/06a0dfed-09ee-4679-b86e-bac6f63da7d4", "rel": "bookmark"}]}, "id": "647d7a41-6176-43a9-9d15-d0d36f2d4d14", "security_groups": [{"name": "default"}], "user_id": "16dfec8c03e0446f868671ea6572f499", "OS-DCF: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-26T10:00:41Z", "hostId": "aaee7973df9b11666d9a9697542ccd7f0f63ee01cfb0f9ea09f11c51", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-inst", "created": "2018-10-26T10:00:39Z", "tenant_id": "4e292aaf83344085856eff1dfc1ed2a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:00:47,783 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/647d7a41-6176-43a9-9d15-d0d36f2d4d14 used request id req-40aa5cf5-2f92-464e-99b2-c77899adc6e3 2018-10-26 10:00:47,784 - create_instance - DEBUG - Instance status [CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-inst] is - BUILD 2018-10-26 10:00:47,784 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:00:50,787 - create_instance - DEBUG - VM status query timeout in 889.200557947 2018-10-26 10:00:50,790 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/647d7a41-6176-43a9-9d15-d0d36f2d4d14 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}675f2a946433993fb260ca926569a0f538f5e120" 2018-10-26 10:00:51,267 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:00:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-639eced9-dd3e-4c97-b5aa-8fbc57082e74 x-compute-request-id: req-639eced9-dd3e-4c97-b5aa-8fbc57082e74 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:3d:d7", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/647d7a41-6176-43a9-9d15-d0d36f2d4d14", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/647d7a41-6176-43a9-9d15-d0d36f2d4d14", "rel": "bookmark"}], "image": {"id": "5b8098a3-4dcf-444d-a10b-79ac615e6bfc", "links": [{"href": "http://172.30.9.21:8774/images/5b8098a3-4dcf-444d-a10b-79ac615e6bfc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:00:49.000000", "flavor": {"id": "06a0dfed-09ee-4679-b86e-bac6f63da7d4", "links": [{"href": "http://172.30.9.21:8774/flavors/06a0dfed-09ee-4679-b86e-bac6f63da7d4", "rel": "bookmark"}]}, "id": "647d7a41-6176-43a9-9d15-d0d36f2d4d14", "security_groups": [{"name": "default"}], "user_id": "16dfec8c03e0446f868671ea6572f499", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:00:49Z", "hostId": "aaee7973df9b11666d9a9697542ccd7f0f63ee01cfb0f9ea09f11c51", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-inst", "created": "2018-10-26T10:00:39Z", "tenant_id": "4e292aaf83344085856eff1dfc1ed2a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:00:51,267 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/647d7a41-6176-43a9-9d15-d0d36f2d4d14 used request id req-639eced9-dd3e-4c97-b5aa-8fbc57082e74 2018-10-26 10:00:51,267 - create_instance - DEBUG - Instance status [CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-inst] is - ACTIVE 2018-10-26 10:00:51,268 - create_instance - INFO - VM is - ACTIVE 2018-10-26 10:00:51,270 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/647d7a41-6176-43a9-9d15-d0d36f2d4d14 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}675f2a946433993fb260ca926569a0f538f5e120" 2018-10-26 10:00:51,580 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:00:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-45c865df-0ca9-40ac-a262-44b99deeda21 x-compute-request-id: req-45c865df-0ca9-40ac-a262-44b99deeda21 Content-Encoding: gzip Content-Length: 758 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:3d:d7", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/647d7a41-6176-43a9-9d15-d0d36f2d4d14", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/647d7a41-6176-43a9-9d15-d0d36f2d4d14", "rel": "bookmark"}], "image": {"id": "5b8098a3-4dcf-444d-a10b-79ac615e6bfc", "links": [{"href": "http://172.30.9.21:8774/images/5b8098a3-4dcf-444d-a10b-79ac615e6bfc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:00:49.000000", "flavor": {"id": "06a0dfed-09ee-4679-b86e-bac6f63da7d4", "links": [{"href": "http://172.30.9.21:8774/flavors/06a0dfed-09ee-4679-b86e-bac6f63da7d4", "rel": "bookmark"}]}, "id": "647d7a41-6176-43a9-9d15-d0d36f2d4d14", "security_groups": [{"name": "default"}], "user_id": "16dfec8c03e0446f868671ea6572f499", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:00:49Z", "hostId": "aaee7973df9b11666d9a9697542ccd7f0f63ee01cfb0f9ea09f11c51", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-inst", "created": "2018-10-26T10:00:39Z", "tenant_id": "4e292aaf83344085856eff1dfc1ed2a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:00:51,581 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/647d7a41-6176-43a9-9d15-d0d36f2d4d14 used request id req-45c865df-0ca9-40ac-a262-44b99deeda21 2018-10-26 10:00:51,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}675f2a946433993fb260ca926569a0f538f5e120" 2018-10-26 10:00:51,685 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-f16c657f-b121-48ab-a387-dfeb57ce07ad Date: Fri, 26 Oct 2018 10:00: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":["174f6afb-2b8a-4200-a187-a4d988acd1ca"],"updated_at":"2018-10-26T10:00:31Z","tenant_id":"4e292aaf83344085856eff1dfc1ed2a9","created_at":"2018-10-26T10:00:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4e292aaf83344085856eff1dfc1ed2a9","id":"1bba581c-50d2-4590-8a3d-e36e71247000","name":"CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-pub-net"}]} 2018-10-26 10:00:51,685 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-pub-net used request id req-f16c657f-b121-48ab-a387-dfeb57ce07ad 2018-10-26 10:00:51,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/4e292aaf83344085856eff1dfc1ed2a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}675f2a946433993fb260ca926569a0f538f5e120" 2018-10-26 10:00:51,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:00:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2814b0af-30ec-4da9-aaea-f815c4a13249 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/4e292aaf83344085856eff1dfc1ed2a9"}, "enabled": true, "id": "4e292aaf83344085856eff1dfc1ed2a9", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-3c50c99d-6883-420-proj"}} 2018-10-26 10:00:51,764 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/4e292aaf83344085856eff1dfc1ed2a9 used request id req-2814b0af-30ec-4da9-aaea-f815c4a13249 2018-10-26 10:00:51,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1bba581c-50d2-4590-8a3d-e36e71247000 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}675f2a946433993fb260ca926569a0f538f5e120" 2018-10-26 10:00:51,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-6f94bb5d-5cde-4d8a-a8b8-fb12a55d79e8 Date: Fri, 26 Oct 2018 10:00:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1bba581c-50d2-4590-8a3d-e36e71247000","tenant_id":"4e292aaf83344085856eff1dfc1ed2a9","created_at":"2018-10-26T10:00:31Z","dns_nameservers":[],"updated_at":"2018-10-26T10:00: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":"4e292aaf83344085856eff1dfc1ed2a9","id":"174f6afb-2b8a-4200-a187-a4d988acd1ca","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-pub-subnet"}]} 2018-10-26 10:00:51,834 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1bba581c-50d2-4590-8a3d-e36e71247000 used request id req-6f94bb5d-5cde-4d8a-a8b8-fb12a55d79e8 2018-10-26 10:00:51,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=1bba581c-50d2-4590-8a3d-e36e71247000 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}675f2a946433993fb260ca926569a0f538f5e120" 2018-10-26 10:00:51,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3118 X-Openstack-Request-Id: req-f54d8352-96f0-45a8-9e8c-32da18c6dbc6 Date: Fri, 26 Oct 2018 10:00:51 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:00:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"174f6afb-2b8a-4200-a187-a4d988acd1ca","ip_address":"10.55.0.4"}],"id":"67612cc8-91a1-490b-bc27-6ce0d80d4d7e","security_groups":[],"mac_address":"fa:16:3e:21:55:64","project_id":"4e292aaf83344085856eff1dfc1ed2a9","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1bba581c-50d2-4590-8a3d-e36e71247000","tenant_id":"4e292aaf83344085856eff1dfc1ed2a9","created_at":"2018-10-26T10:00:33Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1bba581c-50d2-4590-8a3d-e36e71247000"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:00:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"174f6afb-2b8a-4200-a187-a4d988acd1ca","ip_address":"10.55.0.2"}],"id":"bcaab58b-152b-48ea-8b6e-41a9e72e03ee","security_groups":[],"mac_address":"fa:16:3e:c4:ab:fd","project_id":"4e292aaf83344085856eff1dfc1ed2a9","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1bba581c-50d2-4590-8a3d-e36e71247000","tenant_id":"4e292aaf83344085856eff1dfc1ed2a9","created_at":"2018-10-26T10:00:32Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1bba581c-50d2-4590-8a3d-e36e71247000"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:00:34Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"174f6afb-2b8a-4200-a187-a4d988acd1ca","ip_address":"10.55.0.3"}],"id":"c1eaed31-5d17-489b-8c2e-e72f03f3018e","security_groups":[],"mac_address":"fa:16:3e:26:54:91","project_id":"4e292aaf83344085856eff1dfc1ed2a9","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1bba581c-50d2-4590-8a3d-e36e71247000","tenant_id":"4e292aaf83344085856eff1dfc1ed2a9","created_at":"2018-10-26T10:00:32Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1bba581c-50d2-4590-8a3d-e36e71247000"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:00:49Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"174f6afb-2b8a-4200-a187-a4d988acd1ca","ip_address":"10.55.0.10"}],"id":"eeca2f10-9fca-4960-bc6e-99bcb5fa7467","security_groups":["a7d2d8ec-0bba-4060-966b-23f7145bfadf"],"mac_address":"fa:16:3e:4c:3d:d7","project_id":"4e292aaf83344085856eff1dfc1ed2a9","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-port","admin_state_up":true,"network_id":"1bba581c-50d2-4590-8a3d-e36e71247000","tenant_id":"4e292aaf83344085856eff1dfc1ed2a9","created_at":"2018-10-26T10:00:36Z","binding:vnic_type":"normal","device_id":"647d7a41-6176-43a9-9d15-d0d36f2d4d14"}]} 2018-10-26 10:00:51,935 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=1bba581c-50d2-4590-8a3d-e36e71247000 used request id req-f54d8352-96f0-45a8-9e8c-32da18c6dbc6 2018-10-26 10:00:51,936 - create_instance - INFO - Deleting Port with ID - eeca2f10-9fca-4960-bc6e-99bcb5fa7467 2018-10-26 10:00:51,936 - neutron_utils - INFO - Deleting port with name CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-port 2018-10-26 10:00:51,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/eeca2f10-9fca-4960-bc6e-99bcb5fa7467 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}675f2a946433993fb260ca926569a0f538f5e120" 2018-10-26 10:00:52,392 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f1ba9445-c9d1-41d8-972c-a88e194dd45c Date: Fri, 26 Oct 2018 10:00:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:00:52,392 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/eeca2f10-9fca-4960-bc6e-99bcb5fa7467 used request id req-f1ba9445-c9d1-41d8-972c-a88e194dd45c 2018-10-26 10:00:52,392 - create_instance - INFO - Deleting VM instance - CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-inst 2018-10-26 10:00:52,395 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/647d7a41-6176-43a9-9d15-d0d36f2d4d14 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}675f2a946433993fb260ca926569a0f538f5e120" 2018-10-26 10:00:52,551 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:00:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fb29260a-7942-4a95-a027-1f82783e2e47 x-compute-request-id: req-fb29260a-7942-4a95-a027-1f82783e2e47 Content-Type: application/json 2018-10-26 10:00:52,551 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/647d7a41-6176-43a9-9d15-d0d36f2d4d14 used request id req-fb29260a-7942-4a95-a027-1f82783e2e47 2018-10-26 10:00:52,552 - create_instance - INFO - Checking deletion status 2018-10-26 10:00:52,555 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/647d7a41-6176-43a9-9d15-d0d36f2d4d14 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}675f2a946433993fb260ca926569a0f538f5e120" 2018-10-26 10:00:52,942 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:00:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-560e773a-647b-4ac3-87b7-3d858cf13255 x-compute-request-id: req-560e773a-647b-4ac3-87b7-3d858cf13255 Content-Encoding: gzip Content-Length: 738 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:3d:d7", "version": 4, "addr": "10.55.0.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/647d7a41-6176-43a9-9d15-d0d36f2d4d14", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/647d7a41-6176-43a9-9d15-d0d36f2d4d14", "rel": "bookmark"}], "image": {"id": "5b8098a3-4dcf-444d-a10b-79ac615e6bfc", "links": [{"href": "http://172.30.9.21:8774/images/5b8098a3-4dcf-444d-a10b-79ac615e6bfc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:00:49.000000", "flavor": {"id": "06a0dfed-09ee-4679-b86e-bac6f63da7d4", "links": [{"href": "http://172.30.9.21:8774/flavors/06a0dfed-09ee-4679-b86e-bac6f63da7d4", "rel": "bookmark"}]}, "id": "647d7a41-6176-43a9-9d15-d0d36f2d4d14", "user_id": "16dfec8c03e0446f868671ea6572f499", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:00:52Z", "hostId": "aaee7973df9b11666d9a9697542ccd7f0f63ee01cfb0f9ea09f11c51", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-inst", "created": "2018-10-26T10:00:39Z", "tenant_id": "4e292aaf83344085856eff1dfc1ed2a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:00:52,942 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/647d7a41-6176-43a9-9d15-d0d36f2d4d14 used request id req-560e773a-647b-4ac3-87b7-3d858cf13255 2018-10-26 10:00:52,942 - create_instance - DEBUG - Instance status [CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-inst] is - ACTIVE 2018-10-26 10:00:52,942 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:00:55,946 - create_instance - DEBUG - VM status query timeout in 296.606352091 2018-10-26 10:00:55,949 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/647d7a41-6176-43a9-9d15-d0d36f2d4d14 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}675f2a946433993fb260ca926569a0f538f5e120" 2018-10-26 10:00:55,994 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 10: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-7eb752b9-d3c4-4812-8527-e34fc9b3570d x-compute-request-id: req-7eb752b9-d3c4-4812-8527-e34fc9b3570d Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 647d7a41-6176-43a9-9d15-d0d36f2d4d14 could not be found.", "code": 404}} 2018-10-26 10:00:55,994 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/647d7a41-6176-43a9-9d15-d0d36f2d4d14 used request id req-7eb752b9-d3c4-4812-8527-e34fc9b3570d 2018-10-26 10:00:55,994 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 647d7a41-6176-43a9-9d15-d0d36f2d4d14 could not be found. (HTTP 404) (Request-ID: req-7eb752b9-d3c4-4812-8527-e34fc9b3570d) 2018-10-26 10:00:55,994 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-inst 2018-10-26 10:00:55,998 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/06a0dfed-09ee-4679-b86e-bac6f63da7d4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edd546848d0d1b13a73ea27981203b89335001c0" 2018-10-26 10:00:56,061 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10:00:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d11552b0-5418-4e6f-a210-561a5a7cfed1 x-compute-request-id: req-d11552b0-5418-4e6f-a210-561a5a7cfed1 Content-Length: 0 Content-Type: application/json 2018-10-26 10:00:56,061 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/06a0dfed-09ee-4679-b86e-bac6f63da7d4 used request id req-d11552b0-5418-4e6f-a210-561a5a7cfed1 2018-10-26 10:00:56,062 - neutron_utils - INFO - Deleting subnet with name CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-pub-subnet 2018-10-26 10:00:56,062 - neutron_utils - INFO - Deleting subnet with name CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-pub-subnet 2018-10-26 10:00:56,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/174f6afb-2b8a-4200-a187-a4d988acd1ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e15521616c93a5c3cccbd5bbd6357e7afda60cd0" 2018-10-26 10:00:58,667 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d50952c1-3c97-4bfa-bd3b-9636ed88f979 Date: Fri, 26 Oct 2018 10:00:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:00:58,667 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/174f6afb-2b8a-4200-a187-a4d988acd1ca used request id req-d50952c1-3c97-4bfa-bd3b-9636ed88f979 2018-10-26 10:00:58,668 - neutron_utils - INFO - Deleting network with name CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9-pub-net 2018-10-26 10:00:58,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/1bba581c-50d2-4590-8a3d-e36e71247000 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e15521616c93a5c3cccbd5bbd6357e7afda60cd0" 2018-10-26 10:01:00,434 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5e29d97b-08cb-40f1-aec6-428c0f943752 Date: Fri, 26 Oct 2018 10:01:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:01:00,434 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/1bba581c-50d2-4590-8a3d-e36e71247000 used request id req-5e29d97b-08cb-40f1-aec6-428c0f943752 2018-10-26 10:01:00,434 - glance_utils - INFO - Deleting image named - CreateInstanceFromThreePartImage-627978ee-6ddc-4d52-b107-a0806c6c19d9 2018-10-26 10:01:00,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/5b8098a3-4dcf-444d-a10b-79ac615e6bfc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}126c27fbea228ee3d1f91e7c3bc4a795a106c483" 2018-10-26 10:01:01,161 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f31a3ba0-f8a3-442f-808a-eeb56f924ebd Date: Fri, 26 Oct 2018 10:01: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-26 10:01:01,161 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/5b8098a3-4dcf-444d-a10b-79ac615e6bfc used request id req-f31a3ba0-f8a3-442f-808a-eeb56f924ebd 2018-10-26 10:01:01,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3329e8f519f9dff777a6d82eb0583be8704624f9" 2018-10-26 10:01:01,370 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-1dea2e18-d910-4564-959b-14c894a8a30b Date: Fri, 26 Oct 2018 10:01:01 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4e292aaf83344085856eff1dfc1ed2a9", "created_at": "2018-10-26T10:00:30Z", "updated_at": "2018-10-26T10:00:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:00:30Z", "revision_number": 0, "id": "3d830e0b-d4f7-44f0-a919-71a1d44689c5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:00:30Z", "security_group_id": "a7d2d8ec-0bba-4060-966b-23f7145bfadf", "tenant_id": "4e292aaf83344085856eff1dfc1ed2a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "4e292aaf83344085856eff1dfc1ed2a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:00:30Z", "revision_number": 0, "id": "8290c07c-b9b7-4e54-bb41-20c604fd1974", "remote_group_id": "a7d2d8ec-0bba-4060-966b-23f7145bfadf", "remote_ip_prefix": null, "created_at": "2018-10-26T10:00:30Z", "security_group_id": "a7d2d8ec-0bba-4060-966b-23f7145bfadf", "tenant_id": "4e292aaf83344085856eff1dfc1ed2a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "4e292aaf83344085856eff1dfc1ed2a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:00:30Z", "revision_number": 0, "id": "cd7608d9-5c72-4e95-8a2f-3e857efa6a32", "remote_group_id": "a7d2d8ec-0bba-4060-966b-23f7145bfadf", "remote_ip_prefix": null, "created_at": "2018-10-26T10:00:30Z", "security_group_id": "a7d2d8ec-0bba-4060-966b-23f7145bfadf", "tenant_id": "4e292aaf83344085856eff1dfc1ed2a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "4e292aaf83344085856eff1dfc1ed2a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:00:30Z", "revision_number": 0, "id": "fcacc1f1-b51b-40a8-a1a5-ac3faf39edef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:00:30Z", "security_group_id": "a7d2d8ec-0bba-4060-966b-23f7145bfadf", "tenant_id": "4e292aaf83344085856eff1dfc1ed2a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "4e292aaf83344085856eff1dfc1ed2a9"}], "revision_number": 4, "project_id": "4e292aaf83344085856eff1dfc1ed2a9", "id": "a7d2d8ec-0bba-4060-966b-23f7145bfadf", "name": "default"}]} 2018-10-26 10:01:01,370 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-1dea2e18-d910-4564-959b-14c894a8a30b 2018-10-26 10:01:01,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3329e8f519f9dff777a6d82eb0583be8704624f9" 2018-10-26 10:01:01,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:01:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54dc858c-0296-4085-8382-2295e3c91f2a 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 10:01:01,464 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-54dc858c-0296-4085-8382-2295e3c91f2a 2018-10-26 10:01:01,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3329e8f519f9dff777a6d82eb0583be8704624f9" 2018-10-26 10:01:01,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:01:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f45b62c6-8c7f-48f1-8c58-4b1aaeafee23 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 10:01:01,557 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-f45b62c6-8c7f-48f1-8c58-4b1aaeafee23 2018-10-26 10:01:01,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3329e8f519f9dff777a6d82eb0583be8704624f9" 2018-10-26 10:01:01,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:01:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a81c88c3-5f81-4818-b4ac-0227e0fdcbe8 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 10:01:01,729 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-a81c88c3-5f81-4818-b4ac-0227e0fdcbe8 2018-10-26 10:01:01,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/4e292aaf83344085856eff1dfc1ed2a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3329e8f519f9dff777a6d82eb0583be8704624f9" 2018-10-26 10:01:01,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:01:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1593000-1868-4b42-ae7c-a3bda0dfe656 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/4e292aaf83344085856eff1dfc1ed2a9"}, "enabled": true, "id": "4e292aaf83344085856eff1dfc1ed2a9", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-3c50c99d-6883-420-proj"}} 2018-10-26 10:01:01,818 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/4e292aaf83344085856eff1dfc1ed2a9 used request id req-c1593000-1868-4b42-ae7c-a3bda0dfe656 2018-10-26 10:01:01,819 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a7d2d8ec-0bba-4060-966b-23f7145bfadf 2018-10-26 10:01:01,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a7d2d8ec-0bba-4060-966b-23f7145bfadf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3329e8f519f9dff777a6d82eb0583be8704624f9" 2018-10-26 10:01:02,008 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-df72508f-d866-4262-854c-b18ab0f9d5ee Date: Fri, 26 Oct 2018 10:01: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-26T10:00:30Z", "security_group_id": "a7d2d8ec-0bba-4060-966b-23f7145bfadf", "port_range_min": null, "revision_number": 0, "tenant_id": "4e292aaf83344085856eff1dfc1ed2a9", "created_at": "2018-10-26T10:00:30Z", "project_id": "4e292aaf83344085856eff1dfc1ed2a9", "id": "3d830e0b-d4f7-44f0-a919-71a1d44689c5"}, {"remote_group_id": "a7d2d8ec-0bba-4060-966b-23f7145bfadf", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:00:30Z", "security_group_id": "a7d2d8ec-0bba-4060-966b-23f7145bfadf", "port_range_min": null, "revision_number": 0, "tenant_id": "4e292aaf83344085856eff1dfc1ed2a9", "created_at": "2018-10-26T10:00:30Z", "project_id": "4e292aaf83344085856eff1dfc1ed2a9", "id": "8290c07c-b9b7-4e54-bb41-20c604fd1974"}, {"remote_group_id": "a7d2d8ec-0bba-4060-966b-23f7145bfadf", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:00:30Z", "security_group_id": "a7d2d8ec-0bba-4060-966b-23f7145bfadf", "port_range_min": null, "revision_number": 0, "tenant_id": "4e292aaf83344085856eff1dfc1ed2a9", "created_at": "2018-10-26T10:00:30Z", "project_id": "4e292aaf83344085856eff1dfc1ed2a9", "id": "cd7608d9-5c72-4e95-8a2f-3e857efa6a32"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:00:30Z", "security_group_id": "a7d2d8ec-0bba-4060-966b-23f7145bfadf", "port_range_min": null, "revision_number": 0, "tenant_id": "4e292aaf83344085856eff1dfc1ed2a9", "created_at": "2018-10-26T10:00:30Z", "project_id": "4e292aaf83344085856eff1dfc1ed2a9", "id": "fcacc1f1-b51b-40a8-a1a5-ac3faf39edef"}]} 2018-10-26 10:01:02,008 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a7d2d8ec-0bba-4060-966b-23f7145bfadf used request id req-df72508f-d866-4262-854c-b18ab0f9d5ee 2018-10-26 10:01:02,009 - neutron_utils - INFO - Deleting security group with name - default 2018-10-26 10:01:02,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/a7d2d8ec-0bba-4060-966b-23f7145bfadf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3329e8f519f9dff777a6d82eb0583be8704624f9" 2018-10-26 10:01:02,360 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a3d929a6-b7d5-498e-b63b-39154b73b0e2 Content-Length: 0 Date: Fri, 26 Oct 2018 10:01:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:01:02,360 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/a7d2d8ec-0bba-4060-966b-23f7145bfadf used request id req-a3d929a6-b7d5-498e-b63b-39154b73b0e2 2018-10-26 10:01:02,361 - keystone_utils - INFO - Deleting project with name - CreateInstanceFromThreePartImage-3c50c99d-6883-420-proj 2018-10-26 10:01:02,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/4e292aaf83344085856eff1dfc1ed2a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3329e8f519f9dff777a6d82eb0583be8704624f9" 2018-10-26 10:01:02,576 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:01:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6124b41c-21f2-4dac-8f15-c5b630f91dcb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:01:02,576 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/4e292aaf83344085856eff1dfc1ed2a9 used request id req-6124b41c-21f2-4dac-8f15-c5b630f91dcb 2018-10-26 10:01:02,576 - keystone_utils - INFO - Deleting role with name - CreateInstanceFromThreePartImage-3c50c99d-6883-420-proj-role 2018-10-26 10:01:02,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/31b736e66e2d40afbcd545cd4f6be417 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3329e8f519f9dff777a6d82eb0583be8704624f9" 2018-10-26 10:01:02,681 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:01:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bd4fc29e-39cf-4964-90a7-7589f7b09092 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:01:02,681 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/31b736e66e2d40afbcd545cd4f6be417 used request id req-bd4fc29e-39cf-4964-90a7-7589f7b09092 2018-10-26 10:01:02,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3329e8f519f9dff777a6d82eb0583be8704624f9" 2018-10-26 10:01:02,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:01:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-521ce2b3-b0d7-4efe-b846-2199de08fb83 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:01:02,768 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-521ce2b3-b0d7-4efe-b846-2199de08fb83 2018-10-26 10:01:02,768 - keystone_utils - INFO - Deleting user with name - CreateInstanceFromThreePartImage-3c50c99d-6883-420-user 2018-10-26 10:01:02,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/16dfec8c03e0446f868671ea6572f499 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b49563a4cdf51ea94303dc4b8a9a1ca544b2c2f" 2018-10-26 10:01:02,955 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:01:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f5f7858f-1e29-4846-b461-738357ef78ef Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:01:02,956 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/16dfec8c03e0446f868671ea6572f499 used request id req-f5f7858f-1e29-4846-b461-738357ef78ef 2018-10-26 10:01:02,957 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:01:03,342 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:01:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["J0066j_GRCav6Yw8uSsG4w"], "issued_at": "2018-10-26T10:01:03.000000Z"}} 2018-10-26 10:01:03,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a88a34d7dfa3aab8c93a6b4f6dfc44cdea4263c" 2018-10-26 10:01:03,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:01:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1b2f6fc-3792-4ef3-98f8-8bb14838711b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:01:03,429 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f1b2f6fc-3792-4ef3-98f8-8bb14838711b 2018-10-26 10:01:03,431 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:01:03,432 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:01:03,820 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:01:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["XDp5W3eQSX-eztFVgftA4Q"], "issued_at": "2018-10-26T10:01:03.000000Z"}} 2018-10-26 10:01:03,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1c507b3343117f52594f47b6301e9fd69bebc89" 2018-10-26 10:01:03,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:01:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b89e299-0d6f-4837-a7ea-104490d12079 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:01:03,896 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-0b89e299-0d6f-4837-a7ea-104490d12079 2018-10-26 10:01:03,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:01:03,906 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:01: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:01:03,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-02e1983d-e533-451-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1c507b3343117f52594f47b6301e9fd69bebc89" 2018-10-26 10:01:03,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:01:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d086bb59-a2bf-4cae-bfea-cc565accf7bc Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-02e1983d-e533-451-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 10:01:03,993 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-02e1983d-e533-451-proj used request id req-d086bb59-a2bf-4cae-bfea-cc565accf7bc 2018-10-26 10:01:03,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1c507b3343117f52594f47b6301e9fd69bebc89" 2018-10-26 10:01:04,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:01:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8d1d080-d4b0-44a7-89c5-a746512a4d48 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 10:01:04,076 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-f8d1d080-d4b0-44a7-89c5-a746512a4d48 2018-10-26 10:01:04,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1c507b3343117f52594f47b6301e9fd69bebc89" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceVolumeTests-02e1983d-e533-451-proj"}}' 2018-10-26 10:01:04,202 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:01:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ddc3ae35-c9c1-48af-ac8f-8128852f1adc Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/59dd6d31faf74af6a6428a67bf61c419"}, "enabled": true, "id": "59dd6d31faf74af6a6428a67bf61c419", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-02e1983d-e533-451-proj"}} 2018-10-26 10:01:04,202 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-ddc3ae35-c9c1-48af-ac8f-8128852f1adc 2018-10-26 10:01:04,203 - keystone_utils - INFO - Created project with name - CreateInstanceVolumeTests-02e1983d-e533-451-proj 2018-10-26 10:01:04,203 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:01:04,204 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:01:04,591 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:01:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["ol34VKgtTwiBVr7pyX_GXQ"], "issued_at": "2018-10-26T10:01:04.000000Z"}} 2018-10-26 10:01:04,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f36f40a43257c2ce3a08b8d29551feb6f6e89acf" 2018-10-26 10:01:04,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:01:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9576dcc-1c44-47a7-8ded-fafa852e0659 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:01:04,605 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c9576dcc-1c44-47a7-8ded-fafa852e0659 2018-10-26 10:01:04,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:01:04,614 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:01: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:01:04,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f36f40a43257c2ce3a08b8d29551feb6f6e89acf" 2018-10-26 10:01:04,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:01:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-255fd87e-3360-4a97-be8f-6e18839fc237 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 10:01:04,722 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-255fd87e-3360-4a97-be8f-6e18839fc237 2018-10-26 10:01:04,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstanceVolumeTests-02e1983d-e533-451-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f36f40a43257c2ce3a08b8d29551feb6f6e89acf" 2018-10-26 10:01:04,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:01:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a17f1b8c-0ef1-4d8e-a5be-173e1d59c370 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstanceVolumeTests-02e1983d-e533-451-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/59dd6d31faf74af6a6428a67bf61c419"}, "enabled": true, "id": "59dd6d31faf74af6a6428a67bf61c419", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-02e1983d-e533-451-proj"}]} 2018-10-26 10:01:04,809 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstanceVolumeTests-02e1983d-e533-451-proj used request id req-a17f1b8c-0ef1-4d8e-a5be-173e1d59c370 2018-10-26 10:01:04,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f36f40a43257c2ce3a08b8d29551feb6f6e89acf" 2018-10-26 10:01:04,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:01:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-adf4b2b4-ca87-4879-89b7-ab6e5d28d240 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 10:01:04,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-adf4b2b4-ca87-4879-89b7-ab6e5d28d240 2018-10-26 10:01:05,298 - keystone_utils - INFO - Created user with name - CreateInstanceVolumeTests-02e1983d-e533-451-user 2018-10-26 10:01:05,299 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:01:05,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1c507b3343117f52594f47b6301e9fd69bebc89" 2018-10-26 10:01:05,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:01:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35429dcb-4e0a-4b0e-bebc-9666afac6c73 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:01:05,388 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-35429dcb-4e0a-4b0e-bebc-9666afac6c73 2018-10-26 10:01:05,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1c507b3343117f52594f47b6301e9fd69bebc89" -d '{"role": {"name": "CreateInstanceVolumeTests-02e1983d-e533-451-proj-role"}}' 2018-10-26 10:01:05,520 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:01:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-77a72d1f-e30c-4784-9476-588939139c6f Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c7a6ebf19dae46f9b665d7d1a17ae08f", "links": {"self": "http://172.30.9.21:5000/v3/roles/c7a6ebf19dae46f9b665d7d1a17ae08f"}, "name": "CreateInstanceVolumeTests-02e1983d-e533-451-proj-role"}} 2018-10-26 10:01:05,520 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-77a72d1f-e30c-4784-9476-588939139c6f 2018-10-26 10:01:05,520 - keystone_utils - INFO - Created role with name - CreateInstanceVolumeTests-02e1983d-e533-451-proj-role 2018-10-26 10:01:05,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/c7a6ebf19dae46f9b665d7d1a17ae08f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1c507b3343117f52594f47b6301e9fd69bebc89" 2018-10-26 10:01:05,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:01:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6685538-50d6-4a86-93e5-25cd5d441069 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/c7a6ebf19dae46f9b665d7d1a17ae08f"}, "domain_id": null, "name": "CreateInstanceVolumeTests-02e1983d-e533-451-proj-role", "id": "c7a6ebf19dae46f9b665d7d1a17ae08f"}} 2018-10-26 10:01:05,610 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/c7a6ebf19dae46f9b665d7d1a17ae08f used request id req-b6685538-50d6-4a86-93e5-25cd5d441069 2018-10-26 10:01:05,611 - keystone_utils - INFO - Granting role CreateInstanceVolumeTests-02e1983d-e533-451-proj-role to project CreateInstanceVolumeTests-02e1983d-e533-451-proj 2018-10-26 10:01:05,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/59dd6d31faf74af6a6428a67bf61c419/users/036e1675457540aa9c702fa26b6d50f0/roles/c7a6ebf19dae46f9b665d7d1a17ae08f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1c507b3343117f52594f47b6301e9fd69bebc89" 2018-10-26 10:01:05,750 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:01:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0d55205a-4d1c-485c-b70a-fb9ac9d20706 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:01:05,750 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/59dd6d31faf74af6a6428a67bf61c419/users/036e1675457540aa9c702fa26b6d50f0/roles/c7a6ebf19dae46f9b665d7d1a17ae08f used request id req-0d55205a-4d1c-485c-b70a-fb9ac9d20706 2018-10-26 10:01:05,751 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:01:05,752 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-26 10:01:05,753 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:01:05,753 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:01:06,137 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c7a6ebf19dae46f9b665d7d1a17ae08f", "name": "CreateInstanceVolumeTests-02e1983d-e533-451-proj-role"}], "expires_at": "2018-10-26T11:01:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59dd6d31faf74af6a6428a67bf61c419", "name": "CreateInstanceVolumeTests-02e1983d-e533-451-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/59dd6d31faf74af6a6428a67bf61c419", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/59dd6d31faf74af6a6428a67bf61c419", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/59dd6d31faf74af6a6428a67bf61c419", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/59dd6d31faf74af6a6428a67bf61c419", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/59dd6d31faf74af6a6428a67bf61c419", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/59dd6d31faf74af6a6428a67bf61c419", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/59dd6d31faf74af6a6428a67bf61c419", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/59dd6d31faf74af6a6428a67bf61c419", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/59dd6d31faf74af6a6428a67bf61c419", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/59dd6d31faf74af6a6428a67bf61c419", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/59dd6d31faf74af6a6428a67bf61c419", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/59dd6d31faf74af6a6428a67bf61c419", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-02e1983d-e533-451-user", "id": "036e1675457540aa9c702fa26b6d50f0"}, "audit_ids": ["bLxMWqIzSWWpVaxAajBgIA"], "issued_at": "2018-10-26T10:01:06.000000Z"}} 2018-10-26 10:01:06,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56291aec0d95e6fb5f906b12dd84fa2258163383" 2018-10-26 10:01:06,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:01:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8508ae77-69bd-4f27-8388-06e7489852be Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:01:06,217 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8508ae77-69bd-4f27-8388-06e7489852be 2018-10-26 10:01:06,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}56291aec0d95e6fb5f906b12dd84fa2258163383" 2018-10-26 10:01:06,394 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-3b829c43-c2c1-4bd8-b21e-f02325a33711 Date: Fri, 26 Oct 2018 10:01:06 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-image"} 2018-10-26 10:01:06,394 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-image used request id req-3b829c43-c2c1-4bd8-b21e-f02325a33711 2018-10-26 10:01:06,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}56291aec0d95e6fb5f906b12dd84fa2258163383" 2018-10-26 10:01:06,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ddae45aa-aef6-451d-b40f-a9e77b2dff8c Date: Fri, 26 Oct 2018 10:01: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-26 10:01:06,557 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-ddae45aa-aef6-451d-b40f-a9e77b2dff8c 2018-10-26 10:01:06,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}56291aec0d95e6fb5f906b12dd84fa2258163383" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-image"}' 2018-10-26 10:01:06,767 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/539c63da-7ac8-48b9-905f-b20eca3cf634 X-Openstack-Request-Id: req-2e75ace0-76ca-4457-aa0d-cb3a40b0bb98 Date: Fri, 26 Oct 2018 10:01:06 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:01:06Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-26T10:01:06Z", "visibility": "shared", "locations": [], "self": "/v2/images/539c63da-7ac8-48b9-905f-b20eca3cf634", "min_disk": 0, "protected": false, "id": "539c63da-7ac8-48b9-905f-b20eca3cf634", "file": "/v2/images/539c63da-7ac8-48b9-905f-b20eca3cf634/file", "checksum": null, "owner": "59dd6d31faf74af6a6428a67bf61c419", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:01:06,768 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-2e75ace0-76ca-4457-aa0d-cb3a40b0bb98 2018-10-26 10:01:06,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/539c63da-7ac8-48b9-905f-b20eca3cf634/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}56291aec0d95e6fb5f906b12dd84fa2258163383" -d '' 2018-10-26 10:01:08,009 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7653dbf8-35e0-473d-accf-ab3f80ef249e Date: Fri, 26 Oct 2018 10:01: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-26 10:01:08,009 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/539c63da-7ac8-48b9-905f-b20eca3cf634/file used request id req-7653dbf8-35e0-473d-accf-ab3f80ef249e 2018-10-26 10:01:08,010 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 10:01:08,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/539c63da-7ac8-48b9-905f-b20eca3cf634 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}56291aec0d95e6fb5f906b12dd84fa2258163383" 2018-10-26 10:01:08,174 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-92a09bdd-c9cf-4dd6-bd4e-a60dcc7c7106 Date: Fri, 26 Oct 2018 10:01:08 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:01:06Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T10:01:07Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/539c63da-7ac8-48b9-905f-b20eca3cf634/snap", "metadata": {}}], "self": "/v2/images/539c63da-7ac8-48b9-905f-b20eca3cf634", "min_disk": 0, "protected": false, "id": "539c63da-7ac8-48b9-905f-b20eca3cf634", "file": "/v2/images/539c63da-7ac8-48b9-905f-b20eca3cf634/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "59dd6d31faf74af6a6428a67bf61c419", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/539c63da-7ac8-48b9-905f-b20eca3cf634/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:01:08,174 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/539c63da-7ac8-48b9-905f-b20eca3cf634 used request id req-92a09bdd-c9cf-4dd6-bd4e-a60dcc7c7106 2018-10-26 10:01:08,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}56291aec0d95e6fb5f906b12dd84fa2258163383" 2018-10-26 10:01:08,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6a8e635a-00b7-4bc1-9a2f-46c46f3e972c Date: Fri, 26 Oct 2018 10:01: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-26 10:01:08,327 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-6a8e635a-00b7-4bc1-9a2f-46c46f3e972c 2018-10-26 10:01:08,330 - create_image - INFO - Created image with name - CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-image 2018-10-26 10:01:08,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/539c63da-7ac8-48b9-905f-b20eca3cf634 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}56291aec0d95e6fb5f906b12dd84fa2258163383" 2018-10-26 10:01:08,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-23b1a3d9-2e9b-4f15-8207-86d59bdd669e Date: Fri, 26 Oct 2018 10:01:08 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:01:06Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T10:01:07Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/539c63da-7ac8-48b9-905f-b20eca3cf634/snap", "metadata": {}}], "self": "/v2/images/539c63da-7ac8-48b9-905f-b20eca3cf634", "min_disk": 0, "protected": false, "id": "539c63da-7ac8-48b9-905f-b20eca3cf634", "file": "/v2/images/539c63da-7ac8-48b9-905f-b20eca3cf634/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "59dd6d31faf74af6a6428a67bf61c419", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/539c63da-7ac8-48b9-905f-b20eca3cf634/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:01:08,493 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/539c63da-7ac8-48b9-905f-b20eca3cf634 used request id req-23b1a3d9-2e9b-4f15-8207-86d59bdd669e 2018-10-26 10:01:08,494 - create_image - DEBUG - Instance status is - active 2018-10-26 10:01:08,494 - create_image - DEBUG - Image is active with name - CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-image 2018-10-26 10:01:08,494 - create_image - INFO - Image is now active with name - CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-image 2018-10-26 10:01:08,494 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:01:08,495 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:01:08,871 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:01:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["2RybOu19RsqHYDPiI5CTGA"], "issued_at": "2018-10-26T10:01:08.000000Z"}} 2018-10-26 10:01:08,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c9da32db52b5b214fd5ad302397d26c95f67b58" 2018-10-26 10:01:08,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:01:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1a28fc6-60d0-43ce-a647-ee1d39bdf2e4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:01:08,956 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b1a28fc6-60d0-43ce-a647-ee1d39bdf2e4 2018-10-26 10:01:08,957 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:01:08,962 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c9da32db52b5b214fd5ad302397d26c95f67b58" 2018-10-26 10:01:09,128 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:01:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2865a322-25a8-43ad-b985-96f54f822ae8 x-compute-request-id: req-2865a322-25a8-43ad-b985-96f54f822ae8 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-26 10:01:09,128 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-2865a322-25a8-43ad-b985-96f54f822ae8 2018-10-26 10:01:09,132 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c9da32db52b5b214fd5ad302397d26c95f67b58" -d '{"flavor": {"vcpus": 2, "disk": 1, "name": "CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-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-26 10:01:09,182 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:01: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-94fde1cc-c9f4-4b6f-abcd-2adfa403798d x-compute-request-id: req-94fde1cc-c9f4-4b6f-abcd-2adfa403798d Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/e88cca5c-d36c-4030-8f23-702b33043bd5", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/e88cca5c-d36c-4030-8f23-702b33043bd5", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "e88cca5c-d36c-4030-8f23-702b33043bd5", "name": "CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 10:01:09,183 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-94fde1cc-c9f4-4b6f-abcd-2adfa403798d 2018-10-26 10:01:09,183 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:01:09,184 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:01:09,564 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c7a6ebf19dae46f9b665d7d1a17ae08f", "name": "CreateInstanceVolumeTests-02e1983d-e533-451-proj-role"}], "expires_at": "2018-10-26T11:01:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59dd6d31faf74af6a6428a67bf61c419", "name": "CreateInstanceVolumeTests-02e1983d-e533-451-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/59dd6d31faf74af6a6428a67bf61c419", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/59dd6d31faf74af6a6428a67bf61c419", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/59dd6d31faf74af6a6428a67bf61c419", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/59dd6d31faf74af6a6428a67bf61c419", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/59dd6d31faf74af6a6428a67bf61c419", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/59dd6d31faf74af6a6428a67bf61c419", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/59dd6d31faf74af6a6428a67bf61c419", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/59dd6d31faf74af6a6428a67bf61c419", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/59dd6d31faf74af6a6428a67bf61c419", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/59dd6d31faf74af6a6428a67bf61c419", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/59dd6d31faf74af6a6428a67bf61c419", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/59dd6d31faf74af6a6428a67bf61c419", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-02e1983d-e533-451-user", "id": "036e1675457540aa9c702fa26b6d50f0"}, "audit_ids": ["ZEfXbnS5RxClrfpLnU_mNQ"], "issued_at": "2018-10-26T10:01:09.000000Z"}} 2018-10-26 10:01:09,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45072289f45378c24e2f4e00573de3e923dbd96a" 2018-10-26 10:01:09,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:01:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3988f4f5-e4f3-4bc7-9e01-7290f279311a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:01:09,636 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-3988f4f5-e4f3-4bc7-9e01-7290f279311a 2018-10-26 10:01:09,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45072289f45378c24e2f4e00573de3e923dbd96a" 2018-10-26 10:01:09,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-153fc06a-40e1-4d13-aafa-8a5a456e6ce9 Date: Fri, 26 Oct 2018 10:01:09 GMT RESP BODY: {"networks":[]} 2018-10-26 10:01:09,817 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-pub-net used request id req-153fc06a-40e1-4d13-aafa-8a5a456e6ce9 2018-10-26 10:01:09,818 - neutron_utils - INFO - Creating network with name CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-pub-net 2018-10-26 10:01:09,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45072289f45378c24e2f4e00573de3e923dbd96a" -d '{"network": {"name": "CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-pub-net", "admin_state_up": true}}' 2018-10-26 10:01:10,542 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-6e9a10ae-a540-4efc-9fc4-c3d83e8eb749 Date: Fri, 26 Oct 2018 10:01:10 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3d523509-7674-410c-bd2c-d63f04be8fce","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"59dd6d31faf74af6a6428a67bf61c419","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T10:01:10Z","is_default":false,"name":"CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"59dd6d31faf74af6a6428a67bf61c419","created_at":"2018-10-26T10:01:10Z","mtu":1450}} 2018-10-26 10:01:10,542 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-6e9a10ae-a540-4efc-9fc4-c3d83e8eb749 2018-10-26 10:01:10,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=3d523509-7674-410c-bd2c-d63f04be8fce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45072289f45378c24e2f4e00573de3e923dbd96a" 2018-10-26 10:01:10,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-b893c83c-810a-442d-9ed6-fcd878deb960 Date: Fri, 26 Oct 2018 10:01: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-26T10:01:10Z","tenant_id":"59dd6d31faf74af6a6428a67bf61c419","created_at":"2018-10-26T10:01:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"59dd6d31faf74af6a6428a67bf61c419","id":"3d523509-7674-410c-bd2c-d63f04be8fce","name":"CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-pub-net"}]} 2018-10-26 10:01:10,765 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=3d523509-7674-410c-bd2c-d63f04be8fce used request id req-b893c83c-810a-442d-9ed6-fcd878deb960 2018-10-26 10:01:10,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3d523509-7674-410c-bd2c-d63f04be8fce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45072289f45378c24e2f4e00573de3e923dbd96a" 2018-10-26 10:01:10,950 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-8ee2c03c-0b34-4c62-a2b5-3b1e6acb3b9f Date: Fri, 26 Oct 2018 10:01:10 GMT RESP BODY: {"subnets":[]} 2018-10-26 10:01:10,951 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3d523509-7674-410c-bd2c-d63f04be8fce used request id req-8ee2c03c-0b34-4c62-a2b5-3b1e6acb3b9f 2018-10-26 10:01:10,951 - neutron_utils - INFO - Creating subnet with name CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-pub-subnet 2018-10-26 10:01:10,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45072289f45378c24e2f4e00573de3e923dbd96a" -d '{"subnets": [{"ip_version": 4, "network_id": "3d523509-7674-410c-bd2c-d63f04be8fce", "cidr": "10.55.0.0/24", "name": "CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-pub-subnet"}]}' 2018-10-26 10:01:11,679 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-116b481c-98fd-43c1-b245-c34bb52420b1 Date: Fri, 26 Oct 2018 10:01:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3d523509-7674-410c-bd2c-d63f04be8fce","tenant_id":"59dd6d31faf74af6a6428a67bf61c419","created_at":"2018-10-26T10:01:11Z","dns_nameservers":[],"updated_at":"2018-10-26T10:01:11Z","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":"59dd6d31faf74af6a6428a67bf61c419","id":"a9ede23d-eb04-4077-a4d2-78055f7d05a5","subnetpool_id":null,"name":"CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-pub-subnet"}]} 2018-10-26 10:01:11,680 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-116b481c-98fd-43c1-b245-c34bb52420b1 2018-10-26 10:01:11,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=3d523509-7674-410c-bd2c-d63f04be8fce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45072289f45378c24e2f4e00573de3e923dbd96a" 2018-10-26 10:01:12,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-04239a1f-fae5-40e7-87e2-937ccebc77e9 Date: Fri, 26 Oct 2018 10:01: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":["a9ede23d-eb04-4077-a4d2-78055f7d05a5"],"updated_at":"2018-10-26T10:01:11Z","tenant_id":"59dd6d31faf74af6a6428a67bf61c419","created_at":"2018-10-26T10:01:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"59dd6d31faf74af6a6428a67bf61c419","id":"3d523509-7674-410c-bd2c-d63f04be8fce","name":"CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-pub-net"}]} 2018-10-26 10:01:12,077 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=3d523509-7674-410c-bd2c-d63f04be8fce used request id req-04239a1f-fae5-40e7-87e2-937ccebc77e9 2018-10-26 10:01:12,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3d523509-7674-410c-bd2c-d63f04be8fce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45072289f45378c24e2f4e00573de3e923dbd96a" 2018-10-26 10:01:12,297 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-0ee9173f-206f-4ef9-a089-68f3013018b9 Date: Fri, 26 Oct 2018 10:01:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3d523509-7674-410c-bd2c-d63f04be8fce","tenant_id":"59dd6d31faf74af6a6428a67bf61c419","created_at":"2018-10-26T10:01:11Z","dns_nameservers":[],"updated_at":"2018-10-26T10:01:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"59dd6d31faf74af6a6428a67bf61c419","id":"a9ede23d-eb04-4077-a4d2-78055f7d05a5","subnetpool_id":null,"name":"CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-pub-subnet"}]} 2018-10-26 10:01:12,297 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3d523509-7674-410c-bd2c-d63f04be8fce used request id req-0ee9173f-206f-4ef9-a089-68f3013018b9 2018-10-26 10:01:12,298 - OpenStackNetwork - DEBUG - Network [3d523509-7674-410c-bd2c-d63f04be8fce] created successfully 2018-10-26 10:01:12,298 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:01:12,299 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:01:12,677 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c7a6ebf19dae46f9b665d7d1a17ae08f", "name": "CreateInstanceVolumeTests-02e1983d-e533-451-proj-role"}], "expires_at": "2018-10-26T11:01:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59dd6d31faf74af6a6428a67bf61c419", "name": "CreateInstanceVolumeTests-02e1983d-e533-451-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/59dd6d31faf74af6a6428a67bf61c419", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/59dd6d31faf74af6a6428a67bf61c419", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/59dd6d31faf74af6a6428a67bf61c419", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/59dd6d31faf74af6a6428a67bf61c419", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/59dd6d31faf74af6a6428a67bf61c419", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/59dd6d31faf74af6a6428a67bf61c419", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/59dd6d31faf74af6a6428a67bf61c419", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/59dd6d31faf74af6a6428a67bf61c419", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/59dd6d31faf74af6a6428a67bf61c419", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/59dd6d31faf74af6a6428a67bf61c419", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/59dd6d31faf74af6a6428a67bf61c419", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/59dd6d31faf74af6a6428a67bf61c419", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-02e1983d-e533-451-user", "id": "036e1675457540aa9c702fa26b6d50f0"}, "audit_ids": ["f7b1NtahSwOA9RJBAsR4qA"], "issued_at": "2018-10-26T10:01:12.000000Z"}} 2018-10-26 10:01:12,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}678a6cd25044b95f2b9092f96e6320d1af72731a" 2018-10-26 10:01:12,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:01:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08df8938-9638-460d-b6e7-6e08e6cac0a3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:01:12,758 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-08df8938-9638-460d-b6e7-6e08e6cac0a3 2018-10-26 10:01:12,763 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/59dd6d31faf74af6a6428a67bf61c419/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}678a6cd25044b95f2b9092f96e6320d1af72731a" 2018-10-26 10:01:12,990 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:01:12 GMT Server: Apache x-compute-request-id: req-2af0dead-4fe9-480a-96b4-6d86e0793b3c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2af0dead-4fe9-480a-96b4-6d86e0793b3c Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-26 10:01:12,991 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/59dd6d31faf74af6a6428a67bf61c419/volumes/detail used request id req-2af0dead-4fe9-480a-96b4-6d86e0793b3c 2018-10-26 10:01:12,994 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/59dd6d31faf74af6a6428a67bf61c419/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-2af0dead-4fe9-480a-96b4-6d86e0793b3c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}678a6cd25044b95f2b9092f96e6320d1af72731a" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-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-26 10:01:13,398 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10:01:13 GMT Server: Apache x-compute-request-id: req-a8b4a68c-9680-4321-9e34-739393911f36 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a8b4a68c-9680-4321-9e34-739393911f36 Content-Length: 851 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "036e1675457540aa9c702fa26b6d50f0", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/59dd6d31faf74af6a6428a67bf61c419/volumes/8b805702-2623-4e52-9c53-a49413b23e60", "rel": "self"}, {"href": "http://172.30.9.21:8776/59dd6d31faf74af6a6428a67bf61c419/volumes/8b805702-2623-4e52-9c53-a49413b23e60", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-26T10:01:13.300651", "description": null, "updated_at": null, "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "8b805702-2623-4e52-9c53-a49413b23e60", "size": 1}} 2018-10-26 10:01:13,398 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/59dd6d31faf74af6a6428a67bf61c419/volumes used request id req-a8b4a68c-9680-4321-9e34-739393911f36 2018-10-26 10:01:13,402 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/59dd6d31faf74af6a6428a67bf61c419/volumes/8b805702-2623-4e52-9c53-a49413b23e60 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2af0dead-4fe9-480a-96b4-6d86e0793b3c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}678a6cd25044b95f2b9092f96e6320d1af72731a" 2018-10-26 10:01:13,608 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:01:13 GMT Server: Apache x-compute-request-id: req-40c61f67-3c45-45c6-941c-0d65d6b0797d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-40c61f67-3c45-45c6-941c-0d65d6b0797d Content-Encoding: gzip Content-Length: 466 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "036e1675457540aa9c702fa26b6d50f0", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/59dd6d31faf74af6a6428a67bf61c419/volumes/8b805702-2623-4e52-9c53-a49413b23e60", "rel": "self"}, {"href": "http://172.30.9.21:8776/59dd6d31faf74af6a6428a67bf61c419/volumes/8b805702-2623-4e52-9c53-a49413b23e60", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-26T10:01:13.000000", "description": null, "os-vol-tenant-attr:tenant_id": "59dd6d31faf74af6a6428a67bf61c419", "updated_at": null, "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "8b805702-2623-4e52-9c53-a49413b23e60", "size": 1}} 2018-10-26 10:01:13,608 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/59dd6d31faf74af6a6428a67bf61c419/volumes/8b805702-2623-4e52-9c53-a49413b23e60 used request id req-40c61f67-3c45-45c6-941c-0d65d6b0797d 2018-10-26 10:01:13,608 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-1 2018-10-26 10:01:13,611 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/59dd6d31faf74af6a6428a67bf61c419/volumes/8b805702-2623-4e52-9c53-a49413b23e60 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2af0dead-4fe9-480a-96b4-6d86e0793b3c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}678a6cd25044b95f2b9092f96e6320d1af72731a" 2018-10-26 10:01:13,820 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:01:13 GMT Server: Apache x-compute-request-id: req-e6445222-f4a0-428f-918c-c1a42e9a1802 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e6445222-f4a0-428f-918c-c1a42e9a1802 Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "036e1675457540aa9c702fa26b6d50f0", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/59dd6d31faf74af6a6428a67bf61c419/volumes/8b805702-2623-4e52-9c53-a49413b23e60", "rel": "self"}, {"href": "http://172.30.9.21:8776/59dd6d31faf74af6a6428a67bf61c419/volumes/8b805702-2623-4e52-9c53-a49413b23e60", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-26T10:01:13.000000", "description": null, "os-vol-tenant-attr:tenant_id": "59dd6d31faf74af6a6428a67bf61c419", "updated_at": "2018-10-26T10:01:13.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "8b805702-2623-4e52-9c53-a49413b23e60", "size": 1}} 2018-10-26 10:01:13,820 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/59dd6d31faf74af6a6428a67bf61c419/volumes/8b805702-2623-4e52-9c53-a49413b23e60 used request id req-e6445222-f4a0-428f-918c-c1a42e9a1802 2018-10-26 10:01:13,820 - create_volume - DEBUG - Instance status is - creating 2018-10-26 10:01:13,820 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-10-26 10:01:16,824 - create_volume - DEBUG - Volume status query timeout in 296.784960032 2018-10-26 10:01:16,827 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/59dd6d31faf74af6a6428a67bf61c419/volumes/8b805702-2623-4e52-9c53-a49413b23e60 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2af0dead-4fe9-480a-96b4-6d86e0793b3c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}678a6cd25044b95f2b9092f96e6320d1af72731a" 2018-10-26 10:01:17,058 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:01:16 GMT Server: Apache x-compute-request-id: req-b3383e72-3266-45e8-87e9-768a74dae6c9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b3383e72-3266-45e8-87e9-768a74dae6c9 Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "036e1675457540aa9c702fa26b6d50f0", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/59dd6d31faf74af6a6428a67bf61c419/volumes/8b805702-2623-4e52-9c53-a49413b23e60", "rel": "self"}, {"href": "http://172.30.9.21:8776/59dd6d31faf74af6a6428a67bf61c419/volumes/8b805702-2623-4e52-9c53-a49413b23e60", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-26T10:01:13.000000", "description": null, "os-vol-tenant-attr:tenant_id": "59dd6d31faf74af6a6428a67bf61c419", "updated_at": "2018-10-26T10:01:13.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "8b805702-2623-4e52-9c53-a49413b23e60", "size": 1}} 2018-10-26 10:01:17,058 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/59dd6d31faf74af6a6428a67bf61c419/volumes/8b805702-2623-4e52-9c53-a49413b23e60 used request id req-b3383e72-3266-45e8-87e9-768a74dae6c9 2018-10-26 10:01:17,058 - create_volume - DEBUG - Instance status is - available 2018-10-26 10:01:17,059 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-1 2018-10-26 10:01:17,059 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-1 2018-10-26 10:01:17,059 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:01:17,060 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:01:17,432 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c7a6ebf19dae46f9b665d7d1a17ae08f", "name": "CreateInstanceVolumeTests-02e1983d-e533-451-proj-role"}], "expires_at": "2018-10-26T11:01:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59dd6d31faf74af6a6428a67bf61c419", "name": "CreateInstanceVolumeTests-02e1983d-e533-451-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/59dd6d31faf74af6a6428a67bf61c419", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/59dd6d31faf74af6a6428a67bf61c419", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/59dd6d31faf74af6a6428a67bf61c419", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/59dd6d31faf74af6a6428a67bf61c419", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/59dd6d31faf74af6a6428a67bf61c419", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/59dd6d31faf74af6a6428a67bf61c419", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/59dd6d31faf74af6a6428a67bf61c419", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/59dd6d31faf74af6a6428a67bf61c419", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/59dd6d31faf74af6a6428a67bf61c419", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/59dd6d31faf74af6a6428a67bf61c419", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/59dd6d31faf74af6a6428a67bf61c419", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/59dd6d31faf74af6a6428a67bf61c419", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-02e1983d-e533-451-user", "id": "036e1675457540aa9c702fa26b6d50f0"}, "audit_ids": ["cD6pw4p9SGG6Adt9_PKnOA"], "issued_at": "2018-10-26T10:01:17.000000Z"}} 2018-10-26 10:01:17,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b436ecc2fd7148a4eaa49db1bfc1958971689578" 2018-10-26 10:01:17,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:01:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-137c4657-1178-4827-9923-b5f9ebafab9d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:01:17,518 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-137c4657-1178-4827-9923-b5f9ebafab9d 2018-10-26 10:01:17,523 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/59dd6d31faf74af6a6428a67bf61c419/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b436ecc2fd7148a4eaa49db1bfc1958971689578" 2018-10-26 10:01:18,102 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:01:17 GMT Server: Apache x-compute-request-id: req-2d85b7e9-c768-4800-89fd-efd4d9f9bed0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2d85b7e9-c768-4800-89fd-efd4d9f9bed0 Content-Encoding: gzip Content-Length: 461 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "036e1675457540aa9c702fa26b6d50f0", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/59dd6d31faf74af6a6428a67bf61c419/volumes/8b805702-2623-4e52-9c53-a49413b23e60", "rel": "self"}, {"href": "http://172.30.9.21:8776/59dd6d31faf74af6a6428a67bf61c419/volumes/8b805702-2623-4e52-9c53-a49413b23e60", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-26T10:01:13.000000", "description": null, "os-vol-tenant-attr:tenant_id": "59dd6d31faf74af6a6428a67bf61c419", "updated_at": "2018-10-26T10:01:13.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "8b805702-2623-4e52-9c53-a49413b23e60", "size": 1}]} 2018-10-26 10:01:18,102 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/59dd6d31faf74af6a6428a67bf61c419/volumes/detail used request id req-2d85b7e9-c768-4800-89fd-efd4d9f9bed0 2018-10-26 10:01:18,106 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/59dd6d31faf74af6a6428a67bf61c419/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-2d85b7e9-c768-4800-89fd-efd4d9f9bed0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b436ecc2fd7148a4eaa49db1bfc1958971689578" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-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-26 10:01:18,430 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10:01:18 GMT Server: Apache x-compute-request-id: req-f14a2e2a-2c8b-44c7-bed7-0c7fe4a5a6d3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f14a2e2a-2c8b-44c7-bed7-0c7fe4a5a6d3 Content-Length: 851 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "036e1675457540aa9c702fa26b6d50f0", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/59dd6d31faf74af6a6428a67bf61c419/volumes/6ef061b2-5663-4b48-be7c-40eead13ee55", "rel": "self"}, {"href": "http://172.30.9.21:8776/59dd6d31faf74af6a6428a67bf61c419/volumes/6ef061b2-5663-4b48-be7c-40eead13ee55", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-26T10:01:18.354094", "description": null, "updated_at": null, "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "6ef061b2-5663-4b48-be7c-40eead13ee55", "size": 1}} 2018-10-26 10:01:18,431 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/59dd6d31faf74af6a6428a67bf61c419/volumes used request id req-f14a2e2a-2c8b-44c7-bed7-0c7fe4a5a6d3 2018-10-26 10:01:18,434 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/59dd6d31faf74af6a6428a67bf61c419/volumes/6ef061b2-5663-4b48-be7c-40eead13ee55 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2d85b7e9-c768-4800-89fd-efd4d9f9bed0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b436ecc2fd7148a4eaa49db1bfc1958971689578" 2018-10-26 10:01:18,651 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:01:18 GMT Server: Apache x-compute-request-id: req-218dd943-aeb1-488e-b903-76c268c632b6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-218dd943-aeb1-488e-b903-76c268c632b6 Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "036e1675457540aa9c702fa26b6d50f0", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/59dd6d31faf74af6a6428a67bf61c419/volumes/6ef061b2-5663-4b48-be7c-40eead13ee55", "rel": "self"}, {"href": "http://172.30.9.21:8776/59dd6d31faf74af6a6428a67bf61c419/volumes/6ef061b2-5663-4b48-be7c-40eead13ee55", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-26T10:01:18.000000", "description": null, "os-vol-tenant-attr:tenant_id": "59dd6d31faf74af6a6428a67bf61c419", "updated_at": "2018-10-26T10:01:18.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "6ef061b2-5663-4b48-be7c-40eead13ee55", "size": 1}} 2018-10-26 10:01:18,652 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/59dd6d31faf74af6a6428a67bf61c419/volumes/6ef061b2-5663-4b48-be7c-40eead13ee55 used request id req-218dd943-aeb1-488e-b903-76c268c632b6 2018-10-26 10:01:18,652 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-2 2018-10-26 10:01:18,655 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/59dd6d31faf74af6a6428a67bf61c419/volumes/6ef061b2-5663-4b48-be7c-40eead13ee55 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2d85b7e9-c768-4800-89fd-efd4d9f9bed0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b436ecc2fd7148a4eaa49db1bfc1958971689578" 2018-10-26 10:01:18,862 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:01:18 GMT Server: Apache x-compute-request-id: req-6cbb9216-cba0-4038-a0ab-1a4bdb070216 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6cbb9216-cba0-4038-a0ab-1a4bdb070216 Content-Encoding: gzip Content-Length: 462 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "036e1675457540aa9c702fa26b6d50f0", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/59dd6d31faf74af6a6428a67bf61c419/volumes/6ef061b2-5663-4b48-be7c-40eead13ee55", "rel": "self"}, {"href": "http://172.30.9.21:8776/59dd6d31faf74af6a6428a67bf61c419/volumes/6ef061b2-5663-4b48-be7c-40eead13ee55", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-26T10:01:18.000000", "description": null, "os-vol-tenant-attr:tenant_id": "59dd6d31faf74af6a6428a67bf61c419", "updated_at": "2018-10-26T10:01:18.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "6ef061b2-5663-4b48-be7c-40eead13ee55", "size": 1}} 2018-10-26 10:01:18,862 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/59dd6d31faf74af6a6428a67bf61c419/volumes/6ef061b2-5663-4b48-be7c-40eead13ee55 used request id req-6cbb9216-cba0-4038-a0ab-1a4bdb070216 2018-10-26 10:01:18,863 - create_volume - DEBUG - Instance status is - available 2018-10-26 10:01:18,863 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-2 2018-10-26 10:01:18,863 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-2 2018-10-26 10:01:18,863 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:01:18,864 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:01:19,248 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c7a6ebf19dae46f9b665d7d1a17ae08f", "name": "CreateInstanceVolumeTests-02e1983d-e533-451-proj-role"}], "expires_at": "2018-10-26T11:01:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59dd6d31faf74af6a6428a67bf61c419", "name": "CreateInstanceVolumeTests-02e1983d-e533-451-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/59dd6d31faf74af6a6428a67bf61c419", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/59dd6d31faf74af6a6428a67bf61c419", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/59dd6d31faf74af6a6428a67bf61c419", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/59dd6d31faf74af6a6428a67bf61c419", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/59dd6d31faf74af6a6428a67bf61c419", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/59dd6d31faf74af6a6428a67bf61c419", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/59dd6d31faf74af6a6428a67bf61c419", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/59dd6d31faf74af6a6428a67bf61c419", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/59dd6d31faf74af6a6428a67bf61c419", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/59dd6d31faf74af6a6428a67bf61c419", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/59dd6d31faf74af6a6428a67bf61c419", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/59dd6d31faf74af6a6428a67bf61c419", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-02e1983d-e533-451-user", "id": "036e1675457540aa9c702fa26b6d50f0"}, "audit_ids": ["sZe-L_LQQG2ORknAHWnAVA"], "issued_at": "2018-10-26T10:01:19.000000Z"}} 2018-10-26 10:01:19,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589617d7e40c18f4be067a4675d2e02e8607303d" 2018-10-26 10:01:19,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:01:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a166ffe7-eabb-44ca-b0b2-3b214ed52d38 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:01:19,321 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a166ffe7-eabb-44ca-b0b2-3b214ed52d38 2018-10-26 10:01:19,323 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:01:19,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589617d7e40c18f4be067a4675d2e02e8607303d" 2018-10-26 10:01:19,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:01:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e167d014-a57b-4386-9e51-f58ee2030c22 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:01:19,404 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e167d014-a57b-4386-9e51-f58ee2030c22 2018-10-26 10:01:19,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589617d7e40c18f4be067a4675d2e02e8607303d" 2018-10-26 10:01:19,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-525d1b14-f461-477f-8e61-ce91e09898f4 Date: Fri, 26 Oct 2018 10:01: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":["a9ede23d-eb04-4077-a4d2-78055f7d05a5"],"updated_at":"2018-10-26T10:01:11Z","tenant_id":"59dd6d31faf74af6a6428a67bf61c419","created_at":"2018-10-26T10:01:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"59dd6d31faf74af6a6428a67bf61c419","id":"3d523509-7674-410c-bd2c-d63f04be8fce","name":"CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-pub-net"}]} 2018-10-26 10:01:19,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-pub-net used request id req-525d1b14-f461-477f-8e61-ce91e09898f4 2018-10-26 10:01:19,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:01:19,682 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:01: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:01:19,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/59dd6d31faf74af6a6428a67bf61c419 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589617d7e40c18f4be067a4675d2e02e8607303d" 2018-10-26 10:01:19,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:01:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e429d190-06e7-4e55-a2f9-4cc1214d075f Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/59dd6d31faf74af6a6428a67bf61c419"}, "enabled": true, "id": "59dd6d31faf74af6a6428a67bf61c419", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-02e1983d-e533-451-proj"}} 2018-10-26 10:01:19,760 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/59dd6d31faf74af6a6428a67bf61c419 used request id req-e429d190-06e7-4e55-a2f9-4cc1214d075f 2018-10-26 10:01:19,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3d523509-7674-410c-bd2c-d63f04be8fce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589617d7e40c18f4be067a4675d2e02e8607303d" 2018-10-26 10:01:19,970 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-852010f7-1431-4acd-92cf-cfebdefed8c2 Date: Fri, 26 Oct 2018 10:01:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3d523509-7674-410c-bd2c-d63f04be8fce","tenant_id":"59dd6d31faf74af6a6428a67bf61c419","created_at":"2018-10-26T10:01:11Z","dns_nameservers":[],"updated_at":"2018-10-26T10:01:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"59dd6d31faf74af6a6428a67bf61c419","id":"a9ede23d-eb04-4077-a4d2-78055f7d05a5","subnetpool_id":null,"name":"CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-pub-subnet"}]} 2018-10-26 10:01:19,970 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3d523509-7674-410c-bd2c-d63f04be8fce used request id req-852010f7-1431-4acd-92cf-cfebdefed8c2 2018-10-26 10:01:19,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=3d523509-7674-410c-bd2c-d63f04be8fce&name=CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589617d7e40c18f4be067a4675d2e02e8607303d" 2018-10-26 10:01:20,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-49b51f1c-8de0-4e9a-8c88-a89c2db003e0 Date: Fri, 26 Oct 2018 10:01:20 GMT RESP BODY: {"ports":[]} 2018-10-26 10:01:20,154 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=3d523509-7674-410c-bd2c-d63f04be8fce&name=CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-port&admin_state_up=True used request id req-49b51f1c-8de0-4e9a-8c88-a89c2db003e0 2018-10-26 10:01:20,158 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589617d7e40c18f4be067a4675d2e02e8607303d" 2018-10-26 10:01:20,377 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:01: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-94248259-f84e-45dc-a6f8-e43965ce765b x-compute-request-id: req-94248259-f84e-45dc-a6f8-e43965ce765b Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-26 10:01:20,377 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-inst used request id req-94248259-f84e-45dc-a6f8-e43965ce765b 2018-10-26 10:01:20,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589617d7e40c18f4be067a4675d2e02e8607303d" 2018-10-26 10:01:20,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-edb93d53-4611-4147-9eb6-c72c8bc9caf3 Date: Fri, 26 Oct 2018 10:01: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":["a9ede23d-eb04-4077-a4d2-78055f7d05a5"],"updated_at":"2018-10-26T10:01:11Z","tenant_id":"59dd6d31faf74af6a6428a67bf61c419","created_at":"2018-10-26T10:01:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"59dd6d31faf74af6a6428a67bf61c419","id":"3d523509-7674-410c-bd2c-d63f04be8fce","name":"CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-pub-net"}]} 2018-10-26 10:01:20,633 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-pub-net used request id req-edb93d53-4611-4147-9eb6-c72c8bc9caf3 2018-10-26 10:01:20,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/59dd6d31faf74af6a6428a67bf61c419 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589617d7e40c18f4be067a4675d2e02e8607303d" 2018-10-26 10:01:20,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:01:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a75c4f6c-7029-413c-9801-920b14b2272b Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/59dd6d31faf74af6a6428a67bf61c419"}, "enabled": true, "id": "59dd6d31faf74af6a6428a67bf61c419", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-02e1983d-e533-451-proj"}} 2018-10-26 10:01:20,723 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/59dd6d31faf74af6a6428a67bf61c419 used request id req-a75c4f6c-7029-413c-9801-920b14b2272b 2018-10-26 10:01:20,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3d523509-7674-410c-bd2c-d63f04be8fce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589617d7e40c18f4be067a4675d2e02e8607303d" 2018-10-26 10:01:20,927 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-c96ad837-b35f-42ad-bcfd-10585612f1e9 Date: Fri, 26 Oct 2018 10:01:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3d523509-7674-410c-bd2c-d63f04be8fce","tenant_id":"59dd6d31faf74af6a6428a67bf61c419","created_at":"2018-10-26T10:01:11Z","dns_nameservers":[],"updated_at":"2018-10-26T10:01:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"59dd6d31faf74af6a6428a67bf61c419","id":"a9ede23d-eb04-4077-a4d2-78055f7d05a5","subnetpool_id":null,"name":"CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-pub-subnet"}]} 2018-10-26 10:01:20,928 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3d523509-7674-410c-bd2c-d63f04be8fce used request id req-c96ad837-b35f-42ad-bcfd-10585612f1e9 2018-10-26 10:01:20,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=3d523509-7674-410c-bd2c-d63f04be8fce&name=CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589617d7e40c18f4be067a4675d2e02e8607303d" 2018-10-26 10:01:21,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-d9e8f090-7c2d-45ef-8113-818b203b6a94 Date: Fri, 26 Oct 2018 10:01:21 GMT RESP BODY: {"ports":[]} 2018-10-26 10:01:21,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=3d523509-7674-410c-bd2c-d63f04be8fce&name=CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-port&admin_state_up=True used request id req-d9e8f090-7c2d-45ef-8113-818b203b6a94 2018-10-26 10:01:21,098 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:01:21,099 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:01:21,476 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c7a6ebf19dae46f9b665d7d1a17ae08f", "name": "CreateInstanceVolumeTests-02e1983d-e533-451-proj-role"}], "expires_at": "2018-10-26T11:01:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59dd6d31faf74af6a6428a67bf61c419", "name": "CreateInstanceVolumeTests-02e1983d-e533-451-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/59dd6d31faf74af6a6428a67bf61c419", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/59dd6d31faf74af6a6428a67bf61c419", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/59dd6d31faf74af6a6428a67bf61c419", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/59dd6d31faf74af6a6428a67bf61c419", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/59dd6d31faf74af6a6428a67bf61c419", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/59dd6d31faf74af6a6428a67bf61c419", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/59dd6d31faf74af6a6428a67bf61c419", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/59dd6d31faf74af6a6428a67bf61c419", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/59dd6d31faf74af6a6428a67bf61c419", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/59dd6d31faf74af6a6428a67bf61c419", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/59dd6d31faf74af6a6428a67bf61c419", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/59dd6d31faf74af6a6428a67bf61c419", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-02e1983d-e533-451-user", "id": "036e1675457540aa9c702fa26b6d50f0"}, "audit_ids": ["7-fYiygDS-yno-B1Q3J8NQ"], "issued_at": "2018-10-26T10:01:21.000000Z"}} 2018-10-26 10:01:21,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06e0a2a7011de0a351e854256e779c314420a356" 2018-10-26 10:01:21,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:01:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48013636-5d82-49a0-beb3-d85becb85dd4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:01:21,551 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-48013636-5d82-49a0-beb3-d85becb85dd4 2018-10-26 10:01:21,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589617d7e40c18f4be067a4675d2e02e8607303d" 2018-10-26 10:01:21,955 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-3237190b-111f-40eb-a03a-ce34544e42ae Date: Fri, 26 Oct 2018 10:01: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":["a9ede23d-eb04-4077-a4d2-78055f7d05a5"],"updated_at":"2018-10-26T10:01:11Z","tenant_id":"59dd6d31faf74af6a6428a67bf61c419","created_at":"2018-10-26T10:01:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"59dd6d31faf74af6a6428a67bf61c419","id":"3d523509-7674-410c-bd2c-d63f04be8fce","name":"CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-pub-net"}]} 2018-10-26 10:01:21,955 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-pub-net used request id req-3237190b-111f-40eb-a03a-ce34544e42ae 2018-10-26 10:01:21,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3d523509-7674-410c-bd2c-d63f04be8fce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589617d7e40c18f4be067a4675d2e02e8607303d" 2018-10-26 10:01:22,017 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-12104b71-6180-48aa-b7f7-28df7b7f653b Date: Fri, 26 Oct 2018 10:01:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3d523509-7674-410c-bd2c-d63f04be8fce","tenant_id":"59dd6d31faf74af6a6428a67bf61c419","created_at":"2018-10-26T10:01:11Z","dns_nameservers":[],"updated_at":"2018-10-26T10:01:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"59dd6d31faf74af6a6428a67bf61c419","id":"a9ede23d-eb04-4077-a4d2-78055f7d05a5","subnetpool_id":null,"name":"CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-pub-subnet"}]} 2018-10-26 10:01:22,017 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3d523509-7674-410c-bd2c-d63f04be8fce used request id req-12104b71-6180-48aa-b7f7-28df7b7f653b 2018-10-26 10:01:22,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589617d7e40c18f4be067a4675d2e02e8607303d" 2018-10-26 10:01:22,427 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-974b4db2-50d3-4264-8b0c-c08ad91914cb Date: Fri, 26 Oct 2018 10:01: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":["a9ede23d-eb04-4077-a4d2-78055f7d05a5"],"updated_at":"2018-10-26T10:01:11Z","tenant_id":"59dd6d31faf74af6a6428a67bf61c419","created_at":"2018-10-26T10:01:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"59dd6d31faf74af6a6428a67bf61c419","id":"3d523509-7674-410c-bd2c-d63f04be8fce","name":"CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-pub-net"}]} 2018-10-26 10:01:22,427 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-pub-net used request id req-974b4db2-50d3-4264-8b0c-c08ad91914cb 2018-10-26 10:01:22,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:01:22,435 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:01: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:01:22,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/59dd6d31faf74af6a6428a67bf61c419 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06e0a2a7011de0a351e854256e779c314420a356" 2018-10-26 10:01:22,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:01:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4cd5431f-3b4f-4dfc-9de5-de6a441e2943 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/59dd6d31faf74af6a6428a67bf61c419"}, "enabled": true, "id": "59dd6d31faf74af6a6428a67bf61c419", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-02e1983d-e533-451-proj"}} 2018-10-26 10:01:22,519 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/59dd6d31faf74af6a6428a67bf61c419 used request id req-4cd5431f-3b4f-4dfc-9de5-de6a441e2943 2018-10-26 10:01:22,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3d523509-7674-410c-bd2c-d63f04be8fce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589617d7e40c18f4be067a4675d2e02e8607303d" 2018-10-26 10:01:22,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-f38c7927-3601-4daf-b34c-818dff67d48a Date: Fri, 26 Oct 2018 10:01:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3d523509-7674-410c-bd2c-d63f04be8fce","tenant_id":"59dd6d31faf74af6a6428a67bf61c419","created_at":"2018-10-26T10:01:11Z","dns_nameservers":[],"updated_at":"2018-10-26T10:01:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"59dd6d31faf74af6a6428a67bf61c419","id":"a9ede23d-eb04-4077-a4d2-78055f7d05a5","subnetpool_id":null,"name":"CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-pub-subnet"}]} 2018-10-26 10:01:22,577 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3d523509-7674-410c-bd2c-d63f04be8fce used request id req-f38c7927-3601-4daf-b34c-818dff67d48a 2018-10-26 10:01:22,578 - neutron_utils - INFO - Creating port for network with name - CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-pub-net 2018-10-26 10:01:22,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589617d7e40c18f4be067a4675d2e02e8607303d" -d '{"port": {"network_id": "3d523509-7674-410c-bd2c-d63f04be8fce", "name": "CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-port", "admin_state_up": true}}' 2018-10-26 10:01:23,745 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 781 X-Openstack-Request-Id: req-15b6f584-60b9-4c29-ac2a-2cae07fd7a4b Date: Fri, 26 Oct 2018 10:01:23 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:01:23Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a9ede23d-eb04-4077-a4d2-78055f7d05a5","ip_address":"10.55.0.14"}],"id":"d60cd392-9334-4249-bff1-d6bdf36645c3","security_groups":["ead96ae5-5f5a-4191-987f-69e5ad77affc"],"mac_address":"fa:16:3e:fa:ab:6d","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-port","project_id":"59dd6d31faf74af6a6428a67bf61c419","qos_policy_id":null,"admin_state_up":true,"network_id":"3d523509-7674-410c-bd2c-d63f04be8fce","tenant_id":"59dd6d31faf74af6a6428a67bf61c419","created_at":"2018-10-26T10:01:22Z","binding:vnic_type":"normal"}} 2018-10-26 10:01:23,745 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-15b6f584-60b9-4c29-ac2a-2cae07fd7a4b 2018-10-26 10:01:23,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589617d7e40c18f4be067a4675d2e02e8607303d" 2018-10-26 10:01:23,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-91b7c301-b8f6-4963-b745-d75992a9a67a Date: Fri, 26 Oct 2018 10:01: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":["a9ede23d-eb04-4077-a4d2-78055f7d05a5"],"updated_at":"2018-10-26T10:01:11Z","tenant_id":"59dd6d31faf74af6a6428a67bf61c419","created_at":"2018-10-26T10:01:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"59dd6d31faf74af6a6428a67bf61c419","id":"3d523509-7674-410c-bd2c-d63f04be8fce","name":"CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-pub-net"}]} 2018-10-26 10:01:23,993 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-pub-net used request id req-91b7c301-b8f6-4963-b745-d75992a9a67a 2018-10-26 10:01:23,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/59dd6d31faf74af6a6428a67bf61c419 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589617d7e40c18f4be067a4675d2e02e8607303d" 2018-10-26 10:01:24,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:01:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5f2c4bc-c651-4c59-ba0f-0e6f30ca0e88 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/59dd6d31faf74af6a6428a67bf61c419"}, "enabled": true, "id": "59dd6d31faf74af6a6428a67bf61c419", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-02e1983d-e533-451-proj"}} 2018-10-26 10:01:24,070 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/59dd6d31faf74af6a6428a67bf61c419 used request id req-f5f2c4bc-c651-4c59-ba0f-0e6f30ca0e88 2018-10-26 10:01:24,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3d523509-7674-410c-bd2c-d63f04be8fce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589617d7e40c18f4be067a4675d2e02e8607303d" 2018-10-26 10:01:24,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-3491486b-5188-4d93-94f2-c0cfb6afe345 Date: Fri, 26 Oct 2018 10:01:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3d523509-7674-410c-bd2c-d63f04be8fce","tenant_id":"59dd6d31faf74af6a6428a67bf61c419","created_at":"2018-10-26T10:01:11Z","dns_nameservers":[],"updated_at":"2018-10-26T10:01:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"59dd6d31faf74af6a6428a67bf61c419","id":"a9ede23d-eb04-4077-a4d2-78055f7d05a5","subnetpool_id":null,"name":"CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-pub-subnet"}]} 2018-10-26 10:01:24,276 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3d523509-7674-410c-bd2c-d63f04be8fce used request id req-3491486b-5188-4d93-94f2-c0cfb6afe345 2018-10-26 10:01:24,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=3d523509-7674-410c-bd2c-d63f04be8fce&name=CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589617d7e40c18f4be067a4675d2e02e8607303d" 2018-10-26 10:01:24,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 784 X-Openstack-Request-Id: req-da1add0a-a8f4-4bf2-9053-c73a51868f23 Date: Fri, 26 Oct 2018 10:01:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:01:23Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a9ede23d-eb04-4077-a4d2-78055f7d05a5","ip_address":"10.55.0.14"}],"id":"d60cd392-9334-4249-bff1-d6bdf36645c3","security_groups":["ead96ae5-5f5a-4191-987f-69e5ad77affc"],"mac_address":"fa:16:3e:fa:ab:6d","project_id":"59dd6d31faf74af6a6428a67bf61c419","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-port","admin_state_up":true,"network_id":"3d523509-7674-410c-bd2c-d63f04be8fce","tenant_id":"59dd6d31faf74af6a6428a67bf61c419","created_at":"2018-10-26T10:01:22Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-26 10:01:24,343 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=3d523509-7674-410c-bd2c-d63f04be8fce&name=CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-port&admin_state_up=True used request id req-da1add0a-a8f4-4bf2-9053-c73a51868f23 2018-10-26 10:01:24,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/59dd6d31faf74af6a6428a67bf61c419 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589617d7e40c18f4be067a4675d2e02e8607303d" 2018-10-26 10:01:24,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:01:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74f56d9d-ef9e-4465-a718-495228408e58 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/59dd6d31faf74af6a6428a67bf61c419"}, "enabled": true, "id": "59dd6d31faf74af6a6428a67bf61c419", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-02e1983d-e533-451-proj"}} 2018-10-26 10:01:24,427 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/59dd6d31faf74af6a6428a67bf61c419 used request id req-74f56d9d-ef9e-4465-a718-495228408e58 2018-10-26 10:01:24,427 - nova_utils - INFO - Creating VM with name - CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-inst 2018-10-26 10:01:24,431 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589617d7e40c18f4be067a4675d2e02e8607303d" 2018-10-26 10:01:24,635 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:01:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f4a9fb08-4ad5-401a-8e8d-589014d4e6f4 x-compute-request-id: req-f4a9fb08-4ad5-401a-8e8d-589014d4e6f4 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "e88cca5c-d36c-4030-8f23-702b33043bd5", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/e88cca5c-d36c-4030-8f23-702b33043bd5", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/e88cca5c-d36c-4030-8f23-702b33043bd5", "rel": "bookmark"}], "name": "CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-flavor-name"}]} 2018-10-26 10:01:24,636 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-f4a9fb08-4ad5-401a-8e8d-589014d4e6f4 2018-10-26 10:01:24,639 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/e88cca5c-d36c-4030-8f23-702b33043bd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589617d7e40c18f4be067a4675d2e02e8607303d" 2018-10-26 10:01:24,659 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:01:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e8d8076b-9666-48a7-b79c-7671c5cd3aec x-compute-request-id: req-e8d8076b-9666-48a7-b79c-7671c5cd3aec Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/e88cca5c-d36c-4030-8f23-702b33043bd5", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/e88cca5c-d36c-4030-8f23-702b33043bd5", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "e88cca5c-d36c-4030-8f23-702b33043bd5", "name": "CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 10:01:24,660 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/e88cca5c-d36c-4030-8f23-702b33043bd5 used request id req-e8d8076b-9666-48a7-b79c-7671c5cd3aec 2018-10-26 10:01:24,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}589617d7e40c18f4be067a4675d2e02e8607303d" 2018-10-26 10:01:24,831 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1060 Content-Type: application/json X-Openstack-Request-Id: req-fe4a4ad7-62a7-421d-965c-bd9f01e6dbf5 Date: Fri, 26 Oct 2018 10:01:24 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:01:06Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T10:01:07Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/539c63da-7ac8-48b9-905f-b20eca3cf634/snap", "metadata": {}}], "self": "/v2/images/539c63da-7ac8-48b9-905f-b20eca3cf634", "min_disk": 0, "protected": false, "id": "539c63da-7ac8-48b9-905f-b20eca3cf634", "file": "/v2/images/539c63da-7ac8-48b9-905f-b20eca3cf634/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "59dd6d31faf74af6a6428a67bf61c419", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/539c63da-7ac8-48b9-905f-b20eca3cf634/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-image"} 2018-10-26 10:01:24,831 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-image used request id req-fe4a4ad7-62a7-421d-965c-bd9f01e6dbf5 2018-10-26 10:01:24,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}589617d7e40c18f4be067a4675d2e02e8607303d" 2018-10-26 10:01:24,998 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-684f7957-753f-48f2-aac7-e5be022c026d Date: Fri, 26 Oct 2018 10:01: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-26 10:01:24,998 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-684f7957-753f-48f2-aac7-e5be022c026d 2018-10-26 10:01:25,004 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589617d7e40c18f4be067a4675d2e02e8607303d" -d '{"server": {"name": "CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-inst", "imageRef": "539c63da-7ac8-48b9-905f-b20eca3cf634", "flavorRef": "e88cca5c-d36c-4030-8f23-702b33043bd5", "max_count": 1, "min_count": 1, "networks": [{"port": "d60cd392-9334-4249-bff1-d6bdf36645c3"}]}}' 2018-10-26 10:01:26,442 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10:01: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-2f06aa44-3822-4c2a-b154-fcf7a563131b x-compute-request-id: req-2f06aa44-3822-4c2a-b154-fcf7a563131b Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/37fe57cf-fd04-4f47-8576-5f1c96b88684 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "37fe57cf-fd04-4f47-8576-5f1c96b88684", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/37fe57cf-fd04-4f47-8576-5f1c96b88684", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/37fe57cf-fd04-4f47-8576-5f1c96b88684", "rel": "bookmark"}], "adminPass": "eDn3jw3TDQU9"}} 2018-10-26 10:01:26,442 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-2f06aa44-3822-4c2a-b154-fcf7a563131b 2018-10-26 10:01:26,446 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/37fe57cf-fd04-4f47-8576-5f1c96b88684 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589617d7e40c18f4be067a4675d2e02e8607303d" 2018-10-26 10:01:26,654 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:01:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d86a684a-ca5d-4b27-93af-7640a9f41ada x-compute-request-id: req-d86a684a-ca5d-4b27-93af-7640a9f41ada Content-Encoding: gzip Content-Length: 613 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/37fe57cf-fd04-4f47-8576-5f1c96b88684", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/37fe57cf-fd04-4f47-8576-5f1c96b88684", "rel": "bookmark"}], "image": {"id": "539c63da-7ac8-48b9-905f-b20eca3cf634", "links": [{"href": "http://172.30.9.21:8774/images/539c63da-7ac8-48b9-905f-b20eca3cf634", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e88cca5c-d36c-4030-8f23-702b33043bd5", "links": [{"href": "http://172.30.9.21:8774/flavors/e88cca5c-d36c-4030-8f23-702b33043bd5", "rel": "bookmark"}]}, "id": "37fe57cf-fd04-4f47-8576-5f1c96b88684", "user_id": "036e1675457540aa9c702fa26b6d50f0", "OS-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-26T10:01:26Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-inst", "created": "2018-10-26T10:01:26Z", "tenant_id": "59dd6d31faf74af6a6428a67bf61c419", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:01:26,654 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/37fe57cf-fd04-4f47-8576-5f1c96b88684 used request id req-d86a684a-ca5d-4b27-93af-7640a9f41ada 2018-10-26 10:01:26,654 - create_instance - INFO - Created instance with name - CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-inst 2018-10-26 10:01:26,657 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/37fe57cf-fd04-4f47-8576-5f1c96b88684 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589617d7e40c18f4be067a4675d2e02e8607303d" 2018-10-26 10:01:27,026 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:01:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e673dcf3-5164-4b39-97ef-7082a2f3828e x-compute-request-id: req-e673dcf3-5164-4b39-97ef-7082a2f3828e Content-Encoding: gzip Content-Length: 613 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/37fe57cf-fd04-4f47-8576-5f1c96b88684", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/37fe57cf-fd04-4f47-8576-5f1c96b88684", "rel": "bookmark"}], "image": {"id": "539c63da-7ac8-48b9-905f-b20eca3cf634", "links": [{"href": "http://172.30.9.21:8774/images/539c63da-7ac8-48b9-905f-b20eca3cf634", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e88cca5c-d36c-4030-8f23-702b33043bd5", "links": [{"href": "http://172.30.9.21:8774/flavors/e88cca5c-d36c-4030-8f23-702b33043bd5", "rel": "bookmark"}]}, "id": "37fe57cf-fd04-4f47-8576-5f1c96b88684", "user_id": "036e1675457540aa9c702fa26b6d50f0", "OS-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-26T10:01:26Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-inst", "created": "2018-10-26T10:01:26Z", "tenant_id": "59dd6d31faf74af6a6428a67bf61c419", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:01:27,027 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/37fe57cf-fd04-4f47-8576-5f1c96b88684 used request id req-e673dcf3-5164-4b39-97ef-7082a2f3828e 2018-10-26 10:01:27,027 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-inst] is - BUILD 2018-10-26 10:01:27,027 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:01:30,030 - create_instance - DEBUG - VM status query timeout in 896.62420392 2018-10-26 10:01:30,033 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/37fe57cf-fd04-4f47-8576-5f1c96b88684 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589617d7e40c18f4be067a4675d2e02e8607303d" 2018-10-26 10:01:30,537 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-ef896584-192e-48d8-8f6e-e76ced351eed x-compute-request-id: req-ef896584-192e-48d8-8f6e-e76ced351eed Content-Encoding: gzip Content-Length: 677 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/37fe57cf-fd04-4f47-8576-5f1c96b88684", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/37fe57cf-fd04-4f47-8576-5f1c96b88684", "rel": "bookmark"}], "image": {"id": "539c63da-7ac8-48b9-905f-b20eca3cf634", "links": [{"href": "http://172.30.9.21:8774/images/539c63da-7ac8-48b9-905f-b20eca3cf634", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e88cca5c-d36c-4030-8f23-702b33043bd5", "links": [{"href": "http://172.30.9.21:8774/flavors/e88cca5c-d36c-4030-8f23-702b33043bd5", "rel": "bookmark"}]}, "id": "37fe57cf-fd04-4f47-8576-5f1c96b88684", "security_groups": [{"name": "default"}], "user_id": "036e1675457540aa9c702fa26b6d50f0", "OS-DCF: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-26T10:01:27Z", "hostId": "564d8974da8a64ad4da5d03ef8815845b508eb46c495956620b1f5cf", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-inst", "created": "2018-10-26T10:01:26Z", "tenant_id": "59dd6d31faf74af6a6428a67bf61c419", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:01:30,538 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/37fe57cf-fd04-4f47-8576-5f1c96b88684 used request id req-ef896584-192e-48d8-8f6e-e76ced351eed 2018-10-26 10:01:30,538 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-inst] is - BUILD 2018-10-26 10:01:30,538 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:01:33,541 - create_instance - DEBUG - VM status query timeout in 893.113298893 2018-10-26 10:01:33,545 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/37fe57cf-fd04-4f47-8576-5f1c96b88684 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589617d7e40c18f4be067a4675d2e02e8607303d" 2018-10-26 10:01:34,029 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:01: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-1c52f8b5-68fc-4779-a421-5ef8727a463d x-compute-request-id: req-1c52f8b5-68fc-4779-a421-5ef8727a463d Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fa:ab:6d", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/37fe57cf-fd04-4f47-8576-5f1c96b88684", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/37fe57cf-fd04-4f47-8576-5f1c96b88684", "rel": "bookmark"}], "image": {"id": "539c63da-7ac8-48b9-905f-b20eca3cf634", "links": [{"href": "http://172.30.9.21:8774/images/539c63da-7ac8-48b9-905f-b20eca3cf634", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:01:31.000000", "flavor": {"id": "e88cca5c-d36c-4030-8f23-702b33043bd5", "links": [{"href": "http://172.30.9.21:8774/flavors/e88cca5c-d36c-4030-8f23-702b33043bd5", "rel": "bookmark"}]}, "id": "37fe57cf-fd04-4f47-8576-5f1c96b88684", "security_groups": [{"name": "default"}], "user_id": "036e1675457540aa9c702fa26b6d50f0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:01:31Z", "hostId": "564d8974da8a64ad4da5d03ef8815845b508eb46c495956620b1f5cf", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-inst", "created": "2018-10-26T10:01:26Z", "tenant_id": "59dd6d31faf74af6a6428a67bf61c419", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:01:34,030 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/37fe57cf-fd04-4f47-8576-5f1c96b88684 used request id req-1c52f8b5-68fc-4779-a421-5ef8727a463d 2018-10-26 10:01:34,030 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-inst] is - ACTIVE 2018-10-26 10:01:34,030 - create_instance - INFO - VM is - ACTIVE 2018-10-26 10:01:34,033 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/37fe57cf-fd04-4f47-8576-5f1c96b88684 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589617d7e40c18f4be067a4675d2e02e8607303d" 2018-10-26 10:01:34,220 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-8f932b6c-fbb9-4721-9eee-2c7f66400b9e x-compute-request-id: req-8f932b6c-fbb9-4721-9eee-2c7f66400b9e Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fa:ab:6d", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/37fe57cf-fd04-4f47-8576-5f1c96b88684", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/37fe57cf-fd04-4f47-8576-5f1c96b88684", "rel": "bookmark"}], "image": {"id": "539c63da-7ac8-48b9-905f-b20eca3cf634", "links": [{"href": "http://172.30.9.21:8774/images/539c63da-7ac8-48b9-905f-b20eca3cf634", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:01:31.000000", "flavor": {"id": "e88cca5c-d36c-4030-8f23-702b33043bd5", "links": [{"href": "http://172.30.9.21:8774/flavors/e88cca5c-d36c-4030-8f23-702b33043bd5", "rel": "bookmark"}]}, "id": "37fe57cf-fd04-4f47-8576-5f1c96b88684", "security_groups": [{"name": "default"}], "user_id": "036e1675457540aa9c702fa26b6d50f0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:01:31Z", "hostId": "564d8974da8a64ad4da5d03ef8815845b508eb46c495956620b1f5cf", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-inst", "created": "2018-10-26T10:01:26Z", "tenant_id": "59dd6d31faf74af6a6428a67bf61c419", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:01:34,220 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/37fe57cf-fd04-4f47-8576-5f1c96b88684 used request id req-8f932b6c-fbb9-4721-9eee-2c7f66400b9e 2018-10-26 10:01:34,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589617d7e40c18f4be067a4675d2e02e8607303d" 2018-10-26 10:01:34,490 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-b3e529f4-e3ce-4c33-aae5-e1e88b635f9a Date: Fri, 26 Oct 2018 10: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":["a9ede23d-eb04-4077-a4d2-78055f7d05a5"],"updated_at":"2018-10-26T10:01:11Z","tenant_id":"59dd6d31faf74af6a6428a67bf61c419","created_at":"2018-10-26T10:01:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"59dd6d31faf74af6a6428a67bf61c419","id":"3d523509-7674-410c-bd2c-d63f04be8fce","name":"CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-pub-net"}]} 2018-10-26 10:01:34,491 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-pub-net used request id req-b3e529f4-e3ce-4c33-aae5-e1e88b635f9a 2018-10-26 10:01:34,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/59dd6d31faf74af6a6428a67bf61c419 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589617d7e40c18f4be067a4675d2e02e8607303d" 2018-10-26 10:01:34,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:01:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e232c62-2468-48a4-9083-9add2752c378 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/59dd6d31faf74af6a6428a67bf61c419"}, "enabled": true, "id": "59dd6d31faf74af6a6428a67bf61c419", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-02e1983d-e533-451-proj"}} 2018-10-26 10:01:34,580 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/59dd6d31faf74af6a6428a67bf61c419 used request id req-6e232c62-2468-48a4-9083-9add2752c378 2018-10-26 10:01:34,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3d523509-7674-410c-bd2c-d63f04be8fce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589617d7e40c18f4be067a4675d2e02e8607303d" 2018-10-26 10:01:34,806 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-791d7605-5dfa-4107-acd4-55009e719312 Date: Fri, 26 Oct 2018 10:01:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3d523509-7674-410c-bd2c-d63f04be8fce","tenant_id":"59dd6d31faf74af6a6428a67bf61c419","created_at":"2018-10-26T10:01:11Z","dns_nameservers":[],"updated_at":"2018-10-26T10:01:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"59dd6d31faf74af6a6428a67bf61c419","id":"a9ede23d-eb04-4077-a4d2-78055f7d05a5","subnetpool_id":null,"name":"CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-pub-subnet"}]} 2018-10-26 10:01:34,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3d523509-7674-410c-bd2c-d63f04be8fce used request id req-791d7605-5dfa-4107-acd4-55009e719312 2018-10-26 10:01:34,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=3d523509-7674-410c-bd2c-d63f04be8fce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589617d7e40c18f4be067a4675d2e02e8607303d" 2018-10-26 10:01:35,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-67ab6583-a790-4da8-9093-44f9c2431552 Date: Fri, 26 Oct 2018 10:01:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:01:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a9ede23d-eb04-4077-a4d2-78055f7d05a5","ip_address":"10.55.0.4"}],"id":"372acffa-cc67-4e6a-9712-a4765da1ab5a","security_groups":[],"mac_address":"fa:16:3e:b3:9f:b6","project_id":"59dd6d31faf74af6a6428a67bf61c419","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3d523509-7674-410c-bd2c-d63f04be8fce","tenant_id":"59dd6d31faf74af6a6428a67bf61c419","created_at":"2018-10-26T10:01:13Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3d523509-7674-410c-bd2c-d63f04be8fce"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:01:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a9ede23d-eb04-4077-a4d2-78055f7d05a5","ip_address":"10.55.0.3"}],"id":"5f42df89-62f6-43ea-ae4c-aca2cbebb222","security_groups":[],"mac_address":"fa:16:3e:a3:0a:dc","project_id":"59dd6d31faf74af6a6428a67bf61c419","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3d523509-7674-410c-bd2c-d63f04be8fce","tenant_id":"59dd6d31faf74af6a6428a67bf61c419","created_at":"2018-10-26T10:01:12Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3d523509-7674-410c-bd2c-d63f04be8fce"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:01:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a9ede23d-eb04-4077-a4d2-78055f7d05a5","ip_address":"10.55.0.2"}],"id":"9898f37b-e584-43d5-9f45-aa44fb05f7cb","security_groups":[],"mac_address":"fa:16:3e:c1:4f:0a","project_id":"59dd6d31faf74af6a6428a67bf61c419","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3d523509-7674-410c-bd2c-d63f04be8fce","tenant_id":"59dd6d31faf74af6a6428a67bf61c419","created_at":"2018-10-26T10:01:11Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3d523509-7674-410c-bd2c-d63f04be8fce"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:01:31Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a9ede23d-eb04-4077-a4d2-78055f7d05a5","ip_address":"10.55.0.14"}],"id":"d60cd392-9334-4249-bff1-d6bdf36645c3","security_groups":["ead96ae5-5f5a-4191-987f-69e5ad77affc"],"mac_address":"fa:16:3e:fa:ab:6d","project_id":"59dd6d31faf74af6a6428a67bf61c419","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-port","admin_state_up":true,"network_id":"3d523509-7674-410c-bd2c-d63f04be8fce","tenant_id":"59dd6d31faf74af6a6428a67bf61c419","created_at":"2018-10-26T10:01:22Z","binding:vnic_type":"normal","device_id":"37fe57cf-fd04-4f47-8576-5f1c96b88684"}]} 2018-10-26 10:01:35,037 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=3d523509-7674-410c-bd2c-d63f04be8fce used request id req-67ab6583-a790-4da8-9093-44f9c2431552 2018-10-26 10:01:35,041 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/59dd6d31faf74af6a6428a67bf61c419/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589617d7e40c18f4be067a4675d2e02e8607303d" 2018-10-26 10:01:35,376 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:01:35 GMT Server: Apache x-compute-request-id: req-c3c94cfb-ca95-477b-a2eb-6ff77b7e2333 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c3c94cfb-ca95-477b-a2eb-6ff77b7e2333 Content-Encoding: gzip Content-Length: 519 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "036e1675457540aa9c702fa26b6d50f0", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/59dd6d31faf74af6a6428a67bf61c419/volumes/6ef061b2-5663-4b48-be7c-40eead13ee55", "rel": "self"}, {"href": "http://172.30.9.21:8776/59dd6d31faf74af6a6428a67bf61c419/volumes/6ef061b2-5663-4b48-be7c-40eead13ee55", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-26T10:01:18.000000", "description": null, "os-vol-tenant-attr:tenant_id": "59dd6d31faf74af6a6428a67bf61c419", "updated_at": "2018-10-26T10:01:18.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "6ef061b2-5663-4b48-be7c-40eead13ee55", "size": 1}, {"status": "available", "user_id": "036e1675457540aa9c702fa26b6d50f0", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/59dd6d31faf74af6a6428a67bf61c419/volumes/8b805702-2623-4e52-9c53-a49413b23e60", "rel": "self"}, {"href": "http://172.30.9.21:8776/59dd6d31faf74af6a6428a67bf61c419/volumes/8b805702-2623-4e52-9c53-a49413b23e60", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-26T10:01:13.000000", "description": null, "os-vol-tenant-attr:tenant_id": "59dd6d31faf74af6a6428a67bf61c419", "updated_at": "2018-10-26T10:01:13.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "8b805702-2623-4e52-9c53-a49413b23e60", "size": 1}]} 2018-10-26 10:01:35,376 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/59dd6d31faf74af6a6428a67bf61c419/volumes/detail used request id req-c3c94cfb-ca95-477b-a2eb-6ff77b7e2333 2018-10-26 10:01:35,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/59dd6d31faf74af6a6428a67bf61c419 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589617d7e40c18f4be067a4675d2e02e8607303d" 2018-10-26 10:01:35,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:01:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99e5aef1-39b2-4e3f-9cad-4811d3f3f640 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/59dd6d31faf74af6a6428a67bf61c419"}, "enabled": true, "id": "59dd6d31faf74af6a6428a67bf61c419", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-02e1983d-e533-451-proj"}} 2018-10-26 10:01:35,453 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/59dd6d31faf74af6a6428a67bf61c419 used request id req-99e5aef1-39b2-4e3f-9cad-4811d3f3f640 2018-10-26 10:01:35,456 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/37fe57cf-fd04-4f47-8576-5f1c96b88684 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589617d7e40c18f4be067a4675d2e02e8607303d" 2018-10-26 10:01:36,074 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:01:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fd8a1922-ece7-4963-9d99-ded292603fea x-compute-request-id: req-fd8a1922-ece7-4963-9d99-ded292603fea Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fa:ab:6d", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/37fe57cf-fd04-4f47-8576-5f1c96b88684", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/37fe57cf-fd04-4f47-8576-5f1c96b88684", "rel": "bookmark"}], "image": {"id": "539c63da-7ac8-48b9-905f-b20eca3cf634", "links": [{"href": "http://172.30.9.21:8774/images/539c63da-7ac8-48b9-905f-b20eca3cf634", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:01:31.000000", "flavor": {"id": "e88cca5c-d36c-4030-8f23-702b33043bd5", "links": [{"href": "http://172.30.9.21:8774/flavors/e88cca5c-d36c-4030-8f23-702b33043bd5", "rel": "bookmark"}]}, "id": "37fe57cf-fd04-4f47-8576-5f1c96b88684", "security_groups": [{"name": "default"}], "user_id": "036e1675457540aa9c702fa26b6d50f0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:01:31Z", "hostId": "564d8974da8a64ad4da5d03ef8815845b508eb46c495956620b1f5cf", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-inst", "created": "2018-10-26T10:01:26Z", "tenant_id": "59dd6d31faf74af6a6428a67bf61c419", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:01:36,075 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/37fe57cf-fd04-4f47-8576-5f1c96b88684 used request id req-fd8a1922-ece7-4963-9d99-ded292603fea 2018-10-26 10:01:36,075 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-inst] is - ACTIVE 2018-10-26 10:01:36,075 - create_instance - INFO - VM is - ACTIVE 2018-10-26 10:01:36,078 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/37fe57cf-fd04-4f47-8576-5f1c96b88684 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589617d7e40c18f4be067a4675d2e02e8607303d" 2018-10-26 10:01:36,832 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-a56689a0-758b-4aab-b3d0-47af9ef3edb5 x-compute-request-id: req-a56689a0-758b-4aab-b3d0-47af9ef3edb5 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fa:ab:6d", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/37fe57cf-fd04-4f47-8576-5f1c96b88684", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/37fe57cf-fd04-4f47-8576-5f1c96b88684", "rel": "bookmark"}], "image": {"id": "539c63da-7ac8-48b9-905f-b20eca3cf634", "links": [{"href": "http://172.30.9.21:8774/images/539c63da-7ac8-48b9-905f-b20eca3cf634", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:01:31.000000", "flavor": {"id": "e88cca5c-d36c-4030-8f23-702b33043bd5", "links": [{"href": "http://172.30.9.21:8774/flavors/e88cca5c-d36c-4030-8f23-702b33043bd5", "rel": "bookmark"}]}, "id": "37fe57cf-fd04-4f47-8576-5f1c96b88684", "security_groups": [{"name": "default"}], "user_id": "036e1675457540aa9c702fa26b6d50f0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:01:31Z", "hostId": "564d8974da8a64ad4da5d03ef8815845b508eb46c495956620b1f5cf", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-inst", "created": "2018-10-26T10:01:26Z", "tenant_id": "59dd6d31faf74af6a6428a67bf61c419", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:01:36,832 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/37fe57cf-fd04-4f47-8576-5f1c96b88684 used request id req-a56689a0-758b-4aab-b3d0-47af9ef3edb5 2018-10-26 10:01:36,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589617d7e40c18f4be067a4675d2e02e8607303d" 2018-10-26 10:01:36,935 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-48a44d20-b7b5-4822-918c-89c5a6f90e18 Date: Fri, 26 Oct 2018 10: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":["a9ede23d-eb04-4077-a4d2-78055f7d05a5"],"updated_at":"2018-10-26T10:01:11Z","tenant_id":"59dd6d31faf74af6a6428a67bf61c419","created_at":"2018-10-26T10:01:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"59dd6d31faf74af6a6428a67bf61c419","id":"3d523509-7674-410c-bd2c-d63f04be8fce","name":"CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-pub-net"}]} 2018-10-26 10:01:36,935 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-pub-net used request id req-48a44d20-b7b5-4822-918c-89c5a6f90e18 2018-10-26 10:01:36,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/59dd6d31faf74af6a6428a67bf61c419 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589617d7e40c18f4be067a4675d2e02e8607303d" 2018-10-26 10:01:37,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:01:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59649a32-a87c-423d-8080-56cb3c765552 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/59dd6d31faf74af6a6428a67bf61c419"}, "enabled": true, "id": "59dd6d31faf74af6a6428a67bf61c419", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-02e1983d-e533-451-proj"}} 2018-10-26 10:01:37,023 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/59dd6d31faf74af6a6428a67bf61c419 used request id req-59649a32-a87c-423d-8080-56cb3c765552 2018-10-26 10:01:37,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3d523509-7674-410c-bd2c-d63f04be8fce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589617d7e40c18f4be067a4675d2e02e8607303d" 2018-10-26 10:01:37,085 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-61e76199-1a14-4afa-8101-de7e18ae0902 Date: Fri, 26 Oct 2018 10:01:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3d523509-7674-410c-bd2c-d63f04be8fce","tenant_id":"59dd6d31faf74af6a6428a67bf61c419","created_at":"2018-10-26T10:01:11Z","dns_nameservers":[],"updated_at":"2018-10-26T10:01:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"59dd6d31faf74af6a6428a67bf61c419","id":"a9ede23d-eb04-4077-a4d2-78055f7d05a5","subnetpool_id":null,"name":"CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-pub-subnet"}]} 2018-10-26 10:01:37,085 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3d523509-7674-410c-bd2c-d63f04be8fce used request id req-61e76199-1a14-4afa-8101-de7e18ae0902 2018-10-26 10:01:37,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=3d523509-7674-410c-bd2c-d63f04be8fce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589617d7e40c18f4be067a4675d2e02e8607303d" 2018-10-26 10:01:37,330 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-6467a62f-da93-47c0-889d-d670af55ac7f Date: Fri, 26 Oct 2018 10:01:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:01:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a9ede23d-eb04-4077-a4d2-78055f7d05a5","ip_address":"10.55.0.4"}],"id":"372acffa-cc67-4e6a-9712-a4765da1ab5a","security_groups":[],"mac_address":"fa:16:3e:b3:9f:b6","project_id":"59dd6d31faf74af6a6428a67bf61c419","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3d523509-7674-410c-bd2c-d63f04be8fce","tenant_id":"59dd6d31faf74af6a6428a67bf61c419","created_at":"2018-10-26T10:01:13Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3d523509-7674-410c-bd2c-d63f04be8fce"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:01:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a9ede23d-eb04-4077-a4d2-78055f7d05a5","ip_address":"10.55.0.3"}],"id":"5f42df89-62f6-43ea-ae4c-aca2cbebb222","security_groups":[],"mac_address":"fa:16:3e:a3:0a:dc","project_id":"59dd6d31faf74af6a6428a67bf61c419","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3d523509-7674-410c-bd2c-d63f04be8fce","tenant_id":"59dd6d31faf74af6a6428a67bf61c419","created_at":"2018-10-26T10:01:12Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3d523509-7674-410c-bd2c-d63f04be8fce"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:01:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a9ede23d-eb04-4077-a4d2-78055f7d05a5","ip_address":"10.55.0.2"}],"id":"9898f37b-e584-43d5-9f45-aa44fb05f7cb","security_groups":[],"mac_address":"fa:16:3e:c1:4f:0a","project_id":"59dd6d31faf74af6a6428a67bf61c419","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3d523509-7674-410c-bd2c-d63f04be8fce","tenant_id":"59dd6d31faf74af6a6428a67bf61c419","created_at":"2018-10-26T10:01:11Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3d523509-7674-410c-bd2c-d63f04be8fce"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:01:31Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a9ede23d-eb04-4077-a4d2-78055f7d05a5","ip_address":"10.55.0.14"}],"id":"d60cd392-9334-4249-bff1-d6bdf36645c3","security_groups":["ead96ae5-5f5a-4191-987f-69e5ad77affc"],"mac_address":"fa:16:3e:fa:ab:6d","project_id":"59dd6d31faf74af6a6428a67bf61c419","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-port","admin_state_up":true,"network_id":"3d523509-7674-410c-bd2c-d63f04be8fce","tenant_id":"59dd6d31faf74af6a6428a67bf61c419","created_at":"2018-10-26T10:01:22Z","binding:vnic_type":"normal","device_id":"37fe57cf-fd04-4f47-8576-5f1c96b88684"}]} 2018-10-26 10:01:37,330 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=3d523509-7674-410c-bd2c-d63f04be8fce used request id req-6467a62f-da93-47c0-889d-d670af55ac7f 2018-10-26 10:01:37,333 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/37fe57cf-fd04-4f47-8576-5f1c96b88684/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589617d7e40c18f4be067a4675d2e02e8607303d" -d '{"volumeAttachment": {"volumeId": "8b805702-2623-4e52-9c53-a49413b23e60"}}' 2018-10-26 10:01:38,200 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:01:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7ba359a4-071f-4398-bc41-bcd62edec506 x-compute-request-id: req-7ba359a4-071f-4398-bc41-bcd62edec506 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "37fe57cf-fd04-4f47-8576-5f1c96b88684", "id": "8b805702-2623-4e52-9c53-a49413b23e60", "volumeId": "8b805702-2623-4e52-9c53-a49413b23e60"}} 2018-10-26 10:01:38,201 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/37fe57cf-fd04-4f47-8576-5f1c96b88684/os-volume_attachments used request id req-7ba359a4-071f-4398-bc41-bcd62edec506 2018-10-26 10:01:38,204 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/37fe57cf-fd04-4f47-8576-5f1c96b88684 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589617d7e40c18f4be067a4675d2e02e8607303d" 2018-10-26 10:01:38,518 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:01:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-284c1255-cb00-46ef-877e-0d571a3e29bd x-compute-request-id: req-284c1255-cb00-46ef-877e-0d571a3e29bd Content-Encoding: gzip Content-Length: 778 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fa:ab:6d", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/37fe57cf-fd04-4f47-8576-5f1c96b88684", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/37fe57cf-fd04-4f47-8576-5f1c96b88684", "rel": "bookmark"}], "image": {"id": "539c63da-7ac8-48b9-905f-b20eca3cf634", "links": [{"href": "http://172.30.9.21:8774/images/539c63da-7ac8-48b9-905f-b20eca3cf634", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:01:31.000000", "flavor": {"id": "e88cca5c-d36c-4030-8f23-702b33043bd5", "links": [{"href": "http://172.30.9.21:8774/flavors/e88cca5c-d36c-4030-8f23-702b33043bd5", "rel": "bookmark"}]}, "id": "37fe57cf-fd04-4f47-8576-5f1c96b88684", "security_groups": [{"name": "default"}], "user_id": "036e1675457540aa9c702fa26b6d50f0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:01:31Z", "hostId": "564d8974da8a64ad4da5d03ef8815845b508eb46c495956620b1f5cf", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-inst", "created": "2018-10-26T10:01:26Z", "tenant_id": "59dd6d31faf74af6a6428a67bf61c419", "os-extended-volumes:volumes_attached": [{"id": "8b805702-2623-4e52-9c53-a49413b23e60"}], "metadata": {}}} 2018-10-26 10:01:38,519 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/37fe57cf-fd04-4f47-8576-5f1c96b88684 used request id req-284c1255-cb00-46ef-877e-0d571a3e29bd 2018-10-26 10:01:38,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589617d7e40c18f4be067a4675d2e02e8607303d" 2018-10-26 10:01:38,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-214d732a-42e0-437d-9c54-1395cfb82b11 Date: Fri, 26 Oct 2018 10:01: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":["a9ede23d-eb04-4077-a4d2-78055f7d05a5"],"updated_at":"2018-10-26T10:01:11Z","tenant_id":"59dd6d31faf74af6a6428a67bf61c419","created_at":"2018-10-26T10:01:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"59dd6d31faf74af6a6428a67bf61c419","id":"3d523509-7674-410c-bd2c-d63f04be8fce","name":"CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-pub-net"}]} 2018-10-26 10:01:38,622 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-pub-net used request id req-214d732a-42e0-437d-9c54-1395cfb82b11 2018-10-26 10:01:38,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/59dd6d31faf74af6a6428a67bf61c419 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589617d7e40c18f4be067a4675d2e02e8607303d" 2018-10-26 10:01:38,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:01:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c112a5a9-f114-44e2-beb1-ff77785e77c8 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/59dd6d31faf74af6a6428a67bf61c419"}, "enabled": true, "id": "59dd6d31faf74af6a6428a67bf61c419", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-02e1983d-e533-451-proj"}} 2018-10-26 10:01:38,706 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/59dd6d31faf74af6a6428a67bf61c419 used request id req-c112a5a9-f114-44e2-beb1-ff77785e77c8 2018-10-26 10:01:38,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3d523509-7674-410c-bd2c-d63f04be8fce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589617d7e40c18f4be067a4675d2e02e8607303d" 2018-10-26 10:01:38,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-fea66813-8e0d-45ed-8530-0b4523127417 Date: Fri, 26 Oct 2018 10:01:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3d523509-7674-410c-bd2c-d63f04be8fce","tenant_id":"59dd6d31faf74af6a6428a67bf61c419","created_at":"2018-10-26T10:01:11Z","dns_nameservers":[],"updated_at":"2018-10-26T10:01:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"59dd6d31faf74af6a6428a67bf61c419","id":"a9ede23d-eb04-4077-a4d2-78055f7d05a5","subnetpool_id":null,"name":"CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-pub-subnet"}]} 2018-10-26 10:01:38,765 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3d523509-7674-410c-bd2c-d63f04be8fce used request id req-fea66813-8e0d-45ed-8530-0b4523127417 2018-10-26 10:01:38,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=3d523509-7674-410c-bd2c-d63f04be8fce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589617d7e40c18f4be067a4675d2e02e8607303d" 2018-10-26 10:01:38,858 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-818cb5b6-6c4c-4215-87d1-f3394688834a Date: Fri, 26 Oct 2018 10:01:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:01:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a9ede23d-eb04-4077-a4d2-78055f7d05a5","ip_address":"10.55.0.4"}],"id":"372acffa-cc67-4e6a-9712-a4765da1ab5a","security_groups":[],"mac_address":"fa:16:3e:b3:9f:b6","project_id":"59dd6d31faf74af6a6428a67bf61c419","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3d523509-7674-410c-bd2c-d63f04be8fce","tenant_id":"59dd6d31faf74af6a6428a67bf61c419","created_at":"2018-10-26T10:01:13Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3d523509-7674-410c-bd2c-d63f04be8fce"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:01:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a9ede23d-eb04-4077-a4d2-78055f7d05a5","ip_address":"10.55.0.3"}],"id":"5f42df89-62f6-43ea-ae4c-aca2cbebb222","security_groups":[],"mac_address":"fa:16:3e:a3:0a:dc","project_id":"59dd6d31faf74af6a6428a67bf61c419","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3d523509-7674-410c-bd2c-d63f04be8fce","tenant_id":"59dd6d31faf74af6a6428a67bf61c419","created_at":"2018-10-26T10:01:12Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3d523509-7674-410c-bd2c-d63f04be8fce"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:01:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a9ede23d-eb04-4077-a4d2-78055f7d05a5","ip_address":"10.55.0.2"}],"id":"9898f37b-e584-43d5-9f45-aa44fb05f7cb","security_groups":[],"mac_address":"fa:16:3e:c1:4f:0a","project_id":"59dd6d31faf74af6a6428a67bf61c419","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3d523509-7674-410c-bd2c-d63f04be8fce","tenant_id":"59dd6d31faf74af6a6428a67bf61c419","created_at":"2018-10-26T10:01:11Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3d523509-7674-410c-bd2c-d63f04be8fce"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:01:31Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a9ede23d-eb04-4077-a4d2-78055f7d05a5","ip_address":"10.55.0.14"}],"id":"d60cd392-9334-4249-bff1-d6bdf36645c3","security_groups":["ead96ae5-5f5a-4191-987f-69e5ad77affc"],"mac_address":"fa:16:3e:fa:ab:6d","project_id":"59dd6d31faf74af6a6428a67bf61c419","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-port","admin_state_up":true,"network_id":"3d523509-7674-410c-bd2c-d63f04be8fce","tenant_id":"59dd6d31faf74af6a6428a67bf61c419","created_at":"2018-10-26T10:01:22Z","binding:vnic_type":"normal","device_id":"37fe57cf-fd04-4f47-8576-5f1c96b88684"}]} 2018-10-26 10:01:38,858 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=3d523509-7674-410c-bd2c-d63f04be8fce used request id req-818cb5b6-6c4c-4215-87d1-f3394688834a 2018-10-26 10:01:38,859 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:01:39,228 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c7a6ebf19dae46f9b665d7d1a17ae08f", "name": "CreateInstanceVolumeTests-02e1983d-e533-451-proj-role"}], "expires_at": "2018-10-26T11:01:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "59dd6d31faf74af6a6428a67bf61c419", "name": "CreateInstanceVolumeTests-02e1983d-e533-451-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/59dd6d31faf74af6a6428a67bf61c419", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/59dd6d31faf74af6a6428a67bf61c419", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/59dd6d31faf74af6a6428a67bf61c419", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/59dd6d31faf74af6a6428a67bf61c419", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/59dd6d31faf74af6a6428a67bf61c419", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/59dd6d31faf74af6a6428a67bf61c419", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/59dd6d31faf74af6a6428a67bf61c419", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/59dd6d31faf74af6a6428a67bf61c419", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/59dd6d31faf74af6a6428a67bf61c419", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/59dd6d31faf74af6a6428a67bf61c419", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/59dd6d31faf74af6a6428a67bf61c419", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/59dd6d31faf74af6a6428a67bf61c419", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-02e1983d-e533-451-user", "id": "036e1675457540aa9c702fa26b6d50f0"}, "audit_ids": ["YajLsHEzSe2pMUa7-ndnGA"], "issued_at": "2018-10-26T10:01:39.000000Z"}} 2018-10-26 10:01:39,231 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a77fa5abc36e702367df1270ebcbb966c512701f" 2018-10-26 10:01:40,136 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-46bcdd50-7aeb-498a-bbef-0f693260b3d3 x-compute-request-id: req-46bcdd50-7aeb-498a-bbef-0f693260b3d3 Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fa:ab:6d", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/37fe57cf-fd04-4f47-8576-5f1c96b88684", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/37fe57cf-fd04-4f47-8576-5f1c96b88684", "rel": "bookmark"}], "image": {"id": "539c63da-7ac8-48b9-905f-b20eca3cf634", "links": [{"href": "http://172.30.9.21:8774/images/539c63da-7ac8-48b9-905f-b20eca3cf634", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:01:31.000000", "flavor": {"id": "e88cca5c-d36c-4030-8f23-702b33043bd5", "links": [{"href": "http://172.30.9.21:8774/flavors/e88cca5c-d36c-4030-8f23-702b33043bd5", "rel": "bookmark"}]}, "id": "37fe57cf-fd04-4f47-8576-5f1c96b88684", "security_groups": [{"name": "default"}], "user_id": "036e1675457540aa9c702fa26b6d50f0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:01:31Z", "hostId": "564d8974da8a64ad4da5d03ef8815845b508eb46c495956620b1f5cf", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-inst", "created": "2018-10-26T10:01:26Z", "tenant_id": "59dd6d31faf74af6a6428a67bf61c419", "os-extended-volumes:volumes_attached": [{"id": "8b805702-2623-4e52-9c53-a49413b23e60"}], "metadata": {}}]} 2018-10-26 10:01:40,136 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-inst used request id req-46bcdd50-7aeb-498a-bbef-0f693260b3d3 2018-10-26 10:01:40,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a77fa5abc36e702367df1270ebcbb966c512701f" 2018-10-26 10:01:40,374 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-c97c1a8a-2175-4e8d-a0e8-ff706a56c6cd Date: Fri, 26 Oct 2018 10:01: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":["a9ede23d-eb04-4077-a4d2-78055f7d05a5"],"updated_at":"2018-10-26T10:01:11Z","tenant_id":"59dd6d31faf74af6a6428a67bf61c419","created_at":"2018-10-26T10:01:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"59dd6d31faf74af6a6428a67bf61c419","id":"3d523509-7674-410c-bd2c-d63f04be8fce","name":"CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-pub-net"}]} 2018-10-26 10:01:40,374 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-pub-net used request id req-c97c1a8a-2175-4e8d-a0e8-ff706a56c6cd 2018-10-26 10:01:40,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3d523509-7674-410c-bd2c-d63f04be8fce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a77fa5abc36e702367df1270ebcbb966c512701f" 2018-10-26 10:01:40,588 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-7f9b9f19-a1fb-4f3e-9000-7fc6041f43af Date: Fri, 26 Oct 2018 10:01:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3d523509-7674-410c-bd2c-d63f04be8fce","tenant_id":"59dd6d31faf74af6a6428a67bf61c419","created_at":"2018-10-26T10:01:11Z","dns_nameservers":[],"updated_at":"2018-10-26T10:01:11Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"59dd6d31faf74af6a6428a67bf61c419","id":"a9ede23d-eb04-4077-a4d2-78055f7d05a5","subnetpool_id":null,"name":"CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-pub-subnet"}]} 2018-10-26 10:01:40,588 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3d523509-7674-410c-bd2c-d63f04be8fce used request id req-7f9b9f19-a1fb-4f3e-9000-7fc6041f43af 2018-10-26 10:01:40,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=3d523509-7674-410c-bd2c-d63f04be8fce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a77fa5abc36e702367df1270ebcbb966c512701f" 2018-10-26 10:01:40,831 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-bd2b25d3-21dd-4ab0-8cef-8c6db9c59113 Date: Fri, 26 Oct 2018 10:01:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:01:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a9ede23d-eb04-4077-a4d2-78055f7d05a5","ip_address":"10.55.0.4"}],"id":"372acffa-cc67-4e6a-9712-a4765da1ab5a","security_groups":[],"mac_address":"fa:16:3e:b3:9f:b6","project_id":"59dd6d31faf74af6a6428a67bf61c419","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3d523509-7674-410c-bd2c-d63f04be8fce","tenant_id":"59dd6d31faf74af6a6428a67bf61c419","created_at":"2018-10-26T10:01:13Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3d523509-7674-410c-bd2c-d63f04be8fce"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:01:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a9ede23d-eb04-4077-a4d2-78055f7d05a5","ip_address":"10.55.0.3"}],"id":"5f42df89-62f6-43ea-ae4c-aca2cbebb222","security_groups":[],"mac_address":"fa:16:3e:a3:0a:dc","project_id":"59dd6d31faf74af6a6428a67bf61c419","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3d523509-7674-410c-bd2c-d63f04be8fce","tenant_id":"59dd6d31faf74af6a6428a67bf61c419","created_at":"2018-10-26T10:01:12Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3d523509-7674-410c-bd2c-d63f04be8fce"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:01:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a9ede23d-eb04-4077-a4d2-78055f7d05a5","ip_address":"10.55.0.2"}],"id":"9898f37b-e584-43d5-9f45-aa44fb05f7cb","security_groups":[],"mac_address":"fa:16:3e:c1:4f:0a","project_id":"59dd6d31faf74af6a6428a67bf61c419","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3d523509-7674-410c-bd2c-d63f04be8fce","tenant_id":"59dd6d31faf74af6a6428a67bf61c419","created_at":"2018-10-26T10:01:11Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3d523509-7674-410c-bd2c-d63f04be8fce"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:01:31Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a9ede23d-eb04-4077-a4d2-78055f7d05a5","ip_address":"10.55.0.14"}],"id":"d60cd392-9334-4249-bff1-d6bdf36645c3","security_groups":["ead96ae5-5f5a-4191-987f-69e5ad77affc"],"mac_address":"fa:16:3e:fa:ab:6d","project_id":"59dd6d31faf74af6a6428a67bf61c419","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-port","admin_state_up":true,"network_id":"3d523509-7674-410c-bd2c-d63f04be8fce","tenant_id":"59dd6d31faf74af6a6428a67bf61c419","created_at":"2018-10-26T10:01:22Z","binding:vnic_type":"normal","device_id":"37fe57cf-fd04-4f47-8576-5f1c96b88684"}]} 2018-10-26 10:01:40,831 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=3d523509-7674-410c-bd2c-d63f04be8fce used request id req-bd2b25d3-21dd-4ab0-8cef-8c6db9c59113 2018-10-26 10:01:40,832 - create_instance - INFO - Deleting Port with ID - d60cd392-9334-4249-bff1-d6bdf36645c3 2018-10-26 10:01:40,832 - neutron_utils - INFO - Deleting port with name CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-port 2018-10-26 10:01:40,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/d60cd392-9334-4249-bff1-d6bdf36645c3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589617d7e40c18f4be067a4675d2e02e8607303d" 2018-10-26 10:01:41,272 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6325a2d0-bc7f-420d-a62e-a1b8f00f7a33 Date: Fri, 26 Oct 2018 10:01:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:01:41,272 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/d60cd392-9334-4249-bff1-d6bdf36645c3 used request id req-6325a2d0-bc7f-420d-a62e-a1b8f00f7a33 2018-10-26 10:01:41,275 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/59dd6d31faf74af6a6428a67bf61c419/volumes/8b805702-2623-4e52-9c53-a49413b23e60 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c3c94cfb-ca95-477b-a2eb-6ff77b7e2333" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589617d7e40c18f4be067a4675d2e02e8607303d" 2018-10-26 10:01:41,479 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:01:41 GMT Server: Apache x-compute-request-id: req-c4e3d8d3-743d-4505-9ad6-2e484439a1a1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c4e3d8d3-743d-4505-9ad6-2e484439a1a1 Content-Encoding: gzip Content-Length: 579 Content-Type: application/json RESP BODY: {"volume": {"status": "in-use", "user_id": "036e1675457540aa9c702fa26b6d50f0", "attachments": [{"server_id": "37fe57cf-fd04-4f47-8576-5f1c96b88684", "attachment_id": "19a35587-748a-4b4e-9beb-6e04c659a1cb", "attached_at": "2018-10-26T10:01:39.000000", "host_name": null, "volume_id": "8b805702-2623-4e52-9c53-a49413b23e60", "device": "/dev/vdb", "id": "8b805702-2623-4e52-9c53-a49413b23e60"}], "links": [{"href": "http://172.30.9.21:8776/v3/59dd6d31faf74af6a6428a67bf61c419/volumes/8b805702-2623-4e52-9c53-a49413b23e60", "rel": "self"}, {"href": "http://172.30.9.21:8776/59dd6d31faf74af6a6428a67bf61c419/volumes/8b805702-2623-4e52-9c53-a49413b23e60", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-26T10:01:13.000000", "description": null, "os-vol-tenant-attr:tenant_id": "59dd6d31faf74af6a6428a67bf61c419", "updated_at": "2018-10-26T10:01:39.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "8b805702-2623-4e52-9c53-a49413b23e60", "size": 1}} 2018-10-26 10:01:41,480 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/59dd6d31faf74af6a6428a67bf61c419/volumes/8b805702-2623-4e52-9c53-a49413b23e60 used request id req-c4e3d8d3-743d-4505-9ad6-2e484439a1a1 2018-10-26 10:01:41,483 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/37fe57cf-fd04-4f47-8576-5f1c96b88684/os-volume_attachments/8b805702-2623-4e52-9c53-a49413b23e60 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589617d7e40c18f4be067a4675d2e02e8607303d" 2018-10-26 10:01:42,487 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10: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 x-openstack-request-id: req-293fd794-06ff-433b-b23c-94cbbabdc04e x-compute-request-id: req-293fd794-06ff-433b-b23c-94cbbabdc04e Content-Length: 0 Content-Type: application/json 2018-10-26 10:01:42,487 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/37fe57cf-fd04-4f47-8576-5f1c96b88684/os-volume_attachments/8b805702-2623-4e52-9c53-a49413b23e60 used request id req-293fd794-06ff-433b-b23c-94cbbabdc04e 2018-10-26 10:01:42,491 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/37fe57cf-fd04-4f47-8576-5f1c96b88684 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589617d7e40c18f4be067a4675d2e02e8607303d" 2018-10-26 10:01:42,742 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:01:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7cf05e58-99f4-4038-bdd7-a70d01e5cd52 x-compute-request-id: req-7cf05e58-99f4-4038-bdd7-a70d01e5cd52 Content-Encoding: gzip Content-Length: 683 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/37fe57cf-fd04-4f47-8576-5f1c96b88684", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/37fe57cf-fd04-4f47-8576-5f1c96b88684", "rel": "bookmark"}], "image": {"id": "539c63da-7ac8-48b9-905f-b20eca3cf634", "links": [{"href": "http://172.30.9.21:8774/images/539c63da-7ac8-48b9-905f-b20eca3cf634", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:01:31.000000", "flavor": {"id": "e88cca5c-d36c-4030-8f23-702b33043bd5", "links": [{"href": "http://172.30.9.21:8774/flavors/e88cca5c-d36c-4030-8f23-702b33043bd5", "rel": "bookmark"}]}, "id": "37fe57cf-fd04-4f47-8576-5f1c96b88684", "user_id": "036e1675457540aa9c702fa26b6d50f0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:01:39Z", "hostId": "564d8974da8a64ad4da5d03ef8815845b508eb46c495956620b1f5cf", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-inst", "created": "2018-10-26T10:01:26Z", "tenant_id": "59dd6d31faf74af6a6428a67bf61c419", "os-extended-volumes:volumes_attached": [{"id": "8b805702-2623-4e52-9c53-a49413b23e60"}], "metadata": {}}} 2018-10-26 10:01:42,742 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/37fe57cf-fd04-4f47-8576-5f1c96b88684 used request id req-7cf05e58-99f4-4038-bdd7-a70d01e5cd52 2018-10-26 10:01:45,748 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/37fe57cf-fd04-4f47-8576-5f1c96b88684 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589617d7e40c18f4be067a4675d2e02e8607303d" 2018-10-26 10:01:46,013 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:01:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c8c7f77c-a73c-4b5a-b642-ce963bda4dda x-compute-request-id: req-c8c7f77c-a73c-4b5a-b642-ce963bda4dda Content-Encoding: gzip Content-Length: 658 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/37fe57cf-fd04-4f47-8576-5f1c96b88684", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/37fe57cf-fd04-4f47-8576-5f1c96b88684", "rel": "bookmark"}], "image": {"id": "539c63da-7ac8-48b9-905f-b20eca3cf634", "links": [{"href": "http://172.30.9.21:8774/images/539c63da-7ac8-48b9-905f-b20eca3cf634", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:01:31.000000", "flavor": {"id": "e88cca5c-d36c-4030-8f23-702b33043bd5", "links": [{"href": "http://172.30.9.21:8774/flavors/e88cca5c-d36c-4030-8f23-702b33043bd5", "rel": "bookmark"}]}, "id": "37fe57cf-fd04-4f47-8576-5f1c96b88684", "user_id": "036e1675457540aa9c702fa26b6d50f0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:01:39Z", "hostId": "564d8974da8a64ad4da5d03ef8815845b508eb46c495956620b1f5cf", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-inst", "created": "2018-10-26T10:01:26Z", "tenant_id": "59dd6d31faf74af6a6428a67bf61c419", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:01:46,013 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/37fe57cf-fd04-4f47-8576-5f1c96b88684 used request id req-c8c7f77c-a73c-4b5a-b642-ce963bda4dda 2018-10-26 10:01:46,014 - create_instance - INFO - Deleting VM instance - CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-inst 2018-10-26 10:01:46,017 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/37fe57cf-fd04-4f47-8576-5f1c96b88684 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589617d7e40c18f4be067a4675d2e02e8607303d" 2018-10-26 10:01:46,180 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10: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 x-openstack-request-id: req-e1a02591-2b47-4da3-985a-1c168f9547b3 x-compute-request-id: req-e1a02591-2b47-4da3-985a-1c168f9547b3 Content-Type: application/json 2018-10-26 10:01:46,180 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/37fe57cf-fd04-4f47-8576-5f1c96b88684 used request id req-e1a02591-2b47-4da3-985a-1c168f9547b3 2018-10-26 10:01:46,181 - create_instance - INFO - Checking deletion status 2018-10-26 10:01:46,183 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/37fe57cf-fd04-4f47-8576-5f1c96b88684 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589617d7e40c18f4be067a4675d2e02e8607303d" 2018-10-26 10:01:46,459 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-4575f9ac-150a-46a5-a4c0-9b7382a012d4 x-compute-request-id: req-4575f9ac-150a-46a5-a4c0-9b7382a012d4 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.21:8774/v2.1/servers/37fe57cf-fd04-4f47-8576-5f1c96b88684", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/37fe57cf-fd04-4f47-8576-5f1c96b88684", "rel": "bookmark"}], "image": {"id": "539c63da-7ac8-48b9-905f-b20eca3cf634", "links": [{"href": "http://172.30.9.21:8774/images/539c63da-7ac8-48b9-905f-b20eca3cf634", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:01:31.000000", "flavor": {"id": "e88cca5c-d36c-4030-8f23-702b33043bd5", "links": [{"href": "http://172.30.9.21:8774/flavors/e88cca5c-d36c-4030-8f23-702b33043bd5", "rel": "bookmark"}]}, "id": "37fe57cf-fd04-4f47-8576-5f1c96b88684", "user_id": "036e1675457540aa9c702fa26b6d50f0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:01:46Z", "hostId": "564d8974da8a64ad4da5d03ef8815845b508eb46c495956620b1f5cf", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-inst", "created": "2018-10-26T10:01:26Z", "tenant_id": "59dd6d31faf74af6a6428a67bf61c419", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:01:46,459 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/37fe57cf-fd04-4f47-8576-5f1c96b88684 used request id req-4575f9ac-150a-46a5-a4c0-9b7382a012d4 2018-10-26 10:01:46,459 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-inst] is - ACTIVE 2018-10-26 10:01:46,459 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:01:49,463 - create_instance - DEBUG - VM status query timeout in 296.718014002 2018-10-26 10:01:49,466 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/37fe57cf-fd04-4f47-8576-5f1c96b88684 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589617d7e40c18f4be067a4675d2e02e8607303d" 2018-10-26 10:01:49,524 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 10: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 x-openstack-request-id: req-939c894d-96e8-4310-8ef2-3d48e3197c50 x-compute-request-id: req-939c894d-96e8-4310-8ef2-3d48e3197c50 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 37fe57cf-fd04-4f47-8576-5f1c96b88684 could not be found.", "code": 404}} 2018-10-26 10:01:49,524 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/37fe57cf-fd04-4f47-8576-5f1c96b88684 used request id req-939c894d-96e8-4310-8ef2-3d48e3197c50 2018-10-26 10:01:49,524 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 37fe57cf-fd04-4f47-8576-5f1c96b88684 could not be found. (HTTP 404) (Request-ID: req-939c894d-96e8-4310-8ef2-3d48e3197c50) 2018-10-26 10:01:49,524 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-inst 2018-10-26 10:01:49,528 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/e88cca5c-d36c-4030-8f23-702b33043bd5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c9da32db52b5b214fd5ad302397d26c95f67b58" 2018-10-26 10:01:49,570 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10: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 x-openstack-request-id: req-2148232d-8739-4cc9-bb3c-6e5c6a3f6eb3 x-compute-request-id: req-2148232d-8739-4cc9-bb3c-6e5c6a3f6eb3 Content-Length: 0 Content-Type: application/json 2018-10-26 10:01:49,570 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/e88cca5c-d36c-4030-8f23-702b33043bd5 used request id req-2148232d-8739-4cc9-bb3c-6e5c6a3f6eb3 2018-10-26 10:01:49,571 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-pub-subnet 2018-10-26 10:01:49,571 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-pub-subnet 2018-10-26 10:01:49,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/a9ede23d-eb04-4077-a4d2-78055f7d05a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45072289f45378c24e2f4e00573de3e923dbd96a" 2018-10-26 10:01:51,919 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-99997041-173b-414d-8849-119045359627 Date: Fri, 26 Oct 2018 10:01:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:01:51,919 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/a9ede23d-eb04-4077-a4d2-78055f7d05a5 used request id req-99997041-173b-414d-8849-119045359627 2018-10-26 10:01:51,919 - neutron_utils - INFO - Deleting network with name CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-pub-net 2018-10-26 10:01:51,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/3d523509-7674-410c-bd2c-d63f04be8fce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}45072289f45378c24e2f4e00573de3e923dbd96a" 2018-10-26 10:01:53,296 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-043d7bbd-7584-4af2-a1c2-83cf8add3eda Date: Fri, 26 Oct 2018 10:01:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:01:53,297 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/3d523509-7674-410c-bd2c-d63f04be8fce used request id req-043d7bbd-7584-4af2-a1c2-83cf8add3eda 2018-10-26 10:01:53,300 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/59dd6d31faf74af6a6428a67bf61c419/volumes/6ef061b2-5663-4b48-be7c-40eead13ee55 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2d85b7e9-c768-4800-89fd-efd4d9f9bed0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b436ecc2fd7148a4eaa49db1bfc1958971689578" 2018-10-26 10:01:53,351 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:01:53 GMT Server: Apache x-compute-request-id: req-b23f7728-e845-4e08-a753-0d71d2b25fe6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b23f7728-e845-4e08-a753-0d71d2b25fe6 Content-Encoding: gzip Content-Length: 462 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "036e1675457540aa9c702fa26b6d50f0", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/59dd6d31faf74af6a6428a67bf61c419/volumes/6ef061b2-5663-4b48-be7c-40eead13ee55", "rel": "self"}, {"href": "http://172.30.9.21:8776/59dd6d31faf74af6a6428a67bf61c419/volumes/6ef061b2-5663-4b48-be7c-40eead13ee55", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-26T10:01:18.000000", "description": null, "os-vol-tenant-attr:tenant_id": "59dd6d31faf74af6a6428a67bf61c419", "updated_at": "2018-10-26T10:01:18.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "6ef061b2-5663-4b48-be7c-40eead13ee55", "size": 1}} 2018-10-26 10:01:53,351 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/59dd6d31faf74af6a6428a67bf61c419/volumes/6ef061b2-5663-4b48-be7c-40eead13ee55 used request id req-b23f7728-e845-4e08-a753-0d71d2b25fe6 2018-10-26 10:01:53,352 - create_volume - DEBUG - Instance status is - available 2018-10-26 10:01:53,352 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-2 2018-10-26 10:01:53,352 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-2 2018-10-26 10:01:53,355 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/59dd6d31faf74af6a6428a67bf61c419/volumes/6ef061b2-5663-4b48-be7c-40eead13ee55 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2d85b7e9-c768-4800-89fd-efd4d9f9bed0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b436ecc2fd7148a4eaa49db1bfc1958971689578" 2018-10-26 10:01:53,616 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10:01:53 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ac363f63-5a5d-4f32-a174-7a3ac02d5dce 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-26 10:01:53,617 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/59dd6d31faf74af6a6428a67bf61c419/volumes/6ef061b2-5663-4b48-be7c-40eead13ee55 used request id req-ac363f63-5a5d-4f32-a174-7a3ac02d5dce 2018-10-26 10:01:53,620 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/59dd6d31faf74af6a6428a67bf61c419/volumes/6ef061b2-5663-4b48-be7c-40eead13ee55 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2d85b7e9-c768-4800-89fd-efd4d9f9bed0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b436ecc2fd7148a4eaa49db1bfc1958971689578" 2018-10-26 10:01:53,827 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:01:53 GMT Server: Apache x-compute-request-id: req-e830e989-2d93-44a8-a0dc-283f488e7c57 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e830e989-2d93-44a8-a0dc-283f488e7c57 Content-Encoding: gzip Content-Length: 469 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "036e1675457540aa9c702fa26b6d50f0", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/59dd6d31faf74af6a6428a67bf61c419/volumes/6ef061b2-5663-4b48-be7c-40eead13ee55", "rel": "self"}, {"href": "http://172.30.9.21:8776/59dd6d31faf74af6a6428a67bf61c419/volumes/6ef061b2-5663-4b48-be7c-40eead13ee55", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-26T10:01:18.000000", "description": null, "os-vol-tenant-attr:tenant_id": "59dd6d31faf74af6a6428a67bf61c419", "updated_at": "2018-10-26T10:01:53.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "6ef061b2-5663-4b48-be7c-40eead13ee55", "size": 1}} 2018-10-26 10:01:53,827 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/59dd6d31faf74af6a6428a67bf61c419/volumes/6ef061b2-5663-4b48-be7c-40eead13ee55 used request id req-e830e989-2d93-44a8-a0dc-283f488e7c57 2018-10-26 10:01:53,828 - create_volume - DEBUG - Instance status is - deleting 2018-10-26 10:01:53,828 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-10-26 10:01:56,831 - create_volume - DEBUG - Volume status query timeout in 56.7857298851 2018-10-26 10:01:56,835 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/59dd6d31faf74af6a6428a67bf61c419/volumes/6ef061b2-5663-4b48-be7c-40eead13ee55 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2d85b7e9-c768-4800-89fd-efd4d9f9bed0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b436ecc2fd7148a4eaa49db1bfc1958971689578" 2018-10-26 10:01:57,033 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 10:01:56 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-1bc1f7b1-2bee-4fa4-966d-610856e50f2e x-openstack-request-id: req-1bc1f7b1-2bee-4fa4-966d-610856e50f2e Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 6ef061b2-5663-4b48-be7c-40eead13ee55 could not be found.", "code": 404}} 2018-10-26 10:01:57,033 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/59dd6d31faf74af6a6428a67bf61c419/volumes/6ef061b2-5663-4b48-be7c-40eead13ee55 used request id req-1bc1f7b1-2bee-4fa4-966d-610856e50f2e 2018-10-26 10:01:57,033 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 6ef061b2-5663-4b48-be7c-40eead13ee55 could not be found. (HTTP 404) (Request-ID: req-1bc1f7b1-2bee-4fa4-966d-610856e50f2e) 2018-10-26 10:01:57,033 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-2 2018-10-26 10:01:57,037 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/59dd6d31faf74af6a6428a67bf61c419/volumes/8b805702-2623-4e52-9c53-a49413b23e60 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2af0dead-4fe9-480a-96b4-6d86e0793b3c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}678a6cd25044b95f2b9092f96e6320d1af72731a" 2018-10-26 10:01:57,230 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:01:57 GMT Server: Apache x-compute-request-id: req-0c6cf813-e188-4a5d-8cfd-cce7b12530cc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0c6cf813-e188-4a5d-8cfd-cce7b12530cc Content-Encoding: gzip Content-Length: 477 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "036e1675457540aa9c702fa26b6d50f0", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/59dd6d31faf74af6a6428a67bf61c419/volumes/8b805702-2623-4e52-9c53-a49413b23e60", "rel": "self"}, {"href": "http://172.30.9.21:8776/59dd6d31faf74af6a6428a67bf61c419/volumes/8b805702-2623-4e52-9c53-a49413b23e60", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-26T10:01:13.000000", "description": null, "os-vol-tenant-attr:tenant_id": "59dd6d31faf74af6a6428a67bf61c419", "updated_at": "2018-10-26T10:01:42.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False"}, "id": "8b805702-2623-4e52-9c53-a49413b23e60", "size": 1}} 2018-10-26 10:01:57,231 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/59dd6d31faf74af6a6428a67bf61c419/volumes/8b805702-2623-4e52-9c53-a49413b23e60 used request id req-0c6cf813-e188-4a5d-8cfd-cce7b12530cc 2018-10-26 10:01:57,231 - create_volume - DEBUG - Instance status is - available 2018-10-26 10:01:57,231 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-1 2018-10-26 10:01:57,231 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-1 2018-10-26 10:01:57,234 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/59dd6d31faf74af6a6428a67bf61c419/volumes/8b805702-2623-4e52-9c53-a49413b23e60 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2af0dead-4fe9-480a-96b4-6d86e0793b3c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}678a6cd25044b95f2b9092f96e6320d1af72731a" 2018-10-26 10:01:57,467 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10:01:57 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-94ba9fc9-3955-4e95-9b73-773a7e5e1555 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-26 10:01:57,467 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/59dd6d31faf74af6a6428a67bf61c419/volumes/8b805702-2623-4e52-9c53-a49413b23e60 used request id req-94ba9fc9-3955-4e95-9b73-773a7e5e1555 2018-10-26 10:01:57,470 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/59dd6d31faf74af6a6428a67bf61c419/volumes/8b805702-2623-4e52-9c53-a49413b23e60 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2af0dead-4fe9-480a-96b4-6d86e0793b3c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}678a6cd25044b95f2b9092f96e6320d1af72731a" 2018-10-26 10:01:57,666 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:01:57 GMT Server: Apache x-compute-request-id: req-351084d4-eb55-4206-aaf3-7097e592dc86 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-351084d4-eb55-4206-aaf3-7097e592dc86 Content-Encoding: gzip Content-Length: 481 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "036e1675457540aa9c702fa26b6d50f0", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/59dd6d31faf74af6a6428a67bf61c419/volumes/8b805702-2623-4e52-9c53-a49413b23e60", "rel": "self"}, {"href": "http://172.30.9.21:8776/59dd6d31faf74af6a6428a67bf61c419/volumes/8b805702-2623-4e52-9c53-a49413b23e60", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-26T10:01:13.000000", "description": null, "os-vol-tenant-attr:tenant_id": "59dd6d31faf74af6a6428a67bf61c419", "updated_at": "2018-10-26T10:01:57.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False"}, "id": "8b805702-2623-4e52-9c53-a49413b23e60", "size": 1}} 2018-10-26 10:01:57,666 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/59dd6d31faf74af6a6428a67bf61c419/volumes/8b805702-2623-4e52-9c53-a49413b23e60 used request id req-351084d4-eb55-4206-aaf3-7097e592dc86 2018-10-26 10:01:57,666 - create_volume - DEBUG - Instance status is - deleting 2018-10-26 10:01:57,667 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-10-26 10:02:00,670 - create_volume - DEBUG - Volume status query timeout in 56.7976560593 2018-10-26 10:02:00,673 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/59dd6d31faf74af6a6428a67bf61c419/volumes/8b805702-2623-4e52-9c53-a49413b23e60 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2af0dead-4fe9-480a-96b4-6d86e0793b3c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}678a6cd25044b95f2b9092f96e6320d1af72731a" 2018-10-26 10:02:01,010 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 10:02:00 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-778b3624-32de-4ce6-b15c-ab550575e6d1 x-openstack-request-id: req-778b3624-32de-4ce6-b15c-ab550575e6d1 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 8b805702-2623-4e52-9c53-a49413b23e60 could not be found.", "code": 404}} 2018-10-26 10:02:01,010 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/59dd6d31faf74af6a6428a67bf61c419/volumes/8b805702-2623-4e52-9c53-a49413b23e60 used request id req-778b3624-32de-4ce6-b15c-ab550575e6d1 2018-10-26 10:02:01,011 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 8b805702-2623-4e52-9c53-a49413b23e60 could not be found. (HTTP 404) (Request-ID: req-778b3624-32de-4ce6-b15c-ab550575e6d1) 2018-10-26 10:02:01,011 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-1 2018-10-26 10:02:01,011 - glance_utils - INFO - Deleting image named - CreateInstanceVolumeTests-cc259f77-4a31-40f8-9ae4-289525c1a27e-image 2018-10-26 10:02:01,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/539c63da-7ac8-48b9-905f-b20eca3cf634 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}56291aec0d95e6fb5f906b12dd84fa2258163383" 2018-10-26 10:02:02,400 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-639ee9be-36f6-4aea-95fe-143fcf97ea28 Date: Fri, 26 Oct 2018 10:02: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-26 10:02:02,400 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/539c63da-7ac8-48b9-905f-b20eca3cf634 used request id req-639ee9be-36f6-4aea-95fe-143fcf97ea28 2018-10-26 10:02:02,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1c507b3343117f52594f47b6301e9fd69bebc89" 2018-10-26 10:02:02,627 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-dfeed899-db33-4368-bd8c-11c1e27e75db Date: Fri, 26 Oct 2018 10:02:02 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "59dd6d31faf74af6a6428a67bf61c419", "created_at": "2018-10-26T10:01:10Z", "updated_at": "2018-10-26T10:01:10Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:01:10Z", "revision_number": 0, "id": "0663ed2d-1b75-44bf-9535-6f3dcd780651", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:01:10Z", "security_group_id": "ead96ae5-5f5a-4191-987f-69e5ad77affc", "tenant_id": "59dd6d31faf74af6a6428a67bf61c419", "port_range_min": null, "ethertype": "IPv6", "project_id": "59dd6d31faf74af6a6428a67bf61c419"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:01:10Z", "revision_number": 0, "id": "1710b5f9-eedb-404f-b584-77500315479f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:01:10Z", "security_group_id": "ead96ae5-5f5a-4191-987f-69e5ad77affc", "tenant_id": "59dd6d31faf74af6a6428a67bf61c419", "port_range_min": null, "ethertype": "IPv4", "project_id": "59dd6d31faf74af6a6428a67bf61c419"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:01:10Z", "revision_number": 0, "id": "2f627c6d-12ab-4a5c-933a-0efdde54fe00", "remote_group_id": "ead96ae5-5f5a-4191-987f-69e5ad77affc", "remote_ip_prefix": null, "created_at": "2018-10-26T10:01:10Z", "security_group_id": "ead96ae5-5f5a-4191-987f-69e5ad77affc", "tenant_id": "59dd6d31faf74af6a6428a67bf61c419", "port_range_min": null, "ethertype": "IPv4", "project_id": "59dd6d31faf74af6a6428a67bf61c419"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:01:10Z", "revision_number": 0, "id": "73bab1cc-35d6-4fff-a6a9-04602431dc2c", "remote_group_id": "ead96ae5-5f5a-4191-987f-69e5ad77affc", "remote_ip_prefix": null, "created_at": "2018-10-26T10:01:10Z", "security_group_id": "ead96ae5-5f5a-4191-987f-69e5ad77affc", "tenant_id": "59dd6d31faf74af6a6428a67bf61c419", "port_range_min": null, "ethertype": "IPv6", "project_id": "59dd6d31faf74af6a6428a67bf61c419"}], "revision_number": 4, "project_id": "59dd6d31faf74af6a6428a67bf61c419", "id": "ead96ae5-5f5a-4191-987f-69e5ad77affc", "name": "default"}]} 2018-10-26 10:02:02,628 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-dfeed899-db33-4368-bd8c-11c1e27e75db 2018-10-26 10:02:02,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1c507b3343117f52594f47b6301e9fd69bebc89" 2018-10-26 10:02:02,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:02:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f696dca7-0b9a-43cc-816b-c4ce4c51a699 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 10:02:02,717 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-f696dca7-0b9a-43cc-816b-c4ce4c51a699 2018-10-26 10:02:02,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1c507b3343117f52594f47b6301e9fd69bebc89" 2018-10-26 10:02:02,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:02:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-037d6d03-dc3e-4e17-a363-2a4119210e44 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 10:02:02,832 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-037d6d03-dc3e-4e17-a363-2a4119210e44 2018-10-26 10:02:02,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1c507b3343117f52594f47b6301e9fd69bebc89" 2018-10-26 10:02:02,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:02:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77d78826-4093-4392-9bf2-9e538cd1405f 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 10:02:02,917 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-77d78826-4093-4392-9bf2-9e538cd1405f 2018-10-26 10:02:02,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/59dd6d31faf74af6a6428a67bf61c419 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1c507b3343117f52594f47b6301e9fd69bebc89" 2018-10-26 10:02:03,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:02:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-569b88d3-4a42-47c8-849c-e6a1134eed36 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/59dd6d31faf74af6a6428a67bf61c419"}, "enabled": true, "id": "59dd6d31faf74af6a6428a67bf61c419", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-02e1983d-e533-451-proj"}} 2018-10-26 10:02:03,010 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/59dd6d31faf74af6a6428a67bf61c419 used request id req-569b88d3-4a42-47c8-849c-e6a1134eed36 2018-10-26 10:02:03,011 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ead96ae5-5f5a-4191-987f-69e5ad77affc 2018-10-26 10:02:03,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=ead96ae5-5f5a-4191-987f-69e5ad77affc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1c507b3343117f52594f47b6301e9fd69bebc89" 2018-10-26 10:02:03,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-689ccc6e-dab9-4ef4-b20d-cf680d09bbbc Date: Fri, 26 Oct 2018 10:02: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-26T10:01:10Z", "security_group_id": "ead96ae5-5f5a-4191-987f-69e5ad77affc", "port_range_min": null, "revision_number": 0, "tenant_id": "59dd6d31faf74af6a6428a67bf61c419", "created_at": "2018-10-26T10:01:10Z", "project_id": "59dd6d31faf74af6a6428a67bf61c419", "id": "0663ed2d-1b75-44bf-9535-6f3dcd780651"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:01:10Z", "security_group_id": "ead96ae5-5f5a-4191-987f-69e5ad77affc", "port_range_min": null, "revision_number": 0, "tenant_id": "59dd6d31faf74af6a6428a67bf61c419", "created_at": "2018-10-26T10:01:10Z", "project_id": "59dd6d31faf74af6a6428a67bf61c419", "id": "1710b5f9-eedb-404f-b584-77500315479f"}, {"remote_group_id": "ead96ae5-5f5a-4191-987f-69e5ad77affc", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:01:10Z", "security_group_id": "ead96ae5-5f5a-4191-987f-69e5ad77affc", "port_range_min": null, "revision_number": 0, "tenant_id": "59dd6d31faf74af6a6428a67bf61c419", "created_at": "2018-10-26T10:01:10Z", "project_id": "59dd6d31faf74af6a6428a67bf61c419", "id": "2f627c6d-12ab-4a5c-933a-0efdde54fe00"}, {"remote_group_id": "ead96ae5-5f5a-4191-987f-69e5ad77affc", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:01:10Z", "security_group_id": "ead96ae5-5f5a-4191-987f-69e5ad77affc", "port_range_min": null, "revision_number": 0, "tenant_id": "59dd6d31faf74af6a6428a67bf61c419", "created_at": "2018-10-26T10:01:10Z", "project_id": "59dd6d31faf74af6a6428a67bf61c419", "id": "73bab1cc-35d6-4fff-a6a9-04602431dc2c"}]} 2018-10-26 10:02:03,197 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=ead96ae5-5f5a-4191-987f-69e5ad77affc used request id req-689ccc6e-dab9-4ef4-b20d-cf680d09bbbc 2018-10-26 10:02:03,197 - neutron_utils - INFO - Deleting security group with name - default 2018-10-26 10:02:03,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/ead96ae5-5f5a-4191-987f-69e5ad77affc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1c507b3343117f52594f47b6301e9fd69bebc89" 2018-10-26 10:02:03,526 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a3c7838a-b928-42f9-92ef-bb9a95371838 Content-Length: 0 Date: Fri, 26 Oct 2018 10:02:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:02:03,526 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/ead96ae5-5f5a-4191-987f-69e5ad77affc used request id req-a3c7838a-b928-42f9-92ef-bb9a95371838 2018-10-26 10:02:03,527 - keystone_utils - INFO - Deleting project with name - CreateInstanceVolumeTests-02e1983d-e533-451-proj 2018-10-26 10:02:03,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/59dd6d31faf74af6a6428a67bf61c419 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1c507b3343117f52594f47b6301e9fd69bebc89" 2018-10-26 10:02:03,727 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:02:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eb8d218f-fbb7-4d49-83aa-291b6b431361 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:02:03,727 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/59dd6d31faf74af6a6428a67bf61c419 used request id req-eb8d218f-fbb7-4d49-83aa-291b6b431361 2018-10-26 10:02:03,727 - keystone_utils - INFO - Deleting role with name - CreateInstanceVolumeTests-02e1983d-e533-451-proj-role 2018-10-26 10:02:03,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/c7a6ebf19dae46f9b665d7d1a17ae08f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1c507b3343117f52594f47b6301e9fd69bebc89" 2018-10-26 10:02:03,837 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:02:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b31917a5-d010-45b7-a69c-8afacb244459 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:02:03,837 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/c7a6ebf19dae46f9b665d7d1a17ae08f used request id req-b31917a5-d010-45b7-a69c-8afacb244459 2018-10-26 10:02:03,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1c507b3343117f52594f47b6301e9fd69bebc89" 2018-10-26 10:02:03,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:02:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7ef8600-9114-4b46-b434-6b35fc8e09cd Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:02:03,936 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c7ef8600-9114-4b46-b434-6b35fc8e09cd 2018-10-26 10:02:03,937 - keystone_utils - INFO - Deleting user with name - CreateInstanceVolumeTests-02e1983d-e533-451-user 2018-10-26 10:02:03,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/036e1675457540aa9c702fa26b6d50f0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f36f40a43257c2ce3a08b8d29551feb6f6e89acf" 2018-10-26 10:02:04,118 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:02:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-71a8ccfb-59ba-4665-8cc2-f170810b2481 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:02:04,119 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/036e1675457540aa9c702fa26b6d50f0 used request id req-71a8ccfb-59ba-4665-8cc2-f170810b2481 2018-10-26 10:02:04,120 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:02:04,508 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:02:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["mV3XPmFEQwSZyCnEWKFivw"], "issued_at": "2018-10-26T10:02:04.000000Z"}} 2018-10-26 10:02:04,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2401661b23b0a93e2e3f201b1cd9ccbd47309c6f" 2018-10-26 10:02:04,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:02:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-835f08c6-765a-4524-ac29-f0d560cdd7a0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:02:04,602 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-835f08c6-765a-4524-ac29-f0d560cdd7a0 2018-10-26 10:02:04,604 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:02:04,604 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:02:04,994 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:02:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["21rTYD85SF6rAb6PNARh7g"], "issued_at": "2018-10-26T10:02:04.000000Z"}} 2018-10-26 10:02:04,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f0a2641544c0be8aacfad6f3ee2474d97f7bdc3" 2018-10-26 10:02:05,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:02:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0feb51ae-40e6-42be-bbec-d53bc2c97544 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:02:05,076 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-0feb51ae-40e6-42be-bbec-d53bc2c97544 2018-10-26 10:02:05,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:02:05,086 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:02: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:02:05,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-01d9202f-3bb2-46e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f0a2641544c0be8aacfad6f3ee2474d97f7bdc3" 2018-10-26 10:02:05,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:02:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cdf010ae-f7c1-43f8-83b4-4c41cb25e9f2 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-01d9202f-3bb2-46e-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 10:02:05,179 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-01d9202f-3bb2-46e-proj used request id req-cdf010ae-f7c1-43f8-83b4-4c41cb25e9f2 2018-10-26 10:02:05,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f0a2641544c0be8aacfad6f3ee2474d97f7bdc3" 2018-10-26 10:02:05,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:02:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5ad57fe-c0a6-4ec6-88d6-8c52fe5753d8 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 10:02:05,263 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-c5ad57fe-c0a6-4ec6-88d6-8c52fe5753d8 2018-10-26 10:02:05,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f0a2641544c0be8aacfad6f3ee2474d97f7bdc3" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceVolumeTests-01d9202f-3bb2-46e-proj"}}' 2018-10-26 10:02:05,396 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:02:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-101973ce-0999-448a-b190-b8353dfe03aa Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2a35407cca9e4a0dacc5b23ac282f99b"}, "enabled": true, "id": "2a35407cca9e4a0dacc5b23ac282f99b", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-01d9202f-3bb2-46e-proj"}} 2018-10-26 10:02:05,396 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-101973ce-0999-448a-b190-b8353dfe03aa 2018-10-26 10:02:05,396 - keystone_utils - INFO - Created project with name - CreateInstanceVolumeTests-01d9202f-3bb2-46e-proj 2018-10-26 10:02:05,396 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:02:05,397 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:02:05,782 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:02:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["vZn1TbpJRC2MSIbR_Lq1eA"], "issued_at": "2018-10-26T10:02:05.000000Z"}} 2018-10-26 10:02:05,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b3cd32392cdf781b36ce0d94ef6a86300871fe9" 2018-10-26 10:02:05,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:02:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb674505-2aea-4294-9a74-5632b45438e4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:02:05,859 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-cb674505-2aea-4294-9a74-5632b45438e4 2018-10-26 10:02:05,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:02:05,869 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:02: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:02:05,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b3cd32392cdf781b36ce0d94ef6a86300871fe9" 2018-10-26 10:02:05,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:02:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abe1bfc5-8a06-4af0-8b0d-130034ddddd1 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 10:02:05,985 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-abe1bfc5-8a06-4af0-8b0d-130034ddddd1 2018-10-26 10:02:05,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstanceVolumeTests-01d9202f-3bb2-46e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b3cd32392cdf781b36ce0d94ef6a86300871fe9" 2018-10-26 10:02:06,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:02:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d125d226-ab65-4cf7-86c8-22be27e7e783 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstanceVolumeTests-01d9202f-3bb2-46e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2a35407cca9e4a0dacc5b23ac282f99b"}, "enabled": true, "id": "2a35407cca9e4a0dacc5b23ac282f99b", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-01d9202f-3bb2-46e-proj"}]} 2018-10-26 10:02:06,070 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstanceVolumeTests-01d9202f-3bb2-46e-proj used request id req-d125d226-ab65-4cf7-86c8-22be27e7e783 2018-10-26 10:02:06,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b3cd32392cdf781b36ce0d94ef6a86300871fe9" 2018-10-26 10:02:06,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:02:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d96e02a7-3af5-4977-b2c0-ee5c19a9e74b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 10:02:06,247 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-d96e02a7-3af5-4977-b2c0-ee5c19a9e74b 2018-10-26 10:02:06,665 - keystone_utils - INFO - Created user with name - CreateInstanceVolumeTests-01d9202f-3bb2-46e-user 2018-10-26 10:02:06,665 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:02:06,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f0a2641544c0be8aacfad6f3ee2474d97f7bdc3" 2018-10-26 10:02:06,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:02:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3413de0-2610-4f82-bc91-b154652584e2 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:02:06,751 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-a3413de0-2610-4f82-bc91-b154652584e2 2018-10-26 10:02:06,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f0a2641544c0be8aacfad6f3ee2474d97f7bdc3" -d '{"role": {"name": "CreateInstanceVolumeTests-01d9202f-3bb2-46e-proj-role"}}' 2018-10-26 10:02:06,867 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:02:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bea9f7b6-5743-4e33-88ea-523ebd48f0a6 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d0e130afad104bd1b373b5eb1e9b7f6b", "links": {"self": "http://172.30.9.21:5000/v3/roles/d0e130afad104bd1b373b5eb1e9b7f6b"}, "name": "CreateInstanceVolumeTests-01d9202f-3bb2-46e-proj-role"}} 2018-10-26 10:02:06,867 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-bea9f7b6-5743-4e33-88ea-523ebd48f0a6 2018-10-26 10:02:06,868 - keystone_utils - INFO - Created role with name - CreateInstanceVolumeTests-01d9202f-3bb2-46e-proj-role 2018-10-26 10:02:06,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/d0e130afad104bd1b373b5eb1e9b7f6b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f0a2641544c0be8aacfad6f3ee2474d97f7bdc3" 2018-10-26 10:02:06,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:02:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-866d4619-bc24-401b-bdc7-4262e37cf380 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/d0e130afad104bd1b373b5eb1e9b7f6b"}, "domain_id": null, "name": "CreateInstanceVolumeTests-01d9202f-3bb2-46e-proj-role", "id": "d0e130afad104bd1b373b5eb1e9b7f6b"}} 2018-10-26 10:02:06,888 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/d0e130afad104bd1b373b5eb1e9b7f6b used request id req-866d4619-bc24-401b-bdc7-4262e37cf380 2018-10-26 10:02:06,889 - keystone_utils - INFO - Granting role CreateInstanceVolumeTests-01d9202f-3bb2-46e-proj-role to project CreateInstanceVolumeTests-01d9202f-3bb2-46e-proj 2018-10-26 10:02:06,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/2a35407cca9e4a0dacc5b23ac282f99b/users/7c90836e6350400994a5e0637b8a1919/roles/d0e130afad104bd1b373b5eb1e9b7f6b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f0a2641544c0be8aacfad6f3ee2474d97f7bdc3" 2018-10-26 10:02:07,015 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:02:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-289d79aa-3ad5-4372-88da-d070243a049e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:02:07,015 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/2a35407cca9e4a0dacc5b23ac282f99b/users/7c90836e6350400994a5e0637b8a1919/roles/d0e130afad104bd1b373b5eb1e9b7f6b used request id req-289d79aa-3ad5-4372-88da-d070243a049e 2018-10-26 10:02:07,015 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:02:07,017 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-26 10:02:07,017 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:02:07,018 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:02:07,400 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d0e130afad104bd1b373b5eb1e9b7f6b", "name": "CreateInstanceVolumeTests-01d9202f-3bb2-46e-proj-role"}], "expires_at": "2018-10-26T11:02:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2a35407cca9e4a0dacc5b23ac282f99b", "name": "CreateInstanceVolumeTests-01d9202f-3bb2-46e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-01d9202f-3bb2-46e-user", "id": "7c90836e6350400994a5e0637b8a1919"}, "audit_ids": ["iOs9SKsXRLW9SYjzLS9rOA"], "issued_at": "2018-10-26T10:02:07.000000Z"}} 2018-10-26 10:02:07,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1fccb12220478e3f4692c5f085ef8a93fe565d8a" 2018-10-26 10:02:07,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:02:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb225d14-299a-43fd-a3af-f388adfa88a0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:02:07,476 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-bb225d14-299a-43fd-a3af-f388adfa88a0 2018-10-26 10:02:07,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1fccb12220478e3f4692c5f085ef8a93fe565d8a" 2018-10-26 10:02:07,672 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-eaad67b1-5020-454f-9c86-c4824b016a80 Date: Fri, 26 Oct 2018 10:02:07 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-image"} 2018-10-26 10:02:07,672 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-image used request id req-eaad67b1-5020-454f-9c86-c4824b016a80 2018-10-26 10:02:07,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1fccb12220478e3f4692c5f085ef8a93fe565d8a" 2018-10-26 10:02:07,831 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f5eb2256-4d87-44d8-a86c-b75efe832570 Date: Fri, 26 Oct 2018 10:02: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-26 10:02:07,831 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-f5eb2256-4d87-44d8-a86c-b75efe832570 2018-10-26 10:02:07,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1fccb12220478e3f4692c5f085ef8a93fe565d8a" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-image"}' 2018-10-26 10:02:08,044 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/376de395-fe29-48d6-9b51-6852f57e8ec1 X-Openstack-Request-Id: req-2fa1de87-6023-4206-b1d5-09f6836f516f Date: Fri, 26 Oct 2018 10:02:08 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:02:08Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-26T10:02:08Z", "visibility": "shared", "locations": [], "self": "/v2/images/376de395-fe29-48d6-9b51-6852f57e8ec1", "min_disk": 0, "protected": false, "id": "376de395-fe29-48d6-9b51-6852f57e8ec1", "file": "/v2/images/376de395-fe29-48d6-9b51-6852f57e8ec1/file", "checksum": null, "owner": "2a35407cca9e4a0dacc5b23ac282f99b", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:02:08,044 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-2fa1de87-6023-4206-b1d5-09f6836f516f 2018-10-26 10:02:08,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/376de395-fe29-48d6-9b51-6852f57e8ec1/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1fccb12220478e3f4692c5f085ef8a93fe565d8a" -d '' 2018-10-26 10:02:08,913 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-aa02dc92-a87a-4fda-8f3e-bd165baaf2d3 Date: Fri, 26 Oct 2018 10:02: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-26 10:02:08,913 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/376de395-fe29-48d6-9b51-6852f57e8ec1/file used request id req-aa02dc92-a87a-4fda-8f3e-bd165baaf2d3 2018-10-26 10:02:08,914 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 10:02:08,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/376de395-fe29-48d6-9b51-6852f57e8ec1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1fccb12220478e3f4692c5f085ef8a93fe565d8a" 2018-10-26 10:02:09,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-41f914c2-ca56-44de-a209-d18fcbcd422f Date: Fri, 26 Oct 2018 10:02:09 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:02:08Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T10:02:08Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/376de395-fe29-48d6-9b51-6852f57e8ec1/snap", "metadata": {}}], "self": "/v2/images/376de395-fe29-48d6-9b51-6852f57e8ec1", "min_disk": 0, "protected": false, "id": "376de395-fe29-48d6-9b51-6852f57e8ec1", "file": "/v2/images/376de395-fe29-48d6-9b51-6852f57e8ec1/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "2a35407cca9e4a0dacc5b23ac282f99b", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/376de395-fe29-48d6-9b51-6852f57e8ec1/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:02:09,095 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/376de395-fe29-48d6-9b51-6852f57e8ec1 used request id req-41f914c2-ca56-44de-a209-d18fcbcd422f 2018-10-26 10:02:09,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1fccb12220478e3f4692c5f085ef8a93fe565d8a" 2018-10-26 10:02:09,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d0f3ff82-c892-4ee0-a760-ee9ac6826075 Date: Fri, 26 Oct 2018 10:02: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-26 10:02:09,244 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-d0f3ff82-c892-4ee0-a760-ee9ac6826075 2018-10-26 10:02:09,247 - create_image - INFO - Created image with name - CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-image 2018-10-26 10:02:09,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/376de395-fe29-48d6-9b51-6852f57e8ec1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1fccb12220478e3f4692c5f085ef8a93fe565d8a" 2018-10-26 10:02:09,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-273928dd-a116-45fd-9bea-59847b500cee Date: Fri, 26 Oct 2018 10:02:09 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:02:08Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T10:02:08Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/376de395-fe29-48d6-9b51-6852f57e8ec1/snap", "metadata": {}}], "self": "/v2/images/376de395-fe29-48d6-9b51-6852f57e8ec1", "min_disk": 0, "protected": false, "id": "376de395-fe29-48d6-9b51-6852f57e8ec1", "file": "/v2/images/376de395-fe29-48d6-9b51-6852f57e8ec1/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "2a35407cca9e4a0dacc5b23ac282f99b", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/376de395-fe29-48d6-9b51-6852f57e8ec1/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:02:09,417 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/376de395-fe29-48d6-9b51-6852f57e8ec1 used request id req-273928dd-a116-45fd-9bea-59847b500cee 2018-10-26 10:02:09,418 - create_image - DEBUG - Instance status is - active 2018-10-26 10:02:09,418 - create_image - DEBUG - Image is active with name - CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-image 2018-10-26 10:02:09,418 - create_image - INFO - Image is now active with name - CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-image 2018-10-26 10:02:09,418 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:02:09,419 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:02:09,793 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:02:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["hFa-_52aQB6qlqzh1spyjQ"], "issued_at": "2018-10-26T10:02:09.000000Z"}} 2018-10-26 10:02:09,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a5b27ff423e8217057d05ed59fbeb0172a77ad9" 2018-10-26 10:02:09,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:02:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c55649d7-cbd1-4a4f-a900-53db23ca13e1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:02:09,878 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c55649d7-cbd1-4a4f-a900-53db23ca13e1 2018-10-26 10:02:09,880 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:02:09,884 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a5b27ff423e8217057d05ed59fbeb0172a77ad9" 2018-10-26 10:02:10,084 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:02:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-92139f88-cf5e-40bf-a0ec-64287e7656e2 x-compute-request-id: req-92139f88-cf5e-40bf-a0ec-64287e7656e2 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-26 10:02:10,084 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-92139f88-cf5e-40bf-a0ec-64287e7656e2 2018-10-26 10:02:10,088 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a5b27ff423e8217057d05ed59fbeb0172a77ad9" -d '{"flavor": {"vcpus": 2, "disk": 1, "name": "CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-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-26 10:02:10,148 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-ee0e7eca-20bc-4633-9031-5ca116651bf1 x-compute-request-id: req-ee0e7eca-20bc-4633-9031-5ca116651bf1 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/372cc3a5-7839-4bcd-8dad-84ecb628cec2", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/372cc3a5-7839-4bcd-8dad-84ecb628cec2", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "372cc3a5-7839-4bcd-8dad-84ecb628cec2", "name": "CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 10:02:10,148 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-ee0e7eca-20bc-4633-9031-5ca116651bf1 2018-10-26 10:02:10,149 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:02:10,150 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:02:10,529 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d0e130afad104bd1b373b5eb1e9b7f6b", "name": "CreateInstanceVolumeTests-01d9202f-3bb2-46e-proj-role"}], "expires_at": "2018-10-26T11:02:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2a35407cca9e4a0dacc5b23ac282f99b", "name": "CreateInstanceVolumeTests-01d9202f-3bb2-46e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-01d9202f-3bb2-46e-user", "id": "7c90836e6350400994a5e0637b8a1919"}, "audit_ids": ["5bsUb48BTq-jzJ60XjlHbg"], "issued_at": "2018-10-26T10:02:10.000000Z"}} 2018-10-26 10:02:10,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a02c33bed3a418f640ee616caacee37a6e0893b0" 2018-10-26 10:02:10,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:02:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bafaab7-983c-45e1-b0a3-aa4d97b69b2b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:02:10,599 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-1bafaab7-983c-45e1-b0a3-aa4d97b69b2b 2018-10-26 10:02:10,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a02c33bed3a418f640ee616caacee37a6e0893b0" 2018-10-26 10:02:10,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-971c67ce-4f59-4205-8698-35b6fdbe57b6 Date: Fri, 26 Oct 2018 10:02:10 GMT RESP BODY: {"networks":[]} 2018-10-26 10:02:10,779 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-net used request id req-971c67ce-4f59-4205-8698-35b6fdbe57b6 2018-10-26 10:02:10,779 - neutron_utils - INFO - Creating network with name CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-net 2018-10-26 10:02:10,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a02c33bed3a418f640ee616caacee37a6e0893b0" -d '{"network": {"name": "CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-net", "admin_state_up": true}}' 2018-10-26 10:02:11,314 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-7dff07cf-931f-4157-a05e-6f4e22243882 Date: Fri, 26 Oct 2018 10:02:11 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"53727433-1496-47c9-96f2-dc727c8d0fe9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"2a35407cca9e4a0dacc5b23ac282f99b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T10:02:11Z","is_default":false,"name":"CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"2a35407cca9e4a0dacc5b23ac282f99b","created_at":"2018-10-26T10:02:11Z","mtu":1450}} 2018-10-26 10:02:11,315 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-7dff07cf-931f-4157-a05e-6f4e22243882 2018-10-26 10:02:11,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=53727433-1496-47c9-96f2-dc727c8d0fe9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a02c33bed3a418f640ee616caacee37a6e0893b0" 2018-10-26 10:02:11,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-7eff79ba-6514-4aca-b054-f53ae3e65e96 Date: Fri, 26 Oct 2018 10:02: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-26T10:02:11Z","tenant_id":"2a35407cca9e4a0dacc5b23ac282f99b","created_at":"2018-10-26T10:02:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2a35407cca9e4a0dacc5b23ac282f99b","id":"53727433-1496-47c9-96f2-dc727c8d0fe9","name":"CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-net"}]} 2018-10-26 10:02:11,546 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=53727433-1496-47c9-96f2-dc727c8d0fe9 used request id req-7eff79ba-6514-4aca-b054-f53ae3e65e96 2018-10-26 10:02:11,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=53727433-1496-47c9-96f2-dc727c8d0fe9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a02c33bed3a418f640ee616caacee37a6e0893b0" 2018-10-26 10:02:11,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-bb25dbbd-108a-4ef1-b228-f01ae6c630b3 Date: Fri, 26 Oct 2018 10:02:11 GMT RESP BODY: {"subnets":[]} 2018-10-26 10:02:11,718 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=53727433-1496-47c9-96f2-dc727c8d0fe9 used request id req-bb25dbbd-108a-4ef1-b228-f01ae6c630b3 2018-10-26 10:02:11,719 - neutron_utils - INFO - Creating subnet with name CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-subnet 2018-10-26 10:02:11,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a02c33bed3a418f640ee616caacee37a6e0893b0" -d '{"subnets": [{"ip_version": 4, "network_id": "53727433-1496-47c9-96f2-dc727c8d0fe9", "cidr": "10.55.0.0/24", "name": "CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-subnet"}]}' 2018-10-26 10:02:12,435 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-830da3fe-d5d1-4a17-8176-1ded829e6349 Date: Fri, 26 Oct 2018 10:02:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"53727433-1496-47c9-96f2-dc727c8d0fe9","tenant_id":"2a35407cca9e4a0dacc5b23ac282f99b","created_at":"2018-10-26T10:02:12Z","dns_nameservers":[],"updated_at":"2018-10-26T10:02: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":"2a35407cca9e4a0dacc5b23ac282f99b","id":"129746d3-0726-481b-8389-9b9d91e1a150","subnetpool_id":null,"name":"CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-subnet"}]} 2018-10-26 10:02:12,436 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-830da3fe-d5d1-4a17-8176-1ded829e6349 2018-10-26 10:02:12,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=53727433-1496-47c9-96f2-dc727c8d0fe9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a02c33bed3a418f640ee616caacee37a6e0893b0" 2018-10-26 10:02:12,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-909cc47e-e34e-4813-8017-b2379ddaf093 Date: Fri, 26 Oct 2018 10:02: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":["129746d3-0726-481b-8389-9b9d91e1a150"],"updated_at":"2018-10-26T10:02:12Z","tenant_id":"2a35407cca9e4a0dacc5b23ac282f99b","created_at":"2018-10-26T10:02:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2a35407cca9e4a0dacc5b23ac282f99b","id":"53727433-1496-47c9-96f2-dc727c8d0fe9","name":"CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-net"}]} 2018-10-26 10:02:12,706 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=53727433-1496-47c9-96f2-dc727c8d0fe9 used request id req-909cc47e-e34e-4813-8017-b2379ddaf093 2018-10-26 10:02:12,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=53727433-1496-47c9-96f2-dc727c8d0fe9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a02c33bed3a418f640ee616caacee37a6e0893b0" 2018-10-26 10:02:12,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-c25fb1b5-e44c-4255-931e-f4b6ef93f664 Date: Fri, 26 Oct 2018 10:02:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"53727433-1496-47c9-96f2-dc727c8d0fe9","tenant_id":"2a35407cca9e4a0dacc5b23ac282f99b","created_at":"2018-10-26T10:02:12Z","dns_nameservers":[],"updated_at":"2018-10-26T10:02: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":"2a35407cca9e4a0dacc5b23ac282f99b","id":"129746d3-0726-481b-8389-9b9d91e1a150","subnetpool_id":null,"name":"CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-subnet"}]} 2018-10-26 10:02:12,765 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=53727433-1496-47c9-96f2-dc727c8d0fe9 used request id req-c25fb1b5-e44c-4255-931e-f4b6ef93f664 2018-10-26 10:02:12,766 - OpenStackNetwork - DEBUG - Network [53727433-1496-47c9-96f2-dc727c8d0fe9] created successfully 2018-10-26 10:02:12,766 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:02:12,767 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:02:13,142 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d0e130afad104bd1b373b5eb1e9b7f6b", "name": "CreateInstanceVolumeTests-01d9202f-3bb2-46e-proj-role"}], "expires_at": "2018-10-26T11:02:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2a35407cca9e4a0dacc5b23ac282f99b", "name": "CreateInstanceVolumeTests-01d9202f-3bb2-46e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-01d9202f-3bb2-46e-user", "id": "7c90836e6350400994a5e0637b8a1919"}, "audit_ids": ["_dsjO59sTwaYwKNrQrE6qA"], "issued_at": "2018-10-26T10:02:13.000000Z"}} 2018-10-26 10:02:13,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2228714936166d41cb949ede685cd970e148a0e" 2018-10-26 10:02:13,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:02:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3775cc4f-cb3a-46d8-ba3d-e51d7699c474 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:02:13,155 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-3775cc4f-cb3a-46d8-ba3d-e51d7699c474 2018-10-26 10:02:13,160 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2228714936166d41cb949ede685cd970e148a0e" 2018-10-26 10:02:13,345 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:02:13 GMT Server: Apache x-compute-request-id: req-9c1fe981-db49-43dc-a5cc-8869966b5416 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-9c1fe981-db49-43dc-a5cc-8869966b5416 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-26 10:02:13,345 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b/volumes/detail used request id req-9c1fe981-db49-43dc-a5cc-8869966b5416 2018-10-26 10:02:13,348 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-9c1fe981-db49-43dc-a5cc-8869966b5416" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2228714936166d41cb949ede685cd970e148a0e" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-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-26 10:02:13,716 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10:02:13 GMT Server: Apache x-compute-request-id: req-5b5bb641-5043-4af1-9197-e19f7eceb50c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5b5bb641-5043-4af1-9197-e19f7eceb50c Content-Length: 851 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "7c90836e6350400994a5e0637b8a1919", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b/volumes/0371f250-5a9e-472c-97f2-75f8c6edfcee", "rel": "self"}, {"href": "http://172.30.9.21:8776/2a35407cca9e4a0dacc5b23ac282f99b/volumes/0371f250-5a9e-472c-97f2-75f8c6edfcee", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-26T10:02:13.620798", "description": null, "updated_at": null, "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0371f250-5a9e-472c-97f2-75f8c6edfcee", "size": 1}} 2018-10-26 10:02:13,716 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b/volumes used request id req-5b5bb641-5043-4af1-9197-e19f7eceb50c 2018-10-26 10:02:13,720 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b/volumes/0371f250-5a9e-472c-97f2-75f8c6edfcee -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9c1fe981-db49-43dc-a5cc-8869966b5416" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2228714936166d41cb949ede685cd970e148a0e" 2018-10-26 10:02:13,915 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:02:13 GMT Server: Apache x-compute-request-id: req-4f8aba70-7cd5-4d3a-87c9-889500d7d183 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4f8aba70-7cd5-4d3a-87c9-889500d7d183 Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "7c90836e6350400994a5e0637b8a1919", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b/volumes/0371f250-5a9e-472c-97f2-75f8c6edfcee", "rel": "self"}, {"href": "http://172.30.9.21:8776/2a35407cca9e4a0dacc5b23ac282f99b/volumes/0371f250-5a9e-472c-97f2-75f8c6edfcee", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-26T10:02:13.000000", "description": null, "os-vol-tenant-attr:tenant_id": "2a35407cca9e4a0dacc5b23ac282f99b", "updated_at": "2018-10-26T10:02:13.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0371f250-5a9e-472c-97f2-75f8c6edfcee", "size": 1}} 2018-10-26 10:02:13,915 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b/volumes/0371f250-5a9e-472c-97f2-75f8c6edfcee used request id req-4f8aba70-7cd5-4d3a-87c9-889500d7d183 2018-10-26 10:02:13,916 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-1 2018-10-26 10:02:13,919 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b/volumes/0371f250-5a9e-472c-97f2-75f8c6edfcee -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9c1fe981-db49-43dc-a5cc-8869966b5416" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2228714936166d41cb949ede685cd970e148a0e" 2018-10-26 10:02:14,496 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:02:13 GMT Server: Apache x-compute-request-id: req-858baeba-7f2e-4791-951b-3bc3df5ec4ea OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-858baeba-7f2e-4791-951b-3bc3df5ec4ea Content-Encoding: gzip Content-Length: 466 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "7c90836e6350400994a5e0637b8a1919", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b/volumes/0371f250-5a9e-472c-97f2-75f8c6edfcee", "rel": "self"}, {"href": "http://172.30.9.21:8776/2a35407cca9e4a0dacc5b23ac282f99b/volumes/0371f250-5a9e-472c-97f2-75f8c6edfcee", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-26T10:02:13.000000", "description": null, "os-vol-tenant-attr:tenant_id": "2a35407cca9e4a0dacc5b23ac282f99b", "updated_at": "2018-10-26T10:02:14.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0371f250-5a9e-472c-97f2-75f8c6edfcee", "size": 1}} 2018-10-26 10:02:14,496 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b/volumes/0371f250-5a9e-472c-97f2-75f8c6edfcee used request id req-858baeba-7f2e-4791-951b-3bc3df5ec4ea 2018-10-26 10:02:14,497 - create_volume - DEBUG - Instance status is - available 2018-10-26 10:02:14,497 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-1 2018-10-26 10:02:14,497 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-1 2018-10-26 10:02:14,497 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:02:14,498 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:02:14,878 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d0e130afad104bd1b373b5eb1e9b7f6b", "name": "CreateInstanceVolumeTests-01d9202f-3bb2-46e-proj-role"}], "expires_at": "2018-10-26T11:02:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2a35407cca9e4a0dacc5b23ac282f99b", "name": "CreateInstanceVolumeTests-01d9202f-3bb2-46e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-01d9202f-3bb2-46e-user", "id": "7c90836e6350400994a5e0637b8a1919"}, "audit_ids": ["lfmqggCNRj6v4-K4PyE6uQ"], "issued_at": "2018-10-26T10:02:14.000000Z"}} 2018-10-26 10:02:14,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fb27cad40ec6387407fcdac08a591125e56401d" 2018-10-26 10:02:14,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:02:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1409dd9-cda7-4639-b348-a6263310e37f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:02:14,958 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d1409dd9-cda7-4639-b348-a6263310e37f 2018-10-26 10:02:14,964 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fb27cad40ec6387407fcdac08a591125e56401d" 2018-10-26 10:02:15,164 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:02:14 GMT Server: Apache x-compute-request-id: req-9c2f7c52-888a-4050-8da5-e4acb9aab247 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9c2f7c52-888a-4050-8da5-e4acb9aab247 Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "7c90836e6350400994a5e0637b8a1919", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b/volumes/0371f250-5a9e-472c-97f2-75f8c6edfcee", "rel": "self"}, {"href": "http://172.30.9.21:8776/2a35407cca9e4a0dacc5b23ac282f99b/volumes/0371f250-5a9e-472c-97f2-75f8c6edfcee", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-26T10:02:13.000000", "description": null, "os-vol-tenant-attr:tenant_id": "2a35407cca9e4a0dacc5b23ac282f99b", "updated_at": "2018-10-26T10:02:14.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0371f250-5a9e-472c-97f2-75f8c6edfcee", "size": 1}]} 2018-10-26 10:02:15,164 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b/volumes/detail used request id req-9c2f7c52-888a-4050-8da5-e4acb9aab247 2018-10-26 10:02:15,168 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-9c2f7c52-888a-4050-8da5-e4acb9aab247" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fb27cad40ec6387407fcdac08a591125e56401d" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-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-26 10:02:15,473 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10:02:15 GMT Server: Apache x-compute-request-id: req-fa0e415f-ad33-4362-83ad-dff82e01b18f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-fa0e415f-ad33-4362-83ad-dff82e01b18f Content-Length: 851 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "7c90836e6350400994a5e0637b8a1919", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b/volumes/18a92b14-4f6a-46f1-b45f-d1d79c9459dd", "rel": "self"}, {"href": "http://172.30.9.21:8776/2a35407cca9e4a0dacc5b23ac282f99b/volumes/18a92b14-4f6a-46f1-b45f-d1d79c9459dd", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-26T10:02:15.408286", "description": null, "updated_at": null, "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "18a92b14-4f6a-46f1-b45f-d1d79c9459dd", "size": 1}} 2018-10-26 10:02:15,473 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b/volumes used request id req-fa0e415f-ad33-4362-83ad-dff82e01b18f 2018-10-26 10:02:15,477 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b/volumes/18a92b14-4f6a-46f1-b45f-d1d79c9459dd -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9c2f7c52-888a-4050-8da5-e4acb9aab247" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fb27cad40ec6387407fcdac08a591125e56401d" 2018-10-26 10:02:15,672 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:02:15 GMT Server: Apache x-compute-request-id: req-1052110e-8442-443b-baee-0431d0311007 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1052110e-8442-443b-baee-0431d0311007 Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "7c90836e6350400994a5e0637b8a1919", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b/volumes/18a92b14-4f6a-46f1-b45f-d1d79c9459dd", "rel": "self"}, {"href": "http://172.30.9.21:8776/2a35407cca9e4a0dacc5b23ac282f99b/volumes/18a92b14-4f6a-46f1-b45f-d1d79c9459dd", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-26T10:02:15.000000", "description": null, "os-vol-tenant-attr:tenant_id": "2a35407cca9e4a0dacc5b23ac282f99b", "updated_at": "2018-10-26T10:02:15.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "18a92b14-4f6a-46f1-b45f-d1d79c9459dd", "size": 1}} 2018-10-26 10:02:15,673 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b/volumes/18a92b14-4f6a-46f1-b45f-d1d79c9459dd used request id req-1052110e-8442-443b-baee-0431d0311007 2018-10-26 10:02:15,673 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-2 2018-10-26 10:02:15,676 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b/volumes/18a92b14-4f6a-46f1-b45f-d1d79c9459dd -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9c2f7c52-888a-4050-8da5-e4acb9aab247" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fb27cad40ec6387407fcdac08a591125e56401d" 2018-10-26 10:02:15,862 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:02:15 GMT Server: Apache x-compute-request-id: req-c09d6297-bb3e-4e91-bcdc-bb2febdd5a05 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c09d6297-bb3e-4e91-bcdc-bb2febdd5a05 Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "7c90836e6350400994a5e0637b8a1919", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b/volumes/18a92b14-4f6a-46f1-b45f-d1d79c9459dd", "rel": "self"}, {"href": "http://172.30.9.21:8776/2a35407cca9e4a0dacc5b23ac282f99b/volumes/18a92b14-4f6a-46f1-b45f-d1d79c9459dd", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-26T10:02:15.000000", "description": null, "os-vol-tenant-attr:tenant_id": "2a35407cca9e4a0dacc5b23ac282f99b", "updated_at": "2018-10-26T10:02:15.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "18a92b14-4f6a-46f1-b45f-d1d79c9459dd", "size": 1}} 2018-10-26 10:02:15,862 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b/volumes/18a92b14-4f6a-46f1-b45f-d1d79c9459dd used request id req-c09d6297-bb3e-4e91-bcdc-bb2febdd5a05 2018-10-26 10:02:15,863 - create_volume - DEBUG - Instance status is - creating 2018-10-26 10:02:15,863 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-10-26 10:02:18,866 - create_volume - DEBUG - Volume status query timeout in 296.807100058 2018-10-26 10:02:18,869 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b/volumes/18a92b14-4f6a-46f1-b45f-d1d79c9459dd -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9c2f7c52-888a-4050-8da5-e4acb9aab247" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fb27cad40ec6387407fcdac08a591125e56401d" 2018-10-26 10:02:19,077 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:02:18 GMT Server: Apache x-compute-request-id: req-0e59316c-0df5-4cef-af06-71991e6e0ecc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0e59316c-0df5-4cef-af06-71991e6e0ecc Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "7c90836e6350400994a5e0637b8a1919", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b/volumes/18a92b14-4f6a-46f1-b45f-d1d79c9459dd", "rel": "self"}, {"href": "http://172.30.9.21:8776/2a35407cca9e4a0dacc5b23ac282f99b/volumes/18a92b14-4f6a-46f1-b45f-d1d79c9459dd", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-26T10:02:15.000000", "description": null, "os-vol-tenant-attr:tenant_id": "2a35407cca9e4a0dacc5b23ac282f99b", "updated_at": "2018-10-26T10:02:15.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "18a92b14-4f6a-46f1-b45f-d1d79c9459dd", "size": 1}} 2018-10-26 10:02:19,077 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b/volumes/18a92b14-4f6a-46f1-b45f-d1d79c9459dd used request id req-0e59316c-0df5-4cef-af06-71991e6e0ecc 2018-10-26 10:02:19,077 - create_volume - DEBUG - Instance status is - available 2018-10-26 10:02:19,077 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-2 2018-10-26 10:02:19,078 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-2 2018-10-26 10:02:19,078 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:02:19,079 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:02:19,454 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d0e130afad104bd1b373b5eb1e9b7f6b", "name": "CreateInstanceVolumeTests-01d9202f-3bb2-46e-proj-role"}], "expires_at": "2018-10-26T11:02:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2a35407cca9e4a0dacc5b23ac282f99b", "name": "CreateInstanceVolumeTests-01d9202f-3bb2-46e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-01d9202f-3bb2-46e-user", "id": "7c90836e6350400994a5e0637b8a1919"}, "audit_ids": ["rmfm9Bh-QKSGZfCIeZLDvg"], "issued_at": "2018-10-26T10:02:19.000000Z"}} 2018-10-26 10:02:19,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:19,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:02:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75994860-9e25-4b67-ad2f-2dcafad1f3bb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:02:19,539 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-75994860-9e25-4b67-ad2f-2dcafad1f3bb 2018-10-26 10:02:19,540 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:02:19,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:19,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:02:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c86398d-5466-4410-8bd1-fb33ab33e1c0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:02:19,554 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-3c86398d-5466-4410-8bd1-fb33ab33e1c0 2018-10-26 10:02:19,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:19,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-808d6551-fc9e-405a-b8d0-4bb628dc85ee Date: Fri, 26 Oct 2018 10:02: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":["129746d3-0726-481b-8389-9b9d91e1a150"],"updated_at":"2018-10-26T10:02:12Z","tenant_id":"2a35407cca9e4a0dacc5b23ac282f99b","created_at":"2018-10-26T10:02:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2a35407cca9e4a0dacc5b23ac282f99b","id":"53727433-1496-47c9-96f2-dc727c8d0fe9","name":"CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-net"}]} 2018-10-26 10:02:19,824 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-net used request id req-808d6551-fc9e-405a-b8d0-4bb628dc85ee 2018-10-26 10:02:19,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:02:19,834 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:02: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:02:19,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2a35407cca9e4a0dacc5b23ac282f99b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:19,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:02:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7be517ff-f05e-4e52-94a3-0de5966e2922 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2a35407cca9e4a0dacc5b23ac282f99b"}, "enabled": true, "id": "2a35407cca9e4a0dacc5b23ac282f99b", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-01d9202f-3bb2-46e-proj"}} 2018-10-26 10:02:19,913 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2a35407cca9e4a0dacc5b23ac282f99b used request id req-7be517ff-f05e-4e52-94a3-0de5966e2922 2018-10-26 10:02:19,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=53727433-1496-47c9-96f2-dc727c8d0fe9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:20,115 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-77b01674-0817-4d27-90b0-04b68f48dad7 Date: Fri, 26 Oct 2018 10:02:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"53727433-1496-47c9-96f2-dc727c8d0fe9","tenant_id":"2a35407cca9e4a0dacc5b23ac282f99b","created_at":"2018-10-26T10:02:12Z","dns_nameservers":[],"updated_at":"2018-10-26T10:02: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":"2a35407cca9e4a0dacc5b23ac282f99b","id":"129746d3-0726-481b-8389-9b9d91e1a150","subnetpool_id":null,"name":"CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-subnet"}]} 2018-10-26 10:02:20,116 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=53727433-1496-47c9-96f2-dc727c8d0fe9 used request id req-77b01674-0817-4d27-90b0-04b68f48dad7 2018-10-26 10:02:20,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=53727433-1496-47c9-96f2-dc727c8d0fe9&name=CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:20,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-3e51d5b2-4ff4-4c63-b1e2-b7bf27f6b20d Date: Fri, 26 Oct 2018 10:02:20 GMT RESP BODY: {"ports":[]} 2018-10-26 10:02:20,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=53727433-1496-47c9-96f2-dc727c8d0fe9&name=CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-port&admin_state_up=True used request id req-3e51d5b2-4ff4-4c63-b1e2-b7bf27f6b20d 2018-10-26 10:02:20,310 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:20,535 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:02: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-41b3b909-6742-4959-be8c-dfdd3bc28bec x-compute-request-id: req-41b3b909-6742-4959-be8c-dfdd3bc28bec Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-26 10:02:20,535 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-inst used request id req-41b3b909-6742-4959-be8c-dfdd3bc28bec 2018-10-26 10:02:20,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:20,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-ba08c2e2-a3fd-4630-9c85-49be23d2d035 Date: Fri, 26 Oct 2018 10:02: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":["129746d3-0726-481b-8389-9b9d91e1a150"],"updated_at":"2018-10-26T10:02:12Z","tenant_id":"2a35407cca9e4a0dacc5b23ac282f99b","created_at":"2018-10-26T10:02:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2a35407cca9e4a0dacc5b23ac282f99b","id":"53727433-1496-47c9-96f2-dc727c8d0fe9","name":"CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-net"}]} 2018-10-26 10:02:20,776 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-net used request id req-ba08c2e2-a3fd-4630-9c85-49be23d2d035 2018-10-26 10:02:20,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2a35407cca9e4a0dacc5b23ac282f99b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:20,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:02:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f9abefa-1727-4452-987a-3d843f098e9b Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2a35407cca9e4a0dacc5b23ac282f99b"}, "enabled": true, "id": "2a35407cca9e4a0dacc5b23ac282f99b", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-01d9202f-3bb2-46e-proj"}} 2018-10-26 10:02:20,858 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2a35407cca9e4a0dacc5b23ac282f99b used request id req-1f9abefa-1727-4452-987a-3d843f098e9b 2018-10-26 10:02:20,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=53727433-1496-47c9-96f2-dc727c8d0fe9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:21,073 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-fc1a6c18-d5b9-4f36-bbe7-a96f2fabb30d Date: Fri, 26 Oct 2018 10:02:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"53727433-1496-47c9-96f2-dc727c8d0fe9","tenant_id":"2a35407cca9e4a0dacc5b23ac282f99b","created_at":"2018-10-26T10:02:12Z","dns_nameservers":[],"updated_at":"2018-10-26T10:02: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":"2a35407cca9e4a0dacc5b23ac282f99b","id":"129746d3-0726-481b-8389-9b9d91e1a150","subnetpool_id":null,"name":"CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-subnet"}]} 2018-10-26 10:02:21,073 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=53727433-1496-47c9-96f2-dc727c8d0fe9 used request id req-fc1a6c18-d5b9-4f36-bbe7-a96f2fabb30d 2018-10-26 10:02:21,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=53727433-1496-47c9-96f2-dc727c8d0fe9&name=CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:21,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-cc56d7b9-2e13-4303-b629-170f5cce74dd Date: Fri, 26 Oct 2018 10:02:21 GMT RESP BODY: {"ports":[]} 2018-10-26 10:02:21,259 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=53727433-1496-47c9-96f2-dc727c8d0fe9&name=CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-port&admin_state_up=True used request id req-cc56d7b9-2e13-4303-b629-170f5cce74dd 2018-10-26 10:02:21,259 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:02:21,260 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:02:21,636 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d0e130afad104bd1b373b5eb1e9b7f6b", "name": "CreateInstanceVolumeTests-01d9202f-3bb2-46e-proj-role"}], "expires_at": "2018-10-26T11:02:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2a35407cca9e4a0dacc5b23ac282f99b", "name": "CreateInstanceVolumeTests-01d9202f-3bb2-46e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-01d9202f-3bb2-46e-user", "id": "7c90836e6350400994a5e0637b8a1919"}, "audit_ids": ["tRUHmHsiRlOXmFTW29MfpQ"], "issued_at": "2018-10-26T10:02:21.000000Z"}} 2018-10-26 10:02:21,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5db1300b6f17f58d480dd9d9ccf17b5373fb5394" 2018-10-26 10:02:21,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:02:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ca09a50-41e5-4de4-8048-9f3953eac3bc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:02:21,711 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-3ca09a50-41e5-4de4-8048-9f3953eac3bc 2018-10-26 10:02:21,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:21,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-ed4203e9-ecb9-4dc9-9c81-bc4067a0562e Date: Fri, 26 Oct 2018 10:02: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":["129746d3-0726-481b-8389-9b9d91e1a150"],"updated_at":"2018-10-26T10:02:12Z","tenant_id":"2a35407cca9e4a0dacc5b23ac282f99b","created_at":"2018-10-26T10:02:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2a35407cca9e4a0dacc5b23ac282f99b","id":"53727433-1496-47c9-96f2-dc727c8d0fe9","name":"CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-net"}]} 2018-10-26 10:02:21,961 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-net used request id req-ed4203e9-ecb9-4dc9-9c81-bc4067a0562e 2018-10-26 10:02:21,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=53727433-1496-47c9-96f2-dc727c8d0fe9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:22,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-1ece217f-17c1-4038-a9b8-cf772b83c147 Date: Fri, 26 Oct 2018 10:02:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"53727433-1496-47c9-96f2-dc727c8d0fe9","tenant_id":"2a35407cca9e4a0dacc5b23ac282f99b","created_at":"2018-10-26T10:02:12Z","dns_nameservers":[],"updated_at":"2018-10-26T10:02: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":"2a35407cca9e4a0dacc5b23ac282f99b","id":"129746d3-0726-481b-8389-9b9d91e1a150","subnetpool_id":null,"name":"CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-subnet"}]} 2018-10-26 10:02:22,168 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=53727433-1496-47c9-96f2-dc727c8d0fe9 used request id req-1ece217f-17c1-4038-a9b8-cf772b83c147 2018-10-26 10:02:22,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:22,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-34945324-414a-4380-b584-9210af4019fd Date: Fri, 26 Oct 2018 10:02: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":["129746d3-0726-481b-8389-9b9d91e1a150"],"updated_at":"2018-10-26T10:02:12Z","tenant_id":"2a35407cca9e4a0dacc5b23ac282f99b","created_at":"2018-10-26T10:02:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2a35407cca9e4a0dacc5b23ac282f99b","id":"53727433-1496-47c9-96f2-dc727c8d0fe9","name":"CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-net"}]} 2018-10-26 10:02:22,431 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-net used request id req-34945324-414a-4380-b584-9210af4019fd 2018-10-26 10:02:22,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:02:22,439 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:02: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:02:22,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2a35407cca9e4a0dacc5b23ac282f99b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5db1300b6f17f58d480dd9d9ccf17b5373fb5394" 2018-10-26 10:02:22,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:02:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbedd5ee-c4cf-401a-820d-b50e8d6c965b Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2a35407cca9e4a0dacc5b23ac282f99b"}, "enabled": true, "id": "2a35407cca9e4a0dacc5b23ac282f99b", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-01d9202f-3bb2-46e-proj"}} 2018-10-26 10:02:22,456 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2a35407cca9e4a0dacc5b23ac282f99b used request id req-bbedd5ee-c4cf-401a-820d-b50e8d6c965b 2018-10-26 10:02:22,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=53727433-1496-47c9-96f2-dc727c8d0fe9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:22,657 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-1b033a10-9c47-4a54-8a69-8381420ed5c3 Date: Fri, 26 Oct 2018 10:02:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"53727433-1496-47c9-96f2-dc727c8d0fe9","tenant_id":"2a35407cca9e4a0dacc5b23ac282f99b","created_at":"2018-10-26T10:02:12Z","dns_nameservers":[],"updated_at":"2018-10-26T10:02: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":"2a35407cca9e4a0dacc5b23ac282f99b","id":"129746d3-0726-481b-8389-9b9d91e1a150","subnetpool_id":null,"name":"CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-subnet"}]} 2018-10-26 10:02:22,657 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=53727433-1496-47c9-96f2-dc727c8d0fe9 used request id req-1b033a10-9c47-4a54-8a69-8381420ed5c3 2018-10-26 10:02:22,658 - neutron_utils - INFO - Creating port for network with name - CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-net 2018-10-26 10:02:22,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" -d '{"port": {"network_id": "53727433-1496-47c9-96f2-dc727c8d0fe9", "name": "CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-port", "admin_state_up": true}}' 2018-10-26 10:02:23,788 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 780 X-Openstack-Request-Id: req-9c2784b8-dd5f-40f9-a27b-ea1519d3e601 Date: Fri, 26 Oct 2018 10:02:23 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:02:23Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"129746d3-0726-481b-8389-9b9d91e1a150","ip_address":"10.55.0.5"}],"id":"acc5dc8b-df96-4b1c-b2b0-2901bbc8cf2c","security_groups":["56f3b426-b064-461f-8389-8e95f6482d28"],"mac_address":"fa:16:3e:0c:7b:16","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-port","project_id":"2a35407cca9e4a0dacc5b23ac282f99b","qos_policy_id":null,"admin_state_up":true,"network_id":"53727433-1496-47c9-96f2-dc727c8d0fe9","tenant_id":"2a35407cca9e4a0dacc5b23ac282f99b","created_at":"2018-10-26T10:02:23Z","binding:vnic_type":"normal"}} 2018-10-26 10:02:23,788 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-9c2784b8-dd5f-40f9-a27b-ea1519d3e601 2018-10-26 10:02:23,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:23,900 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-2bf3843d-0621-41cc-b0d0-6620e34de1df Date: Fri, 26 Oct 2018 10:02: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":["129746d3-0726-481b-8389-9b9d91e1a150"],"updated_at":"2018-10-26T10:02:12Z","tenant_id":"2a35407cca9e4a0dacc5b23ac282f99b","created_at":"2018-10-26T10:02:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2a35407cca9e4a0dacc5b23ac282f99b","id":"53727433-1496-47c9-96f2-dc727c8d0fe9","name":"CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-net"}]} 2018-10-26 10:02:23,901 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-net used request id req-2bf3843d-0621-41cc-b0d0-6620e34de1df 2018-10-26 10:02:23,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2a35407cca9e4a0dacc5b23ac282f99b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:23,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:02:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdcdf916-cbfb-4002-8aaf-dda96a5021ba Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2a35407cca9e4a0dacc5b23ac282f99b"}, "enabled": true, "id": "2a35407cca9e4a0dacc5b23ac282f99b", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-01d9202f-3bb2-46e-proj"}} 2018-10-26 10:02:23,990 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2a35407cca9e4a0dacc5b23ac282f99b used request id req-fdcdf916-cbfb-4002-8aaf-dda96a5021ba 2018-10-26 10:02:23,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=53727433-1496-47c9-96f2-dc727c8d0fe9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:24,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-ada4cd1b-f530-490a-866a-02b1df1244f8 Date: Fri, 26 Oct 2018 10:02:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"53727433-1496-47c9-96f2-dc727c8d0fe9","tenant_id":"2a35407cca9e4a0dacc5b23ac282f99b","created_at":"2018-10-26T10:02:12Z","dns_nameservers":[],"updated_at":"2018-10-26T10:02: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":"2a35407cca9e4a0dacc5b23ac282f99b","id":"129746d3-0726-481b-8389-9b9d91e1a150","subnetpool_id":null,"name":"CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-subnet"}]} 2018-10-26 10:02:24,204 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=53727433-1496-47c9-96f2-dc727c8d0fe9 used request id req-ada4cd1b-f530-490a-866a-02b1df1244f8 2018-10-26 10:02:24,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=53727433-1496-47c9-96f2-dc727c8d0fe9&name=CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:24,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 783 X-Openstack-Request-Id: req-9f82cd9d-17da-48bc-b653-cfbded862960 Date: Fri, 26 Oct 2018 10:02:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:02:23Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"129746d3-0726-481b-8389-9b9d91e1a150","ip_address":"10.55.0.5"}],"id":"acc5dc8b-df96-4b1c-b2b0-2901bbc8cf2c","security_groups":["56f3b426-b064-461f-8389-8e95f6482d28"],"mac_address":"fa:16:3e:0c:7b:16","project_id":"2a35407cca9e4a0dacc5b23ac282f99b","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-port","admin_state_up":true,"network_id":"53727433-1496-47c9-96f2-dc727c8d0fe9","tenant_id":"2a35407cca9e4a0dacc5b23ac282f99b","created_at":"2018-10-26T10:02:23Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-26 10:02:24,408 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=53727433-1496-47c9-96f2-dc727c8d0fe9&name=CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-port&admin_state_up=True used request id req-9f82cd9d-17da-48bc-b653-cfbded862960 2018-10-26 10:02:24,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2a35407cca9e4a0dacc5b23ac282f99b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:24,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:02:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0ff9c27-e53f-4a23-be97-74a37a811b7d Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2a35407cca9e4a0dacc5b23ac282f99b"}, "enabled": true, "id": "2a35407cca9e4a0dacc5b23ac282f99b", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-01d9202f-3bb2-46e-proj"}} 2018-10-26 10:02:24,491 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2a35407cca9e4a0dacc5b23ac282f99b used request id req-d0ff9c27-e53f-4a23-be97-74a37a811b7d 2018-10-26 10:02:24,492 - nova_utils - INFO - Creating VM with name - CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-inst 2018-10-26 10:02:24,495 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:24,522 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:02:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0cb60b28-5a04-4f13-9488-f9a7fd8cdbff x-compute-request-id: req-0cb60b28-5a04-4f13-9488-f9a7fd8cdbff Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"flavors": [{"id": "372cc3a5-7839-4bcd-8dad-84ecb628cec2", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/372cc3a5-7839-4bcd-8dad-84ecb628cec2", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/372cc3a5-7839-4bcd-8dad-84ecb628cec2", "rel": "bookmark"}], "name": "CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-flavor-name"}]} 2018-10-26 10:02:24,523 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-0cb60b28-5a04-4f13-9488-f9a7fd8cdbff 2018-10-26 10:02:24,526 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/372cc3a5-7839-4bcd-8dad-84ecb628cec2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:24,547 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:02:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a4a3a0be-2696-41da-9daa-52621ff959c6 x-compute-request-id: req-a4a3a0be-2696-41da-9daa-52621ff959c6 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/372cc3a5-7839-4bcd-8dad-84ecb628cec2", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/372cc3a5-7839-4bcd-8dad-84ecb628cec2", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "372cc3a5-7839-4bcd-8dad-84ecb628cec2", "name": "CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 10:02:24,547 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/372cc3a5-7839-4bcd-8dad-84ecb628cec2 used request id req-a4a3a0be-2696-41da-9daa-52621ff959c6 2018-10-26 10:02:24,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:24,729 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1060 Content-Type: application/json X-Openstack-Request-Id: req-1abb4272-bd3a-48e5-bf83-d3b50c317853 Date: Fri, 26 Oct 2018 10:02:24 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:02:08Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T10:02:08Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/376de395-fe29-48d6-9b51-6852f57e8ec1/snap", "metadata": {}}], "self": "/v2/images/376de395-fe29-48d6-9b51-6852f57e8ec1", "min_disk": 0, "protected": false, "id": "376de395-fe29-48d6-9b51-6852f57e8ec1", "file": "/v2/images/376de395-fe29-48d6-9b51-6852f57e8ec1/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "2a35407cca9e4a0dacc5b23ac282f99b", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/376de395-fe29-48d6-9b51-6852f57e8ec1/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-image"} 2018-10-26 10:02:24,729 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-image used request id req-1abb4272-bd3a-48e5-bf83-d3b50c317853 2018-10-26 10:02:24,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:24,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-550fd8bd-18f0-4f65-a66f-596e4b0320ae Date: Fri, 26 Oct 2018 10:02: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-26 10:02:24,897 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-550fd8bd-18f0-4f65-a66f-596e4b0320ae 2018-10-26 10:02:24,903 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" -d '{"server": {"name": "CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-inst", "imageRef": "376de395-fe29-48d6-9b51-6852f57e8ec1", "flavorRef": "372cc3a5-7839-4bcd-8dad-84ecb628cec2", "max_count": 1, "min_count": 1, "networks": [{"port": "acc5dc8b-df96-4b1c-b2b0-2901bbc8cf2c"}]}}' 2018-10-26 10:02:26,047 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10:02:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1c73ebaa-dbe9-4229-aad8-998292b7f527 x-compute-request-id: req-1c73ebaa-dbe9-4229-aad8-998292b7f527 Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/316124ec-631e-4bcb-bb78-5351e5977e09 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "316124ec-631e-4bcb-bb78-5351e5977e09", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/316124ec-631e-4bcb-bb78-5351e5977e09", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/316124ec-631e-4bcb-bb78-5351e5977e09", "rel": "bookmark"}], "adminPass": "8TyGAFVPG3Rv"}} 2018-10-26 10:02:26,047 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-1c73ebaa-dbe9-4229-aad8-998292b7f527 2018-10-26 10:02:26,051 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/316124ec-631e-4bcb-bb78-5351e5977e09 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:26,128 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:02:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-592cba4d-1027-4002-8536-3da799fd23a0 x-compute-request-id: req-592cba4d-1027-4002-8536-3da799fd23a0 Content-Encoding: gzip Content-Length: 612 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/316124ec-631e-4bcb-bb78-5351e5977e09", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/316124ec-631e-4bcb-bb78-5351e5977e09", "rel": "bookmark"}], "image": {"id": "376de395-fe29-48d6-9b51-6852f57e8ec1", "links": [{"href": "http://172.30.9.21:8774/images/376de395-fe29-48d6-9b51-6852f57e8ec1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "372cc3a5-7839-4bcd-8dad-84ecb628cec2", "links": [{"href": "http://172.30.9.21:8774/flavors/372cc3a5-7839-4bcd-8dad-84ecb628cec2", "rel": "bookmark"}]}, "id": "316124ec-631e-4bcb-bb78-5351e5977e09", "user_id": "7c90836e6350400994a5e0637b8a1919", "OS-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-26T10:02:26Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-inst", "created": "2018-10-26T10:02:25Z", "tenant_id": "2a35407cca9e4a0dacc5b23ac282f99b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:02:26,129 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/316124ec-631e-4bcb-bb78-5351e5977e09 used request id req-592cba4d-1027-4002-8536-3da799fd23a0 2018-10-26 10:02:26,129 - create_instance - INFO - Created instance with name - CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-inst 2018-10-26 10:02:26,132 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/316124ec-631e-4bcb-bb78-5351e5977e09 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:26,486 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:02:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a1582d98-1c93-4d41-9ec5-4a011aa846d0 x-compute-request-id: req-a1582d98-1c93-4d41-9ec5-4a011aa846d0 Content-Encoding: gzip Content-Length: 612 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/316124ec-631e-4bcb-bb78-5351e5977e09", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/316124ec-631e-4bcb-bb78-5351e5977e09", "rel": "bookmark"}], "image": {"id": "376de395-fe29-48d6-9b51-6852f57e8ec1", "links": [{"href": "http://172.30.9.21:8774/images/376de395-fe29-48d6-9b51-6852f57e8ec1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "372cc3a5-7839-4bcd-8dad-84ecb628cec2", "links": [{"href": "http://172.30.9.21:8774/flavors/372cc3a5-7839-4bcd-8dad-84ecb628cec2", "rel": "bookmark"}]}, "id": "316124ec-631e-4bcb-bb78-5351e5977e09", "user_id": "7c90836e6350400994a5e0637b8a1919", "OS-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-26T10:02:26Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-inst", "created": "2018-10-26T10:02:25Z", "tenant_id": "2a35407cca9e4a0dacc5b23ac282f99b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:02:26,487 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/316124ec-631e-4bcb-bb78-5351e5977e09 used request id req-a1582d98-1c93-4d41-9ec5-4a011aa846d0 2018-10-26 10:02:26,487 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-inst] is - BUILD 2018-10-26 10:02:26,487 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:02:29,488 - create_instance - DEBUG - VM status query timeout in 896.64092207 2018-10-26 10:02:29,492 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/316124ec-631e-4bcb-bb78-5351e5977e09 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:30,029 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:02:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-66f48e9e-7a19-4318-9f7e-25775df4c050 x-compute-request-id: req-66f48e9e-7a19-4318-9f7e-25775df4c050 Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/316124ec-631e-4bcb-bb78-5351e5977e09", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/316124ec-631e-4bcb-bb78-5351e5977e09", "rel": "bookmark"}], "image": {"id": "376de395-fe29-48d6-9b51-6852f57e8ec1", "links": [{"href": "http://172.30.9.21:8774/images/376de395-fe29-48d6-9b51-6852f57e8ec1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "372cc3a5-7839-4bcd-8dad-84ecb628cec2", "links": [{"href": "http://172.30.9.21:8774/flavors/372cc3a5-7839-4bcd-8dad-84ecb628cec2", "rel": "bookmark"}]}, "id": "316124ec-631e-4bcb-bb78-5351e5977e09", "security_groups": [{"name": "default"}], "user_id": "7c90836e6350400994a5e0637b8a1919", "OS-DCF: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-26T10:02:27Z", "hostId": "5005442980b2c7f79b974b459ccb85645e9d661d7f76b90cdba9c340", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-inst", "created": "2018-10-26T10:02:25Z", "tenant_id": "2a35407cca9e4a0dacc5b23ac282f99b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:02:30,029 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/316124ec-631e-4bcb-bb78-5351e5977e09 used request id req-66f48e9e-7a19-4318-9f7e-25775df4c050 2018-10-26 10:02:30,029 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-inst] is - BUILD 2018-10-26 10:02:30,029 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:02:33,033 - create_instance - DEBUG - VM status query timeout in 893.096766949 2018-10-26 10:02:33,036 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/316124ec-631e-4bcb-bb78-5351e5977e09 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:33,529 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:02: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-eb060a54-d3e4-44b7-bd74-4baf681e2d25 x-compute-request-id: req-eb060a54-d3e4-44b7-bd74-4baf681e2d25 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:7b:16", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/316124ec-631e-4bcb-bb78-5351e5977e09", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/316124ec-631e-4bcb-bb78-5351e5977e09", "rel": "bookmark"}], "image": {"id": "376de395-fe29-48d6-9b51-6852f57e8ec1", "links": [{"href": "http://172.30.9.21:8774/images/376de395-fe29-48d6-9b51-6852f57e8ec1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:02:31.000000", "flavor": {"id": "372cc3a5-7839-4bcd-8dad-84ecb628cec2", "links": [{"href": "http://172.30.9.21:8774/flavors/372cc3a5-7839-4bcd-8dad-84ecb628cec2", "rel": "bookmark"}]}, "id": "316124ec-631e-4bcb-bb78-5351e5977e09", "security_groups": [{"name": "default"}], "user_id": "7c90836e6350400994a5e0637b8a1919", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:02:31Z", "hostId": "5005442980b2c7f79b974b459ccb85645e9d661d7f76b90cdba9c340", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-inst", "created": "2018-10-26T10:02:25Z", "tenant_id": "2a35407cca9e4a0dacc5b23ac282f99b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:02:33,529 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/316124ec-631e-4bcb-bb78-5351e5977e09 used request id req-eb060a54-d3e4-44b7-bd74-4baf681e2d25 2018-10-26 10:02:33,529 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-inst] is - ACTIVE 2018-10-26 10:02:33,529 - create_instance - INFO - VM is - ACTIVE 2018-10-26 10:02:33,532 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/316124ec-631e-4bcb-bb78-5351e5977e09 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:33,989 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:02: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-54497589-6d41-4288-98e3-7122d7c7a2f7 x-compute-request-id: req-54497589-6d41-4288-98e3-7122d7c7a2f7 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:7b:16", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/316124ec-631e-4bcb-bb78-5351e5977e09", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/316124ec-631e-4bcb-bb78-5351e5977e09", "rel": "bookmark"}], "image": {"id": "376de395-fe29-48d6-9b51-6852f57e8ec1", "links": [{"href": "http://172.30.9.21:8774/images/376de395-fe29-48d6-9b51-6852f57e8ec1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:02:31.000000", "flavor": {"id": "372cc3a5-7839-4bcd-8dad-84ecb628cec2", "links": [{"href": "http://172.30.9.21:8774/flavors/372cc3a5-7839-4bcd-8dad-84ecb628cec2", "rel": "bookmark"}]}, "id": "316124ec-631e-4bcb-bb78-5351e5977e09", "security_groups": [{"name": "default"}], "user_id": "7c90836e6350400994a5e0637b8a1919", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:02:31Z", "hostId": "5005442980b2c7f79b974b459ccb85645e9d661d7f76b90cdba9c340", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-inst", "created": "2018-10-26T10:02:25Z", "tenant_id": "2a35407cca9e4a0dacc5b23ac282f99b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:02:33,989 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/316124ec-631e-4bcb-bb78-5351e5977e09 used request id req-54497589-6d41-4288-98e3-7122d7c7a2f7 2018-10-26 10:02:33,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:34,264 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-0c3587e0-44a9-4b43-b9d6-f964a14e7a7f Date: Fri, 26 Oct 2018 10:02: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":["129746d3-0726-481b-8389-9b9d91e1a150"],"updated_at":"2018-10-26T10:02:12Z","tenant_id":"2a35407cca9e4a0dacc5b23ac282f99b","created_at":"2018-10-26T10:02:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2a35407cca9e4a0dacc5b23ac282f99b","id":"53727433-1496-47c9-96f2-dc727c8d0fe9","name":"CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-net"}]} 2018-10-26 10:02:34,265 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-net used request id req-0c3587e0-44a9-4b43-b9d6-f964a14e7a7f 2018-10-26 10:02:34,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2a35407cca9e4a0dacc5b23ac282f99b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:34,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:02:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5111c5dd-911f-414d-add2-5b2c3ed78742 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2a35407cca9e4a0dacc5b23ac282f99b"}, "enabled": true, "id": "2a35407cca9e4a0dacc5b23ac282f99b", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-01d9202f-3bb2-46e-proj"}} 2018-10-26 10:02:34,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2a35407cca9e4a0dacc5b23ac282f99b used request id req-5111c5dd-911f-414d-add2-5b2c3ed78742 2018-10-26 10:02:34,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=53727433-1496-47c9-96f2-dc727c8d0fe9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:34,420 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-9544295e-52db-40b3-a9c7-9cf2a79fdf0a Date: Fri, 26 Oct 2018 10:02:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"53727433-1496-47c9-96f2-dc727c8d0fe9","tenant_id":"2a35407cca9e4a0dacc5b23ac282f99b","created_at":"2018-10-26T10:02:12Z","dns_nameservers":[],"updated_at":"2018-10-26T10:02: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":"2a35407cca9e4a0dacc5b23ac282f99b","id":"129746d3-0726-481b-8389-9b9d91e1a150","subnetpool_id":null,"name":"CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-subnet"}]} 2018-10-26 10:02:34,420 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=53727433-1496-47c9-96f2-dc727c8d0fe9 used request id req-9544295e-52db-40b3-a9c7-9cf2a79fdf0a 2018-10-26 10:02:34,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=53727433-1496-47c9-96f2-dc727c8d0fe9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:34,517 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-03154848-5bd3-4aea-9ce2-c1b6489e727f Date: Fri, 26 Oct 2018 10:02:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:02:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"129746d3-0726-481b-8389-9b9d91e1a150","ip_address":"10.55.0.3"}],"id":"4c739fe9-2b41-4d67-8b5e-1da0b5b35462","security_groups":[],"mac_address":"fa:16:3e:b6:af:14","project_id":"2a35407cca9e4a0dacc5b23ac282f99b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"53727433-1496-47c9-96f2-dc727c8d0fe9","tenant_id":"2a35407cca9e4a0dacc5b23ac282f99b","created_at":"2018-10-26T10:02:13Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-53727433-1496-47c9-96f2-dc727c8d0fe9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:02:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"129746d3-0726-481b-8389-9b9d91e1a150","ip_address":"10.55.0.4"}],"id":"6cf736d6-d41f-44ee-afe3-883988c8f2bc","security_groups":[],"mac_address":"fa:16:3e:94:0f:6f","project_id":"2a35407cca9e4a0dacc5b23ac282f99b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"53727433-1496-47c9-96f2-dc727c8d0fe9","tenant_id":"2a35407cca9e4a0dacc5b23ac282f99b","created_at":"2018-10-26T10:02:14Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-53727433-1496-47c9-96f2-dc727c8d0fe9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:02:31Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"129746d3-0726-481b-8389-9b9d91e1a150","ip_address":"10.55.0.5"}],"id":"acc5dc8b-df96-4b1c-b2b0-2901bbc8cf2c","security_groups":["56f3b426-b064-461f-8389-8e95f6482d28"],"mac_address":"fa:16:3e:0c:7b:16","project_id":"2a35407cca9e4a0dacc5b23ac282f99b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-port","admin_state_up":true,"network_id":"53727433-1496-47c9-96f2-dc727c8d0fe9","tenant_id":"2a35407cca9e4a0dacc5b23ac282f99b","created_at":"2018-10-26T10:02:23Z","binding:vnic_type":"normal","device_id":"316124ec-631e-4bcb-bb78-5351e5977e09"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:02:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"129746d3-0726-481b-8389-9b9d91e1a150","ip_address":"10.55.0.2"}],"id":"de38607d-9e16-4b1f-9831-2910d69661c5","security_groups":[],"mac_address":"fa:16:3e:1b:57:19","project_id":"2a35407cca9e4a0dacc5b23ac282f99b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"53727433-1496-47c9-96f2-dc727c8d0fe9","tenant_id":"2a35407cca9e4a0dacc5b23ac282f99b","created_at":"2018-10-26T10:02:12Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-53727433-1496-47c9-96f2-dc727c8d0fe9"}]} 2018-10-26 10:02:34,517 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=53727433-1496-47c9-96f2-dc727c8d0fe9 used request id req-03154848-5bd3-4aea-9ce2-c1b6489e727f 2018-10-26 10:02:34,521 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:34,717 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:02:34 GMT Server: Apache x-compute-request-id: req-dc05cd60-2115-40b0-9e1d-e8d5261b326e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-dc05cd60-2115-40b0-9e1d-e8d5261b326e Content-Encoding: gzip Content-Length: 519 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "7c90836e6350400994a5e0637b8a1919", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b/volumes/18a92b14-4f6a-46f1-b45f-d1d79c9459dd", "rel": "self"}, {"href": "http://172.30.9.21:8776/2a35407cca9e4a0dacc5b23ac282f99b/volumes/18a92b14-4f6a-46f1-b45f-d1d79c9459dd", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-26T10:02:15.000000", "description": null, "os-vol-tenant-attr:tenant_id": "2a35407cca9e4a0dacc5b23ac282f99b", "updated_at": "2018-10-26T10:02:15.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "18a92b14-4f6a-46f1-b45f-d1d79c9459dd", "size": 1}, {"status": "available", "user_id": "7c90836e6350400994a5e0637b8a1919", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b/volumes/0371f250-5a9e-472c-97f2-75f8c6edfcee", "rel": "self"}, {"href": "http://172.30.9.21:8776/2a35407cca9e4a0dacc5b23ac282f99b/volumes/0371f250-5a9e-472c-97f2-75f8c6edfcee", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-26T10:02:13.000000", "description": null, "os-vol-tenant-attr:tenant_id": "2a35407cca9e4a0dacc5b23ac282f99b", "updated_at": "2018-10-26T10:02:14.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0371f250-5a9e-472c-97f2-75f8c6edfcee", "size": 1}]} 2018-10-26 10:02:34,717 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b/volumes/detail used request id req-dc05cd60-2115-40b0-9e1d-e8d5261b326e 2018-10-26 10:02:34,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2a35407cca9e4a0dacc5b23ac282f99b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:34,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:02:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a188bb5-24b2-4a8f-8903-38e849aa4c02 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2a35407cca9e4a0dacc5b23ac282f99b"}, "enabled": true, "id": "2a35407cca9e4a0dacc5b23ac282f99b", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-01d9202f-3bb2-46e-proj"}} 2018-10-26 10:02:34,797 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2a35407cca9e4a0dacc5b23ac282f99b used request id req-9a188bb5-24b2-4a8f-8903-38e849aa4c02 2018-10-26 10:02:34,800 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/316124ec-631e-4bcb-bb78-5351e5977e09 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:35,402 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:02:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-17305827-38c5-45ae-aa6e-09a100ce5e09 x-compute-request-id: req-17305827-38c5-45ae-aa6e-09a100ce5e09 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:7b:16", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/316124ec-631e-4bcb-bb78-5351e5977e09", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/316124ec-631e-4bcb-bb78-5351e5977e09", "rel": "bookmark"}], "image": {"id": "376de395-fe29-48d6-9b51-6852f57e8ec1", "links": [{"href": "http://172.30.9.21:8774/images/376de395-fe29-48d6-9b51-6852f57e8ec1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:02:31.000000", "flavor": {"id": "372cc3a5-7839-4bcd-8dad-84ecb628cec2", "links": [{"href": "http://172.30.9.21:8774/flavors/372cc3a5-7839-4bcd-8dad-84ecb628cec2", "rel": "bookmark"}]}, "id": "316124ec-631e-4bcb-bb78-5351e5977e09", "security_groups": [{"name": "default"}], "user_id": "7c90836e6350400994a5e0637b8a1919", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:02:31Z", "hostId": "5005442980b2c7f79b974b459ccb85645e9d661d7f76b90cdba9c340", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-inst", "created": "2018-10-26T10:02:25Z", "tenant_id": "2a35407cca9e4a0dacc5b23ac282f99b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:02:35,402 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/316124ec-631e-4bcb-bb78-5351e5977e09 used request id req-17305827-38c5-45ae-aa6e-09a100ce5e09 2018-10-26 10:02:35,402 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-inst] is - ACTIVE 2018-10-26 10:02:35,403 - create_instance - INFO - VM is - ACTIVE 2018-10-26 10:02:35,405 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/316124ec-631e-4bcb-bb78-5351e5977e09 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:36,143 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-7ac2ad0b-94c1-4348-8b27-f4fbd29eb5e9 x-compute-request-id: req-7ac2ad0b-94c1-4348-8b27-f4fbd29eb5e9 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:7b:16", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/316124ec-631e-4bcb-bb78-5351e5977e09", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/316124ec-631e-4bcb-bb78-5351e5977e09", "rel": "bookmark"}], "image": {"id": "376de395-fe29-48d6-9b51-6852f57e8ec1", "links": [{"href": "http://172.30.9.21:8774/images/376de395-fe29-48d6-9b51-6852f57e8ec1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:02:31.000000", "flavor": {"id": "372cc3a5-7839-4bcd-8dad-84ecb628cec2", "links": [{"href": "http://172.30.9.21:8774/flavors/372cc3a5-7839-4bcd-8dad-84ecb628cec2", "rel": "bookmark"}]}, "id": "316124ec-631e-4bcb-bb78-5351e5977e09", "security_groups": [{"name": "default"}], "user_id": "7c90836e6350400994a5e0637b8a1919", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:02:31Z", "hostId": "5005442980b2c7f79b974b459ccb85645e9d661d7f76b90cdba9c340", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-inst", "created": "2018-10-26T10:02:25Z", "tenant_id": "2a35407cca9e4a0dacc5b23ac282f99b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:02:36,143 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/316124ec-631e-4bcb-bb78-5351e5977e09 used request id req-7ac2ad0b-94c1-4348-8b27-f4fbd29eb5e9 2018-10-26 10:02:36,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:36,375 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-75f7825e-c24c-455f-aba1-21c81c62fb8b Date: Fri, 26 Oct 2018 10:02: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":["129746d3-0726-481b-8389-9b9d91e1a150"],"updated_at":"2018-10-26T10:02:12Z","tenant_id":"2a35407cca9e4a0dacc5b23ac282f99b","created_at":"2018-10-26T10:02:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2a35407cca9e4a0dacc5b23ac282f99b","id":"53727433-1496-47c9-96f2-dc727c8d0fe9","name":"CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-net"}]} 2018-10-26 10:02:36,375 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-net used request id req-75f7825e-c24c-455f-aba1-21c81c62fb8b 2018-10-26 10:02:36,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2a35407cca9e4a0dacc5b23ac282f99b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:36,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:02:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0bd1ecf-8411-49bd-a639-552945cdb873 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2a35407cca9e4a0dacc5b23ac282f99b"}, "enabled": true, "id": "2a35407cca9e4a0dacc5b23ac282f99b", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-01d9202f-3bb2-46e-proj"}} 2018-10-26 10:02:36,456 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2a35407cca9e4a0dacc5b23ac282f99b used request id req-e0bd1ecf-8411-49bd-a639-552945cdb873 2018-10-26 10:02:36,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=53727433-1496-47c9-96f2-dc727c8d0fe9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:36,654 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-7ab64ca2-4a6c-4ac3-9c87-9822d478d584 Date: Fri, 26 Oct 2018 10:02:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"53727433-1496-47c9-96f2-dc727c8d0fe9","tenant_id":"2a35407cca9e4a0dacc5b23ac282f99b","created_at":"2018-10-26T10:02:12Z","dns_nameservers":[],"updated_at":"2018-10-26T10:02: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":"2a35407cca9e4a0dacc5b23ac282f99b","id":"129746d3-0726-481b-8389-9b9d91e1a150","subnetpool_id":null,"name":"CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-subnet"}]} 2018-10-26 10:02:36,654 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=53727433-1496-47c9-96f2-dc727c8d0fe9 used request id req-7ab64ca2-4a6c-4ac3-9c87-9822d478d584 2018-10-26 10:02:36,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=53727433-1496-47c9-96f2-dc727c8d0fe9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:36,748 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-43a29f25-530c-4e05-b6ab-deca9d1a16fd Date: Fri, 26 Oct 2018 10:02:36 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:02:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"129746d3-0726-481b-8389-9b9d91e1a150","ip_address":"10.55.0.3"}],"id":"4c739fe9-2b41-4d67-8b5e-1da0b5b35462","security_groups":[],"mac_address":"fa:16:3e:b6:af:14","project_id":"2a35407cca9e4a0dacc5b23ac282f99b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"53727433-1496-47c9-96f2-dc727c8d0fe9","tenant_id":"2a35407cca9e4a0dacc5b23ac282f99b","created_at":"2018-10-26T10:02:13Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-53727433-1496-47c9-96f2-dc727c8d0fe9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:02:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"129746d3-0726-481b-8389-9b9d91e1a150","ip_address":"10.55.0.4"}],"id":"6cf736d6-d41f-44ee-afe3-883988c8f2bc","security_groups":[],"mac_address":"fa:16:3e:94:0f:6f","project_id":"2a35407cca9e4a0dacc5b23ac282f99b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"53727433-1496-47c9-96f2-dc727c8d0fe9","tenant_id":"2a35407cca9e4a0dacc5b23ac282f99b","created_at":"2018-10-26T10:02:14Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-53727433-1496-47c9-96f2-dc727c8d0fe9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:02:31Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"129746d3-0726-481b-8389-9b9d91e1a150","ip_address":"10.55.0.5"}],"id":"acc5dc8b-df96-4b1c-b2b0-2901bbc8cf2c","security_groups":["56f3b426-b064-461f-8389-8e95f6482d28"],"mac_address":"fa:16:3e:0c:7b:16","project_id":"2a35407cca9e4a0dacc5b23ac282f99b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-port","admin_state_up":true,"network_id":"53727433-1496-47c9-96f2-dc727c8d0fe9","tenant_id":"2a35407cca9e4a0dacc5b23ac282f99b","created_at":"2018-10-26T10:02:23Z","binding:vnic_type":"normal","device_id":"316124ec-631e-4bcb-bb78-5351e5977e09"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:02:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"129746d3-0726-481b-8389-9b9d91e1a150","ip_address":"10.55.0.2"}],"id":"de38607d-9e16-4b1f-9831-2910d69661c5","security_groups":[],"mac_address":"fa:16:3e:1b:57:19","project_id":"2a35407cca9e4a0dacc5b23ac282f99b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"53727433-1496-47c9-96f2-dc727c8d0fe9","tenant_id":"2a35407cca9e4a0dacc5b23ac282f99b","created_at":"2018-10-26T10:02:12Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-53727433-1496-47c9-96f2-dc727c8d0fe9"}]} 2018-10-26 10:02:36,749 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=53727433-1496-47c9-96f2-dc727c8d0fe9 used request id req-43a29f25-530c-4e05-b6ab-deca9d1a16fd 2018-10-26 10:02:36,752 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/316124ec-631e-4bcb-bb78-5351e5977e09/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" -d '{"volumeAttachment": {"volumeId": "0371f250-5a9e-472c-97f2-75f8c6edfcee"}}' 2018-10-26 10:02:38,315 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:02: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-c7fdc16f-08b4-4392-bb39-95585fcc57bc x-compute-request-id: req-c7fdc16f-08b4-4392-bb39-95585fcc57bc Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "316124ec-631e-4bcb-bb78-5351e5977e09", "id": "0371f250-5a9e-472c-97f2-75f8c6edfcee", "volumeId": "0371f250-5a9e-472c-97f2-75f8c6edfcee"}} 2018-10-26 10:02:38,315 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/316124ec-631e-4bcb-bb78-5351e5977e09/os-volume_attachments used request id req-c7fdc16f-08b4-4392-bb39-95585fcc57bc 2018-10-26 10:02:38,318 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/316124ec-631e-4bcb-bb78-5351e5977e09 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:38,620 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:02: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-05d41326-0d23-4c57-ba7c-0023ba91fce9 x-compute-request-id: req-05d41326-0d23-4c57-ba7c-0023ba91fce9 Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:7b:16", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/316124ec-631e-4bcb-bb78-5351e5977e09", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/316124ec-631e-4bcb-bb78-5351e5977e09", "rel": "bookmark"}], "image": {"id": "376de395-fe29-48d6-9b51-6852f57e8ec1", "links": [{"href": "http://172.30.9.21:8774/images/376de395-fe29-48d6-9b51-6852f57e8ec1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:02:31.000000", "flavor": {"id": "372cc3a5-7839-4bcd-8dad-84ecb628cec2", "links": [{"href": "http://172.30.9.21:8774/flavors/372cc3a5-7839-4bcd-8dad-84ecb628cec2", "rel": "bookmark"}]}, "id": "316124ec-631e-4bcb-bb78-5351e5977e09", "security_groups": [{"name": "default"}], "user_id": "7c90836e6350400994a5e0637b8a1919", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:02:31Z", "hostId": "5005442980b2c7f79b974b459ccb85645e9d661d7f76b90cdba9c340", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-inst", "created": "2018-10-26T10:02:25Z", "tenant_id": "2a35407cca9e4a0dacc5b23ac282f99b", "os-extended-volumes:volumes_attached": [{"id": "0371f250-5a9e-472c-97f2-75f8c6edfcee"}], "metadata": {}}} 2018-10-26 10:02:38,621 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/316124ec-631e-4bcb-bb78-5351e5977e09 used request id req-05d41326-0d23-4c57-ba7c-0023ba91fce9 2018-10-26 10:02:38,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:38,723 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-60d75eb3-0273-4123-ae9f-17a6dfa3b216 Date: Fri, 26 Oct 2018 10:02: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":["129746d3-0726-481b-8389-9b9d91e1a150"],"updated_at":"2018-10-26T10:02:12Z","tenant_id":"2a35407cca9e4a0dacc5b23ac282f99b","created_at":"2018-10-26T10:02:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2a35407cca9e4a0dacc5b23ac282f99b","id":"53727433-1496-47c9-96f2-dc727c8d0fe9","name":"CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-net"}]} 2018-10-26 10:02:38,723 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-net used request id req-60d75eb3-0273-4123-ae9f-17a6dfa3b216 2018-10-26 10:02:38,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2a35407cca9e4a0dacc5b23ac282f99b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:38,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:02:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3475780-4040-406c-9fa6-fd061ee0c478 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2a35407cca9e4a0dacc5b23ac282f99b"}, "enabled": true, "id": "2a35407cca9e4a0dacc5b23ac282f99b", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-01d9202f-3bb2-46e-proj"}} 2018-10-26 10:02:38,809 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2a35407cca9e4a0dacc5b23ac282f99b used request id req-e3475780-4040-406c-9fa6-fd061ee0c478 2018-10-26 10:02:38,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=53727433-1496-47c9-96f2-dc727c8d0fe9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:38,901 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-058c110a-839b-40e6-8f55-c520cca6a949 Date: Fri, 26 Oct 2018 10:02:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"53727433-1496-47c9-96f2-dc727c8d0fe9","tenant_id":"2a35407cca9e4a0dacc5b23ac282f99b","created_at":"2018-10-26T10:02:12Z","dns_nameservers":[],"updated_at":"2018-10-26T10:02: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":"2a35407cca9e4a0dacc5b23ac282f99b","id":"129746d3-0726-481b-8389-9b9d91e1a150","subnetpool_id":null,"name":"CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-subnet"}]} 2018-10-26 10:02:38,901 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=53727433-1496-47c9-96f2-dc727c8d0fe9 used request id req-058c110a-839b-40e6-8f55-c520cca6a949 2018-10-26 10:02:38,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=53727433-1496-47c9-96f2-dc727c8d0fe9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:39,000 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-8e357438-417d-417b-87a9-68c2924e8352 Date: Fri, 26 Oct 2018 10:02:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:02:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"129746d3-0726-481b-8389-9b9d91e1a150","ip_address":"10.55.0.3"}],"id":"4c739fe9-2b41-4d67-8b5e-1da0b5b35462","security_groups":[],"mac_address":"fa:16:3e:b6:af:14","project_id":"2a35407cca9e4a0dacc5b23ac282f99b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"53727433-1496-47c9-96f2-dc727c8d0fe9","tenant_id":"2a35407cca9e4a0dacc5b23ac282f99b","created_at":"2018-10-26T10:02:13Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-53727433-1496-47c9-96f2-dc727c8d0fe9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:02:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"129746d3-0726-481b-8389-9b9d91e1a150","ip_address":"10.55.0.4"}],"id":"6cf736d6-d41f-44ee-afe3-883988c8f2bc","security_groups":[],"mac_address":"fa:16:3e:94:0f:6f","project_id":"2a35407cca9e4a0dacc5b23ac282f99b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"53727433-1496-47c9-96f2-dc727c8d0fe9","tenant_id":"2a35407cca9e4a0dacc5b23ac282f99b","created_at":"2018-10-26T10:02:14Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-53727433-1496-47c9-96f2-dc727c8d0fe9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:02:31Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"129746d3-0726-481b-8389-9b9d91e1a150","ip_address":"10.55.0.5"}],"id":"acc5dc8b-df96-4b1c-b2b0-2901bbc8cf2c","security_groups":["56f3b426-b064-461f-8389-8e95f6482d28"],"mac_address":"fa:16:3e:0c:7b:16","project_id":"2a35407cca9e4a0dacc5b23ac282f99b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-port","admin_state_up":true,"network_id":"53727433-1496-47c9-96f2-dc727c8d0fe9","tenant_id":"2a35407cca9e4a0dacc5b23ac282f99b","created_at":"2018-10-26T10:02:23Z","binding:vnic_type":"normal","device_id":"316124ec-631e-4bcb-bb78-5351e5977e09"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:02:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"129746d3-0726-481b-8389-9b9d91e1a150","ip_address":"10.55.0.2"}],"id":"de38607d-9e16-4b1f-9831-2910d69661c5","security_groups":[],"mac_address":"fa:16:3e:1b:57:19","project_id":"2a35407cca9e4a0dacc5b23ac282f99b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"53727433-1496-47c9-96f2-dc727c8d0fe9","tenant_id":"2a35407cca9e4a0dacc5b23ac282f99b","created_at":"2018-10-26T10:02:12Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-53727433-1496-47c9-96f2-dc727c8d0fe9"}]} 2018-10-26 10:02:39,001 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=53727433-1496-47c9-96f2-dc727c8d0fe9 used request id req-8e357438-417d-417b-87a9-68c2924e8352 2018-10-26 10:02:39,004 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-dc05cd60-2115-40b0-9e1d-e8d5261b326e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:39,200 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:02:39 GMT Server: Apache x-compute-request-id: req-d29b525c-2cfc-428e-82d8-b1acab426dc7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d29b525c-2cfc-428e-82d8-b1acab426dc7 Content-Encoding: gzip Content-Length: 525 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "7c90836e6350400994a5e0637b8a1919", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b/volumes/18a92b14-4f6a-46f1-b45f-d1d79c9459dd", "rel": "self"}, {"href": "http://172.30.9.21:8776/2a35407cca9e4a0dacc5b23ac282f99b/volumes/18a92b14-4f6a-46f1-b45f-d1d79c9459dd", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-26T10:02:15.000000", "description": null, "os-vol-tenant-attr:tenant_id": "2a35407cca9e4a0dacc5b23ac282f99b", "updated_at": "2018-10-26T10:02:15.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "18a92b14-4f6a-46f1-b45f-d1d79c9459dd", "size": 1}, {"status": "attaching", "user_id": "7c90836e6350400994a5e0637b8a1919", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b/volumes/0371f250-5a9e-472c-97f2-75f8c6edfcee", "rel": "self"}, {"href": "http://172.30.9.21:8776/2a35407cca9e4a0dacc5b23ac282f99b/volumes/0371f250-5a9e-472c-97f2-75f8c6edfcee", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-26T10:02:13.000000", "description": null, "os-vol-tenant-attr:tenant_id": "2a35407cca9e4a0dacc5b23ac282f99b", "updated_at": "2018-10-26T10:02:38.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0371f250-5a9e-472c-97f2-75f8c6edfcee", "size": 1}]} 2018-10-26 10:02:39,201 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b/volumes/detail used request id req-d29b525c-2cfc-428e-82d8-b1acab426dc7 2018-10-26 10:02:39,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2a35407cca9e4a0dacc5b23ac282f99b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:39,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:02:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e152f391-09e1-441b-b2f4-8b94b23e136c Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2a35407cca9e4a0dacc5b23ac282f99b"}, "enabled": true, "id": "2a35407cca9e4a0dacc5b23ac282f99b", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-01d9202f-3bb2-46e-proj"}} 2018-10-26 10:02:39,283 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2a35407cca9e4a0dacc5b23ac282f99b used request id req-e152f391-09e1-441b-b2f4-8b94b23e136c 2018-10-26 10:02:39,286 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/316124ec-631e-4bcb-bb78-5351e5977e09 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:39,817 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:02: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-b717b702-0941-420d-97e2-235cb51ed2d0 x-compute-request-id: req-b717b702-0941-420d-97e2-235cb51ed2d0 Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:7b:16", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/316124ec-631e-4bcb-bb78-5351e5977e09", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/316124ec-631e-4bcb-bb78-5351e5977e09", "rel": "bookmark"}], "image": {"id": "376de395-fe29-48d6-9b51-6852f57e8ec1", "links": [{"href": "http://172.30.9.21:8774/images/376de395-fe29-48d6-9b51-6852f57e8ec1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:02:31.000000", "flavor": {"id": "372cc3a5-7839-4bcd-8dad-84ecb628cec2", "links": [{"href": "http://172.30.9.21:8774/flavors/372cc3a5-7839-4bcd-8dad-84ecb628cec2", "rel": "bookmark"}]}, "id": "316124ec-631e-4bcb-bb78-5351e5977e09", "security_groups": [{"name": "default"}], "user_id": "7c90836e6350400994a5e0637b8a1919", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:02:31Z", "hostId": "5005442980b2c7f79b974b459ccb85645e9d661d7f76b90cdba9c340", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-inst", "created": "2018-10-26T10:02:25Z", "tenant_id": "2a35407cca9e4a0dacc5b23ac282f99b", "os-extended-volumes:volumes_attached": [{"id": "0371f250-5a9e-472c-97f2-75f8c6edfcee"}], "metadata": {}}} 2018-10-26 10:02:39,817 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/316124ec-631e-4bcb-bb78-5351e5977e09 used request id req-b717b702-0941-420d-97e2-235cb51ed2d0 2018-10-26 10:02:39,817 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-inst] is - ACTIVE 2018-10-26 10:02:39,818 - create_instance - INFO - VM is - ACTIVE 2018-10-26 10:02:39,821 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/316124ec-631e-4bcb-bb78-5351e5977e09 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:40,534 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:02: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-b0599618-8026-4e6f-ad6e-ed3b7351d22a x-compute-request-id: req-b0599618-8026-4e6f-ad6e-ed3b7351d22a Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:7b:16", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/316124ec-631e-4bcb-bb78-5351e5977e09", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/316124ec-631e-4bcb-bb78-5351e5977e09", "rel": "bookmark"}], "image": {"id": "376de395-fe29-48d6-9b51-6852f57e8ec1", "links": [{"href": "http://172.30.9.21:8774/images/376de395-fe29-48d6-9b51-6852f57e8ec1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:02:31.000000", "flavor": {"id": "372cc3a5-7839-4bcd-8dad-84ecb628cec2", "links": [{"href": "http://172.30.9.21:8774/flavors/372cc3a5-7839-4bcd-8dad-84ecb628cec2", "rel": "bookmark"}]}, "id": "316124ec-631e-4bcb-bb78-5351e5977e09", "security_groups": [{"name": "default"}], "user_id": "7c90836e6350400994a5e0637b8a1919", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:02:39Z", "hostId": "5005442980b2c7f79b974b459ccb85645e9d661d7f76b90cdba9c340", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-inst", "created": "2018-10-26T10:02:25Z", "tenant_id": "2a35407cca9e4a0dacc5b23ac282f99b", "os-extended-volumes:volumes_attached": [{"id": "0371f250-5a9e-472c-97f2-75f8c6edfcee"}], "metadata": {}}} 2018-10-26 10:02:40,535 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/316124ec-631e-4bcb-bb78-5351e5977e09 used request id req-b0599618-8026-4e6f-ad6e-ed3b7351d22a 2018-10-26 10:02:40,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:40,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-92de51fc-9752-4271-a940-858d65b99744 Date: Fri, 26 Oct 2018 10:02: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":["129746d3-0726-481b-8389-9b9d91e1a150"],"updated_at":"2018-10-26T10:02:12Z","tenant_id":"2a35407cca9e4a0dacc5b23ac282f99b","created_at":"2018-10-26T10:02:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2a35407cca9e4a0dacc5b23ac282f99b","id":"53727433-1496-47c9-96f2-dc727c8d0fe9","name":"CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-net"}]} 2018-10-26 10:02:40,638 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-net used request id req-92de51fc-9752-4271-a940-858d65b99744 2018-10-26 10:02:40,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2a35407cca9e4a0dacc5b23ac282f99b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:40,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:02:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ca88e16-8637-479c-81e2-90265ea21c46 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2a35407cca9e4a0dacc5b23ac282f99b"}, "enabled": true, "id": "2a35407cca9e4a0dacc5b23ac282f99b", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-01d9202f-3bb2-46e-proj"}} 2018-10-26 10:02:40,727 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2a35407cca9e4a0dacc5b23ac282f99b used request id req-2ca88e16-8637-479c-81e2-90265ea21c46 2018-10-26 10:02:40,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=53727433-1496-47c9-96f2-dc727c8d0fe9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:40,787 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-8519db1b-8d2b-4d85-b38d-9c8c80a4b0a7 Date: Fri, 26 Oct 2018 10:02:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"53727433-1496-47c9-96f2-dc727c8d0fe9","tenant_id":"2a35407cca9e4a0dacc5b23ac282f99b","created_at":"2018-10-26T10:02:12Z","dns_nameservers":[],"updated_at":"2018-10-26T10:02: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":"2a35407cca9e4a0dacc5b23ac282f99b","id":"129746d3-0726-481b-8389-9b9d91e1a150","subnetpool_id":null,"name":"CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-subnet"}]} 2018-10-26 10:02:40,787 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=53727433-1496-47c9-96f2-dc727c8d0fe9 used request id req-8519db1b-8d2b-4d85-b38d-9c8c80a4b0a7 2018-10-26 10:02:40,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=53727433-1496-47c9-96f2-dc727c8d0fe9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:41,018 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-8b5b2517-0ea8-4751-9646-ccd0ca408332 Date: Fri, 26 Oct 2018 10:02:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:02:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"129746d3-0726-481b-8389-9b9d91e1a150","ip_address":"10.55.0.3"}],"id":"4c739fe9-2b41-4d67-8b5e-1da0b5b35462","security_groups":[],"mac_address":"fa:16:3e:b6:af:14","project_id":"2a35407cca9e4a0dacc5b23ac282f99b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"53727433-1496-47c9-96f2-dc727c8d0fe9","tenant_id":"2a35407cca9e4a0dacc5b23ac282f99b","created_at":"2018-10-26T10:02:13Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-53727433-1496-47c9-96f2-dc727c8d0fe9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:02:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"129746d3-0726-481b-8389-9b9d91e1a150","ip_address":"10.55.0.4"}],"id":"6cf736d6-d41f-44ee-afe3-883988c8f2bc","security_groups":[],"mac_address":"fa:16:3e:94:0f:6f","project_id":"2a35407cca9e4a0dacc5b23ac282f99b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"53727433-1496-47c9-96f2-dc727c8d0fe9","tenant_id":"2a35407cca9e4a0dacc5b23ac282f99b","created_at":"2018-10-26T10:02:14Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-53727433-1496-47c9-96f2-dc727c8d0fe9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:02:31Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"129746d3-0726-481b-8389-9b9d91e1a150","ip_address":"10.55.0.5"}],"id":"acc5dc8b-df96-4b1c-b2b0-2901bbc8cf2c","security_groups":["56f3b426-b064-461f-8389-8e95f6482d28"],"mac_address":"fa:16:3e:0c:7b:16","project_id":"2a35407cca9e4a0dacc5b23ac282f99b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-port","admin_state_up":true,"network_id":"53727433-1496-47c9-96f2-dc727c8d0fe9","tenant_id":"2a35407cca9e4a0dacc5b23ac282f99b","created_at":"2018-10-26T10:02:23Z","binding:vnic_type":"normal","device_id":"316124ec-631e-4bcb-bb78-5351e5977e09"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:02:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"129746d3-0726-481b-8389-9b9d91e1a150","ip_address":"10.55.0.2"}],"id":"de38607d-9e16-4b1f-9831-2910d69661c5","security_groups":[],"mac_address":"fa:16:3e:1b:57:19","project_id":"2a35407cca9e4a0dacc5b23ac282f99b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"53727433-1496-47c9-96f2-dc727c8d0fe9","tenant_id":"2a35407cca9e4a0dacc5b23ac282f99b","created_at":"2018-10-26T10:02:12Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-53727433-1496-47c9-96f2-dc727c8d0fe9"}]} 2018-10-26 10:02:41,018 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=53727433-1496-47c9-96f2-dc727c8d0fe9 used request id req-8b5b2517-0ea8-4751-9646-ccd0ca408332 2018-10-26 10:02:41,021 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/316124ec-631e-4bcb-bb78-5351e5977e09/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" -d '{"volumeAttachment": {"volumeId": "18a92b14-4f6a-46f1-b45f-d1d79c9459dd"}}' 2018-10-26 10:02:41,909 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:02:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fc43353c-3b3f-43b7-a61e-da438c6dcfc4 x-compute-request-id: req-fc43353c-3b3f-43b7-a61e-da438c6dcfc4 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdc", "serverId": "316124ec-631e-4bcb-bb78-5351e5977e09", "id": "18a92b14-4f6a-46f1-b45f-d1d79c9459dd", "volumeId": "18a92b14-4f6a-46f1-b45f-d1d79c9459dd"}} 2018-10-26 10:02:41,910 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/316124ec-631e-4bcb-bb78-5351e5977e09/os-volume_attachments used request id req-fc43353c-3b3f-43b7-a61e-da438c6dcfc4 2018-10-26 10:02:41,913 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/316124ec-631e-4bcb-bb78-5351e5977e09 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:42,362 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:02:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-876fff5c-d45a-4d74-9a54-1f4ef347ad5d x-compute-request-id: req-876fff5c-d45a-4d74-9a54-1f4ef347ad5d Content-Encoding: gzip Content-Length: 801 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:7b:16", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/316124ec-631e-4bcb-bb78-5351e5977e09", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/316124ec-631e-4bcb-bb78-5351e5977e09", "rel": "bookmark"}], "image": {"id": "376de395-fe29-48d6-9b51-6852f57e8ec1", "links": [{"href": "http://172.30.9.21:8774/images/376de395-fe29-48d6-9b51-6852f57e8ec1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:02:31.000000", "flavor": {"id": "372cc3a5-7839-4bcd-8dad-84ecb628cec2", "links": [{"href": "http://172.30.9.21:8774/flavors/372cc3a5-7839-4bcd-8dad-84ecb628cec2", "rel": "bookmark"}]}, "id": "316124ec-631e-4bcb-bb78-5351e5977e09", "security_groups": [{"name": "default"}], "user_id": "7c90836e6350400994a5e0637b8a1919", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:02:39Z", "hostId": "5005442980b2c7f79b974b459ccb85645e9d661d7f76b90cdba9c340", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-inst", "created": "2018-10-26T10:02:25Z", "tenant_id": "2a35407cca9e4a0dacc5b23ac282f99b", "os-extended-volumes:volumes_attached": [{"id": "0371f250-5a9e-472c-97f2-75f8c6edfcee"}, {"id": "18a92b14-4f6a-46f1-b45f-d1d79c9459dd"}], "metadata": {}}} 2018-10-26 10:02:42,362 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/316124ec-631e-4bcb-bb78-5351e5977e09 used request id req-876fff5c-d45a-4d74-9a54-1f4ef347ad5d 2018-10-26 10:02:42,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:42,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-01257bb8-83d5-46ec-b02b-b3cca9b2b918 Date: Fri, 26 Oct 2018 10:02: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":["129746d3-0726-481b-8389-9b9d91e1a150"],"updated_at":"2018-10-26T10:02:12Z","tenant_id":"2a35407cca9e4a0dacc5b23ac282f99b","created_at":"2018-10-26T10:02:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2a35407cca9e4a0dacc5b23ac282f99b","id":"53727433-1496-47c9-96f2-dc727c8d0fe9","name":"CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-net"}]} 2018-10-26 10:02:42,470 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-net used request id req-01257bb8-83d5-46ec-b02b-b3cca9b2b918 2018-10-26 10:02:42,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2a35407cca9e4a0dacc5b23ac282f99b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:42,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:02:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e67f98c5-4365-45df-922f-8faa7495cc1e Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2a35407cca9e4a0dacc5b23ac282f99b"}, "enabled": true, "id": "2a35407cca9e4a0dacc5b23ac282f99b", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-01d9202f-3bb2-46e-proj"}} 2018-10-26 10:02:42,554 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2a35407cca9e4a0dacc5b23ac282f99b used request id req-e67f98c5-4365-45df-922f-8faa7495cc1e 2018-10-26 10:02:42,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=53727433-1496-47c9-96f2-dc727c8d0fe9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:42,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-885117ad-781c-4251-b967-5c1e73a02140 Date: Fri, 26 Oct 2018 10:02:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"53727433-1496-47c9-96f2-dc727c8d0fe9","tenant_id":"2a35407cca9e4a0dacc5b23ac282f99b","created_at":"2018-10-26T10:02:12Z","dns_nameservers":[],"updated_at":"2018-10-26T10:02: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":"2a35407cca9e4a0dacc5b23ac282f99b","id":"129746d3-0726-481b-8389-9b9d91e1a150","subnetpool_id":null,"name":"CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-subnet"}]} 2018-10-26 10:02:42,614 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=53727433-1496-47c9-96f2-dc727c8d0fe9 used request id req-885117ad-781c-4251-b967-5c1e73a02140 2018-10-26 10:02:42,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=53727433-1496-47c9-96f2-dc727c8d0fe9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:42,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-1442e547-a829-4b7d-8907-813518867a2e Date: Fri, 26 Oct 2018 10:02:42 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:02:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"129746d3-0726-481b-8389-9b9d91e1a150","ip_address":"10.55.0.3"}],"id":"4c739fe9-2b41-4d67-8b5e-1da0b5b35462","security_groups":[],"mac_address":"fa:16:3e:b6:af:14","project_id":"2a35407cca9e4a0dacc5b23ac282f99b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"53727433-1496-47c9-96f2-dc727c8d0fe9","tenant_id":"2a35407cca9e4a0dacc5b23ac282f99b","created_at":"2018-10-26T10:02:13Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-53727433-1496-47c9-96f2-dc727c8d0fe9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:02:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"129746d3-0726-481b-8389-9b9d91e1a150","ip_address":"10.55.0.4"}],"id":"6cf736d6-d41f-44ee-afe3-883988c8f2bc","security_groups":[],"mac_address":"fa:16:3e:94:0f:6f","project_id":"2a35407cca9e4a0dacc5b23ac282f99b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"53727433-1496-47c9-96f2-dc727c8d0fe9","tenant_id":"2a35407cca9e4a0dacc5b23ac282f99b","created_at":"2018-10-26T10:02:14Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-53727433-1496-47c9-96f2-dc727c8d0fe9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:02:31Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"129746d3-0726-481b-8389-9b9d91e1a150","ip_address":"10.55.0.5"}],"id":"acc5dc8b-df96-4b1c-b2b0-2901bbc8cf2c","security_groups":["56f3b426-b064-461f-8389-8e95f6482d28"],"mac_address":"fa:16:3e:0c:7b:16","project_id":"2a35407cca9e4a0dacc5b23ac282f99b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-port","admin_state_up":true,"network_id":"53727433-1496-47c9-96f2-dc727c8d0fe9","tenant_id":"2a35407cca9e4a0dacc5b23ac282f99b","created_at":"2018-10-26T10:02:23Z","binding:vnic_type":"normal","device_id":"316124ec-631e-4bcb-bb78-5351e5977e09"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:02:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"129746d3-0726-481b-8389-9b9d91e1a150","ip_address":"10.55.0.2"}],"id":"de38607d-9e16-4b1f-9831-2910d69661c5","security_groups":[],"mac_address":"fa:16:3e:1b:57:19","project_id":"2a35407cca9e4a0dacc5b23ac282f99b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"53727433-1496-47c9-96f2-dc727c8d0fe9","tenant_id":"2a35407cca9e4a0dacc5b23ac282f99b","created_at":"2018-10-26T10:02:12Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-53727433-1496-47c9-96f2-dc727c8d0fe9"}]} 2018-10-26 10:02:42,708 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=53727433-1496-47c9-96f2-dc727c8d0fe9 used request id req-1442e547-a829-4b7d-8907-813518867a2e 2018-10-26 10:02:42,709 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:02:43,076 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d0e130afad104bd1b373b5eb1e9b7f6b", "name": "CreateInstanceVolumeTests-01d9202f-3bb2-46e-proj-role"}], "expires_at": "2018-10-26T11:02:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2a35407cca9e4a0dacc5b23ac282f99b", "name": "CreateInstanceVolumeTests-01d9202f-3bb2-46e-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/2a35407cca9e4a0dacc5b23ac282f99b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-01d9202f-3bb2-46e-user", "id": "7c90836e6350400994a5e0637b8a1919"}, "audit_ids": ["xf8YEMQKQMCViUYJUeXiXg"], "issued_at": "2018-10-26T10:02:43.000000Z"}} 2018-10-26 10:02:43,080 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc2acf827b136aeff5fb8268824501c6f2c37d0a" 2018-10-26 10:02:44,136 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-099621b1-372f-4b60-b389-017103d33fae x-compute-request-id: req-099621b1-372f-4b60-b389-017103d33fae Content-Encoding: gzip Content-Length: 801 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:7b:16", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/316124ec-631e-4bcb-bb78-5351e5977e09", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/316124ec-631e-4bcb-bb78-5351e5977e09", "rel": "bookmark"}], "image": {"id": "376de395-fe29-48d6-9b51-6852f57e8ec1", "links": [{"href": "http://172.30.9.21:8774/images/376de395-fe29-48d6-9b51-6852f57e8ec1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:02:31.000000", "flavor": {"id": "372cc3a5-7839-4bcd-8dad-84ecb628cec2", "links": [{"href": "http://172.30.9.21:8774/flavors/372cc3a5-7839-4bcd-8dad-84ecb628cec2", "rel": "bookmark"}]}, "id": "316124ec-631e-4bcb-bb78-5351e5977e09", "security_groups": [{"name": "default"}], "user_id": "7c90836e6350400994a5e0637b8a1919", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:02:42Z", "hostId": "5005442980b2c7f79b974b459ccb85645e9d661d7f76b90cdba9c340", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-inst", "created": "2018-10-26T10:02:25Z", "tenant_id": "2a35407cca9e4a0dacc5b23ac282f99b", "os-extended-volumes:volumes_attached": [{"id": "0371f250-5a9e-472c-97f2-75f8c6edfcee"}, {"id": "18a92b14-4f6a-46f1-b45f-d1d79c9459dd"}], "metadata": {}}]} 2018-10-26 10:02:44,136 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-inst used request id req-099621b1-372f-4b60-b389-017103d33fae 2018-10-26 10:02:44,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc2acf827b136aeff5fb8268824501c6f2c37d0a" 2018-10-26 10:02:44,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-8d5cf15a-81fa-49fc-8909-56e678d9664a Date: Fri, 26 Oct 2018 10:02: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":["129746d3-0726-481b-8389-9b9d91e1a150"],"updated_at":"2018-10-26T10:02:12Z","tenant_id":"2a35407cca9e4a0dacc5b23ac282f99b","created_at":"2018-10-26T10:02:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2a35407cca9e4a0dacc5b23ac282f99b","id":"53727433-1496-47c9-96f2-dc727c8d0fe9","name":"CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-net"}]} 2018-10-26 10:02:44,526 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-net used request id req-8d5cf15a-81fa-49fc-8909-56e678d9664a 2018-10-26 10:02:44,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=53727433-1496-47c9-96f2-dc727c8d0fe9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc2acf827b136aeff5fb8268824501c6f2c37d0a" 2018-10-26 10:02:44,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-09dfc99f-b9ea-4e87-88eb-05ec6792551b Date: Fri, 26 Oct 2018 10:02:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"53727433-1496-47c9-96f2-dc727c8d0fe9","tenant_id":"2a35407cca9e4a0dacc5b23ac282f99b","created_at":"2018-10-26T10:02:12Z","dns_nameservers":[],"updated_at":"2018-10-26T10:02: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":"2a35407cca9e4a0dacc5b23ac282f99b","id":"129746d3-0726-481b-8389-9b9d91e1a150","subnetpool_id":null,"name":"CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-subnet"}]} 2018-10-26 10:02:44,751 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=53727433-1496-47c9-96f2-dc727c8d0fe9 used request id req-09dfc99f-b9ea-4e87-88eb-05ec6792551b 2018-10-26 10:02:44,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=53727433-1496-47c9-96f2-dc727c8d0fe9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc2acf827b136aeff5fb8268824501c6f2c37d0a" 2018-10-26 10:02:44,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-f781c3f2-69d9-4f46-b63e-c7f4605d10fb Date: Fri, 26 Oct 2018 10:02:45 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:02:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"129746d3-0726-481b-8389-9b9d91e1a150","ip_address":"10.55.0.3"}],"id":"4c739fe9-2b41-4d67-8b5e-1da0b5b35462","security_groups":[],"mac_address":"fa:16:3e:b6:af:14","project_id":"2a35407cca9e4a0dacc5b23ac282f99b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"53727433-1496-47c9-96f2-dc727c8d0fe9","tenant_id":"2a35407cca9e4a0dacc5b23ac282f99b","created_at":"2018-10-26T10:02:13Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-53727433-1496-47c9-96f2-dc727c8d0fe9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:02:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"129746d3-0726-481b-8389-9b9d91e1a150","ip_address":"10.55.0.4"}],"id":"6cf736d6-d41f-44ee-afe3-883988c8f2bc","security_groups":[],"mac_address":"fa:16:3e:94:0f:6f","project_id":"2a35407cca9e4a0dacc5b23ac282f99b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"53727433-1496-47c9-96f2-dc727c8d0fe9","tenant_id":"2a35407cca9e4a0dacc5b23ac282f99b","created_at":"2018-10-26T10:02:14Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-53727433-1496-47c9-96f2-dc727c8d0fe9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:02:31Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"129746d3-0726-481b-8389-9b9d91e1a150","ip_address":"10.55.0.5"}],"id":"acc5dc8b-df96-4b1c-b2b0-2901bbc8cf2c","security_groups":["56f3b426-b064-461f-8389-8e95f6482d28"],"mac_address":"fa:16:3e:0c:7b:16","project_id":"2a35407cca9e4a0dacc5b23ac282f99b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-port","admin_state_up":true,"network_id":"53727433-1496-47c9-96f2-dc727c8d0fe9","tenant_id":"2a35407cca9e4a0dacc5b23ac282f99b","created_at":"2018-10-26T10:02:23Z","binding:vnic_type":"normal","device_id":"316124ec-631e-4bcb-bb78-5351e5977e09"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:02:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"129746d3-0726-481b-8389-9b9d91e1a150","ip_address":"10.55.0.2"}],"id":"de38607d-9e16-4b1f-9831-2910d69661c5","security_groups":[],"mac_address":"fa:16:3e:1b:57:19","project_id":"2a35407cca9e4a0dacc5b23ac282f99b","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"53727433-1496-47c9-96f2-dc727c8d0fe9","tenant_id":"2a35407cca9e4a0dacc5b23ac282f99b","created_at":"2018-10-26T10:02:12Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-53727433-1496-47c9-96f2-dc727c8d0fe9"}]} 2018-10-26 10:02:44,993 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=53727433-1496-47c9-96f2-dc727c8d0fe9 used request id req-f781c3f2-69d9-4f46-b63e-c7f4605d10fb 2018-10-26 10:02:44,994 - create_instance - INFO - Deleting Port with ID - acc5dc8b-df96-4b1c-b2b0-2901bbc8cf2c 2018-10-26 10:02:44,994 - neutron_utils - INFO - Deleting port with name CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-port 2018-10-26 10:02:44,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/acc5dc8b-df96-4b1c-b2b0-2901bbc8cf2c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:45,420 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-836d29f0-62fa-45a6-b45f-432624a223fd Date: Fri, 26 Oct 2018 10:02:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:02:45,420 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/acc5dc8b-df96-4b1c-b2b0-2901bbc8cf2c used request id req-836d29f0-62fa-45a6-b45f-432624a223fd 2018-10-26 10:02:45,423 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b/volumes/0371f250-5a9e-472c-97f2-75f8c6edfcee -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-dc05cd60-2115-40b0-9e1d-e8d5261b326e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:45,617 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:02:45 GMT Server: Apache x-compute-request-id: req-990feaf3-edce-47d5-8087-918906bcbe6f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-990feaf3-edce-47d5-8087-918906bcbe6f Content-Encoding: gzip Content-Length: 578 Content-Type: application/json RESP BODY: {"volume": {"status": "in-use", "user_id": "7c90836e6350400994a5e0637b8a1919", "attachments": [{"server_id": "316124ec-631e-4bcb-bb78-5351e5977e09", "attachment_id": "fd079691-7752-4d9b-b75d-eb6e29979d4d", "attached_at": "2018-10-26T10:02:39.000000", "host_name": null, "volume_id": "0371f250-5a9e-472c-97f2-75f8c6edfcee", "device": "/dev/vdb", "id": "0371f250-5a9e-472c-97f2-75f8c6edfcee"}], "links": [{"href": "http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b/volumes/0371f250-5a9e-472c-97f2-75f8c6edfcee", "rel": "self"}, {"href": "http://172.30.9.21:8776/2a35407cca9e4a0dacc5b23ac282f99b/volumes/0371f250-5a9e-472c-97f2-75f8c6edfcee", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-26T10:02:13.000000", "description": null, "os-vol-tenant-attr:tenant_id": "2a35407cca9e4a0dacc5b23ac282f99b", "updated_at": "2018-10-26T10:02:39.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "0371f250-5a9e-472c-97f2-75f8c6edfcee", "size": 1}} 2018-10-26 10:02:45,617 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b/volumes/0371f250-5a9e-472c-97f2-75f8c6edfcee used request id req-990feaf3-edce-47d5-8087-918906bcbe6f 2018-10-26 10:02:45,621 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/316124ec-631e-4bcb-bb78-5351e5977e09/os-volume_attachments/0371f250-5a9e-472c-97f2-75f8c6edfcee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:46,260 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10: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 x-openstack-request-id: req-7f90f746-dd2f-4bc9-ae40-b6de3299c217 x-compute-request-id: req-7f90f746-dd2f-4bc9-ae40-b6de3299c217 Content-Length: 0 Content-Type: application/json 2018-10-26 10:02:46,261 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/316124ec-631e-4bcb-bb78-5351e5977e09/os-volume_attachments/0371f250-5a9e-472c-97f2-75f8c6edfcee used request id req-7f90f746-dd2f-4bc9-ae40-b6de3299c217 2018-10-26 10:02:46,264 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/316124ec-631e-4bcb-bb78-5351e5977e09 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:46,654 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:02:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d06d9aef-8e6f-422c-b2e6-97ebc2d8ac74 x-compute-request-id: req-d06d9aef-8e6f-422c-b2e6-97ebc2d8ac74 Content-Encoding: gzip Content-Length: 708 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/316124ec-631e-4bcb-bb78-5351e5977e09", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/316124ec-631e-4bcb-bb78-5351e5977e09", "rel": "bookmark"}], "image": {"id": "376de395-fe29-48d6-9b51-6852f57e8ec1", "links": [{"href": "http://172.30.9.21:8774/images/376de395-fe29-48d6-9b51-6852f57e8ec1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:02:31.000000", "flavor": {"id": "372cc3a5-7839-4bcd-8dad-84ecb628cec2", "links": [{"href": "http://172.30.9.21:8774/flavors/372cc3a5-7839-4bcd-8dad-84ecb628cec2", "rel": "bookmark"}]}, "id": "316124ec-631e-4bcb-bb78-5351e5977e09", "user_id": "7c90836e6350400994a5e0637b8a1919", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:02:42Z", "hostId": "5005442980b2c7f79b974b459ccb85645e9d661d7f76b90cdba9c340", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-inst", "created": "2018-10-26T10:02:25Z", "tenant_id": "2a35407cca9e4a0dacc5b23ac282f99b", "os-extended-volumes:volumes_attached": [{"id": "0371f250-5a9e-472c-97f2-75f8c6edfcee"}, {"id": "18a92b14-4f6a-46f1-b45f-d1d79c9459dd"}], "metadata": {}}} 2018-10-26 10:02:46,654 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/316124ec-631e-4bcb-bb78-5351e5977e09 used request id req-d06d9aef-8e6f-422c-b2e6-97ebc2d8ac74 2018-10-26 10:02:49,661 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/316124ec-631e-4bcb-bb78-5351e5977e09 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:49,920 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:02:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f18858d1-648c-4661-99d8-e3b7b5aff498 x-compute-request-id: req-f18858d1-648c-4661-99d8-e3b7b5aff498 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/316124ec-631e-4bcb-bb78-5351e5977e09", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/316124ec-631e-4bcb-bb78-5351e5977e09", "rel": "bookmark"}], "image": {"id": "376de395-fe29-48d6-9b51-6852f57e8ec1", "links": [{"href": "http://172.30.9.21:8774/images/376de395-fe29-48d6-9b51-6852f57e8ec1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:02:31.000000", "flavor": {"id": "372cc3a5-7839-4bcd-8dad-84ecb628cec2", "links": [{"href": "http://172.30.9.21:8774/flavors/372cc3a5-7839-4bcd-8dad-84ecb628cec2", "rel": "bookmark"}]}, "id": "316124ec-631e-4bcb-bb78-5351e5977e09", "user_id": "7c90836e6350400994a5e0637b8a1919", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:02:42Z", "hostId": "5005442980b2c7f79b974b459ccb85645e9d661d7f76b90cdba9c340", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-inst", "created": "2018-10-26T10:02:25Z", "tenant_id": "2a35407cca9e4a0dacc5b23ac282f99b", "os-extended-volumes:volumes_attached": [{"id": "18a92b14-4f6a-46f1-b45f-d1d79c9459dd"}], "metadata": {}}} 2018-10-26 10:02:49,920 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/316124ec-631e-4bcb-bb78-5351e5977e09 used request id req-f18858d1-648c-4661-99d8-e3b7b5aff498 2018-10-26 10:02:49,924 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b/volumes/18a92b14-4f6a-46f1-b45f-d1d79c9459dd -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-dc05cd60-2115-40b0-9e1d-e8d5261b326e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:50,156 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:02:49 GMT Server: Apache x-compute-request-id: req-3d244fe6-4e3c-4b08-8e0a-23c8cd1a379d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3d244fe6-4e3c-4b08-8e0a-23c8cd1a379d Content-Encoding: gzip Content-Length: 578 Content-Type: application/json RESP BODY: {"volume": {"status": "in-use", "user_id": "7c90836e6350400994a5e0637b8a1919", "attachments": [{"server_id": "316124ec-631e-4bcb-bb78-5351e5977e09", "attachment_id": "2f39d354-070a-4339-acd5-9a72e6f4899e", "attached_at": "2018-10-26T10:02:43.000000", "host_name": null, "volume_id": "18a92b14-4f6a-46f1-b45f-d1d79c9459dd", "device": "/dev/vdc", "id": "18a92b14-4f6a-46f1-b45f-d1d79c9459dd"}], "links": [{"href": "http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b/volumes/18a92b14-4f6a-46f1-b45f-d1d79c9459dd", "rel": "self"}, {"href": "http://172.30.9.21:8776/2a35407cca9e4a0dacc5b23ac282f99b/volumes/18a92b14-4f6a-46f1-b45f-d1d79c9459dd", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-26T10:02:15.000000", "description": null, "os-vol-tenant-attr:tenant_id": "2a35407cca9e4a0dacc5b23ac282f99b", "updated_at": "2018-10-26T10:02:43.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "18a92b14-4f6a-46f1-b45f-d1d79c9459dd", "size": 1}} 2018-10-26 10:02:50,156 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b/volumes/18a92b14-4f6a-46f1-b45f-d1d79c9459dd used request id req-3d244fe6-4e3c-4b08-8e0a-23c8cd1a379d 2018-10-26 10:02:50,159 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/316124ec-631e-4bcb-bb78-5351e5977e09/os-volume_attachments/18a92b14-4f6a-46f1-b45f-d1d79c9459dd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:50,512 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10: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 x-openstack-request-id: req-203d3306-132d-4fcc-9533-1cec525a6a99 x-compute-request-id: req-203d3306-132d-4fcc-9533-1cec525a6a99 Content-Length: 0 Content-Type: application/json 2018-10-26 10:02:50,512 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/316124ec-631e-4bcb-bb78-5351e5977e09/os-volume_attachments/18a92b14-4f6a-46f1-b45f-d1d79c9459dd used request id req-203d3306-132d-4fcc-9533-1cec525a6a99 2018-10-26 10:02:50,515 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/316124ec-631e-4bcb-bb78-5351e5977e09 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:50,753 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-a1c8dde4-0ecb-4312-8b8c-9d9fa5cc7e55 x-compute-request-id: req-a1c8dde4-0ecb-4312-8b8c-9d9fa5cc7e55 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/316124ec-631e-4bcb-bb78-5351e5977e09", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/316124ec-631e-4bcb-bb78-5351e5977e09", "rel": "bookmark"}], "image": {"id": "376de395-fe29-48d6-9b51-6852f57e8ec1", "links": [{"href": "http://172.30.9.21:8774/images/376de395-fe29-48d6-9b51-6852f57e8ec1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:02:31.000000", "flavor": {"id": "372cc3a5-7839-4bcd-8dad-84ecb628cec2", "links": [{"href": "http://172.30.9.21:8774/flavors/372cc3a5-7839-4bcd-8dad-84ecb628cec2", "rel": "bookmark"}]}, "id": "316124ec-631e-4bcb-bb78-5351e5977e09", "user_id": "7c90836e6350400994a5e0637b8a1919", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:02:42Z", "hostId": "5005442980b2c7f79b974b459ccb85645e9d661d7f76b90cdba9c340", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-inst", "created": "2018-10-26T10:02:25Z", "tenant_id": "2a35407cca9e4a0dacc5b23ac282f99b", "os-extended-volumes:volumes_attached": [{"id": "18a92b14-4f6a-46f1-b45f-d1d79c9459dd"}], "metadata": {}}} 2018-10-26 10:02:50,753 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/316124ec-631e-4bcb-bb78-5351e5977e09 used request id req-a1c8dde4-0ecb-4312-8b8c-9d9fa5cc7e55 2018-10-26 10:02:53,760 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/316124ec-631e-4bcb-bb78-5351e5977e09 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:54,018 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-4f085ced-a98d-4541-8c51-1447d7ebae9e x-compute-request-id: req-4f085ced-a98d-4541-8c51-1447d7ebae9e Content-Encoding: gzip Content-Length: 655 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/316124ec-631e-4bcb-bb78-5351e5977e09", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/316124ec-631e-4bcb-bb78-5351e5977e09", "rel": "bookmark"}], "image": {"id": "376de395-fe29-48d6-9b51-6852f57e8ec1", "links": [{"href": "http://172.30.9.21:8774/images/376de395-fe29-48d6-9b51-6852f57e8ec1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:02:31.000000", "flavor": {"id": "372cc3a5-7839-4bcd-8dad-84ecb628cec2", "links": [{"href": "http://172.30.9.21:8774/flavors/372cc3a5-7839-4bcd-8dad-84ecb628cec2", "rel": "bookmark"}]}, "id": "316124ec-631e-4bcb-bb78-5351e5977e09", "user_id": "7c90836e6350400994a5e0637b8a1919", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:02:42Z", "hostId": "5005442980b2c7f79b974b459ccb85645e9d661d7f76b90cdba9c340", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-inst", "created": "2018-10-26T10:02:25Z", "tenant_id": "2a35407cca9e4a0dacc5b23ac282f99b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:02:54,018 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/316124ec-631e-4bcb-bb78-5351e5977e09 used request id req-4f085ced-a98d-4541-8c51-1447d7ebae9e 2018-10-26 10:02:54,019 - create_instance - INFO - Deleting VM instance - CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-inst 2018-10-26 10:02:54,021 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/316124ec-631e-4bcb-bb78-5351e5977e09 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:54,168 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10: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-1d532464-8365-47c5-813b-e7a8a70a78dd x-compute-request-id: req-1d532464-8365-47c5-813b-e7a8a70a78dd Content-Type: application/json 2018-10-26 10:02:54,168 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/316124ec-631e-4bcb-bb78-5351e5977e09 used request id req-1d532464-8365-47c5-813b-e7a8a70a78dd 2018-10-26 10:02:54,169 - create_instance - INFO - Checking deletion status 2018-10-26 10:02:54,171 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/316124ec-631e-4bcb-bb78-5351e5977e09 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:54,431 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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,Accept-Encoding x-openstack-request-id: req-d516cd8e-8bcd-48b7-9ab3-3b44c57fbac2 x-compute-request-id: req-d516cd8e-8bcd-48b7-9ab3-3b44c57fbac2 Content-Encoding: gzip Content-Length: 659 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/316124ec-631e-4bcb-bb78-5351e5977e09", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/316124ec-631e-4bcb-bb78-5351e5977e09", "rel": "bookmark"}], "image": {"id": "376de395-fe29-48d6-9b51-6852f57e8ec1", "links": [{"href": "http://172.30.9.21:8774/images/376de395-fe29-48d6-9b51-6852f57e8ec1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:02:31.000000", "flavor": {"id": "372cc3a5-7839-4bcd-8dad-84ecb628cec2", "links": [{"href": "http://172.30.9.21:8774/flavors/372cc3a5-7839-4bcd-8dad-84ecb628cec2", "rel": "bookmark"}]}, "id": "316124ec-631e-4bcb-bb78-5351e5977e09", "user_id": "7c90836e6350400994a5e0637b8a1919", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:02:54Z", "hostId": "5005442980b2c7f79b974b459ccb85645e9d661d7f76b90cdba9c340", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-inst", "created": "2018-10-26T10:02:25Z", "tenant_id": "2a35407cca9e4a0dacc5b23ac282f99b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:02:54,431 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/316124ec-631e-4bcb-bb78-5351e5977e09 used request id req-d516cd8e-8bcd-48b7-9ab3-3b44c57fbac2 2018-10-26 10:02:54,431 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-inst] is - ACTIVE 2018-10-26 10:02:54,432 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:02:57,435 - create_instance - DEBUG - VM status query timeout in 296.733977079 2018-10-26 10:02:57,438 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/316124ec-631e-4bcb-bb78-5351e5977e09 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3f7a6a01bd178d1fcbd6adacdb2b22010504e3" 2018-10-26 10:02:57,490 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 10:02:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-45c1c90a-bbb7-483e-9750-a519b40e21b1 x-compute-request-id: req-45c1c90a-bbb7-483e-9750-a519b40e21b1 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 316124ec-631e-4bcb-bb78-5351e5977e09 could not be found.", "code": 404}} 2018-10-26 10:02:57,490 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/316124ec-631e-4bcb-bb78-5351e5977e09 used request id req-45c1c90a-bbb7-483e-9750-a519b40e21b1 2018-10-26 10:02:57,490 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 316124ec-631e-4bcb-bb78-5351e5977e09 could not be found. (HTTP 404) (Request-ID: req-45c1c90a-bbb7-483e-9750-a519b40e21b1) 2018-10-26 10:02:57,490 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-inst 2018-10-26 10:02:57,494 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/372cc3a5-7839-4bcd-8dad-84ecb628cec2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a5b27ff423e8217057d05ed59fbeb0172a77ad9" 2018-10-26 10:02:57,540 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10:02:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-323d4dfc-ce59-484e-a06a-7ec693fe5c87 x-compute-request-id: req-323d4dfc-ce59-484e-a06a-7ec693fe5c87 Content-Length: 0 Content-Type: application/json 2018-10-26 10:02:57,540 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/372cc3a5-7839-4bcd-8dad-84ecb628cec2 used request id req-323d4dfc-ce59-484e-a06a-7ec693fe5c87 2018-10-26 10:02:57,541 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-subnet 2018-10-26 10:02:57,541 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-subnet 2018-10-26 10:02:57,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/129746d3-0726-481b-8389-9b9d91e1a150 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a02c33bed3a418f640ee616caacee37a6e0893b0" 2018-10-26 10:02:59,943 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-75f77012-4882-4b26-87b0-d9bc861c4977 Date: Fri, 26 Oct 2018 10:02:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:02:59,944 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/129746d3-0726-481b-8389-9b9d91e1a150 used request id req-75f77012-4882-4b26-87b0-d9bc861c4977 2018-10-26 10:02:59,944 - neutron_utils - INFO - Deleting network with name CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-pub-net 2018-10-26 10:02:59,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/53727433-1496-47c9-96f2-dc727c8d0fe9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a02c33bed3a418f640ee616caacee37a6e0893b0" 2018-10-26 10:03:00,967 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d501bc57-3a21-48b4-8823-ce5eb189c137 Date: Fri, 26 Oct 2018 10:03:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:03:00,968 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/53727433-1496-47c9-96f2-dc727c8d0fe9 used request id req-d501bc57-3a21-48b4-8823-ce5eb189c137 2018-10-26 10:03:00,972 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b/volumes/18a92b14-4f6a-46f1-b45f-d1d79c9459dd -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9c2f7c52-888a-4050-8da5-e4acb9aab247" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fb27cad40ec6387407fcdac08a591125e56401d" 2018-10-26 10:03:01,167 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:00 GMT Server: Apache x-compute-request-id: req-3a324fe3-3567-4390-8606-a187ba3e8d2e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3a324fe3-3567-4390-8606-a187ba3e8d2e Content-Encoding: gzip Content-Length: 477 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "7c90836e6350400994a5e0637b8a1919", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b/volumes/18a92b14-4f6a-46f1-b45f-d1d79c9459dd", "rel": "self"}, {"href": "http://172.30.9.21:8776/2a35407cca9e4a0dacc5b23ac282f99b/volumes/18a92b14-4f6a-46f1-b45f-d1d79c9459dd", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-26T10:02:15.000000", "description": null, "os-vol-tenant-attr:tenant_id": "2a35407cca9e4a0dacc5b23ac282f99b", "updated_at": "2018-10-26T10:02:50.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False"}, "id": "18a92b14-4f6a-46f1-b45f-d1d79c9459dd", "size": 1}} 2018-10-26 10:03:01,168 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b/volumes/18a92b14-4f6a-46f1-b45f-d1d79c9459dd used request id req-3a324fe3-3567-4390-8606-a187ba3e8d2e 2018-10-26 10:03:01,168 - create_volume - DEBUG - Instance status is - available 2018-10-26 10:03:01,168 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-2 2018-10-26 10:03:01,168 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-2 2018-10-26 10:03:01,171 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b/volumes/18a92b14-4f6a-46f1-b45f-d1d79c9459dd -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9c2f7c52-888a-4050-8da5-e4acb9aab247" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fb27cad40ec6387407fcdac08a591125e56401d" 2018-10-26 10:03:01,246 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10:03:01 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-82410c70-7102-4889-b867-3bde816c768a 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-26 10:03:01,246 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b/volumes/18a92b14-4f6a-46f1-b45f-d1d79c9459dd used request id req-82410c70-7102-4889-b867-3bde816c768a 2018-10-26 10:03:01,249 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b/volumes/18a92b14-4f6a-46f1-b45f-d1d79c9459dd -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9c2f7c52-888a-4050-8da5-e4acb9aab247" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fb27cad40ec6387407fcdac08a591125e56401d" 2018-10-26 10:03:01,449 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:01 GMT Server: Apache x-compute-request-id: req-5f5b8773-8b5d-498e-a4e6-da18d8c2e2ab OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5f5b8773-8b5d-498e-a4e6-da18d8c2e2ab Content-Encoding: gzip Content-Length: 480 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "7c90836e6350400994a5e0637b8a1919", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b/volumes/18a92b14-4f6a-46f1-b45f-d1d79c9459dd", "rel": "self"}, {"href": "http://172.30.9.21:8776/2a35407cca9e4a0dacc5b23ac282f99b/volumes/18a92b14-4f6a-46f1-b45f-d1d79c9459dd", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-26T10:02:15.000000", "description": null, "os-vol-tenant-attr:tenant_id": "2a35407cca9e4a0dacc5b23ac282f99b", "updated_at": "2018-10-26T10:03:01.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False"}, "id": "18a92b14-4f6a-46f1-b45f-d1d79c9459dd", "size": 1}} 2018-10-26 10:03:01,449 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b/volumes/18a92b14-4f6a-46f1-b45f-d1d79c9459dd used request id req-5f5b8773-8b5d-498e-a4e6-da18d8c2e2ab 2018-10-26 10:03:01,449 - create_volume - DEBUG - Instance status is - deleting 2018-10-26 10:03:01,450 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-10-26 10:03:04,453 - create_volume - DEBUG - Volume status query timeout in 56.7932779789 2018-10-26 10:03:04,456 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b/volumes/18a92b14-4f6a-46f1-b45f-d1d79c9459dd -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9c2f7c52-888a-4050-8da5-e4acb9aab247" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7fb27cad40ec6387407fcdac08a591125e56401d" 2018-10-26 10:03:04,643 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 10:03:04 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-e81cb153-ca30-43db-bdda-60176d1268ba x-openstack-request-id: req-e81cb153-ca30-43db-bdda-60176d1268ba Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 18a92b14-4f6a-46f1-b45f-d1d79c9459dd could not be found.", "code": 404}} 2018-10-26 10:03:04,643 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b/volumes/18a92b14-4f6a-46f1-b45f-d1d79c9459dd used request id req-e81cb153-ca30-43db-bdda-60176d1268ba 2018-10-26 10:03:04,644 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 18a92b14-4f6a-46f1-b45f-d1d79c9459dd could not be found. (HTTP 404) (Request-ID: req-e81cb153-ca30-43db-bdda-60176d1268ba) 2018-10-26 10:03:04,644 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-2 2018-10-26 10:03:04,647 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b/volumes/0371f250-5a9e-472c-97f2-75f8c6edfcee -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9c1fe981-db49-43dc-a5cc-8869966b5416" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2228714936166d41cb949ede685cd970e148a0e" 2018-10-26 10:03:04,864 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:04 GMT Server: Apache x-compute-request-id: req-4f18a808-eef0-490a-8752-05db523fa4f9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4f18a808-eef0-490a-8752-05db523fa4f9 Content-Encoding: gzip Content-Length: 477 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "7c90836e6350400994a5e0637b8a1919", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b/volumes/0371f250-5a9e-472c-97f2-75f8c6edfcee", "rel": "self"}, {"href": "http://172.30.9.21:8776/2a35407cca9e4a0dacc5b23ac282f99b/volumes/0371f250-5a9e-472c-97f2-75f8c6edfcee", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-26T10:02:13.000000", "description": null, "os-vol-tenant-attr:tenant_id": "2a35407cca9e4a0dacc5b23ac282f99b", "updated_at": "2018-10-26T10:02:46.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False"}, "id": "0371f250-5a9e-472c-97f2-75f8c6edfcee", "size": 1}} 2018-10-26 10:03:04,865 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b/volumes/0371f250-5a9e-472c-97f2-75f8c6edfcee used request id req-4f18a808-eef0-490a-8752-05db523fa4f9 2018-10-26 10:03:04,865 - create_volume - DEBUG - Instance status is - available 2018-10-26 10:03:04,865 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-1 2018-10-26 10:03:04,865 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-1 2018-10-26 10:03:04,868 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b/volumes/0371f250-5a9e-472c-97f2-75f8c6edfcee -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9c1fe981-db49-43dc-a5cc-8869966b5416" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2228714936166d41cb949ede685cd970e148a0e" 2018-10-26 10:03:05,217 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10:03:04 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-00237533-a34e-4d85-8331-441bffccd7a1 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-26 10:03:05,217 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b/volumes/0371f250-5a9e-472c-97f2-75f8c6edfcee used request id req-00237533-a34e-4d85-8331-441bffccd7a1 2018-10-26 10:03:05,221 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b/volumes/0371f250-5a9e-472c-97f2-75f8c6edfcee -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9c1fe981-db49-43dc-a5cc-8869966b5416" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2228714936166d41cb949ede685cd970e148a0e" 2018-10-26 10:03:05,413 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:05 GMT Server: Apache x-compute-request-id: req-5cd60a9f-0478-4fc9-bdbb-dea20a0ada5a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5cd60a9f-0478-4fc9-bdbb-dea20a0ada5a Content-Encoding: gzip Content-Length: 482 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "7c90836e6350400994a5e0637b8a1919", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b/volumes/0371f250-5a9e-472c-97f2-75f8c6edfcee", "rel": "self"}, {"href": "http://172.30.9.21:8776/2a35407cca9e4a0dacc5b23ac282f99b/volumes/0371f250-5a9e-472c-97f2-75f8c6edfcee", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-26T10:02:13.000000", "description": null, "os-vol-tenant-attr:tenant_id": "2a35407cca9e4a0dacc5b23ac282f99b", "updated_at": "2018-10-26T10:03:05.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False"}, "id": "0371f250-5a9e-472c-97f2-75f8c6edfcee", "size": 1}} 2018-10-26 10:03:05,413 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b/volumes/0371f250-5a9e-472c-97f2-75f8c6edfcee used request id req-5cd60a9f-0478-4fc9-bdbb-dea20a0ada5a 2018-10-26 10:03:05,413 - create_volume - DEBUG - Instance status is - deleting 2018-10-26 10:03:05,414 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-10-26 10:03:08,417 - create_volume - DEBUG - Volume status query timeout in 56.800565958 2018-10-26 10:03:08,420 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b/volumes/0371f250-5a9e-472c-97f2-75f8c6edfcee -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9c1fe981-db49-43dc-a5cc-8869966b5416" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2228714936166d41cb949ede685cd970e148a0e" 2018-10-26 10:03:08,454 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 10:03:08 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-bc31ee79-8da4-4117-8059-5aa9effc141c x-openstack-request-id: req-bc31ee79-8da4-4117-8059-5aa9effc141c Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 0371f250-5a9e-472c-97f2-75f8c6edfcee could not be found.", "code": 404}} 2018-10-26 10:03:08,454 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/2a35407cca9e4a0dacc5b23ac282f99b/volumes/0371f250-5a9e-472c-97f2-75f8c6edfcee used request id req-bc31ee79-8da4-4117-8059-5aa9effc141c 2018-10-26 10:03:08,455 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 0371f250-5a9e-472c-97f2-75f8c6edfcee could not be found. (HTTP 404) (Request-ID: req-bc31ee79-8da4-4117-8059-5aa9effc141c) 2018-10-26 10:03:08,455 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-1 2018-10-26 10:03:08,456 - glance_utils - INFO - Deleting image named - CreateInstanceVolumeTests-6f2d5ff3-ac2d-46b0-a7f5-1b28f1b77f0c-image 2018-10-26 10:03:08,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/376de395-fe29-48d6-9b51-6852f57e8ec1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1fccb12220478e3f4692c5f085ef8a93fe565d8a" 2018-10-26 10:03:09,155 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3a06cf4a-bd65-4cb1-a3ce-ab8e80413729 Date: Fri, 26 Oct 2018 10:03: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-26 10:03:09,155 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/376de395-fe29-48d6-9b51-6852f57e8ec1 used request id req-3a06cf4a-bd65-4cb1-a3ce-ab8e80413729 2018-10-26 10:03:09,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f0a2641544c0be8aacfad6f3ee2474d97f7bdc3" 2018-10-26 10:03:09,375 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-4dc94ea9-52f2-409b-8bb4-ae97052912d6 Date: Fri, 26 Oct 2018 10:03:09 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2a35407cca9e4a0dacc5b23ac282f99b", "created_at": "2018-10-26T10:02:11Z", "updated_at": "2018-10-26T10:02:11Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:02:11Z", "revision_number": 0, "id": "36f61827-c375-4648-bcd9-4daddbe36341", "remote_group_id": "56f3b426-b064-461f-8389-8e95f6482d28", "remote_ip_prefix": null, "created_at": "2018-10-26T10:02:11Z", "security_group_id": "56f3b426-b064-461f-8389-8e95f6482d28", "tenant_id": "2a35407cca9e4a0dacc5b23ac282f99b", "port_range_min": null, "ethertype": "IPv6", "project_id": "2a35407cca9e4a0dacc5b23ac282f99b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:02:11Z", "revision_number": 0, "id": "3b6405c5-8c52-4240-a35b-a020f4fe01bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:02:11Z", "security_group_id": "56f3b426-b064-461f-8389-8e95f6482d28", "tenant_id": "2a35407cca9e4a0dacc5b23ac282f99b", "port_range_min": null, "ethertype": "IPv6", "project_id": "2a35407cca9e4a0dacc5b23ac282f99b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:02:11Z", "revision_number": 0, "id": "89f9e738-b0f3-485f-8075-b19942c35021", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:02:11Z", "security_group_id": "56f3b426-b064-461f-8389-8e95f6482d28", "tenant_id": "2a35407cca9e4a0dacc5b23ac282f99b", "port_range_min": null, "ethertype": "IPv4", "project_id": "2a35407cca9e4a0dacc5b23ac282f99b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:02:11Z", "revision_number": 0, "id": "cabbe4ff-5256-4e24-9416-26ddd5ac9630", "remote_group_id": "56f3b426-b064-461f-8389-8e95f6482d28", "remote_ip_prefix": null, "created_at": "2018-10-26T10:02:11Z", "security_group_id": "56f3b426-b064-461f-8389-8e95f6482d28", "tenant_id": "2a35407cca9e4a0dacc5b23ac282f99b", "port_range_min": null, "ethertype": "IPv4", "project_id": "2a35407cca9e4a0dacc5b23ac282f99b"}], "revision_number": 4, "project_id": "2a35407cca9e4a0dacc5b23ac282f99b", "id": "56f3b426-b064-461f-8389-8e95f6482d28", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 10:03:09,375 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-4dc94ea9-52f2-409b-8bb4-ae97052912d6 2018-10-26 10:03:09,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2a35407cca9e4a0dacc5b23ac282f99b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f0a2641544c0be8aacfad6f3ee2474d97f7bdc3" 2018-10-26 10:03:09,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b22c2c12-3e32-4b14-8a1b-cb9ea96a0df2 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2a35407cca9e4a0dacc5b23ac282f99b"}, "enabled": true, "id": "2a35407cca9e4a0dacc5b23ac282f99b", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-01d9202f-3bb2-46e-proj"}} 2018-10-26 10:03:09,468 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2a35407cca9e4a0dacc5b23ac282f99b used request id req-b22c2c12-3e32-4b14-8a1b-cb9ea96a0df2 2018-10-26 10:03:09,468 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 56f3b426-b064-461f-8389-8e95f6482d28 2018-10-26 10:03:09,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=56f3b426-b064-461f-8389-8e95f6482d28 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f0a2641544c0be8aacfad6f3ee2474d97f7bdc3" 2018-10-26 10:03:09,652 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-dc56b3b9-e178-4afd-b9f2-4847b85b23f2 Date: Fri, 26 Oct 2018 10:03:09 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "56f3b426-b064-461f-8389-8e95f6482d28", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:02:11Z", "security_group_id": "56f3b426-b064-461f-8389-8e95f6482d28", "port_range_min": null, "revision_number": 0, "tenant_id": "2a35407cca9e4a0dacc5b23ac282f99b", "created_at": "2018-10-26T10:02:11Z", "project_id": "2a35407cca9e4a0dacc5b23ac282f99b", "id": "36f61827-c375-4648-bcd9-4daddbe36341"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:02:11Z", "security_group_id": "56f3b426-b064-461f-8389-8e95f6482d28", "port_range_min": null, "revision_number": 0, "tenant_id": "2a35407cca9e4a0dacc5b23ac282f99b", "created_at": "2018-10-26T10:02:11Z", "project_id": "2a35407cca9e4a0dacc5b23ac282f99b", "id": "3b6405c5-8c52-4240-a35b-a020f4fe01bb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:02:11Z", "security_group_id": "56f3b426-b064-461f-8389-8e95f6482d28", "port_range_min": null, "revision_number": 0, "tenant_id": "2a35407cca9e4a0dacc5b23ac282f99b", "created_at": "2018-10-26T10:02:11Z", "project_id": "2a35407cca9e4a0dacc5b23ac282f99b", "id": "89f9e738-b0f3-485f-8075-b19942c35021"}, {"remote_group_id": "56f3b426-b064-461f-8389-8e95f6482d28", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:02:11Z", "security_group_id": "56f3b426-b064-461f-8389-8e95f6482d28", "port_range_min": null, "revision_number": 0, "tenant_id": "2a35407cca9e4a0dacc5b23ac282f99b", "created_at": "2018-10-26T10:02:11Z", "project_id": "2a35407cca9e4a0dacc5b23ac282f99b", "id": "cabbe4ff-5256-4e24-9416-26ddd5ac9630"}]} 2018-10-26 10:03:09,652 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=56f3b426-b064-461f-8389-8e95f6482d28 used request id req-dc56b3b9-e178-4afd-b9f2-4847b85b23f2 2018-10-26 10:03:09,653 - neutron_utils - INFO - Deleting security group with name - default 2018-10-26 10:03:09,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/56f3b426-b064-461f-8389-8e95f6482d28 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f0a2641544c0be8aacfad6f3ee2474d97f7bdc3" 2018-10-26 10:03:10,043 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-647096e6-6710-4ca3-aeb3-33dad65bdbd1 Content-Length: 0 Date: Fri, 26 Oct 2018 10:03:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:03:10,043 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/56f3b426-b064-461f-8389-8e95f6482d28 used request id req-647096e6-6710-4ca3-aeb3-33dad65bdbd1 2018-10-26 10:03:10,044 - keystone_utils - INFO - Deleting project with name - CreateInstanceVolumeTests-01d9202f-3bb2-46e-proj 2018-10-26 10:03:10,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/2a35407cca9e4a0dacc5b23ac282f99b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f0a2641544c0be8aacfad6f3ee2474d97f7bdc3" 2018-10-26 10:03:10,248 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:03:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ad68f010-5b49-4b92-a2d3-dfddf965a3c6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:03:10,248 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/2a35407cca9e4a0dacc5b23ac282f99b used request id req-ad68f010-5b49-4b92-a2d3-dfddf965a3c6 2018-10-26 10:03:10,248 - keystone_utils - INFO - Deleting role with name - CreateInstanceVolumeTests-01d9202f-3bb2-46e-proj-role 2018-10-26 10:03:10,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/d0e130afad104bd1b373b5eb1e9b7f6b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f0a2641544c0be8aacfad6f3ee2474d97f7bdc3" 2018-10-26 10:03:10,352 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:03:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e66a3e0f-2512-45f2-a661-fd05f73b3ea2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:03:10,352 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/d0e130afad104bd1b373b5eb1e9b7f6b used request id req-e66a3e0f-2512-45f2-a661-fd05f73b3ea2 2018-10-26 10:03:10,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f0a2641544c0be8aacfad6f3ee2474d97f7bdc3" 2018-10-26 10:03:10,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddffbcdd-241a-4b0f-8e3c-6de08644897a Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:03:10,451 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-ddffbcdd-241a-4b0f-8e3c-6de08644897a 2018-10-26 10:03:10,452 - keystone_utils - INFO - Deleting user with name - CreateInstanceVolumeTests-01d9202f-3bb2-46e-user 2018-10-26 10:03:10,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/7c90836e6350400994a5e0637b8a1919 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b3cd32392cdf781b36ce0d94ef6a86300871fe9" 2018-10-26 10:03:10,695 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:03:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e8c76b6c-add4-48a2-a5f3-d010f0f1b3aa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:03:10,695 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/7c90836e6350400994a5e0637b8a1919 used request id req-e8c76b6c-add4-48a2-a5f3-d010f0f1b3aa 2018-10-26 10:03:10,697 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:03:11,073 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:03:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["8uzgS-thTpug7pDvBemIAQ"], "issued_at": "2018-10-26T10:03:11.000000Z"}} 2018-10-26 10:03:11,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ac3a86b9059b029036a61e22ad1a812802f0e42" 2018-10-26 10:03:11,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e0bdcdc-c964-4063-844b-10b677250a5b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:03:11,160 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-0e0bdcdc-c964-4063-844b-10b677250a5b 2018-10-26 10:03:11,162 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:03:11,163 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:03:11,546 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:03:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["pjZN8RTCReSq151vOMa9Tg"], "issued_at": "2018-10-26T10:03:11.000000Z"}} 2018-10-26 10:03:11,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b8af8d6144d31196b7b369c10fc1697f844a08" 2018-10-26 10:03:11,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0b01211-8af1-4b06-9158-38ed0525b608 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:03:11,681 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d0b01211-8af1-4b06-9158-38ed0525b608 2018-10-26 10:03:11,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:03:11,692 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:03: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:03:11,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-c98af165-a5f2-461-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b8af8d6144d31196b7b369c10fc1697f844a08" 2018-10-26 10:03:11,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c681c8b9-f12a-430d-97c9-93b97f34cd04 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-c98af165-a5f2-461-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 10:03:11,779 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-c98af165-a5f2-461-proj used request id req-c681c8b9-f12a-430d-97c9-93b97f34cd04 2018-10-26 10:03:11,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b8af8d6144d31196b7b369c10fc1697f844a08" 2018-10-26 10:03:11,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8552d21c-846a-493b-aacc-45d85d2c3efa Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 10:03:11,862 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-8552d21c-846a-493b-aacc-45d85d2c3efa 2018-10-26 10:03:11,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b8af8d6144d31196b7b369c10fc1697f844a08" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-c98af165-a5f2-461-proj"}}' 2018-10-26 10:03:12,077 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:03:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fdc0c11c-5de1-431e-b914-65042fb3ea61 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/4047d31da8f144a7ab0df8b19f7e91ce"}, "enabled": true, "id": "4047d31da8f144a7ab0df8b19f7e91ce", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-c98af165-a5f2-461-proj"}} 2018-10-26 10:03:12,077 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-fdc0c11c-5de1-431e-b914-65042fb3ea61 2018-10-26 10:03:12,078 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-c98af165-a5f2-461-proj 2018-10-26 10:03:12,078 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:03:12,079 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:03:12,464 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:03:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["RqACh2BFR9yz1OBWol5M3w"], "issued_at": "2018-10-26T10:03:12.000000Z"}} 2018-10-26 10:03:12,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51545dd4498a482edf8eabb2700317754454ebf" 2018-10-26 10:03:12,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c248c5cf-d820-4ba0-89be-816db13d3932 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:03:12,543 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c248c5cf-d820-4ba0-89be-816db13d3932 2018-10-26 10:03:12,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:03:12,553 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:03: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:03:12,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51545dd4498a482edf8eabb2700317754454ebf" 2018-10-26 10:03:12,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a81f9a7-e597-4438-a8ad-fb9f0a2140b6 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 10:03:12,654 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-5a81f9a7-e597-4438-a8ad-fb9f0a2140b6 2018-10-26 10:03:12,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-c98af165-a5f2-461-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51545dd4498a482edf8eabb2700317754454ebf" 2018-10-26 10:03:12,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd377997-5bb5-4770-b1af-86391b6b285a Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-c98af165-a5f2-461-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/4047d31da8f144a7ab0df8b19f7e91ce"}, "enabled": true, "id": "4047d31da8f144a7ab0df8b19f7e91ce", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-c98af165-a5f2-461-proj"}]} 2018-10-26 10:03:12,675 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-c98af165-a5f2-461-proj used request id req-cd377997-5bb5-4770-b1af-86391b6b285a 2018-10-26 10:03:12,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51545dd4498a482edf8eabb2700317754454ebf" 2018-10-26 10:03:12,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7bea41a-7a6c-4e4f-abac-ba74ed2dac0a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 10:03:12,766 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-e7bea41a-7a6c-4e4f-abac-ba74ed2dac0a 2018-10-26 10:03:13,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51545dd4498a482edf8eabb2700317754454ebf" 2018-10-26 10:03:13,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5e06aaf-22a5-42d6-be72-760cabea3426 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:03:13,258 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c5e06aaf-22a5-42d6-be72-760cabea3426 2018-10-26 10:03:13,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-c98af165-a5f2-461-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51545dd4498a482edf8eabb2700317754454ebf" 2018-10-26 10:03:13,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75c612a2-9d25-429d-b410-20102b1d0a47 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-c98af165-a5f2-461-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/4047d31da8f144a7ab0df8b19f7e91ce"}, "enabled": true, "id": "4047d31da8f144a7ab0df8b19f7e91ce", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-c98af165-a5f2-461-proj"}]} 2018-10-26 10:03:13,353 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-c98af165-a5f2-461-proj used request id req-75c612a2-9d25-429d-b410-20102b1d0a47 2018-10-26 10:03:13,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users/dbb88d29cc4a4fe4bb2faede106d20ff -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51545dd4498a482edf8eabb2700317754454ebf" 2018-10-26 10:03:13,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e77a3533-1c49-4b2e-8d0a-4a99a4af13f0 Content-Encoding: gzip Content-Length: 244 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-c98af165-a5f2-461-user", "links": {"self": "http://172.30.9.21:5000/v3/users/dbb88d29cc4a4fe4bb2faede106d20ff"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "4047d31da8f144a7ab0df8b19f7e91ce", "id": "dbb88d29cc4a4fe4bb2faede106d20ff", "password_expires_at": null}} 2018-10-26 10:03:13,387 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/dbb88d29cc4a4fe4bb2faede106d20ff used request id req-e77a3533-1c49-4b2e-8d0a-4a99a4af13f0 2018-10-26 10:03:13,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/4047d31da8f144a7ab0df8b19f7e91ce/users/dbb88d29cc4a4fe4bb2faede106d20ff/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51545dd4498a482edf8eabb2700317754454ebf" 2018-10-26 10:03:13,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b51189d0-e8ec-4ffd-902c-333ea4d99e63 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/4047d31da8f144a7ab0df8b19f7e91ce/users/dbb88d29cc4a4fe4bb2faede106d20ff/roles", "previous": null, "next": null}, "roles": []} 2018-10-26 10:03:13,492 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/4047d31da8f144a7ab0df8b19f7e91ce/users/dbb88d29cc4a4fe4bb2faede106d20ff/roles used request id req-b51189d0-e8ec-4ffd-902c-333ea4d99e63 2018-10-26 10:03:13,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51545dd4498a482edf8eabb2700317754454ebf" 2018-10-26 10:03:13,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-adc22403-a85e-43b9-a39b-9c8c8da2a45b Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "domain_id": null, "name": "heat_stack_owner", "id": "4f75e021dfe74c9ab7a3aee778a72c84"}} 2018-10-26 10:03:13,584 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84 used request id req-adc22403-a85e-43b9-a39b-9c8c8da2a45b 2018-10-26 10:03:13,584 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-c98af165-a5f2-461-proj 2018-10-26 10:03:13,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/4047d31da8f144a7ab0df8b19f7e91ce/users/dbb88d29cc4a4fe4bb2faede106d20ff/roles/4f75e021dfe74c9ab7a3aee778a72c84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51545dd4498a482edf8eabb2700317754454ebf" 2018-10-26 10:03:13,732 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:03:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-51228154-6cf7-4db6-ab83-630381484238 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:03:13,733 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/4047d31da8f144a7ab0df8b19f7e91ce/users/dbb88d29cc4a4fe4bb2faede106d20ff/roles/4f75e021dfe74c9ab7a3aee778a72c84 used request id req-51228154-6cf7-4db6-ab83-630381484238 2018-10-26 10:03:13,733 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-c98af165-a5f2-461-user 2018-10-26 10:03:13,733 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:03:13,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b8af8d6144d31196b7b369c10fc1697f844a08" 2018-10-26 10:03:13,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f09a8f0-bcc5-4a89-a1ef-2fefee62a929 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:03:13,820 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-7f09a8f0-bcc5-4a89-a1ef-2fefee62a929 2018-10-26 10:03:13,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b8af8d6144d31196b7b369c10fc1697f844a08" -d '{"role": {"name": "CreateStackSuccessTests-c98af165-a5f2-461-proj-role"}}' 2018-10-26 10:03:13,946 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:03:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-251fa06a-70a9-459e-a94f-c53f2670bb96 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f0d8f909d0f542ef9c3ff58dad4436db", "links": {"self": "http://172.30.9.21:5000/v3/roles/f0d8f909d0f542ef9c3ff58dad4436db"}, "name": "CreateStackSuccessTests-c98af165-a5f2-461-proj-role"}} 2018-10-26 10:03:13,947 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-251fa06a-70a9-459e-a94f-c53f2670bb96 2018-10-26 10:03:13,947 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-c98af165-a5f2-461-proj-role 2018-10-26 10:03:13,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/f0d8f909d0f542ef9c3ff58dad4436db -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b8af8d6144d31196b7b369c10fc1697f844a08" 2018-10-26 10:03:14,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35ed97c3-9957-45e2-8906-3bb75be16648 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/f0d8f909d0f542ef9c3ff58dad4436db"}, "domain_id": null, "name": "CreateStackSuccessTests-c98af165-a5f2-461-proj-role", "id": "f0d8f909d0f542ef9c3ff58dad4436db"}} 2018-10-26 10:03:14,040 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/f0d8f909d0f542ef9c3ff58dad4436db used request id req-35ed97c3-9957-45e2-8906-3bb75be16648 2018-10-26 10:03:14,041 - keystone_utils - INFO - Granting role CreateStackSuccessTests-c98af165-a5f2-461-proj-role to project CreateStackSuccessTests-c98af165-a5f2-461-proj 2018-10-26 10:03:14,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/4047d31da8f144a7ab0df8b19f7e91ce/users/dbb88d29cc4a4fe4bb2faede106d20ff/roles/f0d8f909d0f542ef9c3ff58dad4436db -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b8af8d6144d31196b7b369c10fc1697f844a08" 2018-10-26 10:03:14,163 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:03:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-567d72a2-cbf7-4b62-941e-4abf9a8e3db7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:03:14,164 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/4047d31da8f144a7ab0df8b19f7e91ce/users/dbb88d29cc4a4fe4bb2faede106d20ff/roles/f0d8f909d0f542ef9c3ff58dad4436db used request id req-567d72a2-cbf7-4b62-941e-4abf9a8e3db7 2018-10-26 10:03:14,164 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-26 10:03:14,172 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-26 10:03:14,172 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:03:14,173 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:03:14,556 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0d8f909d0f542ef9c3ff58dad4436db", "name": "CreateStackSuccessTests-c98af165-a5f2-461-proj-role"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:03:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4047d31da8f144a7ab0df8b19f7e91ce", "name": "CreateStackSuccessTests-c98af165-a5f2-461-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/4047d31da8f144a7ab0df8b19f7e91ce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/4047d31da8f144a7ab0df8b19f7e91ce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/4047d31da8f144a7ab0df8b19f7e91ce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/4047d31da8f144a7ab0df8b19f7e91ce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/4047d31da8f144a7ab0df8b19f7e91ce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/4047d31da8f144a7ab0df8b19f7e91ce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/4047d31da8f144a7ab0df8b19f7e91ce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/4047d31da8f144a7ab0df8b19f7e91ce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/4047d31da8f144a7ab0df8b19f7e91ce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-c98af165-a5f2-461-user", "id": "dbb88d29cc4a4fe4bb2faede106d20ff"}, "audit_ids": ["sovBK-1gSmqFTgWz0BuVog"], "issued_at": "2018-10-26T10:03:14.000000Z"}} 2018-10-26 10:03:14,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6de1baae73db6277b73f6fadc4f5c59f277c7d91" 2018-10-26 10:03:14,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7360402-c2e7-43a1-8624-eff4029e2539 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:03:14,632 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a7360402-c2e7-43a1-8624-eff4029e2539 2018-10-26 10:03:14,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6de1baae73db6277b73f6fadc4f5c59f277c7d91" 2018-10-26 10:03:14,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-f47a923d-ddd4-435c-b339-dc548412bf68 Date: Fri, 26 Oct 2018 10:03:14 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-image"} 2018-10-26 10:03:14,824 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-image used request id req-f47a923d-ddd4-435c-b339-dc548412bf68 2018-10-26 10:03:14,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6de1baae73db6277b73f6fadc4f5c59f277c7d91" 2018-10-26 10:03:14,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2bed6fb5-ae14-4e5f-b7dc-7050b5412b3f Date: Fri, 26 Oct 2018 10:03: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-26 10:03:14,989 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-2bed6fb5-ae14-4e5f-b7dc-7050b5412b3f 2018-10-26 10:03:15,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6de1baae73db6277b73f6fadc4f5c59f277c7d91" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-image"}' 2018-10-26 10:03:15,199 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/d2b1d72e-4217-4470-84d9-70d1338101dd X-Openstack-Request-Id: req-233b6fc4-0bac-4694-9af6-a0852826db50 Date: Fri, 26 Oct 2018 10:03:15 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:03:15Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-26T10:03:15Z", "visibility": "shared", "locations": [], "self": "/v2/images/d2b1d72e-4217-4470-84d9-70d1338101dd", "min_disk": 0, "protected": false, "id": "d2b1d72e-4217-4470-84d9-70d1338101dd", "file": "/v2/images/d2b1d72e-4217-4470-84d9-70d1338101dd/file", "checksum": null, "owner": "4047d31da8f144a7ab0df8b19f7e91ce", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:03:15,200 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-233b6fc4-0bac-4694-9af6-a0852826db50 2018-10-26 10:03:15,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/d2b1d72e-4217-4470-84d9-70d1338101dd/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6de1baae73db6277b73f6fadc4f5c59f277c7d91" -d '' 2018-10-26 10:03:16,633 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8f9bd096-6ee8-4433-964d-2cdfb59fa5c0 Date: Fri, 26 Oct 2018 10:03: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-26 10:03:16,634 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/d2b1d72e-4217-4470-84d9-70d1338101dd/file used request id req-8f9bd096-6ee8-4433-964d-2cdfb59fa5c0 2018-10-26 10:03:16,634 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 10:03:16,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/d2b1d72e-4217-4470-84d9-70d1338101dd -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6de1baae73db6277b73f6fadc4f5c59f277c7d91" 2018-10-26 10:03:16,658 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-b081a046-3be8-454c-a131-f508b3e3ddb4 Date: Fri, 26 Oct 2018 10:03:16 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:03:15Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T10:03:16Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/d2b1d72e-4217-4470-84d9-70d1338101dd/snap", "metadata": {}}], "self": "/v2/images/d2b1d72e-4217-4470-84d9-70d1338101dd", "min_disk": 0, "protected": false, "id": "d2b1d72e-4217-4470-84d9-70d1338101dd", "file": "/v2/images/d2b1d72e-4217-4470-84d9-70d1338101dd/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4047d31da8f144a7ab0df8b19f7e91ce", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/d2b1d72e-4217-4470-84d9-70d1338101dd/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:03:16,658 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/d2b1d72e-4217-4470-84d9-70d1338101dd used request id req-b081a046-3be8-454c-a131-f508b3e3ddb4 2018-10-26 10:03:16,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6de1baae73db6277b73f6fadc4f5c59f277c7d91" 2018-10-26 10:03:16,670 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-702df03b-045d-4722-bdca-9764583dff6a Date: Fri, 26 Oct 2018 10:03: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-26 10:03:16,670 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-702df03b-045d-4722-bdca-9764583dff6a 2018-10-26 10:03:16,673 - create_image - INFO - Created image with name - CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-image 2018-10-26 10:03:16,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/d2b1d72e-4217-4470-84d9-70d1338101dd -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6de1baae73db6277b73f6fadc4f5c59f277c7d91" 2018-10-26 10:03:16,691 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-1c1db2b5-38c6-4b63-8071-c14b03a5745f Date: Fri, 26 Oct 2018 10:03:16 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:03:15Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T10:03:16Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/d2b1d72e-4217-4470-84d9-70d1338101dd/snap", "metadata": {}}], "self": "/v2/images/d2b1d72e-4217-4470-84d9-70d1338101dd", "min_disk": 0, "protected": false, "id": "d2b1d72e-4217-4470-84d9-70d1338101dd", "file": "/v2/images/d2b1d72e-4217-4470-84d9-70d1338101dd/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4047d31da8f144a7ab0df8b19f7e91ce", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/d2b1d72e-4217-4470-84d9-70d1338101dd/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:03:16,691 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/d2b1d72e-4217-4470-84d9-70d1338101dd used request id req-1c1db2b5-38c6-4b63-8071-c14b03a5745f 2018-10-26 10:03:16,692 - create_image - DEBUG - Instance status is - active 2018-10-26 10:03:16,692 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-image 2018-10-26 10:03:16,692 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-image 2018-10-26 10:03:16,692 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:03:16,693 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:03:17,074 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:03:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["4TtyEIqUSJOhtnBJOGz3Rg"], "issued_at": "2018-10-26T10:03:17.000000Z"}} 2018-10-26 10:03:17,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb100551e5392de38c7a6e8cc4fd6f62786313e3" 2018-10-26 10:03:17,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b0ce76e-f89f-4c7c-b83b-48ff1cb8ed2a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:03:17,162 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-2b0ce76e-f89f-4c7c-b83b-48ff1cb8ed2a 2018-10-26 10:03:17,163 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:03:17,168 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb100551e5392de38c7a6e8cc4fd6f62786313e3" 2018-10-26 10:03:17,351 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5c4e8f5b-6c8b-4913-b3df-452b22e4137c x-compute-request-id: req-5c4e8f5b-6c8b-4913-b3df-452b22e4137c Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-26 10:03:17,351 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-5c4e8f5b-6c8b-4913-b3df-452b22e4137c 2018-10-26 10:03:17,355 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb100551e5392de38c7a6e8cc4fd6f62786313e3" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-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-26 10:03:17,409 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a156dba8-fd75-4ad5-88c7-721564714d33 x-compute-request-id: req-a156dba8-fd75-4ad5-88c7-721564714d33 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/825e13d5-e064-47e4-bf91-f6c7497c0611", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/825e13d5-e064-47e4-bf91-f6c7497c0611", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "825e13d5-e064-47e4-bf91-f6c7497c0611", "name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 10:03:17,409 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-a156dba8-fd75-4ad5-88c7-721564714d33 2018-10-26 10:03:17,438 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:03:17,439 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:03:17,828 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0d8f909d0f542ef9c3ff58dad4436db", "name": "CreateStackSuccessTests-c98af165-a5f2-461-proj-role"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:03:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4047d31da8f144a7ab0df8b19f7e91ce", "name": "CreateStackSuccessTests-c98af165-a5f2-461-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/4047d31da8f144a7ab0df8b19f7e91ce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/4047d31da8f144a7ab0df8b19f7e91ce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/4047d31da8f144a7ab0df8b19f7e91ce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/4047d31da8f144a7ab0df8b19f7e91ce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/4047d31da8f144a7ab0df8b19f7e91ce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/4047d31da8f144a7ab0df8b19f7e91ce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/4047d31da8f144a7ab0df8b19f7e91ce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/4047d31da8f144a7ab0df8b19f7e91ce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/4047d31da8f144a7ab0df8b19f7e91ce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-c98af165-a5f2-461-user", "id": "dbb88d29cc4a4fe4bb2faede106d20ff"}, "audit_ids": ["rhtdqvt7SUS-LXfWbZo6NA"], "issued_at": "2018-10-26T10:03:17.000000Z"}} 2018-10-26 10:03:17,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d89ad8a3b9af2a2b0ee08243841329baa341252d" 2018-10-26 10:03:17,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f14780b-c877-4105-b435-3dad67e29af2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:03:17,919 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-7f14780b-c877-4105-b435-3dad67e29af2 2018-10-26 10:03:17,920 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:03:17,923 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-26 10:03:17,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d89ad8a3b9af2a2b0ee08243841329baa341252d" 2018-10-26 10:03:18,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:17 GMT Server: Apache x-openstack-request-id: req-caea497c-560d-4ad9-9ced-16d5714c1ddc Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-10-26 10:03:18,485 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack used request id req-caea497c-560d-4ad9-9ced-16d5714c1ddc 2018-10-26 10:03:18,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d89ad8a3b9af2a2b0ee08243841329baa341252d" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-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-36c54a10-0548-402c-b9b4-e68770b1ccfa-net", "inst_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-inst", "subnet_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-subnet", "image_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-image", "flavor_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-flavor-name"}}' 2018-10-26 10:03:21,100 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:03:18 GMT Server: Apache x-openstack-request-id: req-c294de96-20e5-4213-b14d-ddb980bf9aaa Location: http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "links": [{"href": "http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b", "rel": "self"}]}} 2018-10-26 10:03:21,100 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks used request id req-c294de96-20e5-4213-b14d-ddb980bf9aaa 2018-10-26 10:03:21,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/fadc8fa8-d5ec-4b16-9832-eca27417944b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d89ad8a3b9af2a2b0ee08243841329baa341252d" 2018-10-26 10:03:21,643 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:03:21 GMT Server: Apache x-openstack-request-id: req-59e170c7-af95-4cc3-a898-e20ed7269996 Location: http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:03:22,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:21 GMT Server: Apache x-openstack-request-id: req-9b60c766-1ce4-483d-bb89-c3a5f63693c9 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": "4047d31da8f144a7ab0df8b19f7e91ce", "OS::stack_id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "image_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-image", "inst_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-inst", "subnet_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-subnet", "net_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-net", "flavor_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "stack_user_project_id": "c632272796fa4d7382240895711c51fc", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T10:03:20Z", "links": [{"href": "http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:03:22,235 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b used request id req-9b60c766-1ce4-483d-bb89-c3a5f63693c9 2018-10-26 10:03:22,236 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack 2018-10-26 10:03:22,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/fadc8fa8-d5ec-4b16-9832-eca27417944b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d89ad8a3b9af2a2b0ee08243841329baa341252d" 2018-10-26 10:03:22,789 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:03:22 GMT Server: Apache x-openstack-request-id: req-055f2579-ef83-45b7-967d-f1fc33bd50ff Location: http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:03:23,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:22 GMT Server: Apache x-openstack-request-id: req-3bde8cc6-34b6-43bf-88d9-0f15858b6540 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": "4047d31da8f144a7ab0df8b19f7e91ce", "OS::stack_id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "image_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-image", "inst_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-inst", "subnet_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-subnet", "net_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-net", "flavor_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "stack_user_project_id": "c632272796fa4d7382240895711c51fc", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T10:03:20Z", "links": [{"href": "http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:03:23,364 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b used request id req-3bde8cc6-34b6-43bf-88d9-0f15858b6540 2018-10-26 10:03:23,364 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-26 10:03:23,364 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:03:26,367 - create_stack - DEBUG - Stack status query timeout in 1195.86887407 2018-10-26 10:03:26,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/fadc8fa8-d5ec-4b16-9832-eca27417944b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d89ad8a3b9af2a2b0ee08243841329baa341252d" 2018-10-26 10:03:26,911 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:03:26 GMT Server: Apache x-openstack-request-id: req-11cbecb3-3af0-44d7-804c-1250e8d11dfa Location: http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:03:27,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:26 GMT Server: Apache x-openstack-request-id: req-08d72237-a486-4033-a83f-d13f47218bae 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": "4047d31da8f144a7ab0df8b19f7e91ce", "OS::stack_id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "image_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-image", "inst_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-inst", "subnet_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-subnet", "net_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-net", "flavor_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "stack_user_project_id": "c632272796fa4d7382240895711c51fc", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T10:03:20Z", "links": [{"href": "http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:03:27,514 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b used request id req-08d72237-a486-4033-a83f-d13f47218bae 2018-10-26 10:03:27,514 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-26 10:03:27,514 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:03:30,517 - create_stack - DEBUG - Stack status query timeout in 1191.71876502 2018-10-26 10:03:30,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/fadc8fa8-d5ec-4b16-9832-eca27417944b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d89ad8a3b9af2a2b0ee08243841329baa341252d" 2018-10-26 10:03:31,147 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:03:30 GMT Server: Apache x-openstack-request-id: req-87fb9578-6cc6-4499-8c8b-067428b40677 Location: http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:03:31,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:31 GMT Server: Apache x-openstack-request-id: req-d4926777-74c6-477c-8bc0-f7cddb3e7dbb 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": "4047d31da8f144a7ab0df8b19f7e91ce", "OS::stack_id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "image_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-image", "inst_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-inst", "subnet_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-subnet", "net_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-net", "flavor_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "stack_user_project_id": "c632272796fa4d7382240895711c51fc", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T10:03:20Z", "links": [{"href": "http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:03:31,188 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b used request id req-d4926777-74c6-477c-8bc0-f7cddb3e7dbb 2018-10-26 10:03:31,189 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-26 10:03:31,189 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:03:34,191 - create_stack - DEBUG - Stack status query timeout in 1188.04528999 2018-10-26 10:03:34,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/fadc8fa8-d5ec-4b16-9832-eca27417944b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d89ad8a3b9af2a2b0ee08243841329baa341252d" 2018-10-26 10:03:34,221 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:03:34 GMT Server: Apache x-openstack-request-id: req-5f38b7d7-3257-4666-9e91-5cdda686caef Location: http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:03:34,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:34 GMT Server: Apache x-openstack-request-id: req-ccbd5aea-9c03-45b3-9f39-a21004024946 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": "4047d31da8f144a7ab0df8b19f7e91ce", "OS::stack_id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "image_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-image", "inst_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-inst", "subnet_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-subnet", "net_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-net", "flavor_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "stack_user_project_id": "c632272796fa4d7382240895711c51fc", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T10:03:20Z", "links": [{"href": "http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:03:34,263 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b used request id req-ccbd5aea-9c03-45b3-9f39-a21004024946 2018-10-26 10:03:34,264 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-26 10:03:34,264 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:03:37,267 - create_stack - DEBUG - Stack status query timeout in 1184.96903014 2018-10-26 10:03:37,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/fadc8fa8-d5ec-4b16-9832-eca27417944b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d89ad8a3b9af2a2b0ee08243841329baa341252d" 2018-10-26 10:03:37,828 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:03:37 GMT Server: Apache x-openstack-request-id: req-af185458-afe1-4d80-aace-444c4bfff9a6 Location: http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:03:38,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:37 GMT Server: Apache x-openstack-request-id: req-880d0e10-b0fd-4bb5-9a3a-a51c226d8a22 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": "4047d31da8f144a7ab0df8b19f7e91ce", "OS::stack_id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "image_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-image", "inst_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-inst", "subnet_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-subnet", "net_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-net", "flavor_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "stack_user_project_id": "c632272796fa4d7382240895711c51fc", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-26T10:03:20Z", "links": [{"href": "http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:03:38,433 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b used request id req-880d0e10-b0fd-4bb5-9a3a-a51c226d8a22 2018-10-26 10:03:38,433 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-10-26 10:03:38,433 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack 2018-10-26 10:03:38,434 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack 2018-10-26 10:03:38,434 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:03:38,819 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0d8f909d0f542ef9c3ff58dad4436db", "name": "CreateStackSuccessTests-c98af165-a5f2-461-proj-role"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:03:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4047d31da8f144a7ab0df8b19f7e91ce", "name": "CreateStackSuccessTests-c98af165-a5f2-461-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/4047d31da8f144a7ab0df8b19f7e91ce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/4047d31da8f144a7ab0df8b19f7e91ce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/4047d31da8f144a7ab0df8b19f7e91ce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/4047d31da8f144a7ab0df8b19f7e91ce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/4047d31da8f144a7ab0df8b19f7e91ce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/4047d31da8f144a7ab0df8b19f7e91ce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/4047d31da8f144a7ab0df8b19f7e91ce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/4047d31da8f144a7ab0df8b19f7e91ce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/4047d31da8f144a7ab0df8b19f7e91ce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-c98af165-a5f2-461-user", "id": "dbb88d29cc4a4fe4bb2faede106d20ff"}, "audit_ids": ["1wEcZIioSRyBSfNoS_AvkA"], "issued_at": "2018-10-26T10:03:38.000000Z"}} 2018-10-26 10:03:38,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/fadc8fa8-d5ec-4b16-9832-eca27417944b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b034e6b767ff5e114b7b076714bc6a7d586ecba3" 2018-10-26 10:03:39,373 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:03:38 GMT Server: Apache x-openstack-request-id: req-626b57ef-0a2a-4b37-8b40-743b4826ea7e Location: http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:03:39,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:39 GMT Server: Apache x-openstack-request-id: req-798b2bf0-4428-48d9-ba2e-a20046cb4957 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": "4047d31da8f144a7ab0df8b19f7e91ce", "OS::stack_id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "image_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-image", "inst_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-inst", "subnet_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-subnet", "net_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-net", "flavor_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "stack_user_project_id": "c632272796fa4d7382240895711c51fc", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-26T10:03:20Z", "links": [{"href": "http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:03:39,936 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b used request id req-798b2bf0-4428-48d9-ba2e-a20046cb4957 2018-10-26 10:03:39,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/fadc8fa8-d5ec-4b16-9832-eca27417944b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d89ad8a3b9af2a2b0ee08243841329baa341252d" 2018-10-26 10:03:39,965 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:03:39 GMT Server: Apache x-openstack-request-id: req-72a7ecaf-d289-4b0a-a5a5-0fa3fe1d2b89 Location: http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:03:40,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:39 GMT Server: Apache x-openstack-request-id: req-87118c69-072e-4b3c-a97d-f771005e8583 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": "4047d31da8f144a7ab0df8b19f7e91ce", "OS::stack_id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "image_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-image", "inst_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-inst", "subnet_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-subnet", "net_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-net", "flavor_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "stack_user_project_id": "c632272796fa4d7382240895711c51fc", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-26T10:03:20Z", "links": [{"href": "http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:03:40,530 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b used request id req-87118c69-072e-4b3c-a97d-f771005e8583 2018-10-26 10:03:40,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/fadc8fa8-d5ec-4b16-9832-eca27417944b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d89ad8a3b9af2a2b0ee08243841329baa341252d" 2018-10-26 10:03:40,560 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:03:40 GMT Server: Apache x-openstack-request-id: req-ae3a80a7-9a6f-4d6c-a785-eba939e02038 Location: http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:03:41,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:40 GMT Server: Apache x-openstack-request-id: req-9a81c532-4400-4262-9d95-2c0266e1913a 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": "4047d31da8f144a7ab0df8b19f7e91ce", "OS::stack_id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "image_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-image", "inst_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-inst", "subnet_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-subnet", "net_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-net", "flavor_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "stack_user_project_id": "c632272796fa4d7382240895711c51fc", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-26T10:03:20Z", "links": [{"href": "http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:03:41,150 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b used request id req-9a81c532-4400-4262-9d95-2c0266e1913a 2018-10-26 10:03:41,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/fadc8fa8-d5ec-4b16-9832-eca27417944b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b034e6b767ff5e114b7b076714bc6a7d586ecba3" 2018-10-26 10:03:41,708 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:03:41 GMT Server: Apache x-openstack-request-id: req-4eaa794f-37fb-4e85-8a94-37def86bb2b6 Location: http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:03:41,919 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:03:41 GMT Server: Apache x-openstack-request-id: req-129cb5a6-25b8-4a58-8f56-fa3012bccca0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:03:41,919 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b used request id req-129cb5a6-25b8-4a58-8f56-fa3012bccca0 2018-10-26 10:03:41,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/fadc8fa8-d5ec-4b16-9832-eca27417944b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b034e6b767ff5e114b7b076714bc6a7d586ecba3" 2018-10-26 10:03:42,470 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:03:41 GMT Server: Apache x-openstack-request-id: req-f6886be5-8d0b-40c1-8044-1074c67a4a43 Location: http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:03:42,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:42 GMT Server: Apache x-openstack-request-id: req-78d98f09-7394-4906-ad11-e1169ee3c209 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": "4047d31da8f144a7ab0df8b19f7e91ce", "OS::stack_id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "image_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-image", "inst_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-inst", "subnet_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-subnet", "flavor_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-flavor-name", "net_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "stack_user_project_id": "c632272796fa4d7382240895711c51fc", "tags": null, "creation_time": "2018-10-26T10:03:20Z", "links": [{"href": "http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:03:41Z", "id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:03:42,637 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b used request id req-78d98f09-7394-4906-ad11-e1169ee3c209 2018-10-26 10:03:42,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/fadc8fa8-d5ec-4b16-9832-eca27417944b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b034e6b767ff5e114b7b076714bc6a7d586ecba3" 2018-10-26 10:03:42,833 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:03:42 GMT Server: Apache x-openstack-request-id: req-6d582af5-693b-44c4-a703-624744130e29 Location: http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:03:43,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:42 GMT Server: Apache x-openstack-request-id: req-4a644600-1fc0-4904-847f-61037c7e9d68 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": "4047d31da8f144a7ab0df8b19f7e91ce", "OS::stack_id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "image_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-image", "inst_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-inst", "subnet_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-subnet", "flavor_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-flavor-name", "net_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "stack_user_project_id": "c632272796fa4d7382240895711c51fc", "tags": null, "creation_time": "2018-10-26T10:03:20Z", "links": [{"href": "http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:03:41Z", "id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:03:43,030 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b used request id req-4a644600-1fc0-4904-847f-61037c7e9d68 2018-10-26 10:03:43,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/fadc8fa8-d5ec-4b16-9832-eca27417944b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b034e6b767ff5e114b7b076714bc6a7d586ecba3" 2018-10-26 10:03:43,059 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:03:43 GMT Server: Apache x-openstack-request-id: req-99c0463a-26f3-4b89-b64f-47b6f78b4ec7 Location: http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:03:43,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:43 GMT Server: Apache x-openstack-request-id: req-bfba9e3f-63ad-4a22-8b28-fbffd308fa7b 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": "4047d31da8f144a7ab0df8b19f7e91ce", "OS::stack_id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "image_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-image", "inst_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-inst", "subnet_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-subnet", "flavor_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-flavor-name", "net_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "stack_user_project_id": "c632272796fa4d7382240895711c51fc", "tags": null, "creation_time": "2018-10-26T10:03:20Z", "links": [{"href": "http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:03:41Z", "id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:03:43,593 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b used request id req-bfba9e3f-63ad-4a22-8b28-fbffd308fa7b 2018-10-26 10:03:43,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/fadc8fa8-d5ec-4b16-9832-eca27417944b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b034e6b767ff5e114b7b076714bc6a7d586ecba3" 2018-10-26 10:03:44,143 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:03:43 GMT Server: Apache x-openstack-request-id: req-e8b1be89-b525-4c60-a7ba-34795db5918e Location: http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:03:44,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:44 GMT Server: Apache x-openstack-request-id: req-9216e6e5-83af-46cf-9307-1bc910d92d5f 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": "4047d31da8f144a7ab0df8b19f7e91ce", "OS::stack_id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "image_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-image", "inst_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-inst", "subnet_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-subnet", "flavor_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-flavor-name", "net_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "stack_user_project_id": "c632272796fa4d7382240895711c51fc", "tags": null, "creation_time": "2018-10-26T10:03:20Z", "links": [{"href": "http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:03:41Z", "id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:03:44,169 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b used request id req-9216e6e5-83af-46cf-9307-1bc910d92d5f 2018-10-26 10:03:44,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/fadc8fa8-d5ec-4b16-9832-eca27417944b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b034e6b767ff5e114b7b076714bc6a7d586ecba3" 2018-10-26 10:03:44,728 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:03:44 GMT Server: Apache x-openstack-request-id: req-0f3e4524-f110-4ed3-b1a0-ce1d0d3a524b Location: http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:03:44,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:44 GMT Server: Apache x-openstack-request-id: req-c1d25ed4-2017-43b7-89b0-551d8333df9e 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": "4047d31da8f144a7ab0df8b19f7e91ce", "OS::stack_id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "image_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-image", "inst_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-inst", "subnet_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-subnet", "flavor_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-flavor-name", "net_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "stack_user_project_id": "c632272796fa4d7382240895711c51fc", "tags": null, "creation_time": "2018-10-26T10:03:20Z", "links": [{"href": "http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:03:41Z", "id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:03:44,888 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b used request id req-c1d25ed4-2017-43b7-89b0-551d8333df9e 2018-10-26 10:03:44,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/fadc8fa8-d5ec-4b16-9832-eca27417944b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b034e6b767ff5e114b7b076714bc6a7d586ecba3" 2018-10-26 10:03:44,918 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:03:44 GMT Server: Apache x-openstack-request-id: req-29893cae-9c98-4b6b-9ae8-a92ad35eaa6f Location: http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:03:45,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:44 GMT Server: Apache x-openstack-request-id: req-a77862bd-c865-4726-a776-ed81c7510288 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": "4047d31da8f144a7ab0df8b19f7e91ce", "OS::stack_id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "image_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-image", "inst_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-inst", "subnet_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-subnet", "flavor_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-flavor-name", "net_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "stack_user_project_id": "c632272796fa4d7382240895711c51fc", "tags": null, "creation_time": "2018-10-26T10:03:20Z", "links": [{"href": "http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:03:41Z", "id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:03:45,466 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b used request id req-a77862bd-c865-4726-a776-ed81c7510288 2018-10-26 10:03:45,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/fadc8fa8-d5ec-4b16-9832-eca27417944b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b034e6b767ff5e114b7b076714bc6a7d586ecba3" 2018-10-26 10:03:45,496 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:03:45 GMT Server: Apache x-openstack-request-id: req-a5cfa9b9-a9ed-49c7-a4d2-131215bf46a0 Location: http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:03:46,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:45 GMT Server: Apache x-openstack-request-id: req-dafb0fe6-81a2-4295-89c8-01ab4f9fce77 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": "4047d31da8f144a7ab0df8b19f7e91ce", "OS::stack_id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "image_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-image", "inst_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-inst", "subnet_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-subnet", "flavor_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-flavor-name", "net_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "stack_user_project_id": "c632272796fa4d7382240895711c51fc", "tags": null, "creation_time": "2018-10-26T10:03:20Z", "links": [{"href": "http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:03:41Z", "id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:03:46,059 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b used request id req-dafb0fe6-81a2-4295-89c8-01ab4f9fce77 2018-10-26 10:03:46,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/fadc8fa8-d5ec-4b16-9832-eca27417944b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b034e6b767ff5e114b7b076714bc6a7d586ecba3" 2018-10-26 10:03:46,088 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:03:46 GMT Server: Apache x-openstack-request-id: req-f4551287-8e61-4e31-8951-1cd95ed236f0 Location: http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:03:46,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:46 GMT Server: Apache x-openstack-request-id: req-abdda6bb-f1d4-4c23-9419-119420761834 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": "4047d31da8f144a7ab0df8b19f7e91ce", "OS::stack_id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "image_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-image", "inst_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-inst", "subnet_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-subnet", "flavor_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-flavor-name", "net_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "stack_user_project_id": "c632272796fa4d7382240895711c51fc", "tags": null, "creation_time": "2018-10-26T10:03:20Z", "links": [{"href": "http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:03:41Z", "id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:03:46,642 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b used request id req-abdda6bb-f1d4-4c23-9419-119420761834 2018-10-26 10:03:46,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/fadc8fa8-d5ec-4b16-9832-eca27417944b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b034e6b767ff5e114b7b076714bc6a7d586ecba3" 2018-10-26 10:03:46,675 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:03:46 GMT Server: Apache x-openstack-request-id: req-86cf5300-2284-4ddf-bba5-c0aa8ab98ee2 Location: http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:03:46,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:46 GMT Server: Apache x-openstack-request-id: req-56ce14ea-de93-4754-a7f1-00fba06b6692 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": "4047d31da8f144a7ab0df8b19f7e91ce", "OS::stack_id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "image_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-image", "inst_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-inst", "subnet_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-subnet", "flavor_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-flavor-name", "net_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "stack_user_project_id": "c632272796fa4d7382240895711c51fc", "tags": null, "creation_time": "2018-10-26T10:03:20Z", "links": [{"href": "http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:03:41Z", "id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:03:46,701 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b used request id req-56ce14ea-de93-4754-a7f1-00fba06b6692 2018-10-26 10:03:46,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/fadc8fa8-d5ec-4b16-9832-eca27417944b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b034e6b767ff5e114b7b076714bc6a7d586ecba3" 2018-10-26 10:03:46,730 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:03:46 GMT Server: Apache x-openstack-request-id: req-37211358-d3fa-4d65-bdcd-3f26e660fb03 Location: http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:03:46,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:46 GMT Server: Apache x-openstack-request-id: req-fb734ca9-a563-40d8-9c63-0895be3e8a34 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": "4047d31da8f144a7ab0df8b19f7e91ce", "OS::stack_id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "image_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-image", "inst_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-inst", "subnet_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-subnet", "flavor_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-flavor-name", "net_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "stack_user_project_id": "c632272796fa4d7382240895711c51fc", "tags": null, "creation_time": "2018-10-26T10:03:20Z", "links": [{"href": "http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:03:41Z", "id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:03:46,756 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b used request id req-fb734ca9-a563-40d8-9c63-0895be3e8a34 2018-10-26 10:03:46,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/fadc8fa8-d5ec-4b16-9832-eca27417944b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b034e6b767ff5e114b7b076714bc6a7d586ecba3" 2018-10-26 10:03:46,784 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:03:46 GMT Server: Apache x-openstack-request-id: req-deaa09d0-1825-4119-aade-ec369314f231 Location: http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:03:46,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:46 GMT Server: Apache x-openstack-request-id: req-d0b12eea-c126-4712-99ca-4e8e3677f643 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": "4047d31da8f144a7ab0df8b19f7e91ce", "OS::stack_id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "image_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-image", "inst_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-inst", "subnet_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-subnet", "flavor_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-flavor-name", "net_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "stack_user_project_id": "c632272796fa4d7382240895711c51fc", "tags": null, "creation_time": "2018-10-26T10:03:20Z", "links": [{"href": "http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:03:41Z", "id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:03:46,809 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b used request id req-d0b12eea-c126-4712-99ca-4e8e3677f643 2018-10-26 10:03:46,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/fadc8fa8-d5ec-4b16-9832-eca27417944b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b034e6b767ff5e114b7b076714bc6a7d586ecba3" 2018-10-26 10:03:47,368 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:03:46 GMT Server: Apache x-openstack-request-id: req-6a609e54-05b9-4900-a4a2-c0192684a884 Location: http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:03:47,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:47 GMT Server: Apache x-openstack-request-id: req-0675aeac-9909-400b-987f-4f3cbf9ffa02 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": "4047d31da8f144a7ab0df8b19f7e91ce", "OS::stack_id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "image_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-image", "inst_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-inst", "subnet_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-subnet", "flavor_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-flavor-name", "net_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "stack_user_project_id": "c632272796fa4d7382240895711c51fc", "tags": null, "creation_time": "2018-10-26T10:03:20Z", "links": [{"href": "http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:03:41Z", "id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:03:47,393 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b used request id req-0675aeac-9909-400b-987f-4f3cbf9ffa02 2018-10-26 10:03:47,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/fadc8fa8-d5ec-4b16-9832-eca27417944b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b034e6b767ff5e114b7b076714bc6a7d586ecba3" 2018-10-26 10:03:47,585 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:03:47 GMT Server: Apache x-openstack-request-id: req-f97f51fc-1375-43db-8453-e739f05210df Location: http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:03:47,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:47 GMT Server: Apache x-openstack-request-id: req-daf5c251-6dc4-45cd-b450-8a9b4cd5f261 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": "4047d31da8f144a7ab0df8b19f7e91ce", "OS::stack_id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "image_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-image", "inst_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-inst", "subnet_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-subnet", "flavor_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-flavor-name", "net_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "stack_user_project_id": "c632272796fa4d7382240895711c51fc", "tags": null, "creation_time": "2018-10-26T10:03:20Z", "links": [{"href": "http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:03:41Z", "id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:03:47,611 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b used request id req-daf5c251-6dc4-45cd-b450-8a9b4cd5f261 2018-10-26 10:03:47,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/fadc8fa8-d5ec-4b16-9832-eca27417944b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b034e6b767ff5e114b7b076714bc6a7d586ecba3" 2018-10-26 10:03:47,640 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:03:47 GMT Server: Apache x-openstack-request-id: req-3236c9b9-7d3e-496c-abd7-0f738099f876 Location: http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:03:47,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:47 GMT Server: Apache x-openstack-request-id: req-954e04b2-fa23-4741-a844-5b3e7315f81a 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": "4047d31da8f144a7ab0df8b19f7e91ce", "OS::stack_id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "image_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-image", "inst_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-inst", "subnet_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-subnet", "flavor_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-flavor-name", "net_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "stack_user_project_id": "c632272796fa4d7382240895711c51fc", "tags": null, "creation_time": "2018-10-26T10:03:20Z", "links": [{"href": "http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:03:41Z", "id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:03:47,809 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b used request id req-954e04b2-fa23-4741-a844-5b3e7315f81a 2018-10-26 10:03:47,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/fadc8fa8-d5ec-4b16-9832-eca27417944b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b034e6b767ff5e114b7b076714bc6a7d586ecba3" 2018-10-26 10:03:47,841 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:03:47 GMT Server: Apache x-openstack-request-id: req-3c9dbecd-888e-474c-9664-2f221007efb5 Location: http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:03:47,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:47 GMT Server: Apache x-openstack-request-id: req-ec4289b0-b67b-4e88-8d08-904c3a209f5b 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": "4047d31da8f144a7ab0df8b19f7e91ce", "OS::stack_id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "image_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-image", "inst_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-inst", "subnet_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-subnet", "flavor_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-flavor-name", "net_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "stack_user_project_id": "c632272796fa4d7382240895711c51fc", "tags": null, "creation_time": "2018-10-26T10:03:20Z", "links": [{"href": "http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:03:41Z", "id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:03:47,867 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b used request id req-ec4289b0-b67b-4e88-8d08-904c3a209f5b 2018-10-26 10:03:47,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/fadc8fa8-d5ec-4b16-9832-eca27417944b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b034e6b767ff5e114b7b076714bc6a7d586ecba3" 2018-10-26 10:03:47,896 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:03:47 GMT Server: Apache x-openstack-request-id: req-31f97574-9811-4c46-9aa6-3540df22c46b Location: http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:03:47,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:47 GMT Server: Apache x-openstack-request-id: req-b31769b4-9bd9-4d20-afcc-31fb659587c1 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": "4047d31da8f144a7ab0df8b19f7e91ce", "OS::stack_id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "image_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-image", "inst_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-inst", "subnet_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-subnet", "flavor_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-flavor-name", "net_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "stack_user_project_id": "c632272796fa4d7382240895711c51fc", "tags": null, "creation_time": "2018-10-26T10:03:20Z", "links": [{"href": "http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:03:41Z", "id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:03:47,924 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b used request id req-b31769b4-9bd9-4d20-afcc-31fb659587c1 2018-10-26 10:03:47,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/fadc8fa8-d5ec-4b16-9832-eca27417944b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b034e6b767ff5e114b7b076714bc6a7d586ecba3" 2018-10-26 10:03:47,952 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:03:47 GMT Server: Apache x-openstack-request-id: req-31d37ced-7548-4379-bde3-669299e0f28b Location: http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:03:47,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:47 GMT Server: Apache x-openstack-request-id: req-436869fb-480a-4cac-8648-c17d0b5c5875 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": "4047d31da8f144a7ab0df8b19f7e91ce", "OS::stack_id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "image_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-image", "inst_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-inst", "subnet_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-subnet", "flavor_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-flavor-name", "net_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "stack_user_project_id": "c632272796fa4d7382240895711c51fc", "tags": null, "creation_time": "2018-10-26T10:03:20Z", "links": [{"href": "http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:03:41Z", "id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:03:47,995 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b used request id req-436869fb-480a-4cac-8648-c17d0b5c5875 2018-10-26 10:03:47,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/fadc8fa8-d5ec-4b16-9832-eca27417944b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b034e6b767ff5e114b7b076714bc6a7d586ecba3" 2018-10-26 10:03:48,538 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:03:48 GMT Server: Apache x-openstack-request-id: req-e26e6412-fce6-40f4-a332-d4b6a5bd97df Location: http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:03:49,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:48 GMT Server: Apache x-openstack-request-id: req-18e16c64-8c78-4d24-8cef-51760a11acb3 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": "4047d31da8f144a7ab0df8b19f7e91ce", "OS::stack_id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "image_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-image", "inst_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-inst", "subnet_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-subnet", "flavor_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-flavor-name", "net_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "stack_user_project_id": "c632272796fa4d7382240895711c51fc", "tags": null, "creation_time": "2018-10-26T10:03:20Z", "links": [{"href": "http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:03:41Z", "id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:03:49,102 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b used request id req-18e16c64-8c78-4d24-8cef-51760a11acb3 2018-10-26 10:03:49,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/fadc8fa8-d5ec-4b16-9832-eca27417944b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b034e6b767ff5e114b7b076714bc6a7d586ecba3" 2018-10-26 10:03:49,132 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:03:49 GMT Server: Apache x-openstack-request-id: req-1239db4d-5db1-4834-a07e-9f388645670c Location: http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:03:49,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:49 GMT Server: Apache x-openstack-request-id: req-b1d3e48b-1b3f-4c47-8503-4481ec74b5d8 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": "4047d31da8f144a7ab0df8b19f7e91ce", "OS::stack_id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "image_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-image", "inst_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-inst", "subnet_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-subnet", "flavor_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-flavor-name", "net_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "stack_user_project_id": "c632272796fa4d7382240895711c51fc", "tags": null, "creation_time": "2018-10-26T10:03:20Z", "links": [{"href": "http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:03:41Z", "id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:03:49,157 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b used request id req-b1d3e48b-1b3f-4c47-8503-4481ec74b5d8 2018-10-26 10:03:49,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/fadc8fa8-d5ec-4b16-9832-eca27417944b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b034e6b767ff5e114b7b076714bc6a7d586ecba3" 2018-10-26 10:03:49,188 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:03:49 GMT Server: Apache x-openstack-request-id: req-5fdc60e3-2f22-4eb7-9043-aa9395639561 Location: http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:03:49,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:49 GMT Server: Apache x-openstack-request-id: req-4f6391d1-39ae-4af9-95df-aa6a27cd3016 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": "4047d31da8f144a7ab0df8b19f7e91ce", "OS::stack_id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "image_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-image", "inst_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-inst", "subnet_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-subnet", "flavor_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-flavor-name", "net_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "stack_user_project_id": "c632272796fa4d7382240895711c51fc", "tags": null, "creation_time": "2018-10-26T10:03:20Z", "links": [{"href": "http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:03:41Z", "id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:03:49,229 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b used request id req-4f6391d1-39ae-4af9-95df-aa6a27cd3016 2018-10-26 10:03:49,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/fadc8fa8-d5ec-4b16-9832-eca27417944b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b034e6b767ff5e114b7b076714bc6a7d586ecba3" 2018-10-26 10:03:49,258 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:03:49 GMT Server: Apache x-openstack-request-id: req-610bb1cc-15d8-4ae1-88d8-901563301bad Location: http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:03:49,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:49 GMT Server: Apache x-openstack-request-id: req-7d60745f-f255-4ec0-b1b6-502a405a23ea 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": "4047d31da8f144a7ab0df8b19f7e91ce", "OS::stack_id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "image_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-image", "inst_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-inst", "subnet_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-subnet", "flavor_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-flavor-name", "net_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "stack_user_project_id": "c632272796fa4d7382240895711c51fc", "tags": null, "creation_time": "2018-10-26T10:03:20Z", "links": [{"href": "http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:03:41Z", "id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:03:49,284 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b used request id req-7d60745f-f255-4ec0-b1b6-502a405a23ea 2018-10-26 10:03:49,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/fadc8fa8-d5ec-4b16-9832-eca27417944b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b034e6b767ff5e114b7b076714bc6a7d586ecba3" 2018-10-26 10:03:49,316 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:03:49 GMT Server: Apache x-openstack-request-id: req-2bab97a6-a6eb-4403-bf6f-937d036ace41 Location: http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:03:49,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:49 GMT Server: Apache x-openstack-request-id: req-b918d739-6b28-47c0-ba0a-fa4ba1b5b1b5 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": "4047d31da8f144a7ab0df8b19f7e91ce", "OS::stack_id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "image_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-image", "inst_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-inst", "subnet_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-subnet", "flavor_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-flavor-name", "net_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "stack_user_project_id": "c632272796fa4d7382240895711c51fc", "tags": null, "creation_time": "2018-10-26T10:03:20Z", "links": [{"href": "http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:03:41Z", "id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:03:49,342 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b used request id req-b918d739-6b28-47c0-ba0a-fa4ba1b5b1b5 2018-10-26 10:03:49,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/fadc8fa8-d5ec-4b16-9832-eca27417944b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b034e6b767ff5e114b7b076714bc6a7d586ecba3" 2018-10-26 10:03:49,372 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:03:49 GMT Server: Apache x-openstack-request-id: req-d7da0e63-4867-4237-8059-15e9a72e18ec Location: http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:03:49,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:49 GMT Server: Apache x-openstack-request-id: req-873eea16-7067-4145-a26f-c04b6f37e6de 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": "4047d31da8f144a7ab0df8b19f7e91ce", "OS::stack_id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "image_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-image", "inst_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-inst", "subnet_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-subnet", "flavor_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-flavor-name", "net_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "stack_user_project_id": "c632272796fa4d7382240895711c51fc", "tags": null, "creation_time": "2018-10-26T10:03:20Z", "links": [{"href": "http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:03:41Z", "id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:03:49,398 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b used request id req-873eea16-7067-4145-a26f-c04b6f37e6de 2018-10-26 10:03:49,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/fadc8fa8-d5ec-4b16-9832-eca27417944b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b034e6b767ff5e114b7b076714bc6a7d586ecba3" 2018-10-26 10:03:49,426 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:03:49 GMT Server: Apache x-openstack-request-id: req-86e466f5-efec-4f78-9b30-6f00a89d7185 Location: http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:03:49,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:49 GMT Server: Apache x-openstack-request-id: req-d88c0449-4e85-4316-a5c0-1322c64c6e71 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": "4047d31da8f144a7ab0df8b19f7e91ce", "OS::stack_id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "image_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-image", "inst_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-inst", "subnet_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-subnet", "flavor_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-flavor-name", "net_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "stack_user_project_id": "c632272796fa4d7382240895711c51fc", "tags": null, "creation_time": "2018-10-26T10:03:20Z", "links": [{"href": "http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:03:41Z", "id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:03:49,452 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b used request id req-d88c0449-4e85-4316-a5c0-1322c64c6e71 2018-10-26 10:03:49,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/fadc8fa8-d5ec-4b16-9832-eca27417944b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b034e6b767ff5e114b7b076714bc6a7d586ecba3" 2018-10-26 10:03:49,481 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:03:49 GMT Server: Apache x-openstack-request-id: req-279bc3ac-5379-4dcd-a69d-568cc2a85d6f Location: http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:03:49,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:49 GMT Server: Apache x-openstack-request-id: req-a47f22be-6583-4521-ad5d-110bbae7b280 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": "4047d31da8f144a7ab0df8b19f7e91ce", "OS::stack_id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "image_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-image", "inst_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-inst", "subnet_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-subnet", "flavor_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-flavor-name", "net_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "stack_user_project_id": "c632272796fa4d7382240895711c51fc", "tags": null, "creation_time": "2018-10-26T10:03:20Z", "links": [{"href": "http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:03:41Z", "id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:03:49,523 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b used request id req-a47f22be-6583-4521-ad5d-110bbae7b280 2018-10-26 10:03:49,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/fadc8fa8-d5ec-4b16-9832-eca27417944b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b034e6b767ff5e114b7b076714bc6a7d586ecba3" 2018-10-26 10:03:49,552 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:03:49 GMT Server: Apache x-openstack-request-id: req-a1083d48-5de0-4f92-a341-b534e2034825 Location: http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:03:49,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:49 GMT Server: Apache x-openstack-request-id: req-cc4fb24d-9c91-4eb1-bb18-1c4e26bc6c95 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": "4047d31da8f144a7ab0df8b19f7e91ce", "OS::stack_id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "image_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-image", "inst_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-inst", "subnet_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-subnet", "flavor_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-flavor-name", "net_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "stack_user_project_id": "c632272796fa4d7382240895711c51fc", "tags": null, "creation_time": "2018-10-26T10:03:20Z", "links": [{"href": "http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:03:41Z", "id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:03:49,578 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b used request id req-cc4fb24d-9c91-4eb1-bb18-1c4e26bc6c95 2018-10-26 10:03:49,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/fadc8fa8-d5ec-4b16-9832-eca27417944b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b034e6b767ff5e114b7b076714bc6a7d586ecba3" 2018-10-26 10:03:49,607 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:03:49 GMT Server: Apache x-openstack-request-id: req-b616a927-f012-4ea5-8fde-165f0e7ff77f Location: http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:03:49,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:49 GMT Server: Apache x-openstack-request-id: req-8e2432ed-a9ef-4650-bddd-7a61398eecc4 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": "4047d31da8f144a7ab0df8b19f7e91ce", "OS::stack_id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "image_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-image", "inst_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-inst", "subnet_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-subnet", "flavor_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-flavor-name", "net_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "stack_user_project_id": "c632272796fa4d7382240895711c51fc", "tags": null, "creation_time": "2018-10-26T10:03:20Z", "links": [{"href": "http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:03:41Z", "id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:03:49,633 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b used request id req-8e2432ed-a9ef-4650-bddd-7a61398eecc4 2018-10-26 10:03:49,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/fadc8fa8-d5ec-4b16-9832-eca27417944b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b034e6b767ff5e114b7b076714bc6a7d586ecba3" 2018-10-26 10:03:50,180 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:03:49 GMT Server: Apache x-openstack-request-id: req-6e9a6990-746b-48ad-be52-71a011ce4fae Location: http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:03:50,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:50 GMT Server: Apache x-openstack-request-id: req-ad0dda7b-bb2a-4f39-9535-7df3130d3eff 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": "4047d31da8f144a7ab0df8b19f7e91ce", "OS::stack_id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "image_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-image", "inst_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-inst", "subnet_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-subnet", "flavor_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-flavor-name", "net_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "stack_user_project_id": "c632272796fa4d7382240895711c51fc", "tags": null, "creation_time": "2018-10-26T10:03:20Z", "links": [{"href": "http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:03:41Z", "id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:03:50,207 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b used request id req-ad0dda7b-bb2a-4f39-9535-7df3130d3eff 2018-10-26 10:03:50,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/fadc8fa8-d5ec-4b16-9832-eca27417944b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b034e6b767ff5e114b7b076714bc6a7d586ecba3" 2018-10-26 10:03:50,237 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:03:50 GMT Server: Apache x-openstack-request-id: req-b40dbb4d-c333-49ee-8377-cbe2c82812b8 Location: http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:03:50,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:50 GMT Server: Apache x-openstack-request-id: req-33613788-0de2-4494-b927-fef19561e3b9 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": "4047d31da8f144a7ab0df8b19f7e91ce", "OS::stack_id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "image_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-image", "inst_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-inst", "subnet_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-subnet", "flavor_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-flavor-name", "net_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "stack_user_project_id": "c632272796fa4d7382240895711c51fc", "tags": null, "creation_time": "2018-10-26T10:03:20Z", "links": [{"href": "http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:03:41Z", "id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:03:50,279 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b used request id req-33613788-0de2-4494-b927-fef19561e3b9 2018-10-26 10:03:50,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/fadc8fa8-d5ec-4b16-9832-eca27417944b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b034e6b767ff5e114b7b076714bc6a7d586ecba3" 2018-10-26 10:03:50,309 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:03:50 GMT Server: Apache x-openstack-request-id: req-29d9501c-33a6-41c6-af46-de8f61183797 Location: http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:03:50,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:50 GMT Server: Apache x-openstack-request-id: req-bba1ce4b-d160-461b-9f6f-2c11061d8a1b 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": "4047d31da8f144a7ab0df8b19f7e91ce", "OS::stack_id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "image_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-image", "inst_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-inst", "subnet_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-subnet", "flavor_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-flavor-name", "net_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "stack_user_project_id": "c632272796fa4d7382240895711c51fc", "tags": null, "creation_time": "2018-10-26T10:03:20Z", "links": [{"href": "http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:03:41Z", "id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:03:50,854 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b used request id req-bba1ce4b-d160-461b-9f6f-2c11061d8a1b 2018-10-26 10:03:50,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/fadc8fa8-d5ec-4b16-9832-eca27417944b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b034e6b767ff5e114b7b076714bc6a7d586ecba3" 2018-10-26 10:03:50,883 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:03:50 GMT Server: Apache x-openstack-request-id: req-52503976-530b-4052-bb80-c4c04e019efa Location: http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:03:51,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:50 GMT Server: Apache x-openstack-request-id: req-80bef886-2251-4b41-8f04-120c71b76edf 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": "4047d31da8f144a7ab0df8b19f7e91ce", "OS::stack_id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "image_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-image", "inst_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-inst", "subnet_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-subnet", "flavor_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-flavor-name", "net_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "stack_user_project_id": "c632272796fa4d7382240895711c51fc", "tags": null, "creation_time": "2018-10-26T10:03:20Z", "links": [{"href": "http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:03:41Z", "id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:03:51,431 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b used request id req-80bef886-2251-4b41-8f04-120c71b76edf 2018-10-26 10:03:51,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/fadc8fa8-d5ec-4b16-9832-eca27417944b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b034e6b767ff5e114b7b076714bc6a7d586ecba3" 2018-10-26 10:03:51,463 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:03:51 GMT Server: Apache x-openstack-request-id: req-add3057c-654f-4e3f-abdb-c9050d3e67e9 Location: http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:03:51,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:51 GMT Server: Apache x-openstack-request-id: req-f9711631-2412-4f5b-bee1-eeec643f6fe1 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": "4047d31da8f144a7ab0df8b19f7e91ce", "OS::stack_id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "image_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-image", "inst_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-inst", "subnet_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-subnet", "flavor_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-flavor-name", "net_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "stack_user_project_id": "c632272796fa4d7382240895711c51fc", "tags": null, "creation_time": "2018-10-26T10:03:20Z", "links": [{"href": "http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:03:41Z", "id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:03:51,490 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b used request id req-f9711631-2412-4f5b-bee1-eeec643f6fe1 2018-10-26 10:03:51,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/fadc8fa8-d5ec-4b16-9832-eca27417944b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b034e6b767ff5e114b7b076714bc6a7d586ecba3" 2018-10-26 10:03:51,678 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:03:51 GMT Server: Apache x-openstack-request-id: req-0c4c1204-3dee-422c-b02a-17d29785b4dd Location: http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:03:52,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:51 GMT Server: Apache x-openstack-request-id: req-e11e5c06-3a13-4e7e-a015-5ba1c55c781a 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": "4047d31da8f144a7ab0df8b19f7e91ce", "OS::stack_id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "image_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-image", "inst_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-inst", "subnet_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-subnet", "flavor_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-flavor-name", "net_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "stack_user_project_id": "c632272796fa4d7382240895711c51fc", "tags": null, "creation_time": "2018-10-26T10:03:20Z", "links": [{"href": "http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:03:41Z", "id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:03:52,224 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b used request id req-e11e5c06-3a13-4e7e-a015-5ba1c55c781a 2018-10-26 10:03:52,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/fadc8fa8-d5ec-4b16-9832-eca27417944b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b034e6b767ff5e114b7b076714bc6a7d586ecba3" 2018-10-26 10:03:52,253 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:03:52 GMT Server: Apache x-openstack-request-id: req-5edc193f-a270-4212-a6e7-0a827bd474e5 Location: http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:03:52,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:52 GMT Server: Apache x-openstack-request-id: req-28f432e4-13df-4cc2-ab2f-c2110201e19d 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": "4047d31da8f144a7ab0df8b19f7e91ce", "OS::stack_id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "image_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-image", "inst_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-inst", "subnet_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-subnet", "flavor_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-flavor-name", "net_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "stack_user_project_id": "c632272796fa4d7382240895711c51fc", "tags": null, "creation_time": "2018-10-26T10:03:20Z", "links": [{"href": "http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:03:41Z", "id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:03:52,876 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b used request id req-28f432e4-13df-4cc2-ab2f-c2110201e19d 2018-10-26 10:03:52,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/fadc8fa8-d5ec-4b16-9832-eca27417944b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b034e6b767ff5e114b7b076714bc6a7d586ecba3" 2018-10-26 10:03:52,906 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:03:52 GMT Server: Apache x-openstack-request-id: req-7ebc11a4-e310-4573-84f3-621a48243bce Location: http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:03:52,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:52 GMT Server: Apache x-openstack-request-id: req-be506373-d175-4848-88fe-079d0be84ee4 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": "4047d31da8f144a7ab0df8b19f7e91ce", "OS::stack_id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "image_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-image", "inst_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-inst", "subnet_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-subnet", "flavor_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-flavor-name", "net_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "stack_user_project_id": "c632272796fa4d7382240895711c51fc", "tags": null, "creation_time": "2018-10-26T10:03:20Z", "links": [{"href": "http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:03:41Z", "id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:03:52,932 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b used request id req-be506373-d175-4848-88fe-079d0be84ee4 2018-10-26 10:03:52,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/fadc8fa8-d5ec-4b16-9832-eca27417944b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b034e6b767ff5e114b7b076714bc6a7d586ecba3" 2018-10-26 10:03:52,961 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:03:52 GMT Server: Apache x-openstack-request-id: req-d77e44a9-f3fe-49da-bbd0-7e7b19bc063b Location: http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:03:53,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:52 GMT Server: Apache x-openstack-request-id: req-0e8606f7-7f1f-45d7-b78f-180982348e21 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": "4047d31da8f144a7ab0df8b19f7e91ce", "OS::stack_id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "image_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-image", "inst_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-inst", "subnet_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-subnet", "flavor_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-flavor-name", "net_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "stack_user_project_id": "c632272796fa4d7382240895711c51fc", "tags": null, "creation_time": "2018-10-26T10:03:20Z", "links": [{"href": "http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:03:41Z", "id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:03:53,003 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b used request id req-0e8606f7-7f1f-45d7-b78f-180982348e21 2018-10-26 10:03:53,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/fadc8fa8-d5ec-4b16-9832-eca27417944b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b034e6b767ff5e114b7b076714bc6a7d586ecba3" 2018-10-26 10:03:53,035 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:03:53 GMT Server: Apache x-openstack-request-id: req-3e6cac1b-1c68-4b44-93af-5ab4751d6733 Location: http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:03:53,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:53 GMT Server: Apache x-openstack-request-id: req-93dc7431-ffb1-409a-bf1a-0d077b1c073e 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": "4047d31da8f144a7ab0df8b19f7e91ce", "OS::stack_id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "image_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-image", "inst_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-inst", "subnet_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-subnet", "flavor_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-flavor-name", "net_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "stack_user_project_id": "c632272796fa4d7382240895711c51fc", "tags": null, "creation_time": "2018-10-26T10:03:20Z", "links": [{"href": "http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:03:41Z", "id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:03:53,065 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b used request id req-93dc7431-ffb1-409a-bf1a-0d077b1c073e 2018-10-26 10:03:53,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/fadc8fa8-d5ec-4b16-9832-eca27417944b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b034e6b767ff5e114b7b076714bc6a7d586ecba3" 2018-10-26 10:03:53,095 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:03:53 GMT Server: Apache x-openstack-request-id: req-2c1d8224-b623-4cd3-badd-90055d544a67 Location: http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:03:53,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:53 GMT Server: Apache x-openstack-request-id: req-930aaa58-e79a-4f08-bd69-530b12c2137d 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": "4047d31da8f144a7ab0df8b19f7e91ce", "OS::stack_id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "image_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-image", "inst_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-inst", "subnet_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-subnet", "flavor_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-flavor-name", "net_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "stack_user_project_id": "c632272796fa4d7382240895711c51fc", "tags": null, "creation_time": "2018-10-26T10:03:20Z", "links": [{"href": "http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:03:41Z", "id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:03:53,650 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b used request id req-930aaa58-e79a-4f08-bd69-530b12c2137d 2018-10-26 10:03:53,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/fadc8fa8-d5ec-4b16-9832-eca27417944b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b034e6b767ff5e114b7b076714bc6a7d586ecba3" 2018-10-26 10:03:53,680 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:03:53 GMT Server: Apache x-openstack-request-id: req-e9b7b438-62c5-4657-9cd1-9fd8a0346e6f Location: http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:03:53,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:53 GMT Server: Apache x-openstack-request-id: req-8b4d685d-71d4-4573-a4dc-508ee260a667 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": "4047d31da8f144a7ab0df8b19f7e91ce", "OS::stack_id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "image_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-image", "inst_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-inst", "subnet_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-subnet", "flavor_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-flavor-name", "net_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "stack_user_project_id": "c632272796fa4d7382240895711c51fc", "tags": null, "creation_time": "2018-10-26T10:03:20Z", "links": [{"href": "http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:03:41Z", "id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:03:53,706 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b used request id req-8b4d685d-71d4-4573-a4dc-508ee260a667 2018-10-26 10:03:53,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/fadc8fa8-d5ec-4b16-9832-eca27417944b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b034e6b767ff5e114b7b076714bc6a7d586ecba3" 2018-10-26 10:03:53,881 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:03:53 GMT Server: Apache x-openstack-request-id: req-45a58ebe-e59e-4e6b-89ef-9b46adc510db Location: http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:03:53,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:53 GMT Server: Apache x-openstack-request-id: req-4423f559-4eea-4a8b-a27e-1b4c262a8d66 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": "4047d31da8f144a7ab0df8b19f7e91ce", "OS::stack_id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "image_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-image", "inst_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-inst", "subnet_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-subnet", "flavor_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-flavor-name", "net_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "stack_user_project_id": "c632272796fa4d7382240895711c51fc", "tags": null, "creation_time": "2018-10-26T10:03:20Z", "links": [{"href": "http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:03:41Z", "id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:03:53,909 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b used request id req-4423f559-4eea-4a8b-a27e-1b4c262a8d66 2018-10-26 10:03:53,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/fadc8fa8-d5ec-4b16-9832-eca27417944b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b034e6b767ff5e114b7b076714bc6a7d586ecba3" 2018-10-26 10:03:53,939 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:03:53 GMT Server: Apache x-openstack-request-id: req-12deec4c-6676-4d84-8aea-944b8bd23ea7 Location: http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:03:54,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:53 GMT Server: Apache x-openstack-request-id: req-df7289af-e7b0-4ad2-b61e-c2034785e6be 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": "4047d31da8f144a7ab0df8b19f7e91ce", "OS::stack_id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "image_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-image", "inst_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-inst", "subnet_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-subnet", "flavor_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-flavor-name", "net_name": "CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack", "stack_user_project_id": "c632272796fa4d7382240895711c51fc", "tags": null, "creation_time": "2018-10-26T10:03:20Z", "links": [{"href": "http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-10-26T10:03:41Z", "id": "fadc8fa8-d5ec-4b16-9832-eca27417944b", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:03:54,490 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b used request id req-df7289af-e7b0-4ad2-b61e-c2034785e6be 2018-10-26 10:03:54,491 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack 2018-10-26 10:03:54,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/fadc8fa8-d5ec-4b16-9832-eca27417944b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d89ad8a3b9af2a2b0ee08243841329baa341252d" 2018-10-26 10:03:54,670 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:03:54 GMT Server: Apache x-openstack-request-id: req-69461c82-8ce4-4ded-a399-2e15be56995e Location: http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:03:54,833 - keystoneauth.session - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 10:03:54 GMT Server: Apache x-openstack-request-id: req-c020c081-a184-454e-8e5b-3aff275230a5 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-10-26 10:03:54,833 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/4047d31da8f144a7ab0df8b19f7e91ce/stacks/CreateStackSuccessTests-CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-stack/fadc8fa8-d5ec-4b16-9832-eca27417944b used request id req-c020c081-a184-454e-8e5b-3aff275230a5 2018-10-26 10:03:54,834 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-36c54a10-0548-402c-b9b4-e68770b1ccfa-image 2018-10-26 10:03:54,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/d2b1d72e-4217-4470-84d9-70d1338101dd -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6de1baae73db6277b73f6fadc4f5c59f277c7d91" 2018-10-26 10:03:57,407 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-088cd43c-4fda-42d1-b9bd-f4a5c878e333 Date: Fri, 26 Oct 2018 10:03: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-26 10:03:57,407 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/d2b1d72e-4217-4470-84d9-70d1338101dd used request id req-088cd43c-4fda-42d1-b9bd-f4a5c878e333 2018-10-26 10:03:57,411 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/825e13d5-e064-47e4-bf91-f6c7497c0611 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb100551e5392de38c7a6e8cc4fd6f62786313e3" 2018-10-26 10:03:57,450 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10: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 x-openstack-request-id: req-445ef800-617f-4967-a399-9c08d558b2b1 x-compute-request-id: req-445ef800-617f-4967-a399-9c08d558b2b1 Content-Length: 0 Content-Type: application/json 2018-10-26 10:03:57,450 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/825e13d5-e064-47e4-bf91-f6c7497c0611 used request id req-445ef800-617f-4967-a399-9c08d558b2b1 2018-10-26 10:03:57,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b8af8d6144d31196b7b369c10fc1697f844a08" 2018-10-26 10:03:57,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-3b0b1271-b907-4abd-8eb8-22847b390be3 Date: Fri, 26 Oct 2018 10:03:57 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4047d31da8f144a7ab0df8b19f7e91ce", "created_at": "2018-10-26T10:03:21Z", "updated_at": "2018-10-26T10:03:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:03:21Z", "revision_number": 0, "id": "24261380-bf90-4f4b-8ed7-7e8b71212078", "remote_group_id": "63ae9057-757c-45ff-a7c7-0327ed20a73f", "remote_ip_prefix": null, "created_at": "2018-10-26T10:03:21Z", "security_group_id": "63ae9057-757c-45ff-a7c7-0327ed20a73f", "tenant_id": "4047d31da8f144a7ab0df8b19f7e91ce", "port_range_min": null, "ethertype": "IPv4", "project_id": "4047d31da8f144a7ab0df8b19f7e91ce"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:03:21Z", "revision_number": 0, "id": "4a0acbf9-36f4-4378-8b02-a461157008fd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:03:21Z", "security_group_id": "63ae9057-757c-45ff-a7c7-0327ed20a73f", "tenant_id": "4047d31da8f144a7ab0df8b19f7e91ce", "port_range_min": null, "ethertype": "IPv4", "project_id": "4047d31da8f144a7ab0df8b19f7e91ce"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:03:21Z", "revision_number": 0, "id": "5145bbe4-4ede-49ca-954a-7eb0f1de399b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:03:21Z", "security_group_id": "63ae9057-757c-45ff-a7c7-0327ed20a73f", "tenant_id": "4047d31da8f144a7ab0df8b19f7e91ce", "port_range_min": null, "ethertype": "IPv6", "project_id": "4047d31da8f144a7ab0df8b19f7e91ce"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:03:21Z", "revision_number": 0, "id": "b2e7df8b-0f22-4189-86cb-d9c1b5448201", "remote_group_id": "63ae9057-757c-45ff-a7c7-0327ed20a73f", "remote_ip_prefix": null, "created_at": "2018-10-26T10:03:21Z", "security_group_id": "63ae9057-757c-45ff-a7c7-0327ed20a73f", "tenant_id": "4047d31da8f144a7ab0df8b19f7e91ce", "port_range_min": null, "ethertype": "IPv6", "project_id": "4047d31da8f144a7ab0df8b19f7e91ce"}], "revision_number": 4, "project_id": "4047d31da8f144a7ab0df8b19f7e91ce", "id": "63ae9057-757c-45ff-a7c7-0327ed20a73f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 10:03:57,663 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-3b0b1271-b907-4abd-8eb8-22847b390be3 2018-10-26 10:03:57,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/4047d31da8f144a7ab0df8b19f7e91ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b8af8d6144d31196b7b369c10fc1697f844a08" 2018-10-26 10:03:57,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca826db1-f3de-4972-b44d-4ee7e60e1ed2 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/4047d31da8f144a7ab0df8b19f7e91ce"}, "enabled": true, "id": "4047d31da8f144a7ab0df8b19f7e91ce", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-c98af165-a5f2-461-proj"}} 2018-10-26 10:03:57,752 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/4047d31da8f144a7ab0df8b19f7e91ce used request id req-ca826db1-f3de-4972-b44d-4ee7e60e1ed2 2018-10-26 10:03:57,752 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 63ae9057-757c-45ff-a7c7-0327ed20a73f 2018-10-26 10:03:57,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=63ae9057-757c-45ff-a7c7-0327ed20a73f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b8af8d6144d31196b7b369c10fc1697f844a08" 2018-10-26 10:03:57,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-d6414072-96da-4a84-9dc2-3b0e0fab8f91 Date: Fri, 26 Oct 2018 10:03:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "63ae9057-757c-45ff-a7c7-0327ed20a73f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:03:21Z", "security_group_id": "63ae9057-757c-45ff-a7c7-0327ed20a73f", "port_range_min": null, "revision_number": 0, "tenant_id": "4047d31da8f144a7ab0df8b19f7e91ce", "created_at": "2018-10-26T10:03:21Z", "project_id": "4047d31da8f144a7ab0df8b19f7e91ce", "id": "24261380-bf90-4f4b-8ed7-7e8b71212078"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:03:21Z", "security_group_id": "63ae9057-757c-45ff-a7c7-0327ed20a73f", "port_range_min": null, "revision_number": 0, "tenant_id": "4047d31da8f144a7ab0df8b19f7e91ce", "created_at": "2018-10-26T10:03:21Z", "project_id": "4047d31da8f144a7ab0df8b19f7e91ce", "id": "4a0acbf9-36f4-4378-8b02-a461157008fd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:03:21Z", "security_group_id": "63ae9057-757c-45ff-a7c7-0327ed20a73f", "port_range_min": null, "revision_number": 0, "tenant_id": "4047d31da8f144a7ab0df8b19f7e91ce", "created_at": "2018-10-26T10:03:21Z", "project_id": "4047d31da8f144a7ab0df8b19f7e91ce", "id": "5145bbe4-4ede-49ca-954a-7eb0f1de399b"}, {"remote_group_id": "63ae9057-757c-45ff-a7c7-0327ed20a73f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:03:21Z", "security_group_id": "63ae9057-757c-45ff-a7c7-0327ed20a73f", "port_range_min": null, "revision_number": 0, "tenant_id": "4047d31da8f144a7ab0df8b19f7e91ce", "created_at": "2018-10-26T10:03:21Z", "project_id": "4047d31da8f144a7ab0df8b19f7e91ce", "id": "b2e7df8b-0f22-4189-86cb-d9c1b5448201"}]} 2018-10-26 10:03:57,933 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=63ae9057-757c-45ff-a7c7-0327ed20a73f used request id req-d6414072-96da-4a84-9dc2-3b0e0fab8f91 2018-10-26 10:03:57,933 - neutron_utils - INFO - Deleting security group with name - default 2018-10-26 10:03:57,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/63ae9057-757c-45ff-a7c7-0327ed20a73f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b8af8d6144d31196b7b369c10fc1697f844a08" 2018-10-26 10:03:58,245 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b8608ed9-ee44-4c6b-9e0d-7740f6fd1a70 Content-Length: 0 Date: Fri, 26 Oct 2018 10:03:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:03:58,245 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/63ae9057-757c-45ff-a7c7-0327ed20a73f used request id req-b8608ed9-ee44-4c6b-9e0d-7740f6fd1a70 2018-10-26 10:03:58,246 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-c98af165-a5f2-461-proj 2018-10-26 10:03:58,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/4047d31da8f144a7ab0df8b19f7e91ce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b8af8d6144d31196b7b369c10fc1697f844a08" 2018-10-26 10:03:58,463 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:03:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4ceef20f-5ea6-410f-97e6-49cccd191bc2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:03:58,463 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/4047d31da8f144a7ab0df8b19f7e91ce used request id req-4ceef20f-5ea6-410f-97e6-49cccd191bc2 2018-10-26 10:03:58,463 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-c98af165-a5f2-461-proj-role 2018-10-26 10:03:58,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/f0d8f909d0f542ef9c3ff58dad4436db -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b8af8d6144d31196b7b369c10fc1697f844a08" 2018-10-26 10:03:58,573 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:03:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a1a52a01-655c-437e-adc4-370af10a984d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:03:58,574 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/f0d8f909d0f542ef9c3ff58dad4436db used request id req-a1a52a01-655c-437e-adc4-370af10a984d 2018-10-26 10:03:58,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1b8af8d6144d31196b7b369c10fc1697f844a08" 2018-10-26 10:03:58,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7cf768dd-ad0d-4d09-9743-cafdc3aec3b6 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:03:58,666 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-7cf768dd-ad0d-4d09-9743-cafdc3aec3b6 2018-10-26 10:03:58,667 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-c98af165-a5f2-461-user 2018-10-26 10:03:58,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/dbb88d29cc4a4fe4bb2faede106d20ff -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a51545dd4498a482edf8eabb2700317754454ebf" 2018-10-26 10:03:58,830 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:03:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9bb2f7d9-659a-4f21-851c-af6ab4cf9ea9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:03:58,830 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/dbb88d29cc4a4fe4bb2faede106d20ff used request id req-9bb2f7d9-659a-4f21-851c-af6ab4cf9ea9 2018-10-26 10:03:58,832 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:03:59,219 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:03:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["JdwLqMF_RwCbEeJNgK7pdQ"], "issued_at": "2018-10-26T10:03:59.000000Z"}} 2018-10-26 10:03:59,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9129da6767bc8686b39477df1709cb9968dd2d56" 2018-10-26 10:03:59,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d40fe4eb-0bdf-412c-8c30-d117e44e242f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:03:59,316 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d40fe4eb-0bdf-412c-8c30-d117e44e242f 2018-10-26 10:03:59,318 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:03:59,319 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:03:59,704 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:03:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["RFU5dZHCRxS0Hm9lY0njkg"], "issued_at": "2018-10-26T10:03:59.000000Z"}} 2018-10-26 10:03:59,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918ed8453fcd2ceefdd52e1521cef32667456beb" 2018-10-26 10:03:59,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-116ce7a4-5be8-4561-b5e9-5f3befa2fcc8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:03:59,787 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-116ce7a4-5be8-4561-b5e9-5f3befa2fcc8 2018-10-26 10:03:59,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:03:59,798 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:03: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:03:59,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-1f2f7493-d933-4fb-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918ed8453fcd2ceefdd52e1521cef32667456beb" 2018-10-26 10:03:59,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42447df7-6e67-4598-b22e-9a6ad65acee5 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-1f2f7493-d933-4fb-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 10:03:59,875 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-1f2f7493-d933-4fb-proj used request id req-42447df7-6e67-4598-b22e-9a6ad65acee5 2018-10-26 10:03:59,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918ed8453fcd2ceefdd52e1521cef32667456beb" 2018-10-26 10:03:59,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:03:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95fea570-256e-45d7-99f0-3fe9497adf15 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 10:03:59,961 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-95fea570-256e-45d7-99f0-3fe9497adf15 2018-10-26 10:03:59,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918ed8453fcd2ceefdd52e1521cef32667456beb" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-1f2f7493-d933-4fb-proj"}}' 2018-10-26 10:04:00,101 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:03:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b5edc6b2-3976-4e54-aa70-5dc33bdbe4df Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/6660775e037a4bf09fc258f95552485c"}, "enabled": true, "id": "6660775e037a4bf09fc258f95552485c", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-1f2f7493-d933-4fb-proj"}} 2018-10-26 10:04:00,101 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-b5edc6b2-3976-4e54-aa70-5dc33bdbe4df 2018-10-26 10:04:00,102 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-1f2f7493-d933-4fb-proj 2018-10-26 10:04:00,102 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:04:00,103 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:04:00,474 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:04:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["PNfvwXXnRSOjO01XnQrBJQ"], "issued_at": "2018-10-26T10:04:00.000000Z"}} 2018-10-26 10:04:00,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2be20367318f650964c3e5022366520aef91f75f" 2018-10-26 10:04:00,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:04:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-226f6fc9-2113-45e9-9df1-9f7a467335b7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:04:00,488 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-226f6fc9-2113-45e9-9df1-9f7a467335b7 2018-10-26 10:04:00,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:04:00,497 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:04: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:04:00,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2be20367318f650964c3e5022366520aef91f75f" 2018-10-26 10:04:00,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:04:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-197f2f64-737b-40be-bc45-90fb0dbb04d0 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 10:04:00,598 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-197f2f64-737b-40be-bc45-90fb0dbb04d0 2018-10-26 10:04:00,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-1f2f7493-d933-4fb-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2be20367318f650964c3e5022366520aef91f75f" 2018-10-26 10:04:00,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:04:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-160d0cb0-a9bd-48e5-8bb5-6159c5fb3177 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-1f2f7493-d933-4fb-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/6660775e037a4bf09fc258f95552485c"}, "enabled": true, "id": "6660775e037a4bf09fc258f95552485c", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-1f2f7493-d933-4fb-proj"}]} 2018-10-26 10:04:00,696 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-1f2f7493-d933-4fb-proj used request id req-160d0cb0-a9bd-48e5-8bb5-6159c5fb3177 2018-10-26 10:04:00,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2be20367318f650964c3e5022366520aef91f75f" 2018-10-26 10:04:00,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:04:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f166927-b572-41e9-8c57-b7c64d383974 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 10:04:00,790 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-3f166927-b572-41e9-8c57-b7c64d383974 2018-10-26 10:04:01,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2be20367318f650964c3e5022366520aef91f75f" 2018-10-26 10:04:01,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:04:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12196121-43ca-4adc-8ba7-f18fb8b22826 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:04:01,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-12196121-43ca-4adc-8ba7-f18fb8b22826 2018-10-26 10:04:01,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-1f2f7493-d933-4fb-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2be20367318f650964c3e5022366520aef91f75f" 2018-10-26 10:04:01,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:04:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63deb482-9e7a-4fbe-ba0c-9fd3f2b0c110 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-1f2f7493-d933-4fb-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/6660775e037a4bf09fc258f95552485c"}, "enabled": true, "id": "6660775e037a4bf09fc258f95552485c", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-1f2f7493-d933-4fb-proj"}]} 2018-10-26 10:04:01,370 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-1f2f7493-d933-4fb-proj used request id req-63deb482-9e7a-4fbe-ba0c-9fd3f2b0c110 2018-10-26 10:04:01,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users/0704d3d2bcc5417d8b92923d5e3ac55f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2be20367318f650964c3e5022366520aef91f75f" 2018-10-26 10:04:01,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:04:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4619b2af-b911-4a14-add5-9c57932a6696 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-1f2f7493-d933-4fb-user", "links": {"self": "http://172.30.9.21:5000/v3/users/0704d3d2bcc5417d8b92923d5e3ac55f"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "6660775e037a4bf09fc258f95552485c", "id": "0704d3d2bcc5417d8b92923d5e3ac55f", "password_expires_at": null}} 2018-10-26 10:04:01,466 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/0704d3d2bcc5417d8b92923d5e3ac55f used request id req-4619b2af-b911-4a14-add5-9c57932a6696 2018-10-26 10:04:01,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/6660775e037a4bf09fc258f95552485c/users/0704d3d2bcc5417d8b92923d5e3ac55f/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2be20367318f650964c3e5022366520aef91f75f" 2018-10-26 10:04:01,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:04:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a2671a8-defe-4671-85ad-5702634d99cf Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/6660775e037a4bf09fc258f95552485c/users/0704d3d2bcc5417d8b92923d5e3ac55f/roles", "previous": null, "next": null}, "roles": []} 2018-10-26 10:04:01,662 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/6660775e037a4bf09fc258f95552485c/users/0704d3d2bcc5417d8b92923d5e3ac55f/roles used request id req-2a2671a8-defe-4671-85ad-5702634d99cf 2018-10-26 10:04:01,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2be20367318f650964c3e5022366520aef91f75f" 2018-10-26 10:04:01,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:04:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e8c33cf-acc9-465c-9c31-4f6bd06a1a48 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "domain_id": null, "name": "heat_stack_owner", "id": "4f75e021dfe74c9ab7a3aee778a72c84"}} 2018-10-26 10:04:01,756 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84 used request id req-3e8c33cf-acc9-465c-9c31-4f6bd06a1a48 2018-10-26 10:04:01,757 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-1f2f7493-d933-4fb-proj 2018-10-26 10:04:01,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/6660775e037a4bf09fc258f95552485c/users/0704d3d2bcc5417d8b92923d5e3ac55f/roles/4f75e021dfe74c9ab7a3aee778a72c84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2be20367318f650964c3e5022366520aef91f75f" 2018-10-26 10:04:01,871 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:04:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ca96a59b-bf01-48e3-87ef-767c7722c899 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:04:01,871 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/6660775e037a4bf09fc258f95552485c/users/0704d3d2bcc5417d8b92923d5e3ac55f/roles/4f75e021dfe74c9ab7a3aee778a72c84 used request id req-ca96a59b-bf01-48e3-87ef-767c7722c899 2018-10-26 10:04:01,871 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-1f2f7493-d933-4fb-user 2018-10-26 10:04:01,871 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:04:01,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918ed8453fcd2ceefdd52e1521cef32667456beb" 2018-10-26 10:04:01,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:04:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8d7467e-f4b6-40b1-b4d8-c8c8a75ed0cf Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:04:01,971 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c8d7467e-f4b6-40b1-b4d8-c8c8a75ed0cf 2018-10-26 10:04:01,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918ed8453fcd2ceefdd52e1521cef32667456beb" -d '{"role": {"name": "CreateStackSuccessTests-1f2f7493-d933-4fb-proj-role"}}' 2018-10-26 10:04:02,179 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:04:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5e7d1869-003d-4b73-b8b8-808cdacec12f Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "410d4d801ce94419a137a85dfaf6578d", "links": {"self": "http://172.30.9.21:5000/v3/roles/410d4d801ce94419a137a85dfaf6578d"}, "name": "CreateStackSuccessTests-1f2f7493-d933-4fb-proj-role"}} 2018-10-26 10:04:02,179 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-5e7d1869-003d-4b73-b8b8-808cdacec12f 2018-10-26 10:04:02,180 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-1f2f7493-d933-4fb-proj-role 2018-10-26 10:04:02,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/410d4d801ce94419a137a85dfaf6578d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918ed8453fcd2ceefdd52e1521cef32667456beb" 2018-10-26 10:04:02,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:04:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96672477-7d8e-46b9-b5f7-d38d3413c491 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/410d4d801ce94419a137a85dfaf6578d"}, "domain_id": null, "name": "CreateStackSuccessTests-1f2f7493-d933-4fb-proj-role", "id": "410d4d801ce94419a137a85dfaf6578d"}} 2018-10-26 10:04:02,268 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/410d4d801ce94419a137a85dfaf6578d used request id req-96672477-7d8e-46b9-b5f7-d38d3413c491 2018-10-26 10:04:02,268 - keystone_utils - INFO - Granting role CreateStackSuccessTests-1f2f7493-d933-4fb-proj-role to project CreateStackSuccessTests-1f2f7493-d933-4fb-proj 2018-10-26 10:04:02,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/6660775e037a4bf09fc258f95552485c/users/0704d3d2bcc5417d8b92923d5e3ac55f/roles/410d4d801ce94419a137a85dfaf6578d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918ed8453fcd2ceefdd52e1521cef32667456beb" 2018-10-26 10:04:02,410 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:04:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-65342556-81eb-4eba-bfda-4d9dc6d7bad6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:04:02,410 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/6660775e037a4bf09fc258f95552485c/users/0704d3d2bcc5417d8b92923d5e3ac55f/roles/410d4d801ce94419a137a85dfaf6578d used request id req-65342556-81eb-4eba-bfda-4d9dc6d7bad6 2018-10-26 10:04:02,410 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-26 10:04:02,411 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-26 10:04:02,411 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:04:02,412 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:04:02,796 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "410d4d801ce94419a137a85dfaf6578d", "name": "CreateStackSuccessTests-1f2f7493-d933-4fb-proj-role"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:04:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6660775e037a4bf09fc258f95552485c", "name": "CreateStackSuccessTests-1f2f7493-d933-4fb-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/6660775e037a4bf09fc258f95552485c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/6660775e037a4bf09fc258f95552485c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/6660775e037a4bf09fc258f95552485c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/6660775e037a4bf09fc258f95552485c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/6660775e037a4bf09fc258f95552485c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/6660775e037a4bf09fc258f95552485c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/6660775e037a4bf09fc258f95552485c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/6660775e037a4bf09fc258f95552485c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/6660775e037a4bf09fc258f95552485c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/6660775e037a4bf09fc258f95552485c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/6660775e037a4bf09fc258f95552485c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-1f2f7493-d933-4fb-user", "id": "0704d3d2bcc5417d8b92923d5e3ac55f"}, "audit_ids": ["l6f7DhsyRKO9QVoxupno7A"], "issued_at": "2018-10-26T10:04:02.000000Z"}} 2018-10-26 10:04:02,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ee87b25ea4ad140675aeeea04bb7a7727e38379" 2018-10-26 10:04:02,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:04:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df72e319-8be2-4478-99c2-561f7d82baaf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:04:02,856 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-df72e319-8be2-4478-99c2-561f7d82baaf 2018-10-26 10:04:02,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4ee87b25ea4ad140675aeeea04bb7a7727e38379" 2018-10-26 10:04:03,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-f9564137-2a14-4eb6-9e88-efe12709a9eb Date: Fri, 26 Oct 2018 10:04:03 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-image"} 2018-10-26 10:04:03,034 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-image used request id req-f9564137-2a14-4eb6-9e88-efe12709a9eb 2018-10-26 10:04:03,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4ee87b25ea4ad140675aeeea04bb7a7727e38379" 2018-10-26 10:04:03,274 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-870dc029-d705-433a-a84f-4de6bea7d05a Date: Fri, 26 Oct 2018 10:04: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-26 10:04:03,274 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-870dc029-d705-433a-a84f-4de6bea7d05a 2018-10-26 10:04:03,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4ee87b25ea4ad140675aeeea04bb7a7727e38379" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-image"}' 2018-10-26 10:04:03,511 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/1a7dd103-a4a4-4b2c-bc25-f9d9f7d5b5b7 X-Openstack-Request-Id: req-9ea46899-a09c-42f1-a231-b39c5ae8006a Date: Fri, 26 Oct 2018 10:04:03 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:04:03Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-26T10:04:03Z", "visibility": "shared", "locations": [], "self": "/v2/images/1a7dd103-a4a4-4b2c-bc25-f9d9f7d5b5b7", "min_disk": 0, "protected": false, "id": "1a7dd103-a4a4-4b2c-bc25-f9d9f7d5b5b7", "file": "/v2/images/1a7dd103-a4a4-4b2c-bc25-f9d9f7d5b5b7/file", "checksum": null, "owner": "6660775e037a4bf09fc258f95552485c", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:04:03,511 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-9ea46899-a09c-42f1-a231-b39c5ae8006a 2018-10-26 10:04:03,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/1a7dd103-a4a4-4b2c-bc25-f9d9f7d5b5b7/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4ee87b25ea4ad140675aeeea04bb7a7727e38379" -d '' 2018-10-26 10:04:04,695 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1e73ef1a-7b21-4c1a-a64b-deb31e8891c9 Date: Fri, 26 Oct 2018 10:04: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-26 10:04:04,695 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/1a7dd103-a4a4-4b2c-bc25-f9d9f7d5b5b7/file used request id req-1e73ef1a-7b21-4c1a-a64b-deb31e8891c9 2018-10-26 10:04:04,696 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 10:04:04,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/1a7dd103-a4a4-4b2c-bc25-f9d9f7d5b5b7 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4ee87b25ea4ad140675aeeea04bb7a7727e38379" 2018-10-26 10:04:04,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-0c22a0a9-d512-4d58-90df-ec1455df7928 Date: Fri, 26 Oct 2018 10:04:04 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:04:03Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T10:04:04Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/1a7dd103-a4a4-4b2c-bc25-f9d9f7d5b5b7/snap", "metadata": {}}], "self": "/v2/images/1a7dd103-a4a4-4b2c-bc25-f9d9f7d5b5b7", "min_disk": 0, "protected": false, "id": "1a7dd103-a4a4-4b2c-bc25-f9d9f7d5b5b7", "file": "/v2/images/1a7dd103-a4a4-4b2c-bc25-f9d9f7d5b5b7/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "6660775e037a4bf09fc258f95552485c", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/1a7dd103-a4a4-4b2c-bc25-f9d9f7d5b5b7/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:04:04,872 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/1a7dd103-a4a4-4b2c-bc25-f9d9f7d5b5b7 used request id req-0c22a0a9-d512-4d58-90df-ec1455df7928 2018-10-26 10:04:04,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4ee87b25ea4ad140675aeeea04bb7a7727e38379" 2018-10-26 10:04:05,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-42b72736-6e47-45e1-9560-219e60f08ba3 Date: Fri, 26 Oct 2018 10:04: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-26 10:04:05,034 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-42b72736-6e47-45e1-9560-219e60f08ba3 2018-10-26 10:04:05,037 - create_image - INFO - Created image with name - CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-image 2018-10-26 10:04:05,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/1a7dd103-a4a4-4b2c-bc25-f9d9f7d5b5b7 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4ee87b25ea4ad140675aeeea04bb7a7727e38379" 2018-10-26 10:04:05,209 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-61ae93f5-ab2b-48a1-9bc0-45dd6949b179 Date: Fri, 26 Oct 2018 10:04:05 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:04:03Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T10:04:04Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/1a7dd103-a4a4-4b2c-bc25-f9d9f7d5b5b7/snap", "metadata": {}}], "self": "/v2/images/1a7dd103-a4a4-4b2c-bc25-f9d9f7d5b5b7", "min_disk": 0, "protected": false, "id": "1a7dd103-a4a4-4b2c-bc25-f9d9f7d5b5b7", "file": "/v2/images/1a7dd103-a4a4-4b2c-bc25-f9d9f7d5b5b7/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "6660775e037a4bf09fc258f95552485c", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/1a7dd103-a4a4-4b2c-bc25-f9d9f7d5b5b7/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:04:05,209 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/1a7dd103-a4a4-4b2c-bc25-f9d9f7d5b5b7 used request id req-61ae93f5-ab2b-48a1-9bc0-45dd6949b179 2018-10-26 10:04:05,209 - create_image - DEBUG - Instance status is - active 2018-10-26 10:04:05,209 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-image 2018-10-26 10:04:05,210 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-image 2018-10-26 10:04:05,210 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:04:05,211 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:04:05,593 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:04:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["ucJD31-VRB-OmVwzlaqiSA"], "issued_at": "2018-10-26T10:04:05.000000Z"}} 2018-10-26 10:04:05,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ca24804564ad2a282579ba609f6ceaf5db7de94" 2018-10-26 10:04:05,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:04:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c244ba53-2b55-4d73-b04f-6cf726a9e6ff Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:04:05,679 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c244ba53-2b55-4d73-b04f-6cf726a9e6ff 2018-10-26 10:04:05,681 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:04:05,685 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ca24804564ad2a282579ba609f6ceaf5db7de94" 2018-10-26 10:04:05,852 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:04:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d8d52c36-a755-48ea-8b2d-46c88549d45c x-compute-request-id: req-d8d52c36-a755-48ea-8b2d-46c88549d45c Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-26 10:04:05,852 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-d8d52c36-a755-48ea-8b2d-46c88549d45c 2018-10-26 10:04:05,856 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ca24804564ad2a282579ba609f6ceaf5db7de94" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-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-26 10:04:05,911 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:04:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-91c0d850-1490-4419-aeca-c3417dc41152 x-compute-request-id: req-91c0d850-1490-4419-aeca-c3417dc41152 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/8879ca7b-a354-4e74-a6a7-7b29d0887140", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/8879ca7b-a354-4e74-a6a7-7b29d0887140", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "8879ca7b-a354-4e74-a6a7-7b29d0887140", "name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 10:04:05,911 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-91c0d850-1490-4419-aeca-c3417dc41152 2018-10-26 10:04:05,938 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:04:05,939 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:04:06,320 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "410d4d801ce94419a137a85dfaf6578d", "name": "CreateStackSuccessTests-1f2f7493-d933-4fb-proj-role"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:04:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6660775e037a4bf09fc258f95552485c", "name": "CreateStackSuccessTests-1f2f7493-d933-4fb-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/6660775e037a4bf09fc258f95552485c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/6660775e037a4bf09fc258f95552485c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/6660775e037a4bf09fc258f95552485c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/6660775e037a4bf09fc258f95552485c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/6660775e037a4bf09fc258f95552485c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/6660775e037a4bf09fc258f95552485c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/6660775e037a4bf09fc258f95552485c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/6660775e037a4bf09fc258f95552485c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/6660775e037a4bf09fc258f95552485c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/6660775e037a4bf09fc258f95552485c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/6660775e037a4bf09fc258f95552485c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-1f2f7493-d933-4fb-user", "id": "0704d3d2bcc5417d8b92923d5e3ac55f"}, "audit_ids": ["CvyzgxvwS8OwAd29iRk0tw"], "issued_at": "2018-10-26T10:04:06.000000Z"}} 2018-10-26 10:04:06,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa1b2756b9f72ce640f8f63f9a37729e254354cd" 2018-10-26 10:04:06,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:04:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4507ce5d-de41-4a3a-b738-d5cfe34c5113 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:04:06,409 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-4507ce5d-de41-4a3a-b738-d5cfe34c5113 2018-10-26 10:04:06,410 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:04:06,413 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-26 10:04:06,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa1b2756b9f72ce640f8f63f9a37729e254354cd" 2018-10-26 10:04:06,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:04:06 GMT Server: Apache x-openstack-request-id: req-6ce15261-c448-495a-ba6a-2e1b6ea56be0 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-10-26 10:04:06,587 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack used request id req-6ce15261-c448-495a-ba6a-2e1b6ea56be0 2018-10-26 10:04:06,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa1b2756b9f72ce640f8f63f9a37729e254354cd" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-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-4c3b3dd9-5bcd-4370-a100-9f509d134a82-net", "inst_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-inst", "subnet_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-subnet", "image_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-image", "flavor_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-flavor-name"}}' 2018-10-26 10:04:08,806 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:04:06 GMT Server: Apache x-openstack-request-id: req-aca2f163-ad6f-4623-a3ef-0a45c0d71358 Location: http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack/e17eb423-5137-43c3-ad78-6088bc718da8 Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "e17eb423-5137-43c3-ad78-6088bc718da8", "links": [{"href": "http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack/e17eb423-5137-43c3-ad78-6088bc718da8", "rel": "self"}]}} 2018-10-26 10:04:08,807 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks used request id req-aca2f163-ad6f-4623-a3ef-0a45c0d71358 2018-10-26 10:04:08,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/e17eb423-5137-43c3-ad78-6088bc718da8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa1b2756b9f72ce640f8f63f9a37729e254354cd" 2018-10-26 10:04:08,984 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:04:08 GMT Server: Apache x-openstack-request-id: req-e0563c78-5a70-4428-9ff2-4cabd603630d Location: http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack/e17eb423-5137-43c3-ad78-6088bc718da8 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack/e17eb423-5137-43c3-ad78-6088bc718da8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:04:09,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:04:08 GMT Server: Apache x-openstack-request-id: req-c555d433-e1e8-4f0f-a39b-59d47f00af1b 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": "6660775e037a4bf09fc258f95552485c", "OS::stack_id": "e17eb423-5137-43c3-ad78-6088bc718da8", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack", "image_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-image", "inst_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-inst", "subnet_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-subnet", "net_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-net", "flavor_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack", "stack_user_project_id": "dd1c123279bc45b798fb766813d12120", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T10:04:08Z", "links": [{"href": "http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack/e17eb423-5137-43c3-ad78-6088bc718da8", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "e17eb423-5137-43c3-ad78-6088bc718da8", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:04:09,026 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack/e17eb423-5137-43c3-ad78-6088bc718da8 used request id req-c555d433-e1e8-4f0f-a39b-59d47f00af1b 2018-10-26 10:04:09,026 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack 2018-10-26 10:04:09,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/e17eb423-5137-43c3-ad78-6088bc718da8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa1b2756b9f72ce640f8f63f9a37729e254354cd" 2018-10-26 10:04:09,192 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:04:09 GMT Server: Apache x-openstack-request-id: req-15c4dc3e-1b1d-4baf-ac95-b419673dd55d Location: http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack/e17eb423-5137-43c3-ad78-6088bc718da8 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack/e17eb423-5137-43c3-ad78-6088bc718da8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:04:09,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:04:09 GMT Server: Apache x-openstack-request-id: req-574b2410-0c56-4beb-bcc3-e67bc3fbe71d 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": "6660775e037a4bf09fc258f95552485c", "OS::stack_id": "e17eb423-5137-43c3-ad78-6088bc718da8", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack", "image_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-image", "inst_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-inst", "subnet_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-subnet", "net_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-net", "flavor_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack", "stack_user_project_id": "dd1c123279bc45b798fb766813d12120", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T10:04:08Z", "links": [{"href": "http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack/e17eb423-5137-43c3-ad78-6088bc718da8", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "e17eb423-5137-43c3-ad78-6088bc718da8", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:04:09,379 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack/e17eb423-5137-43c3-ad78-6088bc718da8 used request id req-574b2410-0c56-4beb-bcc3-e67bc3fbe71d 2018-10-26 10:04:09,380 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-26 10:04:09,380 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:04:12,383 - create_stack - DEBUG - Stack status query timeout in 1196.64347982 2018-10-26 10:04:12,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/e17eb423-5137-43c3-ad78-6088bc718da8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa1b2756b9f72ce640f8f63f9a37729e254354cd" 2018-10-26 10:04:12,558 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:04:12 GMT Server: Apache x-openstack-request-id: req-4282cda2-2095-4a61-9514-e13028cf95ca Location: http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack/e17eb423-5137-43c3-ad78-6088bc718da8 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack/e17eb423-5137-43c3-ad78-6088bc718da8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:04:12,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:04:12 GMT Server: Apache x-openstack-request-id: req-0b22c047-cd08-43fd-94ac-ba7e3ba5c5b0 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": "6660775e037a4bf09fc258f95552485c", "OS::stack_id": "e17eb423-5137-43c3-ad78-6088bc718da8", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack", "image_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-image", "inst_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-inst", "subnet_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-subnet", "net_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-net", "flavor_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack", "stack_user_project_id": "dd1c123279bc45b798fb766813d12120", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T10:04:08Z", "links": [{"href": "http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack/e17eb423-5137-43c3-ad78-6088bc718da8", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "e17eb423-5137-43c3-ad78-6088bc718da8", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:04:12,602 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack/e17eb423-5137-43c3-ad78-6088bc718da8 used request id req-0b22c047-cd08-43fd-94ac-ba7e3ba5c5b0 2018-10-26 10:04:12,602 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-26 10:04:12,603 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:04:15,606 - create_stack - DEBUG - Stack status query timeout in 1193.42089581 2018-10-26 10:04:15,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/e17eb423-5137-43c3-ad78-6088bc718da8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa1b2756b9f72ce640f8f63f9a37729e254354cd" 2018-10-26 10:04:15,809 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:04:15 GMT Server: Apache x-openstack-request-id: req-a3fc9a3d-f5e0-4b56-9607-726fd4f4c609 Location: http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack/e17eb423-5137-43c3-ad78-6088bc718da8 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack/e17eb423-5137-43c3-ad78-6088bc718da8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:04:16,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:04:15 GMT Server: Apache x-openstack-request-id: req-15836bc6-d034-4d92-9b91-1802eacf79bc 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": "6660775e037a4bf09fc258f95552485c", "OS::stack_id": "e17eb423-5137-43c3-ad78-6088bc718da8", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack", "image_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-image", "inst_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-inst", "subnet_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-subnet", "net_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-net", "flavor_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack", "stack_user_project_id": "dd1c123279bc45b798fb766813d12120", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T10:04:08Z", "links": [{"href": "http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack/e17eb423-5137-43c3-ad78-6088bc718da8", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "e17eb423-5137-43c3-ad78-6088bc718da8", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:04:16,027 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack/e17eb423-5137-43c3-ad78-6088bc718da8 used request id req-15836bc6-d034-4d92-9b91-1802eacf79bc 2018-10-26 10:04:16,028 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-26 10:04:16,028 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:04:19,031 - create_stack - DEBUG - Stack status query timeout in 1189.9955678 2018-10-26 10:04:19,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/e17eb423-5137-43c3-ad78-6088bc718da8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa1b2756b9f72ce640f8f63f9a37729e254354cd" 2018-10-26 10:04:19,061 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:04:19 GMT Server: Apache x-openstack-request-id: req-1d2af50f-17c9-4d21-a2ec-73fdd38574b8 Location: http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack/e17eb423-5137-43c3-ad78-6088bc718da8 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack/e17eb423-5137-43c3-ad78-6088bc718da8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:04:19,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:04:19 GMT Server: Apache x-openstack-request-id: req-f1c9a041-0295-41f4-b92f-2839dcdc3b2c 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": "6660775e037a4bf09fc258f95552485c", "OS::stack_id": "e17eb423-5137-43c3-ad78-6088bc718da8", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack", "image_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-image", "inst_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-inst", "subnet_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-subnet", "net_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-net", "flavor_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack", "stack_user_project_id": "dd1c123279bc45b798fb766813d12120", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T10:04:08Z", "links": [{"href": "http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack/e17eb423-5137-43c3-ad78-6088bc718da8", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "e17eb423-5137-43c3-ad78-6088bc718da8", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:04:19,250 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack/e17eb423-5137-43c3-ad78-6088bc718da8 used request id req-f1c9a041-0295-41f4-b92f-2839dcdc3b2c 2018-10-26 10:04:19,250 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-26 10:04:19,250 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:04:22,254 - create_stack - DEBUG - Stack status query timeout in 1186.77297187 2018-10-26 10:04:22,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/e17eb423-5137-43c3-ad78-6088bc718da8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa1b2756b9f72ce640f8f63f9a37729e254354cd" 2018-10-26 10:04:22,427 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:04:22 GMT Server: Apache x-openstack-request-id: req-25b14891-f3b8-4fac-8254-6bca6474ba08 Location: http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack/e17eb423-5137-43c3-ad78-6088bc718da8 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack/e17eb423-5137-43c3-ad78-6088bc718da8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:04:22,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:04:22 GMT Server: Apache x-openstack-request-id: req-9a0e2a2c-ce6a-4707-a6ff-825020d019f6 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": "6660775e037a4bf09fc258f95552485c", "OS::stack_id": "e17eb423-5137-43c3-ad78-6088bc718da8", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack", "image_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-image", "inst_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-inst", "subnet_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-subnet", "net_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-net", "flavor_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack", "stack_user_project_id": "dd1c123279bc45b798fb766813d12120", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T10:04:08Z", "links": [{"href": "http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack/e17eb423-5137-43c3-ad78-6088bc718da8", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "e17eb423-5137-43c3-ad78-6088bc718da8", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:04:22,470 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack/e17eb423-5137-43c3-ad78-6088bc718da8 used request id req-9a0e2a2c-ce6a-4707-a6ff-825020d019f6 2018-10-26 10:04:22,470 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-26 10:04:22,470 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:04:25,472 - create_stack - DEBUG - Stack status query timeout in 1183.55480886 2018-10-26 10:04:25,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/e17eb423-5137-43c3-ad78-6088bc718da8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa1b2756b9f72ce640f8f63f9a37729e254354cd" 2018-10-26 10:04:25,504 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:04:25 GMT Server: Apache x-openstack-request-id: req-154e6a3a-a399-4aa8-ac57-b5b5b5fa2331 Location: http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack/e17eb423-5137-43c3-ad78-6088bc718da8 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack/e17eb423-5137-43c3-ad78-6088bc718da8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:04:25,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:04:25 GMT Server: Apache x-openstack-request-id: req-63da6332-fa8e-471d-8d39-bbf43dcd374b 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": "6660775e037a4bf09fc258f95552485c", "OS::stack_id": "e17eb423-5137-43c3-ad78-6088bc718da8", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack", "image_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-image", "inst_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-inst", "subnet_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-subnet", "net_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-net", "flavor_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack", "stack_user_project_id": "dd1c123279bc45b798fb766813d12120", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-26T10:04:08Z", "links": [{"href": "http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack/e17eb423-5137-43c3-ad78-6088bc718da8", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "e17eb423-5137-43c3-ad78-6088bc718da8", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:04:25,702 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack/e17eb423-5137-43c3-ad78-6088bc718da8 used request id req-63da6332-fa8e-471d-8d39-bbf43dcd374b 2018-10-26 10:04:25,703 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-10-26 10:04:25,703 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack 2018-10-26 10:04:25,703 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack 2018-10-26 10:04:25,703 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:04:26,084 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "410d4d801ce94419a137a85dfaf6578d", "name": "CreateStackSuccessTests-1f2f7493-d933-4fb-proj-role"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:04:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6660775e037a4bf09fc258f95552485c", "name": "CreateStackSuccessTests-1f2f7493-d933-4fb-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/6660775e037a4bf09fc258f95552485c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/6660775e037a4bf09fc258f95552485c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/6660775e037a4bf09fc258f95552485c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/6660775e037a4bf09fc258f95552485c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/6660775e037a4bf09fc258f95552485c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/6660775e037a4bf09fc258f95552485c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/6660775e037a4bf09fc258f95552485c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/6660775e037a4bf09fc258f95552485c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/6660775e037a4bf09fc258f95552485c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/6660775e037a4bf09fc258f95552485c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/6660775e037a4bf09fc258f95552485c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-1f2f7493-d933-4fb-user", "id": "0704d3d2bcc5417d8b92923d5e3ac55f"}, "audit_ids": ["cJZBhVbrSa693SntNcc20g"], "issued_at": "2018-10-26T10:04:26.000000Z"}} 2018-10-26 10:04:26,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/e17eb423-5137-43c3-ad78-6088bc718da8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d13fe4ee05ae00357a62c89e3bfb844a7676f9b" 2018-10-26 10:04:26,265 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:04:26 GMT Server: Apache x-openstack-request-id: req-4bfeda9f-f5b1-4cc2-adf8-6d63e458ad17 Location: http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack/e17eb423-5137-43c3-ad78-6088bc718da8 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack/e17eb423-5137-43c3-ad78-6088bc718da8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:04:26,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:04:26 GMT Server: Apache x-openstack-request-id: req-eeae4324-feea-49e2-9db9-7b0be4b4aab7 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": "6660775e037a4bf09fc258f95552485c", "OS::stack_id": "e17eb423-5137-43c3-ad78-6088bc718da8", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack", "image_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-image", "inst_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-inst", "subnet_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-subnet", "net_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-net", "flavor_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack", "stack_user_project_id": "dd1c123279bc45b798fb766813d12120", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-26T10:04:08Z", "links": [{"href": "http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack/e17eb423-5137-43c3-ad78-6088bc718da8", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "e17eb423-5137-43c3-ad78-6088bc718da8", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:04:26,443 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack/e17eb423-5137-43c3-ad78-6088bc718da8 used request id req-eeae4324-feea-49e2-9db9-7b0be4b4aab7 2018-10-26 10:04:26,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/e17eb423-5137-43c3-ad78-6088bc718da8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa1b2756b9f72ce640f8f63f9a37729e254354cd" 2018-10-26 10:04:26,627 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:04:26 GMT Server: Apache x-openstack-request-id: req-909ca80b-4c54-470e-be2e-8cbcc58f6c39 Location: http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack/e17eb423-5137-43c3-ad78-6088bc718da8 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack/e17eb423-5137-43c3-ad78-6088bc718da8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:04:26,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:04:26 GMT Server: Apache x-openstack-request-id: req-fdac61d4-1773-4757-b018-6cfadfba0f84 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": "6660775e037a4bf09fc258f95552485c", "OS::stack_id": "e17eb423-5137-43c3-ad78-6088bc718da8", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack", "image_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-image", "inst_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-inst", "subnet_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-subnet", "net_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-net", "flavor_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack", "stack_user_project_id": "dd1c123279bc45b798fb766813d12120", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-26T10:04:08Z", "links": [{"href": "http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack/e17eb423-5137-43c3-ad78-6088bc718da8", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "e17eb423-5137-43c3-ad78-6088bc718da8", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:04:26,855 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack/e17eb423-5137-43c3-ad78-6088bc718da8 used request id req-fdac61d4-1773-4757-b018-6cfadfba0f84 2018-10-26 10:04:26,855 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:04:26,856 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:04:27,228 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "410d4d801ce94419a137a85dfaf6578d", "name": "CreateStackSuccessTests-1f2f7493-d933-4fb-proj-role"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:04:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6660775e037a4bf09fc258f95552485c", "name": "CreateStackSuccessTests-1f2f7493-d933-4fb-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/6660775e037a4bf09fc258f95552485c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/6660775e037a4bf09fc258f95552485c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/6660775e037a4bf09fc258f95552485c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/6660775e037a4bf09fc258f95552485c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/6660775e037a4bf09fc258f95552485c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/6660775e037a4bf09fc258f95552485c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/6660775e037a4bf09fc258f95552485c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/6660775e037a4bf09fc258f95552485c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/6660775e037a4bf09fc258f95552485c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/6660775e037a4bf09fc258f95552485c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/6660775e037a4bf09fc258f95552485c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-1f2f7493-d933-4fb-user", "id": "0704d3d2bcc5417d8b92923d5e3ac55f"}, "audit_ids": ["87dJv94nQMGU4ei3VcVKDg"], "issued_at": "2018-10-26T10:04:27.000000Z"}} 2018-10-26 10:04:27,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}202aa2ede9157635cab7de51caa7c832758a0a83" 2018-10-26 10:04:27,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:04:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c98f4bb6-fef6-4b5b-95dd-b477f6f5cb96 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:04:27,312 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c98f4bb6-fef6-4b5b-95dd-b477f6f5cb96 2018-10-26 10:04:27,314 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:04:27,317 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-26 10:04:27,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}202aa2ede9157635cab7de51caa7c832758a0a83" 2018-10-26 10:04:27,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:04:27 GMT Server: Apache x-openstack-request-id: req-6ab3da86-deb5-4ef0-a114-c88a80dc5a1d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE completed successfully", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack", "stack_user_project_id": "dd1c123279bc45b798fb766813d12120", "deletion_time": null, "creation_time": "2018-10-26T10:04:08Z", "links": [{"href": "http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack/e17eb423-5137-43c3-ad78-6088bc718da8", "rel": "self"}], "updated_time": null, "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "e17eb423-5137-43c3-ad78-6088bc718da8", "tags": null}]} 2018-10-26 10:04:27,495 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack used request id req-6ab3da86-deb5-4ef0-a114-c88a80dc5a1d 2018-10-26 10:04:27,495 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack 2018-10-26 10:04:27,496 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack 2018-10-26 10:04:27,496 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack 2018-10-26 10:04:27,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/e17eb423-5137-43c3-ad78-6088bc718da8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa1b2756b9f72ce640f8f63f9a37729e254354cd" 2018-10-26 10:04:28,057 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:04:27 GMT Server: Apache x-openstack-request-id: req-71c4159f-b899-466a-9add-aeaf0e586b97 Location: http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack/e17eb423-5137-43c3-ad78-6088bc718da8 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack/e17eb423-5137-43c3-ad78-6088bc718da8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:04:28,133 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:04:28 GMT Server: Apache x-openstack-request-id: req-a51f362b-b929-46c4-8a9c-4d82f5936d98 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:04:28,133 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack/e17eb423-5137-43c3-ad78-6088bc718da8 used request id req-a51f362b-b929-46c4-8a9c-4d82f5936d98 2018-10-26 10:04:28,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/e17eb423-5137-43c3-ad78-6088bc718da8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa1b2756b9f72ce640f8f63f9a37729e254354cd" 2018-10-26 10:04:28,323 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:04:28 GMT Server: Apache x-openstack-request-id: req-6a8705b8-f264-4335-aa19-1476c357f7b1 Location: http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack/e17eb423-5137-43c3-ad78-6088bc718da8 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack/e17eb423-5137-43c3-ad78-6088bc718da8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:04:28,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:04:28 GMT Server: Apache x-openstack-request-id: req-13e4b353-643b-4f2a-877a-7213135c7de4 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": "6660775e037a4bf09fc258f95552485c", "OS::stack_id": "e17eb423-5137-43c3-ad78-6088bc718da8", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack", "image_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-image", "inst_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-inst", "subnet_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-subnet", "flavor_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-flavor-name", "net_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack", "stack_user_project_id": "dd1c123279bc45b798fb766813d12120", "tags": null, "creation_time": "2018-10-26T10:04:08Z", "links": [{"href": "http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack/e17eb423-5137-43c3-ad78-6088bc718da8", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:04:28Z", "id": "e17eb423-5137-43c3-ad78-6088bc718da8", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:04:28,486 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack/e17eb423-5137-43c3-ad78-6088bc718da8 used request id req-13e4b353-643b-4f2a-877a-7213135c7de4 2018-10-26 10:04:28,487 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-26 10:04:28,487 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:04:31,490 - create_stack - DEBUG - Stack status query timeout in 1196.64312696 2018-10-26 10:04:31,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/e17eb423-5137-43c3-ad78-6088bc718da8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa1b2756b9f72ce640f8f63f9a37729e254354cd" 2018-10-26 10:04:32,044 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:04:31 GMT Server: Apache x-openstack-request-id: req-628be1f6-56a2-4595-b31e-324ca5753234 Location: http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack/e17eb423-5137-43c3-ad78-6088bc718da8 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack/e17eb423-5137-43c3-ad78-6088bc718da8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:04:32,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:04:32 GMT Server: Apache x-openstack-request-id: req-f4a06df6-1545-4393-98bb-869ef64cedf1 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": "6660775e037a4bf09fc258f95552485c", "OS::stack_id": "e17eb423-5137-43c3-ad78-6088bc718da8", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack", "image_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-image", "inst_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-inst", "subnet_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-subnet", "flavor_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-flavor-name", "net_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack", "stack_user_project_id": "dd1c123279bc45b798fb766813d12120", "tags": null, "creation_time": "2018-10-26T10:04:08Z", "links": [{"href": "http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack/e17eb423-5137-43c3-ad78-6088bc718da8", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:04:28Z", "id": "e17eb423-5137-43c3-ad78-6088bc718da8", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:04:32,220 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack/e17eb423-5137-43c3-ad78-6088bc718da8 used request id req-f4a06df6-1545-4393-98bb-869ef64cedf1 2018-10-26 10:04:32,221 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-26 10:04:32,221 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:04:35,224 - create_stack - DEBUG - Stack status query timeout in 1192.90912294 2018-10-26 10:04:35,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/e17eb423-5137-43c3-ad78-6088bc718da8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa1b2756b9f72ce640f8f63f9a37729e254354cd" 2018-10-26 10:04:35,254 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:04:35 GMT Server: Apache x-openstack-request-id: req-8c26313b-61f8-4388-a789-4d46bb37b8a9 Location: http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack/e17eb423-5137-43c3-ad78-6088bc718da8 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack/e17eb423-5137-43c3-ad78-6088bc718da8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:04:35,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:04:35 GMT Server: Apache x-openstack-request-id: req-fdff0518-81c9-482b-b216-43fc94b9c5d0 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": "6660775e037a4bf09fc258f95552485c", "OS::stack_id": "e17eb423-5137-43c3-ad78-6088bc718da8", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack", "image_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-image", "inst_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-inst", "subnet_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-subnet", "flavor_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-flavor-name", "net_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack", "stack_user_project_id": "dd1c123279bc45b798fb766813d12120", "tags": null, "creation_time": "2018-10-26T10:04:08Z", "links": [{"href": "http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack/e17eb423-5137-43c3-ad78-6088bc718da8", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:04:28Z", "id": "e17eb423-5137-43c3-ad78-6088bc718da8", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:04:35,280 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack/e17eb423-5137-43c3-ad78-6088bc718da8 used request id req-fdff0518-81c9-482b-b216-43fc94b9c5d0 2018-10-26 10:04:35,281 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-26 10:04:35,281 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:04:38,284 - create_stack - DEBUG - Stack status query timeout in 1189.84948897 2018-10-26 10:04:38,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/e17eb423-5137-43c3-ad78-6088bc718da8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa1b2756b9f72ce640f8f63f9a37729e254354cd" 2018-10-26 10:04:38,313 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:04:38 GMT Server: Apache x-openstack-request-id: req-9da8b546-a1ce-41f2-a05b-fa92e935c36a Location: http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack/e17eb423-5137-43c3-ad78-6088bc718da8 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack/e17eb423-5137-43c3-ad78-6088bc718da8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:04:38,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:04:38 GMT Server: Apache x-openstack-request-id: req-3a196185-5adc-40f3-8544-f9d9ee1d628d 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": "6660775e037a4bf09fc258f95552485c", "OS::stack_id": "e17eb423-5137-43c3-ad78-6088bc718da8", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack", "image_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-image", "inst_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-inst", "subnet_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-subnet", "flavor_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-flavor-name", "net_name": "CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack", "stack_user_project_id": "dd1c123279bc45b798fb766813d12120", "tags": null, "creation_time": "2018-10-26T10:04:08Z", "links": [{"href": "http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack/e17eb423-5137-43c3-ad78-6088bc718da8", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-10-26T10:04:28Z", "id": "e17eb423-5137-43c3-ad78-6088bc718da8", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:04:38,339 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack/e17eb423-5137-43c3-ad78-6088bc718da8 used request id req-3a196185-5adc-40f3-8544-f9d9ee1d628d 2018-10-26 10:04:38,340 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-10-26 10:04:38,340 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack 2018-10-26 10:04:38,340 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack 2018-10-26 10:04:38,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/e17eb423-5137-43c3-ad78-6088bc718da8 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa1b2756b9f72ce640f8f63f9a37729e254354cd" 2018-10-26 10:04:38,369 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:04:38 GMT Server: Apache x-openstack-request-id: req-765b46b8-aaed-4fe2-9127-05ee6e8539a7 Location: http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack/e17eb423-5137-43c3-ad78-6088bc718da8 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack/e17eb423-5137-43c3-ad78-6088bc718da8;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:04:38,538 - keystoneauth.session - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 10:04:38 GMT Server: Apache x-openstack-request-id: req-c03162a0-5067-42a0-b99b-e97798e59a98 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-10-26 10:04:38,538 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/6660775e037a4bf09fc258f95552485c/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-stack/e17eb423-5137-43c3-ad78-6088bc718da8 used request id req-c03162a0-5067-42a0-b99b-e97798e59a98 2018-10-26 10:04:38,539 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-4c3b3dd9-5bcd-4370-a100-9f509d134a82-image 2018-10-26 10:04:38,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/1a7dd103-a4a4-4b2c-bc25-f9d9f7d5b5b7 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4ee87b25ea4ad140675aeeea04bb7a7727e38379" 2018-10-26 10:04:39,634 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b7cae220-0dea-45df-81e9-2ae9a5d6e387 Date: Fri, 26 Oct 2018 10:04: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-26 10:04:39,635 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/1a7dd103-a4a4-4b2c-bc25-f9d9f7d5b5b7 used request id req-b7cae220-0dea-45df-81e9-2ae9a5d6e387 2018-10-26 10:04:39,638 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/8879ca7b-a354-4e74-a6a7-7b29d0887140 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ca24804564ad2a282579ba609f6ceaf5db7de94" 2018-10-26 10:04:39,846 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10:04: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-491766aa-ed39-48ed-9da7-77218705d665 x-compute-request-id: req-491766aa-ed39-48ed-9da7-77218705d665 Content-Length: 0 Content-Type: application/json 2018-10-26 10:04:39,847 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/8879ca7b-a354-4e74-a6a7-7b29d0887140 used request id req-491766aa-ed39-48ed-9da7-77218705d665 2018-10-26 10:04:39,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918ed8453fcd2ceefdd52e1521cef32667456beb" 2018-10-26 10:04:40,074 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-18feb940-fdba-4fa6-9f07-3d797490d8c1 Date: Fri, 26 Oct 2018 10:04:40 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "6660775e037a4bf09fc258f95552485c", "created_at": "2018-10-26T10:04:09Z", "updated_at": "2018-10-26T10:04:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:04:09Z", "revision_number": 0, "id": "021f10e0-3db4-4aaf-bbf9-18305b9aa49d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:04:09Z", "security_group_id": "38b13e19-3dc2-4602-8378-e46b05d2a378", "tenant_id": "6660775e037a4bf09fc258f95552485c", "port_range_min": null, "ethertype": "IPv4", "project_id": "6660775e037a4bf09fc258f95552485c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:04:09Z", "revision_number": 0, "id": "33814a50-c3e8-4841-885c-2a4ea0696eb6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:04:09Z", "security_group_id": "38b13e19-3dc2-4602-8378-e46b05d2a378", "tenant_id": "6660775e037a4bf09fc258f95552485c", "port_range_min": null, "ethertype": "IPv6", "project_id": "6660775e037a4bf09fc258f95552485c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:04:09Z", "revision_number": 0, "id": "a9145c0d-7870-41a6-87ae-1b9fd8e02e24", "remote_group_id": "38b13e19-3dc2-4602-8378-e46b05d2a378", "remote_ip_prefix": null, "created_at": "2018-10-26T10:04:09Z", "security_group_id": "38b13e19-3dc2-4602-8378-e46b05d2a378", "tenant_id": "6660775e037a4bf09fc258f95552485c", "port_range_min": null, "ethertype": "IPv6", "project_id": "6660775e037a4bf09fc258f95552485c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:04:09Z", "revision_number": 0, "id": "be825001-daea-42d3-9d65-a4c97c88b05b", "remote_group_id": "38b13e19-3dc2-4602-8378-e46b05d2a378", "remote_ip_prefix": null, "created_at": "2018-10-26T10:04:09Z", "security_group_id": "38b13e19-3dc2-4602-8378-e46b05d2a378", "tenant_id": "6660775e037a4bf09fc258f95552485c", "port_range_min": null, "ethertype": "IPv4", "project_id": "6660775e037a4bf09fc258f95552485c"}], "revision_number": 4, "project_id": "6660775e037a4bf09fc258f95552485c", "id": "38b13e19-3dc2-4602-8378-e46b05d2a378", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 10:04:40,074 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-18feb940-fdba-4fa6-9f07-3d797490d8c1 2018-10-26 10:04:40,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/6660775e037a4bf09fc258f95552485c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918ed8453fcd2ceefdd52e1521cef32667456beb" 2018-10-26 10:04:40,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:04:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-437daada-4a6c-492e-800a-fe179bf84472 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/6660775e037a4bf09fc258f95552485c"}, "enabled": true, "id": "6660775e037a4bf09fc258f95552485c", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-1f2f7493-d933-4fb-proj"}} 2018-10-26 10:04:40,177 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/6660775e037a4bf09fc258f95552485c used request id req-437daada-4a6c-492e-800a-fe179bf84472 2018-10-26 10:04:40,177 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 38b13e19-3dc2-4602-8378-e46b05d2a378 2018-10-26 10:04:40,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=38b13e19-3dc2-4602-8378-e46b05d2a378 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918ed8453fcd2ceefdd52e1521cef32667456beb" 2018-10-26 10:04:40,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-e2639e1b-2f60-4065-b57d-dc7dbeba5d0d Date: Fri, 26 Oct 2018 10:04:40 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-26T10:04:09Z", "security_group_id": "38b13e19-3dc2-4602-8378-e46b05d2a378", "port_range_min": null, "revision_number": 0, "tenant_id": "6660775e037a4bf09fc258f95552485c", "created_at": "2018-10-26T10:04:09Z", "project_id": "6660775e037a4bf09fc258f95552485c", "id": "021f10e0-3db4-4aaf-bbf9-18305b9aa49d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:04:09Z", "security_group_id": "38b13e19-3dc2-4602-8378-e46b05d2a378", "port_range_min": null, "revision_number": 0, "tenant_id": "6660775e037a4bf09fc258f95552485c", "created_at": "2018-10-26T10:04:09Z", "project_id": "6660775e037a4bf09fc258f95552485c", "id": "33814a50-c3e8-4841-885c-2a4ea0696eb6"}, {"remote_group_id": "38b13e19-3dc2-4602-8378-e46b05d2a378", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:04:09Z", "security_group_id": "38b13e19-3dc2-4602-8378-e46b05d2a378", "port_range_min": null, "revision_number": 0, "tenant_id": "6660775e037a4bf09fc258f95552485c", "created_at": "2018-10-26T10:04:09Z", "project_id": "6660775e037a4bf09fc258f95552485c", "id": "a9145c0d-7870-41a6-87ae-1b9fd8e02e24"}, {"remote_group_id": "38b13e19-3dc2-4602-8378-e46b05d2a378", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:04:09Z", "security_group_id": "38b13e19-3dc2-4602-8378-e46b05d2a378", "port_range_min": null, "revision_number": 0, "tenant_id": "6660775e037a4bf09fc258f95552485c", "created_at": "2018-10-26T10:04:09Z", "project_id": "6660775e037a4bf09fc258f95552485c", "id": "be825001-daea-42d3-9d65-a4c97c88b05b"}]} 2018-10-26 10:04:40,522 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=38b13e19-3dc2-4602-8378-e46b05d2a378 used request id req-e2639e1b-2f60-4065-b57d-dc7dbeba5d0d 2018-10-26 10:04:40,522 - neutron_utils - INFO - Deleting security group with name - default 2018-10-26 10:04:40,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/38b13e19-3dc2-4602-8378-e46b05d2a378 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918ed8453fcd2ceefdd52e1521cef32667456beb" 2018-10-26 10:04:40,845 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bfad50a7-caaa-417d-9da9-e3175720916f Content-Length: 0 Date: Fri, 26 Oct 2018 10:04:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:04:40,845 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/38b13e19-3dc2-4602-8378-e46b05d2a378 used request id req-bfad50a7-caaa-417d-9da9-e3175720916f 2018-10-26 10:04:40,846 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-1f2f7493-d933-4fb-proj 2018-10-26 10:04:40,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/6660775e037a4bf09fc258f95552485c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918ed8453fcd2ceefdd52e1521cef32667456beb" 2018-10-26 10:04:41,086 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:04:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d540ff62-cc88-4a0d-8a0a-4c8cc1b09f74 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:04:41,086 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/6660775e037a4bf09fc258f95552485c used request id req-d540ff62-cc88-4a0d-8a0a-4c8cc1b09f74 2018-10-26 10:04:41,086 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-1f2f7493-d933-4fb-proj-role 2018-10-26 10:04:41,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/410d4d801ce94419a137a85dfaf6578d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918ed8453fcd2ceefdd52e1521cef32667456beb" 2018-10-26 10:04:41,203 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:04:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5f5e97d8-faef-4252-a4ba-cc6f1701d610 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:04:41,203 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/410d4d801ce94419a137a85dfaf6578d used request id req-5f5e97d8-faef-4252-a4ba-cc6f1701d610 2018-10-26 10:04:41,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918ed8453fcd2ceefdd52e1521cef32667456beb" 2018-10-26 10:04:41,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:04:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df95195b-8078-4108-9e8a-c81c089dc6bd Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:04:41,301 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-df95195b-8078-4108-9e8a-c81c089dc6bd 2018-10-26 10:04:41,302 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-1f2f7493-d933-4fb-user 2018-10-26 10:04:41,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/0704d3d2bcc5417d8b92923d5e3ac55f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2be20367318f650964c3e5022366520aef91f75f" 2018-10-26 10:04:41,531 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:04:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3acc0b17-237f-417e-8247-3044f355c912 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:04:41,531 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/0704d3d2bcc5417d8b92923d5e3ac55f used request id req-3acc0b17-237f-417e-8247-3044f355c912 2018-10-26 10:04:41,533 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:04:41,918 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:04:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["z41PojsbQEyoAAFoKZWL7w"], "issued_at": "2018-10-26T10:04:41.000000Z"}} 2018-10-26 10:04:41,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aeee6f50500e01994cd2f10c1ffc833ae0887163" 2018-10-26 10:04:42,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:04:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae0f1764-95ae-4e30-af15-907afb290f20 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:04:42,004 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ae0f1764-95ae-4e30-af15-907afb290f20 2018-10-26 10:04:42,005 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:04:42,006 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:04:42,382 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:04:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["9dCF4V1qS6ae9EN1jTJePQ"], "issued_at": "2018-10-26T10:04:42.000000Z"}} 2018-10-26 10:04:42,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c50c11fdfb8cd319264588d233e21bb12da06fcd" 2018-10-26 10:04:42,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:04:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b300600-91f3-47d5-8782-2db3a88c2591 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:04:42,465 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8b300600-91f3-47d5-8782-2db3a88c2591 2018-10-26 10:04:42,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:04:42,475 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:04: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:04:42,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-8e9f7722-022d-490-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c50c11fdfb8cd319264588d233e21bb12da06fcd" 2018-10-26 10:04:42,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:04:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70caf696-2518-43c2-8ade-8563d86e3c10 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-8e9f7722-022d-490-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 10:04:42,556 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-8e9f7722-022d-490-proj used request id req-70caf696-2518-43c2-8ade-8563d86e3c10 2018-10-26 10:04:42,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c50c11fdfb8cd319264588d233e21bb12da06fcd" 2018-10-26 10:04:42,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:04:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9eb323df-6582-490b-8398-d27bd74e9901 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 10:04:42,577 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-9eb323df-6582-490b-8398-d27bd74e9901 2018-10-26 10:04:42,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c50c11fdfb8cd319264588d233e21bb12da06fcd" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-8e9f7722-022d-490-proj"}}' 2018-10-26 10:04:42,706 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:04:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d97caa7f-abb9-46cd-ab77-2ee99de781c1 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e09c301270874325bcd773698ef4d988"}, "enabled": true, "id": "e09c301270874325bcd773698ef4d988", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-8e9f7722-022d-490-proj"}} 2018-10-26 10:04:42,706 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-d97caa7f-abb9-46cd-ab77-2ee99de781c1 2018-10-26 10:04:42,707 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-8e9f7722-022d-490-proj 2018-10-26 10:04:42,707 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:04:42,708 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:04:43,083 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:04:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["LdGDUhVBSdGY5vNiz8SiJg"], "issued_at": "2018-10-26T10:04:43.000000Z"}} 2018-10-26 10:04:43,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0669589772ffd41e840edcda0fa7a1357abbef8" 2018-10-26 10:04:43,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:04:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae0b1c01-d91f-4e4e-9f86-dd359a973aca Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:04:43,169 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ae0b1c01-d91f-4e4e-9f86-dd359a973aca 2018-10-26 10:04:43,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:04:43,179 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:04: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:04:43,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0669589772ffd41e840edcda0fa7a1357abbef8" 2018-10-26 10:04:43,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:04:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39deeef4-1668-4b67-883b-ef3992b170f5 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 10:04:43,276 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-39deeef4-1668-4b67-883b-ef3992b170f5 2018-10-26 10:04:43,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-8e9f7722-022d-490-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0669589772ffd41e840edcda0fa7a1357abbef8" 2018-10-26 10:04:43,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:04:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d80cda6-7cd3-4bf3-ac62-e25198cefade Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-8e9f7722-022d-490-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e09c301270874325bcd773698ef4d988"}, "enabled": true, "id": "e09c301270874325bcd773698ef4d988", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-8e9f7722-022d-490-proj"}]} 2018-10-26 10:04:43,369 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-8e9f7722-022d-490-proj used request id req-6d80cda6-7cd3-4bf3-ac62-e25198cefade 2018-10-26 10:04:43,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0669589772ffd41e840edcda0fa7a1357abbef8" 2018-10-26 10:04:43,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:04:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b938373-41aa-4d99-b371-724ff8bad6ae Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 10:04:43,473 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-8b938373-41aa-4d99-b371-724ff8bad6ae 2018-10-26 10:04:43,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0669589772ffd41e840edcda0fa7a1357abbef8" 2018-10-26 10:04:43,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:04:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5427310-6410-4420-9ab0-c3526b199acf Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:04:43,942 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-a5427310-6410-4420-9ab0-c3526b199acf 2018-10-26 10:04:43,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-8e9f7722-022d-490-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0669589772ffd41e840edcda0fa7a1357abbef8" 2018-10-26 10:04:44,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:04:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2608346b-d918-489f-96df-71bc0dd00f05 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-8e9f7722-022d-490-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e09c301270874325bcd773698ef4d988"}, "enabled": true, "id": "e09c301270874325bcd773698ef4d988", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-8e9f7722-022d-490-proj"}]} 2018-10-26 10:04:44,038 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-8e9f7722-022d-490-proj used request id req-2608346b-d918-489f-96df-71bc0dd00f05 2018-10-26 10:04:44,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users/a78c3923a5c74368a27daca63316c11f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0669589772ffd41e840edcda0fa7a1357abbef8" 2018-10-26 10:04:44,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:04:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb212c02-5f19-49da-a9ba-3a79229f510b Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-8e9f7722-022d-490-user", "links": {"self": "http://172.30.9.21:5000/v3/users/a78c3923a5c74368a27daca63316c11f"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "e09c301270874325bcd773698ef4d988", "id": "a78c3923a5c74368a27daca63316c11f", "password_expires_at": null}} 2018-10-26 10:04:44,134 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/a78c3923a5c74368a27daca63316c11f used request id req-cb212c02-5f19-49da-a9ba-3a79229f510b 2018-10-26 10:04:44,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e09c301270874325bcd773698ef4d988/users/a78c3923a5c74368a27daca63316c11f/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0669589772ffd41e840edcda0fa7a1357abbef8" 2018-10-26 10:04:44,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:04:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c232f7c-664b-454a-9e4a-0eb807e44fa5 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/e09c301270874325bcd773698ef4d988/users/a78c3923a5c74368a27daca63316c11f/roles", "previous": null, "next": null}, "roles": []} 2018-10-26 10:04:44,245 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e09c301270874325bcd773698ef4d988/users/a78c3923a5c74368a27daca63316c11f/roles used request id req-3c232f7c-664b-454a-9e4a-0eb807e44fa5 2018-10-26 10:04:44,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0669589772ffd41e840edcda0fa7a1357abbef8" 2018-10-26 10:04:44,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:04:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c492a8b-f74a-4967-8484-94a928a4fc5a Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "domain_id": null, "name": "heat_stack_owner", "id": "4f75e021dfe74c9ab7a3aee778a72c84"}} 2018-10-26 10:04:44,337 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84 used request id req-7c492a8b-f74a-4967-8484-94a928a4fc5a 2018-10-26 10:04:44,337 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-8e9f7722-022d-490-proj 2018-10-26 10:04:44,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/e09c301270874325bcd773698ef4d988/users/a78c3923a5c74368a27daca63316c11f/roles/4f75e021dfe74c9ab7a3aee778a72c84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0669589772ffd41e840edcda0fa7a1357abbef8" 2018-10-26 10:04:44,457 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:04:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-75e630ee-309e-4797-83e3-10c00f3459ca Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:04:44,457 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/e09c301270874325bcd773698ef4d988/users/a78c3923a5c74368a27daca63316c11f/roles/4f75e021dfe74c9ab7a3aee778a72c84 used request id req-75e630ee-309e-4797-83e3-10c00f3459ca 2018-10-26 10:04:44,457 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-8e9f7722-022d-490-user 2018-10-26 10:04:44,457 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:04:44,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c50c11fdfb8cd319264588d233e21bb12da06fcd" 2018-10-26 10:04:44,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:04:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9e17698-0581-4477-8c61-9050cea12ae3 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:04:44,548 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-a9e17698-0581-4477-8c61-9050cea12ae3 2018-10-26 10:04:44,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c50c11fdfb8cd319264588d233e21bb12da06fcd" -d '{"role": {"name": "CreateStackSuccessTests-8e9f7722-022d-490-proj-role"}}' 2018-10-26 10:04:44,682 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:04:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ec06e843-79a8-48fc-bc4e-7b70c2bdc355 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4dd87b132adf479eab51c041b67ca4bd", "links": {"self": "http://172.30.9.21:5000/v3/roles/4dd87b132adf479eab51c041b67ca4bd"}, "name": "CreateStackSuccessTests-8e9f7722-022d-490-proj-role"}} 2018-10-26 10:04:44,683 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-ec06e843-79a8-48fc-bc4e-7b70c2bdc355 2018-10-26 10:04:44,683 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-8e9f7722-022d-490-proj-role 2018-10-26 10:04:44,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/4dd87b132adf479eab51c041b67ca4bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c50c11fdfb8cd319264588d233e21bb12da06fcd" 2018-10-26 10:04:44,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:04:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac6964ff-2cb5-4940-91a9-d3c23820812a Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/4dd87b132adf479eab51c041b67ca4bd"}, "domain_id": null, "name": "CreateStackSuccessTests-8e9f7722-022d-490-proj-role", "id": "4dd87b132adf479eab51c041b67ca4bd"}} 2018-10-26 10:04:44,771 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/4dd87b132adf479eab51c041b67ca4bd used request id req-ac6964ff-2cb5-4940-91a9-d3c23820812a 2018-10-26 10:04:44,771 - keystone_utils - INFO - Granting role CreateStackSuccessTests-8e9f7722-022d-490-proj-role to project CreateStackSuccessTests-8e9f7722-022d-490-proj 2018-10-26 10:04:44,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/e09c301270874325bcd773698ef4d988/users/a78c3923a5c74368a27daca63316c11f/roles/4dd87b132adf479eab51c041b67ca4bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c50c11fdfb8cd319264588d233e21bb12da06fcd" 2018-10-26 10:04:44,907 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:04:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5da99112-4d60-48ad-abdf-79a4d5246566 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:04:44,908 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/e09c301270874325bcd773698ef4d988/users/a78c3923a5c74368a27daca63316c11f/roles/4dd87b132adf479eab51c041b67ca4bd used request id req-5da99112-4d60-48ad-abdf-79a4d5246566 2018-10-26 10:04:44,908 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-26 10:04:44,908 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-26 10:04:44,908 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:04:44,909 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:04:45,307 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}, {"id": "4dd87b132adf479eab51c041b67ca4bd", "name": "CreateStackSuccessTests-8e9f7722-022d-490-proj-role"}], "expires_at": "2018-10-26T11:04:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e09c301270874325bcd773698ef4d988", "name": "CreateStackSuccessTests-8e9f7722-022d-490-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e09c301270874325bcd773698ef4d988", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e09c301270874325bcd773698ef4d988", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e09c301270874325bcd773698ef4d988", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e09c301270874325bcd773698ef4d988", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e09c301270874325bcd773698ef4d988", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e09c301270874325bcd773698ef4d988", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e09c301270874325bcd773698ef4d988", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e09c301270874325bcd773698ef4d988", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e09c301270874325bcd773698ef4d988", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e09c301270874325bcd773698ef4d988", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e09c301270874325bcd773698ef4d988", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e09c301270874325bcd773698ef4d988", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-8e9f7722-022d-490-user", "id": "a78c3923a5c74368a27daca63316c11f"}, "audit_ids": ["MSEqzUHzQ7CfzNXDPffybA"], "issued_at": "2018-10-26T10:04:45.000000Z"}} 2018-10-26 10:04:45,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a63d218cc68481590302800ade7f4f9ed50df067" 2018-10-26 10:04:45,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:04:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4474910-f571-4042-aa59-a6ac458e4bee Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:04:45,387 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e4474910-f571-4042-aa59-a6ac458e4bee 2018-10-26 10:04:45,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a63d218cc68481590302800ade7f4f9ed50df067" 2018-10-26 10:04:45,572 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-a3c17294-ed28-49ae-a71d-4df66749cbd4 Date: Fri, 26 Oct 2018 10:04:45 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-image"} 2018-10-26 10:04:45,572 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-image used request id req-a3c17294-ed28-49ae-a71d-4df66749cbd4 2018-10-26 10:04:45,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a63d218cc68481590302800ade7f4f9ed50df067" 2018-10-26 10:04:45,730 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-84dc0478-5f3d-4045-abde-99a75c3dc2dc Date: Fri, 26 Oct 2018 10:04: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-26 10:04:45,731 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-84dc0478-5f3d-4045-abde-99a75c3dc2dc 2018-10-26 10:04:45,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a63d218cc68481590302800ade7f4f9ed50df067" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-image"}' 2018-10-26 10:04:45,959 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/31fc9822-f18d-43d3-8284-2710b042d2f6 X-Openstack-Request-Id: req-b1220fda-a280-4df6-883f-feaf045cbec8 Date: Fri, 26 Oct 2018 10:04:45 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:04:45Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-26T10:04:45Z", "visibility": "shared", "locations": [], "self": "/v2/images/31fc9822-f18d-43d3-8284-2710b042d2f6", "min_disk": 0, "protected": false, "id": "31fc9822-f18d-43d3-8284-2710b042d2f6", "file": "/v2/images/31fc9822-f18d-43d3-8284-2710b042d2f6/file", "checksum": null, "owner": "e09c301270874325bcd773698ef4d988", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:04:45,960 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-b1220fda-a280-4df6-883f-feaf045cbec8 2018-10-26 10:04:45,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/31fc9822-f18d-43d3-8284-2710b042d2f6/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a63d218cc68481590302800ade7f4f9ed50df067" -d '' 2018-10-26 10:04:47,183 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-79799888-fdc8-4de8-b202-6d2d1d3eaee4 Date: Fri, 26 Oct 2018 10:04:47 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-26 10:04:47,183 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/31fc9822-f18d-43d3-8284-2710b042d2f6/file used request id req-79799888-fdc8-4de8-b202-6d2d1d3eaee4 2018-10-26 10:04:47,184 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 10:04:47,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/31fc9822-f18d-43d3-8284-2710b042d2f6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a63d218cc68481590302800ade7f4f9ed50df067" 2018-10-26 10:04:47,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-74c9e39f-b2fc-4b31-a668-406e1ba8af48 Date: Fri, 26 Oct 2018 10:04:47 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:04:45Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T10:04:47Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/31fc9822-f18d-43d3-8284-2710b042d2f6/snap", "metadata": {}}], "self": "/v2/images/31fc9822-f18d-43d3-8284-2710b042d2f6", "min_disk": 0, "protected": false, "id": "31fc9822-f18d-43d3-8284-2710b042d2f6", "file": "/v2/images/31fc9822-f18d-43d3-8284-2710b042d2f6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e09c301270874325bcd773698ef4d988", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/31fc9822-f18d-43d3-8284-2710b042d2f6/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:04:47,362 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/31fc9822-f18d-43d3-8284-2710b042d2f6 used request id req-74c9e39f-b2fc-4b31-a668-406e1ba8af48 2018-10-26 10:04:47,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a63d218cc68481590302800ade7f4f9ed50df067" 2018-10-26 10:04:47,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-04e52462-e277-438d-950d-0decca5c2eaf Date: Fri, 26 Oct 2018 10:04: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-26 10:04:47,515 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-04e52462-e277-438d-950d-0decca5c2eaf 2018-10-26 10:04:47,518 - create_image - INFO - Created image with name - CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-image 2018-10-26 10:04:47,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/31fc9822-f18d-43d3-8284-2710b042d2f6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a63d218cc68481590302800ade7f4f9ed50df067" 2018-10-26 10:04:47,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-a4aafd66-75e0-41ee-bc96-b315f468db26 Date: Fri, 26 Oct 2018 10:04:47 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:04:45Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T10:04:47Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/31fc9822-f18d-43d3-8284-2710b042d2f6/snap", "metadata": {}}], "self": "/v2/images/31fc9822-f18d-43d3-8284-2710b042d2f6", "min_disk": 0, "protected": false, "id": "31fc9822-f18d-43d3-8284-2710b042d2f6", "file": "/v2/images/31fc9822-f18d-43d3-8284-2710b042d2f6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e09c301270874325bcd773698ef4d988", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/31fc9822-f18d-43d3-8284-2710b042d2f6/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:04:47,693 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/31fc9822-f18d-43d3-8284-2710b042d2f6 used request id req-a4aafd66-75e0-41ee-bc96-b315f468db26 2018-10-26 10:04:47,693 - create_image - DEBUG - Instance status is - active 2018-10-26 10:04:47,693 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-image 2018-10-26 10:04:47,694 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-image 2018-10-26 10:04:47,694 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:04:47,695 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:04:48,079 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:04:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["Z2xnCgEXTbKVfwEFPA-VAw"], "issued_at": "2018-10-26T10:04:48.000000Z"}} 2018-10-26 10:04:48,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a9133488f1f3346a18e704f210aeaf7a83d3a88" 2018-10-26 10:04:48,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:04:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-643b74cc-7c9d-4fe6-99a5-9fc88ab1e060 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:04:48,169 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-643b74cc-7c9d-4fe6-99a5-9fc88ab1e060 2018-10-26 10:04:48,170 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:04:48,175 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a9133488f1f3346a18e704f210aeaf7a83d3a88" 2018-10-26 10:04:48,353 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:04:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-dd847249-60a5-44d1-9126-4521c8e1bb7f x-compute-request-id: req-dd847249-60a5-44d1-9126-4521c8e1bb7f Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-26 10:04:48,353 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-dd847249-60a5-44d1-9126-4521c8e1bb7f 2018-10-26 10:04:48,357 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a9133488f1f3346a18e704f210aeaf7a83d3a88" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-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-26 10:04:48,406 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:04:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-56ce84e7-5fcd-4bb2-970f-60eb9488e58d x-compute-request-id: req-56ce84e7-5fcd-4bb2-970f-60eb9488e58d Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/a0a3d32d-ce5a-45f3-b9af-35fef1197e46", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/a0a3d32d-ce5a-45f3-b9af-35fef1197e46", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "a0a3d32d-ce5a-45f3-b9af-35fef1197e46", "name": "CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 10:04:48,406 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-56ce84e7-5fcd-4bb2-970f-60eb9488e58d 2018-10-26 10:04:48,407 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:04:48,408 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:04:48,779 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}, {"id": "4dd87b132adf479eab51c041b67ca4bd", "name": "CreateStackSuccessTests-8e9f7722-022d-490-proj-role"}], "expires_at": "2018-10-26T11:04:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e09c301270874325bcd773698ef4d988", "name": "CreateStackSuccessTests-8e9f7722-022d-490-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e09c301270874325bcd773698ef4d988", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/e09c301270874325bcd773698ef4d988", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/e09c301270874325bcd773698ef4d988", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e09c301270874325bcd773698ef4d988", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/e09c301270874325bcd773698ef4d988", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/e09c301270874325bcd773698ef4d988", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/e09c301270874325bcd773698ef4d988", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/e09c301270874325bcd773698ef4d988", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/e09c301270874325bcd773698ef4d988", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/e09c301270874325bcd773698ef4d988", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/e09c301270874325bcd773698ef4d988", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/e09c301270874325bcd773698ef4d988", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-8e9f7722-022d-490-user", "id": "a78c3923a5c74368a27daca63316c11f"}, "audit_ids": ["ObOZxUDiToqqASL5s82j6Q"], "issued_at": "2018-10-26T10:04:48.000000Z"}} 2018-10-26 10:04:48,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}541c008d95f69b667cd72b92700501db5b748ebe" 2018-10-26 10:04:48,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:04:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5358078-0030-477e-a8dc-729404b8db80 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:04:48,864 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d5358078-0030-477e-a8dc-729404b8db80 2018-10-26 10:04:48,866 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:04:48,868 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-26 10:04:48,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e09c301270874325bcd773698ef4d988/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}541c008d95f69b667cd72b92700501db5b748ebe" 2018-10-26 10:04:49,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:04:48 GMT Server: Apache x-openstack-request-id: req-9a82c558-4d42-4fc4-8d91-7da4c4811bb8 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-10-26 10:04:49,038 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e09c301270874325bcd773698ef4d988/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-stack used request id req-9a82c558-4d42-4fc4-8d91-7da4c4811bb8 2018-10-26 10:04:49,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8004/v1/e09c301270874325bcd773698ef4d988/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}541c008d95f69b667cd72b92700501db5b748ebe" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-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-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-net", "inst_name": "CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-inst", "subnet_name": "CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-subnet", "image_name": "CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-image", "flavor_name": "CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-flavor-name"}}' 2018-10-26 10:04:51,443 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:04:49 GMT Server: Apache x-openstack-request-id: req-ac6b490b-107c-43fb-9d11-cf1eea50fce5 Location: http://172.30.9.21:8004/v1/e09c301270874325bcd773698ef4d988/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-stack/5a7f4faa-0e45-4f97-a262-982af7e22f14 Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "5a7f4faa-0e45-4f97-a262-982af7e22f14", "links": [{"href": "http://172.30.9.21:8004/v1/e09c301270874325bcd773698ef4d988/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-stack/5a7f4faa-0e45-4f97-a262-982af7e22f14", "rel": "self"}]}} 2018-10-26 10:04:51,443 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/e09c301270874325bcd773698ef4d988/stacks used request id req-ac6b490b-107c-43fb-9d11-cf1eea50fce5 2018-10-26 10:04:51,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e09c301270874325bcd773698ef4d988/stacks/5a7f4faa-0e45-4f97-a262-982af7e22f14 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}541c008d95f69b667cd72b92700501db5b748ebe" 2018-10-26 10:04:51,612 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:04:51 GMT Server: Apache x-openstack-request-id: req-d1c63b3c-d025-4db7-8520-77656d987af0 Location: http://172.30.9.21:8004/v1/e09c301270874325bcd773698ef4d988/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-stack/5a7f4faa-0e45-4f97-a262-982af7e22f14 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e09c301270874325bcd773698ef4d988/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-stack/5a7f4faa-0e45-4f97-a262-982af7e22f14;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:04:51,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:04:51 GMT Server: Apache x-openstack-request-id: req-d353f908-8f4f-4877-82c5-73eaf7bb9356 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": "e09c301270874325bcd773698ef4d988", "OS::stack_id": "5a7f4faa-0e45-4f97-a262-982af7e22f14", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-stack", "image_name": "CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-image", "inst_name": "CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-inst", "subnet_name": "CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-subnet", "net_name": "CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-net", "flavor_name": "CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-stack", "stack_user_project_id": "69aaae7bfa6f45148bf37cd78bd6f0c5", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T10:04:50Z", "links": [{"href": "http://172.30.9.21:8004/v1/e09c301270874325bcd773698ef4d988/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-stack/5a7f4faa-0e45-4f97-a262-982af7e22f14", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "5a7f4faa-0e45-4f97-a262-982af7e22f14", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:04:51,806 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e09c301270874325bcd773698ef4d988/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-stack/5a7f4faa-0e45-4f97-a262-982af7e22f14 used request id req-d353f908-8f4f-4877-82c5-73eaf7bb9356 2018-10-26 10:04:51,807 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-stack 2018-10-26 10:04:51,807 - create_stack - ERROR - Timeout checking for stack status for CREATE_COMPLETE 2018-10-26 10:04:51,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e09c301270874325bcd773698ef4d988/stacks/5a7f4faa-0e45-4f97-a262-982af7e22f14 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}541c008d95f69b667cd72b92700501db5b748ebe" 2018-10-26 10:04:51,999 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:04:51 GMT Server: Apache x-openstack-request-id: req-cab3387e-3cbf-4108-ac97-ed1d2f44a7ff Location: http://172.30.9.21:8004/v1/e09c301270874325bcd773698ef4d988/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-stack/5a7f4faa-0e45-4f97-a262-982af7e22f14 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e09c301270874325bcd773698ef4d988/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-stack/5a7f4faa-0e45-4f97-a262-982af7e22f14;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:04:52,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:04:52 GMT Server: Apache x-openstack-request-id: req-86550558-04a4-4e36-988f-ca356c2e3ae9 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": "e09c301270874325bcd773698ef4d988", "OS::stack_id": "5a7f4faa-0e45-4f97-a262-982af7e22f14", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-stack", "image_name": "CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-image", "inst_name": "CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-inst", "subnet_name": "CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-subnet", "net_name": "CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-net", "flavor_name": "CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-stack", "stack_user_project_id": "69aaae7bfa6f45148bf37cd78bd6f0c5", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T10:04:50Z", "links": [{"href": "http://172.30.9.21:8004/v1/e09c301270874325bcd773698ef4d988/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-stack/5a7f4faa-0e45-4f97-a262-982af7e22f14", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "5a7f4faa-0e45-4f97-a262-982af7e22f14", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:04:52,318 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e09c301270874325bcd773698ef4d988/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-stack/5a7f4faa-0e45-4f97-a262-982af7e22f14 used request id req-86550558-04a4-4e36-988f-ca356c2e3ae9 2018-10-26 10:04:52,318 - create_stack - ERROR - ERROR: STACK CREATION FAILED: Stack CREATE started 2018-10-26 10:04:52,318 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-stack 2018-10-26 10:04:52,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/e09c301270874325bcd773698ef4d988/stacks/5a7f4faa-0e45-4f97-a262-982af7e22f14 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}541c008d95f69b667cd72b92700501db5b748ebe" 2018-10-26 10:04:52,348 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:04:52 GMT Server: Apache x-openstack-request-id: req-a8323413-324d-4a66-8a9f-e29fe1d0bd66 Location: http://172.30.9.21:8004/v1/e09c301270874325bcd773698ef4d988/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-stack/5a7f4faa-0e45-4f97-a262-982af7e22f14 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e09c301270874325bcd773698ef4d988/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-stack/5a7f4faa-0e45-4f97-a262-982af7e22f14;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:04:52,527 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:04:52 GMT Server: Apache x-openstack-request-id: req-226dc860-3111-4d31-8790-7ebe73160382 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:04:52,527 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/e09c301270874325bcd773698ef4d988/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-stack/5a7f4faa-0e45-4f97-a262-982af7e22f14 used request id req-226dc860-3111-4d31-8790-7ebe73160382 2018-10-26 10:04:52,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e09c301270874325bcd773698ef4d988/stacks/5a7f4faa-0e45-4f97-a262-982af7e22f14 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}541c008d95f69b667cd72b92700501db5b748ebe" 2018-10-26 10:04:52,693 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:04:52 GMT Server: Apache x-openstack-request-id: req-08398361-04fd-4de1-b30c-7fc6156c921b Location: http://172.30.9.21:8004/v1/e09c301270874325bcd773698ef4d988/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-stack/5a7f4faa-0e45-4f97-a262-982af7e22f14 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e09c301270874325bcd773698ef4d988/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-stack/5a7f4faa-0e45-4f97-a262-982af7e22f14;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:04:52,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:04:52 GMT Server: Apache x-openstack-request-id: req-32133d3d-c655-42ef-aee6-42aea77ed121 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": "e09c301270874325bcd773698ef4d988", "OS::stack_id": "5a7f4faa-0e45-4f97-a262-982af7e22f14", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-stack", "image_name": "CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-image", "inst_name": "CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-inst", "subnet_name": "CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-subnet", "net_name": "CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-net", "flavor_name": "CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-stack", "stack_user_project_id": "69aaae7bfa6f45148bf37cd78bd6f0c5", "stack_status_reason": "Stack CREATE cancelled", "creation_time": "2018-10-26T10:04:50Z", "links": [{"href": "http://172.30.9.21:8004/v1/e09c301270874325bcd773698ef4d988/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-stack/5a7f4faa-0e45-4f97-a262-982af7e22f14", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_FAILED", "stack_owner": null, "updated_time": null, "id": "5a7f4faa-0e45-4f97-a262-982af7e22f14", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:04:52,736 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e09c301270874325bcd773698ef4d988/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-stack/5a7f4faa-0e45-4f97-a262-982af7e22f14 used request id req-32133d3d-c655-42ef-aee6-42aea77ed121 2018-10-26 10:04:52,736 - create_stack - DEBUG - Stack status is - CREATE_FAILED 2018-10-26 10:04:52,736 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:04:55,740 - create_stack - DEBUG - Stack status query timeout in 1196.78743291 2018-10-26 10:04:55,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e09c301270874325bcd773698ef4d988/stacks/5a7f4faa-0e45-4f97-a262-982af7e22f14 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}541c008d95f69b667cd72b92700501db5b748ebe" 2018-10-26 10:04:55,942 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:04:55 GMT Server: Apache x-openstack-request-id: req-f953158a-2e07-4a6f-8fbc-78027ea121cc Location: http://172.30.9.21:8004/v1/e09c301270874325bcd773698ef4d988/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-stack/5a7f4faa-0e45-4f97-a262-982af7e22f14 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e09c301270874325bcd773698ef4d988/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-stack/5a7f4faa-0e45-4f97-a262-982af7e22f14;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:04:55,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:04:55 GMT Server: Apache x-openstack-request-id: req-ed34d4c5-0b69-4a51-8779-511a343f5620 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": "e09c301270874325bcd773698ef4d988", "OS::stack_id": "5a7f4faa-0e45-4f97-a262-982af7e22f14", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-stack", "image_name": "CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-image", "inst_name": "CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-inst", "subnet_name": "CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-subnet", "flavor_name": "CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-flavor-name", "net_name": "CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-stack", "stack_user_project_id": "69aaae7bfa6f45148bf37cd78bd6f0c5", "tags": null, "creation_time": "2018-10-26T10:04:50Z", "links": [{"href": "http://172.30.9.21:8004/v1/e09c301270874325bcd773698ef4d988/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-stack/5a7f4faa-0e45-4f97-a262-982af7e22f14", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:04:52Z", "id": "5a7f4faa-0e45-4f97-a262-982af7e22f14", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:04:55,969 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e09c301270874325bcd773698ef4d988/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-stack/5a7f4faa-0e45-4f97-a262-982af7e22f14 used request id req-ed34d4c5-0b69-4a51-8779-511a343f5620 2018-10-26 10:04:55,969 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-26 10:04:55,969 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:04:58,973 - create_stack - DEBUG - Stack status query timeout in 1193.55442095 2018-10-26 10:04:58,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e09c301270874325bcd773698ef4d988/stacks/5a7f4faa-0e45-4f97-a262-982af7e22f14 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}541c008d95f69b667cd72b92700501db5b748ebe" 2018-10-26 10:04:59,170 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:04:58 GMT Server: Apache x-openstack-request-id: req-053b94f6-f070-4dbe-bb10-a74bc8644003 Location: http://172.30.9.21:8004/v1/e09c301270874325bcd773698ef4d988/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-stack/5a7f4faa-0e45-4f97-a262-982af7e22f14 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e09c301270874325bcd773698ef4d988/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-stack/5a7f4faa-0e45-4f97-a262-982af7e22f14;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:04:59,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:04:59 GMT Server: Apache x-openstack-request-id: req-29fbeb03-5715-45a1-b831-4177803ad23b 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": "e09c301270874325bcd773698ef4d988", "OS::stack_id": "5a7f4faa-0e45-4f97-a262-982af7e22f14", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-stack", "image_name": "CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-image", "inst_name": "CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-inst", "subnet_name": "CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-subnet", "flavor_name": "CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-flavor-name", "net_name": "CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-net"}, "deletion_time": "2018-10-26T10:04:57Z", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-stack", "stack_user_project_id": "69aaae7bfa6f45148bf37cd78bd6f0c5", "tags": null, "creation_time": "2018-10-26T10:04:50Z", "links": [{"href": "http://172.30.9.21:8004/v1/e09c301270874325bcd773698ef4d988/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-stack/5a7f4faa-0e45-4f97-a262-982af7e22f14", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-10-26T10:04:52Z", "id": "5a7f4faa-0e45-4f97-a262-982af7e22f14", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:04:59,212 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e09c301270874325bcd773698ef4d988/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-stack/5a7f4faa-0e45-4f97-a262-982af7e22f14 used request id req-29fbeb03-5715-45a1-b831-4177803ad23b 2018-10-26 10:04:59,213 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-10-26 10:04:59,213 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-stack 2018-10-26 10:04:59,213 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-stack 2018-10-26 10:04:59,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/e09c301270874325bcd773698ef4d988/stacks/5a7f4faa-0e45-4f97-a262-982af7e22f14 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}541c008d95f69b667cd72b92700501db5b748ebe" 2018-10-26 10:04:59,244 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:04:59 GMT Server: Apache x-openstack-request-id: req-ab91242e-4c23-458c-86e1-f72ba4935866 Location: http://172.30.9.21:8004/v1/e09c301270874325bcd773698ef4d988/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-stack/5a7f4faa-0e45-4f97-a262-982af7e22f14 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e09c301270874325bcd773698ef4d988/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-stack/5a7f4faa-0e45-4f97-a262-982af7e22f14;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:04:59,434 - keystoneauth.session - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 10:04:59 GMT Server: Apache x-openstack-request-id: req-e40076aa-d27d-4933-adac-4b2a9edd7092 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-10-26 10:04:59,434 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/e09c301270874325bcd773698ef4d988/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-stack/5a7f4faa-0e45-4f97-a262-982af7e22f14 used request id req-e40076aa-d27d-4933-adac-4b2a9edd7092 2018-10-26 10:04:59,435 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-3cf9666f-8344-4ef5-ac55-1421edf7eaf1-image 2018-10-26 10:04:59,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/31fc9822-f18d-43d3-8284-2710b042d2f6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a63d218cc68481590302800ade7f4f9ed50df067" 2018-10-26 10:05:00,820 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a9437bf9-56eb-49f1-b1e4-93a271d27991 Date: Fri, 26 Oct 2018 10:05: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-26 10:05:00,820 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/31fc9822-f18d-43d3-8284-2710b042d2f6 used request id req-a9437bf9-56eb-49f1-b1e4-93a271d27991 2018-10-26 10:05:00,824 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/a0a3d32d-ce5a-45f3-b9af-35fef1197e46 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a9133488f1f3346a18e704f210aeaf7a83d3a88" 2018-10-26 10:05:00,858 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10:05:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ba2810f7-cd4d-464b-b1ab-36fe4a58ab5d x-compute-request-id: req-ba2810f7-cd4d-464b-b1ab-36fe4a58ab5d Content-Length: 0 Content-Type: application/json 2018-10-26 10:05:00,858 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/a0a3d32d-ce5a-45f3-b9af-35fef1197e46 used request id req-ba2810f7-cd4d-464b-b1ab-36fe4a58ab5d 2018-10-26 10:05:00,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c50c11fdfb8cd319264588d233e21bb12da06fcd" 2018-10-26 10:05:01,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-c22e75a9-6eca-40ba-9bfc-7f0a6283b86e Date: Fri, 26 Oct 2018 10:05:01 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "e09c301270874325bcd773698ef4d988", "created_at": "2018-10-26T10:04:51Z", "updated_at": "2018-10-26T10:04:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:04:52Z", "revision_number": 0, "id": "01a6fd96-38d9-4c76-a01d-b70aaa34ebcd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:04:52Z", "security_group_id": "1203f47c-5713-434f-bcd5-1b4e809504a9", "tenant_id": "e09c301270874325bcd773698ef4d988", "port_range_min": null, "ethertype": "IPv6", "project_id": "e09c301270874325bcd773698ef4d988"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:04:51Z", "revision_number": 0, "id": "0cfa519e-3bf4-45b7-8fdf-c612c8db87a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:04:51Z", "security_group_id": "1203f47c-5713-434f-bcd5-1b4e809504a9", "tenant_id": "e09c301270874325bcd773698ef4d988", "port_range_min": null, "ethertype": "IPv4", "project_id": "e09c301270874325bcd773698ef4d988"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:04:51Z", "revision_number": 0, "id": "b5e208d9-5059-428b-8e27-7d98cbdae20e", "remote_group_id": "1203f47c-5713-434f-bcd5-1b4e809504a9", "remote_ip_prefix": null, "created_at": "2018-10-26T10:04:51Z", "security_group_id": "1203f47c-5713-434f-bcd5-1b4e809504a9", "tenant_id": "e09c301270874325bcd773698ef4d988", "port_range_min": null, "ethertype": "IPv4", "project_id": "e09c301270874325bcd773698ef4d988"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:04:52Z", "revision_number": 0, "id": "f4611b09-8ec0-41f8-aab0-8adcbacf86ac", "remote_group_id": "1203f47c-5713-434f-bcd5-1b4e809504a9", "remote_ip_prefix": null, "created_at": "2018-10-26T10:04:52Z", "security_group_id": "1203f47c-5713-434f-bcd5-1b4e809504a9", "tenant_id": "e09c301270874325bcd773698ef4d988", "port_range_min": null, "ethertype": "IPv6", "project_id": "e09c301270874325bcd773698ef4d988"}], "revision_number": 4, "project_id": "e09c301270874325bcd773698ef4d988", "id": "1203f47c-5713-434f-bcd5-1b4e809504a9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 10:05:01,090 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-c22e75a9-6eca-40ba-9bfc-7f0a6283b86e 2018-10-26 10:05:01,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e09c301270874325bcd773698ef4d988 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c50c11fdfb8cd319264588d233e21bb12da06fcd" 2018-10-26 10:05:01,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f685b5f-5339-4d0b-b063-d726714442ab Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e09c301270874325bcd773698ef4d988"}, "enabled": true, "id": "e09c301270874325bcd773698ef4d988", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-8e9f7722-022d-490-proj"}} 2018-10-26 10:05:01,191 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e09c301270874325bcd773698ef4d988 used request id req-7f685b5f-5339-4d0b-b063-d726714442ab 2018-10-26 10:05:01,191 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1203f47c-5713-434f-bcd5-1b4e809504a9 2018-10-26 10:05:01,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1203f47c-5713-434f-bcd5-1b4e809504a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c50c11fdfb8cd319264588d233e21bb12da06fcd" 2018-10-26 10:05:01,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-be477d54-02cd-49f4-b3a8-22e4ba1d48ab Date: Fri, 26 Oct 2018 10:05: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-26T10:04:52Z", "security_group_id": "1203f47c-5713-434f-bcd5-1b4e809504a9", "port_range_min": null, "revision_number": 0, "tenant_id": "e09c301270874325bcd773698ef4d988", "created_at": "2018-10-26T10:04:52Z", "project_id": "e09c301270874325bcd773698ef4d988", "id": "01a6fd96-38d9-4c76-a01d-b70aaa34ebcd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:04:51Z", "security_group_id": "1203f47c-5713-434f-bcd5-1b4e809504a9", "port_range_min": null, "revision_number": 0, "tenant_id": "e09c301270874325bcd773698ef4d988", "created_at": "2018-10-26T10:04:51Z", "project_id": "e09c301270874325bcd773698ef4d988", "id": "0cfa519e-3bf4-45b7-8fdf-c612c8db87a1"}, {"remote_group_id": "1203f47c-5713-434f-bcd5-1b4e809504a9", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:04:51Z", "security_group_id": "1203f47c-5713-434f-bcd5-1b4e809504a9", "port_range_min": null, "revision_number": 0, "tenant_id": "e09c301270874325bcd773698ef4d988", "created_at": "2018-10-26T10:04:51Z", "project_id": "e09c301270874325bcd773698ef4d988", "id": "b5e208d9-5059-428b-8e27-7d98cbdae20e"}, {"remote_group_id": "1203f47c-5713-434f-bcd5-1b4e809504a9", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:04:52Z", "security_group_id": "1203f47c-5713-434f-bcd5-1b4e809504a9", "port_range_min": null, "revision_number": 0, "tenant_id": "e09c301270874325bcd773698ef4d988", "created_at": "2018-10-26T10:04:52Z", "project_id": "e09c301270874325bcd773698ef4d988", "id": "f4611b09-8ec0-41f8-aab0-8adcbacf86ac"}]} 2018-10-26 10:05:01,367 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1203f47c-5713-434f-bcd5-1b4e809504a9 used request id req-be477d54-02cd-49f4-b3a8-22e4ba1d48ab 2018-10-26 10:05:01,367 - neutron_utils - INFO - Deleting security group with name - default 2018-10-26 10:05:01,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/1203f47c-5713-434f-bcd5-1b4e809504a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c50c11fdfb8cd319264588d233e21bb12da06fcd" 2018-10-26 10:05:01,664 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d3dfa985-ba3a-46a3-8f37-5ffbcaabde34 Content-Length: 0 Date: Fri, 26 Oct 2018 10:05:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:05:01,664 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/1203f47c-5713-434f-bcd5-1b4e809504a9 used request id req-d3dfa985-ba3a-46a3-8f37-5ffbcaabde34 2018-10-26 10:05:01,665 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-8e9f7722-022d-490-proj 2018-10-26 10:05:01,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/e09c301270874325bcd773698ef4d988 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c50c11fdfb8cd319264588d233e21bb12da06fcd" 2018-10-26 10:05:01,882 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:05:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9ce4f04c-73f5-47af-93ff-82b9dee45865 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:05:01,882 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/e09c301270874325bcd773698ef4d988 used request id req-9ce4f04c-73f5-47af-93ff-82b9dee45865 2018-10-26 10:05:01,883 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-8e9f7722-022d-490-proj-role 2018-10-26 10:05:01,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/4dd87b132adf479eab51c041b67ca4bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c50c11fdfb8cd319264588d233e21bb12da06fcd" 2018-10-26 10:05:02,000 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:05:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cd461b52-c9c4-4d87-9346-847361ccdc35 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:05:02,000 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/4dd87b132adf479eab51c041b67ca4bd used request id req-cd461b52-c9c4-4d87-9346-847361ccdc35 2018-10-26 10:05:02,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c50c11fdfb8cd319264588d233e21bb12da06fcd" 2018-10-26 10:05:02,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fb33d55-8b16-4e12-a658-276092336562 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:05:02,099 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-3fb33d55-8b16-4e12-a658-276092336562 2018-10-26 10:05:02,100 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-8e9f7722-022d-490-user 2018-10-26 10:05:02,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/a78c3923a5c74368a27daca63316c11f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0669589772ffd41e840edcda0fa7a1357abbef8" 2018-10-26 10:05:02,279 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:05:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2762ed5e-dfa7-40fd-a735-883280076224 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:05:02,279 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/a78c3923a5c74368a27daca63316c11f used request id req-2762ed5e-dfa7-40fd-a735-883280076224 2018-10-26 10:05:02,280 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:05:02,676 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:05:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["edBJr7URT7Gwl2WxdZ2vOQ"], "issued_at": "2018-10-26T10:05:02.000000Z"}} 2018-10-26 10:05:02,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff9c46319a4d56b19633af976bd4b8da2f75c23b" 2018-10-26 10:05:02,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2f26aec-ca32-46b8-86a2-10b953ceee97 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:05:02,762 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c2f26aec-ca32-46b8-86a2-10b953ceee97 2018-10-26 10:05:02,763 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:05:02,764 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:05:03,143 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:05:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["OKJAOY6cQeuU_tcla4TjKg"], "issued_at": "2018-10-26T10:05:03.000000Z"}} 2018-10-26 10:05:03,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76630c129e6a3e77509b4bf8e54ee12b557235f5" 2018-10-26 10:05:03,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c6c5b00-18a0-4d69-857b-d02fb581b65a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:05:03,225 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-4c6c5b00-18a0-4d69-857b-d02fb581b65a 2018-10-26 10:05:03,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:05:03,235 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:05: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:05:03,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-5b284f69-6341-4d2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76630c129e6a3e77509b4bf8e54ee12b557235f5" 2018-10-26 10:05:03,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-489e9ba4-9cea-4fbf-9234-ba98353e2380 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-5b284f69-6341-4d2-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 10:05:03,322 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-5b284f69-6341-4d2-proj used request id req-489e9ba4-9cea-4fbf-9234-ba98353e2380 2018-10-26 10:05:03,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76630c129e6a3e77509b4bf8e54ee12b557235f5" 2018-10-26 10:05:03,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33877798-7025-4e98-a2bd-f9f737cc89bc Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 10:05:03,421 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-33877798-7025-4e98-a2bd-f9f737cc89bc 2018-10-26 10:05:03,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76630c129e6a3e77509b4bf8e54ee12b557235f5" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-5b284f69-6341-4d2-proj"}}' 2018-10-26 10:05:03,538 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:05:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-96df65d0-e5ee-48de-99dc-2c981be08864 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8b46be75a24b4e37ade572d9e8f426cb"}, "enabled": true, "id": "8b46be75a24b4e37ade572d9e8f426cb", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-5b284f69-6341-4d2-proj"}} 2018-10-26 10:05:03,538 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-96df65d0-e5ee-48de-99dc-2c981be08864 2018-10-26 10:05:03,539 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-5b284f69-6341-4d2-proj 2018-10-26 10:05:03,539 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:05:03,540 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:05:04,021 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:05:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["DCS8Zna0R66KB7SjrRRF9g"], "issued_at": "2018-10-26T10:05:04.000000Z"}} 2018-10-26 10:05:04,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7702cc0cb38bcf8b3963c4def8fbac9c9522deae" 2018-10-26 10:05:04,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b4dd32f-3cf4-452a-9fb6-791d04682488 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:05:04,106 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-1b4dd32f-3cf4-452a-9fb6-791d04682488 2018-10-26 10:05:04,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:05:04,116 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:05: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:05:04,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7702cc0cb38bcf8b3963c4def8fbac9c9522deae" 2018-10-26 10:05:04,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a0d5579-1f1c-4fef-ab53-4df14d3e28d3 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 10:05:04,214 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-2a0d5579-1f1c-4fef-ab53-4df14d3e28d3 2018-10-26 10:05:04,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-5b284f69-6341-4d2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7702cc0cb38bcf8b3963c4def8fbac9c9522deae" 2018-10-26 10:05:04,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5aa64eb-8ce0-4795-8761-d46f4fb69ec4 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-5b284f69-6341-4d2-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8b46be75a24b4e37ade572d9e8f426cb"}, "enabled": true, "id": "8b46be75a24b4e37ade572d9e8f426cb", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-5b284f69-6341-4d2-proj"}]} 2018-10-26 10:05:04,303 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-5b284f69-6341-4d2-proj used request id req-c5aa64eb-8ce0-4795-8761-d46f4fb69ec4 2018-10-26 10:05:04,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7702cc0cb38bcf8b3963c4def8fbac9c9522deae" 2018-10-26 10:05:04,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfc8aeb2-ef0a-4718-9f23-91e63b2ba83f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 10:05:04,397 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-dfc8aeb2-ef0a-4718-9f23-91e63b2ba83f 2018-10-26 10:05:04,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7702cc0cb38bcf8b3963c4def8fbac9c9522deae" 2018-10-26 10:05:04,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48515859-8abc-4813-a46c-054afd0f4d85 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:05:04,870 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-48515859-8abc-4813-a46c-054afd0f4d85 2018-10-26 10:05:04,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-5b284f69-6341-4d2-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7702cc0cb38bcf8b3963c4def8fbac9c9522deae" 2018-10-26 10:05:04,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a5ecfe9-cfd8-4af0-bc22-8f1aef9d98d1 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-5b284f69-6341-4d2-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8b46be75a24b4e37ade572d9e8f426cb"}, "enabled": true, "id": "8b46be75a24b4e37ade572d9e8f426cb", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-5b284f69-6341-4d2-proj"}]} 2018-10-26 10:05:04,969 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-5b284f69-6341-4d2-proj used request id req-3a5ecfe9-cfd8-4af0-bc22-8f1aef9d98d1 2018-10-26 10:05:04,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users/2237ecdaa30e436d9064e064801e643d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7702cc0cb38bcf8b3963c4def8fbac9c9522deae" 2018-10-26 10:05:05,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e65f4de-3964-4717-8d79-88c87d63d2d2 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-5b284f69-6341-4d2-user", "links": {"self": "http://172.30.9.21:5000/v3/users/2237ecdaa30e436d9064e064801e643d"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "8b46be75a24b4e37ade572d9e8f426cb", "id": "2237ecdaa30e436d9064e064801e643d", "password_expires_at": null}} 2018-10-26 10:05:05,002 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/2237ecdaa30e436d9064e064801e643d used request id req-4e65f4de-3964-4717-8d79-88c87d63d2d2 2018-10-26 10:05:05,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8b46be75a24b4e37ade572d9e8f426cb/users/2237ecdaa30e436d9064e064801e643d/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7702cc0cb38bcf8b3963c4def8fbac9c9522deae" 2018-10-26 10:05:05,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5c896a3-18c4-47ef-927e-b9d6937fcb68 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/8b46be75a24b4e37ade572d9e8f426cb/users/2237ecdaa30e436d9064e064801e643d/roles", "previous": null, "next": null}, "roles": []} 2018-10-26 10:05:05,115 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8b46be75a24b4e37ade572d9e8f426cb/users/2237ecdaa30e436d9064e064801e643d/roles used request id req-c5c896a3-18c4-47ef-927e-b9d6937fcb68 2018-10-26 10:05:05,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7702cc0cb38bcf8b3963c4def8fbac9c9522deae" 2018-10-26 10:05:05,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-079961fd-4f81-4fda-93e2-abf88973ae7e Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "domain_id": null, "name": "heat_stack_owner", "id": "4f75e021dfe74c9ab7a3aee778a72c84"}} 2018-10-26 10:05:05,204 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84 used request id req-079961fd-4f81-4fda-93e2-abf88973ae7e 2018-10-26 10:05:05,205 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-5b284f69-6341-4d2-proj 2018-10-26 10:05:05,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/8b46be75a24b4e37ade572d9e8f426cb/users/2237ecdaa30e436d9064e064801e643d/roles/4f75e021dfe74c9ab7a3aee778a72c84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7702cc0cb38bcf8b3963c4def8fbac9c9522deae" 2018-10-26 10:05:05,337 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:05:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e090509b-c536-436e-8d4d-06c6c5128dff Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:05:05,337 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/8b46be75a24b4e37ade572d9e8f426cb/users/2237ecdaa30e436d9064e064801e643d/roles/4f75e021dfe74c9ab7a3aee778a72c84 used request id req-e090509b-c536-436e-8d4d-06c6c5128dff 2018-10-26 10:05:05,337 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-5b284f69-6341-4d2-user 2018-10-26 10:05:05,338 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:05:05,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76630c129e6a3e77509b4bf8e54ee12b557235f5" 2018-10-26 10:05:05,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0fa8c574-7d73-4e62-a9c4-e362f46d39ba Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:05:05,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-0fa8c574-7d73-4e62-a9c4-e362f46d39ba 2018-10-26 10:05:05,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76630c129e6a3e77509b4bf8e54ee12b557235f5" -d '{"role": {"name": "CreateStackSuccessTests-5b284f69-6341-4d2-proj-role"}}' 2018-10-26 10:05:05,562 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:05:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d3be84b3-8f30-4995-a208-8f09fc89c667 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5b595dbb1f924d67aecf007a17ab672f", "links": {"self": "http://172.30.9.21:5000/v3/roles/5b595dbb1f924d67aecf007a17ab672f"}, "name": "CreateStackSuccessTests-5b284f69-6341-4d2-proj-role"}} 2018-10-26 10:05:05,562 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-d3be84b3-8f30-4995-a208-8f09fc89c667 2018-10-26 10:05:05,563 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-5b284f69-6341-4d2-proj-role 2018-10-26 10:05:05,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/5b595dbb1f924d67aecf007a17ab672f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76630c129e6a3e77509b4bf8e54ee12b557235f5" 2018-10-26 10:05:05,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4744c22-12df-4c34-bfb0-d78104ccc988 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/5b595dbb1f924d67aecf007a17ab672f"}, "domain_id": null, "name": "CreateStackSuccessTests-5b284f69-6341-4d2-proj-role", "id": "5b595dbb1f924d67aecf007a17ab672f"}} 2018-10-26 10:05:05,648 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/5b595dbb1f924d67aecf007a17ab672f used request id req-e4744c22-12df-4c34-bfb0-d78104ccc988 2018-10-26 10:05:05,649 - keystone_utils - INFO - Granting role CreateStackSuccessTests-5b284f69-6341-4d2-proj-role to project CreateStackSuccessTests-5b284f69-6341-4d2-proj 2018-10-26 10:05:05,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/8b46be75a24b4e37ade572d9e8f426cb/users/2237ecdaa30e436d9064e064801e643d/roles/5b595dbb1f924d67aecf007a17ab672f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76630c129e6a3e77509b4bf8e54ee12b557235f5" 2018-10-26 10:05:05,787 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:05:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e6c76f34-2d24-4387-a3d1-f585e2ab64aa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:05:05,787 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/8b46be75a24b4e37ade572d9e8f426cb/users/2237ecdaa30e436d9064e064801e643d/roles/5b595dbb1f924d67aecf007a17ab672f used request id req-e6c76f34-2d24-4387-a3d1-f585e2ab64aa 2018-10-26 10:05:05,787 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-26 10:05:05,787 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-26 10:05:05,788 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:05:05,788 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:05:06,171 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5b595dbb1f924d67aecf007a17ab672f", "name": "CreateStackSuccessTests-5b284f69-6341-4d2-proj-role"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:05:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8b46be75a24b4e37ade572d9e8f426cb", "name": "CreateStackSuccessTests-5b284f69-6341-4d2-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/8b46be75a24b4e37ade572d9e8f426cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/8b46be75a24b4e37ade572d9e8f426cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/8b46be75a24b4e37ade572d9e8f426cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/8b46be75a24b4e37ade572d9e8f426cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/8b46be75a24b4e37ade572d9e8f426cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/8b46be75a24b4e37ade572d9e8f426cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/8b46be75a24b4e37ade572d9e8f426cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/8b46be75a24b4e37ade572d9e8f426cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/8b46be75a24b4e37ade572d9e8f426cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/8b46be75a24b4e37ade572d9e8f426cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/8b46be75a24b4e37ade572d9e8f426cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-5b284f69-6341-4d2-user", "id": "2237ecdaa30e436d9064e064801e643d"}, "audit_ids": ["qy40zYOSTwOMCIyOejerYg"], "issued_at": "2018-10-26T10:05:06.000000Z"}} 2018-10-26 10:05:06,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}905a64b02c5979537736cbed2aa7964549e96092" 2018-10-26 10:05:06,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdce964f-3bcd-4a37-a01c-317e7cb77f10 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:05:06,243 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-fdce964f-3bcd-4a37-a01c-317e7cb77f10 2018-10-26 10:05:06,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}905a64b02c5979537736cbed2aa7964549e96092" 2018-10-26 10:05:06,435 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-410d7a60-aa7f-4c40-aab4-4e7e067c405e Date: Fri, 26 Oct 2018 10:05:06 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-image"} 2018-10-26 10:05:06,435 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-image used request id req-410d7a60-aa7f-4c40-aab4-4e7e067c405e 2018-10-26 10:05:06,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}905a64b02c5979537736cbed2aa7964549e96092" 2018-10-26 10:05:06,602 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-68cc8e5e-ceec-4b15-936a-c67b07784e13 Date: Fri, 26 Oct 2018 10:05: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-26 10:05:06,602 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-68cc8e5e-ceec-4b15-936a-c67b07784e13 2018-10-26 10:05:06,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}905a64b02c5979537736cbed2aa7964549e96092" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-image"}' 2018-10-26 10:05:06,817 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/5a944472-2ae9-4c4a-aeb9-277d8ebfce00 X-Openstack-Request-Id: req-77c4ad81-3330-479d-a8e4-433450dbec51 Date: Fri, 26 Oct 2018 10:05:06 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:05:06Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-26T10:05:06Z", "visibility": "shared", "locations": [], "self": "/v2/images/5a944472-2ae9-4c4a-aeb9-277d8ebfce00", "min_disk": 0, "protected": false, "id": "5a944472-2ae9-4c4a-aeb9-277d8ebfce00", "file": "/v2/images/5a944472-2ae9-4c4a-aeb9-277d8ebfce00/file", "checksum": null, "owner": "8b46be75a24b4e37ade572d9e8f426cb", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:05:06,817 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-77c4ad81-3330-479d-a8e4-433450dbec51 2018-10-26 10:05:06,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/5a944472-2ae9-4c4a-aeb9-277d8ebfce00/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}905a64b02c5979537736cbed2aa7964549e96092" -d '' 2018-10-26 10:05:08,293 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4e07618c-81c7-4605-977b-a3ceed5f59c6 Date: Fri, 26 Oct 2018 10:05: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-26 10:05:08,293 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/5a944472-2ae9-4c4a-aeb9-277d8ebfce00/file used request id req-4e07618c-81c7-4605-977b-a3ceed5f59c6 2018-10-26 10:05:08,293 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 10:05:08,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/5a944472-2ae9-4c4a-aeb9-277d8ebfce00 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}905a64b02c5979537736cbed2aa7964549e96092" 2018-10-26 10:05:08,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-e732a22b-ef51-402a-aa39-6cda5bec5391 Date: Fri, 26 Oct 2018 10:05:08 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:05:06Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T10:05:08Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/5a944472-2ae9-4c4a-aeb9-277d8ebfce00/snap", "metadata": {}}], "self": "/v2/images/5a944472-2ae9-4c4a-aeb9-277d8ebfce00", "min_disk": 0, "protected": false, "id": "5a944472-2ae9-4c4a-aeb9-277d8ebfce00", "file": "/v2/images/5a944472-2ae9-4c4a-aeb9-277d8ebfce00/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8b46be75a24b4e37ade572d9e8f426cb", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/5a944472-2ae9-4c4a-aeb9-277d8ebfce00/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:05:08,460 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/5a944472-2ae9-4c4a-aeb9-277d8ebfce00 used request id req-e732a22b-ef51-402a-aa39-6cda5bec5391 2018-10-26 10:05:08,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}905a64b02c5979537736cbed2aa7964549e96092" 2018-10-26 10:05:08,622 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-86d82413-25d3-4c1c-b775-b16c31fd7704 Date: Fri, 26 Oct 2018 10:05: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-26 10:05:08,622 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-86d82413-25d3-4c1c-b775-b16c31fd7704 2018-10-26 10:05:08,625 - create_image - INFO - Created image with name - CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-image 2018-10-26 10:05:08,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/5a944472-2ae9-4c4a-aeb9-277d8ebfce00 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}905a64b02c5979537736cbed2aa7964549e96092" 2018-10-26 10:05:08,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-16637ba1-6601-4f9d-897d-301ef3b63788 Date: Fri, 26 Oct 2018 10:05:08 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:05:06Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T10:05:08Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/5a944472-2ae9-4c4a-aeb9-277d8ebfce00/snap", "metadata": {}}], "self": "/v2/images/5a944472-2ae9-4c4a-aeb9-277d8ebfce00", "min_disk": 0, "protected": false, "id": "5a944472-2ae9-4c4a-aeb9-277d8ebfce00", "file": "/v2/images/5a944472-2ae9-4c4a-aeb9-277d8ebfce00/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8b46be75a24b4e37ade572d9e8f426cb", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/5a944472-2ae9-4c4a-aeb9-277d8ebfce00/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:05:08,802 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/5a944472-2ae9-4c4a-aeb9-277d8ebfce00 used request id req-16637ba1-6601-4f9d-897d-301ef3b63788 2018-10-26 10:05:08,803 - create_image - DEBUG - Instance status is - active 2018-10-26 10:05:08,803 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-image 2018-10-26 10:05:08,803 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-image 2018-10-26 10:05:08,803 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:05:08,804 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:05:09,196 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:05:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["wVPIfUkWSRitNZ1c7J7mPQ"], "issued_at": "2018-10-26T10:05:09.000000Z"}} 2018-10-26 10:05:09,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6aa8e6b8db2171945ee254861c5ea2b6ddfc414" 2018-10-26 10:05:09,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b1ede25-f183-4e30-8f01-3db27d10f17d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:05:09,280 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5b1ede25-f183-4e30-8f01-3db27d10f17d 2018-10-26 10:05:09,281 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:05:09,286 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6aa8e6b8db2171945ee254861c5ea2b6ddfc414" 2018-10-26 10:05:09,471 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-444dc882-598a-4f8c-a931-1f4bc7bb329a x-compute-request-id: req-444dc882-598a-4f8c-a931-1f4bc7bb329a Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-26 10:05:09,471 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-444dc882-598a-4f8c-a931-1f4bc7bb329a 2018-10-26 10:05:09,475 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6aa8e6b8db2171945ee254861c5ea2b6ddfc414" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-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-26 10:05:09,524 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a84fc599-7bd8-4c73-b508-f93bbace01ff x-compute-request-id: req-a84fc599-7bd8-4c73-b508-f93bbace01ff Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/ce0af247-fc47-4300-b433-1518b6415e90", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/ce0af247-fc47-4300-b433-1518b6415e90", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "ce0af247-fc47-4300-b433-1518b6415e90", "name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 10:05:09,524 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-a84fc599-7bd8-4c73-b508-f93bbace01ff 2018-10-26 10:05:09,551 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:05:09,552 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:05:09,923 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5b595dbb1f924d67aecf007a17ab672f", "name": "CreateStackSuccessTests-5b284f69-6341-4d2-proj-role"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:05:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8b46be75a24b4e37ade572d9e8f426cb", "name": "CreateStackSuccessTests-5b284f69-6341-4d2-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/8b46be75a24b4e37ade572d9e8f426cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/8b46be75a24b4e37ade572d9e8f426cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/8b46be75a24b4e37ade572d9e8f426cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/8b46be75a24b4e37ade572d9e8f426cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/8b46be75a24b4e37ade572d9e8f426cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/8b46be75a24b4e37ade572d9e8f426cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/8b46be75a24b4e37ade572d9e8f426cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/8b46be75a24b4e37ade572d9e8f426cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/8b46be75a24b4e37ade572d9e8f426cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/8b46be75a24b4e37ade572d9e8f426cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/8b46be75a24b4e37ade572d9e8f426cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-5b284f69-6341-4d2-user", "id": "2237ecdaa30e436d9064e064801e643d"}, "audit_ids": ["LQIfDTJHRwCyRK_MOzTzDQ"], "issued_at": "2018-10-26T10:05:09.000000Z"}} 2018-10-26 10:05:09,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1513e283a03780f51c32f0e6ea9e46cfe3057ddc" 2018-10-26 10:05:10,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e67c31ff-c5ed-4d83-8ad9-02437c0b781b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:05:10,006 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e67c31ff-c5ed-4d83-8ad9-02437c0b781b 2018-10-26 10:05:10,007 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:05:10,010 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-26 10:05:10,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1513e283a03780f51c32f0e6ea9e46cfe3057ddc" 2018-10-26 10:05:10,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:10 GMT Server: Apache x-openstack-request-id: req-16cd86ca-730d-4ffb-9a8a-2250f5d3de59 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-10-26 10:05:10,171 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack used request id req-16cd86ca-730d-4ffb-9a8a-2250f5d3de59 2018-10-26 10:05:10,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1513e283a03780f51c32f0e6ea9e46cfe3057ddc" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-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-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-net", "inst_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-inst", "subnet_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-subnet", "image_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-image", "flavor_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-flavor-name"}}' 2018-10-26 10:05:12,352 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:05:10 GMT Server: Apache x-openstack-request-id: req-8021f21c-032d-484b-8dc5-74752e5b26cd Location: http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack/481b6bf8-dd29-463b-95ec-3f8cb75a57ee Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "481b6bf8-dd29-463b-95ec-3f8cb75a57ee", "links": [{"href": "http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack/481b6bf8-dd29-463b-95ec-3f8cb75a57ee", "rel": "self"}]}} 2018-10-26 10:05:12,352 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks used request id req-8021f21c-032d-484b-8dc5-74752e5b26cd 2018-10-26 10:05:12,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/481b6bf8-dd29-463b-95ec-3f8cb75a57ee -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1513e283a03780f51c32f0e6ea9e46cfe3057ddc" 2018-10-26 10:05:12,522 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:05:12 GMT Server: Apache x-openstack-request-id: req-49b3f751-4962-4906-a67b-6836741e1f1b Location: http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack/481b6bf8-dd29-463b-95ec-3f8cb75a57ee Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack/481b6bf8-dd29-463b-95ec-3f8cb75a57ee;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:05:12,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:12 GMT Server: Apache x-openstack-request-id: req-bf2a5044-d44d-42b2-9703-26c01d0ee4e9 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": "8b46be75a24b4e37ade572d9e8f426cb", "OS::stack_id": "481b6bf8-dd29-463b-95ec-3f8cb75a57ee", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack", "image_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-image", "inst_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-inst", "subnet_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-subnet", "net_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-net", "flavor_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack", "stack_user_project_id": "36476aa7342041e3b72242a713b466b3", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T10:05:11Z", "links": [{"href": "http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack/481b6bf8-dd29-463b-95ec-3f8cb75a57ee", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "481b6bf8-dd29-463b-95ec-3f8cb75a57ee", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:05:12,795 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack/481b6bf8-dd29-463b-95ec-3f8cb75a57ee used request id req-bf2a5044-d44d-42b2-9703-26c01d0ee4e9 2018-10-26 10:05:12,795 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack 2018-10-26 10:05:12,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/481b6bf8-dd29-463b-95ec-3f8cb75a57ee -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1513e283a03780f51c32f0e6ea9e46cfe3057ddc" 2018-10-26 10:05:12,958 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:05:12 GMT Server: Apache x-openstack-request-id: req-e28aea36-fe69-4bbb-9ae3-3cc805912bbf Location: http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack/481b6bf8-dd29-463b-95ec-3f8cb75a57ee Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack/481b6bf8-dd29-463b-95ec-3f8cb75a57ee;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:05:13,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:12 GMT Server: Apache x-openstack-request-id: req-113dce84-8c73-4daf-b412-b5ef16e6786d 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": "8b46be75a24b4e37ade572d9e8f426cb", "OS::stack_id": "481b6bf8-dd29-463b-95ec-3f8cb75a57ee", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack", "image_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-image", "inst_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-inst", "subnet_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-subnet", "net_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-net", "flavor_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack", "stack_user_project_id": "36476aa7342041e3b72242a713b466b3", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T10:05:11Z", "links": [{"href": "http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack/481b6bf8-dd29-463b-95ec-3f8cb75a57ee", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "481b6bf8-dd29-463b-95ec-3f8cb75a57ee", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:05:13,221 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack/481b6bf8-dd29-463b-95ec-3f8cb75a57ee used request id req-113dce84-8c73-4daf-b412-b5ef16e6786d 2018-10-26 10:05:13,221 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-26 10:05:13,221 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:05:16,225 - create_stack - DEBUG - Stack status query timeout in 1196.57105589 2018-10-26 10:05:16,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/481b6bf8-dd29-463b-95ec-3f8cb75a57ee -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1513e283a03780f51c32f0e6ea9e46cfe3057ddc" 2018-10-26 10:05:16,254 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:05:16 GMT Server: Apache x-openstack-request-id: req-753c64ce-0a1e-44ca-b10c-fb5492e8b8c4 Location: http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack/481b6bf8-dd29-463b-95ec-3f8cb75a57ee Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack/481b6bf8-dd29-463b-95ec-3f8cb75a57ee;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:05:16,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:16 GMT Server: Apache x-openstack-request-id: req-6a8297f7-0eb0-4c27-a818-4e0dc9822fda 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": "8b46be75a24b4e37ade572d9e8f426cb", "OS::stack_id": "481b6bf8-dd29-463b-95ec-3f8cb75a57ee", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack", "image_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-image", "inst_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-inst", "subnet_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-subnet", "net_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-net", "flavor_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack", "stack_user_project_id": "36476aa7342041e3b72242a713b466b3", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T10:05:11Z", "links": [{"href": "http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack/481b6bf8-dd29-463b-95ec-3f8cb75a57ee", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "481b6bf8-dd29-463b-95ec-3f8cb75a57ee", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:05:16,451 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack/481b6bf8-dd29-463b-95ec-3f8cb75a57ee used request id req-6a8297f7-0eb0-4c27-a818-4e0dc9822fda 2018-10-26 10:05:16,452 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-26 10:05:16,452 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:05:19,455 - create_stack - DEBUG - Stack status query timeout in 1193.34073281 2018-10-26 10:05:19,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/481b6bf8-dd29-463b-95ec-3f8cb75a57ee -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1513e283a03780f51c32f0e6ea9e46cfe3057ddc" 2018-10-26 10:05:19,628 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:05:19 GMT Server: Apache x-openstack-request-id: req-bf242712-6989-4455-8da7-3b84139afe46 Location: http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack/481b6bf8-dd29-463b-95ec-3f8cb75a57ee Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack/481b6bf8-dd29-463b-95ec-3f8cb75a57ee;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:05:19,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:19 GMT Server: Apache x-openstack-request-id: req-c2b2d85d-40d0-4a2e-b120-b6ff9d8ec6f2 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": "8b46be75a24b4e37ade572d9e8f426cb", "OS::stack_id": "481b6bf8-dd29-463b-95ec-3f8cb75a57ee", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack", "image_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-image", "inst_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-inst", "subnet_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-subnet", "net_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-net", "flavor_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack", "stack_user_project_id": "36476aa7342041e3b72242a713b466b3", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T10:05:11Z", "links": [{"href": "http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack/481b6bf8-dd29-463b-95ec-3f8cb75a57ee", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "481b6bf8-dd29-463b-95ec-3f8cb75a57ee", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:05:19,946 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack/481b6bf8-dd29-463b-95ec-3f8cb75a57ee used request id req-c2b2d85d-40d0-4a2e-b120-b6ff9d8ec6f2 2018-10-26 10:05:19,946 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-26 10:05:19,946 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:05:22,949 - create_stack - DEBUG - Stack status query timeout in 1189.84615278 2018-10-26 10:05:22,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/481b6bf8-dd29-463b-95ec-3f8cb75a57ee -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1513e283a03780f51c32f0e6ea9e46cfe3057ddc" 2018-10-26 10:05:23,120 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:05:22 GMT Server: Apache x-openstack-request-id: req-34dd1f32-60df-4705-8344-1f79e6ce625e Location: http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack/481b6bf8-dd29-463b-95ec-3f8cb75a57ee Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack/481b6bf8-dd29-463b-95ec-3f8cb75a57ee;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:05:23,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:23 GMT Server: Apache x-openstack-request-id: req-d54611b8-f72f-471d-8e6f-80f900da1de0 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": "8b46be75a24b4e37ade572d9e8f426cb", "OS::stack_id": "481b6bf8-dd29-463b-95ec-3f8cb75a57ee", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack", "image_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-image", "inst_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-inst", "subnet_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-subnet", "net_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-net", "flavor_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack", "stack_user_project_id": "36476aa7342041e3b72242a713b466b3", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T10:05:11Z", "links": [{"href": "http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack/481b6bf8-dd29-463b-95ec-3f8cb75a57ee", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "481b6bf8-dd29-463b-95ec-3f8cb75a57ee", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:05:23,162 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack/481b6bf8-dd29-463b-95ec-3f8cb75a57ee used request id req-d54611b8-f72f-471d-8e6f-80f900da1de0 2018-10-26 10:05:23,162 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-26 10:05:23,162 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:05:26,165 - create_stack - DEBUG - Stack status query timeout in 1186.63014793 2018-10-26 10:05:26,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/481b6bf8-dd29-463b-95ec-3f8cb75a57ee -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1513e283a03780f51c32f0e6ea9e46cfe3057ddc" 2018-10-26 10:05:26,196 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:05:26 GMT Server: Apache x-openstack-request-id: req-512949a5-620a-46d6-8624-07dac624e751 Location: http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack/481b6bf8-dd29-463b-95ec-3f8cb75a57ee Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack/481b6bf8-dd29-463b-95ec-3f8cb75a57ee;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:05:26,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:26 GMT Server: Apache x-openstack-request-id: req-3d6e8358-49e6-488d-981a-c50718dbe163 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": "8b46be75a24b4e37ade572d9e8f426cb", "OS::stack_id": "481b6bf8-dd29-463b-95ec-3f8cb75a57ee", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack", "image_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-image", "inst_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-inst", "subnet_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-subnet", "net_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-net", "flavor_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack", "stack_user_project_id": "36476aa7342041e3b72242a713b466b3", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T10:05:11Z", "links": [{"href": "http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack/481b6bf8-dd29-463b-95ec-3f8cb75a57ee", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "481b6bf8-dd29-463b-95ec-3f8cb75a57ee", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:05:26,237 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack/481b6bf8-dd29-463b-95ec-3f8cb75a57ee used request id req-3d6e8358-49e6-488d-981a-c50718dbe163 2018-10-26 10:05:26,238 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-26 10:05:26,238 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:05:29,241 - create_stack - DEBUG - Stack status query timeout in 1183.55457783 2018-10-26 10:05:29,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/481b6bf8-dd29-463b-95ec-3f8cb75a57ee -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1513e283a03780f51c32f0e6ea9e46cfe3057ddc" 2018-10-26 10:05:29,431 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:05:29 GMT Server: Apache x-openstack-request-id: req-50302b5c-650a-4b87-9ced-3926d51e1429 Location: http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack/481b6bf8-dd29-463b-95ec-3f8cb75a57ee Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack/481b6bf8-dd29-463b-95ec-3f8cb75a57ee;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:05:29,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:29 GMT Server: Apache x-openstack-request-id: req-ad6c9bf9-a53e-4b1c-a4d3-a693c19f303d 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": "8b46be75a24b4e37ade572d9e8f426cb", "OS::stack_id": "481b6bf8-dd29-463b-95ec-3f8cb75a57ee", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack", "image_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-image", "inst_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-inst", "subnet_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-subnet", "net_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-net", "flavor_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack", "stack_user_project_id": "36476aa7342041e3b72242a713b466b3", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-26T10:05:11Z", "links": [{"href": "http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack/481b6bf8-dd29-463b-95ec-3f8cb75a57ee", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "481b6bf8-dd29-463b-95ec-3f8cb75a57ee", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:05:29,610 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack/481b6bf8-dd29-463b-95ec-3f8cb75a57ee used request id req-ad6c9bf9-a53e-4b1c-a4d3-a693c19f303d 2018-10-26 10:05:29,611 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-10-26 10:05:29,611 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack 2018-10-26 10:05:29,611 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack 2018-10-26 10:05:29,611 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:05:29,993 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5b595dbb1f924d67aecf007a17ab672f", "name": "CreateStackSuccessTests-5b284f69-6341-4d2-proj-role"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:05:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8b46be75a24b4e37ade572d9e8f426cb", "name": "CreateStackSuccessTests-5b284f69-6341-4d2-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/8b46be75a24b4e37ade572d9e8f426cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/8b46be75a24b4e37ade572d9e8f426cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/8b46be75a24b4e37ade572d9e8f426cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/8b46be75a24b4e37ade572d9e8f426cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/8b46be75a24b4e37ade572d9e8f426cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/8b46be75a24b4e37ade572d9e8f426cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/8b46be75a24b4e37ade572d9e8f426cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/8b46be75a24b4e37ade572d9e8f426cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/8b46be75a24b4e37ade572d9e8f426cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/8b46be75a24b4e37ade572d9e8f426cb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/8b46be75a24b4e37ade572d9e8f426cb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-5b284f69-6341-4d2-user", "id": "2237ecdaa30e436d9064e064801e643d"}, "audit_ids": ["VoeV3IQzSsCvdbwlWfQOtA"], "issued_at": "2018-10-26T10:05:29.000000Z"}} 2018-10-26 10:05:29,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/481b6bf8-dd29-463b-95ec-3f8cb75a57ee -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c15738dab6aaaf773d31cb2fd0b05ef06669eda" 2018-10-26 10:05:30,176 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:05:30 GMT Server: Apache x-openstack-request-id: req-7d9fa551-e356-4c3e-aa25-4df26cbc1378 Location: http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack/481b6bf8-dd29-463b-95ec-3f8cb75a57ee Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack/481b6bf8-dd29-463b-95ec-3f8cb75a57ee;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:05:30,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:30 GMT Server: Apache x-openstack-request-id: req-fe2ae22f-f857-42dd-abd2-d2195583c605 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": "8b46be75a24b4e37ade572d9e8f426cb", "OS::stack_id": "481b6bf8-dd29-463b-95ec-3f8cb75a57ee", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack", "image_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-image", "inst_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-inst", "subnet_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-subnet", "net_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-net", "flavor_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack", "stack_user_project_id": "36476aa7342041e3b72242a713b466b3", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-26T10:05:11Z", "links": [{"href": "http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack/481b6bf8-dd29-463b-95ec-3f8cb75a57ee", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "481b6bf8-dd29-463b-95ec-3f8cb75a57ee", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:05:30,364 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack/481b6bf8-dd29-463b-95ec-3f8cb75a57ee used request id req-fe2ae22f-f857-42dd-abd2-d2195583c605 2018-10-26 10:05:30,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/481b6bf8-dd29-463b-95ec-3f8cb75a57ee -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1513e283a03780f51c32f0e6ea9e46cfe3057ddc" 2018-10-26 10:05:30,526 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:05:30 GMT Server: Apache x-openstack-request-id: req-ef3a8254-61e6-40ed-9f98-6ef21eb0eaff Location: http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack/481b6bf8-dd29-463b-95ec-3f8cb75a57ee Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack/481b6bf8-dd29-463b-95ec-3f8cb75a57ee;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:05:30,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:30 GMT Server: Apache x-openstack-request-id: req-7728283d-6ae5-4cd8-a362-35dd5c2ff103 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": "8b46be75a24b4e37ade572d9e8f426cb", "OS::stack_id": "481b6bf8-dd29-463b-95ec-3f8cb75a57ee", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack", "image_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-image", "inst_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-inst", "subnet_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-subnet", "net_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-net", "flavor_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack", "stack_user_project_id": "36476aa7342041e3b72242a713b466b3", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-26T10:05:11Z", "links": [{"href": "http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack/481b6bf8-dd29-463b-95ec-3f8cb75a57ee", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "481b6bf8-dd29-463b-95ec-3f8cb75a57ee", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:05:30,569 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack/481b6bf8-dd29-463b-95ec-3f8cb75a57ee used request id req-7728283d-6ae5-4cd8-a362-35dd5c2ff103 2018-10-26 10:05:30,570 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack 2018-10-26 10:05:30,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/481b6bf8-dd29-463b-95ec-3f8cb75a57ee -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1513e283a03780f51c32f0e6ea9e46cfe3057ddc" 2018-10-26 10:05:30,600 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:05:30 GMT Server: Apache x-openstack-request-id: req-a79a0f58-4ac7-4f08-bd53-444d2f66d094 Location: http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack/481b6bf8-dd29-463b-95ec-3f8cb75a57ee Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack/481b6bf8-dd29-463b-95ec-3f8cb75a57ee;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:05:30,792 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:05:30 GMT Server: Apache x-openstack-request-id: req-fe1dcef1-8e54-4928-82d3-fd5c94d2ba4c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:05:30,792 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack/481b6bf8-dd29-463b-95ec-3f8cb75a57ee used request id req-fe1dcef1-8e54-4928-82d3-fd5c94d2ba4c 2018-10-26 10:05:30,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/481b6bf8-dd29-463b-95ec-3f8cb75a57ee -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1513e283a03780f51c32f0e6ea9e46cfe3057ddc" 2018-10-26 10:05:30,821 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:05:30 GMT Server: Apache x-openstack-request-id: req-1a25c4ae-631f-4f7b-8d7d-799071c72343 Location: http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack/481b6bf8-dd29-463b-95ec-3f8cb75a57ee Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack/481b6bf8-dd29-463b-95ec-3f8cb75a57ee;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:05:30,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:30 GMT Server: Apache x-openstack-request-id: req-dcba2c46-446a-4a88-8c8f-3dade43ef70b 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": "8b46be75a24b4e37ade572d9e8f426cb", "OS::stack_id": "481b6bf8-dd29-463b-95ec-3f8cb75a57ee", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack", "image_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-image", "inst_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-inst", "subnet_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-subnet", "net_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-net", "flavor_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack", "stack_user_project_id": "36476aa7342041e3b72242a713b466b3", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-26T10:05:11Z", "links": [{"href": "http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack/481b6bf8-dd29-463b-95ec-3f8cb75a57ee", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "481b6bf8-dd29-463b-95ec-3f8cb75a57ee", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:05:30,865 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack/481b6bf8-dd29-463b-95ec-3f8cb75a57ee used request id req-dcba2c46-446a-4a88-8c8f-3dade43ef70b 2018-10-26 10:05:30,865 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-10-26 10:05:30,865 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:05:33,868 - create_stack - DEBUG - Stack status query timeout in 1196.92420888 2018-10-26 10:05:33,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/481b6bf8-dd29-463b-95ec-3f8cb75a57ee -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1513e283a03780f51c32f0e6ea9e46cfe3057ddc" 2018-10-26 10:05:34,036 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:05:33 GMT Server: Apache x-openstack-request-id: req-99ec28b9-59c0-447c-96e8-b0872f9f67bf Location: http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack/481b6bf8-dd29-463b-95ec-3f8cb75a57ee Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack/481b6bf8-dd29-463b-95ec-3f8cb75a57ee;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:05:34,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:34 GMT Server: Apache x-openstack-request-id: req-bae7dfb3-5a9b-4d68-8352-cda34e3ca31b 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": "8b46be75a24b4e37ade572d9e8f426cb", "OS::stack_id": "481b6bf8-dd29-463b-95ec-3f8cb75a57ee", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack", "image_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-image", "inst_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-inst", "subnet_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-subnet", "flavor_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-flavor-name", "net_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack", "stack_user_project_id": "36476aa7342041e3b72242a713b466b3", "tags": null, "creation_time": "2018-10-26T10:05:11Z", "links": [{"href": "http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack/481b6bf8-dd29-463b-95ec-3f8cb75a57ee", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:05:30Z", "id": "481b6bf8-dd29-463b-95ec-3f8cb75a57ee", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:05:34,062 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack/481b6bf8-dd29-463b-95ec-3f8cb75a57ee used request id req-bae7dfb3-5a9b-4d68-8352-cda34e3ca31b 2018-10-26 10:05:34,063 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-26 10:05:34,063 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:05:37,066 - create_stack - DEBUG - Stack status query timeout in 1193.72646689 2018-10-26 10:05:37,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/481b6bf8-dd29-463b-95ec-3f8cb75a57ee -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1513e283a03780f51c32f0e6ea9e46cfe3057ddc" 2018-10-26 10:05:37,240 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:05:37 GMT Server: Apache x-openstack-request-id: req-695cc88d-3741-4474-b87c-eb7cbe6961b6 Location: http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack/481b6bf8-dd29-463b-95ec-3f8cb75a57ee Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack/481b6bf8-dd29-463b-95ec-3f8cb75a57ee;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:05:37,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:37 GMT Server: Apache x-openstack-request-id: req-a2658c31-8ea2-4825-a1b7-416750efd2c4 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": "8b46be75a24b4e37ade572d9e8f426cb", "OS::stack_id": "481b6bf8-dd29-463b-95ec-3f8cb75a57ee", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack", "image_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-image", "inst_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-inst", "subnet_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-subnet", "flavor_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-flavor-name", "net_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack", "stack_user_project_id": "36476aa7342041e3b72242a713b466b3", "tags": null, "creation_time": "2018-10-26T10:05:11Z", "links": [{"href": "http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack/481b6bf8-dd29-463b-95ec-3f8cb75a57ee", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:05:30Z", "id": "481b6bf8-dd29-463b-95ec-3f8cb75a57ee", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:05:37,282 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack/481b6bf8-dd29-463b-95ec-3f8cb75a57ee used request id req-a2658c31-8ea2-4825-a1b7-416750efd2c4 2018-10-26 10:05:37,283 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-26 10:05:37,283 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:05:40,286 - create_stack - DEBUG - Stack status query timeout in 1190.50637579 2018-10-26 10:05:40,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/481b6bf8-dd29-463b-95ec-3f8cb75a57ee -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1513e283a03780f51c32f0e6ea9e46cfe3057ddc" 2018-10-26 10:05:40,317 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:05:40 GMT Server: Apache x-openstack-request-id: req-44943f0f-1a84-4959-bffa-e38429150d39 Location: http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack/481b6bf8-dd29-463b-95ec-3f8cb75a57ee Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack/481b6bf8-dd29-463b-95ec-3f8cb75a57ee;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:05:40,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:40 GMT Server: Apache x-openstack-request-id: req-5d35f013-afbd-4617-91ad-07142f6c18cd 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": "8b46be75a24b4e37ade572d9e8f426cb", "OS::stack_id": "481b6bf8-dd29-463b-95ec-3f8cb75a57ee", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack", "image_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-image", "inst_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-inst", "subnet_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-subnet", "flavor_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-flavor-name", "net_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack", "stack_user_project_id": "36476aa7342041e3b72242a713b466b3", "tags": null, "creation_time": "2018-10-26T10:05:11Z", "links": [{"href": "http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack/481b6bf8-dd29-463b-95ec-3f8cb75a57ee", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:05:30Z", "id": "481b6bf8-dd29-463b-95ec-3f8cb75a57ee", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:05:40,359 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack/481b6bf8-dd29-463b-95ec-3f8cb75a57ee used request id req-5d35f013-afbd-4617-91ad-07142f6c18cd 2018-10-26 10:05:40,360 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-26 10:05:40,360 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:05:43,361 - create_stack - DEBUG - Stack status query timeout in 1187.43165088 2018-10-26 10:05:43,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/481b6bf8-dd29-463b-95ec-3f8cb75a57ee -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1513e283a03780f51c32f0e6ea9e46cfe3057ddc" 2018-10-26 10:05:43,564 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:05:43 GMT Server: Apache x-openstack-request-id: req-08baa551-e8ca-42b0-baaf-92bf9a241f7f Location: http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack/481b6bf8-dd29-463b-95ec-3f8cb75a57ee Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack/481b6bf8-dd29-463b-95ec-3f8cb75a57ee;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:05:43,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:43 GMT Server: Apache x-openstack-request-id: req-ab515177-ceee-4711-8474-274889c2149a 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": "8b46be75a24b4e37ade572d9e8f426cb", "OS::stack_id": "481b6bf8-dd29-463b-95ec-3f8cb75a57ee", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack", "image_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-image", "inst_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-inst", "subnet_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-subnet", "flavor_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-flavor-name", "net_name": "CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-net"}, "deletion_time": "2018-10-26T10:05:42Z", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack", "stack_user_project_id": "36476aa7342041e3b72242a713b466b3", "tags": null, "creation_time": "2018-10-26T10:05:11Z", "links": [{"href": "http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack/481b6bf8-dd29-463b-95ec-3f8cb75a57ee", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-10-26T10:05:30Z", "id": "481b6bf8-dd29-463b-95ec-3f8cb75a57ee", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:05:43,591 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack/481b6bf8-dd29-463b-95ec-3f8cb75a57ee used request id req-ab515177-ceee-4711-8474-274889c2149a 2018-10-26 10:05:43,591 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-10-26 10:05:43,591 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack 2018-10-26 10:05:43,592 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack 2018-10-26 10:05:43,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/481b6bf8-dd29-463b-95ec-3f8cb75a57ee -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1513e283a03780f51c32f0e6ea9e46cfe3057ddc" 2018-10-26 10:05:43,619 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:05:43 GMT Server: Apache x-openstack-request-id: req-21e2b2cd-59a2-4c1b-9ab0-9a29b5d6e598 Location: http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack/481b6bf8-dd29-463b-95ec-3f8cb75a57ee Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack/481b6bf8-dd29-463b-95ec-3f8cb75a57ee;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:05:43,644 - keystoneauth.session - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 10:05:43 GMT Server: Apache x-openstack-request-id: req-58d723e1-c0b2-4f9e-9d5c-aa19ef88ce4c Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-10-26 10:05:43,644 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/8b46be75a24b4e37ade572d9e8f426cb/stacks/CreateStackSuccessTests-CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-stack/481b6bf8-dd29-463b-95ec-3f8cb75a57ee used request id req-58d723e1-c0b2-4f9e-9d5c-aa19ef88ce4c 2018-10-26 10:05:43,645 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-da9f43f1-4c78-49d1-a20a-db2f750d2fa4-image 2018-10-26 10:05:43,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/5a944472-2ae9-4c4a-aeb9-277d8ebfce00 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}905a64b02c5979537736cbed2aa7964549e96092" 2018-10-26 10:05:44,407 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-78ab44cb-cd2f-40bd-a059-74ce223b7c18 Date: Fri, 26 Oct 2018 10:05: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-26 10:05:44,407 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/5a944472-2ae9-4c4a-aeb9-277d8ebfce00 used request id req-78ab44cb-cd2f-40bd-a059-74ce223b7c18 2018-10-26 10:05:44,411 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/ce0af247-fc47-4300-b433-1518b6415e90 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6aa8e6b8db2171945ee254861c5ea2b6ddfc414" 2018-10-26 10:05:44,452 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10:05:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b06470fc-fe50-4c98-ac91-f698876eab59 x-compute-request-id: req-b06470fc-fe50-4c98-ac91-f698876eab59 Content-Length: 0 Content-Type: application/json 2018-10-26 10:05:44,452 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/ce0af247-fc47-4300-b433-1518b6415e90 used request id req-b06470fc-fe50-4c98-ac91-f698876eab59 2018-10-26 10:05:44,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76630c129e6a3e77509b4bf8e54ee12b557235f5" 2018-10-26 10:05:44,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-01f3e899-204a-48a4-916c-feee53c1c56f Date: Fri, 26 Oct 2018 10:05:44 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8b46be75a24b4e37ade572d9e8f426cb", "created_at": "2018-10-26T10:05:12Z", "updated_at": "2018-10-26T10:05:12Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:05:12Z", "revision_number": 0, "id": "67667fd6-19e7-45a8-9e94-9559e3a32053", "remote_group_id": "b8b2a2fa-31c8-490b-a66c-6aa6d747ee71", "remote_ip_prefix": null, "created_at": "2018-10-26T10:05:12Z", "security_group_id": "b8b2a2fa-31c8-490b-a66c-6aa6d747ee71", "tenant_id": "8b46be75a24b4e37ade572d9e8f426cb", "port_range_min": null, "ethertype": "IPv6", "project_id": "8b46be75a24b4e37ade572d9e8f426cb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:05:12Z", "revision_number": 0, "id": "a83757fb-025e-41cf-889e-ea71422adaf6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:05:12Z", "security_group_id": "b8b2a2fa-31c8-490b-a66c-6aa6d747ee71", "tenant_id": "8b46be75a24b4e37ade572d9e8f426cb", "port_range_min": null, "ethertype": "IPv6", "project_id": "8b46be75a24b4e37ade572d9e8f426cb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:05:12Z", "revision_number": 0, "id": "d6fe2536-6f6c-4be3-a142-f63fc3320360", "remote_group_id": "b8b2a2fa-31c8-490b-a66c-6aa6d747ee71", "remote_ip_prefix": null, "created_at": "2018-10-26T10:05:12Z", "security_group_id": "b8b2a2fa-31c8-490b-a66c-6aa6d747ee71", "tenant_id": "8b46be75a24b4e37ade572d9e8f426cb", "port_range_min": null, "ethertype": "IPv4", "project_id": "8b46be75a24b4e37ade572d9e8f426cb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:05:12Z", "revision_number": 0, "id": "f7957017-9663-482f-9ee1-896e685fca77", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:05:12Z", "security_group_id": "b8b2a2fa-31c8-490b-a66c-6aa6d747ee71", "tenant_id": "8b46be75a24b4e37ade572d9e8f426cb", "port_range_min": null, "ethertype": "IPv4", "project_id": "8b46be75a24b4e37ade572d9e8f426cb"}], "revision_number": 4, "project_id": "8b46be75a24b4e37ade572d9e8f426cb", "id": "b8b2a2fa-31c8-490b-a66c-6aa6d747ee71", "name": "default"}]} 2018-10-26 10:05:44,670 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-01f3e899-204a-48a4-916c-feee53c1c56f 2018-10-26 10:05:44,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76630c129e6a3e77509b4bf8e54ee12b557235f5" 2018-10-26 10:05:44,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c4b9d7c-d61f-41ef-889c-4968d614ef0b 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 10:05:44,755 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-2c4b9d7c-d61f-41ef-889c-4968d614ef0b 2018-10-26 10:05:44,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76630c129e6a3e77509b4bf8e54ee12b557235f5" 2018-10-26 10:05:44,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92da103d-a7dd-4458-b72d-4db15dfd8abd 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 10:05:44,851 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-92da103d-a7dd-4458-b72d-4db15dfd8abd 2018-10-26 10:05:44,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76630c129e6a3e77509b4bf8e54ee12b557235f5" 2018-10-26 10:05:44,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f38b2152-fa44-454b-9a13-f498c927b1ff 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 10:05:44,947 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-f38b2152-fa44-454b-9a13-f498c927b1ff 2018-10-26 10:05:44,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8b46be75a24b4e37ade572d9e8f426cb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76630c129e6a3e77509b4bf8e54ee12b557235f5" 2018-10-26 10:05:45,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46aaee0e-118b-491c-a0da-262a783ef31b Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8b46be75a24b4e37ade572d9e8f426cb"}, "enabled": true, "id": "8b46be75a24b4e37ade572d9e8f426cb", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-5b284f69-6341-4d2-proj"}} 2018-10-26 10:05:45,032 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8b46be75a24b4e37ade572d9e8f426cb used request id req-46aaee0e-118b-491c-a0da-262a783ef31b 2018-10-26 10:05:45,032 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b8b2a2fa-31c8-490b-a66c-6aa6d747ee71 2018-10-26 10:05:45,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b8b2a2fa-31c8-490b-a66c-6aa6d747ee71 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76630c129e6a3e77509b4bf8e54ee12b557235f5" 2018-10-26 10:05:45,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-3f42cf8a-9f52-4650-b7af-c11c71cb6e2c Date: Fri, 26 Oct 2018 10:05:45 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "b8b2a2fa-31c8-490b-a66c-6aa6d747ee71", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:05:12Z", "security_group_id": "b8b2a2fa-31c8-490b-a66c-6aa6d747ee71", "port_range_min": null, "revision_number": 0, "tenant_id": "8b46be75a24b4e37ade572d9e8f426cb", "created_at": "2018-10-26T10:05:12Z", "project_id": "8b46be75a24b4e37ade572d9e8f426cb", "id": "67667fd6-19e7-45a8-9e94-9559e3a32053"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:05:12Z", "security_group_id": "b8b2a2fa-31c8-490b-a66c-6aa6d747ee71", "port_range_min": null, "revision_number": 0, "tenant_id": "8b46be75a24b4e37ade572d9e8f426cb", "created_at": "2018-10-26T10:05:12Z", "project_id": "8b46be75a24b4e37ade572d9e8f426cb", "id": "a83757fb-025e-41cf-889e-ea71422adaf6"}, {"remote_group_id": "b8b2a2fa-31c8-490b-a66c-6aa6d747ee71", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:05:12Z", "security_group_id": "b8b2a2fa-31c8-490b-a66c-6aa6d747ee71", "port_range_min": null, "revision_number": 0, "tenant_id": "8b46be75a24b4e37ade572d9e8f426cb", "created_at": "2018-10-26T10:05:12Z", "project_id": "8b46be75a24b4e37ade572d9e8f426cb", "id": "d6fe2536-6f6c-4be3-a142-f63fc3320360"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:05:12Z", "security_group_id": "b8b2a2fa-31c8-490b-a66c-6aa6d747ee71", "port_range_min": null, "revision_number": 0, "tenant_id": "8b46be75a24b4e37ade572d9e8f426cb", "created_at": "2018-10-26T10:05:12Z", "project_id": "8b46be75a24b4e37ade572d9e8f426cb", "id": "f7957017-9663-482f-9ee1-896e685fca77"}]} 2018-10-26 10:05:45,214 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b8b2a2fa-31c8-490b-a66c-6aa6d747ee71 used request id req-3f42cf8a-9f52-4650-b7af-c11c71cb6e2c 2018-10-26 10:05:45,215 - neutron_utils - INFO - Deleting security group with name - default 2018-10-26 10:05:45,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/b8b2a2fa-31c8-490b-a66c-6aa6d747ee71 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76630c129e6a3e77509b4bf8e54ee12b557235f5" 2018-10-26 10:05:45,552 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1fd3f5e6-248b-4e26-9cad-e7ed46ebdea2 Content-Length: 0 Date: Fri, 26 Oct 2018 10:05:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:05:45,552 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/b8b2a2fa-31c8-490b-a66c-6aa6d747ee71 used request id req-1fd3f5e6-248b-4e26-9cad-e7ed46ebdea2 2018-10-26 10:05:45,553 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-5b284f69-6341-4d2-proj 2018-10-26 10:05:45,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/8b46be75a24b4e37ade572d9e8f426cb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76630c129e6a3e77509b4bf8e54ee12b557235f5" 2018-10-26 10:05:45,859 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:05:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fab7d0a3-559c-4ad7-8e0a-92b8f0747388 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:05:45,859 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/8b46be75a24b4e37ade572d9e8f426cb used request id req-fab7d0a3-559c-4ad7-8e0a-92b8f0747388 2018-10-26 10:05:45,859 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-5b284f69-6341-4d2-proj-role 2018-10-26 10:05:45,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/5b595dbb1f924d67aecf007a17ab672f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76630c129e6a3e77509b4bf8e54ee12b557235f5" 2018-10-26 10:05:45,969 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:05:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9971f960-72f0-479c-ba31-2a03375e450f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:05:45,969 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/5b595dbb1f924d67aecf007a17ab672f used request id req-9971f960-72f0-479c-ba31-2a03375e450f 2018-10-26 10:05:45,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76630c129e6a3e77509b4bf8e54ee12b557235f5" 2018-10-26 10:05:46,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d78e0bfb-66c5-4b7b-966a-ebfba23692c2 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:05:46,053 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-d78e0bfb-66c5-4b7b-966a-ebfba23692c2 2018-10-26 10:05:46,054 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-5b284f69-6341-4d2-user 2018-10-26 10:05:46,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/2237ecdaa30e436d9064e064801e643d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7702cc0cb38bcf8b3963c4def8fbac9c9522deae" 2018-10-26 10:05:46,277 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:05:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cbd7c386-8a06-4d89-8da9-4b621822ca0e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:05:46,277 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/2237ecdaa30e436d9064e064801e643d used request id req-cbd7c386-8a06-4d89-8da9-4b621822ca0e 2018-10-26 10:05:46,279 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:05:46,671 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:05:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["IwZr48XgTo2IuSV01Qif6g"], "issued_at": "2018-10-26T10:05:46.000000Z"}} 2018-10-26 10:05:46,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d04d608d28ab6a73dffae1b951e5c8af41e426af" 2018-10-26 10:05:46,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6c5c2a0-c228-48d9-b3d9-ac1ea96a3cfa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:05:46,751 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d6c5c2a0-c228-48d9-b3d9-ac1ea96a3cfa 2018-10-26 10:05:46,753 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:05:46,754 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:05:47,141 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:05:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["86ale1TmSoO0aWp__6CGqw"], "issued_at": "2018-10-26T10:05:47.000000Z"}} 2018-10-26 10:05:47,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92542c69658061b46ee877fd2cba68bc535b73e1" 2018-10-26 10:05:47,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c51af1e1-0967-4685-80e1-af6a47a2f980 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:05:47,231 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c51af1e1-0967-4685-80e1-af6a47a2f980 2018-10-26 10:05:47,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:05:47,242 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:05: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:05:47,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-d9c8ab56-1c47-47c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92542c69658061b46ee877fd2cba68bc535b73e1" 2018-10-26 10:05:47,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-522ae02e-833c-412f-a6a5-f19dda4ba6ae Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-d9c8ab56-1c47-47c-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 10:05:47,333 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-d9c8ab56-1c47-47c-proj used request id req-522ae02e-833c-412f-a6a5-f19dda4ba6ae 2018-10-26 10:05:47,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92542c69658061b46ee877fd2cba68bc535b73e1" 2018-10-26 10:05:47,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-713988ca-47ab-491b-8f79-f9babab10e70 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 10:05:47,426 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-713988ca-47ab-491b-8f79-f9babab10e70 2018-10-26 10:05:47,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92542c69658061b46ee877fd2cba68bc535b73e1" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-d9c8ab56-1c47-47c-proj"}}' 2018-10-26 10:05:47,533 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:05:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6d7865d4-c0fc-4163-af85-7fb72b34f20f Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/960cdb1a9a60438d9313c09eba865b5a"}, "enabled": true, "id": "960cdb1a9a60438d9313c09eba865b5a", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-d9c8ab56-1c47-47c-proj"}} 2018-10-26 10:05:47,533 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-6d7865d4-c0fc-4163-af85-7fb72b34f20f 2018-10-26 10:05:47,533 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-d9c8ab56-1c47-47c-proj 2018-10-26 10:05:47,533 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:05:47,534 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:05:47,917 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:05:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["sYagbIbZTjO9CUjqmY7LYA"], "issued_at": "2018-10-26T10:05:47.000000Z"}} 2018-10-26 10:05:47,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}785b335689822062efc6195df2f17413cc033d39" 2018-10-26 10:05:48,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37d25eb4-91f4-40d1-b5e6-81eb289407e0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:05:48,012 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-37d25eb4-91f4-40d1-b5e6-81eb289407e0 2018-10-26 10:05:48,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:05:48,018 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:05: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:05:48,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}785b335689822062efc6195df2f17413cc033d39" 2018-10-26 10:05:48,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bc4288f-5d3e-4e70-87e4-4edb22bdba97 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 10:05:48,122 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-3bc4288f-5d3e-4e70-87e4-4edb22bdba97 2018-10-26 10:05:48,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-d9c8ab56-1c47-47c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}785b335689822062efc6195df2f17413cc033d39" 2018-10-26 10:05:48,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78f625f9-cc6d-49b6-acf7-b8b168407a43 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-d9c8ab56-1c47-47c-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/960cdb1a9a60438d9313c09eba865b5a"}, "enabled": true, "id": "960cdb1a9a60438d9313c09eba865b5a", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-d9c8ab56-1c47-47c-proj"}]} 2018-10-26 10:05:48,216 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-d9c8ab56-1c47-47c-proj used request id req-78f625f9-cc6d-49b6-acf7-b8b168407a43 2018-10-26 10:05:48,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}785b335689822062efc6195df2f17413cc033d39" 2018-10-26 10:05:48,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4228f015-df38-487c-b028-ad8c897a7c44 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 10:05:48,301 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-4228f015-df38-487c-b028-ad8c897a7c44 2018-10-26 10:05:48,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}785b335689822062efc6195df2f17413cc033d39" 2018-10-26 10:05:48,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4413482-afbf-4e1c-800d-49e997ee744d Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:05:48,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-f4413482-afbf-4e1c-800d-49e997ee744d 2018-10-26 10:05:48,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-d9c8ab56-1c47-47c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}785b335689822062efc6195df2f17413cc033d39" 2018-10-26 10:05:48,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-880ad5e1-af72-4eae-a9e7-3e6071c95651 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-d9c8ab56-1c47-47c-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/960cdb1a9a60438d9313c09eba865b5a"}, "enabled": true, "id": "960cdb1a9a60438d9313c09eba865b5a", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-d9c8ab56-1c47-47c-proj"}]} 2018-10-26 10:05:48,864 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-d9c8ab56-1c47-47c-proj used request id req-880ad5e1-af72-4eae-a9e7-3e6071c95651 2018-10-26 10:05:48,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users/cc8b7fce6e744554a4907e28c7b65bbb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}785b335689822062efc6195df2f17413cc033d39" 2018-10-26 10:05:48,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cdafd96-eb5f-41ab-acdf-9187799cabd9 Content-Encoding: gzip Content-Length: 244 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-d9c8ab56-1c47-47c-user", "links": {"self": "http://172.30.9.21:5000/v3/users/cc8b7fce6e744554a4907e28c7b65bbb"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "960cdb1a9a60438d9313c09eba865b5a", "id": "cc8b7fce6e744554a4907e28c7b65bbb", "password_expires_at": null}} 2018-10-26 10:05:48,969 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/cc8b7fce6e744554a4907e28c7b65bbb used request id req-5cdafd96-eb5f-41ab-acdf-9187799cabd9 2018-10-26 10:05:48,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/960cdb1a9a60438d9313c09eba865b5a/users/cc8b7fce6e744554a4907e28c7b65bbb/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}785b335689822062efc6195df2f17413cc033d39" 2018-10-26 10:05:49,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0fe24f39-2b5f-4026-a225-1492ec72b4c9 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/960cdb1a9a60438d9313c09eba865b5a/users/cc8b7fce6e744554a4907e28c7b65bbb/roles", "previous": null, "next": null}, "roles": []} 2018-10-26 10:05:49,086 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/960cdb1a9a60438d9313c09eba865b5a/users/cc8b7fce6e744554a4907e28c7b65bbb/roles used request id req-0fe24f39-2b5f-4026-a225-1492ec72b4c9 2018-10-26 10:05:49,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}785b335689822062efc6195df2f17413cc033d39" 2018-10-26 10:05:49,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ea1552d-8e1e-4524-963c-0ebb1478b889 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "domain_id": null, "name": "heat_stack_owner", "id": "4f75e021dfe74c9ab7a3aee778a72c84"}} 2018-10-26 10:05:49,168 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84 used request id req-2ea1552d-8e1e-4524-963c-0ebb1478b889 2018-10-26 10:05:49,169 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-d9c8ab56-1c47-47c-proj 2018-10-26 10:05:49,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/960cdb1a9a60438d9313c09eba865b5a/users/cc8b7fce6e744554a4907e28c7b65bbb/roles/4f75e021dfe74c9ab7a3aee778a72c84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}785b335689822062efc6195df2f17413cc033d39" 2018-10-26 10:05:49,308 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:05:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1c160bc9-3800-42a5-8736-69ee84260f81 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:05:49,308 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/960cdb1a9a60438d9313c09eba865b5a/users/cc8b7fce6e744554a4907e28c7b65bbb/roles/4f75e021dfe74c9ab7a3aee778a72c84 used request id req-1c160bc9-3800-42a5-8736-69ee84260f81 2018-10-26 10:05:49,308 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-d9c8ab56-1c47-47c-user 2018-10-26 10:05:49,309 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:05:49,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92542c69658061b46ee877fd2cba68bc535b73e1" 2018-10-26 10:05:49,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef508e28-44dd-431c-8d81-48d92f4fcadd Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:05:49,403 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-ef508e28-44dd-431c-8d81-48d92f4fcadd 2018-10-26 10:05:49,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92542c69658061b46ee877fd2cba68bc535b73e1" -d '{"role": {"name": "CreateStackSuccessTests-d9c8ab56-1c47-47c-proj-role"}}' 2018-10-26 10:05:49,513 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:05:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-11a2bd40-5c83-448f-b60b-aa0076a80823 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "31ef3c8a0979438fa3a0dc970d5e8edb", "links": {"self": "http://172.30.9.21:5000/v3/roles/31ef3c8a0979438fa3a0dc970d5e8edb"}, "name": "CreateStackSuccessTests-d9c8ab56-1c47-47c-proj-role"}} 2018-10-26 10:05:49,513 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-11a2bd40-5c83-448f-b60b-aa0076a80823 2018-10-26 10:05:49,513 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-d9c8ab56-1c47-47c-proj-role 2018-10-26 10:05:49,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/31ef3c8a0979438fa3a0dc970d5e8edb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92542c69658061b46ee877fd2cba68bc535b73e1" 2018-10-26 10:05:49,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-363e9ea2-d4e1-4166-b6ba-062ef8a340a7 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/31ef3c8a0979438fa3a0dc970d5e8edb"}, "domain_id": null, "name": "CreateStackSuccessTests-d9c8ab56-1c47-47c-proj-role", "id": "31ef3c8a0979438fa3a0dc970d5e8edb"}} 2018-10-26 10:05:49,603 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/31ef3c8a0979438fa3a0dc970d5e8edb used request id req-363e9ea2-d4e1-4166-b6ba-062ef8a340a7 2018-10-26 10:05:49,603 - keystone_utils - INFO - Granting role CreateStackSuccessTests-d9c8ab56-1c47-47c-proj-role to project CreateStackSuccessTests-d9c8ab56-1c47-47c-proj 2018-10-26 10:05:49,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/960cdb1a9a60438d9313c09eba865b5a/users/cc8b7fce6e744554a4907e28c7b65bbb/roles/31ef3c8a0979438fa3a0dc970d5e8edb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92542c69658061b46ee877fd2cba68bc535b73e1" 2018-10-26 10:05:49,739 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:05:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7e7c2624-db46-4020-a34a-1d4c38a16561 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:05:49,740 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/960cdb1a9a60438d9313c09eba865b5a/users/cc8b7fce6e744554a4907e28c7b65bbb/roles/31ef3c8a0979438fa3a0dc970d5e8edb used request id req-7e7c2624-db46-4020-a34a-1d4c38a16561 2018-10-26 10:05:49,740 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-26 10:05:49,740 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-26 10:05:49,741 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:05:49,741 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:05:50,110 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}, {"id": "31ef3c8a0979438fa3a0dc970d5e8edb", "name": "CreateStackSuccessTests-d9c8ab56-1c47-47c-proj-role"}], "expires_at": "2018-10-26T11:05:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "960cdb1a9a60438d9313c09eba865b5a", "name": "CreateStackSuccessTests-d9c8ab56-1c47-47c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/960cdb1a9a60438d9313c09eba865b5a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/960cdb1a9a60438d9313c09eba865b5a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/960cdb1a9a60438d9313c09eba865b5a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/960cdb1a9a60438d9313c09eba865b5a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/960cdb1a9a60438d9313c09eba865b5a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/960cdb1a9a60438d9313c09eba865b5a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/960cdb1a9a60438d9313c09eba865b5a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/960cdb1a9a60438d9313c09eba865b5a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/960cdb1a9a60438d9313c09eba865b5a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/960cdb1a9a60438d9313c09eba865b5a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/960cdb1a9a60438d9313c09eba865b5a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-d9c8ab56-1c47-47c-user", "id": "cc8b7fce6e744554a4907e28c7b65bbb"}, "audit_ids": ["-ByCb7GfQvivGag_hjiOOQ"], "issued_at": "2018-10-26T10:05:50.000000Z"}} 2018-10-26 10:05:50,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01351492647d010042c5b1ca38d7a16605a751eb" 2018-10-26 10:05:50,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91da94d0-2cdb-4b02-89f2-692ac08baa38 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:05:50,193 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-91da94d0-2cdb-4b02-89f2-692ac08baa38 2018-10-26 10:05:50,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}01351492647d010042c5b1ca38d7a16605a751eb" 2018-10-26 10:05:50,396 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-50449f90-9611-49ff-82f1-e46941242124 Date: Fri, 26 Oct 2018 10:05:50 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-image"} 2018-10-26 10:05:50,396 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-image used request id req-50449f90-9611-49ff-82f1-e46941242124 2018-10-26 10:05:50,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}01351492647d010042c5b1ca38d7a16605a751eb" 2018-10-26 10:05:50,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-683111ca-c2c9-4928-ab6b-9b4d678f74b5 Date: Fri, 26 Oct 2018 10:05: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-26 10:05:50,635 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-683111ca-c2c9-4928-ab6b-9b4d678f74b5 2018-10-26 10:05:50,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}01351492647d010042c5b1ca38d7a16605a751eb" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-image"}' 2018-10-26 10:05:50,870 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/49878ab3-168b-4312-8ce7-47ee8fa09fd4 X-Openstack-Request-Id: req-b31569af-76d1-466a-aef4-e1a4f4ceb0d9 Date: Fri, 26 Oct 2018 10:05:50 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:05:50Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-26T10:05:50Z", "visibility": "shared", "locations": [], "self": "/v2/images/49878ab3-168b-4312-8ce7-47ee8fa09fd4", "min_disk": 0, "protected": false, "id": "49878ab3-168b-4312-8ce7-47ee8fa09fd4", "file": "/v2/images/49878ab3-168b-4312-8ce7-47ee8fa09fd4/file", "checksum": null, "owner": "960cdb1a9a60438d9313c09eba865b5a", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:05:50,871 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-b31569af-76d1-466a-aef4-e1a4f4ceb0d9 2018-10-26 10:05:50,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/49878ab3-168b-4312-8ce7-47ee8fa09fd4/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}01351492647d010042c5b1ca38d7a16605a751eb" -d '' 2018-10-26 10:05:52,255 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f83b4a24-19ba-497d-b1a0-71490cda96df Date: Fri, 26 Oct 2018 10:05: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-26 10:05:52,255 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/49878ab3-168b-4312-8ce7-47ee8fa09fd4/file used request id req-f83b4a24-19ba-497d-b1a0-71490cda96df 2018-10-26 10:05:52,256 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 10:05:52,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/49878ab3-168b-4312-8ce7-47ee8fa09fd4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}01351492647d010042c5b1ca38d7a16605a751eb" 2018-10-26 10:05:52,425 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-0b74d389-53ed-4139-9f02-0a28d7d975f0 Date: Fri, 26 Oct 2018 10:05:52 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:05:50Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T10:05:52Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/49878ab3-168b-4312-8ce7-47ee8fa09fd4/snap", "metadata": {}}], "self": "/v2/images/49878ab3-168b-4312-8ce7-47ee8fa09fd4", "min_disk": 0, "protected": false, "id": "49878ab3-168b-4312-8ce7-47ee8fa09fd4", "file": "/v2/images/49878ab3-168b-4312-8ce7-47ee8fa09fd4/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "960cdb1a9a60438d9313c09eba865b5a", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/49878ab3-168b-4312-8ce7-47ee8fa09fd4/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:05:52,426 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/49878ab3-168b-4312-8ce7-47ee8fa09fd4 used request id req-0b74d389-53ed-4139-9f02-0a28d7d975f0 2018-10-26 10:05:52,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}01351492647d010042c5b1ca38d7a16605a751eb" 2018-10-26 10:05:52,581 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4fc167f6-0a60-4370-a7d9-949559e673c0 Date: Fri, 26 Oct 2018 10:05: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-26 10:05:52,581 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-4fc167f6-0a60-4370-a7d9-949559e673c0 2018-10-26 10:05:52,584 - create_image - INFO - Created image with name - CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-image 2018-10-26 10:05:52,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/49878ab3-168b-4312-8ce7-47ee8fa09fd4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}01351492647d010042c5b1ca38d7a16605a751eb" 2018-10-26 10:05:52,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-172efbed-5442-4c52-b230-16d8b2c610dc Date: Fri, 26 Oct 2018 10:05:52 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:05:50Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T10:05:52Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/49878ab3-168b-4312-8ce7-47ee8fa09fd4/snap", "metadata": {}}], "self": "/v2/images/49878ab3-168b-4312-8ce7-47ee8fa09fd4", "min_disk": 0, "protected": false, "id": "49878ab3-168b-4312-8ce7-47ee8fa09fd4", "file": "/v2/images/49878ab3-168b-4312-8ce7-47ee8fa09fd4/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "960cdb1a9a60438d9313c09eba865b5a", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/49878ab3-168b-4312-8ce7-47ee8fa09fd4/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:05:52,752 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/49878ab3-168b-4312-8ce7-47ee8fa09fd4 used request id req-172efbed-5442-4c52-b230-16d8b2c610dc 2018-10-26 10:05:52,752 - create_image - DEBUG - Instance status is - active 2018-10-26 10:05:52,752 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-image 2018-10-26 10:05:52,753 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-image 2018-10-26 10:05:52,753 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:05:52,754 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:05:53,142 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:05:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["hAu1mC4WT7atjZkPx4Z09A"], "issued_at": "2018-10-26T10:05:53.000000Z"}} 2018-10-26 10:05:53,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b65127274733f149db0797df18a84b5d50cc5eca" 2018-10-26 10:05:53,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b34e67e-ae77-414e-8f36-8c1243bd4bff Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:05:53,222 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8b34e67e-ae77-414e-8f36-8c1243bd4bff 2018-10-26 10:05:53,223 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:05:53,228 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b65127274733f149db0797df18a84b5d50cc5eca" 2018-10-26 10:05:53,407 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-dde4aa0b-6f48-46b1-bf51-97f5f0808834 x-compute-request-id: req-dde4aa0b-6f48-46b1-bf51-97f5f0808834 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-26 10:05:53,407 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-dde4aa0b-6f48-46b1-bf51-97f5f0808834 2018-10-26 10:05:53,411 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b65127274733f149db0797df18a84b5d50cc5eca" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-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-26 10:05:53,453 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2a5903f0-9f51-4069-baeb-7d3e9c90391a x-compute-request-id: req-2a5903f0-9f51-4069-baeb-7d3e9c90391a Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/ad24639e-7af3-4799-b072-fc09b56f7235", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/ad24639e-7af3-4799-b072-fc09b56f7235", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "ad24639e-7af3-4799-b072-fc09b56f7235", "name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 10:05:53,453 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-2a5903f0-9f51-4069-baeb-7d3e9c90391a 2018-10-26 10:05:53,454 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:05:53,455 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:05:53,835 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}, {"id": "31ef3c8a0979438fa3a0dc970d5e8edb", "name": "CreateStackSuccessTests-d9c8ab56-1c47-47c-proj-role"}], "expires_at": "2018-10-26T11:05:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "960cdb1a9a60438d9313c09eba865b5a", "name": "CreateStackSuccessTests-d9c8ab56-1c47-47c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/960cdb1a9a60438d9313c09eba865b5a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/960cdb1a9a60438d9313c09eba865b5a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/960cdb1a9a60438d9313c09eba865b5a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/960cdb1a9a60438d9313c09eba865b5a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/960cdb1a9a60438d9313c09eba865b5a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/960cdb1a9a60438d9313c09eba865b5a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/960cdb1a9a60438d9313c09eba865b5a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/960cdb1a9a60438d9313c09eba865b5a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/960cdb1a9a60438d9313c09eba865b5a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/960cdb1a9a60438d9313c09eba865b5a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/960cdb1a9a60438d9313c09eba865b5a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-d9c8ab56-1c47-47c-user", "id": "cc8b7fce6e744554a4907e28c7b65bbb"}, "audit_ids": ["cb1YegDHTIK3VU1oo8jjlA"], "issued_at": "2018-10-26T10:05:53.000000Z"}} 2018-10-26 10:05:53,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d59a4c9eb070b270a5ed405487ae8c3acf34cdc" 2018-10-26 10:05:53,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f529348b-40e0-4643-9c2d-d3536506afb9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:05:53,921 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f529348b-40e0-4643-9c2d-d3536506afb9 2018-10-26 10:05:53,923 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:05:53,925 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-26 10:05:53,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d59a4c9eb070b270a5ed405487ae8c3acf34cdc" 2018-10-26 10:05:54,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:53 GMT Server: Apache x-openstack-request-id: req-d6450d5f-caf0-432a-a5e5-a7108c1faf06 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-10-26 10:05:54,098 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack used request id req-d6450d5f-caf0-432a-a5e5-a7108c1faf06 2018-10-26 10:05:54,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d59a4c9eb070b270a5ed405487ae8c3acf34cdc" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-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-3e0df2ea-150b-4749-85af-184aba213e5e-net", "inst_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-inst", "subnet_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-subnet", "image_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-image", "flavor_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-flavor-name"}}' 2018-10-26 10:05:56,363 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:05:54 GMT Server: Apache x-openstack-request-id: req-fd7e39d0-27f1-4a72-bdeb-01d6d9c6c540 Location: http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "45e6e2bd-1f2d-490d-b3ee-7589cfb473ee", "links": [{"href": "http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee", "rel": "self"}]}} 2018-10-26 10:05:56,363 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks used request id req-fd7e39d0-27f1-4a72-bdeb-01d6d9c6c540 2018-10-26 10:05:56,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d59a4c9eb070b270a5ed405487ae8c3acf34cdc" 2018-10-26 10:05:56,546 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:05:56 GMT Server: Apache x-openstack-request-id: req-bbca43b4-757e-441e-94fe-b9eb5de9baee Location: http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:05:56,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:56 GMT Server: Apache x-openstack-request-id: req-a5222160-40e0-4398-bd3b-3d8c21e4a915 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": "960cdb1a9a60438d9313c09eba865b5a", "OS::stack_id": "45e6e2bd-1f2d-490d-b3ee-7589cfb473ee", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack", "image_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-image", "inst_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-inst", "subnet_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-subnet", "net_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-net", "flavor_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack", "stack_user_project_id": "8fcf5cb2bd12413a8013a6d230c65c8d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T10:05:55Z", "links": [{"href": "http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "45e6e2bd-1f2d-490d-b3ee-7589cfb473ee", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:05:56,734 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee used request id req-a5222160-40e0-4398-bd3b-3d8c21e4a915 2018-10-26 10:05:56,734 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack 2018-10-26 10:05:56,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d59a4c9eb070b270a5ed405487ae8c3acf34cdc" 2018-10-26 10:05:56,763 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:05:56 GMT Server: Apache x-openstack-request-id: req-bd6a474b-c86e-4a22-94b5-bd4f3794ab05 Location: http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:05:56,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:56 GMT Server: Apache x-openstack-request-id: req-668ec07e-d232-4301-a85f-44a395b244b6 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": "960cdb1a9a60438d9313c09eba865b5a", "OS::stack_id": "45e6e2bd-1f2d-490d-b3ee-7589cfb473ee", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack", "image_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-image", "inst_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-inst", "subnet_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-subnet", "net_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-net", "flavor_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack", "stack_user_project_id": "8fcf5cb2bd12413a8013a6d230c65c8d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T10:05:55Z", "links": [{"href": "http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "45e6e2bd-1f2d-490d-b3ee-7589cfb473ee", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:05:56,805 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee used request id req-668ec07e-d232-4301-a85f-44a395b244b6 2018-10-26 10:05:56,805 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-26 10:05:56,805 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:05:59,808 - create_stack - DEBUG - Stack status query timeout in 1196.92604899 2018-10-26 10:05:59,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d59a4c9eb070b270a5ed405487ae8c3acf34cdc" 2018-10-26 10:05:59,984 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:05:59 GMT Server: Apache x-openstack-request-id: req-f67e990d-186b-43f6-8757-bc6c5ea7e703 Location: http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:06:00,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:05:59 GMT Server: Apache x-openstack-request-id: req-aa30377d-cf9e-40ea-bc86-145e14510891 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": "960cdb1a9a60438d9313c09eba865b5a", "OS::stack_id": "45e6e2bd-1f2d-490d-b3ee-7589cfb473ee", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack", "image_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-image", "inst_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-inst", "subnet_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-subnet", "net_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-net", "flavor_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack", "stack_user_project_id": "8fcf5cb2bd12413a8013a6d230c65c8d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T10:05:55Z", "links": [{"href": "http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "45e6e2bd-1f2d-490d-b3ee-7589cfb473ee", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:06:00,189 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee used request id req-aa30377d-cf9e-40ea-bc86-145e14510891 2018-10-26 10:06:00,189 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-26 10:06:00,190 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:06:03,191 - create_stack - DEBUG - Stack status query timeout in 1193.54386187 2018-10-26 10:06:03,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d59a4c9eb070b270a5ed405487ae8c3acf34cdc" 2018-10-26 10:06:03,359 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:06:03 GMT Server: Apache x-openstack-request-id: req-02dbc338-f59f-4097-8f98-3640c7bce86b Location: http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:06:03,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:06:03 GMT Server: Apache x-openstack-request-id: req-a33c9653-6307-4f53-a827-3d624f51df22 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": "960cdb1a9a60438d9313c09eba865b5a", "OS::stack_id": "45e6e2bd-1f2d-490d-b3ee-7589cfb473ee", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack", "image_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-image", "inst_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-inst", "subnet_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-subnet", "net_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-net", "flavor_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack", "stack_user_project_id": "8fcf5cb2bd12413a8013a6d230c65c8d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T10:05:55Z", "links": [{"href": "http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "45e6e2bd-1f2d-490d-b3ee-7589cfb473ee", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:06:03,548 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee used request id req-a33c9653-6307-4f53-a827-3d624f51df22 2018-10-26 10:06:03,549 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-26 10:06:03,549 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:06:06,552 - create_stack - DEBUG - Stack status query timeout in 1190.18239498 2018-10-26 10:06:06,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d59a4c9eb070b270a5ed405487ae8c3acf34cdc" 2018-10-26 10:06:06,722 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:06:06 GMT Server: Apache x-openstack-request-id: req-2d155a0c-72c7-4cc6-b7ec-cf52881636cf Location: http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:06:06,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:06:06 GMT Server: Apache x-openstack-request-id: req-8df62739-9c81-4e21-91f2-59b9ec6c2cd2 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": "960cdb1a9a60438d9313c09eba865b5a", "OS::stack_id": "45e6e2bd-1f2d-490d-b3ee-7589cfb473ee", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack", "image_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-image", "inst_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-inst", "subnet_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-subnet", "net_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-net", "flavor_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack", "stack_user_project_id": "8fcf5cb2bd12413a8013a6d230c65c8d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T10:05:55Z", "links": [{"href": "http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "45e6e2bd-1f2d-490d-b3ee-7589cfb473ee", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:06:06,899 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee used request id req-8df62739-9c81-4e21-91f2-59b9ec6c2cd2 2018-10-26 10:06:06,900 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-26 10:06:06,900 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:06:09,903 - create_stack - DEBUG - Stack status query timeout in 1186.83139992 2018-10-26 10:06:09,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d59a4c9eb070b270a5ed405487ae8c3acf34cdc" 2018-10-26 10:06:10,076 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:06:09 GMT Server: Apache x-openstack-request-id: req-13458312-e8d7-4685-bfa7-42b2c5c7d3e3 Location: http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:06:10,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:06:10 GMT Server: Apache x-openstack-request-id: req-c4cb00ad-c22a-46f7-815a-31fd531302e0 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": "960cdb1a9a60438d9313c09eba865b5a", "OS::stack_id": "45e6e2bd-1f2d-490d-b3ee-7589cfb473ee", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack", "image_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-image", "inst_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-inst", "subnet_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-subnet", "net_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-net", "flavor_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack", "stack_user_project_id": "8fcf5cb2bd12413a8013a6d230c65c8d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T10:05:55Z", "links": [{"href": "http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "45e6e2bd-1f2d-490d-b3ee-7589cfb473ee", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:06:10,269 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee used request id req-c4cb00ad-c22a-46f7-815a-31fd531302e0 2018-10-26 10:06:10,269 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-26 10:06:10,270 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:06:13,273 - create_stack - DEBUG - Stack status query timeout in 1183.4617188 2018-10-26 10:06:13,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d59a4c9eb070b270a5ed405487ae8c3acf34cdc" 2018-10-26 10:06:13,466 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:06:13 GMT Server: Apache x-openstack-request-id: req-36bb974a-dbc7-4afa-974a-41ade22605ac Location: http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:06:13,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:06:13 GMT Server: Apache x-openstack-request-id: req-5b2f8499-c829-4e48-8001-1bbee814d4b2 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": "960cdb1a9a60438d9313c09eba865b5a", "OS::stack_id": "45e6e2bd-1f2d-490d-b3ee-7589cfb473ee", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack", "image_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-image", "inst_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-inst", "subnet_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-subnet", "net_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-net", "flavor_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack", "stack_user_project_id": "8fcf5cb2bd12413a8013a6d230c65c8d", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-26T10:05:55Z", "links": [{"href": "http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "45e6e2bd-1f2d-490d-b3ee-7589cfb473ee", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:06:13,650 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee used request id req-5b2f8499-c829-4e48-8001-1bbee814d4b2 2018-10-26 10:06:13,651 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-10-26 10:06:13,651 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack 2018-10-26 10:06:13,651 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack 2018-10-26 10:06:13,651 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:06:14,025 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}, {"id": "31ef3c8a0979438fa3a0dc970d5e8edb", "name": "CreateStackSuccessTests-d9c8ab56-1c47-47c-proj-role"}], "expires_at": "2018-10-26T11:06:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "960cdb1a9a60438d9313c09eba865b5a", "name": "CreateStackSuccessTests-d9c8ab56-1c47-47c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/960cdb1a9a60438d9313c09eba865b5a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/960cdb1a9a60438d9313c09eba865b5a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/960cdb1a9a60438d9313c09eba865b5a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/960cdb1a9a60438d9313c09eba865b5a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/960cdb1a9a60438d9313c09eba865b5a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/960cdb1a9a60438d9313c09eba865b5a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/960cdb1a9a60438d9313c09eba865b5a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/960cdb1a9a60438d9313c09eba865b5a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/960cdb1a9a60438d9313c09eba865b5a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/960cdb1a9a60438d9313c09eba865b5a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/960cdb1a9a60438d9313c09eba865b5a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-d9c8ab56-1c47-47c-user", "id": "cc8b7fce6e744554a4907e28c7b65bbb"}, "audit_ids": ["QOEU-_WeQWeP74Yyqevj8A"], "issued_at": "2018-10-26T10:06:14.000000Z"}} 2018-10-26 10:06:14,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b90f6232cd8358584064b0e15f9a298f99af64b" 2018-10-26 10:06:14,199 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:06:14 GMT Server: Apache x-openstack-request-id: req-29461b46-c2a8-4a58-b1cf-edf947c55c13 Location: http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:06:14,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:06:14 GMT Server: Apache x-openstack-request-id: req-e62c7eb9-a935-42c1-b249-ae9484b5d9a6 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": "960cdb1a9a60438d9313c09eba865b5a", "OS::stack_id": "45e6e2bd-1f2d-490d-b3ee-7589cfb473ee", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack", "image_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-image", "inst_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-inst", "subnet_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-subnet", "net_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-net", "flavor_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack", "stack_user_project_id": "8fcf5cb2bd12413a8013a6d230c65c8d", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-26T10:05:55Z", "links": [{"href": "http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "45e6e2bd-1f2d-490d-b3ee-7589cfb473ee", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:06:14,395 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee used request id req-e62c7eb9-a935-42c1-b249-ae9484b5d9a6 2018-10-26 10:06:14,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d59a4c9eb070b270a5ed405487ae8c3acf34cdc" 2018-10-26 10:06:14,425 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:06:14 GMT Server: Apache x-openstack-request-id: req-e16370c6-da3b-4647-957e-3546515a6af1 Location: http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:06:14,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:06:14 GMT Server: Apache x-openstack-request-id: req-26d55e4e-57e3-4bb1-9086-8de6a44e95cb 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": "960cdb1a9a60438d9313c09eba865b5a", "OS::stack_id": "45e6e2bd-1f2d-490d-b3ee-7589cfb473ee", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack", "image_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-image", "inst_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-inst", "subnet_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-subnet", "net_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-net", "flavor_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack", "stack_user_project_id": "8fcf5cb2bd12413a8013a6d230c65c8d", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-26T10:05:55Z", "links": [{"href": "http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "45e6e2bd-1f2d-490d-b3ee-7589cfb473ee", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:06:14,600 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee used request id req-26d55e4e-57e3-4bb1-9086-8de6a44e95cb 2018-10-26 10:06:14,600 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:06:14,601 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:06:14,981 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}, {"id": "31ef3c8a0979438fa3a0dc970d5e8edb", "name": "CreateStackSuccessTests-d9c8ab56-1c47-47c-proj-role"}], "expires_at": "2018-10-26T11:06:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "960cdb1a9a60438d9313c09eba865b5a", "name": "CreateStackSuccessTests-d9c8ab56-1c47-47c-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/960cdb1a9a60438d9313c09eba865b5a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/960cdb1a9a60438d9313c09eba865b5a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/960cdb1a9a60438d9313c09eba865b5a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/960cdb1a9a60438d9313c09eba865b5a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/960cdb1a9a60438d9313c09eba865b5a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/960cdb1a9a60438d9313c09eba865b5a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/960cdb1a9a60438d9313c09eba865b5a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/960cdb1a9a60438d9313c09eba865b5a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/960cdb1a9a60438d9313c09eba865b5a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/960cdb1a9a60438d9313c09eba865b5a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/960cdb1a9a60438d9313c09eba865b5a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-d9c8ab56-1c47-47c-user", "id": "cc8b7fce6e744554a4907e28c7b65bbb"}, "audit_ids": ["sjNzWJC3QVCF_OqT81rL1w"], "issued_at": "2018-10-26T10:06:14.000000Z"}} 2018-10-26 10:06:14,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da60932ab63063a002301886b0d03716aeaaae6e" 2018-10-26 10:06:15,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:06:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a1b002d-fdae-4ebc-9fa1-f530b7c3c241 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:06:15,064 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-0a1b002d-fdae-4ebc-9fa1-f530b7c3c241 2018-10-26 10:06:15,066 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:06:15,068 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-26 10:06:15,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da60932ab63063a002301886b0d03716aeaaae6e" 2018-10-26 10:06:15,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:06:15 GMT Server: Apache x-openstack-request-id: req-1fe9213d-bd1f-431b-9864-d0c85978d658 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE completed successfully", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack", "stack_user_project_id": "8fcf5cb2bd12413a8013a6d230c65c8d", "deletion_time": null, "creation_time": "2018-10-26T10:05:55Z", "links": [{"href": "http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee", "rel": "self"}], "updated_time": null, "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "45e6e2bd-1f2d-490d-b3ee-7589cfb473ee", "tags": null}]} 2018-10-26 10:06:15,265 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack used request id req-1fe9213d-bd1f-431b-9864-d0c85978d658 2018-10-26 10:06:15,266 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack 2018-10-26 10:06:15,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da60932ab63063a002301886b0d03716aeaaae6e" 2018-10-26 10:06:15,439 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:06:15 GMT Server: Apache x-openstack-request-id: req-0577bc6d-ad53-4d27-8e61-be0cf742c4f6 Location: http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:06:15,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:06:15 GMT Server: Apache x-openstack-request-id: req-76439c8b-24e5-48c0-ae5b-66b45fbfd834 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": "960cdb1a9a60438d9313c09eba865b5a", "OS::stack_id": "45e6e2bd-1f2d-490d-b3ee-7589cfb473ee", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack", "image_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-image", "inst_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-inst", "subnet_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-subnet", "net_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-net", "flavor_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack", "stack_user_project_id": "8fcf5cb2bd12413a8013a6d230c65c8d", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-26T10:05:55Z", "links": [{"href": "http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "45e6e2bd-1f2d-490d-b3ee-7589cfb473ee", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:06:15,619 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee used request id req-76439c8b-24e5-48c0-ae5b-66b45fbfd834 2018-10-26 10:06:15,619 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack 2018-10-26 10:06:15,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d59a4c9eb070b270a5ed405487ae8c3acf34cdc" 2018-10-26 10:06:15,798 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:06:15 GMT Server: Apache x-openstack-request-id: req-08299ebd-f885-48a1-ae2a-3047dc312553 Location: http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:06:15,841 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:06:15 GMT Server: Apache x-openstack-request-id: req-0e9e3170-c8a0-4d6c-a611-289679e9d0ab Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:06:15,841 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee used request id req-0e9e3170-c8a0-4d6c-a611-289679e9d0ab 2018-10-26 10:06:15,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d59a4c9eb070b270a5ed405487ae8c3acf34cdc" 2018-10-26 10:06:15,870 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:06:15 GMT Server: Apache x-openstack-request-id: req-3ddec52a-fd15-4c83-88a2-46b6283c105c Location: http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:06:15,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:06:15 GMT Server: Apache x-openstack-request-id: req-e6239ca9-920b-4ff5-a55f-e1f4459bed91 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": "960cdb1a9a60438d9313c09eba865b5a", "OS::stack_id": "45e6e2bd-1f2d-490d-b3ee-7589cfb473ee", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack", "image_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-image", "inst_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-inst", "subnet_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-subnet", "flavor_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-flavor-name", "net_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack", "stack_user_project_id": "8fcf5cb2bd12413a8013a6d230c65c8d", "tags": null, "creation_time": "2018-10-26T10:05:55Z", "links": [{"href": "http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:06:15Z", "id": "45e6e2bd-1f2d-490d-b3ee-7589cfb473ee", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:06:15,895 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee used request id req-e6239ca9-920b-4ff5-a55f-e1f4459bed91 2018-10-26 10:06:15,895 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-26 10:06:15,896 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:06:18,899 - create_stack - DEBUG - Stack status query timeout in 1196.94234514 2018-10-26 10:06:18,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d59a4c9eb070b270a5ed405487ae8c3acf34cdc" 2018-10-26 10:06:18,929 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:06:18 GMT Server: Apache x-openstack-request-id: req-7db8c29c-0641-45c8-9b62-32ad013b3526 Location: http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:06:18,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:06:18 GMT Server: Apache x-openstack-request-id: req-62c75b7c-4858-4f9b-9570-fc29ca19a996 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": "960cdb1a9a60438d9313c09eba865b5a", "OS::stack_id": "45e6e2bd-1f2d-490d-b3ee-7589cfb473ee", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack", "image_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-image", "inst_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-inst", "subnet_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-subnet", "flavor_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-flavor-name", "net_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack", "stack_user_project_id": "8fcf5cb2bd12413a8013a6d230c65c8d", "tags": null, "creation_time": "2018-10-26T10:05:55Z", "links": [{"href": "http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:06:15Z", "id": "45e6e2bd-1f2d-490d-b3ee-7589cfb473ee", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:06:18,956 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee used request id req-62c75b7c-4858-4f9b-9570-fc29ca19a996 2018-10-26 10:06:18,957 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-26 10:06:18,957 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:06:21,960 - create_stack - DEBUG - Stack status query timeout in 1193.88081503 2018-10-26 10:06:21,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d59a4c9eb070b270a5ed405487ae8c3acf34cdc" 2018-10-26 10:06:21,990 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:06:21 GMT Server: Apache x-openstack-request-id: req-1c9d6850-4f2e-4117-84e8-e87ea5ce5a1a Location: http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:06:22,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:06:21 GMT Server: Apache x-openstack-request-id: req-6877da77-59ce-40a4-abb4-6588123d293f 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": "960cdb1a9a60438d9313c09eba865b5a", "OS::stack_id": "45e6e2bd-1f2d-490d-b3ee-7589cfb473ee", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack", "image_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-image", "inst_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-inst", "subnet_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-subnet", "flavor_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-flavor-name", "net_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack", "stack_user_project_id": "8fcf5cb2bd12413a8013a6d230c65c8d", "tags": null, "creation_time": "2018-10-26T10:05:55Z", "links": [{"href": "http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:06:15Z", "id": "45e6e2bd-1f2d-490d-b3ee-7589cfb473ee", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:06:22,018 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee used request id req-6877da77-59ce-40a4-abb4-6588123d293f 2018-10-26 10:06:22,019 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-26 10:06:22,019 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:06:25,022 - create_stack - DEBUG - Stack status query timeout in 1190.81872296 2018-10-26 10:06:25,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d59a4c9eb070b270a5ed405487ae8c3acf34cdc" 2018-10-26 10:06:25,051 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:06:25 GMT Server: Apache x-openstack-request-id: req-a347486d-d1c9-4574-9a76-e74bf562ae5e Location: http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:06:25,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:06:25 GMT Server: Apache x-openstack-request-id: req-3a144c61-8e76-4bac-8da8-ed9f11cd56c8 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": "960cdb1a9a60438d9313c09eba865b5a", "OS::stack_id": "45e6e2bd-1f2d-490d-b3ee-7589cfb473ee", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack", "image_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-image", "inst_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-inst", "subnet_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-subnet", "flavor_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-flavor-name", "net_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack", "stack_user_project_id": "8fcf5cb2bd12413a8013a6d230c65c8d", "tags": null, "creation_time": "2018-10-26T10:05:55Z", "links": [{"href": "http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:06:15Z", "id": "45e6e2bd-1f2d-490d-b3ee-7589cfb473ee", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:06:25,252 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee used request id req-3a144c61-8e76-4bac-8da8-ed9f11cd56c8 2018-10-26 10:06:25,252 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-26 10:06:25,253 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:06:28,256 - create_stack - DEBUG - Stack status query timeout in 1187.58519411 2018-10-26 10:06:28,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d59a4c9eb070b270a5ed405487ae8c3acf34cdc" 2018-10-26 10:06:28,287 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:06:28 GMT Server: Apache x-openstack-request-id: req-30e79a6a-3fd8-4c0b-8010-67baeed5000e Location: http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:06:28,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:06:28 GMT Server: Apache x-openstack-request-id: req-c7e7d495-2e09-4cd6-abc0-98ba3c9624b0 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": "960cdb1a9a60438d9313c09eba865b5a", "OS::stack_id": "45e6e2bd-1f2d-490d-b3ee-7589cfb473ee", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack", "image_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-image", "inst_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-inst", "subnet_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-subnet", "flavor_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-flavor-name", "net_name": "CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-net"}, "deletion_time": "2018-10-26T10:06:28Z", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack", "stack_user_project_id": "8fcf5cb2bd12413a8013a6d230c65c8d", "tags": null, "creation_time": "2018-10-26T10:05:55Z", "links": [{"href": "http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-10-26T10:06:15Z", "id": "45e6e2bd-1f2d-490d-b3ee-7589cfb473ee", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:06:28,329 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee used request id req-c7e7d495-2e09-4cd6-abc0-98ba3c9624b0 2018-10-26 10:06:28,330 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-10-26 10:06:28,330 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack 2018-10-26 10:06:28,330 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack 2018-10-26 10:06:28,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d59a4c9eb070b270a5ed405487ae8c3acf34cdc" 2018-10-26 10:06:28,360 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:06:28 GMT Server: Apache x-openstack-request-id: req-86fbf760-8486-4f18-b7e7-e0f6520d7fb4 Location: http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:06:28,527 - keystoneauth.session - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 10:06:28 GMT Server: Apache x-openstack-request-id: req-64be901b-c108-410c-b97e-e134f3448b26 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-10-26 10:06:28,528 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/960cdb1a9a60438d9313c09eba865b5a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-stack/45e6e2bd-1f2d-490d-b3ee-7589cfb473ee used request id req-64be901b-c108-410c-b97e-e134f3448b26 2018-10-26 10:06:28,529 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-3e0df2ea-150b-4749-85af-184aba213e5e-image 2018-10-26 10:06:28,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/49878ab3-168b-4312-8ce7-47ee8fa09fd4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}01351492647d010042c5b1ca38d7a16605a751eb" 2018-10-26 10:06:29,401 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8ed28bad-f6ea-43dd-8514-0d90636fc721 Date: Fri, 26 Oct 2018 10:06: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-26 10:06:29,401 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/49878ab3-168b-4312-8ce7-47ee8fa09fd4 used request id req-8ed28bad-f6ea-43dd-8514-0d90636fc721 2018-10-26 10:06:29,405 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/ad24639e-7af3-4799-b072-fc09b56f7235 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b65127274733f149db0797df18a84b5d50cc5eca" 2018-10-26 10:06:29,438 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10:06: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-15560174-8a1b-445b-8599-e57b5e6c2e0b x-compute-request-id: req-15560174-8a1b-445b-8599-e57b5e6c2e0b Content-Length: 0 Content-Type: application/json 2018-10-26 10:06:29,438 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/ad24639e-7af3-4799-b072-fc09b56f7235 used request id req-15560174-8a1b-445b-8599-e57b5e6c2e0b 2018-10-26 10:06:29,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92542c69658061b46ee877fd2cba68bc535b73e1" 2018-10-26 10:06:29,658 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-47fbd63b-8950-4715-8e31-69ae38a99174 Date: Fri, 26 Oct 2018 10:06:29 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "960cdb1a9a60438d9313c09eba865b5a", "created_at": "2018-10-26T10:05:56Z", "updated_at": "2018-10-26T10:05:56Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:05:56Z", "revision_number": 0, "id": "75c6c0c0-7f06-443c-a995-cff28d799711", "remote_group_id": "c9b29a5e-b829-4042-a8c6-c4b9db178648", "remote_ip_prefix": null, "created_at": "2018-10-26T10:05:56Z", "security_group_id": "c9b29a5e-b829-4042-a8c6-c4b9db178648", "tenant_id": "960cdb1a9a60438d9313c09eba865b5a", "port_range_min": null, "ethertype": "IPv4", "project_id": "960cdb1a9a60438d9313c09eba865b5a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:05:56Z", "revision_number": 0, "id": "b7ea463b-8f79-4120-83ae-c581deb7e707", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:05:56Z", "security_group_id": "c9b29a5e-b829-4042-a8c6-c4b9db178648", "tenant_id": "960cdb1a9a60438d9313c09eba865b5a", "port_range_min": null, "ethertype": "IPv4", "project_id": "960cdb1a9a60438d9313c09eba865b5a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:05:56Z", "revision_number": 0, "id": "c922249b-0b09-41bc-8929-a5cdec00a23a", "remote_group_id": "c9b29a5e-b829-4042-a8c6-c4b9db178648", "remote_ip_prefix": null, "created_at": "2018-10-26T10:05:56Z", "security_group_id": "c9b29a5e-b829-4042-a8c6-c4b9db178648", "tenant_id": "960cdb1a9a60438d9313c09eba865b5a", "port_range_min": null, "ethertype": "IPv6", "project_id": "960cdb1a9a60438d9313c09eba865b5a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:05:56Z", "revision_number": 0, "id": "e465c0c5-00d8-47ce-8185-5fc5b6a5b1ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:05:56Z", "security_group_id": "c9b29a5e-b829-4042-a8c6-c4b9db178648", "tenant_id": "960cdb1a9a60438d9313c09eba865b5a", "port_range_min": null, "ethertype": "IPv6", "project_id": "960cdb1a9a60438d9313c09eba865b5a"}], "revision_number": 4, "project_id": "960cdb1a9a60438d9313c09eba865b5a", "id": "c9b29a5e-b829-4042-a8c6-c4b9db178648", "name": "default"}]} 2018-10-26 10:06:29,658 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-47fbd63b-8950-4715-8e31-69ae38a99174 2018-10-26 10:06:29,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92542c69658061b46ee877fd2cba68bc535b73e1" 2018-10-26 10:06:29,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:06:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68e6e74c-527f-4096-a6e7-6d87238a3566 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 10:06:29,744 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-68e6e74c-527f-4096-a6e7-6d87238a3566 2018-10-26 10:06:29,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92542c69658061b46ee877fd2cba68bc535b73e1" 2018-10-26 10:06:29,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:06:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-731eb1bd-2141-48f0-bbab-55ed5ec55f49 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 10:06:29,833 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-731eb1bd-2141-48f0-bbab-55ed5ec55f49 2018-10-26 10:06:29,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92542c69658061b46ee877fd2cba68bc535b73e1" 2018-10-26 10:06:29,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:06:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-046e27ce-e7d5-4194-b833-3908542e783b 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 10:06:29,926 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-046e27ce-e7d5-4194-b833-3908542e783b 2018-10-26 10:06:29,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/960cdb1a9a60438d9313c09eba865b5a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92542c69658061b46ee877fd2cba68bc535b73e1" 2018-10-26 10:06:30,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:06:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39934155-541e-4d9a-93dd-f54268c0f5cd Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/960cdb1a9a60438d9313c09eba865b5a"}, "enabled": true, "id": "960cdb1a9a60438d9313c09eba865b5a", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-d9c8ab56-1c47-47c-proj"}} 2018-10-26 10:06:30,012 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/960cdb1a9a60438d9313c09eba865b5a used request id req-39934155-541e-4d9a-93dd-f54268c0f5cd 2018-10-26 10:06:30,012 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c9b29a5e-b829-4042-a8c6-c4b9db178648 2018-10-26 10:06:30,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c9b29a5e-b829-4042-a8c6-c4b9db178648 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92542c69658061b46ee877fd2cba68bc535b73e1" 2018-10-26 10:06:30,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-e78be01e-b0e7-4b7a-8c8c-27bac0b1cb1f Date: Fri, 26 Oct 2018 10:06:30 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "c9b29a5e-b829-4042-a8c6-c4b9db178648", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:05:56Z", "security_group_id": "c9b29a5e-b829-4042-a8c6-c4b9db178648", "port_range_min": null, "revision_number": 0, "tenant_id": "960cdb1a9a60438d9313c09eba865b5a", "created_at": "2018-10-26T10:05:56Z", "project_id": "960cdb1a9a60438d9313c09eba865b5a", "id": "75c6c0c0-7f06-443c-a995-cff28d799711"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:05:56Z", "security_group_id": "c9b29a5e-b829-4042-a8c6-c4b9db178648", "port_range_min": null, "revision_number": 0, "tenant_id": "960cdb1a9a60438d9313c09eba865b5a", "created_at": "2018-10-26T10:05:56Z", "project_id": "960cdb1a9a60438d9313c09eba865b5a", "id": "b7ea463b-8f79-4120-83ae-c581deb7e707"}, {"remote_group_id": "c9b29a5e-b829-4042-a8c6-c4b9db178648", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:05:56Z", "security_group_id": "c9b29a5e-b829-4042-a8c6-c4b9db178648", "port_range_min": null, "revision_number": 0, "tenant_id": "960cdb1a9a60438d9313c09eba865b5a", "created_at": "2018-10-26T10:05:56Z", "project_id": "960cdb1a9a60438d9313c09eba865b5a", "id": "c922249b-0b09-41bc-8929-a5cdec00a23a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:05:56Z", "security_group_id": "c9b29a5e-b829-4042-a8c6-c4b9db178648", "port_range_min": null, "revision_number": 0, "tenant_id": "960cdb1a9a60438d9313c09eba865b5a", "created_at": "2018-10-26T10:05:56Z", "project_id": "960cdb1a9a60438d9313c09eba865b5a", "id": "e465c0c5-00d8-47ce-8185-5fc5b6a5b1ff"}]} 2018-10-26 10:06:30,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c9b29a5e-b829-4042-a8c6-c4b9db178648 used request id req-e78be01e-b0e7-4b7a-8c8c-27bac0b1cb1f 2018-10-26 10:06:30,185 - neutron_utils - INFO - Deleting security group with name - default 2018-10-26 10:06:30,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/c9b29a5e-b829-4042-a8c6-c4b9db178648 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92542c69658061b46ee877fd2cba68bc535b73e1" 2018-10-26 10:06:30,484 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4715b4ba-54fc-4481-86ae-99ac90931671 Content-Length: 0 Date: Fri, 26 Oct 2018 10:06:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:06:30,485 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/c9b29a5e-b829-4042-a8c6-c4b9db178648 used request id req-4715b4ba-54fc-4481-86ae-99ac90931671 2018-10-26 10:06:30,485 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-d9c8ab56-1c47-47c-proj 2018-10-26 10:06:30,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/960cdb1a9a60438d9313c09eba865b5a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92542c69658061b46ee877fd2cba68bc535b73e1" 2018-10-26 10:06:30,722 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:06:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d4c33232-6a97-41da-b806-3d5d6bc47b83 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:06:30,722 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/960cdb1a9a60438d9313c09eba865b5a used request id req-d4c33232-6a97-41da-b806-3d5d6bc47b83 2018-10-26 10:06:30,722 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-d9c8ab56-1c47-47c-proj-role 2018-10-26 10:06:30,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/31ef3c8a0979438fa3a0dc970d5e8edb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92542c69658061b46ee877fd2cba68bc535b73e1" 2018-10-26 10:06:30,832 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:06:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a83691dc-fe79-43f0-a3ac-a26dd208f11a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:06:30,832 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/31ef3c8a0979438fa3a0dc970d5e8edb used request id req-a83691dc-fe79-43f0-a3ac-a26dd208f11a 2018-10-26 10:06:30,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92542c69658061b46ee877fd2cba68bc535b73e1" 2018-10-26 10:06:30,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:06:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe84147f-921e-4923-9d7b-27d070af457c Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:06:30,920 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-fe84147f-921e-4923-9d7b-27d070af457c 2018-10-26 10:06:30,920 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-d9c8ab56-1c47-47c-user 2018-10-26 10:06:30,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/cc8b7fce6e744554a4907e28c7b65bbb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}785b335689822062efc6195df2f17413cc033d39" 2018-10-26 10:06:31,107 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:06:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2e64a10b-474f-48ef-9bdb-ff09bf78ba5f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:06:31,107 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/cc8b7fce6e744554a4907e28c7b65bbb used request id req-2e64a10b-474f-48ef-9bdb-ff09bf78ba5f 2018-10-26 10:06:31,109 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:06:31,494 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:06:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["i6bUY7q_Q16q61AQZpBIVQ"], "issued_at": "2018-10-26T10:06:31.000000Z"}} 2018-10-26 10:06:31,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18fab7b59486b6b0923c0f4ff93c9891dcb8d8fc" 2018-10-26 10:06:31,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:06:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d0fa142-28fd-4019-b5c0-9ed5474adc29 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:06:31,575 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-6d0fa142-28fd-4019-b5c0-9ed5474adc29 2018-10-26 10:06:31,577 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:06:31,577 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:06:32,045 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:06:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["8HBlJX8GT966xqWLRNqsCQ"], "issued_at": "2018-10-26T10:06:32.000000Z"}} 2018-10-26 10:06:32,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73d1f0a8e2355fd5a4375b2580f3fd76114c4c31" 2018-10-26 10:06:32,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:06:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4b6b301-fb7f-47e1-aa8d-ee24b6b07618 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:06:32,142 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c4b6b301-fb7f-47e1-aa8d-ee24b6b07618 2018-10-26 10:06:32,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:06:32,152 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:06:32,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-d65c59a5-bd13-47a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73d1f0a8e2355fd5a4375b2580f3fd76114c4c31" 2018-10-26 10:06:32,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:06:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e796870a-6de1-41fa-9acd-bddbd9076420 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-d65c59a5-bd13-47a-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 10:06:32,239 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-d65c59a5-bd13-47a-proj used request id req-e796870a-6de1-41fa-9acd-bddbd9076420 2018-10-26 10:06:32,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73d1f0a8e2355fd5a4375b2580f3fd76114c4c31" 2018-10-26 10:06:32,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:06:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8d90401-6cbb-47c7-bbbe-d3e6291626a2 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 10:06:32,334 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-c8d90401-6cbb-47c7-bbbe-d3e6291626a2 2018-10-26 10:06:32,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73d1f0a8e2355fd5a4375b2580f3fd76114c4c31" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-d65c59a5-bd13-47a-proj"}}' 2018-10-26 10:06:32,449 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:06:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7827e5ff-aa3b-4515-b31f-120ef471685b Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/0f3f3f2607144b2bb776dd52fb5db4f7"}, "enabled": true, "id": "0f3f3f2607144b2bb776dd52fb5db4f7", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-d65c59a5-bd13-47a-proj"}} 2018-10-26 10:06:32,449 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-7827e5ff-aa3b-4515-b31f-120ef471685b 2018-10-26 10:06:32,449 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-d65c59a5-bd13-47a-proj 2018-10-26 10:06:32,450 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:06:32,450 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:06:32,840 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:06:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["tbo1HatkRX2sOhbzxEUFWA"], "issued_at": "2018-10-26T10:06:32.000000Z"}} 2018-10-26 10:06:32,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40fe8f19b0645ac2f059e43972cfc095aeb483dd" 2018-10-26 10:06:32,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:06:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ceb03067-3d3a-4d13-abb3-e3f41d02f7ff Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:06:32,926 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ceb03067-3d3a-4d13-abb3-e3f41d02f7ff 2018-10-26 10:06:32,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:06:32,935 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:06:32,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40fe8f19b0645ac2f059e43972cfc095aeb483dd" 2018-10-26 10:06:33,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:06:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3cb9b8a-a228-4dfe-8be0-f04faf1e6897 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 10:06:33,044 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-e3cb9b8a-a228-4dfe-8be0-f04faf1e6897 2018-10-26 10:06:33,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-d65c59a5-bd13-47a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40fe8f19b0645ac2f059e43972cfc095aeb483dd" 2018-10-26 10:06:33,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:06:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34ec3fd8-44de-42ed-82aa-fbe7cadca084 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-d65c59a5-bd13-47a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/0f3f3f2607144b2bb776dd52fb5db4f7"}, "enabled": true, "id": "0f3f3f2607144b2bb776dd52fb5db4f7", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-d65c59a5-bd13-47a-proj"}]} 2018-10-26 10:06:33,137 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-d65c59a5-bd13-47a-proj used request id req-34ec3fd8-44de-42ed-82aa-fbe7cadca084 2018-10-26 10:06:33,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40fe8f19b0645ac2f059e43972cfc095aeb483dd" 2018-10-26 10:06:33,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:06:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a331ff1-bf19-46ff-8438-ec58d90c8ac8 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 10:06:33,229 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-4a331ff1-bf19-46ff-8438-ec58d90c8ac8 2018-10-26 10:06:33,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40fe8f19b0645ac2f059e43972cfc095aeb483dd" 2018-10-26 10:06:33,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:06:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aca1b6e0-485e-4243-a8f8-fffd438354df Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:06:33,715 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-aca1b6e0-485e-4243-a8f8-fffd438354df 2018-10-26 10:06:33,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-d65c59a5-bd13-47a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40fe8f19b0645ac2f059e43972cfc095aeb483dd" 2018-10-26 10:06:33,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:06:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b1e262c-11f7-42b4-b97c-fce943052183 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-d65c59a5-bd13-47a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/0f3f3f2607144b2bb776dd52fb5db4f7"}, "enabled": true, "id": "0f3f3f2607144b2bb776dd52fb5db4f7", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-d65c59a5-bd13-47a-proj"}]} 2018-10-26 10:06:33,805 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-d65c59a5-bd13-47a-proj used request id req-0b1e262c-11f7-42b4-b97c-fce943052183 2018-10-26 10:06:33,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users/589903e1faf94d1fa4b878f9c43c037f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40fe8f19b0645ac2f059e43972cfc095aeb483dd" 2018-10-26 10:06:33,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:06:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-222f76cc-647b-4b9c-9e9a-7e0c7d085f38 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-d65c59a5-bd13-47a-user", "links": {"self": "http://172.30.9.21:5000/v3/users/589903e1faf94d1fa4b878f9c43c037f"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "0f3f3f2607144b2bb776dd52fb5db4f7", "id": "589903e1faf94d1fa4b878f9c43c037f", "password_expires_at": null}} 2018-10-26 10:06:33,843 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/589903e1faf94d1fa4b878f9c43c037f used request id req-222f76cc-647b-4b9c-9e9a-7e0c7d085f38 2018-10-26 10:06:33,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/0f3f3f2607144b2bb776dd52fb5db4f7/users/589903e1faf94d1fa4b878f9c43c037f/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40fe8f19b0645ac2f059e43972cfc095aeb483dd" 2018-10-26 10:06:33,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:06:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d63bd187-7960-4560-bf30-98815e87094a Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/0f3f3f2607144b2bb776dd52fb5db4f7/users/589903e1faf94d1fa4b878f9c43c037f/roles", "previous": null, "next": null}, "roles": []} 2018-10-26 10:06:33,962 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/0f3f3f2607144b2bb776dd52fb5db4f7/users/589903e1faf94d1fa4b878f9c43c037f/roles used request id req-d63bd187-7960-4560-bf30-98815e87094a 2018-10-26 10:06:33,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40fe8f19b0645ac2f059e43972cfc095aeb483dd" 2018-10-26 10:06:34,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:06:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d21eaf42-76ca-4466-948d-8e65bd9ecd10 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "domain_id": null, "name": "heat_stack_owner", "id": "4f75e021dfe74c9ab7a3aee778a72c84"}} 2018-10-26 10:06:34,048 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84 used request id req-d21eaf42-76ca-4466-948d-8e65bd9ecd10 2018-10-26 10:06:34,048 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-d65c59a5-bd13-47a-proj 2018-10-26 10:06:34,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/0f3f3f2607144b2bb776dd52fb5db4f7/users/589903e1faf94d1fa4b878f9c43c037f/roles/4f75e021dfe74c9ab7a3aee778a72c84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40fe8f19b0645ac2f059e43972cfc095aeb483dd" 2018-10-26 10:06:34,111 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:06:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fe898e76-a1a7-4237-b2d8-07bbce311ee2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:06:34,111 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/0f3f3f2607144b2bb776dd52fb5db4f7/users/589903e1faf94d1fa4b878f9c43c037f/roles/4f75e021dfe74c9ab7a3aee778a72c84 used request id req-fe898e76-a1a7-4237-b2d8-07bbce311ee2 2018-10-26 10:06:34,111 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-d65c59a5-bd13-47a-user 2018-10-26 10:06:34,111 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:06:34,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73d1f0a8e2355fd5a4375b2580f3fd76114c4c31" 2018-10-26 10:06:34,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:06:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a67bdaf5-66f6-49a0-8012-521bf8ba2a65 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:06:34,201 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-a67bdaf5-66f6-49a0-8012-521bf8ba2a65 2018-10-26 10:06:34,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73d1f0a8e2355fd5a4375b2580f3fd76114c4c31" -d '{"role": {"name": "CreateStackSuccessTests-d65c59a5-bd13-47a-proj-role"}}' 2018-10-26 10:06:34,305 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:06:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e7ca22f1-0473-4da0-9fe4-6f1591feb55a Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "9c7d7eea3cb840dab2019d8e554d6eb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/9c7d7eea3cb840dab2019d8e554d6eb3"}, "name": "CreateStackSuccessTests-d65c59a5-bd13-47a-proj-role"}} 2018-10-26 10:06:34,305 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-e7ca22f1-0473-4da0-9fe4-6f1591feb55a 2018-10-26 10:06:34,305 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-d65c59a5-bd13-47a-proj-role 2018-10-26 10:06:34,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/9c7d7eea3cb840dab2019d8e554d6eb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73d1f0a8e2355fd5a4375b2580f3fd76114c4c31" 2018-10-26 10:06:34,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:06:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50e96ad1-71d0-424f-b152-04587ec8977a Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/9c7d7eea3cb840dab2019d8e554d6eb3"}, "domain_id": null, "name": "CreateStackSuccessTests-d65c59a5-bd13-47a-proj-role", "id": "9c7d7eea3cb840dab2019d8e554d6eb3"}} 2018-10-26 10:06:34,398 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/9c7d7eea3cb840dab2019d8e554d6eb3 used request id req-50e96ad1-71d0-424f-b152-04587ec8977a 2018-10-26 10:06:34,399 - keystone_utils - INFO - Granting role CreateStackSuccessTests-d65c59a5-bd13-47a-proj-role to project CreateStackSuccessTests-d65c59a5-bd13-47a-proj 2018-10-26 10:06:34,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/0f3f3f2607144b2bb776dd52fb5db4f7/users/589903e1faf94d1fa4b878f9c43c037f/roles/9c7d7eea3cb840dab2019d8e554d6eb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73d1f0a8e2355fd5a4375b2580f3fd76114c4c31" 2018-10-26 10:06:34,542 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:06:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a0ef1531-3705-43ca-b72b-5b51b78ee96e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:06:34,542 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/0f3f3f2607144b2bb776dd52fb5db4f7/users/589903e1faf94d1fa4b878f9c43c037f/roles/9c7d7eea3cb840dab2019d8e554d6eb3 used request id req-a0ef1531-3705-43ca-b72b-5b51b78ee96e 2018-10-26 10:06:34,542 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-26 10:06:34,542 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-26 10:06:34,543 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:06:34,543 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:06:34,917 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9c7d7eea3cb840dab2019d8e554d6eb3", "name": "CreateStackSuccessTests-d65c59a5-bd13-47a-proj-role"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:06:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0f3f3f2607144b2bb776dd52fb5db4f7", "name": "CreateStackSuccessTests-d65c59a5-bd13-47a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/0f3f3f2607144b2bb776dd52fb5db4f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/0f3f3f2607144b2bb776dd52fb5db4f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/0f3f3f2607144b2bb776dd52fb5db4f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/0f3f3f2607144b2bb776dd52fb5db4f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/0f3f3f2607144b2bb776dd52fb5db4f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/0f3f3f2607144b2bb776dd52fb5db4f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/0f3f3f2607144b2bb776dd52fb5db4f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/0f3f3f2607144b2bb776dd52fb5db4f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/0f3f3f2607144b2bb776dd52fb5db4f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-d65c59a5-bd13-47a-user", "id": "589903e1faf94d1fa4b878f9c43c037f"}, "audit_ids": ["UDKfPnQfRZmXAlvGytF4Xw"], "issued_at": "2018-10-26T10:06:34.000000Z"}} 2018-10-26 10:06:34,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d76857fe304843315554c05aaff4b439ec58c7e" 2018-10-26 10:06:34,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:06:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9efd832d-6920-417f-823f-39ba92aa6ef3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:06:34,998 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-9efd832d-6920-417f-823f-39ba92aa6ef3 2018-10-26 10:06:35,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9d76857fe304843315554c05aaff4b439ec58c7e" 2018-10-26 10:06:35,173 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-baae310f-255b-42fc-9126-166ea61fcf05 Date: Fri, 26 Oct 2018 10:06:35 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-image"} 2018-10-26 10:06:35,174 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-image used request id req-baae310f-255b-42fc-9126-166ea61fcf05 2018-10-26 10:06:35,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9d76857fe304843315554c05aaff4b439ec58c7e" 2018-10-26 10:06:35,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9f1e6d5a-fa4b-4bfe-825e-f94952eeae11 Date: Fri, 26 Oct 2018 10:06: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-26 10:06:35,347 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-9f1e6d5a-fa4b-4bfe-825e-f94952eeae11 2018-10-26 10:06:35,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9d76857fe304843315554c05aaff4b439ec58c7e" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-image"}' 2018-10-26 10:06:35,577 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/f52cd391-ee8a-499b-a462-5ed598c835da X-Openstack-Request-Id: req-8d139d71-e558-4081-a954-c37d54ea693e Date: Fri, 26 Oct 2018 10:06:35 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:06:35Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-26T10:06:35Z", "visibility": "shared", "locations": [], "self": "/v2/images/f52cd391-ee8a-499b-a462-5ed598c835da", "min_disk": 0, "protected": false, "id": "f52cd391-ee8a-499b-a462-5ed598c835da", "file": "/v2/images/f52cd391-ee8a-499b-a462-5ed598c835da/file", "checksum": null, "owner": "0f3f3f2607144b2bb776dd52fb5db4f7", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:06:35,577 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-8d139d71-e558-4081-a954-c37d54ea693e 2018-10-26 10:06:35,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/f52cd391-ee8a-499b-a462-5ed598c835da/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9d76857fe304843315554c05aaff4b439ec58c7e" -d '' 2018-10-26 10:06:36,861 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-183e510c-1fde-4ab5-bb6a-0adbed6bdba4 Date: Fri, 26 Oct 2018 10:06: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-26 10:06:36,861 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/f52cd391-ee8a-499b-a462-5ed598c835da/file used request id req-183e510c-1fde-4ab5-bb6a-0adbed6bdba4 2018-10-26 10:06:36,861 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 10:06:36,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/f52cd391-ee8a-499b-a462-5ed598c835da -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9d76857fe304843315554c05aaff4b439ec58c7e" 2018-10-26 10:06:37,044 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-4744f394-8c2f-4346-8f42-b88edc32aafc Date: Fri, 26 Oct 2018 10:06:37 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:06:35Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T10:06:36Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/f52cd391-ee8a-499b-a462-5ed598c835da/snap", "metadata": {}}], "self": "/v2/images/f52cd391-ee8a-499b-a462-5ed598c835da", "min_disk": 0, "protected": false, "id": "f52cd391-ee8a-499b-a462-5ed598c835da", "file": "/v2/images/f52cd391-ee8a-499b-a462-5ed598c835da/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0f3f3f2607144b2bb776dd52fb5db4f7", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/f52cd391-ee8a-499b-a462-5ed598c835da/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:06:37,044 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/f52cd391-ee8a-499b-a462-5ed598c835da used request id req-4744f394-8c2f-4346-8f42-b88edc32aafc 2018-10-26 10:06:37,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9d76857fe304843315554c05aaff4b439ec58c7e" 2018-10-26 10:06:37,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-94fa099b-5aa6-48f9-84e7-39812275aa94 Date: Fri, 26 Oct 2018 10:06: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-26 10:06:37,198 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-94fa099b-5aa6-48f9-84e7-39812275aa94 2018-10-26 10:06:37,201 - create_image - INFO - Created image with name - CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-image 2018-10-26 10:06:37,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/f52cd391-ee8a-499b-a462-5ed598c835da -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9d76857fe304843315554c05aaff4b439ec58c7e" 2018-10-26 10:06:37,367 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-8dae9d8c-6453-477d-97f1-828dcb79d8c5 Date: Fri, 26 Oct 2018 10:06:37 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:06:35Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T10:06:36Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/f52cd391-ee8a-499b-a462-5ed598c835da/snap", "metadata": {}}], "self": "/v2/images/f52cd391-ee8a-499b-a462-5ed598c835da", "min_disk": 0, "protected": false, "id": "f52cd391-ee8a-499b-a462-5ed598c835da", "file": "/v2/images/f52cd391-ee8a-499b-a462-5ed598c835da/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0f3f3f2607144b2bb776dd52fb5db4f7", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/f52cd391-ee8a-499b-a462-5ed598c835da/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:06:37,367 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/f52cd391-ee8a-499b-a462-5ed598c835da used request id req-8dae9d8c-6453-477d-97f1-828dcb79d8c5 2018-10-26 10:06:37,367 - create_image - DEBUG - Instance status is - active 2018-10-26 10:06:37,368 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-image 2018-10-26 10:06:37,368 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-image 2018-10-26 10:06:37,368 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:06:37,369 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:06:37,752 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:06:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["cMfvf_CrQaaYcL1MC5ZtuQ"], "issued_at": "2018-10-26T10:06:37.000000Z"}} 2018-10-26 10:06:37,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0eb32478e776a645e3d1fb6a4e197a47650a290" 2018-10-26 10:06:37,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:06:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b407f894-6f39-4414-ba8b-968843b98a1e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:06:37,833 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b407f894-6f39-4414-ba8b-968843b98a1e 2018-10-26 10:06:37,834 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:06:37,839 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0eb32478e776a645e3d1fb6a4e197a47650a290" 2018-10-26 10:06:38,194 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:06: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-783093b3-2bd7-4ba4-9bcc-77eb65dad677 x-compute-request-id: req-783093b3-2bd7-4ba4-9bcc-77eb65dad677 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-26 10:06:38,194 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-783093b3-2bd7-4ba4-9bcc-77eb65dad677 2018-10-26 10:06:38,198 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0eb32478e776a645e3d1fb6a4e197a47650a290" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-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-26 10:06:38,256 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:06:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8dc1d0ae-1ab2-4df7-b5de-96d3a6551444 x-compute-request-id: req-8dc1d0ae-1ab2-4df7-b5de-96d3a6551444 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/539a1703-4f16-4009-a235-c147f5c3d854", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/539a1703-4f16-4009-a235-c147f5c3d854", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "539a1703-4f16-4009-a235-c147f5c3d854", "name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 10:06:38,256 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-8dc1d0ae-1ab2-4df7-b5de-96d3a6551444 2018-10-26 10:06:38,257 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:06:38,258 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:06:38,652 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9c7d7eea3cb840dab2019d8e554d6eb3", "name": "CreateStackSuccessTests-d65c59a5-bd13-47a-proj-role"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:06:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0f3f3f2607144b2bb776dd52fb5db4f7", "name": "CreateStackSuccessTests-d65c59a5-bd13-47a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/0f3f3f2607144b2bb776dd52fb5db4f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/0f3f3f2607144b2bb776dd52fb5db4f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/0f3f3f2607144b2bb776dd52fb5db4f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/0f3f3f2607144b2bb776dd52fb5db4f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/0f3f3f2607144b2bb776dd52fb5db4f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/0f3f3f2607144b2bb776dd52fb5db4f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/0f3f3f2607144b2bb776dd52fb5db4f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/0f3f3f2607144b2bb776dd52fb5db4f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/0f3f3f2607144b2bb776dd52fb5db4f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-d65c59a5-bd13-47a-user", "id": "589903e1faf94d1fa4b878f9c43c037f"}, "audit_ids": ["QqzGTQfKR-S972gneqSHQg"], "issued_at": "2018-10-26T10:06:38.000000Z"}} 2018-10-26 10:06:38,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}242bb266b8fe45cb446b2bc1fcaa81831f2c291c" 2018-10-26 10:06:38,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:06:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-465d03c5-c4bd-4bff-8c92-c0bb0e9d61c5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:06:38,742 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-465d03c5-c4bd-4bff-8c92-c0bb0e9d61c5 2018-10-26 10:06:38,743 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:06:38,746 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-26 10:06:38,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}242bb266b8fe45cb446b2bc1fcaa81831f2c291c" 2018-10-26 10:06:38,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:06:38 GMT Server: Apache x-openstack-request-id: req-37661706-003b-4024-b92f-dfdbfeac2c33 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-10-26 10:06:38,919 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack used request id req-37661706-003b-4024-b92f-dfdbfeac2c33 2018-10-26 10:06:38,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}242bb266b8fe45cb446b2bc1fcaa81831f2c291c" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-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-51e62ba7-10e3-42b8-b0ea-fc19f528335e-net", "inst_name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-inst", "subnet_name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-subnet", "image_name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-image", "flavor_name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-flavor-name"}}' 2018-10-26 10:06:41,132 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:06:38 GMT Server: Apache x-openstack-request-id: req-13bb19c9-4c44-4bbc-8b62-886722dd7786 Location: http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "c17af2d0-1432-4445-a70a-1b7af1dc974e", "links": [{"href": "http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e", "rel": "self"}]}} 2018-10-26 10:06:41,132 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks used request id req-13bb19c9-4c44-4bbc-8b62-886722dd7786 2018-10-26 10:06:41,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/c17af2d0-1432-4445-a70a-1b7af1dc974e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}242bb266b8fe45cb446b2bc1fcaa81831f2c291c" 2018-10-26 10:06:41,687 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:06:41 GMT Server: Apache x-openstack-request-id: req-a2043fe6-5064-42aa-b598-943ecdd6e2f3 Location: http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:06:41,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:06:41 GMT Server: Apache x-openstack-request-id: req-3f761738-fd7b-4e75-84bb-ec1e36d1c6c1 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": "0f3f3f2607144b2bb776dd52fb5db4f7", "OS::stack_id": "c17af2d0-1432-4445-a70a-1b7af1dc974e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack", "image_name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-image", "inst_name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-inst", "subnet_name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-subnet", "net_name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-net", "flavor_name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack", "stack_user_project_id": "1180d1a9acb74f4a8b54e8eac15ab916", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T10:06:40Z", "links": [{"href": "http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c17af2d0-1432-4445-a70a-1b7af1dc974e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:06:41,878 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e used request id req-3f761738-fd7b-4e75-84bb-ec1e36d1c6c1 2018-10-26 10:06:41,879 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack 2018-10-26 10:06:41,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/c17af2d0-1432-4445-a70a-1b7af1dc974e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}242bb266b8fe45cb446b2bc1fcaa81831f2c291c" 2018-10-26 10:06:42,056 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:06:41 GMT Server: Apache x-openstack-request-id: req-bddd4e40-a8dd-43c4-974c-6188bd50a933 Location: http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:06:42,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:06:42 GMT Server: Apache x-openstack-request-id: req-e85b036f-44ce-4847-8af3-7c91489cb530 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": "0f3f3f2607144b2bb776dd52fb5db4f7", "OS::stack_id": "c17af2d0-1432-4445-a70a-1b7af1dc974e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack", "image_name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-image", "inst_name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-inst", "subnet_name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-subnet", "net_name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-net", "flavor_name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack", "stack_user_project_id": "1180d1a9acb74f4a8b54e8eac15ab916", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T10:06:40Z", "links": [{"href": "http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c17af2d0-1432-4445-a70a-1b7af1dc974e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:06:42,249 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e used request id req-e85b036f-44ce-4847-8af3-7c91489cb530 2018-10-26 10:06:42,249 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-26 10:06:42,249 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:06:45,252 - create_stack - DEBUG - Stack status query timeout in 1196.62650084 2018-10-26 10:06:45,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/c17af2d0-1432-4445-a70a-1b7af1dc974e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}242bb266b8fe45cb446b2bc1fcaa81831f2c291c" 2018-10-26 10:06:45,425 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:06:45 GMT Server: Apache x-openstack-request-id: req-200c2e10-68b9-4957-b23b-a0e7cebfa06d Location: http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:06:45,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:06:45 GMT Server: Apache x-openstack-request-id: req-9b44d39a-8c0c-445a-9a7f-1f0475749823 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": "0f3f3f2607144b2bb776dd52fb5db4f7", "OS::stack_id": "c17af2d0-1432-4445-a70a-1b7af1dc974e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack", "image_name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-image", "inst_name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-inst", "subnet_name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-subnet", "net_name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-net", "flavor_name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack", "stack_user_project_id": "1180d1a9acb74f4a8b54e8eac15ab916", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T10:06:40Z", "links": [{"href": "http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c17af2d0-1432-4445-a70a-1b7af1dc974e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:06:45,469 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e used request id req-9b44d39a-8c0c-445a-9a7f-1f0475749823 2018-10-26 10:06:45,470 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-26 10:06:45,470 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:06:48,473 - create_stack - DEBUG - Stack status query timeout in 1193.40598083 2018-10-26 10:06:48,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/c17af2d0-1432-4445-a70a-1b7af1dc974e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}242bb266b8fe45cb446b2bc1fcaa81831f2c291c" 2018-10-26 10:06:48,643 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:06:48 GMT Server: Apache x-openstack-request-id: req-dcd9aa6a-d5f4-4492-8832-07f6b7a48d32 Location: http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:06:48,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:06:48 GMT Server: Apache x-openstack-request-id: req-0d8f45aa-497c-4ed7-8c0e-ee6c813c790f 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": "0f3f3f2607144b2bb776dd52fb5db4f7", "OS::stack_id": "c17af2d0-1432-4445-a70a-1b7af1dc974e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack", "image_name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-image", "inst_name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-inst", "subnet_name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-subnet", "net_name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-net", "flavor_name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack", "stack_user_project_id": "1180d1a9acb74f4a8b54e8eac15ab916", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T10:06:40Z", "links": [{"href": "http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c17af2d0-1432-4445-a70a-1b7af1dc974e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:06:48,717 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e used request id req-0d8f45aa-497c-4ed7-8c0e-ee6c813c790f 2018-10-26 10:06:48,718 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-26 10:06:48,718 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:06:51,721 - create_stack - DEBUG - Stack status query timeout in 1190.15789485 2018-10-26 10:06:51,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/c17af2d0-1432-4445-a70a-1b7af1dc974e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}242bb266b8fe45cb446b2bc1fcaa81831f2c291c" 2018-10-26 10:06:51,894 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:06:51 GMT Server: Apache x-openstack-request-id: req-621fed0b-95ce-4334-b5a5-e880c89bc1e4 Location: http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:06:52,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:06:51 GMT Server: Apache x-openstack-request-id: req-d305d700-d5a4-486f-916d-69075fd1be6d 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": "0f3f3f2607144b2bb776dd52fb5db4f7", "OS::stack_id": "c17af2d0-1432-4445-a70a-1b7af1dc974e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack", "image_name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-image", "inst_name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-inst", "subnet_name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-subnet", "net_name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-net", "flavor_name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack", "stack_user_project_id": "1180d1a9acb74f4a8b54e8eac15ab916", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T10:06:40Z", "links": [{"href": "http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c17af2d0-1432-4445-a70a-1b7af1dc974e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:06:52,081 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e used request id req-d305d700-d5a4-486f-916d-69075fd1be6d 2018-10-26 10:06:52,082 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-26 10:06:52,082 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:06:55,085 - create_stack - DEBUG - Stack status query timeout in 1186.79383397 2018-10-26 10:06:55,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/c17af2d0-1432-4445-a70a-1b7af1dc974e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}242bb266b8fe45cb446b2bc1fcaa81831f2c291c" 2018-10-26 10:06:55,253 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:06:55 GMT Server: Apache x-openstack-request-id: req-04d5238e-6304-4f06-bea8-def9c0d0babc Location: http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:06:55,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:06:55 GMT Server: Apache x-openstack-request-id: req-8f9db1f9-c911-4bb6-9d22-6605a7c5b18e 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": "0f3f3f2607144b2bb776dd52fb5db4f7", "OS::stack_id": "c17af2d0-1432-4445-a70a-1b7af1dc974e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack", "image_name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-image", "inst_name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-inst", "subnet_name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-subnet", "net_name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-net", "flavor_name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack", "stack_user_project_id": "1180d1a9acb74f4a8b54e8eac15ab916", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T10:06:40Z", "links": [{"href": "http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c17af2d0-1432-4445-a70a-1b7af1dc974e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:06:55,440 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e used request id req-8f9db1f9-c911-4bb6-9d22-6605a7c5b18e 2018-10-26 10:06:55,440 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-26 10:06:55,440 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:06:58,443 - create_stack - DEBUG - Stack status query timeout in 1183.43548083 2018-10-26 10:06:58,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/c17af2d0-1432-4445-a70a-1b7af1dc974e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}242bb266b8fe45cb446b2bc1fcaa81831f2c291c" 2018-10-26 10:06:58,473 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:06:58 GMT Server: Apache x-openstack-request-id: req-6bfc7cfc-66ab-4111-b5d5-6e6ad9ff8d0d Location: http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:06:58,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:06:58 GMT Server: Apache x-openstack-request-id: req-b78081d0-3053-49d9-a031-0ed1333855b7 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": "0f3f3f2607144b2bb776dd52fb5db4f7", "OS::stack_id": "c17af2d0-1432-4445-a70a-1b7af1dc974e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack", "image_name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-image", "inst_name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-inst", "subnet_name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-subnet", "net_name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-net", "flavor_name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack", "stack_user_project_id": "1180d1a9acb74f4a8b54e8eac15ab916", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-26T10:06:40Z", "links": [{"href": "http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "c17af2d0-1432-4445-a70a-1b7af1dc974e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:06:58,651 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e used request id req-b78081d0-3053-49d9-a031-0ed1333855b7 2018-10-26 10:06:58,651 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-10-26 10:06:58,651 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack 2018-10-26 10:06:58,652 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack 2018-10-26 10:06:58,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/c17af2d0-1432-4445-a70a-1b7af1dc974e/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}242bb266b8fe45cb446b2bc1fcaa81831f2c291c" 2018-10-26 10:06:58,910 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:06:58 GMT Server: Apache x-openstack-request-id: req-53a7c618-87cc-469b-a70d-3dd20dcd612d Location: http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e/resources Content-Length: 551 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:06:58,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:06:58 GMT Server: Apache x-openstack-request-id: req-a47b5151-7bdb-4a84-b88d-9a28a170b50c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 574 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-10-26T10:06:41Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:06:41Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "d7901a39-e728-4a48-8e5b-875710d89522", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-10-26T10:06:41Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:06:41Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "0aa75d5a-7514-42f5-a7ec-8442631f92e2", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-10-26T10:06:41Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:06:41Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "f7073185-f65c-4c9e-8c32-4a54dde9de8c", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-10-26T10:06:41Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:06:41Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "9cb09dea-c028-442f-9aab-38935a477dc3", "resource_type": "OS::Nova::Server"}]} 2018-10-26 10:06:58,953 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e/resources used request id req-a47b5151-7bdb-4a84-b88d-9a28a170b50c 2018-10-26 10:06:58,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=f7073185-f65c-4c9e-8c32-4a54dde9de8c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}242bb266b8fe45cb446b2bc1fcaa81831f2c291c" 2018-10-26 10:06:59,057 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-35a68fd7-3039-4869-9a16-653d4764a7e9 Date: Fri, 26 Oct 2018 10:06: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":["0aa75d5a-7514-42f5-a7ec-8442631f92e2"],"updated_at":"2018-10-26T10:06:43Z","tenant_id":"0f3f3f2607144b2bb776dd52fb5db4f7","created_at":"2018-10-26T10:06:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0f3f3f2607144b2bb776dd52fb5db4f7","id":"f7073185-f65c-4c9e-8c32-4a54dde9de8c","name":"CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-net"}]} 2018-10-26 10:06:59,057 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=f7073185-f65c-4c9e-8c32-4a54dde9de8c used request id req-35a68fd7-3039-4869-9a16-653d4764a7e9 2018-10-26 10:06:59,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f7073185-f65c-4c9e-8c32-4a54dde9de8c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}242bb266b8fe45cb446b2bc1fcaa81831f2c291c" 2018-10-26 10:06:59,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-24312f56-4e88-4194-84ec-e172d8f010f4 Date: Fri, 26 Oct 2018 10:06:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f7073185-f65c-4c9e-8c32-4a54dde9de8c","tenant_id":"0f3f3f2607144b2bb776dd52fb5db4f7","created_at":"2018-10-26T10:06:43Z","dns_nameservers":[],"updated_at":"2018-10-26T10:06: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":"0f3f3f2607144b2bb776dd52fb5db4f7","id":"0aa75d5a-7514-42f5-a7ec-8442631f92e2","subnetpool_id":null,"name":"CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-subnet"}]} 2018-10-26 10:06:59,123 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f7073185-f65c-4c9e-8c32-4a54dde9de8c used request id req-24312f56-4e88-4194-84ec-e172d8f010f4 2018-10-26 10:06:59,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f7073185-f65c-4c9e-8c32-4a54dde9de8c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}242bb266b8fe45cb446b2bc1fcaa81831f2c291c" 2018-10-26 10:06:59,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-0348c462-12ae-469f-a61b-f39977b66688 Date: Fri, 26 Oct 2018 10:06:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f7073185-f65c-4c9e-8c32-4a54dde9de8c","tenant_id":"0f3f3f2607144b2bb776dd52fb5db4f7","created_at":"2018-10-26T10:06:43Z","dns_nameservers":[],"updated_at":"2018-10-26T10:06: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":"0f3f3f2607144b2bb776dd52fb5db4f7","id":"0aa75d5a-7514-42f5-a7ec-8442631f92e2","subnetpool_id":null,"name":"CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-subnet"}]} 2018-10-26 10:06:59,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f7073185-f65c-4c9e-8c32-4a54dde9de8c used request id req-0348c462-12ae-469f-a61b-f39977b66688 2018-10-26 10:06:59,186 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:06:59,187 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:06:59,556 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9c7d7eea3cb840dab2019d8e554d6eb3", "name": "CreateStackSuccessTests-d65c59a5-bd13-47a-proj-role"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:06:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0f3f3f2607144b2bb776dd52fb5db4f7", "name": "CreateStackSuccessTests-d65c59a5-bd13-47a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/0f3f3f2607144b2bb776dd52fb5db4f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/0f3f3f2607144b2bb776dd52fb5db4f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/0f3f3f2607144b2bb776dd52fb5db4f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/0f3f3f2607144b2bb776dd52fb5db4f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/0f3f3f2607144b2bb776dd52fb5db4f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/0f3f3f2607144b2bb776dd52fb5db4f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/0f3f3f2607144b2bb776dd52fb5db4f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/0f3f3f2607144b2bb776dd52fb5db4f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/0f3f3f2607144b2bb776dd52fb5db4f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-d65c59a5-bd13-47a-user", "id": "589903e1faf94d1fa4b878f9c43c037f"}, "audit_ids": ["SVQ1Ig1eS6eXNUYlG3OZcA"], "issued_at": "2018-10-26T10:06:59.000000Z"}} 2018-10-26 10:06:59,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c246db4dbedeb4b6c3c9bca20c29369bfd517b42" 2018-10-26 10:06:59,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:06:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e985b9f2-a8d3-4040-9f97-9d1b25b18d5b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:06:59,641 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e985b9f2-a8d3-4040-9f97-9d1b25b18d5b 2018-10-26 10:06:59,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c246db4dbedeb4b6c3c9bca20c29369bfd517b42" 2018-10-26 10:06:59,901 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-2020d940-4b4e-475b-b952-340326ab9c1e Date: Fri, 26 Oct 2018 10:06: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":["0aa75d5a-7514-42f5-a7ec-8442631f92e2"],"updated_at":"2018-10-26T10:06:43Z","tenant_id":"0f3f3f2607144b2bb776dd52fb5db4f7","created_at":"2018-10-26T10:06:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0f3f3f2607144b2bb776dd52fb5db4f7","id":"f7073185-f65c-4c9e-8c32-4a54dde9de8c","name":"CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-net"}]} 2018-10-26 10:06:59,901 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-net used request id req-2020d940-4b4e-475b-b952-340326ab9c1e 2018-10-26 10:06:59,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:06:59,911 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:06:59,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/0f3f3f2607144b2bb776dd52fb5db4f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c246db4dbedeb4b6c3c9bca20c29369bfd517b42" 2018-10-26 10:06:59,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:06:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5c64121-eb2a-48e6-8582-3762d2256648 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/0f3f3f2607144b2bb776dd52fb5db4f7"}, "enabled": true, "id": "0f3f3f2607144b2bb776dd52fb5db4f7", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-d65c59a5-bd13-47a-proj"}} 2018-10-26 10:06:59,990 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/0f3f3f2607144b2bb776dd52fb5db4f7 used request id req-d5c64121-eb2a-48e6-8582-3762d2256648 2018-10-26 10:06:59,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f7073185-f65c-4c9e-8c32-4a54dde9de8c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c246db4dbedeb4b6c3c9bca20c29369bfd517b42" 2018-10-26 10:07:00,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-22ed78c2-c38d-430f-b812-65f6b15f3733 Date: Fri, 26 Oct 2018 10:07:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f7073185-f65c-4c9e-8c32-4a54dde9de8c","tenant_id":"0f3f3f2607144b2bb776dd52fb5db4f7","created_at":"2018-10-26T10:06:43Z","dns_nameservers":[],"updated_at":"2018-10-26T10:06: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":"0f3f3f2607144b2bb776dd52fb5db4f7","id":"0aa75d5a-7514-42f5-a7ec-8442631f92e2","subnetpool_id":null,"name":"CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-subnet"}]} 2018-10-26 10:07:00,188 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f7073185-f65c-4c9e-8c32-4a54dde9de8c used request id req-22ed78c2-c38d-430f-b812-65f6b15f3733 2018-10-26 10:07:00,189 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:07:00,654 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9c7d7eea3cb840dab2019d8e554d6eb3", "name": "CreateStackSuccessTests-d65c59a5-bd13-47a-proj-role"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:07:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0f3f3f2607144b2bb776dd52fb5db4f7", "name": "CreateStackSuccessTests-d65c59a5-bd13-47a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/0f3f3f2607144b2bb776dd52fb5db4f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/0f3f3f2607144b2bb776dd52fb5db4f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/0f3f3f2607144b2bb776dd52fb5db4f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/0f3f3f2607144b2bb776dd52fb5db4f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/0f3f3f2607144b2bb776dd52fb5db4f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/0f3f3f2607144b2bb776dd52fb5db4f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/0f3f3f2607144b2bb776dd52fb5db4f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/0f3f3f2607144b2bb776dd52fb5db4f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/0f3f3f2607144b2bb776dd52fb5db4f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-d65c59a5-bd13-47a-user", "id": "589903e1faf94d1fa4b878f9c43c037f"}, "audit_ids": ["nGQdWZ00QoWmctCNRxEemQ"], "issued_at": "2018-10-26T10:07:00.000000Z"}} 2018-10-26 10:07:00,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16d25a6505eaa3ac23e68442a1ad2c37c91648f6" 2018-10-26 10:07:00,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:07:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ec65eba-20a2-440e-a40d-abb1cae16121 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:07:00,739 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-4ec65eba-20a2-440e-a40d-abb1cae16121 2018-10-26 10:07:00,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16d25a6505eaa3ac23e68442a1ad2c37c91648f6" 2018-10-26 10:07:01,008 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-91f0d609-5d60-4284-9364-d800698b5b50 Date: Fri, 26 Oct 2018 10:07: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":["0aa75d5a-7514-42f5-a7ec-8442631f92e2"],"updated_at":"2018-10-26T10:06:43Z","tenant_id":"0f3f3f2607144b2bb776dd52fb5db4f7","created_at":"2018-10-26T10:06:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0f3f3f2607144b2bb776dd52fb5db4f7","id":"f7073185-f65c-4c9e-8c32-4a54dde9de8c","name":"CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-net"}]} 2018-10-26 10:07:01,008 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-net used request id req-91f0d609-5d60-4284-9364-d800698b5b50 2018-10-26 10:07:01,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f7073185-f65c-4c9e-8c32-4a54dde9de8c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16d25a6505eaa3ac23e68442a1ad2c37c91648f6" 2018-10-26 10:07:01,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-b52ccd62-8fb3-4142-a333-b93da135bc91 Date: Fri, 26 Oct 2018 10:07:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f7073185-f65c-4c9e-8c32-4a54dde9de8c","tenant_id":"0f3f3f2607144b2bb776dd52fb5db4f7","created_at":"2018-10-26T10:06:43Z","dns_nameservers":[],"updated_at":"2018-10-26T10:06: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":"0f3f3f2607144b2bb776dd52fb5db4f7","id":"0aa75d5a-7514-42f5-a7ec-8442631f92e2","subnetpool_id":null,"name":"CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-subnet"}]} 2018-10-26 10:07:01,221 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f7073185-f65c-4c9e-8c32-4a54dde9de8c used request id req-b52ccd62-8fb3-4142-a333-b93da135bc91 2018-10-26 10:07:01,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=f7073185-f65c-4c9e-8c32-4a54dde9de8c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16d25a6505eaa3ac23e68442a1ad2c37c91648f6" 2018-10-26 10:07:01,466 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-f3b2069e-9826-45ce-b695-257cfa4ab65d Date: Fri, 26 Oct 2018 10:07: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":["0aa75d5a-7514-42f5-a7ec-8442631f92e2"],"updated_at":"2018-10-26T10:06:43Z","tenant_id":"0f3f3f2607144b2bb776dd52fb5db4f7","created_at":"2018-10-26T10:06:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0f3f3f2607144b2bb776dd52fb5db4f7","id":"f7073185-f65c-4c9e-8c32-4a54dde9de8c","name":"CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-net"}]} 2018-10-26 10:07:01,466 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=f7073185-f65c-4c9e-8c32-4a54dde9de8c used request id req-f3b2069e-9826-45ce-b695-257cfa4ab65d 2018-10-26 10:07:01,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f7073185-f65c-4c9e-8c32-4a54dde9de8c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16d25a6505eaa3ac23e68442a1ad2c37c91648f6" 2018-10-26 10:07:01,679 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-5454f222-1215-4f49-8c6a-9e2d65c7fe7e Date: Fri, 26 Oct 2018 10:07:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f7073185-f65c-4c9e-8c32-4a54dde9de8c","tenant_id":"0f3f3f2607144b2bb776dd52fb5db4f7","created_at":"2018-10-26T10:06:43Z","dns_nameservers":[],"updated_at":"2018-10-26T10:06: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":"0f3f3f2607144b2bb776dd52fb5db4f7","id":"0aa75d5a-7514-42f5-a7ec-8442631f92e2","subnetpool_id":null,"name":"CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-subnet"}]} 2018-10-26 10:07:01,679 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f7073185-f65c-4c9e-8c32-4a54dde9de8c used request id req-5454f222-1215-4f49-8c6a-9e2d65c7fe7e 2018-10-26 10:07:01,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f7073185-f65c-4c9e-8c32-4a54dde9de8c&name=CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16d25a6505eaa3ac23e68442a1ad2c37c91648f6" 2018-10-26 10:07:01,900 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-d5730b1f-2134-45f5-b594-a896ca6c3a49 Date: Fri, 26 Oct 2018 10:07:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f7073185-f65c-4c9e-8c32-4a54dde9de8c","tenant_id":"0f3f3f2607144b2bb776dd52fb5db4f7","created_at":"2018-10-26T10:06:43Z","dns_nameservers":[],"updated_at":"2018-10-26T10:06: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":"0f3f3f2607144b2bb776dd52fb5db4f7","id":"0aa75d5a-7514-42f5-a7ec-8442631f92e2","subnetpool_id":null,"name":"CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-subnet"}]} 2018-10-26 10:07:01,900 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f7073185-f65c-4c9e-8c32-4a54dde9de8c&name=CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-subnet used request id req-d5730b1f-2134-45f5-b594-a896ca6c3a49 2018-10-26 10:07:01,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/0aa75d5a-7514-42f5-a7ec-8442631f92e2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16d25a6505eaa3ac23e68442a1ad2c37c91648f6" 2018-10-26 10:07:02,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 662 X-Openstack-Request-Id: req-2c452729-e7a2-4c76-9bd6-5844e396b415 Date: Fri, 26 Oct 2018 10:07:02 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f7073185-f65c-4c9e-8c32-4a54dde9de8c","tenant_id":"0f3f3f2607144b2bb776dd52fb5db4f7","created_at":"2018-10-26T10:06:43Z","dns_nameservers":[],"updated_at":"2018-10-26T10:06: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":"0f3f3f2607144b2bb776dd52fb5db4f7","id":"0aa75d5a-7514-42f5-a7ec-8442631f92e2","subnetpool_id":null,"name":"CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-subnet"}} 2018-10-26 10:07:02,109 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/0aa75d5a-7514-42f5-a7ec-8442631f92e2 used request id req-2c452729-e7a2-4c76-9bd6-5844e396b415 2018-10-26 10:07:02,110 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack 2018-10-26 10:07:02,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/c17af2d0-1432-4445-a70a-1b7af1dc974e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}242bb266b8fe45cb446b2bc1fcaa81831f2c291c" 2018-10-26 10:07:02,288 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:07:02 GMT Server: Apache x-openstack-request-id: req-08a2a311-4589-4423-8f6a-e4977eebfd75 Location: http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:07:02,329 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:07:02 GMT Server: Apache x-openstack-request-id: req-9be7b9c5-192d-4528-96b6-258229438e06 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:07:02,329 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e used request id req-9be7b9c5-192d-4528-96b6-258229438e06 2018-10-26 10:07:02,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/c17af2d0-1432-4445-a70a-1b7af1dc974e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}242bb266b8fe45cb446b2bc1fcaa81831f2c291c" 2018-10-26 10:07:02,506 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:07:02 GMT Server: Apache x-openstack-request-id: req-f35e32ed-e20d-41e0-aea1-0bfab39d83ba Location: http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:07:02,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:07:02 GMT Server: Apache x-openstack-request-id: req-5fecb496-7d64-47a6-92e0-833fa4913ad1 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": "0f3f3f2607144b2bb776dd52fb5db4f7", "OS::stack_id": "c17af2d0-1432-4445-a70a-1b7af1dc974e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack", "image_name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-image", "inst_name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-inst", "subnet_name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-subnet", "flavor_name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-flavor-name", "net_name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack", "stack_user_project_id": "1180d1a9acb74f4a8b54e8eac15ab916", "tags": null, "creation_time": "2018-10-26T10:06:40Z", "links": [{"href": "http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:07:02Z", "id": "c17af2d0-1432-4445-a70a-1b7af1dc974e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:07:02,532 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e used request id req-5fecb496-7d64-47a6-92e0-833fa4913ad1 2018-10-26 10:07:02,532 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-26 10:07:02,532 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:07:05,536 - create_stack - DEBUG - Stack status query timeout in 1196.79386806 2018-10-26 10:07:05,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/c17af2d0-1432-4445-a70a-1b7af1dc974e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}242bb266b8fe45cb446b2bc1fcaa81831f2c291c" 2018-10-26 10:07:05,727 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:07:05 GMT Server: Apache x-openstack-request-id: req-366bcf44-169d-437f-8e37-f19e3448a420 Location: http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:07:05,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:07:05 GMT Server: Apache x-openstack-request-id: req-ba349bb8-ae6f-4a8e-a067-079f9200a660 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": "0f3f3f2607144b2bb776dd52fb5db4f7", "OS::stack_id": "c17af2d0-1432-4445-a70a-1b7af1dc974e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack", "image_name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-image", "inst_name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-inst", "subnet_name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-subnet", "flavor_name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-flavor-name", "net_name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack", "stack_user_project_id": "1180d1a9acb74f4a8b54e8eac15ab916", "tags": null, "creation_time": "2018-10-26T10:06:40Z", "links": [{"href": "http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:07:02Z", "id": "c17af2d0-1432-4445-a70a-1b7af1dc974e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:07:05,756 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e used request id req-ba349bb8-ae6f-4a8e-a067-079f9200a660 2018-10-26 10:07:05,756 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-26 10:07:05,757 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:07:08,760 - create_stack - DEBUG - Stack status query timeout in 1193.56961298 2018-10-26 10:07:08,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/c17af2d0-1432-4445-a70a-1b7af1dc974e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}242bb266b8fe45cb446b2bc1fcaa81831f2c291c" 2018-10-26 10:07:08,945 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:07:08 GMT Server: Apache x-openstack-request-id: req-c833e9a6-a779-4c69-bace-98f8ec80b083 Location: http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:07:09,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:07:08 GMT Server: Apache x-openstack-request-id: req-9e5261a7-664a-4e66-968c-dfbbda631456 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": "0f3f3f2607144b2bb776dd52fb5db4f7", "OS::stack_id": "c17af2d0-1432-4445-a70a-1b7af1dc974e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack", "image_name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-image", "inst_name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-inst", "subnet_name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-subnet", "flavor_name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-flavor-name", "net_name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack", "stack_user_project_id": "1180d1a9acb74f4a8b54e8eac15ab916", "tags": null, "creation_time": "2018-10-26T10:06:40Z", "links": [{"href": "http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:07:02Z", "id": "c17af2d0-1432-4445-a70a-1b7af1dc974e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:07:09,069 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e used request id req-9e5261a7-664a-4e66-968c-dfbbda631456 2018-10-26 10:07:09,070 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-26 10:07:09,070 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:07:12,073 - create_stack - DEBUG - Stack status query timeout in 1190.25611997 2018-10-26 10:07:12,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/c17af2d0-1432-4445-a70a-1b7af1dc974e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}242bb266b8fe45cb446b2bc1fcaa81831f2c291c" 2018-10-26 10:07:12,103 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:07:12 GMT Server: Apache x-openstack-request-id: req-3a93454a-2820-4e7a-8e87-07d4e2560608 Location: http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:07:12,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:07:12 GMT Server: Apache x-openstack-request-id: req-a210b912-3309-4c10-bbab-255f9a2780a1 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": "0f3f3f2607144b2bb776dd52fb5db4f7", "OS::stack_id": "c17af2d0-1432-4445-a70a-1b7af1dc974e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack", "image_name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-image", "inst_name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-inst", "subnet_name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-subnet", "flavor_name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-flavor-name", "net_name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack", "stack_user_project_id": "1180d1a9acb74f4a8b54e8eac15ab916", "tags": null, "creation_time": "2018-10-26T10:06:40Z", "links": [{"href": "http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:07:02Z", "id": "c17af2d0-1432-4445-a70a-1b7af1dc974e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:07:12,275 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e used request id req-a210b912-3309-4c10-bbab-255f9a2780a1 2018-10-26 10:07:12,276 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-26 10:07:12,276 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:07:15,279 - create_stack - DEBUG - Stack status query timeout in 1187.05011201 2018-10-26 10:07:15,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/c17af2d0-1432-4445-a70a-1b7af1dc974e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}242bb266b8fe45cb446b2bc1fcaa81831f2c291c" 2018-10-26 10:07:15,461 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:07:15 GMT Server: Apache x-openstack-request-id: req-6b41cd75-8ec6-4a50-b2bf-8233c373fdcd Location: http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:07:15,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:07:15 GMT Server: Apache x-openstack-request-id: req-61556310-017e-4ac8-a1d9-94330deea3ea 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": "0f3f3f2607144b2bb776dd52fb5db4f7", "OS::stack_id": "c17af2d0-1432-4445-a70a-1b7af1dc974e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack", "image_name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-image", "inst_name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-inst", "subnet_name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-subnet", "flavor_name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-flavor-name", "net_name": "CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-net"}, "deletion_time": "2018-10-26T10:07:14Z", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack", "stack_user_project_id": "1180d1a9acb74f4a8b54e8eac15ab916", "tags": null, "creation_time": "2018-10-26T10:06:40Z", "links": [{"href": "http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-10-26T10:07:02Z", "id": "c17af2d0-1432-4445-a70a-1b7af1dc974e", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:07:15,505 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e used request id req-61556310-017e-4ac8-a1d9-94330deea3ea 2018-10-26 10:07:15,506 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-10-26 10:07:15,506 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack 2018-10-26 10:07:15,506 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack 2018-10-26 10:07:15,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/c17af2d0-1432-4445-a70a-1b7af1dc974e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}242bb266b8fe45cb446b2bc1fcaa81831f2c291c" 2018-10-26 10:07:15,535 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:07:15 GMT Server: Apache x-openstack-request-id: req-f782ed38-26e2-4d3f-b4b4-27f86b90d6ca Location: http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:07:15,563 - keystoneauth.session - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 10:07:15 GMT Server: Apache x-openstack-request-id: req-5307f0a0-9b10-4899-8544-e06f65e7b468 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-10-26 10:07:15,563 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/0f3f3f2607144b2bb776dd52fb5db4f7/stacks/CreateStackSuccessTests-CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-stack/c17af2d0-1432-4445-a70a-1b7af1dc974e used request id req-5307f0a0-9b10-4899-8544-e06f65e7b468 2018-10-26 10:07:15,564 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-51e62ba7-10e3-42b8-b0ea-fc19f528335e-image 2018-10-26 10:07:15,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/f52cd391-ee8a-499b-a462-5ed598c835da -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9d76857fe304843315554c05aaff4b439ec58c7e" 2018-10-26 10:07:17,096 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-80abb19a-0259-45b4-9b91-8188d01fa47b Date: Fri, 26 Oct 2018 10:07: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-26 10:07:17,097 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/f52cd391-ee8a-499b-a462-5ed598c835da used request id req-80abb19a-0259-45b4-9b91-8188d01fa47b 2018-10-26 10:07:17,101 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/539a1703-4f16-4009-a235-c147f5c3d854 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0eb32478e776a645e3d1fb6a4e197a47650a290" 2018-10-26 10:07:17,139 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10: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-031832d2-138b-4024-a337-0b7302817ff9 x-compute-request-id: req-031832d2-138b-4024-a337-0b7302817ff9 Content-Length: 0 Content-Type: application/json 2018-10-26 10:07:17,139 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/539a1703-4f16-4009-a235-c147f5c3d854 used request id req-031832d2-138b-4024-a337-0b7302817ff9 2018-10-26 10:07:17,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73d1f0a8e2355fd5a4375b2580f3fd76114c4c31" 2018-10-26 10:07:17,346 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-59b2e6c8-6346-4665-ab7c-ec9a0127cfbb Date: Fri, 26 Oct 2018 10:07:17 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0f3f3f2607144b2bb776dd52fb5db4f7", "created_at": "2018-10-26T10:06:41Z", "updated_at": "2018-10-26T10:06:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:06:41Z", "revision_number": 0, "id": "9ba7116c-4c7c-4aec-ba61-72d46831563b", "remote_group_id": "66263a9d-147f-40ab-8306-3326581d85fa", "remote_ip_prefix": null, "created_at": "2018-10-26T10:06:41Z", "security_group_id": "66263a9d-147f-40ab-8306-3326581d85fa", "tenant_id": "0f3f3f2607144b2bb776dd52fb5db4f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f3f3f2607144b2bb776dd52fb5db4f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:06:41Z", "revision_number": 0, "id": "9f9078b9-4938-43ef-9841-51671c7388ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:06:41Z", "security_group_id": "66263a9d-147f-40ab-8306-3326581d85fa", "tenant_id": "0f3f3f2607144b2bb776dd52fb5db4f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "0f3f3f2607144b2bb776dd52fb5db4f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:06:41Z", "revision_number": 0, "id": "a848681a-8990-4b22-acf0-9b5cfc8ca029", "remote_group_id": "66263a9d-147f-40ab-8306-3326581d85fa", "remote_ip_prefix": null, "created_at": "2018-10-26T10:06:41Z", "security_group_id": "66263a9d-147f-40ab-8306-3326581d85fa", "tenant_id": "0f3f3f2607144b2bb776dd52fb5db4f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f3f3f2607144b2bb776dd52fb5db4f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:06:41Z", "revision_number": 0, "id": "ad062958-429c-406d-b019-da05acd52e73", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:06:41Z", "security_group_id": "66263a9d-147f-40ab-8306-3326581d85fa", "tenant_id": "0f3f3f2607144b2bb776dd52fb5db4f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "0f3f3f2607144b2bb776dd52fb5db4f7"}], "revision_number": 4, "project_id": "0f3f3f2607144b2bb776dd52fb5db4f7", "id": "66263a9d-147f-40ab-8306-3326581d85fa", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 10:07:17,347 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-59b2e6c8-6346-4665-ab7c-ec9a0127cfbb 2018-10-26 10:07:17,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/0f3f3f2607144b2bb776dd52fb5db4f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73d1f0a8e2355fd5a4375b2580f3fd76114c4c31" 2018-10-26 10:07:17,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:07:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a277894b-dba4-433a-a186-0abc4badc9d1 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/0f3f3f2607144b2bb776dd52fb5db4f7"}, "enabled": true, "id": "0f3f3f2607144b2bb776dd52fb5db4f7", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-d65c59a5-bd13-47a-proj"}} 2018-10-26 10:07:17,434 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/0f3f3f2607144b2bb776dd52fb5db4f7 used request id req-a277894b-dba4-433a-a186-0abc4badc9d1 2018-10-26 10:07:17,434 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 66263a9d-147f-40ab-8306-3326581d85fa 2018-10-26 10:07:17,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=66263a9d-147f-40ab-8306-3326581d85fa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73d1f0a8e2355fd5a4375b2580f3fd76114c4c31" 2018-10-26 10:07:17,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-473ff1d9-cee1-4bf9-b830-b50f9284b942 Date: Fri, 26 Oct 2018 10:07:17 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "66263a9d-147f-40ab-8306-3326581d85fa", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:06:41Z", "security_group_id": "66263a9d-147f-40ab-8306-3326581d85fa", "port_range_min": null, "revision_number": 0, "tenant_id": "0f3f3f2607144b2bb776dd52fb5db4f7", "created_at": "2018-10-26T10:06:41Z", "project_id": "0f3f3f2607144b2bb776dd52fb5db4f7", "id": "9ba7116c-4c7c-4aec-ba61-72d46831563b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:06:41Z", "security_group_id": "66263a9d-147f-40ab-8306-3326581d85fa", "port_range_min": null, "revision_number": 0, "tenant_id": "0f3f3f2607144b2bb776dd52fb5db4f7", "created_at": "2018-10-26T10:06:41Z", "project_id": "0f3f3f2607144b2bb776dd52fb5db4f7", "id": "9f9078b9-4938-43ef-9841-51671c7388ac"}, {"remote_group_id": "66263a9d-147f-40ab-8306-3326581d85fa", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:06:41Z", "security_group_id": "66263a9d-147f-40ab-8306-3326581d85fa", "port_range_min": null, "revision_number": 0, "tenant_id": "0f3f3f2607144b2bb776dd52fb5db4f7", "created_at": "2018-10-26T10:06:41Z", "project_id": "0f3f3f2607144b2bb776dd52fb5db4f7", "id": "a848681a-8990-4b22-acf0-9b5cfc8ca029"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:06:41Z", "security_group_id": "66263a9d-147f-40ab-8306-3326581d85fa", "port_range_min": null, "revision_number": 0, "tenant_id": "0f3f3f2607144b2bb776dd52fb5db4f7", "created_at": "2018-10-26T10:06:41Z", "project_id": "0f3f3f2607144b2bb776dd52fb5db4f7", "id": "ad062958-429c-406d-b019-da05acd52e73"}]} 2018-10-26 10:07:17,625 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=66263a9d-147f-40ab-8306-3326581d85fa used request id req-473ff1d9-cee1-4bf9-b830-b50f9284b942 2018-10-26 10:07:17,625 - neutron_utils - INFO - Deleting security group with name - default 2018-10-26 10:07:17,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/66263a9d-147f-40ab-8306-3326581d85fa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73d1f0a8e2355fd5a4375b2580f3fd76114c4c31" 2018-10-26 10:07:17,928 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c30ecdf3-8da9-4ffa-8878-cfc8917403c8 Content-Length: 0 Date: Fri, 26 Oct 2018 10:07:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:07:17,928 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/66263a9d-147f-40ab-8306-3326581d85fa used request id req-c30ecdf3-8da9-4ffa-8878-cfc8917403c8 2018-10-26 10:07:17,929 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-d65c59a5-bd13-47a-proj 2018-10-26 10:07:17,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/0f3f3f2607144b2bb776dd52fb5db4f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73d1f0a8e2355fd5a4375b2580f3fd76114c4c31" 2018-10-26 10:07:18,165 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:07:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b38f890a-c973-4f4e-a2d7-8d63f10cda3f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:07:18,165 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/0f3f3f2607144b2bb776dd52fb5db4f7 used request id req-b38f890a-c973-4f4e-a2d7-8d63f10cda3f 2018-10-26 10:07:18,166 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-d65c59a5-bd13-47a-proj-role 2018-10-26 10:07:18,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/9c7d7eea3cb840dab2019d8e554d6eb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73d1f0a8e2355fd5a4375b2580f3fd76114c4c31" 2018-10-26 10:07:18,293 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:07:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-61d0c5fd-a7c6-4289-9771-49cd4c53674e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:07:18,293 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/9c7d7eea3cb840dab2019d8e554d6eb3 used request id req-61d0c5fd-a7c6-4289-9771-49cd4c53674e 2018-10-26 10:07:18,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73d1f0a8e2355fd5a4375b2580f3fd76114c4c31" 2018-10-26 10:07:18,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:07:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13ec0962-f837-4de3-8e17-4b966d10bf5e Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:07:18,378 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-13ec0962-f837-4de3-8e17-4b966d10bf5e 2018-10-26 10:07:18,379 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-d65c59a5-bd13-47a-user 2018-10-26 10:07:18,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/589903e1faf94d1fa4b878f9c43c037f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40fe8f19b0645ac2f059e43972cfc095aeb483dd" 2018-10-26 10:07:18,649 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:07:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-15a337f2-396c-41f0-9549-8a7bcde6c0c7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:07:18,649 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/589903e1faf94d1fa4b878f9c43c037f used request id req-15a337f2-396c-41f0-9549-8a7bcde6c0c7 2018-10-26 10:07:18,651 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:07:19,042 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:07:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["wTncfVi7TVasty8WOgrFpg"], "issued_at": "2018-10-26T10:07:19.000000Z"}} 2018-10-26 10:07:19,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93775f6a49b9eab868cccba93e4031236b9b21ee" 2018-10-26 10:07:19,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:07:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-686d93d9-ef0b-470f-8a96-4ad8a65a5a67 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:07:19,125 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-686d93d9-ef0b-470f-8a96-4ad8a65a5a67 2018-10-26 10:07:19,126 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:07:19,128 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:07:19,514 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:07:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["x-PB1OwUTxGNTjiWqeFceQ"], "issued_at": "2018-10-26T10:07:19.000000Z"}} 2018-10-26 10:07:19,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6849471556536f116355b867c641897786b5d93d" 2018-10-26 10:07:19,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:07:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec73a41a-6375-4fc9-9db7-561eafcfc4d8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:07:19,602 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ec73a41a-6375-4fc9-9db7-561eafcfc4d8 2018-10-26 10:07:19,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:07:19,612 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:07:19,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-807c0563-3be9-430-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6849471556536f116355b867c641897786b5d93d" 2018-10-26 10:07:19,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:07:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0a241a3-ae37-4587-9f82-6536cd6978a6 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-807c0563-3be9-430-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 10:07:19,704 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-807c0563-3be9-430-proj used request id req-a0a241a3-ae37-4587-9f82-6536cd6978a6 2018-10-26 10:07:19,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6849471556536f116355b867c641897786b5d93d" 2018-10-26 10:07:19,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:07:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9258277-e51d-4f13-9f09-e343076183ec Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 10:07:19,797 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-c9258277-e51d-4f13-9f09-e343076183ec 2018-10-26 10:07:19,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6849471556536f116355b867c641897786b5d93d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-807c0563-3be9-430-proj"}}' 2018-10-26 10:07:19,910 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:07:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-69c5d54a-31c2-47c5-9239-6387e414ec04 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/14dafb2fe5074429abd1440afe74d820"}, "enabled": true, "id": "14dafb2fe5074429abd1440afe74d820", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-807c0563-3be9-430-proj"}} 2018-10-26 10:07:19,910 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-69c5d54a-31c2-47c5-9239-6387e414ec04 2018-10-26 10:07:19,910 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-807c0563-3be9-430-proj 2018-10-26 10:07:19,911 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:07:19,912 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:07:20,294 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:07:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["nR-nHK1XQpm_Z_FKyYHulg"], "issued_at": "2018-10-26T10:07:20.000000Z"}} 2018-10-26 10:07:20,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80753437397bd2dfdeb89701b697a135c1e21fa9" 2018-10-26 10:07:20,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:07:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbea5a28-bb83-4ce4-9304-2e8b0db8bba1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:07:20,388 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-cbea5a28-bb83-4ce4-9304-2e8b0db8bba1 2018-10-26 10:07:20,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:07:20,398 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:07: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:07:20,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80753437397bd2dfdeb89701b697a135c1e21fa9" 2018-10-26 10:07:20,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:07:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c71fca4-be4b-458d-9af3-a7e784aa0aa8 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 10:07:20,504 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-6c71fca4-be4b-458d-9af3-a7e784aa0aa8 2018-10-26 10:07:20,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-807c0563-3be9-430-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80753437397bd2dfdeb89701b697a135c1e21fa9" 2018-10-26 10:07:20,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:07:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f72d770f-92fd-4384-8d6a-3e8f1167c0d9 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-807c0563-3be9-430-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/14dafb2fe5074429abd1440afe74d820"}, "enabled": true, "id": "14dafb2fe5074429abd1440afe74d820", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-807c0563-3be9-430-proj"}]} 2018-10-26 10:07:20,601 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-807c0563-3be9-430-proj used request id req-f72d770f-92fd-4384-8d6a-3e8f1167c0d9 2018-10-26 10:07:20,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80753437397bd2dfdeb89701b697a135c1e21fa9" 2018-10-26 10:07:20,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:07:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a84d25bb-60e3-491f-b89b-dec876f0bb9c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 10:07:20,689 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-a84d25bb-60e3-491f-b89b-dec876f0bb9c 2018-10-26 10:07:21,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80753437397bd2dfdeb89701b697a135c1e21fa9" 2018-10-26 10:07:21,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:07:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30e664fe-3c27-4f68-9510-28ca7652ae4e Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:07:21,096 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-30e664fe-3c27-4f68-9510-28ca7652ae4e 2018-10-26 10:07:21,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-807c0563-3be9-430-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80753437397bd2dfdeb89701b697a135c1e21fa9" 2018-10-26 10:07:21,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:07:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1984224-9ff6-48c4-805b-4926e8216071 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-807c0563-3be9-430-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/14dafb2fe5074429abd1440afe74d820"}, "enabled": true, "id": "14dafb2fe5074429abd1440afe74d820", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-807c0563-3be9-430-proj"}]} 2018-10-26 10:07:21,184 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-807c0563-3be9-430-proj used request id req-c1984224-9ff6-48c4-805b-4926e8216071 2018-10-26 10:07:21,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users/7e9f4b71489344d9a1a49c32099b2c6f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80753437397bd2dfdeb89701b697a135c1e21fa9" 2018-10-26 10:07:21,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:07:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd9b7129-3a62-41b2-8465-9b589037d924 Content-Encoding: gzip Content-Length: 244 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-807c0563-3be9-430-user", "links": {"self": "http://172.30.9.21:5000/v3/users/7e9f4b71489344d9a1a49c32099b2c6f"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "14dafb2fe5074429abd1440afe74d820", "id": "7e9f4b71489344d9a1a49c32099b2c6f", "password_expires_at": null}} 2018-10-26 10:07:21,292 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/7e9f4b71489344d9a1a49c32099b2c6f used request id req-bd9b7129-3a62-41b2-8465-9b589037d924 2018-10-26 10:07:21,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/14dafb2fe5074429abd1440afe74d820/users/7e9f4b71489344d9a1a49c32099b2c6f/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80753437397bd2dfdeb89701b697a135c1e21fa9" 2018-10-26 10:07:21,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:07:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03651f84-18bd-4b68-9c2f-68fe9f155f12 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/14dafb2fe5074429abd1440afe74d820/users/7e9f4b71489344d9a1a49c32099b2c6f/roles", "previous": null, "next": null}, "roles": []} 2018-10-26 10:07:21,402 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/14dafb2fe5074429abd1440afe74d820/users/7e9f4b71489344d9a1a49c32099b2c6f/roles used request id req-03651f84-18bd-4b68-9c2f-68fe9f155f12 2018-10-26 10:07:21,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80753437397bd2dfdeb89701b697a135c1e21fa9" 2018-10-26 10:07:21,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:07:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-372baa15-1ca2-44cd-9435-c6d471f20baf Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "domain_id": null, "name": "heat_stack_owner", "id": "4f75e021dfe74c9ab7a3aee778a72c84"}} 2018-10-26 10:07:21,486 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84 used request id req-372baa15-1ca2-44cd-9435-c6d471f20baf 2018-10-26 10:07:21,487 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-807c0563-3be9-430-proj 2018-10-26 10:07:21,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/14dafb2fe5074429abd1440afe74d820/users/7e9f4b71489344d9a1a49c32099b2c6f/roles/4f75e021dfe74c9ab7a3aee778a72c84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80753437397bd2dfdeb89701b697a135c1e21fa9" 2018-10-26 10:07:21,620 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:07:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a0945bc1-0bc8-425f-ab35-67831d812529 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:07:21,620 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/14dafb2fe5074429abd1440afe74d820/users/7e9f4b71489344d9a1a49c32099b2c6f/roles/4f75e021dfe74c9ab7a3aee778a72c84 used request id req-a0945bc1-0bc8-425f-ab35-67831d812529 2018-10-26 10:07:21,620 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-807c0563-3be9-430-user 2018-10-26 10:07:21,621 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:07:21,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6849471556536f116355b867c641897786b5d93d" 2018-10-26 10:07:21,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:07:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-665727e3-3727-489f-b8de-cfdb88cc6b6a Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:07:21,713 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-665727e3-3727-489f-b8de-cfdb88cc6b6a 2018-10-26 10:07:21,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6849471556536f116355b867c641897786b5d93d" -d '{"role": {"name": "CreateStackSuccessTests-807c0563-3be9-430-proj-role"}}' 2018-10-26 10:07:21,929 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:07:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a5bb856c-537a-4b01-8c04-aa6ea1068211 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8a0f64c7cb9f424894c7d65d1b4638dc", "links": {"self": "http://172.30.9.21:5000/v3/roles/8a0f64c7cb9f424894c7d65d1b4638dc"}, "name": "CreateStackSuccessTests-807c0563-3be9-430-proj-role"}} 2018-10-26 10:07:21,929 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-a5bb856c-537a-4b01-8c04-aa6ea1068211 2018-10-26 10:07:21,929 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-807c0563-3be9-430-proj-role 2018-10-26 10:07:21,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/8a0f64c7cb9f424894c7d65d1b4638dc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6849471556536f116355b867c641897786b5d93d" 2018-10-26 10:07:22,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:07:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa7a43ac-e8a3-4de7-bdf0-52a98c43eba8 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/8a0f64c7cb9f424894c7d65d1b4638dc"}, "domain_id": null, "name": "CreateStackSuccessTests-807c0563-3be9-430-proj-role", "id": "8a0f64c7cb9f424894c7d65d1b4638dc"}} 2018-10-26 10:07:22,023 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/8a0f64c7cb9f424894c7d65d1b4638dc used request id req-fa7a43ac-e8a3-4de7-bdf0-52a98c43eba8 2018-10-26 10:07:22,023 - keystone_utils - INFO - Granting role CreateStackSuccessTests-807c0563-3be9-430-proj-role to project CreateStackSuccessTests-807c0563-3be9-430-proj 2018-10-26 10:07:22,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/14dafb2fe5074429abd1440afe74d820/users/7e9f4b71489344d9a1a49c32099b2c6f/roles/8a0f64c7cb9f424894c7d65d1b4638dc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6849471556536f116355b867c641897786b5d93d" 2018-10-26 10:07:22,165 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:07:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6d06aa41-fc3e-49fb-bc8c-ed861f0c48f7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:07:22,165 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/14dafb2fe5074429abd1440afe74d820/users/7e9f4b71489344d9a1a49c32099b2c6f/roles/8a0f64c7cb9f424894c7d65d1b4638dc used request id req-6d06aa41-fc3e-49fb-bc8c-ed861f0c48f7 2018-10-26 10:07:22,166 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-26 10:07:22,166 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-26 10:07:22,166 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:07:22,167 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:07:22,549 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8a0f64c7cb9f424894c7d65d1b4638dc", "name": "CreateStackSuccessTests-807c0563-3be9-430-proj-role"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:07:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "14dafb2fe5074429abd1440afe74d820", "name": "CreateStackSuccessTests-807c0563-3be9-430-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/14dafb2fe5074429abd1440afe74d820", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/14dafb2fe5074429abd1440afe74d820", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/14dafb2fe5074429abd1440afe74d820", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/14dafb2fe5074429abd1440afe74d820", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/14dafb2fe5074429abd1440afe74d820", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/14dafb2fe5074429abd1440afe74d820", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/14dafb2fe5074429abd1440afe74d820", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/14dafb2fe5074429abd1440afe74d820", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/14dafb2fe5074429abd1440afe74d820", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/14dafb2fe5074429abd1440afe74d820", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/14dafb2fe5074429abd1440afe74d820", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-807c0563-3be9-430-user", "id": "7e9f4b71489344d9a1a49c32099b2c6f"}, "audit_ids": ["-VnxURjMQIuiVVaRLlU6CQ"], "issued_at": "2018-10-26T10:07:22.000000Z"}} 2018-10-26 10:07:22,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e79bf5460edf33c33afe25eff3cdbc0f3f280562" 2018-10-26 10:07:22,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:07:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d887d3b-ea66-499a-bb5d-c54e81014bea Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:07:22,630 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-7d887d3b-ea66-499a-bb5d-c54e81014bea 2018-10-26 10:07:22,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e79bf5460edf33c33afe25eff3cdbc0f3f280562" 2018-10-26 10:07:22,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-0dc45e11-66ec-4ae8-b920-1c422a0b2157 Date: Fri, 26 Oct 2018 10:07:22 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-image"} 2018-10-26 10:07:22,818 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-image used request id req-0dc45e11-66ec-4ae8-b920-1c422a0b2157 2018-10-26 10:07:22,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e79bf5460edf33c33afe25eff3cdbc0f3f280562" 2018-10-26 10:07:23,001 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-12d49f3c-fc6e-4dbe-aabd-ab4d7b3c302b Date: Fri, 26 Oct 2018 10:07: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-26 10:07:23,001 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-12d49f3c-fc6e-4dbe-aabd-ab4d7b3c302b 2018-10-26 10:07:23,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e79bf5460edf33c33afe25eff3cdbc0f3f280562" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-image"}' 2018-10-26 10:07:23,218 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/0d21108b-fd95-4b50-9d14-fbe28f781f56 X-Openstack-Request-Id: req-690fe083-ba64-415e-9ab7-75a5a5c3cf69 Date: Fri, 26 Oct 2018 10:07:23 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:07:23Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-26T10:07:23Z", "visibility": "shared", "locations": [], "self": "/v2/images/0d21108b-fd95-4b50-9d14-fbe28f781f56", "min_disk": 0, "protected": false, "id": "0d21108b-fd95-4b50-9d14-fbe28f781f56", "file": "/v2/images/0d21108b-fd95-4b50-9d14-fbe28f781f56/file", "checksum": null, "owner": "14dafb2fe5074429abd1440afe74d820", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:07:23,218 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-690fe083-ba64-415e-9ab7-75a5a5c3cf69 2018-10-26 10:07:23,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/0d21108b-fd95-4b50-9d14-fbe28f781f56/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e79bf5460edf33c33afe25eff3cdbc0f3f280562" -d '' 2018-10-26 10:07:24,840 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e421bc6b-8db5-4518-adc2-35b163e19469 Date: Fri, 26 Oct 2018 10:07: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-26 10:07:24,841 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/0d21108b-fd95-4b50-9d14-fbe28f781f56/file used request id req-e421bc6b-8db5-4518-adc2-35b163e19469 2018-10-26 10:07:24,841 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 10:07:24,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/0d21108b-fd95-4b50-9d14-fbe28f781f56 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e79bf5460edf33c33afe25eff3cdbc0f3f280562" 2018-10-26 10:07:25,104 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-b6e457c9-3e6c-442e-be1e-1e53ea799fc2 Date: Fri, 26 Oct 2018 10:07:25 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:07:23Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T10:07:24Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/0d21108b-fd95-4b50-9d14-fbe28f781f56/snap", "metadata": {}}], "self": "/v2/images/0d21108b-fd95-4b50-9d14-fbe28f781f56", "min_disk": 0, "protected": false, "id": "0d21108b-fd95-4b50-9d14-fbe28f781f56", "file": "/v2/images/0d21108b-fd95-4b50-9d14-fbe28f781f56/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "14dafb2fe5074429abd1440afe74d820", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/0d21108b-fd95-4b50-9d14-fbe28f781f56/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:07:25,104 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/0d21108b-fd95-4b50-9d14-fbe28f781f56 used request id req-b6e457c9-3e6c-442e-be1e-1e53ea799fc2 2018-10-26 10:07:25,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e79bf5460edf33c33afe25eff3cdbc0f3f280562" 2018-10-26 10:07:25,257 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0a2a9514-977b-48a8-a78e-a8500d8b779f Date: Fri, 26 Oct 2018 10:07: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-26 10:07:25,258 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-0a2a9514-977b-48a8-a78e-a8500d8b779f 2018-10-26 10:07:25,260 - create_image - INFO - Created image with name - CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-image 2018-10-26 10:07:25,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/0d21108b-fd95-4b50-9d14-fbe28f781f56 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e79bf5460edf33c33afe25eff3cdbc0f3f280562" 2018-10-26 10:07:25,423 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-158a133b-6a27-4685-8eca-2719b8a3c1c0 Date: Fri, 26 Oct 2018 10:07:25 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:07:23Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T10:07:24Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/0d21108b-fd95-4b50-9d14-fbe28f781f56/snap", "metadata": {}}], "self": "/v2/images/0d21108b-fd95-4b50-9d14-fbe28f781f56", "min_disk": 0, "protected": false, "id": "0d21108b-fd95-4b50-9d14-fbe28f781f56", "file": "/v2/images/0d21108b-fd95-4b50-9d14-fbe28f781f56/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "14dafb2fe5074429abd1440afe74d820", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/0d21108b-fd95-4b50-9d14-fbe28f781f56/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:07:25,423 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/0d21108b-fd95-4b50-9d14-fbe28f781f56 used request id req-158a133b-6a27-4685-8eca-2719b8a3c1c0 2018-10-26 10:07:25,424 - create_image - DEBUG - Instance status is - active 2018-10-26 10:07:25,424 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-image 2018-10-26 10:07:25,424 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-image 2018-10-26 10:07:25,424 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:07:25,425 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:07:25,893 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:07:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["W3eggvZ_SEKb5JtMO4YeeA"], "issued_at": "2018-10-26T10:07:25.000000Z"}} 2018-10-26 10:07:25,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8b64e3766676cb3f5b61785863ed45364e93849" 2018-10-26 10:07:25,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:07:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a058f25-03b1-4a13-a5f8-7e7ee09ffe7c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:07:25,970 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5a058f25-03b1-4a13-a5f8-7e7ee09ffe7c 2018-10-26 10:07:25,971 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:07:25,975 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8b64e3766676cb3f5b61785863ed45364e93849" 2018-10-26 10:07:26,153 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:07: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-dc307597-ac94-488e-aba4-25f73241eefc x-compute-request-id: req-dc307597-ac94-488e-aba4-25f73241eefc Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-26 10:07:26,153 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-dc307597-ac94-488e-aba4-25f73241eefc 2018-10-26 10:07:26,156 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8b64e3766676cb3f5b61785863ed45364e93849" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-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-26 10:07:26,210 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-53abfa13-c0f1-4f0f-a493-b724609f0e86 x-compute-request-id: req-53abfa13-c0f1-4f0f-a493-b724609f0e86 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/0cda2003-667e-4b2b-a685-75bec42eebb7", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/0cda2003-667e-4b2b-a685-75bec42eebb7", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "0cda2003-667e-4b2b-a685-75bec42eebb7", "name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 10:07:26,210 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-53abfa13-c0f1-4f0f-a493-b724609f0e86 2018-10-26 10:07:26,211 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:07:26,212 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:07:26,684 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8a0f64c7cb9f424894c7d65d1b4638dc", "name": "CreateStackSuccessTests-807c0563-3be9-430-proj-role"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:07:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "14dafb2fe5074429abd1440afe74d820", "name": "CreateStackSuccessTests-807c0563-3be9-430-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/14dafb2fe5074429abd1440afe74d820", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/14dafb2fe5074429abd1440afe74d820", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/14dafb2fe5074429abd1440afe74d820", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/14dafb2fe5074429abd1440afe74d820", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/14dafb2fe5074429abd1440afe74d820", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/14dafb2fe5074429abd1440afe74d820", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/14dafb2fe5074429abd1440afe74d820", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/14dafb2fe5074429abd1440afe74d820", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/14dafb2fe5074429abd1440afe74d820", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/14dafb2fe5074429abd1440afe74d820", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/14dafb2fe5074429abd1440afe74d820", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-807c0563-3be9-430-user", "id": "7e9f4b71489344d9a1a49c32099b2c6f"}, "audit_ids": ["AA2XuBrQTnmVL-CVn2EAmg"], "issued_at": "2018-10-26T10:07:26.000000Z"}} 2018-10-26 10:07:26,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f56dc2d7dfa6899d36d795b24812be657e99c4a5" 2018-10-26 10:07:26,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:07:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-288458d8-9523-4d7a-90b1-cdb32ab5d502 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:07:26,770 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-288458d8-9523-4d7a-90b1-cdb32ab5d502 2018-10-26 10:07:26,772 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:07:26,774 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-26 10:07:26,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f56dc2d7dfa6899d36d795b24812be657e99c4a5" 2018-10-26 10:07:27,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:07:26 GMT Server: Apache x-openstack-request-id: req-db3d002a-ad33-462f-84e4-df9ea4c09c1a Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-10-26 10:07:27,039 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack used request id req-db3d002a-ad33-462f-84e4-df9ea4c09c1a 2018-10-26 10:07:27,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f56dc2d7dfa6899d36d795b24812be657e99c4a5" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-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-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-net", "inst_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-inst", "subnet_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-subnet", "image_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-image", "flavor_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-flavor-name"}}' 2018-10-26 10:07:29,191 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:07:27 GMT Server: Apache x-openstack-request-id: req-64fc9956-2fab-4598-b4b2-a66685a8e266 Location: http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3 Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3", "links": [{"href": "http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3", "rel": "self"}]}} 2018-10-26 10:07:29,191 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks used request id req-64fc9956-2fab-4598-b4b2-a66685a8e266 2018-10-26 10:07:29,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f56dc2d7dfa6899d36d795b24812be657e99c4a5" 2018-10-26 10:07:29,375 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:07:29 GMT Server: Apache x-openstack-request-id: req-61243694-abec-4fe8-b967-b468ae94bb35 Location: http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:07:29,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:07:29 GMT Server: Apache x-openstack-request-id: req-b41f3da6-5056-4671-abc7-e27b642f9c7c 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": "14dafb2fe5074429abd1440afe74d820", "OS::stack_id": "98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack", "image_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-image", "inst_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-inst", "subnet_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-subnet", "net_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-net", "flavor_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack", "stack_user_project_id": "8d0d8391da194467bd0fe612685b54c4", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T10:07:28Z", "links": [{"href": "http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:07:29,566 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3 used request id req-b41f3da6-5056-4671-abc7-e27b642f9c7c 2018-10-26 10:07:29,566 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack 2018-10-26 10:07:29,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f56dc2d7dfa6899d36d795b24812be657e99c4a5" 2018-10-26 10:07:29,751 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:07:29 GMT Server: Apache x-openstack-request-id: req-4b906fcf-6b1d-4f32-ab55-ee4109644fcd Location: http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:07:29,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:07:29 GMT Server: Apache x-openstack-request-id: req-3c783dff-b59c-4518-8ac6-d30dd022c6f0 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": "14dafb2fe5074429abd1440afe74d820", "OS::stack_id": "98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack", "image_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-image", "inst_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-inst", "subnet_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-subnet", "net_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-net", "flavor_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack", "stack_user_project_id": "8d0d8391da194467bd0fe612685b54c4", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T10:07:28Z", "links": [{"href": "http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:07:29,948 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3 used request id req-3c783dff-b59c-4518-8ac6-d30dd022c6f0 2018-10-26 10:07:29,948 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-26 10:07:29,948 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:07:32,951 - create_stack - DEBUG - Stack status query timeout in 1196.61507082 2018-10-26 10:07:32,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f56dc2d7dfa6899d36d795b24812be657e99c4a5" 2018-10-26 10:07:33,125 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:07:32 GMT Server: Apache x-openstack-request-id: req-2994d183-f60a-4124-a56a-dd065e31bd4c Location: http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:07:33,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:07:33 GMT Server: Apache x-openstack-request-id: req-791485f7-5c50-47dc-a64e-9a2324ed2f19 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": "14dafb2fe5074429abd1440afe74d820", "OS::stack_id": "98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack", "image_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-image", "inst_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-inst", "subnet_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-subnet", "net_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-net", "flavor_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack", "stack_user_project_id": "8d0d8391da194467bd0fe612685b54c4", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T10:07:28Z", "links": [{"href": "http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:07:33,320 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3 used request id req-791485f7-5c50-47dc-a64e-9a2324ed2f19 2018-10-26 10:07:33,320 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-26 10:07:33,321 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:07:36,324 - create_stack - DEBUG - Stack status query timeout in 1193.242769 2018-10-26 10:07:36,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f56dc2d7dfa6899d36d795b24812be657e99c4a5" 2018-10-26 10:07:36,496 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:07:36 GMT Server: Apache x-openstack-request-id: req-ea0431b4-6c35-4959-9fb3-a697d9945e80 Location: http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:07:36,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:07:36 GMT Server: Apache x-openstack-request-id: req-63c53593-5f8f-477f-af1a-c912470c62fc 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": "14dafb2fe5074429abd1440afe74d820", "OS::stack_id": "98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack", "image_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-image", "inst_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-inst", "subnet_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-subnet", "net_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-net", "flavor_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack", "stack_user_project_id": "8d0d8391da194467bd0fe612685b54c4", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T10:07:28Z", "links": [{"href": "http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:07:36,688 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3 used request id req-63c53593-5f8f-477f-af1a-c912470c62fc 2018-10-26 10:07:36,689 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-26 10:07:36,689 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:07:39,691 - create_stack - DEBUG - Stack status query timeout in 1189.87538505 2018-10-26 10:07:39,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f56dc2d7dfa6899d36d795b24812be657e99c4a5" 2018-10-26 10:07:39,718 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:07:39 GMT Server: Apache x-openstack-request-id: req-e53ff1bf-8cd7-4982-b4f9-11b175252e78 Location: http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:07:39,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:07:39 GMT Server: Apache x-openstack-request-id: req-80ba3af2-7f11-415d-b2e1-1a9fc057750a 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": "14dafb2fe5074429abd1440afe74d820", "OS::stack_id": "98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack", "image_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-image", "inst_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-inst", "subnet_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-subnet", "net_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-net", "flavor_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack", "stack_user_project_id": "8d0d8391da194467bd0fe612685b54c4", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T10:07:28Z", "links": [{"href": "http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:07:39,760 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3 used request id req-80ba3af2-7f11-415d-b2e1-1a9fc057750a 2018-10-26 10:07:39,760 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-26 10:07:39,760 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:07:42,762 - create_stack - DEBUG - Stack status query timeout in 1186.80484986 2018-10-26 10:07:42,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f56dc2d7dfa6899d36d795b24812be657e99c4a5" 2018-10-26 10:07:42,946 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:07:42 GMT Server: Apache x-openstack-request-id: req-d87b4db3-5c10-43c0-b381-22a7a07e6b7f Location: http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:07:43,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:07:42 GMT Server: Apache x-openstack-request-id: req-8e71ce1e-be0e-4a6f-b270-e8bc0facb939 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": "14dafb2fe5074429abd1440afe74d820", "OS::stack_id": "98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack", "image_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-image", "inst_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-inst", "subnet_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-subnet", "net_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-net", "flavor_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack", "stack_user_project_id": "8d0d8391da194467bd0fe612685b54c4", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T10:07:28Z", "links": [{"href": "http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:07:43,166 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3 used request id req-8e71ce1e-be0e-4a6f-b270-e8bc0facb939 2018-10-26 10:07:43,167 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-26 10:07:43,167 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:07:46,170 - create_stack - DEBUG - Stack status query timeout in 1183.39631486 2018-10-26 10:07:46,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f56dc2d7dfa6899d36d795b24812be657e99c4a5" 2018-10-26 10:07:46,201 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:07:46 GMT Server: Apache x-openstack-request-id: req-b75efd91-c5ca-466b-ae6d-a2c703c1d8e8 Location: http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:07:46,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:07:46 GMT Server: Apache x-openstack-request-id: req-f1ff274e-e64a-4687-9f51-a578a22e18e5 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": "14dafb2fe5074429abd1440afe74d820", "OS::stack_id": "98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack", "image_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-image", "inst_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-inst", "subnet_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-subnet", "net_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-net", "flavor_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack", "stack_user_project_id": "8d0d8391da194467bd0fe612685b54c4", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T10:07:28Z", "links": [{"href": "http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:07:46,243 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3 used request id req-f1ff274e-e64a-4687-9f51-a578a22e18e5 2018-10-26 10:07:46,244 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-26 10:07:46,244 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:07:49,247 - create_stack - DEBUG - Stack status query timeout in 1180.31919098 2018-10-26 10:07:49,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f56dc2d7dfa6899d36d795b24812be657e99c4a5" 2018-10-26 10:07:49,445 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:07:49 GMT Server: Apache x-openstack-request-id: req-30a90cdb-3cfe-4798-adc1-be56b1d7adca Location: http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:07:49,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:07:49 GMT Server: Apache x-openstack-request-id: req-fc46ddfd-9345-4060-9666-5775d0dedfe0 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": "14dafb2fe5074429abd1440afe74d820", "OS::stack_id": "98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack", "image_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-image", "inst_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-inst", "subnet_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-subnet", "net_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-net", "flavor_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack", "stack_user_project_id": "8d0d8391da194467bd0fe612685b54c4", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-26T10:07:28Z", "links": [{"href": "http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:07:49,487 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3 used request id req-fc46ddfd-9345-4060-9666-5775d0dedfe0 2018-10-26 10:07:49,487 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-10-26 10:07:49,487 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack 2018-10-26 10:07:49,488 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack 2018-10-26 10:07:49,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f56dc2d7dfa6899d36d795b24812be657e99c4a5" 2018-10-26 10:07:49,519 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:07:49 GMT Server: Apache x-openstack-request-id: req-dc65c9a6-c89f-4ea1-83ec-100823a58035 Location: http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3/resources Content-Length: 551 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:07:49,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:07:49 GMT Server: Apache x-openstack-request-id: req-f7c3e9a6-327c-430e-bff2-c8f8366f7f65 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 577 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-10-26T10:07:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:07:29Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "2d580a48-4629-400b-b08a-5ffab35845d7", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-10-26T10:07:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:07:29Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "892f8442-9640-4f8d-8c70-555a19bbb034", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-10-26T10:07:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:07:29Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "31acb21d-5a60-45bf-a069-eabc4b29b308", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-10-26T10:07:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:07:29Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "8c26dd5c-9bcd-405a-a244-d8a1884404ab", "resource_type": "OS::Nova::Server"}]} 2018-10-26 10:07:49,720 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3/resources used request id req-f7c3e9a6-327c-430e-bff2-c8f8366f7f65 2018-10-26 10:07:49,723 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/8c26dd5c-9bcd-405a-a244-d8a1884404ab -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f56dc2d7dfa6899d36d795b24812be657e99c4a5" 2018-10-26 10:07:50,336 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:07:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-53751cbc-78e7-4296-94b3-91fb0c4d8189 x-compute-request-id: req-53751cbc-78e7-4296-94b3-91fb0c4d8189 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:cc:95", "version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8c26dd5c-9bcd-405a-a244-d8a1884404ab", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8c26dd5c-9bcd-405a-a244-d8a1884404ab", "rel": "bookmark"}], "image": {"id": "0d21108b-fd95-4b50-9d14-fbe28f781f56", "links": [{"href": "http://172.30.9.21:8774/images/0d21108b-fd95-4b50-9d14-fbe28f781f56", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:07:42.000000", "flavor": {"id": "0cda2003-667e-4b2b-a685-75bec42eebb7", "links": [{"href": "http://172.30.9.21:8774/flavors/0cda2003-667e-4b2b-a685-75bec42eebb7", "rel": "bookmark"}]}, "id": "8c26dd5c-9bcd-405a-a244-d8a1884404ab", "security_groups": [{"name": "default"}], "user_id": "7e9f4b71489344d9a1a49c32099b2c6f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:07:43Z", "hostId": "95434c0ef65b19a01ad2dfdbfa9edc1a2ee6df09980479173f244166", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-inst", "created": "2018-10-26T10:07:36Z", "tenant_id": "14dafb2fe5074429abd1440afe74d820", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:07:50,336 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/8c26dd5c-9bcd-405a-a244-d8a1884404ab used request id req-53751cbc-78e7-4296-94b3-91fb0c4d8189 2018-10-26 10:07:50,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f56dc2d7dfa6899d36d795b24812be657e99c4a5" 2018-10-26 10:07:50,443 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-778e20bd-8d8d-4f72-a841-e1070bb87d48 Date: Fri, 26 Oct 2018 10:07: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":["892f8442-9640-4f8d-8c70-555a19bbb034"],"updated_at":"2018-10-26T10:07:31Z","tenant_id":"14dafb2fe5074429abd1440afe74d820","created_at":"2018-10-26T10:07:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"14dafb2fe5074429abd1440afe74d820","id":"31acb21d-5a60-45bf-a069-eabc4b29b308","name":"CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-net"}]} 2018-10-26 10:07:50,443 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-net used request id req-778e20bd-8d8d-4f72-a841-e1070bb87d48 2018-10-26 10:07:50,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:07:50,452 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:07: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:07:50,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/14dafb2fe5074429abd1440afe74d820 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f56dc2d7dfa6899d36d795b24812be657e99c4a5" 2018-10-26 10:07:50,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:07:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cdf19087-816e-4fbd-849a-62ffbf95607e Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/14dafb2fe5074429abd1440afe74d820"}, "enabled": true, "id": "14dafb2fe5074429abd1440afe74d820", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-807c0563-3be9-430-proj"}} 2018-10-26 10:07:50,538 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/14dafb2fe5074429abd1440afe74d820 used request id req-cdf19087-816e-4fbd-849a-62ffbf95607e 2018-10-26 10:07:50,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=31acb21d-5a60-45bf-a069-eabc4b29b308 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f56dc2d7dfa6899d36d795b24812be657e99c4a5" 2018-10-26 10:07:50,599 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-63bb590a-8bc0-4ea0-8ec2-70fe040b185f Date: Fri, 26 Oct 2018 10:07:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"31acb21d-5a60-45bf-a069-eabc4b29b308","tenant_id":"14dafb2fe5074429abd1440afe74d820","created_at":"2018-10-26T10:07:31Z","dns_nameservers":[],"updated_at":"2018-10-26T10:07:31Z","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":"14dafb2fe5074429abd1440afe74d820","id":"892f8442-9640-4f8d-8c70-555a19bbb034","subnetpool_id":null,"name":"CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-subnet"}]} 2018-10-26 10:07:50,599 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=31acb21d-5a60-45bf-a069-eabc4b29b308 used request id req-63bb590a-8bc0-4ea0-8ec2-70fe040b185f 2018-10-26 10:07:50,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=31acb21d-5a60-45bf-a069-eabc4b29b308 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f56dc2d7dfa6899d36d795b24812be657e99c4a5" 2018-10-26 10:07:50,700 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3156 X-Openstack-Request-Id: req-24035839-81ea-4252-83eb-f0bc4bb08c29 Date: Fri, 26 Oct 2018 10:07:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:07:43Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"892f8442-9640-4f8d-8c70-555a19bbb034","ip_address":"10.0.0.11"}],"id":"2d580a48-4629-400b-b08a-5ffab35845d7","security_groups":["8791c319-8df7-46a5-80b8-8b5bb064617f"],"mac_address":"fa:16:3e:3c:cc:95","project_id":"14dafb2fe5074429abd1440afe74d820","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack-server1_port-athh5fvzsipt","admin_state_up":true,"network_id":"31acb21d-5a60-45bf-a069-eabc4b29b308","tenant_id":"14dafb2fe5074429abd1440afe74d820","created_at":"2018-10-26T10:07:33Z","binding:vnic_type":"normal","device_id":"8c26dd5c-9bcd-405a-a244-d8a1884404ab"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:07:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"892f8442-9640-4f8d-8c70-555a19bbb034","ip_address":"10.0.0.2"}],"id":"4edde570-d856-48bb-be94-f5a2deea6efc","security_groups":[],"mac_address":"fa:16:3e:b0:81:9f","project_id":"14dafb2fe5074429abd1440afe74d820","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"31acb21d-5a60-45bf-a069-eabc4b29b308","tenant_id":"14dafb2fe5074429abd1440afe74d820","created_at":"2018-10-26T10:07:32Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-31acb21d-5a60-45bf-a069-eabc4b29b308"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:07:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"892f8442-9640-4f8d-8c70-555a19bbb034","ip_address":"10.0.0.3"}],"id":"819a68da-e05b-40a1-ac23-3524875e78db","security_groups":[],"mac_address":"fa:16:3e:44:22:13","project_id":"14dafb2fe5074429abd1440afe74d820","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"31acb21d-5a60-45bf-a069-eabc4b29b308","tenant_id":"14dafb2fe5074429abd1440afe74d820","created_at":"2018-10-26T10:07:33Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-31acb21d-5a60-45bf-a069-eabc4b29b308"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:07:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"892f8442-9640-4f8d-8c70-555a19bbb034","ip_address":"10.0.0.4"}],"id":"ef9cf098-db7a-45f3-b5d3-d799b9b30e58","security_groups":[],"mac_address":"fa:16:3e:e3:74:5d","project_id":"14dafb2fe5074429abd1440afe74d820","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"31acb21d-5a60-45bf-a069-eabc4b29b308","tenant_id":"14dafb2fe5074429abd1440afe74d820","created_at":"2018-10-26T10:07:33Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-31acb21d-5a60-45bf-a069-eabc4b29b308"}]} 2018-10-26 10:07:50,700 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=31acb21d-5a60-45bf-a069-eabc4b29b308 used request id req-24035839-81ea-4252-83eb-f0bc4bb08c29 2018-10-26 10:07:50,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f56dc2d7dfa6899d36d795b24812be657e99c4a5" 2018-10-26 10:07:50,731 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:07:50 GMT Server: Apache x-openstack-request-id: req-367411de-d144-47f8-85a5-de3bbe8703c1 Location: http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3/resources Content-Length: 551 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:07:50,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:07:50 GMT Server: Apache x-openstack-request-id: req-9fec8257-e13e-4a55-baee-38e41f03443d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 577 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-10-26T10:07:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:07:29Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "2d580a48-4629-400b-b08a-5ffab35845d7", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-10-26T10:07:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:07:29Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "892f8442-9640-4f8d-8c70-555a19bbb034", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-10-26T10:07:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:07:29Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "31acb21d-5a60-45bf-a069-eabc4b29b308", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-10-26T10:07:29Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:07:29Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "8c26dd5c-9bcd-405a-a244-d8a1884404ab", "resource_type": "OS::Nova::Server"}]} 2018-10-26 10:07:50,774 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3/resources used request id req-9fec8257-e13e-4a55-baee-38e41f03443d 2018-10-26 10:07:50,778 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/0cda2003-667e-4b2b-a685-75bec42eebb7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f56dc2d7dfa6899d36d795b24812be657e99c4a5" 2018-10-26 10:07:50,798 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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,Accept-Encoding x-openstack-request-id: req-5f856c9a-b724-4c40-90a5-fc1d523983af x-compute-request-id: req-5f856c9a-b724-4c40-90a5-fc1d523983af Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/0cda2003-667e-4b2b-a685-75bec42eebb7", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/0cda2003-667e-4b2b-a685-75bec42eebb7", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "0cda2003-667e-4b2b-a685-75bec42eebb7", "name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 10:07:50,799 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/0cda2003-667e-4b2b-a685-75bec42eebb7 used request id req-5f856c9a-b724-4c40-90a5-fc1d523983af 2018-10-26 10:07:50,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/892f8442-9640-4f8d-8c70-555a19bbb034 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f56dc2d7dfa6899d36d795b24812be657e99c4a5" 2018-10-26 10:07:50,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 662 X-Openstack-Request-Id: req-18744c8a-b18f-4084-b42f-462d82584522 Date: Fri, 26 Oct 2018 10:07:50 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"31acb21d-5a60-45bf-a069-eabc4b29b308","tenant_id":"14dafb2fe5074429abd1440afe74d820","created_at":"2018-10-26T10:07:31Z","dns_nameservers":[],"updated_at":"2018-10-26T10:07:31Z","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":"14dafb2fe5074429abd1440afe74d820","id":"892f8442-9640-4f8d-8c70-555a19bbb034","subnetpool_id":null,"name":"CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-subnet"}} 2018-10-26 10:07:50,996 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/892f8442-9640-4f8d-8c70-555a19bbb034 used request id req-18744c8a-b18f-4084-b42f-462d82584522 2018-10-26 10:07:51,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=31acb21d-5a60-45bf-a069-eabc4b29b308 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f56dc2d7dfa6899d36d795b24812be657e99c4a5" 2018-10-26 10:07:51,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-4e8dc7b3-6350-41dd-802d-173f75ef1b19 Date: Fri, 26 Oct 2018 10:07: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":["892f8442-9640-4f8d-8c70-555a19bbb034"],"updated_at":"2018-10-26T10:07:31Z","tenant_id":"14dafb2fe5074429abd1440afe74d820","created_at":"2018-10-26T10:07:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"14dafb2fe5074429abd1440afe74d820","id":"31acb21d-5a60-45bf-a069-eabc4b29b308","name":"CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-net"}]} 2018-10-26 10:07:51,109 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=31acb21d-5a60-45bf-a069-eabc4b29b308 used request id req-4e8dc7b3-6350-41dd-802d-173f75ef1b19 2018-10-26 10:07:51,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=31acb21d-5a60-45bf-a069-eabc4b29b308 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f56dc2d7dfa6899d36d795b24812be657e99c4a5" 2018-10-26 10:07:51,173 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-8056736b-7c00-4a97-89e3-b0232a78a1e8 Date: Fri, 26 Oct 2018 10:07:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"31acb21d-5a60-45bf-a069-eabc4b29b308","tenant_id":"14dafb2fe5074429abd1440afe74d820","created_at":"2018-10-26T10:07:31Z","dns_nameservers":[],"updated_at":"2018-10-26T10:07:31Z","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":"14dafb2fe5074429abd1440afe74d820","id":"892f8442-9640-4f8d-8c70-555a19bbb034","subnetpool_id":null,"name":"CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-subnet"}]} 2018-10-26 10:07:51,173 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=31acb21d-5a60-45bf-a069-eabc4b29b308 used request id req-8056736b-7c00-4a97-89e3-b0232a78a1e8 2018-10-26 10:07:51,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f56dc2d7dfa6899d36d795b24812be657e99c4a5" 2018-10-26 10:07:51,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-90350a58-d822-4184-bdd1-495317eed467 Date: Fri, 26 Oct 2018 10:07: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":["892f8442-9640-4f8d-8c70-555a19bbb034"],"updated_at":"2018-10-26T10:07:31Z","tenant_id":"14dafb2fe5074429abd1440afe74d820","created_at":"2018-10-26T10:07:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"14dafb2fe5074429abd1440afe74d820","id":"31acb21d-5a60-45bf-a069-eabc4b29b308","name":"CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-net"}]} 2018-10-26 10:07:51,276 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-net used request id req-90350a58-d822-4184-bdd1-495317eed467 2018-10-26 10:07:51,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/14dafb2fe5074429abd1440afe74d820 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f56dc2d7dfa6899d36d795b24812be657e99c4a5" 2018-10-26 10:07:51,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:07:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5ec94c2-8a99-46a9-ada4-f0829e65b202 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/14dafb2fe5074429abd1440afe74d820"}, "enabled": true, "id": "14dafb2fe5074429abd1440afe74d820", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-807c0563-3be9-430-proj"}} 2018-10-26 10:07:51,367 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/14dafb2fe5074429abd1440afe74d820 used request id req-c5ec94c2-8a99-46a9-ada4-f0829e65b202 2018-10-26 10:07:51,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=31acb21d-5a60-45bf-a069-eabc4b29b308 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f56dc2d7dfa6899d36d795b24812be657e99c4a5" 2018-10-26 10:07:51,425 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-1df9d861-e83d-4af6-b7a9-6c6140077ac7 Date: Fri, 26 Oct 2018 10:07:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"31acb21d-5a60-45bf-a069-eabc4b29b308","tenant_id":"14dafb2fe5074429abd1440afe74d820","created_at":"2018-10-26T10:07:31Z","dns_nameservers":[],"updated_at":"2018-10-26T10:07:31Z","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":"14dafb2fe5074429abd1440afe74d820","id":"892f8442-9640-4f8d-8c70-555a19bbb034","subnetpool_id":null,"name":"CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-subnet"}]} 2018-10-26 10:07:51,426 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=31acb21d-5a60-45bf-a069-eabc4b29b308 used request id req-1df9d861-e83d-4af6-b7a9-6c6140077ac7 2018-10-26 10:07:51,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=31acb21d-5a60-45bf-a069-eabc4b29b308&mac_address=fa%3A16%3A3e%3A3c%3Acc%3A95&name=CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack-server1_port-athh5fvzsipt&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f56dc2d7dfa6899d36d795b24812be657e99c4a5" 2018-10-26 10:07:51,491 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 882 X-Openstack-Request-Id: req-4dad2100-d587-4a3d-b3ab-7bf32fce1aba Date: Fri, 26 Oct 2018 10:07:51 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:07:43Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"892f8442-9640-4f8d-8c70-555a19bbb034","ip_address":"10.0.0.11"}],"id":"2d580a48-4629-400b-b08a-5ffab35845d7","security_groups":["8791c319-8df7-46a5-80b8-8b5bb064617f"],"mac_address":"fa:16:3e:3c:cc:95","project_id":"14dafb2fe5074429abd1440afe74d820","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack-server1_port-athh5fvzsipt","admin_state_up":true,"network_id":"31acb21d-5a60-45bf-a069-eabc4b29b308","tenant_id":"14dafb2fe5074429abd1440afe74d820","created_at":"2018-10-26T10:07:33Z","binding:vnic_type":"normal","device_id":"8c26dd5c-9bcd-405a-a244-d8a1884404ab"}]} 2018-10-26 10:07:51,491 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=31acb21d-5a60-45bf-a069-eabc4b29b308&mac_address=fa%3A16%3A3e%3A3c%3Acc%3A95&name=CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack-server1_port-athh5fvzsipt&admin_state_up=True used request id req-4dad2100-d587-4a3d-b3ab-7bf32fce1aba 2018-10-26 10:07:51,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/14dafb2fe5074429abd1440afe74d820 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f56dc2d7dfa6899d36d795b24812be657e99c4a5" 2018-10-26 10:07:51,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:07:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f8a7b59-aba3-439e-acb3-ffcdbd75c7af Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/14dafb2fe5074429abd1440afe74d820"}, "enabled": true, "id": "14dafb2fe5074429abd1440afe74d820", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-807c0563-3be9-430-proj"}} 2018-10-26 10:07:51,587 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/14dafb2fe5074429abd1440afe74d820 used request id req-9f8a7b59-aba3-439e-acb3-ffcdbd75c7af 2018-10-26 10:07:51,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f56dc2d7dfa6899d36d795b24812be657e99c4a5" 2018-10-26 10:07:51,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-1a835659-e225-477b-8a77-55e110f7ecaa Date: Fri, 26 Oct 2018 10:07: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":["892f8442-9640-4f8d-8c70-555a19bbb034"],"updated_at":"2018-10-26T10:07:31Z","tenant_id":"14dafb2fe5074429abd1440afe74d820","created_at":"2018-10-26T10:07:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"14dafb2fe5074429abd1440afe74d820","id":"31acb21d-5a60-45bf-a069-eabc4b29b308","name":"CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-net"}]} 2018-10-26 10:07:51,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-net used request id req-1a835659-e225-477b-8a77-55e110f7ecaa 2018-10-26 10:07:51,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=31acb21d-5a60-45bf-a069-eabc4b29b308 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f56dc2d7dfa6899d36d795b24812be657e99c4a5" 2018-10-26 10:07:51,749 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-7d559175-ea68-47ec-b7ff-d2cab22c28f8 Date: Fri, 26 Oct 2018 10:07:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"31acb21d-5a60-45bf-a069-eabc4b29b308","tenant_id":"14dafb2fe5074429abd1440afe74d820","created_at":"2018-10-26T10:07:31Z","dns_nameservers":[],"updated_at":"2018-10-26T10:07:31Z","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":"14dafb2fe5074429abd1440afe74d820","id":"892f8442-9640-4f8d-8c70-555a19bbb034","subnetpool_id":null,"name":"CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-subnet"}]} 2018-10-26 10:07:51,749 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=31acb21d-5a60-45bf-a069-eabc4b29b308 used request id req-7d559175-ea68-47ec-b7ff-d2cab22c28f8 2018-10-26 10:07:51,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=31acb21d-5a60-45bf-a069-eabc4b29b308 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f56dc2d7dfa6899d36d795b24812be657e99c4a5" 2018-10-26 10:07:51,849 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3156 X-Openstack-Request-Id: req-91f85be5-c6c5-49a1-8ecc-b0012fb58a9e Date: Fri, 26 Oct 2018 10:07:51 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:07:43Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"892f8442-9640-4f8d-8c70-555a19bbb034","ip_address":"10.0.0.11"}],"id":"2d580a48-4629-400b-b08a-5ffab35845d7","security_groups":["8791c319-8df7-46a5-80b8-8b5bb064617f"],"mac_address":"fa:16:3e:3c:cc:95","project_id":"14dafb2fe5074429abd1440afe74d820","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack-server1_port-athh5fvzsipt","admin_state_up":true,"network_id":"31acb21d-5a60-45bf-a069-eabc4b29b308","tenant_id":"14dafb2fe5074429abd1440afe74d820","created_at":"2018-10-26T10:07:33Z","binding:vnic_type":"normal","device_id":"8c26dd5c-9bcd-405a-a244-d8a1884404ab"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:07:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"892f8442-9640-4f8d-8c70-555a19bbb034","ip_address":"10.0.0.2"}],"id":"4edde570-d856-48bb-be94-f5a2deea6efc","security_groups":[],"mac_address":"fa:16:3e:b0:81:9f","project_id":"14dafb2fe5074429abd1440afe74d820","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"31acb21d-5a60-45bf-a069-eabc4b29b308","tenant_id":"14dafb2fe5074429abd1440afe74d820","created_at":"2018-10-26T10:07:32Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-31acb21d-5a60-45bf-a069-eabc4b29b308"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:07:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"892f8442-9640-4f8d-8c70-555a19bbb034","ip_address":"10.0.0.3"}],"id":"819a68da-e05b-40a1-ac23-3524875e78db","security_groups":[],"mac_address":"fa:16:3e:44:22:13","project_id":"14dafb2fe5074429abd1440afe74d820","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"31acb21d-5a60-45bf-a069-eabc4b29b308","tenant_id":"14dafb2fe5074429abd1440afe74d820","created_at":"2018-10-26T10:07:33Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-31acb21d-5a60-45bf-a069-eabc4b29b308"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:07:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"892f8442-9640-4f8d-8c70-555a19bbb034","ip_address":"10.0.0.4"}],"id":"ef9cf098-db7a-45f3-b5d3-d799b9b30e58","security_groups":[],"mac_address":"fa:16:3e:e3:74:5d","project_id":"14dafb2fe5074429abd1440afe74d820","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"31acb21d-5a60-45bf-a069-eabc4b29b308","tenant_id":"14dafb2fe5074429abd1440afe74d820","created_at":"2018-10-26T10:07:33Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-31acb21d-5a60-45bf-a069-eabc4b29b308"}]} 2018-10-26 10:07:51,850 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=31acb21d-5a60-45bf-a069-eabc4b29b308 used request id req-91f85be5-c6c5-49a1-8ecc-b0012fb58a9e 2018-10-26 10:07:51,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f56dc2d7dfa6899d36d795b24812be657e99c4a5" 2018-10-26 10:07:52,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-bacf0d43-1c07-42d0-a046-eba756cf5400 Date: Fri, 26 Oct 2018 10:07:52 GMT RESP BODY: {"floatingips": []} 2018-10-26 10:07:52,033 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips used request id req-bacf0d43-1c07-42d0-a046-eba756cf5400 2018-10-26 10:07:52,034 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:07:52,035 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:07:52,428 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8a0f64c7cb9f424894c7d65d1b4638dc", "name": "CreateStackSuccessTests-807c0563-3be9-430-proj-role"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:07:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "14dafb2fe5074429abd1440afe74d820", "name": "CreateStackSuccessTests-807c0563-3be9-430-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/14dafb2fe5074429abd1440afe74d820", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/14dafb2fe5074429abd1440afe74d820", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/14dafb2fe5074429abd1440afe74d820", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/14dafb2fe5074429abd1440afe74d820", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/14dafb2fe5074429abd1440afe74d820", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/14dafb2fe5074429abd1440afe74d820", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/14dafb2fe5074429abd1440afe74d820", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/14dafb2fe5074429abd1440afe74d820", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/14dafb2fe5074429abd1440afe74d820", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/14dafb2fe5074429abd1440afe74d820", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/14dafb2fe5074429abd1440afe74d820", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-807c0563-3be9-430-user", "id": "7e9f4b71489344d9a1a49c32099b2c6f"}, "audit_ids": ["9T_fLX1ZTrKilE8x9XzDqg"], "issued_at": "2018-10-26T10:07:52.000000Z"}} 2018-10-26 10:07:52,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aabf146bc41d2dd4a7a4044820730ef0ddf4eb12" 2018-10-26 10:07:52,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:07:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9414cb4-3d0b-4cf3-ad4a-b70307ed5d75 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:07:52,514 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d9414cb4-3d0b-4cf3-ad4a-b70307ed5d75 2018-10-26 10:07:52,515 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:07:52,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aabf146bc41d2dd4a7a4044820730ef0ddf4eb12" 2018-10-26 10:07:52,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:07:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b03520b9-7ada-43cd-b24a-10e4241c8641 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:07:52,599 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b03520b9-7ada-43cd-b24a-10e4241c8641 2018-10-26 10:07:52,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aabf146bc41d2dd4a7a4044820730ef0ddf4eb12" 2018-10-26 10:07:52,864 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-0459314d-142c-4963-b099-b41164cc3339 Date: Fri, 26 Oct 2018 10:07: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":["892f8442-9640-4f8d-8c70-555a19bbb034"],"updated_at":"2018-10-26T10:07:31Z","tenant_id":"14dafb2fe5074429abd1440afe74d820","created_at":"2018-10-26T10:07:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"14dafb2fe5074429abd1440afe74d820","id":"31acb21d-5a60-45bf-a069-eabc4b29b308","name":"CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-net"}]} 2018-10-26 10:07:52,864 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-net used request id req-0459314d-142c-4963-b099-b41164cc3339 2018-10-26 10:07:52,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:07:52,872 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:07: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:07:52,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/14dafb2fe5074429abd1440afe74d820 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aabf146bc41d2dd4a7a4044820730ef0ddf4eb12" 2018-10-26 10:07:52,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:07:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ec959fd-9f43-4370-8c85-902d912ff186 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/14dafb2fe5074429abd1440afe74d820"}, "enabled": true, "id": "14dafb2fe5074429abd1440afe74d820", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-807c0563-3be9-430-proj"}} 2018-10-26 10:07:52,957 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/14dafb2fe5074429abd1440afe74d820 used request id req-6ec959fd-9f43-4370-8c85-902d912ff186 2018-10-26 10:07:52,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=31acb21d-5a60-45bf-a069-eabc4b29b308 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aabf146bc41d2dd4a7a4044820730ef0ddf4eb12" 2018-10-26 10:07:53,177 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-7a07312b-76f2-4081-9bce-846b871ce8d9 Date: Fri, 26 Oct 2018 10:07:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"31acb21d-5a60-45bf-a069-eabc4b29b308","tenant_id":"14dafb2fe5074429abd1440afe74d820","created_at":"2018-10-26T10:07:31Z","dns_nameservers":[],"updated_at":"2018-10-26T10:07:31Z","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":"14dafb2fe5074429abd1440afe74d820","id":"892f8442-9640-4f8d-8c70-555a19bbb034","subnetpool_id":null,"name":"CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-subnet"}]} 2018-10-26 10:07:53,177 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=31acb21d-5a60-45bf-a069-eabc4b29b308 used request id req-7a07312b-76f2-4081-9bce-846b871ce8d9 2018-10-26 10:07:53,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=31acb21d-5a60-45bf-a069-eabc4b29b308&mac_address=fa%3A16%3A3e%3A3c%3Acc%3A95&name=CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack-server1_port-athh5fvzsipt&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aabf146bc41d2dd4a7a4044820730ef0ddf4eb12" 2018-10-26 10:07:53,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 882 X-Openstack-Request-Id: req-fc807b5f-f1bf-4d7c-855a-8afa75383a34 Date: Fri, 26 Oct 2018 10:07:53 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:07:43Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"892f8442-9640-4f8d-8c70-555a19bbb034","ip_address":"10.0.0.11"}],"id":"2d580a48-4629-400b-b08a-5ffab35845d7","security_groups":["8791c319-8df7-46a5-80b8-8b5bb064617f"],"mac_address":"fa:16:3e:3c:cc:95","project_id":"14dafb2fe5074429abd1440afe74d820","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack-server1_port-athh5fvzsipt","admin_state_up":true,"network_id":"31acb21d-5a60-45bf-a069-eabc4b29b308","tenant_id":"14dafb2fe5074429abd1440afe74d820","created_at":"2018-10-26T10:07:33Z","binding:vnic_type":"normal","device_id":"8c26dd5c-9bcd-405a-a244-d8a1884404ab"}]} 2018-10-26 10:07:53,395 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=31acb21d-5a60-45bf-a069-eabc4b29b308&mac_address=fa%3A16%3A3e%3A3c%3Acc%3A95&name=CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack-server1_port-athh5fvzsipt&admin_state_up=True used request id req-fc807b5f-f1bf-4d7c-855a-8afa75383a34 2018-10-26 10:07:53,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/14dafb2fe5074429abd1440afe74d820 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aabf146bc41d2dd4a7a4044820730ef0ddf4eb12" 2018-10-26 10:07:53,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:07:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-708e3e2c-980b-4a29-a664-64f61433202f Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/14dafb2fe5074429abd1440afe74d820"}, "enabled": true, "id": "14dafb2fe5074429abd1440afe74d820", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-807c0563-3be9-430-proj"}} 2018-10-26 10:07:53,476 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/14dafb2fe5074429abd1440afe74d820 used request id req-708e3e2c-980b-4a29-a664-64f61433202f 2018-10-26 10:07:53,479 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aabf146bc41d2dd4a7a4044820730ef0ddf4eb12" 2018-10-26 10:07:54,402 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:07:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a99d053b-6c7b-4278-ad47-fdde326f502e x-compute-request-id: req-a99d053b-6c7b-4278-ad47-fdde326f502e Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:cc:95", "version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8c26dd5c-9bcd-405a-a244-d8a1884404ab", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8c26dd5c-9bcd-405a-a244-d8a1884404ab", "rel": "bookmark"}], "image": {"id": "0d21108b-fd95-4b50-9d14-fbe28f781f56", "links": [{"href": "http://172.30.9.21:8774/images/0d21108b-fd95-4b50-9d14-fbe28f781f56", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:07:42.000000", "flavor": {"id": "0cda2003-667e-4b2b-a685-75bec42eebb7", "links": [{"href": "http://172.30.9.21:8774/flavors/0cda2003-667e-4b2b-a685-75bec42eebb7", "rel": "bookmark"}]}, "id": "8c26dd5c-9bcd-405a-a244-d8a1884404ab", "security_groups": [{"name": "default"}], "user_id": "7e9f4b71489344d9a1a49c32099b2c6f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:07:43Z", "hostId": "95434c0ef65b19a01ad2dfdbfa9edc1a2ee6df09980479173f244166", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-inst", "created": "2018-10-26T10:07:36Z", "tenant_id": "14dafb2fe5074429abd1440afe74d820", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:07:54,402 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-inst used request id req-a99d053b-6c7b-4278-ad47-fdde326f502e 2018-10-26 10:07:54,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aabf146bc41d2dd4a7a4044820730ef0ddf4eb12" 2018-10-26 10:07:54,668 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-67161b4e-8103-4a1a-82ef-84f7b2673146 Date: Fri, 26 Oct 2018 10:07: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":["892f8442-9640-4f8d-8c70-555a19bbb034"],"updated_at":"2018-10-26T10:07:31Z","tenant_id":"14dafb2fe5074429abd1440afe74d820","created_at":"2018-10-26T10:07:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"14dafb2fe5074429abd1440afe74d820","id":"31acb21d-5a60-45bf-a069-eabc4b29b308","name":"CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-net"}]} 2018-10-26 10:07:54,668 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-net used request id req-67161b4e-8103-4a1a-82ef-84f7b2673146 2018-10-26 10:07:54,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=31acb21d-5a60-45bf-a069-eabc4b29b308 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aabf146bc41d2dd4a7a4044820730ef0ddf4eb12" 2018-10-26 10:07:54,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-7cb84ccc-6747-4997-8f06-8936286648af Date: Fri, 26 Oct 2018 10:07:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"31acb21d-5a60-45bf-a069-eabc4b29b308","tenant_id":"14dafb2fe5074429abd1440afe74d820","created_at":"2018-10-26T10:07:31Z","dns_nameservers":[],"updated_at":"2018-10-26T10:07:31Z","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":"14dafb2fe5074429abd1440afe74d820","id":"892f8442-9640-4f8d-8c70-555a19bbb034","subnetpool_id":null,"name":"CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-subnet"}]} 2018-10-26 10:07:54,967 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=31acb21d-5a60-45bf-a069-eabc4b29b308 used request id req-7cb84ccc-6747-4997-8f06-8936286648af 2018-10-26 10:07:54,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=31acb21d-5a60-45bf-a069-eabc4b29b308 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aabf146bc41d2dd4a7a4044820730ef0ddf4eb12" 2018-10-26 10:07:55,379 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3156 X-Openstack-Request-Id: req-4a2d07f1-9f80-4bbf-be9a-c7e79159e6ad Date: Fri, 26 Oct 2018 10:07:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:07:43Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"892f8442-9640-4f8d-8c70-555a19bbb034","ip_address":"10.0.0.11"}],"id":"2d580a48-4629-400b-b08a-5ffab35845d7","security_groups":["8791c319-8df7-46a5-80b8-8b5bb064617f"],"mac_address":"fa:16:3e:3c:cc:95","project_id":"14dafb2fe5074429abd1440afe74d820","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack-server1_port-athh5fvzsipt","admin_state_up":true,"network_id":"31acb21d-5a60-45bf-a069-eabc4b29b308","tenant_id":"14dafb2fe5074429abd1440afe74d820","created_at":"2018-10-26T10:07:33Z","binding:vnic_type":"normal","device_id":"8c26dd5c-9bcd-405a-a244-d8a1884404ab"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:07:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"892f8442-9640-4f8d-8c70-555a19bbb034","ip_address":"10.0.0.2"}],"id":"4edde570-d856-48bb-be94-f5a2deea6efc","security_groups":[],"mac_address":"fa:16:3e:b0:81:9f","project_id":"14dafb2fe5074429abd1440afe74d820","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"31acb21d-5a60-45bf-a069-eabc4b29b308","tenant_id":"14dafb2fe5074429abd1440afe74d820","created_at":"2018-10-26T10:07:32Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-31acb21d-5a60-45bf-a069-eabc4b29b308"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:07:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"892f8442-9640-4f8d-8c70-555a19bbb034","ip_address":"10.0.0.3"}],"id":"819a68da-e05b-40a1-ac23-3524875e78db","security_groups":[],"mac_address":"fa:16:3e:44:22:13","project_id":"14dafb2fe5074429abd1440afe74d820","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"31acb21d-5a60-45bf-a069-eabc4b29b308","tenant_id":"14dafb2fe5074429abd1440afe74d820","created_at":"2018-10-26T10:07:33Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-31acb21d-5a60-45bf-a069-eabc4b29b308"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:07:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"892f8442-9640-4f8d-8c70-555a19bbb034","ip_address":"10.0.0.4"}],"id":"ef9cf098-db7a-45f3-b5d3-d799b9b30e58","security_groups":[],"mac_address":"fa:16:3e:e3:74:5d","project_id":"14dafb2fe5074429abd1440afe74d820","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"31acb21d-5a60-45bf-a069-eabc4b29b308","tenant_id":"14dafb2fe5074429abd1440afe74d820","created_at":"2018-10-26T10:07:33Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-31acb21d-5a60-45bf-a069-eabc4b29b308"}]} 2018-10-26 10:07:55,379 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=31acb21d-5a60-45bf-a069-eabc4b29b308 used request id req-4a2d07f1-9f80-4bbf-be9a-c7e79159e6ad 2018-10-26 10:07:55,380 - create_instance - INFO - Found existing machine with name - CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-inst 2018-10-26 10:07:55,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aabf146bc41d2dd4a7a4044820730ef0ddf4eb12" 2018-10-26 10:07:55,404 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-42abb991-e6e8-407f-8b00-6223f03b9414 Date: Fri, 26 Oct 2018 10:07:55 GMT RESP BODY: {"floatingips": []} 2018-10-26 10:07:55,404 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips used request id req-42abb991-e6e8-407f-8b00-6223f03b9414 2018-10-26 10:07:55,407 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/8c26dd5c-9bcd-405a-a244-d8a1884404ab -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aabf146bc41d2dd4a7a4044820730ef0ddf4eb12" 2018-10-26 10:07:56,181 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:07: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-8c74af32-9dbb-4567-b385-2d5d83b24b0e x-compute-request-id: req-8c74af32-9dbb-4567-b385-2d5d83b24b0e Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:cc:95", "version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8c26dd5c-9bcd-405a-a244-d8a1884404ab", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8c26dd5c-9bcd-405a-a244-d8a1884404ab", "rel": "bookmark"}], "image": {"id": "0d21108b-fd95-4b50-9d14-fbe28f781f56", "links": [{"href": "http://172.30.9.21:8774/images/0d21108b-fd95-4b50-9d14-fbe28f781f56", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:07:42.000000", "flavor": {"id": "0cda2003-667e-4b2b-a685-75bec42eebb7", "links": [{"href": "http://172.30.9.21:8774/flavors/0cda2003-667e-4b2b-a685-75bec42eebb7", "rel": "bookmark"}]}, "id": "8c26dd5c-9bcd-405a-a244-d8a1884404ab", "security_groups": [{"name": "default"}], "user_id": "7e9f4b71489344d9a1a49c32099b2c6f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:07:43Z", "hostId": "95434c0ef65b19a01ad2dfdbfa9edc1a2ee6df09980479173f244166", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-inst", "created": "2018-10-26T10:07:36Z", "tenant_id": "14dafb2fe5074429abd1440afe74d820", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:07:56,181 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/8c26dd5c-9bcd-405a-a244-d8a1884404ab used request id req-8c74af32-9dbb-4567-b385-2d5d83b24b0e 2018-10-26 10:07:56,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aabf146bc41d2dd4a7a4044820730ef0ddf4eb12" 2018-10-26 10:07:56,429 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-44f27bc0-8c1b-4586-8b16-f27b619741dc Date: Fri, 26 Oct 2018 10:07: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":["892f8442-9640-4f8d-8c70-555a19bbb034"],"updated_at":"2018-10-26T10:07:31Z","tenant_id":"14dafb2fe5074429abd1440afe74d820","created_at":"2018-10-26T10:07:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"14dafb2fe5074429abd1440afe74d820","id":"31acb21d-5a60-45bf-a069-eabc4b29b308","name":"CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-net"}]} 2018-10-26 10:07:56,429 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-net used request id req-44f27bc0-8c1b-4586-8b16-f27b619741dc 2018-10-26 10:07:56,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/14dafb2fe5074429abd1440afe74d820 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aabf146bc41d2dd4a7a4044820730ef0ddf4eb12" 2018-10-26 10:07:56,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:07:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5869b5f2-c4d5-45f2-b008-7ef065faece5 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/14dafb2fe5074429abd1440afe74d820"}, "enabled": true, "id": "14dafb2fe5074429abd1440afe74d820", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-807c0563-3be9-430-proj"}} 2018-10-26 10:07:56,519 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/14dafb2fe5074429abd1440afe74d820 used request id req-5869b5f2-c4d5-45f2-b008-7ef065faece5 2018-10-26 10:07:56,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=31acb21d-5a60-45bf-a069-eabc4b29b308 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aabf146bc41d2dd4a7a4044820730ef0ddf4eb12" 2018-10-26 10:07:56,576 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-53045100-6fd4-4df5-807a-bf85afde3ca9 Date: Fri, 26 Oct 2018 10:07:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"31acb21d-5a60-45bf-a069-eabc4b29b308","tenant_id":"14dafb2fe5074429abd1440afe74d820","created_at":"2018-10-26T10:07:31Z","dns_nameservers":[],"updated_at":"2018-10-26T10:07:31Z","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":"14dafb2fe5074429abd1440afe74d820","id":"892f8442-9640-4f8d-8c70-555a19bbb034","subnetpool_id":null,"name":"CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-subnet"}]} 2018-10-26 10:07:56,576 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=31acb21d-5a60-45bf-a069-eabc4b29b308 used request id req-53045100-6fd4-4df5-807a-bf85afde3ca9 2018-10-26 10:07:56,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=31acb21d-5a60-45bf-a069-eabc4b29b308 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aabf146bc41d2dd4a7a4044820730ef0ddf4eb12" 2018-10-26 10:07:56,823 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3156 X-Openstack-Request-Id: req-4fb827f2-8eb5-4fc4-97de-7bce7634c591 Date: Fri, 26 Oct 2018 10:07:56 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:07:43Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"892f8442-9640-4f8d-8c70-555a19bbb034","ip_address":"10.0.0.11"}],"id":"2d580a48-4629-400b-b08a-5ffab35845d7","security_groups":["8791c319-8df7-46a5-80b8-8b5bb064617f"],"mac_address":"fa:16:3e:3c:cc:95","project_id":"14dafb2fe5074429abd1440afe74d820","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack-server1_port-athh5fvzsipt","admin_state_up":true,"network_id":"31acb21d-5a60-45bf-a069-eabc4b29b308","tenant_id":"14dafb2fe5074429abd1440afe74d820","created_at":"2018-10-26T10:07:33Z","binding:vnic_type":"normal","device_id":"8c26dd5c-9bcd-405a-a244-d8a1884404ab"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:07:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"892f8442-9640-4f8d-8c70-555a19bbb034","ip_address":"10.0.0.2"}],"id":"4edde570-d856-48bb-be94-f5a2deea6efc","security_groups":[],"mac_address":"fa:16:3e:b0:81:9f","project_id":"14dafb2fe5074429abd1440afe74d820","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"31acb21d-5a60-45bf-a069-eabc4b29b308","tenant_id":"14dafb2fe5074429abd1440afe74d820","created_at":"2018-10-26T10:07:32Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-31acb21d-5a60-45bf-a069-eabc4b29b308"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:07:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"892f8442-9640-4f8d-8c70-555a19bbb034","ip_address":"10.0.0.3"}],"id":"819a68da-e05b-40a1-ac23-3524875e78db","security_groups":[],"mac_address":"fa:16:3e:44:22:13","project_id":"14dafb2fe5074429abd1440afe74d820","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"31acb21d-5a60-45bf-a069-eabc4b29b308","tenant_id":"14dafb2fe5074429abd1440afe74d820","created_at":"2018-10-26T10:07:33Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-31acb21d-5a60-45bf-a069-eabc4b29b308"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:07:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"892f8442-9640-4f8d-8c70-555a19bbb034","ip_address":"10.0.0.4"}],"id":"ef9cf098-db7a-45f3-b5d3-d799b9b30e58","security_groups":[],"mac_address":"fa:16:3e:e3:74:5d","project_id":"14dafb2fe5074429abd1440afe74d820","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"31acb21d-5a60-45bf-a069-eabc4b29b308","tenant_id":"14dafb2fe5074429abd1440afe74d820","created_at":"2018-10-26T10:07:33Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-31acb21d-5a60-45bf-a069-eabc4b29b308"}]} 2018-10-26 10:07:56,823 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=31acb21d-5a60-45bf-a069-eabc4b29b308 used request id req-4fb827f2-8eb5-4fc4-97de-7bce7634c591 2018-10-26 10:07:56,824 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:07:56,826 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:07:57,206 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8a0f64c7cb9f424894c7d65d1b4638dc", "name": "CreateStackSuccessTests-807c0563-3be9-430-proj-role"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:07:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "14dafb2fe5074429abd1440afe74d820", "name": "CreateStackSuccessTests-807c0563-3be9-430-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/14dafb2fe5074429abd1440afe74d820", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/14dafb2fe5074429abd1440afe74d820", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/14dafb2fe5074429abd1440afe74d820", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/14dafb2fe5074429abd1440afe74d820", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/14dafb2fe5074429abd1440afe74d820", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/14dafb2fe5074429abd1440afe74d820", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/14dafb2fe5074429abd1440afe74d820", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/14dafb2fe5074429abd1440afe74d820", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/14dafb2fe5074429abd1440afe74d820", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/14dafb2fe5074429abd1440afe74d820", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/14dafb2fe5074429abd1440afe74d820", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-807c0563-3be9-430-user", "id": "7e9f4b71489344d9a1a49c32099b2c6f"}, "audit_ids": ["rHR6JvyKTUqd_DbSLsC4kQ"], "issued_at": "2018-10-26T10:07:57.000000Z"}} 2018-10-26 10:07:57,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c07879e2baf0dcd8b3d704c5d232a8392360bbb" 2018-10-26 10:07:57,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:07:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7412f65f-0c16-4e4e-8106-2e7582877a32 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:07:57,280 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-7412f65f-0c16-4e4e-8106-2e7582877a32 2018-10-26 10:07:57,284 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/8c26dd5c-9bcd-405a-a244-d8a1884404ab -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aabf146bc41d2dd4a7a4044820730ef0ddf4eb12" 2018-10-26 10:07:57,897 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:07: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-76abaf19-06e3-4dde-b022-900ace5c0b41 x-compute-request-id: req-76abaf19-06e3-4dde-b022-900ace5c0b41 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:cc:95", "version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8c26dd5c-9bcd-405a-a244-d8a1884404ab", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8c26dd5c-9bcd-405a-a244-d8a1884404ab", "rel": "bookmark"}], "image": {"id": "0d21108b-fd95-4b50-9d14-fbe28f781f56", "links": [{"href": "http://172.30.9.21:8774/images/0d21108b-fd95-4b50-9d14-fbe28f781f56", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:07:42.000000", "flavor": {"id": "0cda2003-667e-4b2b-a685-75bec42eebb7", "links": [{"href": "http://172.30.9.21:8774/flavors/0cda2003-667e-4b2b-a685-75bec42eebb7", "rel": "bookmark"}]}, "id": "8c26dd5c-9bcd-405a-a244-d8a1884404ab", "security_groups": [{"name": "default"}], "user_id": "7e9f4b71489344d9a1a49c32099b2c6f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:07:43Z", "hostId": "95434c0ef65b19a01ad2dfdbfa9edc1a2ee6df09980479173f244166", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-inst", "created": "2018-10-26T10:07:36Z", "tenant_id": "14dafb2fe5074429abd1440afe74d820", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:07:57,898 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/8c26dd5c-9bcd-405a-a244-d8a1884404ab used request id req-76abaf19-06e3-4dde-b022-900ace5c0b41 2018-10-26 10:07:57,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aabf146bc41d2dd4a7a4044820730ef0ddf4eb12" 2018-10-26 10:07:58,008 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-b97c974b-00f5-485f-9a34-246f73e93a20 Date: Fri, 26 Oct 2018 10:07: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":["892f8442-9640-4f8d-8c70-555a19bbb034"],"updated_at":"2018-10-26T10:07:31Z","tenant_id":"14dafb2fe5074429abd1440afe74d820","created_at":"2018-10-26T10:07:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"14dafb2fe5074429abd1440afe74d820","id":"31acb21d-5a60-45bf-a069-eabc4b29b308","name":"CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-net"}]} 2018-10-26 10:07:58,008 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-net used request id req-b97c974b-00f5-485f-9a34-246f73e93a20 2018-10-26 10:07:58,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/14dafb2fe5074429abd1440afe74d820 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aabf146bc41d2dd4a7a4044820730ef0ddf4eb12" 2018-10-26 10:07:58,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:07:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3628093-2d79-4faa-bcb7-b7302cc44f0e Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/14dafb2fe5074429abd1440afe74d820"}, "enabled": true, "id": "14dafb2fe5074429abd1440afe74d820", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-807c0563-3be9-430-proj"}} 2018-10-26 10:07:58,103 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/14dafb2fe5074429abd1440afe74d820 used request id req-c3628093-2d79-4faa-bcb7-b7302cc44f0e 2018-10-26 10:07:58,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=31acb21d-5a60-45bf-a069-eabc4b29b308 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aabf146bc41d2dd4a7a4044820730ef0ddf4eb12" 2018-10-26 10:07:58,161 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-ecfad5b6-781e-4cb9-86ae-950e0a9c07ce Date: Fri, 26 Oct 2018 10:07:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"31acb21d-5a60-45bf-a069-eabc4b29b308","tenant_id":"14dafb2fe5074429abd1440afe74d820","created_at":"2018-10-26T10:07:31Z","dns_nameservers":[],"updated_at":"2018-10-26T10:07:31Z","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":"14dafb2fe5074429abd1440afe74d820","id":"892f8442-9640-4f8d-8c70-555a19bbb034","subnetpool_id":null,"name":"CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-subnet"}]} 2018-10-26 10:07:58,162 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=31acb21d-5a60-45bf-a069-eabc4b29b308 used request id req-ecfad5b6-781e-4cb9-86ae-950e0a9c07ce 2018-10-26 10:07:58,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=31acb21d-5a60-45bf-a069-eabc4b29b308 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aabf146bc41d2dd4a7a4044820730ef0ddf4eb12" 2018-10-26 10:07:58,263 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3156 X-Openstack-Request-Id: req-31401e82-cbf2-4175-9de2-73aa79e88db8 Date: Fri, 26 Oct 2018 10:07:58 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:07:43Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"892f8442-9640-4f8d-8c70-555a19bbb034","ip_address":"10.0.0.11"}],"id":"2d580a48-4629-400b-b08a-5ffab35845d7","security_groups":["8791c319-8df7-46a5-80b8-8b5bb064617f"],"mac_address":"fa:16:3e:3c:cc:95","project_id":"14dafb2fe5074429abd1440afe74d820","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack-server1_port-athh5fvzsipt","admin_state_up":true,"network_id":"31acb21d-5a60-45bf-a069-eabc4b29b308","tenant_id":"14dafb2fe5074429abd1440afe74d820","created_at":"2018-10-26T10:07:33Z","binding:vnic_type":"normal","device_id":"8c26dd5c-9bcd-405a-a244-d8a1884404ab"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:07:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"892f8442-9640-4f8d-8c70-555a19bbb034","ip_address":"10.0.0.2"}],"id":"4edde570-d856-48bb-be94-f5a2deea6efc","security_groups":[],"mac_address":"fa:16:3e:b0:81:9f","project_id":"14dafb2fe5074429abd1440afe74d820","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"31acb21d-5a60-45bf-a069-eabc4b29b308","tenant_id":"14dafb2fe5074429abd1440afe74d820","created_at":"2018-10-26T10:07:32Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-31acb21d-5a60-45bf-a069-eabc4b29b308"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:07:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"892f8442-9640-4f8d-8c70-555a19bbb034","ip_address":"10.0.0.3"}],"id":"819a68da-e05b-40a1-ac23-3524875e78db","security_groups":[],"mac_address":"fa:16:3e:44:22:13","project_id":"14dafb2fe5074429abd1440afe74d820","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"31acb21d-5a60-45bf-a069-eabc4b29b308","tenant_id":"14dafb2fe5074429abd1440afe74d820","created_at":"2018-10-26T10:07:33Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-31acb21d-5a60-45bf-a069-eabc4b29b308"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:07:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"892f8442-9640-4f8d-8c70-555a19bbb034","ip_address":"10.0.0.4"}],"id":"ef9cf098-db7a-45f3-b5d3-d799b9b30e58","security_groups":[],"mac_address":"fa:16:3e:e3:74:5d","project_id":"14dafb2fe5074429abd1440afe74d820","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"31acb21d-5a60-45bf-a069-eabc4b29b308","tenant_id":"14dafb2fe5074429abd1440afe74d820","created_at":"2018-10-26T10:07:33Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-31acb21d-5a60-45bf-a069-eabc4b29b308"}]} 2018-10-26 10:07:58,264 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=31acb21d-5a60-45bf-a069-eabc4b29b308 used request id req-31401e82-cbf2-4175-9de2-73aa79e88db8 2018-10-26 10:07:58,267 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c07879e2baf0dcd8b3d704c5d232a8392360bbb" 2018-10-26 10:07:59,285 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:07:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d4a5dad6-27e0-4dfc-950a-40015fcc5a4e x-compute-request-id: req-d4a5dad6-27e0-4dfc-950a-40015fcc5a4e Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:cc:95", "version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8c26dd5c-9bcd-405a-a244-d8a1884404ab", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8c26dd5c-9bcd-405a-a244-d8a1884404ab", "rel": "bookmark"}], "image": {"id": "0d21108b-fd95-4b50-9d14-fbe28f781f56", "links": [{"href": "http://172.30.9.21:8774/images/0d21108b-fd95-4b50-9d14-fbe28f781f56", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:07:42.000000", "flavor": {"id": "0cda2003-667e-4b2b-a685-75bec42eebb7", "links": [{"href": "http://172.30.9.21:8774/flavors/0cda2003-667e-4b2b-a685-75bec42eebb7", "rel": "bookmark"}]}, "id": "8c26dd5c-9bcd-405a-a244-d8a1884404ab", "security_groups": [{"name": "default"}], "user_id": "7e9f4b71489344d9a1a49c32099b2c6f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:07:43Z", "hostId": "95434c0ef65b19a01ad2dfdbfa9edc1a2ee6df09980479173f244166", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-inst", "created": "2018-10-26T10:07:36Z", "tenant_id": "14dafb2fe5074429abd1440afe74d820", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:07:59,285 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-inst used request id req-d4a5dad6-27e0-4dfc-950a-40015fcc5a4e 2018-10-26 10:07:59,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c07879e2baf0dcd8b3d704c5d232a8392360bbb" 2018-10-26 10:07:59,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-20435e37-7889-4c5d-ad9a-c61746abf5c2 Date: Fri, 26 Oct 2018 10:07: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":["892f8442-9640-4f8d-8c70-555a19bbb034"],"updated_at":"2018-10-26T10:07:31Z","tenant_id":"14dafb2fe5074429abd1440afe74d820","created_at":"2018-10-26T10:07:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"14dafb2fe5074429abd1440afe74d820","id":"31acb21d-5a60-45bf-a069-eabc4b29b308","name":"CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-net"}]} 2018-10-26 10:07:59,547 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-net used request id req-20435e37-7889-4c5d-ad9a-c61746abf5c2 2018-10-26 10:07:59,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=31acb21d-5a60-45bf-a069-eabc4b29b308 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c07879e2baf0dcd8b3d704c5d232a8392360bbb" 2018-10-26 10:07:59,758 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-eed1f18c-9f3a-4be6-963f-9b0c83c8a5e7 Date: Fri, 26 Oct 2018 10:07:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"31acb21d-5a60-45bf-a069-eabc4b29b308","tenant_id":"14dafb2fe5074429abd1440afe74d820","created_at":"2018-10-26T10:07:31Z","dns_nameservers":[],"updated_at":"2018-10-26T10:07:31Z","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":"14dafb2fe5074429abd1440afe74d820","id":"892f8442-9640-4f8d-8c70-555a19bbb034","subnetpool_id":null,"name":"CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-subnet"}]} 2018-10-26 10:07:59,758 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=31acb21d-5a60-45bf-a069-eabc4b29b308 used request id req-eed1f18c-9f3a-4be6-963f-9b0c83c8a5e7 2018-10-26 10:07:59,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=31acb21d-5a60-45bf-a069-eabc4b29b308 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c07879e2baf0dcd8b3d704c5d232a8392360bbb" 2018-10-26 10:08:00,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3156 X-Openstack-Request-Id: req-5b680c96-d1f8-405f-b381-1f42e688d41c Date: Fri, 26 Oct 2018 10:08:00 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:07:43Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"892f8442-9640-4f8d-8c70-555a19bbb034","ip_address":"10.0.0.11"}],"id":"2d580a48-4629-400b-b08a-5ffab35845d7","security_groups":["8791c319-8df7-46a5-80b8-8b5bb064617f"],"mac_address":"fa:16:3e:3c:cc:95","project_id":"14dafb2fe5074429abd1440afe74d820","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack-server1_port-athh5fvzsipt","admin_state_up":true,"network_id":"31acb21d-5a60-45bf-a069-eabc4b29b308","tenant_id":"14dafb2fe5074429abd1440afe74d820","created_at":"2018-10-26T10:07:33Z","binding:vnic_type":"normal","device_id":"8c26dd5c-9bcd-405a-a244-d8a1884404ab"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:07:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"892f8442-9640-4f8d-8c70-555a19bbb034","ip_address":"10.0.0.2"}],"id":"4edde570-d856-48bb-be94-f5a2deea6efc","security_groups":[],"mac_address":"fa:16:3e:b0:81:9f","project_id":"14dafb2fe5074429abd1440afe74d820","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"31acb21d-5a60-45bf-a069-eabc4b29b308","tenant_id":"14dafb2fe5074429abd1440afe74d820","created_at":"2018-10-26T10:07:32Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-31acb21d-5a60-45bf-a069-eabc4b29b308"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:07:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"892f8442-9640-4f8d-8c70-555a19bbb034","ip_address":"10.0.0.3"}],"id":"819a68da-e05b-40a1-ac23-3524875e78db","security_groups":[],"mac_address":"fa:16:3e:44:22:13","project_id":"14dafb2fe5074429abd1440afe74d820","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"31acb21d-5a60-45bf-a069-eabc4b29b308","tenant_id":"14dafb2fe5074429abd1440afe74d820","created_at":"2018-10-26T10:07:33Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-31acb21d-5a60-45bf-a069-eabc4b29b308"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:07:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"892f8442-9640-4f8d-8c70-555a19bbb034","ip_address":"10.0.0.4"}],"id":"ef9cf098-db7a-45f3-b5d3-d799b9b30e58","security_groups":[],"mac_address":"fa:16:3e:e3:74:5d","project_id":"14dafb2fe5074429abd1440afe74d820","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"31acb21d-5a60-45bf-a069-eabc4b29b308","tenant_id":"14dafb2fe5074429abd1440afe74d820","created_at":"2018-10-26T10:07:33Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-31acb21d-5a60-45bf-a069-eabc4b29b308"}]} 2018-10-26 10:08:00,009 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=31acb21d-5a60-45bf-a069-eabc4b29b308 used request id req-5b680c96-d1f8-405f-b381-1f42e688d41c 2018-10-26 10:08:00,013 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/8c26dd5c-9bcd-405a-a244-d8a1884404ab -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aabf146bc41d2dd4a7a4044820730ef0ddf4eb12" 2018-10-26 10:08:00,627 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-04e5376f-703c-40b0-9b1b-9db8844dcd9c x-compute-request-id: req-04e5376f-703c-40b0-9b1b-9db8844dcd9c Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:cc:95", "version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8c26dd5c-9bcd-405a-a244-d8a1884404ab", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8c26dd5c-9bcd-405a-a244-d8a1884404ab", "rel": "bookmark"}], "image": {"id": "0d21108b-fd95-4b50-9d14-fbe28f781f56", "links": [{"href": "http://172.30.9.21:8774/images/0d21108b-fd95-4b50-9d14-fbe28f781f56", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:07:42.000000", "flavor": {"id": "0cda2003-667e-4b2b-a685-75bec42eebb7", "links": [{"href": "http://172.30.9.21:8774/flavors/0cda2003-667e-4b2b-a685-75bec42eebb7", "rel": "bookmark"}]}, "id": "8c26dd5c-9bcd-405a-a244-d8a1884404ab", "security_groups": [{"name": "default"}], "user_id": "7e9f4b71489344d9a1a49c32099b2c6f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:07:43Z", "hostId": "95434c0ef65b19a01ad2dfdbfa9edc1a2ee6df09980479173f244166", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-inst", "created": "2018-10-26T10:07:36Z", "tenant_id": "14dafb2fe5074429abd1440afe74d820", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:08:00,627 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/8c26dd5c-9bcd-405a-a244-d8a1884404ab used request id req-04e5376f-703c-40b0-9b1b-9db8844dcd9c 2018-10-26 10:08:00,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aabf146bc41d2dd4a7a4044820730ef0ddf4eb12" 2018-10-26 10:08:00,734 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-4b704198-f525-41bd-a2da-c548c9729c21 Date: Fri, 26 Oct 2018 10:08: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":["892f8442-9640-4f8d-8c70-555a19bbb034"],"updated_at":"2018-10-26T10:07:31Z","tenant_id":"14dafb2fe5074429abd1440afe74d820","created_at":"2018-10-26T10:07:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"14dafb2fe5074429abd1440afe74d820","id":"31acb21d-5a60-45bf-a069-eabc4b29b308","name":"CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-net"}]} 2018-10-26 10:08:00,734 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-net used request id req-4b704198-f525-41bd-a2da-c548c9729c21 2018-10-26 10:08:00,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/14dafb2fe5074429abd1440afe74d820 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aabf146bc41d2dd4a7a4044820730ef0ddf4eb12" 2018-10-26 10:08:00,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1033f156-6d0c-4c2b-9e82-d33254acd80d Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/14dafb2fe5074429abd1440afe74d820"}, "enabled": true, "id": "14dafb2fe5074429abd1440afe74d820", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-807c0563-3be9-430-proj"}} 2018-10-26 10:08:00,757 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/14dafb2fe5074429abd1440afe74d820 used request id req-1033f156-6d0c-4c2b-9e82-d33254acd80d 2018-10-26 10:08:00,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=31acb21d-5a60-45bf-a069-eabc4b29b308 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aabf146bc41d2dd4a7a4044820730ef0ddf4eb12" 2018-10-26 10:08:00,814 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-4cf478c7-d858-4186-89b0-dab05222329d Date: Fri, 26 Oct 2018 10:08:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"31acb21d-5a60-45bf-a069-eabc4b29b308","tenant_id":"14dafb2fe5074429abd1440afe74d820","created_at":"2018-10-26T10:07:31Z","dns_nameservers":[],"updated_at":"2018-10-26T10:07:31Z","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":"14dafb2fe5074429abd1440afe74d820","id":"892f8442-9640-4f8d-8c70-555a19bbb034","subnetpool_id":null,"name":"CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-subnet"}]} 2018-10-26 10:08:00,814 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=31acb21d-5a60-45bf-a069-eabc4b29b308 used request id req-4cf478c7-d858-4186-89b0-dab05222329d 2018-10-26 10:08:00,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=31acb21d-5a60-45bf-a069-eabc4b29b308 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aabf146bc41d2dd4a7a4044820730ef0ddf4eb12" 2018-10-26 10:08:00,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3156 X-Openstack-Request-Id: req-776f591b-a08c-4b9a-8ece-b8098c044211 Date: Fri, 26 Oct 2018 10:08:00 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:07:43Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"892f8442-9640-4f8d-8c70-555a19bbb034","ip_address":"10.0.0.11"}],"id":"2d580a48-4629-400b-b08a-5ffab35845d7","security_groups":["8791c319-8df7-46a5-80b8-8b5bb064617f"],"mac_address":"fa:16:3e:3c:cc:95","project_id":"14dafb2fe5074429abd1440afe74d820","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack-server1_port-athh5fvzsipt","admin_state_up":true,"network_id":"31acb21d-5a60-45bf-a069-eabc4b29b308","tenant_id":"14dafb2fe5074429abd1440afe74d820","created_at":"2018-10-26T10:07:33Z","binding:vnic_type":"normal","device_id":"8c26dd5c-9bcd-405a-a244-d8a1884404ab"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:07:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"892f8442-9640-4f8d-8c70-555a19bbb034","ip_address":"10.0.0.2"}],"id":"4edde570-d856-48bb-be94-f5a2deea6efc","security_groups":[],"mac_address":"fa:16:3e:b0:81:9f","project_id":"14dafb2fe5074429abd1440afe74d820","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"31acb21d-5a60-45bf-a069-eabc4b29b308","tenant_id":"14dafb2fe5074429abd1440afe74d820","created_at":"2018-10-26T10:07:32Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-31acb21d-5a60-45bf-a069-eabc4b29b308"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:07:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"892f8442-9640-4f8d-8c70-555a19bbb034","ip_address":"10.0.0.3"}],"id":"819a68da-e05b-40a1-ac23-3524875e78db","security_groups":[],"mac_address":"fa:16:3e:44:22:13","project_id":"14dafb2fe5074429abd1440afe74d820","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"31acb21d-5a60-45bf-a069-eabc4b29b308","tenant_id":"14dafb2fe5074429abd1440afe74d820","created_at":"2018-10-26T10:07:33Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-31acb21d-5a60-45bf-a069-eabc4b29b308"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:07:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"892f8442-9640-4f8d-8c70-555a19bbb034","ip_address":"10.0.0.4"}],"id":"ef9cf098-db7a-45f3-b5d3-d799b9b30e58","security_groups":[],"mac_address":"fa:16:3e:e3:74:5d","project_id":"14dafb2fe5074429abd1440afe74d820","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"31acb21d-5a60-45bf-a069-eabc4b29b308","tenant_id":"14dafb2fe5074429abd1440afe74d820","created_at":"2018-10-26T10:07:33Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-31acb21d-5a60-45bf-a069-eabc4b29b308"}]} 2018-10-26 10:08:00,910 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=31acb21d-5a60-45bf-a069-eabc4b29b308 used request id req-776f591b-a08c-4b9a-8ece-b8098c044211 2018-10-26 10:08:00,914 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/8c26dd5c-9bcd-405a-a244-d8a1884404ab -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aabf146bc41d2dd4a7a4044820730ef0ddf4eb12" 2018-10-26 10:08:01,385 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-307df41c-9d57-490c-bd62-b88850afe082 x-compute-request-id: req-307df41c-9d57-490c-bd62-b88850afe082 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:cc:95", "version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8c26dd5c-9bcd-405a-a244-d8a1884404ab", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8c26dd5c-9bcd-405a-a244-d8a1884404ab", "rel": "bookmark"}], "image": {"id": "0d21108b-fd95-4b50-9d14-fbe28f781f56", "links": [{"href": "http://172.30.9.21:8774/images/0d21108b-fd95-4b50-9d14-fbe28f781f56", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:07:42.000000", "flavor": {"id": "0cda2003-667e-4b2b-a685-75bec42eebb7", "links": [{"href": "http://172.30.9.21:8774/flavors/0cda2003-667e-4b2b-a685-75bec42eebb7", "rel": "bookmark"}]}, "id": "8c26dd5c-9bcd-405a-a244-d8a1884404ab", "security_groups": [{"name": "default"}], "user_id": "7e9f4b71489344d9a1a49c32099b2c6f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:07:43Z", "hostId": "95434c0ef65b19a01ad2dfdbfa9edc1a2ee6df09980479173f244166", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-inst", "created": "2018-10-26T10:07:36Z", "tenant_id": "14dafb2fe5074429abd1440afe74d820", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:08:01,386 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/8c26dd5c-9bcd-405a-a244-d8a1884404ab used request id req-307df41c-9d57-490c-bd62-b88850afe082 2018-10-26 10:08:01,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aabf146bc41d2dd4a7a4044820730ef0ddf4eb12" 2018-10-26 10:08:01,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-00d84ed8-09dd-45eb-990a-c5f3a4ffba17 Date: Fri, 26 Oct 2018 10:08: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":["892f8442-9640-4f8d-8c70-555a19bbb034"],"updated_at":"2018-10-26T10:07:31Z","tenant_id":"14dafb2fe5074429abd1440afe74d820","created_at":"2018-10-26T10:07:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"14dafb2fe5074429abd1440afe74d820","id":"31acb21d-5a60-45bf-a069-eabc4b29b308","name":"CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-net"}]} 2018-10-26 10:08:01,630 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-net used request id req-00d84ed8-09dd-45eb-990a-c5f3a4ffba17 2018-10-26 10:08:01,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/14dafb2fe5074429abd1440afe74d820 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aabf146bc41d2dd4a7a4044820730ef0ddf4eb12" 2018-10-26 10:08:01,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe9d4e38-f76e-4dc7-832b-ae07f93cf53d Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/14dafb2fe5074429abd1440afe74d820"}, "enabled": true, "id": "14dafb2fe5074429abd1440afe74d820", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-807c0563-3be9-430-proj"}} 2018-10-26 10:08:01,712 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/14dafb2fe5074429abd1440afe74d820 used request id req-fe9d4e38-f76e-4dc7-832b-ae07f93cf53d 2018-10-26 10:08:01,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=31acb21d-5a60-45bf-a069-eabc4b29b308 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aabf146bc41d2dd4a7a4044820730ef0ddf4eb12" 2018-10-26 10:08:01,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-ab641a2f-08e7-495f-a524-1fde189e761a Date: Fri, 26 Oct 2018 10:08:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"31acb21d-5a60-45bf-a069-eabc4b29b308","tenant_id":"14dafb2fe5074429abd1440afe74d820","created_at":"2018-10-26T10:07:31Z","dns_nameservers":[],"updated_at":"2018-10-26T10:07:31Z","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":"14dafb2fe5074429abd1440afe74d820","id":"892f8442-9640-4f8d-8c70-555a19bbb034","subnetpool_id":null,"name":"CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-subnet"}]} 2018-10-26 10:08:01,918 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=31acb21d-5a60-45bf-a069-eabc4b29b308 used request id req-ab641a2f-08e7-495f-a524-1fde189e761a 2018-10-26 10:08:01,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=31acb21d-5a60-45bf-a069-eabc4b29b308 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aabf146bc41d2dd4a7a4044820730ef0ddf4eb12" 2018-10-26 10:08:02,015 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3156 X-Openstack-Request-Id: req-0fc7577f-6251-4f31-bf6e-d9cb97e1628d Date: Fri, 26 Oct 2018 10:08:02 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:07:43Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"892f8442-9640-4f8d-8c70-555a19bbb034","ip_address":"10.0.0.11"}],"id":"2d580a48-4629-400b-b08a-5ffab35845d7","security_groups":["8791c319-8df7-46a5-80b8-8b5bb064617f"],"mac_address":"fa:16:3e:3c:cc:95","project_id":"14dafb2fe5074429abd1440afe74d820","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack-server1_port-athh5fvzsipt","admin_state_up":true,"network_id":"31acb21d-5a60-45bf-a069-eabc4b29b308","tenant_id":"14dafb2fe5074429abd1440afe74d820","created_at":"2018-10-26T10:07:33Z","binding:vnic_type":"normal","device_id":"8c26dd5c-9bcd-405a-a244-d8a1884404ab"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:07:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"892f8442-9640-4f8d-8c70-555a19bbb034","ip_address":"10.0.0.2"}],"id":"4edde570-d856-48bb-be94-f5a2deea6efc","security_groups":[],"mac_address":"fa:16:3e:b0:81:9f","project_id":"14dafb2fe5074429abd1440afe74d820","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"31acb21d-5a60-45bf-a069-eabc4b29b308","tenant_id":"14dafb2fe5074429abd1440afe74d820","created_at":"2018-10-26T10:07:32Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-31acb21d-5a60-45bf-a069-eabc4b29b308"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:07:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"892f8442-9640-4f8d-8c70-555a19bbb034","ip_address":"10.0.0.3"}],"id":"819a68da-e05b-40a1-ac23-3524875e78db","security_groups":[],"mac_address":"fa:16:3e:44:22:13","project_id":"14dafb2fe5074429abd1440afe74d820","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"31acb21d-5a60-45bf-a069-eabc4b29b308","tenant_id":"14dafb2fe5074429abd1440afe74d820","created_at":"2018-10-26T10:07:33Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-31acb21d-5a60-45bf-a069-eabc4b29b308"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:07:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"892f8442-9640-4f8d-8c70-555a19bbb034","ip_address":"10.0.0.4"}],"id":"ef9cf098-db7a-45f3-b5d3-d799b9b30e58","security_groups":[],"mac_address":"fa:16:3e:e3:74:5d","project_id":"14dafb2fe5074429abd1440afe74d820","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"31acb21d-5a60-45bf-a069-eabc4b29b308","tenant_id":"14dafb2fe5074429abd1440afe74d820","created_at":"2018-10-26T10:07:33Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-31acb21d-5a60-45bf-a069-eabc4b29b308"}]} 2018-10-26 10:08:02,015 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=31acb21d-5a60-45bf-a069-eabc4b29b308 used request id req-0fc7577f-6251-4f31-bf6e-d9cb97e1628d 2018-10-26 10:08:02,018 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/8c26dd5c-9bcd-405a-a244-d8a1884404ab -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c07879e2baf0dcd8b3d704c5d232a8392360bbb" 2018-10-26 10:08:02,801 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08: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-c0ef0bb7-dddb-480e-afeb-b162cbce06c1 x-compute-request-id: req-c0ef0bb7-dddb-480e-afeb-b162cbce06c1 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3c:cc:95", "version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8c26dd5c-9bcd-405a-a244-d8a1884404ab", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8c26dd5c-9bcd-405a-a244-d8a1884404ab", "rel": "bookmark"}], "image": {"id": "0d21108b-fd95-4b50-9d14-fbe28f781f56", "links": [{"href": "http://172.30.9.21:8774/images/0d21108b-fd95-4b50-9d14-fbe28f781f56", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:07:42.000000", "flavor": {"id": "0cda2003-667e-4b2b-a685-75bec42eebb7", "links": [{"href": "http://172.30.9.21:8774/flavors/0cda2003-667e-4b2b-a685-75bec42eebb7", "rel": "bookmark"}]}, "id": "8c26dd5c-9bcd-405a-a244-d8a1884404ab", "security_groups": [{"name": "default"}], "user_id": "7e9f4b71489344d9a1a49c32099b2c6f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:07:43Z", "hostId": "95434c0ef65b19a01ad2dfdbfa9edc1a2ee6df09980479173f244166", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-inst", "created": "2018-10-26T10:07:36Z", "tenant_id": "14dafb2fe5074429abd1440afe74d820", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:08:02,801 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/8c26dd5c-9bcd-405a-a244-d8a1884404ab used request id req-c0ef0bb7-dddb-480e-afeb-b162cbce06c1 2018-10-26 10:08:02,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c07879e2baf0dcd8b3d704c5d232a8392360bbb" 2018-10-26 10:08:02,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-d8cd27da-d33b-4871-a331-3fbe5bfd8f62 Date: Fri, 26 Oct 2018 10:08: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":["892f8442-9640-4f8d-8c70-555a19bbb034"],"updated_at":"2018-10-26T10:07:31Z","tenant_id":"14dafb2fe5074429abd1440afe74d820","created_at":"2018-10-26T10:07:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"14dafb2fe5074429abd1440afe74d820","id":"31acb21d-5a60-45bf-a069-eabc4b29b308","name":"CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-net"}]} 2018-10-26 10:08:02,904 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-net used request id req-d8cd27da-d33b-4871-a331-3fbe5bfd8f62 2018-10-26 10:08:02,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=31acb21d-5a60-45bf-a069-eabc4b29b308 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c07879e2baf0dcd8b3d704c5d232a8392360bbb" 2018-10-26 10:08:03,114 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-4dba7505-708f-4fa4-8601-90c3ae71e7e2 Date: Fri, 26 Oct 2018 10:08:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"31acb21d-5a60-45bf-a069-eabc4b29b308","tenant_id":"14dafb2fe5074429abd1440afe74d820","created_at":"2018-10-26T10:07:31Z","dns_nameservers":[],"updated_at":"2018-10-26T10:07:31Z","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":"14dafb2fe5074429abd1440afe74d820","id":"892f8442-9640-4f8d-8c70-555a19bbb034","subnetpool_id":null,"name":"CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-subnet"}]} 2018-10-26 10:08:03,114 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=31acb21d-5a60-45bf-a069-eabc4b29b308 used request id req-4dba7505-708f-4fa4-8601-90c3ae71e7e2 2018-10-26 10:08:03,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=31acb21d-5a60-45bf-a069-eabc4b29b308 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c07879e2baf0dcd8b3d704c5d232a8392360bbb" 2018-10-26 10:08:03,211 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3156 X-Openstack-Request-Id: req-c504c70d-0d42-4bc8-ac03-38db76279acb Date: Fri, 26 Oct 2018 10:08:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:07:43Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"892f8442-9640-4f8d-8c70-555a19bbb034","ip_address":"10.0.0.11"}],"id":"2d580a48-4629-400b-b08a-5ffab35845d7","security_groups":["8791c319-8df7-46a5-80b8-8b5bb064617f"],"mac_address":"fa:16:3e:3c:cc:95","project_id":"14dafb2fe5074429abd1440afe74d820","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack-server1_port-athh5fvzsipt","admin_state_up":true,"network_id":"31acb21d-5a60-45bf-a069-eabc4b29b308","tenant_id":"14dafb2fe5074429abd1440afe74d820","created_at":"2018-10-26T10:07:33Z","binding:vnic_type":"normal","device_id":"8c26dd5c-9bcd-405a-a244-d8a1884404ab"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:07:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"892f8442-9640-4f8d-8c70-555a19bbb034","ip_address":"10.0.0.2"}],"id":"4edde570-d856-48bb-be94-f5a2deea6efc","security_groups":[],"mac_address":"fa:16:3e:b0:81:9f","project_id":"14dafb2fe5074429abd1440afe74d820","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"31acb21d-5a60-45bf-a069-eabc4b29b308","tenant_id":"14dafb2fe5074429abd1440afe74d820","created_at":"2018-10-26T10:07:32Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-31acb21d-5a60-45bf-a069-eabc4b29b308"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:07:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"892f8442-9640-4f8d-8c70-555a19bbb034","ip_address":"10.0.0.3"}],"id":"819a68da-e05b-40a1-ac23-3524875e78db","security_groups":[],"mac_address":"fa:16:3e:44:22:13","project_id":"14dafb2fe5074429abd1440afe74d820","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"31acb21d-5a60-45bf-a069-eabc4b29b308","tenant_id":"14dafb2fe5074429abd1440afe74d820","created_at":"2018-10-26T10:07:33Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-31acb21d-5a60-45bf-a069-eabc4b29b308"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:07:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"892f8442-9640-4f8d-8c70-555a19bbb034","ip_address":"10.0.0.4"}],"id":"ef9cf098-db7a-45f3-b5d3-d799b9b30e58","security_groups":[],"mac_address":"fa:16:3e:e3:74:5d","project_id":"14dafb2fe5074429abd1440afe74d820","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"31acb21d-5a60-45bf-a069-eabc4b29b308","tenant_id":"14dafb2fe5074429abd1440afe74d820","created_at":"2018-10-26T10:07:33Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-31acb21d-5a60-45bf-a069-eabc4b29b308"}]} 2018-10-26 10:08:03,211 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=31acb21d-5a60-45bf-a069-eabc4b29b308 used request id req-c504c70d-0d42-4bc8-ac03-38db76279acb 2018-10-26 10:08:03,212 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack 2018-10-26 10:08:03,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f56dc2d7dfa6899d36d795b24812be657e99c4a5" 2018-10-26 10:08:03,243 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:08:03 GMT Server: Apache x-openstack-request-id: req-5c873eb2-9e2d-4a1d-9512-054417aa2ace Location: http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:08:03,416 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:08:03 GMT Server: Apache x-openstack-request-id: req-1deb7057-d36c-44bd-8ead-fcb59569c731 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:08:03,416 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3 used request id req-1deb7057-d36c-44bd-8ead-fcb59569c731 2018-10-26 10:08:03,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f56dc2d7dfa6899d36d795b24812be657e99c4a5" 2018-10-26 10:08:03,446 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:08:03 GMT Server: Apache x-openstack-request-id: req-8087fac6-2ad8-45d8-87ff-6454fc2801eb Location: http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:08:03,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:03 GMT Server: Apache x-openstack-request-id: req-a3db1682-1d8d-4ddf-8db8-d983ae48de10 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": "14dafb2fe5074429abd1440afe74d820", "OS::stack_id": "98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack", "image_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-image", "inst_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-inst", "subnet_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-subnet", "flavor_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-flavor-name", "net_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack", "stack_user_project_id": "8d0d8391da194467bd0fe612685b54c4", "tags": null, "creation_time": "2018-10-26T10:07:28Z", "links": [{"href": "http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:08:03Z", "id": "98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:08:03,488 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3 used request id req-a3db1682-1d8d-4ddf-8db8-d983ae48de10 2018-10-26 10:08:03,488 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-26 10:08:03,488 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:08:06,492 - create_stack - DEBUG - Stack status query timeout in 1196.92474413 2018-10-26 10:08:06,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f56dc2d7dfa6899d36d795b24812be657e99c4a5" 2018-10-26 10:08:06,521 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:08:06 GMT Server: Apache x-openstack-request-id: req-455f8dd4-4870-4988-82ce-3767afb75be6 Location: http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:08:06,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:06 GMT Server: Apache x-openstack-request-id: req-2839e16d-49ed-4e15-affb-c0b1d3effeb5 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": "14dafb2fe5074429abd1440afe74d820", "OS::stack_id": "98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack", "image_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-image", "inst_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-inst", "subnet_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-subnet", "flavor_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-flavor-name", "net_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack", "stack_user_project_id": "8d0d8391da194467bd0fe612685b54c4", "tags": null, "creation_time": "2018-10-26T10:07:28Z", "links": [{"href": "http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:08:03Z", "id": "98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:08:06,547 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3 used request id req-2839e16d-49ed-4e15-affb-c0b1d3effeb5 2018-10-26 10:08:06,548 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-26 10:08:06,548 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:08:09,551 - create_stack - DEBUG - Stack status query timeout in 1193.86525416 2018-10-26 10:08:09,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f56dc2d7dfa6899d36d795b24812be657e99c4a5" 2018-10-26 10:08:09,580 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:08:09 GMT Server: Apache x-openstack-request-id: req-04ead13e-8dcc-4a81-b778-23af48f2f354 Location: http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:08:09,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:09 GMT Server: Apache x-openstack-request-id: req-06b7c78f-c68f-433f-acc2-c8961d5cac88 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": "14dafb2fe5074429abd1440afe74d820", "OS::stack_id": "98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack", "image_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-image", "inst_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-inst", "subnet_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-subnet", "flavor_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-flavor-name", "net_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack", "stack_user_project_id": "8d0d8391da194467bd0fe612685b54c4", "tags": null, "creation_time": "2018-10-26T10:07:28Z", "links": [{"href": "http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:08:03Z", "id": "98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:08:09,608 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3 used request id req-06b7c78f-c68f-433f-acc2-c8961d5cac88 2018-10-26 10:08:09,609 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-26 10:08:09,609 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:08:12,612 - create_stack - DEBUG - Stack status query timeout in 1190.80443096 2018-10-26 10:08:12,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f56dc2d7dfa6899d36d795b24812be657e99c4a5" 2018-10-26 10:08:12,641 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:08:12 GMT Server: Apache x-openstack-request-id: req-5a6d1bf5-9295-409a-b8d5-ec24711f1ba8 Location: http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:08:12,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:12 GMT Server: Apache x-openstack-request-id: req-a1679202-3f47-4e75-b413-c0a618c7aff8 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": "14dafb2fe5074429abd1440afe74d820", "OS::stack_id": "98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack", "image_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-image", "inst_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-inst", "subnet_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-subnet", "flavor_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-flavor-name", "net_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack", "stack_user_project_id": "8d0d8391da194467bd0fe612685b54c4", "tags": null, "creation_time": "2018-10-26T10:07:28Z", "links": [{"href": "http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:08:03Z", "id": "98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:08:12,670 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3 used request id req-a1679202-3f47-4e75-b413-c0a618c7aff8 2018-10-26 10:08:12,671 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-26 10:08:12,671 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:08:15,674 - create_stack - DEBUG - Stack status query timeout in 1187.74239516 2018-10-26 10:08:15,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f56dc2d7dfa6899d36d795b24812be657e99c4a5" 2018-10-26 10:08:15,845 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:08:15 GMT Server: Apache x-openstack-request-id: req-99e31c3d-4707-42c6-838b-93ce702e9edb Location: http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:08:15,872 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:15 GMT Server: Apache x-openstack-request-id: req-e25a8af3-d12c-407f-9edc-18b808320733 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": "14dafb2fe5074429abd1440afe74d820", "OS::stack_id": "98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack", "image_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-image", "inst_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-inst", "subnet_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-subnet", "flavor_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-flavor-name", "net_name": "CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack", "stack_user_project_id": "8d0d8391da194467bd0fe612685b54c4", "tags": null, "creation_time": "2018-10-26T10:07:28Z", "links": [{"href": "http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-10-26T10:08:03Z", "id": "98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-10-26 10:08:15,873 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3 used request id req-e25a8af3-d12c-407f-9edc-18b808320733 2018-10-26 10:08:15,873 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-10-26 10:08:15,873 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack 2018-10-26 10:08:15,873 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack 2018-10-26 10:08:15,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f56dc2d7dfa6899d36d795b24812be657e99c4a5" 2018-10-26 10:08:15,903 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:08:15 GMT Server: Apache x-openstack-request-id: req-8e55ffd4-a2db-4eb8-9ba5-42922a0878df Location: http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:08:16,070 - keystoneauth.session - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 10:08:15 GMT Server: Apache x-openstack-request-id: req-19f5c6b4-4e99-4f13-8655-71c2ac974424 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-10-26 10:08:16,070 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/14dafb2fe5074429abd1440afe74d820/stacks/CreateStackSuccessTests-CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-stack/98a3782b-3adb-4ed2-8b9d-3fe4fe42f4e3 used request id req-19f5c6b4-4e99-4f13-8655-71c2ac974424 2018-10-26 10:08:16,071 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-28e36c74-ed9e-4c3f-804a-6ecbe6e5875d-image 2018-10-26 10:08:16,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/0d21108b-fd95-4b50-9d14-fbe28f781f56 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e79bf5460edf33c33afe25eff3cdbc0f3f280562" 2018-10-26 10:08:17,263 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bf5e0d95-ec1d-4045-af59-7fc24a0f08c2 Date: Fri, 26 Oct 2018 10:08: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-26 10:08:17,264 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/0d21108b-fd95-4b50-9d14-fbe28f781f56 used request id req-bf5e0d95-ec1d-4045-af59-7fc24a0f08c2 2018-10-26 10:08:17,267 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/0cda2003-667e-4b2b-a685-75bec42eebb7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8b64e3766676cb3f5b61785863ed45364e93849" 2018-10-26 10:08:17,468 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10:08: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-aaf04208-1fcc-4006-8b73-dbcb35208250 x-compute-request-id: req-aaf04208-1fcc-4006-8b73-dbcb35208250 Content-Length: 0 Content-Type: application/json 2018-10-26 10:08:17,469 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/0cda2003-667e-4b2b-a685-75bec42eebb7 used request id req-aaf04208-1fcc-4006-8b73-dbcb35208250 2018-10-26 10:08:17,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6849471556536f116355b867c641897786b5d93d" 2018-10-26 10:08:17,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-1c72777f-b2f4-431b-8fb9-b6501802736b Date: Fri, 26 Oct 2018 10:08:17 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "14dafb2fe5074429abd1440afe74d820", "created_at": "2018-10-26T10:07:29Z", "updated_at": "2018-10-26T10:07:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:07:29Z", "revision_number": 0, "id": "6d0e91d6-a3d7-40aa-bb0b-7ad381950835", "remote_group_id": "8791c319-8df7-46a5-80b8-8b5bb064617f", "remote_ip_prefix": null, "created_at": "2018-10-26T10:07:29Z", "security_group_id": "8791c319-8df7-46a5-80b8-8b5bb064617f", "tenant_id": "14dafb2fe5074429abd1440afe74d820", "port_range_min": null, "ethertype": "IPv6", "project_id": "14dafb2fe5074429abd1440afe74d820"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:07:29Z", "revision_number": 0, "id": "bb73a29f-abe5-4b3a-b708-b1a260f70377", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:07:29Z", "security_group_id": "8791c319-8df7-46a5-80b8-8b5bb064617f", "tenant_id": "14dafb2fe5074429abd1440afe74d820", "port_range_min": null, "ethertype": "IPv6", "project_id": "14dafb2fe5074429abd1440afe74d820"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:07:29Z", "revision_number": 0, "id": "c23bf2d3-007f-4f2e-9ed3-ba2c975d274a", "remote_group_id": "8791c319-8df7-46a5-80b8-8b5bb064617f", "remote_ip_prefix": null, "created_at": "2018-10-26T10:07:29Z", "security_group_id": "8791c319-8df7-46a5-80b8-8b5bb064617f", "tenant_id": "14dafb2fe5074429abd1440afe74d820", "port_range_min": null, "ethertype": "IPv4", "project_id": "14dafb2fe5074429abd1440afe74d820"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:07:29Z", "revision_number": 0, "id": "d0c93fde-b95c-44a6-97d8-7510ac5914c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:07:29Z", "security_group_id": "8791c319-8df7-46a5-80b8-8b5bb064617f", "tenant_id": "14dafb2fe5074429abd1440afe74d820", "port_range_min": null, "ethertype": "IPv4", "project_id": "14dafb2fe5074429abd1440afe74d820"}], "revision_number": 4, "project_id": "14dafb2fe5074429abd1440afe74d820", "id": "8791c319-8df7-46a5-80b8-8b5bb064617f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 10:08:17,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-1c72777f-b2f4-431b-8fb9-b6501802736b 2018-10-26 10:08:17,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6849471556536f116355b867c641897786b5d93d" 2018-10-26 10:08:17,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02f38bc4-688c-45c6-b987-a5ff67da4d99 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 10:08:17,771 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-02f38bc4-688c-45c6-b987-a5ff67da4d99 2018-10-26 10:08:17,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6849471556536f116355b867c641897786b5d93d" 2018-10-26 10:08:17,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c335a7ed-0cd9-4ff6-8f73-089a000c0fe6 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 10:08:17,870 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-c335a7ed-0cd9-4ff6-8f73-089a000c0fe6 2018-10-26 10:08:17,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/14dafb2fe5074429abd1440afe74d820 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6849471556536f116355b867c641897786b5d93d" 2018-10-26 10:08:17,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2524fae-995a-4b08-ae77-63dab464414f Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/14dafb2fe5074429abd1440afe74d820"}, "enabled": true, "id": "14dafb2fe5074429abd1440afe74d820", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-807c0563-3be9-430-proj"}} 2018-10-26 10:08:17,955 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/14dafb2fe5074429abd1440afe74d820 used request id req-d2524fae-995a-4b08-ae77-63dab464414f 2018-10-26 10:08:17,956 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8791c319-8df7-46a5-80b8-8b5bb064617f 2018-10-26 10:08:17,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=8791c319-8df7-46a5-80b8-8b5bb064617f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6849471556536f116355b867c641897786b5d93d" 2018-10-26 10:08:18,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-36a234df-ee5b-4da8-9348-7288b868fc38 Date: Fri, 26 Oct 2018 10:08:18 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "8791c319-8df7-46a5-80b8-8b5bb064617f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:07:29Z", "security_group_id": "8791c319-8df7-46a5-80b8-8b5bb064617f", "port_range_min": null, "revision_number": 0, "tenant_id": "14dafb2fe5074429abd1440afe74d820", "created_at": "2018-10-26T10:07:29Z", "project_id": "14dafb2fe5074429abd1440afe74d820", "id": "6d0e91d6-a3d7-40aa-bb0b-7ad381950835"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:07:29Z", "security_group_id": "8791c319-8df7-46a5-80b8-8b5bb064617f", "port_range_min": null, "revision_number": 0, "tenant_id": "14dafb2fe5074429abd1440afe74d820", "created_at": "2018-10-26T10:07:29Z", "project_id": "14dafb2fe5074429abd1440afe74d820", "id": "bb73a29f-abe5-4b3a-b708-b1a260f70377"}, {"remote_group_id": "8791c319-8df7-46a5-80b8-8b5bb064617f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:07:29Z", "security_group_id": "8791c319-8df7-46a5-80b8-8b5bb064617f", "port_range_min": null, "revision_number": 0, "tenant_id": "14dafb2fe5074429abd1440afe74d820", "created_at": "2018-10-26T10:07:29Z", "project_id": "14dafb2fe5074429abd1440afe74d820", "id": "c23bf2d3-007f-4f2e-9ed3-ba2c975d274a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:07:29Z", "security_group_id": "8791c319-8df7-46a5-80b8-8b5bb064617f", "port_range_min": null, "revision_number": 0, "tenant_id": "14dafb2fe5074429abd1440afe74d820", "created_at": "2018-10-26T10:07:29Z", "project_id": "14dafb2fe5074429abd1440afe74d820", "id": "d0c93fde-b95c-44a6-97d8-7510ac5914c8"}]} 2018-10-26 10:08:18,150 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=8791c319-8df7-46a5-80b8-8b5bb064617f used request id req-36a234df-ee5b-4da8-9348-7288b868fc38 2018-10-26 10:08:18,150 - neutron_utils - INFO - Deleting security group with name - default 2018-10-26 10:08:18,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/8791c319-8df7-46a5-80b8-8b5bb064617f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6849471556536f116355b867c641897786b5d93d" 2018-10-26 10:08:18,487 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c21c6650-382a-4ea7-aa73-861888e4e619 Content-Length: 0 Date: Fri, 26 Oct 2018 10:08:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:08:18,487 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/8791c319-8df7-46a5-80b8-8b5bb064617f used request id req-c21c6650-382a-4ea7-aa73-861888e4e619 2018-10-26 10:08:18,488 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-807c0563-3be9-430-proj 2018-10-26 10:08:18,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/14dafb2fe5074429abd1440afe74d820 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6849471556536f116355b867c641897786b5d93d" 2018-10-26 10:08:18,715 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:08:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ac03cf7b-cc29-454a-a686-d6c4f68bd3b7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:08:18,716 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/14dafb2fe5074429abd1440afe74d820 used request id req-ac03cf7b-cc29-454a-a686-d6c4f68bd3b7 2018-10-26 10:08:18,716 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-807c0563-3be9-430-proj-role 2018-10-26 10:08:18,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/8a0f64c7cb9f424894c7d65d1b4638dc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6849471556536f116355b867c641897786b5d93d" 2018-10-26 10:08:18,856 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:08:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-97ed2f7f-2c9c-4e8c-976c-6b4f452c7b15 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:08:18,856 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/8a0f64c7cb9f424894c7d65d1b4638dc used request id req-97ed2f7f-2c9c-4e8c-976c-6b4f452c7b15 2018-10-26 10:08:18,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6849471556536f116355b867c641897786b5d93d" 2018-10-26 10:08:18,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-586e6c14-ac25-42c2-9491-64b1db4b62ea Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:08:18,943 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-586e6c14-ac25-42c2-9491-64b1db4b62ea 2018-10-26 10:08:18,944 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-807c0563-3be9-430-user 2018-10-26 10:08:18,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/7e9f4b71489344d9a1a49c32099b2c6f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80753437397bd2dfdeb89701b697a135c1e21fa9" 2018-10-26 10:08:19,126 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:08:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-62f059a1-0acc-4390-93bc-17ab6fc5f487 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:08:19,126 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/7e9f4b71489344d9a1a49c32099b2c6f used request id req-62f059a1-0acc-4390-93bc-17ab6fc5f487 2018-10-26 10:08:19,128 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:08:19,515 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:08:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["T2gIy4ioQFmQtYLgI7QAfA"], "issued_at": "2018-10-26T10:08:19.000000Z"}} 2018-10-26 10:08:19,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7116b659d4abc7b864051aa4c4b81c3c9fd4b3c9" 2018-10-26 10:08:19,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ed2d15b-628c-430a-bf12-fed52499bf77 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:08:19,598 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-7ed2d15b-628c-430a-bf12-fed52499bf77 2018-10-26 10:08:19,599 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:08:19,600 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:08:19,986 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:08:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["ooPA4YioQPugwxcz9N0tIA"], "issued_at": "2018-10-26T10:08:20.000000Z"}} 2018-10-26 10:08:19,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c88531b32c9feb3432f4f5e3f7609be39c6f077" 2018-10-26 10:08:20,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4deadd5-d489-47d7-8675-11d78add84d8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:08:20,087 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d4deadd5-d489-47d7-8675-11d78add84d8 2018-10-26 10:08:20,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:08:20,097 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:08: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:08:20,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-0f5c3659-ed21-4e6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c88531b32c9feb3432f4f5e3f7609be39c6f077" 2018-10-26 10:08:20,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4845df7c-502d-4894-aaf8-24094cfb8ef8 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-0f5c3659-ed21-4e6-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 10:08:20,190 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-0f5c3659-ed21-4e6-proj used request id req-4845df7c-502d-4894-aaf8-24094cfb8ef8 2018-10-26 10:08:20,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c88531b32c9feb3432f4f5e3f7609be39c6f077" 2018-10-26 10:08:20,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4f437c3-cd40-4e20-94f5-2821f376f911 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 10:08:20,290 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-d4f437c3-cd40-4e20-94f5-2821f376f911 2018-10-26 10:08:20,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c88531b32c9feb3432f4f5e3f7609be39c6f077" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackVolumeTests-0f5c3659-ed21-4e6-proj"}}' 2018-10-26 10:08:20,395 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:08:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-be774ce9-713a-4604-a1b5-7a6beea3ae5b Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/316934ce4dca443d98262d38d40b4419"}, "enabled": true, "id": "316934ce4dca443d98262d38d40b4419", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-0f5c3659-ed21-4e6-proj"}} 2018-10-26 10:08:20,395 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-be774ce9-713a-4604-a1b5-7a6beea3ae5b 2018-10-26 10:08:20,396 - keystone_utils - INFO - Created project with name - CreateStackVolumeTests-0f5c3659-ed21-4e6-proj 2018-10-26 10:08:20,396 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:08:20,397 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:08:20,793 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:08:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["4wRtq0pzRPOxjJgVvA-dHw"], "issued_at": "2018-10-26T10:08:20.000000Z"}} 2018-10-26 10:08:20,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}544338c25a6fa056237baa00913c535d2062ddf2" 2018-10-26 10:08:20,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e4b00f6-64de-4768-83bf-c1419ae3e956 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:08:20,884 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-0e4b00f6-64de-4768-83bf-c1419ae3e956 2018-10-26 10:08:20,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:08:20,895 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:08: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:08:20,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}544338c25a6fa056237baa00913c535d2062ddf2" 2018-10-26 10:08:21,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c20cfca-90e7-4ef7-af30-95b4e39e2164 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 10:08:21,003 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-4c20cfca-90e7-4ef7-af30-95b4e39e2164 2018-10-26 10:08:21,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackVolumeTests-0f5c3659-ed21-4e6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}544338c25a6fa056237baa00913c535d2062ddf2" 2018-10-26 10:08:21,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9456e2d2-baa7-47be-9aae-1fe130d7e61e Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackVolumeTests-0f5c3659-ed21-4e6-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/316934ce4dca443d98262d38d40b4419"}, "enabled": true, "id": "316934ce4dca443d98262d38d40b4419", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-0f5c3659-ed21-4e6-proj"}]} 2018-10-26 10:08:21,183 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackVolumeTests-0f5c3659-ed21-4e6-proj used request id req-9456e2d2-baa7-47be-9aae-1fe130d7e61e 2018-10-26 10:08:21,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}544338c25a6fa056237baa00913c535d2062ddf2" 2018-10-26 10:08:21,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23482fb1-aeab-4a86-bb3e-55c34110b43d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 10:08:21,274 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-23482fb1-aeab-4a86-bb3e-55c34110b43d 2018-10-26 10:08:21,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}544338c25a6fa056237baa00913c535d2062ddf2" 2018-10-26 10:08:21,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2db2b15f-80f1-4a7f-9e8f-e093762ec640 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:08:21,759 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-2db2b15f-80f1-4a7f-9e8f-e093762ec640 2018-10-26 10:08:21,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackVolumeTests-0f5c3659-ed21-4e6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}544338c25a6fa056237baa00913c535d2062ddf2" 2018-10-26 10:08:21,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccca7765-e9ed-42af-a729-aeff165d809a Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackVolumeTests-0f5c3659-ed21-4e6-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/316934ce4dca443d98262d38d40b4419"}, "enabled": true, "id": "316934ce4dca443d98262d38d40b4419", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-0f5c3659-ed21-4e6-proj"}]} 2018-10-26 10:08:21,857 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackVolumeTests-0f5c3659-ed21-4e6-proj used request id req-ccca7765-e9ed-42af-a729-aeff165d809a 2018-10-26 10:08:21,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users/bbd81633ba194e4d9c8590d03705e6eb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}544338c25a6fa056237baa00913c535d2062ddf2" 2018-10-26 10:08:21,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94e21cc5-d2e7-47dd-a408-760a23e0cdb2 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackVolumeTests-0f5c3659-ed21-4e6-user", "links": {"self": "http://172.30.9.21:5000/v3/users/bbd81633ba194e4d9c8590d03705e6eb"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "316934ce4dca443d98262d38d40b4419", "id": "bbd81633ba194e4d9c8590d03705e6eb", "password_expires_at": null}} 2018-10-26 10:08:21,894 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/bbd81633ba194e4d9c8590d03705e6eb used request id req-94e21cc5-d2e7-47dd-a408-760a23e0cdb2 2018-10-26 10:08:21,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/316934ce4dca443d98262d38d40b4419/users/bbd81633ba194e4d9c8590d03705e6eb/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}544338c25a6fa056237baa00913c535d2062ddf2" 2018-10-26 10:08:21,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b38fa12-8e38-49e4-a82f-bacb095acea3 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/316934ce4dca443d98262d38d40b4419/users/bbd81633ba194e4d9c8590d03705e6eb/roles", "previous": null, "next": null}, "roles": []} 2018-10-26 10:08:21,999 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/316934ce4dca443d98262d38d40b4419/users/bbd81633ba194e4d9c8590d03705e6eb/roles used request id req-4b38fa12-8e38-49e4-a82f-bacb095acea3 2018-10-26 10:08:22,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}544338c25a6fa056237baa00913c535d2062ddf2" 2018-10-26 10:08:22,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02606d5b-e525-4d78-b2be-e9dc04affd48 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "domain_id": null, "name": "admin", "id": "886257d877da42cd903fe01393f42ae9"}} 2018-10-26 10:08:22,085 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9 used request id req-02606d5b-e525-4d78-b2be-e9dc04affd48 2018-10-26 10:08:22,086 - keystone_utils - INFO - Granting role admin to project CreateStackVolumeTests-0f5c3659-ed21-4e6-proj 2018-10-26 10:08:22,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/316934ce4dca443d98262d38d40b4419/users/bbd81633ba194e4d9c8590d03705e6eb/roles/886257d877da42cd903fe01393f42ae9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}544338c25a6fa056237baa00913c535d2062ddf2" 2018-10-26 10:08:22,218 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:08:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ec7a05a4-38e2-46ab-83e5-9ff71e569464 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:08:22,218 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/316934ce4dca443d98262d38d40b4419/users/bbd81633ba194e4d9c8590d03705e6eb/roles/886257d877da42cd903fe01393f42ae9 used request id req-ec7a05a4-38e2-46ab-83e5-9ff71e569464 2018-10-26 10:08:22,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}544338c25a6fa056237baa00913c535d2062ddf2" 2018-10-26 10:08:22,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c1edfaf-9f32-4ef3-9332-05183410dc24 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:08:22,310 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-4c1edfaf-9f32-4ef3-9332-05183410dc24 2018-10-26 10:08:22,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackVolumeTests-0f5c3659-ed21-4e6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}544338c25a6fa056237baa00913c535d2062ddf2" 2018-10-26 10:08:22,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8b6f0b3-7bd1-4148-859c-406564422314 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackVolumeTests-0f5c3659-ed21-4e6-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/316934ce4dca443d98262d38d40b4419"}, "enabled": true, "id": "316934ce4dca443d98262d38d40b4419", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-0f5c3659-ed21-4e6-proj"}]} 2018-10-26 10:08:22,394 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackVolumeTests-0f5c3659-ed21-4e6-proj used request id req-f8b6f0b3-7bd1-4148-859c-406564422314 2018-10-26 10:08:22,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/316934ce4dca443d98262d38d40b4419/users/bbd81633ba194e4d9c8590d03705e6eb/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}544338c25a6fa056237baa00913c535d2062ddf2" 2018-10-26 10:08:22,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e8ba448-16ec-4b9d-9bf6-85677048f8b1 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/316934ce4dca443d98262d38d40b4419/users/bbd81633ba194e4d9c8590d03705e6eb/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}]} 2018-10-26 10:08:22,517 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/316934ce4dca443d98262d38d40b4419/users/bbd81633ba194e4d9c8590d03705e6eb/roles used request id req-9e8ba448-16ec-4b9d-9bf6-85677048f8b1 2018-10-26 10:08:22,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}544338c25a6fa056237baa00913c535d2062ddf2" 2018-10-26 10:08:22,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90b72977-fee0-4aad-bd3a-d6ca72788342 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "domain_id": null, "name": "heat_stack_owner", "id": "4f75e021dfe74c9ab7a3aee778a72c84"}} 2018-10-26 10:08:22,607 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84 used request id req-90b72977-fee0-4aad-bd3a-d6ca72788342 2018-10-26 10:08:22,607 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackVolumeTests-0f5c3659-ed21-4e6-proj 2018-10-26 10:08:22,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/316934ce4dca443d98262d38d40b4419/users/bbd81633ba194e4d9c8590d03705e6eb/roles/4f75e021dfe74c9ab7a3aee778a72c84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}544338c25a6fa056237baa00913c535d2062ddf2" 2018-10-26 10:08:22,733 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:08:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9e9d8e1a-99e6-4b4d-a948-b0d1b49bea53 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:08:22,733 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/316934ce4dca443d98262d38d40b4419/users/bbd81633ba194e4d9c8590d03705e6eb/roles/4f75e021dfe74c9ab7a3aee778a72c84 used request id req-9e9d8e1a-99e6-4b4d-a948-b0d1b49bea53 2018-10-26 10:08:22,734 - keystone_utils - INFO - Created user with name - CreateStackVolumeTests-0f5c3659-ed21-4e6-user 2018-10-26 10:08:22,734 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:08:22,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c88531b32c9feb3432f4f5e3f7609be39c6f077" 2018-10-26 10:08:22,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43fe1255-b36d-4532-9082-29366b7fdb60 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:08:22,825 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-43fe1255-b36d-4532-9082-29366b7fdb60 2018-10-26 10:08:22,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c88531b32c9feb3432f4f5e3f7609be39c6f077" -d '{"role": {"name": "CreateStackVolumeTests-0f5c3659-ed21-4e6-proj-role"}}' 2018-10-26 10:08:22,952 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:08:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8fcf1d8e-380d-48a0-8627-f45f63a1d111 Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "59bf43860b584637b77190411cdf4fe7", "links": {"self": "http://172.30.9.21:5000/v3/roles/59bf43860b584637b77190411cdf4fe7"}, "name": "CreateStackVolumeTests-0f5c3659-ed21-4e6-proj-role"}} 2018-10-26 10:08:22,953 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-8fcf1d8e-380d-48a0-8627-f45f63a1d111 2018-10-26 10:08:22,953 - keystone_utils - INFO - Created role with name - CreateStackVolumeTests-0f5c3659-ed21-4e6-proj-role 2018-10-26 10:08:22,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/59bf43860b584637b77190411cdf4fe7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c88531b32c9feb3432f4f5e3f7609be39c6f077" 2018-10-26 10:08:23,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa0bc7f8-dfab-46d8-856d-2c23e088b410 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/59bf43860b584637b77190411cdf4fe7"}, "domain_id": null, "name": "CreateStackVolumeTests-0f5c3659-ed21-4e6-proj-role", "id": "59bf43860b584637b77190411cdf4fe7"}} 2018-10-26 10:08:23,037 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/59bf43860b584637b77190411cdf4fe7 used request id req-fa0bc7f8-dfab-46d8-856d-2c23e088b410 2018-10-26 10:08:23,037 - keystone_utils - INFO - Granting role CreateStackVolumeTests-0f5c3659-ed21-4e6-proj-role to project CreateStackVolumeTests-0f5c3659-ed21-4e6-proj 2018-10-26 10:08:23,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/316934ce4dca443d98262d38d40b4419/users/bbd81633ba194e4d9c8590d03705e6eb/roles/59bf43860b584637b77190411cdf4fe7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c88531b32c9feb3432f4f5e3f7609be39c6f077" 2018-10-26 10:08:23,171 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:08:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-819186ac-047b-4fbe-82b9-4532d029cb1b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:08:23,171 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/316934ce4dca443d98262d38d40b4419/users/bbd81633ba194e4d9c8590d03705e6eb/roles/59bf43860b584637b77190411cdf4fe7 used request id req-819186ac-047b-4fbe-82b9-4532d029cb1b 2018-10-26 10:08:23,171 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-26 10:08:23,172 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:08:23,172 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:08:23,559 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "59bf43860b584637b77190411cdf4fe7", "name": "CreateStackVolumeTests-0f5c3659-ed21-4e6-proj-role"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:08:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "316934ce4dca443d98262d38d40b4419", "name": "CreateStackVolumeTests-0f5c3659-ed21-4e6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/316934ce4dca443d98262d38d40b4419", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/316934ce4dca443d98262d38d40b4419", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/316934ce4dca443d98262d38d40b4419", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/316934ce4dca443d98262d38d40b4419", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/316934ce4dca443d98262d38d40b4419", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/316934ce4dca443d98262d38d40b4419", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/316934ce4dca443d98262d38d40b4419", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/316934ce4dca443d98262d38d40b4419", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/316934ce4dca443d98262d38d40b4419", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/316934ce4dca443d98262d38d40b4419", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/316934ce4dca443d98262d38d40b4419", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/316934ce4dca443d98262d38d40b4419", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackVolumeTests-0f5c3659-ed21-4e6-user", "id": "bbd81633ba194e4d9c8590d03705e6eb"}, "audit_ids": ["1vlYkOyBRHeeQmmOIdneYQ"], "issued_at": "2018-10-26T10:08:23.000000Z"}} 2018-10-26 10:08:23,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0944e309ece008e9b817a3e8e943536520b34002" 2018-10-26 10:08:23,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b46669c-ae95-4938-bb94-95b8d3235f49 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:08:23,638 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-1b46669c-ae95-4938-bb94-95b8d3235f49 2018-10-26 10:08:23,640 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:08:23,642 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-26 10:08:23,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/316934ce4dca443d98262d38d40b4419/stacks?stack_name=CreateStackVolumeTests-CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0944e309ece008e9b817a3e8e943536520b34002" 2018-10-26 10:08:23,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:23 GMT Server: Apache x-openstack-request-id: req-996bfb39-8216-423d-ac43-5690104f77c6 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-10-26 10:08:23,812 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/316934ce4dca443d98262d38d40b4419/stacks?stack_name=CreateStackVolumeTests-CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-stack used request id req-996bfb39-8216-423d-ac43-5690104f77c6 2018-10-26 10:08:23,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8004/v1/316934ce4dca443d98262d38d40b4419/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0944e309ece008e9b817a3e8e943536520b34002" -d '{"stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-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-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-volume-type", "volume_name": "CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-volume"}}' 2018-10-26 10:08:25,520 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:08:23 GMT Server: Apache x-openstack-request-id: req-db27653a-8d1d-4871-a2ed-a43737413f7a Location: http://172.30.9.21:8004/v1/316934ce4dca443d98262d38d40b4419/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-stack/66bd4486-91af-489f-abb3-9ccab69721b9 Content-Length: 289 Content-Type: application/json RESP BODY: {"stack": {"id": "66bd4486-91af-489f-abb3-9ccab69721b9", "links": [{"href": "http://172.30.9.21:8004/v1/316934ce4dca443d98262d38d40b4419/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-stack/66bd4486-91af-489f-abb3-9ccab69721b9", "rel": "self"}]}} 2018-10-26 10:08:25,520 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/316934ce4dca443d98262d38d40b4419/stacks used request id req-db27653a-8d1d-4871-a2ed-a43737413f7a 2018-10-26 10:08:25,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/316934ce4dca443d98262d38d40b4419/stacks/66bd4486-91af-489f-abb3-9ccab69721b9 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0944e309ece008e9b817a3e8e943536520b34002" 2018-10-26 10:08:25,696 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:08:25 GMT Server: Apache x-openstack-request-id: req-627fd924-d202-44ac-b88a-168167d157a4 Location: http://172.30.9.21:8004/v1/316934ce4dca443d98262d38d40b4419/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-stack/66bd4486-91af-489f-abb3-9ccab69721b9 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/316934ce4dca443d98262d38d40b4419/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-stack/66bd4486-91af-489f-abb3-9ccab69721b9;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:08:25,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:25 GMT Server: Apache x-openstack-request-id: req-c71fc1dd-3724-4b03-816a-b86eb3765a25 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 531 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "316934ce4dca443d98262d38d40b4419", "volume_type_name": "CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-volume-type", "OS::stack_id": "66bd4486-91af-489f-abb3-9ccab69721b9", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-stack", "volume_name": "CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-stack", "stack_user_project_id": "b36d3fa7c3f34149bcdd6bded724f85c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T10:08:24Z", "links": [{"href": "http://172.30.9.21:8004/v1/316934ce4dca443d98262d38d40b4419/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-stack/66bd4486-91af-489f-abb3-9ccab69721b9", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "66bd4486-91af-489f-abb3-9ccab69721b9", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-10-26 10:08:25,739 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/316934ce4dca443d98262d38d40b4419/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-stack/66bd4486-91af-489f-abb3-9ccab69721b9 used request id req-c71fc1dd-3724-4b03-816a-b86eb3765a25 2018-10-26 10:08:25,740 - create_stack - INFO - Created stack with name - CreateStackVolumeTests-CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-stack 2018-10-26 10:08:25,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/316934ce4dca443d98262d38d40b4419/stacks/66bd4486-91af-489f-abb3-9ccab69721b9 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0944e309ece008e9b817a3e8e943536520b34002" 2018-10-26 10:08:25,925 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:08:25 GMT Server: Apache x-openstack-request-id: req-eb9e8eb4-3ab6-40d8-bad0-921a7d35b5ad Location: http://172.30.9.21:8004/v1/316934ce4dca443d98262d38d40b4419/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-stack/66bd4486-91af-489f-abb3-9ccab69721b9 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/316934ce4dca443d98262d38d40b4419/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-stack/66bd4486-91af-489f-abb3-9ccab69721b9;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:08:26,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:25 GMT Server: Apache x-openstack-request-id: req-f4692a10-6665-42fa-8831-9591ecd34506 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 531 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "316934ce4dca443d98262d38d40b4419", "volume_type_name": "CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-volume-type", "OS::stack_id": "66bd4486-91af-489f-abb3-9ccab69721b9", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-stack", "volume_name": "CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-stack", "stack_user_project_id": "b36d3fa7c3f34149bcdd6bded724f85c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T10:08:24Z", "links": [{"href": "http://172.30.9.21:8004/v1/316934ce4dca443d98262d38d40b4419/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-stack/66bd4486-91af-489f-abb3-9ccab69721b9", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "66bd4486-91af-489f-abb3-9ccab69721b9", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-10-26 10:08:26,101 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/316934ce4dca443d98262d38d40b4419/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-stack/66bd4486-91af-489f-abb3-9ccab69721b9 used request id req-f4692a10-6665-42fa-8831-9591ecd34506 2018-10-26 10:08:26,101 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-26 10:08:26,101 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:08:29,105 - create_stack - DEBUG - Stack status query timeout in 1196.63555312 2018-10-26 10:08:29,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/316934ce4dca443d98262d38d40b4419/stacks/66bd4486-91af-489f-abb3-9ccab69721b9 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0944e309ece008e9b817a3e8e943536520b34002" 2018-10-26 10:08:29,136 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:08:29 GMT Server: Apache x-openstack-request-id: req-e5c8783e-3e0c-4b29-b94a-45362a3afa64 Location: http://172.30.9.21:8004/v1/316934ce4dca443d98262d38d40b4419/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-stack/66bd4486-91af-489f-abb3-9ccab69721b9 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/316934ce4dca443d98262d38d40b4419/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-stack/66bd4486-91af-489f-abb3-9ccab69721b9;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:08:29,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:29 GMT Server: Apache x-openstack-request-id: req-8c2108ce-15f5-438a-b8c2-3f4bd9ed99c2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 537 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "316934ce4dca443d98262d38d40b4419", "volume_type_name": "CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-volume-type", "OS::stack_id": "66bd4486-91af-489f-abb3-9ccab69721b9", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-stack", "volume_name": "CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-stack", "stack_user_project_id": "b36d3fa7c3f34149bcdd6bded724f85c", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-26T10:08:24Z", "links": [{"href": "http://172.30.9.21:8004/v1/316934ce4dca443d98262d38d40b4419/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-stack/66bd4486-91af-489f-abb3-9ccab69721b9", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "66bd4486-91af-489f-abb3-9ccab69721b9", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-10-26 10:08:29,179 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/316934ce4dca443d98262d38d40b4419/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-stack/66bd4486-91af-489f-abb3-9ccab69721b9 used request id req-8c2108ce-15f5-438a-b8c2-3f4bd9ed99c2 2018-10-26 10:08:29,179 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-10-26 10:08:29,179 - create_stack - DEBUG - Stack is active with name - CreateStackVolumeTests-CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-stack 2018-10-26 10:08:29,179 - create_stack - INFO - Stack is now active with name - CreateStackVolumeTests-CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-stack 2018-10-26 10:08:29,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/316934ce4dca443d98262d38d40b4419/stacks/66bd4486-91af-489f-abb3-9ccab69721b9/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0944e309ece008e9b817a3e8e943536520b34002" 2018-10-26 10:08:29,373 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:08:29 GMT Server: Apache x-openstack-request-id: req-c7e8f19d-e5ea-4384-8e55-6bab0b06f669 Location: http://172.30.9.21:8004/v1/316934ce4dca443d98262d38d40b4419/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-stack/66bd4486-91af-489f-abb3-9ccab69721b9/resources Content-Length: 547 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/316934ce4dca443d98262d38d40b4419/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-stack/66bd4486-91af-489f-abb3-9ccab69721b9/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:08:29,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:29 GMT Server: Apache x-openstack-request-id: req-4b9a60df-9125-4ef6-bbca-4588464608f9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 443 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "volume", "links": [{"href": "http://172.30.9.21:8004/v1/316934ce4dca443d98262d38d40b4419/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-stack/66bd4486-91af-489f-abb3-9ccab69721b9/resources/volume", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/316934ce4dca443d98262d38d40b4419/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-stack/66bd4486-91af-489f-abb3-9ccab69721b9", "rel": "stack"}], "logical_resource_id": "volume", "creation_time": "2018-10-26T10:08:25Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:08:25Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "d6bc88f3-9ae8-4fb7-afeb-0d80d9e11e68", "resource_type": "OS::Cinder::Volume"}, {"resource_name": "volume_type", "links": [{"href": "http://172.30.9.21:8004/v1/316934ce4dca443d98262d38d40b4419/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-stack/66bd4486-91af-489f-abb3-9ccab69721b9/resources/volume_type", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/316934ce4dca443d98262d38d40b4419/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-stack/66bd4486-91af-489f-abb3-9ccab69721b9", "rel": "stack"}], "logical_resource_id": "volume_type", "creation_time": "2018-10-26T10:08:25Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:08:25Z", "required_by": ["volume"], "resource_status_reason": "state changed", "physical_resource_id": "d6d6bea6-fb08-48bb-9815-e17ef3f04d30", "resource_type": "OS::Cinder::VolumeType"}]} 2018-10-26 10:08:29,738 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/316934ce4dca443d98262d38d40b4419/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-stack/66bd4486-91af-489f-abb3-9ccab69721b9/resources used request id req-4b9a60df-9125-4ef6-bbca-4588464608f9 2018-10-26 10:08:29,741 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/316934ce4dca443d98262d38d40b4419/volumes/d6bc88f3-9ae8-4fb7-afeb-0d80d9e11e68 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0944e309ece008e9b817a3e8e943536520b34002" 2018-10-26 10:08:29,939 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:29 GMT Server: Apache x-compute-request-id: req-3d1eb957-6bbc-46e7-b196-00f8cf4f55c8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3d1eb957-6bbc-46e7-b196-00f8cf4f55c8 Content-Encoding: gzip Content-Length: 519 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/316934ce4dca443d98262d38d40b4419/volumes/d6bc88f3-9ae8-4fb7-afeb-0d80d9e11e68", "rel": "self"}, {"href": "http://172.30.9.21:8776/316934ce4dca443d98262d38d40b4419/volumes/d6bc88f3-9ae8-4fb7-afeb-0d80d9e11e68", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-26T10:08:27.000000", "replication_status": null, "snapshot_id": null, "id": "d6bc88f3-9ae8-4fb7-afeb-0d80d9e11e68", "size": 1, "user_id": "bbd81633ba194e4d9c8590d03705e6eb", "os-vol-tenant-attr:tenant_id": "316934ce4dca443d98262d38d40b4419", "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-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-volume", "bootable": "false", "created_at": "2018-10-26T10:08:26.000000", "volume_type": "CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-volume-type"}} 2018-10-26 10:08:29,939 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/316934ce4dca443d98262d38d40b4419/volumes/d6bc88f3-9ae8-4fb7-afeb-0d80d9e11e68 used request id req-3d1eb957-6bbc-46e7-b196-00f8cf4f55c8 2018-10-26 10:08:29,939 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:08:29,940 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:08:30,335 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "59bf43860b584637b77190411cdf4fe7", "name": "CreateStackVolumeTests-0f5c3659-ed21-4e6-proj-role"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:08:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "316934ce4dca443d98262d38d40b4419", "name": "CreateStackVolumeTests-0f5c3659-ed21-4e6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/316934ce4dca443d98262d38d40b4419", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/316934ce4dca443d98262d38d40b4419", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/316934ce4dca443d98262d38d40b4419", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/316934ce4dca443d98262d38d40b4419", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/316934ce4dca443d98262d38d40b4419", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/316934ce4dca443d98262d38d40b4419", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/316934ce4dca443d98262d38d40b4419", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/316934ce4dca443d98262d38d40b4419", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/316934ce4dca443d98262d38d40b4419", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/316934ce4dca443d98262d38d40b4419", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/316934ce4dca443d98262d38d40b4419", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/316934ce4dca443d98262d38d40b4419", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackVolumeTests-0f5c3659-ed21-4e6-user", "id": "bbd81633ba194e4d9c8590d03705e6eb"}, "audit_ids": ["UF_qS3yqSZC-pMveXGjlQQ"], "issued_at": "2018-10-26T10:08:30.000000Z"}} 2018-10-26 10:08:30,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83495138dba929667308a2306fbbcd9286d5fc0f" 2018-10-26 10:08:30,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71adf6ab-f387-416e-bd34-1d80e6f693fb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:08:30,441 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-71adf6ab-f387-416e-bd34-1d80e6f693fb 2018-10-26 10:08:30,447 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/316934ce4dca443d98262d38d40b4419/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83495138dba929667308a2306fbbcd9286d5fc0f" 2018-10-26 10:08:30,664 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:30 GMT Server: Apache x-compute-request-id: req-8b044f71-46d1-4de8-a4e1-0331d430e364 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8b044f71-46d1-4de8-a4e1-0331d430e364 Content-Encoding: gzip Content-Length: 519 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/316934ce4dca443d98262d38d40b4419/volumes/d6bc88f3-9ae8-4fb7-afeb-0d80d9e11e68", "rel": "self"}, {"href": "http://172.30.9.21:8776/316934ce4dca443d98262d38d40b4419/volumes/d6bc88f3-9ae8-4fb7-afeb-0d80d9e11e68", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-26T10:08:27.000000", "replication_status": null, "snapshot_id": null, "id": "d6bc88f3-9ae8-4fb7-afeb-0d80d9e11e68", "size": 1, "user_id": "bbd81633ba194e4d9c8590d03705e6eb", "os-vol-tenant-attr:tenant_id": "316934ce4dca443d98262d38d40b4419", "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-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-volume", "bootable": "false", "created_at": "2018-10-26T10:08:26.000000", "volume_type": "CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-volume-type"}]} 2018-10-26 10:08:30,664 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/316934ce4dca443d98262d38d40b4419/volumes/detail used request id req-8b044f71-46d1-4de8-a4e1-0331d430e364 2018-10-26 10:08:30,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:08:30,673 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:08:30,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/316934ce4dca443d98262d38d40b4419 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83495138dba929667308a2306fbbcd9286d5fc0f" 2018-10-26 10:08:30,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eed359d6-bfae-4fb0-adc0-cb811d2f6a15 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/316934ce4dca443d98262d38d40b4419"}, "enabled": true, "id": "316934ce4dca443d98262d38d40b4419", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-0f5c3659-ed21-4e6-proj"}} 2018-10-26 10:08:30,768 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/316934ce4dca443d98262d38d40b4419 used request id req-eed359d6-bfae-4fb0-adc0-cb811d2f6a15 2018-10-26 10:08:30,769 - create_stack - INFO - Deleting stack - CreateStackVolumeTests-CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-stack 2018-10-26 10:08:30,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/316934ce4dca443d98262d38d40b4419/stacks/66bd4486-91af-489f-abb3-9ccab69721b9 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0944e309ece008e9b817a3e8e943536520b34002" 2018-10-26 10:08:30,798 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:08:30 GMT Server: Apache x-openstack-request-id: req-573b0959-bcd9-4c79-a374-253b3d79a7c4 Location: http://172.30.9.21:8004/v1/316934ce4dca443d98262d38d40b4419/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-stack/66bd4486-91af-489f-abb3-9ccab69721b9 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/316934ce4dca443d98262d38d40b4419/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-stack/66bd4486-91af-489f-abb3-9ccab69721b9;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:08:30,972 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:08:30 GMT Server: Apache x-openstack-request-id: req-96c6089f-cae3-4219-8f89-d4339cd68af3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:08:30,972 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/316934ce4dca443d98262d38d40b4419/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-stack/66bd4486-91af-489f-abb3-9ccab69721b9 used request id req-96c6089f-cae3-4219-8f89-d4339cd68af3 2018-10-26 10:08:30,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/316934ce4dca443d98262d38d40b4419/stacks/66bd4486-91af-489f-abb3-9ccab69721b9 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0944e309ece008e9b817a3e8e943536520b34002" 2018-10-26 10:08:31,002 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:08:30 GMT Server: Apache x-openstack-request-id: req-b6aec557-3c08-4ab1-87e3-78df704f1054 Location: http://172.30.9.21:8004/v1/316934ce4dca443d98262d38d40b4419/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-stack/66bd4486-91af-489f-abb3-9ccab69721b9 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/316934ce4dca443d98262d38d40b4419/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-stack/66bd4486-91af-489f-abb3-9ccab69721b9;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:08:31,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:31 GMT Server: Apache x-openstack-request-id: req-c8f78c87-5852-4e9e-bb49-5893b8acf2f2 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": "316934ce4dca443d98262d38d40b4419", "volume_type_name": "CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-volume-type", "OS::stack_id": "66bd4486-91af-489f-abb3-9ccab69721b9", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-stack", "volume_name": "CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-stack", "stack_user_project_id": "b36d3fa7c3f34149bcdd6bded724f85c", "tags": null, "creation_time": "2018-10-26T10:08:24Z", "links": [{"href": "http://172.30.9.21:8004/v1/316934ce4dca443d98262d38d40b4419/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-stack/66bd4486-91af-489f-abb3-9ccab69721b9", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:08:30Z", "id": "66bd4486-91af-489f-abb3-9ccab69721b9", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single volume with encryption"}} 2018-10-26 10:08:31,028 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/316934ce4dca443d98262d38d40b4419/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-stack/66bd4486-91af-489f-abb3-9ccab69721b9 used request id req-c8f78c87-5852-4e9e-bb49-5893b8acf2f2 2018-10-26 10:08:31,029 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-26 10:08:31,029 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:08:34,032 - create_stack - DEBUG - Stack status query timeout in 1196.94061899 2018-10-26 10:08:34,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/316934ce4dca443d98262d38d40b4419/stacks/66bd4486-91af-489f-abb3-9ccab69721b9 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0944e309ece008e9b817a3e8e943536520b34002" 2018-10-26 10:08:34,062 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:08:34 GMT Server: Apache x-openstack-request-id: req-78a87698-0265-43e7-8e88-4982130d4ca2 Location: http://172.30.9.21:8004/v1/316934ce4dca443d98262d38d40b4419/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-stack/66bd4486-91af-489f-abb3-9ccab69721b9 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/316934ce4dca443d98262d38d40b4419/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-stack/66bd4486-91af-489f-abb3-9ccab69721b9;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:08:34,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:34 GMT Server: Apache x-openstack-request-id: req-d958c081-2f01-472b-a882-43c2c1d7ca4d 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": "316934ce4dca443d98262d38d40b4419", "volume_type_name": "CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-volume-type", "OS::stack_id": "66bd4486-91af-489f-abb3-9ccab69721b9", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-stack", "volume_name": "CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-volume"}, "deletion_time": "2018-10-26T10:08:34Z", "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-stack", "stack_user_project_id": "b36d3fa7c3f34149bcdd6bded724f85c", "tags": null, "creation_time": "2018-10-26T10:08:24Z", "links": [{"href": "http://172.30.9.21:8004/v1/316934ce4dca443d98262d38d40b4419/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-stack/66bd4486-91af-489f-abb3-9ccab69721b9", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-10-26T10:08:30Z", "id": "66bd4486-91af-489f-abb3-9ccab69721b9", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single volume with encryption"}} 2018-10-26 10:08:34,104 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/316934ce4dca443d98262d38d40b4419/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-stack/66bd4486-91af-489f-abb3-9ccab69721b9 used request id req-d958c081-2f01-472b-a882-43c2c1d7ca4d 2018-10-26 10:08:34,104 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-10-26 10:08:34,104 - create_stack - DEBUG - Stack is active with name - CreateStackVolumeTests-CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-stack 2018-10-26 10:08:34,104 - create_stack - INFO - Attempting to delete again stack - CreateStackVolumeTests-CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-stack 2018-10-26 10:08:34,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/316934ce4dca443d98262d38d40b4419/stacks/66bd4486-91af-489f-abb3-9ccab69721b9 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0944e309ece008e9b817a3e8e943536520b34002" 2018-10-26 10:08:34,293 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:08:34 GMT Server: Apache x-openstack-request-id: req-07eda0f6-b5e2-4ada-8180-965226b1fbfd Location: http://172.30.9.21:8004/v1/316934ce4dca443d98262d38d40b4419/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-stack/66bd4486-91af-489f-abb3-9ccab69721b9 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/316934ce4dca443d98262d38d40b4419/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-stack/66bd4486-91af-489f-abb3-9ccab69721b9;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:08:34,486 - keystoneauth.session - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 10:08:34 GMT Server: Apache x-openstack-request-id: req-15c47ac0-362b-4537-8130-aff1a1b4be44 Content-Length: 277 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackVolumeTests-CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-10-26 10:08:34,486 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/316934ce4dca443d98262d38d40b4419/stacks/CreateStackVolumeTests-CreateStackVolumeTests-3e3f2d4b-2dd8-4c8e-b711-8e1de0a6cc2e-stack/66bd4486-91af-489f-abb3-9ccab69721b9 used request id req-15c47ac0-362b-4537-8130-aff1a1b4be44 2018-10-26 10:08:34,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c88531b32c9feb3432f4f5e3f7609be39c6f077" 2018-10-26 10:08:34,701 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-b864dce7-536f-4f43-8e7e-146fbab43137 Date: Fri, 26 Oct 2018 10:08:34 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 10:08:34,701 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-b864dce7-536f-4f43-8e7e-146fbab43137 2018-10-26 10:08:34,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c88531b32c9feb3432f4f5e3f7609be39c6f077" 2018-10-26 10:08:34,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fe0dca1-2992-4a3c-ac30-ba221ec83294 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 10:08:34,795 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-8fe0dca1-2992-4a3c-ac30-ba221ec83294 2018-10-26 10:08:34,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c88531b32c9feb3432f4f5e3f7609be39c6f077" 2018-10-26 10:08:34,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8910c653-198d-4c20-982d-918c78201fb2 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 10:08:34,882 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-8910c653-198d-4c20-982d-918c78201fb2 2018-10-26 10:08:34,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c88531b32c9feb3432f4f5e3f7609be39c6f077" 2018-10-26 10:08:34,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c17e3ac-5bc8-4474-9e20-0e62498c4922 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 10:08:34,975 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-4c17e3ac-5bc8-4474-9e20-0e62498c4922 2018-10-26 10:08:34,975 - keystone_utils - INFO - Deleting project with name - CreateStackVolumeTests-0f5c3659-ed21-4e6-proj 2018-10-26 10:08:34,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/316934ce4dca443d98262d38d40b4419 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c88531b32c9feb3432f4f5e3f7609be39c6f077" 2018-10-26 10:08:35,213 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:08:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7e8dc8bf-c4b4-4090-90d4-ace96547772a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:08:35,213 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/316934ce4dca443d98262d38d40b4419 used request id req-7e8dc8bf-c4b4-4090-90d4-ace96547772a 2018-10-26 10:08:35,213 - keystone_utils - INFO - Deleting role with name - CreateStackVolumeTests-0f5c3659-ed21-4e6-proj-role 2018-10-26 10:08:35,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/59bf43860b584637b77190411cdf4fe7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c88531b32c9feb3432f4f5e3f7609be39c6f077" 2018-10-26 10:08:35,317 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:08:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-35bc9e4e-0254-48ed-bea0-3526b7b8142f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:08:35,318 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/59bf43860b584637b77190411cdf4fe7 used request id req-35bc9e4e-0254-48ed-bea0-3526b7b8142f 2018-10-26 10:08:35,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c88531b32c9feb3432f4f5e3f7609be39c6f077" 2018-10-26 10:08:35,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8458c3d0-5038-419b-94dc-ff968ca7e5f3 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:08:35,410 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-8458c3d0-5038-419b-94dc-ff968ca7e5f3 2018-10-26 10:08:35,411 - keystone_utils - INFO - Deleting user with name - CreateStackVolumeTests-0f5c3659-ed21-4e6-user 2018-10-26 10:08:35,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/bbd81633ba194e4d9c8590d03705e6eb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}544338c25a6fa056237baa00913c535d2062ddf2" 2018-10-26 10:08:35,647 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:08:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c63c43a6-ac6b-46cd-920a-32b46b2af412 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:08:35,647 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/bbd81633ba194e4d9c8590d03705e6eb used request id req-c63c43a6-ac6b-46cd-920a-32b46b2af412 2018-10-26 10:08:35,648 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:08:36,023 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:08:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["7MB6WgEBSE6Xm8mV2Uiyjw"], "issued_at": "2018-10-26T10:08:36.000000Z"}} 2018-10-26 10:08:36,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a559afeb6163c309dbc10a160fc0251cde85dbb" 2018-10-26 10:08:36,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4507e4d5-4684-4d87-9912-8b73ef94dab0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:08:36,201 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-4507e4d5-4684-4d87-9912-8b73ef94dab0 2018-10-26 10:08:36,202 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:08:36,203 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:08:36,598 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:08:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["qJZrjaDyTA6MwUVdQtSJmQ"], "issued_at": "2018-10-26T10:08:36.000000Z"}} 2018-10-26 10:08:36,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a6b2cc67d8a99dcbe7e836c246734780fd4751d" 2018-10-26 10:08:36,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5aa67ea8-5b70-4f6b-8a02-b05d7474da30 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:08:36,677 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5aa67ea8-5b70-4f6b-8a02-b05d7474da30 2018-10-26 10:08:36,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:08:36,687 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:08: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:08:36,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-5bd7a346-17c7-477-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a6b2cc67d8a99dcbe7e836c246734780fd4751d" 2018-10-26 10:08:36,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8c457a8-b804-4de5-ba6d-7bd9bb88cd1a Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-5bd7a346-17c7-477-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 10:08:36,774 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-5bd7a346-17c7-477-proj used request id req-d8c457a8-b804-4de5-ba6d-7bd9bb88cd1a 2018-10-26 10:08:36,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a6b2cc67d8a99dcbe7e836c246734780fd4751d" 2018-10-26 10:08:36,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acdccf70-9fe2-4457-a14e-76fae9b9f1dc Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 10:08:36,858 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-acdccf70-9fe2-4457-a14e-76fae9b9f1dc 2018-10-26 10:08:36,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a6b2cc67d8a99dcbe7e836c246734780fd4751d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackVolumeTests-5bd7a346-17c7-477-proj"}}' 2018-10-26 10:08:36,970 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:08:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-769eb5d0-f767-44fd-99cc-6a5e76fe64d5 Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/84837125e79d410585b76170099886ff"}, "enabled": true, "id": "84837125e79d410585b76170099886ff", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-5bd7a346-17c7-477-proj"}} 2018-10-26 10:08:36,970 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-769eb5d0-f767-44fd-99cc-6a5e76fe64d5 2018-10-26 10:08:36,970 - keystone_utils - INFO - Created project with name - CreateStackVolumeTests-5bd7a346-17c7-477-proj 2018-10-26 10:08:36,971 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:08:36,971 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:08:37,360 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:08:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["bmIhxbVHSDC7jav7o3L2dw"], "issued_at": "2018-10-26T10:08:37.000000Z"}} 2018-10-26 10:08:37,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}176b462b8e9461baf2aa37d2d413ff004c6bb6ef" 2018-10-26 10:08:37,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-955d6623-363d-43fc-a6ff-c06acb8e617d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:08:37,438 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-955d6623-363d-43fc-a6ff-c06acb8e617d 2018-10-26 10:08:37,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:08:37,447 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:08: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:08:37,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}176b462b8e9461baf2aa37d2d413ff004c6bb6ef" 2018-10-26 10:08:37,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0b66cdf-dfcc-4028-b894-d336918e3ca7 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 10:08:37,553 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-a0b66cdf-dfcc-4028-b894-d336918e3ca7 2018-10-26 10:08:37,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackVolumeTests-5bd7a346-17c7-477-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}176b462b8e9461baf2aa37d2d413ff004c6bb6ef" 2018-10-26 10:08:37,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c9fa0c8-5312-4456-bde9-7cccb2d5d21a Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackVolumeTests-5bd7a346-17c7-477-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/84837125e79d410585b76170099886ff"}, "enabled": true, "id": "84837125e79d410585b76170099886ff", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-5bd7a346-17c7-477-proj"}]} 2018-10-26 10:08:37,640 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackVolumeTests-5bd7a346-17c7-477-proj used request id req-9c9fa0c8-5312-4456-bde9-7cccb2d5d21a 2018-10-26 10:08:37,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}176b462b8e9461baf2aa37d2d413ff004c6bb6ef" 2018-10-26 10:08:37,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ae12912-4b6a-451a-b708-10881c0a7c21 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 10:08:37,736 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-9ae12912-4b6a-451a-b708-10881c0a7c21 2018-10-26 10:08:38,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}176b462b8e9461baf2aa37d2d413ff004c6bb6ef" 2018-10-26 10:08:38,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a04f7eb-95fc-4f26-b8f4-2f57d241600d Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:08:38,185 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-7a04f7eb-95fc-4f26-b8f4-2f57d241600d 2018-10-26 10:08:38,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackVolumeTests-5bd7a346-17c7-477-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}176b462b8e9461baf2aa37d2d413ff004c6bb6ef" 2018-10-26 10:08:38,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3af042b-54ff-4276-8d19-306322d4e9bb Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackVolumeTests-5bd7a346-17c7-477-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/84837125e79d410585b76170099886ff"}, "enabled": true, "id": "84837125e79d410585b76170099886ff", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-5bd7a346-17c7-477-proj"}]} 2018-10-26 10:08:38,277 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackVolumeTests-5bd7a346-17c7-477-proj used request id req-a3af042b-54ff-4276-8d19-306322d4e9bb 2018-10-26 10:08:38,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users/262a0457cae2421994a66df001b321a0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}176b462b8e9461baf2aa37d2d413ff004c6bb6ef" 2018-10-26 10:08:38,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72c4194b-f261-4b12-b7bc-ad8dc1029c2f Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackVolumeTests-5bd7a346-17c7-477-user", "links": {"self": "http://172.30.9.21:5000/v3/users/262a0457cae2421994a66df001b321a0"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "84837125e79d410585b76170099886ff", "id": "262a0457cae2421994a66df001b321a0", "password_expires_at": null}} 2018-10-26 10:08:38,313 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/262a0457cae2421994a66df001b321a0 used request id req-72c4194b-f261-4b12-b7bc-ad8dc1029c2f 2018-10-26 10:08:38,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/84837125e79d410585b76170099886ff/users/262a0457cae2421994a66df001b321a0/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}176b462b8e9461baf2aa37d2d413ff004c6bb6ef" 2018-10-26 10:08:38,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4cb64615-d446-4032-a5f2-9cbe5739239f Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/84837125e79d410585b76170099886ff/users/262a0457cae2421994a66df001b321a0/roles", "previous": null, "next": null}, "roles": []} 2018-10-26 10:08:38,413 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/84837125e79d410585b76170099886ff/users/262a0457cae2421994a66df001b321a0/roles used request id req-4cb64615-d446-4032-a5f2-9cbe5739239f 2018-10-26 10:08:38,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}176b462b8e9461baf2aa37d2d413ff004c6bb6ef" 2018-10-26 10:08:38,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78d29d28-2362-435a-bc61-010d6f62c321 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "domain_id": null, "name": "admin", "id": "886257d877da42cd903fe01393f42ae9"}} 2018-10-26 10:08:38,508 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9 used request id req-78d29d28-2362-435a-bc61-010d6f62c321 2018-10-26 10:08:38,508 - keystone_utils - INFO - Granting role admin to project CreateStackVolumeTests-5bd7a346-17c7-477-proj 2018-10-26 10:08:38,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/84837125e79d410585b76170099886ff/users/262a0457cae2421994a66df001b321a0/roles/886257d877da42cd903fe01393f42ae9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}176b462b8e9461baf2aa37d2d413ff004c6bb6ef" 2018-10-26 10:08:38,565 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:08:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bc5d9338-38c1-4e8f-a379-4eaf5059e375 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:08:38,566 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/84837125e79d410585b76170099886ff/users/262a0457cae2421994a66df001b321a0/roles/886257d877da42cd903fe01393f42ae9 used request id req-bc5d9338-38c1-4e8f-a379-4eaf5059e375 2018-10-26 10:08:38,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}176b462b8e9461baf2aa37d2d413ff004c6bb6ef" 2018-10-26 10:08:38,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7be5345c-99f4-4e48-8b27-928403996585 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:08:38,650 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-7be5345c-99f4-4e48-8b27-928403996585 2018-10-26 10:08:38,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackVolumeTests-5bd7a346-17c7-477-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}176b462b8e9461baf2aa37d2d413ff004c6bb6ef" 2018-10-26 10:08:38,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-778c4dea-757c-4cf8-bd75-93dfc71917d7 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackVolumeTests-5bd7a346-17c7-477-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/84837125e79d410585b76170099886ff"}, "enabled": true, "id": "84837125e79d410585b76170099886ff", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-5bd7a346-17c7-477-proj"}]} 2018-10-26 10:08:38,744 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackVolumeTests-5bd7a346-17c7-477-proj used request id req-778c4dea-757c-4cf8-bd75-93dfc71917d7 2018-10-26 10:08:38,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/84837125e79d410585b76170099886ff/users/262a0457cae2421994a66df001b321a0/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}176b462b8e9461baf2aa37d2d413ff004c6bb6ef" 2018-10-26 10:08:38,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23764300-3930-4e05-9b46-e8bddf2cad32 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/84837125e79d410585b76170099886ff/users/262a0457cae2421994a66df001b321a0/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}]} 2018-10-26 10:08:38,854 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/84837125e79d410585b76170099886ff/users/262a0457cae2421994a66df001b321a0/roles used request id req-23764300-3930-4e05-9b46-e8bddf2cad32 2018-10-26 10:08:38,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}176b462b8e9461baf2aa37d2d413ff004c6bb6ef" 2018-10-26 10:08:38,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d2c17e4-60ce-42b9-8e9b-a2f49f48cc97 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "domain_id": null, "name": "heat_stack_owner", "id": "4f75e021dfe74c9ab7a3aee778a72c84"}} 2018-10-26 10:08:38,937 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84 used request id req-5d2c17e4-60ce-42b9-8e9b-a2f49f48cc97 2018-10-26 10:08:38,937 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackVolumeTests-5bd7a346-17c7-477-proj 2018-10-26 10:08:38,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/84837125e79d410585b76170099886ff/users/262a0457cae2421994a66df001b321a0/roles/4f75e021dfe74c9ab7a3aee778a72c84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}176b462b8e9461baf2aa37d2d413ff004c6bb6ef" 2018-10-26 10:08:39,062 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:08:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ce7a2a73-355e-49ca-b1d9-d9a1d388073d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:08:39,062 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/84837125e79d410585b76170099886ff/users/262a0457cae2421994a66df001b321a0/roles/4f75e021dfe74c9ab7a3aee778a72c84 used request id req-ce7a2a73-355e-49ca-b1d9-d9a1d388073d 2018-10-26 10:08:39,063 - keystone_utils - INFO - Created user with name - CreateStackVolumeTests-5bd7a346-17c7-477-user 2018-10-26 10:08:39,063 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:08:39,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a6b2cc67d8a99dcbe7e836c246734780fd4751d" 2018-10-26 10:08:39,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97463353-a54e-4f39-8341-be0b252659d7 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:08:39,153 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-97463353-a54e-4f39-8341-be0b252659d7 2018-10-26 10:08:39,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a6b2cc67d8a99dcbe7e836c246734780fd4751d" -d '{"role": {"name": "CreateStackVolumeTests-5bd7a346-17c7-477-proj-role"}}' 2018-10-26 10:08:39,270 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:08:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cad1c7e5-6d02-43fd-88c7-9b3eaa3f6ae6 Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "04e2edac422f4e9fb76f6325751e7a8a", "links": {"self": "http://172.30.9.21:5000/v3/roles/04e2edac422f4e9fb76f6325751e7a8a"}, "name": "CreateStackVolumeTests-5bd7a346-17c7-477-proj-role"}} 2018-10-26 10:08:39,270 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-cad1c7e5-6d02-43fd-88c7-9b3eaa3f6ae6 2018-10-26 10:08:39,270 - keystone_utils - INFO - Created role with name - CreateStackVolumeTests-5bd7a346-17c7-477-proj-role 2018-10-26 10:08:39,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/04e2edac422f4e9fb76f6325751e7a8a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a6b2cc67d8a99dcbe7e836c246734780fd4751d" 2018-10-26 10:08:39,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9066e98-390e-4ce6-a3ce-8fe899d77265 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/04e2edac422f4e9fb76f6325751e7a8a"}, "domain_id": null, "name": "CreateStackVolumeTests-5bd7a346-17c7-477-proj-role", "id": "04e2edac422f4e9fb76f6325751e7a8a"}} 2018-10-26 10:08:39,355 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/04e2edac422f4e9fb76f6325751e7a8a used request id req-d9066e98-390e-4ce6-a3ce-8fe899d77265 2018-10-26 10:08:39,356 - keystone_utils - INFO - Granting role CreateStackVolumeTests-5bd7a346-17c7-477-proj-role to project CreateStackVolumeTests-5bd7a346-17c7-477-proj 2018-10-26 10:08:39,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/84837125e79d410585b76170099886ff/users/262a0457cae2421994a66df001b321a0/roles/04e2edac422f4e9fb76f6325751e7a8a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a6b2cc67d8a99dcbe7e836c246734780fd4751d" 2018-10-26 10:08:39,482 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:08:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d65ec72-9c7d-4d23-9b57-7fc0446cb65f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:08:39,482 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/84837125e79d410585b76170099886ff/users/262a0457cae2421994a66df001b321a0/roles/04e2edac422f4e9fb76f6325751e7a8a used request id req-1d65ec72-9c7d-4d23-9b57-7fc0446cb65f 2018-10-26 10:08:39,482 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-26 10:08:39,483 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:08:39,484 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:08:39,870 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "04e2edac422f4e9fb76f6325751e7a8a", "name": "CreateStackVolumeTests-5bd7a346-17c7-477-proj-role"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:08:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "84837125e79d410585b76170099886ff", "name": "CreateStackVolumeTests-5bd7a346-17c7-477-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/84837125e79d410585b76170099886ff", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/84837125e79d410585b76170099886ff", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/84837125e79d410585b76170099886ff", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/84837125e79d410585b76170099886ff", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/84837125e79d410585b76170099886ff", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/84837125e79d410585b76170099886ff", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/84837125e79d410585b76170099886ff", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/84837125e79d410585b76170099886ff", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/84837125e79d410585b76170099886ff", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/84837125e79d410585b76170099886ff", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/84837125e79d410585b76170099886ff", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/84837125e79d410585b76170099886ff", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackVolumeTests-5bd7a346-17c7-477-user", "id": "262a0457cae2421994a66df001b321a0"}, "audit_ids": ["yP7F10eKTRyhOq9PBXWUSw"], "issued_at": "2018-10-26T10:08:39.000000Z"}} 2018-10-26 10:08:39,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18283f98f103fff001b09c754686595a1de8a2b2" 2018-10-26 10:08:39,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2db1a5f-d954-4f2f-b99f-5438cd763415 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:08:39,958 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a2db1a5f-d954-4f2f-b99f-5438cd763415 2018-10-26 10:08:39,960 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:08:39,963 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-26 10:08:39,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/84837125e79d410585b76170099886ff/stacks?stack_name=CreateStackVolumeTests-CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18283f98f103fff001b09c754686595a1de8a2b2" 2018-10-26 10:08:40,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:39 GMT Server: Apache x-openstack-request-id: req-0afd3284-20df-4dd2-9b92-b494d792a45d Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-10-26 10:08:40,142 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/84837125e79d410585b76170099886ff/stacks?stack_name=CreateStackVolumeTests-CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-stack used request id req-0afd3284-20df-4dd2-9b92-b494d792a45d 2018-10-26 10:08:40,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8004/v1/84837125e79d410585b76170099886ff/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18283f98f103fff001b09c754686595a1de8a2b2" -d '{"stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-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-4ac59772-95bc-44f4-aa7d-68e7202e6f21-volume-type", "volume_name": "CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-volume"}}' 2018-10-26 10:08:41,731 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:08:40 GMT Server: Apache x-openstack-request-id: req-da406b96-fc4f-4809-baa6-581d8561f52d Location: http://172.30.9.21:8004/v1/84837125e79d410585b76170099886ff/stacks/CreateStackVolumeTests-CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-stack/cfa5451e-dc19-4c46-9338-b9150926e354 Content-Length: 289 Content-Type: application/json RESP BODY: {"stack": {"id": "cfa5451e-dc19-4c46-9338-b9150926e354", "links": [{"href": "http://172.30.9.21:8004/v1/84837125e79d410585b76170099886ff/stacks/CreateStackVolumeTests-CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-stack/cfa5451e-dc19-4c46-9338-b9150926e354", "rel": "self"}]}} 2018-10-26 10:08:41,731 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/84837125e79d410585b76170099886ff/stacks used request id req-da406b96-fc4f-4809-baa6-581d8561f52d 2018-10-26 10:08:41,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/84837125e79d410585b76170099886ff/stacks/cfa5451e-dc19-4c46-9338-b9150926e354 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18283f98f103fff001b09c754686595a1de8a2b2" 2018-10-26 10:08:41,913 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:08:41 GMT Server: Apache x-openstack-request-id: req-b39506ac-bc6a-46f1-a52f-107eca90534e Location: http://172.30.9.21:8004/v1/84837125e79d410585b76170099886ff/stacks/CreateStackVolumeTests-CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-stack/cfa5451e-dc19-4c46-9338-b9150926e354 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/84837125e79d410585b76170099886ff/stacks/CreateStackVolumeTests-CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-stack/cfa5451e-dc19-4c46-9338-b9150926e354;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:08:42,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:41 GMT Server: Apache x-openstack-request-id: req-4e52e24b-d1c0-4863-b956-0f3b2a8018ff 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": "84837125e79d410585b76170099886ff", "volume_type_name": "CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-volume-type", "OS::stack_id": "cfa5451e-dc19-4c46-9338-b9150926e354", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-stack", "volume_name": "CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-stack", "stack_user_project_id": "7bc6621fd34646e890a4feb510fc7c6d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T10:08:41Z", "links": [{"href": "http://172.30.9.21:8004/v1/84837125e79d410585b76170099886ff/stacks/CreateStackVolumeTests-CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-stack/cfa5451e-dc19-4c46-9338-b9150926e354", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "cfa5451e-dc19-4c46-9338-b9150926e354", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-10-26 10:08:42,111 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/84837125e79d410585b76170099886ff/stacks/CreateStackVolumeTests-CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-stack/cfa5451e-dc19-4c46-9338-b9150926e354 used request id req-4e52e24b-d1c0-4863-b956-0f3b2a8018ff 2018-10-26 10:08:42,112 - create_stack - INFO - Created stack with name - CreateStackVolumeTests-CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-stack 2018-10-26 10:08:42,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/84837125e79d410585b76170099886ff/stacks/cfa5451e-dc19-4c46-9338-b9150926e354 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18283f98f103fff001b09c754686595a1de8a2b2" 2018-10-26 10:08:42,299 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:08:42 GMT Server: Apache x-openstack-request-id: req-d4279ab6-180c-49a4-919f-5a1bd8f6a509 Location: http://172.30.9.21:8004/v1/84837125e79d410585b76170099886ff/stacks/CreateStackVolumeTests-CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-stack/cfa5451e-dc19-4c46-9338-b9150926e354 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/84837125e79d410585b76170099886ff/stacks/CreateStackVolumeTests-CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-stack/cfa5451e-dc19-4c46-9338-b9150926e354;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:08:42,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:42 GMT Server: Apache x-openstack-request-id: req-75f84a39-d99c-4e48-b638-17c0e5ee5c9b 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": "84837125e79d410585b76170099886ff", "volume_type_name": "CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-volume-type", "OS::stack_id": "cfa5451e-dc19-4c46-9338-b9150926e354", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-stack", "volume_name": "CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-stack", "stack_user_project_id": "7bc6621fd34646e890a4feb510fc7c6d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T10:08:41Z", "links": [{"href": "http://172.30.9.21:8004/v1/84837125e79d410585b76170099886ff/stacks/CreateStackVolumeTests-CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-stack/cfa5451e-dc19-4c46-9338-b9150926e354", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "cfa5451e-dc19-4c46-9338-b9150926e354", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-10-26 10:08:42,491 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/84837125e79d410585b76170099886ff/stacks/CreateStackVolumeTests-CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-stack/cfa5451e-dc19-4c46-9338-b9150926e354 used request id req-75f84a39-d99c-4e48-b638-17c0e5ee5c9b 2018-10-26 10:08:42,492 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-26 10:08:42,492 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:08:45,495 - create_stack - DEBUG - Stack status query timeout in 1196.616822 2018-10-26 10:08:45,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/84837125e79d410585b76170099886ff/stacks/cfa5451e-dc19-4c46-9338-b9150926e354 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18283f98f103fff001b09c754686595a1de8a2b2" 2018-10-26 10:08:45,701 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:08:45 GMT Server: Apache x-openstack-request-id: req-7b84df42-73b0-4f2b-b8ff-a62d98e0cc20 Location: http://172.30.9.21:8004/v1/84837125e79d410585b76170099886ff/stacks/CreateStackVolumeTests-CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-stack/cfa5451e-dc19-4c46-9338-b9150926e354 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/84837125e79d410585b76170099886ff/stacks/CreateStackVolumeTests-CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-stack/cfa5451e-dc19-4c46-9338-b9150926e354;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:08:45,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:45 GMT Server: Apache x-openstack-request-id: req-d6ad092c-6ef1-486a-a775-881dd2a23de6 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": "84837125e79d410585b76170099886ff", "volume_type_name": "CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-volume-type", "OS::stack_id": "cfa5451e-dc19-4c46-9338-b9150926e354", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-stack", "volume_name": "CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-stack", "stack_user_project_id": "7bc6621fd34646e890a4feb510fc7c6d", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-26T10:08:41Z", "links": [{"href": "http://172.30.9.21:8004/v1/84837125e79d410585b76170099886ff/stacks/CreateStackVolumeTests-CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-stack/cfa5451e-dc19-4c46-9338-b9150926e354", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "cfa5451e-dc19-4c46-9338-b9150926e354", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-10-26 10:08:45,902 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/84837125e79d410585b76170099886ff/stacks/CreateStackVolumeTests-CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-stack/cfa5451e-dc19-4c46-9338-b9150926e354 used request id req-d6ad092c-6ef1-486a-a775-881dd2a23de6 2018-10-26 10:08:45,903 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-10-26 10:08:45,903 - create_stack - DEBUG - Stack is active with name - CreateStackVolumeTests-CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-stack 2018-10-26 10:08:45,903 - create_stack - INFO - Stack is now active with name - CreateStackVolumeTests-CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-stack 2018-10-26 10:08:45,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/84837125e79d410585b76170099886ff/stacks/cfa5451e-dc19-4c46-9338-b9150926e354/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18283f98f103fff001b09c754686595a1de8a2b2" 2018-10-26 10:08:45,933 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:08:45 GMT Server: Apache x-openstack-request-id: req-20afaffd-916c-4a41-8766-f7468d6b59e5 Location: http://172.30.9.21:8004/v1/84837125e79d410585b76170099886ff/stacks/CreateStackVolumeTests-CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-stack/cfa5451e-dc19-4c46-9338-b9150926e354/resources Content-Length: 547 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/84837125e79d410585b76170099886ff/stacks/CreateStackVolumeTests-CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-stack/cfa5451e-dc19-4c46-9338-b9150926e354/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:08:46,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:45 GMT Server: Apache x-openstack-request-id: req-23a90cd6-23ef-491c-bf13-f7426b06a93d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 445 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "volume", "links": [{"href": "http://172.30.9.21:8004/v1/84837125e79d410585b76170099886ff/stacks/CreateStackVolumeTests-CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-stack/cfa5451e-dc19-4c46-9338-b9150926e354/resources/volume", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/84837125e79d410585b76170099886ff/stacks/CreateStackVolumeTests-CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-stack/cfa5451e-dc19-4c46-9338-b9150926e354", "rel": "stack"}], "logical_resource_id": "volume", "creation_time": "2018-10-26T10:08:41Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:08:41Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "33170b54-8f4b-4bd4-8298-f23fa52379dd", "resource_type": "OS::Cinder::Volume"}, {"resource_name": "volume_type", "links": [{"href": "http://172.30.9.21:8004/v1/84837125e79d410585b76170099886ff/stacks/CreateStackVolumeTests-CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-stack/cfa5451e-dc19-4c46-9338-b9150926e354/resources/volume_type", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/84837125e79d410585b76170099886ff/stacks/CreateStackVolumeTests-CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-stack/cfa5451e-dc19-4c46-9338-b9150926e354", "rel": "stack"}], "logical_resource_id": "volume_type", "creation_time": "2018-10-26T10:08:41Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:08:41Z", "required_by": ["volume"], "resource_status_reason": "state changed", "physical_resource_id": "2ffe4f39-d36f-4e0c-b5c4-8660bcf2a15e", "resource_type": "OS::Cinder::VolumeType"}]} 2018-10-26 10:08:46,138 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/84837125e79d410585b76170099886ff/stacks/CreateStackVolumeTests-CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-stack/cfa5451e-dc19-4c46-9338-b9150926e354/resources used request id req-23a90cd6-23ef-491c-bf13-f7426b06a93d 2018-10-26 10:08:46,142 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/84837125e79d410585b76170099886ff/types/2ffe4f39-d36f-4e0c-b5c4-8660bcf2a15e -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18283f98f103fff001b09c754686595a1de8a2b2" 2018-10-26 10:08:46,320 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:46 GMT Server: Apache x-compute-request-id: req-29188d8f-eb27-4a3e-bad5-f0037c840a9f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-29188d8f-eb27-4a3e-bad5-f0037c840a9f Content-Encoding: gzip Content-Length: 201 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-volume-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": true, "is_public": true, "id": "2ffe4f39-d36f-4e0c-b5c4-8660bcf2a15e", "description": null}} 2018-10-26 10:08:46,320 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/84837125e79d410585b76170099886ff/types/2ffe4f39-d36f-4e0c-b5c4-8660bcf2a15e used request id req-29188d8f-eb27-4a3e-bad5-f0037c840a9f 2018-10-26 10:08:46,324 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/84837125e79d410585b76170099886ff/types/2ffe4f39-d36f-4e0c-b5c4-8660bcf2a15e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-29188d8f-eb27-4a3e-bad5-f0037c840a9f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18283f98f103fff001b09c754686595a1de8a2b2" 2018-10-26 10:08:46,492 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:46 GMT Server: Apache x-compute-request-id: req-47944681-2d0c-4191-ba5e-90b2867c33db OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-47944681-2d0c-4191-ba5e-90b2867c33db Content-Encoding: gzip Content-Length: 201 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-volume-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": true, "is_public": true, "id": "2ffe4f39-d36f-4e0c-b5c4-8660bcf2a15e", "description": null}} 2018-10-26 10:08:46,492 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/84837125e79d410585b76170099886ff/types/2ffe4f39-d36f-4e0c-b5c4-8660bcf2a15e used request id req-47944681-2d0c-4191-ba5e-90b2867c33db 2018-10-26 10:08:46,495 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/84837125e79d410585b76170099886ff/types/2ffe4f39-d36f-4e0c-b5c4-8660bcf2a15e/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-29188d8f-eb27-4a3e-bad5-f0037c840a9f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18283f98f103fff001b09c754686595a1de8a2b2" 2018-10-26 10:08:46,518 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:46 GMT Server: Apache x-compute-request-id: req-05848ccc-d26b-4296-a1a3-42c01d2d9e68 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-05848ccc-d26b-4296-a1a3-42c01d2d9e68 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-10-26 10:08:46,518 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/84837125e79d410585b76170099886ff/types/2ffe4f39-d36f-4e0c-b5c4-8660bcf2a15e/encryption used request id req-05848ccc-d26b-4296-a1a3-42c01d2d9e68 2018-10-26 10:08:46,518 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:08:46,519 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:08:46,979 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "04e2edac422f4e9fb76f6325751e7a8a", "name": "CreateStackVolumeTests-5bd7a346-17c7-477-proj-role"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:08:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "84837125e79d410585b76170099886ff", "name": "CreateStackVolumeTests-5bd7a346-17c7-477-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/84837125e79d410585b76170099886ff", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/84837125e79d410585b76170099886ff", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/84837125e79d410585b76170099886ff", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/84837125e79d410585b76170099886ff", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/84837125e79d410585b76170099886ff", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/84837125e79d410585b76170099886ff", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/84837125e79d410585b76170099886ff", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/84837125e79d410585b76170099886ff", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/84837125e79d410585b76170099886ff", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/84837125e79d410585b76170099886ff", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/84837125e79d410585b76170099886ff", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/84837125e79d410585b76170099886ff", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackVolumeTests-5bd7a346-17c7-477-user", "id": "262a0457cae2421994a66df001b321a0"}, "audit_ids": ["dBR4-wZDTzGR7EXA8YGQTg"], "issued_at": "2018-10-26T10:08:46.000000Z"}} 2018-10-26 10:08:46,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385238b74665f07dffb2ceb6a01390ec355767f0" 2018-10-26 10:08:47,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54c8c16c-3d5b-45e1-9206-de68566dd7ed Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:08:47,062 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-54c8c16c-3d5b-45e1-9206-de68566dd7ed 2018-10-26 10:08:47,067 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/84837125e79d410585b76170099886ff/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385238b74665f07dffb2ceb6a01390ec355767f0" 2018-10-26 10:08:47,262 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:47 GMT Server: Apache x-compute-request-id: req-445e0e39-40fd-4abd-a2d1-ccaed96f3ac8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-445e0e39-40fd-4abd-a2d1-ccaed96f3ac8 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-volume-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": true, "is_public": true, "id": "2ffe4f39-d36f-4e0c-b5c4-8660bcf2a15e", "description": null}]} 2018-10-26 10:08:47,263 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/84837125e79d410585b76170099886ff/types?is_public=None used request id req-445e0e39-40fd-4abd-a2d1-ccaed96f3ac8 2018-10-26 10:08:47,266 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/84837125e79d410585b76170099886ff/types/2ffe4f39-d36f-4e0c-b5c4-8660bcf2a15e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-445e0e39-40fd-4abd-a2d1-ccaed96f3ac8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385238b74665f07dffb2ceb6a01390ec355767f0" 2018-10-26 10:08:47,446 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:47 GMT Server: Apache x-compute-request-id: req-4df3e7c4-6f8a-4377-95d0-d5a357da0308 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4df3e7c4-6f8a-4377-95d0-d5a357da0308 Content-Encoding: gzip Content-Length: 201 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-volume-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": true, "is_public": true, "id": "2ffe4f39-d36f-4e0c-b5c4-8660bcf2a15e", "description": null}} 2018-10-26 10:08:47,447 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/84837125e79d410585b76170099886ff/types/2ffe4f39-d36f-4e0c-b5c4-8660bcf2a15e used request id req-4df3e7c4-6f8a-4377-95d0-d5a357da0308 2018-10-26 10:08:47,450 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/84837125e79d410585b76170099886ff/types/2ffe4f39-d36f-4e0c-b5c4-8660bcf2a15e/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-445e0e39-40fd-4abd-a2d1-ccaed96f3ac8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}385238b74665f07dffb2ceb6a01390ec355767f0" 2018-10-26 10:08:47,615 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:47 GMT Server: Apache x-compute-request-id: req-e4a26103-d6a8-4e64-b52b-05a568c8f7b0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e4a26103-d6a8-4e64-b52b-05a568c8f7b0 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-10-26 10:08:47,616 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/84837125e79d410585b76170099886ff/types/2ffe4f39-d36f-4e0c-b5c4-8660bcf2a15e/encryption used request id req-e4a26103-d6a8-4e64-b52b-05a568c8f7b0 2018-10-26 10:08:47,616 - create_stack - INFO - Deleting stack - CreateStackVolumeTests-CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-stack 2018-10-26 10:08:47,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/84837125e79d410585b76170099886ff/stacks/cfa5451e-dc19-4c46-9338-b9150926e354 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18283f98f103fff001b09c754686595a1de8a2b2" 2018-10-26 10:08:47,645 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:08:47 GMT Server: Apache x-openstack-request-id: req-f3371a4c-9d13-4fde-ae4b-bc145d05e593 Location: http://172.30.9.21:8004/v1/84837125e79d410585b76170099886ff/stacks/CreateStackVolumeTests-CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-stack/cfa5451e-dc19-4c46-9338-b9150926e354 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/84837125e79d410585b76170099886ff/stacks/CreateStackVolumeTests-CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-stack/cfa5451e-dc19-4c46-9338-b9150926e354;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:08:47,844 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:08:47 GMT Server: Apache x-openstack-request-id: req-f2c4c4cf-07b7-48b6-8028-ec226aa1bdc8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:08:47,844 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/84837125e79d410585b76170099886ff/stacks/CreateStackVolumeTests-CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-stack/cfa5451e-dc19-4c46-9338-b9150926e354 used request id req-f2c4c4cf-07b7-48b6-8028-ec226aa1bdc8 2018-10-26 10:08:47,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/84837125e79d410585b76170099886ff/stacks/cfa5451e-dc19-4c46-9338-b9150926e354 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18283f98f103fff001b09c754686595a1de8a2b2" 2018-10-26 10:08:47,873 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:08:47 GMT Server: Apache x-openstack-request-id: req-b58d9ee4-d57e-4ad2-959a-fef3da903625 Location: http://172.30.9.21:8004/v1/84837125e79d410585b76170099886ff/stacks/CreateStackVolumeTests-CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-stack/cfa5451e-dc19-4c46-9338-b9150926e354 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/84837125e79d410585b76170099886ff/stacks/CreateStackVolumeTests-CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-stack/cfa5451e-dc19-4c46-9338-b9150926e354;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:08:47,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:47 GMT Server: Apache x-openstack-request-id: req-a42fc7d3-355d-4f61-b590-0093d17b401f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 530 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": "84837125e79d410585b76170099886ff", "volume_type_name": "CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-volume-type", "OS::stack_id": "cfa5451e-dc19-4c46-9338-b9150926e354", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-stack", "volume_name": "CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-stack", "stack_user_project_id": "7bc6621fd34646e890a4feb510fc7c6d", "tags": null, "creation_time": "2018-10-26T10:08:41Z", "links": [{"href": "http://172.30.9.21:8004/v1/84837125e79d410585b76170099886ff/stacks/CreateStackVolumeTests-CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-stack/cfa5451e-dc19-4c46-9338-b9150926e354", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:08:47Z", "id": "cfa5451e-dc19-4c46-9338-b9150926e354", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single volume with encryption"}} 2018-10-26 10:08:47,901 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/84837125e79d410585b76170099886ff/stacks/CreateStackVolumeTests-CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-stack/cfa5451e-dc19-4c46-9338-b9150926e354 used request id req-a42fc7d3-355d-4f61-b590-0093d17b401f 2018-10-26 10:08:47,901 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-26 10:08:47,901 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:08:50,904 - create_stack - DEBUG - Stack status query timeout in 1196.940341 2018-10-26 10:08:50,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/84837125e79d410585b76170099886ff/stacks/cfa5451e-dc19-4c46-9338-b9150926e354 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18283f98f103fff001b09c754686595a1de8a2b2" 2018-10-26 10:08:50,938 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:08:50 GMT Server: Apache x-openstack-request-id: req-54ead203-baaa-41b6-a46a-2dad481b2777 Location: http://172.30.9.21:8004/v1/84837125e79d410585b76170099886ff/stacks/CreateStackVolumeTests-CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-stack/cfa5451e-dc19-4c46-9338-b9150926e354 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/84837125e79d410585b76170099886ff/stacks/CreateStackVolumeTests-CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-stack/cfa5451e-dc19-4c46-9338-b9150926e354;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:08:51,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:50 GMT Server: Apache x-openstack-request-id: req-8cc84048-bdf1-4ad3-ae3c-33f7cf8acb0c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 535 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "84837125e79d410585b76170099886ff", "volume_type_name": "CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-volume-type", "OS::stack_id": "cfa5451e-dc19-4c46-9338-b9150926e354", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-stack", "volume_name": "CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-volume"}, "deletion_time": "2018-10-26T10:08:50Z", "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-stack", "stack_user_project_id": "7bc6621fd34646e890a4feb510fc7c6d", "tags": null, "creation_time": "2018-10-26T10:08:41Z", "links": [{"href": "http://172.30.9.21:8004/v1/84837125e79d410585b76170099886ff/stacks/CreateStackVolumeTests-CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-stack/cfa5451e-dc19-4c46-9338-b9150926e354", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-10-26T10:08:47Z", "id": "cfa5451e-dc19-4c46-9338-b9150926e354", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single volume with encryption"}} 2018-10-26 10:08:51,114 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/84837125e79d410585b76170099886ff/stacks/CreateStackVolumeTests-CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-stack/cfa5451e-dc19-4c46-9338-b9150926e354 used request id req-8cc84048-bdf1-4ad3-ae3c-33f7cf8acb0c 2018-10-26 10:08:51,114 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-10-26 10:08:51,114 - create_stack - DEBUG - Stack is active with name - CreateStackVolumeTests-CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-stack 2018-10-26 10:08:51,114 - create_stack - INFO - Attempting to delete again stack - CreateStackVolumeTests-CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-stack 2018-10-26 10:08:51,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/84837125e79d410585b76170099886ff/stacks/cfa5451e-dc19-4c46-9338-b9150926e354 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18283f98f103fff001b09c754686595a1de8a2b2" 2018-10-26 10:08:51,143 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:08:51 GMT Server: Apache x-openstack-request-id: req-3cb782dc-1021-4ccc-9880-ab8d72dc8f5e Location: http://172.30.9.21:8004/v1/84837125e79d410585b76170099886ff/stacks/CreateStackVolumeTests-CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-stack/cfa5451e-dc19-4c46-9338-b9150926e354 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/84837125e79d410585b76170099886ff/stacks/CreateStackVolumeTests-CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-stack/cfa5451e-dc19-4c46-9338-b9150926e354;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:08:51,312 - keystoneauth.session - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 10:08:51 GMT Server: Apache x-openstack-request-id: req-f0d2334e-e17e-43ef-9aa7-86f8f7199bca Content-Length: 277 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackVolumeTests-CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-10-26 10:08:51,312 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/84837125e79d410585b76170099886ff/stacks/CreateStackVolumeTests-CreateStackVolumeTests-4ac59772-95bc-44f4-aa7d-68e7202e6f21-stack/cfa5451e-dc19-4c46-9338-b9150926e354 used request id req-f0d2334e-e17e-43ef-9aa7-86f8f7199bca 2018-10-26 10:08:51,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a6b2cc67d8a99dcbe7e836c246734780fd4751d" 2018-10-26 10:08:51,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-535f15ea-a65d-47d3-895a-43605883f421 Date: Fri, 26 Oct 2018 10:08:51 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 10:08:51,522 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-535f15ea-a65d-47d3-895a-43605883f421 2018-10-26 10:08:51,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a6b2cc67d8a99dcbe7e836c246734780fd4751d" 2018-10-26 10:08:51,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85d9b0d6-7f74-4292-b6b6-122a5256a4fc 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 10:08:51,621 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-85d9b0d6-7f74-4292-b6b6-122a5256a4fc 2018-10-26 10:08:51,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a6b2cc67d8a99dcbe7e836c246734780fd4751d" 2018-10-26 10:08:51,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b990e7a-05b6-4898-8d90-f1025771806e 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 10:08:51,715 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-0b990e7a-05b6-4898-8d90-f1025771806e 2018-10-26 10:08:51,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a6b2cc67d8a99dcbe7e836c246734780fd4751d" 2018-10-26 10:08:51,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fadd119-78d6-475f-a8ba-eeec3eb765d0 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 10:08:51,801 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-6fadd119-78d6-475f-a8ba-eeec3eb765d0 2018-10-26 10:08:51,802 - keystone_utils - INFO - Deleting project with name - CreateStackVolumeTests-5bd7a346-17c7-477-proj 2018-10-26 10:08:51,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/84837125e79d410585b76170099886ff -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a6b2cc67d8a99dcbe7e836c246734780fd4751d" 2018-10-26 10:08:52,057 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:08:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-696cb58e-7499-4b26-8675-8af67525c287 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:08:52,057 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/84837125e79d410585b76170099886ff used request id req-696cb58e-7499-4b26-8675-8af67525c287 2018-10-26 10:08:52,057 - keystone_utils - INFO - Deleting role with name - CreateStackVolumeTests-5bd7a346-17c7-477-proj-role 2018-10-26 10:08:52,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/04e2edac422f4e9fb76f6325751e7a8a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a6b2cc67d8a99dcbe7e836c246734780fd4751d" 2018-10-26 10:08:52,174 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:08:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6002ee65-486f-457d-8f5d-f5db1c9acb3c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:08:52,175 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/04e2edac422f4e9fb76f6325751e7a8a used request id req-6002ee65-486f-457d-8f5d-f5db1c9acb3c 2018-10-26 10:08:52,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a6b2cc67d8a99dcbe7e836c246734780fd4751d" 2018-10-26 10:08:52,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-716a5466-874b-4251-9795-52d5bafaeedc Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:08:52,260 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-716a5466-874b-4251-9795-52d5bafaeedc 2018-10-26 10:08:52,261 - keystone_utils - INFO - Deleting user with name - CreateStackVolumeTests-5bd7a346-17c7-477-user 2018-10-26 10:08:52,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/262a0457cae2421994a66df001b321a0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}176b462b8e9461baf2aa37d2d413ff004c6bb6ef" 2018-10-26 10:08:52,448 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:08:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-93e82e39-9708-4231-aab7-05583a52278d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:08:52,448 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/262a0457cae2421994a66df001b321a0 used request id req-93e82e39-9708-4231-aab7-05583a52278d 2018-10-26 10:08:52,450 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:08:52,840 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:08:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["4WTs_Rc8RDSb34IshV8Klg"], "issued_at": "2018-10-26T10:08:52.000000Z"}} 2018-10-26 10:08:52,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1af7c718a84097e2be42962324b9bab8f4bc5381" 2018-10-26 10:08:52,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07a0622c-e965-4e5a-87ca-73ee01fb4aba Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:08:52,917 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-07a0622c-e965-4e5a-87ca-73ee01fb4aba 2018-10-26 10:08:52,918 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:08:52,919 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:08:53,312 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:08:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["60VAKBgmQKSYgnsKPFy8uA"], "issued_at": "2018-10-26T10:08:53.000000Z"}} 2018-10-26 10:08:53,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a219145eb847ae6218da97833c084d038e67dd7" 2018-10-26 10:08:53,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61020fb9-b6b9-4f68-8781-a35ff81a73a3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:08:53,396 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-61020fb9-b6b9-4f68-8781-a35ff81a73a3 2018-10-26 10:08:53,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:08:53,405 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:08: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:08:53,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFlavorTests-918e7699-1cc8-422-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a219145eb847ae6218da97833c084d038e67dd7" 2018-10-26 10:08:53,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e11c1f14-56c8-4e33-a7d5-29d6abf539c0 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFlavorTests-918e7699-1cc8-422-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 10:08:53,497 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFlavorTests-918e7699-1cc8-422-proj used request id req-e11c1f14-56c8-4e33-a7d5-29d6abf539c0 2018-10-26 10:08:53,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a219145eb847ae6218da97833c084d038e67dd7" 2018-10-26 10:08:53,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-437c6ff2-9bd8-453b-bcd2-79563933ed8a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 10:08:53,602 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-437c6ff2-9bd8-453b-bcd2-79563933ed8a 2018-10-26 10:08:53,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a219145eb847ae6218da97833c084d038e67dd7" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackFlavorTests-918e7699-1cc8-422-proj"}}' 2018-10-26 10:08:53,707 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:08:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0eb82fa9-bf3d-4ceb-9d42-1ba5d0b00748 Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/68e08c472a394ec4994c7b0f2864df20"}, "enabled": true, "id": "68e08c472a394ec4994c7b0f2864df20", "parent_id": "default", "domain_id": "default", "name": "CreateStackFlavorTests-918e7699-1cc8-422-proj"}} 2018-10-26 10:08:53,707 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-0eb82fa9-bf3d-4ceb-9d42-1ba5d0b00748 2018-10-26 10:08:53,708 - keystone_utils - INFO - Created project with name - CreateStackFlavorTests-918e7699-1cc8-422-proj 2018-10-26 10:08:53,708 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:08:53,709 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:08:54,092 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:08:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["nD9dZIkdSjmrYndPUHR3kg"], "issued_at": "2018-10-26T10:08:54.000000Z"}} 2018-10-26 10:08:54,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a6fda7262f8bd90d68b440180b102751e9a8ab3" 2018-10-26 10:08:54,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7498e4e-3bd4-470f-8212-627f42005248 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:08:54,105 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a7498e4e-3bd4-470f-8212-627f42005248 2018-10-26 10:08:54,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:08:54,115 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:08: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:08:54,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a6fda7262f8bd90d68b440180b102751e9a8ab3" 2018-10-26 10:08:54,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ecf0df8c-c8e0-4f95-af71-f4cf14b7e92e Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 10:08:54,222 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-ecf0df8c-c8e0-4f95-af71-f4cf14b7e92e 2018-10-26 10:08:54,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackFlavorTests-918e7699-1cc8-422-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a6fda7262f8bd90d68b440180b102751e9a8ab3" 2018-10-26 10:08:54,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9d2a900-82a9-4409-af66-c5d6987ffb31 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackFlavorTests-918e7699-1cc8-422-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/68e08c472a394ec4994c7b0f2864df20"}, "enabled": true, "id": "68e08c472a394ec4994c7b0f2864df20", "parent_id": "default", "domain_id": "default", "name": "CreateStackFlavorTests-918e7699-1cc8-422-proj"}]} 2018-10-26 10:08:54,317 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackFlavorTests-918e7699-1cc8-422-proj used request id req-b9d2a900-82a9-4409-af66-c5d6987ffb31 2018-10-26 10:08:54,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a6fda7262f8bd90d68b440180b102751e9a8ab3" 2018-10-26 10:08:54,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0639f190-6f29-4057-a93c-0ba0a8b15f17 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 10:08:54,410 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-0639f190-6f29-4057-a93c-0ba0a8b15f17 2018-10-26 10:08:54,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a6fda7262f8bd90d68b440180b102751e9a8ab3" 2018-10-26 10:08:54,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4aeeb277-9da6-47f7-b90f-e177a81d82ff Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:08:54,955 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-4aeeb277-9da6-47f7-b90f-e177a81d82ff 2018-10-26 10:08:54,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackFlavorTests-918e7699-1cc8-422-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a6fda7262f8bd90d68b440180b102751e9a8ab3" 2018-10-26 10:08:55,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad945571-2904-43f0-b1c4-5d0461753422 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackFlavorTests-918e7699-1cc8-422-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/68e08c472a394ec4994c7b0f2864df20"}, "enabled": true, "id": "68e08c472a394ec4994c7b0f2864df20", "parent_id": "default", "domain_id": "default", "name": "CreateStackFlavorTests-918e7699-1cc8-422-proj"}]} 2018-10-26 10:08:55,044 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackFlavorTests-918e7699-1cc8-422-proj used request id req-ad945571-2904-43f0-b1c4-5d0461753422 2018-10-26 10:08:55,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users/ffda0328bb4f4782a369f91be4fd23f9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a6fda7262f8bd90d68b440180b102751e9a8ab3" 2018-10-26 10:08:55,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f06eedf2-2a10-4192-a0a2-7b989f92c29f Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackFlavorTests-918e7699-1cc8-422-user", "links": {"self": "http://172.30.9.21:5000/v3/users/ffda0328bb4f4782a369f91be4fd23f9"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "68e08c472a394ec4994c7b0f2864df20", "id": "ffda0328bb4f4782a369f91be4fd23f9", "password_expires_at": null}} 2018-10-26 10:08:55,148 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/ffda0328bb4f4782a369f91be4fd23f9 used request id req-f06eedf2-2a10-4192-a0a2-7b989f92c29f 2018-10-26 10:08:55,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/68e08c472a394ec4994c7b0f2864df20/users/ffda0328bb4f4782a369f91be4fd23f9/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a6fda7262f8bd90d68b440180b102751e9a8ab3" 2018-10-26 10:08:55,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad0fdfc2-0cb9-4d69-bb47-18b5acd2a19b Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/68e08c472a394ec4994c7b0f2864df20/users/ffda0328bb4f4782a369f91be4fd23f9/roles", "previous": null, "next": null}, "roles": []} 2018-10-26 10:08:55,262 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/68e08c472a394ec4994c7b0f2864df20/users/ffda0328bb4f4782a369f91be4fd23f9/roles used request id req-ad0fdfc2-0cb9-4d69-bb47-18b5acd2a19b 2018-10-26 10:08:55,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a6fda7262f8bd90d68b440180b102751e9a8ab3" 2018-10-26 10:08:55,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf65fd70-8c22-4b11-9a36-c4e068fbf502 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "domain_id": null, "name": "admin", "id": "886257d877da42cd903fe01393f42ae9"}} 2018-10-26 10:08:55,346 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9 used request id req-bf65fd70-8c22-4b11-9a36-c4e068fbf502 2018-10-26 10:08:55,346 - keystone_utils - INFO - Granting role admin to project CreateStackFlavorTests-918e7699-1cc8-422-proj 2018-10-26 10:08:55,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/68e08c472a394ec4994c7b0f2864df20/users/ffda0328bb4f4782a369f91be4fd23f9/roles/886257d877da42cd903fe01393f42ae9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a6fda7262f8bd90d68b440180b102751e9a8ab3" 2018-10-26 10:08:55,470 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:08:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-16126751-e8e1-4999-9812-3a6f2781c9f5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:08:55,470 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/68e08c472a394ec4994c7b0f2864df20/users/ffda0328bb4f4782a369f91be4fd23f9/roles/886257d877da42cd903fe01393f42ae9 used request id req-16126751-e8e1-4999-9812-3a6f2781c9f5 2018-10-26 10:08:55,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a6fda7262f8bd90d68b440180b102751e9a8ab3" 2018-10-26 10:08:55,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3adc472a-02fc-441b-a6a5-7235b4a2d617 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:08:55,559 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-3adc472a-02fc-441b-a6a5-7235b4a2d617 2018-10-26 10:08:55,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackFlavorTests-918e7699-1cc8-422-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a6fda7262f8bd90d68b440180b102751e9a8ab3" 2018-10-26 10:08:55,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2908d5ab-27f3-4f7f-ac39-fdf4dea22a35 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackFlavorTests-918e7699-1cc8-422-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/68e08c472a394ec4994c7b0f2864df20"}, "enabled": true, "id": "68e08c472a394ec4994c7b0f2864df20", "parent_id": "default", "domain_id": "default", "name": "CreateStackFlavorTests-918e7699-1cc8-422-proj"}]} 2018-10-26 10:08:55,645 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackFlavorTests-918e7699-1cc8-422-proj used request id req-2908d5ab-27f3-4f7f-ac39-fdf4dea22a35 2018-10-26 10:08:55,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/68e08c472a394ec4994c7b0f2864df20/users/ffda0328bb4f4782a369f91be4fd23f9/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a6fda7262f8bd90d68b440180b102751e9a8ab3" 2018-10-26 10:08:55,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8b99217-469e-4069-82fb-42c1efb3e725 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/68e08c472a394ec4994c7b0f2864df20/users/ffda0328bb4f4782a369f91be4fd23f9/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}]} 2018-10-26 10:08:55,756 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/68e08c472a394ec4994c7b0f2864df20/users/ffda0328bb4f4782a369f91be4fd23f9/roles used request id req-a8b99217-469e-4069-82fb-42c1efb3e725 2018-10-26 10:08:55,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a6fda7262f8bd90d68b440180b102751e9a8ab3" 2018-10-26 10:08:55,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d970be99-7290-4613-bafe-8ea3e504aea6 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "domain_id": null, "name": "heat_stack_owner", "id": "4f75e021dfe74c9ab7a3aee778a72c84"}} 2018-10-26 10:08:55,848 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84 used request id req-d970be99-7290-4613-bafe-8ea3e504aea6 2018-10-26 10:08:55,848 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFlavorTests-918e7699-1cc8-422-proj 2018-10-26 10:08:55,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/68e08c472a394ec4994c7b0f2864df20/users/ffda0328bb4f4782a369f91be4fd23f9/roles/4f75e021dfe74c9ab7a3aee778a72c84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a6fda7262f8bd90d68b440180b102751e9a8ab3" 2018-10-26 10:08:55,973 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:08:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d7ab04fc-6002-4db3-92a5-e46012a96e95 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:08:55,973 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/68e08c472a394ec4994c7b0f2864df20/users/ffda0328bb4f4782a369f91be4fd23f9/roles/4f75e021dfe74c9ab7a3aee778a72c84 used request id req-d7ab04fc-6002-4db3-92a5-e46012a96e95 2018-10-26 10:08:55,973 - keystone_utils - INFO - Created user with name - CreateStackFlavorTests-918e7699-1cc8-422-user 2018-10-26 10:08:55,973 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:08:55,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a219145eb847ae6218da97833c084d038e67dd7" 2018-10-26 10:08:56,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5cd6c1c-ceea-4e0e-8785-3cce1cd495b7 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:08:56,062 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-f5cd6c1c-ceea-4e0e-8785-3cce1cd495b7 2018-10-26 10:08:56,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a219145eb847ae6218da97833c084d038e67dd7" -d '{"role": {"name": "CreateStackFlavorTests-918e7699-1cc8-422-proj-role"}}' 2018-10-26 10:08:56,168 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:08:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b8040bf5-5b52-4e57-b146-18c4059b9ec9 Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4a41b51b4d904e65bfb50baafd2d72d5", "links": {"self": "http://172.30.9.21:5000/v3/roles/4a41b51b4d904e65bfb50baafd2d72d5"}, "name": "CreateStackFlavorTests-918e7699-1cc8-422-proj-role"}} 2018-10-26 10:08:56,168 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-b8040bf5-5b52-4e57-b146-18c4059b9ec9 2018-10-26 10:08:56,169 - keystone_utils - INFO - Created role with name - CreateStackFlavorTests-918e7699-1cc8-422-proj-role 2018-10-26 10:08:56,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/4a41b51b4d904e65bfb50baafd2d72d5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a219145eb847ae6218da97833c084d038e67dd7" 2018-10-26 10:08:56,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed54f56e-b03b-4367-b31a-34740dc56e25 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/4a41b51b4d904e65bfb50baafd2d72d5"}, "domain_id": null, "name": "CreateStackFlavorTests-918e7699-1cc8-422-proj-role", "id": "4a41b51b4d904e65bfb50baafd2d72d5"}} 2018-10-26 10:08:56,257 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/4a41b51b4d904e65bfb50baafd2d72d5 used request id req-ed54f56e-b03b-4367-b31a-34740dc56e25 2018-10-26 10:08:56,258 - keystone_utils - INFO - Granting role CreateStackFlavorTests-918e7699-1cc8-422-proj-role to project CreateStackFlavorTests-918e7699-1cc8-422-proj 2018-10-26 10:08:56,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/68e08c472a394ec4994c7b0f2864df20/users/ffda0328bb4f4782a369f91be4fd23f9/roles/4a41b51b4d904e65bfb50baafd2d72d5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a219145eb847ae6218da97833c084d038e67dd7" 2018-10-26 10:08:56,392 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:08:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-44d7cfe3-e430-4d30-b7db-e494b8b6a341 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:08:56,392 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/68e08c472a394ec4994c7b0f2864df20/users/ffda0328bb4f4782a369f91be4fd23f9/roles/4a41b51b4d904e65bfb50baafd2d72d5 used request id req-44d7cfe3-e430-4d30-b7db-e494b8b6a341 2018-10-26 10:08:56,392 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-26 10:08:56,393 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:08:56,394 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:08:56,777 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}, {"id": "4a41b51b4d904e65bfb50baafd2d72d5", "name": "CreateStackFlavorTests-918e7699-1cc8-422-proj-role"}], "expires_at": "2018-10-26T11:08:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "68e08c472a394ec4994c7b0f2864df20", "name": "CreateStackFlavorTests-918e7699-1cc8-422-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/68e08c472a394ec4994c7b0f2864df20", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/68e08c472a394ec4994c7b0f2864df20", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/68e08c472a394ec4994c7b0f2864df20", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/68e08c472a394ec4994c7b0f2864df20", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/68e08c472a394ec4994c7b0f2864df20", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/68e08c472a394ec4994c7b0f2864df20", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/68e08c472a394ec4994c7b0f2864df20", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/68e08c472a394ec4994c7b0f2864df20", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/68e08c472a394ec4994c7b0f2864df20", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/68e08c472a394ec4994c7b0f2864df20", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/68e08c472a394ec4994c7b0f2864df20", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/68e08c472a394ec4994c7b0f2864df20", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFlavorTests-918e7699-1cc8-422-user", "id": "ffda0328bb4f4782a369f91be4fd23f9"}, "audit_ids": ["jSMn1zW5STSlwXJZ0alyVA"], "issued_at": "2018-10-26T10:08:56.000000Z"}} 2018-10-26 10:08:56,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79a2822b81253a06c852987970d56350fe2a90bb" 2018-10-26 10:08:56,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-689c1685-8fb6-43c7-8d81-a005e7e2311a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:08:56,858 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-689c1685-8fb6-43c7-8d81-a005e7e2311a 2018-10-26 10:08:56,859 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:08:56,862 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-26 10:08:56,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/68e08c472a394ec4994c7b0f2864df20/stacks?stack_name=CreateStackFlavorTests-055e333d-c6ef-4a8e-b643-e597268bef67-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79a2822b81253a06c852987970d56350fe2a90bb" 2018-10-26 10:08:57,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:56 GMT Server: Apache x-openstack-request-id: req-1aea0d89-1dfd-4354-98b4-0e1211d7e504 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-10-26 10:08:57,044 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/68e08c472a394ec4994c7b0f2864df20/stacks?stack_name=CreateStackFlavorTests-055e333d-c6ef-4a8e-b643-e597268bef67-stack used request id req-1aea0d89-1dfd-4354-98b4-0e1211d7e504 2018-10-26 10:08:57,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8004/v1/68e08c472a394ec4994c7b0f2864df20/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79a2822b81253a06c852987970d56350fe2a90bb" -d '{"stack_name": "CreateStackFlavorTests-055e333d-c6ef-4a8e-b643-e597268bef67-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-26 10:08:58,726 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:08:57 GMT Server: Apache x-openstack-request-id: req-b23d8726-afcd-443d-af20-05dd034d07fc Location: http://172.30.9.21:8004/v1/68e08c472a394ec4994c7b0f2864df20/stacks/CreateStackFlavorTests-055e333d-c6ef-4a8e-b643-e597268bef67-stack/fcc7ac27-6d05-48cf-b4da-c81711d206d0 Content-Length: 266 Content-Type: application/json RESP BODY: {"stack": {"id": "fcc7ac27-6d05-48cf-b4da-c81711d206d0", "links": [{"href": "http://172.30.9.21:8004/v1/68e08c472a394ec4994c7b0f2864df20/stacks/CreateStackFlavorTests-055e333d-c6ef-4a8e-b643-e597268bef67-stack/fcc7ac27-6d05-48cf-b4da-c81711d206d0", "rel": "self"}]}} 2018-10-26 10:08:58,726 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/68e08c472a394ec4994c7b0f2864df20/stacks used request id req-b23d8726-afcd-443d-af20-05dd034d07fc 2018-10-26 10:08:58,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/68e08c472a394ec4994c7b0f2864df20/stacks/fcc7ac27-6d05-48cf-b4da-c81711d206d0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79a2822b81253a06c852987970d56350fe2a90bb" 2018-10-26 10:08:58,908 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:08:58 GMT Server: Apache x-openstack-request-id: req-c9821f18-cd3b-4b22-97a3-65cfa69d2a4f Location: http://172.30.9.21:8004/v1/68e08c472a394ec4994c7b0f2864df20/stacks/CreateStackFlavorTests-055e333d-c6ef-4a8e-b643-e597268bef67-stack/fcc7ac27-6d05-48cf-b4da-c81711d206d0 Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/68e08c472a394ec4994c7b0f2864df20/stacks/CreateStackFlavorTests-055e333d-c6ef-4a8e-b643-e597268bef67-stack/fcc7ac27-6d05-48cf-b4da-c81711d206d0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:08:59,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:58 GMT Server: Apache x-openstack-request-id: req-d1d452a7-eb09-4d32-83e8-b6d2bb162bde 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": "68e08c472a394ec4994c7b0f2864df20", "OS::stack_id": "fcc7ac27-6d05-48cf-b4da-c81711d206d0", "OS::stack_name": "CreateStackFlavorTests-055e333d-c6ef-4a8e-b643-e597268bef67-stack"}, "deletion_time": null, "stack_name": "CreateStackFlavorTests-055e333d-c6ef-4a8e-b643-e597268bef67-stack", "stack_user_project_id": "c4a888d27f124d879308ada2800bd481", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-26T10:08:58Z", "links": [{"href": "http://172.30.9.21:8004/v1/68e08c472a394ec4994c7b0f2864df20/stacks/CreateStackFlavorTests-055e333d-c6ef-4a8e-b643-e597268bef67-stack/fcc7ac27-6d05-48cf-b4da-c81711d206d0", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "fcc7ac27-6d05-48cf-b4da-c81711d206d0", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-10-26 10:08:59,094 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/68e08c472a394ec4994c7b0f2864df20/stacks/CreateStackFlavorTests-055e333d-c6ef-4a8e-b643-e597268bef67-stack/fcc7ac27-6d05-48cf-b4da-c81711d206d0 used request id req-d1d452a7-eb09-4d32-83e8-b6d2bb162bde 2018-10-26 10:08:59,094 - create_stack - INFO - Created stack with name - CreateStackFlavorTests-055e333d-c6ef-4a8e-b643-e597268bef67-stack 2018-10-26 10:08:59,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/68e08c472a394ec4994c7b0f2864df20/stacks/fcc7ac27-6d05-48cf-b4da-c81711d206d0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79a2822b81253a06c852987970d56350fe2a90bb" 2018-10-26 10:08:59,293 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:08:59 GMT Server: Apache x-openstack-request-id: req-3915de1e-53ca-4940-afc7-f97b075481b5 Location: http://172.30.9.21:8004/v1/68e08c472a394ec4994c7b0f2864df20/stacks/CreateStackFlavorTests-055e333d-c6ef-4a8e-b643-e597268bef67-stack/fcc7ac27-6d05-48cf-b4da-c81711d206d0 Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/68e08c472a394ec4994c7b0f2864df20/stacks/CreateStackFlavorTests-055e333d-c6ef-4a8e-b643-e597268bef67-stack/fcc7ac27-6d05-48cf-b4da-c81711d206d0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:08:59,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:59 GMT Server: Apache x-openstack-request-id: req-4dd7e665-71f4-4a8d-914c-a9160aafc2f9 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": "68e08c472a394ec4994c7b0f2864df20", "OS::stack_id": "fcc7ac27-6d05-48cf-b4da-c81711d206d0", "OS::stack_name": "CreateStackFlavorTests-055e333d-c6ef-4a8e-b643-e597268bef67-stack"}, "deletion_time": null, "stack_name": "CreateStackFlavorTests-055e333d-c6ef-4a8e-b643-e597268bef67-stack", "stack_user_project_id": "c4a888d27f124d879308ada2800bd481", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-26T10:08:58Z", "links": [{"href": "http://172.30.9.21:8004/v1/68e08c472a394ec4994c7b0f2864df20/stacks/CreateStackFlavorTests-055e333d-c6ef-4a8e-b643-e597268bef67-stack/fcc7ac27-6d05-48cf-b4da-c81711d206d0", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "fcc7ac27-6d05-48cf-b4da-c81711d206d0", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-10-26 10:08:59,335 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/68e08c472a394ec4994c7b0f2864df20/stacks/CreateStackFlavorTests-055e333d-c6ef-4a8e-b643-e597268bef67-stack/fcc7ac27-6d05-48cf-b4da-c81711d206d0 used request id req-4dd7e665-71f4-4a8d-914c-a9160aafc2f9 2018-10-26 10:08:59,336 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-10-26 10:08:59,336 - create_stack - DEBUG - Stack is active with name - CreateStackFlavorTests-055e333d-c6ef-4a8e-b643-e597268bef67-stack 2018-10-26 10:08:59,336 - create_stack - INFO - Stack is now active with name - CreateStackFlavorTests-055e333d-c6ef-4a8e-b643-e597268bef67-stack 2018-10-26 10:08:59,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/68e08c472a394ec4994c7b0f2864df20/stacks/fcc7ac27-6d05-48cf-b4da-c81711d206d0/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79a2822b81253a06c852987970d56350fe2a90bb" 2018-10-26 10:08:59,524 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:08:59 GMT Server: Apache x-openstack-request-id: req-0cea95e2-2e8c-4d09-9f1d-4315ee8949d4 Location: http://172.30.9.21:8004/v1/68e08c472a394ec4994c7b0f2864df20/stacks/CreateStackFlavorTests-055e333d-c6ef-4a8e-b643-e597268bef67-stack/fcc7ac27-6d05-48cf-b4da-c81711d206d0/resources Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/68e08c472a394ec4994c7b0f2864df20/stacks/CreateStackFlavorTests-055e333d-c6ef-4a8e-b643-e597268bef67-stack/fcc7ac27-6d05-48cf-b4da-c81711d206d0/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:08:59,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:59 GMT Server: Apache x-openstack-request-id: req-84a28601-9ac3-425e-bd09-63692331849c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor", "links": [{"href": "http://172.30.9.21:8004/v1/68e08c472a394ec4994c7b0f2864df20/stacks/CreateStackFlavorTests-055e333d-c6ef-4a8e-b643-e597268bef67-stack/fcc7ac27-6d05-48cf-b4da-c81711d206d0/resources/flavor", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/68e08c472a394ec4994c7b0f2864df20/stacks/CreateStackFlavorTests-055e333d-c6ef-4a8e-b643-e597268bef67-stack/fcc7ac27-6d05-48cf-b4da-c81711d206d0", "rel": "stack"}], "logical_resource_id": "flavor", "creation_time": "2018-10-26T10:08:58Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:08:58Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "164747f3-fd7e-4165-a8e8-27cab1a19291", "resource_type": "OS::Nova::Flavor"}]} 2018-10-26 10:08:59,567 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/68e08c472a394ec4994c7b0f2864df20/stacks/CreateStackFlavorTests-055e333d-c6ef-4a8e-b643-e597268bef67-stack/fcc7ac27-6d05-48cf-b4da-c81711d206d0/resources used request id req-84a28601-9ac3-425e-bd09-63692331849c 2018-10-26 10:08:59,570 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/164747f3-fd7e-4165-a8e8-27cab1a19291 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79a2822b81253a06c852987970d56350fe2a90bb" 2018-10-26 10:08:59,590 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-23947252-e2c6-4654-a527-d105ff7d615b x-compute-request-id: req-23947252-e2c6-4654-a527-d105ff7d615b Content-Encoding: gzip Content-Length: 331 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/164747f3-fd7e-4165-a8e8-27cab1a19291", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/164747f3-fd7e-4165-a8e8-27cab1a19291", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 200, "id": "164747f3-fd7e-4165-a8e8-27cab1a19291", "name": "CreateStackFlavorTests-055e333d-c6ef-4a8e-b643-e597268bef67-stack-flavor-dovedlluaiey", "vcpus": 8, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 10:08:59,590 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/164747f3-fd7e-4165-a8e8-27cab1a19291 used request id req-23947252-e2c6-4654-a527-d105ff7d615b 2018-10-26 10:08:59,590 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:08:59,591 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:08:59,978 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}, {"id": "4a41b51b4d904e65bfb50baafd2d72d5", "name": "CreateStackFlavorTests-918e7699-1cc8-422-proj-role"}], "expires_at": "2018-10-26T11:08:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "68e08c472a394ec4994c7b0f2864df20", "name": "CreateStackFlavorTests-918e7699-1cc8-422-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/68e08c472a394ec4994c7b0f2864df20", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/68e08c472a394ec4994c7b0f2864df20", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/68e08c472a394ec4994c7b0f2864df20", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/68e08c472a394ec4994c7b0f2864df20", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/68e08c472a394ec4994c7b0f2864df20", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/68e08c472a394ec4994c7b0f2864df20", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/68e08c472a394ec4994c7b0f2864df20", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/68e08c472a394ec4994c7b0f2864df20", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/68e08c472a394ec4994c7b0f2864df20", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/68e08c472a394ec4994c7b0f2864df20", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/68e08c472a394ec4994c7b0f2864df20", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/68e08c472a394ec4994c7b0f2864df20", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFlavorTests-918e7699-1cc8-422-user", "id": "ffda0328bb4f4782a369f91be4fd23f9"}, "audit_ids": ["PyuREJtkT6mVbAXxD0X4HA"], "issued_at": "2018-10-26T10:08:59.000000Z"}} 2018-10-26 10:08:59,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29e30e17922f59dd64d5897fb5cd4cd7eed95201" 2018-10-26 10:09:00,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:08:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f262f352-6e29-495c-9f0b-691b4b49d6f0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:09:00,069 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f262f352-6e29-495c-9f0b-691b4b49d6f0 2018-10-26 10:09:00,071 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:09:00,078 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29e30e17922f59dd64d5897fb5cd4cd7eed95201" 2018-10-26 10:09:00,250 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-01589096-714c-4706-a8a4-517b12a91b48 x-compute-request-id: req-01589096-714c-4706-a8a4-517b12a91b48 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"flavors": [{"id": "164747f3-fd7e-4165-a8e8-27cab1a19291", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/164747f3-fd7e-4165-a8e8-27cab1a19291", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/164747f3-fd7e-4165-a8e8-27cab1a19291", "rel": "bookmark"}], "name": "CreateStackFlavorTests-055e333d-c6ef-4a8e-b643-e597268bef67-stack-flavor-dovedlluaiey"}]} 2018-10-26 10:09:00,250 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-01589096-714c-4706-a8a4-517b12a91b48 2018-10-26 10:09:00,254 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/164747f3-fd7e-4165-a8e8-27cab1a19291 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29e30e17922f59dd64d5897fb5cd4cd7eed95201" 2018-10-26 10:09:00,274 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8a8235fe-ce23-43b0-8427-56e78ae05cee x-compute-request-id: req-8a8235fe-ce23-43b0-8427-56e78ae05cee Content-Encoding: gzip Content-Length: 331 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/164747f3-fd7e-4165-a8e8-27cab1a19291", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/164747f3-fd7e-4165-a8e8-27cab1a19291", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 200, "id": "164747f3-fd7e-4165-a8e8-27cab1a19291", "name": "CreateStackFlavorTests-055e333d-c6ef-4a8e-b643-e597268bef67-stack-flavor-dovedlluaiey", "vcpus": 8, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 10:09:00,274 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/164747f3-fd7e-4165-a8e8-27cab1a19291 used request id req-8a8235fe-ce23-43b0-8427-56e78ae05cee 2018-10-26 10:09:00,275 - create_flavor - INFO - Found flavor with name - CreateStackFlavorTests-055e333d-c6ef-4a8e-b643-e597268bef67-stack-flavor-dovedlluaiey 2018-10-26 10:09:00,275 - create_stack - INFO - Deleting stack - CreateStackFlavorTests-055e333d-c6ef-4a8e-b643-e597268bef67-stack 2018-10-26 10:09:00,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/68e08c472a394ec4994c7b0f2864df20/stacks/fcc7ac27-6d05-48cf-b4da-c81711d206d0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79a2822b81253a06c852987970d56350fe2a90bb" 2018-10-26 10:09:00,467 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:09:00 GMT Server: Apache x-openstack-request-id: req-5ed566ef-d68a-41f6-95ed-3847e792ff7b Location: http://172.30.9.21:8004/v1/68e08c472a394ec4994c7b0f2864df20/stacks/CreateStackFlavorTests-055e333d-c6ef-4a8e-b643-e597268bef67-stack/fcc7ac27-6d05-48cf-b4da-c81711d206d0 Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/68e08c472a394ec4994c7b0f2864df20/stacks/CreateStackFlavorTests-055e333d-c6ef-4a8e-b643-e597268bef67-stack/fcc7ac27-6d05-48cf-b4da-c81711d206d0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:09:00,508 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:09:00 GMT Server: Apache x-openstack-request-id: req-d8ee0b55-05a5-4e44-b6a8-f212fcaa8240 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:09:00,508 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/68e08c472a394ec4994c7b0f2864df20/stacks/CreateStackFlavorTests-055e333d-c6ef-4a8e-b643-e597268bef67-stack/fcc7ac27-6d05-48cf-b4da-c81711d206d0 used request id req-d8ee0b55-05a5-4e44-b6a8-f212fcaa8240 2018-10-26 10:09:00,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/68e08c472a394ec4994c7b0f2864df20/stacks/fcc7ac27-6d05-48cf-b4da-c81711d206d0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79a2822b81253a06c852987970d56350fe2a90bb" 2018-10-26 10:09:00,707 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:09:00 GMT Server: Apache x-openstack-request-id: req-e56a06a7-ffad-487c-83e2-cec9aeb7c53a Location: http://172.30.9.21:8004/v1/68e08c472a394ec4994c7b0f2864df20/stacks/CreateStackFlavorTests-055e333d-c6ef-4a8e-b643-e597268bef67-stack/fcc7ac27-6d05-48cf-b4da-c81711d206d0 Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/68e08c472a394ec4994c7b0f2864df20/stacks/CreateStackFlavorTests-055e333d-c6ef-4a8e-b643-e597268bef67-stack/fcc7ac27-6d05-48cf-b4da-c81711d206d0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:09:00,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:00 GMT Server: Apache x-openstack-request-id: req-6dccbf91-bc08-4ffb-8133-37097374be6d 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": "68e08c472a394ec4994c7b0f2864df20", "OS::stack_id": "fcc7ac27-6d05-48cf-b4da-c81711d206d0", "OS::stack_name": "CreateStackFlavorTests-055e333d-c6ef-4a8e-b643-e597268bef67-stack"}, "deletion_time": null, "stack_name": "CreateStackFlavorTests-055e333d-c6ef-4a8e-b643-e597268bef67-stack", "stack_user_project_id": "c4a888d27f124d879308ada2800bd481", "tags": null, "creation_time": "2018-10-26T10:08:58Z", "links": [{"href": "http://172.30.9.21:8004/v1/68e08c472a394ec4994c7b0f2864df20/stacks/CreateStackFlavorTests-055e333d-c6ef-4a8e-b643-e597268bef67-stack/fcc7ac27-6d05-48cf-b4da-c81711d206d0", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:09:00Z", "id": "fcc7ac27-6d05-48cf-b4da-c81711d206d0", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single volume with encryption"}} 2018-10-26 10:09:00,879 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/68e08c472a394ec4994c7b0f2864df20/stacks/CreateStackFlavorTests-055e333d-c6ef-4a8e-b643-e597268bef67-stack/fcc7ac27-6d05-48cf-b4da-c81711d206d0 used request id req-6dccbf91-bc08-4ffb-8133-37097374be6d 2018-10-26 10:09:00,879 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-26 10:09:00,880 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:09:03,883 - create_stack - DEBUG - Stack status query timeout in 1196.62596798 2018-10-26 10:09:03,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/68e08c472a394ec4994c7b0f2864df20/stacks/fcc7ac27-6d05-48cf-b4da-c81711d206d0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79a2822b81253a06c852987970d56350fe2a90bb" 2018-10-26 10:09:03,913 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:09:03 GMT Server: Apache x-openstack-request-id: req-8cb23cf1-b518-410b-ba83-7f62daa487c0 Location: http://172.30.9.21:8004/v1/68e08c472a394ec4994c7b0f2864df20/stacks/CreateStackFlavorTests-055e333d-c6ef-4a8e-b643-e597268bef67-stack/fcc7ac27-6d05-48cf-b4da-c81711d206d0 Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/68e08c472a394ec4994c7b0f2864df20/stacks/CreateStackFlavorTests-055e333d-c6ef-4a8e-b643-e597268bef67-stack/fcc7ac27-6d05-48cf-b4da-c81711d206d0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:09:04,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:03 GMT Server: Apache x-openstack-request-id: req-6b34a3a9-7431-46e7-bb2b-377be11e1c15 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": "68e08c472a394ec4994c7b0f2864df20", "OS::stack_id": "fcc7ac27-6d05-48cf-b4da-c81711d206d0", "OS::stack_name": "CreateStackFlavorTests-055e333d-c6ef-4a8e-b643-e597268bef67-stack"}, "deletion_time": "2018-10-26T10:09:01Z", "stack_name": "CreateStackFlavorTests-055e333d-c6ef-4a8e-b643-e597268bef67-stack", "stack_user_project_id": "c4a888d27f124d879308ada2800bd481", "tags": null, "creation_time": "2018-10-26T10:08:58Z", "links": [{"href": "http://172.30.9.21:8004/v1/68e08c472a394ec4994c7b0f2864df20/stacks/CreateStackFlavorTests-055e333d-c6ef-4a8e-b643-e597268bef67-stack/fcc7ac27-6d05-48cf-b4da-c81711d206d0", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-10-26T10:09:00Z", "id": "fcc7ac27-6d05-48cf-b4da-c81711d206d0", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single volume with encryption"}} 2018-10-26 10:09:04,200 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/68e08c472a394ec4994c7b0f2864df20/stacks/CreateStackFlavorTests-055e333d-c6ef-4a8e-b643-e597268bef67-stack/fcc7ac27-6d05-48cf-b4da-c81711d206d0 used request id req-6b34a3a9-7431-46e7-bb2b-377be11e1c15 2018-10-26 10:09:04,201 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-10-26 10:09:04,201 - create_stack - DEBUG - Stack is active with name - CreateStackFlavorTests-055e333d-c6ef-4a8e-b643-e597268bef67-stack 2018-10-26 10:09:04,201 - create_stack - INFO - Attempting to delete again stack - CreateStackFlavorTests-055e333d-c6ef-4a8e-b643-e597268bef67-stack 2018-10-26 10:09:04,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/68e08c472a394ec4994c7b0f2864df20/stacks/fcc7ac27-6d05-48cf-b4da-c81711d206d0 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79a2822b81253a06c852987970d56350fe2a90bb" 2018-10-26 10:09:04,230 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:09:04 GMT Server: Apache x-openstack-request-id: req-776fd3aa-8582-4f9f-88c2-a5f92c973a85 Location: http://172.30.9.21:8004/v1/68e08c472a394ec4994c7b0f2864df20/stacks/CreateStackFlavorTests-055e333d-c6ef-4a8e-b643-e597268bef67-stack/fcc7ac27-6d05-48cf-b4da-c81711d206d0 Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/68e08c472a394ec4994c7b0f2864df20/stacks/CreateStackFlavorTests-055e333d-c6ef-4a8e-b643-e597268bef67-stack/fcc7ac27-6d05-48cf-b4da-c81711d206d0;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:09:04,402 - keystoneauth.session - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 10:09:04 GMT Server: Apache x-openstack-request-id: req-46683f64-703c-459d-aedd-8fdbe8ad9424 Content-Length: 254 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackFlavorTests-055e333d-c6ef-4a8e-b643-e597268bef67-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-10-26 10:09:04,402 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/68e08c472a394ec4994c7b0f2864df20/stacks/CreateStackFlavorTests-055e333d-c6ef-4a8e-b643-e597268bef67-stack/fcc7ac27-6d05-48cf-b4da-c81711d206d0 used request id req-46683f64-703c-459d-aedd-8fdbe8ad9424 2018-10-26 10:09:04,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a219145eb847ae6218da97833c084d038e67dd7" 2018-10-26 10:09:04,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-ad86cb53-1441-44c6-b999-572fcd32ed82 Date: Fri, 26 Oct 2018 10:09:04 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 10:09:04,633 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-ad86cb53-1441-44c6-b999-572fcd32ed82 2018-10-26 10:09:04,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a219145eb847ae6218da97833c084d038e67dd7" 2018-10-26 10:09:04,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75ebf861-1fb3-4314-ba23-0f7c97096f10 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 10:09:04,720 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-75ebf861-1fb3-4314-ba23-0f7c97096f10 2018-10-26 10:09:04,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a219145eb847ae6218da97833c084d038e67dd7" 2018-10-26 10:09:04,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22122f7f-b1d8-4a61-95cc-fae6c31c63a8 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 10:09:04,812 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-22122f7f-b1d8-4a61-95cc-fae6c31c63a8 2018-10-26 10:09:04,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a219145eb847ae6218da97833c084d038e67dd7" 2018-10-26 10:09:04,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e24090d-b3ee-4069-bee5-f6965b3d2b37 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 10:09:04,908 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-9e24090d-b3ee-4069-bee5-f6965b3d2b37 2018-10-26 10:09:04,908 - keystone_utils - INFO - Deleting project with name - CreateStackFlavorTests-918e7699-1cc8-422-proj 2018-10-26 10:09:04,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/68e08c472a394ec4994c7b0f2864df20 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a219145eb847ae6218da97833c084d038e67dd7" 2018-10-26 10:09:05,129 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:09:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-68b8186d-18fe-45dd-ab84-2bd120cbea07 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:09:05,129 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/68e08c472a394ec4994c7b0f2864df20 used request id req-68b8186d-18fe-45dd-ab84-2bd120cbea07 2018-10-26 10:09:05,129 - keystone_utils - INFO - Deleting role with name - CreateStackFlavorTests-918e7699-1cc8-422-proj-role 2018-10-26 10:09:05,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/4a41b51b4d904e65bfb50baafd2d72d5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a219145eb847ae6218da97833c084d038e67dd7" 2018-10-26 10:09:05,246 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:09:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b5a84bee-6150-49fa-bc96-a3009569221e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:09:05,246 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/4a41b51b4d904e65bfb50baafd2d72d5 used request id req-b5a84bee-6150-49fa-bc96-a3009569221e 2018-10-26 10:09:05,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a219145eb847ae6218da97833c084d038e67dd7" 2018-10-26 10:09:05,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09225a8e-3ee5-432a-add4-3854ff7be061 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:09:05,334 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-09225a8e-3ee5-432a-add4-3854ff7be061 2018-10-26 10:09:05,335 - keystone_utils - INFO - Deleting user with name - CreateStackFlavorTests-918e7699-1cc8-422-user 2018-10-26 10:09:05,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/ffda0328bb4f4782a369f91be4fd23f9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a6fda7262f8bd90d68b440180b102751e9a8ab3" 2018-10-26 10:09:05,520 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:09:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0654ab82-3fc0-4948-b4ee-ef9c3207ce46 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:09:05,520 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/ffda0328bb4f4782a369f91be4fd23f9 used request id req-0654ab82-3fc0-4948-b4ee-ef9c3207ce46 2018-10-26 10:09:05,522 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:09:05,911 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:09:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["KI6UKxdjSj-ZSdZceNhaRQ"], "issued_at": "2018-10-26T10:09:05.000000Z"}} 2018-10-26 10:09:05,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39af4b06a90aaef0d078ea15767891bc6a5cdd93" 2018-10-26 10:09:05,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc9d7752-e675-4a93-9d7f-eb8dbfb46f76 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:09:05,996 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-dc9d7752-e675-4a93-9d7f-eb8dbfb46f76 2018-10-26 10:09:05,997 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:09:05,999 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:09:06,459 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:09:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["xm5rWzvIS4SMgm6fpBN5tQ"], "issued_at": "2018-10-26T10:09:06.000000Z"}} 2018-10-26 10:09:06,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8a6bd8a7ae218a55131167f87555f69cb7b0d83" 2018-10-26 10:09:06,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89aeb0bb-88e0-46be-8078-62e8e1371647 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:09:06,540 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-89aeb0bb-88e0-46be-8078-62e8e1371647 2018-10-26 10:09:06,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:09:06,550 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:09:06,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackKeypairTests-8fe5d4b8-3963-444-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8a6bd8a7ae218a55131167f87555f69cb7b0d83" 2018-10-26 10:09:06,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ce90972-0680-4a97-b0a1-79b377a8de1f Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackKeypairTests-8fe5d4b8-3963-444-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 10:09:06,633 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackKeypairTests-8fe5d4b8-3963-444-proj used request id req-0ce90972-0680-4a97-b0a1-79b377a8de1f 2018-10-26 10:09:06,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8a6bd8a7ae218a55131167f87555f69cb7b0d83" 2018-10-26 10:09:06,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfc7b81c-c5c5-4c6f-9bb6-b3d769011c75 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 10:09:06,725 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-dfc7b81c-c5c5-4c6f-9bb6-b3d769011c75 2018-10-26 10:09:06,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8a6bd8a7ae218a55131167f87555f69cb7b0d83" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackKeypairTests-8fe5d4b8-3963-444-proj"}}' 2018-10-26 10:09:06,851 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:09:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-37274813-1f3b-45bb-96e4-aad61e8e4bc9 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/9a984eb99cb54af2a19e6c55304468e3"}, "enabled": true, "id": "9a984eb99cb54af2a19e6c55304468e3", "parent_id": "default", "domain_id": "default", "name": "CreateStackKeypairTests-8fe5d4b8-3963-444-proj"}} 2018-10-26 10:09:06,851 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-37274813-1f3b-45bb-96e4-aad61e8e4bc9 2018-10-26 10:09:06,851 - keystone_utils - INFO - Created project with name - CreateStackKeypairTests-8fe5d4b8-3963-444-proj 2018-10-26 10:09:06,851 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:09:06,852 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:09:07,227 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:09:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["841UhoIUTPquP8_YxCTZPw"], "issued_at": "2018-10-26T10:09:07.000000Z"}} 2018-10-26 10:09:07,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b72a6a82c0b80a5c37e78c61bb242927fe06d8f7" 2018-10-26 10:09:07,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a36c9ed7-516e-4108-b5b8-4a1eb040eb7a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:09:07,313 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a36c9ed7-516e-4108-b5b8-4a1eb040eb7a 2018-10-26 10:09:07,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:09:07,323 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:09:07,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b72a6a82c0b80a5c37e78c61bb242927fe06d8f7" 2018-10-26 10:09:07,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba077a64-9a24-45cf-8f5a-8b706dd81587 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 10:09:07,357 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-ba077a64-9a24-45cf-8f5a-8b706dd81587 2018-10-26 10:09:07,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackKeypairTests-8fe5d4b8-3963-444-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b72a6a82c0b80a5c37e78c61bb242927fe06d8f7" 2018-10-26 10:09:07,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e380f4c-d0ea-478e-a896-ac8c972c633d Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackKeypairTests-8fe5d4b8-3963-444-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/9a984eb99cb54af2a19e6c55304468e3"}, "enabled": true, "id": "9a984eb99cb54af2a19e6c55304468e3", "parent_id": "default", "domain_id": "default", "name": "CreateStackKeypairTests-8fe5d4b8-3963-444-proj"}]} 2018-10-26 10:09:07,450 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackKeypairTests-8fe5d4b8-3963-444-proj used request id req-0e380f4c-d0ea-478e-a896-ac8c972c633d 2018-10-26 10:09:07,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b72a6a82c0b80a5c37e78c61bb242927fe06d8f7" 2018-10-26 10:09:07,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42edb931-5fcf-4b79-9863-7e21d9b5b895 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 10:09:07,554 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-42edb931-5fcf-4b79-9863-7e21d9b5b895 2018-10-26 10:09:07,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b72a6a82c0b80a5c37e78c61bb242927fe06d8f7" 2018-10-26 10:09:08,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e01278cb-76a5-41f7-ae82-8ee57a21e6eb Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:09:08,014 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-e01278cb-76a5-41f7-ae82-8ee57a21e6eb 2018-10-26 10:09:08,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackKeypairTests-8fe5d4b8-3963-444-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b72a6a82c0b80a5c37e78c61bb242927fe06d8f7" 2018-10-26 10:09:08,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d88f465-ca48-4956-b453-9d9bc4051247 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackKeypairTests-8fe5d4b8-3963-444-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/9a984eb99cb54af2a19e6c55304468e3"}, "enabled": true, "id": "9a984eb99cb54af2a19e6c55304468e3", "parent_id": "default", "domain_id": "default", "name": "CreateStackKeypairTests-8fe5d4b8-3963-444-proj"}]} 2018-10-26 10:09:08,120 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackKeypairTests-8fe5d4b8-3963-444-proj used request id req-5d88f465-ca48-4956-b453-9d9bc4051247 2018-10-26 10:09:08,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users/5d8d66fcd9ce494997f29407c694d0f1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b72a6a82c0b80a5c37e78c61bb242927fe06d8f7" 2018-10-26 10:09:08,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e2b8d0d-6ea4-41ea-acad-718fdc9d7633 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackKeypairTests-8fe5d4b8-3963-444-user", "links": {"self": "http://172.30.9.21:5000/v3/users/5d8d66fcd9ce494997f29407c694d0f1"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "9a984eb99cb54af2a19e6c55304468e3", "id": "5d8d66fcd9ce494997f29407c694d0f1", "password_expires_at": null}} 2018-10-26 10:09:08,217 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/5d8d66fcd9ce494997f29407c694d0f1 used request id req-9e2b8d0d-6ea4-41ea-acad-718fdc9d7633 2018-10-26 10:09:08,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9a984eb99cb54af2a19e6c55304468e3/users/5d8d66fcd9ce494997f29407c694d0f1/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b72a6a82c0b80a5c37e78c61bb242927fe06d8f7" 2018-10-26 10:09:08,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35320bab-2f4d-40e8-aa62-0f3449ca4918 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/9a984eb99cb54af2a19e6c55304468e3/users/5d8d66fcd9ce494997f29407c694d0f1/roles", "previous": null, "next": null}, "roles": []} 2018-10-26 10:09:08,331 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9a984eb99cb54af2a19e6c55304468e3/users/5d8d66fcd9ce494997f29407c694d0f1/roles used request id req-35320bab-2f4d-40e8-aa62-0f3449ca4918 2018-10-26 10:09:08,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b72a6a82c0b80a5c37e78c61bb242927fe06d8f7" 2018-10-26 10:09:08,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1717388-2095-4757-a55b-3f60bf1820a1 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "domain_id": null, "name": "heat_stack_owner", "id": "4f75e021dfe74c9ab7a3aee778a72c84"}} 2018-10-26 10:09:08,431 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84 used request id req-a1717388-2095-4757-a55b-3f60bf1820a1 2018-10-26 10:09:08,431 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackKeypairTests-8fe5d4b8-3963-444-proj 2018-10-26 10:09:08,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/9a984eb99cb54af2a19e6c55304468e3/users/5d8d66fcd9ce494997f29407c694d0f1/roles/4f75e021dfe74c9ab7a3aee778a72c84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b72a6a82c0b80a5c37e78c61bb242927fe06d8f7" 2018-10-26 10:09:08,488 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:09:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0809acfa-a731-4fc3-9489-a6ba51c64d6d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:09:08,488 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/9a984eb99cb54af2a19e6c55304468e3/users/5d8d66fcd9ce494997f29407c694d0f1/roles/4f75e021dfe74c9ab7a3aee778a72c84 used request id req-0809acfa-a731-4fc3-9489-a6ba51c64d6d 2018-10-26 10:09:08,489 - keystone_utils - INFO - Created user with name - CreateStackKeypairTests-8fe5d4b8-3963-444-user 2018-10-26 10:09:08,489 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:09:08,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8a6bd8a7ae218a55131167f87555f69cb7b0d83" 2018-10-26 10:09:08,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1933987f-1bf1-487b-8a89-f6ea06200f51 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:09:08,583 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-1933987f-1bf1-487b-8a89-f6ea06200f51 2018-10-26 10:09:08,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8a6bd8a7ae218a55131167f87555f69cb7b0d83" -d '{"role": {"name": "CreateStackKeypairTests-8fe5d4b8-3963-444-proj-role"}}' 2018-10-26 10:09:08,701 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:09:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4c268eed-0d64-47a5-afef-43acbe637088 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "dcfc41d273b846ca86b4ce5a036d2f82", "links": {"self": "http://172.30.9.21:5000/v3/roles/dcfc41d273b846ca86b4ce5a036d2f82"}, "name": "CreateStackKeypairTests-8fe5d4b8-3963-444-proj-role"}} 2018-10-26 10:09:08,701 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-4c268eed-0d64-47a5-afef-43acbe637088 2018-10-26 10:09:08,701 - keystone_utils - INFO - Created role with name - CreateStackKeypairTests-8fe5d4b8-3963-444-proj-role 2018-10-26 10:09:08,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/dcfc41d273b846ca86b4ce5a036d2f82 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8a6bd8a7ae218a55131167f87555f69cb7b0d83" 2018-10-26 10:09:08,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d072f324-eb06-4690-a1e1-26db20bbbdde Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/dcfc41d273b846ca86b4ce5a036d2f82"}, "domain_id": null, "name": "CreateStackKeypairTests-8fe5d4b8-3963-444-proj-role", "id": "dcfc41d273b846ca86b4ce5a036d2f82"}} 2018-10-26 10:09:08,785 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/dcfc41d273b846ca86b4ce5a036d2f82 used request id req-d072f324-eb06-4690-a1e1-26db20bbbdde 2018-10-26 10:09:08,785 - keystone_utils - INFO - Granting role CreateStackKeypairTests-8fe5d4b8-3963-444-proj-role to project CreateStackKeypairTests-8fe5d4b8-3963-444-proj 2018-10-26 10:09:08,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/9a984eb99cb54af2a19e6c55304468e3/users/5d8d66fcd9ce494997f29407c694d0f1/roles/dcfc41d273b846ca86b4ce5a036d2f82 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8a6bd8a7ae218a55131167f87555f69cb7b0d83" 2018-10-26 10:09:08,919 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:09:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-30d617d5-1a9d-4f24-b025-d759b461b90c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:09:08,919 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/9a984eb99cb54af2a19e6c55304468e3/users/5d8d66fcd9ce494997f29407c694d0f1/roles/dcfc41d273b846ca86b4ce5a036d2f82 used request id req-30d617d5-1a9d-4f24-b025-d759b461b90c 2018-10-26 10:09:08,920 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-26 10:09:08,920 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:09:08,921 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:09:08,922 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:09:09,305 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dcfc41d273b846ca86b4ce5a036d2f82", "name": "CreateStackKeypairTests-8fe5d4b8-3963-444-proj-role"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:09:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a984eb99cb54af2a19e6c55304468e3", "name": "CreateStackKeypairTests-8fe5d4b8-3963-444-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/9a984eb99cb54af2a19e6c55304468e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/9a984eb99cb54af2a19e6c55304468e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/9a984eb99cb54af2a19e6c55304468e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/9a984eb99cb54af2a19e6c55304468e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/9a984eb99cb54af2a19e6c55304468e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/9a984eb99cb54af2a19e6c55304468e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/9a984eb99cb54af2a19e6c55304468e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/9a984eb99cb54af2a19e6c55304468e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/9a984eb99cb54af2a19e6c55304468e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/9a984eb99cb54af2a19e6c55304468e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/9a984eb99cb54af2a19e6c55304468e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/9a984eb99cb54af2a19e6c55304468e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackKeypairTests-8fe5d4b8-3963-444-user", "id": "5d8d66fcd9ce494997f29407c694d0f1"}, "audit_ids": ["Z6Vb4kOmQd6QcuLqdtliaQ"], "issued_at": "2018-10-26T10:09:09.000000Z"}} 2018-10-26 10:09:09,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1640a53a318bfc97a90ebab4c6ed435d41875ea8" 2018-10-26 10:09:09,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9cb8ac21-ac7b-47a4-bb43-21611feb489d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:09:09,378 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-9cb8ac21-ac7b-47a4-bb43-21611feb489d 2018-10-26 10:09:09,380 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:09:09,383 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-26 10:09:09,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/9a984eb99cb54af2a19e6c55304468e3/stacks?stack_name=CreateStackKeypairTests-CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1640a53a318bfc97a90ebab4c6ed435d41875ea8" 2018-10-26 10:09:09,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:09 GMT Server: Apache x-openstack-request-id: req-4f95c193-1200-4692-a1ae-e5df0acc5a53 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-10-26 10:09:09,545 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/9a984eb99cb54af2a19e6c55304468e3/stacks?stack_name=CreateStackKeypairTests-CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-stack used request id req-4f95c193-1200-4692-a1ae-e5df0acc5a53 2018-10-26 10:09:09,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8004/v1/9a984eb99cb54af2a19e6c55304468e3/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1640a53a318bfc97a90ebab4c6ed435d41875ea8" -d '{"stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-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-b62bd634-cce5-4877-a861-7eea0170471d-kp"}}' 2018-10-26 10:09:11,097 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:09:09 GMT Server: Apache x-openstack-request-id: req-1074201f-3226-40a2-a09c-e6b0e67a4914 Location: http://172.30.9.21:8004/v1/9a984eb99cb54af2a19e6c55304468e3/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-stack/53723edb-caa0-46fe-8967-a4c6fb284b1e Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "53723edb-caa0-46fe-8967-a4c6fb284b1e", "links": [{"href": "http://172.30.9.21:8004/v1/9a984eb99cb54af2a19e6c55304468e3/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-stack/53723edb-caa0-46fe-8967-a4c6fb284b1e", "rel": "self"}]}} 2018-10-26 10:09:11,097 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/9a984eb99cb54af2a19e6c55304468e3/stacks used request id req-1074201f-3226-40a2-a09c-e6b0e67a4914 2018-10-26 10:09:11,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/9a984eb99cb54af2a19e6c55304468e3/stacks/53723edb-caa0-46fe-8967-a4c6fb284b1e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1640a53a318bfc97a90ebab4c6ed435d41875ea8" 2018-10-26 10:09:11,267 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:09:11 GMT Server: Apache x-openstack-request-id: req-cdfb9aa9-9e65-4448-9d69-c3bea541ef4f Location: http://172.30.9.21:8004/v1/9a984eb99cb54af2a19e6c55304468e3/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-stack/53723edb-caa0-46fe-8967-a4c6fb284b1e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/9a984eb99cb54af2a19e6c55304468e3/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-stack/53723edb-caa0-46fe-8967-a4c6fb284b1e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:09:11,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:11 GMT Server: Apache x-openstack-request-id: req-2c50f9ed-255f-4736-950d-f6e993214f81 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 563 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": "9a984eb99cb54af2a19e6c55304468e3", "OS::stack_id": "53723edb-caa0-46fe-8967-a4c6fb284b1e", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-stack", "keypair_name": "CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-kp"}, "deletion_time": null, "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-stack", "stack_user_project_id": "5c02cab4daa64ca9a94be05b7a71e1cc", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T10:09:10Z", "links": [{"href": "http://172.30.9.21:8004/v1/9a984eb99cb54af2a19e6c55304468e3/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-stack/53723edb-caa0-46fe-8967-a4c6fb284b1e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "53723edb-caa0-46fe-8967-a4c6fb284b1e", "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-26 10:09:11,464 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/9a984eb99cb54af2a19e6c55304468e3/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-stack/53723edb-caa0-46fe-8967-a4c6fb284b1e used request id req-2c50f9ed-255f-4736-950d-f6e993214f81 2018-10-26 10:09:11,464 - create_stack - INFO - Created stack with name - CreateStackKeypairTests-CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-stack 2018-10-26 10:09:11,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/9a984eb99cb54af2a19e6c55304468e3/stacks/53723edb-caa0-46fe-8967-a4c6fb284b1e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1640a53a318bfc97a90ebab4c6ed435d41875ea8" 2018-10-26 10:09:11,642 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:09:11 GMT Server: Apache x-openstack-request-id: req-f0067782-1613-4c5c-a1fc-2bed36f27908 Location: http://172.30.9.21:8004/v1/9a984eb99cb54af2a19e6c55304468e3/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-stack/53723edb-caa0-46fe-8967-a4c6fb284b1e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/9a984eb99cb54af2a19e6c55304468e3/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-stack/53723edb-caa0-46fe-8967-a4c6fb284b1e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:09:12,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:11 GMT Server: Apache x-openstack-request-id: req-7f0c0d30-078c-465e-8856-dbebe12fc443 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": "9a984eb99cb54af2a19e6c55304468e3", "OS::stack_id": "53723edb-caa0-46fe-8967-a4c6fb284b1e", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-stack", "keypair_name": "CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-kp"}, "deletion_time": null, "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-stack", "stack_user_project_id": "5c02cab4daa64ca9a94be05b7a71e1cc", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-26T10:09:10Z", "links": [{"href": "http://172.30.9.21:8004/v1/9a984eb99cb54af2a19e6c55304468e3/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-stack/53723edb-caa0-46fe-8967-a4c6fb284b1e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "53723edb-caa0-46fe-8967-a4c6fb284b1e", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAuwhO1CE/lRroeWjYVMnkTxgnwlC3SQwDGqfX9ny0MHJ8pDIl\nuyX1Dxi5J+URdbK4b1VHtYghetx+cagemW8iQHvD0+xd2UxePmMb5Fne+kwCGDuG\nIha+daEqY7vM5Ee8MsDDtm4wqFAeQ6i8eaYHnAuI2nuEwdCIRyu2M2bvVmDJmZzc\nKUgMCz0phPsJQMcJXYKe7/IQNOKrxj+XOln+vVL0ACrjJ0bCDdjmRFdUBe9EcpMK\n/poig2qpUDevmken/y7sgQVZ0f0vk33wz8miBH/AbZRe7BOc4i9UCs6d7lSb9jOJ\nB6w0lx//wjqs8EZtl9R8Z4pP3Bx5XgVTYGpcJQIDAQABAoIBAADL1UIT7ihdV/YE\nWz9pKJ6plKnAHDekZHL9me7DsyStqBgu2nhEfhmVWlxwHjXpD93xd/+u162lOKiV\nNaQjk/rATCIf1HpzV8deNqUvOMLKBgxCXJzSifcIO5z3FLU4FPYGWg7xwyVESgyx\nsDO4YDnq1qdPdU457AqZhgoL+yLb/sLBLZNYDvxaA7TBRb/7lzf0QcEY/PeHSM7e\nwWAXAuqc8+r4eS1hhCr1PpwB4cX3T8o/eqX6rcKDlZFjhx18Mr9eXQvssybgwyOb\n7i0GYYgk6uyGMBN3KO5YT/JK6Xr64vI3pgZDvGZJVxfp2RoFSMspXUXcJAl6dDYj\n3l2P0JUCgYEA3G9M+6X0bBkzG1A6EEA0t4h6n0+v5OH8AOYn+VU5LOh/3ng9dX5i\nXVhIApCi8mJZYsfgnPNNVyM2BbIcmeuo6jMlV1JrvFkwuC6NBR6qxVh4qOcXTxsF\n+bCrOWsA1UO3AteP4MfrxGByqiOz56hIGXHnZTApfeCxWADw42dW3UsCgYEA2TVh\nAfvc9OcHP/dL+ppo2DbGM5oSZZLmW9K6t7qQwajmyIamo+39lOenTtNeVO6/ZUhF\nVcRY9lMLRg0LBhJYywpUcSH8pEg/JWP1tK3bXnvm6ijLa+QbCX9JHNJmTrrLi0LL\nzt3K1vXE164twNBbLEimCionG7yS3sEFSuAi9k8CgYAwADCUT9QEwgwF85dhOIoC\nOT7yeAjGX4tfqr6jpbI4nDxT9nzzm9zRlMrBfDtvaokqYHoB011RD0LRRLLDtbRn\no1GLTVBWiFl6kfB1X/Mx3A0SQpgpyqmncJgofauFxSQSA1y6Ru6JKbNuZy3i0Rs6\nJzqLJ0yxs38KudG6wyMANwKBgAUdK56HVolxkwsfgGtzDTrh90KpwvsfPUs2J+1B\neD0HA//+o5fCd7D0z0ycz2DCikERNYiyacHK7L4Gepb3AZ4uLRTIzxDzHoF73AIY\nAc00r5gdw8RTh4tussL59SyvWzF5LiE9uZPcD3lggXVDspHVWAtvOKJ/ixmxg7Vi\nl5AjAoGAGZcjRAud8pW0qQXnl32P4bqMhuaaLxj2Z5Rleq57Ff/KGiGetKpGnuv9\nN9dzb/jr+IkZHVA7Hu7DEhCMpSHuQXmN39q4tL8e9nnHTPPKC/2KIZ3IJoCw1q5e\n4L1yVfg+MHAXTWX87SVi/P0weC4AYa/2YZ2gXv0NiJKqqS67oIs=\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-26 10:09:12,007 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/9a984eb99cb54af2a19e6c55304468e3/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-stack/53723edb-caa0-46fe-8967-a4c6fb284b1e used request id req-7f0c0d30-078c-465e-8856-dbebe12fc443 2018-10-26 10:09:12,008 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-10-26 10:09:12,008 - create_stack - DEBUG - Stack is active with name - CreateStackKeypairTests-CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-stack 2018-10-26 10:09:12,008 - create_stack - INFO - Stack is now active with name - CreateStackKeypairTests-CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-stack 2018-10-26 10:09:12,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/9a984eb99cb54af2a19e6c55304468e3/stacks/53723edb-caa0-46fe-8967-a4c6fb284b1e/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1640a53a318bfc97a90ebab4c6ed435d41875ea8" 2018-10-26 10:09:12,037 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:09:12 GMT Server: Apache x-openstack-request-id: req-4a311242-a438-40a4-9cb1-8f6281978695 Location: http://172.30.9.21:8004/v1/9a984eb99cb54af2a19e6c55304468e3/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-stack/53723edb-caa0-46fe-8967-a4c6fb284b1e/resources Content-Length: 551 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/9a984eb99cb54af2a19e6c55304468e3/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-stack/53723edb-caa0-46fe-8967-a4c6fb284b1e/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:09:12,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:12 GMT Server: Apache x-openstack-request-id: req-9e28f48d-eb72-4d3c-81a7-a4481e9b4262 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 370 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "keypair", "links": [{"href": "http://172.30.9.21:8004/v1/9a984eb99cb54af2a19e6c55304468e3/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-stack/53723edb-caa0-46fe-8967-a4c6fb284b1e/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/9a984eb99cb54af2a19e6c55304468e3/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-stack/53723edb-caa0-46fe-8967-a4c6fb284b1e", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-10-26T10:09:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:09:11Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-kp", "resource_type": "OS::Nova::KeyPair"}]} 2018-10-26 10:09:12,241 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/9a984eb99cb54af2a19e6c55304468e3/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-stack/53723edb-caa0-46fe-8967-a4c6fb284b1e/resources used request id req-9e28f48d-eb72-4d3c-81a7-a4481e9b4262 2018-10-26 10:09:12,245 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs/CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1640a53a318bfc97a90ebab4c6ed435d41875ea8" 2018-10-26 10:09:12,259 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09: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-6a2b18cd-9c57-49ba-ab22-47177e4d02f8 x-compute-request-id: req-6a2b18cd-9c57-49ba-ab22-47177e4d02f8 Content-Encoding: gzip Content-Length: 572 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC7CE7UIT+VGuh5aNhUyeRPGCfCULdJDAMap9f2fLQwcnykMiW7JfUPGLkn5RF1srhvVUe1iCF63H5xqB6ZbyJAe8PT7F3ZTF4+YxvkWd76TAIYO4YiFr51oSpju8zkR7wywMO2bjCoUB5DqLx5pgecC4jae4TB0IhHK7YzZu9WYMmZnNwpSAwLPSmE+wlAxwldgp7v8hA04qvGP5c6Wf69UvQAKuMnRsIN2OZEV1QF70Rykwr+miKDaqlQN6+aR6f/LuyBBVnR/S+TffDPyaIEf8BtlF7sE5ziL1QKzp3uVJv2M4kHrDSXH//COqzwRm2X1Hxnik/cHHleBVNgalwl Generated-by-Nova", "user_id": "5d8d66fcd9ce494997f29407c694d0f1", "name": "CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-kp", "deleted": false, "created_at": "2018-10-26T10:09:11.000000", "updated_at": null, "fingerprint": "d1:b2:1c:ac:81:27:a7:38:1d:c2:12:7b:e1:8c:e0:1d", "deleted_at": null, "id": 95}} 2018-10-26 10:09:12,259 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-kp used request id req-6a2b18cd-9c57-49ba-ab22-47177e4d02f8 2018-10-26 10:09:12,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/9a984eb99cb54af2a19e6c55304468e3/stacks/53723edb-caa0-46fe-8967-a4c6fb284b1e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1640a53a318bfc97a90ebab4c6ed435d41875ea8" 2018-10-26 10:09:12,446 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:09:12 GMT Server: Apache x-openstack-request-id: req-b463f6d9-b4ea-4fe4-8174-2d98492b3ed0 Location: http://172.30.9.21:8004/v1/9a984eb99cb54af2a19e6c55304468e3/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-stack/53723edb-caa0-46fe-8967-a4c6fb284b1e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/9a984eb99cb54af2a19e6c55304468e3/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-stack/53723edb-caa0-46fe-8967-a4c6fb284b1e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:09:12,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:12 GMT Server: Apache x-openstack-request-id: req-2563dffe-15dd-4ec9-8898-06c49fd01f4f 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": "9a984eb99cb54af2a19e6c55304468e3", "OS::stack_id": "53723edb-caa0-46fe-8967-a4c6fb284b1e", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-stack", "keypair_name": "CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-kp"}, "deletion_time": null, "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-stack", "stack_user_project_id": "5c02cab4daa64ca9a94be05b7a71e1cc", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-26T10:09:10Z", "links": [{"href": "http://172.30.9.21:8004/v1/9a984eb99cb54af2a19e6c55304468e3/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-stack/53723edb-caa0-46fe-8967-a4c6fb284b1e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "53723edb-caa0-46fe-8967-a4c6fb284b1e", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAuwhO1CE/lRroeWjYVMnkTxgnwlC3SQwDGqfX9ny0MHJ8pDIl\nuyX1Dxi5J+URdbK4b1VHtYghetx+cagemW8iQHvD0+xd2UxePmMb5Fne+kwCGDuG\nIha+daEqY7vM5Ee8MsDDtm4wqFAeQ6i8eaYHnAuI2nuEwdCIRyu2M2bvVmDJmZzc\nKUgMCz0phPsJQMcJXYKe7/IQNOKrxj+XOln+vVL0ACrjJ0bCDdjmRFdUBe9EcpMK\n/poig2qpUDevmken/y7sgQVZ0f0vk33wz8miBH/AbZRe7BOc4i9UCs6d7lSb9jOJ\nB6w0lx//wjqs8EZtl9R8Z4pP3Bx5XgVTYGpcJQIDAQABAoIBAADL1UIT7ihdV/YE\nWz9pKJ6plKnAHDekZHL9me7DsyStqBgu2nhEfhmVWlxwHjXpD93xd/+u162lOKiV\nNaQjk/rATCIf1HpzV8deNqUvOMLKBgxCXJzSifcIO5z3FLU4FPYGWg7xwyVESgyx\nsDO4YDnq1qdPdU457AqZhgoL+yLb/sLBLZNYDvxaA7TBRb/7lzf0QcEY/PeHSM7e\nwWAXAuqc8+r4eS1hhCr1PpwB4cX3T8o/eqX6rcKDlZFjhx18Mr9eXQvssybgwyOb\n7i0GYYgk6uyGMBN3KO5YT/JK6Xr64vI3pgZDvGZJVxfp2RoFSMspXUXcJAl6dDYj\n3l2P0JUCgYEA3G9M+6X0bBkzG1A6EEA0t4h6n0+v5OH8AOYn+VU5LOh/3ng9dX5i\nXVhIApCi8mJZYsfgnPNNVyM2BbIcmeuo6jMlV1JrvFkwuC6NBR6qxVh4qOcXTxsF\n+bCrOWsA1UO3AteP4MfrxGByqiOz56hIGXHnZTApfeCxWADw42dW3UsCgYEA2TVh\nAfvc9OcHP/dL+ppo2DbGM5oSZZLmW9K6t7qQwajmyIamo+39lOenTtNeVO6/ZUhF\nVcRY9lMLRg0LBhJYywpUcSH8pEg/JWP1tK3bXnvm6ijLa+QbCX9JHNJmTrrLi0LL\nzt3K1vXE164twNBbLEimCionG7yS3sEFSuAi9k8CgYAwADCUT9QEwgwF85dhOIoC\nOT7yeAjGX4tfqr6jpbI4nDxT9nzzm9zRlMrBfDtvaokqYHoB011RD0LRRLLDtbRn\no1GLTVBWiFl6kfB1X/Mx3A0SQpgpyqmncJgofauFxSQSA1y6Ru6JKbNuZy3i0Rs6\nJzqLJ0yxs38KudG6wyMANwKBgAUdK56HVolxkwsfgGtzDTrh90KpwvsfPUs2J+1B\neD0HA//+o5fCd7D0z0ycz2DCikERNYiyacHK7L4Gepb3AZ4uLRTIzxDzHoF73AIY\nAc00r5gdw8RTh4tussL59SyvWzF5LiE9uZPcD3lggXVDspHVWAtvOKJ/ixmxg7Vi\nl5AjAoGAGZcjRAud8pW0qQXnl32P4bqMhuaaLxj2Z5Rleq57Ff/KGiGetKpGnuv9\nN9dzb/jr+IkZHVA7Hu7DEhCMpSHuQXmN39q4tL8e9nnHTPPKC/2KIZ3IJoCw1q5e\n4L1yVfg+MHAXTWX87SVi/P0weC4AYa/2YZ2gXv0NiJKqqS67oIs=\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-26 10:09:12,758 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/9a984eb99cb54af2a19e6c55304468e3/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-stack/53723edb-caa0-46fe-8967-a4c6fb284b1e used request id req-2563dffe-15dd-4ec9-8898-06c49fd01f4f 2018-10-26 10:09:12,759 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:09:12,760 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:09:13,144 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dcfc41d273b846ca86b4ce5a036d2f82", "name": "CreateStackKeypairTests-8fe5d4b8-3963-444-proj-role"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:09:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a984eb99cb54af2a19e6c55304468e3", "name": "CreateStackKeypairTests-8fe5d4b8-3963-444-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/9a984eb99cb54af2a19e6c55304468e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/9a984eb99cb54af2a19e6c55304468e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/9a984eb99cb54af2a19e6c55304468e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/9a984eb99cb54af2a19e6c55304468e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/9a984eb99cb54af2a19e6c55304468e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/9a984eb99cb54af2a19e6c55304468e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/9a984eb99cb54af2a19e6c55304468e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/9a984eb99cb54af2a19e6c55304468e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/9a984eb99cb54af2a19e6c55304468e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/9a984eb99cb54af2a19e6c55304468e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/9a984eb99cb54af2a19e6c55304468e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/9a984eb99cb54af2a19e6c55304468e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackKeypairTests-8fe5d4b8-3963-444-user", "id": "5d8d66fcd9ce494997f29407c694d0f1"}, "audit_ids": ["PGn35XHlS1uDyGpMq3Y5Ag"], "issued_at": "2018-10-26T10:09:13.000000Z"}} 2018-10-26 10:09:13,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cf08ddf98e821f00014d66740886c29ed1492dd" 2018-10-26 10:09:13,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de596b5e-a780-4095-b590-affb64817d99 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:09:13,228 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-de596b5e-a780-4095-b590-affb64817d99 2018-10-26 10:09:13,230 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:09:13,234 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cf08ddf98e821f00014d66740886c29ed1492dd" 2018-10-26 10:09:13,414 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c1790045-723c-4c84-98d8-ec91e86ca3c0 x-compute-request-id: req-c1790045-723c-4c84-98d8-ec91e86ca3c0 Content-Encoding: gzip Content-Length: 491 Content-Type: application/json RESP BODY: {"keypairs": [{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC7CE7UIT+VGuh5aNhUyeRPGCfCULdJDAMap9f2fLQwcnykMiW7JfUPGLkn5RF1srhvVUe1iCF63H5xqB6ZbyJAe8PT7F3ZTF4+YxvkWd76TAIYO4YiFr51oSpju8zkR7wywMO2bjCoUB5DqLx5pgecC4jae4TB0IhHK7YzZu9WYMmZnNwpSAwLPSmE+wlAxwldgp7v8hA04qvGP5c6Wf69UvQAKuMnRsIN2OZEV1QF70Rykwr+miKDaqlQN6+aR6f/LuyBBVnR/S+TffDPyaIEf8BtlF7sE5ziL1QKzp3uVJv2M4kHrDSXH//COqzwRm2X1Hxnik/cHHleBVNgalwl Generated-by-Nova", "name": "CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-kp", "fingerprint": "d1:b2:1c:ac:81:27:a7:38:1d:c2:12:7b:e1:8c:e0:1d"}}]} 2018-10-26 10:09:13,414 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-c1790045-723c-4c84-98d8-ec91e86ca3c0 2018-10-26 10:09:13,415 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:09:13,869 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dcfc41d273b846ca86b4ce5a036d2f82", "name": "CreateStackKeypairTests-8fe5d4b8-3963-444-proj-role"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:09:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9a984eb99cb54af2a19e6c55304468e3", "name": "CreateStackKeypairTests-8fe5d4b8-3963-444-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/9a984eb99cb54af2a19e6c55304468e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/9a984eb99cb54af2a19e6c55304468e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/9a984eb99cb54af2a19e6c55304468e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/9a984eb99cb54af2a19e6c55304468e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/9a984eb99cb54af2a19e6c55304468e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/9a984eb99cb54af2a19e6c55304468e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/9a984eb99cb54af2a19e6c55304468e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/9a984eb99cb54af2a19e6c55304468e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/9a984eb99cb54af2a19e6c55304468e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/9a984eb99cb54af2a19e6c55304468e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/9a984eb99cb54af2a19e6c55304468e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/9a984eb99cb54af2a19e6c55304468e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackKeypairTests-8fe5d4b8-3963-444-user", "id": "5d8d66fcd9ce494997f29407c694d0f1"}, "audit_ids": ["RxdvJ7DvSAuxyd_RSXyZCw"], "issued_at": "2018-10-26T10:09:13.000000Z"}} 2018-10-26 10:09:13,872 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs/CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f24e1d27e55a169fbb2b98056b5081fdf71ab7db" 2018-10-26 10:09:14,049 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ac78ecf3-85b8-451c-87f0-b5b93035cc0a x-compute-request-id: req-ac78ecf3-85b8-451c-87f0-b5b93035cc0a Content-Encoding: gzip Content-Length: 572 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC7CE7UIT+VGuh5aNhUyeRPGCfCULdJDAMap9f2fLQwcnykMiW7JfUPGLkn5RF1srhvVUe1iCF63H5xqB6ZbyJAe8PT7F3ZTF4+YxvkWd76TAIYO4YiFr51oSpju8zkR7wywMO2bjCoUB5DqLx5pgecC4jae4TB0IhHK7YzZu9WYMmZnNwpSAwLPSmE+wlAxwldgp7v8hA04qvGP5c6Wf69UvQAKuMnRsIN2OZEV1QF70Rykwr+miKDaqlQN6+aR6f/LuyBBVnR/S+TffDPyaIEf8BtlF7sE5ziL1QKzp3uVJv2M4kHrDSXH//COqzwRm2X1Hxnik/cHHleBVNgalwl Generated-by-Nova", "user_id": "5d8d66fcd9ce494997f29407c694d0f1", "name": "CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-kp", "deleted": false, "created_at": "2018-10-26T10:09:11.000000", "updated_at": null, "fingerprint": "d1:b2:1c:ac:81:27:a7:38:1d:c2:12:7b:e1:8c:e0:1d", "deleted_at": null, "id": 95}} 2018-10-26 10:09:14,049 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-kp used request id req-ac78ecf3-85b8-451c-87f0-b5b93035cc0a 2018-10-26 10:09:14,050 - create_stack - INFO - Deleting stack - CreateStackKeypairTests-CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-stack 2018-10-26 10:09:14,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/9a984eb99cb54af2a19e6c55304468e3/stacks/53723edb-caa0-46fe-8967-a4c6fb284b1e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1640a53a318bfc97a90ebab4c6ed435d41875ea8" 2018-10-26 10:09:14,216 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:09:14 GMT Server: Apache x-openstack-request-id: req-5e3986d5-9a3d-4354-ae25-eff8970c8fa2 Location: http://172.30.9.21:8004/v1/9a984eb99cb54af2a19e6c55304468e3/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-stack/53723edb-caa0-46fe-8967-a4c6fb284b1e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/9a984eb99cb54af2a19e6c55304468e3/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-stack/53723edb-caa0-46fe-8967-a4c6fb284b1e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:09:14,407 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:09:14 GMT Server: Apache x-openstack-request-id: req-06c34632-de56-4cca-bb02-f6a53fb8e7aa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:09:14,407 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/9a984eb99cb54af2a19e6c55304468e3/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-stack/53723edb-caa0-46fe-8967-a4c6fb284b1e used request id req-06c34632-de56-4cca-bb02-f6a53fb8e7aa 2018-10-26 10:09:14,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/9a984eb99cb54af2a19e6c55304468e3/stacks/53723edb-caa0-46fe-8967-a4c6fb284b1e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1640a53a318bfc97a90ebab4c6ed435d41875ea8" 2018-10-26 10:09:14,588 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:09:14 GMT Server: Apache x-openstack-request-id: req-c7099ede-6aa6-4707-82f5-507aa2c61299 Location: http://172.30.9.21:8004/v1/9a984eb99cb54af2a19e6c55304468e3/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-stack/53723edb-caa0-46fe-8967-a4c6fb284b1e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/9a984eb99cb54af2a19e6c55304468e3/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-stack/53723edb-caa0-46fe-8967-a4c6fb284b1e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:09:14,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:14 GMT Server: Apache x-openstack-request-id: req-09af7adb-5b42-463a-b8c8-a0ccc1586b08 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 524 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": "9a984eb99cb54af2a19e6c55304468e3", "OS::stack_id": "53723edb-caa0-46fe-8967-a4c6fb284b1e", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-stack", "keypair_name": "CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-kp"}, "deletion_time": null, "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-stack", "stack_user_project_id": "5c02cab4daa64ca9a94be05b7a71e1cc", "tags": null, "creation_time": "2018-10-26T10:09:10Z", "links": [{"href": "http://172.30.9.21:8004/v1/9a984eb99cb54af2a19e6c55304468e3/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-stack/53723edb-caa0-46fe-8967-a4c6fb284b1e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:09:14Z", "id": "53723edb-caa0-46fe-8967-a4c6fb284b1e", "stack_status_reason": "Stack DELETE started", "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-10-26 10:09:14,615 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/9a984eb99cb54af2a19e6c55304468e3/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-stack/53723edb-caa0-46fe-8967-a4c6fb284b1e used request id req-09af7adb-5b42-463a-b8c8-a0ccc1586b08 2018-10-26 10:09:14,616 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-26 10:09:14,616 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:09:17,619 - create_stack - DEBUG - Stack status query timeout in 1196.78802514 2018-10-26 10:09:17,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/9a984eb99cb54af2a19e6c55304468e3/stacks/53723edb-caa0-46fe-8967-a4c6fb284b1e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1640a53a318bfc97a90ebab4c6ed435d41875ea8" 2018-10-26 10:09:17,820 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:09:17 GMT Server: Apache x-openstack-request-id: req-94284d82-b6b8-4299-a560-9951c7b6debd Location: http://172.30.9.21:8004/v1/9a984eb99cb54af2a19e6c55304468e3/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-stack/53723edb-caa0-46fe-8967-a4c6fb284b1e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/9a984eb99cb54af2a19e6c55304468e3/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-stack/53723edb-caa0-46fe-8967-a4c6fb284b1e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:09:17,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:17 GMT Server: Apache x-openstack-request-id: req-f0bbda98-19ee-471f-9581-b41b9dbe82bc Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 528 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": "9a984eb99cb54af2a19e6c55304468e3", "OS::stack_id": "53723edb-caa0-46fe-8967-a4c6fb284b1e", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-stack", "keypair_name": "CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-kp"}, "deletion_time": "2018-10-26T10:09:15Z", "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-stack", "stack_user_project_id": "5c02cab4daa64ca9a94be05b7a71e1cc", "tags": null, "creation_time": "2018-10-26T10:09:10Z", "links": [{"href": "http://172.30.9.21:8004/v1/9a984eb99cb54af2a19e6c55304468e3/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-stack/53723edb-caa0-46fe-8967-a4c6fb284b1e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-10-26T10:09:14Z", "id": "53723edb-caa0-46fe-8967-a4c6fb284b1e", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-10-26 10:09:17,847 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/9a984eb99cb54af2a19e6c55304468e3/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-stack/53723edb-caa0-46fe-8967-a4c6fb284b1e used request id req-f0bbda98-19ee-471f-9581-b41b9dbe82bc 2018-10-26 10:09:17,847 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-10-26 10:09:17,847 - create_stack - DEBUG - Stack is active with name - CreateStackKeypairTests-CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-stack 2018-10-26 10:09:17,847 - create_stack - INFO - Attempting to delete again stack - CreateStackKeypairTests-CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-stack 2018-10-26 10:09:17,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/9a984eb99cb54af2a19e6c55304468e3/stacks/53723edb-caa0-46fe-8967-a4c6fb284b1e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1640a53a318bfc97a90ebab4c6ed435d41875ea8" 2018-10-26 10:09:17,877 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:09:17 GMT Server: Apache x-openstack-request-id: req-b09f72aa-2ded-44f8-a81f-28adbc848da4 Location: http://172.30.9.21:8004/v1/9a984eb99cb54af2a19e6c55304468e3/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-stack/53723edb-caa0-46fe-8967-a4c6fb284b1e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/9a984eb99cb54af2a19e6c55304468e3/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-stack/53723edb-caa0-46fe-8967-a4c6fb284b1e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:09:17,902 - keystoneauth.session - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 10:09:17 GMT Server: Apache x-openstack-request-id: req-4f698506-e925-439f-9ada-7849952b0cdc Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackKeypairTests-CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-10-26 10:09:17,903 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/9a984eb99cb54af2a19e6c55304468e3/stacks/CreateStackKeypairTests-CreateStackKeypairTests-b62bd634-cce5-4877-a861-7eea0170471d-stack/53723edb-caa0-46fe-8967-a4c6fb284b1e used request id req-4f698506-e925-439f-9ada-7849952b0cdc 2018-10-26 10:09:17,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8a6bd8a7ae218a55131167f87555f69cb7b0d83" 2018-10-26 10:09:18,114 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-eebbf1c4-a02c-4c3c-a736-35c714222953 Date: Fri, 26 Oct 2018 10:09:18 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 10:09:18,114 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-eebbf1c4-a02c-4c3c-a736-35c714222953 2018-10-26 10:09:18,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8a6bd8a7ae218a55131167f87555f69cb7b0d83" 2018-10-26 10:09:18,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7170519f-3a2b-4c26-97cd-f64ab5a3a453 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 10:09:18,207 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-7170519f-3a2b-4c26-97cd-f64ab5a3a453 2018-10-26 10:09:18,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8a6bd8a7ae218a55131167f87555f69cb7b0d83" 2018-10-26 10:09:18,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b631f43a-d90c-4ab2-8494-17beabc3a08b 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 10:09:18,304 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-b631f43a-d90c-4ab2-8494-17beabc3a08b 2018-10-26 10:09:18,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8a6bd8a7ae218a55131167f87555f69cb7b0d83" 2018-10-26 10:09:18,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0178a5c0-e52d-4dbd-b453-fab14f43a95b 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 10:09:18,389 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-0178a5c0-e52d-4dbd-b453-fab14f43a95b 2018-10-26 10:09:18,390 - keystone_utils - INFO - Deleting project with name - CreateStackKeypairTests-8fe5d4b8-3963-444-proj 2018-10-26 10:09:18,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/9a984eb99cb54af2a19e6c55304468e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8a6bd8a7ae218a55131167f87555f69cb7b0d83" 2018-10-26 10:09:18,536 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:09:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-85226f9f-65fe-4db5-a280-bc37127b5dcd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:09:18,537 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/9a984eb99cb54af2a19e6c55304468e3 used request id req-85226f9f-65fe-4db5-a280-bc37127b5dcd 2018-10-26 10:09:18,537 - keystone_utils - INFO - Deleting role with name - CreateStackKeypairTests-8fe5d4b8-3963-444-proj-role 2018-10-26 10:09:18,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/dcfc41d273b846ca86b4ce5a036d2f82 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8a6bd8a7ae218a55131167f87555f69cb7b0d83" 2018-10-26 10:09:18,665 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:09:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-820d8458-3e01-40f0-99aa-220bbab6a126 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:09:18,665 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/dcfc41d273b846ca86b4ce5a036d2f82 used request id req-820d8458-3e01-40f0-99aa-220bbab6a126 2018-10-26 10:09:18,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8a6bd8a7ae218a55131167f87555f69cb7b0d83" 2018-10-26 10:09:18,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4765342-9b29-4768-8d53-01f233e875b2 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:09:18,750 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-b4765342-9b29-4768-8d53-01f233e875b2 2018-10-26 10:09:18,751 - keystone_utils - INFO - Deleting user with name - CreateStackKeypairTests-8fe5d4b8-3963-444-user 2018-10-26 10:09:18,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/5d8d66fcd9ce494997f29407c694d0f1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b72a6a82c0b80a5c37e78c61bb242927fe06d8f7" 2018-10-26 10:09:18,953 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:09:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3d8e6169-5837-4219-bb8c-21d059063359 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:09:18,953 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/5d8d66fcd9ce494997f29407c694d0f1 used request id req-3d8e6169-5837-4219-bb8c-21d059063359 2018-10-26 10:09:18,955 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:09:19,343 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:09:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["A3-9CLJbRhmnSJ07o9iCLw"], "issued_at": "2018-10-26T10:09:19.000000Z"}} 2018-10-26 10:09:19,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfc63fbd98f85d06d092ec61a107e71a9a114ca5" 2018-10-26 10:09:19,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd0b19cc-abcd-4ba0-8a32-bf538c54a7f5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:09:19,424 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-bd0b19cc-abcd-4ba0-8a32-bf538c54a7f5 2018-10-26 10:09:19,425 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:09:19,426 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:09:19,815 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:09:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["AEq7DM2gQa27JYYJ60tdmw"], "issued_at": "2018-10-26T10:09:19.000000Z"}} 2018-10-26 10:09:19,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e53fd6c3ba26a940b911753221a6272ffcffbd3" 2018-10-26 10:09:19,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91b9af8e-c120-4e7f-b080-5786e5a5493a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:09:19,905 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-91b9af8e-c120-4e7f-b080-5786e5a5493a 2018-10-26 10:09:19,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:09:19,915 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:09:19,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSecurityGroupTests-479e6df2-ea86-4a9-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e53fd6c3ba26a940b911753221a6272ffcffbd3" 2018-10-26 10:09:20,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c71a05d-3237-4d5b-8037-019a553d7eac Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSecurityGroupTests-479e6df2-ea86-4a9-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 10:09:20,004 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSecurityGroupTests-479e6df2-ea86-4a9-proj used request id req-4c71a05d-3237-4d5b-8037-019a553d7eac 2018-10-26 10:09:20,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e53fd6c3ba26a940b911753221a6272ffcffbd3" 2018-10-26 10:09:20,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1565b86-b22b-434d-a1e9-f0c33d5c0961 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 10:09:20,100 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-f1565b86-b22b-434d-a1e9-f0c33d5c0961 2018-10-26 10:09:20,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e53fd6c3ba26a940b911753221a6272ffcffbd3" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSecurityGroupTests-479e6df2-ea86-4a9-proj"}}' 2018-10-26 10:09:20,210 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:09:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4e82eaa0-704e-4921-b6c7-03f26b4a6ad2 Content-Length: 314 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/31af3b2611e94cf8aacbdbad954e70bc"}, "enabled": true, "id": "31af3b2611e94cf8aacbdbad954e70bc", "parent_id": "default", "domain_id": "default", "name": "CreateStackSecurityGroupTests-479e6df2-ea86-4a9-proj"}} 2018-10-26 10:09:20,210 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-4e82eaa0-704e-4921-b6c7-03f26b4a6ad2 2018-10-26 10:09:20,211 - keystone_utils - INFO - Created project with name - CreateStackSecurityGroupTests-479e6df2-ea86-4a9-proj 2018-10-26 10:09:20,211 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:09:20,212 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:09:20,599 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:09:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["L71iFtc3TwOZaDHCvBbHFA"], "issued_at": "2018-10-26T10:09:20.000000Z"}} 2018-10-26 10:09:20,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}639c93484c9b760b9891f99f5a6d054dd642d4cd" 2018-10-26 10:09:20,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f34594fb-759a-45c9-a469-7d13ec8dbcbb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:09:20,689 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f34594fb-759a-45c9-a469-7d13ec8dbcbb 2018-10-26 10:09:20,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:09:20,699 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:09:20,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}639c93484c9b760b9891f99f5a6d054dd642d4cd" 2018-10-26 10:09:20,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-666cf68d-78d9-4b8b-95c9-c528a97013c7 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 10:09:20,815 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-666cf68d-78d9-4b8b-95c9-c528a97013c7 2018-10-26 10:09:20,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackSecurityGroupTests-479e6df2-ea86-4a9-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}639c93484c9b760b9891f99f5a6d054dd642d4cd" 2018-10-26 10:09:20,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39aa6a46-b813-414c-b27f-999749d1f0aa Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackSecurityGroupTests-479e6df2-ea86-4a9-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/31af3b2611e94cf8aacbdbad954e70bc"}, "enabled": true, "id": "31af3b2611e94cf8aacbdbad954e70bc", "parent_id": "default", "domain_id": "default", "name": "CreateStackSecurityGroupTests-479e6df2-ea86-4a9-proj"}]} 2018-10-26 10:09:20,907 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackSecurityGroupTests-479e6df2-ea86-4a9-proj used request id req-39aa6a46-b813-414c-b27f-999749d1f0aa 2018-10-26 10:09:20,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}639c93484c9b760b9891f99f5a6d054dd642d4cd" 2018-10-26 10:09:20,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36122dce-a3d8-4ff7-bccd-ef4d83024486 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 10:09:20,995 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-36122dce-a3d8-4ff7-bccd-ef4d83024486 2018-10-26 10:09:21,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}639c93484c9b760b9891f99f5a6d054dd642d4cd" 2018-10-26 10:09:21,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8beed632-12d1-4d0c-814b-e7b1810716cf Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:09:21,465 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-8beed632-12d1-4d0c-814b-e7b1810716cf 2018-10-26 10:09:21,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackSecurityGroupTests-479e6df2-ea86-4a9-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}639c93484c9b760b9891f99f5a6d054dd642d4cd" 2018-10-26 10:09:21,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a9eae39-3cc9-4fea-8b9e-93a4c9652c08 Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackSecurityGroupTests-479e6df2-ea86-4a9-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/31af3b2611e94cf8aacbdbad954e70bc"}, "enabled": true, "id": "31af3b2611e94cf8aacbdbad954e70bc", "parent_id": "default", "domain_id": "default", "name": "CreateStackSecurityGroupTests-479e6df2-ea86-4a9-proj"}]} 2018-10-26 10:09:21,557 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackSecurityGroupTests-479e6df2-ea86-4a9-proj used request id req-8a9eae39-3cc9-4fea-8b9e-93a4c9652c08 2018-10-26 10:09:21,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users/befd5782f56a4d4fb4147ab79aabe743 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}639c93484c9b760b9891f99f5a6d054dd642d4cd" 2018-10-26 10:09:21,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-872443d2-9ffe-4896-9b34-36ce48d99544 Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSecurityGroupTests-479e6df2-ea86-4a9-user", "links": {"self": "http://172.30.9.21:5000/v3/users/befd5782f56a4d4fb4147ab79aabe743"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "31af3b2611e94cf8aacbdbad954e70bc", "id": "befd5782f56a4d4fb4147ab79aabe743", "password_expires_at": null}} 2018-10-26 10:09:21,666 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/befd5782f56a4d4fb4147ab79aabe743 used request id req-872443d2-9ffe-4896-9b34-36ce48d99544 2018-10-26 10:09:21,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/31af3b2611e94cf8aacbdbad954e70bc/users/befd5782f56a4d4fb4147ab79aabe743/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}639c93484c9b760b9891f99f5a6d054dd642d4cd" 2018-10-26 10:09:21,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a74d5df3-d4f0-44a8-a670-2f6b7279971e Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/31af3b2611e94cf8aacbdbad954e70bc/users/befd5782f56a4d4fb4147ab79aabe743/roles", "previous": null, "next": null}, "roles": []} 2018-10-26 10:09:21,779 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/31af3b2611e94cf8aacbdbad954e70bc/users/befd5782f56a4d4fb4147ab79aabe743/roles used request id req-a74d5df3-d4f0-44a8-a670-2f6b7279971e 2018-10-26 10:09:21,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}639c93484c9b760b9891f99f5a6d054dd642d4cd" 2018-10-26 10:09:21,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bee9bc66-26cc-46f4-9fec-5d55cc0d2b67 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "domain_id": null, "name": "heat_stack_owner", "id": "4f75e021dfe74c9ab7a3aee778a72c84"}} 2018-10-26 10:09:21,865 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84 used request id req-bee9bc66-26cc-46f4-9fec-5d55cc0d2b67 2018-10-26 10:09:21,865 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSecurityGroupTests-479e6df2-ea86-4a9-proj 2018-10-26 10:09:21,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/31af3b2611e94cf8aacbdbad954e70bc/users/befd5782f56a4d4fb4147ab79aabe743/roles/4f75e021dfe74c9ab7a3aee778a72c84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}639c93484c9b760b9891f99f5a6d054dd642d4cd" 2018-10-26 10:09:21,998 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:09:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-01322ea5-cfe0-4100-b4ae-ae6b3a6cc594 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:09:21,998 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/31af3b2611e94cf8aacbdbad954e70bc/users/befd5782f56a4d4fb4147ab79aabe743/roles/4f75e021dfe74c9ab7a3aee778a72c84 used request id req-01322ea5-cfe0-4100-b4ae-ae6b3a6cc594 2018-10-26 10:09:21,998 - keystone_utils - INFO - Created user with name - CreateStackSecurityGroupTests-479e6df2-ea86-4a9-user 2018-10-26 10:09:21,999 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:09:22,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e53fd6c3ba26a940b911753221a6272ffcffbd3" 2018-10-26 10:09:22,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bda9f12-9ef3-4ee9-81f3-7b45345b9b80 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:09:22,096 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-2bda9f12-9ef3-4ee9-81f3-7b45345b9b80 2018-10-26 10:09:22,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e53fd6c3ba26a940b911753221a6272ffcffbd3" -d '{"role": {"name": "CreateStackSecurityGroupTests-479e6df2-ea86-4a9-proj-role"}}' 2018-10-26 10:09:22,204 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:09:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e598fd5b-668d-4c95-adf4-cf44ea392394 Content-Length: 228 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b707cf79b47d4ab0b40d0e16e16d57fa", "links": {"self": "http://172.30.9.21:5000/v3/roles/b707cf79b47d4ab0b40d0e16e16d57fa"}, "name": "CreateStackSecurityGroupTests-479e6df2-ea86-4a9-proj-role"}} 2018-10-26 10:09:22,204 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-e598fd5b-668d-4c95-adf4-cf44ea392394 2018-10-26 10:09:22,204 - keystone_utils - INFO - Created role with name - CreateStackSecurityGroupTests-479e6df2-ea86-4a9-proj-role 2018-10-26 10:09:22,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/b707cf79b47d4ab0b40d0e16e16d57fa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e53fd6c3ba26a940b911753221a6272ffcffbd3" 2018-10-26 10:09:22,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b87b8378-c4f5-4324-9b1f-3bb13857045b Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/b707cf79b47d4ab0b40d0e16e16d57fa"}, "domain_id": null, "name": "CreateStackSecurityGroupTests-479e6df2-ea86-4a9-proj-role", "id": "b707cf79b47d4ab0b40d0e16e16d57fa"}} 2018-10-26 10:09:22,299 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/b707cf79b47d4ab0b40d0e16e16d57fa used request id req-b87b8378-c4f5-4324-9b1f-3bb13857045b 2018-10-26 10:09:22,299 - keystone_utils - INFO - Granting role CreateStackSecurityGroupTests-479e6df2-ea86-4a9-proj-role to project CreateStackSecurityGroupTests-479e6df2-ea86-4a9-proj 2018-10-26 10:09:22,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/31af3b2611e94cf8aacbdbad954e70bc/users/befd5782f56a4d4fb4147ab79aabe743/roles/b707cf79b47d4ab0b40d0e16e16d57fa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e53fd6c3ba26a940b911753221a6272ffcffbd3" 2018-10-26 10:09:22,423 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:09:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-063e37da-602b-4cc3-ab78-cf9366851aaa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:09:22,423 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/31af3b2611e94cf8aacbdbad954e70bc/users/befd5782f56a4d4fb4147ab79aabe743/roles/b707cf79b47d4ab0b40d0e16e16d57fa used request id req-063e37da-602b-4cc3-ab78-cf9366851aaa 2018-10-26 10:09:22,424 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-26 10:09:22,424 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:09:22,425 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:09:22,426 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:09:22,800 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b707cf79b47d4ab0b40d0e16e16d57fa", "name": "CreateStackSecurityGroupTests-479e6df2-ea86-4a9-proj-role"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:09:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "31af3b2611e94cf8aacbdbad954e70bc", "name": "CreateStackSecurityGroupTests-479e6df2-ea86-4a9-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/31af3b2611e94cf8aacbdbad954e70bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/31af3b2611e94cf8aacbdbad954e70bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/31af3b2611e94cf8aacbdbad954e70bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/31af3b2611e94cf8aacbdbad954e70bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/31af3b2611e94cf8aacbdbad954e70bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/31af3b2611e94cf8aacbdbad954e70bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/31af3b2611e94cf8aacbdbad954e70bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/31af3b2611e94cf8aacbdbad954e70bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/31af3b2611e94cf8aacbdbad954e70bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/31af3b2611e94cf8aacbdbad954e70bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/31af3b2611e94cf8aacbdbad954e70bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/31af3b2611e94cf8aacbdbad954e70bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSecurityGroupTests-479e6df2-ea86-4a9-user", "id": "befd5782f56a4d4fb4147ab79aabe743"}, "audit_ids": ["1DLnKrbQQ9qi4ahGl9jsuQ"], "issued_at": "2018-10-26T10:09:22.000000Z"}} 2018-10-26 10:09:22,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81a3f2faf7ecc1f86a29f05b1f1d328284f99e9b" 2018-10-26 10:09:22,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c6dc8e1-164a-49dd-81c3-4aff12d0553e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:09:22,888 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5c6dc8e1-164a-49dd-81c3-4aff12d0553e 2018-10-26 10:09:22,889 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:09:22,892 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-26 10:09:22,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/31af3b2611e94cf8aacbdbad954e70bc/stacks?stack_name=CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2fdb4a8d-ab08-436a-845a-0961321cabb3-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81a3f2faf7ecc1f86a29f05b1f1d328284f99e9b" 2018-10-26 10:09:23,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:22 GMT Server: Apache x-openstack-request-id: req-2211bee0-cd33-4777-8a13-9db3fffb26b4 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-10-26 10:09:23,074 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/31af3b2611e94cf8aacbdbad954e70bc/stacks?stack_name=CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2fdb4a8d-ab08-436a-845a-0961321cabb3-stack used request id req-2211bee0-cd33-4777-8a13-9db3fffb26b4 2018-10-26 10:09:23,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8004/v1/31af3b2611e94cf8aacbdbad954e70bc/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81a3f2faf7ecc1f86a29f05b1f1d328284f99e9b" -d '{"stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2fdb4a8d-ab08-436a-845a-0961321cabb3-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-2fdb4a8d-ab08-436a-845a-0961321cabb3-sec-grp"}}' 2018-10-26 10:09:24,685 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:09:23 GMT Server: Apache x-openstack-request-id: req-3f975710-dcf7-4f0e-b3b6-11df5d85e78a Location: http://172.30.9.21:8004/v1/31af3b2611e94cf8aacbdbad954e70bc/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2fdb4a8d-ab08-436a-845a-0961321cabb3-stack/76cadb5d-d84b-4f5c-9945-342294ca4be6 Content-Length: 303 Content-Type: application/json RESP BODY: {"stack": {"id": "76cadb5d-d84b-4f5c-9945-342294ca4be6", "links": [{"href": "http://172.30.9.21:8004/v1/31af3b2611e94cf8aacbdbad954e70bc/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2fdb4a8d-ab08-436a-845a-0961321cabb3-stack/76cadb5d-d84b-4f5c-9945-342294ca4be6", "rel": "self"}]}} 2018-10-26 10:09:24,685 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/31af3b2611e94cf8aacbdbad954e70bc/stacks used request id req-3f975710-dcf7-4f0e-b3b6-11df5d85e78a 2018-10-26 10:09:24,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/31af3b2611e94cf8aacbdbad954e70bc/stacks/76cadb5d-d84b-4f5c-9945-342294ca4be6 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81a3f2faf7ecc1f86a29f05b1f1d328284f99e9b" 2018-10-26 10:09:24,877 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:09:24 GMT Server: Apache x-openstack-request-id: req-ff77b357-24db-4d38-9c8a-02d3f23469eb Location: http://172.30.9.21:8004/v1/31af3b2611e94cf8aacbdbad954e70bc/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2fdb4a8d-ab08-436a-845a-0961321cabb3-stack/76cadb5d-d84b-4f5c-9945-342294ca4be6 Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/31af3b2611e94cf8aacbdbad954e70bc/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2fdb4a8d-ab08-436a-845a-0961321cabb3-stack/76cadb5d-d84b-4f5c-9945-342294ca4be6;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:09:24,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:24 GMT Server: Apache x-openstack-request-id: req-83b04477-dcba-48aa-ac83-a505f166e043 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": "31af3b2611e94cf8aacbdbad954e70bc", "OS::stack_id": "76cadb5d-d84b-4f5c-9945-342294ca4be6", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2fdb4a8d-ab08-436a-845a-0961321cabb3-stack", "security_group_name": "CreateStackSecurityGroupTests-2fdb4a8d-ab08-436a-845a-0961321cabb3-sec-grp"}, "deletion_time": null, "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2fdb4a8d-ab08-436a-845a-0961321cabb3-stack", "stack_user_project_id": "0ed59ec2778545dbb453090eb2f5158e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T10:09:24Z", "links": [{"href": "http://172.30.9.21:8004/v1/31af3b2611e94cf8aacbdbad954e70bc/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2fdb4a8d-ab08-436a-845a-0961321cabb3-stack/76cadb5d-d84b-4f5c-9945-342294ca4be6", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "76cadb5d-d84b-4f5c-9945-342294ca4be6", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-10-26 10:09:24,921 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/31af3b2611e94cf8aacbdbad954e70bc/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2fdb4a8d-ab08-436a-845a-0961321cabb3-stack/76cadb5d-d84b-4f5c-9945-342294ca4be6 used request id req-83b04477-dcba-48aa-ac83-a505f166e043 2018-10-26 10:09:24,921 - create_stack - INFO - Created stack with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2fdb4a8d-ab08-436a-845a-0961321cabb3-stack 2018-10-26 10:09:24,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/31af3b2611e94cf8aacbdbad954e70bc/stacks/76cadb5d-d84b-4f5c-9945-342294ca4be6 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81a3f2faf7ecc1f86a29f05b1f1d328284f99e9b" 2018-10-26 10:09:25,096 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:09:24 GMT Server: Apache x-openstack-request-id: req-99dcd771-196d-4821-a25a-e2e554e9f7e3 Location: http://172.30.9.21:8004/v1/31af3b2611e94cf8aacbdbad954e70bc/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2fdb4a8d-ab08-436a-845a-0961321cabb3-stack/76cadb5d-d84b-4f5c-9945-342294ca4be6 Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/31af3b2611e94cf8aacbdbad954e70bc/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2fdb4a8d-ab08-436a-845a-0961321cabb3-stack/76cadb5d-d84b-4f5c-9945-342294ca4be6;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:09:25,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:25 GMT Server: Apache x-openstack-request-id: req-24aade5a-5b64-4099-84e5-a2f87d69af58 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": "31af3b2611e94cf8aacbdbad954e70bc", "OS::stack_id": "76cadb5d-d84b-4f5c-9945-342294ca4be6", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2fdb4a8d-ab08-436a-845a-0961321cabb3-stack", "security_group_name": "CreateStackSecurityGroupTests-2fdb4a8d-ab08-436a-845a-0961321cabb3-sec-grp"}, "deletion_time": null, "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2fdb4a8d-ab08-436a-845a-0961321cabb3-stack", "stack_user_project_id": "0ed59ec2778545dbb453090eb2f5158e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T10:09:24Z", "links": [{"href": "http://172.30.9.21:8004/v1/31af3b2611e94cf8aacbdbad954e70bc/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2fdb4a8d-ab08-436a-845a-0961321cabb3-stack/76cadb5d-d84b-4f5c-9945-342294ca4be6", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "76cadb5d-d84b-4f5c-9945-342294ca4be6", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-10-26 10:09:25,307 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/31af3b2611e94cf8aacbdbad954e70bc/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2fdb4a8d-ab08-436a-845a-0961321cabb3-stack/76cadb5d-d84b-4f5c-9945-342294ca4be6 used request id req-24aade5a-5b64-4099-84e5-a2f87d69af58 2018-10-26 10:09:25,307 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-26 10:09:25,308 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:09:28,311 - create_stack - DEBUG - Stack status query timeout in 1196.61071014 2018-10-26 10:09:28,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/31af3b2611e94cf8aacbdbad954e70bc/stacks/76cadb5d-d84b-4f5c-9945-342294ca4be6 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81a3f2faf7ecc1f86a29f05b1f1d328284f99e9b" 2018-10-26 10:09:28,509 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:09:28 GMT Server: Apache x-openstack-request-id: req-5f04b368-de6e-4f66-b10e-ec72c695f8c7 Location: http://172.30.9.21:8004/v1/31af3b2611e94cf8aacbdbad954e70bc/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2fdb4a8d-ab08-436a-845a-0961321cabb3-stack/76cadb5d-d84b-4f5c-9945-342294ca4be6 Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/31af3b2611e94cf8aacbdbad954e70bc/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2fdb4a8d-ab08-436a-845a-0961321cabb3-stack/76cadb5d-d84b-4f5c-9945-342294ca4be6;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:09:28,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:28 GMT Server: Apache x-openstack-request-id: req-2d753136-7219-4067-a69f-ede179804a15 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": "31af3b2611e94cf8aacbdbad954e70bc", "OS::stack_id": "76cadb5d-d84b-4f5c-9945-342294ca4be6", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2fdb4a8d-ab08-436a-845a-0961321cabb3-stack", "security_group_name": "CreateStackSecurityGroupTests-2fdb4a8d-ab08-436a-845a-0961321cabb3-sec-grp"}, "deletion_time": null, "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2fdb4a8d-ab08-436a-845a-0961321cabb3-stack", "stack_user_project_id": "0ed59ec2778545dbb453090eb2f5158e", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-26T10:09:24Z", "links": [{"href": "http://172.30.9.21:8004/v1/31af3b2611e94cf8aacbdbad954e70bc/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2fdb4a8d-ab08-436a-845a-0961321cabb3-stack/76cadb5d-d84b-4f5c-9945-342294ca4be6", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "76cadb5d-d84b-4f5c-9945-342294ca4be6", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-10-26 10:09:28,724 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/31af3b2611e94cf8aacbdbad954e70bc/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2fdb4a8d-ab08-436a-845a-0961321cabb3-stack/76cadb5d-d84b-4f5c-9945-342294ca4be6 used request id req-2d753136-7219-4067-a69f-ede179804a15 2018-10-26 10:09:28,725 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-10-26 10:09:28,725 - create_stack - DEBUG - Stack is active with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2fdb4a8d-ab08-436a-845a-0961321cabb3-stack 2018-10-26 10:09:28,725 - create_stack - INFO - Stack is now active with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2fdb4a8d-ab08-436a-845a-0961321cabb3-stack 2018-10-26 10:09:28,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/31af3b2611e94cf8aacbdbad954e70bc/stacks/76cadb5d-d84b-4f5c-9945-342294ca4be6/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81a3f2faf7ecc1f86a29f05b1f1d328284f99e9b" 2018-10-26 10:09:28,755 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:09:28 GMT Server: Apache x-openstack-request-id: req-8f18004e-91e8-4a8e-bcbd-cac4a9c749ef Location: http://172.30.9.21:8004/v1/31af3b2611e94cf8aacbdbad954e70bc/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2fdb4a8d-ab08-436a-845a-0961321cabb3-stack/76cadb5d-d84b-4f5c-9945-342294ca4be6/resources Content-Length: 575 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/31af3b2611e94cf8aacbdbad954e70bc/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2fdb4a8d-ab08-436a-845a-0961321cabb3-stack/76cadb5d-d84b-4f5c-9945-342294ca4be6/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:09:28,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:28 GMT Server: Apache x-openstack-request-id: req-0ebc2d2d-3d1e-4594-9810-e88126ca9c53 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.21:8004/v1/31af3b2611e94cf8aacbdbad954e70bc/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2fdb4a8d-ab08-436a-845a-0961321cabb3-stack/76cadb5d-d84b-4f5c-9945-342294ca4be6/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/31af3b2611e94cf8aacbdbad954e70bc/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2fdb4a8d-ab08-436a-845a-0961321cabb3-stack/76cadb5d-d84b-4f5c-9945-342294ca4be6", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-10-26T10:09:24Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:09:24Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "c11aa31b-d32b-4eb4-ac57-a442ec011852", "resource_type": "OS::Neutron::SecurityGroup"}]} 2018-10-26 10:09:28,798 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/31af3b2611e94cf8aacbdbad954e70bc/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2fdb4a8d-ab08-436a-845a-0961321cabb3-stack/76cadb5d-d84b-4f5c-9945-342294ca4be6/resources used request id req-0ebc2d2d-3d1e-4594-9810-e88126ca9c53 2018-10-26 10:09:28,798 - neutron_utils - INFO - Retrieving security group with ID - c11aa31b-d32b-4eb4-ac57-a442ec011852 2018-10-26 10:09:28,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=c11aa31b-d32b-4eb4-ac57-a442ec011852 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81a3f2faf7ecc1f86a29f05b1f1d328284f99e9b" 2018-10-26 10:09:28,992 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1435 X-Openstack-Request-Id: req-d25f7d76-5fd4-41be-979f-dde211de14c3 Date: Fri, 26 Oct 2018 10:09:28 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "31af3b2611e94cf8aacbdbad954e70bc", "created_at": "2018-10-26T10:09:25Z", "updated_at": "2018-10-26T10:09:26Z", "security_group_rules": [{"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-26T10:09:26Z", "revision_number": 0, "id": "33c33d79-6f22-466c-adf1-b04b6d317ada", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-10-26T10:09:26Z", "security_group_id": "c11aa31b-d32b-4eb4-ac57-a442ec011852", "tenant_id": "31af3b2611e94cf8aacbdbad954e70bc", "port_range_min": 22, "ethertype": "IPv4", "project_id": "31af3b2611e94cf8aacbdbad954e70bc"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:09:26Z", "revision_number": 0, "id": "7fc53f9c-475f-4a13-a42f-e4c69593ac92", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-10-26T10:09:26Z", "security_group_id": "c11aa31b-d32b-4eb4-ac57-a442ec011852", "tenant_id": "31af3b2611e94cf8aacbdbad954e70bc", "port_range_min": null, "ethertype": "IPv4", "project_id": "31af3b2611e94cf8aacbdbad954e70bc"}], "revision_number": 6, "project_id": "31af3b2611e94cf8aacbdbad954e70bc", "id": "c11aa31b-d32b-4eb4-ac57-a442ec011852", "name": "CreateStackSecurityGroupTests-2fdb4a8d-ab08-436a-845a-0961321cabb3-sec-grp"}]} 2018-10-26 10:09:28,992 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=c11aa31b-d32b-4eb4-ac57-a442ec011852 used request id req-d25f7d76-5fd4-41be-979f-dde211de14c3 2018-10-26 10:09:28,993 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c11aa31b-d32b-4eb4-ac57-a442ec011852 2018-10-26 10:09:28,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c11aa31b-d32b-4eb4-ac57-a442ec011852 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81a3f2faf7ecc1f86a29f05b1f1d328284f99e9b" 2018-10-26 10:09:29,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-541cab3e-36fb-49f9-a207-822fda057bcc Date: Fri, 26 Oct 2018 10:09:29 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-26T10:09:26Z", "security_group_id": "c11aa31b-d32b-4eb4-ac57-a442ec011852", "port_range_min": 22, "revision_number": 0, "tenant_id": "31af3b2611e94cf8aacbdbad954e70bc", "created_at": "2018-10-26T10:09:26Z", "project_id": "31af3b2611e94cf8aacbdbad954e70bc", "id": "33c33d79-6f22-466c-adf1-b04b6d317ada"}, {"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-26T10:09:26Z", "security_group_id": "c11aa31b-d32b-4eb4-ac57-a442ec011852", "port_range_min": null, "revision_number": 0, "tenant_id": "31af3b2611e94cf8aacbdbad954e70bc", "created_at": "2018-10-26T10:09:26Z", "project_id": "31af3b2611e94cf8aacbdbad954e70bc", "id": "7fc53f9c-475f-4a13-a42f-e4c69593ac92"}]} 2018-10-26 10:09:29,172 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c11aa31b-d32b-4eb4-ac57-a442ec011852 used request id req-541cab3e-36fb-49f9-a207-822fda057bcc 2018-10-26 10:09:29,173 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c11aa31b-d32b-4eb4-ac57-a442ec011852 2018-10-26 10:09:29,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c11aa31b-d32b-4eb4-ac57-a442ec011852 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81a3f2faf7ecc1f86a29f05b1f1d328284f99e9b" 2018-10-26 10:09:29,356 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-ee1f59b7-276f-43ae-b891-dcf0e6d7359e Date: Fri, 26 Oct 2018 10:09:29 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-26T10:09:26Z", "security_group_id": "c11aa31b-d32b-4eb4-ac57-a442ec011852", "port_range_min": 22, "revision_number": 0, "tenant_id": "31af3b2611e94cf8aacbdbad954e70bc", "created_at": "2018-10-26T10:09:26Z", "project_id": "31af3b2611e94cf8aacbdbad954e70bc", "id": "33c33d79-6f22-466c-adf1-b04b6d317ada"}, {"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-26T10:09:26Z", "security_group_id": "c11aa31b-d32b-4eb4-ac57-a442ec011852", "port_range_min": null, "revision_number": 0, "tenant_id": "31af3b2611e94cf8aacbdbad954e70bc", "created_at": "2018-10-26T10:09:26Z", "project_id": "31af3b2611e94cf8aacbdbad954e70bc", "id": "7fc53f9c-475f-4a13-a42f-e4c69593ac92"}]} 2018-10-26 10:09:29,357 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c11aa31b-d32b-4eb4-ac57-a442ec011852 used request id req-ee1f59b7-276f-43ae-b891-dcf0e6d7359e 2018-10-26 10:09:29,357 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:09:29,358 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:09:29,746 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b707cf79b47d4ab0b40d0e16e16d57fa", "name": "CreateStackSecurityGroupTests-479e6df2-ea86-4a9-proj-role"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:09:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "31af3b2611e94cf8aacbdbad954e70bc", "name": "CreateStackSecurityGroupTests-479e6df2-ea86-4a9-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/31af3b2611e94cf8aacbdbad954e70bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/31af3b2611e94cf8aacbdbad954e70bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/31af3b2611e94cf8aacbdbad954e70bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/31af3b2611e94cf8aacbdbad954e70bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/31af3b2611e94cf8aacbdbad954e70bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/31af3b2611e94cf8aacbdbad954e70bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/31af3b2611e94cf8aacbdbad954e70bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/31af3b2611e94cf8aacbdbad954e70bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/31af3b2611e94cf8aacbdbad954e70bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/31af3b2611e94cf8aacbdbad954e70bc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/31af3b2611e94cf8aacbdbad954e70bc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/31af3b2611e94cf8aacbdbad954e70bc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSecurityGroupTests-479e6df2-ea86-4a9-user", "id": "befd5782f56a4d4fb4147ab79aabe743"}, "audit_ids": ["nyFUwkXTRlKjHHsmmma92w"], "issued_at": "2018-10-26T10:09:29.000000Z"}} 2018-10-26 10:09:29,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b733a700c5ccad174fba9fd4aa27c486deb7dbd" 2018-10-26 10:09:29,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c95f2661-6deb-47ee-be5d-a032862a8d5f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:09:29,826 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c95f2661-6deb-47ee-be5d-a032862a8d5f 2018-10-26 10:09:29,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateStackSecurityGroupTests-2fdb4a8d-ab08-436a-845a-0961321cabb3-sec-grp&description=Test+description -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b733a700c5ccad174fba9fd4aa27c486deb7dbd" 2018-10-26 10:09:30,026 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1435 X-Openstack-Request-Id: req-e402b518-da96-4b2e-867f-4ccd65f7c914 Date: Fri, 26 Oct 2018 10:09:30 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "31af3b2611e94cf8aacbdbad954e70bc", "created_at": "2018-10-26T10:09:25Z", "updated_at": "2018-10-26T10:09:26Z", "security_group_rules": [{"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-26T10:09:26Z", "revision_number": 0, "id": "33c33d79-6f22-466c-adf1-b04b6d317ada", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-10-26T10:09:26Z", "security_group_id": "c11aa31b-d32b-4eb4-ac57-a442ec011852", "tenant_id": "31af3b2611e94cf8aacbdbad954e70bc", "port_range_min": 22, "ethertype": "IPv4", "project_id": "31af3b2611e94cf8aacbdbad954e70bc"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:09:26Z", "revision_number": 0, "id": "7fc53f9c-475f-4a13-a42f-e4c69593ac92", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-10-26T10:09:26Z", "security_group_id": "c11aa31b-d32b-4eb4-ac57-a442ec011852", "tenant_id": "31af3b2611e94cf8aacbdbad954e70bc", "port_range_min": null, "ethertype": "IPv4", "project_id": "31af3b2611e94cf8aacbdbad954e70bc"}], "revision_number": 6, "project_id": "31af3b2611e94cf8aacbdbad954e70bc", "id": "c11aa31b-d32b-4eb4-ac57-a442ec011852", "name": "CreateStackSecurityGroupTests-2fdb4a8d-ab08-436a-845a-0961321cabb3-sec-grp"}]} 2018-10-26 10:09:30,026 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateStackSecurityGroupTests-2fdb4a8d-ab08-436a-845a-0961321cabb3-sec-grp&description=Test+description used request id req-e402b518-da96-4b2e-867f-4ccd65f7c914 2018-10-26 10:09:30,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:09:30,034 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:09:30,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/31af3b2611e94cf8aacbdbad954e70bc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b733a700c5ccad174fba9fd4aa27c486deb7dbd" 2018-10-26 10:09:30,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54eb58d6-c875-44c3-9b96-79ad402ba142 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/31af3b2611e94cf8aacbdbad954e70bc"}, "enabled": true, "id": "31af3b2611e94cf8aacbdbad954e70bc", "parent_id": "default", "domain_id": "default", "name": "CreateStackSecurityGroupTests-479e6df2-ea86-4a9-proj"}} 2018-10-26 10:09:30,119 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/31af3b2611e94cf8aacbdbad954e70bc used request id req-54eb58d6-c875-44c3-9b96-79ad402ba142 2018-10-26 10:09:30,120 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c11aa31b-d32b-4eb4-ac57-a442ec011852 2018-10-26 10:09:30,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c11aa31b-d32b-4eb4-ac57-a442ec011852 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b733a700c5ccad174fba9fd4aa27c486deb7dbd" 2018-10-26 10:09:30,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-947276ec-1448-427f-831d-2d7bc82f7d03 Date: Fri, 26 Oct 2018 10:09:30 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-26T10:09:26Z", "security_group_id": "c11aa31b-d32b-4eb4-ac57-a442ec011852", "port_range_min": 22, "revision_number": 0, "tenant_id": "31af3b2611e94cf8aacbdbad954e70bc", "created_at": "2018-10-26T10:09:26Z", "project_id": "31af3b2611e94cf8aacbdbad954e70bc", "id": "33c33d79-6f22-466c-adf1-b04b6d317ada"}, {"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-26T10:09:26Z", "security_group_id": "c11aa31b-d32b-4eb4-ac57-a442ec011852", "port_range_min": null, "revision_number": 0, "tenant_id": "31af3b2611e94cf8aacbdbad954e70bc", "created_at": "2018-10-26T10:09:26Z", "project_id": "31af3b2611e94cf8aacbdbad954e70bc", "id": "7fc53f9c-475f-4a13-a42f-e4c69593ac92"}]} 2018-10-26 10:09:30,318 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c11aa31b-d32b-4eb4-ac57-a442ec011852 used request id req-947276ec-1448-427f-831d-2d7bc82f7d03 2018-10-26 10:09:30,319 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c11aa31b-d32b-4eb4-ac57-a442ec011852 2018-10-26 10:09:30,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c11aa31b-d32b-4eb4-ac57-a442ec011852 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b733a700c5ccad174fba9fd4aa27c486deb7dbd" 2018-10-26 10:09:30,507 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-84454ec1-c61b-4ee0-bdae-54842a9c920e Date: Fri, 26 Oct 2018 10:09:30 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-26T10:09:26Z", "security_group_id": "c11aa31b-d32b-4eb4-ac57-a442ec011852", "port_range_min": 22, "revision_number": 0, "tenant_id": "31af3b2611e94cf8aacbdbad954e70bc", "created_at": "2018-10-26T10:09:26Z", "project_id": "31af3b2611e94cf8aacbdbad954e70bc", "id": "33c33d79-6f22-466c-adf1-b04b6d317ada"}, {"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-26T10:09:26Z", "security_group_id": "c11aa31b-d32b-4eb4-ac57-a442ec011852", "port_range_min": null, "revision_number": 0, "tenant_id": "31af3b2611e94cf8aacbdbad954e70bc", "created_at": "2018-10-26T10:09:26Z", "project_id": "31af3b2611e94cf8aacbdbad954e70bc", "id": "7fc53f9c-475f-4a13-a42f-e4c69593ac92"}]} 2018-10-26 10:09:30,507 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c11aa31b-d32b-4eb4-ac57-a442ec011852 used request id req-84454ec1-c61b-4ee0-bdae-54842a9c920e 2018-10-26 10:09:30,508 - neutron_utils - INFO - Retrieving security group with ID - c11aa31b-d32b-4eb4-ac57-a442ec011852 2018-10-26 10:09:30,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=c11aa31b-d32b-4eb4-ac57-a442ec011852 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b733a700c5ccad174fba9fd4aa27c486deb7dbd" 2018-10-26 10:09:30,704 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1435 X-Openstack-Request-Id: req-ba197632-0259-4691-b930-1710cf700f09 Date: Fri, 26 Oct 2018 10:09:30 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "31af3b2611e94cf8aacbdbad954e70bc", "created_at": "2018-10-26T10:09:25Z", "updated_at": "2018-10-26T10:09:26Z", "security_group_rules": [{"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-26T10:09:26Z", "revision_number": 0, "id": "33c33d79-6f22-466c-adf1-b04b6d317ada", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-10-26T10:09:26Z", "security_group_id": "c11aa31b-d32b-4eb4-ac57-a442ec011852", "tenant_id": "31af3b2611e94cf8aacbdbad954e70bc", "port_range_min": 22, "ethertype": "IPv4", "project_id": "31af3b2611e94cf8aacbdbad954e70bc"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:09:26Z", "revision_number": 0, "id": "7fc53f9c-475f-4a13-a42f-e4c69593ac92", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-10-26T10:09:26Z", "security_group_id": "c11aa31b-d32b-4eb4-ac57-a442ec011852", "tenant_id": "31af3b2611e94cf8aacbdbad954e70bc", "port_range_min": null, "ethertype": "IPv4", "project_id": "31af3b2611e94cf8aacbdbad954e70bc"}], "revision_number": 6, "project_id": "31af3b2611e94cf8aacbdbad954e70bc", "id": "c11aa31b-d32b-4eb4-ac57-a442ec011852", "name": "CreateStackSecurityGroupTests-2fdb4a8d-ab08-436a-845a-0961321cabb3-sec-grp"}]} 2018-10-26 10:09:30,704 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=c11aa31b-d32b-4eb4-ac57-a442ec011852 used request id req-ba197632-0259-4691-b930-1710cf700f09 2018-10-26 10:09:30,704 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c11aa31b-d32b-4eb4-ac57-a442ec011852 2018-10-26 10:09:30,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c11aa31b-d32b-4eb4-ac57-a442ec011852 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b733a700c5ccad174fba9fd4aa27c486deb7dbd" 2018-10-26 10:09:30,734 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-21630a4e-e73f-4ff5-9328-728b3a3a506b Date: Fri, 26 Oct 2018 10:09:30 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-26T10:09:26Z", "security_group_id": "c11aa31b-d32b-4eb4-ac57-a442ec011852", "port_range_min": 22, "revision_number": 0, "tenant_id": "31af3b2611e94cf8aacbdbad954e70bc", "created_at": "2018-10-26T10:09:26Z", "project_id": "31af3b2611e94cf8aacbdbad954e70bc", "id": "33c33d79-6f22-466c-adf1-b04b6d317ada"}, {"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-26T10:09:26Z", "security_group_id": "c11aa31b-d32b-4eb4-ac57-a442ec011852", "port_range_min": null, "revision_number": 0, "tenant_id": "31af3b2611e94cf8aacbdbad954e70bc", "created_at": "2018-10-26T10:09:26Z", "project_id": "31af3b2611e94cf8aacbdbad954e70bc", "id": "7fc53f9c-475f-4a13-a42f-e4c69593ac92"}]} 2018-10-26 10:09:30,734 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c11aa31b-d32b-4eb4-ac57-a442ec011852 used request id req-21630a4e-e73f-4ff5-9328-728b3a3a506b 2018-10-26 10:09:30,735 - create_stack - INFO - Deleting stack - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2fdb4a8d-ab08-436a-845a-0961321cabb3-stack 2018-10-26 10:09:30,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/31af3b2611e94cf8aacbdbad954e70bc/stacks/76cadb5d-d84b-4f5c-9945-342294ca4be6 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81a3f2faf7ecc1f86a29f05b1f1d328284f99e9b" 2018-10-26 10:09:30,765 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:09:30 GMT Server: Apache x-openstack-request-id: req-a2619a53-c6ff-4073-b7c4-aa7ed78f1d51 Location: http://172.30.9.21:8004/v1/31af3b2611e94cf8aacbdbad954e70bc/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2fdb4a8d-ab08-436a-845a-0961321cabb3-stack/76cadb5d-d84b-4f5c-9945-342294ca4be6 Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/31af3b2611e94cf8aacbdbad954e70bc/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2fdb4a8d-ab08-436a-845a-0961321cabb3-stack/76cadb5d-d84b-4f5c-9945-342294ca4be6;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:09:30,964 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:09:30 GMT Server: Apache x-openstack-request-id: req-61fa7637-704a-449f-aa0d-4a372e34a0fc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:09:30,964 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/31af3b2611e94cf8aacbdbad954e70bc/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2fdb4a8d-ab08-436a-845a-0961321cabb3-stack/76cadb5d-d84b-4f5c-9945-342294ca4be6 used request id req-61fa7637-704a-449f-aa0d-4a372e34a0fc 2018-10-26 10:09:30,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/31af3b2611e94cf8aacbdbad954e70bc/stacks/76cadb5d-d84b-4f5c-9945-342294ca4be6 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81a3f2faf7ecc1f86a29f05b1f1d328284f99e9b" 2018-10-26 10:09:30,994 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:09:30 GMT Server: Apache x-openstack-request-id: req-040f4aae-1d70-47f5-b572-17eba3a8e32e Location: http://172.30.9.21:8004/v1/31af3b2611e94cf8aacbdbad954e70bc/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2fdb4a8d-ab08-436a-845a-0961321cabb3-stack/76cadb5d-d84b-4f5c-9945-342294ca4be6 Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/31af3b2611e94cf8aacbdbad954e70bc/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2fdb4a8d-ab08-436a-845a-0961321cabb3-stack/76cadb5d-d84b-4f5c-9945-342294ca4be6;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:09:31,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:31 GMT Server: Apache x-openstack-request-id: req-8994b8e7-f17a-4743-8855-3c0a598526b3 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": "31af3b2611e94cf8aacbdbad954e70bc", "OS::stack_id": "76cadb5d-d84b-4f5c-9945-342294ca4be6", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2fdb4a8d-ab08-436a-845a-0961321cabb3-stack", "security_group_name": "CreateStackSecurityGroupTests-2fdb4a8d-ab08-436a-845a-0961321cabb3-sec-grp"}, "deletion_time": null, "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2fdb4a8d-ab08-436a-845a-0961321cabb3-stack", "stack_user_project_id": "0ed59ec2778545dbb453090eb2f5158e", "tags": null, "creation_time": "2018-10-26T10:09:24Z", "links": [{"href": "http://172.30.9.21:8004/v1/31af3b2611e94cf8aacbdbad954e70bc/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2fdb4a8d-ab08-436a-845a-0961321cabb3-stack/76cadb5d-d84b-4f5c-9945-342294ca4be6", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:09:30Z", "id": "76cadb5d-d84b-4f5c-9945-342294ca4be6", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-10-26 10:09:31,020 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/31af3b2611e94cf8aacbdbad954e70bc/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2fdb4a8d-ab08-436a-845a-0961321cabb3-stack/76cadb5d-d84b-4f5c-9945-342294ca4be6 used request id req-8994b8e7-f17a-4743-8855-3c0a598526b3 2018-10-26 10:09:31,020 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-26 10:09:31,020 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:09:34,021 - create_stack - DEBUG - Stack status query timeout in 1196.94395089 2018-10-26 10:09:34,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/31af3b2611e94cf8aacbdbad954e70bc/stacks/76cadb5d-d84b-4f5c-9945-342294ca4be6 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81a3f2faf7ecc1f86a29f05b1f1d328284f99e9b" 2018-10-26 10:09:34,220 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:09:34 GMT Server: Apache x-openstack-request-id: req-fce328f7-e3d3-4ef4-b0ed-0d62797c9613 Location: http://172.30.9.21:8004/v1/31af3b2611e94cf8aacbdbad954e70bc/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2fdb4a8d-ab08-436a-845a-0961321cabb3-stack/76cadb5d-d84b-4f5c-9945-342294ca4be6 Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/31af3b2611e94cf8aacbdbad954e70bc/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2fdb4a8d-ab08-436a-845a-0961321cabb3-stack/76cadb5d-d84b-4f5c-9945-342294ca4be6;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:09:34,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:34 GMT Server: Apache x-openstack-request-id: req-f2997ed2-bfae-43c1-ae6b-bc79ce2a9de7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 528 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"OS::project_id": "31af3b2611e94cf8aacbdbad954e70bc", "OS::stack_id": "76cadb5d-d84b-4f5c-9945-342294ca4be6", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2fdb4a8d-ab08-436a-845a-0961321cabb3-stack", "security_group_name": "CreateStackSecurityGroupTests-2fdb4a8d-ab08-436a-845a-0961321cabb3-sec-grp"}, "deletion_time": "2018-10-26T10:09:32Z", "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2fdb4a8d-ab08-436a-845a-0961321cabb3-stack", "stack_user_project_id": "0ed59ec2778545dbb453090eb2f5158e", "tags": null, "creation_time": "2018-10-26T10:09:24Z", "links": [{"href": "http://172.30.9.21:8004/v1/31af3b2611e94cf8aacbdbad954e70bc/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2fdb4a8d-ab08-436a-845a-0961321cabb3-stack/76cadb5d-d84b-4f5c-9945-342294ca4be6", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-10-26T10:09:30Z", "id": "76cadb5d-d84b-4f5c-9945-342294ca4be6", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-10-26 10:09:34,415 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/31af3b2611e94cf8aacbdbad954e70bc/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2fdb4a8d-ab08-436a-845a-0961321cabb3-stack/76cadb5d-d84b-4f5c-9945-342294ca4be6 used request id req-f2997ed2-bfae-43c1-ae6b-bc79ce2a9de7 2018-10-26 10:09:34,415 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-10-26 10:09:34,415 - create_stack - DEBUG - Stack is active with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2fdb4a8d-ab08-436a-845a-0961321cabb3-stack 2018-10-26 10:09:34,415 - create_stack - INFO - Attempting to delete again stack - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2fdb4a8d-ab08-436a-845a-0961321cabb3-stack 2018-10-26 10:09:34,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/31af3b2611e94cf8aacbdbad954e70bc/stacks/76cadb5d-d84b-4f5c-9945-342294ca4be6 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81a3f2faf7ecc1f86a29f05b1f1d328284f99e9b" 2018-10-26 10:09:34,616 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:09:34 GMT Server: Apache x-openstack-request-id: req-db077108-24cc-4589-b1bc-07c3aac7c8ea Location: http://172.30.9.21:8004/v1/31af3b2611e94cf8aacbdbad954e70bc/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2fdb4a8d-ab08-436a-845a-0961321cabb3-stack/76cadb5d-d84b-4f5c-9945-342294ca4be6 Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/31af3b2611e94cf8aacbdbad954e70bc/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2fdb4a8d-ab08-436a-845a-0961321cabb3-stack/76cadb5d-d84b-4f5c-9945-342294ca4be6;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:09:34,804 - keystoneauth.session - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 10:09:34 GMT Server: Apache x-openstack-request-id: req-0771646e-0f35-4db0-b8a6-95917fe75a67 Content-Length: 291 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2fdb4a8d-ab08-436a-845a-0961321cabb3-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-10-26 10:09:34,804 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/31af3b2611e94cf8aacbdbad954e70bc/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-2fdb4a8d-ab08-436a-845a-0961321cabb3-stack/76cadb5d-d84b-4f5c-9945-342294ca4be6 used request id req-0771646e-0f35-4db0-b8a6-95917fe75a67 2018-10-26 10:09:34,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e53fd6c3ba26a940b911753221a6272ffcffbd3" 2018-10-26 10:09:35,024 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-cb283770-1184-412b-99c6-eb013c02c9d6 Date: Fri, 26 Oct 2018 10:09:35 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "31af3b2611e94cf8aacbdbad954e70bc", "created_at": "2018-10-26T10:09:25Z", "updated_at": "2018-10-26T10:09:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:09:25Z", "revision_number": 0, "id": "19230977-74d3-4f06-b5ca-d976a419d3a1", "remote_group_id": "31606afe-07b1-40e4-8db3-47730e07d58e", "remote_ip_prefix": null, "created_at": "2018-10-26T10:09:25Z", "security_group_id": "31606afe-07b1-40e4-8db3-47730e07d58e", "tenant_id": "31af3b2611e94cf8aacbdbad954e70bc", "port_range_min": null, "ethertype": "IPv6", "project_id": "31af3b2611e94cf8aacbdbad954e70bc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:09:25Z", "revision_number": 0, "id": "930d475a-990c-4611-ab3c-6534263d35d4", "remote_group_id": "31606afe-07b1-40e4-8db3-47730e07d58e", "remote_ip_prefix": null, "created_at": "2018-10-26T10:09:25Z", "security_group_id": "31606afe-07b1-40e4-8db3-47730e07d58e", "tenant_id": "31af3b2611e94cf8aacbdbad954e70bc", "port_range_min": null, "ethertype": "IPv4", "project_id": "31af3b2611e94cf8aacbdbad954e70bc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:09:25Z", "revision_number": 0, "id": "9e5688f2-dbfe-473d-a90f-29873e4a0f06", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:09:25Z", "security_group_id": "31606afe-07b1-40e4-8db3-47730e07d58e", "tenant_id": "31af3b2611e94cf8aacbdbad954e70bc", "port_range_min": null, "ethertype": "IPv6", "project_id": "31af3b2611e94cf8aacbdbad954e70bc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:09:25Z", "revision_number": 0, "id": "dc1433d0-166d-4160-9c34-47fc60e0f0f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:09:25Z", "security_group_id": "31606afe-07b1-40e4-8db3-47730e07d58e", "tenant_id": "31af3b2611e94cf8aacbdbad954e70bc", "port_range_min": null, "ethertype": "IPv4", "project_id": "31af3b2611e94cf8aacbdbad954e70bc"}], "revision_number": 4, "project_id": "31af3b2611e94cf8aacbdbad954e70bc", "id": "31606afe-07b1-40e4-8db3-47730e07d58e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 10:09:35,025 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-cb283770-1184-412b-99c6-eb013c02c9d6 2018-10-26 10:09:35,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/31af3b2611e94cf8aacbdbad954e70bc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e53fd6c3ba26a940b911753221a6272ffcffbd3" 2018-10-26 10:09:35,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddea2ffc-4cd0-4c3e-a3d5-ee1178538251 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/31af3b2611e94cf8aacbdbad954e70bc"}, "enabled": true, "id": "31af3b2611e94cf8aacbdbad954e70bc", "parent_id": "default", "domain_id": "default", "name": "CreateStackSecurityGroupTests-479e6df2-ea86-4a9-proj"}} 2018-10-26 10:09:35,112 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/31af3b2611e94cf8aacbdbad954e70bc used request id req-ddea2ffc-4cd0-4c3e-a3d5-ee1178538251 2018-10-26 10:09:35,113 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 31606afe-07b1-40e4-8db3-47730e07d58e 2018-10-26 10:09:35,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=31606afe-07b1-40e4-8db3-47730e07d58e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e53fd6c3ba26a940b911753221a6272ffcffbd3" 2018-10-26 10:09:35,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-5441cc23-9809-475f-ae92-f6e946f452a4 Date: Fri, 26 Oct 2018 10:09:35 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "31606afe-07b1-40e4-8db3-47730e07d58e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:09:25Z", "security_group_id": "31606afe-07b1-40e4-8db3-47730e07d58e", "port_range_min": null, "revision_number": 0, "tenant_id": "31af3b2611e94cf8aacbdbad954e70bc", "created_at": "2018-10-26T10:09:25Z", "project_id": "31af3b2611e94cf8aacbdbad954e70bc", "id": "19230977-74d3-4f06-b5ca-d976a419d3a1"}, {"remote_group_id": "31606afe-07b1-40e4-8db3-47730e07d58e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:09:25Z", "security_group_id": "31606afe-07b1-40e4-8db3-47730e07d58e", "port_range_min": null, "revision_number": 0, "tenant_id": "31af3b2611e94cf8aacbdbad954e70bc", "created_at": "2018-10-26T10:09:25Z", "project_id": "31af3b2611e94cf8aacbdbad954e70bc", "id": "930d475a-990c-4611-ab3c-6534263d35d4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:09:25Z", "security_group_id": "31606afe-07b1-40e4-8db3-47730e07d58e", "port_range_min": null, "revision_number": 0, "tenant_id": "31af3b2611e94cf8aacbdbad954e70bc", "created_at": "2018-10-26T10:09:25Z", "project_id": "31af3b2611e94cf8aacbdbad954e70bc", "id": "9e5688f2-dbfe-473d-a90f-29873e4a0f06"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:09:25Z", "security_group_id": "31606afe-07b1-40e4-8db3-47730e07d58e", "port_range_min": null, "revision_number": 0, "tenant_id": "31af3b2611e94cf8aacbdbad954e70bc", "created_at": "2018-10-26T10:09:25Z", "project_id": "31af3b2611e94cf8aacbdbad954e70bc", "id": "dc1433d0-166d-4160-9c34-47fc60e0f0f2"}]} 2018-10-26 10:09:35,296 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=31606afe-07b1-40e4-8db3-47730e07d58e used request id req-5441cc23-9809-475f-ae92-f6e946f452a4 2018-10-26 10:09:35,297 - neutron_utils - INFO - Deleting security group with name - default 2018-10-26 10:09:35,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/31606afe-07b1-40e4-8db3-47730e07d58e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e53fd6c3ba26a940b911753221a6272ffcffbd3" 2018-10-26 10:09:35,586 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c69a7547-abc3-4498-9dec-7707d0ce8645 Content-Length: 0 Date: Fri, 26 Oct 2018 10:09:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:09:35,586 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/31606afe-07b1-40e4-8db3-47730e07d58e used request id req-c69a7547-abc3-4498-9dec-7707d0ce8645 2018-10-26 10:09:35,587 - keystone_utils - INFO - Deleting project with name - CreateStackSecurityGroupTests-479e6df2-ea86-4a9-proj 2018-10-26 10:09:35,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/31af3b2611e94cf8aacbdbad954e70bc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e53fd6c3ba26a940b911753221a6272ffcffbd3" 2018-10-26 10:09:35,829 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:09:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e64a3701-2a22-493e-94a2-a98b1811fcaa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:09:35,829 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/31af3b2611e94cf8aacbdbad954e70bc used request id req-e64a3701-2a22-493e-94a2-a98b1811fcaa 2018-10-26 10:09:35,830 - keystone_utils - INFO - Deleting role with name - CreateStackSecurityGroupTests-479e6df2-ea86-4a9-proj-role 2018-10-26 10:09:35,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/b707cf79b47d4ab0b40d0e16e16d57fa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e53fd6c3ba26a940b911753221a6272ffcffbd3" 2018-10-26 10:09:35,940 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:09:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7d4f0276-a1b7-433d-8019-48b8404900e6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:09:35,940 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/b707cf79b47d4ab0b40d0e16e16d57fa used request id req-7d4f0276-a1b7-433d-8019-48b8404900e6 2018-10-26 10:09:35,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e53fd6c3ba26a940b911753221a6272ffcffbd3" 2018-10-26 10:09:36,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0cc8325-5576-47f7-8bbe-64eda9fab958 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:09:36,026 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c0cc8325-5576-47f7-8bbe-64eda9fab958 2018-10-26 10:09:36,027 - keystone_utils - INFO - Deleting user with name - CreateStackSecurityGroupTests-479e6df2-ea86-4a9-user 2018-10-26 10:09:36,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/befd5782f56a4d4fb4147ab79aabe743 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}639c93484c9b760b9891f99f5a6d054dd642d4cd" 2018-10-26 10:09:36,204 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:09:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9f52f7be-38ee-4818-8391-7daed9cf2368 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:09:36,204 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/befd5782f56a4d4fb4147ab79aabe743 used request id req-9f52f7be-38ee-4818-8391-7daed9cf2368 2018-10-26 10:09:36,205 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:09:36,593 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:09:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["RA_Ao-obQvSn_nJ49IZ82A"], "issued_at": "2018-10-26T10:09:36.000000Z"}} 2018-10-26 10:09:36,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}191008fa8510ceba6969606b8ec22b544aacc89e" 2018-10-26 10:09:36,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e08d15e5-2807-4937-aec2-6b9dc02b246c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:09:36,671 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e08d15e5-2807-4937-aec2-6b9dc02b246c 2018-10-26 10:09:36,672 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:09:36,673 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:09:37,068 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:09:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["Io4aUK6rRU6YjxEbovs4Ug"], "issued_at": "2018-10-26T10:09:37.000000Z"}} 2018-10-26 10:09:37,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14ff58fc82fef688b07c6e863ad25acee233d08c" 2018-10-26 10:09:37,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f781b2e-1f30-43e6-8c4e-bca392e8e4bc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:09:37,155 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-9f781b2e-1f30-43e6-8c4e-bca392e8e4bc 2018-10-26 10:09:37,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:09:37,165 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:09:37,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-78e052e8-1ce9-430-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14ff58fc82fef688b07c6e863ad25acee233d08c" 2018-10-26 10:09:37,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad65e7c6-64b1-406f-8395-d9d2421a9cf5 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-78e052e8-1ce9-430-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 10:09:37,254 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-78e052e8-1ce9-430-proj used request id req-ad65e7c6-64b1-406f-8395-d9d2421a9cf5 2018-10-26 10:09:37,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14ff58fc82fef688b07c6e863ad25acee233d08c" 2018-10-26 10:09:37,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2626c2b-cb87-4d98-8a99-4bfa618cad33 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 10:09:37,346 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-b2626c2b-cb87-4d98-8a99-4bfa618cad33 2018-10-26 10:09:37,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14ff58fc82fef688b07c6e863ad25acee233d08c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackNegativeTests-78e052e8-1ce9-430-proj"}}' 2018-10-26 10:09:37,450 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:09:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0c951a76-4ee8-4ab8-9af1-3b17dcbc57bd Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8fc963b58d13474e949127a4ea6cbb55"}, "enabled": true, "id": "8fc963b58d13474e949127a4ea6cbb55", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-78e052e8-1ce9-430-proj"}} 2018-10-26 10:09:37,450 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-0c951a76-4ee8-4ab8-9af1-3b17dcbc57bd 2018-10-26 10:09:37,450 - keystone_utils - INFO - Created project with name - CreateStackNegativeTests-78e052e8-1ce9-430-proj 2018-10-26 10:09:37,450 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:09:37,451 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:09:37,839 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:09:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["itoj7oaLTWi29VBArzQxiA"], "issued_at": "2018-10-26T10:09:37.000000Z"}} 2018-10-26 10:09:37,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}612c8892ffa8cc8bca2f742f1da51590a6df1968" 2018-10-26 10:09:37,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a765c037-09e6-4427-b41f-c4f05917ce75 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:09:37,856 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a765c037-09e6-4427-b41f-c4f05917ce75 2018-10-26 10:09:37,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:09:37,865 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:09:37,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}612c8892ffa8cc8bca2f742f1da51590a6df1968" 2018-10-26 10:09:38,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acc8a90c-a96e-43ab-bcad-dd04f768cd4f Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 10:09:38,064 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-acc8a90c-a96e-43ab-bcad-dd04f768cd4f 2018-10-26 10:09:38,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackNegativeTests-78e052e8-1ce9-430-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}612c8892ffa8cc8bca2f742f1da51590a6df1968" 2018-10-26 10:09:38,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd739764-d85a-4be3-bded-e0a254ece139 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackNegativeTests-78e052e8-1ce9-430-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8fc963b58d13474e949127a4ea6cbb55"}, "enabled": true, "id": "8fc963b58d13474e949127a4ea6cbb55", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-78e052e8-1ce9-430-proj"}]} 2018-10-26 10:09:38,172 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackNegativeTests-78e052e8-1ce9-430-proj used request id req-fd739764-d85a-4be3-bded-e0a254ece139 2018-10-26 10:09:38,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}612c8892ffa8cc8bca2f742f1da51590a6df1968" 2018-10-26 10:09:38,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-393257e9-9dbd-467c-86b4-8ecc61654699 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 10:09:38,261 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-393257e9-9dbd-467c-86b4-8ecc61654699 2018-10-26 10:09:38,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}612c8892ffa8cc8bca2f742f1da51590a6df1968" 2018-10-26 10:09:38,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0efee441-aaaa-4d4d-95c3-03dac845ce1d Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:09:38,749 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-0efee441-aaaa-4d4d-95c3-03dac845ce1d 2018-10-26 10:09:38,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackNegativeTests-78e052e8-1ce9-430-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}612c8892ffa8cc8bca2f742f1da51590a6df1968" 2018-10-26 10:09:38,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11698611-0275-4db5-b2a0-44ba128755e9 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackNegativeTests-78e052e8-1ce9-430-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8fc963b58d13474e949127a4ea6cbb55"}, "enabled": true, "id": "8fc963b58d13474e949127a4ea6cbb55", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-78e052e8-1ce9-430-proj"}]} 2018-10-26 10:09:38,832 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackNegativeTests-78e052e8-1ce9-430-proj used request id req-11698611-0275-4db5-b2a0-44ba128755e9 2018-10-26 10:09:38,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users/a955ff8e00ce40fcaa69c2f0520f7874 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}612c8892ffa8cc8bca2f742f1da51590a6df1968" 2018-10-26 10:09:38,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11c5ef19-d58d-4281-90f3-0608a70c8486 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackNegativeTests-78e052e8-1ce9-430-user", "links": {"self": "http://172.30.9.21:5000/v3/users/a955ff8e00ce40fcaa69c2f0520f7874"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "8fc963b58d13474e949127a4ea6cbb55", "id": "a955ff8e00ce40fcaa69c2f0520f7874", "password_expires_at": null}} 2018-10-26 10:09:38,865 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/a955ff8e00ce40fcaa69c2f0520f7874 used request id req-11c5ef19-d58d-4281-90f3-0608a70c8486 2018-10-26 10:09:38,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8fc963b58d13474e949127a4ea6cbb55/users/a955ff8e00ce40fcaa69c2f0520f7874/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}612c8892ffa8cc8bca2f742f1da51590a6df1968" 2018-10-26 10:09:38,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d55f7dc6-459f-489a-a29d-63d9080a8273 Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/8fc963b58d13474e949127a4ea6cbb55/users/a955ff8e00ce40fcaa69c2f0520f7874/roles", "previous": null, "next": null}, "roles": []} 2018-10-26 10:09:38,979 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8fc963b58d13474e949127a4ea6cbb55/users/a955ff8e00ce40fcaa69c2f0520f7874/roles used request id req-d55f7dc6-459f-489a-a29d-63d9080a8273 2018-10-26 10:09:38,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}612c8892ffa8cc8bca2f742f1da51590a6df1968" 2018-10-26 10:09:39,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d0eca36-f4b9-4e88-a8b1-702bd12f1aae Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "domain_id": null, "name": "heat_stack_owner", "id": "4f75e021dfe74c9ab7a3aee778a72c84"}} 2018-10-26 10:09:39,071 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84 used request id req-6d0eca36-f4b9-4e88-a8b1-702bd12f1aae 2018-10-26 10:09:39,071 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackNegativeTests-78e052e8-1ce9-430-proj 2018-10-26 10:09:39,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/8fc963b58d13474e949127a4ea6cbb55/users/a955ff8e00ce40fcaa69c2f0520f7874/roles/4f75e021dfe74c9ab7a3aee778a72c84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}612c8892ffa8cc8bca2f742f1da51590a6df1968" 2018-10-26 10:09:39,194 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:09:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-32786d42-a0fa-4ed3-a951-07aa78d62c77 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:09:39,194 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/8fc963b58d13474e949127a4ea6cbb55/users/a955ff8e00ce40fcaa69c2f0520f7874/roles/4f75e021dfe74c9ab7a3aee778a72c84 used request id req-32786d42-a0fa-4ed3-a951-07aa78d62c77 2018-10-26 10:09:39,195 - keystone_utils - INFO - Created user with name - CreateStackNegativeTests-78e052e8-1ce9-430-user 2018-10-26 10:09:39,195 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:09:39,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14ff58fc82fef688b07c6e863ad25acee233d08c" 2018-10-26 10:09:39,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d6dd1d4-3759-4323-b399-2df6e717bc27 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:09:39,293 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-7d6dd1d4-3759-4323-b399-2df6e717bc27 2018-10-26 10:09:39,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14ff58fc82fef688b07c6e863ad25acee233d08c" -d '{"role": {"name": "CreateStackNegativeTests-78e052e8-1ce9-430-proj-role"}}' 2018-10-26 10:09:39,402 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:09:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-84ce171c-9394-4dd4-abdf-14d13b9f8271 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b247161102344897896a8bb5168ada1b", "links": {"self": "http://172.30.9.21:5000/v3/roles/b247161102344897896a8bb5168ada1b"}, "name": "CreateStackNegativeTests-78e052e8-1ce9-430-proj-role"}} 2018-10-26 10:09:39,402 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-84ce171c-9394-4dd4-abdf-14d13b9f8271 2018-10-26 10:09:39,402 - keystone_utils - INFO - Created role with name - CreateStackNegativeTests-78e052e8-1ce9-430-proj-role 2018-10-26 10:09:39,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/b247161102344897896a8bb5168ada1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14ff58fc82fef688b07c6e863ad25acee233d08c" 2018-10-26 10:09:39,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37802abc-7158-44ab-99b3-181c8deb1078 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/b247161102344897896a8bb5168ada1b"}, "domain_id": null, "name": "CreateStackNegativeTests-78e052e8-1ce9-430-proj-role", "id": "b247161102344897896a8bb5168ada1b"}} 2018-10-26 10:09:39,490 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/b247161102344897896a8bb5168ada1b used request id req-37802abc-7158-44ab-99b3-181c8deb1078 2018-10-26 10:09:39,490 - keystone_utils - INFO - Granting role CreateStackNegativeTests-78e052e8-1ce9-430-proj-role to project CreateStackNegativeTests-78e052e8-1ce9-430-proj 2018-10-26 10:09:39,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/8fc963b58d13474e949127a4ea6cbb55/users/a955ff8e00ce40fcaa69c2f0520f7874/roles/b247161102344897896a8bb5168ada1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14ff58fc82fef688b07c6e863ad25acee233d08c" 2018-10-26 10:09:39,626 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:09:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-49d5fc9e-6a69-4a15-8f9c-7bc8efde80be Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:09:39,626 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/8fc963b58d13474e949127a4ea6cbb55/users/a955ff8e00ce40fcaa69c2f0520f7874/roles/b247161102344897896a8bb5168ada1b used request id req-49d5fc9e-6a69-4a15-8f9c-7bc8efde80be 2018-10-26 10:09:39,626 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:09:39,627 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:09:40,004 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b247161102344897896a8bb5168ada1b", "name": "CreateStackNegativeTests-78e052e8-1ce9-430-proj-role"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:09:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8fc963b58d13474e949127a4ea6cbb55", "name": "CreateStackNegativeTests-78e052e8-1ce9-430-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/8fc963b58d13474e949127a4ea6cbb55", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/8fc963b58d13474e949127a4ea6cbb55", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/8fc963b58d13474e949127a4ea6cbb55", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/8fc963b58d13474e949127a4ea6cbb55", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/8fc963b58d13474e949127a4ea6cbb55", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/8fc963b58d13474e949127a4ea6cbb55", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/8fc963b58d13474e949127a4ea6cbb55", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/8fc963b58d13474e949127a4ea6cbb55", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/8fc963b58d13474e949127a4ea6cbb55", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/8fc963b58d13474e949127a4ea6cbb55", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/8fc963b58d13474e949127a4ea6cbb55", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/8fc963b58d13474e949127a4ea6cbb55", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackNegativeTests-78e052e8-1ce9-430-user", "id": "a955ff8e00ce40fcaa69c2f0520f7874"}, "audit_ids": ["y-qCF5IsT-eoX3OrVO-nLw"], "issued_at": "2018-10-26T10:09:40.000000Z"}} 2018-10-26 10:09:40,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f530e2a28289e48ce3b1a645da2104045beaca96" 2018-10-26 10:09:40,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c36d288-bba4-4c78-9115-591eb75bbf44 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:09:40,070 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5c36d288-bba4-4c78-9115-591eb75bbf44 2018-10-26 10:09:40,071 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:09:40,074 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-26 10:09:40,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/8fc963b58d13474e949127a4ea6cbb55/stacks?stack_name=CreateStackNegativeTests-ba2f02d9-9b29-49ff-b5ff-e65aa51293b5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f530e2a28289e48ce3b1a645da2104045beaca96" 2018-10-26 10:09:40,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:40 GMT Server: Apache x-openstack-request-id: req-6952193d-ed0f-4dec-a494-8e6c4e09ce69 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-10-26 10:09:40,256 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/8fc963b58d13474e949127a4ea6cbb55/stacks?stack_name=CreateStackNegativeTests-ba2f02d9-9b29-49ff-b5ff-e65aa51293b5 used request id req-6952193d-ed0f-4dec-a494-8e6c4e09ce69 2018-10-26 10:09:40,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14ff58fc82fef688b07c6e863ad25acee233d08c" 2018-10-26 10:09:40,481 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-94dbe2c3-dec7-4493-9dd2-0bb046a1cb55 Date: Fri, 26 Oct 2018 10:09:40 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 10:09:40,481 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-94dbe2c3-dec7-4493-9dd2-0bb046a1cb55 2018-10-26 10:09:40,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14ff58fc82fef688b07c6e863ad25acee233d08c" 2018-10-26 10:09:40,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7e0a169-075f-475b-a178-857a43300cc6 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 10:09:40,576 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-e7e0a169-075f-475b-a178-857a43300cc6 2018-10-26 10:09:40,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14ff58fc82fef688b07c6e863ad25acee233d08c" 2018-10-26 10:09:40,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8dd71962-0071-409d-b19e-91638231cc18 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 10:09:40,659 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-8dd71962-0071-409d-b19e-91638231cc18 2018-10-26 10:09:40,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14ff58fc82fef688b07c6e863ad25acee233d08c" 2018-10-26 10:09:40,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0c1e4a0-2a66-4066-9acf-253f335a3ff2 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 10:09:40,754 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-e0c1e4a0-2a66-4066-9acf-253f335a3ff2 2018-10-26 10:09:40,754 - keystone_utils - INFO - Deleting project with name - CreateStackNegativeTests-78e052e8-1ce9-430-proj 2018-10-26 10:09:40,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/8fc963b58d13474e949127a4ea6cbb55 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14ff58fc82fef688b07c6e863ad25acee233d08c" 2018-10-26 10:09:40,985 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:09:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5ce88a02-2d4d-47dd-85e1-708476d4d187 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:09:40,986 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/8fc963b58d13474e949127a4ea6cbb55 used request id req-5ce88a02-2d4d-47dd-85e1-708476d4d187 2018-10-26 10:09:40,986 - keystone_utils - INFO - Deleting role with name - CreateStackNegativeTests-78e052e8-1ce9-430-proj-role 2018-10-26 10:09:40,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/b247161102344897896a8bb5168ada1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14ff58fc82fef688b07c6e863ad25acee233d08c" 2018-10-26 10:09:41,101 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:09:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bc32e3c4-825e-4967-8ad4-bed91ce706fd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:09:41,101 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/b247161102344897896a8bb5168ada1b used request id req-bc32e3c4-825e-4967-8ad4-bed91ce706fd 2018-10-26 10:09:41,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14ff58fc82fef688b07c6e863ad25acee233d08c" 2018-10-26 10:09:41,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ea3ad50-ca8a-49ea-a77f-58f72383c11b Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:09:41,192 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-1ea3ad50-ca8a-49ea-a77f-58f72383c11b 2018-10-26 10:09:41,193 - keystone_utils - INFO - Deleting user with name - CreateStackNegativeTests-78e052e8-1ce9-430-user 2018-10-26 10:09:41,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/a955ff8e00ce40fcaa69c2f0520f7874 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}612c8892ffa8cc8bca2f742f1da51590a6df1968" 2018-10-26 10:09:41,371 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:09:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5509a5fa-f43c-4fe5-bbc2-275250e7facf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:09:41,371 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/a955ff8e00ce40fcaa69c2f0520f7874 used request id req-5509a5fa-f43c-4fe5-bbc2-275250e7facf 2018-10-26 10:09:41,373 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:09:41,746 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:09:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["3bwORP2TTFq3EfIZkCQfSQ"], "issued_at": "2018-10-26T10:09:41.000000Z"}} 2018-10-26 10:09:41,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d33ef08c34c68c62349272d84ef6b240246b183" 2018-10-26 10:09:41,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c3fb831-51f2-448b-b6d5-bfa4bdc5473a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:09:41,833 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-9c3fb831-51f2-448b-b6d5-bfa4bdc5473a 2018-10-26 10:09:41,835 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:09:41,835 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:09:42,226 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:09:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["LdaeqNqNQAqbJqFYWftUag"], "issued_at": "2018-10-26T10:09:42.000000Z"}} 2018-10-26 10:09:42,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}801f51396e56749fed55f3b5c277ac2d13212921" 2018-10-26 10:09:42,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12d6cdbb-ce07-471f-9a7a-48576ef1bca4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:09:42,304 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-12d6cdbb-ce07-471f-9a7a-48576ef1bca4 2018-10-26 10:09:42,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:09:42,314 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:09:42,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-06ae13cc-a969-477-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}801f51396e56749fed55f3b5c277ac2d13212921" 2018-10-26 10:09:42,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e41a43e6-4adb-4280-9bd0-cba8d3252379 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-06ae13cc-a969-477-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 10:09:42,401 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-06ae13cc-a969-477-proj used request id req-e41a43e6-4adb-4280-9bd0-cba8d3252379 2018-10-26 10:09:42,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}801f51396e56749fed55f3b5c277ac2d13212921" 2018-10-26 10:09:42,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0ef40bd-71b7-4a6f-bc02-e07f9296f7f8 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 10:09:42,488 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-e0ef40bd-71b7-4a6f-bc02-e07f9296f7f8 2018-10-26 10:09:42,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}801f51396e56749fed55f3b5c277ac2d13212921" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackNegativeTests-06ae13cc-a969-477-proj"}}' 2018-10-26 10:09:42,612 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:09:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9c539a2d-6c5d-4e5d-a8d7-b8079c485c61 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/53299375325e47f388e2ae0f5d32cc73"}, "enabled": true, "id": "53299375325e47f388e2ae0f5d32cc73", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-06ae13cc-a969-477-proj"}} 2018-10-26 10:09:42,612 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-9c539a2d-6c5d-4e5d-a8d7-b8079c485c61 2018-10-26 10:09:42,612 - keystone_utils - INFO - Created project with name - CreateStackNegativeTests-06ae13cc-a969-477-proj 2018-10-26 10:09:42,612 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:09:42,613 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:09:43,012 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:09:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["dOavDcT3Ssy35sHswi3Y8g"], "issued_at": "2018-10-26T10:09:43.000000Z"}} 2018-10-26 10:09:43,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfce7eb6925ec76d87259cfc8ceb8a7a4525c5b4" 2018-10-26 10:09:43,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e071211-a0ae-4c32-af99-6a8bb81f9ce8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:09:43,095 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-1e071211-a0ae-4c32-af99-6a8bb81f9ce8 2018-10-26 10:09:43,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:09:43,104 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:09:43,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfce7eb6925ec76d87259cfc8ceb8a7a4525c5b4" 2018-10-26 10:09:43,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be2b0575-a7aa-45ec-a350-284cd9aa07ef Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 10:09:43,218 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-be2b0575-a7aa-45ec-a350-284cd9aa07ef 2018-10-26 10:09:43,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackNegativeTests-06ae13cc-a969-477-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfce7eb6925ec76d87259cfc8ceb8a7a4525c5b4" 2018-10-26 10:09:43,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41f23e3e-6193-4bbf-9207-4f8d9c09eefa Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackNegativeTests-06ae13cc-a969-477-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/53299375325e47f388e2ae0f5d32cc73"}, "enabled": true, "id": "53299375325e47f388e2ae0f5d32cc73", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-06ae13cc-a969-477-proj"}]} 2018-10-26 10:09:43,303 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackNegativeTests-06ae13cc-a969-477-proj used request id req-41f23e3e-6193-4bbf-9207-4f8d9c09eefa 2018-10-26 10:09:43,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfce7eb6925ec76d87259cfc8ceb8a7a4525c5b4" 2018-10-26 10:09:43,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2840dab-469d-477a-b068-395b078c09ae Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 10:09:43,476 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-f2840dab-469d-477a-b068-395b078c09ae 2018-10-26 10:09:43,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfce7eb6925ec76d87259cfc8ceb8a7a4525c5b4" 2018-10-26 10:09:43,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29300622-b2ef-466f-8162-b8e0ad9f273d Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:09:43,925 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-29300622-b2ef-466f-8162-b8e0ad9f273d 2018-10-26 10:09:43,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackNegativeTests-06ae13cc-a969-477-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfce7eb6925ec76d87259cfc8ceb8a7a4525c5b4" 2018-10-26 10:09:44,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c67e5bd-ddd4-42ca-b3d5-63dabe929b52 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackNegativeTests-06ae13cc-a969-477-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/53299375325e47f388e2ae0f5d32cc73"}, "enabled": true, "id": "53299375325e47f388e2ae0f5d32cc73", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-06ae13cc-a969-477-proj"}]} 2018-10-26 10:09:44,017 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackNegativeTests-06ae13cc-a969-477-proj used request id req-3c67e5bd-ddd4-42ca-b3d5-63dabe929b52 2018-10-26 10:09:44,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users/0aaea129a4de4e9987966f4fe791fd97 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfce7eb6925ec76d87259cfc8ceb8a7a4525c5b4" 2018-10-26 10:09:44,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c262fb4b-42a3-4339-8a2f-b8ad7e2c9be7 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackNegativeTests-06ae13cc-a969-477-user", "links": {"self": "http://172.30.9.21:5000/v3/users/0aaea129a4de4e9987966f4fe791fd97"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "53299375325e47f388e2ae0f5d32cc73", "id": "0aaea129a4de4e9987966f4fe791fd97", "password_expires_at": null}} 2018-10-26 10:09:44,051 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/0aaea129a4de4e9987966f4fe791fd97 used request id req-c262fb4b-42a3-4339-8a2f-b8ad7e2c9be7 2018-10-26 10:09:44,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/53299375325e47f388e2ae0f5d32cc73/users/0aaea129a4de4e9987966f4fe791fd97/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfce7eb6925ec76d87259cfc8ceb8a7a4525c5b4" 2018-10-26 10:09:44,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0dc24a63-72fc-4beb-830f-62b124988173 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/53299375325e47f388e2ae0f5d32cc73/users/0aaea129a4de4e9987966f4fe791fd97/roles", "previous": null, "next": null}, "roles": []} 2018-10-26 10:09:44,151 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/53299375325e47f388e2ae0f5d32cc73/users/0aaea129a4de4e9987966f4fe791fd97/roles used request id req-0dc24a63-72fc-4beb-830f-62b124988173 2018-10-26 10:09:44,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfce7eb6925ec76d87259cfc8ceb8a7a4525c5b4" 2018-10-26 10:09:44,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9166b4ee-35bd-4a94-bef4-ad89a3127031 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "domain_id": null, "name": "heat_stack_owner", "id": "4f75e021dfe74c9ab7a3aee778a72c84"}} 2018-10-26 10:09:44,251 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84 used request id req-9166b4ee-35bd-4a94-bef4-ad89a3127031 2018-10-26 10:09:44,252 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackNegativeTests-06ae13cc-a969-477-proj 2018-10-26 10:09:44,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/53299375325e47f388e2ae0f5d32cc73/users/0aaea129a4de4e9987966f4fe791fd97/roles/4f75e021dfe74c9ab7a3aee778a72c84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfce7eb6925ec76d87259cfc8ceb8a7a4525c5b4" 2018-10-26 10:09:44,380 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:09:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-41ef396d-95fa-415c-90af-99f3e6594c46 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:09:44,381 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/53299375325e47f388e2ae0f5d32cc73/users/0aaea129a4de4e9987966f4fe791fd97/roles/4f75e021dfe74c9ab7a3aee778a72c84 used request id req-41ef396d-95fa-415c-90af-99f3e6594c46 2018-10-26 10:09:44,381 - keystone_utils - INFO - Created user with name - CreateStackNegativeTests-06ae13cc-a969-477-user 2018-10-26 10:09:44,381 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:09:44,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}801f51396e56749fed55f3b5c277ac2d13212921" 2018-10-26 10:09:44,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8903a280-3992-4973-ab9f-bdb17b5ce90c Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:09:44,402 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-8903a280-3992-4973-ab9f-bdb17b5ce90c 2018-10-26 10:09:44,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}801f51396e56749fed55f3b5c277ac2d13212921" -d '{"role": {"name": "CreateStackNegativeTests-06ae13cc-a969-477-proj-role"}}' 2018-10-26 10:09:44,515 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:09:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0d7a0ea4-a656-4974-9d8b-5799c994a667 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e474104209b2480297c9bc855790f4b6", "links": {"self": "http://172.30.9.21:5000/v3/roles/e474104209b2480297c9bc855790f4b6"}, "name": "CreateStackNegativeTests-06ae13cc-a969-477-proj-role"}} 2018-10-26 10:09:44,516 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-0d7a0ea4-a656-4974-9d8b-5799c994a667 2018-10-26 10:09:44,516 - keystone_utils - INFO - Created role with name - CreateStackNegativeTests-06ae13cc-a969-477-proj-role 2018-10-26 10:09:44,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/e474104209b2480297c9bc855790f4b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}801f51396e56749fed55f3b5c277ac2d13212921" 2018-10-26 10:09:44,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4ce5c78-e322-4e22-8576-57bc20354696 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/e474104209b2480297c9bc855790f4b6"}, "domain_id": null, "name": "CreateStackNegativeTests-06ae13cc-a969-477-proj-role", "id": "e474104209b2480297c9bc855790f4b6"}} 2018-10-26 10:09:44,609 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/e474104209b2480297c9bc855790f4b6 used request id req-b4ce5c78-e322-4e22-8576-57bc20354696 2018-10-26 10:09:44,610 - keystone_utils - INFO - Granting role CreateStackNegativeTests-06ae13cc-a969-477-proj-role to project CreateStackNegativeTests-06ae13cc-a969-477-proj 2018-10-26 10:09:44,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/53299375325e47f388e2ae0f5d32cc73/users/0aaea129a4de4e9987966f4fe791fd97/roles/e474104209b2480297c9bc855790f4b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}801f51396e56749fed55f3b5c277ac2d13212921" 2018-10-26 10:09:44,733 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:09:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7aa2902e-d290-4ea2-8505-1859d9d55be5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:09:44,733 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/53299375325e47f388e2ae0f5d32cc73/users/0aaea129a4de4e9987966f4fe791fd97/roles/e474104209b2480297c9bc855790f4b6 used request id req-7aa2902e-d290-4ea2-8505-1859d9d55be5 2018-10-26 10:09:44,733 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:09:44,734 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:09:45,116 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e474104209b2480297c9bc855790f4b6", "name": "CreateStackNegativeTests-06ae13cc-a969-477-proj-role"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:09:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "53299375325e47f388e2ae0f5d32cc73", "name": "CreateStackNegativeTests-06ae13cc-a969-477-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/53299375325e47f388e2ae0f5d32cc73", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/53299375325e47f388e2ae0f5d32cc73", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/53299375325e47f388e2ae0f5d32cc73", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/53299375325e47f388e2ae0f5d32cc73", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/53299375325e47f388e2ae0f5d32cc73", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/53299375325e47f388e2ae0f5d32cc73", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/53299375325e47f388e2ae0f5d32cc73", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/53299375325e47f388e2ae0f5d32cc73", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/53299375325e47f388e2ae0f5d32cc73", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/53299375325e47f388e2ae0f5d32cc73", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/53299375325e47f388e2ae0f5d32cc73", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/53299375325e47f388e2ae0f5d32cc73", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackNegativeTests-06ae13cc-a969-477-user", "id": "0aaea129a4de4e9987966f4fe791fd97"}, "audit_ids": ["VY3cCe-uSoupuhOimPRMaw"], "issued_at": "2018-10-26T10:09:45.000000Z"}} 2018-10-26 10:09:45,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f2b8863054bcbb4ebb337b5d9002e1f918b7ab5" 2018-10-26 10:09:45,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb0ac07e-dbea-40ee-8dcb-cbf3e89d3c3d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:09:45,205 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-bb0ac07e-dbea-40ee-8dcb-cbf3e89d3c3d 2018-10-26 10:09:45,207 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:09:45,210 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-26 10:09:45,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/53299375325e47f388e2ae0f5d32cc73/stacks?stack_name=CreateStackNegativeTests-ac0176de-e0b4-44b5-b950-a33c9209aa39 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f2b8863054bcbb4ebb337b5d9002e1f918b7ab5" 2018-10-26 10:09:45,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:45 GMT Server: Apache x-openstack-request-id: req-0df6f690-838e-43ef-8b04-cd2506a32ee5 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-10-26 10:09:45,383 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/53299375325e47f388e2ae0f5d32cc73/stacks?stack_name=CreateStackNegativeTests-ac0176de-e0b4-44b5-b950-a33c9209aa39 used request id req-0df6f690-838e-43ef-8b04-cd2506a32ee5 2018-10-26 10:09:45,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8004/v1/53299375325e47f388e2ae0f5d32cc73/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f2b8863054bcbb4ebb337b5d9002e1f918b7ab5" -d '{"stack_name": "CreateStackNegativeTests-ac0176de-e0b4-44b5-b950-a33c9209aa39", "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-26 10:09:45,845 - keystoneauth.session - DEBUG - RESP: [400] Date: Fri, 26 Oct 2018 10:09:45 GMT Server: Apache x-openstack-request-id: req-4869aaf3-855b-4d2d-b878-a33175720e0e 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-26 10:09:45,846 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/53299375325e47f388e2ae0f5d32cc73/stacks used request id req-4869aaf3-855b-4d2d-b878-a33175720e0e 2018-10-26 10:09:45,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}801f51396e56749fed55f3b5c277ac2d13212921" 2018-10-26 10:09:46,057 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-4c790cc9-8c6a-476e-8c9e-876526f0ad70 Date: Fri, 26 Oct 2018 10:09:46 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 10:09:46,058 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-4c790cc9-8c6a-476e-8c9e-876526f0ad70 2018-10-26 10:09:46,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}801f51396e56749fed55f3b5c277ac2d13212921" 2018-10-26 10:09:46,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b9f6894-b41d-4ce9-8ccf-b8d6d6e26a9e 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 10:09:46,143 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-7b9f6894-b41d-4ce9-8ccf-b8d6d6e26a9e 2018-10-26 10:09:46,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}801f51396e56749fed55f3b5c277ac2d13212921" 2018-10-26 10:09:46,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f029f92f-6e12-4ec1-abe9-f5eecadb4e62 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 10:09:46,239 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-f029f92f-6e12-4ec1-abe9-f5eecadb4e62 2018-10-26 10:09:46,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}801f51396e56749fed55f3b5c277ac2d13212921" 2018-10-26 10:09:46,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61b8e863-1c4e-4511-bee0-107599ad05a8 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 10:09:46,332 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-61b8e863-1c4e-4511-bee0-107599ad05a8 2018-10-26 10:09:46,333 - keystone_utils - INFO - Deleting project with name - CreateStackNegativeTests-06ae13cc-a969-477-proj 2018-10-26 10:09:46,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/53299375325e47f388e2ae0f5d32cc73 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}801f51396e56749fed55f3b5c277ac2d13212921" 2018-10-26 10:09:46,560 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:09:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-504685d1-be70-457c-a0b7-45186e32ef1b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:09:46,560 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/53299375325e47f388e2ae0f5d32cc73 used request id req-504685d1-be70-457c-a0b7-45186e32ef1b 2018-10-26 10:09:46,560 - keystone_utils - INFO - Deleting role with name - CreateStackNegativeTests-06ae13cc-a969-477-proj-role 2018-10-26 10:09:46,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/e474104209b2480297c9bc855790f4b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}801f51396e56749fed55f3b5c277ac2d13212921" 2018-10-26 10:09:46,676 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:09:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d0516895-ee31-4c68-8928-413a6aa12f94 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:09:46,677 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/e474104209b2480297c9bc855790f4b6 used request id req-d0516895-ee31-4c68-8928-413a6aa12f94 2018-10-26 10:09:46,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}801f51396e56749fed55f3b5c277ac2d13212921" 2018-10-26 10:09:46,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac8f1914-06fe-4913-a854-636db2f70e82 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:09:46,766 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-ac8f1914-06fe-4913-a854-636db2f70e82 2018-10-26 10:09:46,767 - keystone_utils - INFO - Deleting user with name - CreateStackNegativeTests-06ae13cc-a969-477-user 2018-10-26 10:09:46,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/0aaea129a4de4e9987966f4fe791fd97 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfce7eb6925ec76d87259cfc8ceb8a7a4525c5b4" 2018-10-26 10:09:46,926 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:09:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-72d04805-be08-4b3d-8083-29af5a342db5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:09:46,927 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/0aaea129a4de4e9987966f4fe791fd97 used request id req-72d04805-be08-4b3d-8083-29af5a342db5 2018-10-26 10:09:46,928 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:09:47,314 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:09:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["dAe1avjMQYSU6ExJvcSrfA"], "issued_at": "2018-10-26T10:09:47.000000Z"}} 2018-10-26 10:09:47,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cbf303bd35467aa7a7630c93d2488541f44b14b" 2018-10-26 10:09:47,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c5aaf10-7834-4c7f-bf63-0efe6a994bc8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:09:47,400 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-7c5aaf10-7834-4c7f-bf63-0efe6a994bc8 2018-10-26 10:09:47,401 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:09:47,402 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:09:47,784 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:09:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["l1kUB78tQHa9IYJEKs0nfw"], "issued_at": "2018-10-26T10:09:47.000000Z"}} 2018-10-26 10:09:47,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}248400bdd206708deba7a4f337b6bd14be6b3a07" 2018-10-26 10:09:47,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c452276c-8c2c-441f-b916-8ef725266112 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:09:47,873 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c452276c-8c2c-441f-b916-8ef725266112 2018-10-26 10:09:47,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:09:47,884 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:09:47,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-7e30f231-e474-4ac-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}248400bdd206708deba7a4f337b6bd14be6b3a07" 2018-10-26 10:09:47,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52b18748-1f8f-4789-b403-18583cfdc819 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-7e30f231-e474-4ac-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 10:09:47,966 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-7e30f231-e474-4ac-proj used request id req-52b18748-1f8f-4789-b403-18583cfdc819 2018-10-26 10:09:47,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}248400bdd206708deba7a4f337b6bd14be6b3a07" 2018-10-26 10:09:48,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c512473-4395-4e67-ae6c-2b78d1706b04 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 10:09:48,061 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-9c512473-4395-4e67-ae6c-2b78d1706b04 2018-10-26 10:09:48,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}248400bdd206708deba7a4f337b6bd14be6b3a07" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-7e30f231-e474-4ac-proj"}}' 2018-10-26 10:09:48,174 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:09:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-410d08ff-0590-4850-94c5-2e8758b9bf67 Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/5ec49215144649b1a6ed53280ca9bd42"}, "enabled": true, "id": "5ec49215144649b1a6ed53280ca9bd42", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-7e30f231-e474-4ac-proj"}} 2018-10-26 10:09:48,174 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-410d08ff-0590-4850-94c5-2e8758b9bf67 2018-10-26 10:09:48,175 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-7e30f231-e474-4ac-proj 2018-10-26 10:09:48,175 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:09:48,176 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:09:48,548 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:09:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["Phs9ZwErSwqs-NfowAA8MQ"], "issued_at": "2018-10-26T10:09:48.000000Z"}} 2018-10-26 10:09:48,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d85ebba64d892fadefaf2e66041eb2e81bbf6cd" 2018-10-26 10:09:48,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d240011a-cfa5-4c2e-b763-a60da9cbbc77 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:09:48,634 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d240011a-cfa5-4c2e-b763-a60da9cbbc77 2018-10-26 10:09:48,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:09:48,644 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:09:48,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d85ebba64d892fadefaf2e66041eb2e81bbf6cd" 2018-10-26 10:09:48,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-763e4b64-97c8-4721-9875-98c8e6380610 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 10:09:48,743 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-763e4b64-97c8-4721-9875-98c8e6380610 2018-10-26 10:09:48,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstanceSingleNetworkTests-7e30f231-e474-4ac-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d85ebba64d892fadefaf2e66041eb2e81bbf6cd" 2018-10-26 10:09:48,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ac5a288-2dd3-45c4-a18b-3af392f5df09 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstanceSingleNetworkTests-7e30f231-e474-4ac-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/5ec49215144649b1a6ed53280ca9bd42"}, "enabled": true, "id": "5ec49215144649b1a6ed53280ca9bd42", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-7e30f231-e474-4ac-proj"}]} 2018-10-26 10:09:48,835 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstanceSingleNetworkTests-7e30f231-e474-4ac-proj used request id req-2ac5a288-2dd3-45c4-a18b-3af392f5df09 2018-10-26 10:09:48,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d85ebba64d892fadefaf2e66041eb2e81bbf6cd" 2018-10-26 10:09:48,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b628c31a-ee9f-4109-888b-2578f4da6f00 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 10:09:48,936 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-b628c31a-ee9f-4109-888b-2578f4da6f00 2018-10-26 10:09:49,288 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-7e30f231-e474-4ac-user 2018-10-26 10:09:49,288 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:09:49,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}248400bdd206708deba7a4f337b6bd14be6b3a07" 2018-10-26 10:09:49,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-381e6bd7-a2ee-4221-8d4f-683e94991f0d Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:09:49,309 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-381e6bd7-a2ee-4221-8d4f-683e94991f0d 2018-10-26 10:09:49,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}248400bdd206708deba7a4f337b6bd14be6b3a07" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-7e30f231-e474-4ac-proj-role"}}' 2018-10-26 10:09:49,425 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:09:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-89a995b8-b2d1-4144-a6fc-04ad0d3a3072 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d28265809fdf49e184ec7e020d9f3f1b", "links": {"self": "http://172.30.9.21:5000/v3/roles/d28265809fdf49e184ec7e020d9f3f1b"}, "name": "CreateInstanceSingleNetworkTests-7e30f231-e474-4ac-proj-role"}} 2018-10-26 10:09:49,425 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-89a995b8-b2d1-4144-a6fc-04ad0d3a3072 2018-10-26 10:09:49,426 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-7e30f231-e474-4ac-proj-role 2018-10-26 10:09:49,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/d28265809fdf49e184ec7e020d9f3f1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}248400bdd206708deba7a4f337b6bd14be6b3a07" 2018-10-26 10:09:49,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-275baafb-3399-4069-a059-74b6def48900 Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/d28265809fdf49e184ec7e020d9f3f1b"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-7e30f231-e474-4ac-proj-role", "id": "d28265809fdf49e184ec7e020d9f3f1b"}} 2018-10-26 10:09:49,445 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/d28265809fdf49e184ec7e020d9f3f1b used request id req-275baafb-3399-4069-a059-74b6def48900 2018-10-26 10:09:49,446 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-7e30f231-e474-4ac-proj-role to project CreateInstanceSingleNetworkTests-7e30f231-e474-4ac-proj 2018-10-26 10:09:49,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/5ec49215144649b1a6ed53280ca9bd42/users/3e791bcd552145cdad3329a0b8906ab6/roles/d28265809fdf49e184ec7e020d9f3f1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}248400bdd206708deba7a4f337b6bd14be6b3a07" 2018-10-26 10:09:49,578 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:09:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-54b023b0-c1fa-46fa-ac07-9dbc0f29278e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:09:49,578 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/5ec49215144649b1a6ed53280ca9bd42/users/3e791bcd552145cdad3329a0b8906ab6/roles/d28265809fdf49e184ec7e020d9f3f1b used request id req-54b023b0-c1fa-46fa-ac07-9dbc0f29278e 2018-10-26 10:09:49,578 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:09:49,580 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-26 10:09:49,580 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:09:49,581 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:09:50,049 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d28265809fdf49e184ec7e020d9f3f1b", "name": "CreateInstanceSingleNetworkTests-7e30f231-e474-4ac-proj-role"}], "expires_at": "2018-10-26T11:09:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5ec49215144649b1a6ed53280ca9bd42", "name": "CreateInstanceSingleNetworkTests-7e30f231-e474-4ac-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/5ec49215144649b1a6ed53280ca9bd42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/5ec49215144649b1a6ed53280ca9bd42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/5ec49215144649b1a6ed53280ca9bd42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/5ec49215144649b1a6ed53280ca9bd42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/5ec49215144649b1a6ed53280ca9bd42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/5ec49215144649b1a6ed53280ca9bd42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/5ec49215144649b1a6ed53280ca9bd42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/5ec49215144649b1a6ed53280ca9bd42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/5ec49215144649b1a6ed53280ca9bd42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/5ec49215144649b1a6ed53280ca9bd42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/5ec49215144649b1a6ed53280ca9bd42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/5ec49215144649b1a6ed53280ca9bd42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-7e30f231-e474-4ac-user", "id": "3e791bcd552145cdad3329a0b8906ab6"}, "audit_ids": ["B6FMkVzOR1Wuy3Rbl4pa_g"], "issued_at": "2018-10-26T10:09:50.000000Z"}} 2018-10-26 10:09:50,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c1744cce5f75d7ec623fc3c480bafa9519b808b2" 2018-10-26 10:09:50,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ab81ce9-6002-4426-8949-9028833e8f53 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:09:50,117 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-3ab81ce9-6002-4426-8949-9028833e8f53 2018-10-26 10:09:50,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c1744cce5f75d7ec623fc3c480bafa9519b808b2" 2018-10-26 10:09:50,303 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-abf76d36-e059-44c5-b7a4-b12fe8a7b1d5 Date: Fri, 26 Oct 2018 10:09:50 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-image"} 2018-10-26 10:09:50,303 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-image used request id req-abf76d36-e059-44c5-b7a4-b12fe8a7b1d5 2018-10-26 10:09:50,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c1744cce5f75d7ec623fc3c480bafa9519b808b2" 2018-10-26 10:09:50,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4bdf9567-40a9-48e1-a0f3-0ee3ed0bc728 Date: Fri, 26 Oct 2018 10:09: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-26 10:09:50,451 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-4bdf9567-40a9-48e1-a0f3-0ee3ed0bc728 2018-10-26 10:09:50,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c1744cce5f75d7ec623fc3c480bafa9519b808b2" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-image"}' 2018-10-26 10:09:50,680 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/cf3a9e39-0a8b-4835-ab13-0b12db3819fe X-Openstack-Request-Id: req-2532cd6a-bfc8-4da2-bb1f-d3db059de679 Date: Fri, 26 Oct 2018 10:09:50 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:09:50Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-26T10:09:50Z", "visibility": "shared", "locations": [], "self": "/v2/images/cf3a9e39-0a8b-4835-ab13-0b12db3819fe", "min_disk": 0, "protected": false, "id": "cf3a9e39-0a8b-4835-ab13-0b12db3819fe", "file": "/v2/images/cf3a9e39-0a8b-4835-ab13-0b12db3819fe/file", "checksum": null, "owner": "5ec49215144649b1a6ed53280ca9bd42", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:09:50,680 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-2532cd6a-bfc8-4da2-bb1f-d3db059de679 2018-10-26 10:09:50,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/cf3a9e39-0a8b-4835-ab13-0b12db3819fe/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c1744cce5f75d7ec623fc3c480bafa9519b808b2" -d '' 2018-10-26 10:09:52,645 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9254342e-9b11-4a84-b66c-9387ce81899c Date: Fri, 26 Oct 2018 10:09:52 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-26 10:09:52,645 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/cf3a9e39-0a8b-4835-ab13-0b12db3819fe/file used request id req-9254342e-9b11-4a84-b66c-9387ce81899c 2018-10-26 10:09:52,646 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 10:09:52,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/cf3a9e39-0a8b-4835-ab13-0b12db3819fe -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c1744cce5f75d7ec623fc3c480bafa9519b808b2" 2018-10-26 10:09:52,801 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-7b76334e-9a88-45a6-a87d-fcbd74ad6d39 Date: Fri, 26 Oct 2018 10:09:52 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:09:50Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T10:09:52Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/cf3a9e39-0a8b-4835-ab13-0b12db3819fe/snap", "metadata": {}}], "self": "/v2/images/cf3a9e39-0a8b-4835-ab13-0b12db3819fe", "min_disk": 0, "protected": false, "id": "cf3a9e39-0a8b-4835-ab13-0b12db3819fe", "file": "/v2/images/cf3a9e39-0a8b-4835-ab13-0b12db3819fe/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "5ec49215144649b1a6ed53280ca9bd42", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/cf3a9e39-0a8b-4835-ab13-0b12db3819fe/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:09:52,801 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/cf3a9e39-0a8b-4835-ab13-0b12db3819fe used request id req-7b76334e-9a88-45a6-a87d-fcbd74ad6d39 2018-10-26 10:09:52,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c1744cce5f75d7ec623fc3c480bafa9519b808b2" 2018-10-26 10:09:52,945 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c7de6429-caa4-4465-9945-134e6f94685c Date: Fri, 26 Oct 2018 10:09: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-26 10:09:52,945 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-c7de6429-caa4-4465-9945-134e6f94685c 2018-10-26 10:09:52,948 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-image 2018-10-26 10:09:52,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/cf3a9e39-0a8b-4835-ab13-0b12db3819fe -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c1744cce5f75d7ec623fc3c480bafa9519b808b2" 2018-10-26 10:09:53,115 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-4e0c321b-320e-45a7-8cf7-68bb3da1bf65 Date: Fri, 26 Oct 2018 10:09:53 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:09:50Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T10:09:52Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/cf3a9e39-0a8b-4835-ab13-0b12db3819fe/snap", "metadata": {}}], "self": "/v2/images/cf3a9e39-0a8b-4835-ab13-0b12db3819fe", "min_disk": 0, "protected": false, "id": "cf3a9e39-0a8b-4835-ab13-0b12db3819fe", "file": "/v2/images/cf3a9e39-0a8b-4835-ab13-0b12db3819fe/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "5ec49215144649b1a6ed53280ca9bd42", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/cf3a9e39-0a8b-4835-ab13-0b12db3819fe/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:09:53,116 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/cf3a9e39-0a8b-4835-ab13-0b12db3819fe used request id req-4e0c321b-320e-45a7-8cf7-68bb3da1bf65 2018-10-26 10:09:53,116 - create_image - DEBUG - Instance status is - active 2018-10-26 10:09:53,116 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-image 2018-10-26 10:09:53,117 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-image 2018-10-26 10:09:53,117 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:09:53,118 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:09:53,493 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d28265809fdf49e184ec7e020d9f3f1b", "name": "CreateInstanceSingleNetworkTests-7e30f231-e474-4ac-proj-role"}], "expires_at": "2018-10-26T11:09:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5ec49215144649b1a6ed53280ca9bd42", "name": "CreateInstanceSingleNetworkTests-7e30f231-e474-4ac-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/5ec49215144649b1a6ed53280ca9bd42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/5ec49215144649b1a6ed53280ca9bd42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/5ec49215144649b1a6ed53280ca9bd42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/5ec49215144649b1a6ed53280ca9bd42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/5ec49215144649b1a6ed53280ca9bd42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/5ec49215144649b1a6ed53280ca9bd42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/5ec49215144649b1a6ed53280ca9bd42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/5ec49215144649b1a6ed53280ca9bd42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/5ec49215144649b1a6ed53280ca9bd42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/5ec49215144649b1a6ed53280ca9bd42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/5ec49215144649b1a6ed53280ca9bd42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/5ec49215144649b1a6ed53280ca9bd42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-7e30f231-e474-4ac-user", "id": "3e791bcd552145cdad3329a0b8906ab6"}, "audit_ids": ["alyfk3mYRjOjqWJXugPE2A"], "issued_at": "2018-10-26T10:09:53.000000Z"}} 2018-10-26 10:09:53,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d945a544eceffd1f42d91ee8a1b21095a4f43ed" 2018-10-26 10:09:53,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-579882c3-638c-4885-9c68-75236cec8a1a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:09:53,575 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-579882c3-638c-4885-9c68-75236cec8a1a 2018-10-26 10:09:53,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d945a544eceffd1f42d91ee8a1b21095a4f43ed" 2018-10-26 10:09:53,762 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-0fa7525e-f1eb-4f5f-abeb-efa9af11dfd9 Date: Fri, 26 Oct 2018 10:09:53 GMT RESP BODY: {"networks":[]} 2018-10-26 10:09:53,763 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-net used request id req-0fa7525e-f1eb-4f5f-abeb-efa9af11dfd9 2018-10-26 10:09:53,763 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-net 2018-10-26 10:09:53,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d945a544eceffd1f42d91ee8a1b21095a4f43ed" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-net", "admin_state_up": true}}' 2018-10-26 10:09:54,274 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-4876fd7a-7827-45c9-af27-05ee02069d7a Date: Fri, 26 Oct 2018 10:09:54 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0261337f-a858-4dd9-b850-455338a8d99d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5ec49215144649b1a6ed53280ca9bd42","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T10:09:54Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"5ec49215144649b1a6ed53280ca9bd42","created_at":"2018-10-26T10:09:54Z","mtu":1450}} 2018-10-26 10:09:54,274 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-4876fd7a-7827-45c9-af27-05ee02069d7a 2018-10-26 10:09:54,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=0261337f-a858-4dd9-b850-455338a8d99d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d945a544eceffd1f42d91ee8a1b21095a4f43ed" 2018-10-26 10:09:54,511 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-29c41a51-4cfb-4732-8061-5da75ba77d74 Date: Fri, 26 Oct 2018 10:09:54 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-26T10:09:54Z","tenant_id":"5ec49215144649b1a6ed53280ca9bd42","created_at":"2018-10-26T10:09:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"5ec49215144649b1a6ed53280ca9bd42","id":"0261337f-a858-4dd9-b850-455338a8d99d","name":"CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-net"}]} 2018-10-26 10:09:54,511 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=0261337f-a858-4dd9-b850-455338a8d99d used request id req-29c41a51-4cfb-4732-8061-5da75ba77d74 2018-10-26 10:09:54,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=0261337f-a858-4dd9-b850-455338a8d99d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d945a544eceffd1f42d91ee8a1b21095a4f43ed" 2018-10-26 10:09:54,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-99624ef7-090b-4a17-9fab-99b9cb69f594 Date: Fri, 26 Oct 2018 10:09:54 GMT RESP BODY: {"subnets":[]} 2018-10-26 10:09:54,696 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=0261337f-a858-4dd9-b850-455338a8d99d used request id req-99624ef7-090b-4a17-9fab-99b9cb69f594 2018-10-26 10:09:54,696 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-subnet 2018-10-26 10:09:54,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d945a544eceffd1f42d91ee8a1b21095a4f43ed" -d '{"subnets": [{"ip_version": 4, "network_id": "0261337f-a858-4dd9-b850-455338a8d99d", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-subnet"}]}' 2018-10-26 10:09:55,400 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-299bcccd-cc99-4359-bee9-b2ed9dc7613f Date: Fri, 26 Oct 2018 10:09:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0261337f-a858-4dd9-b850-455338a8d99d","tenant_id":"5ec49215144649b1a6ed53280ca9bd42","created_at":"2018-10-26T10:09:55Z","dns_nameservers":[],"updated_at":"2018-10-26T10:09: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":"5ec49215144649b1a6ed53280ca9bd42","id":"8e7b7f5e-cfd8-40da-ac5e-9f605413f37f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-subnet"}]} 2018-10-26 10:09:55,400 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-299bcccd-cc99-4359-bee9-b2ed9dc7613f 2018-10-26 10:09:55,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=0261337f-a858-4dd9-b850-455338a8d99d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d945a544eceffd1f42d91ee8a1b21095a4f43ed" 2018-10-26 10:09:55,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-60366a85-e72c-4cab-a724-d1d571262b71 Date: Fri, 26 Oct 2018 10:09: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":["8e7b7f5e-cfd8-40da-ac5e-9f605413f37f"],"updated_at":"2018-10-26T10:09:55Z","tenant_id":"5ec49215144649b1a6ed53280ca9bd42","created_at":"2018-10-26T10:09:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5ec49215144649b1a6ed53280ca9bd42","id":"0261337f-a858-4dd9-b850-455338a8d99d","name":"CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-net"}]} 2018-10-26 10:09:55,673 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=0261337f-a858-4dd9-b850-455338a8d99d used request id req-60366a85-e72c-4cab-a724-d1d571262b71 2018-10-26 10:09:55,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=0261337f-a858-4dd9-b850-455338a8d99d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d945a544eceffd1f42d91ee8a1b21095a4f43ed" 2018-10-26 10:09:55,728 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-6e630307-f3b0-4575-b804-7e821407c441 Date: Fri, 26 Oct 2018 10:09:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0261337f-a858-4dd9-b850-455338a8d99d","tenant_id":"5ec49215144649b1a6ed53280ca9bd42","created_at":"2018-10-26T10:09:55Z","dns_nameservers":[],"updated_at":"2018-10-26T10:09: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":"5ec49215144649b1a6ed53280ca9bd42","id":"8e7b7f5e-cfd8-40da-ac5e-9f605413f37f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-subnet"}]} 2018-10-26 10:09:55,728 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=0261337f-a858-4dd9-b850-455338a8d99d used request id req-6e630307-f3b0-4575-b804-7e821407c441 2018-10-26 10:09:55,729 - OpenStackNetwork - DEBUG - Network [0261337f-a858-4dd9-b850-455338a8d99d] created successfully 2018-10-26 10:09:55,729 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:09:55,730 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:09:56,107 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d28265809fdf49e184ec7e020d9f3f1b", "name": "CreateInstanceSingleNetworkTests-7e30f231-e474-4ac-proj-role"}], "expires_at": "2018-10-26T11:09:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5ec49215144649b1a6ed53280ca9bd42", "name": "CreateInstanceSingleNetworkTests-7e30f231-e474-4ac-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/5ec49215144649b1a6ed53280ca9bd42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/5ec49215144649b1a6ed53280ca9bd42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/5ec49215144649b1a6ed53280ca9bd42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/5ec49215144649b1a6ed53280ca9bd42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/5ec49215144649b1a6ed53280ca9bd42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/5ec49215144649b1a6ed53280ca9bd42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/5ec49215144649b1a6ed53280ca9bd42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/5ec49215144649b1a6ed53280ca9bd42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/5ec49215144649b1a6ed53280ca9bd42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/5ec49215144649b1a6ed53280ca9bd42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/5ec49215144649b1a6ed53280ca9bd42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/5ec49215144649b1a6ed53280ca9bd42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-7e30f231-e474-4ac-user", "id": "3e791bcd552145cdad3329a0b8906ab6"}, "audit_ids": ["XAitg5BjQjqVgQC-ZJaeVg"], "issued_at": "2018-10-26T10:09:56.000000Z"}} 2018-10-26 10:09:56,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0aa04c4bf9857c9726e131ac873a1529b1ef2c1" 2018-10-26 10:09:56,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d919af1-bef1-486a-bfde-a605337a7784 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:09:56,120 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-4d919af1-bef1-486a-bfde-a605337a7784 2018-10-26 10:09:56,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0aa04c4bf9857c9726e131ac873a1529b1ef2c1" 2018-10-26 10:09:56,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-e8b8d0bb-2483-4006-a188-ecc0d1b5ecf8 Date: Fri, 26 Oct 2018 10:09:56 GMT RESP BODY: {"routers": []} 2018-10-26 10:09:56,312 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-router&admin_state_up=True used request id req-e8b8d0bb-2483-4006-a188-ecc0d1b5ecf8 2018-10-26 10:09:56,312 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:09:56,313 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:09:56,694 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d28265809fdf49e184ec7e020d9f3f1b", "name": "CreateInstanceSingleNetworkTests-7e30f231-e474-4ac-proj-role"}], "expires_at": "2018-10-26T11:09:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5ec49215144649b1a6ed53280ca9bd42", "name": "CreateInstanceSingleNetworkTests-7e30f231-e474-4ac-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/5ec49215144649b1a6ed53280ca9bd42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/5ec49215144649b1a6ed53280ca9bd42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/5ec49215144649b1a6ed53280ca9bd42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/5ec49215144649b1a6ed53280ca9bd42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/5ec49215144649b1a6ed53280ca9bd42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/5ec49215144649b1a6ed53280ca9bd42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/5ec49215144649b1a6ed53280ca9bd42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/5ec49215144649b1a6ed53280ca9bd42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/5ec49215144649b1a6ed53280ca9bd42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/5ec49215144649b1a6ed53280ca9bd42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/5ec49215144649b1a6ed53280ca9bd42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/5ec49215144649b1a6ed53280ca9bd42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-7e30f231-e474-4ac-user", "id": "3e791bcd552145cdad3329a0b8906ab6"}, "audit_ids": ["FPlRhaxdRLmtj1aQi9o-Zw"], "issued_at": "2018-10-26T10:09:56.000000Z"}} 2018-10-26 10:09:56,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38f68c9840d2a41a271879a33899c53b6a84b084" 2018-10-26 10:09:56,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:09:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62b31c07-4244-4499-a89e-d6a9e771dfd6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:09:56,767 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-62b31c07-4244-4499-a89e-d6a9e771dfd6 2018-10-26 10:09:56,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0aa04c4bf9857c9726e131ac873a1529b1ef2c1" 2018-10-26 10:09:57,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-09581184-297e-4144-b4da-08062cf83790 Date: Fri, 26 Oct 2018 10:09:57 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","mtu":1500}]} 2018-10-26 10:09:57,020 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-09581184-297e-4144-b4da-08062cf83790 2018-10-26 10:09:57,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0aa04c4bf9857c9726e131ac873a1529b1ef2c1" 2018-10-26 10:09:57,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-63789b7c-ea61-43fb-a01c-537ca2c54d52 Date: Fri, 26 Oct 2018 10:09:57 GMT RESP BODY: {"subnets":[]} 2018-10-26 10:09:57,215 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-63789b7c-ea61-43fb-a01c-537ca2c54d52 2018-10-26 10:09:57,216 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-router 2018-10-26 10:09:57,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0aa04c4bf9857c9726e131ac873a1529b1ef2c1" -d '{"router": {"external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693"}, "name": "CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-router", "admin_state_up": true}}' 2018-10-26 10:10:02,517 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-9efa1fea-d766-47fc-b0af-acba69d6e7fd Date: Fri, 26 Oct 2018 10:10:02 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "created_at": "2018-10-26T10:09:57Z", "admin_state_up": true, "updated_at": "2018-10-26T10:09:58Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "5ec49215144649b1a6ed53280ca9bd42", "id": "eda9b906-1aff-446a-8d42-c91b65ff87f7", "name": "CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-router"}} 2018-10-26 10:10:02,517 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-9efa1fea-d766-47fc-b0af-acba69d6e7fd 2018-10-26 10:10:02,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=eda9b906-1aff-446a-8d42-c91b65ff87f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0aa04c4bf9857c9726e131ac873a1529b1ef2c1" 2018-10-26 10:10:02,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-b7d867e0-5f18-40f5-b630-08dd27bcf6e7 Date: Fri, 26 Oct 2018 10:10:02 GMT RESP BODY: {"ports":[]} 2018-10-26 10:10:02,696 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=eda9b906-1aff-446a-8d42-c91b65ff87f7 used request id req-b7d867e0-5f18-40f5-b630-08dd27bcf6e7 2018-10-26 10:10:02,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0aa04c4bf9857c9726e131ac873a1529b1ef2c1" 2018-10-26 10:10:02,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-f7ce93ed-ceea-4c94-a228-a4808ed764fb Date: Fri, 26 Oct 2018 10:10: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":["8e7b7f5e-cfd8-40da-ac5e-9f605413f37f"],"updated_at":"2018-10-26T10:09:55Z","tenant_id":"5ec49215144649b1a6ed53280ca9bd42","created_at":"2018-10-26T10:09:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5ec49215144649b1a6ed53280ca9bd42","id":"0261337f-a858-4dd9-b850-455338a8d99d","name":"CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-net"}]} 2018-10-26 10:10:02,799 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-net used request id req-f7ce93ed-ceea-4c94-a228-a4808ed764fb 2018-10-26 10:10:02,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:10:02,808 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:10: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:10:02,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5ec49215144649b1a6ed53280ca9bd42 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0aa04c4bf9857c9726e131ac873a1529b1ef2c1" 2018-10-26 10:10:02,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:10:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63759166-ff01-41b9-bf30-9a1f020a330c Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/5ec49215144649b1a6ed53280ca9bd42"}, "enabled": true, "id": "5ec49215144649b1a6ed53280ca9bd42", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-7e30f231-e474-4ac-proj"}} 2018-10-26 10:10:02,888 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5ec49215144649b1a6ed53280ca9bd42 used request id req-63759166-ff01-41b9-bf30-9a1f020a330c 2018-10-26 10:10:02,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=0261337f-a858-4dd9-b850-455338a8d99d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0aa04c4bf9857c9726e131ac873a1529b1ef2c1" 2018-10-26 10:10:02,947 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-4a20bb16-21c8-4887-a78b-c5adb2e08b7a Date: Fri, 26 Oct 2018 10:10:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0261337f-a858-4dd9-b850-455338a8d99d","tenant_id":"5ec49215144649b1a6ed53280ca9bd42","created_at":"2018-10-26T10:09:55Z","dns_nameservers":[],"updated_at":"2018-10-26T10:09: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":"5ec49215144649b1a6ed53280ca9bd42","id":"8e7b7f5e-cfd8-40da-ac5e-9f605413f37f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-subnet"}]} 2018-10-26 10:10:02,947 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=0261337f-a858-4dd9-b850-455338a8d99d used request id req-4a20bb16-21c8-4887-a78b-c5adb2e08b7a 2018-10-26 10:10:02,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=0261337f-a858-4dd9-b850-455338a8d99d&name=CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0aa04c4bf9857c9726e131ac873a1529b1ef2c1" 2018-10-26 10:10:03,171 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-b6770656-a4a4-4043-8ecb-a02eca56bc81 Date: Fri, 26 Oct 2018 10:10:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0261337f-a858-4dd9-b850-455338a8d99d","tenant_id":"5ec49215144649b1a6ed53280ca9bd42","created_at":"2018-10-26T10:09:55Z","dns_nameservers":[],"updated_at":"2018-10-26T10:09: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":"5ec49215144649b1a6ed53280ca9bd42","id":"8e7b7f5e-cfd8-40da-ac5e-9f605413f37f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-subnet"}]} 2018-10-26 10:10:03,171 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=0261337f-a858-4dd9-b850-455338a8d99d&name=CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-subnet used request id req-b6770656-a4a4-4043-8ecb-a02eca56bc81 2018-10-26 10:10:03,172 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-10-26 10:10:03,172 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-router 2018-10-26 10:10:03,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/eda9b906-1aff-446a-8d42-c91b65ff87f7/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0aa04c4bf9857c9726e131ac873a1529b1ef2c1" -d '{"subnet_id": "8e7b7f5e-cfd8-40da-ac5e-9f605413f37f"}' 2018-10-26 10:10:05,192 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-002a9e3e-0257-4ada-a1a1-ce3587cb2a7f Date: Fri, 26 Oct 2018 10:10:05 GMT RESP BODY: {"network_id": "0261337f-a858-4dd9-b850-455338a8d99d", "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "subnet_id": "8e7b7f5e-cfd8-40da-ac5e-9f605413f37f", "subnet_ids": ["8e7b7f5e-cfd8-40da-ac5e-9f605413f37f"], "port_id": "d1baeb56-7ff2-4c3b-a910-8231ab60344e", "id": "eda9b906-1aff-446a-8d42-c91b65ff87f7"} 2018-10-26 10:10:05,192 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/eda9b906-1aff-446a-8d42-c91b65ff87f7/add_router_interface used request id req-002a9e3e-0257-4ada-a1a1-ce3587cb2a7f 2018-10-26 10:10:05,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/eda9b906-1aff-446a-8d42-c91b65ff87f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0aa04c4bf9857c9726e131ac873a1529b1ef2c1" 2018-10-26 10:10:05,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-fef497ea-e54c-44c5-a553-58f666cce87e Date: Fri, 26 Oct 2018 10:10:05 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "created_at": "2018-10-26T10:09:57Z", "admin_state_up": true, "updated_at": "2018-10-26T10:10:04Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "5ec49215144649b1a6ed53280ca9bd42", "id": "eda9b906-1aff-446a-8d42-c91b65ff87f7", "name": "CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-router"}} 2018-10-26 10:10:05,439 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/eda9b906-1aff-446a-8d42-c91b65ff87f7 used request id req-fef497ea-e54c-44c5-a553-58f666cce87e 2018-10-26 10:10:05,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=eda9b906-1aff-446a-8d42-c91b65ff87f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0aa04c4bf9857c9726e131ac873a1529b1ef2c1" 2018-10-26 10:10:05,498 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-e609b8c3-a0ef-46cd-8bae-cc779593cc48 Date: Fri, 26 Oct 2018 10:10:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:10:04Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8e7b7f5e-cfd8-40da-ac5e-9f605413f37f","ip_address":"10.55.1.1"}],"id":"d1baeb56-7ff2-4c3b-a910-8231ab60344e","security_groups":[],"mac_address":"fa:16:3e:6c:ce:f8","project_id":"5ec49215144649b1a6ed53280ca9bd42","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0261337f-a858-4dd9-b850-455338a8d99d","tenant_id":"5ec49215144649b1a6ed53280ca9bd42","created_at":"2018-10-26T10:10:03Z","binding:vnic_type":"normal","device_id":"eda9b906-1aff-446a-8d42-c91b65ff87f7"}]} 2018-10-26 10:10:05,499 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=eda9b906-1aff-446a-8d42-c91b65ff87f7 used request id req-e609b8c3-a0ef-46cd-8bae-cc779593cc48 2018-10-26 10:10:05,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/8e7b7f5e-cfd8-40da-ac5e-9f605413f37f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0aa04c4bf9857c9726e131ac873a1529b1ef2c1" 2018-10-26 10:10:05,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-1db2f2cb-2835-4c52-97e9-0088cd840eba Date: Fri, 26 Oct 2018 10:10:05 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0261337f-a858-4dd9-b850-455338a8d99d","tenant_id":"5ec49215144649b1a6ed53280ca9bd42","created_at":"2018-10-26T10:09:55Z","dns_nameservers":[],"updated_at":"2018-10-26T10:09: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":"5ec49215144649b1a6ed53280ca9bd42","id":"8e7b7f5e-cfd8-40da-ac5e-9f605413f37f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-subnet"}} 2018-10-26 10:10:05,707 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/8e7b7f5e-cfd8-40da-ac5e-9f605413f37f used request id req-1db2f2cb-2835-4c52-97e9-0088cd840eba 2018-10-26 10:10:05,708 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:10:05,709 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:10:06,083 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:10:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["B34sd-MEQ6-jtCfplTxTmA"], "issued_at": "2018-10-26T10:10:06.000000Z"}} 2018-10-26 10:10:06,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fffabf8e6d7ad062ef8f3d3346f8deb539b824fd" 2018-10-26 10:10:06,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:10:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-767a1e91-5dbd-4284-8496-25bf6c8b9f82 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:10:06,170 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-767a1e91-5dbd-4284-8496-25bf6c8b9f82 2018-10-26 10:10:06,172 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:10:06,176 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fffabf8e6d7ad062ef8f3d3346f8deb539b824fd" 2018-10-26 10:10:06,368 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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 x-openstack-request-id: req-77b0de67-709d-46fb-ac54-df41f205b5b6 x-compute-request-id: req-77b0de67-709d-46fb-ac54-df41f205b5b6 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-26 10:10:06,368 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-77b0de67-709d-46fb-ac54-df41f205b5b6 2018-10-26 10:10:06,372 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fffabf8e6d7ad062ef8f3d3346f8deb539b824fd" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-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-26 10:10:06,424 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-1ddc8fa8-4fc6-416a-84c9-e006aab9afaf x-compute-request-id: req-1ddc8fa8-4fc6-416a-84c9-e006aab9afaf Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/0689a3f5-298e-4d21-b3f1-818ff33f4f5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/0689a3f5-298e-4d21-b3f1-818ff33f4f5e", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "0689a3f5-298e-4d21-b3f1-818ff33f4f5e", "name": "CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 10:10:06,425 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-1ddc8fa8-4fc6-416a-84c9-e006aab9afaf 2018-10-26 10:10:06,425 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:10:06,426 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:10:06,801 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d28265809fdf49e184ec7e020d9f3f1b", "name": "CreateInstanceSingleNetworkTests-7e30f231-e474-4ac-proj-role"}], "expires_at": "2018-10-26T11:10:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5ec49215144649b1a6ed53280ca9bd42", "name": "CreateInstanceSingleNetworkTests-7e30f231-e474-4ac-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/5ec49215144649b1a6ed53280ca9bd42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/5ec49215144649b1a6ed53280ca9bd42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/5ec49215144649b1a6ed53280ca9bd42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/5ec49215144649b1a6ed53280ca9bd42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/5ec49215144649b1a6ed53280ca9bd42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/5ec49215144649b1a6ed53280ca9bd42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/5ec49215144649b1a6ed53280ca9bd42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/5ec49215144649b1a6ed53280ca9bd42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/5ec49215144649b1a6ed53280ca9bd42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/5ec49215144649b1a6ed53280ca9bd42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/5ec49215144649b1a6ed53280ca9bd42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/5ec49215144649b1a6ed53280ca9bd42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-7e30f231-e474-4ac-user", "id": "3e791bcd552145cdad3329a0b8906ab6"}, "audit_ids": ["RMRzm4e-Tmu6sLCWWGD-fA"], "issued_at": "2018-10-26T10:10:06.000000Z"}} 2018-10-26 10:10:06,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2bc56cd434b4ce26abcb1826a4848721f67cfeab" 2018-10-26 10:10:06,872 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:10:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8592d6f8-a1ec-4e03-8ccd-7bd785c10f04 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:10:06,872 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8592d6f8-a1ec-4e03-8ccd-7bd785c10f04 2018-10-26 10:10:06,874 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:10:06,878 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2bc56cd434b4ce26abcb1826a4848721f67cfeab" 2018-10-26 10:10:07,042 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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 x-openstack-request-id: req-b7a7827c-a0e9-47aa-9156-d1601416ffef x-compute-request-id: req-b7a7827c-a0e9-47aa-9156-d1601416ffef Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-10-26 10:10:07,043 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-b7a7827c-a0e9-47aa-9156-d1601416ffef 2018-10-26 10:10:07,043 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-kp... 2018-10-26 10:10:07,044 - OpenStackKeypair - INFO - Creating new keypair 2018-10-26 10:10:07,098 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-kp 2018-10-26 10:10:07,101 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2bc56cd434b4ce26abcb1826a4848721f67cfeab" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC/boRtR8IqsLYSabkLuEGrksDi/8bvCRZ3Y84oZsevOWu8/fFFQFdLvAPE50ZMjXC6DiSJN9pj8ECgNEj3a5mOEBhDzNILwUUOaLOC2yv6MN8PjQq/A4ylkyE7HqxafSS+1zacBqxUopkC4j2gU2WW0IuWa0ILr3rRg2SUCt70kw==", "name": "CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-kp"}}' 2018-10-26 10:10:07,151 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:10: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-cd00a0f1-56bb-4d8a-a81e-e9cb5db808ce x-compute-request-id: req-cd00a0f1-56bb-4d8a-a81e-e9cb5db808ce Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC/boRtR8IqsLYSabkLuEGrksDi/8bvCRZ3Y84oZsevOWu8/fFFQFdLvAPE50ZMjXC6DiSJN9pj8ECgNEj3a5mOEBhDzNILwUUOaLOC2yv6MN8PjQq/A4ylkyE7HqxafSS+1zacBqxUopkC4j2gU2WW0IuWa0ILr3rRg2SUCt70kw==", "user_id": "3e791bcd552145cdad3329a0b8906ab6", "name": "CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-kp", "fingerprint": "ae:ea:21:c4:76:d8:0f:c6:cc:a8:25:7e:54:39:f8:c3"}} 2018-10-26 10:10:07,151 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-cd00a0f1-56bb-4d8a-a81e-e9cb5db808ce 2018-10-26 10:10:07,153 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768.pub 2018-10-26 10:10:07,154 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768 2018-10-26 10:10:07,154 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:10:07,155 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:10:07,529 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d28265809fdf49e184ec7e020d9f3f1b", "name": "CreateInstanceSingleNetworkTests-7e30f231-e474-4ac-proj-role"}], "expires_at": "2018-10-26T11:10:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5ec49215144649b1a6ed53280ca9bd42", "name": "CreateInstanceSingleNetworkTests-7e30f231-e474-4ac-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/5ec49215144649b1a6ed53280ca9bd42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/5ec49215144649b1a6ed53280ca9bd42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/5ec49215144649b1a6ed53280ca9bd42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/5ec49215144649b1a6ed53280ca9bd42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/5ec49215144649b1a6ed53280ca9bd42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/5ec49215144649b1a6ed53280ca9bd42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/5ec49215144649b1a6ed53280ca9bd42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/5ec49215144649b1a6ed53280ca9bd42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/5ec49215144649b1a6ed53280ca9bd42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/5ec49215144649b1a6ed53280ca9bd42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/5ec49215144649b1a6ed53280ca9bd42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/5ec49215144649b1a6ed53280ca9bd42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-7e30f231-e474-4ac-user", "id": "3e791bcd552145cdad3329a0b8906ab6"}, "audit_ids": ["DdcLukzdSguMQPX_vnl6lQ"], "issued_at": "2018-10-26T10:10:07.000000Z"}} 2018-10-26 10:10:07,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a9bdf534da8288a66aad0a51a5eba0a849d3d6a" 2018-10-26 10:10:07,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:10:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-efe22b62-8a9a-40fe-bf8f-ba404fead1e0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:10:07,600 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-efe22b62-8a9a-40fe-bf8f-ba404fead1e0 2018-10-26 10:10:07,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a9bdf534da8288a66aad0a51a5eba0a849d3d6a" 2018-10-26 10:10:07,806 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-e1263fed-b0c5-49ad-b720-0f6ba5775615 Date: Fri, 26 Oct 2018 10:10:07 GMT RESP BODY: {"security_groups": []} 2018-10-26 10:10:07,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-sec-grp used request id req-e1263fed-b0c5-49ad-b720-0f6ba5775615 2018-10-26 10:10:07,806 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-sec-grp... 2018-10-26 10:10:07,806 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-sec-grp 2018-10-26 10:10:07,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a9bdf534da8288a66aad0a51a5eba0a849d3d6a" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-sec-grp"}}' 2018-10-26 10:10:08,336 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-fd6ccae8-ac11-4fd6-b6bf-4afefd4a21a9 Date: Fri, 26 Oct 2018 10:10:08 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "created_at": "2018-10-26T10:10:08Z", "updated_at": "2018-10-26T10:10:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:10:08Z", "revision_number": 0, "id": "18d6131b-51a5-46f2-bc8a-44dc66dfe792", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:10:08Z", "security_group_id": "407272a9-526f-4810-b49d-82fafba30a16", "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "port_range_min": null, "ethertype": "IPv4", "project_id": "5ec49215144649b1a6ed53280ca9bd42"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:10:08Z", "revision_number": 0, "id": "b71af0de-c6bd-4a0f-8733-15e295055de2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:10:08Z", "security_group_id": "407272a9-526f-4810-b49d-82fafba30a16", "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "port_range_min": null, "ethertype": "IPv6", "project_id": "5ec49215144649b1a6ed53280ca9bd42"}], "revision_number": 2, "project_id": "5ec49215144649b1a6ed53280ca9bd42", "id": "407272a9-526f-4810-b49d-82fafba30a16", "name": "CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-sec-grp"}} 2018-10-26 10:10:08,337 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-fd6ccae8-ac11-4fd6-b6bf-4afefd4a21a9 2018-10-26 10:10:08,337 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 407272a9-526f-4810-b49d-82fafba30a16 2018-10-26 10:10:08,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=407272a9-526f-4810-b49d-82fafba30a16 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a9bdf534da8288a66aad0a51a5eba0a849d3d6a" 2018-10-26 10:10:08,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e9a41424-655e-48be-9969-c0fcbdb6d657 Date: Fri, 26 Oct 2018 10:10:08 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-26T10:10:08Z", "security_group_id": "407272a9-526f-4810-b49d-82fafba30a16", "port_range_min": null, "revision_number": 0, "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "created_at": "2018-10-26T10:10:08Z", "project_id": "5ec49215144649b1a6ed53280ca9bd42", "id": "18d6131b-51a5-46f2-bc8a-44dc66dfe792"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:10:08Z", "security_group_id": "407272a9-526f-4810-b49d-82fafba30a16", "port_range_min": null, "revision_number": 0, "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "created_at": "2018-10-26T10:10:08Z", "project_id": "5ec49215144649b1a6ed53280ca9bd42", "id": "b71af0de-c6bd-4a0f-8733-15e295055de2"}]} 2018-10-26 10:10:08,504 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=407272a9-526f-4810-b49d-82fafba30a16 used request id req-e9a41424-655e-48be-9969-c0fcbdb6d657 2018-10-26 10:10:08,505 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 407272a9-526f-4810-b49d-82fafba30a16 2018-10-26 10:10:08,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=407272a9-526f-4810-b49d-82fafba30a16 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a9bdf534da8288a66aad0a51a5eba0a849d3d6a" 2018-10-26 10:10:08,683 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-0f8ca9cf-ec7b-41f5-a18b-42578220ba5b Date: Fri, 26 Oct 2018 10:10:08 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-26T10:10:08Z", "security_group_id": "407272a9-526f-4810-b49d-82fafba30a16", "port_range_min": null, "revision_number": 0, "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "created_at": "2018-10-26T10:10:08Z", "project_id": "5ec49215144649b1a6ed53280ca9bd42", "id": "18d6131b-51a5-46f2-bc8a-44dc66dfe792"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:10:08Z", "security_group_id": "407272a9-526f-4810-b49d-82fafba30a16", "port_range_min": null, "revision_number": 0, "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "created_at": "2018-10-26T10:10:08Z", "project_id": "5ec49215144649b1a6ed53280ca9bd42", "id": "b71af0de-c6bd-4a0f-8733-15e295055de2"}]} 2018-10-26 10:10:08,683 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=407272a9-526f-4810-b49d-82fafba30a16 used request id req-0f8ca9cf-ec7b-41f5-a18b-42578220ba5b 2018-10-26 10:10:08,684 - neutron_utils - INFO - Retrieving security group with ID - 407272a9-526f-4810-b49d-82fafba30a16 2018-10-26 10:10:08,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=407272a9-526f-4810-b49d-82fafba30a16 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a9bdf534da8288a66aad0a51a5eba0a849d3d6a" 2018-10-26 10:10:08,890 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-28829303-256a-4763-bc6e-09e46d46d59b Date: Fri, 26 Oct 2018 10:10:08 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "created_at": "2018-10-26T10:10:08Z", "updated_at": "2018-10-26T10:10:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:10:08Z", "revision_number": 0, "id": "18d6131b-51a5-46f2-bc8a-44dc66dfe792", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:10:08Z", "security_group_id": "407272a9-526f-4810-b49d-82fafba30a16", "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "port_range_min": null, "ethertype": "IPv4", "project_id": "5ec49215144649b1a6ed53280ca9bd42"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:10:08Z", "revision_number": 0, "id": "b71af0de-c6bd-4a0f-8733-15e295055de2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:10:08Z", "security_group_id": "407272a9-526f-4810-b49d-82fafba30a16", "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "port_range_min": null, "ethertype": "IPv6", "project_id": "5ec49215144649b1a6ed53280ca9bd42"}], "revision_number": 2, "project_id": "5ec49215144649b1a6ed53280ca9bd42", "id": "407272a9-526f-4810-b49d-82fafba30a16", "name": "CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-sec-grp"}]} 2018-10-26 10:10:08,890 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=407272a9-526f-4810-b49d-82fafba30a16 used request id req-28829303-256a-4763-bc6e-09e46d46d59b 2018-10-26 10:10:08,890 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 407272a9-526f-4810-b49d-82fafba30a16 2018-10-26 10:10:08,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=407272a9-526f-4810-b49d-82fafba30a16 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a9bdf534da8288a66aad0a51a5eba0a849d3d6a" 2018-10-26 10:10:09,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1257e89b-7f41-4e3e-8210-36a06e595257 Date: Fri, 26 Oct 2018 10:10: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-26T10:10:08Z", "security_group_id": "407272a9-526f-4810-b49d-82fafba30a16", "port_range_min": null, "revision_number": 0, "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "created_at": "2018-10-26T10:10:08Z", "project_id": "5ec49215144649b1a6ed53280ca9bd42", "id": "18d6131b-51a5-46f2-bc8a-44dc66dfe792"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:10:08Z", "security_group_id": "407272a9-526f-4810-b49d-82fafba30a16", "port_range_min": null, "revision_number": 0, "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "created_at": "2018-10-26T10:10:08Z", "project_id": "5ec49215144649b1a6ed53280ca9bd42", "id": "b71af0de-c6bd-4a0f-8733-15e295055de2"}]} 2018-10-26 10:10:09,167 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=407272a9-526f-4810-b49d-82fafba30a16 used request id req-1257e89b-7f41-4e3e-8210-36a06e595257 2018-10-26 10:10:09,168 - neutron_utils - INFO - Retrieving security group with ID - 407272a9-526f-4810-b49d-82fafba30a16 2018-10-26 10:10:09,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=407272a9-526f-4810-b49d-82fafba30a16 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a9bdf534da8288a66aad0a51a5eba0a849d3d6a" 2018-10-26 10:10:09,370 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-3ad6434b-51df-4d61-81f6-b957fd1a9909 Date: Fri, 26 Oct 2018 10:10:09 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "created_at": "2018-10-26T10:10:08Z", "updated_at": "2018-10-26T10:10:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:10:08Z", "revision_number": 0, "id": "18d6131b-51a5-46f2-bc8a-44dc66dfe792", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:10:08Z", "security_group_id": "407272a9-526f-4810-b49d-82fafba30a16", "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "port_range_min": null, "ethertype": "IPv4", "project_id": "5ec49215144649b1a6ed53280ca9bd42"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:10:08Z", "revision_number": 0, "id": "b71af0de-c6bd-4a0f-8733-15e295055de2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:10:08Z", "security_group_id": "407272a9-526f-4810-b49d-82fafba30a16", "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "port_range_min": null, "ethertype": "IPv6", "project_id": "5ec49215144649b1a6ed53280ca9bd42"}], "revision_number": 2, "project_id": "5ec49215144649b1a6ed53280ca9bd42", "id": "407272a9-526f-4810-b49d-82fafba30a16", "name": "CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-sec-grp"}]} 2018-10-26 10:10:09,370 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=407272a9-526f-4810-b49d-82fafba30a16 used request id req-3ad6434b-51df-4d61-81f6-b957fd1a9909 2018-10-26 10:10:09,370 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 407272a9-526f-4810-b49d-82fafba30a16 2018-10-26 10:10:09,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=407272a9-526f-4810-b49d-82fafba30a16 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a9bdf534da8288a66aad0a51a5eba0a849d3d6a" 2018-10-26 10:10:09,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-fa56fb7b-e80f-4582-a0db-a9e1f9b2ff79 Date: Fri, 26 Oct 2018 10:10: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-26T10:10:08Z", "security_group_id": "407272a9-526f-4810-b49d-82fafba30a16", "port_range_min": null, "revision_number": 0, "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "created_at": "2018-10-26T10:10:08Z", "project_id": "5ec49215144649b1a6ed53280ca9bd42", "id": "18d6131b-51a5-46f2-bc8a-44dc66dfe792"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:10:08Z", "security_group_id": "407272a9-526f-4810-b49d-82fafba30a16", "port_range_min": null, "revision_number": 0, "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "created_at": "2018-10-26T10:10:08Z", "project_id": "5ec49215144649b1a6ed53280ca9bd42", "id": "b71af0de-c6bd-4a0f-8733-15e295055de2"}]} 2018-10-26 10:10:09,556 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=407272a9-526f-4810-b49d-82fafba30a16 used request id req-fa56fb7b-e80f-4582-a0db-a9e1f9b2ff79 2018-10-26 10:10:09,556 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-sec-grp 2018-10-26 10:10:09,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a9bdf534da8288a66aad0a51a5eba0a849d3d6a" 2018-10-26 10:10:09,741 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-84c44c13-4381-471d-9d57-12e60450b7b0 Date: Fri, 26 Oct 2018 10:10:09 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "created_at": "2018-10-26T10:10:08Z", "updated_at": "2018-10-26T10:10:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:10:08Z", "revision_number": 0, "id": "18d6131b-51a5-46f2-bc8a-44dc66dfe792", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:10:08Z", "security_group_id": "407272a9-526f-4810-b49d-82fafba30a16", "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "port_range_min": null, "ethertype": "IPv4", "project_id": "5ec49215144649b1a6ed53280ca9bd42"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:10:08Z", "revision_number": 0, "id": "b71af0de-c6bd-4a0f-8733-15e295055de2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:10:08Z", "security_group_id": "407272a9-526f-4810-b49d-82fafba30a16", "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "port_range_min": null, "ethertype": "IPv6", "project_id": "5ec49215144649b1a6ed53280ca9bd42"}], "revision_number": 2, "project_id": "5ec49215144649b1a6ed53280ca9bd42", "id": "407272a9-526f-4810-b49d-82fafba30a16", "name": "CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-sec-grp"}]} 2018-10-26 10:10:09,741 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-sec-grp used request id req-84c44c13-4381-471d-9d57-12e60450b7b0 2018-10-26 10:10:09,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:10:09,750 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:10: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:10:09,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5ec49215144649b1a6ed53280ca9bd42 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a9bdf534da8288a66aad0a51a5eba0a849d3d6a" 2018-10-26 10:10:09,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:10:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-236b0fe3-cf95-4470-931a-288d04fb71ce Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/5ec49215144649b1a6ed53280ca9bd42"}, "enabled": true, "id": "5ec49215144649b1a6ed53280ca9bd42", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-7e30f231-e474-4ac-proj"}} 2018-10-26 10:10:09,847 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5ec49215144649b1a6ed53280ca9bd42 used request id req-236b0fe3-cf95-4470-931a-288d04fb71ce 2018-10-26 10:10:09,847 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 407272a9-526f-4810-b49d-82fafba30a16 2018-10-26 10:10:09,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=407272a9-526f-4810-b49d-82fafba30a16 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a9bdf534da8288a66aad0a51a5eba0a849d3d6a" 2018-10-26 10:10:10,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e3087648-404e-400b-b052-34b05a0a1448 Date: Fri, 26 Oct 2018 10:10: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-26T10:10:08Z", "security_group_id": "407272a9-526f-4810-b49d-82fafba30a16", "port_range_min": null, "revision_number": 0, "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "created_at": "2018-10-26T10:10:08Z", "project_id": "5ec49215144649b1a6ed53280ca9bd42", "id": "18d6131b-51a5-46f2-bc8a-44dc66dfe792"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:10:08Z", "security_group_id": "407272a9-526f-4810-b49d-82fafba30a16", "port_range_min": null, "revision_number": 0, "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "created_at": "2018-10-26T10:10:08Z", "project_id": "5ec49215144649b1a6ed53280ca9bd42", "id": "b71af0de-c6bd-4a0f-8733-15e295055de2"}]} 2018-10-26 10:10:10,020 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=407272a9-526f-4810-b49d-82fafba30a16 used request id req-e3087648-404e-400b-b052-34b05a0a1448 2018-10-26 10:10:10,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a9bdf534da8288a66aad0a51a5eba0a849d3d6a" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "407272a9-526f-4810-b49d-82fafba30a16"}}' 2018-10-26 10:10:10,205 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-676fb4e5-09ea-4336-af31-cd045bb8a5d1 Date: Fri, 26 Oct 2018 10:10:10 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-26T10:10:10Z", "security_group_id": "407272a9-526f-4810-b49d-82fafba30a16", "port_range_min": null, "revision_number": 0, "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "created_at": "2018-10-26T10:10:10Z", "project_id": "5ec49215144649b1a6ed53280ca9bd42", "id": "1269a1d0-4dc8-4c9d-93db-cc3b4a606585"}} 2018-10-26 10:10:10,205 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-676fb4e5-09ea-4336-af31-cd045bb8a5d1 2018-10-26 10:10:10,205 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-sec-grp 2018-10-26 10:10:10,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a9bdf534da8288a66aad0a51a5eba0a849d3d6a" 2018-10-26 10:10:10,263 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-5a22cb36-ea8d-41ee-8899-2920f22b2832 Date: Fri, 26 Oct 2018 10:10:10 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "created_at": "2018-10-26T10:10:08Z", "updated_at": "2018-10-26T10:10:10Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:10:10Z", "revision_number": 0, "id": "1269a1d0-4dc8-4c9d-93db-cc3b4a606585", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:10:10Z", "security_group_id": "407272a9-526f-4810-b49d-82fafba30a16", "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "port_range_min": null, "ethertype": "IPv4", "project_id": "5ec49215144649b1a6ed53280ca9bd42"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:10:08Z", "revision_number": 0, "id": "18d6131b-51a5-46f2-bc8a-44dc66dfe792", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:10:08Z", "security_group_id": "407272a9-526f-4810-b49d-82fafba30a16", "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "port_range_min": null, "ethertype": "IPv4", "project_id": "5ec49215144649b1a6ed53280ca9bd42"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:10:08Z", "revision_number": 0, "id": "b71af0de-c6bd-4a0f-8733-15e295055de2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:10:08Z", "security_group_id": "407272a9-526f-4810-b49d-82fafba30a16", "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "port_range_min": null, "ethertype": "IPv6", "project_id": "5ec49215144649b1a6ed53280ca9bd42"}], "revision_number": 3, "project_id": "5ec49215144649b1a6ed53280ca9bd42", "id": "407272a9-526f-4810-b49d-82fafba30a16", "name": "CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-sec-grp"}]} 2018-10-26 10:10:10,263 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-sec-grp used request id req-5a22cb36-ea8d-41ee-8899-2920f22b2832 2018-10-26 10:10:10,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5ec49215144649b1a6ed53280ca9bd42 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a9bdf534da8288a66aad0a51a5eba0a849d3d6a" 2018-10-26 10:10:10,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:10:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b879d64-6247-4c4d-a852-3395fe87715c Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/5ec49215144649b1a6ed53280ca9bd42"}, "enabled": true, "id": "5ec49215144649b1a6ed53280ca9bd42", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-7e30f231-e474-4ac-proj"}} 2018-10-26 10:10:10,362 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5ec49215144649b1a6ed53280ca9bd42 used request id req-9b879d64-6247-4c4d-a852-3395fe87715c 2018-10-26 10:10:10,362 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 407272a9-526f-4810-b49d-82fafba30a16 2018-10-26 10:10:10,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=407272a9-526f-4810-b49d-82fafba30a16 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a9bdf534da8288a66aad0a51a5eba0a849d3d6a" 2018-10-26 10:10:10,394 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-59dc11d8-9faf-4920-b3dc-9abf3b94b728 Date: Fri, 26 Oct 2018 10:10:10 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-26T10:10:10Z", "security_group_id": "407272a9-526f-4810-b49d-82fafba30a16", "port_range_min": null, "revision_number": 0, "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "created_at": "2018-10-26T10:10:10Z", "project_id": "5ec49215144649b1a6ed53280ca9bd42", "id": "1269a1d0-4dc8-4c9d-93db-cc3b4a606585"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:10:08Z", "security_group_id": "407272a9-526f-4810-b49d-82fafba30a16", "port_range_min": null, "revision_number": 0, "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "created_at": "2018-10-26T10:10:08Z", "project_id": "5ec49215144649b1a6ed53280ca9bd42", "id": "18d6131b-51a5-46f2-bc8a-44dc66dfe792"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:10:08Z", "security_group_id": "407272a9-526f-4810-b49d-82fafba30a16", "port_range_min": null, "revision_number": 0, "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "created_at": "2018-10-26T10:10:08Z", "project_id": "5ec49215144649b1a6ed53280ca9bd42", "id": "b71af0de-c6bd-4a0f-8733-15e295055de2"}]} 2018-10-26 10:10:10,394 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=407272a9-526f-4810-b49d-82fafba30a16 used request id req-59dc11d8-9faf-4920-b3dc-9abf3b94b728 2018-10-26 10:10:10,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a9bdf534da8288a66aad0a51a5eba0a849d3d6a" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "407272a9-526f-4810-b49d-82fafba30a16"}}' 2018-10-26 10:10:10,594 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-258c748a-94b3-45a0-a78c-6124157f2270 Date: Fri, 26 Oct 2018 10:10:10 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-26T10:10:10Z", "security_group_id": "407272a9-526f-4810-b49d-82fafba30a16", "port_range_min": 22, "revision_number": 0, "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "created_at": "2018-10-26T10:10:10Z", "project_id": "5ec49215144649b1a6ed53280ca9bd42", "id": "32902c2e-9a00-456a-bf0b-d19b598c57b6"}} 2018-10-26 10:10:10,594 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-258c748a-94b3-45a0-a78c-6124157f2270 2018-10-26 10:10:10,595 - neutron_utils - INFO - Retrieving security group with ID - 407272a9-526f-4810-b49d-82fafba30a16 2018-10-26 10:10:10,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=407272a9-526f-4810-b49d-82fafba30a16 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a9bdf534da8288a66aad0a51a5eba0a849d3d6a" 2018-10-26 10:10:10,800 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-7aa732e5-c810-453f-a77a-1bbaa270c7be Date: Fri, 26 Oct 2018 10:10:10 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "created_at": "2018-10-26T10:10:08Z", "updated_at": "2018-10-26T10:10:10Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:10:10Z", "revision_number": 0, "id": "1269a1d0-4dc8-4c9d-93db-cc3b4a606585", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:10:10Z", "security_group_id": "407272a9-526f-4810-b49d-82fafba30a16", "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "port_range_min": null, "ethertype": "IPv4", "project_id": "5ec49215144649b1a6ed53280ca9bd42"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:10:08Z", "revision_number": 0, "id": "18d6131b-51a5-46f2-bc8a-44dc66dfe792", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:10:08Z", "security_group_id": "407272a9-526f-4810-b49d-82fafba30a16", "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "port_range_min": null, "ethertype": "IPv4", "project_id": "5ec49215144649b1a6ed53280ca9bd42"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-26T10:10:10Z", "revision_number": 0, "id": "32902c2e-9a00-456a-bf0b-d19b598c57b6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:10:10Z", "security_group_id": "407272a9-526f-4810-b49d-82fafba30a16", "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "port_range_min": 22, "ethertype": "IPv4", "project_id": "5ec49215144649b1a6ed53280ca9bd42"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:10:08Z", "revision_number": 0, "id": "b71af0de-c6bd-4a0f-8733-15e295055de2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:10:08Z", "security_group_id": "407272a9-526f-4810-b49d-82fafba30a16", "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "port_range_min": null, "ethertype": "IPv6", "project_id": "5ec49215144649b1a6ed53280ca9bd42"}], "revision_number": 4, "project_id": "5ec49215144649b1a6ed53280ca9bd42", "id": "407272a9-526f-4810-b49d-82fafba30a16", "name": "CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-sec-grp"}]} 2018-10-26 10:10:10,800 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=407272a9-526f-4810-b49d-82fafba30a16 used request id req-7aa732e5-c810-453f-a77a-1bbaa270c7be 2018-10-26 10:10:10,801 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 407272a9-526f-4810-b49d-82fafba30a16 2018-10-26 10:10:10,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=407272a9-526f-4810-b49d-82fafba30a16 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a9bdf534da8288a66aad0a51a5eba0a849d3d6a" 2018-10-26 10:10:10,973 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-2f8b5379-a06e-4317-8291-3118880798fc Date: Fri, 26 Oct 2018 10:10:10 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-26T10:10:10Z", "security_group_id": "407272a9-526f-4810-b49d-82fafba30a16", "port_range_min": null, "revision_number": 0, "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "created_at": "2018-10-26T10:10:10Z", "project_id": "5ec49215144649b1a6ed53280ca9bd42", "id": "1269a1d0-4dc8-4c9d-93db-cc3b4a606585"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:10:08Z", "security_group_id": "407272a9-526f-4810-b49d-82fafba30a16", "port_range_min": null, "revision_number": 0, "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "created_at": "2018-10-26T10:10:08Z", "project_id": "5ec49215144649b1a6ed53280ca9bd42", "id": "18d6131b-51a5-46f2-bc8a-44dc66dfe792"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-26T10:10:10Z", "security_group_id": "407272a9-526f-4810-b49d-82fafba30a16", "port_range_min": 22, "revision_number": 0, "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "created_at": "2018-10-26T10:10:10Z", "project_id": "5ec49215144649b1a6ed53280ca9bd42", "id": "32902c2e-9a00-456a-bf0b-d19b598c57b6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:10:08Z", "security_group_id": "407272a9-526f-4810-b49d-82fafba30a16", "port_range_min": null, "revision_number": 0, "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "created_at": "2018-10-26T10:10:08Z", "project_id": "5ec49215144649b1a6ed53280ca9bd42", "id": "b71af0de-c6bd-4a0f-8733-15e295055de2"}]} 2018-10-26 10:10:10,973 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=407272a9-526f-4810-b49d-82fafba30a16 used request id req-2f8b5379-a06e-4317-8291-3118880798fc 2018-10-26 10:10:10,974 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:10:10,975 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:10:11,345 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d28265809fdf49e184ec7e020d9f3f1b", "name": "CreateInstanceSingleNetworkTests-7e30f231-e474-4ac-proj-role"}], "expires_at": "2018-10-26T11:10:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5ec49215144649b1a6ed53280ca9bd42", "name": "CreateInstanceSingleNetworkTests-7e30f231-e474-4ac-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/5ec49215144649b1a6ed53280ca9bd42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/5ec49215144649b1a6ed53280ca9bd42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/5ec49215144649b1a6ed53280ca9bd42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/5ec49215144649b1a6ed53280ca9bd42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/5ec49215144649b1a6ed53280ca9bd42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/5ec49215144649b1a6ed53280ca9bd42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/5ec49215144649b1a6ed53280ca9bd42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/5ec49215144649b1a6ed53280ca9bd42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/5ec49215144649b1a6ed53280ca9bd42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/5ec49215144649b1a6ed53280ca9bd42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/5ec49215144649b1a6ed53280ca9bd42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/5ec49215144649b1a6ed53280ca9bd42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-7e30f231-e474-4ac-user", "id": "3e791bcd552145cdad3329a0b8906ab6"}, "audit_ids": ["I4FfFG9cSN6_zSPcRNT-ag"], "issued_at": "2018-10-26T10:10:11.000000Z"}} 2018-10-26 10:10:11,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:11,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:10:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23778499-cdb5-4c86-b8c5-bd42299365d5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:10:11,422 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-23778499-cdb5-4c86-b8c5-bd42299365d5 2018-10-26 10:10:11,423 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:10:11,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:11,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:10:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12d5b190-f598-4df8-9e89-86e13e78ec38 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:10:11,497 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-12d5b190-f598-4df8-9e89-86e13e78ec38 2018-10-26 10:10:11,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:11,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-5a063a1e-cd12-4abb-b8fd-13c91c6f294c Date: Fri, 26 Oct 2018 10:10: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":["8e7b7f5e-cfd8-40da-ac5e-9f605413f37f"],"updated_at":"2018-10-26T10:09:55Z","tenant_id":"5ec49215144649b1a6ed53280ca9bd42","created_at":"2018-10-26T10:09:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5ec49215144649b1a6ed53280ca9bd42","id":"0261337f-a858-4dd9-b850-455338a8d99d","name":"CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-net"}]} 2018-10-26 10:10:11,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-net used request id req-5a063a1e-cd12-4abb-b8fd-13c91c6f294c 2018-10-26 10:10:11,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:10:11,761 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:10: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:10:11,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5ec49215144649b1a6ed53280ca9bd42 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:11,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:10:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c9d6a6f-b872-43c7-97ac-ee2fe43ffe79 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/5ec49215144649b1a6ed53280ca9bd42"}, "enabled": true, "id": "5ec49215144649b1a6ed53280ca9bd42", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-7e30f231-e474-4ac-proj"}} 2018-10-26 10:10:11,843 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5ec49215144649b1a6ed53280ca9bd42 used request id req-4c9d6a6f-b872-43c7-97ac-ee2fe43ffe79 2018-10-26 10:10:11,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=0261337f-a858-4dd9-b850-455338a8d99d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:12,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-8245d1ae-66d0-439f-af5c-7f0d1a52504d Date: Fri, 26 Oct 2018 10:10:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0261337f-a858-4dd9-b850-455338a8d99d","tenant_id":"5ec49215144649b1a6ed53280ca9bd42","created_at":"2018-10-26T10:09:55Z","dns_nameservers":[],"updated_at":"2018-10-26T10:09: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":"5ec49215144649b1a6ed53280ca9bd42","id":"8e7b7f5e-cfd8-40da-ac5e-9f605413f37f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-subnet"}]} 2018-10-26 10:10:12,059 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=0261337f-a858-4dd9-b850-455338a8d99d used request id req-8245d1ae-66d0-439f-af5c-7f0d1a52504d 2018-10-26 10:10:12,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=0261337f-a858-4dd9-b850-455338a8d99d&name=CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:12,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-fe8c1149-3a69-4605-8b25-ac93e7ebf572 Date: Fri, 26 Oct 2018 10:10:12 GMT RESP BODY: {"ports":[]} 2018-10-26 10:10:12,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=0261337f-a858-4dd9-b850-455338a8d99d&name=CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768port-1&admin_state_up=True used request id req-fe8c1149-3a69-4605-8b25-ac93e7ebf572 2018-10-26 10:10:12,242 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:12,566 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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 x-openstack-request-id: req-3d837b12-a05f-43d2-81df-23e276eb08c6 x-compute-request-id: req-3d837b12-a05f-43d2-81df-23e276eb08c6 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-26 10:10:12,566 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-inst used request id req-3d837b12-a05f-43d2-81df-23e276eb08c6 2018-10-26 10:10:12,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:12,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-35c8a726-b73c-4c16-9541-8393131b8104 Date: Fri, 26 Oct 2018 10: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":["8e7b7f5e-cfd8-40da-ac5e-9f605413f37f"],"updated_at":"2018-10-26T10:09:55Z","tenant_id":"5ec49215144649b1a6ed53280ca9bd42","created_at":"2018-10-26T10:09:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5ec49215144649b1a6ed53280ca9bd42","id":"0261337f-a858-4dd9-b850-455338a8d99d","name":"CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-net"}]} 2018-10-26 10:10:12,826 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-net used request id req-35c8a726-b73c-4c16-9541-8393131b8104 2018-10-26 10:10:12,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5ec49215144649b1a6ed53280ca9bd42 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:12,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:10:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4734c793-35f6-4d8f-8ae2-c20fb39d9a76 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/5ec49215144649b1a6ed53280ca9bd42"}, "enabled": true, "id": "5ec49215144649b1a6ed53280ca9bd42", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-7e30f231-e474-4ac-proj"}} 2018-10-26 10:10:12,912 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5ec49215144649b1a6ed53280ca9bd42 used request id req-4734c793-35f6-4d8f-8ae2-c20fb39d9a76 2018-10-26 10:10:12,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=0261337f-a858-4dd9-b850-455338a8d99d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:13,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a36b4c5c-5081-4bf3-8ad7-dbe3f47c7d64 Date: Fri, 26 Oct 2018 10:10:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0261337f-a858-4dd9-b850-455338a8d99d","tenant_id":"5ec49215144649b1a6ed53280ca9bd42","created_at":"2018-10-26T10:09:55Z","dns_nameservers":[],"updated_at":"2018-10-26T10:09: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":"5ec49215144649b1a6ed53280ca9bd42","id":"8e7b7f5e-cfd8-40da-ac5e-9f605413f37f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-subnet"}]} 2018-10-26 10:10:13,118 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=0261337f-a858-4dd9-b850-455338a8d99d used request id req-a36b4c5c-5081-4bf3-8ad7-dbe3f47c7d64 2018-10-26 10:10:13,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=0261337f-a858-4dd9-b850-455338a8d99d&name=CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:13,304 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-6d121417-550f-4120-a9d7-8619bd0f48bf Date: Fri, 26 Oct 2018 10:10:13 GMT RESP BODY: {"ports":[]} 2018-10-26 10:10:13,304 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=0261337f-a858-4dd9-b850-455338a8d99d&name=CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768port-1&admin_state_up=True used request id req-6d121417-550f-4120-a9d7-8619bd0f48bf 2018-10-26 10:10:13,305 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:10:13,305 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:10:13,670 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d28265809fdf49e184ec7e020d9f3f1b", "name": "CreateInstanceSingleNetworkTests-7e30f231-e474-4ac-proj-role"}], "expires_at": "2018-10-26T11:10:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5ec49215144649b1a6ed53280ca9bd42", "name": "CreateInstanceSingleNetworkTests-7e30f231-e474-4ac-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/5ec49215144649b1a6ed53280ca9bd42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/5ec49215144649b1a6ed53280ca9bd42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/5ec49215144649b1a6ed53280ca9bd42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/5ec49215144649b1a6ed53280ca9bd42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/5ec49215144649b1a6ed53280ca9bd42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/5ec49215144649b1a6ed53280ca9bd42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/5ec49215144649b1a6ed53280ca9bd42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/5ec49215144649b1a6ed53280ca9bd42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/5ec49215144649b1a6ed53280ca9bd42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/5ec49215144649b1a6ed53280ca9bd42", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/5ec49215144649b1a6ed53280ca9bd42", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/5ec49215144649b1a6ed53280ca9bd42", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-7e30f231-e474-4ac-user", "id": "3e791bcd552145cdad3329a0b8906ab6"}, "audit_ids": ["i8zsMBIASh2Owwg0KvlquQ"], "issued_at": "2018-10-26T10:10:13.000000Z"}} 2018-10-26 10:10:13,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90980799144d7fa35973de20c74f5c1fa9f1917f" 2018-10-26 10:10:13,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:10:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5fc6aa3-1e5b-4258-81e1-3b174bb825d4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:10:13,750 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c5fc6aa3-1e5b-4258-81e1-3b174bb825d4 2018-10-26 10:10:13,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:14,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-a7b0d4e3-c6b7-4f50-9f61-51c4742ddcb0 Date: Fri, 26 Oct 2018 10:10: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":["8e7b7f5e-cfd8-40da-ac5e-9f605413f37f"],"updated_at":"2018-10-26T10:09:55Z","tenant_id":"5ec49215144649b1a6ed53280ca9bd42","created_at":"2018-10-26T10:09:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5ec49215144649b1a6ed53280ca9bd42","id":"0261337f-a858-4dd9-b850-455338a8d99d","name":"CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-net"}]} 2018-10-26 10:10:14,095 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-net used request id req-a7b0d4e3-c6b7-4f50-9f61-51c4742ddcb0 2018-10-26 10:10:14,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=0261337f-a858-4dd9-b850-455338a8d99d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:14,163 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-8fadb078-510b-45f2-ae24-e779c68e1072 Date: Fri, 26 Oct 2018 10:10:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0261337f-a858-4dd9-b850-455338a8d99d","tenant_id":"5ec49215144649b1a6ed53280ca9bd42","created_at":"2018-10-26T10:09:55Z","dns_nameservers":[],"updated_at":"2018-10-26T10:09: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":"5ec49215144649b1a6ed53280ca9bd42","id":"8e7b7f5e-cfd8-40da-ac5e-9f605413f37f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-subnet"}]} 2018-10-26 10:10:14,163 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=0261337f-a858-4dd9-b850-455338a8d99d used request id req-8fadb078-510b-45f2-ae24-e779c68e1072 2018-10-26 10:10:14,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:14,410 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-c10686a4-9de0-4ba4-ac03-2e2cb194c868 Date: Fri, 26 Oct 2018 10:10: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":["8e7b7f5e-cfd8-40da-ac5e-9f605413f37f"],"updated_at":"2018-10-26T10:09:55Z","tenant_id":"5ec49215144649b1a6ed53280ca9bd42","created_at":"2018-10-26T10:09:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5ec49215144649b1a6ed53280ca9bd42","id":"0261337f-a858-4dd9-b850-455338a8d99d","name":"CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-net"}]} 2018-10-26 10:10:14,410 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-net used request id req-c10686a4-9de0-4ba4-ac03-2e2cb194c868 2018-10-26 10:10:14,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:10:14,419 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:10: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:10:14,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5ec49215144649b1a6ed53280ca9bd42 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90980799144d7fa35973de20c74f5c1fa9f1917f" 2018-10-26 10:10:14,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:10:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a483acc4-021b-4794-8abe-ae90eeb39935 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/5ec49215144649b1a6ed53280ca9bd42"}, "enabled": true, "id": "5ec49215144649b1a6ed53280ca9bd42", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-7e30f231-e474-4ac-proj"}} 2018-10-26 10:10:14,494 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5ec49215144649b1a6ed53280ca9bd42 used request id req-a483acc4-021b-4794-8abe-ae90eeb39935 2018-10-26 10:10:14,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=0261337f-a858-4dd9-b850-455338a8d99d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:14,702 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-50f84f75-836e-47e8-b615-737d49a577fa Date: Fri, 26 Oct 2018 10:10:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0261337f-a858-4dd9-b850-455338a8d99d","tenant_id":"5ec49215144649b1a6ed53280ca9bd42","created_at":"2018-10-26T10:09:55Z","dns_nameservers":[],"updated_at":"2018-10-26T10:09: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":"5ec49215144649b1a6ed53280ca9bd42","id":"8e7b7f5e-cfd8-40da-ac5e-9f605413f37f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-subnet"}]} 2018-10-26 10:10:14,703 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=0261337f-a858-4dd9-b850-455338a8d99d used request id req-50f84f75-836e-47e8-b615-737d49a577fa 2018-10-26 10:10:14,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=0261337f-a858-4dd9-b850-455338a8d99d&name=CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:14,906 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-52ef1e26-148c-4253-a42d-ea211970a996 Date: Fri, 26 Oct 2018 10:10:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0261337f-a858-4dd9-b850-455338a8d99d","tenant_id":"5ec49215144649b1a6ed53280ca9bd42","created_at":"2018-10-26T10:09:55Z","dns_nameservers":[],"updated_at":"2018-10-26T10:09: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":"5ec49215144649b1a6ed53280ca9bd42","id":"8e7b7f5e-cfd8-40da-ac5e-9f605413f37f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-subnet"}]} 2018-10-26 10:10:14,906 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=0261337f-a858-4dd9-b850-455338a8d99d&name=CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-subnet used request id req-52ef1e26-148c-4253-a42d-ea211970a996 2018-10-26 10:10:14,906 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-net 2018-10-26 10:10:14,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" -d '{"port": {"network_id": "0261337f-a858-4dd9-b850-455338a8d99d", "fixed_ips": [{"subnet_id": "8e7b7f5e-cfd8-40da-ac5e-9f605413f37f", "ip_address": "10.55.1.100"}], "name": "CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768port-1", "admin_state_up": true}}' 2018-10-26 10:10:16,059 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-88f4b574-ed19-4b79-8162-1f3f53ac9fac Date: Fri, 26 Oct 2018 10:10:16 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:10:15Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8e7b7f5e-cfd8-40da-ac5e-9f605413f37f","ip_address":"10.55.1.100"}],"id":"35178cf0-ee88-4863-a481-38ae325acc9a","security_groups":["c4ace915-11f3-4f12-90b5-44d87bd2614d"],"mac_address":"fa:16:3e:5e:71:68","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768port-1","project_id":"5ec49215144649b1a6ed53280ca9bd42","qos_policy_id":null,"admin_state_up":true,"network_id":"0261337f-a858-4dd9-b850-455338a8d99d","tenant_id":"5ec49215144649b1a6ed53280ca9bd42","created_at":"2018-10-26T10:10:15Z","binding:vnic_type":"normal"}} 2018-10-26 10:10:16,059 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-88f4b574-ed19-4b79-8162-1f3f53ac9fac 2018-10-26 10:10:16,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:16,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-25797ed8-b338-40b8-966d-4a6eb0332393 Date: Fri, 26 Oct 2018 10:10: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":["8e7b7f5e-cfd8-40da-ac5e-9f605413f37f"],"updated_at":"2018-10-26T10:09:55Z","tenant_id":"5ec49215144649b1a6ed53280ca9bd42","created_at":"2018-10-26T10:09:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5ec49215144649b1a6ed53280ca9bd42","id":"0261337f-a858-4dd9-b850-455338a8d99d","name":"CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-net"}]} 2018-10-26 10:10:16,169 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-net used request id req-25797ed8-b338-40b8-966d-4a6eb0332393 2018-10-26 10:10:16,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5ec49215144649b1a6ed53280ca9bd42 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:16,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:10:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5b4341c-6362-461d-91c7-d0422c4a9c2f Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/5ec49215144649b1a6ed53280ca9bd42"}, "enabled": true, "id": "5ec49215144649b1a6ed53280ca9bd42", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-7e30f231-e474-4ac-proj"}} 2018-10-26 10:10:16,255 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5ec49215144649b1a6ed53280ca9bd42 used request id req-a5b4341c-6362-461d-91c7-d0422c4a9c2f 2018-10-26 10:10:16,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=0261337f-a858-4dd9-b850-455338a8d99d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:16,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-fe87bc54-c347-4afe-b912-8bebd2c1965b Date: Fri, 26 Oct 2018 10:10:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0261337f-a858-4dd9-b850-455338a8d99d","tenant_id":"5ec49215144649b1a6ed53280ca9bd42","created_at":"2018-10-26T10:09:55Z","dns_nameservers":[],"updated_at":"2018-10-26T10:09: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":"5ec49215144649b1a6ed53280ca9bd42","id":"8e7b7f5e-cfd8-40da-ac5e-9f605413f37f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-subnet"}]} 2018-10-26 10:10:16,316 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=0261337f-a858-4dd9-b850-455338a8d99d used request id req-fe87bc54-c347-4afe-b912-8bebd2c1965b 2018-10-26 10:10:16,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=0261337f-a858-4dd9-b850-455338a8d99d&name=CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:16,534 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 793 X-Openstack-Request-Id: req-fdc1d358-5b11-427b-9d95-a9355f67388a Date: Fri, 26 Oct 2018 10:10:16 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:10:15Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8e7b7f5e-cfd8-40da-ac5e-9f605413f37f","ip_address":"10.55.1.100"}],"id":"35178cf0-ee88-4863-a481-38ae325acc9a","security_groups":["c4ace915-11f3-4f12-90b5-44d87bd2614d"],"mac_address":"fa:16:3e:5e:71:68","project_id":"5ec49215144649b1a6ed53280ca9bd42","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768port-1","admin_state_up":true,"network_id":"0261337f-a858-4dd9-b850-455338a8d99d","tenant_id":"5ec49215144649b1a6ed53280ca9bd42","created_at":"2018-10-26T10:10:15Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-26 10:10:16,534 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=0261337f-a858-4dd9-b850-455338a8d99d&name=CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768port-1&admin_state_up=True used request id req-fdc1d358-5b11-427b-9d95-a9355f67388a 2018-10-26 10:10:16,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5ec49215144649b1a6ed53280ca9bd42 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:16,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:10:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bee2797-34d0-4d61-9b1d-e8bee99dd813 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/5ec49215144649b1a6ed53280ca9bd42"}, "enabled": true, "id": "5ec49215144649b1a6ed53280ca9bd42", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-7e30f231-e474-4ac-proj"}} 2018-10-26 10:10:16,616 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5ec49215144649b1a6ed53280ca9bd42 used request id req-3bee2797-34d0-4d61-9b1d-e8bee99dd813 2018-10-26 10:10:16,616 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-inst 2018-10-26 10:10:16,620 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:16,652 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:10:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0e93b9a7-7bfc-4696-ba01-49a11c6e7f8a x-compute-request-id: req-0e93b9a7-7bfc-4696-ba01-49a11c6e7f8a Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"flavors": [{"id": "0689a3f5-298e-4d21-b3f1-818ff33f4f5e", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/0689a3f5-298e-4d21-b3f1-818ff33f4f5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/0689a3f5-298e-4d21-b3f1-818ff33f4f5e", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-flavor-name"}]} 2018-10-26 10:10:16,653 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-0e93b9a7-7bfc-4696-ba01-49a11c6e7f8a 2018-10-26 10:10:16,657 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/0689a3f5-298e-4d21-b3f1-818ff33f4f5e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:16,676 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:10:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4ec26bea-4a62-493d-a57d-c9a4e9f12a7c x-compute-request-id: req-4ec26bea-4a62-493d-a57d-c9a4e9f12a7c Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/0689a3f5-298e-4d21-b3f1-818ff33f4f5e", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/0689a3f5-298e-4d21-b3f1-818ff33f4f5e", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "0689a3f5-298e-4d21-b3f1-818ff33f4f5e", "name": "CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 10:10:16,677 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/0689a3f5-298e-4d21-b3f1-818ff33f4f5e used request id req-4ec26bea-4a62-493d-a57d-c9a4e9f12a7c 2018-10-26 10:10:16,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:16,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-a70bbe20-bb6b-49b3-8e70-4eec56143783 Date: Fri, 26 Oct 2018 10:10:16 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:09:50Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T10:09:52Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/cf3a9e39-0a8b-4835-ab13-0b12db3819fe/snap", "metadata": {}}], "self": "/v2/images/cf3a9e39-0a8b-4835-ab13-0b12db3819fe", "min_disk": 0, "protected": false, "id": "cf3a9e39-0a8b-4835-ab13-0b12db3819fe", "file": "/v2/images/cf3a9e39-0a8b-4835-ab13-0b12db3819fe/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "5ec49215144649b1a6ed53280ca9bd42", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/cf3a9e39-0a8b-4835-ab13-0b12db3819fe/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-image"} 2018-10-26 10:10:16,848 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-image used request id req-a70bbe20-bb6b-49b3-8e70-4eec56143783 2018-10-26 10:10:16,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:17,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2bc88b60-de40-4a5a-a2f9-a3abf700779c Date: Fri, 26 Oct 2018 10:10: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-26 10:10:17,012 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-2bc88b60-de40-4a5a-a2f9-a3abf700779c 2018-10-26 10:10:17,017 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-inst", "imageRef": "cf3a9e39-0a8b-4835-ab13-0b12db3819fe", "key_name": "CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-kp", "flavorRef": "0689a3f5-298e-4d21-b3f1-818ff33f4f5e", "max_count": 1, "min_count": 1, "networks": [{"port": "35178cf0-ee88-4863-a481-38ae325acc9a"}]}}' 2018-10-26 10:10:18,209 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10:10:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-69ea5ff8-a4d2-4fef-acc8-93313dfcf0cf x-compute-request-id: req-69ea5ff8-a4d2-4fef-acc8-93313dfcf0cf Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/8fc17e39-2c9c-45df-9571-c442e4a255b4 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "8fc17e39-2c9c-45df-9571-c442e4a255b4", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8fc17e39-2c9c-45df-9571-c442e4a255b4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8fc17e39-2c9c-45df-9571-c442e4a255b4", "rel": "bookmark"}], "adminPass": "PKwLr7LkCbGR"}} 2018-10-26 10:10:18,209 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-69ea5ff8-a4d2-4fef-acc8-93313dfcf0cf 2018-10-26 10:10:18,212 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/8fc17e39-2c9c-45df-9571-c442e4a255b4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:18,586 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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,Accept-Encoding x-openstack-request-id: req-146f72f4-0bbf-4c1a-b79b-364d66c65750 x-compute-request-id: req-146f72f4-0bbf-4c1a-b79b-364d66c65750 Content-Encoding: gzip Content-Length: 620 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8fc17e39-2c9c-45df-9571-c442e4a255b4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8fc17e39-2c9c-45df-9571-c442e4a255b4", "rel": "bookmark"}], "image": {"id": "cf3a9e39-0a8b-4835-ab13-0b12db3819fe", "links": [{"href": "http://172.30.9.21:8774/images/cf3a9e39-0a8b-4835-ab13-0b12db3819fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0689a3f5-298e-4d21-b3f1-818ff33f4f5e", "links": [{"href": "http://172.30.9.21:8774/flavors/0689a3f5-298e-4d21-b3f1-818ff33f4f5e", "rel": "bookmark"}]}, "id": "8fc17e39-2c9c-45df-9571-c442e4a255b4", "user_id": "3e791bcd552145cdad3329a0b8906ab6", "OS-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-26T10:10:18Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-kp", "name": "CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-inst", "created": "2018-10-26T10:10:18Z", "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:10:18,586 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/8fc17e39-2c9c-45df-9571-c442e4a255b4 used request id req-146f72f4-0bbf-4c1a-b79b-364d66c65750 2018-10-26 10:10:18,587 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-inst 2018-10-26 10:10:18,589 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/8fc17e39-2c9c-45df-9571-c442e4a255b4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:18,977 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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,Accept-Encoding x-openstack-request-id: req-821050bf-d1db-465c-aee3-2b1f8506819f x-compute-request-id: req-821050bf-d1db-465c-aee3-2b1f8506819f Content-Encoding: gzip Content-Length: 625 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8fc17e39-2c9c-45df-9571-c442e4a255b4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8fc17e39-2c9c-45df-9571-c442e4a255b4", "rel": "bookmark"}], "image": {"id": "cf3a9e39-0a8b-4835-ab13-0b12db3819fe", "links": [{"href": "http://172.30.9.21:8774/images/cf3a9e39-0a8b-4835-ab13-0b12db3819fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0689a3f5-298e-4d21-b3f1-818ff33f4f5e", "links": [{"href": "http://172.30.9.21:8774/flavors/0689a3f5-298e-4d21-b3f1-818ff33f4f5e", "rel": "bookmark"}]}, "id": "8fc17e39-2c9c-45df-9571-c442e4a255b4", "user_id": "3e791bcd552145cdad3329a0b8906ab6", "OS-DCF: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-26T10:10:18Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-kp", "name": "CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-inst", "created": "2018-10-26T10:10:18Z", "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:10:18,977 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/8fc17e39-2c9c-45df-9571-c442e4a255b4 used request id req-821050bf-d1db-465c-aee3-2b1f8506819f 2018-10-26 10:10:18,978 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-inst] is - BUILD 2018-10-26 10:10:18,978 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:10:21,981 - create_instance - DEBUG - VM status query timeout in 896.605895996 2018-10-26 10:10:21,984 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/8fc17e39-2c9c-45df-9571-c442e4a255b4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:22,668 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:10:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-74adbf97-cbd4-4aa6-a828-d0f4dec95618 x-compute-request-id: req-74adbf97-cbd4-4aa6-a828-d0f4dec95618 Content-Encoding: gzip Content-Length: 683 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8fc17e39-2c9c-45df-9571-c442e4a255b4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8fc17e39-2c9c-45df-9571-c442e4a255b4", "rel": "bookmark"}], "image": {"id": "cf3a9e39-0a8b-4835-ab13-0b12db3819fe", "links": [{"href": "http://172.30.9.21:8774/images/cf3a9e39-0a8b-4835-ab13-0b12db3819fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0689a3f5-298e-4d21-b3f1-818ff33f4f5e", "links": [{"href": "http://172.30.9.21:8774/flavors/0689a3f5-298e-4d21-b3f1-818ff33f4f5e", "rel": "bookmark"}]}, "id": "8fc17e39-2c9c-45df-9571-c442e4a255b4", "security_groups": [{"name": "default"}], "user_id": "3e791bcd552145cdad3329a0b8906ab6", "OS-DCF: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-26T10:10:19Z", "hostId": "e7407e70748ccfb9fa0483556f595d24ec5532cba7d6b862c1ed5077", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-kp", "name": "CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-inst", "created": "2018-10-26T10:10:18Z", "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:10:22,668 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/8fc17e39-2c9c-45df-9571-c442e4a255b4 used request id req-74adbf97-cbd4-4aa6-a828-d0f4dec95618 2018-10-26 10:10:22,668 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-inst] is - BUILD 2018-10-26 10:10:22,669 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:10:25,672 - create_instance - DEBUG - VM status query timeout in 892.914960861 2018-10-26 10:10:25,675 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/8fc17e39-2c9c-45df-9571-c442e4a255b4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:26,175 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:10: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-2e554512-37e9-4eb4-817f-2e4272b8bb73 x-compute-request-id: req-2e554512-37e9-4eb4-817f-2e4272b8bb73 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:71:68", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8fc17e39-2c9c-45df-9571-c442e4a255b4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8fc17e39-2c9c-45df-9571-c442e4a255b4", "rel": "bookmark"}], "image": {"id": "cf3a9e39-0a8b-4835-ab13-0b12db3819fe", "links": [{"href": "http://172.30.9.21:8774/images/cf3a9e39-0a8b-4835-ab13-0b12db3819fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:10:23.000000", "flavor": {"id": "0689a3f5-298e-4d21-b3f1-818ff33f4f5e", "links": [{"href": "http://172.30.9.21:8774/flavors/0689a3f5-298e-4d21-b3f1-818ff33f4f5e", "rel": "bookmark"}]}, "id": "8fc17e39-2c9c-45df-9571-c442e4a255b4", "security_groups": [{"name": "default"}], "user_id": "3e791bcd552145cdad3329a0b8906ab6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:10:23Z", "hostId": "e7407e70748ccfb9fa0483556f595d24ec5532cba7d6b862c1ed5077", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-kp", "name": "CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-inst", "created": "2018-10-26T10:10:18Z", "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:10:26,175 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/8fc17e39-2c9c-45df-9571-c442e4a255b4 used request id req-2e554512-37e9-4eb4-817f-2e4272b8bb73 2018-10-26 10:10:26,175 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-inst] is - ACTIVE 2018-10-26 10:10:26,175 - create_instance - INFO - VM is - ACTIVE 2018-10-26 10:10:26,178 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/8fc17e39-2c9c-45df-9571-c442e4a255b4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:26,964 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:10: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-2ca6e2e3-c1f6-43a3-b902-c2cbdbb422cf x-compute-request-id: req-2ca6e2e3-c1f6-43a3-b902-c2cbdbb422cf Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:71:68", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8fc17e39-2c9c-45df-9571-c442e4a255b4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8fc17e39-2c9c-45df-9571-c442e4a255b4", "rel": "bookmark"}], "image": {"id": "cf3a9e39-0a8b-4835-ab13-0b12db3819fe", "links": [{"href": "http://172.30.9.21:8774/images/cf3a9e39-0a8b-4835-ab13-0b12db3819fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:10:23.000000", "flavor": {"id": "0689a3f5-298e-4d21-b3f1-818ff33f4f5e", "links": [{"href": "http://172.30.9.21:8774/flavors/0689a3f5-298e-4d21-b3f1-818ff33f4f5e", "rel": "bookmark"}]}, "id": "8fc17e39-2c9c-45df-9571-c442e4a255b4", "security_groups": [{"name": "default"}], "user_id": "3e791bcd552145cdad3329a0b8906ab6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:10:23Z", "hostId": "e7407e70748ccfb9fa0483556f595d24ec5532cba7d6b862c1ed5077", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-kp", "name": "CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-inst", "created": "2018-10-26T10:10:18Z", "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:10:26,964 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/8fc17e39-2c9c-45df-9571-c442e4a255b4 used request id req-2ca6e2e3-c1f6-43a3-b902-c2cbdbb422cf 2018-10-26 10:10:26,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:27,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-a45e2e27-d8a9-4586-a6ad-07937c21230e Date: Fri, 26 Oct 2018 10:10: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":["8e7b7f5e-cfd8-40da-ac5e-9f605413f37f"],"updated_at":"2018-10-26T10:09:55Z","tenant_id":"5ec49215144649b1a6ed53280ca9bd42","created_at":"2018-10-26T10:09:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5ec49215144649b1a6ed53280ca9bd42","id":"0261337f-a858-4dd9-b850-455338a8d99d","name":"CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-net"}]} 2018-10-26 10:10:27,071 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-net used request id req-a45e2e27-d8a9-4586-a6ad-07937c21230e 2018-10-26 10:10:27,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5ec49215144649b1a6ed53280ca9bd42 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:27,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:10:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26e51fcb-b71e-4e30-8c0e-5119e51b99d5 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/5ec49215144649b1a6ed53280ca9bd42"}, "enabled": true, "id": "5ec49215144649b1a6ed53280ca9bd42", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-7e30f231-e474-4ac-proj"}} 2018-10-26 10:10:27,153 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5ec49215144649b1a6ed53280ca9bd42 used request id req-26e51fcb-b71e-4e30-8c0e-5119e51b99d5 2018-10-26 10:10:27,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=0261337f-a858-4dd9-b850-455338a8d99d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:27,352 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-36e956a7-b525-4f71-bd10-1054b8e954b5 Date: Fri, 26 Oct 2018 10:10:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0261337f-a858-4dd9-b850-455338a8d99d","tenant_id":"5ec49215144649b1a6ed53280ca9bd42","created_at":"2018-10-26T10:09:55Z","dns_nameservers":[],"updated_at":"2018-10-26T10:09: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":"5ec49215144649b1a6ed53280ca9bd42","id":"8e7b7f5e-cfd8-40da-ac5e-9f605413f37f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-subnet"}]} 2018-10-26 10:10:27,352 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=0261337f-a858-4dd9-b850-455338a8d99d used request id req-36e956a7-b525-4f71-bd10-1054b8e954b5 2018-10-26 10:10:27,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=0261337f-a858-4dd9-b850-455338a8d99d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:27,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3865 X-Openstack-Request-Id: req-771c853c-cf57-4336-a815-719398dedfc8 Date: Fri, 26 Oct 2018 10:10:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:10:23Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8e7b7f5e-cfd8-40da-ac5e-9f605413f37f","ip_address":"10.55.1.100"}],"id":"35178cf0-ee88-4863-a481-38ae325acc9a","security_groups":["c4ace915-11f3-4f12-90b5-44d87bd2614d"],"mac_address":"fa:16:3e:5e:71:68","project_id":"5ec49215144649b1a6ed53280ca9bd42","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768port-1","admin_state_up":true,"network_id":"0261337f-a858-4dd9-b850-455338a8d99d","tenant_id":"5ec49215144649b1a6ed53280ca9bd42","created_at":"2018-10-26T10:10:15Z","binding:vnic_type":"normal","device_id":"8fc17e39-2c9c-45df-9571-c442e4a255b4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:09:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8e7b7f5e-cfd8-40da-ac5e-9f605413f37f","ip_address":"10.55.1.3"}],"id":"6f077910-296b-4e89-975b-778c552f9319","security_groups":[],"mac_address":"fa:16:3e:36:db:fa","project_id":"5ec49215144649b1a6ed53280ca9bd42","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0261337f-a858-4dd9-b850-455338a8d99d","tenant_id":"5ec49215144649b1a6ed53280ca9bd42","created_at":"2018-10-26T10:09:56Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0261337f-a858-4dd9-b850-455338a8d99d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:09:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8e7b7f5e-cfd8-40da-ac5e-9f605413f37f","ip_address":"10.55.1.2"}],"id":"752b2b83-de84-4bc5-8c81-cb708116e5a4","security_groups":[],"mac_address":"fa:16:3e:82:ea:f4","project_id":"5ec49215144649b1a6ed53280ca9bd42","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0261337f-a858-4dd9-b850-455338a8d99d","tenant_id":"5ec49215144649b1a6ed53280ca9bd42","created_at":"2018-10-26T10:09:55Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0261337f-a858-4dd9-b850-455338a8d99d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:09:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8e7b7f5e-cfd8-40da-ac5e-9f605413f37f","ip_address":"10.55.1.4"}],"id":"8303fa6c-adb5-4388-bc11-59fb78ddbaf2","security_groups":[],"mac_address":"fa:16:3e:3f:27:4c","project_id":"5ec49215144649b1a6ed53280ca9bd42","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0261337f-a858-4dd9-b850-455338a8d99d","tenant_id":"5ec49215144649b1a6ed53280ca9bd42","created_at":"2018-10-26T10:09:57Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0261337f-a858-4dd9-b850-455338a8d99d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:10:20Z","device_owner":"network:ha_router_replicated_interface","revision_number":14,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8e7b7f5e-cfd8-40da-ac5e-9f605413f37f","ip_address":"10.55.1.1"}],"id":"d1baeb56-7ff2-4c3b-a910-8231ab60344e","security_groups":[],"mac_address":"fa:16:3e:6c:ce:f8","project_id":"5ec49215144649b1a6ed53280ca9bd42","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0261337f-a858-4dd9-b850-455338a8d99d","tenant_id":"5ec49215144649b1a6ed53280ca9bd42","created_at":"2018-10-26T10:10:03Z","binding:vnic_type":"normal","device_id":"eda9b906-1aff-446a-8d42-c91b65ff87f7"}]} 2018-10-26 10:10:27,456 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=0261337f-a858-4dd9-b850-455338a8d99d used request id req-771c853c-cf57-4336-a815-719398dedfc8 2018-10-26 10:10:27,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:27,681 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-9d8cae1f-dc39-4423-b2af-bb822d178f5e Date: Fri, 26 Oct 2018 10:10:27 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "created_at": "2018-10-26T10:09:57Z", "admin_state_up": true, "updated_at": "2018-10-26T10:10:04Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "5ec49215144649b1a6ed53280ca9bd42", "id": "eda9b906-1aff-446a-8d42-c91b65ff87f7", "name": "CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-router"}]} 2018-10-26 10:10:27,681 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-router used request id req-9d8cae1f-dc39-4423-b2af-bb822d178f5e 2018-10-26 10:10:27,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5ec49215144649b1a6ed53280ca9bd42 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:27,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:10:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-340695e2-3bae-4874-a351-ddd8918dbb30 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/5ec49215144649b1a6ed53280ca9bd42"}, "enabled": true, "id": "5ec49215144649b1a6ed53280ca9bd42", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-7e30f231-e474-4ac-proj"}} 2018-10-26 10:10:27,764 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5ec49215144649b1a6ed53280ca9bd42 used request id req-340695e2-3bae-4874-a351-ddd8918dbb30 2018-10-26 10:10:27,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=eda9b906-1aff-446a-8d42-c91b65ff87f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:27,828 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 756 X-Openstack-Request-Id: req-a99d3809-fbd3-4beb-bac2-4aee985fe107 Date: Fri, 26 Oct 2018 10:10:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:10:20Z","device_owner":"network:ha_router_replicated_interface","revision_number":14,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8e7b7f5e-cfd8-40da-ac5e-9f605413f37f","ip_address":"10.55.1.1"}],"id":"d1baeb56-7ff2-4c3b-a910-8231ab60344e","security_groups":[],"mac_address":"fa:16:3e:6c:ce:f8","project_id":"5ec49215144649b1a6ed53280ca9bd42","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0261337f-a858-4dd9-b850-455338a8d99d","tenant_id":"5ec49215144649b1a6ed53280ca9bd42","created_at":"2018-10-26T10:10:03Z","binding:vnic_type":"normal","device_id":"eda9b906-1aff-446a-8d42-c91b65ff87f7"}]} 2018-10-26 10:10:27,828 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=eda9b906-1aff-446a-8d42-c91b65ff87f7 used request id req-a99d3809-fbd3-4beb-bac2-4aee985fe107 2018-10-26 10:10:27,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/8e7b7f5e-cfd8-40da-ac5e-9f605413f37f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:27,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-6b9f4be5-4ce1-4675-9b37-5eb8154e7355 Date: Fri, 26 Oct 2018 10:10:27 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0261337f-a858-4dd9-b850-455338a8d99d","tenant_id":"5ec49215144649b1a6ed53280ca9bd42","created_at":"2018-10-26T10:09:55Z","dns_nameservers":[],"updated_at":"2018-10-26T10:09: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":"5ec49215144649b1a6ed53280ca9bd42","id":"8e7b7f5e-cfd8-40da-ac5e-9f605413f37f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-subnet"}} 2018-10-26 10:10:27,889 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/8e7b7f5e-cfd8-40da-ac5e-9f605413f37f used request id req-6b9f4be5-4ce1-4675-9b37-5eb8154e7355 2018-10-26 10:10:27,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:27,994 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-06435569-7abe-4c8f-bfde-5756d5a4b173 Date: Fri, 26 Oct 2018 10:10:28 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","mtu":1500}]} 2018-10-26 10:10:27,994 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-06435569-7abe-4c8f-bfde-5756d5a4b173 2018-10-26 10:10:28,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:28,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-37b37d47-7561-4d96-b38a-7985f282e543 Date: Fri, 26 Oct 2018 10:10:28 GMT RESP BODY: {"subnets":[]} 2018-10-26 10:10:28,029 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-37b37d47-7561-4d96-b38a-7985f282e543 2018-10-26 10:10:28,032 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/8fc17e39-2c9c-45df-9571-c442e4a255b4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:28,500 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:10:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-03e76bd4-4dc3-476b-b2d8-8e40a25a5676 x-compute-request-id: req-03e76bd4-4dc3-476b-b2d8-8e40a25a5676 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:71:68", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8fc17e39-2c9c-45df-9571-c442e4a255b4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8fc17e39-2c9c-45df-9571-c442e4a255b4", "rel": "bookmark"}], "image": {"id": "cf3a9e39-0a8b-4835-ab13-0b12db3819fe", "links": [{"href": "http://172.30.9.21:8774/images/cf3a9e39-0a8b-4835-ab13-0b12db3819fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:10:23.000000", "flavor": {"id": "0689a3f5-298e-4d21-b3f1-818ff33f4f5e", "links": [{"href": "http://172.30.9.21:8774/flavors/0689a3f5-298e-4d21-b3f1-818ff33f4f5e", "rel": "bookmark"}]}, "id": "8fc17e39-2c9c-45df-9571-c442e4a255b4", "security_groups": [{"name": "default"}], "user_id": "3e791bcd552145cdad3329a0b8906ab6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:10:23Z", "hostId": "e7407e70748ccfb9fa0483556f595d24ec5532cba7d6b862c1ed5077", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-kp", "name": "CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-inst", "created": "2018-10-26T10:10:18Z", "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:10:28,500 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/8fc17e39-2c9c-45df-9571-c442e4a255b4 used request id req-03e76bd4-4dc3-476b-b2d8-8e40a25a5676 2018-10-26 10:10:28,501 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-inst] is - ACTIVE 2018-10-26 10:10:28,501 - create_instance - INFO - VM is - ACTIVE 2018-10-26 10:10:28,504 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/8fc17e39-2c9c-45df-9571-c442e4a255b4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:29,161 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:10:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0b59bd4c-d5a8-4b96-8e58-c911b1a1bc67 x-compute-request-id: req-0b59bd4c-d5a8-4b96-8e58-c911b1a1bc67 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:71:68", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8fc17e39-2c9c-45df-9571-c442e4a255b4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8fc17e39-2c9c-45df-9571-c442e4a255b4", "rel": "bookmark"}], "image": {"id": "cf3a9e39-0a8b-4835-ab13-0b12db3819fe", "links": [{"href": "http://172.30.9.21:8774/images/cf3a9e39-0a8b-4835-ab13-0b12db3819fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:10:23.000000", "flavor": {"id": "0689a3f5-298e-4d21-b3f1-818ff33f4f5e", "links": [{"href": "http://172.30.9.21:8774/flavors/0689a3f5-298e-4d21-b3f1-818ff33f4f5e", "rel": "bookmark"}]}, "id": "8fc17e39-2c9c-45df-9571-c442e4a255b4", "security_groups": [{"name": "default"}], "user_id": "3e791bcd552145cdad3329a0b8906ab6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:10:23Z", "hostId": "e7407e70748ccfb9fa0483556f595d24ec5532cba7d6b862c1ed5077", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-kp", "name": "CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-inst", "created": "2018-10-26T10:10:18Z", "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:10:29,161 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/8fc17e39-2c9c-45df-9571-c442e4a255b4 used request id req-0b59bd4c-d5a8-4b96-8e58-c911b1a1bc67 2018-10-26 10:10:29,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:29,404 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-c87882f8-4d47-46f3-b68b-e68e7d902e50 Date: Fri, 26 Oct 2018 10:10:29 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8e7b7f5e-cfd8-40da-ac5e-9f605413f37f"],"updated_at":"2018-10-26T10:09:55Z","tenant_id":"5ec49215144649b1a6ed53280ca9bd42","created_at":"2018-10-26T10:09:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5ec49215144649b1a6ed53280ca9bd42","id":"0261337f-a858-4dd9-b850-455338a8d99d","name":"CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-net"}]} 2018-10-26 10:10:29,404 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-net used request id req-c87882f8-4d47-46f3-b68b-e68e7d902e50 2018-10-26 10:10:29,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5ec49215144649b1a6ed53280ca9bd42 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:29,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:10:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ae2c8c0-5c2a-495f-af35-1d149aa762b0 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/5ec49215144649b1a6ed53280ca9bd42"}, "enabled": true, "id": "5ec49215144649b1a6ed53280ca9bd42", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-7e30f231-e474-4ac-proj"}} 2018-10-26 10:10:29,489 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5ec49215144649b1a6ed53280ca9bd42 used request id req-2ae2c8c0-5c2a-495f-af35-1d149aa762b0 2018-10-26 10:10:29,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=0261337f-a858-4dd9-b850-455338a8d99d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:29,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-065ab74c-a35b-4882-a4da-2a3cbc5fbe2e Date: Fri, 26 Oct 2018 10:10:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0261337f-a858-4dd9-b850-455338a8d99d","tenant_id":"5ec49215144649b1a6ed53280ca9bd42","created_at":"2018-10-26T10:09:55Z","dns_nameservers":[],"updated_at":"2018-10-26T10:09: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":"5ec49215144649b1a6ed53280ca9bd42","id":"8e7b7f5e-cfd8-40da-ac5e-9f605413f37f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-subnet"}]} 2018-10-26 10:10:29,547 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=0261337f-a858-4dd9-b850-455338a8d99d used request id req-065ab74c-a35b-4882-a4da-2a3cbc5fbe2e 2018-10-26 10:10:29,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=0261337f-a858-4dd9-b850-455338a8d99d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:29,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3865 X-Openstack-Request-Id: req-485ca0b8-2a1c-465e-808f-86cd2f02f22c Date: Fri, 26 Oct 2018 10:10:29 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:10:23Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8e7b7f5e-cfd8-40da-ac5e-9f605413f37f","ip_address":"10.55.1.100"}],"id":"35178cf0-ee88-4863-a481-38ae325acc9a","security_groups":["c4ace915-11f3-4f12-90b5-44d87bd2614d"],"mac_address":"fa:16:3e:5e:71:68","project_id":"5ec49215144649b1a6ed53280ca9bd42","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768port-1","admin_state_up":true,"network_id":"0261337f-a858-4dd9-b850-455338a8d99d","tenant_id":"5ec49215144649b1a6ed53280ca9bd42","created_at":"2018-10-26T10:10:15Z","binding:vnic_type":"normal","device_id":"8fc17e39-2c9c-45df-9571-c442e4a255b4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:09:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8e7b7f5e-cfd8-40da-ac5e-9f605413f37f","ip_address":"10.55.1.3"}],"id":"6f077910-296b-4e89-975b-778c552f9319","security_groups":[],"mac_address":"fa:16:3e:36:db:fa","project_id":"5ec49215144649b1a6ed53280ca9bd42","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0261337f-a858-4dd9-b850-455338a8d99d","tenant_id":"5ec49215144649b1a6ed53280ca9bd42","created_at":"2018-10-26T10:09:56Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0261337f-a858-4dd9-b850-455338a8d99d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:09:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8e7b7f5e-cfd8-40da-ac5e-9f605413f37f","ip_address":"10.55.1.2"}],"id":"752b2b83-de84-4bc5-8c81-cb708116e5a4","security_groups":[],"mac_address":"fa:16:3e:82:ea:f4","project_id":"5ec49215144649b1a6ed53280ca9bd42","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0261337f-a858-4dd9-b850-455338a8d99d","tenant_id":"5ec49215144649b1a6ed53280ca9bd42","created_at":"2018-10-26T10:09:55Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0261337f-a858-4dd9-b850-455338a8d99d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:09:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8e7b7f5e-cfd8-40da-ac5e-9f605413f37f","ip_address":"10.55.1.4"}],"id":"8303fa6c-adb5-4388-bc11-59fb78ddbaf2","security_groups":[],"mac_address":"fa:16:3e:3f:27:4c","project_id":"5ec49215144649b1a6ed53280ca9bd42","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0261337f-a858-4dd9-b850-455338a8d99d","tenant_id":"5ec49215144649b1a6ed53280ca9bd42","created_at":"2018-10-26T10:09:57Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0261337f-a858-4dd9-b850-455338a8d99d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:10:20Z","device_owner":"network:ha_router_replicated_interface","revision_number":14,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8e7b7f5e-cfd8-40da-ac5e-9f605413f37f","ip_address":"10.55.1.1"}],"id":"d1baeb56-7ff2-4c3b-a910-8231ab60344e","security_groups":[],"mac_address":"fa:16:3e:6c:ce:f8","project_id":"5ec49215144649b1a6ed53280ca9bd42","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0261337f-a858-4dd9-b850-455338a8d99d","tenant_id":"5ec49215144649b1a6ed53280ca9bd42","created_at":"2018-10-26T10:10:03Z","binding:vnic_type":"normal","device_id":"eda9b906-1aff-446a-8d42-c91b65ff87f7"}]} 2018-10-26 10:10:29,647 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=0261337f-a858-4dd9-b850-455338a8d99d used request id req-485ca0b8-2a1c-465e-808f-86cd2f02f22c 2018-10-26 10:10:29,648 - neutron_utils - INFO - Creating floating ip to external network - external 2018-10-26 10:10:29,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:29,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-21fd16e9-6e37-4d61-baeb-9f7bda55544c Date: Fri, 26 Oct 2018 10:10:29 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","mtu":1500}]} 2018-10-26 10:10:29,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-21fd16e9-6e37-4d61-baeb-9f7bda55544c 2018-10-26 10:10:29,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:29,787 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-5fa42195-fadf-4b2b-a2f2-fb40d5d6b636 Date: Fri, 26 Oct 2018 10:10:29 GMT RESP BODY: {"subnets":[]} 2018-10-26 10:10:29,787 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-5fa42195-fadf-4b2b-a2f2-fb40d5d6b636 2018-10-26 10:10:29,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" -d '{"floatingip": {"floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "port_id": "35178cf0-ee88-4863-a481-38ae325acc9a"}}' 2018-10-26 10:10:31,963 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 549 X-Openstack-Request-Id: req-31907abb-d6d9-4fab-bed1-0a487fe2892c Date: Fri, 26 Oct 2018 10:10:31 GMT RESP BODY: {"floatingip": {"router_id": "eda9b906-1aff-446a-8d42-c91b65ff87f7", "status": "DOWN", "description": "", "tags": [], "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "created_at": "2018-10-26T10:10:30Z", "updated_at": "2018-10-26T10:10:30Z", "floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "fixed_ip_address": "10.55.1.100", "floating_ip_address": "172.30.9.204", "revision_number": 0, "project_id": "5ec49215144649b1a6ed53280ca9bd42", "port_id": "35178cf0-ee88-4863-a481-38ae325acc9a", "id": "17ca0c83-e390-47d7-8372-4761eab461ec"}} 2018-10-26 10:10:31,964 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips used request id req-31907abb-d6d9-4fab-bed1-0a487fe2892c 2018-10-26 10:10:31,964 - create_instance - INFO - Created floating IP 172.30.9.204 via router - CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-router 2018-10-26 10:10:31,967 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/8fc17e39-2c9c-45df-9571-c442e4a255b4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:32,287 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:10:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-733f54fa-6dec-4b3c-9efd-504ba483f826 x-compute-request-id: req-733f54fa-6dec-4b3c-9efd-504ba483f826 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:71:68", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8fc17e39-2c9c-45df-9571-c442e4a255b4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8fc17e39-2c9c-45df-9571-c442e4a255b4", "rel": "bookmark"}], "image": {"id": "cf3a9e39-0a8b-4835-ab13-0b12db3819fe", "links": [{"href": "http://172.30.9.21:8774/images/cf3a9e39-0a8b-4835-ab13-0b12db3819fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:10:23.000000", "flavor": {"id": "0689a3f5-298e-4d21-b3f1-818ff33f4f5e", "links": [{"href": "http://172.30.9.21:8774/flavors/0689a3f5-298e-4d21-b3f1-818ff33f4f5e", "rel": "bookmark"}]}, "id": "8fc17e39-2c9c-45df-9571-c442e4a255b4", "security_groups": [{"name": "default"}], "user_id": "3e791bcd552145cdad3329a0b8906ab6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:10:23Z", "hostId": "e7407e70748ccfb9fa0483556f595d24ec5532cba7d6b862c1ed5077", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-kp", "name": "CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-inst", "created": "2018-10-26T10:10:18Z", "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:10:32,287 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/8fc17e39-2c9c-45df-9571-c442e4a255b4 used request id req-733f54fa-6dec-4b3c-9efd-504ba483f826 2018-10-26 10:10:32,288 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-inst] is - ACTIVE 2018-10-26 10:10:32,288 - create_instance - INFO - VM is - ACTIVE 2018-10-26 10:10:32,291 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/8fc17e39-2c9c-45df-9571-c442e4a255b4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:32,864 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:10:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-12b06c5c-abfa-4eaa-b457-966e90824dc5 x-compute-request-id: req-12b06c5c-abfa-4eaa-b457-966e90824dc5 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:71:68", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8fc17e39-2c9c-45df-9571-c442e4a255b4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8fc17e39-2c9c-45df-9571-c442e4a255b4", "rel": "bookmark"}], "image": {"id": "cf3a9e39-0a8b-4835-ab13-0b12db3819fe", "links": [{"href": "http://172.30.9.21:8774/images/cf3a9e39-0a8b-4835-ab13-0b12db3819fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:10:23.000000", "flavor": {"id": "0689a3f5-298e-4d21-b3f1-818ff33f4f5e", "links": [{"href": "http://172.30.9.21:8774/flavors/0689a3f5-298e-4d21-b3f1-818ff33f4f5e", "rel": "bookmark"}]}, "id": "8fc17e39-2c9c-45df-9571-c442e4a255b4", "security_groups": [{"name": "default"}], "user_id": "3e791bcd552145cdad3329a0b8906ab6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:10:23Z", "hostId": "e7407e70748ccfb9fa0483556f595d24ec5532cba7d6b862c1ed5077", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-kp", "name": "CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-inst", "created": "2018-10-26T10:10:18Z", "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:10:32,864 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/8fc17e39-2c9c-45df-9571-c442e4a255b4 used request id req-12b06c5c-abfa-4eaa-b457-966e90824dc5 2018-10-26 10:10:32,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:32,970 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-d2ad7ad9-86fd-454b-8086-012ab6f83046 Date: Fri, 26 Oct 2018 10:10: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":["8e7b7f5e-cfd8-40da-ac5e-9f605413f37f"],"updated_at":"2018-10-26T10:09:55Z","tenant_id":"5ec49215144649b1a6ed53280ca9bd42","created_at":"2018-10-26T10:09:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5ec49215144649b1a6ed53280ca9bd42","id":"0261337f-a858-4dd9-b850-455338a8d99d","name":"CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-net"}]} 2018-10-26 10:10:32,971 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-net used request id req-d2ad7ad9-86fd-454b-8086-012ab6f83046 2018-10-26 10:10:32,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5ec49215144649b1a6ed53280ca9bd42 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:33,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:10:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b3e6e5d-cfaa-4d7e-bdac-1b61750091ff Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/5ec49215144649b1a6ed53280ca9bd42"}, "enabled": true, "id": "5ec49215144649b1a6ed53280ca9bd42", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-7e30f231-e474-4ac-proj"}} 2018-10-26 10:10:33,048 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5ec49215144649b1a6ed53280ca9bd42 used request id req-4b3e6e5d-cfaa-4d7e-bdac-1b61750091ff 2018-10-26 10:10:33,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=0261337f-a858-4dd9-b850-455338a8d99d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:33,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-151ca2b2-fe0d-4356-bb9d-d9a18db590d5 Date: Fri, 26 Oct 2018 10:10:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0261337f-a858-4dd9-b850-455338a8d99d","tenant_id":"5ec49215144649b1a6ed53280ca9bd42","created_at":"2018-10-26T10:09:55Z","dns_nameservers":[],"updated_at":"2018-10-26T10:09: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":"5ec49215144649b1a6ed53280ca9bd42","id":"8e7b7f5e-cfd8-40da-ac5e-9f605413f37f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-subnet"}]} 2018-10-26 10:10:33,259 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=0261337f-a858-4dd9-b850-455338a8d99d used request id req-151ca2b2-fe0d-4356-bb9d-d9a18db590d5 2018-10-26 10:10:33,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=0261337f-a858-4dd9-b850-455338a8d99d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:33,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3865 X-Openstack-Request-Id: req-118da1cd-78d6-446b-9b27-f5d6ce911c75 Date: Fri, 26 Oct 2018 10:10:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:10:23Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8e7b7f5e-cfd8-40da-ac5e-9f605413f37f","ip_address":"10.55.1.100"}],"id":"35178cf0-ee88-4863-a481-38ae325acc9a","security_groups":["c4ace915-11f3-4f12-90b5-44d87bd2614d"],"mac_address":"fa:16:3e:5e:71:68","project_id":"5ec49215144649b1a6ed53280ca9bd42","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768port-1","admin_state_up":true,"network_id":"0261337f-a858-4dd9-b850-455338a8d99d","tenant_id":"5ec49215144649b1a6ed53280ca9bd42","created_at":"2018-10-26T10:10:15Z","binding:vnic_type":"normal","device_id":"8fc17e39-2c9c-45df-9571-c442e4a255b4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:09:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8e7b7f5e-cfd8-40da-ac5e-9f605413f37f","ip_address":"10.55.1.3"}],"id":"6f077910-296b-4e89-975b-778c552f9319","security_groups":[],"mac_address":"fa:16:3e:36:db:fa","project_id":"5ec49215144649b1a6ed53280ca9bd42","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0261337f-a858-4dd9-b850-455338a8d99d","tenant_id":"5ec49215144649b1a6ed53280ca9bd42","created_at":"2018-10-26T10:09:56Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0261337f-a858-4dd9-b850-455338a8d99d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:09:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8e7b7f5e-cfd8-40da-ac5e-9f605413f37f","ip_address":"10.55.1.2"}],"id":"752b2b83-de84-4bc5-8c81-cb708116e5a4","security_groups":[],"mac_address":"fa:16:3e:82:ea:f4","project_id":"5ec49215144649b1a6ed53280ca9bd42","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0261337f-a858-4dd9-b850-455338a8d99d","tenant_id":"5ec49215144649b1a6ed53280ca9bd42","created_at":"2018-10-26T10:09:55Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0261337f-a858-4dd9-b850-455338a8d99d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:09:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8e7b7f5e-cfd8-40da-ac5e-9f605413f37f","ip_address":"10.55.1.4"}],"id":"8303fa6c-adb5-4388-bc11-59fb78ddbaf2","security_groups":[],"mac_address":"fa:16:3e:3f:27:4c","project_id":"5ec49215144649b1a6ed53280ca9bd42","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0261337f-a858-4dd9-b850-455338a8d99d","tenant_id":"5ec49215144649b1a6ed53280ca9bd42","created_at":"2018-10-26T10:09:57Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0261337f-a858-4dd9-b850-455338a8d99d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:10:20Z","device_owner":"network:ha_router_replicated_interface","revision_number":14,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8e7b7f5e-cfd8-40da-ac5e-9f605413f37f","ip_address":"10.55.1.1"}],"id":"d1baeb56-7ff2-4c3b-a910-8231ab60344e","security_groups":[],"mac_address":"fa:16:3e:6c:ce:f8","project_id":"5ec49215144649b1a6ed53280ca9bd42","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0261337f-a858-4dd9-b850-455338a8d99d","tenant_id":"5ec49215144649b1a6ed53280ca9bd42","created_at":"2018-10-26T10:10:03Z","binding:vnic_type":"normal","device_id":"eda9b906-1aff-446a-8d42-c91b65ff87f7"}]} 2018-10-26 10:10:33,910 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=0261337f-a858-4dd9-b850-455338a8d99d used request id req-118da1cd-78d6-446b-9b27-f5d6ce911c75 2018-10-26 10:10:33,914 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/8fc17e39-2c9c-45df-9571-c442e4a255b4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:34,375 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:10: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-dec7ad6b-b4f5-4607-a924-a80d5c2316d1 x-compute-request-id: req-dec7ad6b-b4f5-4607-a924-a80d5c2316d1 Content-Encoding: gzip Content-Length: 779 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:71:68", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:71:68", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8fc17e39-2c9c-45df-9571-c442e4a255b4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8fc17e39-2c9c-45df-9571-c442e4a255b4", "rel": "bookmark"}], "image": {"id": "cf3a9e39-0a8b-4835-ab13-0b12db3819fe", "links": [{"href": "http://172.30.9.21:8774/images/cf3a9e39-0a8b-4835-ab13-0b12db3819fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:10:23.000000", "flavor": {"id": "0689a3f5-298e-4d21-b3f1-818ff33f4f5e", "links": [{"href": "http://172.30.9.21:8774/flavors/0689a3f5-298e-4d21-b3f1-818ff33f4f5e", "rel": "bookmark"}]}, "id": "8fc17e39-2c9c-45df-9571-c442e4a255b4", "security_groups": [{"name": "default"}], "user_id": "3e791bcd552145cdad3329a0b8906ab6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:10:23Z", "hostId": "e7407e70748ccfb9fa0483556f595d24ec5532cba7d6b862c1ed5077", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-kp", "name": "CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-inst", "created": "2018-10-26T10:10:18Z", "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:10:34,375 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/8fc17e39-2c9c-45df-9571-c442e4a255b4 used request id req-dec7ad6b-b4f5-4607-a924-a80d5c2316d1 2018-10-26 10:10:34,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:34,481 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-cf8f2a17-aaff-4e1e-b47e-e8e93ccc30bf Date: Fri, 26 Oct 2018 10:10: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":["8e7b7f5e-cfd8-40da-ac5e-9f605413f37f"],"updated_at":"2018-10-26T10:09:55Z","tenant_id":"5ec49215144649b1a6ed53280ca9bd42","created_at":"2018-10-26T10:09:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"5ec49215144649b1a6ed53280ca9bd42","id":"0261337f-a858-4dd9-b850-455338a8d99d","name":"CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-net"}]} 2018-10-26 10:10:34,481 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-net used request id req-cf8f2a17-aaff-4e1e-b47e-e8e93ccc30bf 2018-10-26 10:10:34,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5ec49215144649b1a6ed53280ca9bd42 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:34,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:10:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-899a284a-28db-47b4-aec4-5fde9bcfe591 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/5ec49215144649b1a6ed53280ca9bd42"}, "enabled": true, "id": "5ec49215144649b1a6ed53280ca9bd42", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-7e30f231-e474-4ac-proj"}} 2018-10-26 10:10:34,574 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5ec49215144649b1a6ed53280ca9bd42 used request id req-899a284a-28db-47b4-aec4-5fde9bcfe591 2018-10-26 10:10:34,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=0261337f-a858-4dd9-b850-455338a8d99d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:34,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-55d9c7c7-7ed0-4ae5-a1c6-0511d6a058ba Date: Fri, 26 Oct 2018 10:10:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0261337f-a858-4dd9-b850-455338a8d99d","tenant_id":"5ec49215144649b1a6ed53280ca9bd42","created_at":"2018-10-26T10:09:55Z","dns_nameservers":[],"updated_at":"2018-10-26T10:09: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":"5ec49215144649b1a6ed53280ca9bd42","id":"8e7b7f5e-cfd8-40da-ac5e-9f605413f37f","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-subnet"}]} 2018-10-26 10:10:34,637 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=0261337f-a858-4dd9-b850-455338a8d99d used request id req-55d9c7c7-7ed0-4ae5-a1c6-0511d6a058ba 2018-10-26 10:10:34,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=0261337f-a858-4dd9-b850-455338a8d99d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:34,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3865 X-Openstack-Request-Id: req-52e8cb75-3234-4f34-938c-0cb440960303 Date: Fri, 26 Oct 2018 10:10:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:10:23Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8e7b7f5e-cfd8-40da-ac5e-9f605413f37f","ip_address":"10.55.1.100"}],"id":"35178cf0-ee88-4863-a481-38ae325acc9a","security_groups":["c4ace915-11f3-4f12-90b5-44d87bd2614d"],"mac_address":"fa:16:3e:5e:71:68","project_id":"5ec49215144649b1a6ed53280ca9bd42","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768port-1","admin_state_up":true,"network_id":"0261337f-a858-4dd9-b850-455338a8d99d","tenant_id":"5ec49215144649b1a6ed53280ca9bd42","created_at":"2018-10-26T10:10:15Z","binding:vnic_type":"normal","device_id":"8fc17e39-2c9c-45df-9571-c442e4a255b4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:09:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8e7b7f5e-cfd8-40da-ac5e-9f605413f37f","ip_address":"10.55.1.3"}],"id":"6f077910-296b-4e89-975b-778c552f9319","security_groups":[],"mac_address":"fa:16:3e:36:db:fa","project_id":"5ec49215144649b1a6ed53280ca9bd42","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0261337f-a858-4dd9-b850-455338a8d99d","tenant_id":"5ec49215144649b1a6ed53280ca9bd42","created_at":"2018-10-26T10:09:56Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0261337f-a858-4dd9-b850-455338a8d99d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:09:58Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8e7b7f5e-cfd8-40da-ac5e-9f605413f37f","ip_address":"10.55.1.2"}],"id":"752b2b83-de84-4bc5-8c81-cb708116e5a4","security_groups":[],"mac_address":"fa:16:3e:82:ea:f4","project_id":"5ec49215144649b1a6ed53280ca9bd42","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0261337f-a858-4dd9-b850-455338a8d99d","tenant_id":"5ec49215144649b1a6ed53280ca9bd42","created_at":"2018-10-26T10:09:55Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0261337f-a858-4dd9-b850-455338a8d99d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:09:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8e7b7f5e-cfd8-40da-ac5e-9f605413f37f","ip_address":"10.55.1.4"}],"id":"8303fa6c-adb5-4388-bc11-59fb78ddbaf2","security_groups":[],"mac_address":"fa:16:3e:3f:27:4c","project_id":"5ec49215144649b1a6ed53280ca9bd42","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0261337f-a858-4dd9-b850-455338a8d99d","tenant_id":"5ec49215144649b1a6ed53280ca9bd42","created_at":"2018-10-26T10:09:57Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0261337f-a858-4dd9-b850-455338a8d99d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:10:20Z","device_owner":"network:ha_router_replicated_interface","revision_number":14,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8e7b7f5e-cfd8-40da-ac5e-9f605413f37f","ip_address":"10.55.1.1"}],"id":"d1baeb56-7ff2-4c3b-a910-8231ab60344e","security_groups":[],"mac_address":"fa:16:3e:6c:ce:f8","project_id":"5ec49215144649b1a6ed53280ca9bd42","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0261337f-a858-4dd9-b850-455338a8d99d","tenant_id":"5ec49215144649b1a6ed53280ca9bd42","created_at":"2018-10-26T10:10:03Z","binding:vnic_type":"normal","device_id":"eda9b906-1aff-446a-8d42-c91b65ff87f7"}]} 2018-10-26 10:10:34,747 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=0261337f-a858-4dd9-b850-455338a8d99d used request id req-52e8cb75-3234-4f34-938c-0cb440960303 2018-10-26 10:10:34,748 - create_instance - INFO - Deleting Floating IP - 172.30.9.204 2018-10-26 10:10:34,748 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.204 2018-10-26 10:10:34,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/floatingips/17ca0c83-e390-47d7-8372-4761eab461ec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:35,708 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5daede11-7bbc-45e3-987c-fd7ad19f26a1 Content-Length: 0 Date: Fri, 26 Oct 2018 10:10:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:10:35,709 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/17ca0c83-e390-47d7-8372-4761eab461ec used request id req-5daede11-7bbc-45e3-987c-fd7ad19f26a1 2018-10-26 10:10:35,709 - create_instance - INFO - Deleting Port with ID - 35178cf0-ee88-4863-a481-38ae325acc9a 2018-10-26 10:10:35,709 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768port-1 2018-10-26 10:10:35,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/35178cf0-ee88-4863-a481-38ae325acc9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:36,394 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-11149a26-610e-4c5e-a278-b6e2e478b1f5 Date: Fri, 26 Oct 2018 10:10:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:10:36,394 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/35178cf0-ee88-4863-a481-38ae325acc9a used request id req-11149a26-610e-4c5e-a278-b6e2e478b1f5 2018-10-26 10:10:36,394 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-inst 2018-10-26 10:10:36,397 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/8fc17e39-2c9c-45df-9571-c442e4a255b4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:36,589 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:10:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1c96db28-0133-4673-a2a4-48a1ff514b62 x-compute-request-id: req-1c96db28-0133-4673-a2a4-48a1ff514b62 Content-Type: application/json 2018-10-26 10:10:36,589 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/8fc17e39-2c9c-45df-9571-c442e4a255b4 used request id req-1c96db28-0133-4673-a2a4-48a1ff514b62 2018-10-26 10:10:36,590 - create_instance - INFO - Checking deletion status 2018-10-26 10:10:36,593 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/8fc17e39-2c9c-45df-9571-c442e4a255b4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:36,989 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:10:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d6a8dab3-939a-49d9-bc80-0bfbb4d1b755 x-compute-request-id: req-d6a8dab3-939a-49d9-bc80-0bfbb4d1b755 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8fc17e39-2c9c-45df-9571-c442e4a255b4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8fc17e39-2c9c-45df-9571-c442e4a255b4", "rel": "bookmark"}], "image": {"id": "cf3a9e39-0a8b-4835-ab13-0b12db3819fe", "links": [{"href": "http://172.30.9.21:8774/images/cf3a9e39-0a8b-4835-ab13-0b12db3819fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:10:23.000000", "flavor": {"id": "0689a3f5-298e-4d21-b3f1-818ff33f4f5e", "links": [{"href": "http://172.30.9.21:8774/flavors/0689a3f5-298e-4d21-b3f1-818ff33f4f5e", "rel": "bookmark"}]}, "id": "8fc17e39-2c9c-45df-9571-c442e4a255b4", "user_id": "3e791bcd552145cdad3329a0b8906ab6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:10:36Z", "hostId": "e7407e70748ccfb9fa0483556f595d24ec5532cba7d6b862c1ed5077", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-kp", "name": "CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-inst", "created": "2018-10-26T10:10:18Z", "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:10:36,990 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/8fc17e39-2c9c-45df-9571-c442e4a255b4 used request id req-d6a8dab3-939a-49d9-bc80-0bfbb4d1b755 2018-10-26 10:10:36,990 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-inst] is - ACTIVE 2018-10-26 10:10:36,990 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:10:39,993 - create_instance - DEBUG - VM status query timeout in 296.596402884 2018-10-26 10:10:39,996 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/8fc17e39-2c9c-45df-9571-c442e4a255b4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:40,141 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:10: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-dcab51d6-884b-4e4e-97ef-4ae263709af8 x-compute-request-id: req-dcab51d6-884b-4e4e-97ef-4ae263709af8 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8fc17e39-2c9c-45df-9571-c442e4a255b4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8fc17e39-2c9c-45df-9571-c442e4a255b4", "rel": "bookmark"}], "image": {"id": "cf3a9e39-0a8b-4835-ab13-0b12db3819fe", "links": [{"href": "http://172.30.9.21:8774/images/cf3a9e39-0a8b-4835-ab13-0b12db3819fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:10:23.000000", "flavor": {"id": "0689a3f5-298e-4d21-b3f1-818ff33f4f5e", "links": [{"href": "http://172.30.9.21:8774/flavors/0689a3f5-298e-4d21-b3f1-818ff33f4f5e", "rel": "bookmark"}]}, "id": "8fc17e39-2c9c-45df-9571-c442e4a255b4", "user_id": "3e791bcd552145cdad3329a0b8906ab6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:10:36Z", "hostId": "e7407e70748ccfb9fa0483556f595d24ec5532cba7d6b862c1ed5077", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-kp", "name": "CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-inst", "created": "2018-10-26T10:10:18Z", "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:10:40,141 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/8fc17e39-2c9c-45df-9571-c442e4a255b4 used request id req-dcab51d6-884b-4e4e-97ef-4ae263709af8 2018-10-26 10:10:40,141 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-inst] is - ACTIVE 2018-10-26 10:10:40,142 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:10:43,145 - create_instance - DEBUG - VM status query timeout in 293.44512105 2018-10-26 10:10:43,148 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/8fc17e39-2c9c-45df-9571-c442e4a255b4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec6c96481d881a3a2f5132ff2083ed4904ce95a" 2018-10-26 10:10:43,199 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 10:10:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-40a791d6-ad34-4fa7-859a-ac53c11acb90 x-compute-request-id: req-40a791d6-ad34-4fa7-859a-ac53c11acb90 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 8fc17e39-2c9c-45df-9571-c442e4a255b4 could not be found.", "code": 404}} 2018-10-26 10:10:43,199 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/8fc17e39-2c9c-45df-9571-c442e4a255b4 used request id req-40a791d6-ad34-4fa7-859a-ac53c11acb90 2018-10-26 10:10:43,199 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 8fc17e39-2c9c-45df-9571-c442e4a255b4 could not be found. (HTTP 404) (Request-ID: req-40a791d6-ad34-4fa7-859a-ac53c11acb90) 2018-10-26 10:10:43,199 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-inst 2018-10-26 10:10:43,200 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-kp 2018-10-26 10:10:43,203 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2bc56cd434b4ce26abcb1826a4848721f67cfeab" 2018-10-26 10:10:43,246 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10:10:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-41886268-5416-40b0-b737-fec2b6e4ea6f x-compute-request-id: req-41886268-5416-40b0-b737-fec2b6e4ea6f Content-Length: 0 Content-Type: application/json 2018-10-26 10:10:43,246 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-kp used request id req-41886268-5416-40b0-b737-fec2b6e4ea6f 2018-10-26 10:10:43,246 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768.pub] 2018-10-26 10:10:43,247 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768] 2018-10-26 10:10:43,250 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/0689a3f5-298e-4d21-b3f1-818ff33f4f5e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fffabf8e6d7ad062ef8f3d3346f8deb539b824fd" 2018-10-26 10:10:43,289 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10:10:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a3dd688d-f532-4a7c-b19f-c0363abdf800 x-compute-request-id: req-a3dd688d-f532-4a7c-b19f-c0363abdf800 Content-Length: 0 Content-Type: application/json 2018-10-26 10:10:43,289 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/0689a3f5-298e-4d21-b3f1-818ff33f4f5e used request id req-a3dd688d-f532-4a7c-b19f-c0363abdf800 2018-10-26 10:10:43,290 - neutron_utils - INFO - Deleting security group rule with ID - 1269a1d0-4dc8-4c9d-93db-cc3b4a606585 2018-10-26 10:10:43,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/1269a1d0-4dc8-4c9d-93db-cc3b4a606585 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a9bdf534da8288a66aad0a51a5eba0a849d3d6a" 2018-10-26 10:10:43,612 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-003df16d-569a-42ae-99c8-3406af319958 Content-Length: 0 Date: Fri, 26 Oct 2018 10:10:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:10:43,612 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/1269a1d0-4dc8-4c9d-93db-cc3b4a606585 used request id req-003df16d-569a-42ae-99c8-3406af319958 2018-10-26 10:10:43,613 - neutron_utils - INFO - Deleting security group rule with ID - b71af0de-c6bd-4a0f-8733-15e295055de2 2018-10-26 10:10:43,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/b71af0de-c6bd-4a0f-8733-15e295055de2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a9bdf534da8288a66aad0a51a5eba0a849d3d6a" 2018-10-26 10:10:43,712 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e14ee1ce-f51a-48b7-a2e9-1ab83efd1976 Content-Length: 0 Date: Fri, 26 Oct 2018 10:10:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:10:43,712 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/b71af0de-c6bd-4a0f-8733-15e295055de2 used request id req-e14ee1ce-f51a-48b7-a2e9-1ab83efd1976 2018-10-26 10:10:43,713 - neutron_utils - INFO - Deleting security group rule with ID - 18d6131b-51a5-46f2-bc8a-44dc66dfe792 2018-10-26 10:10:43,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/18d6131b-51a5-46f2-bc8a-44dc66dfe792 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a9bdf534da8288a66aad0a51a5eba0a849d3d6a" 2018-10-26 10:10:43,977 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0c74249d-a081-4aed-97ed-90758521ce06 Content-Length: 0 Date: Fri, 26 Oct 2018 10:10:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:10:43,977 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/18d6131b-51a5-46f2-bc8a-44dc66dfe792 used request id req-0c74249d-a081-4aed-97ed-90758521ce06 2018-10-26 10:10:43,977 - neutron_utils - INFO - Deleting security group rule with ID - 32902c2e-9a00-456a-bf0b-d19b598c57b6 2018-10-26 10:10:43,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/32902c2e-9a00-456a-bf0b-d19b598c57b6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a9bdf534da8288a66aad0a51a5eba0a849d3d6a" 2018-10-26 10:10:44,238 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f7b9e84e-3ef6-440e-96a4-c5feb91dd7ab Content-Length: 0 Date: Fri, 26 Oct 2018 10:10:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:10:44,238 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/32902c2e-9a00-456a-bf0b-d19b598c57b6 used request id req-f7b9e84e-3ef6-440e-96a4-c5feb91dd7ab 2018-10-26 10:10:44,238 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-sec-grp 2018-10-26 10:10:44,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/407272a9-526f-4810-b49d-82fafba30a16 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a9bdf534da8288a66aad0a51a5eba0a849d3d6a" 2018-10-26 10:10:44,516 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cdd47321-04da-4bf1-9bed-6a6bb519d066 Content-Length: 0 Date: Fri, 26 Oct 2018 10:10:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:10:44,517 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/407272a9-526f-4810-b49d-82fafba30a16 used request id req-cdd47321-04da-4bf1-9bed-6a6bb519d066 2018-10-26 10:10:44,517 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-router and subnet CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-subnet 2018-10-26 10:10:44,517 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-router 2018-10-26 10:10:44,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/eda9b906-1aff-446a-8d42-c91b65ff87f7/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0aa04c4bf9857c9726e131ac873a1529b1ef2c1" -d '{"subnet_id": "8e7b7f5e-cfd8-40da-ac5e-9f605413f37f"}' 2018-10-26 10:10:46,076 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c9124d68-2e07-4a94-911a-ae5b35c94b6f Date: Fri, 26 Oct 2018 10:10:46 GMT RESP BODY: {"network_id": "0261337f-a858-4dd9-b850-455338a8d99d", "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "subnet_id": "8e7b7f5e-cfd8-40da-ac5e-9f605413f37f", "subnet_ids": ["8e7b7f5e-cfd8-40da-ac5e-9f605413f37f"], "port_id": "d1baeb56-7ff2-4c3b-a910-8231ab60344e", "id": "eda9b906-1aff-446a-8d42-c91b65ff87f7"} 2018-10-26 10:10:46,076 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/eda9b906-1aff-446a-8d42-c91b65ff87f7/remove_router_interface used request id req-c9124d68-2e07-4a94-911a-ae5b35c94b6f 2018-10-26 10:10:46,077 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-router 2018-10-26 10:10:46,077 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-router 2018-10-26 10:10:46,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/eda9b906-1aff-446a-8d42-c91b65ff87f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0aa04c4bf9857c9726e131ac873a1529b1ef2c1" 2018-10-26 10:10:49,821 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-20c807a1-bfda-4978-a238-1eb7cbfda9b0 Content-Length: 0 Date: Fri, 26 Oct 2018 10:10:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:10:49,821 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/eda9b906-1aff-446a-8d42-c91b65ff87f7 used request id req-20c807a1-bfda-4978-a238-1eb7cbfda9b0 2018-10-26 10:10:49,821 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-subnet 2018-10-26 10:10:49,822 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-subnet 2018-10-26 10:10:49,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/8e7b7f5e-cfd8-40da-ac5e-9f605413f37f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d945a544eceffd1f42d91ee8a1b21095a4f43ed" 2018-10-26 10:10:52,182 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-67a8447d-0704-4708-9c2c-738a6653fad9 Date: Fri, 26 Oct 2018 10:10:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:10:52,182 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/8e7b7f5e-cfd8-40da-ac5e-9f605413f37f used request id req-67a8447d-0704-4708-9c2c-738a6653fad9 2018-10-26 10:10:52,183 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-pub-net 2018-10-26 10:10:52,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/0261337f-a858-4dd9-b850-455338a8d99d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d945a544eceffd1f42d91ee8a1b21095a4f43ed" 2018-10-26 10:10:53,795 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e7485599-7305-483a-9943-19bcd3b716dc Date: Fri, 26 Oct 2018 10:10:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:10:53,795 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/0261337f-a858-4dd9-b850-455338a8d99d used request id req-e7485599-7305-483a-9943-19bcd3b716dc 2018-10-26 10:10:53,795 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-82fab3bf-804d-4547-8319-d6d4a87ff768-image 2018-10-26 10:10:53,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/cf3a9e39-0a8b-4835-ab13-0b12db3819fe -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c1744cce5f75d7ec623fc3c480bafa9519b808b2" 2018-10-26 10:10:55,451 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a3402bf0-3ccb-4bb1-9155-65fb28b8643b Date: Fri, 26 Oct 2018 10:10: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-26 10:10:55,451 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/cf3a9e39-0a8b-4835-ab13-0b12db3819fe used request id req-a3402bf0-3ccb-4bb1-9155-65fb28b8643b 2018-10-26 10:10:55,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}248400bdd206708deba7a4f337b6bd14be6b3a07" 2018-10-26 10:10:55,741 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-fed3bdb3-1da9-4178-99bb-e92b7379a335 Date: Fri, 26 Oct 2018 10:10:55 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "created_at": "2018-10-26T10:09:53Z", "updated_at": "2018-10-26T10:09:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:09:54Z", "revision_number": 0, "id": "09f0e0db-7a8d-4ea8-bbae-c7ddc41228cd", "remote_group_id": "c4ace915-11f3-4f12-90b5-44d87bd2614d", "remote_ip_prefix": null, "created_at": "2018-10-26T10:09:54Z", "security_group_id": "c4ace915-11f3-4f12-90b5-44d87bd2614d", "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "port_range_min": null, "ethertype": "IPv4", "project_id": "5ec49215144649b1a6ed53280ca9bd42"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:09:54Z", "revision_number": 0, "id": "3d2f3721-10a3-454d-abe0-796827c63da1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:09:54Z", "security_group_id": "c4ace915-11f3-4f12-90b5-44d87bd2614d", "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "port_range_min": null, "ethertype": "IPv6", "project_id": "5ec49215144649b1a6ed53280ca9bd42"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:09:54Z", "revision_number": 0, "id": "5700af19-7f4a-4a7f-bd60-4383b2108b6b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:09:54Z", "security_group_id": "c4ace915-11f3-4f12-90b5-44d87bd2614d", "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "port_range_min": null, "ethertype": "IPv4", "project_id": "5ec49215144649b1a6ed53280ca9bd42"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:09:54Z", "revision_number": 0, "id": "9123be85-5781-4fe3-b10b-5710abcfe182", "remote_group_id": "c4ace915-11f3-4f12-90b5-44d87bd2614d", "remote_ip_prefix": null, "created_at": "2018-10-26T10:09:54Z", "security_group_id": "c4ace915-11f3-4f12-90b5-44d87bd2614d", "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "port_range_min": null, "ethertype": "IPv6", "project_id": "5ec49215144649b1a6ed53280ca9bd42"}], "revision_number": 4, "project_id": "5ec49215144649b1a6ed53280ca9bd42", "id": "c4ace915-11f3-4f12-90b5-44d87bd2614d", "name": "default"}]} 2018-10-26 10:10:55,741 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-fed3bdb3-1da9-4178-99bb-e92b7379a335 2018-10-26 10:10:55,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}248400bdd206708deba7a4f337b6bd14be6b3a07" 2018-10-26 10:10:55,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:10:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34e6c8e2-b37f-4dd0-a38f-589407f0b393 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 10:10:55,836 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-34e6c8e2-b37f-4dd0-a38f-589407f0b393 2018-10-26 10:10:55,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}248400bdd206708deba7a4f337b6bd14be6b3a07" 2018-10-26 10:10:55,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:10:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae1cedb7-e394-40bd-8ef5-a44179c49e66 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 10:10:55,935 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-ae1cedb7-e394-40bd-8ef5-a44179c49e66 2018-10-26 10:10:55,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}248400bdd206708deba7a4f337b6bd14be6b3a07" 2018-10-26 10:10:56,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:10:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e210213-ade5-40b7-8ec6-aab4ec011966 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 10:10:56,027 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-2e210213-ade5-40b7-8ec6-aab4ec011966 2018-10-26 10:10:56,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5ec49215144649b1a6ed53280ca9bd42 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}248400bdd206708deba7a4f337b6bd14be6b3a07" 2018-10-26 10:10:56,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:10:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c33ee738-b22f-40b1-af55-b456e0bf0bff Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/5ec49215144649b1a6ed53280ca9bd42"}, "enabled": true, "id": "5ec49215144649b1a6ed53280ca9bd42", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-7e30f231-e474-4ac-proj"}} 2018-10-26 10:10:56,118 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5ec49215144649b1a6ed53280ca9bd42 used request id req-c33ee738-b22f-40b1-af55-b456e0bf0bff 2018-10-26 10:10:56,119 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c4ace915-11f3-4f12-90b5-44d87bd2614d 2018-10-26 10:10:56,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c4ace915-11f3-4f12-90b5-44d87bd2614d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}248400bdd206708deba7a4f337b6bd14be6b3a07" 2018-10-26 10:10:56,303 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-36f2b2d7-8693-49e6-bc0d-a7be09d5119e Date: Fri, 26 Oct 2018 10:10:56 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "c4ace915-11f3-4f12-90b5-44d87bd2614d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:09:54Z", "security_group_id": "c4ace915-11f3-4f12-90b5-44d87bd2614d", "port_range_min": null, "revision_number": 0, "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "created_at": "2018-10-26T10:09:54Z", "project_id": "5ec49215144649b1a6ed53280ca9bd42", "id": "09f0e0db-7a8d-4ea8-bbae-c7ddc41228cd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:09:54Z", "security_group_id": "c4ace915-11f3-4f12-90b5-44d87bd2614d", "port_range_min": null, "revision_number": 0, "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "created_at": "2018-10-26T10:09:54Z", "project_id": "5ec49215144649b1a6ed53280ca9bd42", "id": "3d2f3721-10a3-454d-abe0-796827c63da1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:09:54Z", "security_group_id": "c4ace915-11f3-4f12-90b5-44d87bd2614d", "port_range_min": null, "revision_number": 0, "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "created_at": "2018-10-26T10:09:54Z", "project_id": "5ec49215144649b1a6ed53280ca9bd42", "id": "5700af19-7f4a-4a7f-bd60-4383b2108b6b"}, {"remote_group_id": "c4ace915-11f3-4f12-90b5-44d87bd2614d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:09:54Z", "security_group_id": "c4ace915-11f3-4f12-90b5-44d87bd2614d", "port_range_min": null, "revision_number": 0, "tenant_id": "5ec49215144649b1a6ed53280ca9bd42", "created_at": "2018-10-26T10:09:54Z", "project_id": "5ec49215144649b1a6ed53280ca9bd42", "id": "9123be85-5781-4fe3-b10b-5710abcfe182"}]} 2018-10-26 10:10:56,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c4ace915-11f3-4f12-90b5-44d87bd2614d used request id req-36f2b2d7-8693-49e6-bc0d-a7be09d5119e 2018-10-26 10:10:56,304 - neutron_utils - INFO - Deleting security group with name - default 2018-10-26 10:10:56,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/c4ace915-11f3-4f12-90b5-44d87bd2614d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}248400bdd206708deba7a4f337b6bd14be6b3a07" 2018-10-26 10:10:56,613 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8c00d79b-d36a-4225-933a-a5c0ecccc849 Content-Length: 0 Date: Fri, 26 Oct 2018 10:10:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:10:56,613 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/c4ace915-11f3-4f12-90b5-44d87bd2614d used request id req-8c00d79b-d36a-4225-933a-a5c0ecccc849 2018-10-26 10:10:56,614 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-7e30f231-e474-4ac-proj 2018-10-26 10:10:56,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/5ec49215144649b1a6ed53280ca9bd42 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}248400bdd206708deba7a4f337b6bd14be6b3a07" 2018-10-26 10:10:56,793 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:10:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f8575ff8-1969-4c5d-8553-9fd2c021f2c2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:10:56,793 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/5ec49215144649b1a6ed53280ca9bd42 used request id req-f8575ff8-1969-4c5d-8553-9fd2c021f2c2 2018-10-26 10:10:56,794 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-7e30f231-e474-4ac-proj-role 2018-10-26 10:10:56,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/d28265809fdf49e184ec7e020d9f3f1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}248400bdd206708deba7a4f337b6bd14be6b3a07" 2018-10-26 10:10:56,904 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:10:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-50b883fd-13f7-417f-96df-3a3479edf3e4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:10:56,905 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/d28265809fdf49e184ec7e020d9f3f1b used request id req-50b883fd-13f7-417f-96df-3a3479edf3e4 2018-10-26 10:10:56,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}248400bdd206708deba7a4f337b6bd14be6b3a07" 2018-10-26 10:10:56,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:10:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cee8ba1b-985e-461c-9a56-a4276af2d2b0 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:10:56,999 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-cee8ba1b-985e-461c-9a56-a4276af2d2b0 2018-10-26 10:10:57,000 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-7e30f231-e474-4ac-user 2018-10-26 10:10:57,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/3e791bcd552145cdad3329a0b8906ab6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d85ebba64d892fadefaf2e66041eb2e81bbf6cd" 2018-10-26 10:10:57,164 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:10:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2ee1d802-4233-488f-b73d-d298b34d7ccc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:10:57,164 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/3e791bcd552145cdad3329a0b8906ab6 used request id req-2ee1d802-4233-488f-b73d-d298b34d7ccc 2018-10-26 10:10:57,165 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:10:57,551 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:10:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["gekzL-X1Rva5t7BJDiKL3g"], "issued_at": "2018-10-26T10:10:57.000000Z"}} 2018-10-26 10:10:57,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17fb180371e0ff1a4d43019c79c57d0d2dded270" 2018-10-26 10:10:57,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:10:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30f3d272-9a8c-43c9-a25b-2c57c5bd7bf8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:10:57,636 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-30f3d272-9a8c-43c9-a25b-2c57c5bd7bf8 2018-10-26 10:10:57,637 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:10:57,638 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:10:58,015 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:10:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["vTOKMdi2Q5umQKhfglY5KQ"], "issued_at": "2018-10-26T10:10:58.000000Z"}} 2018-10-26 10:10:58,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9aab54967bb018469eb646840abbc0a3e4b54b9" 2018-10-26 10:10:58,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:10:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c547f66-2892-47e7-b88c-c9b82d1704d1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:10:58,104 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5c547f66-2892-47e7-b88c-c9b82d1704d1 2018-10-26 10:10:58,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:10:58,114 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:10:58,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-97909f14-89b6-40a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9aab54967bb018469eb646840abbc0a3e4b54b9" 2018-10-26 10:10:58,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:10:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56c472ba-ff23-4a44-9dcb-6069db079940 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-97909f14-89b6-40a-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 10:10:58,194 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-97909f14-89b6-40a-proj used request id req-56c472ba-ff23-4a44-9dcb-6069db079940 2018-10-26 10:10:58,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9aab54967bb018469eb646840abbc0a3e4b54b9" 2018-10-26 10:10:58,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:10:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89a71909-b75f-4a5c-8138-bd2cd53be674 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 10:10:58,291 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-89a71909-b75f-4a5c-8138-bd2cd53be674 2018-10-26 10:10:58,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9aab54967bb018469eb646840abbc0a3e4b54b9" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-97909f14-89b6-40a-proj"}}' 2018-10-26 10:10:58,426 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:10:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-df2f9452-9c96-4fda-95b1-9b090a114a2a Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8943f6849b574a43868f276d94b5aee8"}, "enabled": true, "id": "8943f6849b574a43868f276d94b5aee8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-97909f14-89b6-40a-proj"}} 2018-10-26 10:10:58,426 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-df2f9452-9c96-4fda-95b1-9b090a114a2a 2018-10-26 10:10:58,426 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-97909f14-89b6-40a-proj 2018-10-26 10:10:58,426 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:10:58,427 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:10:58,806 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:10:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["hNkI0S3UTSyqw9O51zNg8A"], "issued_at": "2018-10-26T10:10:58.000000Z"}} 2018-10-26 10:10:58,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb55727af2592a60db366097ce0ef279d2121037" 2018-10-26 10:10:58,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:10:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a16cecb-6e3a-498d-929b-c7cc1c8cc470 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:10:58,892 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-1a16cecb-6e3a-498d-929b-c7cc1c8cc470 2018-10-26 10:10:58,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:10:58,901 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:10:58,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb55727af2592a60db366097ce0ef279d2121037" 2018-10-26 10:10:58,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:10:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23b0c435-cca6-4535-810f-10d9caef5ad8 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 10:10:58,935 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-23b0c435-cca6-4535-810f-10d9caef5ad8 2018-10-26 10:10:58,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstanceSingleNetworkTests-97909f14-89b6-40a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb55727af2592a60db366097ce0ef279d2121037" 2018-10-26 10:10:58,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:10:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be1c40dd-1a2d-461c-998d-12f6851d8b4c Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstanceSingleNetworkTests-97909f14-89b6-40a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8943f6849b574a43868f276d94b5aee8"}, "enabled": true, "id": "8943f6849b574a43868f276d94b5aee8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-97909f14-89b6-40a-proj"}]} 2018-10-26 10:10:58,956 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstanceSingleNetworkTests-97909f14-89b6-40a-proj used request id req-be1c40dd-1a2d-461c-998d-12f6851d8b4c 2018-10-26 10:10:58,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb55727af2592a60db366097ce0ef279d2121037" 2018-10-26 10:10:59,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:10:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99c12442-dbf2-4912-b381-23cd23cedbb1 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 10:10:59,045 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-99c12442-dbf2-4912-b381-23cd23cedbb1 2018-10-26 10:10:59,537 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-97909f14-89b6-40a-user 2018-10-26 10:10:59,537 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:10:59,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9aab54967bb018469eb646840abbc0a3e4b54b9" 2018-10-26 10:10:59,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:10:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c617838-96eb-4b90-90e7-414972d5030d Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:10:59,630 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-5c617838-96eb-4b90-90e7-414972d5030d 2018-10-26 10:10:59,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9aab54967bb018469eb646840abbc0a3e4b54b9" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-97909f14-89b6-40a-proj-role"}}' 2018-10-26 10:10:59,749 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:10:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aae5f923-a537-47db-9b5e-fa71a2019a4f Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "fa764f89b0e3400e955870f58ee1bf39", "links": {"self": "http://172.30.9.21:5000/v3/roles/fa764f89b0e3400e955870f58ee1bf39"}, "name": "CreateInstanceSingleNetworkTests-97909f14-89b6-40a-proj-role"}} 2018-10-26 10:10:59,749 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-aae5f923-a537-47db-9b5e-fa71a2019a4f 2018-10-26 10:10:59,750 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-97909f14-89b6-40a-proj-role 2018-10-26 10:10:59,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/fa764f89b0e3400e955870f58ee1bf39 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9aab54967bb018469eb646840abbc0a3e4b54b9" 2018-10-26 10:10:59,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:10:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f93532f3-c69d-47d3-9b23-9a0c6ff47e98 Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/fa764f89b0e3400e955870f58ee1bf39"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-97909f14-89b6-40a-proj-role", "id": "fa764f89b0e3400e955870f58ee1bf39"}} 2018-10-26 10:10:59,771 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/fa764f89b0e3400e955870f58ee1bf39 used request id req-f93532f3-c69d-47d3-9b23-9a0c6ff47e98 2018-10-26 10:10:59,771 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-97909f14-89b6-40a-proj-role to project CreateInstanceSingleNetworkTests-97909f14-89b6-40a-proj 2018-10-26 10:10:59,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/8943f6849b574a43868f276d94b5aee8/users/daf5cc724b894819a075e92b17c2ddf6/roles/fa764f89b0e3400e955870f58ee1bf39 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9aab54967bb018469eb646840abbc0a3e4b54b9" 2018-10-26 10:10:59,908 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:10:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-275e4235-5a8a-4dce-9576-bbf58c4a175b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:10:59,908 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/8943f6849b574a43868f276d94b5aee8/users/daf5cc724b894819a075e92b17c2ddf6/roles/fa764f89b0e3400e955870f58ee1bf39 used request id req-275e4235-5a8a-4dce-9576-bbf58c4a175b 2018-10-26 10:10:59,908 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:10:59,910 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-26 10:10:59,910 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:10:59,911 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:11:00,285 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fa764f89b0e3400e955870f58ee1bf39", "name": "CreateInstanceSingleNetworkTests-97909f14-89b6-40a-proj-role"}], "expires_at": "2018-10-26T11:11:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8943f6849b574a43868f276d94b5aee8", "name": "CreateInstanceSingleNetworkTests-97909f14-89b6-40a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/8943f6849b574a43868f276d94b5aee8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/8943f6849b574a43868f276d94b5aee8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/8943f6849b574a43868f276d94b5aee8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/8943f6849b574a43868f276d94b5aee8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/8943f6849b574a43868f276d94b5aee8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/8943f6849b574a43868f276d94b5aee8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/8943f6849b574a43868f276d94b5aee8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/8943f6849b574a43868f276d94b5aee8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/8943f6849b574a43868f276d94b5aee8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/8943f6849b574a43868f276d94b5aee8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/8943f6849b574a43868f276d94b5aee8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/8943f6849b574a43868f276d94b5aee8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-97909f14-89b6-40a-user", "id": "daf5cc724b894819a075e92b17c2ddf6"}, "audit_ids": ["A37h9V8SSkeAMBqxuUOJ1w"], "issued_at": "2018-10-26T10:11:00.000000Z"}} 2018-10-26 10:11:00,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab302670daa3dc33d2fe237e8784c4925bf82350" 2018-10-26 10:11:00,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:11:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f982764-1c64-4080-a4da-9e6d086614e9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:11:00,358 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-2f982764-1c64-4080-a4da-9e6d086614e9 2018-10-26 10:11:00,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ab302670daa3dc33d2fe237e8784c4925bf82350" 2018-10-26 10:11:00,535 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-0b92407e-df52-4a45-b7b6-62d85b1380e5 Date: Fri, 26 Oct 2018 10:11:00 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-image"} 2018-10-26 10:11:00,535 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-image used request id req-0b92407e-df52-4a45-b7b6-62d85b1380e5 2018-10-26 10:11:00,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ab302670daa3dc33d2fe237e8784c4925bf82350" 2018-10-26 10:11:00,706 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a4abe222-2d81-4652-82f0-05f7f8f37331 Date: Fri, 26 Oct 2018 10: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-26 10:11:00,707 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-a4abe222-2d81-4652-82f0-05f7f8f37331 2018-10-26 10:11:00,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ab302670daa3dc33d2fe237e8784c4925bf82350" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-image"}' 2018-10-26 10:11:01,256 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/797ffe9f-14a9-4c1a-95d6-e704434ea42f X-Openstack-Request-Id: req-942f437a-86bb-48e1-9ef6-5a6059283db6 Date: Fri, 26 Oct 2018 10:11:01 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:11:01Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-26T10:11:01Z", "visibility": "shared", "locations": [], "self": "/v2/images/797ffe9f-14a9-4c1a-95d6-e704434ea42f", "min_disk": 0, "protected": false, "id": "797ffe9f-14a9-4c1a-95d6-e704434ea42f", "file": "/v2/images/797ffe9f-14a9-4c1a-95d6-e704434ea42f/file", "checksum": null, "owner": "8943f6849b574a43868f276d94b5aee8", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:11:01,256 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-942f437a-86bb-48e1-9ef6-5a6059283db6 2018-10-26 10:11:01,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/797ffe9f-14a9-4c1a-95d6-e704434ea42f/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ab302670daa3dc33d2fe237e8784c4925bf82350" -d '' 2018-10-26 10:11:02,929 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1e1c0e58-cb4f-4e47-a5d1-71519c3f1016 Date: Fri, 26 Oct 2018 10:11: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-26 10:11:02,929 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/797ffe9f-14a9-4c1a-95d6-e704434ea42f/file used request id req-1e1c0e58-cb4f-4e47-a5d1-71519c3f1016 2018-10-26 10:11:02,929 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 10:11:02,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/797ffe9f-14a9-4c1a-95d6-e704434ea42f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ab302670daa3dc33d2fe237e8784c4925bf82350" 2018-10-26 10:11:03,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-9e03833a-2c7c-45ff-9d5f-2521bad72721 Date: Fri, 26 Oct 2018 10:11:03 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:11:01Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T10:11:02Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/797ffe9f-14a9-4c1a-95d6-e704434ea42f/snap", "metadata": {}}], "self": "/v2/images/797ffe9f-14a9-4c1a-95d6-e704434ea42f", "min_disk": 0, "protected": false, "id": "797ffe9f-14a9-4c1a-95d6-e704434ea42f", "file": "/v2/images/797ffe9f-14a9-4c1a-95d6-e704434ea42f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8943f6849b574a43868f276d94b5aee8", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/797ffe9f-14a9-4c1a-95d6-e704434ea42f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:11:03,105 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/797ffe9f-14a9-4c1a-95d6-e704434ea42f used request id req-9e03833a-2c7c-45ff-9d5f-2521bad72721 2018-10-26 10:11:03,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ab302670daa3dc33d2fe237e8784c4925bf82350" 2018-10-26 10:11:03,253 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-72cf4922-9f8f-47d6-bd0d-28caed0f5f0f Date: Fri, 26 Oct 2018 10:11: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-26 10:11:03,253 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-72cf4922-9f8f-47d6-bd0d-28caed0f5f0f 2018-10-26 10:11:03,256 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-image 2018-10-26 10:11:03,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/797ffe9f-14a9-4c1a-95d6-e704434ea42f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ab302670daa3dc33d2fe237e8784c4925bf82350" 2018-10-26 10:11:03,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-68d4bc2a-372a-4015-8725-04f6aade3d87 Date: Fri, 26 Oct 2018 10:11:03 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:11:01Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T10:11:02Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/797ffe9f-14a9-4c1a-95d6-e704434ea42f/snap", "metadata": {}}], "self": "/v2/images/797ffe9f-14a9-4c1a-95d6-e704434ea42f", "min_disk": 0, "protected": false, "id": "797ffe9f-14a9-4c1a-95d6-e704434ea42f", "file": "/v2/images/797ffe9f-14a9-4c1a-95d6-e704434ea42f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8943f6849b574a43868f276d94b5aee8", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/797ffe9f-14a9-4c1a-95d6-e704434ea42f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:11:03,428 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/797ffe9f-14a9-4c1a-95d6-e704434ea42f used request id req-68d4bc2a-372a-4015-8725-04f6aade3d87 2018-10-26 10:11:03,429 - create_image - DEBUG - Instance status is - active 2018-10-26 10:11:03,429 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-image 2018-10-26 10:11:03,429 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-image 2018-10-26 10:11:03,430 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:11:03,430 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:11:03,805 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fa764f89b0e3400e955870f58ee1bf39", "name": "CreateInstanceSingleNetworkTests-97909f14-89b6-40a-proj-role"}], "expires_at": "2018-10-26T11:11:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8943f6849b574a43868f276d94b5aee8", "name": "CreateInstanceSingleNetworkTests-97909f14-89b6-40a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/8943f6849b574a43868f276d94b5aee8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/8943f6849b574a43868f276d94b5aee8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/8943f6849b574a43868f276d94b5aee8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/8943f6849b574a43868f276d94b5aee8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/8943f6849b574a43868f276d94b5aee8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/8943f6849b574a43868f276d94b5aee8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/8943f6849b574a43868f276d94b5aee8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/8943f6849b574a43868f276d94b5aee8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/8943f6849b574a43868f276d94b5aee8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/8943f6849b574a43868f276d94b5aee8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/8943f6849b574a43868f276d94b5aee8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/8943f6849b574a43868f276d94b5aee8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-97909f14-89b6-40a-user", "id": "daf5cc724b894819a075e92b17c2ddf6"}, "audit_ids": ["P4Q3pFscT4mc3lKMeTvN_Q"], "issued_at": "2018-10-26T10:11:03.000000Z"}} 2018-10-26 10:11:03,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}919f1403cb75296f5475affefb5428000cf5dcbc" 2018-10-26 10:11:03,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:11:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae2a1dcb-cdf9-4ba9-b951-3ec35a65944d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:11:03,886 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ae2a1dcb-cdf9-4ba9-b951-3ec35a65944d 2018-10-26 10:11:03,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}919f1403cb75296f5475affefb5428000cf5dcbc" 2018-10-26 10:11:04,073 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-67c6ca64-691e-43dc-b410-77827e8a6c11 Date: Fri, 26 Oct 2018 10:11:04 GMT RESP BODY: {"networks":[]} 2018-10-26 10:11:04,073 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-net used request id req-67c6ca64-691e-43dc-b410-77827e8a6c11 2018-10-26 10:11:04,073 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-net 2018-10-26 10:11:04,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}919f1403cb75296f5475affefb5428000cf5dcbc" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-net", "admin_state_up": true}}' 2018-10-26 10:11:04,616 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-60d66d7a-a7bb-4454-918a-4930215f05c9 Date: Fri, 26 Oct 2018 10:11:04 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8943f6849b574a43868f276d94b5aee8","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T10:11:04Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:04Z","mtu":1450}} 2018-10-26 10:11:04,616 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-60d66d7a-a7bb-4454-918a-4930215f05c9 2018-10-26 10:11:04,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=2bcb4aed-fe62-49e7-9ec0-4878c98c7ded -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}919f1403cb75296f5475affefb5428000cf5dcbc" 2018-10-26 10:11:04,878 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-0c27eae9-3dc0-4b2d-918c-b981bc537369 Date: Fri, 26 Oct 2018 10:11: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-26T10:11:04Z","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8943f6849b574a43868f276d94b5aee8","id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","name":"CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-net"}]} 2018-10-26 10:11:04,878 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=2bcb4aed-fe62-49e7-9ec0-4878c98c7ded used request id req-0c27eae9-3dc0-4b2d-918c-b981bc537369 2018-10-26 10:11:04,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2bcb4aed-fe62-49e7-9ec0-4878c98c7ded -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}919f1403cb75296f5475affefb5428000cf5dcbc" 2018-10-26 10:11:05,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c6182a3d-bcce-40f8-acac-67aff453b272 Date: Fri, 26 Oct 2018 10:11:05 GMT RESP BODY: {"subnets":[]} 2018-10-26 10:11:05,273 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2bcb4aed-fe62-49e7-9ec0-4878c98c7ded used request id req-c6182a3d-bcce-40f8-acac-67aff453b272 2018-10-26 10:11:05,273 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-subnet 2018-10-26 10:11:05,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}919f1403cb75296f5475affefb5428000cf5dcbc" -d '{"subnets": [{"ip_version": 4, "network_id": "2bcb4aed-fe62-49e7-9ec0-4878c98c7ded", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-subnet"}]}' 2018-10-26 10:11:05,783 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-8afa8e05-af73-4b5d-93a5-65049af41e63 Date: Fri, 26 Oct 2018 10:11:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:05Z","dns_nameservers":[],"updated_at":"2018-10-26T10:11: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":"8943f6849b574a43868f276d94b5aee8","id":"b98b4184-b629-4085-8b77-665808d16348","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-subnet"}]} 2018-10-26 10:11:05,783 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-8afa8e05-af73-4b5d-93a5-65049af41e63 2018-10-26 10:11:05,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=2bcb4aed-fe62-49e7-9ec0-4878c98c7ded -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}919f1403cb75296f5475affefb5428000cf5dcbc" 2018-10-26 10:11:06,044 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-80b32332-1c75-4481-bdba-abff3a822940 Date: Fri, 26 Oct 2018 10:11: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":["b98b4184-b629-4085-8b77-665808d16348"],"updated_at":"2018-10-26T10:11:05Z","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8943f6849b574a43868f276d94b5aee8","id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","name":"CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-net"}]} 2018-10-26 10:11:06,044 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=2bcb4aed-fe62-49e7-9ec0-4878c98c7ded used request id req-80b32332-1c75-4481-bdba-abff3a822940 2018-10-26 10:11:06,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2bcb4aed-fe62-49e7-9ec0-4878c98c7ded -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}919f1403cb75296f5475affefb5428000cf5dcbc" 2018-10-26 10:11:06,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-423ca7ae-2ed2-4b0c-a9c5-70c5664b4a76 Date: Fri, 26 Oct 2018 10:11:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:05Z","dns_nameservers":[],"updated_at":"2018-10-26T10:11: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":"8943f6849b574a43868f276d94b5aee8","id":"b98b4184-b629-4085-8b77-665808d16348","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-subnet"}]} 2018-10-26 10:11:06,244 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2bcb4aed-fe62-49e7-9ec0-4878c98c7ded used request id req-423ca7ae-2ed2-4b0c-a9c5-70c5664b4a76 2018-10-26 10:11:06,245 - OpenStackNetwork - DEBUG - Network [2bcb4aed-fe62-49e7-9ec0-4878c98c7ded] created successfully 2018-10-26 10:11:06,245 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:11:06,246 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:11:06,619 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fa764f89b0e3400e955870f58ee1bf39", "name": "CreateInstanceSingleNetworkTests-97909f14-89b6-40a-proj-role"}], "expires_at": "2018-10-26T11:11:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8943f6849b574a43868f276d94b5aee8", "name": "CreateInstanceSingleNetworkTests-97909f14-89b6-40a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/8943f6849b574a43868f276d94b5aee8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/8943f6849b574a43868f276d94b5aee8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/8943f6849b574a43868f276d94b5aee8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/8943f6849b574a43868f276d94b5aee8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/8943f6849b574a43868f276d94b5aee8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/8943f6849b574a43868f276d94b5aee8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/8943f6849b574a43868f276d94b5aee8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/8943f6849b574a43868f276d94b5aee8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/8943f6849b574a43868f276d94b5aee8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/8943f6849b574a43868f276d94b5aee8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/8943f6849b574a43868f276d94b5aee8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/8943f6849b574a43868f276d94b5aee8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-97909f14-89b6-40a-user", "id": "daf5cc724b894819a075e92b17c2ddf6"}, "audit_ids": ["l8bQ9WTcT-6FBI0JWJWbTg"], "issued_at": "2018-10-26T10:11:06.000000Z"}} 2018-10-26 10:11:06,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc2868b66c1cb3e46f495a03cb1ff3adce88a219" 2018-10-26 10:11:06,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:11:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60bbe190-d21a-4ca4-992c-e72cd54b0f25 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:11:06,694 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-60bbe190-d21a-4ca4-992c-e72cd54b0f25 2018-10-26 10:11:06,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc2868b66c1cb3e46f495a03cb1ff3adce88a219" 2018-10-26 10:11:06,888 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-34d2bc77-cc61-4b03-8f1d-715f86e3c529 Date: Fri, 26 Oct 2018 10:11:06 GMT RESP BODY: {"routers": []} 2018-10-26 10:11:06,888 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-router&admin_state_up=True used request id req-34d2bc77-cc61-4b03-8f1d-715f86e3c529 2018-10-26 10:11:06,889 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:11:06,890 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:11:07,286 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fa764f89b0e3400e955870f58ee1bf39", "name": "CreateInstanceSingleNetworkTests-97909f14-89b6-40a-proj-role"}], "expires_at": "2018-10-26T11:11:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8943f6849b574a43868f276d94b5aee8", "name": "CreateInstanceSingleNetworkTests-97909f14-89b6-40a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/8943f6849b574a43868f276d94b5aee8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/8943f6849b574a43868f276d94b5aee8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/8943f6849b574a43868f276d94b5aee8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/8943f6849b574a43868f276d94b5aee8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/8943f6849b574a43868f276d94b5aee8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/8943f6849b574a43868f276d94b5aee8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/8943f6849b574a43868f276d94b5aee8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/8943f6849b574a43868f276d94b5aee8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/8943f6849b574a43868f276d94b5aee8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/8943f6849b574a43868f276d94b5aee8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/8943f6849b574a43868f276d94b5aee8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/8943f6849b574a43868f276d94b5aee8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-97909f14-89b6-40a-user", "id": "daf5cc724b894819a075e92b17c2ddf6"}, "audit_ids": ["ciRtl2ZQSwSRXi2sONkBQA"], "issued_at": "2018-10-26T10:11:07.000000Z"}} 2018-10-26 10:11:07,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f64a0e308c05ebe43b578dd0fff863af31a3775" 2018-10-26 10:11:07,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:11:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe1160ed-a139-42a9-8a84-3a133dccf77a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:11:07,359 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-fe1160ed-a139-42a9-8a84-3a133dccf77a 2018-10-26 10:11:07,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc2868b66c1cb3e46f495a03cb1ff3adce88a219" 2018-10-26 10:11:07,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-9a613808-8776-4f19-bb61-69337948ee03 Date: Fri, 26 Oct 2018 10:11:07 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","mtu":1500}]} 2018-10-26 10:11:07,624 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-9a613808-8776-4f19-bb61-69337948ee03 2018-10-26 10:11:07,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc2868b66c1cb3e46f495a03cb1ff3adce88a219" 2018-10-26 10:11:07,813 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a89e567c-54c7-4a03-b2f2-459df72d8250 Date: Fri, 26 Oct 2018 10:11:07 GMT RESP BODY: {"subnets":[]} 2018-10-26 10:11:07,813 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-a89e567c-54c7-4a03-b2f2-459df72d8250 2018-10-26 10:11:07,814 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-router 2018-10-26 10:11:07,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc2868b66c1cb3e46f495a03cb1ff3adce88a219" -d '{"router": {"external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693"}, "name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-router", "admin_state_up": true}}' 2018-10-26 10:11:12,786 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-f02e0fb0-60bc-4041-91cb-e54e340b2abc Date: Fri, 26 Oct 2018 10:11:12 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "8943f6849b574a43868f276d94b5aee8", "created_at": "2018-10-26T10:11:08Z", "admin_state_up": true, "updated_at": "2018-10-26T10:11:09Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "8943f6849b574a43868f276d94b5aee8", "id": "6f1753bc-a37f-44bd-b6ab-e81279e3a192", "name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-router"}} 2018-10-26 10:11:12,787 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-f02e0fb0-60bc-4041-91cb-e54e340b2abc 2018-10-26 10:11:12,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=6f1753bc-a37f-44bd-b6ab-e81279e3a192 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc2868b66c1cb3e46f495a03cb1ff3adce88a219" 2018-10-26 10:11:12,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-8d8907f7-b619-4373-877b-1fb8512dedd4 Date: Fri, 26 Oct 2018 10:11:12 GMT RESP BODY: {"ports":[]} 2018-10-26 10:11:12,975 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=6f1753bc-a37f-44bd-b6ab-e81279e3a192 used request id req-8d8907f7-b619-4373-877b-1fb8512dedd4 2018-10-26 10:11:12,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc2868b66c1cb3e46f495a03cb1ff3adce88a219" 2018-10-26 10:11:13,223 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-a56a9c2d-5241-4007-895d-6f5b3cbad551 Date: Fri, 26 Oct 2018 10:11: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":["b98b4184-b629-4085-8b77-665808d16348"],"updated_at":"2018-10-26T10:11:05Z","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8943f6849b574a43868f276d94b5aee8","id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","name":"CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-net"}]} 2018-10-26 10:11:13,223 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-net used request id req-a56a9c2d-5241-4007-895d-6f5b3cbad551 2018-10-26 10:11:13,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:11:13,231 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:11: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:11:13,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8943f6849b574a43868f276d94b5aee8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc2868b66c1cb3e46f495a03cb1ff3adce88a219" 2018-10-26 10:11:13,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:11:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b29d5f6-eedd-4812-8f5c-af0f0d2f5a97 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8943f6849b574a43868f276d94b5aee8"}, "enabled": true, "id": "8943f6849b574a43868f276d94b5aee8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-97909f14-89b6-40a-proj"}} 2018-10-26 10:11:13,309 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8943f6849b574a43868f276d94b5aee8 used request id req-1b29d5f6-eedd-4812-8f5c-af0f0d2f5a97 2018-10-26 10:11:13,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2bcb4aed-fe62-49e7-9ec0-4878c98c7ded -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc2868b66c1cb3e46f495a03cb1ff3adce88a219" 2018-10-26 10:11:13,688 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-4be37adb-4085-4fac-ab02-f5b8a2b1e2aa Date: Fri, 26 Oct 2018 10:11:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:05Z","dns_nameservers":[],"updated_at":"2018-10-26T10:11: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":"8943f6849b574a43868f276d94b5aee8","id":"b98b4184-b629-4085-8b77-665808d16348","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-subnet"}]} 2018-10-26 10:11:13,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2bcb4aed-fe62-49e7-9ec0-4878c98c7ded used request id req-4be37adb-4085-4fac-ab02-f5b8a2b1e2aa 2018-10-26 10:11:13,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2bcb4aed-fe62-49e7-9ec0-4878c98c7ded&name=CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc2868b66c1cb3e46f495a03cb1ff3adce88a219" 2018-10-26 10:11:13,749 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-4dd860a0-7a27-4e15-b653-bff91889897d Date: Fri, 26 Oct 2018 10:11:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:05Z","dns_nameservers":[],"updated_at":"2018-10-26T10:11: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":"8943f6849b574a43868f276d94b5aee8","id":"b98b4184-b629-4085-8b77-665808d16348","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-subnet"}]} 2018-10-26 10:11:13,749 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2bcb4aed-fe62-49e7-9ec0-4878c98c7ded&name=CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-subnet used request id req-4dd860a0-7a27-4e15-b653-bff91889897d 2018-10-26 10:11:13,750 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-10-26 10:11:13,750 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-router 2018-10-26 10:11:13,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/6f1753bc-a37f-44bd-b6ab-e81279e3a192/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc2868b66c1cb3e46f495a03cb1ff3adce88a219" -d '{"subnet_id": "b98b4184-b629-4085-8b77-665808d16348"}' 2018-10-26 10:11:15,600 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f91e853f-eccd-420c-b90b-19a1e21890fd Date: Fri, 26 Oct 2018 10:11:15 GMT RESP BODY: {"network_id": "2bcb4aed-fe62-49e7-9ec0-4878c98c7ded", "tenant_id": "8943f6849b574a43868f276d94b5aee8", "subnet_id": "b98b4184-b629-4085-8b77-665808d16348", "subnet_ids": ["b98b4184-b629-4085-8b77-665808d16348"], "port_id": "06c395d4-0246-4e59-8a2e-de7bdb5703ca", "id": "6f1753bc-a37f-44bd-b6ab-e81279e3a192"} 2018-10-26 10:11:15,600 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/6f1753bc-a37f-44bd-b6ab-e81279e3a192/add_router_interface used request id req-f91e853f-eccd-420c-b90b-19a1e21890fd 2018-10-26 10:11:15,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/6f1753bc-a37f-44bd-b6ab-e81279e3a192 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc2868b66c1cb3e46f495a03cb1ff3adce88a219" 2018-10-26 10:11:15,970 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-51d84de6-4b57-4bcf-91dc-3c8072659eb6 Date: Fri, 26 Oct 2018 10:11:15 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "8943f6849b574a43868f276d94b5aee8", "created_at": "2018-10-26T10:11:08Z", "admin_state_up": true, "updated_at": "2018-10-26T10:11:14Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "8943f6849b574a43868f276d94b5aee8", "id": "6f1753bc-a37f-44bd-b6ab-e81279e3a192", "name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-router"}} 2018-10-26 10:11:15,970 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/6f1753bc-a37f-44bd-b6ab-e81279e3a192 used request id req-51d84de6-4b57-4bcf-91dc-3c8072659eb6 2018-10-26 10:11:15,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=6f1753bc-a37f-44bd-b6ab-e81279e3a192 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc2868b66c1cb3e46f495a03cb1ff3adce88a219" 2018-10-26 10:11:16,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-c7c2c74b-e21f-48db-b19b-d5830f219eb2 Date: Fri, 26 Oct 2018 10:11:16 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:11:14Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b98b4184-b629-4085-8b77-665808d16348","ip_address":"10.55.1.1"}],"id":"06c395d4-0246-4e59-8a2e-de7bdb5703ca","security_groups":[],"mac_address":"fa:16:3e:e2:ac:47","project_id":"8943f6849b574a43868f276d94b5aee8","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:14Z","binding:vnic_type":"normal","device_id":"6f1753bc-a37f-44bd-b6ab-e81279e3a192"}]} 2018-10-26 10:11:16,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=6f1753bc-a37f-44bd-b6ab-e81279e3a192 used request id req-c7c2c74b-e21f-48db-b19b-d5830f219eb2 2018-10-26 10:11:16,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/b98b4184-b629-4085-8b77-665808d16348 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc2868b66c1cb3e46f495a03cb1ff3adce88a219" 2018-10-26 10:11:16,403 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-77cf3b99-8edd-4579-b2a0-66cb8ef06695 Date: Fri, 26 Oct 2018 10:11:16 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:05Z","dns_nameservers":[],"updated_at":"2018-10-26T10:11: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":"8943f6849b574a43868f276d94b5aee8","id":"b98b4184-b629-4085-8b77-665808d16348","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-subnet"}} 2018-10-26 10:11:16,403 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/b98b4184-b629-4085-8b77-665808d16348 used request id req-77cf3b99-8edd-4579-b2a0-66cb8ef06695 2018-10-26 10:11:16,403 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:11:16,404 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:11:16,775 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:11:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["7WM3sPHlSvSN2BrqR-ufrw"], "issued_at": "2018-10-26T10:11:16.000000Z"}} 2018-10-26 10:11:16,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe16c04a81401be61bdc98f9770d22b40eef324f" 2018-10-26 10:11:16,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:11:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c8aacfb-4785-4a88-8b9c-1f6e471900fc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:11:16,865 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-2c8aacfb-4785-4a88-8b9c-1f6e471900fc 2018-10-26 10:11:16,867 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:11:16,872 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe16c04a81401be61bdc98f9770d22b40eef324f" 2018-10-26 10:11:17,059 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:11:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9f6a623f-5032-4423-99af-de1ce2443e08 x-compute-request-id: req-9f6a623f-5032-4423-99af-de1ce2443e08 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-26 10:11:17,059 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-9f6a623f-5032-4423-99af-de1ce2443e08 2018-10-26 10:11:17,063 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe16c04a81401be61bdc98f9770d22b40eef324f" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-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-26 10:11:17,115 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:11:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-47f2e9c4-e1e7-4794-be6a-8ace712eb611 x-compute-request-id: req-47f2e9c4-e1e7-4794-be6a-8ace712eb611 Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/7656a120-fb38-4399-9be2-f599b7ea1963", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/7656a120-fb38-4399-9be2-f599b7ea1963", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "7656a120-fb38-4399-9be2-f599b7ea1963", "name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 10:11:17,115 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-47f2e9c4-e1e7-4794-be6a-8ace712eb611 2018-10-26 10:11:17,116 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:11:17,116 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:11:17,499 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fa764f89b0e3400e955870f58ee1bf39", "name": "CreateInstanceSingleNetworkTests-97909f14-89b6-40a-proj-role"}], "expires_at": "2018-10-26T11:11:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8943f6849b574a43868f276d94b5aee8", "name": "CreateInstanceSingleNetworkTests-97909f14-89b6-40a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/8943f6849b574a43868f276d94b5aee8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/8943f6849b574a43868f276d94b5aee8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/8943f6849b574a43868f276d94b5aee8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/8943f6849b574a43868f276d94b5aee8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/8943f6849b574a43868f276d94b5aee8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/8943f6849b574a43868f276d94b5aee8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/8943f6849b574a43868f276d94b5aee8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/8943f6849b574a43868f276d94b5aee8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/8943f6849b574a43868f276d94b5aee8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/8943f6849b574a43868f276d94b5aee8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/8943f6849b574a43868f276d94b5aee8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/8943f6849b574a43868f276d94b5aee8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-97909f14-89b6-40a-user", "id": "daf5cc724b894819a075e92b17c2ddf6"}, "audit_ids": ["LjtVHKpRQ9qR4t19eFNM4g"], "issued_at": "2018-10-26T10:11:17.000000Z"}} 2018-10-26 10:11:17,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3df6c540e34aa1d0f3d7f4e446927c0c6a8f077" 2018-10-26 10:11:17,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:11:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c9962df-13ca-4ddc-a427-ec9ac89be8ab Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:11:17,571 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-0c9962df-13ca-4ddc-a427-ec9ac89be8ab 2018-10-26 10:11:17,572 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:11:17,576 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3df6c540e34aa1d0f3d7f4e446927c0c6a8f077" 2018-10-26 10:11:17,729 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:11:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-af272433-615e-43c0-a24b-26bb7b464bd5 x-compute-request-id: req-af272433-615e-43c0-a24b-26bb7b464bd5 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-10-26 10:11:17,729 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-af272433-615e-43c0-a24b-26bb7b464bd5 2018-10-26 10:11:17,729 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-kp... 2018-10-26 10:11:17,730 - OpenStackKeypair - INFO - Creating new keypair 2018-10-26 10:11:17,782 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-kp 2018-10-26 10:11:17,784 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3df6c540e34aa1d0f3d7f4e446927c0c6a8f077" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCu4RAIW/bmdoeGypzjE28C+NjNUhxN//MlbTzDnuFzVUsXaC1l15SjEmCFaNLTvG4FcG5E5LGK4kWX2iZbF1YK7uqZRayIILkthafilBbxPnAkKEKSAJWS4f0AIXSP8EU/NwH0pmP3fSbuYKWbTnPMMDcMBm65WDbxyuol3o4uGw==", "name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-kp"}}' 2018-10-26 10:11:17,840 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:11:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cfe78bbb-d384-49da-93a0-f06e7fc5acf0 x-compute-request-id: req-cfe78bbb-d384-49da-93a0-f06e7fc5acf0 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCu4RAIW/bmdoeGypzjE28C+NjNUhxN//MlbTzDnuFzVUsXaC1l15SjEmCFaNLTvG4FcG5E5LGK4kWX2iZbF1YK7uqZRayIILkthafilBbxPnAkKEKSAJWS4f0AIXSP8EU/NwH0pmP3fSbuYKWbTnPMMDcMBm65WDbxyuol3o4uGw==", "user_id": "daf5cc724b894819a075e92b17c2ddf6", "name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-kp", "fingerprint": "60:f1:34:a0:d0:e8:50:87:d0:92:a3:fc:3a:4b:08:e9"}} 2018-10-26 10:11:17,840 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-cfe78bbb-d384-49da-93a0-f06e7fc5acf0 2018-10-26 10:11:17,843 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676.pub 2018-10-26 10:11:17,843 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676 2018-10-26 10:11:17,844 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:11:17,844 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:11:18,225 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fa764f89b0e3400e955870f58ee1bf39", "name": "CreateInstanceSingleNetworkTests-97909f14-89b6-40a-proj-role"}], "expires_at": "2018-10-26T11:11:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8943f6849b574a43868f276d94b5aee8", "name": "CreateInstanceSingleNetworkTests-97909f14-89b6-40a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/8943f6849b574a43868f276d94b5aee8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/8943f6849b574a43868f276d94b5aee8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/8943f6849b574a43868f276d94b5aee8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/8943f6849b574a43868f276d94b5aee8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/8943f6849b574a43868f276d94b5aee8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/8943f6849b574a43868f276d94b5aee8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/8943f6849b574a43868f276d94b5aee8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/8943f6849b574a43868f276d94b5aee8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/8943f6849b574a43868f276d94b5aee8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/8943f6849b574a43868f276d94b5aee8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/8943f6849b574a43868f276d94b5aee8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/8943f6849b574a43868f276d94b5aee8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-97909f14-89b6-40a-user", "id": "daf5cc724b894819a075e92b17c2ddf6"}, "audit_ids": ["jKxWEGfoR2SF-KV_JjvRvA"], "issued_at": "2018-10-26T10:11:18.000000Z"}} 2018-10-26 10:11:18,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27df4b99556e19e56953a372a1eefbc2b1570850" 2018-10-26 10:11:18,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:11:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-baf0d67d-1ae7-4519-b786-03672558a794 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:11:18,298 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-baf0d67d-1ae7-4519-b786-03672558a794 2018-10-26 10:11:18,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27df4b99556e19e56953a372a1eefbc2b1570850" 2018-10-26 10:11:18,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-bfdec3a7-c3b3-4e16-b3e3-1c2859126388 Date: Fri, 26 Oct 2018 10:11:18 GMT RESP BODY: {"security_groups": []} 2018-10-26 10:11:18,484 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-sec-grp used request id req-bfdec3a7-c3b3-4e16-b3e3-1c2859126388 2018-10-26 10:11:18,485 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-sec-grp... 2018-10-26 10:11:18,485 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-sec-grp 2018-10-26 10:11:18,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27df4b99556e19e56953a372a1eefbc2b1570850" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-sec-grp"}}' 2018-10-26 10:11:18,839 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-e873f435-7cb7-4ebb-aee4-f38190a58c5c Date: Fri, 26 Oct 2018 10:11:18 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "8943f6849b574a43868f276d94b5aee8", "created_at": "2018-10-26T10:11:18Z", "updated_at": "2018-10-26T10:11:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:11:18Z", "revision_number": 0, "id": "0343f896-e0d6-4a7c-87bb-97e17406d94e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:11:18Z", "security_group_id": "605c82e4-24d4-4f4e-9e5b-239360df561c", "tenant_id": "8943f6849b574a43868f276d94b5aee8", "port_range_min": null, "ethertype": "IPv4", "project_id": "8943f6849b574a43868f276d94b5aee8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:11:18Z", "revision_number": 0, "id": "63c952b9-b6e4-4e30-ae37-e8ce4c182e4d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:11:18Z", "security_group_id": "605c82e4-24d4-4f4e-9e5b-239360df561c", "tenant_id": "8943f6849b574a43868f276d94b5aee8", "port_range_min": null, "ethertype": "IPv6", "project_id": "8943f6849b574a43868f276d94b5aee8"}], "revision_number": 2, "project_id": "8943f6849b574a43868f276d94b5aee8", "id": "605c82e4-24d4-4f4e-9e5b-239360df561c", "name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-sec-grp"}} 2018-10-26 10:11:18,840 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-e873f435-7cb7-4ebb-aee4-f38190a58c5c 2018-10-26 10:11:18,840 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 605c82e4-24d4-4f4e-9e5b-239360df561c 2018-10-26 10:11:18,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=605c82e4-24d4-4f4e-9e5b-239360df561c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27df4b99556e19e56953a372a1eefbc2b1570850" 2018-10-26 10:11:19,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9c87537f-71af-400d-a4bb-31bf7be8d1ed Date: Fri, 26 Oct 2018 10:11: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-26T10:11:18Z", "security_group_id": "605c82e4-24d4-4f4e-9e5b-239360df561c", "port_range_min": null, "revision_number": 0, "tenant_id": "8943f6849b574a43868f276d94b5aee8", "created_at": "2018-10-26T10:11:18Z", "project_id": "8943f6849b574a43868f276d94b5aee8", "id": "0343f896-e0d6-4a7c-87bb-97e17406d94e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:11:18Z", "security_group_id": "605c82e4-24d4-4f4e-9e5b-239360df561c", "port_range_min": null, "revision_number": 0, "tenant_id": "8943f6849b574a43868f276d94b5aee8", "created_at": "2018-10-26T10:11:18Z", "project_id": "8943f6849b574a43868f276d94b5aee8", "id": "63c952b9-b6e4-4e30-ae37-e8ce4c182e4d"}]} 2018-10-26 10:11:19,009 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=605c82e4-24d4-4f4e-9e5b-239360df561c used request id req-9c87537f-71af-400d-a4bb-31bf7be8d1ed 2018-10-26 10:11:19,010 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 605c82e4-24d4-4f4e-9e5b-239360df561c 2018-10-26 10:11:19,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=605c82e4-24d4-4f4e-9e5b-239360df561c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27df4b99556e19e56953a372a1eefbc2b1570850" 2018-10-26 10:11:19,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d391964e-cc99-4f3c-bdbe-e8ecbabf4176 Date: Fri, 26 Oct 2018 10:11: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-26T10:11:18Z", "security_group_id": "605c82e4-24d4-4f4e-9e5b-239360df561c", "port_range_min": null, "revision_number": 0, "tenant_id": "8943f6849b574a43868f276d94b5aee8", "created_at": "2018-10-26T10:11:18Z", "project_id": "8943f6849b574a43868f276d94b5aee8", "id": "0343f896-e0d6-4a7c-87bb-97e17406d94e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:11:18Z", "security_group_id": "605c82e4-24d4-4f4e-9e5b-239360df561c", "port_range_min": null, "revision_number": 0, "tenant_id": "8943f6849b574a43868f276d94b5aee8", "created_at": "2018-10-26T10:11:18Z", "project_id": "8943f6849b574a43868f276d94b5aee8", "id": "63c952b9-b6e4-4e30-ae37-e8ce4c182e4d"}]} 2018-10-26 10:11:19,256 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=605c82e4-24d4-4f4e-9e5b-239360df561c used request id req-d391964e-cc99-4f3c-bdbe-e8ecbabf4176 2018-10-26 10:11:19,256 - neutron_utils - INFO - Retrieving security group with ID - 605c82e4-24d4-4f4e-9e5b-239360df561c 2018-10-26 10:11:19,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=605c82e4-24d4-4f4e-9e5b-239360df561c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27df4b99556e19e56953a372a1eefbc2b1570850" 2018-10-26 10:11:19,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-78bdb95d-ed55-44ef-a7eb-0f8ff7859e29 Date: Fri, 26 Oct 2018 10:11:19 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "8943f6849b574a43868f276d94b5aee8", "created_at": "2018-10-26T10:11:18Z", "updated_at": "2018-10-26T10:11:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:11:18Z", "revision_number": 0, "id": "0343f896-e0d6-4a7c-87bb-97e17406d94e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:11:18Z", "security_group_id": "605c82e4-24d4-4f4e-9e5b-239360df561c", "tenant_id": "8943f6849b574a43868f276d94b5aee8", "port_range_min": null, "ethertype": "IPv4", "project_id": "8943f6849b574a43868f276d94b5aee8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:11:18Z", "revision_number": 0, "id": "63c952b9-b6e4-4e30-ae37-e8ce4c182e4d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:11:18Z", "security_group_id": "605c82e4-24d4-4f4e-9e5b-239360df561c", "tenant_id": "8943f6849b574a43868f276d94b5aee8", "port_range_min": null, "ethertype": "IPv6", "project_id": "8943f6849b574a43868f276d94b5aee8"}], "revision_number": 2, "project_id": "8943f6849b574a43868f276d94b5aee8", "id": "605c82e4-24d4-4f4e-9e5b-239360df561c", "name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-sec-grp"}]} 2018-10-26 10:11:19,463 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=605c82e4-24d4-4f4e-9e5b-239360df561c used request id req-78bdb95d-ed55-44ef-a7eb-0f8ff7859e29 2018-10-26 10:11:19,463 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 605c82e4-24d4-4f4e-9e5b-239360df561c 2018-10-26 10:11:19,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=605c82e4-24d4-4f4e-9e5b-239360df561c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27df4b99556e19e56953a372a1eefbc2b1570850" 2018-10-26 10:11:19,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-922df25c-1e10-4848-98e5-bc9213d78a77 Date: Fri, 26 Oct 2018 10:11: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-26T10:11:18Z", "security_group_id": "605c82e4-24d4-4f4e-9e5b-239360df561c", "port_range_min": null, "revision_number": 0, "tenant_id": "8943f6849b574a43868f276d94b5aee8", "created_at": "2018-10-26T10:11:18Z", "project_id": "8943f6849b574a43868f276d94b5aee8", "id": "0343f896-e0d6-4a7c-87bb-97e17406d94e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:11:18Z", "security_group_id": "605c82e4-24d4-4f4e-9e5b-239360df561c", "port_range_min": null, "revision_number": 0, "tenant_id": "8943f6849b574a43868f276d94b5aee8", "created_at": "2018-10-26T10:11:18Z", "project_id": "8943f6849b574a43868f276d94b5aee8", "id": "63c952b9-b6e4-4e30-ae37-e8ce4c182e4d"}]} 2018-10-26 10:11:19,636 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=605c82e4-24d4-4f4e-9e5b-239360df561c used request id req-922df25c-1e10-4848-98e5-bc9213d78a77 2018-10-26 10:11:19,636 - neutron_utils - INFO - Retrieving security group with ID - 605c82e4-24d4-4f4e-9e5b-239360df561c 2018-10-26 10:11:19,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=605c82e4-24d4-4f4e-9e5b-239360df561c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27df4b99556e19e56953a372a1eefbc2b1570850" 2018-10-26 10:11:19,837 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-a9840f59-5ac4-48cd-8f21-847c27518ca0 Date: Fri, 26 Oct 2018 10:11:19 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "8943f6849b574a43868f276d94b5aee8", "created_at": "2018-10-26T10:11:18Z", "updated_at": "2018-10-26T10:11:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:11:18Z", "revision_number": 0, "id": "0343f896-e0d6-4a7c-87bb-97e17406d94e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:11:18Z", "security_group_id": "605c82e4-24d4-4f4e-9e5b-239360df561c", "tenant_id": "8943f6849b574a43868f276d94b5aee8", "port_range_min": null, "ethertype": "IPv4", "project_id": "8943f6849b574a43868f276d94b5aee8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:11:18Z", "revision_number": 0, "id": "63c952b9-b6e4-4e30-ae37-e8ce4c182e4d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:11:18Z", "security_group_id": "605c82e4-24d4-4f4e-9e5b-239360df561c", "tenant_id": "8943f6849b574a43868f276d94b5aee8", "port_range_min": null, "ethertype": "IPv6", "project_id": "8943f6849b574a43868f276d94b5aee8"}], "revision_number": 2, "project_id": "8943f6849b574a43868f276d94b5aee8", "id": "605c82e4-24d4-4f4e-9e5b-239360df561c", "name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-sec-grp"}]} 2018-10-26 10:11:19,837 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=605c82e4-24d4-4f4e-9e5b-239360df561c used request id req-a9840f59-5ac4-48cd-8f21-847c27518ca0 2018-10-26 10:11:19,838 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 605c82e4-24d4-4f4e-9e5b-239360df561c 2018-10-26 10:11:19,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=605c82e4-24d4-4f4e-9e5b-239360df561c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27df4b99556e19e56953a372a1eefbc2b1570850" 2018-10-26 10:11:20,016 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c1590367-8d14-40f8-9d6f-d783bd8c2a76 Date: Fri, 26 Oct 2018 10:11: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-26T10:11:18Z", "security_group_id": "605c82e4-24d4-4f4e-9e5b-239360df561c", "port_range_min": null, "revision_number": 0, "tenant_id": "8943f6849b574a43868f276d94b5aee8", "created_at": "2018-10-26T10:11:18Z", "project_id": "8943f6849b574a43868f276d94b5aee8", "id": "0343f896-e0d6-4a7c-87bb-97e17406d94e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:11:18Z", "security_group_id": "605c82e4-24d4-4f4e-9e5b-239360df561c", "port_range_min": null, "revision_number": 0, "tenant_id": "8943f6849b574a43868f276d94b5aee8", "created_at": "2018-10-26T10:11:18Z", "project_id": "8943f6849b574a43868f276d94b5aee8", "id": "63c952b9-b6e4-4e30-ae37-e8ce4c182e4d"}]} 2018-10-26 10:11:20,016 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=605c82e4-24d4-4f4e-9e5b-239360df561c used request id req-c1590367-8d14-40f8-9d6f-d783bd8c2a76 2018-10-26 10:11:20,016 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-sec-grp 2018-10-26 10:11:20,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27df4b99556e19e56953a372a1eefbc2b1570850" 2018-10-26 10:11:20,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-6b60d55d-4191-45a8-ae4f-192fb1a9aff2 Date: Fri, 26 Oct 2018 10:11:20 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "8943f6849b574a43868f276d94b5aee8", "created_at": "2018-10-26T10:11:18Z", "updated_at": "2018-10-26T10:11:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:11:18Z", "revision_number": 0, "id": "0343f896-e0d6-4a7c-87bb-97e17406d94e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:11:18Z", "security_group_id": "605c82e4-24d4-4f4e-9e5b-239360df561c", "tenant_id": "8943f6849b574a43868f276d94b5aee8", "port_range_min": null, "ethertype": "IPv4", "project_id": "8943f6849b574a43868f276d94b5aee8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:11:18Z", "revision_number": 0, "id": "63c952b9-b6e4-4e30-ae37-e8ce4c182e4d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:11:18Z", "security_group_id": "605c82e4-24d4-4f4e-9e5b-239360df561c", "tenant_id": "8943f6849b574a43868f276d94b5aee8", "port_range_min": null, "ethertype": "IPv6", "project_id": "8943f6849b574a43868f276d94b5aee8"}], "revision_number": 2, "project_id": "8943f6849b574a43868f276d94b5aee8", "id": "605c82e4-24d4-4f4e-9e5b-239360df561c", "name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-sec-grp"}]} 2018-10-26 10:11:20,205 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-sec-grp used request id req-6b60d55d-4191-45a8-ae4f-192fb1a9aff2 2018-10-26 10:11:20,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:11:20,214 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:11: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:11:20,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8943f6849b574a43868f276d94b5aee8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27df4b99556e19e56953a372a1eefbc2b1570850" 2018-10-26 10:11:20,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:11:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b734c963-7cd9-4b76-803e-27b9af07795a Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8943f6849b574a43868f276d94b5aee8"}, "enabled": true, "id": "8943f6849b574a43868f276d94b5aee8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-97909f14-89b6-40a-proj"}} 2018-10-26 10:11:20,298 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8943f6849b574a43868f276d94b5aee8 used request id req-b734c963-7cd9-4b76-803e-27b9af07795a 2018-10-26 10:11:20,298 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 605c82e4-24d4-4f4e-9e5b-239360df561c 2018-10-26 10:11:20,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=605c82e4-24d4-4f4e-9e5b-239360df561c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27df4b99556e19e56953a372a1eefbc2b1570850" 2018-10-26 10:11:20,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-012866da-5959-4c81-b797-04d56cacad8e Date: Fri, 26 Oct 2018 10:11: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-26T10:11:18Z", "security_group_id": "605c82e4-24d4-4f4e-9e5b-239360df561c", "port_range_min": null, "revision_number": 0, "tenant_id": "8943f6849b574a43868f276d94b5aee8", "created_at": "2018-10-26T10:11:18Z", "project_id": "8943f6849b574a43868f276d94b5aee8", "id": "0343f896-e0d6-4a7c-87bb-97e17406d94e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:11:18Z", "security_group_id": "605c82e4-24d4-4f4e-9e5b-239360df561c", "port_range_min": null, "revision_number": 0, "tenant_id": "8943f6849b574a43868f276d94b5aee8", "created_at": "2018-10-26T10:11:18Z", "project_id": "8943f6849b574a43868f276d94b5aee8", "id": "63c952b9-b6e4-4e30-ae37-e8ce4c182e4d"}]} 2018-10-26 10:11:20,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=605c82e4-24d4-4f4e-9e5b-239360df561c used request id req-012866da-5959-4c81-b797-04d56cacad8e 2018-10-26 10:11:20,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27df4b99556e19e56953a372a1eefbc2b1570850" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "605c82e4-24d4-4f4e-9e5b-239360df561c"}}' 2018-10-26 10:11:20,481 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-cb67385e-2b1a-4199-a289-354c9df3d014 Date: Fri, 26 Oct 2018 10:11: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-26T10:11:20Z", "security_group_id": "605c82e4-24d4-4f4e-9e5b-239360df561c", "port_range_min": null, "revision_number": 0, "tenant_id": "8943f6849b574a43868f276d94b5aee8", "created_at": "2018-10-26T10:11:20Z", "project_id": "8943f6849b574a43868f276d94b5aee8", "id": "62fc5a26-281e-4946-b579-e5cf5e8ce64a"}} 2018-10-26 10:11:20,481 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-cb67385e-2b1a-4199-a289-354c9df3d014 2018-10-26 10:11:20,481 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-sec-grp 2018-10-26 10:11:20,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27df4b99556e19e56953a372a1eefbc2b1570850" 2018-10-26 10:11:20,696 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-5932ddc0-41a5-4bf7-89c8-46db929da1c4 Date: Fri, 26 Oct 2018 10:11:20 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "8943f6849b574a43868f276d94b5aee8", "created_at": "2018-10-26T10:11:18Z", "updated_at": "2018-10-26T10:11:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:11:18Z", "revision_number": 0, "id": "0343f896-e0d6-4a7c-87bb-97e17406d94e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:11:18Z", "security_group_id": "605c82e4-24d4-4f4e-9e5b-239360df561c", "tenant_id": "8943f6849b574a43868f276d94b5aee8", "port_range_min": null, "ethertype": "IPv4", "project_id": "8943f6849b574a43868f276d94b5aee8"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:11:20Z", "revision_number": 0, "id": "62fc5a26-281e-4946-b579-e5cf5e8ce64a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:11:20Z", "security_group_id": "605c82e4-24d4-4f4e-9e5b-239360df561c", "tenant_id": "8943f6849b574a43868f276d94b5aee8", "port_range_min": null, "ethertype": "IPv4", "project_id": "8943f6849b574a43868f276d94b5aee8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:11:18Z", "revision_number": 0, "id": "63c952b9-b6e4-4e30-ae37-e8ce4c182e4d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:11:18Z", "security_group_id": "605c82e4-24d4-4f4e-9e5b-239360df561c", "tenant_id": "8943f6849b574a43868f276d94b5aee8", "port_range_min": null, "ethertype": "IPv6", "project_id": "8943f6849b574a43868f276d94b5aee8"}], "revision_number": 3, "project_id": "8943f6849b574a43868f276d94b5aee8", "id": "605c82e4-24d4-4f4e-9e5b-239360df561c", "name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-sec-grp"}]} 2018-10-26 10:11:20,696 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-sec-grp used request id req-5932ddc0-41a5-4bf7-89c8-46db929da1c4 2018-10-26 10:11:20,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8943f6849b574a43868f276d94b5aee8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27df4b99556e19e56953a372a1eefbc2b1570850" 2018-10-26 10:11:20,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:11:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1dca6014-1f0b-4249-b4e9-cea21b4ca83b Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8943f6849b574a43868f276d94b5aee8"}, "enabled": true, "id": "8943f6849b574a43868f276d94b5aee8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-97909f14-89b6-40a-proj"}} 2018-10-26 10:11:20,718 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8943f6849b574a43868f276d94b5aee8 used request id req-1dca6014-1f0b-4249-b4e9-cea21b4ca83b 2018-10-26 10:11:20,718 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 605c82e4-24d4-4f4e-9e5b-239360df561c 2018-10-26 10:11:20,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=605c82e4-24d4-4f4e-9e5b-239360df561c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27df4b99556e19e56953a372a1eefbc2b1570850" 2018-10-26 10:11:20,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-e0897bf0-8c44-4d8a-b206-8459d5a4dfbd Date: Fri, 26 Oct 2018 10:11: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-26T10:11:18Z", "security_group_id": "605c82e4-24d4-4f4e-9e5b-239360df561c", "port_range_min": null, "revision_number": 0, "tenant_id": "8943f6849b574a43868f276d94b5aee8", "created_at": "2018-10-26T10:11:18Z", "project_id": "8943f6849b574a43868f276d94b5aee8", "id": "0343f896-e0d6-4a7c-87bb-97e17406d94e"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:11:20Z", "security_group_id": "605c82e4-24d4-4f4e-9e5b-239360df561c", "port_range_min": null, "revision_number": 0, "tenant_id": "8943f6849b574a43868f276d94b5aee8", "created_at": "2018-10-26T10:11:20Z", "project_id": "8943f6849b574a43868f276d94b5aee8", "id": "62fc5a26-281e-4946-b579-e5cf5e8ce64a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:11:18Z", "security_group_id": "605c82e4-24d4-4f4e-9e5b-239360df561c", "port_range_min": null, "revision_number": 0, "tenant_id": "8943f6849b574a43868f276d94b5aee8", "created_at": "2018-10-26T10:11:18Z", "project_id": "8943f6849b574a43868f276d94b5aee8", "id": "63c952b9-b6e4-4e30-ae37-e8ce4c182e4d"}]} 2018-10-26 10:11:20,904 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=605c82e4-24d4-4f4e-9e5b-239360df561c used request id req-e0897bf0-8c44-4d8a-b206-8459d5a4dfbd 2018-10-26 10:11:20,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27df4b99556e19e56953a372a1eefbc2b1570850" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "605c82e4-24d4-4f4e-9e5b-239360df561c"}}' 2018-10-26 10:11:21,253 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-86b11c36-71d6-4d04-9d59-27cd0d912b63 Date: Fri, 26 Oct 2018 10:11:21 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-26T10:11:21Z", "security_group_id": "605c82e4-24d4-4f4e-9e5b-239360df561c", "port_range_min": 22, "revision_number": 0, "tenant_id": "8943f6849b574a43868f276d94b5aee8", "created_at": "2018-10-26T10:11:21Z", "project_id": "8943f6849b574a43868f276d94b5aee8", "id": "1e023247-d040-44ae-a284-05acac5b13d4"}} 2018-10-26 10:11:21,253 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-86b11c36-71d6-4d04-9d59-27cd0d912b63 2018-10-26 10:11:21,253 - neutron_utils - INFO - Retrieving security group with ID - 605c82e4-24d4-4f4e-9e5b-239360df561c 2018-10-26 10:11:21,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=605c82e4-24d4-4f4e-9e5b-239360df561c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27df4b99556e19e56953a372a1eefbc2b1570850" 2018-10-26 10:11:21,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-6d4b3f7f-2618-4b77-b943-e3b1750d779c Date: Fri, 26 Oct 2018 10:11:21 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "8943f6849b574a43868f276d94b5aee8", "created_at": "2018-10-26T10:11:18Z", "updated_at": "2018-10-26T10:11:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:11:18Z", "revision_number": 0, "id": "0343f896-e0d6-4a7c-87bb-97e17406d94e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:11:18Z", "security_group_id": "605c82e4-24d4-4f4e-9e5b-239360df561c", "tenant_id": "8943f6849b574a43868f276d94b5aee8", "port_range_min": null, "ethertype": "IPv4", "project_id": "8943f6849b574a43868f276d94b5aee8"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-26T10:11:21Z", "revision_number": 0, "id": "1e023247-d040-44ae-a284-05acac5b13d4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:11:21Z", "security_group_id": "605c82e4-24d4-4f4e-9e5b-239360df561c", "tenant_id": "8943f6849b574a43868f276d94b5aee8", "port_range_min": 22, "ethertype": "IPv4", "project_id": "8943f6849b574a43868f276d94b5aee8"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:11:20Z", "revision_number": 0, "id": "62fc5a26-281e-4946-b579-e5cf5e8ce64a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:11:20Z", "security_group_id": "605c82e4-24d4-4f4e-9e5b-239360df561c", "tenant_id": "8943f6849b574a43868f276d94b5aee8", "port_range_min": null, "ethertype": "IPv4", "project_id": "8943f6849b574a43868f276d94b5aee8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:11:18Z", "revision_number": 0, "id": "63c952b9-b6e4-4e30-ae37-e8ce4c182e4d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:11:18Z", "security_group_id": "605c82e4-24d4-4f4e-9e5b-239360df561c", "tenant_id": "8943f6849b574a43868f276d94b5aee8", "port_range_min": null, "ethertype": "IPv6", "project_id": "8943f6849b574a43868f276d94b5aee8"}], "revision_number": 4, "project_id": "8943f6849b574a43868f276d94b5aee8", "id": "605c82e4-24d4-4f4e-9e5b-239360df561c", "name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-sec-grp"}]} 2018-10-26 10:11:21,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=605c82e4-24d4-4f4e-9e5b-239360df561c used request id req-6d4b3f7f-2618-4b77-b943-e3b1750d779c 2018-10-26 10:11:21,307 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 605c82e4-24d4-4f4e-9e5b-239360df561c 2018-10-26 10:11:21,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=605c82e4-24d4-4f4e-9e5b-239360df561c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27df4b99556e19e56953a372a1eefbc2b1570850" 2018-10-26 10:11:21,342 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-62cf5d7a-1702-4415-8687-907f551ae825 Date: Fri, 26 Oct 2018 10:11: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-26T10:11:18Z", "security_group_id": "605c82e4-24d4-4f4e-9e5b-239360df561c", "port_range_min": null, "revision_number": 0, "tenant_id": "8943f6849b574a43868f276d94b5aee8", "created_at": "2018-10-26T10:11:18Z", "project_id": "8943f6849b574a43868f276d94b5aee8", "id": "0343f896-e0d6-4a7c-87bb-97e17406d94e"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-26T10:11:21Z", "security_group_id": "605c82e4-24d4-4f4e-9e5b-239360df561c", "port_range_min": 22, "revision_number": 0, "tenant_id": "8943f6849b574a43868f276d94b5aee8", "created_at": "2018-10-26T10:11:21Z", "project_id": "8943f6849b574a43868f276d94b5aee8", "id": "1e023247-d040-44ae-a284-05acac5b13d4"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:11:20Z", "security_group_id": "605c82e4-24d4-4f4e-9e5b-239360df561c", "port_range_min": null, "revision_number": 0, "tenant_id": "8943f6849b574a43868f276d94b5aee8", "created_at": "2018-10-26T10:11:20Z", "project_id": "8943f6849b574a43868f276d94b5aee8", "id": "62fc5a26-281e-4946-b579-e5cf5e8ce64a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:11:18Z", "security_group_id": "605c82e4-24d4-4f4e-9e5b-239360df561c", "port_range_min": null, "revision_number": 0, "tenant_id": "8943f6849b574a43868f276d94b5aee8", "created_at": "2018-10-26T10:11:18Z", "project_id": "8943f6849b574a43868f276d94b5aee8", "id": "63c952b9-b6e4-4e30-ae37-e8ce4c182e4d"}]} 2018-10-26 10:11:21,342 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=605c82e4-24d4-4f4e-9e5b-239360df561c used request id req-62cf5d7a-1702-4415-8687-907f551ae825 2018-10-26 10:11:21,343 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:11:21,344 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:11:21,710 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fa764f89b0e3400e955870f58ee1bf39", "name": "CreateInstanceSingleNetworkTests-97909f14-89b6-40a-proj-role"}], "expires_at": "2018-10-26T11:11:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8943f6849b574a43868f276d94b5aee8", "name": "CreateInstanceSingleNetworkTests-97909f14-89b6-40a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/8943f6849b574a43868f276d94b5aee8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/8943f6849b574a43868f276d94b5aee8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/8943f6849b574a43868f276d94b5aee8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/8943f6849b574a43868f276d94b5aee8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/8943f6849b574a43868f276d94b5aee8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/8943f6849b574a43868f276d94b5aee8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/8943f6849b574a43868f276d94b5aee8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/8943f6849b574a43868f276d94b5aee8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/8943f6849b574a43868f276d94b5aee8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/8943f6849b574a43868f276d94b5aee8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/8943f6849b574a43868f276d94b5aee8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/8943f6849b574a43868f276d94b5aee8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-97909f14-89b6-40a-user", "id": "daf5cc724b894819a075e92b17c2ddf6"}, "audit_ids": ["CKbNXw0ZR7aikZdgsGyHJg"], "issued_at": "2018-10-26T10:11:21.000000Z"}} 2018-10-26 10:11:21,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:21,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:11:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e3823d1-63a4-4525-bd49-e98bf0e35f04 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:11:21,789 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-2e3823d1-63a4-4525-bd49-e98bf0e35f04 2018-10-26 10:11:21,790 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:11:21,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:21,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:11:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d02f7593-6d4b-4d03-b68a-3ec816042fbd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:11:21,876 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d02f7593-6d4b-4d03-b68a-3ec816042fbd 2018-10-26 10:11:21,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:22,128 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-dc15ef16-4e32-494a-a046-eae55235ad14 Date: Fri, 26 Oct 2018 10: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":["b98b4184-b629-4085-8b77-665808d16348"],"updated_at":"2018-10-26T10:11:05Z","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8943f6849b574a43868f276d94b5aee8","id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","name":"CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-net"}]} 2018-10-26 10:11:22,128 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-net used request id req-dc15ef16-4e32-494a-a046-eae55235ad14 2018-10-26 10:11:22,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:11:22,137 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:11: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:11:22,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8943f6849b574a43868f276d94b5aee8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:22,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:11:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3be48a1c-bbef-4a94-ada7-92ac66680bf8 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8943f6849b574a43868f276d94b5aee8"}, "enabled": true, "id": "8943f6849b574a43868f276d94b5aee8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-97909f14-89b6-40a-proj"}} 2018-10-26 10:11:22,216 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8943f6849b574a43868f276d94b5aee8 used request id req-3be48a1c-bbef-4a94-ada7-92ac66680bf8 2018-10-26 10:11:22,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2bcb4aed-fe62-49e7-9ec0-4878c98c7ded -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:22,422 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-93d832f2-d4a0-4018-8efb-782102d65287 Date: Fri, 26 Oct 2018 10:11:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:05Z","dns_nameservers":[],"updated_at":"2018-10-26T10:11: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":"8943f6849b574a43868f276d94b5aee8","id":"b98b4184-b629-4085-8b77-665808d16348","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-subnet"}]} 2018-10-26 10:11:22,423 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2bcb4aed-fe62-49e7-9ec0-4878c98c7ded used request id req-93d832f2-d4a0-4018-8efb-782102d65287 2018-10-26 10:11:22,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=2bcb4aed-fe62-49e7-9ec0-4878c98c7ded&name=CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:22,607 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-53c7b174-7eae-4c58-be7b-0c96b0f7576a Date: Fri, 26 Oct 2018 10:11:22 GMT RESP BODY: {"ports":[]} 2018-10-26 10:11:22,607 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=2bcb4aed-fe62-49e7-9ec0-4878c98c7ded&name=CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676port-1&admin_state_up=True used request id req-53c7b174-7eae-4c58-be7b-0c96b0f7576a 2018-10-26 10:11:22,610 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:22,869 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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 x-openstack-request-id: req-f5b6ddaa-f157-4769-9953-5eafb974c836 x-compute-request-id: req-f5b6ddaa-f157-4769-9953-5eafb974c836 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-26 10:11:22,869 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-inst used request id req-f5b6ddaa-f157-4769-9953-5eafb974c836 2018-10-26 10:11:22,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:23,281 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-4d192aff-6dec-4c73-979b-0c8f3debb17a Date: Fri, 26 Oct 2018 10: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":["b98b4184-b629-4085-8b77-665808d16348"],"updated_at":"2018-10-26T10:11:05Z","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8943f6849b574a43868f276d94b5aee8","id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","name":"CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-net"}]} 2018-10-26 10:11:23,281 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-net used request id req-4d192aff-6dec-4c73-979b-0c8f3debb17a 2018-10-26 10:11:23,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8943f6849b574a43868f276d94b5aee8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:23,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:11:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e4bd45f-4eaa-45fc-868c-3f1897dd489f Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8943f6849b574a43868f276d94b5aee8"}, "enabled": true, "id": "8943f6849b574a43868f276d94b5aee8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-97909f14-89b6-40a-proj"}} 2018-10-26 10:11:23,367 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8943f6849b574a43868f276d94b5aee8 used request id req-8e4bd45f-4eaa-45fc-868c-3f1897dd489f 2018-10-26 10:11:23,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2bcb4aed-fe62-49e7-9ec0-4878c98c7ded -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:23,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-f3ff675e-ca80-453c-8c31-d5d2d7a89f3c Date: Fri, 26 Oct 2018 10:11:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:05Z","dns_nameservers":[],"updated_at":"2018-10-26T10:11: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":"8943f6849b574a43868f276d94b5aee8","id":"b98b4184-b629-4085-8b77-665808d16348","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-subnet"}]} 2018-10-26 10:11:23,567 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2bcb4aed-fe62-49e7-9ec0-4878c98c7ded used request id req-f3ff675e-ca80-453c-8c31-d5d2d7a89f3c 2018-10-26 10:11:23,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=2bcb4aed-fe62-49e7-9ec0-4878c98c7ded&name=CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:23,755 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-1e86b00f-6fba-4c9a-9e22-3e42d8653f63 Date: Fri, 26 Oct 2018 10:11:23 GMT RESP BODY: {"ports":[]} 2018-10-26 10:11:23,755 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=2bcb4aed-fe62-49e7-9ec0-4878c98c7ded&name=CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676port-1&admin_state_up=True used request id req-1e86b00f-6fba-4c9a-9e22-3e42d8653f63 2018-10-26 10:11:23,755 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:11:23,756 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:11:24,122 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fa764f89b0e3400e955870f58ee1bf39", "name": "CreateInstanceSingleNetworkTests-97909f14-89b6-40a-proj-role"}], "expires_at": "2018-10-26T11:11:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8943f6849b574a43868f276d94b5aee8", "name": "CreateInstanceSingleNetworkTests-97909f14-89b6-40a-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/8943f6849b574a43868f276d94b5aee8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/8943f6849b574a43868f276d94b5aee8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/8943f6849b574a43868f276d94b5aee8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/8943f6849b574a43868f276d94b5aee8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/8943f6849b574a43868f276d94b5aee8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/8943f6849b574a43868f276d94b5aee8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/8943f6849b574a43868f276d94b5aee8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/8943f6849b574a43868f276d94b5aee8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/8943f6849b574a43868f276d94b5aee8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/8943f6849b574a43868f276d94b5aee8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/8943f6849b574a43868f276d94b5aee8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/8943f6849b574a43868f276d94b5aee8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-97909f14-89b6-40a-user", "id": "daf5cc724b894819a075e92b17c2ddf6"}, "audit_ids": ["FQzbSIUDRaKumQyrzjOglQ"], "issued_at": "2018-10-26T10:11:24.000000Z"}} 2018-10-26 10:11:24,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}563c33ed7ba7dd05bb384bd5283ed9bead903fdd" 2018-10-26 10:11:24,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:11:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86224d60-bacd-4973-ab08-0938bc6d1582 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:11:24,198 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-86224d60-bacd-4973-ab08-0938bc6d1582 2018-10-26 10:11:24,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:24,454 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-16162a64-171c-4c1f-a719-99e4b4890cd1 Date: Fri, 26 Oct 2018 10:11: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":["b98b4184-b629-4085-8b77-665808d16348"],"updated_at":"2018-10-26T10:11:05Z","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8943f6849b574a43868f276d94b5aee8","id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","name":"CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-net"}]} 2018-10-26 10:11:24,454 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-net used request id req-16162a64-171c-4c1f-a719-99e4b4890cd1 2018-10-26 10:11:24,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2bcb4aed-fe62-49e7-9ec0-4878c98c7ded -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:24,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-491f6d1c-67e5-4718-bab3-9f8586e18a95 Date: Fri, 26 Oct 2018 10:11:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:05Z","dns_nameservers":[],"updated_at":"2018-10-26T10:11: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":"8943f6849b574a43868f276d94b5aee8","id":"b98b4184-b629-4085-8b77-665808d16348","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-subnet"}]} 2018-10-26 10:11:24,662 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2bcb4aed-fe62-49e7-9ec0-4878c98c7ded used request id req-491f6d1c-67e5-4718-bab3-9f8586e18a95 2018-10-26 10:11:24,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:24,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-ea1ccabb-e32c-419b-8164-09209722cbb8 Date: Fri, 26 Oct 2018 10:11: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":["b98b4184-b629-4085-8b77-665808d16348"],"updated_at":"2018-10-26T10:11:05Z","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8943f6849b574a43868f276d94b5aee8","id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","name":"CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-net"}]} 2018-10-26 10:11:24,921 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-net used request id req-ea1ccabb-e32c-419b-8164-09209722cbb8 2018-10-26 10:11:24,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:11:24,930 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:11: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:11:24,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8943f6849b574a43868f276d94b5aee8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}563c33ed7ba7dd05bb384bd5283ed9bead903fdd" 2018-10-26 10:11:25,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:11:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-455c4eb5-01bc-4d96-9569-81268728e3de Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8943f6849b574a43868f276d94b5aee8"}, "enabled": true, "id": "8943f6849b574a43868f276d94b5aee8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-97909f14-89b6-40a-proj"}} 2018-10-26 10:11:25,013 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8943f6849b574a43868f276d94b5aee8 used request id req-455c4eb5-01bc-4d96-9569-81268728e3de 2018-10-26 10:11:25,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2bcb4aed-fe62-49e7-9ec0-4878c98c7ded -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:25,074 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-6395be11-d69c-4ef7-bc6e-bc9a28284d98 Date: Fri, 26 Oct 2018 10:11:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:05Z","dns_nameservers":[],"updated_at":"2018-10-26T10:11: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":"8943f6849b574a43868f276d94b5aee8","id":"b98b4184-b629-4085-8b77-665808d16348","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-subnet"}]} 2018-10-26 10:11:25,074 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2bcb4aed-fe62-49e7-9ec0-4878c98c7ded used request id req-6395be11-d69c-4ef7-bc6e-bc9a28284d98 2018-10-26 10:11:25,075 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-net 2018-10-26 10:11:25,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" -d '{"port": {"network_id": "2bcb4aed-fe62-49e7-9ec0-4878c98c7ded", "name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676port-1", "admin_state_up": true}}' 2018-10-26 10:11:26,047 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 789 X-Openstack-Request-Id: req-c10a0cf5-5815-4ad5-92bd-f8cfef28973a Date: Fri, 26 Oct 2018 10:11:26 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:11:25Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b98b4184-b629-4085-8b77-665808d16348","ip_address":"10.55.1.10"}],"id":"51099240-5f1b-4165-b7b1-86fbea0d81ac","security_groups":["6dabb967-a1fc-49be-b6f4-c7e5336d5704"],"mac_address":"fa:16:3e:62:03:ed","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676port-1","project_id":"8943f6849b574a43868f276d94b5aee8","qos_policy_id":null,"admin_state_up":true,"network_id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:25Z","binding:vnic_type":"normal"}} 2018-10-26 10:11:26,047 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-c10a0cf5-5815-4ad5-92bd-f8cfef28973a 2018-10-26 10:11:26,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:26,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-97f13ece-0ba7-49fc-bebf-9784aefd0980 Date: Fri, 26 Oct 2018 10:11: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":["b98b4184-b629-4085-8b77-665808d16348"],"updated_at":"2018-10-26T10:11:05Z","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8943f6849b574a43868f276d94b5aee8","id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","name":"CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-net"}]} 2018-10-26 10:11:26,329 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-net used request id req-97f13ece-0ba7-49fc-bebf-9784aefd0980 2018-10-26 10:11:26,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8943f6849b574a43868f276d94b5aee8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:26,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:11:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72a5371a-c750-4353-a2ec-ae5c32db594b Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8943f6849b574a43868f276d94b5aee8"}, "enabled": true, "id": "8943f6849b574a43868f276d94b5aee8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-97909f14-89b6-40a-proj"}} 2018-10-26 10:11:26,410 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8943f6849b574a43868f276d94b5aee8 used request id req-72a5371a-c750-4353-a2ec-ae5c32db594b 2018-10-26 10:11:26,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2bcb4aed-fe62-49e7-9ec0-4878c98c7ded -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:26,618 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-1db2ef2d-567c-4a8c-a875-44df1ad9231c Date: Fri, 26 Oct 2018 10:11:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:05Z","dns_nameservers":[],"updated_at":"2018-10-26T10:11: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":"8943f6849b574a43868f276d94b5aee8","id":"b98b4184-b629-4085-8b77-665808d16348","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-subnet"}]} 2018-10-26 10:11:26,618 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2bcb4aed-fe62-49e7-9ec0-4878c98c7ded used request id req-1db2ef2d-567c-4a8c-a875-44df1ad9231c 2018-10-26 10:11:26,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=2bcb4aed-fe62-49e7-9ec0-4878c98c7ded&name=CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:26,829 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 792 X-Openstack-Request-Id: req-85887464-2e42-495e-a702-9440618b8cf1 Date: Fri, 26 Oct 2018 10:11:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:11:25Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b98b4184-b629-4085-8b77-665808d16348","ip_address":"10.55.1.10"}],"id":"51099240-5f1b-4165-b7b1-86fbea0d81ac","security_groups":["6dabb967-a1fc-49be-b6f4-c7e5336d5704"],"mac_address":"fa:16:3e:62:03:ed","project_id":"8943f6849b574a43868f276d94b5aee8","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676port-1","admin_state_up":true,"network_id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:25Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-26 10:11:26,829 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=2bcb4aed-fe62-49e7-9ec0-4878c98c7ded&name=CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676port-1&admin_state_up=True used request id req-85887464-2e42-495e-a702-9440618b8cf1 2018-10-26 10:11:26,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8943f6849b574a43868f276d94b5aee8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:26,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:11:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c43fcd8-22a0-4b6b-b205-9298950f8c7c Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8943f6849b574a43868f276d94b5aee8"}, "enabled": true, "id": "8943f6849b574a43868f276d94b5aee8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-97909f14-89b6-40a-proj"}} 2018-10-26 10:11:26,914 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8943f6849b574a43868f276d94b5aee8 used request id req-2c43fcd8-22a0-4b6b-b205-9298950f8c7c 2018-10-26 10:11:26,915 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-inst 2018-10-26 10:11:26,918 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:26,952 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:11: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-c0f84510-ca98-4b74-9ede-24538d89f56a x-compute-request-id: req-c0f84510-ca98-4b74-9ede-24538d89f56a Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"flavors": [{"id": "7656a120-fb38-4399-9be2-f599b7ea1963", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/7656a120-fb38-4399-9be2-f599b7ea1963", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/7656a120-fb38-4399-9be2-f599b7ea1963", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-flavor-name"}]} 2018-10-26 10:11:26,952 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-c0f84510-ca98-4b74-9ede-24538d89f56a 2018-10-26 10:11:26,956 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/7656a120-fb38-4399-9be2-f599b7ea1963 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:26,975 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:11: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-7c7adfa1-8a9e-4aa0-842c-0641469a41cb x-compute-request-id: req-7c7adfa1-8a9e-4aa0-842c-0641469a41cb Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/7656a120-fb38-4399-9be2-f599b7ea1963", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/7656a120-fb38-4399-9be2-f599b7ea1963", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "7656a120-fb38-4399-9be2-f599b7ea1963", "name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 10:11:26,975 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/7656a120-fb38-4399-9be2-f599b7ea1963 used request id req-7c7adfa1-8a9e-4aa0-842c-0641469a41cb 2018-10-26 10:11:26,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:27,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-a31be0c2-e01f-4109-9859-cbbf38abb4e3 Date: Fri, 26 Oct 2018 10:11:27 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:11:01Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T10:11:02Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/797ffe9f-14a9-4c1a-95d6-e704434ea42f/snap", "metadata": {}}], "self": "/v2/images/797ffe9f-14a9-4c1a-95d6-e704434ea42f", "min_disk": 0, "protected": false, "id": "797ffe9f-14a9-4c1a-95d6-e704434ea42f", "file": "/v2/images/797ffe9f-14a9-4c1a-95d6-e704434ea42f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8943f6849b574a43868f276d94b5aee8", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/797ffe9f-14a9-4c1a-95d6-e704434ea42f/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-image"} 2018-10-26 10:11:27,154 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-image used request id req-a31be0c2-e01f-4109-9859-cbbf38abb4e3 2018-10-26 10:11:27,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:27,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1f2a3285-889e-4584-990f-6593966c6e30 Date: Fri, 26 Oct 2018 10:11: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-26 10:11:27,316 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-1f2a3285-889e-4584-990f-6593966c6e30 2018-10-26 10:11:27,321 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-inst", "imageRef": "797ffe9f-14a9-4c1a-95d6-e704434ea42f", "key_name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-kp", "flavorRef": "7656a120-fb38-4399-9be2-f599b7ea1963", "max_count": 1, "min_count": 1, "networks": [{"port": "51099240-5f1b-4165-b7b1-86fbea0d81ac"}], "security_groups": [{"name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-sec-grp"}]}}' 2018-10-26 10:11:28,871 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10:11:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-63326e03-f833-4661-804f-55199665660f x-compute-request-id: req-63326e03-f833-4661-804f-55199665660f Content-Length: 444 location: http://172.30.9.21:8774/v2.1/servers/b35ca80d-daa9-4507-bc9c-1089875df661 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "b35ca80d-daa9-4507-bc9c-1089875df661", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b35ca80d-daa9-4507-bc9c-1089875df661", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b35ca80d-daa9-4507-bc9c-1089875df661", "rel": "bookmark"}], "adminPass": "kK9o9a842oQb"}} 2018-10-26 10:11:28,871 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-63326e03-f833-4661-804f-55199665660f 2018-10-26 10:11:28,875 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/b35ca80d-daa9-4507-bc9c-1089875df661 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:28,950 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:11:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-31f673f7-7f1e-411c-935e-4be07127bc72 x-compute-request-id: req-31f673f7-7f1e-411c-935e-4be07127bc72 Content-Encoding: gzip Content-Length: 620 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b35ca80d-daa9-4507-bc9c-1089875df661", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b35ca80d-daa9-4507-bc9c-1089875df661", "rel": "bookmark"}], "image": {"id": "797ffe9f-14a9-4c1a-95d6-e704434ea42f", "links": [{"href": "http://172.30.9.21:8774/images/797ffe9f-14a9-4c1a-95d6-e704434ea42f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7656a120-fb38-4399-9be2-f599b7ea1963", "links": [{"href": "http://172.30.9.21:8774/flavors/7656a120-fb38-4399-9be2-f599b7ea1963", "rel": "bookmark"}]}, "id": "b35ca80d-daa9-4507-bc9c-1089875df661", "user_id": "daf5cc724b894819a075e92b17c2ddf6", "OS-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-26T10:11:28Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-kp", "name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-inst", "created": "2018-10-26T10:11:28Z", "tenant_id": "8943f6849b574a43868f276d94b5aee8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:11:28,950 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/b35ca80d-daa9-4507-bc9c-1089875df661 used request id req-31f673f7-7f1e-411c-935e-4be07127bc72 2018-10-26 10:11:28,950 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-inst 2018-10-26 10:11:28,953 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/b35ca80d-daa9-4507-bc9c-1089875df661 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:29,206 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:11:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-68012c7d-fee7-47cd-a5e4-8f21a08b306b x-compute-request-id: req-68012c7d-fee7-47cd-a5e4-8f21a08b306b Content-Encoding: gzip Content-Length: 620 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b35ca80d-daa9-4507-bc9c-1089875df661", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b35ca80d-daa9-4507-bc9c-1089875df661", "rel": "bookmark"}], "image": {"id": "797ffe9f-14a9-4c1a-95d6-e704434ea42f", "links": [{"href": "http://172.30.9.21:8774/images/797ffe9f-14a9-4c1a-95d6-e704434ea42f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7656a120-fb38-4399-9be2-f599b7ea1963", "links": [{"href": "http://172.30.9.21:8774/flavors/7656a120-fb38-4399-9be2-f599b7ea1963", "rel": "bookmark"}]}, "id": "b35ca80d-daa9-4507-bc9c-1089875df661", "user_id": "daf5cc724b894819a075e92b17c2ddf6", "OS-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-26T10:11:28Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-kp", "name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-inst", "created": "2018-10-26T10:11:28Z", "tenant_id": "8943f6849b574a43868f276d94b5aee8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:11:29,206 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/b35ca80d-daa9-4507-bc9c-1089875df661 used request id req-68012c7d-fee7-47cd-a5e4-8f21a08b306b 2018-10-26 10:11:29,207 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-inst] is - BUILD 2018-10-26 10:11:29,207 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:11:32,210 - create_instance - DEBUG - VM status query timeout in 896.740607023 2018-10-26 10:11:32,213 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/b35ca80d-daa9-4507-bc9c-1089875df661 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:32,807 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:11: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-c839a5b6-d13a-4850-ad7e-58165713b9ef x-compute-request-id: req-c839a5b6-d13a-4850-ad7e-58165713b9ef Content-Encoding: gzip Content-Length: 685 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b35ca80d-daa9-4507-bc9c-1089875df661", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b35ca80d-daa9-4507-bc9c-1089875df661", "rel": "bookmark"}], "image": {"id": "797ffe9f-14a9-4c1a-95d6-e704434ea42f", "links": [{"href": "http://172.30.9.21:8774/images/797ffe9f-14a9-4c1a-95d6-e704434ea42f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7656a120-fb38-4399-9be2-f599b7ea1963", "links": [{"href": "http://172.30.9.21:8774/flavors/7656a120-fb38-4399-9be2-f599b7ea1963", "rel": "bookmark"}]}, "id": "b35ca80d-daa9-4507-bc9c-1089875df661", "security_groups": [{"name": "default"}], "user_id": "daf5cc724b894819a075e92b17c2ddf6", "OS-DCF: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-26T10:11:29Z", "hostId": "677925b326bb4799ed79bfe117b43c3206a7f774c2153dbea1fc5fd5", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-kp", "name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-inst", "created": "2018-10-26T10:11:28Z", "tenant_id": "8943f6849b574a43868f276d94b5aee8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:11:32,807 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/b35ca80d-daa9-4507-bc9c-1089875df661 used request id req-c839a5b6-d13a-4850-ad7e-58165713b9ef 2018-10-26 10:11:32,808 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-inst] is - BUILD 2018-10-26 10:11:32,808 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:11:35,811 - create_instance - DEBUG - VM status query timeout in 893.139568806 2018-10-26 10:11:35,815 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/b35ca80d-daa9-4507-bc9c-1089875df661 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:36,270 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:11: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-bab83dfd-a84a-4e99-8ad7-a438b894dbd8 x-compute-request-id: req-bab83dfd-a84a-4e99-8ad7-a438b894dbd8 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:03:ed", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b35ca80d-daa9-4507-bc9c-1089875df661", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b35ca80d-daa9-4507-bc9c-1089875df661", "rel": "bookmark"}], "image": {"id": "797ffe9f-14a9-4c1a-95d6-e704434ea42f", "links": [{"href": "http://172.30.9.21:8774/images/797ffe9f-14a9-4c1a-95d6-e704434ea42f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:11:32.000000", "flavor": {"id": "7656a120-fb38-4399-9be2-f599b7ea1963", "links": [{"href": "http://172.30.9.21:8774/flavors/7656a120-fb38-4399-9be2-f599b7ea1963", "rel": "bookmark"}]}, "id": "b35ca80d-daa9-4507-bc9c-1089875df661", "security_groups": [{"name": "default"}], "user_id": "daf5cc724b894819a075e92b17c2ddf6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:11:33Z", "hostId": "677925b326bb4799ed79bfe117b43c3206a7f774c2153dbea1fc5fd5", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-kp", "name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-inst", "created": "2018-10-26T10:11:28Z", "tenant_id": "8943f6849b574a43868f276d94b5aee8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:11:36,270 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/b35ca80d-daa9-4507-bc9c-1089875df661 used request id req-bab83dfd-a84a-4e99-8ad7-a438b894dbd8 2018-10-26 10:11:36,271 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-inst] is - ACTIVE 2018-10-26 10:11:36,271 - create_instance - INFO - VM is - ACTIVE 2018-10-26 10:11:36,274 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/b35ca80d-daa9-4507-bc9c-1089875df661 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:36,888 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:11:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-97ab08e3-de00-4c1e-8eba-683a618a1ac1 x-compute-request-id: req-97ab08e3-de00-4c1e-8eba-683a618a1ac1 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:03:ed", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b35ca80d-daa9-4507-bc9c-1089875df661", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b35ca80d-daa9-4507-bc9c-1089875df661", "rel": "bookmark"}], "image": {"id": "797ffe9f-14a9-4c1a-95d6-e704434ea42f", "links": [{"href": "http://172.30.9.21:8774/images/797ffe9f-14a9-4c1a-95d6-e704434ea42f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:11:32.000000", "flavor": {"id": "7656a120-fb38-4399-9be2-f599b7ea1963", "links": [{"href": "http://172.30.9.21:8774/flavors/7656a120-fb38-4399-9be2-f599b7ea1963", "rel": "bookmark"}]}, "id": "b35ca80d-daa9-4507-bc9c-1089875df661", "security_groups": [{"name": "default"}], "user_id": "daf5cc724b894819a075e92b17c2ddf6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:11:33Z", "hostId": "677925b326bb4799ed79bfe117b43c3206a7f774c2153dbea1fc5fd5", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-kp", "name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-inst", "created": "2018-10-26T10:11:28Z", "tenant_id": "8943f6849b574a43868f276d94b5aee8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:11:36,888 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/b35ca80d-daa9-4507-bc9c-1089875df661 used request id req-97ab08e3-de00-4c1e-8eba-683a618a1ac1 2018-10-26 10:11:36,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:37,165 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-eb7a1855-9c8a-47b3-bb6c-67bea19edd04 Date: Fri, 26 Oct 2018 10:11: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":["b98b4184-b629-4085-8b77-665808d16348"],"updated_at":"2018-10-26T10:11:05Z","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8943f6849b574a43868f276d94b5aee8","id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","name":"CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-net"}]} 2018-10-26 10:11:37,165 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-net used request id req-eb7a1855-9c8a-47b3-bb6c-67bea19edd04 2018-10-26 10:11:37,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8943f6849b574a43868f276d94b5aee8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:37,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:11:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0b13460-0f60-4a9a-b98d-2b754b34b7ec Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8943f6849b574a43868f276d94b5aee8"}, "enabled": true, "id": "8943f6849b574a43868f276d94b5aee8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-97909f14-89b6-40a-proj"}} 2018-10-26 10:11:37,247 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8943f6849b574a43868f276d94b5aee8 used request id req-c0b13460-0f60-4a9a-b98d-2b754b34b7ec 2018-10-26 10:11:37,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2bcb4aed-fe62-49e7-9ec0-4878c98c7ded -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:37,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-991f6344-e8fb-46ee-a83a-320fe3791140 Date: Fri, 26 Oct 2018 10:11:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:05Z","dns_nameservers":[],"updated_at":"2018-10-26T10:11: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":"8943f6849b574a43868f276d94b5aee8","id":"b98b4184-b629-4085-8b77-665808d16348","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-subnet"}]} 2018-10-26 10:11:37,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2bcb4aed-fe62-49e7-9ec0-4878c98c7ded used request id req-991f6344-e8fb-46ee-a83a-320fe3791140 2018-10-26 10:11:37,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=2bcb4aed-fe62-49e7-9ec0-4878c98c7ded -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:37,419 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3863 X-Openstack-Request-Id: req-6b172ece-2ddb-4030-812d-c24fe0d865bc Date: Fri, 26 Oct 2018 10:11:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:11:27Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b98b4184-b629-4085-8b77-665808d16348","ip_address":"10.55.1.1"}],"id":"06c395d4-0246-4e59-8a2e-de7bdb5703ca","security_groups":[],"mac_address":"fa:16:3e:e2:ac:47","project_id":"8943f6849b574a43868f276d94b5aee8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:14Z","binding:vnic_type":"normal","device_id":"6f1753bc-a37f-44bd-b6ab-e81279e3a192"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:11:08Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b98b4184-b629-4085-8b77-665808d16348","ip_address":"10.55.1.2"}],"id":"25a5e741-e320-4d0f-92ee-9e5a0a52aed7","security_groups":[],"mac_address":"fa:16:3e:14:35:25","project_id":"8943f6849b574a43868f276d94b5aee8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:05Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2bcb4aed-fe62-49e7-9ec0-4878c98c7ded"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:11:33Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b98b4184-b629-4085-8b77-665808d16348","ip_address":"10.55.1.10"}],"id":"51099240-5f1b-4165-b7b1-86fbea0d81ac","security_groups":["6dabb967-a1fc-49be-b6f4-c7e5336d5704"],"mac_address":"fa:16:3e:62:03:ed","project_id":"8943f6849b574a43868f276d94b5aee8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676port-1","admin_state_up":true,"network_id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:25Z","binding:vnic_type":"normal","device_id":"b35ca80d-daa9-4507-bc9c-1089875df661"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:11:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b98b4184-b629-4085-8b77-665808d16348","ip_address":"10.55.1.4"}],"id":"542b8822-153e-426f-89f9-0281a6ae9409","security_groups":[],"mac_address":"fa:16:3e:5b:80:b4","project_id":"8943f6849b574a43868f276d94b5aee8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:07Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2bcb4aed-fe62-49e7-9ec0-4878c98c7ded"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:11:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b98b4184-b629-4085-8b77-665808d16348","ip_address":"10.55.1.3"}],"id":"e9960aec-e2d4-4e2c-b633-09b4b0123bd4","security_groups":[],"mac_address":"fa:16:3e:a3:cd:9d","project_id":"8943f6849b574a43868f276d94b5aee8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:06Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2bcb4aed-fe62-49e7-9ec0-4878c98c7ded"}]} 2018-10-26 10:11:37,419 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=2bcb4aed-fe62-49e7-9ec0-4878c98c7ded used request id req-6b172ece-2ddb-4030-812d-c24fe0d865bc 2018-10-26 10:11:37,423 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/b35ca80d-daa9-4507-bc9c-1089875df661 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:38,269 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:11:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8017fd42-6645-4524-9a19-1e1de865a0d9 x-compute-request-id: req-8017fd42-6645-4524-9a19-1e1de865a0d9 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:03:ed", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b35ca80d-daa9-4507-bc9c-1089875df661", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b35ca80d-daa9-4507-bc9c-1089875df661", "rel": "bookmark"}], "image": {"id": "797ffe9f-14a9-4c1a-95d6-e704434ea42f", "links": [{"href": "http://172.30.9.21:8774/images/797ffe9f-14a9-4c1a-95d6-e704434ea42f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:11:32.000000", "flavor": {"id": "7656a120-fb38-4399-9be2-f599b7ea1963", "links": [{"href": "http://172.30.9.21:8774/flavors/7656a120-fb38-4399-9be2-f599b7ea1963", "rel": "bookmark"}]}, "id": "b35ca80d-daa9-4507-bc9c-1089875df661", "security_groups": [{"name": "default"}], "user_id": "daf5cc724b894819a075e92b17c2ddf6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:11:33Z", "hostId": "677925b326bb4799ed79bfe117b43c3206a7f774c2153dbea1fc5fd5", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-kp", "name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-inst", "created": "2018-10-26T10:11:28Z", "tenant_id": "8943f6849b574a43868f276d94b5aee8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:11:38,269 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/b35ca80d-daa9-4507-bc9c-1089875df661 used request id req-8017fd42-6645-4524-9a19-1e1de865a0d9 2018-10-26 10:11:38,270 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-inst] is - ACTIVE 2018-10-26 10:11:38,270 - create_instance - INFO - VM is - ACTIVE 2018-10-26 10:11:38,273 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/b35ca80d-daa9-4507-bc9c-1089875df661 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:38,875 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:11: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-3c6f7295-d0b8-4f73-880a-870e535d6425 x-compute-request-id: req-3c6f7295-d0b8-4f73-880a-870e535d6425 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:03:ed", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b35ca80d-daa9-4507-bc9c-1089875df661", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b35ca80d-daa9-4507-bc9c-1089875df661", "rel": "bookmark"}], "image": {"id": "797ffe9f-14a9-4c1a-95d6-e704434ea42f", "links": [{"href": "http://172.30.9.21:8774/images/797ffe9f-14a9-4c1a-95d6-e704434ea42f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:11:32.000000", "flavor": {"id": "7656a120-fb38-4399-9be2-f599b7ea1963", "links": [{"href": "http://172.30.9.21:8774/flavors/7656a120-fb38-4399-9be2-f599b7ea1963", "rel": "bookmark"}]}, "id": "b35ca80d-daa9-4507-bc9c-1089875df661", "security_groups": [{"name": "default"}], "user_id": "daf5cc724b894819a075e92b17c2ddf6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:11:33Z", "hostId": "677925b326bb4799ed79bfe117b43c3206a7f774c2153dbea1fc5fd5", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-kp", "name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-inst", "created": "2018-10-26T10:11:28Z", "tenant_id": "8943f6849b574a43868f276d94b5aee8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:11:38,875 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/b35ca80d-daa9-4507-bc9c-1089875df661 used request id req-3c6f7295-d0b8-4f73-880a-870e535d6425 2018-10-26 10:11:38,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:38,980 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-7c084374-2a75-4c9c-a51b-5803bcc88d7d Date: Fri, 26 Oct 2018 10:11: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":["b98b4184-b629-4085-8b77-665808d16348"],"updated_at":"2018-10-26T10:11:05Z","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8943f6849b574a43868f276d94b5aee8","id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","name":"CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-net"}]} 2018-10-26 10:11:38,980 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-net used request id req-7c084374-2a75-4c9c-a51b-5803bcc88d7d 2018-10-26 10:11:38,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8943f6849b574a43868f276d94b5aee8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:39,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:11:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f61d2e1f-ac54-47c7-8bf6-8188822aaa72 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8943f6849b574a43868f276d94b5aee8"}, "enabled": true, "id": "8943f6849b574a43868f276d94b5aee8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-97909f14-89b6-40a-proj"}} 2018-10-26 10:11:39,071 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8943f6849b574a43868f276d94b5aee8 used request id req-f61d2e1f-ac54-47c7-8bf6-8188822aaa72 2018-10-26 10:11:39,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2bcb4aed-fe62-49e7-9ec0-4878c98c7ded -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:39,133 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-7bf2dd60-4954-4052-8c29-acd17a2781e5 Date: Fri, 26 Oct 2018 10:11:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:05Z","dns_nameservers":[],"updated_at":"2018-10-26T10:11: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":"8943f6849b574a43868f276d94b5aee8","id":"b98b4184-b629-4085-8b77-665808d16348","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-subnet"}]} 2018-10-26 10:11:39,133 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2bcb4aed-fe62-49e7-9ec0-4878c98c7ded used request id req-7bf2dd60-4954-4052-8c29-acd17a2781e5 2018-10-26 10:11:39,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=2bcb4aed-fe62-49e7-9ec0-4878c98c7ded -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:39,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3863 X-Openstack-Request-Id: req-59661b3f-e763-4d30-9166-83103b6f0db8 Date: Fri, 26 Oct 2018 10:11:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:11:27Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b98b4184-b629-4085-8b77-665808d16348","ip_address":"10.55.1.1"}],"id":"06c395d4-0246-4e59-8a2e-de7bdb5703ca","security_groups":[],"mac_address":"fa:16:3e:e2:ac:47","project_id":"8943f6849b574a43868f276d94b5aee8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:14Z","binding:vnic_type":"normal","device_id":"6f1753bc-a37f-44bd-b6ab-e81279e3a192"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:11:08Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b98b4184-b629-4085-8b77-665808d16348","ip_address":"10.55.1.2"}],"id":"25a5e741-e320-4d0f-92ee-9e5a0a52aed7","security_groups":[],"mac_address":"fa:16:3e:14:35:25","project_id":"8943f6849b574a43868f276d94b5aee8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:05Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2bcb4aed-fe62-49e7-9ec0-4878c98c7ded"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:11:33Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b98b4184-b629-4085-8b77-665808d16348","ip_address":"10.55.1.10"}],"id":"51099240-5f1b-4165-b7b1-86fbea0d81ac","security_groups":["6dabb967-a1fc-49be-b6f4-c7e5336d5704"],"mac_address":"fa:16:3e:62:03:ed","project_id":"8943f6849b574a43868f276d94b5aee8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676port-1","admin_state_up":true,"network_id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:25Z","binding:vnic_type":"normal","device_id":"b35ca80d-daa9-4507-bc9c-1089875df661"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:11:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b98b4184-b629-4085-8b77-665808d16348","ip_address":"10.55.1.4"}],"id":"542b8822-153e-426f-89f9-0281a6ae9409","security_groups":[],"mac_address":"fa:16:3e:5b:80:b4","project_id":"8943f6849b574a43868f276d94b5aee8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:07Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2bcb4aed-fe62-49e7-9ec0-4878c98c7ded"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:11:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b98b4184-b629-4085-8b77-665808d16348","ip_address":"10.55.1.3"}],"id":"e9960aec-e2d4-4e2c-b633-09b4b0123bd4","security_groups":[],"mac_address":"fa:16:3e:a3:cd:9d","project_id":"8943f6849b574a43868f276d94b5aee8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:06Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2bcb4aed-fe62-49e7-9ec0-4878c98c7ded"}]} 2018-10-26 10:11:39,237 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=2bcb4aed-fe62-49e7-9ec0-4878c98c7ded used request id req-59661b3f-e763-4d30-9166-83103b6f0db8 2018-10-26 10:11:39,241 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/b35ca80d-daa9-4507-bc9c-1089875df661/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" -d '{"addSecurityGroup": {"name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-sec-grp"}}' 2018-10-26 10:11:40,489 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10:11:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3d0ee16e-fd2d-4ce7-afc5-611716f40730 x-compute-request-id: req-3d0ee16e-fd2d-4ce7-afc5-611716f40730 Content-Length: 0 Content-Type: application/json 2018-10-26 10:11:40,489 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/b35ca80d-daa9-4507-bc9c-1089875df661/action used request id req-3d0ee16e-fd2d-4ce7-afc5-611716f40730 2018-10-26 10:11:40,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:40,798 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-cafcdf22-433f-4369-b5e0-2585925cca0b Date: Fri, 26 Oct 2018 10:11:40 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "8943f6849b574a43868f276d94b5aee8", "created_at": "2018-10-26T10:11:08Z", "admin_state_up": true, "updated_at": "2018-10-26T10:11:14Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "8943f6849b574a43868f276d94b5aee8", "id": "6f1753bc-a37f-44bd-b6ab-e81279e3a192", "name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-router"}]} 2018-10-26 10:11:40,798 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-router used request id req-cafcdf22-433f-4369-b5e0-2585925cca0b 2018-10-26 10:11:40,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8943f6849b574a43868f276d94b5aee8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:40,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:11:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cca8c42b-9882-4509-a514-0ea846c9319c Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8943f6849b574a43868f276d94b5aee8"}, "enabled": true, "id": "8943f6849b574a43868f276d94b5aee8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-97909f14-89b6-40a-proj"}} 2018-10-26 10:11:40,880 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8943f6849b574a43868f276d94b5aee8 used request id req-cca8c42b-9882-4509-a514-0ea846c9319c 2018-10-26 10:11:40,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=6f1753bc-a37f-44bd-b6ab-e81279e3a192 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:41,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-78616b8a-a91f-42e9-8004-a05daa1db87a Date: Fri, 26 Oct 2018 10:11:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:11:27Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b98b4184-b629-4085-8b77-665808d16348","ip_address":"10.55.1.1"}],"id":"06c395d4-0246-4e59-8a2e-de7bdb5703ca","security_groups":[],"mac_address":"fa:16:3e:e2:ac:47","project_id":"8943f6849b574a43868f276d94b5aee8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:14Z","binding:vnic_type":"normal","device_id":"6f1753bc-a37f-44bd-b6ab-e81279e3a192"}]} 2018-10-26 10:11:41,078 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=6f1753bc-a37f-44bd-b6ab-e81279e3a192 used request id req-78616b8a-a91f-42e9-8004-a05daa1db87a 2018-10-26 10:11:41,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/b98b4184-b629-4085-8b77-665808d16348 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:41,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-d2419eaa-c375-4092-a6c4-0520f1bfe91c Date: Fri, 26 Oct 2018 10:11:41 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:05Z","dns_nameservers":[],"updated_at":"2018-10-26T10:11: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":"8943f6849b574a43868f276d94b5aee8","id":"b98b4184-b629-4085-8b77-665808d16348","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-subnet"}} 2018-10-26 10:11:41,135 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/b98b4184-b629-4085-8b77-665808d16348 used request id req-d2419eaa-c375-4092-a6c4-0520f1bfe91c 2018-10-26 10:11:41,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:41,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-73938d51-3445-42a8-bebb-d26a49c8d773 Date: Fri, 26 Oct 2018 10:11:41 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","mtu":1500}]} 2018-10-26 10:11:41,249 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-73938d51-3445-42a8-bebb-d26a49c8d773 2018-10-26 10:11:41,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:41,434 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-fc810da9-33d7-4b75-83c4-cc4e88ab594c Date: Fri, 26 Oct 2018 10:11:41 GMT RESP BODY: {"subnets":[]} 2018-10-26 10:11:41,434 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-fc810da9-33d7-4b75-83c4-cc4e88ab594c 2018-10-26 10:11:41,437 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/b35ca80d-daa9-4507-bc9c-1089875df661 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:41,768 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-16cf0487-a224-4a7f-8d14-be5bdbbbc06a x-compute-request-id: req-16cf0487-a224-4a7f-8d14-be5bdbbbc06a Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:03:ed", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b35ca80d-daa9-4507-bc9c-1089875df661", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b35ca80d-daa9-4507-bc9c-1089875df661", "rel": "bookmark"}], "image": {"id": "797ffe9f-14a9-4c1a-95d6-e704434ea42f", "links": [{"href": "http://172.30.9.21:8774/images/797ffe9f-14a9-4c1a-95d6-e704434ea42f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:11:32.000000", "flavor": {"id": "7656a120-fb38-4399-9be2-f599b7ea1963", "links": [{"href": "http://172.30.9.21:8774/flavors/7656a120-fb38-4399-9be2-f599b7ea1963", "rel": "bookmark"}]}, "id": "b35ca80d-daa9-4507-bc9c-1089875df661", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-sec-grp"}, {"name": "default"}], "user_id": "daf5cc724b894819a075e92b17c2ddf6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:11:33Z", "hostId": "677925b326bb4799ed79bfe117b43c3206a7f774c2153dbea1fc5fd5", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-kp", "name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-inst", "created": "2018-10-26T10:11:28Z", "tenant_id": "8943f6849b574a43868f276d94b5aee8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:11:41,769 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/b35ca80d-daa9-4507-bc9c-1089875df661 used request id req-16cf0487-a224-4a7f-8d14-be5bdbbbc06a 2018-10-26 10:11:41,769 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-inst] is - ACTIVE 2018-10-26 10:11:41,769 - create_instance - INFO - VM is - ACTIVE 2018-10-26 10:11:41,772 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/b35ca80d-daa9-4507-bc9c-1089875df661 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:42,233 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-0334f6dc-3dd0-4a43-93dc-ef1201c74fa0 x-compute-request-id: req-0334f6dc-3dd0-4a43-93dc-ef1201c74fa0 Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:03:ed", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b35ca80d-daa9-4507-bc9c-1089875df661", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b35ca80d-daa9-4507-bc9c-1089875df661", "rel": "bookmark"}], "image": {"id": "797ffe9f-14a9-4c1a-95d6-e704434ea42f", "links": [{"href": "http://172.30.9.21:8774/images/797ffe9f-14a9-4c1a-95d6-e704434ea42f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:11:32.000000", "flavor": {"id": "7656a120-fb38-4399-9be2-f599b7ea1963", "links": [{"href": "http://172.30.9.21:8774/flavors/7656a120-fb38-4399-9be2-f599b7ea1963", "rel": "bookmark"}]}, "id": "b35ca80d-daa9-4507-bc9c-1089875df661", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-sec-grp"}, {"name": "default"}], "user_id": "daf5cc724b894819a075e92b17c2ddf6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:11:33Z", "hostId": "677925b326bb4799ed79bfe117b43c3206a7f774c2153dbea1fc5fd5", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-kp", "name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-inst", "created": "2018-10-26T10:11:28Z", "tenant_id": "8943f6849b574a43868f276d94b5aee8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:11:42,233 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/b35ca80d-daa9-4507-bc9c-1089875df661 used request id req-0334f6dc-3dd0-4a43-93dc-ef1201c74fa0 2018-10-26 10:11:42,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:42,335 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-8a1c6a5f-8aba-4b27-92f2-068825717afd Date: Fri, 26 Oct 2018 10:11: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":["b98b4184-b629-4085-8b77-665808d16348"],"updated_at":"2018-10-26T10:11:05Z","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8943f6849b574a43868f276d94b5aee8","id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","name":"CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-net"}]} 2018-10-26 10:11:42,336 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-net used request id req-8a1c6a5f-8aba-4b27-92f2-068825717afd 2018-10-26 10:11:42,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8943f6849b574a43868f276d94b5aee8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:42,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:11:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70056a8f-e9ba-4c18-a841-61d42f183136 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8943f6849b574a43868f276d94b5aee8"}, "enabled": true, "id": "8943f6849b574a43868f276d94b5aee8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-97909f14-89b6-40a-proj"}} 2018-10-26 10:11:42,414 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8943f6849b574a43868f276d94b5aee8 used request id req-70056a8f-e9ba-4c18-a841-61d42f183136 2018-10-26 10:11:42,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2bcb4aed-fe62-49e7-9ec0-4878c98c7ded -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:42,620 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-2c2f6ef2-aba6-4cad-9b69-d43e53980e54 Date: Fri, 26 Oct 2018 10:11:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:05Z","dns_nameservers":[],"updated_at":"2018-10-26T10:11: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":"8943f6849b574a43868f276d94b5aee8","id":"b98b4184-b629-4085-8b77-665808d16348","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-subnet"}]} 2018-10-26 10:11:42,620 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2bcb4aed-fe62-49e7-9ec0-4878c98c7ded used request id req-2c2f6ef2-aba6-4cad-9b69-d43e53980e54 2018-10-26 10:11:42,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=2bcb4aed-fe62-49e7-9ec0-4878c98c7ded -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:42,726 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-6740731d-4528-41c3-ac31-fb1551399bdf Date: Fri, 26 Oct 2018 10:11:42 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:11:27Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b98b4184-b629-4085-8b77-665808d16348","ip_address":"10.55.1.1"}],"id":"06c395d4-0246-4e59-8a2e-de7bdb5703ca","security_groups":[],"mac_address":"fa:16:3e:e2:ac:47","project_id":"8943f6849b574a43868f276d94b5aee8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:14Z","binding:vnic_type":"normal","device_id":"6f1753bc-a37f-44bd-b6ab-e81279e3a192"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:11:08Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b98b4184-b629-4085-8b77-665808d16348","ip_address":"10.55.1.2"}],"id":"25a5e741-e320-4d0f-92ee-9e5a0a52aed7","security_groups":[],"mac_address":"fa:16:3e:14:35:25","project_id":"8943f6849b574a43868f276d94b5aee8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:05Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2bcb4aed-fe62-49e7-9ec0-4878c98c7ded"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:11:40Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b98b4184-b629-4085-8b77-665808d16348","ip_address":"10.55.1.10"}],"id":"51099240-5f1b-4165-b7b1-86fbea0d81ac","security_groups":["605c82e4-24d4-4f4e-9e5b-239360df561c","6dabb967-a1fc-49be-b6f4-c7e5336d5704"],"mac_address":"fa:16:3e:62:03:ed","project_id":"8943f6849b574a43868f276d94b5aee8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676port-1","admin_state_up":true,"network_id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:25Z","binding:vnic_type":"normal","device_id":"b35ca80d-daa9-4507-bc9c-1089875df661"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:11:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b98b4184-b629-4085-8b77-665808d16348","ip_address":"10.55.1.4"}],"id":"542b8822-153e-426f-89f9-0281a6ae9409","security_groups":[],"mac_address":"fa:16:3e:5b:80:b4","project_id":"8943f6849b574a43868f276d94b5aee8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:07Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2bcb4aed-fe62-49e7-9ec0-4878c98c7ded"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:11:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b98b4184-b629-4085-8b77-665808d16348","ip_address":"10.55.1.3"}],"id":"e9960aec-e2d4-4e2c-b633-09b4b0123bd4","security_groups":[],"mac_address":"fa:16:3e:a3:cd:9d","project_id":"8943f6849b574a43868f276d94b5aee8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:06Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2bcb4aed-fe62-49e7-9ec0-4878c98c7ded"}]} 2018-10-26 10:11:42,726 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=2bcb4aed-fe62-49e7-9ec0-4878c98c7ded used request id req-6740731d-4528-41c3-ac31-fb1551399bdf 2018-10-26 10:11:42,727 - neutron_utils - INFO - Creating floating ip to external network - external 2018-10-26 10:11:42,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:42,837 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-3d4b41e4-52de-4926-93aa-f65cdf90a16f Date: Fri, 26 Oct 2018 10:11:42 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","mtu":1500}]} 2018-10-26 10:11:42,837 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-3d4b41e4-52de-4926-93aa-f65cdf90a16f 2018-10-26 10:11:42,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:42,873 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d71edb4e-c6d7-483f-ab27-fbbb6bb7f48a Date: Fri, 26 Oct 2018 10:11:42 GMT RESP BODY: {"subnets":[]} 2018-10-26 10:11:42,873 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-d71edb4e-c6d7-483f-ab27-fbbb6bb7f48a 2018-10-26 10:11:42,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" -d '{"floatingip": {"floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "port_id": "51099240-5f1b-4165-b7b1-86fbea0d81ac"}}' 2018-10-26 10:11:44,758 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 548 X-Openstack-Request-Id: req-58b6766c-3301-4eb3-b931-d3aff4148a68 Date: Fri, 26 Oct 2018 10:11:44 GMT RESP BODY: {"floatingip": {"router_id": "6f1753bc-a37f-44bd-b6ab-e81279e3a192", "status": "DOWN", "description": "", "tags": [], "tenant_id": "8943f6849b574a43868f276d94b5aee8", "created_at": "2018-10-26T10:11:43Z", "updated_at": "2018-10-26T10:11:43Z", "floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "fixed_ip_address": "10.55.1.10", "floating_ip_address": "172.30.9.206", "revision_number": 0, "project_id": "8943f6849b574a43868f276d94b5aee8", "port_id": "51099240-5f1b-4165-b7b1-86fbea0d81ac", "id": "68261bde-f1b1-4f15-9e05-b83534052d1c"}} 2018-10-26 10:11:44,759 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips used request id req-58b6766c-3301-4eb3-b931-d3aff4148a68 2018-10-26 10:11:44,759 - create_instance - INFO - Created floating IP 172.30.9.206 via router - CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-router 2018-10-26 10:11:44,762 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/b35ca80d-daa9-4507-bc9c-1089875df661 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:45,071 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:11:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1f19e815-3e0d-40c4-8be6-cd9f71bf0332 x-compute-request-id: req-1f19e815-3e0d-40c4-8be6-cd9f71bf0332 Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:03:ed", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b35ca80d-daa9-4507-bc9c-1089875df661", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b35ca80d-daa9-4507-bc9c-1089875df661", "rel": "bookmark"}], "image": {"id": "797ffe9f-14a9-4c1a-95d6-e704434ea42f", "links": [{"href": "http://172.30.9.21:8774/images/797ffe9f-14a9-4c1a-95d6-e704434ea42f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:11:32.000000", "flavor": {"id": "7656a120-fb38-4399-9be2-f599b7ea1963", "links": [{"href": "http://172.30.9.21:8774/flavors/7656a120-fb38-4399-9be2-f599b7ea1963", "rel": "bookmark"}]}, "id": "b35ca80d-daa9-4507-bc9c-1089875df661", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-sec-grp"}, {"name": "default"}], "user_id": "daf5cc724b894819a075e92b17c2ddf6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:11:33Z", "hostId": "677925b326bb4799ed79bfe117b43c3206a7f774c2153dbea1fc5fd5", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-kp", "name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-inst", "created": "2018-10-26T10:11:28Z", "tenant_id": "8943f6849b574a43868f276d94b5aee8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:11:45,071 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/b35ca80d-daa9-4507-bc9c-1089875df661 used request id req-1f19e815-3e0d-40c4-8be6-cd9f71bf0332 2018-10-26 10:11:45,071 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-inst] is - ACTIVE 2018-10-26 10:11:45,072 - create_instance - INFO - VM is - ACTIVE 2018-10-26 10:11:45,074 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/b35ca80d-daa9-4507-bc9c-1089875df661 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:45,540 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-c6d921ae-8425-4b4c-a2b1-aa1c2c11fa95 x-compute-request-id: req-c6d921ae-8425-4b4c-a2b1-aa1c2c11fa95 Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:03:ed", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b35ca80d-daa9-4507-bc9c-1089875df661", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b35ca80d-daa9-4507-bc9c-1089875df661", "rel": "bookmark"}], "image": {"id": "797ffe9f-14a9-4c1a-95d6-e704434ea42f", "links": [{"href": "http://172.30.9.21:8774/images/797ffe9f-14a9-4c1a-95d6-e704434ea42f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:11:32.000000", "flavor": {"id": "7656a120-fb38-4399-9be2-f599b7ea1963", "links": [{"href": "http://172.30.9.21:8774/flavors/7656a120-fb38-4399-9be2-f599b7ea1963", "rel": "bookmark"}]}, "id": "b35ca80d-daa9-4507-bc9c-1089875df661", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-sec-grp"}, {"name": "default"}], "user_id": "daf5cc724b894819a075e92b17c2ddf6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:11:33Z", "hostId": "677925b326bb4799ed79bfe117b43c3206a7f774c2153dbea1fc5fd5", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-kp", "name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-inst", "created": "2018-10-26T10:11:28Z", "tenant_id": "8943f6849b574a43868f276d94b5aee8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:11:45,540 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/b35ca80d-daa9-4507-bc9c-1089875df661 used request id req-c6d921ae-8425-4b4c-a2b1-aa1c2c11fa95 2018-10-26 10:11:45,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:45,650 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-a2c292e2-def0-4a6c-9686-4be0da5b5254 Date: Fri, 26 Oct 2018 10:11: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":["b98b4184-b629-4085-8b77-665808d16348"],"updated_at":"2018-10-26T10:11:05Z","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8943f6849b574a43868f276d94b5aee8","id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","name":"CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-net"}]} 2018-10-26 10:11:45,651 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-net used request id req-a2c292e2-def0-4a6c-9686-4be0da5b5254 2018-10-26 10:11:45,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8943f6849b574a43868f276d94b5aee8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:45,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:11:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59cb4970-7697-402f-a8b5-9a682f983ee6 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8943f6849b574a43868f276d94b5aee8"}, "enabled": true, "id": "8943f6849b574a43868f276d94b5aee8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-97909f14-89b6-40a-proj"}} 2018-10-26 10:11:45,736 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8943f6849b574a43868f276d94b5aee8 used request id req-59cb4970-7697-402f-a8b5-9a682f983ee6 2018-10-26 10:11:45,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2bcb4aed-fe62-49e7-9ec0-4878c98c7ded -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:45,843 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-8446a48f-498b-42ab-aebb-770e0a97d113 Date: Fri, 26 Oct 2018 10:11:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:05Z","dns_nameservers":[],"updated_at":"2018-10-26T10:11: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":"8943f6849b574a43868f276d94b5aee8","id":"b98b4184-b629-4085-8b77-665808d16348","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-subnet"}]} 2018-10-26 10:11:45,843 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2bcb4aed-fe62-49e7-9ec0-4878c98c7ded used request id req-8446a48f-498b-42ab-aebb-770e0a97d113 2018-10-26 10:11:45,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=2bcb4aed-fe62-49e7-9ec0-4878c98c7ded -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:45,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-d2f4c35f-3fc8-4247-a805-0cd3274fcdb4 Date: Fri, 26 Oct 2018 10:11:45 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:11:27Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b98b4184-b629-4085-8b77-665808d16348","ip_address":"10.55.1.1"}],"id":"06c395d4-0246-4e59-8a2e-de7bdb5703ca","security_groups":[],"mac_address":"fa:16:3e:e2:ac:47","project_id":"8943f6849b574a43868f276d94b5aee8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:14Z","binding:vnic_type":"normal","device_id":"6f1753bc-a37f-44bd-b6ab-e81279e3a192"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:11:08Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b98b4184-b629-4085-8b77-665808d16348","ip_address":"10.55.1.2"}],"id":"25a5e741-e320-4d0f-92ee-9e5a0a52aed7","security_groups":[],"mac_address":"fa:16:3e:14:35:25","project_id":"8943f6849b574a43868f276d94b5aee8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:05Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2bcb4aed-fe62-49e7-9ec0-4878c98c7ded"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:11:40Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b98b4184-b629-4085-8b77-665808d16348","ip_address":"10.55.1.10"}],"id":"51099240-5f1b-4165-b7b1-86fbea0d81ac","security_groups":["605c82e4-24d4-4f4e-9e5b-239360df561c","6dabb967-a1fc-49be-b6f4-c7e5336d5704"],"mac_address":"fa:16:3e:62:03:ed","project_id":"8943f6849b574a43868f276d94b5aee8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676port-1","admin_state_up":true,"network_id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:25Z","binding:vnic_type":"normal","device_id":"b35ca80d-daa9-4507-bc9c-1089875df661"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:11:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b98b4184-b629-4085-8b77-665808d16348","ip_address":"10.55.1.4"}],"id":"542b8822-153e-426f-89f9-0281a6ae9409","security_groups":[],"mac_address":"fa:16:3e:5b:80:b4","project_id":"8943f6849b574a43868f276d94b5aee8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:07Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2bcb4aed-fe62-49e7-9ec0-4878c98c7ded"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:11:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b98b4184-b629-4085-8b77-665808d16348","ip_address":"10.55.1.3"}],"id":"e9960aec-e2d4-4e2c-b633-09b4b0123bd4","security_groups":[],"mac_address":"fa:16:3e:a3:cd:9d","project_id":"8943f6849b574a43868f276d94b5aee8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:06Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2bcb4aed-fe62-49e7-9ec0-4878c98c7ded"}]} 2018-10-26 10:11:45,948 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=2bcb4aed-fe62-49e7-9ec0-4878c98c7ded used request id req-d2f4c35f-3fc8-4247-a805-0cd3274fcdb4 2018-10-26 10:11:45,949 - create_instance_tests - INFO - Looking for IP 10.55.1.10 in the console log 2018-10-26 10:11:45,952 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/b35ca80d-daa9-4507-bc9c-1089875df661 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:46,867 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-cdbfebba-b552-46e2-b33d-b661146e0209 x-compute-request-id: req-cdbfebba-b552-46e2-b33d-b661146e0209 Content-Encoding: gzip Content-Length: 791 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:03:ed", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:03:ed", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b35ca80d-daa9-4507-bc9c-1089875df661", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b35ca80d-daa9-4507-bc9c-1089875df661", "rel": "bookmark"}], "image": {"id": "797ffe9f-14a9-4c1a-95d6-e704434ea42f", "links": [{"href": "http://172.30.9.21:8774/images/797ffe9f-14a9-4c1a-95d6-e704434ea42f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:11:32.000000", "flavor": {"id": "7656a120-fb38-4399-9be2-f599b7ea1963", "links": [{"href": "http://172.30.9.21:8774/flavors/7656a120-fb38-4399-9be2-f599b7ea1963", "rel": "bookmark"}]}, "id": "b35ca80d-daa9-4507-bc9c-1089875df661", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-sec-grp"}, {"name": "default"}], "user_id": "daf5cc724b894819a075e92b17c2ddf6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:11:33Z", "hostId": "677925b326bb4799ed79bfe117b43c3206a7f774c2153dbea1fc5fd5", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-kp", "name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-inst", "created": "2018-10-26T10:11:28Z", "tenant_id": "8943f6849b574a43868f276d94b5aee8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:11:46,867 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/b35ca80d-daa9-4507-bc9c-1089875df661 used request id req-cdbfebba-b552-46e2-b33d-b661146e0209 2018-10-26 10:11:46,870 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/b35ca80d-daa9-4507-bc9c-1089875df661/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-26 10:11:47,939 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:11:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3f958963-6486-43c5-9165-2ef9e9c60f84 x-compute-request-id: req-3f958963-6486-43c5-9165-2ef9e9c60f84 Content-Encoding: gzip Content-Length: 9640 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 524965144 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.126718] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.128341] pid_max: default: 32768 minimum: 301\n[ 0.129216] ACPI: Core revision 20150930\n[ 0.130591] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.131876] Security Framework initialized\n[ 0.132676] Yama: becoming mindful.\n[ 0.133396] AppArmor: AppArmor initialized\n[ 0.134240] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.135497] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.136726] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.137893] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.139226] Initializing cgroup subsys io\n[ 0.140020] Initializing cgroup subsys memory\n[ 0.140866] Initializing cgroup subsys devices\n[ 0.141720] Initializing cgroup subsys freezer\n[ 0.142580] Initializing cgroup subsys net_cls\n[ 0.143432] Initializing cgroup subsys perf_event\n[ 0.144322] Initializing cgroup subsys net_prio\n[ 0.145184] Initializing cgroup subsys hugetlb\n[ 0.146045] Initializing cgroup subsys pids\n[ 0.146900] CPU: Physical Processor ID: 0\n[ 0.148385] mce: CPU supports 10 MCE banks\n[ 0.149214] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.150206] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.152460] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.158879] ftrace: allocating 31920 entries in 125 pages\n[ 0.185223] smpboot: Max logical packages: 2\n[ 0.186071] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.187232] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.188549] x2apic enabled\n[ 0.189346] Switched APIC routing to physical x2apic.\n[ 0.191082] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.192290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.194408] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.196313] KVM setup paravirtual spinlock\n[ 0.197715] x86: Booting SMP configuration:\n[ 0.198606] .... node #0, CPUs: #1\n[ 0.199485] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.221992] x86: Booted up 1 node, 2 CPUs\n[ 0.221994] KVM setup async PF for cpu 1\n[ 0.221997] kvm-stealtime: cpu 1, msr f90d940\n[ 0.224570] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.226039] devtmpfs: initialized\n[ 0.227730] evm: security.selinux\n[ 0.228419] evm: security.SMACK64\n[ 0.229097] evm: security.SMACK64EXEC\n[ 0.229824] evm: security.SMACK64TRANSMUTE\n[ 0.230630] evm: security.SMACK64MMAP\n[ 0.231364] evm: security.ima\n[ 0.231987] evm: security.capability\n[ 0.232798] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234634] pinctrl core: initialized pinctrl subsystem\n[ 0.235713] RTC time: 10:11:33, date: 10/26/18\n[ 0.236676] NET: Registered protocol family 16\n[ 0.246655] cpuidle: using governor ladder\n[ 0.258673] cpuidle: using governor menu\n[ 0.259459] PCCT header not found.\n[ 0.260227] ACPI: bus type PCI registered\n[ 0.261012] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.262231] PCI: Using configuration type 1 for base access\n[ 0.275563] ACPI: Added _OSI(Module Device)\n[ 0.276405] ACPI: Added _OSI(Processor Device)\n[ 0.277250] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.278131] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.280480] ACPI: Interpreter enabled\n[ 0.281348] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.283153] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.284974] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.286780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.288602] ACPI: (supports S0 S5)\n[ 0.289298] ACPI: Using IOAPIC for interrupt routing\n[ 0.290356] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.293707] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.295206] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.296852] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.298302] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.300917] acpiphp: Slot [3] registered\n[ 0.301827] acpiphp: Slot [4] registered\n[ 0.302730] acpiphp: Slot [5] registered\n[ 0.303656] acpiphp: Slot [6] registered\n[ 0.304571] acpiphp: Slot [7] registered\n[ 0.305505] acpiphp: Slot [8] registered\n[ 0.306435] acpiphp: Slot [9] registered\n[ 0.307370] acpiphp: Slot [10] registered\n[ 0.318512] acpiphp: Slot [11] registered\n[ 0.319344] acpiphp: Slot [12] registered\n[ 0.320151] acpiphp: Slot [13] registered\n[ 0.320957] acpiphp: Slot [14] registered\n[ 0.321765] acpiphp: Slot [15] registered\n[ 0.322605] acpiphp: Slot [16] registered\n[ 0.323416] acpiphp: Slot [17] registered\n[ 0.324219] acpiphp: Slot [18] registered\n[ 0.325128] acpiphp: Slot [19] registered\n[ 0.325974] acpiphp: Slot [20] registered\n[ 0.326853] acpiphp: Slot [21] registered\n[ 0.327709] acpiphp: Slot [22] registered\n[ 0.328559] acpiphp: Slot [23] registered\n[ 0.329400] acpiphp: Slot [24] registered\n[ 0.330231] acpiphp: Slot [25] registered\n[ 0.331088] acpiphp: Slot [26] registered\n[ 0.331925] acpiphp: Slot [27] registered\n[ 0.332777] acpiphp: Slot [28] registered\n[ 0.333616] acpiphp: Slot [29] registered\n[ 0.334454] acpiphp: Slot [30] registered\n[ 0.335327] acpiphp: Slot [31] registered\n[ 0.336155] PCI host bridge to bus 0000:00\n[ 0.337024] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.338336] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.339623] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.341172] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.342779] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.349235] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.350720] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.352077] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.353579] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.360727] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.362317] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.409611] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.411413] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.413212] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.415907] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.417692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.419359] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.420919] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.422446] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.424624] vgaarb: loaded\n[ 0.425480] vgaarb: bridge control possible 0000:00:02.0\n[ 0.427104] SCSI subsystem initialized\n[ 0.428313] ACPI: bus type USB registered\n[ 0.429453] usbcore: registered new interface driver usbfs\n[ 0.430898] usbcore: registered new interface driver hub\n[ 0.432369] usbcore: registered new device driver usb\n[ 0.434002] PCI: Using ACPI for IRQ routing\n[ 0.435383] NetLabel: Initializing\n[ 0.436399] NetLabel: domain hash size = 128\n[ 0.437592] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.438960] NetLabel: unlabeled traffic allowed by default\n[ 0.440572] clocksource: Switched to clocksource kvm-clock\n[ 0.447232] AppArmor: AppArmor Filesystem Enabled\n[ 0.448675] pnp: PnP ACPI init\n[ 0.449852] pnp: PnP ACPI: found 5 devices\n[ 0.457588] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.460080] NET: Registered protocol family 2\n[ 0.461445] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.463250] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.464962] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.466722] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.468365] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.470056] NET: Registered protocol family 1\n[ 0.471238] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.472520] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.473742] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.492991] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.512530] Trying to unpack rootfs image as initramfs...\n[ 0.565239] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.579469] Scanning for low memory corruption every 60 seconds\n[ 0.580977] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.583851] audit: initializing netlink subsys (disabled)\n[ 0.584852] audit: type=2000 audit(1540548693.753:1): initialized\n[ 0.586128] Initialise system trusted keyring\n[ 0.587069] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.588183] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.590250] zbud: loaded\n[ 0.590971] VFS: Disk quotas dquot_6.6.0\n[ 0.591761] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.593769] fuse init (API version 7.23)\n[ 0.595241] Key type big_key registered\n[ 0.596378] Allocating IMA MOK and blacklist keyrings.\n[ 0.598142] Key type asymmetric registered\n[ 0.599298] Asymmetric key parser 'x509' registered\n[ 0.600655] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.602755] io scheduler noop registered\n[ 0.603869] io scheduler deadline registered (default)\n[ 0.605295] io scheduler cfq registered\n[ 0.606482] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.607950] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.609843] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.611883] ACPI: Power Button [PWRF]\n[ 0.613079] GHES: HEST is not enabled!\n[ 0.634091] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.673579] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.676335] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.700684] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.703489] Linux agpgart interface v0.103\n[ 0.706533] brd: module loaded\n[ 0.708136] loop: module loaded\n[ 0.713947] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.715713] GPT:90111 != 20971519\n[ 0.716552] GPT:Alternate GPT header not at the end of the disk.\n[ 0.717919] GPT:90111 != 20971519\n[ 0.718759] GPT: Use GNU Parted to correct GPT errors.\n[ 0.719939] vda: vda1 vda15\n[ 0.721711] scsi host0: ata_piix\n[ 0.722660] scsi host1: ata_piix\n[ 0.723539] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.725083] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.726657] libphy: Fixed MDIO Bus: probed\n[ 0.727689] tun: Universal TUN/TAP device driver, 1.6\n[ 0.728901] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.731146] PPP generic driver version 2.4.2\n[ 0.732350] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.733824] ehci-pci: EHCI PCI platform driver\n[ 0.734856] ehci-platform: EHCI generic platform driver\n[ 0.736025] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.737432] ohci-pci: OHCI PCI platform driver\n[ 0.738463] ohci-platform: OHCI generic platform driver\n[ 0.739674] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.759279] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.760519] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.762289] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.763527] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.764893] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.766421] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.768130] usb usb1: Product: UHCI Host Controller\n[ 0.769410] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.770820] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.772012] hub 1-0:1.0: USB hub found\n[ 0.772984] hub 1-0:1.0: 2 ports detected\n[ 0.774068] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.776503] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.777699] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.779019] mousedev: PS/2 mouse device common for all mice\n[ 0.780534] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.782791] rtc_cmos 00:00: RTC can wake from S4\n[ 0.784132] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.785616] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.787090] i2c /dev entries driver\n[ 0.787992] device-mapper: uevent: version 1.0.3\n[ 0.789196] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.791168] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.792792] NET: Registered protocol family 10\n[ 0.794024] NET: Registered protocol family 17\n[ 0.795099] Key type dns_resolver registered\n[ 0.796242] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.797621] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.798749] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.800928] registered taskstats version 1\n[ 0.801935] Loading compiled-in X.509 certificates\n[ 0.803557] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.805843] zswap: loaded using pool lzo/zbud\n[ 0.807567] Key type trusted registered\n[ 0.809468] Key type encrypted registered\n[ 0.810481] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.811697] ima: No TPM chip found, activating TPM-bypass!\n[ 0.812961] evm: HMAC attrs: 0x1\n[ 0.814069] Magic number: 6:654:174\n[ 0.815003] acpi device:0a: hash matches\n[ 0.826307] rtc_cmos 00:00: setting system clock to 2018-10-26 10:11:33 UTC (1540548693)\n[ 0.828277] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.829692] EDD information not available.\n[ 0.881725] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.883566] Write protecting the kernel read-only data: 14336k\n[ 0.885389] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.887507] 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\n[ 0.945903] 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.22\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.40. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDXNZ5kjddf5A3TU76iYyCzsso9Zb+jclraA70U3Ye9sHz+pGUk7vKdIGMCjRvsi3j7ylEsJOaIXyLM1v6KzVVcQPocHOWRsvnUmXol2u2VbhuzqaaUsKwe7ozRkBja57WOl/Fckkl6k4/V7JGoXtK6iZ3ygt00GVSDOEQFEzyMH3rQBDFolbwMwPLdWplSTnp83fMsKJ3XvEByRKTPEJESzH+KOnOIqxV8KwZsBd2IsmG/axyokikYTPF1HGySRejwSMeCJJ/zquUheBxzNDZSbMAt5hiHx6/c7dp9sHCwVEeF7QFbZ26v+zqOpVsT+k/B2bFQ6IKKvQemNG3aMRRv root@createinstancesinglenetworktests-2bec9c0e-2d1e-4736-b54b-294a8c\nssh-dss AAAAB3NzaC1kc3MAAACBAOSArAwQfxCtARrc1uiI8hL0U8F4d2j5fxTHdEuURjp3VYaZSbjaEFyQXEMEFJSoZqeXbB6dsiEdxuBNwsiGr4UX6tPm0RzQuoMtygPco4g631PlXN5BL1xrf+XzhHnd9qWXc8TTiJySZaghDWiVQIsz0UQ4YTkaVSYIew7yIA/hAAAAFQCYIz9D6/3OLf9KAHzUjf+5lKyFqwAAAIEAuPd/PkrCHco6aCudg7Si5C4vqLhWb9gl4QyvQTu6v6EKStQeH+R1o89uEjgWG05Md/9SkzXJm/bPfOXyIZWi57FeTTJ4YqP4y8QmWcB8H9z45RwybHXVtk6iY9dveBW3ljX9pl0+xs9FSmoEYNuNa5OVg9qalAsVuZCFrh3iHE4AAACASF2UW2lLpS9RDNYjre2sUrnf8moUHFaYIb8aPONGJUjTZ7H9H6Xh5jIRsfNtAF9zYLNeysmQ3VFFsnJku7JS6fqaa1D44On4ElWDQ5HDRIy537z7MF4/gr7Hbq1dEfYXgxIty71+eL+y7itM7YbXtDjreYGWrVTNWE88Lps8KpU= root@createinstancesinglenetworktests-2bec9c0e-2d1e-4736-b54b-294a8c\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:fe62:3ed/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-00000101\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-2bec9c0e-2d1e-4736-b54b-294a8c\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.58 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-2bec9c0e-2d1e-4736-b54b-294a8c login: "} 2018-10-26 10:11:47,939 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/b35ca80d-daa9-4507-bc9c-1089875df661/action used request id req-3f958963-6486-43c5-9165-2ef9e9c60f84 2018-10-26 10:11:47,941 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-26 10:11:47,941 - 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 524965144 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.126718] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.128341] pid_max: default: 32768 minimum: 301 [ 0.129216] ACPI: Core revision 20150930 [ 0.130591] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.131876] Security Framework initialized [ 0.132676] Yama: becoming mindful. [ 0.133396] AppArmor: AppArmor initialized [ 0.134240] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.135497] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.136726] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.137893] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.139226] Initializing cgroup subsys io [ 0.140020] Initializing cgroup subsys memory [ 0.140866] Initializing cgroup subsys devices [ 0.141720] Initializing cgroup subsys freezer [ 0.142580] Initializing cgroup subsys net_cls [ 0.143432] Initializing cgroup subsys perf_event [ 0.144322] Initializing cgroup subsys net_prio [ 0.145184] Initializing cgroup subsys hugetlb [ 0.146045] Initializing cgroup subsys pids [ 0.146900] CPU: Physical Processor ID: 0 [ 0.148385] mce: CPU supports 10 MCE banks [ 0.149214] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.150206] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.152460] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.158879] ftrace: allocating 31920 entries in 125 pages [ 0.185223] smpboot: Max logical packages: 2 [ 0.186071] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.187232] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.188549] x2apic enabled [ 0.189346] Switched APIC routing to physical x2apic. [ 0.191082] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.192290] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.194408] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.196313] KVM setup paravirtual spinlock [ 0.197715] x86: Booting SMP configuration: [ 0.198606] .... node #0, CPUs: #1 [ 0.199485] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.221992] x86: Booted up 1 node, 2 CPUs [ 0.221994] KVM setup async PF for cpu 1 [ 0.221997] kvm-stealtime: cpu 1, msr f90d940 [ 0.224570] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.226039] devtmpfs: initialized [ 0.227730] evm: security.selinux [ 0.228419] evm: security.SMACK64 [ 0.229097] evm: security.SMACK64EXEC [ 0.229824] evm: security.SMACK64TRANSMUTE [ 0.230630] evm: security.SMACK64MMAP [ 0.231364] evm: security.ima [ 0.231987] evm: security.capability [ 0.232798] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.234634] pinctrl core: initialized pinctrl subsystem [ 0.235713] RTC time: 10:11:33, date: 10/26/18 [ 0.236676] NET: Registered protocol family 16 [ 0.246655] cpuidle: using governor ladder [ 0.258673] cpuidle: using governor menu [ 0.259459] PCCT header not found. [ 0.260227] ACPI: bus type PCI registered [ 0.261012] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.262231] PCI: Using configuration type 1 for base access [ 0.275563] ACPI: Added _OSI(Module Device) [ 0.276405] ACPI: Added _OSI(Processor Device) [ 0.277250] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.278131] ACPI: Added _OSI(Processor Aggregator Device) [ 0.280480] ACPI: Interpreter enabled [ 0.281348] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.283153] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.284974] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.286780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.288602] ACPI: (supports S0 S5) [ 0.289298] ACPI: Using IOAPIC for interrupt routing [ 0.290356] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.293707] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.295206] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.296852] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.298302] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.300917] acpiphp: Slot [3] registered [ 0.301827] acpiphp: Slot [4] registered [ 0.302730] acpiphp: Slot [5] registered [ 0.303656] acpiphp: Slot [6] registered [ 0.304571] acpiphp: Slot [7] registered [ 0.305505] acpiphp: Slot [8] registered [ 0.306435] acpiphp: Slot [9] registered [ 0.307370] acpiphp: Slot [10] registered [ 0.318512] acpiphp: Slot [11] registered [ 0.319344] acpiphp: Slot [12] registered [ 0.320151] acpiphp: Slot [13] registered [ 0.320957] acpiphp: Slot [14] registered [ 0.321765] acpiphp: Slot [15] registered [ 0.322605] acpiphp: Slot [16] registered [ 0.323416] acpiphp: Slot [17] registered [ 0.324219] acpiphp: Slot [18] registered [ 0.325128] acpiphp: Slot [19] registered [ 0.325974] acpiphp: Slot [20] registered [ 0.326853] acpiphp: Slot [21] registered [ 0.327709] acpiphp: Slot [22] registered [ 0.328559] acpiphp: Slot [23] registered [ 0.329400] acpiphp: Slot [24] registered [ 0.330231] acpiphp: Slot [25] registered [ 0.331088] acpiphp: Slot [26] registered [ 0.331925] acpiphp: Slot [27] registered [ 0.332777] acpiphp: Slot [28] registered [ 0.333616] acpiphp: Slot [29] registered [ 0.334454] acpiphp: Slot [30] registered [ 0.335327] acpiphp: Slot [31] registered [ 0.336155] PCI host bridge to bus 0000:00 [ 0.337024] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.338336] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.339623] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.341172] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.342779] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.349235] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.350720] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.352077] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.353579] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.360727] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.362317] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.409611] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.411413] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.413212] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.415907] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.417692] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.419359] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.420919] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.422446] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.424624] vgaarb: loaded [ 0.425480] vgaarb: bridge control possible 0000:00:02.0 [ 0.427104] SCSI subsystem initialized [ 0.428313] ACPI: bus type USB registered [ 0.429453] usbcore: registered new interface driver usbfs [ 0.430898] usbcore: registered new interface driver hub [ 0.432369] usbcore: registered new device driver usb [ 0.434002] PCI: Using ACPI for IRQ routing [ 0.435383] NetLabel: Initializing [ 0.436399] NetLabel: domain hash size = 128 [ 0.437592] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.438960] NetLabel: unlabeled traffic allowed by default [ 0.440572] clocksource: Switched to clocksource kvm-clock [ 0.447232] AppArmor: AppArmor Filesystem Enabled [ 0.448675] pnp: PnP ACPI init [ 0.449852] pnp: PnP ACPI: found 5 devices [ 0.457588] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.460080] NET: Registered protocol family 2 [ 0.461445] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.463250] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.464962] TCP: Hash tables configured (established 2048 bind 2048) [ 0.466722] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.468365] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.470056] NET: Registered protocol family 1 [ 0.471238] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.472520] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.473742] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.492991] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.512530] Trying to unpack rootfs image as initramfs... [ 0.565239] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.579469] Scanning for low memory corruption every 60 seconds [ 0.580977] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.583851] audit: initializing netlink subsys (disabled) [ 0.584852] audit: type=2000 audit(1540548693.753:1): initialized [ 0.586128] Initialise system trusted keyring [ 0.587069] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.588183] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.590250] zbud: loaded [ 0.590971] VFS: Disk quotas dquot_6.6.0 [ 0.591761] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.593769] fuse init (API version 7.23) [ 0.595241] Key type big_key registered [ 0.596378] Allocating IMA MOK and blacklist keyrings. [ 0.598142] Key type asymmetric registered [ 0.599298] Asymmetric key parser 'x509' registered [ 0.600655] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.602755] io scheduler noop registered [ 0.603869] io scheduler deadline registered (default) [ 0.605295] io scheduler cfq registered [ 0.606482] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.607950] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.609843] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.611883] ACPI: Power Button [PWRF] [ 0.613079] GHES: HEST is not enabled! [ 0.634091] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.673579] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.676335] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.700684] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.703489] Linux agpgart interface v0.103 [ 0.706533] brd: module loaded [ 0.708136] loop: module loaded [ 0.713947] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.715713] GPT:90111 != 20971519 [ 0.716552] GPT:Alternate GPT header not at the end of the disk. [ 0.717919] GPT:90111 != 20971519 [ 0.718759] GPT: Use GNU Parted to correct GPT errors. [ 0.719939] vda: vda1 vda15 [ 0.721711] scsi host0: ata_piix [ 0.722660] scsi host1: ata_piix [ 0.723539] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.725083] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.726657] libphy: Fixed MDIO Bus: probed [ 0.727689] tun: Universal TUN/TAP device driver, 1.6 [ 0.728901] tun: (C) 1999-2004 Max Krasnyansky [ 0.731146] PPP generic driver version 2.4.2 [ 0.732350] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.733824] ehci-pci: EHCI PCI platform driver [ 0.734856] ehci-platform: EHCI generic platform driver [ 0.736025] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.737432] ohci-pci: OHCI PCI platform driver [ 0.738463] ohci-platform: OHCI generic platform driver [ 0.739674] uhci_hcd: USB Universal Host Controller Interface driver [ 0.759279] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.760519] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.762289] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.763527] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.764893] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.766421] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.768130] usb usb1: Product: UHCI Host Controller [ 0.769410] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.770820] usb usb1: SerialNumber: 0000:00:01.2 [ 0.772012] hub 1-0:1.0: USB hub found [ 0.772984] hub 1-0:1.0: 2 ports detected [ 0.774068] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.776503] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.777699] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.779019] mousedev: PS/2 mouse device common for all mice [ 0.780534] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.782791] rtc_cmos 00:00: RTC can wake from S4 [ 0.784132] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.785616] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.787090] i2c /dev entries driver [ 0.787992] device-mapper: uevent: version 1.0.3 [ 0.789196] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.791168] ledtrig-cpu: registered to indicate activity on CPUs [ 0.792792] NET: Registered protocol family 10 [ 0.794024] NET: Registered protocol family 17 [ 0.795099] Key type dns_resolver registered [ 0.796242] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.797621] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.798749] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.800928] registered taskstats version 1 [ 0.801935] Loading compiled-in X.509 certificates [ 0.803557] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.805843] zswap: loaded using pool lzo/zbud [ 0.807567] Key type trusted registered [ 0.809468] Key type encrypted registered [ 0.810481] AppArmor: AppArmor sha1 policy hashing enabled [ 0.811697] ima: No TPM chip found, activating TPM-bypass! [ 0.812961] evm: HMAC attrs: 0x1 [ 0.814069] Magic number: 6:654:174 [ 0.815003] acpi device:0a: hash matches [ 0.826307] rtc_cmos 00:00: setting system clock to 2018-10-26 10:11:33 UTC (1540548693) [ 0.828277] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.829692] EDD information not available. [ 0.881725] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.883566] Write protecting the kernel read-only data: 14336k [ 0.885389] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.887507] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.71 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.945903] 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.22 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.40. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDXNZ5kjddf5A3TU76iYyCzsso9Zb+jclraA70U3Ye9sHz+pGUk7vKdIGMCjRvsi3j7ylEsJOaIXyLM1v6KzVVcQPocHOWRsvnUmXol2u2VbhuzqaaUsKwe7ozRkBja57WOl/Fckkl6k4/V7JGoXtK6iZ3ygt00GVSDOEQFEzyMH3rQBDFolbwMwPLdWplSTnp83fMsKJ3XvEByRKTPEJESzH+KOnOIqxV8KwZsBd2IsmG/axyokikYTPF1HGySRejwSMeCJJ/zquUheBxzNDZSbMAt5hiHx6/c7dp9sHCwVEeF7QFbZ26v+zqOpVsT+k/B2bFQ6IKKvQemNG3aMRRv root@createinstancesinglenetworktests-2bec9c0e-2d1e-4736-b54b-294a8c ssh-dss AAAAB3NzaC1kc3MAAACBAOSArAwQfxCtARrc1uiI8hL0U8F4d2j5fxTHdEuURjp3VYaZSbjaEFyQXEMEFJSoZqeXbB6dsiEdxuBNwsiGr4UX6tPm0RzQuoMtygPco4g631PlXN5BL1xrf+XzhHnd9qWXc8TTiJySZaghDWiVQIsz0UQ4YTkaVSYIew7yIA/hAAAAFQCYIz9D6/3OLf9KAHzUjf+5lKyFqwAAAIEAuPd/PkrCHco6aCudg7Si5C4vqLhWb9gl4QyvQTu6v6EKStQeH+R1o89uEjgWG05Md/9SkzXJm/bPfOXyIZWi57FeTTJ4YqP4y8QmWcB8H9z45RwybHXVtk6iY9dveBW3ljX9pl0+xs9FSmoEYNuNa5OVg9qalAsVuZCFrh3iHE4AAACASF2UW2lLpS9RDNYjre2sUrnf8moUHFaYIb8aPONGJUjTZ7H9H6Xh5jIRsfNtAF9zYLNeysmQ3VFFsnJku7JS6fqaa1D44On4ElWDQ5HDRIy537z7MF4/gr7Hbq1dEfYXgxIty71+eL+y7itM7YbXtDjreYGWrVTNWE88Lps8KpU= root@createinstancesinglenetworktests-2bec9c0e-2d1e-4736-b54b-294a8c -----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:fe62:3ed/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-00000101 name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-2bec9c0e-2d1e-4736-b54b-294a8c launch-index: 0 === cirros: current=0.4.0 uptime=3.58 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-2bec9c0e-2d1e-4736-b54b-294a8c login: 2018-10-26 10:11:47,945 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/b35ca80d-daa9-4507-bc9c-1089875df661 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:48,357 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:11:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-50f859be-dcb5-406a-b9b2-2a015e41182f x-compute-request-id: req-50f859be-dcb5-406a-b9b2-2a015e41182f Content-Encoding: gzip Content-Length: 791 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:03:ed", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:03:ed", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b35ca80d-daa9-4507-bc9c-1089875df661", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b35ca80d-daa9-4507-bc9c-1089875df661", "rel": "bookmark"}], "image": {"id": "797ffe9f-14a9-4c1a-95d6-e704434ea42f", "links": [{"href": "http://172.30.9.21:8774/images/797ffe9f-14a9-4c1a-95d6-e704434ea42f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:11:32.000000", "flavor": {"id": "7656a120-fb38-4399-9be2-f599b7ea1963", "links": [{"href": "http://172.30.9.21:8774/flavors/7656a120-fb38-4399-9be2-f599b7ea1963", "rel": "bookmark"}]}, "id": "b35ca80d-daa9-4507-bc9c-1089875df661", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-sec-grp"}, {"name": "default"}], "user_id": "daf5cc724b894819a075e92b17c2ddf6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:11:33Z", "hostId": "677925b326bb4799ed79bfe117b43c3206a7f774c2153dbea1fc5fd5", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-kp", "name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-inst", "created": "2018-10-26T10:11:28Z", "tenant_id": "8943f6849b574a43868f276d94b5aee8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:11:48,358 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/b35ca80d-daa9-4507-bc9c-1089875df661 used request id req-50f859be-dcb5-406a-b9b2-2a015e41182f 2018-10-26 10:11:48,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:48,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-8f32d591-62d5-4033-a8f3-7c7bb7cf6290 Date: Fri, 26 Oct 2018 10:11:48 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b98b4184-b629-4085-8b77-665808d16348"],"updated_at":"2018-10-26T10:11:05Z","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8943f6849b574a43868f276d94b5aee8","id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","name":"CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-net"}]} 2018-10-26 10:11:48,462 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-net used request id req-8f32d591-62d5-4033-a8f3-7c7bb7cf6290 2018-10-26 10:11:48,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8943f6849b574a43868f276d94b5aee8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:48,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:11:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58a8c13a-5961-4abd-b5ba-6e1747f64e94 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8943f6849b574a43868f276d94b5aee8"}, "enabled": true, "id": "8943f6849b574a43868f276d94b5aee8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-97909f14-89b6-40a-proj"}} 2018-10-26 10:11:48,541 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8943f6849b574a43868f276d94b5aee8 used request id req-58a8c13a-5961-4abd-b5ba-6e1747f64e94 2018-10-26 10:11:48,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2bcb4aed-fe62-49e7-9ec0-4878c98c7ded -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:48,740 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-6cca8b9d-6437-486d-b670-1ca97c4accb5 Date: Fri, 26 Oct 2018 10:11:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:05Z","dns_nameservers":[],"updated_at":"2018-10-26T10:11: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":"8943f6849b574a43868f276d94b5aee8","id":"b98b4184-b629-4085-8b77-665808d16348","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-subnet"}]} 2018-10-26 10:11:48,740 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2bcb4aed-fe62-49e7-9ec0-4878c98c7ded used request id req-6cca8b9d-6437-486d-b670-1ca97c4accb5 2018-10-26 10:11:48,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=2bcb4aed-fe62-49e7-9ec0-4878c98c7ded -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:48,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-46309a44-3dfd-4551-89db-6917d137f4e5 Date: Fri, 26 Oct 2018 10:11:48 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:11:27Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b98b4184-b629-4085-8b77-665808d16348","ip_address":"10.55.1.1"}],"id":"06c395d4-0246-4e59-8a2e-de7bdb5703ca","security_groups":[],"mac_address":"fa:16:3e:e2:ac:47","project_id":"8943f6849b574a43868f276d94b5aee8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:14Z","binding:vnic_type":"normal","device_id":"6f1753bc-a37f-44bd-b6ab-e81279e3a192"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:11:08Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b98b4184-b629-4085-8b77-665808d16348","ip_address":"10.55.1.2"}],"id":"25a5e741-e320-4d0f-92ee-9e5a0a52aed7","security_groups":[],"mac_address":"fa:16:3e:14:35:25","project_id":"8943f6849b574a43868f276d94b5aee8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:05Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2bcb4aed-fe62-49e7-9ec0-4878c98c7ded"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:11:40Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b98b4184-b629-4085-8b77-665808d16348","ip_address":"10.55.1.10"}],"id":"51099240-5f1b-4165-b7b1-86fbea0d81ac","security_groups":["605c82e4-24d4-4f4e-9e5b-239360df561c","6dabb967-a1fc-49be-b6f4-c7e5336d5704"],"mac_address":"fa:16:3e:62:03:ed","project_id":"8943f6849b574a43868f276d94b5aee8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676port-1","admin_state_up":true,"network_id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:25Z","binding:vnic_type":"normal","device_id":"b35ca80d-daa9-4507-bc9c-1089875df661"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:11:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b98b4184-b629-4085-8b77-665808d16348","ip_address":"10.55.1.4"}],"id":"542b8822-153e-426f-89f9-0281a6ae9409","security_groups":[],"mac_address":"fa:16:3e:5b:80:b4","project_id":"8943f6849b574a43868f276d94b5aee8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:07Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2bcb4aed-fe62-49e7-9ec0-4878c98c7ded"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:11:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b98b4184-b629-4085-8b77-665808d16348","ip_address":"10.55.1.3"}],"id":"e9960aec-e2d4-4e2c-b633-09b4b0123bd4","security_groups":[],"mac_address":"fa:16:3e:a3:cd:9d","project_id":"8943f6849b574a43868f276d94b5aee8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:06Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2bcb4aed-fe62-49e7-9ec0-4878c98c7ded"}]} 2018-10-26 10:11:48,850 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=2bcb4aed-fe62-49e7-9ec0-4878c98c7ded used request id req-46309a44-3dfd-4551-89db-6917d137f4e5 2018-10-26 10:11:48,851 - create_instance - INFO - Checking if VM is active 2018-10-26 10:11:48,854 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/b35ca80d-daa9-4507-bc9c-1089875df661 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:49,682 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-ddb05dab-4314-4e3b-8dfa-0e6de16145ec x-compute-request-id: req-ddb05dab-4314-4e3b-8dfa-0e6de16145ec Content-Encoding: gzip Content-Length: 791 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:03:ed", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:03:ed", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b35ca80d-daa9-4507-bc9c-1089875df661", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b35ca80d-daa9-4507-bc9c-1089875df661", "rel": "bookmark"}], "image": {"id": "797ffe9f-14a9-4c1a-95d6-e704434ea42f", "links": [{"href": "http://172.30.9.21:8774/images/797ffe9f-14a9-4c1a-95d6-e704434ea42f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:11:32.000000", "flavor": {"id": "7656a120-fb38-4399-9be2-f599b7ea1963", "links": [{"href": "http://172.30.9.21:8774/flavors/7656a120-fb38-4399-9be2-f599b7ea1963", "rel": "bookmark"}]}, "id": "b35ca80d-daa9-4507-bc9c-1089875df661", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-sec-grp"}, {"name": "default"}], "user_id": "daf5cc724b894819a075e92b17c2ddf6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:11:33Z", "hostId": "677925b326bb4799ed79bfe117b43c3206a7f774c2153dbea1fc5fd5", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-kp", "name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-inst", "created": "2018-10-26T10:11:28Z", "tenant_id": "8943f6849b574a43868f276d94b5aee8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:11:49,682 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/b35ca80d-daa9-4507-bc9c-1089875df661 used request id req-ddb05dab-4314-4e3b-8dfa-0e6de16145ec 2018-10-26 10:11:49,683 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-inst] is - ACTIVE 2018-10-26 10:11:49,683 - create_instance - INFO - VM is - ACTIVE 2018-10-26 10:11:49,686 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/b35ca80d-daa9-4507-bc9c-1089875df661 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:50,161 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:11:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-86330896-c0e4-4095-bbf4-43ce5f9e39bd x-compute-request-id: req-86330896-c0e4-4095-bbf4-43ce5f9e39bd Content-Encoding: gzip Content-Length: 791 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:03:ed", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:03:ed", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b35ca80d-daa9-4507-bc9c-1089875df661", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b35ca80d-daa9-4507-bc9c-1089875df661", "rel": "bookmark"}], "image": {"id": "797ffe9f-14a9-4c1a-95d6-e704434ea42f", "links": [{"href": "http://172.30.9.21:8774/images/797ffe9f-14a9-4c1a-95d6-e704434ea42f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:11:32.000000", "flavor": {"id": "7656a120-fb38-4399-9be2-f599b7ea1963", "links": [{"href": "http://172.30.9.21:8774/flavors/7656a120-fb38-4399-9be2-f599b7ea1963", "rel": "bookmark"}]}, "id": "b35ca80d-daa9-4507-bc9c-1089875df661", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-sec-grp"}, {"name": "default"}], "user_id": "daf5cc724b894819a075e92b17c2ddf6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:11:33Z", "hostId": "677925b326bb4799ed79bfe117b43c3206a7f774c2153dbea1fc5fd5", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-kp", "name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-inst", "created": "2018-10-26T10:11:28Z", "tenant_id": "8943f6849b574a43868f276d94b5aee8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:11:50,161 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/b35ca80d-daa9-4507-bc9c-1089875df661 used request id req-86330896-c0e4-4095-bbf4-43ce5f9e39bd 2018-10-26 10:11:50,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:50,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-8222453c-42b5-45af-9874-4b3bb30eaf47 Date: Fri, 26 Oct 2018 10:11: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":["b98b4184-b629-4085-8b77-665808d16348"],"updated_at":"2018-10-26T10:11:05Z","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8943f6849b574a43868f276d94b5aee8","id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","name":"CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-net"}]} 2018-10-26 10:11:50,261 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-net used request id req-8222453c-42b5-45af-9874-4b3bb30eaf47 2018-10-26 10:11:50,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8943f6849b574a43868f276d94b5aee8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:50,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:11:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85746abe-0a53-4de8-8a86-23190238e13c Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8943f6849b574a43868f276d94b5aee8"}, "enabled": true, "id": "8943f6849b574a43868f276d94b5aee8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-97909f14-89b6-40a-proj"}} 2018-10-26 10:11:50,341 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8943f6849b574a43868f276d94b5aee8 used request id req-85746abe-0a53-4de8-8a86-23190238e13c 2018-10-26 10:11:50,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2bcb4aed-fe62-49e7-9ec0-4878c98c7ded -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:50,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-315ac03c-ae17-4ee1-9a98-596714c7d49c Date: Fri, 26 Oct 2018 10:11:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:05Z","dns_nameservers":[],"updated_at":"2018-10-26T10:11: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":"8943f6849b574a43868f276d94b5aee8","id":"b98b4184-b629-4085-8b77-665808d16348","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-subnet"}]} 2018-10-26 10:11:50,398 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2bcb4aed-fe62-49e7-9ec0-4878c98c7ded used request id req-315ac03c-ae17-4ee1-9a98-596714c7d49c 2018-10-26 10:11:50,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=2bcb4aed-fe62-49e7-9ec0-4878c98c7ded -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:50,656 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-75baf5f5-16a5-4212-839d-4c061293a60a Date: Fri, 26 Oct 2018 10:11:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:11:27Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b98b4184-b629-4085-8b77-665808d16348","ip_address":"10.55.1.1"}],"id":"06c395d4-0246-4e59-8a2e-de7bdb5703ca","security_groups":[],"mac_address":"fa:16:3e:e2:ac:47","project_id":"8943f6849b574a43868f276d94b5aee8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:14Z","binding:vnic_type":"normal","device_id":"6f1753bc-a37f-44bd-b6ab-e81279e3a192"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:11:08Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b98b4184-b629-4085-8b77-665808d16348","ip_address":"10.55.1.2"}],"id":"25a5e741-e320-4d0f-92ee-9e5a0a52aed7","security_groups":[],"mac_address":"fa:16:3e:14:35:25","project_id":"8943f6849b574a43868f276d94b5aee8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:05Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2bcb4aed-fe62-49e7-9ec0-4878c98c7ded"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:11:40Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b98b4184-b629-4085-8b77-665808d16348","ip_address":"10.55.1.10"}],"id":"51099240-5f1b-4165-b7b1-86fbea0d81ac","security_groups":["605c82e4-24d4-4f4e-9e5b-239360df561c","6dabb967-a1fc-49be-b6f4-c7e5336d5704"],"mac_address":"fa:16:3e:62:03:ed","project_id":"8943f6849b574a43868f276d94b5aee8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676port-1","admin_state_up":true,"network_id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:25Z","binding:vnic_type":"normal","device_id":"b35ca80d-daa9-4507-bc9c-1089875df661"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:11:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b98b4184-b629-4085-8b77-665808d16348","ip_address":"10.55.1.4"}],"id":"542b8822-153e-426f-89f9-0281a6ae9409","security_groups":[],"mac_address":"fa:16:3e:5b:80:b4","project_id":"8943f6849b574a43868f276d94b5aee8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:07Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2bcb4aed-fe62-49e7-9ec0-4878c98c7ded"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:11:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b98b4184-b629-4085-8b77-665808d16348","ip_address":"10.55.1.3"}],"id":"e9960aec-e2d4-4e2c-b633-09b4b0123bd4","security_groups":[],"mac_address":"fa:16:3e:a3:cd:9d","project_id":"8943f6849b574a43868f276d94b5aee8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2bcb4aed-fe62-49e7-9ec0-4878c98c7ded","tenant_id":"8943f6849b574a43868f276d94b5aee8","created_at":"2018-10-26T10:11:06Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2bcb4aed-fe62-49e7-9ec0-4878c98c7ded"}]} 2018-10-26 10:11:50,657 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=2bcb4aed-fe62-49e7-9ec0-4878c98c7ded used request id req-75baf5f5-16a5-4212-839d-4c061293a60a 2018-10-26 10:11:50,657 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-26 10:11:50,663 - paramiko.transport - DEBUG - starting thread (client mode): 0x602c3fd0L 2018-10-26 10:11:50,664 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-26 10:11:50,664 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-26 10:11:50,664 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-26 10:11:50,666 - 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-26 10:11:50,666 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-26 10:11:50,666 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-26 10:11:50,666 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-26 10:11:50,666 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-26 10:11:50,667 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-26 10:11:50,684 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-26 10:11:50,685 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-26 10:11:50,696 - paramiko.transport - DEBUG - Trying key 60f134a0d0e85087d092a3fc3a4b08e9 from tmp/CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676 2018-10-26 10:11:50,722 - paramiko.transport - DEBUG - userauth is OK 2018-10-26 10:11:50,726 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-26 10:11:50,826 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-26 10:11:50,842 - create_instance - INFO - SSH is active for VM instance 2018-10-26 10:11:50,843 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-26 10:11:50,844 - paramiko.transport - DEBUG - starting thread (client mode): 0x602c3fd0L 2018-10-26 10:11:50,845 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-26 10:11:50,845 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-26 10:11:50,845 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-26 10:11:50,846 - 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-26 10:11:50,846 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-26 10:11:50,847 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-26 10:11:50,847 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-26 10:11:50,847 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-26 10:11:50,847 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-26 10:11:50,865 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-26 10:11:50,865 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-26 10:11:50,877 - paramiko.transport - DEBUG - Trying key 60f134a0d0e85087d092a3fc3a4b08e9 from tmp/CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676 2018-10-26 10:11:50,902 - paramiko.transport - DEBUG - userauth is OK 2018-10-26 10:11:50,906 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-26 10:11:50,909 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-26 10:11:50,910 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-10-26 10:11:50,910 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-26 10:11:50,912 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-26 10:11:50,913 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-26 10:11:50,914 - create_instance - INFO - Deleting Floating IP - 172.30.9.206 2018-10-26 10:11:50,914 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.206 2018-10-26 10:11:50,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/floatingips/68261bde-f1b1-4f15-9e05-b83534052d1c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:52,007 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cc175b4f-5fdb-418f-8a9a-fb2747251ce9 Content-Length: 0 Date: Fri, 26 Oct 2018 10:11:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:11:52,007 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/68261bde-f1b1-4f15-9e05-b83534052d1c used request id req-cc175b4f-5fdb-418f-8a9a-fb2747251ce9 2018-10-26 10:11:52,008 - create_instance - INFO - Deleting Port with ID - 51099240-5f1b-4165-b7b1-86fbea0d81ac 2018-10-26 10:11:52,008 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676port-1 2018-10-26 10:11:52,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/51099240-5f1b-4165-b7b1-86fbea0d81ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:52,855 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a2640f48-b944-4d3c-948a-fce5358b0ba7 Date: Fri, 26 Oct 2018 10:11:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:11:52,855 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/51099240-5f1b-4165-b7b1-86fbea0d81ac used request id req-a2640f48-b944-4d3c-948a-fce5358b0ba7 2018-10-26 10:11:52,855 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-inst 2018-10-26 10:11:52,858 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/b35ca80d-daa9-4507-bc9c-1089875df661 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:53,050 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10: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 x-openstack-request-id: req-0e48ee7a-3008-4e76-a4a1-b61ca5972943 x-compute-request-id: req-0e48ee7a-3008-4e76-a4a1-b61ca5972943 Content-Type: application/json 2018-10-26 10:11:53,051 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/b35ca80d-daa9-4507-bc9c-1089875df661 used request id req-0e48ee7a-3008-4e76-a4a1-b61ca5972943 2018-10-26 10:11:53,051 - create_instance - INFO - Checking deletion status 2018-10-26 10:11:53,054 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/b35ca80d-daa9-4507-bc9c-1089875df661 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:53,293 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:11:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-123736a1-41d5-44d1-8e56-f186e0814516 x-compute-request-id: req-123736a1-41d5-44d1-8e56-f186e0814516 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.21:8774/v2.1/servers/b35ca80d-daa9-4507-bc9c-1089875df661", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b35ca80d-daa9-4507-bc9c-1089875df661", "rel": "bookmark"}], "image": {"id": "797ffe9f-14a9-4c1a-95d6-e704434ea42f", "links": [{"href": "http://172.30.9.21:8774/images/797ffe9f-14a9-4c1a-95d6-e704434ea42f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:11:32.000000", "flavor": {"id": "7656a120-fb38-4399-9be2-f599b7ea1963", "links": [{"href": "http://172.30.9.21:8774/flavors/7656a120-fb38-4399-9be2-f599b7ea1963", "rel": "bookmark"}]}, "id": "b35ca80d-daa9-4507-bc9c-1089875df661", "user_id": "daf5cc724b894819a075e92b17c2ddf6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:11:52Z", "hostId": "677925b326bb4799ed79bfe117b43c3206a7f774c2153dbea1fc5fd5", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-kp", "name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-inst", "created": "2018-10-26T10:11:28Z", "tenant_id": "8943f6849b574a43868f276d94b5aee8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:11:53,293 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/b35ca80d-daa9-4507-bc9c-1089875df661 used request id req-123736a1-41d5-44d1-8e56-f186e0814516 2018-10-26 10:11:53,294 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-inst] is - ACTIVE 2018-10-26 10:11:53,294 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:11:56,297 - create_instance - DEBUG - VM status query timeout in 296.753999949 2018-10-26 10:11:56,300 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/b35ca80d-daa9-4507-bc9c-1089875df661 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:56,693 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:11:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4e463ac9-d14e-4e57-843b-39e472eacf8f x-compute-request-id: req-4e463ac9-d14e-4e57-843b-39e472eacf8f 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.21:8774/v2.1/servers/b35ca80d-daa9-4507-bc9c-1089875df661", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b35ca80d-daa9-4507-bc9c-1089875df661", "rel": "bookmark"}], "image": {"id": "797ffe9f-14a9-4c1a-95d6-e704434ea42f", "links": [{"href": "http://172.30.9.21:8774/images/797ffe9f-14a9-4c1a-95d6-e704434ea42f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:11:32.000000", "flavor": {"id": "7656a120-fb38-4399-9be2-f599b7ea1963", "links": [{"href": "http://172.30.9.21:8774/flavors/7656a120-fb38-4399-9be2-f599b7ea1963", "rel": "bookmark"}]}, "id": "b35ca80d-daa9-4507-bc9c-1089875df661", "user_id": "daf5cc724b894819a075e92b17c2ddf6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:11:52Z", "hostId": "677925b326bb4799ed79bfe117b43c3206a7f774c2153dbea1fc5fd5", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-kp", "name": "CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-inst", "created": "2018-10-26T10:11:28Z", "tenant_id": "8943f6849b574a43868f276d94b5aee8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:11:56,694 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/b35ca80d-daa9-4507-bc9c-1089875df661 used request id req-4e463ac9-d14e-4e57-843b-39e472eacf8f 2018-10-26 10:11:56,694 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-inst] is - ACTIVE 2018-10-26 10:11:56,694 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:11:59,697 - create_instance - DEBUG - VM status query timeout in 293.353652954 2018-10-26 10:11:59,700 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/b35ca80d-daa9-4507-bc9c-1089875df661 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1112f3d79d953528db65c00d10b8407660cc8ce5" 2018-10-26 10:11:59,748 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 10:11:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d91551f6-637d-4264-a5d9-525178176a0c x-compute-request-id: req-d91551f6-637d-4264-a5d9-525178176a0c Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance b35ca80d-daa9-4507-bc9c-1089875df661 could not be found.", "code": 404}} 2018-10-26 10:11:59,749 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/b35ca80d-daa9-4507-bc9c-1089875df661 used request id req-d91551f6-637d-4264-a5d9-525178176a0c 2018-10-26 10:11:59,749 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance b35ca80d-daa9-4507-bc9c-1089875df661 could not be found. (HTTP 404) (Request-ID: req-d91551f6-637d-4264-a5d9-525178176a0c) 2018-10-26 10:11:59,749 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-inst 2018-10-26 10:11:59,750 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-kp 2018-10-26 10:11:59,753 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3df6c540e34aa1d0f3d7f4e446927c0c6a8f077" 2018-10-26 10:11:59,798 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10:11:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e2acc9ef-e4c6-4e17-91a7-decf49cea4af x-compute-request-id: req-e2acc9ef-e4c6-4e17-91a7-decf49cea4af Content-Length: 0 Content-Type: application/json 2018-10-26 10:11:59,798 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-kp used request id req-e2acc9ef-e4c6-4e17-91a7-decf49cea4af 2018-10-26 10:11:59,798 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676.pub] 2018-10-26 10:11:59,799 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676] 2018-10-26 10:11:59,802 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/7656a120-fb38-4399-9be2-f599b7ea1963 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe16c04a81401be61bdc98f9770d22b40eef324f" 2018-10-26 10:11:59,853 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10:11:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d7dc4c64-5fd1-418e-90b9-58cf5598a93b x-compute-request-id: req-d7dc4c64-5fd1-418e-90b9-58cf5598a93b Content-Length: 0 Content-Type: application/json 2018-10-26 10:11:59,854 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/7656a120-fb38-4399-9be2-f599b7ea1963 used request id req-d7dc4c64-5fd1-418e-90b9-58cf5598a93b 2018-10-26 10:11:59,854 - neutron_utils - INFO - Deleting security group rule with ID - 0343f896-e0d6-4a7c-87bb-97e17406d94e 2018-10-26 10:11:59,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/0343f896-e0d6-4a7c-87bb-97e17406d94e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27df4b99556e19e56953a372a1eefbc2b1570850" 2018-10-26 10:12:00,107 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ef5f04b3-8f9a-4e2b-9358-55190d3dd859 Content-Length: 0 Date: Fri, 26 Oct 2018 10:12:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:12:00,107 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/0343f896-e0d6-4a7c-87bb-97e17406d94e used request id req-ef5f04b3-8f9a-4e2b-9358-55190d3dd859 2018-10-26 10:12:00,107 - neutron_utils - INFO - Deleting security group rule with ID - 62fc5a26-281e-4946-b579-e5cf5e8ce64a 2018-10-26 10:12:00,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/62fc5a26-281e-4946-b579-e5cf5e8ce64a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27df4b99556e19e56953a372a1eefbc2b1570850" 2018-10-26 10:12:00,356 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-411284a9-a582-495e-8998-0451ebc90d2f Content-Length: 0 Date: Fri, 26 Oct 2018 10:12:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:12:00,356 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/62fc5a26-281e-4946-b579-e5cf5e8ce64a used request id req-411284a9-a582-495e-8998-0451ebc90d2f 2018-10-26 10:12:00,356 - neutron_utils - INFO - Deleting security group rule with ID - 1e023247-d040-44ae-a284-05acac5b13d4 2018-10-26 10:12:00,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/1e023247-d040-44ae-a284-05acac5b13d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27df4b99556e19e56953a372a1eefbc2b1570850" 2018-10-26 10:12:00,607 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8873324d-56a8-4c60-9ecd-e5a5aed679fa Content-Length: 0 Date: Fri, 26 Oct 2018 10:12:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:12:00,607 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/1e023247-d040-44ae-a284-05acac5b13d4 used request id req-8873324d-56a8-4c60-9ecd-e5a5aed679fa 2018-10-26 10:12:00,607 - neutron_utils - INFO - Deleting security group rule with ID - 63c952b9-b6e4-4e30-ae37-e8ce4c182e4d 2018-10-26 10:12:00,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/63c952b9-b6e4-4e30-ae37-e8ce4c182e4d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27df4b99556e19e56953a372a1eefbc2b1570850" 2018-10-26 10:12:00,868 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c763a512-43d9-444c-8dc8-b23516475380 Content-Length: 0 Date: Fri, 26 Oct 2018 10:12:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:12:00,868 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/63c952b9-b6e4-4e30-ae37-e8ce4c182e4d used request id req-c763a512-43d9-444c-8dc8-b23516475380 2018-10-26 10:12:00,868 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-sec-grp 2018-10-26 10:12:00,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/605c82e4-24d4-4f4e-9e5b-239360df561c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27df4b99556e19e56953a372a1eefbc2b1570850" 2018-10-26 10:12:01,278 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fc74a763-e1f9-4468-bedd-4c4d3251bc5a Content-Length: 0 Date: Fri, 26 Oct 2018 10:12:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:12:01,278 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/605c82e4-24d4-4f4e-9e5b-239360df561c used request id req-fc74a763-e1f9-4468-bedd-4c4d3251bc5a 2018-10-26 10:12:01,279 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-router and subnet CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-subnet 2018-10-26 10:12:01,279 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-router 2018-10-26 10:12:01,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/6f1753bc-a37f-44bd-b6ab-e81279e3a192/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc2868b66c1cb3e46f495a03cb1ff3adce88a219" -d '{"subnet_id": "b98b4184-b629-4085-8b77-665808d16348"}' 2018-10-26 10:12:02,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a735fd44-ba9d-4cf3-b6a3-18d184bb313a Date: Fri, 26 Oct 2018 10:12:02 GMT RESP BODY: {"network_id": "2bcb4aed-fe62-49e7-9ec0-4878c98c7ded", "tenant_id": "8943f6849b574a43868f276d94b5aee8", "subnet_id": "b98b4184-b629-4085-8b77-665808d16348", "subnet_ids": ["b98b4184-b629-4085-8b77-665808d16348"], "port_id": "06c395d4-0246-4e59-8a2e-de7bdb5703ca", "id": "6f1753bc-a37f-44bd-b6ab-e81279e3a192"} 2018-10-26 10:12:02,673 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/6f1753bc-a37f-44bd-b6ab-e81279e3a192/remove_router_interface used request id req-a735fd44-ba9d-4cf3-b6a3-18d184bb313a 2018-10-26 10:12:02,673 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-router 2018-10-26 10:12:02,673 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-router 2018-10-26 10:12:02,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/6f1753bc-a37f-44bd-b6ab-e81279e3a192 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc2868b66c1cb3e46f495a03cb1ff3adce88a219" 2018-10-26 10:12:06,136 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3171636d-5082-407d-96c0-f4f53fc0bbeb Content-Length: 0 Date: Fri, 26 Oct 2018 10:12:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:12:06,136 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/6f1753bc-a37f-44bd-b6ab-e81279e3a192 used request id req-3171636d-5082-407d-96c0-f4f53fc0bbeb 2018-10-26 10:12:06,137 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-subnet 2018-10-26 10:12:06,137 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-subnet 2018-10-26 10:12:06,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/b98b4184-b629-4085-8b77-665808d16348 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}919f1403cb75296f5475affefb5428000cf5dcbc" 2018-10-26 10:12:08,340 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bbe800b9-2f4e-4782-ae7e-d5c8f6084acc Date: Fri, 26 Oct 2018 10:12:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:12:08,341 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/b98b4184-b629-4085-8b77-665808d16348 used request id req-bbe800b9-2f4e-4782-ae7e-d5c8f6084acc 2018-10-26 10:12:08,341 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-pub-net 2018-10-26 10:12:08,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/2bcb4aed-fe62-49e7-9ec0-4878c98c7ded -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}919f1403cb75296f5475affefb5428000cf5dcbc" 2018-10-26 10:12:09,664 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-58e58a2d-8a8c-4f7d-95f8-3d9193eefce8 Date: Fri, 26 Oct 2018 10:12:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:12:09,664 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/2bcb4aed-fe62-49e7-9ec0-4878c98c7ded used request id req-58e58a2d-8a8c-4f7d-95f8-3d9193eefce8 2018-10-26 10:12:09,665 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-2bec9c0e-2d1e-4736-b54b-294a8c829676-image 2018-10-26 10:12:09,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/797ffe9f-14a9-4c1a-95d6-e704434ea42f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ab302670daa3dc33d2fe237e8784c4925bf82350" 2018-10-26 10:12:10,366 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4af14a16-9558-4f6c-ba37-5af30abff26d Date: Fri, 26 Oct 2018 10:12: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-26 10:12:10,366 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/797ffe9f-14a9-4c1a-95d6-e704434ea42f used request id req-4af14a16-9558-4f6c-ba37-5af30abff26d 2018-10-26 10:12:10,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9aab54967bb018469eb646840abbc0a3e4b54b9" 2018-10-26 10:12:10,579 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-5c107fcd-93e0-48ac-9058-f2fb88f09519 Date: Fri, 26 Oct 2018 10:12:10 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8943f6849b574a43868f276d94b5aee8", "created_at": "2018-10-26T10:11:04Z", "updated_at": "2018-10-26T10:11:04Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:11:04Z", "revision_number": 0, "id": "5f9c6d6f-2658-44b7-ad44-e14a60b71b45", "remote_group_id": "6dabb967-a1fc-49be-b6f4-c7e5336d5704", "remote_ip_prefix": null, "created_at": "2018-10-26T10:11:04Z", "security_group_id": "6dabb967-a1fc-49be-b6f4-c7e5336d5704", "tenant_id": "8943f6849b574a43868f276d94b5aee8", "port_range_min": null, "ethertype": "IPv4", "project_id": "8943f6849b574a43868f276d94b5aee8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:11:04Z", "revision_number": 0, "id": "9f2021c1-3875-42be-9756-a179b535fc3b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:11:04Z", "security_group_id": "6dabb967-a1fc-49be-b6f4-c7e5336d5704", "tenant_id": "8943f6849b574a43868f276d94b5aee8", "port_range_min": null, "ethertype": "IPv4", "project_id": "8943f6849b574a43868f276d94b5aee8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:11:04Z", "revision_number": 0, "id": "aa4260b5-0440-4294-b931-b966f954a0aa", "remote_group_id": "6dabb967-a1fc-49be-b6f4-c7e5336d5704", "remote_ip_prefix": null, "created_at": "2018-10-26T10:11:04Z", "security_group_id": "6dabb967-a1fc-49be-b6f4-c7e5336d5704", "tenant_id": "8943f6849b574a43868f276d94b5aee8", "port_range_min": null, "ethertype": "IPv6", "project_id": "8943f6849b574a43868f276d94b5aee8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:11:04Z", "revision_number": 0, "id": "d4b4db57-4b59-456c-8d2d-96a2b3bc547d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:11:04Z", "security_group_id": "6dabb967-a1fc-49be-b6f4-c7e5336d5704", "tenant_id": "8943f6849b574a43868f276d94b5aee8", "port_range_min": null, "ethertype": "IPv6", "project_id": "8943f6849b574a43868f276d94b5aee8"}], "revision_number": 4, "project_id": "8943f6849b574a43868f276d94b5aee8", "id": "6dabb967-a1fc-49be-b6f4-c7e5336d5704", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 10:12:10,579 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-5c107fcd-93e0-48ac-9058-f2fb88f09519 2018-10-26 10:12:10,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8943f6849b574a43868f276d94b5aee8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9aab54967bb018469eb646840abbc0a3e4b54b9" 2018-10-26 10:12:10,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:12:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a7f6854-7e57-4e2a-823a-2d2398f3bcc7 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8943f6849b574a43868f276d94b5aee8"}, "enabled": true, "id": "8943f6849b574a43868f276d94b5aee8", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-97909f14-89b6-40a-proj"}} 2018-10-26 10:12:10,683 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8943f6849b574a43868f276d94b5aee8 used request id req-1a7f6854-7e57-4e2a-823a-2d2398f3bcc7 2018-10-26 10:12:10,683 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6dabb967-a1fc-49be-b6f4-c7e5336d5704 2018-10-26 10:12:10,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=6dabb967-a1fc-49be-b6f4-c7e5336d5704 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9aab54967bb018469eb646840abbc0a3e4b54b9" 2018-10-26 10:12:10,868 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-457b54aa-83e6-41e6-b749-db22031052fe Date: Fri, 26 Oct 2018 10:12:10 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "6dabb967-a1fc-49be-b6f4-c7e5336d5704", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:11:04Z", "security_group_id": "6dabb967-a1fc-49be-b6f4-c7e5336d5704", "port_range_min": null, "revision_number": 0, "tenant_id": "8943f6849b574a43868f276d94b5aee8", "created_at": "2018-10-26T10:11:04Z", "project_id": "8943f6849b574a43868f276d94b5aee8", "id": "5f9c6d6f-2658-44b7-ad44-e14a60b71b45"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:11:04Z", "security_group_id": "6dabb967-a1fc-49be-b6f4-c7e5336d5704", "port_range_min": null, "revision_number": 0, "tenant_id": "8943f6849b574a43868f276d94b5aee8", "created_at": "2018-10-26T10:11:04Z", "project_id": "8943f6849b574a43868f276d94b5aee8", "id": "9f2021c1-3875-42be-9756-a179b535fc3b"}, {"remote_group_id": "6dabb967-a1fc-49be-b6f4-c7e5336d5704", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:11:04Z", "security_group_id": "6dabb967-a1fc-49be-b6f4-c7e5336d5704", "port_range_min": null, "revision_number": 0, "tenant_id": "8943f6849b574a43868f276d94b5aee8", "created_at": "2018-10-26T10:11:04Z", "project_id": "8943f6849b574a43868f276d94b5aee8", "id": "aa4260b5-0440-4294-b931-b966f954a0aa"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:11:04Z", "security_group_id": "6dabb967-a1fc-49be-b6f4-c7e5336d5704", "port_range_min": null, "revision_number": 0, "tenant_id": "8943f6849b574a43868f276d94b5aee8", "created_at": "2018-10-26T10:11:04Z", "project_id": "8943f6849b574a43868f276d94b5aee8", "id": "d4b4db57-4b59-456c-8d2d-96a2b3bc547d"}]} 2018-10-26 10:12:10,869 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=6dabb967-a1fc-49be-b6f4-c7e5336d5704 used request id req-457b54aa-83e6-41e6-b749-db22031052fe 2018-10-26 10:12:10,869 - neutron_utils - INFO - Deleting security group with name - default 2018-10-26 10:12:10,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/6dabb967-a1fc-49be-b6f4-c7e5336d5704 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9aab54967bb018469eb646840abbc0a3e4b54b9" 2018-10-26 10:12:11,190 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7c52bcff-8739-4f36-87ae-675c5f81ceb3 Content-Length: 0 Date: Fri, 26 Oct 2018 10:12:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:12:11,190 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/6dabb967-a1fc-49be-b6f4-c7e5336d5704 used request id req-7c52bcff-8739-4f36-87ae-675c5f81ceb3 2018-10-26 10:12:11,191 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-97909f14-89b6-40a-proj 2018-10-26 10:12:11,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/8943f6849b574a43868f276d94b5aee8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9aab54967bb018469eb646840abbc0a3e4b54b9" 2018-10-26 10:12:11,405 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:12:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b4e8b13b-0c31-48e1-9cd9-7c4d0ae61b5b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:12:11,405 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/8943f6849b574a43868f276d94b5aee8 used request id req-b4e8b13b-0c31-48e1-9cd9-7c4d0ae61b5b 2018-10-26 10:12:11,406 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-97909f14-89b6-40a-proj-role 2018-10-26 10:12:11,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/fa764f89b0e3400e955870f58ee1bf39 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9aab54967bb018469eb646840abbc0a3e4b54b9" 2018-10-26 10:12:11,522 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:12:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f453740b-7be5-49be-852f-ce41b3204c09 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:12:11,522 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/fa764f89b0e3400e955870f58ee1bf39 used request id req-f453740b-7be5-49be-852f-ce41b3204c09 2018-10-26 10:12:11,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9aab54967bb018469eb646840abbc0a3e4b54b9" 2018-10-26 10:12:11,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:12:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88d067ca-e2e2-4cbe-9d72-6fc4eb11af83 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:12:11,623 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-88d067ca-e2e2-4cbe-9d72-6fc4eb11af83 2018-10-26 10:12:11,624 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-97909f14-89b6-40a-user 2018-10-26 10:12:11,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/daf5cc724b894819a075e92b17c2ddf6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb55727af2592a60db366097ce0ef279d2121037" 2018-10-26 10:12:11,821 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:12:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-23227c87-cf36-4cfd-8cb0-9a245f81f844 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:12:11,821 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/daf5cc724b894819a075e92b17c2ddf6 used request id req-23227c87-cf36-4cfd-8cb0-9a245f81f844 2018-10-26 10:12:11,822 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:12:12,195 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:12:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["Y5FS2pp1Qz2UMDHZ3m1NSg"], "issued_at": "2018-10-26T10:12:12.000000Z"}} 2018-10-26 10:12:12,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37e14b9a09c676a6cdb63720f7ec7ca4125a41c3" 2018-10-26 10:12:12,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:12:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a0c52dd-6e3d-4886-a354-dda25253da3e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:12:12,278 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-6a0c52dd-6e3d-4886-a354-dda25253da3e 2018-10-26 10:12:12,280 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:12:12,281 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:12:12,671 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:12:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["sqS9h5QHS3aGkIdxlLbNkg"], "issued_at": "2018-10-26T10:12:12.000000Z"}} 2018-10-26 10:12:12,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0f9f6163a60e2d784665fc453d8f5f0a4c58075" 2018-10-26 10:12:12,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:12:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7889afc6-95f0-4a14-8956-8eb0baca7bd1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:12:12,749 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-7889afc6-95f0-4a14-8956-8eb0baca7bd1 2018-10-26 10:12:12,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:12:12,760 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:12: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:12:12,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-a314f5aa-73e9-4d1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0f9f6163a60e2d784665fc453d8f5f0a4c58075" 2018-10-26 10:12:12,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:12:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f059fe0-16ff-4190-aed6-de2c6f786987 Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-a314f5aa-73e9-4d1-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 10:12:12,848 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-a314f5aa-73e9-4d1-proj used request id req-3f059fe0-16ff-4190-aed6-de2c6f786987 2018-10-26 10:12:12,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0f9f6163a60e2d784665fc453d8f5f0a4c58075" 2018-10-26 10:12:12,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:12:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0d00bf0-47a7-4664-8df1-73f5c20d98bf Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 10:12:12,932 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-c0d00bf0-47a7-4664-8df1-73f5c20d98bf 2018-10-26 10:12:12,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0f9f6163a60e2d784665fc453d8f5f0a4c58075" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-a314f5aa-73e9-4d1-proj"}}' 2018-10-26 10:12:13,056 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:12:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eec38cba-4041-4e71-afeb-925700d60de9 Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/43cc1126f3394c6692f893e2c7e4f9aa"}, "enabled": true, "id": "43cc1126f3394c6692f893e2c7e4f9aa", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-a314f5aa-73e9-4d1-proj"}} 2018-10-26 10:12:13,056 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-eec38cba-4041-4e71-afeb-925700d60de9 2018-10-26 10:12:13,056 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-a314f5aa-73e9-4d1-proj 2018-10-26 10:12:13,057 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:12:13,058 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:12:13,448 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:12:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["fUZ8upwUQxSZ0JP1l6BDBA"], "issued_at": "2018-10-26T10:12:13.000000Z"}} 2018-10-26 10:12:13,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31bd356979b919245123d0f2e254b76923635be1" 2018-10-26 10:12:13,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:12:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-006b82b0-47a9-482f-895f-1a3a9d7735a8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:12:13,527 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-006b82b0-47a9-482f-895f-1a3a9d7735a8 2018-10-26 10:12:13,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:12:13,536 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:12: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:12:13,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31bd356979b919245123d0f2e254b76923635be1" 2018-10-26 10:12:13,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:12:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa7e1d1a-6725-41e9-9060-17cf249683dc Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 10:12:13,643 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-aa7e1d1a-6725-41e9-9060-17cf249683dc 2018-10-26 10:12:13,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstanceSingleNetworkTests-a314f5aa-73e9-4d1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31bd356979b919245123d0f2e254b76923635be1" 2018-10-26 10:12:13,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:12:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26499d87-8f29-47a8-93f1-e9b44a5afd07 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstanceSingleNetworkTests-a314f5aa-73e9-4d1-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/43cc1126f3394c6692f893e2c7e4f9aa"}, "enabled": true, "id": "43cc1126f3394c6692f893e2c7e4f9aa", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-a314f5aa-73e9-4d1-proj"}]} 2018-10-26 10:12:13,745 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstanceSingleNetworkTests-a314f5aa-73e9-4d1-proj used request id req-26499d87-8f29-47a8-93f1-e9b44a5afd07 2018-10-26 10:12:13,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31bd356979b919245123d0f2e254b76923635be1" 2018-10-26 10:12:13,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:12:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2b046cf-e174-4158-a410-b25b0927a25a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 10:12:13,842 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-e2b046cf-e174-4158-a410-b25b0927a25a 2018-10-26 10:12:14,228 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-a314f5aa-73e9-4d1-user 2018-10-26 10:12:14,228 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:12:14,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0f9f6163a60e2d784665fc453d8f5f0a4c58075" 2018-10-26 10:12:14,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:12:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f9971db-e322-4288-9229-6f31ce12b6c6 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:12:14,319 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-4f9971db-e322-4288-9229-6f31ce12b6c6 2018-10-26 10:12:14,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0f9f6163a60e2d784665fc453d8f5f0a4c58075" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-a314f5aa-73e9-4d1-proj-role"}}' 2018-10-26 10:12:14,432 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:12:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e6ecfd25-8f1b-457a-8aae-9b7cacf93a78 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "fd5772883bb149e49aab079c976d7ccc", "links": {"self": "http://172.30.9.21:5000/v3/roles/fd5772883bb149e49aab079c976d7ccc"}, "name": "CreateInstanceSingleNetworkTests-a314f5aa-73e9-4d1-proj-role"}} 2018-10-26 10:12:14,433 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-e6ecfd25-8f1b-457a-8aae-9b7cacf93a78 2018-10-26 10:12:14,433 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-a314f5aa-73e9-4d1-proj-role 2018-10-26 10:12:14,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/fd5772883bb149e49aab079c976d7ccc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0f9f6163a60e2d784665fc453d8f5f0a4c58075" 2018-10-26 10:12:14,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:12:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a037340a-1bc2-4906-94d2-128768a10cf5 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/fd5772883bb149e49aab079c976d7ccc"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-a314f5aa-73e9-4d1-proj-role", "id": "fd5772883bb149e49aab079c976d7ccc"}} 2018-10-26 10:12:14,454 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/fd5772883bb149e49aab079c976d7ccc used request id req-a037340a-1bc2-4906-94d2-128768a10cf5 2018-10-26 10:12:14,454 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-a314f5aa-73e9-4d1-proj-role to project CreateInstanceSingleNetworkTests-a314f5aa-73e9-4d1-proj 2018-10-26 10:12:14,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/43cc1126f3394c6692f893e2c7e4f9aa/users/63328c8b5f9843d88984362de69ef7d5/roles/fd5772883bb149e49aab079c976d7ccc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0f9f6163a60e2d784665fc453d8f5f0a4c58075" 2018-10-26 10:12:14,584 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:12:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-44cb9510-b45c-404f-97e6-28967bc6caf5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:12:14,585 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/43cc1126f3394c6692f893e2c7e4f9aa/users/63328c8b5f9843d88984362de69ef7d5/roles/fd5772883bb149e49aab079c976d7ccc used request id req-44cb9510-b45c-404f-97e6-28967bc6caf5 2018-10-26 10:12:14,585 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:12:14,587 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-26 10:12:14,587 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:12:14,588 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:12:14,971 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fd5772883bb149e49aab079c976d7ccc", "name": "CreateInstanceSingleNetworkTests-a314f5aa-73e9-4d1-proj-role"}], "expires_at": "2018-10-26T11:12:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "43cc1126f3394c6692f893e2c7e4f9aa", "name": "CreateInstanceSingleNetworkTests-a314f5aa-73e9-4d1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-a314f5aa-73e9-4d1-user", "id": "63328c8b5f9843d88984362de69ef7d5"}, "audit_ids": ["G60zM8JHQsWZ9st9UrWPiw"], "issued_at": "2018-10-26T10:12:14.000000Z"}} 2018-10-26 10:12:14,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f73a9152030d4536304512187c774416266e96f" 2018-10-26 10:12:15,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:12:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f452a10-398b-4fcb-86ed-813c4d7ab081 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:12:15,051 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-2f452a10-398b-4fcb-86ed-813c4d7ab081 2018-10-26 10:12:15,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3f73a9152030d4536304512187c774416266e96f" 2018-10-26 10:12:15,224 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-d1fa09b6-a3f9-4f73-a44a-1908153b930d Date: Fri, 26 Oct 2018 10:12:15 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-image"} 2018-10-26 10:12:15,224 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-image used request id req-d1fa09b6-a3f9-4f73-a44a-1908153b930d 2018-10-26 10:12:15,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3f73a9152030d4536304512187c774416266e96f" 2018-10-26 10:12:15,385 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-323e646d-d2eb-47ef-8978-3a74d5ee2434 Date: Fri, 26 Oct 2018 10:12: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-26 10:12:15,385 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-323e646d-d2eb-47ef-8978-3a74d5ee2434 2018-10-26 10:12:15,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3f73a9152030d4536304512187c774416266e96f" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-image"}' 2018-10-26 10:12:15,608 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/553e6628-773f-4c72-8d21-48fd6427e55b X-Openstack-Request-Id: req-2209d87b-a95a-41a4-8882-13906e2dc206 Date: Fri, 26 Oct 2018 10:12:15 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:12:15Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-26T10:12:15Z", "visibility": "shared", "locations": [], "self": "/v2/images/553e6628-773f-4c72-8d21-48fd6427e55b", "min_disk": 0, "protected": false, "id": "553e6628-773f-4c72-8d21-48fd6427e55b", "file": "/v2/images/553e6628-773f-4c72-8d21-48fd6427e55b/file", "checksum": null, "owner": "43cc1126f3394c6692f893e2c7e4f9aa", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:12:15,608 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-2209d87b-a95a-41a4-8882-13906e2dc206 2018-10-26 10:12:15,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/553e6628-773f-4c72-8d21-48fd6427e55b/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3f73a9152030d4536304512187c774416266e96f" -d '' 2018-10-26 10:12:17,006 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2e5da1d6-acb6-4979-990e-58a6c2c04e93 Date: Fri, 26 Oct 2018 10:12: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-26 10:12:17,006 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/553e6628-773f-4c72-8d21-48fd6427e55b/file used request id req-2e5da1d6-acb6-4979-990e-58a6c2c04e93 2018-10-26 10:12:17,007 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 10:12:17,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/553e6628-773f-4c72-8d21-48fd6427e55b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3f73a9152030d4536304512187c774416266e96f" 2018-10-26 10:12:17,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-715e71c0-1af1-4871-8b93-c1d8009dd428 Date: Fri, 26 Oct 2018 10:12:17 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:12:15Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T10:12:16Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/553e6628-773f-4c72-8d21-48fd6427e55b/snap", "metadata": {}}], "self": "/v2/images/553e6628-773f-4c72-8d21-48fd6427e55b", "min_disk": 0, "protected": false, "id": "553e6628-773f-4c72-8d21-48fd6427e55b", "file": "/v2/images/553e6628-773f-4c72-8d21-48fd6427e55b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "43cc1126f3394c6692f893e2c7e4f9aa", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/553e6628-773f-4c72-8d21-48fd6427e55b/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:12:17,169 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/553e6628-773f-4c72-8d21-48fd6427e55b used request id req-715e71c0-1af1-4871-8b93-c1d8009dd428 2018-10-26 10:12:17,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3f73a9152030d4536304512187c774416266e96f" 2018-10-26 10:12:17,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2d88ca04-69ec-493c-b5a7-b7aec918337a Date: Fri, 26 Oct 2018 10:12: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-26 10:12:17,327 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-2d88ca04-69ec-493c-b5a7-b7aec918337a 2018-10-26 10:12:17,329 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-image 2018-10-26 10:12:17,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/553e6628-773f-4c72-8d21-48fd6427e55b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3f73a9152030d4536304512187c774416266e96f" 2018-10-26 10:12:17,488 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-98aff3b7-f536-44bd-9219-486fb4283a8a Date: Fri, 26 Oct 2018 10:12:17 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:12:15Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T10:12:16Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/553e6628-773f-4c72-8d21-48fd6427e55b/snap", "metadata": {}}], "self": "/v2/images/553e6628-773f-4c72-8d21-48fd6427e55b", "min_disk": 0, "protected": false, "id": "553e6628-773f-4c72-8d21-48fd6427e55b", "file": "/v2/images/553e6628-773f-4c72-8d21-48fd6427e55b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "43cc1126f3394c6692f893e2c7e4f9aa", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/553e6628-773f-4c72-8d21-48fd6427e55b/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:12:17,489 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/553e6628-773f-4c72-8d21-48fd6427e55b used request id req-98aff3b7-f536-44bd-9219-486fb4283a8a 2018-10-26 10:12:17,489 - create_image - DEBUG - Instance status is - active 2018-10-26 10:12:17,489 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-image 2018-10-26 10:12:17,490 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-image 2018-10-26 10:12:17,490 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:12:17,491 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:12:17,856 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fd5772883bb149e49aab079c976d7ccc", "name": "CreateInstanceSingleNetworkTests-a314f5aa-73e9-4d1-proj-role"}], "expires_at": "2018-10-26T11:12:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "43cc1126f3394c6692f893e2c7e4f9aa", "name": "CreateInstanceSingleNetworkTests-a314f5aa-73e9-4d1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-a314f5aa-73e9-4d1-user", "id": "63328c8b5f9843d88984362de69ef7d5"}, "audit_ids": ["RwqNEC6-QVOWlqHKxYqLHg"], "issued_at": "2018-10-26T10:12:17.000000Z"}} 2018-10-26 10:12:17,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a07fb3ce76b5f1ee56c3c642c2204bac8f96a387" 2018-10-26 10:12:17,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:12:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfa0c3ad-6386-44c3-abbe-e403193d68d1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:12:17,936 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-bfa0c3ad-6386-44c3-abbe-e403193d68d1 2018-10-26 10:12:17,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a07fb3ce76b5f1ee56c3c642c2204bac8f96a387" 2018-10-26 10:12:18,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-679a3417-c92c-4919-b746-07025f22a42a Date: Fri, 26 Oct 2018 10:12:18 GMT RESP BODY: {"networks":[]} 2018-10-26 10:12:18,117 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-net used request id req-679a3417-c92c-4919-b746-07025f22a42a 2018-10-26 10:12:18,118 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-net 2018-10-26 10:12:18,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a07fb3ce76b5f1ee56c3c642c2204bac8f96a387" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-net", "admin_state_up": true}}' 2018-10-26 10:12:18,657 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-b9043998-c0d8-4deb-abbd-43d40826ed8d Date: Fri, 26 Oct 2018 10:12:18 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"a1847f2f-a189-4593-885f-abfcec59b1b4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"43cc1126f3394c6692f893e2c7e4f9aa","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T10:12:18Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:18Z","mtu":1450}} 2018-10-26 10:12:18,658 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-b9043998-c0d8-4deb-abbd-43d40826ed8d 2018-10-26 10:12:18,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=a1847f2f-a189-4593-885f-abfcec59b1b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a07fb3ce76b5f1ee56c3c642c2204bac8f96a387" 2018-10-26 10:12:18,898 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-21166aae-51a6-48c7-834a-51b7ba01bbef Date: Fri, 26 Oct 2018 10:12: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-26T10:12:18Z","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"43cc1126f3394c6692f893e2c7e4f9aa","id":"a1847f2f-a189-4593-885f-abfcec59b1b4","name":"CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-net"}]} 2018-10-26 10:12:18,898 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=a1847f2f-a189-4593-885f-abfcec59b1b4 used request id req-21166aae-51a6-48c7-834a-51b7ba01bbef 2018-10-26 10:12:18,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=a1847f2f-a189-4593-885f-abfcec59b1b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a07fb3ce76b5f1ee56c3c642c2204bac8f96a387" 2018-10-26 10:12:19,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-ab3a9407-c1ea-4305-9ca8-90da54bbe82b Date: Fri, 26 Oct 2018 10:12:19 GMT RESP BODY: {"subnets":[]} 2018-10-26 10:12:19,082 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=a1847f2f-a189-4593-885f-abfcec59b1b4 used request id req-ab3a9407-c1ea-4305-9ca8-90da54bbe82b 2018-10-26 10:12:19,083 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-subnet 2018-10-26 10:12:19,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a07fb3ce76b5f1ee56c3c642c2204bac8f96a387" -d '{"subnets": [{"ip_version": 4, "network_id": "a1847f2f-a189-4593-885f-abfcec59b1b4", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-subnet"}]}' 2018-10-26 10:12:19,867 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-c6e9ca8b-b185-468a-a7ca-61957794e339 Date: Fri, 26 Oct 2018 10:12:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a1847f2f-a189-4593-885f-abfcec59b1b4","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:19Z","dns_nameservers":[],"updated_at":"2018-10-26T10:12: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":"43cc1126f3394c6692f893e2c7e4f9aa","id":"77a89672-940a-450c-9b5c-fbc92b66f660","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-subnet"}]} 2018-10-26 10:12:19,868 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-c6e9ca8b-b185-468a-a7ca-61957794e339 2018-10-26 10:12:19,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=a1847f2f-a189-4593-885f-abfcec59b1b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a07fb3ce76b5f1ee56c3c642c2204bac8f96a387" 2018-10-26 10:12:20,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-be66a35e-cca4-4671-9fa6-cccdf8f36980 Date: Fri, 26 Oct 2018 10:12: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":["77a89672-940a-450c-9b5c-fbc92b66f660"],"updated_at":"2018-10-26T10:12:19Z","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"43cc1126f3394c6692f893e2c7e4f9aa","id":"a1847f2f-a189-4593-885f-abfcec59b1b4","name":"CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-net"}]} 2018-10-26 10:12:20,141 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=a1847f2f-a189-4593-885f-abfcec59b1b4 used request id req-be66a35e-cca4-4671-9fa6-cccdf8f36980 2018-10-26 10:12:20,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=a1847f2f-a189-4593-885f-abfcec59b1b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a07fb3ce76b5f1ee56c3c642c2204bac8f96a387" 2018-10-26 10:12:20,353 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-b07bd675-3044-4d57-8553-fdcd6004fce4 Date: Fri, 26 Oct 2018 10:12:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a1847f2f-a189-4593-885f-abfcec59b1b4","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:19Z","dns_nameservers":[],"updated_at":"2018-10-26T10:12: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":"43cc1126f3394c6692f893e2c7e4f9aa","id":"77a89672-940a-450c-9b5c-fbc92b66f660","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-subnet"}]} 2018-10-26 10:12:20,353 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=a1847f2f-a189-4593-885f-abfcec59b1b4 used request id req-b07bd675-3044-4d57-8553-fdcd6004fce4 2018-10-26 10:12:20,354 - OpenStackNetwork - DEBUG - Network [a1847f2f-a189-4593-885f-abfcec59b1b4] created successfully 2018-10-26 10:12:20,354 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:12:20,355 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:12:20,736 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fd5772883bb149e49aab079c976d7ccc", "name": "CreateInstanceSingleNetworkTests-a314f5aa-73e9-4d1-proj-role"}], "expires_at": "2018-10-26T11:12:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "43cc1126f3394c6692f893e2c7e4f9aa", "name": "CreateInstanceSingleNetworkTests-a314f5aa-73e9-4d1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-a314f5aa-73e9-4d1-user", "id": "63328c8b5f9843d88984362de69ef7d5"}, "audit_ids": ["kLSdJKeQQQiSZHioQx02-A"], "issued_at": "2018-10-26T10:12:20.000000Z"}} 2018-10-26 10:12:20,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35aca788569a451ae7d86ca4e283f0e9392f94e2" 2018-10-26 10:12:20,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:12:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d6c98ee-3c73-4df3-be75-766b68eb0346 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:12:20,807 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8d6c98ee-3c73-4df3-be75-766b68eb0346 2018-10-26 10:12:20,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35aca788569a451ae7d86ca4e283f0e9392f94e2" 2018-10-26 10:12:21,006 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-067d7d5d-bd74-4458-bb28-d302a9baf44e Date: Fri, 26 Oct 2018 10:12:21 GMT RESP BODY: {"routers": []} 2018-10-26 10:12:21,006 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-router&admin_state_up=True used request id req-067d7d5d-bd74-4458-bb28-d302a9baf44e 2018-10-26 10:12:21,007 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:12:21,007 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:12:21,466 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fd5772883bb149e49aab079c976d7ccc", "name": "CreateInstanceSingleNetworkTests-a314f5aa-73e9-4d1-proj-role"}], "expires_at": "2018-10-26T11:12:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "43cc1126f3394c6692f893e2c7e4f9aa", "name": "CreateInstanceSingleNetworkTests-a314f5aa-73e9-4d1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-a314f5aa-73e9-4d1-user", "id": "63328c8b5f9843d88984362de69ef7d5"}, "audit_ids": ["kp4AM2bAQFKmf5V7sv756Q"], "issued_at": "2018-10-26T10:12:21.000000Z"}} 2018-10-26 10:12:21,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0096849533974124a7d700a0bfdfde433f4a25" 2018-10-26 10:12:21,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:12:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02339732-5e3c-4bd8-a955-1f7a6d5971a9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:12:21,543 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-02339732-5e3c-4bd8-a955-1f7a6d5971a9 2018-10-26 10:12:21,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35aca788569a451ae7d86ca4e283f0e9392f94e2" 2018-10-26 10:12:21,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-3c5cd5ff-18b3-4602-9499-c063f4926759 Date: Fri, 26 Oct 2018 10:12:21 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","mtu":1500}]} 2018-10-26 10:12:21,964 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-3c5cd5ff-18b3-4602-9499-c063f4926759 2018-10-26 10:12:21,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35aca788569a451ae7d86ca4e283f0e9392f94e2" 2018-10-26 10:12:22,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-3d3a0dfe-b9ae-4845-afbb-f7c743ab9dc9 Date: Fri, 26 Oct 2018 10:12:22 GMT RESP BODY: {"subnets":[]} 2018-10-26 10:12:22,155 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-3d3a0dfe-b9ae-4845-afbb-f7c743ab9dc9 2018-10-26 10:12:22,156 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-router 2018-10-26 10:12:22,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35aca788569a451ae7d86ca4e283f0e9392f94e2" -d '{"router": {"external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693"}, "name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-router", "admin_state_up": true}}' 2018-10-26 10:12:27,243 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-286db74a-2b8d-402f-ae4a-4a22e676aac1 Date: Fri, 26 Oct 2018 10:12:27 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "created_at": "2018-10-26T10:12:22Z", "admin_state_up": true, "updated_at": "2018-10-26T10:12:23Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "43cc1126f3394c6692f893e2c7e4f9aa", "id": "02307c7c-9e51-41e8-be25-6d87704a18c3", "name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-router"}} 2018-10-26 10:12:27,243 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-286db74a-2b8d-402f-ae4a-4a22e676aac1 2018-10-26 10:12:27,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=02307c7c-9e51-41e8-be25-6d87704a18c3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35aca788569a451ae7d86ca4e283f0e9392f94e2" 2018-10-26 10:12:27,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-67f89e49-4ebc-47ea-aeee-bd822b739541 Date: Fri, 26 Oct 2018 10:12:27 GMT RESP BODY: {"ports":[]} 2018-10-26 10:12:27,451 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=02307c7c-9e51-41e8-be25-6d87704a18c3 used request id req-67f89e49-4ebc-47ea-aeee-bd822b739541 2018-10-26 10:12:27,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35aca788569a451ae7d86ca4e283f0e9392f94e2" 2018-10-26 10:12:27,698 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-a06358dd-11a5-4f28-9cad-94ddc28595d3 Date: Fri, 26 Oct 2018 10:12: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":["77a89672-940a-450c-9b5c-fbc92b66f660"],"updated_at":"2018-10-26T10:12:19Z","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"43cc1126f3394c6692f893e2c7e4f9aa","id":"a1847f2f-a189-4593-885f-abfcec59b1b4","name":"CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-net"}]} 2018-10-26 10:12:27,698 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-net used request id req-a06358dd-11a5-4f28-9cad-94ddc28595d3 2018-10-26 10:12:27,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:12:27,707 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:12: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:12:27,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/43cc1126f3394c6692f893e2c7e4f9aa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35aca788569a451ae7d86ca4e283f0e9392f94e2" 2018-10-26 10:12:27,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:12:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54f99bd8-bc04-4b8b-96a9-f7d364f0b463 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/43cc1126f3394c6692f893e2c7e4f9aa"}, "enabled": true, "id": "43cc1126f3394c6692f893e2c7e4f9aa", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-a314f5aa-73e9-4d1-proj"}} 2018-10-26 10:12:27,791 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/43cc1126f3394c6692f893e2c7e4f9aa used request id req-54f99bd8-bc04-4b8b-96a9-f7d364f0b463 2018-10-26 10:12:27,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=a1847f2f-a189-4593-885f-abfcec59b1b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35aca788569a451ae7d86ca4e283f0e9392f94e2" 2018-10-26 10:12:28,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-04b63f7e-77ea-4dbe-b871-ade797797fd8 Date: Fri, 26 Oct 2018 10:12:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a1847f2f-a189-4593-885f-abfcec59b1b4","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:19Z","dns_nameservers":[],"updated_at":"2018-10-26T10:12: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":"43cc1126f3394c6692f893e2c7e4f9aa","id":"77a89672-940a-450c-9b5c-fbc92b66f660","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-subnet"}]} 2018-10-26 10:12:28,021 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=a1847f2f-a189-4593-885f-abfcec59b1b4 used request id req-04b63f7e-77ea-4dbe-b871-ade797797fd8 2018-10-26 10:12:28,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=a1847f2f-a189-4593-885f-abfcec59b1b4&name=CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35aca788569a451ae7d86ca4e283f0e9392f94e2" 2018-10-26 10:12:28,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-3c290102-5597-4223-97b7-baf080bd1ded Date: Fri, 26 Oct 2018 10:12:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a1847f2f-a189-4593-885f-abfcec59b1b4","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:19Z","dns_nameservers":[],"updated_at":"2018-10-26T10:12: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":"43cc1126f3394c6692f893e2c7e4f9aa","id":"77a89672-940a-450c-9b5c-fbc92b66f660","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-subnet"}]} 2018-10-26 10:12:28,081 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=a1847f2f-a189-4593-885f-abfcec59b1b4&name=CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-subnet used request id req-3c290102-5597-4223-97b7-baf080bd1ded 2018-10-26 10:12:28,082 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-10-26 10:12:28,082 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-router 2018-10-26 10:12:28,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/02307c7c-9e51-41e8-be25-6d87704a18c3/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35aca788569a451ae7d86ca4e283f0e9392f94e2" -d '{"subnet_id": "77a89672-940a-450c-9b5c-fbc92b66f660"}' 2018-10-26 10:12:30,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-0e5b7f41-86fd-4a1f-8c3b-fe1906fc5cee Date: Fri, 26 Oct 2018 10:12:30 GMT RESP BODY: {"network_id": "a1847f2f-a189-4593-885f-abfcec59b1b4", "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "subnet_id": "77a89672-940a-450c-9b5c-fbc92b66f660", "subnet_ids": ["77a89672-940a-450c-9b5c-fbc92b66f660"], "port_id": "07f8b049-a936-4488-826e-2f32ea1f7593", "id": "02307c7c-9e51-41e8-be25-6d87704a18c3"} 2018-10-26 10:12:30,183 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/02307c7c-9e51-41e8-be25-6d87704a18c3/add_router_interface used request id req-0e5b7f41-86fd-4a1f-8c3b-fe1906fc5cee 2018-10-26 10:12:30,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/02307c7c-9e51-41e8-be25-6d87704a18c3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35aca788569a451ae7d86ca4e283f0e9392f94e2" 2018-10-26 10:12:30,400 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-9f8c0aa1-2d26-40e5-b6cf-81e2c07ecf9c Date: Fri, 26 Oct 2018 10:12:30 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "created_at": "2018-10-26T10:12:22Z", "admin_state_up": true, "updated_at": "2018-10-26T10:12:29Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "43cc1126f3394c6692f893e2c7e4f9aa", "id": "02307c7c-9e51-41e8-be25-6d87704a18c3", "name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-router"}} 2018-10-26 10:12:30,400 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/02307c7c-9e51-41e8-be25-6d87704a18c3 used request id req-9f8c0aa1-2d26-40e5-b6cf-81e2c07ecf9c 2018-10-26 10:12:30,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=02307c7c-9e51-41e8-be25-6d87704a18c3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35aca788569a451ae7d86ca4e283f0e9392f94e2" 2018-10-26 10:12:30,600 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-ef8f263b-6864-4178-bf2a-befd1788986f Date: Fri, 26 Oct 2018 10:12:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:12:29Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"77a89672-940a-450c-9b5c-fbc92b66f660","ip_address":"10.55.1.1"}],"id":"07f8b049-a936-4488-826e-2f32ea1f7593","security_groups":[],"mac_address":"fa:16:3e:9a:b6:c6","project_id":"43cc1126f3394c6692f893e2c7e4f9aa","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a1847f2f-a189-4593-885f-abfcec59b1b4","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:28Z","binding:vnic_type":"normal","device_id":"02307c7c-9e51-41e8-be25-6d87704a18c3"}]} 2018-10-26 10:12:30,600 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=02307c7c-9e51-41e8-be25-6d87704a18c3 used request id req-ef8f263b-6864-4178-bf2a-befd1788986f 2018-10-26 10:12:30,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/77a89672-940a-450c-9b5c-fbc92b66f660 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35aca788569a451ae7d86ca4e283f0e9392f94e2" 2018-10-26 10:12:30,810 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-62c72314-3647-421d-9515-77f5184a6559 Date: Fri, 26 Oct 2018 10:12:30 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a1847f2f-a189-4593-885f-abfcec59b1b4","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:19Z","dns_nameservers":[],"updated_at":"2018-10-26T10:12: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":"43cc1126f3394c6692f893e2c7e4f9aa","id":"77a89672-940a-450c-9b5c-fbc92b66f660","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-subnet"}} 2018-10-26 10:12:30,810 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/77a89672-940a-450c-9b5c-fbc92b66f660 used request id req-62c72314-3647-421d-9515-77f5184a6559 2018-10-26 10:12:30,811 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:12:30,812 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:12:31,187 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:12:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["bEyzmGsGTBWvNwk2qBz6sg"], "issued_at": "2018-10-26T10:12:31.000000Z"}} 2018-10-26 10:12:31,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcc88ce08bdfcbdbacd54b92992f724257db84ac" 2018-10-26 10:12:31,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:12:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-363c2293-caaf-4ebc-9dee-58c50aecdca9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:12:31,270 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-363c2293-caaf-4ebc-9dee-58c50aecdca9 2018-10-26 10:12:31,272 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:12:31,277 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcc88ce08bdfcbdbacd54b92992f724257db84ac" 2018-10-26 10:12:31,464 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:12: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-c2976e7f-4c2b-4bdd-864a-af86256611c0 x-compute-request-id: req-c2976e7f-4c2b-4bdd-864a-af86256611c0 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-26 10:12:31,464 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-c2976e7f-4c2b-4bdd-864a-af86256611c0 2018-10-26 10:12:31,467 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcc88ce08bdfcbdbacd54b92992f724257db84ac" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-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-26 10:12:31,516 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:12: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-dfc59d61-fc78-4bc1-aaf0-c09fbae96357 x-compute-request-id: req-dfc59d61-fc78-4bc1-aaf0-c09fbae96357 Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/21c1aaa7-d732-4e45-b9ac-801d3aaa15cc", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/21c1aaa7-d732-4e45-b9ac-801d3aaa15cc", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "21c1aaa7-d732-4e45-b9ac-801d3aaa15cc", "name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 10:12:31,516 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-dfc59d61-fc78-4bc1-aaf0-c09fbae96357 2018-10-26 10:12:31,517 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:12:31,518 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:12:31,890 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fd5772883bb149e49aab079c976d7ccc", "name": "CreateInstanceSingleNetworkTests-a314f5aa-73e9-4d1-proj-role"}], "expires_at": "2018-10-26T11:12:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "43cc1126f3394c6692f893e2c7e4f9aa", "name": "CreateInstanceSingleNetworkTests-a314f5aa-73e9-4d1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-a314f5aa-73e9-4d1-user", "id": "63328c8b5f9843d88984362de69ef7d5"}, "audit_ids": ["09JhEJzMQvaV-ghLbGb63Q"], "issued_at": "2018-10-26T10:12:31.000000Z"}} 2018-10-26 10:12:31,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bae218a50177cf042f9ea23be63f994751775dc5" 2018-10-26 10:12:31,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:12:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4bcd102-497f-478e-9534-f9f41dc31ff9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:12:31,965 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a4bcd102-497f-478e-9534-f9f41dc31ff9 2018-10-26 10:12:31,966 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:12:31,970 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bae218a50177cf042f9ea23be63f994751775dc5" 2018-10-26 10:12:32,129 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:12: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-97332b04-0d1c-41c0-a7a3-2f4bd7a990ef x-compute-request-id: req-97332b04-0d1c-41c0-a7a3-2f4bd7a990ef Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-10-26 10:12:32,129 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-97332b04-0d1c-41c0-a7a3-2f4bd7a990ef 2018-10-26 10:12:32,130 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-kp... 2018-10-26 10:12:32,130 - OpenStackKeypair - INFO - Creating new keypair 2018-10-26 10:12:32,142 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-kp 2018-10-26 10:12:32,145 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bae218a50177cf042f9ea23be63f994751775dc5" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDz+drqseUXfnVtvRVcovlw4N344RSN+WSxpMV3IOMjCBO/bBOku/PZxdynRwoqhlaMLtPZXfXEMNigI2FfDddx6jHK57wc+yiFI1CMZmU+W2K5M/YkKPzPCnW1J63+dUQmN93uAhX4AU4Tcti+yPTP4wmcb8PdR9rY+1qIFg55MQ==", "name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-kp"}}' 2018-10-26 10:12:32,205 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-1fbac7e7-f4c3-408e-b035-7e5345695a18 x-compute-request-id: req-1fbac7e7-f4c3-408e-b035-7e5345695a18 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDz+drqseUXfnVtvRVcovlw4N344RSN+WSxpMV3IOMjCBO/bBOku/PZxdynRwoqhlaMLtPZXfXEMNigI2FfDddx6jHK57wc+yiFI1CMZmU+W2K5M/YkKPzPCnW1J63+dUQmN93uAhX4AU4Tcti+yPTP4wmcb8PdR9rY+1qIFg55MQ==", "user_id": "63328c8b5f9843d88984362de69ef7d5", "name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-kp", "fingerprint": "44:8e:73:ab:46:1b:97:4e:94:e3:61:4b:63:ef:75:67"}} 2018-10-26 10:12:32,205 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-1fbac7e7-f4c3-408e-b035-7e5345695a18 2018-10-26 10:12:32,208 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e.pub 2018-10-26 10:12:32,208 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e 2018-10-26 10:12:32,208 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:12:32,209 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:12:32,589 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fd5772883bb149e49aab079c976d7ccc", "name": "CreateInstanceSingleNetworkTests-a314f5aa-73e9-4d1-proj-role"}], "expires_at": "2018-10-26T11:12:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "43cc1126f3394c6692f893e2c7e4f9aa", "name": "CreateInstanceSingleNetworkTests-a314f5aa-73e9-4d1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-a314f5aa-73e9-4d1-user", "id": "63328c8b5f9843d88984362de69ef7d5"}, "audit_ids": ["BAddgqqCTOa1vxUOlkYK6A"], "issued_at": "2018-10-26T10:12:32.000000Z"}} 2018-10-26 10:12:32,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b85ff67f85412cc1a26721184db2ef0bf3e19e46" 2018-10-26 10:12:32,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:12:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-993635dc-6c63-4f84-b73b-3f5145e948fa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:12:32,664 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-993635dc-6c63-4f84-b73b-3f5145e948fa 2018-10-26 10:12:32,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b85ff67f85412cc1a26721184db2ef0bf3e19e46" 2018-10-26 10:12:32,891 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-2c5611f8-c965-40e2-81c8-5268d2b2dbfb Date: Fri, 26 Oct 2018 10:12:32 GMT RESP BODY: {"security_groups": []} 2018-10-26 10:12:32,891 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-sec-grp used request id req-2c5611f8-c965-40e2-81c8-5268d2b2dbfb 2018-10-26 10:12:32,892 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-sec-grp... 2018-10-26 10:12:32,892 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-sec-grp 2018-10-26 10:12:32,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b85ff67f85412cc1a26721184db2ef0bf3e19e46" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-sec-grp"}}' 2018-10-26 10:12:33,248 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-d37ebd06-a843-4aa2-811b-caabc3a6b71b Date: Fri, 26 Oct 2018 10:12:33 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "created_at": "2018-10-26T10:12:33Z", "updated_at": "2018-10-26T10:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:12:33Z", "revision_number": 0, "id": "8bf800bc-4101-426f-b671-bd1a5cbfa073", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:12:33Z", "security_group_id": "a0f748ab-f673-4cea-bda9-43489bb217b5", "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "port_range_min": null, "ethertype": "IPv4", "project_id": "43cc1126f3394c6692f893e2c7e4f9aa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:12:33Z", "revision_number": 0, "id": "b12b8b15-a4a6-4ea5-a487-d06a56085bd9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:12:33Z", "security_group_id": "a0f748ab-f673-4cea-bda9-43489bb217b5", "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "port_range_min": null, "ethertype": "IPv6", "project_id": "43cc1126f3394c6692f893e2c7e4f9aa"}], "revision_number": 2, "project_id": "43cc1126f3394c6692f893e2c7e4f9aa", "id": "a0f748ab-f673-4cea-bda9-43489bb217b5", "name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-sec-grp"}} 2018-10-26 10:12:33,248 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-d37ebd06-a843-4aa2-811b-caabc3a6b71b 2018-10-26 10:12:33,248 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a0f748ab-f673-4cea-bda9-43489bb217b5 2018-10-26 10:12:33,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a0f748ab-f673-4cea-bda9-43489bb217b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b85ff67f85412cc1a26721184db2ef0bf3e19e46" 2018-10-26 10:12:33,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-fd42dcd5-6a93-4664-8ef1-0da23bda459d Date: Fri, 26 Oct 2018 10:12: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-26T10:12:33Z", "security_group_id": "a0f748ab-f673-4cea-bda9-43489bb217b5", "port_range_min": null, "revision_number": 0, "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "created_at": "2018-10-26T10:12:33Z", "project_id": "43cc1126f3394c6692f893e2c7e4f9aa", "id": "8bf800bc-4101-426f-b671-bd1a5cbfa073"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:12:33Z", "security_group_id": "a0f748ab-f673-4cea-bda9-43489bb217b5", "port_range_min": null, "revision_number": 0, "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "created_at": "2018-10-26T10:12:33Z", "project_id": "43cc1126f3394c6692f893e2c7e4f9aa", "id": "b12b8b15-a4a6-4ea5-a487-d06a56085bd9"}]} 2018-10-26 10:12:33,428 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a0f748ab-f673-4cea-bda9-43489bb217b5 used request id req-fd42dcd5-6a93-4664-8ef1-0da23bda459d 2018-10-26 10:12:33,429 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a0f748ab-f673-4cea-bda9-43489bb217b5 2018-10-26 10:12:33,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a0f748ab-f673-4cea-bda9-43489bb217b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b85ff67f85412cc1a26721184db2ef0bf3e19e46" 2018-10-26 10:12:33,600 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-edd53c4f-bc51-494b-a1ab-33941f9c3fae Date: Fri, 26 Oct 2018 10:12: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-26T10:12:33Z", "security_group_id": "a0f748ab-f673-4cea-bda9-43489bb217b5", "port_range_min": null, "revision_number": 0, "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "created_at": "2018-10-26T10:12:33Z", "project_id": "43cc1126f3394c6692f893e2c7e4f9aa", "id": "8bf800bc-4101-426f-b671-bd1a5cbfa073"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:12:33Z", "security_group_id": "a0f748ab-f673-4cea-bda9-43489bb217b5", "port_range_min": null, "revision_number": 0, "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "created_at": "2018-10-26T10:12:33Z", "project_id": "43cc1126f3394c6692f893e2c7e4f9aa", "id": "b12b8b15-a4a6-4ea5-a487-d06a56085bd9"}]} 2018-10-26 10:12:33,600 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a0f748ab-f673-4cea-bda9-43489bb217b5 used request id req-edd53c4f-bc51-494b-a1ab-33941f9c3fae 2018-10-26 10:12:33,601 - neutron_utils - INFO - Retrieving security group with ID - a0f748ab-f673-4cea-bda9-43489bb217b5 2018-10-26 10:12:33,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=a0f748ab-f673-4cea-bda9-43489bb217b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b85ff67f85412cc1a26721184db2ef0bf3e19e46" 2018-10-26 10:12:33,676 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-365acc34-96b5-42ce-ab20-0a6fec7d50c8 Date: Fri, 26 Oct 2018 10:12:33 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "created_at": "2018-10-26T10:12:33Z", "updated_at": "2018-10-26T10:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:12:33Z", "revision_number": 0, "id": "8bf800bc-4101-426f-b671-bd1a5cbfa073", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:12:33Z", "security_group_id": "a0f748ab-f673-4cea-bda9-43489bb217b5", "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "port_range_min": null, "ethertype": "IPv4", "project_id": "43cc1126f3394c6692f893e2c7e4f9aa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:12:33Z", "revision_number": 0, "id": "b12b8b15-a4a6-4ea5-a487-d06a56085bd9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:12:33Z", "security_group_id": "a0f748ab-f673-4cea-bda9-43489bb217b5", "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "port_range_min": null, "ethertype": "IPv6", "project_id": "43cc1126f3394c6692f893e2c7e4f9aa"}], "revision_number": 2, "project_id": "43cc1126f3394c6692f893e2c7e4f9aa", "id": "a0f748ab-f673-4cea-bda9-43489bb217b5", "name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-sec-grp"}]} 2018-10-26 10:12:33,676 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=a0f748ab-f673-4cea-bda9-43489bb217b5 used request id req-365acc34-96b5-42ce-ab20-0a6fec7d50c8 2018-10-26 10:12:33,676 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a0f748ab-f673-4cea-bda9-43489bb217b5 2018-10-26 10:12:33,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a0f748ab-f673-4cea-bda9-43489bb217b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b85ff67f85412cc1a26721184db2ef0bf3e19e46" 2018-10-26 10:12:33,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e1c7ef26-bc62-462a-a0ba-365d5ff5c039 Date: Fri, 26 Oct 2018 10:12: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-26T10:12:33Z", "security_group_id": "a0f748ab-f673-4cea-bda9-43489bb217b5", "port_range_min": null, "revision_number": 0, "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "created_at": "2018-10-26T10:12:33Z", "project_id": "43cc1126f3394c6692f893e2c7e4f9aa", "id": "8bf800bc-4101-426f-b671-bd1a5cbfa073"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:12:33Z", "security_group_id": "a0f748ab-f673-4cea-bda9-43489bb217b5", "port_range_min": null, "revision_number": 0, "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "created_at": "2018-10-26T10:12:33Z", "project_id": "43cc1126f3394c6692f893e2c7e4f9aa", "id": "b12b8b15-a4a6-4ea5-a487-d06a56085bd9"}]} 2018-10-26 10:12:33,857 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a0f748ab-f673-4cea-bda9-43489bb217b5 used request id req-e1c7ef26-bc62-462a-a0ba-365d5ff5c039 2018-10-26 10:12:33,858 - neutron_utils - INFO - Retrieving security group with ID - a0f748ab-f673-4cea-bda9-43489bb217b5 2018-10-26 10:12:33,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=a0f748ab-f673-4cea-bda9-43489bb217b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b85ff67f85412cc1a26721184db2ef0bf3e19e46" 2018-10-26 10:12:33,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-9d072b8d-48a1-4100-995e-942d3d77fec9 Date: Fri, 26 Oct 2018 10:12:33 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "created_at": "2018-10-26T10:12:33Z", "updated_at": "2018-10-26T10:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:12:33Z", "revision_number": 0, "id": "8bf800bc-4101-426f-b671-bd1a5cbfa073", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:12:33Z", "security_group_id": "a0f748ab-f673-4cea-bda9-43489bb217b5", "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "port_range_min": null, "ethertype": "IPv4", "project_id": "43cc1126f3394c6692f893e2c7e4f9aa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:12:33Z", "revision_number": 0, "id": "b12b8b15-a4a6-4ea5-a487-d06a56085bd9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:12:33Z", "security_group_id": "a0f748ab-f673-4cea-bda9-43489bb217b5", "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "port_range_min": null, "ethertype": "IPv6", "project_id": "43cc1126f3394c6692f893e2c7e4f9aa"}], "revision_number": 2, "project_id": "43cc1126f3394c6692f893e2c7e4f9aa", "id": "a0f748ab-f673-4cea-bda9-43489bb217b5", "name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-sec-grp"}]} 2018-10-26 10:12:33,908 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=a0f748ab-f673-4cea-bda9-43489bb217b5 used request id req-9d072b8d-48a1-4100-995e-942d3d77fec9 2018-10-26 10:12:33,908 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a0f748ab-f673-4cea-bda9-43489bb217b5 2018-10-26 10:12:33,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a0f748ab-f673-4cea-bda9-43489bb217b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b85ff67f85412cc1a26721184db2ef0bf3e19e46" 2018-10-26 10:12:34,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-0e6bcd7c-0db5-43d8-8164-371c23999fd9 Date: Fri, 26 Oct 2018 10:12: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-26T10:12:33Z", "security_group_id": "a0f748ab-f673-4cea-bda9-43489bb217b5", "port_range_min": null, "revision_number": 0, "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "created_at": "2018-10-26T10:12:33Z", "project_id": "43cc1126f3394c6692f893e2c7e4f9aa", "id": "8bf800bc-4101-426f-b671-bd1a5cbfa073"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:12:33Z", "security_group_id": "a0f748ab-f673-4cea-bda9-43489bb217b5", "port_range_min": null, "revision_number": 0, "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "created_at": "2018-10-26T10:12:33Z", "project_id": "43cc1126f3394c6692f893e2c7e4f9aa", "id": "b12b8b15-a4a6-4ea5-a487-d06a56085bd9"}]} 2018-10-26 10:12:34,069 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a0f748ab-f673-4cea-bda9-43489bb217b5 used request id req-0e6bcd7c-0db5-43d8-8164-371c23999fd9 2018-10-26 10:12:34,070 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-sec-grp 2018-10-26 10:12:34,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b85ff67f85412cc1a26721184db2ef0bf3e19e46" 2018-10-26 10:12:34,124 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-ee210279-8cca-4e21-bf9a-1ac37b2ae5f3 Date: Fri, 26 Oct 2018 10:12:34 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "created_at": "2018-10-26T10:12:33Z", "updated_at": "2018-10-26T10:12:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:12:33Z", "revision_number": 0, "id": "8bf800bc-4101-426f-b671-bd1a5cbfa073", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:12:33Z", "security_group_id": "a0f748ab-f673-4cea-bda9-43489bb217b5", "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "port_range_min": null, "ethertype": "IPv4", "project_id": "43cc1126f3394c6692f893e2c7e4f9aa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:12:33Z", "revision_number": 0, "id": "b12b8b15-a4a6-4ea5-a487-d06a56085bd9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:12:33Z", "security_group_id": "a0f748ab-f673-4cea-bda9-43489bb217b5", "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "port_range_min": null, "ethertype": "IPv6", "project_id": "43cc1126f3394c6692f893e2c7e4f9aa"}], "revision_number": 2, "project_id": "43cc1126f3394c6692f893e2c7e4f9aa", "id": "a0f748ab-f673-4cea-bda9-43489bb217b5", "name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-sec-grp"}]} 2018-10-26 10:12:34,124 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-sec-grp used request id req-ee210279-8cca-4e21-bf9a-1ac37b2ae5f3 2018-10-26 10:12:34,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:12:34,133 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:12: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:12:34,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/43cc1126f3394c6692f893e2c7e4f9aa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b85ff67f85412cc1a26721184db2ef0bf3e19e46" 2018-10-26 10:12:34,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:12:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50171fb0-2d3d-4aa7-865a-85a8deb93604 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/43cc1126f3394c6692f893e2c7e4f9aa"}, "enabled": true, "id": "43cc1126f3394c6692f893e2c7e4f9aa", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-a314f5aa-73e9-4d1-proj"}} 2018-10-26 10:12:34,213 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/43cc1126f3394c6692f893e2c7e4f9aa used request id req-50171fb0-2d3d-4aa7-865a-85a8deb93604 2018-10-26 10:12:34,213 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a0f748ab-f673-4cea-bda9-43489bb217b5 2018-10-26 10:12:34,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a0f748ab-f673-4cea-bda9-43489bb217b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b85ff67f85412cc1a26721184db2ef0bf3e19e46" 2018-10-26 10:12:34,392 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6d75a4cf-a27f-4c87-b42a-d6cf7b23f4c6 Date: Fri, 26 Oct 2018 10:12: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-26T10:12:33Z", "security_group_id": "a0f748ab-f673-4cea-bda9-43489bb217b5", "port_range_min": null, "revision_number": 0, "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "created_at": "2018-10-26T10:12:33Z", "project_id": "43cc1126f3394c6692f893e2c7e4f9aa", "id": "8bf800bc-4101-426f-b671-bd1a5cbfa073"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:12:33Z", "security_group_id": "a0f748ab-f673-4cea-bda9-43489bb217b5", "port_range_min": null, "revision_number": 0, "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "created_at": "2018-10-26T10:12:33Z", "project_id": "43cc1126f3394c6692f893e2c7e4f9aa", "id": "b12b8b15-a4a6-4ea5-a487-d06a56085bd9"}]} 2018-10-26 10:12:34,393 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a0f748ab-f673-4cea-bda9-43489bb217b5 used request id req-6d75a4cf-a27f-4c87-b42a-d6cf7b23f4c6 2018-10-26 10:12:34,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b85ff67f85412cc1a26721184db2ef0bf3e19e46" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "a0f748ab-f673-4cea-bda9-43489bb217b5"}}' 2018-10-26 10:12:34,702 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-266e46fd-3bbb-48af-9a1c-9b10bb15e5a0 Date: Fri, 26 Oct 2018 10:12: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-26T10:12:34Z", "security_group_id": "a0f748ab-f673-4cea-bda9-43489bb217b5", "port_range_min": null, "revision_number": 0, "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "created_at": "2018-10-26T10:12:34Z", "project_id": "43cc1126f3394c6692f893e2c7e4f9aa", "id": "7210b63f-4ccd-4d55-9f0f-5f0c4a1bfbda"}} 2018-10-26 10:12:34,702 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-266e46fd-3bbb-48af-9a1c-9b10bb15e5a0 2018-10-26 10:12:34,702 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-sec-grp 2018-10-26 10:12:34,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b85ff67f85412cc1a26721184db2ef0bf3e19e46" 2018-10-26 10:12:34,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-256217ed-d3d7-4ed2-8555-3aa77d03eb0f Date: Fri, 26 Oct 2018 10:12:34 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "created_at": "2018-10-26T10:12:33Z", "updated_at": "2018-10-26T10:12:34Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:12:34Z", "revision_number": 0, "id": "7210b63f-4ccd-4d55-9f0f-5f0c4a1bfbda", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:12:34Z", "security_group_id": "a0f748ab-f673-4cea-bda9-43489bb217b5", "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "port_range_min": null, "ethertype": "IPv4", "project_id": "43cc1126f3394c6692f893e2c7e4f9aa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:12:33Z", "revision_number": 0, "id": "8bf800bc-4101-426f-b671-bd1a5cbfa073", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:12:33Z", "security_group_id": "a0f748ab-f673-4cea-bda9-43489bb217b5", "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "port_range_min": null, "ethertype": "IPv4", "project_id": "43cc1126f3394c6692f893e2c7e4f9aa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:12:33Z", "revision_number": 0, "id": "b12b8b15-a4a6-4ea5-a487-d06a56085bd9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:12:33Z", "security_group_id": "a0f748ab-f673-4cea-bda9-43489bb217b5", "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "port_range_min": null, "ethertype": "IPv6", "project_id": "43cc1126f3394c6692f893e2c7e4f9aa"}], "revision_number": 3, "project_id": "43cc1126f3394c6692f893e2c7e4f9aa", "id": "a0f748ab-f673-4cea-bda9-43489bb217b5", "name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-sec-grp"}]} 2018-10-26 10:12:34,897 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-sec-grp used request id req-256217ed-d3d7-4ed2-8555-3aa77d03eb0f 2018-10-26 10:12:34,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/43cc1126f3394c6692f893e2c7e4f9aa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b85ff67f85412cc1a26721184db2ef0bf3e19e46" 2018-10-26 10:12:34,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:12:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8086d69a-12d1-412a-8c45-93cf3e262ad8 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/43cc1126f3394c6692f893e2c7e4f9aa"}, "enabled": true, "id": "43cc1126f3394c6692f893e2c7e4f9aa", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-a314f5aa-73e9-4d1-proj"}} 2018-10-26 10:12:34,985 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/43cc1126f3394c6692f893e2c7e4f9aa used request id req-8086d69a-12d1-412a-8c45-93cf3e262ad8 2018-10-26 10:12:34,986 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a0f748ab-f673-4cea-bda9-43489bb217b5 2018-10-26 10:12:34,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a0f748ab-f673-4cea-bda9-43489bb217b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b85ff67f85412cc1a26721184db2ef0bf3e19e46" 2018-10-26 10:12:35,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-9017dcc1-ccda-48e4-ae85-92b3a2a82c41 Date: Fri, 26 Oct 2018 10:12:35 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-26T10:12:34Z", "security_group_id": "a0f748ab-f673-4cea-bda9-43489bb217b5", "port_range_min": null, "revision_number": 0, "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "created_at": "2018-10-26T10:12:34Z", "project_id": "43cc1126f3394c6692f893e2c7e4f9aa", "id": "7210b63f-4ccd-4d55-9f0f-5f0c4a1bfbda"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:12:33Z", "security_group_id": "a0f748ab-f673-4cea-bda9-43489bb217b5", "port_range_min": null, "revision_number": 0, "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "created_at": "2018-10-26T10:12:33Z", "project_id": "43cc1126f3394c6692f893e2c7e4f9aa", "id": "8bf800bc-4101-426f-b671-bd1a5cbfa073"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:12:33Z", "security_group_id": "a0f748ab-f673-4cea-bda9-43489bb217b5", "port_range_min": null, "revision_number": 0, "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "created_at": "2018-10-26T10:12:33Z", "project_id": "43cc1126f3394c6692f893e2c7e4f9aa", "id": "b12b8b15-a4a6-4ea5-a487-d06a56085bd9"}]} 2018-10-26 10:12:35,019 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a0f748ab-f673-4cea-bda9-43489bb217b5 used request id req-9017dcc1-ccda-48e4-ae85-92b3a2a82c41 2018-10-26 10:12:35,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b85ff67f85412cc1a26721184db2ef0bf3e19e46" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "a0f748ab-f673-4cea-bda9-43489bb217b5"}}' 2018-10-26 10:12:35,217 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-4b2dbcaa-f194-491d-b081-8f92c8c17261 Date: Fri, 26 Oct 2018 10:12: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-26T10:12:35Z", "security_group_id": "a0f748ab-f673-4cea-bda9-43489bb217b5", "port_range_min": 22, "revision_number": 0, "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "created_at": "2018-10-26T10:12:35Z", "project_id": "43cc1126f3394c6692f893e2c7e4f9aa", "id": "8aba2364-448a-484f-af85-bb20347305b9"}} 2018-10-26 10:12:35,218 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-4b2dbcaa-f194-491d-b081-8f92c8c17261 2018-10-26 10:12:35,218 - neutron_utils - INFO - Retrieving security group with ID - a0f748ab-f673-4cea-bda9-43489bb217b5 2018-10-26 10:12:35,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=a0f748ab-f673-4cea-bda9-43489bb217b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b85ff67f85412cc1a26721184db2ef0bf3e19e46" 2018-10-26 10:12:35,424 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-91aca145-de53-498b-9d63-2db3cf912fd6 Date: Fri, 26 Oct 2018 10:12:35 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "created_at": "2018-10-26T10:12:33Z", "updated_at": "2018-10-26T10:12:35Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:12:34Z", "revision_number": 0, "id": "7210b63f-4ccd-4d55-9f0f-5f0c4a1bfbda", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:12:34Z", "security_group_id": "a0f748ab-f673-4cea-bda9-43489bb217b5", "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "port_range_min": null, "ethertype": "IPv4", "project_id": "43cc1126f3394c6692f893e2c7e4f9aa"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-26T10:12:35Z", "revision_number": 0, "id": "8aba2364-448a-484f-af85-bb20347305b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:12:35Z", "security_group_id": "a0f748ab-f673-4cea-bda9-43489bb217b5", "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "port_range_min": 22, "ethertype": "IPv4", "project_id": "43cc1126f3394c6692f893e2c7e4f9aa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:12:33Z", "revision_number": 0, "id": "8bf800bc-4101-426f-b671-bd1a5cbfa073", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:12:33Z", "security_group_id": "a0f748ab-f673-4cea-bda9-43489bb217b5", "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "port_range_min": null, "ethertype": "IPv4", "project_id": "43cc1126f3394c6692f893e2c7e4f9aa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:12:33Z", "revision_number": 0, "id": "b12b8b15-a4a6-4ea5-a487-d06a56085bd9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:12:33Z", "security_group_id": "a0f748ab-f673-4cea-bda9-43489bb217b5", "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "port_range_min": null, "ethertype": "IPv6", "project_id": "43cc1126f3394c6692f893e2c7e4f9aa"}], "revision_number": 4, "project_id": "43cc1126f3394c6692f893e2c7e4f9aa", "id": "a0f748ab-f673-4cea-bda9-43489bb217b5", "name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-sec-grp"}]} 2018-10-26 10:12:35,425 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=a0f748ab-f673-4cea-bda9-43489bb217b5 used request id req-91aca145-de53-498b-9d63-2db3cf912fd6 2018-10-26 10:12:35,425 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a0f748ab-f673-4cea-bda9-43489bb217b5 2018-10-26 10:12:35,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a0f748ab-f673-4cea-bda9-43489bb217b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b85ff67f85412cc1a26721184db2ef0bf3e19e46" 2018-10-26 10:12:35,458 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-e502f626-d498-4526-9e84-f30b19f16abb Date: Fri, 26 Oct 2018 10:12:35 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-26T10:12:34Z", "security_group_id": "a0f748ab-f673-4cea-bda9-43489bb217b5", "port_range_min": null, "revision_number": 0, "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "created_at": "2018-10-26T10:12:34Z", "project_id": "43cc1126f3394c6692f893e2c7e4f9aa", "id": "7210b63f-4ccd-4d55-9f0f-5f0c4a1bfbda"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-26T10:12:35Z", "security_group_id": "a0f748ab-f673-4cea-bda9-43489bb217b5", "port_range_min": 22, "revision_number": 0, "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "created_at": "2018-10-26T10:12:35Z", "project_id": "43cc1126f3394c6692f893e2c7e4f9aa", "id": "8aba2364-448a-484f-af85-bb20347305b9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:12:33Z", "security_group_id": "a0f748ab-f673-4cea-bda9-43489bb217b5", "port_range_min": null, "revision_number": 0, "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "created_at": "2018-10-26T10:12:33Z", "project_id": "43cc1126f3394c6692f893e2c7e4f9aa", "id": "8bf800bc-4101-426f-b671-bd1a5cbfa073"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:12:33Z", "security_group_id": "a0f748ab-f673-4cea-bda9-43489bb217b5", "port_range_min": null, "revision_number": 0, "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "created_at": "2018-10-26T10:12:33Z", "project_id": "43cc1126f3394c6692f893e2c7e4f9aa", "id": "b12b8b15-a4a6-4ea5-a487-d06a56085bd9"}]} 2018-10-26 10:12:35,458 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a0f748ab-f673-4cea-bda9-43489bb217b5 used request id req-e502f626-d498-4526-9e84-f30b19f16abb 2018-10-26 10:12:35,459 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:12:35,460 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:12:35,834 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fd5772883bb149e49aab079c976d7ccc", "name": "CreateInstanceSingleNetworkTests-a314f5aa-73e9-4d1-proj-role"}], "expires_at": "2018-10-26T11:12:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "43cc1126f3394c6692f893e2c7e4f9aa", "name": "CreateInstanceSingleNetworkTests-a314f5aa-73e9-4d1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-a314f5aa-73e9-4d1-user", "id": "63328c8b5f9843d88984362de69ef7d5"}, "audit_ids": ["G70s_aBkRF2B9CkVHefjAg"], "issued_at": "2018-10-26T10:12:35.000000Z"}} 2018-10-26 10:12:35,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:12:35,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:12:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8fe8f754-bf49-47da-8d16-d679433dd2e7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:12:35,918 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8fe8f754-bf49-47da-8d16-d679433dd2e7 2018-10-26 10:12:35,919 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:12:35,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:12:35,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:12:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-396822a5-ba5a-41e2-a00c-ed37834eb8f7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:12:35,995 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-396822a5-ba5a-41e2-a00c-ed37834eb8f7 2018-10-26 10:12:36,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:12:36,253 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-097e3d23-f172-4446-a6eb-ecc7f53c600e Date: Fri, 26 Oct 2018 10:12: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":["77a89672-940a-450c-9b5c-fbc92b66f660"],"updated_at":"2018-10-26T10:12:19Z","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"43cc1126f3394c6692f893e2c7e4f9aa","id":"a1847f2f-a189-4593-885f-abfcec59b1b4","name":"CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-net"}]} 2018-10-26 10:12:36,253 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-net used request id req-097e3d23-f172-4446-a6eb-ecc7f53c600e 2018-10-26 10:12:36,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:12:36,262 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:12: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:12:36,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/43cc1126f3394c6692f893e2c7e4f9aa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:12:36,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:12:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-defd1e71-f124-4c46-b70a-b109d09b482b Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/43cc1126f3394c6692f893e2c7e4f9aa"}, "enabled": true, "id": "43cc1126f3394c6692f893e2c7e4f9aa", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-a314f5aa-73e9-4d1-proj"}} 2018-10-26 10:12:36,281 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/43cc1126f3394c6692f893e2c7e4f9aa used request id req-defd1e71-f124-4c46-b70a-b109d09b482b 2018-10-26 10:12:36,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=a1847f2f-a189-4593-885f-abfcec59b1b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:12:36,490 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-f4953171-9ea7-42ad-af72-090d60b46b16 Date: Fri, 26 Oct 2018 10:12:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a1847f2f-a189-4593-885f-abfcec59b1b4","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:19Z","dns_nameservers":[],"updated_at":"2018-10-26T10:12: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":"43cc1126f3394c6692f893e2c7e4f9aa","id":"77a89672-940a-450c-9b5c-fbc92b66f660","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-subnet"}]} 2018-10-26 10:12:36,490 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=a1847f2f-a189-4593-885f-abfcec59b1b4 used request id req-f4953171-9ea7-42ad-af72-090d60b46b16 2018-10-26 10:12:36,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=a1847f2f-a189-4593-885f-abfcec59b1b4&name=CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390eport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:12:36,679 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-2a49ac25-6c89-4e34-bbed-0529b1d234c8 Date: Fri, 26 Oct 2018 10:12:36 GMT RESP BODY: {"ports":[]} 2018-10-26 10:12:36,679 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=a1847f2f-a189-4593-885f-abfcec59b1b4&name=CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390eport-1&admin_state_up=True used request id req-2a49ac25-6c89-4e34-bbed-0529b1d234c8 2018-10-26 10:12:36,683 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:12:36,909 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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 x-openstack-request-id: req-15aeca54-c197-46c1-9933-afad2f917f47 x-compute-request-id: req-15aeca54-c197-46c1-9933-afad2f917f47 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-26 10:12:36,909 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-inst used request id req-15aeca54-c197-46c1-9933-afad2f917f47 2018-10-26 10:12:36,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:12:37,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-33294966-4a28-468f-a239-12c2aeb14421 Date: Fri, 26 Oct 2018 10:12: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":["77a89672-940a-450c-9b5c-fbc92b66f660"],"updated_at":"2018-10-26T10:12:19Z","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"43cc1126f3394c6692f893e2c7e4f9aa","id":"a1847f2f-a189-4593-885f-abfcec59b1b4","name":"CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-net"}]} 2018-10-26 10:12:37,162 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-net used request id req-33294966-4a28-468f-a239-12c2aeb14421 2018-10-26 10:12:37,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/43cc1126f3394c6692f893e2c7e4f9aa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:12:37,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:12:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d24fefb4-ef84-4a3f-a233-97006087b64e Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/43cc1126f3394c6692f893e2c7e4f9aa"}, "enabled": true, "id": "43cc1126f3394c6692f893e2c7e4f9aa", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-a314f5aa-73e9-4d1-proj"}} 2018-10-26 10:12:37,246 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/43cc1126f3394c6692f893e2c7e4f9aa used request id req-d24fefb4-ef84-4a3f-a233-97006087b64e 2018-10-26 10:12:37,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=a1847f2f-a189-4593-885f-abfcec59b1b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:12:37,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-92c880ee-1e99-48cd-91bf-9500d96b5748 Date: Fri, 26 Oct 2018 10:12:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a1847f2f-a189-4593-885f-abfcec59b1b4","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:19Z","dns_nameservers":[],"updated_at":"2018-10-26T10:12: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":"43cc1126f3394c6692f893e2c7e4f9aa","id":"77a89672-940a-450c-9b5c-fbc92b66f660","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-subnet"}]} 2018-10-26 10:12:37,453 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=a1847f2f-a189-4593-885f-abfcec59b1b4 used request id req-92c880ee-1e99-48cd-91bf-9500d96b5748 2018-10-26 10:12:37,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=a1847f2f-a189-4593-885f-abfcec59b1b4&name=CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390eport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:12:37,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-dafbaf69-08c1-4426-8d3f-afd00c1bfbd8 Date: Fri, 26 Oct 2018 10:12:37 GMT RESP BODY: {"ports":[]} 2018-10-26 10:12:37,625 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=a1847f2f-a189-4593-885f-abfcec59b1b4&name=CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390eport-1&admin_state_up=True used request id req-dafbaf69-08c1-4426-8d3f-afd00c1bfbd8 2018-10-26 10:12:37,625 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:12:37,626 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:12:37,994 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fd5772883bb149e49aab079c976d7ccc", "name": "CreateInstanceSingleNetworkTests-a314f5aa-73e9-4d1-proj-role"}], "expires_at": "2018-10-26T11:12:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "43cc1126f3394c6692f893e2c7e4f9aa", "name": "CreateInstanceSingleNetworkTests-a314f5aa-73e9-4d1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/43cc1126f3394c6692f893e2c7e4f9aa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-a314f5aa-73e9-4d1-user", "id": "63328c8b5f9843d88984362de69ef7d5"}, "audit_ids": ["b6c4ZADIQKyGZ0aymwjUVg"], "issued_at": "2018-10-26T10:12:37.000000Z"}} 2018-10-26 10:12:37,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65f610d03f1a48cdf324512d7637f7c2c92ae7af" 2018-10-26 10:12:38,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:12:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76700861-106e-4ea0-9d8b-0b78841a466e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:12:38,075 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-76700861-106e-4ea0-9d8b-0b78841a466e 2018-10-26 10:12:38,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:12:38,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-70dc1d89-100f-4afe-9ece-92a00a92d228 Date: Fri, 26 Oct 2018 10:12: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":["77a89672-940a-450c-9b5c-fbc92b66f660"],"updated_at":"2018-10-26T10:12:19Z","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"43cc1126f3394c6692f893e2c7e4f9aa","id":"a1847f2f-a189-4593-885f-abfcec59b1b4","name":"CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-net"}]} 2018-10-26 10:12:38,348 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-net used request id req-70dc1d89-100f-4afe-9ece-92a00a92d228 2018-10-26 10:12:38,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=a1847f2f-a189-4593-885f-abfcec59b1b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:12:38,558 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-7f113686-cd62-4d90-badd-8dc3c4fe3751 Date: Fri, 26 Oct 2018 10:12:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a1847f2f-a189-4593-885f-abfcec59b1b4","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:19Z","dns_nameservers":[],"updated_at":"2018-10-26T10:12: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":"43cc1126f3394c6692f893e2c7e4f9aa","id":"77a89672-940a-450c-9b5c-fbc92b66f660","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-subnet"}]} 2018-10-26 10:12:38,559 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=a1847f2f-a189-4593-885f-abfcec59b1b4 used request id req-7f113686-cd62-4d90-badd-8dc3c4fe3751 2018-10-26 10:12:38,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:12:38,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-26673683-b96c-465c-8eac-efb8cedac1c7 Date: Fri, 26 Oct 2018 10:12: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":["77a89672-940a-450c-9b5c-fbc92b66f660"],"updated_at":"2018-10-26T10:12:19Z","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"43cc1126f3394c6692f893e2c7e4f9aa","id":"a1847f2f-a189-4593-885f-abfcec59b1b4","name":"CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-net"}]} 2018-10-26 10:12:38,662 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-net used request id req-26673683-b96c-465c-8eac-efb8cedac1c7 2018-10-26 10:12:38,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:12:38,671 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:12: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:12:38,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/43cc1126f3394c6692f893e2c7e4f9aa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65f610d03f1a48cdf324512d7637f7c2c92ae7af" 2018-10-26 10:12:38,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:12:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de1b4c62-fe0b-4247-bb4d-824040fd2bce Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/43cc1126f3394c6692f893e2c7e4f9aa"}, "enabled": true, "id": "43cc1126f3394c6692f893e2c7e4f9aa", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-a314f5aa-73e9-4d1-proj"}} 2018-10-26 10:12:38,746 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/43cc1126f3394c6692f893e2c7e4f9aa used request id req-de1b4c62-fe0b-4247-bb4d-824040fd2bce 2018-10-26 10:12:38,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=a1847f2f-a189-4593-885f-abfcec59b1b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:12:38,946 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-af1cc25f-0460-496f-91e6-2b12ab064146 Date: Fri, 26 Oct 2018 10:12:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a1847f2f-a189-4593-885f-abfcec59b1b4","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:19Z","dns_nameservers":[],"updated_at":"2018-10-26T10:12: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":"43cc1126f3394c6692f893e2c7e4f9aa","id":"77a89672-940a-450c-9b5c-fbc92b66f660","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-subnet"}]} 2018-10-26 10:12:38,947 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=a1847f2f-a189-4593-885f-abfcec59b1b4 used request id req-af1cc25f-0460-496f-91e6-2b12ab064146 2018-10-26 10:12:38,947 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-net 2018-10-26 10:12:38,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" -d '{"port": {"network_id": "a1847f2f-a189-4593-885f-abfcec59b1b4", "name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390eport-1", "admin_state_up": true}}' 2018-10-26 10:12:39,729 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 788 X-Openstack-Request-Id: req-48c93df3-c963-4608-883d-a98e8a623b0e Date: Fri, 26 Oct 2018 10:12:39 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:12:39Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"77a89672-940a-450c-9b5c-fbc92b66f660","ip_address":"10.55.1.9"}],"id":"2d0c251c-e804-44eb-92e4-59bb40fb9d2b","security_groups":["1a8ad878-37d1-4836-9f55-2e4e436e7b75"],"mac_address":"fa:16:3e:d3:7b:04","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390eport-1","project_id":"43cc1126f3394c6692f893e2c7e4f9aa","qos_policy_id":null,"admin_state_up":true,"network_id":"a1847f2f-a189-4593-885f-abfcec59b1b4","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:39Z","binding:vnic_type":"normal"}} 2018-10-26 10:12:39,729 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-48c93df3-c963-4608-883d-a98e8a623b0e 2018-10-26 10:12:39,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:12:39,986 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-4682faa4-b062-4c5b-89c1-cc41734f41e9 Date: Fri, 26 Oct 2018 10:12:39 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["77a89672-940a-450c-9b5c-fbc92b66f660"],"updated_at":"2018-10-26T10:12:19Z","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"43cc1126f3394c6692f893e2c7e4f9aa","id":"a1847f2f-a189-4593-885f-abfcec59b1b4","name":"CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-net"}]} 2018-10-26 10:12:39,986 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-net used request id req-4682faa4-b062-4c5b-89c1-cc41734f41e9 2018-10-26 10:12:39,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/43cc1126f3394c6692f893e2c7e4f9aa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:12:40,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:12:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f546918-3fcf-4714-a13c-449cc7951adc Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/43cc1126f3394c6692f893e2c7e4f9aa"}, "enabled": true, "id": "43cc1126f3394c6692f893e2c7e4f9aa", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-a314f5aa-73e9-4d1-proj"}} 2018-10-26 10:12:40,073 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/43cc1126f3394c6692f893e2c7e4f9aa used request id req-8f546918-3fcf-4714-a13c-449cc7951adc 2018-10-26 10:12:40,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=a1847f2f-a189-4593-885f-abfcec59b1b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:12:40,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-cf5309eb-338a-436b-a964-43c978760774 Date: Fri, 26 Oct 2018 10:12:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a1847f2f-a189-4593-885f-abfcec59b1b4","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:19Z","dns_nameservers":[],"updated_at":"2018-10-26T10:12: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":"43cc1126f3394c6692f893e2c7e4f9aa","id":"77a89672-940a-450c-9b5c-fbc92b66f660","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-subnet"}]} 2018-10-26 10:12:40,293 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=a1847f2f-a189-4593-885f-abfcec59b1b4 used request id req-cf5309eb-338a-436b-a964-43c978760774 2018-10-26 10:12:40,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=a1847f2f-a189-4593-885f-abfcec59b1b4&name=CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390eport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:12:40,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-92342d91-eb4a-443e-9cce-6fb100a11742 Date: Fri, 26 Oct 2018 10:12:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:12:39Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"77a89672-940a-450c-9b5c-fbc92b66f660","ip_address":"10.55.1.9"}],"id":"2d0c251c-e804-44eb-92e4-59bb40fb9d2b","security_groups":["1a8ad878-37d1-4836-9f55-2e4e436e7b75"],"mac_address":"fa:16:3e:d3:7b:04","project_id":"43cc1126f3394c6692f893e2c7e4f9aa","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390eport-1","admin_state_up":true,"network_id":"a1847f2f-a189-4593-885f-abfcec59b1b4","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:39Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-26 10:12:40,389 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=a1847f2f-a189-4593-885f-abfcec59b1b4&name=CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390eport-1&admin_state_up=True used request id req-92342d91-eb4a-443e-9cce-6fb100a11742 2018-10-26 10:12:40,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/43cc1126f3394c6692f893e2c7e4f9aa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:12:40,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:12:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-295303cf-54bd-41ea-9c26-eaa87582bb49 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/43cc1126f3394c6692f893e2c7e4f9aa"}, "enabled": true, "id": "43cc1126f3394c6692f893e2c7e4f9aa", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-a314f5aa-73e9-4d1-proj"}} 2018-10-26 10:12:40,476 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/43cc1126f3394c6692f893e2c7e4f9aa used request id req-295303cf-54bd-41ea-9c26-eaa87582bb49 2018-10-26 10:12:40,477 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-inst 2018-10-26 10:12:40,480 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:12:40,508 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-23a1b4d2-d877-4552-a926-07756831c305 x-compute-request-id: req-23a1b4d2-d877-4552-a926-07756831c305 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"flavors": [{"id": "21c1aaa7-d732-4e45-b9ac-801d3aaa15cc", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/21c1aaa7-d732-4e45-b9ac-801d3aaa15cc", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/21c1aaa7-d732-4e45-b9ac-801d3aaa15cc", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-flavor-name"}]} 2018-10-26 10:12:40,508 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-23a1b4d2-d877-4552-a926-07756831c305 2018-10-26 10:12:40,512 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/21c1aaa7-d732-4e45-b9ac-801d3aaa15cc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:12:40,533 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-f67caa7c-5ad6-4560-9f31-f27835be0169 x-compute-request-id: req-f67caa7c-5ad6-4560-9f31-f27835be0169 Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/21c1aaa7-d732-4e45-b9ac-801d3aaa15cc", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/21c1aaa7-d732-4e45-b9ac-801d3aaa15cc", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "21c1aaa7-d732-4e45-b9ac-801d3aaa15cc", "name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 10:12:40,533 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/21c1aaa7-d732-4e45-b9ac-801d3aaa15cc used request id req-f67caa7c-5ad6-4560-9f31-f27835be0169 2018-10-26 10:12:40,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:12:40,712 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-a0e35634-0982-430f-ab7f-5efc180eda80 Date: Fri, 26 Oct 2018 10:12:40 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:12:15Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T10:12:16Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/553e6628-773f-4c72-8d21-48fd6427e55b/snap", "metadata": {}}], "self": "/v2/images/553e6628-773f-4c72-8d21-48fd6427e55b", "min_disk": 0, "protected": false, "id": "553e6628-773f-4c72-8d21-48fd6427e55b", "file": "/v2/images/553e6628-773f-4c72-8d21-48fd6427e55b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "43cc1126f3394c6692f893e2c7e4f9aa", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/553e6628-773f-4c72-8d21-48fd6427e55b/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-image"} 2018-10-26 10:12:40,712 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-image used request id req-a0e35634-0982-430f-ab7f-5efc180eda80 2018-10-26 10:12:40,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:12:40,860 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-891db20c-aa22-49fe-b152-ca48a5c9ac0d Date: Fri, 26 Oct 2018 10:12: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-26 10:12:40,861 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-891db20c-aa22-49fe-b152-ca48a5c9ac0d 2018-10-26 10:12:40,866 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-inst", "imageRef": "553e6628-773f-4c72-8d21-48fd6427e55b", "key_name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-kp", "flavorRef": "21c1aaa7-d732-4e45-b9ac-801d3aaa15cc", "max_count": 1, "min_count": 1, "networks": [{"port": "2d0c251c-e804-44eb-92e4-59bb40fb9d2b"}], "security_groups": [{"name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-sec-grp"}]}}' 2018-10-26 10:12:42,859 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10: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 x-openstack-request-id: req-09025138-97a9-4aa2-80db-f168146be19d x-compute-request-id: req-09025138-97a9-4aa2-80db-f168146be19d Content-Length: 444 location: http://172.30.9.21:8774/v2.1/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "fe924be4-bbcb-407f-a43b-6ec16eeaf116", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116", "rel": "bookmark"}], "adminPass": "2xgC85eQAtAm"}} 2018-10-26 10:12:42,859 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-09025138-97a9-4aa2-80db-f168146be19d 2018-10-26 10:12:42,863 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:12:43,221 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-688882a2-c802-410c-a7f8-b343b3ea1bd0 x-compute-request-id: req-688882a2-c802-410c-a7f8-b343b3ea1bd0 Content-Encoding: gzip Content-Length: 618 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116", "rel": "bookmark"}], "image": {"id": "553e6628-773f-4c72-8d21-48fd6427e55b", "links": [{"href": "http://172.30.9.21:8774/images/553e6628-773f-4c72-8d21-48fd6427e55b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21c1aaa7-d732-4e45-b9ac-801d3aaa15cc", "links": [{"href": "http://172.30.9.21:8774/flavors/21c1aaa7-d732-4e45-b9ac-801d3aaa15cc", "rel": "bookmark"}]}, "id": "fe924be4-bbcb-407f-a43b-6ec16eeaf116", "user_id": "63328c8b5f9843d88984362de69ef7d5", "OS-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-26T10:12:42Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-kp", "name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-inst", "created": "2018-10-26T10:12:42Z", "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:12:43,221 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116 used request id req-688882a2-c802-410c-a7f8-b343b3ea1bd0 2018-10-26 10:12:43,221 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-inst 2018-10-26 10:12:43,224 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:12:43,293 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-66228574-ccc3-40df-9bc0-3c17690ed6c9 x-compute-request-id: req-66228574-ccc3-40df-9bc0-3c17690ed6c9 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.21:8774/v2.1/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116", "rel": "bookmark"}], "image": {"id": "553e6628-773f-4c72-8d21-48fd6427e55b", "links": [{"href": "http://172.30.9.21:8774/images/553e6628-773f-4c72-8d21-48fd6427e55b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21c1aaa7-d732-4e45-b9ac-801d3aaa15cc", "links": [{"href": "http://172.30.9.21:8774/flavors/21c1aaa7-d732-4e45-b9ac-801d3aaa15cc", "rel": "bookmark"}]}, "id": "fe924be4-bbcb-407f-a43b-6ec16eeaf116", "user_id": "63328c8b5f9843d88984362de69ef7d5", "OS-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-26T10:12:43Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-kp", "name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-inst", "created": "2018-10-26T10:12:42Z", "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:12:43,293 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116 used request id req-66228574-ccc3-40df-9bc0-3c17690ed6c9 2018-10-26 10:12:43,293 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-inst] is - BUILD 2018-10-26 10:12:43,294 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:12:46,297 - create_instance - DEBUG - VM status query timeout in 896.924732924 2018-10-26 10:12:46,300 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:12:46,774 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-366d0abc-8947-4165-b2f6-a6a35f3ff5d9 x-compute-request-id: req-366d0abc-8947-4165-b2f6-a6a35f3ff5d9 Content-Encoding: gzip Content-Length: 682 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116", "rel": "bookmark"}], "image": {"id": "553e6628-773f-4c72-8d21-48fd6427e55b", "links": [{"href": "http://172.30.9.21:8774/images/553e6628-773f-4c72-8d21-48fd6427e55b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21c1aaa7-d732-4e45-b9ac-801d3aaa15cc", "links": [{"href": "http://172.30.9.21:8774/flavors/21c1aaa7-d732-4e45-b9ac-801d3aaa15cc", "rel": "bookmark"}]}, "id": "fe924be4-bbcb-407f-a43b-6ec16eeaf116", "security_groups": [{"name": "default"}], "user_id": "63328c8b5f9843d88984362de69ef7d5", "OS-DCF: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-26T10:12:44Z", "hostId": "3630685a74b81944cefab9ab85a6c9ba28e3db650335694477dcbd75", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-kp", "name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-inst", "created": "2018-10-26T10:12:42Z", "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:12:46,774 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116 used request id req-366d0abc-8947-4165-b2f6-a6a35f3ff5d9 2018-10-26 10:12:46,775 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-inst] is - BUILD 2018-10-26 10:12:46,775 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:12:49,778 - create_instance - DEBUG - VM status query timeout in 893.443550825 2018-10-26 10:12:49,781 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:12:50,254 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-51f62d4d-6323-499a-b120-379b8157c767 x-compute-request-id: req-51f62d4d-6323-499a-b120-379b8157c767 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:7b:04", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116", "rel": "bookmark"}], "image": {"id": "553e6628-773f-4c72-8d21-48fd6427e55b", "links": [{"href": "http://172.30.9.21:8774/images/553e6628-773f-4c72-8d21-48fd6427e55b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:12:49.000000", "flavor": {"id": "21c1aaa7-d732-4e45-b9ac-801d3aaa15cc", "links": [{"href": "http://172.30.9.21:8774/flavors/21c1aaa7-d732-4e45-b9ac-801d3aaa15cc", "rel": "bookmark"}]}, "id": "fe924be4-bbcb-407f-a43b-6ec16eeaf116", "security_groups": [{"name": "default"}], "user_id": "63328c8b5f9843d88984362de69ef7d5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:12:49Z", "hostId": "3630685a74b81944cefab9ab85a6c9ba28e3db650335694477dcbd75", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-kp", "name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-inst", "created": "2018-10-26T10:12:42Z", "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:12:50,254 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116 used request id req-51f62d4d-6323-499a-b120-379b8157c767 2018-10-26 10:12:50,255 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-inst] is - ACTIVE 2018-10-26 10:12:50,255 - create_instance - INFO - VM is - ACTIVE 2018-10-26 10:12:50,257 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:12:50,721 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-d756c02b-7029-4e9f-81a0-6f85ca4918bf x-compute-request-id: req-d756c02b-7029-4e9f-81a0-6f85ca4918bf Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:7b:04", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116", "rel": "bookmark"}], "image": {"id": "553e6628-773f-4c72-8d21-48fd6427e55b", "links": [{"href": "http://172.30.9.21:8774/images/553e6628-773f-4c72-8d21-48fd6427e55b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:12:49.000000", "flavor": {"id": "21c1aaa7-d732-4e45-b9ac-801d3aaa15cc", "links": [{"href": "http://172.30.9.21:8774/flavors/21c1aaa7-d732-4e45-b9ac-801d3aaa15cc", "rel": "bookmark"}]}, "id": "fe924be4-bbcb-407f-a43b-6ec16eeaf116", "security_groups": [{"name": "default"}], "user_id": "63328c8b5f9843d88984362de69ef7d5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:12:49Z", "hostId": "3630685a74b81944cefab9ab85a6c9ba28e3db650335694477dcbd75", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-kp", "name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-inst", "created": "2018-10-26T10:12:42Z", "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:12:50,721 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116 used request id req-d756c02b-7029-4e9f-81a0-6f85ca4918bf 2018-10-26 10:12:50,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:12:50,980 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-610637cd-30ea-49ce-97bb-cda0ed666ac7 Date: Fri, 26 Oct 2018 10:12: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":["77a89672-940a-450c-9b5c-fbc92b66f660"],"updated_at":"2018-10-26T10:12:19Z","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"43cc1126f3394c6692f893e2c7e4f9aa","id":"a1847f2f-a189-4593-885f-abfcec59b1b4","name":"CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-net"}]} 2018-10-26 10:12:50,980 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-net used request id req-610637cd-30ea-49ce-97bb-cda0ed666ac7 2018-10-26 10:12:50,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/43cc1126f3394c6692f893e2c7e4f9aa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:12:51,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:12:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fae14c0b-58d1-445d-b7e5-998598a8abbe Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/43cc1126f3394c6692f893e2c7e4f9aa"}, "enabled": true, "id": "43cc1126f3394c6692f893e2c7e4f9aa", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-a314f5aa-73e9-4d1-proj"}} 2018-10-26 10:12:51,071 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/43cc1126f3394c6692f893e2c7e4f9aa used request id req-fae14c0b-58d1-445d-b7e5-998598a8abbe 2018-10-26 10:12:51,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=a1847f2f-a189-4593-885f-abfcec59b1b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:12:51,130 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-4a8dca7f-43fe-4d5b-8ad6-6db7ea26d0a7 Date: Fri, 26 Oct 2018 10:12:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a1847f2f-a189-4593-885f-abfcec59b1b4","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:19Z","dns_nameservers":[],"updated_at":"2018-10-26T10:12: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":"43cc1126f3394c6692f893e2c7e4f9aa","id":"77a89672-940a-450c-9b5c-fbc92b66f660","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-subnet"}]} 2018-10-26 10:12:51,131 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=a1847f2f-a189-4593-885f-abfcec59b1b4 used request id req-4a8dca7f-43fe-4d5b-8ad6-6db7ea26d0a7 2018-10-26 10:12:51,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=a1847f2f-a189-4593-885f-abfcec59b1b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:12:51,376 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3863 X-Openstack-Request-Id: req-c82339ab-cb33-46da-95d5-fad255b78629 Date: Fri, 26 Oct 2018 10:12:51 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:12:43Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"77a89672-940a-450c-9b5c-fbc92b66f660","ip_address":"10.55.1.1"}],"id":"07f8b049-a936-4488-826e-2f32ea1f7593","security_groups":[],"mac_address":"fa:16:3e:9a:b6:c6","project_id":"43cc1126f3394c6692f893e2c7e4f9aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a1847f2f-a189-4593-885f-abfcec59b1b4","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:28Z","binding:vnic_type":"normal","device_id":"02307c7c-9e51-41e8-be25-6d87704a18c3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:12:49Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"77a89672-940a-450c-9b5c-fbc92b66f660","ip_address":"10.55.1.9"}],"id":"2d0c251c-e804-44eb-92e4-59bb40fb9d2b","security_groups":["1a8ad878-37d1-4836-9f55-2e4e436e7b75"],"mac_address":"fa:16:3e:d3:7b:04","project_id":"43cc1126f3394c6692f893e2c7e4f9aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390eport-1","admin_state_up":true,"network_id":"a1847f2f-a189-4593-885f-abfcec59b1b4","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:39Z","binding:vnic_type":"normal","device_id":"fe924be4-bbcb-407f-a43b-6ec16eeaf116"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:12:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"77a89672-940a-450c-9b5c-fbc92b66f660","ip_address":"10.55.1.3"}],"id":"2d21195e-521b-4f6e-a5b9-c8dda5fcb405","security_groups":[],"mac_address":"fa:16:3e:d3:a0:f0","project_id":"43cc1126f3394c6692f893e2c7e4f9aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a1847f2f-a189-4593-885f-abfcec59b1b4","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:20Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a1847f2f-a189-4593-885f-abfcec59b1b4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:12:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"77a89672-940a-450c-9b5c-fbc92b66f660","ip_address":"10.55.1.2"}],"id":"53a64760-e9bb-40c9-9a9a-33c0b423853b","security_groups":[],"mac_address":"fa:16:3e:71:43:bb","project_id":"43cc1126f3394c6692f893e2c7e4f9aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a1847f2f-a189-4593-885f-abfcec59b1b4","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:20Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a1847f2f-a189-4593-885f-abfcec59b1b4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:12:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"77a89672-940a-450c-9b5c-fbc92b66f660","ip_address":"10.55.1.4"}],"id":"9d95424d-604d-489d-b29c-a6dc3059f363","security_groups":[],"mac_address":"fa:16:3e:20:47:42","project_id":"43cc1126f3394c6692f893e2c7e4f9aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a1847f2f-a189-4593-885f-abfcec59b1b4","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:21Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a1847f2f-a189-4593-885f-abfcec59b1b4"}]} 2018-10-26 10:12:51,377 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=a1847f2f-a189-4593-885f-abfcec59b1b4 used request id req-c82339ab-cb33-46da-95d5-fad255b78629 2018-10-26 10:12:51,380 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:12:51,825 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-b7ba5394-fb35-4453-8650-44f62f950fa2 x-compute-request-id: req-b7ba5394-fb35-4453-8650-44f62f950fa2 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:7b:04", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116", "rel": "bookmark"}], "image": {"id": "553e6628-773f-4c72-8d21-48fd6427e55b", "links": [{"href": "http://172.30.9.21:8774/images/553e6628-773f-4c72-8d21-48fd6427e55b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:12:49.000000", "flavor": {"id": "21c1aaa7-d732-4e45-b9ac-801d3aaa15cc", "links": [{"href": "http://172.30.9.21:8774/flavors/21c1aaa7-d732-4e45-b9ac-801d3aaa15cc", "rel": "bookmark"}]}, "id": "fe924be4-bbcb-407f-a43b-6ec16eeaf116", "security_groups": [{"name": "default"}], "user_id": "63328c8b5f9843d88984362de69ef7d5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:12:49Z", "hostId": "3630685a74b81944cefab9ab85a6c9ba28e3db650335694477dcbd75", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-kp", "name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-inst", "created": "2018-10-26T10:12:42Z", "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:12:51,825 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116 used request id req-b7ba5394-fb35-4453-8650-44f62f950fa2 2018-10-26 10:12:51,826 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-inst] is - ACTIVE 2018-10-26 10:12:51,826 - create_instance - INFO - VM is - ACTIVE 2018-10-26 10:12:51,829 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:12:52,157 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-03dc71e9-da3e-4bb4-9cb1-444b322ee496 x-compute-request-id: req-03dc71e9-da3e-4bb4-9cb1-444b322ee496 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:7b:04", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116", "rel": "bookmark"}], "image": {"id": "553e6628-773f-4c72-8d21-48fd6427e55b", "links": [{"href": "http://172.30.9.21:8774/images/553e6628-773f-4c72-8d21-48fd6427e55b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:12:49.000000", "flavor": {"id": "21c1aaa7-d732-4e45-b9ac-801d3aaa15cc", "links": [{"href": "http://172.30.9.21:8774/flavors/21c1aaa7-d732-4e45-b9ac-801d3aaa15cc", "rel": "bookmark"}]}, "id": "fe924be4-bbcb-407f-a43b-6ec16eeaf116", "security_groups": [{"name": "default"}], "user_id": "63328c8b5f9843d88984362de69ef7d5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:12:49Z", "hostId": "3630685a74b81944cefab9ab85a6c9ba28e3db650335694477dcbd75", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-kp", "name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-inst", "created": "2018-10-26T10:12:42Z", "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:12:52,158 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116 used request id req-03dc71e9-da3e-4bb4-9cb1-444b322ee496 2018-10-26 10:12:52,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:12:52,434 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-5f1c28bb-6e4e-43de-9f7d-d7830e5ad0d6 Date: Fri, 26 Oct 2018 10:12: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":["77a89672-940a-450c-9b5c-fbc92b66f660"],"updated_at":"2018-10-26T10:12:19Z","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"43cc1126f3394c6692f893e2c7e4f9aa","id":"a1847f2f-a189-4593-885f-abfcec59b1b4","name":"CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-net"}]} 2018-10-26 10:12:52,434 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-net used request id req-5f1c28bb-6e4e-43de-9f7d-d7830e5ad0d6 2018-10-26 10:12:52,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/43cc1126f3394c6692f893e2c7e4f9aa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:12:52,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:12:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-168d650f-1afe-4d11-a4ce-f84b3aede6f7 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/43cc1126f3394c6692f893e2c7e4f9aa"}, "enabled": true, "id": "43cc1126f3394c6692f893e2c7e4f9aa", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-a314f5aa-73e9-4d1-proj"}} 2018-10-26 10:12:52,518 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/43cc1126f3394c6692f893e2c7e4f9aa used request id req-168d650f-1afe-4d11-a4ce-f84b3aede6f7 2018-10-26 10:12:52,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=a1847f2f-a189-4593-885f-abfcec59b1b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:12:52,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-1af98f75-4233-465b-bf4e-6b57d5acdbd0 Date: Fri, 26 Oct 2018 10:12:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a1847f2f-a189-4593-885f-abfcec59b1b4","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:19Z","dns_nameservers":[],"updated_at":"2018-10-26T10:12: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":"43cc1126f3394c6692f893e2c7e4f9aa","id":"77a89672-940a-450c-9b5c-fbc92b66f660","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-subnet"}]} 2018-10-26 10:12:52,584 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=a1847f2f-a189-4593-885f-abfcec59b1b4 used request id req-1af98f75-4233-465b-bf4e-6b57d5acdbd0 2018-10-26 10:12:52,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=a1847f2f-a189-4593-885f-abfcec59b1b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:12:52,690 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3863 X-Openstack-Request-Id: req-57c2e941-4980-4c8d-b015-0253df5b7013 Date: Fri, 26 Oct 2018 10:12:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:12:43Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"77a89672-940a-450c-9b5c-fbc92b66f660","ip_address":"10.55.1.1"}],"id":"07f8b049-a936-4488-826e-2f32ea1f7593","security_groups":[],"mac_address":"fa:16:3e:9a:b6:c6","project_id":"43cc1126f3394c6692f893e2c7e4f9aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a1847f2f-a189-4593-885f-abfcec59b1b4","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:28Z","binding:vnic_type":"normal","device_id":"02307c7c-9e51-41e8-be25-6d87704a18c3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:12:49Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"77a89672-940a-450c-9b5c-fbc92b66f660","ip_address":"10.55.1.9"}],"id":"2d0c251c-e804-44eb-92e4-59bb40fb9d2b","security_groups":["1a8ad878-37d1-4836-9f55-2e4e436e7b75"],"mac_address":"fa:16:3e:d3:7b:04","project_id":"43cc1126f3394c6692f893e2c7e4f9aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390eport-1","admin_state_up":true,"network_id":"a1847f2f-a189-4593-885f-abfcec59b1b4","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:39Z","binding:vnic_type":"normal","device_id":"fe924be4-bbcb-407f-a43b-6ec16eeaf116"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:12:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"77a89672-940a-450c-9b5c-fbc92b66f660","ip_address":"10.55.1.3"}],"id":"2d21195e-521b-4f6e-a5b9-c8dda5fcb405","security_groups":[],"mac_address":"fa:16:3e:d3:a0:f0","project_id":"43cc1126f3394c6692f893e2c7e4f9aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a1847f2f-a189-4593-885f-abfcec59b1b4","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:20Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a1847f2f-a189-4593-885f-abfcec59b1b4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:12:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"77a89672-940a-450c-9b5c-fbc92b66f660","ip_address":"10.55.1.2"}],"id":"53a64760-e9bb-40c9-9a9a-33c0b423853b","security_groups":[],"mac_address":"fa:16:3e:71:43:bb","project_id":"43cc1126f3394c6692f893e2c7e4f9aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a1847f2f-a189-4593-885f-abfcec59b1b4","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:20Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a1847f2f-a189-4593-885f-abfcec59b1b4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:12:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"77a89672-940a-450c-9b5c-fbc92b66f660","ip_address":"10.55.1.4"}],"id":"9d95424d-604d-489d-b29c-a6dc3059f363","security_groups":[],"mac_address":"fa:16:3e:20:47:42","project_id":"43cc1126f3394c6692f893e2c7e4f9aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a1847f2f-a189-4593-885f-abfcec59b1b4","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:21Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a1847f2f-a189-4593-885f-abfcec59b1b4"}]} 2018-10-26 10:12:52,690 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=a1847f2f-a189-4593-885f-abfcec59b1b4 used request id req-57c2e941-4980-4c8d-b015-0253df5b7013 2018-10-26 10:12:52,693 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" -d '{"addSecurityGroup": {"name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-sec-grp"}}' 2018-10-26 10:12:54,360 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10: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 x-openstack-request-id: req-a6ace937-32bc-434e-a3c7-147d23c3eb71 x-compute-request-id: req-a6ace937-32bc-434e-a3c7-147d23c3eb71 Content-Length: 0 Content-Type: application/json 2018-10-26 10:12:54,361 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116/action used request id req-a6ace937-32bc-434e-a3c7-147d23c3eb71 2018-10-26 10:12:54,364 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:12:54,993 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-8b3e58a6-0b60-4ea0-bcb2-2fa1546fcc5b x-compute-request-id: req-8b3e58a6-0b60-4ea0-bcb2-2fa1546fcc5b Content-Encoding: gzip Content-Length: 769 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:7b:04", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116", "rel": "bookmark"}], "image": {"id": "553e6628-773f-4c72-8d21-48fd6427e55b", "links": [{"href": "http://172.30.9.21:8774/images/553e6628-773f-4c72-8d21-48fd6427e55b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:12:49.000000", "flavor": {"id": "21c1aaa7-d732-4e45-b9ac-801d3aaa15cc", "links": [{"href": "http://172.30.9.21:8774/flavors/21c1aaa7-d732-4e45-b9ac-801d3aaa15cc", "rel": "bookmark"}]}, "id": "fe924be4-bbcb-407f-a43b-6ec16eeaf116", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-sec-grp"}], "user_id": "63328c8b5f9843d88984362de69ef7d5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:12:49Z", "hostId": "3630685a74b81944cefab9ab85a6c9ba28e3db650335694477dcbd75", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-kp", "name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-inst", "created": "2018-10-26T10:12:42Z", "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:12:54,993 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116 used request id req-8b3e58a6-0b60-4ea0-bcb2-2fa1546fcc5b 2018-10-26 10:12:54,993 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-inst] is - ACTIVE 2018-10-26 10:12:54,994 - create_instance - INFO - VM is - ACTIVE 2018-10-26 10:12:54,997 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:12:55,550 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-a159b81f-4e4f-4a39-8bfe-442ca058c2e5 x-compute-request-id: req-a159b81f-4e4f-4a39-8bfe-442ca058c2e5 Content-Encoding: gzip Content-Length: 769 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:7b:04", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116", "rel": "bookmark"}], "image": {"id": "553e6628-773f-4c72-8d21-48fd6427e55b", "links": [{"href": "http://172.30.9.21:8774/images/553e6628-773f-4c72-8d21-48fd6427e55b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:12:49.000000", "flavor": {"id": "21c1aaa7-d732-4e45-b9ac-801d3aaa15cc", "links": [{"href": "http://172.30.9.21:8774/flavors/21c1aaa7-d732-4e45-b9ac-801d3aaa15cc", "rel": "bookmark"}]}, "id": "fe924be4-bbcb-407f-a43b-6ec16eeaf116", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-sec-grp"}], "user_id": "63328c8b5f9843d88984362de69ef7d5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:12:49Z", "hostId": "3630685a74b81944cefab9ab85a6c9ba28e3db650335694477dcbd75", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-kp", "name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-inst", "created": "2018-10-26T10:12:42Z", "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:12:55,550 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116 used request id req-a159b81f-4e4f-4a39-8bfe-442ca058c2e5 2018-10-26 10:12:55,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:12:55,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-26cd4a0f-2ff3-476a-b133-d2383d232585 Date: Fri, 26 Oct 2018 10:12:55 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["77a89672-940a-450c-9b5c-fbc92b66f660"],"updated_at":"2018-10-26T10:12:19Z","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"43cc1126f3394c6692f893e2c7e4f9aa","id":"a1847f2f-a189-4593-885f-abfcec59b1b4","name":"CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-net"}]} 2018-10-26 10:12:55,682 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-net used request id req-26cd4a0f-2ff3-476a-b133-d2383d232585 2018-10-26 10:12:55,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/43cc1126f3394c6692f893e2c7e4f9aa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:12:55,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:12:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8290c83-2208-49b1-8df3-4f5cb925a71a Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/43cc1126f3394c6692f893e2c7e4f9aa"}, "enabled": true, "id": "43cc1126f3394c6692f893e2c7e4f9aa", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-a314f5aa-73e9-4d1-proj"}} 2018-10-26 10:12:55,765 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/43cc1126f3394c6692f893e2c7e4f9aa used request id req-c8290c83-2208-49b1-8df3-4f5cb925a71a 2018-10-26 10:12:55,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=a1847f2f-a189-4593-885f-abfcec59b1b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:12:55,822 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d842e40e-572e-4825-a133-da09a6e087f7 Date: Fri, 26 Oct 2018 10:12:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a1847f2f-a189-4593-885f-abfcec59b1b4","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:19Z","dns_nameservers":[],"updated_at":"2018-10-26T10:12: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":"43cc1126f3394c6692f893e2c7e4f9aa","id":"77a89672-940a-450c-9b5c-fbc92b66f660","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-subnet"}]} 2018-10-26 10:12:55,822 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=a1847f2f-a189-4593-885f-abfcec59b1b4 used request id req-d842e40e-572e-4825-a133-da09a6e087f7 2018-10-26 10:12:55,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=a1847f2f-a189-4593-885f-abfcec59b1b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:12:55,928 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-28cac8ad-f473-4b4b-b844-bc2fc5301d7a Date: Fri, 26 Oct 2018 10:12:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:12:43Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"77a89672-940a-450c-9b5c-fbc92b66f660","ip_address":"10.55.1.1"}],"id":"07f8b049-a936-4488-826e-2f32ea1f7593","security_groups":[],"mac_address":"fa:16:3e:9a:b6:c6","project_id":"43cc1126f3394c6692f893e2c7e4f9aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a1847f2f-a189-4593-885f-abfcec59b1b4","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:28Z","binding:vnic_type":"normal","device_id":"02307c7c-9e51-41e8-be25-6d87704a18c3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:12:54Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"77a89672-940a-450c-9b5c-fbc92b66f660","ip_address":"10.55.1.9"}],"id":"2d0c251c-e804-44eb-92e4-59bb40fb9d2b","security_groups":["1a8ad878-37d1-4836-9f55-2e4e436e7b75","a0f748ab-f673-4cea-bda9-43489bb217b5"],"mac_address":"fa:16:3e:d3:7b:04","project_id":"43cc1126f3394c6692f893e2c7e4f9aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390eport-1","admin_state_up":true,"network_id":"a1847f2f-a189-4593-885f-abfcec59b1b4","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:39Z","binding:vnic_type":"normal","device_id":"fe924be4-bbcb-407f-a43b-6ec16eeaf116"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:12:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"77a89672-940a-450c-9b5c-fbc92b66f660","ip_address":"10.55.1.3"}],"id":"2d21195e-521b-4f6e-a5b9-c8dda5fcb405","security_groups":[],"mac_address":"fa:16:3e:d3:a0:f0","project_id":"43cc1126f3394c6692f893e2c7e4f9aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a1847f2f-a189-4593-885f-abfcec59b1b4","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:20Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a1847f2f-a189-4593-885f-abfcec59b1b4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:12:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"77a89672-940a-450c-9b5c-fbc92b66f660","ip_address":"10.55.1.2"}],"id":"53a64760-e9bb-40c9-9a9a-33c0b423853b","security_groups":[],"mac_address":"fa:16:3e:71:43:bb","project_id":"43cc1126f3394c6692f893e2c7e4f9aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a1847f2f-a189-4593-885f-abfcec59b1b4","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:20Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a1847f2f-a189-4593-885f-abfcec59b1b4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:12:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"77a89672-940a-450c-9b5c-fbc92b66f660","ip_address":"10.55.1.4"}],"id":"9d95424d-604d-489d-b29c-a6dc3059f363","security_groups":[],"mac_address":"fa:16:3e:20:47:42","project_id":"43cc1126f3394c6692f893e2c7e4f9aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a1847f2f-a189-4593-885f-abfcec59b1b4","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:21Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a1847f2f-a189-4593-885f-abfcec59b1b4"}]} 2018-10-26 10:12:55,928 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=a1847f2f-a189-4593-885f-abfcec59b1b4 used request id req-28cac8ad-f473-4b4b-b844-bc2fc5301d7a 2018-10-26 10:12:55,929 - create_instance_tests - INFO - Looking for IP 10.55.1.9 in the console log 2018-10-26 10:12:55,932 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:12:56,401 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-a678c9e4-d1cb-47c3-99ee-ada282cc2dd6 x-compute-request-id: req-a678c9e4-d1cb-47c3-99ee-ada282cc2dd6 Content-Encoding: gzip Content-Length: 769 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:7b:04", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116", "rel": "bookmark"}], "image": {"id": "553e6628-773f-4c72-8d21-48fd6427e55b", "links": [{"href": "http://172.30.9.21:8774/images/553e6628-773f-4c72-8d21-48fd6427e55b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:12:49.000000", "flavor": {"id": "21c1aaa7-d732-4e45-b9ac-801d3aaa15cc", "links": [{"href": "http://172.30.9.21:8774/flavors/21c1aaa7-d732-4e45-b9ac-801d3aaa15cc", "rel": "bookmark"}]}, "id": "fe924be4-bbcb-407f-a43b-6ec16eeaf116", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-sec-grp"}], "user_id": "63328c8b5f9843d88984362de69ef7d5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:12:49Z", "hostId": "3630685a74b81944cefab9ab85a6c9ba28e3db650335694477dcbd75", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-kp", "name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-inst", "created": "2018-10-26T10:12:42Z", "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:12:56,402 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116 used request id req-a678c9e4-d1cb-47c3-99ee-ada282cc2dd6 2018-10-26 10:12:56,405 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-26 10:12:57,496 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-a316c66e-cca5-45a1-abd0-7d5e6cc98eb5 x-compute-request-id: req-a316c66e-cca5-45a1-abd0-7d5e6cc98eb5 Content-Encoding: gzip Content-Length: 9616 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 526131936 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.145222] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.146830] pid_max: default: 32768 minimum: 301\n[ 0.147703] ACPI: Core revision 20150930\n[ 0.149083] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150352] Security Framework initialized\n[ 0.151145] Yama: becoming mindful.\n[ 0.151863] AppArmor: AppArmor initialized\n[ 0.152699] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.153944] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.155162] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.156328] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.157676] Initializing cgroup subsys io\n[ 0.158463] Initializing cgroup subsys memory\n[ 0.159293] Initializing cgroup subsys devices\n[ 0.160136] Initializing cgroup subsys freezer\n[ 0.160996] Initializing cgroup subsys net_cls\n[ 0.161837] Initializing cgroup subsys perf_event\n[ 0.162719] Initializing cgroup subsys net_prio\n[ 0.163573] Initializing cgroup subsys hugetlb\n[ 0.164422] Initializing cgroup subsys pids\n[ 0.165271] CPU: Physical Processor ID: 0\n[ 0.166735] mce: CPU supports 10 MCE banks\n[ 0.167555] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168528] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.170805] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.177425] ftrace: allocating 31920 entries in 125 pages\n[ 0.204415] smpboot: Max logical packages: 2\n[ 0.205288] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206460] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.207766] x2apic enabled\n[ 0.208580] Switched APIC routing to physical x2apic.\n[ 0.210305] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211506] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213616] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215521] KVM setup paravirtual spinlock\n[ 0.216975] x86: Booting SMP configuration:\n[ 0.217863] .... node #0, CPUs: #1\n[ 0.218748] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.240966] x86: Booted up 1 node, 2 CPUs\n[ 0.240968] KVM setup async PF for cpu 1\n[ 0.240971] kvm-stealtime: cpu 1, msr f90d940\n[ 0.243478] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.244959] devtmpfs: initialized\n[ 0.246661] evm: security.selinux\n[ 0.247340] evm: security.SMACK64\n[ 0.248015] evm: security.SMACK64EXEC\n[ 0.248740] evm: security.SMACK64TRANSMUTE\n[ 0.249532] evm: security.SMACK64MMAP\n[ 0.250254] evm: security.ima\n[ 0.250883] evm: security.capability\n[ 0.251759] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.253603] pinctrl core: initialized pinctrl subsystem\n[ 0.254677] RTC time: 10:12:49, date: 10/26/18\n[ 0.255667] NET: Registered protocol family 16\n[ 0.265617] cpuidle: using governor ladder\n[ 0.277712] cpuidle: using governor menu\n[ 0.278506] PCCT header not found.\n[ 0.279308] ACPI: bus type PCI registered\n[ 0.280087] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.281300] PCI: Using configuration type 1 for base access\n[ 0.294763] ACPI: Added _OSI(Module Device)\n[ 0.295590] ACPI: Added _OSI(Processor Device)\n[ 0.296429] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.297298] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.299713] ACPI: Interpreter enabled\n[ 0.300474] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.302263] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.304062] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.305852] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.307649] ACPI: (supports S0 S5)\n[ 0.308337] ACPI: Using IOAPIC for interrupt routing\n[ 0.309260] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.312600] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.313710] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.314910] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.316073] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.318268] acpiphp: Slot [3] registered\n[ 0.319054] acpiphp: Slot [4] registered\n[ 0.319844] acpiphp: Slot [5] registered\n[ 0.320629] acpiphp: Slot [6] registered\n[ 0.321409] acpiphp: Slot [7] registered\n[ 0.322186] acpiphp: Slot [8] registered\n[ 0.322970] acpiphp: Slot [9] registered\n[ 0.323752] acpiphp: Slot [10] registered\n[ 0.334579] acpiphp: Slot [11] registered\n[ 0.335371] acpiphp: Slot [12] registered\n[ 0.336162] acpiphp: Slot [13] registered\n[ 0.336951] acpiphp: Slot [14] registered\n[ 0.337748] acpiphp: Slot [15] registered\n[ 0.338543] acpiphp: Slot [16] registered\n[ 0.339338] acpiphp: Slot [17] registered\n[ 0.340128] acpiphp: Slot [18] registered\n[ 0.340919] acpiphp: Slot [19] registered\n[ 0.341711] acpiphp: Slot [20] registered\n[ 0.342503] acpiphp: Slot [21] registered\n[ 0.343290] acpiphp: Slot [22] registered\n[ 0.344089] acpiphp: Slot [23] registered\n[ 0.344885] acpiphp: Slot [24] registered\n[ 0.345675] acpiphp: Slot [25] registered\n[ 0.346465] acpiphp: Slot [26] registered\n[ 0.347250] acpiphp: Slot [27] registered\n[ 0.348039] acpiphp: Slot [28] registered\n[ 0.348834] acpiphp: Slot [29] registered\n[ 0.349624] acpiphp: Slot [30] registered\n[ 0.350414] acpiphp: Slot [31] registered\n[ 0.351198] PCI host bridge to bus 0000:00\n[ 0.351983] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.353163] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.354339] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.355746] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.357151] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.363563] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.364810] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.365949] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.367175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.373579] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.375024] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.421336] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.422790] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.424169] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.425564] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.426918] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.428173] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.429356] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.430550] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.432048] vgaarb: loaded\n[ 0.432631] vgaarb: bridge control possible 0000:00:02.0\n[ 0.433769] SCSI subsystem initialized\n[ 0.434597] ACPI: bus type USB registered\n[ 0.435395] usbcore: registered new interface driver usbfs\n[ 0.436391] usbcore: registered new interface driver hub\n[ 0.437361] usbcore: registered new device driver usb\n[ 0.438468] PCI: Using ACPI for IRQ routing\n[ 0.439486] NetLabel: Initializing\n[ 0.440179] NetLabel: domain hash size = 128\n[ 0.441006] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.441927] NetLabel: unlabeled traffic allowed by default\n[ 0.443053] clocksource: Switched to clocksource kvm-clock\n[ 0.449131] AppArmor: AppArmor Filesystem Enabled\n[ 0.450079] pnp: PnP ACPI init\n[ 0.451000] pnp: PnP ACPI: found 5 devices\n[ 0.458358] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.460015] NET: Registered protocol family 2\n[ 0.460987] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.462219] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.463350] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.464483] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.465522] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.466651] NET: Registered protocol family 1\n[ 0.467496] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.468551] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.469585] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.488174] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.507006] Trying to unpack rootfs image as initramfs...\n[ 0.558196] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.572337] Scanning for low memory corruption every 60 seconds\n[ 0.573732] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.574865] audit: initializing netlink subsys (disabled)\n[ 0.575897] audit: type=2000 audit(1540548770.035:1): initialized\n[ 0.577194] Initialise system trusted keyring\n[ 0.578133] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579273] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.581350] zbud: loaded\n[ 0.582104] VFS: Disk quotas dquot_6.6.0\n[ 0.589012] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.590708] fuse init (API version 7.23)\n[ 0.591612] Key type big_key registered\n[ 0.592400] Allocating IMA MOK and blacklist keyrings.\n[ 0.593798] Key type asymmetric registered\n[ 0.594602] Asymmetric key parser 'x509' registered\n[ 0.595542] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.597022] io scheduler noop registered\n[ 0.597799] io scheduler deadline registered (default)\n[ 0.598764] io scheduler cfq registered\n[ 0.599612] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.600631] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.601876] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.603298] ACPI: Power Button [PWRF]\n[ 0.604197] GHES: HEST is not enabled!\n[ 0.622558] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.660636] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.663225] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.687393] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.689974] Linux agpgart interface v0.103\n[ 0.692981] brd: module loaded\n[ 0.694494] loop: module loaded\n[ 0.698923] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.700352] GPT:90111 != 20971519\n[ 0.701033] GPT:Alternate GPT header not at the end of the disk.\n[ 0.702093] GPT:90111 != 20971519\n[ 0.702765] GPT: Use GNU Parted to correct GPT errors.\n[ 0.703710] vda: vda1 vda15\n[ 0.705276] scsi host0: ata_piix\n[ 0.706046] scsi host1: ata_piix\n[ 0.706745] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.707931] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.709176] libphy: Fixed MDIO Bus: probed\n[ 0.710026] tun: Universal TUN/TAP device driver, 1.6\n[ 0.710995] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.712936] PPP generic driver version 2.4.2\n[ 0.713842] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.714998] ehci-pci: EHCI PCI platform driver\n[ 0.715856] ehci-platform: EHCI generic platform driver\n[ 0.716819] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.717913] ohci-pci: OHCI PCI platform driver\n[ 0.718760] ohci-platform: OHCI generic platform driver\n[ 0.719721] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.738598] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.739570] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.740981] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.741982] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.743081] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.744264] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.745643] usb usb1: Product: UHCI Host Controller\n[ 0.746553] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.747664] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.748619] hub 1-0:1.0: USB hub found\n[ 0.749373] hub 1-0:1.0: 2 ports detected\n[ 0.750259] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.752347] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.753294] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.754357] mousedev: PS/2 mouse device common for all mice\n[ 0.755612] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.757419] rtc_cmos 00:00: RTC can wake from S4\n[ 0.758523] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.759700] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.760864] i2c /dev entries driver\n[ 0.761611] device-mapper: uevent: version 1.0.3\n[ 0.762549] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.764131] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.765456] NET: Registered protocol family 10\n[ 0.766475] NET: Registered protocol family 17\n[ 0.767351] Key type dns_resolver registered\n[ 0.768322] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.769398] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.770511] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.772258] registered taskstats version 1\n[ 0.773070] Loading compiled-in X.509 certificates\n[ 0.774487] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.776300] zswap: loaded using pool lzo/zbud\n[ 0.778331] Key type trusted registered\n[ 0.780043] Key type encrypted registered\n[ 0.780851] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.781851] ima: No TPM chip found, activating TPM-bypass!\n[ 0.782863] evm: HMAC attrs: 0x1\n[ 0.783822] Magic number: 6:207:225\n[ 0.784691] rtc_cmos 00:00: setting system clock to 2018-10-26 10:12:49 UTC (1540548769)\n[ 0.796613] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.797723] EDD information not available.\n[ 0.864474] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.866015] Write protecting the kernel read-only data: 14336k\n[ 0.867622] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.869437] 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.928487] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.95\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.9...\nLease of 10.55.1.9 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.15. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCgSa8i5bPmoFJYrlcBhZawPVTWXTkgCpY5Qy+OH7N8VBBZGaH55uGYPReJd1ULGQsrSgNj/vQBO1cD75GzCR9kGYpDHBCUgg26od9gsikHYj9wKC0gGTMZz3oWryASMH8O8NkMY8H+4ggKw5Sx9YOTf0qvTzzG2z+kDAPHsXAXxOC5uefxiTEiAbfgWiNrsHDpt8FC7mZ+R5C1HKLMpHb34pqeo9s9uc48Sl0H5A5wdFQWkH+0Aw1N6ClUeH0zek3XgjWtKb4cfdCK6YihIH6zKrrqkGSK7XqTUv8p3HW3+84+O65AOQUUb9gURgRz+kOLL/ssKXxjg6YI9Bxxa0+v root@createinstancesinglenetworktests-d4e1eace-7185-4698-ac88-16c372\nssh-dss AAAAB3NzaC1kc3MAAACBAKuVQjWKI3FzrCeHoXHRhtdoKTTHvF+GdvH5lzFYXybVGbqas+jeBC8PcMaG91vHoTxWBR4DlWoCbzgaSeLU9rOI5UuTMN67dp6pO7lLRFBFQw5dp5Wubd270SJsnf82BP+lzFHsgOObtTsqOfWIOjKgCl/9xni29czyyGAUiRBJAAAAFQDXF6H7CQzZAG8ueirhUvFezjd0cQAAAIBovU4vu3to5F2dVI1f6EW3/0RUS9/xzSl6BQPM5Cns9qyLpldBQK9VK06p1wzg33kcsrFXEhcF8tRx6I0xQ8lovk8Fh6pM4WczMRkuQa9oR8h3xIM76Ho2sX0gqDFGv0TJe8m+SL+2ZgNWbNitD5irIZR4qeUtYJN2/XRRn2yVMQAAAIAoaZGQtHAYxBQ689SGlKNNnMJQlHqccTCZdK9CDqCFL1YU2X4HEQUDA/qBQ4Qmc25J7KE1POp7g08VeeJhMbjn2EiggzqR+z/dCua870WCnJdDMWe6hhYHBfgwRFORrCMmv778jYXaz8HShK/+Kt5F+gjVyTJ7hijpRnwt8EdvIw== root@createinstancesinglenetworktests-d4e1eace-7185-4698-ac88-16c372\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.9,24,fe80::f816:3eff:fed3:7b04/64,\nip-route:default via 10.55.1.1 dev eth0 \nip-route:10.55.1.0/24 dev eth0 src 10.55.1.9 \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-00000104\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-d4e1eace-7185-4698-ac88-16c372\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.68 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-d4e1eace-7185-4698-ac88-16c372 login: "} 2018-10-26 10:12:57,497 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116/action used request id req-a316c66e-cca5-45a1-abd0-7d5e6cc98eb5 2018-10-26 10:12:57,498 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-26 10:12:57,498 - 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 526131936 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.145222] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.146830] pid_max: default: 32768 minimum: 301 [ 0.147703] ACPI: Core revision 20150930 [ 0.149083] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.150352] Security Framework initialized [ 0.151145] Yama: becoming mindful. [ 0.151863] AppArmor: AppArmor initialized [ 0.152699] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.153944] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.155162] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.156328] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.157676] Initializing cgroup subsys io [ 0.158463] Initializing cgroup subsys memory [ 0.159293] Initializing cgroup subsys devices [ 0.160136] Initializing cgroup subsys freezer [ 0.160996] Initializing cgroup subsys net_cls [ 0.161837] Initializing cgroup subsys perf_event [ 0.162719] Initializing cgroup subsys net_prio [ 0.163573] Initializing cgroup subsys hugetlb [ 0.164422] Initializing cgroup subsys pids [ 0.165271] CPU: Physical Processor ID: 0 [ 0.166735] mce: CPU supports 10 MCE banks [ 0.167555] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.168528] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.170805] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.177425] ftrace: allocating 31920 entries in 125 pages [ 0.204415] smpboot: Max logical packages: 2 [ 0.205288] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.206460] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.207766] x2apic enabled [ 0.208580] Switched APIC routing to physical x2apic. [ 0.210305] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211506] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213616] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.215521] KVM setup paravirtual spinlock [ 0.216975] x86: Booting SMP configuration: [ 0.217863] .... node #0, CPUs: #1 [ 0.218748] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.240966] x86: Booted up 1 node, 2 CPUs [ 0.240968] KVM setup async PF for cpu 1 [ 0.240971] kvm-stealtime: cpu 1, msr f90d940 [ 0.243478] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.244959] devtmpfs: initialized [ 0.246661] evm: security.selinux [ 0.247340] evm: security.SMACK64 [ 0.248015] evm: security.SMACK64EXEC [ 0.248740] evm: security.SMACK64TRANSMUTE [ 0.249532] evm: security.SMACK64MMAP [ 0.250254] evm: security.ima [ 0.250883] evm: security.capability [ 0.251759] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.253603] pinctrl core: initialized pinctrl subsystem [ 0.254677] RTC time: 10:12:49, date: 10/26/18 [ 0.255667] NET: Registered protocol family 16 [ 0.265617] cpuidle: using governor ladder [ 0.277712] cpuidle: using governor menu [ 0.278506] PCCT header not found. [ 0.279308] ACPI: bus type PCI registered [ 0.280087] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.281300] PCI: Using configuration type 1 for base access [ 0.294763] ACPI: Added _OSI(Module Device) [ 0.295590] ACPI: Added _OSI(Processor Device) [ 0.296429] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.297298] ACPI: Added _OSI(Processor Aggregator Device) [ 0.299713] ACPI: Interpreter enabled [ 0.300474] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.302263] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.304062] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.305852] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.307649] ACPI: (supports S0 S5) [ 0.308337] ACPI: Using IOAPIC for interrupt routing [ 0.309260] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.312600] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.313710] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.314910] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.316073] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.318268] acpiphp: Slot [3] registered [ 0.319054] acpiphp: Slot [4] registered [ 0.319844] acpiphp: Slot [5] registered [ 0.320629] acpiphp: Slot [6] registered [ 0.321409] acpiphp: Slot [7] registered [ 0.322186] acpiphp: Slot [8] registered [ 0.322970] acpiphp: Slot [9] registered [ 0.323752] acpiphp: Slot [10] registered [ 0.334579] acpiphp: Slot [11] registered [ 0.335371] acpiphp: Slot [12] registered [ 0.336162] acpiphp: Slot [13] registered [ 0.336951] acpiphp: Slot [14] registered [ 0.337748] acpiphp: Slot [15] registered [ 0.338543] acpiphp: Slot [16] registered [ 0.339338] acpiphp: Slot [17] registered [ 0.340128] acpiphp: Slot [18] registered [ 0.340919] acpiphp: Slot [19] registered [ 0.341711] acpiphp: Slot [20] registered [ 0.342503] acpiphp: Slot [21] registered [ 0.343290] acpiphp: Slot [22] registered [ 0.344089] acpiphp: Slot [23] registered [ 0.344885] acpiphp: Slot [24] registered [ 0.345675] acpiphp: Slot [25] registered [ 0.346465] acpiphp: Slot [26] registered [ 0.347250] acpiphp: Slot [27] registered [ 0.348039] acpiphp: Slot [28] registered [ 0.348834] acpiphp: Slot [29] registered [ 0.349624] acpiphp: Slot [30] registered [ 0.350414] acpiphp: Slot [31] registered [ 0.351198] PCI host bridge to bus 0000:00 [ 0.351983] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.353163] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.354339] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.355746] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.357151] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.363563] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.364810] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.365949] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.367175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.373579] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.375024] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.421336] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.422790] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.424169] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.425564] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.426918] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.428173] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.429356] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.430550] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.432048] vgaarb: loaded [ 0.432631] vgaarb: bridge control possible 0000:00:02.0 [ 0.433769] SCSI subsystem initialized [ 0.434597] ACPI: bus type USB registered [ 0.435395] usbcore: registered new interface driver usbfs [ 0.436391] usbcore: registered new interface driver hub [ 0.437361] usbcore: registered new device driver usb [ 0.438468] PCI: Using ACPI for IRQ routing [ 0.439486] NetLabel: Initializing [ 0.440179] NetLabel: domain hash size = 128 [ 0.441006] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.441927] NetLabel: unlabeled traffic allowed by default [ 0.443053] clocksource: Switched to clocksource kvm-clock [ 0.449131] AppArmor: AppArmor Filesystem Enabled [ 0.450079] pnp: PnP ACPI init [ 0.451000] pnp: PnP ACPI: found 5 devices [ 0.458358] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.460015] NET: Registered protocol family 2 [ 0.460987] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.462219] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.463350] TCP: Hash tables configured (established 2048 bind 2048) [ 0.464483] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.465522] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.466651] NET: Registered protocol family 1 [ 0.467496] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.468551] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.469585] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.488174] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.507006] Trying to unpack rootfs image as initramfs... [ 0.558196] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.572337] Scanning for low memory corruption every 60 seconds [ 0.573732] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.574865] audit: initializing netlink subsys (disabled) [ 0.575897] audit: type=2000 audit(1540548770.035:1): initialized [ 0.577194] Initialise system trusted keyring [ 0.578133] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.579273] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.581350] zbud: loaded [ 0.582104] VFS: Disk quotas dquot_6.6.0 [ 0.589012] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.590708] fuse init (API version 7.23) [ 0.591612] Key type big_key registered [ 0.592400] Allocating IMA MOK and blacklist keyrings. [ 0.593798] Key type asymmetric registered [ 0.594602] Asymmetric key parser 'x509' registered [ 0.595542] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.597022] io scheduler noop registered [ 0.597799] io scheduler deadline registered (default) [ 0.598764] io scheduler cfq registered [ 0.599612] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.600631] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.601876] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.603298] ACPI: Power Button [PWRF] [ 0.604197] GHES: HEST is not enabled! [ 0.622558] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.660636] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.663225] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.687393] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.689974] Linux agpgart interface v0.103 [ 0.692981] brd: module loaded [ 0.694494] loop: module loaded [ 0.698923] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.700352] GPT:90111 != 20971519 [ 0.701033] GPT:Alternate GPT header not at the end of the disk. [ 0.702093] GPT:90111 != 20971519 [ 0.702765] GPT: Use GNU Parted to correct GPT errors. [ 0.703710] vda: vda1 vda15 [ 0.705276] scsi host0: ata_piix [ 0.706046] scsi host1: ata_piix [ 0.706745] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.707931] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.709176] libphy: Fixed MDIO Bus: probed [ 0.710026] tun: Universal TUN/TAP device driver, 1.6 [ 0.710995] tun: (C) 1999-2004 Max Krasnyansky [ 0.712936] PPP generic driver version 2.4.2 [ 0.713842] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.714998] ehci-pci: EHCI PCI platform driver [ 0.715856] ehci-platform: EHCI generic platform driver [ 0.716819] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.717913] ohci-pci: OHCI PCI platform driver [ 0.718760] ohci-platform: OHCI generic platform driver [ 0.719721] uhci_hcd: USB Universal Host Controller Interface driver [ 0.738598] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.739570] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.740981] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.741982] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.743081] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.744264] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.745643] usb usb1: Product: UHCI Host Controller [ 0.746553] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.747664] usb usb1: SerialNumber: 0000:00:01.2 [ 0.748619] hub 1-0:1.0: USB hub found [ 0.749373] hub 1-0:1.0: 2 ports detected [ 0.750259] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.752347] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.753294] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.754357] mousedev: PS/2 mouse device common for all mice [ 0.755612] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.757419] rtc_cmos 00:00: RTC can wake from S4 [ 0.758523] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.759700] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.760864] i2c /dev entries driver [ 0.761611] device-mapper: uevent: version 1.0.3 [ 0.762549] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.764131] ledtrig-cpu: registered to indicate activity on CPUs [ 0.765456] NET: Registered protocol family 10 [ 0.766475] NET: Registered protocol family 17 [ 0.767351] Key type dns_resolver registered [ 0.768322] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.769398] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.770511] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.772258] registered taskstats version 1 [ 0.773070] Loading compiled-in X.509 certificates [ 0.774487] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.776300] zswap: loaded using pool lzo/zbud [ 0.778331] Key type trusted registered [ 0.780043] Key type encrypted registered [ 0.780851] AppArmor: AppArmor sha1 policy hashing enabled [ 0.781851] ima: No TPM chip found, activating TPM-bypass! [ 0.782863] evm: HMAC attrs: 0x1 [ 0.783822] Magic number: 6:207:225 [ 0.784691] rtc_cmos 00:00: setting system clock to 2018-10-26 10:12:49 UTC (1540548769) [ 0.796613] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.797723] EDD information not available. [ 0.864474] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.866015] Write protecting the kernel read-only data: 14336k [ 0.867622] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.869437] 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.928487] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.95 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.9... Lease of 10.55.1.9 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.15. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCgSa8i5bPmoFJYrlcBhZawPVTWXTkgCpY5Qy+OH7N8VBBZGaH55uGYPReJd1ULGQsrSgNj/vQBO1cD75GzCR9kGYpDHBCUgg26od9gsikHYj9wKC0gGTMZz3oWryASMH8O8NkMY8H+4ggKw5Sx9YOTf0qvTzzG2z+kDAPHsXAXxOC5uefxiTEiAbfgWiNrsHDpt8FC7mZ+R5C1HKLMpHb34pqeo9s9uc48Sl0H5A5wdFQWkH+0Aw1N6ClUeH0zek3XgjWtKb4cfdCK6YihIH6zKrrqkGSK7XqTUv8p3HW3+84+O65AOQUUb9gURgRz+kOLL/ssKXxjg6YI9Bxxa0+v root@createinstancesinglenetworktests-d4e1eace-7185-4698-ac88-16c372 ssh-dss AAAAB3NzaC1kc3MAAACBAKuVQjWKI3FzrCeHoXHRhtdoKTTHvF+GdvH5lzFYXybVGbqas+jeBC8PcMaG91vHoTxWBR4DlWoCbzgaSeLU9rOI5UuTMN67dp6pO7lLRFBFQw5dp5Wubd270SJsnf82BP+lzFHsgOObtTsqOfWIOjKgCl/9xni29czyyGAUiRBJAAAAFQDXF6H7CQzZAG8ueirhUvFezjd0cQAAAIBovU4vu3to5F2dVI1f6EW3/0RUS9/xzSl6BQPM5Cns9qyLpldBQK9VK06p1wzg33kcsrFXEhcF8tRx6I0xQ8lovk8Fh6pM4WczMRkuQa9oR8h3xIM76Ho2sX0gqDFGv0TJe8m+SL+2ZgNWbNitD5irIZR4qeUtYJN2/XRRn2yVMQAAAIAoaZGQtHAYxBQ689SGlKNNnMJQlHqccTCZdK9CDqCFL1YU2X4HEQUDA/qBQ4Qmc25J7KE1POp7g08VeeJhMbjn2EiggzqR+z/dCua870WCnJdDMWe6hhYHBfgwRFORrCMmv778jYXaz8HShK/+Kt5F+gjVyTJ7hijpRnwt8EdvIw== root@createinstancesinglenetworktests-d4e1eace-7185-4698-ac88-16c372 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.1.9,24,fe80::f816:3eff:fed3:7b04/64, ip-route:default via 10.55.1.1 dev eth0 ip-route:10.55.1.0/24 dev eth0 src 10.55.1.9 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-00000104 name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-d4e1eace-7185-4698-ac88-16c372 launch-index: 0 === cirros: current=0.4.0 uptime=2.68 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-d4e1eace-7185-4698-ac88-16c372 login: 2018-10-26 10:12:57,502 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:12:57,971 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-10918e9f-e161-47ae-b834-20206140052c x-compute-request-id: req-10918e9f-e161-47ae-b834-20206140052c Content-Encoding: gzip Content-Length: 769 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:7b:04", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116", "rel": "bookmark"}], "image": {"id": "553e6628-773f-4c72-8d21-48fd6427e55b", "links": [{"href": "http://172.30.9.21:8774/images/553e6628-773f-4c72-8d21-48fd6427e55b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:12:49.000000", "flavor": {"id": "21c1aaa7-d732-4e45-b9ac-801d3aaa15cc", "links": [{"href": "http://172.30.9.21:8774/flavors/21c1aaa7-d732-4e45-b9ac-801d3aaa15cc", "rel": "bookmark"}]}, "id": "fe924be4-bbcb-407f-a43b-6ec16eeaf116", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-sec-grp"}], "user_id": "63328c8b5f9843d88984362de69ef7d5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:12:49Z", "hostId": "3630685a74b81944cefab9ab85a6c9ba28e3db650335694477dcbd75", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-kp", "name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-inst", "created": "2018-10-26T10:12:42Z", "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:12:57,972 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116 used request id req-10918e9f-e161-47ae-b834-20206140052c 2018-10-26 10:12:57,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:12:58,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-71e7ab18-f642-43c5-99b4-033303917f5a Date: Fri, 26 Oct 2018 10:12: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":["77a89672-940a-450c-9b5c-fbc92b66f660"],"updated_at":"2018-10-26T10:12:19Z","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"43cc1126f3394c6692f893e2c7e4f9aa","id":"a1847f2f-a189-4593-885f-abfcec59b1b4","name":"CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-net"}]} 2018-10-26 10:12:58,078 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-net used request id req-71e7ab18-f642-43c5-99b4-033303917f5a 2018-10-26 10:12:58,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/43cc1126f3394c6692f893e2c7e4f9aa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:12:58,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:12:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4af8e3ce-588e-4a61-9b4e-2a0bf48c8d31 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/43cc1126f3394c6692f893e2c7e4f9aa"}, "enabled": true, "id": "43cc1126f3394c6692f893e2c7e4f9aa", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-a314f5aa-73e9-4d1-proj"}} 2018-10-26 10:12:58,245 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/43cc1126f3394c6692f893e2c7e4f9aa used request id req-4af8e3ce-588e-4a61-9b4e-2a0bf48c8d31 2018-10-26 10:12:58,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=a1847f2f-a189-4593-885f-abfcec59b1b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:12:58,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e52dc70a-43e5-4265-b275-6d4f380768e7 Date: Fri, 26 Oct 2018 10:12:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a1847f2f-a189-4593-885f-abfcec59b1b4","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:19Z","dns_nameservers":[],"updated_at":"2018-10-26T10:12: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":"43cc1126f3394c6692f893e2c7e4f9aa","id":"77a89672-940a-450c-9b5c-fbc92b66f660","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-subnet"}]} 2018-10-26 10:12:58,307 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=a1847f2f-a189-4593-885f-abfcec59b1b4 used request id req-e52dc70a-43e5-4265-b275-6d4f380768e7 2018-10-26 10:12:58,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=a1847f2f-a189-4593-885f-abfcec59b1b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:12:58,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-1604b2d4-60b3-483a-a6a9-a62c5ecb0cc7 Date: Fri, 26 Oct 2018 10:12:58 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:12:43Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"77a89672-940a-450c-9b5c-fbc92b66f660","ip_address":"10.55.1.1"}],"id":"07f8b049-a936-4488-826e-2f32ea1f7593","security_groups":[],"mac_address":"fa:16:3e:9a:b6:c6","project_id":"43cc1126f3394c6692f893e2c7e4f9aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a1847f2f-a189-4593-885f-abfcec59b1b4","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:28Z","binding:vnic_type":"normal","device_id":"02307c7c-9e51-41e8-be25-6d87704a18c3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:12:54Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"77a89672-940a-450c-9b5c-fbc92b66f660","ip_address":"10.55.1.9"}],"id":"2d0c251c-e804-44eb-92e4-59bb40fb9d2b","security_groups":["1a8ad878-37d1-4836-9f55-2e4e436e7b75","a0f748ab-f673-4cea-bda9-43489bb217b5"],"mac_address":"fa:16:3e:d3:7b:04","project_id":"43cc1126f3394c6692f893e2c7e4f9aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390eport-1","admin_state_up":true,"network_id":"a1847f2f-a189-4593-885f-abfcec59b1b4","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:39Z","binding:vnic_type":"normal","device_id":"fe924be4-bbcb-407f-a43b-6ec16eeaf116"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:12:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"77a89672-940a-450c-9b5c-fbc92b66f660","ip_address":"10.55.1.3"}],"id":"2d21195e-521b-4f6e-a5b9-c8dda5fcb405","security_groups":[],"mac_address":"fa:16:3e:d3:a0:f0","project_id":"43cc1126f3394c6692f893e2c7e4f9aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a1847f2f-a189-4593-885f-abfcec59b1b4","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:20Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a1847f2f-a189-4593-885f-abfcec59b1b4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:12:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"77a89672-940a-450c-9b5c-fbc92b66f660","ip_address":"10.55.1.2"}],"id":"53a64760-e9bb-40c9-9a9a-33c0b423853b","security_groups":[],"mac_address":"fa:16:3e:71:43:bb","project_id":"43cc1126f3394c6692f893e2c7e4f9aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a1847f2f-a189-4593-885f-abfcec59b1b4","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:20Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a1847f2f-a189-4593-885f-abfcec59b1b4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:12:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"77a89672-940a-450c-9b5c-fbc92b66f660","ip_address":"10.55.1.4"}],"id":"9d95424d-604d-489d-b29c-a6dc3059f363","security_groups":[],"mac_address":"fa:16:3e:20:47:42","project_id":"43cc1126f3394c6692f893e2c7e4f9aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a1847f2f-a189-4593-885f-abfcec59b1b4","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:21Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a1847f2f-a189-4593-885f-abfcec59b1b4"}]} 2018-10-26 10:12:58,417 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=a1847f2f-a189-4593-885f-abfcec59b1b4 used request id req-1604b2d4-60b3-483a-a6a9-a62c5ecb0cc7 2018-10-26 10:12:58,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:12:58,491 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-1278f2d9-7f73-4eca-99b3-309582d3eb55 Date: Fri, 26 Oct 2018 10:12:58 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "created_at": "2018-10-26T10:12:22Z", "admin_state_up": true, "updated_at": "2018-10-26T10:12:29Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "43cc1126f3394c6692f893e2c7e4f9aa", "id": "02307c7c-9e51-41e8-be25-6d87704a18c3", "name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-router"}]} 2018-10-26 10:12:58,491 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-router used request id req-1278f2d9-7f73-4eca-99b3-309582d3eb55 2018-10-26 10:12:58,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/43cc1126f3394c6692f893e2c7e4f9aa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:12:58,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:12:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5168325-a1a6-45d4-8054-74065263f7ae Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/43cc1126f3394c6692f893e2c7e4f9aa"}, "enabled": true, "id": "43cc1126f3394c6692f893e2c7e4f9aa", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-a314f5aa-73e9-4d1-proj"}} 2018-10-26 10:12:58,573 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/43cc1126f3394c6692f893e2c7e4f9aa used request id req-b5168325-a1a6-45d4-8054-74065263f7ae 2018-10-26 10:12:58,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=02307c7c-9e51-41e8-be25-6d87704a18c3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:12:58,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 756 X-Openstack-Request-Id: req-83e7be9b-357b-49ed-a279-8c74d35be307 Date: Fri, 26 Oct 2018 10:12:58 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:12:43Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"77a89672-940a-450c-9b5c-fbc92b66f660","ip_address":"10.55.1.1"}],"id":"07f8b049-a936-4488-826e-2f32ea1f7593","security_groups":[],"mac_address":"fa:16:3e:9a:b6:c6","project_id":"43cc1126f3394c6692f893e2c7e4f9aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a1847f2f-a189-4593-885f-abfcec59b1b4","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:28Z","binding:vnic_type":"normal","device_id":"02307c7c-9e51-41e8-be25-6d87704a18c3"}]} 2018-10-26 10:12:58,809 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=02307c7c-9e51-41e8-be25-6d87704a18c3 used request id req-83e7be9b-357b-49ed-a279-8c74d35be307 2018-10-26 10:12:58,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/77a89672-940a-450c-9b5c-fbc92b66f660 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:12:58,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-fb9cd6a1-e725-4f22-a011-c142912d2929 Date: Fri, 26 Oct 2018 10:12:58 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a1847f2f-a189-4593-885f-abfcec59b1b4","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:19Z","dns_nameservers":[],"updated_at":"2018-10-26T10:12: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":"43cc1126f3394c6692f893e2c7e4f9aa","id":"77a89672-940a-450c-9b5c-fbc92b66f660","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-subnet"}} 2018-10-26 10:12:58,869 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/77a89672-940a-450c-9b5c-fbc92b66f660 used request id req-fb9cd6a1-e725-4f22-a011-c142912d2929 2018-10-26 10:12:58,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:12:58,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-16bf941d-62a9-4f27-82c2-216d8c403138 Date: Fri, 26 Oct 2018 10:12:58 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","mtu":1500}]} 2018-10-26 10:12:58,976 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-16bf941d-62a9-4f27-82c2-216d8c403138 2018-10-26 10:12:58,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:12:59,013 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-9f3aaad4-1ac7-493b-9a65-d57a063b1e85 Date: Fri, 26 Oct 2018 10:12:59 GMT RESP BODY: {"subnets":[]} 2018-10-26 10:12:59,013 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-9f3aaad4-1ac7-493b-9a65-d57a063b1e85 2018-10-26 10:12:59,016 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:12:59,339 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:12: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-a81f5a24-854a-4a15-920c-4ed33339c49e x-compute-request-id: req-a81f5a24-854a-4a15-920c-4ed33339c49e Content-Encoding: gzip Content-Length: 769 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:7b:04", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116", "rel": "bookmark"}], "image": {"id": "553e6628-773f-4c72-8d21-48fd6427e55b", "links": [{"href": "http://172.30.9.21:8774/images/553e6628-773f-4c72-8d21-48fd6427e55b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:12:49.000000", "flavor": {"id": "21c1aaa7-d732-4e45-b9ac-801d3aaa15cc", "links": [{"href": "http://172.30.9.21:8774/flavors/21c1aaa7-d732-4e45-b9ac-801d3aaa15cc", "rel": "bookmark"}]}, "id": "fe924be4-bbcb-407f-a43b-6ec16eeaf116", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-sec-grp"}], "user_id": "63328c8b5f9843d88984362de69ef7d5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:12:49Z", "hostId": "3630685a74b81944cefab9ab85a6c9ba28e3db650335694477dcbd75", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-kp", "name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-inst", "created": "2018-10-26T10:12:42Z", "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:12:59,339 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116 used request id req-a81f5a24-854a-4a15-920c-4ed33339c49e 2018-10-26 10:12:59,339 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-inst] is - ACTIVE 2018-10-26 10:12:59,340 - create_instance - INFO - VM is - ACTIVE 2018-10-26 10:12:59,342 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:12:59,974 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:12: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-dc280e75-58f3-4a21-b99c-6390eabc0fb9 x-compute-request-id: req-dc280e75-58f3-4a21-b99c-6390eabc0fb9 Content-Encoding: gzip Content-Length: 769 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:7b:04", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116", "rel": "bookmark"}], "image": {"id": "553e6628-773f-4c72-8d21-48fd6427e55b", "links": [{"href": "http://172.30.9.21:8774/images/553e6628-773f-4c72-8d21-48fd6427e55b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:12:49.000000", "flavor": {"id": "21c1aaa7-d732-4e45-b9ac-801d3aaa15cc", "links": [{"href": "http://172.30.9.21:8774/flavors/21c1aaa7-d732-4e45-b9ac-801d3aaa15cc", "rel": "bookmark"}]}, "id": "fe924be4-bbcb-407f-a43b-6ec16eeaf116", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-sec-grp"}], "user_id": "63328c8b5f9843d88984362de69ef7d5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:12:49Z", "hostId": "3630685a74b81944cefab9ab85a6c9ba28e3db650335694477dcbd75", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-kp", "name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-inst", "created": "2018-10-26T10:12:42Z", "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:12:59,975 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116 used request id req-dc280e75-58f3-4a21-b99c-6390eabc0fb9 2018-10-26 10:12:59,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:13:00,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-b0141423-6f83-4df5-bcfa-7255aa79800a Date: Fri, 26 Oct 2018 10:13: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":["77a89672-940a-450c-9b5c-fbc92b66f660"],"updated_at":"2018-10-26T10:12:19Z","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"43cc1126f3394c6692f893e2c7e4f9aa","id":"a1847f2f-a189-4593-885f-abfcec59b1b4","name":"CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-net"}]} 2018-10-26 10:13:00,842 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-net used request id req-b0141423-6f83-4df5-bcfa-7255aa79800a 2018-10-26 10:13:00,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/43cc1126f3394c6692f893e2c7e4f9aa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:13:00,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:13:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9aa48bd2-fb40-4ff9-b038-89fa57f4304d Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/43cc1126f3394c6692f893e2c7e4f9aa"}, "enabled": true, "id": "43cc1126f3394c6692f893e2c7e4f9aa", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-a314f5aa-73e9-4d1-proj"}} 2018-10-26 10:13:00,928 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/43cc1126f3394c6692f893e2c7e4f9aa used request id req-9aa48bd2-fb40-4ff9-b038-89fa57f4304d 2018-10-26 10:13:00,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=a1847f2f-a189-4593-885f-abfcec59b1b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:13:00,999 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-31750ac8-1b73-4dce-8543-ea518236fb84 Date: Fri, 26 Oct 2018 10:13:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a1847f2f-a189-4593-885f-abfcec59b1b4","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:19Z","dns_nameservers":[],"updated_at":"2018-10-26T10:12: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":"43cc1126f3394c6692f893e2c7e4f9aa","id":"77a89672-940a-450c-9b5c-fbc92b66f660","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-subnet"}]} 2018-10-26 10:13:00,999 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=a1847f2f-a189-4593-885f-abfcec59b1b4 used request id req-31750ac8-1b73-4dce-8543-ea518236fb84 2018-10-26 10:13:01,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=a1847f2f-a189-4593-885f-abfcec59b1b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:13:01,323 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-3030a736-5af1-4af8-8bb2-fa6fdda36cf5 Date: Fri, 26 Oct 2018 10:13:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:12:43Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"77a89672-940a-450c-9b5c-fbc92b66f660","ip_address":"10.55.1.1"}],"id":"07f8b049-a936-4488-826e-2f32ea1f7593","security_groups":[],"mac_address":"fa:16:3e:9a:b6:c6","project_id":"43cc1126f3394c6692f893e2c7e4f9aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a1847f2f-a189-4593-885f-abfcec59b1b4","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:28Z","binding:vnic_type":"normal","device_id":"02307c7c-9e51-41e8-be25-6d87704a18c3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:12:54Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"77a89672-940a-450c-9b5c-fbc92b66f660","ip_address":"10.55.1.9"}],"id":"2d0c251c-e804-44eb-92e4-59bb40fb9d2b","security_groups":["1a8ad878-37d1-4836-9f55-2e4e436e7b75","a0f748ab-f673-4cea-bda9-43489bb217b5"],"mac_address":"fa:16:3e:d3:7b:04","project_id":"43cc1126f3394c6692f893e2c7e4f9aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390eport-1","admin_state_up":true,"network_id":"a1847f2f-a189-4593-885f-abfcec59b1b4","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:39Z","binding:vnic_type":"normal","device_id":"fe924be4-bbcb-407f-a43b-6ec16eeaf116"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:12:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"77a89672-940a-450c-9b5c-fbc92b66f660","ip_address":"10.55.1.3"}],"id":"2d21195e-521b-4f6e-a5b9-c8dda5fcb405","security_groups":[],"mac_address":"fa:16:3e:d3:a0:f0","project_id":"43cc1126f3394c6692f893e2c7e4f9aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a1847f2f-a189-4593-885f-abfcec59b1b4","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:20Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a1847f2f-a189-4593-885f-abfcec59b1b4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:12:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"77a89672-940a-450c-9b5c-fbc92b66f660","ip_address":"10.55.1.2"}],"id":"53a64760-e9bb-40c9-9a9a-33c0b423853b","security_groups":[],"mac_address":"fa:16:3e:71:43:bb","project_id":"43cc1126f3394c6692f893e2c7e4f9aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a1847f2f-a189-4593-885f-abfcec59b1b4","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:20Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a1847f2f-a189-4593-885f-abfcec59b1b4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:12:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"77a89672-940a-450c-9b5c-fbc92b66f660","ip_address":"10.55.1.4"}],"id":"9d95424d-604d-489d-b29c-a6dc3059f363","security_groups":[],"mac_address":"fa:16:3e:20:47:42","project_id":"43cc1126f3394c6692f893e2c7e4f9aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a1847f2f-a189-4593-885f-abfcec59b1b4","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:21Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a1847f2f-a189-4593-885f-abfcec59b1b4"}]} 2018-10-26 10:13:01,324 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=a1847f2f-a189-4593-885f-abfcec59b1b4 used request id req-3030a736-5af1-4af8-8bb2-fa6fdda36cf5 2018-10-26 10:13:01,324 - neutron_utils - INFO - Creating floating ip to external network - external 2018-10-26 10:13:01,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:13:01,436 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-d0597041-eca1-473c-88b4-c2deb26793f2 Date: Fri, 26 Oct 2018 10:13:01 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","mtu":1500}]} 2018-10-26 10:13:01,437 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-d0597041-eca1-473c-88b4-c2deb26793f2 2018-10-26 10:13:01,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:13:01,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e68ca9ce-d6a7-459a-ab63-4af907640178 Date: Fri, 26 Oct 2018 10:13:01 GMT RESP BODY: {"subnets":[]} 2018-10-26 10:13:01,477 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-e68ca9ce-d6a7-459a-ab63-4af907640178 2018-10-26 10:13:01,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" -d '{"floatingip": {"floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "port_id": "2d0c251c-e804-44eb-92e4-59bb40fb9d2b"}}' 2018-10-26 10:13:03,238 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 547 X-Openstack-Request-Id: req-d66cae67-4a1e-41d1-ab68-654fe4252b41 Date: Fri, 26 Oct 2018 10:13:03 GMT RESP BODY: {"floatingip": {"router_id": "02307c7c-9e51-41e8-be25-6d87704a18c3", "status": "DOWN", "description": "", "tags": [], "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "created_at": "2018-10-26T10:13:02Z", "updated_at": "2018-10-26T10:13:02Z", "floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "fixed_ip_address": "10.55.1.9", "floating_ip_address": "172.30.9.201", "revision_number": 0, "project_id": "43cc1126f3394c6692f893e2c7e4f9aa", "port_id": "2d0c251c-e804-44eb-92e4-59bb40fb9d2b", "id": "377439dd-1c71-4343-ad09-783ba51270ba"}} 2018-10-26 10:13:03,239 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips used request id req-d66cae67-4a1e-41d1-ab68-654fe4252b41 2018-10-26 10:13:03,239 - create_instance - INFO - Created floating IP 172.30.9.201 via router - CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-router 2018-10-26 10:13:03,239 - create_instance - INFO - Checking if VM is active 2018-10-26 10:13:03,242 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:13:03,554 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-08b22844-9a5d-4b65-b547-bdaea6e654ab x-compute-request-id: req-08b22844-9a5d-4b65-b547-bdaea6e654ab Content-Encoding: gzip Content-Length: 769 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:7b:04", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116", "rel": "bookmark"}], "image": {"id": "553e6628-773f-4c72-8d21-48fd6427e55b", "links": [{"href": "http://172.30.9.21:8774/images/553e6628-773f-4c72-8d21-48fd6427e55b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:12:49.000000", "flavor": {"id": "21c1aaa7-d732-4e45-b9ac-801d3aaa15cc", "links": [{"href": "http://172.30.9.21:8774/flavors/21c1aaa7-d732-4e45-b9ac-801d3aaa15cc", "rel": "bookmark"}]}, "id": "fe924be4-bbcb-407f-a43b-6ec16eeaf116", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-sec-grp"}], "user_id": "63328c8b5f9843d88984362de69ef7d5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:12:49Z", "hostId": "3630685a74b81944cefab9ab85a6c9ba28e3db650335694477dcbd75", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-kp", "name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-inst", "created": "2018-10-26T10:12:42Z", "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:13:03,555 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116 used request id req-08b22844-9a5d-4b65-b547-bdaea6e654ab 2018-10-26 10:13:03,555 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-inst] is - ACTIVE 2018-10-26 10:13:03,555 - create_instance - INFO - VM is - ACTIVE 2018-10-26 10:13:03,558 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:13:03,891 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-9c20bd98-c027-4bc8-ac20-ded04c8ad6bc x-compute-request-id: req-9c20bd98-c027-4bc8-ac20-ded04c8ad6bc Content-Encoding: gzip Content-Length: 769 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:7b:04", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116", "rel": "bookmark"}], "image": {"id": "553e6628-773f-4c72-8d21-48fd6427e55b", "links": [{"href": "http://172.30.9.21:8774/images/553e6628-773f-4c72-8d21-48fd6427e55b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:12:49.000000", "flavor": {"id": "21c1aaa7-d732-4e45-b9ac-801d3aaa15cc", "links": [{"href": "http://172.30.9.21:8774/flavors/21c1aaa7-d732-4e45-b9ac-801d3aaa15cc", "rel": "bookmark"}]}, "id": "fe924be4-bbcb-407f-a43b-6ec16eeaf116", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-sec-grp"}], "user_id": "63328c8b5f9843d88984362de69ef7d5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:12:49Z", "hostId": "3630685a74b81944cefab9ab85a6c9ba28e3db650335694477dcbd75", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-kp", "name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-inst", "created": "2018-10-26T10:12:42Z", "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:13:03,891 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116 used request id req-9c20bd98-c027-4bc8-ac20-ded04c8ad6bc 2018-10-26 10:13:03,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:13:03,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-f2d987b0-96b3-4742-9951-a662fe394380 Date: Fri, 26 Oct 2018 10:13: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":["77a89672-940a-450c-9b5c-fbc92b66f660"],"updated_at":"2018-10-26T10:12:19Z","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"43cc1126f3394c6692f893e2c7e4f9aa","id":"a1847f2f-a189-4593-885f-abfcec59b1b4","name":"CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-net"}]} 2018-10-26 10:13:03,996 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-net used request id req-f2d987b0-96b3-4742-9951-a662fe394380 2018-10-26 10:13:04,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/43cc1126f3394c6692f893e2c7e4f9aa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:13:04,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:13:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07008010-01a0-426c-be73-a70157634f37 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/43cc1126f3394c6692f893e2c7e4f9aa"}, "enabled": true, "id": "43cc1126f3394c6692f893e2c7e4f9aa", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-a314f5aa-73e9-4d1-proj"}} 2018-10-26 10:13:04,081 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/43cc1126f3394c6692f893e2c7e4f9aa used request id req-07008010-01a0-426c-be73-a70157634f37 2018-10-26 10:13:04,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=a1847f2f-a189-4593-885f-abfcec59b1b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:13:04,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-403bb5ed-97da-4b22-a6e4-3047ccd9dc37 Date: Fri, 26 Oct 2018 10:13:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a1847f2f-a189-4593-885f-abfcec59b1b4","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:19Z","dns_nameservers":[],"updated_at":"2018-10-26T10:12: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":"43cc1126f3394c6692f893e2c7e4f9aa","id":"77a89672-940a-450c-9b5c-fbc92b66f660","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-subnet"}]} 2018-10-26 10:13:04,285 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=a1847f2f-a189-4593-885f-abfcec59b1b4 used request id req-403bb5ed-97da-4b22-a6e4-3047ccd9dc37 2018-10-26 10:13:04,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=a1847f2f-a189-4593-885f-abfcec59b1b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:13:04,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-321ea180-c851-42b1-9850-673b4bf3f15b Date: Fri, 26 Oct 2018 10:13:04 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:12:43Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"77a89672-940a-450c-9b5c-fbc92b66f660","ip_address":"10.55.1.1"}],"id":"07f8b049-a936-4488-826e-2f32ea1f7593","security_groups":[],"mac_address":"fa:16:3e:9a:b6:c6","project_id":"43cc1126f3394c6692f893e2c7e4f9aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a1847f2f-a189-4593-885f-abfcec59b1b4","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:28Z","binding:vnic_type":"normal","device_id":"02307c7c-9e51-41e8-be25-6d87704a18c3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:12:54Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"77a89672-940a-450c-9b5c-fbc92b66f660","ip_address":"10.55.1.9"}],"id":"2d0c251c-e804-44eb-92e4-59bb40fb9d2b","security_groups":["1a8ad878-37d1-4836-9f55-2e4e436e7b75","a0f748ab-f673-4cea-bda9-43489bb217b5"],"mac_address":"fa:16:3e:d3:7b:04","project_id":"43cc1126f3394c6692f893e2c7e4f9aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390eport-1","admin_state_up":true,"network_id":"a1847f2f-a189-4593-885f-abfcec59b1b4","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:39Z","binding:vnic_type":"normal","device_id":"fe924be4-bbcb-407f-a43b-6ec16eeaf116"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:12:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"77a89672-940a-450c-9b5c-fbc92b66f660","ip_address":"10.55.1.3"}],"id":"2d21195e-521b-4f6e-a5b9-c8dda5fcb405","security_groups":[],"mac_address":"fa:16:3e:d3:a0:f0","project_id":"43cc1126f3394c6692f893e2c7e4f9aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a1847f2f-a189-4593-885f-abfcec59b1b4","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:20Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a1847f2f-a189-4593-885f-abfcec59b1b4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:12:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"77a89672-940a-450c-9b5c-fbc92b66f660","ip_address":"10.55.1.2"}],"id":"53a64760-e9bb-40c9-9a9a-33c0b423853b","security_groups":[],"mac_address":"fa:16:3e:71:43:bb","project_id":"43cc1126f3394c6692f893e2c7e4f9aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a1847f2f-a189-4593-885f-abfcec59b1b4","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:20Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a1847f2f-a189-4593-885f-abfcec59b1b4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:12:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"77a89672-940a-450c-9b5c-fbc92b66f660","ip_address":"10.55.1.4"}],"id":"9d95424d-604d-489d-b29c-a6dc3059f363","security_groups":[],"mac_address":"fa:16:3e:20:47:42","project_id":"43cc1126f3394c6692f893e2c7e4f9aa","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a1847f2f-a189-4593-885f-abfcec59b1b4","tenant_id":"43cc1126f3394c6692f893e2c7e4f9aa","created_at":"2018-10-26T10:12:21Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a1847f2f-a189-4593-885f-abfcec59b1b4"}]} 2018-10-26 10:13:04,545 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=a1847f2f-a189-4593-885f-abfcec59b1b4 used request id req-321ea180-c851-42b1-9850-673b4bf3f15b 2018-10-26 10:13:04,546 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-26 10:13:04,549 - paramiko.transport - DEBUG - starting thread (client mode): 0x6016a590L 2018-10-26 10:13:04,550 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-26 10:13:04,550 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-26 10:13:04,550 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-26 10:13:04,551 - 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-26 10:13:04,552 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-26 10:13:04,552 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-26 10:13:04,552 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-26 10:13:04,552 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-26 10:13:04,552 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-26 10:13:04,570 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-26 10:13:04,570 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-26 10:13:04,582 - paramiko.transport - DEBUG - Trying key 448e73ab461b974e94e3614b63ef7567 from tmp/CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e 2018-10-26 10:13:04,608 - paramiko.transport - DEBUG - userauth is OK 2018-10-26 10:13:04,612 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-26 10:13:04,712 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-26 10:13:04,728 - create_instance - INFO - SSH is active for VM instance 2018-10-26 10:13:04,728 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-26 10:13:04,730 - paramiko.transport - DEBUG - starting thread (client mode): 0x6016a150L 2018-10-26 10:13:04,730 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-26 10:13:04,730 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-26 10:13:04,731 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-26 10:13:04,732 - 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-26 10:13:04,732 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-26 10:13:04,732 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-26 10:13:04,732 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-26 10:13:04,732 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-26 10:13:04,732 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-26 10:13:04,749 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-26 10:13:04,750 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-26 10:13:04,762 - paramiko.transport - DEBUG - Trying key 448e73ab461b974e94e3614b63ef7567 from tmp/CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e 2018-10-26 10:13:04,788 - paramiko.transport - DEBUG - userauth is OK 2018-10-26 10:13:04,791 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-26 10:13:04,795 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-26 10:13:04,796 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-10-26 10:13:04,796 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-26 10:13:04,800 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-26 10:13:04,801 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-26 10:13:04,802 - create_instance - INFO - Deleting Floating IP - 172.30.9.201 2018-10-26 10:13:04,803 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.201 2018-10-26 10:13:04,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/floatingips/377439dd-1c71-4343-ad09-783ba51270ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:13:05,774 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7576f46d-2a0f-45af-a863-f238bdd91564 Content-Length: 0 Date: Fri, 26 Oct 2018 10:13:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:13:05,774 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/377439dd-1c71-4343-ad09-783ba51270ba used request id req-7576f46d-2a0f-45af-a863-f238bdd91564 2018-10-26 10:13:05,775 - create_instance - INFO - Deleting Port with ID - 2d0c251c-e804-44eb-92e4-59bb40fb9d2b 2018-10-26 10:13:05,775 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390eport-1 2018-10-26 10:13:05,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/2d0c251c-e804-44eb-92e4-59bb40fb9d2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:13:06,688 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-da0a4c41-233c-4a1a-be68-5e574c89e95e Date: Fri, 26 Oct 2018 10:13:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:13:06,688 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/2d0c251c-e804-44eb-92e4-59bb40fb9d2b used request id req-da0a4c41-233c-4a1a-be68-5e574c89e95e 2018-10-26 10:13:06,688 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-inst 2018-10-26 10:13:06,691 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:13:06,848 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10: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 x-openstack-request-id: req-0fc55331-18c5-4f33-b904-deb789b291b1 x-compute-request-id: req-0fc55331-18c5-4f33-b904-deb789b291b1 Content-Type: application/json 2018-10-26 10:13:06,848 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116 used request id req-0fc55331-18c5-4f33-b904-deb789b291b1 2018-10-26 10:13:06,848 - create_instance - INFO - Checking deletion status 2018-10-26 10:13:06,851 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:13:07,104 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-30af065f-c695-489e-a5e0-598be4c578c2 x-compute-request-id: req-30af065f-c695-489e-a5e0-598be4c578c2 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:7b:04", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:7b:04", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116", "rel": "bookmark"}], "image": {"id": "553e6628-773f-4c72-8d21-48fd6427e55b", "links": [{"href": "http://172.30.9.21:8774/images/553e6628-773f-4c72-8d21-48fd6427e55b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:12:49.000000", "flavor": {"id": "21c1aaa7-d732-4e45-b9ac-801d3aaa15cc", "links": [{"href": "http://172.30.9.21:8774/flavors/21c1aaa7-d732-4e45-b9ac-801d3aaa15cc", "rel": "bookmark"}]}, "id": "fe924be4-bbcb-407f-a43b-6ec16eeaf116", "user_id": "63328c8b5f9843d88984362de69ef7d5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:13:06Z", "hostId": "3630685a74b81944cefab9ab85a6c9ba28e3db650335694477dcbd75", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-kp", "name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-inst", "created": "2018-10-26T10:12:42Z", "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:13:07,104 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116 used request id req-30af065f-c695-489e-a5e0-598be4c578c2 2018-10-26 10:13:07,104 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-inst] is - ACTIVE 2018-10-26 10:13:07,104 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:13:10,108 - create_instance - DEBUG - VM status query timeout in 296.740914106 2018-10-26 10:13:10,111 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:13:10,376 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-7c997982-9344-4141-9e19-6806330846c1 x-compute-request-id: req-7c997982-9344-4141-9e19-6806330846c1 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:7b:04", "version": 4, "addr": "10.55.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116", "rel": "bookmark"}], "image": {"id": "553e6628-773f-4c72-8d21-48fd6427e55b", "links": [{"href": "http://172.30.9.21:8774/images/553e6628-773f-4c72-8d21-48fd6427e55b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:12:49.000000", "flavor": {"id": "21c1aaa7-d732-4e45-b9ac-801d3aaa15cc", "links": [{"href": "http://172.30.9.21:8774/flavors/21c1aaa7-d732-4e45-b9ac-801d3aaa15cc", "rel": "bookmark"}]}, "id": "fe924be4-bbcb-407f-a43b-6ec16eeaf116", "user_id": "63328c8b5f9843d88984362de69ef7d5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:13:06Z", "hostId": "3630685a74b81944cefab9ab85a6c9ba28e3db650335694477dcbd75", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-kp", "name": "CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-inst", "created": "2018-10-26T10:12:42Z", "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:13:10,377 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116 used request id req-7c997982-9344-4141-9e19-6806330846c1 2018-10-26 10:13:10,377 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-inst] is - ACTIVE 2018-10-26 10:13:10,377 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:13:13,380 - create_instance - DEBUG - VM status query timeout in 293.46814394 2018-10-26 10:13:13,383 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c290d5f0cd07d2a918883cfc8a93c9fc56df3" 2018-10-26 10:13:13,436 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 10: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 x-openstack-request-id: req-8a627cb3-d856-46b0-8cf9-88ce0e4f46dd x-compute-request-id: req-8a627cb3-d856-46b0-8cf9-88ce0e4f46dd Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance fe924be4-bbcb-407f-a43b-6ec16eeaf116 could not be found.", "code": 404}} 2018-10-26 10:13:13,436 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/fe924be4-bbcb-407f-a43b-6ec16eeaf116 used request id req-8a627cb3-d856-46b0-8cf9-88ce0e4f46dd 2018-10-26 10:13:13,436 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance fe924be4-bbcb-407f-a43b-6ec16eeaf116 could not be found. (HTTP 404) (Request-ID: req-8a627cb3-d856-46b0-8cf9-88ce0e4f46dd) 2018-10-26 10:13:13,436 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-inst 2018-10-26 10:13:13,438 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-kp 2018-10-26 10:13:13,441 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bae218a50177cf042f9ea23be63f994751775dc5" 2018-10-26 10:13:13,493 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10: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 x-openstack-request-id: req-2c6c9525-a2e4-4cf0-bb80-479c39ff9245 x-compute-request-id: req-2c6c9525-a2e4-4cf0-bb80-479c39ff9245 Content-Length: 0 Content-Type: application/json 2018-10-26 10:13:13,493 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-kp used request id req-2c6c9525-a2e4-4cf0-bb80-479c39ff9245 2018-10-26 10:13:13,494 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e.pub] 2018-10-26 10:13:13,494 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e] 2018-10-26 10:13:13,498 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/21c1aaa7-d732-4e45-b9ac-801d3aaa15cc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bcc88ce08bdfcbdbacd54b92992f724257db84ac" 2018-10-26 10:13:13,549 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10: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 x-openstack-request-id: req-2531f0c4-c21b-47aa-ae05-2c4f6aa5cad8 x-compute-request-id: req-2531f0c4-c21b-47aa-ae05-2c4f6aa5cad8 Content-Length: 0 Content-Type: application/json 2018-10-26 10:13:13,549 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/21c1aaa7-d732-4e45-b9ac-801d3aaa15cc used request id req-2531f0c4-c21b-47aa-ae05-2c4f6aa5cad8 2018-10-26 10:13:13,550 - neutron_utils - INFO - Deleting security group rule with ID - b12b8b15-a4a6-4ea5-a487-d06a56085bd9 2018-10-26 10:13:13,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/b12b8b15-a4a6-4ea5-a487-d06a56085bd9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b85ff67f85412cc1a26721184db2ef0bf3e19e46" 2018-10-26 10:13:13,812 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ed94c230-81a9-4b4d-b2ee-8d3c1b555029 Content-Length: 0 Date: Fri, 26 Oct 2018 10:13:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:13:13,812 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/b12b8b15-a4a6-4ea5-a487-d06a56085bd9 used request id req-ed94c230-81a9-4b4d-b2ee-8d3c1b555029 2018-10-26 10:13:13,812 - neutron_utils - INFO - Deleting security group rule with ID - 7210b63f-4ccd-4d55-9f0f-5f0c4a1bfbda 2018-10-26 10:13:13,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/7210b63f-4ccd-4d55-9f0f-5f0c4a1bfbda -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b85ff67f85412cc1a26721184db2ef0bf3e19e46" 2018-10-26 10:13:14,085 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-62277092-0a99-4440-99dd-14aced63ad17 Content-Length: 0 Date: Fri, 26 Oct 2018 10:13:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:13:14,085 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/7210b63f-4ccd-4d55-9f0f-5f0c4a1bfbda used request id req-62277092-0a99-4440-99dd-14aced63ad17 2018-10-26 10:13:14,085 - neutron_utils - INFO - Deleting security group rule with ID - 8aba2364-448a-484f-af85-bb20347305b9 2018-10-26 10:13:14,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/8aba2364-448a-484f-af85-bb20347305b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b85ff67f85412cc1a26721184db2ef0bf3e19e46" 2018-10-26 10:13:14,347 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-60d52db9-aeef-4d7e-b395-95a19e18b351 Content-Length: 0 Date: Fri, 26 Oct 2018 10:13:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:13:14,347 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/8aba2364-448a-484f-af85-bb20347305b9 used request id req-60d52db9-aeef-4d7e-b395-95a19e18b351 2018-10-26 10:13:14,347 - neutron_utils - INFO - Deleting security group rule with ID - 8bf800bc-4101-426f-b671-bd1a5cbfa073 2018-10-26 10:13:14,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/8bf800bc-4101-426f-b671-bd1a5cbfa073 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b85ff67f85412cc1a26721184db2ef0bf3e19e46" 2018-10-26 10:13:14,606 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-154cd750-9721-480d-9c4d-8203197cc511 Content-Length: 0 Date: Fri, 26 Oct 2018 10:13:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:13:14,606 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/8bf800bc-4101-426f-b671-bd1a5cbfa073 used request id req-154cd750-9721-480d-9c4d-8203197cc511 2018-10-26 10:13:14,607 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-sec-grp 2018-10-26 10:13:14,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/a0f748ab-f673-4cea-bda9-43489bb217b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b85ff67f85412cc1a26721184db2ef0bf3e19e46" 2018-10-26 10:13:14,739 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-14706ef0-e733-45f2-9356-813c8325621c Content-Length: 0 Date: Fri, 26 Oct 2018 10:13:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:13:14,739 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/a0f748ab-f673-4cea-bda9-43489bb217b5 used request id req-14706ef0-e733-45f2-9356-813c8325621c 2018-10-26 10:13:14,740 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-router and subnet CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-subnet 2018-10-26 10:13:14,740 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-router 2018-10-26 10:13:14,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/02307c7c-9e51-41e8-be25-6d87704a18c3/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35aca788569a451ae7d86ca4e283f0e9392f94e2" -d '{"subnet_id": "77a89672-940a-450c-9b5c-fbc92b66f660"}' 2018-10-26 10:13:16,242 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d3009ee7-ad62-4808-b72c-7bdc0847a01d Date: Fri, 26 Oct 2018 10:13:16 GMT RESP BODY: {"network_id": "a1847f2f-a189-4593-885f-abfcec59b1b4", "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "subnet_id": "77a89672-940a-450c-9b5c-fbc92b66f660", "subnet_ids": ["77a89672-940a-450c-9b5c-fbc92b66f660"], "port_id": "07f8b049-a936-4488-826e-2f32ea1f7593", "id": "02307c7c-9e51-41e8-be25-6d87704a18c3"} 2018-10-26 10:13:16,242 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/02307c7c-9e51-41e8-be25-6d87704a18c3/remove_router_interface used request id req-d3009ee7-ad62-4808-b72c-7bdc0847a01d 2018-10-26 10:13:16,242 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-router 2018-10-26 10:13:16,242 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-router 2018-10-26 10:13:16,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/02307c7c-9e51-41e8-be25-6d87704a18c3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35aca788569a451ae7d86ca4e283f0e9392f94e2" 2018-10-26 10:13:19,669 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-57f28ed8-09c1-4c3b-9514-f3c4569600be Content-Length: 0 Date: Fri, 26 Oct 2018 10:13:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:13:19,669 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/02307c7c-9e51-41e8-be25-6d87704a18c3 used request id req-57f28ed8-09c1-4c3b-9514-f3c4569600be 2018-10-26 10:13:19,670 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-subnet 2018-10-26 10:13:19,670 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-subnet 2018-10-26 10:13:19,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/77a89672-940a-450c-9b5c-fbc92b66f660 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a07fb3ce76b5f1ee56c3c642c2204bac8f96a387" 2018-10-26 10:13:22,050 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b893a1da-e1f3-4fc7-9db9-8c43588715aa Date: Fri, 26 Oct 2018 10:13:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:13:22,050 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/77a89672-940a-450c-9b5c-fbc92b66f660 used request id req-b893a1da-e1f3-4fc7-9db9-8c43588715aa 2018-10-26 10:13:22,050 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-pub-net 2018-10-26 10:13:22,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/a1847f2f-a189-4593-885f-abfcec59b1b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a07fb3ce76b5f1ee56c3c642c2204bac8f96a387" 2018-10-26 10:13:23,394 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-002e5cab-4039-4a57-988c-47721109937d Date: Fri, 26 Oct 2018 10:13:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:13:23,394 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/a1847f2f-a189-4593-885f-abfcec59b1b4 used request id req-002e5cab-4039-4a57-988c-47721109937d 2018-10-26 10:13:23,395 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-d4e1eace-7185-4698-ac88-16c37264390e-image 2018-10-26 10:13:23,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/553e6628-773f-4c72-8d21-48fd6427e55b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3f73a9152030d4536304512187c774416266e96f" 2018-10-26 10:13:24,217 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7bb904ac-5249-4598-82f1-ab4df1775f6f Date: Fri, 26 Oct 2018 10:13: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-26 10:13:24,217 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/553e6628-773f-4c72-8d21-48fd6427e55b used request id req-7bb904ac-5249-4598-82f1-ab4df1775f6f 2018-10-26 10:13:24,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0f9f6163a60e2d784665fc453d8f5f0a4c58075" 2018-10-26 10:13:24,429 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-7c6b685c-92bb-4ea3-b65e-719eca1b319c Date: Fri, 26 Oct 2018 10:13:24 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "created_at": "2018-10-26T10:12:18Z", "updated_at": "2018-10-26T10:12:18Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:12:18Z", "revision_number": 0, "id": "3e43a093-f3f9-4e45-8531-b4e387db7d06", "remote_group_id": "1a8ad878-37d1-4836-9f55-2e4e436e7b75", "remote_ip_prefix": null, "created_at": "2018-10-26T10:12:18Z", "security_group_id": "1a8ad878-37d1-4836-9f55-2e4e436e7b75", "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "port_range_min": null, "ethertype": "IPv6", "project_id": "43cc1126f3394c6692f893e2c7e4f9aa"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:12:18Z", "revision_number": 0, "id": "4f7378fb-f4ba-4232-993c-f580c1a8c5c3", "remote_group_id": "1a8ad878-37d1-4836-9f55-2e4e436e7b75", "remote_ip_prefix": null, "created_at": "2018-10-26T10:12:18Z", "security_group_id": "1a8ad878-37d1-4836-9f55-2e4e436e7b75", "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "port_range_min": null, "ethertype": "IPv4", "project_id": "43cc1126f3394c6692f893e2c7e4f9aa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:12:18Z", "revision_number": 0, "id": "7411f5c2-723f-41e8-a4ee-c9d4c6b1cd63", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:12:18Z", "security_group_id": "1a8ad878-37d1-4836-9f55-2e4e436e7b75", "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "port_range_min": null, "ethertype": "IPv6", "project_id": "43cc1126f3394c6692f893e2c7e4f9aa"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:12:18Z", "revision_number": 0, "id": "edc3bcd9-15b9-4234-a90e-660c01964f96", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:12:18Z", "security_group_id": "1a8ad878-37d1-4836-9f55-2e4e436e7b75", "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "port_range_min": null, "ethertype": "IPv4", "project_id": "43cc1126f3394c6692f893e2c7e4f9aa"}], "revision_number": 4, "project_id": "43cc1126f3394c6692f893e2c7e4f9aa", "id": "1a8ad878-37d1-4836-9f55-2e4e436e7b75", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 10:13:24,430 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-7c6b685c-92bb-4ea3-b65e-719eca1b319c 2018-10-26 10:13:24,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/43cc1126f3394c6692f893e2c7e4f9aa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0f9f6163a60e2d784665fc453d8f5f0a4c58075" 2018-10-26 10:13:24,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:13:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6bd42231-2301-4f2a-bdf5-2e08eb3db99d Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/43cc1126f3394c6692f893e2c7e4f9aa"}, "enabled": true, "id": "43cc1126f3394c6692f893e2c7e4f9aa", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-a314f5aa-73e9-4d1-proj"}} 2018-10-26 10:13:24,522 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/43cc1126f3394c6692f893e2c7e4f9aa used request id req-6bd42231-2301-4f2a-bdf5-2e08eb3db99d 2018-10-26 10:13:24,522 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1a8ad878-37d1-4836-9f55-2e4e436e7b75 2018-10-26 10:13:24,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1a8ad878-37d1-4836-9f55-2e4e436e7b75 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0f9f6163a60e2d784665fc453d8f5f0a4c58075" 2018-10-26 10:13:24,704 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-b8610040-e79e-46c8-b1e4-83fc7b4de125 Date: Fri, 26 Oct 2018 10:13:24 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "1a8ad878-37d1-4836-9f55-2e4e436e7b75", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:12:18Z", "security_group_id": "1a8ad878-37d1-4836-9f55-2e4e436e7b75", "port_range_min": null, "revision_number": 0, "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "created_at": "2018-10-26T10:12:18Z", "project_id": "43cc1126f3394c6692f893e2c7e4f9aa", "id": "3e43a093-f3f9-4e45-8531-b4e387db7d06"}, {"remote_group_id": "1a8ad878-37d1-4836-9f55-2e4e436e7b75", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:12:18Z", "security_group_id": "1a8ad878-37d1-4836-9f55-2e4e436e7b75", "port_range_min": null, "revision_number": 0, "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "created_at": "2018-10-26T10:12:18Z", "project_id": "43cc1126f3394c6692f893e2c7e4f9aa", "id": "4f7378fb-f4ba-4232-993c-f580c1a8c5c3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:12:18Z", "security_group_id": "1a8ad878-37d1-4836-9f55-2e4e436e7b75", "port_range_min": null, "revision_number": 0, "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "created_at": "2018-10-26T10:12:18Z", "project_id": "43cc1126f3394c6692f893e2c7e4f9aa", "id": "7411f5c2-723f-41e8-a4ee-c9d4c6b1cd63"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:12:18Z", "security_group_id": "1a8ad878-37d1-4836-9f55-2e4e436e7b75", "port_range_min": null, "revision_number": 0, "tenant_id": "43cc1126f3394c6692f893e2c7e4f9aa", "created_at": "2018-10-26T10:12:18Z", "project_id": "43cc1126f3394c6692f893e2c7e4f9aa", "id": "edc3bcd9-15b9-4234-a90e-660c01964f96"}]} 2018-10-26 10:13:24,704 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1a8ad878-37d1-4836-9f55-2e4e436e7b75 used request id req-b8610040-e79e-46c8-b1e4-83fc7b4de125 2018-10-26 10:13:24,705 - neutron_utils - INFO - Deleting security group with name - default 2018-10-26 10:13:24,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/1a8ad878-37d1-4836-9f55-2e4e436e7b75 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0f9f6163a60e2d784665fc453d8f5f0a4c58075" 2018-10-26 10:13:25,009 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-18fc8079-c1af-4291-b104-9e6f6966d770 Content-Length: 0 Date: Fri, 26 Oct 2018 10:13:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:13:25,009 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/1a8ad878-37d1-4836-9f55-2e4e436e7b75 used request id req-18fc8079-c1af-4291-b104-9e6f6966d770 2018-10-26 10:13:25,010 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-a314f5aa-73e9-4d1-proj 2018-10-26 10:13:25,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/43cc1126f3394c6692f893e2c7e4f9aa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0f9f6163a60e2d784665fc453d8f5f0a4c58075" 2018-10-26 10:13:25,225 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:13:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-59d70905-bc70-4692-b2ff-414be4536858 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:13:25,225 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/43cc1126f3394c6692f893e2c7e4f9aa used request id req-59d70905-bc70-4692-b2ff-414be4536858 2018-10-26 10:13:25,225 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-a314f5aa-73e9-4d1-proj-role 2018-10-26 10:13:25,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/fd5772883bb149e49aab079c976d7ccc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0f9f6163a60e2d784665fc453d8f5f0a4c58075" 2018-10-26 10:13:25,407 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:13:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e7294130-7e38-42e0-97a6-5c7608fb4330 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:13:25,408 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/fd5772883bb149e49aab079c976d7ccc used request id req-e7294130-7e38-42e0-97a6-5c7608fb4330 2018-10-26 10:13:25,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0f9f6163a60e2d784665fc453d8f5f0a4c58075" 2018-10-26 10:13:25,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:13:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a92f5d4-c39e-4d70-ab16-93d10aa8809e Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:13:25,499 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-5a92f5d4-c39e-4d70-ab16-93d10aa8809e 2018-10-26 10:13:25,500 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-a314f5aa-73e9-4d1-user 2018-10-26 10:13:25,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/63328c8b5f9843d88984362de69ef7d5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31bd356979b919245123d0f2e254b76923635be1" 2018-10-26 10:13:25,684 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:13:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-56f1f398-6a54-4fb6-982e-0ae74af71f78 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:13:25,684 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/63328c8b5f9843d88984362de69ef7d5 used request id req-56f1f398-6a54-4fb6-982e-0ae74af71f78 2018-10-26 10:13:25,686 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:13:26,067 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:13:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["fa_8g8Y1TWWYZzgVv-yFpA"], "issued_at": "2018-10-26T10:13:26.000000Z"}} 2018-10-26 10:13:26,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce6d99f922f9fdcccafbe8a6b5dde3250281c393" 2018-10-26 10:13:26,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:13:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66d05477-c851-40ed-a5b5-195777969974 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:13:26,149 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-66d05477-c851-40ed-a5b5-195777969974 2018-10-26 10:13:26,151 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:13:26,152 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:13:26,539 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:13:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["GFYgJ1F9RTWgmLXvsKt7UA"], "issued_at": "2018-10-26T10:13:26.000000Z"}} 2018-10-26 10:13:26,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71a5aab3b7225a5b76dea275c24a8a2ac8af910b" 2018-10-26 10:13:26,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:13:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f65f7de-aadc-425d-9a01-576e38d004f3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:13:26,631 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-0f65f7de-aadc-425d-9a01-576e38d004f3 2018-10-26 10:13:26,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:13:26,640 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:13: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:13:26,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-39cc234a-3097-485-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71a5aab3b7225a5b76dea275c24a8a2ac8af910b" 2018-10-26 10:13:26,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:13:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24c8f225-0568-4916-bc44-d90f03fbe2a3 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-39cc234a-3097-485-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 10:13:26,731 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-39cc234a-3097-485-proj used request id req-24c8f225-0568-4916-bc44-d90f03fbe2a3 2018-10-26 10:13:26,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71a5aab3b7225a5b76dea275c24a8a2ac8af910b" 2018-10-26 10:13:26,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:13:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-637e8e8d-bd1e-46c3-8c41-22ae7f7cff89 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 10:13:26,816 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-637e8e8d-bd1e-46c3-8c41-22ae7f7cff89 2018-10-26 10:13:26,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71a5aab3b7225a5b76dea275c24a8a2ac8af910b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-39cc234a-3097-485-proj"}}' 2018-10-26 10:13:26,948 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:13:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-db425392-d5d4-445e-be67-c229838b046b Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/370d1317d76943fa8c4a8776b6637584"}, "enabled": true, "id": "370d1317d76943fa8c4a8776b6637584", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-39cc234a-3097-485-proj"}} 2018-10-26 10:13:26,948 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-db425392-d5d4-445e-be67-c229838b046b 2018-10-26 10:13:26,948 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-39cc234a-3097-485-proj 2018-10-26 10:13:26,948 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:13:26,949 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:13:27,331 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:13:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["qfIu6VQ4TCGxUrkEGlfLtg"], "issued_at": "2018-10-26T10:13:27.000000Z"}} 2018-10-26 10:13:27,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7904ce2bb83062def41d7931c91c74295ac5ab43" 2018-10-26 10:13:27,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:13:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d623ac9-e634-43c5-ad86-790fbe8fdf3e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:13:27,411 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-3d623ac9-e634-43c5-ad86-790fbe8fdf3e 2018-10-26 10:13:27,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:13:27,420 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:13: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:13:27,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7904ce2bb83062def41d7931c91c74295ac5ab43" 2018-10-26 10:13:27,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:13:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff404a88-2ea3-41f2-a1d4-d04ee6aeabd3 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 10:13:27,529 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-ff404a88-2ea3-41f2-a1d4-d04ee6aeabd3 2018-10-26 10:13:27,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstanceSingleNetworkTests-39cc234a-3097-485-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7904ce2bb83062def41d7931c91c74295ac5ab43" 2018-10-26 10:13:27,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:13:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a985bdd-9d2d-4c9d-9a66-b2f6b2d4bfe4 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstanceSingleNetworkTests-39cc234a-3097-485-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/370d1317d76943fa8c4a8776b6637584"}, "enabled": true, "id": "370d1317d76943fa8c4a8776b6637584", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-39cc234a-3097-485-proj"}]} 2018-10-26 10:13:27,550 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstanceSingleNetworkTests-39cc234a-3097-485-proj used request id req-2a985bdd-9d2d-4c9d-9a66-b2f6b2d4bfe4 2018-10-26 10:13:27,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7904ce2bb83062def41d7931c91c74295ac5ab43" 2018-10-26 10:13:27,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:13:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8f0a99b-cf18-4b90-8c70-69e18944b14d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 10:13:27,642 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-e8f0a99b-cf18-4b90-8c70-69e18944b14d 2018-10-26 10:13:27,952 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-39cc234a-3097-485-user 2018-10-26 10:13:27,953 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:13:27,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71a5aab3b7225a5b76dea275c24a8a2ac8af910b" 2018-10-26 10:13:28,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:13:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0a020df-c98c-4681-85dd-744c53acb015 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:13:28,037 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-f0a020df-c98c-4681-85dd-744c53acb015 2018-10-26 10:13:28,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71a5aab3b7225a5b76dea275c24a8a2ac8af910b" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-39cc234a-3097-485-proj-role"}}' 2018-10-26 10:13:28,145 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:13:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b276d701-eb33-468a-a751-b3d60dd9e8a0 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b92b070e77be4b89ab5810bb3ad238f1", "links": {"self": "http://172.30.9.21:5000/v3/roles/b92b070e77be4b89ab5810bb3ad238f1"}, "name": "CreateInstanceSingleNetworkTests-39cc234a-3097-485-proj-role"}} 2018-10-26 10:13:28,146 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-b276d701-eb33-468a-a751-b3d60dd9e8a0 2018-10-26 10:13:28,146 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-39cc234a-3097-485-proj-role 2018-10-26 10:13:28,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/b92b070e77be4b89ab5810bb3ad238f1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71a5aab3b7225a5b76dea275c24a8a2ac8af910b" 2018-10-26 10:13:28,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:13:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-783498a6-f889-4f82-863a-c45540b61c1f Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/b92b070e77be4b89ab5810bb3ad238f1"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-39cc234a-3097-485-proj-role", "id": "b92b070e77be4b89ab5810bb3ad238f1"}} 2018-10-26 10:13:28,235 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/b92b070e77be4b89ab5810bb3ad238f1 used request id req-783498a6-f889-4f82-863a-c45540b61c1f 2018-10-26 10:13:28,235 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-39cc234a-3097-485-proj-role to project CreateInstanceSingleNetworkTests-39cc234a-3097-485-proj 2018-10-26 10:13:28,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/370d1317d76943fa8c4a8776b6637584/users/d8b5bd52e9a9498abeac7c69e5c3412a/roles/b92b070e77be4b89ab5810bb3ad238f1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71a5aab3b7225a5b76dea275c24a8a2ac8af910b" 2018-10-26 10:13:28,358 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:13:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-83e2662b-4602-430b-bbf7-0e9846bf7b57 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:13:28,358 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/370d1317d76943fa8c4a8776b6637584/users/d8b5bd52e9a9498abeac7c69e5c3412a/roles/b92b070e77be4b89ab5810bb3ad238f1 used request id req-83e2662b-4602-430b-bbf7-0e9846bf7b57 2018-10-26 10:13:28,358 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:13:28,360 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-26 10:13:28,360 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:13:28,361 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:13:28,749 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b92b070e77be4b89ab5810bb3ad238f1", "name": "CreateInstanceSingleNetworkTests-39cc234a-3097-485-proj-role"}], "expires_at": "2018-10-26T11:13:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "370d1317d76943fa8c4a8776b6637584", "name": "CreateInstanceSingleNetworkTests-39cc234a-3097-485-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/370d1317d76943fa8c4a8776b6637584", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/370d1317d76943fa8c4a8776b6637584", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/370d1317d76943fa8c4a8776b6637584", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/370d1317d76943fa8c4a8776b6637584", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/370d1317d76943fa8c4a8776b6637584", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/370d1317d76943fa8c4a8776b6637584", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/370d1317d76943fa8c4a8776b6637584", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/370d1317d76943fa8c4a8776b6637584", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/370d1317d76943fa8c4a8776b6637584", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/370d1317d76943fa8c4a8776b6637584", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/370d1317d76943fa8c4a8776b6637584", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/370d1317d76943fa8c4a8776b6637584", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-39cc234a-3097-485-user", "id": "d8b5bd52e9a9498abeac7c69e5c3412a"}, "audit_ids": ["4BbhO3-QQyu53ocI_01f3w"], "issued_at": "2018-10-26T10:13:28.000000Z"}} 2018-10-26 10:13:28,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32886ee4b76e597ad7b3df551f270823eb2eac69" 2018-10-26 10:13:28,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:13:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec7ee36a-2d5a-4e2f-9a08-bd0e794a7872 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:13:28,830 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ec7ee36a-2d5a-4e2f-9a08-bd0e794a7872 2018-10-26 10:13:28,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}32886ee4b76e597ad7b3df551f270823eb2eac69" 2018-10-26 10:13:29,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-821fd92a-a854-456a-8504-3ecf4f3163e5 Date: Fri, 26 Oct 2018 10:13:29 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-image"} 2018-10-26 10:13:29,004 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-image used request id req-821fd92a-a854-456a-8504-3ecf4f3163e5 2018-10-26 10:13:29,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}32886ee4b76e597ad7b3df551f270823eb2eac69" 2018-10-26 10:13:29,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-5613730c-cfcf-4189-af86-1611c8648c0b Date: Fri, 26 Oct 2018 10:13: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-26 10:13:29,156 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-5613730c-cfcf-4189-af86-1611c8648c0b 2018-10-26 10:13:29,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}32886ee4b76e597ad7b3df551f270823eb2eac69" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-image"}' 2018-10-26 10:13:29,392 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/27f7b01a-8a20-48c1-b4e8-c38c181d1feb X-Openstack-Request-Id: req-0ee6e7a2-e78f-4019-b7e7-41128fdb2444 Date: Fri, 26 Oct 2018 10:13:29 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:13:29Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-26T10:13:29Z", "visibility": "shared", "locations": [], "self": "/v2/images/27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "min_disk": 0, "protected": false, "id": "27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "file": "/v2/images/27f7b01a-8a20-48c1-b4e8-c38c181d1feb/file", "checksum": null, "owner": "370d1317d76943fa8c4a8776b6637584", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:13:29,392 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-0ee6e7a2-e78f-4019-b7e7-41128fdb2444 2018-10-26 10:13:29,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/27f7b01a-8a20-48c1-b4e8-c38c181d1feb/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}32886ee4b76e597ad7b3df551f270823eb2eac69" -d '' 2018-10-26 10:13:30,431 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1712e728-9cac-4933-91cf-42967324b208 Date: Fri, 26 Oct 2018 10:13: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-26 10:13:30,431 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/27f7b01a-8a20-48c1-b4e8-c38c181d1feb/file used request id req-1712e728-9cac-4933-91cf-42967324b208 2018-10-26 10:13:30,432 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 10:13:30,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/27f7b01a-8a20-48c1-b4e8-c38c181d1feb -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}32886ee4b76e597ad7b3df551f270823eb2eac69" 2018-10-26 10:13:30,683 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-829dade2-9abe-42f1-8b0a-fe9d270b454d Date: Fri, 26 Oct 2018 10:13:30 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:13:29Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T10:13:30Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/27f7b01a-8a20-48c1-b4e8-c38c181d1feb/snap", "metadata": {}}], "self": "/v2/images/27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "min_disk": 0, "protected": false, "id": "27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "file": "/v2/images/27f7b01a-8a20-48c1-b4e8-c38c181d1feb/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "370d1317d76943fa8c4a8776b6637584", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/27f7b01a-8a20-48c1-b4e8-c38c181d1feb/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:13:30,684 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/27f7b01a-8a20-48c1-b4e8-c38c181d1feb used request id req-829dade2-9abe-42f1-8b0a-fe9d270b454d 2018-10-26 10:13:30,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}32886ee4b76e597ad7b3df551f270823eb2eac69" 2018-10-26 10:13:30,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-45797d40-185e-4770-9f4d-88565264b217 Date: Fri, 26 Oct 2018 10:13: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-26 10:13:30,857 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-45797d40-185e-4770-9f4d-88565264b217 2018-10-26 10:13:30,860 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-image 2018-10-26 10:13:30,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/27f7b01a-8a20-48c1-b4e8-c38c181d1feb -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}32886ee4b76e597ad7b3df551f270823eb2eac69" 2018-10-26 10:13:31,026 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-961f2506-d343-48fe-ae57-5c07e460712e Date: Fri, 26 Oct 2018 10:13:31 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:13:29Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T10:13:30Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/27f7b01a-8a20-48c1-b4e8-c38c181d1feb/snap", "metadata": {}}], "self": "/v2/images/27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "min_disk": 0, "protected": false, "id": "27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "file": "/v2/images/27f7b01a-8a20-48c1-b4e8-c38c181d1feb/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "370d1317d76943fa8c4a8776b6637584", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/27f7b01a-8a20-48c1-b4e8-c38c181d1feb/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:13:31,026 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/27f7b01a-8a20-48c1-b4e8-c38c181d1feb used request id req-961f2506-d343-48fe-ae57-5c07e460712e 2018-10-26 10:13:31,027 - create_image - DEBUG - Instance status is - active 2018-10-26 10:13:31,027 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-image 2018-10-26 10:13:31,027 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-image 2018-10-26 10:13:31,027 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:13:31,028 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:13:31,402 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b92b070e77be4b89ab5810bb3ad238f1", "name": "CreateInstanceSingleNetworkTests-39cc234a-3097-485-proj-role"}], "expires_at": "2018-10-26T11:13:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "370d1317d76943fa8c4a8776b6637584", "name": "CreateInstanceSingleNetworkTests-39cc234a-3097-485-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/370d1317d76943fa8c4a8776b6637584", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/370d1317d76943fa8c4a8776b6637584", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/370d1317d76943fa8c4a8776b6637584", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/370d1317d76943fa8c4a8776b6637584", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/370d1317d76943fa8c4a8776b6637584", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/370d1317d76943fa8c4a8776b6637584", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/370d1317d76943fa8c4a8776b6637584", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/370d1317d76943fa8c4a8776b6637584", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/370d1317d76943fa8c4a8776b6637584", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/370d1317d76943fa8c4a8776b6637584", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/370d1317d76943fa8c4a8776b6637584", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/370d1317d76943fa8c4a8776b6637584", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-39cc234a-3097-485-user", "id": "d8b5bd52e9a9498abeac7c69e5c3412a"}, "audit_ids": ["5ekk62-HQHKgYGUBQ_VI_g"], "issued_at": "2018-10-26T10:13:31.000000Z"}} 2018-10-26 10:13:31,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f0b2ff8c0ddd42fd973c763fdce300633d0a784" 2018-10-26 10:13:31,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:13:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dacd67ba-3438-4c5d-ac20-d584020d1c48 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:13:31,488 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-dacd67ba-3438-4c5d-ac20-d584020d1c48 2018-10-26 10:13:31,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f0b2ff8c0ddd42fd973c763fdce300633d0a784" 2018-10-26 10:13:31,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-b230c9d8-52ff-4c9b-9467-cff1945f38d4 Date: Fri, 26 Oct 2018 10:13:31 GMT RESP BODY: {"networks":[]} 2018-10-26 10:13:31,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net used request id req-b230c9d8-52ff-4c9b-9467-cff1945f38d4 2018-10-26 10:13:31,674 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net 2018-10-26 10:13:31,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f0b2ff8c0ddd42fd973c763fdce300633d0a784" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net", "admin_state_up": true}}' 2018-10-26 10:13:32,346 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-cd33239d-ac5e-46b7-bcdf-b60ae146a162 Date: Fri, 26 Oct 2018 10:13:32 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"370d1317d76943fa8c4a8776b6637584","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T10:13:32Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:32Z","mtu":1450}} 2018-10-26 10:13:32,346 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-cd33239d-ac5e-46b7-bcdf-b60ae146a162 2018-10-26 10:13:32,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=b5fbc20c-5d2e-4a22-8e11-4e69a460f841 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f0b2ff8c0ddd42fd973c763fdce300633d0a784" 2018-10-26 10:13:32,578 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-d42c18df-597e-4dba-a8cf-d85bc7e2db02 Date: Fri, 26 Oct 2018 10:13: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-26T10:13:32Z","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"370d1317d76943fa8c4a8776b6637584","id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","name":"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net"}]} 2018-10-26 10:13:32,579 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=b5fbc20c-5d2e-4a22-8e11-4e69a460f841 used request id req-d42c18df-597e-4dba-a8cf-d85bc7e2db02 2018-10-26 10:13:32,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b5fbc20c-5d2e-4a22-8e11-4e69a460f841 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f0b2ff8c0ddd42fd973c763fdce300633d0a784" 2018-10-26 10:13:32,778 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-76ed489f-bcc1-4b9f-ac91-8547fcf5abb1 Date: Fri, 26 Oct 2018 10:13:32 GMT RESP BODY: {"subnets":[]} 2018-10-26 10:13:32,778 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b5fbc20c-5d2e-4a22-8e11-4e69a460f841 used request id req-76ed489f-bcc1-4b9f-ac91-8547fcf5abb1 2018-10-26 10:13:32,779 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-subnet 2018-10-26 10:13:32,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f0b2ff8c0ddd42fd973c763fdce300633d0a784" -d '{"subnets": [{"ip_version": 4, "network_id": "b5fbc20c-5d2e-4a22-8e11-4e69a460f841", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-subnet"}]}' 2018-10-26 10:13:33,437 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-eabe3092-4362-4d1d-bf67-6d366c4276dd Date: Fri, 26 Oct 2018 10:13:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:33Z","dns_nameservers":[],"updated_at":"2018-10-26T10:13: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":"370d1317d76943fa8c4a8776b6637584","id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-subnet"}]} 2018-10-26 10:13:33,437 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-eabe3092-4362-4d1d-bf67-6d366c4276dd 2018-10-26 10:13:33,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=b5fbc20c-5d2e-4a22-8e11-4e69a460f841 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f0b2ff8c0ddd42fd973c763fdce300633d0a784" 2018-10-26 10:13:33,694 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-0a596dff-3c34-4323-8629-29dd1260a164 Date: Fri, 26 Oct 2018 10:13: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":["51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac"],"updated_at":"2018-10-26T10:13:33Z","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"370d1317d76943fa8c4a8776b6637584","id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","name":"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net"}]} 2018-10-26 10:13:33,694 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=b5fbc20c-5d2e-4a22-8e11-4e69a460f841 used request id req-0a596dff-3c34-4323-8629-29dd1260a164 2018-10-26 10:13:33,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b5fbc20c-5d2e-4a22-8e11-4e69a460f841 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f0b2ff8c0ddd42fd973c763fdce300633d0a784" 2018-10-26 10:13:33,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-88cf88cc-15a6-430b-a5de-511c79b55bff Date: Fri, 26 Oct 2018 10:13:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:33Z","dns_nameservers":[],"updated_at":"2018-10-26T10:13: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":"370d1317d76943fa8c4a8776b6637584","id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-subnet"}]} 2018-10-26 10:13:33,908 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b5fbc20c-5d2e-4a22-8e11-4e69a460f841 used request id req-88cf88cc-15a6-430b-a5de-511c79b55bff 2018-10-26 10:13:33,908 - OpenStackNetwork - DEBUG - Network [b5fbc20c-5d2e-4a22-8e11-4e69a460f841] created successfully 2018-10-26 10:13:33,908 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:13:33,909 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:13:34,290 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b92b070e77be4b89ab5810bb3ad238f1", "name": "CreateInstanceSingleNetworkTests-39cc234a-3097-485-proj-role"}], "expires_at": "2018-10-26T11:13:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "370d1317d76943fa8c4a8776b6637584", "name": "CreateInstanceSingleNetworkTests-39cc234a-3097-485-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/370d1317d76943fa8c4a8776b6637584", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/370d1317d76943fa8c4a8776b6637584", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/370d1317d76943fa8c4a8776b6637584", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/370d1317d76943fa8c4a8776b6637584", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/370d1317d76943fa8c4a8776b6637584", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/370d1317d76943fa8c4a8776b6637584", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/370d1317d76943fa8c4a8776b6637584", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/370d1317d76943fa8c4a8776b6637584", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/370d1317d76943fa8c4a8776b6637584", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/370d1317d76943fa8c4a8776b6637584", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/370d1317d76943fa8c4a8776b6637584", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/370d1317d76943fa8c4a8776b6637584", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-39cc234a-3097-485-user", "id": "d8b5bd52e9a9498abeac7c69e5c3412a"}, "audit_ids": ["A1GLEVkUSb-qLNra2g8Q_A"], "issued_at": "2018-10-26T10:13:34.000000Z"}} 2018-10-26 10:13:34,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b286a04e4c83a459b86933f31df6510d4c52b13e" 2018-10-26 10:13:34,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:13:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9203a96-9f0e-466c-9d43-acc6147ec920 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:13:34,364 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c9203a96-9f0e-466c-9d43-acc6147ec920 2018-10-26 10:13:34,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b286a04e4c83a459b86933f31df6510d4c52b13e" 2018-10-26 10:13:34,569 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-f10e203f-025b-49c9-b4f4-77158ca9a123 Date: Fri, 26 Oct 2018 10:13:34 GMT RESP BODY: {"routers": []} 2018-10-26 10:13:34,569 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-router&admin_state_up=True used request id req-f10e203f-025b-49c9-b4f4-77158ca9a123 2018-10-26 10:13:34,570 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:13:34,571 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:13:34,954 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b92b070e77be4b89ab5810bb3ad238f1", "name": "CreateInstanceSingleNetworkTests-39cc234a-3097-485-proj-role"}], "expires_at": "2018-10-26T11:13:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "370d1317d76943fa8c4a8776b6637584", "name": "CreateInstanceSingleNetworkTests-39cc234a-3097-485-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/370d1317d76943fa8c4a8776b6637584", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/370d1317d76943fa8c4a8776b6637584", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/370d1317d76943fa8c4a8776b6637584", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/370d1317d76943fa8c4a8776b6637584", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/370d1317d76943fa8c4a8776b6637584", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/370d1317d76943fa8c4a8776b6637584", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/370d1317d76943fa8c4a8776b6637584", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/370d1317d76943fa8c4a8776b6637584", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/370d1317d76943fa8c4a8776b6637584", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/370d1317d76943fa8c4a8776b6637584", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/370d1317d76943fa8c4a8776b6637584", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/370d1317d76943fa8c4a8776b6637584", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-39cc234a-3097-485-user", "id": "d8b5bd52e9a9498abeac7c69e5c3412a"}, "audit_ids": ["u4-YcMEyTyCiy8Mob10jwQ"], "issued_at": "2018-10-26T10:13:34.000000Z"}} 2018-10-26 10:13:34,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b60ec119f34a8e0ee214f79fb970e2a8d0c0c8f7" 2018-10-26 10:13:35,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:13:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25127b0d-7c24-47ff-8c43-cc135aa719bd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:13:35,034 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-25127b0d-7c24-47ff-8c43-cc135aa719bd 2018-10-26 10:13:35,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b286a04e4c83a459b86933f31df6510d4c52b13e" 2018-10-26 10:13:35,297 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-17b9047c-3750-42e3-84a1-ab259de04777 Date: Fri, 26 Oct 2018 10:13:35 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","mtu":1500}]} 2018-10-26 10:13:35,297 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-17b9047c-3750-42e3-84a1-ab259de04777 2018-10-26 10:13:35,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b286a04e4c83a459b86933f31df6510d4c52b13e" 2018-10-26 10:13:35,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-ea29ba0a-bf85-4819-a98d-b4f12693bc23 Date: Fri, 26 Oct 2018 10:13:35 GMT RESP BODY: {"subnets":[]} 2018-10-26 10:13:35,485 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-ea29ba0a-bf85-4819-a98d-b4f12693bc23 2018-10-26 10:13:35,486 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-router 2018-10-26 10:13:35,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b286a04e4c83a459b86933f31df6510d4c52b13e" -d '{"router": {"external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693"}, "name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-router", "admin_state_up": true}}' 2018-10-26 10:13:40,583 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-d43771f3-f6d1-4f47-a693-b6f775c931bf Date: Fri, 26 Oct 2018 10:13:40 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "370d1317d76943fa8c4a8776b6637584", "created_at": "2018-10-26T10:13:36Z", "admin_state_up": true, "updated_at": "2018-10-26T10:13:37Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "370d1317d76943fa8c4a8776b6637584", "id": "879894b3-9f59-43a2-82fa-50dc5e8c7c52", "name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-router"}} 2018-10-26 10:13:40,583 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-d43771f3-f6d1-4f47-a693-b6f775c931bf 2018-10-26 10:13:40,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=879894b3-9f59-43a2-82fa-50dc5e8c7c52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b286a04e4c83a459b86933f31df6510d4c52b13e" 2018-10-26 10:13:40,758 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-19665e6b-8753-4ef8-a6ee-ff94f976c2cb Date: Fri, 26 Oct 2018 10:13:40 GMT RESP BODY: {"ports":[]} 2018-10-26 10:13:40,758 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=879894b3-9f59-43a2-82fa-50dc5e8c7c52 used request id req-19665e6b-8753-4ef8-a6ee-ff94f976c2cb 2018-10-26 10:13:40,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b286a04e4c83a459b86933f31df6510d4c52b13e" 2018-10-26 10:13:41,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-141597ff-aed8-4198-8c6a-16c01724c19e Date: Fri, 26 Oct 2018 10:13: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":["51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac"],"updated_at":"2018-10-26T10:13:33Z","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"370d1317d76943fa8c4a8776b6637584","id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","name":"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net"}]} 2018-10-26 10:13:41,079 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net used request id req-141597ff-aed8-4198-8c6a-16c01724c19e 2018-10-26 10:13:41,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:13:41,088 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:13: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:13:41,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/370d1317d76943fa8c4a8776b6637584 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b286a04e4c83a459b86933f31df6510d4c52b13e" 2018-10-26 10:13:41,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:13:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f8f113c-f755-4ab2-a4bb-7b45e6e6575b Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/370d1317d76943fa8c4a8776b6637584"}, "enabled": true, "id": "370d1317d76943fa8c4a8776b6637584", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-39cc234a-3097-485-proj"}} 2018-10-26 10:13:41,166 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/370d1317d76943fa8c4a8776b6637584 used request id req-3f8f113c-f755-4ab2-a4bb-7b45e6e6575b 2018-10-26 10:13:41,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b5fbc20c-5d2e-4a22-8e11-4e69a460f841 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b286a04e4c83a459b86933f31df6510d4c52b13e" 2018-10-26 10:13:41,390 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-bc8695f1-4ec9-4646-91c7-158f11758b99 Date: Fri, 26 Oct 2018 10:13:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:33Z","dns_nameservers":[],"updated_at":"2018-10-26T10:13: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":"370d1317d76943fa8c4a8776b6637584","id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-subnet"}]} 2018-10-26 10:13:41,390 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b5fbc20c-5d2e-4a22-8e11-4e69a460f841 used request id req-bc8695f1-4ec9-4646-91c7-158f11758b99 2018-10-26 10:13:41,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b5fbc20c-5d2e-4a22-8e11-4e69a460f841&name=CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b286a04e4c83a459b86933f31df6510d4c52b13e" 2018-10-26 10:13:41,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-2af87b63-7dc4-4ac9-9a45-4a4e10920ef6 Date: Fri, 26 Oct 2018 10:13:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:33Z","dns_nameservers":[],"updated_at":"2018-10-26T10:13: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":"370d1317d76943fa8c4a8776b6637584","id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-subnet"}]} 2018-10-26 10:13:41,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b5fbc20c-5d2e-4a22-8e11-4e69a460f841&name=CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-subnet used request id req-2af87b63-7dc4-4ac9-9a45-4a4e10920ef6 2018-10-26 10:13:41,668 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-10-26 10:13:41,668 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-router 2018-10-26 10:13:41,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/879894b3-9f59-43a2-82fa-50dc5e8c7c52/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b286a04e4c83a459b86933f31df6510d4c52b13e" -d '{"subnet_id": "51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac"}' 2018-10-26 10:13:43,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-33f613f0-4f5f-4d91-ae74-a1006425a995 Date: Fri, 26 Oct 2018 10:13:43 GMT RESP BODY: {"network_id": "b5fbc20c-5d2e-4a22-8e11-4e69a460f841", "tenant_id": "370d1317d76943fa8c4a8776b6637584", "subnet_id": "51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac", "subnet_ids": ["51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac"], "port_id": "47d19b11-45bb-43a0-a9fc-a706bed169f8", "id": "879894b3-9f59-43a2-82fa-50dc5e8c7c52"} 2018-10-26 10:13:43,666 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/879894b3-9f59-43a2-82fa-50dc5e8c7c52/add_router_interface used request id req-33f613f0-4f5f-4d91-ae74-a1006425a995 2018-10-26 10:13:43,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/879894b3-9f59-43a2-82fa-50dc5e8c7c52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b286a04e4c83a459b86933f31df6510d4c52b13e" 2018-10-26 10:13:43,873 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-53a08baf-e4ea-4d76-9114-99b379a1e192 Date: Fri, 26 Oct 2018 10:13:43 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "370d1317d76943fa8c4a8776b6637584", "created_at": "2018-10-26T10:13:36Z", "admin_state_up": true, "updated_at": "2018-10-26T10:13:42Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "370d1317d76943fa8c4a8776b6637584", "id": "879894b3-9f59-43a2-82fa-50dc5e8c7c52", "name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-router"}} 2018-10-26 10:13:43,873 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/879894b3-9f59-43a2-82fa-50dc5e8c7c52 used request id req-53a08baf-e4ea-4d76-9114-99b379a1e192 2018-10-26 10:13:43,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=879894b3-9f59-43a2-82fa-50dc5e8c7c52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b286a04e4c83a459b86933f31df6510d4c52b13e" 2018-10-26 10:13:43,935 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-b4df7d0d-06e6-45e4-9915-f80a89bf4457 Date: Fri, 26 Oct 2018 10:13:43 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:13:42Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","ip_address":"10.55.1.1"}],"id":"47d19b11-45bb-43a0-a9fc-a706bed169f8","security_groups":[],"mac_address":"fa:16:3e:c3:42:5a","project_id":"370d1317d76943fa8c4a8776b6637584","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:42Z","binding:vnic_type":"normal","device_id":"879894b3-9f59-43a2-82fa-50dc5e8c7c52"}]} 2018-10-26 10:13:43,935 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=879894b3-9f59-43a2-82fa-50dc5e8c7c52 used request id req-b4df7d0d-06e6-45e4-9915-f80a89bf4457 2018-10-26 10:13:43,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b286a04e4c83a459b86933f31df6510d4c52b13e" 2018-10-26 10:13:43,999 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-03509ebb-3d97-4216-b109-987778745a41 Date: Fri, 26 Oct 2018 10:13:44 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:33Z","dns_nameservers":[],"updated_at":"2018-10-26T10:13: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":"370d1317d76943fa8c4a8776b6637584","id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-subnet"}} 2018-10-26 10:13:43,999 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac used request id req-03509ebb-3d97-4216-b109-987778745a41 2018-10-26 10:13:44,000 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:13:44,001 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:13:44,411 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:13:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["vv522Hw1RoaZ_QD8Jv3Qlg"], "issued_at": "2018-10-26T10:13:44.000000Z"}} 2018-10-26 10:13:44,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c5f30e19a9115c6f58285b273b1df38ec2fdc5f" 2018-10-26 10:13:44,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:13:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a8fdd90-ce34-4565-8a62-c18f53b9b887 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:13:44,501 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-0a8fdd90-ce34-4565-8a62-c18f53b9b887 2018-10-26 10:13:44,503 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:13:44,508 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c5f30e19a9115c6f58285b273b1df38ec2fdc5f" 2018-10-26 10:13:44,696 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:13: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-8b82544c-d884-4335-8d57-a6960c917401 x-compute-request-id: req-8b82544c-d884-4335-8d57-a6960c917401 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-26 10:13:44,696 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-8b82544c-d884-4335-8d57-a6960c917401 2018-10-26 10:13:44,700 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c5f30e19a9115c6f58285b273b1df38ec2fdc5f" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-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-26 10:13:44,759 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:13: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-b718b60e-5287-4259-9dc5-0b3ff5c50396 x-compute-request-id: req-b718b60e-5287-4259-9dc5-0b3ff5c50396 Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/7e84ce2c-c8eb-461b-813d-af0c1e719383", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/7e84ce2c-c8eb-461b-813d-af0c1e719383", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "7e84ce2c-c8eb-461b-813d-af0c1e719383", "name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 10:13:44,759 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-b718b60e-5287-4259-9dc5-0b3ff5c50396 2018-10-26 10:13:44,760 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:13:44,761 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:13:45,133 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b92b070e77be4b89ab5810bb3ad238f1", "name": "CreateInstanceSingleNetworkTests-39cc234a-3097-485-proj-role"}], "expires_at": "2018-10-26T11:13:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "370d1317d76943fa8c4a8776b6637584", "name": "CreateInstanceSingleNetworkTests-39cc234a-3097-485-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/370d1317d76943fa8c4a8776b6637584", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/370d1317d76943fa8c4a8776b6637584", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/370d1317d76943fa8c4a8776b6637584", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/370d1317d76943fa8c4a8776b6637584", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/370d1317d76943fa8c4a8776b6637584", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/370d1317d76943fa8c4a8776b6637584", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/370d1317d76943fa8c4a8776b6637584", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/370d1317d76943fa8c4a8776b6637584", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/370d1317d76943fa8c4a8776b6637584", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/370d1317d76943fa8c4a8776b6637584", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/370d1317d76943fa8c4a8776b6637584", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/370d1317d76943fa8c4a8776b6637584", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-39cc234a-3097-485-user", "id": "d8b5bd52e9a9498abeac7c69e5c3412a"}, "audit_ids": ["UhRvUStOS2CDKnG22l9GLg"], "issued_at": "2018-10-26T10:13:45.000000Z"}} 2018-10-26 10:13:45,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ef92844ccf71dce04149783223322633c9ca7b1" 2018-10-26 10:13:45,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:13:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53194468-ebeb-4238-b3fb-379668819b3d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:13:45,217 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-53194468-ebeb-4238-b3fb-379668819b3d 2018-10-26 10:13:45,218 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:13:45,224 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ef92844ccf71dce04149783223322633c9ca7b1" 2018-10-26 10:13:45,391 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:13:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-72d89540-5724-4be2-8254-af879224ee73 x-compute-request-id: req-72d89540-5724-4be2-8254-af879224ee73 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-10-26 10:13:45,391 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-72d89540-5724-4be2-8254-af879224ee73 2018-10-26 10:13:45,392 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-kp... 2018-10-26 10:13:45,392 - OpenStackKeypair - INFO - Creating new keypair 2018-10-26 10:13:45,408 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-kp 2018-10-26 10:13:45,411 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ef92844ccf71dce04149783223322633c9ca7b1" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDPsEOv95Z73ilQNilJ6fSLmV8AEGMxY9wRHeYUSEZxuOvl5i8P7DxU7Fw/qwJnh65P3PsSsou0MYbKXhHs7Pf+ba6verP9QQI5jHmr5kYBI4FMAqeCDU34OrRe+Va4YqQo72S+BH0HCwwYRv1Ws8rcXuKM0qkK/BFO7Lfi0sS0gQ==", "name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-kp"}}' 2018-10-26 10:13:45,468 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:13:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-50107be0-0705-4174-ace0-9eb1e2fbc2e5 x-compute-request-id: req-50107be0-0705-4174-ace0-9eb1e2fbc2e5 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDPsEOv95Z73ilQNilJ6fSLmV8AEGMxY9wRHeYUSEZxuOvl5i8P7DxU7Fw/qwJnh65P3PsSsou0MYbKXhHs7Pf+ba6verP9QQI5jHmr5kYBI4FMAqeCDU34OrRe+Va4YqQo72S+BH0HCwwYRv1Ws8rcXuKM0qkK/BFO7Lfi0sS0gQ==", "user_id": "d8b5bd52e9a9498abeac7c69e5c3412a", "name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-kp", "fingerprint": "13:1e:84:a7:71:ce:05:4d:4a:d2:3f:9d:46:c1:64:b6"}} 2018-10-26 10:13:45,469 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-50107be0-0705-4174-ace0-9eb1e2fbc2e5 2018-10-26 10:13:45,471 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85.pub 2018-10-26 10:13:45,471 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85 2018-10-26 10:13:45,472 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:13:45,472 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:13:45,839 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b92b070e77be4b89ab5810bb3ad238f1", "name": "CreateInstanceSingleNetworkTests-39cc234a-3097-485-proj-role"}], "expires_at": "2018-10-26T11:13:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "370d1317d76943fa8c4a8776b6637584", "name": "CreateInstanceSingleNetworkTests-39cc234a-3097-485-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/370d1317d76943fa8c4a8776b6637584", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/370d1317d76943fa8c4a8776b6637584", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/370d1317d76943fa8c4a8776b6637584", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/370d1317d76943fa8c4a8776b6637584", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/370d1317d76943fa8c4a8776b6637584", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/370d1317d76943fa8c4a8776b6637584", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/370d1317d76943fa8c4a8776b6637584", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/370d1317d76943fa8c4a8776b6637584", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/370d1317d76943fa8c4a8776b6637584", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/370d1317d76943fa8c4a8776b6637584", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/370d1317d76943fa8c4a8776b6637584", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/370d1317d76943fa8c4a8776b6637584", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-39cc234a-3097-485-user", "id": "d8b5bd52e9a9498abeac7c69e5c3412a"}, "audit_ids": ["Rhh3_2KSShq79K0SDcgBqQ"], "issued_at": "2018-10-26T10:13:45.000000Z"}} 2018-10-26 10:13:45,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}137a026f31b2314197d2a171d3f619d61039b418" 2018-10-26 10:13:45,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:13:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3d1c583-69d3-4022-9560-d4594067eb60 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:13:45,921 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a3d1c583-69d3-4022-9560-d4594067eb60 2018-10-26 10:13:45,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}137a026f31b2314197d2a171d3f619d61039b418" 2018-10-26 10:13:46,098 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-53a13ab6-2e1c-44fd-80bd-a2a42e28c34a Date: Fri, 26 Oct 2018 10:13:46 GMT RESP BODY: {"security_groups": []} 2018-10-26 10:13:46,099 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-sec-grp used request id req-53a13ab6-2e1c-44fd-80bd-a2a42e28c34a 2018-10-26 10:13:46,099 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-sec-grp... 2018-10-26 10:13:46,099 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-sec-grp 2018-10-26 10:13:46,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}137a026f31b2314197d2a171d3f619d61039b418" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-sec-grp"}}' 2018-10-26 10:13:46,439 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-ec6b6a9a-1725-484b-8bb9-0e0352f09873 Date: Fri, 26 Oct 2018 10:13:46 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "370d1317d76943fa8c4a8776b6637584", "created_at": "2018-10-26T10:13:46Z", "updated_at": "2018-10-26T10:13:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:13:46Z", "revision_number": 0, "id": "32c537d4-a005-4453-b9f7-eb74824b749a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:13:46Z", "security_group_id": "683eae00-b488-4339-8e76-a519cb3d83e2", "tenant_id": "370d1317d76943fa8c4a8776b6637584", "port_range_min": null, "ethertype": "IPv6", "project_id": "370d1317d76943fa8c4a8776b6637584"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:13:46Z", "revision_number": 0, "id": "d64b8a71-9b84-4073-bb1c-caee89804549", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:13:46Z", "security_group_id": "683eae00-b488-4339-8e76-a519cb3d83e2", "tenant_id": "370d1317d76943fa8c4a8776b6637584", "port_range_min": null, "ethertype": "IPv4", "project_id": "370d1317d76943fa8c4a8776b6637584"}], "revision_number": 2, "project_id": "370d1317d76943fa8c4a8776b6637584", "id": "683eae00-b488-4339-8e76-a519cb3d83e2", "name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-sec-grp"}} 2018-10-26 10:13:46,439 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-ec6b6a9a-1725-484b-8bb9-0e0352f09873 2018-10-26 10:13:46,440 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 683eae00-b488-4339-8e76-a519cb3d83e2 2018-10-26 10:13:46,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=683eae00-b488-4339-8e76-a519cb3d83e2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}137a026f31b2314197d2a171d3f619d61039b418" 2018-10-26 10:13:46,607 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e12eada6-9f35-4031-9415-3f235c43a680 Date: Fri, 26 Oct 2018 10:13:46 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-26T10:13:46Z", "security_group_id": "683eae00-b488-4339-8e76-a519cb3d83e2", "port_range_min": null, "revision_number": 0, "tenant_id": "370d1317d76943fa8c4a8776b6637584", "created_at": "2018-10-26T10:13:46Z", "project_id": "370d1317d76943fa8c4a8776b6637584", "id": "32c537d4-a005-4453-b9f7-eb74824b749a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:13:46Z", "security_group_id": "683eae00-b488-4339-8e76-a519cb3d83e2", "port_range_min": null, "revision_number": 0, "tenant_id": "370d1317d76943fa8c4a8776b6637584", "created_at": "2018-10-26T10:13:46Z", "project_id": "370d1317d76943fa8c4a8776b6637584", "id": "d64b8a71-9b84-4073-bb1c-caee89804549"}]} 2018-10-26 10:13:46,607 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=683eae00-b488-4339-8e76-a519cb3d83e2 used request id req-e12eada6-9f35-4031-9415-3f235c43a680 2018-10-26 10:13:46,608 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 683eae00-b488-4339-8e76-a519cb3d83e2 2018-10-26 10:13:46,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=683eae00-b488-4339-8e76-a519cb3d83e2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}137a026f31b2314197d2a171d3f619d61039b418" 2018-10-26 10:13:46,789 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5245d38a-7048-40f7-a19f-db7d1498855f Date: Fri, 26 Oct 2018 10:13:46 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-26T10:13:46Z", "security_group_id": "683eae00-b488-4339-8e76-a519cb3d83e2", "port_range_min": null, "revision_number": 0, "tenant_id": "370d1317d76943fa8c4a8776b6637584", "created_at": "2018-10-26T10:13:46Z", "project_id": "370d1317d76943fa8c4a8776b6637584", "id": "32c537d4-a005-4453-b9f7-eb74824b749a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:13:46Z", "security_group_id": "683eae00-b488-4339-8e76-a519cb3d83e2", "port_range_min": null, "revision_number": 0, "tenant_id": "370d1317d76943fa8c4a8776b6637584", "created_at": "2018-10-26T10:13:46Z", "project_id": "370d1317d76943fa8c4a8776b6637584", "id": "d64b8a71-9b84-4073-bb1c-caee89804549"}]} 2018-10-26 10:13:46,789 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=683eae00-b488-4339-8e76-a519cb3d83e2 used request id req-5245d38a-7048-40f7-a19f-db7d1498855f 2018-10-26 10:13:46,789 - neutron_utils - INFO - Retrieving security group with ID - 683eae00-b488-4339-8e76-a519cb3d83e2 2018-10-26 10:13:46,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=683eae00-b488-4339-8e76-a519cb3d83e2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}137a026f31b2314197d2a171d3f619d61039b418" 2018-10-26 10:13:46,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-cf7e285a-c55a-41aa-8a27-5406af62f8cb Date: Fri, 26 Oct 2018 10:13:46 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "370d1317d76943fa8c4a8776b6637584", "created_at": "2018-10-26T10:13:46Z", "updated_at": "2018-10-26T10:13:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:13:46Z", "revision_number": 0, "id": "32c537d4-a005-4453-b9f7-eb74824b749a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:13:46Z", "security_group_id": "683eae00-b488-4339-8e76-a519cb3d83e2", "tenant_id": "370d1317d76943fa8c4a8776b6637584", "port_range_min": null, "ethertype": "IPv6", "project_id": "370d1317d76943fa8c4a8776b6637584"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:13:46Z", "revision_number": 0, "id": "d64b8a71-9b84-4073-bb1c-caee89804549", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:13:46Z", "security_group_id": "683eae00-b488-4339-8e76-a519cb3d83e2", "tenant_id": "370d1317d76943fa8c4a8776b6637584", "port_range_min": null, "ethertype": "IPv4", "project_id": "370d1317d76943fa8c4a8776b6637584"}], "revision_number": 2, "project_id": "370d1317d76943fa8c4a8776b6637584", "id": "683eae00-b488-4339-8e76-a519cb3d83e2", "name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-sec-grp"}]} 2018-10-26 10:13:46,879 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=683eae00-b488-4339-8e76-a519cb3d83e2 used request id req-cf7e285a-c55a-41aa-8a27-5406af62f8cb 2018-10-26 10:13:46,880 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 683eae00-b488-4339-8e76-a519cb3d83e2 2018-10-26 10:13:46,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=683eae00-b488-4339-8e76-a519cb3d83e2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}137a026f31b2314197d2a171d3f619d61039b418" 2018-10-26 10:13:47,057 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-60581b98-4f47-4ea2-bdc8-5b35541c9837 Date: Fri, 26 Oct 2018 10:13:47 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-26T10:13:46Z", "security_group_id": "683eae00-b488-4339-8e76-a519cb3d83e2", "port_range_min": null, "revision_number": 0, "tenant_id": "370d1317d76943fa8c4a8776b6637584", "created_at": "2018-10-26T10:13:46Z", "project_id": "370d1317d76943fa8c4a8776b6637584", "id": "32c537d4-a005-4453-b9f7-eb74824b749a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:13:46Z", "security_group_id": "683eae00-b488-4339-8e76-a519cb3d83e2", "port_range_min": null, "revision_number": 0, "tenant_id": "370d1317d76943fa8c4a8776b6637584", "created_at": "2018-10-26T10:13:46Z", "project_id": "370d1317d76943fa8c4a8776b6637584", "id": "d64b8a71-9b84-4073-bb1c-caee89804549"}]} 2018-10-26 10:13:47,057 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=683eae00-b488-4339-8e76-a519cb3d83e2 used request id req-60581b98-4f47-4ea2-bdc8-5b35541c9837 2018-10-26 10:13:47,058 - neutron_utils - INFO - Retrieving security group with ID - 683eae00-b488-4339-8e76-a519cb3d83e2 2018-10-26 10:13:47,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=683eae00-b488-4339-8e76-a519cb3d83e2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}137a026f31b2314197d2a171d3f619d61039b418" 2018-10-26 10:13:47,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-9a51d499-cb9b-40d9-919b-f1ed7e7314c5 Date: Fri, 26 Oct 2018 10:13:47 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "370d1317d76943fa8c4a8776b6637584", "created_at": "2018-10-26T10:13:46Z", "updated_at": "2018-10-26T10:13:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:13:46Z", "revision_number": 0, "id": "32c537d4-a005-4453-b9f7-eb74824b749a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:13:46Z", "security_group_id": "683eae00-b488-4339-8e76-a519cb3d83e2", "tenant_id": "370d1317d76943fa8c4a8776b6637584", "port_range_min": null, "ethertype": "IPv6", "project_id": "370d1317d76943fa8c4a8776b6637584"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:13:46Z", "revision_number": 0, "id": "d64b8a71-9b84-4073-bb1c-caee89804549", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:13:46Z", "security_group_id": "683eae00-b488-4339-8e76-a519cb3d83e2", "tenant_id": "370d1317d76943fa8c4a8776b6637584", "port_range_min": null, "ethertype": "IPv4", "project_id": "370d1317d76943fa8c4a8776b6637584"}], "revision_number": 2, "project_id": "370d1317d76943fa8c4a8776b6637584", "id": "683eae00-b488-4339-8e76-a519cb3d83e2", "name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-sec-grp"}]} 2018-10-26 10:13:47,344 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=683eae00-b488-4339-8e76-a519cb3d83e2 used request id req-9a51d499-cb9b-40d9-919b-f1ed7e7314c5 2018-10-26 10:13:47,344 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 683eae00-b488-4339-8e76-a519cb3d83e2 2018-10-26 10:13:47,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=683eae00-b488-4339-8e76-a519cb3d83e2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}137a026f31b2314197d2a171d3f619d61039b418" 2018-10-26 10:13:47,533 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3c584ee3-f9dc-4541-89c5-09fe88eebb36 Date: Fri, 26 Oct 2018 10:13:47 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-26T10:13:46Z", "security_group_id": "683eae00-b488-4339-8e76-a519cb3d83e2", "port_range_min": null, "revision_number": 0, "tenant_id": "370d1317d76943fa8c4a8776b6637584", "created_at": "2018-10-26T10:13:46Z", "project_id": "370d1317d76943fa8c4a8776b6637584", "id": "32c537d4-a005-4453-b9f7-eb74824b749a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:13:46Z", "security_group_id": "683eae00-b488-4339-8e76-a519cb3d83e2", "port_range_min": null, "revision_number": 0, "tenant_id": "370d1317d76943fa8c4a8776b6637584", "created_at": "2018-10-26T10:13:46Z", "project_id": "370d1317d76943fa8c4a8776b6637584", "id": "d64b8a71-9b84-4073-bb1c-caee89804549"}]} 2018-10-26 10:13:47,533 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=683eae00-b488-4339-8e76-a519cb3d83e2 used request id req-3c584ee3-f9dc-4541-89c5-09fe88eebb36 2018-10-26 10:13:47,533 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-sec-grp 2018-10-26 10:13:47,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}137a026f31b2314197d2a171d3f619d61039b418" 2018-10-26 10:13:47,819 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-ff2f9266-580e-4b0f-9273-588c40466bba Date: Fri, 26 Oct 2018 10:13:47 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "370d1317d76943fa8c4a8776b6637584", "created_at": "2018-10-26T10:13:46Z", "updated_at": "2018-10-26T10:13:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:13:46Z", "revision_number": 0, "id": "32c537d4-a005-4453-b9f7-eb74824b749a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:13:46Z", "security_group_id": "683eae00-b488-4339-8e76-a519cb3d83e2", "tenant_id": "370d1317d76943fa8c4a8776b6637584", "port_range_min": null, "ethertype": "IPv6", "project_id": "370d1317d76943fa8c4a8776b6637584"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:13:46Z", "revision_number": 0, "id": "d64b8a71-9b84-4073-bb1c-caee89804549", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:13:46Z", "security_group_id": "683eae00-b488-4339-8e76-a519cb3d83e2", "tenant_id": "370d1317d76943fa8c4a8776b6637584", "port_range_min": null, "ethertype": "IPv4", "project_id": "370d1317d76943fa8c4a8776b6637584"}], "revision_number": 2, "project_id": "370d1317d76943fa8c4a8776b6637584", "id": "683eae00-b488-4339-8e76-a519cb3d83e2", "name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-sec-grp"}]} 2018-10-26 10:13:47,819 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-sec-grp used request id req-ff2f9266-580e-4b0f-9273-588c40466bba 2018-10-26 10:13:47,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:13:47,828 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:13: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:13:47,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/370d1317d76943fa8c4a8776b6637584 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}137a026f31b2314197d2a171d3f619d61039b418" 2018-10-26 10:13:47,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:13:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ff00543-055b-4c91-ab8e-0f8f287de1c3 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/370d1317d76943fa8c4a8776b6637584"}, "enabled": true, "id": "370d1317d76943fa8c4a8776b6637584", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-39cc234a-3097-485-proj"}} 2018-10-26 10:13:47,909 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/370d1317d76943fa8c4a8776b6637584 used request id req-1ff00543-055b-4c91-ab8e-0f8f287de1c3 2018-10-26 10:13:47,909 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 683eae00-b488-4339-8e76-a519cb3d83e2 2018-10-26 10:13:47,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=683eae00-b488-4339-8e76-a519cb3d83e2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}137a026f31b2314197d2a171d3f619d61039b418" 2018-10-26 10:13:48,093 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-81da4254-fb6b-4678-a3d0-a797bd01f767 Date: Fri, 26 Oct 2018 10:13: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-26T10:13:46Z", "security_group_id": "683eae00-b488-4339-8e76-a519cb3d83e2", "port_range_min": null, "revision_number": 0, "tenant_id": "370d1317d76943fa8c4a8776b6637584", "created_at": "2018-10-26T10:13:46Z", "project_id": "370d1317d76943fa8c4a8776b6637584", "id": "32c537d4-a005-4453-b9f7-eb74824b749a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:13:46Z", "security_group_id": "683eae00-b488-4339-8e76-a519cb3d83e2", "port_range_min": null, "revision_number": 0, "tenant_id": "370d1317d76943fa8c4a8776b6637584", "created_at": "2018-10-26T10:13:46Z", "project_id": "370d1317d76943fa8c4a8776b6637584", "id": "d64b8a71-9b84-4073-bb1c-caee89804549"}]} 2018-10-26 10:13:48,093 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=683eae00-b488-4339-8e76-a519cb3d83e2 used request id req-81da4254-fb6b-4678-a3d0-a797bd01f767 2018-10-26 10:13:48,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}137a026f31b2314197d2a171d3f619d61039b418" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "683eae00-b488-4339-8e76-a519cb3d83e2"}}' 2018-10-26 10:13:48,433 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-39b26405-db93-42ff-8426-c11130508f94 Date: Fri, 26 Oct 2018 10:13:48 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-26T10:13:48Z", "security_group_id": "683eae00-b488-4339-8e76-a519cb3d83e2", "port_range_min": null, "revision_number": 0, "tenant_id": "370d1317d76943fa8c4a8776b6637584", "created_at": "2018-10-26T10:13:48Z", "project_id": "370d1317d76943fa8c4a8776b6637584", "id": "a8a59867-3282-481c-a73f-e581e9136242"}} 2018-10-26 10:13:48,434 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-39b26405-db93-42ff-8426-c11130508f94 2018-10-26 10:13:48,434 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-sec-grp 2018-10-26 10:13:48,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}137a026f31b2314197d2a171d3f619d61039b418" 2018-10-26 10:13:48,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-a26cbe35-2f69-4665-8d80-d7a898f61c30 Date: Fri, 26 Oct 2018 10:13:48 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "370d1317d76943fa8c4a8776b6637584", "created_at": "2018-10-26T10:13:46Z", "updated_at": "2018-10-26T10:13:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:13:46Z", "revision_number": 0, "id": "32c537d4-a005-4453-b9f7-eb74824b749a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:13:46Z", "security_group_id": "683eae00-b488-4339-8e76-a519cb3d83e2", "tenant_id": "370d1317d76943fa8c4a8776b6637584", "port_range_min": null, "ethertype": "IPv6", "project_id": "370d1317d76943fa8c4a8776b6637584"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:13:48Z", "revision_number": 0, "id": "a8a59867-3282-481c-a73f-e581e9136242", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:13:48Z", "security_group_id": "683eae00-b488-4339-8e76-a519cb3d83e2", "tenant_id": "370d1317d76943fa8c4a8776b6637584", "port_range_min": null, "ethertype": "IPv4", "project_id": "370d1317d76943fa8c4a8776b6637584"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:13:46Z", "revision_number": 0, "id": "d64b8a71-9b84-4073-bb1c-caee89804549", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:13:46Z", "security_group_id": "683eae00-b488-4339-8e76-a519cb3d83e2", "tenant_id": "370d1317d76943fa8c4a8776b6637584", "port_range_min": null, "ethertype": "IPv4", "project_id": "370d1317d76943fa8c4a8776b6637584"}], "revision_number": 3, "project_id": "370d1317d76943fa8c4a8776b6637584", "id": "683eae00-b488-4339-8e76-a519cb3d83e2", "name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-sec-grp"}]} 2018-10-26 10:13:48,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-sec-grp used request id req-a26cbe35-2f69-4665-8d80-d7a898f61c30 2018-10-26 10:13:48,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/370d1317d76943fa8c4a8776b6637584 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}137a026f31b2314197d2a171d3f619d61039b418" 2018-10-26 10:13:48,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:13:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad70797a-d740-472a-b262-2f18bfb2e6ad Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/370d1317d76943fa8c4a8776b6637584"}, "enabled": true, "id": "370d1317d76943fa8c4a8776b6637584", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-39cc234a-3097-485-proj"}} 2018-10-26 10:13:48,717 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/370d1317d76943fa8c4a8776b6637584 used request id req-ad70797a-d740-472a-b262-2f18bfb2e6ad 2018-10-26 10:13:48,717 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 683eae00-b488-4339-8e76-a519cb3d83e2 2018-10-26 10:13:48,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=683eae00-b488-4339-8e76-a519cb3d83e2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}137a026f31b2314197d2a171d3f619d61039b418" 2018-10-26 10:13:48,749 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-09e20d09-88ec-43b7-bb37-1a405035221e Date: Fri, 26 Oct 2018 10:13: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-26T10:13:46Z", "security_group_id": "683eae00-b488-4339-8e76-a519cb3d83e2", "port_range_min": null, "revision_number": 0, "tenant_id": "370d1317d76943fa8c4a8776b6637584", "created_at": "2018-10-26T10:13:46Z", "project_id": "370d1317d76943fa8c4a8776b6637584", "id": "32c537d4-a005-4453-b9f7-eb74824b749a"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:13:48Z", "security_group_id": "683eae00-b488-4339-8e76-a519cb3d83e2", "port_range_min": null, "revision_number": 0, "tenant_id": "370d1317d76943fa8c4a8776b6637584", "created_at": "2018-10-26T10:13:48Z", "project_id": "370d1317d76943fa8c4a8776b6637584", "id": "a8a59867-3282-481c-a73f-e581e9136242"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:13:46Z", "security_group_id": "683eae00-b488-4339-8e76-a519cb3d83e2", "port_range_min": null, "revision_number": 0, "tenant_id": "370d1317d76943fa8c4a8776b6637584", "created_at": "2018-10-26T10:13:46Z", "project_id": "370d1317d76943fa8c4a8776b6637584", "id": "d64b8a71-9b84-4073-bb1c-caee89804549"}]} 2018-10-26 10:13:48,749 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=683eae00-b488-4339-8e76-a519cb3d83e2 used request id req-09e20d09-88ec-43b7-bb37-1a405035221e 2018-10-26 10:13:48,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}137a026f31b2314197d2a171d3f619d61039b418" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "683eae00-b488-4339-8e76-a519cb3d83e2"}}' 2018-10-26 10:13:48,930 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-988dd0b7-b6a3-466b-8048-dda4328b30f2 Date: Fri, 26 Oct 2018 10:13:48 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-26T10:13:48Z", "security_group_id": "683eae00-b488-4339-8e76-a519cb3d83e2", "port_range_min": 22, "revision_number": 0, "tenant_id": "370d1317d76943fa8c4a8776b6637584", "created_at": "2018-10-26T10:13:48Z", "project_id": "370d1317d76943fa8c4a8776b6637584", "id": "43e1fbf4-4d87-4773-9f19-5378bb1a4b1a"}} 2018-10-26 10:13:48,930 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-988dd0b7-b6a3-466b-8048-dda4328b30f2 2018-10-26 10:13:48,931 - neutron_utils - INFO - Retrieving security group with ID - 683eae00-b488-4339-8e76-a519cb3d83e2 2018-10-26 10:13:48,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=683eae00-b488-4339-8e76-a519cb3d83e2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}137a026f31b2314197d2a171d3f619d61039b418" 2018-10-26 10:13:49,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-781ac546-6576-4315-b327-c86c9e8d9b28 Date: Fri, 26 Oct 2018 10:13:49 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "370d1317d76943fa8c4a8776b6637584", "created_at": "2018-10-26T10:13:46Z", "updated_at": "2018-10-26T10:13:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:13:46Z", "revision_number": 0, "id": "32c537d4-a005-4453-b9f7-eb74824b749a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:13:46Z", "security_group_id": "683eae00-b488-4339-8e76-a519cb3d83e2", "tenant_id": "370d1317d76943fa8c4a8776b6637584", "port_range_min": null, "ethertype": "IPv6", "project_id": "370d1317d76943fa8c4a8776b6637584"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-26T10:13:48Z", "revision_number": 0, "id": "43e1fbf4-4d87-4773-9f19-5378bb1a4b1a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:13:48Z", "security_group_id": "683eae00-b488-4339-8e76-a519cb3d83e2", "tenant_id": "370d1317d76943fa8c4a8776b6637584", "port_range_min": 22, "ethertype": "IPv4", "project_id": "370d1317d76943fa8c4a8776b6637584"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:13:48Z", "revision_number": 0, "id": "a8a59867-3282-481c-a73f-e581e9136242", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:13:48Z", "security_group_id": "683eae00-b488-4339-8e76-a519cb3d83e2", "tenant_id": "370d1317d76943fa8c4a8776b6637584", "port_range_min": null, "ethertype": "IPv4", "project_id": "370d1317d76943fa8c4a8776b6637584"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:13:46Z", "revision_number": 0, "id": "d64b8a71-9b84-4073-bb1c-caee89804549", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:13:46Z", "security_group_id": "683eae00-b488-4339-8e76-a519cb3d83e2", "tenant_id": "370d1317d76943fa8c4a8776b6637584", "port_range_min": null, "ethertype": "IPv4", "project_id": "370d1317d76943fa8c4a8776b6637584"}], "revision_number": 4, "project_id": "370d1317d76943fa8c4a8776b6637584", "id": "683eae00-b488-4339-8e76-a519cb3d83e2", "name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-sec-grp"}]} 2018-10-26 10:13:49,136 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=683eae00-b488-4339-8e76-a519cb3d83e2 used request id req-781ac546-6576-4315-b327-c86c9e8d9b28 2018-10-26 10:13:49,136 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 683eae00-b488-4339-8e76-a519cb3d83e2 2018-10-26 10:13:49,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=683eae00-b488-4339-8e76-a519cb3d83e2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}137a026f31b2314197d2a171d3f619d61039b418" 2018-10-26 10:13:49,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-6d220648-4991-408b-8f27-4fa32e5b2105 Date: Fri, 26 Oct 2018 10:13: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-26T10:13:46Z", "security_group_id": "683eae00-b488-4339-8e76-a519cb3d83e2", "port_range_min": null, "revision_number": 0, "tenant_id": "370d1317d76943fa8c4a8776b6637584", "created_at": "2018-10-26T10:13:46Z", "project_id": "370d1317d76943fa8c4a8776b6637584", "id": "32c537d4-a005-4453-b9f7-eb74824b749a"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-26T10:13:48Z", "security_group_id": "683eae00-b488-4339-8e76-a519cb3d83e2", "port_range_min": 22, "revision_number": 0, "tenant_id": "370d1317d76943fa8c4a8776b6637584", "created_at": "2018-10-26T10:13:48Z", "project_id": "370d1317d76943fa8c4a8776b6637584", "id": "43e1fbf4-4d87-4773-9f19-5378bb1a4b1a"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:13:48Z", "security_group_id": "683eae00-b488-4339-8e76-a519cb3d83e2", "port_range_min": null, "revision_number": 0, "tenant_id": "370d1317d76943fa8c4a8776b6637584", "created_at": "2018-10-26T10:13:48Z", "project_id": "370d1317d76943fa8c4a8776b6637584", "id": "a8a59867-3282-481c-a73f-e581e9136242"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:13:46Z", "security_group_id": "683eae00-b488-4339-8e76-a519cb3d83e2", "port_range_min": null, "revision_number": 0, "tenant_id": "370d1317d76943fa8c4a8776b6637584", "created_at": "2018-10-26T10:13:46Z", "project_id": "370d1317d76943fa8c4a8776b6637584", "id": "d64b8a71-9b84-4073-bb1c-caee89804549"}]} 2018-10-26 10:13:49,313 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=683eae00-b488-4339-8e76-a519cb3d83e2 used request id req-6d220648-4991-408b-8f27-4fa32e5b2105 2018-10-26 10:13:49,313 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:13:49,314 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:13:49,691 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b92b070e77be4b89ab5810bb3ad238f1", "name": "CreateInstanceSingleNetworkTests-39cc234a-3097-485-proj-role"}], "expires_at": "2018-10-26T11:13:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "370d1317d76943fa8c4a8776b6637584", "name": "CreateInstanceSingleNetworkTests-39cc234a-3097-485-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/370d1317d76943fa8c4a8776b6637584", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/370d1317d76943fa8c4a8776b6637584", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/370d1317d76943fa8c4a8776b6637584", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/370d1317d76943fa8c4a8776b6637584", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/370d1317d76943fa8c4a8776b6637584", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/370d1317d76943fa8c4a8776b6637584", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/370d1317d76943fa8c4a8776b6637584", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/370d1317d76943fa8c4a8776b6637584", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/370d1317d76943fa8c4a8776b6637584", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/370d1317d76943fa8c4a8776b6637584", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/370d1317d76943fa8c4a8776b6637584", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/370d1317d76943fa8c4a8776b6637584", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-39cc234a-3097-485-user", "id": "d8b5bd52e9a9498abeac7c69e5c3412a"}, "audit_ids": ["lq8L2-5eRxCFtYBzkpqzhg"], "issued_at": "2018-10-26T10:13:49.000000Z"}} 2018-10-26 10:13:49,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:13:49,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:13:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be9b7b11-d71e-48ed-80f1-03a07f86976b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:13:49,767 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-be9b7b11-d71e-48ed-80f1-03a07f86976b 2018-10-26 10:13:49,769 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:13:49,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:13:49,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:13:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f452822-d63f-456c-ad0a-ba1f1becc505 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:13:49,851 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-7f452822-d63f-456c-ad0a-ba1f1becc505 2018-10-26 10:13:49,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:13:50,094 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-516cf1a3-5aea-4cd5-a40a-4ae39949288d Date: Fri, 26 Oct 2018 10: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":["51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac"],"updated_at":"2018-10-26T10:13:33Z","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"370d1317d76943fa8c4a8776b6637584","id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","name":"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net"}]} 2018-10-26 10:13:50,094 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net used request id req-516cf1a3-5aea-4cd5-a40a-4ae39949288d 2018-10-26 10:13:50,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:13:50,102 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:13: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:13:50,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/370d1317d76943fa8c4a8776b6637584 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:13:50,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:13:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db4fd404-aa55-4666-9de9-39f1f9771b89 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/370d1317d76943fa8c4a8776b6637584"}, "enabled": true, "id": "370d1317d76943fa8c4a8776b6637584", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-39cc234a-3097-485-proj"}} 2018-10-26 10:13:50,184 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/370d1317d76943fa8c4a8776b6637584 used request id req-db4fd404-aa55-4666-9de9-39f1f9771b89 2018-10-26 10:13:50,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b5fbc20c-5d2e-4a22-8e11-4e69a460f841 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:13:50,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-02fba335-da60-41a8-962c-832ad784526d Date: Fri, 26 Oct 2018 10:13:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:33Z","dns_nameservers":[],"updated_at":"2018-10-26T10:13: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":"370d1317d76943fa8c4a8776b6637584","id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-subnet"}]} 2018-10-26 10:13:50,398 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b5fbc20c-5d2e-4a22-8e11-4e69a460f841 used request id req-02fba335-da60-41a8-962c-832ad784526d 2018-10-26 10:13:50,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=b5fbc20c-5d2e-4a22-8e11-4e69a460f841&name=CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:13:50,584 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-615e5f79-9a5c-4227-946d-33d74445eb18 Date: Fri, 26 Oct 2018 10:13:50 GMT RESP BODY: {"ports":[]} 2018-10-26 10:13:50,584 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=b5fbc20c-5d2e-4a22-8e11-4e69a460f841&name=CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85port-1&admin_state_up=True used request id req-615e5f79-9a5c-4227-946d-33d74445eb18 2018-10-26 10:13:50,587 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:13:50,818 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:13: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-91850162-66dc-4409-906a-191aa4b47baf x-compute-request-id: req-91850162-66dc-4409-906a-191aa4b47baf Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-26 10:13:50,818 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-inst used request id req-91850162-66dc-4409-906a-191aa4b47baf 2018-10-26 10:13:50,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:13:51,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-ed234889-ecb8-4b64-b5a3-b749bfbbbd75 Date: Fri, 26 Oct 2018 10:13: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":["51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac"],"updated_at":"2018-10-26T10:13:33Z","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"370d1317d76943fa8c4a8776b6637584","id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","name":"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net"}]} 2018-10-26 10:13:51,058 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net used request id req-ed234889-ecb8-4b64-b5a3-b749bfbbbd75 2018-10-26 10:13:51,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/370d1317d76943fa8c4a8776b6637584 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:13:51,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:13:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddf17371-44fb-4bdf-ad67-d83182fafc1c Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/370d1317d76943fa8c4a8776b6637584"}, "enabled": true, "id": "370d1317d76943fa8c4a8776b6637584", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-39cc234a-3097-485-proj"}} 2018-10-26 10:13:51,144 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/370d1317d76943fa8c4a8776b6637584 used request id req-ddf17371-44fb-4bdf-ad67-d83182fafc1c 2018-10-26 10:13:51,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b5fbc20c-5d2e-4a22-8e11-4e69a460f841 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:13:51,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-7b70a761-98a9-4d51-b0d8-49ddc16baf6a Date: Fri, 26 Oct 2018 10:13:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:33Z","dns_nameservers":[],"updated_at":"2018-10-26T10:13: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":"370d1317d76943fa8c4a8776b6637584","id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-subnet"}]} 2018-10-26 10:13:51,362 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b5fbc20c-5d2e-4a22-8e11-4e69a460f841 used request id req-7b70a761-98a9-4d51-b0d8-49ddc16baf6a 2018-10-26 10:13:51,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=b5fbc20c-5d2e-4a22-8e11-4e69a460f841&name=CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:13:51,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-5d3cb64e-c088-48d3-92c4-c15e11311371 Date: Fri, 26 Oct 2018 10:13:51 GMT RESP BODY: {"ports":[]} 2018-10-26 10:13:51,552 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=b5fbc20c-5d2e-4a22-8e11-4e69a460f841&name=CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85port-1&admin_state_up=True used request id req-5d3cb64e-c088-48d3-92c4-c15e11311371 2018-10-26 10:13:51,552 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:13:51,553 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:13:51,935 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b92b070e77be4b89ab5810bb3ad238f1", "name": "CreateInstanceSingleNetworkTests-39cc234a-3097-485-proj-role"}], "expires_at": "2018-10-26T11:13:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "370d1317d76943fa8c4a8776b6637584", "name": "CreateInstanceSingleNetworkTests-39cc234a-3097-485-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/370d1317d76943fa8c4a8776b6637584", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/370d1317d76943fa8c4a8776b6637584", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/370d1317d76943fa8c4a8776b6637584", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/370d1317d76943fa8c4a8776b6637584", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/370d1317d76943fa8c4a8776b6637584", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/370d1317d76943fa8c4a8776b6637584", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/370d1317d76943fa8c4a8776b6637584", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/370d1317d76943fa8c4a8776b6637584", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/370d1317d76943fa8c4a8776b6637584", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/370d1317d76943fa8c4a8776b6637584", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/370d1317d76943fa8c4a8776b6637584", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/370d1317d76943fa8c4a8776b6637584", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-39cc234a-3097-485-user", "id": "d8b5bd52e9a9498abeac7c69e5c3412a"}, "audit_ids": ["orpUrTKARxqbXDZCnRpB7w"], "issued_at": "2018-10-26T10:13:51.000000Z"}} 2018-10-26 10:13:51,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ed76e2369d0a22f4c1d8c93e3de0c2780937582" 2018-10-26 10:13:52,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:13:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09d23c58-bc38-4446-a548-eee68b75d02e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:13:52,005 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-09d23c58-bc38-4446-a548-eee68b75d02e 2018-10-26 10:13:52,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:13:52,258 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-e0aed41f-b88f-4ed1-a69a-4b42450bfd33 Date: Fri, 26 Oct 2018 10:13:52 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac"],"updated_at":"2018-10-26T10:13:33Z","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"370d1317d76943fa8c4a8776b6637584","id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","name":"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net"}]} 2018-10-26 10:13:52,258 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net used request id req-e0aed41f-b88f-4ed1-a69a-4b42450bfd33 2018-10-26 10:13:52,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b5fbc20c-5d2e-4a22-8e11-4e69a460f841 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:13:52,462 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-85ca3030-a705-4752-b434-ed72127984e5 Date: Fri, 26 Oct 2018 10:13:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:33Z","dns_nameservers":[],"updated_at":"2018-10-26T10:13: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":"370d1317d76943fa8c4a8776b6637584","id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-subnet"}]} 2018-10-26 10:13:52,462 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b5fbc20c-5d2e-4a22-8e11-4e69a460f841 used request id req-85ca3030-a705-4752-b434-ed72127984e5 2018-10-26 10:13:52,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:13:52,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-301ce403-87ea-4460-930a-2999d9403db7 Date: Fri, 26 Oct 2018 10:13:52 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac"],"updated_at":"2018-10-26T10:13:33Z","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"370d1317d76943fa8c4a8776b6637584","id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","name":"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net"}]} 2018-10-26 10:13:52,707 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net used request id req-301ce403-87ea-4460-930a-2999d9403db7 2018-10-26 10:13:52,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:13:52,716 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:13: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:13:52,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/370d1317d76943fa8c4a8776b6637584 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ed76e2369d0a22f4c1d8c93e3de0c2780937582" 2018-10-26 10:13:52,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:13:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fdf25b7-67d4-4737-b62d-e87466507b6e Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/370d1317d76943fa8c4a8776b6637584"}, "enabled": true, "id": "370d1317d76943fa8c4a8776b6637584", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-39cc234a-3097-485-proj"}} 2018-10-26 10:13:52,734 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/370d1317d76943fa8c4a8776b6637584 used request id req-4fdf25b7-67d4-4737-b62d-e87466507b6e 2018-10-26 10:13:52,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b5fbc20c-5d2e-4a22-8e11-4e69a460f841 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:13:52,927 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-255e409d-53c0-489d-afac-2499beb246ff Date: Fri, 26 Oct 2018 10:13:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:33Z","dns_nameservers":[],"updated_at":"2018-10-26T10:13: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":"370d1317d76943fa8c4a8776b6637584","id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-subnet"}]} 2018-10-26 10:13:52,927 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b5fbc20c-5d2e-4a22-8e11-4e69a460f841 used request id req-255e409d-53c0-489d-afac-2499beb246ff 2018-10-26 10:13:52,928 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net 2018-10-26 10:13:52,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" -d '{"port": {"network_id": "b5fbc20c-5d2e-4a22-8e11-4e69a460f841", "name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85port-1", "admin_state_up": true}}' 2018-10-26 10:13:54,011 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 789 X-Openstack-Request-Id: req-f27c1887-5bb7-4b7f-9fcf-cdfb6787a61f Date: Fri, 26 Oct 2018 10:13:54 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:13:53Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","ip_address":"10.55.1.11"}],"id":"fdc7a7fb-4671-48e2-8922-6987e609a20a","security_groups":["7e872be6-2d22-4b74-b8aa-15512d3369e0"],"mac_address":"fa:16:3e:0c:61:73","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85port-1","project_id":"370d1317d76943fa8c4a8776b6637584","qos_policy_id":null,"admin_state_up":true,"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:53Z","binding:vnic_type":"normal"}} 2018-10-26 10:13:54,011 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-f27c1887-5bb7-4b7f-9fcf-cdfb6787a61f 2018-10-26 10:13:54,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:13:54,402 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-b5e886d7-19ed-499b-bae3-a265095b9d96 Date: Fri, 26 Oct 2018 10:13: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":["51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac"],"updated_at":"2018-10-26T10:13:33Z","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"370d1317d76943fa8c4a8776b6637584","id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","name":"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net"}]} 2018-10-26 10:13:54,402 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net used request id req-b5e886d7-19ed-499b-bae3-a265095b9d96 2018-10-26 10:13:54,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/370d1317d76943fa8c4a8776b6637584 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:13:54,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:13:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d965570-79f6-4e70-8d79-da28c30c8290 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/370d1317d76943fa8c4a8776b6637584"}, "enabled": true, "id": "370d1317d76943fa8c4a8776b6637584", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-39cc234a-3097-485-proj"}} 2018-10-26 10:13:54,480 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/370d1317d76943fa8c4a8776b6637584 used request id req-4d965570-79f6-4e70-8d79-da28c30c8290 2018-10-26 10:13:54,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b5fbc20c-5d2e-4a22-8e11-4e69a460f841 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:13:54,677 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-fc4b4fa1-6d11-4f6d-80de-e38f0630428c Date: Fri, 26 Oct 2018 10:13:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:33Z","dns_nameservers":[],"updated_at":"2018-10-26T10:13: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":"370d1317d76943fa8c4a8776b6637584","id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-subnet"}]} 2018-10-26 10:13:54,677 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b5fbc20c-5d2e-4a22-8e11-4e69a460f841 used request id req-fc4b4fa1-6d11-4f6d-80de-e38f0630428c 2018-10-26 10:13:54,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=b5fbc20c-5d2e-4a22-8e11-4e69a460f841&name=CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:13:54,896 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 792 X-Openstack-Request-Id: req-f14f0fb9-3472-4101-b1da-27787cbea8f3 Date: Fri, 26 Oct 2018 10:13:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:13:53Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","ip_address":"10.55.1.11"}],"id":"fdc7a7fb-4671-48e2-8922-6987e609a20a","security_groups":["7e872be6-2d22-4b74-b8aa-15512d3369e0"],"mac_address":"fa:16:3e:0c:61:73","project_id":"370d1317d76943fa8c4a8776b6637584","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85port-1","admin_state_up":true,"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:53Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-26 10:13:54,896 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=b5fbc20c-5d2e-4a22-8e11-4e69a460f841&name=CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85port-1&admin_state_up=True used request id req-f14f0fb9-3472-4101-b1da-27787cbea8f3 2018-10-26 10:13:54,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/370d1317d76943fa8c4a8776b6637584 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:13:54,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:13:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c543a84b-2613-4794-ace2-1aae30f05247 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/370d1317d76943fa8c4a8776b6637584"}, "enabled": true, "id": "370d1317d76943fa8c4a8776b6637584", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-39cc234a-3097-485-proj"}} 2018-10-26 10:13:54,987 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/370d1317d76943fa8c4a8776b6637584 used request id req-c543a84b-2613-4794-ace2-1aae30f05247 2018-10-26 10:13:54,988 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-inst 2018-10-26 10:13:54,991 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:13:55,019 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:13: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-1b08d766-c3c9-4bde-b9b7-0ff9118c212b x-compute-request-id: req-1b08d766-c3c9-4bde-b9b7-0ff9118c212b Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"flavors": [{"id": "7e84ce2c-c8eb-461b-813d-af0c1e719383", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/7e84ce2c-c8eb-461b-813d-af0c1e719383", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/7e84ce2c-c8eb-461b-813d-af0c1e719383", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-flavor-name"}]} 2018-10-26 10:13:55,020 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-1b08d766-c3c9-4bde-b9b7-0ff9118c212b 2018-10-26 10:13:55,023 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/7e84ce2c-c8eb-461b-813d-af0c1e719383 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:13:55,042 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:13:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6851584c-27fd-4853-8992-fe36194435c7 x-compute-request-id: req-6851584c-27fd-4853-8992-fe36194435c7 Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/7e84ce2c-c8eb-461b-813d-af0c1e719383", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/7e84ce2c-c8eb-461b-813d-af0c1e719383", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "7e84ce2c-c8eb-461b-813d-af0c1e719383", "name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 10:13:55,042 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/7e84ce2c-c8eb-461b-813d-af0c1e719383 used request id req-6851584c-27fd-4853-8992-fe36194435c7 2018-10-26 10:13:55,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:13:55,242 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-f8872cc3-fd94-440c-802f-042c0e99fc96 Date: Fri, 26 Oct 2018 10:13:55 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:13:29Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T10:13:30Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/27f7b01a-8a20-48c1-b4e8-c38c181d1feb/snap", "metadata": {}}], "self": "/v2/images/27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "min_disk": 0, "protected": false, "id": "27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "file": "/v2/images/27f7b01a-8a20-48c1-b4e8-c38c181d1feb/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "370d1317d76943fa8c4a8776b6637584", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/27f7b01a-8a20-48c1-b4e8-c38c181d1feb/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-image"} 2018-10-26 10:13:55,242 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-image used request id req-f8872cc3-fd94-440c-802f-042c0e99fc96 2018-10-26 10:13:55,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:13:55,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-01edb9f1-5333-456a-8131-db428e38b3e4 Date: Fri, 26 Oct 2018 10:13: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-26 10:13:55,389 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-01edb9f1-5333-456a-8131-db428e38b3e4 2018-10-26 10:13:55,395 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-inst", "imageRef": "27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "key_name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-kp", "flavorRef": "7e84ce2c-c8eb-461b-813d-af0c1e719383", "max_count": 1, "min_count": 1, "networks": [{"port": "fdc7a7fb-4671-48e2-8922-6987e609a20a"}], "security_groups": [{"name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-sec-grp"}]}}' 2018-10-26 10:13:57,476 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10:13:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a2cf33a3-9ee8-489f-96f8-37c60c9b2e0e x-compute-request-id: req-a2cf33a3-9ee8-489f-96f8-37c60c9b2e0e Content-Length: 444 location: http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "45fcba2a-452c-4b61-98c4-644583e2bddd", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/45fcba2a-452c-4b61-98c4-644583e2bddd", "rel": "bookmark"}], "adminPass": "vvwYFVZV6eD9"}} 2018-10-26 10:13:57,476 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-a2cf33a3-9ee8-489f-96f8-37c60c9b2e0e 2018-10-26 10:13:57,480 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:13:57,709 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:13: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-351d2a9f-eb55-4bbf-b2a8-2311ef82664c x-compute-request-id: req-351d2a9f-eb55-4bbf-b2a8-2311ef82664c Content-Encoding: gzip Content-Length: 620 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/45fcba2a-452c-4b61-98c4-644583e2bddd", "rel": "bookmark"}], "image": {"id": "27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "links": [{"href": "http://172.30.9.21:8774/images/27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7e84ce2c-c8eb-461b-813d-af0c1e719383", "links": [{"href": "http://172.30.9.21:8774/flavors/7e84ce2c-c8eb-461b-813d-af0c1e719383", "rel": "bookmark"}]}, "id": "45fcba2a-452c-4b61-98c4-644583e2bddd", "user_id": "d8b5bd52e9a9498abeac7c69e5c3412a", "OS-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-26T10:13:57Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-kp", "name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-inst", "created": "2018-10-26T10:13:57Z", "tenant_id": "370d1317d76943fa8c4a8776b6637584", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:13:57,709 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd used request id req-351d2a9f-eb55-4bbf-b2a8-2311ef82664c 2018-10-26 10:13:57,709 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-inst 2018-10-26 10:13:57,712 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:13:57,932 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:13: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-1092cdf8-0715-41d8-9bba-969e6527f0b1 x-compute-request-id: req-1092cdf8-0715-41d8-9bba-969e6527f0b1 Content-Encoding: gzip Content-Length: 620 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/45fcba2a-452c-4b61-98c4-644583e2bddd", "rel": "bookmark"}], "image": {"id": "27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "links": [{"href": "http://172.30.9.21:8774/images/27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7e84ce2c-c8eb-461b-813d-af0c1e719383", "links": [{"href": "http://172.30.9.21:8774/flavors/7e84ce2c-c8eb-461b-813d-af0c1e719383", "rel": "bookmark"}]}, "id": "45fcba2a-452c-4b61-98c4-644583e2bddd", "user_id": "d8b5bd52e9a9498abeac7c69e5c3412a", "OS-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-26T10:13:57Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-kp", "name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-inst", "created": "2018-10-26T10:13:57Z", "tenant_id": "370d1317d76943fa8c4a8776b6637584", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:13:57,933 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd used request id req-1092cdf8-0715-41d8-9bba-969e6527f0b1 2018-10-26 10:13:57,933 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-inst] is - BUILD 2018-10-26 10:13:57,933 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:14:00,936 - create_instance - DEBUG - VM status query timeout in 896.77315402 2018-10-26 10:14:00,939 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:14:01,558 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:14: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-a5d8d8ec-e34d-4eea-9517-3f5a1e786807 x-compute-request-id: req-a5d8d8ec-e34d-4eea-9517-3f5a1e786807 Content-Encoding: gzip Content-Length: 686 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/45fcba2a-452c-4b61-98c4-644583e2bddd", "rel": "bookmark"}], "image": {"id": "27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "links": [{"href": "http://172.30.9.21:8774/images/27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7e84ce2c-c8eb-461b-813d-af0c1e719383", "links": [{"href": "http://172.30.9.21:8774/flavors/7e84ce2c-c8eb-461b-813d-af0c1e719383", "rel": "bookmark"}]}, "id": "45fcba2a-452c-4b61-98c4-644583e2bddd", "security_groups": [{"name": "default"}], "user_id": "d8b5bd52e9a9498abeac7c69e5c3412a", "OS-DCF: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-26T10:13:59Z", "hostId": "8551c5456d6cd3f7cfcd71cb9a3521063cd94895f0168569da54974a", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-kp", "name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-inst", "created": "2018-10-26T10:13:57Z", "tenant_id": "370d1317d76943fa8c4a8776b6637584", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:14:01,559 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd used request id req-a5d8d8ec-e34d-4eea-9517-3f5a1e786807 2018-10-26 10:14:01,559 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-inst] is - BUILD 2018-10-26 10:14:01,559 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:14:04,560 - create_instance - DEBUG - VM status query timeout in 893.149704218 2018-10-26 10:14:04,567 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:14:05,270 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:14: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-c6b91f3b-1cd8-49d7-9a2b-397a3f163581 x-compute-request-id: req-c6b91f3b-1cd8-49d7-9a2b-397a3f163581 Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:61:73", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/45fcba2a-452c-4b61-98c4-644583e2bddd", "rel": "bookmark"}], "image": {"id": "27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "links": [{"href": "http://172.30.9.21:8774/images/27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:14:03.000000", "flavor": {"id": "7e84ce2c-c8eb-461b-813d-af0c1e719383", "links": [{"href": "http://172.30.9.21:8774/flavors/7e84ce2c-c8eb-461b-813d-af0c1e719383", "rel": "bookmark"}]}, "id": "45fcba2a-452c-4b61-98c4-644583e2bddd", "security_groups": [{"name": "default"}], "user_id": "d8b5bd52e9a9498abeac7c69e5c3412a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:14:03Z", "hostId": "8551c5456d6cd3f7cfcd71cb9a3521063cd94895f0168569da54974a", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-kp", "name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-inst", "created": "2018-10-26T10:13:57Z", "tenant_id": "370d1317d76943fa8c4a8776b6637584", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:14:05,270 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd used request id req-c6b91f3b-1cd8-49d7-9a2b-397a3f163581 2018-10-26 10:14:05,271 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-inst] is - ACTIVE 2018-10-26 10:14:05,271 - create_instance - INFO - VM is - ACTIVE 2018-10-26 10:14:05,274 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:14:05,872 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:14:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0c044397-4a65-470d-ac7a-3da9c5d91d0f x-compute-request-id: req-0c044397-4a65-470d-ac7a-3da9c5d91d0f Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:61:73", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/45fcba2a-452c-4b61-98c4-644583e2bddd", "rel": "bookmark"}], "image": {"id": "27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "links": [{"href": "http://172.30.9.21:8774/images/27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:14:03.000000", "flavor": {"id": "7e84ce2c-c8eb-461b-813d-af0c1e719383", "links": [{"href": "http://172.30.9.21:8774/flavors/7e84ce2c-c8eb-461b-813d-af0c1e719383", "rel": "bookmark"}]}, "id": "45fcba2a-452c-4b61-98c4-644583e2bddd", "security_groups": [{"name": "default"}], "user_id": "d8b5bd52e9a9498abeac7c69e5c3412a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:14:03Z", "hostId": "8551c5456d6cd3f7cfcd71cb9a3521063cd94895f0168569da54974a", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-kp", "name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-inst", "created": "2018-10-26T10:13:57Z", "tenant_id": "370d1317d76943fa8c4a8776b6637584", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:14:05,872 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd used request id req-0c044397-4a65-470d-ac7a-3da9c5d91d0f 2018-10-26 10:14:05,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:14:05,999 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-8cdeef02-f22a-44d4-ab0b-ff984f9d6ec9 Date: Fri, 26 Oct 2018 10:14: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":["51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac"],"updated_at":"2018-10-26T10:13:33Z","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"370d1317d76943fa8c4a8776b6637584","id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","name":"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net"}]} 2018-10-26 10:14:05,999 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net used request id req-8cdeef02-f22a-44d4-ab0b-ff984f9d6ec9 2018-10-26 10:14:06,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/370d1317d76943fa8c4a8776b6637584 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:14:06,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:14:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6cdb841-e389-4096-a39e-06b67c07f290 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/370d1317d76943fa8c4a8776b6637584"}, "enabled": true, "id": "370d1317d76943fa8c4a8776b6637584", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-39cc234a-3097-485-proj"}} 2018-10-26 10:14:06,078 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/370d1317d76943fa8c4a8776b6637584 used request id req-a6cdb841-e389-4096-a39e-06b67c07f290 2018-10-26 10:14:06,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b5fbc20c-5d2e-4a22-8e11-4e69a460f841 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:14:06,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-5c91c5e6-39dc-4d89-92b2-16f963780171 Date: Fri, 26 Oct 2018 10:14:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:33Z","dns_nameservers":[],"updated_at":"2018-10-26T10:13: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":"370d1317d76943fa8c4a8776b6637584","id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-subnet"}]} 2018-10-26 10:14:06,142 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b5fbc20c-5d2e-4a22-8e11-4e69a460f841 used request id req-5c91c5e6-39dc-4d89-92b2-16f963780171 2018-10-26 10:14:06,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=b5fbc20c-5d2e-4a22-8e11-4e69a460f841 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:14:06,400 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3864 X-Openstack-Request-Id: req-52992756-7c58-4cd4-af8a-fc089ea7508c Date: Fri, 26 Oct 2018 10:14:06 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:13:56Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","ip_address":"10.55.1.1"}],"id":"47d19b11-45bb-43a0-a9fc-a706bed169f8","security_groups":[],"mac_address":"fa:16:3e:c3:42:5a","project_id":"370d1317d76943fa8c4a8776b6637584","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:42Z","binding:vnic_type":"normal","device_id":"879894b3-9f59-43a2-82fa-50dc5e8c7c52"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:13:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","ip_address":"10.55.1.2"}],"id":"65b8da08-78ef-45d9-bb7c-505ecf60052a","security_groups":[],"mac_address":"fa:16:3e:3d:70:23","project_id":"370d1317d76943fa8c4a8776b6637584","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:33Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b5fbc20c-5d2e-4a22-8e11-4e69a460f841"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:13:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","ip_address":"10.55.1.3"}],"id":"bb4dfa16-bf38-42a2-ac72-20d146af5219","security_groups":[],"mac_address":"fa:16:3e:b3:b3:a0","project_id":"370d1317d76943fa8c4a8776b6637584","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:34Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b5fbc20c-5d2e-4a22-8e11-4e69a460f841"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:13:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","ip_address":"10.55.1.4"}],"id":"c473d891-9ef3-49a5-8856-cc12a342ae01","security_groups":[],"mac_address":"fa:16:3e:fb:25:77","project_id":"370d1317d76943fa8c4a8776b6637584","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:35Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b5fbc20c-5d2e-4a22-8e11-4e69a460f841"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:14:03Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","ip_address":"10.55.1.11"}],"id":"fdc7a7fb-4671-48e2-8922-6987e609a20a","security_groups":["7e872be6-2d22-4b74-b8aa-15512d3369e0"],"mac_address":"fa:16:3e:0c:61:73","project_id":"370d1317d76943fa8c4a8776b6637584","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85port-1","admin_state_up":true,"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:53Z","binding:vnic_type":"normal","device_id":"45fcba2a-452c-4b61-98c4-644583e2bddd"}]} 2018-10-26 10:14:06,400 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=b5fbc20c-5d2e-4a22-8e11-4e69a460f841 used request id req-52992756-7c58-4cd4-af8a-fc089ea7508c 2018-10-26 10:14:06,404 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:14:07,021 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:14: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-53597f06-4547-4884-921f-f1636dbdbb35 x-compute-request-id: req-53597f06-4547-4884-921f-f1636dbdbb35 Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:61:73", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/45fcba2a-452c-4b61-98c4-644583e2bddd", "rel": "bookmark"}], "image": {"id": "27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "links": [{"href": "http://172.30.9.21:8774/images/27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:14:03.000000", "flavor": {"id": "7e84ce2c-c8eb-461b-813d-af0c1e719383", "links": [{"href": "http://172.30.9.21:8774/flavors/7e84ce2c-c8eb-461b-813d-af0c1e719383", "rel": "bookmark"}]}, "id": "45fcba2a-452c-4b61-98c4-644583e2bddd", "security_groups": [{"name": "default"}], "user_id": "d8b5bd52e9a9498abeac7c69e5c3412a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:14:03Z", "hostId": "8551c5456d6cd3f7cfcd71cb9a3521063cd94895f0168569da54974a", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-kp", "name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-inst", "created": "2018-10-26T10:13:57Z", "tenant_id": "370d1317d76943fa8c4a8776b6637584", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:14:07,021 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd used request id req-53597f06-4547-4884-921f-f1636dbdbb35 2018-10-26 10:14:07,021 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-inst] is - ACTIVE 2018-10-26 10:14:07,022 - create_instance - INFO - VM is - ACTIVE 2018-10-26 10:14:07,024 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:14:07,630 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:14:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f4fd3661-3a32-4718-ba42-6d122dd4f662 x-compute-request-id: req-f4fd3661-3a32-4718-ba42-6d122dd4f662 Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:61:73", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/45fcba2a-452c-4b61-98c4-644583e2bddd", "rel": "bookmark"}], "image": {"id": "27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "links": [{"href": "http://172.30.9.21:8774/images/27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:14:03.000000", "flavor": {"id": "7e84ce2c-c8eb-461b-813d-af0c1e719383", "links": [{"href": "http://172.30.9.21:8774/flavors/7e84ce2c-c8eb-461b-813d-af0c1e719383", "rel": "bookmark"}]}, "id": "45fcba2a-452c-4b61-98c4-644583e2bddd", "security_groups": [{"name": "default"}], "user_id": "d8b5bd52e9a9498abeac7c69e5c3412a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:14:03Z", "hostId": "8551c5456d6cd3f7cfcd71cb9a3521063cd94895f0168569da54974a", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-kp", "name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-inst", "created": "2018-10-26T10:13:57Z", "tenant_id": "370d1317d76943fa8c4a8776b6637584", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:14:07,630 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd used request id req-f4fd3661-3a32-4718-ba42-6d122dd4f662 2018-10-26 10:14:07,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:14:07,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-0b70d923-bbd6-4e59-b8c1-89a8e40c7edd Date: Fri, 26 Oct 2018 10: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":["51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac"],"updated_at":"2018-10-26T10:13:33Z","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"370d1317d76943fa8c4a8776b6637584","id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","name":"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net"}]} 2018-10-26 10:14:07,744 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net used request id req-0b70d923-bbd6-4e59-b8c1-89a8e40c7edd 2018-10-26 10:14:07,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/370d1317d76943fa8c4a8776b6637584 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:14:07,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:14:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3edc2864-88ae-4901-babe-763832ed160f Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/370d1317d76943fa8c4a8776b6637584"}, "enabled": true, "id": "370d1317d76943fa8c4a8776b6637584", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-39cc234a-3097-485-proj"}} 2018-10-26 10:14:07,823 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/370d1317d76943fa8c4a8776b6637584 used request id req-3edc2864-88ae-4901-babe-763832ed160f 2018-10-26 10:14:07,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b5fbc20c-5d2e-4a22-8e11-4e69a460f841 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:14:07,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-0aa1c824-bf5a-46d3-a492-3a7fe8cb85af Date: Fri, 26 Oct 2018 10:14:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:33Z","dns_nameservers":[],"updated_at":"2018-10-26T10:13: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":"370d1317d76943fa8c4a8776b6637584","id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-subnet"}]} 2018-10-26 10:14:07,879 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b5fbc20c-5d2e-4a22-8e11-4e69a460f841 used request id req-0aa1c824-bf5a-46d3-a492-3a7fe8cb85af 2018-10-26 10:14:07,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=b5fbc20c-5d2e-4a22-8e11-4e69a460f841 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:14:07,994 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3864 X-Openstack-Request-Id: req-31228034-92f2-4938-bf96-c75b31863ef1 Date: Fri, 26 Oct 2018 10:14:07 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:13:56Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","ip_address":"10.55.1.1"}],"id":"47d19b11-45bb-43a0-a9fc-a706bed169f8","security_groups":[],"mac_address":"fa:16:3e:c3:42:5a","project_id":"370d1317d76943fa8c4a8776b6637584","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:42Z","binding:vnic_type":"normal","device_id":"879894b3-9f59-43a2-82fa-50dc5e8c7c52"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:13:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","ip_address":"10.55.1.2"}],"id":"65b8da08-78ef-45d9-bb7c-505ecf60052a","security_groups":[],"mac_address":"fa:16:3e:3d:70:23","project_id":"370d1317d76943fa8c4a8776b6637584","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:33Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b5fbc20c-5d2e-4a22-8e11-4e69a460f841"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:13:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","ip_address":"10.55.1.3"}],"id":"bb4dfa16-bf38-42a2-ac72-20d146af5219","security_groups":[],"mac_address":"fa:16:3e:b3:b3:a0","project_id":"370d1317d76943fa8c4a8776b6637584","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:34Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b5fbc20c-5d2e-4a22-8e11-4e69a460f841"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:13:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","ip_address":"10.55.1.4"}],"id":"c473d891-9ef3-49a5-8856-cc12a342ae01","security_groups":[],"mac_address":"fa:16:3e:fb:25:77","project_id":"370d1317d76943fa8c4a8776b6637584","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:35Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b5fbc20c-5d2e-4a22-8e11-4e69a460f841"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:14:03Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","ip_address":"10.55.1.11"}],"id":"fdc7a7fb-4671-48e2-8922-6987e609a20a","security_groups":["7e872be6-2d22-4b74-b8aa-15512d3369e0"],"mac_address":"fa:16:3e:0c:61:73","project_id":"370d1317d76943fa8c4a8776b6637584","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85port-1","admin_state_up":true,"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:53Z","binding:vnic_type":"normal","device_id":"45fcba2a-452c-4b61-98c4-644583e2bddd"}]} 2018-10-26 10:14:07,994 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=b5fbc20c-5d2e-4a22-8e11-4e69a460f841 used request id req-31228034-92f2-4938-bf96-c75b31863ef1 2018-10-26 10:14:07,998 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" -d '{"addSecurityGroup": {"name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-sec-grp"}}' 2018-10-26 10:14:08,997 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10:14: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-cdea68e5-42ca-4f36-8b8a-45f7e484d861 x-compute-request-id: req-cdea68e5-42ca-4f36-8b8a-45f7e484d861 Content-Length: 0 Content-Type: application/json 2018-10-26 10:14:08,997 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd/action used request id req-cdea68e5-42ca-4f36-8b8a-45f7e484d861 2018-10-26 10:14:09,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:14:09,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-5fce43aa-cb27-46b5-9d46-a6cd04c8520e Date: Fri, 26 Oct 2018 10:14:09 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "370d1317d76943fa8c4a8776b6637584", "created_at": "2018-10-26T10:13:36Z", "admin_state_up": true, "updated_at": "2018-10-26T10:13:42Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "370d1317d76943fa8c4a8776b6637584", "id": "879894b3-9f59-43a2-82fa-50dc5e8c7c52", "name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-router"}]} 2018-10-26 10:14:09,237 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-router used request id req-5fce43aa-cb27-46b5-9d46-a6cd04c8520e 2018-10-26 10:14:09,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/370d1317d76943fa8c4a8776b6637584 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:14:09,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:14:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13d0f776-4b8d-4748-98f8-d0e1aa960864 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/370d1317d76943fa8c4a8776b6637584"}, "enabled": true, "id": "370d1317d76943fa8c4a8776b6637584", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-39cc234a-3097-485-proj"}} 2018-10-26 10:14:09,322 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/370d1317d76943fa8c4a8776b6637584 used request id req-13d0f776-4b8d-4748-98f8-d0e1aa960864 2018-10-26 10:14:09,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=879894b3-9f59-43a2-82fa-50dc5e8c7c52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:14:09,382 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 756 X-Openstack-Request-Id: req-a66799ed-4252-48de-8f05-f7fef4989abb Date: Fri, 26 Oct 2018 10:14:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:13:56Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","ip_address":"10.55.1.1"}],"id":"47d19b11-45bb-43a0-a9fc-a706bed169f8","security_groups":[],"mac_address":"fa:16:3e:c3:42:5a","project_id":"370d1317d76943fa8c4a8776b6637584","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:42Z","binding:vnic_type":"normal","device_id":"879894b3-9f59-43a2-82fa-50dc5e8c7c52"}]} 2018-10-26 10:14:09,383 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=879894b3-9f59-43a2-82fa-50dc5e8c7c52 used request id req-a66799ed-4252-48de-8f05-f7fef4989abb 2018-10-26 10:14:09,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:14:09,586 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-10520f46-27fb-4711-9514-ccf7da6b5690 Date: Fri, 26 Oct 2018 10:14:09 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:33Z","dns_nameservers":[],"updated_at":"2018-10-26T10:13: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":"370d1317d76943fa8c4a8776b6637584","id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-subnet"}} 2018-10-26 10:14:09,586 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac used request id req-10520f46-27fb-4711-9514-ccf7da6b5690 2018-10-26 10:14:09,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:14:09,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-1f23b4f4-fb53-4534-b2e0-632ef94a20fc Date: Fri, 26 Oct 2018 10:14:09 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","mtu":1500}]} 2018-10-26 10:14:09,695 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-1f23b4f4-fb53-4534-b2e0-632ef94a20fc 2018-10-26 10:14:09,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:14:09,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-19f3d259-661d-4c7a-8c65-9a972c2925eb Date: Fri, 26 Oct 2018 10:14:09 GMT RESP BODY: {"subnets":[]} 2018-10-26 10:14:09,732 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-19f3d259-661d-4c7a-8c65-9a972c2925eb 2018-10-26 10:14:09,735 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:14:10,345 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:14:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d7d00848-9c4e-4279-80a0-9678f420f7ad x-compute-request-id: req-d7d00848-9c4e-4279-80a0-9678f420f7ad Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:61:73", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/45fcba2a-452c-4b61-98c4-644583e2bddd", "rel": "bookmark"}], "image": {"id": "27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "links": [{"href": "http://172.30.9.21:8774/images/27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:14:03.000000", "flavor": {"id": "7e84ce2c-c8eb-461b-813d-af0c1e719383", "links": [{"href": "http://172.30.9.21:8774/flavors/7e84ce2c-c8eb-461b-813d-af0c1e719383", "rel": "bookmark"}]}, "id": "45fcba2a-452c-4b61-98c4-644583e2bddd", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-sec-grp"}, {"name": "default"}], "user_id": "d8b5bd52e9a9498abeac7c69e5c3412a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:14:03Z", "hostId": "8551c5456d6cd3f7cfcd71cb9a3521063cd94895f0168569da54974a", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-kp", "name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-inst", "created": "2018-10-26T10:13:57Z", "tenant_id": "370d1317d76943fa8c4a8776b6637584", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:14:10,345 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd used request id req-d7d00848-9c4e-4279-80a0-9678f420f7ad 2018-10-26 10:14:10,346 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-inst] is - ACTIVE 2018-10-26 10:14:10,346 - create_instance - INFO - VM is - ACTIVE 2018-10-26 10:14:10,348 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:14:10,751 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:14: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-3a63c28b-cb78-489b-942e-d09174557902 x-compute-request-id: req-3a63c28b-cb78-489b-942e-d09174557902 Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:61:73", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/45fcba2a-452c-4b61-98c4-644583e2bddd", "rel": "bookmark"}], "image": {"id": "27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "links": [{"href": "http://172.30.9.21:8774/images/27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:14:03.000000", "flavor": {"id": "7e84ce2c-c8eb-461b-813d-af0c1e719383", "links": [{"href": "http://172.30.9.21:8774/flavors/7e84ce2c-c8eb-461b-813d-af0c1e719383", "rel": "bookmark"}]}, "id": "45fcba2a-452c-4b61-98c4-644583e2bddd", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-sec-grp"}, {"name": "default"}], "user_id": "d8b5bd52e9a9498abeac7c69e5c3412a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:14:03Z", "hostId": "8551c5456d6cd3f7cfcd71cb9a3521063cd94895f0168569da54974a", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-kp", "name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-inst", "created": "2018-10-26T10:13:57Z", "tenant_id": "370d1317d76943fa8c4a8776b6637584", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:14:10,751 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd used request id req-3a63c28b-cb78-489b-942e-d09174557902 2018-10-26 10:14:10,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:14:10,999 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-faa6045c-cfa6-4d70-bac7-b017acf5cc6f Date: Fri, 26 Oct 2018 10: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":["51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac"],"updated_at":"2018-10-26T10:13:33Z","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"370d1317d76943fa8c4a8776b6637584","id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","name":"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net"}]} 2018-10-26 10:14:10,999 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net used request id req-faa6045c-cfa6-4d70-bac7-b017acf5cc6f 2018-10-26 10:14:11,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/370d1317d76943fa8c4a8776b6637584 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:14:11,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:14:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f682dcc8-cec7-401f-85c8-a5769206bf6a Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/370d1317d76943fa8c4a8776b6637584"}, "enabled": true, "id": "370d1317d76943fa8c4a8776b6637584", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-39cc234a-3097-485-proj"}} 2018-10-26 10:14:11,081 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/370d1317d76943fa8c4a8776b6637584 used request id req-f682dcc8-cec7-401f-85c8-a5769206bf6a 2018-10-26 10:14:11,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b5fbc20c-5d2e-4a22-8e11-4e69a460f841 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:14:11,202 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-1a8e82fd-55eb-426d-8e9f-21fab8de71da Date: Fri, 26 Oct 2018 10:14:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:33Z","dns_nameservers":[],"updated_at":"2018-10-26T10:13: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":"370d1317d76943fa8c4a8776b6637584","id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-subnet"}]} 2018-10-26 10:14:11,203 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b5fbc20c-5d2e-4a22-8e11-4e69a460f841 used request id req-1a8e82fd-55eb-426d-8e9f-21fab8de71da 2018-10-26 10:14:11,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=b5fbc20c-5d2e-4a22-8e11-4e69a460f841 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:14:11,454 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3903 X-Openstack-Request-Id: req-c8ac0e6e-a91d-452c-a961-0ecd6c727d7f Date: Fri, 26 Oct 2018 10:14:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:13:56Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","ip_address":"10.55.1.1"}],"id":"47d19b11-45bb-43a0-a9fc-a706bed169f8","security_groups":[],"mac_address":"fa:16:3e:c3:42:5a","project_id":"370d1317d76943fa8c4a8776b6637584","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:42Z","binding:vnic_type":"normal","device_id":"879894b3-9f59-43a2-82fa-50dc5e8c7c52"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:13:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","ip_address":"10.55.1.2"}],"id":"65b8da08-78ef-45d9-bb7c-505ecf60052a","security_groups":[],"mac_address":"fa:16:3e:3d:70:23","project_id":"370d1317d76943fa8c4a8776b6637584","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:33Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b5fbc20c-5d2e-4a22-8e11-4e69a460f841"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:13:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","ip_address":"10.55.1.3"}],"id":"bb4dfa16-bf38-42a2-ac72-20d146af5219","security_groups":[],"mac_address":"fa:16:3e:b3:b3:a0","project_id":"370d1317d76943fa8c4a8776b6637584","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:34Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b5fbc20c-5d2e-4a22-8e11-4e69a460f841"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:13:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","ip_address":"10.55.1.4"}],"id":"c473d891-9ef3-49a5-8856-cc12a342ae01","security_groups":[],"mac_address":"fa:16:3e:fb:25:77","project_id":"370d1317d76943fa8c4a8776b6637584","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:35Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b5fbc20c-5d2e-4a22-8e11-4e69a460f841"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:14:08Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","ip_address":"10.55.1.11"}],"id":"fdc7a7fb-4671-48e2-8922-6987e609a20a","security_groups":["683eae00-b488-4339-8e76-a519cb3d83e2","7e872be6-2d22-4b74-b8aa-15512d3369e0"],"mac_address":"fa:16:3e:0c:61:73","project_id":"370d1317d76943fa8c4a8776b6637584","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85port-1","admin_state_up":true,"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:53Z","binding:vnic_type":"normal","device_id":"45fcba2a-452c-4b61-98c4-644583e2bddd"}]} 2018-10-26 10:14:11,454 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=b5fbc20c-5d2e-4a22-8e11-4e69a460f841 used request id req-c8ac0e6e-a91d-452c-a961-0ecd6c727d7f 2018-10-26 10:14:11,455 - neutron_utils - INFO - Creating floating ip to external network - external 2018-10-26 10:14:11,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:14:11,715 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-25f9e892-a3c3-4817-9967-24f3b0173116 Date: Fri, 26 Oct 2018 10:14:11 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","mtu":1500}]} 2018-10-26 10:14:11,715 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-25f9e892-a3c3-4817-9967-24f3b0173116 2018-10-26 10:14:11,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:14:11,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-42df0849-bc2b-457b-8b13-114ff4098510 Date: Fri, 26 Oct 2018 10:14:11 GMT RESP BODY: {"subnets":[]} 2018-10-26 10:14:11,907 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-42df0849-bc2b-457b-8b13-114ff4098510 2018-10-26 10:14:11,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" -d '{"floatingip": {"floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "port_id": "fdc7a7fb-4671-48e2-8922-6987e609a20a"}}' 2018-10-26 10:14:14,140 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 548 X-Openstack-Request-Id: req-65d808b4-5d24-4e49-85df-8f9cfd6c9f61 Date: Fri, 26 Oct 2018 10:14:14 GMT RESP BODY: {"floatingip": {"router_id": "879894b3-9f59-43a2-82fa-50dc5e8c7c52", "status": "DOWN", "description": "", "tags": [], "tenant_id": "370d1317d76943fa8c4a8776b6637584", "created_at": "2018-10-26T10:14:12Z", "updated_at": "2018-10-26T10:14:12Z", "floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "fixed_ip_address": "10.55.1.11", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "370d1317d76943fa8c4a8776b6637584", "port_id": "fdc7a7fb-4671-48e2-8922-6987e609a20a", "id": "d106c973-019d-455d-b2c8-7767e5c38627"}} 2018-10-26 10:14:14,140 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips used request id req-65d808b4-5d24-4e49-85df-8f9cfd6c9f61 2018-10-26 10:14:14,141 - create_instance - INFO - Created floating IP 172.30.9.203 via router - CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-router 2018-10-26 10:14:14,144 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:14:14,508 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-182e5d56-f647-454d-8153-68ceced1ac90 x-compute-request-id: req-182e5d56-f647-454d-8153-68ceced1ac90 Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:61:73", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/45fcba2a-452c-4b61-98c4-644583e2bddd", "rel": "bookmark"}], "image": {"id": "27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "links": [{"href": "http://172.30.9.21:8774/images/27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:14:03.000000", "flavor": {"id": "7e84ce2c-c8eb-461b-813d-af0c1e719383", "links": [{"href": "http://172.30.9.21:8774/flavors/7e84ce2c-c8eb-461b-813d-af0c1e719383", "rel": "bookmark"}]}, "id": "45fcba2a-452c-4b61-98c4-644583e2bddd", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-sec-grp"}, {"name": "default"}], "user_id": "d8b5bd52e9a9498abeac7c69e5c3412a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:14:03Z", "hostId": "8551c5456d6cd3f7cfcd71cb9a3521063cd94895f0168569da54974a", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-kp", "name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-inst", "created": "2018-10-26T10:13:57Z", "tenant_id": "370d1317d76943fa8c4a8776b6637584", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:14:14,508 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd used request id req-182e5d56-f647-454d-8153-68ceced1ac90 2018-10-26 10:14:14,509 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-inst] is - ACTIVE 2018-10-26 10:14:14,509 - create_instance - INFO - VM is - ACTIVE 2018-10-26 10:14:14,512 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:14:15,132 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-8422f352-a1e9-4e70-9110-20805a102271 x-compute-request-id: req-8422f352-a1e9-4e70-9110-20805a102271 Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:61:73", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/45fcba2a-452c-4b61-98c4-644583e2bddd", "rel": "bookmark"}], "image": {"id": "27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "links": [{"href": "http://172.30.9.21:8774/images/27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:14:03.000000", "flavor": {"id": "7e84ce2c-c8eb-461b-813d-af0c1e719383", "links": [{"href": "http://172.30.9.21:8774/flavors/7e84ce2c-c8eb-461b-813d-af0c1e719383", "rel": "bookmark"}]}, "id": "45fcba2a-452c-4b61-98c4-644583e2bddd", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-sec-grp"}, {"name": "default"}], "user_id": "d8b5bd52e9a9498abeac7c69e5c3412a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:14:03Z", "hostId": "8551c5456d6cd3f7cfcd71cb9a3521063cd94895f0168569da54974a", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-kp", "name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-inst", "created": "2018-10-26T10:13:57Z", "tenant_id": "370d1317d76943fa8c4a8776b6637584", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:14:15,132 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd used request id req-8422f352-a1e9-4e70-9110-20805a102271 2018-10-26 10:14:15,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:14:15,236 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-2cae178b-5b8f-4e52-926b-3322be9c13ff Date: Fri, 26 Oct 2018 10:14:15 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac"],"updated_at":"2018-10-26T10:13:33Z","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"370d1317d76943fa8c4a8776b6637584","id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","name":"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net"}]} 2018-10-26 10:14:15,236 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net used request id req-2cae178b-5b8f-4e52-926b-3322be9c13ff 2018-10-26 10:14:15,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/370d1317d76943fa8c4a8776b6637584 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:14:15,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:14:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a0100e1-b6e6-46b4-b0d9-c2f74c53b5bc Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/370d1317d76943fa8c4a8776b6637584"}, "enabled": true, "id": "370d1317d76943fa8c4a8776b6637584", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-39cc234a-3097-485-proj"}} 2018-10-26 10:14:15,325 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/370d1317d76943fa8c4a8776b6637584 used request id req-1a0100e1-b6e6-46b4-b0d9-c2f74c53b5bc 2018-10-26 10:14:15,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b5fbc20c-5d2e-4a22-8e11-4e69a460f841 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:14:15,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-13e69ad8-afe0-45d3-8187-336b86949e21 Date: Fri, 26 Oct 2018 10:14:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:33Z","dns_nameservers":[],"updated_at":"2018-10-26T10:13: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":"370d1317d76943fa8c4a8776b6637584","id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-subnet"}]} 2018-10-26 10:14:15,398 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b5fbc20c-5d2e-4a22-8e11-4e69a460f841 used request id req-13e69ad8-afe0-45d3-8187-336b86949e21 2018-10-26 10:14:15,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=b5fbc20c-5d2e-4a22-8e11-4e69a460f841 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:14:15,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3903 X-Openstack-Request-Id: req-e348a1a1-d3c1-403c-805f-cd9a98d0eef6 Date: Fri, 26 Oct 2018 10:14:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:13:56Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","ip_address":"10.55.1.1"}],"id":"47d19b11-45bb-43a0-a9fc-a706bed169f8","security_groups":[],"mac_address":"fa:16:3e:c3:42:5a","project_id":"370d1317d76943fa8c4a8776b6637584","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:42Z","binding:vnic_type":"normal","device_id":"879894b3-9f59-43a2-82fa-50dc5e8c7c52"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:13:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","ip_address":"10.55.1.2"}],"id":"65b8da08-78ef-45d9-bb7c-505ecf60052a","security_groups":[],"mac_address":"fa:16:3e:3d:70:23","project_id":"370d1317d76943fa8c4a8776b6637584","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:33Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b5fbc20c-5d2e-4a22-8e11-4e69a460f841"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:13:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","ip_address":"10.55.1.3"}],"id":"bb4dfa16-bf38-42a2-ac72-20d146af5219","security_groups":[],"mac_address":"fa:16:3e:b3:b3:a0","project_id":"370d1317d76943fa8c4a8776b6637584","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:34Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b5fbc20c-5d2e-4a22-8e11-4e69a460f841"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:13:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","ip_address":"10.55.1.4"}],"id":"c473d891-9ef3-49a5-8856-cc12a342ae01","security_groups":[],"mac_address":"fa:16:3e:fb:25:77","project_id":"370d1317d76943fa8c4a8776b6637584","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:35Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b5fbc20c-5d2e-4a22-8e11-4e69a460f841"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:14:08Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","ip_address":"10.55.1.11"}],"id":"fdc7a7fb-4671-48e2-8922-6987e609a20a","security_groups":["683eae00-b488-4339-8e76-a519cb3d83e2","7e872be6-2d22-4b74-b8aa-15512d3369e0"],"mac_address":"fa:16:3e:0c:61:73","project_id":"370d1317d76943fa8c4a8776b6637584","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85port-1","admin_state_up":true,"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:53Z","binding:vnic_type":"normal","device_id":"45fcba2a-452c-4b61-98c4-644583e2bddd"}]} 2018-10-26 10:14:15,500 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=b5fbc20c-5d2e-4a22-8e11-4e69a460f841 used request id req-e348a1a1-d3c1-403c-805f-cd9a98d0eef6 2018-10-26 10:14:15,501 - create_instance_tests - INFO - Looking for IP 10.55.1.11 in the console log 2018-10-26 10:14:15,504 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:14:16,210 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:14:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8f74b494-00ee-42c4-b9fe-9f40c753f646 x-compute-request-id: req-8f74b494-00ee-42c4-b9fe-9f40c753f646 Content-Encoding: gzip Content-Length: 791 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:61:73", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:61:73", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/45fcba2a-452c-4b61-98c4-644583e2bddd", "rel": "bookmark"}], "image": {"id": "27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "links": [{"href": "http://172.30.9.21:8774/images/27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:14:03.000000", "flavor": {"id": "7e84ce2c-c8eb-461b-813d-af0c1e719383", "links": [{"href": "http://172.30.9.21:8774/flavors/7e84ce2c-c8eb-461b-813d-af0c1e719383", "rel": "bookmark"}]}, "id": "45fcba2a-452c-4b61-98c4-644583e2bddd", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-sec-grp"}, {"name": "default"}], "user_id": "d8b5bd52e9a9498abeac7c69e5c3412a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:14:03Z", "hostId": "8551c5456d6cd3f7cfcd71cb9a3521063cd94895f0168569da54974a", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-kp", "name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-inst", "created": "2018-10-26T10:13:57Z", "tenant_id": "370d1317d76943fa8c4a8776b6637584", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:14:16,210 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd used request id req-8f74b494-00ee-42c4-b9fe-9f40c753f646 2018-10-26 10:14:16,214 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-26 10:14:17,312 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:14:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bc7928e7-bf95-4832-b5e7-d44804525af8 x-compute-request-id: req-bc7928e7-bf95-4832-b5e7-d44804525af8 Content-Encoding: gzip Content-Length: 9600 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 501139004 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.126964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.128605] pid_max: default: 32768 minimum: 301\n[ 0.129487] ACPI: Core revision 20150930\n[ 0.130862] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132163] Security Framework initialized\n[ 0.132971] Yama: becoming mindful.\n[ 0.133696] AppArmor: AppArmor initialized\n[ 0.134549] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.135819] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.137074] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.138298] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.139651] Initializing cgroup subsys io\n[ 0.140465] Initializing cgroup subsys memory\n[ 0.141319] Initializing cgroup subsys devices\n[ 0.142198] Initializing cgroup subsys freezer\n[ 0.143057] Initializing cgroup subsys net_cls\n[ 0.143926] Initializing cgroup subsys perf_event\n[ 0.144833] Initializing cgroup subsys net_prio\n[ 0.145714] Initializing cgroup subsys hugetlb\n[ 0.146586] Initializing cgroup subsys pids\n[ 0.147466] CPU: Physical Processor ID: 0\n[ 0.148972] mce: CPU supports 10 MCE banks\n[ 0.149813] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.150806] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.153082] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.159517] ftrace: allocating 31920 entries in 125 pages\n[ 0.185795] smpboot: Max logical packages: 2\n[ 0.186650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.187836] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.189177] x2apic enabled\n[ 0.189981] Switched APIC routing to physical x2apic.\n[ 0.191740] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.192954] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.195108] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.197048] KVM setup paravirtual spinlock\n[ 0.198468] x86: Booting SMP configuration:\n[ 0.199374] .... node #0, CPUs: #1\n[ 0.200285] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.222788] x86: Booted up 1 node, 2 CPUs\n[ 0.222791] KVM setup async PF for cpu 1\n[ 0.222794] kvm-stealtime: cpu 1, msr f90d940\n[ 0.225369] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.226914] devtmpfs: initialized\n[ 0.228624] evm: security.selinux\n[ 0.229324] evm: security.SMACK64\n[ 0.230015] evm: security.SMACK64EXEC\n[ 0.230763] evm: security.SMACK64TRANSMUTE\n[ 0.231583] evm: security.SMACK64MMAP\n[ 0.232331] evm: security.ima\n[ 0.232973] evm: security.capability\n[ 0.233843] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235738] pinctrl core: initialized pinctrl subsystem\n[ 0.236838] RTC time: 10:14:03, date: 10/26/18\n[ 0.237825] NET: Registered protocol family 16\n[ 0.247740] cpuidle: using governor ladder\n[ 0.259841] cpuidle: using governor menu\n[ 0.260655] PCCT header not found.\n[ 0.261450] ACPI: bus type PCI registered\n[ 0.262244] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.263483] PCI: Using configuration type 1 for base access\n[ 0.276953] ACPI: Added _OSI(Module Device)\n[ 0.277805] ACPI: Added _OSI(Processor Device)\n[ 0.278661] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.279554] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.281890] ACPI: Interpreter enabled\n[ 0.282665] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.284508] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.286354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.288186] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.290028] ACPI: (supports S0 S5)\n[ 0.290732] ACPI: Using IOAPIC for interrupt routing\n[ 0.291795] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.295167] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.296303] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.297536] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.298726] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.300963] acpiphp: Slot [3] registered\n[ 0.301777] acpiphp: Slot [4] registered\n[ 0.302587] acpiphp: Slot [5] registered\n[ 0.303388] acpiphp: Slot [6] registered\n[ 0.304188] acpiphp: Slot [7] registered\n[ 0.304983] acpiphp: Slot [8] registered\n[ 0.305793] acpiphp: Slot [9] registered\n[ 0.306597] acpiphp: Slot [10] registered\n[ 0.317553] acpiphp: Slot [11] registered\n[ 0.318372] acpiphp: Slot [12] registered\n[ 0.319184] acpiphp: Slot [13] registered\n[ 0.319988] acpiphp: Slot [14] registered\n[ 0.320862] acpiphp: Slot [15] registered\n[ 0.321681] acpiphp: Slot [16] registered\n[ 0.322489] acpiphp: Slot [17] registered\n[ 0.323290] acpiphp: Slot [18] registered\n[ 0.324090] acpiphp: Slot [19] registered\n[ 0.324891] acpiphp: Slot [20] registered\n[ 0.325701] acpiphp: Slot [21] registered\n[ 0.326511] acpiphp: Slot [22] registered\n[ 0.327318] acpiphp: Slot [23] registered\n[ 0.328121] acpiphp: Slot [24] registered\n[ 0.328918] acpiphp: Slot [25] registered\n[ 0.329737] acpiphp: Slot [26] registered\n[ 0.330547] acpiphp: Slot [27] registered\n[ 0.331349] acpiphp: Slot [28] registered\n[ 0.332150] acpiphp: Slot [29] registered\n[ 0.332948] acpiphp: Slot [30] registered\n[ 0.333760] acpiphp: Slot [31] registered\n[ 0.334560] PCI host bridge to bus 0000:00\n[ 0.335363] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.336562] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.337770] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.339209] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.340641] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.346873] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.348142] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.349295] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.350545] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.357460] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.358887] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.407362] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.408844] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.410257] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.411661] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.414117] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.415406] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.416624] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.417674] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.419206] vgaarb: loaded\n[ 0.419806] vgaarb: bridge control possible 0000:00:02.0\n[ 0.420949] SCSI subsystem initialized\n[ 0.421796] ACPI: bus type USB registered\n[ 0.422610] usbcore: registered new interface driver usbfs\n[ 0.423635] usbcore: registered new interface driver hub\n[ 0.424638] usbcore: registered new device driver usb\n[ 0.425752] PCI: Using ACPI for IRQ routing\n[ 0.426779] NetLabel: Initializing\n[ 0.427496] NetLabel: domain hash size = 128\n[ 0.428347] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.429289] NetLabel: unlabeled traffic allowed by default\n[ 0.430431] clocksource: Switched to clocksource kvm-clock\n[ 0.436400] AppArmor: AppArmor Filesystem Enabled\n[ 0.437372] pnp: PnP ACPI init\n[ 0.438306] pnp: PnP ACPI: found 5 devices\n[ 0.445716] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.447417] NET: Registered protocol family 2\n[ 0.448405] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.449663] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.450828] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.451985] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.453050] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.454212] NET: Registered protocol family 1\n[ 0.455074] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.456165] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.457227] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475839] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.494691] Trying to unpack rootfs image as initramfs...\n[ 0.546129] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.560917] Scanning for low memory corruption every 60 seconds\n[ 0.562877] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.564583] audit: initializing netlink subsys (disabled)\n[ 0.566118] audit: type=2000 audit(1540548844.099:1): initialized\n[ 0.568002] Initialise system trusted keyring\n[ 0.569400] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.571170] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.573908] zbud: loaded\n[ 0.574878] VFS: Disk quotas dquot_6.6.0\n[ 0.576071] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.578301] fuse init (API version 7.23)\n[ 0.579575] Key type big_key registered\n[ 0.580750] Allocating IMA MOK and blacklist keyrings.\n[ 0.582505] Key type asymmetric registered\n[ 0.583704] Asymmetric key parser 'x509' registered\n[ 0.585116] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.587293] io scheduler noop registered\n[ 0.588449] io scheduler deadline registered (default)\n[ 0.589925] io scheduler cfq registered\n[ 0.591136] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.592703] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.594591] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.596719] ACPI: Power Button [PWRF]\n[ 0.597948] GHES: HEST is not enabled!\n[ 0.616969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.655101] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.657931] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.681566] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.684234] Linux agpgart interface v0.103\n[ 0.686617] brd: module loaded\n[ 0.687971] loop: module loaded\n[ 0.692748] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.694333] GPT:90111 != 20971519\n[ 0.695033] GPT:Alternate GPT header not at the end of the disk.\n[ 0.696136] GPT:90111 != 20971519\n[ 0.696824] GPT: Use GNU Parted to correct GPT errors.\n[ 0.697794] vda: vda1 vda15\n[ 0.699275] scsi host0: ata_piix\n[ 0.700053] scsi host1: ata_piix\n[ 0.700770] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.701987] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.703606] libphy: Fixed MDIO Bus: probed\n[ 0.704430] tun: Universal TUN/TAP device driver, 1.6\n[ 0.705381] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.707351] PPP generic driver version 2.4.2\n[ 0.708244] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.709513] ehci-pci: EHCI PCI platform driver\n[ 0.710383] ehci-platform: EHCI generic platform driver\n[ 0.711379] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.712516] ohci-pci: OHCI PCI platform driver\n[ 0.713388] ohci-platform: OHCI generic platform driver\n[ 0.714375] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.733370] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.734370] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.735836] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.736846] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.737966] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.739197] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.740620] usb usb1: Product: UHCI Host Controller\n[ 0.741558] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.742703] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.743765] hub 1-0:1.0: USB hub found\n[ 0.744553] hub 1-0:1.0: 2 ports detected\n[ 0.745483] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.747647] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.748610] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.749664] mousedev: PS/2 mouse device common for all mice\n[ 0.750863] rtc_cmos 00:00: RTC can wake from S4\n[ 0.752077] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.753772] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.755073] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.756274] i2c /dev entries driver\n[ 0.757030] device-mapper: uevent: version 1.0.3\n[ 0.757972] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.759618] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.760978] NET: Registered protocol family 10\n[ 0.762017] NET: Registered protocol family 17\n[ 0.762923] Key type dns_resolver registered\n[ 0.763910] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.765014] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.766130] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.767889] registered taskstats version 1\n[ 0.768731] Loading compiled-in X.509 certificates\n[ 0.770176] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.772023] zswap: loaded using pool lzo/zbud\n[ 0.773505] Key type trusted registered\n[ 0.775189] Key type encrypted registered\n[ 0.776009] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.777052] ima: No TPM chip found, activating TPM-bypass!\n[ 0.778104] evm: HMAC attrs: 0x1\n[ 0.779067] Magic number: 6:207:225\n[ 0.779947] rtc_cmos 00:00: setting system clock to 2018-10-26 10:14:03 UTC (1540548843)\n[ 0.792012] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.793152] EDD information not available.\n[ 0.859614] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.861186] Write protecting the kernel read-only data: 14336k\n[ 0.862834] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.864683] 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.928027] 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.1.11...\nLease of 10.55.1.11 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.21. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQChmKA3+lwe07mAvRyfdbrzu3n2jz14GgakmV1M2PqLHYUeHUIqF0sakNotgWbrIcyhDWxGnqf1tjqDRQB6yYRTH2q2PjRCLR707+GS8T8cPNSY/KTrMIhkyZl0M/ilZv+zQoG3BR2rMRzUZ1vHjDH3vajtCduqtNbVh5F1X5zz4mLFLl8XzfygQ4M0T+vZS1Tb0lS+dJAfjxRtonoTb0b76OOUL1R3VS5bflEAcF/GnadimhXa/D84Yn8Z3q1mTu8i7RHm6Eg22lop5+SvQJk1A/0gC8rwP4aXQPFKU3vWvfOyR+lF4zxXHLRiIdaEQNtt/r0aKd7zBruyIsJmBnwb root@createinstancesinglenetworktests-158c8ed9-0902-4a09-851b-3be7bc\nssh-dss AAAAB3NzaC1kc3MAAACBAKTaWziq7+iHIDqALRevPCZ39zDZhSdEPdc9RcumspJrVWdUMfzbdLarEIyX1yQJlSYINzIxzwKxyIlsRv7+wd+nxEj9aJRDVsfNr+1ir0GSBmU8gRdBp590tzpleByAfMw8UP1pi40yUnivqO6fCv1B8pmhDgN3ORH4Vjhuhje7AAAAFQCxvWDT5EAVVekvhukmRUA0ir2f8QAAAIAE4yw1iKBHXE1zLWz3iYCN7wfp8vakyQiZl3jA1ewTqs2EtljYOB/Fop2LTKQf1pRyvYKBAR2VIJewXE9PsYrvfon9pFyomZz6c9/0VqdQ3C2nrUlxEq0kt6nXTsbWPxIZG60DyHVHUOanxlrJqzIzfXHBkik6E+QpqC91x8sWEQAAAIBlZx8TlHRfgW1nc9OjS/TMdmm0clZb8KROwWEQq0S8K6rX2Ueors0dWsxs3DnGG3UI5jsHX6SktkQbgBA+ZasD7G0YuAdjznESoFg5KeQ4ukTk3CxnQAjPp6GHRis7npkk8t4nLCu5l+E1sLL2KyeFbGXVJrwapbtQEW+ueII7PQ== root@createinstancesinglenetworktests-158c8ed9-0902-4a09-851b-3be7bc\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.11,24,fe80::f816:3eff:fe0c:6173/64,\nip-route:default via 10.55.1.1 dev eth0 \nip-route:10.55.1.0/24 dev eth0 src 10.55.1.11 \nip-route:169.254.169.254 via 10.55.1.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-00000107\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-158c8ed9-0902-4a09-851b-3be7bc\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.66 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-158c8ed9-0902-4a09-851b-3be7bc login: "} 2018-10-26 10:14:17,313 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd/action used request id req-bc7928e7-bf95-4832-b5e7-d44804525af8 2018-10-26 10:14:17,315 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-26 10:14:17,315 - 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 501139004 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.126964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.128605] pid_max: default: 32768 minimum: 301 [ 0.129487] ACPI: Core revision 20150930 [ 0.130862] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132163] Security Framework initialized [ 0.132971] Yama: becoming mindful. [ 0.133696] AppArmor: AppArmor initialized [ 0.134549] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.135819] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.137074] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.138298] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.139651] Initializing cgroup subsys io [ 0.140465] Initializing cgroup subsys memory [ 0.141319] Initializing cgroup subsys devices [ 0.142198] Initializing cgroup subsys freezer [ 0.143057] Initializing cgroup subsys net_cls [ 0.143926] Initializing cgroup subsys perf_event [ 0.144833] Initializing cgroup subsys net_prio [ 0.145714] Initializing cgroup subsys hugetlb [ 0.146586] Initializing cgroup subsys pids [ 0.147466] CPU: Physical Processor ID: 0 [ 0.148972] mce: CPU supports 10 MCE banks [ 0.149813] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.150806] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.153082] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.159517] ftrace: allocating 31920 entries in 125 pages [ 0.185795] smpboot: Max logical packages: 2 [ 0.186650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.187836] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.189177] x2apic enabled [ 0.189981] Switched APIC routing to physical x2apic. [ 0.191740] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.192954] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.195108] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.197048] KVM setup paravirtual spinlock [ 0.198468] x86: Booting SMP configuration: [ 0.199374] .... node #0, CPUs: #1 [ 0.200285] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.222788] x86: Booted up 1 node, 2 CPUs [ 0.222791] KVM setup async PF for cpu 1 [ 0.222794] kvm-stealtime: cpu 1, msr f90d940 [ 0.225369] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.226914] devtmpfs: initialized [ 0.228624] evm: security.selinux [ 0.229324] evm: security.SMACK64 [ 0.230015] evm: security.SMACK64EXEC [ 0.230763] evm: security.SMACK64TRANSMUTE [ 0.231583] evm: security.SMACK64MMAP [ 0.232331] evm: security.ima [ 0.232973] evm: security.capability [ 0.233843] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.235738] pinctrl core: initialized pinctrl subsystem [ 0.236838] RTC time: 10:14:03, date: 10/26/18 [ 0.237825] NET: Registered protocol family 16 [ 0.247740] cpuidle: using governor ladder [ 0.259841] cpuidle: using governor menu [ 0.260655] PCCT header not found. [ 0.261450] ACPI: bus type PCI registered [ 0.262244] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.263483] PCI: Using configuration type 1 for base access [ 0.276953] ACPI: Added _OSI(Module Device) [ 0.277805] ACPI: Added _OSI(Processor Device) [ 0.278661] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.279554] ACPI: Added _OSI(Processor Aggregator Device) [ 0.281890] ACPI: Interpreter enabled [ 0.282665] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.284508] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.286354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.288186] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.290028] ACPI: (supports S0 S5) [ 0.290732] ACPI: Using IOAPIC for interrupt routing [ 0.291795] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.295167] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.296303] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.297536] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.298726] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.300963] acpiphp: Slot [3] registered [ 0.301777] acpiphp: Slot [4] registered [ 0.302587] acpiphp: Slot [5] registered [ 0.303388] acpiphp: Slot [6] registered [ 0.304188] acpiphp: Slot [7] registered [ 0.304983] acpiphp: Slot [8] registered [ 0.305793] acpiphp: Slot [9] registered [ 0.306597] acpiphp: Slot [10] registered [ 0.317553] acpiphp: Slot [11] registered [ 0.318372] acpiphp: Slot [12] registered [ 0.319184] acpiphp: Slot [13] registered [ 0.319988] acpiphp: Slot [14] registered [ 0.320862] acpiphp: Slot [15] registered [ 0.321681] acpiphp: Slot [16] registered [ 0.322489] acpiphp: Slot [17] registered [ 0.323290] acpiphp: Slot [18] registered [ 0.324090] acpiphp: Slot [19] registered [ 0.324891] acpiphp: Slot [20] registered [ 0.325701] acpiphp: Slot [21] registered [ 0.326511] acpiphp: Slot [22] registered [ 0.327318] acpiphp: Slot [23] registered [ 0.328121] acpiphp: Slot [24] registered [ 0.328918] acpiphp: Slot [25] registered [ 0.329737] acpiphp: Slot [26] registered [ 0.330547] acpiphp: Slot [27] registered [ 0.331349] acpiphp: Slot [28] registered [ 0.332150] acpiphp: Slot [29] registered [ 0.332948] acpiphp: Slot [30] registered [ 0.333760] acpiphp: Slot [31] registered [ 0.334560] PCI host bridge to bus 0000:00 [ 0.335363] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.336562] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.337770] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.339209] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.340641] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.346873] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.348142] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.349295] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.350545] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.357460] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.358887] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.407362] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.408844] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.410257] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.411661] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.414117] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.415406] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.416624] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.417674] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.419206] vgaarb: loaded [ 0.419806] vgaarb: bridge control possible 0000:00:02.0 [ 0.420949] SCSI subsystem initialized [ 0.421796] ACPI: bus type USB registered [ 0.422610] usbcore: registered new interface driver usbfs [ 0.423635] usbcore: registered new interface driver hub [ 0.424638] usbcore: registered new device driver usb [ 0.425752] PCI: Using ACPI for IRQ routing [ 0.426779] NetLabel: Initializing [ 0.427496] NetLabel: domain hash size = 128 [ 0.428347] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.429289] NetLabel: unlabeled traffic allowed by default [ 0.430431] clocksource: Switched to clocksource kvm-clock [ 0.436400] AppArmor: AppArmor Filesystem Enabled [ 0.437372] pnp: PnP ACPI init [ 0.438306] pnp: PnP ACPI: found 5 devices [ 0.445716] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.447417] NET: Registered protocol family 2 [ 0.448405] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.449663] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.450828] TCP: Hash tables configured (established 2048 bind 2048) [ 0.451985] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.453050] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.454212] NET: Registered protocol family 1 [ 0.455074] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456165] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457227] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.475839] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.494691] Trying to unpack rootfs image as initramfs... [ 0.546129] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.560917] Scanning for low memory corruption every 60 seconds [ 0.562877] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.564583] audit: initializing netlink subsys (disabled) [ 0.566118] audit: type=2000 audit(1540548844.099:1): initialized [ 0.568002] Initialise system trusted keyring [ 0.569400] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.571170] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.573908] zbud: loaded [ 0.574878] VFS: Disk quotas dquot_6.6.0 [ 0.576071] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.578301] fuse init (API version 7.23) [ 0.579575] Key type big_key registered [ 0.580750] Allocating IMA MOK and blacklist keyrings. [ 0.582505] Key type asymmetric registered [ 0.583704] Asymmetric key parser 'x509' registered [ 0.585116] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.587293] io scheduler noop registered [ 0.588449] io scheduler deadline registered (default) [ 0.589925] io scheduler cfq registered [ 0.591136] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.592703] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.594591] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.596719] ACPI: Power Button [PWRF] [ 0.597948] GHES: HEST is not enabled! [ 0.616969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.655101] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.657931] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.681566] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.684234] Linux agpgart interface v0.103 [ 0.686617] brd: module loaded [ 0.687971] loop: module loaded [ 0.692748] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.694333] GPT:90111 != 20971519 [ 0.695033] GPT:Alternate GPT header not at the end of the disk. [ 0.696136] GPT:90111 != 20971519 [ 0.696824] GPT: Use GNU Parted to correct GPT errors. [ 0.697794] vda: vda1 vda15 [ 0.699275] scsi host0: ata_piix [ 0.700053] scsi host1: ata_piix [ 0.700770] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.701987] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.703606] libphy: Fixed MDIO Bus: probed [ 0.704430] tun: Universal TUN/TAP device driver, 1.6 [ 0.705381] tun: (C) 1999-2004 Max Krasnyansky [ 0.707351] PPP generic driver version 2.4.2 [ 0.708244] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.709513] ehci-pci: EHCI PCI platform driver [ 0.710383] ehci-platform: EHCI generic platform driver [ 0.711379] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.712516] ohci-pci: OHCI PCI platform driver [ 0.713388] ohci-platform: OHCI generic platform driver [ 0.714375] uhci_hcd: USB Universal Host Controller Interface driver [ 0.733370] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.734370] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.735836] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.736846] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.737966] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.739197] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.740620] usb usb1: Product: UHCI Host Controller [ 0.741558] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.742703] usb usb1: SerialNumber: 0000:00:01.2 [ 0.743765] hub 1-0:1.0: USB hub found [ 0.744553] hub 1-0:1.0: 2 ports detected [ 0.745483] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.747647] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.748610] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.749664] mousedev: PS/2 mouse device common for all mice [ 0.750863] rtc_cmos 00:00: RTC can wake from S4 [ 0.752077] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.753772] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.755073] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.756274] i2c /dev entries driver [ 0.757030] device-mapper: uevent: version 1.0.3 [ 0.757972] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.759618] ledtrig-cpu: registered to indicate activity on CPUs [ 0.760978] NET: Registered protocol family 10 [ 0.762017] NET: Registered protocol family 17 [ 0.762923] Key type dns_resolver registered [ 0.763910] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.765014] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.766130] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.767889] registered taskstats version 1 [ 0.768731] Loading compiled-in X.509 certificates [ 0.770176] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.772023] zswap: loaded using pool lzo/zbud [ 0.773505] Key type trusted registered [ 0.775189] Key type encrypted registered [ 0.776009] AppArmor: AppArmor sha1 policy hashing enabled [ 0.777052] ima: No TPM chip found, activating TPM-bypass! [ 0.778104] evm: HMAC attrs: 0x1 [ 0.779067] Magic number: 6:207:225 [ 0.779947] rtc_cmos 00:00: setting system clock to 2018-10-26 10:14:03 UTC (1540548843) [ 0.792012] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.793152] EDD information not available. [ 0.859614] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.861186] Write protecting the kernel read-only data: 14336k [ 0.862834] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.864683] 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.928027] 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.1.11... Lease of 10.55.1.11 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.21. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQChmKA3+lwe07mAvRyfdbrzu3n2jz14GgakmV1M2PqLHYUeHUIqF0sakNotgWbrIcyhDWxGnqf1tjqDRQB6yYRTH2q2PjRCLR707+GS8T8cPNSY/KTrMIhkyZl0M/ilZv+zQoG3BR2rMRzUZ1vHjDH3vajtCduqtNbVh5F1X5zz4mLFLl8XzfygQ4M0T+vZS1Tb0lS+dJAfjxRtonoTb0b76OOUL1R3VS5bflEAcF/GnadimhXa/D84Yn8Z3q1mTu8i7RHm6Eg22lop5+SvQJk1A/0gC8rwP4aXQPFKU3vWvfOyR+lF4zxXHLRiIdaEQNtt/r0aKd7zBruyIsJmBnwb root@createinstancesinglenetworktests-158c8ed9-0902-4a09-851b-3be7bc ssh-dss AAAAB3NzaC1kc3MAAACBAKTaWziq7+iHIDqALRevPCZ39zDZhSdEPdc9RcumspJrVWdUMfzbdLarEIyX1yQJlSYINzIxzwKxyIlsRv7+wd+nxEj9aJRDVsfNr+1ir0GSBmU8gRdBp590tzpleByAfMw8UP1pi40yUnivqO6fCv1B8pmhDgN3ORH4Vjhuhje7AAAAFQCxvWDT5EAVVekvhukmRUA0ir2f8QAAAIAE4yw1iKBHXE1zLWz3iYCN7wfp8vakyQiZl3jA1ewTqs2EtljYOB/Fop2LTKQf1pRyvYKBAR2VIJewXE9PsYrvfon9pFyomZz6c9/0VqdQ3C2nrUlxEq0kt6nXTsbWPxIZG60DyHVHUOanxlrJqzIzfXHBkik6E+QpqC91x8sWEQAAAIBlZx8TlHRfgW1nc9OjS/TMdmm0clZb8KROwWEQq0S8K6rX2Ueors0dWsxs3DnGG3UI5jsHX6SktkQbgBA+ZasD7G0YuAdjznESoFg5KeQ4ukTk3CxnQAjPp6GHRis7npkk8t4nLCu5l+E1sLL2KyeFbGXVJrwapbtQEW+ueII7PQ== root@createinstancesinglenetworktests-158c8ed9-0902-4a09-851b-3be7bc -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.1.11,24,fe80::f816:3eff:fe0c:6173/64, ip-route:default via 10.55.1.1 dev eth0 ip-route:10.55.1.0/24 dev eth0 src 10.55.1.11 ip-route:169.254.169.254 via 10.55.1.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-00000107 name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-158c8ed9-0902-4a09-851b-3be7bc launch-index: 0 === cirros: current=0.4.0 uptime=2.66 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-158c8ed9-0902-4a09-851b-3be7bc login: 2018-10-26 10:14:17,318 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:14:17,498 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:14:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d550c189-4118-4d8e-878a-38692dbb9f06 x-compute-request-id: req-d550c189-4118-4d8e-878a-38692dbb9f06 Content-Encoding: gzip Content-Length: 791 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:61:73", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:61:73", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/45fcba2a-452c-4b61-98c4-644583e2bddd", "rel": "bookmark"}], "image": {"id": "27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "links": [{"href": "http://172.30.9.21:8774/images/27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:14:03.000000", "flavor": {"id": "7e84ce2c-c8eb-461b-813d-af0c1e719383", "links": [{"href": "http://172.30.9.21:8774/flavors/7e84ce2c-c8eb-461b-813d-af0c1e719383", "rel": "bookmark"}]}, "id": "45fcba2a-452c-4b61-98c4-644583e2bddd", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-sec-grp"}, {"name": "default"}], "user_id": "d8b5bd52e9a9498abeac7c69e5c3412a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:14:03Z", "hostId": "8551c5456d6cd3f7cfcd71cb9a3521063cd94895f0168569da54974a", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-kp", "name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-inst", "created": "2018-10-26T10:13:57Z", "tenant_id": "370d1317d76943fa8c4a8776b6637584", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:14:17,498 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd used request id req-d550c189-4118-4d8e-878a-38692dbb9f06 2018-10-26 10:14:17,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:14:17,609 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-a1fee7d9-b399-4845-ae32-75debbfc18a7 Date: Fri, 26 Oct 2018 10:14: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":["51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac"],"updated_at":"2018-10-26T10:13:33Z","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"370d1317d76943fa8c4a8776b6637584","id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","name":"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net"}]} 2018-10-26 10:14:17,609 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net used request id req-a1fee7d9-b399-4845-ae32-75debbfc18a7 2018-10-26 10:14:17,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/370d1317d76943fa8c4a8776b6637584 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:14:17,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:14:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d3a9a97-631f-4693-96d0-ba807f324249 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/370d1317d76943fa8c4a8776b6637584"}, "enabled": true, "id": "370d1317d76943fa8c4a8776b6637584", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-39cc234a-3097-485-proj"}} 2018-10-26 10:14:17,699 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/370d1317d76943fa8c4a8776b6637584 used request id req-5d3a9a97-631f-4693-96d0-ba807f324249 2018-10-26 10:14:17,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b5fbc20c-5d2e-4a22-8e11-4e69a460f841 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:14:17,762 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-cc497ebe-bc48-4a58-a7dc-831f5757d4ba Date: Fri, 26 Oct 2018 10:14:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:33Z","dns_nameservers":[],"updated_at":"2018-10-26T10:13: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":"370d1317d76943fa8c4a8776b6637584","id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-subnet"}]} 2018-10-26 10:14:17,762 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b5fbc20c-5d2e-4a22-8e11-4e69a460f841 used request id req-cc497ebe-bc48-4a58-a7dc-831f5757d4ba 2018-10-26 10:14:17,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=b5fbc20c-5d2e-4a22-8e11-4e69a460f841 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:14:17,865 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3903 X-Openstack-Request-Id: req-b69aceff-93f4-4f35-8add-b21dea884417 Date: Fri, 26 Oct 2018 10:14:17 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:13:56Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","ip_address":"10.55.1.1"}],"id":"47d19b11-45bb-43a0-a9fc-a706bed169f8","security_groups":[],"mac_address":"fa:16:3e:c3:42:5a","project_id":"370d1317d76943fa8c4a8776b6637584","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:42Z","binding:vnic_type":"normal","device_id":"879894b3-9f59-43a2-82fa-50dc5e8c7c52"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:13:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","ip_address":"10.55.1.2"}],"id":"65b8da08-78ef-45d9-bb7c-505ecf60052a","security_groups":[],"mac_address":"fa:16:3e:3d:70:23","project_id":"370d1317d76943fa8c4a8776b6637584","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:33Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b5fbc20c-5d2e-4a22-8e11-4e69a460f841"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:13:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","ip_address":"10.55.1.3"}],"id":"bb4dfa16-bf38-42a2-ac72-20d146af5219","security_groups":[],"mac_address":"fa:16:3e:b3:b3:a0","project_id":"370d1317d76943fa8c4a8776b6637584","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:34Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b5fbc20c-5d2e-4a22-8e11-4e69a460f841"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:13:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","ip_address":"10.55.1.4"}],"id":"c473d891-9ef3-49a5-8856-cc12a342ae01","security_groups":[],"mac_address":"fa:16:3e:fb:25:77","project_id":"370d1317d76943fa8c4a8776b6637584","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:35Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b5fbc20c-5d2e-4a22-8e11-4e69a460f841"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:14:08Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","ip_address":"10.55.1.11"}],"id":"fdc7a7fb-4671-48e2-8922-6987e609a20a","security_groups":["683eae00-b488-4339-8e76-a519cb3d83e2","7e872be6-2d22-4b74-b8aa-15512d3369e0"],"mac_address":"fa:16:3e:0c:61:73","project_id":"370d1317d76943fa8c4a8776b6637584","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85port-1","admin_state_up":true,"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:53Z","binding:vnic_type":"normal","device_id":"45fcba2a-452c-4b61-98c4-644583e2bddd"}]} 2018-10-26 10:14:17,866 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=b5fbc20c-5d2e-4a22-8e11-4e69a460f841 used request id req-b69aceff-93f4-4f35-8add-b21dea884417 2018-10-26 10:14:17,867 - create_instance - INFO - Checking if VM is active 2018-10-26 10:14:17,870 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:14:18,484 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:14:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0026f967-dff2-4da7-ba2d-385d168e9ecc x-compute-request-id: req-0026f967-dff2-4da7-ba2d-385d168e9ecc Content-Encoding: gzip Content-Length: 791 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:61:73", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:61:73", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/45fcba2a-452c-4b61-98c4-644583e2bddd", "rel": "bookmark"}], "image": {"id": "27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "links": [{"href": "http://172.30.9.21:8774/images/27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:14:03.000000", "flavor": {"id": "7e84ce2c-c8eb-461b-813d-af0c1e719383", "links": [{"href": "http://172.30.9.21:8774/flavors/7e84ce2c-c8eb-461b-813d-af0c1e719383", "rel": "bookmark"}]}, "id": "45fcba2a-452c-4b61-98c4-644583e2bddd", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-sec-grp"}, {"name": "default"}], "user_id": "d8b5bd52e9a9498abeac7c69e5c3412a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:14:03Z", "hostId": "8551c5456d6cd3f7cfcd71cb9a3521063cd94895f0168569da54974a", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-kp", "name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-inst", "created": "2018-10-26T10:13:57Z", "tenant_id": "370d1317d76943fa8c4a8776b6637584", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:14:18,484 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd used request id req-0026f967-dff2-4da7-ba2d-385d168e9ecc 2018-10-26 10:14:18,484 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-inst] is - ACTIVE 2018-10-26 10:14:18,485 - create_instance - INFO - VM is - ACTIVE 2018-10-26 10:14:18,488 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:14:19,100 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-f68c4623-7a1b-4b0a-aca7-fa00188de171 x-compute-request-id: req-f68c4623-7a1b-4b0a-aca7-fa00188de171 Content-Encoding: gzip Content-Length: 791 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:61:73", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:61:73", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/45fcba2a-452c-4b61-98c4-644583e2bddd", "rel": "bookmark"}], "image": {"id": "27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "links": [{"href": "http://172.30.9.21:8774/images/27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:14:03.000000", "flavor": {"id": "7e84ce2c-c8eb-461b-813d-af0c1e719383", "links": [{"href": "http://172.30.9.21:8774/flavors/7e84ce2c-c8eb-461b-813d-af0c1e719383", "rel": "bookmark"}]}, "id": "45fcba2a-452c-4b61-98c4-644583e2bddd", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-sec-grp"}, {"name": "default"}], "user_id": "d8b5bd52e9a9498abeac7c69e5c3412a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:14:03Z", "hostId": "8551c5456d6cd3f7cfcd71cb9a3521063cd94895f0168569da54974a", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-kp", "name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-inst", "created": "2018-10-26T10:13:57Z", "tenant_id": "370d1317d76943fa8c4a8776b6637584", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:14:19,100 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd used request id req-f68c4623-7a1b-4b0a-aca7-fa00188de171 2018-10-26 10:14:19,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:14:19,355 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-061f799c-4cf5-416c-8333-9e66509b22b5 Date: Fri, 26 Oct 2018 10:14:19 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac"],"updated_at":"2018-10-26T10:13:33Z","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"370d1317d76943fa8c4a8776b6637584","id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","name":"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net"}]} 2018-10-26 10:14:19,355 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net used request id req-061f799c-4cf5-416c-8333-9e66509b22b5 2018-10-26 10:14:19,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/370d1317d76943fa8c4a8776b6637584 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:14:19,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:14:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcb70718-1583-4060-bfe5-8f6b54941bbd Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/370d1317d76943fa8c4a8776b6637584"}, "enabled": true, "id": "370d1317d76943fa8c4a8776b6637584", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-39cc234a-3097-485-proj"}} 2018-10-26 10:14:19,442 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/370d1317d76943fa8c4a8776b6637584 used request id req-bcb70718-1583-4060-bfe5-8f6b54941bbd 2018-10-26 10:14:19,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b5fbc20c-5d2e-4a22-8e11-4e69a460f841 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:14:19,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-f98ed65d-deaa-4b45-a224-26782c3bc178 Date: Fri, 26 Oct 2018 10:14:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:33Z","dns_nameservers":[],"updated_at":"2018-10-26T10:13: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":"370d1317d76943fa8c4a8776b6637584","id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-subnet"}]} 2018-10-26 10:14:19,502 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b5fbc20c-5d2e-4a22-8e11-4e69a460f841 used request id req-f98ed65d-deaa-4b45-a224-26782c3bc178 2018-10-26 10:14:19,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=b5fbc20c-5d2e-4a22-8e11-4e69a460f841 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:14:19,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3903 X-Openstack-Request-Id: req-6b7a20e4-786c-46bd-b74c-fa46a5c8a51f Date: Fri, 26 Oct 2018 10:14:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:13:56Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","ip_address":"10.55.1.1"}],"id":"47d19b11-45bb-43a0-a9fc-a706bed169f8","security_groups":[],"mac_address":"fa:16:3e:c3:42:5a","project_id":"370d1317d76943fa8c4a8776b6637584","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:42Z","binding:vnic_type":"normal","device_id":"879894b3-9f59-43a2-82fa-50dc5e8c7c52"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:13:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","ip_address":"10.55.1.2"}],"id":"65b8da08-78ef-45d9-bb7c-505ecf60052a","security_groups":[],"mac_address":"fa:16:3e:3d:70:23","project_id":"370d1317d76943fa8c4a8776b6637584","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:33Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b5fbc20c-5d2e-4a22-8e11-4e69a460f841"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:13:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","ip_address":"10.55.1.3"}],"id":"bb4dfa16-bf38-42a2-ac72-20d146af5219","security_groups":[],"mac_address":"fa:16:3e:b3:b3:a0","project_id":"370d1317d76943fa8c4a8776b6637584","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:34Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b5fbc20c-5d2e-4a22-8e11-4e69a460f841"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:13:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","ip_address":"10.55.1.4"}],"id":"c473d891-9ef3-49a5-8856-cc12a342ae01","security_groups":[],"mac_address":"fa:16:3e:fb:25:77","project_id":"370d1317d76943fa8c4a8776b6637584","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:35Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b5fbc20c-5d2e-4a22-8e11-4e69a460f841"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:14:08Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","ip_address":"10.55.1.11"}],"id":"fdc7a7fb-4671-48e2-8922-6987e609a20a","security_groups":["683eae00-b488-4339-8e76-a519cb3d83e2","7e872be6-2d22-4b74-b8aa-15512d3369e0"],"mac_address":"fa:16:3e:0c:61:73","project_id":"370d1317d76943fa8c4a8776b6637584","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85port-1","admin_state_up":true,"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:53Z","binding:vnic_type":"normal","device_id":"45fcba2a-452c-4b61-98c4-644583e2bddd"}]} 2018-10-26 10:14:19,605 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=b5fbc20c-5d2e-4a22-8e11-4e69a460f841 used request id req-6b7a20e4-786c-46bd-b74c-fa46a5c8a51f 2018-10-26 10:14:19,606 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-26 10:14:19,609 - paramiko.transport - DEBUG - starting thread (client mode): 0x6001c6d0L 2018-10-26 10:14:19,610 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-26 10:14:19,610 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-26 10:14:19,610 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-26 10:14:19,612 - 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-26 10:14:19,612 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-26 10:14:19,612 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-26 10:14:19,612 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-26 10:14:19,612 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-26 10:14:19,613 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-26 10:14:19,631 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-26 10:14:19,632 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-26 10:14:19,643 - paramiko.transport - DEBUG - Trying key 131e84a771ce054d4ad23f9d46c164b6 from tmp/CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85 2018-10-26 10:14:19,672 - paramiko.transport - DEBUG - userauth is OK 2018-10-26 10:14:19,675 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-26 10:14:19,776 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-26 10:14:19,821 - create_instance - INFO - SSH is active for VM instance 2018-10-26 10:14:19,821 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-26 10:14:19,823 - paramiko.transport - DEBUG - starting thread (client mode): 0x6000dd10L 2018-10-26 10:14:19,823 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-26 10:14:19,823 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-26 10:14:19,823 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-26 10:14:19,824 - 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-26 10:14:19,825 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-26 10:14:19,825 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-26 10:14:19,825 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-26 10:14:19,825 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-26 10:14:19,825 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-26 10:14:19,843 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-26 10:14:19,843 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-26 10:14:19,855 - paramiko.transport - DEBUG - Trying key 131e84a771ce054d4ad23f9d46c164b6 from tmp/CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85 2018-10-26 10:14:19,880 - paramiko.transport - DEBUG - userauth is OK 2018-10-26 10:14:19,883 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-26 10:14:19,888 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-26 10:14:19,889 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-10-26 10:14:19,889 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-26 10:14:19,890 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-26 10:14:19,891 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-26 10:14:19,895 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:14:20,369 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:14: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-48f3a904-b1d3-4015-bcef-e9127032870e x-compute-request-id: req-48f3a904-b1d3-4015-bcef-e9127032870e Content-Encoding: gzip Content-Length: 791 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:61:73", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:61:73", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/45fcba2a-452c-4b61-98c4-644583e2bddd", "rel": "bookmark"}], "image": {"id": "27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "links": [{"href": "http://172.30.9.21:8774/images/27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:14:03.000000", "flavor": {"id": "7e84ce2c-c8eb-461b-813d-af0c1e719383", "links": [{"href": "http://172.30.9.21:8774/flavors/7e84ce2c-c8eb-461b-813d-af0c1e719383", "rel": "bookmark"}]}, "id": "45fcba2a-452c-4b61-98c4-644583e2bddd", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-sec-grp"}, {"name": "default"}], "user_id": "d8b5bd52e9a9498abeac7c69e5c3412a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:14:03Z", "hostId": "8551c5456d6cd3f7cfcd71cb9a3521063cd94895f0168569da54974a", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-kp", "name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-inst", "created": "2018-10-26T10:13:57Z", "tenant_id": "370d1317d76943fa8c4a8776b6637584", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:14:20,369 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd used request id req-48f3a904-b1d3-4015-bcef-e9127032870e 2018-10-26 10:14:20,372 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" -d '{"reboot": {"type": "SOFT"}}' 2018-10-26 10:14:20,518 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10:14:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2a0e291c-4733-42d1-9b65-5fba1c7c5d09 x-compute-request-id: req-2a0e291c-4733-42d1-9b65-5fba1c7c5d09 Content-Length: 0 Content-Type: application/json 2018-10-26 10:14:20,518 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd/action used request id req-2a0e291c-4733-42d1-9b65-5fba1c7c5d09 2018-10-26 10:14:35,534 - create_instance_tests - INFO - Looking for IP 10.55.1.11 in the console log 2018-10-26 10:14:35,537 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:14:36,722 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-82207b61-0928-45f7-a456-6518399240ad x-compute-request-id: req-82207b61-0928-45f7-a456-6518399240ad Content-Encoding: gzip Content-Length: 793 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "reboot_started", "addresses": {"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:61:73", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:61:73", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/45fcba2a-452c-4b61-98c4-644583e2bddd", "rel": "bookmark"}], "image": {"id": "27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "links": [{"href": "http://172.30.9.21:8774/images/27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:14:03.000000", "flavor": {"id": "7e84ce2c-c8eb-461b-813d-af0c1e719383", "links": [{"href": "http://172.30.9.21:8774/flavors/7e84ce2c-c8eb-461b-813d-af0c1e719383", "rel": "bookmark"}]}, "id": "45fcba2a-452c-4b61-98c4-644583e2bddd", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-sec-grp"}, {"name": "default"}], "user_id": "d8b5bd52e9a9498abeac7c69e5c3412a", "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-26T10:14:20Z", "hostId": "8551c5456d6cd3f7cfcd71cb9a3521063cd94895f0168569da54974a", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-kp", "name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-inst", "created": "2018-10-26T10:13:57Z", "tenant_id": "370d1317d76943fa8c4a8776b6637584", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:14:36,722 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd used request id req-82207b61-0928-45f7-a456-6518399240ad 2018-10-26 10:14:36,725 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-26 10:14:37,843 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-8fc79307-5d38-4632-a6f2-c8bded01c0e4 x-compute-request-id: req-8fc79307-5d38-4632-a6f2-c8bded01c0e4 Content-Encoding: gzip Content-Length: 9660 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 501139004 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.126964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.128605] pid_max: default: 32768 minimum: 301\n[ 0.129487] ACPI: Core revision 20150930\n[ 0.130862] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.132163] Security Framework initialized\n[ 0.132971] Yama: becoming mindful.\n[ 0.133696] AppArmor: AppArmor initialized\n[ 0.134549] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.135819] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.137074] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.138298] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.139651] Initializing cgroup subsys io\n[ 0.140465] Initializing cgroup subsys memory\n[ 0.141319] Initializing cgroup subsys devices\n[ 0.142198] Initializing cgroup subsys freezer\n[ 0.143057] Initializing cgroup subsys net_cls\n[ 0.143926] Initializing cgroup subsys perf_event\n[ 0.144833] Initializing cgroup subsys net_prio\n[ 0.145714] Initializing cgroup subsys hugetlb\n[ 0.146586] Initializing cgroup subsys pids\n[ 0.147466] CPU: Physical Processor ID: 0\n[ 0.148972] mce: CPU supports 10 MCE banks\n[ 0.149813] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.150806] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.153082] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.159517] ftrace: allocating 31920 entries in 125 pages\n[ 0.185795] smpboot: Max logical packages: 2\n[ 0.186650] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.187836] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.189177] x2apic enabled\n[ 0.189981] Switched APIC routing to physical x2apic.\n[ 0.191740] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.192954] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.195108] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.197048] KVM setup paravirtual spinlock\n[ 0.198468] x86: Booting SMP configuration:\n[ 0.199374] .... node #0, CPUs: #1\n[ 0.200285] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.222788] x86: Booted up 1 node, 2 CPUs\n[ 0.222791] KVM setup async PF for cpu 1\n[ 0.222794] kvm-stealtime: cpu 1, msr f90d940\n[ 0.225369] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.226914] devtmpfs: initialized\n[ 0.228624] evm: security.selinux\n[ 0.229324] evm: security.SMACK64\n[ 0.230015] evm: security.SMACK64EXEC\n[ 0.230763] evm: security.SMACK64TRANSMUTE\n[ 0.231583] evm: security.SMACK64MMAP\n[ 0.232331] evm: security.ima\n[ 0.232973] evm: security.capability\n[ 0.233843] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235738] pinctrl core: initialized pinctrl subsystem\n[ 0.236838] RTC time: 10:14:03, date: 10/26/18\n[ 0.237825] NET: Registered protocol family 16\n[ 0.247740] cpuidle: using governor ladder\n[ 0.259841] cpuidle: using governor menu\n[ 0.260655] PCCT header not found.\n[ 0.261450] ACPI: bus type PCI registered\n[ 0.262244] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.263483] PCI: Using configuration type 1 for base access\n[ 0.276953] ACPI: Added _OSI(Module Device)\n[ 0.277805] ACPI: Added _OSI(Processor Device)\n[ 0.278661] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.279554] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.281890] ACPI: Interpreter enabled\n[ 0.282665] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.284508] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.286354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.288186] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.290028] ACPI: (supports S0 S5)\n[ 0.290732] ACPI: Using IOAPIC for interrupt routing\n[ 0.291795] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.295167] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.296303] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.297536] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.298726] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.300963] acpiphp: Slot [3] registered\n[ 0.301777] acpiphp: Slot [4] registered\n[ 0.302587] acpiphp: Slot [5] registered\n[ 0.303388] acpiphp: Slot [6] registered\n[ 0.304188] acpiphp: Slot [7] registered\n[ 0.304983] acpiphp: Slot [8] registered\n[ 0.305793] acpiphp: Slot [9] registered\n[ 0.306597] acpiphp: Slot [10] registered\n[ 0.317553] acpiphp: Slot [11] registered\n[ 0.318372] acpiphp: Slot [12] registered\n[ 0.319184] acpiphp: Slot [13] registered\n[ 0.319988] acpiphp: Slot [14] registered\n[ 0.320862] acpiphp: Slot [15] registered\n[ 0.321681] acpiphp: Slot [16] registered\n[ 0.322489] acpiphp: Slot [17] registered\n[ 0.323290] acpiphp: Slot [18] registered\n[ 0.324090] acpiphp: Slot [19] registered\n[ 0.324891] acpiphp: Slot [20] registered\n[ 0.325701] acpiphp: Slot [21] registered\n[ 0.326511] acpiphp: Slot [22] registered\n[ 0.327318] acpiphp: Slot [23] registered\n[ 0.328121] acpiphp: Slot [24] registered\n[ 0.328918] acpiphp: Slot [25] registered\n[ 0.329737] acpiphp: Slot [26] registered\n[ 0.330547] acpiphp: Slot [27] registered\n[ 0.331349] acpiphp: Slot [28] registered\n[ 0.332150] acpiphp: Slot [29] registered\n[ 0.332948] acpiphp: Slot [30] registered\n[ 0.333760] acpiphp: Slot [31] registered\n[ 0.334560] PCI host bridge to bus 0000:00\n[ 0.335363] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.336562] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.337770] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.339209] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.340641] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.346873] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.348142] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.349295] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.350545] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.357460] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.358887] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.407362] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.408844] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.410257] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.411661] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.414117] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.415406] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.416624] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.417674] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.419206] vgaarb: loaded\n[ 0.419806] vgaarb: bridge control possible 0000:00:02.0\n[ 0.420949] SCSI subsystem initialized\n[ 0.421796] ACPI: bus type USB registered\n[ 0.422610] usbcore: registered new interface driver usbfs\n[ 0.423635] usbcore: registered new interface driver hub\n[ 0.424638] usbcore: registered new device driver usb\n[ 0.425752] PCI: Using ACPI for IRQ routing\n[ 0.426779] NetLabel: Initializing\n[ 0.427496] NetLabel: domain hash size = 128\n[ 0.428347] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.429289] NetLabel: unlabeled traffic allowed by default\n[ 0.430431] clocksource: Switched to clocksource kvm-clock\n[ 0.436400] AppArmor: AppArmor Filesystem Enabled\n[ 0.437372] pnp: PnP ACPI init\n[ 0.438306] pnp: PnP ACPI: found 5 devices\n[ 0.445716] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.447417] NET: Registered protocol family 2\n[ 0.448405] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.449663] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.450828] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.451985] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.453050] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.454212] NET: Registered protocol family 1\n[ 0.455074] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.456165] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.457227] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.475839] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.494691] Trying to unpack rootfs image as initramfs...\n[ 0.546129] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.560917] Scanning for low memory corruption every 60 seconds\n[ 0.562877] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.564583] audit: initializing netlink subsys (disabled)\n[ 0.566118] audit: type=2000 audit(1540548844.099:1): initialized\n[ 0.568002] Initialise system trusted keyring\n[ 0.569400] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.571170] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.573908] zbud: loaded\n[ 0.574878] VFS: Disk quotas dquot_6.6.0\n[ 0.576071] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.578301] fuse init (API version 7.23)\n[ 0.579575] Key type big_key registered\n[ 0.580750] Allocating IMA MOK and blacklist keyrings.\n[ 0.582505] Key type asymmetric registered\n[ 0.583704] Asymmetric key parser 'x509' registered\n[ 0.585116] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.587293] io scheduler noop registered\n[ 0.588449] io scheduler deadline registered (default)\n[ 0.589925] io scheduler cfq registered\n[ 0.591136] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.592703] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.594591] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.596719] ACPI: Power Button [PWRF]\n[ 0.597948] GHES: HEST is not enabled!\n[ 0.616969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.655101] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.657931] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.681566] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.684234] Linux agpgart interface v0.103\n[ 0.686617] brd: module loaded\n[ 0.687971] loop: module loaded\n[ 0.692748] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.694333] GPT:90111 != 20971519\n[ 0.695033] GPT:Alternate GPT header not at the end of the disk.\n[ 0.696136] GPT:90111 != 20971519\n[ 0.696824] GPT: Use GNU Parted to correct GPT errors.\n[ 0.697794] vda: vda1 vda15\n[ 0.699275] scsi host0: ata_piix\n[ 0.700053] scsi host1: ata_piix\n[ 0.700770] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.701987] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.703606] libphy: Fixed MDIO Bus: probed\n[ 0.704430] tun: Universal TUN/TAP device driver, 1.6\n[ 0.705381] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.707351] PPP generic driver version 2.4.2\n[ 0.708244] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.709513] ehci-pci: EHCI PCI platform driver\n[ 0.710383] ehci-platform: EHCI generic platform driver\n[ 0.711379] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.712516] ohci-pci: OHCI PCI platform driver\n[ 0.713388] ohci-platform: OHCI generic platform driver\n[ 0.714375] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.733370] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.734370] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.735836] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.736846] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.737966] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.739197] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.740620] usb usb1: Product: UHCI Host Controller\n[ 0.741558] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.742703] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.743765] hub 1-0:1.0: USB hub found\n[ 0.744553] hub 1-0:1.0: 2 ports detected\n[ 0.745483] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.747647] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.748610] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.749664] mousedev: PS/2 mouse device common for all mice\n[ 0.750863] rtc_cmos 00:00: RTC can wake from S4\n[ 0.752077] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.753772] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.755073] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.756274] i2c /dev entries driver\n[ 0.757030] device-mapper: uevent: version 1.0.3\n[ 0.757972] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.759618] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.760978] NET: Registered protocol family 10\n[ 0.762017] NET: Registered protocol family 17\n[ 0.762923] Key type dns_resolver registered\n[ 0.763910] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.765014] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.766130] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.767889] registered taskstats version 1\n[ 0.768731] Loading compiled-in X.509 certificates\n[ 0.770176] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.772023] zswap: loaded using pool lzo/zbud\n[ 0.773505] Key type trusted registered\n[ 0.775189] Key type encrypted registered\n[ 0.776009] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.777052] ima: No TPM chip found, activating TPM-bypass!\n[ 0.778104] evm: HMAC attrs: 0x1\n[ 0.779067] Magic number: 6:207:225\n[ 0.779947] rtc_cmos 00:00: setting system clock to 2018-10-26 10:14:03 UTC (1540548843)\n[ 0.792012] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.793152] EDD information not available.\n[ 0.859614] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.861186] Write protecting the kernel read-only data: 14336k\n[ 0.862834] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.864683] 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.928027] 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.1.11...\nLease of 10.55.1.11 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.21. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQChmKA3+lwe07mAvRyfdbrzu3n2jz14GgakmV1M2PqLHYUeHUIqF0sakNotgWbrIcyhDWxGnqf1tjqDRQB6yYRTH2q2PjRCLR707+GS8T8cPNSY/KTrMIhkyZl0M/ilZv+zQoG3BR2rMRzUZ1vHjDH3vajtCduqtNbVh5F1X5zz4mLFLl8XzfygQ4M0T+vZS1Tb0lS+dJAfjxRtonoTb0b76OOUL1R3VS5bflEAcF/GnadimhXa/D84Yn8Z3q1mTu8i7RHm6Eg22lop5+SvQJk1A/0gC8rwP4aXQPFKU3vWvfOyR+lF4zxXHLRiIdaEQNtt/r0aKd7zBruyIsJmBnwb root@createinstancesinglenetworktests-158c8ed9-0902-4a09-851b-3be7bc\nssh-dss AAAAB3NzaC1kc3MAAACBAKTaWziq7+iHIDqALRevPCZ39zDZhSdEPdc9RcumspJrVWdUMfzbdLarEIyX1yQJlSYINzIxzwKxyIlsRv7+wd+nxEj9aJRDVsfNr+1ir0GSBmU8gRdBp590tzpleByAfMw8UP1pi40yUnivqO6fCv1B8pmhDgN3ORH4Vjhuhje7AAAAFQCxvWDT5EAVVekvhukmRUA0ir2f8QAAAIAE4yw1iKBHXE1zLWz3iYCN7wfp8vakyQiZl3jA1ewTqs2EtljYOB/Fop2LTKQf1pRyvYKBAR2VIJewXE9PsYrvfon9pFyomZz6c9/0VqdQ3C2nrUlxEq0kt6nXTsbWPxIZG60DyHVHUOanxlrJqzIzfXHBkik6E+QpqC91x8sWEQAAAIBlZx8TlHRfgW1nc9OjS/TMdmm0clZb8KROwWEQq0S8K6rX2Ueors0dWsxs3DnGG3UI5jsHX6SktkQbgBA+ZasD7G0YuAdjznESoFg5KeQ4ukTk3CxnQAjPp6GHRis7npkk8t4nLCu5l+E1sLL2KyeFbGXVJrwapbtQEW+ueII7PQ== root@createinstancesinglenetworktests-158c8ed9-0902-4a09-851b-3be7bc\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.11,24,fe80::f816:3eff:fe0c:6173/64,\nip-route:default via 10.55.1.1 dev eth0 \nip-route:10.55.1.0/24 dev eth0 src 10.55.1.11 \nip-route:169.254.169.254 via 10.55.1.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-00000107\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-158c8ed9-0902-4a09-851b-3be7bc\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.66 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-158c8ed9-0902-4a09-851b-3be7bc login: The system is going down NOW!\nSent SIGTERM toSent SIGKILL to all processes\nRequesting system poweroff\n"} 2018-10-26 10:14:37,843 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd/action used request id req-8fc79307-5d38-4632-a6f2-c8bded01c0e4 2018-10-26 10:14:37,845 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-26 10:14:37,845 - 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 501139004 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.126964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.128605] pid_max: default: 32768 minimum: 301 [ 0.129487] ACPI: Core revision 20150930 [ 0.130862] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132163] Security Framework initialized [ 0.132971] Yama: becoming mindful. [ 0.133696] AppArmor: AppArmor initialized [ 0.134549] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.135819] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.137074] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.138298] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.139651] Initializing cgroup subsys io [ 0.140465] Initializing cgroup subsys memory [ 0.141319] Initializing cgroup subsys devices [ 0.142198] Initializing cgroup subsys freezer [ 0.143057] Initializing cgroup subsys net_cls [ 0.143926] Initializing cgroup subsys perf_event [ 0.144833] Initializing cgroup subsys net_prio [ 0.145714] Initializing cgroup subsys hugetlb [ 0.146586] Initializing cgroup subsys pids [ 0.147466] CPU: Physical Processor ID: 0 [ 0.148972] mce: CPU supports 10 MCE banks [ 0.149813] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.150806] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.153082] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.159517] ftrace: allocating 31920 entries in 125 pages [ 0.185795] smpboot: Max logical packages: 2 [ 0.186650] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.187836] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.189177] x2apic enabled [ 0.189981] Switched APIC routing to physical x2apic. [ 0.191740] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.192954] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.195108] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.197048] KVM setup paravirtual spinlock [ 0.198468] x86: Booting SMP configuration: [ 0.199374] .... node #0, CPUs: #1 [ 0.200285] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.222788] x86: Booted up 1 node, 2 CPUs [ 0.222791] KVM setup async PF for cpu 1 [ 0.222794] kvm-stealtime: cpu 1, msr f90d940 [ 0.225369] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.226914] devtmpfs: initialized [ 0.228624] evm: security.selinux [ 0.229324] evm: security.SMACK64 [ 0.230015] evm: security.SMACK64EXEC [ 0.230763] evm: security.SMACK64TRANSMUTE [ 0.231583] evm: security.SMACK64MMAP [ 0.232331] evm: security.ima [ 0.232973] evm: security.capability [ 0.233843] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.235738] pinctrl core: initialized pinctrl subsystem [ 0.236838] RTC time: 10:14:03, date: 10/26/18 [ 0.237825] NET: Registered protocol family 16 [ 0.247740] cpuidle: using governor ladder [ 0.259841] cpuidle: using governor menu [ 0.260655] PCCT header not found. [ 0.261450] ACPI: bus type PCI registered [ 0.262244] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.263483] PCI: Using configuration type 1 for base access [ 0.276953] ACPI: Added _OSI(Module Device) [ 0.277805] ACPI: Added _OSI(Processor Device) [ 0.278661] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.279554] ACPI: Added _OSI(Processor Aggregator Device) [ 0.281890] ACPI: Interpreter enabled [ 0.282665] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.284508] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.286354] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.288186] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.290028] ACPI: (supports S0 S5) [ 0.290732] ACPI: Using IOAPIC for interrupt routing [ 0.291795] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.295167] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.296303] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.297536] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.298726] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.300963] acpiphp: Slot [3] registered [ 0.301777] acpiphp: Slot [4] registered [ 0.302587] acpiphp: Slot [5] registered [ 0.303388] acpiphp: Slot [6] registered [ 0.304188] acpiphp: Slot [7] registered [ 0.304983] acpiphp: Slot [8] registered [ 0.305793] acpiphp: Slot [9] registered [ 0.306597] acpiphp: Slot [10] registered [ 0.317553] acpiphp: Slot [11] registered [ 0.318372] acpiphp: Slot [12] registered [ 0.319184] acpiphp: Slot [13] registered [ 0.319988] acpiphp: Slot [14] registered [ 0.320862] acpiphp: Slot [15] registered [ 0.321681] acpiphp: Slot [16] registered [ 0.322489] acpiphp: Slot [17] registered [ 0.323290] acpiphp: Slot [18] registered [ 0.324090] acpiphp: Slot [19] registered [ 0.324891] acpiphp: Slot [20] registered [ 0.325701] acpiphp: Slot [21] registered [ 0.326511] acpiphp: Slot [22] registered [ 0.327318] acpiphp: Slot [23] registered [ 0.328121] acpiphp: Slot [24] registered [ 0.328918] acpiphp: Slot [25] registered [ 0.329737] acpiphp: Slot [26] registered [ 0.330547] acpiphp: Slot [27] registered [ 0.331349] acpiphp: Slot [28] registered [ 0.332150] acpiphp: Slot [29] registered [ 0.332948] acpiphp: Slot [30] registered [ 0.333760] acpiphp: Slot [31] registered [ 0.334560] PCI host bridge to bus 0000:00 [ 0.335363] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.336562] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.337770] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.339209] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.340641] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.346873] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.348142] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.349295] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.350545] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.357460] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.358887] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.407362] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.408844] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.410257] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.411661] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.414117] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.415406] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.416624] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.417674] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.419206] vgaarb: loaded [ 0.419806] vgaarb: bridge control possible 0000:00:02.0 [ 0.420949] SCSI subsystem initialized [ 0.421796] ACPI: bus type USB registered [ 0.422610] usbcore: registered new interface driver usbfs [ 0.423635] usbcore: registered new interface driver hub [ 0.424638] usbcore: registered new device driver usb [ 0.425752] PCI: Using ACPI for IRQ routing [ 0.426779] NetLabel: Initializing [ 0.427496] NetLabel: domain hash size = 128 [ 0.428347] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.429289] NetLabel: unlabeled traffic allowed by default [ 0.430431] clocksource: Switched to clocksource kvm-clock [ 0.436400] AppArmor: AppArmor Filesystem Enabled [ 0.437372] pnp: PnP ACPI init [ 0.438306] pnp: PnP ACPI: found 5 devices [ 0.445716] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.447417] NET: Registered protocol family 2 [ 0.448405] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.449663] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.450828] TCP: Hash tables configured (established 2048 bind 2048) [ 0.451985] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.453050] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.454212] NET: Registered protocol family 1 [ 0.455074] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456165] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457227] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.475839] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.494691] Trying to unpack rootfs image as initramfs... [ 0.546129] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.560917] Scanning for low memory corruption every 60 seconds [ 0.562877] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.564583] audit: initializing netlink subsys (disabled) [ 0.566118] audit: type=2000 audit(1540548844.099:1): initialized [ 0.568002] Initialise system trusted keyring [ 0.569400] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.571170] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.573908] zbud: loaded [ 0.574878] VFS: Disk quotas dquot_6.6.0 [ 0.576071] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.578301] fuse init (API version 7.23) [ 0.579575] Key type big_key registered [ 0.580750] Allocating IMA MOK and blacklist keyrings. [ 0.582505] Key type asymmetric registered [ 0.583704] Asymmetric key parser 'x509' registered [ 0.585116] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.587293] io scheduler noop registered [ 0.588449] io scheduler deadline registered (default) [ 0.589925] io scheduler cfq registered [ 0.591136] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.592703] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.594591] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.596719] ACPI: Power Button [PWRF] [ 0.597948] GHES: HEST is not enabled! [ 0.616969] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.655101] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.657931] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.681566] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.684234] Linux agpgart interface v0.103 [ 0.686617] brd: module loaded [ 0.687971] loop: module loaded [ 0.692748] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.694333] GPT:90111 != 20971519 [ 0.695033] GPT:Alternate GPT header not at the end of the disk. [ 0.696136] GPT:90111 != 20971519 [ 0.696824] GPT: Use GNU Parted to correct GPT errors. [ 0.697794] vda: vda1 vda15 [ 0.699275] scsi host0: ata_piix [ 0.700053] scsi host1: ata_piix [ 0.700770] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.701987] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.703606] libphy: Fixed MDIO Bus: probed [ 0.704430] tun: Universal TUN/TAP device driver, 1.6 [ 0.705381] tun: (C) 1999-2004 Max Krasnyansky [ 0.707351] PPP generic driver version 2.4.2 [ 0.708244] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.709513] ehci-pci: EHCI PCI platform driver [ 0.710383] ehci-platform: EHCI generic platform driver [ 0.711379] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.712516] ohci-pci: OHCI PCI platform driver [ 0.713388] ohci-platform: OHCI generic platform driver [ 0.714375] uhci_hcd: USB Universal Host Controller Interface driver [ 0.733370] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.734370] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.735836] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.736846] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.737966] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.739197] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.740620] usb usb1: Product: UHCI Host Controller [ 0.741558] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.742703] usb usb1: SerialNumber: 0000:00:01.2 [ 0.743765] hub 1-0:1.0: USB hub found [ 0.744553] hub 1-0:1.0: 2 ports detected [ 0.745483] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.747647] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.748610] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.749664] mousedev: PS/2 mouse device common for all mice [ 0.750863] rtc_cmos 00:00: RTC can wake from S4 [ 0.752077] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.753772] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.755073] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.756274] i2c /dev entries driver [ 0.757030] device-mapper: uevent: version 1.0.3 [ 0.757972] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.759618] ledtrig-cpu: registered to indicate activity on CPUs [ 0.760978] NET: Registered protocol family 10 [ 0.762017] NET: Registered protocol family 17 [ 0.762923] Key type dns_resolver registered [ 0.763910] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.765014] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.766130] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.767889] registered taskstats version 1 [ 0.768731] Loading compiled-in X.509 certificates [ 0.770176] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.772023] zswap: loaded using pool lzo/zbud [ 0.773505] Key type trusted registered [ 0.775189] Key type encrypted registered [ 0.776009] AppArmor: AppArmor sha1 policy hashing enabled [ 0.777052] ima: No TPM chip found, activating TPM-bypass! [ 0.778104] evm: HMAC attrs: 0x1 [ 0.779067] Magic number: 6:207:225 [ 0.779947] rtc_cmos 00:00: setting system clock to 2018-10-26 10:14:03 UTC (1540548843) [ 0.792012] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.793152] EDD information not available. [ 0.859614] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.861186] Write protecting the kernel read-only data: 14336k [ 0.862834] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.864683] 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.928027] 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.1.11... Lease of 10.55.1.11 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.21. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQChmKA3+lwe07mAvRyfdbrzu3n2jz14GgakmV1M2PqLHYUeHUIqF0sakNotgWbrIcyhDWxGnqf1tjqDRQB6yYRTH2q2PjRCLR707+GS8T8cPNSY/KTrMIhkyZl0M/ilZv+zQoG3BR2rMRzUZ1vHjDH3vajtCduqtNbVh5F1X5zz4mLFLl8XzfygQ4M0T+vZS1Tb0lS+dJAfjxRtonoTb0b76OOUL1R3VS5bflEAcF/GnadimhXa/D84Yn8Z3q1mTu8i7RHm6Eg22lop5+SvQJk1A/0gC8rwP4aXQPFKU3vWvfOyR+lF4zxXHLRiIdaEQNtt/r0aKd7zBruyIsJmBnwb root@createinstancesinglenetworktests-158c8ed9-0902-4a09-851b-3be7bc ssh-dss AAAAB3NzaC1kc3MAAACBAKTaWziq7+iHIDqALRevPCZ39zDZhSdEPdc9RcumspJrVWdUMfzbdLarEIyX1yQJlSYINzIxzwKxyIlsRv7+wd+nxEj9aJRDVsfNr+1ir0GSBmU8gRdBp590tzpleByAfMw8UP1pi40yUnivqO6fCv1B8pmhDgN3ORH4Vjhuhje7AAAAFQCxvWDT5EAVVekvhukmRUA0ir2f8QAAAIAE4yw1iKBHXE1zLWz3iYCN7wfp8vakyQiZl3jA1ewTqs2EtljYOB/Fop2LTKQf1pRyvYKBAR2VIJewXE9PsYrvfon9pFyomZz6c9/0VqdQ3C2nrUlxEq0kt6nXTsbWPxIZG60DyHVHUOanxlrJqzIzfXHBkik6E+QpqC91x8sWEQAAAIBlZx8TlHRfgW1nc9OjS/TMdmm0clZb8KROwWEQq0S8K6rX2Ueors0dWsxs3DnGG3UI5jsHX6SktkQbgBA+ZasD7G0YuAdjznESoFg5KeQ4ukTk3CxnQAjPp6GHRis7npkk8t4nLCu5l+E1sLL2KyeFbGXVJrwapbtQEW+ueII7PQ== root@createinstancesinglenetworktests-158c8ed9-0902-4a09-851b-3be7bc -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.1.11,24,fe80::f816:3eff:fe0c:6173/64, ip-route:default via 10.55.1.1 dev eth0 ip-route:10.55.1.0/24 dev eth0 src 10.55.1.11 ip-route:169.254.169.254 via 10.55.1.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-00000107 name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-158c8ed9-0902-4a09-851b-3be7bc launch-index: 0 === cirros: current=0.4.0 uptime=2.66 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-158c8ed9-0902-4a09-851b-3be7bc login: The system is going down NOW! Sent SIGTERM toSent SIGKILL to all processes Requesting system poweroff 2018-10-26 10:14:37,845 - create_instance - INFO - Checking if VM is active 2018-10-26 10:14:37,848 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:14:38,255 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:14: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-de48cd7e-c7b3-4f96-b7f7-10e73be8791c x-compute-request-id: req-de48cd7e-c7b3-4f96-b7f7-10e73be8791c Content-Encoding: gzip Content-Length: 793 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "reboot_started", "addresses": {"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:61:73", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:61:73", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/45fcba2a-452c-4b61-98c4-644583e2bddd", "rel": "bookmark"}], "image": {"id": "27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "links": [{"href": "http://172.30.9.21:8774/images/27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:14:03.000000", "flavor": {"id": "7e84ce2c-c8eb-461b-813d-af0c1e719383", "links": [{"href": "http://172.30.9.21:8774/flavors/7e84ce2c-c8eb-461b-813d-af0c1e719383", "rel": "bookmark"}]}, "id": "45fcba2a-452c-4b61-98c4-644583e2bddd", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-sec-grp"}, {"name": "default"}], "user_id": "d8b5bd52e9a9498abeac7c69e5c3412a", "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-26T10:14:20Z", "hostId": "8551c5456d6cd3f7cfcd71cb9a3521063cd94895f0168569da54974a", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-kp", "name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-inst", "created": "2018-10-26T10:13:57Z", "tenant_id": "370d1317d76943fa8c4a8776b6637584", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:14:38,256 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd used request id req-de48cd7e-c7b3-4f96-b7f7-10e73be8791c 2018-10-26 10:14:38,256 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-inst] is - REBOOT 2018-10-26 10:14:38,256 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:14:41,259 - create_instance - DEBUG - VM status query timeout in 896.586063862 2018-10-26 10:14:41,262 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:14:41,458 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:14:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e335f3fc-3b06-40c1-9e45-c09bf080712f x-compute-request-id: req-e335f3fc-3b06-40c1-9e45-c09bf080712f Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:61:73", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:61:73", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/45fcba2a-452c-4b61-98c4-644583e2bddd", "rel": "bookmark"}], "image": {"id": "27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "links": [{"href": "http://172.30.9.21:8774/images/27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:14:03.000000", "flavor": {"id": "7e84ce2c-c8eb-461b-813d-af0c1e719383", "links": [{"href": "http://172.30.9.21:8774/flavors/7e84ce2c-c8eb-461b-813d-af0c1e719383", "rel": "bookmark"}]}, "id": "45fcba2a-452c-4b61-98c4-644583e2bddd", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-sec-grp"}, {"name": "default"}], "user_id": "d8b5bd52e9a9498abeac7c69e5c3412a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:14:39Z", "hostId": "8551c5456d6cd3f7cfcd71cb9a3521063cd94895f0168569da54974a", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-kp", "name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-inst", "created": "2018-10-26T10:13:57Z", "tenant_id": "370d1317d76943fa8c4a8776b6637584", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:14:41,458 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd used request id req-e335f3fc-3b06-40c1-9e45-c09bf080712f 2018-10-26 10:14:41,459 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-inst] is - ACTIVE 2018-10-26 10:14:41,459 - create_instance - INFO - VM is - ACTIVE 2018-10-26 10:14:41,462 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:14:41,907 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:14:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bd5bf821-6dca-45b9-8fa8-25df9b0b4334 x-compute-request-id: req-bd5bf821-6dca-45b9-8fa8-25df9b0b4334 Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:61:73", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:61:73", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/45fcba2a-452c-4b61-98c4-644583e2bddd", "rel": "bookmark"}], "image": {"id": "27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "links": [{"href": "http://172.30.9.21:8774/images/27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:14:03.000000", "flavor": {"id": "7e84ce2c-c8eb-461b-813d-af0c1e719383", "links": [{"href": "http://172.30.9.21:8774/flavors/7e84ce2c-c8eb-461b-813d-af0c1e719383", "rel": "bookmark"}]}, "id": "45fcba2a-452c-4b61-98c4-644583e2bddd", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-sec-grp"}, {"name": "default"}], "user_id": "d8b5bd52e9a9498abeac7c69e5c3412a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:14:39Z", "hostId": "8551c5456d6cd3f7cfcd71cb9a3521063cd94895f0168569da54974a", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-kp", "name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-inst", "created": "2018-10-26T10:13:57Z", "tenant_id": "370d1317d76943fa8c4a8776b6637584", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:14:41,907 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd used request id req-bd5bf821-6dca-45b9-8fa8-25df9b0b4334 2018-10-26 10:14:41,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:14:42,024 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-4e09f8bc-2262-45f3-896a-22625fdaf5af Date: Fri, 26 Oct 2018 10:14: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":["51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac"],"updated_at":"2018-10-26T10:13:33Z","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"370d1317d76943fa8c4a8776b6637584","id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","name":"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net"}]} 2018-10-26 10:14:42,024 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net used request id req-4e09f8bc-2262-45f3-896a-22625fdaf5af 2018-10-26 10:14:42,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/370d1317d76943fa8c4a8776b6637584 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:14:42,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:14:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b41b86c9-b734-4321-ad47-85da16fe52bc Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/370d1317d76943fa8c4a8776b6637584"}, "enabled": true, "id": "370d1317d76943fa8c4a8776b6637584", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-39cc234a-3097-485-proj"}} 2018-10-26 10:14:42,102 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/370d1317d76943fa8c4a8776b6637584 used request id req-b41b86c9-b734-4321-ad47-85da16fe52bc 2018-10-26 10:14:42,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b5fbc20c-5d2e-4a22-8e11-4e69a460f841 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:14:42,163 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-046f82d2-3777-4756-a315-fe4f791b2b93 Date: Fri, 26 Oct 2018 10:14:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:33Z","dns_nameservers":[],"updated_at":"2018-10-26T10:13: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":"370d1317d76943fa8c4a8776b6637584","id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-subnet"}]} 2018-10-26 10:14:42,163 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b5fbc20c-5d2e-4a22-8e11-4e69a460f841 used request id req-046f82d2-3777-4756-a315-fe4f791b2b93 2018-10-26 10:14:42,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=b5fbc20c-5d2e-4a22-8e11-4e69a460f841 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:14:42,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3903 X-Openstack-Request-Id: req-ec071a5d-a545-4f1d-ba78-7df3beb4a71e Date: Fri, 26 Oct 2018 10:14:42 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:13:56Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","ip_address":"10.55.1.1"}],"id":"47d19b11-45bb-43a0-a9fc-a706bed169f8","security_groups":[],"mac_address":"fa:16:3e:c3:42:5a","project_id":"370d1317d76943fa8c4a8776b6637584","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:42Z","binding:vnic_type":"normal","device_id":"879894b3-9f59-43a2-82fa-50dc5e8c7c52"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:13:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","ip_address":"10.55.1.2"}],"id":"65b8da08-78ef-45d9-bb7c-505ecf60052a","security_groups":[],"mac_address":"fa:16:3e:3d:70:23","project_id":"370d1317d76943fa8c4a8776b6637584","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:33Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b5fbc20c-5d2e-4a22-8e11-4e69a460f841"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:13:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","ip_address":"10.55.1.3"}],"id":"bb4dfa16-bf38-42a2-ac72-20d146af5219","security_groups":[],"mac_address":"fa:16:3e:b3:b3:a0","project_id":"370d1317d76943fa8c4a8776b6637584","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:34Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b5fbc20c-5d2e-4a22-8e11-4e69a460f841"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:13:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","ip_address":"10.55.1.4"}],"id":"c473d891-9ef3-49a5-8856-cc12a342ae01","security_groups":[],"mac_address":"fa:16:3e:fb:25:77","project_id":"370d1317d76943fa8c4a8776b6637584","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:35Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b5fbc20c-5d2e-4a22-8e11-4e69a460f841"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:14:08Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","ip_address":"10.55.1.11"}],"id":"fdc7a7fb-4671-48e2-8922-6987e609a20a","security_groups":["683eae00-b488-4339-8e76-a519cb3d83e2","7e872be6-2d22-4b74-b8aa-15512d3369e0"],"mac_address":"fa:16:3e:0c:61:73","project_id":"370d1317d76943fa8c4a8776b6637584","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85port-1","admin_state_up":true,"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:53Z","binding:vnic_type":"normal","device_id":"45fcba2a-452c-4b61-98c4-644583e2bddd"}]} 2018-10-26 10:14:42,267 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=b5fbc20c-5d2e-4a22-8e11-4e69a460f841 used request id req-ec071a5d-a545-4f1d-ba78-7df3beb4a71e 2018-10-26 10:14:42,268 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-26 10:14:42,270 - ansible_utils - WARNING - Unable to connect via SSH with message - [Errno None] Unable to connect to port 22 on 172.30.9.203 2018-10-26 10:14:42,270 - create_instance - DEBUG - Retry SSH connection in 3 seconds 2018-10-26 10:14:45,273 - create_instance - DEBUG - SSH connection timeout in 176.994461775 2018-10-26 10:14:45,274 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-26 10:14:45,275 - paramiko.transport - DEBUG - starting thread (client mode): 0x60070e90L 2018-10-26 10:14:45,276 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-26 10:14:45,276 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-26 10:14:45,276 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-26 10:14:45,278 - 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-26 10:14:45,278 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-26 10:14:45,278 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-26 10:14:45,278 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-26 10:14:45,278 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-26 10:14:45,278 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-26 10:14:45,296 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-26 10:14:45,297 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-26 10:14:45,309 - paramiko.transport - DEBUG - Trying key 131e84a771ce054d4ad23f9d46c164b6 from tmp/CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85 2018-10-26 10:14:45,334 - paramiko.transport - DEBUG - userauth is OK 2018-10-26 10:14:45,341 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-26 10:14:45,442 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-26 10:14:45,487 - create_instance - INFO - SSH is active for VM instance 2018-10-26 10:14:45,487 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-26 10:14:45,488 - paramiko.transport - DEBUG - starting thread (client mode): 0x60070d90L 2018-10-26 10:14:45,489 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-26 10:14:45,489 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-26 10:14:45,489 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-26 10:14:45,490 - 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-26 10:14:45,490 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-26 10:14:45,491 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-26 10:14:45,491 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-26 10:14:45,491 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-26 10:14:45,491 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-26 10:14:45,508 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-26 10:14:45,509 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-26 10:14:45,521 - paramiko.transport - DEBUG - Trying key 131e84a771ce054d4ad23f9d46c164b6 from tmp/CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85 2018-10-26 10:14:45,546 - paramiko.transport - DEBUG - userauth is OK 2018-10-26 10:14:45,549 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-26 10:14:45,553 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-26 10:14:45,554 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-10-26 10:14:45,554 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-26 10:14:45,556 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-26 10:14:45,557 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-26 10:14:45,561 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:14:46,085 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:14: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-a60ce5df-af42-47a8-a40d-a516f95f8e0d x-compute-request-id: req-a60ce5df-af42-47a8-a40d-a516f95f8e0d Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:61:73", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:61:73", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/45fcba2a-452c-4b61-98c4-644583e2bddd", "rel": "bookmark"}], "image": {"id": "27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "links": [{"href": "http://172.30.9.21:8774/images/27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:14:03.000000", "flavor": {"id": "7e84ce2c-c8eb-461b-813d-af0c1e719383", "links": [{"href": "http://172.30.9.21:8774/flavors/7e84ce2c-c8eb-461b-813d-af0c1e719383", "rel": "bookmark"}]}, "id": "45fcba2a-452c-4b61-98c4-644583e2bddd", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-sec-grp"}, {"name": "default"}], "user_id": "d8b5bd52e9a9498abeac7c69e5c3412a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:14:39Z", "hostId": "8551c5456d6cd3f7cfcd71cb9a3521063cd94895f0168569da54974a", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-kp", "name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-inst", "created": "2018-10-26T10:13:57Z", "tenant_id": "370d1317d76943fa8c4a8776b6637584", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:14:46,085 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd used request id req-a60ce5df-af42-47a8-a40d-a516f95f8e0d 2018-10-26 10:14:46,089 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" -d '{"reboot": {"type": "SOFT"}}' 2018-10-26 10:14:46,236 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10: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-ee7a81e5-be87-45aa-b196-36bc90b9b636 x-compute-request-id: req-ee7a81e5-be87-45aa-b196-36bc90b9b636 Content-Length: 0 Content-Type: application/json 2018-10-26 10:14:46,236 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd/action used request id req-ee7a81e5-be87-45aa-b196-36bc90b9b636 2018-10-26 10:15:01,244 - create_instance_tests - INFO - Looking for IP 10.55.1.11 in the console log 2018-10-26 10:15:01,247 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:15:01,733 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:15:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cea2628b-b3a9-4b2b-8c51-04bdab5a7739 x-compute-request-id: req-cea2628b-b3a9-4b2b-8c51-04bdab5a7739 Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:61:73", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:61:73", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/45fcba2a-452c-4b61-98c4-644583e2bddd", "rel": "bookmark"}], "image": {"id": "27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "links": [{"href": "http://172.30.9.21:8774/images/27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:14:03.000000", "flavor": {"id": "7e84ce2c-c8eb-461b-813d-af0c1e719383", "links": [{"href": "http://172.30.9.21:8774/flavors/7e84ce2c-c8eb-461b-813d-af0c1e719383", "rel": "bookmark"}]}, "id": "45fcba2a-452c-4b61-98c4-644583e2bddd", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-sec-grp"}, {"name": "default"}], "user_id": "d8b5bd52e9a9498abeac7c69e5c3412a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:14:49Z", "hostId": "8551c5456d6cd3f7cfcd71cb9a3521063cd94895f0168569da54974a", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-kp", "name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-inst", "created": "2018-10-26T10:13:57Z", "tenant_id": "370d1317d76943fa8c4a8776b6637584", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:15:01,733 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd used request id req-cea2628b-b3a9-4b2b-8c51-04bdab5a7739 2018-10-26 10:15:01,736 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-26 10:15:02,807 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:15:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3fb7a287-7e88-4340-9560-12c66be348b9 x-compute-request-id: req-3fb7a287-7e88-4340-9560-12c66be348b9 Content-Encoding: gzip Content-Length: 9492 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 488501579 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.126700] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.128367] pid_max: default: 32768 minimum: 301\n[ 0.129254] ACPI: Core revision 20150930\n[ 0.130610] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.131893] Security Framework initialized\n[ 0.132693] Yama: becoming mindful.\n[ 0.133405] AppArmor: AppArmor initialized\n[ 0.134242] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.135490] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.136716] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.137900] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.139286] Initializing cgroup subsys io\n[ 0.140075] Initializing cgroup subsys memory\n[ 0.140936] Initializing cgroup subsys devices\n[ 0.141803] Initializing cgroup subsys freezer\n[ 0.142649] Initializing cgroup subsys net_cls\n[ 0.143509] Initializing cgroup subsys perf_event\n[ 0.144391] Initializing cgroup subsys net_prio\n[ 0.145252] Initializing cgroup subsys hugetlb\n[ 0.146102] Initializing cgroup subsys pids\n[ 0.146956] CPU: Physical Processor ID: 0\n[ 0.148478] mce: CPU supports 10 MCE banks\n[ 0.149309] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.150290] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.152504] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.158792] ftrace: allocating 31920 entries in 125 pages\n[ 0.184495] smpboot: Max logical packages: 2\n[ 0.185325] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.186493] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.187812] x2apic enabled\n[ 0.188646] Switched APIC routing to physical x2apic.\n[ 0.190445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.191667] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.193800] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.195719] KVM setup paravirtual spinlock\n[ 0.197123] x86: Booting SMP configuration:\n[ 0.198014] .... node #0, CPUs: #1\n[ 0.198909] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.220612] x86: Booted up 1 node, 2 CPUs\n[ 0.220614] KVM setup async PF for cpu 1\n[ 0.220617] kvm-stealtime: cpu 1, msr f90d940\n[ 0.223144] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.224639] devtmpfs: initialized\n[ 0.226330] evm: security.selinux\n[ 0.227008] evm: security.SMACK64\n[ 0.227694] evm: security.SMACK64EXEC\n[ 0.228417] evm: security.SMACK64TRANSMUTE\n[ 0.229252] evm: security.SMACK64MMAP\n[ 0.229996] evm: security.ima\n[ 0.230623] evm: security.capability\n[ 0.231456] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.233339] pinctrl core: initialized pinctrl subsystem\n[ 0.234450] RTC time: 10:14:49, date: 10/26/18\n[ 0.235417] NET: Registered protocol family 16\n[ 0.245317] cpuidle: using governor ladder\n[ 0.257340] cpuidle: using governor menu\n[ 0.258148] PCCT header not found.\n[ 0.258918] ACPI: bus type PCI registered\n[ 0.259717] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.260942] PCI: Using configuration type 1 for base access\n[ 0.274367] ACPI: Added _OSI(Module Device)\n[ 0.275202] ACPI: Added _OSI(Processor Device)\n[ 0.276048] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.276928] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.279245] ACPI: Interpreter enabled\n[ 0.280000] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.281811] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.283633] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.285453] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.287283] ACPI: (supports S0 S5)\n[ 0.287978] ACPI: Using IOAPIC for interrupt routing\n[ 0.288912] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.292263] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.293388] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.294601] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.295779] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.297989] acpiphp: Slot [3] registered\n[ 0.298798] acpiphp: Slot [4] registered\n[ 0.299600] acpiphp: Slot [5] registered\n[ 0.300398] acpiphp: Slot [6] registered\n[ 0.301189] acpiphp: Slot [7] registered\n[ 0.301987] acpiphp: Slot [8] registered\n[ 0.302782] acpiphp: Slot [9] registered\n[ 0.303576] acpiphp: Slot [10] registered\n[ 0.314321] acpiphp: Slot [11] registered\n[ 0.315125] acpiphp: Slot [12] registered\n[ 0.315930] acpiphp: Slot [13] registered\n[ 0.316734] acpiphp: Slot [14] registered\n[ 0.317544] acpiphp: Slot [15] registered\n[ 0.318355] acpiphp: Slot [16] registered\n[ 0.319160] acpiphp: Slot [17] registered\n[ 0.319965] acpiphp: Slot [18] registered\n[ 0.320767] acpiphp: Slot [19] registered\n[ 0.321576] acpiphp: Slot [20] registered\n[ 0.322386] acpiphp: Slot [21] registered\n[ 0.323185] acpiphp: Slot [22] registered\n[ 0.323990] acpiphp: Slot [23] registered\n[ 0.324795] acpiphp: Slot [24] registered\n[ 0.325598] acpiphp: Slot [25] registered\n[ 0.326404] acpiphp: Slot [26] registered\n[ 0.327210] acpiphp: Slot [27] registered\n[ 0.328010] acpiphp: Slot [28] registered\n[ 0.328810] acpiphp: Slot [29] registered\n[ 0.329612] acpiphp: Slot [30] registered\n[ 0.330418] acpiphp: Slot [31] registered\n[ 0.331216] PCI host bridge to bus 0000:00\n[ 0.332015] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.333213] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.334416] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.335848] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.337289] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.343596] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.344865] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.346022] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.347277] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.353587] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.355003] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.400986] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.402476] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.403916] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.405328] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.406707] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.407990] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.409187] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.410317] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.411857] vgaarb: loaded\n[ 0.412459] vgaarb: bridge control possible 0000:00:02.0\n[ 0.413612] SCSI subsystem initialized\n[ 0.414449] ACPI: bus type USB registered\n[ 0.415264] usbcore: registered new interface driver usbfs\n[ 0.416299] usbcore: registered new interface driver hub\n[ 0.417301] usbcore: registered new device driver usb\n[ 0.418396] PCI: Using ACPI for IRQ routing\n[ 0.419424] NetLabel: Initializing\n[ 0.420135] NetLabel: domain hash size = 128\n[ 0.420990] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.421943] NetLabel: unlabeled traffic allowed by default\n[ 0.423080] clocksource: Switched to clocksource kvm-clock\n[ 0.429089] AppArmor: AppArmor Filesystem Enabled\n[ 0.430067] pnp: PnP ACPI init\n[ 0.430995] pnp: PnP ACPI: found 5 devices\n[ 0.438106] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.439816] NET: Registered protocol family 2\n[ 0.440810] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.442071] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.443240] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.444393] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.445459] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446616] NET: Registered protocol family 1\n[ 0.447482] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.448576] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.449639] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.468111] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.487001] Trying to unpack rootfs image as initramfs...\n[ 0.537760] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.551958] Scanning for low memory corruption every 60 seconds\n[ 0.553337] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.554464] audit: initializing netlink subsys (disabled)\n[ 0.555485] audit: type=2000 audit(1540548890.265:1): initialized\n[ 0.556779] Initialise system trusted keyring\n[ 0.557741] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.558886] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.561050] zbud: loaded\n[ 0.561799] VFS: Disk quotas dquot_6.6.0\n[ 0.562607] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.564172] fuse init (API version 7.23)\n[ 0.565054] Key type big_key registered\n[ 0.565846] Allocating IMA MOK and blacklist keyrings.\n[ 0.567038] Key type asymmetric registered\n[ 0.567857] Asymmetric key parser 'x509' registered\n[ 0.568805] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.570278] io scheduler noop registered\n[ 0.571056] io scheduler deadline registered (default)\n[ 0.572041] io scheduler cfq registered\n[ 0.572873] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.573900] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.575155] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.576591] ACPI: Power Button [PWRF]\n[ 0.577462] GHES: HEST is not enabled!\n[ 0.595835] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.633040] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.635324] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.659265] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.661786] Linux agpgart interface v0.103\n[ 0.664019] brd: module loaded\n[ 0.665356] loop: module loaded\n[ 0.670608] vda: vda1 vda15\n[ 0.672029] scsi host0: ata_piix\n[ 0.672784] scsi host1: ata_piix\n[ 0.673481] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.674667] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.676246] libphy: Fixed MDIO Bus: probed\n[ 0.677043] tun: Universal TUN/TAP device driver, 1.6\n[ 0.677989] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.679898] PPP generic driver version 2.4.2\n[ 0.680771] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.681998] ehci-pci: EHCI PCI platform driver\n[ 0.682854] ehci-platform: EHCI generic platform driver\n[ 0.683830] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.684942] ohci-pci: OHCI PCI platform driver\n[ 0.685799] ohci-platform: OHCI generic platform driver\n[ 0.686764] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.705761] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.706741] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.708173] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.709152] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.710248] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.711458] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.712850] usb usb1: Product: UHCI Host Controller\n[ 0.713761] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.714874] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.715835] hub 1-0:1.0: USB hub found\n[ 0.716608] hub 1-0:1.0: 2 ports detected\n[ 0.717496] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.719580] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.720513] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.721513] mousedev: PS/2 mouse device common for all mice\n[ 0.722665] rtc_cmos 00:00: RTC can wake from S4\n[ 0.723874] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.726078] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.727709] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.729270] i2c /dev entries driver\n[ 0.730227] device-mapper: uevent: version 1.0.3\n[ 0.731437] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.733553] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.735238] NET: Registered protocol family 10\n[ 0.736505] NET: Registered protocol family 17\n[ 0.737674] Key type dns_resolver registered\n[ 0.738860] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.740283] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.741721] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.743976] registered taskstats version 1\n[ 0.745040] Loading compiled-in X.509 certificates\n[ 0.746711] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.749098] zswap: loaded using pool lzo/zbud\n[ 0.750825] Key type trusted registered\n[ 0.752715] Key type encrypted registered\n[ 0.753793] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.755149] ima: No TPM chip found, activating TPM-bypass!\n[ 0.756479] evm: HMAC attrs: 0x1\n[ 0.757598] Magic number: 6:207:225\n[ 0.758710] rtc_cmos 00:00: setting system clock to 2018-10-26 10:14:50 UTC (1540548890)\n[ 0.760817] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.762280] EDD information not available.\n[ 0.832236] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.834224] Write protecting the kernel read-only data: 14336k\n[ 0.845976] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.848289] 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: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.89\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.100793] 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.11...\nLease of 10.55.1.11 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.11. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQChmKA3+lwe07mAvRyfdbrzu3n2jz14GgakmV1M2PqLHYUeHUIqF0sakNotgWbrIcyhDWxGnqf1tjqDRQB6yYRTH2q2PjRCLR707+GS8T8cPNSY/KTrMIhkyZl0M/ilZv+zQoG3BR2rMRzUZ1vHjDH3vajtCduqtNbVh5F1X5zz4mLFLl8XzfygQ4M0T+vZS1Tb0lS+dJAfjxRtonoTb0b76OOUL1R3VS5bflEAcF/GnadimhXa/D84Yn8Z3q1mTu8i7RHm6Eg22lop5+SvQJk1A/0gC8rwP4aXQPFKU3vWvfOyR+lF4zxXHLRiIdaEQNtt/r0aKd7zBruyIsJmBnwb root@createinstancesinglenetworktests-158c8ed9-0902-4a09-851b-3be7bc\nssh-dss AAAAB3NzaC1kc3MAAACBAKTaWziq7+iHIDqALRevPCZ39zDZhSdEPdc9RcumspJrVWdUMfzbdLarEIyX1yQJlSYINzIxzwKxyIlsRv7+wd+nxEj9aJRDVsfNr+1ir0GSBmU8gRdBp590tzpleByAfMw8UP1pi40yUnivqO6fCv1B8pmhDgN3ORH4Vjhuhje7AAAAFQCxvWDT5EAVVekvhukmRUA0ir2f8QAAAIAE4yw1iKBHXE1zLWz3iYCN7wfp8vakyQiZl3jA1ewTqs2EtljYOB/Fop2LTKQf1pRyvYKBAR2VIJewXE9PsYrvfon9pFyomZz6c9/0VqdQ3C2nrUlxEq0kt6nXTsbWPxIZG60DyHVHUOanxlrJqzIzfXHBkik6E+QpqC91x8sWEQAAAIBlZx8TlHRfgW1nc9OjS/TMdmm0clZb8KROwWEQq0S8K6rX2Ueors0dWsxs3DnGG3UI5jsHX6SktkQbgBA+ZasD7G0YuAdjznESoFg5KeQ4ukTk3CxnQAjPp6GHRis7npkk8t4nLCu5l+E1sLL2KyeFbGXVJrwapbtQEW+ueII7PQ== root@createinstancesinglenetworktests-158c8ed9-0902-4a09-851b-3be7bc\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.11,24,fe80::f816:3eff:fe0c:6173/64,\nip-route:default via 10.55.1.1 dev eth0 \nip-route:10.55.1.0/24 dev eth0 src 10.55.1.11 \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-158c8ed9-0902-4a09-851b-3be7bc\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=1.96 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-158c8ed9-0902-4a09-851b-3be7bc login: "} 2018-10-26 10:15:02,807 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd/action used request id req-3fb7a287-7e88-4340-9560-12c66be348b9 2018-10-26 10:15:02,809 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-26 10:15:02,809 - 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 488501579 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.126700] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.128367] pid_max: default: 32768 minimum: 301 [ 0.129254] ACPI: Core revision 20150930 [ 0.130610] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.131893] Security Framework initialized [ 0.132693] Yama: becoming mindful. [ 0.133405] AppArmor: AppArmor initialized [ 0.134242] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.135490] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.136716] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.137900] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.139286] Initializing cgroup subsys io [ 0.140075] Initializing cgroup subsys memory [ 0.140936] Initializing cgroup subsys devices [ 0.141803] Initializing cgroup subsys freezer [ 0.142649] Initializing cgroup subsys net_cls [ 0.143509] Initializing cgroup subsys perf_event [ 0.144391] Initializing cgroup subsys net_prio [ 0.145252] Initializing cgroup subsys hugetlb [ 0.146102] Initializing cgroup subsys pids [ 0.146956] CPU: Physical Processor ID: 0 [ 0.148478] mce: CPU supports 10 MCE banks [ 0.149309] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.150290] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.152504] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.158792] ftrace: allocating 31920 entries in 125 pages [ 0.184495] smpboot: Max logical packages: 2 [ 0.185325] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.186493] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.187812] x2apic enabled [ 0.188646] Switched APIC routing to physical x2apic. [ 0.190445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.191667] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.193800] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.195719] KVM setup paravirtual spinlock [ 0.197123] x86: Booting SMP configuration: [ 0.198014] .... node #0, CPUs: #1 [ 0.198909] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.220612] x86: Booted up 1 node, 2 CPUs [ 0.220614] KVM setup async PF for cpu 1 [ 0.220617] kvm-stealtime: cpu 1, msr f90d940 [ 0.223144] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.224639] devtmpfs: initialized [ 0.226330] evm: security.selinux [ 0.227008] evm: security.SMACK64 [ 0.227694] evm: security.SMACK64EXEC [ 0.228417] evm: security.SMACK64TRANSMUTE [ 0.229252] evm: security.SMACK64MMAP [ 0.229996] evm: security.ima [ 0.230623] evm: security.capability [ 0.231456] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.233339] pinctrl core: initialized pinctrl subsystem [ 0.234450] RTC time: 10:14:49, date: 10/26/18 [ 0.235417] NET: Registered protocol family 16 [ 0.245317] cpuidle: using governor ladder [ 0.257340] cpuidle: using governor menu [ 0.258148] PCCT header not found. [ 0.258918] ACPI: bus type PCI registered [ 0.259717] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.260942] PCI: Using configuration type 1 for base access [ 0.274367] ACPI: Added _OSI(Module Device) [ 0.275202] ACPI: Added _OSI(Processor Device) [ 0.276048] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.276928] ACPI: Added _OSI(Processor Aggregator Device) [ 0.279245] ACPI: Interpreter enabled [ 0.280000] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.281811] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.283633] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.285453] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.287283] ACPI: (supports S0 S5) [ 0.287978] ACPI: Using IOAPIC for interrupt routing [ 0.288912] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.292263] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.293388] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.294601] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.295779] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.297989] acpiphp: Slot [3] registered [ 0.298798] acpiphp: Slot [4] registered [ 0.299600] acpiphp: Slot [5] registered [ 0.300398] acpiphp: Slot [6] registered [ 0.301189] acpiphp: Slot [7] registered [ 0.301987] acpiphp: Slot [8] registered [ 0.302782] acpiphp: Slot [9] registered [ 0.303576] acpiphp: Slot [10] registered [ 0.314321] acpiphp: Slot [11] registered [ 0.315125] acpiphp: Slot [12] registered [ 0.315930] acpiphp: Slot [13] registered [ 0.316734] acpiphp: Slot [14] registered [ 0.317544] acpiphp: Slot [15] registered [ 0.318355] acpiphp: Slot [16] registered [ 0.319160] acpiphp: Slot [17] registered [ 0.319965] acpiphp: Slot [18] registered [ 0.320767] acpiphp: Slot [19] registered [ 0.321576] acpiphp: Slot [20] registered [ 0.322386] acpiphp: Slot [21] registered [ 0.323185] acpiphp: Slot [22] registered [ 0.323990] acpiphp: Slot [23] registered [ 0.324795] acpiphp: Slot [24] registered [ 0.325598] acpiphp: Slot [25] registered [ 0.326404] acpiphp: Slot [26] registered [ 0.327210] acpiphp: Slot [27] registered [ 0.328010] acpiphp: Slot [28] registered [ 0.328810] acpiphp: Slot [29] registered [ 0.329612] acpiphp: Slot [30] registered [ 0.330418] acpiphp: Slot [31] registered [ 0.331216] PCI host bridge to bus 0000:00 [ 0.332015] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.333213] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.334416] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.335848] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.337289] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.343596] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.344865] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.346022] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.347277] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353587] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355003] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.400986] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.402476] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.403916] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.405328] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.406707] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.407990] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.409187] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.410317] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.411857] vgaarb: loaded [ 0.412459] vgaarb: bridge control possible 0000:00:02.0 [ 0.413612] SCSI subsystem initialized [ 0.414449] ACPI: bus type USB registered [ 0.415264] usbcore: registered new interface driver usbfs [ 0.416299] usbcore: registered new interface driver hub [ 0.417301] usbcore: registered new device driver usb [ 0.418396] PCI: Using ACPI for IRQ routing [ 0.419424] NetLabel: Initializing [ 0.420135] NetLabel: domain hash size = 128 [ 0.420990] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.421943] NetLabel: unlabeled traffic allowed by default [ 0.423080] clocksource: Switched to clocksource kvm-clock [ 0.429089] AppArmor: AppArmor Filesystem Enabled [ 0.430067] pnp: PnP ACPI init [ 0.430995] pnp: PnP ACPI: found 5 devices [ 0.438106] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.439816] NET: Registered protocol family 2 [ 0.440810] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.442071] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.443240] TCP: Hash tables configured (established 2048 bind 2048) [ 0.444393] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.445459] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.446616] NET: Registered protocol family 1 [ 0.447482] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.448576] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.449639] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.468111] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.487001] Trying to unpack rootfs image as initramfs... [ 0.537760] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.551958] Scanning for low memory corruption every 60 seconds [ 0.553337] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.554464] audit: initializing netlink subsys (disabled) [ 0.555485] audit: type=2000 audit(1540548890.265:1): initialized [ 0.556779] Initialise system trusted keyring [ 0.557741] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.558886] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.561050] zbud: loaded [ 0.561799] VFS: Disk quotas dquot_6.6.0 [ 0.562607] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.564172] fuse init (API version 7.23) [ 0.565054] Key type big_key registered [ 0.565846] Allocating IMA MOK and blacklist keyrings. [ 0.567038] Key type asymmetric registered [ 0.567857] Asymmetric key parser 'x509' registered [ 0.568805] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.570278] io scheduler noop registered [ 0.571056] io scheduler deadline registered (default) [ 0.572041] io scheduler cfq registered [ 0.572873] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.573900] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.575155] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.576591] ACPI: Power Button [PWRF] [ 0.577462] GHES: HEST is not enabled! [ 0.595835] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.633040] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.635324] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.659265] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661786] Linux agpgart interface v0.103 [ 0.664019] brd: module loaded [ 0.665356] loop: module loaded [ 0.670608] vda: vda1 vda15 [ 0.672029] scsi host0: ata_piix [ 0.672784] scsi host1: ata_piix [ 0.673481] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.674667] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.676246] libphy: Fixed MDIO Bus: probed [ 0.677043] tun: Universal TUN/TAP device driver, 1.6 [ 0.677989] tun: (C) 1999-2004 Max Krasnyansky [ 0.679898] PPP generic driver version 2.4.2 [ 0.680771] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.681998] ehci-pci: EHCI PCI platform driver [ 0.682854] ehci-platform: EHCI generic platform driver [ 0.683830] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.684942] ohci-pci: OHCI PCI platform driver [ 0.685799] ohci-platform: OHCI generic platform driver [ 0.686764] uhci_hcd: USB Universal Host Controller Interface driver [ 0.705761] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.706741] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.708173] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.709152] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.710248] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.711458] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.712850] usb usb1: Product: UHCI Host Controller [ 0.713761] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.714874] usb usb1: SerialNumber: 0000:00:01.2 [ 0.715835] hub 1-0:1.0: USB hub found [ 0.716608] hub 1-0:1.0: 2 ports detected [ 0.717496] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.719580] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.720513] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.721513] mousedev: PS/2 mouse device common for all mice [ 0.722665] rtc_cmos 00:00: RTC can wake from S4 [ 0.723874] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.726078] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.727709] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.729270] i2c /dev entries driver [ 0.730227] device-mapper: uevent: version 1.0.3 [ 0.731437] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.733553] ledtrig-cpu: registered to indicate activity on CPUs [ 0.735238] NET: Registered protocol family 10 [ 0.736505] NET: Registered protocol family 17 [ 0.737674] Key type dns_resolver registered [ 0.738860] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.740283] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741721] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743976] registered taskstats version 1 [ 0.745040] Loading compiled-in X.509 certificates [ 0.746711] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.749098] zswap: loaded using pool lzo/zbud [ 0.750825] Key type trusted registered [ 0.752715] Key type encrypted registered [ 0.753793] AppArmor: AppArmor sha1 policy hashing enabled [ 0.755149] ima: No TPM chip found, activating TPM-bypass! [ 0.756479] evm: HMAC attrs: 0x1 [ 0.757598] Magic number: 6:207:225 [ 0.758710] rtc_cmos 00:00: setting system clock to 2018-10-26 10:14:50 UTC (1540548890) [ 0.760817] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.762280] EDD information not available. [ 0.832236] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.834224] Write protecting the kernel read-only data: 14336k [ 0.845976] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.848289] 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: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.89 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.100793] 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.11... Lease of 10.55.1.11 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.11. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQChmKA3+lwe07mAvRyfdbrzu3n2jz14GgakmV1M2PqLHYUeHUIqF0sakNotgWbrIcyhDWxGnqf1tjqDRQB6yYRTH2q2PjRCLR707+GS8T8cPNSY/KTrMIhkyZl0M/ilZv+zQoG3BR2rMRzUZ1vHjDH3vajtCduqtNbVh5F1X5zz4mLFLl8XzfygQ4M0T+vZS1Tb0lS+dJAfjxRtonoTb0b76OOUL1R3VS5bflEAcF/GnadimhXa/D84Yn8Z3q1mTu8i7RHm6Eg22lop5+SvQJk1A/0gC8rwP4aXQPFKU3vWvfOyR+lF4zxXHLRiIdaEQNtt/r0aKd7zBruyIsJmBnwb root@createinstancesinglenetworktests-158c8ed9-0902-4a09-851b-3be7bc ssh-dss AAAAB3NzaC1kc3MAAACBAKTaWziq7+iHIDqALRevPCZ39zDZhSdEPdc9RcumspJrVWdUMfzbdLarEIyX1yQJlSYINzIxzwKxyIlsRv7+wd+nxEj9aJRDVsfNr+1ir0GSBmU8gRdBp590tzpleByAfMw8UP1pi40yUnivqO6fCv1B8pmhDgN3ORH4Vjhuhje7AAAAFQCxvWDT5EAVVekvhukmRUA0ir2f8QAAAIAE4yw1iKBHXE1zLWz3iYCN7wfp8vakyQiZl3jA1ewTqs2EtljYOB/Fop2LTKQf1pRyvYKBAR2VIJewXE9PsYrvfon9pFyomZz6c9/0VqdQ3C2nrUlxEq0kt6nXTsbWPxIZG60DyHVHUOanxlrJqzIzfXHBkik6E+QpqC91x8sWEQAAAIBlZx8TlHRfgW1nc9OjS/TMdmm0clZb8KROwWEQq0S8K6rX2Ueors0dWsxs3DnGG3UI5jsHX6SktkQbgBA+ZasD7G0YuAdjznESoFg5KeQ4ukTk3CxnQAjPp6GHRis7npkk8t4nLCu5l+E1sLL2KyeFbGXVJrwapbtQEW+ueII7PQ== root@createinstancesinglenetworktests-158c8ed9-0902-4a09-851b-3be7bc -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.1.11,24,fe80::f816:3eff:fe0c:6173/64, ip-route:default via 10.55.1.1 dev eth0 ip-route:10.55.1.0/24 dev eth0 src 10.55.1.11 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-158c8ed9-0902-4a09-851b-3be7bc launch-index: 0 === cirros: current=0.4.0 uptime=1.96 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-158c8ed9-0902-4a09-851b-3be7bc login: 2018-10-26 10:15:02,810 - create_instance - INFO - Checking if VM is active 2018-10-26 10:15:02,812 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:15:03,179 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:15:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-87c3607e-6ce8-48ce-867f-826acd73a0b7 x-compute-request-id: req-87c3607e-6ce8-48ce-867f-826acd73a0b7 Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:61:73", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:61:73", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/45fcba2a-452c-4b61-98c4-644583e2bddd", "rel": "bookmark"}], "image": {"id": "27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "links": [{"href": "http://172.30.9.21:8774/images/27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:14:03.000000", "flavor": {"id": "7e84ce2c-c8eb-461b-813d-af0c1e719383", "links": [{"href": "http://172.30.9.21:8774/flavors/7e84ce2c-c8eb-461b-813d-af0c1e719383", "rel": "bookmark"}]}, "id": "45fcba2a-452c-4b61-98c4-644583e2bddd", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-sec-grp"}, {"name": "default"}], "user_id": "d8b5bd52e9a9498abeac7c69e5c3412a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:14:49Z", "hostId": "8551c5456d6cd3f7cfcd71cb9a3521063cd94895f0168569da54974a", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-kp", "name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-inst", "created": "2018-10-26T10:13:57Z", "tenant_id": "370d1317d76943fa8c4a8776b6637584", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:15:03,179 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd used request id req-87c3607e-6ce8-48ce-867f-826acd73a0b7 2018-10-26 10:15:03,179 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-inst] is - ACTIVE 2018-10-26 10:15:03,180 - create_instance - INFO - VM is - ACTIVE 2018-10-26 10:15:03,182 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:15:03,675 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:15:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e32ce845-35b3-454f-8da8-cf17f6c73903 x-compute-request-id: req-e32ce845-35b3-454f-8da8-cf17f6c73903 Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:61:73", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:61:73", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/45fcba2a-452c-4b61-98c4-644583e2bddd", "rel": "bookmark"}], "image": {"id": "27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "links": [{"href": "http://172.30.9.21:8774/images/27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:14:03.000000", "flavor": {"id": "7e84ce2c-c8eb-461b-813d-af0c1e719383", "links": [{"href": "http://172.30.9.21:8774/flavors/7e84ce2c-c8eb-461b-813d-af0c1e719383", "rel": "bookmark"}]}, "id": "45fcba2a-452c-4b61-98c4-644583e2bddd", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-sec-grp"}, {"name": "default"}], "user_id": "d8b5bd52e9a9498abeac7c69e5c3412a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:14:49Z", "hostId": "8551c5456d6cd3f7cfcd71cb9a3521063cd94895f0168569da54974a", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-kp", "name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-inst", "created": "2018-10-26T10:13:57Z", "tenant_id": "370d1317d76943fa8c4a8776b6637584", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:15:03,675 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd used request id req-e32ce845-35b3-454f-8da8-cf17f6c73903 2018-10-26 10:15:03,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:15:03,784 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-b481df79-955f-4f56-b38f-6ab6646c40a6 Date: Fri, 26 Oct 2018 10:15: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":["51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac"],"updated_at":"2018-10-26T10:13:33Z","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"370d1317d76943fa8c4a8776b6637584","id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","name":"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net"}]} 2018-10-26 10:15:03,784 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net used request id req-b481df79-955f-4f56-b38f-6ab6646c40a6 2018-10-26 10:15:03,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/370d1317d76943fa8c4a8776b6637584 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:15:03,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:15:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9231d347-138b-48bc-9502-c9a83bc53c22 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/370d1317d76943fa8c4a8776b6637584"}, "enabled": true, "id": "370d1317d76943fa8c4a8776b6637584", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-39cc234a-3097-485-proj"}} 2018-10-26 10:15:03,873 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/370d1317d76943fa8c4a8776b6637584 used request id req-9231d347-138b-48bc-9502-c9a83bc53c22 2018-10-26 10:15:03,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b5fbc20c-5d2e-4a22-8e11-4e69a460f841 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:15:03,935 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-11523094-4148-4f43-91da-1280125aa6e0 Date: Fri, 26 Oct 2018 10:15:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:33Z","dns_nameservers":[],"updated_at":"2018-10-26T10:13: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":"370d1317d76943fa8c4a8776b6637584","id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-subnet"}]} 2018-10-26 10:15:03,935 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b5fbc20c-5d2e-4a22-8e11-4e69a460f841 used request id req-11523094-4148-4f43-91da-1280125aa6e0 2018-10-26 10:15:03,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=b5fbc20c-5d2e-4a22-8e11-4e69a460f841 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:15:04,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3903 X-Openstack-Request-Id: req-65121de6-dbcf-42dc-b16a-2042159add2f Date: Fri, 26 Oct 2018 10:15:04 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:13:56Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","ip_address":"10.55.1.1"}],"id":"47d19b11-45bb-43a0-a9fc-a706bed169f8","security_groups":[],"mac_address":"fa:16:3e:c3:42:5a","project_id":"370d1317d76943fa8c4a8776b6637584","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:42Z","binding:vnic_type":"normal","device_id":"879894b3-9f59-43a2-82fa-50dc5e8c7c52"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:13:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","ip_address":"10.55.1.2"}],"id":"65b8da08-78ef-45d9-bb7c-505ecf60052a","security_groups":[],"mac_address":"fa:16:3e:3d:70:23","project_id":"370d1317d76943fa8c4a8776b6637584","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:33Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b5fbc20c-5d2e-4a22-8e11-4e69a460f841"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:13:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","ip_address":"10.55.1.3"}],"id":"bb4dfa16-bf38-42a2-ac72-20d146af5219","security_groups":[],"mac_address":"fa:16:3e:b3:b3:a0","project_id":"370d1317d76943fa8c4a8776b6637584","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:34Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b5fbc20c-5d2e-4a22-8e11-4e69a460f841"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:13:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","ip_address":"10.55.1.4"}],"id":"c473d891-9ef3-49a5-8856-cc12a342ae01","security_groups":[],"mac_address":"fa:16:3e:fb:25:77","project_id":"370d1317d76943fa8c4a8776b6637584","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:35Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b5fbc20c-5d2e-4a22-8e11-4e69a460f841"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:14:08Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","ip_address":"10.55.1.11"}],"id":"fdc7a7fb-4671-48e2-8922-6987e609a20a","security_groups":["683eae00-b488-4339-8e76-a519cb3d83e2","7e872be6-2d22-4b74-b8aa-15512d3369e0"],"mac_address":"fa:16:3e:0c:61:73","project_id":"370d1317d76943fa8c4a8776b6637584","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85port-1","admin_state_up":true,"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:53Z","binding:vnic_type":"normal","device_id":"45fcba2a-452c-4b61-98c4-644583e2bddd"}]} 2018-10-26 10:15:04,039 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=b5fbc20c-5d2e-4a22-8e11-4e69a460f841 used request id req-65121de6-dbcf-42dc-b16a-2042159add2f 2018-10-26 10:15:04,040 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-26 10:15:04,042 - paramiko.transport - DEBUG - starting thread (client mode): 0x60087910L 2018-10-26 10:15:04,043 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-26 10:15:04,043 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-26 10:15:04,043 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-26 10:15:04,045 - 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-26 10:15:04,045 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-26 10:15:04,045 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-26 10:15:04,045 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-26 10:15:04,045 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-26 10:15:04,045 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-26 10:15:04,062 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-26 10:15:04,063 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-26 10:15:04,075 - paramiko.transport - DEBUG - Trying key 131e84a771ce054d4ad23f9d46c164b6 from tmp/CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85 2018-10-26 10:15:04,100 - paramiko.transport - DEBUG - userauth is OK 2018-10-26 10:15:04,106 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-26 10:15:04,206 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-26 10:15:04,221 - create_instance - INFO - SSH is active for VM instance 2018-10-26 10:15:04,221 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-26 10:15:04,223 - paramiko.transport - DEBUG - starting thread (client mode): 0x60087910L 2018-10-26 10:15:04,223 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-26 10:15:04,223 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-26 10:15:04,224 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-26 10:15:04,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-26 10:15:04,225 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-26 10:15:04,225 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-26 10:15:04,225 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-26 10:15:04,225 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-26 10:15:04,226 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-26 10:15:04,242 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-26 10:15:04,243 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-26 10:15:04,256 - paramiko.transport - DEBUG - Trying key 131e84a771ce054d4ad23f9d46c164b6 from tmp/CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85 2018-10-26 10:15:04,280 - paramiko.transport - DEBUG - userauth is OK 2018-10-26 10:15:04,284 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-26 10:15:04,288 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-26 10:15:04,289 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-10-26 10:15:04,289 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-26 10:15:04,290 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-26 10:15:04,292 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-26 10:15:04,296 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:15:04,774 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:15:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1b94f280-a370-425e-b067-583dc9b6d650 x-compute-request-id: req-1b94f280-a370-425e-b067-583dc9b6d650 Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:61:73", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:61:73", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/45fcba2a-452c-4b61-98c4-644583e2bddd", "rel": "bookmark"}], "image": {"id": "27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "links": [{"href": "http://172.30.9.21:8774/images/27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:14:03.000000", "flavor": {"id": "7e84ce2c-c8eb-461b-813d-af0c1e719383", "links": [{"href": "http://172.30.9.21:8774/flavors/7e84ce2c-c8eb-461b-813d-af0c1e719383", "rel": "bookmark"}]}, "id": "45fcba2a-452c-4b61-98c4-644583e2bddd", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-sec-grp"}, {"name": "default"}], "user_id": "d8b5bd52e9a9498abeac7c69e5c3412a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:14:49Z", "hostId": "8551c5456d6cd3f7cfcd71cb9a3521063cd94895f0168569da54974a", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-kp", "name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-inst", "created": "2018-10-26T10:13:57Z", "tenant_id": "370d1317d76943fa8c4a8776b6637584", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:15:04,774 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd used request id req-1b94f280-a370-425e-b067-583dc9b6d650 2018-10-26 10:15:04,777 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" -d '{"reboot": {"type": "HARD"}}' 2018-10-26 10:15:04,919 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10:15:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3d54b9fc-f289-46f6-afa7-f928fb199bb8 x-compute-request-id: req-3d54b9fc-f289-46f6-afa7-f928fb199bb8 Content-Length: 0 Content-Type: application/json 2018-10-26 10:15:04,919 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd/action used request id req-3d54b9fc-f289-46f6-afa7-f928fb199bb8 2018-10-26 10:15:19,935 - create_instance_tests - INFO - Looking for IP 10.55.1.11 in the console log 2018-10-26 10:15:19,938 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:15:20,302 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:15: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-175a4da3-baab-40fd-b2a3-d32f3b34c935 x-compute-request-id: req-175a4da3-baab-40fd-b2a3-d32f3b34c935 Content-Encoding: gzip Content-Length: 793 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:61:73", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:61:73", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/45fcba2a-452c-4b61-98c4-644583e2bddd", "rel": "bookmark"}], "image": {"id": "27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "links": [{"href": "http://172.30.9.21:8774/images/27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:14:03.000000", "flavor": {"id": "7e84ce2c-c8eb-461b-813d-af0c1e719383", "links": [{"href": "http://172.30.9.21:8774/flavors/7e84ce2c-c8eb-461b-813d-af0c1e719383", "rel": "bookmark"}]}, "id": "45fcba2a-452c-4b61-98c4-644583e2bddd", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-sec-grp"}, {"name": "default"}], "user_id": "d8b5bd52e9a9498abeac7c69e5c3412a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:15:06Z", "hostId": "8551c5456d6cd3f7cfcd71cb9a3521063cd94895f0168569da54974a", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-kp", "name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-inst", "created": "2018-10-26T10:13:57Z", "tenant_id": "370d1317d76943fa8c4a8776b6637584", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:15:20,302 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd used request id req-175a4da3-baab-40fd-b2a3-d32f3b34c935 2018-10-26 10:15:20,305 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-26 10:15:21,399 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:15: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-7ad4daf2-7df2-4528-97a0-fefffcda900b x-compute-request-id: req-7ad4daf2-7df2-4528-97a0-fefffcda900b Content-Encoding: gzip Content-Length: 9505 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 482284057 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.131592] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133296] pid_max: default: 32768 minimum: 301\n[ 0.134213] ACPI: Core revision 20150930\n[ 0.135617] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136961] Security Framework initialized\n[ 0.137798] Yama: becoming mindful.\n[ 0.138553] AppArmor: AppArmor initialized\n[ 0.139429] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140749] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.142041] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.143265] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.144651] Initializing cgroup subsys io\n[ 0.145483] Initializing cgroup subsys memory\n[ 0.146368] Initializing cgroup subsys devices\n[ 0.147269] Initializing cgroup subsys freezer\n[ 0.148158] Initializing cgroup subsys net_cls\n[ 0.149042] Initializing cgroup subsys perf_event\n[ 0.149968] Initializing cgroup subsys net_prio\n[ 0.150874] Initializing cgroup subsys hugetlb\n[ 0.151763] Initializing cgroup subsys pids\n[ 0.152658] CPU: Physical Processor ID: 0\n[ 0.154187] mce: CPU supports 10 MCE banks\n[ 0.155074] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156108] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.158399] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.164841] ftrace: allocating 31920 entries in 125 pages\n[ 0.190984] smpboot: Max logical packages: 2\n[ 0.191856] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.193083] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.194461] x2apic enabled\n[ 0.195317] Switched APIC routing to physical x2apic.\n[ 0.197113] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198665] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201342] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203782] KVM setup paravirtual spinlock\n[ 0.205417] x86: Booting SMP configuration:\n[ 0.206562] .... node #0, CPUs: #1\n[ 0.207703] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.230005] x86: Booted up 1 node, 2 CPUs\n[ 0.230006] KVM setup async PF for cpu 1\n[ 0.230010] kvm-stealtime: cpu 1, msr f90d940\n[ 0.232665] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.234216] devtmpfs: initialized\n[ 0.235958] evm: security.selinux\n[ 0.236670] evm: security.SMACK64\n[ 0.237394] evm: security.SMACK64EXEC\n[ 0.238182] evm: security.SMACK64TRANSMUTE\n[ 0.239027] evm: security.SMACK64MMAP\n[ 0.239793] evm: security.ima\n[ 0.240445] evm: security.capability\n[ 0.241306] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.243298] pinctrl core: initialized pinctrl subsystem\n[ 0.244455] RTC time: 10:15:05, date: 10/26/18\n[ 0.245465] NET: Registered protocol family 16\n[ 0.255298] cpuidle: using governor ladder\n[ 0.267395] cpuidle: using governor menu\n[ 0.268194] PCCT header not found.\n[ 0.268969] ACPI: bus type PCI registered\n[ 0.269756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.270983] PCI: Using configuration type 1 for base access\n[ 0.284389] ACPI: Added _OSI(Module Device)\n[ 0.285226] ACPI: Added _OSI(Processor Device)\n[ 0.286066] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.286940] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.289287] ACPI: Interpreter enabled\n[ 0.290043] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.291846] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.293657] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.295450] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.297246] ACPI: (supports S0 S5)\n[ 0.297935] ACPI: Using IOAPIC for interrupt routing\n[ 0.298887] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.302231] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.303350] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.304550] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.305721] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.307910] acpiphp: Slot [3] registered\n[ 0.308697] acpiphp: Slot [4] registered\n[ 0.309474] acpiphp: Slot [5] registered\n[ 0.310261] acpiphp: Slot [6] registered\n[ 0.311039] acpiphp: Slot [7] registered\n[ 0.311819] acpiphp: Slot [8] registered\n[ 0.312597] acpiphp: Slot [9] registered\n[ 0.313379] acpiphp: Slot [10] registered\n[ 0.324311] acpiphp: Slot [11] registered\n[ 0.325108] acpiphp: Slot [12] registered\n[ 0.325899] acpiphp: Slot [13] registered\n[ 0.326688] acpiphp: Slot [14] registered\n[ 0.327475] acpiphp: Slot [15] registered\n[ 0.328271] acpiphp: Slot [16] registered\n[ 0.329072] acpiphp: Slot [17] registered\n[ 0.329863] acpiphp: Slot [18] registered\n[ 0.330650] acpiphp: Slot [19] registered\n[ 0.331440] acpiphp: Slot [20] registered\n[ 0.332236] acpiphp: Slot [21] registered\n[ 0.333027] acpiphp: Slot [22] registered\n[ 0.333827] acpiphp: Slot [23] registered\n[ 0.334616] acpiphp: Slot [24] registered\n[ 0.335406] acpiphp: Slot [25] registered\n[ 0.336195] acpiphp: Slot [26] registered\n[ 0.336985] acpiphp: Slot [27] registered\n[ 0.337773] acpiphp: Slot [28] registered\n[ 0.338561] acpiphp: Slot [29] registered\n[ 0.339355] acpiphp: Slot [30] registered\n[ 0.340147] acpiphp: Slot [31] registered\n[ 0.340932] PCI host bridge to bus 0000:00\n[ 0.341718] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.342897] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.344076] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.345483] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.346904] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.353136] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.354381] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.355530] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.356762] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.363033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.364442] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.410736] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.412194] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.413603] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.415011] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.416364] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.417624] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.419024] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.420071] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.421570] vgaarb: loaded\n[ 0.422158] vgaarb: bridge control possible 0000:00:02.0\n[ 0.423278] SCSI subsystem initialized\n[ 0.424092] ACPI: bus type USB registered\n[ 0.424890] usbcore: registered new interface driver usbfs\n[ 0.426100] usbcore: registered new interface driver hub\n[ 0.427284] usbcore: registered new device driver usb\n[ 0.428560] PCI: Using ACPI for IRQ routing\n[ 0.429748] NetLabel: Initializing\n[ 0.430589] NetLabel: domain hash size = 128\n[ 0.431602] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.432730] NetLabel: unlabeled traffic allowed by default\n[ 0.434023] clocksource: Switched to clocksource kvm-clock\n[ 0.440083] AppArmor: AppArmor Filesystem Enabled\n[ 0.441227] pnp: PnP ACPI init\n[ 0.442281] pnp: PnP ACPI: found 5 devices\n[ 0.449508] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.451528] NET: Registered protocol family 2\n[ 0.452668] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.454188] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.455573] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.456955] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.458235] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.459619] NET: Registered protocol family 1\n[ 0.460640] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.461946] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.463225] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.482049] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.501093] Trying to unpack rootfs image as initramfs...\n[ 0.550938] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.565127] Scanning for low memory corruption every 60 seconds\n[ 0.566510] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.567656] audit: initializing netlink subsys (disabled)\n[ 0.568670] audit: type=2000 audit(1540548906.823:1): initialized\n[ 0.569970] Initialise system trusted keyring\n[ 0.570935] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.572084] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.574163] zbud: loaded\n[ 0.574879] VFS: Disk quotas dquot_6.6.0\n[ 0.575694] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.577269] fuse init (API version 7.23)\n[ 0.578383] Key type big_key registered\n[ 0.579255] Allocating IMA MOK and blacklist keyrings.\n[ 0.580452] Key type asymmetric registered\n[ 0.581280] Asymmetric key parser 'x509' registered\n[ 0.582249] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.583735] io scheduler noop registered\n[ 0.584527] io scheduler deadline registered (default)\n[ 0.585525] io scheduler cfq registered\n[ 0.586403] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.587457] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.588728] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.590185] ACPI: Power Button [PWRF]\n[ 0.591047] GHES: HEST is not enabled!\n[ 0.609381] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.646926] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.649253] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.672880] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.675453] Linux agpgart interface v0.103\n[ 0.677749] brd: module loaded\n[ 0.679084] loop: module loaded\n[ 0.684083] vda: vda1 vda15\n[ 0.685555] scsi host0: ata_piix\n[ 0.686325] scsi host1: ata_piix\n[ 0.687058] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.688272] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.689533] libphy: Fixed MDIO Bus: probed\n[ 0.690565] tun: Universal TUN/TAP device driver, 1.6\n[ 0.691531] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.693458] PPP generic driver version 2.4.2\n[ 0.694358] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.695585] ehci-pci: EHCI PCI platform driver\n[ 0.696453] ehci-platform: EHCI generic platform driver\n[ 0.697453] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.698585] ohci-pci: OHCI PCI platform driver\n[ 0.699457] ohci-platform: OHCI generic platform driver\n[ 0.700450] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.719424] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.720430] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.721887] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.722888] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.724003] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.725233] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.726663] usb usb1: Product: UHCI Host Controller\n[ 0.727606] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.728753] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.729740] hub 1-0:1.0: USB hub found\n[ 0.730523] hub 1-0:1.0: 2 ports detected\n[ 0.731437] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.733556] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.734519] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.735547] mousedev: PS/2 mouse device common for all mice\n[ 0.736714] rtc_cmos 00:00: RTC can wake from S4\n[ 0.737948] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.739604] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.740857] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.742051] i2c /dev entries driver\n[ 0.742797] device-mapper: uevent: version 1.0.3\n[ 0.743762] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.745360] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.746689] NET: Registered protocol family 10\n[ 0.747724] NET: Registered protocol family 17\n[ 0.748598] Key type dns_resolver registered\n[ 0.749556] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.750645] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.751776] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.753547] registered taskstats version 1\n[ 0.754372] Loading compiled-in X.509 certificates\n[ 0.755795] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.757609] zswap: loaded using pool lzo/zbud\n[ 0.759079] Key type trusted registered\n[ 0.760763] Key type encrypted registered\n[ 0.761572] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.762588] ima: No TPM chip found, activating TPM-bypass!\n[ 0.763606] evm: HMAC attrs: 0x1\n[ 0.764562] Magic number: 6:757:275\n[ 0.765317] tty tty12: hash matches\n[ 0.766115] rtc_cmos 00:00: setting system clock to 2018-10-26 10:15:06 UTC (1540548906)\n[ 0.767730] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.768823] EDD information not available.\n[ 0.847057] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.859137] Write protecting the kernel read-only data: 14336k\n[ 0.860749] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.862554] 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: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.059845] 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.11...\nLease of 10.55.1.11 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.06. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQChmKA3+lwe07mAvRyfdbrzu3n2jz14GgakmV1M2PqLHYUeHUIqF0sakNotgWbrIcyhDWxGnqf1tjqDRQB6yYRTH2q2PjRCLR707+GS8T8cPNSY/KTrMIhkyZl0M/ilZv+zQoG3BR2rMRzUZ1vHjDH3vajtCduqtNbVh5F1X5zz4mLFLl8XzfygQ4M0T+vZS1Tb0lS+dJAfjxRtonoTb0b76OOUL1R3VS5bflEAcF/GnadimhXa/D84Yn8Z3q1mTu8i7RHm6Eg22lop5+SvQJk1A/0gC8rwP4aXQPFKU3vWvfOyR+lF4zxXHLRiIdaEQNtt/r0aKd7zBruyIsJmBnwb root@createinstancesinglenetworktests-158c8ed9-0902-4a09-851b-3be7bc\nssh-dss AAAAB3NzaC1kc3MAAACBAKTaWziq7+iHIDqALRevPCZ39zDZhSdEPdc9RcumspJrVWdUMfzbdLarEIyX1yQJlSYINzIxzwKxyIlsRv7+wd+nxEj9aJRDVsfNr+1ir0GSBmU8gRdBp590tzpleByAfMw8UP1pi40yUnivqO6fCv1B8pmhDgN3ORH4Vjhuhje7AAAAFQCxvWDT5EAVVekvhukmRUA0ir2f8QAAAIAE4yw1iKBHXE1zLWz3iYCN7wfp8vakyQiZl3jA1ewTqs2EtljYOB/Fop2LTKQf1pRyvYKBAR2VIJewXE9PsYrvfon9pFyomZz6c9/0VqdQ3C2nrUlxEq0kt6nXTsbWPxIZG60DyHVHUOanxlrJqzIzfXHBkik6E+QpqC91x8sWEQAAAIBlZx8TlHRfgW1nc9OjS/TMdmm0clZb8KROwWEQq0S8K6rX2Ueors0dWsxs3DnGG3UI5jsHX6SktkQbgBA+ZasD7G0YuAdjznESoFg5KeQ4ukTk3CxnQAjPp6GHRis7npkk8t4nLCu5l+E1sLL2KyeFbGXVJrwapbtQEW+ueII7PQ== root@createinstancesinglenetworktests-158c8ed9-0902-4a09-851b-3be7bc\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.11,24,fe80::f816:3eff:fe0c:6173/64,\nip-route:default via 10.55.1.1 dev eth0 \nip-route:10.55.1.0/24 dev eth0 src 10.55.1.11 \nip-route:169.254.169.254 via 10.55.1.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-00000107\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-158c8ed9-0902-4a09-851b-3be7bc\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.57 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-158c8ed9-0902-4a09-851b-3be7bc login: "} 2018-10-26 10:15:21,400 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd/action used request id req-7ad4daf2-7df2-4528-97a0-fefffcda900b 2018-10-26 10:15:21,401 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-26 10:15:21,402 - 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 482284057 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.131592] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133296] pid_max: default: 32768 minimum: 301 [ 0.134213] ACPI: Core revision 20150930 [ 0.135617] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136961] Security Framework initialized [ 0.137798] Yama: becoming mindful. [ 0.138553] AppArmor: AppArmor initialized [ 0.139429] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140749] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.142041] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.143265] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.144651] Initializing cgroup subsys io [ 0.145483] Initializing cgroup subsys memory [ 0.146368] Initializing cgroup subsys devices [ 0.147269] Initializing cgroup subsys freezer [ 0.148158] Initializing cgroup subsys net_cls [ 0.149042] Initializing cgroup subsys perf_event [ 0.149968] Initializing cgroup subsys net_prio [ 0.150874] Initializing cgroup subsys hugetlb [ 0.151763] Initializing cgroup subsys pids [ 0.152658] CPU: Physical Processor ID: 0 [ 0.154187] mce: CPU supports 10 MCE banks [ 0.155074] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156108] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.158399] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.164841] ftrace: allocating 31920 entries in 125 pages [ 0.190984] smpboot: Max logical packages: 2 [ 0.191856] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.193083] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.194461] x2apic enabled [ 0.195317] Switched APIC routing to physical x2apic. [ 0.197113] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.198665] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.201342] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203782] KVM setup paravirtual spinlock [ 0.205417] x86: Booting SMP configuration: [ 0.206562] .... node #0, CPUs: #1 [ 0.207703] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.230005] x86: Booted up 1 node, 2 CPUs [ 0.230006] KVM setup async PF for cpu 1 [ 0.230010] kvm-stealtime: cpu 1, msr f90d940 [ 0.232665] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.234216] devtmpfs: initialized [ 0.235958] evm: security.selinux [ 0.236670] evm: security.SMACK64 [ 0.237394] evm: security.SMACK64EXEC [ 0.238182] evm: security.SMACK64TRANSMUTE [ 0.239027] evm: security.SMACK64MMAP [ 0.239793] evm: security.ima [ 0.240445] evm: security.capability [ 0.241306] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.243298] pinctrl core: initialized pinctrl subsystem [ 0.244455] RTC time: 10:15:05, date: 10/26/18 [ 0.245465] NET: Registered protocol family 16 [ 0.255298] cpuidle: using governor ladder [ 0.267395] cpuidle: using governor menu [ 0.268194] PCCT header not found. [ 0.268969] ACPI: bus type PCI registered [ 0.269756] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.270983] PCI: Using configuration type 1 for base access [ 0.284389] ACPI: Added _OSI(Module Device) [ 0.285226] ACPI: Added _OSI(Processor Device) [ 0.286066] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.286940] ACPI: Added _OSI(Processor Aggregator Device) [ 0.289287] ACPI: Interpreter enabled [ 0.290043] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.291846] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.293657] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.295450] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.297246] ACPI: (supports S0 S5) [ 0.297935] ACPI: Using IOAPIC for interrupt routing [ 0.298887] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.302231] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.303350] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.304550] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.305721] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.307910] acpiphp: Slot [3] registered [ 0.308697] acpiphp: Slot [4] registered [ 0.309474] acpiphp: Slot [5] registered [ 0.310261] acpiphp: Slot [6] registered [ 0.311039] acpiphp: Slot [7] registered [ 0.311819] acpiphp: Slot [8] registered [ 0.312597] acpiphp: Slot [9] registered [ 0.313379] acpiphp: Slot [10] registered [ 0.324311] acpiphp: Slot [11] registered [ 0.325108] acpiphp: Slot [12] registered [ 0.325899] acpiphp: Slot [13] registered [ 0.326688] acpiphp: Slot [14] registered [ 0.327475] acpiphp: Slot [15] registered [ 0.328271] acpiphp: Slot [16] registered [ 0.329072] acpiphp: Slot [17] registered [ 0.329863] acpiphp: Slot [18] registered [ 0.330650] acpiphp: Slot [19] registered [ 0.331440] acpiphp: Slot [20] registered [ 0.332236] acpiphp: Slot [21] registered [ 0.333027] acpiphp: Slot [22] registered [ 0.333827] acpiphp: Slot [23] registered [ 0.334616] acpiphp: Slot [24] registered [ 0.335406] acpiphp: Slot [25] registered [ 0.336195] acpiphp: Slot [26] registered [ 0.336985] acpiphp: Slot [27] registered [ 0.337773] acpiphp: Slot [28] registered [ 0.338561] acpiphp: Slot [29] registered [ 0.339355] acpiphp: Slot [30] registered [ 0.340147] acpiphp: Slot [31] registered [ 0.340932] PCI host bridge to bus 0000:00 [ 0.341718] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.342897] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.344076] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.345483] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.346904] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.353136] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.354381] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.355530] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.356762] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.363033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.364442] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.410736] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.412194] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.413603] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.415011] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.416364] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.417624] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.419024] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.420071] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.421570] vgaarb: loaded [ 0.422158] vgaarb: bridge control possible 0000:00:02.0 [ 0.423278] SCSI subsystem initialized [ 0.424092] ACPI: bus type USB registered [ 0.424890] usbcore: registered new interface driver usbfs [ 0.426100] usbcore: registered new interface driver hub [ 0.427284] usbcore: registered new device driver usb [ 0.428560] PCI: Using ACPI for IRQ routing [ 0.429748] NetLabel: Initializing [ 0.430589] NetLabel: domain hash size = 128 [ 0.431602] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.432730] NetLabel: unlabeled traffic allowed by default [ 0.434023] clocksource: Switched to clocksource kvm-clock [ 0.440083] AppArmor: AppArmor Filesystem Enabled [ 0.441227] pnp: PnP ACPI init [ 0.442281] pnp: PnP ACPI: found 5 devices [ 0.449508] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.451528] NET: Registered protocol family 2 [ 0.452668] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.454188] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.455573] TCP: Hash tables configured (established 2048 bind 2048) [ 0.456955] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.458235] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.459619] NET: Registered protocol family 1 [ 0.460640] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.461946] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.463225] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.482049] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.501093] Trying to unpack rootfs image as initramfs... [ 0.550938] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.565127] Scanning for low memory corruption every 60 seconds [ 0.566510] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.567656] audit: initializing netlink subsys (disabled) [ 0.568670] audit: type=2000 audit(1540548906.823:1): initialized [ 0.569970] Initialise system trusted keyring [ 0.570935] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.572084] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.574163] zbud: loaded [ 0.574879] VFS: Disk quotas dquot_6.6.0 [ 0.575694] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.577269] fuse init (API version 7.23) [ 0.578383] Key type big_key registered [ 0.579255] Allocating IMA MOK and blacklist keyrings. [ 0.580452] Key type asymmetric registered [ 0.581280] Asymmetric key parser 'x509' registered [ 0.582249] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.583735] io scheduler noop registered [ 0.584527] io scheduler deadline registered (default) [ 0.585525] io scheduler cfq registered [ 0.586403] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.587457] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.588728] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.590185] ACPI: Power Button [PWRF] [ 0.591047] GHES: HEST is not enabled! [ 0.609381] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.646926] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.649253] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.672880] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.675453] Linux agpgart interface v0.103 [ 0.677749] brd: module loaded [ 0.679084] loop: module loaded [ 0.684083] vda: vda1 vda15 [ 0.685555] scsi host0: ata_piix [ 0.686325] scsi host1: ata_piix [ 0.687058] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.688272] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.689533] libphy: Fixed MDIO Bus: probed [ 0.690565] tun: Universal TUN/TAP device driver, 1.6 [ 0.691531] tun: (C) 1999-2004 Max Krasnyansky [ 0.693458] PPP generic driver version 2.4.2 [ 0.694358] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.695585] ehci-pci: EHCI PCI platform driver [ 0.696453] ehci-platform: EHCI generic platform driver [ 0.697453] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.698585] ohci-pci: OHCI PCI platform driver [ 0.699457] ohci-platform: OHCI generic platform driver [ 0.700450] uhci_hcd: USB Universal Host Controller Interface driver [ 0.719424] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.720430] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.721887] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.722888] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.724003] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.725233] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.726663] usb usb1: Product: UHCI Host Controller [ 0.727606] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.728753] usb usb1: SerialNumber: 0000:00:01.2 [ 0.729740] hub 1-0:1.0: USB hub found [ 0.730523] hub 1-0:1.0: 2 ports detected [ 0.731437] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.733556] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.734519] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.735547] mousedev: PS/2 mouse device common for all mice [ 0.736714] rtc_cmos 00:00: RTC can wake from S4 [ 0.737948] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.739604] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.740857] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.742051] i2c /dev entries driver [ 0.742797] device-mapper: uevent: version 1.0.3 [ 0.743762] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.745360] ledtrig-cpu: registered to indicate activity on CPUs [ 0.746689] NET: Registered protocol family 10 [ 0.747724] NET: Registered protocol family 17 [ 0.748598] Key type dns_resolver registered [ 0.749556] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.750645] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.751776] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.753547] registered taskstats version 1 [ 0.754372] Loading compiled-in X.509 certificates [ 0.755795] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.757609] zswap: loaded using pool lzo/zbud [ 0.759079] Key type trusted registered [ 0.760763] Key type encrypted registered [ 0.761572] AppArmor: AppArmor sha1 policy hashing enabled [ 0.762588] ima: No TPM chip found, activating TPM-bypass! [ 0.763606] evm: HMAC attrs: 0x1 [ 0.764562] Magic number: 6:757:275 [ 0.765317] tty tty12: hash matches [ 0.766115] rtc_cmos 00:00: setting system clock to 2018-10-26 10:15:06 UTC (1540548906) [ 0.767730] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.768823] EDD information not available. [ 0.847057] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.859137] Write protecting the kernel read-only data: 14336k [ 0.860749] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.862554] 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: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.83 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.059845] 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.11... Lease of 10.55.1.11 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.06. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQChmKA3+lwe07mAvRyfdbrzu3n2jz14GgakmV1M2PqLHYUeHUIqF0sakNotgWbrIcyhDWxGnqf1tjqDRQB6yYRTH2q2PjRCLR707+GS8T8cPNSY/KTrMIhkyZl0M/ilZv+zQoG3BR2rMRzUZ1vHjDH3vajtCduqtNbVh5F1X5zz4mLFLl8XzfygQ4M0T+vZS1Tb0lS+dJAfjxRtonoTb0b76OOUL1R3VS5bflEAcF/GnadimhXa/D84Yn8Z3q1mTu8i7RHm6Eg22lop5+SvQJk1A/0gC8rwP4aXQPFKU3vWvfOyR+lF4zxXHLRiIdaEQNtt/r0aKd7zBruyIsJmBnwb root@createinstancesinglenetworktests-158c8ed9-0902-4a09-851b-3be7bc ssh-dss AAAAB3NzaC1kc3MAAACBAKTaWziq7+iHIDqALRevPCZ39zDZhSdEPdc9RcumspJrVWdUMfzbdLarEIyX1yQJlSYINzIxzwKxyIlsRv7+wd+nxEj9aJRDVsfNr+1ir0GSBmU8gRdBp590tzpleByAfMw8UP1pi40yUnivqO6fCv1B8pmhDgN3ORH4Vjhuhje7AAAAFQCxvWDT5EAVVekvhukmRUA0ir2f8QAAAIAE4yw1iKBHXE1zLWz3iYCN7wfp8vakyQiZl3jA1ewTqs2EtljYOB/Fop2LTKQf1pRyvYKBAR2VIJewXE9PsYrvfon9pFyomZz6c9/0VqdQ3C2nrUlxEq0kt6nXTsbWPxIZG60DyHVHUOanxlrJqzIzfXHBkik6E+QpqC91x8sWEQAAAIBlZx8TlHRfgW1nc9OjS/TMdmm0clZb8KROwWEQq0S8K6rX2Ueors0dWsxs3DnGG3UI5jsHX6SktkQbgBA+ZasD7G0YuAdjznESoFg5KeQ4ukTk3CxnQAjPp6GHRis7npkk8t4nLCu5l+E1sLL2KyeFbGXVJrwapbtQEW+ueII7PQ== root@createinstancesinglenetworktests-158c8ed9-0902-4a09-851b-3be7bc -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.1.11,24,fe80::f816:3eff:fe0c:6173/64, ip-route:default via 10.55.1.1 dev eth0 ip-route:10.55.1.0/24 dev eth0 src 10.55.1.11 ip-route:169.254.169.254 via 10.55.1.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-00000107 name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-158c8ed9-0902-4a09-851b-3be7bc launch-index: 0 === cirros: current=0.4.0 uptime=2.57 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-158c8ed9-0902-4a09-851b-3be7bc login: 2018-10-26 10:15:21,402 - create_instance - INFO - Checking if VM is active 2018-10-26 10:15:21,405 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:15:21,906 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:15: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-89d843ef-e3f4-4380-8956-4112e09cd006 x-compute-request-id: req-89d843ef-e3f4-4380-8956-4112e09cd006 Content-Encoding: gzip Content-Length: 793 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:61:73", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:61:73", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/45fcba2a-452c-4b61-98c4-644583e2bddd", "rel": "bookmark"}], "image": {"id": "27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "links": [{"href": "http://172.30.9.21:8774/images/27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:14:03.000000", "flavor": {"id": "7e84ce2c-c8eb-461b-813d-af0c1e719383", "links": [{"href": "http://172.30.9.21:8774/flavors/7e84ce2c-c8eb-461b-813d-af0c1e719383", "rel": "bookmark"}]}, "id": "45fcba2a-452c-4b61-98c4-644583e2bddd", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-sec-grp"}, {"name": "default"}], "user_id": "d8b5bd52e9a9498abeac7c69e5c3412a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:15:06Z", "hostId": "8551c5456d6cd3f7cfcd71cb9a3521063cd94895f0168569da54974a", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-kp", "name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-inst", "created": "2018-10-26T10:13:57Z", "tenant_id": "370d1317d76943fa8c4a8776b6637584", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:15:21,906 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd used request id req-89d843ef-e3f4-4380-8956-4112e09cd006 2018-10-26 10:15:21,906 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-inst] is - ACTIVE 2018-10-26 10:15:21,907 - create_instance - INFO - VM is - ACTIVE 2018-10-26 10:15:21,909 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:15:22,376 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:15: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-0c4b0870-e8a0-4a1e-846f-4288392ac4b7 x-compute-request-id: req-0c4b0870-e8a0-4a1e-846f-4288392ac4b7 Content-Encoding: gzip Content-Length: 793 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:61:73", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:61:73", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/45fcba2a-452c-4b61-98c4-644583e2bddd", "rel": "bookmark"}], "image": {"id": "27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "links": [{"href": "http://172.30.9.21:8774/images/27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:14:03.000000", "flavor": {"id": "7e84ce2c-c8eb-461b-813d-af0c1e719383", "links": [{"href": "http://172.30.9.21:8774/flavors/7e84ce2c-c8eb-461b-813d-af0c1e719383", "rel": "bookmark"}]}, "id": "45fcba2a-452c-4b61-98c4-644583e2bddd", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-sec-grp"}, {"name": "default"}], "user_id": "d8b5bd52e9a9498abeac7c69e5c3412a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:15:06Z", "hostId": "8551c5456d6cd3f7cfcd71cb9a3521063cd94895f0168569da54974a", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-kp", "name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-inst", "created": "2018-10-26T10:13:57Z", "tenant_id": "370d1317d76943fa8c4a8776b6637584", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:15:22,377 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd used request id req-0c4b0870-e8a0-4a1e-846f-4288392ac4b7 2018-10-26 10:15:22,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:15:22,486 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-011c04ee-8b81-4cbc-b06c-59371775c0aa Date: Fri, 26 Oct 2018 10:15:22 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac"],"updated_at":"2018-10-26T10:13:33Z","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"370d1317d76943fa8c4a8776b6637584","id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","name":"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net"}]} 2018-10-26 10:15:22,486 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net used request id req-011c04ee-8b81-4cbc-b06c-59371775c0aa 2018-10-26 10:15:22,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/370d1317d76943fa8c4a8776b6637584 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:15:22,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:15:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62503e0e-b81e-4e60-a1e3-37b2f1fb2262 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/370d1317d76943fa8c4a8776b6637584"}, "enabled": true, "id": "370d1317d76943fa8c4a8776b6637584", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-39cc234a-3097-485-proj"}} 2018-10-26 10:15:22,573 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/370d1317d76943fa8c4a8776b6637584 used request id req-62503e0e-b81e-4e60-a1e3-37b2f1fb2262 2018-10-26 10:15:22,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b5fbc20c-5d2e-4a22-8e11-4e69a460f841 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:15:22,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e8f2a4cd-d288-4911-9074-a449e66c9420 Date: Fri, 26 Oct 2018 10:15:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:33Z","dns_nameservers":[],"updated_at":"2018-10-26T10:13: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":"370d1317d76943fa8c4a8776b6637584","id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-subnet"}]} 2018-10-26 10:15:22,635 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b5fbc20c-5d2e-4a22-8e11-4e69a460f841 used request id req-e8f2a4cd-d288-4911-9074-a449e66c9420 2018-10-26 10:15:22,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=b5fbc20c-5d2e-4a22-8e11-4e69a460f841 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:15:22,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3904 X-Openstack-Request-Id: req-53e717f6-c6b3-417d-a789-8c6dec586d30 Date: Fri, 26 Oct 2018 10:15:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:13:56Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","ip_address":"10.55.1.1"}],"id":"47d19b11-45bb-43a0-a9fc-a706bed169f8","security_groups":[],"mac_address":"fa:16:3e:c3:42:5a","project_id":"370d1317d76943fa8c4a8776b6637584","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:42Z","binding:vnic_type":"normal","device_id":"879894b3-9f59-43a2-82fa-50dc5e8c7c52"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:13:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","ip_address":"10.55.1.2"}],"id":"65b8da08-78ef-45d9-bb7c-505ecf60052a","security_groups":[],"mac_address":"fa:16:3e:3d:70:23","project_id":"370d1317d76943fa8c4a8776b6637584","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:33Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b5fbc20c-5d2e-4a22-8e11-4e69a460f841"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:13:36Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","ip_address":"10.55.1.3"}],"id":"bb4dfa16-bf38-42a2-ac72-20d146af5219","security_groups":[],"mac_address":"fa:16:3e:b3:b3:a0","project_id":"370d1317d76943fa8c4a8776b6637584","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:34Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b5fbc20c-5d2e-4a22-8e11-4e69a460f841"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:13:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","ip_address":"10.55.1.4"}],"id":"c473d891-9ef3-49a5-8856-cc12a342ae01","security_groups":[],"mac_address":"fa:16:3e:fb:25:77","project_id":"370d1317d76943fa8c4a8776b6637584","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:35Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b5fbc20c-5d2e-4a22-8e11-4e69a460f841"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:15:07Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac","ip_address":"10.55.1.11"}],"id":"fdc7a7fb-4671-48e2-8922-6987e609a20a","security_groups":["683eae00-b488-4339-8e76-a519cb3d83e2","7e872be6-2d22-4b74-b8aa-15512d3369e0"],"mac_address":"fa:16:3e:0c:61:73","project_id":"370d1317d76943fa8c4a8776b6637584","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85port-1","admin_state_up":true,"network_id":"b5fbc20c-5d2e-4a22-8e11-4e69a460f841","tenant_id":"370d1317d76943fa8c4a8776b6637584","created_at":"2018-10-26T10:13:53Z","binding:vnic_type":"normal","device_id":"45fcba2a-452c-4b61-98c4-644583e2bddd"}]} 2018-10-26 10:15:22,892 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=b5fbc20c-5d2e-4a22-8e11-4e69a460f841 used request id req-53e717f6-c6b3-417d-a789-8c6dec586d30 2018-10-26 10:15:22,893 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-26 10:15:22,896 - paramiko.transport - DEBUG - starting thread (client mode): 0x6017fed0L 2018-10-26 10:15:22,896 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-26 10:15:22,896 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-26 10:15:22,897 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-26 10:15:22,898 - 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-26 10:15:22,898 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-26 10:15:22,898 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-26 10:15:22,898 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-26 10:15:22,898 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-26 10:15:22,898 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-26 10:15:22,914 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-26 10:15:22,915 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-26 10:15:22,928 - paramiko.transport - DEBUG - Trying key 131e84a771ce054d4ad23f9d46c164b6 from tmp/CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85 2018-10-26 10:15:22,952 - paramiko.transport - DEBUG - userauth is OK 2018-10-26 10:15:22,958 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-26 10:15:23,058 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-26 10:15:23,074 - create_instance - INFO - SSH is active for VM instance 2018-10-26 10:15:23,075 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-26 10:15:23,076 - paramiko.transport - DEBUG - starting thread (client mode): 0x6017f5d0L 2018-10-26 10:15:23,077 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-26 10:15:23,077 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-26 10:15:23,077 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-26 10:15:23,079 - 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-26 10:15:23,079 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-26 10:15:23,079 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-26 10:15:23,079 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-26 10:15:23,079 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-26 10:15:23,079 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-26 10:15:23,096 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-26 10:15:23,097 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-26 10:15:23,109 - paramiko.transport - DEBUG - Trying key 131e84a771ce054d4ad23f9d46c164b6 from tmp/CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85 2018-10-26 10:15:23,137 - paramiko.transport - DEBUG - userauth is OK 2018-10-26 10:15:23,140 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-26 10:15:23,141 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-26 10:15:23,143 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-10-26 10:15:23,143 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-26 10:15:23,144 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-26 10:15:23,147 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-26 10:15:23,148 - create_instance - INFO - Deleting Floating IP - 172.30.9.203 2018-10-26 10:15:23,148 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.203 2018-10-26 10:15:23,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/floatingips/d106c973-019d-455d-b2c8-7767e5c38627 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:15:24,129 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ae5e71b5-c283-4f26-8666-91951b2f2dbd Content-Length: 0 Date: Fri, 26 Oct 2018 10:15:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:15:24,130 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/d106c973-019d-455d-b2c8-7767e5c38627 used request id req-ae5e71b5-c283-4f26-8666-91951b2f2dbd 2018-10-26 10:15:24,130 - create_instance - INFO - Deleting Port with ID - fdc7a7fb-4671-48e2-8922-6987e609a20a 2018-10-26 10:15:24,130 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85port-1 2018-10-26 10:15:24,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/fdc7a7fb-4671-48e2-8922-6987e609a20a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:15:24,622 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2255b274-7d45-4221-9b05-32650a4b24bf Date: Fri, 26 Oct 2018 10:15:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:15:24,622 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/fdc7a7fb-4671-48e2-8922-6987e609a20a used request id req-2255b274-7d45-4221-9b05-32650a4b24bf 2018-10-26 10:15:24,622 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-inst 2018-10-26 10:15:24,625 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:15:24,782 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:15:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9f055252-1bb1-4e0c-b3fe-e81cb8bdf2fa x-compute-request-id: req-9f055252-1bb1-4e0c-b3fe-e81cb8bdf2fa Content-Type: application/json 2018-10-26 10:15:24,782 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd used request id req-9f055252-1bb1-4e0c-b3fe-e81cb8bdf2fa 2018-10-26 10:15:24,783 - create_instance - INFO - Checking deletion status 2018-10-26 10:15:24,785 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:15:25,036 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:15:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-579633bb-d408-493f-b807-9da40ba598eb x-compute-request-id: req-579633bb-d408-493f-b807-9da40ba598eb Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:61:73", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/45fcba2a-452c-4b61-98c4-644583e2bddd", "rel": "bookmark"}], "image": {"id": "27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "links": [{"href": "http://172.30.9.21:8774/images/27f7b01a-8a20-48c1-b4e8-c38c181d1feb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:14:03.000000", "flavor": {"id": "7e84ce2c-c8eb-461b-813d-af0c1e719383", "links": [{"href": "http://172.30.9.21:8774/flavors/7e84ce2c-c8eb-461b-813d-af0c1e719383", "rel": "bookmark"}]}, "id": "45fcba2a-452c-4b61-98c4-644583e2bddd", "user_id": "d8b5bd52e9a9498abeac7c69e5c3412a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:15:24Z", "hostId": "8551c5456d6cd3f7cfcd71cb9a3521063cd94895f0168569da54974a", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-kp", "name": "CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-inst", "created": "2018-10-26T10:13:57Z", "tenant_id": "370d1317d76943fa8c4a8776b6637584", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:15:25,036 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd used request id req-579633bb-d408-493f-b807-9da40ba598eb 2018-10-26 10:15:25,037 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-inst] is - ACTIVE 2018-10-26 10:15:25,037 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:15:28,040 - create_instance - DEBUG - VM status query timeout in 296.742649078 2018-10-26 10:15:28,043 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0285836fdbb7146121575e4e931d9379d52a85c" 2018-10-26 10:15:28,087 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 10:15: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-bd99f7af-1130-465a-b37c-5ad651f8d166 x-compute-request-id: req-bd99f7af-1130-465a-b37c-5ad651f8d166 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 45fcba2a-452c-4b61-98c4-644583e2bddd could not be found.", "code": 404}} 2018-10-26 10:15:28,087 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/45fcba2a-452c-4b61-98c4-644583e2bddd used request id req-bd99f7af-1130-465a-b37c-5ad651f8d166 2018-10-26 10:15:28,087 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 45fcba2a-452c-4b61-98c4-644583e2bddd could not be found. (HTTP 404) (Request-ID: req-bd99f7af-1130-465a-b37c-5ad651f8d166) 2018-10-26 10:15:28,088 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-inst 2018-10-26 10:15:28,089 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-kp 2018-10-26 10:15:28,092 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ef92844ccf71dce04149783223322633c9ca7b1" 2018-10-26 10:15:28,163 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10:15: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-9579802d-36e4-49ec-89e6-12535dc26d05 x-compute-request-id: req-9579802d-36e4-49ec-89e6-12535dc26d05 Content-Length: 0 Content-Type: application/json 2018-10-26 10:15:28,163 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-kp used request id req-9579802d-36e4-49ec-89e6-12535dc26d05 2018-10-26 10:15:28,164 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85.pub] 2018-10-26 10:15:28,164 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85] 2018-10-26 10:15:28,167 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/7e84ce2c-c8eb-461b-813d-af0c1e719383 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c5f30e19a9115c6f58285b273b1df38ec2fdc5f" 2018-10-26 10:15:28,205 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10:15: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-bb186999-4461-4247-a852-ac21baeb227c x-compute-request-id: req-bb186999-4461-4247-a852-ac21baeb227c Content-Length: 0 Content-Type: application/json 2018-10-26 10:15:28,206 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/7e84ce2c-c8eb-461b-813d-af0c1e719383 used request id req-bb186999-4461-4247-a852-ac21baeb227c 2018-10-26 10:15:28,206 - neutron_utils - INFO - Deleting security group rule with ID - a8a59867-3282-481c-a73f-e581e9136242 2018-10-26 10:15:28,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/a8a59867-3282-481c-a73f-e581e9136242 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}137a026f31b2314197d2a171d3f619d61039b418" 2018-10-26 10:15:28,463 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7aab4793-1af1-444d-86a5-e2c1acdaec97 Content-Length: 0 Date: Fri, 26 Oct 2018 10:15:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:15:28,463 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/a8a59867-3282-481c-a73f-e581e9136242 used request id req-7aab4793-1af1-444d-86a5-e2c1acdaec97 2018-10-26 10:15:28,463 - neutron_utils - INFO - Deleting security group rule with ID - 32c537d4-a005-4453-b9f7-eb74824b749a 2018-10-26 10:15:28,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/32c537d4-a005-4453-b9f7-eb74824b749a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}137a026f31b2314197d2a171d3f619d61039b418" 2018-10-26 10:15:28,701 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e0c2d5a8-5b0f-4543-b076-5dc37315dc2c Content-Length: 0 Date: Fri, 26 Oct 2018 10:15:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:15:28,701 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/32c537d4-a005-4453-b9f7-eb74824b749a used request id req-e0c2d5a8-5b0f-4543-b076-5dc37315dc2c 2018-10-26 10:15:28,701 - neutron_utils - INFO - Deleting security group rule with ID - 43e1fbf4-4d87-4773-9f19-5378bb1a4b1a 2018-10-26 10:15:28,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/43e1fbf4-4d87-4773-9f19-5378bb1a4b1a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}137a026f31b2314197d2a171d3f619d61039b418" 2018-10-26 10:15:28,958 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-185467b1-0930-4509-8d75-48368be0a936 Content-Length: 0 Date: Fri, 26 Oct 2018 10:15:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:15:28,958 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/43e1fbf4-4d87-4773-9f19-5378bb1a4b1a used request id req-185467b1-0930-4509-8d75-48368be0a936 2018-10-26 10:15:28,958 - neutron_utils - INFO - Deleting security group rule with ID - d64b8a71-9b84-4073-bb1c-caee89804549 2018-10-26 10:15:28,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/d64b8a71-9b84-4073-bb1c-caee89804549 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}137a026f31b2314197d2a171d3f619d61039b418" 2018-10-26 10:15:29,209 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9419cf07-3545-4ba7-bd7e-ea436718ffde Content-Length: 0 Date: Fri, 26 Oct 2018 10:15:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:15:29,209 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/d64b8a71-9b84-4073-bb1c-caee89804549 used request id req-9419cf07-3545-4ba7-bd7e-ea436718ffde 2018-10-26 10:15:29,209 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-sec-grp 2018-10-26 10:15:29,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/683eae00-b488-4339-8e76-a519cb3d83e2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}137a026f31b2314197d2a171d3f619d61039b418" 2018-10-26 10:15:29,483 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cdfdcff7-0510-43fa-8648-702013d72372 Content-Length: 0 Date: Fri, 26 Oct 2018 10:15:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:15:29,484 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/683eae00-b488-4339-8e76-a519cb3d83e2 used request id req-cdfdcff7-0510-43fa-8648-702013d72372 2018-10-26 10:15:29,484 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-router and subnet CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-subnet 2018-10-26 10:15:29,485 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-router 2018-10-26 10:15:29,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/879894b3-9f59-43a2-82fa-50dc5e8c7c52/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b286a04e4c83a459b86933f31df6510d4c52b13e" -d '{"subnet_id": "51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac"}' 2018-10-26 10:15:31,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6deacd23-24e8-4d79-a2ef-fce251a74010 Date: Fri, 26 Oct 2018 10:15:31 GMT RESP BODY: {"network_id": "b5fbc20c-5d2e-4a22-8e11-4e69a460f841", "tenant_id": "370d1317d76943fa8c4a8776b6637584", "subnet_id": "51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac", "subnet_ids": ["51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac"], "port_id": "47d19b11-45bb-43a0-a9fc-a706bed169f8", "id": "879894b3-9f59-43a2-82fa-50dc5e8c7c52"} 2018-10-26 10:15:31,037 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/879894b3-9f59-43a2-82fa-50dc5e8c7c52/remove_router_interface used request id req-6deacd23-24e8-4d79-a2ef-fce251a74010 2018-10-26 10:15:31,038 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-router 2018-10-26 10:15:31,038 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-router 2018-10-26 10:15:31,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/879894b3-9f59-43a2-82fa-50dc5e8c7c52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b286a04e4c83a459b86933f31df6510d4c52b13e" 2018-10-26 10:15:34,812 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f83533f0-6d55-4750-bb90-0b1d25bea58c Content-Length: 0 Date: Fri, 26 Oct 2018 10:15:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:15:34,812 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/879894b3-9f59-43a2-82fa-50dc5e8c7c52 used request id req-f83533f0-6d55-4750-bb90-0b1d25bea58c 2018-10-26 10:15:34,813 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-subnet 2018-10-26 10:15:34,813 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-subnet 2018-10-26 10:15:34,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f0b2ff8c0ddd42fd973c763fdce300633d0a784" 2018-10-26 10:15:37,077 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8c312194-94cb-4bc6-9fd7-9c924b89a3d6 Date: Fri, 26 Oct 2018 10:15:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:15:37,077 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/51c7f264-a3b7-4ae1-9d28-21bfd9ba81ac used request id req-8c312194-94cb-4bc6-9fd7-9c924b89a3d6 2018-10-26 10:15:37,077 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-pub-net 2018-10-26 10:15:37,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/b5fbc20c-5d2e-4a22-8e11-4e69a460f841 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f0b2ff8c0ddd42fd973c763fdce300633d0a784" 2018-10-26 10:15:38,507 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cebead7c-34a4-404c-bc6c-4a481503717b Date: Fri, 26 Oct 2018 10:15:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:15:38,508 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/b5fbc20c-5d2e-4a22-8e11-4e69a460f841 used request id req-cebead7c-34a4-404c-bc6c-4a481503717b 2018-10-26 10:15:38,508 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-158c8ed9-0902-4a09-851b-3be7bcce1e85-image 2018-10-26 10:15:38,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/27f7b01a-8a20-48c1-b4e8-c38c181d1feb -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}32886ee4b76e597ad7b3df551f270823eb2eac69" 2018-10-26 10:15:39,936 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-46aeeba5-f115-4f14-8f03-e3110dab70e6 Date: Fri, 26 Oct 2018 10:15: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-26 10:15:39,936 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/27f7b01a-8a20-48c1-b4e8-c38c181d1feb used request id req-46aeeba5-f115-4f14-8f03-e3110dab70e6 2018-10-26 10:15:39,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71a5aab3b7225a5b76dea275c24a8a2ac8af910b" 2018-10-26 10:15:40,153 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-008fc31f-d13c-4cfa-b6d4-a5fe148a5d91 Date: Fri, 26 Oct 2018 10:15:40 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "370d1317d76943fa8c4a8776b6637584", "created_at": "2018-10-26T10:13:31Z", "updated_at": "2018-10-26T10:13:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:13:32Z", "revision_number": 0, "id": "031cd37c-d7c4-4ea3-8ccb-2c1792682af5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:13:32Z", "security_group_id": "7e872be6-2d22-4b74-b8aa-15512d3369e0", "tenant_id": "370d1317d76943fa8c4a8776b6637584", "port_range_min": null, "ethertype": "IPv4", "project_id": "370d1317d76943fa8c4a8776b6637584"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:13:32Z", "revision_number": 0, "id": "71745aed-1742-41de-8d65-8666a7ab026c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:13:32Z", "security_group_id": "7e872be6-2d22-4b74-b8aa-15512d3369e0", "tenant_id": "370d1317d76943fa8c4a8776b6637584", "port_range_min": null, "ethertype": "IPv6", "project_id": "370d1317d76943fa8c4a8776b6637584"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:13:31Z", "revision_number": 0, "id": "8a8dfd8a-6011-4413-9a7e-7c9f305f9ec8", "remote_group_id": "7e872be6-2d22-4b74-b8aa-15512d3369e0", "remote_ip_prefix": null, "created_at": "2018-10-26T10:13:31Z", "security_group_id": "7e872be6-2d22-4b74-b8aa-15512d3369e0", "tenant_id": "370d1317d76943fa8c4a8776b6637584", "port_range_min": null, "ethertype": "IPv4", "project_id": "370d1317d76943fa8c4a8776b6637584"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:13:32Z", "revision_number": 0, "id": "cac77a68-de62-4c3a-9deb-a0faff748051", "remote_group_id": "7e872be6-2d22-4b74-b8aa-15512d3369e0", "remote_ip_prefix": null, "created_at": "2018-10-26T10:13:32Z", "security_group_id": "7e872be6-2d22-4b74-b8aa-15512d3369e0", "tenant_id": "370d1317d76943fa8c4a8776b6637584", "port_range_min": null, "ethertype": "IPv6", "project_id": "370d1317d76943fa8c4a8776b6637584"}], "revision_number": 4, "project_id": "370d1317d76943fa8c4a8776b6637584", "id": "7e872be6-2d22-4b74-b8aa-15512d3369e0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 10:15:40,154 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-008fc31f-d13c-4cfa-b6d4-a5fe148a5d91 2018-10-26 10:15:40,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71a5aab3b7225a5b76dea275c24a8a2ac8af910b" 2018-10-26 10:15:40,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:15:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1082fd7-ae7d-4f95-aa69-bd76efd63253 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 10:15:40,241 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-c1082fd7-ae7d-4f95-aa69-bd76efd63253 2018-10-26 10:15:40,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/370d1317d76943fa8c4a8776b6637584 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71a5aab3b7225a5b76dea275c24a8a2ac8af910b" 2018-10-26 10:15:40,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:15:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-735ff805-3513-4984-a240-56b92717846f Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/370d1317d76943fa8c4a8776b6637584"}, "enabled": true, "id": "370d1317d76943fa8c4a8776b6637584", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-39cc234a-3097-485-proj"}} 2018-10-26 10:15:40,338 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/370d1317d76943fa8c4a8776b6637584 used request id req-735ff805-3513-4984-a240-56b92717846f 2018-10-26 10:15:40,339 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7e872be6-2d22-4b74-b8aa-15512d3369e0 2018-10-26 10:15:40,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7e872be6-2d22-4b74-b8aa-15512d3369e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71a5aab3b7225a5b76dea275c24a8a2ac8af910b" 2018-10-26 10:15:40,521 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-7066d557-d630-4b36-910a-0a9f558d3803 Date: Fri, 26 Oct 2018 10:15:40 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-26T10:13:32Z", "security_group_id": "7e872be6-2d22-4b74-b8aa-15512d3369e0", "port_range_min": null, "revision_number": 0, "tenant_id": "370d1317d76943fa8c4a8776b6637584", "created_at": "2018-10-26T10:13:32Z", "project_id": "370d1317d76943fa8c4a8776b6637584", "id": "031cd37c-d7c4-4ea3-8ccb-2c1792682af5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:13:32Z", "security_group_id": "7e872be6-2d22-4b74-b8aa-15512d3369e0", "port_range_min": null, "revision_number": 0, "tenant_id": "370d1317d76943fa8c4a8776b6637584", "created_at": "2018-10-26T10:13:32Z", "project_id": "370d1317d76943fa8c4a8776b6637584", "id": "71745aed-1742-41de-8d65-8666a7ab026c"}, {"remote_group_id": "7e872be6-2d22-4b74-b8aa-15512d3369e0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:13:31Z", "security_group_id": "7e872be6-2d22-4b74-b8aa-15512d3369e0", "port_range_min": null, "revision_number": 0, "tenant_id": "370d1317d76943fa8c4a8776b6637584", "created_at": "2018-10-26T10:13:31Z", "project_id": "370d1317d76943fa8c4a8776b6637584", "id": "8a8dfd8a-6011-4413-9a7e-7c9f305f9ec8"}, {"remote_group_id": "7e872be6-2d22-4b74-b8aa-15512d3369e0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:13:32Z", "security_group_id": "7e872be6-2d22-4b74-b8aa-15512d3369e0", "port_range_min": null, "revision_number": 0, "tenant_id": "370d1317d76943fa8c4a8776b6637584", "created_at": "2018-10-26T10:13:32Z", "project_id": "370d1317d76943fa8c4a8776b6637584", "id": "cac77a68-de62-4c3a-9deb-a0faff748051"}]} 2018-10-26 10:15:40,521 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7e872be6-2d22-4b74-b8aa-15512d3369e0 used request id req-7066d557-d630-4b36-910a-0a9f558d3803 2018-10-26 10:15:40,522 - neutron_utils - INFO - Deleting security group with name - default 2018-10-26 10:15:40,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/7e872be6-2d22-4b74-b8aa-15512d3369e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71a5aab3b7225a5b76dea275c24a8a2ac8af910b" 2018-10-26 10:15:40,826 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7b68015f-bf6d-4253-8948-5aef119d7405 Content-Length: 0 Date: Fri, 26 Oct 2018 10:15:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:15:40,826 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/7e872be6-2d22-4b74-b8aa-15512d3369e0 used request id req-7b68015f-bf6d-4253-8948-5aef119d7405 2018-10-26 10:15:40,827 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-39cc234a-3097-485-proj 2018-10-26 10:15:40,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/370d1317d76943fa8c4a8776b6637584 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71a5aab3b7225a5b76dea275c24a8a2ac8af910b" 2018-10-26 10:15:41,029 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:15:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-13833935-7e1b-4e7c-b3c1-ec553aea52cb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:15:41,029 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/370d1317d76943fa8c4a8776b6637584 used request id req-13833935-7e1b-4e7c-b3c1-ec553aea52cb 2018-10-26 10:15:41,029 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-39cc234a-3097-485-proj-role 2018-10-26 10:15:41,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/b92b070e77be4b89ab5810bb3ad238f1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71a5aab3b7225a5b76dea275c24a8a2ac8af910b" 2018-10-26 10:15:41,157 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:15:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-45bb3c74-2411-48b7-b637-bc2472f9f11e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:15:41,157 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/b92b070e77be4b89ab5810bb3ad238f1 used request id req-45bb3c74-2411-48b7-b637-bc2472f9f11e 2018-10-26 10:15:41,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71a5aab3b7225a5b76dea275c24a8a2ac8af910b" 2018-10-26 10:15:41,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:15:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fc40d08-9a26-4a24-bf85-6fbd02bc0b1c Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:15:41,249 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-6fc40d08-9a26-4a24-bf85-6fbd02bc0b1c 2018-10-26 10:15:41,250 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-39cc234a-3097-485-user 2018-10-26 10:15:41,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/d8b5bd52e9a9498abeac7c69e5c3412a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7904ce2bb83062def41d7931c91c74295ac5ab43" 2018-10-26 10:15:41,480 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:15:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-39556c13-c92c-4c1e-81ae-87b9eda0e195 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:15:41,480 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/d8b5bd52e9a9498abeac7c69e5c3412a used request id req-39556c13-c92c-4c1e-81ae-87b9eda0e195 2018-10-26 10:15:41,482 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:15:41,858 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:15:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["VzEIzCmiSj-yV1jdix0Pkg"], "issued_at": "2018-10-26T10:15:41.000000Z"}} 2018-10-26 10:15:41,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc6c2f28149fd7fdbbb474b805850437f2bef9f2" 2018-10-26 10:15:41,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:15:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8105f8cf-009b-4780-a61f-c9257e6fe1d6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:15:41,944 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8105f8cf-009b-4780-a61f-c9257e6fe1d6 2018-10-26 10:15:41,946 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:15:41,947 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:15:42,331 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:15:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["vHB2yaZhQOi2VA7pSMGe-w"], "issued_at": "2018-10-26T10:15:42.000000Z"}} 2018-10-26 10:15:42,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5da61cb1e85a71f26332cb9919d6e55690c0f1e2" 2018-10-26 10:15:42,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:15:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fef7193-06eb-40cb-92ed-c2be57a37221 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:15:42,409 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-6fef7193-06eb-40cb-92ed-c2be57a37221 2018-10-26 10:15:42,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:15:42,419 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:15: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:15:42,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-421459bf-77c4-44b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5da61cb1e85a71f26332cb9919d6e55690c0f1e2" 2018-10-26 10:15:42,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:15:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc454154-0213-4729-a173-89bc5c5c8d91 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-421459bf-77c4-44b-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 10:15:42,508 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-421459bf-77c4-44b-proj used request id req-fc454154-0213-4729-a173-89bc5c5c8d91 2018-10-26 10:15:42,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5da61cb1e85a71f26332cb9919d6e55690c0f1e2" 2018-10-26 10:15:42,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:15:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d492d94-d720-4d83-98a1-4668bfd5358b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 10:15:42,528 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-1d492d94-d720-4d83-98a1-4668bfd5358b 2018-10-26 10:15:42,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5da61cb1e85a71f26332cb9919d6e55690c0f1e2" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-421459bf-77c4-44b-proj"}}' 2018-10-26 10:15:42,666 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:15:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-330cc1c9-eabe-42f3-9230-b0d0e5d22461 Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/eb0c856dcdeb464bb37a3989ebbc348f"}, "enabled": true, "id": "eb0c856dcdeb464bb37a3989ebbc348f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-421459bf-77c4-44b-proj"}} 2018-10-26 10:15:42,666 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-330cc1c9-eabe-42f3-9230-b0d0e5d22461 2018-10-26 10:15:42,666 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-421459bf-77c4-44b-proj 2018-10-26 10:15:42,667 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:15:42,667 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:15:43,058 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:15:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["3c-4FnieRvaNugcqBByOiQ"], "issued_at": "2018-10-26T10:15:43.000000Z"}} 2018-10-26 10:15:43,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf659dc4817890533b948ad2aa704f8a690afb47" 2018-10-26 10:15:43,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:15:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94647cc6-a6d1-42f1-907e-c5b10be14905 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:15:43,139 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-94647cc6-a6d1-42f1-907e-c5b10be14905 2018-10-26 10:15:43,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:15:43,148 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:15: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:15:43,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf659dc4817890533b948ad2aa704f8a690afb47" 2018-10-26 10:15:43,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:15:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63cc6708-44bd-4af7-8960-70d2e9dedba4 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 10:15:43,251 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-63cc6708-44bd-4af7-8960-70d2e9dedba4 2018-10-26 10:15:43,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstanceSingleNetworkTests-421459bf-77c4-44b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf659dc4817890533b948ad2aa704f8a690afb47" 2018-10-26 10:15:43,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:15:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb6ffd17-ea33-47d4-a9db-db1eb0f66084 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstanceSingleNetworkTests-421459bf-77c4-44b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/eb0c856dcdeb464bb37a3989ebbc348f"}, "enabled": true, "id": "eb0c856dcdeb464bb37a3989ebbc348f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-421459bf-77c4-44b-proj"}]} 2018-10-26 10:15:43,338 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstanceSingleNetworkTests-421459bf-77c4-44b-proj used request id req-fb6ffd17-ea33-47d4-a9db-db1eb0f66084 2018-10-26 10:15:43,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf659dc4817890533b948ad2aa704f8a690afb47" 2018-10-26 10:15:43,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:15:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b7f07ea-a78f-4b67-9a50-c0a5065873bb Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 10:15:43,448 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-6b7f07ea-a78f-4b67-9a50-c0a5065873bb 2018-10-26 10:15:43,839 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-421459bf-77c4-44b-user 2018-10-26 10:15:43,840 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:15:43,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5da61cb1e85a71f26332cb9919d6e55690c0f1e2" 2018-10-26 10:15:43,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:15:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-263b74f5-0221-4c87-932e-3b266fa24520 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:15:43,932 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-263b74f5-0221-4c87-932e-3b266fa24520 2018-10-26 10:15:43,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5da61cb1e85a71f26332cb9919d6e55690c0f1e2" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-421459bf-77c4-44b-proj-role"}}' 2018-10-26 10:15:44,062 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:15:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a274f8cb-2e45-4f75-bd84-8014af96c0ef Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "277795f70566456db701933444fe266e", "links": {"self": "http://172.30.9.21:5000/v3/roles/277795f70566456db701933444fe266e"}, "name": "CreateInstanceSingleNetworkTests-421459bf-77c4-44b-proj-role"}} 2018-10-26 10:15:44,062 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-a274f8cb-2e45-4f75-bd84-8014af96c0ef 2018-10-26 10:15:44,062 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-421459bf-77c4-44b-proj-role 2018-10-26 10:15:44,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/277795f70566456db701933444fe266e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5da61cb1e85a71f26332cb9919d6e55690c0f1e2" 2018-10-26 10:15:44,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:15:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75f098ac-adb2-43d8-9c9e-d65f1d390e53 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/277795f70566456db701933444fe266e"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-421459bf-77c4-44b-proj-role", "id": "277795f70566456db701933444fe266e"}} 2018-10-26 10:15:44,157 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/277795f70566456db701933444fe266e used request id req-75f098ac-adb2-43d8-9c9e-d65f1d390e53 2018-10-26 10:15:44,158 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-421459bf-77c4-44b-proj-role to project CreateInstanceSingleNetworkTests-421459bf-77c4-44b-proj 2018-10-26 10:15:44,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/eb0c856dcdeb464bb37a3989ebbc348f/users/276f82b0ca0e4c838cc1c896c54c0e14/roles/277795f70566456db701933444fe266e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5da61cb1e85a71f26332cb9919d6e55690c0f1e2" 2018-10-26 10:15:44,286 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:15:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7de1be38-7b23-4225-bf47-43e510e05ea1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:15:44,286 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/eb0c856dcdeb464bb37a3989ebbc348f/users/276f82b0ca0e4c838cc1c896c54c0e14/roles/277795f70566456db701933444fe266e used request id req-7de1be38-7b23-4225-bf47-43e510e05ea1 2018-10-26 10:15:44,287 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:15:44,288 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-26 10:15:44,288 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:15:44,289 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:15:44,679 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "277795f70566456db701933444fe266e", "name": "CreateInstanceSingleNetworkTests-421459bf-77c4-44b-proj-role"}], "expires_at": "2018-10-26T11:15:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eb0c856dcdeb464bb37a3989ebbc348f", "name": "CreateInstanceSingleNetworkTests-421459bf-77c4-44b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-421459bf-77c4-44b-user", "id": "276f82b0ca0e4c838cc1c896c54c0e14"}, "audit_ids": ["W0d8zM2OSdamp9RWol14jQ"], "issued_at": "2018-10-26T10:15:44.000000Z"}} 2018-10-26 10:15:44,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19ed46f78bf6c53d38944c56363e6b4612b52cdf" 2018-10-26 10:15:44,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:15:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b3a9a6b-e51e-4361-a7c8-d933d0ef6a55 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:15:44,753 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-0b3a9a6b-e51e-4361-a7c8-d933d0ef6a55 2018-10-26 10:15:44,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}19ed46f78bf6c53d38944c56363e6b4612b52cdf" 2018-10-26 10:15:44,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-b9a2edf9-2e30-4a3e-9650-02f1a9121f5f Date: Fri, 26 Oct 2018 10:15:44 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-image"} 2018-10-26 10:15:44,931 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-image used request id req-b9a2edf9-2e30-4a3e-9650-02f1a9121f5f 2018-10-26 10:15:44,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}19ed46f78bf6c53d38944c56363e6b4612b52cdf" 2018-10-26 10:15:45,085 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c5f0a8c9-785f-44b7-b079-73498a991a18 Date: Fri, 26 Oct 2018 10:15: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-26 10:15:45,086 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-c5f0a8c9-785f-44b7-b079-73498a991a18 2018-10-26 10:15:45,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}19ed46f78bf6c53d38944c56363e6b4612b52cdf" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-image"}' 2018-10-26 10:15:45,297 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/6d1d7cda-fce1-4887-b732-4e217ad8b228 X-Openstack-Request-Id: req-39141ae6-7ab4-42cf-ba3f-aa389c0a4662 Date: Fri, 26 Oct 2018 10:15:45 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:15:45Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-26T10:15:45Z", "visibility": "shared", "locations": [], "self": "/v2/images/6d1d7cda-fce1-4887-b732-4e217ad8b228", "min_disk": 0, "protected": false, "id": "6d1d7cda-fce1-4887-b732-4e217ad8b228", "file": "/v2/images/6d1d7cda-fce1-4887-b732-4e217ad8b228/file", "checksum": null, "owner": "eb0c856dcdeb464bb37a3989ebbc348f", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:15:45,297 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-39141ae6-7ab4-42cf-ba3f-aa389c0a4662 2018-10-26 10:15:45,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/6d1d7cda-fce1-4887-b732-4e217ad8b228/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}19ed46f78bf6c53d38944c56363e6b4612b52cdf" -d '' 2018-10-26 10:15:46,305 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6f4cd4e3-b5bd-43d1-ab3f-1460b3043159 Date: Fri, 26 Oct 2018 10:15: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-26 10:15:46,305 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/6d1d7cda-fce1-4887-b732-4e217ad8b228/file used request id req-6f4cd4e3-b5bd-43d1-ab3f-1460b3043159 2018-10-26 10:15:46,305 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 10:15:46,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/6d1d7cda-fce1-4887-b732-4e217ad8b228 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}19ed46f78bf6c53d38944c56363e6b4612b52cdf" 2018-10-26 10:15:46,471 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-d65261da-2198-418f-b9c7-62af9db785e0 Date: Fri, 26 Oct 2018 10:15:46 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:15:45Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T10:15:46Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/6d1d7cda-fce1-4887-b732-4e217ad8b228/snap", "metadata": {}}], "self": "/v2/images/6d1d7cda-fce1-4887-b732-4e217ad8b228", "min_disk": 0, "protected": false, "id": "6d1d7cda-fce1-4887-b732-4e217ad8b228", "file": "/v2/images/6d1d7cda-fce1-4887-b732-4e217ad8b228/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "eb0c856dcdeb464bb37a3989ebbc348f", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/6d1d7cda-fce1-4887-b732-4e217ad8b228/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:15:46,471 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/6d1d7cda-fce1-4887-b732-4e217ad8b228 used request id req-d65261da-2198-418f-b9c7-62af9db785e0 2018-10-26 10:15:46,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}19ed46f78bf6c53d38944c56363e6b4612b52cdf" 2018-10-26 10:15:46,620 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-77c86abb-98ef-4d6a-a8f8-abbb8a86f5bf Date: Fri, 26 Oct 2018 10:15: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-26 10:15:46,620 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-77c86abb-98ef-4d6a-a8f8-abbb8a86f5bf 2018-10-26 10:15:46,623 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-image 2018-10-26 10:15:46,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/6d1d7cda-fce1-4887-b732-4e217ad8b228 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}19ed46f78bf6c53d38944c56363e6b4612b52cdf" 2018-10-26 10:15:46,789 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-0d8240fb-9fa8-4cfb-a5b3-efaaad8d4bf6 Date: Fri, 26 Oct 2018 10:15:46 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:15:45Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T10:15:46Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/6d1d7cda-fce1-4887-b732-4e217ad8b228/snap", "metadata": {}}], "self": "/v2/images/6d1d7cda-fce1-4887-b732-4e217ad8b228", "min_disk": 0, "protected": false, "id": "6d1d7cda-fce1-4887-b732-4e217ad8b228", "file": "/v2/images/6d1d7cda-fce1-4887-b732-4e217ad8b228/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "eb0c856dcdeb464bb37a3989ebbc348f", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/6d1d7cda-fce1-4887-b732-4e217ad8b228/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:15:46,789 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/6d1d7cda-fce1-4887-b732-4e217ad8b228 used request id req-0d8240fb-9fa8-4cfb-a5b3-efaaad8d4bf6 2018-10-26 10:15:46,790 - create_image - DEBUG - Instance status is - active 2018-10-26 10:15:46,790 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-image 2018-10-26 10:15:46,790 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-image 2018-10-26 10:15:46,791 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:15:46,791 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:15:47,155 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "277795f70566456db701933444fe266e", "name": "CreateInstanceSingleNetworkTests-421459bf-77c4-44b-proj-role"}], "expires_at": "2018-10-26T11:15:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eb0c856dcdeb464bb37a3989ebbc348f", "name": "CreateInstanceSingleNetworkTests-421459bf-77c4-44b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-421459bf-77c4-44b-user", "id": "276f82b0ca0e4c838cc1c896c54c0e14"}, "audit_ids": ["EqrF-ST8Q9OKefrGu-AwFA"], "issued_at": "2018-10-26T10:15:47.000000Z"}} 2018-10-26 10:15:47,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8971acc22356ed24152d03512d32b23a0fd3a764" 2018-10-26 10:15:47,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:15:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae38cb8a-bdb6-42cb-8fc9-b295856e7bad Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:15:47,235 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ae38cb8a-bdb6-42cb-8fc9-b295856e7bad 2018-10-26 10:15:47,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8971acc22356ed24152d03512d32b23a0fd3a764" 2018-10-26 10:15:47,419 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-07e8e664-dcd2-45c9-900b-891c739d14a3 Date: Fri, 26 Oct 2018 10:15:47 GMT RESP BODY: {"networks":[]} 2018-10-26 10:15:47,419 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-net used request id req-07e8e664-dcd2-45c9-900b-891c739d14a3 2018-10-26 10:15:47,420 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-net 2018-10-26 10:15:47,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8971acc22356ed24152d03512d32b23a0fd3a764" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-net", "admin_state_up": true}}' 2018-10-26 10:15:47,934 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-f46765ac-a2de-452a-8d3b-6048a8784368 Date: Fri, 26 Oct 2018 10:15:47 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"eb0c856dcdeb464bb37a3989ebbc348f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T10:15:47Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"eb0c856dcdeb464bb37a3989ebbc348f","created_at":"2018-10-26T10:15:47Z","mtu":1450}} 2018-10-26 10:15:47,935 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-f46765ac-a2de-452a-8d3b-6048a8784368 2018-10-26 10:15:47,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8971acc22356ed24152d03512d32b23a0fd3a764" 2018-10-26 10:15:48,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-85d8b176-b19e-4e05-876a-1b6bc66411e2 Date: Fri, 26 Oct 2018 10:15: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-26T10:15:47Z","tenant_id":"eb0c856dcdeb464bb37a3989ebbc348f","created_at":"2018-10-26T10:15:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"eb0c856dcdeb464bb37a3989ebbc348f","id":"dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb","name":"CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-net"}]} 2018-10-26 10:15:48,169 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb used request id req-85d8b176-b19e-4e05-876a-1b6bc66411e2 2018-10-26 10:15:48,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8971acc22356ed24152d03512d32b23a0fd3a764" 2018-10-26 10:15:48,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-2869ee82-64a9-4824-bd6c-607e84d1dd84 Date: Fri, 26 Oct 2018 10:15:48 GMT RESP BODY: {"subnets":[]} 2018-10-26 10:15:48,504 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb used request id req-2869ee82-64a9-4824-bd6c-607e84d1dd84 2018-10-26 10:15:48,504 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-subnet 2018-10-26 10:15:48,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8971acc22356ed24152d03512d32b23a0fd3a764" -d '{"subnets": [{"ip_version": 4, "network_id": "dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-subnet"}]}' 2018-10-26 10:15:49,204 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-3bb9e99c-ceda-4392-90cf-5a2f0decd7fa Date: Fri, 26 Oct 2018 10:15:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb","tenant_id":"eb0c856dcdeb464bb37a3989ebbc348f","created_at":"2018-10-26T10:15:48Z","dns_nameservers":[],"updated_at":"2018-10-26T10:15: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":"eb0c856dcdeb464bb37a3989ebbc348f","id":"879e334b-b65e-465e-aabf-28b027e083ae","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-subnet"}]} 2018-10-26 10:15:49,204 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-3bb9e99c-ceda-4392-90cf-5a2f0decd7fa 2018-10-26 10:15:49,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8971acc22356ed24152d03512d32b23a0fd3a764" 2018-10-26 10:15:49,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-6a2f710f-3c5e-4ded-904b-9058edaa9617 Date: Fri, 26 Oct 2018 10: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":["879e334b-b65e-465e-aabf-28b027e083ae"],"updated_at":"2018-10-26T10:15:48Z","tenant_id":"eb0c856dcdeb464bb37a3989ebbc348f","created_at":"2018-10-26T10:15:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"eb0c856dcdeb464bb37a3989ebbc348f","id":"dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb","name":"CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-net"}]} 2018-10-26 10:15:49,460 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb used request id req-6a2f710f-3c5e-4ded-904b-9058edaa9617 2018-10-26 10:15:49,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8971acc22356ed24152d03512d32b23a0fd3a764" 2018-10-26 10:15:49,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-7f381cc1-cf0b-4b30-a20d-2f9b32c7e72f Date: Fri, 26 Oct 2018 10:15:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb","tenant_id":"eb0c856dcdeb464bb37a3989ebbc348f","created_at":"2018-10-26T10:15:48Z","dns_nameservers":[],"updated_at":"2018-10-26T10:15: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":"eb0c856dcdeb464bb37a3989ebbc348f","id":"879e334b-b65e-465e-aabf-28b027e083ae","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-subnet"}]} 2018-10-26 10:15:49,515 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb used request id req-7f381cc1-cf0b-4b30-a20d-2f9b32c7e72f 2018-10-26 10:15:49,516 - OpenStackNetwork - DEBUG - Network [dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb] created successfully 2018-10-26 10:15:49,516 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:15:49,517 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:15:49,924 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "277795f70566456db701933444fe266e", "name": "CreateInstanceSingleNetworkTests-421459bf-77c4-44b-proj-role"}], "expires_at": "2018-10-26T11:15:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eb0c856dcdeb464bb37a3989ebbc348f", "name": "CreateInstanceSingleNetworkTests-421459bf-77c4-44b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-421459bf-77c4-44b-user", "id": "276f82b0ca0e4c838cc1c896c54c0e14"}, "audit_ids": ["zyJImpjpTxanOq6EfDNs-Q"], "issued_at": "2018-10-26T10:15:49.000000Z"}} 2018-10-26 10:15:49,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}883cf435f8df8a9924428d92264f4eb463ec5d6b" 2018-10-26 10:15:49,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:15:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc4c5554-f7c7-4af1-be33-457f395a37a7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:15:49,997 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-cc4c5554-f7c7-4af1-be33-457f395a37a7 2018-10-26 10:15:50,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}883cf435f8df8a9924428d92264f4eb463ec5d6b" 2018-10-26 10:15:50,224 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-9007c962-c5ff-41b0-8799-c64f783def4f Date: Fri, 26 Oct 2018 10:15:50 GMT RESP BODY: {"routers": []} 2018-10-26 10:15:50,225 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-router&admin_state_up=True used request id req-9007c962-c5ff-41b0-8799-c64f783def4f 2018-10-26 10:15:50,225 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:15:50,226 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:15:50,603 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "277795f70566456db701933444fe266e", "name": "CreateInstanceSingleNetworkTests-421459bf-77c4-44b-proj-role"}], "expires_at": "2018-10-26T11:15:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eb0c856dcdeb464bb37a3989ebbc348f", "name": "CreateInstanceSingleNetworkTests-421459bf-77c4-44b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-421459bf-77c4-44b-user", "id": "276f82b0ca0e4c838cc1c896c54c0e14"}, "audit_ids": ["G-9lZoANTGK0yD3r9iWI-Q"], "issued_at": "2018-10-26T10:15:50.000000Z"}} 2018-10-26 10:15:50,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31b92c8140bee6226e51d8015ce196cc33d529c5" 2018-10-26 10:15:50,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:15:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0328bdaf-2680-4b48-ba7f-42a6d8a15b43 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:15:50,683 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-0328bdaf-2680-4b48-ba7f-42a6d8a15b43 2018-10-26 10:15:50,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}883cf435f8df8a9924428d92264f4eb463ec5d6b" 2018-10-26 10:15:50,933 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-5e401b90-75cd-4733-b0b0-8134f6da2bd1 Date: Fri, 26 Oct 2018 10:15:50 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","mtu":1500}]} 2018-10-26 10:15:50,934 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-5e401b90-75cd-4733-b0b0-8134f6da2bd1 2018-10-26 10:15:50,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}883cf435f8df8a9924428d92264f4eb463ec5d6b" 2018-10-26 10:15:51,128 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-8af8c646-f067-4a2f-91e4-65d60237c75d Date: Fri, 26 Oct 2018 10:15:51 GMT RESP BODY: {"subnets":[]} 2018-10-26 10:15:51,128 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-8af8c646-f067-4a2f-91e4-65d60237c75d 2018-10-26 10:15:51,129 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-router 2018-10-26 10:15:51,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}883cf435f8df8a9924428d92264f4eb463ec5d6b" -d '{"router": {"external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693"}, "name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-router", "admin_state_up": true}}' 2018-10-26 10:15:56,332 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-cd3f26a8-c04a-461f-a2e7-6df4fbb16827 Date: Fri, 26 Oct 2018 10:15:56 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "created_at": "2018-10-26T10:15:51Z", "admin_state_up": true, "updated_at": "2018-10-26T10:15:52Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "eb0c856dcdeb464bb37a3989ebbc348f", "id": "ff7f6b80-f500-4694-9af6-b8c92ce30095", "name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-router"}} 2018-10-26 10:15:56,333 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-cd3f26a8-c04a-461f-a2e7-6df4fbb16827 2018-10-26 10:15:56,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=ff7f6b80-f500-4694-9af6-b8c92ce30095 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}883cf435f8df8a9924428d92264f4eb463ec5d6b" 2018-10-26 10:15:56,511 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-a7c09860-7f93-4f04-891c-f647bc295d19 Date: Fri, 26 Oct 2018 10:15:56 GMT RESP BODY: {"ports":[]} 2018-10-26 10:15:56,511 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=ff7f6b80-f500-4694-9af6-b8c92ce30095 used request id req-a7c09860-7f93-4f04-891c-f647bc295d19 2018-10-26 10:15:56,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}883cf435f8df8a9924428d92264f4eb463ec5d6b" 2018-10-26 10:15:56,769 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-0a415526-3b2d-46ea-a8f0-bc214dc7f7ce Date: Fri, 26 Oct 2018 10:15: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":["879e334b-b65e-465e-aabf-28b027e083ae"],"updated_at":"2018-10-26T10:15:48Z","tenant_id":"eb0c856dcdeb464bb37a3989ebbc348f","created_at":"2018-10-26T10:15:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"eb0c856dcdeb464bb37a3989ebbc348f","id":"dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb","name":"CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-net"}]} 2018-10-26 10:15:56,769 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-net used request id req-0a415526-3b2d-46ea-a8f0-bc214dc7f7ce 2018-10-26 10:15:56,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:15:56,778 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:15: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:15:56,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/eb0c856dcdeb464bb37a3989ebbc348f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}883cf435f8df8a9924428d92264f4eb463ec5d6b" 2018-10-26 10:15:56,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:15:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a44e7f8-147b-4e25-8953-0f7d17f55a5b Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/eb0c856dcdeb464bb37a3989ebbc348f"}, "enabled": true, "id": "eb0c856dcdeb464bb37a3989ebbc348f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-421459bf-77c4-44b-proj"}} 2018-10-26 10:15:56,854 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/eb0c856dcdeb464bb37a3989ebbc348f used request id req-2a44e7f8-147b-4e25-8953-0f7d17f55a5b 2018-10-26 10:15:56,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}883cf435f8df8a9924428d92264f4eb463ec5d6b" 2018-10-26 10:15:57,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a8335074-7fa7-414d-9a59-b9dfceb4eb3f Date: Fri, 26 Oct 2018 10:15:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb","tenant_id":"eb0c856dcdeb464bb37a3989ebbc348f","created_at":"2018-10-26T10:15:48Z","dns_nameservers":[],"updated_at":"2018-10-26T10:15: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":"eb0c856dcdeb464bb37a3989ebbc348f","id":"879e334b-b65e-465e-aabf-28b027e083ae","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-subnet"}]} 2018-10-26 10:15:57,077 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb used request id req-a8335074-7fa7-414d-9a59-b9dfceb4eb3f 2018-10-26 10:15:57,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb&name=CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}883cf435f8df8a9924428d92264f4eb463ec5d6b" 2018-10-26 10:15:57,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-ed2caaf9-0701-48e4-9fcb-919aa77f5055 Date: Fri, 26 Oct 2018 10:15:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb","tenant_id":"eb0c856dcdeb464bb37a3989ebbc348f","created_at":"2018-10-26T10:15:48Z","dns_nameservers":[],"updated_at":"2018-10-26T10:15: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":"eb0c856dcdeb464bb37a3989ebbc348f","id":"879e334b-b65e-465e-aabf-28b027e083ae","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-subnet"}]} 2018-10-26 10:15:57,278 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb&name=CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-subnet used request id req-ed2caaf9-0701-48e4-9fcb-919aa77f5055 2018-10-26 10:15:57,278 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-10-26 10:15:57,279 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-router 2018-10-26 10:15:57,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/ff7f6b80-f500-4694-9af6-b8c92ce30095/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}883cf435f8df8a9924428d92264f4eb463ec5d6b" -d '{"subnet_id": "879e334b-b65e-465e-aabf-28b027e083ae"}' 2018-10-26 10:15:59,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-89e0be52-4a8d-431e-8cf6-12fd49c2b42b Date: Fri, 26 Oct 2018 10:15:59 GMT RESP BODY: {"network_id": "dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb", "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "subnet_id": "879e334b-b65e-465e-aabf-28b027e083ae", "subnet_ids": ["879e334b-b65e-465e-aabf-28b027e083ae"], "port_id": "1cf2b68d-1bf6-4332-8a85-e0c342bdf9c0", "id": "ff7f6b80-f500-4694-9af6-b8c92ce30095"} 2018-10-26 10:15:59,265 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/ff7f6b80-f500-4694-9af6-b8c92ce30095/add_router_interface used request id req-89e0be52-4a8d-431e-8cf6-12fd49c2b42b 2018-10-26 10:15:59,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/ff7f6b80-f500-4694-9af6-b8c92ce30095 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}883cf435f8df8a9924428d92264f4eb463ec5d6b" 2018-10-26 10:15:59,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-6d21f911-faee-419b-9816-cb8a196cc854 Date: Fri, 26 Oct 2018 10:15:59 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "created_at": "2018-10-26T10:15:51Z", "admin_state_up": true, "updated_at": "2018-10-26T10:15:58Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "eb0c856dcdeb464bb37a3989ebbc348f", "id": "ff7f6b80-f500-4694-9af6-b8c92ce30095", "name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-router"}} 2018-10-26 10:15:59,485 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/ff7f6b80-f500-4694-9af6-b8c92ce30095 used request id req-6d21f911-faee-419b-9816-cb8a196cc854 2018-10-26 10:15:59,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=ff7f6b80-f500-4694-9af6-b8c92ce30095 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}883cf435f8df8a9924428d92264f4eb463ec5d6b" 2018-10-26 10:15:59,696 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-8f99cd61-fba9-4fa8-81c8-2f263cf8e037 Date: Fri, 26 Oct 2018 10:15:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:15:58Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"879e334b-b65e-465e-aabf-28b027e083ae","ip_address":"10.55.1.1"}],"id":"1cf2b68d-1bf6-4332-8a85-e0c342bdf9c0","security_groups":[],"mac_address":"fa:16:3e:c7:07:c2","project_id":"eb0c856dcdeb464bb37a3989ebbc348f","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb","tenant_id":"eb0c856dcdeb464bb37a3989ebbc348f","created_at":"2018-10-26T10:15:57Z","binding:vnic_type":"normal","device_id":"ff7f6b80-f500-4694-9af6-b8c92ce30095"}]} 2018-10-26 10:15:59,696 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=ff7f6b80-f500-4694-9af6-b8c92ce30095 used request id req-8f99cd61-fba9-4fa8-81c8-2f263cf8e037 2018-10-26 10:15:59,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/879e334b-b65e-465e-aabf-28b027e083ae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}883cf435f8df8a9924428d92264f4eb463ec5d6b" 2018-10-26 10:15:59,900 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-8d5840c7-3b33-49a1-8187-0e73f7652fdc Date: Fri, 26 Oct 2018 10:15:59 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb","tenant_id":"eb0c856dcdeb464bb37a3989ebbc348f","created_at":"2018-10-26T10:15:48Z","dns_nameservers":[],"updated_at":"2018-10-26T10:15: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":"eb0c856dcdeb464bb37a3989ebbc348f","id":"879e334b-b65e-465e-aabf-28b027e083ae","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-subnet"}} 2018-10-26 10:15:59,900 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/879e334b-b65e-465e-aabf-28b027e083ae used request id req-8d5840c7-3b33-49a1-8187-0e73f7652fdc 2018-10-26 10:15:59,901 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:15:59,902 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:16:00,361 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:16:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["aD60MzykQ-ewL0JA762BuA"], "issued_at": "2018-10-26T10:16:00.000000Z"}} 2018-10-26 10:16:00,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b287cc7bbf5762989ba76c03cdfad083246bfddf" 2018-10-26 10:16:00,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:16:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b40faefe-f01c-4b1d-8c6d-88f5bcf3a7a4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:16:00,437 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b40faefe-f01c-4b1d-8c6d-88f5bcf3a7a4 2018-10-26 10:16:00,439 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:16:00,444 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b287cc7bbf5762989ba76c03cdfad083246bfddf" 2018-10-26 10:16:00,648 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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 x-openstack-request-id: req-b05f7085-dd80-44e5-8c02-41b5d8a8cba5 x-compute-request-id: req-b05f7085-dd80-44e5-8c02-41b5d8a8cba5 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-26 10:16:00,648 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-b05f7085-dd80-44e5-8c02-41b5d8a8cba5 2018-10-26 10:16:00,651 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b287cc7bbf5762989ba76c03cdfad083246bfddf" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-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-26 10:16:00,702 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-c279caa4-d5c1-4b68-90d8-108706e8b412 x-compute-request-id: req-c279caa4-d5c1-4b68-90d8-108706e8b412 Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/3e14e323-02b6-45d1-94ea-c198d76f0fb8", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/3e14e323-02b6-45d1-94ea-c198d76f0fb8", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "3e14e323-02b6-45d1-94ea-c198d76f0fb8", "name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 10:16:00,702 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-c279caa4-d5c1-4b68-90d8-108706e8b412 2018-10-26 10:16:00,703 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:16:00,704 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:16:01,078 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "277795f70566456db701933444fe266e", "name": "CreateInstanceSingleNetworkTests-421459bf-77c4-44b-proj-role"}], "expires_at": "2018-10-26T11:16:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eb0c856dcdeb464bb37a3989ebbc348f", "name": "CreateInstanceSingleNetworkTests-421459bf-77c4-44b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-421459bf-77c4-44b-user", "id": "276f82b0ca0e4c838cc1c896c54c0e14"}, "audit_ids": ["Pq4711JuSRyJ_oHq7uyHQg"], "issued_at": "2018-10-26T10:16:01.000000Z"}} 2018-10-26 10:16:01,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f14f8209ccdb09ccb9a1dbcd992c7d68283879b" 2018-10-26 10:16:01,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:16:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58172cf0-bce3-4e11-b3e7-e58f1ce6267d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:16:01,155 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-58172cf0-bce3-4e11-b3e7-e58f1ce6267d 2018-10-26 10:16:01,156 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:16:01,160 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f14f8209ccdb09ccb9a1dbcd992c7d68283879b" 2018-10-26 10:16:01,319 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:16:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5a4d6651-df16-480e-bdb0-ecc501ea33b7 x-compute-request-id: req-5a4d6651-df16-480e-bdb0-ecc501ea33b7 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-10-26 10:16:01,320 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-5a4d6651-df16-480e-bdb0-ecc501ea33b7 2018-10-26 10:16:01,320 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-kp... 2018-10-26 10:16:01,320 - OpenStackKeypair - INFO - Creating new keypair 2018-10-26 10:16:01,428 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-kp 2018-10-26 10:16:01,430 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f14f8209ccdb09ccb9a1dbcd992c7d68283879b" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDPHsyyoZ+JhKsmQfoQ+dFEDSTQ46Wq9iUN45fEGe05lJe0n/H1h4C9KSYlYTm6MLHqUbp3fRauH3aFM00SUkGXou+O12aN5u6sxH3ghi5Q8mFBNbWsaJ6guy7dM3NH+JUJpgKKchnwgAltTBzhTUI5AkVHm3M5GCMiF2irSc/c6w==", "name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-kp"}}' 2018-10-26 10:16:01,493 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:16:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-946af15e-ca1f-415c-92b8-acf91ece8a89 x-compute-request-id: req-946af15e-ca1f-415c-92b8-acf91ece8a89 Content-Encoding: gzip Content-Length: 377 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDPHsyyoZ+JhKsmQfoQ+dFEDSTQ46Wq9iUN45fEGe05lJe0n/H1h4C9KSYlYTm6MLHqUbp3fRauH3aFM00SUkGXou+O12aN5u6sxH3ghi5Q8mFBNbWsaJ6guy7dM3NH+JUJpgKKchnwgAltTBzhTUI5AkVHm3M5GCMiF2irSc/c6w==", "user_id": "276f82b0ca0e4c838cc1c896c54c0e14", "name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-kp", "fingerprint": "13:e1:35:b9:a9:6e:12:14:ef:c4:23:b5:90:87:9d:37"}} 2018-10-26 10:16:01,493 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-946af15e-ca1f-415c-92b8-acf91ece8a89 2018-10-26 10:16:01,495 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b.pub 2018-10-26 10:16:01,495 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b 2018-10-26 10:16:01,496 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:16:01,497 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:16:01,874 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "277795f70566456db701933444fe266e", "name": "CreateInstanceSingleNetworkTests-421459bf-77c4-44b-proj-role"}], "expires_at": "2018-10-26T11:16:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eb0c856dcdeb464bb37a3989ebbc348f", "name": "CreateInstanceSingleNetworkTests-421459bf-77c4-44b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-421459bf-77c4-44b-user", "id": "276f82b0ca0e4c838cc1c896c54c0e14"}, "audit_ids": ["6iG7hjsJS126cMo6N00wmw"], "issued_at": "2018-10-26T10:16:01.000000Z"}} 2018-10-26 10:16:01,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a568553548e5bae9262b6ce8b4788e5f98711c1e" 2018-10-26 10:16:01,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:16:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-335da685-c69f-4c7b-b5b6-fb934ced6020 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:16:01,949 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-335da685-c69f-4c7b-b5b6-fb934ced6020 2018-10-26 10:16:01,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a568553548e5bae9262b6ce8b4788e5f98711c1e" 2018-10-26 10:16:02,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-5f6caf70-b60f-44a3-85d8-39ca85432632 Date: Fri, 26 Oct 2018 10:16:02 GMT RESP BODY: {"security_groups": []} 2018-10-26 10:16:02,141 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-sec-grp used request id req-5f6caf70-b60f-44a3-85d8-39ca85432632 2018-10-26 10:16:02,141 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-sec-grp... 2018-10-26 10:16:02,141 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-sec-grp 2018-10-26 10:16:02,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a568553548e5bae9262b6ce8b4788e5f98711c1e" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-sec-grp"}}' 2018-10-26 10:16:02,529 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-0116c45c-369a-47ab-b406-2502840d8f80 Date: Fri, 26 Oct 2018 10:16:02 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "created_at": "2018-10-26T10:16:02Z", "updated_at": "2018-10-26T10:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:16:02Z", "revision_number": 0, "id": "0612403b-599f-4902-a1fb-a6d9b49752c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:16:02Z", "security_group_id": "652bca63-7b6f-4694-bc15-e2db0a1ddc7b", "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "port_range_min": null, "ethertype": "IPv4", "project_id": "eb0c856dcdeb464bb37a3989ebbc348f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:16:02Z", "revision_number": 0, "id": "e0c1d50f-bb8b-404b-9250-f12d8902a86f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:16:02Z", "security_group_id": "652bca63-7b6f-4694-bc15-e2db0a1ddc7b", "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "port_range_min": null, "ethertype": "IPv6", "project_id": "eb0c856dcdeb464bb37a3989ebbc348f"}], "revision_number": 2, "project_id": "eb0c856dcdeb464bb37a3989ebbc348f", "id": "652bca63-7b6f-4694-bc15-e2db0a1ddc7b", "name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-sec-grp"}} 2018-10-26 10:16:02,529 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-0116c45c-369a-47ab-b406-2502840d8f80 2018-10-26 10:16:02,530 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 652bca63-7b6f-4694-bc15-e2db0a1ddc7b 2018-10-26 10:16:02,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=652bca63-7b6f-4694-bc15-e2db0a1ddc7b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a568553548e5bae9262b6ce8b4788e5f98711c1e" 2018-10-26 10:16:02,704 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-925a5ae8-65f9-48aa-b987-fcbc6666e103 Date: Fri, 26 Oct 2018 10:16: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-26T10:16:02Z", "security_group_id": "652bca63-7b6f-4694-bc15-e2db0a1ddc7b", "port_range_min": null, "revision_number": 0, "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "created_at": "2018-10-26T10:16:02Z", "project_id": "eb0c856dcdeb464bb37a3989ebbc348f", "id": "0612403b-599f-4902-a1fb-a6d9b49752c1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:16:02Z", "security_group_id": "652bca63-7b6f-4694-bc15-e2db0a1ddc7b", "port_range_min": null, "revision_number": 0, "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "created_at": "2018-10-26T10:16:02Z", "project_id": "eb0c856dcdeb464bb37a3989ebbc348f", "id": "e0c1d50f-bb8b-404b-9250-f12d8902a86f"}]} 2018-10-26 10:16:02,704 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=652bca63-7b6f-4694-bc15-e2db0a1ddc7b used request id req-925a5ae8-65f9-48aa-b987-fcbc6666e103 2018-10-26 10:16:02,705 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 652bca63-7b6f-4694-bc15-e2db0a1ddc7b 2018-10-26 10:16:02,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=652bca63-7b6f-4694-bc15-e2db0a1ddc7b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a568553548e5bae9262b6ce8b4788e5f98711c1e" 2018-10-26 10:16:02,733 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-23da97bf-da8e-403b-90d5-cde34c43c3b6 Date: Fri, 26 Oct 2018 10:16: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-26T10:16:02Z", "security_group_id": "652bca63-7b6f-4694-bc15-e2db0a1ddc7b", "port_range_min": null, "revision_number": 0, "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "created_at": "2018-10-26T10:16:02Z", "project_id": "eb0c856dcdeb464bb37a3989ebbc348f", "id": "0612403b-599f-4902-a1fb-a6d9b49752c1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:16:02Z", "security_group_id": "652bca63-7b6f-4694-bc15-e2db0a1ddc7b", "port_range_min": null, "revision_number": 0, "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "created_at": "2018-10-26T10:16:02Z", "project_id": "eb0c856dcdeb464bb37a3989ebbc348f", "id": "e0c1d50f-bb8b-404b-9250-f12d8902a86f"}]} 2018-10-26 10:16:02,733 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=652bca63-7b6f-4694-bc15-e2db0a1ddc7b used request id req-23da97bf-da8e-403b-90d5-cde34c43c3b6 2018-10-26 10:16:02,734 - neutron_utils - INFO - Retrieving security group with ID - 652bca63-7b6f-4694-bc15-e2db0a1ddc7b 2018-10-26 10:16:02,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=652bca63-7b6f-4694-bc15-e2db0a1ddc7b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a568553548e5bae9262b6ce8b4788e5f98711c1e" 2018-10-26 10:16:02,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-82909d7e-2e19-477b-8326-ce9f4588d499 Date: Fri, 26 Oct 2018 10:16:02 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "created_at": "2018-10-26T10:16:02Z", "updated_at": "2018-10-26T10:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:16:02Z", "revision_number": 0, "id": "0612403b-599f-4902-a1fb-a6d9b49752c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:16:02Z", "security_group_id": "652bca63-7b6f-4694-bc15-e2db0a1ddc7b", "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "port_range_min": null, "ethertype": "IPv4", "project_id": "eb0c856dcdeb464bb37a3989ebbc348f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:16:02Z", "revision_number": 0, "id": "e0c1d50f-bb8b-404b-9250-f12d8902a86f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:16:02Z", "security_group_id": "652bca63-7b6f-4694-bc15-e2db0a1ddc7b", "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "port_range_min": null, "ethertype": "IPv6", "project_id": "eb0c856dcdeb464bb37a3989ebbc348f"}], "revision_number": 2, "project_id": "eb0c856dcdeb464bb37a3989ebbc348f", "id": "652bca63-7b6f-4694-bc15-e2db0a1ddc7b", "name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-sec-grp"}]} 2018-10-26 10:16:02,943 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=652bca63-7b6f-4694-bc15-e2db0a1ddc7b used request id req-82909d7e-2e19-477b-8326-ce9f4588d499 2018-10-26 10:16:02,944 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 652bca63-7b6f-4694-bc15-e2db0a1ddc7b 2018-10-26 10:16:02,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=652bca63-7b6f-4694-bc15-e2db0a1ddc7b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a568553548e5bae9262b6ce8b4788e5f98711c1e" 2018-10-26 10:16:02,984 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-036e6341-faf4-4aed-b857-e1e7934462c1 Date: Fri, 26 Oct 2018 10:16: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-26T10:16:02Z", "security_group_id": "652bca63-7b6f-4694-bc15-e2db0a1ddc7b", "port_range_min": null, "revision_number": 0, "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "created_at": "2018-10-26T10:16:02Z", "project_id": "eb0c856dcdeb464bb37a3989ebbc348f", "id": "0612403b-599f-4902-a1fb-a6d9b49752c1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:16:02Z", "security_group_id": "652bca63-7b6f-4694-bc15-e2db0a1ddc7b", "port_range_min": null, "revision_number": 0, "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "created_at": "2018-10-26T10:16:02Z", "project_id": "eb0c856dcdeb464bb37a3989ebbc348f", "id": "e0c1d50f-bb8b-404b-9250-f12d8902a86f"}]} 2018-10-26 10:16:02,984 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=652bca63-7b6f-4694-bc15-e2db0a1ddc7b used request id req-036e6341-faf4-4aed-b857-e1e7934462c1 2018-10-26 10:16:02,984 - neutron_utils - INFO - Retrieving security group with ID - 652bca63-7b6f-4694-bc15-e2db0a1ddc7b 2018-10-26 10:16:02,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=652bca63-7b6f-4694-bc15-e2db0a1ddc7b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a568553548e5bae9262b6ce8b4788e5f98711c1e" 2018-10-26 10:16:03,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-294b70e3-64a3-41e1-bbe7-0340d0213da6 Date: Fri, 26 Oct 2018 10:16:03 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "created_at": "2018-10-26T10:16:02Z", "updated_at": "2018-10-26T10:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:16:02Z", "revision_number": 0, "id": "0612403b-599f-4902-a1fb-a6d9b49752c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:16:02Z", "security_group_id": "652bca63-7b6f-4694-bc15-e2db0a1ddc7b", "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "port_range_min": null, "ethertype": "IPv4", "project_id": "eb0c856dcdeb464bb37a3989ebbc348f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:16:02Z", "revision_number": 0, "id": "e0c1d50f-bb8b-404b-9250-f12d8902a86f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:16:02Z", "security_group_id": "652bca63-7b6f-4694-bc15-e2db0a1ddc7b", "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "port_range_min": null, "ethertype": "IPv6", "project_id": "eb0c856dcdeb464bb37a3989ebbc348f"}], "revision_number": 2, "project_id": "eb0c856dcdeb464bb37a3989ebbc348f", "id": "652bca63-7b6f-4694-bc15-e2db0a1ddc7b", "name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-sec-grp"}]} 2018-10-26 10:16:03,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=652bca63-7b6f-4694-bc15-e2db0a1ddc7b used request id req-294b70e3-64a3-41e1-bbe7-0340d0213da6 2018-10-26 10:16:03,199 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 652bca63-7b6f-4694-bc15-e2db0a1ddc7b 2018-10-26 10:16:03,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=652bca63-7b6f-4694-bc15-e2db0a1ddc7b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a568553548e5bae9262b6ce8b4788e5f98711c1e" 2018-10-26 10:16:03,372 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-36b3bfb0-4405-410e-bf02-12f3848a8e8b Date: Fri, 26 Oct 2018 10:16: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-26T10:16:02Z", "security_group_id": "652bca63-7b6f-4694-bc15-e2db0a1ddc7b", "port_range_min": null, "revision_number": 0, "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "created_at": "2018-10-26T10:16:02Z", "project_id": "eb0c856dcdeb464bb37a3989ebbc348f", "id": "0612403b-599f-4902-a1fb-a6d9b49752c1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:16:02Z", "security_group_id": "652bca63-7b6f-4694-bc15-e2db0a1ddc7b", "port_range_min": null, "revision_number": 0, "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "created_at": "2018-10-26T10:16:02Z", "project_id": "eb0c856dcdeb464bb37a3989ebbc348f", "id": "e0c1d50f-bb8b-404b-9250-f12d8902a86f"}]} 2018-10-26 10:16:03,372 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=652bca63-7b6f-4694-bc15-e2db0a1ddc7b used request id req-36b3bfb0-4405-410e-bf02-12f3848a8e8b 2018-10-26 10:16:03,373 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-sec-grp 2018-10-26 10:16:03,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a568553548e5bae9262b6ce8b4788e5f98711c1e" 2018-10-26 10:16:03,422 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-ff929652-1266-4a27-ada8-5066213464c0 Date: Fri, 26 Oct 2018 10:16:03 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "created_at": "2018-10-26T10:16:02Z", "updated_at": "2018-10-26T10:16:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:16:02Z", "revision_number": 0, "id": "0612403b-599f-4902-a1fb-a6d9b49752c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:16:02Z", "security_group_id": "652bca63-7b6f-4694-bc15-e2db0a1ddc7b", "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "port_range_min": null, "ethertype": "IPv4", "project_id": "eb0c856dcdeb464bb37a3989ebbc348f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:16:02Z", "revision_number": 0, "id": "e0c1d50f-bb8b-404b-9250-f12d8902a86f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:16:02Z", "security_group_id": "652bca63-7b6f-4694-bc15-e2db0a1ddc7b", "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "port_range_min": null, "ethertype": "IPv6", "project_id": "eb0c856dcdeb464bb37a3989ebbc348f"}], "revision_number": 2, "project_id": "eb0c856dcdeb464bb37a3989ebbc348f", "id": "652bca63-7b6f-4694-bc15-e2db0a1ddc7b", "name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-sec-grp"}]} 2018-10-26 10:16:03,423 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-sec-grp used request id req-ff929652-1266-4a27-ada8-5066213464c0 2018-10-26 10:16:03,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:16:03,431 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:16: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:16:03,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/eb0c856dcdeb464bb37a3989ebbc348f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a568553548e5bae9262b6ce8b4788e5f98711c1e" 2018-10-26 10:16:03,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:16:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65319a10-0575-4649-be06-471b46ff0653 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/eb0c856dcdeb464bb37a3989ebbc348f"}, "enabled": true, "id": "eb0c856dcdeb464bb37a3989ebbc348f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-421459bf-77c4-44b-proj"}} 2018-10-26 10:16:03,510 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/eb0c856dcdeb464bb37a3989ebbc348f used request id req-65319a10-0575-4649-be06-471b46ff0653 2018-10-26 10:16:03,510 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 652bca63-7b6f-4694-bc15-e2db0a1ddc7b 2018-10-26 10:16:03,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=652bca63-7b6f-4694-bc15-e2db0a1ddc7b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a568553548e5bae9262b6ce8b4788e5f98711c1e" 2018-10-26 10:16:03,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e93af54f-40b5-42a4-8ec4-2bf749f0dbe1 Date: Fri, 26 Oct 2018 10:16: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-26T10:16:02Z", "security_group_id": "652bca63-7b6f-4694-bc15-e2db0a1ddc7b", "port_range_min": null, "revision_number": 0, "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "created_at": "2018-10-26T10:16:02Z", "project_id": "eb0c856dcdeb464bb37a3989ebbc348f", "id": "0612403b-599f-4902-a1fb-a6d9b49752c1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:16:02Z", "security_group_id": "652bca63-7b6f-4694-bc15-e2db0a1ddc7b", "port_range_min": null, "revision_number": 0, "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "created_at": "2018-10-26T10:16:02Z", "project_id": "eb0c856dcdeb464bb37a3989ebbc348f", "id": "e0c1d50f-bb8b-404b-9250-f12d8902a86f"}]} 2018-10-26 10:16:03,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=652bca63-7b6f-4694-bc15-e2db0a1ddc7b used request id req-e93af54f-40b5-42a4-8ec4-2bf749f0dbe1 2018-10-26 10:16:03,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a568553548e5bae9262b6ce8b4788e5f98711c1e" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "652bca63-7b6f-4694-bc15-e2db0a1ddc7b"}}' 2018-10-26 10:16:04,099 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-6749b5e8-6fab-4ab8-b336-3c88e33b3232 Date: Fri, 26 Oct 2018 10:16:04 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-26T10:16:04Z", "security_group_id": "652bca63-7b6f-4694-bc15-e2db0a1ddc7b", "port_range_min": null, "revision_number": 0, "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "created_at": "2018-10-26T10:16:04Z", "project_id": "eb0c856dcdeb464bb37a3989ebbc348f", "id": "7743184c-c9e1-4985-9290-0e790ea5358b"}} 2018-10-26 10:16:04,099 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-6749b5e8-6fab-4ab8-b336-3c88e33b3232 2018-10-26 10:16:04,099 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-sec-grp 2018-10-26 10:16:04,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a568553548e5bae9262b6ce8b4788e5f98711c1e" 2018-10-26 10:16:04,153 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-53a4ec8e-ca75-444e-adf3-f56a6f10545c Date: Fri, 26 Oct 2018 10:16:04 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "created_at": "2018-10-26T10:16:02Z", "updated_at": "2018-10-26T10:16:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:16:02Z", "revision_number": 0, "id": "0612403b-599f-4902-a1fb-a6d9b49752c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:16:02Z", "security_group_id": "652bca63-7b6f-4694-bc15-e2db0a1ddc7b", "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "port_range_min": null, "ethertype": "IPv4", "project_id": "eb0c856dcdeb464bb37a3989ebbc348f"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:16:04Z", "revision_number": 0, "id": "7743184c-c9e1-4985-9290-0e790ea5358b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:16:04Z", "security_group_id": "652bca63-7b6f-4694-bc15-e2db0a1ddc7b", "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "port_range_min": null, "ethertype": "IPv4", "project_id": "eb0c856dcdeb464bb37a3989ebbc348f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:16:02Z", "revision_number": 0, "id": "e0c1d50f-bb8b-404b-9250-f12d8902a86f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:16:02Z", "security_group_id": "652bca63-7b6f-4694-bc15-e2db0a1ddc7b", "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "port_range_min": null, "ethertype": "IPv6", "project_id": "eb0c856dcdeb464bb37a3989ebbc348f"}], "revision_number": 3, "project_id": "eb0c856dcdeb464bb37a3989ebbc348f", "id": "652bca63-7b6f-4694-bc15-e2db0a1ddc7b", "name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-sec-grp"}]} 2018-10-26 10:16:04,153 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-sec-grp used request id req-53a4ec8e-ca75-444e-adf3-f56a6f10545c 2018-10-26 10:16:04,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/eb0c856dcdeb464bb37a3989ebbc348f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a568553548e5bae9262b6ce8b4788e5f98711c1e" 2018-10-26 10:16:04,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:16:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29ec8346-13e7-4524-83df-0663777132fc Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/eb0c856dcdeb464bb37a3989ebbc348f"}, "enabled": true, "id": "eb0c856dcdeb464bb37a3989ebbc348f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-421459bf-77c4-44b-proj"}} 2018-10-26 10:16:04,239 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/eb0c856dcdeb464bb37a3989ebbc348f used request id req-29ec8346-13e7-4524-83df-0663777132fc 2018-10-26 10:16:04,239 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 652bca63-7b6f-4694-bc15-e2db0a1ddc7b 2018-10-26 10:16:04,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=652bca63-7b6f-4694-bc15-e2db0a1ddc7b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a568553548e5bae9262b6ce8b4788e5f98711c1e" 2018-10-26 10:16:04,405 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-50633b0b-4cd4-4eb7-9e24-8bbf63ae701f Date: Fri, 26 Oct 2018 10:16: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-26T10:16:02Z", "security_group_id": "652bca63-7b6f-4694-bc15-e2db0a1ddc7b", "port_range_min": null, "revision_number": 0, "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "created_at": "2018-10-26T10:16:02Z", "project_id": "eb0c856dcdeb464bb37a3989ebbc348f", "id": "0612403b-599f-4902-a1fb-a6d9b49752c1"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:16:04Z", "security_group_id": "652bca63-7b6f-4694-bc15-e2db0a1ddc7b", "port_range_min": null, "revision_number": 0, "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "created_at": "2018-10-26T10:16:04Z", "project_id": "eb0c856dcdeb464bb37a3989ebbc348f", "id": "7743184c-c9e1-4985-9290-0e790ea5358b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:16:02Z", "security_group_id": "652bca63-7b6f-4694-bc15-e2db0a1ddc7b", "port_range_min": null, "revision_number": 0, "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "created_at": "2018-10-26T10:16:02Z", "project_id": "eb0c856dcdeb464bb37a3989ebbc348f", "id": "e0c1d50f-bb8b-404b-9250-f12d8902a86f"}]} 2018-10-26 10:16:04,405 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=652bca63-7b6f-4694-bc15-e2db0a1ddc7b used request id req-50633b0b-4cd4-4eb7-9e24-8bbf63ae701f 2018-10-26 10:16:04,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a568553548e5bae9262b6ce8b4788e5f98711c1e" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "652bca63-7b6f-4694-bc15-e2db0a1ddc7b"}}' 2018-10-26 10:16:04,564 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-2b10d4ea-9344-4693-82c6-4a919f6edee2 Date: Fri, 26 Oct 2018 10:16:04 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-26T10:16:04Z", "security_group_id": "652bca63-7b6f-4694-bc15-e2db0a1ddc7b", "port_range_min": 22, "revision_number": 0, "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "created_at": "2018-10-26T10:16:04Z", "project_id": "eb0c856dcdeb464bb37a3989ebbc348f", "id": "3f2f2812-a2de-4549-9c01-59a390b1b325"}} 2018-10-26 10:16:04,564 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-2b10d4ea-9344-4693-82c6-4a919f6edee2 2018-10-26 10:16:04,565 - neutron_utils - INFO - Retrieving security group with ID - 652bca63-7b6f-4694-bc15-e2db0a1ddc7b 2018-10-26 10:16:04,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=652bca63-7b6f-4694-bc15-e2db0a1ddc7b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a568553548e5bae9262b6ce8b4788e5f98711c1e" 2018-10-26 10:16:04,773 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-3a0791d8-72b3-431f-81ac-c613405bc6c1 Date: Fri, 26 Oct 2018 10:16:04 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "created_at": "2018-10-26T10:16:02Z", "updated_at": "2018-10-26T10:16:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:16:02Z", "revision_number": 0, "id": "0612403b-599f-4902-a1fb-a6d9b49752c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:16:02Z", "security_group_id": "652bca63-7b6f-4694-bc15-e2db0a1ddc7b", "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "port_range_min": null, "ethertype": "IPv4", "project_id": "eb0c856dcdeb464bb37a3989ebbc348f"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-26T10:16:04Z", "revision_number": 0, "id": "3f2f2812-a2de-4549-9c01-59a390b1b325", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:16:04Z", "security_group_id": "652bca63-7b6f-4694-bc15-e2db0a1ddc7b", "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "port_range_min": 22, "ethertype": "IPv4", "project_id": "eb0c856dcdeb464bb37a3989ebbc348f"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:16:04Z", "revision_number": 0, "id": "7743184c-c9e1-4985-9290-0e790ea5358b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:16:04Z", "security_group_id": "652bca63-7b6f-4694-bc15-e2db0a1ddc7b", "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "port_range_min": null, "ethertype": "IPv4", "project_id": "eb0c856dcdeb464bb37a3989ebbc348f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:16:02Z", "revision_number": 0, "id": "e0c1d50f-bb8b-404b-9250-f12d8902a86f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:16:02Z", "security_group_id": "652bca63-7b6f-4694-bc15-e2db0a1ddc7b", "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "port_range_min": null, "ethertype": "IPv6", "project_id": "eb0c856dcdeb464bb37a3989ebbc348f"}], "revision_number": 4, "project_id": "eb0c856dcdeb464bb37a3989ebbc348f", "id": "652bca63-7b6f-4694-bc15-e2db0a1ddc7b", "name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-sec-grp"}]} 2018-10-26 10:16:04,773 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=652bca63-7b6f-4694-bc15-e2db0a1ddc7b used request id req-3a0791d8-72b3-431f-81ac-c613405bc6c1 2018-10-26 10:16:04,774 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 652bca63-7b6f-4694-bc15-e2db0a1ddc7b 2018-10-26 10:16:04,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=652bca63-7b6f-4694-bc15-e2db0a1ddc7b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a568553548e5bae9262b6ce8b4788e5f98711c1e" 2018-10-26 10:16:04,809 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-ea01f6e7-520b-4552-82d9-1eaf123171e8 Date: Fri, 26 Oct 2018 10:16: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-26T10:16:02Z", "security_group_id": "652bca63-7b6f-4694-bc15-e2db0a1ddc7b", "port_range_min": null, "revision_number": 0, "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "created_at": "2018-10-26T10:16:02Z", "project_id": "eb0c856dcdeb464bb37a3989ebbc348f", "id": "0612403b-599f-4902-a1fb-a6d9b49752c1"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-26T10:16:04Z", "security_group_id": "652bca63-7b6f-4694-bc15-e2db0a1ddc7b", "port_range_min": 22, "revision_number": 0, "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "created_at": "2018-10-26T10:16:04Z", "project_id": "eb0c856dcdeb464bb37a3989ebbc348f", "id": "3f2f2812-a2de-4549-9c01-59a390b1b325"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:16:04Z", "security_group_id": "652bca63-7b6f-4694-bc15-e2db0a1ddc7b", "port_range_min": null, "revision_number": 0, "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "created_at": "2018-10-26T10:16:04Z", "project_id": "eb0c856dcdeb464bb37a3989ebbc348f", "id": "7743184c-c9e1-4985-9290-0e790ea5358b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:16:02Z", "security_group_id": "652bca63-7b6f-4694-bc15-e2db0a1ddc7b", "port_range_min": null, "revision_number": 0, "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "created_at": "2018-10-26T10:16:02Z", "project_id": "eb0c856dcdeb464bb37a3989ebbc348f", "id": "e0c1d50f-bb8b-404b-9250-f12d8902a86f"}]} 2018-10-26 10:16:04,809 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=652bca63-7b6f-4694-bc15-e2db0a1ddc7b used request id req-ea01f6e7-520b-4552-82d9-1eaf123171e8 2018-10-26 10:16:04,810 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:16:04,811 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:16:05,192 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "277795f70566456db701933444fe266e", "name": "CreateInstanceSingleNetworkTests-421459bf-77c4-44b-proj-role"}], "expires_at": "2018-10-26T11:16:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eb0c856dcdeb464bb37a3989ebbc348f", "name": "CreateInstanceSingleNetworkTests-421459bf-77c4-44b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-421459bf-77c4-44b-user", "id": "276f82b0ca0e4c838cc1c896c54c0e14"}, "audit_ids": ["AtDGxvFjQwG9Ny42UG6pOQ"], "issued_at": "2018-10-26T10:16:05.000000Z"}} 2018-10-26 10:16:05,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:05,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:16:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40457561-b98b-4f54-a056-92e85d962c15 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:16:05,205 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-40457561-b98b-4f54-a056-92e85d962c15 2018-10-26 10:16:05,207 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:16:05,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:05,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:16:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eaadd389-742a-4bbb-88a5-d3614eb0b09e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:16:05,281 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-eaadd389-742a-4bbb-88a5-d3614eb0b09e 2018-10-26 10:16:05,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:05,613 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-b93a2039-7ca9-4461-bdf8-2f4edd56c891 Date: Fri, 26 Oct 2018 10: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":["879e334b-b65e-465e-aabf-28b027e083ae"],"updated_at":"2018-10-26T10:15:48Z","tenant_id":"eb0c856dcdeb464bb37a3989ebbc348f","created_at":"2018-10-26T10:15:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"eb0c856dcdeb464bb37a3989ebbc348f","id":"dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb","name":"CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-net"}]} 2018-10-26 10:16:05,613 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-net used request id req-b93a2039-7ca9-4461-bdf8-2f4edd56c891 2018-10-26 10:16:05,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:16:05,621 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:16: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:16:05,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/eb0c856dcdeb464bb37a3989ebbc348f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:05,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:16:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1dd6c5db-e625-497c-800f-33c74bc019b1 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/eb0c856dcdeb464bb37a3989ebbc348f"}, "enabled": true, "id": "eb0c856dcdeb464bb37a3989ebbc348f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-421459bf-77c4-44b-proj"}} 2018-10-26 10:16:05,698 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/eb0c856dcdeb464bb37a3989ebbc348f used request id req-1dd6c5db-e625-497c-800f-33c74bc019b1 2018-10-26 10:16:05,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:05,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-61007f73-e750-40cf-b827-2a492e3f6159 Date: Fri, 26 Oct 2018 10:16:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb","tenant_id":"eb0c856dcdeb464bb37a3989ebbc348f","created_at":"2018-10-26T10:15:48Z","dns_nameservers":[],"updated_at":"2018-10-26T10:15: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":"eb0c856dcdeb464bb37a3989ebbc348f","id":"879e334b-b65e-465e-aabf-28b027e083ae","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-subnet"}]} 2018-10-26 10:16:05,893 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb used request id req-61007f73-e750-40cf-b827-2a492e3f6159 2018-10-26 10:16:05,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb&name=CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1bport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:06,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-077d5195-3db0-45e5-a9de-399832b4c4ff Date: Fri, 26 Oct 2018 10:16:06 GMT RESP BODY: {"ports":[]} 2018-10-26 10:16:06,081 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb&name=CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1bport-1&admin_state_up=True used request id req-077d5195-3db0-45e5-a9de-399832b4c4ff 2018-10-26 10:16:06,084 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:06,307 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-4a4874ef-cd52-474b-aff3-dd5e0b267d2c x-compute-request-id: req-4a4874ef-cd52-474b-aff3-dd5e0b267d2c Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-26 10:16:06,307 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-inst used request id req-4a4874ef-cd52-474b-aff3-dd5e0b267d2c 2018-10-26 10:16:06,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:06,548 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-df1c770c-195a-4558-93fa-c405f2e76549 Date: Fri, 26 Oct 2018 10:16: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":["879e334b-b65e-465e-aabf-28b027e083ae"],"updated_at":"2018-10-26T10:15:48Z","tenant_id":"eb0c856dcdeb464bb37a3989ebbc348f","created_at":"2018-10-26T10:15:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"eb0c856dcdeb464bb37a3989ebbc348f","id":"dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb","name":"CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-net"}]} 2018-10-26 10:16:06,548 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-net used request id req-df1c770c-195a-4558-93fa-c405f2e76549 2018-10-26 10:16:06,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/eb0c856dcdeb464bb37a3989ebbc348f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:06,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:16:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2687637-f7a0-446c-b328-684c44e8ed16 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/eb0c856dcdeb464bb37a3989ebbc348f"}, "enabled": true, "id": "eb0c856dcdeb464bb37a3989ebbc348f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-421459bf-77c4-44b-proj"}} 2018-10-26 10:16:06,633 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/eb0c856dcdeb464bb37a3989ebbc348f used request id req-e2687637-f7a0-446c-b328-684c44e8ed16 2018-10-26 10:16:06,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:06,690 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-061b3044-5a33-45b0-91f6-c87e55cece46 Date: Fri, 26 Oct 2018 10:16:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb","tenant_id":"eb0c856dcdeb464bb37a3989ebbc348f","created_at":"2018-10-26T10:15:48Z","dns_nameservers":[],"updated_at":"2018-10-26T10:15: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":"eb0c856dcdeb464bb37a3989ebbc348f","id":"879e334b-b65e-465e-aabf-28b027e083ae","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-subnet"}]} 2018-10-26 10:16:06,691 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb used request id req-061b3044-5a33-45b0-91f6-c87e55cece46 2018-10-26 10:16:06,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb&name=CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1bport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:06,878 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-b4c0a807-eb91-4881-b3f2-244e82900766 Date: Fri, 26 Oct 2018 10:16:06 GMT RESP BODY: {"ports":[]} 2018-10-26 10:16:06,878 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb&name=CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1bport-1&admin_state_up=True used request id req-b4c0a807-eb91-4881-b3f2-244e82900766 2018-10-26 10:16:06,878 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:16:06,879 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:16:07,263 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "277795f70566456db701933444fe266e", "name": "CreateInstanceSingleNetworkTests-421459bf-77c4-44b-proj-role"}], "expires_at": "2018-10-26T11:16:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eb0c856dcdeb464bb37a3989ebbc348f", "name": "CreateInstanceSingleNetworkTests-421459bf-77c4-44b-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/eb0c856dcdeb464bb37a3989ebbc348f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-421459bf-77c4-44b-user", "id": "276f82b0ca0e4c838cc1c896c54c0e14"}, "audit_ids": ["i7m79JeHSpOQzq6JZPkpYg"], "issued_at": "2018-10-26T10:16:07.000000Z"}} 2018-10-26 10:16:07,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}724eaab02c1bed5382e0ebede5af5a185eef1afb" 2018-10-26 10:16:07,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:16:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88c46509-8595-4ee8-81ff-96c55afe7ea3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:16:07,333 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-88c46509-8595-4ee8-81ff-96c55afe7ea3 2018-10-26 10:16:07,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:07,579 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-07c50d74-0ed7-406e-8a0b-ac4f55d33ddd Date: Fri, 26 Oct 2018 10:16: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":["879e334b-b65e-465e-aabf-28b027e083ae"],"updated_at":"2018-10-26T10:15:48Z","tenant_id":"eb0c856dcdeb464bb37a3989ebbc348f","created_at":"2018-10-26T10:15:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"eb0c856dcdeb464bb37a3989ebbc348f","id":"dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb","name":"CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-net"}]} 2018-10-26 10:16:07,579 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-net used request id req-07c50d74-0ed7-406e-8a0b-ac4f55d33ddd 2018-10-26 10:16:07,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:07,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a31f11a4-964b-4855-9fd7-4e69b217d361 Date: Fri, 26 Oct 2018 10:16:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb","tenant_id":"eb0c856dcdeb464bb37a3989ebbc348f","created_at":"2018-10-26T10:15:48Z","dns_nameservers":[],"updated_at":"2018-10-26T10:15: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":"eb0c856dcdeb464bb37a3989ebbc348f","id":"879e334b-b65e-465e-aabf-28b027e083ae","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-subnet"}]} 2018-10-26 10:16:07,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb used request id req-a31f11a4-964b-4855-9fd7-4e69b217d361 2018-10-26 10:16:07,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:08,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-9528b17e-7fcb-4dbc-b05d-9db0c9e1ca24 Date: Fri, 26 Oct 2018 10:16: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":["879e334b-b65e-465e-aabf-28b027e083ae"],"updated_at":"2018-10-26T10:15:48Z","tenant_id":"eb0c856dcdeb464bb37a3989ebbc348f","created_at":"2018-10-26T10:15:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"eb0c856dcdeb464bb37a3989ebbc348f","id":"dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb","name":"CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-net"}]} 2018-10-26 10:16:08,245 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-net used request id req-9528b17e-7fcb-4dbc-b05d-9db0c9e1ca24 2018-10-26 10:16:08,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:16:08,253 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:16: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:16:08,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/eb0c856dcdeb464bb37a3989ebbc348f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}724eaab02c1bed5382e0ebede5af5a185eef1afb" 2018-10-26 10:16:08,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:16:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6aca6ef3-5f14-42cd-8836-6d079e2730eb Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/eb0c856dcdeb464bb37a3989ebbc348f"}, "enabled": true, "id": "eb0c856dcdeb464bb37a3989ebbc348f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-421459bf-77c4-44b-proj"}} 2018-10-26 10:16:08,339 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/eb0c856dcdeb464bb37a3989ebbc348f used request id req-6aca6ef3-5f14-42cd-8836-6d079e2730eb 2018-10-26 10:16:08,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:08,538 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-247e2359-e9b9-49a5-a71e-170dda5a72c2 Date: Fri, 26 Oct 2018 10:16:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb","tenant_id":"eb0c856dcdeb464bb37a3989ebbc348f","created_at":"2018-10-26T10:15:48Z","dns_nameservers":[],"updated_at":"2018-10-26T10:15: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":"eb0c856dcdeb464bb37a3989ebbc348f","id":"879e334b-b65e-465e-aabf-28b027e083ae","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-subnet"}]} 2018-10-26 10:16:08,538 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb used request id req-247e2359-e9b9-49a5-a71e-170dda5a72c2 2018-10-26 10:16:08,539 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-net 2018-10-26 10:16:08,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" -d '{"port": {"network_id": "dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb", "name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1bport-1", "admin_state_up": true}}' 2018-10-26 10:16:09,515 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 788 X-Openstack-Request-Id: req-303613c1-5027-4019-87df-2318b4b2b3ed Date: Fri, 26 Oct 2018 10:16:09 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:16:09Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"879e334b-b65e-465e-aabf-28b027e083ae","ip_address":"10.55.1.5"}],"id":"7d9a6d0f-437d-41fa-918e-0208953256e5","security_groups":["7ddfe18a-ff4f-4160-af54-846ca7ed1714"],"mac_address":"fa:16:3e:f5:5e:8e","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1bport-1","project_id":"eb0c856dcdeb464bb37a3989ebbc348f","qos_policy_id":null,"admin_state_up":true,"network_id":"dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb","tenant_id":"eb0c856dcdeb464bb37a3989ebbc348f","created_at":"2018-10-26T10:16:08Z","binding:vnic_type":"normal"}} 2018-10-26 10:16:09,516 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-303613c1-5027-4019-87df-2318b4b2b3ed 2018-10-26 10:16:09,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:09,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-8942d00b-a363-4f87-9881-a6fef19d1167 Date: Fri, 26 Oct 2018 10:16: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":["879e334b-b65e-465e-aabf-28b027e083ae"],"updated_at":"2018-10-26T10:15:48Z","tenant_id":"eb0c856dcdeb464bb37a3989ebbc348f","created_at":"2018-10-26T10:15:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"eb0c856dcdeb464bb37a3989ebbc348f","id":"dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb","name":"CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-net"}]} 2018-10-26 10:16:09,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-net used request id req-8942d00b-a363-4f87-9881-a6fef19d1167 2018-10-26 10:16:09,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/eb0c856dcdeb464bb37a3989ebbc348f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:09,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:16:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5256b79-627e-4668-a072-b3be91f3b1bb Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/eb0c856dcdeb464bb37a3989ebbc348f"}, "enabled": true, "id": "eb0c856dcdeb464bb37a3989ebbc348f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-421459bf-77c4-44b-proj"}} 2018-10-26 10:16:09,707 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/eb0c856dcdeb464bb37a3989ebbc348f used request id req-c5256b79-627e-4668-a072-b3be91f3b1bb 2018-10-26 10:16:09,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:09,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-5d312320-936a-4fe0-920f-ac4a0c147fd6 Date: Fri, 26 Oct 2018 10:16:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb","tenant_id":"eb0c856dcdeb464bb37a3989ebbc348f","created_at":"2018-10-26T10:15:48Z","dns_nameservers":[],"updated_at":"2018-10-26T10:15: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":"eb0c856dcdeb464bb37a3989ebbc348f","id":"879e334b-b65e-465e-aabf-28b027e083ae","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-subnet"}]} 2018-10-26 10:16:09,918 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb used request id req-5d312320-936a-4fe0-920f-ac4a0c147fd6 2018-10-26 10:16:09,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb&name=CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1bport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:10,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-5e5c87b8-6aff-4d48-9243-cf3bc11470f6 Date: Fri, 26 Oct 2018 10:16:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:16:09Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"879e334b-b65e-465e-aabf-28b027e083ae","ip_address":"10.55.1.5"}],"id":"7d9a6d0f-437d-41fa-918e-0208953256e5","security_groups":["7ddfe18a-ff4f-4160-af54-846ca7ed1714"],"mac_address":"fa:16:3e:f5:5e:8e","project_id":"eb0c856dcdeb464bb37a3989ebbc348f","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1bport-1","admin_state_up":true,"network_id":"dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb","tenant_id":"eb0c856dcdeb464bb37a3989ebbc348f","created_at":"2018-10-26T10:16:08Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-26 10:16:10,126 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb&name=CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1bport-1&admin_state_up=True used request id req-5e5c87b8-6aff-4d48-9243-cf3bc11470f6 2018-10-26 10:16:10,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/eb0c856dcdeb464bb37a3989ebbc348f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:10,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:16:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dde9ab88-3fd9-4481-b95d-b6dc1604a9fd Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/eb0c856dcdeb464bb37a3989ebbc348f"}, "enabled": true, "id": "eb0c856dcdeb464bb37a3989ebbc348f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-421459bf-77c4-44b-proj"}} 2018-10-26 10:16:10,300 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/eb0c856dcdeb464bb37a3989ebbc348f used request id req-dde9ab88-3fd9-4481-b95d-b6dc1604a9fd 2018-10-26 10:16:10,300 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-inst 2018-10-26 10:16:10,304 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:10,330 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-9686ae9d-91cd-481a-a33d-2551e29ca73b x-compute-request-id: req-9686ae9d-91cd-481a-a33d-2551e29ca73b Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"flavors": [{"id": "3e14e323-02b6-45d1-94ea-c198d76f0fb8", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/3e14e323-02b6-45d1-94ea-c198d76f0fb8", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/3e14e323-02b6-45d1-94ea-c198d76f0fb8", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-flavor-name"}]} 2018-10-26 10:16:10,330 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-9686ae9d-91cd-481a-a33d-2551e29ca73b 2018-10-26 10:16:10,333 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/3e14e323-02b6-45d1-94ea-c198d76f0fb8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:10,352 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-86cac186-2fb4-49cb-82eb-1a029f06d375 x-compute-request-id: req-86cac186-2fb4-49cb-82eb-1a029f06d375 Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/3e14e323-02b6-45d1-94ea-c198d76f0fb8", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/3e14e323-02b6-45d1-94ea-c198d76f0fb8", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "3e14e323-02b6-45d1-94ea-c198d76f0fb8", "name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 10:16:10,352 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/3e14e323-02b6-45d1-94ea-c198d76f0fb8 used request id req-86cac186-2fb4-49cb-82eb-1a029f06d375 2018-10-26 10:16:10,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:10,538 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-994f71f9-02d9-46bb-8b02-8b4a59545722 Date: Fri, 26 Oct 2018 10:16:10 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:15:45Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T10:15:46Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/6d1d7cda-fce1-4887-b732-4e217ad8b228/snap", "metadata": {}}], "self": "/v2/images/6d1d7cda-fce1-4887-b732-4e217ad8b228", "min_disk": 0, "protected": false, "id": "6d1d7cda-fce1-4887-b732-4e217ad8b228", "file": "/v2/images/6d1d7cda-fce1-4887-b732-4e217ad8b228/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "eb0c856dcdeb464bb37a3989ebbc348f", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/6d1d7cda-fce1-4887-b732-4e217ad8b228/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-image"} 2018-10-26 10:16:10,539 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-image used request id req-994f71f9-02d9-46bb-8b02-8b4a59545722 2018-10-26 10:16:10,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:10,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-05217b5d-5fd7-4aaf-82a8-619ff6639138 Date: Fri, 26 Oct 2018 10:16: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-26 10:16:10,695 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-05217b5d-5fd7-4aaf-82a8-619ff6639138 2018-10-26 10:16:10,701 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-inst", "imageRef": "6d1d7cda-fce1-4887-b732-4e217ad8b228", "key_name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-kp", "flavorRef": "3e14e323-02b6-45d1-94ea-c198d76f0fb8", "max_count": 1, "min_count": 1, "networks": [{"port": "7d9a6d0f-437d-41fa-918e-0208953256e5"}], "security_groups": [{"name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-sec-grp"}]}}' 2018-10-26 10:16:12,388 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10: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 x-openstack-request-id: req-aaba7b6e-0557-47c9-a480-c8f86e58020c x-compute-request-id: req-aaba7b6e-0557-47c9-a480-c8f86e58020c Content-Length: 444 location: http://172.30.9.21:8774/v2.1/servers/1a30b381-61ef-4040-be0c-357298eadad3 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "1a30b381-61ef-4040-be0c-357298eadad3", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1a30b381-61ef-4040-be0c-357298eadad3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1a30b381-61ef-4040-be0c-357298eadad3", "rel": "bookmark"}], "adminPass": "FJQrDa27uV2v"}} 2018-10-26 10:16:12,388 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-aaba7b6e-0557-47c9-a480-c8f86e58020c 2018-10-26 10:16:12,392 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1a30b381-61ef-4040-be0c-357298eadad3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:12,750 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:16: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-9c3980c6-cc09-4911-a3da-fe29f4355ea0 x-compute-request-id: req-9c3980c6-cc09-4911-a3da-fe29f4355ea0 Content-Encoding: gzip Content-Length: 618 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1a30b381-61ef-4040-be0c-357298eadad3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1a30b381-61ef-4040-be0c-357298eadad3", "rel": "bookmark"}], "image": {"id": "6d1d7cda-fce1-4887-b732-4e217ad8b228", "links": [{"href": "http://172.30.9.21:8774/images/6d1d7cda-fce1-4887-b732-4e217ad8b228", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3e14e323-02b6-45d1-94ea-c198d76f0fb8", "links": [{"href": "http://172.30.9.21:8774/flavors/3e14e323-02b6-45d1-94ea-c198d76f0fb8", "rel": "bookmark"}]}, "id": "1a30b381-61ef-4040-be0c-357298eadad3", "user_id": "276f82b0ca0e4c838cc1c896c54c0e14", "OS-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-26T10:16:12Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-kp", "name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-inst", "created": "2018-10-26T10:16:12Z", "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:16:12,751 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1a30b381-61ef-4040-be0c-357298eadad3 used request id req-9c3980c6-cc09-4911-a3da-fe29f4355ea0 2018-10-26 10:16:12,751 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-inst 2018-10-26 10:16:12,754 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1a30b381-61ef-4040-be0c-357298eadad3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:12,963 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:16: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-23878875-4226-4000-bcc4-d7d4a08d5c4a x-compute-request-id: req-23878875-4226-4000-bcc4-d7d4a08d5c4a Content-Encoding: gzip Content-Length: 618 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1a30b381-61ef-4040-be0c-357298eadad3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1a30b381-61ef-4040-be0c-357298eadad3", "rel": "bookmark"}], "image": {"id": "6d1d7cda-fce1-4887-b732-4e217ad8b228", "links": [{"href": "http://172.30.9.21:8774/images/6d1d7cda-fce1-4887-b732-4e217ad8b228", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3e14e323-02b6-45d1-94ea-c198d76f0fb8", "links": [{"href": "http://172.30.9.21:8774/flavors/3e14e323-02b6-45d1-94ea-c198d76f0fb8", "rel": "bookmark"}]}, "id": "1a30b381-61ef-4040-be0c-357298eadad3", "user_id": "276f82b0ca0e4c838cc1c896c54c0e14", "OS-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-26T10:16:12Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-kp", "name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-inst", "created": "2018-10-26T10:16:12Z", "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:16:12,963 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1a30b381-61ef-4040-be0c-357298eadad3 used request id req-23878875-4226-4000-bcc4-d7d4a08d5c4a 2018-10-26 10:16:12,963 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-inst] is - BUILD 2018-10-26 10:16:12,963 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:16:15,967 - create_instance - DEBUG - VM status query timeout in 896.784823895 2018-10-26 10:16:15,970 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1a30b381-61ef-4040-be0c-357298eadad3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:16,430 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:16: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-6abb3ee1-b386-4826-aa0a-cdbe85ddb869 x-compute-request-id: req-6abb3ee1-b386-4826-aa0a-cdbe85ddb869 Content-Encoding: gzip Content-Length: 684 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1a30b381-61ef-4040-be0c-357298eadad3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1a30b381-61ef-4040-be0c-357298eadad3", "rel": "bookmark"}], "image": {"id": "6d1d7cda-fce1-4887-b732-4e217ad8b228", "links": [{"href": "http://172.30.9.21:8774/images/6d1d7cda-fce1-4887-b732-4e217ad8b228", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3e14e323-02b6-45d1-94ea-c198d76f0fb8", "links": [{"href": "http://172.30.9.21:8774/flavors/3e14e323-02b6-45d1-94ea-c198d76f0fb8", "rel": "bookmark"}]}, "id": "1a30b381-61ef-4040-be0c-357298eadad3", "security_groups": [{"name": "default"}], "user_id": "276f82b0ca0e4c838cc1c896c54c0e14", "OS-DCF: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-26T10:16:13Z", "hostId": "ff2f8a31078099b0797d6110cf70affdcf3593ef911798f4ddcf5577", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-kp", "name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-inst", "created": "2018-10-26T10:16:12Z", "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:16:16,430 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1a30b381-61ef-4040-be0c-357298eadad3 used request id req-6abb3ee1-b386-4826-aa0a-cdbe85ddb869 2018-10-26 10:16:16,430 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-inst] is - BUILD 2018-10-26 10:16:16,430 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:16:19,434 - create_instance - DEBUG - VM status query timeout in 893.317664862 2018-10-26 10:16:19,437 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1a30b381-61ef-4040-be0c-357298eadad3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:19,772 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:16:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-23ae8649-a697-42ce-b793-096027dc098c x-compute-request-id: req-23ae8649-a697-42ce-b793-096027dc098c Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:5e:8e", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1a30b381-61ef-4040-be0c-357298eadad3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1a30b381-61ef-4040-be0c-357298eadad3", "rel": "bookmark"}], "image": {"id": "6d1d7cda-fce1-4887-b732-4e217ad8b228", "links": [{"href": "http://172.30.9.21:8774/images/6d1d7cda-fce1-4887-b732-4e217ad8b228", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:16:17.000000", "flavor": {"id": "3e14e323-02b6-45d1-94ea-c198d76f0fb8", "links": [{"href": "http://172.30.9.21:8774/flavors/3e14e323-02b6-45d1-94ea-c198d76f0fb8", "rel": "bookmark"}]}, "id": "1a30b381-61ef-4040-be0c-357298eadad3", "security_groups": [{"name": "default"}], "user_id": "276f82b0ca0e4c838cc1c896c54c0e14", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:16:17Z", "hostId": "ff2f8a31078099b0797d6110cf70affdcf3593ef911798f4ddcf5577", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-kp", "name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-inst", "created": "2018-10-26T10:16:12Z", "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:16:19,772 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1a30b381-61ef-4040-be0c-357298eadad3 used request id req-23ae8649-a697-42ce-b793-096027dc098c 2018-10-26 10:16:19,772 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-inst] is - ACTIVE 2018-10-26 10:16:19,772 - create_instance - INFO - VM is - ACTIVE 2018-10-26 10:16:19,775 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1a30b381-61ef-4040-be0c-357298eadad3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:20,530 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:16:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8b0451cc-4bb0-4252-82da-75e983e65f55 x-compute-request-id: req-8b0451cc-4bb0-4252-82da-75e983e65f55 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:5e:8e", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1a30b381-61ef-4040-be0c-357298eadad3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1a30b381-61ef-4040-be0c-357298eadad3", "rel": "bookmark"}], "image": {"id": "6d1d7cda-fce1-4887-b732-4e217ad8b228", "links": [{"href": "http://172.30.9.21:8774/images/6d1d7cda-fce1-4887-b732-4e217ad8b228", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:16:17.000000", "flavor": {"id": "3e14e323-02b6-45d1-94ea-c198d76f0fb8", "links": [{"href": "http://172.30.9.21:8774/flavors/3e14e323-02b6-45d1-94ea-c198d76f0fb8", "rel": "bookmark"}]}, "id": "1a30b381-61ef-4040-be0c-357298eadad3", "security_groups": [{"name": "default"}], "user_id": "276f82b0ca0e4c838cc1c896c54c0e14", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:16:17Z", "hostId": "ff2f8a31078099b0797d6110cf70affdcf3593ef911798f4ddcf5577", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-kp", "name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-inst", "created": "2018-10-26T10:16:12Z", "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:16:20,530 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1a30b381-61ef-4040-be0c-357298eadad3 used request id req-8b0451cc-4bb0-4252-82da-75e983e65f55 2018-10-26 10:16:20,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:20,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-1dec8443-665d-4fb6-b163-22372ca2ae40 Date: Fri, 26 Oct 2018 10:16: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":["879e334b-b65e-465e-aabf-28b027e083ae"],"updated_at":"2018-10-26T10:15:48Z","tenant_id":"eb0c856dcdeb464bb37a3989ebbc348f","created_at":"2018-10-26T10:15:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"eb0c856dcdeb464bb37a3989ebbc348f","id":"dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb","name":"CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-net"}]} 2018-10-26 10:16:20,794 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-net used request id req-1dec8443-665d-4fb6-b163-22372ca2ae40 2018-10-26 10:16:20,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/eb0c856dcdeb464bb37a3989ebbc348f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:20,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:16:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1222bee7-5439-4452-b30f-f5c217c73ef4 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/eb0c856dcdeb464bb37a3989ebbc348f"}, "enabled": true, "id": "eb0c856dcdeb464bb37a3989ebbc348f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-421459bf-77c4-44b-proj"}} 2018-10-26 10:16:20,883 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/eb0c856dcdeb464bb37a3989ebbc348f used request id req-1222bee7-5439-4452-b30f-f5c217c73ef4 2018-10-26 10:16:20,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:21,094 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-21f62a93-6b2a-4f53-a789-6e8db189dc2d Date: Fri, 26 Oct 2018 10:16:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb","tenant_id":"eb0c856dcdeb464bb37a3989ebbc348f","created_at":"2018-10-26T10:15:48Z","dns_nameservers":[],"updated_at":"2018-10-26T10:15: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":"eb0c856dcdeb464bb37a3989ebbc348f","id":"879e334b-b65e-465e-aabf-28b027e083ae","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-subnet"}]} 2018-10-26 10:16:21,094 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb used request id req-21f62a93-6b2a-4f53-a789-6e8db189dc2d 2018-10-26 10:16:21,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:21,207 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3862 X-Openstack-Request-Id: req-ecb53cb2-be98-4fbc-87b8-21d8eee70f28 Date: Fri, 26 Oct 2018 10:16:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:16:11Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"879e334b-b65e-465e-aabf-28b027e083ae","ip_address":"10.55.1.1"}],"id":"1cf2b68d-1bf6-4332-8a85-e0c342bdf9c0","security_groups":[],"mac_address":"fa:16:3e:c7:07:c2","project_id":"eb0c856dcdeb464bb37a3989ebbc348f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb","tenant_id":"eb0c856dcdeb464bb37a3989ebbc348f","created_at":"2018-10-26T10:15:57Z","binding:vnic_type":"normal","device_id":"ff7f6b80-f500-4694-9af6-b8c92ce30095"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:15:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"879e334b-b65e-465e-aabf-28b027e083ae","ip_address":"10.55.1.2"}],"id":"6c175b8f-7962-4fed-9b42-6ed5d9ad1ba3","security_groups":[],"mac_address":"fa:16:3e:92:65:fb","project_id":"eb0c856dcdeb464bb37a3989ebbc348f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb","tenant_id":"eb0c856dcdeb464bb37a3989ebbc348f","created_at":"2018-10-26T10:15:49Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:16:17Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"879e334b-b65e-465e-aabf-28b027e083ae","ip_address":"10.55.1.5"}],"id":"7d9a6d0f-437d-41fa-918e-0208953256e5","security_groups":["7ddfe18a-ff4f-4160-af54-846ca7ed1714"],"mac_address":"fa:16:3e:f5:5e:8e","project_id":"eb0c856dcdeb464bb37a3989ebbc348f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1bport-1","admin_state_up":true,"network_id":"dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb","tenant_id":"eb0c856dcdeb464bb37a3989ebbc348f","created_at":"2018-10-26T10:16:08Z","binding:vnic_type":"normal","device_id":"1a30b381-61ef-4040-be0c-357298eadad3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:15:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"879e334b-b65e-465e-aabf-28b027e083ae","ip_address":"10.55.1.4"}],"id":"dddc0336-49a8-4bfa-9285-a8e2d788f34f","security_groups":[],"mac_address":"fa:16:3e:fb:b5:6d","project_id":"eb0c856dcdeb464bb37a3989ebbc348f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb","tenant_id":"eb0c856dcdeb464bb37a3989ebbc348f","created_at":"2018-10-26T10:15:50Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:15:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"879e334b-b65e-465e-aabf-28b027e083ae","ip_address":"10.55.1.3"}],"id":"f5e77b12-5d44-4d5e-ab52-b4f461c1611e","security_groups":[],"mac_address":"fa:16:3e:f9:2f:f5","project_id":"eb0c856dcdeb464bb37a3989ebbc348f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb","tenant_id":"eb0c856dcdeb464bb37a3989ebbc348f","created_at":"2018-10-26T10:15:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb"}]} 2018-10-26 10:16:21,208 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb used request id req-ecb53cb2-be98-4fbc-87b8-21d8eee70f28 2018-10-26 10:16:21,211 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/1a30b381-61ef-4040-be0c-357298eadad3/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" -d '{"addSecurityGroup": {"name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-sec-grp"}}' 2018-10-26 10:16:22,504 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10:16:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9440f472-542c-4eb6-9468-7f9135088eaf x-compute-request-id: req-9440f472-542c-4eb6-9468-7f9135088eaf Content-Length: 0 Content-Type: application/json 2018-10-26 10:16:22,504 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/1a30b381-61ef-4040-be0c-357298eadad3/action used request id req-9440f472-542c-4eb6-9468-7f9135088eaf 2018-10-26 10:16:22,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:22,579 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-4ee8816e-905e-40a3-90d6-ab3e3fab6ea1 Date: Fri, 26 Oct 2018 10:16:22 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "created_at": "2018-10-26T10:15:51Z", "admin_state_up": true, "updated_at": "2018-10-26T10:15:58Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "eb0c856dcdeb464bb37a3989ebbc348f", "id": "ff7f6b80-f500-4694-9af6-b8c92ce30095", "name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-router"}]} 2018-10-26 10:16:22,579 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-router used request id req-4ee8816e-905e-40a3-90d6-ab3e3fab6ea1 2018-10-26 10:16:22,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/eb0c856dcdeb464bb37a3989ebbc348f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:22,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:16:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df96effa-3a04-4cea-a7c1-13020b03b67f Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/eb0c856dcdeb464bb37a3989ebbc348f"}, "enabled": true, "id": "eb0c856dcdeb464bb37a3989ebbc348f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-421459bf-77c4-44b-proj"}} 2018-10-26 10:16:22,660 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/eb0c856dcdeb464bb37a3989ebbc348f used request id req-df96effa-3a04-4cea-a7c1-13020b03b67f 2018-10-26 10:16:22,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=ff7f6b80-f500-4694-9af6-b8c92ce30095 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:22,971 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-72676c1c-baea-4305-9df8-8fd31152ecfd Date: Fri, 26 Oct 2018 10:16:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:16:11Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"879e334b-b65e-465e-aabf-28b027e083ae","ip_address":"10.55.1.1"}],"id":"1cf2b68d-1bf6-4332-8a85-e0c342bdf9c0","security_groups":[],"mac_address":"fa:16:3e:c7:07:c2","project_id":"eb0c856dcdeb464bb37a3989ebbc348f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb","tenant_id":"eb0c856dcdeb464bb37a3989ebbc348f","created_at":"2018-10-26T10:15:57Z","binding:vnic_type":"normal","device_id":"ff7f6b80-f500-4694-9af6-b8c92ce30095"}]} 2018-10-26 10:16:22,971 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=ff7f6b80-f500-4694-9af6-b8c92ce30095 used request id req-72676c1c-baea-4305-9df8-8fd31152ecfd 2018-10-26 10:16:22,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/879e334b-b65e-465e-aabf-28b027e083ae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:23,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-9ac5873e-c3f8-4164-bbd9-2a45f1f139a5 Date: Fri, 26 Oct 2018 10:16:23 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb","tenant_id":"eb0c856dcdeb464bb37a3989ebbc348f","created_at":"2018-10-26T10:15:48Z","dns_nameservers":[],"updated_at":"2018-10-26T10:15: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":"eb0c856dcdeb464bb37a3989ebbc348f","id":"879e334b-b65e-465e-aabf-28b027e083ae","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-subnet"}} 2018-10-26 10:16:23,036 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/879e334b-b65e-465e-aabf-28b027e083ae used request id req-9ac5873e-c3f8-4164-bbd9-2a45f1f139a5 2018-10-26 10:16:23,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:23,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-64665d1f-8a9d-4332-b6be-8f0f554086b8 Date: Fri, 26 Oct 2018 10:16:23 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","mtu":1500}]} 2018-10-26 10:16:23,276 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-64665d1f-8a9d-4332-b6be-8f0f554086b8 2018-10-26 10:16:23,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:23,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-7c89b128-96d0-46a9-80f3-7007ae74d93d Date: Fri, 26 Oct 2018 10:16:23 GMT RESP BODY: {"subnets":[]} 2018-10-26 10:16:23,316 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-7c89b128-96d0-46a9-80f3-7007ae74d93d 2018-10-26 10:16:23,319 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1a30b381-61ef-4040-be0c-357298eadad3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:23,933 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:16: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-2b499eca-98c4-4228-86c1-16e2fe4901d3 x-compute-request-id: req-2b499eca-98c4-4228-86c1-16e2fe4901d3 Content-Encoding: gzip Content-Length: 770 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:5e:8e", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1a30b381-61ef-4040-be0c-357298eadad3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1a30b381-61ef-4040-be0c-357298eadad3", "rel": "bookmark"}], "image": {"id": "6d1d7cda-fce1-4887-b732-4e217ad8b228", "links": [{"href": "http://172.30.9.21:8774/images/6d1d7cda-fce1-4887-b732-4e217ad8b228", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:16:17.000000", "flavor": {"id": "3e14e323-02b6-45d1-94ea-c198d76f0fb8", "links": [{"href": "http://172.30.9.21:8774/flavors/3e14e323-02b6-45d1-94ea-c198d76f0fb8", "rel": "bookmark"}]}, "id": "1a30b381-61ef-4040-be0c-357298eadad3", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-sec-grp"}, {"name": "default"}], "user_id": "276f82b0ca0e4c838cc1c896c54c0e14", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:16:17Z", "hostId": "ff2f8a31078099b0797d6110cf70affdcf3593ef911798f4ddcf5577", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-kp", "name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-inst", "created": "2018-10-26T10:16:12Z", "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:16:23,933 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1a30b381-61ef-4040-be0c-357298eadad3 used request id req-2b499eca-98c4-4228-86c1-16e2fe4901d3 2018-10-26 10:16:23,934 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-inst] is - ACTIVE 2018-10-26 10:16:23,934 - create_instance - INFO - VM is - ACTIVE 2018-10-26 10:16:23,937 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1a30b381-61ef-4040-be0c-357298eadad3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:24,580 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:16: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-0e795026-ef44-47a2-befe-7e836672c399 x-compute-request-id: req-0e795026-ef44-47a2-befe-7e836672c399 Content-Encoding: gzip Content-Length: 770 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:5e:8e", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1a30b381-61ef-4040-be0c-357298eadad3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1a30b381-61ef-4040-be0c-357298eadad3", "rel": "bookmark"}], "image": {"id": "6d1d7cda-fce1-4887-b732-4e217ad8b228", "links": [{"href": "http://172.30.9.21:8774/images/6d1d7cda-fce1-4887-b732-4e217ad8b228", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:16:17.000000", "flavor": {"id": "3e14e323-02b6-45d1-94ea-c198d76f0fb8", "links": [{"href": "http://172.30.9.21:8774/flavors/3e14e323-02b6-45d1-94ea-c198d76f0fb8", "rel": "bookmark"}]}, "id": "1a30b381-61ef-4040-be0c-357298eadad3", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-sec-grp"}, {"name": "default"}], "user_id": "276f82b0ca0e4c838cc1c896c54c0e14", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:16:17Z", "hostId": "ff2f8a31078099b0797d6110cf70affdcf3593ef911798f4ddcf5577", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-kp", "name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-inst", "created": "2018-10-26T10:16:12Z", "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:16:24,580 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1a30b381-61ef-4040-be0c-357298eadad3 used request id req-0e795026-ef44-47a2-befe-7e836672c399 2018-10-26 10:16:24,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:24,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-f34b7a37-1656-4cfe-a2c0-6db441fab3ed Date: Fri, 26 Oct 2018 10:16: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":["879e334b-b65e-465e-aabf-28b027e083ae"],"updated_at":"2018-10-26T10:15:48Z","tenant_id":"eb0c856dcdeb464bb37a3989ebbc348f","created_at":"2018-10-26T10:15:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"eb0c856dcdeb464bb37a3989ebbc348f","id":"dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb","name":"CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-net"}]} 2018-10-26 10:16:24,682 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-net used request id req-f34b7a37-1656-4cfe-a2c0-6db441fab3ed 2018-10-26 10:16:24,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/eb0c856dcdeb464bb37a3989ebbc348f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:24,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:16:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-811def38-ee14-43ee-b7c8-1a9030c88246 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/eb0c856dcdeb464bb37a3989ebbc348f"}, "enabled": true, "id": "eb0c856dcdeb464bb37a3989ebbc348f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-421459bf-77c4-44b-proj"}} 2018-10-26 10:16:24,768 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/eb0c856dcdeb464bb37a3989ebbc348f used request id req-811def38-ee14-43ee-b7c8-1a9030c88246 2018-10-26 10:16:24,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:24,984 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-fc9fd133-2c42-47b6-ac89-90b3e132534a Date: Fri, 26 Oct 2018 10:16:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb","tenant_id":"eb0c856dcdeb464bb37a3989ebbc348f","created_at":"2018-10-26T10:15:48Z","dns_nameservers":[],"updated_at":"2018-10-26T10:15: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":"eb0c856dcdeb464bb37a3989ebbc348f","id":"879e334b-b65e-465e-aabf-28b027e083ae","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-subnet"}]} 2018-10-26 10:16:24,984 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb used request id req-fc9fd133-2c42-47b6-ac89-90b3e132534a 2018-10-26 10:16:24,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:25,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-94089a8f-d5d0-48eb-8103-8abec0df6e0e Date: Fri, 26 Oct 2018 10:16:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:16:11Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"879e334b-b65e-465e-aabf-28b027e083ae","ip_address":"10.55.1.1"}],"id":"1cf2b68d-1bf6-4332-8a85-e0c342bdf9c0","security_groups":[],"mac_address":"fa:16:3e:c7:07:c2","project_id":"eb0c856dcdeb464bb37a3989ebbc348f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb","tenant_id":"eb0c856dcdeb464bb37a3989ebbc348f","created_at":"2018-10-26T10:15:57Z","binding:vnic_type":"normal","device_id":"ff7f6b80-f500-4694-9af6-b8c92ce30095"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:15:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"879e334b-b65e-465e-aabf-28b027e083ae","ip_address":"10.55.1.2"}],"id":"6c175b8f-7962-4fed-9b42-6ed5d9ad1ba3","security_groups":[],"mac_address":"fa:16:3e:92:65:fb","project_id":"eb0c856dcdeb464bb37a3989ebbc348f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb","tenant_id":"eb0c856dcdeb464bb37a3989ebbc348f","created_at":"2018-10-26T10:15:49Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:16:22Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"879e334b-b65e-465e-aabf-28b027e083ae","ip_address":"10.55.1.5"}],"id":"7d9a6d0f-437d-41fa-918e-0208953256e5","security_groups":["652bca63-7b6f-4694-bc15-e2db0a1ddc7b","7ddfe18a-ff4f-4160-af54-846ca7ed1714"],"mac_address":"fa:16:3e:f5:5e:8e","project_id":"eb0c856dcdeb464bb37a3989ebbc348f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1bport-1","admin_state_up":true,"network_id":"dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb","tenant_id":"eb0c856dcdeb464bb37a3989ebbc348f","created_at":"2018-10-26T10:16:08Z","binding:vnic_type":"normal","device_id":"1a30b381-61ef-4040-be0c-357298eadad3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:15:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"879e334b-b65e-465e-aabf-28b027e083ae","ip_address":"10.55.1.4"}],"id":"dddc0336-49a8-4bfa-9285-a8e2d788f34f","security_groups":[],"mac_address":"fa:16:3e:fb:b5:6d","project_id":"eb0c856dcdeb464bb37a3989ebbc348f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb","tenant_id":"eb0c856dcdeb464bb37a3989ebbc348f","created_at":"2018-10-26T10:15:50Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:15:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"879e334b-b65e-465e-aabf-28b027e083ae","ip_address":"10.55.1.3"}],"id":"f5e77b12-5d44-4d5e-ab52-b4f461c1611e","security_groups":[],"mac_address":"fa:16:3e:f9:2f:f5","project_id":"eb0c856dcdeb464bb37a3989ebbc348f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb","tenant_id":"eb0c856dcdeb464bb37a3989ebbc348f","created_at":"2018-10-26T10:15:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb"}]} 2018-10-26 10:16:25,226 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb used request id req-94089a8f-d5d0-48eb-8103-8abec0df6e0e 2018-10-26 10:16:25,227 - neutron_utils - INFO - Creating floating ip to external network - external 2018-10-26 10:16:25,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:25,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-b9b59f6a-bb06-4e3e-9b8b-2a0d531f2a1b Date: Fri, 26 Oct 2018 10:16:25 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","mtu":1500}]} 2018-10-26 10:16:25,344 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-b9b59f6a-bb06-4e3e-9b8b-2a0d531f2a1b 2018-10-26 10:16:25,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:25,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-db65d46c-7dbf-488e-a906-b86df74e12e0 Date: Fri, 26 Oct 2018 10:16:25 GMT RESP BODY: {"subnets":[]} 2018-10-26 10:16:25,380 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-db65d46c-7dbf-488e-a906-b86df74e12e0 2018-10-26 10:16:25,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" -d '{"floatingip": {"floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "port_id": "7d9a6d0f-437d-41fa-918e-0208953256e5"}}' 2018-10-26 10:16:27,279 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 547 X-Openstack-Request-Id: req-f3ca2b04-d8cb-4b49-8155-4dd333f040ef Date: Fri, 26 Oct 2018 10:16:27 GMT RESP BODY: {"floatingip": {"router_id": "ff7f6b80-f500-4694-9af6-b8c92ce30095", "status": "DOWN", "description": "", "tags": [], "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "created_at": "2018-10-26T10:16:26Z", "updated_at": "2018-10-26T10:16:26Z", "floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "fixed_ip_address": "10.55.1.5", "floating_ip_address": "172.30.9.209", "revision_number": 0, "project_id": "eb0c856dcdeb464bb37a3989ebbc348f", "port_id": "7d9a6d0f-437d-41fa-918e-0208953256e5", "id": "83b7631f-b6a0-43c0-ab08-98d81eb99cdf"}} 2018-10-26 10:16:27,279 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips used request id req-f3ca2b04-d8cb-4b49-8155-4dd333f040ef 2018-10-26 10:16:27,280 - create_instance - INFO - Created floating IP 172.30.9.209 via router - CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-router 2018-10-26 10:16:27,283 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1a30b381-61ef-4040-be0c-357298eadad3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:27,646 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:16: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-8f639137-46b3-4a2b-9bec-6acc9d8dd4a1 x-compute-request-id: req-8f639137-46b3-4a2b-9bec-6acc9d8dd4a1 Content-Encoding: gzip Content-Length: 770 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:5e:8e", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1a30b381-61ef-4040-be0c-357298eadad3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1a30b381-61ef-4040-be0c-357298eadad3", "rel": "bookmark"}], "image": {"id": "6d1d7cda-fce1-4887-b732-4e217ad8b228", "links": [{"href": "http://172.30.9.21:8774/images/6d1d7cda-fce1-4887-b732-4e217ad8b228", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:16:17.000000", "flavor": {"id": "3e14e323-02b6-45d1-94ea-c198d76f0fb8", "links": [{"href": "http://172.30.9.21:8774/flavors/3e14e323-02b6-45d1-94ea-c198d76f0fb8", "rel": "bookmark"}]}, "id": "1a30b381-61ef-4040-be0c-357298eadad3", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-sec-grp"}, {"name": "default"}], "user_id": "276f82b0ca0e4c838cc1c896c54c0e14", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:16:17Z", "hostId": "ff2f8a31078099b0797d6110cf70affdcf3593ef911798f4ddcf5577", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-kp", "name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-inst", "created": "2018-10-26T10:16:12Z", "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:16:27,647 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1a30b381-61ef-4040-be0c-357298eadad3 used request id req-8f639137-46b3-4a2b-9bec-6acc9d8dd4a1 2018-10-26 10:16:27,647 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-inst] is - ACTIVE 2018-10-26 10:16:27,647 - create_instance - INFO - VM is - ACTIVE 2018-10-26 10:16:27,650 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1a30b381-61ef-4040-be0c-357298eadad3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:27,976 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:16: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-ca3059a9-4b43-4f40-a667-c9c0546189eb x-compute-request-id: req-ca3059a9-4b43-4f40-a667-c9c0546189eb Content-Encoding: gzip Content-Length: 770 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:5e:8e", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1a30b381-61ef-4040-be0c-357298eadad3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1a30b381-61ef-4040-be0c-357298eadad3", "rel": "bookmark"}], "image": {"id": "6d1d7cda-fce1-4887-b732-4e217ad8b228", "links": [{"href": "http://172.30.9.21:8774/images/6d1d7cda-fce1-4887-b732-4e217ad8b228", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:16:17.000000", "flavor": {"id": "3e14e323-02b6-45d1-94ea-c198d76f0fb8", "links": [{"href": "http://172.30.9.21:8774/flavors/3e14e323-02b6-45d1-94ea-c198d76f0fb8", "rel": "bookmark"}]}, "id": "1a30b381-61ef-4040-be0c-357298eadad3", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-sec-grp"}, {"name": "default"}], "user_id": "276f82b0ca0e4c838cc1c896c54c0e14", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:16:17Z", "hostId": "ff2f8a31078099b0797d6110cf70affdcf3593ef911798f4ddcf5577", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-kp", "name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-inst", "created": "2018-10-26T10:16:12Z", "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:16:27,977 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1a30b381-61ef-4040-be0c-357298eadad3 used request id req-ca3059a9-4b43-4f40-a667-c9c0546189eb 2018-10-26 10:16:27,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:28,086 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-940c4534-1cc1-47c5-a6f2-09ad5c25c2f3 Date: Fri, 26 Oct 2018 10:16: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":["879e334b-b65e-465e-aabf-28b027e083ae"],"updated_at":"2018-10-26T10:15:48Z","tenant_id":"eb0c856dcdeb464bb37a3989ebbc348f","created_at":"2018-10-26T10:15:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"eb0c856dcdeb464bb37a3989ebbc348f","id":"dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb","name":"CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-net"}]} 2018-10-26 10:16:28,087 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-net used request id req-940c4534-1cc1-47c5-a6f2-09ad5c25c2f3 2018-10-26 10:16:28,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/eb0c856dcdeb464bb37a3989ebbc348f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:28,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:16:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83b74834-10c4-4079-b9da-f5690777dd07 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/eb0c856dcdeb464bb37a3989ebbc348f"}, "enabled": true, "id": "eb0c856dcdeb464bb37a3989ebbc348f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-421459bf-77c4-44b-proj"}} 2018-10-26 10:16:28,179 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/eb0c856dcdeb464bb37a3989ebbc348f used request id req-83b74834-10c4-4079-b9da-f5690777dd07 2018-10-26 10:16:28,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:28,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-ecb2651f-60ba-4291-bfe6-d06c3965b116 Date: Fri, 26 Oct 2018 10:16:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb","tenant_id":"eb0c856dcdeb464bb37a3989ebbc348f","created_at":"2018-10-26T10:15:48Z","dns_nameservers":[],"updated_at":"2018-10-26T10:15: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":"eb0c856dcdeb464bb37a3989ebbc348f","id":"879e334b-b65e-465e-aabf-28b027e083ae","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-subnet"}]} 2018-10-26 10:16:28,383 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb used request id req-ecb2651f-60ba-4291-bfe6-d06c3965b116 2018-10-26 10:16:28,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:28,627 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-3d24077f-0eb5-4b40-b5f5-460163e01df4 Date: Fri, 26 Oct 2018 10:16:28 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:16:11Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"879e334b-b65e-465e-aabf-28b027e083ae","ip_address":"10.55.1.1"}],"id":"1cf2b68d-1bf6-4332-8a85-e0c342bdf9c0","security_groups":[],"mac_address":"fa:16:3e:c7:07:c2","project_id":"eb0c856dcdeb464bb37a3989ebbc348f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb","tenant_id":"eb0c856dcdeb464bb37a3989ebbc348f","created_at":"2018-10-26T10:15:57Z","binding:vnic_type":"normal","device_id":"ff7f6b80-f500-4694-9af6-b8c92ce30095"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:15:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"879e334b-b65e-465e-aabf-28b027e083ae","ip_address":"10.55.1.2"}],"id":"6c175b8f-7962-4fed-9b42-6ed5d9ad1ba3","security_groups":[],"mac_address":"fa:16:3e:92:65:fb","project_id":"eb0c856dcdeb464bb37a3989ebbc348f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb","tenant_id":"eb0c856dcdeb464bb37a3989ebbc348f","created_at":"2018-10-26T10:15:49Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:16:22Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"879e334b-b65e-465e-aabf-28b027e083ae","ip_address":"10.55.1.5"}],"id":"7d9a6d0f-437d-41fa-918e-0208953256e5","security_groups":["652bca63-7b6f-4694-bc15-e2db0a1ddc7b","7ddfe18a-ff4f-4160-af54-846ca7ed1714"],"mac_address":"fa:16:3e:f5:5e:8e","project_id":"eb0c856dcdeb464bb37a3989ebbc348f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1bport-1","admin_state_up":true,"network_id":"dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb","tenant_id":"eb0c856dcdeb464bb37a3989ebbc348f","created_at":"2018-10-26T10:16:08Z","binding:vnic_type":"normal","device_id":"1a30b381-61ef-4040-be0c-357298eadad3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:15:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"879e334b-b65e-465e-aabf-28b027e083ae","ip_address":"10.55.1.4"}],"id":"dddc0336-49a8-4bfa-9285-a8e2d788f34f","security_groups":[],"mac_address":"fa:16:3e:fb:b5:6d","project_id":"eb0c856dcdeb464bb37a3989ebbc348f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb","tenant_id":"eb0c856dcdeb464bb37a3989ebbc348f","created_at":"2018-10-26T10:15:50Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:15:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"879e334b-b65e-465e-aabf-28b027e083ae","ip_address":"10.55.1.3"}],"id":"f5e77b12-5d44-4d5e-ab52-b4f461c1611e","security_groups":[],"mac_address":"fa:16:3e:f9:2f:f5","project_id":"eb0c856dcdeb464bb37a3989ebbc348f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb","tenant_id":"eb0c856dcdeb464bb37a3989ebbc348f","created_at":"2018-10-26T10:15:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb"}]} 2018-10-26 10:16:28,628 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb used request id req-3d24077f-0eb5-4b40-b5f5-460163e01df4 2018-10-26 10:16:28,628 - create_instance_tests - INFO - Looking for IP 10.55.1.5 in the console log 2018-10-26 10:16:28,631 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1a30b381-61ef-4040-be0c-357298eadad3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:29,122 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:16: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-d9f44d8c-6961-4c64-bf83-7b389213f449 x-compute-request-id: req-d9f44d8c-6961-4c64-bf83-7b389213f449 Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:5e:8e", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:5e:8e", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1a30b381-61ef-4040-be0c-357298eadad3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1a30b381-61ef-4040-be0c-357298eadad3", "rel": "bookmark"}], "image": {"id": "6d1d7cda-fce1-4887-b732-4e217ad8b228", "links": [{"href": "http://172.30.9.21:8774/images/6d1d7cda-fce1-4887-b732-4e217ad8b228", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:16:17.000000", "flavor": {"id": "3e14e323-02b6-45d1-94ea-c198d76f0fb8", "links": [{"href": "http://172.30.9.21:8774/flavors/3e14e323-02b6-45d1-94ea-c198d76f0fb8", "rel": "bookmark"}]}, "id": "1a30b381-61ef-4040-be0c-357298eadad3", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-sec-grp"}, {"name": "default"}], "user_id": "276f82b0ca0e4c838cc1c896c54c0e14", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:16:17Z", "hostId": "ff2f8a31078099b0797d6110cf70affdcf3593ef911798f4ddcf5577", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-kp", "name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-inst", "created": "2018-10-26T10:16:12Z", "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:16:29,122 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1a30b381-61ef-4040-be0c-357298eadad3 used request id req-d9f44d8c-6961-4c64-bf83-7b389213f449 2018-10-26 10:16:29,125 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/1a30b381-61ef-4040-be0c-357298eadad3/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-26 10:16:30,226 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:16:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f3872106-8877-4871-9823-c5a08ded68e3 x-compute-request-id: req-f3872106-8877-4871-9823-c5a08ded68e3 Content-Encoding: gzip Content-Length: 9631 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 494593274 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.128502] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130158] pid_max: default: 32768 minimum: 301\n[ 0.131064] ACPI: Core revision 20150930\n[ 0.132453] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133763] Security Framework initialized\n[ 0.134567] Yama: becoming mindful.\n[ 0.135283] AppArmor: AppArmor initialized\n[ 0.136154] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.138671] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.139864] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.141242] Initializing cgroup subsys io\n[ 0.142043] Initializing cgroup subsys memory\n[ 0.142884] Initializing cgroup subsys devices\n[ 0.143760] Initializing cgroup subsys freezer\n[ 0.144641] Initializing cgroup subsys net_cls\n[ 0.145500] Initializing cgroup subsys perf_event\n[ 0.146388] Initializing cgroup subsys net_prio\n[ 0.147266] Initializing cgroup subsys hugetlb\n[ 0.148149] Initializing cgroup subsys pids\n[ 0.149034] CPU: Physical Processor ID: 0\n[ 0.150525] mce: CPU supports 10 MCE banks\n[ 0.151408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152421] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.154682] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.161121] ftrace: allocating 31920 entries in 125 pages\n[ 0.187272] smpboot: Max logical packages: 2\n[ 0.188166] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.189364] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.190710] x2apic enabled\n[ 0.191509] Switched APIC routing to physical x2apic.\n[ 0.193309] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.194531] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.196678] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.198614] KVM setup paravirtual spinlock\n[ 0.200029] x86: Booting SMP configuration:\n[ 0.200938] .... node #0, CPUs: #1\n[ 0.201835] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.223511] x86: Booted up 1 node, 2 CPUs\n[ 0.223513] KVM setup async PF for cpu 1\n[ 0.223516] kvm-stealtime: cpu 1, msr f90d940\n[ 0.226068] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.227546] devtmpfs: initialized\n[ 0.229253] evm: security.selinux\n[ 0.229939] evm: security.SMACK64\n[ 0.230618] evm: security.SMACK64EXEC\n[ 0.231374] evm: security.SMACK64TRANSMUTE\n[ 0.232215] evm: security.SMACK64MMAP\n[ 0.232968] evm: security.ima\n[ 0.233610] evm: security.capability\n[ 0.234459] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236355] pinctrl core: initialized pinctrl subsystem\n[ 0.237456] RTC time: 10:16:17, date: 10/26/18\n[ 0.238435] NET: Registered protocol family 16\n[ 0.248325] cpuidle: using governor ladder\n[ 0.260408] cpuidle: using governor menu\n[ 0.261229] PCCT header not found.\n[ 0.261999] ACPI: bus type PCI registered\n[ 0.262785] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.264005] PCI: Using configuration type 1 for base access\n[ 0.277402] ACPI: Added _OSI(Module Device)\n[ 0.278247] ACPI: Added _OSI(Processor Device)\n[ 0.279093] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.279972] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.282290] ACPI: Interpreter enabled\n[ 0.283054] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.284869] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.286678] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.288475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.290283] ACPI: (supports S0 S5)\n[ 0.290977] ACPI: Using IOAPIC for interrupt routing\n[ 0.291899] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.295242] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.296361] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.297566] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.298739] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.300946] acpiphp: Slot [3] registered\n[ 0.301738] acpiphp: Slot [4] registered\n[ 0.302525] acpiphp: Slot [5] registered\n[ 0.303311] acpiphp: Slot [6] registered\n[ 0.304098] acpiphp: Slot [7] registered\n[ 0.304883] acpiphp: Slot [8] registered\n[ 0.305667] acpiphp: Slot [9] registered\n[ 0.306446] acpiphp: Slot [10] registered\n[ 0.317317] acpiphp: Slot [11] registered\n[ 0.318119] acpiphp: Slot [12] registered\n[ 0.318917] acpiphp: Slot [13] registered\n[ 0.319712] acpiphp: Slot [14] registered\n[ 0.320503] acpiphp: Slot [15] registered\n[ 0.321310] acpiphp: Slot [16] registered\n[ 0.322112] acpiphp: Slot [17] registered\n[ 0.322906] acpiphp: Slot [18] registered\n[ 0.323701] acpiphp: Slot [19] registered\n[ 0.324495] acpiphp: Slot [20] registered\n[ 0.325292] acpiphp: Slot [21] registered\n[ 0.326091] acpiphp: Slot [22] registered\n[ 0.326892] acpiphp: Slot [23] registered\n[ 0.327691] acpiphp: Slot [24] registered\n[ 0.328483] acpiphp: Slot [25] registered\n[ 0.329278] acpiphp: Slot [26] registered\n[ 0.330074] acpiphp: Slot [27] registered\n[ 0.330876] acpiphp: Slot [28] registered\n[ 0.331671] acpiphp: Slot [29] registered\n[ 0.332462] acpiphp: Slot [30] registered\n[ 0.333258] acpiphp: Slot [31] registered\n[ 0.334051] PCI host bridge to bus 0000:00\n[ 0.334846] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.336038] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.337226] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338651] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.340076] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.346340] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.347593] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.348763] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.350001] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.356269] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.357704] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.404104] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.405606] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.407025] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.408412] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.409778] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.411046] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.412225] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.413426] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.414940] vgaarb: loaded\n[ 0.415538] vgaarb: bridge control possible 0000:00:02.0\n[ 0.416666] SCSI subsystem initialized\n[ 0.417484] ACPI: bus type USB registered\n[ 0.418292] usbcore: registered new interface driver usbfs\n[ 0.419294] usbcore: registered new interface driver hub\n[ 0.420284] usbcore: registered new device driver usb\n[ 0.421363] PCI: Using ACPI for IRQ routing\n[ 0.422374] NetLabel: Initializing\n[ 0.423080] NetLabel: domain hash size = 128\n[ 0.423915] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.424849] NetLabel: unlabeled traffic allowed by default\n[ 0.425940] clocksource: Switched to clocksource kvm-clock\n[ 0.431909] AppArmor: AppArmor Filesystem Enabled\n[ 0.432852] pnp: PnP ACPI init\n[ 0.433780] pnp: PnP ACPI: found 5 devices\n[ 0.440838] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.442738] NET: Registered protocol family 2\n[ 0.443959] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.445495] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.446870] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.448220] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.449472] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.450859] NET: Registered protocol family 1\n[ 0.451729] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.452812] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.453875] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.472433] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.490866] Trying to unpack rootfs image as initramfs...\n[ 0.540214] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.554341] Scanning for low memory corruption every 60 seconds\n[ 0.555718] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.556854] audit: initializing netlink subsys (disabled)\n[ 0.557864] audit: type=2000 audit(1540548977.964:1): initialized\n[ 0.559175] Initialise system trusted keyring\n[ 0.560142] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.561290] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.563393] zbud: loaded\n[ 0.564138] VFS: Disk quotas dquot_6.6.0\n[ 0.564951] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.566517] fuse init (API version 7.23)\n[ 0.567436] Key type big_key registered\n[ 0.568230] Allocating IMA MOK and blacklist keyrings.\n[ 0.569485] Key type asymmetric registered\n[ 0.570308] Asymmetric key parser 'x509' registered\n[ 0.571258] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.572738] io scheduler noop registered\n[ 0.573516] io scheduler deadline registered (default)\n[ 0.574503] io scheduler cfq registered\n[ 0.575332] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.576362] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.577608] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.579048] ACPI: Power Button [PWRF]\n[ 0.579926] GHES: HEST is not enabled!\n[ 0.598206] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.636945] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.639478] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.663517] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.666021] Linux agpgart interface v0.103\n[ 0.668845] brd: module loaded\n[ 0.670278] loop: module loaded\n[ 0.676241] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.677691] GPT:90111 != 20971519\n[ 0.678379] GPT:Alternate GPT header not at the end of the disk.\n[ 0.679460] GPT:90111 != 20971519\n[ 0.680144] GPT: Use GNU Parted to correct GPT errors.\n[ 0.681100] vda: vda1 vda15\n[ 0.682648] scsi host0: ata_piix\n[ 0.683422] scsi host1: ata_piix\n[ 0.684128] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.685324] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.686594] libphy: Fixed MDIO Bus: probed\n[ 0.687460] tun: Universal TUN/TAP device driver, 1.6\n[ 0.688463] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.690459] PPP generic driver version 2.4.2\n[ 0.691382] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.692632] ehci-pci: EHCI PCI platform driver\n[ 0.693486] ehci-platform: EHCI generic platform driver\n[ 0.694470] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.695588] ohci-pci: OHCI PCI platform driver\n[ 0.696440] ohci-platform: OHCI generic platform driver\n[ 0.697414] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.716360] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.717350] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.718791] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.719807] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.720904] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.722105] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.723501] usb usb1: Product: UHCI Host Controller\n[ 0.724429] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.725548] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.726604] hub 1-0:1.0: USB hub found\n[ 0.727370] hub 1-0:1.0: 2 ports detected\n[ 0.728272] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.730388] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.731339] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.732402] mousedev: PS/2 mouse device common for all mice\n[ 0.733682] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.735498] rtc_cmos 00:00: RTC can wake from S4\n[ 0.736601] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.737782] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.738963] i2c /dev entries driver\n[ 0.739722] device-mapper: uevent: version 1.0.3\n[ 0.740664] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.742268] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.743605] NET: Registered protocol family 10\n[ 0.744597] NET: Registered protocol family 17\n[ 0.745473] Key type dns_resolver registered\n[ 0.746433] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.747529] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.748678] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.750458] registered taskstats version 1\n[ 0.751274] Loading compiled-in X.509 certificates\n[ 0.752689] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.754519] zswap: loaded using pool lzo/zbud\n[ 0.756069] Key type trusted registered\n[ 0.757742] Key type encrypted registered\n[ 0.758570] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.759584] ima: No TPM chip found, activating TPM-bypass!\n[ 0.760604] evm: HMAC attrs: 0x1\n[ 0.761559] Magic number: 6:757:275\n[ 0.762323] tty tty12: hash matches\n[ 0.773354] rtc_cmos 00:00: setting system clock to 2018-10-26 10:16:18 UTC (1540548978)\n[ 0.774970] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.776065] EDD information not available.\n[ 0.843084] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.844639] Write protecting the kernel read-only data: 14336k\n[ 0.846254] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.848049] 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.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... [ 1.483542] 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.5...\nLease of 10.55.1.5 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.45. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCTKkdDOXk9+bbp+7vATnmA2zri9NZFYxswibm/yOboBgFMxpX9eCDE8jzsVUUW3L9+4cp2vtCbf26oxyg7AwIHhHPMrInVkkiRZnWLP02Q70dJsOxrPAg+5VCy3x6n5X6pb37jMcrO18BpPM9O/3fLQ5VIG1rSk0uv5uaaysSwhNHZZzyYZnqGfOGLI6fYlVezhixHCy8hCw5K8xd+dPGEXt+/qVQcoUeYlC/SAtNDEjChNKiLrMbtfD4/YtI3S3CMkpY0H/eZnHGNYUkvPeKc0NchEQyHsTSalD6iPqaCo1DcNF10KQDW/bCVuOzrBhNy+h7/pjHqc9aipCVmLSXv root@createinstancesinglenetworktests-51efda83-7dc2-4956-afa7-eb7d6f\nssh-dss AAAAB3NzaC1kc3MAAACBALfHcVaN3nyVQDFzFbgNSrST/MGowSwOqf/hB9/cuzIM8x6asTgLV5PnJxGgWostrQN2ubabwISqgIwPD/nrT4OEITqKVkGfVLPeLkSZhycl5KP66DtOwKDyVw7L6Jx8SluxZ6Rmt6H9LpEA8PhCX4/w5hEhsWKcisyQDiS9rol5AAAAFQDNhtFL8DFDEgZD6d3S5uXtxOZ8vQAAAIAZYmrkjKuq1eZVzACv5fhiE7L3kTPAG51+gSoOrNFBEel17sfU8VtTCr/cEflVin4pd9f4Gc8Mgxnl3dNeWFI3XaV0iF3Gk4z55AC5Z54iX/kAb1dUcsBzJBykIy5bPWI7JeyAfdsQlKNllposl1YCI0Zwc5oH2MxnL0jitPx2XwAAAIA/8C1K8kCDJzGFa6RHQGffcYLWeGH+1t9PKBK+V0xc/9j3Hgco53EKVhWjWPHfSqPVQoX9pd9SgIGwtLfX9chVp/xQM/r2dGxefvARpSIDz3goEmlik0EqBWY521S5N17ZDFReiKotH/vWYS/cqqtQoTrmgDZJO65QfcGN03XNnA== root@createinstancesinglenetworktests-51efda83-7dc2-4956-afa7-eb7d6f\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.5,24,fe80::f816:3eff:fef5:5e8e/64,\nip-route:default via 10.55.1.1 dev eth0 \nip-route:10.55.1.0/24 dev eth0 src 10.55.1.5 \nip-route:169.254.169.254 via 10.55.1.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-0000010a\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-51efda83-7dc2-4956-afa7-eb7d6f\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.52 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-51efda83-7dc2-4956-afa7-eb7d6f login: "} 2018-10-26 10:16:30,227 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/1a30b381-61ef-4040-be0c-357298eadad3/action used request id req-f3872106-8877-4871-9823-c5a08ded68e3 2018-10-26 10:16:30,228 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-26 10:16:30,229 - 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 494593274 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.128502] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.130158] pid_max: default: 32768 minimum: 301 [ 0.131064] ACPI: Core revision 20150930 [ 0.132453] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.133763] Security Framework initialized [ 0.134567] Yama: becoming mindful. [ 0.135283] AppArmor: AppArmor initialized [ 0.136154] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137438] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.138671] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.139864] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.141242] Initializing cgroup subsys io [ 0.142043] Initializing cgroup subsys memory [ 0.142884] Initializing cgroup subsys devices [ 0.143760] Initializing cgroup subsys freezer [ 0.144641] Initializing cgroup subsys net_cls [ 0.145500] Initializing cgroup subsys perf_event [ 0.146388] Initializing cgroup subsys net_prio [ 0.147266] Initializing cgroup subsys hugetlb [ 0.148149] Initializing cgroup subsys pids [ 0.149034] CPU: Physical Processor ID: 0 [ 0.150525] mce: CPU supports 10 MCE banks [ 0.151408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152421] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.154682] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.161121] ftrace: allocating 31920 entries in 125 pages [ 0.187272] smpboot: Max logical packages: 2 [ 0.188166] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.189364] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.190710] x2apic enabled [ 0.191509] Switched APIC routing to physical x2apic. [ 0.193309] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.194531] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.196678] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.198614] KVM setup paravirtual spinlock [ 0.200029] x86: Booting SMP configuration: [ 0.200938] .... node #0, CPUs: #1 [ 0.201835] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.223511] x86: Booted up 1 node, 2 CPUs [ 0.223513] KVM setup async PF for cpu 1 [ 0.223516] kvm-stealtime: cpu 1, msr f90d940 [ 0.226068] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.227546] devtmpfs: initialized [ 0.229253] evm: security.selinux [ 0.229939] evm: security.SMACK64 [ 0.230618] evm: security.SMACK64EXEC [ 0.231374] evm: security.SMACK64TRANSMUTE [ 0.232215] evm: security.SMACK64MMAP [ 0.232968] evm: security.ima [ 0.233610] evm: security.capability [ 0.234459] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.236355] pinctrl core: initialized pinctrl subsystem [ 0.237456] RTC time: 10:16:17, date: 10/26/18 [ 0.238435] NET: Registered protocol family 16 [ 0.248325] cpuidle: using governor ladder [ 0.260408] cpuidle: using governor menu [ 0.261229] PCCT header not found. [ 0.261999] ACPI: bus type PCI registered [ 0.262785] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.264005] PCI: Using configuration type 1 for base access [ 0.277402] ACPI: Added _OSI(Module Device) [ 0.278247] ACPI: Added _OSI(Processor Device) [ 0.279093] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.279972] ACPI: Added _OSI(Processor Aggregator Device) [ 0.282290] ACPI: Interpreter enabled [ 0.283054] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.284869] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.286678] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.288475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.290283] ACPI: (supports S0 S5) [ 0.290977] ACPI: Using IOAPIC for interrupt routing [ 0.291899] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.295242] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.296361] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.297566] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.298739] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.300946] acpiphp: Slot [3] registered [ 0.301738] acpiphp: Slot [4] registered [ 0.302525] acpiphp: Slot [5] registered [ 0.303311] acpiphp: Slot [6] registered [ 0.304098] acpiphp: Slot [7] registered [ 0.304883] acpiphp: Slot [8] registered [ 0.305667] acpiphp: Slot [9] registered [ 0.306446] acpiphp: Slot [10] registered [ 0.317317] acpiphp: Slot [11] registered [ 0.318119] acpiphp: Slot [12] registered [ 0.318917] acpiphp: Slot [13] registered [ 0.319712] acpiphp: Slot [14] registered [ 0.320503] acpiphp: Slot [15] registered [ 0.321310] acpiphp: Slot [16] registered [ 0.322112] acpiphp: Slot [17] registered [ 0.322906] acpiphp: Slot [18] registered [ 0.323701] acpiphp: Slot [19] registered [ 0.324495] acpiphp: Slot [20] registered [ 0.325292] acpiphp: Slot [21] registered [ 0.326091] acpiphp: Slot [22] registered [ 0.326892] acpiphp: Slot [23] registered [ 0.327691] acpiphp: Slot [24] registered [ 0.328483] acpiphp: Slot [25] registered [ 0.329278] acpiphp: Slot [26] registered [ 0.330074] acpiphp: Slot [27] registered [ 0.330876] acpiphp: Slot [28] registered [ 0.331671] acpiphp: Slot [29] registered [ 0.332462] acpiphp: Slot [30] registered [ 0.333258] acpiphp: Slot [31] registered [ 0.334051] PCI host bridge to bus 0000:00 [ 0.334846] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.336038] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.337226] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.338651] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.340076] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.346340] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.347593] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.348763] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.350001] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.356269] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.357704] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.404104] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405606] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.407025] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.408412] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.409778] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411046] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.412225] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.413426] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.414940] vgaarb: loaded [ 0.415538] vgaarb: bridge control possible 0000:00:02.0 [ 0.416666] SCSI subsystem initialized [ 0.417484] ACPI: bus type USB registered [ 0.418292] usbcore: registered new interface driver usbfs [ 0.419294] usbcore: registered new interface driver hub [ 0.420284] usbcore: registered new device driver usb [ 0.421363] PCI: Using ACPI for IRQ routing [ 0.422374] NetLabel: Initializing [ 0.423080] NetLabel: domain hash size = 128 [ 0.423915] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.424849] NetLabel: unlabeled traffic allowed by default [ 0.425940] clocksource: Switched to clocksource kvm-clock [ 0.431909] AppArmor: AppArmor Filesystem Enabled [ 0.432852] pnp: PnP ACPI init [ 0.433780] pnp: PnP ACPI: found 5 devices [ 0.440838] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.442738] NET: Registered protocol family 2 [ 0.443959] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.445495] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.446870] TCP: Hash tables configured (established 2048 bind 2048) [ 0.448220] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.449472] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.450859] NET: Registered protocol family 1 [ 0.451729] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.452812] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.453875] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.472433] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.490866] Trying to unpack rootfs image as initramfs... [ 0.540214] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.554341] Scanning for low memory corruption every 60 seconds [ 0.555718] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.556854] audit: initializing netlink subsys (disabled) [ 0.557864] audit: type=2000 audit(1540548977.964:1): initialized [ 0.559175] Initialise system trusted keyring [ 0.560142] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.561290] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.563393] zbud: loaded [ 0.564138] VFS: Disk quotas dquot_6.6.0 [ 0.564951] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566517] fuse init (API version 7.23) [ 0.567436] Key type big_key registered [ 0.568230] Allocating IMA MOK and blacklist keyrings. [ 0.569485] Key type asymmetric registered [ 0.570308] Asymmetric key parser 'x509' registered [ 0.571258] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.572738] io scheduler noop registered [ 0.573516] io scheduler deadline registered (default) [ 0.574503] io scheduler cfq registered [ 0.575332] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.576362] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.577608] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.579048] ACPI: Power Button [PWRF] [ 0.579926] GHES: HEST is not enabled! [ 0.598206] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.636945] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.639478] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.663517] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.666021] Linux agpgart interface v0.103 [ 0.668845] brd: module loaded [ 0.670278] loop: module loaded [ 0.676241] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.677691] GPT:90111 != 20971519 [ 0.678379] GPT:Alternate GPT header not at the end of the disk. [ 0.679460] GPT:90111 != 20971519 [ 0.680144] GPT: Use GNU Parted to correct GPT errors. [ 0.681100] vda: vda1 vda15 [ 0.682648] scsi host0: ata_piix [ 0.683422] scsi host1: ata_piix [ 0.684128] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.685324] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.686594] libphy: Fixed MDIO Bus: probed [ 0.687460] tun: Universal TUN/TAP device driver, 1.6 [ 0.688463] tun: (C) 1999-2004 Max Krasnyansky [ 0.690459] PPP generic driver version 2.4.2 [ 0.691382] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.692632] ehci-pci: EHCI PCI platform driver [ 0.693486] ehci-platform: EHCI generic platform driver [ 0.694470] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.695588] ohci-pci: OHCI PCI platform driver [ 0.696440] ohci-platform: OHCI generic platform driver [ 0.697414] uhci_hcd: USB Universal Host Controller Interface driver [ 0.716360] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.717350] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.718791] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.719807] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.720904] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.722105] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.723501] usb usb1: Product: UHCI Host Controller [ 0.724429] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.725548] usb usb1: SerialNumber: 0000:00:01.2 [ 0.726604] hub 1-0:1.0: USB hub found [ 0.727370] hub 1-0:1.0: 2 ports detected [ 0.728272] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.730388] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.731339] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.732402] mousedev: PS/2 mouse device common for all mice [ 0.733682] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.735498] rtc_cmos 00:00: RTC can wake from S4 [ 0.736601] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.737782] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.738963] i2c /dev entries driver [ 0.739722] device-mapper: uevent: version 1.0.3 [ 0.740664] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.742268] ledtrig-cpu: registered to indicate activity on CPUs [ 0.743605] NET: Registered protocol family 10 [ 0.744597] NET: Registered protocol family 17 [ 0.745473] Key type dns_resolver registered [ 0.746433] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.747529] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.748678] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.750458] registered taskstats version 1 [ 0.751274] Loading compiled-in X.509 certificates [ 0.752689] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.754519] zswap: loaded using pool lzo/zbud [ 0.756069] Key type trusted registered [ 0.757742] Key type encrypted registered [ 0.758570] AppArmor: AppArmor sha1 policy hashing enabled [ 0.759584] ima: No TPM chip found, activating TPM-bypass! [ 0.760604] evm: HMAC attrs: 0x1 [ 0.761559] Magic number: 6:757:275 [ 0.762323] tty tty12: hash matches [ 0.773354] rtc_cmos 00:00: setting system clock to 2018-10-26 10:16:18 UTC (1540548978) [ 0.774970] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.776065] EDD information not available. [ 0.843084] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.844639] Write protecting the kernel read-only data: 14336k [ 0.846254] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.848049] 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.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... [ 1.483542] 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.5... Lease of 10.55.1.5 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.45. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCTKkdDOXk9+bbp+7vATnmA2zri9NZFYxswibm/yOboBgFMxpX9eCDE8jzsVUUW3L9+4cp2vtCbf26oxyg7AwIHhHPMrInVkkiRZnWLP02Q70dJsOxrPAg+5VCy3x6n5X6pb37jMcrO18BpPM9O/3fLQ5VIG1rSk0uv5uaaysSwhNHZZzyYZnqGfOGLI6fYlVezhixHCy8hCw5K8xd+dPGEXt+/qVQcoUeYlC/SAtNDEjChNKiLrMbtfD4/YtI3S3CMkpY0H/eZnHGNYUkvPeKc0NchEQyHsTSalD6iPqaCo1DcNF10KQDW/bCVuOzrBhNy+h7/pjHqc9aipCVmLSXv root@createinstancesinglenetworktests-51efda83-7dc2-4956-afa7-eb7d6f ssh-dss AAAAB3NzaC1kc3MAAACBALfHcVaN3nyVQDFzFbgNSrST/MGowSwOqf/hB9/cuzIM8x6asTgLV5PnJxGgWostrQN2ubabwISqgIwPD/nrT4OEITqKVkGfVLPeLkSZhycl5KP66DtOwKDyVw7L6Jx8SluxZ6Rmt6H9LpEA8PhCX4/w5hEhsWKcisyQDiS9rol5AAAAFQDNhtFL8DFDEgZD6d3S5uXtxOZ8vQAAAIAZYmrkjKuq1eZVzACv5fhiE7L3kTPAG51+gSoOrNFBEel17sfU8VtTCr/cEflVin4pd9f4Gc8Mgxnl3dNeWFI3XaV0iF3Gk4z55AC5Z54iX/kAb1dUcsBzJBykIy5bPWI7JeyAfdsQlKNllposl1YCI0Zwc5oH2MxnL0jitPx2XwAAAIA/8C1K8kCDJzGFa6RHQGffcYLWeGH+1t9PKBK+V0xc/9j3Hgco53EKVhWjWPHfSqPVQoX9pd9SgIGwtLfX9chVp/xQM/r2dGxefvARpSIDz3goEmlik0EqBWY521S5N17ZDFReiKotH/vWYS/cqqtQoTrmgDZJO65QfcGN03XNnA== root@createinstancesinglenetworktests-51efda83-7dc2-4956-afa7-eb7d6f -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.1.5,24,fe80::f816:3eff:fef5:5e8e/64, ip-route:default via 10.55.1.1 dev eth0 ip-route:10.55.1.0/24 dev eth0 src 10.55.1.5 ip-route:169.254.169.254 via 10.55.1.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-0000010a name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-51efda83-7dc2-4956-afa7-eb7d6f launch-index: 0 === cirros: current=0.4.0 uptime=3.52 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-51efda83-7dc2-4956-afa7-eb7d6f login: 2018-10-26 10:16:30,232 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1a30b381-61ef-4040-be0c-357298eadad3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:31,157 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:16:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7b2e6005-07a3-41ad-98b6-1409f1a7148c x-compute-request-id: req-7b2e6005-07a3-41ad-98b6-1409f1a7148c Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:5e:8e", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:5e:8e", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1a30b381-61ef-4040-be0c-357298eadad3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1a30b381-61ef-4040-be0c-357298eadad3", "rel": "bookmark"}], "image": {"id": "6d1d7cda-fce1-4887-b732-4e217ad8b228", "links": [{"href": "http://172.30.9.21:8774/images/6d1d7cda-fce1-4887-b732-4e217ad8b228", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:16:17.000000", "flavor": {"id": "3e14e323-02b6-45d1-94ea-c198d76f0fb8", "links": [{"href": "http://172.30.9.21:8774/flavors/3e14e323-02b6-45d1-94ea-c198d76f0fb8", "rel": "bookmark"}]}, "id": "1a30b381-61ef-4040-be0c-357298eadad3", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-sec-grp"}, {"name": "default"}], "user_id": "276f82b0ca0e4c838cc1c896c54c0e14", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:16:17Z", "hostId": "ff2f8a31078099b0797d6110cf70affdcf3593ef911798f4ddcf5577", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-kp", "name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-inst", "created": "2018-10-26T10:16:12Z", "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:16:31,157 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1a30b381-61ef-4040-be0c-357298eadad3 used request id req-7b2e6005-07a3-41ad-98b6-1409f1a7148c 2018-10-26 10:16:31,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:31,264 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-ae17a511-9991-4279-b39a-d4d70cd8fdff Date: Fri, 26 Oct 2018 10:16: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":["879e334b-b65e-465e-aabf-28b027e083ae"],"updated_at":"2018-10-26T10:15:48Z","tenant_id":"eb0c856dcdeb464bb37a3989ebbc348f","created_at":"2018-10-26T10:15:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"eb0c856dcdeb464bb37a3989ebbc348f","id":"dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb","name":"CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-net"}]} 2018-10-26 10:16:31,264 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-net used request id req-ae17a511-9991-4279-b39a-d4d70cd8fdff 2018-10-26 10:16:31,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/eb0c856dcdeb464bb37a3989ebbc348f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:31,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:16:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41abf241-52f2-4051-884e-b0df270b6566 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/eb0c856dcdeb464bb37a3989ebbc348f"}, "enabled": true, "id": "eb0c856dcdeb464bb37a3989ebbc348f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-421459bf-77c4-44b-proj"}} 2018-10-26 10:16:31,344 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/eb0c856dcdeb464bb37a3989ebbc348f used request id req-41abf241-52f2-4051-884e-b0df270b6566 2018-10-26 10:16:31,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:31,405 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e7362430-57b9-4dfc-9a21-642838b5ac8b Date: Fri, 26 Oct 2018 10:16:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb","tenant_id":"eb0c856dcdeb464bb37a3989ebbc348f","created_at":"2018-10-26T10:15:48Z","dns_nameservers":[],"updated_at":"2018-10-26T10:15: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":"eb0c856dcdeb464bb37a3989ebbc348f","id":"879e334b-b65e-465e-aabf-28b027e083ae","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-subnet"}]} 2018-10-26 10:16:31,405 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb used request id req-e7362430-57b9-4dfc-9a21-642838b5ac8b 2018-10-26 10:16:31,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:31,508 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-6bef57b8-c328-48be-b5a9-e49e64166fe2 Date: Fri, 26 Oct 2018 10:16:31 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:16:11Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"879e334b-b65e-465e-aabf-28b027e083ae","ip_address":"10.55.1.1"}],"id":"1cf2b68d-1bf6-4332-8a85-e0c342bdf9c0","security_groups":[],"mac_address":"fa:16:3e:c7:07:c2","project_id":"eb0c856dcdeb464bb37a3989ebbc348f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb","tenant_id":"eb0c856dcdeb464bb37a3989ebbc348f","created_at":"2018-10-26T10:15:57Z","binding:vnic_type":"normal","device_id":"ff7f6b80-f500-4694-9af6-b8c92ce30095"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:15:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"879e334b-b65e-465e-aabf-28b027e083ae","ip_address":"10.55.1.2"}],"id":"6c175b8f-7962-4fed-9b42-6ed5d9ad1ba3","security_groups":[],"mac_address":"fa:16:3e:92:65:fb","project_id":"eb0c856dcdeb464bb37a3989ebbc348f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb","tenant_id":"eb0c856dcdeb464bb37a3989ebbc348f","created_at":"2018-10-26T10:15:49Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:16:22Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"879e334b-b65e-465e-aabf-28b027e083ae","ip_address":"10.55.1.5"}],"id":"7d9a6d0f-437d-41fa-918e-0208953256e5","security_groups":["652bca63-7b6f-4694-bc15-e2db0a1ddc7b","7ddfe18a-ff4f-4160-af54-846ca7ed1714"],"mac_address":"fa:16:3e:f5:5e:8e","project_id":"eb0c856dcdeb464bb37a3989ebbc348f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1bport-1","admin_state_up":true,"network_id":"dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb","tenant_id":"eb0c856dcdeb464bb37a3989ebbc348f","created_at":"2018-10-26T10:16:08Z","binding:vnic_type":"normal","device_id":"1a30b381-61ef-4040-be0c-357298eadad3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:15:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"879e334b-b65e-465e-aabf-28b027e083ae","ip_address":"10.55.1.4"}],"id":"dddc0336-49a8-4bfa-9285-a8e2d788f34f","security_groups":[],"mac_address":"fa:16:3e:fb:b5:6d","project_id":"eb0c856dcdeb464bb37a3989ebbc348f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb","tenant_id":"eb0c856dcdeb464bb37a3989ebbc348f","created_at":"2018-10-26T10:15:50Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:15:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"879e334b-b65e-465e-aabf-28b027e083ae","ip_address":"10.55.1.3"}],"id":"f5e77b12-5d44-4d5e-ab52-b4f461c1611e","security_groups":[],"mac_address":"fa:16:3e:f9:2f:f5","project_id":"eb0c856dcdeb464bb37a3989ebbc348f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb","tenant_id":"eb0c856dcdeb464bb37a3989ebbc348f","created_at":"2018-10-26T10:15:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb"}]} 2018-10-26 10:16:31,508 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb used request id req-6bef57b8-c328-48be-b5a9-e49e64166fe2 2018-10-26 10:16:31,509 - create_instance - INFO - Checking if VM is active 2018-10-26 10:16:31,512 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1a30b381-61ef-4040-be0c-357298eadad3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:31,822 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:16: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-99a93138-cbe3-41c0-831c-462a535c8d3b x-compute-request-id: req-99a93138-cbe3-41c0-831c-462a535c8d3b Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:5e:8e", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:5e:8e", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1a30b381-61ef-4040-be0c-357298eadad3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1a30b381-61ef-4040-be0c-357298eadad3", "rel": "bookmark"}], "image": {"id": "6d1d7cda-fce1-4887-b732-4e217ad8b228", "links": [{"href": "http://172.30.9.21:8774/images/6d1d7cda-fce1-4887-b732-4e217ad8b228", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:16:17.000000", "flavor": {"id": "3e14e323-02b6-45d1-94ea-c198d76f0fb8", "links": [{"href": "http://172.30.9.21:8774/flavors/3e14e323-02b6-45d1-94ea-c198d76f0fb8", "rel": "bookmark"}]}, "id": "1a30b381-61ef-4040-be0c-357298eadad3", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-sec-grp"}, {"name": "default"}], "user_id": "276f82b0ca0e4c838cc1c896c54c0e14", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:16:17Z", "hostId": "ff2f8a31078099b0797d6110cf70affdcf3593ef911798f4ddcf5577", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-kp", "name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-inst", "created": "2018-10-26T10:16:12Z", "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:16:31,823 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1a30b381-61ef-4040-be0c-357298eadad3 used request id req-99a93138-cbe3-41c0-831c-462a535c8d3b 2018-10-26 10:16:31,823 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-inst] is - ACTIVE 2018-10-26 10:16:31,823 - create_instance - INFO - VM is - ACTIVE 2018-10-26 10:16:31,826 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1a30b381-61ef-4040-be0c-357298eadad3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:32,302 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:16: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-df2c898a-5d05-424b-abe5-f1d3d226376f x-compute-request-id: req-df2c898a-5d05-424b-abe5-f1d3d226376f Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:5e:8e", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:5e:8e", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1a30b381-61ef-4040-be0c-357298eadad3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1a30b381-61ef-4040-be0c-357298eadad3", "rel": "bookmark"}], "image": {"id": "6d1d7cda-fce1-4887-b732-4e217ad8b228", "links": [{"href": "http://172.30.9.21:8774/images/6d1d7cda-fce1-4887-b732-4e217ad8b228", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:16:17.000000", "flavor": {"id": "3e14e323-02b6-45d1-94ea-c198d76f0fb8", "links": [{"href": "http://172.30.9.21:8774/flavors/3e14e323-02b6-45d1-94ea-c198d76f0fb8", "rel": "bookmark"}]}, "id": "1a30b381-61ef-4040-be0c-357298eadad3", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-sec-grp"}, {"name": "default"}], "user_id": "276f82b0ca0e4c838cc1c896c54c0e14", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:16:17Z", "hostId": "ff2f8a31078099b0797d6110cf70affdcf3593ef911798f4ddcf5577", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-kp", "name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-inst", "created": "2018-10-26T10:16:12Z", "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:16:32,302 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1a30b381-61ef-4040-be0c-357298eadad3 used request id req-df2c898a-5d05-424b-abe5-f1d3d226376f 2018-10-26 10:16:32,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:32,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-1d9a2bc9-3b6e-48ad-b73f-83503e108d12 Date: Fri, 26 Oct 2018 10:16: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":["879e334b-b65e-465e-aabf-28b027e083ae"],"updated_at":"2018-10-26T10:15:48Z","tenant_id":"eb0c856dcdeb464bb37a3989ebbc348f","created_at":"2018-10-26T10:15:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"eb0c856dcdeb464bb37a3989ebbc348f","id":"dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb","name":"CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-net"}]} 2018-10-26 10:16:32,417 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-net used request id req-1d9a2bc9-3b6e-48ad-b73f-83503e108d12 2018-10-26 10:16:32,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/eb0c856dcdeb464bb37a3989ebbc348f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:32,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:16:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-606d4035-b3a3-4f32-a080-634f87f837c4 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/eb0c856dcdeb464bb37a3989ebbc348f"}, "enabled": true, "id": "eb0c856dcdeb464bb37a3989ebbc348f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-421459bf-77c4-44b-proj"}} 2018-10-26 10:16:32,501 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/eb0c856dcdeb464bb37a3989ebbc348f used request id req-606d4035-b3a3-4f32-a080-634f87f837c4 2018-10-26 10:16:32,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:32,736 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-24a24eb5-fc95-44c8-8cc6-010fcb976c3a Date: Fri, 26 Oct 2018 10:16:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb","tenant_id":"eb0c856dcdeb464bb37a3989ebbc348f","created_at":"2018-10-26T10:15:48Z","dns_nameservers":[],"updated_at":"2018-10-26T10:15: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":"eb0c856dcdeb464bb37a3989ebbc348f","id":"879e334b-b65e-465e-aabf-28b027e083ae","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-subnet"}]} 2018-10-26 10:16:32,736 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb used request id req-24a24eb5-fc95-44c8-8cc6-010fcb976c3a 2018-10-26 10:16:32,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:32,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-f84643f0-6398-467c-a41c-b8ee61c380fd Date: Fri, 26 Oct 2018 10:16:32 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:16:11Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"879e334b-b65e-465e-aabf-28b027e083ae","ip_address":"10.55.1.1"}],"id":"1cf2b68d-1bf6-4332-8a85-e0c342bdf9c0","security_groups":[],"mac_address":"fa:16:3e:c7:07:c2","project_id":"eb0c856dcdeb464bb37a3989ebbc348f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb","tenant_id":"eb0c856dcdeb464bb37a3989ebbc348f","created_at":"2018-10-26T10:15:57Z","binding:vnic_type":"normal","device_id":"ff7f6b80-f500-4694-9af6-b8c92ce30095"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:15:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"879e334b-b65e-465e-aabf-28b027e083ae","ip_address":"10.55.1.2"}],"id":"6c175b8f-7962-4fed-9b42-6ed5d9ad1ba3","security_groups":[],"mac_address":"fa:16:3e:92:65:fb","project_id":"eb0c856dcdeb464bb37a3989ebbc348f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb","tenant_id":"eb0c856dcdeb464bb37a3989ebbc348f","created_at":"2018-10-26T10:15:49Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:16:22Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"879e334b-b65e-465e-aabf-28b027e083ae","ip_address":"10.55.1.5"}],"id":"7d9a6d0f-437d-41fa-918e-0208953256e5","security_groups":["652bca63-7b6f-4694-bc15-e2db0a1ddc7b","7ddfe18a-ff4f-4160-af54-846ca7ed1714"],"mac_address":"fa:16:3e:f5:5e:8e","project_id":"eb0c856dcdeb464bb37a3989ebbc348f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1bport-1","admin_state_up":true,"network_id":"dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb","tenant_id":"eb0c856dcdeb464bb37a3989ebbc348f","created_at":"2018-10-26T10:16:08Z","binding:vnic_type":"normal","device_id":"1a30b381-61ef-4040-be0c-357298eadad3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:15:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"879e334b-b65e-465e-aabf-28b027e083ae","ip_address":"10.55.1.4"}],"id":"dddc0336-49a8-4bfa-9285-a8e2d788f34f","security_groups":[],"mac_address":"fa:16:3e:fb:b5:6d","project_id":"eb0c856dcdeb464bb37a3989ebbc348f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb","tenant_id":"eb0c856dcdeb464bb37a3989ebbc348f","created_at":"2018-10-26T10:15:50Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:15:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"879e334b-b65e-465e-aabf-28b027e083ae","ip_address":"10.55.1.3"}],"id":"f5e77b12-5d44-4d5e-ab52-b4f461c1611e","security_groups":[],"mac_address":"fa:16:3e:f9:2f:f5","project_id":"eb0c856dcdeb464bb37a3989ebbc348f","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb","tenant_id":"eb0c856dcdeb464bb37a3989ebbc348f","created_at":"2018-10-26T10:15:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb"}]} 2018-10-26 10:16:32,844 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb used request id req-f84643f0-6398-467c-a41c-b8ee61c380fd 2018-10-26 10:16:32,845 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-26 10:16:32,848 - paramiko.transport - DEBUG - starting thread (client mode): 0x5ffee750L 2018-10-26 10:16:32,849 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-26 10:16:32,849 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-26 10:16:32,849 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-26 10:16:32,850 - 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-26 10:16:32,851 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-26 10:16:32,851 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-26 10:16:32,851 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-26 10:16:32,851 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-26 10:16:32,851 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-26 10:16:32,869 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-26 10:16:32,869 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-26 10:16:32,881 - paramiko.transport - DEBUG - Trying key 13e135b9a96e1214efc423b590879d37 from tmp/CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b 2018-10-26 10:16:32,906 - paramiko.transport - DEBUG - userauth is OK 2018-10-26 10:16:32,910 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-26 10:16:33,010 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-26 10:16:33,027 - create_instance - INFO - SSH is active for VM instance 2018-10-26 10:16:33,027 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-26 10:16:33,029 - paramiko.transport - DEBUG - starting thread (client mode): 0x5ffee4d0L 2018-10-26 10:16:33,029 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-26 10:16:33,029 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-26 10:16:33,030 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-26 10:16:33,031 - 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-26 10:16:33,032 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-26 10:16:33,032 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-26 10:16:33,032 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-26 10:16:33,032 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-26 10:16:33,032 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-26 10:16:33,049 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-26 10:16:33,050 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-26 10:16:33,062 - paramiko.transport - DEBUG - Trying key 13e135b9a96e1214efc423b590879d37 from tmp/CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b 2018-10-26 10:16:33,086 - paramiko.transport - DEBUG - userauth is OK 2018-10-26 10:16:33,090 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-26 10:16:33,094 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-26 10:16:33,095 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-10-26 10:16:33,095 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-26 10:16:33,096 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-26 10:16:33,098 - create_instance - INFO - Deleting Floating IP - 172.30.9.209 2018-10-26 10:16:33,099 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.209 2018-10-26 10:16:33,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/floatingips/83b7631f-b6a0-43c0-ab08-98d81eb99cdf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:34,169 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2bd1b8d1-20db-4863-9597-a4e0bd0d217b Content-Length: 0 Date: Fri, 26 Oct 2018 10:16:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:16:34,170 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/83b7631f-b6a0-43c0-ab08-98d81eb99cdf used request id req-2bd1b8d1-20db-4863-9597-a4e0bd0d217b 2018-10-26 10:16:34,170 - create_instance - INFO - Deleting Port with ID - 7d9a6d0f-437d-41fa-918e-0208953256e5 2018-10-26 10:16:34,170 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1bport-1 2018-10-26 10:16:34,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/7d9a6d0f-437d-41fa-918e-0208953256e5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:34,664 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6fbe11ba-70be-4f11-8f81-a76519b1ab22 Date: Fri, 26 Oct 2018 10:16:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:16:34,664 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/7d9a6d0f-437d-41fa-918e-0208953256e5 used request id req-6fbe11ba-70be-4f11-8f81-a76519b1ab22 2018-10-26 10:16:34,665 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-inst 2018-10-26 10:16:34,668 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/1a30b381-61ef-4040-be0c-357298eadad3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:34,806 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:16: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-71d72ac7-2a88-4a6a-8df5-c1a09b5cf200 x-compute-request-id: req-71d72ac7-2a88-4a6a-8df5-c1a09b5cf200 Content-Type: application/json 2018-10-26 10:16:34,806 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/1a30b381-61ef-4040-be0c-357298eadad3 used request id req-71d72ac7-2a88-4a6a-8df5-c1a09b5cf200 2018-10-26 10:16:34,806 - create_instance - INFO - Checking deletion status 2018-10-26 10:16:34,809 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1a30b381-61ef-4040-be0c-357298eadad3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:35,051 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:16: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-46e8bd2e-93ac-4331-98f2-fcb64d1f4b2f x-compute-request-id: req-46e8bd2e-93ac-4331-98f2-fcb64d1f4b2f Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1a30b381-61ef-4040-be0c-357298eadad3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1a30b381-61ef-4040-be0c-357298eadad3", "rel": "bookmark"}], "image": {"id": "6d1d7cda-fce1-4887-b732-4e217ad8b228", "links": [{"href": "http://172.30.9.21:8774/images/6d1d7cda-fce1-4887-b732-4e217ad8b228", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:16:17.000000", "flavor": {"id": "3e14e323-02b6-45d1-94ea-c198d76f0fb8", "links": [{"href": "http://172.30.9.21:8774/flavors/3e14e323-02b6-45d1-94ea-c198d76f0fb8", "rel": "bookmark"}]}, "id": "1a30b381-61ef-4040-be0c-357298eadad3", "user_id": "276f82b0ca0e4c838cc1c896c54c0e14", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:16:34Z", "hostId": "ff2f8a31078099b0797d6110cf70affdcf3593ef911798f4ddcf5577", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-kp", "name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-inst", "created": "2018-10-26T10:16:12Z", "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:16:35,052 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1a30b381-61ef-4040-be0c-357298eadad3 used request id req-46e8bd2e-93ac-4331-98f2-fcb64d1f4b2f 2018-10-26 10:16:35,052 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-inst] is - ACTIVE 2018-10-26 10:16:35,052 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:16:38,054 - create_instance - DEBUG - VM status query timeout in 296.752836943 2018-10-26 10:16:38,057 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1a30b381-61ef-4040-be0c-357298eadad3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:38,366 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:16: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-3637d462-156c-4d74-8ba3-f7c574bffb4a x-compute-request-id: req-3637d462-156c-4d74-8ba3-f7c574bffb4a Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1a30b381-61ef-4040-be0c-357298eadad3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1a30b381-61ef-4040-be0c-357298eadad3", "rel": "bookmark"}], "image": {"id": "6d1d7cda-fce1-4887-b732-4e217ad8b228", "links": [{"href": "http://172.30.9.21:8774/images/6d1d7cda-fce1-4887-b732-4e217ad8b228", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:16:17.000000", "flavor": {"id": "3e14e323-02b6-45d1-94ea-c198d76f0fb8", "links": [{"href": "http://172.30.9.21:8774/flavors/3e14e323-02b6-45d1-94ea-c198d76f0fb8", "rel": "bookmark"}]}, "id": "1a30b381-61ef-4040-be0c-357298eadad3", "user_id": "276f82b0ca0e4c838cc1c896c54c0e14", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:16:34Z", "hostId": "ff2f8a31078099b0797d6110cf70affdcf3593ef911798f4ddcf5577", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-kp", "name": "CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-inst", "created": "2018-10-26T10:16:12Z", "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:16:38,366 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1a30b381-61ef-4040-be0c-357298eadad3 used request id req-3637d462-156c-4d74-8ba3-f7c574bffb4a 2018-10-26 10:16:38,366 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-inst] is - ACTIVE 2018-10-26 10:16:38,367 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:16:41,370 - create_instance - DEBUG - VM status query timeout in 293.436647177 2018-10-26 10:16:41,373 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1a30b381-61ef-4040-be0c-357298eadad3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c4d94c1f7da6b70e5feaccd06d26e49d3d684d0" 2018-10-26 10:16:41,420 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 10:16: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-1a064720-e895-43f1-ba86-646eeeb18d38 x-compute-request-id: req-1a064720-e895-43f1-ba86-646eeeb18d38 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 1a30b381-61ef-4040-be0c-357298eadad3 could not be found.", "code": 404}} 2018-10-26 10:16:41,420 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1a30b381-61ef-4040-be0c-357298eadad3 used request id req-1a064720-e895-43f1-ba86-646eeeb18d38 2018-10-26 10:16:41,420 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 1a30b381-61ef-4040-be0c-357298eadad3 could not be found. (HTTP 404) (Request-ID: req-1a064720-e895-43f1-ba86-646eeeb18d38) 2018-10-26 10:16:41,421 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-inst 2018-10-26 10:16:41,422 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-kp 2018-10-26 10:16:41,425 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f14f8209ccdb09ccb9a1dbcd992c7d68283879b" 2018-10-26 10:16:41,476 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10:16: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-dabbf0b9-1bf7-41f3-a71d-fec02a0f22f4 x-compute-request-id: req-dabbf0b9-1bf7-41f3-a71d-fec02a0f22f4 Content-Length: 0 Content-Type: application/json 2018-10-26 10:16:41,476 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-kp used request id req-dabbf0b9-1bf7-41f3-a71d-fec02a0f22f4 2018-10-26 10:16:41,477 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b.pub] 2018-10-26 10:16:41,477 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b] 2018-10-26 10:16:41,480 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/3e14e323-02b6-45d1-94ea-c198d76f0fb8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b287cc7bbf5762989ba76c03cdfad083246bfddf" 2018-10-26 10:16:41,531 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10:16: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-032e4bab-82ab-40c6-a000-f596ebc1f26c x-compute-request-id: req-032e4bab-82ab-40c6-a000-f596ebc1f26c Content-Length: 0 Content-Type: application/json 2018-10-26 10:16:41,531 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/3e14e323-02b6-45d1-94ea-c198d76f0fb8 used request id req-032e4bab-82ab-40c6-a000-f596ebc1f26c 2018-10-26 10:16:41,532 - neutron_utils - INFO - Deleting security group rule with ID - 3f2f2812-a2de-4549-9c01-59a390b1b325 2018-10-26 10:16:41,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/3f2f2812-a2de-4549-9c01-59a390b1b325 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a568553548e5bae9262b6ce8b4788e5f98711c1e" 2018-10-26 10:16:41,798 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bade3e0e-d396-459e-a20f-64a4dab10d2e Content-Length: 0 Date: Fri, 26 Oct 2018 10:16:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:16:41,798 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/3f2f2812-a2de-4549-9c01-59a390b1b325 used request id req-bade3e0e-d396-459e-a20f-64a4dab10d2e 2018-10-26 10:16:41,799 - neutron_utils - INFO - Deleting security group rule with ID - 0612403b-599f-4902-a1fb-a6d9b49752c1 2018-10-26 10:16:41,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/0612403b-599f-4902-a1fb-a6d9b49752c1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a568553548e5bae9262b6ce8b4788e5f98711c1e" 2018-10-26 10:16:41,892 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0d6e9d4d-fa25-477a-a4bc-6900dfb6413e Content-Length: 0 Date: Fri, 26 Oct 2018 10:16:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:16:41,892 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/0612403b-599f-4902-a1fb-a6d9b49752c1 used request id req-0d6e9d4d-fa25-477a-a4bc-6900dfb6413e 2018-10-26 10:16:41,893 - neutron_utils - INFO - Deleting security group rule with ID - e0c1d50f-bb8b-404b-9250-f12d8902a86f 2018-10-26 10:16:41,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/e0c1d50f-bb8b-404b-9250-f12d8902a86f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a568553548e5bae9262b6ce8b4788e5f98711c1e" 2018-10-26 10:16:41,996 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-67735536-66ec-422c-aced-e3462036e47e Content-Length: 0 Date: Fri, 26 Oct 2018 10:16:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:16:41,996 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/e0c1d50f-bb8b-404b-9250-f12d8902a86f used request id req-67735536-66ec-422c-aced-e3462036e47e 2018-10-26 10:16:41,996 - neutron_utils - INFO - Deleting security group rule with ID - 7743184c-c9e1-4985-9290-0e790ea5358b 2018-10-26 10:16:42,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/7743184c-c9e1-4985-9290-0e790ea5358b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a568553548e5bae9262b6ce8b4788e5f98711c1e" 2018-10-26 10:16:42,228 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-17990b37-7ad4-4a5b-b102-f2f4d2accbf2 Content-Length: 0 Date: Fri, 26 Oct 2018 10:16:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:16:42,228 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/7743184c-c9e1-4985-9290-0e790ea5358b used request id req-17990b37-7ad4-4a5b-b102-f2f4d2accbf2 2018-10-26 10:16:42,228 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-sec-grp 2018-10-26 10:16:42,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/652bca63-7b6f-4694-bc15-e2db0a1ddc7b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a568553548e5bae9262b6ce8b4788e5f98711c1e" 2018-10-26 10:16:42,531 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f05fc97f-797d-4563-bdc1-10d5dbf394b3 Content-Length: 0 Date: Fri, 26 Oct 2018 10:16:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:16:42,531 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/652bca63-7b6f-4694-bc15-e2db0a1ddc7b used request id req-f05fc97f-797d-4563-bdc1-10d5dbf394b3 2018-10-26 10:16:42,532 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-router and subnet CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-subnet 2018-10-26 10:16:42,532 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-router 2018-10-26 10:16:42,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/ff7f6b80-f500-4694-9af6-b8c92ce30095/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}883cf435f8df8a9924428d92264f4eb463ec5d6b" -d '{"subnet_id": "879e334b-b65e-465e-aabf-28b027e083ae"}' 2018-10-26 10:16:44,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e4d8713b-0e32-4d4e-bf32-66d8601fe06b Date: Fri, 26 Oct 2018 10:16:44 GMT RESP BODY: {"network_id": "dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb", "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "subnet_id": "879e334b-b65e-465e-aabf-28b027e083ae", "subnet_ids": ["879e334b-b65e-465e-aabf-28b027e083ae"], "port_id": "1cf2b68d-1bf6-4332-8a85-e0c342bdf9c0", "id": "ff7f6b80-f500-4694-9af6-b8c92ce30095"} 2018-10-26 10:16:44,040 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/ff7f6b80-f500-4694-9af6-b8c92ce30095/remove_router_interface used request id req-e4d8713b-0e32-4d4e-bf32-66d8601fe06b 2018-10-26 10:16:44,041 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-router 2018-10-26 10:16:44,041 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-router 2018-10-26 10:16:44,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/ff7f6b80-f500-4694-9af6-b8c92ce30095 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}883cf435f8df8a9924428d92264f4eb463ec5d6b" 2018-10-26 10:16:47,714 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8d594637-0dac-4594-9fe0-6479844e352e Content-Length: 0 Date: Fri, 26 Oct 2018 10:16:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:16:47,714 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/ff7f6b80-f500-4694-9af6-b8c92ce30095 used request id req-8d594637-0dac-4594-9fe0-6479844e352e 2018-10-26 10:16:47,715 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-subnet 2018-10-26 10:16:47,715 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-subnet 2018-10-26 10:16:47,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/879e334b-b65e-465e-aabf-28b027e083ae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8971acc22356ed24152d03512d32b23a0fd3a764" 2018-10-26 10:16:50,155 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-526b188b-fcf2-4e8d-8fd9-2fa4becf09ce Date: Fri, 26 Oct 2018 10:16:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:16:50,155 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/879e334b-b65e-465e-aabf-28b027e083ae used request id req-526b188b-fcf2-4e8d-8fd9-2fa4becf09ce 2018-10-26 10:16:50,155 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-pub-net 2018-10-26 10:16:50,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8971acc22356ed24152d03512d32b23a0fd3a764" 2018-10-26 10:16:51,425 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ee360f95-b7c2-44de-abb5-0b0f70909d4e Date: Fri, 26 Oct 2018 10:16:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:16:51,425 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/dcca1715-f6db-4fa8-9f27-f1fa4ee3e9cb used request id req-ee360f95-b7c2-44de-abb5-0b0f70909d4e 2018-10-26 10:16:51,426 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-51efda83-7dc2-4956-afa7-eb7d6feaee1b-image 2018-10-26 10:16:51,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/6d1d7cda-fce1-4887-b732-4e217ad8b228 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}19ed46f78bf6c53d38944c56363e6b4612b52cdf" 2018-10-26 10:16:53,283 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1287593e-dd35-4a93-8e92-ced4cb0a1f7b Date: Fri, 26 Oct 2018 10:16: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-26 10:16:53,283 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/6d1d7cda-fce1-4887-b732-4e217ad8b228 used request id req-1287593e-dd35-4a93-8e92-ced4cb0a1f7b 2018-10-26 10:16:53,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5da61cb1e85a71f26332cb9919d6e55690c0f1e2" 2018-10-26 10:16:53,514 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-9a0b8d11-00b6-49dd-ae1a-f92eef7d63b1 Date: Fri, 26 Oct 2018 10:16:53 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "created_at": "2018-10-26T10:15:47Z", "updated_at": "2018-10-26T10:15:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:15:47Z", "revision_number": 0, "id": "29bf64b3-d397-4b34-895f-9c945bd245a9", "remote_group_id": "7ddfe18a-ff4f-4160-af54-846ca7ed1714", "remote_ip_prefix": null, "created_at": "2018-10-26T10:15:47Z", "security_group_id": "7ddfe18a-ff4f-4160-af54-846ca7ed1714", "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "port_range_min": null, "ethertype": "IPv4", "project_id": "eb0c856dcdeb464bb37a3989ebbc348f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:15:47Z", "revision_number": 0, "id": "93daeaff-fd3b-413d-8b4b-7dbadd4d67c1", "remote_group_id": "7ddfe18a-ff4f-4160-af54-846ca7ed1714", "remote_ip_prefix": null, "created_at": "2018-10-26T10:15:47Z", "security_group_id": "7ddfe18a-ff4f-4160-af54-846ca7ed1714", "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "port_range_min": null, "ethertype": "IPv6", "project_id": "eb0c856dcdeb464bb37a3989ebbc348f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:15:47Z", "revision_number": 0, "id": "d4caece3-fce2-46e4-a2da-b42d19f672c6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:15:47Z", "security_group_id": "7ddfe18a-ff4f-4160-af54-846ca7ed1714", "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "port_range_min": null, "ethertype": "IPv4", "project_id": "eb0c856dcdeb464bb37a3989ebbc348f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:15:47Z", "revision_number": 0, "id": "f8e1fcef-5d3b-45b4-b2ef-ed0561cdfafd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:15:47Z", "security_group_id": "7ddfe18a-ff4f-4160-af54-846ca7ed1714", "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "port_range_min": null, "ethertype": "IPv6", "project_id": "eb0c856dcdeb464bb37a3989ebbc348f"}], "revision_number": 4, "project_id": "eb0c856dcdeb464bb37a3989ebbc348f", "id": "7ddfe18a-ff4f-4160-af54-846ca7ed1714", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 10:16:53,514 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-9a0b8d11-00b6-49dd-ae1a-f92eef7d63b1 2018-10-26 10:16:53,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5da61cb1e85a71f26332cb9919d6e55690c0f1e2" 2018-10-26 10:16:53,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:16:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5ef7d96-a69c-49fc-bc7a-80c8be671a36 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 10:16:53,604 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-a5ef7d96-a69c-49fc-bc7a-80c8be671a36 2018-10-26 10:16:53,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/eb0c856dcdeb464bb37a3989ebbc348f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5da61cb1e85a71f26332cb9919d6e55690c0f1e2" 2018-10-26 10:16:53,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:16:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e0d736d-9529-4bac-8268-e24aa15e2e60 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/eb0c856dcdeb464bb37a3989ebbc348f"}, "enabled": true, "id": "eb0c856dcdeb464bb37a3989ebbc348f", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-421459bf-77c4-44b-proj"}} 2018-10-26 10:16:53,714 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/eb0c856dcdeb464bb37a3989ebbc348f used request id req-1e0d736d-9529-4bac-8268-e24aa15e2e60 2018-10-26 10:16:53,715 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7ddfe18a-ff4f-4160-af54-846ca7ed1714 2018-10-26 10:16:53,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7ddfe18a-ff4f-4160-af54-846ca7ed1714 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5da61cb1e85a71f26332cb9919d6e55690c0f1e2" 2018-10-26 10:16:53,896 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-29e592bf-d06d-4283-bb67-bd4d4bfc50e0 Date: Fri, 26 Oct 2018 10:16:53 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "7ddfe18a-ff4f-4160-af54-846ca7ed1714", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:15:47Z", "security_group_id": "7ddfe18a-ff4f-4160-af54-846ca7ed1714", "port_range_min": null, "revision_number": 0, "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "created_at": "2018-10-26T10:15:47Z", "project_id": "eb0c856dcdeb464bb37a3989ebbc348f", "id": "29bf64b3-d397-4b34-895f-9c945bd245a9"}, {"remote_group_id": "7ddfe18a-ff4f-4160-af54-846ca7ed1714", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:15:47Z", "security_group_id": "7ddfe18a-ff4f-4160-af54-846ca7ed1714", "port_range_min": null, "revision_number": 0, "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "created_at": "2018-10-26T10:15:47Z", "project_id": "eb0c856dcdeb464bb37a3989ebbc348f", "id": "93daeaff-fd3b-413d-8b4b-7dbadd4d67c1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:15:47Z", "security_group_id": "7ddfe18a-ff4f-4160-af54-846ca7ed1714", "port_range_min": null, "revision_number": 0, "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "created_at": "2018-10-26T10:15:47Z", "project_id": "eb0c856dcdeb464bb37a3989ebbc348f", "id": "d4caece3-fce2-46e4-a2da-b42d19f672c6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:15:47Z", "security_group_id": "7ddfe18a-ff4f-4160-af54-846ca7ed1714", "port_range_min": null, "revision_number": 0, "tenant_id": "eb0c856dcdeb464bb37a3989ebbc348f", "created_at": "2018-10-26T10:15:47Z", "project_id": "eb0c856dcdeb464bb37a3989ebbc348f", "id": "f8e1fcef-5d3b-45b4-b2ef-ed0561cdfafd"}]} 2018-10-26 10:16:53,897 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7ddfe18a-ff4f-4160-af54-846ca7ed1714 used request id req-29e592bf-d06d-4283-bb67-bd4d4bfc50e0 2018-10-26 10:16:53,897 - neutron_utils - INFO - Deleting security group with name - default 2018-10-26 10:16:53,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/7ddfe18a-ff4f-4160-af54-846ca7ed1714 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5da61cb1e85a71f26332cb9919d6e55690c0f1e2" 2018-10-26 10:16:54,280 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-83bd3ea6-a295-4300-ba64-51aaa58a6085 Content-Length: 0 Date: Fri, 26 Oct 2018 10:16:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:16:54,280 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/7ddfe18a-ff4f-4160-af54-846ca7ed1714 used request id req-83bd3ea6-a295-4300-ba64-51aaa58a6085 2018-10-26 10:16:54,281 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-421459bf-77c4-44b-proj 2018-10-26 10:16:54,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/eb0c856dcdeb464bb37a3989ebbc348f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5da61cb1e85a71f26332cb9919d6e55690c0f1e2" 2018-10-26 10:16:54,472 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:16:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2d5872a4-a078-4101-9c2e-8191a6b9992c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:16:54,472 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/eb0c856dcdeb464bb37a3989ebbc348f used request id req-2d5872a4-a078-4101-9c2e-8191a6b9992c 2018-10-26 10:16:54,473 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-421459bf-77c4-44b-proj-role 2018-10-26 10:16:54,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/277795f70566456db701933444fe266e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5da61cb1e85a71f26332cb9919d6e55690c0f1e2" 2018-10-26 10:16:54,582 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:16:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4a4218b0-9fdd-4976-8a01-2ecf9b73c123 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:16:54,582 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/277795f70566456db701933444fe266e used request id req-4a4218b0-9fdd-4976-8a01-2ecf9b73c123 2018-10-26 10:16:54,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5da61cb1e85a71f26332cb9919d6e55690c0f1e2" 2018-10-26 10:16:54,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:16:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc677897-62f1-4f4a-aa74-8e99a9166884 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:16:54,673 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-fc677897-62f1-4f4a-aa74-8e99a9166884 2018-10-26 10:16:54,673 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-421459bf-77c4-44b-user 2018-10-26 10:16:54,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/276f82b0ca0e4c838cc1c896c54c0e14 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf659dc4817890533b948ad2aa704f8a690afb47" 2018-10-26 10:16:54,833 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:16:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-62630920-46e3-4e3e-a092-ef1324433cb3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:16:54,833 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/276f82b0ca0e4c838cc1c896c54c0e14 used request id req-62630920-46e3-4e3e-a092-ef1324433cb3 2018-10-26 10:16:54,834 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:16:55,306 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:16:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["INrx23PsSb6riszDK3Tilw"], "issued_at": "2018-10-26T10:16:55.000000Z"}} 2018-10-26 10:16:55,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}593fc81248d00a5bf1f0b3873c91e1d7f9fb356c" 2018-10-26 10:16:55,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:16:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ea709ce-989c-42a6-a041-e312c9ecae3c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:16:55,381 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-2ea709ce-989c-42a6-a041-e312c9ecae3c 2018-10-26 10:16:55,383 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:16:55,384 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:16:55,780 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:16:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["UHFSmTjbRiiRA1KKoRMIDg"], "issued_at": "2018-10-26T10:16:55.000000Z"}} 2018-10-26 10:16:55,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a8c98e6c45e2c6ec34f58aface4fd810d5b6d8a" 2018-10-26 10:16:55,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:16:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1b75d49-d5b8-41a6-8e87-ea25e76e48ee Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:16:55,870 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d1b75d49-d5b8-41a6-8e87-ea25e76e48ee 2018-10-26 10:16:55,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:16:55,880 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:16: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:16:55,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a8c98e6c45e2c6ec34f58aface4fd810d5b6d8a" 2018-10-26 10:16:55,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:16:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60c7ff15-2dce-4948-acdd-4429574921a1 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 10:16:55,965 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-proj used request id req-60c7ff15-2dce-4948-acdd-4429574921a1 2018-10-26 10:16:55,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a8c98e6c45e2c6ec34f58aface4fd810d5b6d8a" 2018-10-26 10:16:56,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:16:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30700ec7-6964-4c2e-8176-38596d7ed81e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 10:16:56,056 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-30700ec7-6964-4c2e-8176-38596d7ed81e 2018-10-26 10:16:56,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a8c98e6c45e2c6ec34f58aface4fd810d5b6d8a" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-proj"}}' 2018-10-26 10:16:56,169 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:16:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-472da23b-ca72-4923-b0a2-36327ee88f6c Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c5d24ec6a5624250aecbf88152c8b340"}, "enabled": true, "id": "c5d24ec6a5624250aecbf88152c8b340", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-proj"}} 2018-10-26 10:16:56,169 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-472da23b-ca72-4923-b0a2-36327ee88f6c 2018-10-26 10:16:56,170 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-proj 2018-10-26 10:16:56,170 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:16:56,171 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:16:56,554 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:16:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["-z3mnlp0T-KiOuPAQsTXfw"], "issued_at": "2018-10-26T10:16:56.000000Z"}} 2018-10-26 10:16:56,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}868ca50cd58078175c816459bb130032c19e3f1f" 2018-10-26 10:16:56,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:16:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08c16bbe-3fae-4a3b-b729-594215367349 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:16:56,648 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-08c16bbe-3fae-4a3b-b729-594215367349 2018-10-26 10:16:56,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:16:56,658 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:16: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:16:56,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}868ca50cd58078175c816459bb130032c19e3f1f" 2018-10-26 10:16:56,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:16:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78d4c866-fd1f-4a71-80c3-f24c629ee148 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 10:16:56,693 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-78d4c866-fd1f-4a71-80c3-f24c629ee148 2018-10-26 10:16:56,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}868ca50cd58078175c816459bb130032c19e3f1f" 2018-10-26 10:16:56,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:16:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1691332a-0729-4c2f-a370-c03e01cb2e17 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c5d24ec6a5624250aecbf88152c8b340"}, "enabled": true, "id": "c5d24ec6a5624250aecbf88152c8b340", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-proj"}]} 2018-10-26 10:16:56,789 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-proj used request id req-1691332a-0729-4c2f-a370-c03e01cb2e17 2018-10-26 10:16:56,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}868ca50cd58078175c816459bb130032c19e3f1f" 2018-10-26 10:16:56,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:16:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0385ec03-34fb-416c-8915-e8c526b5872c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 10:16:56,879 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-0385ec03-34fb-416c-8915-e8c526b5872c 2018-10-26 10:16:57,254 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-user 2018-10-26 10:16:57,254 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:16:57,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a8c98e6c45e2c6ec34f58aface4fd810d5b6d8a" 2018-10-26 10:16:57,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:16:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f4914c3-424f-4cc8-81f0-071e3ef9cb9c Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:16:57,348 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-9f4914c3-424f-4cc8-81f0-071e3ef9cb9c 2018-10-26 10:16:57,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a8c98e6c45e2c6ec34f58aface4fd810d5b6d8a" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-proj-role"}}' 2018-10-26 10:16:57,458 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:16:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-19aad718-8f2c-4d6a-a24d-cd77a92f181c Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6af6a3aee2ab425397c336081d0f180b", "links": {"self": "http://172.30.9.21:5000/v3/roles/6af6a3aee2ab425397c336081d0f180b"}, "name": "CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-proj-role"}} 2018-10-26 10:16:57,458 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-19aad718-8f2c-4d6a-a24d-cd77a92f181c 2018-10-26 10:16:57,458 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-proj-role 2018-10-26 10:16:57,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/6af6a3aee2ab425397c336081d0f180b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a8c98e6c45e2c6ec34f58aface4fd810d5b6d8a" 2018-10-26 10:16:57,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:16:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb2fddd5-6dbb-428b-b5ce-094f28971d71 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/6af6a3aee2ab425397c336081d0f180b"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-proj-role", "id": "6af6a3aee2ab425397c336081d0f180b"}} 2018-10-26 10:16:57,550 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/6af6a3aee2ab425397c336081d0f180b used request id req-bb2fddd5-6dbb-428b-b5ce-094f28971d71 2018-10-26 10:16:57,550 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-proj-role to project CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-proj 2018-10-26 10:16:57,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/c5d24ec6a5624250aecbf88152c8b340/users/d0c19f5d053845c5a6259739eeed1d4b/roles/6af6a3aee2ab425397c336081d0f180b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a8c98e6c45e2c6ec34f58aface4fd810d5b6d8a" 2018-10-26 10:16:57,674 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:16:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-179b922e-e248-4ce3-a2aa-76d8cf75c1d2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:16:57,675 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/c5d24ec6a5624250aecbf88152c8b340/users/d0c19f5d053845c5a6259739eeed1d4b/roles/6af6a3aee2ab425397c336081d0f180b used request id req-179b922e-e248-4ce3-a2aa-76d8cf75c1d2 2018-10-26 10:16:57,675 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:16:57,676 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-26 10:16:57,677 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:16:57,677 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:16:58,046 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6af6a3aee2ab425397c336081d0f180b", "name": "CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-proj-role"}], "expires_at": "2018-10-26T11:16:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c5d24ec6a5624250aecbf88152c8b340", "name": "CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c5d24ec6a5624250aecbf88152c8b340", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/c5d24ec6a5624250aecbf88152c8b340", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/c5d24ec6a5624250aecbf88152c8b340", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c5d24ec6a5624250aecbf88152c8b340", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/c5d24ec6a5624250aecbf88152c8b340", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/c5d24ec6a5624250aecbf88152c8b340", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/c5d24ec6a5624250aecbf88152c8b340", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/c5d24ec6a5624250aecbf88152c8b340", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/c5d24ec6a5624250aecbf88152c8b340", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/c5d24ec6a5624250aecbf88152c8b340", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/c5d24ec6a5624250aecbf88152c8b340", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/c5d24ec6a5624250aecbf88152c8b340", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-user", "id": "d0c19f5d053845c5a6259739eeed1d4b"}, "audit_ids": ["GOSR-IzaRc2wCLvxYGKv2Q"], "issued_at": "2018-10-26T10:16:58.000000Z"}} 2018-10-26 10:16:58,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da3a84b61255e7c5ba693b78be25c1201918ec46" 2018-10-26 10:16:58,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:16:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50fb08ab-6d96-489c-ab60-80f8c9d6e2e1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:16:58,134 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-50fb08ab-6d96-489c-ab60-80f8c9d6e2e1 2018-10-26 10:16:58,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}da3a84b61255e7c5ba693b78be25c1201918ec46" 2018-10-26 10:16:58,332 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-6f310579-2c0c-40bb-9eef-ef1f7218a851 Date: Fri, 26 Oct 2018 10:16:58 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-image"} 2018-10-26 10:16:58,333 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-image used request id req-6f310579-2c0c-40bb-9eef-ef1f7218a851 2018-10-26 10:16:58,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}da3a84b61255e7c5ba693b78be25c1201918ec46" 2018-10-26 10:16:58,510 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b0de9dbc-e01b-4e16-b35b-90bc57916227 Date: Fri, 26 Oct 2018 10:16: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-26 10:16:58,511 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-b0de9dbc-e01b-4e16-b35b-90bc57916227 2018-10-26 10:16:58,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}da3a84b61255e7c5ba693b78be25c1201918ec46" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-image"}' 2018-10-26 10:16:58,735 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/104028bd-9c4d-48d9-8e59-b65b21536efd X-Openstack-Request-Id: req-bbe08434-f097-4263-85dc-2bfaeb11ccd0 Date: Fri, 26 Oct 2018 10:16:58 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:16:58Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-26T10:16:58Z", "visibility": "shared", "locations": [], "self": "/v2/images/104028bd-9c4d-48d9-8e59-b65b21536efd", "min_disk": 0, "protected": false, "id": "104028bd-9c4d-48d9-8e59-b65b21536efd", "file": "/v2/images/104028bd-9c4d-48d9-8e59-b65b21536efd/file", "checksum": null, "owner": "c5d24ec6a5624250aecbf88152c8b340", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:16:58,735 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-bbe08434-f097-4263-85dc-2bfaeb11ccd0 2018-10-26 10:16:58,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/104028bd-9c4d-48d9-8e59-b65b21536efd/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}da3a84b61255e7c5ba693b78be25c1201918ec46" -d '' 2018-10-26 10:16:59,750 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8076a65e-e741-4ae0-b6d1-619040d23e0a Date: Fri, 26 Oct 2018 10:16: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-26 10:16:59,750 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/104028bd-9c4d-48d9-8e59-b65b21536efd/file used request id req-8076a65e-e741-4ae0-b6d1-619040d23e0a 2018-10-26 10:16:59,751 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 10:16:59,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/104028bd-9c4d-48d9-8e59-b65b21536efd -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}da3a84b61255e7c5ba693b78be25c1201918ec46" 2018-10-26 10:16:59,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-b523bd28-76cd-4db7-9723-71bfe923a386 Date: Fri, 26 Oct 2018 10:16:59 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:16:58Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T10:16:59Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/104028bd-9c4d-48d9-8e59-b65b21536efd/snap", "metadata": {}}], "self": "/v2/images/104028bd-9c4d-48d9-8e59-b65b21536efd", "min_disk": 0, "protected": false, "id": "104028bd-9c4d-48d9-8e59-b65b21536efd", "file": "/v2/images/104028bd-9c4d-48d9-8e59-b65b21536efd/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c5d24ec6a5624250aecbf88152c8b340", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/104028bd-9c4d-48d9-8e59-b65b21536efd/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:16:59,914 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/104028bd-9c4d-48d9-8e59-b65b21536efd used request id req-b523bd28-76cd-4db7-9723-71bfe923a386 2018-10-26 10:16:59,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}da3a84b61255e7c5ba693b78be25c1201918ec46" 2018-10-26 10:17:00,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d0582aae-0d2c-4620-a8e6-73c129b69819 Date: Fri, 26 Oct 2018 10:17: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-26 10:17:00,069 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-d0582aae-0d2c-4620-a8e6-73c129b69819 2018-10-26 10:17:00,072 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-image 2018-10-26 10:17:00,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/104028bd-9c4d-48d9-8e59-b65b21536efd -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}da3a84b61255e7c5ba693b78be25c1201918ec46" 2018-10-26 10:17:00,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-4ec52255-3237-4d92-a863-f388d1cc9b31 Date: Fri, 26 Oct 2018 10:17:00 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:16:58Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T10:16:59Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/104028bd-9c4d-48d9-8e59-b65b21536efd/snap", "metadata": {}}], "self": "/v2/images/104028bd-9c4d-48d9-8e59-b65b21536efd", "min_disk": 0, "protected": false, "id": "104028bd-9c4d-48d9-8e59-b65b21536efd", "file": "/v2/images/104028bd-9c4d-48d9-8e59-b65b21536efd/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c5d24ec6a5624250aecbf88152c8b340", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/104028bd-9c4d-48d9-8e59-b65b21536efd/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:17:00,238 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/104028bd-9c4d-48d9-8e59-b65b21536efd used request id req-4ec52255-3237-4d92-a863-f388d1cc9b31 2018-10-26 10:17:00,239 - create_image - DEBUG - Instance status is - active 2018-10-26 10:17:00,239 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-image 2018-10-26 10:17:00,239 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-image 2018-10-26 10:17:00,239 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:17:00,240 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:17:00,701 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6af6a3aee2ab425397c336081d0f180b", "name": "CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-proj-role"}], "expires_at": "2018-10-26T11:17:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c5d24ec6a5624250aecbf88152c8b340", "name": "CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c5d24ec6a5624250aecbf88152c8b340", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/c5d24ec6a5624250aecbf88152c8b340", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/c5d24ec6a5624250aecbf88152c8b340", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c5d24ec6a5624250aecbf88152c8b340", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/c5d24ec6a5624250aecbf88152c8b340", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/c5d24ec6a5624250aecbf88152c8b340", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/c5d24ec6a5624250aecbf88152c8b340", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/c5d24ec6a5624250aecbf88152c8b340", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/c5d24ec6a5624250aecbf88152c8b340", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/c5d24ec6a5624250aecbf88152c8b340", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/c5d24ec6a5624250aecbf88152c8b340", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/c5d24ec6a5624250aecbf88152c8b340", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-user", "id": "d0c19f5d053845c5a6259739eeed1d4b"}, "audit_ids": ["PzgBQeeZRdy9IHJ9e8g9rQ"], "issued_at": "2018-10-26T10:17:00.000000Z"}} 2018-10-26 10:17:00,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f15360c04bcd1e498ccafb0c003c40d211b2cd83" 2018-10-26 10:17:00,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:17:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db6e43a5-5293-4cf3-9e26-23babb663cc6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:17:00,773 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-db6e43a5-5293-4cf3-9e26-23babb663cc6 2018-10-26 10:17:00,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f15360c04bcd1e498ccafb0c003c40d211b2cd83" 2018-10-26 10:17:00,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-b40aa194-7eb9-42fa-84cf-380ac1fddb23 Date: Fri, 26 Oct 2018 10:17:00 GMT RESP BODY: {"networks":[]} 2018-10-26 10:17:00,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net used request id req-b40aa194-7eb9-42fa-84cf-380ac1fddb23 2018-10-26 10:17:00,968 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net 2018-10-26 10:17:00,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f15360c04bcd1e498ccafb0c003c40d211b2cd83" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net", "admin_state_up": true}}' 2018-10-26 10:17:01,520 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-3c55c903-c3ff-4b44-b093-1360f9bc77df Date: Fri, 26 Oct 2018 10:17:01 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"c5d24ec6a5624250aecbf88152c8b340","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T10:17:01Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:01Z","mtu":1450}} 2018-10-26 10:17:01,521 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-3c55c903-c3ff-4b44-b093-1360f9bc77df 2018-10-26 10:17:01,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=735fc883-5bb1-435e-a7df-ee25ab232f8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f15360c04bcd1e498ccafb0c003c40d211b2cd83" 2018-10-26 10:17:01,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-0d0d6e13-62dd-4554-b116-93c81c64bd9c Date: Fri, 26 Oct 2018 10:17:01 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-26T10:17:01Z","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"c5d24ec6a5624250aecbf88152c8b340","id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","name":"CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net"}]} 2018-10-26 10:17:01,747 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=735fc883-5bb1-435e-a7df-ee25ab232f8d used request id req-0d0d6e13-62dd-4554-b116-93c81c64bd9c 2018-10-26 10:17:01,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=735fc883-5bb1-435e-a7df-ee25ab232f8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f15360c04bcd1e498ccafb0c003c40d211b2cd83" 2018-10-26 10:17:01,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-5a22c1e9-fcbb-4d78-acd9-6283a1b2f9fe Date: Fri, 26 Oct 2018 10:17:01 GMT RESP BODY: {"subnets":[]} 2018-10-26 10:17:01,943 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=735fc883-5bb1-435e-a7df-ee25ab232f8d used request id req-5a22c1e9-fcbb-4d78-acd9-6283a1b2f9fe 2018-10-26 10:17:01,944 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-subnet 2018-10-26 10:17:01,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f15360c04bcd1e498ccafb0c003c40d211b2cd83" -d '{"subnets": [{"ip_version": 4, "network_id": "735fc883-5bb1-435e-a7df-ee25ab232f8d", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-subnet"}]}' 2018-10-26 10:17:02,719 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-653effb7-0278-4c33-bffe-48a941db285b Date: Fri, 26 Oct 2018 10:17:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:02Z","dns_nameservers":[],"updated_at":"2018-10-26T10:17:02Z","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":"c5d24ec6a5624250aecbf88152c8b340","id":"ac337921-992d-4dc9-aec7-05009f8b426a","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-subnet"}]} 2018-10-26 10:17:02,719 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-653effb7-0278-4c33-bffe-48a941db285b 2018-10-26 10:17:02,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=735fc883-5bb1-435e-a7df-ee25ab232f8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f15360c04bcd1e498ccafb0c003c40d211b2cd83" 2018-10-26 10:17:02,983 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-5f01fea3-fb85-4f04-a415-30e41af1cfb6 Date: Fri, 26 Oct 2018 10:17: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":["ac337921-992d-4dc9-aec7-05009f8b426a"],"updated_at":"2018-10-26T10:17:02Z","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c5d24ec6a5624250aecbf88152c8b340","id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","name":"CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net"}]} 2018-10-26 10:17:02,983 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=735fc883-5bb1-435e-a7df-ee25ab232f8d used request id req-5f01fea3-fb85-4f04-a415-30e41af1cfb6 2018-10-26 10:17:02,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=735fc883-5bb1-435e-a7df-ee25ab232f8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f15360c04bcd1e498ccafb0c003c40d211b2cd83" 2018-10-26 10:17:03,197 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-b9644cb3-8e8e-499b-9bf5-90f5642c5265 Date: Fri, 26 Oct 2018 10:17:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:02Z","dns_nameservers":[],"updated_at":"2018-10-26T10:17:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"c5d24ec6a5624250aecbf88152c8b340","id":"ac337921-992d-4dc9-aec7-05009f8b426a","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-subnet"}]} 2018-10-26 10:17:03,197 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=735fc883-5bb1-435e-a7df-ee25ab232f8d used request id req-b9644cb3-8e8e-499b-9bf5-90f5642c5265 2018-10-26 10:17:03,197 - OpenStackNetwork - DEBUG - Network [735fc883-5bb1-435e-a7df-ee25ab232f8d] created successfully 2018-10-26 10:17:03,198 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:17:03,198 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:17:03,575 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6af6a3aee2ab425397c336081d0f180b", "name": "CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-proj-role"}], "expires_at": "2018-10-26T11:17:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c5d24ec6a5624250aecbf88152c8b340", "name": "CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c5d24ec6a5624250aecbf88152c8b340", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/c5d24ec6a5624250aecbf88152c8b340", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/c5d24ec6a5624250aecbf88152c8b340", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c5d24ec6a5624250aecbf88152c8b340", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/c5d24ec6a5624250aecbf88152c8b340", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/c5d24ec6a5624250aecbf88152c8b340", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/c5d24ec6a5624250aecbf88152c8b340", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/c5d24ec6a5624250aecbf88152c8b340", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/c5d24ec6a5624250aecbf88152c8b340", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/c5d24ec6a5624250aecbf88152c8b340", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/c5d24ec6a5624250aecbf88152c8b340", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/c5d24ec6a5624250aecbf88152c8b340", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-user", "id": "d0c19f5d053845c5a6259739eeed1d4b"}, "audit_ids": ["P2PrfJqqQAGJzmHFasZnmQ"], "issued_at": "2018-10-26T10:17:03.000000Z"}} 2018-10-26 10:17:03,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abe70ff79de78ab87bc6d1b2952ac7326041c831" 2018-10-26 10:17:03,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:17:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a864f259-39fc-4987-818d-dbce9e8c20af Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:17:03,657 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a864f259-39fc-4987-818d-dbce9e8c20af 2018-10-26 10:17:03,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abe70ff79de78ab87bc6d1b2952ac7326041c831" 2018-10-26 10:17:03,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-7075ee08-70a6-4147-b017-a916deeedd5f Date: Fri, 26 Oct 2018 10:17:03 GMT RESP BODY: {"routers": []} 2018-10-26 10:17:03,863 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-router&admin_state_up=True used request id req-7075ee08-70a6-4147-b017-a916deeedd5f 2018-10-26 10:17:03,863 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:17:03,864 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:17:04,234 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6af6a3aee2ab425397c336081d0f180b", "name": "CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-proj-role"}], "expires_at": "2018-10-26T11:17:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c5d24ec6a5624250aecbf88152c8b340", "name": "CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c5d24ec6a5624250aecbf88152c8b340", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/c5d24ec6a5624250aecbf88152c8b340", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/c5d24ec6a5624250aecbf88152c8b340", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c5d24ec6a5624250aecbf88152c8b340", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/c5d24ec6a5624250aecbf88152c8b340", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/c5d24ec6a5624250aecbf88152c8b340", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/c5d24ec6a5624250aecbf88152c8b340", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/c5d24ec6a5624250aecbf88152c8b340", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/c5d24ec6a5624250aecbf88152c8b340", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/c5d24ec6a5624250aecbf88152c8b340", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/c5d24ec6a5624250aecbf88152c8b340", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/c5d24ec6a5624250aecbf88152c8b340", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-user", "id": "d0c19f5d053845c5a6259739eeed1d4b"}, "audit_ids": ["okFdDPb_Q0WcqrDtS-KB5Q"], "issued_at": "2018-10-26T10:17:04.000000Z"}} 2018-10-26 10:17:04,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec3960242cd5600a1db365f93441211817c8f40b" 2018-10-26 10:17:04,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:17:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-734ff71f-c8e3-484e-a199-13e7b54c9d2e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:17:04,329 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-734ff71f-c8e3-484e-a199-13e7b54c9d2e 2018-10-26 10:17:04,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abe70ff79de78ab87bc6d1b2952ac7326041c831" 2018-10-26 10:17:04,582 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-24d6b6a1-074a-4e22-970e-d0000544935e Date: Fri, 26 Oct 2018 10:17:04 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","mtu":1500}]} 2018-10-26 10:17:04,582 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-24d6b6a1-074a-4e22-970e-d0000544935e 2018-10-26 10:17:04,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abe70ff79de78ab87bc6d1b2952ac7326041c831" 2018-10-26 10:17:04,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-3fda2ded-1d96-4bdd-9673-a5ee7ba2a35e Date: Fri, 26 Oct 2018 10:17:04 GMT RESP BODY: {"subnets":[]} 2018-10-26 10:17:04,770 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-3fda2ded-1d96-4bdd-9673-a5ee7ba2a35e 2018-10-26 10:17:04,771 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-router 2018-10-26 10:17:04,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abe70ff79de78ab87bc6d1b2952ac7326041c831" -d '{"router": {"external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693"}, "name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-router", "admin_state_up": true}}' 2018-10-26 10:17:09,865 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-f12784b9-b268-4595-9509-d8a402cab53b Date: Fri, 26 Oct 2018 10:17:09 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "created_at": "2018-10-26T10:17:05Z", "admin_state_up": true, "updated_at": "2018-10-26T10:17:06Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "c5d24ec6a5624250aecbf88152c8b340", "id": "0cfc8e14-8d6c-4f7b-8037-ea58767c0aa8", "name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-router"}} 2018-10-26 10:17:09,866 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-f12784b9-b268-4595-9509-d8a402cab53b 2018-10-26 10:17:09,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=0cfc8e14-8d6c-4f7b-8037-ea58767c0aa8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abe70ff79de78ab87bc6d1b2952ac7326041c831" 2018-10-26 10:17:10,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-fae2c41d-364a-4df2-bf08-c0b883a28e66 Date: Fri, 26 Oct 2018 10:17:10 GMT RESP BODY: {"ports":[]} 2018-10-26 10:17:10,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=0cfc8e14-8d6c-4f7b-8037-ea58767c0aa8 used request id req-fae2c41d-364a-4df2-bf08-c0b883a28e66 2018-10-26 10:17:10,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abe70ff79de78ab87bc6d1b2952ac7326041c831" 2018-10-26 10:17:10,481 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-ef91e58b-4ec9-45cd-a3d6-3cfef8a5f498 Date: Fri, 26 Oct 2018 10: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":["ac337921-992d-4dc9-aec7-05009f8b426a"],"updated_at":"2018-10-26T10:17:02Z","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c5d24ec6a5624250aecbf88152c8b340","id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","name":"CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net"}]} 2018-10-26 10:17:10,481 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net used request id req-ef91e58b-4ec9-45cd-a3d6-3cfef8a5f498 2018-10-26 10:17:10,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:17:10,490 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:17: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:17:10,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c5d24ec6a5624250aecbf88152c8b340 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abe70ff79de78ab87bc6d1b2952ac7326041c831" 2018-10-26 10:17:10,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:17:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb16e67e-e358-472d-b036-91f2ce5f91d0 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c5d24ec6a5624250aecbf88152c8b340"}, "enabled": true, "id": "c5d24ec6a5624250aecbf88152c8b340", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-proj"}} 2018-10-26 10:17:10,567 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c5d24ec6a5624250aecbf88152c8b340 used request id req-cb16e67e-e358-472d-b036-91f2ce5f91d0 2018-10-26 10:17:10,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=735fc883-5bb1-435e-a7df-ee25ab232f8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abe70ff79de78ab87bc6d1b2952ac7326041c831" 2018-10-26 10:17:10,772 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-2dc51984-9f38-4263-96af-a195ddfaf3b3 Date: Fri, 26 Oct 2018 10:17:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:02Z","dns_nameservers":[],"updated_at":"2018-10-26T10:17:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"c5d24ec6a5624250aecbf88152c8b340","id":"ac337921-992d-4dc9-aec7-05009f8b426a","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-subnet"}]} 2018-10-26 10:17:10,772 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=735fc883-5bb1-435e-a7df-ee25ab232f8d used request id req-2dc51984-9f38-4263-96af-a195ddfaf3b3 2018-10-26 10:17:10,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=735fc883-5bb1-435e-a7df-ee25ab232f8d&name=CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abe70ff79de78ab87bc6d1b2952ac7326041c831" 2018-10-26 10:17:11,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-f7ea37f1-fada-49f1-b875-9bd87a71ae85 Date: Fri, 26 Oct 2018 10:17:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:02Z","dns_nameservers":[],"updated_at":"2018-10-26T10:17:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"c5d24ec6a5624250aecbf88152c8b340","id":"ac337921-992d-4dc9-aec7-05009f8b426a","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-subnet"}]} 2018-10-26 10:17:11,011 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=735fc883-5bb1-435e-a7df-ee25ab232f8d&name=CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-subnet used request id req-f7ea37f1-fada-49f1-b875-9bd87a71ae85 2018-10-26 10:17:11,012 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-10-26 10:17:11,012 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-router 2018-10-26 10:17:11,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/0cfc8e14-8d6c-4f7b-8037-ea58767c0aa8/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abe70ff79de78ab87bc6d1b2952ac7326041c831" -d '{"subnet_id": "ac337921-992d-4dc9-aec7-05009f8b426a"}' 2018-10-26 10:17:13,166 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6c496b05-4a4e-4bbf-938b-849fdf984700 Date: Fri, 26 Oct 2018 10:17:13 GMT RESP BODY: {"network_id": "735fc883-5bb1-435e-a7df-ee25ab232f8d", "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "subnet_id": "ac337921-992d-4dc9-aec7-05009f8b426a", "subnet_ids": ["ac337921-992d-4dc9-aec7-05009f8b426a"], "port_id": "87e55678-77ef-4062-9976-b0bf168f32a7", "id": "0cfc8e14-8d6c-4f7b-8037-ea58767c0aa8"} 2018-10-26 10:17:13,166 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/0cfc8e14-8d6c-4f7b-8037-ea58767c0aa8/add_router_interface used request id req-6c496b05-4a4e-4bbf-938b-849fdf984700 2018-10-26 10:17:13,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/0cfc8e14-8d6c-4f7b-8037-ea58767c0aa8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abe70ff79de78ab87bc6d1b2952ac7326041c831" 2018-10-26 10:17:13,397 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-1fd6afc4-fefe-4333-9be0-3f7de0ff1e56 Date: Fri, 26 Oct 2018 10:17:13 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "created_at": "2018-10-26T10:17:05Z", "admin_state_up": true, "updated_at": "2018-10-26T10:17:12Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "c5d24ec6a5624250aecbf88152c8b340", "id": "0cfc8e14-8d6c-4f7b-8037-ea58767c0aa8", "name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-router"}} 2018-10-26 10:17:13,397 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/0cfc8e14-8d6c-4f7b-8037-ea58767c0aa8 used request id req-1fd6afc4-fefe-4333-9be0-3f7de0ff1e56 2018-10-26 10:17:13,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=0cfc8e14-8d6c-4f7b-8037-ea58767c0aa8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abe70ff79de78ab87bc6d1b2952ac7326041c831" 2018-10-26 10:17:13,601 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-698501c6-c190-40c9-9d36-707de7199591 Date: Fri, 26 Oct 2018 10:17:13 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:17:12Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ac337921-992d-4dc9-aec7-05009f8b426a","ip_address":"10.55.1.1"}],"id":"87e55678-77ef-4062-9976-b0bf168f32a7","security_groups":[],"mac_address":"fa:16:3e:e8:51:27","project_id":"c5d24ec6a5624250aecbf88152c8b340","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:11Z","binding:vnic_type":"normal","device_id":"0cfc8e14-8d6c-4f7b-8037-ea58767c0aa8"}]} 2018-10-26 10:17:13,601 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=0cfc8e14-8d6c-4f7b-8037-ea58767c0aa8 used request id req-698501c6-c190-40c9-9d36-707de7199591 2018-10-26 10:17:13,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/ac337921-992d-4dc9-aec7-05009f8b426a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abe70ff79de78ab87bc6d1b2952ac7326041c831" 2018-10-26 10:17:13,815 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-03b691f5-f00b-4c0c-afe8-f59afa55693f Date: Fri, 26 Oct 2018 10:17:13 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:02Z","dns_nameservers":[],"updated_at":"2018-10-26T10:17:02Z","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":"c5d24ec6a5624250aecbf88152c8b340","id":"ac337921-992d-4dc9-aec7-05009f8b426a","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-subnet"}} 2018-10-26 10:17:13,815 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/ac337921-992d-4dc9-aec7-05009f8b426a used request id req-03b691f5-f00b-4c0c-afe8-f59afa55693f 2018-10-26 10:17:13,816 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:17:13,817 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:17:14,216 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:17:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["S-QC982ZS5mDoEZ8OeQWjQ"], "issued_at": "2018-10-26T10:17:14.000000Z"}} 2018-10-26 10:17:14,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b65a0cb08c6ded7ed510b1daaa98cac99fe00be" 2018-10-26 10:17:14,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:17:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5b8b892-f0c7-4a9b-aac5-5368c1e1613b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:17:14,304 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a5b8b892-f0c7-4a9b-aac5-5368c1e1613b 2018-10-26 10:17:14,305 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:17:14,310 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b65a0cb08c6ded7ed510b1daaa98cac99fe00be" 2018-10-26 10:17:14,483 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:17:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-55e8966c-c6a2-4a4a-bbde-481dd7f9cfa1 x-compute-request-id: req-55e8966c-c6a2-4a4a-bbde-481dd7f9cfa1 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-26 10:17:14,483 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-55e8966c-c6a2-4a4a-bbde-481dd7f9cfa1 2018-10-26 10:17:14,486 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b65a0cb08c6ded7ed510b1daaa98cac99fe00be" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-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-26 10:17:14,564 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:17:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a7350d6f-153d-4f45-9472-4bf3ff9bd8e0 x-compute-request-id: req-a7350d6f-153d-4f45-9472-4bf3ff9bd8e0 Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/990ff18d-b245-4134-aeb9-f6577310ea7b", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/990ff18d-b245-4134-aeb9-f6577310ea7b", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "990ff18d-b245-4134-aeb9-f6577310ea7b", "name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 10:17:14,564 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-a7350d6f-153d-4f45-9472-4bf3ff9bd8e0 2018-10-26 10:17:14,565 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:17:14,566 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:17:14,942 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6af6a3aee2ab425397c336081d0f180b", "name": "CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-proj-role"}], "expires_at": "2018-10-26T11:17:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c5d24ec6a5624250aecbf88152c8b340", "name": "CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c5d24ec6a5624250aecbf88152c8b340", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/c5d24ec6a5624250aecbf88152c8b340", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/c5d24ec6a5624250aecbf88152c8b340", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c5d24ec6a5624250aecbf88152c8b340", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/c5d24ec6a5624250aecbf88152c8b340", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/c5d24ec6a5624250aecbf88152c8b340", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/c5d24ec6a5624250aecbf88152c8b340", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/c5d24ec6a5624250aecbf88152c8b340", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/c5d24ec6a5624250aecbf88152c8b340", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/c5d24ec6a5624250aecbf88152c8b340", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/c5d24ec6a5624250aecbf88152c8b340", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/c5d24ec6a5624250aecbf88152c8b340", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-user", "id": "d0c19f5d053845c5a6259739eeed1d4b"}, "audit_ids": ["5mS64iZLR7SlpyPo4zURlA"], "issued_at": "2018-10-26T10:17:14.000000Z"}} 2018-10-26 10:17:14,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}def8e31f8d49521e1efbb368d372780be7d62041" 2018-10-26 10:17:15,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:17:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06a98d23-8102-42aa-bbee-b51ebdb262b3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:17:15,017 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-06a98d23-8102-42aa-bbee-b51ebdb262b3 2018-10-26 10:17:15,018 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:17:15,022 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}def8e31f8d49521e1efbb368d372780be7d62041" 2018-10-26 10:17:15,258 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:17: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-98795473-06ae-4110-aa99-246ce866a920 x-compute-request-id: req-98795473-06ae-4110-aa99-246ce866a920 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-10-26 10:17:15,258 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-98795473-06ae-4110-aa99-246ce866a920 2018-10-26 10:17:15,259 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-kp... 2018-10-26 10:17:15,259 - OpenStackKeypair - INFO - Creating new keypair 2018-10-26 10:17:15,275 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-kp 2018-10-26 10:17:15,278 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}def8e31f8d49521e1efbb368d372780be7d62041" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCq+xAt5GD5o9f8krOz4b7MZ/EypvhC7LuVvymG6epwvsUNUBCgUFe/hSQiuyrwiyQe6v2N8xiHnzEmmUlT4U9YnnXdHcmXove31wtAt8hZ5JmARzZECLfnZGSsm3F/ziMoCIJikNuXumsyYWYr7AeiKAc0ifzPXqq/Nb9YEce47Q==", "name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-kp"}}' 2018-10-26 10:17:15,332 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:17: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-0cc71c49-2cb3-45d5-ad1b-af73208df4ae x-compute-request-id: req-0cc71c49-2cb3-45d5-ad1b-af73208df4ae Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCq+xAt5GD5o9f8krOz4b7MZ/EypvhC7LuVvymG6epwvsUNUBCgUFe/hSQiuyrwiyQe6v2N8xiHnzEmmUlT4U9YnnXdHcmXove31wtAt8hZ5JmARzZECLfnZGSsm3F/ziMoCIJikNuXumsyYWYr7AeiKAc0ifzPXqq/Nb9YEce47Q==", "user_id": "d0c19f5d053845c5a6259739eeed1d4b", "name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-kp", "fingerprint": "5b:45:9d:a3:70:08:c5:bc:85:4e:df:90:6c:81:89:9e"}} 2018-10-26 10:17:15,332 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-0cc71c49-2cb3-45d5-ad1b-af73208df4ae 2018-10-26 10:17:15,335 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90.pub 2018-10-26 10:17:15,335 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90 2018-10-26 10:17:15,335 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:17:15,336 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:17:15,716 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6af6a3aee2ab425397c336081d0f180b", "name": "CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-proj-role"}], "expires_at": "2018-10-26T11:17:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c5d24ec6a5624250aecbf88152c8b340", "name": "CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c5d24ec6a5624250aecbf88152c8b340", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/c5d24ec6a5624250aecbf88152c8b340", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/c5d24ec6a5624250aecbf88152c8b340", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c5d24ec6a5624250aecbf88152c8b340", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/c5d24ec6a5624250aecbf88152c8b340", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/c5d24ec6a5624250aecbf88152c8b340", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/c5d24ec6a5624250aecbf88152c8b340", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/c5d24ec6a5624250aecbf88152c8b340", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/c5d24ec6a5624250aecbf88152c8b340", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/c5d24ec6a5624250aecbf88152c8b340", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/c5d24ec6a5624250aecbf88152c8b340", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/c5d24ec6a5624250aecbf88152c8b340", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-user", "id": "d0c19f5d053845c5a6259739eeed1d4b"}, "audit_ids": ["V10GHZAQRFSnkAAc_IhxeQ"], "issued_at": "2018-10-26T10:17:15.000000Z"}} 2018-10-26 10:17:15,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ad428d6cb93887467f1e0921987de673e26153f" 2018-10-26 10:17:15,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:17:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb73a308-a901-4024-b61e-dc5918c7cc88 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:17:15,786 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-cb73a308-a901-4024-b61e-dc5918c7cc88 2018-10-26 10:17:15,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ad428d6cb93887467f1e0921987de673e26153f" 2018-10-26 10:17:15,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-d79d7bf7-453e-4bec-8f6d-c1473ae08d7e Date: Fri, 26 Oct 2018 10:17:15 GMT RESP BODY: {"security_groups": []} 2018-10-26 10:17:15,967 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-sec-grp used request id req-d79d7bf7-453e-4bec-8f6d-c1473ae08d7e 2018-10-26 10:17:15,967 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-sec-grp... 2018-10-26 10:17:15,967 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-sec-grp 2018-10-26 10:17:15,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ad428d6cb93887467f1e0921987de673e26153f" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-sec-grp"}}' 2018-10-26 10:17:16,313 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-628110c1-e1c6-41d3-8723-a8c85722bfaf Date: Fri, 26 Oct 2018 10:17:16 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "created_at": "2018-10-26T10:17:16Z", "updated_at": "2018-10-26T10:17:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:17:16Z", "revision_number": 0, "id": "1a100b03-6039-4a0a-833a-548e238a2c49", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:17:16Z", "security_group_id": "b40d48d1-afbe-444a-940d-45971309b836", "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5d24ec6a5624250aecbf88152c8b340"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:17:16Z", "revision_number": 0, "id": "8320a8cd-a599-47fd-8013-5c0171c77e70", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:17:16Z", "security_group_id": "b40d48d1-afbe-444a-940d-45971309b836", "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5d24ec6a5624250aecbf88152c8b340"}], "revision_number": 2, "project_id": "c5d24ec6a5624250aecbf88152c8b340", "id": "b40d48d1-afbe-444a-940d-45971309b836", "name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-sec-grp"}} 2018-10-26 10:17:16,314 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-628110c1-e1c6-41d3-8723-a8c85722bfaf 2018-10-26 10:17:16,314 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b40d48d1-afbe-444a-940d-45971309b836 2018-10-26 10:17:16,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b40d48d1-afbe-444a-940d-45971309b836 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ad428d6cb93887467f1e0921987de673e26153f" 2018-10-26 10:17:16,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-bb9a7c24-0fc0-45b2-a655-7d02bc22ba9c Date: Fri, 26 Oct 2018 10:17:16 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-26T10:17:16Z", "security_group_id": "b40d48d1-afbe-444a-940d-45971309b836", "port_range_min": null, "revision_number": 0, "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "created_at": "2018-10-26T10:17:16Z", "project_id": "c5d24ec6a5624250aecbf88152c8b340", "id": "1a100b03-6039-4a0a-833a-548e238a2c49"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:17:16Z", "security_group_id": "b40d48d1-afbe-444a-940d-45971309b836", "port_range_min": null, "revision_number": 0, "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "created_at": "2018-10-26T10:17:16Z", "project_id": "c5d24ec6a5624250aecbf88152c8b340", "id": "8320a8cd-a599-47fd-8013-5c0171c77e70"}]} 2018-10-26 10:17:16,496 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b40d48d1-afbe-444a-940d-45971309b836 used request id req-bb9a7c24-0fc0-45b2-a655-7d02bc22ba9c 2018-10-26 10:17:16,497 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b40d48d1-afbe-444a-940d-45971309b836 2018-10-26 10:17:16,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b40d48d1-afbe-444a-940d-45971309b836 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ad428d6cb93887467f1e0921987de673e26153f" 2018-10-26 10:17:16,679 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-53ee0454-4714-4bbf-bd9a-e96b3a4a9a0d Date: Fri, 26 Oct 2018 10:17:16 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-26T10:17:16Z", "security_group_id": "b40d48d1-afbe-444a-940d-45971309b836", "port_range_min": null, "revision_number": 0, "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "created_at": "2018-10-26T10:17:16Z", "project_id": "c5d24ec6a5624250aecbf88152c8b340", "id": "1a100b03-6039-4a0a-833a-548e238a2c49"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:17:16Z", "security_group_id": "b40d48d1-afbe-444a-940d-45971309b836", "port_range_min": null, "revision_number": 0, "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "created_at": "2018-10-26T10:17:16Z", "project_id": "c5d24ec6a5624250aecbf88152c8b340", "id": "8320a8cd-a599-47fd-8013-5c0171c77e70"}]} 2018-10-26 10:17:16,679 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b40d48d1-afbe-444a-940d-45971309b836 used request id req-53ee0454-4714-4bbf-bd9a-e96b3a4a9a0d 2018-10-26 10:17:16,680 - neutron_utils - INFO - Retrieving security group with ID - b40d48d1-afbe-444a-940d-45971309b836 2018-10-26 10:17:16,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=b40d48d1-afbe-444a-940d-45971309b836 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ad428d6cb93887467f1e0921987de673e26153f" 2018-10-26 10:17:16,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-0a373f05-ae2a-4ea3-a567-f8f597a2da03 Date: Fri, 26 Oct 2018 10:17:16 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "created_at": "2018-10-26T10:17:16Z", "updated_at": "2018-10-26T10:17:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:17:16Z", "revision_number": 0, "id": "1a100b03-6039-4a0a-833a-548e238a2c49", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:17:16Z", "security_group_id": "b40d48d1-afbe-444a-940d-45971309b836", "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5d24ec6a5624250aecbf88152c8b340"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:17:16Z", "revision_number": 0, "id": "8320a8cd-a599-47fd-8013-5c0171c77e70", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:17:16Z", "security_group_id": "b40d48d1-afbe-444a-940d-45971309b836", "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5d24ec6a5624250aecbf88152c8b340"}], "revision_number": 2, "project_id": "c5d24ec6a5624250aecbf88152c8b340", "id": "b40d48d1-afbe-444a-940d-45971309b836", "name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-sec-grp"}]} 2018-10-26 10:17:16,881 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=b40d48d1-afbe-444a-940d-45971309b836 used request id req-0a373f05-ae2a-4ea3-a567-f8f597a2da03 2018-10-26 10:17:16,881 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b40d48d1-afbe-444a-940d-45971309b836 2018-10-26 10:17:16,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b40d48d1-afbe-444a-940d-45971309b836 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ad428d6cb93887467f1e0921987de673e26153f" 2018-10-26 10:17:17,062 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a9d7d5a1-0923-45e0-afe7-aeb369f8e732 Date: Fri, 26 Oct 2018 10:17:17 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-26T10:17:16Z", "security_group_id": "b40d48d1-afbe-444a-940d-45971309b836", "port_range_min": null, "revision_number": 0, "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "created_at": "2018-10-26T10:17:16Z", "project_id": "c5d24ec6a5624250aecbf88152c8b340", "id": "1a100b03-6039-4a0a-833a-548e238a2c49"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:17:16Z", "security_group_id": "b40d48d1-afbe-444a-940d-45971309b836", "port_range_min": null, "revision_number": 0, "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "created_at": "2018-10-26T10:17:16Z", "project_id": "c5d24ec6a5624250aecbf88152c8b340", "id": "8320a8cd-a599-47fd-8013-5c0171c77e70"}]} 2018-10-26 10:17:17,062 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b40d48d1-afbe-444a-940d-45971309b836 used request id req-a9d7d5a1-0923-45e0-afe7-aeb369f8e732 2018-10-26 10:17:17,063 - neutron_utils - INFO - Retrieving security group with ID - b40d48d1-afbe-444a-940d-45971309b836 2018-10-26 10:17:17,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=b40d48d1-afbe-444a-940d-45971309b836 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ad428d6cb93887467f1e0921987de673e26153f" 2018-10-26 10:17:17,262 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-a9532a8f-55e2-469b-a323-969434dc811e Date: Fri, 26 Oct 2018 10:17:17 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "created_at": "2018-10-26T10:17:16Z", "updated_at": "2018-10-26T10:17:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:17:16Z", "revision_number": 0, "id": "1a100b03-6039-4a0a-833a-548e238a2c49", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:17:16Z", "security_group_id": "b40d48d1-afbe-444a-940d-45971309b836", "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5d24ec6a5624250aecbf88152c8b340"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:17:16Z", "revision_number": 0, "id": "8320a8cd-a599-47fd-8013-5c0171c77e70", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:17:16Z", "security_group_id": "b40d48d1-afbe-444a-940d-45971309b836", "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5d24ec6a5624250aecbf88152c8b340"}], "revision_number": 2, "project_id": "c5d24ec6a5624250aecbf88152c8b340", "id": "b40d48d1-afbe-444a-940d-45971309b836", "name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-sec-grp"}]} 2018-10-26 10:17:17,262 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=b40d48d1-afbe-444a-940d-45971309b836 used request id req-a9532a8f-55e2-469b-a323-969434dc811e 2018-10-26 10:17:17,263 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b40d48d1-afbe-444a-940d-45971309b836 2018-10-26 10:17:17,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b40d48d1-afbe-444a-940d-45971309b836 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ad428d6cb93887467f1e0921987de673e26153f" 2018-10-26 10:17:17,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-894b1ccc-2bbd-458a-aae5-bcf658c0cd0a Date: Fri, 26 Oct 2018 10:17:17 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-26T10:17:16Z", "security_group_id": "b40d48d1-afbe-444a-940d-45971309b836", "port_range_min": null, "revision_number": 0, "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "created_at": "2018-10-26T10:17:16Z", "project_id": "c5d24ec6a5624250aecbf88152c8b340", "id": "1a100b03-6039-4a0a-833a-548e238a2c49"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:17:16Z", "security_group_id": "b40d48d1-afbe-444a-940d-45971309b836", "port_range_min": null, "revision_number": 0, "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "created_at": "2018-10-26T10:17:16Z", "project_id": "c5d24ec6a5624250aecbf88152c8b340", "id": "8320a8cd-a599-47fd-8013-5c0171c77e70"}]} 2018-10-26 10:17:17,293 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b40d48d1-afbe-444a-940d-45971309b836 used request id req-894b1ccc-2bbd-458a-aae5-bcf658c0cd0a 2018-10-26 10:17:17,294 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-sec-grp 2018-10-26 10:17:17,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ad428d6cb93887467f1e0921987de673e26153f" 2018-10-26 10:17:17,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-1448962a-32bd-4bae-a1e2-0cebd8003b78 Date: Fri, 26 Oct 2018 10:17:17 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "created_at": "2018-10-26T10:17:16Z", "updated_at": "2018-10-26T10:17:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:17:16Z", "revision_number": 0, "id": "1a100b03-6039-4a0a-833a-548e238a2c49", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:17:16Z", "security_group_id": "b40d48d1-afbe-444a-940d-45971309b836", "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5d24ec6a5624250aecbf88152c8b340"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:17:16Z", "revision_number": 0, "id": "8320a8cd-a599-47fd-8013-5c0171c77e70", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:17:16Z", "security_group_id": "b40d48d1-afbe-444a-940d-45971309b836", "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5d24ec6a5624250aecbf88152c8b340"}], "revision_number": 2, "project_id": "c5d24ec6a5624250aecbf88152c8b340", "id": "b40d48d1-afbe-444a-940d-45971309b836", "name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-sec-grp"}]} 2018-10-26 10:17:17,504 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-sec-grp used request id req-1448962a-32bd-4bae-a1e2-0cebd8003b78 2018-10-26 10:17:17,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:17:17,513 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:17: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:17:17,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c5d24ec6a5624250aecbf88152c8b340 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ad428d6cb93887467f1e0921987de673e26153f" 2018-10-26 10:17:17,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:17:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19d46412-e16c-47ef-b1c9-2092e15c9d12 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c5d24ec6a5624250aecbf88152c8b340"}, "enabled": true, "id": "c5d24ec6a5624250aecbf88152c8b340", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-proj"}} 2018-10-26 10:17:17,598 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c5d24ec6a5624250aecbf88152c8b340 used request id req-19d46412-e16c-47ef-b1c9-2092e15c9d12 2018-10-26 10:17:17,598 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b40d48d1-afbe-444a-940d-45971309b836 2018-10-26 10:17:17,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b40d48d1-afbe-444a-940d-45971309b836 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ad428d6cb93887467f1e0921987de673e26153f" 2018-10-26 10:17:17,766 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c91607fb-2a1f-406c-9167-e39a37b48724 Date: Fri, 26 Oct 2018 10:17:17 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-26T10:17:16Z", "security_group_id": "b40d48d1-afbe-444a-940d-45971309b836", "port_range_min": null, "revision_number": 0, "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "created_at": "2018-10-26T10:17:16Z", "project_id": "c5d24ec6a5624250aecbf88152c8b340", "id": "1a100b03-6039-4a0a-833a-548e238a2c49"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:17:16Z", "security_group_id": "b40d48d1-afbe-444a-940d-45971309b836", "port_range_min": null, "revision_number": 0, "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "created_at": "2018-10-26T10:17:16Z", "project_id": "c5d24ec6a5624250aecbf88152c8b340", "id": "8320a8cd-a599-47fd-8013-5c0171c77e70"}]} 2018-10-26 10:17:17,766 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b40d48d1-afbe-444a-940d-45971309b836 used request id req-c91607fb-2a1f-406c-9167-e39a37b48724 2018-10-26 10:17:17,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ad428d6cb93887467f1e0921987de673e26153f" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "b40d48d1-afbe-444a-940d-45971309b836"}}' 2018-10-26 10:17:18,099 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-d3337ca7-9222-4d5a-8d00-a906021fd0c2 Date: Fri, 26 Oct 2018 10:17:18 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-26T10:17:18Z", "security_group_id": "b40d48d1-afbe-444a-940d-45971309b836", "port_range_min": null, "revision_number": 0, "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "created_at": "2018-10-26T10:17:18Z", "project_id": "c5d24ec6a5624250aecbf88152c8b340", "id": "7cb13999-6f75-400c-97fb-7e7c8347f6d7"}} 2018-10-26 10:17:18,099 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-d3337ca7-9222-4d5a-8d00-a906021fd0c2 2018-10-26 10:17:18,100 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-sec-grp 2018-10-26 10:17:18,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ad428d6cb93887467f1e0921987de673e26153f" 2018-10-26 10:17:18,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-ef367630-89b6-4263-929c-75f9ed6fd5e3 Date: Fri, 26 Oct 2018 10:17:18 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "created_at": "2018-10-26T10:17:16Z", "updated_at": "2018-10-26T10:17:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:17:16Z", "revision_number": 0, "id": "1a100b03-6039-4a0a-833a-548e238a2c49", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:17:16Z", "security_group_id": "b40d48d1-afbe-444a-940d-45971309b836", "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5d24ec6a5624250aecbf88152c8b340"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:17:18Z", "revision_number": 0, "id": "7cb13999-6f75-400c-97fb-7e7c8347f6d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:17:18Z", "security_group_id": "b40d48d1-afbe-444a-940d-45971309b836", "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5d24ec6a5624250aecbf88152c8b340"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:17:16Z", "revision_number": 0, "id": "8320a8cd-a599-47fd-8013-5c0171c77e70", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:17:16Z", "security_group_id": "b40d48d1-afbe-444a-940d-45971309b836", "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5d24ec6a5624250aecbf88152c8b340"}], "revision_number": 3, "project_id": "c5d24ec6a5624250aecbf88152c8b340", "id": "b40d48d1-afbe-444a-940d-45971309b836", "name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-sec-grp"}]} 2018-10-26 10:17:18,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-sec-grp used request id req-ef367630-89b6-4263-929c-75f9ed6fd5e3 2018-10-26 10:17:18,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c5d24ec6a5624250aecbf88152c8b340 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ad428d6cb93887467f1e0921987de673e26153f" 2018-10-26 10:17:18,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:17:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b9519c6-465c-4a18-b903-41c4d60b3f95 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c5d24ec6a5624250aecbf88152c8b340"}, "enabled": true, "id": "c5d24ec6a5624250aecbf88152c8b340", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-proj"}} 2018-10-26 10:17:18,383 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c5d24ec6a5624250aecbf88152c8b340 used request id req-6b9519c6-465c-4a18-b903-41c4d60b3f95 2018-10-26 10:17:18,383 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b40d48d1-afbe-444a-940d-45971309b836 2018-10-26 10:17:18,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b40d48d1-afbe-444a-940d-45971309b836 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ad428d6cb93887467f1e0921987de673e26153f" 2018-10-26 10:17:18,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-d179638d-91d0-453e-a1ab-e52877a26ec9 Date: Fri, 26 Oct 2018 10:17: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-26T10:17:16Z", "security_group_id": "b40d48d1-afbe-444a-940d-45971309b836", "port_range_min": null, "revision_number": 0, "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "created_at": "2018-10-26T10:17:16Z", "project_id": "c5d24ec6a5624250aecbf88152c8b340", "id": "1a100b03-6039-4a0a-833a-548e238a2c49"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:17:18Z", "security_group_id": "b40d48d1-afbe-444a-940d-45971309b836", "port_range_min": null, "revision_number": 0, "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "created_at": "2018-10-26T10:17:18Z", "project_id": "c5d24ec6a5624250aecbf88152c8b340", "id": "7cb13999-6f75-400c-97fb-7e7c8347f6d7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:17:16Z", "security_group_id": "b40d48d1-afbe-444a-940d-45971309b836", "port_range_min": null, "revision_number": 0, "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "created_at": "2018-10-26T10:17:16Z", "project_id": "c5d24ec6a5624250aecbf88152c8b340", "id": "8320a8cd-a599-47fd-8013-5c0171c77e70"}]} 2018-10-26 10:17:18,557 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b40d48d1-afbe-444a-940d-45971309b836 used request id req-d179638d-91d0-453e-a1ab-e52877a26ec9 2018-10-26 10:17:18,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ad428d6cb93887467f1e0921987de673e26153f" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "b40d48d1-afbe-444a-940d-45971309b836"}}' 2018-10-26 10:17:18,858 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-39a5c38a-872c-47de-a933-872f146348e8 Date: Fri, 26 Oct 2018 10:17:18 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-26T10:17:18Z", "security_group_id": "b40d48d1-afbe-444a-940d-45971309b836", "port_range_min": 22, "revision_number": 0, "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "created_at": "2018-10-26T10:17:18Z", "project_id": "c5d24ec6a5624250aecbf88152c8b340", "id": "e050f6b1-2b41-451e-88c4-334cf7565124"}} 2018-10-26 10:17:18,858 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-39a5c38a-872c-47de-a933-872f146348e8 2018-10-26 10:17:18,859 - neutron_utils - INFO - Retrieving security group with ID - b40d48d1-afbe-444a-940d-45971309b836 2018-10-26 10:17:18,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=b40d48d1-afbe-444a-940d-45971309b836 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ad428d6cb93887467f1e0921987de673e26153f" 2018-10-26 10:17:19,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-ff0a2160-1536-46bc-9f68-a80eaeb3e2e7 Date: Fri, 26 Oct 2018 10:17:19 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "created_at": "2018-10-26T10:17:16Z", "updated_at": "2018-10-26T10:17:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:17:16Z", "revision_number": 0, "id": "1a100b03-6039-4a0a-833a-548e238a2c49", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:17:16Z", "security_group_id": "b40d48d1-afbe-444a-940d-45971309b836", "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5d24ec6a5624250aecbf88152c8b340"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:17:18Z", "revision_number": 0, "id": "7cb13999-6f75-400c-97fb-7e7c8347f6d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:17:18Z", "security_group_id": "b40d48d1-afbe-444a-940d-45971309b836", "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5d24ec6a5624250aecbf88152c8b340"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:17:16Z", "revision_number": 0, "id": "8320a8cd-a599-47fd-8013-5c0171c77e70", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:17:16Z", "security_group_id": "b40d48d1-afbe-444a-940d-45971309b836", "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5d24ec6a5624250aecbf88152c8b340"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-26T10:17:18Z", "revision_number": 0, "id": "e050f6b1-2b41-451e-88c4-334cf7565124", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:17:18Z", "security_group_id": "b40d48d1-afbe-444a-940d-45971309b836", "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "port_range_min": 22, "ethertype": "IPv4", "project_id": "c5d24ec6a5624250aecbf88152c8b340"}], "revision_number": 4, "project_id": "c5d24ec6a5624250aecbf88152c8b340", "id": "b40d48d1-afbe-444a-940d-45971309b836", "name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-sec-grp"}]} 2018-10-26 10:17:19,052 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=b40d48d1-afbe-444a-940d-45971309b836 used request id req-ff0a2160-1536-46bc-9f68-a80eaeb3e2e7 2018-10-26 10:17:19,053 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b40d48d1-afbe-444a-940d-45971309b836 2018-10-26 10:17:19,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b40d48d1-afbe-444a-940d-45971309b836 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ad428d6cb93887467f1e0921987de673e26153f" 2018-10-26 10:17:19,086 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-6b94e793-25dc-4007-9a5d-89ceadcf14a7 Date: Fri, 26 Oct 2018 10:17: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-26T10:17:16Z", "security_group_id": "b40d48d1-afbe-444a-940d-45971309b836", "port_range_min": null, "revision_number": 0, "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "created_at": "2018-10-26T10:17:16Z", "project_id": "c5d24ec6a5624250aecbf88152c8b340", "id": "1a100b03-6039-4a0a-833a-548e238a2c49"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:17:18Z", "security_group_id": "b40d48d1-afbe-444a-940d-45971309b836", "port_range_min": null, "revision_number": 0, "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "created_at": "2018-10-26T10:17:18Z", "project_id": "c5d24ec6a5624250aecbf88152c8b340", "id": "7cb13999-6f75-400c-97fb-7e7c8347f6d7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:17:16Z", "security_group_id": "b40d48d1-afbe-444a-940d-45971309b836", "port_range_min": null, "revision_number": 0, "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "created_at": "2018-10-26T10:17:16Z", "project_id": "c5d24ec6a5624250aecbf88152c8b340", "id": "8320a8cd-a599-47fd-8013-5c0171c77e70"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-26T10:17:18Z", "security_group_id": "b40d48d1-afbe-444a-940d-45971309b836", "port_range_min": 22, "revision_number": 0, "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "created_at": "2018-10-26T10:17:18Z", "project_id": "c5d24ec6a5624250aecbf88152c8b340", "id": "e050f6b1-2b41-451e-88c4-334cf7565124"}]} 2018-10-26 10:17:19,086 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b40d48d1-afbe-444a-940d-45971309b836 used request id req-6b94e793-25dc-4007-9a5d-89ceadcf14a7 2018-10-26 10:17:19,087 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:17:19,088 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:17:19,463 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6af6a3aee2ab425397c336081d0f180b", "name": "CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-proj-role"}], "expires_at": "2018-10-26T11:17:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c5d24ec6a5624250aecbf88152c8b340", "name": "CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c5d24ec6a5624250aecbf88152c8b340", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/c5d24ec6a5624250aecbf88152c8b340", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/c5d24ec6a5624250aecbf88152c8b340", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c5d24ec6a5624250aecbf88152c8b340", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/c5d24ec6a5624250aecbf88152c8b340", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/c5d24ec6a5624250aecbf88152c8b340", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/c5d24ec6a5624250aecbf88152c8b340", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/c5d24ec6a5624250aecbf88152c8b340", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/c5d24ec6a5624250aecbf88152c8b340", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/c5d24ec6a5624250aecbf88152c8b340", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/c5d24ec6a5624250aecbf88152c8b340", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/c5d24ec6a5624250aecbf88152c8b340", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-user", "id": "d0c19f5d053845c5a6259739eeed1d4b"}, "audit_ids": ["104SHNz5TImpZreaaGndXQ"], "issued_at": "2018-10-26T10:17:19.000000Z"}} 2018-10-26 10:17:19,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9455b18133a25375ed422ad39b842d0a037ec8c7" 2018-10-26 10:17:19,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:17:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ac78df2-9c79-4a3a-ae99-027de0ce6284 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:17:19,552 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-2ac78df2-9c79-4a3a-ae99-027de0ce6284 2018-10-26 10:17:19,553 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:17:19,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9455b18133a25375ed422ad39b842d0a037ec8c7" 2018-10-26 10:17:19,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:17:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8628d7a-7def-418d-99c3-810daf2b4d98 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:17:19,629 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c8628d7a-7def-418d-99c3-810daf2b4d98 2018-10-26 10:17:19,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9455b18133a25375ed422ad39b842d0a037ec8c7" 2018-10-26 10:17:19,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-5c044d6e-62ad-4c5c-be2a-7ec38296b2e1 Date: Fri, 26 Oct 2018 10: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":["ac337921-992d-4dc9-aec7-05009f8b426a"],"updated_at":"2018-10-26T10:17:02Z","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c5d24ec6a5624250aecbf88152c8b340","id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","name":"CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net"}]} 2018-10-26 10:17:19,894 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net used request id req-5c044d6e-62ad-4c5c-be2a-7ec38296b2e1 2018-10-26 10:17:19,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:17:19,903 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:17: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:17:19,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c5d24ec6a5624250aecbf88152c8b340 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9455b18133a25375ed422ad39b842d0a037ec8c7" 2018-10-26 10:17:19,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:17:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-853000dd-66bc-499e-94af-5ce7ab071f6d Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c5d24ec6a5624250aecbf88152c8b340"}, "enabled": true, "id": "c5d24ec6a5624250aecbf88152c8b340", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-proj"}} 2018-10-26 10:17:19,982 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c5d24ec6a5624250aecbf88152c8b340 used request id req-853000dd-66bc-499e-94af-5ce7ab071f6d 2018-10-26 10:17:19,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=735fc883-5bb1-435e-a7df-ee25ab232f8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9455b18133a25375ed422ad39b842d0a037ec8c7" 2018-10-26 10:17:20,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-77b59015-ab5a-4148-9cff-cbf076075581 Date: Fri, 26 Oct 2018 10:17:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:02Z","dns_nameservers":[],"updated_at":"2018-10-26T10:17:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"c5d24ec6a5624250aecbf88152c8b340","id":"ac337921-992d-4dc9-aec7-05009f8b426a","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-subnet"}]} 2018-10-26 10:17:20,191 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=735fc883-5bb1-435e-a7df-ee25ab232f8d used request id req-77b59015-ab5a-4148-9cff-cbf076075581 2018-10-26 10:17:20,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=735fc883-5bb1-435e-a7df-ee25ab232f8d&name=CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9455b18133a25375ed422ad39b842d0a037ec8c7" 2018-10-26 10:17:20,384 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-faaa8b61-c96b-423a-a026-f0ccb8b7ec1c Date: Fri, 26 Oct 2018 10:17:20 GMT RESP BODY: {"ports":[]} 2018-10-26 10:17:20,384 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=735fc883-5bb1-435e-a7df-ee25ab232f8d&name=CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90port-1&admin_state_up=True used request id req-faaa8b61-c96b-423a-a026-f0ccb8b7ec1c 2018-10-26 10:17:20,388 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9455b18133a25375ed422ad39b842d0a037ec8c7" 2018-10-26 10:17:20,634 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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 x-openstack-request-id: req-909b4b8d-7eb1-4325-b901-885798086107 x-compute-request-id: req-909b4b8d-7eb1-4325-b901-885798086107 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-26 10:17:20,634 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-inst used request id req-909b4b8d-7eb1-4325-b901-885798086107 2018-10-26 10:17:20,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9455b18133a25375ed422ad39b842d0a037ec8c7" 2018-10-26 10:17:20,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-5f3b4b07-c843-4e67-95c8-771e9583cf2c Date: Fri, 26 Oct 2018 10: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":["ac337921-992d-4dc9-aec7-05009f8b426a"],"updated_at":"2018-10-26T10:17:02Z","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c5d24ec6a5624250aecbf88152c8b340","id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","name":"CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net"}]} 2018-10-26 10:17:20,884 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net used request id req-5f3b4b07-c843-4e67-95c8-771e9583cf2c 2018-10-26 10:17:20,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c5d24ec6a5624250aecbf88152c8b340 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9455b18133a25375ed422ad39b842d0a037ec8c7" 2018-10-26 10:17:20,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:17:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9f66a60-4403-4eca-85ac-75fde7e0aa97 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c5d24ec6a5624250aecbf88152c8b340"}, "enabled": true, "id": "c5d24ec6a5624250aecbf88152c8b340", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-proj"}} 2018-10-26 10:17:20,965 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c5d24ec6a5624250aecbf88152c8b340 used request id req-f9f66a60-4403-4eca-85ac-75fde7e0aa97 2018-10-26 10:17:20,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=735fc883-5bb1-435e-a7df-ee25ab232f8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9455b18133a25375ed422ad39b842d0a037ec8c7" 2018-10-26 10:17:21,173 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-b08da2eb-90f6-418f-9fd6-25df523e12dd Date: Fri, 26 Oct 2018 10:17:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:02Z","dns_nameservers":[],"updated_at":"2018-10-26T10:17:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"c5d24ec6a5624250aecbf88152c8b340","id":"ac337921-992d-4dc9-aec7-05009f8b426a","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-subnet"}]} 2018-10-26 10:17:21,173 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=735fc883-5bb1-435e-a7df-ee25ab232f8d used request id req-b08da2eb-90f6-418f-9fd6-25df523e12dd 2018-10-26 10:17:21,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=735fc883-5bb1-435e-a7df-ee25ab232f8d&name=CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9455b18133a25375ed422ad39b842d0a037ec8c7" 2018-10-26 10:17:21,367 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-d4e85fda-5c6f-4c1e-a49f-51231d6e810b Date: Fri, 26 Oct 2018 10:17:21 GMT RESP BODY: {"ports":[]} 2018-10-26 10:17:21,367 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=735fc883-5bb1-435e-a7df-ee25ab232f8d&name=CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90port-1&admin_state_up=True used request id req-d4e85fda-5c6f-4c1e-a49f-51231d6e810b 2018-10-26 10:17:21,368 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:17:21,369 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:17:21,747 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6af6a3aee2ab425397c336081d0f180b", "name": "CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-proj-role"}], "expires_at": "2018-10-26T11:17:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c5d24ec6a5624250aecbf88152c8b340", "name": "CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c5d24ec6a5624250aecbf88152c8b340", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/c5d24ec6a5624250aecbf88152c8b340", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/c5d24ec6a5624250aecbf88152c8b340", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c5d24ec6a5624250aecbf88152c8b340", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/c5d24ec6a5624250aecbf88152c8b340", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/c5d24ec6a5624250aecbf88152c8b340", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/c5d24ec6a5624250aecbf88152c8b340", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/c5d24ec6a5624250aecbf88152c8b340", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/c5d24ec6a5624250aecbf88152c8b340", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/c5d24ec6a5624250aecbf88152c8b340", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/c5d24ec6a5624250aecbf88152c8b340", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/c5d24ec6a5624250aecbf88152c8b340", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-user", "id": "d0c19f5d053845c5a6259739eeed1d4b"}, "audit_ids": ["LzFxrCALTT2JPIQtZ783dQ"], "issued_at": "2018-10-26T10:17:21.000000Z"}} 2018-10-26 10:17:21,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d550d0757f41137f12222a1e5c9ef7ee866f80d" 2018-10-26 10:17:21,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:17:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7385272-c91c-4145-a7dc-c0b500b07e3f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:17:21,829 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b7385272-c91c-4145-a7dc-c0b500b07e3f 2018-10-26 10:17:21,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9455b18133a25375ed422ad39b842d0a037ec8c7" 2018-10-26 10:17:22,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-9b3a3ea2-6bcf-4212-90e2-942ec1d7f2f4 Date: Fri, 26 Oct 2018 10:17: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":["ac337921-992d-4dc9-aec7-05009f8b426a"],"updated_at":"2018-10-26T10:17:02Z","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c5d24ec6a5624250aecbf88152c8b340","id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","name":"CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net"}]} 2018-10-26 10:17:22,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net used request id req-9b3a3ea2-6bcf-4212-90e2-942ec1d7f2f4 2018-10-26 10:17:22,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=735fc883-5bb1-435e-a7df-ee25ab232f8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9455b18133a25375ed422ad39b842d0a037ec8c7" 2018-10-26 10:17:22,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-979eea0f-4d81-48ee-951c-365e0751eca8 Date: Fri, 26 Oct 2018 10:17:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:02Z","dns_nameservers":[],"updated_at":"2018-10-26T10:17:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"c5d24ec6a5624250aecbf88152c8b340","id":"ac337921-992d-4dc9-aec7-05009f8b426a","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-subnet"}]} 2018-10-26 10:17:22,439 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=735fc883-5bb1-435e-a7df-ee25ab232f8d used request id req-979eea0f-4d81-48ee-951c-365e0751eca8 2018-10-26 10:17:22,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9455b18133a25375ed422ad39b842d0a037ec8c7" 2018-10-26 10:17:22,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-ff7e5c55-40b0-45a4-a286-743f69805381 Date: Fri, 26 Oct 2018 10:17: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":["ac337921-992d-4dc9-aec7-05009f8b426a"],"updated_at":"2018-10-26T10:17:02Z","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c5d24ec6a5624250aecbf88152c8b340","id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","name":"CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net"}]} 2018-10-26 10:17:22,557 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net used request id req-ff7e5c55-40b0-45a4-a286-743f69805381 2018-10-26 10:17:22,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:17:22,566 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:17: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:17:22,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c5d24ec6a5624250aecbf88152c8b340 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d550d0757f41137f12222a1e5c9ef7ee866f80d" 2018-10-26 10:17:22,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:17:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0ac98bb-a248-4460-9003-4d84b6905c03 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c5d24ec6a5624250aecbf88152c8b340"}, "enabled": true, "id": "c5d24ec6a5624250aecbf88152c8b340", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-proj"}} 2018-10-26 10:17:22,654 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c5d24ec6a5624250aecbf88152c8b340 used request id req-f0ac98bb-a248-4460-9003-4d84b6905c03 2018-10-26 10:17:22,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=735fc883-5bb1-435e-a7df-ee25ab232f8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9455b18133a25375ed422ad39b842d0a037ec8c7" 2018-10-26 10:17:22,864 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-9f105b11-bb55-4244-adc0-0052939089c3 Date: Fri, 26 Oct 2018 10:17:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:02Z","dns_nameservers":[],"updated_at":"2018-10-26T10:17:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"c5d24ec6a5624250aecbf88152c8b340","id":"ac337921-992d-4dc9-aec7-05009f8b426a","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-subnet"}]} 2018-10-26 10:17:22,864 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=735fc883-5bb1-435e-a7df-ee25ab232f8d used request id req-9f105b11-bb55-4244-adc0-0052939089c3 2018-10-26 10:17:22,865 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net 2018-10-26 10:17:22,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9455b18133a25375ed422ad39b842d0a037ec8c7" -d '{"port": {"network_id": "735fc883-5bb1-435e-a7df-ee25ab232f8d", "name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90port-1", "admin_state_up": true}}' 2018-10-26 10:17:23,845 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 788 X-Openstack-Request-Id: req-251313fe-2796-412b-9c86-27e9f7ec275b Date: Fri, 26 Oct 2018 10:17:23 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:17:23Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ac337921-992d-4dc9-aec7-05009f8b426a","ip_address":"10.55.1.5"}],"id":"fcd50f3d-b557-4dfa-8fff-937e138c2ad9","security_groups":["f55992d2-bbd9-4b6a-a629-f12bc2dc0996"],"mac_address":"fa:16:3e:96:8d:d0","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90port-1","project_id":"c5d24ec6a5624250aecbf88152c8b340","qos_policy_id":null,"admin_state_up":true,"network_id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:23Z","binding:vnic_type":"normal"}} 2018-10-26 10:17:23,845 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-251313fe-2796-412b-9c86-27e9f7ec275b 2018-10-26 10:17:23,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9455b18133a25375ed422ad39b842d0a037ec8c7" 2018-10-26 10:17:23,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-9c603712-2af8-4a3a-aa93-b3c83551d114 Date: Fri, 26 Oct 2018 10: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":["ac337921-992d-4dc9-aec7-05009f8b426a"],"updated_at":"2018-10-26T10:17:02Z","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c5d24ec6a5624250aecbf88152c8b340","id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","name":"CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net"}]} 2018-10-26 10:17:23,960 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net used request id req-9c603712-2af8-4a3a-aa93-b3c83551d114 2018-10-26 10:17:23,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c5d24ec6a5624250aecbf88152c8b340 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9455b18133a25375ed422ad39b842d0a037ec8c7" 2018-10-26 10:17:24,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:17:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87394494-f457-4e4c-8c48-63329eb507ac Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c5d24ec6a5624250aecbf88152c8b340"}, "enabled": true, "id": "c5d24ec6a5624250aecbf88152c8b340", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-proj"}} 2018-10-26 10:17:24,052 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c5d24ec6a5624250aecbf88152c8b340 used request id req-87394494-f457-4e4c-8c48-63329eb507ac 2018-10-26 10:17:24,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=735fc883-5bb1-435e-a7df-ee25ab232f8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9455b18133a25375ed422ad39b842d0a037ec8c7" 2018-10-26 10:17:24,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d92a0cfa-c24c-4575-adf3-8a622df1aef7 Date: Fri, 26 Oct 2018 10:17:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:02Z","dns_nameservers":[],"updated_at":"2018-10-26T10:17:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"c5d24ec6a5624250aecbf88152c8b340","id":"ac337921-992d-4dc9-aec7-05009f8b426a","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-subnet"}]} 2018-10-26 10:17:24,256 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=735fc883-5bb1-435e-a7df-ee25ab232f8d used request id req-d92a0cfa-c24c-4575-adf3-8a622df1aef7 2018-10-26 10:17:24,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=735fc883-5bb1-435e-a7df-ee25ab232f8d&name=CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9455b18133a25375ed422ad39b842d0a037ec8c7" 2018-10-26 10:17:24,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-9395067a-89f4-416c-b78a-8a3c4f1c01cd Date: Fri, 26 Oct 2018 10:17:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:17:23Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ac337921-992d-4dc9-aec7-05009f8b426a","ip_address":"10.55.1.5"}],"id":"fcd50f3d-b557-4dfa-8fff-937e138c2ad9","security_groups":["f55992d2-bbd9-4b6a-a629-f12bc2dc0996"],"mac_address":"fa:16:3e:96:8d:d0","project_id":"c5d24ec6a5624250aecbf88152c8b340","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90port-1","admin_state_up":true,"network_id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:23Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-26 10:17:24,320 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=735fc883-5bb1-435e-a7df-ee25ab232f8d&name=CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90port-1&admin_state_up=True used request id req-9395067a-89f4-416c-b78a-8a3c4f1c01cd 2018-10-26 10:17:24,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c5d24ec6a5624250aecbf88152c8b340 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9455b18133a25375ed422ad39b842d0a037ec8c7" 2018-10-26 10:17:24,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:17:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c125d1a-fdf8-40f7-8363-9e3ad5a00c0d Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c5d24ec6a5624250aecbf88152c8b340"}, "enabled": true, "id": "c5d24ec6a5624250aecbf88152c8b340", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-proj"}} 2018-10-26 10:17:24,402 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c5d24ec6a5624250aecbf88152c8b340 used request id req-9c125d1a-fdf8-40f7-8363-9e3ad5a00c0d 2018-10-26 10:17:24,402 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-inst 2018-10-26 10:17:24,406 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9455b18133a25375ed422ad39b842d0a037ec8c7" 2018-10-26 10:17:24,432 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-847ade55-eb20-431a-bb7b-8261cef7724a x-compute-request-id: req-847ade55-eb20-431a-bb7b-8261cef7724a Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"flavors": [{"id": "990ff18d-b245-4134-aeb9-f6577310ea7b", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/990ff18d-b245-4134-aeb9-f6577310ea7b", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/990ff18d-b245-4134-aeb9-f6577310ea7b", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-flavor-name"}]} 2018-10-26 10:17:24,432 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-847ade55-eb20-431a-bb7b-8261cef7724a 2018-10-26 10:17:24,435 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/990ff18d-b245-4134-aeb9-f6577310ea7b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9455b18133a25375ed422ad39b842d0a037ec8c7" 2018-10-26 10:17:24,455 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-75e8d2be-c79e-41ce-b16e-38fa652d5f80 x-compute-request-id: req-75e8d2be-c79e-41ce-b16e-38fa652d5f80 Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/990ff18d-b245-4134-aeb9-f6577310ea7b", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/990ff18d-b245-4134-aeb9-f6577310ea7b", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "990ff18d-b245-4134-aeb9-f6577310ea7b", "name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 10:17:24,456 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/990ff18d-b245-4134-aeb9-f6577310ea7b used request id req-75e8d2be-c79e-41ce-b16e-38fa652d5f80 2018-10-26 10:17:24,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9455b18133a25375ed422ad39b842d0a037ec8c7" 2018-10-26 10:17:24,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-9c4a97cd-c5c6-4ee5-a4c5-2fc5728aa211 Date: Fri, 26 Oct 2018 10:17:24 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:16:58Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T10:16:59Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/104028bd-9c4d-48d9-8e59-b65b21536efd/snap", "metadata": {}}], "self": "/v2/images/104028bd-9c4d-48d9-8e59-b65b21536efd", "min_disk": 0, "protected": false, "id": "104028bd-9c4d-48d9-8e59-b65b21536efd", "file": "/v2/images/104028bd-9c4d-48d9-8e59-b65b21536efd/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c5d24ec6a5624250aecbf88152c8b340", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/104028bd-9c4d-48d9-8e59-b65b21536efd/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-image"} 2018-10-26 10:17:24,635 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-image used request id req-9c4a97cd-c5c6-4ee5-a4c5-2fc5728aa211 2018-10-26 10:17:24,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9455b18133a25375ed422ad39b842d0a037ec8c7" 2018-10-26 10:17:24,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-bd1922aa-d2e3-4b11-a010-398770cb8a90 Date: Fri, 26 Oct 2018 10:17: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-26 10:17:24,799 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-bd1922aa-d2e3-4b11-a010-398770cb8a90 2018-10-26 10:17:24,804 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9455b18133a25375ed422ad39b842d0a037ec8c7" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-inst", "imageRef": "104028bd-9c4d-48d9-8e59-b65b21536efd", "key_name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-kp", "flavorRef": "990ff18d-b245-4134-aeb9-f6577310ea7b", "max_count": 1, "min_count": 1, "networks": [{"port": "fcd50f3d-b557-4dfa-8fff-937e138c2ad9"}], "security_groups": [{"name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-sec-grp"}]}}' 2018-10-26 10:17:26,675 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10: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 x-openstack-request-id: req-1f4bde96-4ba1-41e7-a5a3-9d567891c396 x-compute-request-id: req-1f4bde96-4ba1-41e7-a5a3-9d567891c396 Content-Length: 444 location: http://172.30.9.21:8774/v2.1/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "eb5dfec4-2031-4fa8-93cc-3735c48c52e3", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3", "rel": "bookmark"}], "adminPass": "BwJGE5cSmnzi"}} 2018-10-26 10:17:26,676 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-1f4bde96-4ba1-41e7-a5a3-9d567891c396 2018-10-26 10:17:26,679 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9455b18133a25375ed422ad39b842d0a037ec8c7" 2018-10-26 10:17:27,051 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:17: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-469f1b2d-bb82-40eb-80d0-a53b9bbe87fb x-compute-request-id: req-469f1b2d-bb82-40eb-80d0-a53b9bbe87fb 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.21:8774/v2.1/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3", "rel": "bookmark"}], "image": {"id": "104028bd-9c4d-48d9-8e59-b65b21536efd", "links": [{"href": "http://172.30.9.21:8774/images/104028bd-9c4d-48d9-8e59-b65b21536efd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "990ff18d-b245-4134-aeb9-f6577310ea7b", "links": [{"href": "http://172.30.9.21:8774/flavors/990ff18d-b245-4134-aeb9-f6577310ea7b", "rel": "bookmark"}]}, "id": "eb5dfec4-2031-4fa8-93cc-3735c48c52e3", "user_id": "d0c19f5d053845c5a6259739eeed1d4b", "OS-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-26T10:17:26Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-kp", "name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-inst", "created": "2018-10-26T10:17:26Z", "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:17:27,051 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3 used request id req-469f1b2d-bb82-40eb-80d0-a53b9bbe87fb 2018-10-26 10:17:27,052 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-inst 2018-10-26 10:17:27,055 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9455b18133a25375ed422ad39b842d0a037ec8c7" 2018-10-26 10:17:27,446 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:17: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-928d0e84-6596-45cb-aa54-96b77fafc896 x-compute-request-id: req-928d0e84-6596-45cb-aa54-96b77fafc896 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.21:8774/v2.1/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3", "rel": "bookmark"}], "image": {"id": "104028bd-9c4d-48d9-8e59-b65b21536efd", "links": [{"href": "http://172.30.9.21:8774/images/104028bd-9c4d-48d9-8e59-b65b21536efd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "990ff18d-b245-4134-aeb9-f6577310ea7b", "links": [{"href": "http://172.30.9.21:8774/flavors/990ff18d-b245-4134-aeb9-f6577310ea7b", "rel": "bookmark"}]}, "id": "eb5dfec4-2031-4fa8-93cc-3735c48c52e3", "user_id": "d0c19f5d053845c5a6259739eeed1d4b", "OS-DCF: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-26T10:17:27Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-kp", "name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-inst", "created": "2018-10-26T10:17:26Z", "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:17:27,446 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3 used request id req-928d0e84-6596-45cb-aa54-96b77fafc896 2018-10-26 10:17:27,447 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-inst] is - BUILD 2018-10-26 10:17:27,447 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:17:30,450 - create_instance - DEBUG - VM status query timeout in 896.602025986 2018-10-26 10:17:30,453 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9455b18133a25375ed422ad39b842d0a037ec8c7" 2018-10-26 10:17:31,202 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-00604743-04ff-4f33-a44e-97dabd8bc911 x-compute-request-id: req-00604743-04ff-4f33-a44e-97dabd8bc911 Content-Encoding: gzip Content-Length: 686 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3", "rel": "bookmark"}], "image": {"id": "104028bd-9c4d-48d9-8e59-b65b21536efd", "links": [{"href": "http://172.30.9.21:8774/images/104028bd-9c4d-48d9-8e59-b65b21536efd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "990ff18d-b245-4134-aeb9-f6577310ea7b", "links": [{"href": "http://172.30.9.21:8774/flavors/990ff18d-b245-4134-aeb9-f6577310ea7b", "rel": "bookmark"}]}, "id": "eb5dfec4-2031-4fa8-93cc-3735c48c52e3", "security_groups": [{"name": "default"}], "user_id": "d0c19f5d053845c5a6259739eeed1d4b", "OS-DCF: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-26T10:17:27Z", "hostId": "dd328daf5e09f1e66c7127d968ac5d1350056616e117f6b414549f97", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-kp", "name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-inst", "created": "2018-10-26T10:17:26Z", "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:17:31,202 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3 used request id req-00604743-04ff-4f33-a44e-97dabd8bc911 2018-10-26 10:17:31,202 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-inst] is - BUILD 2018-10-26 10:17:31,203 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:17:34,206 - create_instance - DEBUG - VM status query timeout in 892.846395969 2018-10-26 10:17:34,209 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9455b18133a25375ed422ad39b842d0a037ec8c7" 2018-10-26 10:17:34,825 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-a9b3ae9f-96c3-4baf-9f8e-8423300ed53f x-compute-request-id: req-a9b3ae9f-96c3-4baf-9f8e-8423300ed53f Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:8d:d0", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3", "rel": "bookmark"}], "image": {"id": "104028bd-9c4d-48d9-8e59-b65b21536efd", "links": [{"href": "http://172.30.9.21:8774/images/104028bd-9c4d-48d9-8e59-b65b21536efd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:17:31.000000", "flavor": {"id": "990ff18d-b245-4134-aeb9-f6577310ea7b", "links": [{"href": "http://172.30.9.21:8774/flavors/990ff18d-b245-4134-aeb9-f6577310ea7b", "rel": "bookmark"}]}, "id": "eb5dfec4-2031-4fa8-93cc-3735c48c52e3", "security_groups": [{"name": "default"}], "user_id": "d0c19f5d053845c5a6259739eeed1d4b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:17:31Z", "hostId": "dd328daf5e09f1e66c7127d968ac5d1350056616e117f6b414549f97", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-kp", "name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-inst", "created": "2018-10-26T10:17:26Z", "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:17:34,825 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3 used request id req-a9b3ae9f-96c3-4baf-9f8e-8423300ed53f 2018-10-26 10:17:34,826 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-inst] is - ACTIVE 2018-10-26 10:17:34,826 - create_instance - INFO - VM is - ACTIVE 2018-10-26 10:17:34,830 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9455b18133a25375ed422ad39b842d0a037ec8c7" 2018-10-26 10:17:35,428 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-ee5af844-e407-4d0f-8284-696fd17e3c2d x-compute-request-id: req-ee5af844-e407-4d0f-8284-696fd17e3c2d Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:8d:d0", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3", "rel": "bookmark"}], "image": {"id": "104028bd-9c4d-48d9-8e59-b65b21536efd", "links": [{"href": "http://172.30.9.21:8774/images/104028bd-9c4d-48d9-8e59-b65b21536efd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:17:31.000000", "flavor": {"id": "990ff18d-b245-4134-aeb9-f6577310ea7b", "links": [{"href": "http://172.30.9.21:8774/flavors/990ff18d-b245-4134-aeb9-f6577310ea7b", "rel": "bookmark"}]}, "id": "eb5dfec4-2031-4fa8-93cc-3735c48c52e3", "security_groups": [{"name": "default"}], "user_id": "d0c19f5d053845c5a6259739eeed1d4b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:17:31Z", "hostId": "dd328daf5e09f1e66c7127d968ac5d1350056616e117f6b414549f97", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-kp", "name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-inst", "created": "2018-10-26T10:17:26Z", "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:17:35,429 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3 used request id req-ee5af844-e407-4d0f-8284-696fd17e3c2d 2018-10-26 10:17:35,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9455b18133a25375ed422ad39b842d0a037ec8c7" 2018-10-26 10:17:35,700 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-16ceed61-372c-4f6a-a8bf-f749c2ab7d82 Date: Fri, 26 Oct 2018 10:17: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":["ac337921-992d-4dc9-aec7-05009f8b426a"],"updated_at":"2018-10-26T10:17:02Z","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c5d24ec6a5624250aecbf88152c8b340","id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","name":"CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net"}]} 2018-10-26 10:17:35,700 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net used request id req-16ceed61-372c-4f6a-a8bf-f749c2ab7d82 2018-10-26 10:17:35,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c5d24ec6a5624250aecbf88152c8b340 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9455b18133a25375ed422ad39b842d0a037ec8c7" 2018-10-26 10:17:35,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:17:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2787e467-6e8c-4c33-9b9a-e1dcf4e7e72d Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c5d24ec6a5624250aecbf88152c8b340"}, "enabled": true, "id": "c5d24ec6a5624250aecbf88152c8b340", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-proj"}} 2018-10-26 10:17:35,797 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c5d24ec6a5624250aecbf88152c8b340 used request id req-2787e467-6e8c-4c33-9b9a-e1dcf4e7e72d 2018-10-26 10:17:35,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=735fc883-5bb1-435e-a7df-ee25ab232f8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9455b18133a25375ed422ad39b842d0a037ec8c7" 2018-10-26 10:17:35,868 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-6ff9935d-7b50-40f6-932a-1da2216daa6e Date: Fri, 26 Oct 2018 10:17:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:02Z","dns_nameservers":[],"updated_at":"2018-10-26T10:17:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"c5d24ec6a5624250aecbf88152c8b340","id":"ac337921-992d-4dc9-aec7-05009f8b426a","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-subnet"}]} 2018-10-26 10:17:35,869 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=735fc883-5bb1-435e-a7df-ee25ab232f8d used request id req-6ff9935d-7b50-40f6-932a-1da2216daa6e 2018-10-26 10:17:35,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=735fc883-5bb1-435e-a7df-ee25ab232f8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9455b18133a25375ed422ad39b842d0a037ec8c7" 2018-10-26 10:17:36,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3862 X-Openstack-Request-Id: req-0125bdb2-3c2b-40de-ab72-17094967499d Date: Fri, 26 Oct 2018 10:17:36 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:17:06Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ac337921-992d-4dc9-aec7-05009f8b426a","ip_address":"10.55.1.4"}],"id":"11593433-0dc5-4f2e-aaa5-94d9174b51c5","security_groups":[],"mac_address":"fa:16:3e:c4:1c:0b","project_id":"c5d24ec6a5624250aecbf88152c8b340","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:04Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-735fc883-5bb1-435e-a7df-ee25ab232f8d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:17:06Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ac337921-992d-4dc9-aec7-05009f8b426a","ip_address":"10.55.1.3"}],"id":"12344069-d5de-4421-9b49-bb8186e63f69","security_groups":[],"mac_address":"fa:16:3e:d3:c8:31","project_id":"c5d24ec6a5624250aecbf88152c8b340","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:03Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-735fc883-5bb1-435e-a7df-ee25ab232f8d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:17:25Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ac337921-992d-4dc9-aec7-05009f8b426a","ip_address":"10.55.1.1"}],"id":"87e55678-77ef-4062-9976-b0bf168f32a7","security_groups":[],"mac_address":"fa:16:3e:e8:51:27","project_id":"c5d24ec6a5624250aecbf88152c8b340","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:11Z","binding:vnic_type":"normal","device_id":"0cfc8e14-8d6c-4f7b-8037-ea58767c0aa8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:17:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ac337921-992d-4dc9-aec7-05009f8b426a","ip_address":"10.55.1.2"}],"id":"fc9aacb7-e5c8-41be-8599-f4f060a42763","security_groups":[],"mac_address":"fa:16:3e:d6:ba:ee","project_id":"c5d24ec6a5624250aecbf88152c8b340","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:02Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-735fc883-5bb1-435e-a7df-ee25ab232f8d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:17:31Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ac337921-992d-4dc9-aec7-05009f8b426a","ip_address":"10.55.1.5"}],"id":"fcd50f3d-b557-4dfa-8fff-937e138c2ad9","security_groups":["f55992d2-bbd9-4b6a-a629-f12bc2dc0996"],"mac_address":"fa:16:3e:96:8d:d0","project_id":"c5d24ec6a5624250aecbf88152c8b340","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90port-1","admin_state_up":true,"network_id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:23Z","binding:vnic_type":"normal","device_id":"eb5dfec4-2031-4fa8-93cc-3735c48c52e3"}]} 2018-10-26 10:17:36,129 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=735fc883-5bb1-435e-a7df-ee25ab232f8d used request id req-0125bdb2-3c2b-40de-ab72-17094967499d 2018-10-26 10:17:36,133 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9455b18133a25375ed422ad39b842d0a037ec8c7" 2018-10-26 10:17:36,755 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:17: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-4b1fd0e0-d019-44fc-ada6-a44d2c617a57 x-compute-request-id: req-4b1fd0e0-d019-44fc-ada6-a44d2c617a57 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:8d:d0", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3", "rel": "bookmark"}], "image": {"id": "104028bd-9c4d-48d9-8e59-b65b21536efd", "links": [{"href": "http://172.30.9.21:8774/images/104028bd-9c4d-48d9-8e59-b65b21536efd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:17:31.000000", "flavor": {"id": "990ff18d-b245-4134-aeb9-f6577310ea7b", "links": [{"href": "http://172.30.9.21:8774/flavors/990ff18d-b245-4134-aeb9-f6577310ea7b", "rel": "bookmark"}]}, "id": "eb5dfec4-2031-4fa8-93cc-3735c48c52e3", "security_groups": [{"name": "default"}], "user_id": "d0c19f5d053845c5a6259739eeed1d4b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:17:31Z", "hostId": "dd328daf5e09f1e66c7127d968ac5d1350056616e117f6b414549f97", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-kp", "name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-inst", "created": "2018-10-26T10:17:26Z", "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:17:36,756 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3 used request id req-4b1fd0e0-d019-44fc-ada6-a44d2c617a57 2018-10-26 10:17:36,756 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-inst] is - ACTIVE 2018-10-26 10:17:36,756 - create_instance - INFO - VM is - ACTIVE 2018-10-26 10:17:36,759 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9455b18133a25375ed422ad39b842d0a037ec8c7" 2018-10-26 10:17:37,225 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:17: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-4f293557-c3b2-475b-b3cf-a2eeacd86dbf x-compute-request-id: req-4f293557-c3b2-475b-b3cf-a2eeacd86dbf Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:8d:d0", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3", "rel": "bookmark"}], "image": {"id": "104028bd-9c4d-48d9-8e59-b65b21536efd", "links": [{"href": "http://172.30.9.21:8774/images/104028bd-9c4d-48d9-8e59-b65b21536efd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:17:31.000000", "flavor": {"id": "990ff18d-b245-4134-aeb9-f6577310ea7b", "links": [{"href": "http://172.30.9.21:8774/flavors/990ff18d-b245-4134-aeb9-f6577310ea7b", "rel": "bookmark"}]}, "id": "eb5dfec4-2031-4fa8-93cc-3735c48c52e3", "security_groups": [{"name": "default"}], "user_id": "d0c19f5d053845c5a6259739eeed1d4b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:17:31Z", "hostId": "dd328daf5e09f1e66c7127d968ac5d1350056616e117f6b414549f97", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-kp", "name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-inst", "created": "2018-10-26T10:17:26Z", "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:17:37,225 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3 used request id req-4f293557-c3b2-475b-b3cf-a2eeacd86dbf 2018-10-26 10:17:37,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9455b18133a25375ed422ad39b842d0a037ec8c7" 2018-10-26 10:17:37,335 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-6e44c317-f98c-432b-9874-63050d5387a3 Date: Fri, 26 Oct 2018 10:17: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":["ac337921-992d-4dc9-aec7-05009f8b426a"],"updated_at":"2018-10-26T10:17:02Z","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c5d24ec6a5624250aecbf88152c8b340","id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","name":"CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net"}]} 2018-10-26 10:17:37,335 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net used request id req-6e44c317-f98c-432b-9874-63050d5387a3 2018-10-26 10:17:37,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c5d24ec6a5624250aecbf88152c8b340 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9455b18133a25375ed422ad39b842d0a037ec8c7" 2018-10-26 10:17:37,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:17:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bd0986d-e131-40af-a5f6-6c337c6466a0 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c5d24ec6a5624250aecbf88152c8b340"}, "enabled": true, "id": "c5d24ec6a5624250aecbf88152c8b340", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-proj"}} 2018-10-26 10:17:37,421 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c5d24ec6a5624250aecbf88152c8b340 used request id req-9bd0986d-e131-40af-a5f6-6c337c6466a0 2018-10-26 10:17:37,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=735fc883-5bb1-435e-a7df-ee25ab232f8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9455b18133a25375ed422ad39b842d0a037ec8c7" 2018-10-26 10:17:37,481 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-96679ec5-1055-4124-bb12-f00e4cdeed15 Date: Fri, 26 Oct 2018 10:17:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:02Z","dns_nameservers":[],"updated_at":"2018-10-26T10:17:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"c5d24ec6a5624250aecbf88152c8b340","id":"ac337921-992d-4dc9-aec7-05009f8b426a","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-subnet"}]} 2018-10-26 10:17:37,481 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=735fc883-5bb1-435e-a7df-ee25ab232f8d used request id req-96679ec5-1055-4124-bb12-f00e4cdeed15 2018-10-26 10:17:37,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=735fc883-5bb1-435e-a7df-ee25ab232f8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9455b18133a25375ed422ad39b842d0a037ec8c7" 2018-10-26 10:17:37,597 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3862 X-Openstack-Request-Id: req-573324a1-619d-46d2-bb00-8375d69e93b0 Date: Fri, 26 Oct 2018 10:17:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:17:06Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ac337921-992d-4dc9-aec7-05009f8b426a","ip_address":"10.55.1.4"}],"id":"11593433-0dc5-4f2e-aaa5-94d9174b51c5","security_groups":[],"mac_address":"fa:16:3e:c4:1c:0b","project_id":"c5d24ec6a5624250aecbf88152c8b340","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:04Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-735fc883-5bb1-435e-a7df-ee25ab232f8d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:17:06Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ac337921-992d-4dc9-aec7-05009f8b426a","ip_address":"10.55.1.3"}],"id":"12344069-d5de-4421-9b49-bb8186e63f69","security_groups":[],"mac_address":"fa:16:3e:d3:c8:31","project_id":"c5d24ec6a5624250aecbf88152c8b340","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:03Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-735fc883-5bb1-435e-a7df-ee25ab232f8d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:17:25Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ac337921-992d-4dc9-aec7-05009f8b426a","ip_address":"10.55.1.1"}],"id":"87e55678-77ef-4062-9976-b0bf168f32a7","security_groups":[],"mac_address":"fa:16:3e:e8:51:27","project_id":"c5d24ec6a5624250aecbf88152c8b340","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:11Z","binding:vnic_type":"normal","device_id":"0cfc8e14-8d6c-4f7b-8037-ea58767c0aa8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:17:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ac337921-992d-4dc9-aec7-05009f8b426a","ip_address":"10.55.1.2"}],"id":"fc9aacb7-e5c8-41be-8599-f4f060a42763","security_groups":[],"mac_address":"fa:16:3e:d6:ba:ee","project_id":"c5d24ec6a5624250aecbf88152c8b340","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:02Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-735fc883-5bb1-435e-a7df-ee25ab232f8d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:17:31Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ac337921-992d-4dc9-aec7-05009f8b426a","ip_address":"10.55.1.5"}],"id":"fcd50f3d-b557-4dfa-8fff-937e138c2ad9","security_groups":["f55992d2-bbd9-4b6a-a629-f12bc2dc0996"],"mac_address":"fa:16:3e:96:8d:d0","project_id":"c5d24ec6a5624250aecbf88152c8b340","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90port-1","admin_state_up":true,"network_id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:23Z","binding:vnic_type":"normal","device_id":"eb5dfec4-2031-4fa8-93cc-3735c48c52e3"}]} 2018-10-26 10:17:37,598 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=735fc883-5bb1-435e-a7df-ee25ab232f8d used request id req-573324a1-619d-46d2-bb00-8375d69e93b0 2018-10-26 10:17:37,601 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9455b18133a25375ed422ad39b842d0a037ec8c7" -d '{"addSecurityGroup": {"name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-sec-grp"}}' 2018-10-26 10:17:38,998 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10:17: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-cb906e37-6284-426c-9592-4cb1b524b7e9 x-compute-request-id: req-cb906e37-6284-426c-9592-4cb1b524b7e9 Content-Length: 0 Content-Type: application/json 2018-10-26 10:17:38,998 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3/action used request id req-cb906e37-6284-426c-9592-4cb1b524b7e9 2018-10-26 10:17:39,001 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9455b18133a25375ed422ad39b842d0a037ec8c7" 2018-10-26 10:17:39,489 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-04fdfb32-b9ab-4003-b4e8-3737b9a7f3c2 x-compute-request-id: req-04fdfb32-b9ab-4003-b4e8-3737b9a7f3c2 Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:8d:d0", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3", "rel": "bookmark"}], "image": {"id": "104028bd-9c4d-48d9-8e59-b65b21536efd", "links": [{"href": "http://172.30.9.21:8774/images/104028bd-9c4d-48d9-8e59-b65b21536efd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:17:31.000000", "flavor": {"id": "990ff18d-b245-4134-aeb9-f6577310ea7b", "links": [{"href": "http://172.30.9.21:8774/flavors/990ff18d-b245-4134-aeb9-f6577310ea7b", "rel": "bookmark"}]}, "id": "eb5dfec4-2031-4fa8-93cc-3735c48c52e3", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-sec-grp"}, {"name": "default"}], "user_id": "d0c19f5d053845c5a6259739eeed1d4b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:17:31Z", "hostId": "dd328daf5e09f1e66c7127d968ac5d1350056616e117f6b414549f97", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-kp", "name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-inst", "created": "2018-10-26T10:17:26Z", "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:17:39,489 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3 used request id req-04fdfb32-b9ab-4003-b4e8-3737b9a7f3c2 2018-10-26 10:17:39,489 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-inst] is - ACTIVE 2018-10-26 10:17:39,490 - create_instance - INFO - VM is - ACTIVE 2018-10-26 10:17:39,493 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9455b18133a25375ed422ad39b842d0a037ec8c7" 2018-10-26 10:17:39,954 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-87bf22e8-6c6d-4cfc-8df3-663f40fb5513 x-compute-request-id: req-87bf22e8-6c6d-4cfc-8df3-663f40fb5513 Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:8d:d0", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3", "rel": "bookmark"}], "image": {"id": "104028bd-9c4d-48d9-8e59-b65b21536efd", "links": [{"href": "http://172.30.9.21:8774/images/104028bd-9c4d-48d9-8e59-b65b21536efd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:17:31.000000", "flavor": {"id": "990ff18d-b245-4134-aeb9-f6577310ea7b", "links": [{"href": "http://172.30.9.21:8774/flavors/990ff18d-b245-4134-aeb9-f6577310ea7b", "rel": "bookmark"}]}, "id": "eb5dfec4-2031-4fa8-93cc-3735c48c52e3", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-sec-grp"}, {"name": "default"}], "user_id": "d0c19f5d053845c5a6259739eeed1d4b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:17:31Z", "hostId": "dd328daf5e09f1e66c7127d968ac5d1350056616e117f6b414549f97", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-kp", "name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-inst", "created": "2018-10-26T10:17:26Z", "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:17:39,954 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3 used request id req-87bf22e8-6c6d-4cfc-8df3-663f40fb5513 2018-10-26 10:17:39,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9455b18133a25375ed422ad39b842d0a037ec8c7" 2018-10-26 10:17:40,057 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-9c57dba8-5ad6-47d8-b2e6-3234455bdb25 Date: Fri, 26 Oct 2018 10:17: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":["ac337921-992d-4dc9-aec7-05009f8b426a"],"updated_at":"2018-10-26T10:17:02Z","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c5d24ec6a5624250aecbf88152c8b340","id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","name":"CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net"}]} 2018-10-26 10:17:40,058 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net used request id req-9c57dba8-5ad6-47d8-b2e6-3234455bdb25 2018-10-26 10:17:40,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c5d24ec6a5624250aecbf88152c8b340 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9455b18133a25375ed422ad39b842d0a037ec8c7" 2018-10-26 10:17:40,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:17:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95d07042-0e90-48fa-b990-e150ab5c794a Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c5d24ec6a5624250aecbf88152c8b340"}, "enabled": true, "id": "c5d24ec6a5624250aecbf88152c8b340", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-proj"}} 2018-10-26 10:17:40,139 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c5d24ec6a5624250aecbf88152c8b340 used request id req-95d07042-0e90-48fa-b990-e150ab5c794a 2018-10-26 10:17:40,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=735fc883-5bb1-435e-a7df-ee25ab232f8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9455b18133a25375ed422ad39b842d0a037ec8c7" 2018-10-26 10:17:40,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-cf9a0b6b-9748-46bd-aaff-36412a1d59de Date: Fri, 26 Oct 2018 10:17:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:02Z","dns_nameservers":[],"updated_at":"2018-10-26T10:17:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"c5d24ec6a5624250aecbf88152c8b340","id":"ac337921-992d-4dc9-aec7-05009f8b426a","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-subnet"}]} 2018-10-26 10:17:40,208 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=735fc883-5bb1-435e-a7df-ee25ab232f8d used request id req-cf9a0b6b-9748-46bd-aaff-36412a1d59de 2018-10-26 10:17:40,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=735fc883-5bb1-435e-a7df-ee25ab232f8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9455b18133a25375ed422ad39b842d0a037ec8c7" 2018-10-26 10:17:40,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-375c8341-73f1-47c9-b1e8-002c3d68fae3 Date: Fri, 26 Oct 2018 10:17:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:17:06Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ac337921-992d-4dc9-aec7-05009f8b426a","ip_address":"10.55.1.4"}],"id":"11593433-0dc5-4f2e-aaa5-94d9174b51c5","security_groups":[],"mac_address":"fa:16:3e:c4:1c:0b","project_id":"c5d24ec6a5624250aecbf88152c8b340","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:04Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-735fc883-5bb1-435e-a7df-ee25ab232f8d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:17:06Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ac337921-992d-4dc9-aec7-05009f8b426a","ip_address":"10.55.1.3"}],"id":"12344069-d5de-4421-9b49-bb8186e63f69","security_groups":[],"mac_address":"fa:16:3e:d3:c8:31","project_id":"c5d24ec6a5624250aecbf88152c8b340","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:03Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-735fc883-5bb1-435e-a7df-ee25ab232f8d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:17:25Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ac337921-992d-4dc9-aec7-05009f8b426a","ip_address":"10.55.1.1"}],"id":"87e55678-77ef-4062-9976-b0bf168f32a7","security_groups":[],"mac_address":"fa:16:3e:e8:51:27","project_id":"c5d24ec6a5624250aecbf88152c8b340","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:11Z","binding:vnic_type":"normal","device_id":"0cfc8e14-8d6c-4f7b-8037-ea58767c0aa8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:17:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ac337921-992d-4dc9-aec7-05009f8b426a","ip_address":"10.55.1.2"}],"id":"fc9aacb7-e5c8-41be-8599-f4f060a42763","security_groups":[],"mac_address":"fa:16:3e:d6:ba:ee","project_id":"c5d24ec6a5624250aecbf88152c8b340","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:02Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-735fc883-5bb1-435e-a7df-ee25ab232f8d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:17:38Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ac337921-992d-4dc9-aec7-05009f8b426a","ip_address":"10.55.1.5"}],"id":"fcd50f3d-b557-4dfa-8fff-937e138c2ad9","security_groups":["b40d48d1-afbe-444a-940d-45971309b836","f55992d2-bbd9-4b6a-a629-f12bc2dc0996"],"mac_address":"fa:16:3e:96:8d:d0","project_id":"c5d24ec6a5624250aecbf88152c8b340","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90port-1","admin_state_up":true,"network_id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:23Z","binding:vnic_type":"normal","device_id":"eb5dfec4-2031-4fa8-93cc-3735c48c52e3"}]} 2018-10-26 10:17:40,319 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=735fc883-5bb1-435e-a7df-ee25ab232f8d used request id req-375c8341-73f1-47c9-b1e8-002c3d68fae3 2018-10-26 10:17:40,320 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:17:40,320 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:17:40,322 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:17:40,698 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6af6a3aee2ab425397c336081d0f180b", "name": "CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-proj-role"}], "expires_at": "2018-10-26T11:17:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c5d24ec6a5624250aecbf88152c8b340", "name": "CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c5d24ec6a5624250aecbf88152c8b340", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/c5d24ec6a5624250aecbf88152c8b340", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/c5d24ec6a5624250aecbf88152c8b340", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c5d24ec6a5624250aecbf88152c8b340", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/c5d24ec6a5624250aecbf88152c8b340", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/c5d24ec6a5624250aecbf88152c8b340", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/c5d24ec6a5624250aecbf88152c8b340", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/c5d24ec6a5624250aecbf88152c8b340", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/c5d24ec6a5624250aecbf88152c8b340", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/c5d24ec6a5624250aecbf88152c8b340", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/c5d24ec6a5624250aecbf88152c8b340", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/c5d24ec6a5624250aecbf88152c8b340", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-user", "id": "d0c19f5d053845c5a6259739eeed1d4b"}, "audit_ids": ["16BGUoguRsCnrFvUlmiB6Q"], "issued_at": "2018-10-26T10:17:40.000000Z"}} 2018-10-26 10:17:40,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1372608a373d75ee43c214800b07e2b097d2d7a3" 2018-10-26 10:17:40,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:17:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63491e88-68a2-42e0-bcb4-60c85ead2b54 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:17:40,773 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-63491e88-68a2-42e0-bcb4-60c85ead2b54 2018-10-26 10:17:40,778 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/990ff18d-b245-4134-aeb9-f6577310ea7b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1372608a373d75ee43c214800b07e2b097d2d7a3" 2018-10-26 10:17:40,886 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:17: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-21fe9ed0-9716-4e87-958a-5012569acc87 x-compute-request-id: req-21fe9ed0-9716-4e87-958a-5012569acc87 Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/990ff18d-b245-4134-aeb9-f6577310ea7b", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/990ff18d-b245-4134-aeb9-f6577310ea7b", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "990ff18d-b245-4134-aeb9-f6577310ea7b", "name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 10:17:40,886 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/990ff18d-b245-4134-aeb9-f6577310ea7b used request id req-21fe9ed0-9716-4e87-958a-5012569acc87 2018-10-26 10:17:40,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/ac337921-992d-4dc9-aec7-05009f8b426a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1372608a373d75ee43c214800b07e2b097d2d7a3" 2018-10-26 10:17:41,088 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-be67a028-c2bb-4f0c-a2d8-7df8982a6a72 Date: Fri, 26 Oct 2018 10:17:41 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:02Z","dns_nameservers":[],"updated_at":"2018-10-26T10:17:02Z","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":"c5d24ec6a5624250aecbf88152c8b340","id":"ac337921-992d-4dc9-aec7-05009f8b426a","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-subnet"}} 2018-10-26 10:17:41,089 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/ac337921-992d-4dc9-aec7-05009f8b426a used request id req-be67a028-c2bb-4f0c-a2d8-7df8982a6a72 2018-10-26 10:17:41,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=735fc883-5bb1-435e-a7df-ee25ab232f8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1372608a373d75ee43c214800b07e2b097d2d7a3" 2018-10-26 10:17:41,341 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-893272fd-614d-4dcc-800b-73340dbe64e7 Date: Fri, 26 Oct 2018 10:17: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":["ac337921-992d-4dc9-aec7-05009f8b426a"],"updated_at":"2018-10-26T10:17:02Z","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c5d24ec6a5624250aecbf88152c8b340","id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","name":"CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net"}]} 2018-10-26 10:17:41,341 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=735fc883-5bb1-435e-a7df-ee25ab232f8d used request id req-893272fd-614d-4dcc-800b-73340dbe64e7 2018-10-26 10:17:41,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=735fc883-5bb1-435e-a7df-ee25ab232f8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1372608a373d75ee43c214800b07e2b097d2d7a3" 2018-10-26 10:17:41,547 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-976ef9d7-de94-44e8-a2e8-b716bd6b6c7d Date: Fri, 26 Oct 2018 10:17:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:02Z","dns_nameservers":[],"updated_at":"2018-10-26T10:17:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"c5d24ec6a5624250aecbf88152c8b340","id":"ac337921-992d-4dc9-aec7-05009f8b426a","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-subnet"}]} 2018-10-26 10:17:41,547 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=735fc883-5bb1-435e-a7df-ee25ab232f8d used request id req-976ef9d7-de94-44e8-a2e8-b716bd6b6c7d 2018-10-26 10:17:41,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1372608a373d75ee43c214800b07e2b097d2d7a3" 2018-10-26 10:17:41,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-0ad0af6d-4a1c-48f9-a57f-7d2f337be444 Date: Fri, 26 Oct 2018 10:17: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":["ac337921-992d-4dc9-aec7-05009f8b426a"],"updated_at":"2018-10-26T10:17:02Z","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c5d24ec6a5624250aecbf88152c8b340","id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","name":"CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net"}]} 2018-10-26 10:17:41,803 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net used request id req-0ad0af6d-4a1c-48f9-a57f-7d2f337be444 2018-10-26 10:17:41,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:17:41,812 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:17: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:17:41,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c5d24ec6a5624250aecbf88152c8b340 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1372608a373d75ee43c214800b07e2b097d2d7a3" 2018-10-26 10:17:41,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:17:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb33944c-36e7-4ef3-a451-4431416589b7 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c5d24ec6a5624250aecbf88152c8b340"}, "enabled": true, "id": "c5d24ec6a5624250aecbf88152c8b340", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-proj"}} 2018-10-26 10:17:41,905 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c5d24ec6a5624250aecbf88152c8b340 used request id req-bb33944c-36e7-4ef3-a451-4431416589b7 2018-10-26 10:17:41,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=735fc883-5bb1-435e-a7df-ee25ab232f8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1372608a373d75ee43c214800b07e2b097d2d7a3" 2018-10-26 10:17:42,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-bb55ecad-335d-4d1a-ac87-28b10427de8f Date: Fri, 26 Oct 2018 10:17:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:02Z","dns_nameservers":[],"updated_at":"2018-10-26T10:17:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"c5d24ec6a5624250aecbf88152c8b340","id":"ac337921-992d-4dc9-aec7-05009f8b426a","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-subnet"}]} 2018-10-26 10:17:42,105 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=735fc883-5bb1-435e-a7df-ee25ab232f8d used request id req-bb55ecad-335d-4d1a-ac87-28b10427de8f 2018-10-26 10:17:42,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=735fc883-5bb1-435e-a7df-ee25ab232f8d&mac_address=fa%3A16%3A3e%3A96%3A8d%3Ad0&name=CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1372608a373d75ee43c214800b07e2b097d2d7a3" 2018-10-26 10:17:42,322 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 880 X-Openstack-Request-Id: req-287444df-8039-4035-b668-7c3fefcc3e65 Date: Fri, 26 Oct 2018 10:17:42 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:17:38Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ac337921-992d-4dc9-aec7-05009f8b426a","ip_address":"10.55.1.5"}],"id":"fcd50f3d-b557-4dfa-8fff-937e138c2ad9","security_groups":["b40d48d1-afbe-444a-940d-45971309b836","f55992d2-bbd9-4b6a-a629-f12bc2dc0996"],"mac_address":"fa:16:3e:96:8d:d0","project_id":"c5d24ec6a5624250aecbf88152c8b340","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90port-1","admin_state_up":true,"network_id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:23Z","binding:vnic_type":"normal","device_id":"eb5dfec4-2031-4fa8-93cc-3735c48c52e3"}]} 2018-10-26 10:17:42,322 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=735fc883-5bb1-435e-a7df-ee25ab232f8d&mac_address=fa%3A16%3A3e%3A96%3A8d%3Ad0&name=CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90port-1&admin_state_up=True used request id req-287444df-8039-4035-b668-7c3fefcc3e65 2018-10-26 10:17:42,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c5d24ec6a5624250aecbf88152c8b340 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1372608a373d75ee43c214800b07e2b097d2d7a3" 2018-10-26 10:17:42,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:17:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0e75a78-d3e5-4ec5-bc3f-4294982a8299 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c5d24ec6a5624250aecbf88152c8b340"}, "enabled": true, "id": "c5d24ec6a5624250aecbf88152c8b340", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-proj"}} 2018-10-26 10:17:42,407 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c5d24ec6a5624250aecbf88152c8b340 used request id req-b0e75a78-d3e5-4ec5-bc3f-4294982a8299 2018-10-26 10:17:42,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1372608a373d75ee43c214800b07e2b097d2d7a3" 2018-10-26 10:17:42,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-8dd532cf-7619-432e-bf40-7369bbea81d9 Date: Fri, 26 Oct 2018 10:17: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":["ac337921-992d-4dc9-aec7-05009f8b426a"],"updated_at":"2018-10-26T10:17:02Z","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c5d24ec6a5624250aecbf88152c8b340","id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","name":"CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net"}]} 2018-10-26 10:17:42,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net used request id req-8dd532cf-7619-432e-bf40-7369bbea81d9 2018-10-26 10:17:42,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=735fc883-5bb1-435e-a7df-ee25ab232f8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1372608a373d75ee43c214800b07e2b097d2d7a3" 2018-10-26 10:17:43,000 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-123cd384-8d4a-4dae-bdc4-e860bbc84d33 Date: Fri, 26 Oct 2018 10:17:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:02Z","dns_nameservers":[],"updated_at":"2018-10-26T10:17:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"c5d24ec6a5624250aecbf88152c8b340","id":"ac337921-992d-4dc9-aec7-05009f8b426a","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-subnet"}]} 2018-10-26 10:17:43,000 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=735fc883-5bb1-435e-a7df-ee25ab232f8d used request id req-123cd384-8d4a-4dae-bdc4-e860bbc84d33 2018-10-26 10:17:43,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=735fc883-5bb1-435e-a7df-ee25ab232f8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1372608a373d75ee43c214800b07e2b097d2d7a3" 2018-10-26 10:17:43,246 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-eab66054-219b-499f-b86e-dbc757ad550b Date: Fri, 26 Oct 2018 10:17:43 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:17:06Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ac337921-992d-4dc9-aec7-05009f8b426a","ip_address":"10.55.1.4"}],"id":"11593433-0dc5-4f2e-aaa5-94d9174b51c5","security_groups":[],"mac_address":"fa:16:3e:c4:1c:0b","project_id":"c5d24ec6a5624250aecbf88152c8b340","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:04Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-735fc883-5bb1-435e-a7df-ee25ab232f8d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:17:06Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ac337921-992d-4dc9-aec7-05009f8b426a","ip_address":"10.55.1.3"}],"id":"12344069-d5de-4421-9b49-bb8186e63f69","security_groups":[],"mac_address":"fa:16:3e:d3:c8:31","project_id":"c5d24ec6a5624250aecbf88152c8b340","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:03Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-735fc883-5bb1-435e-a7df-ee25ab232f8d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:17:25Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ac337921-992d-4dc9-aec7-05009f8b426a","ip_address":"10.55.1.1"}],"id":"87e55678-77ef-4062-9976-b0bf168f32a7","security_groups":[],"mac_address":"fa:16:3e:e8:51:27","project_id":"c5d24ec6a5624250aecbf88152c8b340","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:11Z","binding:vnic_type":"normal","device_id":"0cfc8e14-8d6c-4f7b-8037-ea58767c0aa8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:17:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ac337921-992d-4dc9-aec7-05009f8b426a","ip_address":"10.55.1.2"}],"id":"fc9aacb7-e5c8-41be-8599-f4f060a42763","security_groups":[],"mac_address":"fa:16:3e:d6:ba:ee","project_id":"c5d24ec6a5624250aecbf88152c8b340","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:02Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-735fc883-5bb1-435e-a7df-ee25ab232f8d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:17:38Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ac337921-992d-4dc9-aec7-05009f8b426a","ip_address":"10.55.1.5"}],"id":"fcd50f3d-b557-4dfa-8fff-937e138c2ad9","security_groups":["b40d48d1-afbe-444a-940d-45971309b836","f55992d2-bbd9-4b6a-a629-f12bc2dc0996"],"mac_address":"fa:16:3e:96:8d:d0","project_id":"c5d24ec6a5624250aecbf88152c8b340","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90port-1","admin_state_up":true,"network_id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:23Z","binding:vnic_type":"normal","device_id":"eb5dfec4-2031-4fa8-93cc-3735c48c52e3"}]} 2018-10-26 10:17:43,247 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=735fc883-5bb1-435e-a7df-ee25ab232f8d used request id req-eab66054-219b-499f-b86e-dbc757ad550b 2018-10-26 10:17:43,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1372608a373d75ee43c214800b07e2b097d2d7a3" 2018-10-26 10:17:43,274 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-a97b7716-de24-4c0f-a2f5-499ff62f875f Date: Fri, 26 Oct 2018 10:17:43 GMT RESP BODY: {"floatingips": []} 2018-10-26 10:17:43,274 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips used request id req-a97b7716-de24-4c0f-a2f5-499ff62f875f 2018-10-26 10:17:43,274 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:17:43,275 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:17:43,652 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6af6a3aee2ab425397c336081d0f180b", "name": "CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-proj-role"}], "expires_at": "2018-10-26T11:17:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c5d24ec6a5624250aecbf88152c8b340", "name": "CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c5d24ec6a5624250aecbf88152c8b340", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/c5d24ec6a5624250aecbf88152c8b340", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/c5d24ec6a5624250aecbf88152c8b340", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c5d24ec6a5624250aecbf88152c8b340", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/c5d24ec6a5624250aecbf88152c8b340", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/c5d24ec6a5624250aecbf88152c8b340", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/c5d24ec6a5624250aecbf88152c8b340", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/c5d24ec6a5624250aecbf88152c8b340", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/c5d24ec6a5624250aecbf88152c8b340", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/c5d24ec6a5624250aecbf88152c8b340", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/c5d24ec6a5624250aecbf88152c8b340", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/c5d24ec6a5624250aecbf88152c8b340", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-user", "id": "d0c19f5d053845c5a6259739eeed1d4b"}, "audit_ids": ["bI9kj2cjQ_69zTndHHiY3Q"], "issued_at": "2018-10-26T10:17:43.000000Z"}} 2018-10-26 10:17:43,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1dfc9d94befd2b7483f57e10478335736c72f72" 2018-10-26 10:17:43,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:17:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1eb289e6-8d46-4637-b1fb-1732d8a0d0c8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:17:43,729 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-1eb289e6-8d46-4637-b1fb-1732d8a0d0c8 2018-10-26 10:17:43,730 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:17:43,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1dfc9d94befd2b7483f57e10478335736c72f72" 2018-10-26 10:17:43,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:17:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c473475-7d27-4c9f-bb44-1ef7c7f8c2da Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:17:43,808 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-7c473475-7d27-4c9f-bb44-1ef7c7f8c2da 2018-10-26 10:17:43,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1dfc9d94befd2b7483f57e10478335736c72f72" 2018-10-26 10:17:44,064 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-866ec84d-9a33-4d78-a5b5-288645e7c5e8 Date: Fri, 26 Oct 2018 10:17: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":["ac337921-992d-4dc9-aec7-05009f8b426a"],"updated_at":"2018-10-26T10:17:02Z","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c5d24ec6a5624250aecbf88152c8b340","id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","name":"CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net"}]} 2018-10-26 10:17:44,064 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net used request id req-866ec84d-9a33-4d78-a5b5-288645e7c5e8 2018-10-26 10:17:44,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:17:44,073 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:17:44,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c5d24ec6a5624250aecbf88152c8b340 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1dfc9d94befd2b7483f57e10478335736c72f72" 2018-10-26 10:17:44,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:17:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ac7abd8-e08e-4a6a-96d4-e2f11916dde5 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c5d24ec6a5624250aecbf88152c8b340"}, "enabled": true, "id": "c5d24ec6a5624250aecbf88152c8b340", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-proj"}} 2018-10-26 10:17:44,091 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c5d24ec6a5624250aecbf88152c8b340 used request id req-8ac7abd8-e08e-4a6a-96d4-e2f11916dde5 2018-10-26 10:17:44,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=735fc883-5bb1-435e-a7df-ee25ab232f8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1dfc9d94befd2b7483f57e10478335736c72f72" 2018-10-26 10:17:44,280 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-6f15ec49-9534-48a0-9dc6-f8ed3f11b763 Date: Fri, 26 Oct 2018 10:17:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:02Z","dns_nameservers":[],"updated_at":"2018-10-26T10:17:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"c5d24ec6a5624250aecbf88152c8b340","id":"ac337921-992d-4dc9-aec7-05009f8b426a","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-subnet"}]} 2018-10-26 10:17:44,281 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=735fc883-5bb1-435e-a7df-ee25ab232f8d used request id req-6f15ec49-9534-48a0-9dc6-f8ed3f11b763 2018-10-26 10:17:44,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=735fc883-5bb1-435e-a7df-ee25ab232f8d&mac_address=fa%3A16%3A3e%3A96%3A8d%3Ad0&name=CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1dfc9d94befd2b7483f57e10478335736c72f72" 2018-10-26 10:17:44,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 880 X-Openstack-Request-Id: req-faa5187e-c6df-421c-b50e-775b91033c3f Date: Fri, 26 Oct 2018 10:17:44 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:17:38Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ac337921-992d-4dc9-aec7-05009f8b426a","ip_address":"10.55.1.5"}],"id":"fcd50f3d-b557-4dfa-8fff-937e138c2ad9","security_groups":["b40d48d1-afbe-444a-940d-45971309b836","f55992d2-bbd9-4b6a-a629-f12bc2dc0996"],"mac_address":"fa:16:3e:96:8d:d0","project_id":"c5d24ec6a5624250aecbf88152c8b340","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90port-1","admin_state_up":true,"network_id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:23Z","binding:vnic_type":"normal","device_id":"eb5dfec4-2031-4fa8-93cc-3735c48c52e3"}]} 2018-10-26 10:17:44,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=735fc883-5bb1-435e-a7df-ee25ab232f8d&mac_address=fa%3A16%3A3e%3A96%3A8d%3Ad0&name=CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90port-1&admin_state_up=True used request id req-faa5187e-c6df-421c-b50e-775b91033c3f 2018-10-26 10:17:44,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c5d24ec6a5624250aecbf88152c8b340 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1dfc9d94befd2b7483f57e10478335736c72f72" 2018-10-26 10:17:44,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:17:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c05e01c8-4357-4a1e-9b99-01a0303c46ed Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c5d24ec6a5624250aecbf88152c8b340"}, "enabled": true, "id": "c5d24ec6a5624250aecbf88152c8b340", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-proj"}} 2018-10-26 10:17:44,587 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c5d24ec6a5624250aecbf88152c8b340 used request id req-c05e01c8-4357-4a1e-9b99-01a0303c46ed 2018-10-26 10:17:44,590 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1dfc9d94befd2b7483f57e10478335736c72f72" 2018-10-26 10:17:45,393 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:17: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-cd161e4b-8047-4dd4-8475-6bad3cec7b43 x-compute-request-id: req-cd161e4b-8047-4dd4-8475-6bad3cec7b43 Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:8d:d0", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3", "rel": "bookmark"}], "image": {"id": "104028bd-9c4d-48d9-8e59-b65b21536efd", "links": [{"href": "http://172.30.9.21:8774/images/104028bd-9c4d-48d9-8e59-b65b21536efd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:17:31.000000", "flavor": {"id": "990ff18d-b245-4134-aeb9-f6577310ea7b", "links": [{"href": "http://172.30.9.21:8774/flavors/990ff18d-b245-4134-aeb9-f6577310ea7b", "rel": "bookmark"}]}, "id": "eb5dfec4-2031-4fa8-93cc-3735c48c52e3", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-sec-grp"}, {"name": "default"}], "user_id": "d0c19f5d053845c5a6259739eeed1d4b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:17:31Z", "hostId": "dd328daf5e09f1e66c7127d968ac5d1350056616e117f6b414549f97", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-kp", "name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-inst", "created": "2018-10-26T10:17:26Z", "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:17:45,393 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-inst used request id req-cd161e4b-8047-4dd4-8475-6bad3cec7b43 2018-10-26 10:17:45,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1dfc9d94befd2b7483f57e10478335736c72f72" 2018-10-26 10:17:45,643 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-5a5781e9-c631-441b-b444-eea9090cf4df Date: Fri, 26 Oct 2018 10:17: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":["ac337921-992d-4dc9-aec7-05009f8b426a"],"updated_at":"2018-10-26T10:17:02Z","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c5d24ec6a5624250aecbf88152c8b340","id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","name":"CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net"}]} 2018-10-26 10:17:45,643 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net used request id req-5a5781e9-c631-441b-b444-eea9090cf4df 2018-10-26 10:17:45,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=735fc883-5bb1-435e-a7df-ee25ab232f8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1dfc9d94befd2b7483f57e10478335736c72f72" 2018-10-26 10:17:45,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-ee67124b-c218-40ba-9553-60570be91707 Date: Fri, 26 Oct 2018 10:17:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:02Z","dns_nameservers":[],"updated_at":"2018-10-26T10:17:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"c5d24ec6a5624250aecbf88152c8b340","id":"ac337921-992d-4dc9-aec7-05009f8b426a","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-subnet"}]} 2018-10-26 10:17:45,850 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=735fc883-5bb1-435e-a7df-ee25ab232f8d used request id req-ee67124b-c218-40ba-9553-60570be91707 2018-10-26 10:17:45,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=735fc883-5bb1-435e-a7df-ee25ab232f8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1dfc9d94befd2b7483f57e10478335736c72f72" 2018-10-26 10:17:46,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-aa544257-29c6-40af-82d8-f11700271433 Date: Fri, 26 Oct 2018 10:17:46 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:17:06Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ac337921-992d-4dc9-aec7-05009f8b426a","ip_address":"10.55.1.4"}],"id":"11593433-0dc5-4f2e-aaa5-94d9174b51c5","security_groups":[],"mac_address":"fa:16:3e:c4:1c:0b","project_id":"c5d24ec6a5624250aecbf88152c8b340","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:04Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-735fc883-5bb1-435e-a7df-ee25ab232f8d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:17:06Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ac337921-992d-4dc9-aec7-05009f8b426a","ip_address":"10.55.1.3"}],"id":"12344069-d5de-4421-9b49-bb8186e63f69","security_groups":[],"mac_address":"fa:16:3e:d3:c8:31","project_id":"c5d24ec6a5624250aecbf88152c8b340","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:03Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-735fc883-5bb1-435e-a7df-ee25ab232f8d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:17:25Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ac337921-992d-4dc9-aec7-05009f8b426a","ip_address":"10.55.1.1"}],"id":"87e55678-77ef-4062-9976-b0bf168f32a7","security_groups":[],"mac_address":"fa:16:3e:e8:51:27","project_id":"c5d24ec6a5624250aecbf88152c8b340","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:11Z","binding:vnic_type":"normal","device_id":"0cfc8e14-8d6c-4f7b-8037-ea58767c0aa8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:17:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ac337921-992d-4dc9-aec7-05009f8b426a","ip_address":"10.55.1.2"}],"id":"fc9aacb7-e5c8-41be-8599-f4f060a42763","security_groups":[],"mac_address":"fa:16:3e:d6:ba:ee","project_id":"c5d24ec6a5624250aecbf88152c8b340","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:02Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-735fc883-5bb1-435e-a7df-ee25ab232f8d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:17:38Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ac337921-992d-4dc9-aec7-05009f8b426a","ip_address":"10.55.1.5"}],"id":"fcd50f3d-b557-4dfa-8fff-937e138c2ad9","security_groups":["b40d48d1-afbe-444a-940d-45971309b836","f55992d2-bbd9-4b6a-a629-f12bc2dc0996"],"mac_address":"fa:16:3e:96:8d:d0","project_id":"c5d24ec6a5624250aecbf88152c8b340","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90port-1","admin_state_up":true,"network_id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:23Z","binding:vnic_type":"normal","device_id":"eb5dfec4-2031-4fa8-93cc-3735c48c52e3"}]} 2018-10-26 10:17:46,113 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=735fc883-5bb1-435e-a7df-ee25ab232f8d used request id req-aa544257-29c6-40af-82d8-f11700271433 2018-10-26 10:17:46,114 - create_instance - INFO - Found existing machine with name - CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-inst 2018-10-26 10:17:46,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1dfc9d94befd2b7483f57e10478335736c72f72" 2018-10-26 10:17:46,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-13a1d17c-eb65-46d8-b4f7-04e499298a2f Date: Fri, 26 Oct 2018 10:17:46 GMT RESP BODY: {"floatingips": []} 2018-10-26 10:17:46,284 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips used request id req-13a1d17c-eb65-46d8-b4f7-04e499298a2f 2018-10-26 10:17:46,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1dfc9d94befd2b7483f57e10478335736c72f72" 2018-10-26 10:17:46,517 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-3d46395b-a986-4ec0-a254-7d9097f2c929 Date: Fri, 26 Oct 2018 10:17:46 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "created_at": "2018-10-26T10:17:05Z", "admin_state_up": true, "updated_at": "2018-10-26T10:17:12Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "c5d24ec6a5624250aecbf88152c8b340", "id": "0cfc8e14-8d6c-4f7b-8037-ea58767c0aa8", "name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-router"}]} 2018-10-26 10:17:46,517 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-router used request id req-3d46395b-a986-4ec0-a254-7d9097f2c929 2018-10-26 10:17:46,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c5d24ec6a5624250aecbf88152c8b340 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1dfc9d94befd2b7483f57e10478335736c72f72" 2018-10-26 10:17:46,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:17:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-677d4ff4-167e-495f-9299-936c2eef51e1 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c5d24ec6a5624250aecbf88152c8b340"}, "enabled": true, "id": "c5d24ec6a5624250aecbf88152c8b340", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-proj"}} 2018-10-26 10:17:46,594 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c5d24ec6a5624250aecbf88152c8b340 used request id req-677d4ff4-167e-495f-9299-936c2eef51e1 2018-10-26 10:17:46,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=0cfc8e14-8d6c-4f7b-8037-ea58767c0aa8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1dfc9d94befd2b7483f57e10478335736c72f72" 2018-10-26 10:17:46,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-a0d153e5-7a3f-409e-ba43-165ffaae9aba Date: Fri, 26 Oct 2018 10:17:46 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:17:25Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ac337921-992d-4dc9-aec7-05009f8b426a","ip_address":"10.55.1.1"}],"id":"87e55678-77ef-4062-9976-b0bf168f32a7","security_groups":[],"mac_address":"fa:16:3e:e8:51:27","project_id":"c5d24ec6a5624250aecbf88152c8b340","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:11Z","binding:vnic_type":"normal","device_id":"0cfc8e14-8d6c-4f7b-8037-ea58767c0aa8"}]} 2018-10-26 10:17:46,653 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=0cfc8e14-8d6c-4f7b-8037-ea58767c0aa8 used request id req-a0d153e5-7a3f-409e-ba43-165ffaae9aba 2018-10-26 10:17:46,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/ac337921-992d-4dc9-aec7-05009f8b426a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1dfc9d94befd2b7483f57e10478335736c72f72" 2018-10-26 10:17:46,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-76701653-6d10-48b2-9fd8-81b30f5cb889 Date: Fri, 26 Oct 2018 10:17:46 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:02Z","dns_nameservers":[],"updated_at":"2018-10-26T10:17:02Z","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":"c5d24ec6a5624250aecbf88152c8b340","id":"ac337921-992d-4dc9-aec7-05009f8b426a","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-subnet"}} 2018-10-26 10:17:46,715 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/ac337921-992d-4dc9-aec7-05009f8b426a used request id req-76701653-6d10-48b2-9fd8-81b30f5cb889 2018-10-26 10:17:46,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1dfc9d94befd2b7483f57e10478335736c72f72" 2018-10-26 10:17:46,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-a96e99fd-7c68-4209-8100-b2ed961e26c4 Date: Fri, 26 Oct 2018 10:17:46 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","mtu":1500}]} 2018-10-26 10:17:46,821 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-a96e99fd-7c68-4209-8100-b2ed961e26c4 2018-10-26 10:17:46,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1dfc9d94befd2b7483f57e10478335736c72f72" 2018-10-26 10:17:46,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-228ad510-c2d0-41c3-9bc9-116cbad368d5 Date: Fri, 26 Oct 2018 10:17:46 GMT RESP BODY: {"subnets":[]} 2018-10-26 10:17:46,861 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-228ad510-c2d0-41c3-9bc9-116cbad368d5 2018-10-26 10:17:46,866 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1dfc9d94befd2b7483f57e10478335736c72f72" 2018-10-26 10:17:47,499 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:17:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bf201c95-a072-43fd-836c-0b1ffd723476 x-compute-request-id: req-bf201c95-a072-43fd-836c-0b1ffd723476 Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:8d:d0", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3", "rel": "bookmark"}], "image": {"id": "104028bd-9c4d-48d9-8e59-b65b21536efd", "links": [{"href": "http://172.30.9.21:8774/images/104028bd-9c4d-48d9-8e59-b65b21536efd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:17:31.000000", "flavor": {"id": "990ff18d-b245-4134-aeb9-f6577310ea7b", "links": [{"href": "http://172.30.9.21:8774/flavors/990ff18d-b245-4134-aeb9-f6577310ea7b", "rel": "bookmark"}]}, "id": "eb5dfec4-2031-4fa8-93cc-3735c48c52e3", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-sec-grp"}, {"name": "default"}], "user_id": "d0c19f5d053845c5a6259739eeed1d4b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:17:31Z", "hostId": "dd328daf5e09f1e66c7127d968ac5d1350056616e117f6b414549f97", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-kp", "name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-inst", "created": "2018-10-26T10:17:26Z", "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:17:47,499 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3 used request id req-bf201c95-a072-43fd-836c-0b1ffd723476 2018-10-26 10:17:47,499 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-inst] is - ACTIVE 2018-10-26 10:17:47,500 - create_instance - INFO - VM is - ACTIVE 2018-10-26 10:17:47,502 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1dfc9d94befd2b7483f57e10478335736c72f72" 2018-10-26 10:17:47,968 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:17: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-f5d89a0f-3181-49d5-9c0d-e7ee52b93c70 x-compute-request-id: req-f5d89a0f-3181-49d5-9c0d-e7ee52b93c70 Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:8d:d0", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3", "rel": "bookmark"}], "image": {"id": "104028bd-9c4d-48d9-8e59-b65b21536efd", "links": [{"href": "http://172.30.9.21:8774/images/104028bd-9c4d-48d9-8e59-b65b21536efd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:17:31.000000", "flavor": {"id": "990ff18d-b245-4134-aeb9-f6577310ea7b", "links": [{"href": "http://172.30.9.21:8774/flavors/990ff18d-b245-4134-aeb9-f6577310ea7b", "rel": "bookmark"}]}, "id": "eb5dfec4-2031-4fa8-93cc-3735c48c52e3", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-sec-grp"}, {"name": "default"}], "user_id": "d0c19f5d053845c5a6259739eeed1d4b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:17:31Z", "hostId": "dd328daf5e09f1e66c7127d968ac5d1350056616e117f6b414549f97", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-kp", "name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-inst", "created": "2018-10-26T10:17:26Z", "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:17:47,968 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3 used request id req-f5d89a0f-3181-49d5-9c0d-e7ee52b93c70 2018-10-26 10:17:47,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1dfc9d94befd2b7483f57e10478335736c72f72" 2018-10-26 10:17:48,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-d4e1b3f0-10c5-480e-82ba-fed7591faa47 Date: Fri, 26 Oct 2018 10:17: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":["ac337921-992d-4dc9-aec7-05009f8b426a"],"updated_at":"2018-10-26T10:17:02Z","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c5d24ec6a5624250aecbf88152c8b340","id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","name":"CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net"}]} 2018-10-26 10:17:48,227 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net used request id req-d4e1b3f0-10c5-480e-82ba-fed7591faa47 2018-10-26 10:17:48,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c5d24ec6a5624250aecbf88152c8b340 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1dfc9d94befd2b7483f57e10478335736c72f72" 2018-10-26 10:17:48,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:17:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6cae4bad-c336-46bd-9116-e349e50d88fa Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c5d24ec6a5624250aecbf88152c8b340"}, "enabled": true, "id": "c5d24ec6a5624250aecbf88152c8b340", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-proj"}} 2018-10-26 10:17:48,315 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c5d24ec6a5624250aecbf88152c8b340 used request id req-6cae4bad-c336-46bd-9116-e349e50d88fa 2018-10-26 10:17:48,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=735fc883-5bb1-435e-a7df-ee25ab232f8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1dfc9d94befd2b7483f57e10478335736c72f72" 2018-10-26 10:17:48,378 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-136bc06f-00b0-4a1e-95e7-d1abc2b5bc55 Date: Fri, 26 Oct 2018 10:17:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:02Z","dns_nameservers":[],"updated_at":"2018-10-26T10:17:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"c5d24ec6a5624250aecbf88152c8b340","id":"ac337921-992d-4dc9-aec7-05009f8b426a","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-subnet"}]} 2018-10-26 10:17:48,378 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=735fc883-5bb1-435e-a7df-ee25ab232f8d used request id req-136bc06f-00b0-4a1e-95e7-d1abc2b5bc55 2018-10-26 10:17:48,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=735fc883-5bb1-435e-a7df-ee25ab232f8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1dfc9d94befd2b7483f57e10478335736c72f72" 2018-10-26 10:17:48,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-b965929d-2985-4a23-9a4e-88f2d509ec75 Date: Fri, 26 Oct 2018 10:17:48 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:17:06Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ac337921-992d-4dc9-aec7-05009f8b426a","ip_address":"10.55.1.4"}],"id":"11593433-0dc5-4f2e-aaa5-94d9174b51c5","security_groups":[],"mac_address":"fa:16:3e:c4:1c:0b","project_id":"c5d24ec6a5624250aecbf88152c8b340","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:04Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-735fc883-5bb1-435e-a7df-ee25ab232f8d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:17:06Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ac337921-992d-4dc9-aec7-05009f8b426a","ip_address":"10.55.1.3"}],"id":"12344069-d5de-4421-9b49-bb8186e63f69","security_groups":[],"mac_address":"fa:16:3e:d3:c8:31","project_id":"c5d24ec6a5624250aecbf88152c8b340","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:03Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-735fc883-5bb1-435e-a7df-ee25ab232f8d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:17:25Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ac337921-992d-4dc9-aec7-05009f8b426a","ip_address":"10.55.1.1"}],"id":"87e55678-77ef-4062-9976-b0bf168f32a7","security_groups":[],"mac_address":"fa:16:3e:e8:51:27","project_id":"c5d24ec6a5624250aecbf88152c8b340","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:11Z","binding:vnic_type":"normal","device_id":"0cfc8e14-8d6c-4f7b-8037-ea58767c0aa8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:17:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ac337921-992d-4dc9-aec7-05009f8b426a","ip_address":"10.55.1.2"}],"id":"fc9aacb7-e5c8-41be-8599-f4f060a42763","security_groups":[],"mac_address":"fa:16:3e:d6:ba:ee","project_id":"c5d24ec6a5624250aecbf88152c8b340","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:02Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-735fc883-5bb1-435e-a7df-ee25ab232f8d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:17:38Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ac337921-992d-4dc9-aec7-05009f8b426a","ip_address":"10.55.1.5"}],"id":"fcd50f3d-b557-4dfa-8fff-937e138c2ad9","security_groups":["b40d48d1-afbe-444a-940d-45971309b836","f55992d2-bbd9-4b6a-a629-f12bc2dc0996"],"mac_address":"fa:16:3e:96:8d:d0","project_id":"c5d24ec6a5624250aecbf88152c8b340","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90port-1","admin_state_up":true,"network_id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:23Z","binding:vnic_type":"normal","device_id":"eb5dfec4-2031-4fa8-93cc-3735c48c52e3"}]} 2018-10-26 10:17:48,494 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=735fc883-5bb1-435e-a7df-ee25ab232f8d used request id req-b965929d-2985-4a23-9a4e-88f2d509ec75 2018-10-26 10:17:48,494 - neutron_utils - INFO - Creating floating ip to external network - external 2018-10-26 10:17:48,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1dfc9d94befd2b7483f57e10478335736c72f72" 2018-10-26 10:17:48,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-841d2136-379e-4486-a4e8-31a39c4093ec Date: Fri, 26 Oct 2018 10:17:48 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","mtu":1500}]} 2018-10-26 10:17:48,612 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-841d2136-379e-4486-a4e8-31a39c4093ec 2018-10-26 10:17:48,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1dfc9d94befd2b7483f57e10478335736c72f72" 2018-10-26 10:17:48,651 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-904a40cd-f036-4580-930c-24ba9b399242 Date: Fri, 26 Oct 2018 10:17:48 GMT RESP BODY: {"subnets":[]} 2018-10-26 10:17:48,651 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-904a40cd-f036-4580-930c-24ba9b399242 2018-10-26 10:17:48,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1dfc9d94befd2b7483f57e10478335736c72f72" -d '{"floatingip": {"floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "port_id": "fcd50f3d-b557-4dfa-8fff-937e138c2ad9"}}' 2018-10-26 10:17:51,248 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 547 X-Openstack-Request-Id: req-6795a92e-2766-4b33-8d54-b1adc5021d37 Date: Fri, 26 Oct 2018 10:17:51 GMT RESP BODY: {"floatingip": {"router_id": "0cfc8e14-8d6c-4f7b-8037-ea58767c0aa8", "status": "DOWN", "description": "", "tags": [], "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "created_at": "2018-10-26T10:17:49Z", "updated_at": "2018-10-26T10:17:49Z", "floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "fixed_ip_address": "10.55.1.5", "floating_ip_address": "172.30.9.205", "revision_number": 0, "project_id": "c5d24ec6a5624250aecbf88152c8b340", "port_id": "fcd50f3d-b557-4dfa-8fff-937e138c2ad9", "id": "05448d40-5bfe-43f7-949f-71a3c5baef76"}} 2018-10-26 10:17:51,248 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips used request id req-6795a92e-2766-4b33-8d54-b1adc5021d37 2018-10-26 10:17:51,248 - create_instance - INFO - Created floating IP 172.30.9.205 via router - CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-router 2018-10-26 10:17:51,249 - create_instance - INFO - Checking if VM is active 2018-10-26 10:17:51,252 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1dfc9d94befd2b7483f57e10478335736c72f72" 2018-10-26 10:17:51,724 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:17:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-df803507-c14c-430b-9f20-4357fedbef5a x-compute-request-id: req-df803507-c14c-430b-9f20-4357fedbef5a Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:8d:d0", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3", "rel": "bookmark"}], "image": {"id": "104028bd-9c4d-48d9-8e59-b65b21536efd", "links": [{"href": "http://172.30.9.21:8774/images/104028bd-9c4d-48d9-8e59-b65b21536efd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:17:31.000000", "flavor": {"id": "990ff18d-b245-4134-aeb9-f6577310ea7b", "links": [{"href": "http://172.30.9.21:8774/flavors/990ff18d-b245-4134-aeb9-f6577310ea7b", "rel": "bookmark"}]}, "id": "eb5dfec4-2031-4fa8-93cc-3735c48c52e3", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-sec-grp"}, {"name": "default"}], "user_id": "d0c19f5d053845c5a6259739eeed1d4b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:17:31Z", "hostId": "dd328daf5e09f1e66c7127d968ac5d1350056616e117f6b414549f97", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-kp", "name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-inst", "created": "2018-10-26T10:17:26Z", "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:17:51,725 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3 used request id req-df803507-c14c-430b-9f20-4357fedbef5a 2018-10-26 10:17:51,725 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-inst] is - ACTIVE 2018-10-26 10:17:51,725 - create_instance - INFO - VM is - ACTIVE 2018-10-26 10:17:51,728 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1dfc9d94befd2b7483f57e10478335736c72f72" 2018-10-26 10:17:52,327 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:17:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-56e605db-fa03-432a-957e-beaf02cbfda1 x-compute-request-id: req-56e605db-fa03-432a-957e-beaf02cbfda1 Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:8d:d0", "version": 4, "addr": "10.55.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:8d:d0", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3", "rel": "bookmark"}], "image": {"id": "104028bd-9c4d-48d9-8e59-b65b21536efd", "links": [{"href": "http://172.30.9.21:8774/images/104028bd-9c4d-48d9-8e59-b65b21536efd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:17:31.000000", "flavor": {"id": "990ff18d-b245-4134-aeb9-f6577310ea7b", "links": [{"href": "http://172.30.9.21:8774/flavors/990ff18d-b245-4134-aeb9-f6577310ea7b", "rel": "bookmark"}]}, "id": "eb5dfec4-2031-4fa8-93cc-3735c48c52e3", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-sec-grp"}, {"name": "default"}], "user_id": "d0c19f5d053845c5a6259739eeed1d4b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:17:31Z", "hostId": "dd328daf5e09f1e66c7127d968ac5d1350056616e117f6b414549f97", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-kp", "name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-inst", "created": "2018-10-26T10:17:26Z", "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:17:52,328 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3 used request id req-56e605db-fa03-432a-957e-beaf02cbfda1 2018-10-26 10:17:52,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1dfc9d94befd2b7483f57e10478335736c72f72" 2018-10-26 10:17:52,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-6ab0f7b7-59e7-4c31-b1f5-f85224cd334b Date: Fri, 26 Oct 2018 10:17: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":["ac337921-992d-4dc9-aec7-05009f8b426a"],"updated_at":"2018-10-26T10:17:02Z","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c5d24ec6a5624250aecbf88152c8b340","id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","name":"CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net"}]} 2018-10-26 10:17:52,438 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net used request id req-6ab0f7b7-59e7-4c31-b1f5-f85224cd334b 2018-10-26 10:17:52,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c5d24ec6a5624250aecbf88152c8b340 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1dfc9d94befd2b7483f57e10478335736c72f72" 2018-10-26 10:17:52,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:17:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-308e57c6-cc8a-465a-8db4-1d0330c4dc89 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c5d24ec6a5624250aecbf88152c8b340"}, "enabled": true, "id": "c5d24ec6a5624250aecbf88152c8b340", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-proj"}} 2018-10-26 10:17:52,523 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c5d24ec6a5624250aecbf88152c8b340 used request id req-308e57c6-cc8a-465a-8db4-1d0330c4dc89 2018-10-26 10:17:52,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=735fc883-5bb1-435e-a7df-ee25ab232f8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1dfc9d94befd2b7483f57e10478335736c72f72" 2018-10-26 10:17:52,581 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-0232a3af-2eeb-48b3-a8ef-1dcbd4c21653 Date: Fri, 26 Oct 2018 10:17:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:02Z","dns_nameservers":[],"updated_at":"2018-10-26T10:17:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"c5d24ec6a5624250aecbf88152c8b340","id":"ac337921-992d-4dc9-aec7-05009f8b426a","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-subnet"}]} 2018-10-26 10:17:52,581 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=735fc883-5bb1-435e-a7df-ee25ab232f8d used request id req-0232a3af-2eeb-48b3-a8ef-1dcbd4c21653 2018-10-26 10:17:52,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=735fc883-5bb1-435e-a7df-ee25ab232f8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1dfc9d94befd2b7483f57e10478335736c72f72" 2018-10-26 10:17:52,832 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-a112996a-58bd-4a30-9d71-b142ce87c824 Date: Fri, 26 Oct 2018 10:17:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:17:06Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ac337921-992d-4dc9-aec7-05009f8b426a","ip_address":"10.55.1.4"}],"id":"11593433-0dc5-4f2e-aaa5-94d9174b51c5","security_groups":[],"mac_address":"fa:16:3e:c4:1c:0b","project_id":"c5d24ec6a5624250aecbf88152c8b340","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:04Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-735fc883-5bb1-435e-a7df-ee25ab232f8d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:17:06Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ac337921-992d-4dc9-aec7-05009f8b426a","ip_address":"10.55.1.3"}],"id":"12344069-d5de-4421-9b49-bb8186e63f69","security_groups":[],"mac_address":"fa:16:3e:d3:c8:31","project_id":"c5d24ec6a5624250aecbf88152c8b340","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:03Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-735fc883-5bb1-435e-a7df-ee25ab232f8d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:17:25Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ac337921-992d-4dc9-aec7-05009f8b426a","ip_address":"10.55.1.1"}],"id":"87e55678-77ef-4062-9976-b0bf168f32a7","security_groups":[],"mac_address":"fa:16:3e:e8:51:27","project_id":"c5d24ec6a5624250aecbf88152c8b340","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:11Z","binding:vnic_type":"normal","device_id":"0cfc8e14-8d6c-4f7b-8037-ea58767c0aa8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:17:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ac337921-992d-4dc9-aec7-05009f8b426a","ip_address":"10.55.1.2"}],"id":"fc9aacb7-e5c8-41be-8599-f4f060a42763","security_groups":[],"mac_address":"fa:16:3e:d6:ba:ee","project_id":"c5d24ec6a5624250aecbf88152c8b340","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:02Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-735fc883-5bb1-435e-a7df-ee25ab232f8d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:17:38Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ac337921-992d-4dc9-aec7-05009f8b426a","ip_address":"10.55.1.5"}],"id":"fcd50f3d-b557-4dfa-8fff-937e138c2ad9","security_groups":["b40d48d1-afbe-444a-940d-45971309b836","f55992d2-bbd9-4b6a-a629-f12bc2dc0996"],"mac_address":"fa:16:3e:96:8d:d0","project_id":"c5d24ec6a5624250aecbf88152c8b340","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90port-1","admin_state_up":true,"network_id":"735fc883-5bb1-435e-a7df-ee25ab232f8d","tenant_id":"c5d24ec6a5624250aecbf88152c8b340","created_at":"2018-10-26T10:17:23Z","binding:vnic_type":"normal","device_id":"eb5dfec4-2031-4fa8-93cc-3735c48c52e3"}]} 2018-10-26 10:17:52,833 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=735fc883-5bb1-435e-a7df-ee25ab232f8d used request id req-a112996a-58bd-4a30-9d71-b142ce87c824 2018-10-26 10:17:52,833 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-26 10:17:52,837 - paramiko.transport - DEBUG - starting thread (client mode): 0x5fdf2910L 2018-10-26 10:17:52,837 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-26 10:17:52,838 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-26 10:17:52,838 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-26 10:17:52,839 - 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-26 10:17:52,840 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-26 10:17:52,840 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-26 10:17:52,840 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-26 10:17:52,840 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-26 10:17:52,840 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-26 10:17:52,893 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-26 10:17:52,894 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-26 10:17:52,902 - paramiko.transport - DEBUG - Trying key 5b459da37008c5bc854edf906c81899e from tmp/CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90 2018-10-26 10:17:52,934 - paramiko.transport - DEBUG - userauth is OK 2018-10-26 10:17:52,937 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-26 10:17:53,038 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-26 10:17:53,080 - create_instance - INFO - SSH is active for VM instance 2018-10-26 10:17:53,080 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-26 10:17:53,082 - paramiko.transport - DEBUG - starting thread (client mode): 0x5fdf2790L 2018-10-26 10:17:53,082 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-26 10:17:53,083 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-26 10:17:53,083 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-26 10:17:53,084 - 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-26 10:17:53,084 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-26 10:17:53,084 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-26 10:17:53,084 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-26 10:17:53,084 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-26 10:17:53,085 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-26 10:17:53,101 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-26 10:17:53,101 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-26 10:17:53,114 - paramiko.transport - DEBUG - Trying key 5b459da37008c5bc854edf906c81899e from tmp/CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90 2018-10-26 10:17:53,142 - paramiko.transport - DEBUG - userauth is OK 2018-10-26 10:17:53,145 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-26 10:17:53,147 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-26 10:17:53,148 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-10-26 10:17:53,148 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-26 10:17:53,151 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-26 10:17:53,153 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-26 10:17:53,154 - create_instance - INFO - Deleting Port with ID - fcd50f3d-b557-4dfa-8fff-937e138c2ad9 2018-10-26 10:17:53,154 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90port-1 2018-10-26 10:17:53,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/fcd50f3d-b557-4dfa-8fff-937e138c2ad9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9455b18133a25375ed422ad39b842d0a037ec8c7" 2018-10-26 10:17:54,019 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-eecb79d9-564b-4b17-ad5c-bafe4eaa3f17 Date: Fri, 26 Oct 2018 10:17:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:17:54,019 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/fcd50f3d-b557-4dfa-8fff-937e138c2ad9 used request id req-eecb79d9-564b-4b17-ad5c-bafe4eaa3f17 2018-10-26 10:17:54,020 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-inst 2018-10-26 10:17:54,023 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9455b18133a25375ed422ad39b842d0a037ec8c7" 2018-10-26 10:17:54,200 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:17: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-e7f85fc8-929a-479c-9ac5-409894ce4c18 x-compute-request-id: req-e7f85fc8-929a-479c-9ac5-409894ce4c18 Content-Type: application/json 2018-10-26 10:17:54,200 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3 used request id req-e7f85fc8-929a-479c-9ac5-409894ce4c18 2018-10-26 10:17:54,201 - create_instance - INFO - Checking deletion status 2018-10-26 10:17:54,203 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9455b18133a25375ed422ad39b842d0a037ec8c7" 2018-10-26 10:17:54,315 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:17: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-d94b9254-1731-4016-ae8a-7cb4c4ad06e6 x-compute-request-id: req-d94b9254-1731-4016-ae8a-7cb4c4ad06e6 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.21:8774/v2.1/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3", "rel": "bookmark"}], "image": {"id": "104028bd-9c4d-48d9-8e59-b65b21536efd", "links": [{"href": "http://172.30.9.21:8774/images/104028bd-9c4d-48d9-8e59-b65b21536efd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:17:31.000000", "flavor": {"id": "990ff18d-b245-4134-aeb9-f6577310ea7b", "links": [{"href": "http://172.30.9.21:8774/flavors/990ff18d-b245-4134-aeb9-f6577310ea7b", "rel": "bookmark"}]}, "id": "eb5dfec4-2031-4fa8-93cc-3735c48c52e3", "user_id": "d0c19f5d053845c5a6259739eeed1d4b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:17:54Z", "hostId": "dd328daf5e09f1e66c7127d968ac5d1350056616e117f6b414549f97", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-kp", "name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-inst", "created": "2018-10-26T10:17:26Z", "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:17:54,315 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3 used request id req-d94b9254-1731-4016-ae8a-7cb4c4ad06e6 2018-10-26 10:17:54,315 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-inst] is - ACTIVE 2018-10-26 10:17:54,315 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:17:57,319 - create_instance - DEBUG - VM status query timeout in 296.882257938 2018-10-26 10:17:57,322 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9455b18133a25375ed422ad39b842d0a037ec8c7" 2018-10-26 10:17:57,567 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:17:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-18178113-7de5-450f-8b72-873a1581832f x-compute-request-id: req-18178113-7de5-450f-8b72-873a1581832f 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.21:8774/v2.1/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3", "rel": "bookmark"}], "image": {"id": "104028bd-9c4d-48d9-8e59-b65b21536efd", "links": [{"href": "http://172.30.9.21:8774/images/104028bd-9c4d-48d9-8e59-b65b21536efd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:17:31.000000", "flavor": {"id": "990ff18d-b245-4134-aeb9-f6577310ea7b", "links": [{"href": "http://172.30.9.21:8774/flavors/990ff18d-b245-4134-aeb9-f6577310ea7b", "rel": "bookmark"}]}, "id": "eb5dfec4-2031-4fa8-93cc-3735c48c52e3", "user_id": "d0c19f5d053845c5a6259739eeed1d4b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:17:54Z", "hostId": "dd328daf5e09f1e66c7127d968ac5d1350056616e117f6b414549f97", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-kp", "name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-inst", "created": "2018-10-26T10:17:26Z", "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:17:57,567 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3 used request id req-18178113-7de5-450f-8b72-873a1581832f 2018-10-26 10:17:57,567 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-inst] is - ACTIVE 2018-10-26 10:17:57,567 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:18:00,571 - create_instance - DEBUG - VM status query timeout in 293.630261898 2018-10-26 10:18:00,573 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9455b18133a25375ed422ad39b842d0a037ec8c7" 2018-10-26 10:18:00,845 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:18: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-e1b4f4de-2916-44d5-a297-1167496beb60 x-compute-request-id: req-e1b4f4de-2916-44d5-a297-1167496beb60 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.21:8774/v2.1/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3", "rel": "bookmark"}], "image": {"id": "104028bd-9c4d-48d9-8e59-b65b21536efd", "links": [{"href": "http://172.30.9.21:8774/images/104028bd-9c4d-48d9-8e59-b65b21536efd", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:17:31.000000", "flavor": {"id": "990ff18d-b245-4134-aeb9-f6577310ea7b", "links": [{"href": "http://172.30.9.21:8774/flavors/990ff18d-b245-4134-aeb9-f6577310ea7b", "rel": "bookmark"}]}, "id": "eb5dfec4-2031-4fa8-93cc-3735c48c52e3", "user_id": "d0c19f5d053845c5a6259739eeed1d4b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:17:54Z", "hostId": "dd328daf5e09f1e66c7127d968ac5d1350056616e117f6b414549f97", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-kp", "name": "CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-inst", "created": "2018-10-26T10:17:26Z", "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:18:00,845 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3 used request id req-e1b4f4de-2916-44d5-a297-1167496beb60 2018-10-26 10:18:00,846 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-inst] is - ACTIVE 2018-10-26 10:18:00,846 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:18:03,849 - create_instance - DEBUG - VM status query timeout in 290.351867914 2018-10-26 10:18:03,852 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9455b18133a25375ed422ad39b842d0a037ec8c7" 2018-10-26 10:18:03,905 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 10:18: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-285971ac-bb65-4627-ad29-cd691f33b2ed x-compute-request-id: req-285971ac-bb65-4627-ad29-cd691f33b2ed Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance eb5dfec4-2031-4fa8-93cc-3735c48c52e3 could not be found.", "code": 404}} 2018-10-26 10:18:03,905 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/eb5dfec4-2031-4fa8-93cc-3735c48c52e3 used request id req-285971ac-bb65-4627-ad29-cd691f33b2ed 2018-10-26 10:18:03,905 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance eb5dfec4-2031-4fa8-93cc-3735c48c52e3 could not be found. (HTTP 404) (Request-ID: req-285971ac-bb65-4627-ad29-cd691f33b2ed) 2018-10-26 10:18:03,905 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-inst 2018-10-26 10:18:03,906 - create_instance - INFO - Deleting Floating IP - 172.30.9.205 2018-10-26 10:18:03,907 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.205 2018-10-26 10:18:03,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/floatingips/05448d40-5bfe-43f7-949f-71a3c5baef76 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1dfc9d94befd2b7483f57e10478335736c72f72" 2018-10-26 10:18:04,337 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f3001e29-b9e8-4839-8be8-792a78a98722 Content-Length: 0 Date: Fri, 26 Oct 2018 10:18:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:18:04,337 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/05448d40-5bfe-43f7-949f-71a3c5baef76 used request id req-f3001e29-b9e8-4839-8be8-792a78a98722 2018-10-26 10:18:04,337 - create_instance - INFO - Deleting Port with ID - fcd50f3d-b557-4dfa-8fff-937e138c2ad9 2018-10-26 10:18:04,337 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90port-1 2018-10-26 10:18:04,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/fcd50f3d-b557-4dfa-8fff-937e138c2ad9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f1dfc9d94befd2b7483f57e10478335736c72f72" 2018-10-26 10:18:04,533 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 132 X-Openstack-Request-Id: req-fbebd32f-349a-42eb-931a-ff337a46d54e Date: Fri, 26 Oct 2018 10:18:04 GMT RESP BODY: {"NeutronError": {"message": "Port fcd50f3d-b557-4dfa-8fff-937e138c2ad9 could not be found.", "type": "PortNotFound", "detail": ""}} 2018-10-26 10:18:04,533 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/fcd50f3d-b557-4dfa-8fff-937e138c2ad9 used request id req-fbebd32f-349a-42eb-931a-ff337a46d54e 2018-10-26 10:18:04,534 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Port fcd50f3d-b557-4dfa-8fff-937e138c2ad9 could not be found.", "type": "PortNotFound", "detail": ""}} 2018-10-26 10:18:04,534 - create_instance_tests - ERROR - Unexpected exception cleaning VM instance with message - Port fcd50f3d-b557-4dfa-8fff-937e138c2ad9 could not be found. Neutron server returns request_ids: ['req-fbebd32f-349a-42eb-931a-ff337a46d54e'] 2018-10-26 10:18:04,535 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-kp 2018-10-26 10:18:04,538 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}def8e31f8d49521e1efbb368d372780be7d62041" 2018-10-26 10:18:04,576 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10:18: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-f995ca6e-d7d3-47af-8c03-ba4a2525012b x-compute-request-id: req-f995ca6e-d7d3-47af-8c03-ba4a2525012b Content-Length: 0 Content-Type: application/json 2018-10-26 10:18:04,576 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-kp used request id req-f995ca6e-d7d3-47af-8c03-ba4a2525012b 2018-10-26 10:18:04,577 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90.pub] 2018-10-26 10:18:04,577 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90] 2018-10-26 10:18:04,580 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/990ff18d-b245-4134-aeb9-f6577310ea7b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b65a0cb08c6ded7ed510b1daaa98cac99fe00be" 2018-10-26 10:18:04,620 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10:18: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-b621e7d9-9f26-40d2-b692-5f13d70470cc x-compute-request-id: req-b621e7d9-9f26-40d2-b692-5f13d70470cc Content-Length: 0 Content-Type: application/json 2018-10-26 10:18:04,620 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/990ff18d-b245-4134-aeb9-f6577310ea7b used request id req-b621e7d9-9f26-40d2-b692-5f13d70470cc 2018-10-26 10:18:04,621 - neutron_utils - INFO - Deleting security group rule with ID - e050f6b1-2b41-451e-88c4-334cf7565124 2018-10-26 10:18:04,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/e050f6b1-2b41-451e-88c4-334cf7565124 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ad428d6cb93887467f1e0921987de673e26153f" 2018-10-26 10:18:04,712 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e88e6a7a-1509-4ef8-ab37-4f68eeb24a38 Content-Length: 0 Date: Fri, 26 Oct 2018 10:18:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:18:04,712 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/e050f6b1-2b41-451e-88c4-334cf7565124 used request id req-e88e6a7a-1509-4ef8-ab37-4f68eeb24a38 2018-10-26 10:18:04,712 - neutron_utils - INFO - Deleting security group rule with ID - 1a100b03-6039-4a0a-833a-548e238a2c49 2018-10-26 10:18:04,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/1a100b03-6039-4a0a-833a-548e238a2c49 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ad428d6cb93887467f1e0921987de673e26153f" 2018-10-26 10:18:04,964 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7d336b19-936f-4c3f-aefd-6f9d383cae99 Content-Length: 0 Date: Fri, 26 Oct 2018 10:18:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:18:04,964 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/1a100b03-6039-4a0a-833a-548e238a2c49 used request id req-7d336b19-936f-4c3f-aefd-6f9d383cae99 2018-10-26 10:18:04,964 - neutron_utils - INFO - Deleting security group rule with ID - 8320a8cd-a599-47fd-8013-5c0171c77e70 2018-10-26 10:18:04,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/8320a8cd-a599-47fd-8013-5c0171c77e70 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ad428d6cb93887467f1e0921987de673e26153f" 2018-10-26 10:18:05,204 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-dfee24e6-ee39-4daf-b317-1de482b504b3 Content-Length: 0 Date: Fri, 26 Oct 2018 10:18:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:18:05,204 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/8320a8cd-a599-47fd-8013-5c0171c77e70 used request id req-dfee24e6-ee39-4daf-b317-1de482b504b3 2018-10-26 10:18:05,204 - neutron_utils - INFO - Deleting security group rule with ID - 7cb13999-6f75-400c-97fb-7e7c8347f6d7 2018-10-26 10:18:05,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/7cb13999-6f75-400c-97fb-7e7c8347f6d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ad428d6cb93887467f1e0921987de673e26153f" 2018-10-26 10:18:05,456 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-67fd7c06-2d0d-4bfb-abae-c5cd899c8075 Content-Length: 0 Date: Fri, 26 Oct 2018 10:18:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:18:05,456 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/7cb13999-6f75-400c-97fb-7e7c8347f6d7 used request id req-67fd7c06-2d0d-4bfb-abae-c5cd899c8075 2018-10-26 10:18:05,457 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-sec-grp 2018-10-26 10:18:05,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/b40d48d1-afbe-444a-940d-45971309b836 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ad428d6cb93887467f1e0921987de673e26153f" 2018-10-26 10:18:05,733 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-443df360-f858-4376-9f7d-6b998c29f570 Content-Length: 0 Date: Fri, 26 Oct 2018 10:18:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:18:05,734 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/b40d48d1-afbe-444a-940d-45971309b836 used request id req-443df360-f858-4376-9f7d-6b998c29f570 2018-10-26 10:18:05,734 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-router and subnet CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-subnet 2018-10-26 10:18:05,734 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-router 2018-10-26 10:18:05,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/0cfc8e14-8d6c-4f7b-8037-ea58767c0aa8/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abe70ff79de78ab87bc6d1b2952ac7326041c831" -d '{"subnet_id": "ac337921-992d-4dc9-aec7-05009f8b426a"}' 2018-10-26 10:18:07,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ee6e3026-bc29-4cbd-b0a6-f820bf044d49 Date: Fri, 26 Oct 2018 10:18:07 GMT RESP BODY: {"network_id": "735fc883-5bb1-435e-a7df-ee25ab232f8d", "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "subnet_id": "ac337921-992d-4dc9-aec7-05009f8b426a", "subnet_ids": ["ac337921-992d-4dc9-aec7-05009f8b426a"], "port_id": "87e55678-77ef-4062-9976-b0bf168f32a7", "id": "0cfc8e14-8d6c-4f7b-8037-ea58767c0aa8"} 2018-10-26 10:18:07,175 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/0cfc8e14-8d6c-4f7b-8037-ea58767c0aa8/remove_router_interface used request id req-ee6e3026-bc29-4cbd-b0a6-f820bf044d49 2018-10-26 10:18:07,176 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-router 2018-10-26 10:18:07,176 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-router 2018-10-26 10:18:07,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/0cfc8e14-8d6c-4f7b-8037-ea58767c0aa8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abe70ff79de78ab87bc6d1b2952ac7326041c831" 2018-10-26 10:18:10,788 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2a250fe0-8327-4dd3-8d98-18e4008491b3 Content-Length: 0 Date: Fri, 26 Oct 2018 10:18:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:18:10,788 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/0cfc8e14-8d6c-4f7b-8037-ea58767c0aa8 used request id req-2a250fe0-8327-4dd3-8d98-18e4008491b3 2018-10-26 10:18:10,789 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-subnet 2018-10-26 10:18:10,789 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-subnet 2018-10-26 10:18:10,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/ac337921-992d-4dc9-aec7-05009f8b426a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f15360c04bcd1e498ccafb0c003c40d211b2cd83" 2018-10-26 10:18:13,180 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-56153fc2-bad4-4274-bea0-15b5ef039281 Date: Fri, 26 Oct 2018 10:18:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:18:13,181 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/ac337921-992d-4dc9-aec7-05009f8b426a used request id req-56153fc2-bad4-4274-bea0-15b5ef039281 2018-10-26 10:18:13,181 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-pub-net 2018-10-26 10:18:13,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/735fc883-5bb1-435e-a7df-ee25ab232f8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f15360c04bcd1e498ccafb0c003c40d211b2cd83" 2018-10-26 10:18:14,359 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a3b15ed6-1698-40d0-ba14-3ab1bec3feca Date: Fri, 26 Oct 2018 10:18:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:18:14,359 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/735fc883-5bb1-435e-a7df-ee25ab232f8d used request id req-a3b15ed6-1698-40d0-ba14-3ab1bec3feca 2018-10-26 10:18:14,360 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-58d5e4d5-cb8a-4791-a450-d60c04491b90-image 2018-10-26 10:18:14,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/104028bd-9c4d-48d9-8e59-b65b21536efd -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}da3a84b61255e7c5ba693b78be25c1201918ec46" 2018-10-26 10:18:15,943 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6a97c2fa-30c6-4017-ace5-d42b40d74ed3 Date: Fri, 26 Oct 2018 10:18: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-26 10:18:15,943 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/104028bd-9c4d-48d9-8e59-b65b21536efd used request id req-6a97c2fa-30c6-4017-ace5-d42b40d74ed3 2018-10-26 10:18:15,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a8c98e6c45e2c6ec34f58aface4fd810d5b6d8a" 2018-10-26 10:18:16,313 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-755d2537-d60a-4a95-b6d9-1c75eaeff761 Date: Fri, 26 Oct 2018 10:18:16 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "created_at": "2018-10-26T10:17:01Z", "updated_at": "2018-10-26T10:17:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:17:01Z", "revision_number": 0, "id": "33336141-2634-42a0-9102-7567e190c1d4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:17:01Z", "security_group_id": "f55992d2-bbd9-4b6a-a629-f12bc2dc0996", "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5d24ec6a5624250aecbf88152c8b340"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:17:01Z", "revision_number": 0, "id": "44e46673-e993-441d-accc-fed3ba1fa6a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:17:01Z", "security_group_id": "f55992d2-bbd9-4b6a-a629-f12bc2dc0996", "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5d24ec6a5624250aecbf88152c8b340"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:17:01Z", "revision_number": 0, "id": "c0d8483e-38fc-4ebf-bfc7-d7dd7ee5dacd", "remote_group_id": "f55992d2-bbd9-4b6a-a629-f12bc2dc0996", "remote_ip_prefix": null, "created_at": "2018-10-26T10:17:01Z", "security_group_id": "f55992d2-bbd9-4b6a-a629-f12bc2dc0996", "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "port_range_min": null, "ethertype": "IPv6", "project_id": "c5d24ec6a5624250aecbf88152c8b340"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:17:01Z", "revision_number": 0, "id": "e18aef89-4456-445c-a530-57f49bc0b019", "remote_group_id": "f55992d2-bbd9-4b6a-a629-f12bc2dc0996", "remote_ip_prefix": null, "created_at": "2018-10-26T10:17:01Z", "security_group_id": "f55992d2-bbd9-4b6a-a629-f12bc2dc0996", "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "port_range_min": null, "ethertype": "IPv4", "project_id": "c5d24ec6a5624250aecbf88152c8b340"}], "revision_number": 4, "project_id": "c5d24ec6a5624250aecbf88152c8b340", "id": "f55992d2-bbd9-4b6a-a629-f12bc2dc0996", "name": "default"}]} 2018-10-26 10:18:16,313 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-755d2537-d60a-4a95-b6d9-1c75eaeff761 2018-10-26 10:18:16,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a8c98e6c45e2c6ec34f58aface4fd810d5b6d8a" 2018-10-26 10:18:16,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:18:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46b0fd96-6a4c-4675-8cc6-4e9bf9acb055 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 10:18:16,400 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-46b0fd96-6a4c-4675-8cc6-4e9bf9acb055 2018-10-26 10:18:16,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a8c98e6c45e2c6ec34f58aface4fd810d5b6d8a" 2018-10-26 10:18:16,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:18:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84b951f0-e6fc-4cae-aa73-56a55959844a 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 10:18:16,494 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-84b951f0-e6fc-4cae-aa73-56a55959844a 2018-10-26 10:18:16,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a8c98e6c45e2c6ec34f58aface4fd810d5b6d8a" 2018-10-26 10:18:16,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:18:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af7009f1-f3bb-4f85-98c4-f61342982ec1 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 10:18:16,589 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-af7009f1-f3bb-4f85-98c4-f61342982ec1 2018-10-26 10:18:16,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c5d24ec6a5624250aecbf88152c8b340 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a8c98e6c45e2c6ec34f58aface4fd810d5b6d8a" 2018-10-26 10:18:16,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:18:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bed1132f-a403-4696-b407-b4282e45b445 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c5d24ec6a5624250aecbf88152c8b340"}, "enabled": true, "id": "c5d24ec6a5624250aecbf88152c8b340", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-proj"}} 2018-10-26 10:18:16,677 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c5d24ec6a5624250aecbf88152c8b340 used request id req-bed1132f-a403-4696-b407-b4282e45b445 2018-10-26 10:18:16,678 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f55992d2-bbd9-4b6a-a629-f12bc2dc0996 2018-10-26 10:18:16,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=f55992d2-bbd9-4b6a-a629-f12bc2dc0996 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a8c98e6c45e2c6ec34f58aface4fd810d5b6d8a" 2018-10-26 10:18:16,853 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-2d2a5652-b73d-4aec-9d43-8be0262f7f86 Date: Fri, 26 Oct 2018 10:18:16 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:17:01Z", "security_group_id": "f55992d2-bbd9-4b6a-a629-f12bc2dc0996", "port_range_min": null, "revision_number": 0, "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "created_at": "2018-10-26T10:17:01Z", "project_id": "c5d24ec6a5624250aecbf88152c8b340", "id": "33336141-2634-42a0-9102-7567e190c1d4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:17:01Z", "security_group_id": "f55992d2-bbd9-4b6a-a629-f12bc2dc0996", "port_range_min": null, "revision_number": 0, "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "created_at": "2018-10-26T10:17:01Z", "project_id": "c5d24ec6a5624250aecbf88152c8b340", "id": "44e46673-e993-441d-accc-fed3ba1fa6a5"}, {"remote_group_id": "f55992d2-bbd9-4b6a-a629-f12bc2dc0996", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:17:01Z", "security_group_id": "f55992d2-bbd9-4b6a-a629-f12bc2dc0996", "port_range_min": null, "revision_number": 0, "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "created_at": "2018-10-26T10:17:01Z", "project_id": "c5d24ec6a5624250aecbf88152c8b340", "id": "c0d8483e-38fc-4ebf-bfc7-d7dd7ee5dacd"}, {"remote_group_id": "f55992d2-bbd9-4b6a-a629-f12bc2dc0996", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:17:01Z", "security_group_id": "f55992d2-bbd9-4b6a-a629-f12bc2dc0996", "port_range_min": null, "revision_number": 0, "tenant_id": "c5d24ec6a5624250aecbf88152c8b340", "created_at": "2018-10-26T10:17:01Z", "project_id": "c5d24ec6a5624250aecbf88152c8b340", "id": "e18aef89-4456-445c-a530-57f49bc0b019"}]} 2018-10-26 10:18:16,853 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=f55992d2-bbd9-4b6a-a629-f12bc2dc0996 used request id req-2d2a5652-b73d-4aec-9d43-8be0262f7f86 2018-10-26 10:18:16,854 - neutron_utils - INFO - Deleting security group with name - default 2018-10-26 10:18:16,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/f55992d2-bbd9-4b6a-a629-f12bc2dc0996 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a8c98e6c45e2c6ec34f58aface4fd810d5b6d8a" 2018-10-26 10:18:17,170 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e993e624-a6d9-4af3-9357-6b066d1abe0c Content-Length: 0 Date: Fri, 26 Oct 2018 10:18:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:18:17,170 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/f55992d2-bbd9-4b6a-a629-f12bc2dc0996 used request id req-e993e624-a6d9-4af3-9357-6b066d1abe0c 2018-10-26 10:18:17,170 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-proj 2018-10-26 10:18:17,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/c5d24ec6a5624250aecbf88152c8b340 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a8c98e6c45e2c6ec34f58aface4fd810d5b6d8a" 2018-10-26 10:18:17,376 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:18:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-79f58387-2ddc-478a-8e2b-09948fa4f3cb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:18:17,377 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/c5d24ec6a5624250aecbf88152c8b340 used request id req-79f58387-2ddc-478a-8e2b-09948fa4f3cb 2018-10-26 10:18:17,377 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-proj-role 2018-10-26 10:18:17,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/6af6a3aee2ab425397c336081d0f180b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a8c98e6c45e2c6ec34f58aface4fd810d5b6d8a" 2018-10-26 10:18:17,492 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:18:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3371129c-2d27-4eaa-8630-0d6958bf77a0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:18:17,492 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/6af6a3aee2ab425397c336081d0f180b used request id req-3371129c-2d27-4eaa-8630-0d6958bf77a0 2018-10-26 10:18:17,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a8c98e6c45e2c6ec34f58aface4fd810d5b6d8a" 2018-10-26 10:18:17,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:18:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-187ad880-c87d-4ea0-a050-4403efeccee0 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:18:17,580 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-187ad880-c87d-4ea0-a050-4403efeccee0 2018-10-26 10:18:17,580 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-474e8e53-8fe1-4a0-user 2018-10-26 10:18:17,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/d0c19f5d053845c5a6259739eeed1d4b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}868ca50cd58078175c816459bb130032c19e3f1f" 2018-10-26 10:18:17,786 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:18:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-08f34891-c5e0-40a4-a088-d3f114bb00ab Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:18:17,787 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/d0c19f5d053845c5a6259739eeed1d4b used request id req-08f34891-c5e0-40a4-a088-d3f114bb00ab 2018-10-26 10:18:17,788 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:18:18,167 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:18:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["Cfwfd6x4RRGU0Ued40AY1Q"], "issued_at": "2018-10-26T10:18:18.000000Z"}} 2018-10-26 10:18:18,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71c96226e6dbbf2ebe8e30b5933b0cdbb198c3a4" 2018-10-26 10:18:18,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:18:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f24026a-4fba-4201-b354-8cf904b5b05e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:18:18,244 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-9f24026a-4fba-4201-b354-8cf904b5b05e 2018-10-26 10:18:18,246 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:18:18,247 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:18:18,643 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:18:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["wukemqjZSfO9MMoy7kGLIg"], "issued_at": "2018-10-26T10:18:18.000000Z"}} 2018-10-26 10:18:18,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40ed75c9038760ad1be4350cf6664cb92f01a204" 2018-10-26 10:18:18,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:18:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-448fa0bb-9794-4e00-9333-36c0144b0a9c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:18:18,741 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-448fa0bb-9794-4e00-9333-36c0144b0a9c 2018-10-26 10:18:18,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:18:18,752 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:18:18,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40ed75c9038760ad1be4350cf6664cb92f01a204" 2018-10-26 10:18:18,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:18:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ad781cb-1c84-4c0d-9249-130e69361eeb Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 10:18:18,845 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-proj used request id req-5ad781cb-1c84-4c0d-9249-130e69361eeb 2018-10-26 10:18:18,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40ed75c9038760ad1be4350cf6664cb92f01a204" 2018-10-26 10:18:19,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:18:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5da626e1-d035-4f18-b93a-368d081e3869 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 10:18:19,029 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-5da626e1-d035-4f18-b93a-368d081e3869 2018-10-26 10:18:19,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40ed75c9038760ad1be4350cf6664cb92f01a204" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-proj"}}' 2018-10-26 10:18:19,158 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:18:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-008745af-275f-482f-8a0c-43b363e0b8bd Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/7e33da21c3c743c68c0357dc12ad829a"}, "enabled": true, "id": "7e33da21c3c743c68c0357dc12ad829a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-proj"}} 2018-10-26 10:18:19,158 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-008745af-275f-482f-8a0c-43b363e0b8bd 2018-10-26 10:18:19,158 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-proj 2018-10-26 10:18:19,159 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:18:19,160 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:18:19,552 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:18:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["lZ47vF8cQQqJm9yY0pKUfA"], "issued_at": "2018-10-26T10:18:19.000000Z"}} 2018-10-26 10:18:19,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a354b105ebab33a069c1ccfbfc5083d197990146" 2018-10-26 10:18:19,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:18:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7727996-4f34-4b9b-904e-34d36ac675db Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:18:19,638 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e7727996-4f34-4b9b-904e-34d36ac675db 2018-10-26 10:18:19,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:18:19,648 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:18:19,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a354b105ebab33a069c1ccfbfc5083d197990146" 2018-10-26 10:18:19,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:18:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e01cf3a-ee8f-46cc-afbb-f38de1edacfe Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 10:18:19,755 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-3e01cf3a-ee8f-46cc-afbb-f38de1edacfe 2018-10-26 10:18:19,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a354b105ebab33a069c1ccfbfc5083d197990146" 2018-10-26 10:18:19,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:18:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66a02a7a-1da6-4eb1-b4fe-ffd8f7708cd4 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/7e33da21c3c743c68c0357dc12ad829a"}, "enabled": true, "id": "7e33da21c3c743c68c0357dc12ad829a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-proj"}]} 2018-10-26 10:18:19,846 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-proj used request id req-66a02a7a-1da6-4eb1-b4fe-ffd8f7708cd4 2018-10-26 10:18:19,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a354b105ebab33a069c1ccfbfc5083d197990146" 2018-10-26 10:18:19,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:18:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a1c7b48-7ad5-4e48-8b2e-6f5e0be2a4a8 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 10:18:19,930 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-0a1c7b48-7ad5-4e48-8b2e-6f5e0be2a4a8 2018-10-26 10:18:20,314 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-user 2018-10-26 10:18:20,314 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:18:20,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40ed75c9038760ad1be4350cf6664cb92f01a204" 2018-10-26 10:18:20,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:18:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91c24cbb-2414-487f-bfc8-cc6c275d6ea3 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:18:20,413 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-91c24cbb-2414-487f-bfc8-cc6c275d6ea3 2018-10-26 10:18:20,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40ed75c9038760ad1be4350cf6664cb92f01a204" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-proj-role"}}' 2018-10-26 10:18:20,513 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:18:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2e4a6923-fdb9-40b8-aedd-9e7ce12e4003 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c3dbaea2243b42e7bbba753d080e2948", "links": {"self": "http://172.30.9.21:5000/v3/roles/c3dbaea2243b42e7bbba753d080e2948"}, "name": "CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-proj-role"}} 2018-10-26 10:18:20,513 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-2e4a6923-fdb9-40b8-aedd-9e7ce12e4003 2018-10-26 10:18:20,513 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-proj-role 2018-10-26 10:18:20,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/c3dbaea2243b42e7bbba753d080e2948 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40ed75c9038760ad1be4350cf6664cb92f01a204" 2018-10-26 10:18:20,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:18:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-549feaaf-0d79-42a4-afb0-ef36824a644f Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/c3dbaea2243b42e7bbba753d080e2948"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-proj-role", "id": "c3dbaea2243b42e7bbba753d080e2948"}} 2018-10-26 10:18:20,535 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/c3dbaea2243b42e7bbba753d080e2948 used request id req-549feaaf-0d79-42a4-afb0-ef36824a644f 2018-10-26 10:18:20,535 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-proj-role to project CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-proj 2018-10-26 10:18:20,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/7e33da21c3c743c68c0357dc12ad829a/users/ed78d9a9b61c4778b6b00d48c0b86ef5/roles/c3dbaea2243b42e7bbba753d080e2948 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40ed75c9038760ad1be4350cf6664cb92f01a204" 2018-10-26 10:18:20,656 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:18:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-921c053a-92e3-4b40-8fc1-50322bd5b266 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:18:20,657 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/7e33da21c3c743c68c0357dc12ad829a/users/ed78d9a9b61c4778b6b00d48c0b86ef5/roles/c3dbaea2243b42e7bbba753d080e2948 used request id req-921c053a-92e3-4b40-8fc1-50322bd5b266 2018-10-26 10:18:20,657 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:18:20,658 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-26 10:18:20,659 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:18:20,660 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:18:21,024 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c3dbaea2243b42e7bbba753d080e2948", "name": "CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-proj-role"}], "expires_at": "2018-10-26T11:18:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7e33da21c3c743c68c0357dc12ad829a", "name": "CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/7e33da21c3c743c68c0357dc12ad829a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/7e33da21c3c743c68c0357dc12ad829a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/7e33da21c3c743c68c0357dc12ad829a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/7e33da21c3c743c68c0357dc12ad829a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/7e33da21c3c743c68c0357dc12ad829a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/7e33da21c3c743c68c0357dc12ad829a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/7e33da21c3c743c68c0357dc12ad829a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/7e33da21c3c743c68c0357dc12ad829a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/7e33da21c3c743c68c0357dc12ad829a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/7e33da21c3c743c68c0357dc12ad829a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/7e33da21c3c743c68c0357dc12ad829a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/7e33da21c3c743c68c0357dc12ad829a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-user", "id": "ed78d9a9b61c4778b6b00d48c0b86ef5"}, "audit_ids": ["GT3gOf3vSJumwsGYFsm8KA"], "issued_at": "2018-10-26T10:18:21.000000Z"}} 2018-10-26 10:18:21,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}209460dfa349dd28b5c60c590cdf0e9329170b2e" 2018-10-26 10:18:21,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:18:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38962517-7a73-4859-b357-4d249c8d50f0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:18:21,101 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-38962517-7a73-4859-b357-4d249c8d50f0 2018-10-26 10:18:21,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}209460dfa349dd28b5c60c590cdf0e9329170b2e" 2018-10-26 10:18:21,290 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-37cec49f-3f94-48ea-8c5f-a084f3a2c471 Date: Fri, 26 Oct 2018 10:18:21 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-image"} 2018-10-26 10:18:21,290 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-image used request id req-37cec49f-3f94-48ea-8c5f-a084f3a2c471 2018-10-26 10:18:21,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}209460dfa349dd28b5c60c590cdf0e9329170b2e" 2018-10-26 10:18:21,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-819de802-dabe-43dd-bf2e-8345552eb7ad Date: Fri, 26 Oct 2018 10:18: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-26 10:18:21,441 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-819de802-dabe-43dd-bf2e-8345552eb7ad 2018-10-26 10:18:21,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}209460dfa349dd28b5c60c590cdf0e9329170b2e" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-image"}' 2018-10-26 10:18:21,669 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/46c7b7a7-5293-4dec-bab4-be38633d2884 X-Openstack-Request-Id: req-eda5659f-e5ab-45ee-b7a0-f85150f6ed94 Date: Fri, 26 Oct 2018 10:18:21 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:18:21Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-26T10:18:21Z", "visibility": "shared", "locations": [], "self": "/v2/images/46c7b7a7-5293-4dec-bab4-be38633d2884", "min_disk": 0, "protected": false, "id": "46c7b7a7-5293-4dec-bab4-be38633d2884", "file": "/v2/images/46c7b7a7-5293-4dec-bab4-be38633d2884/file", "checksum": null, "owner": "7e33da21c3c743c68c0357dc12ad829a", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:18:21,669 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-eda5659f-e5ab-45ee-b7a0-f85150f6ed94 2018-10-26 10:18:21,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/46c7b7a7-5293-4dec-bab4-be38633d2884/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}209460dfa349dd28b5c60c590cdf0e9329170b2e" -d '' 2018-10-26 10:18:23,456 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cdb14223-6121-4405-ab14-8a68e42ba29c Date: Fri, 26 Oct 2018 10:18: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-26 10:18:23,456 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/46c7b7a7-5293-4dec-bab4-be38633d2884/file used request id req-cdb14223-6121-4405-ab14-8a68e42ba29c 2018-10-26 10:18:23,457 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 10:18:23,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/46c7b7a7-5293-4dec-bab4-be38633d2884 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}209460dfa349dd28b5c60c590cdf0e9329170b2e" 2018-10-26 10:18:23,625 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-a91de4d6-c3e5-41cd-ae62-9ffe8a6f8d82 Date: Fri, 26 Oct 2018 10:18:23 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:18:21Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T10:18:23Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/46c7b7a7-5293-4dec-bab4-be38633d2884/snap", "metadata": {}}], "self": "/v2/images/46c7b7a7-5293-4dec-bab4-be38633d2884", "min_disk": 0, "protected": false, "id": "46c7b7a7-5293-4dec-bab4-be38633d2884", "file": "/v2/images/46c7b7a7-5293-4dec-bab4-be38633d2884/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "7e33da21c3c743c68c0357dc12ad829a", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/46c7b7a7-5293-4dec-bab4-be38633d2884/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:18:23,625 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/46c7b7a7-5293-4dec-bab4-be38633d2884 used request id req-a91de4d6-c3e5-41cd-ae62-9ffe8a6f8d82 2018-10-26 10:18:23,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}209460dfa349dd28b5c60c590cdf0e9329170b2e" 2018-10-26 10:18:23,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-13cd5eb5-4370-4b2d-a88f-02cfb171f4fe Date: Fri, 26 Oct 2018 10:18: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-26 10:18:23,782 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-13cd5eb5-4370-4b2d-a88f-02cfb171f4fe 2018-10-26 10:18:23,784 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-image 2018-10-26 10:18:23,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/46c7b7a7-5293-4dec-bab4-be38633d2884 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}209460dfa349dd28b5c60c590cdf0e9329170b2e" 2018-10-26 10:18:23,946 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-e9a75e69-62ca-4888-b96c-6c5c0fa44f80 Date: Fri, 26 Oct 2018 10:18:23 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:18:21Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T10:18:23Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/46c7b7a7-5293-4dec-bab4-be38633d2884/snap", "metadata": {}}], "self": "/v2/images/46c7b7a7-5293-4dec-bab4-be38633d2884", "min_disk": 0, "protected": false, "id": "46c7b7a7-5293-4dec-bab4-be38633d2884", "file": "/v2/images/46c7b7a7-5293-4dec-bab4-be38633d2884/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "7e33da21c3c743c68c0357dc12ad829a", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/46c7b7a7-5293-4dec-bab4-be38633d2884/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:18:23,946 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/46c7b7a7-5293-4dec-bab4-be38633d2884 used request id req-e9a75e69-62ca-4888-b96c-6c5c0fa44f80 2018-10-26 10:18:23,947 - create_image - DEBUG - Instance status is - active 2018-10-26 10:18:23,947 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-image 2018-10-26 10:18:23,947 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-image 2018-10-26 10:18:23,947 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:18:23,948 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:18:24,324 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c3dbaea2243b42e7bbba753d080e2948", "name": "CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-proj-role"}], "expires_at": "2018-10-26T11:18:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7e33da21c3c743c68c0357dc12ad829a", "name": "CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/7e33da21c3c743c68c0357dc12ad829a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/7e33da21c3c743c68c0357dc12ad829a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/7e33da21c3c743c68c0357dc12ad829a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/7e33da21c3c743c68c0357dc12ad829a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/7e33da21c3c743c68c0357dc12ad829a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/7e33da21c3c743c68c0357dc12ad829a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/7e33da21c3c743c68c0357dc12ad829a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/7e33da21c3c743c68c0357dc12ad829a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/7e33da21c3c743c68c0357dc12ad829a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/7e33da21c3c743c68c0357dc12ad829a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/7e33da21c3c743c68c0357dc12ad829a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/7e33da21c3c743c68c0357dc12ad829a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-user", "id": "ed78d9a9b61c4778b6b00d48c0b86ef5"}, "audit_ids": ["4fa27iYURiWcY7G9kw_Q3Q"], "issued_at": "2018-10-26T10:18:24.000000Z"}} 2018-10-26 10:18:24,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76efd84aa1d11f96f764741e9642ca43e867770e" 2018-10-26 10:18:24,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:18:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-166978b9-0818-4433-a8d5-0d511d7bb86e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:18:24,397 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-166978b9-0818-4433-a8d5-0d511d7bb86e 2018-10-26 10:18:24,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76efd84aa1d11f96f764741e9642ca43e867770e" 2018-10-26 10:18:24,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-995b35e2-230e-463d-b97f-de0d531aae10 Date: Fri, 26 Oct 2018 10:18:24 GMT RESP BODY: {"networks":[]} 2018-10-26 10:18:24,567 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net used request id req-995b35e2-230e-463d-b97f-de0d531aae10 2018-10-26 10:18:24,567 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net 2018-10-26 10:18:24,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76efd84aa1d11f96f764741e9642ca43e867770e" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net", "admin_state_up": true}}' 2018-10-26 10:18:25,084 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-f7a93dbd-9679-464e-8d78-a4791979b593 Date: Fri, 26 Oct 2018 10:18:25 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"bc334698-132b-4ef7-8327-a593b67ee785","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7e33da21c3c743c68c0357dc12ad829a","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T10:18:24Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:24Z","mtu":1450}} 2018-10-26 10:18:25,085 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-f7a93dbd-9679-464e-8d78-a4791979b593 2018-10-26 10:18:25,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=bc334698-132b-4ef7-8327-a593b67ee785 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76efd84aa1d11f96f764741e9642ca43e867770e" 2018-10-26 10:18:25,337 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-799b5c51-f2bc-4d78-8717-8f9292aabb8f Date: Fri, 26 Oct 2018 10:18: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-26T10:18:24Z","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"7e33da21c3c743c68c0357dc12ad829a","id":"bc334698-132b-4ef7-8327-a593b67ee785","name":"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net"}]} 2018-10-26 10:18:25,337 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=bc334698-132b-4ef7-8327-a593b67ee785 used request id req-799b5c51-f2bc-4d78-8717-8f9292aabb8f 2018-10-26 10:18:25,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=bc334698-132b-4ef7-8327-a593b67ee785 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76efd84aa1d11f96f764741e9642ca43e867770e" 2018-10-26 10:18:25,511 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b4587b91-7ca7-4910-8227-fbcb487ab04c Date: Fri, 26 Oct 2018 10:18:25 GMT RESP BODY: {"subnets":[]} 2018-10-26 10:18:25,512 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=bc334698-132b-4ef7-8327-a593b67ee785 used request id req-b4587b91-7ca7-4910-8227-fbcb487ab04c 2018-10-26 10:18:25,512 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-subnet 2018-10-26 10:18:25,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76efd84aa1d11f96f764741e9642ca43e867770e" -d '{"subnets": [{"ip_version": 4, "network_id": "bc334698-132b-4ef7-8327-a593b67ee785", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-subnet"}]}' 2018-10-26 10:18:26,209 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-39db3136-08a0-4516-9d11-8bea970c0177 Date: Fri, 26 Oct 2018 10:18:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:25Z","dns_nameservers":[],"updated_at":"2018-10-26T10:18:25Z","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":"7e33da21c3c743c68c0357dc12ad829a","id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-subnet"}]} 2018-10-26 10:18:26,210 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-39db3136-08a0-4516-9d11-8bea970c0177 2018-10-26 10:18:26,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=bc334698-132b-4ef7-8327-a593b67ee785 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76efd84aa1d11f96f764741e9642ca43e867770e" 2018-10-26 10:18:26,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-fbebd889-4ae3-4a3d-852d-3470a2a97138 Date: Fri, 26 Oct 2018 10:18: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":["e90cfd15-903f-4814-9d30-370d74a6d2fd"],"updated_at":"2018-10-26T10:18:25Z","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7e33da21c3c743c68c0357dc12ad829a","id":"bc334698-132b-4ef7-8327-a593b67ee785","name":"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net"}]} 2018-10-26 10:18:26,487 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=bc334698-132b-4ef7-8327-a593b67ee785 used request id req-fbebd889-4ae3-4a3d-852d-3470a2a97138 2018-10-26 10:18:26,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=bc334698-132b-4ef7-8327-a593b67ee785 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76efd84aa1d11f96f764741e9642ca43e867770e" 2018-10-26 10:18:26,769 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-593ff957-a157-4c46-bdbf-c713d0ff8ad9 Date: Fri, 26 Oct 2018 10:18:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:25Z","dns_nameservers":[],"updated_at":"2018-10-26T10:18:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"7e33da21c3c743c68c0357dc12ad829a","id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-subnet"}]} 2018-10-26 10:18:26,770 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=bc334698-132b-4ef7-8327-a593b67ee785 used request id req-593ff957-a157-4c46-bdbf-c713d0ff8ad9 2018-10-26 10:18:26,770 - OpenStackNetwork - DEBUG - Network [bc334698-132b-4ef7-8327-a593b67ee785] created successfully 2018-10-26 10:18:26,770 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:18:26,771 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:18:27,144 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c3dbaea2243b42e7bbba753d080e2948", "name": "CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-proj-role"}], "expires_at": "2018-10-26T11:18:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7e33da21c3c743c68c0357dc12ad829a", "name": "CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/7e33da21c3c743c68c0357dc12ad829a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/7e33da21c3c743c68c0357dc12ad829a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/7e33da21c3c743c68c0357dc12ad829a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/7e33da21c3c743c68c0357dc12ad829a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/7e33da21c3c743c68c0357dc12ad829a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/7e33da21c3c743c68c0357dc12ad829a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/7e33da21c3c743c68c0357dc12ad829a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/7e33da21c3c743c68c0357dc12ad829a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/7e33da21c3c743c68c0357dc12ad829a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/7e33da21c3c743c68c0357dc12ad829a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/7e33da21c3c743c68c0357dc12ad829a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/7e33da21c3c743c68c0357dc12ad829a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-user", "id": "ed78d9a9b61c4778b6b00d48c0b86ef5"}, "audit_ids": ["GH9_aKJeRQ-_P69OQpVuig"], "issued_at": "2018-10-26T10:18:27.000000Z"}} 2018-10-26 10:18:27,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd9211e7857db9cda47817e00bc25306d9e13bd0" 2018-10-26 10:18:27,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:18:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-675a782e-6d9a-4f30-806d-9e0f039bf54a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:18:27,221 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-675a782e-6d9a-4f30-806d-9e0f039bf54a 2018-10-26 10:18:27,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd9211e7857db9cda47817e00bc25306d9e13bd0" 2018-10-26 10:18:27,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-b55f4e9e-8e17-4a95-b09d-1f3c10302e8e Date: Fri, 26 Oct 2018 10:18:27 GMT RESP BODY: {"routers": []} 2018-10-26 10:18:27,431 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-router&admin_state_up=True used request id req-b55f4e9e-8e17-4a95-b09d-1f3c10302e8e 2018-10-26 10:18:27,431 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:18:27,432 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:18:27,811 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c3dbaea2243b42e7bbba753d080e2948", "name": "CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-proj-role"}], "expires_at": "2018-10-26T11:18:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7e33da21c3c743c68c0357dc12ad829a", "name": "CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/7e33da21c3c743c68c0357dc12ad829a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/7e33da21c3c743c68c0357dc12ad829a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/7e33da21c3c743c68c0357dc12ad829a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/7e33da21c3c743c68c0357dc12ad829a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/7e33da21c3c743c68c0357dc12ad829a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/7e33da21c3c743c68c0357dc12ad829a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/7e33da21c3c743c68c0357dc12ad829a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/7e33da21c3c743c68c0357dc12ad829a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/7e33da21c3c743c68c0357dc12ad829a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/7e33da21c3c743c68c0357dc12ad829a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/7e33da21c3c743c68c0357dc12ad829a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/7e33da21c3c743c68c0357dc12ad829a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-user", "id": "ed78d9a9b61c4778b6b00d48c0b86ef5"}, "audit_ids": ["IABerI9FR4C56rnWPwG0jA"], "issued_at": "2018-10-26T10:18:27.000000Z"}} 2018-10-26 10:18:27,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}931376de1b201269e0cd486700dcee42a49a9e2b" 2018-10-26 10:18:27,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:18:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8dcb5ad6-2ca9-4106-82fe-3924d6c6fe35 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:18:27,894 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8dcb5ad6-2ca9-4106-82fe-3924d6c6fe35 2018-10-26 10:18:27,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd9211e7857db9cda47817e00bc25306d9e13bd0" 2018-10-26 10:18:28,170 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-88ec1fb0-2018-4007-bd7c-d65054507fea Date: Fri, 26 Oct 2018 10:18:28 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","mtu":1500}]} 2018-10-26 10:18:28,170 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-88ec1fb0-2018-4007-bd7c-d65054507fea 2018-10-26 10:18:28,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd9211e7857db9cda47817e00bc25306d9e13bd0" 2018-10-26 10:18:28,358 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e52ae865-e7cc-4377-bed0-58fbe6402af7 Date: Fri, 26 Oct 2018 10:18:28 GMT RESP BODY: {"subnets":[]} 2018-10-26 10:18:28,359 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-e52ae865-e7cc-4377-bed0-58fbe6402af7 2018-10-26 10:18:28,359 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-router 2018-10-26 10:18:28,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd9211e7857db9cda47817e00bc25306d9e13bd0" -d '{"router": {"external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693"}, "name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-router", "admin_state_up": true}}' 2018-10-26 10:18:33,793 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-ad357a20-ba61-46e3-ad31-f611230871d9 Date: Fri, 26 Oct 2018 10:18:33 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "created_at": "2018-10-26T10:18:29Z", "admin_state_up": true, "updated_at": "2018-10-26T10:18:30Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "7e33da21c3c743c68c0357dc12ad829a", "id": "e962cc56-3a58-4146-a1de-2ee13ef0931a", "name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-router"}} 2018-10-26 10:18:33,793 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-ad357a20-ba61-46e3-ad31-f611230871d9 2018-10-26 10:18:33,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=e962cc56-3a58-4146-a1de-2ee13ef0931a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd9211e7857db9cda47817e00bc25306d9e13bd0" 2018-10-26 10:18:33,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-8015e1a3-8b32-466e-99c5-f227927fe72d Date: Fri, 26 Oct 2018 10:18:33 GMT RESP BODY: {"ports":[]} 2018-10-26 10:18:33,974 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=e962cc56-3a58-4146-a1de-2ee13ef0931a used request id req-8015e1a3-8b32-466e-99c5-f227927fe72d 2018-10-26 10:18:33,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd9211e7857db9cda47817e00bc25306d9e13bd0" 2018-10-26 10:18:34,231 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-18e7618b-7354-406f-944c-fa5716dd77c5 Date: Fri, 26 Oct 2018 10:18: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":["e90cfd15-903f-4814-9d30-370d74a6d2fd"],"updated_at":"2018-10-26T10:18:25Z","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7e33da21c3c743c68c0357dc12ad829a","id":"bc334698-132b-4ef7-8327-a593b67ee785","name":"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net"}]} 2018-10-26 10:18:34,232 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net used request id req-18e7618b-7354-406f-944c-fa5716dd77c5 2018-10-26 10:18:34,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:18:34,240 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:18: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:18:34,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7e33da21c3c743c68c0357dc12ad829a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd9211e7857db9cda47817e00bc25306d9e13bd0" 2018-10-26 10:18:34,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:18:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d290e1a9-82de-4fc8-b37c-d569c7dd9f3b Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/7e33da21c3c743c68c0357dc12ad829a"}, "enabled": true, "id": "7e33da21c3c743c68c0357dc12ad829a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-proj"}} 2018-10-26 10:18:34,316 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7e33da21c3c743c68c0357dc12ad829a used request id req-d290e1a9-82de-4fc8-b37c-d569c7dd9f3b 2018-10-26 10:18:34,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=bc334698-132b-4ef7-8327-a593b67ee785 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd9211e7857db9cda47817e00bc25306d9e13bd0" 2018-10-26 10:18:34,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a3de8523-ba8e-4491-a60c-80406303fa5f Date: Fri, 26 Oct 2018 10:18:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:25Z","dns_nameservers":[],"updated_at":"2018-10-26T10:18:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"7e33da21c3c743c68c0357dc12ad829a","id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-subnet"}]} 2018-10-26 10:18:34,530 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=bc334698-132b-4ef7-8327-a593b67ee785 used request id req-a3de8523-ba8e-4491-a60c-80406303fa5f 2018-10-26 10:18:34,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=bc334698-132b-4ef7-8327-a593b67ee785&name=CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd9211e7857db9cda47817e00bc25306d9e13bd0" 2018-10-26 10:18:34,739 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-11343acd-d145-4755-bf36-f2a38109b534 Date: Fri, 26 Oct 2018 10:18:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:25Z","dns_nameservers":[],"updated_at":"2018-10-26T10:18:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"7e33da21c3c743c68c0357dc12ad829a","id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-subnet"}]} 2018-10-26 10:18:34,739 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=bc334698-132b-4ef7-8327-a593b67ee785&name=CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-subnet used request id req-11343acd-d145-4755-bf36-f2a38109b534 2018-10-26 10:18:34,740 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-10-26 10:18:34,740 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-router 2018-10-26 10:18:34,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/e962cc56-3a58-4146-a1de-2ee13ef0931a/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd9211e7857db9cda47817e00bc25306d9e13bd0" -d '{"subnet_id": "e90cfd15-903f-4814-9d30-370d74a6d2fd"}' 2018-10-26 10:18:36,732 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e9b01f3c-37ff-409f-85b3-0f52dd8ce7d3 Date: Fri, 26 Oct 2018 10:18:36 GMT RESP BODY: {"network_id": "bc334698-132b-4ef7-8327-a593b67ee785", "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "subnet_id": "e90cfd15-903f-4814-9d30-370d74a6d2fd", "subnet_ids": ["e90cfd15-903f-4814-9d30-370d74a6d2fd"], "port_id": "f8d007c1-ec32-49c2-8cf4-6b0bf1f73eec", "id": "e962cc56-3a58-4146-a1de-2ee13ef0931a"} 2018-10-26 10:18:36,732 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/e962cc56-3a58-4146-a1de-2ee13ef0931a/add_router_interface used request id req-e9b01f3c-37ff-409f-85b3-0f52dd8ce7d3 2018-10-26 10:18:36,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/e962cc56-3a58-4146-a1de-2ee13ef0931a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd9211e7857db9cda47817e00bc25306d9e13bd0" 2018-10-26 10:18:36,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-4b5ba2c9-2b36-4e79-ae20-bdb3f5e7f6a3 Date: Fri, 26 Oct 2018 10:18:36 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "created_at": "2018-10-26T10:18:29Z", "admin_state_up": true, "updated_at": "2018-10-26T10:18:35Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "7e33da21c3c743c68c0357dc12ad829a", "id": "e962cc56-3a58-4146-a1de-2ee13ef0931a", "name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-router"}} 2018-10-26 10:18:36,956 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/e962cc56-3a58-4146-a1de-2ee13ef0931a used request id req-4b5ba2c9-2b36-4e79-ae20-bdb3f5e7f6a3 2018-10-26 10:18:36,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=e962cc56-3a58-4146-a1de-2ee13ef0931a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd9211e7857db9cda47817e00bc25306d9e13bd0" 2018-10-26 10:18:37,165 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-628a0003-10f7-403a-bcca-5bc4612f6663 Date: Fri, 26 Oct 2018 10:18:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:18:36Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","ip_address":"10.55.1.1"}],"id":"f8d007c1-ec32-49c2-8cf4-6b0bf1f73eec","security_groups":[],"mac_address":"fa:16:3e:16:da:a6","project_id":"7e33da21c3c743c68c0357dc12ad829a","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:35Z","binding:vnic_type":"normal","device_id":"e962cc56-3a58-4146-a1de-2ee13ef0931a"}]} 2018-10-26 10:18:37,166 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=e962cc56-3a58-4146-a1de-2ee13ef0931a used request id req-628a0003-10f7-403a-bcca-5bc4612f6663 2018-10-26 10:18:37,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/e90cfd15-903f-4814-9d30-370d74a6d2fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd9211e7857db9cda47817e00bc25306d9e13bd0" 2018-10-26 10:18:37,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-a4e0889a-d480-4439-a007-787f05bc5042 Date: Fri, 26 Oct 2018 10:18:37 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:25Z","dns_nameservers":[],"updated_at":"2018-10-26T10:18:25Z","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":"7e33da21c3c743c68c0357dc12ad829a","id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-subnet"}} 2018-10-26 10:18:37,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/e90cfd15-903f-4814-9d30-370d74a6d2fd used request id req-a4e0889a-d480-4439-a007-787f05bc5042 2018-10-26 10:18:37,367 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:18:37,368 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:18:37,753 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:18:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["e3g4acFeTGOcOZiuz5o62w"], "issued_at": "2018-10-26T10:18:37.000000Z"}} 2018-10-26 10:18:37,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}382018169db4f01bb6d64e891bb280b00026cbf5" 2018-10-26 10:18:37,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:18:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e6d0a02-00f2-4cdd-87dd-5b10afaf0e3a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:18:37,837 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-1e6d0a02-00f2-4cdd-87dd-5b10afaf0e3a 2018-10-26 10:18:37,839 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:18:37,844 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}382018169db4f01bb6d64e891bb280b00026cbf5" 2018-10-26 10:18:38,014 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:18: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-27331d16-d93a-4d39-9e34-351f40dc2af8 x-compute-request-id: req-27331d16-d93a-4d39-9e34-351f40dc2af8 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-26 10:18:38,014 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-27331d16-d93a-4d39-9e34-351f40dc2af8 2018-10-26 10:18:38,017 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}382018169db4f01bb6d64e891bb280b00026cbf5" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-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-26 10:18:38,067 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:18: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-b1b96ad3-8906-46c0-971b-e0a4dbd04517 x-compute-request-id: req-b1b96ad3-8906-46c0-971b-e0a4dbd04517 Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/ed3f504b-645a-4f8f-8a21-8617f2ac5a55", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/ed3f504b-645a-4f8f-8a21-8617f2ac5a55", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "ed3f504b-645a-4f8f-8a21-8617f2ac5a55", "name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 10:18:38,067 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-b1b96ad3-8906-46c0-971b-e0a4dbd04517 2018-10-26 10:18:38,068 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:18:38,068 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:18:38,444 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c3dbaea2243b42e7bbba753d080e2948", "name": "CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-proj-role"}], "expires_at": "2018-10-26T11:18:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7e33da21c3c743c68c0357dc12ad829a", "name": "CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/7e33da21c3c743c68c0357dc12ad829a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/7e33da21c3c743c68c0357dc12ad829a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/7e33da21c3c743c68c0357dc12ad829a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/7e33da21c3c743c68c0357dc12ad829a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/7e33da21c3c743c68c0357dc12ad829a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/7e33da21c3c743c68c0357dc12ad829a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/7e33da21c3c743c68c0357dc12ad829a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/7e33da21c3c743c68c0357dc12ad829a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/7e33da21c3c743c68c0357dc12ad829a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/7e33da21c3c743c68c0357dc12ad829a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/7e33da21c3c743c68c0357dc12ad829a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/7e33da21c3c743c68c0357dc12ad829a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-user", "id": "ed78d9a9b61c4778b6b00d48c0b86ef5"}, "audit_ids": ["6HWwzn9WTamrEyeFfBRvWg"], "issued_at": "2018-10-26T10:18:38.000000Z"}} 2018-10-26 10:18:38,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c9d54c2482d0730cec41893a0061a237c36ca3e" 2018-10-26 10:18:38,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:18:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66944476-f15a-4578-a1fb-d15c2196f474 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:18:38,519 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-66944476-f15a-4578-a1fb-d15c2196f474 2018-10-26 10:18:38,520 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:18:38,524 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c9d54c2482d0730cec41893a0061a237c36ca3e" 2018-10-26 10:18:38,706 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:18: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-91ededed-4e40-41cf-803b-4133fa16892e x-compute-request-id: req-91ededed-4e40-41cf-803b-4133fa16892e Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-10-26 10:18:38,706 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-91ededed-4e40-41cf-803b-4133fa16892e 2018-10-26 10:18:38,707 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-kp... 2018-10-26 10:18:38,707 - OpenStackKeypair - INFO - Creating new keypair 2018-10-26 10:18:38,760 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-kp 2018-10-26 10:18:38,762 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c9d54c2482d0730cec41893a0061a237c36ca3e" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDIdByQCXlsb8famUxkzB0sjxtA2nheSKcuJK9ejyLRFYsJujl5WC1VSKdOf62rkHavXElUTPuMFNONs0mpQ2Qp+wcq1glFQcEQYWzb6q+EE9XSyCupQGoUmpKOjUcKUcoWm/7KivSrHV3TehptPlLYyMT6Mp0IfIOj9F7jhis1sw==", "name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-kp"}}' 2018-10-26 10:18:38,811 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:18: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-c3553c6a-df89-43e1-aa4b-7041442e09bd x-compute-request-id: req-c3553c6a-df89-43e1-aa4b-7041442e09bd Content-Encoding: gzip Content-Length: 375 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDIdByQCXlsb8famUxkzB0sjxtA2nheSKcuJK9ejyLRFYsJujl5WC1VSKdOf62rkHavXElUTPuMFNONs0mpQ2Qp+wcq1glFQcEQYWzb6q+EE9XSyCupQGoUmpKOjUcKUcoWm/7KivSrHV3TehptPlLYyMT6Mp0IfIOj9F7jhis1sw==", "user_id": "ed78d9a9b61c4778b6b00d48c0b86ef5", "name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-kp", "fingerprint": "97:89:45:ef:5c:a1:dd:b6:68:95:f4:69:dc:a6:70:37"}} 2018-10-26 10:18:38,812 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-c3553c6a-df89-43e1-aa4b-7041442e09bd 2018-10-26 10:18:38,814 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd.pub 2018-10-26 10:18:38,815 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd 2018-10-26 10:18:38,815 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:18:38,816 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:18:39,201 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c3dbaea2243b42e7bbba753d080e2948", "name": "CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-proj-role"}], "expires_at": "2018-10-26T11:18:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7e33da21c3c743c68c0357dc12ad829a", "name": "CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/7e33da21c3c743c68c0357dc12ad829a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/7e33da21c3c743c68c0357dc12ad829a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/7e33da21c3c743c68c0357dc12ad829a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/7e33da21c3c743c68c0357dc12ad829a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/7e33da21c3c743c68c0357dc12ad829a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/7e33da21c3c743c68c0357dc12ad829a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/7e33da21c3c743c68c0357dc12ad829a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/7e33da21c3c743c68c0357dc12ad829a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/7e33da21c3c743c68c0357dc12ad829a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/7e33da21c3c743c68c0357dc12ad829a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/7e33da21c3c743c68c0357dc12ad829a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/7e33da21c3c743c68c0357dc12ad829a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-user", "id": "ed78d9a9b61c4778b6b00d48c0b86ef5"}, "audit_ids": ["l8t-4E7CQtmQ3azjc3G_Lg"], "issued_at": "2018-10-26T10:18:39.000000Z"}} 2018-10-26 10:18:39,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe524df4b1ce1fd56a34824a5eb82bdb93863605" 2018-10-26 10:18:39,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:18:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-310a5435-d3d3-4b41-8db3-dc77372ec984 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:18:39,279 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-310a5435-d3d3-4b41-8db3-dc77372ec984 2018-10-26 10:18:39,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe524df4b1ce1fd56a34824a5eb82bdb93863605" 2018-10-26 10:18:39,462 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-e2690f9d-2f27-4aad-a915-434e9d345668 Date: Fri, 26 Oct 2018 10:18:39 GMT RESP BODY: {"security_groups": []} 2018-10-26 10:18:39,462 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-sec-grp used request id req-e2690f9d-2f27-4aad-a915-434e9d345668 2018-10-26 10:18:39,462 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-sec-grp... 2018-10-26 10:18:39,462 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-sec-grp 2018-10-26 10:18:39,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe524df4b1ce1fd56a34824a5eb82bdb93863605" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-sec-grp"}}' 2018-10-26 10:18:39,872 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-74186da8-a48e-4939-ae59-b4748e247339 Date: Fri, 26 Oct 2018 10:18:39 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "created_at": "2018-10-26T10:18:39Z", "updated_at": "2018-10-26T10:18:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:18:39Z", "revision_number": 0, "id": "9fcb2358-6937-448e-8c11-79e6545cce1c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:18:39Z", "security_group_id": "db3f38ec-26d8-4d64-8753-84dcfc8db599", "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "port_range_min": null, "ethertype": "IPv6", "project_id": "7e33da21c3c743c68c0357dc12ad829a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:18:39Z", "revision_number": 0, "id": "f149eea0-c7bc-4dbd-95f0-e3e58b564d3c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:18:39Z", "security_group_id": "db3f38ec-26d8-4d64-8753-84dcfc8db599", "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "port_range_min": null, "ethertype": "IPv4", "project_id": "7e33da21c3c743c68c0357dc12ad829a"}], "revision_number": 2, "project_id": "7e33da21c3c743c68c0357dc12ad829a", "id": "db3f38ec-26d8-4d64-8753-84dcfc8db599", "name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-sec-grp"}} 2018-10-26 10:18:39,873 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-74186da8-a48e-4939-ae59-b4748e247339 2018-10-26 10:18:39,873 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - db3f38ec-26d8-4d64-8753-84dcfc8db599 2018-10-26 10:18:39,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=db3f38ec-26d8-4d64-8753-84dcfc8db599 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe524df4b1ce1fd56a34824a5eb82bdb93863605" 2018-10-26 10:18:40,048 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-95e92060-d495-4a39-8025-5007070e3e24 Date: Fri, 26 Oct 2018 10:18: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-26T10:18:39Z", "security_group_id": "db3f38ec-26d8-4d64-8753-84dcfc8db599", "port_range_min": null, "revision_number": 0, "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "created_at": "2018-10-26T10:18:39Z", "project_id": "7e33da21c3c743c68c0357dc12ad829a", "id": "9fcb2358-6937-448e-8c11-79e6545cce1c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:18:39Z", "security_group_id": "db3f38ec-26d8-4d64-8753-84dcfc8db599", "port_range_min": null, "revision_number": 0, "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "created_at": "2018-10-26T10:18:39Z", "project_id": "7e33da21c3c743c68c0357dc12ad829a", "id": "f149eea0-c7bc-4dbd-95f0-e3e58b564d3c"}]} 2018-10-26 10:18:40,048 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=db3f38ec-26d8-4d64-8753-84dcfc8db599 used request id req-95e92060-d495-4a39-8025-5007070e3e24 2018-10-26 10:18:40,049 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - db3f38ec-26d8-4d64-8753-84dcfc8db599 2018-10-26 10:18:40,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=db3f38ec-26d8-4d64-8753-84dcfc8db599 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe524df4b1ce1fd56a34824a5eb82bdb93863605" 2018-10-26 10:18:40,225 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-fed65056-b7be-44c7-a1f7-acd7a73d567a Date: Fri, 26 Oct 2018 10:18: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-26T10:18:39Z", "security_group_id": "db3f38ec-26d8-4d64-8753-84dcfc8db599", "port_range_min": null, "revision_number": 0, "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "created_at": "2018-10-26T10:18:39Z", "project_id": "7e33da21c3c743c68c0357dc12ad829a", "id": "9fcb2358-6937-448e-8c11-79e6545cce1c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:18:39Z", "security_group_id": "db3f38ec-26d8-4d64-8753-84dcfc8db599", "port_range_min": null, "revision_number": 0, "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "created_at": "2018-10-26T10:18:39Z", "project_id": "7e33da21c3c743c68c0357dc12ad829a", "id": "f149eea0-c7bc-4dbd-95f0-e3e58b564d3c"}]} 2018-10-26 10:18:40,225 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=db3f38ec-26d8-4d64-8753-84dcfc8db599 used request id req-fed65056-b7be-44c7-a1f7-acd7a73d567a 2018-10-26 10:18:40,226 - neutron_utils - INFO - Retrieving security group with ID - db3f38ec-26d8-4d64-8753-84dcfc8db599 2018-10-26 10:18:40,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=db3f38ec-26d8-4d64-8753-84dcfc8db599 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe524df4b1ce1fd56a34824a5eb82bdb93863605" 2018-10-26 10:18:40,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-7a104491-774e-46bb-938c-a12e42180227 Date: Fri, 26 Oct 2018 10:18:40 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "created_at": "2018-10-26T10:18:39Z", "updated_at": "2018-10-26T10:18:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:18:39Z", "revision_number": 0, "id": "9fcb2358-6937-448e-8c11-79e6545cce1c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:18:39Z", "security_group_id": "db3f38ec-26d8-4d64-8753-84dcfc8db599", "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "port_range_min": null, "ethertype": "IPv6", "project_id": "7e33da21c3c743c68c0357dc12ad829a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:18:39Z", "revision_number": 0, "id": "f149eea0-c7bc-4dbd-95f0-e3e58b564d3c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:18:39Z", "security_group_id": "db3f38ec-26d8-4d64-8753-84dcfc8db599", "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "port_range_min": null, "ethertype": "IPv4", "project_id": "7e33da21c3c743c68c0357dc12ad829a"}], "revision_number": 2, "project_id": "7e33da21c3c743c68c0357dc12ad829a", "id": "db3f38ec-26d8-4d64-8753-84dcfc8db599", "name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-sec-grp"}]} 2018-10-26 10:18:40,429 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=db3f38ec-26d8-4d64-8753-84dcfc8db599 used request id req-7a104491-774e-46bb-938c-a12e42180227 2018-10-26 10:18:40,429 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - db3f38ec-26d8-4d64-8753-84dcfc8db599 2018-10-26 10:18:40,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=db3f38ec-26d8-4d64-8753-84dcfc8db599 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe524df4b1ce1fd56a34824a5eb82bdb93863605" 2018-10-26 10:18:40,593 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6689c70c-4995-4507-b3ab-bf038d6a2b81 Date: Fri, 26 Oct 2018 10:18: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-26T10:18:39Z", "security_group_id": "db3f38ec-26d8-4d64-8753-84dcfc8db599", "port_range_min": null, "revision_number": 0, "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "created_at": "2018-10-26T10:18:39Z", "project_id": "7e33da21c3c743c68c0357dc12ad829a", "id": "9fcb2358-6937-448e-8c11-79e6545cce1c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:18:39Z", "security_group_id": "db3f38ec-26d8-4d64-8753-84dcfc8db599", "port_range_min": null, "revision_number": 0, "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "created_at": "2018-10-26T10:18:39Z", "project_id": "7e33da21c3c743c68c0357dc12ad829a", "id": "f149eea0-c7bc-4dbd-95f0-e3e58b564d3c"}]} 2018-10-26 10:18:40,593 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=db3f38ec-26d8-4d64-8753-84dcfc8db599 used request id req-6689c70c-4995-4507-b3ab-bf038d6a2b81 2018-10-26 10:18:40,594 - neutron_utils - INFO - Retrieving security group with ID - db3f38ec-26d8-4d64-8753-84dcfc8db599 2018-10-26 10:18:40,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=db3f38ec-26d8-4d64-8753-84dcfc8db599 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe524df4b1ce1fd56a34824a5eb82bdb93863605" 2018-10-26 10:18:40,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-ad3147d9-2b50-4e0f-b615-bec914b5af82 Date: Fri, 26 Oct 2018 10:18:40 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "created_at": "2018-10-26T10:18:39Z", "updated_at": "2018-10-26T10:18:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:18:39Z", "revision_number": 0, "id": "9fcb2358-6937-448e-8c11-79e6545cce1c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:18:39Z", "security_group_id": "db3f38ec-26d8-4d64-8753-84dcfc8db599", "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "port_range_min": null, "ethertype": "IPv6", "project_id": "7e33da21c3c743c68c0357dc12ad829a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:18:39Z", "revision_number": 0, "id": "f149eea0-c7bc-4dbd-95f0-e3e58b564d3c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:18:39Z", "security_group_id": "db3f38ec-26d8-4d64-8753-84dcfc8db599", "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "port_range_min": null, "ethertype": "IPv4", "project_id": "7e33da21c3c743c68c0357dc12ad829a"}], "revision_number": 2, "project_id": "7e33da21c3c743c68c0357dc12ad829a", "id": "db3f38ec-26d8-4d64-8753-84dcfc8db599", "name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-sec-grp"}]} 2018-10-26 10:18:40,963 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=db3f38ec-26d8-4d64-8753-84dcfc8db599 used request id req-ad3147d9-2b50-4e0f-b615-bec914b5af82 2018-10-26 10:18:40,963 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - db3f38ec-26d8-4d64-8753-84dcfc8db599 2018-10-26 10:18:40,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=db3f38ec-26d8-4d64-8753-84dcfc8db599 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe524df4b1ce1fd56a34824a5eb82bdb93863605" 2018-10-26 10:18:40,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-92e6c8d9-ad90-4f8e-8bce-b79565433195 Date: Fri, 26 Oct 2018 10:18: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-26T10:18:39Z", "security_group_id": "db3f38ec-26d8-4d64-8753-84dcfc8db599", "port_range_min": null, "revision_number": 0, "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "created_at": "2018-10-26T10:18:39Z", "project_id": "7e33da21c3c743c68c0357dc12ad829a", "id": "9fcb2358-6937-448e-8c11-79e6545cce1c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:18:39Z", "security_group_id": "db3f38ec-26d8-4d64-8753-84dcfc8db599", "port_range_min": null, "revision_number": 0, "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "created_at": "2018-10-26T10:18:39Z", "project_id": "7e33da21c3c743c68c0357dc12ad829a", "id": "f149eea0-c7bc-4dbd-95f0-e3e58b564d3c"}]} 2018-10-26 10:18:40,995 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=db3f38ec-26d8-4d64-8753-84dcfc8db599 used request id req-92e6c8d9-ad90-4f8e-8bce-b79565433195 2018-10-26 10:18:40,996 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-sec-grp 2018-10-26 10:18:41,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe524df4b1ce1fd56a34824a5eb82bdb93863605" 2018-10-26 10:18:41,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-27dec7df-c781-4ac1-960f-5a1812bab0b9 Date: Fri, 26 Oct 2018 10:18:41 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "created_at": "2018-10-26T10:18:39Z", "updated_at": "2018-10-26T10:18:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:18:39Z", "revision_number": 0, "id": "9fcb2358-6937-448e-8c11-79e6545cce1c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:18:39Z", "security_group_id": "db3f38ec-26d8-4d64-8753-84dcfc8db599", "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "port_range_min": null, "ethertype": "IPv6", "project_id": "7e33da21c3c743c68c0357dc12ad829a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:18:39Z", "revision_number": 0, "id": "f149eea0-c7bc-4dbd-95f0-e3e58b564d3c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:18:39Z", "security_group_id": "db3f38ec-26d8-4d64-8753-84dcfc8db599", "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "port_range_min": null, "ethertype": "IPv4", "project_id": "7e33da21c3c743c68c0357dc12ad829a"}], "revision_number": 2, "project_id": "7e33da21c3c743c68c0357dc12ad829a", "id": "db3f38ec-26d8-4d64-8753-84dcfc8db599", "name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-sec-grp"}]} 2018-10-26 10:18:41,188 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-sec-grp used request id req-27dec7df-c781-4ac1-960f-5a1812bab0b9 2018-10-26 10:18:41,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:18:41,198 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:18:41,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7e33da21c3c743c68c0357dc12ad829a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe524df4b1ce1fd56a34824a5eb82bdb93863605" 2018-10-26 10:18:41,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:18:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30f3082c-ed31-4897-9213-d4a053f180f5 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/7e33da21c3c743c68c0357dc12ad829a"}, "enabled": true, "id": "7e33da21c3c743c68c0357dc12ad829a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-proj"}} 2018-10-26 10:18:41,276 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7e33da21c3c743c68c0357dc12ad829a used request id req-30f3082c-ed31-4897-9213-d4a053f180f5 2018-10-26 10:18:41,276 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - db3f38ec-26d8-4d64-8753-84dcfc8db599 2018-10-26 10:18:41,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=db3f38ec-26d8-4d64-8753-84dcfc8db599 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe524df4b1ce1fd56a34824a5eb82bdb93863605" 2018-10-26 10:18:41,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-89baa375-2edd-4be0-ab28-e6e452cb4ebc Date: Fri, 26 Oct 2018 10:18: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-26T10:18:39Z", "security_group_id": "db3f38ec-26d8-4d64-8753-84dcfc8db599", "port_range_min": null, "revision_number": 0, "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "created_at": "2018-10-26T10:18:39Z", "project_id": "7e33da21c3c743c68c0357dc12ad829a", "id": "9fcb2358-6937-448e-8c11-79e6545cce1c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:18:39Z", "security_group_id": "db3f38ec-26d8-4d64-8753-84dcfc8db599", "port_range_min": null, "revision_number": 0, "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "created_at": "2018-10-26T10:18:39Z", "project_id": "7e33da21c3c743c68c0357dc12ad829a", "id": "f149eea0-c7bc-4dbd-95f0-e3e58b564d3c"}]} 2018-10-26 10:18:41,448 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=db3f38ec-26d8-4d64-8753-84dcfc8db599 used request id req-89baa375-2edd-4be0-ab28-e6e452cb4ebc 2018-10-26 10:18:41,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe524df4b1ce1fd56a34824a5eb82bdb93863605" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "db3f38ec-26d8-4d64-8753-84dcfc8db599"}}' 2018-10-26 10:18:41,763 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-73dd38b5-ef1f-4cb9-9741-a1508efca705 Date: Fri, 26 Oct 2018 10:18:41 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-26T10:18:41Z", "security_group_id": "db3f38ec-26d8-4d64-8753-84dcfc8db599", "port_range_min": null, "revision_number": 0, "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "created_at": "2018-10-26T10:18:41Z", "project_id": "7e33da21c3c743c68c0357dc12ad829a", "id": "5cdd3151-633f-434a-bbf7-7e7ce9dc118e"}} 2018-10-26 10:18:41,763 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-73dd38b5-ef1f-4cb9-9741-a1508efca705 2018-10-26 10:18:41,764 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-sec-grp 2018-10-26 10:18:41,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe524df4b1ce1fd56a34824a5eb82bdb93863605" 2018-10-26 10:18:41,980 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-c2d608c7-1022-4287-9be8-f9eafdea17e7 Date: Fri, 26 Oct 2018 10:18:41 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "created_at": "2018-10-26T10:18:39Z", "updated_at": "2018-10-26T10:18:41Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:18:41Z", "revision_number": 0, "id": "5cdd3151-633f-434a-bbf7-7e7ce9dc118e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:18:41Z", "security_group_id": "db3f38ec-26d8-4d64-8753-84dcfc8db599", "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "port_range_min": null, "ethertype": "IPv4", "project_id": "7e33da21c3c743c68c0357dc12ad829a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:18:39Z", "revision_number": 0, "id": "9fcb2358-6937-448e-8c11-79e6545cce1c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:18:39Z", "security_group_id": "db3f38ec-26d8-4d64-8753-84dcfc8db599", "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "port_range_min": null, "ethertype": "IPv6", "project_id": "7e33da21c3c743c68c0357dc12ad829a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:18:39Z", "revision_number": 0, "id": "f149eea0-c7bc-4dbd-95f0-e3e58b564d3c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:18:39Z", "security_group_id": "db3f38ec-26d8-4d64-8753-84dcfc8db599", "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "port_range_min": null, "ethertype": "IPv4", "project_id": "7e33da21c3c743c68c0357dc12ad829a"}], "revision_number": 3, "project_id": "7e33da21c3c743c68c0357dc12ad829a", "id": "db3f38ec-26d8-4d64-8753-84dcfc8db599", "name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-sec-grp"}]} 2018-10-26 10:18:41,980 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-sec-grp used request id req-c2d608c7-1022-4287-9be8-f9eafdea17e7 2018-10-26 10:18:41,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7e33da21c3c743c68c0357dc12ad829a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe524df4b1ce1fd56a34824a5eb82bdb93863605" 2018-10-26 10:18:42,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:18:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff8bb743-6899-4925-bb22-fe68cbe568f5 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/7e33da21c3c743c68c0357dc12ad829a"}, "enabled": true, "id": "7e33da21c3c743c68c0357dc12ad829a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-proj"}} 2018-10-26 10:18:42,068 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7e33da21c3c743c68c0357dc12ad829a used request id req-ff8bb743-6899-4925-bb22-fe68cbe568f5 2018-10-26 10:18:42,068 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - db3f38ec-26d8-4d64-8753-84dcfc8db599 2018-10-26 10:18:42,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=db3f38ec-26d8-4d64-8753-84dcfc8db599 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe524df4b1ce1fd56a34824a5eb82bdb93863605" 2018-10-26 10:18:42,243 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-6083bb1a-a53c-4381-9c8a-9a3076b6bfc5 Date: Fri, 26 Oct 2018 10:18:42 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-26T10:18:41Z", "security_group_id": "db3f38ec-26d8-4d64-8753-84dcfc8db599", "port_range_min": null, "revision_number": 0, "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "created_at": "2018-10-26T10:18:41Z", "project_id": "7e33da21c3c743c68c0357dc12ad829a", "id": "5cdd3151-633f-434a-bbf7-7e7ce9dc118e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:18:39Z", "security_group_id": "db3f38ec-26d8-4d64-8753-84dcfc8db599", "port_range_min": null, "revision_number": 0, "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "created_at": "2018-10-26T10:18:39Z", "project_id": "7e33da21c3c743c68c0357dc12ad829a", "id": "9fcb2358-6937-448e-8c11-79e6545cce1c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:18:39Z", "security_group_id": "db3f38ec-26d8-4d64-8753-84dcfc8db599", "port_range_min": null, "revision_number": 0, "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "created_at": "2018-10-26T10:18:39Z", "project_id": "7e33da21c3c743c68c0357dc12ad829a", "id": "f149eea0-c7bc-4dbd-95f0-e3e58b564d3c"}]} 2018-10-26 10:18:42,243 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=db3f38ec-26d8-4d64-8753-84dcfc8db599 used request id req-6083bb1a-a53c-4381-9c8a-9a3076b6bfc5 2018-10-26 10:18:42,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe524df4b1ce1fd56a34824a5eb82bdb93863605" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "db3f38ec-26d8-4d64-8753-84dcfc8db599"}}' 2018-10-26 10:18:42,566 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-a143328a-c286-4387-9c56-e295d56d7f2a Date: Fri, 26 Oct 2018 10:18: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-26T10:18:42Z", "security_group_id": "db3f38ec-26d8-4d64-8753-84dcfc8db599", "port_range_min": 22, "revision_number": 0, "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "created_at": "2018-10-26T10:18:42Z", "project_id": "7e33da21c3c743c68c0357dc12ad829a", "id": "dd202243-461e-41d3-8a03-1793ed98cea6"}} 2018-10-26 10:18:42,566 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-a143328a-c286-4387-9c56-e295d56d7f2a 2018-10-26 10:18:42,567 - neutron_utils - INFO - Retrieving security group with ID - db3f38ec-26d8-4d64-8753-84dcfc8db599 2018-10-26 10:18:42,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=db3f38ec-26d8-4d64-8753-84dcfc8db599 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe524df4b1ce1fd56a34824a5eb82bdb93863605" 2018-10-26 10:18:42,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-2b21fbf2-7cba-4c1a-b872-a5f3964aa755 Date: Fri, 26 Oct 2018 10:18:42 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "created_at": "2018-10-26T10:18:39Z", "updated_at": "2018-10-26T10:18:42Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:18:41Z", "revision_number": 0, "id": "5cdd3151-633f-434a-bbf7-7e7ce9dc118e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:18:41Z", "security_group_id": "db3f38ec-26d8-4d64-8753-84dcfc8db599", "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "port_range_min": null, "ethertype": "IPv4", "project_id": "7e33da21c3c743c68c0357dc12ad829a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:18:39Z", "revision_number": 0, "id": "9fcb2358-6937-448e-8c11-79e6545cce1c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:18:39Z", "security_group_id": "db3f38ec-26d8-4d64-8753-84dcfc8db599", "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "port_range_min": null, "ethertype": "IPv6", "project_id": "7e33da21c3c743c68c0357dc12ad829a"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-26T10:18:42Z", "revision_number": 0, "id": "dd202243-461e-41d3-8a03-1793ed98cea6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:18:42Z", "security_group_id": "db3f38ec-26d8-4d64-8753-84dcfc8db599", "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "port_range_min": 22, "ethertype": "IPv4", "project_id": "7e33da21c3c743c68c0357dc12ad829a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:18:39Z", "revision_number": 0, "id": "f149eea0-c7bc-4dbd-95f0-e3e58b564d3c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:18:39Z", "security_group_id": "db3f38ec-26d8-4d64-8753-84dcfc8db599", "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "port_range_min": null, "ethertype": "IPv4", "project_id": "7e33da21c3c743c68c0357dc12ad829a"}], "revision_number": 4, "project_id": "7e33da21c3c743c68c0357dc12ad829a", "id": "db3f38ec-26d8-4d64-8753-84dcfc8db599", "name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-sec-grp"}]} 2018-10-26 10:18:42,760 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=db3f38ec-26d8-4d64-8753-84dcfc8db599 used request id req-2b21fbf2-7cba-4c1a-b872-a5f3964aa755 2018-10-26 10:18:42,761 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - db3f38ec-26d8-4d64-8753-84dcfc8db599 2018-10-26 10:18:42,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=db3f38ec-26d8-4d64-8753-84dcfc8db599 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe524df4b1ce1fd56a34824a5eb82bdb93863605" 2018-10-26 10:18:42,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-927a3557-f8cb-4cc8-8a07-a186dc1b1121 Date: Fri, 26 Oct 2018 10:18:42 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-26T10:18:41Z", "security_group_id": "db3f38ec-26d8-4d64-8753-84dcfc8db599", "port_range_min": null, "revision_number": 0, "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "created_at": "2018-10-26T10:18:41Z", "project_id": "7e33da21c3c743c68c0357dc12ad829a", "id": "5cdd3151-633f-434a-bbf7-7e7ce9dc118e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:18:39Z", "security_group_id": "db3f38ec-26d8-4d64-8753-84dcfc8db599", "port_range_min": null, "revision_number": 0, "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "created_at": "2018-10-26T10:18:39Z", "project_id": "7e33da21c3c743c68c0357dc12ad829a", "id": "9fcb2358-6937-448e-8c11-79e6545cce1c"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-26T10:18:42Z", "security_group_id": "db3f38ec-26d8-4d64-8753-84dcfc8db599", "port_range_min": 22, "revision_number": 0, "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "created_at": "2018-10-26T10:18:42Z", "project_id": "7e33da21c3c743c68c0357dc12ad829a", "id": "dd202243-461e-41d3-8a03-1793ed98cea6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:18:39Z", "security_group_id": "db3f38ec-26d8-4d64-8753-84dcfc8db599", "port_range_min": null, "revision_number": 0, "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "created_at": "2018-10-26T10:18:39Z", "project_id": "7e33da21c3c743c68c0357dc12ad829a", "id": "f149eea0-c7bc-4dbd-95f0-e3e58b564d3c"}]} 2018-10-26 10:18:42,943 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=db3f38ec-26d8-4d64-8753-84dcfc8db599 used request id req-927a3557-f8cb-4cc8-8a07-a186dc1b1121 2018-10-26 10:18:42,944 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:18:42,945 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:18:43,321 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c3dbaea2243b42e7bbba753d080e2948", "name": "CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-proj-role"}], "expires_at": "2018-10-26T11:18:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7e33da21c3c743c68c0357dc12ad829a", "name": "CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/7e33da21c3c743c68c0357dc12ad829a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/7e33da21c3c743c68c0357dc12ad829a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/7e33da21c3c743c68c0357dc12ad829a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/7e33da21c3c743c68c0357dc12ad829a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/7e33da21c3c743c68c0357dc12ad829a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/7e33da21c3c743c68c0357dc12ad829a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/7e33da21c3c743c68c0357dc12ad829a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/7e33da21c3c743c68c0357dc12ad829a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/7e33da21c3c743c68c0357dc12ad829a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/7e33da21c3c743c68c0357dc12ad829a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/7e33da21c3c743c68c0357dc12ad829a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/7e33da21c3c743c68c0357dc12ad829a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-user", "id": "ed78d9a9b61c4778b6b00d48c0b86ef5"}, "audit_ids": ["_NMQ9BWJS_SffPEOKPHFTw"], "issued_at": "2018-10-26T10:18:43.000000Z"}} 2018-10-26 10:18:43,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:18:43,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:18:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af309d60-b2b4-4fe6-b84f-b62091510beb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:18:43,398 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-af309d60-b2b4-4fe6-b84f-b62091510beb 2018-10-26 10:18:43,400 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:18:43,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:18:43,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:18:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92c1370e-3bb0-4d55-98ce-f734f6209213 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:18:43,471 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-92c1370e-3bb0-4d55-98ce-f734f6209213 2018-10-26 10:18:43,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:18:43,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-c52d7600-ebfd-4b6e-ae51-77cdfa7706ec Date: Fri, 26 Oct 2018 10:18: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":["e90cfd15-903f-4814-9d30-370d74a6d2fd"],"updated_at":"2018-10-26T10:18:25Z","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7e33da21c3c743c68c0357dc12ad829a","id":"bc334698-132b-4ef7-8327-a593b67ee785","name":"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net"}]} 2018-10-26 10:18:43,716 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net used request id req-c52d7600-ebfd-4b6e-ae51-77cdfa7706ec 2018-10-26 10:18:43,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:18:43,724 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:18: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:18:43,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7e33da21c3c743c68c0357dc12ad829a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:18:43,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:18:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1713c882-c246-4e5c-90a9-2b05dd775ead Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/7e33da21c3c743c68c0357dc12ad829a"}, "enabled": true, "id": "7e33da21c3c743c68c0357dc12ad829a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-proj"}} 2018-10-26 10:18:43,804 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7e33da21c3c743c68c0357dc12ad829a used request id req-1713c882-c246-4e5c-90a9-2b05dd775ead 2018-10-26 10:18:43,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=bc334698-132b-4ef7-8327-a593b67ee785 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:18:44,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-eff563be-8111-4d68-aea2-e0cf91a19f6b Date: Fri, 26 Oct 2018 10:18:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:25Z","dns_nameservers":[],"updated_at":"2018-10-26T10:18:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"7e33da21c3c743c68c0357dc12ad829a","id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-subnet"}]} 2018-10-26 10:18:44,019 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=bc334698-132b-4ef7-8327-a593b67ee785 used request id req-eff563be-8111-4d68-aea2-e0cf91a19f6b 2018-10-26 10:18:44,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=bc334698-132b-4ef7-8327-a593b67ee785&name=CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfdport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:18:44,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-57b31e97-8fba-4873-b212-eeff3369a01a Date: Fri, 26 Oct 2018 10:18:44 GMT RESP BODY: {"ports":[]} 2018-10-26 10:18:44,196 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=bc334698-132b-4ef7-8327-a593b67ee785&name=CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfdport-1&admin_state_up=True used request id req-57b31e97-8fba-4873-b212-eeff3369a01a 2018-10-26 10:18:44,199 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:18:44,427 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:18: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-e9b9dc42-e407-4487-b50e-5671ecb49c46 x-compute-request-id: req-e9b9dc42-e407-4487-b50e-5671ecb49c46 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-26 10:18:44,428 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-inst used request id req-e9b9dc42-e407-4487-b50e-5671ecb49c46 2018-10-26 10:18:44,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:18:44,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-c1e4aa65-ef93-4e48-878d-72c462387696 Date: Fri, 26 Oct 2018 10:18: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":["e90cfd15-903f-4814-9d30-370d74a6d2fd"],"updated_at":"2018-10-26T10:18:25Z","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7e33da21c3c743c68c0357dc12ad829a","id":"bc334698-132b-4ef7-8327-a593b67ee785","name":"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net"}]} 2018-10-26 10:18:44,760 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net used request id req-c1e4aa65-ef93-4e48-878d-72c462387696 2018-10-26 10:18:44,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7e33da21c3c743c68c0357dc12ad829a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:18:44,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:18:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-590e1334-2c7b-4011-9bcf-5e3d113dc744 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/7e33da21c3c743c68c0357dc12ad829a"}, "enabled": true, "id": "7e33da21c3c743c68c0357dc12ad829a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-proj"}} 2018-10-26 10:18:44,837 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7e33da21c3c743c68c0357dc12ad829a used request id req-590e1334-2c7b-4011-9bcf-5e3d113dc744 2018-10-26 10:18:44,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=bc334698-132b-4ef7-8327-a593b67ee785 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:18:45,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-0c0a6882-540f-433c-a2f2-e42f6c890ff0 Date: Fri, 26 Oct 2018 10:18:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:25Z","dns_nameservers":[],"updated_at":"2018-10-26T10:18:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"7e33da21c3c743c68c0357dc12ad829a","id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-subnet"}]} 2018-10-26 10:18:45,030 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=bc334698-132b-4ef7-8327-a593b67ee785 used request id req-0c0a6882-540f-433c-a2f2-e42f6c890ff0 2018-10-26 10:18:45,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=bc334698-132b-4ef7-8327-a593b67ee785&name=CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfdport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:18:45,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-ea4fcd84-9a6d-4fc1-8399-dd481cc14b0b Date: Fri, 26 Oct 2018 10:18:45 GMT RESP BODY: {"ports":[]} 2018-10-26 10:18:45,215 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=bc334698-132b-4ef7-8327-a593b67ee785&name=CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfdport-1&admin_state_up=True used request id req-ea4fcd84-9a6d-4fc1-8399-dd481cc14b0b 2018-10-26 10:18:45,215 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:18:45,216 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:18:45,592 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c3dbaea2243b42e7bbba753d080e2948", "name": "CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-proj-role"}], "expires_at": "2018-10-26T11:18:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7e33da21c3c743c68c0357dc12ad829a", "name": "CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/7e33da21c3c743c68c0357dc12ad829a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/7e33da21c3c743c68c0357dc12ad829a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/7e33da21c3c743c68c0357dc12ad829a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/7e33da21c3c743c68c0357dc12ad829a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/7e33da21c3c743c68c0357dc12ad829a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/7e33da21c3c743c68c0357dc12ad829a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/7e33da21c3c743c68c0357dc12ad829a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/7e33da21c3c743c68c0357dc12ad829a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/7e33da21c3c743c68c0357dc12ad829a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/7e33da21c3c743c68c0357dc12ad829a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/7e33da21c3c743c68c0357dc12ad829a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/7e33da21c3c743c68c0357dc12ad829a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-user", "id": "ed78d9a9b61c4778b6b00d48c0b86ef5"}, "audit_ids": ["-FpRow2BReqtSZgOMQSEMA"], "issued_at": "2018-10-26T10:18:45.000000Z"}} 2018-10-26 10:18:45,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a54c64d3d6f775080957ea67448856b2f4645211" 2018-10-26 10:18:45,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:18:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bba018ad-4737-4b54-8e52-fc31c292c6d5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:18:45,675 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-bba018ad-4737-4b54-8e52-fc31c292c6d5 2018-10-26 10:18:45,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:18:45,947 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-efcf044d-b23f-43ca-a657-6bb452b4939c Date: Fri, 26 Oct 2018 10:18: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":["e90cfd15-903f-4814-9d30-370d74a6d2fd"],"updated_at":"2018-10-26T10:18:25Z","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7e33da21c3c743c68c0357dc12ad829a","id":"bc334698-132b-4ef7-8327-a593b67ee785","name":"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net"}]} 2018-10-26 10:18:45,947 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net used request id req-efcf044d-b23f-43ca-a657-6bb452b4939c 2018-10-26 10:18:45,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=bc334698-132b-4ef7-8327-a593b67ee785 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:18:46,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-1572b310-4346-45af-b9de-8537abc1a00a Date: Fri, 26 Oct 2018 10:18:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:25Z","dns_nameservers":[],"updated_at":"2018-10-26T10:18:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"7e33da21c3c743c68c0357dc12ad829a","id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-subnet"}]} 2018-10-26 10:18:46,155 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=bc334698-132b-4ef7-8327-a593b67ee785 used request id req-1572b310-4346-45af-b9de-8537abc1a00a 2018-10-26 10:18:46,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:18:46,405 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-873eafc8-4554-40a8-b05a-bf9ce980ca4f Date: Fri, 26 Oct 2018 10:18: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":["e90cfd15-903f-4814-9d30-370d74a6d2fd"],"updated_at":"2018-10-26T10:18:25Z","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7e33da21c3c743c68c0357dc12ad829a","id":"bc334698-132b-4ef7-8327-a593b67ee785","name":"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net"}]} 2018-10-26 10:18:46,405 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net used request id req-873eafc8-4554-40a8-b05a-bf9ce980ca4f 2018-10-26 10:18:46,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:18:46,414 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:18: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:18:46,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7e33da21c3c743c68c0357dc12ad829a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a54c64d3d6f775080957ea67448856b2f4645211" 2018-10-26 10:18:46,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:18:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cea25f59-5b29-4955-bdbd-7a4cd06ad64a Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/7e33da21c3c743c68c0357dc12ad829a"}, "enabled": true, "id": "7e33da21c3c743c68c0357dc12ad829a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-proj"}} 2018-10-26 10:18:46,492 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7e33da21c3c743c68c0357dc12ad829a used request id req-cea25f59-5b29-4955-bdbd-7a4cd06ad64a 2018-10-26 10:18:46,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=bc334698-132b-4ef7-8327-a593b67ee785 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:18:46,701 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-cf3fb06d-db22-464b-94c2-8497ebaa2277 Date: Fri, 26 Oct 2018 10:18:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:25Z","dns_nameservers":[],"updated_at":"2018-10-26T10:18:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"7e33da21c3c743c68c0357dc12ad829a","id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-subnet"}]} 2018-10-26 10:18:46,702 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=bc334698-132b-4ef7-8327-a593b67ee785 used request id req-cf3fb06d-db22-464b-94c2-8497ebaa2277 2018-10-26 10:18:46,703 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net 2018-10-26 10:18:46,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" -d '{"port": {"network_id": "bc334698-132b-4ef7-8327-a593b67ee785", "name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfdport-1", "admin_state_up": true}}' 2018-10-26 10:18:47,653 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 789 X-Openstack-Request-Id: req-98e6e711-1a3d-4dca-a0c8-d21360b61bb6 Date: Fri, 26 Oct 2018 10:18:47 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:18:47Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","ip_address":"10.55.1.11"}],"id":"8ec0b769-07a0-4723-887d-8df560ef6f0e","security_groups":["4da8ba10-077b-4534-aad2-4957f2150772"],"mac_address":"fa:16:3e:81:1c:64","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfdport-1","project_id":"7e33da21c3c743c68c0357dc12ad829a","qos_policy_id":null,"admin_state_up":true,"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:47Z","binding:vnic_type":"normal"}} 2018-10-26 10:18:47,654 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-98e6e711-1a3d-4dca-a0c8-d21360b61bb6 2018-10-26 10:18:47,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:18:47,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-56348f69-125c-4bbf-b148-28012d3c845d Date: Fri, 26 Oct 2018 10:18: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":["e90cfd15-903f-4814-9d30-370d74a6d2fd"],"updated_at":"2018-10-26T10:18:25Z","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7e33da21c3c743c68c0357dc12ad829a","id":"bc334698-132b-4ef7-8327-a593b67ee785","name":"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net"}]} 2018-10-26 10:18:47,913 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net used request id req-56348f69-125c-4bbf-b148-28012d3c845d 2018-10-26 10:18:47,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7e33da21c3c743c68c0357dc12ad829a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:18:47,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:18:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b5a778d-387a-4aa0-9d56-fd2ceb0b16a6 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/7e33da21c3c743c68c0357dc12ad829a"}, "enabled": true, "id": "7e33da21c3c743c68c0357dc12ad829a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-proj"}} 2018-10-26 10:18:47,999 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7e33da21c3c743c68c0357dc12ad829a used request id req-1b5a778d-387a-4aa0-9d56-fd2ceb0b16a6 2018-10-26 10:18:48,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=bc334698-132b-4ef7-8327-a593b67ee785 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:18:48,193 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-31068b0a-3a6e-4b51-aa5f-415a36b39478 Date: Fri, 26 Oct 2018 10:18:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:25Z","dns_nameservers":[],"updated_at":"2018-10-26T10:18:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"7e33da21c3c743c68c0357dc12ad829a","id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-subnet"}]} 2018-10-26 10:18:48,193 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=bc334698-132b-4ef7-8327-a593b67ee785 used request id req-31068b0a-3a6e-4b51-aa5f-415a36b39478 2018-10-26 10:18:48,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=bc334698-132b-4ef7-8327-a593b67ee785&name=CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfdport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:18:48,406 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 792 X-Openstack-Request-Id: req-d035785c-af89-411e-9912-a4f51bb3d20f Date: Fri, 26 Oct 2018 10:18:48 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:18:47Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","ip_address":"10.55.1.11"}],"id":"8ec0b769-07a0-4723-887d-8df560ef6f0e","security_groups":["4da8ba10-077b-4534-aad2-4957f2150772"],"mac_address":"fa:16:3e:81:1c:64","project_id":"7e33da21c3c743c68c0357dc12ad829a","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfdport-1","admin_state_up":true,"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:47Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-26 10:18:48,406 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=bc334698-132b-4ef7-8327-a593b67ee785&name=CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfdport-1&admin_state_up=True used request id req-d035785c-af89-411e-9912-a4f51bb3d20f 2018-10-26 10:18:48,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7e33da21c3c743c68c0357dc12ad829a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:18:48,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:18:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64eceab1-2aa8-4189-903b-4b751ad5c241 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/7e33da21c3c743c68c0357dc12ad829a"}, "enabled": true, "id": "7e33da21c3c743c68c0357dc12ad829a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-proj"}} 2018-10-26 10:18:48,484 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7e33da21c3c743c68c0357dc12ad829a used request id req-64eceab1-2aa8-4189-903b-4b751ad5c241 2018-10-26 10:18:48,484 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-inst 2018-10-26 10:18:48,488 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:18:48,517 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:18: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-ac2a2d00-9dd8-4b4b-8d2a-551de8c42e11 x-compute-request-id: req-ac2a2d00-9dd8-4b4b-8d2a-551de8c42e11 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ed3f504b-645a-4f8f-8a21-8617f2ac5a55", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/ed3f504b-645a-4f8f-8a21-8617f2ac5a55", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/ed3f504b-645a-4f8f-8a21-8617f2ac5a55", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-flavor-name"}]} 2018-10-26 10:18:48,517 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-ac2a2d00-9dd8-4b4b-8d2a-551de8c42e11 2018-10-26 10:18:48,521 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/ed3f504b-645a-4f8f-8a21-8617f2ac5a55 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:18:48,540 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:18: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-3565ba9a-957e-488b-80a5-09b37c6f2a9d x-compute-request-id: req-3565ba9a-957e-488b-80a5-09b37c6f2a9d Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/ed3f504b-645a-4f8f-8a21-8617f2ac5a55", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/ed3f504b-645a-4f8f-8a21-8617f2ac5a55", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "ed3f504b-645a-4f8f-8a21-8617f2ac5a55", "name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 10:18:48,541 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/ed3f504b-645a-4f8f-8a21-8617f2ac5a55 used request id req-3565ba9a-957e-488b-80a5-09b37c6f2a9d 2018-10-26 10:18:48,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:18:48,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-99ac10a6-0d91-47dc-a3c2-b0b94e59c7ab Date: Fri, 26 Oct 2018 10:18:48 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:18:21Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T10:18:23Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/46c7b7a7-5293-4dec-bab4-be38633d2884/snap", "metadata": {}}], "self": "/v2/images/46c7b7a7-5293-4dec-bab4-be38633d2884", "min_disk": 0, "protected": false, "id": "46c7b7a7-5293-4dec-bab4-be38633d2884", "file": "/v2/images/46c7b7a7-5293-4dec-bab4-be38633d2884/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "7e33da21c3c743c68c0357dc12ad829a", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/46c7b7a7-5293-4dec-bab4-be38633d2884/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-image"} 2018-10-26 10:18:48,719 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-image used request id req-99ac10a6-0d91-47dc-a3c2-b0b94e59c7ab 2018-10-26 10:18:48,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:18:48,863 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-15628392-9f1f-4cd8-bd05-c03585bac9ee Date: Fri, 26 Oct 2018 10:18: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-26 10:18:48,863 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-15628392-9f1f-4cd8-bd05-c03585bac9ee 2018-10-26 10:18:48,868 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-inst", "imageRef": "46c7b7a7-5293-4dec-bab4-be38633d2884", "key_name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-kp", "flavorRef": "ed3f504b-645a-4f8f-8a21-8617f2ac5a55", "max_count": 1, "min_count": 1, "networks": [{"port": "8ec0b769-07a0-4723-887d-8df560ef6f0e"}], "security_groups": [{"name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-sec-grp"}]}}' 2018-10-26 10:18:50,809 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10:18: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-9e321bfd-5c19-4447-b607-a60aa6105ca2 x-compute-request-id: req-9e321bfd-5c19-4447-b607-a60aa6105ca2 Content-Length: 444 location: http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "e153e0b5-0b79-4e04-9112-6af1dd933267", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e153e0b5-0b79-4e04-9112-6af1dd933267", "rel": "bookmark"}], "adminPass": "z6wxSGniv3EK"}} 2018-10-26 10:18:50,809 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-9e321bfd-5c19-4447-b607-a60aa6105ca2 2018-10-26 10:18:50,813 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:18:51,038 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:18: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-74a26fea-422d-4612-927f-807da6d80d4e x-compute-request-id: req-74a26fea-422d-4612-927f-807da6d80d4e Content-Encoding: gzip Content-Length: 622 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e153e0b5-0b79-4e04-9112-6af1dd933267", "rel": "bookmark"}], "image": {"id": "46c7b7a7-5293-4dec-bab4-be38633d2884", "links": [{"href": "http://172.30.9.21:8774/images/46c7b7a7-5293-4dec-bab4-be38633d2884", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ed3f504b-645a-4f8f-8a21-8617f2ac5a55", "links": [{"href": "http://172.30.9.21:8774/flavors/ed3f504b-645a-4f8f-8a21-8617f2ac5a55", "rel": "bookmark"}]}, "id": "e153e0b5-0b79-4e04-9112-6af1dd933267", "user_id": "ed78d9a9b61c4778b6b00d48c0b86ef5", "OS-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-26T10:18:50Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-kp", "name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-inst", "created": "2018-10-26T10:18:50Z", "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:18:51,038 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267 used request id req-74a26fea-422d-4612-927f-807da6d80d4e 2018-10-26 10:18:51,038 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-inst 2018-10-26 10:18:51,042 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:18:51,248 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:18:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a61fc9e9-97d6-493e-b2df-59c49d6093cc x-compute-request-id: req-a61fc9e9-97d6-493e-b2df-59c49d6093cc Content-Encoding: gzip Content-Length: 625 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e153e0b5-0b79-4e04-9112-6af1dd933267", "rel": "bookmark"}], "image": {"id": "46c7b7a7-5293-4dec-bab4-be38633d2884", "links": [{"href": "http://172.30.9.21:8774/images/46c7b7a7-5293-4dec-bab4-be38633d2884", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ed3f504b-645a-4f8f-8a21-8617f2ac5a55", "links": [{"href": "http://172.30.9.21:8774/flavors/ed3f504b-645a-4f8f-8a21-8617f2ac5a55", "rel": "bookmark"}]}, "id": "e153e0b5-0b79-4e04-9112-6af1dd933267", "user_id": "ed78d9a9b61c4778b6b00d48c0b86ef5", "OS-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-26T10:18:51Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-kp", "name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-inst", "created": "2018-10-26T10:18:50Z", "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:18:51,248 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267 used request id req-a61fc9e9-97d6-493e-b2df-59c49d6093cc 2018-10-26 10:18:51,248 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-inst] is - BUILD 2018-10-26 10:18:51,248 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:18:54,251 - create_instance - DEBUG - VM status query timeout in 896.787143946 2018-10-26 10:18:54,254 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:18:54,849 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:18: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-3b32349f-b59c-4f93-85fd-0e9da3f52599 x-compute-request-id: req-3b32349f-b59c-4f93-85fd-0e9da3f52599 Content-Encoding: gzip Content-Length: 687 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e153e0b5-0b79-4e04-9112-6af1dd933267", "rel": "bookmark"}], "image": {"id": "46c7b7a7-5293-4dec-bab4-be38633d2884", "links": [{"href": "http://172.30.9.21:8774/images/46c7b7a7-5293-4dec-bab4-be38633d2884", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ed3f504b-645a-4f8f-8a21-8617f2ac5a55", "links": [{"href": "http://172.30.9.21:8774/flavors/ed3f504b-645a-4f8f-8a21-8617f2ac5a55", "rel": "bookmark"}]}, "id": "e153e0b5-0b79-4e04-9112-6af1dd933267", "security_groups": [{"name": "default"}], "user_id": "ed78d9a9b61c4778b6b00d48c0b86ef5", "OS-DCF: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-26T10:18:51Z", "hostId": "cd2325190efb40c52e48719b1644f27512883f6500df7932033a71c7", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-kp", "name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-inst", "created": "2018-10-26T10:18:50Z", "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:18:54,849 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267 used request id req-3b32349f-b59c-4f93-85fd-0e9da3f52599 2018-10-26 10:18:54,850 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-inst] is - BUILD 2018-10-26 10:18:54,850 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:18:57,851 - create_instance - DEBUG - VM status query timeout in 893.187641859 2018-10-26 10:18:57,854 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:18:58,474 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:18: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-f8d887f4-091b-41c7-af69-ab955bcd1e3d x-compute-request-id: req-f8d887f4-091b-41c7-af69-ab955bcd1e3d Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:81:1c:64", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e153e0b5-0b79-4e04-9112-6af1dd933267", "rel": "bookmark"}], "image": {"id": "46c7b7a7-5293-4dec-bab4-be38633d2884", "links": [{"href": "http://172.30.9.21:8774/images/46c7b7a7-5293-4dec-bab4-be38633d2884", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:18:55.000000", "flavor": {"id": "ed3f504b-645a-4f8f-8a21-8617f2ac5a55", "links": [{"href": "http://172.30.9.21:8774/flavors/ed3f504b-645a-4f8f-8a21-8617f2ac5a55", "rel": "bookmark"}]}, "id": "e153e0b5-0b79-4e04-9112-6af1dd933267", "security_groups": [{"name": "default"}], "user_id": "ed78d9a9b61c4778b6b00d48c0b86ef5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:18:55Z", "hostId": "cd2325190efb40c52e48719b1644f27512883f6500df7932033a71c7", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-kp", "name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-inst", "created": "2018-10-26T10:18:50Z", "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:18:58,474 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267 used request id req-f8d887f4-091b-41c7-af69-ab955bcd1e3d 2018-10-26 10:18:58,474 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-inst] is - ACTIVE 2018-10-26 10:18:58,475 - create_instance - INFO - VM is - ACTIVE 2018-10-26 10:18:58,477 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:18:59,113 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:18: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-7c351760-77f1-473d-bd79-49822c1dda9f x-compute-request-id: req-7c351760-77f1-473d-bd79-49822c1dda9f Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:81:1c:64", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e153e0b5-0b79-4e04-9112-6af1dd933267", "rel": "bookmark"}], "image": {"id": "46c7b7a7-5293-4dec-bab4-be38633d2884", "links": [{"href": "http://172.30.9.21:8774/images/46c7b7a7-5293-4dec-bab4-be38633d2884", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:18:55.000000", "flavor": {"id": "ed3f504b-645a-4f8f-8a21-8617f2ac5a55", "links": [{"href": "http://172.30.9.21:8774/flavors/ed3f504b-645a-4f8f-8a21-8617f2ac5a55", "rel": "bookmark"}]}, "id": "e153e0b5-0b79-4e04-9112-6af1dd933267", "security_groups": [{"name": "default"}], "user_id": "ed78d9a9b61c4778b6b00d48c0b86ef5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:18:55Z", "hostId": "cd2325190efb40c52e48719b1644f27512883f6500df7932033a71c7", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-kp", "name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-inst", "created": "2018-10-26T10:18:50Z", "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:18:59,113 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267 used request id req-7c351760-77f1-473d-bd79-49822c1dda9f 2018-10-26 10:18:59,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:18:59,372 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-70a9eec8-5d62-4c3f-ba50-be692887456e Date: Fri, 26 Oct 2018 10:18: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":["e90cfd15-903f-4814-9d30-370d74a6d2fd"],"updated_at":"2018-10-26T10:18:25Z","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7e33da21c3c743c68c0357dc12ad829a","id":"bc334698-132b-4ef7-8327-a593b67ee785","name":"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net"}]} 2018-10-26 10:18:59,372 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net used request id req-70a9eec8-5d62-4c3f-ba50-be692887456e 2018-10-26 10:18:59,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7e33da21c3c743c68c0357dc12ad829a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:18:59,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:18:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9de45a7-1a24-48e6-855f-3b4df754d3ea Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/7e33da21c3c743c68c0357dc12ad829a"}, "enabled": true, "id": "7e33da21c3c743c68c0357dc12ad829a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-proj"}} 2018-10-26 10:18:59,398 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7e33da21c3c743c68c0357dc12ad829a used request id req-f9de45a7-1a24-48e6-855f-3b4df754d3ea 2018-10-26 10:18:59,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=bc334698-132b-4ef7-8327-a593b67ee785 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:18:59,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-26e211ee-0139-49b9-b1b6-aed3070b720f Date: Fri, 26 Oct 2018 10:18:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:25Z","dns_nameservers":[],"updated_at":"2018-10-26T10:18:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"7e33da21c3c743c68c0357dc12ad829a","id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-subnet"}]} 2018-10-26 10:18:59,455 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=bc334698-132b-4ef7-8327-a593b67ee785 used request id req-26e211ee-0139-49b9-b1b6-aed3070b720f 2018-10-26 10:18:59,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=bc334698-132b-4ef7-8327-a593b67ee785 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:18:59,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3863 X-Openstack-Request-Id: req-544c6e7b-c595-4a02-96d2-6f5e534c29f9 Date: Fri, 26 Oct 2018 10:18:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:18:55Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","ip_address":"10.55.1.11"}],"id":"8ec0b769-07a0-4723-887d-8df560ef6f0e","security_groups":["4da8ba10-077b-4534-aad2-4957f2150772"],"mac_address":"fa:16:3e:81:1c:64","project_id":"7e33da21c3c743c68c0357dc12ad829a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfdport-1","admin_state_up":true,"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:47Z","binding:vnic_type":"normal","device_id":"e153e0b5-0b79-4e04-9112-6af1dd933267"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:18:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","ip_address":"10.55.1.3"}],"id":"ea914dfd-53b2-4aeb-a05d-77188dd3abb5","security_groups":[],"mac_address":"fa:16:3e:e0:9f:55","project_id":"7e33da21c3c743c68c0357dc12ad829a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:26Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-bc334698-132b-4ef7-8327-a593b67ee785"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:18:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","ip_address":"10.55.1.4"}],"id":"f250c224-5e19-4bfc-b5d7-059ae5d8ce4e","security_groups":[],"mac_address":"fa:16:3e:e2:6c:75","project_id":"7e33da21c3c743c68c0357dc12ad829a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:27Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-bc334698-132b-4ef7-8327-a593b67ee785"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:18:49Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","ip_address":"10.55.1.1"}],"id":"f8d007c1-ec32-49c2-8cf4-6b0bf1f73eec","security_groups":[],"mac_address":"fa:16:3e:16:da:a6","project_id":"7e33da21c3c743c68c0357dc12ad829a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:35Z","binding:vnic_type":"normal","device_id":"e962cc56-3a58-4146-a1de-2ee13ef0931a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:18:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","ip_address":"10.55.1.2"}],"id":"f966e1f8-787f-4f7d-832f-33467527d21f","security_groups":[],"mac_address":"fa:16:3e:1a:83:02","project_id":"7e33da21c3c743c68c0357dc12ad829a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:26Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-bc334698-132b-4ef7-8327-a593b67ee785"}]} 2018-10-26 10:18:59,559 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=bc334698-132b-4ef7-8327-a593b67ee785 used request id req-544c6e7b-c595-4a02-96d2-6f5e534c29f9 2018-10-26 10:18:59,563 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:18:59,902 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:18: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-18788017-09d1-4c79-9fac-fdd728a9af0c x-compute-request-id: req-18788017-09d1-4c79-9fac-fdd728a9af0c Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:81:1c:64", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e153e0b5-0b79-4e04-9112-6af1dd933267", "rel": "bookmark"}], "image": {"id": "46c7b7a7-5293-4dec-bab4-be38633d2884", "links": [{"href": "http://172.30.9.21:8774/images/46c7b7a7-5293-4dec-bab4-be38633d2884", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:18:55.000000", "flavor": {"id": "ed3f504b-645a-4f8f-8a21-8617f2ac5a55", "links": [{"href": "http://172.30.9.21:8774/flavors/ed3f504b-645a-4f8f-8a21-8617f2ac5a55", "rel": "bookmark"}]}, "id": "e153e0b5-0b79-4e04-9112-6af1dd933267", "security_groups": [{"name": "default"}], "user_id": "ed78d9a9b61c4778b6b00d48c0b86ef5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:18:55Z", "hostId": "cd2325190efb40c52e48719b1644f27512883f6500df7932033a71c7", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-kp", "name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-inst", "created": "2018-10-26T10:18:50Z", "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:18:59,902 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267 used request id req-18788017-09d1-4c79-9fac-fdd728a9af0c 2018-10-26 10:18:59,902 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-inst] is - ACTIVE 2018-10-26 10:18:59,903 - create_instance - INFO - VM is - ACTIVE 2018-10-26 10:18:59,905 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:19:00,657 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:18: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-ba510f3f-0918-4d22-b79e-dda45363676c x-compute-request-id: req-ba510f3f-0918-4d22-b79e-dda45363676c Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:81:1c:64", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e153e0b5-0b79-4e04-9112-6af1dd933267", "rel": "bookmark"}], "image": {"id": "46c7b7a7-5293-4dec-bab4-be38633d2884", "links": [{"href": "http://172.30.9.21:8774/images/46c7b7a7-5293-4dec-bab4-be38633d2884", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:18:55.000000", "flavor": {"id": "ed3f504b-645a-4f8f-8a21-8617f2ac5a55", "links": [{"href": "http://172.30.9.21:8774/flavors/ed3f504b-645a-4f8f-8a21-8617f2ac5a55", "rel": "bookmark"}]}, "id": "e153e0b5-0b79-4e04-9112-6af1dd933267", "security_groups": [{"name": "default"}], "user_id": "ed78d9a9b61c4778b6b00d48c0b86ef5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:18:55Z", "hostId": "cd2325190efb40c52e48719b1644f27512883f6500df7932033a71c7", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-kp", "name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-inst", "created": "2018-10-26T10:18:50Z", "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:19:00,657 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267 used request id req-ba510f3f-0918-4d22-b79e-dda45363676c 2018-10-26 10:19:00,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:19:00,763 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-5bb60b6b-fe7e-47f9-b523-1050974479bd Date: Fri, 26 Oct 2018 10:19: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":["e90cfd15-903f-4814-9d30-370d74a6d2fd"],"updated_at":"2018-10-26T10:18:25Z","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7e33da21c3c743c68c0357dc12ad829a","id":"bc334698-132b-4ef7-8327-a593b67ee785","name":"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net"}]} 2018-10-26 10:19:00,763 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net used request id req-5bb60b6b-fe7e-47f9-b523-1050974479bd 2018-10-26 10:19:00,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7e33da21c3c743c68c0357dc12ad829a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:19:00,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:19:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32c89c3e-abce-429b-8565-34899b55cfb7 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/7e33da21c3c743c68c0357dc12ad829a"}, "enabled": true, "id": "7e33da21c3c743c68c0357dc12ad829a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-proj"}} 2018-10-26 10:19:00,846 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7e33da21c3c743c68c0357dc12ad829a used request id req-32c89c3e-abce-429b-8565-34899b55cfb7 2018-10-26 10:19:00,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=bc334698-132b-4ef7-8327-a593b67ee785 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:19:01,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-368e9a53-670a-4a5f-a368-b50f6ca33a32 Date: Fri, 26 Oct 2018 10:19:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:25Z","dns_nameservers":[],"updated_at":"2018-10-26T10:18:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"7e33da21c3c743c68c0357dc12ad829a","id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-subnet"}]} 2018-10-26 10:19:01,055 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=bc334698-132b-4ef7-8327-a593b67ee785 used request id req-368e9a53-670a-4a5f-a368-b50f6ca33a32 2018-10-26 10:19:01,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=bc334698-132b-4ef7-8327-a593b67ee785 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:19:01,161 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3863 X-Openstack-Request-Id: req-3c484811-9f3b-46ba-88e8-723e77b9fd5f Date: Fri, 26 Oct 2018 10:19:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:18:55Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","ip_address":"10.55.1.11"}],"id":"8ec0b769-07a0-4723-887d-8df560ef6f0e","security_groups":["4da8ba10-077b-4534-aad2-4957f2150772"],"mac_address":"fa:16:3e:81:1c:64","project_id":"7e33da21c3c743c68c0357dc12ad829a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfdport-1","admin_state_up":true,"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:47Z","binding:vnic_type":"normal","device_id":"e153e0b5-0b79-4e04-9112-6af1dd933267"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:18:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","ip_address":"10.55.1.3"}],"id":"ea914dfd-53b2-4aeb-a05d-77188dd3abb5","security_groups":[],"mac_address":"fa:16:3e:e0:9f:55","project_id":"7e33da21c3c743c68c0357dc12ad829a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:26Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-bc334698-132b-4ef7-8327-a593b67ee785"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:18:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","ip_address":"10.55.1.4"}],"id":"f250c224-5e19-4bfc-b5d7-059ae5d8ce4e","security_groups":[],"mac_address":"fa:16:3e:e2:6c:75","project_id":"7e33da21c3c743c68c0357dc12ad829a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:27Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-bc334698-132b-4ef7-8327-a593b67ee785"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:18:49Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","ip_address":"10.55.1.1"}],"id":"f8d007c1-ec32-49c2-8cf4-6b0bf1f73eec","security_groups":[],"mac_address":"fa:16:3e:16:da:a6","project_id":"7e33da21c3c743c68c0357dc12ad829a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:35Z","binding:vnic_type":"normal","device_id":"e962cc56-3a58-4146-a1de-2ee13ef0931a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:18:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","ip_address":"10.55.1.2"}],"id":"f966e1f8-787f-4f7d-832f-33467527d21f","security_groups":[],"mac_address":"fa:16:3e:1a:83:02","project_id":"7e33da21c3c743c68c0357dc12ad829a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:26Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-bc334698-132b-4ef7-8327-a593b67ee785"}]} 2018-10-26 10:19:01,161 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=bc334698-132b-4ef7-8327-a593b67ee785 used request id req-3c484811-9f3b-46ba-88e8-723e77b9fd5f 2018-10-26 10:19:01,165 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" -d '{"addSecurityGroup": {"name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-sec-grp"}}' 2018-10-26 10:19:02,807 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10:19: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-c0419a88-c29d-47a6-83d0-f7f02bb8ccec x-compute-request-id: req-c0419a88-c29d-47a6-83d0-f7f02bb8ccec Content-Length: 0 Content-Type: application/json 2018-10-26 10:19:02,808 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267/action used request id req-c0419a88-c29d-47a6-83d0-f7f02bb8ccec 2018-10-26 10:19:02,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:19:02,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-07ff57f5-5e39-407c-9d45-bd178fc6640f Date: Fri, 26 Oct 2018 10:19:02 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "created_at": "2018-10-26T10:18:29Z", "admin_state_up": true, "updated_at": "2018-10-26T10:18:35Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "7e33da21c3c743c68c0357dc12ad829a", "id": "e962cc56-3a58-4146-a1de-2ee13ef0931a", "name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-router"}]} 2018-10-26 10:19:02,895 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-router used request id req-07ff57f5-5e39-407c-9d45-bd178fc6640f 2018-10-26 10:19:02,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7e33da21c3c743c68c0357dc12ad829a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:19:02,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:19:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df6d07c2-8204-4e47-861e-40a488c4214f Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/7e33da21c3c743c68c0357dc12ad829a"}, "enabled": true, "id": "7e33da21c3c743c68c0357dc12ad829a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-proj"}} 2018-10-26 10:19:02,982 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7e33da21c3c743c68c0357dc12ad829a used request id req-df6d07c2-8204-4e47-861e-40a488c4214f 2018-10-26 10:19:02,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=e962cc56-3a58-4146-a1de-2ee13ef0931a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:19:03,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-532f5da5-089f-421d-ba9b-64fe19acc3b2 Date: Fri, 26 Oct 2018 10:19:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:18:49Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","ip_address":"10.55.1.1"}],"id":"f8d007c1-ec32-49c2-8cf4-6b0bf1f73eec","security_groups":[],"mac_address":"fa:16:3e:16:da:a6","project_id":"7e33da21c3c743c68c0357dc12ad829a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:35Z","binding:vnic_type":"normal","device_id":"e962cc56-3a58-4146-a1de-2ee13ef0931a"}]} 2018-10-26 10:19:03,043 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=e962cc56-3a58-4146-a1de-2ee13ef0931a used request id req-532f5da5-089f-421d-ba9b-64fe19acc3b2 2018-10-26 10:19:03,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/e90cfd15-903f-4814-9d30-370d74a6d2fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:19:03,098 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-c5af04a0-d2da-4b67-aa7f-be82c50c81b0 Date: Fri, 26 Oct 2018 10:19:03 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:25Z","dns_nameservers":[],"updated_at":"2018-10-26T10:18:25Z","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":"7e33da21c3c743c68c0357dc12ad829a","id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-subnet"}} 2018-10-26 10:19:03,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/e90cfd15-903f-4814-9d30-370d74a6d2fd used request id req-c5af04a0-d2da-4b67-aa7f-be82c50c81b0 2018-10-26 10:19:03,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:19:03,200 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-9f21cc1e-cd5c-48c2-aac5-09fd80144dd4 Date: Fri, 26 Oct 2018 10:19:03 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","mtu":1500}]} 2018-10-26 10:19:03,200 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-9f21cc1e-cd5c-48c2-aac5-09fd80144dd4 2018-10-26 10:19:03,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:19:03,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-22b5f5fd-d8e7-48f2-b204-b2b0b6d30426 Date: Fri, 26 Oct 2018 10:19:03 GMT RESP BODY: {"subnets":[]} 2018-10-26 10:19:03,234 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-22b5f5fd-d8e7-48f2-b204-b2b0b6d30426 2018-10-26 10:19:03,237 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:19:03,853 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:19: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-b8b7463e-0d90-4e75-a987-721ab38290b6 x-compute-request-id: req-b8b7463e-0d90-4e75-a987-721ab38290b6 Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:81:1c:64", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e153e0b5-0b79-4e04-9112-6af1dd933267", "rel": "bookmark"}], "image": {"id": "46c7b7a7-5293-4dec-bab4-be38633d2884", "links": [{"href": "http://172.30.9.21:8774/images/46c7b7a7-5293-4dec-bab4-be38633d2884", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:18:55.000000", "flavor": {"id": "ed3f504b-645a-4f8f-8a21-8617f2ac5a55", "links": [{"href": "http://172.30.9.21:8774/flavors/ed3f504b-645a-4f8f-8a21-8617f2ac5a55", "rel": "bookmark"}]}, "id": "e153e0b5-0b79-4e04-9112-6af1dd933267", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-sec-grp"}], "user_id": "ed78d9a9b61c4778b6b00d48c0b86ef5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:18:55Z", "hostId": "cd2325190efb40c52e48719b1644f27512883f6500df7932033a71c7", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-kp", "name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-inst", "created": "2018-10-26T10:18:50Z", "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:19:03,853 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267 used request id req-b8b7463e-0d90-4e75-a987-721ab38290b6 2018-10-26 10:19:03,853 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-inst] is - ACTIVE 2018-10-26 10:19:03,853 - create_instance - INFO - VM is - ACTIVE 2018-10-26 10:19:03,856 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:19:04,321 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:19: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-ae58f200-4361-4c6a-81bb-ba4b93090a46 x-compute-request-id: req-ae58f200-4361-4c6a-81bb-ba4b93090a46 Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:81:1c:64", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e153e0b5-0b79-4e04-9112-6af1dd933267", "rel": "bookmark"}], "image": {"id": "46c7b7a7-5293-4dec-bab4-be38633d2884", "links": [{"href": "http://172.30.9.21:8774/images/46c7b7a7-5293-4dec-bab4-be38633d2884", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:18:55.000000", "flavor": {"id": "ed3f504b-645a-4f8f-8a21-8617f2ac5a55", "links": [{"href": "http://172.30.9.21:8774/flavors/ed3f504b-645a-4f8f-8a21-8617f2ac5a55", "rel": "bookmark"}]}, "id": "e153e0b5-0b79-4e04-9112-6af1dd933267", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-sec-grp"}], "user_id": "ed78d9a9b61c4778b6b00d48c0b86ef5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:18:55Z", "hostId": "cd2325190efb40c52e48719b1644f27512883f6500df7932033a71c7", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-kp", "name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-inst", "created": "2018-10-26T10:18:50Z", "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:19:04,322 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267 used request id req-ae58f200-4361-4c6a-81bb-ba4b93090a46 2018-10-26 10:19:04,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:19:04,581 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-a913387d-5c5c-452d-bb81-ee91fe0aa9d7 Date: Fri, 26 Oct 2018 10:19: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":["e90cfd15-903f-4814-9d30-370d74a6d2fd"],"updated_at":"2018-10-26T10:18:25Z","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7e33da21c3c743c68c0357dc12ad829a","id":"bc334698-132b-4ef7-8327-a593b67ee785","name":"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net"}]} 2018-10-26 10:19:04,581 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net used request id req-a913387d-5c5c-452d-bb81-ee91fe0aa9d7 2018-10-26 10:19:04,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7e33da21c3c743c68c0357dc12ad829a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:19:04,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:19:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-947369e6-fbe2-4024-a964-dae83756dc1c Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/7e33da21c3c743c68c0357dc12ad829a"}, "enabled": true, "id": "7e33da21c3c743c68c0357dc12ad829a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-proj"}} 2018-10-26 10:19:04,665 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7e33da21c3c743c68c0357dc12ad829a used request id req-947369e6-fbe2-4024-a964-dae83756dc1c 2018-10-26 10:19:04,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=bc334698-132b-4ef7-8327-a593b67ee785 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:19:04,723 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-bf52be00-50e1-46f8-b4d1-c963f89af81a Date: Fri, 26 Oct 2018 10:19:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:25Z","dns_nameservers":[],"updated_at":"2018-10-26T10:18:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"7e33da21c3c743c68c0357dc12ad829a","id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-subnet"}]} 2018-10-26 10:19:04,723 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=bc334698-132b-4ef7-8327-a593b67ee785 used request id req-bf52be00-50e1-46f8-b4d1-c963f89af81a 2018-10-26 10:19:04,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=bc334698-132b-4ef7-8327-a593b67ee785 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:19:04,841 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-871e7a8d-2d66-49bd-8c83-2a10fcae0aa7 Date: Fri, 26 Oct 2018 10:19:04 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:19:02Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","ip_address":"10.55.1.11"}],"id":"8ec0b769-07a0-4723-887d-8df560ef6f0e","security_groups":["4da8ba10-077b-4534-aad2-4957f2150772","db3f38ec-26d8-4d64-8753-84dcfc8db599"],"mac_address":"fa:16:3e:81:1c:64","project_id":"7e33da21c3c743c68c0357dc12ad829a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfdport-1","admin_state_up":true,"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:47Z","binding:vnic_type":"normal","device_id":"e153e0b5-0b79-4e04-9112-6af1dd933267"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:18:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","ip_address":"10.55.1.3"}],"id":"ea914dfd-53b2-4aeb-a05d-77188dd3abb5","security_groups":[],"mac_address":"fa:16:3e:e0:9f:55","project_id":"7e33da21c3c743c68c0357dc12ad829a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:26Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-bc334698-132b-4ef7-8327-a593b67ee785"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:18:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","ip_address":"10.55.1.4"}],"id":"f250c224-5e19-4bfc-b5d7-059ae5d8ce4e","security_groups":[],"mac_address":"fa:16:3e:e2:6c:75","project_id":"7e33da21c3c743c68c0357dc12ad829a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:27Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-bc334698-132b-4ef7-8327-a593b67ee785"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:18:49Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","ip_address":"10.55.1.1"}],"id":"f8d007c1-ec32-49c2-8cf4-6b0bf1f73eec","security_groups":[],"mac_address":"fa:16:3e:16:da:a6","project_id":"7e33da21c3c743c68c0357dc12ad829a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:35Z","binding:vnic_type":"normal","device_id":"e962cc56-3a58-4146-a1de-2ee13ef0931a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:18:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","ip_address":"10.55.1.2"}],"id":"f966e1f8-787f-4f7d-832f-33467527d21f","security_groups":[],"mac_address":"fa:16:3e:1a:83:02","project_id":"7e33da21c3c743c68c0357dc12ad829a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:26Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-bc334698-132b-4ef7-8327-a593b67ee785"}]} 2018-10-26 10:19:04,841 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=bc334698-132b-4ef7-8327-a593b67ee785 used request id req-871e7a8d-2d66-49bd-8c83-2a10fcae0aa7 2018-10-26 10:19:04,842 - neutron_utils - INFO - Creating floating ip to external network - external 2018-10-26 10:19:04,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:19:04,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-9415d81c-22d9-4391-81ed-958ea7f77a95 Date: Fri, 26 Oct 2018 10:19:04 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","mtu":1500}]} 2018-10-26 10:19:04,949 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-9415d81c-22d9-4391-81ed-958ea7f77a95 2018-10-26 10:19:04,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:19:05,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-f6c5d584-2816-4331-9835-ed2e21abe2d9 Date: Fri, 26 Oct 2018 10:19:05 GMT RESP BODY: {"subnets":[]} 2018-10-26 10:19:05,135 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-f6c5d584-2816-4331-9835-ed2e21abe2d9 2018-10-26 10:19:05,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" -d '{"floatingip": {"floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "port_id": "8ec0b769-07a0-4723-887d-8df560ef6f0e"}}' 2018-10-26 10:19:07,008 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 548 X-Openstack-Request-Id: req-d4434b62-17ce-440f-9ebc-3cbae09babd9 Date: Fri, 26 Oct 2018 10:19:07 GMT RESP BODY: {"floatingip": {"router_id": "e962cc56-3a58-4146-a1de-2ee13ef0931a", "status": "DOWN", "description": "", "tags": [], "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "created_at": "2018-10-26T10:19:05Z", "updated_at": "2018-10-26T10:19:05Z", "floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "fixed_ip_address": "10.55.1.11", "floating_ip_address": "172.30.9.200", "revision_number": 0, "project_id": "7e33da21c3c743c68c0357dc12ad829a", "port_id": "8ec0b769-07a0-4723-887d-8df560ef6f0e", "id": "444e15a2-3938-4924-a1fe-c36a02437bbe"}} 2018-10-26 10:19:07,009 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips used request id req-d4434b62-17ce-440f-9ebc-3cbae09babd9 2018-10-26 10:19:07,009 - create_instance - INFO - Created floating IP 172.30.9.200 via router - CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-router 2018-10-26 10:19:07,012 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:19:07,538 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:19: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-ad89e012-9594-4146-8d01-75849f049bb5 x-compute-request-id: req-ad89e012-9594-4146-8d01-75849f049bb5 Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:81:1c:64", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e153e0b5-0b79-4e04-9112-6af1dd933267", "rel": "bookmark"}], "image": {"id": "46c7b7a7-5293-4dec-bab4-be38633d2884", "links": [{"href": "http://172.30.9.21:8774/images/46c7b7a7-5293-4dec-bab4-be38633d2884", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:18:55.000000", "flavor": {"id": "ed3f504b-645a-4f8f-8a21-8617f2ac5a55", "links": [{"href": "http://172.30.9.21:8774/flavors/ed3f504b-645a-4f8f-8a21-8617f2ac5a55", "rel": "bookmark"}]}, "id": "e153e0b5-0b79-4e04-9112-6af1dd933267", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-sec-grp"}], "user_id": "ed78d9a9b61c4778b6b00d48c0b86ef5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:18:55Z", "hostId": "cd2325190efb40c52e48719b1644f27512883f6500df7932033a71c7", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-kp", "name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-inst", "created": "2018-10-26T10:18:50Z", "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:19:07,538 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267 used request id req-ad89e012-9594-4146-8d01-75849f049bb5 2018-10-26 10:19:07,539 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-inst] is - ACTIVE 2018-10-26 10:19:07,539 - create_instance - INFO - VM is - ACTIVE 2018-10-26 10:19:07,542 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:19:08,002 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:19: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-1d4fe153-bbf1-4f77-81e2-c34b88b82c47 x-compute-request-id: req-1d4fe153-bbf1-4f77-81e2-c34b88b82c47 Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:81:1c:64", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e153e0b5-0b79-4e04-9112-6af1dd933267", "rel": "bookmark"}], "image": {"id": "46c7b7a7-5293-4dec-bab4-be38633d2884", "links": [{"href": "http://172.30.9.21:8774/images/46c7b7a7-5293-4dec-bab4-be38633d2884", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:18:55.000000", "flavor": {"id": "ed3f504b-645a-4f8f-8a21-8617f2ac5a55", "links": [{"href": "http://172.30.9.21:8774/flavors/ed3f504b-645a-4f8f-8a21-8617f2ac5a55", "rel": "bookmark"}]}, "id": "e153e0b5-0b79-4e04-9112-6af1dd933267", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-sec-grp"}], "user_id": "ed78d9a9b61c4778b6b00d48c0b86ef5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:18:55Z", "hostId": "cd2325190efb40c52e48719b1644f27512883f6500df7932033a71c7", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-kp", "name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-inst", "created": "2018-10-26T10:18:50Z", "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:19:08,002 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267 used request id req-1d4fe153-bbf1-4f77-81e2-c34b88b82c47 2018-10-26 10:19:08,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:19:08,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-67e9ab25-a9dc-43ff-8f1d-ab45e19df062 Date: Fri, 26 Oct 2018 10:19: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":["e90cfd15-903f-4814-9d30-370d74a6d2fd"],"updated_at":"2018-10-26T10:18:25Z","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7e33da21c3c743c68c0357dc12ad829a","id":"bc334698-132b-4ef7-8327-a593b67ee785","name":"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net"}]} 2018-10-26 10:19:08,249 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net used request id req-67e9ab25-a9dc-43ff-8f1d-ab45e19df062 2018-10-26 10:19:08,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7e33da21c3c743c68c0357dc12ad829a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:19:08,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:19:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec88e589-442b-42bb-94af-24fe6b91fe5f Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/7e33da21c3c743c68c0357dc12ad829a"}, "enabled": true, "id": "7e33da21c3c743c68c0357dc12ad829a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-proj"}} 2018-10-26 10:19:08,330 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7e33da21c3c743c68c0357dc12ad829a used request id req-ec88e589-442b-42bb-94af-24fe6b91fe5f 2018-10-26 10:19:08,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=bc334698-132b-4ef7-8327-a593b67ee785 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:19:08,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-783aa125-b3c4-4804-87bb-00e475af8b9d Date: Fri, 26 Oct 2018 10:19:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:25Z","dns_nameservers":[],"updated_at":"2018-10-26T10:18:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"7e33da21c3c743c68c0357dc12ad829a","id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-subnet"}]} 2018-10-26 10:19:08,388 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=bc334698-132b-4ef7-8327-a593b67ee785 used request id req-783aa125-b3c4-4804-87bb-00e475af8b9d 2018-10-26 10:19:08,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=bc334698-132b-4ef7-8327-a593b67ee785 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:19:08,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-db195f3a-4a68-481d-8c2d-fca65e702f02 Date: Fri, 26 Oct 2018 10:19:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:19:02Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","ip_address":"10.55.1.11"}],"id":"8ec0b769-07a0-4723-887d-8df560ef6f0e","security_groups":["4da8ba10-077b-4534-aad2-4957f2150772","db3f38ec-26d8-4d64-8753-84dcfc8db599"],"mac_address":"fa:16:3e:81:1c:64","project_id":"7e33da21c3c743c68c0357dc12ad829a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfdport-1","admin_state_up":true,"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:47Z","binding:vnic_type":"normal","device_id":"e153e0b5-0b79-4e04-9112-6af1dd933267"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:18:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","ip_address":"10.55.1.3"}],"id":"ea914dfd-53b2-4aeb-a05d-77188dd3abb5","security_groups":[],"mac_address":"fa:16:3e:e0:9f:55","project_id":"7e33da21c3c743c68c0357dc12ad829a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:26Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-bc334698-132b-4ef7-8327-a593b67ee785"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:18:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","ip_address":"10.55.1.4"}],"id":"f250c224-5e19-4bfc-b5d7-059ae5d8ce4e","security_groups":[],"mac_address":"fa:16:3e:e2:6c:75","project_id":"7e33da21c3c743c68c0357dc12ad829a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:27Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-bc334698-132b-4ef7-8327-a593b67ee785"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:18:49Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","ip_address":"10.55.1.1"}],"id":"f8d007c1-ec32-49c2-8cf4-6b0bf1f73eec","security_groups":[],"mac_address":"fa:16:3e:16:da:a6","project_id":"7e33da21c3c743c68c0357dc12ad829a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:35Z","binding:vnic_type":"normal","device_id":"e962cc56-3a58-4146-a1de-2ee13ef0931a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:18:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","ip_address":"10.55.1.2"}],"id":"f966e1f8-787f-4f7d-832f-33467527d21f","security_groups":[],"mac_address":"fa:16:3e:1a:83:02","project_id":"7e33da21c3c743c68c0357dc12ad829a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:26Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-bc334698-132b-4ef7-8327-a593b67ee785"}]} 2018-10-26 10:19:08,492 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=bc334698-132b-4ef7-8327-a593b67ee785 used request id req-db195f3a-4a68-481d-8c2d-fca65e702f02 2018-10-26 10:19:08,493 - create_instance_tests - INFO - Looking for IP 10.55.1.11 in the console log 2018-10-26 10:19:08,496 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:19:09,198 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:19: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-95eb651c-8325-404d-be0d-83d15fe1a7a7 x-compute-request-id: req-95eb651c-8325-404d-be0d-83d15fe1a7a7 Content-Encoding: gzip Content-Length: 791 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:81:1c:64", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:81:1c:64", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e153e0b5-0b79-4e04-9112-6af1dd933267", "rel": "bookmark"}], "image": {"id": "46c7b7a7-5293-4dec-bab4-be38633d2884", "links": [{"href": "http://172.30.9.21:8774/images/46c7b7a7-5293-4dec-bab4-be38633d2884", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:18:55.000000", "flavor": {"id": "ed3f504b-645a-4f8f-8a21-8617f2ac5a55", "links": [{"href": "http://172.30.9.21:8774/flavors/ed3f504b-645a-4f8f-8a21-8617f2ac5a55", "rel": "bookmark"}]}, "id": "e153e0b5-0b79-4e04-9112-6af1dd933267", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-sec-grp"}], "user_id": "ed78d9a9b61c4778b6b00d48c0b86ef5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:18:55Z", "hostId": "cd2325190efb40c52e48719b1644f27512883f6500df7932033a71c7", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-kp", "name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-inst", "created": "2018-10-26T10:18:50Z", "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:19:09,198 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267 used request id req-95eb651c-8325-404d-be0d-83d15fe1a7a7 2018-10-26 10:19:09,201 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-26 10:19:10,279 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:19: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-f72c2cba-d6a5-42ae-a6d5-fc74e720d83c x-compute-request-id: req-f72c2cba-d6a5-42ae-a6d5-fc74e720d83c Content-Encoding: gzip Content-Length: 9614 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 502440687 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.126647] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.128279] pid_max: default: 32768 minimum: 301\n[ 0.129164] ACPI: Core revision 20150930\n[ 0.130552] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.131849] Security Framework initialized\n[ 0.132658] Yama: becoming mindful.\n[ 0.133385] AppArmor: AppArmor initialized\n[ 0.134231] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.135498] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.136734] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.137914] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.139323] Initializing cgroup subsys io\n[ 0.140130] Initializing cgroup subsys memory\n[ 0.140985] Initializing cgroup subsys devices\n[ 0.141858] Initializing cgroup subsys freezer\n[ 0.142722] Initializing cgroup subsys net_cls\n[ 0.143584] Initializing cgroup subsys perf_event\n[ 0.144498] Initializing cgroup subsys net_prio\n[ 0.145377] Initializing cgroup subsys hugetlb\n[ 0.146244] Initializing cgroup subsys pids\n[ 0.147116] CPU: Physical Processor ID: 0\n[ 0.148627] mce: CPU supports 10 MCE banks\n[ 0.149468] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.150460] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.152767] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.159471] ftrace: allocating 31920 entries in 125 pages\n[ 0.186861] smpboot: Max logical packages: 2\n[ 0.187707] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.188892] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.190245] x2apic enabled\n[ 0.191057] Switched APIC routing to physical x2apic.\n[ 0.192801] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.193999] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.196121] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.198037] KVM setup paravirtual spinlock\n[ 0.199490] x86: Booting SMP configuration:\n[ 0.200379] .... node #0, CPUs: #1\n[ 0.201254] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.223757] x86: Booted up 1 node, 2 CPUs\n[ 0.223759] KVM setup async PF for cpu 1\n[ 0.223762] kvm-stealtime: cpu 1, msr f90d940\n[ 0.226328] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.227804] devtmpfs: initialized\n[ 0.229516] evm: security.selinux\n[ 0.230205] evm: security.SMACK64\n[ 0.230896] evm: security.SMACK64EXEC\n[ 0.231635] evm: security.SMACK64TRANSMUTE\n[ 0.232442] evm: security.SMACK64MMAP\n[ 0.233181] evm: security.ima\n[ 0.233817] evm: security.capability\n[ 0.234672] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236549] pinctrl core: initialized pinctrl subsystem\n[ 0.237641] RTC time: 10:18:55, date: 10/26/18\n[ 0.238615] NET: Registered protocol family 16\n[ 0.248494] cpuidle: using governor ladder\n[ 0.260514] cpuidle: using governor menu\n[ 0.261322] PCCT header not found.\n[ 0.262078] ACPI: bus type PCI registered\n[ 0.262878] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.264111] PCI: Using configuration type 1 for base access\n[ 0.277450] ACPI: Added _OSI(Module Device)\n[ 0.278279] ACPI: Added _OSI(Processor Device)\n[ 0.279132] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.280022] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.282320] ACPI: Interpreter enabled\n[ 0.283078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.284910] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.286753] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.288585] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.290421] ACPI: (supports S0 S5)\n[ 0.291120] ACPI: Using IOAPIC for interrupt routing\n[ 0.292160] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.295527] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.296688] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.297917] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.299100] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.301350] acpiphp: Slot [3] registered\n[ 0.302152] acpiphp: Slot [4] registered\n[ 0.302951] acpiphp: Slot [5] registered\n[ 0.303744] acpiphp: Slot [6] registered\n[ 0.304539] acpiphp: Slot [7] registered\n[ 0.305333] acpiphp: Slot [8] registered\n[ 0.306124] acpiphp: Slot [9] registered\n[ 0.306933] acpiphp: Slot [10] registered\n[ 0.317830] acpiphp: Slot [11] registered\n[ 0.318654] acpiphp: Slot [12] registered\n[ 0.319461] acpiphp: Slot [13] registered\n[ 0.320262] acpiphp: Slot [14] registered\n[ 0.321067] acpiphp: Slot [15] registered\n[ 0.321883] acpiphp: Slot [16] registered\n[ 0.322692] acpiphp: Slot [17] registered\n[ 0.323495] acpiphp: Slot [18] registered\n[ 0.324298] acpiphp: Slot [19] registered\n[ 0.325101] acpiphp: Slot [20] registered\n[ 0.325918] acpiphp: Slot [21] registered\n[ 0.326722] acpiphp: Slot [22] registered\n[ 0.327529] acpiphp: Slot [23] registered\n[ 0.328336] acpiphp: Slot [24] registered\n[ 0.329137] acpiphp: Slot [25] registered\n[ 0.329948] acpiphp: Slot [26] registered\n[ 0.330757] acpiphp: Slot [27] registered\n[ 0.331572] acpiphp: Slot [28] registered\n[ 0.332374] acpiphp: Slot [29] registered\n[ 0.333174] acpiphp: Slot [30] registered\n[ 0.333993] acpiphp: Slot [31] registered\n[ 0.334799] PCI host bridge to bus 0000:00\n[ 0.335602] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.336802] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.338008] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.339443] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.340873] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.347047] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.348367] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.349527] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.350779] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.357020] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.358558] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.404751] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.406208] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.407602] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.408999] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.410361] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.411612] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.412783] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.413834] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.415352] vgaarb: loaded\n[ 0.415938] vgaarb: bridge control possible 0000:00:02.0\n[ 0.417071] SCSI subsystem initialized\n[ 0.417897] ACPI: bus type USB registered\n[ 0.418697] usbcore: registered new interface driver usbfs\n[ 0.419695] usbcore: registered new interface driver hub\n[ 0.420672] usbcore: registered new device driver usb\n[ 0.421752] PCI: Using ACPI for IRQ routing\n[ 0.422770] NetLabel: Initializing\n[ 0.423468] NetLabel: domain hash size = 128\n[ 0.424291] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.425217] NetLabel: unlabeled traffic allowed by default\n[ 0.426311] clocksource: Switched to clocksource kvm-clock\n[ 0.432267] AppArmor: AppArmor Filesystem Enabled\n[ 0.433198] pnp: PnP ACPI init\n[ 0.434111] pnp: PnP ACPI: found 5 devices\n[ 0.441170] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.442851] NET: Registered protocol family 2\n[ 0.443818] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.445051] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.446192] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.447327] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.448372] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.449501] NET: Registered protocol family 1\n[ 0.450345] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.451405] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.452440] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.471002] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.489816] Trying to unpack rootfs image as initramfs...\n[ 0.540381] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.554510] Scanning for low memory corruption every 60 seconds\n[ 0.555876] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.557005] audit: initializing netlink subsys (disabled)\n[ 0.558018] audit: type=2000 audit(1540549136.054:1): initialized\n[ 0.559341] Initialise system trusted keyring\n[ 0.560261] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.561414] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.563537] zbud: loaded\n[ 0.564257] VFS: Disk quotas dquot_6.6.0\n[ 0.565070] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.566618] fuse init (API version 7.23)\n[ 0.567517] Key type big_key registered\n[ 0.568306] Allocating IMA MOK and blacklist keyrings.\n[ 0.569543] Key type asymmetric registered\n[ 0.570358] Asymmetric key parser 'x509' registered\n[ 0.571301] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.572746] io scheduler noop registered\n[ 0.573525] io scheduler deadline registered (default)\n[ 0.574508] io scheduler cfq registered\n[ 0.575335] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.576357] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.577596] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.579028] ACPI: Power Button [PWRF]\n[ 0.579892] GHES: HEST is not enabled!\n[ 0.598156] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.641500] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.644017] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.668097] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.670905] Linux agpgart interface v0.103\n[ 0.673762] brd: module loaded\n[ 0.675140] loop: module loaded\n[ 0.680195] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.681620] GPT:90111 != 20971519\n[ 0.682294] GPT:Alternate GPT header not at the end of the disk.\n[ 0.683361] GPT:90111 != 20971519\n[ 0.684036] GPT: Use GNU Parted to correct GPT errors.\n[ 0.684980] vda: vda1 vda15\n[ 0.686497] scsi host0: ata_piix\n[ 0.687237] scsi host1: ata_piix\n[ 0.687935] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.689119] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.690374] libphy: Fixed MDIO Bus: probed\n[ 0.691205] tun: Universal TUN/TAP device driver, 1.6\n[ 0.692188] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.694134] PPP generic driver version 2.4.2\n[ 0.695024] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.696199] ehci-pci: EHCI PCI platform driver\n[ 0.697056] ehci-platform: EHCI generic platform driver\n[ 0.698026] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.699130] ohci-pci: OHCI PCI platform driver\n[ 0.699984] ohci-platform: OHCI generic platform driver\n[ 0.700947] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.719926] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.720889] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.722308] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.723308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.724396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.725580] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.726977] usb usb1: Product: UHCI Host Controller\n[ 0.727893] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.729005] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.729954] hub 1-0:1.0: USB hub found\n[ 0.730733] hub 1-0:1.0: 2 ports detected\n[ 0.731626] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.733688] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.734630] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.735679] mousedev: PS/2 mouse device common for all mice\n[ 0.736916] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.738729] rtc_cmos 00:00: RTC can wake from S4\n[ 0.739823] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.740989] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.742153] i2c /dev entries driver\n[ 0.742915] device-mapper: uevent: version 1.0.3\n[ 0.743849] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.745443] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.746745] NET: Registered protocol family 10\n[ 0.747738] NET: Registered protocol family 17\n[ 0.748607] Key type dns_resolver registered\n[ 0.749535] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.750599] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.751729] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.753479] registered taskstats version 1\n[ 0.754291] Loading compiled-in X.509 certificates\n[ 0.755712] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.757523] zswap: loaded using pool lzo/zbud\n[ 0.759041] Key type trusted registered\n[ 0.760668] Key type encrypted registered\n[ 0.761471] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.762482] ima: No TPM chip found, activating TPM-bypass!\n[ 0.763503] evm: HMAC attrs: 0x1\n[ 0.764440] Magic number: 6:310:326\n[ 0.765273] rtc_cmos 00:00: setting system clock to 2018-10-26 10:18:56 UTC (1540549136)\n[ 0.777087] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.778189] EDD information not available.\n[ 0.847422] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.848937] Write protecting the kernel read-only data: 14336k\n[ 0.850527] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.852329] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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.142094] 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.11...\nLease of 10.55.1.11 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.11. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCfwMOuwPjXIrNoq2YnnxrAoBgEJgC3qneQ65ZfEDzCADjrC53c0zVEvxzCLQV1bEhgRxcekIG9nIJ9n0d5/1g1BohYHEN629oJFp4EJVdWg7VSK52i2fk8yJDPArRF+/+8kegglJGXJmrv1E9AOJrfmtKxY/vUShxuv3Ir0QIl4effzExwAZtYRyoDYkTPSljJF4RKnJD9q/x8p4tRcUOVFtEbeLc6PGbweUtuKmm6iiF3sMvMVoHWLDKoRMei7lYqICWSlV8EQqGhsTGlcZqu0xGYj8i60fyN4KC5z8YsHX/zzTmDDV8ZDGW5e70H13KEwLptAk8/s5ivNAGhZ9yV root@createinstancesinglenetworktests-98adeca3-d797-4b27-9fbd-7598a7\nssh-dss AAAAB3NzaC1kc3MAAACBAKYtq/DHNt8ItH1nUFTv88bzCiyWoS8/uokmMW8V211ccIlwXGpaubgc6MpdxQPbcDU1rjWAUU4FIP0aRYgRu0Si5/AxkoMKIY3RJPGuzhsmSpDhUavOSIrMFYF3CQF7o9atRQ8SkGjqHOfPGkwoLTBGMy6A8B3IsMYL7tGK8dX/AAAAFQCxlzwM7MmWf72LIYdVRHQbSd1IQwAAAIAtJgjvbnTWekz4nRE5nBKRgDximLCffaSIThfdYc74MhWhbeUTeRrMX6NI+RQnDsYBYpPaiOqcV5xWIPMmWka530asEUgS03l4V+Hl4NgKHfCfylpHGMiiQ796Gu4So5ycH1nInRI784Pt9y3GHKAvpaexgXcK/Mqo1Mp+o5AbUQAAAIEAm4R+7HLBm52MMuTv8b/GqYNnLp3w75M+sAD+sHD+VFLZtglgpqXh7zSclZgBQ0698rwV4DolETefcRPsL+InVDtoiZGepYdWcWpg11/7pMEwd5mSmnlL0XyreRwM3TfLKrgsO452xBkm3MPNNxriw/HeGHN1DyXxow5dQFAGKIE= root@createinstancesinglenetworktests-98adeca3-d797-4b27-9fbd-7598a7\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.11,24,fe80::f816:3eff:fe81:1c64/64,\nip-route:default via 10.55.1.1 dev eth0 \nip-route:10.55.1.0/24 dev eth0 src 10.55.1.11 \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-98adeca3-d797-4b27-9fbd-7598a7\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.98 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-98adeca3-d797-4b27-9fbd-7598a7 login: "} 2018-10-26 10:19:10,280 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267/action used request id req-f72c2cba-d6a5-42ae-a6d5-fc74e720d83c 2018-10-26 10:19:10,281 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-26 10:19:10,281 - 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 502440687 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.126647] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.128279] pid_max: default: 32768 minimum: 301 [ 0.129164] ACPI: Core revision 20150930 [ 0.130552] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.131849] Security Framework initialized [ 0.132658] Yama: becoming mindful. [ 0.133385] AppArmor: AppArmor initialized [ 0.134231] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.135498] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.136734] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.137914] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.139323] Initializing cgroup subsys io [ 0.140130] Initializing cgroup subsys memory [ 0.140985] Initializing cgroup subsys devices [ 0.141858] Initializing cgroup subsys freezer [ 0.142722] Initializing cgroup subsys net_cls [ 0.143584] Initializing cgroup subsys perf_event [ 0.144498] Initializing cgroup subsys net_prio [ 0.145377] Initializing cgroup subsys hugetlb [ 0.146244] Initializing cgroup subsys pids [ 0.147116] CPU: Physical Processor ID: 0 [ 0.148627] mce: CPU supports 10 MCE banks [ 0.149468] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.150460] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.152767] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.159471] ftrace: allocating 31920 entries in 125 pages [ 0.186861] smpboot: Max logical packages: 2 [ 0.187707] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.188892] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.190245] x2apic enabled [ 0.191057] Switched APIC routing to physical x2apic. [ 0.192801] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.193999] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.196121] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.198037] KVM setup paravirtual spinlock [ 0.199490] x86: Booting SMP configuration: [ 0.200379] .... node #0, CPUs: #1 [ 0.201254] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.223757] x86: Booted up 1 node, 2 CPUs [ 0.223759] KVM setup async PF for cpu 1 [ 0.223762] kvm-stealtime: cpu 1, msr f90d940 [ 0.226328] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.227804] devtmpfs: initialized [ 0.229516] evm: security.selinux [ 0.230205] evm: security.SMACK64 [ 0.230896] evm: security.SMACK64EXEC [ 0.231635] evm: security.SMACK64TRANSMUTE [ 0.232442] evm: security.SMACK64MMAP [ 0.233181] evm: security.ima [ 0.233817] evm: security.capability [ 0.234672] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.236549] pinctrl core: initialized pinctrl subsystem [ 0.237641] RTC time: 10:18:55, date: 10/26/18 [ 0.238615] NET: Registered protocol family 16 [ 0.248494] cpuidle: using governor ladder [ 0.260514] cpuidle: using governor menu [ 0.261322] PCCT header not found. [ 0.262078] ACPI: bus type PCI registered [ 0.262878] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.264111] PCI: Using configuration type 1 for base access [ 0.277450] ACPI: Added _OSI(Module Device) [ 0.278279] ACPI: Added _OSI(Processor Device) [ 0.279132] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.280022] ACPI: Added _OSI(Processor Aggregator Device) [ 0.282320] ACPI: Interpreter enabled [ 0.283078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.284910] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.286753] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.288585] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.290421] ACPI: (supports S0 S5) [ 0.291120] ACPI: Using IOAPIC for interrupt routing [ 0.292160] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.295527] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.296688] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.297917] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.299100] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.301350] acpiphp: Slot [3] registered [ 0.302152] acpiphp: Slot [4] registered [ 0.302951] acpiphp: Slot [5] registered [ 0.303744] acpiphp: Slot [6] registered [ 0.304539] acpiphp: Slot [7] registered [ 0.305333] acpiphp: Slot [8] registered [ 0.306124] acpiphp: Slot [9] registered [ 0.306933] acpiphp: Slot [10] registered [ 0.317830] acpiphp: Slot [11] registered [ 0.318654] acpiphp: Slot [12] registered [ 0.319461] acpiphp: Slot [13] registered [ 0.320262] acpiphp: Slot [14] registered [ 0.321067] acpiphp: Slot [15] registered [ 0.321883] acpiphp: Slot [16] registered [ 0.322692] acpiphp: Slot [17] registered [ 0.323495] acpiphp: Slot [18] registered [ 0.324298] acpiphp: Slot [19] registered [ 0.325101] acpiphp: Slot [20] registered [ 0.325918] acpiphp: Slot [21] registered [ 0.326722] acpiphp: Slot [22] registered [ 0.327529] acpiphp: Slot [23] registered [ 0.328336] acpiphp: Slot [24] registered [ 0.329137] acpiphp: Slot [25] registered [ 0.329948] acpiphp: Slot [26] registered [ 0.330757] acpiphp: Slot [27] registered [ 0.331572] acpiphp: Slot [28] registered [ 0.332374] acpiphp: Slot [29] registered [ 0.333174] acpiphp: Slot [30] registered [ 0.333993] acpiphp: Slot [31] registered [ 0.334799] PCI host bridge to bus 0000:00 [ 0.335602] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.336802] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.338008] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.339443] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.340873] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.347047] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.348367] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.349527] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.350779] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.357020] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.358558] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.404751] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.406208] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.407602] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.408999] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410361] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411612] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.412783] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.413834] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415352] vgaarb: loaded [ 0.415938] vgaarb: bridge control possible 0000:00:02.0 [ 0.417071] SCSI subsystem initialized [ 0.417897] ACPI: bus type USB registered [ 0.418697] usbcore: registered new interface driver usbfs [ 0.419695] usbcore: registered new interface driver hub [ 0.420672] usbcore: registered new device driver usb [ 0.421752] PCI: Using ACPI for IRQ routing [ 0.422770] NetLabel: Initializing [ 0.423468] NetLabel: domain hash size = 128 [ 0.424291] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.425217] NetLabel: unlabeled traffic allowed by default [ 0.426311] clocksource: Switched to clocksource kvm-clock [ 0.432267] AppArmor: AppArmor Filesystem Enabled [ 0.433198] pnp: PnP ACPI init [ 0.434111] pnp: PnP ACPI: found 5 devices [ 0.441170] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.442851] NET: Registered protocol family 2 [ 0.443818] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.445051] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.446192] TCP: Hash tables configured (established 2048 bind 2048) [ 0.447327] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.448372] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.449501] NET: Registered protocol family 1 [ 0.450345] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.451405] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.452440] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471002] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.489816] Trying to unpack rootfs image as initramfs... [ 0.540381] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.554510] Scanning for low memory corruption every 60 seconds [ 0.555876] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.557005] audit: initializing netlink subsys (disabled) [ 0.558018] audit: type=2000 audit(1540549136.054:1): initialized [ 0.559341] Initialise system trusted keyring [ 0.560261] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.561414] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.563537] zbud: loaded [ 0.564257] VFS: Disk quotas dquot_6.6.0 [ 0.565070] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566618] fuse init (API version 7.23) [ 0.567517] Key type big_key registered [ 0.568306] Allocating IMA MOK and blacklist keyrings. [ 0.569543] Key type asymmetric registered [ 0.570358] Asymmetric key parser 'x509' registered [ 0.571301] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.572746] io scheduler noop registered [ 0.573525] io scheduler deadline registered (default) [ 0.574508] io scheduler cfq registered [ 0.575335] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.576357] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.577596] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.579028] ACPI: Power Button [PWRF] [ 0.579892] GHES: HEST is not enabled! [ 0.598156] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.641500] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.644017] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.668097] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.670905] Linux agpgart interface v0.103 [ 0.673762] brd: module loaded [ 0.675140] loop: module loaded [ 0.680195] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.681620] GPT:90111 != 20971519 [ 0.682294] GPT:Alternate GPT header not at the end of the disk. [ 0.683361] GPT:90111 != 20971519 [ 0.684036] GPT: Use GNU Parted to correct GPT errors. [ 0.684980] vda: vda1 vda15 [ 0.686497] scsi host0: ata_piix [ 0.687237] scsi host1: ata_piix [ 0.687935] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.689119] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.690374] libphy: Fixed MDIO Bus: probed [ 0.691205] tun: Universal TUN/TAP device driver, 1.6 [ 0.692188] tun: (C) 1999-2004 Max Krasnyansky [ 0.694134] PPP generic driver version 2.4.2 [ 0.695024] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.696199] ehci-pci: EHCI PCI platform driver [ 0.697056] ehci-platform: EHCI generic platform driver [ 0.698026] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.699130] ohci-pci: OHCI PCI platform driver [ 0.699984] ohci-platform: OHCI generic platform driver [ 0.700947] uhci_hcd: USB Universal Host Controller Interface driver [ 0.719926] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.720889] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.722308] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.723308] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.724396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.725580] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.726977] usb usb1: Product: UHCI Host Controller [ 0.727893] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.729005] usb usb1: SerialNumber: 0000:00:01.2 [ 0.729954] hub 1-0:1.0: USB hub found [ 0.730733] hub 1-0:1.0: 2 ports detected [ 0.731626] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.733688] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.734630] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.735679] mousedev: PS/2 mouse device common for all mice [ 0.736916] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.738729] rtc_cmos 00:00: RTC can wake from S4 [ 0.739823] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.740989] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.742153] i2c /dev entries driver [ 0.742915] device-mapper: uevent: version 1.0.3 [ 0.743849] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.745443] ledtrig-cpu: registered to indicate activity on CPUs [ 0.746745] NET: Registered protocol family 10 [ 0.747738] NET: Registered protocol family 17 [ 0.748607] Key type dns_resolver registered [ 0.749535] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.750599] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.751729] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.753479] registered taskstats version 1 [ 0.754291] Loading compiled-in X.509 certificates [ 0.755712] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.757523] zswap: loaded using pool lzo/zbud [ 0.759041] Key type trusted registered [ 0.760668] Key type encrypted registered [ 0.761471] AppArmor: AppArmor sha1 policy hashing enabled [ 0.762482] ima: No TPM chip found, activating TPM-bypass! [ 0.763503] evm: HMAC attrs: 0x1 [ 0.764440] Magic number: 6:310:326 [ 0.765273] rtc_cmos 00:00: setting system clock to 2018-10-26 10:18:56 UTC (1540549136) [ 0.777087] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.778189] EDD information not available. [ 0.847422] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.848937] Write protecting the kernel read-only data: 14336k [ 0.850527] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.852329] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.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.142094] 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.11... Lease of 10.55.1.11 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.11. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCfwMOuwPjXIrNoq2YnnxrAoBgEJgC3qneQ65ZfEDzCADjrC53c0zVEvxzCLQV1bEhgRxcekIG9nIJ9n0d5/1g1BohYHEN629oJFp4EJVdWg7VSK52i2fk8yJDPArRF+/+8kegglJGXJmrv1E9AOJrfmtKxY/vUShxuv3Ir0QIl4effzExwAZtYRyoDYkTPSljJF4RKnJD9q/x8p4tRcUOVFtEbeLc6PGbweUtuKmm6iiF3sMvMVoHWLDKoRMei7lYqICWSlV8EQqGhsTGlcZqu0xGYj8i60fyN4KC5z8YsHX/zzTmDDV8ZDGW5e70H13KEwLptAk8/s5ivNAGhZ9yV root@createinstancesinglenetworktests-98adeca3-d797-4b27-9fbd-7598a7 ssh-dss AAAAB3NzaC1kc3MAAACBAKYtq/DHNt8ItH1nUFTv88bzCiyWoS8/uokmMW8V211ccIlwXGpaubgc6MpdxQPbcDU1rjWAUU4FIP0aRYgRu0Si5/AxkoMKIY3RJPGuzhsmSpDhUavOSIrMFYF3CQF7o9atRQ8SkGjqHOfPGkwoLTBGMy6A8B3IsMYL7tGK8dX/AAAAFQCxlzwM7MmWf72LIYdVRHQbSd1IQwAAAIAtJgjvbnTWekz4nRE5nBKRgDximLCffaSIThfdYc74MhWhbeUTeRrMX6NI+RQnDsYBYpPaiOqcV5xWIPMmWka530asEUgS03l4V+Hl4NgKHfCfylpHGMiiQ796Gu4So5ycH1nInRI784Pt9y3GHKAvpaexgXcK/Mqo1Mp+o5AbUQAAAIEAm4R+7HLBm52MMuTv8b/GqYNnLp3w75M+sAD+sHD+VFLZtglgpqXh7zSclZgBQ0698rwV4DolETefcRPsL+InVDtoiZGepYdWcWpg11/7pMEwd5mSmnlL0XyreRwM3TfLKrgsO452xBkm3MPNNxriw/HeGHN1DyXxow5dQFAGKIE= root@createinstancesinglenetworktests-98adeca3-d797-4b27-9fbd-7598a7 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.1.11,24,fe80::f816:3eff:fe81:1c64/64, ip-route:default via 10.55.1.1 dev eth0 ip-route:10.55.1.0/24 dev eth0 src 10.55.1.11 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-98adeca3-d797-4b27-9fbd-7598a7 launch-index: 0 === cirros: current=0.4.0 uptime=2.98 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-98adeca3-d797-4b27-9fbd-7598a7 login: 2018-10-26 10:19:10,285 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:19:10,758 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:19: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-ca88b211-8f8b-4911-b286-df638df26f1d x-compute-request-id: req-ca88b211-8f8b-4911-b286-df638df26f1d Content-Encoding: gzip Content-Length: 791 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:81:1c:64", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:81:1c:64", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e153e0b5-0b79-4e04-9112-6af1dd933267", "rel": "bookmark"}], "image": {"id": "46c7b7a7-5293-4dec-bab4-be38633d2884", "links": [{"href": "http://172.30.9.21:8774/images/46c7b7a7-5293-4dec-bab4-be38633d2884", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:18:55.000000", "flavor": {"id": "ed3f504b-645a-4f8f-8a21-8617f2ac5a55", "links": [{"href": "http://172.30.9.21:8774/flavors/ed3f504b-645a-4f8f-8a21-8617f2ac5a55", "rel": "bookmark"}]}, "id": "e153e0b5-0b79-4e04-9112-6af1dd933267", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-sec-grp"}], "user_id": "ed78d9a9b61c4778b6b00d48c0b86ef5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:18:55Z", "hostId": "cd2325190efb40c52e48719b1644f27512883f6500df7932033a71c7", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-kp", "name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-inst", "created": "2018-10-26T10:18:50Z", "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:19:10,758 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267 used request id req-ca88b211-8f8b-4911-b286-df638df26f1d 2018-10-26 10:19:10,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:19:10,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-28ed416e-dd17-4520-8951-692a002b2fac Date: Fri, 26 Oct 2018 10:19: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":["e90cfd15-903f-4814-9d30-370d74a6d2fd"],"updated_at":"2018-10-26T10:18:25Z","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7e33da21c3c743c68c0357dc12ad829a","id":"bc334698-132b-4ef7-8327-a593b67ee785","name":"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net"}]} 2018-10-26 10:19:10,862 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net used request id req-28ed416e-dd17-4520-8951-692a002b2fac 2018-10-26 10:19:10,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7e33da21c3c743c68c0357dc12ad829a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:19:10,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:19:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c734922c-c2b2-4ce8-8a64-ac4929d87fae Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/7e33da21c3c743c68c0357dc12ad829a"}, "enabled": true, "id": "7e33da21c3c743c68c0357dc12ad829a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-proj"}} 2018-10-26 10:19:10,942 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7e33da21c3c743c68c0357dc12ad829a used request id req-c734922c-c2b2-4ce8-8a64-ac4929d87fae 2018-10-26 10:19:10,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=bc334698-132b-4ef7-8327-a593b67ee785 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:19:11,001 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-9b423571-51e8-4d69-b08c-5937fc390178 Date: Fri, 26 Oct 2018 10:19:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:25Z","dns_nameservers":[],"updated_at":"2018-10-26T10:18:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"7e33da21c3c743c68c0357dc12ad829a","id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-subnet"}]} 2018-10-26 10:19:11,001 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=bc334698-132b-4ef7-8327-a593b67ee785 used request id req-9b423571-51e8-4d69-b08c-5937fc390178 2018-10-26 10:19:11,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=bc334698-132b-4ef7-8327-a593b67ee785 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:19:11,106 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-f0e4bd9c-80c2-405f-8f69-626b40d97732 Date: Fri, 26 Oct 2018 10:19:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:19:02Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","ip_address":"10.55.1.11"}],"id":"8ec0b769-07a0-4723-887d-8df560ef6f0e","security_groups":["4da8ba10-077b-4534-aad2-4957f2150772","db3f38ec-26d8-4d64-8753-84dcfc8db599"],"mac_address":"fa:16:3e:81:1c:64","project_id":"7e33da21c3c743c68c0357dc12ad829a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfdport-1","admin_state_up":true,"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:47Z","binding:vnic_type":"normal","device_id":"e153e0b5-0b79-4e04-9112-6af1dd933267"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:18:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","ip_address":"10.55.1.3"}],"id":"ea914dfd-53b2-4aeb-a05d-77188dd3abb5","security_groups":[],"mac_address":"fa:16:3e:e0:9f:55","project_id":"7e33da21c3c743c68c0357dc12ad829a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:26Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-bc334698-132b-4ef7-8327-a593b67ee785"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:18:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","ip_address":"10.55.1.4"}],"id":"f250c224-5e19-4bfc-b5d7-059ae5d8ce4e","security_groups":[],"mac_address":"fa:16:3e:e2:6c:75","project_id":"7e33da21c3c743c68c0357dc12ad829a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:27Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-bc334698-132b-4ef7-8327-a593b67ee785"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:18:49Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","ip_address":"10.55.1.1"}],"id":"f8d007c1-ec32-49c2-8cf4-6b0bf1f73eec","security_groups":[],"mac_address":"fa:16:3e:16:da:a6","project_id":"7e33da21c3c743c68c0357dc12ad829a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:35Z","binding:vnic_type":"normal","device_id":"e962cc56-3a58-4146-a1de-2ee13ef0931a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:18:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","ip_address":"10.55.1.2"}],"id":"f966e1f8-787f-4f7d-832f-33467527d21f","security_groups":[],"mac_address":"fa:16:3e:1a:83:02","project_id":"7e33da21c3c743c68c0357dc12ad829a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:26Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-bc334698-132b-4ef7-8327-a593b67ee785"}]} 2018-10-26 10:19:11,107 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=bc334698-132b-4ef7-8327-a593b67ee785 used request id req-f0e4bd9c-80c2-405f-8f69-626b40d97732 2018-10-26 10:19:11,107 - create_instance - INFO - Checking if VM is active 2018-10-26 10:19:11,110 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:19:11,506 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:19: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-cbca672a-15b5-4261-aacd-b47a45598f54 x-compute-request-id: req-cbca672a-15b5-4261-aacd-b47a45598f54 Content-Encoding: gzip Content-Length: 791 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:81:1c:64", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:81:1c:64", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e153e0b5-0b79-4e04-9112-6af1dd933267", "rel": "bookmark"}], "image": {"id": "46c7b7a7-5293-4dec-bab4-be38633d2884", "links": [{"href": "http://172.30.9.21:8774/images/46c7b7a7-5293-4dec-bab4-be38633d2884", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:18:55.000000", "flavor": {"id": "ed3f504b-645a-4f8f-8a21-8617f2ac5a55", "links": [{"href": "http://172.30.9.21:8774/flavors/ed3f504b-645a-4f8f-8a21-8617f2ac5a55", "rel": "bookmark"}]}, "id": "e153e0b5-0b79-4e04-9112-6af1dd933267", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-sec-grp"}], "user_id": "ed78d9a9b61c4778b6b00d48c0b86ef5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:18:55Z", "hostId": "cd2325190efb40c52e48719b1644f27512883f6500df7932033a71c7", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-kp", "name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-inst", "created": "2018-10-26T10:18:50Z", "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:19:11,506 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267 used request id req-cbca672a-15b5-4261-aacd-b47a45598f54 2018-10-26 10:19:11,506 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-inst] is - ACTIVE 2018-10-26 10:19:11,507 - create_instance - INFO - VM is - ACTIVE 2018-10-26 10:19:11,509 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:19:12,071 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:19: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-edaaa454-747a-4bc6-800d-7773854860fc x-compute-request-id: req-edaaa454-747a-4bc6-800d-7773854860fc Content-Encoding: gzip Content-Length: 791 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:81:1c:64", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:81:1c:64", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e153e0b5-0b79-4e04-9112-6af1dd933267", "rel": "bookmark"}], "image": {"id": "46c7b7a7-5293-4dec-bab4-be38633d2884", "links": [{"href": "http://172.30.9.21:8774/images/46c7b7a7-5293-4dec-bab4-be38633d2884", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:18:55.000000", "flavor": {"id": "ed3f504b-645a-4f8f-8a21-8617f2ac5a55", "links": [{"href": "http://172.30.9.21:8774/flavors/ed3f504b-645a-4f8f-8a21-8617f2ac5a55", "rel": "bookmark"}]}, "id": "e153e0b5-0b79-4e04-9112-6af1dd933267", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-sec-grp"}], "user_id": "ed78d9a9b61c4778b6b00d48c0b86ef5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:18:55Z", "hostId": "cd2325190efb40c52e48719b1644f27512883f6500df7932033a71c7", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-kp", "name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-inst", "created": "2018-10-26T10:18:50Z", "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:19:12,072 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267 used request id req-edaaa454-747a-4bc6-800d-7773854860fc 2018-10-26 10:19:12,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:19:12,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-36e5a6f3-15d1-4ae1-b3a7-4a9397e4df56 Date: Fri, 26 Oct 2018 10:19: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":["e90cfd15-903f-4814-9d30-370d74a6d2fd"],"updated_at":"2018-10-26T10:18:25Z","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7e33da21c3c743c68c0357dc12ad829a","id":"bc334698-132b-4ef7-8327-a593b67ee785","name":"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net"}]} 2018-10-26 10:19:12,310 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net used request id req-36e5a6f3-15d1-4ae1-b3a7-4a9397e4df56 2018-10-26 10:19:12,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7e33da21c3c743c68c0357dc12ad829a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:19:12,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:19:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-826b13b4-910a-4bf3-bf27-7964c5c92cc2 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/7e33da21c3c743c68c0357dc12ad829a"}, "enabled": true, "id": "7e33da21c3c743c68c0357dc12ad829a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-proj"}} 2018-10-26 10:19:12,396 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7e33da21c3c743c68c0357dc12ad829a used request id req-826b13b4-910a-4bf3-bf27-7964c5c92cc2 2018-10-26 10:19:12,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=bc334698-132b-4ef7-8327-a593b67ee785 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:19:12,454 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-ff93891d-4142-48fa-94fa-b99d363b4b7b Date: Fri, 26 Oct 2018 10:19:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:25Z","dns_nameservers":[],"updated_at":"2018-10-26T10:18:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"7e33da21c3c743c68c0357dc12ad829a","id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-subnet"}]} 2018-10-26 10:19:12,454 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=bc334698-132b-4ef7-8327-a593b67ee785 used request id req-ff93891d-4142-48fa-94fa-b99d363b4b7b 2018-10-26 10:19:12,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=bc334698-132b-4ef7-8327-a593b67ee785 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:19:12,558 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-00664fab-2690-45df-878b-8890a1cf9144 Date: Fri, 26 Oct 2018 10:19:12 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:19:02Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","ip_address":"10.55.1.11"}],"id":"8ec0b769-07a0-4723-887d-8df560ef6f0e","security_groups":["4da8ba10-077b-4534-aad2-4957f2150772","db3f38ec-26d8-4d64-8753-84dcfc8db599"],"mac_address":"fa:16:3e:81:1c:64","project_id":"7e33da21c3c743c68c0357dc12ad829a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfdport-1","admin_state_up":true,"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:47Z","binding:vnic_type":"normal","device_id":"e153e0b5-0b79-4e04-9112-6af1dd933267"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:18:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","ip_address":"10.55.1.3"}],"id":"ea914dfd-53b2-4aeb-a05d-77188dd3abb5","security_groups":[],"mac_address":"fa:16:3e:e0:9f:55","project_id":"7e33da21c3c743c68c0357dc12ad829a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:26Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-bc334698-132b-4ef7-8327-a593b67ee785"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:18:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","ip_address":"10.55.1.4"}],"id":"f250c224-5e19-4bfc-b5d7-059ae5d8ce4e","security_groups":[],"mac_address":"fa:16:3e:e2:6c:75","project_id":"7e33da21c3c743c68c0357dc12ad829a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:27Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-bc334698-132b-4ef7-8327-a593b67ee785"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:18:49Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","ip_address":"10.55.1.1"}],"id":"f8d007c1-ec32-49c2-8cf4-6b0bf1f73eec","security_groups":[],"mac_address":"fa:16:3e:16:da:a6","project_id":"7e33da21c3c743c68c0357dc12ad829a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:35Z","binding:vnic_type":"normal","device_id":"e962cc56-3a58-4146-a1de-2ee13ef0931a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:18:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","ip_address":"10.55.1.2"}],"id":"f966e1f8-787f-4f7d-832f-33467527d21f","security_groups":[],"mac_address":"fa:16:3e:1a:83:02","project_id":"7e33da21c3c743c68c0357dc12ad829a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:26Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-bc334698-132b-4ef7-8327-a593b67ee785"}]} 2018-10-26 10:19:12,558 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=bc334698-132b-4ef7-8327-a593b67ee785 used request id req-00664fab-2690-45df-878b-8890a1cf9144 2018-10-26 10:19:12,559 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-26 10:19:12,562 - paramiko.transport - DEBUG - starting thread (client mode): 0x5fd08710L 2018-10-26 10:19:12,562 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-26 10:19:12,563 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-26 10:19:12,563 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-26 10:19:12,564 - 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-26 10:19:12,564 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-26 10:19:12,564 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-26 10:19:12,565 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-26 10:19:12,565 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-26 10:19:12,565 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-26 10:19:12,581 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-26 10:19:12,581 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-26 10:19:12,594 - paramiko.transport - DEBUG - Trying key 978945ef5ca1ddb66895f469dca67037 from tmp/CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd 2018-10-26 10:19:12,619 - paramiko.transport - DEBUG - userauth is OK 2018-10-26 10:19:12,622 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-26 10:19:12,722 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-26 10:19:12,740 - create_instance - INFO - SSH is active for VM instance 2018-10-26 10:19:12,740 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-26 10:19:12,742 - paramiko.transport - DEBUG - starting thread (client mode): 0x5fd08ed0L 2018-10-26 10:19:12,742 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-26 10:19:12,742 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-26 10:19:12,742 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-26 10:19:12,744 - 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-26 10:19:12,744 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-26 10:19:12,744 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-26 10:19:12,744 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-26 10:19:12,745 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-26 10:19:12,745 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-26 10:19:12,761 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-26 10:19:12,762 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-26 10:19:12,774 - paramiko.transport - DEBUG - Trying key 978945ef5ca1ddb66895f469dca67037 from tmp/CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd 2018-10-26 10:19:12,799 - paramiko.transport - DEBUG - userauth is OK 2018-10-26 10:19:12,802 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-26 10:19:12,806 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-26 10:19:12,807 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-10-26 10:19:12,807 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-26 10:19:12,808 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-26 10:19:12,810 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-26 10:19:12,811 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:19:12,812 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:19:13,192 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c3dbaea2243b42e7bbba753d080e2948", "name": "CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-proj-role"}], "expires_at": "2018-10-26T11:19:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7e33da21c3c743c68c0357dc12ad829a", "name": "CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/7e33da21c3c743c68c0357dc12ad829a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/7e33da21c3c743c68c0357dc12ad829a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/7e33da21c3c743c68c0357dc12ad829a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/7e33da21c3c743c68c0357dc12ad829a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/7e33da21c3c743c68c0357dc12ad829a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/7e33da21c3c743c68c0357dc12ad829a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/7e33da21c3c743c68c0357dc12ad829a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/7e33da21c3c743c68c0357dc12ad829a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/7e33da21c3c743c68c0357dc12ad829a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/7e33da21c3c743c68c0357dc12ad829a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/7e33da21c3c743c68c0357dc12ad829a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/7e33da21c3c743c68c0357dc12ad829a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-user", "id": "ed78d9a9b61c4778b6b00d48c0b86ef5"}, "audit_ids": ["jiWCfh6nSuabWt_Qb-FNGw"], "issued_at": "2018-10-26T10:19:13.000000Z"}} 2018-10-26 10:19:13,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4df5cd43391c873dd128b91754a71f8af7b47c18" 2018-10-26 10:19:13,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:19:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52fcf5e1-1906-4fc6-9a8a-bedab7547cb3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:19:13,264 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-52fcf5e1-1906-4fc6-9a8a-bedab7547cb3 2018-10-26 10:19:13,265 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:19:13,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4df5cd43391c873dd128b91754a71f8af7b47c18" 2018-10-26 10:19:13,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:19:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1412957b-1fb9-451a-99e6-4c92fa0f7b94 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:19:13,344 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-1412957b-1fb9-451a-99e6-4c92fa0f7b94 2018-10-26 10:19:13,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4df5cd43391c873dd128b91754a71f8af7b47c18" 2018-10-26 10:19:13,584 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-a4a713de-c53c-4c0e-a683-52ddcd390996 Date: Fri, 26 Oct 2018 10:19: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":["e90cfd15-903f-4814-9d30-370d74a6d2fd"],"updated_at":"2018-10-26T10:18:25Z","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7e33da21c3c743c68c0357dc12ad829a","id":"bc334698-132b-4ef7-8327-a593b67ee785","name":"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net"}]} 2018-10-26 10:19:13,584 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net used request id req-a4a713de-c53c-4c0e-a683-52ddcd390996 2018-10-26 10:19:13,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:19:13,593 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:19: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:19:13,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7e33da21c3c743c68c0357dc12ad829a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4df5cd43391c873dd128b91754a71f8af7b47c18" 2018-10-26 10:19:13,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:19:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7138f8e9-8bb0-41f1-90e3-70faebf736f7 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/7e33da21c3c743c68c0357dc12ad829a"}, "enabled": true, "id": "7e33da21c3c743c68c0357dc12ad829a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-proj"}} 2018-10-26 10:19:13,667 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7e33da21c3c743c68c0357dc12ad829a used request id req-7138f8e9-8bb0-41f1-90e3-70faebf736f7 2018-10-26 10:19:13,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=bc334698-132b-4ef7-8327-a593b67ee785 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4df5cd43391c873dd128b91754a71f8af7b47c18" 2018-10-26 10:19:14,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-44ce32f7-530c-4f0f-b65d-c424eef135a1 Date: Fri, 26 Oct 2018 10:19:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:25Z","dns_nameservers":[],"updated_at":"2018-10-26T10:18:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"7e33da21c3c743c68c0357dc12ad829a","id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-subnet"}]} 2018-10-26 10:19:14,409 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=bc334698-132b-4ef7-8327-a593b67ee785 used request id req-44ce32f7-530c-4f0f-b65d-c424eef135a1 2018-10-26 10:19:14,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=bc334698-132b-4ef7-8327-a593b67ee785&name=CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfdport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4df5cd43391c873dd128b91754a71f8af7b47c18" 2018-10-26 10:19:14,622 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 881 X-Openstack-Request-Id: req-cd1deb32-579f-4687-9959-0ea18d6fb0e6 Date: Fri, 26 Oct 2018 10:19:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:19:02Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","ip_address":"10.55.1.11"}],"id":"8ec0b769-07a0-4723-887d-8df560ef6f0e","security_groups":["4da8ba10-077b-4534-aad2-4957f2150772","db3f38ec-26d8-4d64-8753-84dcfc8db599"],"mac_address":"fa:16:3e:81:1c:64","project_id":"7e33da21c3c743c68c0357dc12ad829a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfdport-1","admin_state_up":true,"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:47Z","binding:vnic_type":"normal","device_id":"e153e0b5-0b79-4e04-9112-6af1dd933267"}]} 2018-10-26 10:19:14,622 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=bc334698-132b-4ef7-8327-a593b67ee785&name=CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfdport-1&admin_state_up=True used request id req-cd1deb32-579f-4687-9959-0ea18d6fb0e6 2018-10-26 10:19:14,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7e33da21c3c743c68c0357dc12ad829a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4df5cd43391c873dd128b91754a71f8af7b47c18" 2018-10-26 10:19:14,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:19:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3d259a4-85b5-42e4-9d70-eeeea2e58827 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/7e33da21c3c743c68c0357dc12ad829a"}, "enabled": true, "id": "7e33da21c3c743c68c0357dc12ad829a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-proj"}} 2018-10-26 10:19:14,711 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7e33da21c3c743c68c0357dc12ad829a used request id req-e3d259a4-85b5-42e4-9d70-eeeea2e58827 2018-10-26 10:19:14,713 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4df5cd43391c873dd128b91754a71f8af7b47c18" 2018-10-26 10:19:15,359 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:19: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-b333876a-b922-4114-8e85-a789238f794b x-compute-request-id: req-b333876a-b922-4114-8e85-a789238f794b Content-Encoding: gzip Content-Length: 789 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:81:1c:64", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:81:1c:64", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e153e0b5-0b79-4e04-9112-6af1dd933267", "rel": "bookmark"}], "image": {"id": "46c7b7a7-5293-4dec-bab4-be38633d2884", "links": [{"href": "http://172.30.9.21:8774/images/46c7b7a7-5293-4dec-bab4-be38633d2884", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:18:55.000000", "flavor": {"id": "ed3f504b-645a-4f8f-8a21-8617f2ac5a55", "links": [{"href": "http://172.30.9.21:8774/flavors/ed3f504b-645a-4f8f-8a21-8617f2ac5a55", "rel": "bookmark"}]}, "id": "e153e0b5-0b79-4e04-9112-6af1dd933267", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-sec-grp"}], "user_id": "ed78d9a9b61c4778b6b00d48c0b86ef5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:18:55Z", "hostId": "cd2325190efb40c52e48719b1644f27512883f6500df7932033a71c7", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-kp", "name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-inst", "created": "2018-10-26T10:18:50Z", "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:19:15,359 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-inst used request id req-b333876a-b922-4114-8e85-a789238f794b 2018-10-26 10:19:15,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4df5cd43391c873dd128b91754a71f8af7b47c18" 2018-10-26 10:19:15,594 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-4136e5b3-1189-48c0-9e53-598e7385a5eb Date: Fri, 26 Oct 2018 10:19: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":["e90cfd15-903f-4814-9d30-370d74a6d2fd"],"updated_at":"2018-10-26T10:18:25Z","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7e33da21c3c743c68c0357dc12ad829a","id":"bc334698-132b-4ef7-8327-a593b67ee785","name":"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net"}]} 2018-10-26 10:19:15,594 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net used request id req-4136e5b3-1189-48c0-9e53-598e7385a5eb 2018-10-26 10:19:15,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=bc334698-132b-4ef7-8327-a593b67ee785 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4df5cd43391c873dd128b91754a71f8af7b47c18" 2018-10-26 10:19:15,657 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-21c7cf0b-6223-4d65-9bfd-262ed07d7c52 Date: Fri, 26 Oct 2018 10:19:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:25Z","dns_nameservers":[],"updated_at":"2018-10-26T10:18:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"7e33da21c3c743c68c0357dc12ad829a","id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-subnet"}]} 2018-10-26 10:19:15,657 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=bc334698-132b-4ef7-8327-a593b67ee785 used request id req-21c7cf0b-6223-4d65-9bfd-262ed07d7c52 2018-10-26 10:19:15,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=bc334698-132b-4ef7-8327-a593b67ee785 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4df5cd43391c873dd128b91754a71f8af7b47c18" 2018-10-26 10:19:15,920 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-d179c733-d062-4a2b-a2fa-b6062693f6b9 Date: Fri, 26 Oct 2018 10:19:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:19:02Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","ip_address":"10.55.1.11"}],"id":"8ec0b769-07a0-4723-887d-8df560ef6f0e","security_groups":["4da8ba10-077b-4534-aad2-4957f2150772","db3f38ec-26d8-4d64-8753-84dcfc8db599"],"mac_address":"fa:16:3e:81:1c:64","project_id":"7e33da21c3c743c68c0357dc12ad829a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfdport-1","admin_state_up":true,"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:47Z","binding:vnic_type":"normal","device_id":"e153e0b5-0b79-4e04-9112-6af1dd933267"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:18:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","ip_address":"10.55.1.3"}],"id":"ea914dfd-53b2-4aeb-a05d-77188dd3abb5","security_groups":[],"mac_address":"fa:16:3e:e0:9f:55","project_id":"7e33da21c3c743c68c0357dc12ad829a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:26Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-bc334698-132b-4ef7-8327-a593b67ee785"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:18:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","ip_address":"10.55.1.4"}],"id":"f250c224-5e19-4bfc-b5d7-059ae5d8ce4e","security_groups":[],"mac_address":"fa:16:3e:e2:6c:75","project_id":"7e33da21c3c743c68c0357dc12ad829a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:27Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-bc334698-132b-4ef7-8327-a593b67ee785"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:18:49Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","ip_address":"10.55.1.1"}],"id":"f8d007c1-ec32-49c2-8cf4-6b0bf1f73eec","security_groups":[],"mac_address":"fa:16:3e:16:da:a6","project_id":"7e33da21c3c743c68c0357dc12ad829a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:35Z","binding:vnic_type":"normal","device_id":"e962cc56-3a58-4146-a1de-2ee13ef0931a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:18:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","ip_address":"10.55.1.2"}],"id":"f966e1f8-787f-4f7d-832f-33467527d21f","security_groups":[],"mac_address":"fa:16:3e:1a:83:02","project_id":"7e33da21c3c743c68c0357dc12ad829a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:26Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-bc334698-132b-4ef7-8327-a593b67ee785"}]} 2018-10-26 10:19:15,920 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=bc334698-132b-4ef7-8327-a593b67ee785 used request id req-d179c733-d062-4a2b-a2fa-b6062693f6b9 2018-10-26 10:19:15,921 - create_instance - INFO - Found existing machine with name - CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-inst 2018-10-26 10:19:15,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4df5cd43391c873dd128b91754a71f8af7b47c18" 2018-10-26 10:19:16,093 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-2566f3af-7006-4022-876c-5561d951eaab Date: Fri, 26 Oct 2018 10:19:16 GMT RESP BODY: {"floatingips": [{"router_id": "e962cc56-3a58-4146-a1de-2ee13ef0931a", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "created_at": "2018-10-26T10:19:05Z", "updated_at": "2018-10-26T10:19:05Z", "floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "fixed_ip_address": "10.55.1.11", "floating_ip_address": "172.30.9.200", "revision_number": 0, "project_id": "7e33da21c3c743c68c0357dc12ad829a", "port_id": "8ec0b769-07a0-4723-887d-8df560ef6f0e", "id": "444e15a2-3938-4924-a1fe-c36a02437bbe"}]} 2018-10-26 10:19:16,093 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips used request id req-2566f3af-7006-4022-876c-5561d951eaab 2018-10-26 10:19:16,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports/8ec0b769-07a0-4723-887d-8df560ef6f0e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4df5cd43391c873dd128b91754a71f8af7b47c18" 2018-10-26 10:19:16,148 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 878 X-Openstack-Request-Id: req-8afaebf9-6f61-4acd-92d2-985b0eb9a692 Date: Fri, 26 Oct 2018 10:19:16 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:19:02Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","ip_address":"10.55.1.11"}],"id":"8ec0b769-07a0-4723-887d-8df560ef6f0e","security_groups":["4da8ba10-077b-4534-aad2-4957f2150772","db3f38ec-26d8-4d64-8753-84dcfc8db599"],"mac_address":"fa:16:3e:81:1c:64","device_id":"e153e0b5-0b79-4e04-9112-6af1dd933267","status":"ACTIVE","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfdport-1","project_id":"7e33da21c3c743c68c0357dc12ad829a","qos_policy_id":null,"admin_state_up":true,"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:47Z","binding:vnic_type":"normal"}} 2018-10-26 10:19:16,149 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports/8ec0b769-07a0-4723-887d-8df560ef6f0e used request id req-8afaebf9-6f61-4acd-92d2-985b0eb9a692 2018-10-26 10:19:16,149 - create_instance - INFO - Checking if VM is active 2018-10-26 10:19:16,152 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4df5cd43391c873dd128b91754a71f8af7b47c18" 2018-10-26 10:19:16,775 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:19: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-d3400af4-e960-4799-b772-aeb0c0dbd33c x-compute-request-id: req-d3400af4-e960-4799-b772-aeb0c0dbd33c Content-Encoding: gzip Content-Length: 791 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:81:1c:64", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:81:1c:64", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e153e0b5-0b79-4e04-9112-6af1dd933267", "rel": "bookmark"}], "image": {"id": "46c7b7a7-5293-4dec-bab4-be38633d2884", "links": [{"href": "http://172.30.9.21:8774/images/46c7b7a7-5293-4dec-bab4-be38633d2884", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:18:55.000000", "flavor": {"id": "ed3f504b-645a-4f8f-8a21-8617f2ac5a55", "links": [{"href": "http://172.30.9.21:8774/flavors/ed3f504b-645a-4f8f-8a21-8617f2ac5a55", "rel": "bookmark"}]}, "id": "e153e0b5-0b79-4e04-9112-6af1dd933267", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-sec-grp"}], "user_id": "ed78d9a9b61c4778b6b00d48c0b86ef5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:18:55Z", "hostId": "cd2325190efb40c52e48719b1644f27512883f6500df7932033a71c7", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-kp", "name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-inst", "created": "2018-10-26T10:18:50Z", "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:19:16,775 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267 used request id req-d3400af4-e960-4799-b772-aeb0c0dbd33c 2018-10-26 10:19:16,776 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-inst] is - ACTIVE 2018-10-26 10:19:16,776 - create_instance - INFO - VM is - ACTIVE 2018-10-26 10:19:16,779 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4df5cd43391c873dd128b91754a71f8af7b47c18" 2018-10-26 10:19:17,655 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:19: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-201c5aef-23e0-4250-9616-7a3319884d8c x-compute-request-id: req-201c5aef-23e0-4250-9616-7a3319884d8c Content-Encoding: gzip Content-Length: 791 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:81:1c:64", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:81:1c:64", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e153e0b5-0b79-4e04-9112-6af1dd933267", "rel": "bookmark"}], "image": {"id": "46c7b7a7-5293-4dec-bab4-be38633d2884", "links": [{"href": "http://172.30.9.21:8774/images/46c7b7a7-5293-4dec-bab4-be38633d2884", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:18:55.000000", "flavor": {"id": "ed3f504b-645a-4f8f-8a21-8617f2ac5a55", "links": [{"href": "http://172.30.9.21:8774/flavors/ed3f504b-645a-4f8f-8a21-8617f2ac5a55", "rel": "bookmark"}]}, "id": "e153e0b5-0b79-4e04-9112-6af1dd933267", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-sec-grp"}], "user_id": "ed78d9a9b61c4778b6b00d48c0b86ef5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:18:55Z", "hostId": "cd2325190efb40c52e48719b1644f27512883f6500df7932033a71c7", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-kp", "name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-inst", "created": "2018-10-26T10:18:50Z", "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:19:17,656 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267 used request id req-201c5aef-23e0-4250-9616-7a3319884d8c 2018-10-26 10:19:17,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4df5cd43391c873dd128b91754a71f8af7b47c18" 2018-10-26 10:19:17,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-afc234cc-2f40-4b62-a739-c2cea242abef Date: Fri, 26 Oct 2018 10:19: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":["e90cfd15-903f-4814-9d30-370d74a6d2fd"],"updated_at":"2018-10-26T10:18:25Z","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7e33da21c3c743c68c0357dc12ad829a","id":"bc334698-132b-4ef7-8327-a593b67ee785","name":"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net"}]} 2018-10-26 10:19:17,758 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net used request id req-afc234cc-2f40-4b62-a739-c2cea242abef 2018-10-26 10:19:17,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7e33da21c3c743c68c0357dc12ad829a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4df5cd43391c873dd128b91754a71f8af7b47c18" 2018-10-26 10:19:17,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:19:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81c75001-3ae0-44ec-aca4-51c042e94185 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/7e33da21c3c743c68c0357dc12ad829a"}, "enabled": true, "id": "7e33da21c3c743c68c0357dc12ad829a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-proj"}} 2018-10-26 10:19:17,842 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7e33da21c3c743c68c0357dc12ad829a used request id req-81c75001-3ae0-44ec-aca4-51c042e94185 2018-10-26 10:19:17,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=bc334698-132b-4ef7-8327-a593b67ee785 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4df5cd43391c873dd128b91754a71f8af7b47c18" 2018-10-26 10:19:17,901 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d415d60c-4019-499d-84b7-d7acadf3a3b0 Date: Fri, 26 Oct 2018 10:19:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:25Z","dns_nameservers":[],"updated_at":"2018-10-26T10:18:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"7e33da21c3c743c68c0357dc12ad829a","id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-subnet"}]} 2018-10-26 10:19:17,901 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=bc334698-132b-4ef7-8327-a593b67ee785 used request id req-d415d60c-4019-499d-84b7-d7acadf3a3b0 2018-10-26 10:19:17,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=bc334698-132b-4ef7-8327-a593b67ee785 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4df5cd43391c873dd128b91754a71f8af7b47c18" 2018-10-26 10:19:18,166 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-9dad9f19-6472-471a-aaa5-2a9848ee881c Date: Fri, 26 Oct 2018 10:19:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:19:02Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","ip_address":"10.55.1.11"}],"id":"8ec0b769-07a0-4723-887d-8df560ef6f0e","security_groups":["4da8ba10-077b-4534-aad2-4957f2150772","db3f38ec-26d8-4d64-8753-84dcfc8db599"],"mac_address":"fa:16:3e:81:1c:64","project_id":"7e33da21c3c743c68c0357dc12ad829a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfdport-1","admin_state_up":true,"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:47Z","binding:vnic_type":"normal","device_id":"e153e0b5-0b79-4e04-9112-6af1dd933267"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:18:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","ip_address":"10.55.1.3"}],"id":"ea914dfd-53b2-4aeb-a05d-77188dd3abb5","security_groups":[],"mac_address":"fa:16:3e:e0:9f:55","project_id":"7e33da21c3c743c68c0357dc12ad829a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:26Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-bc334698-132b-4ef7-8327-a593b67ee785"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:18:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","ip_address":"10.55.1.4"}],"id":"f250c224-5e19-4bfc-b5d7-059ae5d8ce4e","security_groups":[],"mac_address":"fa:16:3e:e2:6c:75","project_id":"7e33da21c3c743c68c0357dc12ad829a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:27Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-bc334698-132b-4ef7-8327-a593b67ee785"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:18:49Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","ip_address":"10.55.1.1"}],"id":"f8d007c1-ec32-49c2-8cf4-6b0bf1f73eec","security_groups":[],"mac_address":"fa:16:3e:16:da:a6","project_id":"7e33da21c3c743c68c0357dc12ad829a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:35Z","binding:vnic_type":"normal","device_id":"e962cc56-3a58-4146-a1de-2ee13ef0931a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:18:28Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e90cfd15-903f-4814-9d30-370d74a6d2fd","ip_address":"10.55.1.2"}],"id":"f966e1f8-787f-4f7d-832f-33467527d21f","security_groups":[],"mac_address":"fa:16:3e:1a:83:02","project_id":"7e33da21c3c743c68c0357dc12ad829a","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"bc334698-132b-4ef7-8327-a593b67ee785","tenant_id":"7e33da21c3c743c68c0357dc12ad829a","created_at":"2018-10-26T10:18:26Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-bc334698-132b-4ef7-8327-a593b67ee785"}]} 2018-10-26 10:19:18,166 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=bc334698-132b-4ef7-8327-a593b67ee785 used request id req-9dad9f19-6472-471a-aaa5-2a9848ee881c 2018-10-26 10:19:18,167 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-26 10:19:18,169 - paramiko.transport - DEBUG - starting thread (client mode): 0x5fcbfad0L 2018-10-26 10:19:18,170 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-26 10:19:18,170 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-26 10:19:18,170 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-26 10:19:18,171 - 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-26 10:19:18,171 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-26 10:19:18,172 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-26 10:19:18,172 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-26 10:19:18,172 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-26 10:19:18,172 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-26 10:19:18,189 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-26 10:19:18,189 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-26 10:19:18,202 - paramiko.transport - DEBUG - Trying key 978945ef5ca1ddb66895f469dca67037 from tmp/CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd 2018-10-26 10:19:18,227 - paramiko.transport - DEBUG - userauth is OK 2018-10-26 10:19:18,231 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-26 10:19:18,331 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-26 10:19:18,348 - create_instance - INFO - SSH is active for VM instance 2018-10-26 10:19:18,348 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-26 10:19:18,350 - paramiko.transport - DEBUG - starting thread (client mode): 0x5fcbfcd0L 2018-10-26 10:19:18,350 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-26 10:19:18,350 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-26 10:19:18,351 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-26 10:19:18,352 - 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-26 10:19:18,352 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-26 10:19:18,352 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-26 10:19:18,352 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-26 10:19:18,353 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-26 10:19:18,353 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-26 10:19:18,371 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-26 10:19:18,372 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-26 10:19:18,382 - paramiko.transport - DEBUG - Trying key 978945ef5ca1ddb66895f469dca67037 from tmp/CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd 2018-10-26 10:19:18,411 - paramiko.transport - DEBUG - userauth is OK 2018-10-26 10:19:18,414 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-26 10:19:18,414 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-26 10:19:18,415 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-10-26 10:19:18,415 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-26 10:19:18,417 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-26 10:19:18,419 - create_instance - INFO - Deleting Floating IP - 172.30.9.200 2018-10-26 10:19:18,419 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.200 2018-10-26 10:19:18,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/floatingips/444e15a2-3938-4924-a1fe-c36a02437bbe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:19:19,381 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-dad36a7d-3522-46f1-a035-87b7e34589cb Content-Length: 0 Date: Fri, 26 Oct 2018 10:19:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:19:19,381 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/444e15a2-3938-4924-a1fe-c36a02437bbe used request id req-dad36a7d-3522-46f1-a035-87b7e34589cb 2018-10-26 10:19:19,382 - create_instance - INFO - Deleting Port with ID - 8ec0b769-07a0-4723-887d-8df560ef6f0e 2018-10-26 10:19:19,382 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfdport-1 2018-10-26 10:19:19,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/8ec0b769-07a0-4723-887d-8df560ef6f0e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:19:20,685 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-14bb5fec-4b81-4269-9b00-2a2b095718df Date: Fri, 26 Oct 2018 10:19:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:19:20,685 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/8ec0b769-07a0-4723-887d-8df560ef6f0e used request id req-14bb5fec-4b81-4269-9b00-2a2b095718df 2018-10-26 10:19:20,685 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-inst 2018-10-26 10:19:20,688 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:19:20,829 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:19: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-19cba8ad-487e-4795-a619-ef028da3614d x-compute-request-id: req-19cba8ad-487e-4795-a619-ef028da3614d Content-Type: application/json 2018-10-26 10:19:20,829 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267 used request id req-19cba8ad-487e-4795-a619-ef028da3614d 2018-10-26 10:19:20,830 - create_instance - INFO - Checking deletion status 2018-10-26 10:19:20,833 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:19:21,066 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:19: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-3e7ee600-e134-4cd2-9420-77b897fd57dd x-compute-request-id: req-3e7ee600-e134-4cd2-9420-77b897fd57dd Content-Encoding: gzip Content-Length: 675 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e153e0b5-0b79-4e04-9112-6af1dd933267", "rel": "bookmark"}], "image": {"id": "46c7b7a7-5293-4dec-bab4-be38633d2884", "links": [{"href": "http://172.30.9.21:8774/images/46c7b7a7-5293-4dec-bab4-be38633d2884", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:18:55.000000", "flavor": {"id": "ed3f504b-645a-4f8f-8a21-8617f2ac5a55", "links": [{"href": "http://172.30.9.21:8774/flavors/ed3f504b-645a-4f8f-8a21-8617f2ac5a55", "rel": "bookmark"}]}, "id": "e153e0b5-0b79-4e04-9112-6af1dd933267", "user_id": "ed78d9a9b61c4778b6b00d48c0b86ef5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:19:20Z", "hostId": "cd2325190efb40c52e48719b1644f27512883f6500df7932033a71c7", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-kp", "name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-inst", "created": "2018-10-26T10:18:50Z", "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:19:21,067 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267 used request id req-3e7ee600-e134-4cd2-9420-77b897fd57dd 2018-10-26 10:19:21,067 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-inst] is - ACTIVE 2018-10-26 10:19:21,067 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:19:24,070 - create_instance - DEBUG - VM status query timeout in 296.75948596 2018-10-26 10:19:24,073 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:19:24,472 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:19: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-690aff0e-7136-46c3-87dd-3ae01276da41 x-compute-request-id: req-690aff0e-7136-46c3-87dd-3ae01276da41 Content-Encoding: gzip Content-Length: 675 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e153e0b5-0b79-4e04-9112-6af1dd933267", "rel": "bookmark"}], "image": {"id": "46c7b7a7-5293-4dec-bab4-be38633d2884", "links": [{"href": "http://172.30.9.21:8774/images/46c7b7a7-5293-4dec-bab4-be38633d2884", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:18:55.000000", "flavor": {"id": "ed3f504b-645a-4f8f-8a21-8617f2ac5a55", "links": [{"href": "http://172.30.9.21:8774/flavors/ed3f504b-645a-4f8f-8a21-8617f2ac5a55", "rel": "bookmark"}]}, "id": "e153e0b5-0b79-4e04-9112-6af1dd933267", "user_id": "ed78d9a9b61c4778b6b00d48c0b86ef5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:19:20Z", "hostId": "cd2325190efb40c52e48719b1644f27512883f6500df7932033a71c7", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-kp", "name": "CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-inst", "created": "2018-10-26T10:18:50Z", "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:19:24,472 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267 used request id req-690aff0e-7136-46c3-87dd-3ae01276da41 2018-10-26 10:19:24,473 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-inst] is - ACTIVE 2018-10-26 10:19:24,473 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:19:27,476 - create_instance - DEBUG - VM status query timeout in 293.353955984 2018-10-26 10:19:27,479 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc1bba0ab2d9db716ea21882f9750d20d0cccf77" 2018-10-26 10:19:27,531 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 10: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 x-openstack-request-id: req-6a968167-a8cb-43e3-b363-bb4caf2f819e x-compute-request-id: req-6a968167-a8cb-43e3-b363-bb4caf2f819e Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance e153e0b5-0b79-4e04-9112-6af1dd933267 could not be found.", "code": 404}} 2018-10-26 10:19:27,531 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/e153e0b5-0b79-4e04-9112-6af1dd933267 used request id req-6a968167-a8cb-43e3-b363-bb4caf2f819e 2018-10-26 10:19:27,531 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance e153e0b5-0b79-4e04-9112-6af1dd933267 could not be found. (HTTP 404) (Request-ID: req-6a968167-a8cb-43e3-b363-bb4caf2f819e) 2018-10-26 10:19:27,532 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-inst 2018-10-26 10:19:27,533 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-kp 2018-10-26 10:19:27,535 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c9d54c2482d0730cec41893a0061a237c36ca3e" 2018-10-26 10:19:27,589 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10: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 x-openstack-request-id: req-e73969df-b10f-4bf3-9812-b019723eb0d3 x-compute-request-id: req-e73969df-b10f-4bf3-9812-b019723eb0d3 Content-Length: 0 Content-Type: application/json 2018-10-26 10:19:27,590 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-kp used request id req-e73969df-b10f-4bf3-9812-b019723eb0d3 2018-10-26 10:19:27,590 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd.pub] 2018-10-26 10:19:27,590 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd] 2018-10-26 10:19:27,594 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/ed3f504b-645a-4f8f-8a21-8617f2ac5a55 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}382018169db4f01bb6d64e891bb280b00026cbf5" 2018-10-26 10:19:27,645 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10: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 x-openstack-request-id: req-671af203-7261-4ee8-aef3-22c23d2f4a26 x-compute-request-id: req-671af203-7261-4ee8-aef3-22c23d2f4a26 Content-Length: 0 Content-Type: application/json 2018-10-26 10:19:27,645 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/ed3f504b-645a-4f8f-8a21-8617f2ac5a55 used request id req-671af203-7261-4ee8-aef3-22c23d2f4a26 2018-10-26 10:19:27,646 - neutron_utils - INFO - Deleting security group rule with ID - f149eea0-c7bc-4dbd-95f0-e3e58b564d3c 2018-10-26 10:19:27,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/f149eea0-c7bc-4dbd-95f0-e3e58b564d3c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe524df4b1ce1fd56a34824a5eb82bdb93863605" 2018-10-26 10:19:27,998 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5cc89381-b7db-4bdb-9e09-783208d6da2e Content-Length: 0 Date: Fri, 26 Oct 2018 10:19:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:19:27,998 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/f149eea0-c7bc-4dbd-95f0-e3e58b564d3c used request id req-5cc89381-b7db-4bdb-9e09-783208d6da2e 2018-10-26 10:19:27,998 - neutron_utils - INFO - Deleting security group rule with ID - 5cdd3151-633f-434a-bbf7-7e7ce9dc118e 2018-10-26 10:19:28,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/5cdd3151-633f-434a-bbf7-7e7ce9dc118e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe524df4b1ce1fd56a34824a5eb82bdb93863605" 2018-10-26 10:19:28,096 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c68eaac6-d64e-4c1f-9e4f-a2611d7dec47 Content-Length: 0 Date: Fri, 26 Oct 2018 10:19:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:19:28,097 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/5cdd3151-633f-434a-bbf7-7e7ce9dc118e used request id req-c68eaac6-d64e-4c1f-9e4f-a2611d7dec47 2018-10-26 10:19:28,097 - neutron_utils - INFO - Deleting security group rule with ID - dd202243-461e-41d3-8a03-1793ed98cea6 2018-10-26 10:19:28,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/dd202243-461e-41d3-8a03-1793ed98cea6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe524df4b1ce1fd56a34824a5eb82bdb93863605" 2018-10-26 10:19:28,343 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b5f223d1-4244-48e3-b51e-cc8ef4a8de83 Content-Length: 0 Date: Fri, 26 Oct 2018 10:19:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:19:28,343 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/dd202243-461e-41d3-8a03-1793ed98cea6 used request id req-b5f223d1-4244-48e3-b51e-cc8ef4a8de83 2018-10-26 10:19:28,343 - neutron_utils - INFO - Deleting security group rule with ID - 9fcb2358-6937-448e-8c11-79e6545cce1c 2018-10-26 10:19:28,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/9fcb2358-6937-448e-8c11-79e6545cce1c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe524df4b1ce1fd56a34824a5eb82bdb93863605" 2018-10-26 10:19:28,612 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1022a6cc-1f0b-4f0d-8744-399dec5a8f8c Content-Length: 0 Date: Fri, 26 Oct 2018 10:19:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:19:28,612 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/9fcb2358-6937-448e-8c11-79e6545cce1c used request id req-1022a6cc-1f0b-4f0d-8744-399dec5a8f8c 2018-10-26 10:19:28,613 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-sec-grp 2018-10-26 10:19:28,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/db3f38ec-26d8-4d64-8753-84dcfc8db599 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe524df4b1ce1fd56a34824a5eb82bdb93863605" 2018-10-26 10:19:28,920 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0fab1832-af02-4866-93c4-c8a525c286c2 Content-Length: 0 Date: Fri, 26 Oct 2018 10:19:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:19:28,920 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/db3f38ec-26d8-4d64-8753-84dcfc8db599 used request id req-0fab1832-af02-4866-93c4-c8a525c286c2 2018-10-26 10:19:28,921 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-router and subnet CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-subnet 2018-10-26 10:19:28,921 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-router 2018-10-26 10:19:28,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/e962cc56-3a58-4146-a1de-2ee13ef0931a/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd9211e7857db9cda47817e00bc25306d9e13bd0" -d '{"subnet_id": "e90cfd15-903f-4814-9d30-370d74a6d2fd"}' 2018-10-26 10:19:30,625 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4deb707c-d7a4-415b-992d-f1a89a99483a Date: Fri, 26 Oct 2018 10:19:30 GMT RESP BODY: {"network_id": "bc334698-132b-4ef7-8327-a593b67ee785", "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "subnet_id": "e90cfd15-903f-4814-9d30-370d74a6d2fd", "subnet_ids": ["e90cfd15-903f-4814-9d30-370d74a6d2fd"], "port_id": "f8d007c1-ec32-49c2-8cf4-6b0bf1f73eec", "id": "e962cc56-3a58-4146-a1de-2ee13ef0931a"} 2018-10-26 10:19:30,625 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/e962cc56-3a58-4146-a1de-2ee13ef0931a/remove_router_interface used request id req-4deb707c-d7a4-415b-992d-f1a89a99483a 2018-10-26 10:19:30,625 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-router 2018-10-26 10:19:30,625 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-router 2018-10-26 10:19:30,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/e962cc56-3a58-4146-a1de-2ee13ef0931a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd9211e7857db9cda47817e00bc25306d9e13bd0" 2018-10-26 10:19:34,309 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9264933c-fc77-46f8-a9da-aac6d88482c1 Content-Length: 0 Date: Fri, 26 Oct 2018 10:19:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:19:34,310 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/e962cc56-3a58-4146-a1de-2ee13ef0931a used request id req-9264933c-fc77-46f8-a9da-aac6d88482c1 2018-10-26 10:19:34,310 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-subnet 2018-10-26 10:19:34,311 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-subnet 2018-10-26 10:19:34,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/e90cfd15-903f-4814-9d30-370d74a6d2fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76efd84aa1d11f96f764741e9642ca43e867770e" 2018-10-26 10:19:36,803 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-346d574b-ee36-4909-a074-0bf506b9a8f2 Date: Fri, 26 Oct 2018 10:19:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:19:36,803 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/e90cfd15-903f-4814-9d30-370d74a6d2fd used request id req-346d574b-ee36-4909-a074-0bf506b9a8f2 2018-10-26 10:19:36,804 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-pub-net 2018-10-26 10:19:36,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/bc334698-132b-4ef7-8327-a593b67ee785 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76efd84aa1d11f96f764741e9642ca43e867770e" 2018-10-26 10:19:38,161 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-387977f3-31f5-4685-bf5d-5376df2aa85e Date: Fri, 26 Oct 2018 10:19:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:19:38,161 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/bc334698-132b-4ef7-8327-a593b67ee785 used request id req-387977f3-31f5-4685-bf5d-5376df2aa85e 2018-10-26 10:19:38,161 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-98adeca3-d797-4b27-9fbd-7598a7a66bfd-image 2018-10-26 10:19:38,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/46c7b7a7-5293-4dec-bab4-be38633d2884 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}209460dfa349dd28b5c60c590cdf0e9329170b2e" 2018-10-26 10:19:39,524 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c10bb156-6e2f-407d-8aea-9b629fc6e12d Date: Fri, 26 Oct 2018 10:19: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-26 10:19:39,524 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/46c7b7a7-5293-4dec-bab4-be38633d2884 used request id req-c10bb156-6e2f-407d-8aea-9b629fc6e12d 2018-10-26 10:19:39,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40ed75c9038760ad1be4350cf6664cb92f01a204" 2018-10-26 10:19:39,736 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-01952739-6ced-44c1-b98d-2716ae7abd3d Date: Fri, 26 Oct 2018 10:19:39 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "created_at": "2018-10-26T10:18:24Z", "updated_at": "2018-10-26T10:18:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:18:24Z", "revision_number": 0, "id": "26f243bf-21c5-49df-bddc-4f216088fc28", "remote_group_id": "4da8ba10-077b-4534-aad2-4957f2150772", "remote_ip_prefix": null, "created_at": "2018-10-26T10:18:24Z", "security_group_id": "4da8ba10-077b-4534-aad2-4957f2150772", "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "port_range_min": null, "ethertype": "IPv4", "project_id": "7e33da21c3c743c68c0357dc12ad829a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:18:24Z", "revision_number": 0, "id": "5b689f03-cddb-4907-985c-1a4d0ce16b0d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:18:24Z", "security_group_id": "4da8ba10-077b-4534-aad2-4957f2150772", "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "port_range_min": null, "ethertype": "IPv6", "project_id": "7e33da21c3c743c68c0357dc12ad829a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:18:24Z", "revision_number": 0, "id": "823ac749-0e44-4e22-a0e6-7fe9e9bb1e20", "remote_group_id": "4da8ba10-077b-4534-aad2-4957f2150772", "remote_ip_prefix": null, "created_at": "2018-10-26T10:18:24Z", "security_group_id": "4da8ba10-077b-4534-aad2-4957f2150772", "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "port_range_min": null, "ethertype": "IPv6", "project_id": "7e33da21c3c743c68c0357dc12ad829a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:18:24Z", "revision_number": 0, "id": "aae887c7-89d2-4f81-a04a-d7b1e4794317", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:18:24Z", "security_group_id": "4da8ba10-077b-4534-aad2-4957f2150772", "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "port_range_min": null, "ethertype": "IPv4", "project_id": "7e33da21c3c743c68c0357dc12ad829a"}], "revision_number": 4, "project_id": "7e33da21c3c743c68c0357dc12ad829a", "id": "4da8ba10-077b-4534-aad2-4957f2150772", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 10:19:39,737 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-01952739-6ced-44c1-b98d-2716ae7abd3d 2018-10-26 10:19:39,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7e33da21c3c743c68c0357dc12ad829a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40ed75c9038760ad1be4350cf6664cb92f01a204" 2018-10-26 10:19:39,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:19:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7149546-a3ed-4096-b568-8b768dd6efa8 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/7e33da21c3c743c68c0357dc12ad829a"}, "enabled": true, "id": "7e33da21c3c743c68c0357dc12ad829a", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-proj"}} 2018-10-26 10:19:39,825 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7e33da21c3c743c68c0357dc12ad829a used request id req-c7149546-a3ed-4096-b568-8b768dd6efa8 2018-10-26 10:19:39,825 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4da8ba10-077b-4534-aad2-4957f2150772 2018-10-26 10:19:39,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4da8ba10-077b-4534-aad2-4957f2150772 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40ed75c9038760ad1be4350cf6664cb92f01a204" 2018-10-26 10:19:40,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-688ee0ba-af60-4603-96ba-f469b66c7455 Date: Fri, 26 Oct 2018 10:19:40 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "4da8ba10-077b-4534-aad2-4957f2150772", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:18:24Z", "security_group_id": "4da8ba10-077b-4534-aad2-4957f2150772", "port_range_min": null, "revision_number": 0, "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "created_at": "2018-10-26T10:18:24Z", "project_id": "7e33da21c3c743c68c0357dc12ad829a", "id": "26f243bf-21c5-49df-bddc-4f216088fc28"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:18:24Z", "security_group_id": "4da8ba10-077b-4534-aad2-4957f2150772", "port_range_min": null, "revision_number": 0, "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "created_at": "2018-10-26T10:18:24Z", "project_id": "7e33da21c3c743c68c0357dc12ad829a", "id": "5b689f03-cddb-4907-985c-1a4d0ce16b0d"}, {"remote_group_id": "4da8ba10-077b-4534-aad2-4957f2150772", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:18:24Z", "security_group_id": "4da8ba10-077b-4534-aad2-4957f2150772", "port_range_min": null, "revision_number": 0, "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "created_at": "2018-10-26T10:18:24Z", "project_id": "7e33da21c3c743c68c0357dc12ad829a", "id": "823ac749-0e44-4e22-a0e6-7fe9e9bb1e20"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:18:24Z", "security_group_id": "4da8ba10-077b-4534-aad2-4957f2150772", "port_range_min": null, "revision_number": 0, "tenant_id": "7e33da21c3c743c68c0357dc12ad829a", "created_at": "2018-10-26T10:18:24Z", "project_id": "7e33da21c3c743c68c0357dc12ad829a", "id": "aae887c7-89d2-4f81-a04a-d7b1e4794317"}]} 2018-10-26 10:19:40,009 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4da8ba10-077b-4534-aad2-4957f2150772 used request id req-688ee0ba-af60-4603-96ba-f469b66c7455 2018-10-26 10:19:40,010 - neutron_utils - INFO - Deleting security group with name - default 2018-10-26 10:19:40,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/4da8ba10-077b-4534-aad2-4957f2150772 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40ed75c9038760ad1be4350cf6664cb92f01a204" 2018-10-26 10:19:40,374 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-de5478e0-c209-48a4-a222-54dc7f092e6f Content-Length: 0 Date: Fri, 26 Oct 2018 10:19:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:19:40,374 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/4da8ba10-077b-4534-aad2-4957f2150772 used request id req-de5478e0-c209-48a4-a222-54dc7f092e6f 2018-10-26 10:19:40,375 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-proj 2018-10-26 10:19:40,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/7e33da21c3c743c68c0357dc12ad829a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40ed75c9038760ad1be4350cf6664cb92f01a204" 2018-10-26 10:19:40,592 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:19:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a7e0fc80-815d-4450-894d-387aa336d5a5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:19:40,592 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/7e33da21c3c743c68c0357dc12ad829a used request id req-a7e0fc80-815d-4450-894d-387aa336d5a5 2018-10-26 10:19:40,592 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-proj-role 2018-10-26 10:19:40,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/c3dbaea2243b42e7bbba753d080e2948 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40ed75c9038760ad1be4350cf6664cb92f01a204" 2018-10-26 10:19:40,709 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:19:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6576070e-033c-4e63-98d3-5bf9b1841308 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:19:40,709 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/c3dbaea2243b42e7bbba753d080e2948 used request id req-6576070e-033c-4e63-98d3-5bf9b1841308 2018-10-26 10:19:40,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40ed75c9038760ad1be4350cf6664cb92f01a204" 2018-10-26 10:19:40,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:19:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a19aaad6-5f56-4210-921c-ea1f489f71e0 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:19:40,795 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-a19aaad6-5f56-4210-921c-ea1f489f71e0 2018-10-26 10:19:40,796 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-0cdb563c-1103-4a7-user 2018-10-26 10:19:40,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/ed78d9a9b61c4778b6b00d48c0b86ef5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a354b105ebab33a069c1ccfbfc5083d197990146" 2018-10-26 10:19:41,075 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:19:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7902873f-0c12-4814-8463-15d044e27d8d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:19:41,075 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/ed78d9a9b61c4778b6b00d48c0b86ef5 used request id req-7902873f-0c12-4814-8463-15d044e27d8d 2018-10-26 10:19:41,076 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:19:41,465 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:19:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["7Y-QOSr8SsCE3CZOKp3Pug"], "issued_at": "2018-10-26T10:19:41.000000Z"}} 2018-10-26 10:19:41,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed5d763d958d5ff7dec61753b724d4d8e0d2084f" 2018-10-26 10:19:41,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:19:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a55ece9-664b-4071-8a32-1d4b35680a4a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:19:41,542 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8a55ece9-664b-4071-8a32-1d4b35680a4a 2018-10-26 10:19:41,544 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:19:41,545 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:19:41,936 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:19:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["aLK6oMMcQ1arpq-5PX9p0w"], "issued_at": "2018-10-26T10:19:41.000000Z"}} 2018-10-26 10:19:41,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0b247b8e6ba788f48e0382f1d5c558648a4e1de" 2018-10-26 10:19:42,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:19:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd939b7b-fc43-41af-8980-84101135c6e4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:19:42,026 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-fd939b7b-fc43-41af-8980-84101135c6e4 2018-10-26 10:19:42,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:19:42,036 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:19:42,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-ca7dad75-c7d3-4bd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0b247b8e6ba788f48e0382f1d5c558648a4e1de" 2018-10-26 10:19:42,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:19:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1755012b-d013-4ebe-a568-3c82ba0cd58e Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-ca7dad75-c7d3-4bd-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 10:19:42,124 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-ca7dad75-c7d3-4bd-proj used request id req-1755012b-d013-4ebe-a568-3c82ba0cd58e 2018-10-26 10:19:42,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0b247b8e6ba788f48e0382f1d5c558648a4e1de" 2018-10-26 10:19:42,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:19:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-135ede1f-e204-49a9-9d80-9e9050792997 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 10:19:42,215 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-135ede1f-e204-49a9-9d80-9e9050792997 2018-10-26 10:19:42,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0b247b8e6ba788f48e0382f1d5c558648a4e1de" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackFloatingIpTests-ca7dad75-c7d3-4bd-proj"}}' 2018-10-26 10:19:42,356 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:19:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8fb14c18-73e2-4975-a75f-194691dcee1e Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c43894ede4a24a7da5adc4a37ab5594c"}, "enabled": true, "id": "c43894ede4a24a7da5adc4a37ab5594c", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-ca7dad75-c7d3-4bd-proj"}} 2018-10-26 10:19:42,357 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-8fb14c18-73e2-4975-a75f-194691dcee1e 2018-10-26 10:19:42,357 - keystone_utils - INFO - Created project with name - CreateStackFloatingIpTests-ca7dad75-c7d3-4bd-proj 2018-10-26 10:19:42,357 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:19:42,358 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:19:42,753 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:19:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["IjTtphFnQnSJhMRDuEYP0Q"], "issued_at": "2018-10-26T10:19:42.000000Z"}} 2018-10-26 10:19:42,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8fce6630a308aebf863422849badf1f82f63500" 2018-10-26 10:19:42,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:19:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e57b318-d79d-4cb0-b480-a74198ea1b8c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:19:42,839 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8e57b318-d79d-4cb0-b480-a74198ea1b8c 2018-10-26 10:19:42,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:19:42,848 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:19:42,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8fce6630a308aebf863422849badf1f82f63500" 2018-10-26 10:19:42,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:19:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b785337d-b2e6-41cf-bf03-043acfb5fcd1 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 10:19:42,883 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-b785337d-b2e6-41cf-bf03-043acfb5fcd1 2018-10-26 10:19:42,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackFloatingIpTests-ca7dad75-c7d3-4bd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8fce6630a308aebf863422849badf1f82f63500" 2018-10-26 10:19:42,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:19:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12c160ef-d4cc-4e40-b708-be7fb6824163 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackFloatingIpTests-ca7dad75-c7d3-4bd-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c43894ede4a24a7da5adc4a37ab5594c"}, "enabled": true, "id": "c43894ede4a24a7da5adc4a37ab5594c", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-ca7dad75-c7d3-4bd-proj"}]} 2018-10-26 10:19:42,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackFloatingIpTests-ca7dad75-c7d3-4bd-proj used request id req-12c160ef-d4cc-4e40-b708-be7fb6824163 2018-10-26 10:19:42,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8fce6630a308aebf863422849badf1f82f63500" 2018-10-26 10:19:43,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:19:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51716514-bbe3-4b24-a0c3-fe3b43c34660 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 10:19:43,060 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-51716514-bbe3-4b24-a0c3-fe3b43c34660 2018-10-26 10:19:43,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8fce6630a308aebf863422849badf1f82f63500" 2018-10-26 10:19:43,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:19:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c36c055c-7542-485e-b44a-677cb3210807 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:19:43,549 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c36c055c-7542-485e-b44a-677cb3210807 2018-10-26 10:19:43,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackFloatingIpTests-ca7dad75-c7d3-4bd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8fce6630a308aebf863422849badf1f82f63500" 2018-10-26 10:19:43,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:19:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18c0168d-4f3d-4fb2-b822-cc46797506b7 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackFloatingIpTests-ca7dad75-c7d3-4bd-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c43894ede4a24a7da5adc4a37ab5594c"}, "enabled": true, "id": "c43894ede4a24a7da5adc4a37ab5594c", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-ca7dad75-c7d3-4bd-proj"}]} 2018-10-26 10:19:43,634 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackFloatingIpTests-ca7dad75-c7d3-4bd-proj used request id req-18c0168d-4f3d-4fb2-b822-cc46797506b7 2018-10-26 10:19:43,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users/886084fcc50f4ed08e09de7f3b5d518e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8fce6630a308aebf863422849badf1f82f63500" 2018-10-26 10:19:43,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:19:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3719059-f5d5-4d91-b549-b48230ac1180 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackFloatingIpTests-ca7dad75-c7d3-4bd-user", "links": {"self": "http://172.30.9.21:5000/v3/users/886084fcc50f4ed08e09de7f3b5d518e"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "c43894ede4a24a7da5adc4a37ab5594c", "id": "886084fcc50f4ed08e09de7f3b5d518e", "password_expires_at": null}} 2018-10-26 10:19:43,668 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/886084fcc50f4ed08e09de7f3b5d518e used request id req-f3719059-f5d5-4d91-b549-b48230ac1180 2018-10-26 10:19:43,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c43894ede4a24a7da5adc4a37ab5594c/users/886084fcc50f4ed08e09de7f3b5d518e/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8fce6630a308aebf863422849badf1f82f63500" 2018-10-26 10:19:43,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:19:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9be0ebb4-523a-4ee3-88c4-0e246037022e Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/c43894ede4a24a7da5adc4a37ab5594c/users/886084fcc50f4ed08e09de7f3b5d518e/roles", "previous": null, "next": null}, "roles": []} 2018-10-26 10:19:43,707 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c43894ede4a24a7da5adc4a37ab5594c/users/886084fcc50f4ed08e09de7f3b5d518e/roles used request id req-9be0ebb4-523a-4ee3-88c4-0e246037022e 2018-10-26 10:19:43,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8fce6630a308aebf863422849badf1f82f63500" 2018-10-26 10:19:43,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:19:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b625a4a-429e-4da5-919e-015155780ae3 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "domain_id": null, "name": "admin", "id": "886257d877da42cd903fe01393f42ae9"}} 2018-10-26 10:19:43,796 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9 used request id req-7b625a4a-429e-4da5-919e-015155780ae3 2018-10-26 10:19:43,796 - keystone_utils - INFO - Granting role admin to project CreateStackFloatingIpTests-ca7dad75-c7d3-4bd-proj 2018-10-26 10:19:43,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/c43894ede4a24a7da5adc4a37ab5594c/users/886084fcc50f4ed08e09de7f3b5d518e/roles/886257d877da42cd903fe01393f42ae9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8fce6630a308aebf863422849badf1f82f63500" 2018-10-26 10:19:43,928 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:19:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-419d6eea-360f-4770-b9f8-bddae83fdecf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:19:43,928 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/c43894ede4a24a7da5adc4a37ab5594c/users/886084fcc50f4ed08e09de7f3b5d518e/roles/886257d877da42cd903fe01393f42ae9 used request id req-419d6eea-360f-4770-b9f8-bddae83fdecf 2018-10-26 10:19:43,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8fce6630a308aebf863422849badf1f82f63500" 2018-10-26 10:19:44,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:19:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1538ff70-8833-42af-bedc-cd26baa609b6 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:19:44,021 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-1538ff70-8833-42af-bedc-cd26baa609b6 2018-10-26 10:19:44,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackFloatingIpTests-ca7dad75-c7d3-4bd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8fce6630a308aebf863422849badf1f82f63500" 2018-10-26 10:19:44,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:19:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b963e196-9efa-4d1c-a712-8732efc47303 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackFloatingIpTests-ca7dad75-c7d3-4bd-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c43894ede4a24a7da5adc4a37ab5594c"}, "enabled": true, "id": "c43894ede4a24a7da5adc4a37ab5594c", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-ca7dad75-c7d3-4bd-proj"}]} 2018-10-26 10:19:44,110 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackFloatingIpTests-ca7dad75-c7d3-4bd-proj used request id req-b963e196-9efa-4d1c-a712-8732efc47303 2018-10-26 10:19:44,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c43894ede4a24a7da5adc4a37ab5594c/users/886084fcc50f4ed08e09de7f3b5d518e/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8fce6630a308aebf863422849badf1f82f63500" 2018-10-26 10:19:44,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:19:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0eeb6a64-7797-4f8c-8da3-5fb7d6cfc259 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/c43894ede4a24a7da5adc4a37ab5594c/users/886084fcc50f4ed08e09de7f3b5d518e/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}]} 2018-10-26 10:19:44,218 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c43894ede4a24a7da5adc4a37ab5594c/users/886084fcc50f4ed08e09de7f3b5d518e/roles used request id req-0eeb6a64-7797-4f8c-8da3-5fb7d6cfc259 2018-10-26 10:19:44,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8fce6630a308aebf863422849badf1f82f63500" 2018-10-26 10:19:44,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:19:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d02b8cb0-0289-48e4-af97-c17257b15bf0 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "domain_id": null, "name": "heat_stack_owner", "id": "4f75e021dfe74c9ab7a3aee778a72c84"}} 2018-10-26 10:19:44,312 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84 used request id req-d02b8cb0-0289-48e4-af97-c17257b15bf0 2018-10-26 10:19:44,313 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFloatingIpTests-ca7dad75-c7d3-4bd-proj 2018-10-26 10:19:44,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/c43894ede4a24a7da5adc4a37ab5594c/users/886084fcc50f4ed08e09de7f3b5d518e/roles/4f75e021dfe74c9ab7a3aee778a72c84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8fce6630a308aebf863422849badf1f82f63500" 2018-10-26 10:19:44,430 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:19:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-01595f43-036a-4623-ad9f-e122ca76fbe8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:19:44,430 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/c43894ede4a24a7da5adc4a37ab5594c/users/886084fcc50f4ed08e09de7f3b5d518e/roles/4f75e021dfe74c9ab7a3aee778a72c84 used request id req-01595f43-036a-4623-ad9f-e122ca76fbe8 2018-10-26 10:19:44,430 - keystone_utils - INFO - Created user with name - CreateStackFloatingIpTests-ca7dad75-c7d3-4bd-user 2018-10-26 10:19:44,430 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:19:44,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0b247b8e6ba788f48e0382f1d5c558648a4e1de" 2018-10-26 10:19:44,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:19:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-660b9595-ea6f-4da9-ae26-d211b58e32bf Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:19:44,527 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-660b9595-ea6f-4da9-ae26-d211b58e32bf 2018-10-26 10:19:44,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0b247b8e6ba788f48e0382f1d5c558648a4e1de" -d '{"role": {"name": "CreateStackFloatingIpTests-ca7dad75-c7d3-4bd-proj-role"}}' 2018-10-26 10:19:44,631 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:19:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d560b308-c12f-4a03-8dd9-68f37831d33b Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "032a0f7f527845079669580ebdb9de2c", "links": {"self": "http://172.30.9.21:5000/v3/roles/032a0f7f527845079669580ebdb9de2c"}, "name": "CreateStackFloatingIpTests-ca7dad75-c7d3-4bd-proj-role"}} 2018-10-26 10:19:44,631 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-d560b308-c12f-4a03-8dd9-68f37831d33b 2018-10-26 10:19:44,631 - keystone_utils - INFO - Created role with name - CreateStackFloatingIpTests-ca7dad75-c7d3-4bd-proj-role 2018-10-26 10:19:44,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/032a0f7f527845079669580ebdb9de2c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0b247b8e6ba788f48e0382f1d5c558648a4e1de" 2018-10-26 10:19:44,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:19:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3da0525-2fd1-42b9-bb9f-c64c20af2c12 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/032a0f7f527845079669580ebdb9de2c"}, "domain_id": null, "name": "CreateStackFloatingIpTests-ca7dad75-c7d3-4bd-proj-role", "id": "032a0f7f527845079669580ebdb9de2c"}} 2018-10-26 10:19:44,717 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/032a0f7f527845079669580ebdb9de2c used request id req-c3da0525-2fd1-42b9-bb9f-c64c20af2c12 2018-10-26 10:19:44,717 - keystone_utils - INFO - Granting role CreateStackFloatingIpTests-ca7dad75-c7d3-4bd-proj-role to project CreateStackFloatingIpTests-ca7dad75-c7d3-4bd-proj 2018-10-26 10:19:44,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/c43894ede4a24a7da5adc4a37ab5594c/users/886084fcc50f4ed08e09de7f3b5d518e/roles/032a0f7f527845079669580ebdb9de2c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0b247b8e6ba788f48e0382f1d5c558648a4e1de" 2018-10-26 10:19:44,850 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:19:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0d885324-ff4f-4b55-b321-f3486494f5fc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:19:44,850 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/c43894ede4a24a7da5adc4a37ab5594c/users/886084fcc50f4ed08e09de7f3b5d518e/roles/032a0f7f527845079669580ebdb9de2c used request id req-0d885324-ff4f-4b55-b321-f3486494f5fc 2018-10-26 10:19:44,851 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-26 10:19:44,851 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-26 10:19:44,851 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:19:44,852 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:19:45,232 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}, {"id": "032a0f7f527845079669580ebdb9de2c", "name": "CreateStackFloatingIpTests-ca7dad75-c7d3-4bd-proj-role"}], "expires_at": "2018-10-26T11:19:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c43894ede4a24a7da5adc4a37ab5594c", "name": "CreateStackFloatingIpTests-ca7dad75-c7d3-4bd-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c43894ede4a24a7da5adc4a37ab5594c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/c43894ede4a24a7da5adc4a37ab5594c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/c43894ede4a24a7da5adc4a37ab5594c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c43894ede4a24a7da5adc4a37ab5594c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/c43894ede4a24a7da5adc4a37ab5594c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/c43894ede4a24a7da5adc4a37ab5594c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/c43894ede4a24a7da5adc4a37ab5594c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/c43894ede4a24a7da5adc4a37ab5594c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/c43894ede4a24a7da5adc4a37ab5594c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/c43894ede4a24a7da5adc4a37ab5594c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/c43894ede4a24a7da5adc4a37ab5594c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-ca7dad75-c7d3-4bd-user", "id": "886084fcc50f4ed08e09de7f3b5d518e"}, "audit_ids": ["8HR-r9b9RsiL6KnrroKCsg"], "issued_at": "2018-10-26T10:19:45.000000Z"}} 2018-10-26 10:19:45,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b5e914feeb9752a63f0c42fc5d6be3859acaf74" 2018-10-26 10:19:45,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:19:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4d8432e-3004-4edf-9284-6bce21e7677c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:19:45,315 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b4d8432e-3004-4edf-9284-6bce21e7677c 2018-10-26 10:19:45,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5b5e914feeb9752a63f0c42fc5d6be3859acaf74" 2018-10-26 10:19:45,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-3330e2b9-a0dd-4ea0-98dc-dec58f61b91d Date: Fri, 26 Oct 2018 10:19:45 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-image"} 2018-10-26 10:19:45,484 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-image used request id req-3330e2b9-a0dd-4ea0-98dc-dec58f61b91d 2018-10-26 10:19:45,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5b5e914feeb9752a63f0c42fc5d6be3859acaf74" 2018-10-26 10:19:45,652 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6eddefe7-98d9-49e4-95d4-e81bc8c87882 Date: Fri, 26 Oct 2018 10:19: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-26 10:19:45,652 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-6eddefe7-98d9-49e4-95d4-e81bc8c87882 2018-10-26 10:19:45,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5b5e914feeb9752a63f0c42fc5d6be3859acaf74" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-image"}' 2018-10-26 10:19:45,883 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/9503ef08-1563-4b9d-a29a-94d006439071 X-Openstack-Request-Id: req-c273c462-9952-430e-97c1-8a8b314a94e5 Date: Fri, 26 Oct 2018 10:19:45 GMT RESP BODY: {"status": "queued", "name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:19:45Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-26T10:19:45Z", "visibility": "shared", "locations": [], "self": "/v2/images/9503ef08-1563-4b9d-a29a-94d006439071", "min_disk": 0, "protected": false, "id": "9503ef08-1563-4b9d-a29a-94d006439071", "file": "/v2/images/9503ef08-1563-4b9d-a29a-94d006439071/file", "checksum": null, "owner": "c43894ede4a24a7da5adc4a37ab5594c", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:19:45,884 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-c273c462-9952-430e-97c1-8a8b314a94e5 2018-10-26 10:19:45,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/9503ef08-1563-4b9d-a29a-94d006439071/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5b5e914feeb9752a63f0c42fc5d6be3859acaf74" -d '' 2018-10-26 10:19:47,041 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-965613e4-eea5-4c74-a1cc-076c6a94141a Date: Fri, 26 Oct 2018 10:19: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-26 10:19:47,041 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/9503ef08-1563-4b9d-a29a-94d006439071/file used request id req-965613e4-eea5-4c74-a1cc-076c6a94141a 2018-10-26 10:19:47,041 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 10:19:47,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/9503ef08-1563-4b9d-a29a-94d006439071 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5b5e914feeb9752a63f0c42fc5d6be3859acaf74" 2018-10-26 10:19:47,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-97b723b1-ec3d-4f44-82b8-2dff37990955 Date: Fri, 26 Oct 2018 10:19:47 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:19:45Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T10:19:47Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/9503ef08-1563-4b9d-a29a-94d006439071/snap", "metadata": {}}], "self": "/v2/images/9503ef08-1563-4b9d-a29a-94d006439071", "min_disk": 0, "protected": false, "id": "9503ef08-1563-4b9d-a29a-94d006439071", "file": "/v2/images/9503ef08-1563-4b9d-a29a-94d006439071/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c43894ede4a24a7da5adc4a37ab5594c", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/9503ef08-1563-4b9d-a29a-94d006439071/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:19:47,307 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/9503ef08-1563-4b9d-a29a-94d006439071 used request id req-97b723b1-ec3d-4f44-82b8-2dff37990955 2018-10-26 10:19:47,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5b5e914feeb9752a63f0c42fc5d6be3859acaf74" 2018-10-26 10:19:47,462 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-fd2f8160-7605-45a4-9b47-1926dbaa8388 Date: Fri, 26 Oct 2018 10:19: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-26 10:19:47,463 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-fd2f8160-7605-45a4-9b47-1926dbaa8388 2018-10-26 10:19:47,466 - create_image - INFO - Created image with name - CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-image 2018-10-26 10:19:47,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/9503ef08-1563-4b9d-a29a-94d006439071 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5b5e914feeb9752a63f0c42fc5d6be3859acaf74" 2018-10-26 10:19:47,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-13eee610-9825-477d-a81d-3da0502d4af3 Date: Fri, 26 Oct 2018 10:19:47 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:19:45Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T10:19:47Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/9503ef08-1563-4b9d-a29a-94d006439071/snap", "metadata": {}}], "self": "/v2/images/9503ef08-1563-4b9d-a29a-94d006439071", "min_disk": 0, "protected": false, "id": "9503ef08-1563-4b9d-a29a-94d006439071", "file": "/v2/images/9503ef08-1563-4b9d-a29a-94d006439071/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c43894ede4a24a7da5adc4a37ab5594c", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/9503ef08-1563-4b9d-a29a-94d006439071/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:19:47,638 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/9503ef08-1563-4b9d-a29a-94d006439071 used request id req-13eee610-9825-477d-a81d-3da0502d4af3 2018-10-26 10:19:47,639 - create_image - DEBUG - Instance status is - active 2018-10-26 10:19:47,639 - create_image - DEBUG - Image is active with name - CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-image 2018-10-26 10:19:47,639 - create_image - INFO - Image is now active with name - CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-image 2018-10-26 10:19:47,640 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:19:47,640 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:19:48,030 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}, {"id": "032a0f7f527845079669580ebdb9de2c", "name": "CreateStackFloatingIpTests-ca7dad75-c7d3-4bd-proj-role"}], "expires_at": "2018-10-26T11:19:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c43894ede4a24a7da5adc4a37ab5594c", "name": "CreateStackFloatingIpTests-ca7dad75-c7d3-4bd-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c43894ede4a24a7da5adc4a37ab5594c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/c43894ede4a24a7da5adc4a37ab5594c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/c43894ede4a24a7da5adc4a37ab5594c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c43894ede4a24a7da5adc4a37ab5594c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/c43894ede4a24a7da5adc4a37ab5594c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/c43894ede4a24a7da5adc4a37ab5594c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/c43894ede4a24a7da5adc4a37ab5594c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/c43894ede4a24a7da5adc4a37ab5594c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/c43894ede4a24a7da5adc4a37ab5594c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/c43894ede4a24a7da5adc4a37ab5594c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/c43894ede4a24a7da5adc4a37ab5594c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-ca7dad75-c7d3-4bd-user", "id": "886084fcc50f4ed08e09de7f3b5d518e"}, "audit_ids": ["V7ApU1usTOabDdzWca6Bcw"], "issued_at": "2018-10-26T10:19:48.000000Z"}} 2018-10-26 10:19:48,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:19:48,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:19:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35cf59fd-7ad7-4369-affb-32c7e83831c4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:19:48,104 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-35cf59fd-7ad7-4369-affb-32c7e83831c4 2018-10-26 10:19:48,105 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:19:48,108 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-26 10:19:48,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:19:48,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:19:48 GMT Server: Apache x-openstack-request-id: req-e71b91b3-d9fe-4a1c-9c2d-15627a2a7cf0 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-10-26 10:19:48,299 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack used request id req-e71b91b3-d9fe-4a1c-9c2d-15627a2a7cf0 2018-10-26 10:19:48,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" -d '{"stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-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-c4345343-3113-4eb4-abf9-e7f57872b432-flavor2", "keypair_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-kp", "security_group_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-sec_grp", "external_net_name": "external", "image2_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-image", "flavor1_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-flavor1", "inst1_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-inst1", "subnet_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-subnet", "image1_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-image", "inst2_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-inst2", "net_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net"}}' 2018-10-26 10:19:51,552 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:19:48 GMT Server: Apache x-openstack-request-id: req-c63ebc27-e782-438a-9fee-7465ed5f2aff Location: http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c Content-Length: 297 Content-Type: application/json RESP BODY: {"stack": {"id": "eda172ce-a00c-4237-ba38-8b9cd830e26c", "links": [{"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c", "rel": "self"}]}} 2018-10-26 10:19:51,552 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks used request id req-c63ebc27-e782-438a-9fee-7465ed5f2aff 2018-10-26 10:19:51,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/eda172ce-a00c-4237-ba38-8b9cd830e26c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:19:51,734 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:19:51 GMT Server: Apache x-openstack-request-id: req-182dab82-bc2e-48c8-864c-7920fa4cd7f6 Location: http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:19:51,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:19:51 GMT Server: Apache x-openstack-request-id: req-04ca3dbb-0e96-4660-b0db-4e50be95ec12 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-c4345343-3113-4eb4-abf9-e7f57872b432-flavor2", "OS::project_id": "c43894ede4a24a7da5adc4a37ab5594c", "OS::stack_id": "eda172ce-a00c-4237-ba38-8b9cd830e26c", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-kp", "security_group_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-sec_grp", "subnet_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-subnet", "net_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-inst2", "inst1_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-inst1", "image2_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-image", "flavor1_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-flavor1", "image1_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack", "stack_user_project_id": "2ff6e76d9b9b4876830469ba47138d04", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T10:19:51Z", "links": [{"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "eda172ce-a00c-4237-ba38-8b9cd830e26c", "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-26 10:19:51,909 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c used request id req-04ca3dbb-0e96-4660-b0db-4e50be95ec12 2018-10-26 10:19:51,910 - create_stack - INFO - Created stack with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack 2018-10-26 10:19:51,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/eda172ce-a00c-4237-ba38-8b9cd830e26c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:19:52,086 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:19:51 GMT Server: Apache x-openstack-request-id: req-eb66f646-329d-48d8-8d9f-599147ff2c32 Location: http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:19:52,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:19:52 GMT Server: Apache x-openstack-request-id: req-df76b3d7-6821-4461-8c0c-28bfb708a206 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-c4345343-3113-4eb4-abf9-e7f57872b432-flavor2", "OS::project_id": "c43894ede4a24a7da5adc4a37ab5594c", "OS::stack_id": "eda172ce-a00c-4237-ba38-8b9cd830e26c", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-kp", "security_group_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-sec_grp", "subnet_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-subnet", "net_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-inst2", "inst1_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-inst1", "image2_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-image", "flavor1_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-flavor1", "image1_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack", "stack_user_project_id": "2ff6e76d9b9b4876830469ba47138d04", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T10:19:51Z", "links": [{"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "eda172ce-a00c-4237-ba38-8b9cd830e26c", "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-26 10:19:52,278 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c used request id req-df76b3d7-6821-4461-8c0c-28bfb708a206 2018-10-26 10:19:52,278 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-26 10:19:52,279 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:19:55,282 - create_stack - DEBUG - Stack status query timeout in 1196.62812304 2018-10-26 10:19:55,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/eda172ce-a00c-4237-ba38-8b9cd830e26c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:19:55,313 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:19:55 GMT Server: Apache x-openstack-request-id: req-6404ec62-42a5-4414-b735-642fde4fa9d9 Location: http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:19:55,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:19:55 GMT Server: Apache x-openstack-request-id: req-e1b66a31-629e-42c2-b94d-c2802203d117 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-c4345343-3113-4eb4-abf9-e7f57872b432-flavor2", "OS::project_id": "c43894ede4a24a7da5adc4a37ab5594c", "OS::stack_id": "eda172ce-a00c-4237-ba38-8b9cd830e26c", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-kp", "security_group_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-sec_grp", "subnet_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-subnet", "net_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-inst2", "inst1_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-inst1", "image2_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-image", "flavor1_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-flavor1", "image1_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack", "stack_user_project_id": "2ff6e76d9b9b4876830469ba47138d04", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T10:19:51Z", "links": [{"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "eda172ce-a00c-4237-ba38-8b9cd830e26c", "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-26 10:19:55,387 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c used request id req-e1b66a31-629e-42c2-b94d-c2802203d117 2018-10-26 10:19:55,388 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-26 10:19:55,388 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:19:58,391 - create_stack - DEBUG - Stack status query timeout in 1193.51861191 2018-10-26 10:19:58,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/eda172ce-a00c-4237-ba38-8b9cd830e26c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:19:58,430 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:19:58 GMT Server: Apache x-openstack-request-id: req-957b8658-74cd-4ecf-975f-1b3a85129ebe Location: http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:19:58,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:19:58 GMT Server: Apache x-openstack-request-id: req-d22b4de6-1d72-4906-92f9-158aeaf62257 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2073 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-c4345343-3113-4eb4-abf9-e7f57872b432-flavor2", "OS::project_id": "c43894ede4a24a7da5adc4a37ab5594c", "OS::stack_id": "eda172ce-a00c-4237-ba38-8b9cd830e26c", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-kp", "security_group_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-sec_grp", "subnet_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-subnet", "net_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-inst2", "inst1_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-inst1", "image2_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-image", "flavor1_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-flavor1", "image1_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack", "stack_user_project_id": "2ff6e76d9b9b4876830469ba47138d04", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T10:19:51Z", "links": [{"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "eda172ce-a00c-4237-ba38-8b9cd830e26c", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA0EK7wQauk67y3i3HmLzh21fflDntk2Uc8nGwi0Gq4RA92TqY\n1KWs2/l6nos+zeXJlSjuCiS6qnGBdMiFSAVlZTPeT6t31sDZXTqU9ITMBKf0O03i\nM9Co4KGHZFUFsEQ2T2ghYX/cJeGq2qVViqoedFzNcQj4ORxS6WKNSSJpMK+jZN3Y\nFpnFPHWoyNOAs5/RWYw7iRaTbREFxWL7iMGKe/rDJObZRL5omtk3FzbyHO6UVSgt\nYJoSrN2ECm9o/mMXqZQJW1hbuNhE+ybI9XjMzI5kRAaQGjgyOTpy2nMxDpHNmKe6\nYwY0ovTseH+0XN3uDomUqVxQqHzID6mU/J4+HQIDAQABAoIBAQDAZBXNAR4/okwN\nAl+0czF3D1ulNEqMcslmE68TRovUtMteJWrQb2kcIgGr+1j+nvw1hoU466tiD8+X\nEjNGUG3WKy+BjBb+VlO3c4ntxcwvtPTD4HRKh8WrFq3b+0txBeLiQoEr8BFxEWNj\n737xxayytJS5ip69K7RQlFGPMXHZnYyDsi5OMITKrOtHa0lkeHNlyr3+wiQpYbEB\nU15oSrLFQuLAN9pjg0kXDAQoHxINiuBi0LkYBmPJIFU9qBLowoxHcdRHnob8xmlt\nsEP9jRw0NlNAQq7USjRGsF9Ix+L+uAR0lAsYfzo3EoLGEuAoMRFdFQU2pIPchQKY\nL69IjvPBAoGBAPdkGmzo38yM7D6LtXqOoG+8KzlEP/HAtjiA6pa9XQq5/9C15ebg\nu/LG12MLjKRjD5u2tk/Ehhem4xhOW3j22GWdmungIu6JNgL/Ot0ssuG43ydx6PKv\n9/bd0uLiZzn30FeRdEciBkVW/T8/7v+rLqoE9qtVhVYUPAsDyW8Ht6kxAoGBANeC\nCQfiwfaTLIRqUy8qTg0eHKqIHsBfmwrR+NudLPvwAxdCIAkjTcUN5LtYzqVepupj\nLu0e2hlK0xLzdcsHBiOki8guCo1c59XQDrSIVPY65Gl3SSREbGqPIuKD3dNqYXaE\nH2nHrm3pIk/vjhIQuKAGjZysGazrkM6UqtfT1WitAoGBAOYk0hCPc+OvFff5sJKb\nLNXFj9Bula4pQVu/Un15HJ1l+34GOiJW34IzSRxzGhuzrEmH6IK8qKJINuvduWsG\n+LlPrVX1lYmjTAPtvK0VcDRc7/yaE8PxwBSAuDcpuC5NRByyzCGAnaTUEDRPHd/r\nODYi9/bcUHaLzG/SzgnkfA+BAoGAc6ai9gpokMyWXVE55tvLGxsHwzRdXFtyNrJL\n3H9Svrkkz3x6+Kxrdc5o62lTLEfJR4uGiVW/MUeIUmk404Wnc8VABmM+4nHzMDkB\nSzzGa4VbQoXzSHU3wU+jJvAhQO2b9CAfQ4MXRoCQG1mxYlx619XsdSGefb/E7De4\nHy7dHdkCgYEA9zYa0rkkHZJJTH56IKAxVjTXUnhYPXEL8X4RXyEAT+Y6xccDCcOc\n9E/XaBXc0kuUnad1AOckrOLR8OoSQuo1PafoOaZRBqCDd6XksIu5qFz5jDzY+Vrm\nqSH4iqWeaTkdk5pBebm4eQnyW1Y3F8oItuLIIqChbZ0JXnsXaQz1EFI=\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-26 10:19:58,816 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c used request id req-d22b4de6-1d72-4906-92f9-158aeaf62257 2018-10-26 10:19:58,817 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-26 10:19:58,817 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:20:01,820 - create_stack - DEBUG - Stack status query timeout in 1190.09000397 2018-10-26 10:20:01,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/eda172ce-a00c-4237-ba38-8b9cd830e26c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:20:01,998 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:20:01 GMT Server: Apache x-openstack-request-id: req-1f6907ce-a868-4423-a420-f10ae03b1866 Location: http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:20:02,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:20:02 GMT Server: Apache x-openstack-request-id: req-426d7710-8dbf-4849-8faa-75d91c2fda7f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2073 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-c4345343-3113-4eb4-abf9-e7f57872b432-flavor2", "OS::project_id": "c43894ede4a24a7da5adc4a37ab5594c", "OS::stack_id": "eda172ce-a00c-4237-ba38-8b9cd830e26c", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-kp", "security_group_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-sec_grp", "subnet_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-subnet", "net_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-inst2", "inst1_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-inst1", "image2_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-image", "flavor1_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-flavor1", "image1_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack", "stack_user_project_id": "2ff6e76d9b9b4876830469ba47138d04", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T10:19:51Z", "links": [{"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "eda172ce-a00c-4237-ba38-8b9cd830e26c", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA0EK7wQauk67y3i3HmLzh21fflDntk2Uc8nGwi0Gq4RA92TqY\n1KWs2/l6nos+zeXJlSjuCiS6qnGBdMiFSAVlZTPeT6t31sDZXTqU9ITMBKf0O03i\nM9Co4KGHZFUFsEQ2T2ghYX/cJeGq2qVViqoedFzNcQj4ORxS6WKNSSJpMK+jZN3Y\nFpnFPHWoyNOAs5/RWYw7iRaTbREFxWL7iMGKe/rDJObZRL5omtk3FzbyHO6UVSgt\nYJoSrN2ECm9o/mMXqZQJW1hbuNhE+ybI9XjMzI5kRAaQGjgyOTpy2nMxDpHNmKe6\nYwY0ovTseH+0XN3uDomUqVxQqHzID6mU/J4+HQIDAQABAoIBAQDAZBXNAR4/okwN\nAl+0czF3D1ulNEqMcslmE68TRovUtMteJWrQb2kcIgGr+1j+nvw1hoU466tiD8+X\nEjNGUG3WKy+BjBb+VlO3c4ntxcwvtPTD4HRKh8WrFq3b+0txBeLiQoEr8BFxEWNj\n737xxayytJS5ip69K7RQlFGPMXHZnYyDsi5OMITKrOtHa0lkeHNlyr3+wiQpYbEB\nU15oSrLFQuLAN9pjg0kXDAQoHxINiuBi0LkYBmPJIFU9qBLowoxHcdRHnob8xmlt\nsEP9jRw0NlNAQq7USjRGsF9Ix+L+uAR0lAsYfzo3EoLGEuAoMRFdFQU2pIPchQKY\nL69IjvPBAoGBAPdkGmzo38yM7D6LtXqOoG+8KzlEP/HAtjiA6pa9XQq5/9C15ebg\nu/LG12MLjKRjD5u2tk/Ehhem4xhOW3j22GWdmungIu6JNgL/Ot0ssuG43ydx6PKv\n9/bd0uLiZzn30FeRdEciBkVW/T8/7v+rLqoE9qtVhVYUPAsDyW8Ht6kxAoGBANeC\nCQfiwfaTLIRqUy8qTg0eHKqIHsBfmwrR+NudLPvwAxdCIAkjTcUN5LtYzqVepupj\nLu0e2hlK0xLzdcsHBiOki8guCo1c59XQDrSIVPY65Gl3SSREbGqPIuKD3dNqYXaE\nH2nHrm3pIk/vjhIQuKAGjZysGazrkM6UqtfT1WitAoGBAOYk0hCPc+OvFff5sJKb\nLNXFj9Bula4pQVu/Un15HJ1l+34GOiJW34IzSRxzGhuzrEmH6IK8qKJINuvduWsG\n+LlPrVX1lYmjTAPtvK0VcDRc7/yaE8PxwBSAuDcpuC5NRByyzCGAnaTUEDRPHd/r\nODYi9/bcUHaLzG/SzgnkfA+BAoGAc6ai9gpokMyWXVE55tvLGxsHwzRdXFtyNrJL\n3H9Svrkkz3x6+Kxrdc5o62lTLEfJR4uGiVW/MUeIUmk404Wnc8VABmM+4nHzMDkB\nSzzGa4VbQoXzSHU3wU+jJvAhQO2b9CAfQ4MXRoCQG1mxYlx619XsdSGefb/E7De4\nHy7dHdkCgYEA9zYa0rkkHZJJTH56IKAxVjTXUnhYPXEL8X4RXyEAT+Y6xccDCcOc\n9E/XaBXc0kuUnad1AOckrOLR8OoSQuo1PafoOaZRBqCDd6XksIu5qFz5jDzY+Vrm\nqSH4iqWeaTkdk5pBebm4eQnyW1Y3F8oItuLIIqChbZ0JXnsXaQz1EFI=\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-26 10:20:02,329 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c used request id req-426d7710-8dbf-4849-8faa-75d91c2fda7f 2018-10-26 10:20:02,330 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-26 10:20:02,330 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:20:05,333 - create_stack - DEBUG - Stack status query timeout in 1186.57659388 2018-10-26 10:20:05,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/eda172ce-a00c-4237-ba38-8b9cd830e26c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:20:05,591 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:20:05 GMT Server: Apache x-openstack-request-id: req-b4039bec-fe22-47ee-9b40-14ada87fccc8 Location: http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:20:05,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:20:05 GMT Server: Apache x-openstack-request-id: req-54e711ed-64a7-4e3b-afd4-122a6ebd3fee Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2073 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-c4345343-3113-4eb4-abf9-e7f57872b432-flavor2", "OS::project_id": "c43894ede4a24a7da5adc4a37ab5594c", "OS::stack_id": "eda172ce-a00c-4237-ba38-8b9cd830e26c", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-kp", "security_group_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-sec_grp", "subnet_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-subnet", "net_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-inst2", "inst1_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-inst1", "image2_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-image", "flavor1_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-flavor1", "image1_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack", "stack_user_project_id": "2ff6e76d9b9b4876830469ba47138d04", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T10:19:51Z", "links": [{"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "eda172ce-a00c-4237-ba38-8b9cd830e26c", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA0EK7wQauk67y3i3HmLzh21fflDntk2Uc8nGwi0Gq4RA92TqY\n1KWs2/l6nos+zeXJlSjuCiS6qnGBdMiFSAVlZTPeT6t31sDZXTqU9ITMBKf0O03i\nM9Co4KGHZFUFsEQ2T2ghYX/cJeGq2qVViqoedFzNcQj4ORxS6WKNSSJpMK+jZN3Y\nFpnFPHWoyNOAs5/RWYw7iRaTbREFxWL7iMGKe/rDJObZRL5omtk3FzbyHO6UVSgt\nYJoSrN2ECm9o/mMXqZQJW1hbuNhE+ybI9XjMzI5kRAaQGjgyOTpy2nMxDpHNmKe6\nYwY0ovTseH+0XN3uDomUqVxQqHzID6mU/J4+HQIDAQABAoIBAQDAZBXNAR4/okwN\nAl+0czF3D1ulNEqMcslmE68TRovUtMteJWrQb2kcIgGr+1j+nvw1hoU466tiD8+X\nEjNGUG3WKy+BjBb+VlO3c4ntxcwvtPTD4HRKh8WrFq3b+0txBeLiQoEr8BFxEWNj\n737xxayytJS5ip69K7RQlFGPMXHZnYyDsi5OMITKrOtHa0lkeHNlyr3+wiQpYbEB\nU15oSrLFQuLAN9pjg0kXDAQoHxINiuBi0LkYBmPJIFU9qBLowoxHcdRHnob8xmlt\nsEP9jRw0NlNAQq7USjRGsF9Ix+L+uAR0lAsYfzo3EoLGEuAoMRFdFQU2pIPchQKY\nL69IjvPBAoGBAPdkGmzo38yM7D6LtXqOoG+8KzlEP/HAtjiA6pa9XQq5/9C15ebg\nu/LG12MLjKRjD5u2tk/Ehhem4xhOW3j22GWdmungIu6JNgL/Ot0ssuG43ydx6PKv\n9/bd0uLiZzn30FeRdEciBkVW/T8/7v+rLqoE9qtVhVYUPAsDyW8Ht6kxAoGBANeC\nCQfiwfaTLIRqUy8qTg0eHKqIHsBfmwrR+NudLPvwAxdCIAkjTcUN5LtYzqVepupj\nLu0e2hlK0xLzdcsHBiOki8guCo1c59XQDrSIVPY65Gl3SSREbGqPIuKD3dNqYXaE\nH2nHrm3pIk/vjhIQuKAGjZysGazrkM6UqtfT1WitAoGBAOYk0hCPc+OvFff5sJKb\nLNXFj9Bula4pQVu/Un15HJ1l+34GOiJW34IzSRxzGhuzrEmH6IK8qKJINuvduWsG\n+LlPrVX1lYmjTAPtvK0VcDRc7/yaE8PxwBSAuDcpuC5NRByyzCGAnaTUEDRPHd/r\nODYi9/bcUHaLzG/SzgnkfA+BAoGAc6ai9gpokMyWXVE55tvLGxsHwzRdXFtyNrJL\n3H9Svrkkz3x6+Kxrdc5o62lTLEfJR4uGiVW/MUeIUmk404Wnc8VABmM+4nHzMDkB\nSzzGa4VbQoXzSHU3wU+jJvAhQO2b9CAfQ4MXRoCQG1mxYlx619XsdSGefb/E7De4\nHy7dHdkCgYEA9zYa0rkkHZJJTH56IKAxVjTXUnhYPXEL8X4RXyEAT+Y6xccDCcOc\n9E/XaBXc0kuUnad1AOckrOLR8OoSQuo1PafoOaZRBqCDd6XksIu5qFz5jDzY+Vrm\nqSH4iqWeaTkdk5pBebm4eQnyW1Y3F8oItuLIIqChbZ0JXnsXaQz1EFI=\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-26 10:20:05,908 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c used request id req-54e711ed-64a7-4e3b-afd4-122a6ebd3fee 2018-10-26 10:20:05,909 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-26 10:20:05,909 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:20:08,912 - create_stack - DEBUG - Stack status query timeout in 1182.9976759 2018-10-26 10:20:08,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/eda172ce-a00c-4237-ba38-8b9cd830e26c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:20:09,084 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:20:08 GMT Server: Apache x-openstack-request-id: req-ace5b986-810d-4d69-8b02-604614bc5f8e Location: http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:20:09,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:20:09 GMT Server: Apache x-openstack-request-id: req-df169446-fa6e-4af2-8cb3-52d607070856 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2073 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-c4345343-3113-4eb4-abf9-e7f57872b432-flavor2", "OS::project_id": "c43894ede4a24a7da5adc4a37ab5594c", "OS::stack_id": "eda172ce-a00c-4237-ba38-8b9cd830e26c", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-kp", "security_group_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-sec_grp", "subnet_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-subnet", "net_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-inst2", "inst1_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-inst1", "image2_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-image", "flavor1_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-flavor1", "image1_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack", "stack_user_project_id": "2ff6e76d9b9b4876830469ba47138d04", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T10:19:51Z", "links": [{"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "eda172ce-a00c-4237-ba38-8b9cd830e26c", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA0EK7wQauk67y3i3HmLzh21fflDntk2Uc8nGwi0Gq4RA92TqY\n1KWs2/l6nos+zeXJlSjuCiS6qnGBdMiFSAVlZTPeT6t31sDZXTqU9ITMBKf0O03i\nM9Co4KGHZFUFsEQ2T2ghYX/cJeGq2qVViqoedFzNcQj4ORxS6WKNSSJpMK+jZN3Y\nFpnFPHWoyNOAs5/RWYw7iRaTbREFxWL7iMGKe/rDJObZRL5omtk3FzbyHO6UVSgt\nYJoSrN2ECm9o/mMXqZQJW1hbuNhE+ybI9XjMzI5kRAaQGjgyOTpy2nMxDpHNmKe6\nYwY0ovTseH+0XN3uDomUqVxQqHzID6mU/J4+HQIDAQABAoIBAQDAZBXNAR4/okwN\nAl+0czF3D1ulNEqMcslmE68TRovUtMteJWrQb2kcIgGr+1j+nvw1hoU466tiD8+X\nEjNGUG3WKy+BjBb+VlO3c4ntxcwvtPTD4HRKh8WrFq3b+0txBeLiQoEr8BFxEWNj\n737xxayytJS5ip69K7RQlFGPMXHZnYyDsi5OMITKrOtHa0lkeHNlyr3+wiQpYbEB\nU15oSrLFQuLAN9pjg0kXDAQoHxINiuBi0LkYBmPJIFU9qBLowoxHcdRHnob8xmlt\nsEP9jRw0NlNAQq7USjRGsF9Ix+L+uAR0lAsYfzo3EoLGEuAoMRFdFQU2pIPchQKY\nL69IjvPBAoGBAPdkGmzo38yM7D6LtXqOoG+8KzlEP/HAtjiA6pa9XQq5/9C15ebg\nu/LG12MLjKRjD5u2tk/Ehhem4xhOW3j22GWdmungIu6JNgL/Ot0ssuG43ydx6PKv\n9/bd0uLiZzn30FeRdEciBkVW/T8/7v+rLqoE9qtVhVYUPAsDyW8Ht6kxAoGBANeC\nCQfiwfaTLIRqUy8qTg0eHKqIHsBfmwrR+NudLPvwAxdCIAkjTcUN5LtYzqVepupj\nLu0e2hlK0xLzdcsHBiOki8guCo1c59XQDrSIVPY65Gl3SSREbGqPIuKD3dNqYXaE\nH2nHrm3pIk/vjhIQuKAGjZysGazrkM6UqtfT1WitAoGBAOYk0hCPc+OvFff5sJKb\nLNXFj9Bula4pQVu/Un15HJ1l+34GOiJW34IzSRxzGhuzrEmH6IK8qKJINuvduWsG\n+LlPrVX1lYmjTAPtvK0VcDRc7/yaE8PxwBSAuDcpuC5NRByyzCGAnaTUEDRPHd/r\nODYi9/bcUHaLzG/SzgnkfA+BAoGAc6ai9gpokMyWXVE55tvLGxsHwzRdXFtyNrJL\n3H9Svrkkz3x6+Kxrdc5o62lTLEfJR4uGiVW/MUeIUmk404Wnc8VABmM+4nHzMDkB\nSzzGa4VbQoXzSHU3wU+jJvAhQO2b9CAfQ4MXRoCQG1mxYlx619XsdSGefb/E7De4\nHy7dHdkCgYEA9zYa0rkkHZJJTH56IKAxVjTXUnhYPXEL8X4RXyEAT+Y6xccDCcOc\n9E/XaBXc0kuUnad1AOckrOLR8OoSQuo1PafoOaZRBqCDd6XksIu5qFz5jDzY+Vrm\nqSH4iqWeaTkdk5pBebm4eQnyW1Y3F8oItuLIIqChbZ0JXnsXaQz1EFI=\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-26 10:20:09,515 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c used request id req-df169446-fa6e-4af2-8cb3-52d607070856 2018-10-26 10:20:09,516 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-26 10:20:09,516 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:20:12,519 - create_stack - DEBUG - Stack status query timeout in 1179.39093304 2018-10-26 10:20:12,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/eda172ce-a00c-4237-ba38-8b9cd830e26c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:20:12,707 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:20:12 GMT Server: Apache x-openstack-request-id: req-15db4cad-d866-4b8c-89d5-c3ebed448736 Location: http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:20:12,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:20:12 GMT Server: Apache x-openstack-request-id: req-98734b10-5798-436f-9ec6-770a81afd255 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2073 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-c4345343-3113-4eb4-abf9-e7f57872b432-flavor2", "OS::project_id": "c43894ede4a24a7da5adc4a37ab5594c", "OS::stack_id": "eda172ce-a00c-4237-ba38-8b9cd830e26c", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-kp", "security_group_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-sec_grp", "subnet_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-subnet", "net_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-inst2", "inst1_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-inst1", "image2_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-image", "flavor1_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-flavor1", "image1_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack", "stack_user_project_id": "2ff6e76d9b9b4876830469ba47138d04", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T10:19:51Z", "links": [{"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "eda172ce-a00c-4237-ba38-8b9cd830e26c", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA0EK7wQauk67y3i3HmLzh21fflDntk2Uc8nGwi0Gq4RA92TqY\n1KWs2/l6nos+zeXJlSjuCiS6qnGBdMiFSAVlZTPeT6t31sDZXTqU9ITMBKf0O03i\nM9Co4KGHZFUFsEQ2T2ghYX/cJeGq2qVViqoedFzNcQj4ORxS6WKNSSJpMK+jZN3Y\nFpnFPHWoyNOAs5/RWYw7iRaTbREFxWL7iMGKe/rDJObZRL5omtk3FzbyHO6UVSgt\nYJoSrN2ECm9o/mMXqZQJW1hbuNhE+ybI9XjMzI5kRAaQGjgyOTpy2nMxDpHNmKe6\nYwY0ovTseH+0XN3uDomUqVxQqHzID6mU/J4+HQIDAQABAoIBAQDAZBXNAR4/okwN\nAl+0czF3D1ulNEqMcslmE68TRovUtMteJWrQb2kcIgGr+1j+nvw1hoU466tiD8+X\nEjNGUG3WKy+BjBb+VlO3c4ntxcwvtPTD4HRKh8WrFq3b+0txBeLiQoEr8BFxEWNj\n737xxayytJS5ip69K7RQlFGPMXHZnYyDsi5OMITKrOtHa0lkeHNlyr3+wiQpYbEB\nU15oSrLFQuLAN9pjg0kXDAQoHxINiuBi0LkYBmPJIFU9qBLowoxHcdRHnob8xmlt\nsEP9jRw0NlNAQq7USjRGsF9Ix+L+uAR0lAsYfzo3EoLGEuAoMRFdFQU2pIPchQKY\nL69IjvPBAoGBAPdkGmzo38yM7D6LtXqOoG+8KzlEP/HAtjiA6pa9XQq5/9C15ebg\nu/LG12MLjKRjD5u2tk/Ehhem4xhOW3j22GWdmungIu6JNgL/Ot0ssuG43ydx6PKv\n9/bd0uLiZzn30FeRdEciBkVW/T8/7v+rLqoE9qtVhVYUPAsDyW8Ht6kxAoGBANeC\nCQfiwfaTLIRqUy8qTg0eHKqIHsBfmwrR+NudLPvwAxdCIAkjTcUN5LtYzqVepupj\nLu0e2hlK0xLzdcsHBiOki8guCo1c59XQDrSIVPY65Gl3SSREbGqPIuKD3dNqYXaE\nH2nHrm3pIk/vjhIQuKAGjZysGazrkM6UqtfT1WitAoGBAOYk0hCPc+OvFff5sJKb\nLNXFj9Bula4pQVu/Un15HJ1l+34GOiJW34IzSRxzGhuzrEmH6IK8qKJINuvduWsG\n+LlPrVX1lYmjTAPtvK0VcDRc7/yaE8PxwBSAuDcpuC5NRByyzCGAnaTUEDRPHd/r\nODYi9/bcUHaLzG/SzgnkfA+BAoGAc6ai9gpokMyWXVE55tvLGxsHwzRdXFtyNrJL\n3H9Svrkkz3x6+Kxrdc5o62lTLEfJR4uGiVW/MUeIUmk404Wnc8VABmM+4nHzMDkB\nSzzGa4VbQoXzSHU3wU+jJvAhQO2b9CAfQ4MXRoCQG1mxYlx619XsdSGefb/E7De4\nHy7dHdkCgYEA9zYa0rkkHZJJTH56IKAxVjTXUnhYPXEL8X4RXyEAT+Y6xccDCcOc\n9E/XaBXc0kuUnad1AOckrOLR8OoSQuo1PafoOaZRBqCDd6XksIu5qFz5jDzY+Vrm\nqSH4iqWeaTkdk5pBebm4eQnyW1Y3F8oItuLIIqChbZ0JXnsXaQz1EFI=\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-26 10:20:12,881 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c used request id req-98734b10-5798-436f-9ec6-770a81afd255 2018-10-26 10:20:12,882 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-26 10:20:12,882 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:20:15,885 - create_stack - DEBUG - Stack status query timeout in 1176.02441096 2018-10-26 10:20:15,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/eda172ce-a00c-4237-ba38-8b9cd830e26c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:20:16,065 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:20:15 GMT Server: Apache x-openstack-request-id: req-7dc1dbff-b207-465d-9015-5da559191352 Location: http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:20:16,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:20:16 GMT Server: Apache x-openstack-request-id: req-06f0141d-7aef-41b7-b41c-80e3e9b47381 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-c4345343-3113-4eb4-abf9-e7f57872b432-flavor2", "OS::project_id": "c43894ede4a24a7da5adc4a37ab5594c", "OS::stack_id": "eda172ce-a00c-4237-ba38-8b9cd830e26c", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-kp", "security_group_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-sec_grp", "subnet_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-subnet", "net_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-inst2", "inst1_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-inst1", "image2_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-image", "flavor1_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-flavor1", "image1_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack", "stack_user_project_id": "2ff6e76d9b9b4876830469ba47138d04", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-26T10:19:51Z", "links": [{"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "eda172ce-a00c-4237-ba38-8b9cd830e26c", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA0EK7wQauk67y3i3HmLzh21fflDntk2Uc8nGwi0Gq4RA92TqY\n1KWs2/l6nos+zeXJlSjuCiS6qnGBdMiFSAVlZTPeT6t31sDZXTqU9ITMBKf0O03i\nM9Co4KGHZFUFsEQ2T2ghYX/cJeGq2qVViqoedFzNcQj4ORxS6WKNSSJpMK+jZN3Y\nFpnFPHWoyNOAs5/RWYw7iRaTbREFxWL7iMGKe/rDJObZRL5omtk3FzbyHO6UVSgt\nYJoSrN2ECm9o/mMXqZQJW1hbuNhE+ybI9XjMzI5kRAaQGjgyOTpy2nMxDpHNmKe6\nYwY0ovTseH+0XN3uDomUqVxQqHzID6mU/J4+HQIDAQABAoIBAQDAZBXNAR4/okwN\nAl+0czF3D1ulNEqMcslmE68TRovUtMteJWrQb2kcIgGr+1j+nvw1hoU466tiD8+X\nEjNGUG3WKy+BjBb+VlO3c4ntxcwvtPTD4HRKh8WrFq3b+0txBeLiQoEr8BFxEWNj\n737xxayytJS5ip69K7RQlFGPMXHZnYyDsi5OMITKrOtHa0lkeHNlyr3+wiQpYbEB\nU15oSrLFQuLAN9pjg0kXDAQoHxINiuBi0LkYBmPJIFU9qBLowoxHcdRHnob8xmlt\nsEP9jRw0NlNAQq7USjRGsF9Ix+L+uAR0lAsYfzo3EoLGEuAoMRFdFQU2pIPchQKY\nL69IjvPBAoGBAPdkGmzo38yM7D6LtXqOoG+8KzlEP/HAtjiA6pa9XQq5/9C15ebg\nu/LG12MLjKRjD5u2tk/Ehhem4xhOW3j22GWdmungIu6JNgL/Ot0ssuG43ydx6PKv\n9/bd0uLiZzn30FeRdEciBkVW/T8/7v+rLqoE9qtVhVYUPAsDyW8Ht6kxAoGBANeC\nCQfiwfaTLIRqUy8qTg0eHKqIHsBfmwrR+NudLPvwAxdCIAkjTcUN5LtYzqVepupj\nLu0e2hlK0xLzdcsHBiOki8guCo1c59XQDrSIVPY65Gl3SSREbGqPIuKD3dNqYXaE\nH2nHrm3pIk/vjhIQuKAGjZysGazrkM6UqtfT1WitAoGBAOYk0hCPc+OvFff5sJKb\nLNXFj9Bula4pQVu/Un15HJ1l+34GOiJW34IzSRxzGhuzrEmH6IK8qKJINuvduWsG\n+LlPrVX1lYmjTAPtvK0VcDRc7/yaE8PxwBSAuDcpuC5NRByyzCGAnaTUEDRPHd/r\nODYi9/bcUHaLzG/SzgnkfA+BAoGAc6ai9gpokMyWXVE55tvLGxsHwzRdXFtyNrJL\n3H9Svrkkz3x6+Kxrdc5o62lTLEfJR4uGiVW/MUeIUmk404Wnc8VABmM+4nHzMDkB\nSzzGa4VbQoXzSHU3wU+jJvAhQO2b9CAfQ4MXRoCQG1mxYlx619XsdSGefb/E7De4\nHy7dHdkCgYEA9zYa0rkkHZJJTH56IKAxVjTXUnhYPXEL8X4RXyEAT+Y6xccDCcOc\n9E/XaBXc0kuUnad1AOckrOLR8OoSQuo1PafoOaZRBqCDd6XksIu5qFz5jDzY+Vrm\nqSH4iqWeaTkdk5pBebm4eQnyW1Y3F8oItuLIIqChbZ0JXnsXaQz1EFI=\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-26 10:20:16,239 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c used request id req-06f0141d-7aef-41b7-b41c-80e3e9b47381 2018-10-26 10:20:16,239 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-10-26 10:20:16,240 - create_stack - DEBUG - Stack is active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack 2018-10-26 10:20:16,240 - create_stack - INFO - Stack is now active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack 2018-10-26 10:20:16,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/eda172ce-a00c-4237-ba38-8b9cd830e26c/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:20:16,418 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:20:16 GMT Server: Apache x-openstack-request-id: req-a228552c-732c-4623-a80b-a5818f25636c Location: http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c/resources Content-Length: 563 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:20:16,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:20:16 GMT Server: Apache x-openstack-request-id: req-4b306aef-b6b5-4fab-ae1b-54e554f8e75f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1061 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-10-26T10:19:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:19:51Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "93af60fb-0903-42c3-aad4-294162b0e15e", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-10-26T10:19:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:19:51Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "8e1ee107-4bd1-4824-9e39-661d8e0756b5", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c/resources/network", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-10-26T10:19:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:19:51Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "cc9c6ed8-639a-4ae4-b59a-6a1462666935", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-10-26T10:19:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:19:51Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "f9ca61de-637e-495f-b3cf-c866e23f8be5", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-10-26T10:19:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:19:51Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "1cef5ebb-0ebb-4452-a35e-51ad341ab8df", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-10-26T10:19:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:19:51Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "215", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-10-26T10:19:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:19:51Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "e95546ce-a69c-4aef-b5e1-19a7ceada5de", "resource_type": "OS::Neutron::Router"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-10-26T10:19:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:19:51Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-kp", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-10-26T10:19:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:19:51Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "e95546ce-a69c-4aef-b5e1-19a7ceada5de:subnet_id=82bd0a35-8617-4fbb-a2d8-c4d900073b48", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-10-26T10:19:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:19:51Z", "required_by": ["management_router_interface", "vm1", "port1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "82bd0a35-8617-4fbb-a2d8-c4d900073b48", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-10-26T10:19:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:19:51Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "9a54c86b-bd0f-44d6-b3c4-c775b1565899", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-10-26T10:19:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:19:51Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "1f9636ee-3f69-44fb-a858-5570d54f41c0", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c/resources/port1", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-10-26T10:19:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:19:51Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "b9e226ae-24c4-4170-a1d6-94e02a48d3db", "resource_type": "OS::Neutron::Port"}]} 2018-10-26 10:20:16,499 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c/resources used request id req-4b306aef-b6b5-4fab-ae1b-54e554f8e75f 2018-10-26 10:20:16,503 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9a54c86b-bd0f-44d6-b3c4-c775b1565899 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:20:16,660 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:20: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-016a5769-fdf6-49fc-923e-9d662be3d23f x-compute-request-id: req-016a5769-fdf6-49fc-923e-9d662be3d23f Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:ac:cd", "version": 4, "addr": "10.1.2.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:ac:cd", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9a54c86b-bd0f-44d6-b3c4-c775b1565899", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9a54c86b-bd0f-44d6-b3c4-c775b1565899", "rel": "bookmark"}], "image": {"id": "9503ef08-1563-4b9d-a29a-94d006439071", "links": [{"href": "http://172.30.9.21:8774/images/9503ef08-1563-4b9d-a29a-94d006439071", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000119", "OS-SRV-USG:launched_at": "2018-10-26T10:20:09.000000", "flavor": {"id": "8e1ee107-4bd1-4824-9e39-661d8e0756b5", "links": [{"href": "http://172.30.9.21:8774/flavors/8e1ee107-4bd1-4824-9e39-661d8e0756b5", "rel": "bookmark"}]}, "id": "9a54c86b-bd0f-44d6-b3c4-c775b1565899", "security_groups": [{"name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-sec_grp"}], "user_id": "886084fcc50f4ed08e09de7f3b5d518e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:20:09Z", "hostId": "b3bc00dbd2a78323e9d448e26a3a80092c79fc3f06b611339c767978", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-inst1", "created": "2018-10-26T10:20:02Z", "tenant_id": "c43894ede4a24a7da5adc4a37ab5594c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:20:16,660 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9a54c86b-bd0f-44d6-b3c4-c775b1565899 used request id req-016a5769-fdf6-49fc-923e-9d662be3d23f 2018-10-26 10:20:16,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:20:16,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-c1034fa1-1b8e-4468-a61b-aaf85e84fc72 Date: Fri, 26 Oct 2018 10:20:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":72,"ipv4_address_scope":null,"shared":false,"project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","subnets":["82bd0a35-8617-4fbb-a2d8-c4d900073b48"],"description":"","tags":[],"updated_at":"2018-10-26T10:19:57Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net","admin_state_up":true,"tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:56Z","provider:network_type":"vxlan"}]} 2018-10-26 10:20:16,754 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net used request id req-c1034fa1-1b8e-4468-a61b-aaf85e84fc72 2018-10-26 10:20:16,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:20:16,763 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:20: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:20:16,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c43894ede4a24a7da5adc4a37ab5594c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:20:16,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:20:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d5d0aa8-630e-4085-b0d8-423cdd166127 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c43894ede4a24a7da5adc4a37ab5594c"}, "enabled": true, "id": "c43894ede4a24a7da5adc4a37ab5594c", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-ca7dad75-c7d3-4bd-proj"}} 2018-10-26 10:20:16,852 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c43894ede4a24a7da5adc4a37ab5594c used request id req-5d5d0aa8-630e-4085-b0d8-423cdd166127 2018-10-26 10:20:16,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=cc9c6ed8-639a-4ae4-b59a-6a1462666935 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:20:16,906 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-3d0ff289-be8b-407e-9b46-60b22de89c2d Date: Fri, 26 Oct 2018 10:20:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:57Z","dns_nameservers":[],"updated_at":"2018-10-26T10:19:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"c43894ede4a24a7da5adc4a37ab5594c","id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-subnet"}]} 2018-10-26 10:20:16,906 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=cc9c6ed8-639a-4ae4-b59a-6a1462666935 used request id req-3d0ff289-be8b-407e-9b46-60b22de89c2d 2018-10-26 10:20:16,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=cc9c6ed8-639a-4ae4-b59a-6a1462666935 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:20:16,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5807 X-Openstack-Request-Id: req-e1bf9b47-610e-4556-ad8c-9bde086b2e27 Date: Fri, 26 Oct 2018 10:20:16 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:20:00Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","ip_address":"10.1.2.3"}],"id":"0af285ff-e578-4f24-b363-c9620b1b9b12","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7d:1b:19","project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:58Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-cc9c6ed8-639a-4ae4-b59a-6a1462666935"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:20:07Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","ip_address":"10.1.2.11"}],"id":"1071dcce-d190-4c7e-95b1-48bc435daf45","security_groups":["0013b14f-6ec9-4491-a117-136931aa4ebf"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:20:01:3a","project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:20:02Z","binding:vnic_type":"normal","device_id":"1f9636ee-3f69-44fb-a858-5570d54f41c0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:20:00Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","ip_address":"10.1.2.2"}],"id":"191eb7f6-6bc4-49ca-a4e2-bbf80ae87e28","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ce:ac:83","project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:58Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-cc9c6ed8-639a-4ae4-b59a-6a1462666935"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:20:16Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","ip_address":"10.1.2.1"}],"id":"34c9954c-4137-42b0-aef6-8fb27da9114a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:17:2a:79","project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:20:00Z","binding:vnic_type":"normal","device_id":"e95546ce-a69c-4aef-b5e1-19a7ceada5de"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:20:09Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","ip_address":"10.1.2.5"}],"id":"b9e226ae-24c4-4170-a1d6-94e02a48d3db","security_groups":["f9ca61de-637e-495f-b3cf-c866e23f8be5"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:99:ac:cd","project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack-port1-g3jywmc6fome","admin_state_up":true,"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:58Z","binding:vnic_type":"normal","device_id":"9a54c86b-bd0f-44d6-b3c4-c775b1565899"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:20:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","ip_address":"10.1.2.4"}],"id":"d5668613-c490-4e14-8216-27aa33077a5c","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:eb:64","project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:59Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-cc9c6ed8-639a-4ae4-b59a-6a1462666935"}]} 2018-10-26 10:20:16,964 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=cc9c6ed8-639a-4ae4-b59a-6a1462666935 used request id req-e1bf9b47-610e-4556-ad8c-9bde086b2e27 2018-10-26 10:20:16,968 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1f9636ee-3f69-44fb-a858-5570d54f41c0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:20:17,797 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:20: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-f545fe60-edf8-4075-9cde-1c3a9fa652a1 x-compute-request-id: req-f545fe60-edf8-4075-9cde-1c3a9fa652a1 Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:01:3a", "version": 4, "addr": "10.1.2.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1f9636ee-3f69-44fb-a858-5570d54f41c0", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1f9636ee-3f69-44fb-a858-5570d54f41c0", "rel": "bookmark"}], "image": {"id": "9503ef08-1563-4b9d-a29a-94d006439071", "links": [{"href": "http://172.30.9.21:8774/images/9503ef08-1563-4b9d-a29a-94d006439071", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": "2018-10-26T10:20:06.000000", "flavor": {"id": "93af60fb-0903-42c3-aad4-294162b0e15e", "links": [{"href": "http://172.30.9.21:8774/flavors/93af60fb-0903-42c3-aad4-294162b0e15e", "rel": "bookmark"}]}, "id": "1f9636ee-3f69-44fb-a858-5570d54f41c0", "security_groups": [{"name": "default"}], "user_id": "886084fcc50f4ed08e09de7f3b5d518e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:20:07Z", "hostId": "bf25f3437ac2927d96ab718e1614392e075ccc6d1e23c205c9bd99ba", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-inst2", "created": "2018-10-26T10:20:01Z", "tenant_id": "c43894ede4a24a7da5adc4a37ab5594c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:20:17,797 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1f9636ee-3f69-44fb-a858-5570d54f41c0 used request id req-f545fe60-edf8-4075-9cde-1c3a9fa652a1 2018-10-26 10:20:17,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:20:17,891 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-40dd1a2d-f9e9-4ee3-8e75-6de90ed74a43 Date: Fri, 26 Oct 2018 10:20:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":72,"ipv4_address_scope":null,"shared":false,"project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","subnets":["82bd0a35-8617-4fbb-a2d8-c4d900073b48"],"description":"","tags":[],"updated_at":"2018-10-26T10:19:57Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net","admin_state_up":true,"tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:56Z","provider:network_type":"vxlan"}]} 2018-10-26 10:20:17,891 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net used request id req-40dd1a2d-f9e9-4ee3-8e75-6de90ed74a43 2018-10-26 10:20:17,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c43894ede4a24a7da5adc4a37ab5594c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:20:17,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:20:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b169b208-6f3a-4f74-b329-caf22c87e87b Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c43894ede4a24a7da5adc4a37ab5594c"}, "enabled": true, "id": "c43894ede4a24a7da5adc4a37ab5594c", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-ca7dad75-c7d3-4bd-proj"}} 2018-10-26 10:20:17,981 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c43894ede4a24a7da5adc4a37ab5594c used request id req-b169b208-6f3a-4f74-b329-caf22c87e87b 2018-10-26 10:20:17,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=cc9c6ed8-639a-4ae4-b59a-6a1462666935 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:20:18,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-b8bbfcaf-40b5-4814-b70c-415aa4e67452 Date: Fri, 26 Oct 2018 10:20:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:57Z","dns_nameservers":[],"updated_at":"2018-10-26T10:19:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"c43894ede4a24a7da5adc4a37ab5594c","id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-subnet"}]} 2018-10-26 10:20:18,037 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=cc9c6ed8-639a-4ae4-b59a-6a1462666935 used request id req-b8bbfcaf-40b5-4814-b70c-415aa4e67452 2018-10-26 10:20:18,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=cc9c6ed8-639a-4ae4-b59a-6a1462666935 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:20:18,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5807 X-Openstack-Request-Id: req-417488d9-33b8-4820-b2d3-bf7ac5df8b83 Date: Fri, 26 Oct 2018 10:20:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:20:00Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","ip_address":"10.1.2.3"}],"id":"0af285ff-e578-4f24-b363-c9620b1b9b12","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7d:1b:19","project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:58Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-cc9c6ed8-639a-4ae4-b59a-6a1462666935"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:20:07Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","ip_address":"10.1.2.11"}],"id":"1071dcce-d190-4c7e-95b1-48bc435daf45","security_groups":["0013b14f-6ec9-4491-a117-136931aa4ebf"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:20:01:3a","project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:20:02Z","binding:vnic_type":"normal","device_id":"1f9636ee-3f69-44fb-a858-5570d54f41c0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:20:00Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","ip_address":"10.1.2.2"}],"id":"191eb7f6-6bc4-49ca-a4e2-bbf80ae87e28","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ce:ac:83","project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:58Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-cc9c6ed8-639a-4ae4-b59a-6a1462666935"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:20:16Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","ip_address":"10.1.2.1"}],"id":"34c9954c-4137-42b0-aef6-8fb27da9114a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:17:2a:79","project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:20:00Z","binding:vnic_type":"normal","device_id":"e95546ce-a69c-4aef-b5e1-19a7ceada5de"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:20:09Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","ip_address":"10.1.2.5"}],"id":"b9e226ae-24c4-4170-a1d6-94e02a48d3db","security_groups":["f9ca61de-637e-495f-b3cf-c866e23f8be5"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:99:ac:cd","project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack-port1-g3jywmc6fome","admin_state_up":true,"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:58Z","binding:vnic_type":"normal","device_id":"9a54c86b-bd0f-44d6-b3c4-c775b1565899"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:20:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","ip_address":"10.1.2.4"}],"id":"d5668613-c490-4e14-8216-27aa33077a5c","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:eb:64","project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:59Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-cc9c6ed8-639a-4ae4-b59a-6a1462666935"}]} 2018-10-26 10:20:18,091 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=cc9c6ed8-639a-4ae4-b59a-6a1462666935 used request id req-417488d9-33b8-4820-b2d3-bf7ac5df8b83 2018-10-26 10:20:18,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/eda172ce-a00c-4237-ba38-8b9cd830e26c/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:20:18,274 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:20:18 GMT Server: Apache x-openstack-request-id: req-8fea7d2c-114c-4ce9-ba5b-a3da19e298bb Location: http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c/resources Content-Length: 563 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:20:18,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:20:18 GMT Server: Apache x-openstack-request-id: req-8fcbf068-0492-4d68-b43c-4986039cf8a1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1059 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-10-26T10:19:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:19:51Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "93af60fb-0903-42c3-aad4-294162b0e15e", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-10-26T10:19:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:19:51Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "8e1ee107-4bd1-4824-9e39-661d8e0756b5", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c/resources/network", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-10-26T10:19:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:19:51Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "cc9c6ed8-639a-4ae4-b59a-6a1462666935", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-10-26T10:19:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:19:51Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "f9ca61de-637e-495f-b3cf-c866e23f8be5", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-10-26T10:19:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:19:51Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "1cef5ebb-0ebb-4452-a35e-51ad341ab8df", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-10-26T10:19:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:19:51Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "215", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-10-26T10:19:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:19:51Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "e95546ce-a69c-4aef-b5e1-19a7ceada5de", "resource_type": "OS::Neutron::Router"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-10-26T10:19:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:19:51Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-kp", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-10-26T10:19:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:19:51Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "e95546ce-a69c-4aef-b5e1-19a7ceada5de:subnet_id=82bd0a35-8617-4fbb-a2d8-c4d900073b48", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-10-26T10:19:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:19:51Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "82bd0a35-8617-4fbb-a2d8-c4d900073b48", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-10-26T10:19:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:19:51Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "9a54c86b-bd0f-44d6-b3c4-c775b1565899", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-10-26T10:19:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:19:51Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "1f9636ee-3f69-44fb-a858-5570d54f41c0", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c/resources/port1", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-10-26T10:19:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:19:51Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "b9e226ae-24c4-4170-a1d6-94e02a48d3db", "resource_type": "OS::Neutron::Port"}]} 2018-10-26 10:20:18,352 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c/resources used request id req-8fcbf068-0492-4d68-b43c-4986039cf8a1 2018-10-26 10:20:18,355 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/8e1ee107-4bd1-4824-9e39-661d8e0756b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:20:18,376 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:20: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-3e839b42-182e-41d8-8425-0a5aedc49ad6 x-compute-request-id: req-3e839b42-182e-41d8-8425-0a5aedc49ad6 Content-Encoding: gzip Content-Length: 338 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/8e1ee107-4bd1-4824-9e39-661d8e0756b5", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/8e1ee107-4bd1-4824-9e39-661d8e0756b5", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 2, "id": "8e1ee107-4bd1-4824-9e39-661d8e0756b5", "name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack-flavor1-ru4or2cahomr", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 10:20:18,376 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/8e1ee107-4bd1-4824-9e39-661d8e0756b5 used request id req-3e839b42-182e-41d8-8425-0a5aedc49ad6 2018-10-26 10:20:18,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/82bd0a35-8617-4fbb-a2d8-c4d900073b48 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:20:18,429 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-1bfdc34f-5a92-436e-8ba0-2fef42731d53 Date: Fri, 26 Oct 2018 10:20:18 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:57Z","dns_nameservers":[],"updated_at":"2018-10-26T10:19:57Z","gateway_ip":"10.1.2.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.1.2.0/24","project_id":"c43894ede4a24a7da5adc4a37ab5594c","id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-subnet"}} 2018-10-26 10:20:18,429 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/82bd0a35-8617-4fbb-a2d8-c4d900073b48 used request id req-1bfdc34f-5a92-436e-8ba0-2fef42731d53 2018-10-26 10:20:18,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=cc9c6ed8-639a-4ae4-b59a-6a1462666935 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:20:18,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-154d0488-1a92-4af4-b212-09fa8baec4c5 Date: Fri, 26 Oct 2018 10:20:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":72,"ipv4_address_scope":null,"shared":false,"project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","subnets":["82bd0a35-8617-4fbb-a2d8-c4d900073b48"],"description":"","tags":[],"updated_at":"2018-10-26T10:19:57Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net","admin_state_up":true,"tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:56Z","provider:network_type":"vxlan"}]} 2018-10-26 10:20:18,660 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=cc9c6ed8-639a-4ae4-b59a-6a1462666935 used request id req-154d0488-1a92-4af4-b212-09fa8baec4c5 2018-10-26 10:20:18,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=cc9c6ed8-639a-4ae4-b59a-6a1462666935 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:20:18,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-0a45dfa5-1b5f-4638-9821-dfb28cb34fe4 Date: Fri, 26 Oct 2018 10:20:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:57Z","dns_nameservers":[],"updated_at":"2018-10-26T10:19:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"c43894ede4a24a7da5adc4a37ab5594c","id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-subnet"}]} 2018-10-26 10:20:18,717 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=cc9c6ed8-639a-4ae4-b59a-6a1462666935 used request id req-0a45dfa5-1b5f-4638-9821-dfb28cb34fe4 2018-10-26 10:20:18,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:20:18,807 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-62b2c3f9-42bf-46e9-b77d-6252c4230073 Date: Fri, 26 Oct 2018 10:20:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":72,"ipv4_address_scope":null,"shared":false,"project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","subnets":["82bd0a35-8617-4fbb-a2d8-c4d900073b48"],"description":"","tags":[],"updated_at":"2018-10-26T10:19:57Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net","admin_state_up":true,"tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:56Z","provider:network_type":"vxlan"}]} 2018-10-26 10:20:18,807 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net used request id req-62b2c3f9-42bf-46e9-b77d-6252c4230073 2018-10-26 10:20:18,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c43894ede4a24a7da5adc4a37ab5594c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:20:18,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:20:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8f607d2-2ae6-4550-9e85-0973740adda8 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c43894ede4a24a7da5adc4a37ab5594c"}, "enabled": true, "id": "c43894ede4a24a7da5adc4a37ab5594c", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-ca7dad75-c7d3-4bd-proj"}} 2018-10-26 10:20:18,902 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c43894ede4a24a7da5adc4a37ab5594c used request id req-c8f607d2-2ae6-4550-9e85-0973740adda8 2018-10-26 10:20:18,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=cc9c6ed8-639a-4ae4-b59a-6a1462666935 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:20:18,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-5f8f14e7-9bd5-48eb-b195-2d31ae34eac4 Date: Fri, 26 Oct 2018 10:20:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:57Z","dns_nameservers":[],"updated_at":"2018-10-26T10:19:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"c43894ede4a24a7da5adc4a37ab5594c","id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-subnet"}]} 2018-10-26 10:20:18,965 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=cc9c6ed8-639a-4ae4-b59a-6a1462666935 used request id req-5f8f14e7-9bd5-48eb-b195-2d31ae34eac4 2018-10-26 10:20:18,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=cc9c6ed8-639a-4ae4-b59a-6a1462666935&mac_address=fa%3A16%3A3e%3A99%3Aac%3Acd&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack-port1-g3jywmc6fome&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:20:19,014 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1073 X-Openstack-Request-Id: req-6da65567-55d1-4b9c-8c50-3650c34bd97c Date: Fri, 26 Oct 2018 10:20:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:20:09Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","ip_address":"10.1.2.5"}],"id":"b9e226ae-24c4-4170-a1d6-94e02a48d3db","security_groups":["f9ca61de-637e-495f-b3cf-c866e23f8be5"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:99:ac:cd","project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack-port1-g3jywmc6fome","admin_state_up":true,"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:58Z","binding:vnic_type":"normal","device_id":"9a54c86b-bd0f-44d6-b3c4-c775b1565899"}]} 2018-10-26 10:20:19,014 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=cc9c6ed8-639a-4ae4-b59a-6a1462666935&mac_address=fa%3A16%3A3e%3A99%3Aac%3Acd&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack-port1-g3jywmc6fome&admin_state_up=True used request id req-6da65567-55d1-4b9c-8c50-3650c34bd97c 2018-10-26 10:20:19,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c43894ede4a24a7da5adc4a37ab5594c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:20:19,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:20:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c44f1bf8-a9cd-4e2c-ba32-6f38a6e93650 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c43894ede4a24a7da5adc4a37ab5594c"}, "enabled": true, "id": "c43894ede4a24a7da5adc4a37ab5594c", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-ca7dad75-c7d3-4bd-proj"}} 2018-10-26 10:20:19,103 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c43894ede4a24a7da5adc4a37ab5594c used request id req-c44f1bf8-a9cd-4e2c-ba32-6f38a6e93650 2018-10-26 10:20:19,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:20:19,191 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-cc2a1f78-9a65-4c72-b496-877917616872 Date: Fri, 26 Oct 2018 10:20:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":72,"ipv4_address_scope":null,"shared":false,"project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","subnets":["82bd0a35-8617-4fbb-a2d8-c4d900073b48"],"description":"","tags":[],"updated_at":"2018-10-26T10:19:57Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net","admin_state_up":true,"tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:56Z","provider:network_type":"vxlan"}]} 2018-10-26 10:20:19,192 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net used request id req-cc2a1f78-9a65-4c72-b496-877917616872 2018-10-26 10:20:19,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=cc9c6ed8-639a-4ae4-b59a-6a1462666935 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:20:19,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-37e329b8-e7d8-43f6-9581-5d4f0885d44f Date: Fri, 26 Oct 2018 10:20:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:57Z","dns_nameservers":[],"updated_at":"2018-10-26T10:19:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"c43894ede4a24a7da5adc4a37ab5594c","id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-subnet"}]} 2018-10-26 10:20:19,245 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=cc9c6ed8-639a-4ae4-b59a-6a1462666935 used request id req-37e329b8-e7d8-43f6-9581-5d4f0885d44f 2018-10-26 10:20:19,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=cc9c6ed8-639a-4ae4-b59a-6a1462666935 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:20:19,297 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5807 X-Openstack-Request-Id: req-65a9558e-9b2c-42aa-94d4-a2658a4eb15b Date: Fri, 26 Oct 2018 10:20:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:20:00Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","ip_address":"10.1.2.3"}],"id":"0af285ff-e578-4f24-b363-c9620b1b9b12","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7d:1b:19","project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:58Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-cc9c6ed8-639a-4ae4-b59a-6a1462666935"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:20:07Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","ip_address":"10.1.2.11"}],"id":"1071dcce-d190-4c7e-95b1-48bc435daf45","security_groups":["0013b14f-6ec9-4491-a117-136931aa4ebf"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:20:01:3a","project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:20:02Z","binding:vnic_type":"normal","device_id":"1f9636ee-3f69-44fb-a858-5570d54f41c0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:20:00Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","ip_address":"10.1.2.2"}],"id":"191eb7f6-6bc4-49ca-a4e2-bbf80ae87e28","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ce:ac:83","project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:58Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-cc9c6ed8-639a-4ae4-b59a-6a1462666935"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:20:16Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","ip_address":"10.1.2.1"}],"id":"34c9954c-4137-42b0-aef6-8fb27da9114a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:17:2a:79","project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:20:00Z","binding:vnic_type":"normal","device_id":"e95546ce-a69c-4aef-b5e1-19a7ceada5de"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:20:09Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","ip_address":"10.1.2.5"}],"id":"b9e226ae-24c4-4170-a1d6-94e02a48d3db","security_groups":["f9ca61de-637e-495f-b3cf-c866e23f8be5"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:99:ac:cd","project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack-port1-g3jywmc6fome","admin_state_up":true,"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:58Z","binding:vnic_type":"normal","device_id":"9a54c86b-bd0f-44d6-b3c4-c775b1565899"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:20:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","ip_address":"10.1.2.4"}],"id":"d5668613-c490-4e14-8216-27aa33077a5c","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:eb:64","project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:59Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-cc9c6ed8-639a-4ae4-b59a-6a1462666935"}]} 2018-10-26 10:20:19,297 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=cc9c6ed8-639a-4ae4-b59a-6a1462666935 used request id req-65a9558e-9b2c-42aa-94d4-a2658a4eb15b 2018-10-26 10:20:19,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:20:19,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-5f10256f-6525-40ac-b4b8-88e2c42faa2c Date: Fri, 26 Oct 2018 10:20:19 GMT RESP BODY: {"floatingips": [{"router_id": "e95546ce-a69c-4aef-b5e1-19a7ceada5de", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "c43894ede4a24a7da5adc4a37ab5594c", "created_at": "2018-10-26T10:20:00Z", "updated_at": "2018-10-26T10:20:02Z", "floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "fixed_ip_address": "10.1.2.5", "floating_ip_address": "172.30.9.210", "revision_number": 1, "project_id": "c43894ede4a24a7da5adc4a37ab5594c", "port_id": "b9e226ae-24c4-4170-a1d6-94e02a48d3db", "id": "1cef5ebb-0ebb-4452-a35e-51ad341ab8df"}]} 2018-10-26 10:20:19,932 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips used request id req-5f10256f-6525-40ac-b4b8-88e2c42faa2c 2018-10-26 10:20:19,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/e95546ce-a69c-4aef-b5e1-19a7ceada5de -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:20:20,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-7043bc78-fde4-41b7-b2ec-82d6a7c56e91 Date: Fri, 26 Oct 2018 10:20:20 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "c43894ede4a24a7da5adc4a37ab5594c", "created_at": "2018-10-26T10:19:54Z", "admin_state_up": true, "updated_at": "2018-10-26T10:20:01Z", "project_id": "c43894ede4a24a7da5adc4a37ab5594c", "flavor_id": null, "revision_number": 8, "routes": [], "ha": true, "id": "e95546ce-a69c-4aef-b5e1-19a7ceada5de", "name": "mgmt_router"}} 2018-10-26 10:20:20,025 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/e95546ce-a69c-4aef-b5e1-19a7ceada5de used request id req-7043bc78-fde4-41b7-b2ec-82d6a7c56e91 2018-10-26 10:20:20,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=e95546ce-a69c-4aef-b5e1-19a7ceada5de -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:20:20,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4544 X-Openstack-Request-Id: req-b3e27cd0-d1c1-456e-a3b4-d381c634d44c Date: Fri, 26 Oct 2018 10:20:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:20:03Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bc845744-db75-4f68-886f-3df4474ac743","ip_address":"169.254.192.5"}],"id":"2792be0b-5c90-4a51-af6a-7f1bbd91450b","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4e:8f:18","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant c43894ede4a24a7da5adc4a37ab5594c","admin_state_up":true,"network_id":"4aeca15e-d10f-456f-b5ac-b030b5234e5c","tenant_id":"","created_at":"2018-10-26T10:19:55Z","binding:vnic_type":"normal","device_id":"e95546ce-a69c-4aef-b5e1-19a7ceada5de"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:20:04Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bc845744-db75-4f68-886f-3df4474ac743","ip_address":"169.254.192.12"}],"id":"2b6e4bd5-e2ea-4cc1-9597-ea0550c9ec6c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:dc:2b:35","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant c43894ede4a24a7da5adc4a37ab5594c","admin_state_up":true,"network_id":"4aeca15e-d10f-456f-b5ac-b030b5234e5c","tenant_id":"","created_at":"2018-10-26T10:19:57Z","binding:vnic_type":"normal","device_id":"e95546ce-a69c-4aef-b5e1-19a7ceada5de"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:20:16Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","ip_address":"10.1.2.1"}],"id":"34c9954c-4137-42b0-aef6-8fb27da9114a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:17:2a:79","project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:20:00Z","binding:vnic_type":"normal","device_id":"e95546ce-a69c-4aef-b5e1-19a7ceada5de"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:20:16Z","device_owner":"network:router_gateway","revision_number":14,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414","ip_address":"172.30.9.207"}],"id":"d897db3a-713d-4263-a24e-ee674d506450","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9d:cf:54","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","tenant_id":"","created_at":"2018-10-26T10:19:54Z","binding:vnic_type":"normal","device_id":"e95546ce-a69c-4aef-b5e1-19a7ceada5de"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:20:02Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bc845744-db75-4f68-886f-3df4474ac743","ip_address":"169.254.192.6"}],"id":"f8753f1a-e0a6-4827-bf1a-c73b49263e1c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:db:04:2b","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant c43894ede4a24a7da5adc4a37ab5594c","admin_state_up":true,"network_id":"4aeca15e-d10f-456f-b5ac-b030b5234e5c","tenant_id":"","created_at":"2018-10-26T10:19:56Z","binding:vnic_type":"normal","device_id":"e95546ce-a69c-4aef-b5e1-19a7ceada5de"}]} 2018-10-26 10:20:20,077 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=e95546ce-a69c-4aef-b5e1-19a7ceada5de used request id req-b3e27cd0-d1c1-456e-a3b4-d381c634d44c 2018-10-26 10:20:20,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:20:20,127 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-a0dc809a-e327-4190-bee5-1776b2b4306a Date: Fri, 26 Oct 2018 10:20:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:47Z","dns_nameservers":[],"updated_at":"2018-10-26T08:12:47Z","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":"c850e319615544ee86b9a48e1e3e8f0f","id":"e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414","subnetpool_id":null,"name":"external-subnet"}} 2018-10-26 10:20:20,127 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414 used request id req-a0dc809a-e327-4190-bee5-1776b2b4306a 2018-10-26 10:20:20,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/bc845744-db75-4f68-886f-3df4474ac743 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:20:20,187 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-57204a26-d752-4aed-a4b8-e3ee95739351 Date: Fri, 26 Oct 2018 10:20:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4aeca15e-d10f-456f-b5ac-b030b5234e5c","tenant_id":"","created_at":"2018-10-26T10:19:54Z","dns_nameservers":[],"updated_at":"2018-10-26T10:19:54Z","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":"bc845744-db75-4f68-886f-3df4474ac743","subnetpool_id":null,"name":"HA subnet tenant c43894ede4a24a7da5adc4a37ab5594c"}} 2018-10-26 10:20:20,187 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/bc845744-db75-4f68-886f-3df4474ac743 used request id req-57204a26-d752-4aed-a4b8-e3ee95739351 2018-10-26 10:20:20,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/bc845744-db75-4f68-886f-3df4474ac743 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:20:20,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-09ca3234-5c58-4116-b74d-3097d8539e98 Date: Fri, 26 Oct 2018 10:20:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4aeca15e-d10f-456f-b5ac-b030b5234e5c","tenant_id":"","created_at":"2018-10-26T10:19:54Z","dns_nameservers":[],"updated_at":"2018-10-26T10:19:54Z","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":"bc845744-db75-4f68-886f-3df4474ac743","subnetpool_id":null,"name":"HA subnet tenant c43894ede4a24a7da5adc4a37ab5594c"}} 2018-10-26 10:20:20,244 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/bc845744-db75-4f68-886f-3df4474ac743 used request id req-09ca3234-5c58-4116-b74d-3097d8539e98 2018-10-26 10:20:20,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/bc845744-db75-4f68-886f-3df4474ac743 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:20:20,448 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-0b3d2cd1-570e-407f-b6e3-4681e82326b6 Date: Fri, 26 Oct 2018 10:20:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4aeca15e-d10f-456f-b5ac-b030b5234e5c","tenant_id":"","created_at":"2018-10-26T10:19:54Z","dns_nameservers":[],"updated_at":"2018-10-26T10:19:54Z","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":"bc845744-db75-4f68-886f-3df4474ac743","subnetpool_id":null,"name":"HA subnet tenant c43894ede4a24a7da5adc4a37ab5594c"}} 2018-10-26 10:20:20,449 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/bc845744-db75-4f68-886f-3df4474ac743 used request id req-0b3d2cd1-570e-407f-b6e3-4681e82326b6 2018-10-26 10:20:20,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/82bd0a35-8617-4fbb-a2d8-c4d900073b48 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:20:20,505 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-97b2a5b7-f707-4a28-8332-cfa6a9b5d24c Date: Fri, 26 Oct 2018 10:20:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:57Z","dns_nameservers":[],"updated_at":"2018-10-26T10:19:57Z","gateway_ip":"10.1.2.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.1.2.0/24","project_id":"c43894ede4a24a7da5adc4a37ab5594c","id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-subnet"}} 2018-10-26 10:20:20,505 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/82bd0a35-8617-4fbb-a2d8-c4d900073b48 used request id req-97b2a5b7-f707-4a28-8332-cfa6a9b5d24c 2018-10-26 10:20:20,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports/b9e226ae-24c4-4170-a1d6-94e02a48d3db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:20:20,548 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1070 X-Openstack-Request-Id: req-cd174e41-90d6-4a75-9df6-6145f055f963 Date: Fri, 26 Oct 2018 10:20:20 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:20:09Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","ip_address":"10.1.2.5"}],"id":"b9e226ae-24c4-4170-a1d6-94e02a48d3db","security_groups":["f9ca61de-637e-495f-b3cf-c866e23f8be5"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:99:ac:cd","device_id":"9a54c86b-bd0f-44d6-b3c4-c775b1565899","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack-port1-g3jywmc6fome","project_id":"c43894ede4a24a7da5adc4a37ab5594c","qos_policy_id":null,"admin_state_up":true,"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:58Z","binding:vnic_type":"normal"}} 2018-10-26 10:20:20,548 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports/b9e226ae-24c4-4170-a1d6-94e02a48d3db used request id req-cd174e41-90d6-4a75-9df6-6145f055f963 2018-10-26 10:20:20,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/82bd0a35-8617-4fbb-a2d8-c4d900073b48 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:20:20,608 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-28da5cff-cbe8-4a09-b07e-4857ce058787 Date: Fri, 26 Oct 2018 10:20:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:57Z","dns_nameservers":[],"updated_at":"2018-10-26T10:19:57Z","gateway_ip":"10.1.2.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.1.2.0/24","project_id":"c43894ede4a24a7da5adc4a37ab5594c","id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-subnet"}} 2018-10-26 10:20:20,608 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/82bd0a35-8617-4fbb-a2d8-c4d900073b48 used request id req-28da5cff-cbe8-4a09-b07e-4857ce058787 2018-10-26 10:20:20,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/9503ef08-1563-4b9d-a29a-94d006439071 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:20:20,793 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-3bd10568-7691-4c66-a826-8b4ae4be3e59 Date: Fri, 26 Oct 2018 10:20:20 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:19:45Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T10:19:47Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/9503ef08-1563-4b9d-a29a-94d006439071/snap", "metadata": {}}], "self": "/v2/images/9503ef08-1563-4b9d-a29a-94d006439071", "min_disk": 0, "protected": false, "id": "9503ef08-1563-4b9d-a29a-94d006439071", "file": "/v2/images/9503ef08-1563-4b9d-a29a-94d006439071/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c43894ede4a24a7da5adc4a37ab5594c", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/9503ef08-1563-4b9d-a29a-94d006439071/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:20:20,793 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/9503ef08-1563-4b9d-a29a-94d006439071 used request id req-3bd10568-7691-4c66-a826-8b4ae4be3e59 2018-10-26 10:20:20,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:20:20,806 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e33392ff-69b9-4610-addc-dcc975bc5ea6 Date: Fri, 26 Oct 2018 10:20:20 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept 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-26 10:20:20,806 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-e33392ff-69b9-4610-addc-dcc975bc5ea6 2018-10-26 10:20:20,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/eda172ce-a00c-4237-ba38-8b9cd830e26c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:20:21,016 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:20:20 GMT Server: Apache x-openstack-request-id: req-f53d7e5b-3a67-448e-aa44-c8a2d15e1716 Location: http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:20:21,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:20:21 GMT Server: Apache x-openstack-request-id: req-893ed4c7-2cea-40b5-a106-0bf8e98c68f9 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-c4345343-3113-4eb4-abf9-e7f57872b432-flavor2", "OS::project_id": "c43894ede4a24a7da5adc4a37ab5594c", "OS::stack_id": "eda172ce-a00c-4237-ba38-8b9cd830e26c", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-kp", "security_group_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-sec_grp", "subnet_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-subnet", "net_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-inst2", "inst1_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-inst1", "image2_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-image", "flavor1_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-flavor1", "image1_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack", "stack_user_project_id": "2ff6e76d9b9b4876830469ba47138d04", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-26T10:19:51Z", "links": [{"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "eda172ce-a00c-4237-ba38-8b9cd830e26c", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA0EK7wQauk67y3i3HmLzh21fflDntk2Uc8nGwi0Gq4RA92TqY\n1KWs2/l6nos+zeXJlSjuCiS6qnGBdMiFSAVlZTPeT6t31sDZXTqU9ITMBKf0O03i\nM9Co4KGHZFUFsEQ2T2ghYX/cJeGq2qVViqoedFzNcQj4ORxS6WKNSSJpMK+jZN3Y\nFpnFPHWoyNOAs5/RWYw7iRaTbREFxWL7iMGKe/rDJObZRL5omtk3FzbyHO6UVSgt\nYJoSrN2ECm9o/mMXqZQJW1hbuNhE+ybI9XjMzI5kRAaQGjgyOTpy2nMxDpHNmKe6\nYwY0ovTseH+0XN3uDomUqVxQqHzID6mU/J4+HQIDAQABAoIBAQDAZBXNAR4/okwN\nAl+0czF3D1ulNEqMcslmE68TRovUtMteJWrQb2kcIgGr+1j+nvw1hoU466tiD8+X\nEjNGUG3WKy+BjBb+VlO3c4ntxcwvtPTD4HRKh8WrFq3b+0txBeLiQoEr8BFxEWNj\n737xxayytJS5ip69K7RQlFGPMXHZnYyDsi5OMITKrOtHa0lkeHNlyr3+wiQpYbEB\nU15oSrLFQuLAN9pjg0kXDAQoHxINiuBi0LkYBmPJIFU9qBLowoxHcdRHnob8xmlt\nsEP9jRw0NlNAQq7USjRGsF9Ix+L+uAR0lAsYfzo3EoLGEuAoMRFdFQU2pIPchQKY\nL69IjvPBAoGBAPdkGmzo38yM7D6LtXqOoG+8KzlEP/HAtjiA6pa9XQq5/9C15ebg\nu/LG12MLjKRjD5u2tk/Ehhem4xhOW3j22GWdmungIu6JNgL/Ot0ssuG43ydx6PKv\n9/bd0uLiZzn30FeRdEciBkVW/T8/7v+rLqoE9qtVhVYUPAsDyW8Ht6kxAoGBANeC\nCQfiwfaTLIRqUy8qTg0eHKqIHsBfmwrR+NudLPvwAxdCIAkjTcUN5LtYzqVepupj\nLu0e2hlK0xLzdcsHBiOki8guCo1c59XQDrSIVPY65Gl3SSREbGqPIuKD3dNqYXaE\nH2nHrm3pIk/vjhIQuKAGjZysGazrkM6UqtfT1WitAoGBAOYk0hCPc+OvFff5sJKb\nLNXFj9Bula4pQVu/Un15HJ1l+34GOiJW34IzSRxzGhuzrEmH6IK8qKJINuvduWsG\n+LlPrVX1lYmjTAPtvK0VcDRc7/yaE8PxwBSAuDcpuC5NRByyzCGAnaTUEDRPHd/r\nODYi9/bcUHaLzG/SzgnkfA+BAoGAc6ai9gpokMyWXVE55tvLGxsHwzRdXFtyNrJL\n3H9Svrkkz3x6+Kxrdc5o62lTLEfJR4uGiVW/MUeIUmk404Wnc8VABmM+4nHzMDkB\nSzzGa4VbQoXzSHU3wU+jJvAhQO2b9CAfQ4MXRoCQG1mxYlx619XsdSGefb/E7De4\nHy7dHdkCgYEA9zYa0rkkHZJJTH56IKAxVjTXUnhYPXEL8X4RXyEAT+Y6xccDCcOc\n9E/XaBXc0kuUnad1AOckrOLR8OoSQuo1PafoOaZRBqCDd6XksIu5qFz5jDzY+Vrm\nqSH4iqWeaTkdk5pBebm4eQnyW1Y3F8oItuLIIqChbZ0JXnsXaQz1EFI=\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-26 10:20:21,331 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c used request id req-893ed4c7-2cea-40b5-a106-0bf8e98c68f9 2018-10-26 10:20:21,333 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:20:21,334 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:20:21,725 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}, {"id": "032a0f7f527845079669580ebdb9de2c", "name": "CreateStackFloatingIpTests-ca7dad75-c7d3-4bd-proj-role"}], "expires_at": "2018-10-26T11:20:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c43894ede4a24a7da5adc4a37ab5594c", "name": "CreateStackFloatingIpTests-ca7dad75-c7d3-4bd-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c43894ede4a24a7da5adc4a37ab5594c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/c43894ede4a24a7da5adc4a37ab5594c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/c43894ede4a24a7da5adc4a37ab5594c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c43894ede4a24a7da5adc4a37ab5594c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/c43894ede4a24a7da5adc4a37ab5594c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/c43894ede4a24a7da5adc4a37ab5594c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/c43894ede4a24a7da5adc4a37ab5594c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/c43894ede4a24a7da5adc4a37ab5594c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/c43894ede4a24a7da5adc4a37ab5594c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/c43894ede4a24a7da5adc4a37ab5594c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/c43894ede4a24a7da5adc4a37ab5594c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-ca7dad75-c7d3-4bd-user", "id": "886084fcc50f4ed08e09de7f3b5d518e"}, "audit_ids": ["76JHEBsiQ2KMRhKnh-MMWw"], "issued_at": "2018-10-26T10:20:21.000000Z"}} 2018-10-26 10:20:21,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb2d72071b6da21fcf4f3935256246da638f2563" 2018-10-26 10:20:21,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:20:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-605aa660-964f-4ead-b911-b2edde40ac56 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:20:21,807 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-605aa660-964f-4ead-b911-b2edde40ac56 2018-10-26 10:20:21,808 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:20:21,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb2d72071b6da21fcf4f3935256246da638f2563" 2018-10-26 10:20:21,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:20:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae4adb1f-d84b-4f65-94bd-518be52bfc3d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:20:21,901 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ae4adb1f-d84b-4f65-94bd-518be52bfc3d 2018-10-26 10:20:21,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb2d72071b6da21fcf4f3935256246da638f2563" 2018-10-26 10:20:22,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-755fc7b1-c2e1-4374-9f8d-a42577fde6e7 Date: Fri, 26 Oct 2018 10:20:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":72,"ipv4_address_scope":null,"shared":false,"project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","subnets":["82bd0a35-8617-4fbb-a2d8-c4d900073b48"],"description":"","tags":[],"updated_at":"2018-10-26T10:19:57Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net","admin_state_up":true,"tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:56Z","provider:network_type":"vxlan"}]} 2018-10-26 10:20:22,152 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net used request id req-755fc7b1-c2e1-4374-9f8d-a42577fde6e7 2018-10-26 10:20:22,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:20:22,161 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:20:22,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c43894ede4a24a7da5adc4a37ab5594c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb2d72071b6da21fcf4f3935256246da638f2563" 2018-10-26 10:20:22,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:20:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-891eb233-6437-4ec5-867b-951eb9abe34d Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c43894ede4a24a7da5adc4a37ab5594c"}, "enabled": true, "id": "c43894ede4a24a7da5adc4a37ab5594c", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-ca7dad75-c7d3-4bd-proj"}} 2018-10-26 10:20:22,244 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c43894ede4a24a7da5adc4a37ab5594c used request id req-891eb233-6437-4ec5-867b-951eb9abe34d 2018-10-26 10:20:22,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=cc9c6ed8-639a-4ae4-b59a-6a1462666935 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb2d72071b6da21fcf4f3935256246da638f2563" 2018-10-26 10:20:22,448 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-852a3996-758d-4815-8635-645de8763caa Date: Fri, 26 Oct 2018 10:20:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:57Z","dns_nameservers":[],"updated_at":"2018-10-26T10:19:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"c43894ede4a24a7da5adc4a37ab5594c","id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-subnet"}]} 2018-10-26 10:20:22,449 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=cc9c6ed8-639a-4ae4-b59a-6a1462666935 used request id req-852a3996-758d-4815-8635-645de8763caa 2018-10-26 10:20:22,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=cc9c6ed8-639a-4ae4-b59a-6a1462666935&mac_address=fa%3A16%3A3e%3A99%3Aac%3Acd&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack-port1-g3jywmc6fome&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb2d72071b6da21fcf4f3935256246da638f2563" 2018-10-26 10:20:22,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1073 X-Openstack-Request-Id: req-1f1d68d8-06c6-41dd-85a3-288d6ad9ee6d Date: Fri, 26 Oct 2018 10:20:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:20:09Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","ip_address":"10.1.2.5"}],"id":"b9e226ae-24c4-4170-a1d6-94e02a48d3db","security_groups":["f9ca61de-637e-495f-b3cf-c866e23f8be5"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:99:ac:cd","project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack-port1-g3jywmc6fome","admin_state_up":true,"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:58Z","binding:vnic_type":"normal","device_id":"9a54c86b-bd0f-44d6-b3c4-c775b1565899"}]} 2018-10-26 10:20:22,648 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=cc9c6ed8-639a-4ae4-b59a-6a1462666935&mac_address=fa%3A16%3A3e%3A99%3Aac%3Acd&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack-port1-g3jywmc6fome&admin_state_up=True used request id req-1f1d68d8-06c6-41dd-85a3-288d6ad9ee6d 2018-10-26 10:20:22,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c43894ede4a24a7da5adc4a37ab5594c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb2d72071b6da21fcf4f3935256246da638f2563" 2018-10-26 10:20:22,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:20:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bce66ab-9ad4-43af-bc3f-95fb8a3ddef0 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c43894ede4a24a7da5adc4a37ab5594c"}, "enabled": true, "id": "c43894ede4a24a7da5adc4a37ab5594c", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-ca7dad75-c7d3-4bd-proj"}} 2018-10-26 10:20:22,739 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c43894ede4a24a7da5adc4a37ab5594c used request id req-5bce66ab-9ad4-43af-bc3f-95fb8a3ddef0 2018-10-26 10:20:22,742 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-inst1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb2d72071b6da21fcf4f3935256246da638f2563" 2018-10-26 10:20:23,376 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:20: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-d98a50af-06fc-4fae-b2c2-902fe12f89a8 x-compute-request-id: req-d98a50af-06fc-4fae-b2c2-902fe12f89a8 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:ac:cd", "version": 4, "addr": "10.1.2.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:ac:cd", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9a54c86b-bd0f-44d6-b3c4-c775b1565899", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9a54c86b-bd0f-44d6-b3c4-c775b1565899", "rel": "bookmark"}], "image": {"id": "9503ef08-1563-4b9d-a29a-94d006439071", "links": [{"href": "http://172.30.9.21:8774/images/9503ef08-1563-4b9d-a29a-94d006439071", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000119", "OS-SRV-USG:launched_at": "2018-10-26T10:20:09.000000", "flavor": {"id": "8e1ee107-4bd1-4824-9e39-661d8e0756b5", "links": [{"href": "http://172.30.9.21:8774/flavors/8e1ee107-4bd1-4824-9e39-661d8e0756b5", "rel": "bookmark"}]}, "id": "9a54c86b-bd0f-44d6-b3c4-c775b1565899", "security_groups": [{"name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-sec_grp"}], "user_id": "886084fcc50f4ed08e09de7f3b5d518e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:20:09Z", "hostId": "b3bc00dbd2a78323e9d448e26a3a80092c79fc3f06b611339c767978", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-inst1", "created": "2018-10-26T10:20:02Z", "tenant_id": "c43894ede4a24a7da5adc4a37ab5594c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:20:23,376 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-inst1 used request id req-d98a50af-06fc-4fae-b2c2-902fe12f89a8 2018-10-26 10:20:23,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb2d72071b6da21fcf4f3935256246da638f2563" 2018-10-26 10:20:23,602 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-ff7d0129-f3ad-4a91-b7fc-2945b0c90cd1 Date: Fri, 26 Oct 2018 10:20:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":72,"ipv4_address_scope":null,"shared":false,"project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","subnets":["82bd0a35-8617-4fbb-a2d8-c4d900073b48"],"description":"","tags":[],"updated_at":"2018-10-26T10:19:57Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net","admin_state_up":true,"tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:56Z","provider:network_type":"vxlan"}]} 2018-10-26 10:20:23,602 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net used request id req-ff7d0129-f3ad-4a91-b7fc-2945b0c90cd1 2018-10-26 10:20:23,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=cc9c6ed8-639a-4ae4-b59a-6a1462666935 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb2d72071b6da21fcf4f3935256246da638f2563" 2018-10-26 10:20:24,177 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-c84c7088-60e1-49e1-b6cd-8b643c336621 Date: Fri, 26 Oct 2018 10:20:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:57Z","dns_nameservers":[],"updated_at":"2018-10-26T10:19:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"c43894ede4a24a7da5adc4a37ab5594c","id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-subnet"}]} 2018-10-26 10:20:24,177 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=cc9c6ed8-639a-4ae4-b59a-6a1462666935 used request id req-c84c7088-60e1-49e1-b6cd-8b643c336621 2018-10-26 10:20:24,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=cc9c6ed8-639a-4ae4-b59a-6a1462666935 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb2d72071b6da21fcf4f3935256246da638f2563" 2018-10-26 10:20:24,381 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5807 X-Openstack-Request-Id: req-9f128d3e-b24e-4d58-8e07-6615468ddec8 Date: Fri, 26 Oct 2018 10:20:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:20:00Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","ip_address":"10.1.2.3"}],"id":"0af285ff-e578-4f24-b363-c9620b1b9b12","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7d:1b:19","project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:58Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-cc9c6ed8-639a-4ae4-b59a-6a1462666935"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:20:07Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","ip_address":"10.1.2.11"}],"id":"1071dcce-d190-4c7e-95b1-48bc435daf45","security_groups":["0013b14f-6ec9-4491-a117-136931aa4ebf"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:20:01:3a","project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:20:02Z","binding:vnic_type":"normal","device_id":"1f9636ee-3f69-44fb-a858-5570d54f41c0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:20:00Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","ip_address":"10.1.2.2"}],"id":"191eb7f6-6bc4-49ca-a4e2-bbf80ae87e28","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ce:ac:83","project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:58Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-cc9c6ed8-639a-4ae4-b59a-6a1462666935"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:20:16Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","ip_address":"10.1.2.1"}],"id":"34c9954c-4137-42b0-aef6-8fb27da9114a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:17:2a:79","project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:20:00Z","binding:vnic_type":"normal","device_id":"e95546ce-a69c-4aef-b5e1-19a7ceada5de"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:20:09Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","ip_address":"10.1.2.5"}],"id":"b9e226ae-24c4-4170-a1d6-94e02a48d3db","security_groups":["f9ca61de-637e-495f-b3cf-c866e23f8be5"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:99:ac:cd","project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack-port1-g3jywmc6fome","admin_state_up":true,"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:58Z","binding:vnic_type":"normal","device_id":"9a54c86b-bd0f-44d6-b3c4-c775b1565899"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:20:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","ip_address":"10.1.2.4"}],"id":"d5668613-c490-4e14-8216-27aa33077a5c","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:eb:64","project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:59Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-cc9c6ed8-639a-4ae4-b59a-6a1462666935"}]} 2018-10-26 10:20:24,381 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=cc9c6ed8-639a-4ae4-b59a-6a1462666935 used request id req-9f128d3e-b24e-4d58-8e07-6615468ddec8 2018-10-26 10:20:24,383 - create_instance - INFO - Found existing machine with name - CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-inst1 2018-10-26 10:20:24,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb2d72071b6da21fcf4f3935256246da638f2563" 2018-10-26 10:20:24,929 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-a8dc44a0-ed65-4193-8e5a-43f5256fc941 Date: Fri, 26 Oct 2018 10:20:24 GMT RESP BODY: {"floatingips": [{"router_id": "e95546ce-a69c-4aef-b5e1-19a7ceada5de", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "c43894ede4a24a7da5adc4a37ab5594c", "created_at": "2018-10-26T10:20:00Z", "updated_at": "2018-10-26T10:20:02Z", "floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "fixed_ip_address": "10.1.2.5", "floating_ip_address": "172.30.9.210", "revision_number": 1, "project_id": "c43894ede4a24a7da5adc4a37ab5594c", "port_id": "b9e226ae-24c4-4170-a1d6-94e02a48d3db", "id": "1cef5ebb-0ebb-4452-a35e-51ad341ab8df"}]} 2018-10-26 10:20:24,929 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips used request id req-a8dc44a0-ed65-4193-8e5a-43f5256fc941 2018-10-26 10:20:24,933 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/93af60fb-0903-42c3-aad4-294162b0e15e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:20:24,951 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:20: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-d668285b-ba77-480c-918f-868306dd42a8 x-compute-request-id: req-d668285b-ba77-480c-918f-868306dd42a8 Content-Encoding: gzip Content-Length: 338 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/93af60fb-0903-42c3-aad4-294162b0e15e", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/93af60fb-0903-42c3-aad4-294162b0e15e", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 2, "id": "93af60fb-0903-42c3-aad4-294162b0e15e", "name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack-flavor2-mev3j6fo7hg7", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 10:20:24,951 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/93af60fb-0903-42c3-aad4-294162b0e15e used request id req-d668285b-ba77-480c-918f-868306dd42a8 2018-10-26 10:20:24,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/82bd0a35-8617-4fbb-a2d8-c4d900073b48 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:20:25,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-898d9839-6006-4bfc-b5ea-9226096320ee Date: Fri, 26 Oct 2018 10:20:25 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:57Z","dns_nameservers":[],"updated_at":"2018-10-26T10:19:57Z","gateway_ip":"10.1.2.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.1.2.0/24","project_id":"c43894ede4a24a7da5adc4a37ab5594c","id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-subnet"}} 2018-10-26 10:20:25,005 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/82bd0a35-8617-4fbb-a2d8-c4d900073b48 used request id req-898d9839-6006-4bfc-b5ea-9226096320ee 2018-10-26 10:20:25,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=cc9c6ed8-639a-4ae4-b59a-6a1462666935 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:20:25,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-559dae15-b728-4e19-a80e-b7ebcdcbb32c Date: Fri, 26 Oct 2018 10:20:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":72,"ipv4_address_scope":null,"shared":false,"project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","subnets":["82bd0a35-8617-4fbb-a2d8-c4d900073b48"],"description":"","tags":[],"updated_at":"2018-10-26T10:19:57Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net","admin_state_up":true,"tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:56Z","provider:network_type":"vxlan"}]} 2018-10-26 10:20:25,093 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=cc9c6ed8-639a-4ae4-b59a-6a1462666935 used request id req-559dae15-b728-4e19-a80e-b7ebcdcbb32c 2018-10-26 10:20:25,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=cc9c6ed8-639a-4ae4-b59a-6a1462666935 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:20:25,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-50473fe3-26a6-45e1-a5b9-26079ca37cf2 Date: Fri, 26 Oct 2018 10:20:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:57Z","dns_nameservers":[],"updated_at":"2018-10-26T10:19:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"c43894ede4a24a7da5adc4a37ab5594c","id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-subnet"}]} 2018-10-26 10:20:25,149 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=cc9c6ed8-639a-4ae4-b59a-6a1462666935 used request id req-50473fe3-26a6-45e1-a5b9-26079ca37cf2 2018-10-26 10:20:25,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:20:25,235 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-f7856580-2ab6-4c99-ac92-f29c588b2215 Date: Fri, 26 Oct 2018 10:20:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":72,"ipv4_address_scope":null,"shared":false,"project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","subnets":["82bd0a35-8617-4fbb-a2d8-c4d900073b48"],"description":"","tags":[],"updated_at":"2018-10-26T10:19:57Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net","admin_state_up":true,"tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:56Z","provider:network_type":"vxlan"}]} 2018-10-26 10:20:25,235 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net used request id req-f7856580-2ab6-4c99-ac92-f29c588b2215 2018-10-26 10:20:25,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c43894ede4a24a7da5adc4a37ab5594c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:20:25,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:20:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c25e887-cefb-40c3-a204-66bd170b3d1b Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c43894ede4a24a7da5adc4a37ab5594c"}, "enabled": true, "id": "c43894ede4a24a7da5adc4a37ab5594c", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-ca7dad75-c7d3-4bd-proj"}} 2018-10-26 10:20:25,331 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c43894ede4a24a7da5adc4a37ab5594c used request id req-9c25e887-cefb-40c3-a204-66bd170b3d1b 2018-10-26 10:20:25,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=cc9c6ed8-639a-4ae4-b59a-6a1462666935 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:20:25,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-2d693182-352e-4023-a764-8cf8c916c0b2 Date: Fri, 26 Oct 2018 10:20:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:57Z","dns_nameservers":[],"updated_at":"2018-10-26T10:19:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"c43894ede4a24a7da5adc4a37ab5594c","id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-subnet"}]} 2018-10-26 10:20:25,718 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=cc9c6ed8-639a-4ae4-b59a-6a1462666935 used request id req-2d693182-352e-4023-a764-8cf8c916c0b2 2018-10-26 10:20:25,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=cc9c6ed8-639a-4ae4-b59a-6a1462666935&mac_address=fa%3A16%3A3e%3A20%3A01%3A3a&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:20:25,778 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 959 X-Openstack-Request-Id: req-8d638a5a-89ed-48d7-80d6-285c151fcfa2 Date: Fri, 26 Oct 2018 10:20:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:20:07Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","ip_address":"10.1.2.11"}],"id":"1071dcce-d190-4c7e-95b1-48bc435daf45","security_groups":["0013b14f-6ec9-4491-a117-136931aa4ebf"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:20:01:3a","project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:20:02Z","binding:vnic_type":"normal","device_id":"1f9636ee-3f69-44fb-a858-5570d54f41c0"}]} 2018-10-26 10:20:25,778 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=cc9c6ed8-639a-4ae4-b59a-6a1462666935&mac_address=fa%3A16%3A3e%3A20%3A01%3A3a&admin_state_up=True used request id req-8d638a5a-89ed-48d7-80d6-285c151fcfa2 2018-10-26 10:20:25,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c43894ede4a24a7da5adc4a37ab5594c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:20:25,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:20:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a9b466b-8b7e-4e7c-93bf-60cc17408781 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c43894ede4a24a7da5adc4a37ab5594c"}, "enabled": true, "id": "c43894ede4a24a7da5adc4a37ab5594c", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-ca7dad75-c7d3-4bd-proj"}} 2018-10-26 10:20:25,866 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c43894ede4a24a7da5adc4a37ab5594c used request id req-7a9b466b-8b7e-4e7c-93bf-60cc17408781 2018-10-26 10:20:25,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:20:25,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-35fd0586-2eff-4245-bc96-1c51c39dc7a1 Date: Fri, 26 Oct 2018 10:20:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":72,"ipv4_address_scope":null,"shared":false,"project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","subnets":["82bd0a35-8617-4fbb-a2d8-c4d900073b48"],"description":"","tags":[],"updated_at":"2018-10-26T10:19:57Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net","admin_state_up":true,"tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:56Z","provider:network_type":"vxlan"}]} 2018-10-26 10:20:25,964 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net used request id req-35fd0586-2eff-4245-bc96-1c51c39dc7a1 2018-10-26 10:20:25,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=cc9c6ed8-639a-4ae4-b59a-6a1462666935 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:20:26,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-22d8ede1-5744-4085-bc66-6bf337dcaab3 Date: Fri, 26 Oct 2018 10:20:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:57Z","dns_nameservers":[],"updated_at":"2018-10-26T10:19:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"c43894ede4a24a7da5adc4a37ab5594c","id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-subnet"}]} 2018-10-26 10:20:26,020 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=cc9c6ed8-639a-4ae4-b59a-6a1462666935 used request id req-22d8ede1-5744-4085-bc66-6bf337dcaab3 2018-10-26 10:20:26,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=cc9c6ed8-639a-4ae4-b59a-6a1462666935 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:20:26,073 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5807 X-Openstack-Request-Id: req-0f2d66c7-bf29-4202-8caf-bc45686ba003 Date: Fri, 26 Oct 2018 10:20:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:20:00Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","ip_address":"10.1.2.3"}],"id":"0af285ff-e578-4f24-b363-c9620b1b9b12","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7d:1b:19","project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:58Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-cc9c6ed8-639a-4ae4-b59a-6a1462666935"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:20:07Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","ip_address":"10.1.2.11"}],"id":"1071dcce-d190-4c7e-95b1-48bc435daf45","security_groups":["0013b14f-6ec9-4491-a117-136931aa4ebf"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:20:01:3a","project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:20:02Z","binding:vnic_type":"normal","device_id":"1f9636ee-3f69-44fb-a858-5570d54f41c0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:20:00Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","ip_address":"10.1.2.2"}],"id":"191eb7f6-6bc4-49ca-a4e2-bbf80ae87e28","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ce:ac:83","project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:58Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-cc9c6ed8-639a-4ae4-b59a-6a1462666935"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:20:16Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","ip_address":"10.1.2.1"}],"id":"34c9954c-4137-42b0-aef6-8fb27da9114a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:17:2a:79","project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:20:00Z","binding:vnic_type":"normal","device_id":"e95546ce-a69c-4aef-b5e1-19a7ceada5de"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:20:09Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","ip_address":"10.1.2.5"}],"id":"b9e226ae-24c4-4170-a1d6-94e02a48d3db","security_groups":["f9ca61de-637e-495f-b3cf-c866e23f8be5"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:99:ac:cd","project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack-port1-g3jywmc6fome","admin_state_up":true,"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:58Z","binding:vnic_type":"normal","device_id":"9a54c86b-bd0f-44d6-b3c4-c775b1565899"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:20:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","ip_address":"10.1.2.4"}],"id":"d5668613-c490-4e14-8216-27aa33077a5c","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:eb:64","project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:59Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-cc9c6ed8-639a-4ae4-b59a-6a1462666935"}]} 2018-10-26 10:20:26,073 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=cc9c6ed8-639a-4ae4-b59a-6a1462666935 used request id req-0f2d66c7-bf29-4202-8caf-bc45686ba003 2018-10-26 10:20:26,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:20:26,099 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-e78f5ed1-df02-4d17-a669-d1904286701a Date: Fri, 26 Oct 2018 10:20:26 GMT RESP BODY: {"floatingips": [{"router_id": "e95546ce-a69c-4aef-b5e1-19a7ceada5de", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "c43894ede4a24a7da5adc4a37ab5594c", "created_at": "2018-10-26T10:20:00Z", "updated_at": "2018-10-26T10:20:02Z", "floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "fixed_ip_address": "10.1.2.5", "floating_ip_address": "172.30.9.210", "revision_number": 1, "project_id": "c43894ede4a24a7da5adc4a37ab5594c", "port_id": "b9e226ae-24c4-4170-a1d6-94e02a48d3db", "id": "1cef5ebb-0ebb-4452-a35e-51ad341ab8df"}]} 2018-10-26 10:20:26,099 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips used request id req-e78f5ed1-df02-4d17-a669-d1904286701a 2018-10-26 10:20:26,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/9503ef08-1563-4b9d-a29a-94d006439071 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:20:26,281 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-f21f7b67-499d-4d7b-93b4-1e2a55e05f85 Date: Fri, 26 Oct 2018 10:20:26 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:19:45Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T10:19:47Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/9503ef08-1563-4b9d-a29a-94d006439071/snap", "metadata": {}}], "self": "/v2/images/9503ef08-1563-4b9d-a29a-94d006439071", "min_disk": 0, "protected": false, "id": "9503ef08-1563-4b9d-a29a-94d006439071", "file": "/v2/images/9503ef08-1563-4b9d-a29a-94d006439071/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c43894ede4a24a7da5adc4a37ab5594c", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/9503ef08-1563-4b9d-a29a-94d006439071/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:20:26,281 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/9503ef08-1563-4b9d-a29a-94d006439071 used request id req-f21f7b67-499d-4d7b-93b4-1e2a55e05f85 2018-10-26 10:20:26,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/eda172ce-a00c-4237-ba38-8b9cd830e26c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:20:26,311 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:20:26 GMT Server: Apache x-openstack-request-id: req-5693858b-f7f4-4857-a49b-2f6f8d221f7c Location: http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:20:26,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:20:26 GMT Server: Apache x-openstack-request-id: req-34a94a26-0d3a-4e87-9b12-f1db0e90a16c 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-c4345343-3113-4eb4-abf9-e7f57872b432-flavor2", "OS::project_id": "c43894ede4a24a7da5adc4a37ab5594c", "OS::stack_id": "eda172ce-a00c-4237-ba38-8b9cd830e26c", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-kp", "security_group_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-sec_grp", "subnet_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-subnet", "net_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-inst2", "inst1_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-inst1", "image2_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-image", "flavor1_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-flavor1", "image1_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack", "stack_user_project_id": "2ff6e76d9b9b4876830469ba47138d04", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-26T10:19:51Z", "links": [{"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "eda172ce-a00c-4237-ba38-8b9cd830e26c", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA0EK7wQauk67y3i3HmLzh21fflDntk2Uc8nGwi0Gq4RA92TqY\n1KWs2/l6nos+zeXJlSjuCiS6qnGBdMiFSAVlZTPeT6t31sDZXTqU9ITMBKf0O03i\nM9Co4KGHZFUFsEQ2T2ghYX/cJeGq2qVViqoedFzNcQj4ORxS6WKNSSJpMK+jZN3Y\nFpnFPHWoyNOAs5/RWYw7iRaTbREFxWL7iMGKe/rDJObZRL5omtk3FzbyHO6UVSgt\nYJoSrN2ECm9o/mMXqZQJW1hbuNhE+ybI9XjMzI5kRAaQGjgyOTpy2nMxDpHNmKe6\nYwY0ovTseH+0XN3uDomUqVxQqHzID6mU/J4+HQIDAQABAoIBAQDAZBXNAR4/okwN\nAl+0czF3D1ulNEqMcslmE68TRovUtMteJWrQb2kcIgGr+1j+nvw1hoU466tiD8+X\nEjNGUG3WKy+BjBb+VlO3c4ntxcwvtPTD4HRKh8WrFq3b+0txBeLiQoEr8BFxEWNj\n737xxayytJS5ip69K7RQlFGPMXHZnYyDsi5OMITKrOtHa0lkeHNlyr3+wiQpYbEB\nU15oSrLFQuLAN9pjg0kXDAQoHxINiuBi0LkYBmPJIFU9qBLowoxHcdRHnob8xmlt\nsEP9jRw0NlNAQq7USjRGsF9Ix+L+uAR0lAsYfzo3EoLGEuAoMRFdFQU2pIPchQKY\nL69IjvPBAoGBAPdkGmzo38yM7D6LtXqOoG+8KzlEP/HAtjiA6pa9XQq5/9C15ebg\nu/LG12MLjKRjD5u2tk/Ehhem4xhOW3j22GWdmungIu6JNgL/Ot0ssuG43ydx6PKv\n9/bd0uLiZzn30FeRdEciBkVW/T8/7v+rLqoE9qtVhVYUPAsDyW8Ht6kxAoGBANeC\nCQfiwfaTLIRqUy8qTg0eHKqIHsBfmwrR+NudLPvwAxdCIAkjTcUN5LtYzqVepupj\nLu0e2hlK0xLzdcsHBiOki8guCo1c59XQDrSIVPY65Gl3SSREbGqPIuKD3dNqYXaE\nH2nHrm3pIk/vjhIQuKAGjZysGazrkM6UqtfT1WitAoGBAOYk0hCPc+OvFff5sJKb\nLNXFj9Bula4pQVu/Un15HJ1l+34GOiJW34IzSRxzGhuzrEmH6IK8qKJINuvduWsG\n+LlPrVX1lYmjTAPtvK0VcDRc7/yaE8PxwBSAuDcpuC5NRByyzCGAnaTUEDRPHd/r\nODYi9/bcUHaLzG/SzgnkfA+BAoGAc6ai9gpokMyWXVE55tvLGxsHwzRdXFtyNrJL\n3H9Svrkkz3x6+Kxrdc5o62lTLEfJR4uGiVW/MUeIUmk404Wnc8VABmM+4nHzMDkB\nSzzGa4VbQoXzSHU3wU+jJvAhQO2b9CAfQ4MXRoCQG1mxYlx619XsdSGefb/E7De4\nHy7dHdkCgYEA9zYa0rkkHZJJTH56IKAxVjTXUnhYPXEL8X4RXyEAT+Y6xccDCcOc\n9E/XaBXc0kuUnad1AOckrOLR8OoSQuo1PafoOaZRBqCDd6XksIu5qFz5jDzY+Vrm\nqSH4iqWeaTkdk5pBebm4eQnyW1Y3F8oItuLIIqChbZ0JXnsXaQz1EFI=\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-26 10:20:26,636 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c used request id req-34a94a26-0d3a-4e87-9b12-f1db0e90a16c 2018-10-26 10:20:26,637 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:20:26,638 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:20:27,020 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}, {"id": "032a0f7f527845079669580ebdb9de2c", "name": "CreateStackFloatingIpTests-ca7dad75-c7d3-4bd-proj-role"}], "expires_at": "2018-10-26T11:20:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c43894ede4a24a7da5adc4a37ab5594c", "name": "CreateStackFloatingIpTests-ca7dad75-c7d3-4bd-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c43894ede4a24a7da5adc4a37ab5594c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/c43894ede4a24a7da5adc4a37ab5594c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/c43894ede4a24a7da5adc4a37ab5594c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c43894ede4a24a7da5adc4a37ab5594c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/c43894ede4a24a7da5adc4a37ab5594c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/c43894ede4a24a7da5adc4a37ab5594c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/c43894ede4a24a7da5adc4a37ab5594c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/c43894ede4a24a7da5adc4a37ab5594c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/c43894ede4a24a7da5adc4a37ab5594c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/c43894ede4a24a7da5adc4a37ab5594c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/c43894ede4a24a7da5adc4a37ab5594c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-ca7dad75-c7d3-4bd-user", "id": "886084fcc50f4ed08e09de7f3b5d518e"}, "audit_ids": ["k12J7u6qQp-w3h8FESSQxA"], "issued_at": "2018-10-26T10:20:27.000000Z"}} 2018-10-26 10:20:27,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9473a1ddf855401d097eb3aa683bcbaceebdda9" 2018-10-26 10:20:27,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:20:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5b22aa7-a081-4079-9063-054ac0304e23 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:20:27,104 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f5b22aa7-a081-4079-9063-054ac0304e23 2018-10-26 10:20:27,106 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:20:27,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9473a1ddf855401d097eb3aa683bcbaceebdda9" 2018-10-26 10:20:27,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:20:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a26e767a-c7dd-4470-9aa6-8305f706246e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:20:27,178 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a26e767a-c7dd-4470-9aa6-8305f706246e 2018-10-26 10:20:27,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9473a1ddf855401d097eb3aa683bcbaceebdda9" 2018-10-26 10:20:27,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-e54012b2-fb8a-466f-ac07-4641c737b7db Date: Fri, 26 Oct 2018 10:20:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":72,"ipv4_address_scope":null,"shared":false,"project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","subnets":["82bd0a35-8617-4fbb-a2d8-c4d900073b48"],"description":"","tags":[],"updated_at":"2018-10-26T10:19:57Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net","admin_state_up":true,"tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:56Z","provider:network_type":"vxlan"}]} 2018-10-26 10:20:27,972 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net used request id req-e54012b2-fb8a-466f-ac07-4641c737b7db 2018-10-26 10:20:27,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:20:27,981 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:20: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:20:27,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c43894ede4a24a7da5adc4a37ab5594c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9473a1ddf855401d097eb3aa683bcbaceebdda9" 2018-10-26 10:20:28,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:20:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0411182c-1b59-4603-8889-09d69fa432c7 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c43894ede4a24a7da5adc4a37ab5594c"}, "enabled": true, "id": "c43894ede4a24a7da5adc4a37ab5594c", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-ca7dad75-c7d3-4bd-proj"}} 2018-10-26 10:20:28,073 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c43894ede4a24a7da5adc4a37ab5594c used request id req-0411182c-1b59-4603-8889-09d69fa432c7 2018-10-26 10:20:28,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=cc9c6ed8-639a-4ae4-b59a-6a1462666935 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9473a1ddf855401d097eb3aa683bcbaceebdda9" 2018-10-26 10:20:28,291 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-f533b91b-cf02-4988-b202-1d2cd519e960 Date: Fri, 26 Oct 2018 10:20:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:57Z","dns_nameservers":[],"updated_at":"2018-10-26T10:19:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"c43894ede4a24a7da5adc4a37ab5594c","id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-subnet"}]} 2018-10-26 10:20:28,291 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=cc9c6ed8-639a-4ae4-b59a-6a1462666935 used request id req-f533b91b-cf02-4988-b202-1d2cd519e960 2018-10-26 10:20:28,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=cc9c6ed8-639a-4ae4-b59a-6a1462666935&mac_address=fa%3A16%3A3e%3A20%3A01%3A3a&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9473a1ddf855401d097eb3aa683bcbaceebdda9" 2018-10-26 10:20:28,507 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 959 X-Openstack-Request-Id: req-6660cd6e-1d80-46a5-af9d-524ef9b17801 Date: Fri, 26 Oct 2018 10:20:28 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:20:07Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","ip_address":"10.1.2.11"}],"id":"1071dcce-d190-4c7e-95b1-48bc435daf45","security_groups":["0013b14f-6ec9-4491-a117-136931aa4ebf"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:20:01:3a","project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:20:02Z","binding:vnic_type":"normal","device_id":"1f9636ee-3f69-44fb-a858-5570d54f41c0"}]} 2018-10-26 10:20:28,508 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=cc9c6ed8-639a-4ae4-b59a-6a1462666935&mac_address=fa%3A16%3A3e%3A20%3A01%3A3a&admin_state_up=True used request id req-6660cd6e-1d80-46a5-af9d-524ef9b17801 2018-10-26 10:20:28,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c43894ede4a24a7da5adc4a37ab5594c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9473a1ddf855401d097eb3aa683bcbaceebdda9" 2018-10-26 10:20:28,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:20:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a88c7fec-476d-4b0e-ad71-7b7e0c65a27e Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c43894ede4a24a7da5adc4a37ab5594c"}, "enabled": true, "id": "c43894ede4a24a7da5adc4a37ab5594c", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-ca7dad75-c7d3-4bd-proj"}} 2018-10-26 10:20:28,595 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c43894ede4a24a7da5adc4a37ab5594c used request id req-a88c7fec-476d-4b0e-ad71-7b7e0c65a27e 2018-10-26 10:20:28,598 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-inst2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9473a1ddf855401d097eb3aa683bcbaceebdda9" 2018-10-26 10:20:30,107 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-01e7601d-00c0-4720-bfc6-eaf8d1ea4ac9 x-compute-request-id: req-01e7601d-00c0-4720-bfc6-eaf8d1ea4ac9 Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:01:3a", "version": 4, "addr": "10.1.2.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1f9636ee-3f69-44fb-a858-5570d54f41c0", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1f9636ee-3f69-44fb-a858-5570d54f41c0", "rel": "bookmark"}], "image": {"id": "9503ef08-1563-4b9d-a29a-94d006439071", "links": [{"href": "http://172.30.9.21:8774/images/9503ef08-1563-4b9d-a29a-94d006439071", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": "2018-10-26T10:20:06.000000", "flavor": {"id": "93af60fb-0903-42c3-aad4-294162b0e15e", "links": [{"href": "http://172.30.9.21:8774/flavors/93af60fb-0903-42c3-aad4-294162b0e15e", "rel": "bookmark"}]}, "id": "1f9636ee-3f69-44fb-a858-5570d54f41c0", "security_groups": [{"name": "default"}], "user_id": "886084fcc50f4ed08e09de7f3b5d518e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:20:07Z", "hostId": "bf25f3437ac2927d96ab718e1614392e075ccc6d1e23c205c9bd99ba", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-inst2", "created": "2018-10-26T10:20:01Z", "tenant_id": "c43894ede4a24a7da5adc4a37ab5594c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:20:30,107 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-inst2 used request id req-01e7601d-00c0-4720-bfc6-eaf8d1ea4ac9 2018-10-26 10:20:30,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9473a1ddf855401d097eb3aa683bcbaceebdda9" 2018-10-26 10:20:30,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-a4d9b20f-3d2b-4847-b8d7-76e16acabaac Date: Fri, 26 Oct 2018 10:20:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":72,"ipv4_address_scope":null,"shared":false,"project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","subnets":["82bd0a35-8617-4fbb-a2d8-c4d900073b48"],"description":"","tags":[],"updated_at":"2018-10-26T10:19:57Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net","admin_state_up":true,"tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:56Z","provider:network_type":"vxlan"}]} 2018-10-26 10:20:30,208 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net used request id req-a4d9b20f-3d2b-4847-b8d7-76e16acabaac 2018-10-26 10:20:30,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=cc9c6ed8-639a-4ae4-b59a-6a1462666935 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9473a1ddf855401d097eb3aa683bcbaceebdda9" 2018-10-26 10:20:30,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-79932a39-27e6-44ed-82ee-63efb0fcb362 Date: Fri, 26 Oct 2018 10:20:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:57Z","dns_nameservers":[],"updated_at":"2018-10-26T10:19:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"c43894ede4a24a7da5adc4a37ab5594c","id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-subnet"}]} 2018-10-26 10:20:30,795 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=cc9c6ed8-639a-4ae4-b59a-6a1462666935 used request id req-79932a39-27e6-44ed-82ee-63efb0fcb362 2018-10-26 10:20:30,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=cc9c6ed8-639a-4ae4-b59a-6a1462666935 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9473a1ddf855401d097eb3aa683bcbaceebdda9" 2018-10-26 10:20:31,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5807 X-Openstack-Request-Id: req-e32a1b87-ec25-4620-9f83-1afc62b10c89 Date: Fri, 26 Oct 2018 10:20:31 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:20:00Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","ip_address":"10.1.2.3"}],"id":"0af285ff-e578-4f24-b363-c9620b1b9b12","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7d:1b:19","project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:58Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-cc9c6ed8-639a-4ae4-b59a-6a1462666935"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:20:07Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","ip_address":"10.1.2.11"}],"id":"1071dcce-d190-4c7e-95b1-48bc435daf45","security_groups":["0013b14f-6ec9-4491-a117-136931aa4ebf"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:20:01:3a","project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:20:02Z","binding:vnic_type":"normal","device_id":"1f9636ee-3f69-44fb-a858-5570d54f41c0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:20:00Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","ip_address":"10.1.2.2"}],"id":"191eb7f6-6bc4-49ca-a4e2-bbf80ae87e28","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ce:ac:83","project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:58Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-cc9c6ed8-639a-4ae4-b59a-6a1462666935"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:20:16Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","ip_address":"10.1.2.1"}],"id":"34c9954c-4137-42b0-aef6-8fb27da9114a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:17:2a:79","project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:20:00Z","binding:vnic_type":"normal","device_id":"e95546ce-a69c-4aef-b5e1-19a7ceada5de"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:20:09Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","ip_address":"10.1.2.5"}],"id":"b9e226ae-24c4-4170-a1d6-94e02a48d3db","security_groups":["f9ca61de-637e-495f-b3cf-c866e23f8be5"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:99:ac:cd","project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack-port1-g3jywmc6fome","admin_state_up":true,"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:58Z","binding:vnic_type":"normal","device_id":"9a54c86b-bd0f-44d6-b3c4-c775b1565899"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:20:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","ip_address":"10.1.2.4"}],"id":"d5668613-c490-4e14-8216-27aa33077a5c","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:eb:64","project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:59Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-cc9c6ed8-639a-4ae4-b59a-6a1462666935"}]} 2018-10-26 10:20:31,011 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=cc9c6ed8-639a-4ae4-b59a-6a1462666935 used request id req-e32a1b87-ec25-4620-9f83-1afc62b10c89 2018-10-26 10:20:31,012 - create_instance - INFO - Found existing machine with name - CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-inst2 2018-10-26 10:20:31,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9473a1ddf855401d097eb3aa683bcbaceebdda9" 2018-10-26 10:20:31,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-fce65d09-c47c-4082-9627-8625dcfb72b9 Date: Fri, 26 Oct 2018 10:20:31 GMT RESP BODY: {"floatingips": [{"router_id": "e95546ce-a69c-4aef-b5e1-19a7ceada5de", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "c43894ede4a24a7da5adc4a37ab5594c", "created_at": "2018-10-26T10:20:00Z", "updated_at": "2018-10-26T10:20:02Z", "floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "fixed_ip_address": "10.1.2.5", "floating_ip_address": "172.30.9.210", "revision_number": 1, "project_id": "c43894ede4a24a7da5adc4a37ab5594c", "port_id": "b9e226ae-24c4-4170-a1d6-94e02a48d3db", "id": "1cef5ebb-0ebb-4452-a35e-51ad341ab8df"}]} 2018-10-26 10:20:31,199 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips used request id req-fce65d09-c47c-4082-9627-8625dcfb72b9 2018-10-26 10:20:31,202 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9a54c86b-bd0f-44d6-b3c4-c775b1565899 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb2d72071b6da21fcf4f3935256246da638f2563" 2018-10-26 10:20:32,319 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:20:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b81d54bb-2e98-43ef-bf58-f02a68f73a59 x-compute-request-id: req-b81d54bb-2e98-43ef-bf58-f02a68f73a59 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:ac:cd", "version": 4, "addr": "10.1.2.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:ac:cd", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9a54c86b-bd0f-44d6-b3c4-c775b1565899", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9a54c86b-bd0f-44d6-b3c4-c775b1565899", "rel": "bookmark"}], "image": {"id": "9503ef08-1563-4b9d-a29a-94d006439071", "links": [{"href": "http://172.30.9.21:8774/images/9503ef08-1563-4b9d-a29a-94d006439071", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000119", "OS-SRV-USG:launched_at": "2018-10-26T10:20:09.000000", "flavor": {"id": "8e1ee107-4bd1-4824-9e39-661d8e0756b5", "links": [{"href": "http://172.30.9.21:8774/flavors/8e1ee107-4bd1-4824-9e39-661d8e0756b5", "rel": "bookmark"}]}, "id": "9a54c86b-bd0f-44d6-b3c4-c775b1565899", "security_groups": [{"name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-sec_grp"}], "user_id": "886084fcc50f4ed08e09de7f3b5d518e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:20:09Z", "hostId": "b3bc00dbd2a78323e9d448e26a3a80092c79fc3f06b611339c767978", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-inst1", "created": "2018-10-26T10:20:02Z", "tenant_id": "c43894ede4a24a7da5adc4a37ab5594c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:20:32,320 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9a54c86b-bd0f-44d6-b3c4-c775b1565899 used request id req-b81d54bb-2e98-43ef-bf58-f02a68f73a59 2018-10-26 10:20:32,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb2d72071b6da21fcf4f3935256246da638f2563" 2018-10-26 10:20:32,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-972c8a99-81fc-4953-b470-28be058e76db Date: Fri, 26 Oct 2018 10:20:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":72,"ipv4_address_scope":null,"shared":false,"project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","subnets":["82bd0a35-8617-4fbb-a2d8-c4d900073b48"],"description":"","tags":[],"updated_at":"2018-10-26T10:19:57Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net","admin_state_up":true,"tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:56Z","provider:network_type":"vxlan"}]} 2018-10-26 10:20:32,545 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net used request id req-972c8a99-81fc-4953-b470-28be058e76db 2018-10-26 10:20:32,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c43894ede4a24a7da5adc4a37ab5594c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb2d72071b6da21fcf4f3935256246da638f2563" 2018-10-26 10:20:32,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:20:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3117713a-5e87-4c63-af55-da9c6336162a Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c43894ede4a24a7da5adc4a37ab5594c"}, "enabled": true, "id": "c43894ede4a24a7da5adc4a37ab5594c", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-ca7dad75-c7d3-4bd-proj"}} 2018-10-26 10:20:32,634 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c43894ede4a24a7da5adc4a37ab5594c used request id req-3117713a-5e87-4c63-af55-da9c6336162a 2018-10-26 10:20:32,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=cc9c6ed8-639a-4ae4-b59a-6a1462666935 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb2d72071b6da21fcf4f3935256246da638f2563" 2018-10-26 10:20:32,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-e7a050ee-7aad-48d8-8032-c7811b71a2fb Date: Fri, 26 Oct 2018 10:20:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:57Z","dns_nameservers":[],"updated_at":"2018-10-26T10:19:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"c43894ede4a24a7da5adc4a37ab5594c","id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-subnet"}]} 2018-10-26 10:20:32,686 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=cc9c6ed8-639a-4ae4-b59a-6a1462666935 used request id req-e7a050ee-7aad-48d8-8032-c7811b71a2fb 2018-10-26 10:20:32,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=cc9c6ed8-639a-4ae4-b59a-6a1462666935 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb2d72071b6da21fcf4f3935256246da638f2563" 2018-10-26 10:20:32,740 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5807 X-Openstack-Request-Id: req-b760494b-efe8-442a-8b9d-7711be1c5e4b Date: Fri, 26 Oct 2018 10:20:32 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:20:00Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","ip_address":"10.1.2.3"}],"id":"0af285ff-e578-4f24-b363-c9620b1b9b12","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7d:1b:19","project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:58Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-cc9c6ed8-639a-4ae4-b59a-6a1462666935"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:20:07Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","ip_address":"10.1.2.11"}],"id":"1071dcce-d190-4c7e-95b1-48bc435daf45","security_groups":["0013b14f-6ec9-4491-a117-136931aa4ebf"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:20:01:3a","project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:20:02Z","binding:vnic_type":"normal","device_id":"1f9636ee-3f69-44fb-a858-5570d54f41c0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:20:00Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","ip_address":"10.1.2.2"}],"id":"191eb7f6-6bc4-49ca-a4e2-bbf80ae87e28","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ce:ac:83","project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:58Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-cc9c6ed8-639a-4ae4-b59a-6a1462666935"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:20:16Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","ip_address":"10.1.2.1"}],"id":"34c9954c-4137-42b0-aef6-8fb27da9114a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:17:2a:79","project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:20:00Z","binding:vnic_type":"normal","device_id":"e95546ce-a69c-4aef-b5e1-19a7ceada5de"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:20:09Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","ip_address":"10.1.2.5"}],"id":"b9e226ae-24c4-4170-a1d6-94e02a48d3db","security_groups":["f9ca61de-637e-495f-b3cf-c866e23f8be5"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:99:ac:cd","project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack-port1-g3jywmc6fome","admin_state_up":true,"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:58Z","binding:vnic_type":"normal","device_id":"9a54c86b-bd0f-44d6-b3c4-c775b1565899"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:20:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","ip_address":"10.1.2.4"}],"id":"d5668613-c490-4e14-8216-27aa33077a5c","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:eb:64","project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:59Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-cc9c6ed8-639a-4ae4-b59a-6a1462666935"}]} 2018-10-26 10:20:32,740 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=cc9c6ed8-639a-4ae4-b59a-6a1462666935 used request id req-b760494b-efe8-442a-8b9d-7711be1c5e4b 2018-10-26 10:20:32,742 - create_instance - INFO - Checking if VM is active 2018-10-26 10:20:32,745 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9a54c86b-bd0f-44d6-b3c4-c775b1565899 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb2d72071b6da21fcf4f3935256246da638f2563" 2018-10-26 10:20:33,882 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:20:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c2d33fd3-025c-4298-bba8-e262f792c846 x-compute-request-id: req-c2d33fd3-025c-4298-bba8-e262f792c846 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:ac:cd", "version": 4, "addr": "10.1.2.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:ac:cd", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9a54c86b-bd0f-44d6-b3c4-c775b1565899", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9a54c86b-bd0f-44d6-b3c4-c775b1565899", "rel": "bookmark"}], "image": {"id": "9503ef08-1563-4b9d-a29a-94d006439071", "links": [{"href": "http://172.30.9.21:8774/images/9503ef08-1563-4b9d-a29a-94d006439071", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000119", "OS-SRV-USG:launched_at": "2018-10-26T10:20:09.000000", "flavor": {"id": "8e1ee107-4bd1-4824-9e39-661d8e0756b5", "links": [{"href": "http://172.30.9.21:8774/flavors/8e1ee107-4bd1-4824-9e39-661d8e0756b5", "rel": "bookmark"}]}, "id": "9a54c86b-bd0f-44d6-b3c4-c775b1565899", "security_groups": [{"name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-sec_grp"}], "user_id": "886084fcc50f4ed08e09de7f3b5d518e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:20:09Z", "hostId": "b3bc00dbd2a78323e9d448e26a3a80092c79fc3f06b611339c767978", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-inst1", "created": "2018-10-26T10:20:02Z", "tenant_id": "c43894ede4a24a7da5adc4a37ab5594c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:20:33,882 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9a54c86b-bd0f-44d6-b3c4-c775b1565899 used request id req-c2d33fd3-025c-4298-bba8-e262f792c846 2018-10-26 10:20:33,882 - create_instance - DEBUG - Instance status [CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-inst1] is - ACTIVE 2018-10-26 10:20:33,883 - create_instance - INFO - VM is - ACTIVE 2018-10-26 10:20:33,885 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9a54c86b-bd0f-44d6-b3c4-c775b1565899 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb2d72071b6da21fcf4f3935256246da638f2563" 2018-10-26 10:20:34,652 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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,Accept-Encoding x-openstack-request-id: req-5c4baeed-a1ad-4f51-afb5-84cdc31badf9 x-compute-request-id: req-5c4baeed-a1ad-4f51-afb5-84cdc31badf9 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:ac:cd", "version": 4, "addr": "10.1.2.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:ac:cd", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9a54c86b-bd0f-44d6-b3c4-c775b1565899", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9a54c86b-bd0f-44d6-b3c4-c775b1565899", "rel": "bookmark"}], "image": {"id": "9503ef08-1563-4b9d-a29a-94d006439071", "links": [{"href": "http://172.30.9.21:8774/images/9503ef08-1563-4b9d-a29a-94d006439071", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000119", "OS-SRV-USG:launched_at": "2018-10-26T10:20:09.000000", "flavor": {"id": "8e1ee107-4bd1-4824-9e39-661d8e0756b5", "links": [{"href": "http://172.30.9.21:8774/flavors/8e1ee107-4bd1-4824-9e39-661d8e0756b5", "rel": "bookmark"}]}, "id": "9a54c86b-bd0f-44d6-b3c4-c775b1565899", "security_groups": [{"name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-sec_grp"}], "user_id": "886084fcc50f4ed08e09de7f3b5d518e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:20:09Z", "hostId": "b3bc00dbd2a78323e9d448e26a3a80092c79fc3f06b611339c767978", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-inst1", "created": "2018-10-26T10:20:02Z", "tenant_id": "c43894ede4a24a7da5adc4a37ab5594c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:20:34,652 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9a54c86b-bd0f-44d6-b3c4-c775b1565899 used request id req-5c4baeed-a1ad-4f51-afb5-84cdc31badf9 2018-10-26 10:20:34,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb2d72071b6da21fcf4f3935256246da638f2563" 2018-10-26 10:20:34,899 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-3f4c63c3-ff05-43c0-bf3e-5c28c68df939 Date: Fri, 26 Oct 2018 10:20:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":72,"ipv4_address_scope":null,"shared":false,"project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","subnets":["82bd0a35-8617-4fbb-a2d8-c4d900073b48"],"description":"","tags":[],"updated_at":"2018-10-26T10:19:57Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net","admin_state_up":true,"tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:56Z","provider:network_type":"vxlan"}]} 2018-10-26 10:20:34,899 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net used request id req-3f4c63c3-ff05-43c0-bf3e-5c28c68df939 2018-10-26 10:20:34,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c43894ede4a24a7da5adc4a37ab5594c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb2d72071b6da21fcf4f3935256246da638f2563" 2018-10-26 10:20:34,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:20:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3675e4c-d0f2-4d4c-b16d-0e6716a6b9c0 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c43894ede4a24a7da5adc4a37ab5594c"}, "enabled": true, "id": "c43894ede4a24a7da5adc4a37ab5594c", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-ca7dad75-c7d3-4bd-proj"}} 2018-10-26 10:20:34,993 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c43894ede4a24a7da5adc4a37ab5594c used request id req-d3675e4c-d0f2-4d4c-b16d-0e6716a6b9c0 2018-10-26 10:20:34,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=cc9c6ed8-639a-4ae4-b59a-6a1462666935 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb2d72071b6da21fcf4f3935256246da638f2563" 2018-10-26 10:20:35,197 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-d86f9f5d-1fd9-48da-a221-7e37953c00aa Date: Fri, 26 Oct 2018 10:20:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:57Z","dns_nameservers":[],"updated_at":"2018-10-26T10:19:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"c43894ede4a24a7da5adc4a37ab5594c","id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-subnet"}]} 2018-10-26 10:20:35,197 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=cc9c6ed8-639a-4ae4-b59a-6a1462666935 used request id req-d86f9f5d-1fd9-48da-a221-7e37953c00aa 2018-10-26 10:20:35,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=cc9c6ed8-639a-4ae4-b59a-6a1462666935 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb2d72071b6da21fcf4f3935256246da638f2563" 2018-10-26 10:20:35,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5807 X-Openstack-Request-Id: req-7a708940-6bb4-4053-b816-aab81fe4bc49 Date: Fri, 26 Oct 2018 10:20:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:20:00Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","ip_address":"10.1.2.3"}],"id":"0af285ff-e578-4f24-b363-c9620b1b9b12","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7d:1b:19","project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:58Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-cc9c6ed8-639a-4ae4-b59a-6a1462666935"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:20:07Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","ip_address":"10.1.2.11"}],"id":"1071dcce-d190-4c7e-95b1-48bc435daf45","security_groups":["0013b14f-6ec9-4491-a117-136931aa4ebf"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:20:01:3a","project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:20:02Z","binding:vnic_type":"normal","device_id":"1f9636ee-3f69-44fb-a858-5570d54f41c0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:20:00Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","ip_address":"10.1.2.2"}],"id":"191eb7f6-6bc4-49ca-a4e2-bbf80ae87e28","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ce:ac:83","project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:58Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-cc9c6ed8-639a-4ae4-b59a-6a1462666935"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:20:16Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","ip_address":"10.1.2.1"}],"id":"34c9954c-4137-42b0-aef6-8fb27da9114a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:17:2a:79","project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:20:00Z","binding:vnic_type":"normal","device_id":"e95546ce-a69c-4aef-b5e1-19a7ceada5de"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:20:09Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","ip_address":"10.1.2.5"}],"id":"b9e226ae-24c4-4170-a1d6-94e02a48d3db","security_groups":["f9ca61de-637e-495f-b3cf-c866e23f8be5"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:99:ac:cd","project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack-port1-g3jywmc6fome","admin_state_up":true,"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:58Z","binding:vnic_type":"normal","device_id":"9a54c86b-bd0f-44d6-b3c4-c775b1565899"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:20:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","ip_address":"10.1.2.4"}],"id":"d5668613-c490-4e14-8216-27aa33077a5c","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:eb:64","project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:59Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-cc9c6ed8-639a-4ae4-b59a-6a1462666935"}]} 2018-10-26 10:20:35,259 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=cc9c6ed8-639a-4ae4-b59a-6a1462666935 used request id req-7a708940-6bb4-4053-b816-aab81fe4bc49 2018-10-26 10:20:35,261 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-26 10:20:35,264 - paramiko.transport - DEBUG - starting thread (client mode): 0x5fb8fb90L 2018-10-26 10:20:35,264 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-26 10:20:35,264 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-26 10:20:35,265 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-26 10:20:35,265 - 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-26 10:20:35,265 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-26 10:20:35,265 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-26 10:20:35,266 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-26 10:20:35,266 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-26 10:20:35,266 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-26 10:20:35,282 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-26 10:20:35,283 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-26 10:20:35,297 - paramiko.transport - DEBUG - Trying key af618fce12ccd2668f5219ea7d8f1f2f from 9d086612-04c7-4795-a0ce-dcee7772a76a 2018-10-26 10:20:35,320 - paramiko.transport - DEBUG - userauth is OK 2018-10-26 10:20:35,327 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-26 10:20:35,427 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-26 10:20:35,443 - create_instance - INFO - SSH is active for VM instance 2018-10-26 10:20:35,443 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-26 10:20:35,445 - paramiko.transport - DEBUG - starting thread (client mode): 0x5fb8fb90L 2018-10-26 10:20:35,445 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-26 10:20:35,446 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-26 10:20:35,446 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-26 10:20:35,447 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-26 10:20:35,447 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-26 10:20:35,447 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-26 10:20:35,447 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-26 10:20:35,447 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-26 10:20:35,447 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-26 10:20:35,464 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-26 10:20:35,464 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-26 10:20:35,478 - paramiko.transport - DEBUG - Trying key af618fce12ccd2668f5219ea7d8f1f2f from 9d086612-04c7-4795-a0ce-dcee7772a76a 2018-10-26 10:20:35,504 - paramiko.transport - DEBUG - userauth is OK 2018-10-26 10:20:35,511 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-26 10:20:35,542 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-26 10:20:35,543 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-10-26 10:20:35,543 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-26 10:20:35,545 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-26 10:20:35,546 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-26 10:20:35,550 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1f9636ee-3f69-44fb-a858-5570d54f41c0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9473a1ddf855401d097eb3aa683bcbaceebdda9" 2018-10-26 10:20:36,703 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:20: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-8dc15779-5588-4419-b3f3-6fb76612fe41 x-compute-request-id: req-8dc15779-5588-4419-b3f3-6fb76612fe41 Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:01:3a", "version": 4, "addr": "10.1.2.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1f9636ee-3f69-44fb-a858-5570d54f41c0", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1f9636ee-3f69-44fb-a858-5570d54f41c0", "rel": "bookmark"}], "image": {"id": "9503ef08-1563-4b9d-a29a-94d006439071", "links": [{"href": "http://172.30.9.21:8774/images/9503ef08-1563-4b9d-a29a-94d006439071", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": "2018-10-26T10:20:06.000000", "flavor": {"id": "93af60fb-0903-42c3-aad4-294162b0e15e", "links": [{"href": "http://172.30.9.21:8774/flavors/93af60fb-0903-42c3-aad4-294162b0e15e", "rel": "bookmark"}]}, "id": "1f9636ee-3f69-44fb-a858-5570d54f41c0", "security_groups": [{"name": "default"}], "user_id": "886084fcc50f4ed08e09de7f3b5d518e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:20:07Z", "hostId": "bf25f3437ac2927d96ab718e1614392e075ccc6d1e23c205c9bd99ba", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-inst2", "created": "2018-10-26T10:20:01Z", "tenant_id": "c43894ede4a24a7da5adc4a37ab5594c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:20:36,703 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1f9636ee-3f69-44fb-a858-5570d54f41c0 used request id req-8dc15779-5588-4419-b3f3-6fb76612fe41 2018-10-26 10:20:36,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9473a1ddf855401d097eb3aa683bcbaceebdda9" 2018-10-26 10:20:36,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-5247dda8-b4e1-4bf0-8e66-53eb43fbd298 Date: Fri, 26 Oct 2018 10:20:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":72,"ipv4_address_scope":null,"shared":false,"project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","subnets":["82bd0a35-8617-4fbb-a2d8-c4d900073b48"],"description":"","tags":[],"updated_at":"2018-10-26T10:19:57Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net","admin_state_up":true,"tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:56Z","provider:network_type":"vxlan"}]} 2018-10-26 10:20:36,804 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net used request id req-5247dda8-b4e1-4bf0-8e66-53eb43fbd298 2018-10-26 10:20:36,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c43894ede4a24a7da5adc4a37ab5594c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9473a1ddf855401d097eb3aa683bcbaceebdda9" 2018-10-26 10:20:36,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:20:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9b130c0-3fc4-4584-bae9-8cace6a6144e Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c43894ede4a24a7da5adc4a37ab5594c"}, "enabled": true, "id": "c43894ede4a24a7da5adc4a37ab5594c", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-ca7dad75-c7d3-4bd-proj"}} 2018-10-26 10:20:36,889 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c43894ede4a24a7da5adc4a37ab5594c used request id req-b9b130c0-3fc4-4584-bae9-8cace6a6144e 2018-10-26 10:20:36,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=cc9c6ed8-639a-4ae4-b59a-6a1462666935 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9473a1ddf855401d097eb3aa683bcbaceebdda9" 2018-10-26 10:20:36,946 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-b1330249-cd55-461d-88d5-1319ab02808d Date: Fri, 26 Oct 2018 10:20:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:57Z","dns_nameservers":[],"updated_at":"2018-10-26T10:19:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.1.2.2","end":"10.1.2.254"}],"gateway_ip":"10.1.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.1.2.0/24","project_id":"c43894ede4a24a7da5adc4a37ab5594c","id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","subnetpool_id":null,"name":"CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-subnet"}]} 2018-10-26 10:20:36,946 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=cc9c6ed8-639a-4ae4-b59a-6a1462666935 used request id req-b1330249-cd55-461d-88d5-1319ab02808d 2018-10-26 10:20:36,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=cc9c6ed8-639a-4ae4-b59a-6a1462666935 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9473a1ddf855401d097eb3aa683bcbaceebdda9" 2018-10-26 10:20:36,999 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5807 X-Openstack-Request-Id: req-7033fc65-3fed-4672-ae74-7500e6f47df7 Date: Fri, 26 Oct 2018 10:20:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:20:00Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","ip_address":"10.1.2.3"}],"id":"0af285ff-e578-4f24-b363-c9620b1b9b12","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7d:1b:19","project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:58Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-cc9c6ed8-639a-4ae4-b59a-6a1462666935"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:20:07Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","ip_address":"10.1.2.11"}],"id":"1071dcce-d190-4c7e-95b1-48bc435daf45","security_groups":["0013b14f-6ec9-4491-a117-136931aa4ebf"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:20:01:3a","project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:20:02Z","binding:vnic_type":"normal","device_id":"1f9636ee-3f69-44fb-a858-5570d54f41c0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:20:00Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","ip_address":"10.1.2.2"}],"id":"191eb7f6-6bc4-49ca-a4e2-bbf80ae87e28","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ce:ac:83","project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:58Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-cc9c6ed8-639a-4ae4-b59a-6a1462666935"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:20:16Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","ip_address":"10.1.2.1"}],"id":"34c9954c-4137-42b0-aef6-8fb27da9114a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:17:2a:79","project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:20:00Z","binding:vnic_type":"normal","device_id":"e95546ce-a69c-4aef-b5e1-19a7ceada5de"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:20:09Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","ip_address":"10.1.2.5"}],"id":"b9e226ae-24c4-4170-a1d6-94e02a48d3db","security_groups":["f9ca61de-637e-495f-b3cf-c866e23f8be5"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:99:ac:cd","project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack-port1-g3jywmc6fome","admin_state_up":true,"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:58Z","binding:vnic_type":"normal","device_id":"9a54c86b-bd0f-44d6-b3c4-c775b1565899"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:20:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"82bd0a35-8617-4fbb-a2d8-c4d900073b48","ip_address":"10.1.2.4"}],"id":"d5668613-c490-4e14-8216-27aa33077a5c","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:eb:64","project_id":"c43894ede4a24a7da5adc4a37ab5594c","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cc9c6ed8-639a-4ae4-b59a-6a1462666935","tenant_id":"c43894ede4a24a7da5adc4a37ab5594c","created_at":"2018-10-26T10:19:59Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-cc9c6ed8-639a-4ae4-b59a-6a1462666935"}]} 2018-10-26 10:20:37,000 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=cc9c6ed8-639a-4ae4-b59a-6a1462666935 used request id req-7033fc65-3fed-4672-ae74-7500e6f47df7 2018-10-26 10:20:37,001 - create_stack - INFO - Deleting stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack 2018-10-26 10:20:37,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/eda172ce-a00c-4237-ba38-8b9cd830e26c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:20:37,184 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:20:37 GMT Server: Apache x-openstack-request-id: req-d75d0ca2-87b3-49df-a6eb-22feb1bd1e25 Location: http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:20:37,409 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:20:37 GMT Server: Apache x-openstack-request-id: req-f57b1af3-c7a5-4794-ae08-058926163a86 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:20:37,409 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c used request id req-f57b1af3-c7a5-4794-ae08-058926163a86 2018-10-26 10:20:37,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/eda172ce-a00c-4237-ba38-8b9cd830e26c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:20:37,595 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:20:37 GMT Server: Apache x-openstack-request-id: req-c2e6bc27-4bac-4c04-81f2-0690e429d735 Location: http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:20:37,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:20:37 GMT Server: Apache x-openstack-request-id: req-b1d2b1cc-d4f1-4158-9c31-13b746028b11 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-c4345343-3113-4eb4-abf9-e7f57872b432-flavor2", "OS::project_id": "c43894ede4a24a7da5adc4a37ab5594c", "OS::stack_id": "eda172ce-a00c-4237-ba38-8b9cd830e26c", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-kp", "security_group_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-sec_grp", "subnet_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-subnet", "net_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-inst2", "inst1_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-inst1", "image2_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-image", "flavor1_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-flavor1", "image1_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack", "stack_user_project_id": "2ff6e76d9b9b4876830469ba47138d04", "tags": null, "creation_time": "2018-10-26T10:19:51Z", "links": [{"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:20:37Z", "id": "eda172ce-a00c-4237-ba38-8b9cd830e26c", "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-26 10:20:37,638 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c used request id req-b1d2b1cc-d4f1-4158-9c31-13b746028b11 2018-10-26 10:20:37,639 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-26 10:20:37,639 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:20:40,642 - create_stack - DEBUG - Stack status query timeout in 1196.76682091 2018-10-26 10:20:40,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/eda172ce-a00c-4237-ba38-8b9cd830e26c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:20:40,850 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:20:40 GMT Server: Apache x-openstack-request-id: req-2bcdab01-cd16-4eac-9266-66079df913c9 Location: http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:20:40,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:20:40 GMT Server: Apache x-openstack-request-id: req-ec4676ff-c7a7-4b20-ab9c-06150737a961 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-c4345343-3113-4eb4-abf9-e7f57872b432-flavor2", "OS::project_id": "c43894ede4a24a7da5adc4a37ab5594c", "OS::stack_id": "eda172ce-a00c-4237-ba38-8b9cd830e26c", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-kp", "security_group_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-sec_grp", "subnet_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-subnet", "net_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-inst2", "inst1_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-inst1", "image2_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-image", "flavor1_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-flavor1", "image1_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack", "stack_user_project_id": "2ff6e76d9b9b4876830469ba47138d04", "tags": null, "creation_time": "2018-10-26T10:19:51Z", "links": [{"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:20:37Z", "id": "eda172ce-a00c-4237-ba38-8b9cd830e26c", "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-26 10:20:40,895 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c used request id req-ec4676ff-c7a7-4b20-ab9c-06150737a961 2018-10-26 10:20:40,895 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-26 10:20:40,896 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:20:43,899 - create_stack - DEBUG - Stack status query timeout in 1193.51035309 2018-10-26 10:20:43,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/eda172ce-a00c-4237-ba38-8b9cd830e26c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:20:43,930 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:20:43 GMT Server: Apache x-openstack-request-id: req-8f08b1d5-3f2c-4f11-ad5e-9b88a311d175 Location: http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:20:43,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:20:43 GMT Server: Apache x-openstack-request-id: req-a9a31f92-6f40-42f2-a5fc-a11391c95b3b 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-c4345343-3113-4eb4-abf9-e7f57872b432-flavor2", "OS::project_id": "c43894ede4a24a7da5adc4a37ab5594c", "OS::stack_id": "eda172ce-a00c-4237-ba38-8b9cd830e26c", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-kp", "security_group_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-sec_grp", "subnet_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-subnet", "net_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-inst2", "inst1_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-inst1", "image2_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-image", "flavor1_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-flavor1", "image1_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack", "stack_user_project_id": "2ff6e76d9b9b4876830469ba47138d04", "tags": null, "creation_time": "2018-10-26T10:19:51Z", "links": [{"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:20:37Z", "id": "eda172ce-a00c-4237-ba38-8b9cd830e26c", "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-26 10:20:43,973 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c used request id req-a9a31f92-6f40-42f2-a5fc-a11391c95b3b 2018-10-26 10:20:43,973 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-26 10:20:43,973 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:20:46,976 - create_stack - DEBUG - Stack status query timeout in 1190.43270397 2018-10-26 10:20:46,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/eda172ce-a00c-4237-ba38-8b9cd830e26c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:20:47,007 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:20:46 GMT Server: Apache x-openstack-request-id: req-d67e9663-08ac-4a6d-b21f-48dbf3a407d6 Location: http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:20:47,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:20:47 GMT Server: Apache x-openstack-request-id: req-5cd30086-c116-4f1d-ade5-e99233fd1e6c 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": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-flavor2", "OS::project_id": "c43894ede4a24a7da5adc4a37ab5594c", "OS::stack_id": "eda172ce-a00c-4237-ba38-8b9cd830e26c", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-kp", "security_group_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-sec_grp", "subnet_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-subnet", "net_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-inst2", "inst1_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-inst1", "image2_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-image", "flavor1_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-flavor1", "image1_name": "CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack", "stack_user_project_id": "2ff6e76d9b9b4876830469ba47138d04", "tags": null, "creation_time": "2018-10-26T10:19:51Z", "links": [{"href": "http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-10-26T10:20:37Z", "id": "eda172ce-a00c-4237-ba38-8b9cd830e26c", "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-26 10:20:47,035 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c used request id req-5cd30086-c116-4f1d-ade5-e99233fd1e6c 2018-10-26 10:20:47,035 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-10-26 10:20:47,036 - create_stack - DEBUG - Stack is active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack 2018-10-26 10:20:47,036 - create_stack - INFO - Attempting to delete again stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack 2018-10-26 10:20:47,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/eda172ce-a00c-4237-ba38-8b9cd830e26c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0945d7bae37205968c6608428b72d64205de8a9a" 2018-10-26 10:20:47,208 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:20:47 GMT Server: Apache x-openstack-request-id: req-ddd30710-c103-4610-ac6b-90b112ea1a8c Location: http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:20:47,234 - keystoneauth.session - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 10:20:47 GMT Server: Apache x-openstack-request-id: req-fa69d4ad-bc7b-4c5a-af5a-c10a585a8446 Content-Length: 285 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-10-26 10:20:47,234 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/c43894ede4a24a7da5adc4a37ab5594c/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-stack/eda172ce-a00c-4237-ba38-8b9cd830e26c used request id req-fa69d4ad-bc7b-4c5a-af5a-c10a585a8446 2018-10-26 10:20:47,236 - glance_utils - INFO - Deleting image named - CreateStackFloatingIpTests-c4345343-3113-4eb4-abf9-e7f57872b432-image 2018-10-26 10:20:47,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/9503ef08-1563-4b9d-a29a-94d006439071 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5b5e914feeb9752a63f0c42fc5d6be3859acaf74" 2018-10-26 10:20:48,704 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d615a852-5989-40ee-921e-67b53d23b912 Date: Fri, 26 Oct 2018 10:20: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-26 10:20:48,704 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/9503ef08-1563-4b9d-a29a-94d006439071 used request id req-d615a852-5989-40ee-921e-67b53d23b912 2018-10-26 10:20:48,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0b247b8e6ba788f48e0382f1d5c558648a4e1de" 2018-10-26 10:20:48,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-5533f5e1-754d-4920-b91d-ef3a7691239b Date: Fri, 26 Oct 2018 10:20:48 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c43894ede4a24a7da5adc4a37ab5594c", "created_at": "2018-10-26T10:19:54Z", "updated_at": "2018-10-26T10:19:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:19:54Z", "revision_number": 0, "id": "313b2433-e764-4d64-b189-f30be41164ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:19:54Z", "security_group_id": "0013b14f-6ec9-4491-a117-136931aa4ebf", "tenant_id": "c43894ede4a24a7da5adc4a37ab5594c", "port_range_min": null, "ethertype": "IPv6", "project_id": "c43894ede4a24a7da5adc4a37ab5594c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:19:54Z", "revision_number": 0, "id": "6af9aca4-88ac-4f40-8ba6-14591526750a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:19:54Z", "security_group_id": "0013b14f-6ec9-4491-a117-136931aa4ebf", "tenant_id": "c43894ede4a24a7da5adc4a37ab5594c", "port_range_min": null, "ethertype": "IPv4", "project_id": "c43894ede4a24a7da5adc4a37ab5594c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:19:54Z", "revision_number": 0, "id": "ae61b270-4186-47bc-8992-87b2fe811ba5", "remote_group_id": "0013b14f-6ec9-4491-a117-136931aa4ebf", "remote_ip_prefix": null, "created_at": "2018-10-26T10:19:54Z", "security_group_id": "0013b14f-6ec9-4491-a117-136931aa4ebf", "tenant_id": "c43894ede4a24a7da5adc4a37ab5594c", "port_range_min": null, "ethertype": "IPv4", "project_id": "c43894ede4a24a7da5adc4a37ab5594c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:19:54Z", "revision_number": 0, "id": "fefad7ba-ae24-43bf-83bf-85748f5dd099", "remote_group_id": "0013b14f-6ec9-4491-a117-136931aa4ebf", "remote_ip_prefix": null, "created_at": "2018-10-26T10:19:54Z", "security_group_id": "0013b14f-6ec9-4491-a117-136931aa4ebf", "tenant_id": "c43894ede4a24a7da5adc4a37ab5594c", "port_range_min": null, "ethertype": "IPv6", "project_id": "c43894ede4a24a7da5adc4a37ab5594c"}], "revision_number": 4, "project_id": "c43894ede4a24a7da5adc4a37ab5594c", "id": "0013b14f-6ec9-4491-a117-136931aa4ebf", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 10:20:48,936 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-5533f5e1-754d-4920-b91d-ef3a7691239b 2018-10-26 10:20:48,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c43894ede4a24a7da5adc4a37ab5594c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0b247b8e6ba788f48e0382f1d5c558648a4e1de" 2018-10-26 10:20:49,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:20:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67b3161e-4b64-4d88-af15-908402dd48ab Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c43894ede4a24a7da5adc4a37ab5594c"}, "enabled": true, "id": "c43894ede4a24a7da5adc4a37ab5594c", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-ca7dad75-c7d3-4bd-proj"}} 2018-10-26 10:20:49,038 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c43894ede4a24a7da5adc4a37ab5594c used request id req-67b3161e-4b64-4d88-af15-908402dd48ab 2018-10-26 10:20:49,038 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0013b14f-6ec9-4491-a117-136931aa4ebf 2018-10-26 10:20:49,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=0013b14f-6ec9-4491-a117-136931aa4ebf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0b247b8e6ba788f48e0382f1d5c558648a4e1de" 2018-10-26 10:20:49,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-7f41e0d2-b045-4889-a3a2-1ca8f7150987 Date: Fri, 26 Oct 2018 10:20: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-26T10:19:54Z", "security_group_id": "0013b14f-6ec9-4491-a117-136931aa4ebf", "port_range_min": null, "revision_number": 0, "tenant_id": "c43894ede4a24a7da5adc4a37ab5594c", "created_at": "2018-10-26T10:19:54Z", "project_id": "c43894ede4a24a7da5adc4a37ab5594c", "id": "313b2433-e764-4d64-b189-f30be41164ec"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:19:54Z", "security_group_id": "0013b14f-6ec9-4491-a117-136931aa4ebf", "port_range_min": null, "revision_number": 0, "tenant_id": "c43894ede4a24a7da5adc4a37ab5594c", "created_at": "2018-10-26T10:19:54Z", "project_id": "c43894ede4a24a7da5adc4a37ab5594c", "id": "6af9aca4-88ac-4f40-8ba6-14591526750a"}, {"remote_group_id": "0013b14f-6ec9-4491-a117-136931aa4ebf", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:19:54Z", "security_group_id": "0013b14f-6ec9-4491-a117-136931aa4ebf", "port_range_min": null, "revision_number": 0, "tenant_id": "c43894ede4a24a7da5adc4a37ab5594c", "created_at": "2018-10-26T10:19:54Z", "project_id": "c43894ede4a24a7da5adc4a37ab5594c", "id": "ae61b270-4186-47bc-8992-87b2fe811ba5"}, {"remote_group_id": "0013b14f-6ec9-4491-a117-136931aa4ebf", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:19:54Z", "security_group_id": "0013b14f-6ec9-4491-a117-136931aa4ebf", "port_range_min": null, "revision_number": 0, "tenant_id": "c43894ede4a24a7da5adc4a37ab5594c", "created_at": "2018-10-26T10:19:54Z", "project_id": "c43894ede4a24a7da5adc4a37ab5594c", "id": "fefad7ba-ae24-43bf-83bf-85748f5dd099"}]} 2018-10-26 10:20:49,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=0013b14f-6ec9-4491-a117-136931aa4ebf used request id req-7f41e0d2-b045-4889-a3a2-1ca8f7150987 2018-10-26 10:20:49,220 - neutron_utils - INFO - Deleting security group with name - default 2018-10-26 10:20:49,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/0013b14f-6ec9-4491-a117-136931aa4ebf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0b247b8e6ba788f48e0382f1d5c558648a4e1de" 2018-10-26 10:20:50,057 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-202b4c9b-ef53-4fac-9054-7a31fe1b39fe Content-Length: 0 Date: Fri, 26 Oct 2018 10:20:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:20:50,057 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/0013b14f-6ec9-4491-a117-136931aa4ebf used request id req-202b4c9b-ef53-4fac-9054-7a31fe1b39fe 2018-10-26 10:20:50,058 - keystone_utils - INFO - Deleting project with name - CreateStackFloatingIpTests-ca7dad75-c7d3-4bd-proj 2018-10-26 10:20:50,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/c43894ede4a24a7da5adc4a37ab5594c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0b247b8e6ba788f48e0382f1d5c558648a4e1de" 2018-10-26 10:20:50,341 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:20:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-260e5cc6-940f-4f13-92f5-7c508c22da5d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:20:50,341 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/c43894ede4a24a7da5adc4a37ab5594c used request id req-260e5cc6-940f-4f13-92f5-7c508c22da5d 2018-10-26 10:20:50,342 - keystone_utils - INFO - Deleting role with name - CreateStackFloatingIpTests-ca7dad75-c7d3-4bd-proj-role 2018-10-26 10:20:50,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/032a0f7f527845079669580ebdb9de2c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0b247b8e6ba788f48e0382f1d5c558648a4e1de" 2018-10-26 10:20:50,458 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:20:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-81ad5d58-82ec-450c-8527-841338eb16ca Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:20:50,458 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/032a0f7f527845079669580ebdb9de2c used request id req-81ad5d58-82ec-450c-8527-841338eb16ca 2018-10-26 10:20:50,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0b247b8e6ba788f48e0382f1d5c558648a4e1de" 2018-10-26 10:20:50,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:20:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbeaa93a-56c5-4c1d-a2f9-f7dbba382eed Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:20:50,557 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-bbeaa93a-56c5-4c1d-a2f9-f7dbba382eed 2018-10-26 10:20:50,557 - keystone_utils - INFO - Deleting user with name - CreateStackFloatingIpTests-ca7dad75-c7d3-4bd-user 2018-10-26 10:20:50,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/886084fcc50f4ed08e09de7f3b5d518e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8fce6630a308aebf863422849badf1f82f63500" 2018-10-26 10:20:50,755 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:20:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-361f137d-aaab-4c8a-be56-51302dbb127c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:20:50,756 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/886084fcc50f4ed08e09de7f3b5d518e used request id req-361f137d-aaab-4c8a-be56-51302dbb127c 2018-10-26 10:20:50,757 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:20:51,128 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:20:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["eZ7CcWpJRgevBNeKp1vW7Q"], "issued_at": "2018-10-26T10:20:51.000000Z"}} 2018-10-26 10:20:51,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}505342ade9a281f37d02a308e7dfdfab2f2cdb76" 2018-10-26 10:20:51,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:20:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-defed1f9-bcd7-497d-a342-3b2b1e7675c5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:20:51,226 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-defed1f9-bcd7-497d-a342-3b2b1e7675c5 2018-10-26 10:20:51,228 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:20:51,229 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:20:51,619 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:20:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["vkoP73l3S4yD3i57NEo4KQ"], "issued_at": "2018-10-26T10:20:51.000000Z"}} 2018-10-26 10:20:51,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84400ec76b1d62c862e1dd4421674da1dd3671f2" 2018-10-26 10:20:51,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:20:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afcb503f-9115-48ab-ad26-47959ea37df7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:20:51,703 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-afcb503f-9115-48ab-ad26-47959ea37df7 2018-10-26 10:20:51,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:20:51,712 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:20: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:20:51,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-8109c462-2658-4e1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84400ec76b1d62c862e1dd4421674da1dd3671f2" 2018-10-26 10:20:51,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:20:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-115a63e8-ce13-43b7-9c30-f9d10f28b129 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-8109c462-2658-4e1-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 10:20:51,800 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-8109c462-2658-4e1-proj used request id req-115a63e8-ce13-43b7-9c30-f9d10f28b129 2018-10-26 10:20:51,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84400ec76b1d62c862e1dd4421674da1dd3671f2" 2018-10-26 10:20:51,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:20:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e17f5cec-b188-4fbd-adb8-78b5c5e28041 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 10:20:51,885 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-e17f5cec-b188-4fbd-adb8-78b5c5e28041 2018-10-26 10:20:51,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84400ec76b1d62c862e1dd4421674da1dd3671f2" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackFloatingIpTests-8109c462-2658-4e1-proj"}}' 2018-10-26 10:20:51,996 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:20:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7687fe72-fc61-4ee4-bc54-0df5f705c738 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/deecd63e05d44cbb92397bad17f49777"}, "enabled": true, "id": "deecd63e05d44cbb92397bad17f49777", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-8109c462-2658-4e1-proj"}} 2018-10-26 10:20:51,996 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-7687fe72-fc61-4ee4-bc54-0df5f705c738 2018-10-26 10:20:51,996 - keystone_utils - INFO - Created project with name - CreateStackFloatingIpTests-8109c462-2658-4e1-proj 2018-10-26 10:20:51,996 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:20:51,997 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:20:52,377 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:20:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["10Gs6mZoQDWXgaM1O4Q-IA"], "issued_at": "2018-10-26T10:20:52.000000Z"}} 2018-10-26 10:20:52,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e7256fdd887d58fcda83615b84714ae116103ab" 2018-10-26 10:20:52,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:20:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee4b192f-1cdf-4f9e-982d-dd2e5055d744 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:20:52,391 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ee4b192f-1cdf-4f9e-982d-dd2e5055d744 2018-10-26 10:20:52,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:20:52,401 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:20: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:20:52,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e7256fdd887d58fcda83615b84714ae116103ab" 2018-10-26 10:20:52,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:20:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48d75246-17dc-4c6e-aed7-bdb98b9ba804 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 10:20:52,505 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-48d75246-17dc-4c6e-aed7-bdb98b9ba804 2018-10-26 10:20:52,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackFloatingIpTests-8109c462-2658-4e1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e7256fdd887d58fcda83615b84714ae116103ab" 2018-10-26 10:20:52,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:20:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbf2dd36-e17c-432c-8265-231dcc5d95df Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackFloatingIpTests-8109c462-2658-4e1-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/deecd63e05d44cbb92397bad17f49777"}, "enabled": true, "id": "deecd63e05d44cbb92397bad17f49777", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-8109c462-2658-4e1-proj"}]} 2018-10-26 10:20:52,593 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackFloatingIpTests-8109c462-2658-4e1-proj used request id req-dbf2dd36-e17c-432c-8265-231dcc5d95df 2018-10-26 10:20:52,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e7256fdd887d58fcda83615b84714ae116103ab" 2018-10-26 10:20:52,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:20:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17d6d64e-751b-4c99-b301-298f7164749d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 10:20:52,687 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-17d6d64e-751b-4c99-b301-298f7164749d 2018-10-26 10:20:53,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e7256fdd887d58fcda83615b84714ae116103ab" 2018-10-26 10:20:53,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:20:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07103a55-a58e-4a8d-b78d-d423ca27198a Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:20:53,166 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-07103a55-a58e-4a8d-b78d-d423ca27198a 2018-10-26 10:20:53,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackFloatingIpTests-8109c462-2658-4e1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e7256fdd887d58fcda83615b84714ae116103ab" 2018-10-26 10:20:53,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:20:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93aa420d-a5c4-4cee-8c9b-2816cebe693d Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackFloatingIpTests-8109c462-2658-4e1-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/deecd63e05d44cbb92397bad17f49777"}, "enabled": true, "id": "deecd63e05d44cbb92397bad17f49777", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-8109c462-2658-4e1-proj"}]} 2018-10-26 10:20:53,257 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackFloatingIpTests-8109c462-2658-4e1-proj used request id req-93aa420d-a5c4-4cee-8c9b-2816cebe693d 2018-10-26 10:20:53,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users/04a9c82250f2415688edd460a40b8377 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e7256fdd887d58fcda83615b84714ae116103ab" 2018-10-26 10:20:53,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:20:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b6b172e-5ec5-443e-bbf2-e287d08e832b Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackFloatingIpTests-8109c462-2658-4e1-user", "links": {"self": "http://172.30.9.21:5000/v3/users/04a9c82250f2415688edd460a40b8377"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "deecd63e05d44cbb92397bad17f49777", "id": "04a9c82250f2415688edd460a40b8377", "password_expires_at": null}} 2018-10-26 10:20:53,295 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/04a9c82250f2415688edd460a40b8377 used request id req-0b6b172e-5ec5-443e-bbf2-e287d08e832b 2018-10-26 10:20:53,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/deecd63e05d44cbb92397bad17f49777/users/04a9c82250f2415688edd460a40b8377/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e7256fdd887d58fcda83615b84714ae116103ab" 2018-10-26 10:20:53,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:20:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-701d2cd9-b609-42ba-9549-830b9782c5d3 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/deecd63e05d44cbb92397bad17f49777/users/04a9c82250f2415688edd460a40b8377/roles", "previous": null, "next": null}, "roles": []} 2018-10-26 10:20:53,396 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/deecd63e05d44cbb92397bad17f49777/users/04a9c82250f2415688edd460a40b8377/roles used request id req-701d2cd9-b609-42ba-9549-830b9782c5d3 2018-10-26 10:20:53,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e7256fdd887d58fcda83615b84714ae116103ab" 2018-10-26 10:20:53,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:20:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ad5346d-8530-4c70-855c-610e113974b2 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "domain_id": null, "name": "admin", "id": "886257d877da42cd903fe01393f42ae9"}} 2018-10-26 10:20:53,487 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9 used request id req-5ad5346d-8530-4c70-855c-610e113974b2 2018-10-26 10:20:53,487 - keystone_utils - INFO - Granting role admin to project CreateStackFloatingIpTests-8109c462-2658-4e1-proj 2018-10-26 10:20:53,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/deecd63e05d44cbb92397bad17f49777/users/04a9c82250f2415688edd460a40b8377/roles/886257d877da42cd903fe01393f42ae9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e7256fdd887d58fcda83615b84714ae116103ab" 2018-10-26 10:20:53,623 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:20:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ac158203-c299-4685-a38a-b659bca95102 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:20:53,623 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/deecd63e05d44cbb92397bad17f49777/users/04a9c82250f2415688edd460a40b8377/roles/886257d877da42cd903fe01393f42ae9 used request id req-ac158203-c299-4685-a38a-b659bca95102 2018-10-26 10:20:53,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e7256fdd887d58fcda83615b84714ae116103ab" 2018-10-26 10:20:53,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:20:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34870888-a284-4744-a78f-4f9659c196a5 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:20:53,710 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-34870888-a284-4744-a78f-4f9659c196a5 2018-10-26 10:20:53,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackFloatingIpTests-8109c462-2658-4e1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e7256fdd887d58fcda83615b84714ae116103ab" 2018-10-26 10:20:53,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:20:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-198fc60f-ce84-45be-8d9f-6478deb851a5 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackFloatingIpTests-8109c462-2658-4e1-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/deecd63e05d44cbb92397bad17f49777"}, "enabled": true, "id": "deecd63e05d44cbb92397bad17f49777", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-8109c462-2658-4e1-proj"}]} 2018-10-26 10:20:53,806 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackFloatingIpTests-8109c462-2658-4e1-proj used request id req-198fc60f-ce84-45be-8d9f-6478deb851a5 2018-10-26 10:20:53,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/deecd63e05d44cbb92397bad17f49777/users/04a9c82250f2415688edd460a40b8377/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e7256fdd887d58fcda83615b84714ae116103ab" 2018-10-26 10:20:53,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:20:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31cd5e58-5c54-4d0a-8f1d-35f0eb8a39ac Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/deecd63e05d44cbb92397bad17f49777/users/04a9c82250f2415688edd460a40b8377/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}]} 2018-10-26 10:20:53,913 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/deecd63e05d44cbb92397bad17f49777/users/04a9c82250f2415688edd460a40b8377/roles used request id req-31cd5e58-5c54-4d0a-8f1d-35f0eb8a39ac 2018-10-26 10:20:53,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e7256fdd887d58fcda83615b84714ae116103ab" 2018-10-26 10:20:53,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:20:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69a653e1-fd18-4115-9a88-fce615e420cf Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "domain_id": null, "name": "heat_stack_owner", "id": "4f75e021dfe74c9ab7a3aee778a72c84"}} 2018-10-26 10:20:53,999 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84 used request id req-69a653e1-fd18-4115-9a88-fce615e420cf 2018-10-26 10:20:53,999 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFloatingIpTests-8109c462-2658-4e1-proj 2018-10-26 10:20:54,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/deecd63e05d44cbb92397bad17f49777/users/04a9c82250f2415688edd460a40b8377/roles/4f75e021dfe74c9ab7a3aee778a72c84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e7256fdd887d58fcda83615b84714ae116103ab" 2018-10-26 10:20:54,132 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:20:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-519750fa-ec55-4d76-bf1b-81bc1615b448 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:20:54,132 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/deecd63e05d44cbb92397bad17f49777/users/04a9c82250f2415688edd460a40b8377/roles/4f75e021dfe74c9ab7a3aee778a72c84 used request id req-519750fa-ec55-4d76-bf1b-81bc1615b448 2018-10-26 10:20:54,132 - keystone_utils - INFO - Created user with name - CreateStackFloatingIpTests-8109c462-2658-4e1-user 2018-10-26 10:20:54,132 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:20:54,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84400ec76b1d62c862e1dd4421674da1dd3671f2" 2018-10-26 10:20:54,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:20:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-737474a4-3e55-4ba5-9314-ba8fdd6a935a Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:20:54,223 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-737474a4-3e55-4ba5-9314-ba8fdd6a935a 2018-10-26 10:20:54,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84400ec76b1d62c862e1dd4421674da1dd3671f2" -d '{"role": {"name": "CreateStackFloatingIpTests-8109c462-2658-4e1-proj-role"}}' 2018-10-26 10:20:54,325 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:20:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1dafbd8d-e32e-4d8f-a1ef-e75b8221fd93 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "51e382bf23b2477b8c968653fe49d144", "links": {"self": "http://172.30.9.21:5000/v3/roles/51e382bf23b2477b8c968653fe49d144"}, "name": "CreateStackFloatingIpTests-8109c462-2658-4e1-proj-role"}} 2018-10-26 10:20:54,326 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-1dafbd8d-e32e-4d8f-a1ef-e75b8221fd93 2018-10-26 10:20:54,326 - keystone_utils - INFO - Created role with name - CreateStackFloatingIpTests-8109c462-2658-4e1-proj-role 2018-10-26 10:20:54,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/51e382bf23b2477b8c968653fe49d144 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84400ec76b1d62c862e1dd4421674da1dd3671f2" 2018-10-26 10:20:54,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:20:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-483b78d4-8e05-470c-a870-f0312c05689a Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/51e382bf23b2477b8c968653fe49d144"}, "domain_id": null, "name": "CreateStackFloatingIpTests-8109c462-2658-4e1-proj-role", "id": "51e382bf23b2477b8c968653fe49d144"}} 2018-10-26 10:20:54,418 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/51e382bf23b2477b8c968653fe49d144 used request id req-483b78d4-8e05-470c-a870-f0312c05689a 2018-10-26 10:20:54,418 - keystone_utils - INFO - Granting role CreateStackFloatingIpTests-8109c462-2658-4e1-proj-role to project CreateStackFloatingIpTests-8109c462-2658-4e1-proj 2018-10-26 10:20:54,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/deecd63e05d44cbb92397bad17f49777/users/04a9c82250f2415688edd460a40b8377/roles/51e382bf23b2477b8c968653fe49d144 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84400ec76b1d62c862e1dd4421674da1dd3671f2" 2018-10-26 10:20:54,555 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:20:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4ca66422-bd21-40bb-9046-5e6b9edb58fe Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:20:54,556 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/deecd63e05d44cbb92397bad17f49777/users/04a9c82250f2415688edd460a40b8377/roles/51e382bf23b2477b8c968653fe49d144 used request id req-4ca66422-bd21-40bb-9046-5e6b9edb58fe 2018-10-26 10:20:54,556 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-26 10:20:54,556 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-26 10:20:54,556 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:20:54,557 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:20:54,935 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "51e382bf23b2477b8c968653fe49d144", "name": "CreateStackFloatingIpTests-8109c462-2658-4e1-proj-role"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:20:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "deecd63e05d44cbb92397bad17f49777", "name": "CreateStackFloatingIpTests-8109c462-2658-4e1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/deecd63e05d44cbb92397bad17f49777", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/deecd63e05d44cbb92397bad17f49777", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/deecd63e05d44cbb92397bad17f49777", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/deecd63e05d44cbb92397bad17f49777", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/deecd63e05d44cbb92397bad17f49777", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/deecd63e05d44cbb92397bad17f49777", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/deecd63e05d44cbb92397bad17f49777", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/deecd63e05d44cbb92397bad17f49777", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/deecd63e05d44cbb92397bad17f49777", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/deecd63e05d44cbb92397bad17f49777", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/deecd63e05d44cbb92397bad17f49777", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-8109c462-2658-4e1-user", "id": "04a9c82250f2415688edd460a40b8377"}, "audit_ids": ["Gyr7RK92TcG_Fi-fcUg73A"], "issued_at": "2018-10-26T10:20:54.000000Z"}} 2018-10-26 10:20:54,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d42e71f482f0fc06b324d86b94d2d69b93df2ae7" 2018-10-26 10:20:55,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:20:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe9211b3-a0eb-4325-9ed2-f69199073669 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:20:55,034 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-fe9211b3-a0eb-4325-9ed2-f69199073669 2018-10-26 10:20:55,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d42e71f482f0fc06b324d86b94d2d69b93df2ae7" 2018-10-26 10:20:55,202 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-11f09d92-679b-4e4d-9a46-be910632df6f Date: Fri, 26 Oct 2018 10:20:55 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-image"} 2018-10-26 10:20:55,202 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-image used request id req-11f09d92-679b-4e4d-9a46-be910632df6f 2018-10-26 10:20:55,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d42e71f482f0fc06b324d86b94d2d69b93df2ae7" 2018-10-26 10:20:55,370 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a25a3a09-d3b0-4a6c-aa28-0b99523b67ee Date: Fri, 26 Oct 2018 10:20: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-26 10:20:55,370 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-a25a3a09-d3b0-4a6c-aa28-0b99523b67ee 2018-10-26 10:20:55,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d42e71f482f0fc06b324d86b94d2d69b93df2ae7" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-image"}' 2018-10-26 10:20:55,617 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/314a0640-ba56-4aa1-a390-48cfc3522a57 X-Openstack-Request-Id: req-d6015c06-5879-4b05-a578-681771e391dd Date: Fri, 26 Oct 2018 10:20:55 GMT RESP BODY: {"status": "queued", "name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:20:55Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-26T10:20:55Z", "visibility": "shared", "locations": [], "self": "/v2/images/314a0640-ba56-4aa1-a390-48cfc3522a57", "min_disk": 0, "protected": false, "id": "314a0640-ba56-4aa1-a390-48cfc3522a57", "file": "/v2/images/314a0640-ba56-4aa1-a390-48cfc3522a57/file", "checksum": null, "owner": "deecd63e05d44cbb92397bad17f49777", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:20:55,617 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-d6015c06-5879-4b05-a578-681771e391dd 2018-10-26 10:20:55,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/314a0640-ba56-4aa1-a390-48cfc3522a57/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d42e71f482f0fc06b324d86b94d2d69b93df2ae7" -d '' 2018-10-26 10:20:57,344 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-208bf586-cf6c-4ac6-85cc-dd51007dc27e Date: Fri, 26 Oct 2018 10:20: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-26 10:20:57,344 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/314a0640-ba56-4aa1-a390-48cfc3522a57/file used request id req-208bf586-cf6c-4ac6-85cc-dd51007dc27e 2018-10-26 10:20:57,345 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 10:20:57,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/314a0640-ba56-4aa1-a390-48cfc3522a57 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d42e71f482f0fc06b324d86b94d2d69b93df2ae7" 2018-10-26 10:20:57,510 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-ee14d9ec-2cd1-40ff-b379-b94abbe030ea Date: Fri, 26 Oct 2018 10:20:57 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:20:55Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T10:20:57Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/314a0640-ba56-4aa1-a390-48cfc3522a57/snap", "metadata": {}}], "self": "/v2/images/314a0640-ba56-4aa1-a390-48cfc3522a57", "min_disk": 0, "protected": false, "id": "314a0640-ba56-4aa1-a390-48cfc3522a57", "file": "/v2/images/314a0640-ba56-4aa1-a390-48cfc3522a57/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "deecd63e05d44cbb92397bad17f49777", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/314a0640-ba56-4aa1-a390-48cfc3522a57/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:20:57,510 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/314a0640-ba56-4aa1-a390-48cfc3522a57 used request id req-ee14d9ec-2cd1-40ff-b379-b94abbe030ea 2018-10-26 10:20:57,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d42e71f482f0fc06b324d86b94d2d69b93df2ae7" 2018-10-26 10:20:57,691 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a03a99dc-33bf-4aa8-a224-9f9ba8e1f46b Date: Fri, 26 Oct 2018 10:20: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-26 10:20:57,692 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-a03a99dc-33bf-4aa8-a224-9f9ba8e1f46b 2018-10-26 10:20:57,694 - create_image - INFO - Created image with name - CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-image 2018-10-26 10:20:57,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/314a0640-ba56-4aa1-a390-48cfc3522a57 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d42e71f482f0fc06b324d86b94d2d69b93df2ae7" 2018-10-26 10:20:57,858 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-146fbbab-b5f7-427a-ac1a-fbb53b348fc9 Date: Fri, 26 Oct 2018 10:20:57 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:20:55Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T10:20:57Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/314a0640-ba56-4aa1-a390-48cfc3522a57/snap", "metadata": {}}], "self": "/v2/images/314a0640-ba56-4aa1-a390-48cfc3522a57", "min_disk": 0, "protected": false, "id": "314a0640-ba56-4aa1-a390-48cfc3522a57", "file": "/v2/images/314a0640-ba56-4aa1-a390-48cfc3522a57/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "deecd63e05d44cbb92397bad17f49777", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/314a0640-ba56-4aa1-a390-48cfc3522a57/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:20:57,858 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/314a0640-ba56-4aa1-a390-48cfc3522a57 used request id req-146fbbab-b5f7-427a-ac1a-fbb53b348fc9 2018-10-26 10:20:57,859 - create_image - DEBUG - Instance status is - active 2018-10-26 10:20:57,859 - create_image - DEBUG - Image is active with name - CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-image 2018-10-26 10:20:57,859 - create_image - INFO - Image is now active with name - CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-image 2018-10-26 10:20:57,859 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:20:57,860 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:20:58,245 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "51e382bf23b2477b8c968653fe49d144", "name": "CreateStackFloatingIpTests-8109c462-2658-4e1-proj-role"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:20:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "deecd63e05d44cbb92397bad17f49777", "name": "CreateStackFloatingIpTests-8109c462-2658-4e1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/deecd63e05d44cbb92397bad17f49777", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/deecd63e05d44cbb92397bad17f49777", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/deecd63e05d44cbb92397bad17f49777", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/deecd63e05d44cbb92397bad17f49777", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/deecd63e05d44cbb92397bad17f49777", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/deecd63e05d44cbb92397bad17f49777", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/deecd63e05d44cbb92397bad17f49777", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/deecd63e05d44cbb92397bad17f49777", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/deecd63e05d44cbb92397bad17f49777", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/deecd63e05d44cbb92397bad17f49777", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/deecd63e05d44cbb92397bad17f49777", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-8109c462-2658-4e1-user", "id": "04a9c82250f2415688edd460a40b8377"}, "audit_ids": ["lqw3VkVASMGLlRUHZjFj7Q"], "issued_at": "2018-10-26T10:20:58.000000Z"}} 2018-10-26 10:20:58,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88ebfdb8f3fcd69a5ee1c49b57ea457c45e5e1dc" 2018-10-26 10:20:58,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:20:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13044013-54fa-4662-8a41-86102dae9eb0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:20:58,328 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-13044013-54fa-4662-8a41-86102dae9eb0 2018-10-26 10:20:58,329 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:20:58,332 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-26 10:20:58,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88ebfdb8f3fcd69a5ee1c49b57ea457c45e5e1dc" 2018-10-26 10:20:58,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:20:58 GMT Server: Apache x-openstack-request-id: req-7c0f208b-3ee0-4ca2-951d-a160fb882471 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-10-26 10:20:58,519 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack used request id req-7c0f208b-3ee0-4ca2-951d-a160fb882471 2018-10-26 10:20:58,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88ebfdb8f3fcd69a5ee1c49b57ea457c45e5e1dc" -d '{"stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-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-fbd882c7-404c-4e35-beb6-2076d7012e93-flavor2", "keypair_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-kp", "security_group_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-sec_grp", "external_net_name": "external", "image2_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-image", "flavor1_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-flavor1", "inst1_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-inst1", "subnet_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-subnet", "image1_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-image", "inst2_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-inst2", "net_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-net"}}' 2018-10-26 10:21:02,916 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:20:58 GMT Server: Apache x-openstack-request-id: req-d566ddd9-90bb-4e97-a9f2-8e931ca6aead Location: http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a Content-Length: 297 Content-Type: application/json RESP BODY: {"stack": {"id": "257f6699-cab2-42de-ad93-2efaa5674a8a", "links": [{"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a", "rel": "self"}]}} 2018-10-26 10:21:02,916 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks used request id req-d566ddd9-90bb-4e97-a9f2-8e931ca6aead 2018-10-26 10:21:02,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/257f6699-cab2-42de-ad93-2efaa5674a8a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88ebfdb8f3fcd69a5ee1c49b57ea457c45e5e1dc" 2018-10-26 10:21:03,100 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:21:02 GMT Server: Apache x-openstack-request-id: req-831f172b-4e32-4c18-8cc4-67c4bbe0a8f4 Location: http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:21:03,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:21:03 GMT Server: Apache x-openstack-request-id: req-fbef63b1-fa7c-466b-b103-a2e54d689de5 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-fbd882c7-404c-4e35-beb6-2076d7012e93-flavor2", "OS::project_id": "deecd63e05d44cbb92397bad17f49777", "OS::stack_id": "257f6699-cab2-42de-ad93-2efaa5674a8a", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-kp", "security_group_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-sec_grp", "subnet_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-subnet", "net_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-inst2", "inst1_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-inst1", "image2_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-image", "flavor1_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-flavor1", "image1_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack", "stack_user_project_id": "929faebd8b3e4f19a0952bffe8e924d3", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T10:21:02Z", "links": [{"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "257f6699-cab2-42de-ad93-2efaa5674a8a", "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-26 10:21:03,292 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a used request id req-fbef63b1-fa7c-466b-b103-a2e54d689de5 2018-10-26 10:21:03,293 - create_stack - INFO - Created stack with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack 2018-10-26 10:21:03,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/257f6699-cab2-42de-ad93-2efaa5674a8a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88ebfdb8f3fcd69a5ee1c49b57ea457c45e5e1dc" 2018-10-26 10:21:03,575 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:21:03 GMT Server: Apache x-openstack-request-id: req-33d920fd-0e16-4421-9d65-62160ca856c2 Location: http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:21:03,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:21:03 GMT Server: Apache x-openstack-request-id: req-e77df73c-2d1c-48fd-8075-4855e563a52e 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-fbd882c7-404c-4e35-beb6-2076d7012e93-flavor2", "OS::project_id": "deecd63e05d44cbb92397bad17f49777", "OS::stack_id": "257f6699-cab2-42de-ad93-2efaa5674a8a", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-kp", "security_group_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-sec_grp", "subnet_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-subnet", "net_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-inst2", "inst1_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-inst1", "image2_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-image", "flavor1_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-flavor1", "image1_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack", "stack_user_project_id": "929faebd8b3e4f19a0952bffe8e924d3", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T10:21:02Z", "links": [{"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "257f6699-cab2-42de-ad93-2efaa5674a8a", "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-26 10:21:03,797 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a used request id req-e77df73c-2d1c-48fd-8075-4855e563a52e 2018-10-26 10:21:03,797 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-26 10:21:03,797 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:21:06,799 - create_stack - DEBUG - Stack status query timeout in 1196.49453306 2018-10-26 10:21:06,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/257f6699-cab2-42de-ad93-2efaa5674a8a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88ebfdb8f3fcd69a5ee1c49b57ea457c45e5e1dc" 2018-10-26 10:21:06,974 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:21:06 GMT Server: Apache x-openstack-request-id: req-d781234d-f54a-4720-9d97-46a5cf58e737 Location: http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:21:07,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:21:06 GMT Server: Apache x-openstack-request-id: req-9f7e5d61-28d5-410c-93ca-4aab546dcb61 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-fbd882c7-404c-4e35-beb6-2076d7012e93-flavor2", "OS::project_id": "deecd63e05d44cbb92397bad17f49777", "OS::stack_id": "257f6699-cab2-42de-ad93-2efaa5674a8a", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-kp", "security_group_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-sec_grp", "subnet_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-subnet", "net_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-inst2", "inst1_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-inst1", "image2_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-image", "flavor1_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-flavor1", "image1_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack", "stack_user_project_id": "929faebd8b3e4f19a0952bffe8e924d3", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T10:21:02Z", "links": [{"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "257f6699-cab2-42de-ad93-2efaa5674a8a", "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-26 10:21:07,207 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a used request id req-9f7e5d61-28d5-410c-93ca-4aab546dcb61 2018-10-26 10:21:07,208 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-26 10:21:07,208 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:21:10,211 - create_stack - DEBUG - Stack status query timeout in 1193.08231807 2018-10-26 10:21:10,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/257f6699-cab2-42de-ad93-2efaa5674a8a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88ebfdb8f3fcd69a5ee1c49b57ea457c45e5e1dc" 2018-10-26 10:21:10,244 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:21:10 GMT Server: Apache x-openstack-request-id: req-02b440d8-9ab4-4a98-bcd3-d6315f4c9de3 Location: http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:21:10,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:21:10 GMT Server: Apache x-openstack-request-id: req-4cbc08dc-bed0-4a1d-b754-2a802a549434 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 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-fbd882c7-404c-4e35-beb6-2076d7012e93-flavor2", "OS::project_id": "deecd63e05d44cbb92397bad17f49777", "OS::stack_id": "257f6699-cab2-42de-ad93-2efaa5674a8a", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-kp", "security_group_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-sec_grp", "subnet_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-subnet", "net_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-inst2", "inst1_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-inst1", "image2_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-image", "flavor1_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-flavor1", "image1_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack", "stack_user_project_id": "929faebd8b3e4f19a0952bffe8e924d3", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T10:21:02Z", "links": [{"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "257f6699-cab2-42de-ad93-2efaa5674a8a", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAzN/bfWNe+mTPxh0QuAMvGRX3KK9eg6oFNRhySIlIPiVWAjMd\nn7Pxr82t/cMgj5mZxKJMwzhSG/K3WZIFqc0H6NAe3DJlcHC8xIerahERFx6UXggz\nvYl9AcRgQ4SpOn65lHt9qGp0VC0GSyvqQVbU+vgIru6iDEhse2ZTE7wXyBfnDg5L\nAVs9x7FsRzwFPx7AFaS6XA1ccXinEvXAf4GkYXM9kbDFcu1Aqnb7hWmT6n7XnZph\nEZ+loSbBQ3nqP1ZklIe4M3jeuRGtBXjpbkuvav1TUwPCPbMteK+iSIjYVWEdcyW1\nsN+WwJCPtkFGq09IBCotWzrpVwuCoQJ4Jvr4QQIDAQABAoIBAQCwWh2YYFpYVUDY\nexpyGyOGh3baSaKk2UxkOOfe8nUCMadIe3GLkByBxR15K2ay1XgcX8yN2sQrFJGp\nA13mnPuq9sMpriPNVu3WiiYORiSc7xCtpIfNJjU5uS1X0TDOjlj2rBotR31dG+in\n+mRJ3BG2+pyW4AkTY6Al1J28hhM+g3Hh1KCoez9SgIMYTklryn6fbA356DFrW9yT\nQv1fdMEcL0SibowFbMATo6R8/aX6QYcB+NAAG5xmdbX8legCYMND32yxDE4UBDeP\nVkU/6jiOty+BCb7X6ac4snVJVqF22rec1WnOWEqrqkDuike9ah8MXQDw8fnjAsVu\nQejr+k/1AoGBAPHKe254A0H+Zzb+oA/rk6j6AnWsgi2TLM5AMMY2tIaE3AYdPz7k\nmoAC9d1DYEVBZPXgJJw8u+87MgOgfwI4EujPvZnmtJkMw6UeJ1xB6er13pSTX0EH\ncNHoYFzZMhlVlsIxNfYMJ0vbGunA6H3JDK5ObMCcJ9vycr4bHv06QD3/AoGBANjq\nAEdQcU+QDtAGPozW5R3zmfdw0uGiYDILKic2dCSPW390nExiSt4q3bJR1kA1I+n+\nC4yHi9d2JsiLZ+fOAloLUw/4rHqjgR3bERwYeezlQ2t/qlBZRsJGOpiqpVXcixTh\nX4UtbO9jdylHYhPBzP4WYU/W/WcIB0dUYL2eoUm/AoGBAJbfoBGYdX/yfPlF/R6y\nAtuH1Y0T7c7+bRDt4QFuFUtzD9AI4/QctYN3VW+RoTrVyWfbSzzqcOKgb17wARCj\naLk5F7g2yy5NVq9rl2fsAUiJzy+qnd94AyAX/jkxlh9U1tOp3WAAyWx99dcydmA2\n2eDSMu4lAoIuUQbq6XVdqcSFAoGAHamSNC5Z8GlgvS29bAEO/9OKIH47OEO+J9nC\n/+3AYCeCeaF2pjNizZLLElGCnPEnYh4tciAvDV3I2+/EW7yeMbYOu8Zjv7mQNIb6\nhf8K3UxUteSVY7txo6t649miFmW8VzSinVGi7fGKIAj07oK4B58D26koqeg9JpHx\nULzajX0CgYBMRcgNzBqJWs3zHezaLZd3ikOZ5F+Ac6b01pOIfpuQW7h8ISlLcnZU\nvZpUUzwTvCDcMfHWeg84BR9dRtXMSGBWFwxuidisT9G7XmdL8G68Pj8icQhQoGgS\nOvhMd/9OuIUP8M5v9Cyf25u20rfXhiqGP1MtiEVbx29hlT8LnYEaJA==\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-26 10:21:10,646 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a used request id req-4cbc08dc-bed0-4a1d-b754-2a802a549434 2018-10-26 10:21:10,646 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-26 10:21:10,646 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:21:13,650 - create_stack - DEBUG - Stack status query timeout in 1189.64370513 2018-10-26 10:21:13,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/257f6699-cab2-42de-ad93-2efaa5674a8a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88ebfdb8f3fcd69a5ee1c49b57ea457c45e5e1dc" 2018-10-26 10:21:13,848 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:21:13 GMT Server: Apache x-openstack-request-id: req-6ffbf7e5-c493-4642-8090-350fb6aa5bc2 Location: http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:21:14,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:21:13 GMT Server: Apache x-openstack-request-id: req-1cece1c3-bc3d-4e70-ab96-e44a13be881f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 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-fbd882c7-404c-4e35-beb6-2076d7012e93-flavor2", "OS::project_id": "deecd63e05d44cbb92397bad17f49777", "OS::stack_id": "257f6699-cab2-42de-ad93-2efaa5674a8a", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-kp", "security_group_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-sec_grp", "subnet_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-subnet", "net_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-inst2", "inst1_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-inst1", "image2_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-image", "flavor1_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-flavor1", "image1_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack", "stack_user_project_id": "929faebd8b3e4f19a0952bffe8e924d3", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T10:21:02Z", "links": [{"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "257f6699-cab2-42de-ad93-2efaa5674a8a", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAzN/bfWNe+mTPxh0QuAMvGRX3KK9eg6oFNRhySIlIPiVWAjMd\nn7Pxr82t/cMgj5mZxKJMwzhSG/K3WZIFqc0H6NAe3DJlcHC8xIerahERFx6UXggz\nvYl9AcRgQ4SpOn65lHt9qGp0VC0GSyvqQVbU+vgIru6iDEhse2ZTE7wXyBfnDg5L\nAVs9x7FsRzwFPx7AFaS6XA1ccXinEvXAf4GkYXM9kbDFcu1Aqnb7hWmT6n7XnZph\nEZ+loSbBQ3nqP1ZklIe4M3jeuRGtBXjpbkuvav1TUwPCPbMteK+iSIjYVWEdcyW1\nsN+WwJCPtkFGq09IBCotWzrpVwuCoQJ4Jvr4QQIDAQABAoIBAQCwWh2YYFpYVUDY\nexpyGyOGh3baSaKk2UxkOOfe8nUCMadIe3GLkByBxR15K2ay1XgcX8yN2sQrFJGp\nA13mnPuq9sMpriPNVu3WiiYORiSc7xCtpIfNJjU5uS1X0TDOjlj2rBotR31dG+in\n+mRJ3BG2+pyW4AkTY6Al1J28hhM+g3Hh1KCoez9SgIMYTklryn6fbA356DFrW9yT\nQv1fdMEcL0SibowFbMATo6R8/aX6QYcB+NAAG5xmdbX8legCYMND32yxDE4UBDeP\nVkU/6jiOty+BCb7X6ac4snVJVqF22rec1WnOWEqrqkDuike9ah8MXQDw8fnjAsVu\nQejr+k/1AoGBAPHKe254A0H+Zzb+oA/rk6j6AnWsgi2TLM5AMMY2tIaE3AYdPz7k\nmoAC9d1DYEVBZPXgJJw8u+87MgOgfwI4EujPvZnmtJkMw6UeJ1xB6er13pSTX0EH\ncNHoYFzZMhlVlsIxNfYMJ0vbGunA6H3JDK5ObMCcJ9vycr4bHv06QD3/AoGBANjq\nAEdQcU+QDtAGPozW5R3zmfdw0uGiYDILKic2dCSPW390nExiSt4q3bJR1kA1I+n+\nC4yHi9d2JsiLZ+fOAloLUw/4rHqjgR3bERwYeezlQ2t/qlBZRsJGOpiqpVXcixTh\nX4UtbO9jdylHYhPBzP4WYU/W/WcIB0dUYL2eoUm/AoGBAJbfoBGYdX/yfPlF/R6y\nAtuH1Y0T7c7+bRDt4QFuFUtzD9AI4/QctYN3VW+RoTrVyWfbSzzqcOKgb17wARCj\naLk5F7g2yy5NVq9rl2fsAUiJzy+qnd94AyAX/jkxlh9U1tOp3WAAyWx99dcydmA2\n2eDSMu4lAoIuUQbq6XVdqcSFAoGAHamSNC5Z8GlgvS29bAEO/9OKIH47OEO+J9nC\n/+3AYCeCeaF2pjNizZLLElGCnPEnYh4tciAvDV3I2+/EW7yeMbYOu8Zjv7mQNIb6\nhf8K3UxUteSVY7txo6t649miFmW8VzSinVGi7fGKIAj07oK4B58D26koqeg9JpHx\nULzajX0CgYBMRcgNzBqJWs3zHezaLZd3ikOZ5F+Ac6b01pOIfpuQW7h8ISlLcnZU\nvZpUUzwTvCDcMfHWeg84BR9dRtXMSGBWFwxuidisT9G7XmdL8G68Pj8icQhQoGgS\nOvhMd/9OuIUP8M5v9Cyf25u20rfXhiqGP1MtiEVbx29hlT8LnYEaJA==\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-26 10:21:14,024 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a used request id req-1cece1c3-bc3d-4e70-ab96-e44a13be881f 2018-10-26 10:21:14,024 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-26 10:21:14,025 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:21:17,028 - create_stack - DEBUG - Stack status query timeout in 1186.26546907 2018-10-26 10:21:17,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/257f6699-cab2-42de-ad93-2efaa5674a8a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88ebfdb8f3fcd69a5ee1c49b57ea457c45e5e1dc" 2018-10-26 10:21:17,205 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:21:17 GMT Server: Apache x-openstack-request-id: req-ca3a4418-5090-4d00-b7e4-0086cbc1eb55 Location: http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:21:17,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:21:17 GMT Server: Apache x-openstack-request-id: req-41f75ecc-0e1e-4468-8161-81c5fbb185df Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 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-fbd882c7-404c-4e35-beb6-2076d7012e93-flavor2", "OS::project_id": "deecd63e05d44cbb92397bad17f49777", "OS::stack_id": "257f6699-cab2-42de-ad93-2efaa5674a8a", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-kp", "security_group_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-sec_grp", "subnet_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-subnet", "net_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-inst2", "inst1_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-inst1", "image2_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-image", "flavor1_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-flavor1", "image1_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack", "stack_user_project_id": "929faebd8b3e4f19a0952bffe8e924d3", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-26T10:21:02Z", "links": [{"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "257f6699-cab2-42de-ad93-2efaa5674a8a", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAzN/bfWNe+mTPxh0QuAMvGRX3KK9eg6oFNRhySIlIPiVWAjMd\nn7Pxr82t/cMgj5mZxKJMwzhSG/K3WZIFqc0H6NAe3DJlcHC8xIerahERFx6UXggz\nvYl9AcRgQ4SpOn65lHt9qGp0VC0GSyvqQVbU+vgIru6iDEhse2ZTE7wXyBfnDg5L\nAVs9x7FsRzwFPx7AFaS6XA1ccXinEvXAf4GkYXM9kbDFcu1Aqnb7hWmT6n7XnZph\nEZ+loSbBQ3nqP1ZklIe4M3jeuRGtBXjpbkuvav1TUwPCPbMteK+iSIjYVWEdcyW1\nsN+WwJCPtkFGq09IBCotWzrpVwuCoQJ4Jvr4QQIDAQABAoIBAQCwWh2YYFpYVUDY\nexpyGyOGh3baSaKk2UxkOOfe8nUCMadIe3GLkByBxR15K2ay1XgcX8yN2sQrFJGp\nA13mnPuq9sMpriPNVu3WiiYORiSc7xCtpIfNJjU5uS1X0TDOjlj2rBotR31dG+in\n+mRJ3BG2+pyW4AkTY6Al1J28hhM+g3Hh1KCoez9SgIMYTklryn6fbA356DFrW9yT\nQv1fdMEcL0SibowFbMATo6R8/aX6QYcB+NAAG5xmdbX8legCYMND32yxDE4UBDeP\nVkU/6jiOty+BCb7X6ac4snVJVqF22rec1WnOWEqrqkDuike9ah8MXQDw8fnjAsVu\nQejr+k/1AoGBAPHKe254A0H+Zzb+oA/rk6j6AnWsgi2TLM5AMMY2tIaE3AYdPz7k\nmoAC9d1DYEVBZPXgJJw8u+87MgOgfwI4EujPvZnmtJkMw6UeJ1xB6er13pSTX0EH\ncNHoYFzZMhlVlsIxNfYMJ0vbGunA6H3JDK5ObMCcJ9vycr4bHv06QD3/AoGBANjq\nAEdQcU+QDtAGPozW5R3zmfdw0uGiYDILKic2dCSPW390nExiSt4q3bJR1kA1I+n+\nC4yHi9d2JsiLZ+fOAloLUw/4rHqjgR3bERwYeezlQ2t/qlBZRsJGOpiqpVXcixTh\nX4UtbO9jdylHYhPBzP4WYU/W/WcIB0dUYL2eoUm/AoGBAJbfoBGYdX/yfPlF/R6y\nAtuH1Y0T7c7+bRDt4QFuFUtzD9AI4/QctYN3VW+RoTrVyWfbSzzqcOKgb17wARCj\naLk5F7g2yy5NVq9rl2fsAUiJzy+qnd94AyAX/jkxlh9U1tOp3WAAyWx99dcydmA2\n2eDSMu4lAoIuUQbq6XVdqcSFAoGAHamSNC5Z8GlgvS29bAEO/9OKIH47OEO+J9nC\n/+3AYCeCeaF2pjNizZLLElGCnPEnYh4tciAvDV3I2+/EW7yeMbYOu8Zjv7mQNIb6\nhf8K3UxUteSVY7txo6t649miFmW8VzSinVGi7fGKIAj07oK4B58D26koqeg9JpHx\nULzajX0CgYBMRcgNzBqJWs3zHezaLZd3ikOZ5F+Ac6b01pOIfpuQW7h8ISlLcnZU\nvZpUUzwTvCDcMfHWeg84BR9dRtXMSGBWFwxuidisT9G7XmdL8G68Pj8icQhQoGgS\nOvhMd/9OuIUP8M5v9Cyf25u20rfXhiqGP1MtiEVbx29hlT8LnYEaJA==\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-26 10:21:17,521 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a used request id req-41f75ecc-0e1e-4468-8161-81c5fbb185df 2018-10-26 10:21:17,522 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-10-26 10:21:17,522 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:21:20,523 - create_stack - DEBUG - Stack status query timeout in 1182.77068901 2018-10-26 10:21:20,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/257f6699-cab2-42de-ad93-2efaa5674a8a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88ebfdb8f3fcd69a5ee1c49b57ea457c45e5e1dc" 2018-10-26 10:21:20,697 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:21:20 GMT Server: Apache x-openstack-request-id: req-e2d01867-da6f-4ca3-ab4b-2732f5d5141b Location: http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:21:21,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:21:20 GMT Server: Apache x-openstack-request-id: req-fe3c0bd5-f81c-40df-9383-d3c4c18e8080 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2086 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-fbd882c7-404c-4e35-beb6-2076d7012e93-flavor2", "OS::project_id": "deecd63e05d44cbb92397bad17f49777", "OS::stack_id": "257f6699-cab2-42de-ad93-2efaa5674a8a", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-kp", "security_group_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-sec_grp", "subnet_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-subnet", "net_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-inst2", "inst1_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-inst1", "image2_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-image", "flavor1_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-flavor1", "image1_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack", "stack_user_project_id": "929faebd8b3e4f19a0952bffe8e924d3", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-26T10:21:02Z", "links": [{"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "257f6699-cab2-42de-ad93-2efaa5674a8a", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAzN/bfWNe+mTPxh0QuAMvGRX3KK9eg6oFNRhySIlIPiVWAjMd\nn7Pxr82t/cMgj5mZxKJMwzhSG/K3WZIFqc0H6NAe3DJlcHC8xIerahERFx6UXggz\nvYl9AcRgQ4SpOn65lHt9qGp0VC0GSyvqQVbU+vgIru6iDEhse2ZTE7wXyBfnDg5L\nAVs9x7FsRzwFPx7AFaS6XA1ccXinEvXAf4GkYXM9kbDFcu1Aqnb7hWmT6n7XnZph\nEZ+loSbBQ3nqP1ZklIe4M3jeuRGtBXjpbkuvav1TUwPCPbMteK+iSIjYVWEdcyW1\nsN+WwJCPtkFGq09IBCotWzrpVwuCoQJ4Jvr4QQIDAQABAoIBAQCwWh2YYFpYVUDY\nexpyGyOGh3baSaKk2UxkOOfe8nUCMadIe3GLkByBxR15K2ay1XgcX8yN2sQrFJGp\nA13mnPuq9sMpriPNVu3WiiYORiSc7xCtpIfNJjU5uS1X0TDOjlj2rBotR31dG+in\n+mRJ3BG2+pyW4AkTY6Al1J28hhM+g3Hh1KCoez9SgIMYTklryn6fbA356DFrW9yT\nQv1fdMEcL0SibowFbMATo6R8/aX6QYcB+NAAG5xmdbX8legCYMND32yxDE4UBDeP\nVkU/6jiOty+BCb7X6ac4snVJVqF22rec1WnOWEqrqkDuike9ah8MXQDw8fnjAsVu\nQejr+k/1AoGBAPHKe254A0H+Zzb+oA/rk6j6AnWsgi2TLM5AMMY2tIaE3AYdPz7k\nmoAC9d1DYEVBZPXgJJw8u+87MgOgfwI4EujPvZnmtJkMw6UeJ1xB6er13pSTX0EH\ncNHoYFzZMhlVlsIxNfYMJ0vbGunA6H3JDK5ObMCcJ9vycr4bHv06QD3/AoGBANjq\nAEdQcU+QDtAGPozW5R3zmfdw0uGiYDILKic2dCSPW390nExiSt4q3bJR1kA1I+n+\nC4yHi9d2JsiLZ+fOAloLUw/4rHqjgR3bERwYeezlQ2t/qlBZRsJGOpiqpVXcixTh\nX4UtbO9jdylHYhPBzP4WYU/W/WcIB0dUYL2eoUm/AoGBAJbfoBGYdX/yfPlF/R6y\nAtuH1Y0T7c7+bRDt4QFuFUtzD9AI4/QctYN3VW+RoTrVyWfbSzzqcOKgb17wARCj\naLk5F7g2yy5NVq9rl2fsAUiJzy+qnd94AyAX/jkxlh9U1tOp3WAAyWx99dcydmA2\n2eDSMu4lAoIuUQbq6XVdqcSFAoGAHamSNC5Z8GlgvS29bAEO/9OKIH47OEO+J9nC\n/+3AYCeCeaF2pjNizZLLElGCnPEnYh4tciAvDV3I2+/EW7yeMbYOu8Zjv7mQNIb6\nhf8K3UxUteSVY7txo6t649miFmW8VzSinVGi7fGKIAj07oK4B58D26koqeg9JpHx\nULzajX0CgYBMRcgNzBqJWs3zHezaLZd3ikOZ5F+Ac6b01pOIfpuQW7h8ISlLcnZU\nvZpUUzwTvCDcMfHWeg84BR9dRtXMSGBWFwxuidisT9G7XmdL8G68Pj8icQhQoGgS\nOvhMd/9OuIUP8M5v9Cyf25u20rfXhiqGP1MtiEVbx29hlT8LnYEaJA==\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-26 10:21:21,010 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a used request id req-fe3c0bd5-f81c-40df-9383-d3c4c18e8080 2018-10-26 10:21:21,010 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-10-26 10:21:21,011 - create_stack - DEBUG - Stack is active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack 2018-10-26 10:21:21,011 - create_stack - INFO - Stack is now active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack 2018-10-26 10:21:21,011 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:21:21,012 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:21:21,392 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "51e382bf23b2477b8c968653fe49d144", "name": "CreateStackFloatingIpTests-8109c462-2658-4e1-proj-role"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:21:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "deecd63e05d44cbb92397bad17f49777", "name": "CreateStackFloatingIpTests-8109c462-2658-4e1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/deecd63e05d44cbb92397bad17f49777", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/deecd63e05d44cbb92397bad17f49777", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/deecd63e05d44cbb92397bad17f49777", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/deecd63e05d44cbb92397bad17f49777", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/deecd63e05d44cbb92397bad17f49777", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/deecd63e05d44cbb92397bad17f49777", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/deecd63e05d44cbb92397bad17f49777", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/deecd63e05d44cbb92397bad17f49777", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/deecd63e05d44cbb92397bad17f49777", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/deecd63e05d44cbb92397bad17f49777", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/deecd63e05d44cbb92397bad17f49777", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-8109c462-2658-4e1-user", "id": "04a9c82250f2415688edd460a40b8377"}, "audit_ids": ["-7H2Q7zISp2DZbht6Mr3og"], "issued_at": "2018-10-26T10:21:21.000000Z"}} 2018-10-26 10:21:21,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d1eec7e9a875e719cc938d2464d71670b74ec9a" 2018-10-26 10:21:21,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:21:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7c157a9-4fab-4366-9b2c-5abdbc4e19ff Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:21:21,478 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f7c157a9-4fab-4366-9b2c-5abdbc4e19ff 2018-10-26 10:21:21,479 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:21:21,482 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-26 10:21:21,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d1eec7e9a875e719cc938d2464d71670b74ec9a" 2018-10-26 10:21:21,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:21:21 GMT Server: Apache x-openstack-request-id: req-b358042d-d8d3-4ca7-a7cb-d28c9f934cfa Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 402 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE completed successfully", "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack", "stack_user_project_id": "929faebd8b3e4f19a0952bffe8e924d3", "deletion_time": null, "creation_time": "2018-10-26T10:21:02Z", "links": [{"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a", "rel": "self"}], "updated_time": null, "project": "deecd63e05d44cbb92397bad17f49777", "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "257f6699-cab2-42de-ad93-2efaa5674a8a", "tags": null}]} 2018-10-26 10:21:21,757 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack used request id req-b358042d-d8d3-4ca7-a7cb-d28c9f934cfa 2018-10-26 10:21:21,757 - create_stack - INFO - Found stack with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack 2018-10-26 10:21:21,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/257f6699-cab2-42de-ad93-2efaa5674a8a/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d1eec7e9a875e719cc938d2464d71670b74ec9a" 2018-10-26 10:21:21,931 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:21:21 GMT Server: Apache x-openstack-request-id: req-6c957cc2-0a5e-4e3b-866d-fd2d59c5ca67 Location: http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a/resources Content-Length: 563 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:21:22,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:21:21 GMT Server: Apache x-openstack-request-id: req-16e18e03-a88d-4063-b5f7-165de14b7b01 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1066 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-10-26T10:21:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:21:03Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "837d2daf-b768-4f8a-af04-eed27f271cb8", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-10-26T10:21:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:21:03Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "77ee3d22-5f4e-41ef-a847-a96212804962", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a/resources/network", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-10-26T10:21:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:21:03Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-10-26T10:21:02Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:21:02Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "a8edf58e-edb7-4835-9d3b-52efb6caa443", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-10-26T10:21:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:21:03Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "80971236-ad92-4042-a93c-40a170cc3f02", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-10-26T10:21:02Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:21:02Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "254", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-10-26T10:21:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:21:03Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "85884dd0-9189-4f8e-bf84-032dc20241fa", "resource_type": "OS::Neutron::Router"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-10-26T10:21:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:21:03Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-kp", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-10-26T10:21:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:21:03Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "85884dd0-9189-4f8e-bf84-032dc20241fa:subnet_id=d073657c-8aca-47e8-a9b7-2b3efea6bd46", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-10-26T10:21:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:21:03Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "d073657c-8aca-47e8-a9b7-2b3efea6bd46", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a/resources/port1", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-10-26T10:21:02Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:21:02Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "e9ad6fe5-b34f-45a6-8648-20183d8845ba", "resource_type": "OS::Neutron::Port"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-10-26T10:21:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:21:03Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "f4ef9444-5bfa-40fa-8433-c951b06d1ead", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-10-26T10:21:02Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:21:02Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "31fbe6e9-91a6-4873-a8ce-8931aad0d398", "resource_type": "OS::Nova::Server"}]} 2018-10-26 10:21:22,170 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a/resources used request id req-16e18e03-a88d-4063-b5f7-165de14b7b01 2018-10-26 10:21:22,173 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/f4ef9444-5bfa-40fa-8433-c951b06d1ead -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d1eec7e9a875e719cc938d2464d71670b74ec9a" 2018-10-26 10:21:23,011 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-d2382a53-943f-4a3a-b108-e9c8c00ec906 x-compute-request-id: req-d2382a53-943f-4a3a-b108-e9c8c00ec906 Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a5:b3:a7", "version": 4, "addr": "10.1.2.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/f4ef9444-5bfa-40fa-8433-c951b06d1ead", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/f4ef9444-5bfa-40fa-8433-c951b06d1ead", "rel": "bookmark"}], "image": {"id": "314a0640-ba56-4aa1-a390-48cfc3522a57", "links": [{"href": "http://172.30.9.21:8774/images/314a0640-ba56-4aa1-a390-48cfc3522a57", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011c", "OS-SRV-USG:launched_at": "2018-10-26T10:21:17.000000", "flavor": {"id": "837d2daf-b768-4f8a-af04-eed27f271cb8", "links": [{"href": "http://172.30.9.21:8774/flavors/837d2daf-b768-4f8a-af04-eed27f271cb8", "rel": "bookmark"}]}, "id": "f4ef9444-5bfa-40fa-8433-c951b06d1ead", "security_groups": [{"name": "default"}], "user_id": "04a9c82250f2415688edd460a40b8377", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:21:17Z", "hostId": "7e5b862629082bbe8566dd832c19e8bacc2ee47b3c84a1db951ccca2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-inst2", "created": "2018-10-26T10:21:11Z", "tenant_id": "deecd63e05d44cbb92397bad17f49777", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:21:23,011 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/f4ef9444-5bfa-40fa-8433-c951b06d1ead used request id req-d2382a53-943f-4a3a-b108-e9c8c00ec906 2018-10-26 10:21:23,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d1eec7e9a875e719cc938d2464d71670b74ec9a" 2018-10-26 10:21:23,236 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-c68de99b-ad06-4114-9ca5-2bd9241c7478 Date: Fri, 26 Oct 2018 10:21:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":8,"ipv4_address_scope":null,"shared":false,"project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","subnets":["d073657c-8aca-47e8-a9b7-2b3efea6bd46"],"description":"","tags":[],"updated_at":"2018-10-26T10:21:07Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-net","admin_state_up":true,"tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:05Z","provider:network_type":"vxlan"}]} 2018-10-26 10:21:23,237 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-net used request id req-c68de99b-ad06-4114-9ca5-2bd9241c7478 2018-10-26 10:21:23,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:21:23,246 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:21: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:21:23,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/deecd63e05d44cbb92397bad17f49777 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d1eec7e9a875e719cc938d2464d71670b74ec9a" 2018-10-26 10:21:23,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:21:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f635f32-fb02-4170-a43c-740fe1b77e37 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/deecd63e05d44cbb92397bad17f49777"}, "enabled": true, "id": "deecd63e05d44cbb92397bad17f49777", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-8109c462-2658-4e1-proj"}} 2018-10-26 10:21:23,333 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/deecd63e05d44cbb92397bad17f49777 used request id req-6f635f32-fb02-4170-a43c-740fe1b77e37 2018-10-26 10:21:23,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d1eec7e9a875e719cc938d2464d71670b74ec9a" 2018-10-26 10:21:23,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-b8fe35d3-0561-4e2f-a6d3-43d94bc9c1a7 Date: Fri, 26 Oct 2018 10:21:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:07Z","dns_nameservers":[],"updated_at":"2018-10-26T10:21:07Z","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":"deecd63e05d44cbb92397bad17f49777","id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","subnetpool_id":null,"name":"CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-subnet"}]} 2018-10-26 10:21:23,862 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad used request id req-b8fe35d3-0561-4e2f-a6d3-43d94bc9c1a7 2018-10-26 10:21:23,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d1eec7e9a875e719cc938d2464d71670b74ec9a" 2018-10-26 10:21:24,066 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5805 X-Openstack-Request-Id: req-c98f6001-c01c-4aea-b062-24a68efd049a Date: Fri, 26 Oct 2018 10:21:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:21:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","ip_address":"10.1.2.3"}],"id":"4db8fa97-285a-487d-9dde-23b946b8a6c7","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9a:72:65","project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:08Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:21:17Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","ip_address":"10.1.2.9"}],"id":"5327cb07-55f4-4212-9f93-298c04d2e320","security_groups":["2edefca4-76d3-42b7-89c0-8baa20554c54"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a5:b3:a7","project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:13Z","binding:vnic_type":"normal","device_id":"f4ef9444-5bfa-40fa-8433-c951b06d1ead"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:21:16Z","device_owner":"network:ha_router_replicated_interface","revision_number":8,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","ip_address":"10.1.2.1"}],"id":"589f6d0f-633e-4ed5-91dc-1e8d8e599f5e","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:b8:11","project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:10Z","binding:vnic_type":"normal","device_id":"85884dd0-9189-4f8e-bf84-032dc20241fa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:21:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","ip_address":"10.1.2.2"}],"id":"b006114e-ea03-4cf1-8aca-ed639575b24f","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5b:8a:fd","project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:08Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:21:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","ip_address":"10.1.2.4"}],"id":"c5d9defb-fefe-47b2-b889-de3ee9c72561","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:08:6d","project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:09Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:21:19Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","ip_address":"10.1.2.6"}],"id":"e9ad6fe5-b34f-45a6-8648-20183d8845ba","security_groups":["a8edf58e-edb7-4835-9d3b-52efb6caa443"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:83:e2:3d","project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack-port1-yxqp4ry3u76u","admin_state_up":true,"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:09Z","binding:vnic_type":"normal","device_id":"31fbe6e9-91a6-4873-a8ce-8931aad0d398"}]} 2018-10-26 10:21:24,067 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad used request id req-c98f6001-c01c-4aea-b062-24a68efd049a 2018-10-26 10:21:24,070 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/31fbe6e9-91a6-4873-a8ce-8931aad0d398 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d1eec7e9a875e719cc938d2464d71670b74ec9a" 2018-10-26 10:21:24,801 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:21: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-bbd007aa-ea40-4482-bdd0-66928221cdf5 x-compute-request-id: req-bbd007aa-ea40-4482-bdd0-66928221cdf5 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:e2:3d", "version": 4, "addr": "10.1.2.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:e2:3d", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/31fbe6e9-91a6-4873-a8ce-8931aad0d398", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/31fbe6e9-91a6-4873-a8ce-8931aad0d398", "rel": "bookmark"}], "image": {"id": "314a0640-ba56-4aa1-a390-48cfc3522a57", "links": [{"href": "http://172.30.9.21:8774/images/314a0640-ba56-4aa1-a390-48cfc3522a57", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011f", "OS-SRV-USG:launched_at": "2018-10-26T10:21:19.000000", "flavor": {"id": "77ee3d22-5f4e-41ef-a847-a96212804962", "links": [{"href": "http://172.30.9.21:8774/flavors/77ee3d22-5f4e-41ef-a847-a96212804962", "rel": "bookmark"}]}, "id": "31fbe6e9-91a6-4873-a8ce-8931aad0d398", "security_groups": [{"name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-sec_grp"}], "user_id": "04a9c82250f2415688edd460a40b8377", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:21:19Z", "hostId": "c2023683d809e7f7ce42382e521cb518c1bac72df4d299a787426e67", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-inst1", "created": "2018-10-26T10:21:12Z", "tenant_id": "deecd63e05d44cbb92397bad17f49777", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:21:24,801 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/31fbe6e9-91a6-4873-a8ce-8931aad0d398 used request id req-bbd007aa-ea40-4482-bdd0-66928221cdf5 2018-10-26 10:21:24,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d1eec7e9a875e719cc938d2464d71670b74ec9a" 2018-10-26 10:21:25,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-467fa04c-149d-40c3-aaa6-0b9d73176622 Date: Fri, 26 Oct 2018 10:21:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":8,"ipv4_address_scope":null,"shared":false,"project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","subnets":["d073657c-8aca-47e8-a9b7-2b3efea6bd46"],"description":"","tags":[],"updated_at":"2018-10-26T10:21:07Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-net","admin_state_up":true,"tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:05Z","provider:network_type":"vxlan"}]} 2018-10-26 10:21:25,042 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-net used request id req-467fa04c-149d-40c3-aaa6-0b9d73176622 2018-10-26 10:21:25,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/deecd63e05d44cbb92397bad17f49777 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d1eec7e9a875e719cc938d2464d71670b74ec9a" 2018-10-26 10:21:25,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:21:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f25f0760-56ed-436c-9089-40aac21dfa80 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/deecd63e05d44cbb92397bad17f49777"}, "enabled": true, "id": "deecd63e05d44cbb92397bad17f49777", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-8109c462-2658-4e1-proj"}} 2018-10-26 10:21:25,137 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/deecd63e05d44cbb92397bad17f49777 used request id req-f25f0760-56ed-436c-9089-40aac21dfa80 2018-10-26 10:21:25,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d1eec7e9a875e719cc938d2464d71670b74ec9a" 2018-10-26 10:21:25,193 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-c4fae7c7-1586-4dd1-ba43-546f9a317526 Date: Fri, 26 Oct 2018 10:21:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:07Z","dns_nameservers":[],"updated_at":"2018-10-26T10:21:07Z","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":"deecd63e05d44cbb92397bad17f49777","id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","subnetpool_id":null,"name":"CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-subnet"}]} 2018-10-26 10:21:25,193 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad used request id req-c4fae7c7-1586-4dd1-ba43-546f9a317526 2018-10-26 10:21:25,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d1eec7e9a875e719cc938d2464d71670b74ec9a" 2018-10-26 10:21:25,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5805 X-Openstack-Request-Id: req-49ed9612-bc31-446f-9f38-bfae572747d9 Date: Fri, 26 Oct 2018 10:21:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:21:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","ip_address":"10.1.2.3"}],"id":"4db8fa97-285a-487d-9dde-23b946b8a6c7","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9a:72:65","project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:08Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:21:17Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","ip_address":"10.1.2.9"}],"id":"5327cb07-55f4-4212-9f93-298c04d2e320","security_groups":["2edefca4-76d3-42b7-89c0-8baa20554c54"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a5:b3:a7","project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:13Z","binding:vnic_type":"normal","device_id":"f4ef9444-5bfa-40fa-8433-c951b06d1ead"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:21:16Z","device_owner":"network:ha_router_replicated_interface","revision_number":8,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","ip_address":"10.1.2.1"}],"id":"589f6d0f-633e-4ed5-91dc-1e8d8e599f5e","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:b8:11","project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:10Z","binding:vnic_type":"normal","device_id":"85884dd0-9189-4f8e-bf84-032dc20241fa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:21:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","ip_address":"10.1.2.2"}],"id":"b006114e-ea03-4cf1-8aca-ed639575b24f","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5b:8a:fd","project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:08Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:21:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","ip_address":"10.1.2.4"}],"id":"c5d9defb-fefe-47b2-b889-de3ee9c72561","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:08:6d","project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:09Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:21:19Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","ip_address":"10.1.2.6"}],"id":"e9ad6fe5-b34f-45a6-8648-20183d8845ba","security_groups":["a8edf58e-edb7-4835-9d3b-52efb6caa443"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:83:e2:3d","project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack-port1-yxqp4ry3u76u","admin_state_up":true,"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:09Z","binding:vnic_type":"normal","device_id":"31fbe6e9-91a6-4873-a8ce-8931aad0d398"}]} 2018-10-26 10:21:25,398 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad used request id req-49ed9612-bc31-446f-9f38-bfae572747d9 2018-10-26 10:21:25,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/257f6699-cab2-42de-ad93-2efaa5674a8a/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d1eec7e9a875e719cc938d2464d71670b74ec9a" 2018-10-26 10:21:25,573 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:21:25 GMT Server: Apache x-openstack-request-id: req-2c10ae10-24a9-498c-b4b2-85fe23bc4a1e Location: http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a/resources Content-Length: 563 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:21:25,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:21:25 GMT Server: Apache x-openstack-request-id: req-b9ee18e4-e748-413c-b79b-9fffef60f463 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1068 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-10-26T10:21:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:21:03Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "837d2daf-b768-4f8a-af04-eed27f271cb8", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-10-26T10:21:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:21:03Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "77ee3d22-5f4e-41ef-a847-a96212804962", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a/resources/network", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-10-26T10:21:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:21:03Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-10-26T10:21:02Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:21:02Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "a8edf58e-edb7-4835-9d3b-52efb6caa443", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-10-26T10:21:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:21:03Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "80971236-ad92-4042-a93c-40a170cc3f02", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-10-26T10:21:02Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:21:02Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "254", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-10-26T10:21:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:21:03Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "85884dd0-9189-4f8e-bf84-032dc20241fa", "resource_type": "OS::Neutron::Router"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-10-26T10:21:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:21:03Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-kp", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-10-26T10:21:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:21:03Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "85884dd0-9189-4f8e-bf84-032dc20241fa:subnet_id=d073657c-8aca-47e8-a9b7-2b3efea6bd46", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-10-26T10:21:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:21:03Z", "required_by": ["management_router_interface", "vm1", "port1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "d073657c-8aca-47e8-a9b7-2b3efea6bd46", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a/resources/port1", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-10-26T10:21:02Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:21:02Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "e9ad6fe5-b34f-45a6-8648-20183d8845ba", "resource_type": "OS::Neutron::Port"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-10-26T10:21:03Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:21:03Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "f4ef9444-5bfa-40fa-8433-c951b06d1ead", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-10-26T10:21:02Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-26T10:21:02Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "31fbe6e9-91a6-4873-a8ce-8931aad0d398", "resource_type": "OS::Nova::Server"}]} 2018-10-26 10:21:25,808 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a/resources used request id req-b9ee18e4-e748-413c-b79b-9fffef60f463 2018-10-26 10:21:25,811 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/837d2daf-b768-4f8a-af04-eed27f271cb8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d1eec7e9a875e719cc938d2464d71670b74ec9a" 2018-10-26 10:21:25,828 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:21: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-9e4b2458-bf1b-4c81-b443-caa44beafd01 x-compute-request-id: req-9e4b2458-bf1b-4c81-b443-caa44beafd01 Content-Encoding: gzip Content-Length: 340 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/837d2daf-b768-4f8a-af04-eed27f271cb8", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/837d2daf-b768-4f8a-af04-eed27f271cb8", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 2, "id": "837d2daf-b768-4f8a-af04-eed27f271cb8", "name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack-flavor2-zonwqpg54gj3", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 10:21:25,828 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/837d2daf-b768-4f8a-af04-eed27f271cb8 used request id req-9e4b2458-bf1b-4c81-b443-caa44beafd01 2018-10-26 10:21:25,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/d073657c-8aca-47e8-a9b7-2b3efea6bd46 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d1eec7e9a875e719cc938d2464d71670b74ec9a" 2018-10-26 10:21:25,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-9f071dcd-cb4e-4533-876e-39fcca192eac Date: Fri, 26 Oct 2018 10:21:25 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:07Z","dns_nameservers":[],"updated_at":"2018-10-26T10:21:07Z","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":"deecd63e05d44cbb92397bad17f49777","id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","subnetpool_id":null,"name":"CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-subnet"}} 2018-10-26 10:21:25,883 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/d073657c-8aca-47e8-a9b7-2b3efea6bd46 used request id req-9f071dcd-cb4e-4533-876e-39fcca192eac 2018-10-26 10:21:25,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d1eec7e9a875e719cc938d2464d71670b74ec9a" 2018-10-26 10:21:26,535 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-d5c3c113-c72b-499b-b33f-c083cda5b15d Date: Fri, 26 Oct 2018 10:21:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":8,"ipv4_address_scope":null,"shared":false,"project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","subnets":["d073657c-8aca-47e8-a9b7-2b3efea6bd46"],"description":"","tags":[],"updated_at":"2018-10-26T10:21:07Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-net","admin_state_up":true,"tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:05Z","provider:network_type":"vxlan"}]} 2018-10-26 10:21:26,536 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad used request id req-d5c3c113-c72b-499b-b33f-c083cda5b15d 2018-10-26 10:21:26,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d1eec7e9a875e719cc938d2464d71670b74ec9a" 2018-10-26 10:21:26,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-753739f8-63a0-4fad-898c-fa8947426054 Date: Fri, 26 Oct 2018 10:21:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:07Z","dns_nameservers":[],"updated_at":"2018-10-26T10:21:07Z","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":"deecd63e05d44cbb92397bad17f49777","id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","subnetpool_id":null,"name":"CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-subnet"}]} 2018-10-26 10:21:26,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad used request id req-753739f8-63a0-4fad-898c-fa8947426054 2018-10-26 10:21:26,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d1eec7e9a875e719cc938d2464d71670b74ec9a" 2018-10-26 10:21:26,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-84c6b529-8140-4ac0-9036-5bb26c655e81 Date: Fri, 26 Oct 2018 10:21:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":8,"ipv4_address_scope":null,"shared":false,"project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","subnets":["d073657c-8aca-47e8-a9b7-2b3efea6bd46"],"description":"","tags":[],"updated_at":"2018-10-26T10:21:07Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-net","admin_state_up":true,"tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:05Z","provider:network_type":"vxlan"}]} 2018-10-26 10:21:26,824 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-net used request id req-84c6b529-8140-4ac0-9036-5bb26c655e81 2018-10-26 10:21:26,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/deecd63e05d44cbb92397bad17f49777 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d1eec7e9a875e719cc938d2464d71670b74ec9a" 2018-10-26 10:21:26,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:21:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73de1c6e-fb1d-4249-a21c-5f6fd1005243 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/deecd63e05d44cbb92397bad17f49777"}, "enabled": true, "id": "deecd63e05d44cbb92397bad17f49777", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-8109c462-2658-4e1-proj"}} 2018-10-26 10:21:26,908 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/deecd63e05d44cbb92397bad17f49777 used request id req-73de1c6e-fb1d-4249-a21c-5f6fd1005243 2018-10-26 10:21:26,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d1eec7e9a875e719cc938d2464d71670b74ec9a" 2018-10-26 10:21:27,125 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-243d6288-a49c-4ff9-b7f5-dfd52978663b Date: Fri, 26 Oct 2018 10:21:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:07Z","dns_nameservers":[],"updated_at":"2018-10-26T10:21:07Z","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":"deecd63e05d44cbb92397bad17f49777","id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","subnetpool_id":null,"name":"CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-subnet"}]} 2018-10-26 10:21:27,125 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad used request id req-243d6288-a49c-4ff9-b7f5-dfd52978663b 2018-10-26 10:21:27,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad&mac_address=fa%3A16%3A3e%3Aa5%3Ab3%3Aa7&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d1eec7e9a875e719cc938d2464d71670b74ec9a" 2018-10-26 10:21:27,394 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 958 X-Openstack-Request-Id: req-805b076a-f48e-408a-be9c-0740852f0763 Date: Fri, 26 Oct 2018 10:21:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:21:17Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","ip_address":"10.1.2.9"}],"id":"5327cb07-55f4-4212-9f93-298c04d2e320","security_groups":["2edefca4-76d3-42b7-89c0-8baa20554c54"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a5:b3:a7","project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:13Z","binding:vnic_type":"normal","device_id":"f4ef9444-5bfa-40fa-8433-c951b06d1ead"}]} 2018-10-26 10:21:27,394 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad&mac_address=fa%3A16%3A3e%3Aa5%3Ab3%3Aa7&admin_state_up=True used request id req-805b076a-f48e-408a-be9c-0740852f0763 2018-10-26 10:21:27,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/deecd63e05d44cbb92397bad17f49777 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d1eec7e9a875e719cc938d2464d71670b74ec9a" 2018-10-26 10:21:27,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:21:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-219a2d01-8506-42da-acf7-e39e1cc99e99 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/deecd63e05d44cbb92397bad17f49777"}, "enabled": true, "id": "deecd63e05d44cbb92397bad17f49777", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-8109c462-2658-4e1-proj"}} 2018-10-26 10:21:27,484 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/deecd63e05d44cbb92397bad17f49777 used request id req-219a2d01-8506-42da-acf7-e39e1cc99e99 2018-10-26 10:21:27,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d1eec7e9a875e719cc938d2464d71670b74ec9a" 2018-10-26 10:21:28,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-16224990-1a31-4ecf-a4a5-163ebcb48709 Date: Fri, 26 Oct 2018 10:21:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":8,"ipv4_address_scope":null,"shared":false,"project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","subnets":["d073657c-8aca-47e8-a9b7-2b3efea6bd46"],"description":"","tags":[],"updated_at":"2018-10-26T10:21:07Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-net","admin_state_up":true,"tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:05Z","provider:network_type":"vxlan"}]} 2018-10-26 10:21:28,165 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-net used request id req-16224990-1a31-4ecf-a4a5-163ebcb48709 2018-10-26 10:21:28,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d1eec7e9a875e719cc938d2464d71670b74ec9a" 2018-10-26 10:21:28,217 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-b0e37280-b18a-41be-8139-b511749a18d3 Date: Fri, 26 Oct 2018 10:21:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:07Z","dns_nameservers":[],"updated_at":"2018-10-26T10:21:07Z","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":"deecd63e05d44cbb92397bad17f49777","id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","subnetpool_id":null,"name":"CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-subnet"}]} 2018-10-26 10:21:28,217 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad used request id req-b0e37280-b18a-41be-8139-b511749a18d3 2018-10-26 10:21:28,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d1eec7e9a875e719cc938d2464d71670b74ec9a" 2018-10-26 10:21:28,270 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5805 X-Openstack-Request-Id: req-69a56530-155c-4b36-9a27-30e548446d6b Date: Fri, 26 Oct 2018 10:21:28 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:21:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","ip_address":"10.1.2.3"}],"id":"4db8fa97-285a-487d-9dde-23b946b8a6c7","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9a:72:65","project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:08Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:21:17Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","ip_address":"10.1.2.9"}],"id":"5327cb07-55f4-4212-9f93-298c04d2e320","security_groups":["2edefca4-76d3-42b7-89c0-8baa20554c54"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a5:b3:a7","project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:13Z","binding:vnic_type":"normal","device_id":"f4ef9444-5bfa-40fa-8433-c951b06d1ead"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:21:25Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","ip_address":"10.1.2.1"}],"id":"589f6d0f-633e-4ed5-91dc-1e8d8e599f5e","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:b8:11","project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:10Z","binding:vnic_type":"normal","device_id":"85884dd0-9189-4f8e-bf84-032dc20241fa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:21:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","ip_address":"10.1.2.2"}],"id":"b006114e-ea03-4cf1-8aca-ed639575b24f","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5b:8a:fd","project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:08Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:21:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","ip_address":"10.1.2.4"}],"id":"c5d9defb-fefe-47b2-b889-de3ee9c72561","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:08:6d","project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:09Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:21:19Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","ip_address":"10.1.2.6"}],"id":"e9ad6fe5-b34f-45a6-8648-20183d8845ba","security_groups":["a8edf58e-edb7-4835-9d3b-52efb6caa443"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:83:e2:3d","project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack-port1-yxqp4ry3u76u","admin_state_up":true,"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:09Z","binding:vnic_type":"normal","device_id":"31fbe6e9-91a6-4873-a8ce-8931aad0d398"}]} 2018-10-26 10:21:28,270 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad used request id req-69a56530-155c-4b36-9a27-30e548446d6b 2018-10-26 10:21:28,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d1eec7e9a875e719cc938d2464d71670b74ec9a" 2018-10-26 10:21:28,450 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-89c755c5-2e99-4bb0-818b-aab40f3c94f1 Date: Fri, 26 Oct 2018 10:21:28 GMT RESP BODY: {"floatingips": [{"router_id": "85884dd0-9189-4f8e-bf84-032dc20241fa", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "deecd63e05d44cbb92397bad17f49777", "created_at": "2018-10-26T10:21:10Z", "updated_at": "2018-10-26T10:21:12Z", "floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "fixed_ip_address": "10.1.2.6", "floating_ip_address": "172.30.9.207", "revision_number": 1, "project_id": "deecd63e05d44cbb92397bad17f49777", "port_id": "e9ad6fe5-b34f-45a6-8648-20183d8845ba", "id": "80971236-ad92-4042-a93c-40a170cc3f02"}]} 2018-10-26 10:21:28,450 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips used request id req-89c755c5-2e99-4bb0-818b-aab40f3c94f1 2018-10-26 10:21:28,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/314a0640-ba56-4aa1-a390-48cfc3522a57 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1d1eec7e9a875e719cc938d2464d71670b74ec9a" 2018-10-26 10:21:28,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-2b23d8fa-2524-444b-bdab-35c74e555fd1 Date: Fri, 26 Oct 2018 10:21:28 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:20:55Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T10:20:57Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/314a0640-ba56-4aa1-a390-48cfc3522a57/snap", "metadata": {}}], "self": "/v2/images/314a0640-ba56-4aa1-a390-48cfc3522a57", "min_disk": 0, "protected": false, "id": "314a0640-ba56-4aa1-a390-48cfc3522a57", "file": "/v2/images/314a0640-ba56-4aa1-a390-48cfc3522a57/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "deecd63e05d44cbb92397bad17f49777", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/314a0640-ba56-4aa1-a390-48cfc3522a57/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:21:28,612 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/314a0640-ba56-4aa1-a390-48cfc3522a57 used request id req-2b23d8fa-2524-444b-bdab-35c74e555fd1 2018-10-26 10:21:28,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1d1eec7e9a875e719cc938d2464d71670b74ec9a" 2018-10-26 10:21:28,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1458dc33-b712-4c63-91ed-96035a39fd79 Date: Fri, 26 Oct 2018 10:21: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-26 10:21:28,781 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-1458dc33-b712-4c63-91ed-96035a39fd79 2018-10-26 10:21:28,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/257f6699-cab2-42de-ad93-2efaa5674a8a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d1eec7e9a875e719cc938d2464d71670b74ec9a" 2018-10-26 10:21:28,812 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:21:28 GMT Server: Apache x-openstack-request-id: req-de76b1dc-fc2b-4319-a9e8-e3988f0913d1 Location: http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:21:28,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:21:28 GMT Server: Apache x-openstack-request-id: req-84fc8f59-4d19-46e9-80cf-e1f0b955a413 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2086 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-fbd882c7-404c-4e35-beb6-2076d7012e93-flavor2", "OS::project_id": "deecd63e05d44cbb92397bad17f49777", "OS::stack_id": "257f6699-cab2-42de-ad93-2efaa5674a8a", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-kp", "security_group_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-sec_grp", "subnet_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-subnet", "net_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-inst2", "inst1_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-inst1", "image2_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-image", "flavor1_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-flavor1", "image1_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack", "stack_user_project_id": "929faebd8b3e4f19a0952bffe8e924d3", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-26T10:21:02Z", "links": [{"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "257f6699-cab2-42de-ad93-2efaa5674a8a", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAzN/bfWNe+mTPxh0QuAMvGRX3KK9eg6oFNRhySIlIPiVWAjMd\nn7Pxr82t/cMgj5mZxKJMwzhSG/K3WZIFqc0H6NAe3DJlcHC8xIerahERFx6UXggz\nvYl9AcRgQ4SpOn65lHt9qGp0VC0GSyvqQVbU+vgIru6iDEhse2ZTE7wXyBfnDg5L\nAVs9x7FsRzwFPx7AFaS6XA1ccXinEvXAf4GkYXM9kbDFcu1Aqnb7hWmT6n7XnZph\nEZ+loSbBQ3nqP1ZklIe4M3jeuRGtBXjpbkuvav1TUwPCPbMteK+iSIjYVWEdcyW1\nsN+WwJCPtkFGq09IBCotWzrpVwuCoQJ4Jvr4QQIDAQABAoIBAQCwWh2YYFpYVUDY\nexpyGyOGh3baSaKk2UxkOOfe8nUCMadIe3GLkByBxR15K2ay1XgcX8yN2sQrFJGp\nA13mnPuq9sMpriPNVu3WiiYORiSc7xCtpIfNJjU5uS1X0TDOjlj2rBotR31dG+in\n+mRJ3BG2+pyW4AkTY6Al1J28hhM+g3Hh1KCoez9SgIMYTklryn6fbA356DFrW9yT\nQv1fdMEcL0SibowFbMATo6R8/aX6QYcB+NAAG5xmdbX8legCYMND32yxDE4UBDeP\nVkU/6jiOty+BCb7X6ac4snVJVqF22rec1WnOWEqrqkDuike9ah8MXQDw8fnjAsVu\nQejr+k/1AoGBAPHKe254A0H+Zzb+oA/rk6j6AnWsgi2TLM5AMMY2tIaE3AYdPz7k\nmoAC9d1DYEVBZPXgJJw8u+87MgOgfwI4EujPvZnmtJkMw6UeJ1xB6er13pSTX0EH\ncNHoYFzZMhlVlsIxNfYMJ0vbGunA6H3JDK5ObMCcJ9vycr4bHv06QD3/AoGBANjq\nAEdQcU+QDtAGPozW5R3zmfdw0uGiYDILKic2dCSPW390nExiSt4q3bJR1kA1I+n+\nC4yHi9d2JsiLZ+fOAloLUw/4rHqjgR3bERwYeezlQ2t/qlBZRsJGOpiqpVXcixTh\nX4UtbO9jdylHYhPBzP4WYU/W/WcIB0dUYL2eoUm/AoGBAJbfoBGYdX/yfPlF/R6y\nAtuH1Y0T7c7+bRDt4QFuFUtzD9AI4/QctYN3VW+RoTrVyWfbSzzqcOKgb17wARCj\naLk5F7g2yy5NVq9rl2fsAUiJzy+qnd94AyAX/jkxlh9U1tOp3WAAyWx99dcydmA2\n2eDSMu4lAoIuUQbq6XVdqcSFAoGAHamSNC5Z8GlgvS29bAEO/9OKIH47OEO+J9nC\n/+3AYCeCeaF2pjNizZLLElGCnPEnYh4tciAvDV3I2+/EW7yeMbYOu8Zjv7mQNIb6\nhf8K3UxUteSVY7txo6t649miFmW8VzSinVGi7fGKIAj07oK4B58D26koqeg9JpHx\nULzajX0CgYBMRcgNzBqJWs3zHezaLZd3ikOZ5F+Ac6b01pOIfpuQW7h8ISlLcnZU\nvZpUUzwTvCDcMfHWeg84BR9dRtXMSGBWFwxuidisT9G7XmdL8G68Pj8icQhQoGgS\nOvhMd/9OuIUP8M5v9Cyf25u20rfXhiqGP1MtiEVbx29hlT8LnYEaJA==\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-26 10:21:28,987 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a used request id req-84fc8f59-4d19-46e9-80cf-e1f0b955a413 2018-10-26 10:21:28,988 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:21:28,989 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:21:29,379 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "51e382bf23b2477b8c968653fe49d144", "name": "CreateStackFloatingIpTests-8109c462-2658-4e1-proj-role"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:21:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "deecd63e05d44cbb92397bad17f49777", "name": "CreateStackFloatingIpTests-8109c462-2658-4e1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/deecd63e05d44cbb92397bad17f49777", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/deecd63e05d44cbb92397bad17f49777", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/deecd63e05d44cbb92397bad17f49777", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/deecd63e05d44cbb92397bad17f49777", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/deecd63e05d44cbb92397bad17f49777", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/deecd63e05d44cbb92397bad17f49777", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/deecd63e05d44cbb92397bad17f49777", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/deecd63e05d44cbb92397bad17f49777", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/deecd63e05d44cbb92397bad17f49777", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/deecd63e05d44cbb92397bad17f49777", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/deecd63e05d44cbb92397bad17f49777", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-8109c462-2658-4e1-user", "id": "04a9c82250f2415688edd460a40b8377"}, "audit_ids": ["lv3PBeWnTS-FHrQayCQCkg"], "issued_at": "2018-10-26T10:21:29.000000Z"}} 2018-10-26 10:21:29,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5ff1ae946a53b5efb52946e9658619e949fbb64" 2018-10-26 10:21:29,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:21:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e907e92d-5534-47eb-9df0-23efda65939c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:21:29,451 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e907e92d-5534-47eb-9df0-23efda65939c 2018-10-26 10:21:29,453 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:21:29,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5ff1ae946a53b5efb52946e9658619e949fbb64" 2018-10-26 10:21:29,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:21:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b2d9681-6808-4580-b95d-784cde3915f0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:21:29,536 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-4b2d9681-6808-4580-b95d-784cde3915f0 2018-10-26 10:21:29,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5ff1ae946a53b5efb52946e9658619e949fbb64" 2018-10-26 10:21:29,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-b52dbf1c-fc51-4888-afa2-f8159cac2e81 Date: Fri, 26 Oct 2018 10:21:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":8,"ipv4_address_scope":null,"shared":false,"project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","subnets":["d073657c-8aca-47e8-a9b7-2b3efea6bd46"],"description":"","tags":[],"updated_at":"2018-10-26T10:21:07Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-net","admin_state_up":true,"tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:05Z","provider:network_type":"vxlan"}]} 2018-10-26 10:21:29,794 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-net used request id req-b52dbf1c-fc51-4888-afa2-f8159cac2e81 2018-10-26 10:21:29,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:21:29,803 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:21:29,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/deecd63e05d44cbb92397bad17f49777 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5ff1ae946a53b5efb52946e9658619e949fbb64" 2018-10-26 10:21:29,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:21:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-665ce6d7-3549-4dfc-ab28-da92fffbd85b Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/deecd63e05d44cbb92397bad17f49777"}, "enabled": true, "id": "deecd63e05d44cbb92397bad17f49777", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-8109c462-2658-4e1-proj"}} 2018-10-26 10:21:29,881 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/deecd63e05d44cbb92397bad17f49777 used request id req-665ce6d7-3549-4dfc-ab28-da92fffbd85b 2018-10-26 10:21:29,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5ff1ae946a53b5efb52946e9658619e949fbb64" 2018-10-26 10:21:30,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-5909fdd3-882b-4848-91f2-bd619d3c37d2 Date: Fri, 26 Oct 2018 10:21:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:07Z","dns_nameservers":[],"updated_at":"2018-10-26T10:21:07Z","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":"deecd63e05d44cbb92397bad17f49777","id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","subnetpool_id":null,"name":"CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-subnet"}]} 2018-10-26 10:21:30,082 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad used request id req-5909fdd3-882b-4848-91f2-bd619d3c37d2 2018-10-26 10:21:30,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad&mac_address=fa%3A16%3A3e%3Aa5%3Ab3%3Aa7&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5ff1ae946a53b5efb52946e9658619e949fbb64" 2018-10-26 10:21:30,228 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 958 X-Openstack-Request-Id: req-2e762fe0-902c-4a86-8e7f-59f79932d657 Date: Fri, 26 Oct 2018 10:21:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:21:17Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","ip_address":"10.1.2.9"}],"id":"5327cb07-55f4-4212-9f93-298c04d2e320","security_groups":["2edefca4-76d3-42b7-89c0-8baa20554c54"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a5:b3:a7","project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:13Z","binding:vnic_type":"normal","device_id":"f4ef9444-5bfa-40fa-8433-c951b06d1ead"}]} 2018-10-26 10:21:30,228 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad&mac_address=fa%3A16%3A3e%3Aa5%3Ab3%3Aa7&admin_state_up=True used request id req-2e762fe0-902c-4a86-8e7f-59f79932d657 2018-10-26 10:21:30,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/deecd63e05d44cbb92397bad17f49777 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5ff1ae946a53b5efb52946e9658619e949fbb64" 2018-10-26 10:21:30,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:21:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1aba8f88-8477-4fd6-a8b0-dda2b74d1b53 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/deecd63e05d44cbb92397bad17f49777"}, "enabled": true, "id": "deecd63e05d44cbb92397bad17f49777", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-8109c462-2658-4e1-proj"}} 2018-10-26 10:21:30,318 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/deecd63e05d44cbb92397bad17f49777 used request id req-1aba8f88-8477-4fd6-a8b0-dda2b74d1b53 2018-10-26 10:21:30,321 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-inst2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5ff1ae946a53b5efb52946e9658619e949fbb64" 2018-10-26 10:21:31,586 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:21: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-5e7a74f3-98e6-4105-8e54-29ca39f26992 x-compute-request-id: req-5e7a74f3-98e6-4105-8e54-29ca39f26992 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a5:b3:a7", "version": 4, "addr": "10.1.2.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/f4ef9444-5bfa-40fa-8433-c951b06d1ead", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/f4ef9444-5bfa-40fa-8433-c951b06d1ead", "rel": "bookmark"}], "image": {"id": "314a0640-ba56-4aa1-a390-48cfc3522a57", "links": [{"href": "http://172.30.9.21:8774/images/314a0640-ba56-4aa1-a390-48cfc3522a57", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011c", "OS-SRV-USG:launched_at": "2018-10-26T10:21:17.000000", "flavor": {"id": "837d2daf-b768-4f8a-af04-eed27f271cb8", "links": [{"href": "http://172.30.9.21:8774/flavors/837d2daf-b768-4f8a-af04-eed27f271cb8", "rel": "bookmark"}]}, "id": "f4ef9444-5bfa-40fa-8433-c951b06d1ead", "security_groups": [{"name": "default"}], "user_id": "04a9c82250f2415688edd460a40b8377", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:21:17Z", "hostId": "7e5b862629082bbe8566dd832c19e8bacc2ee47b3c84a1db951ccca2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-inst2", "created": "2018-10-26T10:21:11Z", "tenant_id": "deecd63e05d44cbb92397bad17f49777", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:21:31,586 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-inst2 used request id req-5e7a74f3-98e6-4105-8e54-29ca39f26992 2018-10-26 10:21:31,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5ff1ae946a53b5efb52946e9658619e949fbb64" 2018-10-26 10:21:31,814 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-d3c3c62e-7411-462d-8b25-347a85bfefdd Date: Fri, 26 Oct 2018 10:21:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":8,"ipv4_address_scope":null,"shared":false,"project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","subnets":["d073657c-8aca-47e8-a9b7-2b3efea6bd46"],"description":"","tags":[],"updated_at":"2018-10-26T10:21:07Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-net","admin_state_up":true,"tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:05Z","provider:network_type":"vxlan"}]} 2018-10-26 10:21:31,814 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-net used request id req-d3c3c62e-7411-462d-8b25-347a85bfefdd 2018-10-26 10:21:31,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5ff1ae946a53b5efb52946e9658619e949fbb64" 2018-10-26 10:21:31,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-3ab2db2d-36ce-4ca4-b714-fef03fd1c561 Date: Fri, 26 Oct 2018 10:21:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:07Z","dns_nameservers":[],"updated_at":"2018-10-26T10:21:07Z","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":"deecd63e05d44cbb92397bad17f49777","id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","subnetpool_id":null,"name":"CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-subnet"}]} 2018-10-26 10:21:31,870 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad used request id req-3ab2db2d-36ce-4ca4-b714-fef03fd1c561 2018-10-26 10:21:31,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5ff1ae946a53b5efb52946e9658619e949fbb64" 2018-10-26 10:21:32,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5805 X-Openstack-Request-Id: req-7f996d81-c4f0-4bda-b30b-7dfdc71ca931 Date: Fri, 26 Oct 2018 10:21:32 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:21:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","ip_address":"10.1.2.3"}],"id":"4db8fa97-285a-487d-9dde-23b946b8a6c7","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9a:72:65","project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:08Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:21:17Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","ip_address":"10.1.2.9"}],"id":"5327cb07-55f4-4212-9f93-298c04d2e320","security_groups":["2edefca4-76d3-42b7-89c0-8baa20554c54"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a5:b3:a7","project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:13Z","binding:vnic_type":"normal","device_id":"f4ef9444-5bfa-40fa-8433-c951b06d1ead"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:21:25Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","ip_address":"10.1.2.1"}],"id":"589f6d0f-633e-4ed5-91dc-1e8d8e599f5e","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:b8:11","project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:10Z","binding:vnic_type":"normal","device_id":"85884dd0-9189-4f8e-bf84-032dc20241fa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:21:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","ip_address":"10.1.2.2"}],"id":"b006114e-ea03-4cf1-8aca-ed639575b24f","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5b:8a:fd","project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:08Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:21:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","ip_address":"10.1.2.4"}],"id":"c5d9defb-fefe-47b2-b889-de3ee9c72561","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:08:6d","project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:09Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:21:19Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","ip_address":"10.1.2.6"}],"id":"e9ad6fe5-b34f-45a6-8648-20183d8845ba","security_groups":["a8edf58e-edb7-4835-9d3b-52efb6caa443"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:83:e2:3d","project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack-port1-yxqp4ry3u76u","admin_state_up":true,"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:09Z","binding:vnic_type":"normal","device_id":"31fbe6e9-91a6-4873-a8ce-8931aad0d398"}]} 2018-10-26 10:21:32,084 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad used request id req-7f996d81-c4f0-4bda-b30b-7dfdc71ca931 2018-10-26 10:21:32,085 - create_instance - INFO - Found existing machine with name - CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-inst2 2018-10-26 10:21:32,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5ff1ae946a53b5efb52946e9658619e949fbb64" 2018-10-26 10:21:32,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-4e4d6a82-60a8-4340-9066-ba1ea638a4a3 Date: Fri, 26 Oct 2018 10:21:32 GMT RESP BODY: {"floatingips": [{"router_id": "85884dd0-9189-4f8e-bf84-032dc20241fa", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "deecd63e05d44cbb92397bad17f49777", "created_at": "2018-10-26T10:21:10Z", "updated_at": "2018-10-26T10:21:12Z", "floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "fixed_ip_address": "10.1.2.6", "floating_ip_address": "172.30.9.207", "revision_number": 1, "project_id": "deecd63e05d44cbb92397bad17f49777", "port_id": "e9ad6fe5-b34f-45a6-8648-20183d8845ba", "id": "80971236-ad92-4042-a93c-40a170cc3f02"}]} 2018-10-26 10:21:32,265 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips used request id req-4e4d6a82-60a8-4340-9066-ba1ea638a4a3 2018-10-26 10:21:32,268 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/77ee3d22-5f4e-41ef-a847-a96212804962 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d1eec7e9a875e719cc938d2464d71670b74ec9a" 2018-10-26 10:21:32,287 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:21: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-c84cbb70-eba4-4a10-9067-501d3267893c x-compute-request-id: req-c84cbb70-eba4-4a10-9067-501d3267893c Content-Encoding: gzip Content-Length: 338 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/77ee3d22-5f4e-41ef-a847-a96212804962", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/77ee3d22-5f4e-41ef-a847-a96212804962", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 2, "id": "77ee3d22-5f4e-41ef-a847-a96212804962", "name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack-flavor1-r5vf5mtzbbmh", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 10:21:32,288 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/77ee3d22-5f4e-41ef-a847-a96212804962 used request id req-c84cbb70-eba4-4a10-9067-501d3267893c 2018-10-26 10:21:32,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/d073657c-8aca-47e8-a9b7-2b3efea6bd46 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d1eec7e9a875e719cc938d2464d71670b74ec9a" 2018-10-26 10:21:32,864 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-27455c02-0bfb-4c35-a531-9c4a4d4ff288 Date: Fri, 26 Oct 2018 10:21:32 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:07Z","dns_nameservers":[],"updated_at":"2018-10-26T10:21:07Z","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":"deecd63e05d44cbb92397bad17f49777","id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","subnetpool_id":null,"name":"CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-subnet"}} 2018-10-26 10:21:32,864 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/d073657c-8aca-47e8-a9b7-2b3efea6bd46 used request id req-27455c02-0bfb-4c35-a531-9c4a4d4ff288 2018-10-26 10:21:32,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d1eec7e9a875e719cc938d2464d71670b74ec9a" 2018-10-26 10:21:33,102 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-8ef5610b-e6bf-4791-9c2a-63e935e6fd12 Date: Fri, 26 Oct 2018 10:21:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":8,"ipv4_address_scope":null,"shared":false,"project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","subnets":["d073657c-8aca-47e8-a9b7-2b3efea6bd46"],"description":"","tags":[],"updated_at":"2018-10-26T10:21:07Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-net","admin_state_up":true,"tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:05Z","provider:network_type":"vxlan"}]} 2018-10-26 10:21:33,102 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad used request id req-8ef5610b-e6bf-4791-9c2a-63e935e6fd12 2018-10-26 10:21:33,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d1eec7e9a875e719cc938d2464d71670b74ec9a" 2018-10-26 10:21:33,314 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-40b395f5-2145-4834-95eb-77365abf3f96 Date: Fri, 26 Oct 2018 10:21:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:07Z","dns_nameservers":[],"updated_at":"2018-10-26T10:21:07Z","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":"deecd63e05d44cbb92397bad17f49777","id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","subnetpool_id":null,"name":"CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-subnet"}]} 2018-10-26 10:21:33,314 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad used request id req-40b395f5-2145-4834-95eb-77365abf3f96 2018-10-26 10:21:33,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d1eec7e9a875e719cc938d2464d71670b74ec9a" 2018-10-26 10:21:33,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-ef255fcb-4d10-4322-ab43-09da7a88b8a0 Date: Fri, 26 Oct 2018 10:21:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":8,"ipv4_address_scope":null,"shared":false,"project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","subnets":["d073657c-8aca-47e8-a9b7-2b3efea6bd46"],"description":"","tags":[],"updated_at":"2018-10-26T10:21:07Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-net","admin_state_up":true,"tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:05Z","provider:network_type":"vxlan"}]} 2018-10-26 10:21:33,542 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-net used request id req-ef255fcb-4d10-4322-ab43-09da7a88b8a0 2018-10-26 10:21:33,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/deecd63e05d44cbb92397bad17f49777 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d1eec7e9a875e719cc938d2464d71670b74ec9a" 2018-10-26 10:21:33,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:21:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38da3835-95a4-4590-92db-f5bfc9a11df1 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/deecd63e05d44cbb92397bad17f49777"}, "enabled": true, "id": "deecd63e05d44cbb92397bad17f49777", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-8109c462-2658-4e1-proj"}} 2018-10-26 10:21:33,638 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/deecd63e05d44cbb92397bad17f49777 used request id req-38da3835-95a4-4590-92db-f5bfc9a11df1 2018-10-26 10:21:33,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d1eec7e9a875e719cc938d2464d71670b74ec9a" 2018-10-26 10:21:33,699 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-7c6df5fc-a336-4c27-939c-5f08fb763085 Date: Fri, 26 Oct 2018 10:21:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:07Z","dns_nameservers":[],"updated_at":"2018-10-26T10:21:07Z","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":"deecd63e05d44cbb92397bad17f49777","id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","subnetpool_id":null,"name":"CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-subnet"}]} 2018-10-26 10:21:33,699 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad used request id req-7c6df5fc-a336-4c27-939c-5f08fb763085 2018-10-26 10:21:33,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad&mac_address=fa%3A16%3A3e%3A83%3Ae2%3A3d&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack-port1-yxqp4ry3u76u&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d1eec7e9a875e719cc938d2464d71670b74ec9a" 2018-10-26 10:21:33,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1073 X-Openstack-Request-Id: req-4b72db05-213d-4cac-9c20-87024f05757e Date: Fri, 26 Oct 2018 10:21:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:21:19Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","ip_address":"10.1.2.6"}],"id":"e9ad6fe5-b34f-45a6-8648-20183d8845ba","security_groups":["a8edf58e-edb7-4835-9d3b-52efb6caa443"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:83:e2:3d","project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack-port1-yxqp4ry3u76u","admin_state_up":true,"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:09Z","binding:vnic_type":"normal","device_id":"31fbe6e9-91a6-4873-a8ce-8931aad0d398"}]} 2018-10-26 10:21:33,909 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad&mac_address=fa%3A16%3A3e%3A83%3Ae2%3A3d&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack-port1-yxqp4ry3u76u&admin_state_up=True used request id req-4b72db05-213d-4cac-9c20-87024f05757e 2018-10-26 10:21:33,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/deecd63e05d44cbb92397bad17f49777 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d1eec7e9a875e719cc938d2464d71670b74ec9a" 2018-10-26 10:21:33,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:21:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34c40503-2a78-43af-8922-51a4376e5661 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/deecd63e05d44cbb92397bad17f49777"}, "enabled": true, "id": "deecd63e05d44cbb92397bad17f49777", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-8109c462-2658-4e1-proj"}} 2018-10-26 10:21:33,994 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/deecd63e05d44cbb92397bad17f49777 used request id req-34c40503-2a78-43af-8922-51a4376e5661 2018-10-26 10:21:34,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d1eec7e9a875e719cc938d2464d71670b74ec9a" 2018-10-26 10:21:34,091 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-c9fb789d-24b9-42eb-9455-86473cdf9f94 Date: Fri, 26 Oct 2018 10:21:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":8,"ipv4_address_scope":null,"shared":false,"project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","subnets":["d073657c-8aca-47e8-a9b7-2b3efea6bd46"],"description":"","tags":[],"updated_at":"2018-10-26T10:21:07Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-net","admin_state_up":true,"tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:05Z","provider:network_type":"vxlan"}]} 2018-10-26 10:21:34,091 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-net used request id req-c9fb789d-24b9-42eb-9455-86473cdf9f94 2018-10-26 10:21:34,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d1eec7e9a875e719cc938d2464d71670b74ec9a" 2018-10-26 10:21:34,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-9b610470-3732-4f51-8d6d-f592003435d3 Date: Fri, 26 Oct 2018 10:21:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:07Z","dns_nameservers":[],"updated_at":"2018-10-26T10:21:07Z","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":"deecd63e05d44cbb92397bad17f49777","id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","subnetpool_id":null,"name":"CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-subnet"}]} 2018-10-26 10:21:34,146 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad used request id req-9b610470-3732-4f51-8d6d-f592003435d3 2018-10-26 10:21:34,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d1eec7e9a875e719cc938d2464d71670b74ec9a" 2018-10-26 10:21:34,200 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5805 X-Openstack-Request-Id: req-74829dfc-96ae-4da9-ad5c-0d3596ce5b45 Date: Fri, 26 Oct 2018 10:21:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:21:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","ip_address":"10.1.2.3"}],"id":"4db8fa97-285a-487d-9dde-23b946b8a6c7","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9a:72:65","project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:08Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:21:17Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","ip_address":"10.1.2.9"}],"id":"5327cb07-55f4-4212-9f93-298c04d2e320","security_groups":["2edefca4-76d3-42b7-89c0-8baa20554c54"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a5:b3:a7","project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:13Z","binding:vnic_type":"normal","device_id":"f4ef9444-5bfa-40fa-8433-c951b06d1ead"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:21:25Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","ip_address":"10.1.2.1"}],"id":"589f6d0f-633e-4ed5-91dc-1e8d8e599f5e","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:b8:11","project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:10Z","binding:vnic_type":"normal","device_id":"85884dd0-9189-4f8e-bf84-032dc20241fa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:21:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","ip_address":"10.1.2.2"}],"id":"b006114e-ea03-4cf1-8aca-ed639575b24f","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5b:8a:fd","project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:08Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:21:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","ip_address":"10.1.2.4"}],"id":"c5d9defb-fefe-47b2-b889-de3ee9c72561","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:08:6d","project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:09Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:21:19Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","ip_address":"10.1.2.6"}],"id":"e9ad6fe5-b34f-45a6-8648-20183d8845ba","security_groups":["a8edf58e-edb7-4835-9d3b-52efb6caa443"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:83:e2:3d","project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack-port1-yxqp4ry3u76u","admin_state_up":true,"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:09Z","binding:vnic_type":"normal","device_id":"31fbe6e9-91a6-4873-a8ce-8931aad0d398"}]} 2018-10-26 10:21:34,200 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad used request id req-74829dfc-96ae-4da9-ad5c-0d3596ce5b45 2018-10-26 10:21:34,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d1eec7e9a875e719cc938d2464d71670b74ec9a" 2018-10-26 10:21:34,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-1d0b40f9-236b-4ec7-b3ea-1566b1dab2b0 Date: Fri, 26 Oct 2018 10:21:34 GMT RESP BODY: {"floatingips": [{"router_id": "85884dd0-9189-4f8e-bf84-032dc20241fa", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "deecd63e05d44cbb92397bad17f49777", "created_at": "2018-10-26T10:21:10Z", "updated_at": "2018-10-26T10:21:12Z", "floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "fixed_ip_address": "10.1.2.6", "floating_ip_address": "172.30.9.207", "revision_number": 1, "project_id": "deecd63e05d44cbb92397bad17f49777", "port_id": "e9ad6fe5-b34f-45a6-8648-20183d8845ba", "id": "80971236-ad92-4042-a93c-40a170cc3f02"}]} 2018-10-26 10:21:34,377 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips used request id req-1d0b40f9-236b-4ec7-b3ea-1566b1dab2b0 2018-10-26 10:21:34,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/85884dd0-9189-4f8e-bf84-032dc20241fa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d1eec7e9a875e719cc938d2464d71670b74ec9a" 2018-10-26 10:21:34,448 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-8c6dddba-5bb7-46a6-bcf5-b6c0cf46fc8e Date: Fri, 26 Oct 2018 10:21:34 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "deecd63e05d44cbb92397bad17f49777", "created_at": "2018-10-26T10:21:04Z", "admin_state_up": true, "updated_at": "2018-10-26T10:21:11Z", "project_id": "deecd63e05d44cbb92397bad17f49777", "flavor_id": null, "revision_number": 8, "routes": [], "ha": true, "id": "85884dd0-9189-4f8e-bf84-032dc20241fa", "name": "mgmt_router"}} 2018-10-26 10:21:34,448 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/85884dd0-9189-4f8e-bf84-032dc20241fa used request id req-8c6dddba-5bb7-46a6-bcf5-b6c0cf46fc8e 2018-10-26 10:21:34,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=85884dd0-9189-4f8e-bf84-032dc20241fa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d1eec7e9a875e719cc938d2464d71670b74ec9a" 2018-10-26 10:21:34,501 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4542 X-Openstack-Request-Id: req-95e37fa8-2394-4f55-a3ef-d69d96211289 Date: Fri, 26 Oct 2018 10:21:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:21:12Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5f8bd37b-f2b7-40ca-93d1-2b61c5ac695f","ip_address":"169.254.192.5"}],"id":"1def9870-c35a-4ec6-aed8-7778f3dd8dfd","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:41:9b","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant deecd63e05d44cbb92397bad17f49777","admin_state_up":true,"network_id":"2d986620-ef10-4090-86c4-bd01db3de9d4","tenant_id":"","created_at":"2018-10-26T10:21:08Z","binding:vnic_type":"normal","device_id":"85884dd0-9189-4f8e-bf84-032dc20241fa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:21:14Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5f8bd37b-f2b7-40ca-93d1-2b61c5ac695f","ip_address":"169.254.192.7"}],"id":"240c9a1d-9ef3-400a-9d79-253fc4caf861","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e3:b6:eb","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant deecd63e05d44cbb92397bad17f49777","admin_state_up":true,"network_id":"2d986620-ef10-4090-86c4-bd01db3de9d4","tenant_id":"","created_at":"2018-10-26T10:21:06Z","binding:vnic_type":"normal","device_id":"85884dd0-9189-4f8e-bf84-032dc20241fa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:21:26Z","device_owner":"network:router_gateway","revision_number":14,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414","ip_address":"172.30.9.200"}],"id":"49aa39f6-137f-427e-9451-fbae8aa36ff7","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:36:be:02","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":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","tenant_id":"","created_at":"2018-10-26T10:21:05Z","binding:vnic_type":"normal","device_id":"85884dd0-9189-4f8e-bf84-032dc20241fa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:21:25Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","ip_address":"10.1.2.1"}],"id":"589f6d0f-633e-4ed5-91dc-1e8d8e599f5e","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:b8:11","project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:10Z","binding:vnic_type":"normal","device_id":"85884dd0-9189-4f8e-bf84-032dc20241fa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:21:13Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5f8bd37b-f2b7-40ca-93d1-2b61c5ac695f","ip_address":"169.254.192.9"}],"id":"ee8d552b-235e-4737-b9ba-388aea5f7f11","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c1:1d:9b","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant deecd63e05d44cbb92397bad17f49777","admin_state_up":true,"network_id":"2d986620-ef10-4090-86c4-bd01db3de9d4","tenant_id":"","created_at":"2018-10-26T10:21:07Z","binding:vnic_type":"normal","device_id":"85884dd0-9189-4f8e-bf84-032dc20241fa"}]} 2018-10-26 10:21:34,501 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=85884dd0-9189-4f8e-bf84-032dc20241fa used request id req-95e37fa8-2394-4f55-a3ef-d69d96211289 2018-10-26 10:21:34,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d1eec7e9a875e719cc938d2464d71670b74ec9a" 2018-10-26 10:21:34,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-bf85cb8f-7527-4c07-baaa-20e3ea6242bd Date: Fri, 26 Oct 2018 10:21:34 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:47Z","dns_nameservers":[],"updated_at":"2018-10-26T08:12:47Z","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":"c850e319615544ee86b9a48e1e3e8f0f","id":"e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414","subnetpool_id":null,"name":"external-subnet"}} 2018-10-26 10:21:34,555 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414 used request id req-bf85cb8f-7527-4c07-baaa-20e3ea6242bd 2018-10-26 10:21:34,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/5f8bd37b-f2b7-40ca-93d1-2b61c5ac695f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d1eec7e9a875e719cc938d2464d71670b74ec9a" 2018-10-26 10:21:34,607 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-51e5d3b2-36ca-473b-ab82-fc05476b2e71 Date: Fri, 26 Oct 2018 10:21:34 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"2d986620-ef10-4090-86c4-bd01db3de9d4","tenant_id":"","created_at":"2018-10-26T10:21:04Z","dns_nameservers":[],"updated_at":"2018-10-26T10:21: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":"5f8bd37b-f2b7-40ca-93d1-2b61c5ac695f","subnetpool_id":null,"name":"HA subnet tenant deecd63e05d44cbb92397bad17f49777"}} 2018-10-26 10:21:34,607 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/5f8bd37b-f2b7-40ca-93d1-2b61c5ac695f used request id req-51e5d3b2-36ca-473b-ab82-fc05476b2e71 2018-10-26 10:21:34,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/5f8bd37b-f2b7-40ca-93d1-2b61c5ac695f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d1eec7e9a875e719cc938d2464d71670b74ec9a" 2018-10-26 10:21:34,815 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-5561a593-8bea-4a97-ab28-1afbcd584bc0 Date: Fri, 26 Oct 2018 10:21:34 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"2d986620-ef10-4090-86c4-bd01db3de9d4","tenant_id":"","created_at":"2018-10-26T10:21:04Z","dns_nameservers":[],"updated_at":"2018-10-26T10:21: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":"5f8bd37b-f2b7-40ca-93d1-2b61c5ac695f","subnetpool_id":null,"name":"HA subnet tenant deecd63e05d44cbb92397bad17f49777"}} 2018-10-26 10:21:34,815 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/5f8bd37b-f2b7-40ca-93d1-2b61c5ac695f used request id req-5561a593-8bea-4a97-ab28-1afbcd584bc0 2018-10-26 10:21:34,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/5f8bd37b-f2b7-40ca-93d1-2b61c5ac695f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d1eec7e9a875e719cc938d2464d71670b74ec9a" 2018-10-26 10:21:34,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-afed687f-a5a6-435b-aca4-96e6b356abf7 Date: Fri, 26 Oct 2018 10:21:34 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"2d986620-ef10-4090-86c4-bd01db3de9d4","tenant_id":"","created_at":"2018-10-26T10:21:04Z","dns_nameservers":[],"updated_at":"2018-10-26T10:21: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":"5f8bd37b-f2b7-40ca-93d1-2b61c5ac695f","subnetpool_id":null,"name":"HA subnet tenant deecd63e05d44cbb92397bad17f49777"}} 2018-10-26 10:21:34,872 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/5f8bd37b-f2b7-40ca-93d1-2b61c5ac695f used request id req-afed687f-a5a6-435b-aca4-96e6b356abf7 2018-10-26 10:21:34,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/d073657c-8aca-47e8-a9b7-2b3efea6bd46 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d1eec7e9a875e719cc938d2464d71670b74ec9a" 2018-10-26 10:21:34,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-4b0e9880-c1b5-4cc8-9beb-8020816ce4ea Date: Fri, 26 Oct 2018 10:21:34 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:07Z","dns_nameservers":[],"updated_at":"2018-10-26T10:21:07Z","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":"deecd63e05d44cbb92397bad17f49777","id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","subnetpool_id":null,"name":"CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-subnet"}} 2018-10-26 10:21:34,927 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/d073657c-8aca-47e8-a9b7-2b3efea6bd46 used request id req-4b0e9880-c1b5-4cc8-9beb-8020816ce4ea 2018-10-26 10:21:34,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports/e9ad6fe5-b34f-45a6-8648-20183d8845ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d1eec7e9a875e719cc938d2464d71670b74ec9a" 2018-10-26 10:21:34,979 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1070 X-Openstack-Request-Id: req-03b264c8-6d52-453f-a3cb-818e1f4c9919 Date: Fri, 26 Oct 2018 10:21:34 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:21:19Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","ip_address":"10.1.2.6"}],"id":"e9ad6fe5-b34f-45a6-8648-20183d8845ba","security_groups":["a8edf58e-edb7-4835-9d3b-52efb6caa443"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:83:e2:3d","device_id":"31fbe6e9-91a6-4873-a8ce-8931aad0d398","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack-port1-yxqp4ry3u76u","project_id":"deecd63e05d44cbb92397bad17f49777","qos_policy_id":null,"admin_state_up":true,"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:09Z","binding:vnic_type":"normal"}} 2018-10-26 10:21:34,979 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports/e9ad6fe5-b34f-45a6-8648-20183d8845ba used request id req-03b264c8-6d52-453f-a3cb-818e1f4c9919 2018-10-26 10:21:34,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/d073657c-8aca-47e8-a9b7-2b3efea6bd46 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d1eec7e9a875e719cc938d2464d71670b74ec9a" 2018-10-26 10:21:35,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-eb6d9e1b-bad6-45b2-b7bf-ccd63fc3332c Date: Fri, 26 Oct 2018 10:21:35 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:07Z","dns_nameservers":[],"updated_at":"2018-10-26T10:21:07Z","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":"deecd63e05d44cbb92397bad17f49777","id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","subnetpool_id":null,"name":"CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-subnet"}} 2018-10-26 10:21:35,038 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/d073657c-8aca-47e8-a9b7-2b3efea6bd46 used request id req-eb6d9e1b-bad6-45b2-b7bf-ccd63fc3332c 2018-10-26 10:21:35,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/314a0640-ba56-4aa1-a390-48cfc3522a57 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1d1eec7e9a875e719cc938d2464d71670b74ec9a" 2018-10-26 10:21:35,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-5d37223e-d0ac-4f63-b9fc-5a4c2fea1d16 Date: Fri, 26 Oct 2018 10:21:35 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:20:55Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-26T10:20:57Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/314a0640-ba56-4aa1-a390-48cfc3522a57/snap", "metadata": {}}], "self": "/v2/images/314a0640-ba56-4aa1-a390-48cfc3522a57", "min_disk": 0, "protected": false, "id": "314a0640-ba56-4aa1-a390-48cfc3522a57", "file": "/v2/images/314a0640-ba56-4aa1-a390-48cfc3522a57/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "deecd63e05d44cbb92397bad17f49777", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/314a0640-ba56-4aa1-a390-48cfc3522a57/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:21:35,212 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/314a0640-ba56-4aa1-a390-48cfc3522a57 used request id req-5d37223e-d0ac-4f63-b9fc-5a4c2fea1d16 2018-10-26 10:21:35,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/257f6699-cab2-42de-ad93-2efaa5674a8a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d1eec7e9a875e719cc938d2464d71670b74ec9a" 2018-10-26 10:21:35,404 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:21:35 GMT Server: Apache x-openstack-request-id: req-03f6bfc8-8526-48f7-aad9-9fc0bd5fa0f5 Location: http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:21:35,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:21:35 GMT Server: Apache x-openstack-request-id: req-b2cabea6-4d52-4d55-aa22-8427da8599e5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2086 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-fbd882c7-404c-4e35-beb6-2076d7012e93-flavor2", "OS::project_id": "deecd63e05d44cbb92397bad17f49777", "OS::stack_id": "257f6699-cab2-42de-ad93-2efaa5674a8a", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-kp", "security_group_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-sec_grp", "subnet_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-subnet", "net_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-inst2", "inst1_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-inst1", "image2_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-image", "flavor1_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-flavor1", "image1_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack", "stack_user_project_id": "929faebd8b3e4f19a0952bffe8e924d3", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-26T10:21:02Z", "links": [{"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "257f6699-cab2-42de-ad93-2efaa5674a8a", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAzN/bfWNe+mTPxh0QuAMvGRX3KK9eg6oFNRhySIlIPiVWAjMd\nn7Pxr82t/cMgj5mZxKJMwzhSG/K3WZIFqc0H6NAe3DJlcHC8xIerahERFx6UXggz\nvYl9AcRgQ4SpOn65lHt9qGp0VC0GSyvqQVbU+vgIru6iDEhse2ZTE7wXyBfnDg5L\nAVs9x7FsRzwFPx7AFaS6XA1ccXinEvXAf4GkYXM9kbDFcu1Aqnb7hWmT6n7XnZph\nEZ+loSbBQ3nqP1ZklIe4M3jeuRGtBXjpbkuvav1TUwPCPbMteK+iSIjYVWEdcyW1\nsN+WwJCPtkFGq09IBCotWzrpVwuCoQJ4Jvr4QQIDAQABAoIBAQCwWh2YYFpYVUDY\nexpyGyOGh3baSaKk2UxkOOfe8nUCMadIe3GLkByBxR15K2ay1XgcX8yN2sQrFJGp\nA13mnPuq9sMpriPNVu3WiiYORiSc7xCtpIfNJjU5uS1X0TDOjlj2rBotR31dG+in\n+mRJ3BG2+pyW4AkTY6Al1J28hhM+g3Hh1KCoez9SgIMYTklryn6fbA356DFrW9yT\nQv1fdMEcL0SibowFbMATo6R8/aX6QYcB+NAAG5xmdbX8legCYMND32yxDE4UBDeP\nVkU/6jiOty+BCb7X6ac4snVJVqF22rec1WnOWEqrqkDuike9ah8MXQDw8fnjAsVu\nQejr+k/1AoGBAPHKe254A0H+Zzb+oA/rk6j6AnWsgi2TLM5AMMY2tIaE3AYdPz7k\nmoAC9d1DYEVBZPXgJJw8u+87MgOgfwI4EujPvZnmtJkMw6UeJ1xB6er13pSTX0EH\ncNHoYFzZMhlVlsIxNfYMJ0vbGunA6H3JDK5ObMCcJ9vycr4bHv06QD3/AoGBANjq\nAEdQcU+QDtAGPozW5R3zmfdw0uGiYDILKic2dCSPW390nExiSt4q3bJR1kA1I+n+\nC4yHi9d2JsiLZ+fOAloLUw/4rHqjgR3bERwYeezlQ2t/qlBZRsJGOpiqpVXcixTh\nX4UtbO9jdylHYhPBzP4WYU/W/WcIB0dUYL2eoUm/AoGBAJbfoBGYdX/yfPlF/R6y\nAtuH1Y0T7c7+bRDt4QFuFUtzD9AI4/QctYN3VW+RoTrVyWfbSzzqcOKgb17wARCj\naLk5F7g2yy5NVq9rl2fsAUiJzy+qnd94AyAX/jkxlh9U1tOp3WAAyWx99dcydmA2\n2eDSMu4lAoIuUQbq6XVdqcSFAoGAHamSNC5Z8GlgvS29bAEO/9OKIH47OEO+J9nC\n/+3AYCeCeaF2pjNizZLLElGCnPEnYh4tciAvDV3I2+/EW7yeMbYOu8Zjv7mQNIb6\nhf8K3UxUteSVY7txo6t649miFmW8VzSinVGi7fGKIAj07oK4B58D26koqeg9JpHx\nULzajX0CgYBMRcgNzBqJWs3zHezaLZd3ikOZ5F+Ac6b01pOIfpuQW7h8ISlLcnZU\nvZpUUzwTvCDcMfHWeg84BR9dRtXMSGBWFwxuidisT9G7XmdL8G68Pj8icQhQoGgS\nOvhMd/9OuIUP8M5v9Cyf25u20rfXhiqGP1MtiEVbx29hlT8LnYEaJA==\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-26 10:21:35,729 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a used request id req-b2cabea6-4d52-4d55-aa22-8427da8599e5 2018-10-26 10:21:35,730 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:21:35,731 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:21:36,135 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "51e382bf23b2477b8c968653fe49d144", "name": "CreateStackFloatingIpTests-8109c462-2658-4e1-proj-role"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:21:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "deecd63e05d44cbb92397bad17f49777", "name": "CreateStackFloatingIpTests-8109c462-2658-4e1-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/deecd63e05d44cbb92397bad17f49777", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/deecd63e05d44cbb92397bad17f49777", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/deecd63e05d44cbb92397bad17f49777", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/deecd63e05d44cbb92397bad17f49777", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/deecd63e05d44cbb92397bad17f49777", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/deecd63e05d44cbb92397bad17f49777", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/deecd63e05d44cbb92397bad17f49777", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/deecd63e05d44cbb92397bad17f49777", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/deecd63e05d44cbb92397bad17f49777", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/deecd63e05d44cbb92397bad17f49777", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/deecd63e05d44cbb92397bad17f49777", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-8109c462-2658-4e1-user", "id": "04a9c82250f2415688edd460a40b8377"}, "audit_ids": ["hGK3FNsbT9qpNV0A5sA6GA"], "issued_at": "2018-10-26T10:21:36.000000Z"}} 2018-10-26 10:21:36,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}132563b3b08e0f19087135674cf08bb3357e1f11" 2018-10-26 10:21:36,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:21:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf174537-1c26-43d3-92a5-fd0911435847 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:21:36,220 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-bf174537-1c26-43d3-92a5-fd0911435847 2018-10-26 10:21:36,222 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:21:36,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}132563b3b08e0f19087135674cf08bb3357e1f11" 2018-10-26 10:21:36,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:21:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d6f8452-5d49-4a97-91d6-5ec46728b73a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:21:36,302 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-0d6f8452-5d49-4a97-91d6-5ec46728b73a 2018-10-26 10:21:36,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}132563b3b08e0f19087135674cf08bb3357e1f11" 2018-10-26 10:21:36,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-9fd22803-92d4-4b0c-885f-f2998db95e3e Date: Fri, 26 Oct 2018 10:21:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":8,"ipv4_address_scope":null,"shared":false,"project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","subnets":["d073657c-8aca-47e8-a9b7-2b3efea6bd46"],"description":"","tags":[],"updated_at":"2018-10-26T10:21:07Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-net","admin_state_up":true,"tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:05Z","provider:network_type":"vxlan"}]} 2018-10-26 10:21:36,551 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-net used request id req-9fd22803-92d4-4b0c-885f-f2998db95e3e 2018-10-26 10:21:36,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:21:36,560 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:21: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:21:36,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/deecd63e05d44cbb92397bad17f49777 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}132563b3b08e0f19087135674cf08bb3357e1f11" 2018-10-26 10:21:36,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:21:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7559d3e-deb5-4cb6-a9b0-31a656e09f2e Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/deecd63e05d44cbb92397bad17f49777"}, "enabled": true, "id": "deecd63e05d44cbb92397bad17f49777", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-8109c462-2658-4e1-proj"}} 2018-10-26 10:21:36,651 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/deecd63e05d44cbb92397bad17f49777 used request id req-b7559d3e-deb5-4cb6-a9b0-31a656e09f2e 2018-10-26 10:21:36,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}132563b3b08e0f19087135674cf08bb3357e1f11" 2018-10-26 10:21:36,871 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-89a9cee6-0068-4dfe-8df3-15a800a246b5 Date: Fri, 26 Oct 2018 10:21:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:07Z","dns_nameservers":[],"updated_at":"2018-10-26T10:21:07Z","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":"deecd63e05d44cbb92397bad17f49777","id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","subnetpool_id":null,"name":"CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-subnet"}]} 2018-10-26 10:21:36,871 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad used request id req-89a9cee6-0068-4dfe-8df3-15a800a246b5 2018-10-26 10:21:36,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad&mac_address=fa%3A16%3A3e%3A83%3Ae2%3A3d&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack-port1-yxqp4ry3u76u&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}132563b3b08e0f19087135674cf08bb3357e1f11" 2018-10-26 10:21:37,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1073 X-Openstack-Request-Id: req-76123852-6e70-492b-bd78-7d15e8729c27 Date: Fri, 26 Oct 2018 10:21:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:21:19Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","ip_address":"10.1.2.6"}],"id":"e9ad6fe5-b34f-45a6-8648-20183d8845ba","security_groups":["a8edf58e-edb7-4835-9d3b-52efb6caa443"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:83:e2:3d","project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack-port1-yxqp4ry3u76u","admin_state_up":true,"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:09Z","binding:vnic_type":"normal","device_id":"31fbe6e9-91a6-4873-a8ce-8931aad0d398"}]} 2018-10-26 10:21:37,459 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad&mac_address=fa%3A16%3A3e%3A83%3Ae2%3A3d&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack-port1-yxqp4ry3u76u&admin_state_up=True used request id req-76123852-6e70-492b-bd78-7d15e8729c27 2018-10-26 10:21:37,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/deecd63e05d44cbb92397bad17f49777 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}132563b3b08e0f19087135674cf08bb3357e1f11" 2018-10-26 10:21:37,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:21:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd4a4994-c054-495f-b0dc-a72d794f229a Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/deecd63e05d44cbb92397bad17f49777"}, "enabled": true, "id": "deecd63e05d44cbb92397bad17f49777", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-8109c462-2658-4e1-proj"}} 2018-10-26 10:21:37,545 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/deecd63e05d44cbb92397bad17f49777 used request id req-bd4a4994-c054-495f-b0dc-a72d794f229a 2018-10-26 10:21:37,548 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-inst1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}132563b3b08e0f19087135674cf08bb3357e1f11" 2018-10-26 10:21:38,486 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:21:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-865a60b5-164f-47f1-8202-255cea4f1998 x-compute-request-id: req-865a60b5-164f-47f1-8202-255cea4f1998 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:e2:3d", "version": 4, "addr": "10.1.2.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:e2:3d", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/31fbe6e9-91a6-4873-a8ce-8931aad0d398", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/31fbe6e9-91a6-4873-a8ce-8931aad0d398", "rel": "bookmark"}], "image": {"id": "314a0640-ba56-4aa1-a390-48cfc3522a57", "links": [{"href": "http://172.30.9.21:8774/images/314a0640-ba56-4aa1-a390-48cfc3522a57", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011f", "OS-SRV-USG:launched_at": "2018-10-26T10:21:19.000000", "flavor": {"id": "77ee3d22-5f4e-41ef-a847-a96212804962", "links": [{"href": "http://172.30.9.21:8774/flavors/77ee3d22-5f4e-41ef-a847-a96212804962", "rel": "bookmark"}]}, "id": "31fbe6e9-91a6-4873-a8ce-8931aad0d398", "security_groups": [{"name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-sec_grp"}], "user_id": "04a9c82250f2415688edd460a40b8377", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:21:19Z", "hostId": "c2023683d809e7f7ce42382e521cb518c1bac72df4d299a787426e67", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-inst1", "created": "2018-10-26T10:21:12Z", "tenant_id": "deecd63e05d44cbb92397bad17f49777", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:21:38,486 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-inst1 used request id req-865a60b5-164f-47f1-8202-255cea4f1998 2018-10-26 10:21:38,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}132563b3b08e0f19087135674cf08bb3357e1f11" 2018-10-26 10:21:38,576 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-f28b2616-d391-46de-ae85-7b7e78149ab1 Date: Fri, 26 Oct 2018 10:21:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":8,"ipv4_address_scope":null,"shared":false,"project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","subnets":["d073657c-8aca-47e8-a9b7-2b3efea6bd46"],"description":"","tags":[],"updated_at":"2018-10-26T10:21:07Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-net","admin_state_up":true,"tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:05Z","provider:network_type":"vxlan"}]} 2018-10-26 10:21:38,577 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-net used request id req-f28b2616-d391-46de-ae85-7b7e78149ab1 2018-10-26 10:21:38,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}132563b3b08e0f19087135674cf08bb3357e1f11" 2018-10-26 10:21:38,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-5a37692f-78bc-4ef8-a944-1ccb52cf5eea Date: Fri, 26 Oct 2018 10:21:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:07Z","dns_nameservers":[],"updated_at":"2018-10-26T10:21:07Z","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":"deecd63e05d44cbb92397bad17f49777","id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","subnetpool_id":null,"name":"CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-subnet"}]} 2018-10-26 10:21:38,784 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad used request id req-5a37692f-78bc-4ef8-a944-1ccb52cf5eea 2018-10-26 10:21:38,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}132563b3b08e0f19087135674cf08bb3357e1f11" 2018-10-26 10:21:38,994 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5805 X-Openstack-Request-Id: req-6091592f-6bb1-482f-b945-bf01625a6285 Date: Fri, 26 Oct 2018 10:21:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:21:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","ip_address":"10.1.2.3"}],"id":"4db8fa97-285a-487d-9dde-23b946b8a6c7","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9a:72:65","project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:08Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:21:17Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","ip_address":"10.1.2.9"}],"id":"5327cb07-55f4-4212-9f93-298c04d2e320","security_groups":["2edefca4-76d3-42b7-89c0-8baa20554c54"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a5:b3:a7","project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:13Z","binding:vnic_type":"normal","device_id":"f4ef9444-5bfa-40fa-8433-c951b06d1ead"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:21:25Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","ip_address":"10.1.2.1"}],"id":"589f6d0f-633e-4ed5-91dc-1e8d8e599f5e","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:b8:11","project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:10Z","binding:vnic_type":"normal","device_id":"85884dd0-9189-4f8e-bf84-032dc20241fa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:21:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","ip_address":"10.1.2.2"}],"id":"b006114e-ea03-4cf1-8aca-ed639575b24f","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5b:8a:fd","project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:08Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:21:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","ip_address":"10.1.2.4"}],"id":"c5d9defb-fefe-47b2-b889-de3ee9c72561","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:08:6d","project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:09Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:21:19Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","ip_address":"10.1.2.6"}],"id":"e9ad6fe5-b34f-45a6-8648-20183d8845ba","security_groups":["a8edf58e-edb7-4835-9d3b-52efb6caa443"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:83:e2:3d","project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack-port1-yxqp4ry3u76u","admin_state_up":true,"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:09Z","binding:vnic_type":"normal","device_id":"31fbe6e9-91a6-4873-a8ce-8931aad0d398"}]} 2018-10-26 10:21:38,994 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad used request id req-6091592f-6bb1-482f-b945-bf01625a6285 2018-10-26 10:21:38,995 - create_instance - INFO - Found existing machine with name - CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-inst1 2018-10-26 10:21:39,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}132563b3b08e0f19087135674cf08bb3357e1f11" 2018-10-26 10:21:39,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-68cdc523-abb8-4bc5-bec1-88c2c63b3016 Date: Fri, 26 Oct 2018 10:21:39 GMT RESP BODY: {"floatingips": [{"router_id": "85884dd0-9189-4f8e-bf84-032dc20241fa", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "deecd63e05d44cbb92397bad17f49777", "created_at": "2018-10-26T10:21:10Z", "updated_at": "2018-10-26T10:21:12Z", "floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "fixed_ip_address": "10.1.2.6", "floating_ip_address": "172.30.9.207", "revision_number": 1, "project_id": "deecd63e05d44cbb92397bad17f49777", "port_id": "e9ad6fe5-b34f-45a6-8648-20183d8845ba", "id": "80971236-ad92-4042-a93c-40a170cc3f02"}]} 2018-10-26 10:21:39,167 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips used request id req-68cdc523-abb8-4bc5-bec1-88c2c63b3016 2018-10-26 10:21:39,170 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/f4ef9444-5bfa-40fa-8433-c951b06d1ead -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5ff1ae946a53b5efb52946e9658619e949fbb64" 2018-10-26 10:21:39,769 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:21: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-8e4fc387-96aa-4d0e-bfcd-c0fd05ab6186 x-compute-request-id: req-8e4fc387-96aa-4d0e-bfcd-c0fd05ab6186 Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a5:b3:a7", "version": 4, "addr": "10.1.2.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/f4ef9444-5bfa-40fa-8433-c951b06d1ead", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/f4ef9444-5bfa-40fa-8433-c951b06d1ead", "rel": "bookmark"}], "image": {"id": "314a0640-ba56-4aa1-a390-48cfc3522a57", "links": [{"href": "http://172.30.9.21:8774/images/314a0640-ba56-4aa1-a390-48cfc3522a57", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011c", "OS-SRV-USG:launched_at": "2018-10-26T10:21:17.000000", "flavor": {"id": "837d2daf-b768-4f8a-af04-eed27f271cb8", "links": [{"href": "http://172.30.9.21:8774/flavors/837d2daf-b768-4f8a-af04-eed27f271cb8", "rel": "bookmark"}]}, "id": "f4ef9444-5bfa-40fa-8433-c951b06d1ead", "security_groups": [{"name": "default"}], "user_id": "04a9c82250f2415688edd460a40b8377", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:21:17Z", "hostId": "7e5b862629082bbe8566dd832c19e8bacc2ee47b3c84a1db951ccca2", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-inst2", "created": "2018-10-26T10:21:11Z", "tenant_id": "deecd63e05d44cbb92397bad17f49777", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:21:39,770 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/f4ef9444-5bfa-40fa-8433-c951b06d1ead used request id req-8e4fc387-96aa-4d0e-bfcd-c0fd05ab6186 2018-10-26 10:21:39,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5ff1ae946a53b5efb52946e9658619e949fbb64" 2018-10-26 10:21:39,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-c6b2377e-89f7-4248-9dc5-769f0ed467d5 Date: Fri, 26 Oct 2018 10:21:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":8,"ipv4_address_scope":null,"shared":false,"project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","subnets":["d073657c-8aca-47e8-a9b7-2b3efea6bd46"],"description":"","tags":[],"updated_at":"2018-10-26T10:21:07Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-net","admin_state_up":true,"tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:05Z","provider:network_type":"vxlan"}]} 2018-10-26 10:21:39,855 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-net used request id req-c6b2377e-89f7-4248-9dc5-769f0ed467d5 2018-10-26 10:21:39,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/deecd63e05d44cbb92397bad17f49777 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5ff1ae946a53b5efb52946e9658619e949fbb64" 2018-10-26 10:21:39,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:21:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e78dacf-7bc0-4d80-b487-b788b46598de Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/deecd63e05d44cbb92397bad17f49777"}, "enabled": true, "id": "deecd63e05d44cbb92397bad17f49777", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-8109c462-2658-4e1-proj"}} 2018-10-26 10:21:39,951 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/deecd63e05d44cbb92397bad17f49777 used request id req-3e78dacf-7bc0-4d80-b487-b788b46598de 2018-10-26 10:21:39,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5ff1ae946a53b5efb52946e9658619e949fbb64" 2018-10-26 10:21:40,165 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-e49a49ee-7238-4477-8396-39c5b908b11f Date: Fri, 26 Oct 2018 10:21:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:07Z","dns_nameservers":[],"updated_at":"2018-10-26T10:21:07Z","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":"deecd63e05d44cbb92397bad17f49777","id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","subnetpool_id":null,"name":"CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-subnet"}]} 2018-10-26 10:21:40,165 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad used request id req-e49a49ee-7238-4477-8396-39c5b908b11f 2018-10-26 10:21:40,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5ff1ae946a53b5efb52946e9658619e949fbb64" 2018-10-26 10:21:40,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5805 X-Openstack-Request-Id: req-330d6bb6-c9d9-4d0a-9f0e-37de771cb40a Date: Fri, 26 Oct 2018 10:21:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:21:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","ip_address":"10.1.2.3"}],"id":"4db8fa97-285a-487d-9dde-23b946b8a6c7","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9a:72:65","project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:08Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:21:17Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","ip_address":"10.1.2.9"}],"id":"5327cb07-55f4-4212-9f93-298c04d2e320","security_groups":["2edefca4-76d3-42b7-89c0-8baa20554c54"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a5:b3:a7","project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:13Z","binding:vnic_type":"normal","device_id":"f4ef9444-5bfa-40fa-8433-c951b06d1ead"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:21:25Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","ip_address":"10.1.2.1"}],"id":"589f6d0f-633e-4ed5-91dc-1e8d8e599f5e","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:b8:11","project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:10Z","binding:vnic_type":"normal","device_id":"85884dd0-9189-4f8e-bf84-032dc20241fa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:21:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","ip_address":"10.1.2.2"}],"id":"b006114e-ea03-4cf1-8aca-ed639575b24f","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5b:8a:fd","project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:08Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:21:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","ip_address":"10.1.2.4"}],"id":"c5d9defb-fefe-47b2-b889-de3ee9c72561","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:08:6d","project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:09Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:21:19Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","ip_address":"10.1.2.6"}],"id":"e9ad6fe5-b34f-45a6-8648-20183d8845ba","security_groups":["a8edf58e-edb7-4835-9d3b-52efb6caa443"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:83:e2:3d","project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack-port1-yxqp4ry3u76u","admin_state_up":true,"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:09Z","binding:vnic_type":"normal","device_id":"31fbe6e9-91a6-4873-a8ce-8931aad0d398"}]} 2018-10-26 10:21:40,374 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad used request id req-330d6bb6-c9d9-4d0a-9f0e-37de771cb40a 2018-10-26 10:21:40,378 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/31fbe6e9-91a6-4873-a8ce-8931aad0d398 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}132563b3b08e0f19087135674cf08bb3357e1f11" 2018-10-26 10:21:41,110 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-07a828ce-6147-4bde-b7fd-7388474d0d07 x-compute-request-id: req-07a828ce-6147-4bde-b7fd-7388474d0d07 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:e2:3d", "version": 4, "addr": "10.1.2.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:e2:3d", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/31fbe6e9-91a6-4873-a8ce-8931aad0d398", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/31fbe6e9-91a6-4873-a8ce-8931aad0d398", "rel": "bookmark"}], "image": {"id": "314a0640-ba56-4aa1-a390-48cfc3522a57", "links": [{"href": "http://172.30.9.21:8774/images/314a0640-ba56-4aa1-a390-48cfc3522a57", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011f", "OS-SRV-USG:launched_at": "2018-10-26T10:21:19.000000", "flavor": {"id": "77ee3d22-5f4e-41ef-a847-a96212804962", "links": [{"href": "http://172.30.9.21:8774/flavors/77ee3d22-5f4e-41ef-a847-a96212804962", "rel": "bookmark"}]}, "id": "31fbe6e9-91a6-4873-a8ce-8931aad0d398", "security_groups": [{"name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-sec_grp"}], "user_id": "04a9c82250f2415688edd460a40b8377", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:21:19Z", "hostId": "c2023683d809e7f7ce42382e521cb518c1bac72df4d299a787426e67", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-inst1", "created": "2018-10-26T10:21:12Z", "tenant_id": "deecd63e05d44cbb92397bad17f49777", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:21:41,110 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/31fbe6e9-91a6-4873-a8ce-8931aad0d398 used request id req-07a828ce-6147-4bde-b7fd-7388474d0d07 2018-10-26 10:21:41,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}132563b3b08e0f19087135674cf08bb3357e1f11" 2018-10-26 10:21:41,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-046bce63-0c44-4fb2-9cc7-38e5989b2ccc Date: Fri, 26 Oct 2018 10:21:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":8,"ipv4_address_scope":null,"shared":false,"project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","subnets":["d073657c-8aca-47e8-a9b7-2b3efea6bd46"],"description":"","tags":[],"updated_at":"2018-10-26T10:21:07Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-net","admin_state_up":true,"tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:05Z","provider:network_type":"vxlan"}]} 2018-10-26 10:21:41,215 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-net used request id req-046bce63-0c44-4fb2-9cc7-38e5989b2ccc 2018-10-26 10:21:41,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/deecd63e05d44cbb92397bad17f49777 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}132563b3b08e0f19087135674cf08bb3357e1f11" 2018-10-26 10:21:41,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:21:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b72ec0b7-0dd2-488c-8700-a3ceabd35f84 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/deecd63e05d44cbb92397bad17f49777"}, "enabled": true, "id": "deecd63e05d44cbb92397bad17f49777", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-8109c462-2658-4e1-proj"}} 2018-10-26 10:21:41,306 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/deecd63e05d44cbb92397bad17f49777 used request id req-b72ec0b7-0dd2-488c-8700-a3ceabd35f84 2018-10-26 10:21:41,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}132563b3b08e0f19087135674cf08bb3357e1f11" 2018-10-26 10:21:41,361 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-9d8c3047-ecbb-4b6c-8d0e-82f1448bdb16 Date: Fri, 26 Oct 2018 10:21:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:07Z","dns_nameservers":[],"updated_at":"2018-10-26T10:21:07Z","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":"deecd63e05d44cbb92397bad17f49777","id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","subnetpool_id":null,"name":"CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-subnet"}]} 2018-10-26 10:21:41,361 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad used request id req-9d8c3047-ecbb-4b6c-8d0e-82f1448bdb16 2018-10-26 10:21:41,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}132563b3b08e0f19087135674cf08bb3357e1f11" 2018-10-26 10:21:41,579 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5805 X-Openstack-Request-Id: req-fc827881-30f7-4920-bfd1-749a1602e320 Date: Fri, 26 Oct 2018 10:21:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:21:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","ip_address":"10.1.2.3"}],"id":"4db8fa97-285a-487d-9dde-23b946b8a6c7","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9a:72:65","project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:08Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:21:17Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","ip_address":"10.1.2.9"}],"id":"5327cb07-55f4-4212-9f93-298c04d2e320","security_groups":["2edefca4-76d3-42b7-89c0-8baa20554c54"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a5:b3:a7","project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:13Z","binding:vnic_type":"normal","device_id":"f4ef9444-5bfa-40fa-8433-c951b06d1ead"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:21:25Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","ip_address":"10.1.2.1"}],"id":"589f6d0f-633e-4ed5-91dc-1e8d8e599f5e","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:b8:11","project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:10Z","binding:vnic_type":"normal","device_id":"85884dd0-9189-4f8e-bf84-032dc20241fa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:21:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","ip_address":"10.1.2.2"}],"id":"b006114e-ea03-4cf1-8aca-ed639575b24f","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5b:8a:fd","project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:08Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:21:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","ip_address":"10.1.2.4"}],"id":"c5d9defb-fefe-47b2-b889-de3ee9c72561","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:08:6d","project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:09Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:21:19Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","ip_address":"10.1.2.6"}],"id":"e9ad6fe5-b34f-45a6-8648-20183d8845ba","security_groups":["a8edf58e-edb7-4835-9d3b-52efb6caa443"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:83:e2:3d","project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack-port1-yxqp4ry3u76u","admin_state_up":true,"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:09Z","binding:vnic_type":"normal","device_id":"31fbe6e9-91a6-4873-a8ce-8931aad0d398"}]} 2018-10-26 10:21:41,579 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad used request id req-fc827881-30f7-4920-bfd1-749a1602e320 2018-10-26 10:21:41,581 - create_instance - INFO - Checking if VM is active 2018-10-26 10:21:41,583 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/31fbe6e9-91a6-4873-a8ce-8931aad0d398 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}132563b3b08e0f19087135674cf08bb3357e1f11" 2018-10-26 10:21:42,565 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:21: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-1b4c2c72-d8f3-4661-9032-a72431376d01 x-compute-request-id: req-1b4c2c72-d8f3-4661-9032-a72431376d01 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:e2:3d", "version": 4, "addr": "10.1.2.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:e2:3d", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/31fbe6e9-91a6-4873-a8ce-8931aad0d398", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/31fbe6e9-91a6-4873-a8ce-8931aad0d398", "rel": "bookmark"}], "image": {"id": "314a0640-ba56-4aa1-a390-48cfc3522a57", "links": [{"href": "http://172.30.9.21:8774/images/314a0640-ba56-4aa1-a390-48cfc3522a57", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011f", "OS-SRV-USG:launched_at": "2018-10-26T10:21:19.000000", "flavor": {"id": "77ee3d22-5f4e-41ef-a847-a96212804962", "links": [{"href": "http://172.30.9.21:8774/flavors/77ee3d22-5f4e-41ef-a847-a96212804962", "rel": "bookmark"}]}, "id": "31fbe6e9-91a6-4873-a8ce-8931aad0d398", "security_groups": [{"name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-sec_grp"}], "user_id": "04a9c82250f2415688edd460a40b8377", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:21:19Z", "hostId": "c2023683d809e7f7ce42382e521cb518c1bac72df4d299a787426e67", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-inst1", "created": "2018-10-26T10:21:12Z", "tenant_id": "deecd63e05d44cbb92397bad17f49777", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:21:42,565 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/31fbe6e9-91a6-4873-a8ce-8931aad0d398 used request id req-1b4c2c72-d8f3-4661-9032-a72431376d01 2018-10-26 10:21:42,566 - create_instance - DEBUG - Instance status [CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-inst1] is - ACTIVE 2018-10-26 10:21:42,566 - create_instance - INFO - VM is - ACTIVE 2018-10-26 10:21:42,569 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/31fbe6e9-91a6-4873-a8ce-8931aad0d398 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}132563b3b08e0f19087135674cf08bb3357e1f11" 2018-10-26 10:21:43,161 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:21: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-d1622ac5-3c18-47a6-9167-331a0e54a972 x-compute-request-id: req-d1622ac5-3c18-47a6-9167-331a0e54a972 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:e2:3d", "version": 4, "addr": "10.1.2.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:e2:3d", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/31fbe6e9-91a6-4873-a8ce-8931aad0d398", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/31fbe6e9-91a6-4873-a8ce-8931aad0d398", "rel": "bookmark"}], "image": {"id": "314a0640-ba56-4aa1-a390-48cfc3522a57", "links": [{"href": "http://172.30.9.21:8774/images/314a0640-ba56-4aa1-a390-48cfc3522a57", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011f", "OS-SRV-USG:launched_at": "2018-10-26T10:21:19.000000", "flavor": {"id": "77ee3d22-5f4e-41ef-a847-a96212804962", "links": [{"href": "http://172.30.9.21:8774/flavors/77ee3d22-5f4e-41ef-a847-a96212804962", "rel": "bookmark"}]}, "id": "31fbe6e9-91a6-4873-a8ce-8931aad0d398", "security_groups": [{"name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-sec_grp"}], "user_id": "04a9c82250f2415688edd460a40b8377", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:21:19Z", "hostId": "c2023683d809e7f7ce42382e521cb518c1bac72df4d299a787426e67", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-inst1", "created": "2018-10-26T10:21:12Z", "tenant_id": "deecd63e05d44cbb92397bad17f49777", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:21:43,161 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/31fbe6e9-91a6-4873-a8ce-8931aad0d398 used request id req-d1622ac5-3c18-47a6-9167-331a0e54a972 2018-10-26 10:21:43,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}132563b3b08e0f19087135674cf08bb3357e1f11" 2018-10-26 10:21:43,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 747 X-Openstack-Request-Id: req-04772999-011e-4d6c-8042-996f206a5c91 Date: Fri, 26 Oct 2018 10:21:43 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":8,"ipv4_address_scope":null,"shared":false,"project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","subnets":["d073657c-8aca-47e8-a9b7-2b3efea6bd46"],"description":"","tags":[],"updated_at":"2018-10-26T10:21:07Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-net","admin_state_up":true,"tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:05Z","provider:network_type":"vxlan"}]} 2018-10-26 10:21:43,417 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-net used request id req-04772999-011e-4d6c-8042-996f206a5c91 2018-10-26 10:21:43,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/deecd63e05d44cbb92397bad17f49777 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}132563b3b08e0f19087135674cf08bb3357e1f11" 2018-10-26 10:21:43,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:21:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-811525c5-7ae3-47fb-8ff4-18f5c52afbb5 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/deecd63e05d44cbb92397bad17f49777"}, "enabled": true, "id": "deecd63e05d44cbb92397bad17f49777", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-8109c462-2658-4e1-proj"}} 2018-10-26 10:21:43,578 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/deecd63e05d44cbb92397bad17f49777 used request id req-811525c5-7ae3-47fb-8ff4-18f5c52afbb5 2018-10-26 10:21:43,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}132563b3b08e0f19087135674cf08bb3357e1f11" 2018-10-26 10:21:43,634 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-0c9da37c-6b17-4167-8e26-34d7b9629870 Date: Fri, 26 Oct 2018 10:21:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:07Z","dns_nameservers":[],"updated_at":"2018-10-26T10:21:07Z","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":"deecd63e05d44cbb92397bad17f49777","id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","subnetpool_id":null,"name":"CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-subnet"}]} 2018-10-26 10:21:43,634 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad used request id req-0c9da37c-6b17-4167-8e26-34d7b9629870 2018-10-26 10:21:43,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}132563b3b08e0f19087135674cf08bb3357e1f11" 2018-10-26 10:21:43,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5805 X-Openstack-Request-Id: req-31afbc33-9fbf-4df5-b788-e8678a0d37fb Date: Fri, 26 Oct 2018 10:21:43 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:21:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","ip_address":"10.1.2.3"}],"id":"4db8fa97-285a-487d-9dde-23b946b8a6c7","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9a:72:65","project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:08Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:21:17Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","ip_address":"10.1.2.9"}],"id":"5327cb07-55f4-4212-9f93-298c04d2e320","security_groups":["2edefca4-76d3-42b7-89c0-8baa20554c54"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a5:b3:a7","project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:13Z","binding:vnic_type":"normal","device_id":"f4ef9444-5bfa-40fa-8433-c951b06d1ead"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:21:25Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","ip_address":"10.1.2.1"}],"id":"589f6d0f-633e-4ed5-91dc-1e8d8e599f5e","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:b8:11","project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:10Z","binding:vnic_type":"normal","device_id":"85884dd0-9189-4f8e-bf84-032dc20241fa"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:21:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","ip_address":"10.1.2.2"}],"id":"b006114e-ea03-4cf1-8aca-ed639575b24f","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5b:8a:fd","project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:08Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:21:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","ip_address":"10.1.2.4"}],"id":"c5d9defb-fefe-47b2-b889-de3ee9c72561","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:08:6d","project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:09Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:21:19Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d073657c-8aca-47e8-a9b7-2b3efea6bd46","ip_address":"10.1.2.6"}],"id":"e9ad6fe5-b34f-45a6-8648-20183d8845ba","security_groups":["a8edf58e-edb7-4835-9d3b-52efb6caa443"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:83:e2:3d","project_id":"deecd63e05d44cbb92397bad17f49777","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack-port1-yxqp4ry3u76u","admin_state_up":true,"network_id":"77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad","tenant_id":"deecd63e05d44cbb92397bad17f49777","created_at":"2018-10-26T10:21:09Z","binding:vnic_type":"normal","device_id":"31fbe6e9-91a6-4873-a8ce-8931aad0d398"}]} 2018-10-26 10:21:43,692 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=77e97fd9-ece9-4dfc-a60a-f1f61ebeb2ad used request id req-31afbc33-9fbf-4df5-b788-e8678a0d37fb 2018-10-26 10:21:43,693 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-26 10:21:43,697 - paramiko.transport - DEBUG - starting thread (client mode): 0x5faed6d0L 2018-10-26 10:21:43,697 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-26 10:21:43,698 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-26 10:21:43,698 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-26 10:21:43,699 - 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-26 10:21:43,699 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-26 10:21:43,699 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-26 10:21:43,700 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-26 10:21:43,700 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-26 10:21:43,700 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-26 10:21:43,717 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-26 10:21:43,718 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-26 10:21:43,730 - paramiko.transport - DEBUG - Trying key e2d61fd6cbc3dade63c154f4dcc8d8b1 from 592a62d9-aa83-4dc7-84d9-4401aa1e5b43 2018-10-26 10:21:43,757 - paramiko.transport - DEBUG - userauth is OK 2018-10-26 10:21:43,763 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-26 10:21:43,864 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-26 10:21:43,908 - create_instance - INFO - SSH is active for VM instance 2018-10-26 10:21:43,908 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-26 10:21:43,910 - paramiko.transport - DEBUG - starting thread (client mode): 0x5faed090L 2018-10-26 10:21:43,910 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-26 10:21:43,911 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-10-26 10:21:43,911 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-26 10:21:43,912 - 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-26 10:21:43,912 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-26 10:21:43,912 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-10-26 10:21:43,913 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-26 10:21:43,913 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-26 10:21:43,913 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-26 10:21:43,930 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-26 10:21:43,930 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-26 10:21:43,943 - paramiko.transport - DEBUG - Trying key e2d61fd6cbc3dade63c154f4dcc8d8b1 from 592a62d9-aa83-4dc7-84d9-4401aa1e5b43 2018-10-26 10:21:43,970 - paramiko.transport - DEBUG - userauth is OK 2018-10-26 10:21:43,976 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-26 10:21:44,007 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-26 10:21:44,008 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-10-26 10:21:44,008 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-26 10:21:44,010 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-26 10:21:44,012 - create_stack - INFO - Deleting stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack 2018-10-26 10:21:44,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/257f6699-cab2-42de-ad93-2efaa5674a8a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88ebfdb8f3fcd69a5ee1c49b57ea457c45e5e1dc" 2018-10-26 10:21:44,186 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:21:44 GMT Server: Apache x-openstack-request-id: req-b0036e6a-eaa1-4317-9fca-77e0d2e54866 Location: http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:21:44,418 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:21:44 GMT Server: Apache x-openstack-request-id: req-3c73ab40-402c-4703-91ee-9cf544c65214 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:21:44,418 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a used request id req-3c73ab40-402c-4703-91ee-9cf544c65214 2018-10-26 10:21:44,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/257f6699-cab2-42de-ad93-2efaa5674a8a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88ebfdb8f3fcd69a5ee1c49b57ea457c45e5e1dc" 2018-10-26 10:21:44,617 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:21:44 GMT Server: Apache x-openstack-request-id: req-db9b5e24-0004-45e1-91ca-d8a4b676b13c Location: http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:21:44,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:21:44 GMT Server: Apache x-openstack-request-id: req-384562a6-654b-4d25-8cbf-4d87ab5e93ca Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 680 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-fbd882c7-404c-4e35-beb6-2076d7012e93-flavor2", "OS::project_id": "deecd63e05d44cbb92397bad17f49777", "OS::stack_id": "257f6699-cab2-42de-ad93-2efaa5674a8a", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-kp", "security_group_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-sec_grp", "subnet_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-subnet", "net_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-inst2", "inst1_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-inst1", "image2_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-image", "flavor1_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-flavor1", "image1_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack", "stack_user_project_id": "929faebd8b3e4f19a0952bffe8e924d3", "tags": null, "creation_time": "2018-10-26T10:21:02Z", "links": [{"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:21:44Z", "id": "257f6699-cab2-42de-ad93-2efaa5674a8a", "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-26 10:21:44,649 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a used request id req-384562a6-654b-4d25-8cbf-4d87ab5e93ca 2018-10-26 10:21:44,649 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-26 10:21:44,649 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:21:47,652 - create_stack - DEBUG - Stack status query timeout in 1196.766114 2018-10-26 10:21:47,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/257f6699-cab2-42de-ad93-2efaa5674a8a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88ebfdb8f3fcd69a5ee1c49b57ea457c45e5e1dc" 2018-10-26 10:21:47,824 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:21:47 GMT Server: Apache x-openstack-request-id: req-1ff8ca88-1a56-4bd7-a49b-28c673062f0f Location: http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:21:47,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:21:47 GMT Server: Apache x-openstack-request-id: req-0484392d-3639-46c1-8c39-a9e030d0aa4f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 680 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-fbd882c7-404c-4e35-beb6-2076d7012e93-flavor2", "OS::project_id": "deecd63e05d44cbb92397bad17f49777", "OS::stack_id": "257f6699-cab2-42de-ad93-2efaa5674a8a", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-kp", "security_group_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-sec_grp", "subnet_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-subnet", "net_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-inst2", "inst1_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-inst1", "image2_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-image", "flavor1_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-flavor1", "image1_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack", "stack_user_project_id": "929faebd8b3e4f19a0952bffe8e924d3", "tags": null, "creation_time": "2018-10-26T10:21:02Z", "links": [{"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:21:44Z", "id": "257f6699-cab2-42de-ad93-2efaa5674a8a", "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-26 10:21:47,852 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a used request id req-0484392d-3639-46c1-8c39-a9e030d0aa4f 2018-10-26 10:21:47,852 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-26 10:21:47,852 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:21:50,856 - create_stack - DEBUG - Stack status query timeout in 1193.56291103 2018-10-26 10:21:50,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/257f6699-cab2-42de-ad93-2efaa5674a8a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88ebfdb8f3fcd69a5ee1c49b57ea457c45e5e1dc" 2018-10-26 10:21:50,886 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:21:50 GMT Server: Apache x-openstack-request-id: req-ed682f86-fa8b-427a-83f6-b0c355f810e0 Location: http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:21:50,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:21:50 GMT Server: Apache x-openstack-request-id: req-1e8151fb-277a-484b-aca1-3a0d30001a43 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 680 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-fbd882c7-404c-4e35-beb6-2076d7012e93-flavor2", "OS::project_id": "deecd63e05d44cbb92397bad17f49777", "OS::stack_id": "257f6699-cab2-42de-ad93-2efaa5674a8a", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-kp", "security_group_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-sec_grp", "subnet_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-subnet", "net_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-inst2", "inst1_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-inst1", "image2_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-image", "flavor1_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-flavor1", "image1_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack", "stack_user_project_id": "929faebd8b3e4f19a0952bffe8e924d3", "tags": null, "creation_time": "2018-10-26T10:21:02Z", "links": [{"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-26T10:21:44Z", "id": "257f6699-cab2-42de-ad93-2efaa5674a8a", "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-26 10:21:50,912 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a used request id req-1e8151fb-277a-484b-aca1-3a0d30001a43 2018-10-26 10:21:50,913 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-10-26 10:21:50,913 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-10-26 10:21:53,916 - create_stack - DEBUG - Stack status query timeout in 1190.50262308 2018-10-26 10:21:53,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/257f6699-cab2-42de-ad93-2efaa5674a8a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88ebfdb8f3fcd69a5ee1c49b57ea457c45e5e1dc" 2018-10-26 10:21:53,945 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:21:53 GMT Server: Apache x-openstack-request-id: req-89443433-61ac-46a8-858a-306baa2e24c7 Location: http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:21:54,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:21:53 GMT Server: Apache x-openstack-request-id: req-f6ece6dc-1c56-4dcf-b6ff-9975cf162d2c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 685 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-fbd882c7-404c-4e35-beb6-2076d7012e93-flavor2", "OS::project_id": "deecd63e05d44cbb92397bad17f49777", "OS::stack_id": "257f6699-cab2-42de-ad93-2efaa5674a8a", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-kp", "security_group_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-sec_grp", "subnet_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-subnet", "net_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-inst2", "inst1_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-inst1", "image2_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-image", "flavor1_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-flavor1", "image1_name": "CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack", "stack_user_project_id": "929faebd8b3e4f19a0952bffe8e924d3", "tags": null, "creation_time": "2018-10-26T10:21:02Z", "links": [{"href": "http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-10-26T10:21:44Z", "id": "257f6699-cab2-42de-ad93-2efaa5674a8a", "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-26 10:21:54,130 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a used request id req-f6ece6dc-1c56-4dcf-b6ff-9975cf162d2c 2018-10-26 10:21:54,130 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-10-26 10:21:54,131 - create_stack - DEBUG - Stack is active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack 2018-10-26 10:21:54,131 - create_stack - INFO - Attempting to delete again stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack 2018-10-26 10:21:54,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/257f6699-cab2-42de-ad93-2efaa5674a8a -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}88ebfdb8f3fcd69a5ee1c49b57ea457c45e5e1dc" 2018-10-26 10:21:54,320 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 26 Oct 2018 10:21:54 GMT Server: Apache x-openstack-request-id: req-dc162499-93f5-4e66-8536-a1604cb95ac5 Location: http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-26 10:21:54,346 - keystoneauth.session - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 10:21:54 GMT Server: Apache x-openstack-request-id: req-e4bfa1c2-a4a1-4205-853a-c22f66f20b01 Content-Length: 285 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-10-26 10:21:54,346 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/deecd63e05d44cbb92397bad17f49777/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-stack/257f6699-cab2-42de-ad93-2efaa5674a8a used request id req-e4bfa1c2-a4a1-4205-853a-c22f66f20b01 2018-10-26 10:21:54,347 - glance_utils - INFO - Deleting image named - CreateStackFloatingIpTests-fbd882c7-404c-4e35-beb6-2076d7012e93-image 2018-10-26 10:21:54,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/314a0640-ba56-4aa1-a390-48cfc3522a57 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d42e71f482f0fc06b324d86b94d2d69b93df2ae7" 2018-10-26 10:21:55,985 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3414bb54-73f7-4a19-bf6a-5e6b67eb2a5b Date: Fri, 26 Oct 2018 10:21: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-26 10:21:55,985 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/314a0640-ba56-4aa1-a390-48cfc3522a57 used request id req-3414bb54-73f7-4a19-bf6a-5e6b67eb2a5b 2018-10-26 10:21:55,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84400ec76b1d62c862e1dd4421674da1dd3671f2" 2018-10-26 10:21:56,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-ab0c2d4f-68ee-4b8c-810e-2ee451ed65dd Date: Fri, 26 Oct 2018 10:21:56 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "deecd63e05d44cbb92397bad17f49777", "created_at": "2018-10-26T10:21:05Z", "updated_at": "2018-10-26T10:21:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:21:05Z", "revision_number": 0, "id": "16a962a8-956f-4167-bf5f-ae9c09a5f4ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:21:05Z", "security_group_id": "2edefca4-76d3-42b7-89c0-8baa20554c54", "tenant_id": "deecd63e05d44cbb92397bad17f49777", "port_range_min": null, "ethertype": "IPv4", "project_id": "deecd63e05d44cbb92397bad17f49777"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:21:05Z", "revision_number": 0, "id": "60b780c9-c606-4aff-aefa-48a29c599932", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:21:05Z", "security_group_id": "2edefca4-76d3-42b7-89c0-8baa20554c54", "tenant_id": "deecd63e05d44cbb92397bad17f49777", "port_range_min": null, "ethertype": "IPv6", "project_id": "deecd63e05d44cbb92397bad17f49777"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:21:05Z", "revision_number": 0, "id": "85194f01-21f2-4eae-8ee4-b02495c87b80", "remote_group_id": "2edefca4-76d3-42b7-89c0-8baa20554c54", "remote_ip_prefix": null, "created_at": "2018-10-26T10:21:05Z", "security_group_id": "2edefca4-76d3-42b7-89c0-8baa20554c54", "tenant_id": "deecd63e05d44cbb92397bad17f49777", "port_range_min": null, "ethertype": "IPv4", "project_id": "deecd63e05d44cbb92397bad17f49777"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:21:05Z", "revision_number": 0, "id": "99530eff-0b29-4b64-a3cb-82235e1ed0f0", "remote_group_id": "2edefca4-76d3-42b7-89c0-8baa20554c54", "remote_ip_prefix": null, "created_at": "2018-10-26T10:21:05Z", "security_group_id": "2edefca4-76d3-42b7-89c0-8baa20554c54", "tenant_id": "deecd63e05d44cbb92397bad17f49777", "port_range_min": null, "ethertype": "IPv6", "project_id": "deecd63e05d44cbb92397bad17f49777"}], "revision_number": 4, "project_id": "deecd63e05d44cbb92397bad17f49777", "id": "2edefca4-76d3-42b7-89c0-8baa20554c54", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 10:21:56,194 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-ab0c2d4f-68ee-4b8c-810e-2ee451ed65dd 2018-10-26 10:21:56,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/deecd63e05d44cbb92397bad17f49777 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84400ec76b1d62c862e1dd4421674da1dd3671f2" 2018-10-26 10:21:56,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:21:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fe74d9d-27e5-4eef-8a11-1dd992795e54 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/deecd63e05d44cbb92397bad17f49777"}, "enabled": true, "id": "deecd63e05d44cbb92397bad17f49777", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-8109c462-2658-4e1-proj"}} 2018-10-26 10:21:56,289 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/deecd63e05d44cbb92397bad17f49777 used request id req-4fe74d9d-27e5-4eef-8a11-1dd992795e54 2018-10-26 10:21:56,289 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2edefca4-76d3-42b7-89c0-8baa20554c54 2018-10-26 10:21:56,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=2edefca4-76d3-42b7-89c0-8baa20554c54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84400ec76b1d62c862e1dd4421674da1dd3671f2" 2018-10-26 10:21:56,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-7e2d0dbd-48a4-4365-a2fb-99cd6f29ce52 Date: Fri, 26 Oct 2018 10:21:56 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:21:05Z", "security_group_id": "2edefca4-76d3-42b7-89c0-8baa20554c54", "port_range_min": null, "revision_number": 0, "tenant_id": "deecd63e05d44cbb92397bad17f49777", "created_at": "2018-10-26T10:21:05Z", "project_id": "deecd63e05d44cbb92397bad17f49777", "id": "16a962a8-956f-4167-bf5f-ae9c09a5f4ac"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:21:05Z", "security_group_id": "2edefca4-76d3-42b7-89c0-8baa20554c54", "port_range_min": null, "revision_number": 0, "tenant_id": "deecd63e05d44cbb92397bad17f49777", "created_at": "2018-10-26T10:21:05Z", "project_id": "deecd63e05d44cbb92397bad17f49777", "id": "60b780c9-c606-4aff-aefa-48a29c599932"}, {"remote_group_id": "2edefca4-76d3-42b7-89c0-8baa20554c54", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:21:05Z", "security_group_id": "2edefca4-76d3-42b7-89c0-8baa20554c54", "port_range_min": null, "revision_number": 0, "tenant_id": "deecd63e05d44cbb92397bad17f49777", "created_at": "2018-10-26T10:21:05Z", "project_id": "deecd63e05d44cbb92397bad17f49777", "id": "85194f01-21f2-4eae-8ee4-b02495c87b80"}, {"remote_group_id": "2edefca4-76d3-42b7-89c0-8baa20554c54", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:21:05Z", "security_group_id": "2edefca4-76d3-42b7-89c0-8baa20554c54", "port_range_min": null, "revision_number": 0, "tenant_id": "deecd63e05d44cbb92397bad17f49777", "created_at": "2018-10-26T10:21:05Z", "project_id": "deecd63e05d44cbb92397bad17f49777", "id": "99530eff-0b29-4b64-a3cb-82235e1ed0f0"}]} 2018-10-26 10:21:56,489 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=2edefca4-76d3-42b7-89c0-8baa20554c54 used request id req-7e2d0dbd-48a4-4365-a2fb-99cd6f29ce52 2018-10-26 10:21:56,490 - neutron_utils - INFO - Deleting security group with name - default 2018-10-26 10:21:56,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/2edefca4-76d3-42b7-89c0-8baa20554c54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84400ec76b1d62c862e1dd4421674da1dd3671f2" 2018-10-26 10:21:56,967 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d98bc787-60d2-4d39-b9cc-9d5ba7991912 Content-Length: 0 Date: Fri, 26 Oct 2018 10:21:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:21:56,967 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/2edefca4-76d3-42b7-89c0-8baa20554c54 used request id req-d98bc787-60d2-4d39-b9cc-9d5ba7991912 2018-10-26 10:21:56,968 - keystone_utils - INFO - Deleting project with name - CreateStackFloatingIpTests-8109c462-2658-4e1-proj 2018-10-26 10:21:56,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/deecd63e05d44cbb92397bad17f49777 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84400ec76b1d62c862e1dd4421674da1dd3671f2" 2018-10-26 10:21:57,197 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:21:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-de595ea6-6663-4f85-9d73-ac46834c2e81 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:21:57,197 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/deecd63e05d44cbb92397bad17f49777 used request id req-de595ea6-6663-4f85-9d73-ac46834c2e81 2018-10-26 10:21:57,197 - keystone_utils - INFO - Deleting role with name - CreateStackFloatingIpTests-8109c462-2658-4e1-proj-role 2018-10-26 10:21:57,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/51e382bf23b2477b8c968653fe49d144 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84400ec76b1d62c862e1dd4421674da1dd3671f2" 2018-10-26 10:21:57,302 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:21:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-590f52b3-74ea-42b5-b7a2-e5443eb0faca Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:21:57,303 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/51e382bf23b2477b8c968653fe49d144 used request id req-590f52b3-74ea-42b5-b7a2-e5443eb0faca 2018-10-26 10:21:57,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84400ec76b1d62c862e1dd4421674da1dd3671f2" 2018-10-26 10:21:57,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:21:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b88944da-cb10-4fe7-9716-b8ed91fb7cb8 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:21:57,403 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-b88944da-cb10-4fe7-9716-b8ed91fb7cb8 2018-10-26 10:21:57,403 - keystone_utils - INFO - Deleting user with name - CreateStackFloatingIpTests-8109c462-2658-4e1-user 2018-10-26 10:21:57,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/04a9c82250f2415688edd460a40b8377 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e7256fdd887d58fcda83615b84714ae116103ab" 2018-10-26 10:21:57,572 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:21:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5868a2f6-5600-44e9-9948-1414ada81213 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:21:57,572 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/04a9c82250f2415688edd460a40b8377 used request id req-5868a2f6-5600-44e9-9948-1414ada81213 2018-10-26 10:21:57,573 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:21:57,951 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:21:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["WZsjz6_xSfCk_qcsWNcydw"], "issued_at": "2018-10-26T10:21:57.000000Z"}} 2018-10-26 10:21:57,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}def87ac00e650c481d72537134d5722895f9924e" 2018-10-26 10:21:58,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:21:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfd535b1-2524-42c0-9609-bc5766cb4c92 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:21:58,038 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-dfd535b1-2524-42c0-9609-bc5766cb4c92 2018-10-26 10:21:58,040 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:21:58,041 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:21:58,424 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:21:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["trzGCmoGRXK1Sj9YRBWj5A"], "issued_at": "2018-10-26T10:21:58.000000Z"}} 2018-10-26 10:21:58,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a461c398b55bb04a2b73348805502a77558b56a0" 2018-10-26 10:21:58,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:21:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de5eea83-6bab-4060-8a1f-f33dd68635fc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:21:58,509 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-de5eea83-6bab-4060-8a1f-f33dd68635fc 2018-10-26 10:21:58,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:21:58,518 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:21: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:21:58,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-3f858cc1-ded8-4b6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a461c398b55bb04a2b73348805502a77558b56a0" 2018-10-26 10:21:58,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:21:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95631081-e6ad-4476-8fd8-e8e64ac2ad7d Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-3f858cc1-ded8-4b6-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 10:21:58,608 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-3f858cc1-ded8-4b6-proj used request id req-95631081-e6ad-4476-8fd8-e8e64ac2ad7d 2018-10-26 10:21:58,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a461c398b55bb04a2b73348805502a77558b56a0" 2018-10-26 10:21:58,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:21:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6816f5e6-b204-4e98-8958-448bc295a346 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 10:21:58,628 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-6816f5e6-b204-4e98-8958-448bc295a346 2018-10-26 10:21:58,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a461c398b55bb04a2b73348805502a77558b56a0" -d '{"project": {"enabled": true, "domain_id": "default", "name": "AnsibleProvisioningTests-3f858cc1-ded8-4b6-proj"}}' 2018-10-26 10:21:58,751 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:21:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-22f043a9-7789-4424-8ee5-689af2e7d2ee Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d5cd64a9a64c40418007b5cf38497b48"}, "enabled": true, "id": "d5cd64a9a64c40418007b5cf38497b48", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-3f858cc1-ded8-4b6-proj"}} 2018-10-26 10:21:58,751 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-22f043a9-7789-4424-8ee5-689af2e7d2ee 2018-10-26 10:21:58,751 - keystone_utils - INFO - Created project with name - AnsibleProvisioningTests-3f858cc1-ded8-4b6-proj 2018-10-26 10:21:58,751 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:21:58,752 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:21:59,145 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:21:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["j2tRs1PETrmHxOdlk4FlhQ"], "issued_at": "2018-10-26T10:21:59.000000Z"}} 2018-10-26 10:21:59,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c517a4af685e8f176710bbfd2c12f0e417ebd091" 2018-10-26 10:21:59,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:21:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfb6ca0c-9230-4ea8-bd43-2e94a522a303 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:21:59,225 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-dfb6ca0c-9230-4ea8-bd43-2e94a522a303 2018-10-26 10:21:59,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:21:59,234 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:21: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:21:59,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c517a4af685e8f176710bbfd2c12f0e417ebd091" 2018-10-26 10:21:59,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:21:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3899ec8d-0356-487b-ab86-1c6ff5f642c0 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 10:21:59,341 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-3899ec8d-0356-487b-ab86-1c6ff5f642c0 2018-10-26 10:21:59,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=AnsibleProvisioningTests-3f858cc1-ded8-4b6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c517a4af685e8f176710bbfd2c12f0e417ebd091" 2018-10-26 10:21:59,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:21:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d97008f-fb83-4952-b06e-2d164c12aecd Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=AnsibleProvisioningTests-3f858cc1-ded8-4b6-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d5cd64a9a64c40418007b5cf38497b48"}, "enabled": true, "id": "d5cd64a9a64c40418007b5cf38497b48", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-3f858cc1-ded8-4b6-proj"}]} 2018-10-26 10:21:59,424 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=AnsibleProvisioningTests-3f858cc1-ded8-4b6-proj used request id req-6d97008f-fb83-4952-b06e-2d164c12aecd 2018-10-26 10:21:59,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c517a4af685e8f176710bbfd2c12f0e417ebd091" 2018-10-26 10:21:59,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:21:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a015abde-0d1e-4690-9095-34c00ecb984c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 10:21:59,519 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-a015abde-0d1e-4690-9095-34c00ecb984c 2018-10-26 10:21:59,919 - keystone_utils - INFO - Created user with name - AnsibleProvisioningTests-3f858cc1-ded8-4b6-user 2018-10-26 10:21:59,920 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:21:59,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a461c398b55bb04a2b73348805502a77558b56a0" 2018-10-26 10:22:00,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:21:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-609ad21a-28a0-49b8-86f7-c79eba75c292 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:22:00,019 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-609ad21a-28a0-49b8-86f7-c79eba75c292 2018-10-26 10:22:00,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a461c398b55bb04a2b73348805502a77558b56a0" -d '{"role": {"name": "AnsibleProvisioningTests-3f858cc1-ded8-4b6-proj-role"}}' 2018-10-26 10:22:00,153 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:22:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-71ee1577-7ad7-43e3-9f9a-3f06dbc5b809 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "2a4dad6b3c8242cf98e3f9b64519ed84", "links": {"self": "http://172.30.9.21:5000/v3/roles/2a4dad6b3c8242cf98e3f9b64519ed84"}, "name": "AnsibleProvisioningTests-3f858cc1-ded8-4b6-proj-role"}} 2018-10-26 10:22:00,153 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-71ee1577-7ad7-43e3-9f9a-3f06dbc5b809 2018-10-26 10:22:00,153 - keystone_utils - INFO - Created role with name - AnsibleProvisioningTests-3f858cc1-ded8-4b6-proj-role 2018-10-26 10:22:00,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/2a4dad6b3c8242cf98e3f9b64519ed84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a461c398b55bb04a2b73348805502a77558b56a0" 2018-10-26 10:22:00,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:22:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3f6fdb9-116f-4cc3-9c0f-8a6e42ade2dd Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/2a4dad6b3c8242cf98e3f9b64519ed84"}, "domain_id": null, "name": "AnsibleProvisioningTests-3f858cc1-ded8-4b6-proj-role", "id": "2a4dad6b3c8242cf98e3f9b64519ed84"}} 2018-10-26 10:22:00,242 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/2a4dad6b3c8242cf98e3f9b64519ed84 used request id req-c3f6fdb9-116f-4cc3-9c0f-8a6e42ade2dd 2018-10-26 10:22:00,242 - keystone_utils - INFO - Granting role AnsibleProvisioningTests-3f858cc1-ded8-4b6-proj-role to project AnsibleProvisioningTests-3f858cc1-ded8-4b6-proj 2018-10-26 10:22:00,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/d5cd64a9a64c40418007b5cf38497b48/users/742dbf5be4b34f9eac1bc25460140f02/roles/2a4dad6b3c8242cf98e3f9b64519ed84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a461c398b55bb04a2b73348805502a77558b56a0" 2018-10-26 10:22:00,453 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:22:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2ea80673-f171-4c36-9bf2-90f560502160 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:22:00,453 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/d5cd64a9a64c40418007b5cf38497b48/users/742dbf5be4b34f9eac1bc25460140f02/roles/2a4dad6b3c8242cf98e3f9b64519ed84 used request id req-2ea80673-f171-4c36-9bf2-90f560502160 2018-10-26 10:22:00,454 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:22:00,455 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img'} 2018-10-26 10:22:00,455 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:22:00,456 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:22:00,842 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2a4dad6b3c8242cf98e3f9b64519ed84", "name": "AnsibleProvisioningTests-3f858cc1-ded8-4b6-proj-role"}], "expires_at": "2018-10-26T11:22:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d5cd64a9a64c40418007b5cf38497b48", "name": "AnsibleProvisioningTests-3f858cc1-ded8-4b6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/d5cd64a9a64c40418007b5cf38497b48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/d5cd64a9a64c40418007b5cf38497b48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/d5cd64a9a64c40418007b5cf38497b48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/d5cd64a9a64c40418007b5cf38497b48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/d5cd64a9a64c40418007b5cf38497b48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/d5cd64a9a64c40418007b5cf38497b48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d5cd64a9a64c40418007b5cf38497b48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/d5cd64a9a64c40418007b5cf38497b48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/d5cd64a9a64c40418007b5cf38497b48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d5cd64a9a64c40418007b5cf38497b48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/d5cd64a9a64c40418007b5cf38497b48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/d5cd64a9a64c40418007b5cf38497b48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-3f858cc1-ded8-4b6-user", "id": "742dbf5be4b34f9eac1bc25460140f02"}, "audit_ids": ["JwGCaautTkuJ4QBhO7vDwg"], "issued_at": "2018-10-26T10:22:00.000000Z"}} 2018-10-26 10:22:00,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d267d1cdf6a9b54fac57342fc9b08e10939379e1" 2018-10-26 10:22:00,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:22:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00815700-aeaf-440e-a502-e6ffff91bc26 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:22:00,928 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-00815700-aeaf-440e-a502-e6ffff91bc26 2018-10-26 10:22:00,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1--image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d267d1cdf6a9b54fac57342fc9b08e10939379e1" 2018-10-26 10:22:01,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-6bd2c96f-dec0-4284-8c0e-49ebac521cda Date: Fri, 26 Oct 2018 10:22:01 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1--image"} 2018-10-26 10:22:01,119 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1--image used request id req-6bd2c96f-dec0-4284-8c0e-49ebac521cda 2018-10-26 10:22:01,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d267d1cdf6a9b54fac57342fc9b08e10939379e1" 2018-10-26 10:22:01,269 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-49796bd6-cb76-4ef9-8f6e-70030343fb21 Date: Fri, 26 Oct 2018 10:22: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-26 10:22:01,269 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-49796bd6-cb76-4ef9-8f6e-70030343fb21 2018-10-26 10:22:01,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d267d1cdf6a9b54fac57342fc9b08e10939379e1" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1--image"}' 2018-10-26 10:22:01,504 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/734fe748-1fe2-46cc-82b6-2d08be616db6 X-Openstack-Request-Id: req-e4d552a1-4b7f-4356-bbe9-6c6d2ef0620a Date: Fri, 26 Oct 2018 10:22:01 GMT RESP BODY: {"status": "queued", "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1--image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:22:01Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-26T10:22:01Z", "visibility": "shared", "locations": [], "self": "/v2/images/734fe748-1fe2-46cc-82b6-2d08be616db6", "min_disk": 0, "protected": false, "id": "734fe748-1fe2-46cc-82b6-2d08be616db6", "file": "/v2/images/734fe748-1fe2-46cc-82b6-2d08be616db6/file", "checksum": null, "owner": "d5cd64a9a64c40418007b5cf38497b48", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:22:01,504 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-e4d552a1-4b7f-4356-bbe9-6c6d2ef0620a 2018-10-26 10:22:01,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/734fe748-1fe2-46cc-82b6-2d08be616db6/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d267d1cdf6a9b54fac57342fc9b08e10939379e1" -d '' 2018-10-26 10:22:08,412 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-159ef8b5-b131-4d53-bae1-a5c8a460745e Date: Fri, 26 Oct 2018 10:22: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-26 10:22:08,413 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/734fe748-1fe2-46cc-82b6-2d08be616db6/file used request id req-159ef8b5-b131-4d53-bae1-a5c8a460745e 2018-10-26 10:22:08,413 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-10-26 10:22:08,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/734fe748-1fe2-46cc-82b6-2d08be616db6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d267d1cdf6a9b54fac57342fc9b08e10939379e1" 2018-10-26 10:22:08,600 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-1045a92f-948f-45a3-8af9-fa041a97f868 Date: Fri, 26 Oct 2018 10:22:08 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1--image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:22:01Z", "size": 263586304, "disk_format": "qcow2", "updated_at": "2018-10-26T10:22:08Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/734fe748-1fe2-46cc-82b6-2d08be616db6/snap", "metadata": {}}], "self": "/v2/images/734fe748-1fe2-46cc-82b6-2d08be616db6", "min_disk": 0, "protected": false, "id": "734fe748-1fe2-46cc-82b6-2d08be616db6", "file": "/v2/images/734fe748-1fe2-46cc-82b6-2d08be616db6/file", "checksum": "ee1167b7b8bf490b2f9a9885f2d7dcff", "owner": "d5cd64a9a64c40418007b5cf38497b48", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/734fe748-1fe2-46cc-82b6-2d08be616db6/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:22:08,600 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/734fe748-1fe2-46cc-82b6-2d08be616db6 used request id req-1045a92f-948f-45a3-8af9-fa041a97f868 2018-10-26 10:22:08,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d267d1cdf6a9b54fac57342fc9b08e10939379e1" 2018-10-26 10:22:08,758 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0d7de43f-b8b7-4c1f-8bad-5d4c669de803 Date: Fri, 26 Oct 2018 10:22: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-26 10:22:08,758 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-0d7de43f-b8b7-4c1f-8bad-5d4c669de803 2018-10-26 10:22:08,761 - create_image - INFO - Created image with name - AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1--image 2018-10-26 10:22:08,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/734fe748-1fe2-46cc-82b6-2d08be616db6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d267d1cdf6a9b54fac57342fc9b08e10939379e1" 2018-10-26 10:22:08,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-7edb9a8d-8a9e-4ae7-9180-81d6c7e85c26 Date: Fri, 26 Oct 2018 10:22:08 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1--image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:22:01Z", "size": 263586304, "disk_format": "qcow2", "updated_at": "2018-10-26T10:22:08Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/734fe748-1fe2-46cc-82b6-2d08be616db6/snap", "metadata": {}}], "self": "/v2/images/734fe748-1fe2-46cc-82b6-2d08be616db6", "min_disk": 0, "protected": false, "id": "734fe748-1fe2-46cc-82b6-2d08be616db6", "file": "/v2/images/734fe748-1fe2-46cc-82b6-2d08be616db6/file", "checksum": "ee1167b7b8bf490b2f9a9885f2d7dcff", "owner": "d5cd64a9a64c40418007b5cf38497b48", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/734fe748-1fe2-46cc-82b6-2d08be616db6/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:22:08,937 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/734fe748-1fe2-46cc-82b6-2d08be616db6 used request id req-7edb9a8d-8a9e-4ae7-9180-81d6c7e85c26 2018-10-26 10:22:08,938 - create_image - DEBUG - Instance status is - active 2018-10-26 10:22:08,938 - create_image - DEBUG - Image is active with name - AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1--image 2018-10-26 10:22:08,938 - create_image - INFO - Image is now active with name - AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1--image 2018-10-26 10:22:08,939 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:22:08,940 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:22:09,313 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2a4dad6b3c8242cf98e3f9b64519ed84", "name": "AnsibleProvisioningTests-3f858cc1-ded8-4b6-proj-role"}], "expires_at": "2018-10-26T11:22:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d5cd64a9a64c40418007b5cf38497b48", "name": "AnsibleProvisioningTests-3f858cc1-ded8-4b6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/d5cd64a9a64c40418007b5cf38497b48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/d5cd64a9a64c40418007b5cf38497b48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/d5cd64a9a64c40418007b5cf38497b48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/d5cd64a9a64c40418007b5cf38497b48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/d5cd64a9a64c40418007b5cf38497b48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/d5cd64a9a64c40418007b5cf38497b48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d5cd64a9a64c40418007b5cf38497b48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/d5cd64a9a64c40418007b5cf38497b48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/d5cd64a9a64c40418007b5cf38497b48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d5cd64a9a64c40418007b5cf38497b48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/d5cd64a9a64c40418007b5cf38497b48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/d5cd64a9a64c40418007b5cf38497b48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-3f858cc1-ded8-4b6-user", "id": "742dbf5be4b34f9eac1bc25460140f02"}, "audit_ids": ["EmsvDhl8R1G0RSEfybKuEA"], "issued_at": "2018-10-26T10:22:09.000000Z"}} 2018-10-26 10:22:09,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dba151dddc2782e69536d6a6dac994e004cf7c32" 2018-10-26 10:22:09,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:22:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-563ca398-9096-44fc-923c-4848c3a94ab3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:22:09,386 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-563ca398-9096-44fc-923c-4848c3a94ab3 2018-10-26 10:22:09,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dba151dddc2782e69536d6a6dac994e004cf7c32" 2018-10-26 10:22:09,570 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-ab5c64b3-aeaf-4d68-b37c-8a2ad8bb1b1b Date: Fri, 26 Oct 2018 10:22:09 GMT RESP BODY: {"networks":[]} 2018-10-26 10:22:09,571 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-net used request id req-ab5c64b3-aeaf-4d68-b37c-8a2ad8bb1b1b 2018-10-26 10:22:09,571 - neutron_utils - INFO - Creating network with name AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-net 2018-10-26 10:22:09,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dba151dddc2782e69536d6a6dac994e004cf7c32" -d '{"network": {"name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-net", "admin_state_up": true}}' 2018-10-26 10:22:10,337 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 627 X-Openstack-Request-Id: req-120863eb-61b5-440a-9876-848b596d2290 Date: Fri, 26 Oct 2018 10:22:10 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"de916118-3d43-40b9-a168-a80013b9ecbf","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d5cd64a9a64c40418007b5cf38497b48","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T10:22:10Z","is_default":false,"name":"AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:10Z","mtu":1450}} 2018-10-26 10:22:10,337 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-120863eb-61b5-440a-9876-848b596d2290 2018-10-26 10:22:10,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=de916118-3d43-40b9-a168-a80013b9ecbf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dba151dddc2782e69536d6a6dac994e004cf7c32" 2018-10-26 10:22:10,586 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 611 X-Openstack-Request-Id: req-63cee27b-9c2a-464c-8b2f-ac4da016fe97 Date: Fri, 26 Oct 2018 10:22: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-26T10:22:10Z","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d5cd64a9a64c40418007b5cf38497b48","id":"de916118-3d43-40b9-a168-a80013b9ecbf","name":"AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-net"}]} 2018-10-26 10:22:10,587 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=de916118-3d43-40b9-a168-a80013b9ecbf used request id req-63cee27b-9c2a-464c-8b2f-ac4da016fe97 2018-10-26 10:22:10,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=de916118-3d43-40b9-a168-a80013b9ecbf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dba151dddc2782e69536d6a6dac994e004cf7c32" 2018-10-26 10:22:11,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-62237883-42a7-43ec-9e5e-7ee4c9736506 Date: Fri, 26 Oct 2018 10:22:11 GMT RESP BODY: {"subnets":[]} 2018-10-26 10:22:11,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=de916118-3d43-40b9-a168-a80013b9ecbf used request id req-62237883-42a7-43ec-9e5e-7ee4c9736506 2018-10-26 10:22:11,328 - neutron_utils - INFO - Creating subnet with name AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-subnet 2018-10-26 10:22:11,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dba151dddc2782e69536d6a6dac994e004cf7c32" -d '{"subnets": [{"ip_version": 4, "network_id": "de916118-3d43-40b9-a168-a80013b9ecbf", "cidr": "10.55.1.0/24", "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-subnet"}]}' 2018-10-26 10:22:11,990 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-0f748131-824c-4a97-9be0-def2c1e68570 Date: Fri, 26 Oct 2018 10:22:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"de916118-3d43-40b9-a168-a80013b9ecbf","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:11Z","dns_nameservers":[],"updated_at":"2018-10-26T10:22: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":"d5cd64a9a64c40418007b5cf38497b48","id":"5637bd2e-4a59-4147-b09e-deea3370a176","subnetpool_id":null,"name":"AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-subnet"}]} 2018-10-26 10:22:11,990 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-0f748131-824c-4a97-9be0-def2c1e68570 2018-10-26 10:22:11,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=de916118-3d43-40b9-a168-a80013b9ecbf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dba151dddc2782e69536d6a6dac994e004cf7c32" 2018-10-26 10:22:12,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-9fa7c4f7-4417-4021-b942-9305da595b09 Date: Fri, 26 Oct 2018 10:22: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":["5637bd2e-4a59-4147-b09e-deea3370a176"],"updated_at":"2018-10-26T10:22:11Z","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d5cd64a9a64c40418007b5cf38497b48","id":"de916118-3d43-40b9-a168-a80013b9ecbf","name":"AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-net"}]} 2018-10-26 10:22:12,388 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=de916118-3d43-40b9-a168-a80013b9ecbf used request id req-9fa7c4f7-4417-4021-b942-9305da595b09 2018-10-26 10:22:12,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=de916118-3d43-40b9-a168-a80013b9ecbf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dba151dddc2782e69536d6a6dac994e004cf7c32" 2018-10-26 10:22:12,599 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-2c62467f-afdb-4320-bc6b-ef507083fa3e Date: Fri, 26 Oct 2018 10:22:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"de916118-3d43-40b9-a168-a80013b9ecbf","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:11Z","dns_nameservers":[],"updated_at":"2018-10-26T10:22: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":"d5cd64a9a64c40418007b5cf38497b48","id":"5637bd2e-4a59-4147-b09e-deea3370a176","subnetpool_id":null,"name":"AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-subnet"}]} 2018-10-26 10:22:12,599 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=de916118-3d43-40b9-a168-a80013b9ecbf used request id req-2c62467f-afdb-4320-bc6b-ef507083fa3e 2018-10-26 10:22:12,599 - OpenStackNetwork - DEBUG - Network [de916118-3d43-40b9-a168-a80013b9ecbf] created successfully 2018-10-26 10:22:12,600 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:22:12,600 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:22:12,978 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2a4dad6b3c8242cf98e3f9b64519ed84", "name": "AnsibleProvisioningTests-3f858cc1-ded8-4b6-proj-role"}], "expires_at": "2018-10-26T11:22:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d5cd64a9a64c40418007b5cf38497b48", "name": "AnsibleProvisioningTests-3f858cc1-ded8-4b6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/d5cd64a9a64c40418007b5cf38497b48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/d5cd64a9a64c40418007b5cf38497b48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/d5cd64a9a64c40418007b5cf38497b48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/d5cd64a9a64c40418007b5cf38497b48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/d5cd64a9a64c40418007b5cf38497b48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/d5cd64a9a64c40418007b5cf38497b48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d5cd64a9a64c40418007b5cf38497b48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/d5cd64a9a64c40418007b5cf38497b48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/d5cd64a9a64c40418007b5cf38497b48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d5cd64a9a64c40418007b5cf38497b48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/d5cd64a9a64c40418007b5cf38497b48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/d5cd64a9a64c40418007b5cf38497b48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-3f858cc1-ded8-4b6-user", "id": "742dbf5be4b34f9eac1bc25460140f02"}, "audit_ids": ["AhAnGcFyQd-CgUiXtbo_1A"], "issued_at": "2018-10-26T10:22:12.000000Z"}} 2018-10-26 10:22:12,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dee2177dd39db0cc15e16102930f8a46a908b9b7" 2018-10-26 10:22:13,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:22:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f315035d-51d9-44a1-b3be-1c5bb3b88809 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:22:13,051 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f315035d-51d9-44a1-b3be-1c5bb3b88809 2018-10-26 10:22:13,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dee2177dd39db0cc15e16102930f8a46a908b9b7" 2018-10-26 10:22:13,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-2091f962-a662-481e-8063-fc92aa312a7a Date: Fri, 26 Oct 2018 10:22:13 GMT RESP BODY: {"routers": []} 2018-10-26 10:22:13,261 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-router&admin_state_up=True used request id req-2091f962-a662-481e-8063-fc92aa312a7a 2018-10-26 10:22:13,262 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:22:13,263 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:22:13,640 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2a4dad6b3c8242cf98e3f9b64519ed84", "name": "AnsibleProvisioningTests-3f858cc1-ded8-4b6-proj-role"}], "expires_at": "2018-10-26T11:22:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d5cd64a9a64c40418007b5cf38497b48", "name": "AnsibleProvisioningTests-3f858cc1-ded8-4b6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/d5cd64a9a64c40418007b5cf38497b48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/d5cd64a9a64c40418007b5cf38497b48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/d5cd64a9a64c40418007b5cf38497b48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/d5cd64a9a64c40418007b5cf38497b48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/d5cd64a9a64c40418007b5cf38497b48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/d5cd64a9a64c40418007b5cf38497b48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d5cd64a9a64c40418007b5cf38497b48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/d5cd64a9a64c40418007b5cf38497b48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/d5cd64a9a64c40418007b5cf38497b48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d5cd64a9a64c40418007b5cf38497b48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/d5cd64a9a64c40418007b5cf38497b48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/d5cd64a9a64c40418007b5cf38497b48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-3f858cc1-ded8-4b6-user", "id": "742dbf5be4b34f9eac1bc25460140f02"}, "audit_ids": ["4Ep0qdu4Sx-YEdZJNcSLpQ"], "issued_at": "2018-10-26T10:22:13.000000Z"}} 2018-10-26 10:22:13,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3deaa7aedb326afc2d0f62260b00451e2e23de76" 2018-10-26 10:22:13,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:22:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a2e32dc-f62e-43fb-9de8-6df67b26b6ea Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:22:13,714 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8a2e32dc-f62e-43fb-9de8-6df67b26b6ea 2018-10-26 10:22:13,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dee2177dd39db0cc15e16102930f8a46a908b9b7" 2018-10-26 10:22:13,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-60907d29-86e8-4fdf-8023-418cf7d32fe6 Date: Fri, 26 Oct 2018 10:22:13 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","mtu":1500}]} 2018-10-26 10:22:13,976 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-60907d29-86e8-4fdf-8023-418cf7d32fe6 2018-10-26 10:22:13,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dee2177dd39db0cc15e16102930f8a46a908b9b7" 2018-10-26 10:22:14,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-eeb2a847-5dd5-4682-9fcf-a5abe6d2f393 Date: Fri, 26 Oct 2018 10:22:14 GMT RESP BODY: {"subnets":[]} 2018-10-26 10:22:14,162 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-eeb2a847-5dd5-4682-9fcf-a5abe6d2f393 2018-10-26 10:22:14,163 - neutron_utils - INFO - Creating router with name - AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-router 2018-10-26 10:22:14,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dee2177dd39db0cc15e16102930f8a46a908b9b7" -d '{"router": {"external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693"}, "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-router", "admin_state_up": true}}' 2018-10-26 10:22:19,041 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-e3898a21-fee2-4059-bbd5-c0596642157a Date: Fri, 26 Oct 2018 10:22:19 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "created_at": "2018-10-26T10:22:14Z", "admin_state_up": true, "updated_at": "2018-10-26T10:22:15Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "d5cd64a9a64c40418007b5cf38497b48", "id": "7ad33e2d-8022-40be-a49b-e401af926b02", "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-router"}} 2018-10-26 10:22:19,041 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-e3898a21-fee2-4059-bbd5-c0596642157a 2018-10-26 10:22:19,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=7ad33e2d-8022-40be-a49b-e401af926b02 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dee2177dd39db0cc15e16102930f8a46a908b9b7" 2018-10-26 10:22:19,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-ceb0c3ad-5968-4de5-b993-d21d3d9bb1d1 Date: Fri, 26 Oct 2018 10:22:19 GMT RESP BODY: {"ports":[]} 2018-10-26 10:22:19,232 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=7ad33e2d-8022-40be-a49b-e401af926b02 used request id req-ceb0c3ad-5968-4de5-b993-d21d3d9bb1d1 2018-10-26 10:22:19,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dee2177dd39db0cc15e16102930f8a46a908b9b7" 2018-10-26 10:22:19,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-4001a749-abe0-4ae0-94a0-db86a07abcec Date: Fri, 26 Oct 2018 10:22:19 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5637bd2e-4a59-4147-b09e-deea3370a176"],"updated_at":"2018-10-26T10:22:11Z","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d5cd64a9a64c40418007b5cf38497b48","id":"de916118-3d43-40b9-a168-a80013b9ecbf","name":"AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-net"}]} 2018-10-26 10:22:19,476 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-net used request id req-4001a749-abe0-4ae0-94a0-db86a07abcec 2018-10-26 10:22:19,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:22:19,485 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:22: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:22:19,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/d5cd64a9a64c40418007b5cf38497b48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dee2177dd39db0cc15e16102930f8a46a908b9b7" 2018-10-26 10:22:19,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:22:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22e209e4-cd85-4208-a2fa-2e3016bba166 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d5cd64a9a64c40418007b5cf38497b48"}, "enabled": true, "id": "d5cd64a9a64c40418007b5cf38497b48", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-3f858cc1-ded8-4b6-proj"}} 2018-10-26 10:22:19,572 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/d5cd64a9a64c40418007b5cf38497b48 used request id req-22e209e4-cd85-4208-a2fa-2e3016bba166 2018-10-26 10:22:19,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=de916118-3d43-40b9-a168-a80013b9ecbf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dee2177dd39db0cc15e16102930f8a46a908b9b7" 2018-10-26 10:22:19,785 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-613a3ba9-14a6-460e-86fe-16a99ef60e69 Date: Fri, 26 Oct 2018 10:22:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"de916118-3d43-40b9-a168-a80013b9ecbf","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:11Z","dns_nameservers":[],"updated_at":"2018-10-26T10:22: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":"d5cd64a9a64c40418007b5cf38497b48","id":"5637bd2e-4a59-4147-b09e-deea3370a176","subnetpool_id":null,"name":"AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-subnet"}]} 2018-10-26 10:22:19,785 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=de916118-3d43-40b9-a168-a80013b9ecbf used request id req-613a3ba9-14a6-460e-86fe-16a99ef60e69 2018-10-26 10:22:19,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=de916118-3d43-40b9-a168-a80013b9ecbf&name=AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dee2177dd39db0cc15e16102930f8a46a908b9b7" 2018-10-26 10:22:19,986 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-90ca76b8-2957-4238-ab88-b58f3695bc15 Date: Fri, 26 Oct 2018 10:22:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"de916118-3d43-40b9-a168-a80013b9ecbf","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:11Z","dns_nameservers":[],"updated_at":"2018-10-26T10:22: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":"d5cd64a9a64c40418007b5cf38497b48","id":"5637bd2e-4a59-4147-b09e-deea3370a176","subnetpool_id":null,"name":"AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-subnet"}]} 2018-10-26 10:22:19,986 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=de916118-3d43-40b9-a168-a80013b9ecbf&name=AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-subnet used request id req-90ca76b8-2957-4238-ab88-b58f3695bc15 2018-10-26 10:22:19,986 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-10-26 10:22:19,987 - neutron_utils - INFO - Adding interface to router with name AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-router 2018-10-26 10:22:19,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/7ad33e2d-8022-40be-a49b-e401af926b02/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dee2177dd39db0cc15e16102930f8a46a908b9b7" -d '{"subnet_id": "5637bd2e-4a59-4147-b09e-deea3370a176"}' 2018-10-26 10:22:21,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-06a55846-dc56-46a3-a0b2-b67fb461ba14 Date: Fri, 26 Oct 2018 10:22:21 GMT RESP BODY: {"network_id": "de916118-3d43-40b9-a168-a80013b9ecbf", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "subnet_id": "5637bd2e-4a59-4147-b09e-deea3370a176", "subnet_ids": ["5637bd2e-4a59-4147-b09e-deea3370a176"], "port_id": "c42a50c0-1c50-4651-85fb-3649c391fa26", "id": "7ad33e2d-8022-40be-a49b-e401af926b02"} 2018-10-26 10:22:21,995 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/7ad33e2d-8022-40be-a49b-e401af926b02/add_router_interface used request id req-06a55846-dc56-46a3-a0b2-b67fb461ba14 2018-10-26 10:22:22,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/7ad33e2d-8022-40be-a49b-e401af926b02 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dee2177dd39db0cc15e16102930f8a46a908b9b7" 2018-10-26 10:22:22,231 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-2cc06cf3-86a7-41c0-ada2-72c50ab448b4 Date: Fri, 26 Oct 2018 10:22:22 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "created_at": "2018-10-26T10:22:14Z", "admin_state_up": true, "updated_at": "2018-10-26T10:22:21Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "d5cd64a9a64c40418007b5cf38497b48", "id": "7ad33e2d-8022-40be-a49b-e401af926b02", "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-router"}} 2018-10-26 10:22:22,231 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/7ad33e2d-8022-40be-a49b-e401af926b02 used request id req-2cc06cf3-86a7-41c0-ada2-72c50ab448b4 2018-10-26 10:22:22,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=7ad33e2d-8022-40be-a49b-e401af926b02 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dee2177dd39db0cc15e16102930f8a46a908b9b7" 2018-10-26 10:22:22,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-7f5eb449-bd83-4f6b-a1fc-cf71176d15b1 Date: Fri, 26 Oct 2018 10:22:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:22:21Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5637bd2e-4a59-4147-b09e-deea3370a176","ip_address":"10.55.1.1"}],"id":"c42a50c0-1c50-4651-85fb-3649c391fa26","security_groups":[],"mac_address":"fa:16:3e:2c:f3:bd","project_id":"d5cd64a9a64c40418007b5cf38497b48","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"de916118-3d43-40b9-a168-a80013b9ecbf","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:20Z","binding:vnic_type":"normal","device_id":"7ad33e2d-8022-40be-a49b-e401af926b02"}]} 2018-10-26 10:22:22,426 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=7ad33e2d-8022-40be-a49b-e401af926b02 used request id req-7f5eb449-bd83-4f6b-a1fc-cf71176d15b1 2018-10-26 10:22:22,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/5637bd2e-4a59-4147-b09e-deea3370a176 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dee2177dd39db0cc15e16102930f8a46a908b9b7" 2018-10-26 10:22:22,632 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 671 X-Openstack-Request-Id: req-63d2f81f-f380-4b29-9d2f-966c9f0a35be Date: Fri, 26 Oct 2018 10:22:22 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"de916118-3d43-40b9-a168-a80013b9ecbf","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:11Z","dns_nameservers":[],"updated_at":"2018-10-26T10:22: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":"d5cd64a9a64c40418007b5cf38497b48","id":"5637bd2e-4a59-4147-b09e-deea3370a176","subnetpool_id":null,"name":"AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-subnet"}} 2018-10-26 10:22:22,633 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/5637bd2e-4a59-4147-b09e-deea3370a176 used request id req-63d2f81f-f380-4b29-9d2f-966c9f0a35be 2018-10-26 10:22:22,633 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:22:22,634 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:22:23,011 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:22:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["ZF63tQbSQ52_97W1Ze-ZUQ"], "issued_at": "2018-10-26T10:22:23.000000Z"}} 2018-10-26 10:22:23,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f4c2440c5021ff74edd26331b23c231725e9b3f" 2018-10-26 10:22:23,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:22:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-473d9c47-a16e-4129-acd9-5058127b89bb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:22:23,097 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-473d9c47-a16e-4129-acd9-5058127b89bb 2018-10-26 10:22:23,098 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:22:23,103 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f4c2440c5021ff74edd26331b23c231725e9b3f" 2018-10-26 10:22:23,283 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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 x-openstack-request-id: req-be427ec2-5de9-4a3b-9505-c911f7852bcf x-compute-request-id: req-be427ec2-5de9-4a3b-9505-c911f7852bcf Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-26 10:22:23,283 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-be427ec2-5de9-4a3b-9505-c911f7852bcf 2018-10-26 10:22:23,287 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f4c2440c5021ff74edd26331b23c231725e9b3f" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-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-26 10:22:23,341 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-09040f22-7107-44e9-899c-48a7712de3b4 x-compute-request-id: req-09040f22-7107-44e9-899c-48a7712de3b4 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/c1805968-1334-4d46-8624-f62385bb9415", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/c1805968-1334-4d46-8624-f62385bb9415", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "c1805968-1334-4d46-8624-f62385bb9415", "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 10:22:23,342 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-09040f22-7107-44e9-899c-48a7712de3b4 2018-10-26 10:22:23,342 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:22:23,343 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:22:23,720 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2a4dad6b3c8242cf98e3f9b64519ed84", "name": "AnsibleProvisioningTests-3f858cc1-ded8-4b6-proj-role"}], "expires_at": "2018-10-26T11:22:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d5cd64a9a64c40418007b5cf38497b48", "name": "AnsibleProvisioningTests-3f858cc1-ded8-4b6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/d5cd64a9a64c40418007b5cf38497b48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/d5cd64a9a64c40418007b5cf38497b48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/d5cd64a9a64c40418007b5cf38497b48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/d5cd64a9a64c40418007b5cf38497b48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/d5cd64a9a64c40418007b5cf38497b48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/d5cd64a9a64c40418007b5cf38497b48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d5cd64a9a64c40418007b5cf38497b48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/d5cd64a9a64c40418007b5cf38497b48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/d5cd64a9a64c40418007b5cf38497b48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d5cd64a9a64c40418007b5cf38497b48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/d5cd64a9a64c40418007b5cf38497b48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/d5cd64a9a64c40418007b5cf38497b48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-3f858cc1-ded8-4b6-user", "id": "742dbf5be4b34f9eac1bc25460140f02"}, "audit_ids": ["WzpR0luqT_Cfw5WTV9Ijpw"], "issued_at": "2018-10-26T10:22:23.000000Z"}} 2018-10-26 10:22:23,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce2156ad133374c09afcb0de97ea497d3f64240c" 2018-10-26 10:22:23,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:22:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db281602-2965-45fb-a543-70f940c54d79 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:22:23,801 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-db281602-2965-45fb-a543-70f940c54d79 2018-10-26 10:22:23,802 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:22:23,807 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce2156ad133374c09afcb0de97ea497d3f64240c" 2018-10-26 10:22:23,962 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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 x-openstack-request-id: req-717b2423-35ef-4da3-a6ac-fab8333e10aa x-compute-request-id: req-717b2423-35ef-4da3-a6ac-fab8333e10aa Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-10-26 10:22:23,962 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-717b2423-35ef-4da3-a6ac-fab8333e10aa 2018-10-26 10:22:23,963 - OpenStackKeypair - INFO - Creating keypair AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-kp... 2018-10-26 10:22:23,963 - OpenStackKeypair - INFO - Creating new keypair 2018-10-26 10:22:24,027 - nova_utils - INFO - Creating keypair with name - AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-kp 2018-10-26 10:22:24,029 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce2156ad133374c09afcb0de97ea497d3f64240c" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQChY1GcVjxq+ntVFOsnnJnioys8IY1GXOtYKaC0SvkV9oGt5AHZuk+AcSsccugIGlTrJoFsZFSo7eoK6Kx/GQk1NzWCEFPVeK0ygxxJfU5GMGnaDdBjVGqLVldCT5Wz4hcS2C1ctqONcjuZnNaK3zFkTyntj3t0aHman6Rz4T51lw==", "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-kp"}}' 2018-10-26 10:22:24,080 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:22: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-71f6ffaa-eb0b-47db-822a-f40839a46fa6 x-compute-request-id: req-71f6ffaa-eb0b-47db-822a-f40839a46fa6 Content-Encoding: gzip Content-Length: 372 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQChY1GcVjxq+ntVFOsnnJnioys8IY1GXOtYKaC0SvkV9oGt5AHZuk+AcSsccugIGlTrJoFsZFSo7eoK6Kx/GQk1NzWCEFPVeK0ygxxJfU5GMGnaDdBjVGqLVldCT5Wz4hcS2C1ctqONcjuZnNaK3zFkTyntj3t0aHman6Rz4T51lw==", "user_id": "742dbf5be4b34f9eac1bc25460140f02", "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-kp", "fingerprint": "36:a8:07:60:e7:06:62:8c:21:7e:74:6f:c8:38:ef:4d"}} 2018-10-26 10:22:24,080 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-71f6ffaa-eb0b-47db-822a-f40839a46fa6 2018-10-26 10:22:24,083 - file_utils - INFO - Saved public key to - tmp/AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1.pub 2018-10-26 10:22:24,083 - file_utils - INFO - Saved private key to - tmp/AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1 2018-10-26 10:22:24,083 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:22:24,084 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:22:24,472 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2a4dad6b3c8242cf98e3f9b64519ed84", "name": "AnsibleProvisioningTests-3f858cc1-ded8-4b6-proj-role"}], "expires_at": "2018-10-26T11:22:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d5cd64a9a64c40418007b5cf38497b48", "name": "AnsibleProvisioningTests-3f858cc1-ded8-4b6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/d5cd64a9a64c40418007b5cf38497b48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/d5cd64a9a64c40418007b5cf38497b48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/d5cd64a9a64c40418007b5cf38497b48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/d5cd64a9a64c40418007b5cf38497b48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/d5cd64a9a64c40418007b5cf38497b48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/d5cd64a9a64c40418007b5cf38497b48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d5cd64a9a64c40418007b5cf38497b48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/d5cd64a9a64c40418007b5cf38497b48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/d5cd64a9a64c40418007b5cf38497b48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d5cd64a9a64c40418007b5cf38497b48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/d5cd64a9a64c40418007b5cf38497b48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/d5cd64a9a64c40418007b5cf38497b48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-3f858cc1-ded8-4b6-user", "id": "742dbf5be4b34f9eac1bc25460140f02"}, "audit_ids": ["aOvmTI-ySXiD3Mg0SO223g"], "issued_at": "2018-10-26T10:22:24.000000Z"}} 2018-10-26 10:22:24,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6269e50cd02f107bbc64589d9cade80aa3af2793" 2018-10-26 10:22:24,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:22:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd93bcaa-91fd-4d8d-980e-68be1f81c614 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:22:24,548 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-dd93bcaa-91fd-4d8d-980e-68be1f81c614 2018-10-26 10:22:24,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6269e50cd02f107bbc64589d9cade80aa3af2793" 2018-10-26 10:22:24,734 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-1ca49515-5158-4109-830f-772353736671 Date: Fri, 26 Oct 2018 10:22:24 GMT RESP BODY: {"security_groups": []} 2018-10-26 10:22:24,734 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-sec-grp used request id req-1ca49515-5158-4109-830f-772353736671 2018-10-26 10:22:24,735 - OpenStackSecurityGroup - INFO - Creating security group AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-sec-grp... 2018-10-26 10:22:24,735 - neutron_utils - INFO - Creating security group with name - AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-sec-grp 2018-10-26 10:22:24,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6269e50cd02f107bbc64589d9cade80aa3af2793" -d '{"security_group": {"name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-sec-grp"}}' 2018-10-26 10:22:25,064 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1401 X-Openstack-Request-Id: req-3e4b008b-6a46-4ed4-ac3b-2479a1b2c9ff Date: Fri, 26 Oct 2018 10:22:25 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "created_at": "2018-10-26T10:22:24Z", "updated_at": "2018-10-26T10:22:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:22:24Z", "revision_number": 0, "id": "10edcc3b-39bb-46dd-a108-d958c83cc7ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:22:24Z", "security_group_id": "b15b28c7-8352-4d00-b521-51031d26cf49", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "port_range_min": null, "ethertype": "IPv6", "project_id": "d5cd64a9a64c40418007b5cf38497b48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:22:24Z", "revision_number": 0, "id": "9f824143-95a3-4185-828e-5506b6a616c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:22:24Z", "security_group_id": "b15b28c7-8352-4d00-b521-51031d26cf49", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "port_range_min": null, "ethertype": "IPv4", "project_id": "d5cd64a9a64c40418007b5cf38497b48"}], "revision_number": 2, "project_id": "d5cd64a9a64c40418007b5cf38497b48", "id": "b15b28c7-8352-4d00-b521-51031d26cf49", "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-sec-grp"}} 2018-10-26 10:22:25,064 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-3e4b008b-6a46-4ed4-ac3b-2479a1b2c9ff 2018-10-26 10:22:25,065 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b15b28c7-8352-4d00-b521-51031d26cf49 2018-10-26 10:22:25,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b15b28c7-8352-4d00-b521-51031d26cf49 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6269e50cd02f107bbc64589d9cade80aa3af2793" 2018-10-26 10:22:25,230 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-39c80e81-8d6f-4c3d-90e9-98be2075aa7d Date: Fri, 26 Oct 2018 10:22: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-26T10:22:24Z", "security_group_id": "b15b28c7-8352-4d00-b521-51031d26cf49", "port_range_min": null, "revision_number": 0, "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "created_at": "2018-10-26T10:22:24Z", "project_id": "d5cd64a9a64c40418007b5cf38497b48", "id": "10edcc3b-39bb-46dd-a108-d958c83cc7ec"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:22:24Z", "security_group_id": "b15b28c7-8352-4d00-b521-51031d26cf49", "port_range_min": null, "revision_number": 0, "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "created_at": "2018-10-26T10:22:24Z", "project_id": "d5cd64a9a64c40418007b5cf38497b48", "id": "9f824143-95a3-4185-828e-5506b6a616c8"}]} 2018-10-26 10:22:25,230 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b15b28c7-8352-4d00-b521-51031d26cf49 used request id req-39c80e81-8d6f-4c3d-90e9-98be2075aa7d 2018-10-26 10:22:25,231 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b15b28c7-8352-4d00-b521-51031d26cf49 2018-10-26 10:22:25,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b15b28c7-8352-4d00-b521-51031d26cf49 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6269e50cd02f107bbc64589d9cade80aa3af2793" 2018-10-26 10:22:25,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-10b971db-4089-4b86-a18a-7e8dbc616d16 Date: Fri, 26 Oct 2018 10:22: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-26T10:22:24Z", "security_group_id": "b15b28c7-8352-4d00-b521-51031d26cf49", "port_range_min": null, "revision_number": 0, "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "created_at": "2018-10-26T10:22:24Z", "project_id": "d5cd64a9a64c40418007b5cf38497b48", "id": "10edcc3b-39bb-46dd-a108-d958c83cc7ec"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:22:24Z", "security_group_id": "b15b28c7-8352-4d00-b521-51031d26cf49", "port_range_min": null, "revision_number": 0, "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "created_at": "2018-10-26T10:22:24Z", "project_id": "d5cd64a9a64c40418007b5cf38497b48", "id": "9f824143-95a3-4185-828e-5506b6a616c8"}]} 2018-10-26 10:22:25,407 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b15b28c7-8352-4d00-b521-51031d26cf49 used request id req-10b971db-4089-4b86-a18a-7e8dbc616d16 2018-10-26 10:22:25,408 - neutron_utils - INFO - Retrieving security group with ID - b15b28c7-8352-4d00-b521-51031d26cf49 2018-10-26 10:22:25,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=b15b28c7-8352-4d00-b521-51031d26cf49 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6269e50cd02f107bbc64589d9cade80aa3af2793" 2018-10-26 10:22:25,992 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-c55c3cca-dcfd-4774-8f96-5d1e86386212 Date: Fri, 26 Oct 2018 10:22:26 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "created_at": "2018-10-26T10:22:24Z", "updated_at": "2018-10-26T10:22:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:22:24Z", "revision_number": 0, "id": "10edcc3b-39bb-46dd-a108-d958c83cc7ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:22:24Z", "security_group_id": "b15b28c7-8352-4d00-b521-51031d26cf49", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "port_range_min": null, "ethertype": "IPv6", "project_id": "d5cd64a9a64c40418007b5cf38497b48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:22:24Z", "revision_number": 0, "id": "9f824143-95a3-4185-828e-5506b6a616c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:22:24Z", "security_group_id": "b15b28c7-8352-4d00-b521-51031d26cf49", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "port_range_min": null, "ethertype": "IPv4", "project_id": "d5cd64a9a64c40418007b5cf38497b48"}], "revision_number": 2, "project_id": "d5cd64a9a64c40418007b5cf38497b48", "id": "b15b28c7-8352-4d00-b521-51031d26cf49", "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-sec-grp"}]} 2018-10-26 10:22:25,992 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=b15b28c7-8352-4d00-b521-51031d26cf49 used request id req-c55c3cca-dcfd-4774-8f96-5d1e86386212 2018-10-26 10:22:25,993 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b15b28c7-8352-4d00-b521-51031d26cf49 2018-10-26 10:22:25,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b15b28c7-8352-4d00-b521-51031d26cf49 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6269e50cd02f107bbc64589d9cade80aa3af2793" 2018-10-26 10:22:26,177 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-092c70df-715a-42b6-9cfb-6a447d0f8f42 Date: Fri, 26 Oct 2018 10:22: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-26T10:22:24Z", "security_group_id": "b15b28c7-8352-4d00-b521-51031d26cf49", "port_range_min": null, "revision_number": 0, "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "created_at": "2018-10-26T10:22:24Z", "project_id": "d5cd64a9a64c40418007b5cf38497b48", "id": "10edcc3b-39bb-46dd-a108-d958c83cc7ec"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:22:24Z", "security_group_id": "b15b28c7-8352-4d00-b521-51031d26cf49", "port_range_min": null, "revision_number": 0, "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "created_at": "2018-10-26T10:22:24Z", "project_id": "d5cd64a9a64c40418007b5cf38497b48", "id": "9f824143-95a3-4185-828e-5506b6a616c8"}]} 2018-10-26 10:22:26,178 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b15b28c7-8352-4d00-b521-51031d26cf49 used request id req-092c70df-715a-42b6-9cfb-6a447d0f8f42 2018-10-26 10:22:26,178 - neutron_utils - INFO - Retrieving security group with ID - b15b28c7-8352-4d00-b521-51031d26cf49 2018-10-26 10:22:26,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=b15b28c7-8352-4d00-b521-51031d26cf49 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6269e50cd02f107bbc64589d9cade80aa3af2793" 2018-10-26 10:22:26,384 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-33a9041e-cbff-46d0-b1da-9da3fd4b6f37 Date: Fri, 26 Oct 2018 10:22:26 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "created_at": "2018-10-26T10:22:24Z", "updated_at": "2018-10-26T10:22:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:22:24Z", "revision_number": 0, "id": "10edcc3b-39bb-46dd-a108-d958c83cc7ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:22:24Z", "security_group_id": "b15b28c7-8352-4d00-b521-51031d26cf49", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "port_range_min": null, "ethertype": "IPv6", "project_id": "d5cd64a9a64c40418007b5cf38497b48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:22:24Z", "revision_number": 0, "id": "9f824143-95a3-4185-828e-5506b6a616c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:22:24Z", "security_group_id": "b15b28c7-8352-4d00-b521-51031d26cf49", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "port_range_min": null, "ethertype": "IPv4", "project_id": "d5cd64a9a64c40418007b5cf38497b48"}], "revision_number": 2, "project_id": "d5cd64a9a64c40418007b5cf38497b48", "id": "b15b28c7-8352-4d00-b521-51031d26cf49", "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-sec-grp"}]} 2018-10-26 10:22:26,384 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=b15b28c7-8352-4d00-b521-51031d26cf49 used request id req-33a9041e-cbff-46d0-b1da-9da3fd4b6f37 2018-10-26 10:22:26,385 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b15b28c7-8352-4d00-b521-51031d26cf49 2018-10-26 10:22:26,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b15b28c7-8352-4d00-b521-51031d26cf49 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6269e50cd02f107bbc64589d9cade80aa3af2793" 2018-10-26 10:22:26,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e21b06dc-f941-4e1c-ac98-245684442c39 Date: Fri, 26 Oct 2018 10:22: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-26T10:22:24Z", "security_group_id": "b15b28c7-8352-4d00-b521-51031d26cf49", "port_range_min": null, "revision_number": 0, "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "created_at": "2018-10-26T10:22:24Z", "project_id": "d5cd64a9a64c40418007b5cf38497b48", "id": "10edcc3b-39bb-46dd-a108-d958c83cc7ec"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:22:24Z", "security_group_id": "b15b28c7-8352-4d00-b521-51031d26cf49", "port_range_min": null, "revision_number": 0, "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "created_at": "2018-10-26T10:22:24Z", "project_id": "d5cd64a9a64c40418007b5cf38497b48", "id": "9f824143-95a3-4185-828e-5506b6a616c8"}]} 2018-10-26 10:22:26,565 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b15b28c7-8352-4d00-b521-51031d26cf49 used request id req-e21b06dc-f941-4e1c-ac98-245684442c39 2018-10-26 10:22:26,566 - neutron_utils - INFO - Creating security group to security group - AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-sec-grp 2018-10-26 10:22:26,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6269e50cd02f107bbc64589d9cade80aa3af2793" 2018-10-26 10:22:26,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-555e19df-4511-40f3-8b64-67ebc016a6b9 Date: Fri, 26 Oct 2018 10:22:26 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "created_at": "2018-10-26T10:22:24Z", "updated_at": "2018-10-26T10:22:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:22:24Z", "revision_number": 0, "id": "10edcc3b-39bb-46dd-a108-d958c83cc7ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:22:24Z", "security_group_id": "b15b28c7-8352-4d00-b521-51031d26cf49", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "port_range_min": null, "ethertype": "IPv6", "project_id": "d5cd64a9a64c40418007b5cf38497b48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:22:24Z", "revision_number": 0, "id": "9f824143-95a3-4185-828e-5506b6a616c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:22:24Z", "security_group_id": "b15b28c7-8352-4d00-b521-51031d26cf49", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "port_range_min": null, "ethertype": "IPv4", "project_id": "d5cd64a9a64c40418007b5cf38497b48"}], "revision_number": 2, "project_id": "d5cd64a9a64c40418007b5cf38497b48", "id": "b15b28c7-8352-4d00-b521-51031d26cf49", "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-sec-grp"}]} 2018-10-26 10:22:26,623 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-sec-grp used request id req-555e19df-4511-40f3-8b64-67ebc016a6b9 2018-10-26 10:22:26,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:22:26,631 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:22: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:22:26,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/d5cd64a9a64c40418007b5cf38497b48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6269e50cd02f107bbc64589d9cade80aa3af2793" 2018-10-26 10:22:26,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:22:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2a05581-54f6-4bb0-8277-8ebd76dd356a Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d5cd64a9a64c40418007b5cf38497b48"}, "enabled": true, "id": "d5cd64a9a64c40418007b5cf38497b48", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-3f858cc1-ded8-4b6-proj"}} 2018-10-26 10:22:26,648 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/d5cd64a9a64c40418007b5cf38497b48 used request id req-c2a05581-54f6-4bb0-8277-8ebd76dd356a 2018-10-26 10:22:26,648 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b15b28c7-8352-4d00-b521-51031d26cf49 2018-10-26 10:22:26,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b15b28c7-8352-4d00-b521-51031d26cf49 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6269e50cd02f107bbc64589d9cade80aa3af2793" 2018-10-26 10:22:26,677 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a2a38f83-3de7-4b99-adb2-897791af7e6d Date: Fri, 26 Oct 2018 10:22: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-26T10:22:24Z", "security_group_id": "b15b28c7-8352-4d00-b521-51031d26cf49", "port_range_min": null, "revision_number": 0, "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "created_at": "2018-10-26T10:22:24Z", "project_id": "d5cd64a9a64c40418007b5cf38497b48", "id": "10edcc3b-39bb-46dd-a108-d958c83cc7ec"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:22:24Z", "security_group_id": "b15b28c7-8352-4d00-b521-51031d26cf49", "port_range_min": null, "revision_number": 0, "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "created_at": "2018-10-26T10:22:24Z", "project_id": "d5cd64a9a64c40418007b5cf38497b48", "id": "9f824143-95a3-4185-828e-5506b6a616c8"}]} 2018-10-26 10:22:26,677 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b15b28c7-8352-4d00-b521-51031d26cf49 used request id req-a2a38f83-3de7-4b99-adb2-897791af7e6d 2018-10-26 10:22:26,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6269e50cd02f107bbc64589d9cade80aa3af2793" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "b15b28c7-8352-4d00-b521-51031d26cf49"}}' 2018-10-26 10:22:26,962 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-d467c220-71f3-4483-aaf1-9fe530b395f5 Date: Fri, 26 Oct 2018 10:22: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-26T10:22:26Z", "security_group_id": "b15b28c7-8352-4d00-b521-51031d26cf49", "port_range_min": null, "revision_number": 0, "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "created_at": "2018-10-26T10:22:26Z", "project_id": "d5cd64a9a64c40418007b5cf38497b48", "id": "237c3c92-9b19-41f4-942a-3e2ba9096067"}} 2018-10-26 10:22:26,962 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-d467c220-71f3-4483-aaf1-9fe530b395f5 2018-10-26 10:22:26,963 - neutron_utils - INFO - Creating security group to security group - AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-sec-grp 2018-10-26 10:22:26,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6269e50cd02f107bbc64589d9cade80aa3af2793" 2018-10-26 10:22:27,017 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1902 X-Openstack-Request-Id: req-eea572a0-cbe1-42b2-b0a9-f04a92a6f399 Date: Fri, 26 Oct 2018 10:22:27 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "created_at": "2018-10-26T10:22:24Z", "updated_at": "2018-10-26T10:22:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:22:24Z", "revision_number": 0, "id": "10edcc3b-39bb-46dd-a108-d958c83cc7ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:22:24Z", "security_group_id": "b15b28c7-8352-4d00-b521-51031d26cf49", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "port_range_min": null, "ethertype": "IPv6", "project_id": "d5cd64a9a64c40418007b5cf38497b48"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:22:26Z", "revision_number": 0, "id": "237c3c92-9b19-41f4-942a-3e2ba9096067", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:22:26Z", "security_group_id": "b15b28c7-8352-4d00-b521-51031d26cf49", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "port_range_min": null, "ethertype": "IPv4", "project_id": "d5cd64a9a64c40418007b5cf38497b48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:22:24Z", "revision_number": 0, "id": "9f824143-95a3-4185-828e-5506b6a616c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:22:24Z", "security_group_id": "b15b28c7-8352-4d00-b521-51031d26cf49", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "port_range_min": null, "ethertype": "IPv4", "project_id": "d5cd64a9a64c40418007b5cf38497b48"}], "revision_number": 3, "project_id": "d5cd64a9a64c40418007b5cf38497b48", "id": "b15b28c7-8352-4d00-b521-51031d26cf49", "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-sec-grp"}]} 2018-10-26 10:22:27,017 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-sec-grp used request id req-eea572a0-cbe1-42b2-b0a9-f04a92a6f399 2018-10-26 10:22:27,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/d5cd64a9a64c40418007b5cf38497b48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6269e50cd02f107bbc64589d9cade80aa3af2793" 2018-10-26 10:22:27,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:22:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e735ad3-e46d-472f-932e-e4bddedfdce4 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d5cd64a9a64c40418007b5cf38497b48"}, "enabled": true, "id": "d5cd64a9a64c40418007b5cf38497b48", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-3f858cc1-ded8-4b6-proj"}} 2018-10-26 10:22:27,098 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/d5cd64a9a64c40418007b5cf38497b48 used request id req-5e735ad3-e46d-472f-932e-e4bddedfdce4 2018-10-26 10:22:27,098 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b15b28c7-8352-4d00-b521-51031d26cf49 2018-10-26 10:22:27,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b15b28c7-8352-4d00-b521-51031d26cf49 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6269e50cd02f107bbc64589d9cade80aa3af2793" 2018-10-26 10:22:27,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-0dedac87-b790-4b75-8120-5042b5b8679e Date: Fri, 26 Oct 2018 10:22: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-26T10:22:24Z", "security_group_id": "b15b28c7-8352-4d00-b521-51031d26cf49", "port_range_min": null, "revision_number": 0, "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "created_at": "2018-10-26T10:22:24Z", "project_id": "d5cd64a9a64c40418007b5cf38497b48", "id": "10edcc3b-39bb-46dd-a108-d958c83cc7ec"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:22:26Z", "security_group_id": "b15b28c7-8352-4d00-b521-51031d26cf49", "port_range_min": null, "revision_number": 0, "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "created_at": "2018-10-26T10:22:26Z", "project_id": "d5cd64a9a64c40418007b5cf38497b48", "id": "237c3c92-9b19-41f4-942a-3e2ba9096067"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:22:24Z", "security_group_id": "b15b28c7-8352-4d00-b521-51031d26cf49", "port_range_min": null, "revision_number": 0, "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "created_at": "2018-10-26T10:22:24Z", "project_id": "d5cd64a9a64c40418007b5cf38497b48", "id": "9f824143-95a3-4185-828e-5506b6a616c8"}]} 2018-10-26 10:22:27,277 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b15b28c7-8352-4d00-b521-51031d26cf49 used request id req-0dedac87-b790-4b75-8120-5042b5b8679e 2018-10-26 10:22:27,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6269e50cd02f107bbc64589d9cade80aa3af2793" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "b15b28c7-8352-4d00-b521-51031d26cf49"}}' 2018-10-26 10:22:27,591 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-13005afd-4133-448b-85a8-55c4d94efc2f Date: Fri, 26 Oct 2018 10:22: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-26T10:22:27Z", "security_group_id": "b15b28c7-8352-4d00-b521-51031d26cf49", "port_range_min": 22, "revision_number": 0, "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "created_at": "2018-10-26T10:22:27Z", "project_id": "d5cd64a9a64c40418007b5cf38497b48", "id": "4d9fff6a-ce31-46e0-82bb-c25f45dd4695"}} 2018-10-26 10:22:27,591 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-13005afd-4133-448b-85a8-55c4d94efc2f 2018-10-26 10:22:27,592 - neutron_utils - INFO - Retrieving security group with ID - b15b28c7-8352-4d00-b521-51031d26cf49 2018-10-26 10:22:27,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=b15b28c7-8352-4d00-b521-51031d26cf49 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6269e50cd02f107bbc64589d9cade80aa3af2793" 2018-10-26 10:22:27,801 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2396 X-Openstack-Request-Id: req-d36670b7-3f54-425c-97fe-4c6842987546 Date: Fri, 26 Oct 2018 10:22:27 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "created_at": "2018-10-26T10:22:24Z", "updated_at": "2018-10-26T10:22:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:22:24Z", "revision_number": 0, "id": "10edcc3b-39bb-46dd-a108-d958c83cc7ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:22:24Z", "security_group_id": "b15b28c7-8352-4d00-b521-51031d26cf49", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "port_range_min": null, "ethertype": "IPv6", "project_id": "d5cd64a9a64c40418007b5cf38497b48"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:22:26Z", "revision_number": 0, "id": "237c3c92-9b19-41f4-942a-3e2ba9096067", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:22:26Z", "security_group_id": "b15b28c7-8352-4d00-b521-51031d26cf49", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "port_range_min": null, "ethertype": "IPv4", "project_id": "d5cd64a9a64c40418007b5cf38497b48"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-26T10:22:27Z", "revision_number": 0, "id": "4d9fff6a-ce31-46e0-82bb-c25f45dd4695", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:22:27Z", "security_group_id": "b15b28c7-8352-4d00-b521-51031d26cf49", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d5cd64a9a64c40418007b5cf38497b48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:22:24Z", "revision_number": 0, "id": "9f824143-95a3-4185-828e-5506b6a616c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:22:24Z", "security_group_id": "b15b28c7-8352-4d00-b521-51031d26cf49", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "port_range_min": null, "ethertype": "IPv4", "project_id": "d5cd64a9a64c40418007b5cf38497b48"}], "revision_number": 4, "project_id": "d5cd64a9a64c40418007b5cf38497b48", "id": "b15b28c7-8352-4d00-b521-51031d26cf49", "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-sec-grp"}]} 2018-10-26 10:22:27,802 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=b15b28c7-8352-4d00-b521-51031d26cf49 used request id req-d36670b7-3f54-425c-97fe-4c6842987546 2018-10-26 10:22:27,802 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b15b28c7-8352-4d00-b521-51031d26cf49 2018-10-26 10:22:27,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b15b28c7-8352-4d00-b521-51031d26cf49 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6269e50cd02f107bbc64589d9cade80aa3af2793" 2018-10-26 10:22:27,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-f9c05b14-0c81-4a53-9c55-2e067358f6c6 Date: Fri, 26 Oct 2018 10:22: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-26T10:22:24Z", "security_group_id": "b15b28c7-8352-4d00-b521-51031d26cf49", "port_range_min": null, "revision_number": 0, "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "created_at": "2018-10-26T10:22:24Z", "project_id": "d5cd64a9a64c40418007b5cf38497b48", "id": "10edcc3b-39bb-46dd-a108-d958c83cc7ec"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:22:26Z", "security_group_id": "b15b28c7-8352-4d00-b521-51031d26cf49", "port_range_min": null, "revision_number": 0, "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "created_at": "2018-10-26T10:22:26Z", "project_id": "d5cd64a9a64c40418007b5cf38497b48", "id": "237c3c92-9b19-41f4-942a-3e2ba9096067"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-26T10:22:27Z", "security_group_id": "b15b28c7-8352-4d00-b521-51031d26cf49", "port_range_min": 22, "revision_number": 0, "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "created_at": "2018-10-26T10:22:27Z", "project_id": "d5cd64a9a64c40418007b5cf38497b48", "id": "4d9fff6a-ce31-46e0-82bb-c25f45dd4695"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:22:24Z", "security_group_id": "b15b28c7-8352-4d00-b521-51031d26cf49", "port_range_min": null, "revision_number": 0, "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "created_at": "2018-10-26T10:22:24Z", "project_id": "d5cd64a9a64c40418007b5cf38497b48", "id": "9f824143-95a3-4185-828e-5506b6a616c8"}]} 2018-10-26 10:22:27,987 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b15b28c7-8352-4d00-b521-51031d26cf49 used request id req-f9c05b14-0c81-4a53-9c55-2e067358f6c6 2018-10-26 10:22:27,988 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:22:27,989 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:22:28,364 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2a4dad6b3c8242cf98e3f9b64519ed84", "name": "AnsibleProvisioningTests-3f858cc1-ded8-4b6-proj-role"}], "expires_at": "2018-10-26T11:22:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d5cd64a9a64c40418007b5cf38497b48", "name": "AnsibleProvisioningTests-3f858cc1-ded8-4b6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/d5cd64a9a64c40418007b5cf38497b48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/d5cd64a9a64c40418007b5cf38497b48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/d5cd64a9a64c40418007b5cf38497b48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/d5cd64a9a64c40418007b5cf38497b48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/d5cd64a9a64c40418007b5cf38497b48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/d5cd64a9a64c40418007b5cf38497b48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d5cd64a9a64c40418007b5cf38497b48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/d5cd64a9a64c40418007b5cf38497b48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/d5cd64a9a64c40418007b5cf38497b48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d5cd64a9a64c40418007b5cf38497b48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/d5cd64a9a64c40418007b5cf38497b48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/d5cd64a9a64c40418007b5cf38497b48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-3f858cc1-ded8-4b6-user", "id": "742dbf5be4b34f9eac1bc25460140f02"}, "audit_ids": ["IAONcML-QEezcYLvv5g9wQ"], "issued_at": "2018-10-26T10:22:28.000000Z"}} 2018-10-26 10:22:28,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:22:28,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:22:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61db6708-69ee-4028-8c8d-a8a0a012e213 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:22:28,438 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-61db6708-69ee-4028-8c8d-a8a0a012e213 2018-10-26 10:22:28,440 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:22:28,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:22:28,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:22:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37fa5599-15c8-48c4-a15b-f80ec3e27ca6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:22:28,516 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-37fa5599-15c8-48c4-a15b-f80ec3e27ca6 2018-10-26 10:22:28,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:22:28,766 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-966a2b05-5697-478a-99b6-e2936283655c Date: Fri, 26 Oct 2018 10:22: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":["5637bd2e-4a59-4147-b09e-deea3370a176"],"updated_at":"2018-10-26T10:22:11Z","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d5cd64a9a64c40418007b5cf38497b48","id":"de916118-3d43-40b9-a168-a80013b9ecbf","name":"AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-net"}]} 2018-10-26 10:22:28,766 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-net used request id req-966a2b05-5697-478a-99b6-e2936283655c 2018-10-26 10:22:28,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:22:28,775 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:22: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:22:28,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/d5cd64a9a64c40418007b5cf38497b48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:22:28,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:22:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b54e6658-bdba-4380-8181-b67bdb238ad6 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d5cd64a9a64c40418007b5cf38497b48"}, "enabled": true, "id": "d5cd64a9a64c40418007b5cf38497b48", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-3f858cc1-ded8-4b6-proj"}} 2018-10-26 10:22:28,855 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/d5cd64a9a64c40418007b5cf38497b48 used request id req-b54e6658-bdba-4380-8181-b67bdb238ad6 2018-10-26 10:22:28,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=de916118-3d43-40b9-a168-a80013b9ecbf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:22:29,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-867b56f6-dd47-4a66-b556-e3fd8c0ae6d5 Date: Fri, 26 Oct 2018 10:22:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"de916118-3d43-40b9-a168-a80013b9ecbf","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:11Z","dns_nameservers":[],"updated_at":"2018-10-26T10:22: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":"d5cd64a9a64c40418007b5cf38497b48","id":"5637bd2e-4a59-4147-b09e-deea3370a176","subnetpool_id":null,"name":"AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-subnet"}]} 2018-10-26 10:22:29,055 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=de916118-3d43-40b9-a168-a80013b9ecbf used request id req-867b56f6-dd47-4a66-b556-e3fd8c0ae6d5 2018-10-26 10:22:29,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=de916118-3d43-40b9-a168-a80013b9ecbf&name=AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:22:29,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-55db5d78-47ca-4853-8cac-88d0b08e3588 Date: Fri, 26 Oct 2018 10:22:29 GMT RESP BODY: {"ports":[]} 2018-10-26 10:22:29,256 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=de916118-3d43-40b9-a168-a80013b9ecbf&name=AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-port-1&admin_state_up=True used request id req-55db5d78-47ca-4853-8cac-88d0b08e3588 2018-10-26 10:22:29,259 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:22:29,481 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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 x-openstack-request-id: req-d0779861-be73-4c1a-8032-5844894dc896 x-compute-request-id: req-d0779861-be73-4c1a-8032-5844894dc896 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-26 10:22:29,481 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst used request id req-d0779861-be73-4c1a-8032-5844894dc896 2018-10-26 10:22:29,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:22:29,729 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-fb485d35-e16c-4a9a-96f4-9039c7fe089f Date: Fri, 26 Oct 2018 10: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":["5637bd2e-4a59-4147-b09e-deea3370a176"],"updated_at":"2018-10-26T10:22:11Z","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d5cd64a9a64c40418007b5cf38497b48","id":"de916118-3d43-40b9-a168-a80013b9ecbf","name":"AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-net"}]} 2018-10-26 10:22:29,729 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-net used request id req-fb485d35-e16c-4a9a-96f4-9039c7fe089f 2018-10-26 10:22:29,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/d5cd64a9a64c40418007b5cf38497b48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:22:29,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:22:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35d0675e-dcd1-4723-a332-3b8d882ee4dc Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d5cd64a9a64c40418007b5cf38497b48"}, "enabled": true, "id": "d5cd64a9a64c40418007b5cf38497b48", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-3f858cc1-ded8-4b6-proj"}} 2018-10-26 10:22:29,813 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/d5cd64a9a64c40418007b5cf38497b48 used request id req-35d0675e-dcd1-4723-a332-3b8d882ee4dc 2018-10-26 10:22:29,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=de916118-3d43-40b9-a168-a80013b9ecbf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:22:30,018 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-ebdb621f-7bcf-4b14-b296-26925040c237 Date: Fri, 26 Oct 2018 10:22:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"de916118-3d43-40b9-a168-a80013b9ecbf","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:11Z","dns_nameservers":[],"updated_at":"2018-10-26T10:22: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":"d5cd64a9a64c40418007b5cf38497b48","id":"5637bd2e-4a59-4147-b09e-deea3370a176","subnetpool_id":null,"name":"AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-subnet"}]} 2018-10-26 10:22:30,019 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=de916118-3d43-40b9-a168-a80013b9ecbf used request id req-ebdb621f-7bcf-4b14-b296-26925040c237 2018-10-26 10:22:30,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=de916118-3d43-40b9-a168-a80013b9ecbf&name=AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:22:30,195 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c71481ba-4d4d-46e7-9176-af3738473ed3 Date: Fri, 26 Oct 2018 10:22:30 GMT RESP BODY: {"ports":[]} 2018-10-26 10:22:30,195 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=de916118-3d43-40b9-a168-a80013b9ecbf&name=AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-port-1&admin_state_up=True used request id req-c71481ba-4d4d-46e7-9176-af3738473ed3 2018-10-26 10:22:30,196 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:22:30,196 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:22:30,571 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2a4dad6b3c8242cf98e3f9b64519ed84", "name": "AnsibleProvisioningTests-3f858cc1-ded8-4b6-proj-role"}], "expires_at": "2018-10-26T11:22:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d5cd64a9a64c40418007b5cf38497b48", "name": "AnsibleProvisioningTests-3f858cc1-ded8-4b6-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/d5cd64a9a64c40418007b5cf38497b48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/d5cd64a9a64c40418007b5cf38497b48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/d5cd64a9a64c40418007b5cf38497b48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/d5cd64a9a64c40418007b5cf38497b48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/d5cd64a9a64c40418007b5cf38497b48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/d5cd64a9a64c40418007b5cf38497b48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d5cd64a9a64c40418007b5cf38497b48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/d5cd64a9a64c40418007b5cf38497b48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/d5cd64a9a64c40418007b5cf38497b48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d5cd64a9a64c40418007b5cf38497b48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/d5cd64a9a64c40418007b5cf38497b48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/d5cd64a9a64c40418007b5cf38497b48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-3f858cc1-ded8-4b6-user", "id": "742dbf5be4b34f9eac1bc25460140f02"}, "audit_ids": ["W7xrelfaTKChi53CjmZebA"], "issued_at": "2018-10-26T10:22:30.000000Z"}} 2018-10-26 10:22:30,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0206bd2e5cd38bbb6663f7184247db23b47b5f89" 2018-10-26 10:22:30,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:22:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0fe453e5-7e50-4814-8968-1bcc5bee2a21 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:22:30,646 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-0fe453e5-7e50-4814-8968-1bcc5bee2a21 2018-10-26 10:22:30,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:22:30,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-414256f4-789c-4f30-9bf4-0b78f2e7036c Date: Fri, 26 Oct 2018 10:22: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":["5637bd2e-4a59-4147-b09e-deea3370a176"],"updated_at":"2018-10-26T10:22:11Z","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d5cd64a9a64c40418007b5cf38497b48","id":"de916118-3d43-40b9-a168-a80013b9ecbf","name":"AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-net"}]} 2018-10-26 10:22:30,917 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-net used request id req-414256f4-789c-4f30-9bf4-0b78f2e7036c 2018-10-26 10:22:30,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=de916118-3d43-40b9-a168-a80013b9ecbf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:22:31,128 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-0ec7d70f-a47b-413b-ac43-5e8a045ad150 Date: Fri, 26 Oct 2018 10:22:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"de916118-3d43-40b9-a168-a80013b9ecbf","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:11Z","dns_nameservers":[],"updated_at":"2018-10-26T10:22: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":"d5cd64a9a64c40418007b5cf38497b48","id":"5637bd2e-4a59-4147-b09e-deea3370a176","subnetpool_id":null,"name":"AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-subnet"}]} 2018-10-26 10:22:31,128 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=de916118-3d43-40b9-a168-a80013b9ecbf used request id req-0ec7d70f-a47b-413b-ac43-5e8a045ad150 2018-10-26 10:22:31,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:22:31,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-86218a9a-16de-44d7-985e-5d5a79c218f6 Date: Fri, 26 Oct 2018 10:22: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":["5637bd2e-4a59-4147-b09e-deea3370a176"],"updated_at":"2018-10-26T10:22:11Z","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d5cd64a9a64c40418007b5cf38497b48","id":"de916118-3d43-40b9-a168-a80013b9ecbf","name":"AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-net"}]} 2018-10-26 10:22:31,373 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-net used request id req-86218a9a-16de-44d7-985e-5d5a79c218f6 2018-10-26 10:22:31,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:22:31,383 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:22:31,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/d5cd64a9a64c40418007b5cf38497b48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0206bd2e5cd38bbb6663f7184247db23b47b5f89" 2018-10-26 10:22:31,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:22:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33f0a77b-2296-4e2e-84dd-f946d0332a28 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d5cd64a9a64c40418007b5cf38497b48"}, "enabled": true, "id": "d5cd64a9a64c40418007b5cf38497b48", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-3f858cc1-ded8-4b6-proj"}} 2018-10-26 10:22:31,469 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/d5cd64a9a64c40418007b5cf38497b48 used request id req-33f0a77b-2296-4e2e-84dd-f946d0332a28 2018-10-26 10:22:31,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=de916118-3d43-40b9-a168-a80013b9ecbf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:22:31,678 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-0816dda5-7d28-4fb3-a6bc-62a796f2f6a5 Date: Fri, 26 Oct 2018 10:22:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"de916118-3d43-40b9-a168-a80013b9ecbf","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:11Z","dns_nameservers":[],"updated_at":"2018-10-26T10:22: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":"d5cd64a9a64c40418007b5cf38497b48","id":"5637bd2e-4a59-4147-b09e-deea3370a176","subnetpool_id":null,"name":"AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-subnet"}]} 2018-10-26 10:22:31,679 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=de916118-3d43-40b9-a168-a80013b9ecbf used request id req-0816dda5-7d28-4fb3-a6bc-62a796f2f6a5 2018-10-26 10:22:31,680 - neutron_utils - INFO - Creating port for network with name - AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-net 2018-10-26 10:22:31,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" -d '{"port": {"network_id": "de916118-3d43-40b9-a168-a80013b9ecbf", "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-port-1", "admin_state_up": true}}' 2018-10-26 10:22:32,809 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 781 X-Openstack-Request-Id: req-e620a704-0597-4cb2-a90e-a10ad24ff51f Date: Fri, 26 Oct 2018 10:22:32 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:22:32Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5637bd2e-4a59-4147-b09e-deea3370a176","ip_address":"10.55.1.8"}],"id":"41964e8d-186e-426c-84fd-d45ec998fde9","security_groups":["a55113c4-bd0e-414d-a06d-255fc3aff81e"],"mac_address":"fa:16:3e:ae:37:be","device_id":"","status":"DOWN","description":"","tags":[],"name":"AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-port-1","project_id":"d5cd64a9a64c40418007b5cf38497b48","qos_policy_id":null,"admin_state_up":true,"network_id":"de916118-3d43-40b9-a168-a80013b9ecbf","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:32Z","binding:vnic_type":"normal"}} 2018-10-26 10:22:32,809 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-e620a704-0597-4cb2-a90e-a10ad24ff51f 2018-10-26 10:22:32,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:22:33,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-32781ce0-fd44-4515-82c5-6addea64b5ce Date: Fri, 26 Oct 2018 10:22:33 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5637bd2e-4a59-4147-b09e-deea3370a176"],"updated_at":"2018-10-26T10:22:11Z","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d5cd64a9a64c40418007b5cf38497b48","id":"de916118-3d43-40b9-a168-a80013b9ecbf","name":"AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-net"}]} 2018-10-26 10:22:33,084 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-net used request id req-32781ce0-fd44-4515-82c5-6addea64b5ce 2018-10-26 10:22:33,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/d5cd64a9a64c40418007b5cf38497b48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:22:33,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:22:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03da3c8c-f7c0-4706-ac50-ead6c8170e06 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d5cd64a9a64c40418007b5cf38497b48"}, "enabled": true, "id": "d5cd64a9a64c40418007b5cf38497b48", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-3f858cc1-ded8-4b6-proj"}} 2018-10-26 10:22:33,165 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/d5cd64a9a64c40418007b5cf38497b48 used request id req-03da3c8c-f7c0-4706-ac50-ead6c8170e06 2018-10-26 10:22:33,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=de916118-3d43-40b9-a168-a80013b9ecbf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:22:33,374 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-816acbd5-bc46-4f89-a96e-3feb5d6b3c05 Date: Fri, 26 Oct 2018 10:22:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"de916118-3d43-40b9-a168-a80013b9ecbf","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:11Z","dns_nameservers":[],"updated_at":"2018-10-26T10:22: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":"d5cd64a9a64c40418007b5cf38497b48","id":"5637bd2e-4a59-4147-b09e-deea3370a176","subnetpool_id":null,"name":"AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-subnet"}]} 2018-10-26 10:22:33,374 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=de916118-3d43-40b9-a168-a80013b9ecbf used request id req-816acbd5-bc46-4f89-a96e-3feb5d6b3c05 2018-10-26 10:22:33,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=de916118-3d43-40b9-a168-a80013b9ecbf&name=AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:22:33,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 784 X-Openstack-Request-Id: req-1bccdd7d-9e09-4572-a066-db0dc23158c2 Date: Fri, 26 Oct 2018 10:22:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:22:32Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5637bd2e-4a59-4147-b09e-deea3370a176","ip_address":"10.55.1.8"}],"id":"41964e8d-186e-426c-84fd-d45ec998fde9","security_groups":["a55113c4-bd0e-414d-a06d-255fc3aff81e"],"mac_address":"fa:16:3e:ae:37:be","project_id":"d5cd64a9a64c40418007b5cf38497b48","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-port-1","admin_state_up":true,"network_id":"de916118-3d43-40b9-a168-a80013b9ecbf","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:32Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-26 10:22:33,437 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=de916118-3d43-40b9-a168-a80013b9ecbf&name=AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-port-1&admin_state_up=True used request id req-1bccdd7d-9e09-4572-a066-db0dc23158c2 2018-10-26 10:22:33,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/d5cd64a9a64c40418007b5cf38497b48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:22:33,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:22:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c3fbf81-c697-4301-9ac8-f6be7c3b7e7b Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d5cd64a9a64c40418007b5cf38497b48"}, "enabled": true, "id": "d5cd64a9a64c40418007b5cf38497b48", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-3f858cc1-ded8-4b6-proj"}} 2018-10-26 10:22:33,517 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/d5cd64a9a64c40418007b5cf38497b48 used request id req-8c3fbf81-c697-4301-9ac8-f6be7c3b7e7b 2018-10-26 10:22:33,518 - nova_utils - INFO - Creating VM with name - AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst 2018-10-26 10:22:33,521 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:22:33,551 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-bfc06ec6-4956-4b10-b385-9f95b3ec78e4 x-compute-request-id: req-bfc06ec6-4956-4b10-b385-9f95b3ec78e4 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"flavors": [{"id": "c1805968-1334-4d46-8624-f62385bb9415", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/c1805968-1334-4d46-8624-f62385bb9415", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/c1805968-1334-4d46-8624-f62385bb9415", "rel": "bookmark"}], "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-flavor-name"}]} 2018-10-26 10:22:33,551 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-bfc06ec6-4956-4b10-b385-9f95b3ec78e4 2018-10-26 10:22:33,555 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/c1805968-1334-4d46-8624-f62385bb9415 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:22:33,580 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-3290ba8d-6893-4303-8951-3632b03a73f1 x-compute-request-id: req-3290ba8d-6893-4303-8951-3632b03a73f1 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/c1805968-1334-4d46-8624-f62385bb9415", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/c1805968-1334-4d46-8624-f62385bb9415", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "c1805968-1334-4d46-8624-f62385bb9415", "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 10:22:33,580 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/c1805968-1334-4d46-8624-f62385bb9415 used request id req-3290ba8d-6893-4303-8951-3632b03a73f1 2018-10-26 10:22:33,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1--image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:22:33,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1061 Content-Type: application/json X-Openstack-Request-Id: req-5939a57c-52c2-43b7-b024-e24b1ed8654d Date: Fri, 26 Oct 2018 10:22:33 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1--image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:22:01Z", "size": 263586304, "disk_format": "qcow2", "updated_at": "2018-10-26T10:22:08Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/734fe748-1fe2-46cc-82b6-2d08be616db6/snap", "metadata": {}}], "self": "/v2/images/734fe748-1fe2-46cc-82b6-2d08be616db6", "min_disk": 0, "protected": false, "id": "734fe748-1fe2-46cc-82b6-2d08be616db6", "file": "/v2/images/734fe748-1fe2-46cc-82b6-2d08be616db6/file", "checksum": "ee1167b7b8bf490b2f9a9885f2d7dcff", "owner": "d5cd64a9a64c40418007b5cf38497b48", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/734fe748-1fe2-46cc-82b6-2d08be616db6/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1--image"} 2018-10-26 10:22:33,764 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1--image used request id req-5939a57c-52c2-43b7-b024-e24b1ed8654d 2018-10-26 10:22:33,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:22:33,911 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9218f81d-3fee-41dd-a638-367d0816354e Date: Fri, 26 Oct 2018 10:22: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-26 10:22:33,911 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-9218f81d-3fee-41dd-a638-367d0816354e 2018-10-26 10:22:33,917 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" -d '{"server": {"name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst", "imageRef": "734fe748-1fe2-46cc-82b6-2d08be616db6", "key_name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-kp", "flavorRef": "c1805968-1334-4d46-8624-f62385bb9415", "max_count": 1, "min_count": 1, "networks": [{"port": "41964e8d-186e-426c-84fd-d45ec998fde9"}]}}' 2018-10-26 10:22:35,072 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10:22:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f064512f-d0e3-42f6-abd1-ac5b720e1cc1 x-compute-request-id: req-f064512f-d0e3-42f6-abd1-ac5b720e1cc1 Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "d33044d1-468b-4799-b1ba-12182ade5b0c", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "bookmark"}], "adminPass": "Eh57PLYYG5ke"}} 2018-10-26 10:22:35,072 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-f064512f-d0e3-42f6-abd1-ac5b720e1cc1 2018-10-26 10:22:35,076 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:22:35,461 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-4334eb9d-4e67-4be4-8870-441f50994777 x-compute-request-id: req-4334eb9d-4e67-4be4-8870-441f50994777 Content-Encoding: gzip Content-Length: 615 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "bookmark"}], "image": {"id": "734fe748-1fe2-46cc-82b6-2d08be616db6", "links": [{"href": "http://172.30.9.21:8774/images/734fe748-1fe2-46cc-82b6-2d08be616db6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1805968-1334-4d46-8624-f62385bb9415", "links": [{"href": "http://172.30.9.21:8774/flavors/c1805968-1334-4d46-8624-f62385bb9415", "rel": "bookmark"}]}, "id": "d33044d1-468b-4799-b1ba-12182ade5b0c", "user_id": "742dbf5be4b34f9eac1bc25460140f02", "OS-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-26T10:22:35Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-kp", "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst", "created": "2018-10-26T10:22:35Z", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:22:35,461 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c used request id req-4334eb9d-4e67-4be4-8870-441f50994777 2018-10-26 10:22:35,462 - create_instance - INFO - Created instance with name - AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst 2018-10-26 10:22:35,464 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:22:35,737 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-cf89aa3d-69a4-459a-834d-af6dd80c10a9 x-compute-request-id: req-cf89aa3d-69a4-459a-834d-af6dd80c10a9 Content-Encoding: gzip Content-Length: 620 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "bookmark"}], "image": {"id": "734fe748-1fe2-46cc-82b6-2d08be616db6", "links": [{"href": "http://172.30.9.21:8774/images/734fe748-1fe2-46cc-82b6-2d08be616db6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1805968-1334-4d46-8624-f62385bb9415", "links": [{"href": "http://172.30.9.21:8774/flavors/c1805968-1334-4d46-8624-f62385bb9415", "rel": "bookmark"}]}, "id": "d33044d1-468b-4799-b1ba-12182ade5b0c", "user_id": "742dbf5be4b34f9eac1bc25460140f02", "OS-DCF: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-26T10:22:35Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-kp", "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst", "created": "2018-10-26T10:22:35Z", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:22:35,737 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c used request id req-cf89aa3d-69a4-459a-834d-af6dd80c10a9 2018-10-26 10:22:35,738 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst] is - BUILD 2018-10-26 10:22:35,738 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:22:38,741 - create_instance - DEBUG - VM status query timeout in 896.721080065 2018-10-26 10:22:38,744 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:22:39,252 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:22:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-553d005d-cc5f-4771-b35e-5a60c417d34a x-compute-request-id: req-553d005d-cc5f-4771-b35e-5a60c417d34a Content-Encoding: gzip Content-Length: 676 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "bookmark"}], "image": {"id": "734fe748-1fe2-46cc-82b6-2d08be616db6", "links": [{"href": "http://172.30.9.21:8774/images/734fe748-1fe2-46cc-82b6-2d08be616db6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1805968-1334-4d46-8624-f62385bb9415", "links": [{"href": "http://172.30.9.21:8774/flavors/c1805968-1334-4d46-8624-f62385bb9415", "rel": "bookmark"}]}, "id": "d33044d1-468b-4799-b1ba-12182ade5b0c", "security_groups": [{"name": "default"}], "user_id": "742dbf5be4b34f9eac1bc25460140f02", "OS-DCF: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-26T10:22:35Z", "hostId": "4bae89a981ae443d5e1d06dd17775241ac65b4c6c1def342799232f0", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-kp", "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst", "created": "2018-10-26T10:22:35Z", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:22:39,252 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c used request id req-553d005d-cc5f-4771-b35e-5a60c417d34a 2018-10-26 10:22:39,253 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst] is - BUILD 2018-10-26 10:22:39,253 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:22:42,256 - create_instance - DEBUG - VM status query timeout in 893.205857992 2018-10-26 10:22:42,259 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:22:42,778 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:22:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d1f1f189-bf50-4904-8b50-47e4815c0c7c x-compute-request-id: req-d1f1f189-bf50-4904-8b50-47e4815c0c7c Content-Encoding: gzip Content-Length: 676 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "bookmark"}], "image": {"id": "734fe748-1fe2-46cc-82b6-2d08be616db6", "links": [{"href": "http://172.30.9.21:8774/images/734fe748-1fe2-46cc-82b6-2d08be616db6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1805968-1334-4d46-8624-f62385bb9415", "links": [{"href": "http://172.30.9.21:8774/flavors/c1805968-1334-4d46-8624-f62385bb9415", "rel": "bookmark"}]}, "id": "d33044d1-468b-4799-b1ba-12182ade5b0c", "security_groups": [{"name": "default"}], "user_id": "742dbf5be4b34f9eac1bc25460140f02", "OS-DCF: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-26T10:22:35Z", "hostId": "4bae89a981ae443d5e1d06dd17775241ac65b4c6c1def342799232f0", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-kp", "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst", "created": "2018-10-26T10:22:35Z", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:22:42,778 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c used request id req-d1f1f189-bf50-4904-8b50-47e4815c0c7c 2018-10-26 10:22:42,779 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst] is - BUILD 2018-10-26 10:22:42,779 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:22:45,781 - create_instance - DEBUG - VM status query timeout in 889.68103385 2018-10-26 10:22:45,784 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:22:46,568 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:22:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f9d3ab84-dbfb-42c9-afb7-dd53deb1c945 x-compute-request-id: req-f9d3ab84-dbfb-42c9-afb7-dd53deb1c945 Content-Encoding: gzip Content-Length: 676 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "bookmark"}], "image": {"id": "734fe748-1fe2-46cc-82b6-2d08be616db6", "links": [{"href": "http://172.30.9.21:8774/images/734fe748-1fe2-46cc-82b6-2d08be616db6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1805968-1334-4d46-8624-f62385bb9415", "links": [{"href": "http://172.30.9.21:8774/flavors/c1805968-1334-4d46-8624-f62385bb9415", "rel": "bookmark"}]}, "id": "d33044d1-468b-4799-b1ba-12182ade5b0c", "security_groups": [{"name": "default"}], "user_id": "742dbf5be4b34f9eac1bc25460140f02", "OS-DCF: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-26T10:22:35Z", "hostId": "4bae89a981ae443d5e1d06dd17775241ac65b4c6c1def342799232f0", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-kp", "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst", "created": "2018-10-26T10:22:35Z", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:22:46,569 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c used request id req-f9d3ab84-dbfb-42c9-afb7-dd53deb1c945 2018-10-26 10:22:46,569 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst] is - BUILD 2018-10-26 10:22:46,569 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:22:49,569 - create_instance - DEBUG - VM status query timeout in 885.892740965 2018-10-26 10:22:49,573 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:22:50,088 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-981aaf30-50ec-4b82-8345-3daef00f36e8 x-compute-request-id: req-981aaf30-50ec-4b82-8345-3daef00f36e8 Content-Encoding: gzip Content-Length: 676 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "bookmark"}], "image": {"id": "734fe748-1fe2-46cc-82b6-2d08be616db6", "links": [{"href": "http://172.30.9.21:8774/images/734fe748-1fe2-46cc-82b6-2d08be616db6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1805968-1334-4d46-8624-f62385bb9415", "links": [{"href": "http://172.30.9.21:8774/flavors/c1805968-1334-4d46-8624-f62385bb9415", "rel": "bookmark"}]}, "id": "d33044d1-468b-4799-b1ba-12182ade5b0c", "security_groups": [{"name": "default"}], "user_id": "742dbf5be4b34f9eac1bc25460140f02", "OS-DCF: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-26T10:22:35Z", "hostId": "4bae89a981ae443d5e1d06dd17775241ac65b4c6c1def342799232f0", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-kp", "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst", "created": "2018-10-26T10:22:35Z", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:22:50,089 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c used request id req-981aaf30-50ec-4b82-8345-3daef00f36e8 2018-10-26 10:22:50,089 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst] is - BUILD 2018-10-26 10:22:50,089 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:22:53,093 - create_instance - DEBUG - VM status query timeout in 882.369513988 2018-10-26 10:22:53,096 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:22:53,912 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-afe31c23-3c29-4e35-826d-ecb8623074af x-compute-request-id: req-afe31c23-3c29-4e35-826d-ecb8623074af Content-Encoding: gzip Content-Length: 676 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "bookmark"}], "image": {"id": "734fe748-1fe2-46cc-82b6-2d08be616db6", "links": [{"href": "http://172.30.9.21:8774/images/734fe748-1fe2-46cc-82b6-2d08be616db6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1805968-1334-4d46-8624-f62385bb9415", "links": [{"href": "http://172.30.9.21:8774/flavors/c1805968-1334-4d46-8624-f62385bb9415", "rel": "bookmark"}]}, "id": "d33044d1-468b-4799-b1ba-12182ade5b0c", "security_groups": [{"name": "default"}], "user_id": "742dbf5be4b34f9eac1bc25460140f02", "OS-DCF: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-26T10:22:35Z", "hostId": "4bae89a981ae443d5e1d06dd17775241ac65b4c6c1def342799232f0", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-kp", "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst", "created": "2018-10-26T10:22:35Z", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:22:53,913 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c used request id req-afe31c23-3c29-4e35-826d-ecb8623074af 2018-10-26 10:22:53,913 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst] is - BUILD 2018-10-26 10:22:53,913 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:22:56,916 - create_instance - DEBUG - VM status query timeout in 878.545610905 2018-10-26 10:22:56,920 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:22:57,385 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:22:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-97f38508-a44a-4620-a28a-2e06aa853fb1 x-compute-request-id: req-97f38508-a44a-4620-a28a-2e06aa853fb1 Content-Encoding: gzip Content-Length: 676 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "bookmark"}], "image": {"id": "734fe748-1fe2-46cc-82b6-2d08be616db6", "links": [{"href": "http://172.30.9.21:8774/images/734fe748-1fe2-46cc-82b6-2d08be616db6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1805968-1334-4d46-8624-f62385bb9415", "links": [{"href": "http://172.30.9.21:8774/flavors/c1805968-1334-4d46-8624-f62385bb9415", "rel": "bookmark"}]}, "id": "d33044d1-468b-4799-b1ba-12182ade5b0c", "security_groups": [{"name": "default"}], "user_id": "742dbf5be4b34f9eac1bc25460140f02", "OS-DCF: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-26T10:22:35Z", "hostId": "4bae89a981ae443d5e1d06dd17775241ac65b4c6c1def342799232f0", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-kp", "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst", "created": "2018-10-26T10:22:35Z", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:22:57,385 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c used request id req-97f38508-a44a-4620-a28a-2e06aa853fb1 2018-10-26 10:22:57,385 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst] is - BUILD 2018-10-26 10:22:57,386 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:23:00,389 - create_instance - DEBUG - VM status query timeout in 875.073232889 2018-10-26 10:23:00,392 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:23:01,059 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-92811909-1325-41c7-9b65-3b2db94b1c4f x-compute-request-id: req-92811909-1325-41c7-9b65-3b2db94b1c4f Content-Encoding: gzip Content-Length: 676 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "bookmark"}], "image": {"id": "734fe748-1fe2-46cc-82b6-2d08be616db6", "links": [{"href": "http://172.30.9.21:8774/images/734fe748-1fe2-46cc-82b6-2d08be616db6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1805968-1334-4d46-8624-f62385bb9415", "links": [{"href": "http://172.30.9.21:8774/flavors/c1805968-1334-4d46-8624-f62385bb9415", "rel": "bookmark"}]}, "id": "d33044d1-468b-4799-b1ba-12182ade5b0c", "security_groups": [{"name": "default"}], "user_id": "742dbf5be4b34f9eac1bc25460140f02", "OS-DCF: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-26T10:22:35Z", "hostId": "4bae89a981ae443d5e1d06dd17775241ac65b4c6c1def342799232f0", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-kp", "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst", "created": "2018-10-26T10:22:35Z", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:23:01,059 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c used request id req-92811909-1325-41c7-9b65-3b2db94b1c4f 2018-10-26 10:23:01,060 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst] is - BUILD 2018-10-26 10:23:01,060 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:23:04,063 - create_instance - DEBUG - VM status query timeout in 871.399143934 2018-10-26 10:23:04,066 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:23:04,581 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-fb8bbc29-b9bc-4e9b-91af-b123686fde12 x-compute-request-id: req-fb8bbc29-b9bc-4e9b-91af-b123686fde12 Content-Encoding: gzip Content-Length: 676 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "bookmark"}], "image": {"id": "734fe748-1fe2-46cc-82b6-2d08be616db6", "links": [{"href": "http://172.30.9.21:8774/images/734fe748-1fe2-46cc-82b6-2d08be616db6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1805968-1334-4d46-8624-f62385bb9415", "links": [{"href": "http://172.30.9.21:8774/flavors/c1805968-1334-4d46-8624-f62385bb9415", "rel": "bookmark"}]}, "id": "d33044d1-468b-4799-b1ba-12182ade5b0c", "security_groups": [{"name": "default"}], "user_id": "742dbf5be4b34f9eac1bc25460140f02", "OS-DCF: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-26T10:22:35Z", "hostId": "4bae89a981ae443d5e1d06dd17775241ac65b4c6c1def342799232f0", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-kp", "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst", "created": "2018-10-26T10:22:35Z", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:23:04,581 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c used request id req-fb8bbc29-b9bc-4e9b-91af-b123686fde12 2018-10-26 10:23:04,582 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst] is - BUILD 2018-10-26 10:23:04,582 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:23:07,585 - create_instance - DEBUG - VM status query timeout in 867.877055883 2018-10-26 10:23:07,588 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:23:08,271 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-4279d7f3-bda7-480b-adb2-65478e6d63b7 x-compute-request-id: req-4279d7f3-bda7-480b-adb2-65478e6d63b7 Content-Encoding: gzip Content-Length: 676 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "bookmark"}], "image": {"id": "734fe748-1fe2-46cc-82b6-2d08be616db6", "links": [{"href": "http://172.30.9.21:8774/images/734fe748-1fe2-46cc-82b6-2d08be616db6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1805968-1334-4d46-8624-f62385bb9415", "links": [{"href": "http://172.30.9.21:8774/flavors/c1805968-1334-4d46-8624-f62385bb9415", "rel": "bookmark"}]}, "id": "d33044d1-468b-4799-b1ba-12182ade5b0c", "security_groups": [{"name": "default"}], "user_id": "742dbf5be4b34f9eac1bc25460140f02", "OS-DCF: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-26T10:22:35Z", "hostId": "4bae89a981ae443d5e1d06dd17775241ac65b4c6c1def342799232f0", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-kp", "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst", "created": "2018-10-26T10:22:35Z", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:23:08,271 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c used request id req-4279d7f3-bda7-480b-adb2-65478e6d63b7 2018-10-26 10:23:08,271 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst] is - BUILD 2018-10-26 10:23:08,272 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:23:11,272 - create_instance - DEBUG - VM status query timeout in 864.189949989 2018-10-26 10:23:11,275 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:23:12,144 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-be7f93bb-8cd0-425e-98df-b5dabf2482ae x-compute-request-id: req-be7f93bb-8cd0-425e-98df-b5dabf2482ae Content-Encoding: gzip Content-Length: 676 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "bookmark"}], "image": {"id": "734fe748-1fe2-46cc-82b6-2d08be616db6", "links": [{"href": "http://172.30.9.21:8774/images/734fe748-1fe2-46cc-82b6-2d08be616db6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1805968-1334-4d46-8624-f62385bb9415", "links": [{"href": "http://172.30.9.21:8774/flavors/c1805968-1334-4d46-8624-f62385bb9415", "rel": "bookmark"}]}, "id": "d33044d1-468b-4799-b1ba-12182ade5b0c", "security_groups": [{"name": "default"}], "user_id": "742dbf5be4b34f9eac1bc25460140f02", "OS-DCF: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-26T10:22:35Z", "hostId": "4bae89a981ae443d5e1d06dd17775241ac65b4c6c1def342799232f0", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-kp", "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst", "created": "2018-10-26T10:22:35Z", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:23:12,144 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c used request id req-be7f93bb-8cd0-425e-98df-b5dabf2482ae 2018-10-26 10:23:12,144 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst] is - BUILD 2018-10-26 10:23:12,145 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:23:15,148 - create_instance - DEBUG - VM status query timeout in 860.314321995 2018-10-26 10:23:15,151 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:23:15,514 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-d2d0f478-6b68-4732-8342-1fc1e85c1fbf x-compute-request-id: req-d2d0f478-6b68-4732-8342-1fc1e85c1fbf Content-Encoding: gzip Content-Length: 676 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "bookmark"}], "image": {"id": "734fe748-1fe2-46cc-82b6-2d08be616db6", "links": [{"href": "http://172.30.9.21:8774/images/734fe748-1fe2-46cc-82b6-2d08be616db6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1805968-1334-4d46-8624-f62385bb9415", "links": [{"href": "http://172.30.9.21:8774/flavors/c1805968-1334-4d46-8624-f62385bb9415", "rel": "bookmark"}]}, "id": "d33044d1-468b-4799-b1ba-12182ade5b0c", "security_groups": [{"name": "default"}], "user_id": "742dbf5be4b34f9eac1bc25460140f02", "OS-DCF: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-26T10:22:35Z", "hostId": "4bae89a981ae443d5e1d06dd17775241ac65b4c6c1def342799232f0", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-kp", "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst", "created": "2018-10-26T10:22:35Z", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:23:15,515 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c used request id req-d2d0f478-6b68-4732-8342-1fc1e85c1fbf 2018-10-26 10:23:15,515 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst] is - BUILD 2018-10-26 10:23:15,515 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:23:18,518 - create_instance - DEBUG - VM status query timeout in 856.943726063 2018-10-26 10:23:18,522 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:23:19,233 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-5463474d-3d6d-4cab-bf7b-a48e449a483c x-compute-request-id: req-5463474d-3d6d-4cab-bf7b-a48e449a483c Content-Encoding: gzip Content-Length: 676 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "bookmark"}], "image": {"id": "734fe748-1fe2-46cc-82b6-2d08be616db6", "links": [{"href": "http://172.30.9.21:8774/images/734fe748-1fe2-46cc-82b6-2d08be616db6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1805968-1334-4d46-8624-f62385bb9415", "links": [{"href": "http://172.30.9.21:8774/flavors/c1805968-1334-4d46-8624-f62385bb9415", "rel": "bookmark"}]}, "id": "d33044d1-468b-4799-b1ba-12182ade5b0c", "security_groups": [{"name": "default"}], "user_id": "742dbf5be4b34f9eac1bc25460140f02", "OS-DCF: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-26T10:22:35Z", "hostId": "4bae89a981ae443d5e1d06dd17775241ac65b4c6c1def342799232f0", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-kp", "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst", "created": "2018-10-26T10:22:35Z", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:23:19,234 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c used request id req-5463474d-3d6d-4cab-bf7b-a48e449a483c 2018-10-26 10:23:19,234 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst] is - BUILD 2018-10-26 10:23:19,234 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:23:22,237 - create_instance - DEBUG - VM status query timeout in 853.224724054 2018-10-26 10:23:22,241 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:23:22,756 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:23: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-d60e2b7f-9922-46d8-bf4a-66113d6d7e40 x-compute-request-id: req-d60e2b7f-9922-46d8-bf4a-66113d6d7e40 Content-Encoding: gzip Content-Length: 676 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "bookmark"}], "image": {"id": "734fe748-1fe2-46cc-82b6-2d08be616db6", "links": [{"href": "http://172.30.9.21:8774/images/734fe748-1fe2-46cc-82b6-2d08be616db6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1805968-1334-4d46-8624-f62385bb9415", "links": [{"href": "http://172.30.9.21:8774/flavors/c1805968-1334-4d46-8624-f62385bb9415", "rel": "bookmark"}]}, "id": "d33044d1-468b-4799-b1ba-12182ade5b0c", "security_groups": [{"name": "default"}], "user_id": "742dbf5be4b34f9eac1bc25460140f02", "OS-DCF: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-26T10:22:35Z", "hostId": "4bae89a981ae443d5e1d06dd17775241ac65b4c6c1def342799232f0", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-kp", "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst", "created": "2018-10-26T10:22:35Z", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:23:22,757 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c used request id req-d60e2b7f-9922-46d8-bf4a-66113d6d7e40 2018-10-26 10:23:22,757 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst] is - BUILD 2018-10-26 10:23:22,757 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:23:25,760 - create_instance - DEBUG - VM status query timeout in 849.701724052 2018-10-26 10:23:25,763 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:23:26,420 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:23: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-417f9569-955d-4de5-af53-90c45a87b063 x-compute-request-id: req-417f9569-955d-4de5-af53-90c45a87b063 Content-Encoding: gzip Content-Length: 676 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "bookmark"}], "image": {"id": "734fe748-1fe2-46cc-82b6-2d08be616db6", "links": [{"href": "http://172.30.9.21:8774/images/734fe748-1fe2-46cc-82b6-2d08be616db6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1805968-1334-4d46-8624-f62385bb9415", "links": [{"href": "http://172.30.9.21:8774/flavors/c1805968-1334-4d46-8624-f62385bb9415", "rel": "bookmark"}]}, "id": "d33044d1-468b-4799-b1ba-12182ade5b0c", "security_groups": [{"name": "default"}], "user_id": "742dbf5be4b34f9eac1bc25460140f02", "OS-DCF: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-26T10:22:35Z", "hostId": "4bae89a981ae443d5e1d06dd17775241ac65b4c6c1def342799232f0", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-kp", "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst", "created": "2018-10-26T10:22:35Z", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:23:26,420 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c used request id req-417f9569-955d-4de5-af53-90c45a87b063 2018-10-26 10:23:26,420 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst] is - BUILD 2018-10-26 10:23:26,421 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:23:29,424 - create_instance - DEBUG - VM status query timeout in 846.038290977 2018-10-26 10:23:29,427 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:23:29,964 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:23:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-428c3361-21f5-4723-9903-722a4f3f9953 x-compute-request-id: req-428c3361-21f5-4723-9903-722a4f3f9953 Content-Encoding: gzip Content-Length: 676 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "bookmark"}], "image": {"id": "734fe748-1fe2-46cc-82b6-2d08be616db6", "links": [{"href": "http://172.30.9.21:8774/images/734fe748-1fe2-46cc-82b6-2d08be616db6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1805968-1334-4d46-8624-f62385bb9415", "links": [{"href": "http://172.30.9.21:8774/flavors/c1805968-1334-4d46-8624-f62385bb9415", "rel": "bookmark"}]}, "id": "d33044d1-468b-4799-b1ba-12182ade5b0c", "security_groups": [{"name": "default"}], "user_id": "742dbf5be4b34f9eac1bc25460140f02", "OS-DCF: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-26T10:22:35Z", "hostId": "4bae89a981ae443d5e1d06dd17775241ac65b4c6c1def342799232f0", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-kp", "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst", "created": "2018-10-26T10:22:35Z", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:23:29,964 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c used request id req-428c3361-21f5-4723-9903-722a4f3f9953 2018-10-26 10:23:29,965 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst] is - BUILD 2018-10-26 10:23:29,965 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:23:32,968 - create_instance - DEBUG - VM status query timeout in 842.493849039 2018-10-26 10:23:32,971 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:23:33,457 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:23: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-ebdd1ab5-74ba-4da2-baaa-85d941fc0428 x-compute-request-id: req-ebdd1ab5-74ba-4da2-baaa-85d941fc0428 Content-Encoding: gzip Content-Length: 676 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "bookmark"}], "image": {"id": "734fe748-1fe2-46cc-82b6-2d08be616db6", "links": [{"href": "http://172.30.9.21:8774/images/734fe748-1fe2-46cc-82b6-2d08be616db6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1805968-1334-4d46-8624-f62385bb9415", "links": [{"href": "http://172.30.9.21:8774/flavors/c1805968-1334-4d46-8624-f62385bb9415", "rel": "bookmark"}]}, "id": "d33044d1-468b-4799-b1ba-12182ade5b0c", "security_groups": [{"name": "default"}], "user_id": "742dbf5be4b34f9eac1bc25460140f02", "OS-DCF: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-26T10:22:35Z", "hostId": "4bae89a981ae443d5e1d06dd17775241ac65b4c6c1def342799232f0", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-kp", "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst", "created": "2018-10-26T10:22:35Z", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:23:33,457 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c used request id req-ebdd1ab5-74ba-4da2-baaa-85d941fc0428 2018-10-26 10:23:33,457 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst] is - BUILD 2018-10-26 10:23:33,458 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:23:36,460 - create_instance - DEBUG - VM status query timeout in 839.002053976 2018-10-26 10:23:36,463 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:23:36,970 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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,Accept-Encoding x-openstack-request-id: req-e53af45c-8177-4bbd-9b36-f08138ad7f00 x-compute-request-id: req-e53af45c-8177-4bbd-9b36-f08138ad7f00 Content-Encoding: gzip Content-Length: 676 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "bookmark"}], "image": {"id": "734fe748-1fe2-46cc-82b6-2d08be616db6", "links": [{"href": "http://172.30.9.21:8774/images/734fe748-1fe2-46cc-82b6-2d08be616db6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1805968-1334-4d46-8624-f62385bb9415", "links": [{"href": "http://172.30.9.21:8774/flavors/c1805968-1334-4d46-8624-f62385bb9415", "rel": "bookmark"}]}, "id": "d33044d1-468b-4799-b1ba-12182ade5b0c", "security_groups": [{"name": "default"}], "user_id": "742dbf5be4b34f9eac1bc25460140f02", "OS-DCF: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-26T10:22:35Z", "hostId": "4bae89a981ae443d5e1d06dd17775241ac65b4c6c1def342799232f0", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-kp", "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst", "created": "2018-10-26T10:22:35Z", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:23:36,970 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c used request id req-e53af45c-8177-4bbd-9b36-f08138ad7f00 2018-10-26 10:23:36,970 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst] is - BUILD 2018-10-26 10:23:36,971 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:23:39,974 - create_instance - DEBUG - VM status query timeout in 835.488255978 2018-10-26 10:23:39,977 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:23:40,459 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:23:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d19831bd-16c5-4a8e-83ec-d7971e2133c4 x-compute-request-id: req-d19831bd-16c5-4a8e-83ec-d7971e2133c4 Content-Encoding: gzip Content-Length: 676 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "bookmark"}], "image": {"id": "734fe748-1fe2-46cc-82b6-2d08be616db6", "links": [{"href": "http://172.30.9.21:8774/images/734fe748-1fe2-46cc-82b6-2d08be616db6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1805968-1334-4d46-8624-f62385bb9415", "links": [{"href": "http://172.30.9.21:8774/flavors/c1805968-1334-4d46-8624-f62385bb9415", "rel": "bookmark"}]}, "id": "d33044d1-468b-4799-b1ba-12182ade5b0c", "security_groups": [{"name": "default"}], "user_id": "742dbf5be4b34f9eac1bc25460140f02", "OS-DCF: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-26T10:22:35Z", "hostId": "4bae89a981ae443d5e1d06dd17775241ac65b4c6c1def342799232f0", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-kp", "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst", "created": "2018-10-26T10:22:35Z", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:23:40,459 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c used request id req-d19831bd-16c5-4a8e-83ec-d7971e2133c4 2018-10-26 10:23:40,460 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst] is - BUILD 2018-10-26 10:23:40,460 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:23:43,463 - create_instance - DEBUG - VM status query timeout in 831.999160051 2018-10-26 10:23:43,466 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:23:43,816 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:23:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e2c7e622-e734-4a77-b361-5d0d9ca515d4 x-compute-request-id: req-e2c7e622-e734-4a77-b361-5d0d9ca515d4 Content-Encoding: gzip Content-Length: 676 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "bookmark"}], "image": {"id": "734fe748-1fe2-46cc-82b6-2d08be616db6", "links": [{"href": "http://172.30.9.21:8774/images/734fe748-1fe2-46cc-82b6-2d08be616db6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1805968-1334-4d46-8624-f62385bb9415", "links": [{"href": "http://172.30.9.21:8774/flavors/c1805968-1334-4d46-8624-f62385bb9415", "rel": "bookmark"}]}, "id": "d33044d1-468b-4799-b1ba-12182ade5b0c", "security_groups": [{"name": "default"}], "user_id": "742dbf5be4b34f9eac1bc25460140f02", "OS-DCF: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-26T10:22:35Z", "hostId": "4bae89a981ae443d5e1d06dd17775241ac65b4c6c1def342799232f0", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-kp", "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst", "created": "2018-10-26T10:22:35Z", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:23:43,817 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c used request id req-e2c7e622-e734-4a77-b361-5d0d9ca515d4 2018-10-26 10:23:43,817 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst] is - BUILD 2018-10-26 10:23:43,817 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:23:46,820 - create_instance - DEBUG - VM status query timeout in 828.642050028 2018-10-26 10:23:46,823 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:23:47,150 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:23:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-175338b9-6ba9-42dd-98f0-ae777d328908 x-compute-request-id: req-175338b9-6ba9-42dd-98f0-ae777d328908 Content-Encoding: gzip Content-Length: 676 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "bookmark"}], "image": {"id": "734fe748-1fe2-46cc-82b6-2d08be616db6", "links": [{"href": "http://172.30.9.21:8774/images/734fe748-1fe2-46cc-82b6-2d08be616db6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1805968-1334-4d46-8624-f62385bb9415", "links": [{"href": "http://172.30.9.21:8774/flavors/c1805968-1334-4d46-8624-f62385bb9415", "rel": "bookmark"}]}, "id": "d33044d1-468b-4799-b1ba-12182ade5b0c", "security_groups": [{"name": "default"}], "user_id": "742dbf5be4b34f9eac1bc25460140f02", "OS-DCF: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-26T10:22:35Z", "hostId": "4bae89a981ae443d5e1d06dd17775241ac65b4c6c1def342799232f0", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-kp", "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst", "created": "2018-10-26T10:22:35Z", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:23:47,151 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c used request id req-175338b9-6ba9-42dd-98f0-ae777d328908 2018-10-26 10:23:47,151 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst] is - BUILD 2018-10-26 10:23:47,151 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:23:50,154 - create_instance - DEBUG - VM status query timeout in 825.307569981 2018-10-26 10:23:50,158 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:23:50,754 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-9e151c26-75e3-4682-9b35-a3de66bcbe2b x-compute-request-id: req-9e151c26-75e3-4682-9b35-a3de66bcbe2b Content-Encoding: gzip Content-Length: 676 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "bookmark"}], "image": {"id": "734fe748-1fe2-46cc-82b6-2d08be616db6", "links": [{"href": "http://172.30.9.21:8774/images/734fe748-1fe2-46cc-82b6-2d08be616db6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1805968-1334-4d46-8624-f62385bb9415", "links": [{"href": "http://172.30.9.21:8774/flavors/c1805968-1334-4d46-8624-f62385bb9415", "rel": "bookmark"}]}, "id": "d33044d1-468b-4799-b1ba-12182ade5b0c", "security_groups": [{"name": "default"}], "user_id": "742dbf5be4b34f9eac1bc25460140f02", "OS-DCF: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-26T10:22:35Z", "hostId": "4bae89a981ae443d5e1d06dd17775241ac65b4c6c1def342799232f0", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-kp", "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst", "created": "2018-10-26T10:22:35Z", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:23:50,754 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c used request id req-9e151c26-75e3-4682-9b35-a3de66bcbe2b 2018-10-26 10:23:50,754 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst] is - BUILD 2018-10-26 10:23:50,755 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:23:53,758 - create_instance - DEBUG - VM status query timeout in 821.704223871 2018-10-26 10:23:53,761 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:23:54,256 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:23:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-71e0908c-92fa-4d74-81d7-586931bbb17c x-compute-request-id: req-71e0908c-92fa-4d74-81d7-586931bbb17c Content-Encoding: gzip Content-Length: 676 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "bookmark"}], "image": {"id": "734fe748-1fe2-46cc-82b6-2d08be616db6", "links": [{"href": "http://172.30.9.21:8774/images/734fe748-1fe2-46cc-82b6-2d08be616db6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1805968-1334-4d46-8624-f62385bb9415", "links": [{"href": "http://172.30.9.21:8774/flavors/c1805968-1334-4d46-8624-f62385bb9415", "rel": "bookmark"}]}, "id": "d33044d1-468b-4799-b1ba-12182ade5b0c", "security_groups": [{"name": "default"}], "user_id": "742dbf5be4b34f9eac1bc25460140f02", "OS-DCF: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-26T10:22:35Z", "hostId": "4bae89a981ae443d5e1d06dd17775241ac65b4c6c1def342799232f0", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-kp", "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst", "created": "2018-10-26T10:22:35Z", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:23:54,257 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c used request id req-71e0908c-92fa-4d74-81d7-586931bbb17c 2018-10-26 10:23:54,257 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst] is - BUILD 2018-10-26 10:23:54,257 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:23:57,260 - create_instance - DEBUG - VM status query timeout in 818.201655865 2018-10-26 10:23:57,264 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:23:57,767 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:23: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-5735ba64-515c-4525-8007-8c779386467e x-compute-request-id: req-5735ba64-515c-4525-8007-8c779386467e Content-Encoding: gzip Content-Length: 676 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "bookmark"}], "image": {"id": "734fe748-1fe2-46cc-82b6-2d08be616db6", "links": [{"href": "http://172.30.9.21:8774/images/734fe748-1fe2-46cc-82b6-2d08be616db6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1805968-1334-4d46-8624-f62385bb9415", "links": [{"href": "http://172.30.9.21:8774/flavors/c1805968-1334-4d46-8624-f62385bb9415", "rel": "bookmark"}]}, "id": "d33044d1-468b-4799-b1ba-12182ade5b0c", "security_groups": [{"name": "default"}], "user_id": "742dbf5be4b34f9eac1bc25460140f02", "OS-DCF: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-26T10:22:35Z", "hostId": "4bae89a981ae443d5e1d06dd17775241ac65b4c6c1def342799232f0", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-kp", "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst", "created": "2018-10-26T10:22:35Z", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:23:57,767 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c used request id req-5735ba64-515c-4525-8007-8c779386467e 2018-10-26 10:23:57,768 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst] is - BUILD 2018-10-26 10:23:57,768 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:24:00,771 - create_instance - DEBUG - VM status query timeout in 814.690907001 2018-10-26 10:24:00,774 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:24:01,437 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-829a18ff-81fd-48d2-9692-fcbda2130e84 x-compute-request-id: req-829a18ff-81fd-48d2-9692-fcbda2130e84 Content-Encoding: gzip Content-Length: 676 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "bookmark"}], "image": {"id": "734fe748-1fe2-46cc-82b6-2d08be616db6", "links": [{"href": "http://172.30.9.21:8774/images/734fe748-1fe2-46cc-82b6-2d08be616db6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1805968-1334-4d46-8624-f62385bb9415", "links": [{"href": "http://172.30.9.21:8774/flavors/c1805968-1334-4d46-8624-f62385bb9415", "rel": "bookmark"}]}, "id": "d33044d1-468b-4799-b1ba-12182ade5b0c", "security_groups": [{"name": "default"}], "user_id": "742dbf5be4b34f9eac1bc25460140f02", "OS-DCF: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-26T10:22:35Z", "hostId": "4bae89a981ae443d5e1d06dd17775241ac65b4c6c1def342799232f0", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-kp", "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst", "created": "2018-10-26T10:22:35Z", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:24:01,437 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c used request id req-829a18ff-81fd-48d2-9692-fcbda2130e84 2018-10-26 10:24:01,437 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst] is - BUILD 2018-10-26 10:24:01,437 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:24:04,441 - create_instance - DEBUG - VM status query timeout in 811.021472931 2018-10-26 10:24:04,444 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:24:04,942 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:24: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-2fc2101f-adbe-441b-a8bd-c65f91ad217b x-compute-request-id: req-2fc2101f-adbe-441b-a8bd-c65f91ad217b Content-Encoding: gzip Content-Length: 676 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "bookmark"}], "image": {"id": "734fe748-1fe2-46cc-82b6-2d08be616db6", "links": [{"href": "http://172.30.9.21:8774/images/734fe748-1fe2-46cc-82b6-2d08be616db6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1805968-1334-4d46-8624-f62385bb9415", "links": [{"href": "http://172.30.9.21:8774/flavors/c1805968-1334-4d46-8624-f62385bb9415", "rel": "bookmark"}]}, "id": "d33044d1-468b-4799-b1ba-12182ade5b0c", "security_groups": [{"name": "default"}], "user_id": "742dbf5be4b34f9eac1bc25460140f02", "OS-DCF: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-26T10:22:35Z", "hostId": "4bae89a981ae443d5e1d06dd17775241ac65b4c6c1def342799232f0", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-kp", "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst", "created": "2018-10-26T10:22:35Z", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:24:04,943 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c used request id req-2fc2101f-adbe-441b-a8bd-c65f91ad217b 2018-10-26 10:24:04,943 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst] is - BUILD 2018-10-26 10:24:04,943 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:24:07,947 - create_instance - DEBUG - VM status query timeout in 807.515501976 2018-10-26 10:24:07,950 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:24:08,273 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-6988dd22-9462-4a87-a4eb-88008fbe87dd x-compute-request-id: req-6988dd22-9462-4a87-a4eb-88008fbe87dd Content-Encoding: gzip Content-Length: 676 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "bookmark"}], "image": {"id": "734fe748-1fe2-46cc-82b6-2d08be616db6", "links": [{"href": "http://172.30.9.21:8774/images/734fe748-1fe2-46cc-82b6-2d08be616db6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1805968-1334-4d46-8624-f62385bb9415", "links": [{"href": "http://172.30.9.21:8774/flavors/c1805968-1334-4d46-8624-f62385bb9415", "rel": "bookmark"}]}, "id": "d33044d1-468b-4799-b1ba-12182ade5b0c", "security_groups": [{"name": "default"}], "user_id": "742dbf5be4b34f9eac1bc25460140f02", "OS-DCF: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-26T10:22:35Z", "hostId": "4bae89a981ae443d5e1d06dd17775241ac65b4c6c1def342799232f0", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-kp", "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst", "created": "2018-10-26T10:22:35Z", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:24:08,273 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c used request id req-6988dd22-9462-4a87-a4eb-88008fbe87dd 2018-10-26 10:24:08,274 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst] is - BUILD 2018-10-26 10:24:08,274 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:24:11,277 - create_instance - DEBUG - VM status query timeout in 804.184973955 2018-10-26 10:24:11,280 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:24:11,604 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-dad037aa-91f6-4df3-8c8e-25b5907b0851 x-compute-request-id: req-dad037aa-91f6-4df3-8c8e-25b5907b0851 Content-Encoding: gzip Content-Length: 676 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "bookmark"}], "image": {"id": "734fe748-1fe2-46cc-82b6-2d08be616db6", "links": [{"href": "http://172.30.9.21:8774/images/734fe748-1fe2-46cc-82b6-2d08be616db6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1805968-1334-4d46-8624-f62385bb9415", "links": [{"href": "http://172.30.9.21:8774/flavors/c1805968-1334-4d46-8624-f62385bb9415", "rel": "bookmark"}]}, "id": "d33044d1-468b-4799-b1ba-12182ade5b0c", "security_groups": [{"name": "default"}], "user_id": "742dbf5be4b34f9eac1bc25460140f02", "OS-DCF: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-26T10:22:35Z", "hostId": "4bae89a981ae443d5e1d06dd17775241ac65b4c6c1def342799232f0", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-kp", "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst", "created": "2018-10-26T10:22:35Z", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:24:11,604 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c used request id req-dad037aa-91f6-4df3-8c8e-25b5907b0851 2018-10-26 10:24:11,604 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst] is - BUILD 2018-10-26 10:24:11,605 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:24:14,608 - create_instance - DEBUG - VM status query timeout in 800.854225874 2018-10-26 10:24:14,611 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:24:15,167 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:24: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-1c9f1686-cd47-423a-baa5-b95d34120bd8 x-compute-request-id: req-1c9f1686-cd47-423a-baa5-b95d34120bd8 Content-Encoding: gzip Content-Length: 676 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "bookmark"}], "image": {"id": "734fe748-1fe2-46cc-82b6-2d08be616db6", "links": [{"href": "http://172.30.9.21:8774/images/734fe748-1fe2-46cc-82b6-2d08be616db6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1805968-1334-4d46-8624-f62385bb9415", "links": [{"href": "http://172.30.9.21:8774/flavors/c1805968-1334-4d46-8624-f62385bb9415", "rel": "bookmark"}]}, "id": "d33044d1-468b-4799-b1ba-12182ade5b0c", "security_groups": [{"name": "default"}], "user_id": "742dbf5be4b34f9eac1bc25460140f02", "OS-DCF: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-26T10:22:35Z", "hostId": "4bae89a981ae443d5e1d06dd17775241ac65b4c6c1def342799232f0", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-kp", "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst", "created": "2018-10-26T10:22:35Z", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:24:15,167 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c used request id req-1c9f1686-cd47-423a-baa5-b95d34120bd8 2018-10-26 10:24:15,168 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst] is - BUILD 2018-10-26 10:24:15,168 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:24:18,171 - create_instance - DEBUG - VM status query timeout in 797.291090965 2018-10-26 10:24:18,174 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:24:18,487 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-0e279e1c-30c2-49b6-a2d4-f10018eb1cc4 x-compute-request-id: req-0e279e1c-30c2-49b6-a2d4-f10018eb1cc4 Content-Encoding: gzip Content-Length: 676 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "bookmark"}], "image": {"id": "734fe748-1fe2-46cc-82b6-2d08be616db6", "links": [{"href": "http://172.30.9.21:8774/images/734fe748-1fe2-46cc-82b6-2d08be616db6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c1805968-1334-4d46-8624-f62385bb9415", "links": [{"href": "http://172.30.9.21:8774/flavors/c1805968-1334-4d46-8624-f62385bb9415", "rel": "bookmark"}]}, "id": "d33044d1-468b-4799-b1ba-12182ade5b0c", "security_groups": [{"name": "default"}], "user_id": "742dbf5be4b34f9eac1bc25460140f02", "OS-DCF: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-26T10:22:35Z", "hostId": "4bae89a981ae443d5e1d06dd17775241ac65b4c6c1def342799232f0", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-kp", "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst", "created": "2018-10-26T10:22:35Z", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:24:18,487 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c used request id req-0e279e1c-30c2-49b6-a2d4-f10018eb1cc4 2018-10-26 10:24:18,487 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst] is - BUILD 2018-10-26 10:24:18,487 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:24:21,491 - create_instance - DEBUG - VM status query timeout in 793.971338987 2018-10-26 10:24:21,494 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:24:22,113 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-a8f0cda9-f98f-4c02-b1f9-39ec4280bdcf x-compute-request-id: req-a8f0cda9-f98f-4c02-b1f9-39ec4280bdcf Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:37:be", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "bookmark"}], "image": {"id": "734fe748-1fe2-46cc-82b6-2d08be616db6", "links": [{"href": "http://172.30.9.21:8774/images/734fe748-1fe2-46cc-82b6-2d08be616db6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:24:17.000000", "flavor": {"id": "c1805968-1334-4d46-8624-f62385bb9415", "links": [{"href": "http://172.30.9.21:8774/flavors/c1805968-1334-4d46-8624-f62385bb9415", "rel": "bookmark"}]}, "id": "d33044d1-468b-4799-b1ba-12182ade5b0c", "security_groups": [{"name": "default"}], "user_id": "742dbf5be4b34f9eac1bc25460140f02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:24:18Z", "hostId": "4bae89a981ae443d5e1d06dd17775241ac65b4c6c1def342799232f0", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-kp", "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst", "created": "2018-10-26T10:22:35Z", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:24:22,113 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c used request id req-a8f0cda9-f98f-4c02-b1f9-39ec4280bdcf 2018-10-26 10:24:22,113 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst] is - ACTIVE 2018-10-26 10:24:22,113 - create_instance - INFO - VM is - ACTIVE 2018-10-26 10:24:22,116 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:24:22,643 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-6ea1c56a-5b82-4371-ab60-0fa12ca636fd x-compute-request-id: req-6ea1c56a-5b82-4371-ab60-0fa12ca636fd Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:37:be", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "bookmark"}], "image": {"id": "734fe748-1fe2-46cc-82b6-2d08be616db6", "links": [{"href": "http://172.30.9.21:8774/images/734fe748-1fe2-46cc-82b6-2d08be616db6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:24:17.000000", "flavor": {"id": "c1805968-1334-4d46-8624-f62385bb9415", "links": [{"href": "http://172.30.9.21:8774/flavors/c1805968-1334-4d46-8624-f62385bb9415", "rel": "bookmark"}]}, "id": "d33044d1-468b-4799-b1ba-12182ade5b0c", "security_groups": [{"name": "default"}], "user_id": "742dbf5be4b34f9eac1bc25460140f02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:24:18Z", "hostId": "4bae89a981ae443d5e1d06dd17775241ac65b4c6c1def342799232f0", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-kp", "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst", "created": "2018-10-26T10:22:35Z", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:24:22,644 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c used request id req-6ea1c56a-5b82-4371-ab60-0fa12ca636fd 2018-10-26 10:24:22,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:24:22,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-dec8347c-399e-426c-b22d-4e1e41c91643 Date: Fri, 26 Oct 2018 10:24: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":["5637bd2e-4a59-4147-b09e-deea3370a176"],"updated_at":"2018-10-26T10:22:11Z","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d5cd64a9a64c40418007b5cf38497b48","id":"de916118-3d43-40b9-a168-a80013b9ecbf","name":"AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-net"}]} 2018-10-26 10:24:22,757 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-net used request id req-dec8347c-399e-426c-b22d-4e1e41c91643 2018-10-26 10:24:22,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/d5cd64a9a64c40418007b5cf38497b48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:24:22,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:24:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c58e964-d423-4d9d-8093-cdeeb845f62a Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d5cd64a9a64c40418007b5cf38497b48"}, "enabled": true, "id": "d5cd64a9a64c40418007b5cf38497b48", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-3f858cc1-ded8-4b6-proj"}} 2018-10-26 10:24:22,848 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/d5cd64a9a64c40418007b5cf38497b48 used request id req-7c58e964-d423-4d9d-8093-cdeeb845f62a 2018-10-26 10:24:22,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=de916118-3d43-40b9-a168-a80013b9ecbf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:24:22,906 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-dab99bb7-652b-42fc-900d-9c43c01f4ac3 Date: Fri, 26 Oct 2018 10:24:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"de916118-3d43-40b9-a168-a80013b9ecbf","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:11Z","dns_nameservers":[],"updated_at":"2018-10-26T10:22: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":"d5cd64a9a64c40418007b5cf38497b48","id":"5637bd2e-4a59-4147-b09e-deea3370a176","subnetpool_id":null,"name":"AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-subnet"}]} 2018-10-26 10:24:22,906 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=de916118-3d43-40b9-a168-a80013b9ecbf used request id req-dab99bb7-652b-42fc-900d-9c43c01f4ac3 2018-10-26 10:24:22,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=de916118-3d43-40b9-a168-a80013b9ecbf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:24:23,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3855 X-Openstack-Request-Id: req-eaa9f47d-0695-4e61-a991-0b9fa43057d6 Date: Fri, 26 Oct 2018 10:24:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:22:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5637bd2e-4a59-4147-b09e-deea3370a176","ip_address":"10.55.1.4"}],"id":"201dd9bd-391c-4c71-a583-910c1f1f30e5","security_groups":[],"mac_address":"fa:16:3e:d8:b0:11","project_id":"d5cd64a9a64c40418007b5cf38497b48","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"de916118-3d43-40b9-a168-a80013b9ecbf","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:13Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-de916118-3d43-40b9-a168-a80013b9ecbf"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:22:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5637bd2e-4a59-4147-b09e-deea3370a176","ip_address":"10.55.1.3"}],"id":"2dbf92dd-bac0-43a0-afa6-79d6e863aecd","security_groups":[],"mac_address":"fa:16:3e:d7:4b:1e","project_id":"d5cd64a9a64c40418007b5cf38497b48","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"de916118-3d43-40b9-a168-a80013b9ecbf","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:12Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-de916118-3d43-40b9-a168-a80013b9ecbf"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:24:17Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5637bd2e-4a59-4147-b09e-deea3370a176","ip_address":"10.55.1.8"}],"id":"41964e8d-186e-426c-84fd-d45ec998fde9","security_groups":["a55113c4-bd0e-414d-a06d-255fc3aff81e"],"mac_address":"fa:16:3e:ae:37:be","project_id":"d5cd64a9a64c40418007b5cf38497b48","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-port-1","admin_state_up":true,"network_id":"de916118-3d43-40b9-a168-a80013b9ecbf","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:32Z","binding:vnic_type":"normal","device_id":"d33044d1-468b-4799-b1ba-12182ade5b0c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:22:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5637bd2e-4a59-4147-b09e-deea3370a176","ip_address":"10.55.1.2"}],"id":"472e93ab-78f7-4b28-82e1-57be5d8aded9","security_groups":[],"mac_address":"fa:16:3e:35:93:8b","project_id":"d5cd64a9a64c40418007b5cf38497b48","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"de916118-3d43-40b9-a168-a80013b9ecbf","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:12Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-de916118-3d43-40b9-a168-a80013b9ecbf"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:22:34Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5637bd2e-4a59-4147-b09e-deea3370a176","ip_address":"10.55.1.1"}],"id":"c42a50c0-1c50-4651-85fb-3649c391fa26","security_groups":[],"mac_address":"fa:16:3e:2c:f3:bd","project_id":"d5cd64a9a64c40418007b5cf38497b48","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"de916118-3d43-40b9-a168-a80013b9ecbf","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:20Z","binding:vnic_type":"normal","device_id":"7ad33e2d-8022-40be-a49b-e401af926b02"}]} 2018-10-26 10:24:23,172 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=de916118-3d43-40b9-a168-a80013b9ecbf used request id req-eaa9f47d-0695-4e61-a991-0b9fa43057d6 2018-10-26 10:24:23,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:24:23,260 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-bd3c0235-14a8-4ce3-9c62-0c8378f028ae Date: Fri, 26 Oct 2018 10:24:23 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "created_at": "2018-10-26T10:22:14Z", "admin_state_up": true, "updated_at": "2018-10-26T10:22:21Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "d5cd64a9a64c40418007b5cf38497b48", "id": "7ad33e2d-8022-40be-a49b-e401af926b02", "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-router"}]} 2018-10-26 10:24:23,260 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-router used request id req-bd3c0235-14a8-4ce3-9c62-0c8378f028ae 2018-10-26 10:24:23,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/d5cd64a9a64c40418007b5cf38497b48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:24:23,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:24:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8acb03fa-fc2f-49a5-8e3e-d8b861501d35 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d5cd64a9a64c40418007b5cf38497b48"}, "enabled": true, "id": "d5cd64a9a64c40418007b5cf38497b48", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-3f858cc1-ded8-4b6-proj"}} 2018-10-26 10:24:23,343 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/d5cd64a9a64c40418007b5cf38497b48 used request id req-8acb03fa-fc2f-49a5-8e3e-d8b861501d35 2018-10-26 10:24:23,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=7ad33e2d-8022-40be-a49b-e401af926b02 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:24:23,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-35e4d700-783c-40c0-866a-32144176b8bc Date: Fri, 26 Oct 2018 10:24:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:22:34Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5637bd2e-4a59-4147-b09e-deea3370a176","ip_address":"10.55.1.1"}],"id":"c42a50c0-1c50-4651-85fb-3649c391fa26","security_groups":[],"mac_address":"fa:16:3e:2c:f3:bd","project_id":"d5cd64a9a64c40418007b5cf38497b48","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"de916118-3d43-40b9-a168-a80013b9ecbf","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:20Z","binding:vnic_type":"normal","device_id":"7ad33e2d-8022-40be-a49b-e401af926b02"}]} 2018-10-26 10:24:23,408 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=7ad33e2d-8022-40be-a49b-e401af926b02 used request id req-35e4d700-783c-40c0-866a-32144176b8bc 2018-10-26 10:24:23,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/5637bd2e-4a59-4147-b09e-deea3370a176 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:24:23,467 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 671 X-Openstack-Request-Id: req-568df710-8239-43e1-b4a9-1fa4f9d524ba Date: Fri, 26 Oct 2018 10:24:23 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"de916118-3d43-40b9-a168-a80013b9ecbf","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:11Z","dns_nameservers":[],"updated_at":"2018-10-26T10:22: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":"d5cd64a9a64c40418007b5cf38497b48","id":"5637bd2e-4a59-4147-b09e-deea3370a176","subnetpool_id":null,"name":"AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-subnet"}} 2018-10-26 10:24:23,467 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/5637bd2e-4a59-4147-b09e-deea3370a176 used request id req-568df710-8239-43e1-b4a9-1fa4f9d524ba 2018-10-26 10:24:23,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:24:23,619 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-3a74c8a1-042f-4b1b-9984-23f9912bed7f Date: Fri, 26 Oct 2018 10:24:23 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","mtu":1500}]} 2018-10-26 10:24:23,619 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-3a74c8a1-042f-4b1b-9984-23f9912bed7f 2018-10-26 10:24:23,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:24:23,656 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b18cd1de-9cc1-4bc1-8817-2f05b3c39d99 Date: Fri, 26 Oct 2018 10:24:23 GMT RESP BODY: {"subnets":[]} 2018-10-26 10:24:23,656 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-b18cd1de-9cc1-4bc1-8817-2f05b3c39d99 2018-10-26 10:24:23,659 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:24:24,275 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:24:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fd129bcf-b11e-4768-9993-92693612193b x-compute-request-id: req-fd129bcf-b11e-4768-9993-92693612193b Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:37:be", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "bookmark"}], "image": {"id": "734fe748-1fe2-46cc-82b6-2d08be616db6", "links": [{"href": "http://172.30.9.21:8774/images/734fe748-1fe2-46cc-82b6-2d08be616db6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:24:17.000000", "flavor": {"id": "c1805968-1334-4d46-8624-f62385bb9415", "links": [{"href": "http://172.30.9.21:8774/flavors/c1805968-1334-4d46-8624-f62385bb9415", "rel": "bookmark"}]}, "id": "d33044d1-468b-4799-b1ba-12182ade5b0c", "security_groups": [{"name": "default"}], "user_id": "742dbf5be4b34f9eac1bc25460140f02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:24:18Z", "hostId": "4bae89a981ae443d5e1d06dd17775241ac65b4c6c1def342799232f0", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-kp", "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst", "created": "2018-10-26T10:22:35Z", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:24:24,276 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c used request id req-fd129bcf-b11e-4768-9993-92693612193b 2018-10-26 10:24:24,276 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst] is - ACTIVE 2018-10-26 10:24:24,276 - create_instance - INFO - VM is - ACTIVE 2018-10-26 10:24:24,279 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:24:24,601 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:24: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-6b437516-1480-46b8-ae0b-4baefad2079a x-compute-request-id: req-6b437516-1480-46b8-ae0b-4baefad2079a Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:37:be", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "bookmark"}], "image": {"id": "734fe748-1fe2-46cc-82b6-2d08be616db6", "links": [{"href": "http://172.30.9.21:8774/images/734fe748-1fe2-46cc-82b6-2d08be616db6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:24:17.000000", "flavor": {"id": "c1805968-1334-4d46-8624-f62385bb9415", "links": [{"href": "http://172.30.9.21:8774/flavors/c1805968-1334-4d46-8624-f62385bb9415", "rel": "bookmark"}]}, "id": "d33044d1-468b-4799-b1ba-12182ade5b0c", "security_groups": [{"name": "default"}], "user_id": "742dbf5be4b34f9eac1bc25460140f02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:24:18Z", "hostId": "4bae89a981ae443d5e1d06dd17775241ac65b4c6c1def342799232f0", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-kp", "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst", "created": "2018-10-26T10:22:35Z", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:24:24,602 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c used request id req-6b437516-1480-46b8-ae0b-4baefad2079a 2018-10-26 10:24:24,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:24:24,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-8ce5ccd4-f165-422f-9c71-795466a9c828 Date: Fri, 26 Oct 2018 10:24: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":["5637bd2e-4a59-4147-b09e-deea3370a176"],"updated_at":"2018-10-26T10:22:11Z","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d5cd64a9a64c40418007b5cf38497b48","id":"de916118-3d43-40b9-a168-a80013b9ecbf","name":"AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-net"}]} 2018-10-26 10:24:24,708 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-net used request id req-8ce5ccd4-f165-422f-9c71-795466a9c828 2018-10-26 10:24:24,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/d5cd64a9a64c40418007b5cf38497b48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:24:24,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:24:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-baca562e-4b37-4241-8cf3-6f33403704b2 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d5cd64a9a64c40418007b5cf38497b48"}, "enabled": true, "id": "d5cd64a9a64c40418007b5cf38497b48", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-3f858cc1-ded8-4b6-proj"}} 2018-10-26 10:24:24,796 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/d5cd64a9a64c40418007b5cf38497b48 used request id req-baca562e-4b37-4241-8cf3-6f33403704b2 2018-10-26 10:24:24,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=de916118-3d43-40b9-a168-a80013b9ecbf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:24:24,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-48063370-f10a-4c99-b875-1d1698b408a9 Date: Fri, 26 Oct 2018 10:24:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"de916118-3d43-40b9-a168-a80013b9ecbf","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:11Z","dns_nameservers":[],"updated_at":"2018-10-26T10:22: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":"d5cd64a9a64c40418007b5cf38497b48","id":"5637bd2e-4a59-4147-b09e-deea3370a176","subnetpool_id":null,"name":"AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-subnet"}]} 2018-10-26 10:24:24,857 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=de916118-3d43-40b9-a168-a80013b9ecbf used request id req-48063370-f10a-4c99-b875-1d1698b408a9 2018-10-26 10:24:24,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=de916118-3d43-40b9-a168-a80013b9ecbf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:24:24,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3855 X-Openstack-Request-Id: req-dd7f773a-3f89-4147-a338-f294e9925ee9 Date: Fri, 26 Oct 2018 10:24:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:22:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5637bd2e-4a59-4147-b09e-deea3370a176","ip_address":"10.55.1.4"}],"id":"201dd9bd-391c-4c71-a583-910c1f1f30e5","security_groups":[],"mac_address":"fa:16:3e:d8:b0:11","project_id":"d5cd64a9a64c40418007b5cf38497b48","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"de916118-3d43-40b9-a168-a80013b9ecbf","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:13Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-de916118-3d43-40b9-a168-a80013b9ecbf"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:22:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5637bd2e-4a59-4147-b09e-deea3370a176","ip_address":"10.55.1.3"}],"id":"2dbf92dd-bac0-43a0-afa6-79d6e863aecd","security_groups":[],"mac_address":"fa:16:3e:d7:4b:1e","project_id":"d5cd64a9a64c40418007b5cf38497b48","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"de916118-3d43-40b9-a168-a80013b9ecbf","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:12Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-de916118-3d43-40b9-a168-a80013b9ecbf"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:24:17Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5637bd2e-4a59-4147-b09e-deea3370a176","ip_address":"10.55.1.8"}],"id":"41964e8d-186e-426c-84fd-d45ec998fde9","security_groups":["a55113c4-bd0e-414d-a06d-255fc3aff81e"],"mac_address":"fa:16:3e:ae:37:be","project_id":"d5cd64a9a64c40418007b5cf38497b48","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-port-1","admin_state_up":true,"network_id":"de916118-3d43-40b9-a168-a80013b9ecbf","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:32Z","binding:vnic_type":"normal","device_id":"d33044d1-468b-4799-b1ba-12182ade5b0c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:22:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5637bd2e-4a59-4147-b09e-deea3370a176","ip_address":"10.55.1.2"}],"id":"472e93ab-78f7-4b28-82e1-57be5d8aded9","security_groups":[],"mac_address":"fa:16:3e:35:93:8b","project_id":"d5cd64a9a64c40418007b5cf38497b48","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"de916118-3d43-40b9-a168-a80013b9ecbf","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:12Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-de916118-3d43-40b9-a168-a80013b9ecbf"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:22:34Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5637bd2e-4a59-4147-b09e-deea3370a176","ip_address":"10.55.1.1"}],"id":"c42a50c0-1c50-4651-85fb-3649c391fa26","security_groups":[],"mac_address":"fa:16:3e:2c:f3:bd","project_id":"d5cd64a9a64c40418007b5cf38497b48","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"de916118-3d43-40b9-a168-a80013b9ecbf","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:20Z","binding:vnic_type":"normal","device_id":"7ad33e2d-8022-40be-a49b-e401af926b02"}]} 2018-10-26 10:24:24,966 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=de916118-3d43-40b9-a168-a80013b9ecbf used request id req-dd7f773a-3f89-4147-a338-f294e9925ee9 2018-10-26 10:24:24,967 - neutron_utils - INFO - Creating floating ip to external network - external 2018-10-26 10:24:24,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:24:25,075 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-db670d93-1227-4815-83fe-77806f0d47bf Date: Fri, 26 Oct 2018 10:24:25 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","mtu":1500}]} 2018-10-26 10:24:25,075 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-db670d93-1227-4815-83fe-77806f0d47bf 2018-10-26 10:24:25,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:24:25,112 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e40d6d13-f4fe-4cbc-ba88-09f3169f9dc6 Date: Fri, 26 Oct 2018 10:24:25 GMT RESP BODY: {"subnets":[]} 2018-10-26 10:24:25,112 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-e40d6d13-f4fe-4cbc-ba88-09f3169f9dc6 2018-10-26 10:24:25,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" -d '{"floatingip": {"floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "port_id": "41964e8d-186e-426c-84fd-d45ec998fde9"}}' 2018-10-26 10:24:26,843 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 547 X-Openstack-Request-Id: req-2e87bb2a-ba6c-4589-9d2e-eea528c7ab91 Date: Fri, 26 Oct 2018 10:24:26 GMT RESP BODY: {"floatingip": {"router_id": "7ad33e2d-8022-40be-a49b-e401af926b02", "status": "DOWN", "description": "", "tags": [], "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "created_at": "2018-10-26T10:24:25Z", "updated_at": "2018-10-26T10:24:25Z", "floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "fixed_ip_address": "10.55.1.8", "floating_ip_address": "172.30.9.207", "revision_number": 0, "project_id": "d5cd64a9a64c40418007b5cf38497b48", "port_id": "41964e8d-186e-426c-84fd-d45ec998fde9", "id": "f1fdd43b-310c-4d99-a1bf-7856215f27f4"}} 2018-10-26 10:24:26,843 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips used request id req-2e87bb2a-ba6c-4589-9d2e-eea528c7ab91 2018-10-26 10:24:26,844 - create_instance - INFO - Created floating IP 172.30.9.207 via router - AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-router 2018-10-26 10:24:26,844 - create_instance_tests - INFO - Looking for IP 10.55.1.8 in the console log 2018-10-26 10:24:26,847 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:24:27,173 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-e8019566-06b9-46df-b69a-bfba6e91d36a x-compute-request-id: req-e8019566-06b9-46df-b69a-bfba6e91d36a Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:37:be", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "bookmark"}], "image": {"id": "734fe748-1fe2-46cc-82b6-2d08be616db6", "links": [{"href": "http://172.30.9.21:8774/images/734fe748-1fe2-46cc-82b6-2d08be616db6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:24:17.000000", "flavor": {"id": "c1805968-1334-4d46-8624-f62385bb9415", "links": [{"href": "http://172.30.9.21:8774/flavors/c1805968-1334-4d46-8624-f62385bb9415", "rel": "bookmark"}]}, "id": "d33044d1-468b-4799-b1ba-12182ade5b0c", "security_groups": [{"name": "default"}], "user_id": "742dbf5be4b34f9eac1bc25460140f02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:24:18Z", "hostId": "4bae89a981ae443d5e1d06dd17775241ac65b4c6c1def342799232f0", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-kp", "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst", "created": "2018-10-26T10:22:35Z", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:24:27,173 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c used request id req-e8019566-06b9-46df-b69a-bfba6e91d36a 2018-10-26 10:24:27,177 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-26 10:24:28,297 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-87adc09e-9a38-4465-989a-fa0a8e93d7ab x-compute-request-id: req-87adc09e-9a38-4465-989a-fa0a8e93d7ab Content-Encoding: gzip Content-Length: 10528 Content-Type: application/json RESP BODY: {"output": "[ 0.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-161-generic (buildd@lcy01-amd64-003) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #211-Ubuntu SMP Wed Oct 3 14:52:35 UTC 2018 (Ubuntu 3.13.0-161.211-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-161-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 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-161-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 (7502K kernel code, 1163K 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.008888] Yama: becoming mindful.\n[ 0.010126] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.012617] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.014073] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.015368] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016109] Initializing cgroup subsys memory\n[ 0.017031] Initializing cgroup subsys devices\n[ 0.017952] Initializing cgroup subsys freezer\n[ 0.018877] Initializing cgroup subsys blkio\n[ 0.020003] Initializing cgroup subsys perf_event\n[ 0.020975] Initializing cgroup subsys hugetlb\n[ 0.021955] FEATURE SPEC_CTRL Not Present\n[ 0.024056] mce: CPU supports 10 MCE banks\n[ 0.024946] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.024946] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.026996] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.028002] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.029543] Spectre V2 mitigation: Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch\n[ 0.031578] Speculative Store Bypass: Vulnerable\n[ 0.032635] Freeing SMP alternatives memory: 32K (ffffffff81e7c000 - ffffffff81e84000)\n[ 0.037728] ACPI: Core revision 20131115\n[ 0.038999] ACPI: All ACPI Tables successfully acquired\n[ 0.040021] ftrace: allocating 28747 entries in 113 pages\n[ 0.060037] smpboot: Max logical packages: 2\n[ 0.060945] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.062220] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.064071] Enabling x2apic\n[ 0.064732] Enabled x2apic\n[ 0.065574] Switched APIC routing to physical x2apic.\n[ 0.067517] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.068001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.070133] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.075372] KVM setup paravirtual spinlock\n[ 0.077015] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.078406] x86: Booting SMP configuration:\n[ 0.079351] .... node #0, CPUs: #1[ 0.077007] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096017] x86: Booted up 1 node, 2 CPUs\n[ 0.096011] KVM setup async PF for cpu 1\n[ 0.096012] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.098853] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100274] devtmpfs: initialized\n[ 0.102164] EVM: security.selinux\n[ 0.102913] EVM: security.SMACK64\n[ 0.104005] EVM: security.ima\n[ 0.104687] EVM: security.capability\n[ 0.105485] pinctrl core: initialized pinctrl subsystem\n[ 0.105803] regulator-dummy: no parameters\n[ 0.108059] RTC time: 10:24:18, date: 10/26/18\n[ 0.109006] NET: Registered protocol family 16\n[ 0.109996] cpuidle: using governor ladder\n[ 0.110866] cpuidle: using governor menu\n[ 0.111750] ACPI: bus type PCI registered\n[ 0.112003] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.113340] PCI: Using configuration type 1 for base access\n[ 0.114912] bio: create slab at 0\n[ 0.114912] ACPI: Added _OSI(Module Device)\n[ 0.116003] ACPI: Added _OSI(Processor Device)\n[ 0.116923] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.117878] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.120082] ACPI: Interpreter enabled\n[ 0.120900] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.122858] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.124558] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.126513] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.128006] ACPI: (supports S0 S5)\n[ 0.128854] ACPI: Using IOAPIC for interrupt routing\n[ 0.129863] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.131859] ACPI: No dock devices found.\n[ 0.133613] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.134822] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.136006] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.137302] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.139659] acpiphp: Slot [3] registered\n[ 0.140018] acpiphp: Slot [4] registered\n[ 0.140877] acpiphp: Slot [5] registered\n[ 0.141723] acpiphp: Slot [6] registered\n[ 0.142587] acpiphp: Slot [7] registered\n[ 0.143443] acpiphp: Slot [8] registered\n[ 0.144017] acpiphp: Slot [9] registered\n[ 0.144869] acpiphp: Slot [10] registered\n[ 0.145734] acpiphp: Slot [11] registered\n[ 0.146596] acpiphp: Slot [12] registered\n[ 0.147455] acpiphp: Slot [13] registered\n[ 0.148016] acpiphp: Slot [14] registered\n[ 0.148886] acpiphp: Slot [15] registered\n[ 0.149766] acpiphp: Slot [16] registered\n[ 0.150634] acpiphp: Slot [17] registered\n[ 0.151507] acpiphp: Slot [18] registered\n[ 0.152018] acpiphp: Slot [19] registered\n[ 0.152887] acpiphp: Slot [20] registered\n[ 0.153752] acpiphp: Slot [21] registered\n[ 0.154624] acpiphp: Slot [22] registered\n[ 0.155486] acpiphp: Slot [23] registered\n[ 0.156017] acpiphp: Slot [24] registered\n[ 0.156885] acpiphp: Slot [25] registered\n[ 0.157747] acpiphp: Slot [26] registered\n[ 0.158606] acpiphp: Slot [27] registered\n[ 0.159466] acpiphp: Slot [28] registered\n[ 0.160016] acpiphp: Slot [29] registered\n[ 0.160879] acpiphp: Slot [30] registered\n[ 0.161747] acpiphp: Slot [31] registered\n[ 0.162614] PCI host bridge to bus 0000:00\n[ 0.163496] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.164004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.165171] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.166336] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.167660] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180224] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.181747] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.221449] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.224500] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.226014] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.227530] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.228678] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.230046] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.231274] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.231274] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.232003] vgaarb: loaded\n[ 0.232646] vgaarb: bridge control possible 0000:00:02.0\n[ 0.233833] SCSI subsystem initialized\n[ 0.234686] ACPI: bus type USB registered\n[ 0.234686] usbcore: registered new interface driver usbfs\n[ 0.236008] usbcore: registered new interface driver hub\n[ 0.237077] usbcore: registered new device driver usb\n[ 0.237124] PCI: Using ACPI for IRQ routing\n[ 0.237124] NetLabel: Initializing\n[ 0.240003] NetLabel: domain hash size = 128\n[ 0.240930] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.241932] NetLabel: unlabeled traffic allowed by default\n[ 0.243070] Switched to clocksource kvm-clock\n[ 0.244827] AppArmor: AppArmor Filesystem Enabled\n[ 0.245828] pnp: PnP ACPI init\n[ 0.246535] ACPI: bus type PNP registered\n[ 0.249537] pnp: PnP ACPI: found 8 devices\n[ 0.251037] ACPI: bus type PNP unregistered\n[ 0.257813] NET: Registered protocol family 2\n[ 0.258873] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.260472] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.261816] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.263452] TCP: reno registered\n[ 0.264197] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.265394] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.266663] NET: Registered protocol family 1\n[ 0.267616] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.268817] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.270010] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.291557] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.313639] Trying to unpack rootfs image as initramfs...\n[ 0.392681] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.394435] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.395607] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.396868] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.398695] Scanning for low memory corruption every 60 seconds\n[ 0.400127] Initialise system trusted keyring\n[ 0.401104] audit: initializing netlink socket (disabled)\n[ 0.402157] type=2000 audit(1540549458.678:1): initialized\n[ 0.419860] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.421832] zbud: loaded\n[ 0.422650] VFS: Disk quotas dquot_6.5.2\n[ 0.423517] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.425058] fuse init (API version 7.22)\n[ 0.425964] msgmni has been set to 3997\n[ 0.426800] Key type big_key registered\n[ 0.427814] Key type asymmetric registered\n[ 0.428707] Asymmetric key parser 'x509' registered\n[ 0.429727] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.431258] io scheduler noop registered\n[ 0.432111] io scheduler deadline registered (default)\n[ 0.433168] io scheduler cfq registered\n[ 0.434009] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.435086] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.436400] ipmi message handler version 39.2\n[ 0.437334] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.438858] ACPI: Power Button [PWRF]\n[ 0.439747] GHES: HEST is not enabled!\n[ 0.461602] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.504788] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.506841] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.530878] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.532974] Linux agpgart interface v0.103\n[ 0.534530] brd: module loaded\n[ 0.535548] loop: module loaded\n[ 0.536503] blk-mq: CPU -> queue map\n[ 0.537272] CPU 0 -> Queue 0\n[ 0.537941] CPU 1 -> Queue 0\n[ 0.539116] vda: vda1\n[ 0.540608] scsi0 : ata_piix\n[ 0.541392] scsi1 : ata_piix\n[ 0.542124] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.543514] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.545085] libphy: Fixed MDIO Bus: probed\n[ 0.546065] tun: Universal TUN/TAP device driver, 1.6\n[ 0.547178] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.549515] PPP generic driver version 2.4.2\n[ 0.550578] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.551865] ehci-pci: EHCI PCI platform driver\n[ 0.552824] ehci-platform: EHCI generic platform driver\n[ 0.553903] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.555138] ohci-pci: OHCI PCI platform driver\n[ 0.556093] ohci-platform: OHCI generic platform driver\n[ 0.557186] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.579477] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.580593] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.582306] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.583552] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.584910] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.586448] usb usb1: Product: UHCI Host Controller\n[ 0.587452] usb usb1: Manufacturer: Linux 3.13.0-161-generic uhci_hcd\n[ 0.588743] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.589851] hub 1-0:1.0: USB hub found\n[ 0.590695] hub 1-0:1.0: 2 ports detected\n[ 0.591660] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.593932] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.594998] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.596137] mousedev: PS/2 mouse device common for all mice\n[ 0.597374] rtc_cmos 00:00: RTC can wake from S4\n[ 0.598650] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.600393] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.601732] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.603044] device-mapper: uevent: version 1.0.3\n[ 0.604081] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.605848] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.607103] TCP: cubic registered\n[ 0.607896] NET: Registered protocol family 10\n[ 0.608956] NET: Registered protocol family 17\n[ 0.609919] Key type dns_resolver registered\n[ 0.610999] Loading compiled-in X.509 certificates\n[ 0.612527] Loaded X.509 cert 'Magrathea: Glacier signing key: dec41e675452b756c3d21c6f92688e583c584e11'\n[ 0.614478] registered taskstats version 1\n[ 0.616758] Key type trusted registered\n[ 0.619712] Key type encrypted registered\n[ 0.620603] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.621713] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.630096] regulator-dummy: disabling\n[ 0.630977] Magic number: 6:413:427\n[ 0.631898] rtc_cmos 00:00: setting system clock to 2018-10-26 10:24:18 UTC (1540549458)\n[ 0.633655] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.634857] EDD information not available.\n[ 0.700940] Freeing unused kernel memory: 1376K (ffffffff81d24000 - ffffffff81e7c000)\n[ 0.702626] Write protecting the kernel read-only data: 12288k\n[ 0.704068] Freeing unused kernel memory: 676K (ffff880001757000 - ffff880001800000)\n[ 0.706785] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.717913] systemd-udevd[107]: starting version 204\n[ 0.764415] FDC 0 is a S82078B\n[ 0.900092] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.064514] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.065858] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.067235] usb 1-1: Product: QEMU USB Tablet\n[ 1.068153] usb 1-1: Manufacturer: QEMU\n[ 1.068984] usb 1-1: SerialNumber: 42\n[ 1.392053] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.772759] 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.003014] 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.126292] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate /dev filesystem[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate /dev filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.209102] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Fri, 26 Oct 2018 10:24:20 +0000. Up 2.57 seconds.\ncloud-init-nonet[2.73]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[3.38]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Fri, 26 Oct 2018 10:24:21 +0000. Up 3.54 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.8 | 255.255.255.0 | fa:16:3e:ae:37:be |\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.3 | 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:\n75:ec:dd:72:32:4b:c3:5d:f1:f7:b1:5d:bf:39:5d:e7 root@ansibleprovisioningtests-6434dd2d-466c-49a6-b8e8-541b15489bb1-i\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . |\n| . o|\n| . o .=|\n| . o o oX|\n| S . O.X|\n| . O*|\n| .+E|\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:\n26:87:e1:68:88:1a:52:30:63:bf:a6:7d:5a:25:6c:76 root@ansibleprovisioningtests-6434dd2d-466c-49a6-b8e8-541b15489bb1-i\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|+. |\n|.+. |\n| .. . |\n| o .oo o |\n|+ .oo=+ES |\n|o.+.o ++ |\n|.. . o |\n| + |\n| . |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n32:62:c9:9e:b8:a3:43:e7:1b:e8:fe:93:b0:ca:74:6b root@ansibleprovisioningtests-6434dd2d-466c-49a6-b8e8-541b15489bb1-i\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| |\n| . . |\n| = o S |\n| o.= o o |\n|.o*o+ |\n|=.oEo |\n|=*+=o |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\ncb:15:3b:85:b5:78:91:fb:dc:c2:05:d4:3e:d6:07:17 root@ansibleprovisioningtests-6434dd2d-466c-49a6-b8e8-541b15489bb1-i\nThe key's randomart image is:\n+--[ED25519 256--+\n| oo.E.|\n| +.oo o|\n| + +. =.|\n| =. o=|\n| S + +.oo|\n| . o . = .|\n| o . |\n| |\n| |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting Flush boot log to disk[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping Flush boot log to disk[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting early crypto disks... [80G [74G * Starting Handle applying cloud-config[74G[ OK ]\n[ OK ]\n * Starting Bridge file events into upstart[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 Fri, 26 Oct 2018 10:24:24 +0000. Up 6.43 seconds.\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Fri, 26 Oct 2018 10:24:25 +0000. Up 7.51 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 | 36:a8:07:60:e7:06:62:8c:21:7e:74:6f:c8:38:ef:4d | - | - |\nci-info: +---------+-------------------------------------------------+---------+---------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 26:87:e1:68:88:1a:52:30:63:bf:a6:7d:5a:25:6c:76 root@ansibleprovisioningtests-6434dd2d-466c-49a6-b8e8-541b15489bb1-i (DSA)\nec2: 256 32:62:c9:9e:b8:a3:43:e7:1b:e8:fe:93:b0:ca:74:6b root@ansibleprovisioningtests-6434dd2d-466c-49a6-b8e8-541b15489bb1-i (ECDSA)\nec2: 256 cb:15:3b:85:b5:78:91:fb:dc:c2:05:d4:3e:d6:07:17 root@ansibleprovisioningtests-6434dd2d-466c-49a6-b8e8-541b15489bb1-i (ED25519)\nec2: 2048 75:ec:dd:72:32:4b:c3:5d:f1:f7:b1:5d:bf:39:5d:e7 root@ansibleprovisioningtests-6434dd2d-466c-49a6-b8e8-541b15489bb1-i (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNBHOqSTlL+ds0U58Y9Zyhzjwog8/GWiU/y1A3BeWtTZ1/mugDw88vv1lpaqzxZRNiV7UrtW6qvjjlu1+QMARMg= root@ansibleprovisioningtests-6434dd2d-466c-49a6-b8e8-541b15489bb1-i\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIbETSjpryXh7hItMJBufOnUtuH7QnfGtO4ipBFjJHmq root@ansibleprovisioningtests-6434dd2d-466c-49a6-b8e8-541b15489bb1-i\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCdHZH/A+drDkzDPv+7ItPOOsfVnSjpuh0Xno3TfgWx599aSPife+8CBAkvb6Lsw3D1tn/1PYJfz/7J2ZMF5JURopNPA689NrS74938mzVe3EG4yLvDkGdj3YOgZI14zsL9KJ7HKca6ExrfDBFzmZvMcOhCjM7ECl2YmUXH+gEJpzQ2rlT3tMY/MzsSmcyYuusz60LabTIVn6lFg5H6KMcBV/cO4AeRRhWFIgUEemO8chWGy7GdtH6Nyx0pClKC4KKDBdTbtB0Lm934gwJsc1hnTuC7zv/v6J3xipNe3RlVui18IvkNviRCNAG0dc8C1D+kwLJK5C6xUXpt3ESUrenv root@ansibleprovisioningtests-6434dd2d-466c-49a6-b8e8-541b15489bb1-i\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Fri, 26 Oct 2018 10:24:25 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 7.59 seconds\n\nUbuntu 14.04.5 LTS ansibleprovisioningtests-6434dd2d-466c-49a6-b8e8-541b15489bb1-i ttyS0\n\nansibleprovisioningtests-6434dd2d-466c-49a6-b8e8-541b15489bb1-i login: "} 2018-10-26 10:24:28,297 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c/action used request id req-87adc09e-9a38-4465-989a-fa0a8e93d7ab 2018-10-26 10:24:28,299 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-26 10:24:28,299 - 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-161-generic (buildd@lcy01-amd64-003) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #211-Ubuntu SMP Wed Oct 3 14:52:35 UTC 2018 (Ubuntu 3.13.0-161.211-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-161-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 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-161-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 (7502K kernel code, 1163K 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.008888] Yama: becoming mindful. [ 0.010126] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.012617] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.014073] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.015368] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016109] Initializing cgroup subsys memory [ 0.017031] Initializing cgroup subsys devices [ 0.017952] Initializing cgroup subsys freezer [ 0.018877] Initializing cgroup subsys blkio [ 0.020003] Initializing cgroup subsys perf_event [ 0.020975] Initializing cgroup subsys hugetlb [ 0.021955] FEATURE SPEC_CTRL Not Present [ 0.024056] mce: CPU supports 10 MCE banks [ 0.024946] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.024946] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.026996] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.028002] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.029543] Spectre V2 mitigation: Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch [ 0.031578] Speculative Store Bypass: Vulnerable [ 0.032635] Freeing SMP alternatives memory: 32K (ffffffff81e7c000 - ffffffff81e84000) [ 0.037728] ACPI: Core revision 20131115 [ 0.038999] ACPI: All ACPI Tables successfully acquired [ 0.040021] ftrace: allocating 28747 entries in 113 pages [ 0.060037] smpboot: Max logical packages: 2 [ 0.060945] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.062220] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.064071] Enabling x2apic [ 0.064732] Enabled x2apic [ 0.065574] Switched APIC routing to physical x2apic. [ 0.067517] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.068001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.070133] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.075372] KVM setup paravirtual spinlock [ 0.077015] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.078406] x86: Booting SMP configuration: [ 0.079351] .... node #0, CPUs: #1[ 0.077007] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096017] x86: Booted up 1 node, 2 CPUs [ 0.096011] KVM setup async PF for cpu 1 [ 0.096012] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.098853] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100274] devtmpfs: initialized [ 0.102164] EVM: security.selinux [ 0.102913] EVM: security.SMACK64 [ 0.104005] EVM: security.ima [ 0.104687] EVM: security.capability [ 0.105485] pinctrl core: initialized pinctrl subsystem [ 0.105803] regulator-dummy: no parameters [ 0.108059] RTC time: 10:24:18, date: 10/26/18 [ 0.109006] NET: Registered protocol family 16 [ 0.109996] cpuidle: using governor ladder [ 0.110866] cpuidle: using governor menu [ 0.111750] ACPI: bus type PCI registered [ 0.112003] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.113340] PCI: Using configuration type 1 for base access [ 0.114912] bio: create slab at 0 [ 0.114912] ACPI: Added _OSI(Module Device) [ 0.116003] ACPI: Added _OSI(Processor Device) [ 0.116923] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.117878] ACPI: Added _OSI(Processor Aggregator Device) [ 0.120082] ACPI: Interpreter enabled [ 0.120900] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.122858] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.124558] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.126513] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.128006] ACPI: (supports S0 S5) [ 0.128854] ACPI: Using IOAPIC for interrupt routing [ 0.129863] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.131859] ACPI: No dock devices found. [ 0.133613] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.134822] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.136006] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.137302] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.139659] acpiphp: Slot [3] registered [ 0.140018] acpiphp: Slot [4] registered [ 0.140877] acpiphp: Slot [5] registered [ 0.141723] acpiphp: Slot [6] registered [ 0.142587] acpiphp: Slot [7] registered [ 0.143443] acpiphp: Slot [8] registered [ 0.144017] acpiphp: Slot [9] registered [ 0.144869] acpiphp: Slot [10] registered [ 0.145734] acpiphp: Slot [11] registered [ 0.146596] acpiphp: Slot [12] registered [ 0.147455] acpiphp: Slot [13] registered [ 0.148016] acpiphp: Slot [14] registered [ 0.148886] acpiphp: Slot [15] registered [ 0.149766] acpiphp: Slot [16] registered [ 0.150634] acpiphp: Slot [17] registered [ 0.151507] acpiphp: Slot [18] registered [ 0.152018] acpiphp: Slot [19] registered [ 0.152887] acpiphp: Slot [20] registered [ 0.153752] acpiphp: Slot [21] registered [ 0.154624] acpiphp: Slot [22] registered [ 0.155486] acpiphp: Slot [23] registered [ 0.156017] acpiphp: Slot [24] registered [ 0.156885] acpiphp: Slot [25] registered [ 0.157747] acpiphp: Slot [26] registered [ 0.158606] acpiphp: Slot [27] registered [ 0.159466] acpiphp: Slot [28] registered [ 0.160016] acpiphp: Slot [29] registered [ 0.160879] acpiphp: Slot [30] registered [ 0.161747] acpiphp: Slot [31] registered [ 0.162614] PCI host bridge to bus 0000:00 [ 0.163496] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.164004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.165171] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.166336] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.167660] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180224] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.181747] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.221449] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.224500] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.226014] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.227530] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.228678] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.230046] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.231274] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.231274] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.232003] vgaarb: loaded [ 0.232646] vgaarb: bridge control possible 0000:00:02.0 [ 0.233833] SCSI subsystem initialized [ 0.234686] ACPI: bus type USB registered [ 0.234686] usbcore: registered new interface driver usbfs [ 0.236008] usbcore: registered new interface driver hub [ 0.237077] usbcore: registered new device driver usb [ 0.237124] PCI: Using ACPI for IRQ routing [ 0.237124] NetLabel: Initializing [ 0.240003] NetLabel: domain hash size = 128 [ 0.240930] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.241932] NetLabel: unlabeled traffic allowed by default [ 0.243070] Switched to clocksource kvm-clock [ 0.244827] AppArmor: AppArmor Filesystem Enabled [ 0.245828] pnp: PnP ACPI init [ 0.246535] ACPI: bus type PNP registered [ 0.249537] pnp: PnP ACPI: found 8 devices [ 0.251037] ACPI: bus type PNP unregistered [ 0.257813] NET: Registered protocol family 2 [ 0.258873] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.260472] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.261816] TCP: Hash tables configured (established 16384 bind 16384) [ 0.263452] TCP: reno registered [ 0.264197] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.265394] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.266663] NET: Registered protocol family 1 [ 0.267616] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.268817] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.270010] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.291557] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.313639] Trying to unpack rootfs image as initramfs... [ 0.392681] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.394435] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.395607] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.396868] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.398695] Scanning for low memory corruption every 60 seconds [ 0.400127] Initialise system trusted keyring [ 0.401104] audit: initializing netlink socket (disabled) [ 0.402157] type=2000 audit(1540549458.678:1): initialized [ 0.419860] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.421832] zbud: loaded [ 0.422650] VFS: Disk quotas dquot_6.5.2 [ 0.423517] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.425058] fuse init (API version 7.22) [ 0.425964] msgmni has been set to 3997 [ 0.426800] Key type big_key registered [ 0.427814] Key type asymmetric registered [ 0.428707] Asymmetric key parser 'x509' registered [ 0.429727] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.431258] io scheduler noop registered [ 0.432111] io scheduler deadline registered (default) [ 0.433168] io scheduler cfq registered [ 0.434009] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.435086] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.436400] ipmi message handler version 39.2 [ 0.437334] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.438858] ACPI: Power Button [PWRF] [ 0.439747] GHES: HEST is not enabled! [ 0.461602] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.504788] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.506841] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.530878] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.532974] Linux agpgart interface v0.103 [ 0.534530] brd: module loaded [ 0.535548] loop: module loaded [ 0.536503] blk-mq: CPU -> queue map [ 0.537272] CPU 0 -> Queue 0 [ 0.537941] CPU 1 -> Queue 0 [ 0.539116] vda: vda1 [ 0.540608] scsi0 : ata_piix [ 0.541392] scsi1 : ata_piix [ 0.542124] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.543514] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.545085] libphy: Fixed MDIO Bus: probed [ 0.546065] tun: Universal TUN/TAP device driver, 1.6 [ 0.547178] tun: (C) 1999-2004 Max Krasnyansky [ 0.549515] PPP generic driver version 2.4.2 [ 0.550578] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.551865] ehci-pci: EHCI PCI platform driver [ 0.552824] ehci-platform: EHCI generic platform driver [ 0.553903] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.555138] ohci-pci: OHCI PCI platform driver [ 0.556093] ohci-platform: OHCI generic platform driver [ 0.557186] uhci_hcd: USB Universal Host Controller Interface driver [ 0.579477] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.580593] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.582306] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.583552] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.584910] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.586448] usb usb1: Product: UHCI Host Controller [ 0.587452] usb usb1: Manufacturer: Linux 3.13.0-161-generic uhci_hcd [ 0.588743] usb usb1: SerialNumber: 0000:00:01.2 [ 0.589851] hub 1-0:1.0: USB hub found [ 0.590695] hub 1-0:1.0: 2 ports detected [ 0.591660] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.593932] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.594998] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.596137] mousedev: PS/2 mouse device common for all mice [ 0.597374] rtc_cmos 00:00: RTC can wake from S4 [ 0.598650] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.600393] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.601732] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.603044] device-mapper: uevent: version 1.0.3 [ 0.604081] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.605848] ledtrig-cpu: registered to indicate activity on CPUs [ 0.607103] TCP: cubic registered [ 0.607896] NET: Registered protocol family 10 [ 0.608956] NET: Registered protocol family 17 [ 0.609919] Key type dns_resolver registered [ 0.610999] Loading compiled-in X.509 certificates [ 0.612527] Loaded X.509 cert 'Magrathea: Glacier signing key: dec41e675452b756c3d21c6f92688e583c584e11' [ 0.614478] registered taskstats version 1 [ 0.616758] Key type trusted registered [ 0.619712] Key type encrypted registered [ 0.620603] AppArmor: AppArmor sha1 policy hashing enabled [ 0.621713] IMA: No TPM chip found, activating TPM-bypass! [ 0.630096] regulator-dummy: disabling [ 0.630977] Magic number: 6:413:427 [ 0.631898] rtc_cmos 00:00: setting system clock to 2018-10-26 10:24:18 UTC (1540549458) [ 0.633655] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.634857] EDD information not available. [ 0.700940] Freeing unused kernel memory: 1376K (ffffffff81d24000 - ffffffff81e7c000) [ 0.702626] Write protecting the kernel read-only data: 12288k [ 0.704068] Freeing unused kernel memory: 676K (ffff880001757000 - ffff880001800000) [ 0.706785] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.717913] systemd-udevd[107]: starting version 204 [ 0.764415] FDC 0 is a S82078B [ 0.900092] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.064514] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.065858] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.067235] usb 1-1: Product: QEMU USB Tablet [ 1.068153] usb 1-1: Manufacturer: QEMU [ 1.068984] usb 1-1: SerialNumber: 42 [ 1.392053] tsc: Refined TSC clocksource calibration: 3491.912 MHz [ 1.772759] 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.003014] 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.126292] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate /dev filesystem[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate /dev filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.209102] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Fri, 26 Oct 2018 10:24:20 +0000. Up 2.57 seconds. cloud-init-nonet[2.73]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[3.38]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Fri, 26 Oct 2018 10:24:21 +0000. Up 3.54 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.8 | 255.255.255.0 | fa:16:3e:ae:37:be | 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.3 | 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: 75:ec:dd:72:32:4b:c3:5d:f1:f7:b1:5d:bf:39:5d:e7 root@ansibleprovisioningtests-6434dd2d-466c-49a6-b8e8-541b15489bb1-i The key's randomart image is: +--[ RSA 2048]----+ | . | | . o| | . o .=| | . o o oX| | S . O.X| | . O*| | .+E| | .| | | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 26:87:e1:68:88:1a:52:30:63:bf:a6:7d:5a:25:6c:76 root@ansibleprovisioningtests-6434dd2d-466c-49a6-b8e8-541b15489bb1-i The key's randomart image is: +--[ DSA 1024]----+ |+. | |.+. | | .. . | | o .oo o | |+ .oo=+ES | |o.+.o ++ | |.. . o | | + | | . | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 32:62:c9:9e:b8:a3:43:e7:1b:e8:fe:93:b0:ca:74:6b root@ansibleprovisioningtests-6434dd2d-466c-49a6-b8e8-541b15489bb1-i The key's randomart image is: +--[ECDSA 256]---+ | | | | | | | . . | | = o S | | o.= o o | |.o*o+ | |=.oEo | |=*+=o | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: cb:15:3b:85:b5:78:91:fb:dc:c2:05:d4:3e:d6:07:17 root@ansibleprovisioningtests-6434dd2d-466c-49a6-b8e8-541b15489bb1-i The key's randomart image is: +--[ED25519 256--+ | oo.E.| | +.oo o| | + +. =.| | =. o=| | S + +.oo| | . o . = .| | o . | | | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting Flush boot log to disk[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping Flush boot log to disk[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting system logging daemon[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting early crypto disks... [80G [74G * Starting Handle applying cloud-config[74G[ OK ] [ OK ] * Starting Bridge file events into upstart[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 Fri, 26 Oct 2018 10:24:24 +0000. Up 6.43 seconds. * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Fri, 26 Oct 2018 10:24:25 +0000. Up 7.51 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 | 36:a8:07:60:e7:06:62:8c:21:7e:74:6f:c8:38:ef:4d | - | - | ci-info: +---------+-------------------------------------------------+---------+---------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 26:87:e1:68:88:1a:52:30:63:bf:a6:7d:5a:25:6c:76 root@ansibleprovisioningtests-6434dd2d-466c-49a6-b8e8-541b15489bb1-i (DSA) ec2: 256 32:62:c9:9e:b8:a3:43:e7:1b:e8:fe:93:b0:ca:74:6b root@ansibleprovisioningtests-6434dd2d-466c-49a6-b8e8-541b15489bb1-i (ECDSA) ec2: 256 cb:15:3b:85:b5:78:91:fb:dc:c2:05:d4:3e:d6:07:17 root@ansibleprovisioningtests-6434dd2d-466c-49a6-b8e8-541b15489bb1-i (ED25519) ec2: 2048 75:ec:dd:72:32:4b:c3:5d:f1:f7:b1:5d:bf:39:5d:e7 root@ansibleprovisioningtests-6434dd2d-466c-49a6-b8e8-541b15489bb1-i (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNBHOqSTlL+ds0U58Y9Zyhzjwog8/GWiU/y1A3BeWtTZ1/mugDw88vv1lpaqzxZRNiV7UrtW6qvjjlu1+QMARMg= root@ansibleprovisioningtests-6434dd2d-466c-49a6-b8e8-541b15489bb1-i ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIbETSjpryXh7hItMJBufOnUtuH7QnfGtO4ipBFjJHmq root@ansibleprovisioningtests-6434dd2d-466c-49a6-b8e8-541b15489bb1-i ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCdHZH/A+drDkzDPv+7ItPOOsfVnSjpuh0Xno3TfgWx599aSPife+8CBAkvb6Lsw3D1tn/1PYJfz/7J2ZMF5JURopNPA689NrS74938mzVe3EG4yLvDkGdj3YOgZI14zsL9KJ7HKca6ExrfDBFzmZvMcOhCjM7ECl2YmUXH+gEJpzQ2rlT3tMY/MzsSmcyYuusz60LabTIVn6lFg5H6KMcBV/cO4AeRRhWFIgUEemO8chWGy7GdtH6Nyx0pClKC4KKDBdTbtB0Lm934gwJsc1hnTuC7zv/v6J3xipNe3RlVui18IvkNviRCNAG0dc8C1D+kwLJK5C6xUXpt3ESUrenv root@ansibleprovisioningtests-6434dd2d-466c-49a6-b8e8-541b15489bb1-i -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Fri, 26 Oct 2018 10:24:25 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 7.59 seconds Ubuntu 14.04.5 LTS ansibleprovisioningtests-6434dd2d-466c-49a6-b8e8-541b15489bb1-i ttyS0 ansibleprovisioningtests-6434dd2d-466c-49a6-b8e8-541b15489bb1-i login: 2018-10-26 10:24:28,302 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:24:28,476 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-a2c66c6d-7c85-4541-b6b5-1d73754696d8 x-compute-request-id: req-a2c66c6d-7c85-4541-b6b5-1d73754696d8 Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:37:be", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:37:be", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "bookmark"}], "image": {"id": "734fe748-1fe2-46cc-82b6-2d08be616db6", "links": [{"href": "http://172.30.9.21:8774/images/734fe748-1fe2-46cc-82b6-2d08be616db6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:24:17.000000", "flavor": {"id": "c1805968-1334-4d46-8624-f62385bb9415", "links": [{"href": "http://172.30.9.21:8774/flavors/c1805968-1334-4d46-8624-f62385bb9415", "rel": "bookmark"}]}, "id": "d33044d1-468b-4799-b1ba-12182ade5b0c", "security_groups": [{"name": "default"}], "user_id": "742dbf5be4b34f9eac1bc25460140f02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:24:18Z", "hostId": "4bae89a981ae443d5e1d06dd17775241ac65b4c6c1def342799232f0", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-kp", "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst", "created": "2018-10-26T10:22:35Z", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:24:28,476 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c used request id req-a2c66c6d-7c85-4541-b6b5-1d73754696d8 2018-10-26 10:24:28,476 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst] is - ACTIVE 2018-10-26 10:24:28,477 - create_instance - INFO - VM is - ACTIVE 2018-10-26 10:24:28,480 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:24:28,815 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-117291b5-a476-4785-8f10-b6257fea9dc1 x-compute-request-id: req-117291b5-a476-4785-8f10-b6257fea9dc1 Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:37:be", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:37:be", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "bookmark"}], "image": {"id": "734fe748-1fe2-46cc-82b6-2d08be616db6", "links": [{"href": "http://172.30.9.21:8774/images/734fe748-1fe2-46cc-82b6-2d08be616db6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:24:17.000000", "flavor": {"id": "c1805968-1334-4d46-8624-f62385bb9415", "links": [{"href": "http://172.30.9.21:8774/flavors/c1805968-1334-4d46-8624-f62385bb9415", "rel": "bookmark"}]}, "id": "d33044d1-468b-4799-b1ba-12182ade5b0c", "security_groups": [{"name": "default"}], "user_id": "742dbf5be4b34f9eac1bc25460140f02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:24:18Z", "hostId": "4bae89a981ae443d5e1d06dd17775241ac65b4c6c1def342799232f0", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-kp", "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst", "created": "2018-10-26T10:22:35Z", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:24:28,815 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c used request id req-117291b5-a476-4785-8f10-b6257fea9dc1 2018-10-26 10:24:28,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:24:28,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-7a3d1b62-d6f4-4854-ae55-56b6a7261591 Date: Fri, 26 Oct 2018 10:24:28 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5637bd2e-4a59-4147-b09e-deea3370a176"],"updated_at":"2018-10-26T10:22:11Z","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d5cd64a9a64c40418007b5cf38497b48","id":"de916118-3d43-40b9-a168-a80013b9ecbf","name":"AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-net"}]} 2018-10-26 10:24:28,931 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-net used request id req-7a3d1b62-d6f4-4854-ae55-56b6a7261591 2018-10-26 10:24:28,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/d5cd64a9a64c40418007b5cf38497b48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:24:29,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:24:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26c45eb7-90ec-408d-a5c9-3432f2a6f1f0 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d5cd64a9a64c40418007b5cf38497b48"}, "enabled": true, "id": "d5cd64a9a64c40418007b5cf38497b48", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-3f858cc1-ded8-4b6-proj"}} 2018-10-26 10:24:29,025 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/d5cd64a9a64c40418007b5cf38497b48 used request id req-26c45eb7-90ec-408d-a5c9-3432f2a6f1f0 2018-10-26 10:24:29,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=de916118-3d43-40b9-a168-a80013b9ecbf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:24:29,086 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-65004f02-ce98-4182-aef5-854e7354e638 Date: Fri, 26 Oct 2018 10:24:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"de916118-3d43-40b9-a168-a80013b9ecbf","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:11Z","dns_nameservers":[],"updated_at":"2018-10-26T10:22: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":"d5cd64a9a64c40418007b5cf38497b48","id":"5637bd2e-4a59-4147-b09e-deea3370a176","subnetpool_id":null,"name":"AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-subnet"}]} 2018-10-26 10:24:29,086 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=de916118-3d43-40b9-a168-a80013b9ecbf used request id req-65004f02-ce98-4182-aef5-854e7354e638 2018-10-26 10:24:29,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=de916118-3d43-40b9-a168-a80013b9ecbf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:24:29,192 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3855 X-Openstack-Request-Id: req-31e79350-6049-4afe-9921-a85d15572ee2 Date: Fri, 26 Oct 2018 10:24:29 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:22:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5637bd2e-4a59-4147-b09e-deea3370a176","ip_address":"10.55.1.4"}],"id":"201dd9bd-391c-4c71-a583-910c1f1f30e5","security_groups":[],"mac_address":"fa:16:3e:d8:b0:11","project_id":"d5cd64a9a64c40418007b5cf38497b48","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"de916118-3d43-40b9-a168-a80013b9ecbf","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:13Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-de916118-3d43-40b9-a168-a80013b9ecbf"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:22:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5637bd2e-4a59-4147-b09e-deea3370a176","ip_address":"10.55.1.3"}],"id":"2dbf92dd-bac0-43a0-afa6-79d6e863aecd","security_groups":[],"mac_address":"fa:16:3e:d7:4b:1e","project_id":"d5cd64a9a64c40418007b5cf38497b48","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"de916118-3d43-40b9-a168-a80013b9ecbf","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:12Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-de916118-3d43-40b9-a168-a80013b9ecbf"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:24:17Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5637bd2e-4a59-4147-b09e-deea3370a176","ip_address":"10.55.1.8"}],"id":"41964e8d-186e-426c-84fd-d45ec998fde9","security_groups":["a55113c4-bd0e-414d-a06d-255fc3aff81e"],"mac_address":"fa:16:3e:ae:37:be","project_id":"d5cd64a9a64c40418007b5cf38497b48","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-port-1","admin_state_up":true,"network_id":"de916118-3d43-40b9-a168-a80013b9ecbf","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:32Z","binding:vnic_type":"normal","device_id":"d33044d1-468b-4799-b1ba-12182ade5b0c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:22:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5637bd2e-4a59-4147-b09e-deea3370a176","ip_address":"10.55.1.2"}],"id":"472e93ab-78f7-4b28-82e1-57be5d8aded9","security_groups":[],"mac_address":"fa:16:3e:35:93:8b","project_id":"d5cd64a9a64c40418007b5cf38497b48","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"de916118-3d43-40b9-a168-a80013b9ecbf","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:12Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-de916118-3d43-40b9-a168-a80013b9ecbf"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:22:34Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5637bd2e-4a59-4147-b09e-deea3370a176","ip_address":"10.55.1.1"}],"id":"c42a50c0-1c50-4651-85fb-3649c391fa26","security_groups":[],"mac_address":"fa:16:3e:2c:f3:bd","project_id":"d5cd64a9a64c40418007b5cf38497b48","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"de916118-3d43-40b9-a168-a80013b9ecbf","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:20Z","binding:vnic_type":"normal","device_id":"7ad33e2d-8022-40be-a49b-e401af926b02"}]} 2018-10-26 10:24:29,192 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=de916118-3d43-40b9-a168-a80013b9ecbf used request id req-31e79350-6049-4afe-9921-a85d15572ee2 2018-10-26 10:24:29,196 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:24:29,448 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-298697e4-a1ca-4fec-b964-110403a2daaa x-compute-request-id: req-298697e4-a1ca-4fec-b964-110403a2daaa Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:37:be", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:37:be", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "bookmark"}], "image": {"id": "734fe748-1fe2-46cc-82b6-2d08be616db6", "links": [{"href": "http://172.30.9.21:8774/images/734fe748-1fe2-46cc-82b6-2d08be616db6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:24:17.000000", "flavor": {"id": "c1805968-1334-4d46-8624-f62385bb9415", "links": [{"href": "http://172.30.9.21:8774/flavors/c1805968-1334-4d46-8624-f62385bb9415", "rel": "bookmark"}]}, "id": "d33044d1-468b-4799-b1ba-12182ade5b0c", "security_groups": [{"name": "default"}], "user_id": "742dbf5be4b34f9eac1bc25460140f02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:24:18Z", "hostId": "4bae89a981ae443d5e1d06dd17775241ac65b4c6c1def342799232f0", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-kp", "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst", "created": "2018-10-26T10:22:35Z", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:24:29,449 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c used request id req-298697e4-a1ca-4fec-b964-110403a2daaa 2018-10-26 10:24:29,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:24:29,550 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-caed7e5a-67f2-4538-a3bd-571d28292b8f Date: Fri, 26 Oct 2018 10:24: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":["5637bd2e-4a59-4147-b09e-deea3370a176"],"updated_at":"2018-10-26T10:22:11Z","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d5cd64a9a64c40418007b5cf38497b48","id":"de916118-3d43-40b9-a168-a80013b9ecbf","name":"AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-net"}]} 2018-10-26 10:24:29,550 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-net used request id req-caed7e5a-67f2-4538-a3bd-571d28292b8f 2018-10-26 10:24:29,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/d5cd64a9a64c40418007b5cf38497b48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:24:29,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:24:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-329d0ecd-a063-4be1-be90-60827a2433ea Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d5cd64a9a64c40418007b5cf38497b48"}, "enabled": true, "id": "d5cd64a9a64c40418007b5cf38497b48", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-3f858cc1-ded8-4b6-proj"}} 2018-10-26 10:24:29,638 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/d5cd64a9a64c40418007b5cf38497b48 used request id req-329d0ecd-a063-4be1-be90-60827a2433ea 2018-10-26 10:24:29,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=de916118-3d43-40b9-a168-a80013b9ecbf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:24:29,700 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-4fa89f5a-7478-4b86-9cb1-4f6a61d37242 Date: Fri, 26 Oct 2018 10:24:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"de916118-3d43-40b9-a168-a80013b9ecbf","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:11Z","dns_nameservers":[],"updated_at":"2018-10-26T10:22: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":"d5cd64a9a64c40418007b5cf38497b48","id":"5637bd2e-4a59-4147-b09e-deea3370a176","subnetpool_id":null,"name":"AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-subnet"}]} 2018-10-26 10:24:29,701 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=de916118-3d43-40b9-a168-a80013b9ecbf used request id req-4fa89f5a-7478-4b86-9cb1-4f6a61d37242 2018-10-26 10:24:29,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=de916118-3d43-40b9-a168-a80013b9ecbf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:24:29,810 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3855 X-Openstack-Request-Id: req-aee73065-1c8a-4dd8-a8f0-8a7acfb73954 Date: Fri, 26 Oct 2018 10:24:29 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:22:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5637bd2e-4a59-4147-b09e-deea3370a176","ip_address":"10.55.1.4"}],"id":"201dd9bd-391c-4c71-a583-910c1f1f30e5","security_groups":[],"mac_address":"fa:16:3e:d8:b0:11","project_id":"d5cd64a9a64c40418007b5cf38497b48","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"de916118-3d43-40b9-a168-a80013b9ecbf","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:13Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-de916118-3d43-40b9-a168-a80013b9ecbf"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:22:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5637bd2e-4a59-4147-b09e-deea3370a176","ip_address":"10.55.1.3"}],"id":"2dbf92dd-bac0-43a0-afa6-79d6e863aecd","security_groups":[],"mac_address":"fa:16:3e:d7:4b:1e","project_id":"d5cd64a9a64c40418007b5cf38497b48","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"de916118-3d43-40b9-a168-a80013b9ecbf","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:12Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-de916118-3d43-40b9-a168-a80013b9ecbf"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:24:17Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5637bd2e-4a59-4147-b09e-deea3370a176","ip_address":"10.55.1.8"}],"id":"41964e8d-186e-426c-84fd-d45ec998fde9","security_groups":["a55113c4-bd0e-414d-a06d-255fc3aff81e"],"mac_address":"fa:16:3e:ae:37:be","project_id":"d5cd64a9a64c40418007b5cf38497b48","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-port-1","admin_state_up":true,"network_id":"de916118-3d43-40b9-a168-a80013b9ecbf","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:32Z","binding:vnic_type":"normal","device_id":"d33044d1-468b-4799-b1ba-12182ade5b0c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:22:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5637bd2e-4a59-4147-b09e-deea3370a176","ip_address":"10.55.1.2"}],"id":"472e93ab-78f7-4b28-82e1-57be5d8aded9","security_groups":[],"mac_address":"fa:16:3e:35:93:8b","project_id":"d5cd64a9a64c40418007b5cf38497b48","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"de916118-3d43-40b9-a168-a80013b9ecbf","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:12Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-de916118-3d43-40b9-a168-a80013b9ecbf"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:22:34Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5637bd2e-4a59-4147-b09e-deea3370a176","ip_address":"10.55.1.1"}],"id":"c42a50c0-1c50-4651-85fb-3649c391fa26","security_groups":[],"mac_address":"fa:16:3e:2c:f3:bd","project_id":"d5cd64a9a64c40418007b5cf38497b48","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"de916118-3d43-40b9-a168-a80013b9ecbf","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:20Z","binding:vnic_type":"normal","device_id":"7ad33e2d-8022-40be-a49b-e401af926b02"}]} 2018-10-26 10:24:29,811 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=de916118-3d43-40b9-a168-a80013b9ecbf used request id req-aee73065-1c8a-4dd8-a8f0-8a7acfb73954 2018-10-26 10:24:29,814 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" -d '{"addSecurityGroup": {"name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-sec-grp"}}' 2018-10-26 10:24:31,025 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10: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-125c8bea-adbe-4bf5-a740-2e6147af49b8 x-compute-request-id: req-125c8bea-adbe-4bf5-a740-2e6147af49b8 Content-Length: 0 Content-Type: application/json 2018-10-26 10:24:31,026 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c/action used request id req-125c8bea-adbe-4bf5-a740-2e6147af49b8 2018-10-26 10:24:31,026 - create_instance - INFO - Checking if VM is active 2018-10-26 10:24:31,029 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:24:31,487 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:24:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4b15f0ae-3949-4c70-b1f0-57a48c5ecfed x-compute-request-id: req-4b15f0ae-3949-4c70-b1f0-57a48c5ecfed Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:37:be", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:37:be", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "bookmark"}], "image": {"id": "734fe748-1fe2-46cc-82b6-2d08be616db6", "links": [{"href": "http://172.30.9.21:8774/images/734fe748-1fe2-46cc-82b6-2d08be616db6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:24:17.000000", "flavor": {"id": "c1805968-1334-4d46-8624-f62385bb9415", "links": [{"href": "http://172.30.9.21:8774/flavors/c1805968-1334-4d46-8624-f62385bb9415", "rel": "bookmark"}]}, "id": "d33044d1-468b-4799-b1ba-12182ade5b0c", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-sec-grp"}], "user_id": "742dbf5be4b34f9eac1bc25460140f02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:24:18Z", "hostId": "4bae89a981ae443d5e1d06dd17775241ac65b4c6c1def342799232f0", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-kp", "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst", "created": "2018-10-26T10:22:35Z", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:24:31,487 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c used request id req-4b15f0ae-3949-4c70-b1f0-57a48c5ecfed 2018-10-26 10:24:31,487 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst] is - ACTIVE 2018-10-26 10:24:31,488 - create_instance - INFO - VM is - ACTIVE 2018-10-26 10:24:31,491 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:24:31,967 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:24:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3d038e3d-a43a-41d1-b6cb-c9ba76397deb x-compute-request-id: req-3d038e3d-a43a-41d1-b6cb-c9ba76397deb Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:37:be", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:37:be", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "bookmark"}], "image": {"id": "734fe748-1fe2-46cc-82b6-2d08be616db6", "links": [{"href": "http://172.30.9.21:8774/images/734fe748-1fe2-46cc-82b6-2d08be616db6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:24:17.000000", "flavor": {"id": "c1805968-1334-4d46-8624-f62385bb9415", "links": [{"href": "http://172.30.9.21:8774/flavors/c1805968-1334-4d46-8624-f62385bb9415", "rel": "bookmark"}]}, "id": "d33044d1-468b-4799-b1ba-12182ade5b0c", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-sec-grp"}], "user_id": "742dbf5be4b34f9eac1bc25460140f02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:24:18Z", "hostId": "4bae89a981ae443d5e1d06dd17775241ac65b4c6c1def342799232f0", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-kp", "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst", "created": "2018-10-26T10:22:35Z", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:24:31,967 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c used request id req-3d038e3d-a43a-41d1-b6cb-c9ba76397deb 2018-10-26 10:24:31,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:24:32,068 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-8768ca4d-4d81-423e-a704-d550a32795d7 Date: Fri, 26 Oct 2018 10:24:32 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5637bd2e-4a59-4147-b09e-deea3370a176"],"updated_at":"2018-10-26T10:22:11Z","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d5cd64a9a64c40418007b5cf38497b48","id":"de916118-3d43-40b9-a168-a80013b9ecbf","name":"AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-net"}]} 2018-10-26 10:24:32,068 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-net used request id req-8768ca4d-4d81-423e-a704-d550a32795d7 2018-10-26 10:24:32,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/d5cd64a9a64c40418007b5cf38497b48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:24:32,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:24:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b6e2f62-972b-41f9-81bd-c274b7264d24 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d5cd64a9a64c40418007b5cf38497b48"}, "enabled": true, "id": "d5cd64a9a64c40418007b5cf38497b48", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-3f858cc1-ded8-4b6-proj"}} 2018-10-26 10:24:32,158 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/d5cd64a9a64c40418007b5cf38497b48 used request id req-0b6e2f62-972b-41f9-81bd-c274b7264d24 2018-10-26 10:24:32,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=de916118-3d43-40b9-a168-a80013b9ecbf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:24:32,225 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-0682d8df-a020-44cd-a1ad-6f718f9552bc Date: Fri, 26 Oct 2018 10:24:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"de916118-3d43-40b9-a168-a80013b9ecbf","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:11Z","dns_nameservers":[],"updated_at":"2018-10-26T10:22: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":"d5cd64a9a64c40418007b5cf38497b48","id":"5637bd2e-4a59-4147-b09e-deea3370a176","subnetpool_id":null,"name":"AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-subnet"}]} 2018-10-26 10:24:32,225 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=de916118-3d43-40b9-a168-a80013b9ecbf used request id req-0682d8df-a020-44cd-a1ad-6f718f9552bc 2018-10-26 10:24:32,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=de916118-3d43-40b9-a168-a80013b9ecbf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:24:32,330 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3894 X-Openstack-Request-Id: req-059e54a0-031f-4756-8544-92089f5c5de7 Date: Fri, 26 Oct 2018 10:24:32 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:22:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5637bd2e-4a59-4147-b09e-deea3370a176","ip_address":"10.55.1.4"}],"id":"201dd9bd-391c-4c71-a583-910c1f1f30e5","security_groups":[],"mac_address":"fa:16:3e:d8:b0:11","project_id":"d5cd64a9a64c40418007b5cf38497b48","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"de916118-3d43-40b9-a168-a80013b9ecbf","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:13Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-de916118-3d43-40b9-a168-a80013b9ecbf"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:22:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5637bd2e-4a59-4147-b09e-deea3370a176","ip_address":"10.55.1.3"}],"id":"2dbf92dd-bac0-43a0-afa6-79d6e863aecd","security_groups":[],"mac_address":"fa:16:3e:d7:4b:1e","project_id":"d5cd64a9a64c40418007b5cf38497b48","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"de916118-3d43-40b9-a168-a80013b9ecbf","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:12Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-de916118-3d43-40b9-a168-a80013b9ecbf"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:24:30Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5637bd2e-4a59-4147-b09e-deea3370a176","ip_address":"10.55.1.8"}],"id":"41964e8d-186e-426c-84fd-d45ec998fde9","security_groups":["a55113c4-bd0e-414d-a06d-255fc3aff81e","b15b28c7-8352-4d00-b521-51031d26cf49"],"mac_address":"fa:16:3e:ae:37:be","project_id":"d5cd64a9a64c40418007b5cf38497b48","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-port-1","admin_state_up":true,"network_id":"de916118-3d43-40b9-a168-a80013b9ecbf","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:32Z","binding:vnic_type":"normal","device_id":"d33044d1-468b-4799-b1ba-12182ade5b0c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:22:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5637bd2e-4a59-4147-b09e-deea3370a176","ip_address":"10.55.1.2"}],"id":"472e93ab-78f7-4b28-82e1-57be5d8aded9","security_groups":[],"mac_address":"fa:16:3e:35:93:8b","project_id":"d5cd64a9a64c40418007b5cf38497b48","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"de916118-3d43-40b9-a168-a80013b9ecbf","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:12Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-de916118-3d43-40b9-a168-a80013b9ecbf"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:22:34Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5637bd2e-4a59-4147-b09e-deea3370a176","ip_address":"10.55.1.1"}],"id":"c42a50c0-1c50-4651-85fb-3649c391fa26","security_groups":[],"mac_address":"fa:16:3e:2c:f3:bd","project_id":"d5cd64a9a64c40418007b5cf38497b48","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"de916118-3d43-40b9-a168-a80013b9ecbf","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:20Z","binding:vnic_type":"normal","device_id":"7ad33e2d-8022-40be-a49b-e401af926b02"}]} 2018-10-26 10:24:32,330 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=de916118-3d43-40b9-a168-a80013b9ecbf used request id req-059e54a0-031f-4756-8544-92089f5c5de7 2018-10-26 10:24:32,331 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-26 10:24:33,336 - paramiko.transport - DEBUG - starting thread (client mode): 0x5fa65150L 2018-10-26 10:24:33,336 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-26 10:24:33,344 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-10-26 10:24:33,344 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-10-26 10:24:33,345 - 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-26 10:24:33,345 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-26 10:24:33,345 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-26 10:24:33,346 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-26 10:24:33,346 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-26 10:24:33,346 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-26 10:24:33,385 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-26 10:24:33,386 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-26 10:24:33,400 - paramiko.transport - DEBUG - Trying key 36a80760e706628c217e746fc838ef4d from tmp/AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1 2018-10-26 10:24:33,426 - paramiko.transport - DEBUG - userauth is OK 2018-10-26 10:24:33,449 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-26 10:24:33,550 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-26 10:24:33,578 - create_instance - INFO - SSH is active for VM instance 2018-10-26 10:24:33,578 - create_instance - INFO - Checking if cloud-init has completed 2018-10-26 10:24:33,581 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:24:33,915 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-310140ba-f7ca-4529-b055-bd10db26b706 x-compute-request-id: req-310140ba-f7ca-4529-b055-bd10db26b706 Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:37:be", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:37:be", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "bookmark"}], "image": {"id": "734fe748-1fe2-46cc-82b6-2d08be616db6", "links": [{"href": "http://172.30.9.21:8774/images/734fe748-1fe2-46cc-82b6-2d08be616db6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:24:17.000000", "flavor": {"id": "c1805968-1334-4d46-8624-f62385bb9415", "links": [{"href": "http://172.30.9.21:8774/flavors/c1805968-1334-4d46-8624-f62385bb9415", "rel": "bookmark"}]}, "id": "d33044d1-468b-4799-b1ba-12182ade5b0c", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-sec-grp"}], "user_id": "742dbf5be4b34f9eac1bc25460140f02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:24:18Z", "hostId": "4bae89a981ae443d5e1d06dd17775241ac65b4c6c1def342799232f0", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-kp", "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst", "created": "2018-10-26T10:22:35Z", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:24:33,915 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c used request id req-310140ba-f7ca-4529-b055-bd10db26b706 2018-10-26 10:24:33,916 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst] is - ACTIVE 2018-10-26 10:24:33,916 - create_instance - INFO - VM is - ACTIVE 2018-10-26 10:24:33,919 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:24:34,411 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-935c6e98-daa7-4d27-9e70-62c524110975 x-compute-request-id: req-935c6e98-daa7-4d27-9e70-62c524110975 Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:37:be", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:37:be", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "bookmark"}], "image": {"id": "734fe748-1fe2-46cc-82b6-2d08be616db6", "links": [{"href": "http://172.30.9.21:8774/images/734fe748-1fe2-46cc-82b6-2d08be616db6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:24:17.000000", "flavor": {"id": "c1805968-1334-4d46-8624-f62385bb9415", "links": [{"href": "http://172.30.9.21:8774/flavors/c1805968-1334-4d46-8624-f62385bb9415", "rel": "bookmark"}]}, "id": "d33044d1-468b-4799-b1ba-12182ade5b0c", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-sec-grp"}], "user_id": "742dbf5be4b34f9eac1bc25460140f02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:24:18Z", "hostId": "4bae89a981ae443d5e1d06dd17775241ac65b4c6c1def342799232f0", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-kp", "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst", "created": "2018-10-26T10:22:35Z", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:24:34,411 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c used request id req-935c6e98-daa7-4d27-9e70-62c524110975 2018-10-26 10:24:34,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:24:34,516 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-637dbf0f-bf07-49b5-af6d-b26cf1ea974a Date: Fri, 26 Oct 2018 10:24: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":["5637bd2e-4a59-4147-b09e-deea3370a176"],"updated_at":"2018-10-26T10:22:11Z","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d5cd64a9a64c40418007b5cf38497b48","id":"de916118-3d43-40b9-a168-a80013b9ecbf","name":"AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-net"}]} 2018-10-26 10:24:34,517 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-net used request id req-637dbf0f-bf07-49b5-af6d-b26cf1ea974a 2018-10-26 10:24:34,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/d5cd64a9a64c40418007b5cf38497b48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:24:34,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:24:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d786957c-a7a9-4a5f-b4ce-b8f5b43d1c03 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d5cd64a9a64c40418007b5cf38497b48"}, "enabled": true, "id": "d5cd64a9a64c40418007b5cf38497b48", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-3f858cc1-ded8-4b6-proj"}} 2018-10-26 10:24:34,604 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/d5cd64a9a64c40418007b5cf38497b48 used request id req-d786957c-a7a9-4a5f-b4ce-b8f5b43d1c03 2018-10-26 10:24:34,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=de916118-3d43-40b9-a168-a80013b9ecbf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:24:34,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e6de116d-cc15-4ce2-b2b4-33b150631c07 Date: Fri, 26 Oct 2018 10:24:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"de916118-3d43-40b9-a168-a80013b9ecbf","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:11Z","dns_nameservers":[],"updated_at":"2018-10-26T10:22: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":"d5cd64a9a64c40418007b5cf38497b48","id":"5637bd2e-4a59-4147-b09e-deea3370a176","subnetpool_id":null,"name":"AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-subnet"}]} 2018-10-26 10:24:34,663 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=de916118-3d43-40b9-a168-a80013b9ecbf used request id req-e6de116d-cc15-4ce2-b2b4-33b150631c07 2018-10-26 10:24:34,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=de916118-3d43-40b9-a168-a80013b9ecbf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:24:34,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3894 X-Openstack-Request-Id: req-8fc8d30c-28fb-499a-9474-96ce53ac8f89 Date: Fri, 26 Oct 2018 10:24:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:22:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5637bd2e-4a59-4147-b09e-deea3370a176","ip_address":"10.55.1.4"}],"id":"201dd9bd-391c-4c71-a583-910c1f1f30e5","security_groups":[],"mac_address":"fa:16:3e:d8:b0:11","project_id":"d5cd64a9a64c40418007b5cf38497b48","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"de916118-3d43-40b9-a168-a80013b9ecbf","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:13Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-de916118-3d43-40b9-a168-a80013b9ecbf"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:22:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5637bd2e-4a59-4147-b09e-deea3370a176","ip_address":"10.55.1.3"}],"id":"2dbf92dd-bac0-43a0-afa6-79d6e863aecd","security_groups":[],"mac_address":"fa:16:3e:d7:4b:1e","project_id":"d5cd64a9a64c40418007b5cf38497b48","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"de916118-3d43-40b9-a168-a80013b9ecbf","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:12Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-de916118-3d43-40b9-a168-a80013b9ecbf"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:24:30Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5637bd2e-4a59-4147-b09e-deea3370a176","ip_address":"10.55.1.8"}],"id":"41964e8d-186e-426c-84fd-d45ec998fde9","security_groups":["a55113c4-bd0e-414d-a06d-255fc3aff81e","b15b28c7-8352-4d00-b521-51031d26cf49"],"mac_address":"fa:16:3e:ae:37:be","project_id":"d5cd64a9a64c40418007b5cf38497b48","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-port-1","admin_state_up":true,"network_id":"de916118-3d43-40b9-a168-a80013b9ecbf","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:32Z","binding:vnic_type":"normal","device_id":"d33044d1-468b-4799-b1ba-12182ade5b0c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:22:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5637bd2e-4a59-4147-b09e-deea3370a176","ip_address":"10.55.1.2"}],"id":"472e93ab-78f7-4b28-82e1-57be5d8aded9","security_groups":[],"mac_address":"fa:16:3e:35:93:8b","project_id":"d5cd64a9a64c40418007b5cf38497b48","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"de916118-3d43-40b9-a168-a80013b9ecbf","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:12Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-de916118-3d43-40b9-a168-a80013b9ecbf"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:22:34Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5637bd2e-4a59-4147-b09e-deea3370a176","ip_address":"10.55.1.1"}],"id":"c42a50c0-1c50-4651-85fb-3649c391fa26","security_groups":[],"mac_address":"fa:16:3e:2c:f3:bd","project_id":"d5cd64a9a64c40418007b5cf38497b48","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"de916118-3d43-40b9-a168-a80013b9ecbf","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:20Z","binding:vnic_type":"normal","device_id":"7ad33e2d-8022-40be-a49b-e401af926b02"}]} 2018-10-26 10:24:34,779 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=de916118-3d43-40b9-a168-a80013b9ecbf used request id req-8fc8d30c-28fb-499a-9474-96ce53ac8f89 2018-10-26 10:24:34,780 - create_instance - INFO - Checking if VM is active 2018-10-26 10:24:34,783 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:24:35,261 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:24:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6b241396-082b-4039-a3e4-bfb906fc23c8 x-compute-request-id: req-6b241396-082b-4039-a3e4-bfb906fc23c8 Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:37:be", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:37:be", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "bookmark"}], "image": {"id": "734fe748-1fe2-46cc-82b6-2d08be616db6", "links": [{"href": "http://172.30.9.21:8774/images/734fe748-1fe2-46cc-82b6-2d08be616db6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:24:17.000000", "flavor": {"id": "c1805968-1334-4d46-8624-f62385bb9415", "links": [{"href": "http://172.30.9.21:8774/flavors/c1805968-1334-4d46-8624-f62385bb9415", "rel": "bookmark"}]}, "id": "d33044d1-468b-4799-b1ba-12182ade5b0c", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-sec-grp"}], "user_id": "742dbf5be4b34f9eac1bc25460140f02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:24:18Z", "hostId": "4bae89a981ae443d5e1d06dd17775241ac65b4c6c1def342799232f0", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-kp", "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst", "created": "2018-10-26T10:22:35Z", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:24:35,261 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c used request id req-6b241396-082b-4039-a3e4-bfb906fc23c8 2018-10-26 10:24:35,261 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst] is - ACTIVE 2018-10-26 10:24:35,262 - create_instance - INFO - VM is - ACTIVE 2018-10-26 10:24:35,265 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:24:35,705 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:24: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-1c47bcb6-0680-4c67-8d5b-43f907a2a333 x-compute-request-id: req-1c47bcb6-0680-4c67-8d5b-43f907a2a333 Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:37:be", "version": 4, "addr": "10.55.1.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:37:be", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "bookmark"}], "image": {"id": "734fe748-1fe2-46cc-82b6-2d08be616db6", "links": [{"href": "http://172.30.9.21:8774/images/734fe748-1fe2-46cc-82b6-2d08be616db6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:24:17.000000", "flavor": {"id": "c1805968-1334-4d46-8624-f62385bb9415", "links": [{"href": "http://172.30.9.21:8774/flavors/c1805968-1334-4d46-8624-f62385bb9415", "rel": "bookmark"}]}, "id": "d33044d1-468b-4799-b1ba-12182ade5b0c", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-sec-grp"}], "user_id": "742dbf5be4b34f9eac1bc25460140f02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:24:18Z", "hostId": "4bae89a981ae443d5e1d06dd17775241ac65b4c6c1def342799232f0", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-kp", "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst", "created": "2018-10-26T10:22:35Z", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:24:35,705 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c used request id req-1c47bcb6-0680-4c67-8d5b-43f907a2a333 2018-10-26 10:24:35,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:24:35,819 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-b5d32b1e-4bbd-4869-9825-e7b31c4bcf45 Date: Fri, 26 Oct 2018 10:24: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":["5637bd2e-4a59-4147-b09e-deea3370a176"],"updated_at":"2018-10-26T10:22:11Z","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d5cd64a9a64c40418007b5cf38497b48","id":"de916118-3d43-40b9-a168-a80013b9ecbf","name":"AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-net"}]} 2018-10-26 10:24:35,819 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-net used request id req-b5d32b1e-4bbd-4869-9825-e7b31c4bcf45 2018-10-26 10:24:35,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/d5cd64a9a64c40418007b5cf38497b48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:24:35,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:24:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-303f19f4-3829-4977-947d-24f9952fea67 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d5cd64a9a64c40418007b5cf38497b48"}, "enabled": true, "id": "d5cd64a9a64c40418007b5cf38497b48", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-3f858cc1-ded8-4b6-proj"}} 2018-10-26 10:24:35,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/d5cd64a9a64c40418007b5cf38497b48 used request id req-303f19f4-3829-4977-947d-24f9952fea67 2018-10-26 10:24:35,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=de916118-3d43-40b9-a168-a80013b9ecbf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:24:35,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-8d2d6665-52ae-4d1a-b52b-3ac23f0122b3 Date: Fri, 26 Oct 2018 10:24:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"de916118-3d43-40b9-a168-a80013b9ecbf","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:11Z","dns_nameservers":[],"updated_at":"2018-10-26T10:22: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":"d5cd64a9a64c40418007b5cf38497b48","id":"5637bd2e-4a59-4147-b09e-deea3370a176","subnetpool_id":null,"name":"AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-subnet"}]} 2018-10-26 10:24:35,960 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=de916118-3d43-40b9-a168-a80013b9ecbf used request id req-8d2d6665-52ae-4d1a-b52b-3ac23f0122b3 2018-10-26 10:24:35,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=de916118-3d43-40b9-a168-a80013b9ecbf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:24:36,066 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3894 X-Openstack-Request-Id: req-8821a089-8b08-4663-998e-4eabb0244e92 Date: Fri, 26 Oct 2018 10:24:36 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:22:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5637bd2e-4a59-4147-b09e-deea3370a176","ip_address":"10.55.1.4"}],"id":"201dd9bd-391c-4c71-a583-910c1f1f30e5","security_groups":[],"mac_address":"fa:16:3e:d8:b0:11","project_id":"d5cd64a9a64c40418007b5cf38497b48","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"de916118-3d43-40b9-a168-a80013b9ecbf","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:13Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-de916118-3d43-40b9-a168-a80013b9ecbf"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:22:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5637bd2e-4a59-4147-b09e-deea3370a176","ip_address":"10.55.1.3"}],"id":"2dbf92dd-bac0-43a0-afa6-79d6e863aecd","security_groups":[],"mac_address":"fa:16:3e:d7:4b:1e","project_id":"d5cd64a9a64c40418007b5cf38497b48","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"de916118-3d43-40b9-a168-a80013b9ecbf","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:12Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-de916118-3d43-40b9-a168-a80013b9ecbf"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:24:30Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5637bd2e-4a59-4147-b09e-deea3370a176","ip_address":"10.55.1.8"}],"id":"41964e8d-186e-426c-84fd-d45ec998fde9","security_groups":["a55113c4-bd0e-414d-a06d-255fc3aff81e","b15b28c7-8352-4d00-b521-51031d26cf49"],"mac_address":"fa:16:3e:ae:37:be","project_id":"d5cd64a9a64c40418007b5cf38497b48","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-port-1","admin_state_up":true,"network_id":"de916118-3d43-40b9-a168-a80013b9ecbf","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:32Z","binding:vnic_type":"normal","device_id":"d33044d1-468b-4799-b1ba-12182ade5b0c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:22:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5637bd2e-4a59-4147-b09e-deea3370a176","ip_address":"10.55.1.2"}],"id":"472e93ab-78f7-4b28-82e1-57be5d8aded9","security_groups":[],"mac_address":"fa:16:3e:35:93:8b","project_id":"d5cd64a9a64c40418007b5cf38497b48","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"de916118-3d43-40b9-a168-a80013b9ecbf","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:12Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-de916118-3d43-40b9-a168-a80013b9ecbf"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:22:34Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5637bd2e-4a59-4147-b09e-deea3370a176","ip_address":"10.55.1.1"}],"id":"c42a50c0-1c50-4651-85fb-3649c391fa26","security_groups":[],"mac_address":"fa:16:3e:2c:f3:bd","project_id":"d5cd64a9a64c40418007b5cf38497b48","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"de916118-3d43-40b9-a168-a80013b9ecbf","tenant_id":"d5cd64a9a64c40418007b5cf38497b48","created_at":"2018-10-26T10:22:20Z","binding:vnic_type":"normal","device_id":"7ad33e2d-8022-40be-a49b-e401af926b02"}]} 2018-10-26 10:24:36,066 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=de916118-3d43-40b9-a168-a80013b9ecbf used request id req-8821a089-8b08-4663-998e-4eabb0244e92 2018-10-26 10:24:36,067 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-26 10:24:36,069 - paramiko.transport - DEBUG - starting thread (client mode): 0x5fb34290L 2018-10-26 10:24:36,070 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-26 10:24:36,073 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-10-26 10:24:36,073 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-10-26 10:24:36,074 - 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-26 10:24:36,075 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-26 10:24:36,075 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-26 10:24:36,075 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-26 10:24:36,075 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-26 10:24:36,075 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-26 10:24:36,118 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-26 10:24:36,119 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-26 10:24:36,134 - paramiko.transport - DEBUG - Trying key 36a80760e706628c217e746fc838ef4d from tmp/AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1 2018-10-26 10:24:36,158 - paramiko.transport - DEBUG - userauth is OK 2018-10-26 10:24:36,165 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-26 10:24:36,265 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-26 10:24:36,280 - create_instance - INFO - SSH is active for VM instance 2018-10-26 10:24:36,281 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-26 10:24:36,282 - paramiko.transport - DEBUG - starting thread (client mode): 0x5fb34bd0L 2018-10-26 10:24:36,283 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-26 10:24:36,286 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-10-26 10:24:36,286 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-10-26 10:24:36,287 - 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-26 10:24:36,287 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-26 10:24:36,287 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-26 10:24:36,287 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-26 10:24:36,288 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-26 10:24:36,288 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-26 10:24:36,330 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-26 10:24:36,330 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-26 10:24:36,347 - paramiko.transport - DEBUG - Trying key 36a80760e706628c217e746fc838ef4d from tmp/AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1 2018-10-26 10:24:36,370 - paramiko.transport - DEBUG - userauth is OK 2018-10-26 10:24:36,376 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-26 10:24:36,379 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-26 10:24:36,550 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-26 10:24:36,550 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-26 10:24:36,581 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-26 10:24:36,589 - create_instance - INFO - cloud-init complete for VM instance 2018-10-26 10:24:36,589 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-26 10:24:36,590 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-26 10:24:36,591 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-26 10:24:36,591 - paramiko.transport - DEBUG - starting thread (client mode): 0x5fa65150L 2018-10-26 10:24:36,592 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-26 10:24:36,594 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-10-26 10:24:36,595 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-10-26 10:24:36,596 - 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-26 10:24:36,596 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-26 10:24:36,596 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-26 10:24:36,596 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-26 10:24:36,596 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-26 10:24:36,596 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-26 10:24:36,638 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-26 10:24:36,638 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-26 10:24:36,656 - paramiko.transport - DEBUG - Trying key 36a80760e706628c217e746fc838ef4d from tmp/AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1 2018-10-26 10:24:36,678 - paramiko.transport - DEBUG - userauth is OK 2018-10-26 10:24:36,685 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-26 10:24:36,688 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-26 10:24:36,865 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-26 10:24:36,865 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-26 10:24:36,890 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-26 10:24:36,892 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-26 10:24:36,902 - 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-26 10:24:36,935 - ansible_utils - DEBUG - Executing Ansible Playbook - /usr/lib/python2.7/site-packages/snaps/provisioning/tests/playbooks/simple_playbook.yml 2018-10-26 10:24:38,960 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-26 10:24:38,962 - paramiko.transport - DEBUG - starting thread (client mode): 0x5f53a510L 2018-10-26 10:24:38,962 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-26 10:24:38,965 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-10-26 10:24:38,966 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-10-26 10:24:38,967 - 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-26 10:24:38,967 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-26 10:24:38,967 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-26 10:24:38,967 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-26 10:24:38,968 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-26 10:24:38,968 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-26 10:24:39,010 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-26 10:24:39,011 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-26 10:24:39,027 - paramiko.transport - DEBUG - Trying key 36a80760e706628c217e746fc838ef4d from tmp/AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1 2018-10-26 10:24:39,050 - paramiko.transport - DEBUG - userauth is OK 2018-10-26 10:24:39,059 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-26 10:24:39,059 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-26 10:24:39,236 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-26 10:24:39,236 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-26 10:24:39,261 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-26 10:24:39,277 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-26 10:24:39,278 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-26 10:24:39,278 - paramiko.transport - DEBUG - Dropping user packet because connection is dead. 2018-10-26 10:24:39,279 - paramiko.transport - DEBUG - Dropping user packet because connection is dead. 2018-10-26 10:24:39,280 - create_instance - INFO - Deleting Floating IP - 172.30.9.207 2018-10-26 10:24:39,280 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.207 2018-10-26 10:24:39,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/floatingips/f1fdd43b-310c-4d99-a1bf-7856215f27f4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:24:40,254 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-44aa759a-32d4-4d7f-8164-6cefe7fc86f9 Content-Length: 0 Date: Fri, 26 Oct 2018 10:24:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:24:40,254 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/f1fdd43b-310c-4d99-a1bf-7856215f27f4 used request id req-44aa759a-32d4-4d7f-8164-6cefe7fc86f9 2018-10-26 10:24:40,254 - create_instance - INFO - Deleting Port with ID - 41964e8d-186e-426c-84fd-d45ec998fde9 2018-10-26 10:24:40,254 - neutron_utils - INFO - Deleting port with name AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-port-1 2018-10-26 10:24:40,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/41964e8d-186e-426c-84fd-d45ec998fde9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:24:40,737 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-351e25e0-e2a9-440c-ac92-38c667711bda Date: Fri, 26 Oct 2018 10:24:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:24:40,738 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/41964e8d-186e-426c-84fd-d45ec998fde9 used request id req-351e25e0-e2a9-440c-ac92-38c667711bda 2018-10-26 10:24:40,738 - create_instance - INFO - Deleting VM instance - AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst 2018-10-26 10:24:40,741 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:24:40,892 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10: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 x-openstack-request-id: req-86a2b9c5-7586-4f78-8fe5-906239b71755 x-compute-request-id: req-86a2b9c5-7586-4f78-8fe5-906239b71755 Content-Type: application/json 2018-10-26 10:24:40,893 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c used request id req-86a2b9c5-7586-4f78-8fe5-906239b71755 2018-10-26 10:24:40,893 - create_instance - INFO - Checking deletion status 2018-10-26 10:24:40,896 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:24:41,136 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-092ecf9c-9f33-4b95-8a61-b3ef56c3665d x-compute-request-id: req-092ecf9c-9f33-4b95-8a61-b3ef56c3665d Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d33044d1-468b-4799-b1ba-12182ade5b0c", "rel": "bookmark"}], "image": {"id": "734fe748-1fe2-46cc-82b6-2d08be616db6", "links": [{"href": "http://172.30.9.21:8774/images/734fe748-1fe2-46cc-82b6-2d08be616db6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:24:17.000000", "flavor": {"id": "c1805968-1334-4d46-8624-f62385bb9415", "links": [{"href": "http://172.30.9.21:8774/flavors/c1805968-1334-4d46-8624-f62385bb9415", "rel": "bookmark"}]}, "id": "d33044d1-468b-4799-b1ba-12182ade5b0c", "user_id": "742dbf5be4b34f9eac1bc25460140f02", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:24:40Z", "hostId": "4bae89a981ae443d5e1d06dd17775241ac65b4c6c1def342799232f0", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-kp", "name": "AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst", "created": "2018-10-26T10:22:35Z", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:24:41,136 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c used request id req-092ecf9c-9f33-4b95-8a61-b3ef56c3665d 2018-10-26 10:24:41,137 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst] is - ACTIVE 2018-10-26 10:24:41,137 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:24:44,140 - create_instance - DEBUG - VM status query timeout in 296.752820969 2018-10-26 10:24:44,144 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6402c4793b54e8cb54b0c93a9749982ef1bfef02" 2018-10-26 10:24:44,197 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 10:24: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-8782b38b-a490-45a4-ab93-b16d4969d7d0 x-compute-request-id: req-8782b38b-a490-45a4-ab93-b16d4969d7d0 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance d33044d1-468b-4799-b1ba-12182ade5b0c could not be found.", "code": 404}} 2018-10-26 10:24:44,197 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d33044d1-468b-4799-b1ba-12182ade5b0c used request id req-8782b38b-a490-45a4-ab93-b16d4969d7d0 2018-10-26 10:24:44,197 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance d33044d1-468b-4799-b1ba-12182ade5b0c could not be found. (HTTP 404) (Request-ID: req-8782b38b-a490-45a4-ab93-b16d4969d7d0) 2018-10-26 10:24:44,197 - create_instance - INFO - VM has been properly deleted VM with name - AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-inst 2018-10-26 10:24:44,198 - neutron_utils - INFO - Deleting security group rule with ID - 4d9fff6a-ce31-46e0-82bb-c25f45dd4695 2018-10-26 10:24:44,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/4d9fff6a-ce31-46e0-82bb-c25f45dd4695 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6269e50cd02f107bbc64589d9cade80aa3af2793" 2018-10-26 10:24:44,467 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c04e6e0b-0dfd-44e2-8559-d58e8f977aea Content-Length: 0 Date: Fri, 26 Oct 2018 10:24:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:24:44,467 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/4d9fff6a-ce31-46e0-82bb-c25f45dd4695 used request id req-c04e6e0b-0dfd-44e2-8559-d58e8f977aea 2018-10-26 10:24:44,467 - neutron_utils - INFO - Deleting security group rule with ID - 10edcc3b-39bb-46dd-a108-d958c83cc7ec 2018-10-26 10:24:44,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/10edcc3b-39bb-46dd-a108-d958c83cc7ec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6269e50cd02f107bbc64589d9cade80aa3af2793" 2018-10-26 10:24:44,728 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9ef1e297-6c68-4822-8706-b45dc6be0cdf Content-Length: 0 Date: Fri, 26 Oct 2018 10:24:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:24:44,729 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/10edcc3b-39bb-46dd-a108-d958c83cc7ec used request id req-9ef1e297-6c68-4822-8706-b45dc6be0cdf 2018-10-26 10:24:44,729 - neutron_utils - INFO - Deleting security group rule with ID - 9f824143-95a3-4185-828e-5506b6a616c8 2018-10-26 10:24:44,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/9f824143-95a3-4185-828e-5506b6a616c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6269e50cd02f107bbc64589d9cade80aa3af2793" 2018-10-26 10:24:44,985 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2711e461-d1eb-413a-a074-025631a50172 Content-Length: 0 Date: Fri, 26 Oct 2018 10:24:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:24:44,986 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/9f824143-95a3-4185-828e-5506b6a616c8 used request id req-2711e461-d1eb-413a-a074-025631a50172 2018-10-26 10:24:44,986 - neutron_utils - INFO - Deleting security group rule with ID - 237c3c92-9b19-41f4-942a-3e2ba9096067 2018-10-26 10:24:44,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/237c3c92-9b19-41f4-942a-3e2ba9096067 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6269e50cd02f107bbc64589d9cade80aa3af2793" 2018-10-26 10:24:45,231 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9839520c-e3b7-4d28-9d4b-cf07ecd1403f Content-Length: 0 Date: Fri, 26 Oct 2018 10:24:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:24:45,231 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/237c3c92-9b19-41f4-942a-3e2ba9096067 used request id req-9839520c-e3b7-4d28-9d4b-cf07ecd1403f 2018-10-26 10:24:45,231 - neutron_utils - INFO - Deleting security group with name - AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-sec-grp 2018-10-26 10:24:45,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/b15b28c7-8352-4d00-b521-51031d26cf49 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6269e50cd02f107bbc64589d9cade80aa3af2793" 2018-10-26 10:24:45,507 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-88d7e2ef-18f9-450d-ba57-8ded6bf4b0f7 Content-Length: 0 Date: Fri, 26 Oct 2018 10:24:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:24:45,508 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/b15b28c7-8352-4d00-b521-51031d26cf49 used request id req-88d7e2ef-18f9-450d-ba57-8ded6bf4b0f7 2018-10-26 10:24:45,509 - nova_utils - DEBUG - Deleting keypair - AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-kp 2018-10-26 10:24:45,513 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce2156ad133374c09afcb0de97ea497d3f64240c" 2018-10-26 10:24:45,549 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10:24: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-8c6394da-e1a4-46f4-9837-847bfe38fc29 x-compute-request-id: req-8c6394da-e1a4-46f4-9837-847bfe38fc29 Content-Length: 0 Content-Type: application/json 2018-10-26 10:24:45,549 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-kp used request id req-8c6394da-e1a4-46f4-9837-847bfe38fc29 2018-10-26 10:24:45,550 - OpenStackKeypair - INFO - Deleted public key file [tmp/AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1.pub] 2018-10-26 10:24:45,550 - OpenStackKeypair - INFO - Deleted private key file [tmp/AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1] 2018-10-26 10:24:45,554 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/c1805968-1334-4d46-8624-f62385bb9415 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f4c2440c5021ff74edd26331b23c231725e9b3f" 2018-10-26 10:24:45,601 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10:24: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-044aaff3-f70c-4cda-ab6b-1e447af4082d x-compute-request-id: req-044aaff3-f70c-4cda-ab6b-1e447af4082d Content-Length: 0 Content-Type: application/json 2018-10-26 10:24:45,602 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/c1805968-1334-4d46-8624-f62385bb9415 used request id req-044aaff3-f70c-4cda-ab6b-1e447af4082d 2018-10-26 10:24:45,603 - OpenStackNetwork - INFO - Removing router interface from router AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-router and subnet AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-subnet 2018-10-26 10:24:45,603 - neutron_utils - INFO - Removing router interface from router named AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-router 2018-10-26 10:24:45,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/7ad33e2d-8022-40be-a49b-e401af926b02/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dee2177dd39db0cc15e16102930f8a46a908b9b7" -d '{"subnet_id": "5637bd2e-4a59-4147-b09e-deea3370a176"}' 2018-10-26 10:24:46,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6e7bb4d0-0a54-4d08-933e-4a84cd54f5c4 Date: Fri, 26 Oct 2018 10:24:46 GMT RESP BODY: {"network_id": "de916118-3d43-40b9-a168-a80013b9ecbf", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "subnet_id": "5637bd2e-4a59-4147-b09e-deea3370a176", "subnet_ids": ["5637bd2e-4a59-4147-b09e-deea3370a176"], "port_id": "c42a50c0-1c50-4651-85fb-3649c391fa26", "id": "7ad33e2d-8022-40be-a49b-e401af926b02"} 2018-10-26 10:24:46,989 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/7ad33e2d-8022-40be-a49b-e401af926b02/remove_router_interface used request id req-6e7bb4d0-0a54-4d08-933e-4a84cd54f5c4 2018-10-26 10:24:46,990 - OpenStackNetwork - INFO - Removing router AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-router 2018-10-26 10:24:46,990 - neutron_utils - INFO - Deleting router with name - AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-router 2018-10-26 10:24:46,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/7ad33e2d-8022-40be-a49b-e401af926b02 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dee2177dd39db0cc15e16102930f8a46a908b9b7" 2018-10-26 10:24:50,328 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d657a9b0-4504-48ef-b51a-466df0b812f4 Content-Length: 0 Date: Fri, 26 Oct 2018 10:24:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:24:50,328 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/7ad33e2d-8022-40be-a49b-e401af926b02 used request id req-d657a9b0-4504-48ef-b51a-466df0b812f4 2018-10-26 10:24:50,329 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-subnet 2018-10-26 10:24:50,329 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-subnet 2018-10-26 10:24:50,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/5637bd2e-4a59-4147-b09e-deea3370a176 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dba151dddc2782e69536d6a6dac994e004cf7c32" 2018-10-26 10:24:52,731 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5ea7c0bd-becd-49ed-872f-c69bb58a08cc Date: Fri, 26 Oct 2018 10:24:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:24:52,731 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/5637bd2e-4a59-4147-b09e-deea3370a176 used request id req-5ea7c0bd-becd-49ed-872f-c69bb58a08cc 2018-10-26 10:24:52,732 - neutron_utils - INFO - Deleting network with name AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1-pub-net 2018-10-26 10:24:52,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/de916118-3d43-40b9-a168-a80013b9ecbf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dba151dddc2782e69536d6a6dac994e004cf7c32" 2018-10-26 10:24:54,248 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b72f20b3-c4df-4393-b960-0120f1425a0c Date: Fri, 26 Oct 2018 10:24:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:24:54,248 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/de916118-3d43-40b9-a168-a80013b9ecbf used request id req-b72f20b3-c4df-4393-b960-0120f1425a0c 2018-10-26 10:24:54,249 - glance_utils - INFO - Deleting image named - AnsibleProvisioningTests-6434dd2d-466c-49a6-b8e8-541b15489bb1--image 2018-10-26 10:24:54,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/734fe748-1fe2-46cc-82b6-2d08be616db6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d267d1cdf6a9b54fac57342fc9b08e10939379e1" 2018-10-26 10:24:55,945 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8131dd6b-988d-44ef-8899-4e0577f0eda1 Date: Fri, 26 Oct 2018 10:24: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-26 10:24:55,945 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/734fe748-1fe2-46cc-82b6-2d08be616db6 used request id req-8131dd6b-988d-44ef-8899-4e0577f0eda1 2018-10-26 10:24:55,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a461c398b55bb04a2b73348805502a77558b56a0" 2018-10-26 10:24:56,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-d0980306-50e0-4dfd-b40f-8063076c0882 Date: Fri, 26 Oct 2018 10:24:56 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "created_at": "2018-10-26T10:22:09Z", "updated_at": "2018-10-26T10:22:10Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:22:10Z", "revision_number": 0, "id": "0226efa5-a167-4048-bad4-d9a583e36428", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:22:10Z", "security_group_id": "a55113c4-bd0e-414d-a06d-255fc3aff81e", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "port_range_min": null, "ethertype": "IPv6", "project_id": "d5cd64a9a64c40418007b5cf38497b48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:22:10Z", "revision_number": 0, "id": "88297a6b-943c-4b18-ab37-4b22ce8f0c53", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:22:10Z", "security_group_id": "a55113c4-bd0e-414d-a06d-255fc3aff81e", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "port_range_min": null, "ethertype": "IPv4", "project_id": "d5cd64a9a64c40418007b5cf38497b48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:22:09Z", "revision_number": 0, "id": "a0ed062a-28f0-4844-8ce7-1e54e547562c", "remote_group_id": "a55113c4-bd0e-414d-a06d-255fc3aff81e", "remote_ip_prefix": null, "created_at": "2018-10-26T10:22:09Z", "security_group_id": "a55113c4-bd0e-414d-a06d-255fc3aff81e", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "port_range_min": null, "ethertype": "IPv4", "project_id": "d5cd64a9a64c40418007b5cf38497b48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:22:10Z", "revision_number": 0, "id": "e5fc1b4d-fbf6-42bf-a605-34e55209cf02", "remote_group_id": "a55113c4-bd0e-414d-a06d-255fc3aff81e", "remote_ip_prefix": null, "created_at": "2018-10-26T10:22:10Z", "security_group_id": "a55113c4-bd0e-414d-a06d-255fc3aff81e", "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "port_range_min": null, "ethertype": "IPv6", "project_id": "d5cd64a9a64c40418007b5cf38497b48"}], "revision_number": 4, "project_id": "d5cd64a9a64c40418007b5cf38497b48", "id": "a55113c4-bd0e-414d-a06d-255fc3aff81e", "name": "default"}]} 2018-10-26 10:24:56,177 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-d0980306-50e0-4dfd-b40f-8063076c0882 2018-10-26 10:24:56,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a461c398b55bb04a2b73348805502a77558b56a0" 2018-10-26 10:24:56,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:24:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00733321-5c86-4402-934e-264e8f568438 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 10:24:56,270 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-00733321-5c86-4402-934e-264e8f568438 2018-10-26 10:24:56,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a461c398b55bb04a2b73348805502a77558b56a0" 2018-10-26 10:24:56,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:24:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdc47190-7485-4b21-99bb-22d4bfcdc19b 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 10:24:56,369 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-fdc47190-7485-4b21-99bb-22d4bfcdc19b 2018-10-26 10:24:56,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a461c398b55bb04a2b73348805502a77558b56a0" 2018-10-26 10:24:56,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:24:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c738ae4e-9efe-42a4-a195-c39f96535eee 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.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-26 10:24:56,537 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f used request id req-c738ae4e-9efe-42a4-a195-c39f96535eee 2018-10-26 10:24:56,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/d5cd64a9a64c40418007b5cf38497b48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a461c398b55bb04a2b73348805502a77558b56a0" 2018-10-26 10:24:56,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:24:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc8d06c9-9e18-4d41-9492-bc61da8d7a30 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d5cd64a9a64c40418007b5cf38497b48"}, "enabled": true, "id": "d5cd64a9a64c40418007b5cf38497b48", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-3f858cc1-ded8-4b6-proj"}} 2018-10-26 10:24:56,634 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/d5cd64a9a64c40418007b5cf38497b48 used request id req-cc8d06c9-9e18-4d41-9492-bc61da8d7a30 2018-10-26 10:24:56,634 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a55113c4-bd0e-414d-a06d-255fc3aff81e 2018-10-26 10:24:56,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a55113c4-bd0e-414d-a06d-255fc3aff81e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a461c398b55bb04a2b73348805502a77558b56a0" 2018-10-26 10:24:56,819 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-28057af4-9cdf-4406-9492-3b7467a62c32 Date: Fri, 26 Oct 2018 10:24:56 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:22:10Z", "security_group_id": "a55113c4-bd0e-414d-a06d-255fc3aff81e", "port_range_min": null, "revision_number": 0, "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "created_at": "2018-10-26T10:22:10Z", "project_id": "d5cd64a9a64c40418007b5cf38497b48", "id": "0226efa5-a167-4048-bad4-d9a583e36428"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:22:10Z", "security_group_id": "a55113c4-bd0e-414d-a06d-255fc3aff81e", "port_range_min": null, "revision_number": 0, "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "created_at": "2018-10-26T10:22:10Z", "project_id": "d5cd64a9a64c40418007b5cf38497b48", "id": "88297a6b-943c-4b18-ab37-4b22ce8f0c53"}, {"remote_group_id": "a55113c4-bd0e-414d-a06d-255fc3aff81e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:22:09Z", "security_group_id": "a55113c4-bd0e-414d-a06d-255fc3aff81e", "port_range_min": null, "revision_number": 0, "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "created_at": "2018-10-26T10:22:09Z", "project_id": "d5cd64a9a64c40418007b5cf38497b48", "id": "a0ed062a-28f0-4844-8ce7-1e54e547562c"}, {"remote_group_id": "a55113c4-bd0e-414d-a06d-255fc3aff81e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:22:10Z", "security_group_id": "a55113c4-bd0e-414d-a06d-255fc3aff81e", "port_range_min": null, "revision_number": 0, "tenant_id": "d5cd64a9a64c40418007b5cf38497b48", "created_at": "2018-10-26T10:22:10Z", "project_id": "d5cd64a9a64c40418007b5cf38497b48", "id": "e5fc1b4d-fbf6-42bf-a605-34e55209cf02"}]} 2018-10-26 10:24:56,819 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a55113c4-bd0e-414d-a06d-255fc3aff81e used request id req-28057af4-9cdf-4406-9492-3b7467a62c32 2018-10-26 10:24:56,820 - neutron_utils - INFO - Deleting security group with name - default 2018-10-26 10:24:56,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/a55113c4-bd0e-414d-a06d-255fc3aff81e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a461c398b55bb04a2b73348805502a77558b56a0" 2018-10-26 10:24:57,282 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-007bcc29-95d7-4447-b8ee-6da230bd8662 Content-Length: 0 Date: Fri, 26 Oct 2018 10:24:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:24:57,282 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/a55113c4-bd0e-414d-a06d-255fc3aff81e used request id req-007bcc29-95d7-4447-b8ee-6da230bd8662 2018-10-26 10:24:57,283 - keystone_utils - INFO - Deleting project with name - AnsibleProvisioningTests-3f858cc1-ded8-4b6-proj 2018-10-26 10:24:57,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/d5cd64a9a64c40418007b5cf38497b48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a461c398b55bb04a2b73348805502a77558b56a0" 2018-10-26 10:24:57,559 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:24:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1df76ab2-acef-4f6c-bd5d-04ec7968464e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:24:57,559 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/d5cd64a9a64c40418007b5cf38497b48 used request id req-1df76ab2-acef-4f6c-bd5d-04ec7968464e 2018-10-26 10:24:57,559 - keystone_utils - INFO - Deleting role with name - AnsibleProvisioningTests-3f858cc1-ded8-4b6-proj-role 2018-10-26 10:24:57,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/2a4dad6b3c8242cf98e3f9b64519ed84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a461c398b55bb04a2b73348805502a77558b56a0" 2018-10-26 10:24:57,680 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:24:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5dca856d-3510-4fbd-9601-09d8fbcb99fd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:24:57,680 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/2a4dad6b3c8242cf98e3f9b64519ed84 used request id req-5dca856d-3510-4fbd-9601-09d8fbcb99fd 2018-10-26 10:24:57,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a461c398b55bb04a2b73348805502a77558b56a0" 2018-10-26 10:24:57,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:24:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b632c8b-20c6-41ff-926b-5c7caaf9a23e Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:24:57,774 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-9b632c8b-20c6-41ff-926b-5c7caaf9a23e 2018-10-26 10:24:57,775 - keystone_utils - INFO - Deleting user with name - AnsibleProvisioningTests-3f858cc1-ded8-4b6-user 2018-10-26 10:24:57,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/742dbf5be4b34f9eac1bc25460140f02 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c517a4af685e8f176710bbfd2c12f0e417ebd091" 2018-10-26 10:24:58,136 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:24:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-87ca7a3e-14ba-4ff8-b289-6ef514446891 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:24:58,136 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/742dbf5be4b34f9eac1bc25460140f02 used request id req-87ca7a3e-14ba-4ff8-b289-6ef514446891 2018-10-26 10:24:58,137 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:24:58,511 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:24:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["teHFnTTxS_GVB7pQROrsfA"], "issued_at": "2018-10-26T10:24:58.000000Z"}} 2018-10-26 10:24:58,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdaad2f2ad3bbedd398cf415d1c3d71e0d4c5fa7" 2018-10-26 10:24:58,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:24:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0fe8c5d1-cf3e-44aa-a52d-5dec281e3e28 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:24:58,592 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-0fe8c5d1-cf3e-44aa-a52d-5dec281e3e28 2018-10-26 10:24:58,594 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:24:58,595 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:24:58,994 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:24:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["IfcHflLCTpyLoERcUW8aBg"], "issued_at": "2018-10-26T10:24:58.000000Z"}} 2018-10-26 10:24:58,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679048947432a8b5649f1accd3fe81e14d007236" 2018-10-26 10:24:59,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:24:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7896663f-bb83-48a5-8374-f5c711ca9cc2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:24:59,072 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-7896663f-bb83-48a5-8374-f5c711ca9cc2 2018-10-26 10:24:59,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:24:59,081 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:24: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:24:59,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-01511948-543e-403-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679048947432a8b5649f1accd3fe81e14d007236" 2018-10-26 10:24:59,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:24:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1c0decb-7050-4577-97da-9bf4d7fde3ba Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-01511948-543e-403-proj", "previous": null, "next": null}, "projects": []} 2018-10-26 10:24:59,169 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-01511948-543e-403-proj used request id req-f1c0decb-7050-4577-97da-9bf4d7fde3ba 2018-10-26 10:24:59,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679048947432a8b5649f1accd3fe81e14d007236" 2018-10-26 10:24:59,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:24:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2cb6c3dc-7844-4408-bc93-514e54936b21 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 10:24:59,252 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-2cb6c3dc-7844-4408-bc93-514e54936b21 2018-10-26 10:24:59,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679048947432a8b5649f1accd3fe81e14d007236" -d '{"project": {"enabled": true, "domain_id": "default", "name": "AnsibleProvisioningTests-01511948-543e-403-proj"}}' 2018-10-26 10:24:59,374 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:24:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-74f4ccc6-0298-4668-b2aa-8f39099f459b Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b8d5f8996acf44efb22ab4f9f27ba2a7"}, "enabled": true, "id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-01511948-543e-403-proj"}} 2018-10-26 10:24:59,375 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-74f4ccc6-0298-4668-b2aa-8f39099f459b 2018-10-26 10:24:59,375 - keystone_utils - INFO - Created project with name - AnsibleProvisioningTests-01511948-543e-403-proj 2018-10-26 10:24:59,375 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:24:59,376 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:24:59,761 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:24:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["w-WZO-n-QY-ywa4XtV37ow"], "issued_at": "2018-10-26T10:24:59.000000Z"}} 2018-10-26 10:24:59,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}077a0cf1b2f0c89556414261f9a80d1ddad3f7e0" 2018-10-26 10:24:59,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:24:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6644d34f-f543-45b5-9cbc-7586f9ca15b3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:24:59,844 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-6644d34f-f543-45b5-9cbc-7586f9ca15b3 2018-10-26 10:24:59,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:24:59,853 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:24: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:24:59,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}077a0cf1b2f0c89556414261f9a80d1ddad3f7e0" 2018-10-26 10:24:59,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:24:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7234bbc-8e22-450a-b41b-ee1741e62c62 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 10:24:59,960 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-e7234bbc-8e22-450a-b41b-ee1741e62c62 2018-10-26 10:24:59,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=AnsibleProvisioningTests-01511948-543e-403-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}077a0cf1b2f0c89556414261f9a80d1ddad3f7e0" 2018-10-26 10:25:00,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:24:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca54ba23-f263-48bc-ae2a-5decc54c31e1 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=AnsibleProvisioningTests-01511948-543e-403-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b8d5f8996acf44efb22ab4f9f27ba2a7"}, "enabled": true, "id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-01511948-543e-403-proj"}]} 2018-10-26 10:25:00,052 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=AnsibleProvisioningTests-01511948-543e-403-proj used request id req-ca54ba23-f263-48bc-ae2a-5decc54c31e1 2018-10-26 10:25:00,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}077a0cf1b2f0c89556414261f9a80d1ddad3f7e0" 2018-10-26 10:25:00,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:25:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7496ee1b-194a-407b-824a-d0cbd528117f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-26 10:25:00,147 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-7496ee1b-194a-407b-824a-d0cbd528117f 2018-10-26 10:25:00,452 - keystone_utils - INFO - Created user with name - AnsibleProvisioningTests-01511948-543e-403-user 2018-10-26 10:25:00,452 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:25:00,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679048947432a8b5649f1accd3fe81e14d007236" 2018-10-26 10:25:00,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:25:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc056aab-6bf9-4034-889a-bad64435869b Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:25:00,544 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-dc056aab-6bf9-4034-889a-bad64435869b 2018-10-26 10:25:00,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679048947432a8b5649f1accd3fe81e14d007236" -d '{"role": {"name": "AnsibleProvisioningTests-01511948-543e-403-proj-role"}}' 2018-10-26 10:25:00,669 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:25:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6bad45a1-591d-40a1-8462-dde7ff2335b0 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4be986aedd684ceab08bf1677286aa1c", "links": {"self": "http://172.30.9.21:5000/v3/roles/4be986aedd684ceab08bf1677286aa1c"}, "name": "AnsibleProvisioningTests-01511948-543e-403-proj-role"}} 2018-10-26 10:25:00,669 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-6bad45a1-591d-40a1-8462-dde7ff2335b0 2018-10-26 10:25:00,670 - keystone_utils - INFO - Created role with name - AnsibleProvisioningTests-01511948-543e-403-proj-role 2018-10-26 10:25:00,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/4be986aedd684ceab08bf1677286aa1c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679048947432a8b5649f1accd3fe81e14d007236" 2018-10-26 10:25:00,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:25:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-142c8f3b-d67d-4af7-8100-869458b0095a Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/4be986aedd684ceab08bf1677286aa1c"}, "domain_id": null, "name": "AnsibleProvisioningTests-01511948-543e-403-proj-role", "id": "4be986aedd684ceab08bf1677286aa1c"}} 2018-10-26 10:25:00,690 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/4be986aedd684ceab08bf1677286aa1c used request id req-142c8f3b-d67d-4af7-8100-869458b0095a 2018-10-26 10:25:00,691 - keystone_utils - INFO - Granting role AnsibleProvisioningTests-01511948-543e-403-proj-role to project AnsibleProvisioningTests-01511948-543e-403-proj 2018-10-26 10:25:00,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/b8d5f8996acf44efb22ab4f9f27ba2a7/users/8c8466f4993f4c3785f5e3347fb2d2d9/roles/4be986aedd684ceab08bf1677286aa1c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679048947432a8b5649f1accd3fe81e14d007236" 2018-10-26 10:25:00,809 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:25:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-21a71b18-0113-4e99-9b1a-85739c610129 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:25:00,809 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/b8d5f8996acf44efb22ab4f9f27ba2a7/users/8c8466f4993f4c3785f5e3347fb2d2d9/roles/4be986aedd684ceab08bf1677286aa1c used request id req-21a71b18-0113-4e99-9b1a-85739c610129 2018-10-26 10:25:00,810 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:25:00,812 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img'} 2018-10-26 10:25:00,812 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:25:00,813 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:25:01,197 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4be986aedd684ceab08bf1677286aa1c", "name": "AnsibleProvisioningTests-01511948-543e-403-proj-role"}], "expires_at": "2018-10-26T11:25:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "name": "AnsibleProvisioningTests-01511948-543e-403-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-01511948-543e-403-user", "id": "8c8466f4993f4c3785f5e3347fb2d2d9"}, "audit_ids": ["WLmwwVVZQ_2eCnfhZIrcwg"], "issued_at": "2018-10-26T10:25:01.000000Z"}} 2018-10-26 10:25:01,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae666e88b4a1100f18b4210a7e4a1385c57d41a3" 2018-10-26 10:25:01,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:25:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33209031-789e-4b77-9c88-f2e618efd9f6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:25:01,280 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-33209031-789e-4b77-9c88-f2e618efd9f6 2018-10-26 10:25:01,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7--image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ae666e88b4a1100f18b4210a7e4a1385c57d41a3" 2018-10-26 10:25:01,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-aa6804c0-8496-4092-99c7-f21cdf355a95 Date: Fri, 26 Oct 2018 10:25:01 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7--image"} 2018-10-26 10:25:01,464 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7--image used request id req-aa6804c0-8496-4092-99c7-f21cdf355a95 2018-10-26 10:25:01,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ae666e88b4a1100f18b4210a7e4a1385c57d41a3" 2018-10-26 10:25:01,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-34164829-9c4d-4c07-b1b4-9fc50095cc9f Date: Fri, 26 Oct 2018 10:25: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-26 10:25:01,693 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-34164829-9c4d-4c07-b1b4-9fc50095cc9f 2018-10-26 10:25:01,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ae666e88b4a1100f18b4210a7e4a1385c57d41a3" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7--image"}' 2018-10-26 10:25:01,920 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/32699058-af67-4528-8d80-f100749d95d2 X-Openstack-Request-Id: req-f4bd6dbc-049e-4a6b-a19f-995246e3cd54 Date: Fri, 26 Oct 2018 10:25:01 GMT RESP BODY: {"status": "queued", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7--image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:25:01Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-26T10:25:01Z", "visibility": "shared", "locations": [], "self": "/v2/images/32699058-af67-4528-8d80-f100749d95d2", "min_disk": 0, "protected": false, "id": "32699058-af67-4528-8d80-f100749d95d2", "file": "/v2/images/32699058-af67-4528-8d80-f100749d95d2/file", "checksum": null, "owner": "b8d5f8996acf44efb22ab4f9f27ba2a7", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:25:01,920 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-f4bd6dbc-049e-4a6b-a19f-995246e3cd54 2018-10-26 10:25:01,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/32699058-af67-4528-8d80-f100749d95d2/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ae666e88b4a1100f18b4210a7e4a1385c57d41a3" -d '' 2018-10-26 10:25:08,809 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3b47b3ce-ea6b-4c54-b0be-b6dae89566e9 Date: Fri, 26 Oct 2018 10:25: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-26 10:25:08,810 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/32699058-af67-4528-8d80-f100749d95d2/file used request id req-3b47b3ce-ea6b-4c54-b0be-b6dae89566e9 2018-10-26 10:25:08,810 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-10-26 10:25:08,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/32699058-af67-4528-8d80-f100749d95d2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ae666e88b4a1100f18b4210a7e4a1385c57d41a3" 2018-10-26 10:25:08,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-65980209-0fef-4cc6-a542-4e90f735f59e Date: Fri, 26 Oct 2018 10:25:08 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7--image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:25:01Z", "size": 263586304, "disk_format": "qcow2", "updated_at": "2018-10-26T10:25:08Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/32699058-af67-4528-8d80-f100749d95d2/snap", "metadata": {}}], "self": "/v2/images/32699058-af67-4528-8d80-f100749d95d2", "min_disk": 0, "protected": false, "id": "32699058-af67-4528-8d80-f100749d95d2", "file": "/v2/images/32699058-af67-4528-8d80-f100749d95d2/file", "checksum": "ee1167b7b8bf490b2f9a9885f2d7dcff", "owner": "b8d5f8996acf44efb22ab4f9f27ba2a7", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/32699058-af67-4528-8d80-f100749d95d2/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:25:08,989 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/32699058-af67-4528-8d80-f100749d95d2 used request id req-65980209-0fef-4cc6-a542-4e90f735f59e 2018-10-26 10:25:08,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ae666e88b4a1100f18b4210a7e4a1385c57d41a3" 2018-10-26 10:25:09,150 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2ee2215c-d563-47ab-aa8e-54320fe70b16 Date: Fri, 26 Oct 2018 10:25: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-26 10:25:09,150 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-2ee2215c-d563-47ab-aa8e-54320fe70b16 2018-10-26 10:25:09,153 - create_image - INFO - Created image with name - AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7--image 2018-10-26 10:25:09,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/32699058-af67-4528-8d80-f100749d95d2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ae666e88b4a1100f18b4210a7e4a1385c57d41a3" 2018-10-26 10:25:09,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-309d7187-3891-4de9-98ec-4596ecc9e058 Date: Fri, 26 Oct 2018 10:25:09 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7--image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:25:01Z", "size": 263586304, "disk_format": "qcow2", "updated_at": "2018-10-26T10:25:08Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/32699058-af67-4528-8d80-f100749d95d2/snap", "metadata": {}}], "self": "/v2/images/32699058-af67-4528-8d80-f100749d95d2", "min_disk": 0, "protected": false, "id": "32699058-af67-4528-8d80-f100749d95d2", "file": "/v2/images/32699058-af67-4528-8d80-f100749d95d2/file", "checksum": "ee1167b7b8bf490b2f9a9885f2d7dcff", "owner": "b8d5f8996acf44efb22ab4f9f27ba2a7", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/32699058-af67-4528-8d80-f100749d95d2/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-26 10:25:09,320 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/32699058-af67-4528-8d80-f100749d95d2 used request id req-309d7187-3891-4de9-98ec-4596ecc9e058 2018-10-26 10:25:09,321 - create_image - DEBUG - Instance status is - active 2018-10-26 10:25:09,321 - create_image - DEBUG - Image is active with name - AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7--image 2018-10-26 10:25:09,321 - create_image - INFO - Image is now active with name - AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7--image 2018-10-26 10:25:09,322 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:25:09,322 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:25:09,691 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4be986aedd684ceab08bf1677286aa1c", "name": "AnsibleProvisioningTests-01511948-543e-403-proj-role"}], "expires_at": "2018-10-26T11:25:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "name": "AnsibleProvisioningTests-01511948-543e-403-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-01511948-543e-403-user", "id": "8c8466f4993f4c3785f5e3347fb2d2d9"}, "audit_ids": ["M_2mlpmpS0iHHSSsxCMpJg"], "issued_at": "2018-10-26T10:25:09.000000Z"}} 2018-10-26 10:25:09,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}013d02d6aa502dfb0595fec9481ac07cd78061e2" 2018-10-26 10:25:09,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:25:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddce338e-762a-4d25-a90f-334863cc5259 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:25:09,769 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ddce338e-762a-4d25-a90f-334863cc5259 2018-10-26 10:25:09,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}013d02d6aa502dfb0595fec9481ac07cd78061e2" 2018-10-26 10:25:09,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-013a6f21-49f9-400c-8dd6-1d7555313146 Date: Fri, 26 Oct 2018 10:25:09 GMT RESP BODY: {"networks":[]} 2018-10-26 10:25:09,951 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net used request id req-013a6f21-49f9-400c-8dd6-1d7555313146 2018-10-26 10:25:09,951 - neutron_utils - INFO - Creating network with name AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net 2018-10-26 10:25:09,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}013d02d6aa502dfb0595fec9481ac07cd78061e2" -d '{"network": {"name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net", "admin_state_up": true}}' 2018-10-26 10:25:10,498 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 627 X-Openstack-Request-Id: req-bd02c41a-4994-4fb4-9ff6-faaf9a706915 Date: Fri, 26 Oct 2018 10:25:10 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"24cbbab4-740f-498f-a116-7c283925ae50","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T10:25:10Z","is_default":false,"name":"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:10Z","mtu":1450}} 2018-10-26 10:25:10,498 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-bd02c41a-4994-4fb4-9ff6-faaf9a706915 2018-10-26 10:25:10,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=24cbbab4-740f-498f-a116-7c283925ae50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}013d02d6aa502dfb0595fec9481ac07cd78061e2" 2018-10-26 10:25:10,730 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 611 X-Openstack-Request-Id: req-53861e47-7607-4311-a229-65b60494395e Date: Fri, 26 Oct 2018 10:25: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-26T10:25:10Z","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","id":"24cbbab4-740f-498f-a116-7c283925ae50","name":"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net"}]} 2018-10-26 10:25:10,730 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=24cbbab4-740f-498f-a116-7c283925ae50 used request id req-53861e47-7607-4311-a229-65b60494395e 2018-10-26 10:25:10,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=24cbbab4-740f-498f-a116-7c283925ae50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}013d02d6aa502dfb0595fec9481ac07cd78061e2" 2018-10-26 10:25:10,915 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-939501db-6671-4474-8996-5c53e84089ec Date: Fri, 26 Oct 2018 10:25:10 GMT RESP BODY: {"subnets":[]} 2018-10-26 10:25:10,915 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=24cbbab4-740f-498f-a116-7c283925ae50 used request id req-939501db-6671-4474-8996-5c53e84089ec 2018-10-26 10:25:10,916 - neutron_utils - INFO - Creating subnet with name AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-subnet 2018-10-26 10:25:10,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}013d02d6aa502dfb0595fec9481ac07cd78061e2" -d '{"subnets": [{"ip_version": 4, "network_id": "24cbbab4-740f-498f-a116-7c283925ae50", "cidr": "10.55.1.0/24", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-subnet"}]}' 2018-10-26 10:25:11,739 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-3a111303-4776-45d4-b24d-8e59fd0d4f1b Date: Fri, 26 Oct 2018 10:25:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:11Z","dns_nameservers":[],"updated_at":"2018-10-26T10:25: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":"b8d5f8996acf44efb22ab4f9f27ba2a7","id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","subnetpool_id":null,"name":"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-subnet"}]} 2018-10-26 10:25:11,739 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-3a111303-4776-45d4-b24d-8e59fd0d4f1b 2018-10-26 10:25:11,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=24cbbab4-740f-498f-a116-7c283925ae50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}013d02d6aa502dfb0595fec9481ac07cd78061e2" 2018-10-26 10:25:12,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-9f0c1687-9ce9-4acf-8ce1-0e2dd183ce1d Date: Fri, 26 Oct 2018 10:25: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":["3562ac1b-71a5-45e0-9920-0468c40ef1eb"],"updated_at":"2018-10-26T10:25:11Z","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","id":"24cbbab4-740f-498f-a116-7c283925ae50","name":"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net"}]} 2018-10-26 10:25:12,169 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=24cbbab4-740f-498f-a116-7c283925ae50 used request id req-9f0c1687-9ce9-4acf-8ce1-0e2dd183ce1d 2018-10-26 10:25:12,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=24cbbab4-740f-498f-a116-7c283925ae50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}013d02d6aa502dfb0595fec9481ac07cd78061e2" 2018-10-26 10:25:12,376 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-fb001807-dc1a-45e4-834e-0d584e8b6b76 Date: Fri, 26 Oct 2018 10:25:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:11Z","dns_nameservers":[],"updated_at":"2018-10-26T10:25: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":"b8d5f8996acf44efb22ab4f9f27ba2a7","id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","subnetpool_id":null,"name":"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-subnet"}]} 2018-10-26 10:25:12,376 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=24cbbab4-740f-498f-a116-7c283925ae50 used request id req-fb001807-dc1a-45e4-834e-0d584e8b6b76 2018-10-26 10:25:12,377 - OpenStackNetwork - DEBUG - Network [24cbbab4-740f-498f-a116-7c283925ae50] created successfully 2018-10-26 10:25:12,377 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:25:12,378 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:25:12,758 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4be986aedd684ceab08bf1677286aa1c", "name": "AnsibleProvisioningTests-01511948-543e-403-proj-role"}], "expires_at": "2018-10-26T11:25:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "name": "AnsibleProvisioningTests-01511948-543e-403-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-01511948-543e-403-user", "id": "8c8466f4993f4c3785f5e3347fb2d2d9"}, "audit_ids": ["LYgE8m64TeCAl761RfpRQA"], "issued_at": "2018-10-26T10:25:12.000000Z"}} 2018-10-26 10:25:12,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95f103b52850e5b8f9d3a013779201039a8583df" 2018-10-26 10:25:12,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:25:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5b7447d-d36b-4364-9cdf-5272973c27ee Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:25:12,832 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f5b7447d-d36b-4364-9cdf-5272973c27ee 2018-10-26 10:25:12,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95f103b52850e5b8f9d3a013779201039a8583df" 2018-10-26 10:25:13,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-671b744b-725b-44f8-b1af-d2f5e378f025 Date: Fri, 26 Oct 2018 10:25:13 GMT RESP BODY: {"routers": []} 2018-10-26 10:25:13,041 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-router&admin_state_up=True used request id req-671b744b-725b-44f8-b1af-d2f5e378f025 2018-10-26 10:25:13,041 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:25:13,042 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:25:13,429 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4be986aedd684ceab08bf1677286aa1c", "name": "AnsibleProvisioningTests-01511948-543e-403-proj-role"}], "expires_at": "2018-10-26T11:25:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "name": "AnsibleProvisioningTests-01511948-543e-403-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-01511948-543e-403-user", "id": "8c8466f4993f4c3785f5e3347fb2d2d9"}, "audit_ids": ["8iEPTloDS3ShzfUVtxvtTA"], "issued_at": "2018-10-26T10:25:13.000000Z"}} 2018-10-26 10:25:13,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7dee046ca6ac07ea829c97c595b79db1a91cd9b" 2018-10-26 10:25:13,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:25:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb29b354-967f-4f9c-b01d-5b909c656a17 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:25:13,508 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-cb29b354-967f-4f9c-b01d-5b909c656a17 2018-10-26 10:25:13,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95f103b52850e5b8f9d3a013779201039a8583df" 2018-10-26 10:25:13,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-7a692a2c-a607-4643-8d1e-7b810da66a98 Date: Fri, 26 Oct 2018 10:25:13 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","mtu":1500}]} 2018-10-26 10:25:13,759 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-7a692a2c-a607-4643-8d1e-7b810da66a98 2018-10-26 10:25:13,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95f103b52850e5b8f9d3a013779201039a8583df" 2018-10-26 10:25:13,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-7206ee99-e921-423e-af18-3660e859049b Date: Fri, 26 Oct 2018 10:25:13 GMT RESP BODY: {"subnets":[]} 2018-10-26 10:25:13,948 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-7206ee99-e921-423e-af18-3660e859049b 2018-10-26 10:25:13,949 - neutron_utils - INFO - Creating router with name - AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-router 2018-10-26 10:25:13,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95f103b52850e5b8f9d3a013779201039a8583df" -d '{"router": {"external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693"}, "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-router", "admin_state_up": true}}' 2018-10-26 10:25:19,163 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-d2ccaaa5-904c-4dad-8b55-24bfc3313c71 Date: Fri, 26 Oct 2018 10:25:19 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "created_at": "2018-10-26T10:25:14Z", "admin_state_up": true, "updated_at": "2018-10-26T10:25:15Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "id": "0ace9cd1-2f8c-4729-9968-0efa613900e1", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-router"}} 2018-10-26 10:25:19,163 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-d2ccaaa5-904c-4dad-8b55-24bfc3313c71 2018-10-26 10:25:19,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=0ace9cd1-2f8c-4729-9968-0efa613900e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95f103b52850e5b8f9d3a013779201039a8583df" 2018-10-26 10:25:19,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-1cdf3894-3940-4d33-82ea-ae17ccee7e41 Date: Fri, 26 Oct 2018 10:25:19 GMT RESP BODY: {"ports":[]} 2018-10-26 10:25:19,383 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=0ace9cd1-2f8c-4729-9968-0efa613900e1 used request id req-1cdf3894-3940-4d33-82ea-ae17ccee7e41 2018-10-26 10:25:19,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95f103b52850e5b8f9d3a013779201039a8583df" 2018-10-26 10:25:19,642 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-38c42e0e-41eb-4dea-b2ab-9e610477aa45 Date: Fri, 26 Oct 2018 10:25: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":["3562ac1b-71a5-45e0-9920-0468c40ef1eb"],"updated_at":"2018-10-26T10:25:11Z","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","id":"24cbbab4-740f-498f-a116-7c283925ae50","name":"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net"}]} 2018-10-26 10:25:19,643 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net used request id req-38c42e0e-41eb-4dea-b2ab-9e610477aa45 2018-10-26 10:25:19,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:25:19,652 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:25: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:25:19,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/b8d5f8996acf44efb22ab4f9f27ba2a7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95f103b52850e5b8f9d3a013779201039a8583df" 2018-10-26 10:25:19,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:25:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5785c658-f1d5-4fc5-9989-9fce4cfe16e6 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b8d5f8996acf44efb22ab4f9f27ba2a7"}, "enabled": true, "id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-01511948-543e-403-proj"}} 2018-10-26 10:25:19,737 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/b8d5f8996acf44efb22ab4f9f27ba2a7 used request id req-5785c658-f1d5-4fc5-9989-9fce4cfe16e6 2018-10-26 10:25:19,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=24cbbab4-740f-498f-a116-7c283925ae50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95f103b52850e5b8f9d3a013779201039a8583df" 2018-10-26 10:25:19,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-3babd175-90a3-4c46-b135-66badb2a31c8 Date: Fri, 26 Oct 2018 10:25:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:11Z","dns_nameservers":[],"updated_at":"2018-10-26T10:25: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":"b8d5f8996acf44efb22ab4f9f27ba2a7","id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","subnetpool_id":null,"name":"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-subnet"}]} 2018-10-26 10:25:19,936 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=24cbbab4-740f-498f-a116-7c283925ae50 used request id req-3babd175-90a3-4c46-b135-66badb2a31c8 2018-10-26 10:25:19,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=24cbbab4-740f-498f-a116-7c283925ae50&name=AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95f103b52850e5b8f9d3a013779201039a8583df" 2018-10-26 10:25:19,998 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-93454e70-0a53-4baa-b662-03042931d815 Date: Fri, 26 Oct 2018 10:25:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:11Z","dns_nameservers":[],"updated_at":"2018-10-26T10:25: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":"b8d5f8996acf44efb22ab4f9f27ba2a7","id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","subnetpool_id":null,"name":"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-subnet"}]} 2018-10-26 10:25:19,998 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=24cbbab4-740f-498f-a116-7c283925ae50&name=AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-subnet used request id req-93454e70-0a53-4baa-b662-03042931d815 2018-10-26 10:25:19,999 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-10-26 10:25:19,999 - neutron_utils - INFO - Adding interface to router with name AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-router 2018-10-26 10:25:20,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/0ace9cd1-2f8c-4729-9968-0efa613900e1/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95f103b52850e5b8f9d3a013779201039a8583df" -d '{"subnet_id": "3562ac1b-71a5-45e0-9920-0468c40ef1eb"}' 2018-10-26 10:25:22,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-30c45f83-b5d7-4bd7-828b-d2c46b254f67 Date: Fri, 26 Oct 2018 10:25:22 GMT RESP BODY: {"network_id": "24cbbab4-740f-498f-a116-7c283925ae50", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "subnet_id": "3562ac1b-71a5-45e0-9920-0468c40ef1eb", "subnet_ids": ["3562ac1b-71a5-45e0-9920-0468c40ef1eb"], "port_id": "98ff8941-95c5-4005-974d-28dcf656879a", "id": "0ace9cd1-2f8c-4729-9968-0efa613900e1"} 2018-10-26 10:25:22,206 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/0ace9cd1-2f8c-4729-9968-0efa613900e1/add_router_interface used request id req-30c45f83-b5d7-4bd7-828b-d2c46b254f67 2018-10-26 10:25:22,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/0ace9cd1-2f8c-4729-9968-0efa613900e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95f103b52850e5b8f9d3a013779201039a8583df" 2018-10-26 10:25:22,427 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-85efaa71-ead5-49dc-9f00-42747b90e535 Date: Fri, 26 Oct 2018 10:25:22 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "created_at": "2018-10-26T10:25:14Z", "admin_state_up": true, "updated_at": "2018-10-26T10:25:21Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "id": "0ace9cd1-2f8c-4729-9968-0efa613900e1", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-router"}} 2018-10-26 10:25:22,428 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/0ace9cd1-2f8c-4729-9968-0efa613900e1 used request id req-85efaa71-ead5-49dc-9f00-42747b90e535 2018-10-26 10:25:22,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=0ace9cd1-2f8c-4729-9968-0efa613900e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95f103b52850e5b8f9d3a013779201039a8583df" 2018-10-26 10:25:22,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-e0fe168d-e376-4240-9fa3-813a25bd24ba Date: Fri, 26 Oct 2018 10:25:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:25:21Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","ip_address":"10.55.1.1"}],"id":"98ff8941-95c5-4005-974d-28dcf656879a","security_groups":[],"mac_address":"fa:16:3e:77:f4:95","project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:20Z","binding:vnic_type":"normal","device_id":"0ace9cd1-2f8c-4729-9968-0efa613900e1"}]} 2018-10-26 10:25:22,647 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=0ace9cd1-2f8c-4729-9968-0efa613900e1 used request id req-e0fe168d-e376-4240-9fa3-813a25bd24ba 2018-10-26 10:25:22,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/3562ac1b-71a5-45e0-9920-0468c40ef1eb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95f103b52850e5b8f9d3a013779201039a8583df" 2018-10-26 10:25:22,704 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 671 X-Openstack-Request-Id: req-3d4ad3ca-0645-4011-974a-4618a6c94384 Date: Fri, 26 Oct 2018 10:25:22 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:11Z","dns_nameservers":[],"updated_at":"2018-10-26T10:25: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":"b8d5f8996acf44efb22ab4f9f27ba2a7","id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","subnetpool_id":null,"name":"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-subnet"}} 2018-10-26 10:25:22,705 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/3562ac1b-71a5-45e0-9920-0468c40ef1eb used request id req-3d4ad3ca-0645-4011-974a-4618a6c94384 2018-10-26 10:25:22,705 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:25:22,706 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:25:23,094 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "212cca547cb247b09b4539301a54fdb3", "name": "Member"}, {"id": "4f75e021dfe74c9ab7a3aee778a72c84", "name": "heat_stack_owner"}], "expires_at": "2018-10-26T11:25:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "520bb063707641068ecd26c37a46f476", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/520bb063707641068ecd26c37a46f476", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "id": "657b190628da4860b5a177f1331535a7"}, "audit_ids": ["x0fNnY1VTWyECwrOmmwYEw"], "issued_at": "2018-10-26T10:25:23.000000Z"}} 2018-10-26 10:25:23,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d0fa74b8e5a7f55067312fae591670730da447f" 2018-10-26 10:25:23,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:25:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e995797a-e39e-4510-b70e-86b233891059 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:25:23,171 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e995797a-e39e-4510-b70e-86b233891059 2018-10-26 10:25:23,173 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:25:23,179 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d0fa74b8e5a7f55067312fae591670730da447f" 2018-10-26 10:25:23,357 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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 x-openstack-request-id: req-091d1a8b-facd-4cfd-b356-14e9c5d63d47 x-compute-request-id: req-091d1a8b-facd-4cfd-b356-14e9c5d63d47 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-26 10:25:23,357 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-091d1a8b-facd-4cfd-b356-14e9c5d63d47 2018-10-26 10:25:23,361 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d0fa74b8e5a7f55067312fae591670730da447f" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-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-26 10:25:23,417 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-2635d342-fafd-4cee-a251-855f78261f4f x-compute-request-id: req-2635d342-fafd-4cee-a251-855f78261f4f Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 10:25:23,417 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-2635d342-fafd-4cee-a251-855f78261f4f 2018-10-26 10:25:23,418 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:25:23,419 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:25:23,879 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4be986aedd684ceab08bf1677286aa1c", "name": "AnsibleProvisioningTests-01511948-543e-403-proj-role"}], "expires_at": "2018-10-26T11:25:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "name": "AnsibleProvisioningTests-01511948-543e-403-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-01511948-543e-403-user", "id": "8c8466f4993f4c3785f5e3347fb2d2d9"}, "audit_ids": ["9Hr621uhRNGzc-R5BeQU8g"], "issued_at": "2018-10-26T10:25:23.000000Z"}} 2018-10-26 10:25:23,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba03e7ce2d49e3243d020270bfe3c5e502594049" 2018-10-26 10:25:23,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:25:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a73c46ff-2b69-4dc8-a601-cfc5f8d41170 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:25:23,951 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a73c46ff-2b69-4dc8-a601-cfc5f8d41170 2018-10-26 10:25:23,952 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:25:23,958 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba03e7ce2d49e3243d020270bfe3c5e502594049" 2018-10-26 10:25:24,122 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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 x-openstack-request-id: req-edcdd1c0-f3e2-427d-9655-76163fd6bab8 x-compute-request-id: req-edcdd1c0-f3e2-427d-9655-76163fd6bab8 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-10-26 10:25:24,122 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-edcdd1c0-f3e2-427d-9655-76163fd6bab8 2018-10-26 10:25:24,123 - OpenStackKeypair - INFO - Creating keypair AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-kp... 2018-10-26 10:25:24,123 - OpenStackKeypair - INFO - Creating new keypair 2018-10-26 10:25:24,176 - nova_utils - INFO - Creating keypair with name - AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-kp 2018-10-26 10:25:24,178 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba03e7ce2d49e3243d020270bfe3c5e502594049" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCgUAhUHjo4ubUvjgsXh3Ts3NvCuBQ/JX9dvU/s1RiCHRs60Sixz0mtpvyqzdD61YtaZgVL33PTuPaekA/pOLQOL3qoMI+Y7ctTzpG7UoRiJhJSPrJv2RE24ileZ0LgE+5M37dPLYN0Csc1NpB9T6f99vv8xc09jjx5oE+dm2JrwQ==", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-kp"}}' 2018-10-26 10:25:24,250 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-4d306040-d4b4-4f6b-8825-991a9ecccdc2 x-compute-request-id: req-4d306040-d4b4-4f6b-8825-991a9ecccdc2 Content-Encoding: gzip Content-Length: 372 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCgUAhUHjo4ubUvjgsXh3Ts3NvCuBQ/JX9dvU/s1RiCHRs60Sixz0mtpvyqzdD61YtaZgVL33PTuPaekA/pOLQOL3qoMI+Y7ctTzpG7UoRiJhJSPrJv2RE24ileZ0LgE+5M37dPLYN0Csc1NpB9T6f99vv8xc09jjx5oE+dm2JrwQ==", "user_id": "8c8466f4993f4c3785f5e3347fb2d2d9", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-kp", "fingerprint": "b9:b6:ea:1a:54:4a:63:7d:04:05:ea:bf:92:6f:f0:52"}} 2018-10-26 10:25:24,250 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-4d306040-d4b4-4f6b-8825-991a9ecccdc2 2018-10-26 10:25:24,260 - file_utils - INFO - Saved public key to - tmp/AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7.pub 2018-10-26 10:25:24,261 - file_utils - INFO - Saved private key to - tmp/AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7 2018-10-26 10:25:24,261 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:25:24,261 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:25:24,650 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4be986aedd684ceab08bf1677286aa1c", "name": "AnsibleProvisioningTests-01511948-543e-403-proj-role"}], "expires_at": "2018-10-26T11:25:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "name": "AnsibleProvisioningTests-01511948-543e-403-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-01511948-543e-403-user", "id": "8c8466f4993f4c3785f5e3347fb2d2d9"}, "audit_ids": ["z44bm81lQdGKhnIeq_nSIA"], "issued_at": "2018-10-26T10:25:24.000000Z"}} 2018-10-26 10:25:24,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30bf3f95039a28ecd29ea62623d27eb571f3db7d" 2018-10-26 10:25:24,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:25:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25312c94-fd65-4ed0-ae67-c41aa8857bf3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:25:24,733 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-25312c94-fd65-4ed0-ae67-c41aa8857bf3 2018-10-26 10:25:24,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30bf3f95039a28ecd29ea62623d27eb571f3db7d" 2018-10-26 10:25:24,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-5349a623-4469-4ae7-9105-55695b398936 Date: Fri, 26 Oct 2018 10:25:24 GMT RESP BODY: {"security_groups": []} 2018-10-26 10:25:24,925 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-sec-grp used request id req-5349a623-4469-4ae7-9105-55695b398936 2018-10-26 10:25:24,925 - OpenStackSecurityGroup - INFO - Creating security group AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-sec-grp... 2018-10-26 10:25:24,926 - neutron_utils - INFO - Creating security group with name - AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-sec-grp 2018-10-26 10:25:24,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30bf3f95039a28ecd29ea62623d27eb571f3db7d" -d '{"security_group": {"name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-sec-grp"}}' 2018-10-26 10:25:25,261 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1401 X-Openstack-Request-Id: req-edbedf44-3da6-40a6-9bbf-9e442610ce47 Date: Fri, 26 Oct 2018 10:25:25 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "created_at": "2018-10-26T10:25:25Z", "updated_at": "2018-10-26T10:25:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:25:25Z", "revision_number": 0, "id": "5aa95a0c-70ae-43a5-9a77-b45686fadb45", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:25:25Z", "security_group_id": "5d98c1aa-bba0-4666-91d4-2ec80252421b", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8d5f8996acf44efb22ab4f9f27ba2a7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:25:25Z", "revision_number": 0, "id": "aca70a4e-2479-4c9d-b5a2-f0050929a2d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:25:25Z", "security_group_id": "5d98c1aa-bba0-4666-91d4-2ec80252421b", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8d5f8996acf44efb22ab4f9f27ba2a7"}], "revision_number": 2, "project_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "id": "5d98c1aa-bba0-4666-91d4-2ec80252421b", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-sec-grp"}} 2018-10-26 10:25:25,261 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-edbedf44-3da6-40a6-9bbf-9e442610ce47 2018-10-26 10:25:25,262 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5d98c1aa-bba0-4666-91d4-2ec80252421b 2018-10-26 10:25:25,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=5d98c1aa-bba0-4666-91d4-2ec80252421b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30bf3f95039a28ecd29ea62623d27eb571f3db7d" 2018-10-26 10:25:25,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-cc531795-e6cb-4157-a0c0-a48338d704fc Date: Fri, 26 Oct 2018 10:25: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-26T10:25:25Z", "security_group_id": "5d98c1aa-bba0-4666-91d4-2ec80252421b", "port_range_min": null, "revision_number": 0, "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "created_at": "2018-10-26T10:25:25Z", "project_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "id": "5aa95a0c-70ae-43a5-9a77-b45686fadb45"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:25:25Z", "security_group_id": "5d98c1aa-bba0-4666-91d4-2ec80252421b", "port_range_min": null, "revision_number": 0, "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "created_at": "2018-10-26T10:25:25Z", "project_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "id": "aca70a4e-2479-4c9d-b5a2-f0050929a2d5"}]} 2018-10-26 10:25:25,432 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=5d98c1aa-bba0-4666-91d4-2ec80252421b used request id req-cc531795-e6cb-4157-a0c0-a48338d704fc 2018-10-26 10:25:25,433 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5d98c1aa-bba0-4666-91d4-2ec80252421b 2018-10-26 10:25:25,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=5d98c1aa-bba0-4666-91d4-2ec80252421b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30bf3f95039a28ecd29ea62623d27eb571f3db7d" 2018-10-26 10:25:25,606 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b9d19e4f-56f8-4e09-8412-80b138665445 Date: Fri, 26 Oct 2018 10:25: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-26T10:25:25Z", "security_group_id": "5d98c1aa-bba0-4666-91d4-2ec80252421b", "port_range_min": null, "revision_number": 0, "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "created_at": "2018-10-26T10:25:25Z", "project_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "id": "5aa95a0c-70ae-43a5-9a77-b45686fadb45"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:25:25Z", "security_group_id": "5d98c1aa-bba0-4666-91d4-2ec80252421b", "port_range_min": null, "revision_number": 0, "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "created_at": "2018-10-26T10:25:25Z", "project_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "id": "aca70a4e-2479-4c9d-b5a2-f0050929a2d5"}]} 2018-10-26 10:25:25,606 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=5d98c1aa-bba0-4666-91d4-2ec80252421b used request id req-b9d19e4f-56f8-4e09-8412-80b138665445 2018-10-26 10:25:25,607 - neutron_utils - INFO - Retrieving security group with ID - 5d98c1aa-bba0-4666-91d4-2ec80252421b 2018-10-26 10:25:25,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=5d98c1aa-bba0-4666-91d4-2ec80252421b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30bf3f95039a28ecd29ea62623d27eb571f3db7d" 2018-10-26 10:25:25,697 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-f6d3a862-0ce2-439f-84f1-18aeb410034a Date: Fri, 26 Oct 2018 10:25:25 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "created_at": "2018-10-26T10:25:25Z", "updated_at": "2018-10-26T10:25:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:25:25Z", "revision_number": 0, "id": "5aa95a0c-70ae-43a5-9a77-b45686fadb45", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:25:25Z", "security_group_id": "5d98c1aa-bba0-4666-91d4-2ec80252421b", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8d5f8996acf44efb22ab4f9f27ba2a7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:25:25Z", "revision_number": 0, "id": "aca70a4e-2479-4c9d-b5a2-f0050929a2d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:25:25Z", "security_group_id": "5d98c1aa-bba0-4666-91d4-2ec80252421b", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8d5f8996acf44efb22ab4f9f27ba2a7"}], "revision_number": 2, "project_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "id": "5d98c1aa-bba0-4666-91d4-2ec80252421b", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-sec-grp"}]} 2018-10-26 10:25:25,697 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=5d98c1aa-bba0-4666-91d4-2ec80252421b used request id req-f6d3a862-0ce2-439f-84f1-18aeb410034a 2018-10-26 10:25:25,698 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5d98c1aa-bba0-4666-91d4-2ec80252421b 2018-10-26 10:25:25,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=5d98c1aa-bba0-4666-91d4-2ec80252421b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30bf3f95039a28ecd29ea62623d27eb571f3db7d" 2018-10-26 10:25:25,726 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-4c9fa0f3-9a63-4fd0-a646-3a43de526488 Date: Fri, 26 Oct 2018 10:25: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-26T10:25:25Z", "security_group_id": "5d98c1aa-bba0-4666-91d4-2ec80252421b", "port_range_min": null, "revision_number": 0, "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "created_at": "2018-10-26T10:25:25Z", "project_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "id": "5aa95a0c-70ae-43a5-9a77-b45686fadb45"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:25:25Z", "security_group_id": "5d98c1aa-bba0-4666-91d4-2ec80252421b", "port_range_min": null, "revision_number": 0, "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "created_at": "2018-10-26T10:25:25Z", "project_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "id": "aca70a4e-2479-4c9d-b5a2-f0050929a2d5"}]} 2018-10-26 10:25:25,727 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=5d98c1aa-bba0-4666-91d4-2ec80252421b used request id req-4c9fa0f3-9a63-4fd0-a646-3a43de526488 2018-10-26 10:25:25,727 - neutron_utils - INFO - Retrieving security group with ID - 5d98c1aa-bba0-4666-91d4-2ec80252421b 2018-10-26 10:25:25,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=5d98c1aa-bba0-4666-91d4-2ec80252421b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30bf3f95039a28ecd29ea62623d27eb571f3db7d" 2018-10-26 10:25:25,780 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-b3088d67-cf5d-420e-b46e-5742b3a3a622 Date: Fri, 26 Oct 2018 10:25:25 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "created_at": "2018-10-26T10:25:25Z", "updated_at": "2018-10-26T10:25:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:25:25Z", "revision_number": 0, "id": "5aa95a0c-70ae-43a5-9a77-b45686fadb45", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:25:25Z", "security_group_id": "5d98c1aa-bba0-4666-91d4-2ec80252421b", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8d5f8996acf44efb22ab4f9f27ba2a7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:25:25Z", "revision_number": 0, "id": "aca70a4e-2479-4c9d-b5a2-f0050929a2d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:25:25Z", "security_group_id": "5d98c1aa-bba0-4666-91d4-2ec80252421b", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8d5f8996acf44efb22ab4f9f27ba2a7"}], "revision_number": 2, "project_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "id": "5d98c1aa-bba0-4666-91d4-2ec80252421b", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-sec-grp"}]} 2018-10-26 10:25:25,780 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=5d98c1aa-bba0-4666-91d4-2ec80252421b used request id req-b3088d67-cf5d-420e-b46e-5742b3a3a622 2018-10-26 10:25:25,780 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5d98c1aa-bba0-4666-91d4-2ec80252421b 2018-10-26 10:25:25,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=5d98c1aa-bba0-4666-91d4-2ec80252421b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30bf3f95039a28ecd29ea62623d27eb571f3db7d" 2018-10-26 10:25:25,828 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-adbb6e30-bc14-4f69-b0ef-6cc792cdf06a Date: Fri, 26 Oct 2018 10:25: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-26T10:25:25Z", "security_group_id": "5d98c1aa-bba0-4666-91d4-2ec80252421b", "port_range_min": null, "revision_number": 0, "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "created_at": "2018-10-26T10:25:25Z", "project_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "id": "5aa95a0c-70ae-43a5-9a77-b45686fadb45"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:25:25Z", "security_group_id": "5d98c1aa-bba0-4666-91d4-2ec80252421b", "port_range_min": null, "revision_number": 0, "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "created_at": "2018-10-26T10:25:25Z", "project_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "id": "aca70a4e-2479-4c9d-b5a2-f0050929a2d5"}]} 2018-10-26 10:25:25,829 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=5d98c1aa-bba0-4666-91d4-2ec80252421b used request id req-adbb6e30-bc14-4f69-b0ef-6cc792cdf06a 2018-10-26 10:25:25,829 - neutron_utils - INFO - Creating security group to security group - AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-sec-grp 2018-10-26 10:25:25,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30bf3f95039a28ecd29ea62623d27eb571f3db7d" 2018-10-26 10:25:25,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-55f06781-202a-4c99-be87-50cfc3ccb9ba Date: Fri, 26 Oct 2018 10:25:25 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "created_at": "2018-10-26T10:25:25Z", "updated_at": "2018-10-26T10:25:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:25:25Z", "revision_number": 0, "id": "5aa95a0c-70ae-43a5-9a77-b45686fadb45", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:25:25Z", "security_group_id": "5d98c1aa-bba0-4666-91d4-2ec80252421b", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8d5f8996acf44efb22ab4f9f27ba2a7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:25:25Z", "revision_number": 0, "id": "aca70a4e-2479-4c9d-b5a2-f0050929a2d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:25:25Z", "security_group_id": "5d98c1aa-bba0-4666-91d4-2ec80252421b", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8d5f8996acf44efb22ab4f9f27ba2a7"}], "revision_number": 2, "project_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "id": "5d98c1aa-bba0-4666-91d4-2ec80252421b", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-sec-grp"}]} 2018-10-26 10:25:25,887 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-sec-grp used request id req-55f06781-202a-4c99-be87-50cfc3ccb9ba 2018-10-26 10:25:25,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:25:25,896 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:25: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:25:25,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/b8d5f8996acf44efb22ab4f9f27ba2a7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30bf3f95039a28ecd29ea62623d27eb571f3db7d" 2018-10-26 10:25:25,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:25:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a232def-3f94-4ae1-b2bc-e735544e6b08 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b8d5f8996acf44efb22ab4f9f27ba2a7"}, "enabled": true, "id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-01511948-543e-403-proj"}} 2018-10-26 10:25:25,974 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/b8d5f8996acf44efb22ab4f9f27ba2a7 used request id req-0a232def-3f94-4ae1-b2bc-e735544e6b08 2018-10-26 10:25:25,974 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5d98c1aa-bba0-4666-91d4-2ec80252421b 2018-10-26 10:25:25,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=5d98c1aa-bba0-4666-91d4-2ec80252421b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30bf3f95039a28ecd29ea62623d27eb571f3db7d" 2018-10-26 10:25:26,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-82fb9a39-bdcf-437d-9674-ed3e54871f89 Date: Fri, 26 Oct 2018 10:25: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-26T10:25:25Z", "security_group_id": "5d98c1aa-bba0-4666-91d4-2ec80252421b", "port_range_min": null, "revision_number": 0, "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "created_at": "2018-10-26T10:25:25Z", "project_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "id": "5aa95a0c-70ae-43a5-9a77-b45686fadb45"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:25:25Z", "security_group_id": "5d98c1aa-bba0-4666-91d4-2ec80252421b", "port_range_min": null, "revision_number": 0, "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "created_at": "2018-10-26T10:25:25Z", "project_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "id": "aca70a4e-2479-4c9d-b5a2-f0050929a2d5"}]} 2018-10-26 10:25:26,004 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=5d98c1aa-bba0-4666-91d4-2ec80252421b used request id req-82fb9a39-bdcf-437d-9674-ed3e54871f89 2018-10-26 10:25:26,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30bf3f95039a28ecd29ea62623d27eb571f3db7d" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "5d98c1aa-bba0-4666-91d4-2ec80252421b"}}' 2018-10-26 10:25:26,294 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-e0bd82b5-6e48-4de7-b095-92513cd0ba0c Date: Fri, 26 Oct 2018 10:25: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-26T10:25:26Z", "security_group_id": "5d98c1aa-bba0-4666-91d4-2ec80252421b", "port_range_min": null, "revision_number": 0, "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "created_at": "2018-10-26T10:25:26Z", "project_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "id": "5bc7696b-1904-4159-8a8e-acf56e3dab4e"}} 2018-10-26 10:25:26,294 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-e0bd82b5-6e48-4de7-b095-92513cd0ba0c 2018-10-26 10:25:26,294 - neutron_utils - INFO - Creating security group to security group - AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-sec-grp 2018-10-26 10:25:26,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30bf3f95039a28ecd29ea62623d27eb571f3db7d" 2018-10-26 10:25:26,644 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1902 X-Openstack-Request-Id: req-6eb936cb-a4ff-4a77-b064-570b1893525a Date: Fri, 26 Oct 2018 10:25:26 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "created_at": "2018-10-26T10:25:25Z", "updated_at": "2018-10-26T10:25:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:25:25Z", "revision_number": 0, "id": "5aa95a0c-70ae-43a5-9a77-b45686fadb45", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:25:25Z", "security_group_id": "5d98c1aa-bba0-4666-91d4-2ec80252421b", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8d5f8996acf44efb22ab4f9f27ba2a7"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:25:26Z", "revision_number": 0, "id": "5bc7696b-1904-4159-8a8e-acf56e3dab4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:25:26Z", "security_group_id": "5d98c1aa-bba0-4666-91d4-2ec80252421b", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8d5f8996acf44efb22ab4f9f27ba2a7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:25:25Z", "revision_number": 0, "id": "aca70a4e-2479-4c9d-b5a2-f0050929a2d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:25:25Z", "security_group_id": "5d98c1aa-bba0-4666-91d4-2ec80252421b", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8d5f8996acf44efb22ab4f9f27ba2a7"}], "revision_number": 3, "project_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "id": "5d98c1aa-bba0-4666-91d4-2ec80252421b", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-sec-grp"}]} 2018-10-26 10:25:26,645 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-sec-grp used request id req-6eb936cb-a4ff-4a77-b064-570b1893525a 2018-10-26 10:25:26,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/b8d5f8996acf44efb22ab4f9f27ba2a7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30bf3f95039a28ecd29ea62623d27eb571f3db7d" 2018-10-26 10:25:26,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:25:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8896161-5c0c-46b7-b318-e7abf57d25ee Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b8d5f8996acf44efb22ab4f9f27ba2a7"}, "enabled": true, "id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-01511948-543e-403-proj"}} 2018-10-26 10:25:26,729 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/b8d5f8996acf44efb22ab4f9f27ba2a7 used request id req-d8896161-5c0c-46b7-b318-e7abf57d25ee 2018-10-26 10:25:26,729 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5d98c1aa-bba0-4666-91d4-2ec80252421b 2018-10-26 10:25:26,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=5d98c1aa-bba0-4666-91d4-2ec80252421b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30bf3f95039a28ecd29ea62623d27eb571f3db7d" 2018-10-26 10:25:26,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-6ffaffd1-d465-4a7b-8235-d2bee7c3c12a Date: Fri, 26 Oct 2018 10:25: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-26T10:25:25Z", "security_group_id": "5d98c1aa-bba0-4666-91d4-2ec80252421b", "port_range_min": null, "revision_number": 0, "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "created_at": "2018-10-26T10:25:25Z", "project_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "id": "5aa95a0c-70ae-43a5-9a77-b45686fadb45"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:25:26Z", "security_group_id": "5d98c1aa-bba0-4666-91d4-2ec80252421b", "port_range_min": null, "revision_number": 0, "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "created_at": "2018-10-26T10:25:26Z", "project_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "id": "5bc7696b-1904-4159-8a8e-acf56e3dab4e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:25:25Z", "security_group_id": "5d98c1aa-bba0-4666-91d4-2ec80252421b", "port_range_min": null, "revision_number": 0, "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "created_at": "2018-10-26T10:25:25Z", "project_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "id": "aca70a4e-2479-4c9d-b5a2-f0050929a2d5"}]} 2018-10-26 10:25:26,761 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=5d98c1aa-bba0-4666-91d4-2ec80252421b used request id req-6ffaffd1-d465-4a7b-8235-d2bee7c3c12a 2018-10-26 10:25:26,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30bf3f95039a28ecd29ea62623d27eb571f3db7d" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "5d98c1aa-bba0-4666-91d4-2ec80252421b"}}' 2018-10-26 10:25:27,075 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-a8e04001-8d57-449c-90d8-9c0cb9f5bb1f Date: Fri, 26 Oct 2018 10:25: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-26T10:25:27Z", "security_group_id": "5d98c1aa-bba0-4666-91d4-2ec80252421b", "port_range_min": 22, "revision_number": 0, "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "created_at": "2018-10-26T10:25:27Z", "project_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "id": "a306f704-4022-4e18-8261-31b12f92be86"}} 2018-10-26 10:25:27,076 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-a8e04001-8d57-449c-90d8-9c0cb9f5bb1f 2018-10-26 10:25:27,076 - neutron_utils - INFO - Retrieving security group with ID - 5d98c1aa-bba0-4666-91d4-2ec80252421b 2018-10-26 10:25:27,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=5d98c1aa-bba0-4666-91d4-2ec80252421b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30bf3f95039a28ecd29ea62623d27eb571f3db7d" 2018-10-26 10:25:27,125 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2396 X-Openstack-Request-Id: req-1b87ee18-5f2e-4639-923a-e6c45c8ef1e3 Date: Fri, 26 Oct 2018 10:25:27 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "created_at": "2018-10-26T10:25:25Z", "updated_at": "2018-10-26T10:25:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:25:25Z", "revision_number": 0, "id": "5aa95a0c-70ae-43a5-9a77-b45686fadb45", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:25:25Z", "security_group_id": "5d98c1aa-bba0-4666-91d4-2ec80252421b", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8d5f8996acf44efb22ab4f9f27ba2a7"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:25:26Z", "revision_number": 0, "id": "5bc7696b-1904-4159-8a8e-acf56e3dab4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:25:26Z", "security_group_id": "5d98c1aa-bba0-4666-91d4-2ec80252421b", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8d5f8996acf44efb22ab4f9f27ba2a7"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-26T10:25:27Z", "revision_number": 0, "id": "a306f704-4022-4e18-8261-31b12f92be86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:25:27Z", "security_group_id": "5d98c1aa-bba0-4666-91d4-2ec80252421b", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b8d5f8996acf44efb22ab4f9f27ba2a7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:25:25Z", "revision_number": 0, "id": "aca70a4e-2479-4c9d-b5a2-f0050929a2d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:25:25Z", "security_group_id": "5d98c1aa-bba0-4666-91d4-2ec80252421b", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8d5f8996acf44efb22ab4f9f27ba2a7"}], "revision_number": 4, "project_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "id": "5d98c1aa-bba0-4666-91d4-2ec80252421b", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-sec-grp"}]} 2018-10-26 10:25:27,126 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=5d98c1aa-bba0-4666-91d4-2ec80252421b used request id req-1b87ee18-5f2e-4639-923a-e6c45c8ef1e3 2018-10-26 10:25:27,126 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5d98c1aa-bba0-4666-91d4-2ec80252421b 2018-10-26 10:25:27,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=5d98c1aa-bba0-4666-91d4-2ec80252421b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30bf3f95039a28ecd29ea62623d27eb571f3db7d" 2018-10-26 10:25:27,392 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-be05018a-72d8-488c-b900-0446a0544332 Date: Fri, 26 Oct 2018 10:25: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-26T10:25:25Z", "security_group_id": "5d98c1aa-bba0-4666-91d4-2ec80252421b", "port_range_min": null, "revision_number": 0, "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "created_at": "2018-10-26T10:25:25Z", "project_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "id": "5aa95a0c-70ae-43a5-9a77-b45686fadb45"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:25:26Z", "security_group_id": "5d98c1aa-bba0-4666-91d4-2ec80252421b", "port_range_min": null, "revision_number": 0, "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "created_at": "2018-10-26T10:25:26Z", "project_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "id": "5bc7696b-1904-4159-8a8e-acf56e3dab4e"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-26T10:25:27Z", "security_group_id": "5d98c1aa-bba0-4666-91d4-2ec80252421b", "port_range_min": 22, "revision_number": 0, "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "created_at": "2018-10-26T10:25:27Z", "project_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "id": "a306f704-4022-4e18-8261-31b12f92be86"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:25:25Z", "security_group_id": "5d98c1aa-bba0-4666-91d4-2ec80252421b", "port_range_min": null, "revision_number": 0, "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "created_at": "2018-10-26T10:25:25Z", "project_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "id": "aca70a4e-2479-4c9d-b5a2-f0050929a2d5"}]} 2018-10-26 10:25:27,392 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=5d98c1aa-bba0-4666-91d4-2ec80252421b used request id req-be05018a-72d8-488c-b900-0446a0544332 2018-10-26 10:25:27,393 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:25:27,394 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:25:27,770 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4be986aedd684ceab08bf1677286aa1c", "name": "AnsibleProvisioningTests-01511948-543e-403-proj-role"}], "expires_at": "2018-10-26T11:25:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "name": "AnsibleProvisioningTests-01511948-543e-403-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-01511948-543e-403-user", "id": "8c8466f4993f4c3785f5e3347fb2d2d9"}, "audit_ids": ["g3gUVAc8TbOHGfBsn1Cs1w"], "issued_at": "2018-10-26T10:25:27.000000Z"}} 2018-10-26 10:25:27,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:25:27,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:25:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f42422bd-7186-44b5-9d00-99157349272f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:25:27,848 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f42422bd-7186-44b5-9d00-99157349272f 2018-10-26 10:25:27,849 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-26 10:25:27,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:25:27,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:25:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b5ef125-f298-48aa-acbc-ee073f45953e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:25:27,931 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-4b5ef125-f298-48aa-acbc-ee073f45953e 2018-10-26 10:25:27,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:25:28,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-4539d817-7745-4b52-a3b8-5a353f79b9a1 Date: Fri, 26 Oct 2018 10:25: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":["3562ac1b-71a5-45e0-9920-0468c40ef1eb"],"updated_at":"2018-10-26T10:25:11Z","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","id":"24cbbab4-740f-498f-a116-7c283925ae50","name":"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net"}]} 2018-10-26 10:25:28,196 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net used request id req-4539d817-7745-4b52-a3b8-5a353f79b9a1 2018-10-26 10:25:28,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:25:28,206 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:25: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:25:28,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/b8d5f8996acf44efb22ab4f9f27ba2a7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:25:28,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:25:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ed926e4-33ef-499f-a06b-15637d9664d2 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b8d5f8996acf44efb22ab4f9f27ba2a7"}, "enabled": true, "id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-01511948-543e-403-proj"}} 2018-10-26 10:25:28,277 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/b8d5f8996acf44efb22ab4f9f27ba2a7 used request id req-8ed926e4-33ef-499f-a06b-15637d9664d2 2018-10-26 10:25:28,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=24cbbab4-740f-498f-a116-7c283925ae50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:25:28,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-28f682c3-11a1-4845-8c39-686fb9027d29 Date: Fri, 26 Oct 2018 10:25:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:11Z","dns_nameservers":[],"updated_at":"2018-10-26T10:25: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":"b8d5f8996acf44efb22ab4f9f27ba2a7","id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","subnetpool_id":null,"name":"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-subnet"}]} 2018-10-26 10:25:28,502 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=24cbbab4-740f-498f-a116-7c283925ae50 used request id req-28f682c3-11a1-4845-8c39-686fb9027d29 2018-10-26 10:25:28,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=24cbbab4-740f-498f-a116-7c283925ae50&name=AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:25:28,685 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c5da289b-0e37-4ea1-9417-11c9be61d3bc Date: Fri, 26 Oct 2018 10:25:28 GMT RESP BODY: {"ports":[]} 2018-10-26 10:25:28,685 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=24cbbab4-740f-498f-a116-7c283925ae50&name=AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-port-1&admin_state_up=True used request id req-c5da289b-0e37-4ea1-9417-11c9be61d3bc 2018-10-26 10:25:28,689 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:25:29,299 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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 x-openstack-request-id: req-bd13a10e-5cb5-40aa-b732-0824810fd9dd x-compute-request-id: req-bd13a10e-5cb5-40aa-b732-0824810fd9dd Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-26 10:25:29,299 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst used request id req-bd13a10e-5cb5-40aa-b732-0824810fd9dd 2018-10-26 10:25:29,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:25:29,691 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-401a107c-08e7-4b92-a348-06fd53a8b32e Date: Fri, 26 Oct 2018 10: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":["3562ac1b-71a5-45e0-9920-0468c40ef1eb"],"updated_at":"2018-10-26T10:25:11Z","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","id":"24cbbab4-740f-498f-a116-7c283925ae50","name":"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net"}]} 2018-10-26 10:25:29,691 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net used request id req-401a107c-08e7-4b92-a348-06fd53a8b32e 2018-10-26 10:25:29,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/b8d5f8996acf44efb22ab4f9f27ba2a7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:25:29,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:25:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1239e813-4cda-497a-9ab8-0767b523679e Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b8d5f8996acf44efb22ab4f9f27ba2a7"}, "enabled": true, "id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-01511948-543e-403-proj"}} 2018-10-26 10:25:29,783 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/b8d5f8996acf44efb22ab4f9f27ba2a7 used request id req-1239e813-4cda-497a-9ab8-0767b523679e 2018-10-26 10:25:29,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=24cbbab4-740f-498f-a116-7c283925ae50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:25:29,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-5eb61357-cfdb-4637-a09c-c74d9e68e0a0 Date: Fri, 26 Oct 2018 10:25:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:11Z","dns_nameservers":[],"updated_at":"2018-10-26T10:25: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":"b8d5f8996acf44efb22ab4f9f27ba2a7","id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","subnetpool_id":null,"name":"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-subnet"}]} 2018-10-26 10:25:29,990 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=24cbbab4-740f-498f-a116-7c283925ae50 used request id req-5eb61357-cfdb-4637-a09c-c74d9e68e0a0 2018-10-26 10:25:29,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=24cbbab4-740f-498f-a116-7c283925ae50&name=AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:25:30,174 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-b76ee992-22b9-4965-b86d-c8c1b348c5fe Date: Fri, 26 Oct 2018 10:25:30 GMT RESP BODY: {"ports":[]} 2018-10-26 10:25:30,174 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=24cbbab4-740f-498f-a116-7c283925ae50&name=AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-port-1&admin_state_up=True used request id req-b76ee992-22b9-4965-b86d-c8c1b348c5fe 2018-10-26 10:25:30,174 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-26 10:25:30,175 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:25:30,553 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4be986aedd684ceab08bf1677286aa1c", "name": "AnsibleProvisioningTests-01511948-543e-403-proj-role"}], "expires_at": "2018-10-26T11:25:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "name": "AnsibleProvisioningTests-01511948-543e-403-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/b8d5f8996acf44efb22ab4f9f27ba2a7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-01511948-543e-403-user", "id": "8c8466f4993f4c3785f5e3347fb2d2d9"}, "audit_ids": ["E3D3XJcfQKCRpB1-SXtacw"], "issued_at": "2018-10-26T10:25:30.000000Z"}} 2018-10-26 10:25:30,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cec50be0c825d5a0ea1afa84313eaf3b858415b4" 2018-10-26 10:25:30,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:25:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61042309-ca95-4c72-906e-d470597aae0f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:25:30,627 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-61042309-ca95-4c72-906e-d470597aae0f 2018-10-26 10:25:30,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:25:30,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-cb9ff08f-0af2-4d4b-ac78-1d35c37c369d Date: Fri, 26 Oct 2018 10:25: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":["3562ac1b-71a5-45e0-9920-0468c40ef1eb"],"updated_at":"2018-10-26T10:25:11Z","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","id":"24cbbab4-740f-498f-a116-7c283925ae50","name":"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net"}]} 2018-10-26 10:25:30,879 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net used request id req-cb9ff08f-0af2-4d4b-ac78-1d35c37c369d 2018-10-26 10:25:30,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=24cbbab4-740f-498f-a116-7c283925ae50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:25:30,959 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-7fac7f72-3a88-44a9-9966-460a6706ab5e Date: Fri, 26 Oct 2018 10:25:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:11Z","dns_nameservers":[],"updated_at":"2018-10-26T10:25: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":"b8d5f8996acf44efb22ab4f9f27ba2a7","id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","subnetpool_id":null,"name":"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-subnet"}]} 2018-10-26 10:25:30,959 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=24cbbab4-740f-498f-a116-7c283925ae50 used request id req-7fac7f72-3a88-44a9-9966-460a6706ab5e 2018-10-26 10:25:30,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:25:31,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-d266e207-4a06-4baa-a735-ef9310b5c966 Date: Fri, 26 Oct 2018 10:25: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":["3562ac1b-71a5-45e0-9920-0468c40ef1eb"],"updated_at":"2018-10-26T10:25:11Z","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","id":"24cbbab4-740f-498f-a116-7c283925ae50","name":"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net"}]} 2018-10-26 10:25:31,060 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net used request id req-d266e207-4a06-4baa-a735-ef9310b5c966 2018-10-26 10:25:31,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:25:31,069 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:25: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:25:31,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/b8d5f8996acf44efb22ab4f9f27ba2a7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cec50be0c825d5a0ea1afa84313eaf3b858415b4" 2018-10-26 10:25:31,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:25:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81c1a65a-2e48-4519-9ad5-6b25ab16cebe Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b8d5f8996acf44efb22ab4f9f27ba2a7"}, "enabled": true, "id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-01511948-543e-403-proj"}} 2018-10-26 10:25:31,151 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/b8d5f8996acf44efb22ab4f9f27ba2a7 used request id req-81c1a65a-2e48-4519-9ad5-6b25ab16cebe 2018-10-26 10:25:31,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=24cbbab4-740f-498f-a116-7c283925ae50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:25:31,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-39d53b1d-42c4-4f3a-988a-8f4c2c0cb526 Date: Fri, 26 Oct 2018 10:25:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:11Z","dns_nameservers":[],"updated_at":"2018-10-26T10:25: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":"b8d5f8996acf44efb22ab4f9f27ba2a7","id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","subnetpool_id":null,"name":"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-subnet"}]} 2018-10-26 10:25:31,210 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=24cbbab4-740f-498f-a116-7c283925ae50 used request id req-39d53b1d-42c4-4f3a-988a-8f4c2c0cb526 2018-10-26 10:25:31,211 - neutron_utils - INFO - Creating port for network with name - AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net 2018-10-26 10:25:31,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" -d '{"port": {"network_id": "24cbbab4-740f-498f-a116-7c283925ae50", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-port-1", "admin_state_up": true}}' 2018-10-26 10:25:32,306 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 781 X-Openstack-Request-Id: req-1291a537-2436-412b-bccd-021fbd094903 Date: Fri, 26 Oct 2018 10:25:32 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:25:31Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","ip_address":"10.55.1.7"}],"id":"b12cd2f3-3088-478b-b6fb-a867868389ea","security_groups":["88200bfe-1905-4fed-b2c7-5985ddf91dea"],"mac_address":"fa:16:3e:c6:56:64","device_id":"","status":"DOWN","description":"","tags":[],"name":"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-port-1","project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","qos_policy_id":null,"admin_state_up":true,"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:31Z","binding:vnic_type":"normal"}} 2018-10-26 10:25:32,306 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-1291a537-2436-412b-bccd-021fbd094903 2018-10-26 10:25:32,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:25:32,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-7e83de14-5784-4e7f-ad5f-d4605fdf2e29 Date: Fri, 26 Oct 2018 10:25: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":["3562ac1b-71a5-45e0-9920-0468c40ef1eb"],"updated_at":"2018-10-26T10:25:11Z","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","id":"24cbbab4-740f-498f-a116-7c283925ae50","name":"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net"}]} 2018-10-26 10:25:32,546 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net used request id req-7e83de14-5784-4e7f-ad5f-d4605fdf2e29 2018-10-26 10:25:32,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/b8d5f8996acf44efb22ab4f9f27ba2a7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:25:32,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:25:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47cb7b8f-d9ae-4a4c-a609-dc3f970f3a7a Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b8d5f8996acf44efb22ab4f9f27ba2a7"}, "enabled": true, "id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-01511948-543e-403-proj"}} 2018-10-26 10:25:32,626 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/b8d5f8996acf44efb22ab4f9f27ba2a7 used request id req-47cb7b8f-d9ae-4a4c-a609-dc3f970f3a7a 2018-10-26 10:25:32,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=24cbbab4-740f-498f-a116-7c283925ae50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:25:32,849 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-d2684c65-e4d6-4fc2-8072-b5fd6cb10ded Date: Fri, 26 Oct 2018 10:25:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:11Z","dns_nameservers":[],"updated_at":"2018-10-26T10:25: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":"b8d5f8996acf44efb22ab4f9f27ba2a7","id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","subnetpool_id":null,"name":"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-subnet"}]} 2018-10-26 10:25:32,849 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=24cbbab4-740f-498f-a116-7c283925ae50 used request id req-d2684c65-e4d6-4fc2-8072-b5fd6cb10ded 2018-10-26 10:25:32,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=24cbbab4-740f-498f-a116-7c283925ae50&name=AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:25:33,248 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 784 X-Openstack-Request-Id: req-d45a7185-6d71-403e-b835-8c6266a92863 Date: Fri, 26 Oct 2018 10:25:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:25:31Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","ip_address":"10.55.1.7"}],"id":"b12cd2f3-3088-478b-b6fb-a867868389ea","security_groups":["88200bfe-1905-4fed-b2c7-5985ddf91dea"],"mac_address":"fa:16:3e:c6:56:64","project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-port-1","admin_state_up":true,"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:31Z","binding:vnic_type":"normal","device_id":""}]} 2018-10-26 10:25:33,248 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=24cbbab4-740f-498f-a116-7c283925ae50&name=AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-port-1&admin_state_up=True used request id req-d45a7185-6d71-403e-b835-8c6266a92863 2018-10-26 10:25:33,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/b8d5f8996acf44efb22ab4f9f27ba2a7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:25:33,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:25:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-342de1a0-fda1-4ada-a682-5ed5eafebac4 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b8d5f8996acf44efb22ab4f9f27ba2a7"}, "enabled": true, "id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-01511948-543e-403-proj"}} 2018-10-26 10:25:33,333 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/b8d5f8996acf44efb22ab4f9f27ba2a7 used request id req-342de1a0-fda1-4ada-a682-5ed5eafebac4 2018-10-26 10:25:33,333 - nova_utils - INFO - Creating VM with name - AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst 2018-10-26 10:25:33,337 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:25:33,366 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-3a2a63ac-6ee2-4a79-883f-dcb6a98011b2 x-compute-request-id: req-3a2a63ac-6ee2-4a79-883f-dcb6a98011b2 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "rel": "bookmark"}], "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-flavor-name"}]} 2018-10-26 10:25:33,367 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-3a2a63ac-6ee2-4a79-883f-dcb6a98011b2 2018-10-26 10:25:33,370 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/ed88e58e-08c0-4aad-a8a3-55500adbfbe1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:25:33,392 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-8c03fb2e-d3bf-49c8-a2f5-57f701a1173e x-compute-request-id: req-8c03fb2e-d3bf-49c8-a2f5-57f701a1173e Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 10:25:33,392 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/ed88e58e-08c0-4aad-a8a3-55500adbfbe1 used request id req-8c03fb2e-d3bf-49c8-a2f5-57f701a1173e 2018-10-26 10:25:33,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7--image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:25:33,579 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1061 Content-Type: application/json X-Openstack-Request-Id: req-e30d3e8e-2fb9-4e1f-9be8-c2ce56d282de Date: Fri, 26 Oct 2018 10:25:33 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7--image", "tags": [], "container_format": "bare", "created_at": "2018-10-26T10:25:01Z", "size": 263586304, "disk_format": "qcow2", "updated_at": "2018-10-26T10:25:08Z", "visibility": "shared", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/32699058-af67-4528-8d80-f100749d95d2/snap", "metadata": {}}], "self": "/v2/images/32699058-af67-4528-8d80-f100749d95d2", "min_disk": 0, "protected": false, "id": "32699058-af67-4528-8d80-f100749d95d2", "file": "/v2/images/32699058-af67-4528-8d80-f100749d95d2/file", "checksum": "ee1167b7b8bf490b2f9a9885f2d7dcff", "owner": "b8d5f8996acf44efb22ab4f9f27ba2a7", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/32699058-af67-4528-8d80-f100749d95d2/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7--image"} 2018-10-26 10:25:33,579 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7--image used request id req-e30d3e8e-2fb9-4e1f-9be8-c2ce56d282de 2018-10-26 10:25:33,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:25:33,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-84f01ba2-634b-4a0b-a8b1-9c54e39294aa Date: Fri, 26 Oct 2018 10:25:33 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept 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-26 10:25:33,743 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-84f01ba2-634b-4a0b-a8b1-9c54e39294aa 2018-10-26 10:25:33,749 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" -d '{"server": {"name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst", "imageRef": "32699058-af67-4528-8d80-f100749d95d2", "key_name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-kp", "flavorRef": "ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "max_count": 1, "min_count": 1, "networks": [{"port": "b12cd2f3-3088-478b-b6fb-a867868389ea"}]}}' 2018-10-26 10:25:35,875 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10: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 x-openstack-request-id: req-5765cc02-f049-49d8-b8d5-6858b91f1b4c x-compute-request-id: req-5765cc02-f049-49d8-b8d5-6858b91f1b4c Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "34c709a6-df53-4fe0-a511-5896d2556a6e", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "bookmark"}], "adminPass": "hmYXsk4L2UfE"}} 2018-10-26 10:25:35,875 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-5765cc02-f049-49d8-b8d5-6858b91f1b4c 2018-10-26 10:25:35,879 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:25:36,620 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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,Accept-Encoding x-openstack-request-id: req-8b612633-6180-4962-8f05-1641caed6d01 x-compute-request-id: req-8b612633-6180-4962-8f05-1641caed6d01 Content-Encoding: gzip Content-Length: 616 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "bookmark"}], "image": {"id": "32699058-af67-4528-8d80-f100749d95d2", "links": [{"href": "http://172.30.9.21:8774/images/32699058-af67-4528-8d80-f100749d95d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "links": [{"href": "http://172.30.9.21:8774/flavors/ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "rel": "bookmark"}]}, "id": "34c709a6-df53-4fe0-a511-5896d2556a6e", "user_id": "8c8466f4993f4c3785f5e3347fb2d2d9", "OS-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-26T10:25:35Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-kp", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst", "created": "2018-10-26T10:25:35Z", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:25:36,620 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e used request id req-8b612633-6180-4962-8f05-1641caed6d01 2018-10-26 10:25:36,620 - create_instance - INFO - Created instance with name - AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst 2018-10-26 10:25:36,623 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:25:37,221 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-ce2f1917-a594-412a-b918-8e45b24034e0 x-compute-request-id: req-ce2f1917-a594-412a-b918-8e45b24034e0 Content-Encoding: gzip Content-Length: 619 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "bookmark"}], "image": {"id": "32699058-af67-4528-8d80-f100749d95d2", "links": [{"href": "http://172.30.9.21:8774/images/32699058-af67-4528-8d80-f100749d95d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "links": [{"href": "http://172.30.9.21:8774/flavors/ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "rel": "bookmark"}]}, "id": "34c709a6-df53-4fe0-a511-5896d2556a6e", "user_id": "8c8466f4993f4c3785f5e3347fb2d2d9", "OS-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-26T10:25:36Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-kp", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst", "created": "2018-10-26T10:25:35Z", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:25:37,222 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e used request id req-ce2f1917-a594-412a-b918-8e45b24034e0 2018-10-26 10:25:37,222 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst] is - BUILD 2018-10-26 10:25:37,222 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:25:40,225 - create_instance - DEBUG - VM status query timeout in 896.395094156 2018-10-26 10:25:40,229 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:25:40,691 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-5fa936ef-a181-4736-a409-0b3f9929fc10 x-compute-request-id: req-5fa936ef-a181-4736-a409-0b3f9929fc10 Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "bookmark"}], "image": {"id": "32699058-af67-4528-8d80-f100749d95d2", "links": [{"href": "http://172.30.9.21:8774/images/32699058-af67-4528-8d80-f100749d95d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "links": [{"href": "http://172.30.9.21:8774/flavors/ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "rel": "bookmark"}]}, "id": "34c709a6-df53-4fe0-a511-5896d2556a6e", "security_groups": [{"name": "default"}], "user_id": "8c8466f4993f4c3785f5e3347fb2d2d9", "OS-DCF: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-26T10:25:37Z", "hostId": "2c5d90d3ff8660e31b1932f21eae7e0478d151266110cfff09a1cfa9", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-kp", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst", "created": "2018-10-26T10:25:35Z", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:25:40,692 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e used request id req-5fa936ef-a181-4736-a409-0b3f9929fc10 2018-10-26 10:25:40,692 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst] is - BUILD 2018-10-26 10:25:40,692 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:25:43,694 - create_instance - DEBUG - VM status query timeout in 892.926697969 2018-10-26 10:25:43,697 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:25:44,299 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-8f7fb565-183d-47e7-84f3-e5350b731f68 x-compute-request-id: req-8f7fb565-183d-47e7-84f3-e5350b731f68 Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "bookmark"}], "image": {"id": "32699058-af67-4528-8d80-f100749d95d2", "links": [{"href": "http://172.30.9.21:8774/images/32699058-af67-4528-8d80-f100749d95d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "links": [{"href": "http://172.30.9.21:8774/flavors/ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "rel": "bookmark"}]}, "id": "34c709a6-df53-4fe0-a511-5896d2556a6e", "security_groups": [{"name": "default"}], "user_id": "8c8466f4993f4c3785f5e3347fb2d2d9", "OS-DCF: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-26T10:25:37Z", "hostId": "2c5d90d3ff8660e31b1932f21eae7e0478d151266110cfff09a1cfa9", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-kp", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst", "created": "2018-10-26T10:25:35Z", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:25:44,300 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e used request id req-8f7fb565-183d-47e7-84f3-e5350b731f68 2018-10-26 10:25:44,300 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst] is - BUILD 2018-10-26 10:25:44,300 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:25:47,303 - create_instance - DEBUG - VM status query timeout in 889.31709218 2018-10-26 10:25:47,307 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:25:47,786 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:25: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-16416a75-5c3f-4b23-9628-3ed6c4c3e158 x-compute-request-id: req-16416a75-5c3f-4b23-9628-3ed6c4c3e158 Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "bookmark"}], "image": {"id": "32699058-af67-4528-8d80-f100749d95d2", "links": [{"href": "http://172.30.9.21:8774/images/32699058-af67-4528-8d80-f100749d95d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "links": [{"href": "http://172.30.9.21:8774/flavors/ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "rel": "bookmark"}]}, "id": "34c709a6-df53-4fe0-a511-5896d2556a6e", "security_groups": [{"name": "default"}], "user_id": "8c8466f4993f4c3785f5e3347fb2d2d9", "OS-DCF: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-26T10:25:37Z", "hostId": "2c5d90d3ff8660e31b1932f21eae7e0478d151266110cfff09a1cfa9", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-kp", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst", "created": "2018-10-26T10:25:35Z", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:25:47,786 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e used request id req-16416a75-5c3f-4b23-9628-3ed6c4c3e158 2018-10-26 10:25:47,787 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst] is - BUILD 2018-10-26 10:25:47,787 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:25:50,790 - create_instance - DEBUG - VM status query timeout in 885.83059907 2018-10-26 10:25:50,793 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:25:51,313 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:25: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-2863826f-2609-4a6f-8dae-bf72fd62cd9d x-compute-request-id: req-2863826f-2609-4a6f-8dae-bf72fd62cd9d Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "bookmark"}], "image": {"id": "32699058-af67-4528-8d80-f100749d95d2", "links": [{"href": "http://172.30.9.21:8774/images/32699058-af67-4528-8d80-f100749d95d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "links": [{"href": "http://172.30.9.21:8774/flavors/ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "rel": "bookmark"}]}, "id": "34c709a6-df53-4fe0-a511-5896d2556a6e", "security_groups": [{"name": "default"}], "user_id": "8c8466f4993f4c3785f5e3347fb2d2d9", "OS-DCF: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-26T10:25:37Z", "hostId": "2c5d90d3ff8660e31b1932f21eae7e0478d151266110cfff09a1cfa9", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-kp", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst", "created": "2018-10-26T10:25:35Z", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:25:51,313 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e used request id req-2863826f-2609-4a6f-8dae-bf72fd62cd9d 2018-10-26 10:25:51,313 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst] is - BUILD 2018-10-26 10:25:51,314 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:25:54,317 - create_instance - DEBUG - VM status query timeout in 882.303663969 2018-10-26 10:25:54,320 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:25:55,184 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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,Accept-Encoding x-openstack-request-id: req-8951cc7a-e6c5-449f-a4f1-4f5bfbb4653d x-compute-request-id: req-8951cc7a-e6c5-449f-a4f1-4f5bfbb4653d Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "bookmark"}], "image": {"id": "32699058-af67-4528-8d80-f100749d95d2", "links": [{"href": "http://172.30.9.21:8774/images/32699058-af67-4528-8d80-f100749d95d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "links": [{"href": "http://172.30.9.21:8774/flavors/ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "rel": "bookmark"}]}, "id": "34c709a6-df53-4fe0-a511-5896d2556a6e", "security_groups": [{"name": "default"}], "user_id": "8c8466f4993f4c3785f5e3347fb2d2d9", "OS-DCF: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-26T10:25:37Z", "hostId": "2c5d90d3ff8660e31b1932f21eae7e0478d151266110cfff09a1cfa9", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-kp", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst", "created": "2018-10-26T10:25:35Z", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:25:55,184 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e used request id req-8951cc7a-e6c5-449f-a4f1-4f5bfbb4653d 2018-10-26 10:25:55,185 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst] is - BUILD 2018-10-26 10:25:55,185 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:25:58,188 - create_instance - DEBUG - VM status query timeout in 878.432240009 2018-10-26 10:25:58,192 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:25:58,382 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-83faa43d-ab44-41d9-bd98-7d2e8ebdbf0b x-compute-request-id: req-83faa43d-ab44-41d9-bd98-7d2e8ebdbf0b Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "bookmark"}], "image": {"id": "32699058-af67-4528-8d80-f100749d95d2", "links": [{"href": "http://172.30.9.21:8774/images/32699058-af67-4528-8d80-f100749d95d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "links": [{"href": "http://172.30.9.21:8774/flavors/ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "rel": "bookmark"}]}, "id": "34c709a6-df53-4fe0-a511-5896d2556a6e", "security_groups": [{"name": "default"}], "user_id": "8c8466f4993f4c3785f5e3347fb2d2d9", "OS-DCF: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-26T10:25:37Z", "hostId": "2c5d90d3ff8660e31b1932f21eae7e0478d151266110cfff09a1cfa9", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-kp", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst", "created": "2018-10-26T10:25:35Z", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:25:58,383 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e used request id req-83faa43d-ab44-41d9-bd98-7d2e8ebdbf0b 2018-10-26 10:25:58,383 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst] is - BUILD 2018-10-26 10:25:58,383 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:26:01,387 - create_instance - DEBUG - VM status query timeout in 875.233929157 2018-10-26 10:26:01,390 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:26:01,879 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-69a032df-1e64-412f-9a93-e2276f126843 x-compute-request-id: req-69a032df-1e64-412f-9a93-e2276f126843 Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "bookmark"}], "image": {"id": "32699058-af67-4528-8d80-f100749d95d2", "links": [{"href": "http://172.30.9.21:8774/images/32699058-af67-4528-8d80-f100749d95d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "links": [{"href": "http://172.30.9.21:8774/flavors/ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "rel": "bookmark"}]}, "id": "34c709a6-df53-4fe0-a511-5896d2556a6e", "security_groups": [{"name": "default"}], "user_id": "8c8466f4993f4c3785f5e3347fb2d2d9", "OS-DCF: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-26T10:25:37Z", "hostId": "2c5d90d3ff8660e31b1932f21eae7e0478d151266110cfff09a1cfa9", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-kp", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst", "created": "2018-10-26T10:25:35Z", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:26:01,879 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e used request id req-69a032df-1e64-412f-9a93-e2276f126843 2018-10-26 10:26:01,880 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst] is - BUILD 2018-10-26 10:26:01,880 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:26:04,883 - create_instance - DEBUG - VM status query timeout in 871.737229109 2018-10-26 10:26:04,887 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:26:05,416 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-8bad8ef8-c5e9-40f4-a8aa-4b63ec5cb03d x-compute-request-id: req-8bad8ef8-c5e9-40f4-a8aa-4b63ec5cb03d Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "bookmark"}], "image": {"id": "32699058-af67-4528-8d80-f100749d95d2", "links": [{"href": "http://172.30.9.21:8774/images/32699058-af67-4528-8d80-f100749d95d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "links": [{"href": "http://172.30.9.21:8774/flavors/ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "rel": "bookmark"}]}, "id": "34c709a6-df53-4fe0-a511-5896d2556a6e", "security_groups": [{"name": "default"}], "user_id": "8c8466f4993f4c3785f5e3347fb2d2d9", "OS-DCF: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-26T10:25:37Z", "hostId": "2c5d90d3ff8660e31b1932f21eae7e0478d151266110cfff09a1cfa9", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-kp", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst", "created": "2018-10-26T10:25:35Z", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:26:05,416 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e used request id req-8bad8ef8-c5e9-40f4-a8aa-4b63ec5cb03d 2018-10-26 10:26:05,416 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst] is - BUILD 2018-10-26 10:26:05,416 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:26:08,420 - create_instance - DEBUG - VM status query timeout in 868.200802088 2018-10-26 10:26:08,423 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:26:08,948 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:26: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-9e91da1c-5c6f-4888-891e-8d5b37d47452 x-compute-request-id: req-9e91da1c-5c6f-4888-891e-8d5b37d47452 Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "bookmark"}], "image": {"id": "32699058-af67-4528-8d80-f100749d95d2", "links": [{"href": "http://172.30.9.21:8774/images/32699058-af67-4528-8d80-f100749d95d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "links": [{"href": "http://172.30.9.21:8774/flavors/ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "rel": "bookmark"}]}, "id": "34c709a6-df53-4fe0-a511-5896d2556a6e", "security_groups": [{"name": "default"}], "user_id": "8c8466f4993f4c3785f5e3347fb2d2d9", "OS-DCF: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-26T10:25:37Z", "hostId": "2c5d90d3ff8660e31b1932f21eae7e0478d151266110cfff09a1cfa9", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-kp", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst", "created": "2018-10-26T10:25:35Z", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:26:08,948 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e used request id req-9e91da1c-5c6f-4888-891e-8d5b37d47452 2018-10-26 10:26:08,949 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst] is - BUILD 2018-10-26 10:26:08,949 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:26:11,952 - create_instance - DEBUG - VM status query timeout in 864.668416023 2018-10-26 10:26:11,956 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:26:12,745 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-8ac2f02a-d674-4ccb-be95-b16248a1226a x-compute-request-id: req-8ac2f02a-d674-4ccb-be95-b16248a1226a Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "bookmark"}], "image": {"id": "32699058-af67-4528-8d80-f100749d95d2", "links": [{"href": "http://172.30.9.21:8774/images/32699058-af67-4528-8d80-f100749d95d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "links": [{"href": "http://172.30.9.21:8774/flavors/ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "rel": "bookmark"}]}, "id": "34c709a6-df53-4fe0-a511-5896d2556a6e", "security_groups": [{"name": "default"}], "user_id": "8c8466f4993f4c3785f5e3347fb2d2d9", "OS-DCF: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-26T10:25:37Z", "hostId": "2c5d90d3ff8660e31b1932f21eae7e0478d151266110cfff09a1cfa9", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-kp", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst", "created": "2018-10-26T10:25:35Z", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:26:12,745 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e used request id req-8ac2f02a-d674-4ccb-be95-b16248a1226a 2018-10-26 10:26:12,745 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst] is - BUILD 2018-10-26 10:26:12,746 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:26:15,749 - create_instance - DEBUG - VM status query timeout in 860.871643066 2018-10-26 10:26:15,752 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:26:16,561 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:26: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-f2913d7a-a3eb-436d-87d8-254f4e823daf x-compute-request-id: req-f2913d7a-a3eb-436d-87d8-254f4e823daf Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "bookmark"}], "image": {"id": "32699058-af67-4528-8d80-f100749d95d2", "links": [{"href": "http://172.30.9.21:8774/images/32699058-af67-4528-8d80-f100749d95d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "links": [{"href": "http://172.30.9.21:8774/flavors/ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "rel": "bookmark"}]}, "id": "34c709a6-df53-4fe0-a511-5896d2556a6e", "security_groups": [{"name": "default"}], "user_id": "8c8466f4993f4c3785f5e3347fb2d2d9", "OS-DCF: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-26T10:25:37Z", "hostId": "2c5d90d3ff8660e31b1932f21eae7e0478d151266110cfff09a1cfa9", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-kp", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst", "created": "2018-10-26T10:25:35Z", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:26:16,561 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e used request id req-f2913d7a-a3eb-436d-87d8-254f4e823daf 2018-10-26 10:26:16,561 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst] is - BUILD 2018-10-26 10:26:16,562 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:26:19,565 - create_instance - DEBUG - VM status query timeout in 857.055694103 2018-10-26 10:26:19,568 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:26:20,259 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-20e17d77-8ebf-416b-8e0d-c14740b57ea2 x-compute-request-id: req-20e17d77-8ebf-416b-8e0d-c14740b57ea2 Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "bookmark"}], "image": {"id": "32699058-af67-4528-8d80-f100749d95d2", "links": [{"href": "http://172.30.9.21:8774/images/32699058-af67-4528-8d80-f100749d95d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "links": [{"href": "http://172.30.9.21:8774/flavors/ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "rel": "bookmark"}]}, "id": "34c709a6-df53-4fe0-a511-5896d2556a6e", "security_groups": [{"name": "default"}], "user_id": "8c8466f4993f4c3785f5e3347fb2d2d9", "OS-DCF: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-26T10:25:37Z", "hostId": "2c5d90d3ff8660e31b1932f21eae7e0478d151266110cfff09a1cfa9", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-kp", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst", "created": "2018-10-26T10:25:35Z", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:26:20,260 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e used request id req-20e17d77-8ebf-416b-8e0d-c14740b57ea2 2018-10-26 10:26:20,260 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst] is - BUILD 2018-10-26 10:26:20,260 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:26:23,263 - create_instance - DEBUG - VM status query timeout in 853.357048035 2018-10-26 10:26:23,266 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:26:23,587 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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,Accept-Encoding x-openstack-request-id: req-5cd6fc6f-f7bd-42dd-8030-5bb64a101590 x-compute-request-id: req-5cd6fc6f-f7bd-42dd-8030-5bb64a101590 Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "bookmark"}], "image": {"id": "32699058-af67-4528-8d80-f100749d95d2", "links": [{"href": "http://172.30.9.21:8774/images/32699058-af67-4528-8d80-f100749d95d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "links": [{"href": "http://172.30.9.21:8774/flavors/ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "rel": "bookmark"}]}, "id": "34c709a6-df53-4fe0-a511-5896d2556a6e", "security_groups": [{"name": "default"}], "user_id": "8c8466f4993f4c3785f5e3347fb2d2d9", "OS-DCF: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-26T10:25:37Z", "hostId": "2c5d90d3ff8660e31b1932f21eae7e0478d151266110cfff09a1cfa9", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-kp", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst", "created": "2018-10-26T10:25:35Z", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:26:23,587 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e used request id req-5cd6fc6f-f7bd-42dd-8030-5bb64a101590 2018-10-26 10:26:23,587 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst] is - BUILD 2018-10-26 10:26:23,587 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:26:26,591 - create_instance - DEBUG - VM status query timeout in 850.029806137 2018-10-26 10:26:26,594 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:26:27,274 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:26: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-f6a6e8c6-75d2-469d-9b7d-7f1a43339e93 x-compute-request-id: req-f6a6e8c6-75d2-469d-9b7d-7f1a43339e93 Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "bookmark"}], "image": {"id": "32699058-af67-4528-8d80-f100749d95d2", "links": [{"href": "http://172.30.9.21:8774/images/32699058-af67-4528-8d80-f100749d95d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "links": [{"href": "http://172.30.9.21:8774/flavors/ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "rel": "bookmark"}]}, "id": "34c709a6-df53-4fe0-a511-5896d2556a6e", "security_groups": [{"name": "default"}], "user_id": "8c8466f4993f4c3785f5e3347fb2d2d9", "OS-DCF: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-26T10:25:37Z", "hostId": "2c5d90d3ff8660e31b1932f21eae7e0478d151266110cfff09a1cfa9", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-kp", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst", "created": "2018-10-26T10:25:35Z", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:26:27,274 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e used request id req-f6a6e8c6-75d2-469d-9b7d-7f1a43339e93 2018-10-26 10:26:27,275 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst] is - BUILD 2018-10-26 10:26:27,275 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:26:30,278 - create_instance - DEBUG - VM status query timeout in 846.342187166 2018-10-26 10:26:30,281 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:26:31,153 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-88a22e4f-84fe-481f-a9c4-88811a3c3cba x-compute-request-id: req-88a22e4f-84fe-481f-a9c4-88811a3c3cba Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "bookmark"}], "image": {"id": "32699058-af67-4528-8d80-f100749d95d2", "links": [{"href": "http://172.30.9.21:8774/images/32699058-af67-4528-8d80-f100749d95d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "links": [{"href": "http://172.30.9.21:8774/flavors/ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "rel": "bookmark"}]}, "id": "34c709a6-df53-4fe0-a511-5896d2556a6e", "security_groups": [{"name": "default"}], "user_id": "8c8466f4993f4c3785f5e3347fb2d2d9", "OS-DCF: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-26T10:25:37Z", "hostId": "2c5d90d3ff8660e31b1932f21eae7e0478d151266110cfff09a1cfa9", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-kp", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst", "created": "2018-10-26T10:25:35Z", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:26:31,154 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e used request id req-88a22e4f-84fe-481f-a9c4-88811a3c3cba 2018-10-26 10:26:31,154 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst] is - BUILD 2018-10-26 10:26:31,154 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:26:34,157 - create_instance - DEBUG - VM status query timeout in 842.463160992 2018-10-26 10:26:34,160 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:26:34,651 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:26: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-c428eb70-cdff-4958-afe0-01d787dc56c1 x-compute-request-id: req-c428eb70-cdff-4958-afe0-01d787dc56c1 Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "bookmark"}], "image": {"id": "32699058-af67-4528-8d80-f100749d95d2", "links": [{"href": "http://172.30.9.21:8774/images/32699058-af67-4528-8d80-f100749d95d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "links": [{"href": "http://172.30.9.21:8774/flavors/ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "rel": "bookmark"}]}, "id": "34c709a6-df53-4fe0-a511-5896d2556a6e", "security_groups": [{"name": "default"}], "user_id": "8c8466f4993f4c3785f5e3347fb2d2d9", "OS-DCF: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-26T10:25:37Z", "hostId": "2c5d90d3ff8660e31b1932f21eae7e0478d151266110cfff09a1cfa9", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-kp", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst", "created": "2018-10-26T10:25:35Z", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:26:34,651 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e used request id req-c428eb70-cdff-4958-afe0-01d787dc56c1 2018-10-26 10:26:34,651 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst] is - BUILD 2018-10-26 10:26:34,651 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:26:37,655 - create_instance - DEBUG - VM status query timeout in 838.965877056 2018-10-26 10:26:37,658 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:26:38,133 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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,Accept-Encoding x-openstack-request-id: req-f21ff912-4123-4584-8013-5ba19be72ea0 x-compute-request-id: req-f21ff912-4123-4584-8013-5ba19be72ea0 Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "bookmark"}], "image": {"id": "32699058-af67-4528-8d80-f100749d95d2", "links": [{"href": "http://172.30.9.21:8774/images/32699058-af67-4528-8d80-f100749d95d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "links": [{"href": "http://172.30.9.21:8774/flavors/ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "rel": "bookmark"}]}, "id": "34c709a6-df53-4fe0-a511-5896d2556a6e", "security_groups": [{"name": "default"}], "user_id": "8c8466f4993f4c3785f5e3347fb2d2d9", "OS-DCF: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-26T10:25:37Z", "hostId": "2c5d90d3ff8660e31b1932f21eae7e0478d151266110cfff09a1cfa9", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-kp", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst", "created": "2018-10-26T10:25:35Z", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:26:38,134 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e used request id req-f21ff912-4123-4584-8013-5ba19be72ea0 2018-10-26 10:26:38,134 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst] is - BUILD 2018-10-26 10:26:38,134 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:26:41,137 - create_instance - DEBUG - VM status query timeout in 835.483034134 2018-10-26 10:26:41,140 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:26:41,829 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:26: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-f1a66ecc-9131-46ed-853b-bcdf94c4b6ed x-compute-request-id: req-f1a66ecc-9131-46ed-853b-bcdf94c4b6ed Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "bookmark"}], "image": {"id": "32699058-af67-4528-8d80-f100749d95d2", "links": [{"href": "http://172.30.9.21:8774/images/32699058-af67-4528-8d80-f100749d95d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "links": [{"href": "http://172.30.9.21:8774/flavors/ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "rel": "bookmark"}]}, "id": "34c709a6-df53-4fe0-a511-5896d2556a6e", "security_groups": [{"name": "default"}], "user_id": "8c8466f4993f4c3785f5e3347fb2d2d9", "OS-DCF: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-26T10:25:37Z", "hostId": "2c5d90d3ff8660e31b1932f21eae7e0478d151266110cfff09a1cfa9", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-kp", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst", "created": "2018-10-26T10:25:35Z", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:26:41,830 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e used request id req-f1a66ecc-9131-46ed-853b-bcdf94c4b6ed 2018-10-26 10:26:41,830 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst] is - BUILD 2018-10-26 10:26:41,830 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:26:44,834 - create_instance - DEBUG - VM status query timeout in 831.786985159 2018-10-26 10:26:44,837 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:26:45,513 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-07970f41-42d7-44c1-938b-adfe1aff9444 x-compute-request-id: req-07970f41-42d7-44c1-938b-adfe1aff9444 Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "bookmark"}], "image": {"id": "32699058-af67-4528-8d80-f100749d95d2", "links": [{"href": "http://172.30.9.21:8774/images/32699058-af67-4528-8d80-f100749d95d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "links": [{"href": "http://172.30.9.21:8774/flavors/ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "rel": "bookmark"}]}, "id": "34c709a6-df53-4fe0-a511-5896d2556a6e", "security_groups": [{"name": "default"}], "user_id": "8c8466f4993f4c3785f5e3347fb2d2d9", "OS-DCF: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-26T10:25:37Z", "hostId": "2c5d90d3ff8660e31b1932f21eae7e0478d151266110cfff09a1cfa9", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-kp", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst", "created": "2018-10-26T10:25:35Z", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:26:45,513 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e used request id req-07970f41-42d7-44c1-938b-adfe1aff9444 2018-10-26 10:26:45,514 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst] is - BUILD 2018-10-26 10:26:45,514 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:26:48,517 - create_instance - DEBUG - VM status query timeout in 828.103231192 2018-10-26 10:26:48,520 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:26:49,146 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-fa27e85a-84f4-4596-80cb-7ce2eca9176b x-compute-request-id: req-fa27e85a-84f4-4596-80cb-7ce2eca9176b Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "bookmark"}], "image": {"id": "32699058-af67-4528-8d80-f100749d95d2", "links": [{"href": "http://172.30.9.21:8774/images/32699058-af67-4528-8d80-f100749d95d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "links": [{"href": "http://172.30.9.21:8774/flavors/ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "rel": "bookmark"}]}, "id": "34c709a6-df53-4fe0-a511-5896d2556a6e", "security_groups": [{"name": "default"}], "user_id": "8c8466f4993f4c3785f5e3347fb2d2d9", "OS-DCF: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-26T10:25:37Z", "hostId": "2c5d90d3ff8660e31b1932f21eae7e0478d151266110cfff09a1cfa9", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-kp", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst", "created": "2018-10-26T10:25:35Z", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:26:49,146 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e used request id req-fa27e85a-84f4-4596-80cb-7ce2eca9176b 2018-10-26 10:26:49,147 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst] is - BUILD 2018-10-26 10:26:49,147 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:26:52,150 - create_instance - DEBUG - VM status query timeout in 824.470492125 2018-10-26 10:26:52,154 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:26:52,670 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-fd5e14ea-9b6e-4d61-90a6-e7d9173ea70a x-compute-request-id: req-fd5e14ea-9b6e-4d61-90a6-e7d9173ea70a Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "bookmark"}], "image": {"id": "32699058-af67-4528-8d80-f100749d95d2", "links": [{"href": "http://172.30.9.21:8774/images/32699058-af67-4528-8d80-f100749d95d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "links": [{"href": "http://172.30.9.21:8774/flavors/ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "rel": "bookmark"}]}, "id": "34c709a6-df53-4fe0-a511-5896d2556a6e", "security_groups": [{"name": "default"}], "user_id": "8c8466f4993f4c3785f5e3347fb2d2d9", "OS-DCF: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-26T10:25:37Z", "hostId": "2c5d90d3ff8660e31b1932f21eae7e0478d151266110cfff09a1cfa9", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-kp", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst", "created": "2018-10-26T10:25:35Z", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:26:52,670 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e used request id req-fd5e14ea-9b6e-4d61-90a6-e7d9173ea70a 2018-10-26 10:26:52,670 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst] is - BUILD 2018-10-26 10:26:52,670 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:26:55,674 - create_instance - DEBUG - VM status query timeout in 820.946846008 2018-10-26 10:26:55,677 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:26:56,324 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-be243f7d-baf8-4bdb-9df9-51741d601cb4 x-compute-request-id: req-be243f7d-baf8-4bdb-9df9-51741d601cb4 Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "bookmark"}], "image": {"id": "32699058-af67-4528-8d80-f100749d95d2", "links": [{"href": "http://172.30.9.21:8774/images/32699058-af67-4528-8d80-f100749d95d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "links": [{"href": "http://172.30.9.21:8774/flavors/ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "rel": "bookmark"}]}, "id": "34c709a6-df53-4fe0-a511-5896d2556a6e", "security_groups": [{"name": "default"}], "user_id": "8c8466f4993f4c3785f5e3347fb2d2d9", "OS-DCF: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-26T10:25:37Z", "hostId": "2c5d90d3ff8660e31b1932f21eae7e0478d151266110cfff09a1cfa9", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-kp", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst", "created": "2018-10-26T10:25:35Z", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:26:56,324 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e used request id req-be243f7d-baf8-4bdb-9df9-51741d601cb4 2018-10-26 10:26:56,325 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst] is - BUILD 2018-10-26 10:26:56,325 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:26:59,328 - create_instance - DEBUG - VM status query timeout in 817.292433977 2018-10-26 10:26:59,331 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:26:59,780 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:26: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-951a0184-05e3-4c88-a841-e824ce17845b x-compute-request-id: req-951a0184-05e3-4c88-a841-e824ce17845b Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "bookmark"}], "image": {"id": "32699058-af67-4528-8d80-f100749d95d2", "links": [{"href": "http://172.30.9.21:8774/images/32699058-af67-4528-8d80-f100749d95d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "links": [{"href": "http://172.30.9.21:8774/flavors/ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "rel": "bookmark"}]}, "id": "34c709a6-df53-4fe0-a511-5896d2556a6e", "security_groups": [{"name": "default"}], "user_id": "8c8466f4993f4c3785f5e3347fb2d2d9", "OS-DCF: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-26T10:25:37Z", "hostId": "2c5d90d3ff8660e31b1932f21eae7e0478d151266110cfff09a1cfa9", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-kp", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst", "created": "2018-10-26T10:25:35Z", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:26:59,780 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e used request id req-951a0184-05e3-4c88-a841-e824ce17845b 2018-10-26 10:26:59,780 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst] is - BUILD 2018-10-26 10:26:59,780 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:27:02,784 - create_instance - DEBUG - VM status query timeout in 813.8368752 2018-10-26 10:27:02,787 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:03,665 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:27: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-72023402-c5c9-4d49-ad99-bf84199871ab x-compute-request-id: req-72023402-c5c9-4d49-ad99-bf84199871ab Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "bookmark"}], "image": {"id": "32699058-af67-4528-8d80-f100749d95d2", "links": [{"href": "http://172.30.9.21:8774/images/32699058-af67-4528-8d80-f100749d95d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "links": [{"href": "http://172.30.9.21:8774/flavors/ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "rel": "bookmark"}]}, "id": "34c709a6-df53-4fe0-a511-5896d2556a6e", "security_groups": [{"name": "default"}], "user_id": "8c8466f4993f4c3785f5e3347fb2d2d9", "OS-DCF: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-26T10:25:37Z", "hostId": "2c5d90d3ff8660e31b1932f21eae7e0478d151266110cfff09a1cfa9", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-kp", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst", "created": "2018-10-26T10:25:35Z", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:27:03,665 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e used request id req-72023402-c5c9-4d49-ad99-bf84199871ab 2018-10-26 10:27:03,665 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst] is - BUILD 2018-10-26 10:27:03,665 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:27:06,668 - create_instance - DEBUG - VM status query timeout in 809.952195168 2018-10-26 10:27:06,671 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:07,687 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:27: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-13f888f0-ba92-4931-b70c-132138e2c937 x-compute-request-id: req-13f888f0-ba92-4931-b70c-132138e2c937 Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "bookmark"}], "image": {"id": "32699058-af67-4528-8d80-f100749d95d2", "links": [{"href": "http://172.30.9.21:8774/images/32699058-af67-4528-8d80-f100749d95d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "links": [{"href": "http://172.30.9.21:8774/flavors/ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "rel": "bookmark"}]}, "id": "34c709a6-df53-4fe0-a511-5896d2556a6e", "security_groups": [{"name": "default"}], "user_id": "8c8466f4993f4c3785f5e3347fb2d2d9", "OS-DCF: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-26T10:25:37Z", "hostId": "2c5d90d3ff8660e31b1932f21eae7e0478d151266110cfff09a1cfa9", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-kp", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst", "created": "2018-10-26T10:25:35Z", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:27:07,688 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e used request id req-13f888f0-ba92-4931-b70c-132138e2c937 2018-10-26 10:27:07,688 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst] is - BUILD 2018-10-26 10:27:07,688 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:27:10,689 - create_instance - DEBUG - VM status query timeout in 805.931708097 2018-10-26 10:27:10,692 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:11,689 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:27: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-b1ae073e-5b9a-4d61-b5f3-c8662885af0e x-compute-request-id: req-b1ae073e-5b9a-4d61-b5f3-c8662885af0e Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "bookmark"}], "image": {"id": "32699058-af67-4528-8d80-f100749d95d2", "links": [{"href": "http://172.30.9.21:8774/images/32699058-af67-4528-8d80-f100749d95d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "links": [{"href": "http://172.30.9.21:8774/flavors/ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "rel": "bookmark"}]}, "id": "34c709a6-df53-4fe0-a511-5896d2556a6e", "security_groups": [{"name": "default"}], "user_id": "8c8466f4993f4c3785f5e3347fb2d2d9", "OS-DCF: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-26T10:25:37Z", "hostId": "2c5d90d3ff8660e31b1932f21eae7e0478d151266110cfff09a1cfa9", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-kp", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst", "created": "2018-10-26T10:25:35Z", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:27:11,690 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e used request id req-b1ae073e-5b9a-4d61-b5f3-c8662885af0e 2018-10-26 10:27:11,690 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst] is - BUILD 2018-10-26 10:27:11,690 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:27:14,691 - create_instance - DEBUG - VM status query timeout in 801.929377079 2018-10-26 10:27:14,694 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:15,170 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:27: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-2108afb0-8408-415d-ba73-ff1476c71dac x-compute-request-id: req-2108afb0-8408-415d-ba73-ff1476c71dac Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "bookmark"}], "image": {"id": "32699058-af67-4528-8d80-f100749d95d2", "links": [{"href": "http://172.30.9.21:8774/images/32699058-af67-4528-8d80-f100749d95d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "links": [{"href": "http://172.30.9.21:8774/flavors/ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "rel": "bookmark"}]}, "id": "34c709a6-df53-4fe0-a511-5896d2556a6e", "security_groups": [{"name": "default"}], "user_id": "8c8466f4993f4c3785f5e3347fb2d2d9", "OS-DCF: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-26T10:25:37Z", "hostId": "2c5d90d3ff8660e31b1932f21eae7e0478d151266110cfff09a1cfa9", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-kp", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst", "created": "2018-10-26T10:25:35Z", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:27:15,170 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e used request id req-2108afb0-8408-415d-ba73-ff1476c71dac 2018-10-26 10:27:15,171 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst] is - BUILD 2018-10-26 10:27:15,171 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:27:18,174 - create_instance - DEBUG - VM status query timeout in 798.446644068 2018-10-26 10:27:18,177 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:18,647 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:27:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5081efe1-ac6c-4344-aa11-cebb9359c1ae x-compute-request-id: req-5081efe1-ac6c-4344-aa11-cebb9359c1ae Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "bookmark"}], "image": {"id": "32699058-af67-4528-8d80-f100749d95d2", "links": [{"href": "http://172.30.9.21:8774/images/32699058-af67-4528-8d80-f100749d95d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "links": [{"href": "http://172.30.9.21:8774/flavors/ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "rel": "bookmark"}]}, "id": "34c709a6-df53-4fe0-a511-5896d2556a6e", "security_groups": [{"name": "default"}], "user_id": "8c8466f4993f4c3785f5e3347fb2d2d9", "OS-DCF: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-26T10:25:37Z", "hostId": "2c5d90d3ff8660e31b1932f21eae7e0478d151266110cfff09a1cfa9", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-kp", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst", "created": "2018-10-26T10:25:35Z", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:27:18,648 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e used request id req-5081efe1-ac6c-4344-aa11-cebb9359c1ae 2018-10-26 10:27:18,648 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst] is - BUILD 2018-10-26 10:27:18,648 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:27:21,650 - create_instance - DEBUG - VM status query timeout in 794.970993042 2018-10-26 10:27:21,653 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:22,394 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:27:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2ccad0cc-90cb-4368-bbcd-9ba14549039a x-compute-request-id: req-2ccad0cc-90cb-4368-bbcd-9ba14549039a Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:56:64", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "bookmark"}], "image": {"id": "32699058-af67-4528-8d80-f100749d95d2", "links": [{"href": "http://172.30.9.21:8774/images/32699058-af67-4528-8d80-f100749d95d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:27:21.000000", "flavor": {"id": "ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "links": [{"href": "http://172.30.9.21:8774/flavors/ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "rel": "bookmark"}]}, "id": "34c709a6-df53-4fe0-a511-5896d2556a6e", "security_groups": [{"name": "default"}], "user_id": "8c8466f4993f4c3785f5e3347fb2d2d9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:27:21Z", "hostId": "2c5d90d3ff8660e31b1932f21eae7e0478d151266110cfff09a1cfa9", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-kp", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst", "created": "2018-10-26T10:25:35Z", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:27:22,395 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e used request id req-2ccad0cc-90cb-4368-bbcd-9ba14549039a 2018-10-26 10:27:22,395 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst] is - ACTIVE 2018-10-26 10:27:22,395 - create_instance - INFO - VM is - ACTIVE 2018-10-26 10:27:22,398 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:23,254 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:27: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-4d4acf2b-6ac7-4488-a4e2-7ebee312e75f x-compute-request-id: req-4d4acf2b-6ac7-4488-a4e2-7ebee312e75f Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:56:64", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "bookmark"}], "image": {"id": "32699058-af67-4528-8d80-f100749d95d2", "links": [{"href": "http://172.30.9.21:8774/images/32699058-af67-4528-8d80-f100749d95d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:27:21.000000", "flavor": {"id": "ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "links": [{"href": "http://172.30.9.21:8774/flavors/ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "rel": "bookmark"}]}, "id": "34c709a6-df53-4fe0-a511-5896d2556a6e", "security_groups": [{"name": "default"}], "user_id": "8c8466f4993f4c3785f5e3347fb2d2d9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:27:21Z", "hostId": "2c5d90d3ff8660e31b1932f21eae7e0478d151266110cfff09a1cfa9", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-kp", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst", "created": "2018-10-26T10:25:35Z", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:27:23,254 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e used request id req-4d4acf2b-6ac7-4488-a4e2-7ebee312e75f 2018-10-26 10:27:23,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:23,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-82e0eca7-a22c-467d-8584-9d7cfac87581 Date: Fri, 26 Oct 2018 10:27: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":["3562ac1b-71a5-45e0-9920-0468c40ef1eb"],"updated_at":"2018-10-26T10:25:11Z","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","id":"24cbbab4-740f-498f-a116-7c283925ae50","name":"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net"}]} 2018-10-26 10:27:23,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net used request id req-82e0eca7-a22c-467d-8584-9d7cfac87581 2018-10-26 10:27:23,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/b8d5f8996acf44efb22ab4f9f27ba2a7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:23,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:27:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6afed121-4c0c-4830-bc6a-ac7a06504fd7 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b8d5f8996acf44efb22ab4f9f27ba2a7"}, "enabled": true, "id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-01511948-543e-403-proj"}} 2018-10-26 10:27:23,581 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/b8d5f8996acf44efb22ab4f9f27ba2a7 used request id req-6afed121-4c0c-4830-bc6a-ac7a06504fd7 2018-10-26 10:27:23,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=24cbbab4-740f-498f-a116-7c283925ae50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:23,640 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-52326738-ea31-4e37-a9e9-a97e7ed8303c Date: Fri, 26 Oct 2018 10:27:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:11Z","dns_nameservers":[],"updated_at":"2018-10-26T10:25: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":"b8d5f8996acf44efb22ab4f9f27ba2a7","id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","subnetpool_id":null,"name":"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-subnet"}]} 2018-10-26 10:27:23,640 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=24cbbab4-740f-498f-a116-7c283925ae50 used request id req-52326738-ea31-4e37-a9e9-a97e7ed8303c 2018-10-26 10:27:23,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=24cbbab4-740f-498f-a116-7c283925ae50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:23,763 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3855 X-Openstack-Request-Id: req-cdb00a27-773d-4a67-a448-72209ab64880 Date: Fri, 26 Oct 2018 10:27:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:25:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","ip_address":"10.55.1.2"}],"id":"540d5b46-690e-4a9c-9816-5a1b4a5b24fc","security_groups":[],"mac_address":"fa:16:3e:8d:5f:c2","project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:11Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-24cbbab4-740f-498f-a116-7c283925ae50"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:25:34Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","ip_address":"10.55.1.1"}],"id":"98ff8941-95c5-4005-974d-28dcf656879a","security_groups":[],"mac_address":"fa:16:3e:77:f4:95","project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:20Z","binding:vnic_type":"normal","device_id":"0ace9cd1-2f8c-4729-9968-0efa613900e1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:25:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","ip_address":"10.55.1.3"}],"id":"9f9b89f3-3137-4068-a9a1-f9e3b05a3f48","security_groups":[],"mac_address":"fa:16:3e:d1:da:ba","project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:12Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-24cbbab4-740f-498f-a116-7c283925ae50"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:25:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","ip_address":"10.55.1.4"}],"id":"aeb3fa9e-cdb3-414a-9f8e-eebd9c6426e6","security_groups":[],"mac_address":"fa:16:3e:66:fb:81","project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:13Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-24cbbab4-740f-498f-a116-7c283925ae50"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:27:21Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","ip_address":"10.55.1.7"}],"id":"b12cd2f3-3088-478b-b6fb-a867868389ea","security_groups":["88200bfe-1905-4fed-b2c7-5985ddf91dea"],"mac_address":"fa:16:3e:c6:56:64","project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-port-1","admin_state_up":true,"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:31Z","binding:vnic_type":"normal","device_id":"34c709a6-df53-4fe0-a511-5896d2556a6e"}]} 2018-10-26 10:27:23,763 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=24cbbab4-740f-498f-a116-7c283925ae50 used request id req-cdb00a27-773d-4a67-a448-72209ab64880 2018-10-26 10:27:23,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:23,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-7309a655-a8d7-44df-9022-43a7085ad89d Date: Fri, 26 Oct 2018 10:27:23 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "created_at": "2018-10-26T10:25:14Z", "admin_state_up": true, "updated_at": "2018-10-26T10:25:21Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "id": "0ace9cd1-2f8c-4729-9968-0efa613900e1", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-router"}]} 2018-10-26 10:27:23,840 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-router used request id req-7309a655-a8d7-44df-9022-43a7085ad89d 2018-10-26 10:27:23,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/b8d5f8996acf44efb22ab4f9f27ba2a7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:23,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:27:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01e1d287-4443-4ad9-aa09-9e88d20fb2cc Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b8d5f8996acf44efb22ab4f9f27ba2a7"}, "enabled": true, "id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-01511948-543e-403-proj"}} 2018-10-26 10:27:23,917 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/b8d5f8996acf44efb22ab4f9f27ba2a7 used request id req-01e1d287-4443-4ad9-aa09-9e88d20fb2cc 2018-10-26 10:27:23,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=0ace9cd1-2f8c-4729-9968-0efa613900e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:23,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-c5349807-2972-4259-af91-54955b11cb4b Date: Fri, 26 Oct 2018 10:27:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:25:34Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","ip_address":"10.55.1.1"}],"id":"98ff8941-95c5-4005-974d-28dcf656879a","security_groups":[],"mac_address":"fa:16:3e:77:f4:95","project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:20Z","binding:vnic_type":"normal","device_id":"0ace9cd1-2f8c-4729-9968-0efa613900e1"}]} 2018-10-26 10:27:23,981 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=0ace9cd1-2f8c-4729-9968-0efa613900e1 used request id req-c5349807-2972-4259-af91-54955b11cb4b 2018-10-26 10:27:23,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/3562ac1b-71a5-45e0-9920-0468c40ef1eb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:24,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 671 X-Openstack-Request-Id: req-5691821a-2dd2-4694-917a-c7da4b2c3ece Date: Fri, 26 Oct 2018 10:27:24 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:11Z","dns_nameservers":[],"updated_at":"2018-10-26T10:25: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":"b8d5f8996acf44efb22ab4f9f27ba2a7","id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","subnetpool_id":null,"name":"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-subnet"}} 2018-10-26 10:27:24,040 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/3562ac1b-71a5-45e0-9920-0468c40ef1eb used request id req-5691821a-2dd2-4694-917a-c7da4b2c3ece 2018-10-26 10:27:24,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:24,147 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-d8d90ac2-aa7b-47e9-b456-1cb4a45af748 Date: Fri, 26 Oct 2018 10:27:24 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","mtu":1500}]} 2018-10-26 10:27:24,147 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-d8d90ac2-aa7b-47e9-b456-1cb4a45af748 2018-10-26 10:27:24,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:24,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-3e73159c-b8ef-4a4f-9855-0a8267973347 Date: Fri, 26 Oct 2018 10:27:24 GMT RESP BODY: {"subnets":[]} 2018-10-26 10:27:24,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-3e73159c-b8ef-4a4f-9855-0a8267973347 2018-10-26 10:27:24,188 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:24,632 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:27:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bdfb8edd-cbd4-4e07-b3b4-7f8dda87248e x-compute-request-id: req-bdfb8edd-cbd4-4e07-b3b4-7f8dda87248e Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:56:64", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "bookmark"}], "image": {"id": "32699058-af67-4528-8d80-f100749d95d2", "links": [{"href": "http://172.30.9.21:8774/images/32699058-af67-4528-8d80-f100749d95d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:27:21.000000", "flavor": {"id": "ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "links": [{"href": "http://172.30.9.21:8774/flavors/ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "rel": "bookmark"}]}, "id": "34c709a6-df53-4fe0-a511-5896d2556a6e", "security_groups": [{"name": "default"}], "user_id": "8c8466f4993f4c3785f5e3347fb2d2d9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:27:21Z", "hostId": "2c5d90d3ff8660e31b1932f21eae7e0478d151266110cfff09a1cfa9", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-kp", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst", "created": "2018-10-26T10:25:35Z", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:27:24,633 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e used request id req-bdfb8edd-cbd4-4e07-b3b4-7f8dda87248e 2018-10-26 10:27:24,633 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst] is - ACTIVE 2018-10-26 10:27:24,633 - create_instance - INFO - VM is - ACTIVE 2018-10-26 10:27:24,636 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:25,117 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:27:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2294cf71-cdbd-4e23-a7d2-c48c57fb3209 x-compute-request-id: req-2294cf71-cdbd-4e23-a7d2-c48c57fb3209 Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:56:64", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "bookmark"}], "image": {"id": "32699058-af67-4528-8d80-f100749d95d2", "links": [{"href": "http://172.30.9.21:8774/images/32699058-af67-4528-8d80-f100749d95d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:27:21.000000", "flavor": {"id": "ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "links": [{"href": "http://172.30.9.21:8774/flavors/ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "rel": "bookmark"}]}, "id": "34c709a6-df53-4fe0-a511-5896d2556a6e", "security_groups": [{"name": "default"}], "user_id": "8c8466f4993f4c3785f5e3347fb2d2d9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:27:21Z", "hostId": "2c5d90d3ff8660e31b1932f21eae7e0478d151266110cfff09a1cfa9", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-kp", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst", "created": "2018-10-26T10:25:35Z", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:27:25,118 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e used request id req-2294cf71-cdbd-4e23-a7d2-c48c57fb3209 2018-10-26 10:27:25,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:25,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-7d520c33-5636-4186-af65-a4f4f5149b61 Date: Fri, 26 Oct 2018 10:27: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":["3562ac1b-71a5-45e0-9920-0468c40ef1eb"],"updated_at":"2018-10-26T10:25:11Z","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","id":"24cbbab4-740f-498f-a116-7c283925ae50","name":"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net"}]} 2018-10-26 10:27:25,226 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net used request id req-7d520c33-5636-4186-af65-a4f4f5149b61 2018-10-26 10:27:25,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/b8d5f8996acf44efb22ab4f9f27ba2a7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:25,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:27:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f565bbc8-0251-41a6-8063-547845ebe851 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b8d5f8996acf44efb22ab4f9f27ba2a7"}, "enabled": true, "id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-01511948-543e-403-proj"}} 2018-10-26 10:27:25,313 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/b8d5f8996acf44efb22ab4f9f27ba2a7 used request id req-f565bbc8-0251-41a6-8063-547845ebe851 2018-10-26 10:27:25,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=24cbbab4-740f-498f-a116-7c283925ae50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:25,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-0ea6118b-f066-410f-8650-b4c73d7d877e Date: Fri, 26 Oct 2018 10:27:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:11Z","dns_nameservers":[],"updated_at":"2018-10-26T10:25: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":"b8d5f8996acf44efb22ab4f9f27ba2a7","id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","subnetpool_id":null,"name":"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-subnet"}]} 2018-10-26 10:27:25,377 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=24cbbab4-740f-498f-a116-7c283925ae50 used request id req-0ea6118b-f066-410f-8650-b4c73d7d877e 2018-10-26 10:27:25,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=24cbbab4-740f-498f-a116-7c283925ae50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:25,483 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3855 X-Openstack-Request-Id: req-b508c5fd-ce75-4ab1-bf37-7cf5b3527fb6 Date: Fri, 26 Oct 2018 10:27:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:25:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","ip_address":"10.55.1.2"}],"id":"540d5b46-690e-4a9c-9816-5a1b4a5b24fc","security_groups":[],"mac_address":"fa:16:3e:8d:5f:c2","project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:11Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-24cbbab4-740f-498f-a116-7c283925ae50"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:25:34Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","ip_address":"10.55.1.1"}],"id":"98ff8941-95c5-4005-974d-28dcf656879a","security_groups":[],"mac_address":"fa:16:3e:77:f4:95","project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:20Z","binding:vnic_type":"normal","device_id":"0ace9cd1-2f8c-4729-9968-0efa613900e1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:25:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","ip_address":"10.55.1.3"}],"id":"9f9b89f3-3137-4068-a9a1-f9e3b05a3f48","security_groups":[],"mac_address":"fa:16:3e:d1:da:ba","project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:12Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-24cbbab4-740f-498f-a116-7c283925ae50"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:25:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","ip_address":"10.55.1.4"}],"id":"aeb3fa9e-cdb3-414a-9f8e-eebd9c6426e6","security_groups":[],"mac_address":"fa:16:3e:66:fb:81","project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:13Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-24cbbab4-740f-498f-a116-7c283925ae50"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:27:21Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","ip_address":"10.55.1.7"}],"id":"b12cd2f3-3088-478b-b6fb-a867868389ea","security_groups":["88200bfe-1905-4fed-b2c7-5985ddf91dea"],"mac_address":"fa:16:3e:c6:56:64","project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-port-1","admin_state_up":true,"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:31Z","binding:vnic_type":"normal","device_id":"34c709a6-df53-4fe0-a511-5896d2556a6e"}]} 2018-10-26 10:27:25,484 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=24cbbab4-740f-498f-a116-7c283925ae50 used request id req-b508c5fd-ce75-4ab1-bf37-7cf5b3527fb6 2018-10-26 10:27:25,484 - neutron_utils - INFO - Creating floating ip to external network - external 2018-10-26 10:27:25,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:25,590 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-3fe0354b-ef71-4d92-be26-099269d87aaf Date: Fri, 26 Oct 2018 10:27:25 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","mtu":1500}]} 2018-10-26 10:27:25,590 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-3fe0354b-ef71-4d92-be26-099269d87aaf 2018-10-26 10:27:25,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:25,668 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-5e06c5e4-1467-4c25-bb51-e5e2bf42d722 Date: Fri, 26 Oct 2018 10:27:25 GMT RESP BODY: {"subnets":[]} 2018-10-26 10:27:25,668 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=94b52afd-6cfc-477c-8eec-9ace3e0b6693 used request id req-5e06c5e4-1467-4c25-bb51-e5e2bf42d722 2018-10-26 10:27:25,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" -d '{"floatingip": {"floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "port_id": "b12cd2f3-3088-478b-b6fb-a867868389ea"}}' 2018-10-26 10:27:27,426 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 547 X-Openstack-Request-Id: req-b7077fed-dc0a-4b75-a905-8bdc780bbbf5 Date: Fri, 26 Oct 2018 10:27:27 GMT RESP BODY: {"floatingip": {"router_id": "0ace9cd1-2f8c-4729-9968-0efa613900e1", "status": "DOWN", "description": "", "tags": [], "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "created_at": "2018-10-26T10:27:26Z", "updated_at": "2018-10-26T10:27:26Z", "floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "fixed_ip_address": "10.55.1.7", "floating_ip_address": "172.30.9.208", "revision_number": 0, "project_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "port_id": "b12cd2f3-3088-478b-b6fb-a867868389ea", "id": "a507447f-ad0e-4f11-8e8c-5c02efb8a6bb"}} 2018-10-26 10:27:27,426 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips used request id req-b7077fed-dc0a-4b75-a905-8bdc780bbbf5 2018-10-26 10:27:27,426 - create_instance - INFO - Created floating IP 172.30.9.208 via router - AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-router 2018-10-26 10:27:27,427 - create_instance_tests - INFO - Looking for IP 10.55.1.7 in the console log 2018-10-26 10:27:27,429 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:27,865 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:27: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-1b87344e-0655-49ab-82b2-599296f5c67a x-compute-request-id: req-1b87344e-0655-49ab-82b2-599296f5c67a Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:56:64", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "bookmark"}], "image": {"id": "32699058-af67-4528-8d80-f100749d95d2", "links": [{"href": "http://172.30.9.21:8774/images/32699058-af67-4528-8d80-f100749d95d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:27:21.000000", "flavor": {"id": "ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "links": [{"href": "http://172.30.9.21:8774/flavors/ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "rel": "bookmark"}]}, "id": "34c709a6-df53-4fe0-a511-5896d2556a6e", "security_groups": [{"name": "default"}], "user_id": "8c8466f4993f4c3785f5e3347fb2d2d9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:27:21Z", "hostId": "2c5d90d3ff8660e31b1932f21eae7e0478d151266110cfff09a1cfa9", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-kp", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst", "created": "2018-10-26T10:25:35Z", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:27:27,865 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e used request id req-1b87344e-0655-49ab-82b2-599296f5c67a 2018-10-26 10:27:27,868 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-26 10:27:29,026 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:27: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-e784c4cc-6963-408f-a17a-fa3d1710ef3b x-compute-request-id: req-e784c4cc-6963-408f-a17a-fa3d1710ef3b Content-Encoding: gzip Content-Length: 9415 Content-Type: application/json RESP BODY: {"output": "[ 0.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-161-generic (buildd@lcy01-amd64-003) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #211-Ubuntu SMP Wed Oct 3 14:52:35 UTC 2018 (Ubuntu 3.13.0-161.211-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-161-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 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-161-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 (7502K kernel code, 1163K 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.008025] Security Framework initialized\n[ 0.009106] AppArmor: AppArmor initialized\n[ 0.010173] Yama: becoming mindful.\n[ 0.012008] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.014339] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016117] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017736] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.019513] Initializing cgroup subsys memory\n[ 0.020006] Initializing cgroup subsys devices\n[ 0.021144] Initializing cgroup subsys freezer\n[ 0.022295] Initializing cgroup subsys blkio\n[ 0.024003] Initializing cgroup subsys perf_event\n[ 0.025181] Initializing cgroup subsys hugetlb\n[ 0.026374] FEATURE SPEC_CTRL Not Present\n[ 0.028375] mce: CPU supports 10 MCE banks\n[ 0.029466] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.029466] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032007] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.033589] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.035560] Spectre V2 mitigation: Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch\n[ 0.036002] Speculative Store Bypass: Vulnerable\n[ 0.037839] Freeing SMP alternatives memory: 32K (ffffffff81e7c000 - ffffffff81e84000)\n[ 0.044734] ACPI: Core revision 20131115\n[ 0.048913] ACPI: All ACPI Tables successfully acquired\n[ 0.052261] ftrace: allocating 28747 entries in 113 pages\n[ 0.072050] smpboot: Max logical packages: 2\n[ 0.073169] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.074768] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.076167] Enabling x2apic\n[ 0.076972] Enabled x2apic\n[ 0.077946] Switched APIC routing to physical x2apic.\n[ 0.080929] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.082527] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.085618] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.092385] KVM setup paravirtual spinlock\n[ 0.094544] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.096067] x86: Booting SMP configuration:\n[ 0.097229] .... node #0, CPUs: #1[ 0.094533] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.112019] x86: Booted up 1 node, 2 CPUs\n[ 0.112012] KVM setup async PF for cpu 1\n[ 0.112012] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.115432] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.116307] devtmpfs: initialized\n[ 0.118384] EVM: security.selinux\n[ 0.119335] EVM: security.SMACK64\n[ 0.120005] EVM: security.ima\n[ 0.120873] EVM: security.capability\n[ 0.121854] pinctrl core: initialized pinctrl subsystem\n[ 0.122050] regulator-dummy: no parameters\n[ 0.124060] RTC time: 10:27:22, date: 10/26/18\n[ 0.125191] NET: Registered protocol family 16\n[ 0.126394] cpuidle: using governor ladder\n[ 0.127462] cpuidle: using governor menu\n[ 0.128095] ACPI: bus type PCI registered\n[ 0.129157] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.130767] PCI: Using configuration type 1 for base access\n[ 0.132474] bio: create slab at 0\n[ 0.133131] ACPI: Added _OSI(Module Device)\n[ 0.133142] ACPI: Added _OSI(Processor Device)\n[ 0.136003] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.137187] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.140089] ACPI: Interpreter enabled\n[ 0.141091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.143524] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.145535] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.147956] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.149739] ACPI: (supports S0 S5)\n[ 0.150661] ACPI: Using IOAPIC for interrupt routing\n[ 0.151929] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.152188] ACPI: No dock devices found.\n[ 0.157595] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.159116] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.160007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.161618] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.164157] acpiphp: Slot [3] registered\n[ 0.165185] acpiphp: Slot [4] registered\n[ 0.166235] acpiphp: Slot [5] registered\n[ 0.167280] acpiphp: Slot [6] registered\n[ 0.168017] acpiphp: Slot [7] registered\n[ 0.169034] acpiphp: Slot [8] registered\n[ 0.170088] acpiphp: Slot [9] registered\n[ 0.171134] acpiphp: Slot [10] registered\n[ 0.172018] acpiphp: Slot [11] registered\n[ 0.173078] acpiphp: Slot [12] registered\n[ 0.174133] acpiphp: Slot [13] registered\n[ 0.175192] acpiphp: Slot [14] registered\n[ 0.176026] acpiphp: Slot [15] registered\n[ 0.176858] acpiphp: Slot [16] registered\n[ 0.177673] acpiphp: Slot [17] registered\n[ 0.178489] acpiphp: Slot [18] registered\n[ 0.179305] acpiphp: Slot [19] registered\n[ 0.180019] acpiphp: Slot [20] registered\n[ 0.180841] acpiphp: Slot [21] registered\n[ 0.181653] acpiphp: Slot [22] registered\n[ 0.182459] acpiphp: Slot [23] registered\n[ 0.183272] acpiphp: Slot [24] registered\n[ 0.184016] acpiphp: Slot [25] registered\n[ 0.184830] acpiphp: Slot [26] registered\n[ 0.185640] acpiphp: Slot [27] registered\n[ 0.186447] acpiphp: Slot [28] registered\n[ 0.187259] acpiphp: Slot [29] registered\n[ 0.188016] acpiphp: Slot [30] registered\n[ 0.188831] acpiphp: Slot [31] registered\n[ 0.189637] PCI host bridge to bus 0000:00\n[ 0.190479] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.191494] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.192004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.193127] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.194356] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.208059] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.209544] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.248823] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.251947] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.252684] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.254122] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.255549] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.256537] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.257694] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.257694] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.260003] vgaarb: loaded\n[ 0.260614] vgaarb: bridge control possible 0000:00:02.0\n[ 0.261728] SCSI subsystem initialized\n[ 0.262530] ACPI: bus type USB registered\n[ 0.262530] usbcore: registered new interface driver usbfs\n[ 0.264009] usbcore: registered new interface driver hub\n[ 0.265048] usbcore: registered new device driver usb\n[ 0.265048] PCI: Using ACPI for IRQ routing\n[ 0.265048] NetLabel: Initializing\n[ 0.265723] NetLabel: domain hash size = 128\n[ 0.268003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.268956] NetLabel: unlabeled traffic allowed by default\n[ 0.269995] Switched to clocksource kvm-clock\n[ 0.272790] AppArmor: AppArmor Filesystem Enabled\n[ 0.273723] pnp: PnP ACPI init\n[ 0.274395] ACPI: bus type PNP registered\n[ 0.275549] pnp: PnP ACPI: found 8 devices\n[ 0.276380] ACPI: bus type PNP unregistered\n[ 0.283432] NET: Registered protocol family 2\n[ 0.284446] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.285899] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.287123] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.288692] TCP: reno registered\n[ 0.289384] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.290488] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.291722] NET: Registered protocol family 1\n[ 0.292601] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.293695] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.294773] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.316514] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.338343] Trying to unpack rootfs image as initramfs...\n[ 0.418426] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.420108] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.421193] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.422550] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.424195] Scanning for low memory corruption every 60 seconds\n[ 0.425505] Initialise system trusted keyring\n[ 0.426392] audit: initializing netlink socket (disabled)\n[ 0.427399] type=2000 audit(1540549642.528:1): initialized\n[ 0.445024] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.446889] zbud: loaded\n[ 0.447667] VFS: Disk quotas dquot_6.5.2\n[ 0.448492] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.449897] fuse init (API version 7.22)\n[ 0.450737] msgmni has been set to 3997\n[ 0.451541] Key type big_key registered\n[ 0.452640] Key type asymmetric registered\n[ 0.453459] Asymmetric key parser 'x509' registered\n[ 0.454388] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.455833] io scheduler noop registered\n[ 0.456615] io scheduler deadline registered (default)\n[ 0.457586] io scheduler cfq registered\n[ 0.458392] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.459421] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.460627] ipmi message handler version 39.2\n[ 0.461516] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.462940] ACPI: Power Button [PWRF]\n[ 0.463753] GHES: HEST is not enabled!\n[ 0.485339] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.528466] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.530179] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.554035] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.556419] Linux agpgart interface v0.103\n[ 0.558093] brd: module loaded\n[ 0.559188] loop: module loaded\n[ 0.560106] blk-mq: CPU -> queue map\n[ 0.560836] CPU 0 -> Queue 0\n[ 0.561486] CPU 1 -> Queue 0\n[ 0.562702] vda: vda1\n[ 0.564052] scsi0 : ata_piix\n[ 0.564797] scsi1 : ata_piix\n[ 0.565452] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.566651] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.568410] libphy: Fixed MDIO Bus: probed\n[ 0.569289] tun: Universal TUN/TAP device driver, 1.6\n[ 0.570227] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.572010] PPP generic driver version 2.4.2\n[ 0.572894] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.574140] ehci-pci: EHCI PCI platform driver\n[ 0.575004] ehci-platform: EHCI generic platform driver\n[ 0.575975] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.577089] ohci-pci: OHCI PCI platform driver\n[ 0.577948] ohci-platform: OHCI generic platform driver\n[ 0.578921] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.601029] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.602025] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.603530] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.604643] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.605843] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.607241] usb usb1: Product: UHCI Host Controller\n[ 0.608166] usb usb1: Manufacturer: Linux 3.13.0-161-generic uhci_hcd\n[ 0.609316] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.610266] hub 1-0:1.0: USB hub found\n[ 0.611067] hub 1-0:1.0: 2 ports detected\n[ 0.611942] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.614022] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.614972] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.615999] mousedev: PS/2 mouse device common for all mice\n[ 0.617247] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.619067] rtc_cmos 00:00: RTC can wake from S4\n[ 0.620747] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.622542] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.623750] device-mapper: uevent: version 1.0.3\n[ 0.624699] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.626307] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.627470] TCP: cubic registered\n[ 0.628220] NET: Registered protocol family 10\n[ 0.629186] NET: Registered protocol family 17\n[ 0.630061] Key type dns_resolver registered\n[ 0.631035] Loading compiled-in X.509 certificates\n[ 0.632454] Loaded X.509 cert 'Magrathea: Glacier signing key: dec41e675452b756c3d21c6f92688e583c584e11'\n[ 0.634219] registered taskstats version 1\n[ 0.636381] Key type trusted registered\n[ 0.639267] Key type encrypted registered\n[ 0.640101] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.641119] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.649150] regulator-dummy: disabling\n[ 0.649961] Magic number: 6:963:477\n[ 0.650788] rtc_cmos 00:00: setting system clock to 2018-10-26 10:27:22 UTC (1540549642)\n[ 0.652373] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.653472] EDD information not available.\n[ 0.724942] Freeing unused kernel memory: 1376K (ffffffff81d24000 - ffffffff81e7c000)\n[ 0.726516] Write protecting the kernel read-only data: 12288k\n[ 0.727873] Freeing unused kernel memory: 676K (ffff880001757000 - ffff880001800000)\n[ 0.730452] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.742476] systemd-udevd[107]: starting version 204\n[ 0.796613] FDC 0 is a S82078B\n[ 0.920040] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.084390] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.086318] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.088306] usb 1-1: Product: QEMU USB Tablet\n[ 1.089580] usb 1-1: Manufacturer: QEMU\n[ 1.090729] usb 1-1: SerialNumber: 42\n[ 1.416028] tsc: Refined TSC clocksource calibration: 3491.913 MHz\n[ 1.805007] 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.030189] 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.129193] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.213758] 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 Fri, 26 Oct 2018 10:27:24 +0000. Up 2.53 seconds.\ncloud-init-nonet[2.70]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\ncloud-init-nonet[3.44]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Fri, 26 Oct 2018 10:27:25 +0000. Up 3.56 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.7 | 255.255.255.0 | fa:16:3e:c6:56:64 |\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: +-------+-----------------+-----------+-----------------+-----------+-------+\ndmesg: write failed: Broken pipe\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:\ne8:ef:93:8b:44:00:aa:9c:66:26:14:83:a0:80:47:67 root@ansibleprovisioningtests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-i\nThe key's randomart image is:\n+--[ RSA 2048]----+\n|*+o E |\n|=.++ |\n|oo . |\n|+ . . . |\n|o* o S |\n|= o |\n| o . |\n| . oo |\n| ..+o |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n5a:4c:f7:c7:09:2f:6b:db:fd:10:e2:b1:95:57:35:b4 root@ansibleprovisioningtests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-i\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .o.|\n| +|\n| . . . E.|\n| o . . + o.|\n| S = O .|\n| o . O o |\n| . = . |\n| . o o |\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:\n9b:07:77:b6:3f:8f:35:da:e9:1f:93:03:52:23:48:4a root@ansibleprovisioningtests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-i\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| E . |\n| . o . |\n| . . . o |\n| o . |\n| S ..o. |\n| = o... .|\n| o . . *.|\n| . .+o*|\n| .+*+|\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n5f:0b:e9:74:4d:35:e7:63:00:07:03:55:4f:20:c2:53 root@ansibleprovisioningtests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-i\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o+E+=.oo|\n| o. + +oo|\n| . .+.|\n| . o. .|\n| S + o . |\n| + + . |\n| o . |\n| |\n| |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n"} 2018-10-26 10:27:29,027 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e/action used request id req-e784c4cc-6963-408f-a17a-fa3d1710ef3b 2018-10-26 10:27:29,028 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-26 10:27:29,029 - 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-161-generic (buildd@lcy01-amd64-003) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #211-Ubuntu SMP Wed Oct 3 14:52:35 UTC 2018 (Ubuntu 3.13.0-161.211-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-161-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 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-161-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 (7502K kernel code, 1163K 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.008025] Security Framework initialized [ 0.009106] AppArmor: AppArmor initialized [ 0.010173] Yama: becoming mindful. [ 0.012008] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.014339] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016117] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017736] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.019513] Initializing cgroup subsys memory [ 0.020006] Initializing cgroup subsys devices [ 0.021144] Initializing cgroup subsys freezer [ 0.022295] Initializing cgroup subsys blkio [ 0.024003] Initializing cgroup subsys perf_event [ 0.025181] Initializing cgroup subsys hugetlb [ 0.026374] FEATURE SPEC_CTRL Not Present [ 0.028375] mce: CPU supports 10 MCE banks [ 0.029466] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.029466] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032007] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.033589] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.035560] Spectre V2 mitigation: Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch [ 0.036002] Speculative Store Bypass: Vulnerable [ 0.037839] Freeing SMP alternatives memory: 32K (ffffffff81e7c000 - ffffffff81e84000) [ 0.044734] ACPI: Core revision 20131115 [ 0.048913] ACPI: All ACPI Tables successfully acquired [ 0.052261] ftrace: allocating 28747 entries in 113 pages [ 0.072050] smpboot: Max logical packages: 2 [ 0.073169] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.074768] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.076167] Enabling x2apic [ 0.076972] Enabled x2apic [ 0.077946] Switched APIC routing to physical x2apic. [ 0.080929] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.082527] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.085618] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.092385] KVM setup paravirtual spinlock [ 0.094544] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.096067] x86: Booting SMP configuration: [ 0.097229] .... node #0, CPUs: #1[ 0.094533] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.112019] x86: Booted up 1 node, 2 CPUs [ 0.112012] KVM setup async PF for cpu 1 [ 0.112012] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.115432] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.116307] devtmpfs: initialized [ 0.118384] EVM: security.selinux [ 0.119335] EVM: security.SMACK64 [ 0.120005] EVM: security.ima [ 0.120873] EVM: security.capability [ 0.121854] pinctrl core: initialized pinctrl subsystem [ 0.122050] regulator-dummy: no parameters [ 0.124060] RTC time: 10:27:22, date: 10/26/18 [ 0.125191] NET: Registered protocol family 16 [ 0.126394] cpuidle: using governor ladder [ 0.127462] cpuidle: using governor menu [ 0.128095] ACPI: bus type PCI registered [ 0.129157] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.130767] PCI: Using configuration type 1 for base access [ 0.132474] bio: create slab at 0 [ 0.133131] ACPI: Added _OSI(Module Device) [ 0.133142] ACPI: Added _OSI(Processor Device) [ 0.136003] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.137187] ACPI: Added _OSI(Processor Aggregator Device) [ 0.140089] ACPI: Interpreter enabled [ 0.141091] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.143524] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.145535] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.147956] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.149739] ACPI: (supports S0 S5) [ 0.150661] ACPI: Using IOAPIC for interrupt routing [ 0.151929] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.152188] ACPI: No dock devices found. [ 0.157595] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.159116] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.160007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.161618] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.164157] acpiphp: Slot [3] registered [ 0.165185] acpiphp: Slot [4] registered [ 0.166235] acpiphp: Slot [5] registered [ 0.167280] acpiphp: Slot [6] registered [ 0.168017] acpiphp: Slot [7] registered [ 0.169034] acpiphp: Slot [8] registered [ 0.170088] acpiphp: Slot [9] registered [ 0.171134] acpiphp: Slot [10] registered [ 0.172018] acpiphp: Slot [11] registered [ 0.173078] acpiphp: Slot [12] registered [ 0.174133] acpiphp: Slot [13] registered [ 0.175192] acpiphp: Slot [14] registered [ 0.176026] acpiphp: Slot [15] registered [ 0.176858] acpiphp: Slot [16] registered [ 0.177673] acpiphp: Slot [17] registered [ 0.178489] acpiphp: Slot [18] registered [ 0.179305] acpiphp: Slot [19] registered [ 0.180019] acpiphp: Slot [20] registered [ 0.180841] acpiphp: Slot [21] registered [ 0.181653] acpiphp: Slot [22] registered [ 0.182459] acpiphp: Slot [23] registered [ 0.183272] acpiphp: Slot [24] registered [ 0.184016] acpiphp: Slot [25] registered [ 0.184830] acpiphp: Slot [26] registered [ 0.185640] acpiphp: Slot [27] registered [ 0.186447] acpiphp: Slot [28] registered [ 0.187259] acpiphp: Slot [29] registered [ 0.188016] acpiphp: Slot [30] registered [ 0.188831] acpiphp: Slot [31] registered [ 0.189637] PCI host bridge to bus 0000:00 [ 0.190479] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.191494] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.192004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.193127] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.194356] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208059] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.209544] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.248823] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.251947] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.252684] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.254122] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.255549] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.256537] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.257694] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.257694] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.260003] vgaarb: loaded [ 0.260614] vgaarb: bridge control possible 0000:00:02.0 [ 0.261728] SCSI subsystem initialized [ 0.262530] ACPI: bus type USB registered [ 0.262530] usbcore: registered new interface driver usbfs [ 0.264009] usbcore: registered new interface driver hub [ 0.265048] usbcore: registered new device driver usb [ 0.265048] PCI: Using ACPI for IRQ routing [ 0.265048] NetLabel: Initializing [ 0.265723] NetLabel: domain hash size = 128 [ 0.268003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.268956] NetLabel: unlabeled traffic allowed by default [ 0.269995] Switched to clocksource kvm-clock [ 0.272790] AppArmor: AppArmor Filesystem Enabled [ 0.273723] pnp: PnP ACPI init [ 0.274395] ACPI: bus type PNP registered [ 0.275549] pnp: PnP ACPI: found 8 devices [ 0.276380] ACPI: bus type PNP unregistered [ 0.283432] NET: Registered protocol family 2 [ 0.284446] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.285899] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.287123] TCP: Hash tables configured (established 16384 bind 16384) [ 0.288692] TCP: reno registered [ 0.289384] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.290488] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.291722] NET: Registered protocol family 1 [ 0.292601] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.293695] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.294773] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.316514] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.338343] Trying to unpack rootfs image as initramfs... [ 0.418426] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.420108] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.421193] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.422550] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.424195] Scanning for low memory corruption every 60 seconds [ 0.425505] Initialise system trusted keyring [ 0.426392] audit: initializing netlink socket (disabled) [ 0.427399] type=2000 audit(1540549642.528:1): initialized [ 0.445024] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.446889] zbud: loaded [ 0.447667] VFS: Disk quotas dquot_6.5.2 [ 0.448492] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.449897] fuse init (API version 7.22) [ 0.450737] msgmni has been set to 3997 [ 0.451541] Key type big_key registered [ 0.452640] Key type asymmetric registered [ 0.453459] Asymmetric key parser 'x509' registered [ 0.454388] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.455833] io scheduler noop registered [ 0.456615] io scheduler deadline registered (default) [ 0.457586] io scheduler cfq registered [ 0.458392] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.459421] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.460627] ipmi message handler version 39.2 [ 0.461516] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.462940] ACPI: Power Button [PWRF] [ 0.463753] GHES: HEST is not enabled! [ 0.485339] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.528466] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.530179] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.554035] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.556419] Linux agpgart interface v0.103 [ 0.558093] brd: module loaded [ 0.559188] loop: module loaded [ 0.560106] blk-mq: CPU -> queue map [ 0.560836] CPU 0 -> Queue 0 [ 0.561486] CPU 1 -> Queue 0 [ 0.562702] vda: vda1 [ 0.564052] scsi0 : ata_piix [ 0.564797] scsi1 : ata_piix [ 0.565452] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.566651] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.568410] libphy: Fixed MDIO Bus: probed [ 0.569289] tun: Universal TUN/TAP device driver, 1.6 [ 0.570227] tun: (C) 1999-2004 Max Krasnyansky [ 0.572010] PPP generic driver version 2.4.2 [ 0.572894] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.574140] ehci-pci: EHCI PCI platform driver [ 0.575004] ehci-platform: EHCI generic platform driver [ 0.575975] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.577089] ohci-pci: OHCI PCI platform driver [ 0.577948] ohci-platform: OHCI generic platform driver [ 0.578921] uhci_hcd: USB Universal Host Controller Interface driver [ 0.601029] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.602025] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.603530] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.604643] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.605843] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.607241] usb usb1: Product: UHCI Host Controller [ 0.608166] usb usb1: Manufacturer: Linux 3.13.0-161-generic uhci_hcd [ 0.609316] usb usb1: SerialNumber: 0000:00:01.2 [ 0.610266] hub 1-0:1.0: USB hub found [ 0.611067] hub 1-0:1.0: 2 ports detected [ 0.611942] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.614022] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.614972] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.615999] mousedev: PS/2 mouse device common for all mice [ 0.617247] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.619067] rtc_cmos 00:00: RTC can wake from S4 [ 0.620747] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.622542] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.623750] device-mapper: uevent: version 1.0.3 [ 0.624699] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.626307] ledtrig-cpu: registered to indicate activity on CPUs [ 0.627470] TCP: cubic registered [ 0.628220] NET: Registered protocol family 10 [ 0.629186] NET: Registered protocol family 17 [ 0.630061] Key type dns_resolver registered [ 0.631035] Loading compiled-in X.509 certificates [ 0.632454] Loaded X.509 cert 'Magrathea: Glacier signing key: dec41e675452b756c3d21c6f92688e583c584e11' [ 0.634219] registered taskstats version 1 [ 0.636381] Key type trusted registered [ 0.639267] Key type encrypted registered [ 0.640101] AppArmor: AppArmor sha1 policy hashing enabled [ 0.641119] IMA: No TPM chip found, activating TPM-bypass! [ 0.649150] regulator-dummy: disabling [ 0.649961] Magic number: 6:963:477 [ 0.650788] rtc_cmos 00:00: setting system clock to 2018-10-26 10:27:22 UTC (1540549642) [ 0.652373] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.653472] EDD information not available. [ 0.724942] Freeing unused kernel memory: 1376K (ffffffff81d24000 - ffffffff81e7c000) [ 0.726516] Write protecting the kernel read-only data: 12288k [ 0.727873] Freeing unused kernel memory: 676K (ffff880001757000 - ffff880001800000) [ 0.730452] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.742476] systemd-udevd[107]: starting version 204 [ 0.796613] FDC 0 is a S82078B [ 0.920040] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.084390] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.086318] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.088306] usb 1-1: Product: QEMU USB Tablet [ 1.089580] usb 1-1: Manufacturer: QEMU [ 1.090729] usb 1-1: SerialNumber: 42 [ 1.416028] tsc: Refined TSC clocksource calibration: 3491.913 MHz [ 1.805007] 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.030189] 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.129193] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.213758] 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 Fri, 26 Oct 2018 10:27:24 +0000. Up 2.53 seconds. cloud-init-nonet[2.70]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping log initial device creation[74G[ OK ] cloud-init-nonet[3.44]: static networking is now up * Starting configure network device[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Fri, 26 Oct 2018 10:27:25 +0000. Up 3.56 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.7 | 255.255.255.0 | fa:16:3e:c6:56:64 | 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: +-------+-----------------+-----------+-----------------+-----------+-------+ dmesg: write failed: Broken pipe 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: e8:ef:93:8b:44:00:aa:9c:66:26:14:83:a0:80:47:67 root@ansibleprovisioningtests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-i The key's randomart image is: +--[ RSA 2048]----+ |*+o E | |=.++ | |oo . | |+ . . . | |o* o S | |= o | | o . | | . oo | | ..+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: 5a:4c:f7:c7:09:2f:6b:db:fd:10:e2:b1:95:57:35:b4 root@ansibleprovisioningtests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-i The key's randomart image is: +--[ DSA 1024]----+ | .o.| | +| | . . . E.| | o . . + o.| | S = O .| | o . O o | | . = . | | . o o | | . . +| +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 9b:07:77:b6:3f:8f:35:da:e9:1f:93:03:52:23:48:4a root@ansibleprovisioningtests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-i The key's randomart image is: +--[ECDSA 256]---+ | E . | | . o . | | . . . o | | o . | | S ..o. | | = o... .| | o . . *.| | . .+o*| | .+*+| +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 5f:0b:e9:74:4d:35:e7:63:00:07:03:55:4f:20:c2:53 root@ansibleprovisioningtests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-i The key's randomart image is: +--[ED25519 256--+ | .o+E+=.oo| | o. + +oo| | . .+.| | . o. .| | S + o . | | + + . | | o . | | | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting system logging daemon[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] 2018-10-26 10:27:29,032 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:29,874 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:27:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-18d4e68a-b5e2-451e-a0c6-ce2fae34f20e x-compute-request-id: req-18d4e68a-b5e2-451e-a0c6-ce2fae34f20e Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:56:64", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:56:64", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "bookmark"}], "image": {"id": "32699058-af67-4528-8d80-f100749d95d2", "links": [{"href": "http://172.30.9.21:8774/images/32699058-af67-4528-8d80-f100749d95d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:27:21.000000", "flavor": {"id": "ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "links": [{"href": "http://172.30.9.21:8774/flavors/ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "rel": "bookmark"}]}, "id": "34c709a6-df53-4fe0-a511-5896d2556a6e", "security_groups": [{"name": "default"}], "user_id": "8c8466f4993f4c3785f5e3347fb2d2d9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:27:21Z", "hostId": "2c5d90d3ff8660e31b1932f21eae7e0478d151266110cfff09a1cfa9", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-kp", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst", "created": "2018-10-26T10:25:35Z", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:27:29,874 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e used request id req-18d4e68a-b5e2-451e-a0c6-ce2fae34f20e 2018-10-26 10:27:29,875 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst] is - ACTIVE 2018-10-26 10:27:29,875 - create_instance - INFO - VM is - ACTIVE 2018-10-26 10:27:29,878 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:30,216 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:27:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e692aeef-757a-41e8-8860-b4521de608ed x-compute-request-id: req-e692aeef-757a-41e8-8860-b4521de608ed Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:56:64", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:56:64", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "bookmark"}], "image": {"id": "32699058-af67-4528-8d80-f100749d95d2", "links": [{"href": "http://172.30.9.21:8774/images/32699058-af67-4528-8d80-f100749d95d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:27:21.000000", "flavor": {"id": "ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "links": [{"href": "http://172.30.9.21:8774/flavors/ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "rel": "bookmark"}]}, "id": "34c709a6-df53-4fe0-a511-5896d2556a6e", "security_groups": [{"name": "default"}], "user_id": "8c8466f4993f4c3785f5e3347fb2d2d9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:27:21Z", "hostId": "2c5d90d3ff8660e31b1932f21eae7e0478d151266110cfff09a1cfa9", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-kp", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst", "created": "2018-10-26T10:25:35Z", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:27:30,216 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e used request id req-e692aeef-757a-41e8-8860-b4521de608ed 2018-10-26 10:27:30,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:30,323 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-ca4d1c29-cfce-4818-a101-c35402e7a497 Date: Fri, 26 Oct 2018 10:27:30 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3562ac1b-71a5-45e0-9920-0468c40ef1eb"],"updated_at":"2018-10-26T10:25:11Z","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","id":"24cbbab4-740f-498f-a116-7c283925ae50","name":"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net"}]} 2018-10-26 10:27:30,324 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net used request id req-ca4d1c29-cfce-4818-a101-c35402e7a497 2018-10-26 10:27:30,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/b8d5f8996acf44efb22ab4f9f27ba2a7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:30,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:27:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed4c275f-c598-445d-84e1-981a3cbedbcd Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b8d5f8996acf44efb22ab4f9f27ba2a7"}, "enabled": true, "id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-01511948-543e-403-proj"}} 2018-10-26 10:27:30,406 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/b8d5f8996acf44efb22ab4f9f27ba2a7 used request id req-ed4c275f-c598-445d-84e1-981a3cbedbcd 2018-10-26 10:27:30,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=24cbbab4-740f-498f-a116-7c283925ae50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:30,475 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-dd54f086-1049-4867-b86f-a940ee3e7892 Date: Fri, 26 Oct 2018 10:27:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:11Z","dns_nameservers":[],"updated_at":"2018-10-26T10:25: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":"b8d5f8996acf44efb22ab4f9f27ba2a7","id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","subnetpool_id":null,"name":"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-subnet"}]} 2018-10-26 10:27:30,475 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=24cbbab4-740f-498f-a116-7c283925ae50 used request id req-dd54f086-1049-4867-b86f-a940ee3e7892 2018-10-26 10:27:30,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=24cbbab4-740f-498f-a116-7c283925ae50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:30,582 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3855 X-Openstack-Request-Id: req-f804a2e1-cad1-46de-b624-0156b0724862 Date: Fri, 26 Oct 2018 10:27:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:25:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","ip_address":"10.55.1.2"}],"id":"540d5b46-690e-4a9c-9816-5a1b4a5b24fc","security_groups":[],"mac_address":"fa:16:3e:8d:5f:c2","project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:11Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-24cbbab4-740f-498f-a116-7c283925ae50"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:25:34Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","ip_address":"10.55.1.1"}],"id":"98ff8941-95c5-4005-974d-28dcf656879a","security_groups":[],"mac_address":"fa:16:3e:77:f4:95","project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:20Z","binding:vnic_type":"normal","device_id":"0ace9cd1-2f8c-4729-9968-0efa613900e1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:25:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","ip_address":"10.55.1.3"}],"id":"9f9b89f3-3137-4068-a9a1-f9e3b05a3f48","security_groups":[],"mac_address":"fa:16:3e:d1:da:ba","project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:12Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-24cbbab4-740f-498f-a116-7c283925ae50"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:25:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","ip_address":"10.55.1.4"}],"id":"aeb3fa9e-cdb3-414a-9f8e-eebd9c6426e6","security_groups":[],"mac_address":"fa:16:3e:66:fb:81","project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:13Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-24cbbab4-740f-498f-a116-7c283925ae50"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:27:21Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","ip_address":"10.55.1.7"}],"id":"b12cd2f3-3088-478b-b6fb-a867868389ea","security_groups":["88200bfe-1905-4fed-b2c7-5985ddf91dea"],"mac_address":"fa:16:3e:c6:56:64","project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-port-1","admin_state_up":true,"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:31Z","binding:vnic_type":"normal","device_id":"34c709a6-df53-4fe0-a511-5896d2556a6e"}]} 2018-10-26 10:27:30,582 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=24cbbab4-740f-498f-a116-7c283925ae50 used request id req-f804a2e1-cad1-46de-b624-0156b0724862 2018-10-26 10:27:30,585 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:31,062 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:27: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-a99ac3d1-4575-43ba-b4f5-1ee16e81d709 x-compute-request-id: req-a99ac3d1-4575-43ba-b4f5-1ee16e81d709 Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:56:64", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:56:64", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "bookmark"}], "image": {"id": "32699058-af67-4528-8d80-f100749d95d2", "links": [{"href": "http://172.30.9.21:8774/images/32699058-af67-4528-8d80-f100749d95d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:27:21.000000", "flavor": {"id": "ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "links": [{"href": "http://172.30.9.21:8774/flavors/ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "rel": "bookmark"}]}, "id": "34c709a6-df53-4fe0-a511-5896d2556a6e", "security_groups": [{"name": "default"}], "user_id": "8c8466f4993f4c3785f5e3347fb2d2d9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:27:21Z", "hostId": "2c5d90d3ff8660e31b1932f21eae7e0478d151266110cfff09a1cfa9", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-kp", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst", "created": "2018-10-26T10:25:35Z", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:27:31,062 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e used request id req-a99ac3d1-4575-43ba-b4f5-1ee16e81d709 2018-10-26 10:27:31,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:31,166 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-7895553a-6aba-4ddb-a41b-58462f63784b Date: Fri, 26 Oct 2018 10:27:31 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3562ac1b-71a5-45e0-9920-0468c40ef1eb"],"updated_at":"2018-10-26T10:25:11Z","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","id":"24cbbab4-740f-498f-a116-7c283925ae50","name":"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net"}]} 2018-10-26 10:27:31,166 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net used request id req-7895553a-6aba-4ddb-a41b-58462f63784b 2018-10-26 10:27:31,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/b8d5f8996acf44efb22ab4f9f27ba2a7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:31,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:27:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-871f3052-db04-450b-8a90-7bd0721fcde9 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b8d5f8996acf44efb22ab4f9f27ba2a7"}, "enabled": true, "id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-01511948-543e-403-proj"}} 2018-10-26 10:27:31,244 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/b8d5f8996acf44efb22ab4f9f27ba2a7 used request id req-871f3052-db04-450b-8a90-7bd0721fcde9 2018-10-26 10:27:31,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=24cbbab4-740f-498f-a116-7c283925ae50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:31,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c1e2af3a-11db-46cb-ab5b-f4e89a8cc47d Date: Fri, 26 Oct 2018 10:27:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:11Z","dns_nameservers":[],"updated_at":"2018-10-26T10:25: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":"b8d5f8996acf44efb22ab4f9f27ba2a7","id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","subnetpool_id":null,"name":"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-subnet"}]} 2018-10-26 10:27:31,302 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=24cbbab4-740f-498f-a116-7c283925ae50 used request id req-c1e2af3a-11db-46cb-ab5b-f4e89a8cc47d 2018-10-26 10:27:31,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=24cbbab4-740f-498f-a116-7c283925ae50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:31,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3855 X-Openstack-Request-Id: req-81b0f349-ef55-474f-8756-b05179157a9b Date: Fri, 26 Oct 2018 10:27:31 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:25:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","ip_address":"10.55.1.2"}],"id":"540d5b46-690e-4a9c-9816-5a1b4a5b24fc","security_groups":[],"mac_address":"fa:16:3e:8d:5f:c2","project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:11Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-24cbbab4-740f-498f-a116-7c283925ae50"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:25:34Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","ip_address":"10.55.1.1"}],"id":"98ff8941-95c5-4005-974d-28dcf656879a","security_groups":[],"mac_address":"fa:16:3e:77:f4:95","project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:20Z","binding:vnic_type":"normal","device_id":"0ace9cd1-2f8c-4729-9968-0efa613900e1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:25:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","ip_address":"10.55.1.3"}],"id":"9f9b89f3-3137-4068-a9a1-f9e3b05a3f48","security_groups":[],"mac_address":"fa:16:3e:d1:da:ba","project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:12Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-24cbbab4-740f-498f-a116-7c283925ae50"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:25:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","ip_address":"10.55.1.4"}],"id":"aeb3fa9e-cdb3-414a-9f8e-eebd9c6426e6","security_groups":[],"mac_address":"fa:16:3e:66:fb:81","project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:13Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-24cbbab4-740f-498f-a116-7c283925ae50"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:27:21Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","ip_address":"10.55.1.7"}],"id":"b12cd2f3-3088-478b-b6fb-a867868389ea","security_groups":["88200bfe-1905-4fed-b2c7-5985ddf91dea"],"mac_address":"fa:16:3e:c6:56:64","project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-port-1","admin_state_up":true,"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:31Z","binding:vnic_type":"normal","device_id":"34c709a6-df53-4fe0-a511-5896d2556a6e"}]} 2018-10-26 10:27:31,408 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=24cbbab4-740f-498f-a116-7c283925ae50 used request id req-81b0f349-ef55-474f-8756-b05179157a9b 2018-10-26 10:27:31,411 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" -d '{"addSecurityGroup": {"name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-sec-grp"}}' 2018-10-26 10:27:32,630 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10:27:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d9725b79-fda9-46ff-9a3a-4ecfb4e74ad8 x-compute-request-id: req-d9725b79-fda9-46ff-9a3a-4ecfb4e74ad8 Content-Length: 0 Content-Type: application/json 2018-10-26 10:27:32,630 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e/action used request id req-d9725b79-fda9-46ff-9a3a-4ecfb4e74ad8 2018-10-26 10:27:32,630 - create_instance - INFO - Checking if VM is active 2018-10-26 10:27:32,633 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:33,116 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:27:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cc7d415d-fcf5-400a-8383-b85c650ac4dc x-compute-request-id: req-cc7d415d-fcf5-400a-8383-b85c650ac4dc Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:56:64", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:56:64", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "bookmark"}], "image": {"id": "32699058-af67-4528-8d80-f100749d95d2", "links": [{"href": "http://172.30.9.21:8774/images/32699058-af67-4528-8d80-f100749d95d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:27:21.000000", "flavor": {"id": "ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "links": [{"href": "http://172.30.9.21:8774/flavors/ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "rel": "bookmark"}]}, "id": "34c709a6-df53-4fe0-a511-5896d2556a6e", "security_groups": [{"name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-sec-grp"}, {"name": "default"}], "user_id": "8c8466f4993f4c3785f5e3347fb2d2d9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:27:21Z", "hostId": "2c5d90d3ff8660e31b1932f21eae7e0478d151266110cfff09a1cfa9", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-kp", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst", "created": "2018-10-26T10:25:35Z", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:27:33,116 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e used request id req-cc7d415d-fcf5-400a-8383-b85c650ac4dc 2018-10-26 10:27:33,116 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst] is - ACTIVE 2018-10-26 10:27:33,116 - create_instance - INFO - VM is - ACTIVE 2018-10-26 10:27:33,119 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:33,455 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:27: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-1b1dd779-4b8c-487a-92fb-fb7fcf5bc1be x-compute-request-id: req-1b1dd779-4b8c-487a-92fb-fb7fcf5bc1be Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:56:64", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:56:64", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "bookmark"}], "image": {"id": "32699058-af67-4528-8d80-f100749d95d2", "links": [{"href": "http://172.30.9.21:8774/images/32699058-af67-4528-8d80-f100749d95d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:27:21.000000", "flavor": {"id": "ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "links": [{"href": "http://172.30.9.21:8774/flavors/ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "rel": "bookmark"}]}, "id": "34c709a6-df53-4fe0-a511-5896d2556a6e", "security_groups": [{"name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-sec-grp"}, {"name": "default"}], "user_id": "8c8466f4993f4c3785f5e3347fb2d2d9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:27:21Z", "hostId": "2c5d90d3ff8660e31b1932f21eae7e0478d151266110cfff09a1cfa9", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-kp", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst", "created": "2018-10-26T10:25:35Z", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:27:33,455 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e used request id req-1b1dd779-4b8c-487a-92fb-fb7fcf5bc1be 2018-10-26 10:27:33,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:33,558 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-ecdc462f-87bc-4963-9228-ce66e86911a1 Date: Fri, 26 Oct 2018 10:27: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":["3562ac1b-71a5-45e0-9920-0468c40ef1eb"],"updated_at":"2018-10-26T10:25:11Z","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","id":"24cbbab4-740f-498f-a116-7c283925ae50","name":"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net"}]} 2018-10-26 10:27:33,558 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net used request id req-ecdc462f-87bc-4963-9228-ce66e86911a1 2018-10-26 10:27:33,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/b8d5f8996acf44efb22ab4f9f27ba2a7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:33,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:27:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29c7eb2a-e2a4-49e3-9ded-e218c49ddcdc Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b8d5f8996acf44efb22ab4f9f27ba2a7"}, "enabled": true, "id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-01511948-543e-403-proj"}} 2018-10-26 10:27:33,642 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/b8d5f8996acf44efb22ab4f9f27ba2a7 used request id req-29c7eb2a-e2a4-49e3-9ded-e218c49ddcdc 2018-10-26 10:27:33,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=24cbbab4-740f-498f-a116-7c283925ae50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:33,699 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a51995c9-7a1e-491a-ba98-81d8e4104af2 Date: Fri, 26 Oct 2018 10:27:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:11Z","dns_nameservers":[],"updated_at":"2018-10-26T10:25: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":"b8d5f8996acf44efb22ab4f9f27ba2a7","id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","subnetpool_id":null,"name":"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-subnet"}]} 2018-10-26 10:27:33,700 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=24cbbab4-740f-498f-a116-7c283925ae50 used request id req-a51995c9-7a1e-491a-ba98-81d8e4104af2 2018-10-26 10:27:33,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=24cbbab4-740f-498f-a116-7c283925ae50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:33,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3894 X-Openstack-Request-Id: req-3715aef1-53ec-45e2-a6c5-c2f8e847ed8e Date: Fri, 26 Oct 2018 10:27:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:25:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","ip_address":"10.55.1.2"}],"id":"540d5b46-690e-4a9c-9816-5a1b4a5b24fc","security_groups":[],"mac_address":"fa:16:3e:8d:5f:c2","project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:11Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-24cbbab4-740f-498f-a116-7c283925ae50"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:25:34Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","ip_address":"10.55.1.1"}],"id":"98ff8941-95c5-4005-974d-28dcf656879a","security_groups":[],"mac_address":"fa:16:3e:77:f4:95","project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:20Z","binding:vnic_type":"normal","device_id":"0ace9cd1-2f8c-4729-9968-0efa613900e1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:25:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","ip_address":"10.55.1.3"}],"id":"9f9b89f3-3137-4068-a9a1-f9e3b05a3f48","security_groups":[],"mac_address":"fa:16:3e:d1:da:ba","project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:12Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-24cbbab4-740f-498f-a116-7c283925ae50"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:25:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","ip_address":"10.55.1.4"}],"id":"aeb3fa9e-cdb3-414a-9f8e-eebd9c6426e6","security_groups":[],"mac_address":"fa:16:3e:66:fb:81","project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:13Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-24cbbab4-740f-498f-a116-7c283925ae50"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:27:32Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","ip_address":"10.55.1.7"}],"id":"b12cd2f3-3088-478b-b6fb-a867868389ea","security_groups":["5d98c1aa-bba0-4666-91d4-2ec80252421b","88200bfe-1905-4fed-b2c7-5985ddf91dea"],"mac_address":"fa:16:3e:c6:56:64","project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-port-1","admin_state_up":true,"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:31Z","binding:vnic_type":"normal","device_id":"34c709a6-df53-4fe0-a511-5896d2556a6e"}]} 2018-10-26 10:27:33,808 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=24cbbab4-740f-498f-a116-7c283925ae50 used request id req-3715aef1-53ec-45e2-a6c5-c2f8e847ed8e 2018-10-26 10:27:33,809 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-26 10:27:33,812 - paramiko.transport - DEBUG - starting thread (client mode): 0x5f39c510L 2018-10-26 10:27:33,813 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-26 10:27:33,818 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-10-26 10:27:33,818 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-10-26 10:27:33,819 - 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-26 10:27:33,820 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-26 10:27:33,820 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-26 10:27:33,820 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-26 10:27:33,820 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-26 10:27:33,820 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-26 10:27:33,862 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-26 10:27:33,862 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-26 10:27:33,878 - paramiko.transport - DEBUG - Trying key b9b6ea1a544a637d0405eabf926ff052 from tmp/AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7 2018-10-26 10:27:33,902 - paramiko.transport - DEBUG - userauth is OK 2018-10-26 10:27:33,925 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-26 10:27:34,026 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-26 10:27:34,056 - create_instance - INFO - SSH is active for VM instance 2018-10-26 10:27:34,056 - create_instance - INFO - Checking if cloud-init has completed 2018-10-26 10:27:34,059 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:34,530 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:27: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-9734f05f-2a85-48c7-8275-89539132225f x-compute-request-id: req-9734f05f-2a85-48c7-8275-89539132225f Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:56:64", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:56:64", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "bookmark"}], "image": {"id": "32699058-af67-4528-8d80-f100749d95d2", "links": [{"href": "http://172.30.9.21:8774/images/32699058-af67-4528-8d80-f100749d95d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:27:21.000000", "flavor": {"id": "ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "links": [{"href": "http://172.30.9.21:8774/flavors/ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "rel": "bookmark"}]}, "id": "34c709a6-df53-4fe0-a511-5896d2556a6e", "security_groups": [{"name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-sec-grp"}, {"name": "default"}], "user_id": "8c8466f4993f4c3785f5e3347fb2d2d9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:27:21Z", "hostId": "2c5d90d3ff8660e31b1932f21eae7e0478d151266110cfff09a1cfa9", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-kp", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst", "created": "2018-10-26T10:25:35Z", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:27:34,530 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e used request id req-9734f05f-2a85-48c7-8275-89539132225f 2018-10-26 10:27:34,531 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst] is - ACTIVE 2018-10-26 10:27:34,531 - create_instance - INFO - VM is - ACTIVE 2018-10-26 10:27:34,534 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:35,210 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:27: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-0cbfb94a-ed1b-428c-a86e-70b0fca8c9fd x-compute-request-id: req-0cbfb94a-ed1b-428c-a86e-70b0fca8c9fd Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:56:64", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:56:64", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "bookmark"}], "image": {"id": "32699058-af67-4528-8d80-f100749d95d2", "links": [{"href": "http://172.30.9.21:8774/images/32699058-af67-4528-8d80-f100749d95d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:27:21.000000", "flavor": {"id": "ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "links": [{"href": "http://172.30.9.21:8774/flavors/ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "rel": "bookmark"}]}, "id": "34c709a6-df53-4fe0-a511-5896d2556a6e", "security_groups": [{"name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-sec-grp"}, {"name": "default"}], "user_id": "8c8466f4993f4c3785f5e3347fb2d2d9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:27:21Z", "hostId": "2c5d90d3ff8660e31b1932f21eae7e0478d151266110cfff09a1cfa9", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-kp", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst", "created": "2018-10-26T10:25:35Z", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:27:35,210 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e used request id req-0cbfb94a-ed1b-428c-a86e-70b0fca8c9fd 2018-10-26 10:27:35,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:35,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-60869335-53b4-49ae-8c86-4b069184278a Date: Fri, 26 Oct 2018 10:27: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":["3562ac1b-71a5-45e0-9920-0468c40ef1eb"],"updated_at":"2018-10-26T10:25:11Z","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","id":"24cbbab4-740f-498f-a116-7c283925ae50","name":"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net"}]} 2018-10-26 10:27:35,318 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net used request id req-60869335-53b4-49ae-8c86-4b069184278a 2018-10-26 10:27:35,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/b8d5f8996acf44efb22ab4f9f27ba2a7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:35,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:27:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fbac210-dccb-4eec-9706-359e9237eaa1 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b8d5f8996acf44efb22ab4f9f27ba2a7"}, "enabled": true, "id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-01511948-543e-403-proj"}} 2018-10-26 10:27:35,402 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/b8d5f8996acf44efb22ab4f9f27ba2a7 used request id req-6fbac210-dccb-4eec-9706-359e9237eaa1 2018-10-26 10:27:35,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=24cbbab4-740f-498f-a116-7c283925ae50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:35,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-7f1d2465-93ff-4d09-9d65-006f63b22656 Date: Fri, 26 Oct 2018 10:27:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:11Z","dns_nameservers":[],"updated_at":"2018-10-26T10:25: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":"b8d5f8996acf44efb22ab4f9f27ba2a7","id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","subnetpool_id":null,"name":"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-subnet"}]} 2018-10-26 10:27:35,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=24cbbab4-740f-498f-a116-7c283925ae50 used request id req-7f1d2465-93ff-4d09-9d65-006f63b22656 2018-10-26 10:27:35,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=24cbbab4-740f-498f-a116-7c283925ae50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:35,569 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3894 X-Openstack-Request-Id: req-7e7cebc8-2412-400a-8314-1a2d38d74032 Date: Fri, 26 Oct 2018 10:27:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:25:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","ip_address":"10.55.1.2"}],"id":"540d5b46-690e-4a9c-9816-5a1b4a5b24fc","security_groups":[],"mac_address":"fa:16:3e:8d:5f:c2","project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:11Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-24cbbab4-740f-498f-a116-7c283925ae50"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:25:34Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","ip_address":"10.55.1.1"}],"id":"98ff8941-95c5-4005-974d-28dcf656879a","security_groups":[],"mac_address":"fa:16:3e:77:f4:95","project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:20Z","binding:vnic_type":"normal","device_id":"0ace9cd1-2f8c-4729-9968-0efa613900e1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:25:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","ip_address":"10.55.1.3"}],"id":"9f9b89f3-3137-4068-a9a1-f9e3b05a3f48","security_groups":[],"mac_address":"fa:16:3e:d1:da:ba","project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:12Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-24cbbab4-740f-498f-a116-7c283925ae50"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:25:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","ip_address":"10.55.1.4"}],"id":"aeb3fa9e-cdb3-414a-9f8e-eebd9c6426e6","security_groups":[],"mac_address":"fa:16:3e:66:fb:81","project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:13Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-24cbbab4-740f-498f-a116-7c283925ae50"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:27:32Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","ip_address":"10.55.1.7"}],"id":"b12cd2f3-3088-478b-b6fb-a867868389ea","security_groups":["5d98c1aa-bba0-4666-91d4-2ec80252421b","88200bfe-1905-4fed-b2c7-5985ddf91dea"],"mac_address":"fa:16:3e:c6:56:64","project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-port-1","admin_state_up":true,"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:31Z","binding:vnic_type":"normal","device_id":"34c709a6-df53-4fe0-a511-5896d2556a6e"}]} 2018-10-26 10:27:35,569 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=24cbbab4-740f-498f-a116-7c283925ae50 used request id req-7e7cebc8-2412-400a-8314-1a2d38d74032 2018-10-26 10:27:35,570 - create_instance - INFO - Checking if VM is active 2018-10-26 10:27:35,572 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:35,923 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:27:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b5fb53c0-7475-45e0-84e5-b892ee003a8a x-compute-request-id: req-b5fb53c0-7475-45e0-84e5-b892ee003a8a Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:56:64", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:56:64", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "bookmark"}], "image": {"id": "32699058-af67-4528-8d80-f100749d95d2", "links": [{"href": "http://172.30.9.21:8774/images/32699058-af67-4528-8d80-f100749d95d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:27:21.000000", "flavor": {"id": "ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "links": [{"href": "http://172.30.9.21:8774/flavors/ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "rel": "bookmark"}]}, "id": "34c709a6-df53-4fe0-a511-5896d2556a6e", "security_groups": [{"name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-sec-grp"}, {"name": "default"}], "user_id": "8c8466f4993f4c3785f5e3347fb2d2d9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:27:21Z", "hostId": "2c5d90d3ff8660e31b1932f21eae7e0478d151266110cfff09a1cfa9", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-kp", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst", "created": "2018-10-26T10:25:35Z", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:27:35,923 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e used request id req-b5fb53c0-7475-45e0-84e5-b892ee003a8a 2018-10-26 10:27:35,923 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst] is - ACTIVE 2018-10-26 10:27:35,924 - create_instance - INFO - VM is - ACTIVE 2018-10-26 10:27:35,927 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:36,402 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:27:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e0152505-1516-4fe7-a7d9-ba3471db2814 x-compute-request-id: req-e0152505-1516-4fe7-a7d9-ba3471db2814 Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:56:64", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:56:64", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "bookmark"}], "image": {"id": "32699058-af67-4528-8d80-f100749d95d2", "links": [{"href": "http://172.30.9.21:8774/images/32699058-af67-4528-8d80-f100749d95d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:27:21.000000", "flavor": {"id": "ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "links": [{"href": "http://172.30.9.21:8774/flavors/ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "rel": "bookmark"}]}, "id": "34c709a6-df53-4fe0-a511-5896d2556a6e", "security_groups": [{"name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-sec-grp"}, {"name": "default"}], "user_id": "8c8466f4993f4c3785f5e3347fb2d2d9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:27:21Z", "hostId": "2c5d90d3ff8660e31b1932f21eae7e0478d151266110cfff09a1cfa9", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-kp", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst", "created": "2018-10-26T10:25:35Z", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:27:36,402 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e used request id req-e0152505-1516-4fe7-a7d9-ba3471db2814 2018-10-26 10:27:36,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:36,507 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-31f2b18f-73ce-433a-add7-b6b5298aa805 Date: Fri, 26 Oct 2018 10:27: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":["3562ac1b-71a5-45e0-9920-0468c40ef1eb"],"updated_at":"2018-10-26T10:25:11Z","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","id":"24cbbab4-740f-498f-a116-7c283925ae50","name":"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net"}]} 2018-10-26 10:27:36,507 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net used request id req-31f2b18f-73ce-433a-add7-b6b5298aa805 2018-10-26 10:27:36,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/b8d5f8996acf44efb22ab4f9f27ba2a7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:36,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:27:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dde65a6a-d96a-406c-8fde-9d5e6618cc27 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b8d5f8996acf44efb22ab4f9f27ba2a7"}, "enabled": true, "id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-01511948-543e-403-proj"}} 2018-10-26 10:27:36,590 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/b8d5f8996acf44efb22ab4f9f27ba2a7 used request id req-dde65a6a-d96a-406c-8fde-9d5e6618cc27 2018-10-26 10:27:36,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=24cbbab4-740f-498f-a116-7c283925ae50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:36,645 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-9bcde64d-993e-4762-9b2e-1e4601e29a50 Date: Fri, 26 Oct 2018 10:27:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:11Z","dns_nameservers":[],"updated_at":"2018-10-26T10:25: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":"b8d5f8996acf44efb22ab4f9f27ba2a7","id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","subnetpool_id":null,"name":"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-subnet"}]} 2018-10-26 10:27:36,646 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=24cbbab4-740f-498f-a116-7c283925ae50 used request id req-9bcde64d-993e-4762-9b2e-1e4601e29a50 2018-10-26 10:27:36,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=24cbbab4-740f-498f-a116-7c283925ae50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:36,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3894 X-Openstack-Request-Id: req-3765e61f-5ffa-4ee4-b5c7-853d7ebc7265 Date: Fri, 26 Oct 2018 10:27:36 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:25:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","ip_address":"10.55.1.2"}],"id":"540d5b46-690e-4a9c-9816-5a1b4a5b24fc","security_groups":[],"mac_address":"fa:16:3e:8d:5f:c2","project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:11Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-24cbbab4-740f-498f-a116-7c283925ae50"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:25:34Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","ip_address":"10.55.1.1"}],"id":"98ff8941-95c5-4005-974d-28dcf656879a","security_groups":[],"mac_address":"fa:16:3e:77:f4:95","project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:20Z","binding:vnic_type":"normal","device_id":"0ace9cd1-2f8c-4729-9968-0efa613900e1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:25:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","ip_address":"10.55.1.3"}],"id":"9f9b89f3-3137-4068-a9a1-f9e3b05a3f48","security_groups":[],"mac_address":"fa:16:3e:d1:da:ba","project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:12Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-24cbbab4-740f-498f-a116-7c283925ae50"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:25:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","ip_address":"10.55.1.4"}],"id":"aeb3fa9e-cdb3-414a-9f8e-eebd9c6426e6","security_groups":[],"mac_address":"fa:16:3e:66:fb:81","project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:13Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-24cbbab4-740f-498f-a116-7c283925ae50"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:27:32Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","ip_address":"10.55.1.7"}],"id":"b12cd2f3-3088-478b-b6fb-a867868389ea","security_groups":["5d98c1aa-bba0-4666-91d4-2ec80252421b","88200bfe-1905-4fed-b2c7-5985ddf91dea"],"mac_address":"fa:16:3e:c6:56:64","project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-port-1","admin_state_up":true,"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:31Z","binding:vnic_type":"normal","device_id":"34c709a6-df53-4fe0-a511-5896d2556a6e"}]} 2018-10-26 10:27:36,750 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=24cbbab4-740f-498f-a116-7c283925ae50 used request id req-3765e61f-5ffa-4ee4-b5c7-853d7ebc7265 2018-10-26 10:27:36,751 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-26 10:27:36,753 - paramiko.transport - DEBUG - starting thread (client mode): 0x5f42db50L 2018-10-26 10:27:36,753 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-26 10:27:36,756 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-10-26 10:27:36,756 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-10-26 10:27:36,757 - 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-26 10:27:36,758 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-26 10:27:36,758 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-26 10:27:36,758 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-26 10:27:36,758 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-26 10:27:36,758 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-26 10:27:36,797 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-26 10:27:36,798 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-26 10:27:36,818 - paramiko.transport - DEBUG - Trying key b9b6ea1a544a637d0405eabf926ff052 from tmp/AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7 2018-10-26 10:27:36,838 - paramiko.transport - DEBUG - userauth is OK 2018-10-26 10:27:36,845 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-26 10:27:36,946 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-26 10:27:36,963 - create_instance - INFO - SSH is active for VM instance 2018-10-26 10:27:36,964 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-26 10:27:36,965 - paramiko.transport - DEBUG - starting thread (client mode): 0x5f42db90L 2018-10-26 10:27:36,965 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-26 10:27:36,968 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-10-26 10:27:36,968 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-10-26 10:27:36,970 - 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-26 10:27:36,970 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-26 10:27:36,970 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-26 10:27:36,970 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-26 10:27:36,970 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-26 10:27:36,970 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-26 10:27:37,009 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-26 10:27:37,010 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-26 10:27:37,030 - paramiko.transport - DEBUG - Trying key b9b6ea1a544a637d0405eabf926ff052 from tmp/AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7 2018-10-26 10:27:37,046 - paramiko.transport - DEBUG - userauth is OK 2018-10-26 10:27:37,052 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-26 10:27:37,062 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-26 10:27:37,217 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-26 10:27:37,217 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-26 10:27:37,228 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-26 10:27:37,236 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-26 10:27:37,237 - create_instance - INFO - cloud-init complete for VM instance 2018-10-26 10:27:37,241 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:37,241 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-26 10:27:37,805 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:27: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-ac3f3a40-15a1-4aa3-abb5-66f4ad8304dd x-compute-request-id: req-ac3f3a40-15a1-4aa3-abb5-66f4ad8304dd Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:56:64", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:56:64", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "bookmark"}], "image": {"id": "32699058-af67-4528-8d80-f100749d95d2", "links": [{"href": "http://172.30.9.21:8774/images/32699058-af67-4528-8d80-f100749d95d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:27:21.000000", "flavor": {"id": "ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "links": [{"href": "http://172.30.9.21:8774/flavors/ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "rel": "bookmark"}]}, "id": "34c709a6-df53-4fe0-a511-5896d2556a6e", "security_groups": [{"name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-sec-grp"}, {"name": "default"}], "user_id": "8c8466f4993f4c3785f5e3347fb2d2d9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:27:21Z", "hostId": "2c5d90d3ff8660e31b1932f21eae7e0478d151266110cfff09a1cfa9", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-kp", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst", "created": "2018-10-26T10:25:35Z", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:27:37,806 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e used request id req-ac3f3a40-15a1-4aa3-abb5-66f4ad8304dd 2018-10-26 10:27:37,806 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst] is - ACTIVE 2018-10-26 10:27:37,806 - create_instance - INFO - VM is - ACTIVE 2018-10-26 10:27:37,809 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:38,137 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:27: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-8ed7785a-1984-4ea0-960c-ceb297f4bdf3 x-compute-request-id: req-8ed7785a-1984-4ea0-960c-ceb297f4bdf3 Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:56:64", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:56:64", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "bookmark"}], "image": {"id": "32699058-af67-4528-8d80-f100749d95d2", "links": [{"href": "http://172.30.9.21:8774/images/32699058-af67-4528-8d80-f100749d95d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:27:21.000000", "flavor": {"id": "ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "links": [{"href": "http://172.30.9.21:8774/flavors/ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "rel": "bookmark"}]}, "id": "34c709a6-df53-4fe0-a511-5896d2556a6e", "security_groups": [{"name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-sec-grp"}, {"name": "default"}], "user_id": "8c8466f4993f4c3785f5e3347fb2d2d9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:27:21Z", "hostId": "2c5d90d3ff8660e31b1932f21eae7e0478d151266110cfff09a1cfa9", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-kp", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst", "created": "2018-10-26T10:25:35Z", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:27:38,137 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e used request id req-8ed7785a-1984-4ea0-960c-ceb297f4bdf3 2018-10-26 10:27:38,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:38,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-b7995bfd-6fa0-4ba7-92fd-42bc97d0a8ce Date: Fri, 26 Oct 2018 10:27: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":["3562ac1b-71a5-45e0-9920-0468c40ef1eb"],"updated_at":"2018-10-26T10:25:11Z","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","id":"24cbbab4-740f-498f-a116-7c283925ae50","name":"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net"}]} 2018-10-26 10:27:38,245 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net used request id req-b7995bfd-6fa0-4ba7-92fd-42bc97d0a8ce 2018-10-26 10:27:38,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/b8d5f8996acf44efb22ab4f9f27ba2a7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:38,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:27:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90cd7b0f-58d9-4ed5-a014-865532306d6a Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b8d5f8996acf44efb22ab4f9f27ba2a7"}, "enabled": true, "id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-01511948-543e-403-proj"}} 2018-10-26 10:27:38,333 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/b8d5f8996acf44efb22ab4f9f27ba2a7 used request id req-90cd7b0f-58d9-4ed5-a014-865532306d6a 2018-10-26 10:27:38,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=24cbbab4-740f-498f-a116-7c283925ae50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:38,397 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-38197342-e431-4fcd-956e-81a63cf6861a Date: Fri, 26 Oct 2018 10:27:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:11Z","dns_nameservers":[],"updated_at":"2018-10-26T10:25: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":"b8d5f8996acf44efb22ab4f9f27ba2a7","id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","subnetpool_id":null,"name":"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-subnet"}]} 2018-10-26 10:27:38,398 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=24cbbab4-740f-498f-a116-7c283925ae50 used request id req-38197342-e431-4fcd-956e-81a63cf6861a 2018-10-26 10:27:38,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=24cbbab4-740f-498f-a116-7c283925ae50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:38,510 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3894 X-Openstack-Request-Id: req-f6db7f78-5669-493a-a575-ecbec07f4bfb Date: Fri, 26 Oct 2018 10:27:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:25:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","ip_address":"10.55.1.2"}],"id":"540d5b46-690e-4a9c-9816-5a1b4a5b24fc","security_groups":[],"mac_address":"fa:16:3e:8d:5f:c2","project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:11Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-24cbbab4-740f-498f-a116-7c283925ae50"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:25:34Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","ip_address":"10.55.1.1"}],"id":"98ff8941-95c5-4005-974d-28dcf656879a","security_groups":[],"mac_address":"fa:16:3e:77:f4:95","project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:20Z","binding:vnic_type":"normal","device_id":"0ace9cd1-2f8c-4729-9968-0efa613900e1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:25:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","ip_address":"10.55.1.3"}],"id":"9f9b89f3-3137-4068-a9a1-f9e3b05a3f48","security_groups":[],"mac_address":"fa:16:3e:d1:da:ba","project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:12Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-24cbbab4-740f-498f-a116-7c283925ae50"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:25:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","ip_address":"10.55.1.4"}],"id":"aeb3fa9e-cdb3-414a-9f8e-eebd9c6426e6","security_groups":[],"mac_address":"fa:16:3e:66:fb:81","project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:13Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-24cbbab4-740f-498f-a116-7c283925ae50"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:27:32Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","ip_address":"10.55.1.7"}],"id":"b12cd2f3-3088-478b-b6fb-a867868389ea","security_groups":["5d98c1aa-bba0-4666-91d4-2ec80252421b","88200bfe-1905-4fed-b2c7-5985ddf91dea"],"mac_address":"fa:16:3e:c6:56:64","project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-port-1","admin_state_up":true,"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:31Z","binding:vnic_type":"normal","device_id":"34c709a6-df53-4fe0-a511-5896d2556a6e"}]} 2018-10-26 10:27:38,510 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=24cbbab4-740f-498f-a116-7c283925ae50 used request id req-f6db7f78-5669-493a-a575-ecbec07f4bfb 2018-10-26 10:27:38,514 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:38,980 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:27: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-e4507386-7fa8-46ea-bad8-763a5984e1a0 x-compute-request-id: req-e4507386-7fa8-46ea-bad8-763a5984e1a0 Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:56:64", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:56:64", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "bookmark"}], "image": {"id": "32699058-af67-4528-8d80-f100749d95d2", "links": [{"href": "http://172.30.9.21:8774/images/32699058-af67-4528-8d80-f100749d95d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:27:21.000000", "flavor": {"id": "ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "links": [{"href": "http://172.30.9.21:8774/flavors/ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "rel": "bookmark"}]}, "id": "34c709a6-df53-4fe0-a511-5896d2556a6e", "security_groups": [{"name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-sec-grp"}, {"name": "default"}], "user_id": "8c8466f4993f4c3785f5e3347fb2d2d9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:27:21Z", "hostId": "2c5d90d3ff8660e31b1932f21eae7e0478d151266110cfff09a1cfa9", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-kp", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst", "created": "2018-10-26T10:25:35Z", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:27:38,981 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e used request id req-e4507386-7fa8-46ea-bad8-763a5984e1a0 2018-10-26 10:27:38,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:39,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-ae736e42-ba23-4df9-8932-11b270327371 Date: Fri, 26 Oct 2018 10:27: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":["3562ac1b-71a5-45e0-9920-0468c40ef1eb"],"updated_at":"2018-10-26T10:25:11Z","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","id":"24cbbab4-740f-498f-a116-7c283925ae50","name":"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net"}]} 2018-10-26 10:27:39,089 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net used request id req-ae736e42-ba23-4df9-8932-11b270327371 2018-10-26 10:27:39,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/b8d5f8996acf44efb22ab4f9f27ba2a7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:39,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:27:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11946e73-a5e3-4e2f-8ebc-d169e084aec9 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b8d5f8996acf44efb22ab4f9f27ba2a7"}, "enabled": true, "id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-01511948-543e-403-proj"}} 2018-10-26 10:27:39,175 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/b8d5f8996acf44efb22ab4f9f27ba2a7 used request id req-11946e73-a5e3-4e2f-8ebc-d169e084aec9 2018-10-26 10:27:39,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=24cbbab4-740f-498f-a116-7c283925ae50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:39,243 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-7dbb5fbe-d19e-415a-beb3-596a534bbcad Date: Fri, 26 Oct 2018 10:27:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:11Z","dns_nameservers":[],"updated_at":"2018-10-26T10:25: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":"b8d5f8996acf44efb22ab4f9f27ba2a7","id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","subnetpool_id":null,"name":"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-subnet"}]} 2018-10-26 10:27:39,243 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=24cbbab4-740f-498f-a116-7c283925ae50 used request id req-7dbb5fbe-d19e-415a-beb3-596a534bbcad 2018-10-26 10:27:39,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=24cbbab4-740f-498f-a116-7c283925ae50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:39,352 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3894 X-Openstack-Request-Id: req-802849e1-5365-492c-bb61-8dc850596f6b Date: Fri, 26 Oct 2018 10:27:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:25:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","ip_address":"10.55.1.2"}],"id":"540d5b46-690e-4a9c-9816-5a1b4a5b24fc","security_groups":[],"mac_address":"fa:16:3e:8d:5f:c2","project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:11Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-24cbbab4-740f-498f-a116-7c283925ae50"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:25:34Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","ip_address":"10.55.1.1"}],"id":"98ff8941-95c5-4005-974d-28dcf656879a","security_groups":[],"mac_address":"fa:16:3e:77:f4:95","project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:20Z","binding:vnic_type":"normal","device_id":"0ace9cd1-2f8c-4729-9968-0efa613900e1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:25:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","ip_address":"10.55.1.3"}],"id":"9f9b89f3-3137-4068-a9a1-f9e3b05a3f48","security_groups":[],"mac_address":"fa:16:3e:d1:da:ba","project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:12Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-24cbbab4-740f-498f-a116-7c283925ae50"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:25:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","ip_address":"10.55.1.4"}],"id":"aeb3fa9e-cdb3-414a-9f8e-eebd9c6426e6","security_groups":[],"mac_address":"fa:16:3e:66:fb:81","project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:13Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-24cbbab4-740f-498f-a116-7c283925ae50"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:27:32Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3562ac1b-71a5-45e0-9920-0468c40ef1eb","ip_address":"10.55.1.7"}],"id":"b12cd2f3-3088-478b-b6fb-a867868389ea","security_groups":["5d98c1aa-bba0-4666-91d4-2ec80252421b","88200bfe-1905-4fed-b2c7-5985ddf91dea"],"mac_address":"fa:16:3e:c6:56:64","project_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-port-1","admin_state_up":true,"network_id":"24cbbab4-740f-498f-a116-7c283925ae50","tenant_id":"b8d5f8996acf44efb22ab4f9f27ba2a7","created_at":"2018-10-26T10:25:31Z","binding:vnic_type":"normal","device_id":"34c709a6-df53-4fe0-a511-5896d2556a6e"}]} 2018-10-26 10:27:39,352 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=24cbbab4-740f-498f-a116-7c283925ae50 used request id req-802849e1-5365-492c-bb61-8dc850596f6b 2018-10-26 10:27:39,356 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" -d '{"addSecurityGroup": {"name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-sec-grp"}}' 2018-10-26 10:27:40,058 - novaclient.v2.client - DEBUG - RESP: [400] Date: Fri, 26 Oct 2018 10:27:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a51538ff-49b3-45a7-abc6-58b39c7ffdb9 x-compute-request-id: req-a51538ff-49b3-45a7-abc6-58b39c7ffdb9 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: '5d98c1aa-bba0-4666-91d4-2ec80252421b'.\nNeutron server returns request_ids: ['req-ef9dd6a0-e6ce-465b-b77d-aac52173c109']", "code": 400}} 2018-10-26 10:27:40,058 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e/action used request id req-a51538ff-49b3-45a7-abc6-58b39c7ffdb9 2018-10-26 10:27:40,061 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:40,534 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:27: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-7b149993-fea6-4752-bb05-f8a390b559ca x-compute-request-id: req-7b149993-fea6-4752-bb05-f8a390b559ca Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:56:64", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:56:64", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "bookmark"}], "image": {"id": "32699058-af67-4528-8d80-f100749d95d2", "links": [{"href": "http://172.30.9.21:8774/images/32699058-af67-4528-8d80-f100749d95d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:27:21.000000", "flavor": {"id": "ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "links": [{"href": "http://172.30.9.21:8774/flavors/ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "rel": "bookmark"}]}, "id": "34c709a6-df53-4fe0-a511-5896d2556a6e", "security_groups": [{"name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-sec-grp"}, {"name": "default"}], "user_id": "8c8466f4993f4c3785f5e3347fb2d2d9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:27:21Z", "hostId": "2c5d90d3ff8660e31b1932f21eae7e0478d151266110cfff09a1cfa9", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-kp", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst", "created": "2018-10-26T10:25:35Z", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:27:40,534 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e used request id req-7b149993-fea6-4752-bb05-f8a390b559ca 2018-10-26 10:27:40,534 - nova_utils - WARNING - Security group [AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-sec-grp] already added to VM [AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst] 2018-10-26 10:27:40,539 - 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-26 10:27:40,541 - ansible_utils - DEBUG - Executing Ansible Playbook - /usr/lib/python2.7/site-packages/snaps/provisioning/tests/playbooks/template_playbook.yml 2018-10-26 10:27:41,811 - ansible_utils - DEBUG - Retrieving SSH client 2018-10-26 10:27:41,813 - paramiko.transport - DEBUG - starting thread (client mode): 0x5f357150L 2018-10-26 10:27:41,814 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-26 10:27:41,816 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-10-26 10:27:41,817 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-10-26 10:27:41,818 - 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-26 10:27:41,818 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-26 10:27:41,818 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-26 10:27:41,818 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-26 10:27:41,819 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-26 10:27:41,819 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-26 10:27:41,858 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-26 10:27:41,859 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-26 10:27:41,878 - paramiko.transport - DEBUG - Trying key b9b6ea1a544a637d0405eabf926ff052 from tmp/AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7 2018-10-26 10:27:41,899 - paramiko.transport - DEBUG - userauth is OK 2018-10-26 10:27:41,905 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-26 10:27:41,910 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-26 10:27:42,076 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-26 10:27:42,077 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-26 10:27:42,113 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-26 10:27:42,123 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-26 10:27:42,124 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-26 10:27:42,225 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-26 10:27:42,239 - create_instance - INFO - Deleting Floating IP - 172.30.9.208 2018-10-26 10:27:42,239 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.208 2018-10-26 10:27:42,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/floatingips/a507447f-ad0e-4f11-8e8c-5c02efb8a6bb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:43,289 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-18ddd6b4-fc25-47ff-9097-ba5171a98f45 Content-Length: 0 Date: Fri, 26 Oct 2018 10:27:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:27:43,289 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/a507447f-ad0e-4f11-8e8c-5c02efb8a6bb used request id req-18ddd6b4-fc25-47ff-9097-ba5171a98f45 2018-10-26 10:27:43,289 - create_instance - INFO - Deleting Port with ID - b12cd2f3-3088-478b-b6fb-a867868389ea 2018-10-26 10:27:43,289 - neutron_utils - INFO - Deleting port with name AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-port-1 2018-10-26 10:27:43,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/b12cd2f3-3088-478b-b6fb-a867868389ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:43,745 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5c8caebd-e1a4-4de6-bf24-def73a8e26a7 Date: Fri, 26 Oct 2018 10:27:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:27:43,746 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/b12cd2f3-3088-478b-b6fb-a867868389ea used request id req-5c8caebd-e1a4-4de6-bf24-def73a8e26a7 2018-10-26 10:27:43,746 - create_instance - INFO - Deleting VM instance - AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst 2018-10-26 10:27:43,749 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:43,891 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:27:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b09f3f46-19a4-495d-a76c-de24fea6fde9 x-compute-request-id: req-b09f3f46-19a4-495d-a76c-de24fea6fde9 Content-Type: application/json 2018-10-26 10:27:43,891 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e used request id req-b09f3f46-19a4-495d-a76c-de24fea6fde9 2018-10-26 10:27:43,891 - create_instance - INFO - Checking deletion status 2018-10-26 10:27:43,894 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:44,126 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:27:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6595a223-da11-4e7b-97be-d90dbb4708bf x-compute-request-id: req-6595a223-da11-4e7b-97be-d90dbb4708bf Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/34c709a6-df53-4fe0-a511-5896d2556a6e", "rel": "bookmark"}], "image": {"id": "32699058-af67-4528-8d80-f100749d95d2", "links": [{"href": "http://172.30.9.21:8774/images/32699058-af67-4528-8d80-f100749d95d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:27:21.000000", "flavor": {"id": "ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "links": [{"href": "http://172.30.9.21:8774/flavors/ed88e58e-08c0-4aad-a8a3-55500adbfbe1", "rel": "bookmark"}]}, "id": "34c709a6-df53-4fe0-a511-5896d2556a6e", "user_id": "8c8466f4993f4c3785f5e3347fb2d2d9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:27:43Z", "hostId": "2c5d90d3ff8660e31b1932f21eae7e0478d151266110cfff09a1cfa9", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-kp", "name": "AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst", "created": "2018-10-26T10:25:35Z", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-26 10:27:44,126 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e used request id req-6595a223-da11-4e7b-97be-d90dbb4708bf 2018-10-26 10:27:44,127 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst] is - ACTIVE 2018-10-26 10:27:44,127 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-26 10:27:47,130 - create_instance - DEBUG - VM status query timeout in 296.76120019 2018-10-26 10:27:47,133 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ff742a3ef49df7b9bd51b6d1d546d6205f8ece" 2018-10-26 10:27:47,184 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 26 Oct 2018 10:27:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f9d1a353-b144-4f92-945d-e1835bad60d2 x-compute-request-id: req-f9d1a353-b144-4f92-945d-e1835bad60d2 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 34c709a6-df53-4fe0-a511-5896d2556a6e could not be found.", "code": 404}} 2018-10-26 10:27:47,184 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/34c709a6-df53-4fe0-a511-5896d2556a6e used request id req-f9d1a353-b144-4f92-945d-e1835bad60d2 2018-10-26 10:27:47,184 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 34c709a6-df53-4fe0-a511-5896d2556a6e could not be found. (HTTP 404) (Request-ID: req-f9d1a353-b144-4f92-945d-e1835bad60d2) 2018-10-26 10:27:47,184 - create_instance - INFO - VM has been properly deleted VM with name - AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-inst 2018-10-26 10:27:47,185 - neutron_utils - INFO - Deleting security group rule with ID - a306f704-4022-4e18-8261-31b12f92be86 2018-10-26 10:27:47,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/a306f704-4022-4e18-8261-31b12f92be86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30bf3f95039a28ecd29ea62623d27eb571f3db7d" 2018-10-26 10:27:47,440 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-01d3b607-f179-4e45-a68d-bf11423a8271 Content-Length: 0 Date: Fri, 26 Oct 2018 10:27:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:27:47,440 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/a306f704-4022-4e18-8261-31b12f92be86 used request id req-01d3b607-f179-4e45-a68d-bf11423a8271 2018-10-26 10:27:47,440 - neutron_utils - INFO - Deleting security group rule with ID - aca70a4e-2479-4c9d-b5a2-f0050929a2d5 2018-10-26 10:27:47,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/aca70a4e-2479-4c9d-b5a2-f0050929a2d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30bf3f95039a28ecd29ea62623d27eb571f3db7d" 2018-10-26 10:27:47,548 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a93b46cb-9718-4498-95e1-984db7947a97 Content-Length: 0 Date: Fri, 26 Oct 2018 10:27:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:27:47,548 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/aca70a4e-2479-4c9d-b5a2-f0050929a2d5 used request id req-a93b46cb-9718-4498-95e1-984db7947a97 2018-10-26 10:27:47,548 - neutron_utils - INFO - Deleting security group rule with ID - 5aa95a0c-70ae-43a5-9a77-b45686fadb45 2018-10-26 10:27:47,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/5aa95a0c-70ae-43a5-9a77-b45686fadb45 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30bf3f95039a28ecd29ea62623d27eb571f3db7d" 2018-10-26 10:27:47,812 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d8d62efd-7625-491e-8145-6f4e3d93a3d0 Content-Length: 0 Date: Fri, 26 Oct 2018 10:27:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:27:47,813 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/5aa95a0c-70ae-43a5-9a77-b45686fadb45 used request id req-d8d62efd-7625-491e-8145-6f4e3d93a3d0 2018-10-26 10:27:47,813 - neutron_utils - INFO - Deleting security group rule with ID - 5bc7696b-1904-4159-8a8e-acf56e3dab4e 2018-10-26 10:27:47,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/5bc7696b-1904-4159-8a8e-acf56e3dab4e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30bf3f95039a28ecd29ea62623d27eb571f3db7d" 2018-10-26 10:27:48,109 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e814a66d-03df-4c7f-8392-79f6d49eafef Content-Length: 0 Date: Fri, 26 Oct 2018 10:27:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:27:48,109 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/5bc7696b-1904-4159-8a8e-acf56e3dab4e used request id req-e814a66d-03df-4c7f-8392-79f6d49eafef 2018-10-26 10:27:48,109 - neutron_utils - INFO - Deleting security group with name - AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-sec-grp 2018-10-26 10:27:48,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/5d98c1aa-bba0-4666-91d4-2ec80252421b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30bf3f95039a28ecd29ea62623d27eb571f3db7d" 2018-10-26 10:27:48,423 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-16fa5e82-a6ce-4c57-b87b-68473c11df6f Content-Length: 0 Date: Fri, 26 Oct 2018 10:27:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:27:48,423 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/5d98c1aa-bba0-4666-91d4-2ec80252421b used request id req-16fa5e82-a6ce-4c57-b87b-68473c11df6f 2018-10-26 10:27:48,424 - nova_utils - DEBUG - Deleting keypair - AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-kp 2018-10-26 10:27:48,427 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba03e7ce2d49e3243d020270bfe3c5e502594049" 2018-10-26 10:27:48,484 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10:27: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-16165bdf-1bb9-47a0-93b3-0ead8e09ab78 x-compute-request-id: req-16165bdf-1bb9-47a0-93b3-0ead8e09ab78 Content-Length: 0 Content-Type: application/json 2018-10-26 10:27:48,484 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-kp used request id req-16165bdf-1bb9-47a0-93b3-0ead8e09ab78 2018-10-26 10:27:48,485 - OpenStackKeypair - INFO - Deleted public key file [tmp/AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7.pub] 2018-10-26 10:27:48,485 - OpenStackKeypair - INFO - Deleted private key file [tmp/AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7] 2018-10-26 10:27:48,489 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/ed88e58e-08c0-4aad-a8a3-55500adbfbe1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d0fa74b8e5a7f55067312fae591670730da447f" 2018-10-26 10:27:48,540 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10:27: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-f3092228-120a-438c-a847-3e69a8ebb869 x-compute-request-id: req-f3092228-120a-438c-a847-3e69a8ebb869 Content-Length: 0 Content-Type: application/json 2018-10-26 10:27:48,541 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/ed88e58e-08c0-4aad-a8a3-55500adbfbe1 used request id req-f3092228-120a-438c-a847-3e69a8ebb869 2018-10-26 10:27:48,541 - OpenStackNetwork - INFO - Removing router interface from router AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-router and subnet AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-subnet 2018-10-26 10:27:48,542 - neutron_utils - INFO - Removing router interface from router named AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-router 2018-10-26 10:27:48,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/0ace9cd1-2f8c-4729-9968-0efa613900e1/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95f103b52850e5b8f9d3a013779201039a8583df" -d '{"subnet_id": "3562ac1b-71a5-45e0-9920-0468c40ef1eb"}' 2018-10-26 10:27:50,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-75e6793e-eb7e-46d9-a923-c0250f7805b7 Date: Fri, 26 Oct 2018 10:27:50 GMT RESP BODY: {"network_id": "24cbbab4-740f-498f-a116-7c283925ae50", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "subnet_id": "3562ac1b-71a5-45e0-9920-0468c40ef1eb", "subnet_ids": ["3562ac1b-71a5-45e0-9920-0468c40ef1eb"], "port_id": "98ff8941-95c5-4005-974d-28dcf656879a", "id": "0ace9cd1-2f8c-4729-9968-0efa613900e1"} 2018-10-26 10:27:50,159 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/0ace9cd1-2f8c-4729-9968-0efa613900e1/remove_router_interface used request id req-75e6793e-eb7e-46d9-a923-c0250f7805b7 2018-10-26 10:27:50,160 - OpenStackNetwork - INFO - Removing router AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-router 2018-10-26 10:27:50,160 - neutron_utils - INFO - Deleting router with name - AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-router 2018-10-26 10:27:50,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/0ace9cd1-2f8c-4729-9968-0efa613900e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95f103b52850e5b8f9d3a013779201039a8583df" 2018-10-26 10:27:53,709 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6584269c-7def-404c-b459-e1a2c5952783 Content-Length: 0 Date: Fri, 26 Oct 2018 10:27:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:27:53,709 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/0ace9cd1-2f8c-4729-9968-0efa613900e1 used request id req-6584269c-7def-404c-b459-e1a2c5952783 2018-10-26 10:27:53,710 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-subnet 2018-10-26 10:27:53,710 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-subnet 2018-10-26 10:27:53,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/3562ac1b-71a5-45e0-9920-0468c40ef1eb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}013d02d6aa502dfb0595fec9481ac07cd78061e2" 2018-10-26 10:27:55,961 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-abb40d1f-3a6b-473e-831c-c77e8242bfda Date: Fri, 26 Oct 2018 10:27:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:27:55,961 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/3562ac1b-71a5-45e0-9920-0468c40ef1eb used request id req-abb40d1f-3a6b-473e-831c-c77e8242bfda 2018-10-26 10:27:55,961 - neutron_utils - INFO - Deleting network with name AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7-pub-net 2018-10-26 10:27:55,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/24cbbab4-740f-498f-a116-7c283925ae50 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}013d02d6aa502dfb0595fec9481ac07cd78061e2" 2018-10-26 10:27:57,328 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2bb0542b-76df-4d30-b532-055dac647b40 Date: Fri, 26 Oct 2018 10:27:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:27:57,328 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/24cbbab4-740f-498f-a116-7c283925ae50 used request id req-2bb0542b-76df-4d30-b532-055dac647b40 2018-10-26 10:27:57,329 - glance_utils - INFO - Deleting image named - AnsibleProvisioningTests-1f9c55d8-5dfa-4368-bd48-e4d85df8e9d7--image 2018-10-26 10:27:57,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/32699058-af67-4528-8d80-f100749d95d2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ae666e88b4a1100f18b4210a7e4a1385c57d41a3" 2018-10-26 10:27:58,644 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-83758a3c-007a-4d2e-b1a9-de09dd968530 Date: Fri, 26 Oct 2018 10:27: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-26 10:27:58,644 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/32699058-af67-4528-8d80-f100749d95d2 used request id req-83758a3c-007a-4d2e-b1a9-de09dd968530 2018-10-26 10:27:58,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679048947432a8b5649f1accd3fe81e14d007236" 2018-10-26 10:27:58,866 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-72b6c663-845a-4d8a-ba67-5012e019e83b Date: Fri, 26 Oct 2018 10:27:58 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "created_at": "2018-10-26T10:25:10Z", "updated_at": "2018-10-26T10:25:10Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:25:10Z", "revision_number": 0, "id": "16de47ad-a62c-4c36-9ddb-f4146f91b3f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:25:10Z", "security_group_id": "88200bfe-1905-4fed-b2c7-5985ddf91dea", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8d5f8996acf44efb22ab4f9f27ba2a7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:25:10Z", "revision_number": 0, "id": "18f0a722-ff75-4e8f-8f1d-0cf57fe17ae0", "remote_group_id": "88200bfe-1905-4fed-b2c7-5985ddf91dea", "remote_ip_prefix": null, "created_at": "2018-10-26T10:25:10Z", "security_group_id": "88200bfe-1905-4fed-b2c7-5985ddf91dea", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8d5f8996acf44efb22ab4f9f27ba2a7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:25:10Z", "revision_number": 0, "id": "62f5c163-5cc7-4069-b0b3-0078580de5a4", "remote_group_id": "88200bfe-1905-4fed-b2c7-5985ddf91dea", "remote_ip_prefix": null, "created_at": "2018-10-26T10:25:10Z", "security_group_id": "88200bfe-1905-4fed-b2c7-5985ddf91dea", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "port_range_min": null, "ethertype": "IPv4", "project_id": "b8d5f8996acf44efb22ab4f9f27ba2a7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:25:10Z", "revision_number": 0, "id": "8cc11850-1bcb-4635-8152-d62cd7580d47", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:25:10Z", "security_group_id": "88200bfe-1905-4fed-b2c7-5985ddf91dea", "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "port_range_min": null, "ethertype": "IPv6", "project_id": "b8d5f8996acf44efb22ab4f9f27ba2a7"}], "revision_number": 4, "project_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "id": "88200bfe-1905-4fed-b2c7-5985ddf91dea", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 10:27:58,867 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-72b6c663-845a-4d8a-ba67-5012e019e83b 2018-10-26 10:27:58,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679048947432a8b5649f1accd3fe81e14d007236" 2018-10-26 10:27:58,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:27:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aec59bc1-2440-4d5b-b8c6-2fc10ea5c75e 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.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-26 10:27:58,952 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99 used request id req-aec59bc1-2440-4d5b-b8c6-2fc10ea5c75e 2018-10-26 10:27:58,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679048947432a8b5649f1accd3fe81e14d007236" 2018-10-26 10:27:59,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:27:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04df463f-3f25-4719-8a0d-6f22023a2d79 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.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 10:27:59,043 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-04df463f-3f25-4719-8a0d-6f22023a2d79 2018-10-26 10:27:59,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/b8d5f8996acf44efb22ab4f9f27ba2a7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679048947432a8b5649f1accd3fe81e14d007236" 2018-10-26 10:27:59,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:27:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cedcf97-325d-4e70-8752-74b66ca387ba Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b8d5f8996acf44efb22ab4f9f27ba2a7"}, "enabled": true, "id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-01511948-543e-403-proj"}} 2018-10-26 10:27:59,135 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/b8d5f8996acf44efb22ab4f9f27ba2a7 used request id req-3cedcf97-325d-4e70-8752-74b66ca387ba 2018-10-26 10:27:59,135 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 88200bfe-1905-4fed-b2c7-5985ddf91dea 2018-10-26 10:27:59,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=88200bfe-1905-4fed-b2c7-5985ddf91dea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679048947432a8b5649f1accd3fe81e14d007236" 2018-10-26 10:27:59,311 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-a9b5d87a-fdfc-44df-bee6-2465a52fa153 Date: Fri, 26 Oct 2018 10:27:59 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:25:10Z", "security_group_id": "88200bfe-1905-4fed-b2c7-5985ddf91dea", "port_range_min": null, "revision_number": 0, "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "created_at": "2018-10-26T10:25:10Z", "project_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "id": "16de47ad-a62c-4c36-9ddb-f4146f91b3f0"}, {"remote_group_id": "88200bfe-1905-4fed-b2c7-5985ddf91dea", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:25:10Z", "security_group_id": "88200bfe-1905-4fed-b2c7-5985ddf91dea", "port_range_min": null, "revision_number": 0, "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "created_at": "2018-10-26T10:25:10Z", "project_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "id": "18f0a722-ff75-4e8f-8f1d-0cf57fe17ae0"}, {"remote_group_id": "88200bfe-1905-4fed-b2c7-5985ddf91dea", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:25:10Z", "security_group_id": "88200bfe-1905-4fed-b2c7-5985ddf91dea", "port_range_min": null, "revision_number": 0, "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "created_at": "2018-10-26T10:25:10Z", "project_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "id": "62f5c163-5cc7-4069-b0b3-0078580de5a4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:25:10Z", "security_group_id": "88200bfe-1905-4fed-b2c7-5985ddf91dea", "port_range_min": null, "revision_number": 0, "tenant_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "created_at": "2018-10-26T10:25:10Z", "project_id": "b8d5f8996acf44efb22ab4f9f27ba2a7", "id": "8cc11850-1bcb-4635-8152-d62cd7580d47"}]} 2018-10-26 10:27:59,311 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=88200bfe-1905-4fed-b2c7-5985ddf91dea used request id req-a9b5d87a-fdfc-44df-bee6-2465a52fa153 2018-10-26 10:27:59,312 - neutron_utils - INFO - Deleting security group with name - default 2018-10-26 10:27:59,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/88200bfe-1905-4fed-b2c7-5985ddf91dea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679048947432a8b5649f1accd3fe81e14d007236" 2018-10-26 10:27:59,610 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-65174f00-4c61-4f72-962f-7c1b1fdd7a86 Content-Length: 0 Date: Fri, 26 Oct 2018 10:27:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:27:59,611 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/88200bfe-1905-4fed-b2c7-5985ddf91dea used request id req-65174f00-4c61-4f72-962f-7c1b1fdd7a86 2018-10-26 10:27:59,611 - keystone_utils - INFO - Deleting project with name - AnsibleProvisioningTests-01511948-543e-403-proj 2018-10-26 10:27:59,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/b8d5f8996acf44efb22ab4f9f27ba2a7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679048947432a8b5649f1accd3fe81e14d007236" 2018-10-26 10:27:59,810 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:27:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-65b8690a-bb54-49ba-98f9-1356c6b9b36d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:27:59,810 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/b8d5f8996acf44efb22ab4f9f27ba2a7 used request id req-65b8690a-bb54-49ba-98f9-1356c6b9b36d 2018-10-26 10:27:59,811 - keystone_utils - INFO - Deleting role with name - AnsibleProvisioningTests-01511948-543e-403-proj-role 2018-10-26 10:27:59,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/4be986aedd684ceab08bf1677286aa1c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679048947432a8b5649f1accd3fe81e14d007236" 2018-10-26 10:27:59,927 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:27:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-02899999-605f-4304-bb2f-45ed6fd30194 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:27:59,928 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/4be986aedd684ceab08bf1677286aa1c used request id req-02899999-605f-4304-bb2f-45ed6fd30194 2018-10-26 10:27:59,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}679048947432a8b5649f1accd3fe81e14d007236" 2018-10-26 10:28:00,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:27:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25bfe4c6-472a-480a-a140-f9350136d02a Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:28:00,020 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-25bfe4c6-472a-480a-a140-f9350136d02a 2018-10-26 10:28:00,020 - keystone_utils - INFO - Deleting user with name - AnsibleProvisioningTests-01511948-543e-403-user 2018-10-26 10:28:00,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/8c8466f4993f4c3785f5e3347fb2d2d9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}077a0cf1b2f0c89556414261f9a80d1ddad3f7e0" 2018-10-26 10:28:00,187 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:28:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-483fa96b-17f3-4f3d-9ba1-97b25f18e57f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:28:00,187 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/8c8466f4993f4c3785f5e3347fb2d2d9 used request id req-483fa96b-17f3-4f3d-9ba1-97b25f18e57f 2018-10-26 10:28:00,188 - 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 3359.342s OK 2018-10-26 10:28:00,349 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-26 10:28:00,350 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 55:59 | PASS | +---------------------+------------------+------------------+----------------+ 2018-10-26 10:28:00,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 10:28:00,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dea5c587457624c59c713a0e16652744ec42f28c" 2018-10-26 10:28:00,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:28:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d0e70f5-dbae-486c-a475-059cf4cb62c0 Content-Encoding: gzip Content-Length: 348 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "4f75e021dfe74c9ab7a3aee778a72c84", "links": {"self": "http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:28:00,446 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-0d0e70f5-dbae-486c-a475-059cf4cb62c0 2018-10-26 10:28:00,446 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0899939537048s 2018-10-26 10:28:00,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-26 10:28:00,449 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dea5c587457624c59c713a0e16652744ec42f28c" 2018-10-26 10:28:00,580 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:28:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-db91f37a-6a92-4cc1-b700-5b0b3a908d47 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:28:00,580 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/4f75e021dfe74c9ab7a3aee778a72c84 used request id req-db91f37a-6a92-4cc1-b700-5b0b3a908d47 2018-10-26 10:28:00,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.131988048553s 2018-10-26 10:28:00,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-26 10:28:00,581 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}dea5c587457624c59c713a0e16652744ec42f28c" 2018-10-26 10:28:00,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:28:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6bbe43ee-ed9c-4148-8a0c-e37d843917a5 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c", "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "domain_id": "default", "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 10:28:00,670 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-6bbe43ee-ed9c-4148-8a0c-e37d843917a5 2018-10-26 10:28:00,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0887398719788s 2018-10-26 10:28:00,670 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-6bbe43ee-ed9c-4148-8a0c-e37d843917a5 2018-10-26 10:28:00,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-26 10:28:00,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dea5c587457624c59c713a0e16652744ec42f28c" 2018-10-26 10:28:00,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:28:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1eb04940-6f37-4aea-9d10-a4f55694896a Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7"}, "enabled": true, "id": "657b190628da4860b5a177f1331535a7", "options": {}, "domain_id": "default", "name": "snaps_smoke-user_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}} 2018-10-26 10:28:00,785 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7 used request id req-1eb04940-6f37-4aea-9d10-a4f55694896a 2018-10-26 10:28:00,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.10778093338s 2018-10-26 10:28:00,785 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7 used request id req-1eb04940-6f37-4aea-9d10-a4f55694896a 2018-10-26 10:28:00,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-26 10:28:00,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dea5c587457624c59c713a0e16652744ec42f28c" 2018-10-26 10:28:00,972 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:28:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-52803f02-eeff-4337-9350-f0521ec694ec Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:28:00,972 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7 used request id req-52803f02-eeff-4337-9350-f0521ec694ec 2018-10-26 10:28:00,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.186174869537s 2018-10-26 10:28:00,972 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/657b190628da4860b5a177f1331535a7 used request id req-52803f02-eeff-4337-9350-f0521ec694ec 2018-10-26 10:28:00,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-26 10:28:00,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}dea5c587457624c59c713a0e16652744ec42f28c" 2018-10-26 10:28:01,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:28:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7c70335-043e-4ff7-a23f-8ae68d39df4d Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476"}, "enabled": true, "id": "520bb063707641068ecd26c37a46f476", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_d3a47bc7-37dd-4a43-af0e-8e3cf13ab24c"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-26 10:28:01,050 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-b7c70335-043e-4ff7-a23f-8ae68d39df4d 2018-10-26 10:28:01,051 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0777349472046s 2018-10-26 10:28:01,051 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-b7c70335-043e-4ff7-a23f-8ae68d39df4d 2018-10-26 10:28:01,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-26 10:28:01,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dea5c587457624c59c713a0e16652744ec42f28c" 2018-10-26 10:28:01,210 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:28:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bbeadf9b-a176-4ff0-a2ca-ac9672d93571 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:28:01,210 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-bbeadf9b-a176-4ff0-a2ca-ac9672d93571 2018-10-26 10:28:01,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.156888961792s 2018-10-26 10:28:01,211 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/520bb063707641068ecd26c37a46f476 used request id req-bbeadf9b-a176-4ff0-a2ca-ac9672d93571 2018-10-26 10:28:01,211 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 10:28:01,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dea5c587457624c59c713a0e16652744ec42f28c" 2018-10-26 10:28:01,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:28:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5fd92ef-e8cd-4426-b049-a7638dd946f3 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "212cca547cb247b09b4539301a54fdb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3"}, "name": "Member"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:28:01,292 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-f5fd92ef-e8cd-4426-b049-a7638dd946f3 2018-10-26 10:28:01,293 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0812640190125s 2018-10-26 10:28:01,294 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-26 10:28:01,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dea5c587457624c59c713a0e16652744ec42f28c" 2018-10-26 10:28:01,392 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:28:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-20091840-0b53-4e23-8bad-63d10adda0c0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:28:01,392 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/212cca547cb247b09b4539301a54fdb3 used request id req-20091840-0b53-4e23-8bad-63d10adda0c0 2018-10-26 10:28:01,392 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.0980808734894s 2018-10-26 10:28:01,399 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-26 10:28:01,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/security-groups.json?project_id=520bb063707641068ecd26c37a46f476&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}dea5c587457624c59c713a0e16652744ec42f28c" 2018-10-26 10:28:01,598 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-97546a47-4201-48db-9558-4ec13d6d2dc6 Date: Fri, 26 Oct 2018 10:28:01 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}]} 2018-10-26 10:28:01,599 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json?project_id=520bb063707641068ecd26c37a46f476&name=default used request id req-97546a47-4201-48db-9558-4ec13d6d2dc6 2018-10-26 10:28:01,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.199371099472s 2018-10-26 10:28:01,599 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json?project_id=520bb063707641068ecd26c37a46f476&name=default used request id req-97546a47-4201-48db-9558-4ec13d6d2dc6 2018-10-26 10:28:01,602 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-26 10:28:01,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}dea5c587457624c59c713a0e16652744ec42f28c" 2018-10-26 10:28:01,885 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-866c48db-42cb-4728-b10b-f8b92e5d37cc Date: Fri, 26 Oct 2018 10:28:01 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "520bb063707641068ecd26c37a46f476", "created_at": "2018-10-26T09:32:09Z", "updated_at": "2018-10-26T09:32:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "2cd347d4-e10f-4997-9706-5be2a8033ec8", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "18eaa475-e8ac-4f66-8282-cfe5b138fdcf", "remote_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "53ab97f9-abf4-4511-9c41-08f94c58372e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv6", "project_id": "520bb063707641068ecd26c37a46f476"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T09:32:09Z", "revision_number": 0, "id": "86e6390f-0933-4ffc-816b-d8137d66fbc4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T09:32:09Z", "security_group_id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "tenant_id": "520bb063707641068ecd26c37a46f476", "port_range_min": null, "ethertype": "IPv4", "project_id": "520bb063707641068ecd26c37a46f476"}], "revision_number": 4, "project_id": "520bb063707641068ecd26c37a46f476", "id": "8361c808-1c9a-4d3e-8e23-25feb1ce42a3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 10:28:01,886 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-866c48db-42cb-4728-b10b-f8b92e5d37cc 2018-10-26 10:28:01,886 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.283264160156s 2018-10-26 10:28:01,886 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-866c48db-42cb-4728-b10b-f8b92e5d37cc 2018-10-26 10:28:01,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-26 10:28:01,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/security-groups/8361c808-1c9a-4d3e-8e23-25feb1ce42a3.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}dea5c587457624c59c713a0e16652744ec42f28c" 2018-10-26 10:28:02,251 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7af8fda1-ef6c-4447-8def-c4a605c6ae7c Content-Length: 0 Date: Fri, 26 Oct 2018 10:28:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 10:28:02,251 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/8361c808-1c9a-4d3e-8e23-25feb1ce42a3.json used request id req-7af8fda1-ef6c-4447-8def-c4a605c6ae7c 2018-10-26 10:28:02,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.360424995422s 2018-10-26 10:28:02,252 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/8361c808-1c9a-4d3e-8e23-25feb1ce42a3.json used request id req-7af8fda1-ef6c-4447-8def-c4a605c6ae7c 2018-10-26 10:28:02,306 - xtesting.ci.run_tests - INFO - Loading test case 'neutron_trunk'... 2018-10-26 10:28:02,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-26 10:28:02,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-26 10:28:02,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-26 10:28:02,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-26 10:28:02,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-26 10:28:02,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-26 10:28:02,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-26 10:28:02,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-26 10:28:02,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-26 10:28:02,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-26 10:28:02,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-26 10:28:02,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-26 10:28:02,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-26 10:28:02,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-26 10:28:02,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-26 10:28:02,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-26 10:28:02,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-26 10:28:02,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-26 10:28:02,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-26 10:28:02,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-26 10:28:02,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-26 10:28:02,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-26 10:28:02,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-26 10:28:02,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-26 10:28:02,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:28:02,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:28:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00bc6ff5-0d7c-4a68-a451-98228fde5ee4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:28:02,357 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-00bc6ff5-0d7c-4a68-a451-98228fde5ee4 2018-10-26 10:28:02,357 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:28:02,740 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}], "expires_at": "2018-10-26T11:28:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8dcd64f3c764883a33350227564ab99", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c8dcd64f3c764883a33350227564ab99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/c8dcd64f3c764883a33350227564ab99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/c8dcd64f3c764883a33350227564ab99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c8dcd64f3c764883a33350227564ab99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/c8dcd64f3c764883a33350227564ab99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/c8dcd64f3c764883a33350227564ab99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/c8dcd64f3c764883a33350227564ab99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/c8dcd64f3c764883a33350227564ab99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/c8dcd64f3c764883a33350227564ab99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/c8dcd64f3c764883a33350227564ab99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/c8dcd64f3c764883a33350227564ab99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/c8dcd64f3c764883a33350227564ab99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "407502ccd88d4e6a85d43ab4ef2e0d85"}, "audit_ids": ["N5htPs0mT5OdrOdMwgU9sA"], "issued_at": "2018-10-26T10:28:02.000000Z"}} 2018-10-26 10:28:02,743 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-26 10:28:02,744 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b99ddd402d75fbe8a0e8c0a5a5a45616572d195f" 2018-10-26 10:28:02,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-54b649d8-ec76-486d-bc55-0f7a9192f0f5 Date: Fri, 26 Oct 2018 10:28:02 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","provider:network_type":"flat"}]} 2018-10-26 10:28:02,987 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-54b649d8-ec76-486d-bc55-0f7a9192f0f5 2018-10-26 10:28:02,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.244252204895s 2018-10-26 10:28:02,988 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-54b649d8-ec76-486d-bc55-0f7a9192f0f5 2018-10-26 10:28:02,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-26 10:28:02,992 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}b99ddd402d75fbe8a0e8c0a5a5a45616572d195f" 2018-10-26 10:28:02,998 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:28: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:28:03,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b99ddd402d75fbe8a0e8c0a5a5a45616572d195f" 2018-10-26 10:28:03,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:28:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-855e7708-0f81-4f83-b6ba-9ab01fc14fc0 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/865486593e12402f86e9636a8d3859ad"}, "description": "", "name": "heat_stack", "enabled": true, "id": "865486593e12402f86e9636a8d3859ad"}, {"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-10-26 10:28:03,095 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-855e7708-0f81-4f83-b6ba-9ab01fc14fc0 2018-10-26 10:28:03,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.10658288002s 2018-10-26 10:28:03,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-26 10:28:03,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}b99ddd402d75fbe8a0e8c0a5a5a45616572d195f" -d '{"project": {"description": "Created by OPNFV Functest: neutron_trunk", "enabled": true, "domain_id": "default", "name": "neutron_trunk-project_721e4f84-0ddb-4b0a-a344-4d8ba0e56d4c"}}' 2018-10-26 10:28:03,215 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:28:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0a7c3252-0a9b-477a-9668-0fd680e67976 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.21:5000/v3/projects/1c41ff1d876447d3a5a929d8305bd0ff"}, "enabled": true, "id": "1c41ff1d876447d3a5a929d8305bd0ff", "parent_id": "default", "domain_id": "default", "name": "neutron_trunk-project_721e4f84-0ddb-4b0a-a344-4d8ba0e56d4c"}} 2018-10-26 10:28:03,216 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-0a7c3252-0a9b-477a-9668-0fd680e67976 2018-10-26 10:28:03,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.118624925613s 2018-10-26 10:28:03,216 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-0a7c3252-0a9b-477a-9668-0fd680e67976 2018-10-26 10:28:03,217 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'neutron_trunk-project_721e4f84-0ddb-4b0a-a344-4d8ba0e56d4c', 'id': u'1c41ff1d876447d3a5a929d8305bd0ff', '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-26 10:28:03,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-26 10:28:03,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.72127699852s 2018-10-26 10:28:03,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/2761fef0098f4f0e948814df07f8cda1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b99ddd402d75fbe8a0e8c0a5a5a45616572d195f" 2018-10-26 10:28:04,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:28:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63c4268d-81c0-4db9-91fd-d4a4beabef52 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/2761fef0098f4f0e948814df07f8cda1"}, "enabled": true, "id": "2761fef0098f4f0e948814df07f8cda1", "options": {}, "domain_id": "default", "name": "neutron_trunk-user_721e4f84-0ddb-4b0a-a344-4d8ba0e56d4c"}} 2018-10-26 10:28:04,044 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/2761fef0098f4f0e948814df07f8cda1 used request id req-63c4268d-81c0-4db9-91fd-d4a4beabef52 2018-10-26 10:28:04,045 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'2761fef0098f4f0e948814df07f8cda1', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'neutron_trunk-user_721e4f84-0ddb-4b0a-a344-4d8ba0e56d4c'}) 2018-10-26 10:28:04,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 10:28:04,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b99ddd402d75fbe8a0e8c0a5a5a45616572d195f" 2018-10-26 10:28:04,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:28:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3f6bf81-8a23-4b27-9f4b-b93a01e7e61f Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:28:04,141 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-b3f6bf81-8a23-4b27-9f4b-b93a01e7e61f 2018-10-26 10:28:04,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0965659618378s 2018-10-26 10:28:04,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 10:28:04,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b99ddd402d75fbe8a0e8c0a5a5a45616572d195f" 2018-10-26 10:28:04,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:28:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90a25317-d2b3-4055-b4d6-5cd6e1c8b671 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:28:04,229 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-90a25317-d2b3-4055-b4d6-5cd6e1c8b671 2018-10-26 10:28:04,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0865080356598s 2018-10-26 10:28:04,231 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-26 10:28:04,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-26 10:28:04,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b99ddd402d75fbe8a0e8c0a5a5a45616572d195f" -d '{"role": {"name": "Member"}}' 2018-10-26 10:28:04,335 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:28:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-45311a14-50d7-4d01-8ed9-fb34ad69cc55 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d5d31c07467449fa85e092687dd40bd2", "links": {"self": "http://172.30.9.21:5000/v3/roles/d5d31c07467449fa85e092687dd40bd2"}, "name": "Member"}} 2018-10-26 10:28:04,335 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-45311a14-50d7-4d01-8ed9-fb34ad69cc55 2018-10-26 10:28:04,335 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.103754043579s 2018-10-26 10:28:04,336 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles/d5d31c07467449fa85e092687dd40bd2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b99ddd402d75fbe8a0e8c0a5a5a45616572d195f" 2018-10-26 10:28:04,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:28:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8e3b14f-91a9-486f-89ac-eb4ff93a5447 Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/d5d31c07467449fa85e092687dd40bd2"}, "domain_id": null, "name": "Member", "id": "d5d31c07467449fa85e092687dd40bd2"}} 2018-10-26 10:28:04,352 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/d5d31c07467449fa85e092687dd40bd2 used request id req-a8e3b14f-91a9-486f-89ac-eb4ff93a5447 2018-10-26 10:28:04,352 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.21:5000/v3/roles/d5d31c07467449fa85e092687dd40bd2'}, 'domain_id': None, 'human_id': None, 'id': u'd5d31c07467449fa85e092687dd40bd2', 'HUMAN_ID': False}) 2018-10-26 10:28:04,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 10:28:04,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b99ddd402d75fbe8a0e8c0a5a5a45616572d195f" 2018-10-26 10:28:04,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:28:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3609590-7c71-4ac7-9543-7dcfcd46dfb2 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d5d31c07467449fa85e092687dd40bd2", "links": {"self": "http://172.30.9.21:5000/v3/roles/d5d31c07467449fa85e092687dd40bd2"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:28:04,426 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-e3609590-7c71-4ac7-9543-7dcfcd46dfb2 2018-10-26 10:28:04,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0738608837128s 2018-10-26 10:28:04,428 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-26 10:28:04,428 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b99ddd402d75fbe8a0e8c0a5a5a45616572d195f" 2018-10-26 10:28:04,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:28:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aee2cc8d-fdc2-4fb8-835c-8eaf7d674f89 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-10-26 10:28:04,510 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-aee2cc8d-fdc2-4fb8-835c-8eaf7d674f89 2018-10-26 10:28:04,511 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.082545042038s 2018-10-26 10:28:04,511 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-26 10:28:04,512 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}b99ddd402d75fbe8a0e8c0a5a5a45616572d195f" 2018-10-26 10:28:04,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:28:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7a994cc-e924-4891-bbd7-082dd6101001 Content-Encoding: gzip Content-Length: 865 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "neutron_trunk-user_721e4f84-0ddb-4b0a-a344-4d8ba0e56d4c", "links": {"self": "http://172.30.9.21:5000/v3/users/2761fef0098f4f0e948814df07f8cda1"}, "domain_id": "default", "enabled": true, "id": "2761fef0098f4f0e948814df07f8cda1", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 10:28:04,616 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-c7a994cc-e924-4891-bbd7-082dd6101001 2018-10-26 10:28:04,617 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.104995012283s 2018-10-26 10:28:04,617 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-c7a994cc-e924-4891-bbd7-082dd6101001 2018-10-26 10:28:04,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-26 10:28:04,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b99ddd402d75fbe8a0e8c0a5a5a45616572d195f" 2018-10-26 10:28:04,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:28:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-423a78d2-5f70-46aa-8bac-be9b41649af8 Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: neutron_trunk", "links": {"self": "http://172.30.9.21:5000/v3/projects/1c41ff1d876447d3a5a929d8305bd0ff"}, "enabled": true, "id": "1c41ff1d876447d3a5a929d8305bd0ff", "parent_id": "default", "domain_id": "default", "name": "neutron_trunk-project_721e4f84-0ddb-4b0a-a344-4d8ba0e56d4c"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-26 10:28:04,699 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-423a78d2-5f70-46aa-8bac-be9b41649af8 2018-10-26 10:28:04,699 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0753791332245s 2018-10-26 10:28:04,699 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-423a78d2-5f70-46aa-8bac-be9b41649af8 2018-10-26 10:28:04,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-26 10:28:04,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=2761fef0098f4f0e948814df07f8cda1&scope.project.id=1c41ff1d876447d3a5a929d8305bd0ff&role.id=d5d31c07467449fa85e092687dd40bd2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b99ddd402d75fbe8a0e8c0a5a5a45616572d195f" 2018-10-26 10:28:04,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:28:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4dcd2a6e-a255-48b2-a53d-87ee6845e997 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=2761fef0098f4f0e948814df07f8cda1&scope.project.id=1c41ff1d876447d3a5a929d8305bd0ff&role.id=d5d31c07467449fa85e092687dd40bd2", "previous": null, "next": null}} 2018-10-26 10:28:04,785 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=2761fef0098f4f0e948814df07f8cda1&scope.project.id=1c41ff1d876447d3a5a929d8305bd0ff&role.id=d5d31c07467449fa85e092687dd40bd2 used request id req-4dcd2a6e-a255-48b2-a53d-87ee6845e997 2018-10-26 10:28:04,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0831549167633s 2018-10-26 10:28:04,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-26 10:28:04,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/1c41ff1d876447d3a5a929d8305bd0ff/users/2761fef0098f4f0e948814df07f8cda1/roles/d5d31c07467449fa85e092687dd40bd2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b99ddd402d75fbe8a0e8c0a5a5a45616572d195f" 2018-10-26 10:28:04,910 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:28:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-19f778c6-43af-40c8-b253-f788ac952ad7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:28:04,910 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/1c41ff1d876447d3a5a929d8305bd0ff/users/2761fef0098f4f0e948814df07f8cda1/roles/d5d31c07467449fa85e092687dd40bd2 used request id req-19f778c6-43af-40c8-b253-f788ac952ad7 2018-10-26 10:28:04,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.124996900558s 2018-10-26 10:28:04,911 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'neutron_trunk-project_721e4f84-0ddb-4b0a-a344-4d8ba0e56d4c', 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': 'db9dcfd8-5a6a-443a-bcab-c3ab81ddfa75', 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_721e4f84-0ddb-4b0a-a344-4d8ba0e56d4c', 'project_id': u'1c41ff1d876447d3a5a929d8305bd0ff', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-26 10:28:04,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-26 10:28:04,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-26 10:28:04,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-26 10:28:04,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-26 10:28:04,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-26 10:28:04,913 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-26 10:28:04,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-26 10:28:04,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-26 10:28:04,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-26 10:28:04,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-26 10:28:04,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-26 10:28:04,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-26 10:28:04,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-26 10:28:04,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-26 10:28:04,914 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-26 10:28:04,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-26 10:28:04,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-26 10:28:04,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-26 10:28:04,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-26 10:28:04,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-26 10:28:04,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-26 10:28:04,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-26 10:28:04,915 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-26 10:28:04,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-26 10:28:04,917 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'neutron_trunk-user_721e4f84-0ddb-4b0a-a344-4d8ba0e56d4c', 'password': 'db9dcfd8-5a6a-443a-bcab-c3ab81ddfa75', 'project_name': 'neutron_trunk-project_721e4f84-0ddb-4b0a-a344-4d8ba0e56d4c', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': '1c41ff1d876447d3a5a929d8305bd0ff', 'project_domain_name': 'Default'} 2018-10-26 10:28:04,917 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 10:28:04,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b99ddd402d75fbe8a0e8c0a5a5a45616572d195f" 2018-10-26 10:28:04,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:28:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67c647b1-26d5-45fb-a1fb-8968dd058a48 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d5d31c07467449fa85e092687dd40bd2", "links": {"self": "http://172.30.9.21:5000/v3/roles/d5d31c07467449fa85e092687dd40bd2"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:28:04,993 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-67c647b1-26d5-45fb-a1fb-8968dd058a48 2018-10-26 10:28:04,993 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0756011009216s 2018-10-26 10:28:04,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 10:28:04,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b99ddd402d75fbe8a0e8c0a5a5a45616572d195f" 2018-10-26 10:28:05,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:28:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ed03fc4-419f-4f1d-85fd-d14518524a2a Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d5d31c07467449fa85e092687dd40bd2", "links": {"self": "http://172.30.9.21:5000/v3/roles/d5d31c07467449fa85e092687dd40bd2"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:28:05,076 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-2ed03fc4-419f-4f1d-85fd-d14518524a2a 2018-10-26 10:28:05,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0817530155182s 2018-10-26 10:28:05,078 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-26 10:28:05,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b99ddd402d75fbe8a0e8c0a5a5a45616572d195f" 2018-10-26 10:28:05,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:28:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3548789f-0515-4020-b086-547a910e1251 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-10-26 10:28:05,159 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-3548789f-0515-4020-b086-547a910e1251 2018-10-26 10:28:05,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0810258388519s 2018-10-26 10:28:05,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-26 10:28:05,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}b99ddd402d75fbe8a0e8c0a5a5a45616572d195f" 2018-10-26 10:28:05,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:28:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3ed8606-6ca9-4d8d-9ce9-0940f4d4f601 Content-Encoding: gzip Content-Length: 865 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "neutron_trunk-user_721e4f84-0ddb-4b0a-a344-4d8ba0e56d4c", "links": {"self": "http://172.30.9.21:5000/v3/users/2761fef0098f4f0e948814df07f8cda1"}, "domain_id": "default", "enabled": true, "id": "2761fef0098f4f0e948814df07f8cda1", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 10:28:05,249 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-d3ed8606-6ca9-4d8d-9ce9-0940f4d4f601 2018-10-26 10:28:05,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0893709659576s 2018-10-26 10:28:05,250 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-d3ed8606-6ca9-4d8d-9ce9-0940f4d4f601 2018-10-26 10:28:05,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-26 10:28:05,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b99ddd402d75fbe8a0e8c0a5a5a45616572d195f" 2018-10-26 10:28:05,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:28:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25c82339-888b-4b06-9cf1-fb90a5acfeac Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: neutron_trunk", "links": {"self": "http://172.30.9.21:5000/v3/projects/1c41ff1d876447d3a5a929d8305bd0ff"}, "enabled": true, "id": "1c41ff1d876447d3a5a929d8305bd0ff", "parent_id": "default", "domain_id": "default", "name": "neutron_trunk-project_721e4f84-0ddb-4b0a-a344-4d8ba0e56d4c"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-26 10:28:05,337 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-25c82339-888b-4b06-9cf1-fb90a5acfeac 2018-10-26 10:28:05,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.081650018692s 2018-10-26 10:28:05,338 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-25c82339-888b-4b06-9cf1-fb90a5acfeac 2018-10-26 10:28:05,340 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-26 10:28:05,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=2761fef0098f4f0e948814df07f8cda1&scope.project.id=1c41ff1d876447d3a5a929d8305bd0ff&role.id=886257d877da42cd903fe01393f42ae9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b99ddd402d75fbe8a0e8c0a5a5a45616572d195f" 2018-10-26 10:28:05,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:28:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5c63111-ae74-45fc-ac14-09041d2d3a3b Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=2761fef0098f4f0e948814df07f8cda1&scope.project.id=1c41ff1d876447d3a5a929d8305bd0ff&role.id=886257d877da42cd903fe01393f42ae9", "previous": null, "next": null}} 2018-10-26 10:28:05,422 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=2761fef0098f4f0e948814df07f8cda1&scope.project.id=1c41ff1d876447d3a5a929d8305bd0ff&role.id=886257d877da42cd903fe01393f42ae9 used request id req-b5c63111-ae74-45fc-ac14-09041d2d3a3b 2018-10-26 10:28:05,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0814588069916s 2018-10-26 10:28:05,422 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-26 10:28:05,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/1c41ff1d876447d3a5a929d8305bd0ff/users/2761fef0098f4f0e948814df07f8cda1/roles/886257d877da42cd903fe01393f42ae9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b99ddd402d75fbe8a0e8c0a5a5a45616572d195f" 2018-10-26 10:28:05,545 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:28:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-09e23ee7-0fd9-4329-939e-3d329f968211 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:28:05,545 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/1c41ff1d876447d3a5a929d8305bd0ff/users/2761fef0098f4f0e948814df07f8cda1/roles/886257d877da42cd903fe01393f42ae9 used request id req-09e23ee7-0fd9-4329-939e-3d329f968211 2018-10-26 10:28:05,545 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.122977972031s 2018-10-26 10:28:05,546 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 10:28:05,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b99ddd402d75fbe8a0e8c0a5a5a45616572d195f" 2018-10-26 10:28:05,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:28:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-febe9f7b-9c14-4dfd-9227-7e74439fb9e7 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d5d31c07467449fa85e092687dd40bd2", "links": {"self": "http://172.30.9.21:5000/v3/roles/d5d31c07467449fa85e092687dd40bd2"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:28:05,623 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-febe9f7b-9c14-4dfd-9227-7e74439fb9e7 2018-10-26 10:28:05,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.077577829361s 2018-10-26 10:28:05,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-26 10:28:05,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b99ddd402d75fbe8a0e8c0a5a5a45616572d195f" 2018-10-26 10:28:05,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:28:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8669783-febf-4d59-b81a-b868c7dea41f 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-10-26 10:28:05,707 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-d8669783-febf-4d59-b81a-b868c7dea41f 2018-10-26 10:28:05,707 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0824840068817s 2018-10-26 10:28:05,708 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-26 10:28:05,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}b99ddd402d75fbe8a0e8c0a5a5a45616572d195f" 2018-10-26 10:28:05,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:28:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-459a6120-5a01-470f-8845-9a88c31fb02d Content-Encoding: gzip Content-Length: 865 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "neutron_trunk-user_721e4f84-0ddb-4b0a-a344-4d8ba0e56d4c", "links": {"self": "http://172.30.9.21:5000/v3/users/2761fef0098f4f0e948814df07f8cda1"}, "domain_id": "default", "enabled": true, "id": "2761fef0098f4f0e948814df07f8cda1", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 10:28:05,801 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-459a6120-5a01-470f-8845-9a88c31fb02d 2018-10-26 10:28:05,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.092442035675s 2018-10-26 10:28:05,801 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-459a6120-5a01-470f-8845-9a88c31fb02d 2018-10-26 10:28:05,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-26 10:28:05,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=2761fef0098f4f0e948814df07f8cda1&role.id=886257d877da42cd903fe01393f42ae9&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b99ddd402d75fbe8a0e8c0a5a5a45616572d195f" 2018-10-26 10:28:05,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:28:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6ba3172-43cc-4f44-82ff-6183db9cbe37 Content-Encoding: gzip Content-Length: 192 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=2761fef0098f4f0e948814df07f8cda1&role.id=886257d877da42cd903fe01393f42ae9&scope.domain.id=default", "previous": null, "next": null}} 2018-10-26 10:28:05,893 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=2761fef0098f4f0e948814df07f8cda1&role.id=886257d877da42cd903fe01393f42ae9&scope.domain.id=default used request id req-b6ba3172-43cc-4f44-82ff-6183db9cbe37 2018-10-26 10:28:05,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0862011909485s 2018-10-26 10:28:05,893 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-26 10:28:05,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/domains/default/users/2761fef0098f4f0e948814df07f8cda1/roles/886257d877da42cd903fe01393f42ae9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b99ddd402d75fbe8a0e8c0a5a5a45616572d195f" 2018-10-26 10:28:06,116 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:28:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e2f01dd7-bf76-4ef6-a457-a7e831d73d97 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:28:06,117 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/domains/default/users/2761fef0098f4f0e948814df07f8cda1/roles/886257d877da42cd903fe01393f42ae9 used request id req-e2f01dd7-bf76-4ef6-a457-a7e831d73d97 2018-10-26 10:28:06,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.223407030106s 2018-10-26 10:28:06,117 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-26 10:28:08,619 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-10-26 10:28:08.222 11558 INFO rally.deployment.engine [-] Deployment 82701888-00b8-4d9a-867e-af97ed7f384b | Starting: Destroy cloud and free allocated resources. 2018-10-26 10:28:08.296 11558 INFO rally.deployment.engine [-] Deployment 82701888-00b8-4d9a-867e-af97ed7f384b | Completed: Destroy cloud and free allocated resources. 2018-10-26 10:28:08.330 11558 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=b86cde4f-2c11-4c72-bba3-188094a4af8b) for deployment 'opnfv-rally'. 2018-10-26 10:28:08.353 11558 INFO rally.api [-] Deleting verification (UUID=9609dd53-c4fb-4dca-8569-2848dc340b6b). 2018-10-26 10:28:08.392 11558 INFO rally.api [-] Verification has been successfully deleted! 2018-10-26 10:28:08.392 11558 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=b86cde4f-2c11-4c72-bba3-188094a4af8b). 2018-10-26 10:28:08.400 11558 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-10-26 10:28:11,075 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-26 10:28:10.781 11561 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=4aeec114-2c3c-4a72-a8b2-ed25fd51f969) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 4aeec114-2c3c-4a72-a8b2-ed25fd51f969 | 2018-10-26T10:28:10 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 4aeec114-2c3c-4a72-a8b2-ed25fd51f969 ~/.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-26 10:28:14,447 - 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-26 10:28:14,448 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-26 10:28:16,755 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-10-26 10:28:16.477 11567 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=b86cde4f-2c11-4c72-bba3-188094a4af8b). 2018-10-26 10:28:16.602 11567 INFO rally.api [-] Verifier has been successfully deleted! 2018-10-26 10:28:20,306 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-26 10:28:18.834 11570 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-26 10:28:18.991 11570 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-26 10:28:20.117 11570 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=9102d1f2-f75f-4b5e-bea8-b95d82dd9db9) has been successfully created! Using verifier 'opnfv-tempest' (UUID=9102d1f2-f75f-4b5e-bea8-b95d82dd9db9) as the default verifier for the future CLI operations. 2018-10-26 10:28:23,287 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-10-26 10:28:23,287 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 10:28:23,362 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-10-26 10:28:23,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:28:23,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:28:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23e0d40f-c827-4f7a-bbf1-7ce955aa3b06 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:28:23,371 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-23e0d40f-c827-4f7a-bbf1-7ce955aa3b06 2018-10-26 10:28:23,372 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:28:23,765 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d5d31c07467449fa85e092687dd40bd2", "name": "Member"}, {"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}], "expires_at": "2018-10-26T11:28:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1c41ff1d876447d3a5a929d8305bd0ff", "name": "neutron_trunk-project_721e4f84-0ddb-4b0a-a344-4d8ba0e56d4c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/1c41ff1d876447d3a5a929d8305bd0ff", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/1c41ff1d876447d3a5a929d8305bd0ff", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/1c41ff1d876447d3a5a929d8305bd0ff", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/1c41ff1d876447d3a5a929d8305bd0ff", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/1c41ff1d876447d3a5a929d8305bd0ff", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/1c41ff1d876447d3a5a929d8305bd0ff", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/1c41ff1d876447d3a5a929d8305bd0ff", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/1c41ff1d876447d3a5a929d8305bd0ff", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/1c41ff1d876447d3a5a929d8305bd0ff", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/1c41ff1d876447d3a5a929d8305bd0ff", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/1c41ff1d876447d3a5a929d8305bd0ff", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/1c41ff1d876447d3a5a929d8305bd0ff", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "neutron_trunk-user_721e4f84-0ddb-4b0a-a344-4d8ba0e56d4c", "id": "2761fef0098f4f0e948814df07f8cda1"}, "audit_ids": ["3v4Mg784RIGIwJelG6wMPg"], "issued_at": "2018-10-26T10:28:23.000000Z"}} 2018-10-26 10:28:23,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f5aef26077e4c688c03066c4dad522928f9542b0" 2018-10-26 10:28:23,775 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Fri, 26 Oct 2018 10:28:23 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-10-26 10:28:23,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-26 10:28:23,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f5aef26077e4c688c03066c4dad522928f9542b0" 2018-10-26 10:28:24,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-6beb5f89-3e68-4523-b74e-c9bb38205454 Date: Fri, 26 Oct 2018 10:28:24 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-26 10:28:24,344 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-6beb5f89-3e68-4523-b74e-c9bb38205454 2018-10-26 10:28:24,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.56275510788s 2018-10-26 10:28:24,344 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-6beb5f89-3e68-4523-b74e-c9bb38205454 2018-10-26 10:28:24,347 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-26 10:28:24,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}f5aef26077e4c688c03066c4dad522928f9542b0" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron_trunk-img_721e4f84-0ddb-4b0a-a344-4d8ba0e56d4c", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron_trunk-img_721e4f84-0ddb-4b0a-a344-4d8ba0e56d4c"}' 2018-10-26 10:28:24,931 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 877 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/25190b42-7f9c-493f-a2c9-de967b6ec9a3 X-Openstack-Request-Id: req-d40f1c5a-b211-43c2-9479-510cc9d88c79 Date: Fri, 26 Oct 2018 10:28:24 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/25190b42-7f9c-493f-a2c9-de967b6ec9a3/file", "owner": "1c41ff1d876447d3a5a929d8305bd0ff", "id": "25190b42-7f9c-493f-a2c9-de967b6ec9a3", "size": null, "self": "/v2/images/25190b42-7f9c-493f-a2c9-de967b6ec9a3", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-26T10:28:24Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_721e4f84-0ddb-4b0a-a344-4d8ba0e56d4c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_721e4f84-0ddb-4b0a-a344-4d8ba0e56d4c", "checksum": null, "created_at": "2018-10-26T10:28:24Z", "protected": false} 2018-10-26 10:28:24,931 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-d40f1c5a-b211-43c2-9479-510cc9d88c79 2018-10-26 10:28:24,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.584778785706s 2018-10-26 10:28:24,932 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-d40f1c5a-b211-43c2-9479-510cc9d88c79 returning object 25190b42-7f9c-493f-a2c9-de967b6ec9a3 2018-10-26 10:28:24,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-26 10:28:24,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/25190b42-7f9c-493f-a2c9-de967b6ec9a3/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}f5aef26077e4c688c03066c4dad522928f9542b0" -d '' 2018-10-26 10:28:26,779 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-25496262-21a0-4235-bccb-62840e2bfcae Date: Fri, 26 Oct 2018 10:28: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-26 10:28:26,779 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/25190b42-7f9c-493f-a2c9-de967b6ec9a3/file used request id req-25496262-21a0-4235-bccb-62840e2bfcae 2018-10-26 10:28:26,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.84669780731s 2018-10-26 10:28:26,780 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/25190b42-7f9c-493f-a2c9-de967b6ec9a3/file used request id req-25496262-21a0-4235-bccb-62840e2bfcae 2018-10-26 10:28:26,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-26 10:28:26,781 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f5aef26077e4c688c03066c4dad522928f9542b0" 2018-10-26 10:28:27,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-835a4195-f167-4ce7-b9ea-fad3aaa7e45a Date: Fri, 26 Oct 2018 10:28:27 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/25190b42-7f9c-493f-a2c9-de967b6ec9a3/snap", "metadata": {}}], "file": "/v2/images/25190b42-7f9c-493f-a2c9-de967b6ec9a3/file", "owner": "1c41ff1d876447d3a5a929d8305bd0ff", "id": "25190b42-7f9c-493f-a2c9-de967b6ec9a3", "size": 12716032, "self": "/v2/images/25190b42-7f9c-493f-a2c9-de967b6ec9a3", "disk_format": "qcow2", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/25190b42-7f9c-493f-a2c9-de967b6ec9a3/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-26T10:28:26Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_721e4f84-0ddb-4b0a-a344-4d8ba0e56d4c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_721e4f84-0ddb-4b0a-a344-4d8ba0e56d4c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-26T10:28:24Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-26 10:28:27,321 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-835a4195-f167-4ce7-b9ea-fad3aaa7e45a 2018-10-26 10:28:27,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.540416002274s 2018-10-26 10:28:27,322 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-835a4195-f167-4ce7-b9ea-fad3aaa7e45a 2018-10-26 10:28:27,324 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/25190b42-7f9c-493f-a2c9-de967b6ec9a3/snap', u'metadata': Munch({})})], 'file': u'/v2/images/25190b42-7f9c-493f-a2c9-de967b6ec9a3/file', 'owner': u'1c41ff1d876447d3a5a929d8305bd0ff', 'id': u'25190b42-7f9c-493f-a2c9-de967b6ec9a3', 'size': 12716032, u'self': u'/v2/images/25190b42-7f9c-493f-a2c9-de967b6ec9a3', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1c41ff1d876447d3a5a929d8305bd0ff', 'name': 'neutron_trunk-project_721e4f84-0ddb-4b0a-a344-4d8ba0e56d4c', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/25190b42-7f9c-493f-a2c9-de967b6ec9a3/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-26T10:28:26Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-26T10:28:26Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_721e4f84-0ddb-4b0a-a344-4d8ba0e56d4c', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/25190b42-7f9c-493f-a2c9-de967b6ec9a3', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/neutron_trunk-img_721e4f84-0ddb-4b0a-a344-4d8ba0e56d4c', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'neutron_trunk-img_721e4f84-0ddb-4b0a-a344-4d8ba0e56d4c', 'created': u'2018-10-26T10:28:24Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-26T10:28:24Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/25190b42-7f9c-493f-a2c9-de967b6ec9a3', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/neutron_trunk-img_721e4f84-0ddb-4b0a-a344-4d8ba0e56d4c', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-26 10:28:27,325 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-26 10:28:27,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: os-client-config/1.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}b99ddd402d75fbe8a0e8c0a5a5a45616572d195f" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "neutron_trunk-flavor_721e4f84-0ddb-4b0a-a344-4d8ba0e56d4c", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-26 10:28:27,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:28: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-311c1cc4-8b2e-411a-a761-7845d85d4f71 x-compute-request-id: req-311c1cc4-8b2e-411a-a761-7845d85d4f71 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/79fb4d0a-c44f-4c64-ba32-d1f72f600ad1", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/79fb4d0a-c44f-4c64-ba32-d1f72f600ad1", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "79fb4d0a-c44f-4c64-ba32-d1f72f600ad1", "name": "neutron_trunk-flavor_721e4f84-0ddb-4b0a-a344-4d8ba0e56d4c", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 10:28:27,531 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-311c1cc4-8b2e-411a-a761-7845d85d4f71 2018-10-26 10:28:27,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.206113100052s 2018-10-26 10:28:27,531 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-311c1cc4-8b2e-411a-a761-7845d85d4f71 returning object 79fb4d0a-c44f-4c64-ba32-d1f72f600ad1 2018-10-26 10:28:27,532 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_721e4f84-0ddb-4b0a-a344-4d8ba0e56d4c', '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'c8dcd64f3c764883a33350227564ab99', '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'79fb4d0a-c44f-4c64-ba32-d1f72f600ad1', 'swap': 0}) 2018-10-26 10:28:27,533 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-26 10:28:27,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/79fb4d0a-c44f-4c64-ba32-d1f72f600ad1/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}b99ddd402d75fbe8a0e8c0a5a5a45616572d195f" -d '{"extra_specs": {}}' 2018-10-26 10:28:27,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:28: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-44eb717a-7783-4443-bbf7-7001dd9c5a19 x-compute-request-id: req-44eb717a-7783-4443-bbf7-7001dd9c5a19 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-26 10:28:27,554 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/79fb4d0a-c44f-4c64-ba32-d1f72f600ad1/os-extra_specs used request id req-44eb717a-7783-4443-bbf7-7001dd9c5a19 2018-10-26 10:28:27,554 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0207149982452s 2018-10-26 10:28:27,554 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/79fb4d0a-c44f-4c64-ba32-d1f72f600ad1/os-extra_specs used request id req-44eb717a-7783-4443-bbf7-7001dd9c5a19 2018-10-26 10:28:27,556 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 10:28:27,560 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f5aef26077e4c688c03066c4dad522928f9542b0" 2018-10-26 10:28:27,565 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10:28: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:28:27,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5aef26077e4c688c03066c4dad522928f9542b0" 2018-10-26 10:28:27,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:28:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42e6c738-ecf6-4853-9b50-6d8e19bb0d76 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d5d31c07467449fa85e092687dd40bd2", "links": {"self": "http://172.30.9.21:5000/v3/roles/d5d31c07467449fa85e092687dd40bd2"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:28:27,657 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-42e6c738-ecf6-4853-9b50-6d8e19bb0d76 2018-10-26 10:28:27,657 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.101227998734s 2018-10-26 10:28:27,660 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-10-26 10:28:27,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f5aef26077e4c688c03066c4dad522928f9542b0" 2018-10-26 10:28:27,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:28: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-a7657199-5179-4dd6-96a5-dbd512601954 x-compute-request-id: req-a7657199-5179-4dd6-96a5-dbd512601954 Content-Encoding: gzip Content-Length: 722 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 152}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10175, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 155}, "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": 10178, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2018-10-26 10:28:27,838 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-a7657199-5179-4dd6-96a5-dbd512601954 2018-10-26 10:28:27,839 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.178246974945s 2018-10-26 10:28:27,839 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-a7657199-5179-4dd6-96a5-dbd512601954 2018-10-26 10:28:27,840 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-26 10:28:27,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f5aef26077e4c688c03066c4dad522928f9542b0" 2018-10-26 10:28:28,391 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-ab0818e1-081b-4548-841b-6ea203c0472b Date: Fri, 26 Oct 2018 10:28:28 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/25190b42-7f9c-493f-a2c9-de967b6ec9a3/snap", "metadata": {}}], "file": "/v2/images/25190b42-7f9c-493f-a2c9-de967b6ec9a3/file", "owner": "1c41ff1d876447d3a5a929d8305bd0ff", "id": "25190b42-7f9c-493f-a2c9-de967b6ec9a3", "size": 12716032, "self": "/v2/images/25190b42-7f9c-493f-a2c9-de967b6ec9a3", "disk_format": "qcow2", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/25190b42-7f9c-493f-a2c9-de967b6ec9a3/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-26T10:28:26Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_721e4f84-0ddb-4b0a-a344-4d8ba0e56d4c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_721e4f84-0ddb-4b0a-a344-4d8ba0e56d4c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-26T10:28:24Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-26 10:28:28,391 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-ab0818e1-081b-4548-841b-6ea203c0472b 2018-10-26 10:28:28,392 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.551232099533s 2018-10-26 10:28:28,392 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-ab0818e1-081b-4548-841b-6ea203c0472b 2018-10-26 10:28:28,395 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-26 10:28:28,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}f5aef26077e4c688c03066c4dad522928f9542b0" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron_trunk-img_alt_721e4f84-0ddb-4b0a-a344-4d8ba0e56d4c", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron_trunk-img_alt_721e4f84-0ddb-4b0a-a344-4d8ba0e56d4c"}' 2018-10-26 10:28:29,002 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 885 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/7f31b6ee-99ed-405c-8f65-869e5e9e73f0 X-Openstack-Request-Id: req-da770342-6b32-4a97-b2b0-88274feba7c4 Date: Fri, 26 Oct 2018 10:28:29 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/7f31b6ee-99ed-405c-8f65-869e5e9e73f0/file", "owner": "1c41ff1d876447d3a5a929d8305bd0ff", "id": "7f31b6ee-99ed-405c-8f65-869e5e9e73f0", "size": null, "self": "/v2/images/7f31b6ee-99ed-405c-8f65-869e5e9e73f0", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-26T10:28:28Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_alt_721e4f84-0ddb-4b0a-a344-4d8ba0e56d4c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_alt_721e4f84-0ddb-4b0a-a344-4d8ba0e56d4c", "checksum": null, "created_at": "2018-10-26T10:28:28Z", "protected": false} 2018-10-26 10:28:29,002 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-da770342-6b32-4a97-b2b0-88274feba7c4 2018-10-26 10:28:29,002 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.607502937317s 2018-10-26 10:28:29,003 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-da770342-6b32-4a97-b2b0-88274feba7c4 returning object 7f31b6ee-99ed-405c-8f65-869e5e9e73f0 2018-10-26 10:28:29,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-26 10:28:29,004 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/7f31b6ee-99ed-405c-8f65-869e5e9e73f0/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}f5aef26077e4c688c03066c4dad522928f9542b0" -d '' 2018-10-26 10:28:30,065 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e6ed2807-7fd9-417e-88d6-62ce3273822b Date: Fri, 26 Oct 2018 10:28:30 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-26 10:28:30,065 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/7f31b6ee-99ed-405c-8f65-869e5e9e73f0/file used request id req-e6ed2807-7fd9-417e-88d6-62ce3273822b 2018-10-26 10:28:30,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.06183004379s 2018-10-26 10:28:30,066 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/7f31b6ee-99ed-405c-8f65-869e5e9e73f0/file used request id req-e6ed2807-7fd9-417e-88d6-62ce3273822b 2018-10-26 10:28:30,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-26 10:28:30,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f5aef26077e4c688c03066c4dad522928f9542b0" 2018-10-26 10:28:30,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2355 Content-Type: application/json X-Openstack-Request-Id: req-a2a6b74e-c8a3-4abb-a34e-081ecbb2b1a2 Date: Fri, 26 Oct 2018 10:28:30 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/7f31b6ee-99ed-405c-8f65-869e5e9e73f0/snap", "metadata": {}}], "file": "/v2/images/7f31b6ee-99ed-405c-8f65-869e5e9e73f0/file", "owner": "1c41ff1d876447d3a5a929d8305bd0ff", "id": "7f31b6ee-99ed-405c-8f65-869e5e9e73f0", "size": 12716032, "self": "/v2/images/7f31b6ee-99ed-405c-8f65-869e5e9e73f0", "disk_format": "qcow2", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/7f31b6ee-99ed-405c-8f65-869e5e9e73f0/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-26T10:28:30Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_alt_721e4f84-0ddb-4b0a-a344-4d8ba0e56d4c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_alt_721e4f84-0ddb-4b0a-a344-4d8ba0e56d4c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-26T10:28:28Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/25190b42-7f9c-493f-a2c9-de967b6ec9a3/snap", "metadata": {}}], "file": "/v2/images/25190b42-7f9c-493f-a2c9-de967b6ec9a3/file", "owner": "1c41ff1d876447d3a5a929d8305bd0ff", "id": "25190b42-7f9c-493f-a2c9-de967b6ec9a3", "size": 12716032, "self": "/v2/images/25190b42-7f9c-493f-a2c9-de967b6ec9a3", "disk_format": "qcow2", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/25190b42-7f9c-493f-a2c9-de967b6ec9a3/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-26T10:28:26Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_721e4f84-0ddb-4b0a-a344-4d8ba0e56d4c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_721e4f84-0ddb-4b0a-a344-4d8ba0e56d4c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-26T10:28:24Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-26 10:28:30,716 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-a2a6b74e-c8a3-4abb-a34e-081ecbb2b1a2 2018-10-26 10:28:30,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.64995098114s 2018-10-26 10:28:30,717 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-a2a6b74e-c8a3-4abb-a34e-081ecbb2b1a2 2018-10-26 10:28:30,719 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/7f31b6ee-99ed-405c-8f65-869e5e9e73f0/snap', u'metadata': Munch({})})], 'file': u'/v2/images/7f31b6ee-99ed-405c-8f65-869e5e9e73f0/file', 'owner': u'1c41ff1d876447d3a5a929d8305bd0ff', 'id': u'7f31b6ee-99ed-405c-8f65-869e5e9e73f0', 'size': 12716032, u'self': u'/v2/images/7f31b6ee-99ed-405c-8f65-869e5e9e73f0', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1c41ff1d876447d3a5a929d8305bd0ff', 'name': 'neutron_trunk-project_721e4f84-0ddb-4b0a-a344-4d8ba0e56d4c', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/7f31b6ee-99ed-405c-8f65-869e5e9e73f0/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-26T10:28:30Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-26T10:28:30Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_721e4f84-0ddb-4b0a-a344-4d8ba0e56d4c', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/7f31b6ee-99ed-405c-8f65-869e5e9e73f0', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_721e4f84-0ddb-4b0a-a344-4d8ba0e56d4c', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'neutron_trunk-img_alt_721e4f84-0ddb-4b0a-a344-4d8ba0e56d4c', 'created': u'2018-10-26T10:28:28Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-26T10:28:28Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/7f31b6ee-99ed-405c-8f65-869e5e9e73f0', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_721e4f84-0ddb-4b0a-a344-4d8ba0e56d4c', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-26 10:28:30,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-26 10:28:30,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: os-client-config/1.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}b99ddd402d75fbe8a0e8c0a5a5a45616572d195f" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "neutron_trunk-flavor_alt_721e4f84-0ddb-4b0a-a344-4d8ba0e56d4c", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-26 10:28:30,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:28:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4432d5ea-a4f9-456a-8b31-c693589b6dba x-compute-request-id: req-4432d5ea-a4f9-456a-8b31-c693589b6dba Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/4651aaf8-a7c3-413e-b829-928e09efe9f3", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/4651aaf8-a7c3-413e-b829-928e09efe9f3", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "4651aaf8-a7c3-413e-b829-928e09efe9f3", "name": "neutron_trunk-flavor_alt_721e4f84-0ddb-4b0a-a344-4d8ba0e56d4c", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 10:28:30,783 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-4432d5ea-a4f9-456a-8b31-c693589b6dba 2018-10-26 10:28:30,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0623857975006s 2018-10-26 10:28:30,784 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-4432d5ea-a4f9-456a-8b31-c693589b6dba returning object 4651aaf8-a7c3-413e-b829-928e09efe9f3 2018-10-26 10:28:30,785 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_alt_721e4f84-0ddb-4b0a-a344-4d8ba0e56d4c', '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'c8dcd64f3c764883a33350227564ab99', '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'4651aaf8-a7c3-413e-b829-928e09efe9f3', 'swap': 0}) 2018-10-26 10:28:30,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-26 10:28:30,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/4651aaf8-a7c3-413e-b829-928e09efe9f3/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}b99ddd402d75fbe8a0e8c0a5a5a45616572d195f" -d '{"extra_specs": {}}' 2018-10-26 10:28:30,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:28:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-12754a92-7ca4-41c6-83b2-b5c3da13f7e8 x-compute-request-id: req-12754a92-7ca4-41c6-83b2-b5c3da13f7e8 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-26 10:28:30,809 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/4651aaf8-a7c3-413e-b829-928e09efe9f3/os-extra_specs used request id req-12754a92-7ca4-41c6-83b2-b5c3da13f7e8 2018-10-26 10:28:30,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0234439373016s 2018-10-26 10:28:30,810 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/4651aaf8-a7c3-413e-b829-928e09efe9f3/os-extra_specs used request id req-12754a92-7ca4-41c6-83b2-b5c3da13f7e8 2018-10-26 10:28:30,810 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_alt_721e4f84-0ddb-4b0a-a344-4d8ba0e56d4c', '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'c8dcd64f3c764883a33350227564ab99', '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'4651aaf8-a7c3-413e-b829-928e09efe9f3', 'swap': 0}) 2018-10-26 10:28:33,954 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-26 10:28:32.912 11589 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=9102d1f2-f75f-4b5e-bea8-b95d82dd9db9) for deployment 'opnfv-rally' (UUID=4aeec114-2c3c-4a72-a8b2-ed25fd51f969). 2018-10-26 10:28:33.792 11589 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-26 10:28:33.794 11589 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=9102d1f2-f75f-4b5e-bea8-b95d82dd9db9) has been successfully configured for deployment 'opnfv-rally' (UUID=4aeec114-2c3c-4a72-a8b2-ed25fd51f969)! 2018-10-26 10:28:33,954 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-10-26 10:28:33,955 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-10-26 10:28:33,958 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-10-26 10:28:33,973 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-10-26 10:28:37,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-9102d1f2-f75f-4b5e-bea8-b95d82dd9db9/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-26 10:28:37,131 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-10-26 10:28:37,138 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-10-26 10:28:37,138 - 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-26 10:28:39,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 10:28:39.296 11598 INFO rally.api [-] Starting verification (UUID=799d649f-1bfc-4ab1-8e4a-519d1ef0bfe7) for deployment 'opnfv-rally' (UUID=4aeec114-2c3c-4a72-a8b2-ed25fd51f969) by verifier 'opnfv-tempest' (UUID=9102d1f2-f75f-4b5e-bea8-b95d82dd9db9). 2018-10-26 10:28:39,298 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 799d649f-1bfc-4ab1-8e4a-519d1ef0bfe7 2018-10-26 10:30:28,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 799d649f-1bfc-4ab1-8e4a-519d1ef0bfe7 2018-10-26 10:30:28,836 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '799d649f-1bfc-4ab1-8e4a-519d1ef0bfe7']'. 2018-10-26 10:30:29,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-26 10:30:29,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-26 10:30:29,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-26 10:30:29,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 799d649f-1bfc-4ab1-8e4a-519d1ef0bfe7 | 2018-10-26 10:30:29,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-10-26 10:30:29,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-26 10:28:39 | 2018-10-26 10:30:29,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-26 10:30:28 | 2018-10-26 10:30:29,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:49 | 2018-10-26 10:30:29,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-26 10:30:29,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-26 10:30:29,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 9102d1f2-f75f-4b5e-bea8-b95d82dd9db9) | 2018-10-26 10:30:29,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-26 10:30:29,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 4aeec114-2c3c-4a72-a8b2-ed25fd51f969) | 2018-10-26 10:30:29,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-10-26 10:30:29,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 99.219 | 2018-10-26 10:30:29,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-10-26 10:30:29,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-10-26 10:30:29,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-26 10:30:29,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-26 10:30:29,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-10-26 10:30:29,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-26 10:30:29,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-26 10:30:29,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-26 10:30:29,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-10-26 10:30:29,950 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-26 10:30:29,950 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:07 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-10-26 10:30:29,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-26 10:30:29,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/7f31b6ee-99ed-405c-8f65-869e5e9e73f0 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f5aef26077e4c688c03066c4dad522928f9542b0" 2018-10-26 10:30:31,191 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-623fc5f3-7808-43af-8c8a-d490b841a9b7 Date: Fri, 26 Oct 2018 10:30: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-26 10:30:31,191 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/7f31b6ee-99ed-405c-8f65-869e5e9e73f0 used request id req-623fc5f3-7808-43af-8c8a-d490b841a9b7 2018-10-26 10:30:31,191 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.23526191711s 2018-10-26 10:30:31,192 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/7f31b6ee-99ed-405c-8f65-869e5e9e73f0 used request id req-623fc5f3-7808-43af-8c8a-d490b841a9b7 2018-10-26 10:30:31,192 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-26 10:30:31,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b99ddd402d75fbe8a0e8c0a5a5a45616572d195f" 2018-10-26 10:30:31,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:30: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-ddc50be1-9924-443f-aeac-87509ff73a1e x-compute-request-id: req-ddc50be1-9924-443f-aeac-87509ff73a1e Content-Encoding: gzip Content-Length: 364 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/4651aaf8-a7c3-413e-b829-928e09efe9f3", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/4651aaf8-a7c3-413e-b829-928e09efe9f3", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "4651aaf8-a7c3-413e-b829-928e09efe9f3", "name": "neutron_trunk-flavor_alt_721e4f84-0ddb-4b0a-a344-4d8ba0e56d4c", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/79fb4d0a-c44f-4c64-ba32-d1f72f600ad1", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/79fb4d0a-c44f-4c64-ba32-d1f72f600ad1", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "79fb4d0a-c44f-4c64-ba32-d1f72f600ad1", "name": "neutron_trunk-flavor_721e4f84-0ddb-4b0a-a344-4d8ba0e56d4c", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-26 10:30:31,225 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-ddc50be1-9924-443f-aeac-87509ff73a1e 2018-10-26 10:30:31,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0332119464874s 2018-10-26 10:30:31,226 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-ddc50be1-9924-443f-aeac-87509ff73a1e 2018-10-26 10:30:31,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-26 10:30:31,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/4651aaf8-a7c3-413e-b829-928e09efe9f3 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b99ddd402d75fbe8a0e8c0a5a5a45616572d195f" 2018-10-26 10:30:31,266 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10:30: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-f5e1fdd9-f7cb-42ba-bad0-cde966418ef8 x-compute-request-id: req-f5e1fdd9-f7cb-42ba-bad0-cde966418ef8 Content-Length: 0 Content-Type: application/json 2018-10-26 10:30:31,266 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/4651aaf8-a7c3-413e-b829-928e09efe9f3 used request id req-f5e1fdd9-f7cb-42ba-bad0-cde966418ef8 2018-10-26 10:30:31,266 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0370690822601s 2018-10-26 10:30:31,266 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/4651aaf8-a7c3-413e-b829-928e09efe9f3 used request id req-f5e1fdd9-f7cb-42ba-bad0-cde966418ef8 2018-10-26 10:30:31,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-26 10:30:31,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f5aef26077e4c688c03066c4dad522928f9542b0" 2018-10-26 10:30:31,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-3b79ebe7-8255-42b4-ba33-1d9d9467c212 Date: Fri, 26 Oct 2018 10:30:31 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/25190b42-7f9c-493f-a2c9-de967b6ec9a3/snap", "metadata": {}}], "file": "/v2/images/25190b42-7f9c-493f-a2c9-de967b6ec9a3/file", "owner": "1c41ff1d876447d3a5a929d8305bd0ff", "id": "25190b42-7f9c-493f-a2c9-de967b6ec9a3", "size": 12716032, "self": "/v2/images/25190b42-7f9c-493f-a2c9-de967b6ec9a3", "disk_format": "qcow2", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/25190b42-7f9c-493f-a2c9-de967b6ec9a3/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-26T10:28:26Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_721e4f84-0ddb-4b0a-a344-4d8ba0e56d4c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_721e4f84-0ddb-4b0a-a344-4d8ba0e56d4c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-26T10:28:24Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-26 10:30:31,288 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-3b79ebe7-8255-42b4-ba33-1d9d9467c212 2018-10-26 10:30:31,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0218372344971s 2018-10-26 10:30:31,289 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-3b79ebe7-8255-42b4-ba33-1d9d9467c212 2018-10-26 10:30:31,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-26 10:30:31,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/25190b42-7f9c-493f-a2c9-de967b6ec9a3 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f5aef26077e4c688c03066c4dad522928f9542b0" 2018-10-26 10:30:33,258 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-324fbb2d-df72-49b5-a2d0-19398e21c7e5 Date: Fri, 26 Oct 2018 10:30: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-26 10:30:33,258 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/25190b42-7f9c-493f-a2c9-de967b6ec9a3 used request id req-324fbb2d-df72-49b5-a2d0-19398e21c7e5 2018-10-26 10:30:33,258 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.96772098541s 2018-10-26 10:30:33,258 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/25190b42-7f9c-493f-a2c9-de967b6ec9a3 used request id req-324fbb2d-df72-49b5-a2d0-19398e21c7e5 2018-10-26 10:30:33,259 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-26 10:30:33,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b99ddd402d75fbe8a0e8c0a5a5a45616572d195f" 2018-10-26 10:30:33,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:30: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-d6931d62-bcd1-43c4-a166-669224b15b4e x-compute-request-id: req-d6931d62-bcd1-43c4-a166-669224b15b4e Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/79fb4d0a-c44f-4c64-ba32-d1f72f600ad1", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/79fb4d0a-c44f-4c64-ba32-d1f72f600ad1", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "79fb4d0a-c44f-4c64-ba32-d1f72f600ad1", "name": "neutron_trunk-flavor_721e4f84-0ddb-4b0a-a344-4d8ba0e56d4c", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-26 10:30:33,291 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-d6931d62-bcd1-43c4-a166-669224b15b4e 2018-10-26 10:30:33,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0321369171143s 2018-10-26 10:30:33,292 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-d6931d62-bcd1-43c4-a166-669224b15b4e 2018-10-26 10:30:33,294 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-26 10:30:33,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/79fb4d0a-c44f-4c64-ba32-d1f72f600ad1 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b99ddd402d75fbe8a0e8c0a5a5a45616572d195f" 2018-10-26 10:30:33,330 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10:30: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-26ade3d3-979f-47ac-a2f8-8a5eb802966e x-compute-request-id: req-26ade3d3-979f-47ac-a2f8-8a5eb802966e Content-Length: 0 Content-Type: application/json 2018-10-26 10:30:33,330 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/79fb4d0a-c44f-4c64-ba32-d1f72f600ad1 used request id req-26ade3d3-979f-47ac-a2f8-8a5eb802966e 2018-10-26 10:30:33,330 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0365209579468s 2018-10-26 10:30:33,331 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/79fb4d0a-c44f-4c64-ba32-d1f72f600ad1 used request id req-26ade3d3-979f-47ac-a2f8-8a5eb802966e 2018-10-26 10:30:33,331 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-26 10:30:33,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}b99ddd402d75fbe8a0e8c0a5a5a45616572d195f" 2018-10-26 10:30:33,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:30:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6e680b1-0959-48c1-a70e-523975e2c8f9 Content-Encoding: gzip Content-Length: 865 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "neutron_trunk-user_721e4f84-0ddb-4b0a-a344-4d8ba0e56d4c", "links": {"self": "http://172.30.9.21:5000/v3/users/2761fef0098f4f0e948814df07f8cda1"}, "domain_id": "default", "enabled": true, "id": "2761fef0098f4f0e948814df07f8cda1", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 10:30:33,427 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-e6e680b1-0959-48c1-a70e-523975e2c8f9 2018-10-26 10:30:33,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0954132080078s 2018-10-26 10:30:33,427 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-e6e680b1-0959-48c1-a70e-523975e2c8f9 2018-10-26 10:30:33,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-26 10:30:33,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/2761fef0098f4f0e948814df07f8cda1 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b99ddd402d75fbe8a0e8c0a5a5a45616572d195f" 2018-10-26 10:30:33,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:30:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49891858-ba00-4768-af41-ca4bd1c237ff Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/2761fef0098f4f0e948814df07f8cda1"}, "enabled": true, "id": "2761fef0098f4f0e948814df07f8cda1", "options": {}, "domain_id": "default", "name": "neutron_trunk-user_721e4f84-0ddb-4b0a-a344-4d8ba0e56d4c"}} 2018-10-26 10:30:33,520 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/2761fef0098f4f0e948814df07f8cda1 used request id req-49891858-ba00-4768-af41-ca4bd1c237ff 2018-10-26 10:30:33,520 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0855751037598s 2018-10-26 10:30:33,520 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/2761fef0098f4f0e948814df07f8cda1 used request id req-49891858-ba00-4768-af41-ca4bd1c237ff 2018-10-26 10:30:33,521 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-26 10:30:33,522 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/2761fef0098f4f0e948814df07f8cda1 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b99ddd402d75fbe8a0e8c0a5a5a45616572d195f" 2018-10-26 10:30:33,716 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:30:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-13691ea2-10f7-4b32-8032-0885c63956b3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:30:33,716 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/2761fef0098f4f0e948814df07f8cda1 used request id req-13691ea2-10f7-4b32-8032-0885c63956b3 2018-10-26 10:30:33,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.195420026779s 2018-10-26 10:30:33,717 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/2761fef0098f4f0e948814df07f8cda1 used request id req-13691ea2-10f7-4b32-8032-0885c63956b3 2018-10-26 10:30:33,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-26 10:30:33,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}b99ddd402d75fbe8a0e8c0a5a5a45616572d195f" 2018-10-26 10:30:33,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:30:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c47dda3-6c64-4d7e-9f71-e4cfb2bf22cf Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: neutron_trunk", "links": {"self": "http://172.30.9.21:5000/v3/projects/1c41ff1d876447d3a5a929d8305bd0ff"}, "enabled": true, "id": "1c41ff1d876447d3a5a929d8305bd0ff", "parent_id": "default", "domain_id": "default", "name": "neutron_trunk-project_721e4f84-0ddb-4b0a-a344-4d8ba0e56d4c"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-26 10:30:33,801 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-8c47dda3-6c64-4d7e-9f71-e4cfb2bf22cf 2018-10-26 10:30:33,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0836479663849s 2018-10-26 10:30:33,802 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-8c47dda3-6c64-4d7e-9f71-e4cfb2bf22cf 2018-10-26 10:30:33,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-26 10:30:33,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/1c41ff1d876447d3a5a929d8305bd0ff -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b99ddd402d75fbe8a0e8c0a5a5a45616572d195f" 2018-10-26 10:30:34,085 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:30:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4f788560-1b66-462e-9fbe-b40eaa7a707e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:30:34,085 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/1c41ff1d876447d3a5a929d8305bd0ff used request id req-4f788560-1b66-462e-9fbe-b40eaa7a707e 2018-10-26 10:30:34,086 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.28146481514s 2018-10-26 10:30:34,086 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/1c41ff1d876447d3a5a929d8305bd0ff used request id req-4f788560-1b66-462e-9fbe-b40eaa7a707e 2018-10-26 10:30:34,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 10:30:34,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b99ddd402d75fbe8a0e8c0a5a5a45616572d195f" 2018-10-26 10:30:34,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:30:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2442ce74-45b0-4030-b2fb-1f299c9a2b6f Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d5d31c07467449fa85e092687dd40bd2", "links": {"self": "http://172.30.9.21:5000/v3/roles/d5d31c07467449fa85e092687dd40bd2"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:30:34,157 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-2442ce74-45b0-4030-b2fb-1f299c9a2b6f 2018-10-26 10:30:34,157 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.07097697258s 2018-10-26 10:30:34,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-26 10:30:34,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/roles/d5d31c07467449fa85e092687dd40bd2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b99ddd402d75fbe8a0e8c0a5a5a45616572d195f" 2018-10-26 10:30:34,273 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:30:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-76246c66-7748-4440-8833-9def5ea8399c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:30:34,273 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/d5d31c07467449fa85e092687dd40bd2 used request id req-76246c66-7748-4440-8833-9def5ea8399c 2018-10-26 10:30:34,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.114138841629s 2018-10-26 10:30:34,277 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-26 10:30:34,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/security-groups.json?project_id=1c41ff1d876447d3a5a929d8305bd0ff&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}b99ddd402d75fbe8a0e8c0a5a5a45616572d195f" 2018-10-26 10:30:34,467 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-31f7f75c-94f8-470a-810f-14fdd1dd8f3b Date: Fri, 26 Oct 2018 10:30:34 GMT RESP BODY: {"security_groups": []} 2018-10-26 10:30:34,468 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json?project_id=1c41ff1d876447d3a5a929d8305bd0ff&name=default used request id req-31f7f75c-94f8-470a-810f-14fdd1dd8f3b 2018-10-26 10:30:34,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.191174030304s 2018-10-26 10:30:34,468 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json?project_id=1c41ff1d876447d3a5a929d8305bd0ff&name=default used request id req-31f7f75c-94f8-470a-810f-14fdd1dd8f3b 2018-10-26 10:30:34,469 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:44 | PASS | | vping_userdata | functest | smoke | 00:38 | PASS | | tempest_smoke_serial | functest | smoke | 14:46 | PASS | | rally_sanity | functest | smoke | 25:55 | PASS | | refstack_defcore | functest | smoke | 07:14 | PASS | | patrole | functest | smoke | 02:43 | PASS | | snaps_smoke | functest | smoke | 55:59 | PASS | | neutron_trunk | functest | smoke | 02:07 | PASS | | odl | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-10-26 10:30:34,480 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-10-26 10:30:34,685 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-26 10:30:34,786 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-26 10:31:01,925 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-302 | | 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-26 10:31:01,928 - 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=AWErjp8etRqZQkg2fdjaYRCvA export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.21,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21: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-26 10:31:01,928 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-10-26 10:31:01,929 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-10-26 10:31:01,929 - 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-26 10:31:01,931 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-10-26 10:31:43,580 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-302 | | 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-26 10:31:43,583 - 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=AWErjp8etRqZQkg2fdjaYRCvA export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.21,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21: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-26 10:31:43,583 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-10-26 10:31:43,584 - 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-26 10:31:43,591 - xtesting.ci.run_tests - INFO - Loading test case 'cloudify_ims'... 2018-10-26 10:31:44,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-26 10:31:44,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-26 10:31:44,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-26 10:31:44,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-26 10:31:44,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-26 10:31:44,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-26 10:31:44,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-26 10:31:44,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-26 10:31:44,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-26 10:31:44,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-26 10:31:44,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-26 10:31:44,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-26 10:31:44,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-26 10:31:44,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-26 10:31:44,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-26 10:31:44,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-26 10:31:44,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-26 10:31:44,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-26 10:31:44,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-26 10:31:44,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-26 10:31:44,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-26 10:31:44,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-26 10:31:44,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:31:44,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:31:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3500854a-d9fe-46e2-8835-b63b0aff4f9d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:31:44,160 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-3500854a-d9fe-46e2-8835-b63b0aff4f9d 2018-10-26 10:31:44,160 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:31:44,535 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}], "expires_at": "2018-10-26T11:31:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8dcd64f3c764883a33350227564ab99", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c8dcd64f3c764883a33350227564ab99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/c8dcd64f3c764883a33350227564ab99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/c8dcd64f3c764883a33350227564ab99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c8dcd64f3c764883a33350227564ab99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/c8dcd64f3c764883a33350227564ab99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/c8dcd64f3c764883a33350227564ab99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/c8dcd64f3c764883a33350227564ab99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/c8dcd64f3c764883a33350227564ab99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/c8dcd64f3c764883a33350227564ab99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/c8dcd64f3c764883a33350227564ab99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/c8dcd64f3c764883a33350227564ab99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/c8dcd64f3c764883a33350227564ab99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "407502ccd88d4e6a85d43ab4ef2e0d85"}, "audit_ids": ["FyahT1v3QYmWglKs41a-kg"], "issued_at": "2018-10-26T10:31:44.000000Z"}} 2018-10-26 10:31:44,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-26 10:31:44,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8ad966b2f552eaf1c2c9ed7cced59a567f4c3453" 2018-10-26 10:31:44,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-c83ded8c-fb83-4842-96cc-892eaadd9dd3 Date: Fri, 26 Oct 2018 10:31:44 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","provider:network_type":"flat"}]} 2018-10-26 10:31:44,779 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c83ded8c-fb83-4842-96cc-892eaadd9dd3 2018-10-26 10:31:44,779 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.241280078888s 2018-10-26 10:31:44,780 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c83ded8c-fb83-4842-96cc-892eaadd9dd3 2018-10-26 10:31:44,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-26 10:31:44,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}8ad966b2f552eaf1c2c9ed7cced59a567f4c3453" 2018-10-26 10:31:44,794 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 10: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 10:31:45,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ad966b2f552eaf1c2c9ed7cced59a567f4c3453" 2018-10-26 10:31:45,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:31:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd3f96e5-74d1-4642-aaa4-b2e3a0480891 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/865486593e12402f86e9636a8d3859ad"}, "description": "", "name": "heat_stack", "enabled": true, "id": "865486593e12402f86e9636a8d3859ad"}, {"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-10-26 10:31:45,086 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-dd3f96e5-74d1-4642-aaa4-b2e3a0480891 2018-10-26 10:31:45,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.301152944565s 2018-10-26 10:31:45,088 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-26 10:31:45,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}8ad966b2f552eaf1c2c9ed7cced59a567f4c3453" -d '{"project": {"description": "Created by OPNFV Functest: cloudify_ims", "enabled": true, "domain_id": "default", "name": "cloudify_ims-project_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}}' 2018-10-26 10:31:45,184 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:31:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9bf176e3-8b3b-4d27-ac95-074679c7d97d 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.21:5000/v3/projects/fb25b6949c784d56b9db7c35ab0ddf00"}, "enabled": true, "id": "fb25b6949c784d56b9db7c35ab0ddf00", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}} 2018-10-26 10:31:45,184 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-9bf176e3-8b3b-4d27-ac95-074679c7d97d 2018-10-26 10:31:45,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.0960400104523s 2018-10-26 10:31:45,184 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-9bf176e3-8b3b-4d27-ac95-074679c7d97d 2018-10-26 10:31:45,185 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'cloudify_ims-project_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'id': u'fb25b6949c784d56b9db7c35ab0ddf00', '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-26 10:31:45,186 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-26 10:31:45,581 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.394726991653s 2018-10-26 10:31:45,581 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/5b5c780e4c3344c7826505173c3b8e80 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ad966b2f552eaf1c2c9ed7cced59a567f4c3453" 2018-10-26 10:31:45,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:31:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-184d5a7e-88c0-42c7-8f02-8f55b70fecbb Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/5b5c780e4c3344c7826505173c3b8e80"}, "enabled": true, "id": "5b5c780e4c3344c7826505173c3b8e80", "options": {}, "domain_id": "default", "name": "cloudify_ims-user_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}} 2018-10-26 10:31:45,685 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/5b5c780e4c3344c7826505173c3b8e80 used request id req-184d5a7e-88c0-42c7-8f02-8f55b70fecbb 2018-10-26 10:31:45,685 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'5b5c780e4c3344c7826505173c3b8e80', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cloudify_ims-user_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010'}) 2018-10-26 10:31:45,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 10:31:45,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ad966b2f552eaf1c2c9ed7cced59a567f4c3453" 2018-10-26 10:31:45,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:31:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2dacfdd6-20b3-4300-ba53-353086f0a3fd Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:31:45,764 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-2dacfdd6-20b3-4300-ba53-353086f0a3fd 2018-10-26 10:31:45,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.078250169754s 2018-10-26 10:31:45,765 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 10:31:45,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ad966b2f552eaf1c2c9ed7cced59a567f4c3453" 2018-10-26 10:31:45,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:31:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09713128-bac3-4139-b1b1-45956b935aa1 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:31:45,846 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-09713128-bac3-4139-b1b1-45956b935aa1 2018-10-26 10:31:45,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0812540054321s 2018-10-26 10:31:45,848 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-26 10:31:45,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-26 10:31:45,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ad966b2f552eaf1c2c9ed7cced59a567f4c3453" -d '{"role": {"name": "Member"}}' 2018-10-26 10:31:45,940 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 10:31:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4a3ceeba-8e23-4131-b210-e3e6fe456cc2 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8c70c03d29b1474ea397c48da6286a23", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c70c03d29b1474ea397c48da6286a23"}, "name": "Member"}} 2018-10-26 10:31:45,940 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-4a3ceeba-8e23-4131-b210-e3e6fe456cc2 2018-10-26 10:31:45,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0917320251465s 2018-10-26 10:31:45,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles/8c70c03d29b1474ea397c48da6286a23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ad966b2f552eaf1c2c9ed7cced59a567f4c3453" 2018-10-26 10:31:46,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:31:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e45f16ea-aae4-4dcc-9059-d5761bee15a4 Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/8c70c03d29b1474ea397c48da6286a23"}, "domain_id": null, "name": "Member", "id": "8c70c03d29b1474ea397c48da6286a23"}} 2018-10-26 10:31:46,016 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/8c70c03d29b1474ea397c48da6286a23 used request id req-e45f16ea-aae4-4dcc-9059-d5761bee15a4 2018-10-26 10:31:46,016 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.21:5000/v3/roles/8c70c03d29b1474ea397c48da6286a23'}, 'domain_id': None, 'human_id': None, 'id': u'8c70c03d29b1474ea397c48da6286a23', 'HUMAN_ID': False}) 2018-10-26 10:31:46,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 10:31:46,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ad966b2f552eaf1c2c9ed7cced59a567f4c3453" 2018-10-26 10:31:46,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:31:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b0d1569-68e4-4402-91c6-957e5762d1ad Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "8c70c03d29b1474ea397c48da6286a23", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c70c03d29b1474ea397c48da6286a23"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 10:31:46,102 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-5b0d1569-68e4-4402-91c6-957e5762d1ad 2018-10-26 10:31:46,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.085254907608s 2018-10-26 10:31:46,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-26 10:31:46,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ad966b2f552eaf1c2c9ed7cced59a567f4c3453" 2018-10-26 10:31:46,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:31:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ce91610-7c0c-4503-bc2a-151bd7d01634 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-10-26 10:31:46,184 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-1ce91610-7c0c-4503-bc2a-151bd7d01634 2018-10-26 10:31:46,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0806000232697s 2018-10-26 10:31:46,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-26 10:31:46,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}8ad966b2f552eaf1c2c9ed7cced59a567f4c3453" 2018-10-26 10:31:46,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:31:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c773652e-8637-4b0c-9c9c-dae84e8ad8c3 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "cloudify_ims-user_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "links": {"self": "http://172.30.9.21:5000/v3/users/5b5c780e4c3344c7826505173c3b8e80"}, "domain_id": "default", "enabled": true, "id": "5b5c780e4c3344c7826505173c3b8e80", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 10:31:46,277 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-c773652e-8637-4b0c-9c9c-dae84e8ad8c3 2018-10-26 10:31:46,277 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0916881561279s 2018-10-26 10:31:46,277 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-c773652e-8637-4b0c-9c9c-dae84e8ad8c3 2018-10-26 10:31:46,283 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-26 10:31:46,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8ad966b2f552eaf1c2c9ed7cced59a567f4c3453" 2018-10-26 10:31:46,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:31:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1598d27c-3057-46eb-b6fd-4ce578e68162 Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.21:5000/v3/projects/fb25b6949c784d56b9db7c35ab0ddf00"}, "enabled": true, "id": "fb25b6949c784d56b9db7c35ab0ddf00", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}]} 2018-10-26 10:31:46,365 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-1598d27c-3057-46eb-b6fd-4ce578e68162 2018-10-26 10:31:46,365 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0814778804779s 2018-10-26 10:31:46,365 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-1598d27c-3057-46eb-b6fd-4ce578e68162 2018-10-26 10:31:46,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-26 10:31:46,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=5b5c780e4c3344c7826505173c3b8e80&scope.project.id=fb25b6949c784d56b9db7c35ab0ddf00&role.id=8c70c03d29b1474ea397c48da6286a23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ad966b2f552eaf1c2c9ed7cced59a567f4c3453" 2018-10-26 10:31:46,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:31:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5c402b9-538f-40da-9c51-1db86b8d39b4 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=5b5c780e4c3344c7826505173c3b8e80&scope.project.id=fb25b6949c784d56b9db7c35ab0ddf00&role.id=8c70c03d29b1474ea397c48da6286a23", "previous": null, "next": null}} 2018-10-26 10:31:46,455 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=5b5c780e4c3344c7826505173c3b8e80&scope.project.id=fb25b6949c784d56b9db7c35ab0ddf00&role.id=8c70c03d29b1474ea397c48da6286a23 used request id req-f5c402b9-538f-40da-9c51-1db86b8d39b4 2018-10-26 10:31:46,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0876679420471s 2018-10-26 10:31:46,456 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-26 10:31:46,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/fb25b6949c784d56b9db7c35ab0ddf00/users/5b5c780e4c3344c7826505173c3b8e80/roles/8c70c03d29b1474ea397c48da6286a23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ad966b2f552eaf1c2c9ed7cced59a567f4c3453" 2018-10-26 10:31:46,564 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 10:31:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dbb340be-7260-4340-943d-089180ec36ea Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 10:31:46,564 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/fb25b6949c784d56b9db7c35ab0ddf00/users/5b5c780e4c3344c7826505173c3b8e80/roles/8c70c03d29b1474ea397c48da6286a23 used request id req-dbb340be-7260-4340-943d-089180ec36ea 2018-10-26 10:31:46,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.108692884445s 2018-10-26 10:31:46,565 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cloudify_ims-project_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 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': '74c2870f-0370-40f5-b07e-a4e07803d1aa', 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_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'project_id': u'fb25b6949c784d56b9db7c35ab0ddf00', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-26 10:31:46,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-26 10:31:46,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-26 10:31:46,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-26 10:31:46,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-26 10:31:46,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-26 10:31:46,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-26 10:31:46,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-26 10:31:46,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-26 10:31:46,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-26 10:31:46,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-26 10:31:46,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-26 10:31:46,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-26 10:31:46,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-26 10:31:46,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-26 10:31:46,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-26 10:31:46,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-26 10:31:46,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-26 10:31:46,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-26 10:31:46,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-26 10:31:46,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-26 10:31:46,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-26 10:31:46,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-26 10:31:46,572 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cloudify_ims-user_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'password': '74c2870f-0370-40f5-b07e-a4e07803d1aa', 'project_name': 'cloudify_ims-project_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': 'fb25b6949c784d56b9db7c35ab0ddf00', 'project_domain_name': 'Default'} 2018-10-26 10:31:46,625 - 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-26 10:31:46,640 - xtesting.ci.run_tests - INFO - Running test case 'cloudify_ims'... 2018-10-26 10:31:46,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-26 10:31:46,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ad966b2f552eaf1c2c9ed7cced59a567f4c3453" 2018-10-26 10:31:46,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:31:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-419c30b4-6525-4bb0-961c-d501566f8e1b Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/865486593e12402f86e9636a8d3859ad"}, "description": "", "name": "heat_stack", "enabled": true, "id": "865486593e12402f86e9636a8d3859ad"}, {"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-10-26 10:31:46,722 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-419c30b4-6525-4bb0-961c-d501566f8e1b 2018-10-26 10:31:46,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0818428993225s 2018-10-26 10:31:46,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-26 10:31:46,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8ad966b2f552eaf1c2c9ed7cced59a567f4c3453" 2018-10-26 10:31:46,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:31:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9aff0a0-8c43-4ec8-a00d-e625217236f9 Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.21:5000/v3/projects/fb25b6949c784d56b9db7c35ab0ddf00"}, "enabled": true, "id": "fb25b6949c784d56b9db7c35ab0ddf00", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}]} 2018-10-26 10:31:46,806 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-a9aff0a0-8c43-4ec8-a00d-e625217236f9 2018-10-26 10:31:46,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0824840068817s 2018-10-26 10:31:46,806 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-a9aff0a0-8c43-4ec8-a00d-e625217236f9 2018-10-26 10:31:46,809 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-10-26 10:31:46,810 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.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}8ad966b2f552eaf1c2c9ed7cced59a567f4c3453" -d '{"network": {"tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "name": "cloudify_ims-net_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "admin_state_up": true}}' 2018-10-26 10:31:47,309 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-818c753a-2ade-45d3-ba9a-02e147629945 Date: Fri, 26 Oct 2018 10:31: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":"e69018a4-a6a5-40c0-bc94-944544e8c74e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":50,"ipv4_address_scope":null,"shared":false,"project_id":"fb25b6949c784d56b9db7c35ab0ddf00","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T10:31:47Z","is_default":false,"qos_policy_id":null,"name":"cloudify_ims-net_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010","admin_state_up":true,"tenant_id":"fb25b6949c784d56b9db7c35ab0ddf00","created_at":"2018-10-26T10:31:47Z","mtu":1450}} 2018-10-26 10:31:47,310 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-818c753a-2ade-45d3-ba9a-02e147629945 2018-10-26 10:31:47,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.500628948212s 2018-10-26 10:31:47,310 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-818c753a-2ade-45d3-ba9a-02e147629945 2018-10-26 10:31:47,310 - 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-26T10:31:47Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e', u'provider:segmentation_id': 50, 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_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', u'created_at': u'2018-10-26T10:31:47Z', u'mtu': 1450, u'tenant_id': u'fb25b6949c784d56b9db7c35ab0ddf00', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'fb25b6949c784d56b9db7c35ab0ddf00'}) 2018-10-26 10:31:47,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 10:31:47,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:31:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-600f3acb-14d9-4968-9f54-a1a3977c2756 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 10:31:47,319 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-600f3acb-14d9-4968-9f54-a1a3977c2756 2018-10-26 10:31:47,319 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 10:31:47,703 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8c70c03d29b1474ea397c48da6286a23", "name": "Member"}], "expires_at": "2018-10-26T11:31:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fb25b6949c784d56b9db7c35ab0ddf00", "name": "cloudify_ims-project_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/fb25b6949c784d56b9db7c35ab0ddf00", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/fb25b6949c784d56b9db7c35ab0ddf00", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/fb25b6949c784d56b9db7c35ab0ddf00", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/fb25b6949c784d56b9db7c35ab0ddf00", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/fb25b6949c784d56b9db7c35ab0ddf00", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/fb25b6949c784d56b9db7c35ab0ddf00", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/fb25b6949c784d56b9db7c35ab0ddf00", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/fb25b6949c784d56b9db7c35ab0ddf00", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/fb25b6949c784d56b9db7c35ab0ddf00", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/fb25b6949c784d56b9db7c35ab0ddf00", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/fb25b6949c784d56b9db7c35ab0ddf00", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/fb25b6949c784d56b9db7c35ab0ddf00", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cloudify_ims-user_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "id": "5b5c780e4c3344c7826505173c3b8e80"}, "audit_ids": ["xAarSuSPQUyJ5K5C2dX56g"], "issued_at": "2018-10-26T10:31:47.000000Z"}} 2018-10-26 10:31:47,706 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-26 10:31:47,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:31:47,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1193 X-Openstack-Request-Id: req-2ec01764-a1c5-4702-9fd5-89722d04b4d9 Date: Fri, 26 Oct 2018 10:31:47 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","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-26T10:31:47Z","tenant_id":"fb25b6949c784d56b9db7c35ab0ddf00","created_at":"2018-10-26T10:31:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"fb25b6949c784d56b9db7c35ab0ddf00","id":"e69018a4-a6a5-40c0-bc94-944544e8c74e","name":"cloudify_ims-net_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}]} 2018-10-26 10:31:47,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-2ec01764-a1c5-4702-9fd5-89722d04b4d9 2018-10-26 10:31:47,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.256427049637s 2018-10-26 10:31:47,963 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-2ec01764-a1c5-4702-9fd5-89722d04b4d9 2018-10-26 10:31:47,964 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-10-26 10:31:47,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" -d '{"subnet": {"name": "cloudify_ims-subnet_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "enable_dhcp": true, "network_id": "e69018a4-a6a5-40c0-bc94-944544e8c74e", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-10-26 10:31:48,801 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-6d396048-41da-4eec-87fd-1a7a7e51139a Date: Fri, 26 Oct 2018 10:31:48 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e69018a4-a6a5-40c0-bc94-944544e8c74e","tenant_id":"fb25b6949c784d56b9db7c35ab0ddf00","created_at":"2018-10-26T10:31:48Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-26T10:31:48Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"fb25b6949c784d56b9db7c35ab0ddf00","id":"ad4b78ec-b20a-4d5b-931a-5f7d2510c393","subnetpool_id":null,"name":"cloudify_ims-subnet_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}} 2018-10-26 10:31:48,801 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-6d396048-41da-4eec-87fd-1a7a7e51139a 2018-10-26 10:31:48,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.83677983284s 2018-10-26 10:31:48,801 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-6d396048-41da-4eec-87fd-1a7a7e51139a 2018-10-26 10:31:48,802 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-10-26T10:31:48Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'ad4b78ec-b20a-4d5b-931a-5f7d2510c393', u'subnetpool_id': None, u'service_types': [], u'name': u'cloudify_ims-subnet_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', u'enable_dhcp': True, u'network_id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e', u'tenant_id': u'fb25b6949c784d56b9db7c35ab0ddf00', u'created_at': u'2018-10-26T10:31:48Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'fb25b6949c784d56b9db7c35ab0ddf00'}) 2018-10-26 10:31:48,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-10-26 10:31:48,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" -d '{"router": {"external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693"}, "name": "cloudify_ims-router_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "admin_state_up": true}}' 2018-10-26 10:31:53,700 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-0b1f2b05-1cb5-47da-a538-6aae54257531 Date: Fri, 26 Oct 2018 10:31:53 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "created_at": "2018-10-26T10:31:49Z", "admin_state_up": true, "updated_at": "2018-10-26T10:31:50Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "fb25b6949c784d56b9db7c35ab0ddf00", "id": "46b6d1f9-02ec-435a-a168-5c7b4afd64f9", "name": "cloudify_ims-router_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}} 2018-10-26 10:31:53,700 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-0b1f2b05-1cb5-47da-a538-6aae54257531 2018-10-26 10:31:53,701 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 4.89776611328s 2018-10-26 10:31:53,701 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-0b1f2b05-1cb5-47da-a538-6aae54257531 2018-10-26 10:31:53,701 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-10-26T10:31:50Z', u'revision_number': 3, u'id': u'46b6d1f9-02ec-435a-a168-5c7b4afd64f9', u'external_gateway_info': {u'network_id': u'94b52afd-6cfc-477c-8eec-9ace3e0b6693', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414', u'ip_address': u'172.30.9.204'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cloudify_ims-router_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', u'admin_state_up': True, u'tenant_id': u'fb25b6949c784d56b9db7c35ab0ddf00', u'created_at': u'2018-10-26T10:31:49Z', u'flavor_id': None, u'routes': [], u'project_id': u'fb25b6949c784d56b9db7c35ab0ddf00'}) 2018-10-26 10:31:53,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-10-26 10:31:53,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/46b6d1f9-02ec-435a-a168-5c7b4afd64f9/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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" -d '{"subnet_id": "ad4b78ec-b20a-4d5b-931a-5f7d2510c393"}' 2018-10-26 10:31:55,911 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-768bf1eb-0705-40ed-b637-26a3d0f571ef Date: Fri, 26 Oct 2018 10:31:55 GMT RESP BODY: {"network_id": "e69018a4-a6a5-40c0-bc94-944544e8c74e", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "subnet_id": "ad4b78ec-b20a-4d5b-931a-5f7d2510c393", "subnet_ids": ["ad4b78ec-b20a-4d5b-931a-5f7d2510c393"], "port_id": "8ae9d15c-d21f-46b7-9fff-6e9666163edb", "id": "46b6d1f9-02ec-435a-a168-5c7b4afd64f9"} 2018-10-26 10:31:55,912 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/46b6d1f9-02ec-435a-a168-5c7b4afd64f9/add_router_interface.json used request id req-768bf1eb-0705-40ed-b637-26a3d0f571ef 2018-10-26 10:31:55,912 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.20951294899s 2018-10-26 10:31:55,912 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/46b6d1f9-02ec-435a-a168-5c7b4afd64f9/add_router_interface.json used request id req-768bf1eb-0705-40ed-b637-26a3d0f571ef returning object 46b6d1f9-02ec-435a-a168-5c7b4afd64f9 2018-10-26 10:31:55,913 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-10-26 10:32:34,934 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2018-10-26 10:32:34,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:32:34,942 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Fri, 26 Oct 2018 10:32:34 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-10-26 10:32:34,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-26 10:32:34,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:32:35,637 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-e7e3898f-9372-4f82-9a56-e7b13774bfc2 Date: Fri, 26 Oct 2018 10:32:35 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-26 10:32:35,637 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-e7e3898f-9372-4f82-9a56-e7b13774bfc2 2018-10-26 10:32:35,637 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.691460132599s 2018-10-26 10:32:35,638 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-e7e3898f-9372-4f82-9a56-e7b13774bfc2 2018-10-26 10:32:35,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-26 10:32:35,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/cloudify_ims-img_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify_ims-img_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}' 2018-10-26 10:32:36,239 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 876 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/752cbf6d-c8de-4944-8e8c-471f5e713932 X-Openstack-Request-Id: req-6ba14492-5f3f-4643-8f5c-76555a8965dd Date: Fri, 26 Oct 2018 10:32:36 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/752cbf6d-c8de-4944-8e8c-471f5e713932/file", "owner": "fb25b6949c784d56b9db7c35ab0ddf00", "id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "size": null, "self": "/v2/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-10-26T10:32:36Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "checksum": null, "created_at": "2018-10-26T10:32:36Z", "protected": false} 2018-10-26 10:32:36,239 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-6ba14492-5f3f-4643-8f5c-76555a8965dd 2018-10-26 10:32:36,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.599323034286s 2018-10-26 10:32:36,240 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-6ba14492-5f3f-4643-8f5c-76555a8965dd returning object 752cbf6d-c8de-4944-8e8c-471f5e713932 2018-10-26 10:32:36,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-26 10:32:36,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/752cbf6d-c8de-4944-8e8c-471f5e713932/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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" -d '' 2018-10-26 10:33:51,154 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6014b6e1-de8f-4a51-8e31-56d4dcddb482 Date: Fri, 26 Oct 2018 10:33: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-26 10:33:51,154 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/752cbf6d-c8de-4944-8e8c-471f5e713932/file used request id req-6014b6e1-de8f-4a51-8e31-56d4dcddb482 2018-10-26 10:33:51,155 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 74.9141218662s 2018-10-26 10:33:51,155 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/752cbf6d-c8de-4944-8e8c-471f5e713932/file used request id req-6014b6e1-de8f-4a51-8e31-56d4dcddb482 2018-10-26 10:33:51,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-26 10:33:51,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:33:51,696 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-7c60983c-dad1-4626-8ff1-ccbfd7bf480c Date: Fri, 26 Oct 2018 10:33:51 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/752cbf6d-c8de-4944-8e8c-471f5e713932/snap", "metadata": {}}], "file": "/v2/images/752cbf6d-c8de-4944-8e8c-471f5e713932/file", "owner": "fb25b6949c784d56b9db7c35ab0ddf00", "id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "size": 4373348352, "self": "/v2/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "disk_format": "qcow2", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/752cbf6d-c8de-4944-8e8c-471f5e713932/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-10-26T10:33:51Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-10-26T10:32:36Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-26 10:33:51,696 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-7c60983c-dad1-4626-8ff1-ccbfd7bf480c 2018-10-26 10:33:51,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.540250062943s 2018-10-26 10:33:51,696 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-7c60983c-dad1-4626-8ff1-ccbfd7bf480c 2018-10-26 10:33:51,698 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/752cbf6d-c8de-4944-8e8c-471f5e713932/snap', u'metadata': Munch({})})], 'file': u'/v2/images/752cbf6d-c8de-4944-8e8c-471f5e713932/file', 'owner': u'fb25b6949c784d56b9db7c35ab0ddf00', 'id': u'752cbf6d-c8de-4944-8e8c-471f5e713932', 'size': 4373348352, u'self': u'/v2/images/752cbf6d-c8de-4944-8e8c-471f5e713932', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'fb25b6949c784d56b9db7c35ab0ddf00', 'name': 'cloudify_ims-project_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/752cbf6d-c8de-4944-8e8c-471f5e713932/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-26T10:33:51Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-10-26T10:33:51Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/cloudify_ims-img_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'properties': {u'self': u'/v2/images/752cbf6d-c8de-4944-8e8c-471f5e713932', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'owner_specified.shade.object': u'images/cloudify_ims-img_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'schema': u'/v2/schemas/image'}, 'name': u'cloudify_ims-img_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'created': u'2018-10-26T10:32:36Z', 'checksum': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'created_at': u'2018-10-26T10:32:36Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/752cbf6d-c8de-4944-8e8c-471f5e713932', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'owner_specified.shade.object': u'images/cloudify_ims-img_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'schema': u'/v2/schemas/image'}}) 2018-10-26 10:33:51,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-26 10:33:51,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: os-client-config/1.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}8ad966b2f552eaf1c2c9ed7cced59a567f4c3453" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "cloudify_ims-flavor_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": null, "swap": 0}}' 2018-10-26 10:33:51,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:33:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e1e482cb-0fb5-4996-8359-42a61d9c3adc x-compute-request-id: req-e1e482cb-0fb5-4996-8359-42a61d9c3adc Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "name": "cloudify_ims-flavor_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 10:33:51,891 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-e1e482cb-0fb5-4996-8359-42a61d9c3adc 2018-10-26 10:33:51,891 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.19141292572s 2018-10-26 10:33:51,892 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-e1e482cb-0fb5-4996-8359-42a61d9c3adc returning object 3edd32c1-41f5-41f9-88f7-b0a5d6fa227c 2018-10-26 10:33:51,892 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify_ims-flavor_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', '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'c8dcd64f3c764883a33350227564ab99', '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'3edd32c1-41f5-41f9-88f7-b0a5d6fa227c', 'swap': 0}) 2018-10-26 10:33:51,893 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-26 10:33:51,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c/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}8ad966b2f552eaf1c2c9ed7cced59a567f4c3453" -d '{"extra_specs": {}}' 2018-10-26 10:33:51,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:33:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a257ff5a-533d-4314-9960-a04bd5b2439b x-compute-request-id: req-a257ff5a-533d-4314-9960-a04bd5b2439b Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-26 10:33:51,918 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c/os-extra_specs used request id req-a257ff5a-533d-4314-9960-a04bd5b2439b 2018-10-26 10:33:51,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0254180431366s 2018-10-26 10:33:51,919 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c/os-extra_specs used request id req-a257ff5a-533d-4314-9960-a04bd5b2439b 2018-10-26 10:33:51,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-10-26 10:33:51,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" -d '{"keypair": {"name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}}' 2018-10-26 10:33:52,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:33:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5ece9809-dc44-4f20-a4da-d01d32f249e1 x-compute-request-id: req-5ece9809-dc44-4f20-a4da-d01d32f249e1 Content-Encoding: gzip Content-Length: 1808 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCz1I+kSyKtUqKaLYzEXV7/7ma/pW53dpZ21q2oavopbXNlwx92y117JHklrj7tcYTlmOSGia+aMq6bMLR3P0yGzgyIrToaSYpUmlflUWUBqQomlU1UhxnKTNPIqd+irvJBL4OyYqPPEesFKfa5KbymKYEidVQd/MferUpsyKOC3a5oUpiEHFfSpzsGk6I7opYYzbvLGHTg0jTxDTsT0VVb23no8Gony4uE8/CCG8ThO39xBsPSFlOmZnAsdhARAK9H0jZ26dqwCOE1ARhwkvFakdxmyngNdEcWM5sOjUOS7jmE6/gd/5z7JHDlJoOTur/teny9xbjLWpTSKY4CfrlP Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAs9SPpEsirVKimi2MxF1e/+5mv6Vud3aWdtatqGr6KW1zZcMf\ndstdeyR5Ja4+7XGE5ZjkhomvmjKumzC0dz9Mhs4MiK06GkmKVJpX5VFlAakKJpVN\nVIcZykzTyKnfoq7yQS+DsmKjzxHrBSn2uSm8pimBInVUHfzH3q1KbMijgt2uaFKY\nhBxX0qc7BpOiO6KWGM27yxh04NI08Q07E9FVW9t56PBqJ8uLhPPwghvE4Tt/cQbD\n0hZTpmZwLHYQEQCvR9I2dunasAjhNQEYcJLxWpHcZsp4DXRHFjObDo1Dku45hOv4\nHf+c+yRw5SaDk7q/7Xp8vcW4y1qU0imOAn65TwIDAQABAoIBABN/nruPsgjdBuh0\nu+imvyA890McauflIdds25OBVfKb/YExMP4uespZYBFn3Ubdoi1K8KxtzW6IxEnr\ndAXiBSgwu0cukTg8dRVLTvB8bNlLPOCGG8Zoh7FZtzTwxmDbW0UaI8t5yo0vQi5j\nKG9XSS8zHN9hnWdK+1j3rTQyZRhRRn13BvbhE74MArzSP6gEkRiqCa15hEnxGnEA\njbQKT0HeAvYfxaTgEvcEVJ+YijpXlW+LXR7pFtFK2hp43G6xnpWttubt5u7ReJrk\nDztACB9Kvys2Sk0wtW3L64iD4Q1CBQeXVp1TV4wlVMqrDVIITrZfqdVQ4AtMaXYt\nFdH0RhECgYEA4MrHmbv8Q1xNJMlF1DEugIC7oHOl/XdrBgzY9uoZPIWVC755bmdd\nZl24q05JJe8w4icCYB04EG58YiZPvGYWJuH5ngKxblTQpycWPr7Qvoy4JVkEiv6N\nIfjgkbxMrlM4wdhNdt/j6dBI6q1jM9C2lHdswNNMtfFSmk3vuoG44IUCgYEAzMvR\nTWTDr+jZ4OQj7PEC2dGZaGHsdWnt5/0ZJj11+pGi18n2BOECAEukn3xotgrVhS7l\nmXKAPqpYK/MqVEKVUk/uenUOWZjPMjALxgySBLcfcdBCqkjwtJ+eEQPhj/K4DQ06\nM4v/bJM6mU/DBhX2F8Q3X12647gUDk8/hLaFJMMCgYA/KrxMBvcsNpO28pgcuHVI\nxuPygozyXMxGNvYA7GeLCj6Hvk6BJ6qnSU7LVIRZlI03/547Q/qtI17wdbOSTV2M\nL5PlQvx49HxtfB5UI2qlIQXd+NW9+SnPkhAI49Doa5pXXmDmNqPk4BKdX3uw48Vq\nkuSMitPTjKyZj6z9y9YXwQKBgDbSuQ0G1Hva0biqWhOr0R+ORIr069/io5Ve48Sg\n31xccENkBT/5HBgIJ+Gp5D4XWGF21G/nfv1HjKL3TXWQ/XgzfZu6ikTh61V8FyrF\nYrFwdDJ7ld0P+Z/guufDKjbmuu6Dg/kYmR/vqdgwyfxvFJn4JPqalNUxCe1quY5F\nbg8RAoGASmjvlFTlPZIeZAFwtjjLPodM5YakZi3trfi0YglmfMDPueF4Rz2azR0Z\nijOx6DxXMaYtqrk1otq1fQF6sBajNh6OKOZc/RlMZ9YBziXSV1cbLnrPM2EiPiQX\nZtL4aHaGyUpJklwrSUUGx51MJw6oP/WgvX7avEXl0aY6Sxf3KwU=\n-----END RSA PRIVATE KEY-----\n", "user_id": "5b5c780e4c3344c7826505173c3b8e80", "name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "fingerprint": "5c:a5:41:f7:ab:c2:71:55:31:10:f1:57:1e:f0:25:7a"}} 2018-10-26 10:33:52,671 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-5ece9809-dc44-4f20-a4da-d01d32f249e1 2018-10-26 10:33:52,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.751424074173s 2018-10-26 10:33:52,672 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-5ece9809-dc44-4f20-a4da-d01d32f249e1 2018-10-26 10:33:52,672 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCz1I+kSyKtUqKaLYzEXV7/7ma/pW53dpZ21q2oavopbXNlwx92y117JHklrj7tcYTlmOSGia+aMq6bMLR3P0yGzgyIrToaSYpUmlflUWUBqQomlU1UhxnKTNPIqd+irvJBL4OyYqPPEesFKfa5KbymKYEidVQd/MferUpsyKOC3a5oUpiEHFfSpzsGk6I7opYYzbvLGHTg0jTxDTsT0VVb23no8Gony4uE8/CCG8ThO39xBsPSFlOmZnAsdhARAK9H0jZ26dqwCOE1ARhwkvFakdxmyngNdEcWM5sOjUOS7jmE6/gd/5z7JHDlJoOTur/teny9xbjLWpTSKY4CfrlP Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAs9SPpEsirVKimi2MxF1e/+5mv6Vud3aWdtatqGr6KW1zZcMf\ndstdeyR5Ja4+7XGE5ZjkhomvmjKumzC0dz9Mhs4MiK06GkmKVJpX5VFlAakKJpVN\nVIcZykzTyKnfoq7yQS+DsmKjzxHrBSn2uSm8pimBInVUHfzH3q1KbMijgt2uaFKY\nhBxX0qc7BpOiO6KWGM27yxh04NI08Q07E9FVW9t56PBqJ8uLhPPwghvE4Tt/cQbD\n0hZTpmZwLHYQEQCvR9I2dunasAjhNQEYcJLxWpHcZsp4DXRHFjObDo1Dku45hOv4\nHf+c+yRw5SaDk7q/7Xp8vcW4y1qU0imOAn65TwIDAQABAoIBABN/nruPsgjdBuh0\nu+imvyA890McauflIdds25OBVfKb/YExMP4uespZYBFn3Ubdoi1K8KxtzW6IxEnr\ndAXiBSgwu0cukTg8dRVLTvB8bNlLPOCGG8Zoh7FZtzTwxmDbW0UaI8t5yo0vQi5j\nKG9XSS8zHN9hnWdK+1j3rTQyZRhRRn13BvbhE74MArzSP6gEkRiqCa15hEnxGnEA\njbQKT0HeAvYfxaTgEvcEVJ+YijpXlW+LXR7pFtFK2hp43G6xnpWttubt5u7ReJrk\nDztACB9Kvys2Sk0wtW3L64iD4Q1CBQeXVp1TV4wlVMqrDVIITrZfqdVQ4AtMaXYt\nFdH0RhECgYEA4MrHmbv8Q1xNJMlF1DEugIC7oHOl/XdrBgzY9uoZPIWVC755bmdd\nZl24q05JJe8w4icCYB04EG58YiZPvGYWJuH5ngKxblTQpycWPr7Qvoy4JVkEiv6N\nIfjgkbxMrlM4wdhNdt/j6dBI6q1jM9C2lHdswNNMtfFSmk3vuoG44IUCgYEAzMvR\nTWTDr+jZ4OQj7PEC2dGZaGHsdWnt5/0ZJj11+pGi18n2BOECAEukn3xotgrVhS7l\nmXKAPqpYK/MqVEKVUk/uenUOWZjPMjALxgySBLcfcdBCqkjwtJ+eEQPhj/K4DQ06\nM4v/bJM6mU/DBhX2F8Q3X12647gUDk8/hLaFJMMCgYA/KrxMBvcsNpO28pgcuHVI\nxuPygozyXMxGNvYA7GeLCj6Hvk6BJ6qnSU7LVIRZlI03/547Q/qtI17wdbOSTV2M\nL5PlQvx49HxtfB5UI2qlIQXd+NW9+SnPkhAI49Doa5pXXmDmNqPk4BKdX3uw48Vq\nkuSMitPTjKyZj6z9y9YXwQKBgDbSuQ0G1Hva0biqWhOr0R+ORIr069/io5Ve48Sg\n31xccENkBT/5HBgIJ+Gp5D4XWGF21G/nfv1HjKL3TXWQ/XgzfZu6ikTh61V8FyrF\nYrFwdDJ7ld0P+Z/guufDKjbmuu6Dg/kYmR/vqdgwyfxvFJn4JPqalNUxCe1quY5F\nbg8RAoGASmjvlFTlPZIeZAFwtjjLPodM5YakZi3trfi0YglmfMDPueF4Rz2azR0Z\nijOx6DxXMaYtqrk1otq1fQF6sBajNh6OKOZc/RlMZ9YBziXSV1cbLnrPM2EiPiQX\nZtL4aHaGyUpJklwrSUUGx51MJw6oP/WgvX7avEXl0aY6Sxf3KwU=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'5b5c780e4c3344c7826505173c3b8e80', 'name': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'created_at': '2018-10-26T10:33:52.672737', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'fb25b6949c784d56b9db7c35ab0ddf00', 'name': 'cloudify_ims-project_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'5c:a5:41:f7:ab:c2:71:55:31:10:f1:57:1e:f0:25:7a', 'type': 'ssh', 'id': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010'}) 2018-10-26 10:33:52,673 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEogIBAAKCAQEAs9SPpEsirVKimi2MxF1e/+5mv6Vud3aWdtatqGr6KW1zZcMf dstdeyR5Ja4+7XGE5ZjkhomvmjKumzC0dz9Mhs4MiK06GkmKVJpX5VFlAakKJpVN VIcZykzTyKnfoq7yQS+DsmKjzxHrBSn2uSm8pimBInVUHfzH3q1KbMijgt2uaFKY hBxX0qc7BpOiO6KWGM27yxh04NI08Q07E9FVW9t56PBqJ8uLhPPwghvE4Tt/cQbD 0hZTpmZwLHYQEQCvR9I2dunasAjhNQEYcJLxWpHcZsp4DXRHFjObDo1Dku45hOv4 Hf+c+yRw5SaDk7q/7Xp8vcW4y1qU0imOAn65TwIDAQABAoIBABN/nruPsgjdBuh0 u+imvyA890McauflIdds25OBVfKb/YExMP4uespZYBFn3Ubdoi1K8KxtzW6IxEnr dAXiBSgwu0cukTg8dRVLTvB8bNlLPOCGG8Zoh7FZtzTwxmDbW0UaI8t5yo0vQi5j KG9XSS8zHN9hnWdK+1j3rTQyZRhRRn13BvbhE74MArzSP6gEkRiqCa15hEnxGnEA jbQKT0HeAvYfxaTgEvcEVJ+YijpXlW+LXR7pFtFK2hp43G6xnpWttubt5u7ReJrk DztACB9Kvys2Sk0wtW3L64iD4Q1CBQeXVp1TV4wlVMqrDVIITrZfqdVQ4AtMaXYt FdH0RhECgYEA4MrHmbv8Q1xNJMlF1DEugIC7oHOl/XdrBgzY9uoZPIWVC755bmdd Zl24q05JJe8w4icCYB04EG58YiZPvGYWJuH5ngKxblTQpycWPr7Qvoy4JVkEiv6N IfjgkbxMrlM4wdhNdt/j6dBI6q1jM9C2lHdswNNMtfFSmk3vuoG44IUCgYEAzMvR TWTDr+jZ4OQj7PEC2dGZaGHsdWnt5/0ZJj11+pGi18n2BOECAEukn3xotgrVhS7l mXKAPqpYK/MqVEKVUk/uenUOWZjPMjALxgySBLcfcdBCqkjwtJ+eEQPhj/K4DQ06 M4v/bJM6mU/DBhX2F8Q3X12647gUDk8/hLaFJMMCgYA/KrxMBvcsNpO28pgcuHVI xuPygozyXMxGNvYA7GeLCj6Hvk6BJ6qnSU7LVIRZlI03/547Q/qtI17wdbOSTV2M L5PlQvx49HxtfB5UI2qlIQXd+NW9+SnPkhAI49Doa5pXXmDmNqPk4BKdX3uw48Vq kuSMitPTjKyZj6z9y9YXwQKBgDbSuQ0G1Hva0biqWhOr0R+ORIr069/io5Ve48Sg 31xccENkBT/5HBgIJ+Gp5D4XWGF21G/nfv1HjKL3TXWQ/XgzfZu6ikTh61V8FyrF YrFwdDJ7ld0P+Z/guufDKjbmuu6Dg/kYmR/vqdgwyfxvFJn4JPqalNUxCe1quY5F bg8RAoGASmjvlFTlPZIeZAFwtjjLPodM5YakZi3trfi0YglmfMDPueF4Rz2azR0Z ijOx6DxXMaYtqrk1otq1fQF6sBajNh6OKOZc/RlMZ9YBziXSV1cbLnrPM2EiPiQX ZtL4aHaGyUpJklwrSUUGx51MJw6oP/WgvX7avEXl0aY6Sxf3KwU= -----END RSA PRIVATE KEY----- 2018-10-26 10:33:52,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-10-26 10:33:52,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" -d '{"security_group": {"name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "description": "created by OPNFV Functest (cloudify_ims)"}}' 2018-10-26 10:33:53,112 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1424 X-Openstack-Request-Id: req-08ce7c6d-8b2c-4976-92d7-5c4952d78cb5 Date: Fri, 26 Oct 2018 10:33:53 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "created_at": "2018-10-26T10:33:52Z", "updated_at": "2018-10-26T10:33:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:33:53Z", "revision_number": 0, "id": "0e6c76d7-9a13-4954-b0d0-a55232608cf0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:33:53Z", "security_group_id": "c064e57e-ed09-497c-9764-ac5e950116e3", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:33:53Z", "revision_number": 0, "id": "5f92f819-94c5-4248-8b93-30fd7bb9660c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:33:53Z", "security_group_id": "c064e57e-ed09-497c-9764-ac5e950116e3", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}], "revision_number": 2, "project_id": "fb25b6949c784d56b9db7c35ab0ddf00", "id": "c064e57e-ed09-497c-9764-ac5e950116e3", "name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}} 2018-10-26 10:33:53,113 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-08ce7c6d-8b2c-4976-92d7-5c4952d78cb5 2018-10-26 10:33:53,113 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.43672990799s 2018-10-26 10:33:53,113 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-08ce7c6d-8b2c-4976-92d7-5c4952d78cb5 2018-10-26 10:33:53,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-26 10:33:53,118 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:33:53,494 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3840 X-Openstack-Request-Id: req-f59370cc-195a-45ca-8a2c-3a9a5c67f407 Date: Fri, 26 Oct 2018 10:33:53 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "created_at": "2018-10-26T10:31:47Z", "updated_at": "2018-10-26T10:31:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:31:47Z", "revision_number": 0, "id": "52fb6ac7-1a3b-460c-95ba-17a37b3946a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:31:47Z", "security_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:31:47Z", "revision_number": 0, "id": "a1c63aaf-6c00-4c80-8bd3-b2d98745045d", "remote_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "remote_ip_prefix": null, "created_at": "2018-10-26T10:31:47Z", "security_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:31:47Z", "revision_number": 0, "id": "bba9946c-f84e-40ad-9ade-bcdce47b22a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:31:47Z", "security_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:31:47Z", "revision_number": 0, "id": "c5b6cd33-c1c9-478a-abec-0d28b2ba969b", "remote_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "remote_ip_prefix": null, "created_at": "2018-10-26T10:31:47Z", "security_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}], "revision_number": 4, "project_id": "fb25b6949c784d56b9db7c35ab0ddf00", "id": "89db8603-bada-4df4-b76d-ef2b6d883763", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "created_at": "2018-10-26T10:33:52Z", "updated_at": "2018-10-26T10:33:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:33:53Z", "revision_number": 0, "id": "0e6c76d7-9a13-4954-b0d0-a55232608cf0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:33:53Z", "security_group_id": "c064e57e-ed09-497c-9764-ac5e950116e3", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:33:53Z", "revision_number": 0, "id": "5f92f819-94c5-4248-8b93-30fd7bb9660c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:33:53Z", "security_group_id": "c064e57e-ed09-497c-9764-ac5e950116e3", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}], "revision_number": 2, "project_id": "fb25b6949c784d56b9db7c35ab0ddf00", "id": "c064e57e-ed09-497c-9764-ac5e950116e3", "name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}]} 2018-10-26 10:33:53,494 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-f59370cc-195a-45ca-8a2c-3a9a5c67f407 2018-10-26 10:33:53,494 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.376332998276s 2018-10-26 10:33:53,495 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-f59370cc-195a-45ca-8a2c-3a9a5c67f407 2018-10-26 10:33:53,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-10-26 10:33:53,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" -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": "c064e57e-ed09-497c-9764-ac5e950116e3"}}' 2018-10-26 10:33:53,903 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-10f7cf42-772a-4d94-a850-05eb8c107e3e Date: Fri, 26 Oct 2018 10:33:53 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-26T10:33:53Z", "security_group_id": "c064e57e-ed09-497c-9764-ac5e950116e3", "port_range_min": 22, "revision_number": 0, "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "created_at": "2018-10-26T10:33:53Z", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00", "id": "52b8f24c-3fc5-497e-8edb-9359ea8586ee"}} 2018-10-26 10:33:53,903 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-10f7cf42-772a-4d94-a850-05eb8c107e3e 2018-10-26 10:33:53,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.404758930206s 2018-10-26 10:33:53,904 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-10f7cf42-772a-4d94-a850-05eb8c107e3e 2018-10-26 10:33:53,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-26 10:33:53,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:33:54,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4336 X-Openstack-Request-Id: req-524697b4-0742-4851-8e33-2ec3d686a0d9 Date: Fri, 26 Oct 2018 10:33:54 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "created_at": "2018-10-26T10:31:47Z", "updated_at": "2018-10-26T10:31:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:31:47Z", "revision_number": 0, "id": "52fb6ac7-1a3b-460c-95ba-17a37b3946a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:31:47Z", "security_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:31:47Z", "revision_number": 0, "id": "a1c63aaf-6c00-4c80-8bd3-b2d98745045d", "remote_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "remote_ip_prefix": null, "created_at": "2018-10-26T10:31:47Z", "security_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:31:47Z", "revision_number": 0, "id": "bba9946c-f84e-40ad-9ade-bcdce47b22a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:31:47Z", "security_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:31:47Z", "revision_number": 0, "id": "c5b6cd33-c1c9-478a-abec-0d28b2ba969b", "remote_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "remote_ip_prefix": null, "created_at": "2018-10-26T10:31:47Z", "security_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}], "revision_number": 4, "project_id": "fb25b6949c784d56b9db7c35ab0ddf00", "id": "89db8603-bada-4df4-b76d-ef2b6d883763", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "created_at": "2018-10-26T10:33:52Z", "updated_at": "2018-10-26T10:33:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:33:53Z", "revision_number": 0, "id": "0e6c76d7-9a13-4954-b0d0-a55232608cf0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:33:53Z", "security_group_id": "c064e57e-ed09-497c-9764-ac5e950116e3", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-26T10:33:53Z", "revision_number": 0, "id": "52b8f24c-3fc5-497e-8edb-9359ea8586ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:33:53Z", "security_group_id": "c064e57e-ed09-497c-9764-ac5e950116e3", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": 22, "ethertype": "IPv4", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:33:53Z", "revision_number": 0, "id": "5f92f819-94c5-4248-8b93-30fd7bb9660c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:33:53Z", "security_group_id": "c064e57e-ed09-497c-9764-ac5e950116e3", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}], "revision_number": 3, "project_id": "fb25b6949c784d56b9db7c35ab0ddf00", "id": "c064e57e-ed09-497c-9764-ac5e950116e3", "name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}]} 2018-10-26 10:33:54,102 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-524697b4-0742-4851-8e33-2ec3d686a0d9 2018-10-26 10:33:54,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.194371938705s 2018-10-26 10:33:54,102 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-524697b4-0742-4851-8e33-2ec3d686a0d9 2018-10-26 10:33:54,106 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-10-26 10:33:54,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" -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": "c064e57e-ed09-497c-9764-ac5e950116e3"}}' 2018-10-26 10:33:54,275 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-f8fb6a78-277b-412e-984d-dced1b9edf30 Date: Fri, 26 Oct 2018 10:33:54 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-26T10:33:54Z", "security_group_id": "c064e57e-ed09-497c-9764-ac5e950116e3", "port_range_min": null, "revision_number": 0, "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "created_at": "2018-10-26T10:33:54Z", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00", "id": "5c3cf5da-aef9-4f64-bd11-2e0e0389a5f9"}} 2018-10-26 10:33:54,275 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-f8fb6a78-277b-412e-984d-dced1b9edf30 2018-10-26 10:33:54,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.16902089119s 2018-10-26 10:33:54,275 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-f8fb6a78-277b-412e-984d-dced1b9edf30 2018-10-26 10:33:54,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-26 10:33:54,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:33:54,588 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4837 X-Openstack-Request-Id: req-7316b69e-02b7-4510-bd4d-092b3fb9cf04 Date: Fri, 26 Oct 2018 10:33:54 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "created_at": "2018-10-26T10:31:47Z", "updated_at": "2018-10-26T10:31:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:31:47Z", "revision_number": 0, "id": "52fb6ac7-1a3b-460c-95ba-17a37b3946a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:31:47Z", "security_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:31:47Z", "revision_number": 0, "id": "a1c63aaf-6c00-4c80-8bd3-b2d98745045d", "remote_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "remote_ip_prefix": null, "created_at": "2018-10-26T10:31:47Z", "security_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:31:47Z", "revision_number": 0, "id": "bba9946c-f84e-40ad-9ade-bcdce47b22a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:31:47Z", "security_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:31:47Z", "revision_number": 0, "id": "c5b6cd33-c1c9-478a-abec-0d28b2ba969b", "remote_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "remote_ip_prefix": null, "created_at": "2018-10-26T10:31:47Z", "security_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}], "revision_number": 4, "project_id": "fb25b6949c784d56b9db7c35ab0ddf00", "id": "89db8603-bada-4df4-b76d-ef2b6d883763", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "created_at": "2018-10-26T10:33:52Z", "updated_at": "2018-10-26T10:33:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:33:53Z", "revision_number": 0, "id": "0e6c76d7-9a13-4954-b0d0-a55232608cf0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:33:53Z", "security_group_id": "c064e57e-ed09-497c-9764-ac5e950116e3", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-26T10:33:53Z", "revision_number": 0, "id": "52b8f24c-3fc5-497e-8edb-9359ea8586ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:33:53Z", "security_group_id": "c064e57e-ed09-497c-9764-ac5e950116e3", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": 22, "ethertype": "IPv4", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:33:54Z", "revision_number": 0, "id": "5c3cf5da-aef9-4f64-bd11-2e0e0389a5f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:33:54Z", "security_group_id": "c064e57e-ed09-497c-9764-ac5e950116e3", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:33:53Z", "revision_number": 0, "id": "5f92f819-94c5-4248-8b93-30fd7bb9660c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:33:53Z", "security_group_id": "c064e57e-ed09-497c-9764-ac5e950116e3", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}], "revision_number": 4, "project_id": "fb25b6949c784d56b9db7c35ab0ddf00", "id": "c064e57e-ed09-497c-9764-ac5e950116e3", "name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}]} 2018-10-26 10:33:54,588 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-7316b69e-02b7-4510-bd4d-092b3fb9cf04 2018-10-26 10:33:54,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.309615135193s 2018-10-26 10:33:54,589 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-7316b69e-02b7-4510-bd4d-092b3fb9cf04 2018-10-26 10:33:54,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-10-26 10:33:54,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" -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": "c064e57e-ed09-497c-9764-ac5e950116e3"}}' 2018-10-26 10:33:54,923 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-8b73d77a-47e9-4686-a6c4-b8b42c7ba122 Date: Fri, 26 Oct 2018 10:33:54 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-10-26T10:33:54Z", "security_group_id": "c064e57e-ed09-497c-9764-ac5e950116e3", "port_range_min": 80, "revision_number": 0, "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "created_at": "2018-10-26T10:33:54Z", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00", "id": "5c594aa8-26eb-4838-a42d-b3de7b80ac5f"}} 2018-10-26 10:33:54,923 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-8b73d77a-47e9-4686-a6c4-b8b42c7ba122 2018-10-26 10:33:54,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.331051826477s 2018-10-26 10:33:54,924 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-8b73d77a-47e9-4686-a6c4-b8b42c7ba122 2018-10-26 10:33:54,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-26 10:33:54,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:33:54,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5333 X-Openstack-Request-Id: req-8253bf98-b99c-4aeb-ac6d-baae28b799f1 Date: Fri, 26 Oct 2018 10:33:54 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "created_at": "2018-10-26T10:31:47Z", "updated_at": "2018-10-26T10:31:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:31:47Z", "revision_number": 0, "id": "52fb6ac7-1a3b-460c-95ba-17a37b3946a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:31:47Z", "security_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:31:47Z", "revision_number": 0, "id": "a1c63aaf-6c00-4c80-8bd3-b2d98745045d", "remote_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "remote_ip_prefix": null, "created_at": "2018-10-26T10:31:47Z", "security_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:31:47Z", "revision_number": 0, "id": "bba9946c-f84e-40ad-9ade-bcdce47b22a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:31:47Z", "security_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:31:47Z", "revision_number": 0, "id": "c5b6cd33-c1c9-478a-abec-0d28b2ba969b", "remote_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "remote_ip_prefix": null, "created_at": "2018-10-26T10:31:47Z", "security_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}], "revision_number": 4, "project_id": "fb25b6949c784d56b9db7c35ab0ddf00", "id": "89db8603-bada-4df4-b76d-ef2b6d883763", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "created_at": "2018-10-26T10:33:52Z", "updated_at": "2018-10-26T10:33:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:33:53Z", "revision_number": 0, "id": "0e6c76d7-9a13-4954-b0d0-a55232608cf0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:33:53Z", "security_group_id": "c064e57e-ed09-497c-9764-ac5e950116e3", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-26T10:33:53Z", "revision_number": 0, "id": "52b8f24c-3fc5-497e-8edb-9359ea8586ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:33:53Z", "security_group_id": "c064e57e-ed09-497c-9764-ac5e950116e3", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": 22, "ethertype": "IPv4", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:33:54Z", "revision_number": 0, "id": "5c3cf5da-aef9-4f64-bd11-2e0e0389a5f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:33:54Z", "security_group_id": "c064e57e-ed09-497c-9764-ac5e950116e3", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-26T10:33:54Z", "revision_number": 0, "id": "5c594aa8-26eb-4838-a42d-b3de7b80ac5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:33:54Z", "security_group_id": "c064e57e-ed09-497c-9764-ac5e950116e3", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": 80, "ethertype": "IPv4", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:33:53Z", "revision_number": 0, "id": "5f92f819-94c5-4248-8b93-30fd7bb9660c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:33:53Z", "security_group_id": "c064e57e-ed09-497c-9764-ac5e950116e3", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}], "revision_number": 5, "project_id": "fb25b6949c784d56b9db7c35ab0ddf00", "id": "c064e57e-ed09-497c-9764-ac5e950116e3", "name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}]} 2018-10-26 10:33:54,979 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-8253bf98-b99c-4aeb-ac6d-baae28b799f1 2018-10-26 10:33:54,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0511801242828s 2018-10-26 10:33:54,979 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-8253bf98-b99c-4aeb-ac6d-baae28b799f1 2018-10-26 10:33:54,983 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-10-26 10:33:54,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" -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": "c064e57e-ed09-497c-9764-ac5e950116e3"}}' 2018-10-26 10:33:55,174 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-eb251e77-be71-4dda-b31e-1095dcedb721 Date: Fri, 26 Oct 2018 10:33:55 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 443, "updated_at": "2018-10-26T10:33:55Z", "security_group_id": "c064e57e-ed09-497c-9764-ac5e950116e3", "port_range_min": 443, "revision_number": 0, "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "created_at": "2018-10-26T10:33:55Z", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00", "id": "abf1cf78-7adf-4d8f-9ea7-c031e5588db1"}} 2018-10-26 10:33:55,175 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-eb251e77-be71-4dda-b31e-1095dcedb721 2018-10-26 10:33:55,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.191411018372s 2018-10-26 10:33:55,175 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-eb251e77-be71-4dda-b31e-1095dcedb721 2018-10-26 10:33:55,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-26 10:33:55,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:33:55,448 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5831 X-Openstack-Request-Id: req-bd499489-bdd1-4a85-9f2d-1b7d6db85a75 Date: Fri, 26 Oct 2018 10:33:55 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "created_at": "2018-10-26T10:31:47Z", "updated_at": "2018-10-26T10:31:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:31:47Z", "revision_number": 0, "id": "52fb6ac7-1a3b-460c-95ba-17a37b3946a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:31:47Z", "security_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:31:47Z", "revision_number": 0, "id": "a1c63aaf-6c00-4c80-8bd3-b2d98745045d", "remote_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "remote_ip_prefix": null, "created_at": "2018-10-26T10:31:47Z", "security_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:31:47Z", "revision_number": 0, "id": "bba9946c-f84e-40ad-9ade-bcdce47b22a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:31:47Z", "security_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:31:47Z", "revision_number": 0, "id": "c5b6cd33-c1c9-478a-abec-0d28b2ba969b", "remote_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "remote_ip_prefix": null, "created_at": "2018-10-26T10:31:47Z", "security_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}], "revision_number": 4, "project_id": "fb25b6949c784d56b9db7c35ab0ddf00", "id": "89db8603-bada-4df4-b76d-ef2b6d883763", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "created_at": "2018-10-26T10:33:52Z", "updated_at": "2018-10-26T10:33:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:33:53Z", "revision_number": 0, "id": "0e6c76d7-9a13-4954-b0d0-a55232608cf0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:33:53Z", "security_group_id": "c064e57e-ed09-497c-9764-ac5e950116e3", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-26T10:33:53Z", "revision_number": 0, "id": "52b8f24c-3fc5-497e-8edb-9359ea8586ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:33:53Z", "security_group_id": "c064e57e-ed09-497c-9764-ac5e950116e3", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": 22, "ethertype": "IPv4", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:33:54Z", "revision_number": 0, "id": "5c3cf5da-aef9-4f64-bd11-2e0e0389a5f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:33:54Z", "security_group_id": "c064e57e-ed09-497c-9764-ac5e950116e3", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-26T10:33:54Z", "revision_number": 0, "id": "5c594aa8-26eb-4838-a42d-b3de7b80ac5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:33:54Z", "security_group_id": "c064e57e-ed09-497c-9764-ac5e950116e3", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": 80, "ethertype": "IPv4", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:33:53Z", "revision_number": 0, "id": "5f92f819-94c5-4248-8b93-30fd7bb9660c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:33:53Z", "security_group_id": "c064e57e-ed09-497c-9764-ac5e950116e3", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-10-26T10:33:55Z", "revision_number": 0, "id": "abf1cf78-7adf-4d8f-9ea7-c031e5588db1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:33:55Z", "security_group_id": "c064e57e-ed09-497c-9764-ac5e950116e3", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": 443, "ethertype": "IPv4", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}], "revision_number": 6, "project_id": "fb25b6949c784d56b9db7c35ab0ddf00", "id": "c064e57e-ed09-497c-9764-ac5e950116e3", "name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}]} 2018-10-26 10:33:55,448 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-bd499489-bdd1-4a85-9f2d-1b7d6db85a75 2018-10-26 10:33:55,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.269814968109s 2018-10-26 10:33:55,449 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-bd499489-bdd1-4a85-9f2d-1b7d6db85a75 2018-10-26 10:33:55,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-10-26 10:33:55,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" -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": "c064e57e-ed09-497c-9764-ac5e950116e3"}}' 2018-10-26 10:33:55,622 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-0bea92d8-0c5d-4d33-a3cd-77a062d0cc40 Date: Fri, 26 Oct 2018 10:33:55 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 5671, "updated_at": "2018-10-26T10:33:55Z", "security_group_id": "c064e57e-ed09-497c-9764-ac5e950116e3", "port_range_min": 5671, "revision_number": 0, "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "created_at": "2018-10-26T10:33:55Z", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00", "id": "e5bf9384-49d1-4d77-b13f-32be64ec8585"}} 2018-10-26 10:33:55,622 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-0bea92d8-0c5d-4d33-a3cd-77a062d0cc40 2018-10-26 10:33:55,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.169457912445s 2018-10-26 10:33:55,622 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-0bea92d8-0c5d-4d33-a3cd-77a062d0cc40 2018-10-26 10:33:55,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-26 10:33:55,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:33:55,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6331 X-Openstack-Request-Id: req-10117ff7-12da-4a6f-bf1e-96c35faf530a Date: Fri, 26 Oct 2018 10:33:55 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "created_at": "2018-10-26T10:31:47Z", "updated_at": "2018-10-26T10:31:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:31:47Z", "revision_number": 0, "id": "52fb6ac7-1a3b-460c-95ba-17a37b3946a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:31:47Z", "security_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:31:47Z", "revision_number": 0, "id": "a1c63aaf-6c00-4c80-8bd3-b2d98745045d", "remote_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "remote_ip_prefix": null, "created_at": "2018-10-26T10:31:47Z", "security_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:31:47Z", "revision_number": 0, "id": "bba9946c-f84e-40ad-9ade-bcdce47b22a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:31:47Z", "security_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:31:47Z", "revision_number": 0, "id": "c5b6cd33-c1c9-478a-abec-0d28b2ba969b", "remote_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "remote_ip_prefix": null, "created_at": "2018-10-26T10:31:47Z", "security_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}], "revision_number": 4, "project_id": "fb25b6949c784d56b9db7c35ab0ddf00", "id": "89db8603-bada-4df4-b76d-ef2b6d883763", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "created_at": "2018-10-26T10:33:52Z", "updated_at": "2018-10-26T10:33:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:33:53Z", "revision_number": 0, "id": "0e6c76d7-9a13-4954-b0d0-a55232608cf0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:33:53Z", "security_group_id": "c064e57e-ed09-497c-9764-ac5e950116e3", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-26T10:33:53Z", "revision_number": 0, "id": "52b8f24c-3fc5-497e-8edb-9359ea8586ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:33:53Z", "security_group_id": "c064e57e-ed09-497c-9764-ac5e950116e3", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": 22, "ethertype": "IPv4", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:33:54Z", "revision_number": 0, "id": "5c3cf5da-aef9-4f64-bd11-2e0e0389a5f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:33:54Z", "security_group_id": "c064e57e-ed09-497c-9764-ac5e950116e3", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-26T10:33:54Z", "revision_number": 0, "id": "5c594aa8-26eb-4838-a42d-b3de7b80ac5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:33:54Z", "security_group_id": "c064e57e-ed09-497c-9764-ac5e950116e3", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": 80, "ethertype": "IPv4", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:33:53Z", "revision_number": 0, "id": "5f92f819-94c5-4248-8b93-30fd7bb9660c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:33:53Z", "security_group_id": "c064e57e-ed09-497c-9764-ac5e950116e3", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-10-26T10:33:55Z", "revision_number": 0, "id": "abf1cf78-7adf-4d8f-9ea7-c031e5588db1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:33:55Z", "security_group_id": "c064e57e-ed09-497c-9764-ac5e950116e3", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": 443, "ethertype": "IPv4", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-10-26T10:33:55Z", "revision_number": 0, "id": "e5bf9384-49d1-4d77-b13f-32be64ec8585", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:33:55Z", "security_group_id": "c064e57e-ed09-497c-9764-ac5e950116e3", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}], "revision_number": 7, "project_id": "fb25b6949c784d56b9db7c35ab0ddf00", "id": "c064e57e-ed09-497c-9764-ac5e950116e3", "name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}]} 2018-10-26 10:33:55,838 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-10117ff7-12da-4a6f-bf1e-96c35faf530a 2018-10-26 10:33:55,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.212285041809s 2018-10-26 10:33:55,839 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-10117ff7-12da-4a6f-bf1e-96c35faf530a 2018-10-26 10:33:55,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-10-26 10:33:55,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" -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": "c064e57e-ed09-497c-9764-ac5e950116e3"}}' 2018-10-26 10:33:56,006 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-de2d71e9-ab15-43e7-9710-0ba8c0c500a5 Date: Fri, 26 Oct 2018 10:33:56 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 53333, "updated_at": "2018-10-26T10:33:55Z", "security_group_id": "c064e57e-ed09-497c-9764-ac5e950116e3", "port_range_min": 53333, "revision_number": 0, "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "created_at": "2018-10-26T10:33:55Z", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00", "id": "6f243099-fd88-4708-acba-fcf1aabbd90c"}} 2018-10-26 10:33:56,007 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-de2d71e9-ab15-43e7-9710-0ba8c0c500a5 2018-10-26 10:33:56,007 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.164603948593s 2018-10-26 10:33:56,007 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-de2d71e9-ab15-43e7-9710-0ba8c0c500a5 2018-10-26 10:33:56,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-26 10:33:56,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:33:56,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1237 X-Openstack-Request-Id: req-fbd5ce3c-e3b5-41dd-9279-c2fa405e8a2e Date: Fri, 26 Oct 2018 10:33:56 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ad4b78ec-b20a-4d5b-931a-5f7d2510c393"],"updated_at":"2018-10-26T10:31:48Z","tenant_id":"fb25b6949c784d56b9db7c35ab0ddf00","created_at":"2018-10-26T10:31:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fb25b6949c784d56b9db7c35ab0ddf00","id":"e69018a4-a6a5-40c0-bc94-944544e8c74e","name":"cloudify_ims-net_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}]} 2018-10-26 10:33:56,259 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-fbd5ce3c-e3b5-41dd-9279-c2fa405e8a2e 2018-10-26 10:33:56,260 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.250898122787s 2018-10-26 10:33:56,260 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-fbd5ce3c-e3b5-41dd-9279-c2fa405e8a2e 2018-10-26 10:33:56,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-26 10:33:56,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:33:56,431 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-c58d2573-62db-46f0-b854-3ba77cc90b6b Date: Fri, 26 Oct 2018 10:33:56 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/752cbf6d-c8de-4944-8e8c-471f5e713932/snap", "metadata": {}}], "file": "/v2/images/752cbf6d-c8de-4944-8e8c-471f5e713932/file", "owner": "fb25b6949c784d56b9db7c35ab0ddf00", "id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "size": 4373348352, "self": "/v2/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "disk_format": "qcow2", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/752cbf6d-c8de-4944-8e8c-471f5e713932/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-10-26T10:33:51Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-10-26T10:32:36Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-26 10:33:56,431 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-c58d2573-62db-46f0-b854-3ba77cc90b6b 2018-10-26 10:33:56,431 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.170040130615s 2018-10-26 10:33:56,431 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-c58d2573-62db-46f0-b854-3ba77cc90b6b 2018-10-26 10:33:56,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-26 10:33:56,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:33:56,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:33:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8439ca4f-c2f1-4790-b752-b129c99778b8 x-compute-request-id: req-8439ca4f-c2f1-4790-b752-b129c99778b8 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "name": "cloudify_ims-flavor_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-26 10:33:56,465 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-8439ca4f-c2f1-4790-b752-b129c99778b8 2018-10-26 10:33:56,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0319468975067s 2018-10-26 10:33:56,466 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-8439ca4f-c2f1-4790-b752-b129c99778b8 2018-10-26 10:33:56,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-10-26 10:33:56,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: os-client-config/1.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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" -d '{"server": {"name": "cloudify_ims-vm_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "imageRef": "752cbf6d-c8de-4944-8e8c-471f5e713932", "key_name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "flavorRef": "3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "max_count": 1, "min_count": 1, "networks": [{"uuid": "e69018a4-a6a5-40c0-bc94-944544e8c74e"}], "security_groups": [{"name": "c064e57e-ed09-497c-9764-ac5e950116e3"}]}}' 2018-10-26 10:33:58,564 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 10:33:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7bcaa1fb-d1b3-4cb0-b116-b2fbd089081b x-compute-request-id: req-7bcaa1fb-d1b3-4cb0-b116-b2fbd089081b Content-Length: 403 location: http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "c064e57e-ed09-497c-9764-ac5e950116e3"}], "OS-DCF:diskConfig": "MANUAL", "id": "fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "bookmark"}], "adminPass": "2DegkgeAY7iZ"}} 2018-10-26 10:33:58,564 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-7bcaa1fb-d1b3-4cb0-b116-b2fbd089081b 2018-10-26 10:33:58,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.09697818756s 2018-10-26 10:33:58,565 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-7bcaa1fb-d1b3-4cb0-b116-b2fbd089081b 2018-10-26 10:33:58,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 10:33:58,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:33:58,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:33:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e1a0042e-a14d-4bce-8cb0-2d12bfe72b5a x-compute-request-id: req-e1a0042e-a14d-4bce-8cb0-2d12bfe72b5a Content-Encoding: gzip Content-Length: 605 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "bookmark"}], "image": {"id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "links": [{"href": "http://172.30.9.21:8774/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "links": [{"href": "http://172.30.9.21:8774/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "bookmark"}]}, "id": "fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "user_id": "5b5c780e4c3344c7826505173c3b8e80", "OS-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-26T10:33:58Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "name": "cloudify_ims-vm_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "created": "2018-10-26T10:33:58Z", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:33:58,847 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e1a0042e-a14d-4bce-8cb0-2d12bfe72b5a 2018-10-26 10:33:58,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.281841039658s 2018-10-26 10:33:58,848 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e1a0042e-a14d-4bce-8cb0-2d12bfe72b5a 2018-10-26 10:33:58,855 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-26 10:33:58,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:33:59,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1237 X-Openstack-Request-Id: req-09e431e7-7c6b-41aa-b90d-0ef77b15ba09 Date: Fri, 26 Oct 2018 10:33:59 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ad4b78ec-b20a-4d5b-931a-5f7d2510c393"],"updated_at":"2018-10-26T10:31:48Z","tenant_id":"fb25b6949c784d56b9db7c35ab0ddf00","created_at":"2018-10-26T10:31:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fb25b6949c784d56b9db7c35ab0ddf00","id":"e69018a4-a6a5-40c0-bc94-944544e8c74e","name":"cloudify_ims-net_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}]} 2018-10-26 10:33:59,348 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-09e431e7-7c6b-41aa-b90d-0ef77b15ba09 2018-10-26 10:33:59,348 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.492384195328s 2018-10-26 10:33:59,348 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-09e431e7-7c6b-41aa-b90d-0ef77b15ba09 2018-10-26 10:33:59,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-10-26 10:33:59,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:33:59,542 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-78000e84-a1ae-44ec-9fc1-2c5abf80c2d5 Date: Fri, 26 Oct 2018 10:33:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e69018a4-a6a5-40c0-bc94-944544e8c74e","tenant_id":"fb25b6949c784d56b9db7c35ab0ddf00","created_at":"2018-10-26T10:31:48Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-26T10:31:48Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"fb25b6949c784d56b9db7c35ab0ddf00","id":"ad4b78ec-b20a-4d5b-931a-5f7d2510c393","subnetpool_id":null,"name":"cloudify_ims-subnet_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}]} 2018-10-26 10:33:59,542 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-78000e84-a1ae-44ec-9fc1-2c5abf80c2d5 2018-10-26 10:33:59,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.192989110947s 2018-10-26 10:33:59,543 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-78000e84-a1ae-44ec-9fc1-2c5abf80c2d5 2018-10-26 10:33:59,543 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 10:34:01,546 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 10:34:01,549 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:34:02,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:34: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-057c2515-cf1a-4cc9-a006-b2688a856497 x-compute-request-id: req-057c2515-cf1a-4cc9-a006-b2688a856497 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "bookmark"}], "image": {"id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "links": [{"href": "http://172.30.9.21:8774/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "links": [{"href": "http://172.30.9.21:8774/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "bookmark"}]}, "id": "fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "security_groups": [{"name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}], "user_id": "5b5c780e4c3344c7826505173c3b8e80", "OS-DCF: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-26T10:33:59Z", "hostId": "be7b22e1dbe1320f703a2182fac2ac51ccdbce10da95346aa5e03150", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "name": "cloudify_ims-vm_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "created": "2018-10-26T10:33:58Z", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:34:02,206 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-057c2515-cf1a-4cc9-a006-b2688a856497 2018-10-26 10:34:02,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.660158872604s 2018-10-26 10:34:02,207 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-057c2515-cf1a-4cc9-a006-b2688a856497 2018-10-26 10:34:02,211 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 10:34:04,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 10:34:04,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:34:04,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:34:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ba3fccb2-379a-4c7d-9f00-bc76d8a32acc x-compute-request-id: req-ba3fccb2-379a-4c7d-9f00-bc76d8a32acc Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "bookmark"}], "image": {"id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "links": [{"href": "http://172.30.9.21:8774/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "links": [{"href": "http://172.30.9.21:8774/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "bookmark"}]}, "id": "fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "security_groups": [{"name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}], "user_id": "5b5c780e4c3344c7826505173c3b8e80", "OS-DCF: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-26T10:33:59Z", "hostId": "be7b22e1dbe1320f703a2182fac2ac51ccdbce10da95346aa5e03150", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "name": "cloudify_ims-vm_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "created": "2018-10-26T10:33:58Z", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:34:04,910 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ba3fccb2-379a-4c7d-9f00-bc76d8a32acc 2018-10-26 10:34:04,910 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.696130037308s 2018-10-26 10:34:04,910 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ba3fccb2-379a-4c7d-9f00-bc76d8a32acc 2018-10-26 10:34:04,914 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 10:34:06,917 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 10:34:06,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:34:07,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:34:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6d859a08-7c91-4b52-af05-9920033c4b5f x-compute-request-id: req-6d859a08-7c91-4b52-af05-9920033c4b5f Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "bookmark"}], "image": {"id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "links": [{"href": "http://172.30.9.21:8774/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "links": [{"href": "http://172.30.9.21:8774/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "bookmark"}]}, "id": "fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "security_groups": [{"name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}], "user_id": "5b5c780e4c3344c7826505173c3b8e80", "OS-DCF: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-26T10:33:59Z", "hostId": "be7b22e1dbe1320f703a2182fac2ac51ccdbce10da95346aa5e03150", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "name": "cloudify_ims-vm_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "created": "2018-10-26T10:33:58Z", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:34:07,596 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6d859a08-7c91-4b52-af05-9920033c4b5f 2018-10-26 10:34:07,596 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.678358078003s 2018-10-26 10:34:07,596 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6d859a08-7c91-4b52-af05-9920033c4b5f 2018-10-26 10:34:07,600 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 10:34:09,603 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 10:34:09,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:34:10,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:34: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-a007120d-e9fa-4630-837a-659686bdb6cb x-compute-request-id: req-a007120d-e9fa-4630-837a-659686bdb6cb Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "bookmark"}], "image": {"id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "links": [{"href": "http://172.30.9.21:8774/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "links": [{"href": "http://172.30.9.21:8774/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "bookmark"}]}, "id": "fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "security_groups": [{"name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}], "user_id": "5b5c780e4c3344c7826505173c3b8e80", "OS-DCF: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-26T10:33:59Z", "hostId": "be7b22e1dbe1320f703a2182fac2ac51ccdbce10da95346aa5e03150", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "name": "cloudify_ims-vm_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "created": "2018-10-26T10:33:58Z", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:34:10,329 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a007120d-e9fa-4630-837a-659686bdb6cb 2018-10-26 10:34:10,329 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.725893974304s 2018-10-26 10:34:10,330 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a007120d-e9fa-4630-837a-659686bdb6cb 2018-10-26 10:34:10,334 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 10:34:12,337 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 10:34:12,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:34:12,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:34: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-1a8284c6-0799-4874-af8c-da3c47307412 x-compute-request-id: req-1a8284c6-0799-4874-af8c-da3c47307412 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "bookmark"}], "image": {"id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "links": [{"href": "http://172.30.9.21:8774/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "links": [{"href": "http://172.30.9.21:8774/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "bookmark"}]}, "id": "fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "security_groups": [{"name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}], "user_id": "5b5c780e4c3344c7826505173c3b8e80", "OS-DCF: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-26T10:33:59Z", "hostId": "be7b22e1dbe1320f703a2182fac2ac51ccdbce10da95346aa5e03150", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "name": "cloudify_ims-vm_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "created": "2018-10-26T10:33:58Z", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:34:12,900 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1a8284c6-0799-4874-af8c-da3c47307412 2018-10-26 10:34:12,900 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.563472986221s 2018-10-26 10:34:12,901 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1a8284c6-0799-4874-af8c-da3c47307412 2018-10-26 10:34:12,905 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 10:34:14,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 10:34:14,911 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:34:15,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:34: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-cb427c7e-91aa-4891-8723-0587be19432c x-compute-request-id: req-cb427c7e-91aa-4891-8723-0587be19432c Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "bookmark"}], "image": {"id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "links": [{"href": "http://172.30.9.21:8774/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "links": [{"href": "http://172.30.9.21:8774/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "bookmark"}]}, "id": "fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "security_groups": [{"name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}], "user_id": "5b5c780e4c3344c7826505173c3b8e80", "OS-DCF: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-26T10:33:59Z", "hostId": "be7b22e1dbe1320f703a2182fac2ac51ccdbce10da95346aa5e03150", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "name": "cloudify_ims-vm_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "created": "2018-10-26T10:33:58Z", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:34:15,408 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-cb427c7e-91aa-4891-8723-0587be19432c 2018-10-26 10:34:15,408 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.49998497963s 2018-10-26 10:34:15,408 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-cb427c7e-91aa-4891-8723-0587be19432c 2018-10-26 10:34:15,412 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 10:34:17,413 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 10:34:17,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:34:17,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:34: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-f88c10ba-0129-4cd0-864d-f39a11e4b62b x-compute-request-id: req-f88c10ba-0129-4cd0-864d-f39a11e4b62b Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "bookmark"}], "image": {"id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "links": [{"href": "http://172.30.9.21:8774/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "links": [{"href": "http://172.30.9.21:8774/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "bookmark"}]}, "id": "fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "security_groups": [{"name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}], "user_id": "5b5c780e4c3344c7826505173c3b8e80", "OS-DCF: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-26T10:33:59Z", "hostId": "be7b22e1dbe1320f703a2182fac2ac51ccdbce10da95346aa5e03150", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "name": "cloudify_ims-vm_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "created": "2018-10-26T10:33:58Z", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:34:17,914 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f88c10ba-0129-4cd0-864d-f39a11e4b62b 2018-10-26 10:34:17,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.501162052155s 2018-10-26 10:34:17,915 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f88c10ba-0129-4cd0-864d-f39a11e4b62b 2018-10-26 10:34:17,918 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 10:34:19,921 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 10:34:19,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:34:20,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:34:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-41a6aded-b86c-47ac-97bd-233cd58c4ece x-compute-request-id: req-41a6aded-b86c-47ac-97bd-233cd58c4ece Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "bookmark"}], "image": {"id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "links": [{"href": "http://172.30.9.21:8774/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "links": [{"href": "http://172.30.9.21:8774/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "bookmark"}]}, "id": "fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "security_groups": [{"name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}], "user_id": "5b5c780e4c3344c7826505173c3b8e80", "OS-DCF: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-26T10:33:59Z", "hostId": "be7b22e1dbe1320f703a2182fac2ac51ccdbce10da95346aa5e03150", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "name": "cloudify_ims-vm_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "created": "2018-10-26T10:33:58Z", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:34:20,651 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-41a6aded-b86c-47ac-97bd-233cd58c4ece 2018-10-26 10:34:20,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.729949951172s 2018-10-26 10:34:20,652 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-41a6aded-b86c-47ac-97bd-233cd58c4ece 2018-10-26 10:34:20,656 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 10:34:22,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 10:34:22,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:34:23,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:34:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e5d277c3-05a3-435f-86b0-ef329e007e13 x-compute-request-id: req-e5d277c3-05a3-435f-86b0-ef329e007e13 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "bookmark"}], "image": {"id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "links": [{"href": "http://172.30.9.21:8774/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "links": [{"href": "http://172.30.9.21:8774/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "bookmark"}]}, "id": "fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "security_groups": [{"name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}], "user_id": "5b5c780e4c3344c7826505173c3b8e80", "OS-DCF: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-26T10:33:59Z", "hostId": "be7b22e1dbe1320f703a2182fac2ac51ccdbce10da95346aa5e03150", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "name": "cloudify_ims-vm_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "created": "2018-10-26T10:33:58Z", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:34:23,335 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e5d277c3-05a3-435f-86b0-ef329e007e13 2018-10-26 10:34:23,336 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.677237987518s 2018-10-26 10:34:23,336 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e5d277c3-05a3-435f-86b0-ef329e007e13 2018-10-26 10:34:23,340 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 10:34:25,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 10:34:25,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:34:25,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:34:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b3c0acec-cfd3-44f7-a7ed-2eb456f5c69a x-compute-request-id: req-b3c0acec-cfd3-44f7-a7ed-2eb456f5c69a Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "bookmark"}], "image": {"id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "links": [{"href": "http://172.30.9.21:8774/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "links": [{"href": "http://172.30.9.21:8774/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "bookmark"}]}, "id": "fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "security_groups": [{"name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}], "user_id": "5b5c780e4c3344c7826505173c3b8e80", "OS-DCF: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-26T10:33:59Z", "hostId": "be7b22e1dbe1320f703a2182fac2ac51ccdbce10da95346aa5e03150", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "name": "cloudify_ims-vm_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "created": "2018-10-26T10:33:58Z", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:34:25,722 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b3c0acec-cfd3-44f7-a7ed-2eb456f5c69a 2018-10-26 10:34:25,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.379995107651s 2018-10-26 10:34:25,723 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b3c0acec-cfd3-44f7-a7ed-2eb456f5c69a 2018-10-26 10:34:25,727 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 10:34:27,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 10:34:27,733 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:34:28,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:34: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-41e1c599-3f5f-4a20-b413-37d13b6f2722 x-compute-request-id: req-41e1c599-3f5f-4a20-b413-37d13b6f2722 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "bookmark"}], "image": {"id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "links": [{"href": "http://172.30.9.21:8774/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "links": [{"href": "http://172.30.9.21:8774/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "bookmark"}]}, "id": "fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "security_groups": [{"name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}], "user_id": "5b5c780e4c3344c7826505173c3b8e80", "OS-DCF: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-26T10:33:59Z", "hostId": "be7b22e1dbe1320f703a2182fac2ac51ccdbce10da95346aa5e03150", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "name": "cloudify_ims-vm_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "created": "2018-10-26T10:33:58Z", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:34:28,404 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-41e1c599-3f5f-4a20-b413-37d13b6f2722 2018-10-26 10:34:28,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.674340009689s 2018-10-26 10:34:28,405 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-41e1c599-3f5f-4a20-b413-37d13b6f2722 2018-10-26 10:34:28,409 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 10:34:30,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 10:34:30,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:34:31,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-11596531-72ca-4858-b7fa-3742af23186d x-compute-request-id: req-11596531-72ca-4858-b7fa-3742af23186d Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "bookmark"}], "image": {"id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "links": [{"href": "http://172.30.9.21:8774/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "links": [{"href": "http://172.30.9.21:8774/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "bookmark"}]}, "id": "fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "security_groups": [{"name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}], "user_id": "5b5c780e4c3344c7826505173c3b8e80", "OS-DCF: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-26T10:33:59Z", "hostId": "be7b22e1dbe1320f703a2182fac2ac51ccdbce10da95346aa5e03150", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "name": "cloudify_ims-vm_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "created": "2018-10-26T10:33:58Z", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:34:31,248 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-11596531-72ca-4858-b7fa-3742af23186d 2018-10-26 10:34:31,248 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.836198091507s 2018-10-26 10:34:31,248 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-11596531-72ca-4858-b7fa-3742af23186d 2018-10-26 10:34:31,252 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 10:34:33,254 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 10:34:33,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:34:33,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:34:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-83a5915b-ae6e-49f4-b162-a38db4967115 x-compute-request-id: req-83a5915b-ae6e-49f4-b162-a38db4967115 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "bookmark"}], "image": {"id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "links": [{"href": "http://172.30.9.21:8774/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "links": [{"href": "http://172.30.9.21:8774/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "bookmark"}]}, "id": "fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "security_groups": [{"name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}], "user_id": "5b5c780e4c3344c7826505173c3b8e80", "OS-DCF: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-26T10:33:59Z", "hostId": "be7b22e1dbe1320f703a2182fac2ac51ccdbce10da95346aa5e03150", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "name": "cloudify_ims-vm_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "created": "2018-10-26T10:33:58Z", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:34:33,816 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-83a5915b-ae6e-49f4-b162-a38db4967115 2018-10-26 10:34:33,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.56200504303s 2018-10-26 10:34:33,817 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-83a5915b-ae6e-49f4-b162-a38db4967115 2018-10-26 10:34:33,821 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 10:34:35,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 10:34:35,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:34:36,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:34:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-abc6bd65-c0b2-4678-95e0-dab2f72d3a35 x-compute-request-id: req-abc6bd65-c0b2-4678-95e0-dab2f72d3a35 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "bookmark"}], "image": {"id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "links": [{"href": "http://172.30.9.21:8774/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "links": [{"href": "http://172.30.9.21:8774/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "bookmark"}]}, "id": "fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "security_groups": [{"name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}], "user_id": "5b5c780e4c3344c7826505173c3b8e80", "OS-DCF: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-26T10:33:59Z", "hostId": "be7b22e1dbe1320f703a2182fac2ac51ccdbce10da95346aa5e03150", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "name": "cloudify_ims-vm_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "created": "2018-10-26T10:33:58Z", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:34:36,517 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-abc6bd65-c0b2-4678-95e0-dab2f72d3a35 2018-10-26 10:34:36,517 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.693917989731s 2018-10-26 10:34:36,518 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-abc6bd65-c0b2-4678-95e0-dab2f72d3a35 2018-10-26 10:34:36,521 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 10:34:38,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 10:34:38,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:34:39,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:34: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-0a08be9a-0502-4efa-83e6-59a4239240bb x-compute-request-id: req-0a08be9a-0502-4efa-83e6-59a4239240bb Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "bookmark"}], "image": {"id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "links": [{"href": "http://172.30.9.21:8774/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "links": [{"href": "http://172.30.9.21:8774/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "bookmark"}]}, "id": "fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "security_groups": [{"name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}], "user_id": "5b5c780e4c3344c7826505173c3b8e80", "OS-DCF: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-26T10:33:59Z", "hostId": "be7b22e1dbe1320f703a2182fac2ac51ccdbce10da95346aa5e03150", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "name": "cloudify_ims-vm_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "created": "2018-10-26T10:33:58Z", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:34:39,046 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0a08be9a-0502-4efa-83e6-59a4239240bb 2018-10-26 10:34:39,046 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.521960020065s 2018-10-26 10:34:39,047 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0a08be9a-0502-4efa-83e6-59a4239240bb 2018-10-26 10:34:39,051 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 10:34:41,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 10:34:41,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:34:41,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:34:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-029ea359-e15a-4474-85ca-758cb3ce27c3 x-compute-request-id: req-029ea359-e15a-4474-85ca-758cb3ce27c3 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "bookmark"}], "image": {"id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "links": [{"href": "http://172.30.9.21:8774/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "links": [{"href": "http://172.30.9.21:8774/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "bookmark"}]}, "id": "fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "security_groups": [{"name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}], "user_id": "5b5c780e4c3344c7826505173c3b8e80", "OS-DCF: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-26T10:33:59Z", "hostId": "be7b22e1dbe1320f703a2182fac2ac51ccdbce10da95346aa5e03150", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "name": "cloudify_ims-vm_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "created": "2018-10-26T10:33:58Z", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:34:41,590 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-029ea359-e15a-4474-85ca-758cb3ce27c3 2018-10-26 10:34:41,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.537299156189s 2018-10-26 10:34:41,591 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-029ea359-e15a-4474-85ca-758cb3ce27c3 2018-10-26 10:34:41,595 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 10:34:43,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 10:34:43,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:34:44,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:34:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ecd668c8-5870-43af-81c9-adf9c7fc7736 x-compute-request-id: req-ecd668c8-5870-43af-81c9-adf9c7fc7736 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "bookmark"}], "image": {"id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "links": [{"href": "http://172.30.9.21:8774/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "links": [{"href": "http://172.30.9.21:8774/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "bookmark"}]}, "id": "fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "security_groups": [{"name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}], "user_id": "5b5c780e4c3344c7826505173c3b8e80", "OS-DCF: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-26T10:33:59Z", "hostId": "be7b22e1dbe1320f703a2182fac2ac51ccdbce10da95346aa5e03150", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "name": "cloudify_ims-vm_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "created": "2018-10-26T10:33:58Z", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:34:44,928 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ecd668c8-5870-43af-81c9-adf9c7fc7736 2018-10-26 10:34:44,929 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.33106613159s 2018-10-26 10:34:44,929 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ecd668c8-5870-43af-81c9-adf9c7fc7736 2018-10-26 10:34:44,933 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 10:34:46,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 10:34:46,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:34:47,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:34:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-326d93c5-1278-4a3d-affb-aec04d93ac72 x-compute-request-id: req-326d93c5-1278-4a3d-affb-aec04d93ac72 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "bookmark"}], "image": {"id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "links": [{"href": "http://172.30.9.21:8774/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "links": [{"href": "http://172.30.9.21:8774/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "bookmark"}]}, "id": "fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "security_groups": [{"name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}], "user_id": "5b5c780e4c3344c7826505173c3b8e80", "OS-DCF: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-26T10:33:59Z", "hostId": "be7b22e1dbe1320f703a2182fac2ac51ccdbce10da95346aa5e03150", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "name": "cloudify_ims-vm_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "created": "2018-10-26T10:33:58Z", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:34:47,492 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-326d93c5-1278-4a3d-affb-aec04d93ac72 2018-10-26 10:34:47,492 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.555661916733s 2018-10-26 10:34:47,492 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-326d93c5-1278-4a3d-affb-aec04d93ac72 2018-10-26 10:34:47,496 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 10:34:49,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 10:34:49,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:34:50,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:34:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-87878ba8-d3d6-4e0d-87d2-a89fa1f91dc2 x-compute-request-id: req-87878ba8-d3d6-4e0d-87d2-a89fa1f91dc2 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "bookmark"}], "image": {"id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "links": [{"href": "http://172.30.9.21:8774/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "links": [{"href": "http://172.30.9.21:8774/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "bookmark"}]}, "id": "fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "security_groups": [{"name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}], "user_id": "5b5c780e4c3344c7826505173c3b8e80", "OS-DCF: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-26T10:33:59Z", "hostId": "be7b22e1dbe1320f703a2182fac2ac51ccdbce10da95346aa5e03150", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "name": "cloudify_ims-vm_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "created": "2018-10-26T10:33:58Z", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:34:50,051 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-87878ba8-d3d6-4e0d-87d2-a89fa1f91dc2 2018-10-26 10:34:50,051 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.552698135376s 2018-10-26 10:34:50,052 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-87878ba8-d3d6-4e0d-87d2-a89fa1f91dc2 2018-10-26 10:34:50,056 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 10:34:52,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 10:34:52,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:34:52,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:34:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8966e74f-fc54-40b0-a943-5957d55af936 x-compute-request-id: req-8966e74f-fc54-40b0-a943-5957d55af936 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "bookmark"}], "image": {"id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "links": [{"href": "http://172.30.9.21:8774/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "links": [{"href": "http://172.30.9.21:8774/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "bookmark"}]}, "id": "fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "security_groups": [{"name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}], "user_id": "5b5c780e4c3344c7826505173c3b8e80", "OS-DCF: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-26T10:33:59Z", "hostId": "be7b22e1dbe1320f703a2182fac2ac51ccdbce10da95346aa5e03150", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "name": "cloudify_ims-vm_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "created": "2018-10-26T10:33:58Z", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:34:52,599 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8966e74f-fc54-40b0-a943-5957d55af936 2018-10-26 10:34:52,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.540508985519s 2018-10-26 10:34:52,599 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8966e74f-fc54-40b0-a943-5957d55af936 2018-10-26 10:34:52,603 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 10:34:54,605 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 10:34:54,608 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:34:55,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:34: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-765a95fb-dbb2-4a37-8daa-c1f63e47435a x-compute-request-id: req-765a95fb-dbb2-4a37-8daa-c1f63e47435a Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "bookmark"}], "image": {"id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "links": [{"href": "http://172.30.9.21:8774/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "links": [{"href": "http://172.30.9.21:8774/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "bookmark"}]}, "id": "fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "security_groups": [{"name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}], "user_id": "5b5c780e4c3344c7826505173c3b8e80", "OS-DCF: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-26T10:33:59Z", "hostId": "be7b22e1dbe1320f703a2182fac2ac51ccdbce10da95346aa5e03150", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "name": "cloudify_ims-vm_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "created": "2018-10-26T10:33:58Z", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:34:55,217 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-765a95fb-dbb2-4a37-8daa-c1f63e47435a 2018-10-26 10:34:55,217 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.611294984818s 2018-10-26 10:34:55,217 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-765a95fb-dbb2-4a37-8daa-c1f63e47435a 2018-10-26 10:34:55,221 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 10:34:57,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 10:34:57,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:34:57,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:34:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-afc4b0de-03cc-4779-b330-b465c8c2a52a x-compute-request-id: req-afc4b0de-03cc-4779-b330-b465c8c2a52a Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "bookmark"}], "image": {"id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "links": [{"href": "http://172.30.9.21:8774/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "links": [{"href": "http://172.30.9.21:8774/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "bookmark"}]}, "id": "fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "security_groups": [{"name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}], "user_id": "5b5c780e4c3344c7826505173c3b8e80", "OS-DCF: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-26T10:33:59Z", "hostId": "be7b22e1dbe1320f703a2182fac2ac51ccdbce10da95346aa5e03150", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "name": "cloudify_ims-vm_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "created": "2018-10-26T10:33:58Z", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:34:57,761 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-afc4b0de-03cc-4779-b330-b465c8c2a52a 2018-10-26 10:34:57,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.537624120712s 2018-10-26 10:34:57,762 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-afc4b0de-03cc-4779-b330-b465c8c2a52a 2018-10-26 10:34:57,766 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 10:34:59,768 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 10:34:59,771 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:35:00,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10: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-7a25d539-5ad9-4d52-98bb-d53e441a5a61 x-compute-request-id: req-7a25d539-5ad9-4d52-98bb-d53e441a5a61 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "bookmark"}], "image": {"id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "links": [{"href": "http://172.30.9.21:8774/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "links": [{"href": "http://172.30.9.21:8774/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "bookmark"}]}, "id": "fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "security_groups": [{"name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}], "user_id": "5b5c780e4c3344c7826505173c3b8e80", "OS-DCF: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-26T10:33:59Z", "hostId": "be7b22e1dbe1320f703a2182fac2ac51ccdbce10da95346aa5e03150", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "name": "cloudify_ims-vm_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "created": "2018-10-26T10:33:58Z", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:35:00,288 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7a25d539-5ad9-4d52-98bb-d53e441a5a61 2018-10-26 10:35:00,288 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.519374132156s 2018-10-26 10:35:00,288 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7a25d539-5ad9-4d52-98bb-d53e441a5a61 2018-10-26 10:35:00,292 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 10:35:02,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 10:35:02,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:35:03,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:35: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-ad3cf385-ed74-4438-9573-aafb4133eeaa x-compute-request-id: req-ad3cf385-ed74-4438-9573-aafb4133eeaa Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "bookmark"}], "image": {"id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "links": [{"href": "http://172.30.9.21:8774/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "links": [{"href": "http://172.30.9.21:8774/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "bookmark"}]}, "id": "fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "security_groups": [{"name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}], "user_id": "5b5c780e4c3344c7826505173c3b8e80", "OS-DCF: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-26T10:33:59Z", "hostId": "be7b22e1dbe1320f703a2182fac2ac51ccdbce10da95346aa5e03150", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "name": "cloudify_ims-vm_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "created": "2018-10-26T10:33:58Z", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:35:03,160 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ad3cf385-ed74-4438-9573-aafb4133eeaa 2018-10-26 10:35:03,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.865386009216s 2018-10-26 10:35:03,161 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ad3cf385-ed74-4438-9573-aafb4133eeaa 2018-10-26 10:35:03,164 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 10:35:05,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 10:35:05,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:35:05,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:35: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-ab62b63d-730d-424d-8554-f78f0397fa0f x-compute-request-id: req-ab62b63d-730d-424d-8554-f78f0397fa0f Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "bookmark"}], "image": {"id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "links": [{"href": "http://172.30.9.21:8774/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "links": [{"href": "http://172.30.9.21:8774/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "bookmark"}]}, "id": "fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "security_groups": [{"name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}], "user_id": "5b5c780e4c3344c7826505173c3b8e80", "OS-DCF: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-26T10:33:59Z", "hostId": "be7b22e1dbe1320f703a2182fac2ac51ccdbce10da95346aa5e03150", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "name": "cloudify_ims-vm_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "created": "2018-10-26T10:33:58Z", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:35:05,700 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ab62b63d-730d-424d-8554-f78f0397fa0f 2018-10-26 10:35:05,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.532474994659s 2018-10-26 10:35:05,700 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ab62b63d-730d-424d-8554-f78f0397fa0f 2018-10-26 10:35:05,704 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 10:35:07,706 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 10:35:07,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:35:08,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:35: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-536274db-3bc6-442e-baa7-4007eff617a7 x-compute-request-id: req-536274db-3bc6-442e-baa7-4007eff617a7 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "bookmark"}], "image": {"id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "links": [{"href": "http://172.30.9.21:8774/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "links": [{"href": "http://172.30.9.21:8774/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "bookmark"}]}, "id": "fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "security_groups": [{"name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}], "user_id": "5b5c780e4c3344c7826505173c3b8e80", "OS-DCF: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-26T10:33:59Z", "hostId": "be7b22e1dbe1320f703a2182fac2ac51ccdbce10da95346aa5e03150", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "name": "cloudify_ims-vm_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "created": "2018-10-26T10:33:58Z", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:35:08,279 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-536274db-3bc6-442e-baa7-4007eff617a7 2018-10-26 10:35:08,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.572670221329s 2018-10-26 10:35:08,280 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-536274db-3bc6-442e-baa7-4007eff617a7 2018-10-26 10:35:08,283 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 10:35:10,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 10:35:10,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:35:10,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:35:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d694376f-786b-46ea-978e-21915b6e4b5c x-compute-request-id: req-d694376f-786b-46ea-978e-21915b6e4b5c Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "bookmark"}], "image": {"id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "links": [{"href": "http://172.30.9.21:8774/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "links": [{"href": "http://172.30.9.21:8774/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "bookmark"}]}, "id": "fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "security_groups": [{"name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}], "user_id": "5b5c780e4c3344c7826505173c3b8e80", "OS-DCF: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-26T10:33:59Z", "hostId": "be7b22e1dbe1320f703a2182fac2ac51ccdbce10da95346aa5e03150", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "name": "cloudify_ims-vm_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "created": "2018-10-26T10:33:58Z", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:35:10,659 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d694376f-786b-46ea-978e-21915b6e4b5c 2018-10-26 10:35:10,659 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.37318110466s 2018-10-26 10:35:10,660 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d694376f-786b-46ea-978e-21915b6e4b5c 2018-10-26 10:35:10,663 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 10:35:12,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 10:35:12,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:35:13,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:35: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-a4cef825-e133-4209-aaea-b26c0d7f6f2b x-compute-request-id: req-a4cef825-e133-4209-aaea-b26c0d7f6f2b Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "bookmark"}], "image": {"id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "links": [{"href": "http://172.30.9.21:8774/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "links": [{"href": "http://172.30.9.21:8774/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "bookmark"}]}, "id": "fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "security_groups": [{"name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}], "user_id": "5b5c780e4c3344c7826505173c3b8e80", "OS-DCF: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-26T10:33:59Z", "hostId": "be7b22e1dbe1320f703a2182fac2ac51ccdbce10da95346aa5e03150", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "name": "cloudify_ims-vm_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "created": "2018-10-26T10:33:58Z", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:35:13,192 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a4cef825-e133-4209-aaea-b26c0d7f6f2b 2018-10-26 10:35:13,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.526297092438s 2018-10-26 10:35:13,193 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a4cef825-e133-4209-aaea-b26c0d7f6f2b 2018-10-26 10:35:13,196 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 10:35:15,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 10:35:15,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:35:15,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:35:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3df9e294-6ea1-4674-9d7c-e3a4fae00129 x-compute-request-id: req-3df9e294-6ea1-4674-9d7c-e3a4fae00129 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "bookmark"}], "image": {"id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "links": [{"href": "http://172.30.9.21:8774/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "links": [{"href": "http://172.30.9.21:8774/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "bookmark"}]}, "id": "fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "security_groups": [{"name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}], "user_id": "5b5c780e4c3344c7826505173c3b8e80", "OS-DCF: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-26T10:33:59Z", "hostId": "be7b22e1dbe1320f703a2182fac2ac51ccdbce10da95346aa5e03150", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "name": "cloudify_ims-vm_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "created": "2018-10-26T10:33:58Z", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:35:15,776 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3df9e294-6ea1-4674-9d7c-e3a4fae00129 2018-10-26 10:35:15,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.577440023422s 2018-10-26 10:35:15,777 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3df9e294-6ea1-4674-9d7c-e3a4fae00129 2018-10-26 10:35:15,781 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 10:35:17,783 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 10:35:17,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:35:18,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:35:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-83ef778c-da13-4ab6-9807-8fc35314ece5 x-compute-request-id: req-83ef778c-da13-4ab6-9807-8fc35314ece5 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "bookmark"}], "image": {"id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "links": [{"href": "http://172.30.9.21:8774/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "links": [{"href": "http://172.30.9.21:8774/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "bookmark"}]}, "id": "fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "security_groups": [{"name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}], "user_id": "5b5c780e4c3344c7826505173c3b8e80", "OS-DCF: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-26T10:33:59Z", "hostId": "be7b22e1dbe1320f703a2182fac2ac51ccdbce10da95346aa5e03150", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "name": "cloudify_ims-vm_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "created": "2018-10-26T10:33:58Z", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:35:18,803 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-83ef778c-da13-4ab6-9807-8fc35314ece5 2018-10-26 10:35:18,803 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.01970005035s 2018-10-26 10:35:18,803 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-83ef778c-da13-4ab6-9807-8fc35314ece5 2018-10-26 10:35:18,807 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 10:35:20,810 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 10:35:20,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:35:21,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:35:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d9a3eb48-426c-4480-8227-6a497096fb69 x-compute-request-id: req-d9a3eb48-426c-4480-8227-6a497096fb69 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "bookmark"}], "image": {"id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "links": [{"href": "http://172.30.9.21:8774/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "links": [{"href": "http://172.30.9.21:8774/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "bookmark"}]}, "id": "fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "security_groups": [{"name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}], "user_id": "5b5c780e4c3344c7826505173c3b8e80", "OS-DCF: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-26T10:33:59Z", "hostId": "be7b22e1dbe1320f703a2182fac2ac51ccdbce10da95346aa5e03150", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "name": "cloudify_ims-vm_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "created": "2018-10-26T10:33:58Z", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:35:21,320 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d9a3eb48-426c-4480-8227-6a497096fb69 2018-10-26 10:35:21,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.510619878769s 2018-10-26 10:35:21,321 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d9a3eb48-426c-4480-8227-6a497096fb69 2018-10-26 10:35:21,325 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 10:35:23,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 10:35:23,330 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:35:23,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:35:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-594e1a11-d119-40c4-83bc-82bc8d88b8a4 x-compute-request-id: req-594e1a11-d119-40c4-83bc-82bc8d88b8a4 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "bookmark"}], "image": {"id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "links": [{"href": "http://172.30.9.21:8774/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "links": [{"href": "http://172.30.9.21:8774/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "bookmark"}]}, "id": "fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "security_groups": [{"name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}], "user_id": "5b5c780e4c3344c7826505173c3b8e80", "OS-DCF: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-26T10:33:59Z", "hostId": "be7b22e1dbe1320f703a2182fac2ac51ccdbce10da95346aa5e03150", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "name": "cloudify_ims-vm_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "created": "2018-10-26T10:33:58Z", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:35:23,695 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-594e1a11-d119-40c4-83bc-82bc8d88b8a4 2018-10-26 10:35:23,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.367501974106s 2018-10-26 10:35:23,695 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-594e1a11-d119-40c4-83bc-82bc8d88b8a4 2018-10-26 10:35:23,699 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 10:35:25,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 10:35:25,705 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:35:26,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:35: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-59856174-e946-4f8a-ae50-b2ccaaf0cd33 x-compute-request-id: req-59856174-e946-4f8a-ae50-b2ccaaf0cd33 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "bookmark"}], "image": {"id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "links": [{"href": "http://172.30.9.21:8774/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "links": [{"href": "http://172.30.9.21:8774/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "bookmark"}]}, "id": "fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "security_groups": [{"name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}], "user_id": "5b5c780e4c3344c7826505173c3b8e80", "OS-DCF: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-26T10:33:59Z", "hostId": "be7b22e1dbe1320f703a2182fac2ac51ccdbce10da95346aa5e03150", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "name": "cloudify_ims-vm_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "created": "2018-10-26T10:33:58Z", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:35:26,576 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-59856174-e946-4f8a-ae50-b2ccaaf0cd33 2018-10-26 10:35:26,577 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.874418973923s 2018-10-26 10:35:26,577 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-59856174-e946-4f8a-ae50-b2ccaaf0cd33 2018-10-26 10:35:26,581 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 10:35:28,583 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 10:35:28,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:35:29,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:35:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-133e8463-878a-49c6-bafd-6f2b8814df5a x-compute-request-id: req-133e8463-878a-49c6-bafd-6f2b8814df5a Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "bookmark"}], "image": {"id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "links": [{"href": "http://172.30.9.21:8774/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "links": [{"href": "http://172.30.9.21:8774/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "bookmark"}]}, "id": "fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "security_groups": [{"name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}], "user_id": "5b5c780e4c3344c7826505173c3b8e80", "OS-DCF: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-26T10:33:59Z", "hostId": "be7b22e1dbe1320f703a2182fac2ac51ccdbce10da95346aa5e03150", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "name": "cloudify_ims-vm_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "created": "2018-10-26T10:33:58Z", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:35:29,095 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-133e8463-878a-49c6-bafd-6f2b8814df5a 2018-10-26 10:35:29,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.511621952057s 2018-10-26 10:35:29,095 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-133e8463-878a-49c6-bafd-6f2b8814df5a 2018-10-26 10:35:29,099 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 10:35:31,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 10:35:31,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:35:31,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:35:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f91a635f-76f3-4e43-a620-0b33bfefebd1 x-compute-request-id: req-f91a635f-76f3-4e43-a620-0b33bfefebd1 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "bookmark"}], "image": {"id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "links": [{"href": "http://172.30.9.21:8774/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "links": [{"href": "http://172.30.9.21:8774/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "bookmark"}]}, "id": "fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "security_groups": [{"name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}], "user_id": "5b5c780e4c3344c7826505173c3b8e80", "OS-DCF: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-26T10:33:59Z", "hostId": "be7b22e1dbe1320f703a2182fac2ac51ccdbce10da95346aa5e03150", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "name": "cloudify_ims-vm_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "created": "2018-10-26T10:33:58Z", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:35:31,610 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f91a635f-76f3-4e43-a620-0b33bfefebd1 2018-10-26 10:35:31,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.508552074432s 2018-10-26 10:35:31,611 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f91a635f-76f3-4e43-a620-0b33bfefebd1 2018-10-26 10:35:31,615 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 10:35:33,617 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 10:35:33,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:35:34,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:35:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-822d8282-2607-4cd8-a652-b8706c298269 x-compute-request-id: req-822d8282-2607-4cd8-a652-b8706c298269 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "bookmark"}], "image": {"id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "links": [{"href": "http://172.30.9.21:8774/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "links": [{"href": "http://172.30.9.21:8774/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "bookmark"}]}, "id": "fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "security_groups": [{"name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}], "user_id": "5b5c780e4c3344c7826505173c3b8e80", "OS-DCF: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-26T10:33:59Z", "hostId": "be7b22e1dbe1320f703a2182fac2ac51ccdbce10da95346aa5e03150", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "name": "cloudify_ims-vm_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "created": "2018-10-26T10:33:58Z", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:35:34,126 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-822d8282-2607-4cd8-a652-b8706c298269 2018-10-26 10:35:34,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.509216785431s 2018-10-26 10:35:34,127 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-822d8282-2607-4cd8-a652-b8706c298269 2018-10-26 10:35:34,131 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 10:35:36,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 10:35:36,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:35:36,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:35: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-fa704e5a-009d-4682-85bd-4e5a513d213d x-compute-request-id: req-fa704e5a-009d-4682-85bd-4e5a513d213d Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "bookmark"}], "image": {"id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "links": [{"href": "http://172.30.9.21:8774/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "links": [{"href": "http://172.30.9.21:8774/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "bookmark"}]}, "id": "fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "security_groups": [{"name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}], "user_id": "5b5c780e4c3344c7826505173c3b8e80", "OS-DCF: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-26T10:33:59Z", "hostId": "be7b22e1dbe1320f703a2182fac2ac51ccdbce10da95346aa5e03150", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "name": "cloudify_ims-vm_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "created": "2018-10-26T10:33:58Z", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:35:36,629 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-fa704e5a-009d-4682-85bd-4e5a513d213d 2018-10-26 10:35:36,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.494971036911s 2018-10-26 10:35:36,629 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-fa704e5a-009d-4682-85bd-4e5a513d213d 2018-10-26 10:35:36,633 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 10:35:38,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 10:35:38,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:35:39,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:35:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9a961f9b-73cc-4c75-8a50-b478718563f2 x-compute-request-id: req-9a961f9b-73cc-4c75-8a50-b478718563f2 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "bookmark"}], "image": {"id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "links": [{"href": "http://172.30.9.21:8774/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "links": [{"href": "http://172.30.9.21:8774/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "bookmark"}]}, "id": "fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "security_groups": [{"name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}], "user_id": "5b5c780e4c3344c7826505173c3b8e80", "OS-DCF: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-26T10:33:59Z", "hostId": "be7b22e1dbe1320f703a2182fac2ac51ccdbce10da95346aa5e03150", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "name": "cloudify_ims-vm_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "created": "2018-10-26T10:33:58Z", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:35:39,125 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9a961f9b-73cc-4c75-8a50-b478718563f2 2018-10-26 10:35:39,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.488903999329s 2018-10-26 10:35:39,125 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9a961f9b-73cc-4c75-8a50-b478718563f2 2018-10-26 10:35:39,129 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 10:35:41,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 10:35:41,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:35:41,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:35: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-e34b7764-a59b-45ca-b55c-4c86499c4be0 x-compute-request-id: req-e34b7764-a59b-45ca-b55c-4c86499c4be0 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "bookmark"}], "image": {"id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "links": [{"href": "http://172.30.9.21:8774/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "links": [{"href": "http://172.30.9.21:8774/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "bookmark"}]}, "id": "fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "security_groups": [{"name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}], "user_id": "5b5c780e4c3344c7826505173c3b8e80", "OS-DCF: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-26T10:33:59Z", "hostId": "be7b22e1dbe1320f703a2182fac2ac51ccdbce10da95346aa5e03150", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "name": "cloudify_ims-vm_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "created": "2018-10-26T10:33:58Z", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:35:41,641 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e34b7764-a59b-45ca-b55c-4c86499c4be0 2018-10-26 10:35:41,641 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.509139060974s 2018-10-26 10:35:41,641 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e34b7764-a59b-45ca-b55c-4c86499c4be0 2018-10-26 10:35:41,645 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 10:35:43,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 10:35:43,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:35:44,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:35:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fa20ab47-ded7-4676-a637-66fc06ea1848 x-compute-request-id: req-fa20ab47-ded7-4676-a637-66fc06ea1848 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "bookmark"}], "image": {"id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "links": [{"href": "http://172.30.9.21:8774/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "links": [{"href": "http://172.30.9.21:8774/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "bookmark"}]}, "id": "fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "security_groups": [{"name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}], "user_id": "5b5c780e4c3344c7826505173c3b8e80", "OS-DCF: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-26T10:33:59Z", "hostId": "be7b22e1dbe1320f703a2182fac2ac51ccdbce10da95346aa5e03150", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "name": "cloudify_ims-vm_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "created": "2018-10-26T10:33:58Z", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:35:44,150 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-fa20ab47-ded7-4676-a637-66fc06ea1848 2018-10-26 10:35:44,150 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.501924991608s 2018-10-26 10:35:44,150 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-fa20ab47-ded7-4676-a637-66fc06ea1848 2018-10-26 10:35:44,154 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 10:35:46,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 10:35:46,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:35:46,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:35:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9e4f6be0-c8e9-4663-a75a-6a500c2325f0 x-compute-request-id: req-9e4f6be0-c8e9-4663-a75a-6a500c2325f0 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "bookmark"}], "image": {"id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "links": [{"href": "http://172.30.9.21:8774/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "links": [{"href": "http://172.30.9.21:8774/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "bookmark"}]}, "id": "fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "security_groups": [{"name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}], "user_id": "5b5c780e4c3344c7826505173c3b8e80", "OS-DCF: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-26T10:33:59Z", "hostId": "be7b22e1dbe1320f703a2182fac2ac51ccdbce10da95346aa5e03150", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "name": "cloudify_ims-vm_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "created": "2018-10-26T10:33:58Z", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:35:46,673 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9e4f6be0-c8e9-4663-a75a-6a500c2325f0 2018-10-26 10:35:46,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.516200065613s 2018-10-26 10:35:46,673 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9e4f6be0-c8e9-4663-a75a-6a500c2325f0 2018-10-26 10:35:46,677 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 10:35:48,680 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 10:35:48,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:35:49,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:35:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7e043ed9-2eec-4182-9898-0467a846fd30 x-compute-request-id: req-7e043ed9-2eec-4182-9898-0467a846fd30 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "bookmark"}], "image": {"id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "links": [{"href": "http://172.30.9.21:8774/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "links": [{"href": "http://172.30.9.21:8774/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "bookmark"}]}, "id": "fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "security_groups": [{"name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}], "user_id": "5b5c780e4c3344c7826505173c3b8e80", "OS-DCF: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-26T10:33:59Z", "hostId": "be7b22e1dbe1320f703a2182fac2ac51ccdbce10da95346aa5e03150", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "name": "cloudify_ims-vm_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "created": "2018-10-26T10:33:58Z", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:35:49,195 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7e043ed9-2eec-4182-9898-0467a846fd30 2018-10-26 10:35:49,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.515650987625s 2018-10-26 10:35:49,196 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7e043ed9-2eec-4182-9898-0467a846fd30 2018-10-26 10:35:49,200 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 10:35:51,202 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 10:35:51,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:35:51,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:35:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bb4345f4-63f2-4e20-8f43-7b14c241bdc5 x-compute-request-id: req-bb4345f4-63f2-4e20-8f43-7b14c241bdc5 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "bookmark"}], "image": {"id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "links": [{"href": "http://172.30.9.21:8774/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "links": [{"href": "http://172.30.9.21:8774/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "bookmark"}]}, "id": "fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "security_groups": [{"name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}], "user_id": "5b5c780e4c3344c7826505173c3b8e80", "OS-DCF: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-26T10:33:59Z", "hostId": "be7b22e1dbe1320f703a2182fac2ac51ccdbce10da95346aa5e03150", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "name": "cloudify_ims-vm_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "created": "2018-10-26T10:33:58Z", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:35:51,738 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-bb4345f4-63f2-4e20-8f43-7b14c241bdc5 2018-10-26 10:35:51,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.535975933075s 2018-10-26 10:35:51,739 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-bb4345f4-63f2-4e20-8f43-7b14c241bdc5 2018-10-26 10:35:51,743 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 10:35:53,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 10:35:53,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:35:54,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:35:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-894cda15-6828-475a-834e-989a69f9e34f x-compute-request-id: req-894cda15-6828-475a-834e-989a69f9e34f Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "bookmark"}], "image": {"id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "links": [{"href": "http://172.30.9.21:8774/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "links": [{"href": "http://172.30.9.21:8774/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "bookmark"}]}, "id": "fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "security_groups": [{"name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}], "user_id": "5b5c780e4c3344c7826505173c3b8e80", "OS-DCF: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-26T10:33:59Z", "hostId": "be7b22e1dbe1320f703a2182fac2ac51ccdbce10da95346aa5e03150", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "name": "cloudify_ims-vm_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "created": "2018-10-26T10:33:58Z", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:35:54,240 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-894cda15-6828-475a-834e-989a69f9e34f 2018-10-26 10:35:54,240 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.494490146637s 2018-10-26 10:35:54,240 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-894cda15-6828-475a-834e-989a69f9e34f 2018-10-26 10:35:54,244 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 10:35:56,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 10:35:56,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:35:56,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:35:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-06b2781b-236e-4dbd-9155-2053d6cf1a8b x-compute-request-id: req-06b2781b-236e-4dbd-9155-2053d6cf1a8b Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "bookmark"}], "image": {"id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "links": [{"href": "http://172.30.9.21:8774/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "links": [{"href": "http://172.30.9.21:8774/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "bookmark"}]}, "id": "fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "security_groups": [{"name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}], "user_id": "5b5c780e4c3344c7826505173c3b8e80", "OS-DCF: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-26T10:33:59Z", "hostId": "be7b22e1dbe1320f703a2182fac2ac51ccdbce10da95346aa5e03150", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "name": "cloudify_ims-vm_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "created": "2018-10-26T10:33:58Z", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:35:56,901 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-06b2781b-236e-4dbd-9155-2053d6cf1a8b 2018-10-26 10:35:56,901 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.654047966003s 2018-10-26 10:35:56,901 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-06b2781b-236e-4dbd-9155-2053d6cf1a8b 2018-10-26 10:35:56,905 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 10:35:58,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 10:35:58,912 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:35:59,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:35:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7e40bfac-2bdf-4fce-8279-233451fae5a0 x-compute-request-id: req-7e40bfac-2bdf-4fce-8279-233451fae5a0 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "bookmark"}], "image": {"id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "links": [{"href": "http://172.30.9.21:8774/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "links": [{"href": "http://172.30.9.21:8774/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "bookmark"}]}, "id": "fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "security_groups": [{"name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}], "user_id": "5b5c780e4c3344c7826505173c3b8e80", "OS-DCF: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-26T10:33:59Z", "hostId": "be7b22e1dbe1320f703a2182fac2ac51ccdbce10da95346aa5e03150", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "name": "cloudify_ims-vm_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "created": "2018-10-26T10:33:58Z", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:35:59,520 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7e40bfac-2bdf-4fce-8279-233451fae5a0 2018-10-26 10:35:59,520 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.612346887589s 2018-10-26 10:35:59,520 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7e40bfac-2bdf-4fce-8279-233451fae5a0 2018-10-26 10:35:59,524 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 10:36:01,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 10:36:01,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:36:02,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:36: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-d1c1bc69-d06c-4f5f-8e79-af65a042df77 x-compute-request-id: req-d1c1bc69-d06c-4f5f-8e79-af65a042df77 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "bookmark"}], "image": {"id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "links": [{"href": "http://172.30.9.21:8774/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "links": [{"href": "http://172.30.9.21:8774/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "bookmark"}]}, "id": "fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "security_groups": [{"name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}], "user_id": "5b5c780e4c3344c7826505173c3b8e80", "OS-DCF: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-26T10:33:59Z", "hostId": "be7b22e1dbe1320f703a2182fac2ac51ccdbce10da95346aa5e03150", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "name": "cloudify_ims-vm_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "created": "2018-10-26T10:33:58Z", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:36:02,242 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d1c1bc69-d06c-4f5f-8e79-af65a042df77 2018-10-26 10:36:02,242 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.715363025665s 2018-10-26 10:36:02,242 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d1c1bc69-d06c-4f5f-8e79-af65a042df77 2018-10-26 10:36:02,246 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 10:36:04,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 10:36:04,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:36:05,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:36: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-a099e008-4bed-4131-a228-63ad0e6333ff x-compute-request-id: req-a099e008-4bed-4131-a228-63ad0e6333ff Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "bookmark"}], "image": {"id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "links": [{"href": "http://172.30.9.21:8774/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "links": [{"href": "http://172.30.9.21:8774/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "bookmark"}]}, "id": "fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "security_groups": [{"name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}], "user_id": "5b5c780e4c3344c7826505173c3b8e80", "OS-DCF: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-26T10:33:59Z", "hostId": "be7b22e1dbe1320f703a2182fac2ac51ccdbce10da95346aa5e03150", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "name": "cloudify_ims-vm_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "created": "2018-10-26T10:33:58Z", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:36:05,288 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a099e008-4bed-4131-a228-63ad0e6333ff 2018-10-26 10:36:05,288 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.03958010674s 2018-10-26 10:36:05,289 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a099e008-4bed-4131-a228-63ad0e6333ff 2018-10-26 10:36:05,293 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 10:36:07,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 10:36:07,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:36:07,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:36:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1898f292-cb8d-4596-be41-d7f57bd7dbc1 x-compute-request-id: req-1898f292-cb8d-4596-be41-d7f57bd7dbc1 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "bookmark"}], "image": {"id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "links": [{"href": "http://172.30.9.21:8774/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "links": [{"href": "http://172.30.9.21:8774/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "bookmark"}]}, "id": "fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "security_groups": [{"name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}], "user_id": "5b5c780e4c3344c7826505173c3b8e80", "OS-DCF: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-26T10:33:59Z", "hostId": "be7b22e1dbe1320f703a2182fac2ac51ccdbce10da95346aa5e03150", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "name": "cloudify_ims-vm_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "created": "2018-10-26T10:33:58Z", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:36:07,506 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1898f292-cb8d-4596-be41-d7f57bd7dbc1 2018-10-26 10:36:07,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.210896968842s 2018-10-26 10:36:07,507 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1898f292-cb8d-4596-be41-d7f57bd7dbc1 2018-10-26 10:36:07,510 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 10:36:09,513 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 10:36:09,516 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:36:09,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:36: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-1162b096-86fb-4bcb-b579-3bda16fb6234 x-compute-request-id: req-1162b096-86fb-4bcb-b579-3bda16fb6234 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "bookmark"}], "image": {"id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "links": [{"href": "http://172.30.9.21:8774/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "links": [{"href": "http://172.30.9.21:8774/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "bookmark"}]}, "id": "fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "security_groups": [{"name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}], "user_id": "5b5c780e4c3344c7826505173c3b8e80", "OS-DCF: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-26T10:33:59Z", "hostId": "be7b22e1dbe1320f703a2182fac2ac51ccdbce10da95346aa5e03150", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "name": "cloudify_ims-vm_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "created": "2018-10-26T10:33:58Z", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:36:09,933 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1162b096-86fb-4bcb-b579-3bda16fb6234 2018-10-26 10:36:09,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.420318841934s 2018-10-26 10:36:09,934 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1162b096-86fb-4bcb-b579-3bda16fb6234 2018-10-26 10:36:09,937 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 10:36:11,940 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 10:36:11,943 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:36:12,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:36: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-ca8dd662-801b-4834-8d23-e524e3610b3c x-compute-request-id: req-ca8dd662-801b-4834-8d23-e524e3610b3c Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "bookmark"}], "image": {"id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "links": [{"href": "http://172.30.9.21:8774/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "links": [{"href": "http://172.30.9.21:8774/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "bookmark"}]}, "id": "fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "security_groups": [{"name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}], "user_id": "5b5c780e4c3344c7826505173c3b8e80", "OS-DCF: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-26T10:33:59Z", "hostId": "be7b22e1dbe1320f703a2182fac2ac51ccdbce10da95346aa5e03150", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "name": "cloudify_ims-vm_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "created": "2018-10-26T10:33:58Z", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:36:12,480 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ca8dd662-801b-4834-8d23-e524e3610b3c 2018-10-26 10:36:12,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.540312051773s 2018-10-26 10:36:12,481 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ca8dd662-801b-4834-8d23-e524e3610b3c 2018-10-26 10:36:12,485 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 10:36:14,487 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 10:36:14,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:36:15,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:36: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-4791f0d9-7f9a-453b-b1e1-2bbefc04666b x-compute-request-id: req-4791f0d9-7f9a-453b-b1e1-2bbefc04666b Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "bookmark"}], "image": {"id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "links": [{"href": "http://172.30.9.21:8774/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "links": [{"href": "http://172.30.9.21:8774/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "bookmark"}]}, "id": "fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "security_groups": [{"name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}], "user_id": "5b5c780e4c3344c7826505173c3b8e80", "OS-DCF: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-26T10:33:59Z", "hostId": "be7b22e1dbe1320f703a2182fac2ac51ccdbce10da95346aa5e03150", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "name": "cloudify_ims-vm_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "created": "2018-10-26T10:33:58Z", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:36:15,395 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4791f0d9-7f9a-453b-b1e1-2bbefc04666b 2018-10-26 10:36:15,395 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.907270908356s 2018-10-26 10:36:15,395 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4791f0d9-7f9a-453b-b1e1-2bbefc04666b 2018-10-26 10:36:15,399 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 10:36:17,402 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 10:36:17,405 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:36:17,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:36:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2a8c7db5-5db0-405a-98ed-fb80e277e73c x-compute-request-id: req-2a8c7db5-5db0-405a-98ed-fb80e277e73c Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "bookmark"}], "image": {"id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "links": [{"href": "http://172.30.9.21:8774/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "links": [{"href": "http://172.30.9.21:8774/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "bookmark"}]}, "id": "fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "security_groups": [{"name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}], "user_id": "5b5c780e4c3344c7826505173c3b8e80", "OS-DCF: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-26T10:33:59Z", "hostId": "be7b22e1dbe1320f703a2182fac2ac51ccdbce10da95346aa5e03150", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "name": "cloudify_ims-vm_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "created": "2018-10-26T10:33:58Z", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:36:17,627 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2a8c7db5-5db0-405a-98ed-fb80e277e73c 2018-10-26 10:36:17,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.225723028183s 2018-10-26 10:36:17,628 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2a8c7db5-5db0-405a-98ed-fb80e277e73c 2018-10-26 10:36:17,631 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 10:36:19,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 10:36:19,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:36:20,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:36: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-1580f688-1fb0-42fa-be0d-ff6f56437ada x-compute-request-id: req-1580f688-1fb0-42fa-be0d-ff6f56437ada Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "bookmark"}], "image": {"id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "links": [{"href": "http://172.30.9.21:8774/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "links": [{"href": "http://172.30.9.21:8774/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "bookmark"}]}, "id": "fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "security_groups": [{"name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}], "user_id": "5b5c780e4c3344c7826505173c3b8e80", "OS-DCF: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-26T10:33:59Z", "hostId": "be7b22e1dbe1320f703a2182fac2ac51ccdbce10da95346aa5e03150", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "name": "cloudify_ims-vm_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "created": "2018-10-26T10:33:58Z", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:36:20,033 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1580f688-1fb0-42fa-be0d-ff6f56437ada 2018-10-26 10:36:20,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.398756027222s 2018-10-26 10:36:20,033 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1580f688-1fb0-42fa-be0d-ff6f56437ada 2018-10-26 10:36:20,037 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 10:36:22,039 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 10:36:22,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:36:22,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:36: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-933c40e3-278b-428d-bb4f-b0cedf769d0f x-compute-request-id: req-933c40e3-278b-428d-bb4f-b0cedf769d0f Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "bookmark"}], "image": {"id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "links": [{"href": "http://172.30.9.21:8774/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "links": [{"href": "http://172.30.9.21:8774/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "bookmark"}]}, "id": "fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "security_groups": [{"name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}], "user_id": "5b5c780e4c3344c7826505173c3b8e80", "OS-DCF: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-26T10:33:59Z", "hostId": "be7b22e1dbe1320f703a2182fac2ac51ccdbce10da95346aa5e03150", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "name": "cloudify_ims-vm_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "created": "2018-10-26T10:33:58Z", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:36:22,559 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-933c40e3-278b-428d-bb4f-b0cedf769d0f 2018-10-26 10:36:22,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.519587993622s 2018-10-26 10:36:22,559 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-933c40e3-278b-428d-bb4f-b0cedf769d0f 2018-10-26 10:36:22,563 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 10:36:24,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 10:36:24,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:36:25,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:36: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-9c23f745-6aa7-45c6-9afa-1ef4ba7b44d9 x-compute-request-id: req-9c23f745-6aa7-45c6-9afa-1ef4ba7b44d9 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cloudify_ims-net_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e4:6b:55", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "bookmark"}], "image": {"id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "links": [{"href": "http://172.30.9.21:8774/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:36:23.000000", "flavor": {"id": "3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "links": [{"href": "http://172.30.9.21:8774/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "bookmark"}]}, "id": "fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "security_groups": [{"name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}], "user_id": "5b5c780e4c3344c7826505173c3b8e80", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T10:36:24Z", "hostId": "be7b22e1dbe1320f703a2182fac2ac51ccdbce10da95346aa5e03150", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "name": "cloudify_ims-vm_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "created": "2018-10-26T10:33:58Z", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 10:36:25,064 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9c23f745-6aa7-45c6-9afa-1ef4ba7b44d9 2018-10-26 10:36:25,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.498294115067s 2018-10-26 10:36:25,065 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9c23f745-6aa7-45c6-9afa-1ef4ba7b44d9 2018-10-26 10:36:25,069 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-10-26 10:36:25,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:36:25,290 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 771 X-Openstack-Request-Id: req-a43496b2-3a80-4bec-a810-000d249440ee Date: Fri, 26 Oct 2018 10:36:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:36:23Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ad4b78ec-b20a-4d5b-931a-5f7d2510c393","ip_address":"192.168.120.13"}],"id":"84b58c20-26d8-4a04-a735-f1eae5e236e5","security_groups":["c064e57e-ed09-497c-9764-ac5e950116e3"],"mac_address":"fa:16:3e:e4:6b:55","project_id":"fb25b6949c784d56b9db7c35ab0ddf00","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e69018a4-a6a5-40c0-bc94-944544e8c74e","tenant_id":"fb25b6949c784d56b9db7c35ab0ddf00","created_at":"2018-10-26T10:34:00Z","binding:vnic_type":"normal","device_id":"fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b"}]} 2018-10-26 10:36:25,290 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b used request id req-a43496b2-3a80-4bec-a810-000d249440ee 2018-10-26 10:36:25,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.221478939056s 2018-10-26 10:36:25,291 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b used request id req-a43496b2-3a80-4bec-a810-000d249440ee 2018-10-26 10:36:25,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-26 10:36:25,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=84b58c20-26d8-4a04-a735-f1eae5e236e5" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:36:25,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-95ae2caf-3b68-4bb7-a1bc-a1817cd58064 Date: Fri, 26 Oct 2018 10:36:25 GMT RESP BODY: {"floatingips": []} 2018-10-26 10:36:25,315 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=84b58c20-26d8-4a04-a735-f1eae5e236e5 used request id req-95ae2caf-3b68-4bb7-a1bc-a1817cd58064 2018-10-26 10:36:25,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.019092798233s 2018-10-26 10:36:25,315 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=84b58c20-26d8-4a04-a735-f1eae5e236e5 used request id req-95ae2caf-3b68-4bb7-a1bc-a1817cd58064 2018-10-26 10:36:25,316 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cloudify_ims-net_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:e4:6b:55', u'version': 4, u'addr': u'192.168.120.13', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'752cbf6d-c8de-4944-8e8c-471f5e713932'}), 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-26T10:36:23.000000', 'flavor': Munch({u'id': u'3edd32c1-41f5-41f9-88f7-b0a5d6fa227c'}), 'az': u'nova', 'id': u'fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b', 'security_groups': [Munch({u'name': u'cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'5b5c780e4c3344c7826505173c3b8e80', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'fb25b6949c784d56b9db7c35ab0ddf00', 'name': 'cloudify_ims-project_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', '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-26T10:36:23.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-10-26T10:36:24Z', 'hostId': u'be7b22e1dbe1320f703a2182fac2ac51ccdbce10da95346aa5e03150', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'public_v6': '', 'private_v4': u'192.168.120.13', 'cloud': 'envvars', 'host_id': u'be7b22e1dbe1320f703a2182fac2ac51ccdbce10da95346aa5e03150', '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-26T10:36:23.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'fb25b6949c784d56b9db7c35ab0ddf00', 'name': u'cloudify_ims-vm_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'adminPass': u'2DegkgeAY7iZ', 'tenant_id': u'fb25b6949c784d56b9db7c35ab0ddf00', 'region': 'regionOne', 'created': u'2018-10-26T10:33:58Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-10-26 10:36:25,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-26 10:36:25,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:36:25,436 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1237 X-Openstack-Request-Id: req-95586d34-d48d-413d-a071-5648793bae86 Date: Fri, 26 Oct 2018 10:36:25 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ad4b78ec-b20a-4d5b-931a-5f7d2510c393"],"updated_at":"2018-10-26T10:31:48Z","tenant_id":"fb25b6949c784d56b9db7c35ab0ddf00","created_at":"2018-10-26T10:31:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fb25b6949c784d56b9db7c35ab0ddf00","id":"e69018a4-a6a5-40c0-bc94-944544e8c74e","name":"cloudify_ims-net_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}]} 2018-10-26 10:36:25,437 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-95586d34-d48d-413d-a071-5648793bae86 2018-10-26 10:36:25,437 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.117807865143s 2018-10-26 10:36:25,437 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-95586d34-d48d-413d-a071-5648793bae86 2018-10-26 10:36:25,439 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-10-26 10:36:25,439 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:36:25,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 771 X-Openstack-Request-Id: req-e7b8b47e-ba18-49ab-b315-e998f65e121a Date: Fri, 26 Oct 2018 10:36:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T10:36:23Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ad4b78ec-b20a-4d5b-931a-5f7d2510c393","ip_address":"192.168.120.13"}],"id":"84b58c20-26d8-4a04-a735-f1eae5e236e5","security_groups":["c064e57e-ed09-497c-9764-ac5e950116e3"],"mac_address":"fa:16:3e:e4:6b:55","project_id":"fb25b6949c784d56b9db7c35ab0ddf00","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e69018a4-a6a5-40c0-bc94-944544e8c74e","tenant_id":"fb25b6949c784d56b9db7c35ab0ddf00","created_at":"2018-10-26T10:34:00Z","binding:vnic_type":"normal","device_id":"fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b"}]} 2018-10-26 10:36:25,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b used request id req-e7b8b47e-ba18-49ab-b315-e998f65e121a 2018-10-26 10:36:25,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0562570095062s 2018-10-26 10:36:25,495 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b used request id req-e7b8b47e-ba18-49ab-b315-e998f65e121a 2018-10-26 10:36:25,496 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-10-26 10:36:25,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" -d '{"floatingip": {"floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "fixed_ip_address": "192.168.120.13", "port_id": "84b58c20-26d8-4a04-a735-f1eae5e236e5"}}' 2018-10-26 10:36:27,450 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 552 X-Openstack-Request-Id: req-6df37e30-3f99-4af4-8eee-083f4f94a707 Date: Fri, 26 Oct 2018 10:36:27 GMT RESP BODY: {"floatingip": {"router_id": "46b6d1f9-02ec-435a-a168-5c7b4afd64f9", "status": "DOWN", "description": "", "tags": [], "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "created_at": "2018-10-26T10:36:26Z", "updated_at": "2018-10-26T10:36:26Z", "floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "fixed_ip_address": "192.168.120.13", "floating_ip_address": "172.30.9.201", "revision_number": 0, "project_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_id": "84b58c20-26d8-4a04-a735-f1eae5e236e5", "id": "ff1fd2a3-6364-4065-a922-712270fd8e30"}} 2018-10-26 10:36:27,451 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-6df37e30-3f99-4af4-8eee-083f4f94a707 2018-10-26 10:36:27,451 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.95449495316s 2018-10-26 10:36:27,451 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-6df37e30-3f99-4af4-8eee-083f4f94a707 2018-10-26 10:36:27,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-26 10:36:27,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:36:27,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 555 X-Openstack-Request-Id: req-d8644e4a-7a61-4720-b579-fad465e55d4c Date: Fri, 26 Oct 2018 10:36:27 GMT RESP BODY: {"floatingips": [{"router_id": "46b6d1f9-02ec-435a-a168-5c7b4afd64f9", "status": "DOWN", "description": "", "tags": [], "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "created_at": "2018-10-26T10:36:26Z", "updated_at": "2018-10-26T10:36:26Z", "floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "fixed_ip_address": "192.168.120.13", "floating_ip_address": "172.30.9.201", "revision_number": 0, "project_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_id": "84b58c20-26d8-4a04-a735-f1eae5e236e5", "id": "ff1fd2a3-6364-4065-a922-712270fd8e30"}]} 2018-10-26 10:36:27,492 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-d8644e4a-7a61-4720-b579-fad465e55d4c 2018-10-26 10:36:27,492 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0326130390167s 2018-10-26 10:36:27,493 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-d8644e4a-7a61-4720-b579-fad465e55d4c 2018-10-26 10:36:27,496 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-10-26 10:36:27,602 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-26 10:36:27,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:36:27,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 555 X-Openstack-Request-Id: req-099f604d-6d25-4e0f-854c-19a6295e0d0e Date: Fri, 26 Oct 2018 10:36:27 GMT RESP BODY: {"floatingips": [{"router_id": "46b6d1f9-02ec-435a-a168-5c7b4afd64f9", "status": "DOWN", "description": "", "tags": [], "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "created_at": "2018-10-26T10:36:26Z", "updated_at": "2018-10-26T10:36:26Z", "floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "fixed_ip_address": "192.168.120.13", "floating_ip_address": "172.30.9.201", "revision_number": 0, "project_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_id": "84b58c20-26d8-4a04-a735-f1eae5e236e5", "id": "ff1fd2a3-6364-4065-a922-712270fd8e30"}]} 2018-10-26 10:36:27,624 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-099f604d-6d25-4e0f-854c-19a6295e0d0e 2018-10-26 10:36:27,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.022203207016s 2018-10-26 10:36:27,625 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-099f604d-6d25-4e0f-854c-19a6295e0d0e 2018-10-26 10:36:27,628 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-10-26 10:36:27,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-26 10:36:27,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:36:27,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 555 X-Openstack-Request-Id: req-7ec45410-0012-4044-94df-2452678d0a19 Date: Fri, 26 Oct 2018 10:36:27 GMT RESP BODY: {"floatingips": [{"router_id": "46b6d1f9-02ec-435a-a168-5c7b4afd64f9", "status": "DOWN", "description": "", "tags": [], "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "created_at": "2018-10-26T10:36:26Z", "updated_at": "2018-10-26T10:36:26Z", "floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "fixed_ip_address": "192.168.120.13", "floating_ip_address": "172.30.9.201", "revision_number": 0, "project_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_id": "84b58c20-26d8-4a04-a735-f1eae5e236e5", "id": "ff1fd2a3-6364-4065-a922-712270fd8e30"}]} 2018-10-26 10:36:27,761 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-7ec45410-0012-4044-94df-2452678d0a19 2018-10-26 10:36:27,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0274930000305s 2018-10-26 10:36:27,761 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-7ec45410-0012-4044-94df-2452678d0a19 2018-10-26 10:36:27,764 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-10-26 10:36:27,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-26 10:36:27,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:36:27,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 555 X-Openstack-Request-Id: req-5ddf9933-7765-437b-9288-434d1cbfcc7f Date: Fri, 26 Oct 2018 10:36:27 GMT RESP BODY: {"floatingips": [{"router_id": "46b6d1f9-02ec-435a-a168-5c7b4afd64f9", "status": "DOWN", "description": "", "tags": [], "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "created_at": "2018-10-26T10:36:26Z", "updated_at": "2018-10-26T10:36:26Z", "floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "fixed_ip_address": "192.168.120.13", "floating_ip_address": "172.30.9.201", "revision_number": 0, "project_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_id": "84b58c20-26d8-4a04-a735-f1eae5e236e5", "id": "ff1fd2a3-6364-4065-a922-712270fd8e30"}]} 2018-10-26 10:36:27,893 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-5ddf9933-7765-437b-9288-434d1cbfcc7f 2018-10-26 10:36:27,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0235600471497s 2018-10-26 10:36:27,893 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-5ddf9933-7765-437b-9288-434d1cbfcc7f 2018-10-26 10:36:27,897 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-10-26 10:36:28,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-26 10:36:28,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:36:28,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-fd705f96-1690-4bee-a7b7-85ea93479de9 Date: Fri, 26 Oct 2018 10:36:28 GMT RESP BODY: {"floatingips": [{"router_id": "46b6d1f9-02ec-435a-a168-5c7b4afd64f9", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "created_at": "2018-10-26T10:36:26Z", "updated_at": "2018-10-26T10:36:26Z", "floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "fixed_ip_address": "192.168.120.13", "floating_ip_address": "172.30.9.201", "revision_number": 0, "project_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_id": "84b58c20-26d8-4a04-a735-f1eae5e236e5", "id": "ff1fd2a3-6364-4065-a922-712270fd8e30"}]} 2018-10-26 10:36:28,055 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-fd705f96-1690-4bee-a7b7-85ea93479de9 2018-10-26 10:36:28,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0529079437256s 2018-10-26 10:36:28,055 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-fd705f96-1690-4bee-a7b7-85ea93479de9 2018-10-26 10:36:28,059 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'46b6d1f9-02ec-435a-a168-5c7b4afd64f9', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'fb25b6949c784d56b9db7c35ab0ddf00', 'created_at': u'2018-10-26T10:36:26Z', 'attached': True, 'updated_at': u'2018-10-26T10:36:26Z', 'id': u'ff1fd2a3-6364-4065-a922-712270fd8e30', 'floating_network_id': u'94b52afd-6cfc-477c-8eec-9ace3e0b6693', 'fixed_ip_address': u'192.168.120.13', 'floating_ip_address': u'172.30.9.201', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'fb25b6949c784d56b9db7c35ab0ddf00', 'name': 'cloudify_ims-project_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'46b6d1f9-02ec-435a-a168-5c7b4afd64f9', 'project_id': u'fb25b6949c784d56b9db7c35ab0ddf00', 'port_id': u'84b58c20-26d8-4a04-a735-f1eae5e236e5', 'port': u'84b58c20-26d8-4a04-a735-f1eae5e236e5', 'network': u'94b52afd-6cfc-477c-8eec-9ace3e0b6693'}) 2018-10-26 10:36:28,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-26 10:36:28,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b/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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-26 10:36:30,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:36: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-3dc70a43-e2be-4b0a-b886-48c996e310e3 x-compute-request-id: req-3dc70a43-e2be-4b0a-b886-48c996e310e3 Content-Encoding: gzip Content-Length: 11036 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 1857622872 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.304631] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.306870] pid_max: default: 32768 minimum: 301\n[ 0.308071] Security Framework initialized\n[ 0.309183] SELinux: Initializing.\n[ 0.310479] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.315026] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.317986] Mount-cache hash table entries: 4096\n[ 0.319412] Initializing cgroup subsys memory\n[ 0.320581] Initializing cgroup subsys devices\n[ 0.321750] Initializing cgroup subsys freezer\n[ 0.322901] Initializing cgroup subsys net_cls\n[ 0.324056] Initializing cgroup subsys blkio\n[ 0.325194] Initializing cgroup subsys perf_event\n[ 0.326426] Initializing cgroup subsys hugetlb\n[ 0.327578] Initializing cgroup subsys pids\n[ 0.328703] Initializing cgroup subsys net_prio\n[ 0.329948] CPU: Physical Processor ID: 0\n[ 0.331762] mce: CPU supports 10 MCE banks\n[ 0.332895] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.334186] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.335486] tlb_flushall_shift: 6\n[ 0.336658] Freeing SMP alternatives: 28k freed\n[ 0.340612] ACPI: Core revision 20130517\n[ 0.342091] ACPI: All ACPI Tables successfully acquired\n[ 0.343523] ftrace: allocating 25812 entries in 101 pages\n[ 0.366122] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.367593] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.369061] smpboot: Max logical packages: 2\n[ 0.370340] Enabling x2apic\n[ 0.371232] Enabled x2apic\n[ 0.372303] Switched APIC routing to physical x2apic.\n[ 0.374476] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.376150] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.379053] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.386521] KVM setup paravirtual spinlock\n[ 0.388875] smpboot: Booting Node 0, Processors #1 OK\n[ 0.390685] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.412683] Brought up 2 CPUs\n[ 0.412686] KVM setup async PF for cpu 1\n[ 0.412690] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.415815] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.417927] devtmpfs: initialized\n[ 0.420516] EVM: security.selinux\n[ 0.421500] EVM: security.ima\n[ 0.422421] EVM: security.capability\n[ 0.424055] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.425569] pinctrl core: initialized pinctrl subsystem\n[ 0.426942] NET: Registered protocol family 16\n[ 0.428257] ACPI: bus type PCI registered\n[ 0.429348] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.430874] PCI: Using configuration type 1 for base access\n[ 0.435570] ACPI: Added _OSI(Module Device)\n[ 0.436992] ACPI: Added _OSI(Processor Device)\n[ 0.438415] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.439903] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.443423] ACPI: Interpreter enabled\n[ 0.444726] ACPI: (supports S0 S5)\n[ 0.445954] ACPI: Using IOAPIC for interrupt routing\n[ 0.447471] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.452765] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.454524] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.456402] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.458235] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.461233] acpiphp: Slot [3] registered\n[ 0.462280] acpiphp: Slot [4] registered\n[ 0.463323] acpiphp: Slot [5] registered\n[ 0.464366] acpiphp: Slot [6] registered\n[ 0.465408] acpiphp: Slot [7] registered\n[ 0.466450] acpiphp: Slot [8] registered\n[ 0.467492] acpiphp: Slot [9] registered\n[ 0.468535] acpiphp: Slot [10] registered\n[ 0.469585] acpiphp: Slot [11] registered\n[ 0.470642] acpiphp: Slot [12] registered\n[ 0.471703] acpiphp: Slot [13] registered\n[ 0.472757] acpiphp: Slot [14] registered\n[ 0.473812] acpiphp: Slot [15] registered\n[ 0.474868] acpiphp: Slot [16] registered\n[ 0.475925] acpiphp: Slot [17] registered\n[ 0.476977] acpiphp: Slot [18] registered\n[ 0.478032] acpiphp: Slot [19] registered\n[ 0.479086] acpiphp: Slot [20] registered\n[ 0.480137] acpiphp: Slot [21] registered\n[ 0.481186] acpiphp: Slot [22] registered\n[ 0.482234] acpiphp: Slot [23] registered\n[ 0.483286] acpiphp: Slot [24] registered\n[ 0.484342] acpiphp: Slot [25] registered\n[ 0.485395] acpiphp: Slot [26] registered\n[ 0.486453] acpiphp: Slot [27] registered\n[ 0.487507] acpiphp: Slot [28] registered\n[ 0.488559] acpiphp: Slot [29] registered\n[ 0.489606] acpiphp: Slot [30] registered\n[ 0.490654] acpiphp: Slot [31] registered\n[ 0.491700] PCI host bridge to bus 0000:00\n[ 0.492748] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.493995] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.495429] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.496870] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.498799] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.506386] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.507887] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.509283] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.510772] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.517486] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.519417] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.568193] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.569959] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.572800] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.574485] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.576121] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.577661] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.579115] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.581151] vgaarb: loaded\n[ 0.581999] vgaarb: bridge control possible 0000:00:02.0\n[ 0.583319] SCSI subsystem initialized\n[ 0.584357] ACPI: bus type USB registered\n[ 0.585415] usbcore: registered new interface driver usbfs\n[ 0.586691] usbcore: registered new interface driver hub\n[ 0.587948] usbcore: registered new device driver usb\n[ 0.589253] PCI: Using ACPI for IRQ routing\n[ 0.590556] NetLabel: Initializing\n[ 0.591525] NetLabel: domain hash size = 128\n[ 0.592610] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.593821] NetLabel: unlabeled traffic allowed by default\n[ 0.595155] Switched to clocksource kvm-clock\n[ 0.601611] pnp: PnP ACPI init\n[ 0.602543] ACPI: bus type PNP registered\n[ 0.603904] pnp: PnP ACPI: found 5 devices\n[ 0.604969] ACPI: bus type PNP unregistered\n[ 0.611974] NET: Registered protocol family 2\n[ 0.613293] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.615392] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.617089] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.618577] TCP: reno registered\n[ 0.619520] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.620902] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.622421] NET: Registered protocol family 1\n[ 0.623576] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.624938] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.626252] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.646113] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.666142] Unpacking initramfs...\n[ 1.069125] Freeing initrd memory: 37508k freed\n[ 1.078550] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.080091] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.089103] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.090549] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.092187] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.093572] Initialise system trusted keyring\n[ 1.094727] audit: initializing netlink socket (disabled)\n[ 1.095997] type=2000 audit(1540550186.451:1): initialized\n[ 1.112340] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.113774] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.115911] zpool: loaded\n[ 1.116779] zbud: loaded\n[ 1.117769] VFS: Disk quotas dquot_6.5.2\n[ 1.118846] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.120389] msgmni has been set to 7578\n[ 1.121478] Key type big_key registered\n[ 1.123112] NET: Registered protocol family 38\n[ 1.124252] Key type asymmetric registered\n[ 1.125322] Asymmetric key parser 'x509' registered\n[ 1.126517] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.128532] io scheduler noop registered\n[ 1.129587] io scheduler deadline registered (default)\n[ 1.130827] io scheduler cfq registered\n[ 1.131933] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.143035] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.144563] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.146515] ACPI: Power Button [PWRF]\n[ 1.147626] GHES: HEST is not enabled!\n[ 1.148701] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.173255] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.175466] Non-volatile memory driver v1.3\n[ 1.176921] Linux agpgart interface v0.103\n[ 1.178299] crash memory driver: version 1.1\n[ 1.179685] rdac: device handler registered\n[ 1.181064] hp_sw: device handler registered\n[ 1.182388] emc: device handler registered\n[ 1.183646] alua: device handler registered\n[ 1.184926] libphy: Fixed MDIO Bus: probed\n[ 1.186219] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.187899] ehci-pci: EHCI PCI platform driver\n[ 1.189221] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.190830] ohci-pci: OHCI PCI platform driver\n[ 1.192107] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.212060] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.213576] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.215825] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.217226] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.218797] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.220540] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.222781] usb usb1: Product: UHCI Host Controller\n[ 1.224202] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.226019] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.227435] hub 1-0:1.0: USB hub found\n[ 1.228615] hub 1-0:1.0: 2 ports detected\n[ 1.229979] usbcore: registered new interface driver usbserial\n[ 1.231601] usbcore: registered new interface driver usbserial_generic\n[ 1.233336] usbserial: USB Serial support registered for generic\n[ 1.235003] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.237908] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.239190] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.240521] mousedev: PS/2 mouse device common for all mice\n[ 1.242120] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.244807] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.247033] rtc_cmos 00:00: RTC can wake from S4\n[ 1.248605] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.250918] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.252480] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.254068] cpuidle: using governor menu\n[ 1.255207] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.256656] usbcore: registered new interface driver usbhid\n[ 1.258059] usbhid: USB HID core driver\n[ 1.259184] drop_monitor: Initializing network drop monitor service\n[ 1.260800] TCP: cubic registered\n[ 1.261839] Initializing XFRM netlink socket\n[ 1.263078] NET: Registered protocol family 10\n[ 1.264465] NET: Registered protocol family 17\n[ 1.265853] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.267338] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.268911] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.271339] Loading compiled-in X.509 certificates\n[ 1.272607] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.275086] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.277912] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.280416] registered taskstats version 1\n[ 1.283128] Key type trusted registered\n[ 1.285389] Key type encrypted registered\n[ 1.287634] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.289397] rtc_cmos 00:00: setting system clock to 2018-10-26 10:36:26 UTC (1540550186)\n[ 1.292251] Freeing unused kernel memory: 1680k freed\n[ 1.296290] 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.300783] systemd[1]: Detected virtualization kvm.\n[ 1.302168] systemd[1]: Detected architecture x86-64.\n[ 1.303538] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.306249] systemd[1]: No hostname configured.\n[ 1.307466] systemd[1]: Set hostname to .\n[ 1.308807] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Swap.\n[ 1.330064] systemd[1]: Reached target Swap.\n[ 1.331250] systemd[1]: Starting Swap.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.333374] systemd[1]: Created slice Root Slice.\n[ 1.334634] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.336831] systemd[1]: Reached target Local File Systems.\n[ 1.338194] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.340522] systemd[1]: Listening on udev Control Socket.\n[ 1.341914] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.344210] systemd[1]: Listening on udev Kernel Socket.\n[ 1.345557] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Reached target Timers.\n[ 1.347740] systemd[1]: Reached target Timers.\n[ 1.348933] systemd[1]: Starting Timers.\n[ 1.350075] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.352215] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Created slice System Slice.\n[ 1.355127] systemd[1]: Created slice System Slice.\n[ 1.356350] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.358234] systemd[1]: Reached target Slices.\n[ 1.359415] systemd[1]: Starting Slices.\n[[32m OK [0m] Reached target Paths.\n[ 1.361217] systemd[1]: Reached target Paths.\n[ 1.362367] systemd[1]: Starting Paths.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.364406] systemd[1]: Listening on Journal Socket.\n[ 1.365751] systemd[1]: Starting Journal Socket.\n[ 1.367333] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.369728] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Sockets.\n[ 1.372515] systemd[1]: Reached target Sockets.\n[ 1.373692] systemd[1]: Starting Sockets.\n[ 1.375031] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.377518] 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] Started Apply Kernel Variables.\n[ 1.382951] systemd[1]: Started Apply Kernel Variables.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 1.386477] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[ 1.389109] systemd[1]: Starting Create Static Device Nodes in /dev...\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Journal Service.\n[ 1.392434] systemd[1]: Started Journal Service.\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.449600] RPC: Registered named UNIX socket transport module.\n[ 1.451219] RPC: Registered udp transport module.\n[ 1.452571] RPC: Registered tcp transport module.\n[ 1.453925] 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.531169] 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[ 1.557722] FDC 0 is a S82078B\n] Reached target Basic System.\n[ 1.591621] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.595367] scsi host0: ata_piix\n[ 1.596699] scsi host1: ata_piix\n[ 1.598020] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.599918] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.652142] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.658329] 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[ 1.683084] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.684573] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.686125] usb 1-1: Product: QEMU USB Tablet\n[ 1.687246] usb 1-1: Manufacturer: QEMU\n[ 1.688316] usb 1-1: SerialNumber: 42\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[ 1.698314] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.700770] 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.781317] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.783918] XFS (vda1): Mounting V4 Filesystem\n[ 1.850053] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target 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 target Slices.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Closed udev 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.074694] systemd-journald[110]: Received SIGTERM from PID 1 (systemd).\n[ 2.089203] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.202436] SELinux: Disabled at runtime.\n[ 2.240212] type=1404 audit(1540550187.450:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.327523] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.329054] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n Mounting Debug File System...\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\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[[32m OK [0m] Reached target Encrypted Volumes.\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[[32m OK [0m] Listening on udev Control Socket.\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n Starting Setup Virtual Console...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd File Systems.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Listening on udev Kernel Socket.\n Mounting Huge Pages File System...\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] 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[[32m OK [0m] Started Journal Service.\n Starting Flush Journal to Persistent Storage...\n[ 2.790548] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[ 2.795240] systemd-journald[394]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Reached target Local File Systems.\n Starting Mark the need to relabel after reboot...\n Starting Import network configuration from initramfs...\n Starting Preprocess NFS configuration...\n Starting Rebuild Journal Catalog...\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Mark the need to relabel after reboot.\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 udev Kernel Device Manager.\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[ 3.055487] type=1305 audit(1540550188.265:3): audit_pid=430 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting Update is Completed...\n Starting udev Coldplug all Devices...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Timers.\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 Paths.\n[[32m OK [0m] Reached target Basic System.\n[[32m OK [0m] Started D-Bus [ 3.159096] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\nSystem Message Bus.\n[ 3.164423] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.167355] [drm] Initialized drm 1.1.0 20060810\n[ 3.269563] ppdev: user-space parallel port driver\n[ 3.336312] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.337919] [TTM] Initializing pool allocator\n[ 3.339452] [TTM] Initializing DMA pool allocator\n[ 3.341322] [drm] fb mappable at 0xFC000000\n[ 3.342760] [drm] vram aper at 0xFC000000\n[ 3.344131] [drm] size 33554432\n[ 3.345346] [drm] fb depth is 24\n[ 3.346600] [drm] pitch is 3072\n[ 3.347954] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.372012] Console: switching to colour frame buffer device 128x48\n[ 3.382676] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n[ 3.386166] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting D-Bus System Message Bus...\n Starting LSB: Bring up/down networking...\n Starting GSSAPI Proxy Daemon...\n Starting Authorization Manager...\n Starting Login Service...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n Starting Initial cloud-init job (pre-networking)...\n Starting Dump dmesg to /var/log/dmesg...\n Starting NTP client/server...\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started Login Service.\n[ 3.426449] AES CTR mode by8 optimization enabled\n[ 3.430327] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.437042] alg: No test for crc32 (crc32-pclmul)\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[ 3.470194] intel_rapl: no valid rapl domains found in package 0\n[[32m OK [0m] Started NTP client/server.\n[ 3.501388] intel_rapl: no valid rapl domains found in package 0\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).[ 3.513734] intel_powerclamp: No package C-state available\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 Getty on tty1.\n Starting Getty on tty1...\n\n[ 3.524944] intel_powerclamp: No package C-state available[[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 Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started Authorization Manager.\n[ 3.953440] cloud-init[494]: Cloud-init v. 0.7.5 running 'init-local' at Fri, 26 Oct 2018 10:36:29 +0000. Up 3.89 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n"} 2018-10-26 10:36:30,925 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b/action used request id req-3dc70a43-e2be-4b0a-b886-48c996e310e3 2018-10-26 10:36:30,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 2.86526894569s 2018-10-26 10:36:30,926 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b/action used request id req-3dc70a43-e2be-4b0a-b886-48c996e310e3 2018-10-26 10:36:30,926 - 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 1857622872 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.304631] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.306870] pid_max: default: 32768 minimum: 301 [ 0.308071] Security Framework initialized [ 0.309183] SELinux: Initializing. [ 0.310479] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.315026] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.317986] Mount-cache hash table entries: 4096 [ 0.319412] Initializing cgroup subsys memory [ 0.320581] Initializing cgroup subsys devices [ 0.321750] Initializing cgroup subsys freezer [ 0.322901] Initializing cgroup subsys net_cls [ 0.324056] Initializing cgroup subsys blkio [ 0.325194] Initializing cgroup subsys perf_event [ 0.326426] Initializing cgroup subsys hugetlb [ 0.327578] Initializing cgroup subsys pids [ 0.328703] Initializing cgroup subsys net_prio [ 0.329948] CPU: Physical Processor ID: 0 [ 0.331762] mce: CPU supports 10 MCE banks [ 0.332895] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.334186] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.335486] tlb_flushall_shift: 6 [ 0.336658] Freeing SMP alternatives: 28k freed [ 0.340612] ACPI: Core revision 20130517 [ 0.342091] ACPI: All ACPI Tables successfully acquired [ 0.343523] ftrace: allocating 25812 entries in 101 pages [ 0.366122] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.367593] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.369061] smpboot: Max logical packages: 2 [ 0.370340] Enabling x2apic [ 0.371232] Enabled x2apic [ 0.372303] Switched APIC routing to physical x2apic. [ 0.374476] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.376150] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.379053] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.386521] KVM setup paravirtual spinlock [ 0.388875] smpboot: Booting Node 0, Processors #1 OK [ 0.390685] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.412683] Brought up 2 CPUs [ 0.412686] KVM setup async PF for cpu 1 [ 0.412690] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.415815] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.417927] devtmpfs: initialized [ 0.420516] EVM: security.selinux [ 0.421500] EVM: security.ima [ 0.422421] EVM: security.capability [ 0.424055] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.425569] pinctrl core: initialized pinctrl subsystem [ 0.426942] NET: Registered protocol family 16 [ 0.428257] ACPI: bus type PCI registered [ 0.429348] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.430874] PCI: Using configuration type 1 for base access [ 0.435570] ACPI: Added _OSI(Module Device) [ 0.436992] ACPI: Added _OSI(Processor Device) [ 0.438415] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.439903] ACPI: Added _OSI(Processor Aggregator Device) [ 0.443423] ACPI: Interpreter enabled [ 0.444726] ACPI: (supports S0 S5) [ 0.445954] ACPI: Using IOAPIC for interrupt routing [ 0.447471] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.452765] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.454524] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.456402] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.458235] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.461233] acpiphp: Slot [3] registered [ 0.462280] acpiphp: Slot [4] registered [ 0.463323] acpiphp: Slot [5] registered [ 0.464366] acpiphp: Slot [6] registered [ 0.465408] acpiphp: Slot [7] registered [ 0.466450] acpiphp: Slot [8] registered [ 0.467492] acpiphp: Slot [9] registered [ 0.468535] acpiphp: Slot [10] registered [ 0.469585] acpiphp: Slot [11] registered [ 0.470642] acpiphp: Slot [12] registered [ 0.471703] acpiphp: Slot [13] registered [ 0.472757] acpiphp: Slot [14] registered [ 0.473812] acpiphp: Slot [15] registered [ 0.474868] acpiphp: Slot [16] registered [ 0.475925] acpiphp: Slot [17] registered [ 0.476977] acpiphp: Slot [18] registered [ 0.478032] acpiphp: Slot [19] registered [ 0.479086] acpiphp: Slot [20] registered [ 0.480137] acpiphp: Slot [21] registered [ 0.481186] acpiphp: Slot [22] registered [ 0.482234] acpiphp: Slot [23] registered [ 0.483286] acpiphp: Slot [24] registered [ 0.484342] acpiphp: Slot [25] registered [ 0.485395] acpiphp: Slot [26] registered [ 0.486453] acpiphp: Slot [27] registered [ 0.487507] acpiphp: Slot [28] registered [ 0.488559] acpiphp: Slot [29] registered [ 0.489606] acpiphp: Slot [30] registered [ 0.490654] acpiphp: Slot [31] registered [ 0.491700] PCI host bridge to bus 0000:00 [ 0.492748] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.493995] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.495429] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.496870] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.498799] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.506386] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.507887] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.509283] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.510772] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.517486] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.519417] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.568193] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.569959] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.572800] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.574485] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.576121] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.577661] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.579115] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.581151] vgaarb: loaded [ 0.581999] vgaarb: bridge control possible 0000:00:02.0 [ 0.583319] SCSI subsystem initialized [ 0.584357] ACPI: bus type USB registered [ 0.585415] usbcore: registered new interface driver usbfs [ 0.586691] usbcore: registered new interface driver hub [ 0.587948] usbcore: registered new device driver usb [ 0.589253] PCI: Using ACPI for IRQ routing [ 0.590556] NetLabel: Initializing [ 0.591525] NetLabel: domain hash size = 128 [ 0.592610] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.593821] NetLabel: unlabeled traffic allowed by default [ 0.595155] Switched to clocksource kvm-clock [ 0.601611] pnp: PnP ACPI init [ 0.602543] ACPI: bus type PNP registered [ 0.603904] pnp: PnP ACPI: found 5 devices [ 0.604969] ACPI: bus type PNP unregistered [ 0.611974] NET: Registered protocol family 2 [ 0.613293] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.615392] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.617089] TCP: Hash tables configured (established 32768 bind 32768) [ 0.618577] TCP: reno registered [ 0.619520] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.620902] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.622421] NET: Registered protocol family 1 [ 0.623576] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.624938] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.626252] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.646113] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.666142] Unpacking initramfs... [ 1.069125] Freeing initrd memory: 37508k freed [ 1.078550] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.080091] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.089103] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.090549] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.092187] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.093572] Initialise system trusted keyring [ 1.094727] audit: initializing netlink socket (disabled) [ 1.095997] type=2000 audit(1540550186.451:1): initialized [ 1.112340] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.113774] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.115911] zpool: loaded [ 1.116779] zbud: loaded [ 1.117769] VFS: Disk quotas dquot_6.5.2 [ 1.118846] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.120389] msgmni has been set to 7578 [ 1.121478] Key type big_key registered [ 1.123112] NET: Registered protocol family 38 [ 1.124252] Key type asymmetric registered [ 1.125322] Asymmetric key parser 'x509' registered [ 1.126517] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.128532] io scheduler noop registered [ 1.129587] io scheduler deadline registered (default) [ 1.130827] io scheduler cfq registered [ 1.131933] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.143035] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.144563] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.146515] ACPI: Power Button [PWRF] [ 1.147626] GHES: HEST is not enabled! [ 1.148701] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.173255] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.175466] Non-volatile memory driver v1.3 [ 1.176921] Linux agpgart interface v0.103 [ 1.178299] crash memory driver: version 1.1 [ 1.179685] rdac: device handler registered [ 1.181064] hp_sw: device handler registered [ 1.182388] emc: device handler registered [ 1.183646] alua: device handler registered [ 1.184926] libphy: Fixed MDIO Bus: probed [ 1.186219] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.187899] ehci-pci: EHCI PCI platform driver [ 1.189221] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.190830] ohci-pci: OHCI PCI platform driver [ 1.192107] uhci_hcd: USB Universal Host Controller Interface driver [ 1.212060] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.213576] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.215825] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.217226] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 1.218797] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.220540] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.222781] usb usb1: Product: UHCI Host Controller [ 1.224202] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.226019] usb usb1: SerialNumber: 0000:00:01.2 [ 1.227435] hub 1-0:1.0: USB hub found [ 1.228615] hub 1-0:1.0: 2 ports detected [ 1.229979] usbcore: registered new interface driver usbserial [ 1.231601] usbcore: registered new interface driver usbserial_generic [ 1.233336] usbserial: USB Serial support registered for generic [ 1.235003] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.237908] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.239190] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.240521] mousedev: PS/2 mouse device common for all mice [ 1.242120] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.244807] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.247033] rtc_cmos 00:00: RTC can wake from S4 [ 1.248605] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.250918] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.252480] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.254068] cpuidle: using governor menu [ 1.255207] hidraw: raw HID events driver (C) Jiri Kosina [ 1.256656] usbcore: registered new interface driver usbhid [ 1.258059] usbhid: USB HID core driver [ 1.259184] drop_monitor: Initializing network drop monitor service [ 1.260800] TCP: cubic registered [ 1.261839] Initializing XFRM netlink socket [ 1.263078] NET: Registered protocol family 10 [ 1.264465] NET: Registered protocol family 17 [ 1.265853] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.267338] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.268911] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.271339] Loading compiled-in X.509 certificates [ 1.272607] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.275086] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.277912] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.280416] registered taskstats version 1 [ 1.283128] Key type trusted registered [ 1.285389] Key type encrypted registered [ 1.287634] IMA: No TPM chip found, activating TPM-bypass! [ 1.289397] rtc_cmos 00:00: setting system clock to 2018-10-26 10:36:26 UTC (1540550186) [ 1.292251] Freeing unused kernel memory: 1680k freed [ 1.296290] 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.300783] systemd[1]: Detected virtualization kvm. [ 1.302168] systemd[1]: Detected architecture x86-64. [ 1.303538] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.306249] systemd[1]: No hostname configured. [ 1.307466] systemd[1]: Set hostname to . [ 1.308807] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Swap. [ 1.330064] systemd[1]: Reached target Swap. [ 1.331250] systemd[1]: Starting Swap. [[32m OK [0m] Created slice Root Slice. [ 1.333374] systemd[1]: Created slice Root Slice. [ 1.334634] systemd[1]: Starting Root Slice. [[32m OK [0m] Reached target Local File Systems. [ 1.336831] systemd[1]: Reached target Local File Systems. [ 1.338194] systemd[1]: Starting Local File Systems. [[32m OK [0m] Listening on udev Control Socket. [ 1.340522] systemd[1]: Listening on udev Control Socket. [ 1.341914] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.344210] systemd[1]: Listening on udev Kernel Socket. [ 1.345557] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Timers. [ 1.347740] systemd[1]: Reached target Timers. [ 1.348933] systemd[1]: Starting Timers. [ 1.350075] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.352215] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Created slice System Slice. [ 1.355127] systemd[1]: Created slice System Slice. [ 1.356350] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.358234] systemd[1]: Reached target Slices. [ 1.359415] systemd[1]: Starting Slices. [[32m OK [0m] Reached target Paths. [ 1.361217] systemd[1]: Reached target Paths. [ 1.362367] systemd[1]: Starting Paths. [[32m OK [0m] Listening on Journal Socket. [ 1.364406] systemd[1]: Listening on Journal Socket. [ 1.365751] systemd[1]: Starting Journal Socket. [ 1.367333] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.369728] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Sockets. [ 1.372515] systemd[1]: Reached target Sockets. [ 1.373692] systemd[1]: Starting Sockets. [ 1.375031] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.377518] 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] Started Apply Kernel Variables. [ 1.382951] systemd[1]: Started Apply Kernel Variables. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 1.386477] systemd[1]: Started Create list of required static device nodes for the current kernel. [ 1.389109] systemd[1]: Starting Create Static Device Nodes in /dev... Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Journal Service. [ 1.392434] systemd[1]: Started Journal Service. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.449600] RPC: Registered named UNIX socket transport module. [ 1.451219] RPC: Registered udp transport module. [ 1.452571] RPC: Registered tcp transport module. [ 1.453925] 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.531169] 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[ 1.557722] FDC 0 is a S82078B ] Reached target Basic System. [ 1.591621] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.595367] scsi host0: ata_piix [ 1.596699] scsi host1: ata_piix [ 1.598020] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 1.599918] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 1.652142] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.658329] 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... [ 1.683084] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.684573] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.686125] usb 1-1: Product: QEMU USB Tablet [ 1.687246] usb 1-1: Manufacturer: QEMU [ 1.688316] usb 1-1: SerialNumber: 42 [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.698314] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.700770] 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.781317] SGI XFS with ACLs, security attributes, no debug enabled [ 1.783918] XFS (vda1): Mounting V4 Filesystem [ 1.850053] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target 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 target Slices. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Closed udev 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.074694] systemd-journald[110]: Received SIGTERM from PID 1 (systemd). [ 2.089203] tsc: Refined TSC clocksource calibration: 3491.912 MHz [ 2.202436] SELinux: Disabled at runtime. [ 2.240212] type=1404 audit(1540550187.450:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.327523] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.329054] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. Mounting Debug File System... [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. Mounting POSIX Message Queue File System... [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Reached target Encrypted Volumes. [[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... [[32m OK [0m] Listening on udev Control Socket. Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. Starting Setup Virtual Console... Starting Apply Kernel Variables... [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd File Systems. Mounting NFSD configuration filesystem... [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Listening on udev Kernel Socket. Mounting Huge Pages File System... [[32m OK [0m] Stopped Journal Service. Starting Journal Service... Starting Remount Root and Kernel File Systems... [[32m OK [0m] Reached target Swap. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Remount Root and Kernel File Systems. Starting Rebuild Hardware Database... Starting Load/Save Random Seed... Starting Configure read-only root support... [[32m OK [0m] Started Journal Service. Starting Flush Journal to Persistent Storage... [ 2.790548] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Mounted NFSD configuration filesystem. [ 2.795240] systemd-journald[394]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Mark the need to relabel after reboot... Starting Import network configuration from initramfs... Starting Preprocess NFS configuration... Starting Rebuild Journal Catalog... Starting udev Kernel Device Manager... [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Mark the need to relabel after reboot. [[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 udev Kernel Device Manager. [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [ 3.055487] type=1305 audit(1540550188.265:3): audit_pid=430 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Rebuild Hardware Database. Starting Update is Completed... Starting udev Coldplug all Devices... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Timers. [[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 Paths. [[32m OK [0m] Reached target Basic System. [[32m OK [0m] Started D-Bus [ 3.159096] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 System Message Bus. [ 3.164423] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.167355] [drm] Initialized drm 1.1.0 20060810 [ 3.269563] ppdev: user-space parallel port driver [ 3.336312] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.337919] [TTM] Initializing pool allocator [ 3.339452] [TTM] Initializing DMA pool allocator [ 3.341322] [drm] fb mappable at 0xFC000000 [ 3.342760] [drm] vram aper at 0xFC000000 [ 3.344131] [drm] size 33554432 [ 3.345346] [drm] fb depth is 24 [ 3.346600] [drm] pitch is 3072 [ 3.347954] fbcon: cirrusdrmfb (fb0) is primary device [ 3.372012] Console: switching to colour frame buffer device 128x48 [ 3.382676] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device [ 3.386166] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting D-Bus System Message Bus... Starting LSB: Bring up/down networking... Starting GSSAPI Proxy Daemon... Starting Authorization Manager... Starting Login Service... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting Initial cloud-init job (pre-networking)... Starting Dump dmesg to /var/log/dmesg... Starting NTP client/server... [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Login Service. [ 3.426449] AES CTR mode by8 optimization enabled [ 3.430327] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.437042] alg: No test for crc32 (crc32-pclmul) [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [ 3.470194] intel_rapl: no valid rapl domains found in package 0 [[32m OK [0m] Started NTP client/server. [ 3.501388] intel_rapl: no valid rapl domains found in package 0 [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre).[ 3.513734] intel_powerclamp: No package C-state available [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [ 3.524944] intel_powerclamp: No package C-state available[[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Reached target Login Prompts. [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Authorization Manager. [ 3.953440] cloud-init[494]: Cloud-init v. 0.7.5 running 'init-local' at Fri, 26 Oct 2018 10:36:29 +0000. Up 3.89 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). 2018-10-26 10:36:31,930 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.201: timed out 2018-10-26 10:36:40,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-26 10:36:40,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b/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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-26 10:36:42,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:36:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3dbea144-f375-4a10-ad78-94d359ff6512 x-compute-request-id: req-3dbea144-f375-4a10-ad78-94d359ff6512 Content-Encoding: gzip Content-Length: 12809 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 1857622872 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.304631] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.306870] pid_max: default: 32768 minimum: 301\n[ 0.308071] Security Framework initialized\n[ 0.309183] SELinux: Initializing.\n[ 0.310479] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.315026] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.317986] Mount-cache hash table entries: 4096\n[ 0.319412] Initializing cgroup subsys memory\n[ 0.320581] Initializing cgroup subsys devices\n[ 0.321750] Initializing cgroup subsys freezer\n[ 0.322901] Initializing cgroup subsys net_cls\n[ 0.324056] Initializing cgroup subsys blkio\n[ 0.325194] Initializing cgroup subsys perf_event\n[ 0.326426] Initializing cgroup subsys hugetlb\n[ 0.327578] Initializing cgroup subsys pids\n[ 0.328703] Initializing cgroup subsys net_prio\n[ 0.329948] CPU: Physical Processor ID: 0\n[ 0.331762] mce: CPU supports 10 MCE banks\n[ 0.332895] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.334186] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.335486] tlb_flushall_shift: 6\n[ 0.336658] Freeing SMP alternatives: 28k freed\n[ 0.340612] ACPI: Core revision 20130517\n[ 0.342091] ACPI: All ACPI Tables successfully acquired\n[ 0.343523] ftrace: allocating 25812 entries in 101 pages\n[ 0.366122] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.367593] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.369061] smpboot: Max logical packages: 2\n[ 0.370340] Enabling x2apic\n[ 0.371232] Enabled x2apic\n[ 0.372303] Switched APIC routing to physical x2apic.\n[ 0.374476] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.376150] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.379053] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.386521] KVM setup paravirtual spinlock\n[ 0.388875] smpboot: Booting Node 0, Processors #1 OK\n[ 0.390685] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.412683] Brought up 2 CPUs\n[ 0.412686] KVM setup async PF for cpu 1\n[ 0.412690] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.415815] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.417927] devtmpfs: initialized\n[ 0.420516] EVM: security.selinux\n[ 0.421500] EVM: security.ima\n[ 0.422421] EVM: security.capability\n[ 0.424055] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.425569] pinctrl core: initialized pinctrl subsystem\n[ 0.426942] NET: Registered protocol family 16\n[ 0.428257] ACPI: bus type PCI registered\n[ 0.429348] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.430874] PCI: Using configuration type 1 for base access\n[ 0.435570] ACPI: Added _OSI(Module Device)\n[ 0.436992] ACPI: Added _OSI(Processor Device)\n[ 0.438415] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.439903] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.443423] ACPI: Interpreter enabled\n[ 0.444726] ACPI: (supports S0 S5)\n[ 0.445954] ACPI: Using IOAPIC for interrupt routing\n[ 0.447471] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.452765] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.454524] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.456402] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.458235] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.461233] acpiphp: Slot [3] registered\n[ 0.462280] acpiphp: Slot [4] registered\n[ 0.463323] acpiphp: Slot [5] registered\n[ 0.464366] acpiphp: Slot [6] registered\n[ 0.465408] acpiphp: Slot [7] registered\n[ 0.466450] acpiphp: Slot [8] registered\n[ 0.467492] acpiphp: Slot [9] registered\n[ 0.468535] acpiphp: Slot [10] registered\n[ 0.469585] acpiphp: Slot [11] registered\n[ 0.470642] acpiphp: Slot [12] registered\n[ 0.471703] acpiphp: Slot [13] registered\n[ 0.472757] acpiphp: Slot [14] registered\n[ 0.473812] acpiphp: Slot [15] registered\n[ 0.474868] acpiphp: Slot [16] registered\n[ 0.475925] acpiphp: Slot [17] registered\n[ 0.476977] acpiphp: Slot [18] registered\n[ 0.478032] acpiphp: Slot [19] registered\n[ 0.479086] acpiphp: Slot [20] registered\n[ 0.480137] acpiphp: Slot [21] registered\n[ 0.481186] acpiphp: Slot [22] registered\n[ 0.482234] acpiphp: Slot [23] registered\n[ 0.483286] acpiphp: Slot [24] registered\n[ 0.484342] acpiphp: Slot [25] registered\n[ 0.485395] acpiphp: Slot [26] registered\n[ 0.486453] acpiphp: Slot [27] registered\n[ 0.487507] acpiphp: Slot [28] registered\n[ 0.488559] acpiphp: Slot [29] registered\n[ 0.489606] acpiphp: Slot [30] registered\n[ 0.490654] acpiphp: Slot [31] registered\n[ 0.491700] PCI host bridge to bus 0000:00\n[ 0.492748] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.493995] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.495429] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.496870] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.498799] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.506386] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.507887] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.509283] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.510772] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.517486] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.519417] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.568193] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.569959] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.572800] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.574485] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.576121] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.577661] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.579115] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.581151] vgaarb: loaded\n[ 0.581999] vgaarb: bridge control possible 0000:00:02.0\n[ 0.583319] SCSI subsystem initialized\n[ 0.584357] ACPI: bus type USB registered\n[ 0.585415] usbcore: registered new interface driver usbfs\n[ 0.586691] usbcore: registered new interface driver hub\n[ 0.587948] usbcore: registered new device driver usb\n[ 0.589253] PCI: Using ACPI for IRQ routing\n[ 0.590556] NetLabel: Initializing\n[ 0.591525] NetLabel: domain hash size = 128\n[ 0.592610] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.593821] NetLabel: unlabeled traffic allowed by default\n[ 0.595155] Switched to clocksource kvm-clock\n[ 0.601611] pnp: PnP ACPI init\n[ 0.602543] ACPI: bus type PNP registered\n[ 0.603904] pnp: PnP ACPI: found 5 devices\n[ 0.604969] ACPI: bus type PNP unregistered\n[ 0.611974] NET: Registered protocol family 2\n[ 0.613293] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.615392] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.617089] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.618577] TCP: reno registered\n[ 0.619520] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.620902] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.622421] NET: Registered protocol family 1\n[ 0.623576] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.624938] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.626252] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.646113] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.666142] Unpacking initramfs...\n[ 1.069125] Freeing initrd memory: 37508k freed\n[ 1.078550] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.080091] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.089103] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.090549] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.092187] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.093572] Initialise system trusted keyring\n[ 1.094727] audit: initializing netlink socket (disabled)\n[ 1.095997] type=2000 audit(1540550186.451:1): initialized\n[ 1.112340] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.113774] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.115911] zpool: loaded\n[ 1.116779] zbud: loaded\n[ 1.117769] VFS: Disk quotas dquot_6.5.2\n[ 1.118846] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.120389] msgmni has been set to 7578\n[ 1.121478] Key type big_key registered\n[ 1.123112] NET: Registered protocol family 38\n[ 1.124252] Key type asymmetric registered\n[ 1.125322] Asymmetric key parser 'x509' registered\n[ 1.126517] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.128532] io scheduler noop registered\n[ 1.129587] io scheduler deadline registered (default)\n[ 1.130827] io scheduler cfq registered\n[ 1.131933] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.143035] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.144563] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.146515] ACPI: Power Button [PWRF]\n[ 1.147626] GHES: HEST is not enabled!\n[ 1.148701] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.173255] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.175466] Non-volatile memory driver v1.3\n[ 1.176921] Linux agpgart interface v0.103\n[ 1.178299] crash memory driver: version 1.1\n[ 1.179685] rdac: device handler registered\n[ 1.181064] hp_sw: device handler registered\n[ 1.182388] emc: device handler registered\n[ 1.183646] alua: device handler registered\n[ 1.184926] libphy: Fixed MDIO Bus: probed\n[ 1.186219] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.187899] ehci-pci: EHCI PCI platform driver\n[ 1.189221] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.190830] ohci-pci: OHCI PCI platform driver\n[ 1.192107] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.212060] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.213576] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.215825] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.217226] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.218797] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.220540] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.222781] usb usb1: Product: UHCI Host Controller\n[ 1.224202] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.226019] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.227435] hub 1-0:1.0: USB hub found\n[ 1.228615] hub 1-0:1.0: 2 ports detected\n[ 1.229979] usbcore: registered new interface driver usbserial\n[ 1.231601] usbcore: registered new interface driver usbserial_generic\n[ 1.233336] usbserial: USB Serial support registered for generic\n[ 1.235003] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.237908] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.239190] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.240521] mousedev: PS/2 mouse device common for all mice\n[ 1.242120] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.244807] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.247033] rtc_cmos 00:00: RTC can wake from S4\n[ 1.248605] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.250918] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.252480] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.254068] cpuidle: using governor menu\n[ 1.255207] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.256656] usbcore: registered new interface driver usbhid\n[ 1.258059] usbhid: USB HID core driver\n[ 1.259184] drop_monitor: Initializing network drop monitor service\n[ 1.260800] TCP: cubic registered\n[ 1.261839] Initializing XFRM netlink socket\n[ 1.263078] NET: Registered protocol family 10\n[ 1.264465] NET: Registered protocol family 17\n[ 1.265853] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.267338] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.268911] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.271339] Loading compiled-in X.509 certificates\n[ 1.272607] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.275086] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.277912] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.280416] registered taskstats version 1\n[ 1.283128] Key type trusted registered\n[ 1.285389] Key type encrypted registered\n[ 1.287634] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.289397] rtc_cmos 00:00: setting system clock to 2018-10-26 10:36:26 UTC (1540550186)\n[ 1.292251] Freeing unused kernel memory: 1680k freed\n[ 1.296290] 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.300783] systemd[1]: Detected virtualization kvm.\n[ 1.302168] systemd[1]: Detected architecture x86-64.\n[ 1.303538] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.306249] systemd[1]: No hostname configured.\n[ 1.307466] systemd[1]: Set hostname to .\n[ 1.308807] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Swap.\n[ 1.330064] systemd[1]: Reached target Swap.\n[ 1.331250] systemd[1]: Starting Swap.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.333374] systemd[1]: Created slice Root Slice.\n[ 1.334634] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.336831] systemd[1]: Reached target Local File Systems.\n[ 1.338194] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.340522] systemd[1]: Listening on udev Control Socket.\n[ 1.341914] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.344210] systemd[1]: Listening on udev Kernel Socket.\n[ 1.345557] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Reached target Timers.\n[ 1.347740] systemd[1]: Reached target Timers.\n[ 1.348933] systemd[1]: Starting Timers.\n[ 1.350075] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.352215] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Created slice System Slice.\n[ 1.355127] systemd[1]: Created slice System Slice.\n[ 1.356350] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.358234] systemd[1]: Reached target Slices.\n[ 1.359415] systemd[1]: Starting Slices.\n[[32m OK [0m] Reached target Paths.\n[ 1.361217] systemd[1]: Reached target Paths.\n[ 1.362367] systemd[1]: Starting Paths.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.364406] systemd[1]: Listening on Journal Socket.\n[ 1.365751] systemd[1]: Starting Journal Socket.\n[ 1.367333] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.369728] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Sockets.\n[ 1.372515] systemd[1]: Reached target Sockets.\n[ 1.373692] systemd[1]: Starting Sockets.\n[ 1.375031] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.377518] 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] Started Apply Kernel Variables.\n[ 1.382951] systemd[1]: Started Apply Kernel Variables.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 1.386477] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[ 1.389109] systemd[1]: Starting Create Static Device Nodes in /dev...\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Journal Service.\n[ 1.392434] systemd[1]: Started Journal Service.\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.449600] RPC: Registered named UNIX socket transport module.\n[ 1.451219] RPC: Registered udp transport module.\n[ 1.452571] RPC: Registered tcp transport module.\n[ 1.453925] 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.531169] 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[ 1.557722] FDC 0 is a S82078B\n] Reached target Basic System.\n[ 1.591621] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.595367] scsi host0: ata_piix\n[ 1.596699] scsi host1: ata_piix\n[ 1.598020] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.599918] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.652142] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.658329] 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[ 1.683084] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.684573] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.686125] usb 1-1: Product: QEMU USB Tablet\n[ 1.687246] usb 1-1: Manufacturer: QEMU\n[ 1.688316] usb 1-1: SerialNumber: 42\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[ 1.698314] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.700770] 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.781317] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.783918] XFS (vda1): Mounting V4 Filesystem\n[ 1.850053] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target 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 target Slices.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Closed udev 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.074694] systemd-journald[110]: Received SIGTERM from PID 1 (systemd).\n[ 2.089203] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.202436] SELinux: Disabled at runtime.\n[ 2.240212] type=1404 audit(1540550187.450:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.327523] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.329054] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n Mounting Debug File System...\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\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[[32m OK [0m] Reached target Encrypted Volumes.\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[[32m OK [0m] Listening on udev Control Socket.\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n Starting Setup Virtual Console...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd File Systems.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Listening on udev Kernel Socket.\n Mounting Huge Pages File System...\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] 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[[32m OK [0m] Started Journal Service.\n Starting Flush Journal to Persistent Storage...\n[ 2.790548] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[ 2.795240] systemd-journald[394]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Reached target Local File Systems.\n Starting Mark the need to relabel after reboot...\n Starting Import network configuration from initramfs...\n Starting Preprocess NFS configuration...\n Starting Rebuild Journal Catalog...\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Mark the need to relabel after reboot.\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 udev Kernel Device Manager.\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[ 3.055487] type=1305 audit(1540550188.265:3): audit_pid=430 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting Update is Completed...\n Starting udev Coldplug all Devices...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Timers.\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 Paths.\n[[32m OK [0m] Reached target Basic System.\n[[32m OK [0m] Started D-Bus [ 3.159096] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\nSystem Message Bus.\n[ 3.164423] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.167355] [drm] Initialized drm 1.1.0 20060810\n[ 3.269563] ppdev: user-space parallel port driver\n[ 3.336312] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.337919] [TTM] Initializing pool allocator\n[ 3.339452] [TTM] Initializing DMA pool allocator\n[ 3.341322] [drm] fb mappable at 0xFC000000\n[ 3.342760] [drm] vram aper at 0xFC000000\n[ 3.344131] [drm] size 33554432\n[ 3.345346] [drm] fb depth is 24\n[ 3.346600] [drm] pitch is 3072\n[ 3.347954] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.372012] Console: switching to colour frame buffer device 128x48\n[ 3.382676] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n[ 3.386166] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting D-Bus System Message Bus...\n Starting LSB: Bring up/down networking...\n Starting GSSAPI Proxy Daemon...\n Starting Authorization Manager...\n Starting Login Service...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n Starting Initial cloud-init job (pre-networking)...\n Starting Dump dmesg to /var/log/dmesg...\n Starting NTP client/server...\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started Login Service.\n[ 3.426449] AES CTR mode by8 optimization enabled\n[ 3.430327] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.437042] alg: No test for crc32 (crc32-pclmul)\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[ 3.470194] intel_rapl: no valid rapl domains found in package 0\n[[32m OK [0m] Started NTP client/server.\n[ 3.501388] intel_rapl: no valid rapl domains found in package 0\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).[ 3.513734] intel_powerclamp: No package C-state available\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 Getty on tty1.\n Starting Getty on tty1...\n\n[ 3.524944] intel_powerclamp: No package C-state available[[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 Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started Authorization Manager.\n[ 3.953440] cloud-init[494]: Cloud-init v. 0.7.5 running 'init-local' at Fri, 26 Oct 2018 10:36:29 +0000. Up 3.89 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 nginx - high performance web server...\n Starting Postfix Mail Transport Agent...\n Starting PostgreSQL 9.5 database server...\n Starting Dynamic System Tuning Daemon...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting System Logging Service...\n Starting OpenSSH server daemon...\n Starting Notify NFS peers of a restart...\n[[32m OK [0m] Reached target Network is Online.\n Starting RabbitMQ Service...\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n Starting LSB: Starts Logstash as a daemon....\n Starting LSB: Supports the direct execution of binary formats....\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting Crash recovery kernel arming...\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\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] Started OpenSSH server daemon.\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Started System Logging Service.\n[[32m OK [0m] Created slice user-993.slice.\n[ 5.965842] cloud-init[796]: Cloud-init v. 0.7.5 running 'init' at Fri, 26 Oct 2018 10:36:31 +0000. Up 5.92 seconds.\n[ 5.977095] cloud-init[796]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++\n[ 5.978956] cloud-init[796]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.980973] cloud-init[796]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.983191] cloud-init[796]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.985161] cloud-init[796]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 5.988737] cloud-init[796]: ci-info: | eth0: | True | 192.168.120.13 | 255.255.255.0 | fa:16:3e:e4:6b:55 |\n[ 5.991100] cloud-init[796]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.994145] cloud-init[796]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 5.996323] cloud-init[796]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.998479] cloud-init[796]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 6.000621] cloud-init[796]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.002736] cloud-init[796]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 6.004312] cloud-init[796]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH |\n[ 6.006667] cloud-init[796]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 6.008845] cloud-init[796]: 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.309996] cloud-init[3249]: Cloud-init v. 0.7.5 running 'modules:config' at Fri, 26 Oct 2018 10:36:34 +0000. Up 9.25 seconds.\n[ 9.967257] cloud-init[3398]: Cloud-init v. 0.7.5 running 'modules:final' at Fri, 26 Oct 2018 10:36:35 +0000. Up 9.91 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 | 5c:a5:41:f7:ab:c2:71:55:31:10:f1:57:1e:f0:25:7a | - | 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.049319] cloud-init[3398]: Cloud-init v. 0.7.5 finished at Fri, 26 Oct 2018 10:36:35 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 10.02 seconds\n"} 2018-10-26 10:36:42,065 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b/action used request id req-3dbea144-f375-4a10-ad78-94d359ff6512 2018-10-26 10:36:42,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.1257610321s 2018-10-26 10:36:42,066 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b/action used request id req-3dbea144-f375-4a10-ad78-94d359ff6512 2018-10-26 10:36:42,067 - 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 1857622872 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.304631] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.306870] pid_max: default: 32768 minimum: 301 [ 0.308071] Security Framework initialized [ 0.309183] SELinux: Initializing. [ 0.310479] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.315026] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.317986] Mount-cache hash table entries: 4096 [ 0.319412] Initializing cgroup subsys memory [ 0.320581] Initializing cgroup subsys devices [ 0.321750] Initializing cgroup subsys freezer [ 0.322901] Initializing cgroup subsys net_cls [ 0.324056] Initializing cgroup subsys blkio [ 0.325194] Initializing cgroup subsys perf_event [ 0.326426] Initializing cgroup subsys hugetlb [ 0.327578] Initializing cgroup subsys pids [ 0.328703] Initializing cgroup subsys net_prio [ 0.329948] CPU: Physical Processor ID: 0 [ 0.331762] mce: CPU supports 10 MCE banks [ 0.332895] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.334186] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.335486] tlb_flushall_shift: 6 [ 0.336658] Freeing SMP alternatives: 28k freed [ 0.340612] ACPI: Core revision 20130517 [ 0.342091] ACPI: All ACPI Tables successfully acquired [ 0.343523] ftrace: allocating 25812 entries in 101 pages [ 0.366122] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.367593] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.369061] smpboot: Max logical packages: 2 [ 0.370340] Enabling x2apic [ 0.371232] Enabled x2apic [ 0.372303] Switched APIC routing to physical x2apic. [ 0.374476] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.376150] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.379053] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.386521] KVM setup paravirtual spinlock [ 0.388875] smpboot: Booting Node 0, Processors #1 OK [ 0.390685] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.412683] Brought up 2 CPUs [ 0.412686] KVM setup async PF for cpu 1 [ 0.412690] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.415815] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.417927] devtmpfs: initialized [ 0.420516] EVM: security.selinux [ 0.421500] EVM: security.ima [ 0.422421] EVM: security.capability [ 0.424055] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.425569] pinctrl core: initialized pinctrl subsystem [ 0.426942] NET: Registered protocol family 16 [ 0.428257] ACPI: bus type PCI registered [ 0.429348] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.430874] PCI: Using configuration type 1 for base access [ 0.435570] ACPI: Added _OSI(Module Device) [ 0.436992] ACPI: Added _OSI(Processor Device) [ 0.438415] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.439903] ACPI: Added _OSI(Processor Aggregator Device) [ 0.443423] ACPI: Interpreter enabled [ 0.444726] ACPI: (supports S0 S5) [ 0.445954] ACPI: Using IOAPIC for interrupt routing [ 0.447471] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.452765] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.454524] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.456402] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.458235] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.461233] acpiphp: Slot [3] registered [ 0.462280] acpiphp: Slot [4] registered [ 0.463323] acpiphp: Slot [5] registered [ 0.464366] acpiphp: Slot [6] registered [ 0.465408] acpiphp: Slot [7] registered [ 0.466450] acpiphp: Slot [8] registered [ 0.467492] acpiphp: Slot [9] registered [ 0.468535] acpiphp: Slot [10] registered [ 0.469585] acpiphp: Slot [11] registered [ 0.470642] acpiphp: Slot [12] registered [ 0.471703] acpiphp: Slot [13] registered [ 0.472757] acpiphp: Slot [14] registered [ 0.473812] acpiphp: Slot [15] registered [ 0.474868] acpiphp: Slot [16] registered [ 0.475925] acpiphp: Slot [17] registered [ 0.476977] acpiphp: Slot [18] registered [ 0.478032] acpiphp: Slot [19] registered [ 0.479086] acpiphp: Slot [20] registered [ 0.480137] acpiphp: Slot [21] registered [ 0.481186] acpiphp: Slot [22] registered [ 0.482234] acpiphp: Slot [23] registered [ 0.483286] acpiphp: Slot [24] registered [ 0.484342] acpiphp: Slot [25] registered [ 0.485395] acpiphp: Slot [26] registered [ 0.486453] acpiphp: Slot [27] registered [ 0.487507] acpiphp: Slot [28] registered [ 0.488559] acpiphp: Slot [29] registered [ 0.489606] acpiphp: Slot [30] registered [ 0.490654] acpiphp: Slot [31] registered [ 0.491700] PCI host bridge to bus 0000:00 [ 0.492748] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.493995] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.495429] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.496870] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.498799] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.506386] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.507887] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.509283] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.510772] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.517486] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.519417] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.568193] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.569959] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.572800] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.574485] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.576121] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.577661] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.579115] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.581151] vgaarb: loaded [ 0.581999] vgaarb: bridge control possible 0000:00:02.0 [ 0.583319] SCSI subsystem initialized [ 0.584357] ACPI: bus type USB registered [ 0.585415] usbcore: registered new interface driver usbfs [ 0.586691] usbcore: registered new interface driver hub [ 0.587948] usbcore: registered new device driver usb [ 0.589253] PCI: Using ACPI for IRQ routing [ 0.590556] NetLabel: Initializing [ 0.591525] NetLabel: domain hash size = 128 [ 0.592610] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.593821] NetLabel: unlabeled traffic allowed by default [ 0.595155] Switched to clocksource kvm-clock [ 0.601611] pnp: PnP ACPI init [ 0.602543] ACPI: bus type PNP registered [ 0.603904] pnp: PnP ACPI: found 5 devices [ 0.604969] ACPI: bus type PNP unregistered [ 0.611974] NET: Registered protocol family 2 [ 0.613293] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.615392] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.617089] TCP: Hash tables configured (established 32768 bind 32768) [ 0.618577] TCP: reno registered [ 0.619520] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.620902] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.622421] NET: Registered protocol family 1 [ 0.623576] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.624938] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.626252] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.646113] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.666142] Unpacking initramfs... [ 1.069125] Freeing initrd memory: 37508k freed [ 1.078550] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.080091] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.089103] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.090549] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.092187] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.093572] Initialise system trusted keyring [ 1.094727] audit: initializing netlink socket (disabled) [ 1.095997] type=2000 audit(1540550186.451:1): initialized [ 1.112340] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.113774] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.115911] zpool: loaded [ 1.116779] zbud: loaded [ 1.117769] VFS: Disk quotas dquot_6.5.2 [ 1.118846] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.120389] msgmni has been set to 7578 [ 1.121478] Key type big_key registered [ 1.123112] NET: Registered protocol family 38 [ 1.124252] Key type asymmetric registered [ 1.125322] Asymmetric key parser 'x509' registered [ 1.126517] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.128532] io scheduler noop registered [ 1.129587] io scheduler deadline registered (default) [ 1.130827] io scheduler cfq registered [ 1.131933] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.143035] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.144563] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.146515] ACPI: Power Button [PWRF] [ 1.147626] GHES: HEST is not enabled! [ 1.148701] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.173255] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.175466] Non-volatile memory driver v1.3 [ 1.176921] Linux agpgart interface v0.103 [ 1.178299] crash memory driver: version 1.1 [ 1.179685] rdac: device handler registered [ 1.181064] hp_sw: device handler registered [ 1.182388] emc: device handler registered [ 1.183646] alua: device handler registered [ 1.184926] libphy: Fixed MDIO Bus: probed [ 1.186219] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.187899] ehci-pci: EHCI PCI platform driver [ 1.189221] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.190830] ohci-pci: OHCI PCI platform driver [ 1.192107] uhci_hcd: USB Universal Host Controller Interface driver [ 1.212060] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.213576] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.215825] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.217226] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 1.218797] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.220540] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.222781] usb usb1: Product: UHCI Host Controller [ 1.224202] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.226019] usb usb1: SerialNumber: 0000:00:01.2 [ 1.227435] hub 1-0:1.0: USB hub found [ 1.228615] hub 1-0:1.0: 2 ports detected [ 1.229979] usbcore: registered new interface driver usbserial [ 1.231601] usbcore: registered new interface driver usbserial_generic [ 1.233336] usbserial: USB Serial support registered for generic [ 1.235003] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.237908] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.239190] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.240521] mousedev: PS/2 mouse device common for all mice [ 1.242120] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.244807] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.247033] rtc_cmos 00:00: RTC can wake from S4 [ 1.248605] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.250918] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.252480] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.254068] cpuidle: using governor menu [ 1.255207] hidraw: raw HID events driver (C) Jiri Kosina [ 1.256656] usbcore: registered new interface driver usbhid [ 1.258059] usbhid: USB HID core driver [ 1.259184] drop_monitor: Initializing network drop monitor service [ 1.260800] TCP: cubic registered [ 1.261839] Initializing XFRM netlink socket [ 1.263078] NET: Registered protocol family 10 [ 1.264465] NET: Registered protocol family 17 [ 1.265853] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.267338] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.268911] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.271339] Loading compiled-in X.509 certificates [ 1.272607] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.275086] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.277912] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.280416] registered taskstats version 1 [ 1.283128] Key type trusted registered [ 1.285389] Key type encrypted registered [ 1.287634] IMA: No TPM chip found, activating TPM-bypass! [ 1.289397] rtc_cmos 00:00: setting system clock to 2018-10-26 10:36:26 UTC (1540550186) [ 1.292251] Freeing unused kernel memory: 1680k freed [ 1.296290] 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.300783] systemd[1]: Detected virtualization kvm. [ 1.302168] systemd[1]: Detected architecture x86-64. [ 1.303538] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.306249] systemd[1]: No hostname configured. [ 1.307466] systemd[1]: Set hostname to . [ 1.308807] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Swap. [ 1.330064] systemd[1]: Reached target Swap. [ 1.331250] systemd[1]: Starting Swap. [[32m OK [0m] Created slice Root Slice. [ 1.333374] systemd[1]: Created slice Root Slice. [ 1.334634] systemd[1]: Starting Root Slice. [[32m OK [0m] Reached target Local File Systems. [ 1.336831] systemd[1]: Reached target Local File Systems. [ 1.338194] systemd[1]: Starting Local File Systems. [[32m OK [0m] Listening on udev Control Socket. [ 1.340522] systemd[1]: Listening on udev Control Socket. [ 1.341914] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.344210] systemd[1]: Listening on udev Kernel Socket. [ 1.345557] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Timers. [ 1.347740] systemd[1]: Reached target Timers. [ 1.348933] systemd[1]: Starting Timers. [ 1.350075] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.352215] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Created slice System Slice. [ 1.355127] systemd[1]: Created slice System Slice. [ 1.356350] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.358234] systemd[1]: Reached target Slices. [ 1.359415] systemd[1]: Starting Slices. [[32m OK [0m] Reached target Paths. [ 1.361217] systemd[1]: Reached target Paths. [ 1.362367] systemd[1]: Starting Paths. [[32m OK [0m] Listening on Journal Socket. [ 1.364406] systemd[1]: Listening on Journal Socket. [ 1.365751] systemd[1]: Starting Journal Socket. [ 1.367333] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.369728] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Sockets. [ 1.372515] systemd[1]: Reached target Sockets. [ 1.373692] systemd[1]: Starting Sockets. [ 1.375031] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.377518] 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] Started Apply Kernel Variables. [ 1.382951] systemd[1]: Started Apply Kernel Variables. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 1.386477] systemd[1]: Started Create list of required static device nodes for the current kernel. [ 1.389109] systemd[1]: Starting Create Static Device Nodes in /dev... Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Journal Service. [ 1.392434] systemd[1]: Started Journal Service. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.449600] RPC: Registered named UNIX socket transport module. [ 1.451219] RPC: Registered udp transport module. [ 1.452571] RPC: Registered tcp transport module. [ 1.453925] 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.531169] 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[ 1.557722] FDC 0 is a S82078B ] Reached target Basic System. [ 1.591621] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.595367] scsi host0: ata_piix [ 1.596699] scsi host1: ata_piix [ 1.598020] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 1.599918] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 1.652142] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.658329] 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... [ 1.683084] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.684573] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.686125] usb 1-1: Product: QEMU USB Tablet [ 1.687246] usb 1-1: Manufacturer: QEMU [ 1.688316] usb 1-1: SerialNumber: 42 [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.698314] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.700770] 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.781317] SGI XFS with ACLs, security attributes, no debug enabled [ 1.783918] XFS (vda1): Mounting V4 Filesystem [ 1.850053] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target 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 target Slices. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Closed udev 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.074694] systemd-journald[110]: Received SIGTERM from PID 1 (systemd). [ 2.089203] tsc: Refined TSC clocksource calibration: 3491.912 MHz [ 2.202436] SELinux: Disabled at runtime. [ 2.240212] type=1404 audit(1540550187.450:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.327523] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.329054] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. Mounting Debug File System... [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. Mounting POSIX Message Queue File System... [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Reached target Encrypted Volumes. [[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... [[32m OK [0m] Listening on udev Control Socket. Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. Starting Setup Virtual Console... Starting Apply Kernel Variables... [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd File Systems. Mounting NFSD configuration filesystem... [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Listening on udev Kernel Socket. Mounting Huge Pages File System... [[32m OK [0m] Stopped Journal Service. Starting Journal Service... Starting Remount Root and Kernel File Systems... [[32m OK [0m] Reached target Swap. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Remount Root and Kernel File Systems. Starting Rebuild Hardware Database... Starting Load/Save Random Seed... Starting Configure read-only root support... [[32m OK [0m] Started Journal Service. Starting Flush Journal to Persistent Storage... [ 2.790548] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Mounted NFSD configuration filesystem. [ 2.795240] systemd-journald[394]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Mark the need to relabel after reboot... Starting Import network configuration from initramfs... Starting Preprocess NFS configuration... Starting Rebuild Journal Catalog... Starting udev Kernel Device Manager... [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Mark the need to relabel after reboot. [[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 udev Kernel Device Manager. [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [ 3.055487] type=1305 audit(1540550188.265:3): audit_pid=430 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Rebuild Hardware Database. Starting Update is Completed... Starting udev Coldplug all Devices... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Timers. [[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 Paths. [[32m OK [0m] Reached target Basic System. [[32m OK [0m] Started D-Bus [ 3.159096] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 System Message Bus. [ 3.164423] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.167355] [drm] Initialized drm 1.1.0 20060810 [ 3.269563] ppdev: user-space parallel port driver [ 3.336312] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.337919] [TTM] Initializing pool allocator [ 3.339452] [TTM] Initializing DMA pool allocator [ 3.341322] [drm] fb mappable at 0xFC000000 [ 3.342760] [drm] vram aper at 0xFC000000 [ 3.344131] [drm] size 33554432 [ 3.345346] [drm] fb depth is 24 [ 3.346600] [drm] pitch is 3072 [ 3.347954] fbcon: cirrusdrmfb (fb0) is primary device [ 3.372012] Console: switching to colour frame buffer device 128x48 [ 3.382676] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device [ 3.386166] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting D-Bus System Message Bus... Starting LSB: Bring up/down networking... Starting GSSAPI Proxy Daemon... Starting Authorization Manager... Starting Login Service... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting Initial cloud-init job (pre-networking)... Starting Dump dmesg to /var/log/dmesg... Starting NTP client/server... [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Login Service. [ 3.426449] AES CTR mode by8 optimization enabled [ 3.430327] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.437042] alg: No test for crc32 (crc32-pclmul) [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [ 3.470194] intel_rapl: no valid rapl domains found in package 0 [[32m OK [0m] Started NTP client/server. [ 3.501388] intel_rapl: no valid rapl domains found in package 0 [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre).[ 3.513734] intel_powerclamp: No package C-state available [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [ 3.524944] intel_powerclamp: No package C-state available[[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Reached target Login Prompts. [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Authorization Manager. [ 3.953440] cloud-init[494]: Cloud-init v. 0.7.5 running 'init-local' at Fri, 26 Oct 2018 10:36:29 +0000. Up 3.89 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 nginx - high performance web server... Starting Postfix Mail Transport Agent... Starting PostgreSQL 9.5 database server... Starting Dynamic System Tuning Daemon... Starting Initial cloud-init job (metadata service crawler)... Starting System Logging Service... Starting OpenSSH server daemon... Starting Notify NFS peers of a restart... [[32m OK [0m] Reached target Network is Online. Starting RabbitMQ Service... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... Starting LSB: Starts Logstash as a daemon.... Starting LSB: Supports the direct execution of binary formats.... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting Crash recovery kernel arming... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... [[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] Started OpenSSH server daemon. [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Started System Logging Service. [[32m OK [0m] Created slice user-993.slice. [ 5.965842] cloud-init[796]: Cloud-init v. 0.7.5 running 'init' at Fri, 26 Oct 2018 10:36:31 +0000. Up 5.92 seconds. [ 5.977095] cloud-init[796]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ [ 5.978956] cloud-init[796]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.980973] cloud-init[796]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.983191] cloud-init[796]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.985161] cloud-init[796]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 5.988737] cloud-init[796]: ci-info: | eth0: | True | 192.168.120.13 | 255.255.255.0 | fa:16:3e:e4:6b:55 | [ 5.991100] cloud-init[796]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.994145] cloud-init[796]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.996323] cloud-init[796]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.998479] cloud-init[796]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 6.000621] cloud-init[796]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.002736] cloud-init[796]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 6.004312] cloud-init[796]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH | [ 6.006667] cloud-init[796]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 6.008845] cloud-init[796]: 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.309996] cloud-init[3249]: Cloud-init v. 0.7.5 running 'modules:config' at Fri, 26 Oct 2018 10:36:34 +0000. Up 9.25 seconds. [ 9.967257] cloud-init[3398]: Cloud-init v. 0.7.5 running 'modules:final' at Fri, 26 Oct 2018 10:36:35 +0000. Up 9.91 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 | 5c:a5:41:f7:ab:c2:71:55:31:10:f1:57:1e:f0:25:7a | - | 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.049319] cloud-init[3398]: Cloud-init v. 0.7.5 finished at Fri, 26 Oct 2018 10:36:35 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 10.02 seconds 2018-10-26 10:36:42,071 - paramiko.transport - DEBUG - starting thread (client mode): 0x953d1ed0L 2018-10-26 10:36:42,072 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-26 10:36:42,132 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-10-26 10:36:42,132 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-10-26 10:36:42,163 - 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-26 10:36:42,163 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-26 10:36:42,163 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-26 10:36:42,163 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-26 10:36:42,163 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-26 10:36:42,164 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-26 10:36:42,174 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-26 10:36:42,175 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-26 10:36:42,179 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.201: 4c1f7c71f5a98b8370f02ab218eae423 2018-10-26 10:36:42,181 - paramiko.transport - DEBUG - Trying key 5ca541f7abc271553110f1571ef0257a from /tmp/tmpNQATU1 2018-10-26 10:36:42,222 - paramiko.transport - DEBUG - userauth is OK 2018-10-26 10:36:42,295 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-26 10:36:42,297 - cloudify.rest_client.http - DEBUG - Setting `Authorization` header: * 2018-10-26 10:36:42,298 - cloudify.rest_client.http - DEBUG - Setting `Tenant` header: default_tenant 2018-10-26 10:36:42,298 - functest.core.cloudify - INFO - Attemps running status of the Manager 2018-10-26 10:36:42,299 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/status 2018-10-26 10:36:42,632 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:36:42,633 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:36:42,633 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:36:42,633 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:36:42,633 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:36:42,633 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:36:42,633 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:36:42,633 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 5626, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 5631, "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": 1724, "Id": "cloudify-rabbitmq.service", "ActiveState": "deactivating", "SubState": "stop"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 5622, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 909, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 810, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 801, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 5266, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 5611, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-10-26 10:36:42,633 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:36:42,633 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:36:41 GMT 2018-10-26 10:36:42,634 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:36:42,634 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2391 2018-10-26 10:36:42,634 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:36:42,634 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 5626, 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': 5631, 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': 1724, 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': 5622, 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': 909, 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': 810, 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': 801, 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': 5266, 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': 5611, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-10-26 10:36:42,635 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/status 2018-10-26 10:36:42,851 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:36:42,851 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:36:42,851 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:36:42,851 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:36:42,851 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:36:42,851 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:36:42,851 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:36:42,851 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 5626, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 5631, "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": 1724, "Id": "cloudify-rabbitmq.service", "ActiveState": "deactivating", "SubState": "stop"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 5622, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 909, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 810, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 801, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 5266, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 5611, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-10-26 10:36:42,851 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:36:42,852 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:36:42 GMT 2018-10-26 10:36:42,852 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:36:42,852 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2391 2018-10-26 10:36:42,852 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:36:42,852 - functest.core.cloudify - INFO - The current manager status is running 2018-10-26 10:36:42,853 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.201:80/api/v3/secrets/foo; body: {"update_if_exists": false, "visibility": "tenant", "value": "bar"} 2018-10-26 10:36:42,996 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:36:42,996 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:36:42,996 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:36:42,996 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:36:42,997 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:36:42,997 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:36:42,997 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:36:42,997 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-10-26 10:36:42,997 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-10-26T10:36:42.196Z", "updated_at": "2018-10-26T10:36:42.196Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-10-26 10:36:42,997 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:36:42,997 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:36:42 GMT 2018-10-26 10:36:42,997 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:36:42,997 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-10-26 10:36:42,998 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:36:42,998 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/secrets 2018-10-26 10:36:43,148 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:36:43,148 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:36:43,148 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:36:43,148 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:36:43,148 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:36:43,148 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:36:43,149 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:36:43,149 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"permission": null, "tenant_name": "default_tenant", "created_at": "2018-10-26T10:36:42.196Z", "updated_at": "2018-10-26T10:36:42.196Z", "created_by": "admin", "key": "foo"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-10-26 10:36:43,149 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:36:43,149 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:36:42 GMT 2018-10-26 10:36:43,149 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:36:43,149 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 253 2018-10-26 10:36:43,149 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:36:43,150 - functest.core.cloudify - DEBUG - List secrets: 2018-10-26 10:36:43,150 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.201:80/api/v3/secrets/foo 2018-10-26 10:36:43,389 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:36:43,389 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:36:43,389 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:36:43,389 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:36:43,389 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:36:43,390 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:36:43,390 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:36:43,390 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-10-26 10:36:43,390 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-10-26T10:36:42.196Z", "updated_at": "2018-10-26T10:36:42.196Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-10-26 10:36:43,390 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:36:43,390 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:36:42 GMT 2018-10-26 10:36:43,390 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:36:43,390 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-10-26 10:36:43,390 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:36:43,391 - functest.core.cloudify - INFO - Secrets API successfully reached 2018-10-26 10:36:43,391 - functest.core.cloudify - INFO - Cloudify Manager is up and running 2018-10-26 10:36:43,391 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-26 10:36:43,392 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}8ad966b2f552eaf1c2c9ed7cced59a567f4c3453" 2018-10-26 10:36:43,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:36:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d5803f6-8d4c-4e3c-bde6-cbc0863f276e Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.21:5000/v3/projects/fb25b6949c784d56b9db7c35ab0ddf00"}, "enabled": true, "id": "fb25b6949c784d56b9db7c35ab0ddf00", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}]} 2018-10-26 10:36:43,486 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-0d5803f6-8d4c-4e3c-bde6-cbc0863f276e 2018-10-26 10:36:43,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0949470996857s 2018-10-26 10:36:43,487 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-0d5803f6-8d4c-4e3c-bde6-cbc0863f276e 2018-10-26 10:36:43,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.quotas 2018-10-26 10:36:43,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/quotas/fb25b6949c784d56b9db7c35ab0ddf00.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}8ad966b2f552eaf1c2c9ed7cced59a567f4c3453" -d '{"quota": {"security_group": 20, "security_group_rule": 100, "port": 50}}' 2018-10-26 10:36:43,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 186 X-Openstack-Request-Id: req-2d4aa2dd-c160-4175-8558-d46b8a0f4017 Date: Fri, 26 Oct 2018 10:36:43 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-26 10:36:43,724 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/quotas/fb25b6949c784d56b9db7c35ab0ddf00.json used request id req-2d4aa2dd-c160-4175-8558-d46b8a0f4017 2018-10-26 10:36:43,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.quotas in 0.235450029373s 2018-10-26 10:36:43,725 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/quotas/fb25b6949c784d56b9db7c35ab0ddf00.json used request id req-2d4aa2dd-c160-4175-8558-d46b8a0f4017 2018-10-26 10:36:43,725 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put OpenStack creds in manager 2018-10-26 10:36:43,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task ServiceList 2018-10-26 10:36:43,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/services? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ad966b2f552eaf1c2c9ed7cced59a567f4c3453" 2018-10-26 10:36:43,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:36:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7f43fc0-3cc0-4c50-b8b8-cb3646ad21e0 Content-Encoding: gzip Content-Length: 915 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Cloudformation Service", "links": {"self": "http://172.30.9.21:5000/v3/services/0678e40f88e7486ba01d73236e247478"}, "enabled": true, "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"description": "Openstack Placement Service", "links": {"self": "http://172.30.9.21:5000/v3/services/1400da368c0745f9bfe2043681394021"}, "enabled": true, "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"description": "OpenStack Identity Service", "links": {"self": "http://172.30.9.21:5000/v3/services/1dcb0a04299146f6b1bd6d35dccc251c"}, "enabled": true, "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"description": "Cinder Service v3", "links": {"self": "http://172.30.9.21:5000/v3/services/21010334e1204f20b0e94e06851e94fb"}, "enabled": true, "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"description": "OpenStack Image Service", "links": {"self": "http://172.30.9.21:5000/v3/services/287aa081d3ee42558b20095ce81419fc"}, "enabled": true, "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"description": "Cinder Service", "links": {"self": "http://172.30.9.21:5000/v3/services/2d881c3f3b8c4c07973843d5aaa6bd90"}, "enabled": true, "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"description": "tacker NFV orchestration Service", "links": {"self": "http://172.30.9.21:5000/v3/services/3b75f7fe7776409ab35b7b1c7d5a9dc5"}, "enabled": true, "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"description": "Cinder Service v2", "links": {"self": "http://172.30.9.21:5000/v3/services/434c6fc6e2214df880ec5edf3c60e826"}, "enabled": true, "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://172.30.9.21:5000/v3/services/58553383e9ec44eca3708c8d08433be5"}, "enabled": true, "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"description": "congress Policy Service", "links": {"self": "http://172.30.9.21:5000/v3/services/6cc4b82bcf7e41bcacd57790df0c6e62"}, "enabled": true, "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"description": "Openstack Metering Service", "links": {"self": "http://172.30.9.21:5000/v3/services/6ea87f1e184f4719ad9fd88bc18e8a0d"}, "enabled": true, "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"description": "Key management Service", "links": {"self": "http://172.30.9.21:5000/v3/services/8e765388c59a434fa74b7ee9309b2acc"}, "enabled": true, "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://172.30.9.21:5000/v3/services/a6ef448adcda48869617b692053935f0"}, "enabled": true, "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"description": "OpenStack Metric Service", "links": {"self": "http://172.30.9.21:5000/v3/services/d93c343d05ab4ed3baab12600da09c1d"}, "enabled": true, "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"description": "Openstack Compute Service", "links": {"self": "http://172.30.9.21:5000/v3/services/eb48f4b7010f424babd2e30cb102445f"}, "enabled": true, "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"description": "Neutron Networking Service", "links": {"self": "http://172.30.9.21:5000/v3/services/f6ac594171ff49f4ae043efbeefc4745"}, "enabled": true, "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "links": {"self": "http://172.30.9.21:5000/v3/services", "previous": null, "next": null}} 2018-10-26 10:36:43,805 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/services used request id req-b7f43fc0-3cc0-4c50-b8b8-cb3646ad21e0 2018-10-26 10:36:43,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task ServiceList in 0.0793468952179s 2018-10-26 10:36:43,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task EndpointList 2018-10-26 10:36:43,812 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/endpoints? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ad966b2f552eaf1c2c9ed7cced59a567f4c3453" 2018-10-26 10:36:43,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:36:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f06f2cb-e246-4b7f-9ce2-60086f2172dd Content-Encoding: gzip Content-Length: 2082 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/04de76a5e02c491e8fcabbc86cfc8aaa"}, "url": "http://192.30.9.8:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1400da368c0745f9bfe2043681394021", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/10d1f747147d4a0db92a44389c133e91"}, "url": "http://192.30.9.8:9890", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "id": "10d1f747147d4a0db92a44389c133e91"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/16fb59de23b847ef91541b5332fb756a"}, "url": "http://192.30.9.8:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a6ef448adcda48869617b692053935f0", "id": "16fb59de23b847ef91541b5332fb756a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/18d4c4c637ad4e2891c6d948e4844a1e"}, "url": "http://172.30.9.21:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f6ac594171ff49f4ae043efbeefc4745", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/1c0be629b1bb44ed8ff138588ed9b0a4"}, "url": "http://192.30.9.8:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "58553383e9ec44eca3708c8d08433be5", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/1d9c9b03e87a40c083805d0b883a951f"}, "url": "http://192.30.9.8:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0678e40f88e7486ba01d73236e247478", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/22604e446ae24302bbf9b9e64841233d"}, "url": "http://192.30.9.8:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a6ef448adcda48869617b692053935f0", "id": "22604e446ae24302bbf9b9e64841233d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/22ae91ac47ba4aa3870b22e426d970ea"}, "url": "http://172.30.9.21:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "21010334e1204f20b0e94e06851e94fb", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/22cb571ba360462da98edbe8cb259f7f"}, "url": "http://172.30.9.21:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2d881c3f3b8c4c07973843d5aaa6bd90", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/24ff0e0eb46e4f478e13c23a747e4f66"}, "url": "http://192.30.9.8:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "eb48f4b7010f424babd2e30cb102445f", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/331b1e8b2c6149feb4eb90b3fbd07d48"}, "url": "http://192.30.9.8:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d93c343d05ab4ed3baab12600da09c1d", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/41071183d0a147638858df20ba01c93c"}, "url": "http://192.30.9.8:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "58553383e9ec44eca3708c8d08433be5", "id": "41071183d0a147638858df20ba01c93c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/4c6114028b0e4bd4b72236e004492776"}, "url": "http://172.30.9.21:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1dcb0a04299146f6b1bd6d35dccc251c", "id": "4c6114028b0e4bd4b72236e004492776"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/50671c8b52bd420a87aaf5886f97b013"}, "url": "http://192.30.9.8:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "21010334e1204f20b0e94e06851e94fb", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/60448e60ea4847539ebe9976271031c8"}, "url": "http://192.30.9.8:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "434c6fc6e2214df880ec5edf3c60e826", "id": "60448e60ea4847539ebe9976271031c8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/68f6fa80633d471faae5af20741f18f2"}, "url": "http://172.30.9.21:1789", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6cc4b82bcf7e41bcacd57790df0c6e62", "id": "68f6fa80633d471faae5af20741f18f2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/6de7666fb5084dc7a1ea4f0a3b18c9ff"}, "url": "http://192.30.9.8:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1dcb0a04299146f6b1bd6d35dccc251c", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/7a2d4a118f414c2e942d2f30cc7cc16f"}, "url": "http://192.30.9.8:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2d881c3f3b8c4c07973843d5aaa6bd90", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/82a22611b858438aac231d4e17e0004e"}, "url": "http://192.30.9.8:1789", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6cc4b82bcf7e41bcacd57790df0c6e62", "id": "82a22611b858438aac231d4e17e0004e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/8bde81589feb4f07bbf61eab57c04be1"}, "url": "http://192.30.9.8:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "287aa081d3ee42558b20095ce81419fc", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/8fac674850b24f408ce008300dd3c762"}, "url": "http://192.30.9.8:9311", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8e765388c59a434fa74b7ee9309b2acc", "id": "8fac674850b24f408ce008300dd3c762"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9385ac3cf3fe4daf9de9c42e6cfef2a6"}, "url": "http://192.30.9.8:1789", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6cc4b82bcf7e41bcacd57790df0c6e62", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9b0de23f990f4e55b27ba07da143c6c4"}, "url": "http://172.30.9.21:9890", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9c965aa9d0434417bcca22e19607846b"}, "url": "http://192.30.9.8:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d93c343d05ab4ed3baab12600da09c1d", "id": "9c965aa9d0434417bcca22e19607846b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9e2082b0b16b4e92995d87b600a700ca"}, "url": "http://192.30.9.8:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "eb48f4b7010f424babd2e30cb102445f", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9f732b3e91ec4077adfe7039f5384432"}, "url": "http://192.30.9.8:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2d881c3f3b8c4c07973843d5aaa6bd90", "id": "9f732b3e91ec4077adfe7039f5384432"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/a92f7118c3a44866a6065ca420876279"}, "url": "http://192.30.9.8:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1400da368c0745f9bfe2043681394021", "id": "a92f7118c3a44866a6065ca420876279"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/a94ed1c9bd5948a1b098ccf742c46e74"}, "url": "http://192.30.9.8:9311", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8e765388c59a434fa74b7ee9309b2acc", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/b1943618ec5242c0bc38c60eaef2c4e4"}, "url": "http://172.30.9.21:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a6ef448adcda48869617b692053935f0", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/b1c022ebdbb846599927b9e9951a5530"}, "url": "http://192.30.9.8:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f6ac594171ff49f4ae043efbeefc4745", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/cf167c050dcb4b82bebb40692d38179e"}, "url": "http://192.30.9.8:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f6ac594171ff49f4ae043efbeefc4745", "id": "cf167c050dcb4b82bebb40692d38179e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/d13faf081772470ab5fe34b477867f60"}, "url": "http://192.30.9.8:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "287aa081d3ee42558b20095ce81419fc", "id": "d13faf081772470ab5fe34b477867f60"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/d14c03b067854e259e29b5e58f2df8d0"}, "url": "http://172.30.9.21:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "58553383e9ec44eca3708c8d08433be5", "id": "d14c03b067854e259e29b5e58f2df8d0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/d2f20b3d473a4905a5694a0f0913221e"}, "url": "http://172.30.9.21:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d93c343d05ab4ed3baab12600da09c1d", "id": "d2f20b3d473a4905a5694a0f0913221e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/d4e8b2decae046d4bdf10d6ca098bce4"}, "url": "http://192.30.9.8:9890", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/d6cb3538ab6140238b0102f4c4d850d7"}, "url": "http://192.30.9.8:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1dcb0a04299146f6b1bd6d35dccc251c", "id": "d6cb3538ab6140238b0102f4c4d850d7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/d7651240653043499b59781f22cd55de"}, "url": "http://172.30.9.21:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "434c6fc6e2214df880ec5edf3c60e826", "id": "d7651240653043499b59781f22cd55de"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e0c77a7a1c2f40cabd53c6104605cae0"}, "url": "http://172.30.9.21:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0678e40f88e7486ba01d73236e247478", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e3f88bb90e3049df99bbc76d270ee4b3"}, "url": "http://172.30.9.21:9311", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8e765388c59a434fa74b7ee9309b2acc", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e8456b137dd74762a5d903df45ffbca2"}, "url": "http://172.30.9.21:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "eb48f4b7010f424babd2e30cb102445f", "id": "e8456b137dd74762a5d903df45ffbca2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/ee38605709ec49d4ab6955d8507b8249"}, "url": "http://192.30.9.8:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "434c6fc6e2214df880ec5edf3c60e826", "id": "ee38605709ec49d4ab6955d8507b8249"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/eeccc5af54c64c87b67c43e43f5bbf26"}, "url": "http://172.30.9.21:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "287aa081d3ee42558b20095ce81419fc", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/f200dff6765d40ba8f54f33282ac6834"}, "url": "http://192.30.9.8:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0678e40f88e7486ba01d73236e247478", "id": "f200dff6765d40ba8f54f33282ac6834"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/f33f517932de4d7aa16e38a2c69aa035"}, "url": "http://172.30.9.21:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1400da368c0745f9bfe2043681394021", "id": "f33f517932de4d7aa16e38a2c69aa035"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/ff9294ce70b847989a05781501906639"}, "url": "http://192.30.9.8:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "21010334e1204f20b0e94e06851e94fb", "id": "ff9294ce70b847989a05781501906639"}], "links": {"self": "http://172.30.9.21:5000/v3/endpoints", "previous": null, "next": null}} 2018-10-26 10:36:43,907 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/endpoints used request id req-6f06f2cb-e246-4b7f-9ce2-60086f2172dd 2018-10-26 10:36:43,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task EndpointList in 0.0968539714813s 2018-10-26 10:36:43,915 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Set creds for cloudify manager {'keystone_password': '74c2870f-0370-40f5-b07e-a4e07803d1aa', 'keystone_tenant_name': u'cloudify_ims-project_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'region': 'regionOne', 'keystone_url': u'http://172.30.9.21:5000', 'user_domain_name': 'Default', 'keystone_username': u'cloudify_ims-user_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'project_domain_name': 'Default'} 2018-10-26 10:36:43,915 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/secrets 2018-10-26 10:36:43,977 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:36:43,977 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:36:43,977 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:36:43,977 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:36:43,978 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:36:43,978 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:36:43,978 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:36:43,978 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 0}}} 2018-10-26 10:36:43,978 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:36:43,978 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:36:43 GMT 2018-10-26 10:36:43,978 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:36:43,978 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 79 2018-10-26 10:36:43,978 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:36:43,979 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.201:80/api/v3/secrets/keystone_password; body: {"update_if_exists": false, "visibility": "tenant", "value": "74c2870f-0370-40f5-b07e-a4e07803d1aa"} 2018-10-26 10:36:44,074 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:36:44,075 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:36:44,075 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:36:44,075 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:36:44,075 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:36:44,075 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:36:44,075 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:36:44,075 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 100 2018-10-26 10:36:44,075 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-10-26T10:36:43.276Z", "updated_at": "2018-10-26T10:36:43.276Z", "created_by": "admin", "private_resource": false, "value": "74c2870f-0370-40f5-b07e-a4e07803d1aa", "key": "keystone_password"} 2018-10-26 10:36:44,075 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:36:44,076 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:36:43 GMT 2018-10-26 10:36:44,076 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:36:44,076 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 244 2018-10-26 10:36:44,076 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:36:44,076 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.201:80/api/v3/secrets/keystone_tenant_name; body: {"update_if_exists": false, "visibility": "tenant", "value": "cloudify_ims-project_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"} 2018-10-26 10:36:44,185 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:36:44,185 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:36:44,185 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:36:44,185 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:36:44,185 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:36:44,185 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:36:44,185 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:36:44,185 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 121 2018-10-26 10:36:44,185 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-10-26T10:36:43.379Z", "updated_at": "2018-10-26T10:36:43.379Z", "created_by": "admin", "private_resource": false, "value": "cloudify_ims-project_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "key": "keystone_tenant_name"} 2018-10-26 10:36:44,186 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:36:44,186 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:36:43 GMT 2018-10-26 10:36:44,186 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:36:44,186 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 268 2018-10-26 10:36:44,186 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:36:44,186 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.201:80/api/v3/secrets/region; body: {"update_if_exists": false, "visibility": "tenant", "value": "regionOne"} 2018-10-26 10:36:44,321 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:36:44,321 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:36:44,321 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:36:44,321 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:36:44,321 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:36:44,321 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:36:44,321 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:36:44,321 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 73 2018-10-26 10:36:44,322 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-10-26T10:36:43.510Z", "updated_at": "2018-10-26T10:36:43.510Z", "created_by": "admin", "private_resource": false, "value": "regionOne", "key": "region"} 2018-10-26 10:36:44,322 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:36:44,322 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:36:43 GMT 2018-10-26 10:36:44,322 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:36:44,322 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 206 2018-10-26 10:36:44,322 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:36:44,322 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.201:80/api/v3/secrets/keystone_url; body: {"update_if_exists": false, "visibility": "tenant", "value": "http://172.30.9.21:5000"} 2018-10-26 10:36:44,501 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:36:44,502 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:36:44,502 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:36:44,502 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:36:44,502 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:36:44,502 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:36:44,502 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:36:44,502 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 87 2018-10-26 10:36:44,502 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-10-26T10:36:43.632Z", "updated_at": "2018-10-26T10:36:43.632Z", "created_by": "admin", "private_resource": false, "value": "http://172.30.9.21:5000", "key": "keystone_url"} 2018-10-26 10:36:44,503 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:36:44,503 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:36:43 GMT 2018-10-26 10:36:44,503 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:36:44,503 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 226 2018-10-26 10:36:44,503 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:36:44,503 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.201:80/api/v3/secrets/user_domain_name; body: {"update_if_exists": false, "visibility": "tenant", "value": "Default"} 2018-10-26 10:36:44,609 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:36:44,609 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:36:44,610 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:36:44,610 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:36:44,610 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:36:44,610 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:36:44,610 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:36:44,610 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 71 2018-10-26 10:36:44,610 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-10-26T10:36:43.821Z", "updated_at": "2018-10-26T10:36:43.821Z", "created_by": "admin", "private_resource": false, "value": "Default", "key": "user_domain_name"} 2018-10-26 10:36:44,610 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:36:44,610 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:36:43 GMT 2018-10-26 10:36:44,611 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:36:44,611 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 214 2018-10-26 10:36:44,611 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:36:44,611 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.201:80/api/v3/secrets/keystone_username; body: {"update_if_exists": false, "visibility": "tenant", "value": "cloudify_ims-user_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"} 2018-10-26 10:36:44,795 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:36:44,795 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:36:44,795 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:36:44,795 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:36:44,795 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:36:44,795 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:36:44,795 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:36:44,795 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 118 2018-10-26 10:36:44,796 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-10-26T10:36:43.946Z", "updated_at": "2018-10-26T10:36:43.946Z", "created_by": "admin", "private_resource": false, "value": "cloudify_ims-user_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "key": "keystone_username"} 2018-10-26 10:36:44,796 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:36:44,796 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:36:44 GMT 2018-10-26 10:36:44,796 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:36:44,796 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 262 2018-10-26 10:36:44,796 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:36:44,796 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.201:80/api/v3/secrets/project_domain_name; body: {"update_if_exists": false, "visibility": "tenant", "value": "Default"} 2018-10-26 10:36:44,931 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:36:44,931 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:36:44,931 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:36:44,931 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:36:44,931 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:36:44,931 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:36:44,932 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:36:44,932 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 71 2018-10-26 10:36:44,932 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-10-26T10:36:44.131Z", "updated_at": "2018-10-26T10:36:44.131Z", "created_by": "admin", "private_resource": false, "value": "Default", "key": "project_domain_name"} 2018-10-26 10:36:44,932 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:36:44,932 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:36:44 GMT 2018-10-26 10:36:44,932 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:36:44,932 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 217 2018-10-26 10:36:44,932 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:36:44,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put private keypair in manager 2018-10-26 10:36:44,933 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-26 10:36:44,945 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-26 10:36:44,946 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-26 10:36:44,983 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-26 10:36:45,167 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-26 10:36:45,168 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-26 10:36:45,175 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-26 10:36:45,185 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-26 10:36:45,186 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-26 10:36:45,225 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-26 10:37:25,588 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-26 10:37:25,588 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - output: Loaded plugins: fastestmirror Determining fastest mirrors * base: mirror.den1.denvercolo.net * extras: mirrors.sonic.net * updates: mirror.sjc02.svwh.net 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 23 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 | running | | Webserver | running | +--------------------------------+---------+ 2018-10-26 10:37:25,589 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-26 10:37:25,589 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - error: 2018-10-26 10:37:25,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-26 10:37:25,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/security-groups.json?project_id=fb25b6949c784d56b9db7c35ab0ddf00&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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:37:25,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-171eb2e7-c259-4f0d-aec1-7907e0e3ca1e Date: Fri, 26 Oct 2018 10:37:25 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "created_at": "2018-10-26T10:31:47Z", "updated_at": "2018-10-26T10:31:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:31:47Z", "revision_number": 0, "id": "52fb6ac7-1a3b-460c-95ba-17a37b3946a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:31:47Z", "security_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:31:47Z", "revision_number": 0, "id": "a1c63aaf-6c00-4c80-8bd3-b2d98745045d", "remote_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "remote_ip_prefix": null, "created_at": "2018-10-26T10:31:47Z", "security_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:31:47Z", "revision_number": 0, "id": "bba9946c-f84e-40ad-9ade-bcdce47b22a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:31:47Z", "security_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:31:47Z", "revision_number": 0, "id": "c5b6cd33-c1c9-478a-abec-0d28b2ba969b", "remote_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "remote_ip_prefix": null, "created_at": "2018-10-26T10:31:47Z", "security_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}], "revision_number": 4, "project_id": "fb25b6949c784d56b9db7c35ab0ddf00", "id": "89db8603-bada-4df4-b76d-ef2b6d883763", "name": "default"}]} 2018-10-26 10:37:25,663 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json?project_id=fb25b6949c784d56b9db7c35ab0ddf00&name=default used request id req-171eb2e7-c259-4f0d-aec1-7907e0e3ca1e 2018-10-26 10:37:25,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0686528682709s 2018-10-26 10:37:25,663 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json?project_id=fb25b6949c784d56b9db7c35ab0ddf00&name=default used request id req-171eb2e7-c259-4f0d-aec1-7907e0e3ca1e 2018-10-26 10:37:25,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-26 10:37:25,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:37:25,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6833 X-Openstack-Request-Id: req-1038d674-48fa-4ba7-aba2-26d3e8a479ac Date: Fri, 26 Oct 2018 10:37:25 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "created_at": "2018-10-26T10:31:47Z", "updated_at": "2018-10-26T10:31:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:31:47Z", "revision_number": 0, "id": "52fb6ac7-1a3b-460c-95ba-17a37b3946a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:31:47Z", "security_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:31:47Z", "revision_number": 0, "id": "a1c63aaf-6c00-4c80-8bd3-b2d98745045d", "remote_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "remote_ip_prefix": null, "created_at": "2018-10-26T10:31:47Z", "security_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:31:47Z", "revision_number": 0, "id": "bba9946c-f84e-40ad-9ade-bcdce47b22a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:31:47Z", "security_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:31:47Z", "revision_number": 0, "id": "c5b6cd33-c1c9-478a-abec-0d28b2ba969b", "remote_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "remote_ip_prefix": null, "created_at": "2018-10-26T10:31:47Z", "security_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}], "revision_number": 4, "project_id": "fb25b6949c784d56b9db7c35ab0ddf00", "id": "89db8603-bada-4df4-b76d-ef2b6d883763", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "created_at": "2018-10-26T10:33:52Z", "updated_at": "2018-10-26T10:33:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:33:53Z", "revision_number": 0, "id": "0e6c76d7-9a13-4954-b0d0-a55232608cf0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:33:53Z", "security_group_id": "c064e57e-ed09-497c-9764-ac5e950116e3", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-26T10:33:53Z", "revision_number": 0, "id": "52b8f24c-3fc5-497e-8edb-9359ea8586ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:33:53Z", "security_group_id": "c064e57e-ed09-497c-9764-ac5e950116e3", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": 22, "ethertype": "IPv4", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:33:54Z", "revision_number": 0, "id": "5c3cf5da-aef9-4f64-bd11-2e0e0389a5f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:33:54Z", "security_group_id": "c064e57e-ed09-497c-9764-ac5e950116e3", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-26T10:33:54Z", "revision_number": 0, "id": "5c594aa8-26eb-4838-a42d-b3de7b80ac5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:33:54Z", "security_group_id": "c064e57e-ed09-497c-9764-ac5e950116e3", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": 80, "ethertype": "IPv4", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:33:53Z", "revision_number": 0, "id": "5f92f819-94c5-4248-8b93-30fd7bb9660c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:33:53Z", "security_group_id": "c064e57e-ed09-497c-9764-ac5e950116e3", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-10-26T10:33:55Z", "revision_number": 0, "id": "6f243099-fd88-4708-acba-fcf1aabbd90c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:33:55Z", "security_group_id": "c064e57e-ed09-497c-9764-ac5e950116e3", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-10-26T10:33:55Z", "revision_number": 0, "id": "abf1cf78-7adf-4d8f-9ea7-c031e5588db1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:33:55Z", "security_group_id": "c064e57e-ed09-497c-9764-ac5e950116e3", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": 443, "ethertype": "IPv4", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-10-26T10:33:55Z", "revision_number": 0, "id": "e5bf9384-49d1-4d77-b13f-32be64ec8585", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:33:55Z", "security_group_id": "c064e57e-ed09-497c-9764-ac5e950116e3", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}], "revision_number": 8, "project_id": "fb25b6949c784d56b9db7c35ab0ddf00", "id": "c064e57e-ed09-497c-9764-ac5e950116e3", "name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}]} 2018-10-26 10:37:25,732 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-1038d674-48fa-4ba7-aba2-26d3e8a479ac 2018-10-26 10:37:25,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0655691623688s 2018-10-26 10:37:25,732 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-1038d674-48fa-4ba7-aba2-26d3e8a479ac 2018-10-26 10:37:25,737 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-10-26 10:37:25,737 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" -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": "89db8603-bada-4df4-b76d-ef2b6d883763"}}' 2018-10-26 10:37:25,942 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-033faf98-568a-4d82-a32f-d7f1d1c9c42a Date: Fri, 26 Oct 2018 10:37:25 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-26T10:37:25Z", "security_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "port_range_min": 22, "revision_number": 0, "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "created_at": "2018-10-26T10:37:25Z", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00", "id": "5f5d5e17-c038-4bf4-9ff8-f7fe93a60415"}} 2018-10-26 10:37:25,942 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-033faf98-568a-4d82-a32f-d7f1d1c9c42a 2018-10-26 10:37:25,942 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.205580949783s 2018-10-26 10:37:25,943 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-033faf98-568a-4d82-a32f-d7f1d1c9c42a 2018-10-26 10:37:25,943 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload VNFD 2018-10-26 10:37:26,034 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.201:80/api/v3/blueprints/clearwater-opnfv; body: bytes data 2018-10-26 10:37:28,702 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:37:28,703 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:37:28,703 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:37:28,703 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:37:28,703 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:37:28,703 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:37:28,703 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:37:28,704 - cloudify.rest_client.http - DEBUG - request header: Transfer-Encoding: chunked 2018-10-26 10:37:28,704 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"main_file_name": "openstack-blueprint.yaml", "description": null, "tenant_name": "default_tenant", "created_at": "2018-10-26T10:37:28.628Z", "updated_at": "2018-10-26T10:37:28.628Z", "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"}, "image_id": {"type": "string", "description": "Image ID of the agent VM's (Ubuntu 14.04 for clearwater)"}, "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"}, "dime_cluster_size": {"default": 1, "type": "integer", "description": "number of dime instance"}, "key_pair_name": {"default": "clearwater-key", "description": "Openstack key pair name of the key to associate with the new server"}, "bono_cluster_size": {"default": 1, "type": "integer", "description": "number of bono instance"}, "flavor_id": {"type": "string", "description": "Flavor ID of the agent VM's (RAM >= 2 GB)"}, "public_domain": {"type": "string", "description": "Sip domain for sip users and bono load-balancing"}, "homer_cluster_size": {"default": 1, "type": "integer", "description": "number of homer instance"}, "release": {"default": "stable", "type": "string", "description": "Clearwater release"}, "network_name": {"default": "net2", "description": "Openstack network name the new server will be connected to"}, "private_key_path": {"description": "Path to the private key which will be used for connecting to the server\non the manager or machine running CLI if running in local mode.\n"}, "sprout_cluster_size": {"default": 1, "type": "integer", "description": "number of sprout instance"}}, "description": null, "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "outputs": {"dns_ip": {"value": {"get_attribute": ["bind_floatingip", "floating_ip_address"]}}, "ellis_ip": {"value": {"get_attribute": ["ellis_floatingip", "floating_ip_address"]}}}, "version": {"definitions_name": "cloudify_dsl", "raw": "cloudify_dsl_1_3", "definitions_version": [1, 3]}, "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "groups": {"bono_group": {"members": ["bono_floatingip", "bono_host"], "policies": {}}}, "workflows": {"scale": {"operation": "cloudify.plugins.workflows.scale_entity", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}, "plugin": "default_workflows"}, "heal": {"operation": "cloudify.plugins.workflows.auto_heal_reinstall_node_subgraph", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}, "plugin": "default_workflows"}, "update": {"operation": "cloudify.plugins.workflows.update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}}, "plugin": "default_workflows"}, "execute_operation": {"operation": "cloudify.plugins.workflows.execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}, "plugin": "default_workflows"}, "install": {"operation": "cloudify.plugins.workflows.install", "parameters": {}, "plugin": "default_workflows"}, "install_new_agents": {"operation": "cloudify.plugins.workflows.install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}, "plugin": "default_workflows"}, "uninstall": {"operation": "cloudify.plugins.workflows.uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}, "plugin": "default_workflows"}}, "policies": {"scale_bono": {"type": "cloudify.policies.scaling", "properties": {"min_instances": 0, "planned_instances": {"get_input": "bono_cluster_size"}, "default_instances": {"get_input": "bono_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "bono_cluster_size"}}, "targets": ["bono_group"]}}, "nodes": [{"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "internal_sip_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "bono_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "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"}}, "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": ""}, "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.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"}, "creation": {"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/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.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.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.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": ""}, "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.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"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "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.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.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.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"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "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"}}, "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"}, "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_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"}, "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": "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.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": "internal_sip_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5058}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5054}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5052}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_internal_sip", "description": "Internal SIP signalling"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/clearwater/ellis/create_number.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/clearwater/ellis/create_number.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind", "app_connected_to_bind_ellis"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/clearwater/ellis/create_number.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind_ellis", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "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.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"}, "creation": {"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/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.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.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.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"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "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"}}, "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"}, "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": "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.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": "dime_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 8888}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 8889}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 10888}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_dime", "description": "memcached Chronos REST"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "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": "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.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": {"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": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "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, "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.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"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "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"}}, "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"}, "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": "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.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": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 80}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 443}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_ellis", "description": "Web UI"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "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"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "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"}}, "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": ""}, "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.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"}, "creation": {"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/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.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.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.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": ""}, "cloudify.interfaces.lifecycle.stop": {"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"}, "creation": {"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.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.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.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"}, "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": "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.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": "base_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "port": 22}, {"remote_ip_prefix": "0.0.0.0/0", "port": 4000}, {"remote_ip_prefix": "0.0.0.0/0", "port": 2380}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 161}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_base", "description": "SSH"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "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": "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.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": "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": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "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, "resource_id": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.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": "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.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": "homer_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7888}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9160}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_homer", "description": "REST Cassandra 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "internal_sip_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "sprout_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "sprout_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "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"}}, "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"}, "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": "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.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": "bind_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 53}, {"remote_ip_prefix": "0.0.0.0/0", "port": 53}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_bind", "description": "DNS"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "homer_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "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.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"}, "creation": {"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/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.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.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.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"}, "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": "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.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": "sprout_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9888}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_sprout", "description": "memcached Chronos 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "bind_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "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"}}, "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": ""}, "cloudify.interfaces.lifecycle.stop": {"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"}, "creation": {"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.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.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.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": ""}, "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.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"}, "creation": {"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/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.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.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.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"}, "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": "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.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": "bono_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 3478}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 3478}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5060}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 5060}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5062}, {"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 65535, "port_range_min": 32768, "protocol": "udp"}, {"remote_ip_prefix": "0.0.0.0/0", "port": 6669}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5058}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_bono", "description": "STUN SIP RTP 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "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"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "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"}}, "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"}, "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": "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.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": "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": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "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, "resource_id": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.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": "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.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": "vellum_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 11211}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 11311}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7253}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7000}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9160}, {"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 6668, "port_range_min": 6667}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_vellum", "description": "REST Cassandra 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}], "scaling_groups": {"bono_group": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "bono_cluster_size"}, "default_instances": {"get_input": "bono_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "bono_cluster_size"}}, "members": ["bono_floatingip", "bono_host"]}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}}, "id": "clearwater-opnfv"} 2018-10-26 10:37:28,706 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:37:28,706 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:37:28 GMT 2018-10-26 10:37:28,706 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:37:28,706 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 515398 2018-10-26 10:37:28,707 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:37:28,732 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-10-26 10:37:30,200 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:ee1167b7b8bf490b2f9a9885f2d7dcff sha256:1b81df8792f8f834d1f64124d0132013b41c95dc070b67d07d662e94643b2cb1 2018-10-26 10:37:30,200 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-26 10:37:30,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:37:30,784 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-1e523684-6cbd-427d-90a6-dba6c3b77f51 Date: Fri, 26 Oct 2018 10:37:30 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/752cbf6d-c8de-4944-8e8c-471f5e713932/snap", "metadata": {}}], "file": "/v2/images/752cbf6d-c8de-4944-8e8c-471f5e713932/file", "owner": "fb25b6949c784d56b9db7c35ab0ddf00", "id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "size": 4373348352, "self": "/v2/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "disk_format": "qcow2", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/752cbf6d-c8de-4944-8e8c-471f5e713932/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-10-26T10:33:51Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-10-26T10:32:36Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-26 10:37:30,784 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-1e523684-6cbd-427d-90a6-dba6c3b77f51 2018-10-26 10:37:30,784 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.583953857422s 2018-10-26 10:37:30,785 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-1e523684-6cbd-427d-90a6-dba6c3b77f51 2018-10-26 10:37:30,787 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-26 10:37:30,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" -d '{"owner_specified.shade.md5": "ee1167b7b8bf490b2f9a9885f2d7dcff", "owner_specified.shade.sha256": "1b81df8792f8f834d1f64124d0132013b41c95dc070b67d07d662e94643b2cb1", "owner_specified.shade.object": "images/cloudify_ims-img_alt_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify_ims-img_alt_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}' 2018-10-26 10:37:31,469 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 884 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/3d6a0052-418a-42e3-a813-c35b9c005e84 X-Openstack-Request-Id: req-a429c77c-87de-44c7-9b37-b3174ce2d2c9 Date: Fri, 26 Oct 2018 10:37:31 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/3d6a0052-418a-42e3-a813-c35b9c005e84/file", "owner": "fb25b6949c784d56b9db7c35ab0ddf00", "id": "3d6a0052-418a-42e3-a813-c35b9c005e84", "size": null, "self": "/v2/images/3d6a0052-418a-42e3-a813-c35b9c005e84", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "1b81df8792f8f834d1f64124d0132013b41c95dc070b67d07d662e94643b2cb1", "updated_at": "2018-10-26T10:37:31Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_alt_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "ee1167b7b8bf490b2f9a9885f2d7dcff", "name": "cloudify_ims-img_alt_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "checksum": null, "created_at": "2018-10-26T10:37:31Z", "protected": false} 2018-10-26 10:37:31,469 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-a429c77c-87de-44c7-9b37-b3174ce2d2c9 2018-10-26 10:37:31,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.6822681427s 2018-10-26 10:37:31,470 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-a429c77c-87de-44c7-9b37-b3174ce2d2c9 returning object 3d6a0052-418a-42e3-a813-c35b9c005e84 2018-10-26 10:37:31,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-26 10:37:31,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/3d6a0052-418a-42e3-a813-c35b9c005e84/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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" -d '' 2018-10-26 10:37:38,117 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6605cea5-20bd-48d1-a192-a26ab67594b5 Date: Fri, 26 Oct 2018 10:37: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-26 10:37:38,117 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/3d6a0052-418a-42e3-a813-c35b9c005e84/file used request id req-6605cea5-20bd-48d1-a192-a26ab67594b5 2018-10-26 10:37:38,118 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 6.64658713341s 2018-10-26 10:37:38,118 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/3d6a0052-418a-42e3-a813-c35b9c005e84/file used request id req-6605cea5-20bd-48d1-a192-a26ab67594b5 2018-10-26 10:37:38,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-26 10:37:38,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 10:37:38,151 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2356 Content-Type: application/json X-Openstack-Request-Id: req-7de8b54e-2a57-4120-a675-a50a93174013 Date: Fri, 26 Oct 2018 10:37:38 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/3d6a0052-418a-42e3-a813-c35b9c005e84/snap", "metadata": {}}], "file": "/v2/images/3d6a0052-418a-42e3-a813-c35b9c005e84/file", "owner": "fb25b6949c784d56b9db7c35ab0ddf00", "id": "3d6a0052-418a-42e3-a813-c35b9c005e84", "size": 263586304, "self": "/v2/images/3d6a0052-418a-42e3-a813-c35b9c005e84", "disk_format": "qcow2", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/3d6a0052-418a-42e3-a813-c35b9c005e84/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "1b81df8792f8f834d1f64124d0132013b41c95dc070b67d07d662e94643b2cb1", "updated_at": "2018-10-26T10:37:38Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_alt_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "ee1167b7b8bf490b2f9a9885f2d7dcff", "name": "cloudify_ims-img_alt_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "checksum": "ee1167b7b8bf490b2f9a9885f2d7dcff", "created_at": "2018-10-26T10:37:31Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/752cbf6d-c8de-4944-8e8c-471f5e713932/snap", "metadata": {}}], "file": "/v2/images/752cbf6d-c8de-4944-8e8c-471f5e713932/file", "owner": "fb25b6949c784d56b9db7c35ab0ddf00", "id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "size": 4373348352, "self": "/v2/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "disk_format": "qcow2", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/752cbf6d-c8de-4944-8e8c-471f5e713932/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-10-26T10:33:51Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-10-26T10:32:36Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-26 10:37:38,152 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-7de8b54e-2a57-4120-a675-a50a93174013 2018-10-26 10:37:38,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0334219932556s 2018-10-26 10:37:38,152 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-7de8b54e-2a57-4120-a675-a50a93174013 2018-10-26 10:37:38,155 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/3d6a0052-418a-42e3-a813-c35b9c005e84/snap', u'metadata': Munch({})})], 'file': u'/v2/images/3d6a0052-418a-42e3-a813-c35b9c005e84/file', 'owner': u'fb25b6949c784d56b9db7c35ab0ddf00', 'id': u'3d6a0052-418a-42e3-a813-c35b9c005e84', 'size': 263586304, u'self': u'/v2/images/3d6a0052-418a-42e3-a813-c35b9c005e84', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'fb25b6949c784d56b9db7c35ab0ddf00', 'name': 'cloudify_ims-project_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/3d6a0052-418a-42e3-a813-c35b9c005e84/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-26T10:37:38Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-10-26T10:37:38Z', u'owner_specified.shade.sha256': u'1b81df8792f8f834d1f64124d0132013b41c95dc070b67d07d662e94643b2cb1', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'ee1167b7b8bf490b2f9a9885f2d7dcff', 'properties': {u'self': u'/v2/images/3d6a0052-418a-42e3-a813-c35b9c005e84', u'owner_specified.shade.md5': u'ee1167b7b8bf490b2f9a9885f2d7dcff', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', u'owner_specified.shade.sha256': u'1b81df8792f8f834d1f64124d0132013b41c95dc070b67d07d662e94643b2cb1', u'schema': u'/v2/schemas/image'}, 'name': u'cloudify_ims-img_alt_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'created': u'2018-10-26T10:37:31Z', 'checksum': u'ee1167b7b8bf490b2f9a9885f2d7dcff', 'created_at': u'2018-10-26T10:37:31Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/3d6a0052-418a-42e3-a813-c35b9c005e84', u'owner_specified.shade.md5': u'ee1167b7b8bf490b2f9a9885f2d7dcff', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', u'owner_specified.shade.sha256': u'1b81df8792f8f834d1f64124d0132013b41c95dc070b67d07d662e94643b2cb1', u'schema': u'/v2/schemas/image'}}) 2018-10-26 10:37:38,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-26 10:37:38,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: os-client-config/1.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}8ad966b2f552eaf1c2c9ed7cced59a567f4c3453" -d '{"flavor": {"vcpus": 2, "ram": 2048, "name": "cloudify_ims-flavor_alt_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": null, "swap": 0}}' 2018-10-26 10:37:38,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:37:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-676b676a-93f2-42dc-b0f5-58e444f76fe7 x-compute-request-id: req-676b676a-93f2-42dc-b0f5-58e444f76fe7 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/99dfdd3a-22f2-4ea7-acf7-c916d986057e", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/99dfdd3a-22f2-4ea7-acf7-c916d986057e", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 25, "id": "99dfdd3a-22f2-4ea7-acf7-c916d986057e", "name": "cloudify_ims-flavor_alt_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 10:37:38,442 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-676b676a-93f2-42dc-b0f5-58e444f76fe7 2018-10-26 10:37:38,442 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.285933017731s 2018-10-26 10:37:38,442 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-676b676a-93f2-42dc-b0f5-58e444f76fe7 returning object 99dfdd3a-22f2-4ea7-acf7-c916d986057e 2018-10-26 10:37:38,443 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify_ims-flavor_alt_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', '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'c8dcd64f3c764883a33350227564ab99', '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'99dfdd3a-22f2-4ea7-acf7-c916d986057e', 'swap': 0}) 2018-10-26 10:37:38,444 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-26 10:37:38,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/99dfdd3a-22f2-4ea7-acf7-c916d986057e/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}8ad966b2f552eaf1c2c9ed7cced59a567f4c3453" -d '{"extra_specs": {}}' 2018-10-26 10:37:38,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 10:37:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-003fae38-7bf0-4f6c-8fed-6d2bdb9037e6 x-compute-request-id: req-003fae38-7bf0-4f6c-8fed-6d2bdb9037e6 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-26 10:37:38,475 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/99dfdd3a-22f2-4ea7-acf7-c916d986057e/os-extra_specs used request id req-003fae38-7bf0-4f6c-8fed-6d2bdb9037e6 2018-10-26 10:37:38,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0314531326294s 2018-10-26 10:37:38,476 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/99dfdd3a-22f2-4ea7-acf7-c916d986057e/os-extra_specs used request id req-003fae38-7bf0-4f6c-8fed-6d2bdb9037e6 2018-10-26 10:37:38,476 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Create VNF Instance 2018-10-26 10:37:38,476 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.201:80/api/v3/deployments/clearwater-opnfv; body: {"inputs": {"vellum_cluster_size": 1, "agent_user": "ubuntu", "image_id": "3d6a0052-418a-42e3-a813-c35b9c005e84", "external_network_name": "external", "dime_cluster_size": 1, "key_pair_name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "bono_cluster_size": 1, "flavor_id": "99dfdd3a-22f2-4ea7-acf7-c916d986057e", "public_domain": "clearwater.opnfv", "homer_cluster_size": 1, "release": "repo129", "network_name": "cloudify_ims-net_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "private_key_path": "/etc/cloudify/cloudify_ims.pem", "sprout_cluster_size": 1}, "skip_plugins_validation": false, "visibility": "tenant", "blueprint_id": "clearwater-opnfv"} 2018-10-26 10:37:39,899 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:37:39,899 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:37:39,899 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:37:39,899 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:37:39,899 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:37:39,899 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:37:39,900 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:37:39,900 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 656 2018-10-26 10:37:39,900 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"inputs": {"vellum_cluster_size": 1, "agent_user": "ubuntu", "image_id": "3d6a0052-418a-42e3-a813-c35b9c005e84", "with_ellis": 1, "external_network_name": "external", "dime_cluster_size": 1, "key_pair_name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "bono_cluster_size": 1, "flavor_id": "99dfdd3a-22f2-4ea7-acf7-c916d986057e", "public_domain": "clearwater.opnfv", "homer_cluster_size": 1, "release": "repo129", "network_name": "cloudify_ims-net_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "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"}, "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-26T10:37:38.748Z", "updated_at": "2018-10-26T10:37:38.748Z", "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-26 10:37:39,900 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:37:39,900 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:37:39 GMT 2018-10-26 10:37:39,900 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:37:39,900 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8224 2018-10-26 10:37:39,900 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:37:39,901 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions 2018-10-26 10:37:39,999 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:37:39,999 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:37:39,999 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:37:39,999 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:37:39,999 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:37:39,999 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:37:39,999 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:37:40,000 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"status": "pending", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-26T10:37:39.765Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "63cee888-49e1-44b9-af8e-006b43a81e16"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-10-26 10:37:40,000 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:37:40,000 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:37:39 GMT 2018-10-26 10:37:40,000 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:37:40,000 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6369 2018-10-26 10:37:40,000 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:37:40,001 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:37:40,075 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:37:40,076 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:37:40,076 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:37:40,076 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:37:40,076 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:37:40,076 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:37:40,076 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:37:40,076 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-10-26 10:37:40,076 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:37:40,076 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:37:40 GMT 2018-10-26 10:37:40,077 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:37:40,077 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-10-26 10:37:40,077 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:37:40,077 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/63cee888-49e1-44b9-af8e-006b43a81e16 2018-10-26 10:37:40,147 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:37:40,147 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:37:40,147 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:37:40,147 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:37:40,148 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:37:40,148 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:37:40,148 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:37:40,148 - 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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-26T10:37:39.765Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "63cee888-49e1-44b9-af8e-006b43a81e16"} 2018-10-26 10:37:40,148 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:37:40,148 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:37:40 GMT 2018-10-26 10:37:40,148 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:37:40,148 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-10-26 10:37:40,148 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:37:45,154 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:37:45,310 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:37:45,310 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:37:45,310 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:37:45,310 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:37:45,310 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:37:45,310 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:37:45,310 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:37:45,310 - 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-26T10:37:40.730Z", "message": "Starting 'create_deployment_environment' workflow execution", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-26T10:37:40.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "63cee888-49e1-44b9-af8e-006b43a81e16"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:37:41.126Z", "message": "Installing plugin: openstack", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-26T10:37:41.126Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "63cee888-49e1-44b9-af8e-006b43a81e16", "logger": "0f39ca11-0d82-47af-ac93-6cc19de34581"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:37:41.854Z", "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-26T10:37:41.854Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "63cee888-49e1-44b9-af8e-006b43a81e16", "logger": "0f39ca11-0d82-47af-ac93-6cc19de34581"}, {"node_instance_id": null, "event_type": "task_started", "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:37:41.893Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-26T10:37:41.893Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "63cee888-49e1-44b9-af8e-006b43a81e16"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:37:41.893Z", "message": "Installing deployment plugins", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-26T10:37:41.893Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "63cee888-49e1-44b9-af8e-006b43a81e16"}, {"node_instance_id": null, "event_type": "sending_task", "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:37:41.893Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-26T10:37:41.893Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "63cee888-49e1-44b9-af8e-006b43a81e16"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:37:42.876Z", "message": "Installing from directory: /tmp/tmpPsvY9L [args=--prefix=\"/tmp/openstack-jUE32Z\" --constraint=\"/tmp/openstack-jUE32Z/constraint.txt\", package_name=cloudify-openstack-plugin]", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-26T10:37:42.876Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "63cee888-49e1-44b9-af8e-006b43a81e16", "logger": "0f39ca11-0d82-47af-ac93-6cc19de34581"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:37:42.876Z", "message": "Installing plugin from source", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-26T10:37:42.876Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "63cee888-49e1-44b9-af8e-006b43a81e16", "logger": "0f39ca11-0d82-47af-ac93-6cc19de34581"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:37:42.876Z", "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-26T10:37:42.876Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "63cee888-49e1-44b9-af8e-006b43a81e16", "logger": "0f39ca11-0d82-47af-ac93-6cc19de34581"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:37:42.876Z", "message": "[localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmpPsvY9L --prefix=\"/tmp/openstack-jUE32Z\" --constraint=\"/tmp/openstack-jUE32Z/constraint.txt\"", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-26T10:37:42.876Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "63cee888-49e1-44b9-af8e-006b43a81e16", "logger": "0f39ca11-0d82-47af-ac93-6cc19de34581"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:37:42.876Z", "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-26T10:37:42.876Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "63cee888-49e1-44b9-af8e-006b43a81e16", "logger": "0f39ca11-0d82-47af-ac93-6cc19de34581"}], "metadata": {"pagination": {"total": 11, "offset": 0, "size": 50}}} 2018-10-26 10:37:45,311 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:37:45,311 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:37:45 GMT 2018-10-26 10:37:45,311 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:37:45,311 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5872 2018-10-26 10:37:45,311 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:37:45,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'create_deployment_environment' workflow execution 2018-10-26 10:37:45,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: openstack 2018-10-26 10:37:45,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip freeze 2018-10-26 10:37:45,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-10-26 10:37:45,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing deployment plugins 2018-10-26 10:37:45,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-10-26 10:37:45,313 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing from directory: /tmp/tmpPsvY9L [args=--prefix="/tmp/openstack-jUE32Z" --constraint="/tmp/openstack-jUE32Z/constraint.txt", package_name=cloudify-openstack-plugin] 2018-10-26 10:37:45,313 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-10-26 10:37:45,313 - 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-26 10:37:45,313 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmpPsvY9L --prefix="/tmp/openstack-jUE32Z" --constraint="/tmp/openstack-jUE32Z/constraint.txt" 2018-10-26 10:37:45,313 - 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-26 10:37:45,313 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/63cee888-49e1-44b9-af8e-006b43a81e16 2018-10-26 10:37:45,374 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:37:45,374 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:37:45,375 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:37:45,375 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:37:45,375 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:37:45,375 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:37:45,375 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:37:45,375 - 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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-26T10:37:39.765Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "63cee888-49e1-44b9-af8e-006b43a81e16"} 2018-10-26 10:37:45,375 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:37:45,375 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:37:45 GMT 2018-10-26 10:37:45,375 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:37:45,376 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-10-26 10:37:45,376 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:37:50,381 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:37:50,510 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:37:50,510 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:37:50,510 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:37:50,511 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:37:50,511 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:37:50,511 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:37:50,511 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:37:50,511 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-10-26 10:37:50,511 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:37:50,511 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:37:50 GMT 2018-10-26 10:37:50,511 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:37:50,511 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-10-26 10:37:50,511 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:37:50,512 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/63cee888-49e1-44b9-af8e-006b43a81e16 2018-10-26 10:37:50,582 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:37:50,582 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:37:50,582 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:37:50,583 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:37:50,583 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:37:50,583 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:37:50,583 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:37:50,583 - 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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-26T10:37:39.765Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "63cee888-49e1-44b9-af8e-006b43a81e16"} 2018-10-26 10:37:50,583 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:37:50,583 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:37:50 GMT 2018-10-26 10:37:50,583 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:37:50,583 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-10-26 10:37:50,584 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:37:55,589 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:37:55,693 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:37:55,693 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:37:55,694 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:37:55,694 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:37:55,694 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:37:55,694 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:37:55,694 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:37:55,694 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-10-26 10:37:55,694 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:37:55,694 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:37:55 GMT 2018-10-26 10:37:55,694 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:37:55,694 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-10-26 10:37:55,695 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:37:55,695 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/63cee888-49e1-44b9-af8e-006b43a81e16 2018-10-26 10:37:55,763 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:37:55,764 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:37:55,764 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:37:55,764 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:37:55,764 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:37:55,764 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:37:55,764 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:37:55,764 - 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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-26T10:37:39.765Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "63cee888-49e1-44b9-af8e-006b43a81e16"} 2018-10-26 10:37:55,765 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:37:55,765 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:37:55 GMT 2018-10-26 10:37:55,765 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:37:55,765 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-10-26 10:37:55,765 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:38:00,771 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:38:00,841 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:38:00,841 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:38:00,841 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:38:00,842 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:38:00,842 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:38:00,842 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:38:00,842 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:38:00,842 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-10-26 10:38:00,842 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:38:00,842 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:38:00 GMT 2018-10-26 10:38:00,842 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:38:00,842 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-10-26 10:38:00,842 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:38:00,843 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/63cee888-49e1-44b9-af8e-006b43a81e16 2018-10-26 10:38:00,902 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:38:00,902 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:38:00,902 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:38:00,903 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:38:00,903 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:38:00,903 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:38:00,903 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:38:00,903 - 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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-26T10:37:39.765Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "63cee888-49e1-44b9-af8e-006b43a81e16"} 2018-10-26 10:38:00,903 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:38:00,903 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:38:00 GMT 2018-10-26 10:38:00,903 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:38:00,903 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-10-26 10:38:00,904 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:38:05,905 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:38:05,971 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:38:05,972 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:38:05,972 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:38:05,972 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:38:05,972 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:38:05,972 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:38:05,972 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:38:05,972 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-10-26 10:38:05,972 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:38:05,972 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:38:05 GMT 2018-10-26 10:38:05,973 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:38:05,973 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-10-26 10:38:05,973 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:38:05,973 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/63cee888-49e1-44b9-af8e-006b43a81e16 2018-10-26 10:38:06,041 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:38:06,042 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:38:06,042 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:38:06,042 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:38:06,042 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:38:06,042 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:38:06,042 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:38:06,042 - 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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-26T10:37:39.765Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "63cee888-49e1-44b9-af8e-006b43a81e16"} 2018-10-26 10:38:06,043 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:38:06,043 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:38:06 GMT 2018-10-26 10:38:06,043 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:38:06,043 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-10-26 10:38:06,043 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:38:11,047 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:38:11,123 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:38:11,123 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:38:11,123 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:38:11,123 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:38:11,124 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:38:11,124 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:38:11,124 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:38:11,124 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-10-26 10:38:11,124 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:38:11,124 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:38:11 GMT 2018-10-26 10:38:11,124 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:38:11,124 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-10-26 10:38:11,124 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:38:11,125 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/63cee888-49e1-44b9-af8e-006b43a81e16 2018-10-26 10:38:11,196 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:38:11,197 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:38:11,197 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:38:11,197 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:38:11,197 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:38:11,197 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:38:11,197 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:38:11,197 - 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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-26T10:37:39.765Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "63cee888-49e1-44b9-af8e-006b43a81e16"} 2018-10-26 10:38:11,198 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:38:11,198 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:38:11 GMT 2018-10-26 10:38:11,198 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:38:11,198 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-10-26 10:38:11,198 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:38:16,204 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:38:16,271 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:38:16,271 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:38:16,271 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:38:16,271 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:38:16,271 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:38:16,271 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:38:16,271 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:38:16,272 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-10-26 10:38:16,272 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:38:16,272 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:38:16 GMT 2018-10-26 10:38:16,272 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:38:16,272 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-10-26 10:38:16,272 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:38:16,272 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/63cee888-49e1-44b9-af8e-006b43a81e16 2018-10-26 10:38:16,340 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:38:16,341 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:38:16,341 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:38:16,341 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:38:16,341 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:38:16,341 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:38:16,341 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:38:16,341 - 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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-26T10:37:39.765Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "63cee888-49e1-44b9-af8e-006b43a81e16"} 2018-10-26 10:38:16,342 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:38:16,342 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:38:16 GMT 2018-10-26 10:38:16,342 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:38:16,342 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-10-26 10:38:16,342 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:38:21,348 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:38:21,428 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:38:21,429 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:38:21,429 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:38:21,429 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:38:21,429 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:38:21,429 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:38:21,429 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:38:21,429 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:17.548Z", "message": "Retrieved package name: cloudify-openstack-plugin", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:17.548Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "63cee888-49e1-44b9-af8e-006b43a81e16", "logger": "0f39ca11-0d82-47af-ac93-6cc19de34581"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:17.917Z", "message": "Removing directory: /tmp/tmpPsvY9L", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:17.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "63cee888-49e1-44b9-af8e-006b43a81e16", "logger": "0f39ca11-0d82-47af-ac93-6cc19de34581"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:18.480Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:18.480Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "63cee888-49e1-44b9-af8e-006b43a81e16"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:18.937Z", "message": "Creating deployment work directory", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:18.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "63cee888-49e1-44b9-af8e-006b43a81e16"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:18.937Z", "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-26T10:38:18.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "63cee888-49e1-44b9-af8e-006b43a81e16"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:19.949Z", "message": "'create_deployment_environment' workflow execution succeeded", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:19.949Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "63cee888-49e1-44b9-af8e-006b43a81e16"}], "metadata": {"pagination": {"total": 17, "offset": 11, "size": 50}}} 2018-10-26 10:38:21,430 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:38:21,430 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:38:21 GMT 2018-10-26 10:38:21,430 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:38:21,430 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3027 2018-10-26 10:38:21,430 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:38:21,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Retrieved package name: cloudify-openstack-plugin 2018-10-26 10:38:21,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpPsvY9L 2018-10-26 10:38:21,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-10-26 10:38:21,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating deployment work directory 2018-10-26 10:38:21,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping starting deployment policy engine core - no policies defined 2018-10-26 10:38:21,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'create_deployment_environment' workflow execution succeeded 2018-10-26 10:38:21,431 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/63cee888-49e1-44b9-af8e-006b43a81e16 2018-10-26 10:38:21,490 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:38:21,490 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:38:21,490 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:38:21,490 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:38:21,490 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:38:21,491 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:38:21,491 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:38:21,491 - 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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-26T10:37:39.765Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "63cee888-49e1-44b9-af8e-006b43a81e16"} 2018-10-26 10:38:21,491 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:38:21,491 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:38:21 GMT 2018-10-26 10:38:21,491 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:38:21,491 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6293 2018-10-26 10:38:21,491 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:38:21,492 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Start the VNF Instance deployment 2018-10-26 10:38:21,492 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.201:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "clearwater-opnfv", "force": "false", "workflow_id": "install", "parameters": null} 2018-10-26 10:38:21,714 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:38:21,715 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:38:21,715 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:38:21,715 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:38:21,715 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:38:21,715 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:38:21,715 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:38:21,715 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 137 2018-10-26 10:38:21,715 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:38:21,716 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:38:21,716 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:38:21 GMT 2018-10-26 10:38:21,716 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:38:21,716 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:38:21,716 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:38:21,716 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:38:21,807 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:38:21,807 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:38:21,807 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:38:21,807 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:38:21,808 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:38:21,808 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:38:21,808 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:38:21,808 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-10-26 10:38:21,808 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:38:21,808 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:38:21 GMT 2018-10-26 10:38:21,808 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:38:21,808 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-10-26 10:38:21,808 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:38:21,809 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:38:21,891 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:38:21,891 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:38:21,892 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:38:21,892 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:38:21,892 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:38:21,892 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:38:21,892 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:38:21,892 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:38:21,892 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:38:21,892 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:38:21 GMT 2018-10-26 10:38:21,893 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:38:21,893 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:38:21,893 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:38:26,898 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:38:26,981 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:38:26,981 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:38:26,981 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:38:26,981 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:38:26,981 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:38:26,981 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:38:26,982 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:38:26,982 - 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-26T10:38:22.282Z", "message": "Starting 'install' workflow execution", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:22.282Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "base_security_group_ugaiej", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:23.747Z", "message": "Creating node", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:23.747Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "base_security_group_ugaiej", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:23.964Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:23.964Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "base_security_group_ugaiej", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:25.726Z", "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-26T10:38:25.726Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "6ed2ad67-b972-4a3c-b7ec-d821918dd6e6"}, {"node_instance_id": "bind_security_group_ih1r6k", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:25.960Z", "message": "Creating node", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:25.960Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_floatingip_7dn287", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:25.960Z", "message": "Creating node", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:25.960Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_security_group_ddbzea", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:25.960Z", "message": "Creating node", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:25.960Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "homer_security_group_s86e9e", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:25.960Z", "message": "Creating node", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:25.960Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "sprout_security_group_8dycrt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:25.960Z", "message": "Creating node", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:25.960Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_floatingip_7dn287", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:25.960Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:25.960Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_security_group_ih1r6k", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:25.960Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:25.960Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_security_group_ddbzea", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:25.960Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:25.960Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "homer_security_group_s86e9e", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:25.960Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:25.960Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "sprout_security_group_8dycrt", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:25.960Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:25.960Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "base_security_group_ugaiej", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:25.960Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:25.960Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_security_group_ih1r6k", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:25.960Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:25.960Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_security_group_ddbzea", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:25.960Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:25.960Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "sprout_security_group_8dycrt", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:25.960Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:25.960Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "base_security_group_ugaiej", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:26.221Z", "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-26T10:38:26.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "6ed2ad67-b972-4a3c-b7ec-d821918dd6e6"}, {"node_instance_id": "base_security_group_ugaiej", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:26.221Z", "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-26T10:38:26.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "6ed2ad67-b972-4a3c-b7ec-d821918dd6e6"}, {"node_instance_id": "base_security_group_ugaiej", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:26.221Z", "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-26T10:38:26.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "6ed2ad67-b972-4a3c-b7ec-d821918dd6e6"}, {"node_instance_id": "bind_security_group_ih1r6k", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:26.221Z", "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-26T10:38:26.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "25ce1c44-b3be-46d1-a258-a95bf116a969"}, {"node_instance_id": "bono_security_group_ddbzea", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:26.221Z", "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-26T10:38:26.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "9bfdac8e-5eec-4fed-a0fd-5f4f5460652c"}, {"node_instance_id": "bono_security_group_ddbzea", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:26.221Z", "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-26T10:38:26.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "9bfdac8e-5eec-4fed-a0fd-5f4f5460652c"}, {"node_instance_id": "bono_security_group_ddbzea", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:26.221Z", "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-26T10:38:26.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "9bfdac8e-5eec-4fed-a0fd-5f4f5460652c"}, {"node_instance_id": "bono_security_group_ddbzea", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:26.221Z", "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-26T10:38:26.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "9bfdac8e-5eec-4fed-a0fd-5f4f5460652c"}, {"node_instance_id": "bono_security_group_ddbzea", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:26.221Z", "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-26T10:38:26.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "9bfdac8e-5eec-4fed-a0fd-5f4f5460652c"}, {"node_instance_id": "homer_security_group_s86e9e", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:26.221Z", "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-26T10:38:26.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "bb7d5254-c37a-43bd-a0a1-c62b38243162"}, {"node_instance_id": "homer_security_group_s86e9e", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:26.221Z", "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-26T10:38:26.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "bb7d5254-c37a-43bd-a0a1-c62b38243162"}, {"node_instance_id": "sprout_security_group_8dycrt", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:26.221Z", "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-26T10:38:26.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "d770a5df-9f09-4072-86ca-8ce86ec67b42"}, {"node_instance_id": "base_security_group_ugaiej", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:26.221Z", "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-26T10:38:26.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "6ed2ad67-b972-4a3c-b7ec-d821918dd6e6"}, {"node_instance_id": "bono_security_group_ddbzea", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:26.221Z", "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-26T10:38:26.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "9bfdac8e-5eec-4fed-a0fd-5f4f5460652c"}, {"node_instance_id": "bono_security_group_ddbzea", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:26.221Z", "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-26T10:38:26.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "9bfdac8e-5eec-4fed-a0fd-5f4f5460652c"}, {"node_instance_id": "bind_security_group_ih1r6k", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:26.221Z", "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-26T10:38:26.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "25ce1c44-b3be-46d1-a258-a95bf116a969"}, {"node_instance_id": "bono_security_group_ddbzea", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:26.221Z", "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-26T10:38:26.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "9bfdac8e-5eec-4fed-a0fd-5f4f5460652c"}, {"node_instance_id": "base_security_group_ugaiej", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:26.221Z", "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-26T10:38:26.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "6ed2ad67-b972-4a3c-b7ec-d821918dd6e6"}, {"node_instance_id": "base_security_group_ugaiej", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:26.221Z", "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-26T10:38:26.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "6ed2ad67-b972-4a3c-b7ec-d821918dd6e6"}, {"node_instance_id": "bind_security_group_ih1r6k", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:26.221Z", "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-26T10:38:26.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "25ce1c44-b3be-46d1-a258-a95bf116a969"}, {"node_instance_id": "bono_security_group_ddbzea", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:26.221Z", "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-26T10:38:26.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "9bfdac8e-5eec-4fed-a0fd-5f4f5460652c"}, {"node_instance_id": "bono_security_group_ddbzea", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:26.221Z", "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-26T10:38:26.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "9bfdac8e-5eec-4fed-a0fd-5f4f5460652c"}, {"node_instance_id": "bono_security_group_ddbzea", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:26.221Z", "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-26T10:38:26.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "9bfdac8e-5eec-4fed-a0fd-5f4f5460652c"}, {"node_instance_id": "bono_security_group_ddbzea", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:26.221Z", "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-26T10:38:26.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "9bfdac8e-5eec-4fed-a0fd-5f4f5460652c"}, {"node_instance_id": "bono_security_group_ddbzea", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:26.221Z", "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-26T10:38:26.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "9bfdac8e-5eec-4fed-a0fd-5f4f5460652c"}, {"node_instance_id": "bono_security_group_ddbzea", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:26.221Z", "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-26T10:38:26.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "9bfdac8e-5eec-4fed-a0fd-5f4f5460652c"}, {"node_instance_id": "homer_security_group_s86e9e", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:26.221Z", "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-26T10:38:26.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "bb7d5254-c37a-43bd-a0a1-c62b38243162"}, {"node_instance_id": "homer_security_group_s86e9e", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:26.221Z", "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-26T10:38:26.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "bb7d5254-c37a-43bd-a0a1-c62b38243162"}, {"node_instance_id": "sprout_security_group_8dycrt", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:26.221Z", "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-26T10:38:26.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "d770a5df-9f09-4072-86ca-8ce86ec67b42"}, {"node_instance_id": "base_security_group_ugaiej", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:26.221Z", "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-26T10:38:26.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "6ed2ad67-b972-4a3c-b7ec-d821918dd6e6"}, {"node_instance_id": "bono_security_group_ddbzea", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:26.221Z", "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-26T10:38:26.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "9bfdac8e-5eec-4fed-a0fd-5f4f5460652c"}, {"node_instance_id": "bono_security_group_ddbzea", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:26.221Z", "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-26T10:38:26.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "9bfdac8e-5eec-4fed-a0fd-5f4f5460652c"}], "metadata": {"pagination": {"total": 51, "offset": 0, "size": 50}}} 2018-10-26 10:38:26,982 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:38:26,982 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:38:26 GMT 2018-10-26 10:38:26,982 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:38:26,982 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 31076 2018-10-26 10:38:26,982 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:38:26,984 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'install' workflow execution 2018-10-26 10:38:26,984 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-26 10:38:26,984 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-10-26 10:38:26,984 - 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-26 10:38:26,984 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-26 10:38:26,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-26 10:38:26,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-26 10:38:26,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-26 10:38:26,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-26 10:38:26,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-10-26 10:38:26,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-10-26 10:38:26,986 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-10-26 10:38:26,986 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-10-26 10:38:26,986 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-10-26 10:38:26,986 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-10-26 10:38:26,986 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-10-26 10:38:26,986 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-10-26 10:38:26,987 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-10-26 10:38:26,987 - 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-26 10:38:26,987 - 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-26 10:38:26,987 - 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-26 10:38:26,987 - 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-26 10:38:26,987 - 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-26 10:38:26,988 - 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-26 10:38:26,988 - 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-26 10:38:26,988 - 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-26 10:38:26,988 - 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-26 10:38:26,988 - 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-26 10:38:26,988 - 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-26 10:38:26,989 - 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-26 10:38:26,989 - 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-26 10:38:26,989 - 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-26 10:38:26,989 - 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-26 10:38:26,989 - 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-26 10:38:26,989 - 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-26 10:38:26,990 - 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-26 10:38:26,990 - 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-26 10:38:26,990 - 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-26 10:38:26,990 - 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-26 10:38:26,990 - 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-26 10:38:26,990 - 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-26 10:38:26,991 - 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-26 10:38:26,991 - 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-26 10:38:26,991 - 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-26 10:38:26,991 - 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-26 10:38:26,991 - 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-26 10:38:26,991 - 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-26 10:38:26,991 - 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-26 10:38:26,992 - 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-26 10:38:26,992 - 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-26 10:38:26,992 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:38:27,114 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:38:27,115 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:38:27,115 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:38:27,115 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:38:27,115 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:38:27,115 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:38:27,115 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:38:27,115 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:38:27,115 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:38:27,116 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:38:27 GMT 2018-10-26 10:38:27,116 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:38:27,116 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:38:27,116 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:38:32,121 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:38:32,249 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:38:32,249 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:38:32,249 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:38:32,249 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:38:32,249 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:38:32,250 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:38:32,250 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:38:32,250 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_security_group_ih1r6k", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:26.221Z", "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-26T10:38:26.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "25ce1c44-b3be-46d1-a258-a95bf116a969"}, {"node_instance_id": "bind_floatingip_0pozvu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:26.987Z", "message": "Creating node", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:26.987Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_security_group_mqrk2d", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:26.987Z", "message": "Creating node", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:26.987Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_floatingip_goi6t6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:26.987Z", "message": "Creating node", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:26.987Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_security_group_sksm6h", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:26.987Z", "message": "Creating node", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:26.987Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "internal_sip_security_group_9mot9a", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:26.987Z", "message": "Creating node", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:26.987Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "keypair_8ubdmb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:26.987Z", "message": "Creating node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:26.987Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "vellum_security_group_i8ej08", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:26.987Z", "message": "Creating node", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:26.987Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_floatingip_0pozvu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:26.987Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:26.987Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_floatingip_goi6t6", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:26.987Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:26.987Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_security_group_mqrk2d", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:26.987Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:26.987Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_security_group_sksm6h", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:26.987Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:26.987Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "internal_sip_security_group_9mot9a", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:26.987Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:26.987Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "vellum_security_group_i8ej08", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:26.987Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:26.987Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "keypair_8ubdmb", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:26.987Z", "message": "Sending task 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:26.987Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "homer_security_group_s86e9e", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:26.987Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:26.987Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "sprout_security_group_8dycrt", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:30.141Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:30.141Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "sprout_security_group_8dycrt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:31.074Z", "message": "Configuring node", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:31.074Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_floatingip_7dn287", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:31.074Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:31.074Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_security_group_sksm6h", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:31.074Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:31.074Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "homer_security_group_s86e9e", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:31.074Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:31.074Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_security_group_sksm6h", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:31.620Z", "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-26T10:38:31.620Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "76c4b92e-200b-46ca-b68d-d356e3710a74"}, {"node_instance_id": "base_security_group_ugaiej", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:32.104Z", "message": "Configuring node", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:32.104Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "homer_security_group_s86e9e", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:32.104Z", "message": "Configuring node", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:32.104Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_floatingip_goi6t6", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:32.104Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:32.104Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "internal_sip_security_group_9mot9a", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:32.104Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:32.104Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "base_security_group_ugaiej", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:32.104Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:32.104Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_security_group_ih1r6k", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:32.104Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:32.104Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}], "metadata": {"pagination": {"total": 78, "offset": 50, "size": 50}}} 2018-10-26 10:38:32,250 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:38:32,250 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:38:32 GMT 2018-10-26 10:38:32,250 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:38:32,250 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 14481 2018-10-26 10:38:32,250 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:38:32,251 - 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-26 10:38:32,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-26 10:38:32,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-26 10:38:32,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-26 10:38:32,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-26 10:38:32,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-26 10:38:32,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-26 10:38:32,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-26 10:38:32,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-10-26 10:38:32,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-10-26 10:38:32,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-10-26 10:38:32,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-10-26 10:38:32,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-10-26 10:38:32,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-10-26 10:38:32,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.keypair.create' 2018-10-26 10:38:32,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-10-26 10:38:32,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-10-26 10:38:32,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-26 10:38:32,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-10-26 10:38:32,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-10-26 10:38:32,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-10-26 10:38:32,255 - 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-26 10:38:32,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-26 10:38:32,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-26 10:38:32,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-10-26 10:38:32,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-10-26 10:38:32,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-10-26 10:38:32,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-10-26 10:38:32,256 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:38:32,495 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:38:32,495 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:38:32,495 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:38:32,495 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:38:32,495 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:38:32,495 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:38:32,495 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:38:32,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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:38:32,496 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:38:32,496 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:38:32 GMT 2018-10-26 10:38:32,496 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:38:32,496 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:38:32,496 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:38:37,501 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:38:37,575 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:38:37,575 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:38:37,575 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:38:37,576 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:38:37,576 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:38:37,576 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:38:37,576 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:38:37,576 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_security_group_sksm6h", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:32.414Z", "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-26T10:38:32.414Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "76c4b92e-200b-46ca-b68d-d356e3710a74"}, {"node_instance_id": "internal_sip_security_group_9mot9a", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:32.414Z", "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-26T10:38:32.414Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "12990e47-08f6-443f-b6cb-caf2fe028d08"}, {"node_instance_id": "internal_sip_security_group_9mot9a", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:32.414Z", "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-26T10:38:32.414Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "12990e47-08f6-443f-b6cb-caf2fe028d08"}, {"node_instance_id": "internal_sip_security_group_9mot9a", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:32.414Z", "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-26T10:38:32.414Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "12990e47-08f6-443f-b6cb-caf2fe028d08"}, {"node_instance_id": "ellis_security_group_sksm6h", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:32.414Z", "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-26T10:38:32.414Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "76c4b92e-200b-46ca-b68d-d356e3710a74"}, {"node_instance_id": "ellis_security_group_sksm6h", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:32.414Z", "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-26T10:38:32.414Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "76c4b92e-200b-46ca-b68d-d356e3710a74"}, {"node_instance_id": "internal_sip_security_group_9mot9a", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:32.414Z", "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-26T10:38:32.414Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "12990e47-08f6-443f-b6cb-caf2fe028d08"}, {"node_instance_id": "internal_sip_security_group_9mot9a", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:32.414Z", "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-26T10:38:32.414Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "12990e47-08f6-443f-b6cb-caf2fe028d08"}, {"node_instance_id": "internal_sip_security_group_9mot9a", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:32.414Z", "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-26T10:38:32.414Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "12990e47-08f6-443f-b6cb-caf2fe028d08"}, {"node_instance_id": "bind_security_group_ih1r6k", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:33.110Z", "message": "Configuring node", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:33.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "homer_security_group_s86e9e", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:33.110Z", "message": "Starting node", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:33.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "sprout_security_group_8dycrt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:33.110Z", "message": "Starting node", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:33.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "vellum_security_group_i8ej08", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:33.110Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:33.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_security_group_ddbzea", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:33.110Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:33.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_floatingip_7dn287", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:33.486Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'fb25b6949c784d56b9db7c35ab0ddf00', u'created_at': u'2018-10-26T10:38:32Z', u'updated_at': u'2018-10-26T10:38:32Z', u'floating_network_id': u'94b52afd-6cfc-477c-8eec-9ace3e0b6693', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.207', u'revision_number': 0, u'project_id': u'fb25b6949c784d56b9db7c35ab0ddf00', u'port_id': None, u'id': u'f49dcae5-70da-44ff-b351-002dc183ad44'}", "level": "info", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:33.486Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "8b820236-f3ba-487f-b57c-3d0264bd32bd"}, {"node_instance_id": "vellum_security_group_i8ej08", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:33.486Z", "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-26T10:38:33.486Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "71dde63d-e4b6-4a51-b13b-14031f529fa0"}, {"node_instance_id": "vellum_security_group_i8ej08", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:33.486Z", "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-26T10:38:33.486Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "71dde63d-e4b6-4a51-b13b-14031f529fa0"}, {"node_instance_id": "vellum_security_group_i8ej08", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:33.486Z", "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-26T10:38:33.486Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "71dde63d-e4b6-4a51-b13b-14031f529fa0"}, {"node_instance_id": "vellum_security_group_i8ej08", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:33.486Z", "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-26T10:38:33.486Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "71dde63d-e4b6-4a51-b13b-14031f529fa0"}, {"node_instance_id": "vellum_security_group_i8ej08", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:33.486Z", "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-26T10:38:33.486Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "71dde63d-e4b6-4a51-b13b-14031f529fa0"}, {"node_instance_id": "vellum_security_group_i8ej08", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:33.486Z", "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-26T10:38:33.486Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "71dde63d-e4b6-4a51-b13b-14031f529fa0"}, {"node_instance_id": "vellum_security_group_i8ej08", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:33.486Z", "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-26T10:38:33.486Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "71dde63d-e4b6-4a51-b13b-14031f529fa0"}, {"node_instance_id": "vellum_security_group_i8ej08", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:33.486Z", "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-26T10:38:33.486Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "71dde63d-e4b6-4a51-b13b-14031f529fa0"}, {"node_instance_id": "vellum_security_group_i8ej08", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:33.486Z", "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-26T10:38:33.486Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "71dde63d-e4b6-4a51-b13b-14031f529fa0"}, {"node_instance_id": "vellum_security_group_i8ej08", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:33.486Z", "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-26T10:38:33.486Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "71dde63d-e4b6-4a51-b13b-14031f529fa0"}, {"node_instance_id": "vellum_security_group_i8ej08", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:33.486Z", "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-26T10:38:33.486Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "71dde63d-e4b6-4a51-b13b-14031f529fa0"}, {"node_instance_id": "vellum_security_group_i8ej08", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:33.486Z", "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-26T10:38:33.486Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "71dde63d-e4b6-4a51-b13b-14031f529fa0"}, {"node_instance_id": "bono_floatingip_7dn287", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:34.143Z", "message": "Configuring node", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:34.143Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_security_group_ddbzea", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:34.143Z", "message": "Configuring node", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:34.143Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "base_security_group_ugaiej", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:34.143Z", "message": "Starting node", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:34.143Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_security_group_ih1r6k", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:34.143Z", "message": "Starting node", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:34.143Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_security_group_ddbzea", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:34.143Z", "message": "Starting node", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:34.143Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "keypair_8ubdmb", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:34.143Z", "message": "Task started 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:34.143Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_floatingip_7dn287", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:34.143Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:34.143Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_floatingip_goi6t6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:34.503Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'fb25b6949c784d56b9db7c35ab0ddf00', u'created_at': u'2018-10-26T10:38:33Z', u'updated_at': u'2018-10-26T10:38:33Z', u'floating_network_id': u'94b52afd-6cfc-477c-8eec-9ace3e0b6693', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.210', u'revision_number': 0, u'project_id': u'fb25b6949c784d56b9db7c35ab0ddf00', u'port_id': None, u'id': u'66309117-a239-4065-9097-aada3996295f'}", "level": "info", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:34.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "75a4b6d7-806a-4e8b-b4aa-5586ef82f808"}, {"node_instance_id": "ellis_floatingip_goi6t6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:35.185Z", "message": "Configuring node", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:35.185Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_floatingip_7dn287", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:35.185Z", "message": "Starting node", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:35.185Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_floatingip_0pozvu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:35.185Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:35.185Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_security_group_mqrk2d", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:35.185Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:35.185Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_floatingip_goi6t6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:35.185Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:35.185Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "keypair_8ubdmb", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:35.185Z", "message": "Task succeeded 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:35.185Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "keypair_8ubdmb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:35.515Z", "message": "Using external resource keypair: cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "level": "info", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:35.515Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "5fa12862-1ea5-4385-8304-94c6ef82ec57"}, {"node_instance_id": "ellis_security_group_sksm6h", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:36.466Z", "message": "Configuring node", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:36.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "keypair_8ubdmb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:36.466Z", "message": "Configuring node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:36.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_floatingip_goi6t6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:36.466Z", "message": "Starting node", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:36.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_security_group_sksm6h", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:36.466Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:36.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "internal_sip_security_group_9mot9a", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:36.466Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:36.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_security_group_mqrk2d", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:36.609Z", "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-26T10:38:36.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "f31625b2-0848-4888-b081-b4455574cb9d"}, {"node_instance_id": "dime_security_group_mqrk2d", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:36.609Z", "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-26T10:38:36.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "f31625b2-0848-4888-b081-b4455574cb9d"}, {"node_instance_id": "dime_security_group_mqrk2d", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:36.609Z", "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-26T10:38:36.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "f31625b2-0848-4888-b081-b4455574cb9d"}], "metadata": {"pagination": {"total": 134, "offset": 78, "size": 50}}} 2018-10-26 10:38:37,576 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:38:37,576 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:38:37 GMT 2018-10-26 10:38:37,576 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:38:37,577 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 30687 2018-10-26 10:38:37,577 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:38:37,578 - 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-26 10:38:37,578 - 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-26 10:38:37,578 - 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-26 10:38:37,578 - 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-26 10:38:37,579 - 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-26 10:38:37,579 - 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-26 10:38:37,579 - 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-26 10:38:37,579 - 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-26 10:38:37,579 - 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-26 10:38:37,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-26 10:38:37,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-26 10:38:37,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-26 10:38:37,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-10-26 10:38:37,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-10-26 10:38:37,580 - 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'fb25b6949c784d56b9db7c35ab0ddf00', u'created_at': u'2018-10-26T10:38:32Z', u'updated_at': u'2018-10-26T10:38:32Z', u'floating_network_id': u'94b52afd-6cfc-477c-8eec-9ace3e0b6693', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.207', u'revision_number': 0, u'project_id': u'fb25b6949c784d56b9db7c35ab0ddf00', u'port_id': None, u'id': u'f49dcae5-70da-44ff-b351-002dc183ad44'} 2018-10-26 10:38:37,580 - 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-26 10:38:37,581 - 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-26 10:38:37,581 - 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-26 10:38:37,581 - 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-26 10:38:37,581 - 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-26 10:38:37,581 - 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-26 10:38:37,581 - 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-26 10:38:37,582 - 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-26 10:38:37,582 - 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-26 10:38:37,582 - 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-26 10:38:37,582 - 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-26 10:38:37,582 - 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-26 10:38:37,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-26 10:38:37,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-26 10:38:37,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-26 10:38:37,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-26 10:38:37,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-26 10:38:37,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.keypair.create' 2018-10-26 10:38:37,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-10-26 10:38:37,584 - 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'fb25b6949c784d56b9db7c35ab0ddf00', u'created_at': u'2018-10-26T10:38:33Z', u'updated_at': u'2018-10-26T10:38:33Z', u'floating_network_id': u'94b52afd-6cfc-477c-8eec-9ace3e0b6693', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.210', u'revision_number': 0, u'project_id': u'fb25b6949c784d56b9db7c35ab0ddf00', u'port_id': None, u'id': u'66309117-a239-4065-9097-aada3996295f'} 2018-10-26 10:38:37,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-26 10:38:37,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-26 10:38:37,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-10-26 10:38:37,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-10-26 10:38:37,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-10-26 10:38:37,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.keypair.create' 2018-10-26 10:38:37,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Using external resource keypair: cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010 2018-10-26 10:38:37,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-26 10:38:37,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-26 10:38:37,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-26 10:38:37,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-10-26 10:38:37,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-10-26 10:38:37,586 - 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-26 10:38:37,586 - 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-26 10:38:37,586 - 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-26 10:38:37,586 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:38:37,718 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:38:37,719 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:38:37,719 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:38:37,719 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:38:37,719 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:38:37,719 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:38:37,719 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:38:37,719 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:38:37,720 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:38:37,720 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:38:37 GMT 2018-10-26 10:38:37,720 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:38:37,720 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:38:37,720 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:38:42,725 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:38:42,802 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:38:42,803 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:38:42,803 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:38:42,803 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:38:42,803 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:38:42,803 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:38:42,803 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:38:42,803 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_security_group_mqrk2d", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:36.609Z", "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-26T10:38:36.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "f31625b2-0848-4888-b081-b4455574cb9d"}, {"node_instance_id": "dime_security_group_mqrk2d", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:36.609Z", "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-26T10:38:36.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "f31625b2-0848-4888-b081-b4455574cb9d"}, {"node_instance_id": "dime_security_group_mqrk2d", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:36.609Z", "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-26T10:38:36.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "f31625b2-0848-4888-b081-b4455574cb9d"}, {"node_instance_id": "internal_sip_security_group_9mot9a", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:37.495Z", "message": "Configuring node", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:37.495Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_security_group_sksm6h", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:37.495Z", "message": "Starting node", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:37.495Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "keypair_8ubdmb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:37.495Z", "message": "Starting node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:37.495Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_floatingip_0pozvu", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:37.682Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'fb25b6949c784d56b9db7c35ab0ddf00', u'created_at': u'2018-10-26T10:38:37Z', u'updated_at': u'2018-10-26T10:38:37Z', u'floating_network_id': u'94b52afd-6cfc-477c-8eec-9ace3e0b6693', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.209', u'revision_number': 0, u'project_id': u'fb25b6949c784d56b9db7c35ab0ddf00', u'port_id': None, u'id': u'3316a986-4ede-452b-aecc-f1f39e050aef'}", "level": "info", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:37.682Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "bbb229eb-52b8-40b4-8c65-428d32247d74"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:38.506Z", "message": "Creating node", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:38.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:38.506Z", "message": "Creating node", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:38.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:38.506Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:38.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:38.506Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:38.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "internal_sip_security_group_9mot9a", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:38.506Z", "message": "Starting node", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:38.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:38.506Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:38.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:38.506Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:38.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_floatingip_0pozvu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:38.506Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:38.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "vellum_security_group_i8ej08", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:38.506Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:38.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:38.736Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', u'external_name': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', u'external_type': u'keypair'}, {u'external_id': u'e362f513-25c7-4f88-b517-d7fd3464ccef', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'd201fcec-ef39-4285-a43f-b514bc064d52', 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-26T10:38:38.736Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "7042f65f-e617-498f-b693-cf51bf9c9adb"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:39.676Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', u'external_name': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', u'external_type': u'keypair'}]", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:39.676Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "15eacdca-95e1-435e-9330-315b7007c39b"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:39.676Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_homer_host_7hwq87'}", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:39.676Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "7042f65f-e617-498f-b693-cf51bf9c9adb"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:39.676Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_proxy_host_8tfvdc'}", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:39.676Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "15eacdca-95e1-435e-9330-315b7007c39b"}, {"node_instance_id": "bind_floatingip_0pozvu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:39.694Z", "message": "Configuring node", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:39.694Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "vellum_security_group_i8ej08", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:39.694Z", "message": "Configuring node", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:39.694Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:39.694Z", "message": "Creating node", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:39.694Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:39.694Z", "message": "Creating node", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:39.694Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:39.694Z", "message": "Creating node", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:39.694Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:39.694Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:39.694Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:39.694Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:39.694Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:39.694Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:39.694Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:39.694Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:39.694Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:40.917Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', u'external_name': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', u'external_type': u'keypair'}, {u'external_id': u'e362f513-25c7-4f88-b517-d7fd3464ccef', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'35ed1615-6b24-49a2-9b51-1ad062385e08', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'bea29242-f3f9-4fff-b41d-338b9b28bfa4', 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-26T10:38:40.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a5769fee-2f27-48bc-9d76-6910de306e66"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:40.917Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', u'external_name': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', u'external_type': u'keypair'}, {u'external_id': u'e362f513-25c7-4f88-b517-d7fd3464ccef', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'633834e1-2458-4883-8f7d-0377cb941ed4', u'external_name': u'clearwater-sg_ellis', u'external_type': u'security_group'}, {u'external_id': u'66309117-a239-4065-9097-aada3996295f', u'floating_ip_address': u'172.30.9.210', u'external_type': u'floatingip'}]", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:40.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "ac280a61-3779-48ac-bfb9-f72590b16dea"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:40.917Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_ellis_host_gh9gv2'}", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:40.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "ac280a61-3779-48ac-bfb9-f72590b16dea"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:40.917Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_sprout_host_0j626u'}", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:40.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a5769fee-2f27-48bc-9d76-6910de306e66"}, {"node_instance_id": "dime_security_group_mqrk2d", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:40.920Z", "message": "Configuring node", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:40.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:40.920Z", "message": "Creating node", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:40.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:40.920Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:40.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_floatingip_0pozvu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:40.920Z", "message": "Starting node", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:40.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "vellum_security_group_i8ej08", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:40.920Z", "message": "Starting node", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:40.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:40.920Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:40.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_security_group_mqrk2d", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:40.920Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:40.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "vellum_host_19cott", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:41.944Z", "message": "Creating node", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:41.944Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:41.944Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:41.944Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "vellum_host_19cott", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:41.944Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:41.944Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_security_group_mqrk2d", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:41.944Z", "message": "Starting node", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:41.944Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:41.945Z", "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-26T10:38:41.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "7042f65f-e617-498f-b693-cf51bf9c9adb"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:41.945Z", "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-26T10:38:41.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "15eacdca-95e1-435e-9330-315b7007c39b"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:41.945Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_homer_host_7hwq87', 'key_name': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'image': u'3d6a0052-418a-42e3-a813-c35b9c005e84', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'cloudify_management_network_id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e'}, 'nics': [{'net-id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e'}], 'flavor': u'99dfdd3a-22f2-4ea7-acf7-c916d986057e'}", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:41.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "7042f65f-e617-498f-b693-cf51bf9c9adb"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:41.945Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_proxy_host_8tfvdc', 'key_name': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'image': u'3d6a0052-418a-42e3-a813-c35b9c005e84', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'cloudify_management_network_id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e'}, 'nics': [{'net-id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e'}], 'flavor': u'99dfdd3a-22f2-4ea7-acf7-c916d986057e'}", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:41.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "15eacdca-95e1-435e-9330-315b7007c39b"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:41.945Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', u'external_name': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', u'external_type': u'keypair'}, {u'external_id': u'e362f513-25c7-4f88-b517-d7fd3464ccef', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'0593d8b4-cc8e-4d8b-a42d-80c40bc3a770', u'external_name': u'clearwater-sg_bono', u'external_type': u'security_group'}, {u'external_id': u'35ed1615-6b24-49a2-9b51-1ad062385e08', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'f49dcae5-70da-44ff-b351-002dc183ad44', u'floating_ip_address': u'172.30.9.207', u'external_type': u'floatingip'}]", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:41.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "fdf119ee-f006-4938-bf32-ad0feaabe9d4"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:41.945Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_homer_host_7hwq87', 'key_name': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'image': u'3d6a0052-418a-42e3-a813-c35b9c005e84', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'cloudify_management_network_id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e'}, 'nics': [{'net-id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e'}], 'flavor': u'99dfdd3a-22f2-4ea7-acf7-c916d986057e'}", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:41.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "7042f65f-e617-498f-b693-cf51bf9c9adb"}], "metadata": {"pagination": {"total": 180, "offset": 128, "size": 50}}} 2018-10-26 10:38:42,803 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:38:42,804 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:38:42 GMT 2018-10-26 10:38:42,804 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:38:42,804 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 30292 2018-10-26 10:38:42,804 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:38:42,805 - 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-26 10:38:42,805 - 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-26 10:38:42,805 - 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-26 10:38:42,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-26 10:38:42,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-26 10:38:42,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-26 10:38:42,806 - 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'fb25b6949c784d56b9db7c35ab0ddf00', u'created_at': u'2018-10-26T10:38:37Z', u'updated_at': u'2018-10-26T10:38:37Z', u'floating_network_id': u'94b52afd-6cfc-477c-8eec-9ace3e0b6693', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.209', u'revision_number': 0, u'project_id': u'fb25b6949c784d56b9db7c35ab0ddf00', u'port_id': None, u'id': u'3316a986-4ede-452b-aecc-f1f39e050aef'} 2018-10-26 10:38:42,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-26 10:38:42,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-26 10:38:42,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-10-26 10:38:42,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-10-26 10:38:42,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-26 10:38:42,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-10-26 10:38:42,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-10-26 10:38:42,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-10-26 10:38:42,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-10-26 10:38:42,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', u'external_name': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', u'external_type': u'keypair'}, {u'external_id': u'e362f513-25c7-4f88-b517-d7fd3464ccef', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'd201fcec-ef39-4285-a43f-b514bc064d52', u'external_name': u'clearwater-sg_homer', u'external_type': u'security_group'}] 2018-10-26 10:38:42,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', u'external_name': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', u'external_type': u'keypair'}] 2018-10-26 10:38:42,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_homer_host_7hwq87'} 2018-10-26 10:38:42,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_proxy_host_8tfvdc'} 2018-10-26 10:38:42,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-26 10:38:42,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-26 10:38:42,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-26 10:38:42,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-26 10:38:42,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-26 10:38:42,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-10-26 10:38:42,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-10-26 10:38:42,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-10-26 10:38:42,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-10-26 10:38:42,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', u'external_name': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', u'external_type': u'keypair'}, {u'external_id': u'e362f513-25c7-4f88-b517-d7fd3464ccef', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'35ed1615-6b24-49a2-9b51-1ad062385e08', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'bea29242-f3f9-4fff-b41d-338b9b28bfa4', u'external_name': u'clearwater-sg_sprout', u'external_type': u'security_group'}] 2018-10-26 10:38:42,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', u'external_name': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', u'external_type': u'keypair'}, {u'external_id': u'e362f513-25c7-4f88-b517-d7fd3464ccef', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'633834e1-2458-4883-8f7d-0377cb941ed4', u'external_name': u'clearwater-sg_ellis', u'external_type': u'security_group'}, {u'external_id': u'66309117-a239-4065-9097-aada3996295f', u'floating_ip_address': u'172.30.9.210', u'external_type': u'floatingip'}] 2018-10-26 10:38:42,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_ellis_host_gh9gv2'} 2018-10-26 10:38:42,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_sprout_host_0j626u'} 2018-10-26 10:38:42,811 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-26 10:38:42,811 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-26 10:38:42,811 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-10-26 10:38:42,811 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-26 10:38:42,811 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-26 10:38:42,811 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-10-26 10:38:42,811 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-10-26 10:38:42,812 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-26 10:38:42,812 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-10-26 10:38:42,812 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-10-26 10:38:42,812 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-26 10:38:42,812 - 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-26 10:38:42,812 - 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-26 10:38:42,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_homer_host_7hwq87', 'key_name': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'image': u'3d6a0052-418a-42e3-a813-c35b9c005e84', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'cloudify_management_network_id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e'}, 'nics': [{'net-id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e'}], 'flavor': u'99dfdd3a-22f2-4ea7-acf7-c916d986057e'} 2018-10-26 10:38:42,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_proxy_host_8tfvdc', 'key_name': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'image': u'3d6a0052-418a-42e3-a813-c35b9c005e84', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'cloudify_management_network_id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e'}, 'nics': [{'net-id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e'}], 'flavor': u'99dfdd3a-22f2-4ea7-acf7-c916d986057e'} 2018-10-26 10:38:42,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', u'external_name': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', u'external_type': u'keypair'}, {u'external_id': u'e362f513-25c7-4f88-b517-d7fd3464ccef', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'0593d8b4-cc8e-4d8b-a42d-80c40bc3a770', u'external_name': u'clearwater-sg_bono', u'external_type': u'security_group'}, {u'external_id': u'35ed1615-6b24-49a2-9b51-1ad062385e08', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'f49dcae5-70da-44ff-b351-002dc183ad44', u'floating_ip_address': u'172.30.9.207', u'external_type': u'floatingip'}] 2018-10-26 10:38:42,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_homer_host_7hwq87', 'key_name': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'image': u'3d6a0052-418a-42e3-a813-c35b9c005e84', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'cloudify_management_network_id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e'}, 'nics': [{'net-id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e'}], 'flavor': u'99dfdd3a-22f2-4ea7-acf7-c916d986057e'} 2018-10-26 10:38:42,813 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:38:42,882 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:38:42,882 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:38:42,882 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:38:42,883 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:38:42,883 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:38:42,883 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:38:42,883 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:38:42,883 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:38:42,883 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:38:42,883 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:38:42 GMT 2018-10-26 10:38:42,883 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:38:42,883 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:38:42,883 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:38:47,889 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:38:48,509 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:38:48,509 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:38:48,509 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:38:48,509 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:38:48,509 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:38:48,509 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:38:48,510 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:38:48,510 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:41.945Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_proxy_host_8tfvdc', 'key_name': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'image': u'3d6a0052-418a-42e3-a813-c35b9c005e84', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'cloudify_management_network_id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e'}, 'nics': [{'net-id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e'}], 'flavor': u'99dfdd3a-22f2-4ea7-acf7-c916d986057e'}", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:41.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "15eacdca-95e1-435e-9330-315b7007c39b"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:41.945Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bono_host_hww0qd'}", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:41.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "fdf119ee-f006-4938-bf32-ad0feaabe9d4"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:42.956Z", "message": "Creating node", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:42.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:42.956Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:42.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:42.956Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:42.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:42.965Z", "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-26T10:38:42.965Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "ac280a61-3779-48ac-bfb9-f72590b16dea"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:42.965Z", "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-26T10:38:42.965Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a5769fee-2f27-48bc-9d76-6910de306e66"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:42.965Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_ellis_host_gh9gv2', 'key_name': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'image': u'3d6a0052-418a-42e3-a813-c35b9c005e84', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'cloudify_management_network_id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e'}, 'nics': [{'net-id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e'}], 'flavor': u'99dfdd3a-22f2-4ea7-acf7-c916d986057e'}", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:42.965Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "ac280a61-3779-48ac-bfb9-f72590b16dea"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:42.965Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_sprout_host_0j626u', 'key_name': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'image': u'3d6a0052-418a-42e3-a813-c35b9c005e84', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'cloudify_management_network_id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e'}, 'nics': [{'net-id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e'}], 'flavor': u'99dfdd3a-22f2-4ea7-acf7-c916d986057e'}", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:42.965Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a5769fee-2f27-48bc-9d76-6910de306e66"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:42.965Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_ellis_host_gh9gv2', 'key_name': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'image': u'3d6a0052-418a-42e3-a813-c35b9c005e84', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'cloudify_management_network_id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e'}, 'nics': [{'net-id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e'}], 'flavor': u'99dfdd3a-22f2-4ea7-acf7-c916d986057e'}", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:42.965Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "ac280a61-3779-48ac-bfb9-f72590b16dea"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:42.965Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_sprout_host_0j626u', 'key_name': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'image': u'3d6a0052-418a-42e3-a813-c35b9c005e84', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'cloudify_management_network_id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e'}, 'nics': [{'net-id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e'}], 'flavor': u'99dfdd3a-22f2-4ea7-acf7-c916d986057e'}", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:42.965Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a5769fee-2f27-48bc-9d76-6910de306e66"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:43.977Z", "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-26T10:38:43.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "fdf119ee-f006-4938-bf32-ad0feaabe9d4"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:43.977Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_bono_host_hww0qd', 'key_name': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'image': u'3d6a0052-418a-42e3-a813-c35b9c005e84', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'cloudify_management_network_id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e'}, 'nics': [{'net-id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e'}], 'flavor': u'99dfdd3a-22f2-4ea7-acf7-c916d986057e'}", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:43.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "fdf119ee-f006-4938-bf32-ad0feaabe9d4"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:43.977Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', u'external_name': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', u'external_type': u'keypair'}, {u'external_id': u'e362f513-25c7-4f88-b517-d7fd3464ccef', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'36ef1f7f-6306-4fbd-a198-965ef03b7d9d', u'external_name': u'clearwater-sg_bind', u'external_type': u'security_group'}, {u'external_id': u'3316a986-4ede-452b-aecc-f1f39e050aef', u'floating_ip_address': u'172.30.9.209', u'external_type': u'floatingip'}]", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:43.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c4904fa3-53da-4faf-b34f-d4362cb2e577"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:43.977Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_bono_host_hww0qd', 'key_name': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'image': u'3d6a0052-418a-42e3-a813-c35b9c005e84', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'cloudify_management_network_id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e'}, 'nics': [{'net-id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e'}], 'flavor': u'99dfdd3a-22f2-4ea7-acf7-c916d986057e'}", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:43.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "fdf119ee-f006-4938-bf32-ad0feaabe9d4"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:43.982Z", "message": "Configuring node", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:43.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:43.982Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:43.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "vellum_host_19cott", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:43.982Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:43.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:43.982Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:43.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:44.982Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', u'external_name': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', u'external_type': u'keypair'}, {u'external_id': u'e362f513-25c7-4f88-b517-d7fd3464ccef', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'0234a129-01c3-4c32-8502-bf7c6161ca47', 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-26T10:38:44.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "698d71fd-f9f5-45ab-9748-3ac96e006d7b"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:44.982Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bind_host_9xkma6'}", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:44.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c4904fa3-53da-4faf-b34f-d4362cb2e577"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:44.982Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_vellum_host_19cott'}", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:44.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "698d71fd-f9f5-45ab-9748-3ac96e006d7b"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:45.002Z", "message": "Configuring node", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:45.002Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:45.002Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:45.002Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:45.002Z", "message": "Starting node", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:45.002Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:46.014Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:46.014Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:46.014Z", "message": "Starting node", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:46.014Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:46.014Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:46.014Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:46.014Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:46.014Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:46.333Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', u'external_name': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', u'external_type': u'keypair'}, {u'external_id': u'e362f513-25c7-4f88-b517-d7fd3464ccef', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'ac0cce28-2c14-4512-83a7-4c1c9488f04b', 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-26T10:38:46.333Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "90ee987b-ba1d-469d-90e6-e644a4880c10"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:46.995Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_dime_host_ytakkd'}", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:46.995Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "90ee987b-ba1d-469d-90e6-e644a4880c10"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:47.027Z", "message": "Configuring node", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:47.027Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}], "metadata": {"pagination": {"total": 210, "offset": 178, "size": 50}}} 2018-10-26 10:38:48,510 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:38:48,510 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:38:48 GMT 2018-10-26 10:38:48,510 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:38:48,510 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 21633 2018-10-26 10:38:48,510 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:38:48,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_proxy_host_8tfvdc', 'key_name': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'image': u'3d6a0052-418a-42e3-a813-c35b9c005e84', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'cloudify_management_network_id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e'}, 'nics': [{'net-id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e'}], 'flavor': u'99dfdd3a-22f2-4ea7-acf7-c916d986057e'} 2018-10-26 10:38:48,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bono_host_hww0qd'} 2018-10-26 10:38:48,512 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-26 10:38:48,512 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-10-26 10:38:48,512 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-10-26 10:38:48,512 - 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-26 10:38:48,512 - 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-26 10:38:48,512 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_ellis_host_gh9gv2', 'key_name': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'image': u'3d6a0052-418a-42e3-a813-c35b9c005e84', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'cloudify_management_network_id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e'}, 'nics': [{'net-id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e'}], 'flavor': u'99dfdd3a-22f2-4ea7-acf7-c916d986057e'} 2018-10-26 10:38:48,512 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_sprout_host_0j626u', 'key_name': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'image': u'3d6a0052-418a-42e3-a813-c35b9c005e84', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'cloudify_management_network_id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e'}, 'nics': [{'net-id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e'}], 'flavor': u'99dfdd3a-22f2-4ea7-acf7-c916d986057e'} 2018-10-26 10:38:48,513 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_ellis_host_gh9gv2', 'key_name': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'image': u'3d6a0052-418a-42e3-a813-c35b9c005e84', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'cloudify_management_network_id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e'}, 'nics': [{'net-id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e'}], 'flavor': u'99dfdd3a-22f2-4ea7-acf7-c916d986057e'} 2018-10-26 10:38:48,513 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_sprout_host_0j626u', 'key_name': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'image': u'3d6a0052-418a-42e3-a813-c35b9c005e84', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'cloudify_management_network_id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e'}, 'nics': [{'net-id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e'}], 'flavor': u'99dfdd3a-22f2-4ea7-acf7-c916d986057e'} 2018-10-26 10:38:48,513 - 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-26 10:38:48,513 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_bono_host_hww0qd', 'key_name': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'image': u'3d6a0052-418a-42e3-a813-c35b9c005e84', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'cloudify_management_network_id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e'}, 'nics': [{'net-id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e'}], 'flavor': u'99dfdd3a-22f2-4ea7-acf7-c916d986057e'} 2018-10-26 10:38:48,513 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', u'external_name': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', u'external_type': u'keypair'}, {u'external_id': u'e362f513-25c7-4f88-b517-d7fd3464ccef', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'36ef1f7f-6306-4fbd-a198-965ef03b7d9d', u'external_name': u'clearwater-sg_bind', u'external_type': u'security_group'}, {u'external_id': u'3316a986-4ede-452b-aecc-f1f39e050aef', u'floating_ip_address': u'172.30.9.209', u'external_type': u'floatingip'}] 2018-10-26 10:38:48,513 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_bono_host_hww0qd', 'key_name': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'image': u'3d6a0052-418a-42e3-a813-c35b9c005e84', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'cloudify_management_network_id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e'}, 'nics': [{'net-id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e'}], 'flavor': u'99dfdd3a-22f2-4ea7-acf7-c916d986057e'} 2018-10-26 10:38:48,514 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-26 10:38:48,514 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-10-26 10:38:48,514 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-10-26 10:38:48,514 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-10-26 10:38:48,514 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', u'external_name': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', u'external_type': u'keypair'}, {u'external_id': u'e362f513-25c7-4f88-b517-d7fd3464ccef', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'0234a129-01c3-4c32-8502-bf7c6161ca47', u'external_name': u'clearwater-sg_vellum', u'external_type': u'security_group'}] 2018-10-26 10:38:48,514 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bind_host_9xkma6'} 2018-10-26 10:38:48,515 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_vellum_host_19cott'} 2018-10-26 10:38:48,515 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-26 10:38:48,515 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-10-26 10:38:48,515 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-26 10:38:48,515 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-10-26 10:38:48,515 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-26 10:38:48,515 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-10-26 10:38:48,516 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-10-26 10:38:48,516 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', u'external_name': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', u'external_type': u'keypair'}, {u'external_id': u'e362f513-25c7-4f88-b517-d7fd3464ccef', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'ac0cce28-2c14-4512-83a7-4c1c9488f04b', u'external_name': u'clearwater-sg_dime', u'external_type': u'security_group'}] 2018-10-26 10:38:48,516 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_dime_host_ytakkd'} 2018-10-26 10:38:48,516 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-26 10:38:48,516 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:38:49,042 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:38:49,042 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:38:49,042 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:38:49,042 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:38:49,042 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:38:49,042 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:38:49,042 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:38:49,042 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:38:49,043 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:38:49,043 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:38:49 GMT 2018-10-26 10:38:49,043 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:38:49,043 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:38:49,043 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:38:54,047 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:38:54,121 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:38:54,121 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:38:54,121 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:38:54,122 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:38:54,122 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:38:54,122 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:38:54,122 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:38:54,122 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_gh9gv2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:48.038Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:48.038Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:48.038Z", "message": "Starting node", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:48.038Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:48.354Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_bind_host_9xkma6', 'key_name': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'image': u'3d6a0052-418a-42e3-a813-c35b9c005e84', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'cloudify_management_network_id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e'}, 'nics': [{'net-id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e'}], 'flavor': u'99dfdd3a-22f2-4ea7-acf7-c916d986057e'}", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:48.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c4904fa3-53da-4faf-b34f-d4362cb2e577"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:49.011Z", "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-26T10:38:49.011Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c4904fa3-53da-4faf-b34f-d4362cb2e577"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:49.011Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_bind_host_9xkma6', 'key_name': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'image': u'3d6a0052-418a-42e3-a813-c35b9c005e84', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'cloudify_management_network_id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e'}, 'nics': [{'net-id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e'}], 'flavor': u'99dfdd3a-22f2-4ea7-acf7-c916d986057e'}", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:49.011Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c4904fa3-53da-4faf-b34f-d4362cb2e577"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:50.005Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:50.005Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:50.005Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:50.005Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:50.005Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:50.005Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:50.005Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:50.005Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:50.005Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:50.005Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:50.005Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:50.005Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:50.035Z", "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-26T10:38:50.035Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "90ee987b-ba1d-469d-90e6-e644a4880c10"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:50.035Z", "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-26T10:38:50.035Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "698d71fd-f9f5-45ab-9748-3ac96e006d7b"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:50.035Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_dime_host_ytakkd', 'key_name': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'image': u'3d6a0052-418a-42e3-a813-c35b9c005e84', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'cloudify_management_network_id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e'}, 'nics': [{'net-id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e'}], 'flavor': u'99dfdd3a-22f2-4ea7-acf7-c916d986057e'}", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:50.035Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "90ee987b-ba1d-469d-90e6-e644a4880c10"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:50.035Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_vellum_host_19cott', 'key_name': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'image': u'3d6a0052-418a-42e3-a813-c35b9c005e84', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'cloudify_management_network_id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e'}, 'nics': [{'net-id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e'}], 'flavor': u'99dfdd3a-22f2-4ea7-acf7-c916d986057e'}", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:50.035Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "698d71fd-f9f5-45ab-9748-3ac96e006d7b"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:50.035Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_dime_host_ytakkd', 'key_name': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'image': u'3d6a0052-418a-42e3-a813-c35b9c005e84', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'cloudify_management_network_id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e'}, 'nics': [{'net-id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e'}], 'flavor': u'99dfdd3a-22f2-4ea7-acf7-c916d986057e'}", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:50.035Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "90ee987b-ba1d-469d-90e6-e644a4880c10"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:50.035Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_vellum_host_19cott', 'key_name': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'image': u'3d6a0052-418a-42e3-a813-c35b9c005e84', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'cloudify_management_network_id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e'}, 'nics': [{'net-id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e'}], 'flavor': u'99dfdd3a-22f2-4ea7-acf7-c916d986057e'}", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:50.035Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "698d71fd-f9f5-45ab-9748-3ac96e006d7b"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:51.027Z", "message": "Configuring node", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:51.027Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:52.021Z", "message": "Configuring node", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:52.021Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:52.021Z", "message": "Configuring node", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:52.021Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:52.021Z", "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-26T10:38:52.021Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:52.021Z", "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-26T10:38:52.021Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:52.021Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:52.021Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "vellum_host_19cott", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:52.021Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:52.021Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:53.095Z", "message": "Configuring node", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:53.095Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:53.095Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:53.095Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:53.095Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:53.095Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:53.095Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:53.095Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:53.095Z", "message": "Starting node", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:53.095Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:53.095Z", "message": "Starting node", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:53.095Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:53.095Z", "message": "Starting node", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:53.095Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:53.095Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:53.095Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:53.095Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:53.095Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:53.095Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:53.095Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}], "metadata": {"pagination": {"total": 244, "offset": 210, "size": 50}}} 2018-10-26 10:38:54,122 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:38:54,122 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:38:54 GMT 2018-10-26 10:38:54,122 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:38:54,122 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 21216 2018-10-26 10:38:54,122 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:38:54,123 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-10-26 10:38:54,124 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-26 10:38:54,124 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_bind_host_9xkma6', 'key_name': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'image': u'3d6a0052-418a-42e3-a813-c35b9c005e84', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'cloudify_management_network_id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e'}, 'nics': [{'net-id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e'}], 'flavor': u'99dfdd3a-22f2-4ea7-acf7-c916d986057e'} 2018-10-26 10:38:54,124 - 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-26 10:38:54,124 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_bind_host_9xkma6', 'key_name': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'image': u'3d6a0052-418a-42e3-a813-c35b9c005e84', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'cloudify_management_network_id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e'}, 'nics': [{'net-id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e'}], 'flavor': u'99dfdd3a-22f2-4ea7-acf7-c916d986057e'} 2018-10-26 10:38:54,124 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-10-26 10:38:54,124 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-10-26 10:38:54,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-10-26 10:38:54,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-10-26 10:38:54,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-10-26 10:38:54,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-10-26 10:38:54,125 - 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-26 10:38:54,125 - 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-26 10:38:54,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_dime_host_ytakkd', 'key_name': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'image': u'3d6a0052-418a-42e3-a813-c35b9c005e84', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'cloudify_management_network_id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e'}, 'nics': [{'net-id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e'}], 'flavor': u'99dfdd3a-22f2-4ea7-acf7-c916d986057e'} 2018-10-26 10:38:54,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_vellum_host_19cott', 'key_name': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'image': u'3d6a0052-418a-42e3-a813-c35b9c005e84', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'cloudify_management_network_id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e'}, 'nics': [{'net-id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e'}], 'flavor': u'99dfdd3a-22f2-4ea7-acf7-c916d986057e'} 2018-10-26 10:38:54,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_dime_host_ytakkd', 'key_name': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'image': u'3d6a0052-418a-42e3-a813-c35b9c005e84', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'cloudify_management_network_id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e'}, 'nics': [{'net-id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e'}], 'flavor': u'99dfdd3a-22f2-4ea7-acf7-c916d986057e'} 2018-10-26 10:38:54,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_vellum_host_19cott', 'key_name': u'cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'image': u'3d6a0052-418a-42e3-a813-c35b9c005e84', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010', 'cloudify_management_network_id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e'}, 'nics': [{'net-id': u'e69018a4-a6a5-40c0-bc94-944544e8c74e'}], 'flavor': u'99dfdd3a-22f2-4ea7-acf7-c916d986057e'} 2018-10-26 10:38:54,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-26 10:38:54,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-26 10:38:54,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-26 10:38:54,126 - 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-26 10:38:54,127 - 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-26 10:38:54,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-10-26 10:38:54,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-10-26 10:38:54,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-26 10:38:54,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-10-26 10:38:54,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-10-26 10:38:54,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-10-26 10:38:54,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-26 10:38:54,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-26 10:38:54,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-26 10:38:54,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-10-26 10:38:54,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-10-26 10:38:54,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-10-26 10:38:54,129 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:38:54,191 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:38:54,191 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:38:54,192 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:38:54,192 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:38:54,192 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:38:54,192 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:38:54,192 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:38:54,192 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:38:54,192 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:38:54,192 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:38:54 GMT 2018-10-26 10:38:54,192 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:38:54,193 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:38:54,193 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:38:59,198 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:38:59,498 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:38:59,498 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:38:59,498 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:38:59,498 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:38:59,498 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:38:59,498 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:38:59,498 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:38:59,499 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_19cott", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:54.473Z", "message": "Configuring node", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:54.473Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:54.473Z", "message": "Starting node", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:54.473Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:54.473Z", "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-26T10:38:54.473Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:55.502Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:55.502Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "vellum_host_19cott", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:55.502Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:55.502Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "vellum_host_19cott", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:55.502Z", "message": "Starting node", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:55.502Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:55.502Z", "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-26T10:38:55.502Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:55.502Z", "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-26T10:38:55.502Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:55.502Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:55.502Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "vellum_host_19cott", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:55.502Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:38:55.502Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:56.514Z", "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-26T10:38:56.514Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:57.522Z", "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-26T10:38:57.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "vellum_host_19cott", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:38:57.522Z", "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-26T10:38:57.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}], "metadata": {"pagination": {"total": 257, "offset": 244, "size": 50}}} 2018-10-26 10:38:59,499 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:38:59,499 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:38:59 GMT 2018-10-26 10:38:59,499 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:38:59,499 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 10167 2018-10-26 10:38:59,499 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:38:59,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-26 10:38:59,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-26 10:38:59,500 - 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-26 10:38:59,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-10-26 10:38:59,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-10-26 10:38:59,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-26 10:38:59,501 - 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-26 10:38:59,501 - 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-26 10:38:59,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-10-26 10:38:59,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-10-26 10:38:59,501 - 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-26 10:38:59,502 - 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-26 10:38:59,502 - 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-26 10:38:59,502 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:38:59,760 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:38:59,760 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:38:59,760 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:38:59,760 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:38:59,761 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:38:59,761 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:38:59,761 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:38:59,761 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:38:59,761 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:38:59,761 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:38:59 GMT 2018-10-26 10:38:59,761 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:38:59,761 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:38:59,761 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:39:04,767 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:39:04,854 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:39:04,854 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:39:04,854 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:39:04,854 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:39:04,854 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:39:04,854 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:39:04,855 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:39:04,855 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 257, "offset": 257, "size": 50}}} 2018-10-26 10:39:04,855 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:39:04,855 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:39:04 GMT 2018-10-26 10:39:04,855 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:39:04,855 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-26 10:39:04,855 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:39:04,855 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:39:04,931 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:39:04,932 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:39:04,932 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:39:04,932 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:39:04,932 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:39:04,932 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:39:04,932 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:39:04,932 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:39:04,933 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:39:04,933 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:39:04 GMT 2018-10-26 10:39:04,933 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:39:04,933 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:39:04,933 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:39:09,933 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:39:10,006 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:39:10,006 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:39:10,007 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:39:10,007 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:39:10,007 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:39:10,007 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:39:10,007 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:39:10,007 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 257, "offset": 257, "size": 50}}} 2018-10-26 10:39:10,007 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:39:10,007 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:39:10 GMT 2018-10-26 10:39:10,007 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:39:10,007 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-26 10:39:10,008 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:39:10,008 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:39:10,091 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:39:10,091 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:39:10,091 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:39:10,091 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:39:10,091 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:39:10,091 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:39:10,091 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:39:10,092 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:39:10,092 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:39:10,092 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:39:10 GMT 2018-10-26 10:39:10,092 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:39:10,092 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:39:10,092 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:39:15,093 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:39:15,200 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:39:15,200 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:39:15,200 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:39:15,200 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:39:15,200 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:39:15,200 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:39:15,200 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:39:15,201 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 257, "offset": 257, "size": 50}}} 2018-10-26 10:39:15,201 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:39:15,201 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:39:15 GMT 2018-10-26 10:39:15,201 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:39:15,201 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-26 10:39:15,201 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:39:15,201 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:39:15,269 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:39:15,269 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:39:15,269 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:39:15,269 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:39:15,269 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:39:15,269 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:39:15,270 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:39:15,270 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:39:15,270 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:39:15,270 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:39:15 GMT 2018-10-26 10:39:15,270 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:39:15,270 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:39:15,270 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:39:20,276 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:39:20,361 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:39:20,361 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:39:20,361 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:39:20,362 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:39:20,362 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:39:20,362 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:39:20,362 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:39:20,362 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 257, "offset": 257, "size": 50}}} 2018-10-26 10:39:20,362 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:39:20,362 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:39:20 GMT 2018-10-26 10:39:20,362 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:39:20,362 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-26 10:39:20,363 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:39:20,363 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:39:20,427 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:39:20,427 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:39:20,427 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:39:20,427 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:39:20,427 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:39:20,427 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:39:20,427 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:39:20,427 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:39:20,428 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:39:20,428 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:39:20 GMT 2018-10-26 10:39:20,428 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:39:20,428 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:39:20,428 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:39:25,433 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:39:25,513 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:39:25,513 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:39:25,513 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:39:25,513 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:39:25,514 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:39:25,514 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:39:25,514 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:39:25,514 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_7hwq87", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:39:21.491Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:39:21.491Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:39:21.541Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:39:21.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:39:22.553Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:39:22.553Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:39:22.553Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:39:22.553Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:39:23.562Z", "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-26T10:39:23.562Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:39:24.574Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:39:24.574Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:39:24.574Z", "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-26T10:39:24.574Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:39:24.574Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:39:24.574Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}], "metadata": {"pagination": {"total": 265, "offset": 257, "size": 50}}} 2018-10-26 10:39:25,514 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:39:25,514 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:39:25 GMT 2018-10-26 10:39:25,514 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:39:25,514 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5432 2018-10-26 10:39:25,514 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:39:25,515 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-10-26 10:39:25,515 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-10-26 10:39:25,515 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-10-26 10:39:25,515 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-10-26 10:39:25,516 - 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-26 10:39:25,516 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-10-26 10:39:25,516 - 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-26 10:39:25,516 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-10-26 10:39:25,516 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:39:25,620 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:39:25,620 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:39:25,620 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:39:25,620 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:39:25,620 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:39:25,620 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:39:25,620 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:39:25,620 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:39:25,621 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:39:25,621 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:39:25 GMT 2018-10-26 10:39:25,621 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:39:25,621 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:39:25,621 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:39:30,621 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:39:30,775 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:39:30,775 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:39:30,775 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:39:30,775 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:39:30,775 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:39:30,775 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:39:30,776 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:39:30,776 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_9xkma6", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:39:25.592Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:39:25.592Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:39:25.592Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:39:25.592Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:39:25.592Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:39:25.592Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:39:25.592Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:39:25.592Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:39:26.693Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:39:26.693Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:39:26.693Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:39:26.693Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:39:26.693Z", "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-26T10:39:26.693Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:39:26.693Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:39:26.693Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:39:26.693Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:39:26.693Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "vellum_host_19cott", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:39:27.729Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:39:27.729Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:39:27.729Z", "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-26T10:39:27.729Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:39:27.729Z", "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-26T10:39:27.729Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "vellum_host_19cott", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:39:27.729Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:39:27.729Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:39:28.740Z", "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-26T10:39:28.740Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:39:29.777Z", "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-26T10:39:29.777Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "vellum_host_19cott", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:39:29.777Z", "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-26T10:39:29.777Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}], "metadata": {"pagination": {"total": 281, "offset": 265, "size": 50}}} 2018-10-26 10:39:30,776 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:39:30,776 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:39:30 GMT 2018-10-26 10:39:30,776 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:39:30,776 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 12022 2018-10-26 10:39:30,776 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:39:30,777 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-10-26 10:39:30,777 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-10-26 10:39:30,777 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-10-26 10:39:30,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-10-26 10:39:30,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-10-26 10:39:30,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-10-26 10:39:30,778 - 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-26 10:39:30,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-10-26 10:39:30,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-10-26 10:39:30,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-10-26 10:39:30,779 - 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-26 10:39:30,779 - 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-26 10:39:30,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-10-26 10:39:30,779 - 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-26 10:39:30,779 - 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-26 10:39:30,780 - 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-26 10:39:30,780 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:39:30,869 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:39:30,869 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:39:30,869 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:39:30,869 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:39:30,869 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:39:30,869 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:39:30,870 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:39:30,870 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:39:30,870 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:39:30,870 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:39:30 GMT 2018-10-26 10:39:30,870 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:39:30,870 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:39:30,870 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:39:35,876 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:39:35,957 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:39:35,957 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:39:35,957 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:39:35,957 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:39:35,958 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:39:35,958 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:39:35,958 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:39:35,958 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 281, "offset": 281, "size": 50}}} 2018-10-26 10:39:35,958 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:39:35,958 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:39:35 GMT 2018-10-26 10:39:35,958 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:39:35,958 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-26 10:39:35,958 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:39:35,959 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:39:36,027 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:39:36,027 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:39:36,027 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:39:36,027 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:39:36,028 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:39:36,028 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:39:36,028 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:39:36,028 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:39:36,028 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:39:36,028 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:39:36 GMT 2018-10-26 10:39:36,028 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:39:36,028 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:39:36,028 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:39:41,033 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:39:41,174 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:39:41,174 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:39:41,175 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:39:41,175 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:39:41,175 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:39:41,175 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:39:41,175 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:39:41,175 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 281, "offset": 281, "size": 50}}} 2018-10-26 10:39:41,175 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:39:41,175 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:39:41 GMT 2018-10-26 10:39:41,176 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:39:41,176 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-26 10:39:41,176 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:39:41,176 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:39:41,239 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:39:41,239 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:39:41,239 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:39:41,239 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:39:41,239 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:39:41,240 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:39:41,240 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:39:41,240 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:39:41,240 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:39:41,240 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:39:41 GMT 2018-10-26 10:39:41,240 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:39:41,240 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:39:41,240 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:39:46,246 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:39:46,365 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:39:46,365 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:39:46,365 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:39:46,365 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:39:46,366 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:39:46,366 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:39:46,366 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:39:46,366 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 281, "offset": 281, "size": 50}}} 2018-10-26 10:39:46,366 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:39:46,366 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:39:46 GMT 2018-10-26 10:39:46,366 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:39:46,366 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-26 10:39:46,366 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:39:46,367 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:39:46,431 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:39:46,432 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:39:46,432 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:39:46,432 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:39:46,432 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:39:46,432 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:39:46,432 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:39:46,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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:39:46,432 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:39:46,433 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:39:46 GMT 2018-10-26 10:39:46,433 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:39:46,433 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:39:46,433 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:39:51,438 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:39:51,522 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:39:51,523 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:39:51,523 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:39:51,523 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:39:51,523 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:39:51,523 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:39:51,523 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:39:51,523 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 281, "offset": 281, "size": 50}}} 2018-10-26 10:39:51,523 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:39:51,524 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:39:51 GMT 2018-10-26 10:39:51,524 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:39:51,524 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-26 10:39:51,524 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:39:51,524 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:39:51,587 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:39:51,587 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:39:51,587 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:39:51,587 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:39:51,588 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:39:51,588 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:39:51,588 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:39:51,588 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:39:51,588 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:39:51,588 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:39:51 GMT 2018-10-26 10:39:51,588 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:39:51,588 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:39:51,588 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:39:56,590 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:39:56,688 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:39:56,688 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:39:56,688 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:39:56,688 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:39:56,688 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:39:56,688 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:39:56,688 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:39:56,688 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_7hwq87", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:39:53.627Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:39:53.627Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:39:53.832Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:39:53.832Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:39:54.845Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:39:54.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:39:54.845Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:39:54.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:39:55.857Z", "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-26T10:39:55.857Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}], "metadata": {"pagination": {"total": 286, "offset": 281, "size": 50}}} 2018-10-26 10:39:56,688 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:39:56,689 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:39:56 GMT 2018-10-26 10:39:56,689 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:39:56,689 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3270 2018-10-26 10:39:56,689 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:39:56,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-10-26 10:39:56,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-10-26 10:39:56,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-10-26 10:39:56,690 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-10-26 10:39:56,690 - 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-26 10:39:56,690 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:39:56,798 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:39:56,798 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:39:56,798 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:39:56,798 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:39:56,798 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:39:56,798 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:39:56,798 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:39:56,798 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:39:56,798 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:39:56,798 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:39:56 GMT 2018-10-26 10:39:56,799 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:39:56,799 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:39:56,799 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:40:01,800 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:40:01,883 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:40:01,883 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:40:01,883 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:40:01,883 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:40:01,883 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:40:01,884 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:40:01,884 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:40:01,884 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_gh9gv2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:39:56.898Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:39:56.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:39:56.898Z", "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-26T10:39:56.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:39:56.898Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:39:56.898Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:39:58.009Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:39:58.009Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:39:58.009Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:39:58.009Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:39:58.009Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:39:58.009Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:39:58.009Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:39:58.009Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:39:58.009Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:39:58.009Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:39:59.102Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:39:59.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:39:59.102Z", "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-26T10:39:59.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:39:59.102Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:39:59.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:39:59.102Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:39:59.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "vellum_host_19cott", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:40:00.120Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:40:00.120Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "vellum_host_19cott", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:40:00.120Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:40:00.120Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:40:01.157Z", "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-26T10:40:01.157Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:40:01.157Z", "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-26T10:40:01.157Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:40:01.157Z", "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-26T10:40:01.157Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:40:01.157Z", "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-26T10:40:01.157Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}], "metadata": {"pagination": {"total": 304, "offset": 286, "size": 50}}} 2018-10-26 10:40:01,884 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:40:01,884 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:40:01 GMT 2018-10-26 10:40:01,884 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:40:01,884 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 13046 2018-10-26 10:40:01,884 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:40:01,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-10-26 10:40:01,885 - 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-26 10:40:01,886 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-10-26 10:40:01,886 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-10-26 10:40:01,886 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-10-26 10:40:01,886 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-10-26 10:40:01,886 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-10-26 10:40:01,886 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-10-26 10:40:01,887 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-10-26 10:40:01,887 - 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-26 10:40:01,887 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-10-26 10:40:01,887 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-10-26 10:40:01,887 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-10-26 10:40:01,887 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-10-26 10:40:01,887 - 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-26 10:40:01,888 - 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-26 10:40:01,888 - 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-26 10:40:01,888 - 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-26 10:40:01,888 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:40:01,968 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:40:01,969 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:40:01,969 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:40:01,969 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:40:01,969 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:40:01,969 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:40:01,969 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:40:01,969 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:40:01,969 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:40:01,969 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:40:01 GMT 2018-10-26 10:40:01,969 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:40:01,970 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:40:01,970 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:40:06,975 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:40:07,060 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:40:07,060 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:40:07,060 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:40:07,060 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:40:07,060 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:40:07,060 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:40:07,060 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:40:07,061 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_19cott", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:40:02.172Z", "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-26T10:40:02.172Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}], "metadata": {"pagination": {"total": 305, "offset": 304, "size": 50}}} 2018-10-26 10:40:07,061 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:40:07,061 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:40:07 GMT 2018-10-26 10:40:07,061 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:40:07,061 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1220 2018-10-26 10:40:07,061 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:40:07,062 - 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-26 10:40:07,062 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:40:07,123 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:40:07,123 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:40:07,124 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:40:07,124 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:40:07,124 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:40:07,124 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:40:07,124 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:40:07,124 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:40:07,124 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:40:07,124 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:40:07 GMT 2018-10-26 10:40:07,124 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:40:07,125 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:40:07,125 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:40:12,130 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:40:12,270 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:40:12,270 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:40:12,270 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:40:12,270 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:40:12,271 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:40:12,271 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:40:12,271 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:40:12,271 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 305, "offset": 305, "size": 50}}} 2018-10-26 10:40:12,271 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:40:12,271 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:40:12 GMT 2018-10-26 10:40:12,271 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:40:12,271 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-26 10:40:12,271 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:40:12,272 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:40:12,335 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:40:12,335 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:40:12,335 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:40:12,335 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:40:12,335 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:40:12,335 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:40:12,335 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:40:12,335 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:40:12,336 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:40:12,336 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:40:12 GMT 2018-10-26 10:40:12,336 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:40:12,336 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:40:12,336 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:40:17,341 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:40:17,437 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:40:17,438 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:40:17,438 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:40:17,438 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:40:17,438 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:40:17,438 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:40:17,438 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:40:17,438 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 305, "offset": 305, "size": 50}}} 2018-10-26 10:40:17,438 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:40:17,439 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:40:17 GMT 2018-10-26 10:40:17,439 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:40:17,439 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-26 10:40:17,439 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:40:17,439 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:40:17,499 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:40:17,499 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:40:17,499 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:40:17,499 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:40:17,499 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:40:17,499 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:40:17,500 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:40:17,500 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:40:17,500 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:40:17,500 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:40:17 GMT 2018-10-26 10:40:17,500 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:40:17,500 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:40:17,500 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:40:22,506 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:40:22,593 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:40:22,593 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:40:22,593 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:40:22,593 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:40:22,594 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:40:22,594 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:40:22,594 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:40:22,594 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 305, "offset": 305, "size": 50}}} 2018-10-26 10:40:22,594 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:40:22,594 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:40:22 GMT 2018-10-26 10:40:22,594 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:40:22,594 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-26 10:40:22,594 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:40:22,595 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:40:22,652 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:40:22,652 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:40:22,652 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:40:22,653 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:40:22,653 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:40:22,653 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:40:22,653 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:40:22,653 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:40:22,653 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:40:22,653 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:40:22 GMT 2018-10-26 10:40:22,653 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:40:22,653 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:40:22,654 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:40:27,659 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:40:28,212 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:40:28,212 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:40:28,212 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:40:28,213 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:40:28,213 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:40:28,213 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:40:28,213 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:40:28,213 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_7hwq87", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:40:25.851Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:40:25.851Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:40:26.189Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:40:26.189Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:40:27.505Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:40:27.505Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:40:27.505Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:40:27.505Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}], "metadata": {"pagination": {"total": 309, "offset": 305, "size": 50}}} 2018-10-26 10:40:28,213 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:40:28,213 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:40:28 GMT 2018-10-26 10:40:28,213 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:40:28,213 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2134 2018-10-26 10:40:28,214 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:40:28,214 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-10-26 10:40:28,214 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-10-26 10:40:28,214 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-10-26 10:40:28,214 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-10-26 10:40:28,215 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:40:28,688 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:40:28,688 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:40:28,688 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:40:28,688 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:40:28,688 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:40:28,688 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:40:28,688 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:40:28,689 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:40:28,689 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:40:28,689 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:40:28 GMT 2018-10-26 10:40:28,689 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:40:28,689 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:40:28,689 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:40:33,694 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:40:36,362 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:40:36,362 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:40:36,362 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:40:36,362 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:40:36,362 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:40:36,362 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:40:36,362 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:40:36,362 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_gh9gv2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:40:28.940Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:40:28.940Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:40:28.940Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:40:28.940Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:40:30.256Z", "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-26T10:40:30.256Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:40:31.204Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:40:31.204Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:40:31.204Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:40:31.204Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:40:31.204Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:40:31.204Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:40:31.204Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:40:31.204Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:40:31.204Z", "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-26T10:40:31.204Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:40:31.204Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:40:31.204Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:40:31.204Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:40:31.204Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:40:31.204Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:40:31.204Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "vellum_host_19cott", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:40:32.438Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:40:32.438Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:40:32.438Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:40:32.438Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:40:34.084Z", "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-26T10:40:34.084Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "vellum_host_19cott", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:40:34.084Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:40:34.084Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}], "metadata": {"pagination": {"total": 324, "offset": 309, "size": 50}}} 2018-10-26 10:40:36,363 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:40:36,363 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:40:36 GMT 2018-10-26 10:40:36,363 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:40:36,363 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9642 2018-10-26 10:40:36,363 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:40:36,364 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-10-26 10:40:36,364 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-10-26 10:40:36,364 - 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-26 10:40:36,364 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-10-26 10:40:36,364 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-10-26 10:40:36,365 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-10-26 10:40:36,365 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-10-26 10:40:36,365 - 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-26 10:40:36,365 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-10-26 10:40:36,365 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-10-26 10:40:36,365 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-10-26 10:40:36,366 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-10-26 10:40:36,366 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-10-26 10:40:36,366 - 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-26 10:40:36,366 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-10-26 10:40:36,366 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:40:37,432 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:40:37,432 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:40:37,432 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:40:37,433 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:40:37,433 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:40:37,433 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:40:37,433 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:40:37,433 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:40:37,433 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:40:37,433 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:40:37 GMT 2018-10-26 10:40:37,433 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:40:37,433 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:40:37,434 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:40:42,439 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:40:42,767 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:40:42,767 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:40:42,767 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:40:42,767 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:40:42,767 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:40:42,767 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:40:42,767 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:40:42,767 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_9xkma6", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:40:36.409Z", "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-26T10:40:36.409Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:40:37.285Z", "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-26T10:40:37.285Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:40:37.285Z", "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-26T10:40:37.285Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:40:42.014Z", "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-26T10:40:42.014Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}], "metadata": {"pagination": {"total": 328, "offset": 324, "size": 50}}} 2018-10-26 10:40:42,768 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:40:42,768 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:40:42 GMT 2018-10-26 10:40:42,768 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:40:42,768 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4622 2018-10-26 10:40:42,768 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:40:42,768 - 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-26 10:40:42,769 - 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-26 10:40:42,769 - 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-26 10:40:42,769 - 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-26 10:40:42,769 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:40:43,070 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:40:43,070 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:40:43,070 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:40:43,070 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:40:43,070 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:40:43,070 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:40:43,070 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:40:43,070 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:40:43,070 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:40:43,071 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:40:43 GMT 2018-10-26 10:40:43,071 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:40:43,071 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:40:43,071 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:40:48,076 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:40:48,545 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:40:48,546 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:40:48,546 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:40:48,546 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:40:48,546 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:40:48,546 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:40:48,546 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:40:48,546 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_19cott", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:40:43.185Z", "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-26T10:40:43.185Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}], "metadata": {"pagination": {"total": 329, "offset": 328, "size": 50}}} 2018-10-26 10:40:48,547 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:40:48,547 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:40:48 GMT 2018-10-26 10:40:48,547 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:40:48,547 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1220 2018-10-26 10:40:48,547 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:40:48,547 - 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-26 10:40:48,548 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:40:49,196 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:40:49,196 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:40:49,196 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:40:49,196 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:40:49,196 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:40:49,196 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:40:49,197 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:40:49,197 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:40:49,197 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:40:49,197 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:40:49 GMT 2018-10-26 10:40:49,197 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:40:49,197 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:40:49,197 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:40:54,203 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:40:54,583 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:40:54,583 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:40:54,584 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:40:54,584 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:40:54,584 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:40:54,584 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:40:54,584 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:40:54,584 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 329, "offset": 329, "size": 50}}} 2018-10-26 10:40:54,584 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:40:54,584 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:40:54 GMT 2018-10-26 10:40:54,584 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:40:54,584 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-26 10:40:54,585 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:40:54,585 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:40:55,180 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:40:55,180 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:40:55,180 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:40:55,180 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:40:55,180 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:40:55,181 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:40:55,181 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:40:55,181 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:40:55,181 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:40:55,181 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:40:55 GMT 2018-10-26 10:40:55,181 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:40:55,181 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:40:55,181 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:41:00,187 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:41:01,525 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:41:01,525 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:41:01,525 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:41:01,525 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:41:01,525 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:41:01,526 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:41:01,526 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:41:01,526 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 329, "offset": 329, "size": 50}}} 2018-10-26 10:41:01,526 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:41:01,526 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:41:01 GMT 2018-10-26 10:41:01,526 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:41:01,526 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-26 10:41:01,526 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:41:01,527 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:41:04,810 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:41:04,810 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:41:04,811 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:41:04,811 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:41:04,811 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:41:04,811 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:41:04,811 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:41:04,811 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:41:04,811 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:41:04,811 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:41:04 GMT 2018-10-26 10:41:04,811 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:41:04,812 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:41:04,812 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:41:09,817 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:41:11,118 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:41:11,119 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:41:11,119 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:41:11,119 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:41:11,119 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:41:11,119 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:41:11,119 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:41:11,119 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_8tfvdc", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:00.272Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:00.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:02.315Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:02.315Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:02.315Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:02.315Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:02.315Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:02.315Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:04.878Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:04.878Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:04.878Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:04.878Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:06.514Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:06.514Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:10.199Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:10.199Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:10.199Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:10.199Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:10.199Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:10.199Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}], "metadata": {"pagination": {"total": 339, "offset": 329, "size": 50}}} 2018-10-26 10:41:11,119 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:41:11,119 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:41:11 GMT 2018-10-26 10:41:11,120 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:41:11,120 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5208 2018-10-26 10:41:11,120 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:41:11,120 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-10-26 10:41:11,120 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-10-26 10:41:11,121 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-10-26 10:41:11,121 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-10-26 10:41:11,121 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-10-26 10:41:11,121 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-10-26 10:41:11,121 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-10-26 10:41:11,121 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-10-26 10:41:11,122 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-10-26 10:41:11,122 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-10-26 10:41:11,122 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:41:11,919 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:41:11,919 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:41:11,919 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:41:11,919 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:41:11,919 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:41:11,920 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:41:11,920 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:41:11,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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:41:11,920 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:41:11,920 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:41:11 GMT 2018-10-26 10:41:11,920 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:41:11,920 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:41:11,920 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:41:16,926 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:41:20,257 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:41:20,257 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:41:20,257 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:41:20,257 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:41:20,258 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:41:20,258 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:41:20,258 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:41:20,258 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_ytakkd", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:12.150Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:12.150Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:12.150Z", "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-26T10:41:12.150Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:12.150Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:12.150Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:12.150Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:12.150Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "vellum_host_19cott", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:13.348Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:13.348Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:13.348Z", "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-26T10:41:13.348Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:13.348Z", "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-26T10:41:13.348Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:13.348Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:13.348Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "vellum_host_19cott", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:13.348Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:13.348Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:13.921Z", "message": "Server is ACTIVE", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:13.921Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "2053206a-1ddc-4c95-a738-f853d4a0db34"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:16.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 4/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-26T10:41:16.381Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}], "metadata": {"pagination": {"total": 350, "offset": 339, "size": 50}}} 2018-10-26 10:41:20,258 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:41:20,258 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:41:20 GMT 2018-10-26 10:41:20,258 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:41:20,258 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8212 2018-10-26 10:41:20,258 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:41:20,259 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-10-26 10:41:20,259 - 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-26 10:41:20,259 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-10-26 10:41:20,259 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-10-26 10:41:20,260 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-10-26 10:41:20,260 - 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-26 10:41:20,260 - 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-26 10:41:20,260 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-10-26 10:41:20,260 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-10-26 10:41:20,260 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-10-26 10:41:20,261 - 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-26 10:41:20,261 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:41:21,766 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:41:21,766 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:41:21,766 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:41:21,766 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:41:21,766 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:41:21,767 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:41:21,767 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:41:21,767 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:41:21,767 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:41:21,767 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:41:21 GMT 2018-10-26 10:41:21,767 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:41:21,767 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:41:21,767 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:41:26,773 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:41:27,065 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:41:27,065 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:41:27,065 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:41:27,065 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:41:27,065 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:41:27,065 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:41:27,065 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:41:27,066 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_0j626u", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:20.283Z", "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-26T10:41:20.283Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:22.518Z", "message": "Creating Agent", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:22.518Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:22.518Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:22.518Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:22.518Z", "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": "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-26T10:41:22.518Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "vellum_host_19cott", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:22.518Z", "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": "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-26T10:41:22.518Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:22.518Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 4/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:22.518Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:23.635Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:23.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "b22a7028-b8be-4bf3-855c-d9a6c67b1815"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:23.661Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:23.661Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:24.133Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:24.133Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "b22a7028-b8be-4bf3-855c-d9a6c67b1815"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:24.133Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:24.133Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "b22a7028-b8be-4bf3-855c-d9a6c67b1815"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:24.133Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:24.133Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "b22a7028-b8be-4bf3-855c-d9a6c67b1815"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:24.133Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:24.133Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "b22a7028-b8be-4bf3-855c-d9a6c67b1815"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:24.133Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:24.133Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "b22a7028-b8be-4bf3-855c-d9a6c67b1815"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:24.133Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:24.133Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "b22a7028-b8be-4bf3-855c-d9a6c67b1815"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:24.133Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:24.133Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "b22a7028-b8be-4bf3-855c-d9a6c67b1815"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:24.133Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:24.133Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "b22a7028-b8be-4bf3-855c-d9a6c67b1815"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:24.133Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:24.133Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "b22a7028-b8be-4bf3-855c-d9a6c67b1815"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:24.133Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:24.133Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "b22a7028-b8be-4bf3-855c-d9a6c67b1815"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:24.838Z", "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": "bono_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-26T10:41:24.838Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}], "metadata": {"pagination": {"total": 369, "offset": 350, "size": 50}}} 2018-10-26 10:41:27,066 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:41:27,066 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:41:27 GMT 2018-10-26 10:41:27,066 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:41:27,066 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 12723 2018-10-26 10:41:27,066 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:41:27,067 - 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-26 10:41:27,067 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-10-26 10:41:27,067 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-10-26 10:41:27,067 - 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-26 10:41:27,067 - 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-26 10:41:27,068 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-10-26 10:41:27,068 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:27,068 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-10-26 10:41:27,068 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:27,068 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:27,068 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:27,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:27,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:27,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:27,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:27,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:27,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-10-26 10:41:27,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-26 10:41:27,070 - 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-26 10:41:27,070 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:41:27,278 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:41:27,278 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:41:27,278 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:41:27,279 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:41:27,279 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:41:27,279 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:41:27,279 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:41:27,279 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:41:27,279 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:41:27,279 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:41:27 GMT 2018-10-26 10:41:27,279 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:41:27,279 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:41:27,279 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:41:32,285 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:41:32,949 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:41:32,949 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:41:32,950 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:41:32,950 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:41:32,950 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:41:32,950 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:41:32,950 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:41:32,950 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 369, "offset": 369, "size": 50}}} 2018-10-26 10:41:32,950 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:41:32,950 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:41:32 GMT 2018-10-26 10:41:32,950 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:41:32,950 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-26 10:41:32,951 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:41:32,951 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:41:33,425 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:41:33,426 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:41:33,426 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:41:33,426 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:41:33,426 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:41:33,426 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:41:33,426 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:41:33,426 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:41:33,426 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:41:33,427 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:41:33 GMT 2018-10-26 10:41:33,427 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:41:33,427 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:41:33,427 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:41:38,432 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:41:38,669 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:41:38,669 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:41:38,670 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:41:38,670 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:41:38,670 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:41:38,670 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:41:38,670 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:41:38,670 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 369, "offset": 369, "size": 50}}} 2018-10-26 10:41:38,670 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:41:38,670 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:41:38 GMT 2018-10-26 10:41:38,670 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:41:38,671 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-26 10:41:38,671 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:41:38,671 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:41:39,032 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:41:39,032 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:41:39,032 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:41:39,032 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:41:39,032 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:41:39,032 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:41:39,032 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:41:39,032 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:41:39,033 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:41:39,033 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:41:39 GMT 2018-10-26 10:41:39,033 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:41:39,033 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:41:39,033 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:41:44,038 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:41:44,461 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:41:44,461 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:41:44,461 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:41:44,461 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:41:44,461 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:41:44,461 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:41:44,462 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:41:44,462 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_hww0qd", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:39.284Z", "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-26T10:41:39.284Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:39.785Z", "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-26T10:41:39.785Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:39.897Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:39.897Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c27539e4-1320-4099-bcfe-82210268039b"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:40.188Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:40.188Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c27539e4-1320-4099-bcfe-82210268039b"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:40.188Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:40.188Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c27539e4-1320-4099-bcfe-82210268039b"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:40.188Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:40.188Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c27539e4-1320-4099-bcfe-82210268039b"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:40.188Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:40.188Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c27539e4-1320-4099-bcfe-82210268039b"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:40.188Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:40.188Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c27539e4-1320-4099-bcfe-82210268039b"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:40.188Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:40.188Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c27539e4-1320-4099-bcfe-82210268039b"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:40.188Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:40.188Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c27539e4-1320-4099-bcfe-82210268039b"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:40.188Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:40.188Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c27539e4-1320-4099-bcfe-82210268039b"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:40.188Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:40.188Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c27539e4-1320-4099-bcfe-82210268039b"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:40.188Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:40.188Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c27539e4-1320-4099-bcfe-82210268039b"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:41.823Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:41.823Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:42.826Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:42.826Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:42.826Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:42.826Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:42.826Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:42.826Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:42.826Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:42.826Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:42.826Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:42.826Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:43.351Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:43.351Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c27539e4-1320-4099-bcfe-82210268039b"}], "metadata": {"pagination": {"total": 389, "offset": 369, "size": 50}}} 2018-10-26 10:41:44,462 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:41:44,462 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:41:44 GMT 2018-10-26 10:41:44,462 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:41:44,462 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 10753 2018-10-26 10:41:44,462 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:41:44,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-10-26 10:41:44,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-10-26 10:41:44,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:44,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:44,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:44,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:44,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:44,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:44,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:44,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:44,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:44,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-10-26 10:41:44,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-26 10:41:44,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-10-26 10:41:44,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-10-26 10:41:44,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-10-26 10:41:44,466 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-10-26 10:41:44,466 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-10-26 10:41:44,466 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-10-26 10:41:44,466 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-26 10:41:44,466 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:41:44,744 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:41:44,744 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:41:44,744 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:41:44,744 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:41:44,745 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:41:44,745 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:41:44,745 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:41:44,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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:41:44,745 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:41:44,745 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:41:44 GMT 2018-10-26 10:41:44,745 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:41:44,745 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:41:44,745 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:41:49,751 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:41:50,368 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:41:50,368 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:41:50,368 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:41:50,368 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:41:50,368 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:41:50,368 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:41:50,368 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:41:50,369 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:44.207Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:44.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c27539e4-1320-4099-bcfe-82210268039b"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:44.207Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:44.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c27539e4-1320-4099-bcfe-82210268039b"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:44.207Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:44.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c27539e4-1320-4099-bcfe-82210268039b"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:44.207Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:44.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c27539e4-1320-4099-bcfe-82210268039b"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:44.207Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:44.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c27539e4-1320-4099-bcfe-82210268039b"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:44.207Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:44.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c27539e4-1320-4099-bcfe-82210268039b"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:44.207Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:44.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c27539e4-1320-4099-bcfe-82210268039b"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:44.207Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:44.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c27539e4-1320-4099-bcfe-82210268039b"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:44.207Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:44.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c27539e4-1320-4099-bcfe-82210268039b"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:44.207Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:44.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c27539e4-1320-4099-bcfe-82210268039b"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:44.207Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:44.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c27539e4-1320-4099-bcfe-82210268039b"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:44.207Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:44.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c27539e4-1320-4099-bcfe-82210268039b"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:44.207Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:44.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c27539e4-1320-4099-bcfe-82210268039b"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:44.207Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:44.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c27539e4-1320-4099-bcfe-82210268039b"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:44.207Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:44.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c27539e4-1320-4099-bcfe-82210268039b"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:44.207Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:44.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c27539e4-1320-4099-bcfe-82210268039b"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:44.207Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:44.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c27539e4-1320-4099-bcfe-82210268039b"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:44.207Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:44.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c27539e4-1320-4099-bcfe-82210268039b"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:44.207Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:44.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c27539e4-1320-4099-bcfe-82210268039b"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:44.207Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:44.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c27539e4-1320-4099-bcfe-82210268039b"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:44.207Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:44.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c27539e4-1320-4099-bcfe-82210268039b"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:44.207Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:44.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c27539e4-1320-4099-bcfe-82210268039b"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:44.207Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:44.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c27539e4-1320-4099-bcfe-82210268039b"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:44.207Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:44.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c27539e4-1320-4099-bcfe-82210268039b"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:44.207Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:44.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c27539e4-1320-4099-bcfe-82210268039b"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:44.207Z", "message": "Creating Agent bono_host_hww0qd", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:44.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c27539e4-1320-4099-bcfe-82210268039b"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:44.207Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:44.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c27539e4-1320-4099-bcfe-82210268039b"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:44.207Z", "message": "env set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:44.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c27539e4-1320-4099-bcfe-82210268039b"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:44.207Z", "message": "Server is ACTIVE", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:44.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "11166640-bc34-437d-b38f-d8fbd229e870"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:44.207Z", "message": "system_python set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:44.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c27539e4-1320-4099-bcfe-82210268039b"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:44.207Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bono_host_hww0qd/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:44.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c27539e4-1320-4099-bcfe-82210268039b"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:44.716Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:44.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:44.879Z", "message": "Creating Agent", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:44.879Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:45.858Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:45.858Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a8e74150-e82d-4dcb-a581-7500a66a8c9e"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:45.858Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:45.858Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a8e74150-e82d-4dcb-a581-7500a66a8c9e"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:45.858Z", "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-26T10:41:45.858Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c27539e4-1320-4099-bcfe-82210268039b"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:45.858Z", "message": "Creating agent from package", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:45.858Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c27539e4-1320-4099-bcfe-82210268039b"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:45.858Z", "message": "Downloading Agent Package from https://192.168.120.13: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-26T10:41:45.858Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c27539e4-1320-4099-bcfe-82210268039b"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:45.858Z", "message": "Server is ACTIVE", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:45.858Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "1364c0ba-3ba4-4928-8057-63e2cb48c18f"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:45.858Z", "message": "Server is ACTIVE", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:45.858Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "69b81ae8-ef19-4956-ae3b-3a7e02c8fc8f"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:45.858Z", "message": "Untaring Agent package...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:45.858Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c27539e4-1320-4099-bcfe-82210268039b"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:45.966Z", "message": "Creating Agent", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:45.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:45.966Z", "message": "Creating Agent", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:45.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:45.966Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:45.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:45.966Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:45.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:45.966Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:45.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:45.966Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:45.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:45.966Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:45.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:45.966Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:45.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:45.966Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:45.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}], "metadata": {"pagination": {"total": 527, "offset": 389, "size": 50}}} 2018-10-26 10:41:50,369 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:41:50,369 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:41:50 GMT 2018-10-26 10:41:50,369 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:41:50,369 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27047 2018-10-26 10:41:50,369 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:41:50,370 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:50,371 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:50,371 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:50,371 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:50,371 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:50,371 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:50,371 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:50,372 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:50,372 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:50,372 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:50,372 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:50,372 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:50,372 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:50,373 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:50,373 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:50,373 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:50,373 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:50,373 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:50,373 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:50,374 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:50,374 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:50,374 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:50,374 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:50,374 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:50,374 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-10-26 10:41:50,375 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent bono_host_hww0qd 2018-10-26 10:41:50,375 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-10-26 10:41:50,375 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-10-26 10:41:50,375 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-10-26 10:41:50,375 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-10-26 10:41:50,375 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bono_host_hww0qd/cloudify/ssl/cloudify_internal_cert.pem 2018-10-26 10:41:50,376 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-10-26 10:41:50,376 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-10-26 10:41:50,376 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:50,376 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:50,376 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-10-26 10:41:50,376 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-10-26 10:41:50,377 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.13:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-10-26 10:41:50,377 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-10-26 10:41:50,377 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-10-26 10:41:50,377 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-10-26 10:41:50,377 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-10-26 10:41:50,377 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-10-26 10:41:50,378 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-10-26 10:41:50,378 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-10-26 10:41:50,378 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-10-26 10:41:50,378 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-10-26 10:41:50,378 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-10-26 10:41:50,378 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-10-26 10:41:50,378 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-10-26 10:41:50,379 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:41:50,539 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:41:50,539 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:41:50,539 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:41:50,540 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:41:50,540 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:41:50,540 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:41:50,540 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:41:50,540 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:41:50,540 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:41:50,540 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:41:50 GMT 2018-10-26 10:41:50,540 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:41:50,540 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:41:50,540 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:41:55,546 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:41:56,059 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:41:56,059 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:41:56,059 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:41:56,059 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:41:56,059 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:41:56,059 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:41:56,059 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:41:56,059 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_gh9gv2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:45.966Z", "message": "Creating Agent", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:45.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:45.966Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:45.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:45.966Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:45.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:46.970Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:46.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c83ae32b-4db9-4615-b9e5-50fba44ac037"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:46.970Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:46.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c83ae32b-4db9-4615-b9e5-50fba44ac037"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:46.970Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:46.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c83ae32b-4db9-4615-b9e5-50fba44ac037"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:46.970Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:46.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c83ae32b-4db9-4615-b9e5-50fba44ac037"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:46.970Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:46.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "140e7c28-4d43-4253-a747-677ad6b037b7"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:46.970Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:46.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c83ae32b-4db9-4615-b9e5-50fba44ac037"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:46.970Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:46.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a8e74150-e82d-4dcb-a581-7500a66a8c9e"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:46.970Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:46.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c83ae32b-4db9-4615-b9e5-50fba44ac037"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:46.970Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:46.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "140e7c28-4d43-4253-a747-677ad6b037b7"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:46.970Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:46.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c27539e4-1320-4099-bcfe-82210268039b"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:46.970Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:46.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a8e74150-e82d-4dcb-a581-7500a66a8c9e"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:46.970Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:46.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "140e7c28-4d43-4253-a747-677ad6b037b7"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:46.970Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:46.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a8e74150-e82d-4dcb-a581-7500a66a8c9e"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:46.970Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:46.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c83ae32b-4db9-4615-b9e5-50fba44ac037"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:46.970Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:46.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c83ae32b-4db9-4615-b9e5-50fba44ac037"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:46.970Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:46.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a8e74150-e82d-4dcb-a581-7500a66a8c9e"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:46.970Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:46.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c83ae32b-4db9-4615-b9e5-50fba44ac037"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:46.970Z", "message": "Configuring...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:46.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c27539e4-1320-4099-bcfe-82210268039b"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:46.970Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.13', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/bono_host_hww0qd/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/bono_host_hww0qd/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_hww0qd', 'REST_HOST': '192.168.120.13', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/bono_host_hww0qd/work', 'CLOUDIFY_DAEMON_QUEUE': 'bono_host_hww0qd', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DrSAHQ.PQ65Z8rSISf50P7jT8yDCAYyo_E'}", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:46.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c27539e4-1320-4099-bcfe-82210268039b"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:46.970Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:46.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "140e7c28-4d43-4253-a747-677ad6b037b7"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:46.970Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:46.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c83ae32b-4db9-4615-b9e5-50fba44ac037"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:46.970Z", "message": "Auto-correcting virtualenv /home/ubuntu/bono_host_hww0qd/env", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:46.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c27539e4-1320-4099-bcfe-82210268039b"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:46.970Z", "message": "Validating SSH connection", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:46.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "140e7c28-4d43-4253-a747-677ad6b037b7"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:46.970Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:46.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a8e74150-e82d-4dcb-a581-7500a66a8c9e"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:46.970Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:46.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "140e7c28-4d43-4253-a747-677ad6b037b7"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:46.970Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:46.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "140e7c28-4d43-4253-a747-677ad6b037b7"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:46.970Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:46.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "140e7c28-4d43-4253-a747-677ad6b037b7"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:46.970Z", "message": "Validating SSH connection", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:46.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a8e74150-e82d-4dcb-a581-7500a66a8c9e"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:46.970Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:46.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "140e7c28-4d43-4253-a747-677ad6b037b7"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:46.970Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:46.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c27539e4-1320-4099-bcfe-82210268039b"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:46.970Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:46.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a8e74150-e82d-4dcb-a581-7500a66a8c9e"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:46.970Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:46.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "140e7c28-4d43-4253-a747-677ad6b037b7"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:46.970Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:46.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "140e7c28-4d43-4253-a747-677ad6b037b7"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:46.970Z", "message": "Validating SSH connection", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:46.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c83ae32b-4db9-4615-b9e5-50fba44ac037"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:46.970Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:46.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a8e74150-e82d-4dcb-a581-7500a66a8c9e"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:46.970Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:46.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a8e74150-e82d-4dcb-a581-7500a66a8c9e"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:47.199Z", "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-26T10:41:47.199Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:47.983Z", "message": " SNIMissingWarning", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:47.983Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c27539e4-1320-4099-bcfe-82210268039b"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:47.983Z", "message": "Creating...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:47.983Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c27539e4-1320-4099-bcfe-82210268039b"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:47.983Z", "message": "Successfully created daemon: bono_host_hww0qd", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:47.983Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c27539e4-1320-4099-bcfe-82210268039b"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:47.983Z", "message": "/home/ubuntu/bono_host_hww0qd/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-26T10:41:47.983Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c27539e4-1320-4099-bcfe-82210268039b"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:47.983Z", "message": "Server is ACTIVE", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:47.983Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "d76d194f-1e27-4f86-a27c-7141925fcfd3"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:48.027Z", "message": "Configuring Agent", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:48.027Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:48.027Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:48.027Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:48.027Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:48.027Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:49.081Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:49.081Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:49.081Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:49.081Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}], "metadata": {"pagination": {"total": 720, "offset": 439, "size": 50}}} 2018-10-26 10:41:56,060 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:41:56,060 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:41:56 GMT 2018-10-26 10:41:56,060 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:41:56,060 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28221 2018-10-26 10:41:56,060 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:41:56,061 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-10-26 10:41:56,061 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-10-26 10:41:56,062 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-10-26 10:41:56,062 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:56,062 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:56,062 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:56,062 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:56,062 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:56,063 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-10-26 10:41:56,063 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:56,063 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:56,063 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:56,063 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-10-26 10:41:56,064 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:56,064 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:56,064 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:56,064 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:56,064 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:56,064 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:56,064 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:56,065 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-26 10:41:56,065 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.13', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/bono_host_hww0qd/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/bono_host_hww0qd/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_hww0qd', 'REST_HOST': '192.168.120.13', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/bono_host_hww0qd/work', 'CLOUDIFY_DAEMON_QUEUE': 'bono_host_hww0qd', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DrSAHQ.PQ65Z8rSISf50P7jT8yDCAYyo_E'} 2018-10-26 10:41:56,065 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-10-26 10:41:56,065 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:56,065 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/bono_host_hww0qd/env 2018-10-26 10:41:56,065 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-26 10:41:56,066 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-10-26 10:41:56,066 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:56,066 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:56,066 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:56,066 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-26 10:41:56,066 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:56,067 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-10-26 10:41:56,067 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:56,067 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:56,067 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:56,067 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-26 10:41:56,067 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:56,068 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:41:56,068 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-10-26 10:41:56,068 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-10-26 10:41:56,068 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-10-26 10:41:56,068 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: bono_host_hww0qd 2018-10-26 10:41:56,068 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/bono_host_hww0qd/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-26 10:41:56,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-10-26 10:41:56,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-10-26 10:41:56,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-10-26 10:41:56,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-10-26 10:41:56,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-10-26 10:41:56,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-10-26 10:41:56,069 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:41:56,218 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:41:56,218 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:41:56,218 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:41:56,218 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:41:56,218 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:41:56,219 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:41:56,219 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:41:56,219 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:41:56,219 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:41:56,219 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:41:56 GMT 2018-10-26 10:41:56,219 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:41:56,219 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:41:56,219 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:42:01,225 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:42:01,722 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:42:01,723 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:42:01,723 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:42:01,723 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:42:01,723 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:42:01,723 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:42:01,723 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:42:01,723 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_9xkma6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:49.081Z", "message": "Creating Agent", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:49.081Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:49.081Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:49.081Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:49.085Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:49.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a8e74150-e82d-4dcb-a581-7500a66a8c9e"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:49.085Z", "message": "system_python set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:49.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a8e74150-e82d-4dcb-a581-7500a66a8c9e"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:49.085Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:49.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "11708c79-e110-4c6d-a025-d1c1e96c1180"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:49.085Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:49.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "11708c79-e110-4c6d-a025-d1c1e96c1180"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:49.085Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:49.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a8e74150-e82d-4dcb-a581-7500a66a8c9e"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:49.085Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:49.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a8e74150-e82d-4dcb-a581-7500a66a8c9e"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:49.085Z", "message": "env set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:49.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a8e74150-e82d-4dcb-a581-7500a66a8c9e"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:49.085Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:49.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "11708c79-e110-4c6d-a025-d1c1e96c1180"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:49.085Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:49.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "11708c79-e110-4c6d-a025-d1c1e96c1180"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:49.085Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:49.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a8e74150-e82d-4dcb-a581-7500a66a8c9e"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:49.085Z", "message": "Configuring Agent bono_host_hww0qd", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:49.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "11708c79-e110-4c6d-a025-d1c1e96c1180"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:49.085Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:49.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a8e74150-e82d-4dcb-a581-7500a66a8c9e"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:49.085Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:49.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a8e74150-e82d-4dcb-a581-7500a66a8c9e"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:49.085Z", "message": "SSH connection is ready", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:49.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a8e74150-e82d-4dcb-a581-7500a66a8c9e"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:49.085Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:49.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a8e74150-e82d-4dcb-a581-7500a66a8c9e"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:49.085Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:49.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a8e74150-e82d-4dcb-a581-7500a66a8c9e"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:49.085Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:49.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "11708c79-e110-4c6d-a025-d1c1e96c1180"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:49.085Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:49.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a8e74150-e82d-4dcb-a581-7500a66a8c9e"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:49.085Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:49.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a8e74150-e82d-4dcb-a581-7500a66a8c9e"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:49.085Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:49.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a8e74150-e82d-4dcb-a581-7500a66a8c9e"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:49.085Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:49.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a8e74150-e82d-4dcb-a581-7500a66a8c9e"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:49.085Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:49.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a8e74150-e82d-4dcb-a581-7500a66a8c9e"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:49.085Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:49.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "11708c79-e110-4c6d-a025-d1c1e96c1180"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:49.085Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:49.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a8e74150-e82d-4dcb-a581-7500a66a8c9e"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:49.085Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:49.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "11708c79-e110-4c6d-a025-d1c1e96c1180"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:49.085Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:49.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a8e74150-e82d-4dcb-a581-7500a66a8c9e"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:49.085Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:49.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a8e74150-e82d-4dcb-a581-7500a66a8c9e"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:49.085Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:49.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a8e74150-e82d-4dcb-a581-7500a66a8c9e"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:49.085Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:49.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a8e74150-e82d-4dcb-a581-7500a66a8c9e"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:49.085Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:49.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "11708c79-e110-4c6d-a025-d1c1e96c1180"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:49.085Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:49.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "11708c79-e110-4c6d-a025-d1c1e96c1180"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:49.085Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:49.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a8e74150-e82d-4dcb-a581-7500a66a8c9e"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:49.085Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:49.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "11708c79-e110-4c6d-a025-d1c1e96c1180"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:49.085Z", "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-26T10:41:49.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a8e74150-e82d-4dcb-a581-7500a66a8c9e"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:49.085Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:49.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "11708c79-e110-4c6d-a025-d1c1e96c1180"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:49.085Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:49.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a8e74150-e82d-4dcb-a581-7500a66a8c9e"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:50.156Z", "message": "Creating Agent proxy_host_8tfvdc", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:50.156Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a8e74150-e82d-4dcb-a581-7500a66a8c9e"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:50.156Z", "message": "Configuring...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:50.156Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "11708c79-e110-4c6d-a025-d1c1e96c1180"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:50.156Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:50.156Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "8cfc27c6-4b5f-4975-ac85-20a49999ad49"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:50.156Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:50.156Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "8cfc27c6-4b5f-4975-ac85-20a49999ad49"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:50.156Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:50.156Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "11708c79-e110-4c6d-a025-d1c1e96c1180"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:50.156Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:50.156Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a8e74150-e82d-4dcb-a581-7500a66a8c9e"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:50.156Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:50.156Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "8cfc27c6-4b5f-4975-ac85-20a49999ad49"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:50.156Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:50.156Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a8e74150-e82d-4dcb-a581-7500a66a8c9e"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:50.156Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:50.156Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "8cfc27c6-4b5f-4975-ac85-20a49999ad49"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:50.156Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:50.156Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "8cfc27c6-4b5f-4975-ac85-20a49999ad49"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:50.156Z", "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-26T10:41:50.156Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a8e74150-e82d-4dcb-a581-7500a66a8c9e"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:50.156Z", "message": "Creating agent from package", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:50.156Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a8e74150-e82d-4dcb-a581-7500a66a8c9e"}], "metadata": {"pagination": {"total": 812, "offset": 489, "size": 50}}} 2018-10-26 10:42:01,724 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:42:01,724 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:42:01 GMT 2018-10-26 10:42:01,724 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:42:01,724 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27379 2018-10-26 10:42:01,724 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:42:01,725 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-10-26 10:42:01,726 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-10-26 10:42:01,726 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:01,726 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-10-26 10:42:01,726 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:01,726 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:01,726 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:01,727 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:01,727 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-10-26 10:42:01,727 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:01,727 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:01,727 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:01,727 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent bono_host_hww0qd 2018-10-26 10:42:01,728 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:01,728 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:01,728 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-26 10:42:01,728 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:01,728 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:01,728 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:01,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:01,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:01,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:01,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-10-26 10:42:01,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:01,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-26 10:42:01,730 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:01,730 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:01,730 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:01,730 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:01,730 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:01,730 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:01,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:01,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-26 10:42:01,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:01,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:01,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-10-26 10:42:01,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:01,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:01,732 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent proxy_host_8tfvdc 2018-10-26 10:42:01,732 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-26 10:42:01,732 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:01,732 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-10-26 10:42:01,732 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-10-26 10:42:01,732 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:01,733 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:01,733 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:01,733 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:01,733 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:01,733 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-10-26 10:42:01,733 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-10-26 10:42:01,733 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:42:02,015 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:42:02,015 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:42:02,015 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:42:02,015 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:42:02,015 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:42:02,015 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:42:02,015 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:42:02,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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:42:02,015 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:42:02,016 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:42:02 GMT 2018-10-26 10:42:02,016 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:42:02,016 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:42:02,016 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:42:07,021 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:42:07,166 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:42:07,166 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:42:07,167 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:42:07,167 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:42:07,167 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:42:07,167 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:42:07,167 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:42:07,167 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:50.156Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:50.156Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "8cfc27c6-4b5f-4975-ac85-20a49999ad49"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:50.156Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:50.156Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a8e74150-e82d-4dcb-a581-7500a66a8c9e"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:50.156Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:50.156Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "8cfc27c6-4b5f-4975-ac85-20a49999ad49"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:50.156Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:50.156Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a8e74150-e82d-4dcb-a581-7500a66a8c9e"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:50.156Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:50.156Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "8cfc27c6-4b5f-4975-ac85-20a49999ad49"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:50.156Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:50.156Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a8e74150-e82d-4dcb-a581-7500a66a8c9e"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:50.156Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:50.156Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "8cfc27c6-4b5f-4975-ac85-20a49999ad49"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:50.156Z", "message": "Successfully configured daemon: bono_host_hww0qd", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:50.156Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "11708c79-e110-4c6d-a025-d1c1e96c1180"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:50.156Z", "message": "Creating Agent proxy_host_8tfvdc", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:50.156Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a8e74150-e82d-4dcb-a581-7500a66a8c9e"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:50.156Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:50.156Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "8cfc27c6-4b5f-4975-ac85-20a49999ad49"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:50.156Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:50.156Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a8e74150-e82d-4dcb-a581-7500a66a8c9e"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:50.156Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:50.156Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "8cfc27c6-4b5f-4975-ac85-20a49999ad49"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:50.156Z", "message": "Creating agent from package", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:50.156Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a8e74150-e82d-4dcb-a581-7500a66a8c9e"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:50.342Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:50.342Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:51.164Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:51.164Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:51.164Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:51.164Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:51.164Z", "message": "Starting Agent", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:51.164Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:51.164Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:51.164Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:51.386Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:51.386Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "140e7c28-4d43-4253-a747-677ad6b037b7"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:51.386Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:51.386Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c83ae32b-4db9-4615-b9e5-50fba44ac037"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:51.386Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:51.386Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c83ae32b-4db9-4615-b9e5-50fba44ac037"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:51.386Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:51.386Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c83ae32b-4db9-4615-b9e5-50fba44ac037"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:51.386Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:51.386Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c83ae32b-4db9-4615-b9e5-50fba44ac037"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:51.386Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:51.386Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "140e7c28-4d43-4253-a747-677ad6b037b7"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:51.386Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:51.386Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c83ae32b-4db9-4615-b9e5-50fba44ac037"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:51.386Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:51.386Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c83ae32b-4db9-4615-b9e5-50fba44ac037"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:51.386Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:51.386Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "140e7c28-4d43-4253-a747-677ad6b037b7"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:51.386Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:51.386Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c83ae32b-4db9-4615-b9e5-50fba44ac037"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:51.386Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:51.386Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c83ae32b-4db9-4615-b9e5-50fba44ac037"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:51.386Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:51.386Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "140e7c28-4d43-4253-a747-677ad6b037b7"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:51.386Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:51.386Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "140e7c28-4d43-4253-a747-677ad6b037b7"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:51.386Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:51.386Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c83ae32b-4db9-4615-b9e5-50fba44ac037"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:51.386Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:51.386Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "140e7c28-4d43-4253-a747-677ad6b037b7"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:51.386Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:51.386Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "140e7c28-4d43-4253-a747-677ad6b037b7"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:51.386Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:51.386Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c83ae32b-4db9-4615-b9e5-50fba44ac037"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:51.386Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:51.386Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c83ae32b-4db9-4615-b9e5-50fba44ac037"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:51.386Z", "message": "system_python set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:51.386Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c83ae32b-4db9-4615-b9e5-50fba44ac037"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:51.386Z", "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-26T10:41:51.386Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c83ae32b-4db9-4615-b9e5-50fba44ac037"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:51.386Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:51.386Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "140e7c28-4d43-4253-a747-677ad6b037b7"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:51.386Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:51.386Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "140e7c28-4d43-4253-a747-677ad6b037b7"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:51.386Z", "message": "Untaring Agent package...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:51.386Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a8e74150-e82d-4dcb-a581-7500a66a8c9e"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:51.386Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:51.386Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c83ae32b-4db9-4615-b9e5-50fba44ac037"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:51.386Z", "message": "SSH connection is ready", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:51.386Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "140e7c28-4d43-4253-a747-677ad6b037b7"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:51.386Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:51.386Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "140e7c28-4d43-4253-a747-677ad6b037b7"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:51.386Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:51.386Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "140e7c28-4d43-4253-a747-677ad6b037b7"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:51.386Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:51.386Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c83ae32b-4db9-4615-b9e5-50fba44ac037"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:51.386Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:51.386Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c83ae32b-4db9-4615-b9e5-50fba44ac037"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:51.386Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:51.386Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "140e7c28-4d43-4253-a747-677ad6b037b7"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:51.386Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:51.386Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c83ae32b-4db9-4615-b9e5-50fba44ac037"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:51.386Z", "message": "env set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:51.386Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "140e7c28-4d43-4253-a747-677ad6b037b7"}], "metadata": {"pagination": {"total": 969, "offset": 539, "size": 50}}} 2018-10-26 10:42:07,167 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:42:07,167 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:42:07 GMT 2018-10-26 10:42:07,168 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:42:07,168 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27338 2018-10-26 10:42:07,168 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:42:07,169 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:07,169 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:07,169 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:07,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:07,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:07,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:07,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-26 10:42:07,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: bono_host_hww0qd 2018-10-26 10:42:07,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent proxy_host_8tfvdc 2018-10-26 10:42:07,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-10-26 10:42:07,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:07,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:07,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-10-26 10:42:07,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-10-26 10:42:07,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-10-26 10:42:07,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-10-26 10:42:07,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-10-26 10:42:07,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-10-26 10:42:07,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:07,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:07,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:07,172 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:07,173 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:07,173 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:07,173 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:07,173 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:07,173 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:07,173 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:07,174 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:07,174 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:07,174 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:07,174 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:07,174 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:07,174 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:07,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:07,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:07,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-10-26 10:42:07,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-10-26 10:42:07,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:07,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:07,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-10-26 10:42:07,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:07,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-26 10:42:07,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:07,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:07,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:07,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:07,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:07,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:07,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-10-26 10:42:07,177 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:42:07,269 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:42:07,269 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:42:07,269 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:42:07,269 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:42:07,269 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:42:07,269 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:42:07,270 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:42:07,270 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:42:07,270 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:42:07,270 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:42:07 GMT 2018-10-26 10:42:07,270 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:42:07,270 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:42:07,270 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:42:12,275 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:42:12,792 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:42:12,792 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:42:12,792 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:42:12,792 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:42:12,792 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:42:12,793 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:42:12,793 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:42:12,793 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:51.386Z", "message": "env set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:51.386Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c83ae32b-4db9-4615-b9e5-50fba44ac037"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:51.386Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:51.386Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c83ae32b-4db9-4615-b9e5-50fba44ac037"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:51.386Z", "message": "env set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:51.386Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "140e7c28-4d43-4253-a747-677ad6b037b7"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:51.386Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:51.386Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c83ae32b-4db9-4615-b9e5-50fba44ac037"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:51.386Z", "message": "SSH connection is ready", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:51.386Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "140e7c28-4d43-4253-a747-677ad6b037b7"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:51.386Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:51.386Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c83ae32b-4db9-4615-b9e5-50fba44ac037"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:51.386Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:51.386Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "140e7c28-4d43-4253-a747-677ad6b037b7"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:51.386Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:51.386Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "140e7c28-4d43-4253-a747-677ad6b037b7"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:51.386Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:51.386Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c83ae32b-4db9-4615-b9e5-50fba44ac037"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:51.386Z", "message": "system_python set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:51.386Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c83ae32b-4db9-4615-b9e5-50fba44ac037"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:51.386Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:51.386Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c83ae32b-4db9-4615-b9e5-50fba44ac037"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:51.386Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:51.386Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "140e7c28-4d43-4253-a747-677ad6b037b7"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:51.386Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:51.386Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "140e7c28-4d43-4253-a747-677ad6b037b7"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:51.386Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:51.386Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "140e7c28-4d43-4253-a747-677ad6b037b7"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:51.386Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:51.386Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c83ae32b-4db9-4615-b9e5-50fba44ac037"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:51.386Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:51.386Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c83ae32b-4db9-4615-b9e5-50fba44ac037"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:51.386Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:51.386Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c83ae32b-4db9-4615-b9e5-50fba44ac037"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:52.179Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:52.179Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:52.404Z", "message": "Configuring...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:52.404Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a8e74150-e82d-4dcb-a581-7500a66a8c9e"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:52.404Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:52.404Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c83ae32b-4db9-4615-b9e5-50fba44ac037"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:52.404Z", "message": "Downloading Agent Package from https://192.168.120.13:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:52.404Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "140e7c28-4d43-4253-a747-677ad6b037b7"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:52.404Z", "message": "system_python set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:52.404Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "140e7c28-4d43-4253-a747-677ad6b037b7"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:52.404Z", "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-26T10:41:52.404Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "140e7c28-4d43-4253-a747-677ad6b037b7"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:52.404Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:52.404Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "140e7c28-4d43-4253-a747-677ad6b037b7"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:52.404Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:52.404Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "140e7c28-4d43-4253-a747-677ad6b037b7"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:52.404Z", "message": "Downloading Agent Package from https://192.168.120.13: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-26T10:41:52.404Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c83ae32b-4db9-4615-b9e5-50fba44ac037"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:52.404Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:52.404Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "140e7c28-4d43-4253-a747-677ad6b037b7"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:52.404Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:52.404Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c83ae32b-4db9-4615-b9e5-50fba44ac037"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:52.404Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:52.404Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c83ae32b-4db9-4615-b9e5-50fba44ac037"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:52.404Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:52.404Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "140e7c28-4d43-4253-a747-677ad6b037b7"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:52.404Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/ellis_host_gh9gv2/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:52.404Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "140e7c28-4d43-4253-a747-677ad6b037b7"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:52.404Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:52.404Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "140e7c28-4d43-4253-a747-677ad6b037b7"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:52.404Z", "message": "Creating Agent ellis_host_gh9gv2", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:52.404Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "140e7c28-4d43-4253-a747-677ad6b037b7"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:52.404Z", "message": "Creating agent from package", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:52.404Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "140e7c28-4d43-4253-a747-677ad6b037b7"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:52.404Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:52.404Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "140e7c28-4d43-4253-a747-677ad6b037b7"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:52.404Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:52.404Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a8e74150-e82d-4dcb-a581-7500a66a8c9e"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:52.404Z", "message": "Auto-correcting virtualenv /home/ubuntu/proxy_host_8tfvdc/env", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:52.404Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a8e74150-e82d-4dcb-a581-7500a66a8c9e"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:52.404Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.13', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/proxy_host_8tfvdc/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/proxy_host_8tfvdc/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_8tfvdc', 'REST_HOST': '192.168.120.13', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/proxy_host_8tfvdc/work', 'CLOUDIFY_DAEMON_QUEUE': 'proxy_host_8tfvdc', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DrSAHQ.PQ65Z8rSISf50P7jT8yDCAYyo_E'}", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:52.404Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a8e74150-e82d-4dcb-a581-7500a66a8c9e"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:52.404Z", "message": "Creating Agent homer_host_7hwq87", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:52.404Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c83ae32b-4db9-4615-b9e5-50fba44ac037"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:52.404Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:52.404Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a8e74150-e82d-4dcb-a581-7500a66a8c9e"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:52.404Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:52.404Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c83ae32b-4db9-4615-b9e5-50fba44ac037"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:52.404Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/homer_host_7hwq87/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:52.404Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c83ae32b-4db9-4615-b9e5-50fba44ac037"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:52.404Z", "message": "Creating agent from package", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:52.404Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c83ae32b-4db9-4615-b9e5-50fba44ac037"}, {"node_instance_id": "vellum_host_19cott", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:53.339Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:53.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:53.339Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:53.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:53.339Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:53.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:53.486Z", "message": "Successfully created daemon: proxy_host_8tfvdc", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:53.486Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a8e74150-e82d-4dcb-a581-7500a66a8c9e"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:53.486Z", "message": "Untaring Agent package...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:53.486Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c83ae32b-4db9-4615-b9e5-50fba44ac037"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:53.486Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:53.486Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "8cfc27c6-4b5f-4975-ac85-20a49999ad49"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:53.486Z", "message": " SNIMissingWarning", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:53.486Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a8e74150-e82d-4dcb-a581-7500a66a8c9e"}], "metadata": {"pagination": {"total": 1137, "offset": 589, "size": 50}}} 2018-10-26 10:42:12,793 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:42:12,793 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:42:12 GMT 2018-10-26 10:42:12,793 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:42:12,793 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28378 2018-10-26 10:42:12,793 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:42:12,794 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-10-26 10:42:12,795 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-10-26 10:42:12,795 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-10-26 10:42:12,795 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:12,795 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-26 10:42:12,795 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:12,796 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:12,796 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:12,796 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:12,796 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-10-26 10:42:12,796 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:12,796 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:12,797 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:12,797 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:12,797 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:12,797 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:12,797 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:12,797 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-10-26 10:42:12,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-26 10:42:12,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:12,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.13:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-10-26 10:42:12,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-10-26 10:42:12,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-10-26 10:42:12,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:12,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:12,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.13:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-10-26 10:42:12,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:12,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-10-26 10:42:12,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:12,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:12,800 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/ellis_host_gh9gv2/cloudify/ssl/cloudify_internal_cert.pem 2018-10-26 10:42:12,800 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:12,800 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent ellis_host_gh9gv2 2018-10-26 10:42:12,800 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-10-26 10:42:12,800 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:12,800 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-10-26 10:42:12,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/proxy_host_8tfvdc/env 2018-10-26 10:42:12,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.13', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/proxy_host_8tfvdc/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/proxy_host_8tfvdc/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_8tfvdc', 'REST_HOST': '192.168.120.13', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/proxy_host_8tfvdc/work', 'CLOUDIFY_DAEMON_QUEUE': 'proxy_host_8tfvdc', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DrSAHQ.PQ65Z8rSISf50P7jT8yDCAYyo_E'} 2018-10-26 10:42:12,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent homer_host_7hwq87 2018-10-26 10:42:12,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-10-26 10:42:12,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:12,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/homer_host_7hwq87/cloudify/ssl/cloudify_internal_cert.pem 2018-10-26 10:42:12,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-10-26 10:42:12,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-10-26 10:42:12,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-10-26 10:42:12,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-10-26 10:42:12,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: proxy_host_8tfvdc 2018-10-26 10:42:12,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-10-26 10:42:12,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-26 10:42:12,803 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-10-26 10:42:12,803 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:42:12,864 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:42:12,864 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:42:12,864 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:42:12,864 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:42:12,865 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:42:12,865 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:42:12,865 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:42:12,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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:42:12,865 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:42:12,865 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:42:12 GMT 2018-10-26 10:42:12,865 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:42:12,865 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:42:12,865 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:42:17,871 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:42:18,285 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:42:18,285 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:42:18,285 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:42:18,285 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:42:18,285 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:42:18,285 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:42:18,286 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:42:18,286 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:53.486Z", "message": "Creating...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:53.486Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a8e74150-e82d-4dcb-a581-7500a66a8c9e"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:53.486Z", "message": "Server is ACTIVE", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:53.486Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "507ad5c5-c927-4ed9-92eb-860540ceeca7"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:53.486Z", "message": "Untaring Agent package...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:53.486Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c83ae32b-4db9-4615-b9e5-50fba44ac037"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:53.486Z", "message": "Untaring Agent package...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:53.486Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "140e7c28-4d43-4253-a747-677ad6b037b7"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:54.513Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:54.513Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:54.513Z", "message": "Configuring Agent", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:54.513Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:54.513Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:54.513Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:54.513Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:54.513Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:54.513Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:54.513Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:54.513Z", "message": "Creating Agent", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:54.513Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:54.566Z", "message": "Configuring...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:54.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "140e7c28-4d43-4253-a747-677ad6b037b7"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:54.566Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:54.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "8cfc27c6-4b5f-4975-ac85-20a49999ad49"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:54.566Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.13', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/ellis_host_gh9gv2/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/ellis_host_gh9gv2/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_gh9gv2', 'REST_HOST': '192.168.120.13', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/ellis_host_gh9gv2/work', 'CLOUDIFY_DAEMON_QUEUE': 'ellis_host_gh9gv2', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DrSAHQ.PQ65Z8rSISf50P7jT8yDCAYyo_E'}", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:54.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "140e7c28-4d43-4253-a747-677ad6b037b7"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:54.566Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:54.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "8cfc27c6-4b5f-4975-ac85-20a49999ad49"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:54.566Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:54.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "8cfc27c6-4b5f-4975-ac85-20a49999ad49"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:54.566Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:54.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "8cfc27c6-4b5f-4975-ac85-20a49999ad49"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:54.566Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:54.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "8cfc27c6-4b5f-4975-ac85-20a49999ad49"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:54.566Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:54.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "8cfc27c6-4b5f-4975-ac85-20a49999ad49"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:54.566Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:54.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "8cfc27c6-4b5f-4975-ac85-20a49999ad49"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:54.566Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:54.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "8cfc27c6-4b5f-4975-ac85-20a49999ad49"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:54.566Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:54.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "ae010a07-6f13-4231-8bad-cff2e2333270"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:54.566Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:54.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "8cfc27c6-4b5f-4975-ac85-20a49999ad49"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:54.566Z", "message": "Auto-correcting virtualenv /home/ubuntu/homer_host_7hwq87/env", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:54.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c83ae32b-4db9-4615-b9e5-50fba44ac037"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:54.566Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:54.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "8cfc27c6-4b5f-4975-ac85-20a49999ad49"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:54.566Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:54.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "8cfc27c6-4b5f-4975-ac85-20a49999ad49"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:54.566Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:54.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "ae010a07-6f13-4231-8bad-cff2e2333270"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:54.566Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:54.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "8cfc27c6-4b5f-4975-ac85-20a49999ad49"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:54.566Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:54.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "ae010a07-6f13-4231-8bad-cff2e2333270"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:54.566Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:54.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "8cfc27c6-4b5f-4975-ac85-20a49999ad49"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:54.566Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:54.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "8cfc27c6-4b5f-4975-ac85-20a49999ad49"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:54.566Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:54.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "ae010a07-6f13-4231-8bad-cff2e2333270"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:54.566Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:54.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "8cfc27c6-4b5f-4975-ac85-20a49999ad49"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:54.566Z", "message": "Starting Agent bono_host_hww0qd", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:54.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "ae010a07-6f13-4231-8bad-cff2e2333270"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:54.566Z", "message": "Auto-correcting virtualenv /home/ubuntu/ellis_host_gh9gv2/env", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:54.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "140e7c28-4d43-4253-a747-677ad6b037b7"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:54.566Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:54.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "8cfc27c6-4b5f-4975-ac85-20a49999ad49"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:54.566Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:54.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "ae010a07-6f13-4231-8bad-cff2e2333270"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:54.566Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:54.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "ae010a07-6f13-4231-8bad-cff2e2333270"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:54.566Z", "message": "env set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:54.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "8cfc27c6-4b5f-4975-ac85-20a49999ad49"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:54.566Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:54.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "140e7c28-4d43-4253-a747-677ad6b037b7"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:54.566Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:54.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "ae010a07-6f13-4231-8bad-cff2e2333270"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:54.566Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:54.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "8cfc27c6-4b5f-4975-ac85-20a49999ad49"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:54.566Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:54.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "8cfc27c6-4b5f-4975-ac85-20a49999ad49"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:54.566Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.13', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/homer_host_7hwq87/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/homer_host_7hwq87/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_7hwq87', 'REST_HOST': '192.168.120.13', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/homer_host_7hwq87/work', 'CLOUDIFY_DAEMON_QUEUE': 'homer_host_7hwq87', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DrSAHQ.PQ65Z8rSISf50P7jT8yDCAYyo_E'}", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:54.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c83ae32b-4db9-4615-b9e5-50fba44ac037"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:54.566Z", "message": "system_python set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:54.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "8cfc27c6-4b5f-4975-ac85-20a49999ad49"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:54.566Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:54.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "ae010a07-6f13-4231-8bad-cff2e2333270"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:54.566Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:54.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "8cfc27c6-4b5f-4975-ac85-20a49999ad49"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:54.566Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:54.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "8cfc27c6-4b5f-4975-ac85-20a49999ad49"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:54.566Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:54.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "ae010a07-6f13-4231-8bad-cff2e2333270"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:54.566Z", "message": "Configuring...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:54.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c83ae32b-4db9-4615-b9e5-50fba44ac037"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:54.566Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:54.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c83ae32b-4db9-4615-b9e5-50fba44ac037"}], "metadata": {"pagination": {"total": 1265, "offset": 639, "size": 50}}} 2018-10-26 10:42:18,286 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:42:18,286 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:42:18 GMT 2018-10-26 10:42:18,286 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:42:18,286 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28698 2018-10-26 10:42:18,286 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:42:18,287 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-10-26 10:42:18,288 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-10-26 10:42:18,288 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-10-26 10:42:18,288 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-10-26 10:42:18,288 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-10-26 10:42:18,288 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-10-26 10:42:18,288 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-10-26 10:42:18,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-10-26 10:42:18,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-10-26 10:42:18,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-10-26 10:42:18,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-26 10:42:18,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:18,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.13', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/ellis_host_gh9gv2/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/ellis_host_gh9gv2/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_gh9gv2', 'REST_HOST': '192.168.120.13', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/ellis_host_gh9gv2/work', 'CLOUDIFY_DAEMON_QUEUE': 'ellis_host_gh9gv2', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DrSAHQ.PQ65Z8rSISf50P7jT8yDCAYyo_E'} 2018-10-26 10:42:18,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:18,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:18,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:18,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:18,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:18,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:18,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-10-26 10:42:18,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:18,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:18,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/homer_host_7hwq87/env 2018-10-26 10:42:18,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:18,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:18,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-26 10:42:18,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:18,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:18,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:18,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:18,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:18,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:18,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent bono_host_hww0qd 2018-10-26 10:42:18,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/ellis_host_gh9gv2/env 2018-10-26 10:42:18,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:18,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:18,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:18,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-10-26 10:42:18,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-10-26 10:42:18,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-26 10:42:18,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:18,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:18,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.13', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/homer_host_7hwq87/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/homer_host_7hwq87/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_7hwq87', 'REST_HOST': '192.168.120.13', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/homer_host_7hwq87/work', 'CLOUDIFY_DAEMON_QUEUE': 'homer_host_7hwq87', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DrSAHQ.PQ65Z8rSISf50P7jT8yDCAYyo_E'} 2018-10-26 10:42:18,295 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-10-26 10:42:18,295 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:18,295 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:18,295 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:18,295 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:18,295 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-26 10:42:18,295 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-10-26 10:42:18,296 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:42:18,385 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:42:18,385 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:42:18,385 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:42:18,386 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:42:18,386 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:42:18,386 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:42:18,386 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:42:18,386 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:42:18,386 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:42:18,386 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:42:18 GMT 2018-10-26 10:42:18,386 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:42:18,386 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:42:18,386 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:42:23,392 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:42:23,716 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:42:23,716 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:42:23,716 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:42:23,716 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:42:23,716 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:42:23,716 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:42:23,716 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:42:23,717 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:54.566Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:54.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "8cfc27c6-4b5f-4975-ac85-20a49999ad49"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:54.566Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:54.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "8cfc27c6-4b5f-4975-ac85-20a49999ad49"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:54.566Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:54.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "ae010a07-6f13-4231-8bad-cff2e2333270"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:54.566Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:54.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "ae010a07-6f13-4231-8bad-cff2e2333270"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:54.566Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:54.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "8cfc27c6-4b5f-4975-ac85-20a49999ad49"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:54.566Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:54.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "8cfc27c6-4b5f-4975-ac85-20a49999ad49"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:54.566Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:54.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "8cfc27c6-4b5f-4975-ac85-20a49999ad49"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:54.566Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:54.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "ae010a07-6f13-4231-8bad-cff2e2333270"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:54.566Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:54.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "140e7c28-4d43-4253-a747-677ad6b037b7"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:54.566Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:54.566Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "8cfc27c6-4b5f-4975-ac85-20a49999ad49"}, {"node_instance_id": "vellum_host_19cott", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:55.631Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:55.631Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:55.631Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:55.631Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:55.631Z", "message": "Configuring Agent", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:55.631Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:55.631Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:55.631Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:55.631Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:55.631Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:55.631Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:55.631Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:55.631Z", "message": "Configuring Agent", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:55.631Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:55.696Z", "message": " SNIMissingWarning", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:55.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "140e7c28-4d43-4253-a747-677ad6b037b7"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:55.696Z", "message": "/home/ubuntu/homer_host_7hwq87/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-26T10:41:55.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c83ae32b-4db9-4615-b9e5-50fba44ac037"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:55.696Z", "message": "Creating agent from package", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:55.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "8cfc27c6-4b5f-4975-ac85-20a49999ad49"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:55.696Z", "message": "Successfully created daemon: homer_host_7hwq87", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:55.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c83ae32b-4db9-4615-b9e5-50fba44ac037"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:55.696Z", "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-26T10:41:55.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "8cfc27c6-4b5f-4975-ac85-20a49999ad49"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:55.696Z", "message": "/home/ubuntu/ellis_host_gh9gv2/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-26T10:41:55.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "140e7c28-4d43-4253-a747-677ad6b037b7"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:55.696Z", "message": "Untaring Agent package...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:55.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "8cfc27c6-4b5f-4975-ac85-20a49999ad49"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:55.696Z", "message": "Creating...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:55.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c83ae32b-4db9-4615-b9e5-50fba44ac037"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:55.696Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bind_host_9xkma6/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:55.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "8cfc27c6-4b5f-4975-ac85-20a49999ad49"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:55.696Z", "message": "Successfully created daemon: ellis_host_gh9gv2", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:55.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "140e7c28-4d43-4253-a747-677ad6b037b7"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:55.696Z", "message": "Creating Agent bind_host_9xkma6", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:55.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "8cfc27c6-4b5f-4975-ac85-20a49999ad49"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:55.696Z", "message": "Creating...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:55.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "140e7c28-4d43-4253-a747-677ad6b037b7"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:55.696Z", "message": "Downloading Agent Package from https://192.168.120.13: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-26T10:41:55.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "8cfc27c6-4b5f-4975-ac85-20a49999ad49"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:55.696Z", "message": " SNIMissingWarning", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:55.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c83ae32b-4db9-4615-b9e5-50fba44ac037"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:57.007Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:57.007Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:57.007Z", "message": "Creating Agent", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:57.007Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:57.007Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:57.007Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:57.007Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:57.007Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:57.007Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:57.007Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:57.010Z", "message": "Configuring...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:57.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "8cfc27c6-4b5f-4975-ac85-20a49999ad49"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:57.010Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:57.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4dc19cc4-be2c-405c-8526-5106733fbca5"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:57.010Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:57.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "8cfc27c6-4b5f-4975-ac85-20a49999ad49"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:57.010Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:57.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4dc19cc4-be2c-405c-8526-5106733fbca5"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:57.010Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:57.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4dc19cc4-be2c-405c-8526-5106733fbca5"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:57.010Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:57.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4dc19cc4-be2c-405c-8526-5106733fbca5"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:57.010Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:57.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4dc19cc4-be2c-405c-8526-5106733fbca5"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:57.010Z", "message": "Validating SSH connection", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:57.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4dc19cc4-be2c-405c-8526-5106733fbca5"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:57.010Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:57.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4dc19cc4-be2c-405c-8526-5106733fbca5"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:57.010Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:57.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4dc19cc4-be2c-405c-8526-5106733fbca5"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:57.010Z", "message": "Auto-correcting virtualenv /home/ubuntu/bind_host_9xkma6/env", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:57.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "8cfc27c6-4b5f-4975-ac85-20a49999ad49"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:57.010Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:57.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4dc19cc4-be2c-405c-8526-5106733fbca5"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:57.010Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:57.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4dc19cc4-be2c-405c-8526-5106733fbca5"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:57.010Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:57.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "8cfc27c6-4b5f-4975-ac85-20a49999ad49"}], "metadata": {"pagination": {"total": 1341, "offset": 689, "size": 50}}} 2018-10-26 10:42:23,717 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:42:23,717 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:42:23 GMT 2018-10-26 10:42:23,717 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:42:23,717 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27901 2018-10-26 10:42:23,717 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:42:23,718 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:23,718 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:23,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:23,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:23,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:23,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:23,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:23,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:23,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-10-26 10:42:23,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:23,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-10-26 10:42:23,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-10-26 10:42:23,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-10-26 10:42:23,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-10-26 10:42:23,721 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-10-26 10:42:23,721 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-10-26 10:42:23,721 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-10-26 10:42:23,721 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-10-26 10:42:23,721 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/homer_host_7hwq87/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-26 10:42:23,721 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-10-26 10:42:23,722 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: homer_host_7hwq87 2018-10-26 10:42:23,722 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-10-26 10:42:23,722 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/ellis_host_gh9gv2/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-26 10:42:23,722 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-10-26 10:42:23,722 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-10-26 10:42:23,722 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bind_host_9xkma6/cloudify/ssl/cloudify_internal_cert.pem 2018-10-26 10:42:23,723 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: ellis_host_gh9gv2 2018-10-26 10:42:23,723 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent bind_host_9xkma6 2018-10-26 10:42:23,723 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-10-26 10:42:23,723 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.13:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-10-26 10:42:23,723 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-10-26 10:42:23,723 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-10-26 10:42:23,724 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-10-26 10:42:23,724 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-10-26 10:42:23,724 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-10-26 10:42:23,724 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-10-26 10:42:23,724 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-26 10:42:23,724 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:23,725 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-10-26 10:42:23,725 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:23,725 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:23,725 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:23,725 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:23,725 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-26 10:42:23,726 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:23,726 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-10-26 10:42:23,726 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/bind_host_9xkma6/env 2018-10-26 10:42:23,726 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:23,726 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:23,726 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-10-26 10:42:23,726 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:42:23,867 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:42:23,867 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:42:23,867 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:42:23,867 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:42:23,867 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:42:23,868 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:42:23,868 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:42:23,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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:42:23,868 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:42:23,868 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:42:23 GMT 2018-10-26 10:42:23,868 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:42:23,868 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:42:23,868 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:42:28,874 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:42:29,286 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:42:29,286 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:42:29,286 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:42:29,286 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:42:29,286 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:42:29,286 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:42:29,286 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:42:29,287 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:57.010Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.13', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/bind_host_9xkma6/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/bind_host_9xkma6/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_9xkma6', 'REST_HOST': '192.168.120.13', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/bind_host_9xkma6/work', 'CLOUDIFY_DAEMON_QUEUE': 'bind_host_9xkma6', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DrSAHQ.PQ65Z8rSISf50P7jT8yDCAYyo_E'}", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:57.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "8cfc27c6-4b5f-4975-ac85-20a49999ad49"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:57.010Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:57.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4dc19cc4-be2c-405c-8526-5106733fbca5"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:57.010Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:57.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4dc19cc4-be2c-405c-8526-5106733fbca5"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:58.031Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:58.031Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "769744f7-b762-4004-81c7-ad8897a6a30b"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:58.031Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:58.031Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "769744f7-b762-4004-81c7-ad8897a6a30b"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:58.031Z", "message": "Successfully created daemon: bind_host_9xkma6", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:58.031Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "8cfc27c6-4b5f-4975-ac85-20a49999ad49"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:58.031Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:58.031Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "769744f7-b762-4004-81c7-ad8897a6a30b"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:58.031Z", "message": "SSH connection is ready", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:58.031Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "769744f7-b762-4004-81c7-ad8897a6a30b"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:58.031Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:58.031Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "769744f7-b762-4004-81c7-ad8897a6a30b"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:58.031Z", "message": "/home/ubuntu/bind_host_9xkma6/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-26T10:41:58.031Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "8cfc27c6-4b5f-4975-ac85-20a49999ad49"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:58.031Z", "message": "Creating...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:58.031Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "8cfc27c6-4b5f-4975-ac85-20a49999ad49"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:58.031Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:58.031Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "769744f7-b762-4004-81c7-ad8897a6a30b"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:58.031Z", "message": "Server is ACTIVE", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:58.031Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3e53fd8f-cfa6-4030-acb9-fb5eff84456b"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:58.031Z", "message": "Validating SSH connection", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:58.031Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "769744f7-b762-4004-81c7-ad8897a6a30b"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:58.031Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:58.031Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "769744f7-b762-4004-81c7-ad8897a6a30b"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:58.031Z", "message": " SNIMissingWarning", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:58.031Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "8cfc27c6-4b5f-4975-ac85-20a49999ad49"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:58.031Z", "message": "Configuring Agent proxy_host_8tfvdc", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:58.031Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "769744f7-b762-4004-81c7-ad8897a6a30b"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:58.031Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:58.031Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "769744f7-b762-4004-81c7-ad8897a6a30b"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:58.031Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:58.031Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "769744f7-b762-4004-81c7-ad8897a6a30b"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:58.031Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:58.031Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "769744f7-b762-4004-81c7-ad8897a6a30b"}, {"node_instance_id": "vellum_host_19cott", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:58.033Z", "message": "Creating Agent", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:58.033Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:58.033Z", "message": "Configuring Agent", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:58.033Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:58.033Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:58.033Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:58.033Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:58.033Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:58.033Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:58.033Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:58.033Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:58.033Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "vellum_host_19cott", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:58.033Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:58.033Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "vellum_host_19cott", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:58.033Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:58.033Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:59.065Z", "message": "SSH connection is ready", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:59.065Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "fe4f3c19-e3ed-4733-9817-d51cf4cbdec5"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:59.065Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:59.065Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "fe4f3c19-e3ed-4733-9817-d51cf4cbdec5"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:59.065Z", "message": "Successfully configured daemon: proxy_host_8tfvdc", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:59.065Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "769744f7-b762-4004-81c7-ad8897a6a30b"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:59.065Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:59.065Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "fe4f3c19-e3ed-4733-9817-d51cf4cbdec5"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:59.065Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:59.065Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3d21d745-797b-41c6-b9e1-6d063b124e67"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:59.065Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:59.065Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3d21d745-797b-41c6-b9e1-6d063b124e67"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:59.065Z", "message": "SSH connection is ready", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:59.065Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3d21d745-797b-41c6-b9e1-6d063b124e67"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:59.065Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:59.065Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "769744f7-b762-4004-81c7-ad8897a6a30b"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:59.065Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:59.065Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "fe4f3c19-e3ed-4733-9817-d51cf4cbdec5"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:59.065Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:59.065Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3d21d745-797b-41c6-b9e1-6d063b124e67"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:59.065Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:59.065Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "fe4f3c19-e3ed-4733-9817-d51cf4cbdec5"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:59.065Z", "message": "Starting...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:59.065Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "ae010a07-6f13-4231-8bad-cff2e2333270"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:59.065Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:59.065Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3d21d745-797b-41c6-b9e1-6d063b124e67"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:59.065Z", "message": "Successfully started daemon: bono_host_hww0qd", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:59.065Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "ae010a07-6f13-4231-8bad-cff2e2333270"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:59.065Z", "message": "Validating SSH connection", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:59.065Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3d21d745-797b-41c6-b9e1-6d063b124e67"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:59.065Z", "message": "Configuring Agent ellis_host_gh9gv2", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:59.065Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3d21d745-797b-41c6-b9e1-6d063b124e67"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:59.065Z", "message": "Validating SSH connection", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:59.065Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "fe4f3c19-e3ed-4733-9817-d51cf4cbdec5"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:59.065Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:59.065Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "fe4f3c19-e3ed-4733-9817-d51cf4cbdec5"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:59.065Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:59.065Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3d21d745-797b-41c6-b9e1-6d063b124e67"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:59.065Z", "message": "Configuring Agent homer_host_7hwq87", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:59.065Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "fe4f3c19-e3ed-4733-9817-d51cf4cbdec5"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:59.065Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:59.065Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "fe4f3c19-e3ed-4733-9817-d51cf4cbdec5"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:59.065Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:59.065Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "769744f7-b762-4004-81c7-ad8897a6a30b"}], "metadata": {"pagination": {"total": 1362, "offset": 739, "size": 50}}} 2018-10-26 10:42:29,287 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:42:29,287 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:42:29 GMT 2018-10-26 10:42:29,287 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:42:29,287 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28327 2018-10-26 10:42:29,287 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:42:29,288 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.13', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/bind_host_9xkma6/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/bind_host_9xkma6/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_9xkma6', 'REST_HOST': '192.168.120.13', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/bind_host_9xkma6/work', 'CLOUDIFY_DAEMON_QUEUE': 'bind_host_9xkma6', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DrSAHQ.PQ65Z8rSISf50P7jT8yDCAYyo_E'} 2018-10-26 10:42:29,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:29,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:29,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:29,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:29,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: bind_host_9xkma6 2018-10-26 10:42:29,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:29,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-26 10:42:29,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:29,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/bind_host_9xkma6/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-26 10:42:29,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-10-26 10:42:29,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:29,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-10-26 10:42:29,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-26 10:42:29,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:29,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-10-26 10:42:29,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent proxy_host_8tfvdc 2018-10-26 10:42:29,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:29,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:29,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:29,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-10-26 10:42:29,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-10-26 10:42:29,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-10-26 10:42:29,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-10-26 10:42:29,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-10-26 10:42:29,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-10-26 10:42:29,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-10-26 10:42:29,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-10-26 10:42:29,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-26 10:42:29,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:29,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: proxy_host_8tfvdc 2018-10-26 10:42:29,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:29,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:29,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:29,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-26 10:42:29,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-10-26 10:42:29,295 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:29,295 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:29,295 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:29,295 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-10-26 10:42:29,295 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:29,295 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: bono_host_hww0qd 2018-10-26 10:42:29,295 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-26 10:42:29,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent ellis_host_gh9gv2 2018-10-26 10:42:29,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-26 10:42:29,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:29,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:29,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent homer_host_7hwq87 2018-10-26 10:42:29,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:29,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-10-26 10:42:29,297 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:42:29,476 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:42:29,477 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:42:29,477 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:42:29,477 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:42:29,477 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:42:29,477 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:42:29,477 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:42:29,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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:42:29,477 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:42:29,478 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:42:29 GMT 2018-10-26 10:42:29,478 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:42:29,478 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:42:29,478 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:42:34,478 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:42:34,726 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:42:34,726 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:42:34,726 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:42:34,726 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:42:34,727 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:42:34,727 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:42:34,727 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:42:34,727 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:59.065Z", "message": "Configuring Agent ellis_host_gh9gv2", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:59.065Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3d21d745-797b-41c6-b9e1-6d063b124e67"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:59.065Z", "message": "Validating SSH connection", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:59.065Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "fe4f3c19-e3ed-4733-9817-d51cf4cbdec5"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:59.065Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:59.065Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3d21d745-797b-41c6-b9e1-6d063b124e67"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:59.065Z", "message": "SSH connection is ready", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:59.065Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "fe4f3c19-e3ed-4733-9817-d51cf4cbdec5"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:59.065Z", "message": "Successfully started daemon: bono_host_hww0qd", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:59.065Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "ae010a07-6f13-4231-8bad-cff2e2333270"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:59.065Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:59.065Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3d21d745-797b-41c6-b9e1-6d063b124e67"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:59.065Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:59.065Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3d21d745-797b-41c6-b9e1-6d063b124e67"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:59.065Z", "message": "Validating SSH connection", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:59.065Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3d21d745-797b-41c6-b9e1-6d063b124e67"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:59.065Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:59.065Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "fe4f3c19-e3ed-4733-9817-d51cf4cbdec5"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:41:59.303Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:41:59.303Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:00.059Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:00.059Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:00.059Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:00.059Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:00.059Z", "message": "Starting Agent", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:00.059Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:00.059Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:00.059Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:00.059Z", "message": "Installing plugins", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:00.059Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:00.299Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:00.299Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "fe4f3c19-e3ed-4733-9817-d51cf4cbdec5"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:00.299Z", "message": "Successfully configured daemon: ellis_host_gh9gv2", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:00.299Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3d21d745-797b-41c6-b9e1-6d063b124e67"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:00.299Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:00.299Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "fe4f3c19-e3ed-4733-9817-d51cf4cbdec5"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:00.299Z", "message": "Successfully configured daemon: homer_host_7hwq87", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:00.299Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "fe4f3c19-e3ed-4733-9817-d51cf4cbdec5"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:00.299Z", "message": "Configuring...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:00.299Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "fe4f3c19-e3ed-4733-9817-d51cf4cbdec5"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:00.299Z", "message": "Configuring...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:00.299Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3d21d745-797b-41c6-b9e1-6d063b124e67"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:00.299Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:00.299Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3d21d745-797b-41c6-b9e1-6d063b124e67"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:00.299Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:00.299Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3d21d745-797b-41c6-b9e1-6d063b124e67"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.280Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.280Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.280Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.280Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.280Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.280Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.280Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.280Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.280Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.280Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.280Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.280Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.280Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.280Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.280Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.280Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "vellum_host_19cott", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.280Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.280Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.280Z", "message": "Starting Agent", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.280Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.280Z", "message": "Starting Agent", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.280Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4dc19cc4-be2c-405c-8526-5106733fbca5"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e5251ed8-bdd1-4eef-8ac7-1c070f43818b"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "828ebf7f-d6f0-4e9d-9ab6-19ba388174c7"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "2e078b5c-1703-4c1e-8b6a-91838e3b9dd2"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "ebb7f6f5-f9a4-4b6c-a779-cdd0a15009d4"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.565Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "ebb7f6f5-f9a4-4b6c-a779-cdd0a15009d4"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.565Z", "message": "Validating SSH connection", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e5251ed8-bdd1-4eef-8ac7-1c070f43818b"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "828ebf7f-d6f0-4e9d-9ab6-19ba388174c7"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "828ebf7f-d6f0-4e9d-9ab6-19ba388174c7"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4dc19cc4-be2c-405c-8526-5106733fbca5"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e5251ed8-bdd1-4eef-8ac7-1c070f43818b"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "2e078b5c-1703-4c1e-8b6a-91838e3b9dd2"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e5251ed8-bdd1-4eef-8ac7-1c070f43818b"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "2e078b5c-1703-4c1e-8b6a-91838e3b9dd2"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "828ebf7f-d6f0-4e9d-9ab6-19ba388174c7"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "828ebf7f-d6f0-4e9d-9ab6-19ba388174c7"}], "metadata": {"pagination": {"total": 1377, "offset": 789, "size": 50}}} 2018-10-26 10:42:34,727 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:42:34,727 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:42:34 GMT 2018-10-26 10:42:34,727 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:42:34,727 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26698 2018-10-26 10:42:34,727 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:42:34,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent ellis_host_gh9gv2 2018-10-26 10:42:34,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-26 10:42:34,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:34,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-26 10:42:34,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: bono_host_hww0qd 2018-10-26 10:42:34,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:34,730 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:34,730 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-26 10:42:34,730 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:34,730 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-10-26 10:42:34,730 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-10-26 10:42:34,730 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-10-26 10:42:34,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-10-26 10:42:34,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-10-26 10:42:34,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-10-26 10:42:34,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-10-26 10:42:34,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: ellis_host_gh9gv2 2018-10-26 10:42:34,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-10-26 10:42:34,732 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: homer_host_7hwq87 2018-10-26 10:42:34,732 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-26 10:42:34,732 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-26 10:42:34,732 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-10-26 10:42:34,732 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-10-26 10:42:34,732 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-10-26 10:42:34,733 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-10-26 10:42:34,733 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-10-26 10:42:34,733 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-10-26 10:42:34,733 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-10-26 10:42:34,733 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-10-26 10:42:34,733 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-10-26 10:42:34,734 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-10-26 10:42:34,734 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-10-26 10:42:34,734 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-10-26 10:42:34,734 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-10-26 10:42:34,734 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:34,734 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:34,735 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:34,735 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:34,735 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:34,735 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-26 10:42:34,735 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-26 10:42:34,735 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:34,736 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:34,736 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:34,736 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:34,736 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:34,736 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:34,736 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:34,736 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:34,737 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:34,737 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:42:34,855 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:42:34,855 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:42:34,856 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:42:34,856 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:42:34,856 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:42:34,856 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:42:34,856 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:42:34,856 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:42:34,856 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:42:34,856 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:42:34 GMT 2018-10-26 10:42:34,856 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:42:34,857 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:42:34,857 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:42:39,862 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:42:40,941 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:42:40,941 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:42:40,941 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:42:40,941 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:42:40,941 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:42:40,941 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:42:40,942 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:42:40,942 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "ebb7f6f5-f9a4-4b6c-a779-cdd0a15009d4"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "ebb7f6f5-f9a4-4b6c-a779-cdd0a15009d4"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4dc19cc4-be2c-405c-8526-5106733fbca5"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.565Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "ebb7f6f5-f9a4-4b6c-a779-cdd0a15009d4"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.565Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4dc19cc4-be2c-405c-8526-5106733fbca5"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4dc19cc4-be2c-405c-8526-5106733fbca5"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.565Z", "message": "env set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4dc19cc4-be2c-405c-8526-5106733fbca5"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4dc19cc4-be2c-405c-8526-5106733fbca5"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "ebb7f6f5-f9a4-4b6c-a779-cdd0a15009d4"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e5251ed8-bdd1-4eef-8ac7-1c070f43818b"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.565Z", "message": "Validating SSH connection", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e5251ed8-bdd1-4eef-8ac7-1c070f43818b"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "2e078b5c-1703-4c1e-8b6a-91838e3b9dd2"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.565Z", "message": "[localhost] run: /home/ubuntu/bono_host_hww0qd/env/bin/pip freeze", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "ffe17c8c-d56a-4c1f-912f-d26df123440c"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "2e078b5c-1703-4c1e-8b6a-91838e3b9dd2"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "ebb7f6f5-f9a4-4b6c-a779-cdd0a15009d4"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "2e078b5c-1703-4c1e-8b6a-91838e3b9dd2"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4dc19cc4-be2c-405c-8526-5106733fbca5"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "828ebf7f-d6f0-4e9d-9ab6-19ba388174c7"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.565Z", "message": "Validating SSH connection", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "828ebf7f-d6f0-4e9d-9ab6-19ba388174c7"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e5251ed8-bdd1-4eef-8ac7-1c070f43818b"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "ebb7f6f5-f9a4-4b6c-a779-cdd0a15009d4"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "ebb7f6f5-f9a4-4b6c-a779-cdd0a15009d4"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e5251ed8-bdd1-4eef-8ac7-1c070f43818b"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4dc19cc4-be2c-405c-8526-5106733fbca5"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e5251ed8-bdd1-4eef-8ac7-1c070f43818b"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4dc19cc4-be2c-405c-8526-5106733fbca5"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4dc19cc4-be2c-405c-8526-5106733fbca5"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.565Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "828ebf7f-d6f0-4e9d-9ab6-19ba388174c7"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "ebb7f6f5-f9a4-4b6c-a779-cdd0a15009d4"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4dc19cc4-be2c-405c-8526-5106733fbca5"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.565Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "ebb7f6f5-f9a4-4b6c-a779-cdd0a15009d4"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4dc19cc4-be2c-405c-8526-5106733fbca5"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4dc19cc4-be2c-405c-8526-5106733fbca5"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4dc19cc4-be2c-405c-8526-5106733fbca5"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "828ebf7f-d6f0-4e9d-9ab6-19ba388174c7"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4dc19cc4-be2c-405c-8526-5106733fbca5"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4dc19cc4-be2c-405c-8526-5106733fbca5"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "828ebf7f-d6f0-4e9d-9ab6-19ba388174c7"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4dc19cc4-be2c-405c-8526-5106733fbca5"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e5251ed8-bdd1-4eef-8ac7-1c070f43818b"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.565Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e5251ed8-bdd1-4eef-8ac7-1c070f43818b"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.565Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "ffe17c8c-d56a-4c1f-912f-d26df123440c"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "828ebf7f-d6f0-4e9d-9ab6-19ba388174c7"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4dc19cc4-be2c-405c-8526-5106733fbca5"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "828ebf7f-d6f0-4e9d-9ab6-19ba388174c7"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.565Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "828ebf7f-d6f0-4e9d-9ab6-19ba388174c7"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.565Z", "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-26T10:42:02.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4dc19cc4-be2c-405c-8526-5106733fbca5"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:02.565Z", "message": "Validating SSH connection", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:02.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "2e078b5c-1703-4c1e-8b6a-91838e3b9dd2"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:03.532Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:03.532Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:03.584Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/sprout_host_0j626u/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:03.584Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4dc19cc4-be2c-405c-8526-5106733fbca5"}], "metadata": {"pagination": {"total": 1391, "offset": 839, "size": 50}}} 2018-10-26 10:42:40,942 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:42:40,942 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:42:40 GMT 2018-10-26 10:42:40,942 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:42:40,942 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27648 2018-10-26 10:42:40,942 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:42:40,943 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:40,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:40,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:40,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-26 10:42:40,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-10-26 10:42:40,944 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:40,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-10-26 10:42:40,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:40,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:40,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:40,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-26 10:42:40,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:40,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/bono_host_hww0qd/env/bin/pip freeze 2018-10-26 10:42:40,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:40,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:40,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:40,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:40,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:40,946 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-26 10:42:40,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:40,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:40,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:40,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:40,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:40,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:40,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:40,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:40,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-10-26 10:42:40,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:40,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:40,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-26 10:42:40,949 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:40,949 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:40,949 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:40,949 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:40,949 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:40,949 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:40,950 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:40,950 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:40,950 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:40,950 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-10-26 10:42:40,950 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-10-26 10:42:40,950 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:40,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:40,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:40,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:40,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-10-26 10:42:40,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-26 10:42:40,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-10-26 10:42:40,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/sprout_host_0j626u/cloudify/ssl/cloudify_internal_cert.pem 2018-10-26 10:42:40,952 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:42:41,072 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:42:41,072 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:42:41,073 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:42:41,073 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:42:41,073 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:42:41,073 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:42:41,073 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:42:41,073 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:42:41,073 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:42:41,073 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:42:41 GMT 2018-10-26 10:42:41,074 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:42:41,074 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:42:41,074 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:42:46,076 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:42:46,289 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:42:46,289 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:42:46,289 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:42:46,289 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:42:46,289 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:42:46,290 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:42:46,290 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:42:46,290 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:03.584Z", "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-26T10:42:03.584Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "ffe17c8c-d56a-4c1f-912f-d26df123440c"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:03.584Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:03.584Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "2e078b5c-1703-4c1e-8b6a-91838e3b9dd2"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:03.584Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:03.584Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4dc19cc4-be2c-405c-8526-5106733fbca5"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:03.584Z", "message": "Creating Agent sprout_host_0j626u", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:03.584Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4dc19cc4-be2c-405c-8526-5106733fbca5"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:03.584Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:03.584Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4dc19cc4-be2c-405c-8526-5106733fbca5"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:03.584Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:03.584Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "2e078b5c-1703-4c1e-8b6a-91838e3b9dd2"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:03.584Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/sprout_host_0j626u/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:03.584Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4dc19cc4-be2c-405c-8526-5106733fbca5"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:03.584Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:03.584Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "ebb7f6f5-f9a4-4b6c-a779-cdd0a15009d4"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:03.584Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:03.584Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "2e078b5c-1703-4c1e-8b6a-91838e3b9dd2"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:03.584Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:03.584Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4dc19cc4-be2c-405c-8526-5106733fbca5"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:03.584Z", "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-26T10:42:03.584Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "ffe17c8c-d56a-4c1f-912f-d26df123440c"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:03.584Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:03.584Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "ebb7f6f5-f9a4-4b6c-a779-cdd0a15009d4"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:03.584Z", "message": "Configuring...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:03.584Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "ebb7f6f5-f9a4-4b6c-a779-cdd0a15009d4"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:03.584Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:03.584Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "2e078b5c-1703-4c1e-8b6a-91838e3b9dd2"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:03.584Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:03.584Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4dc19cc4-be2c-405c-8526-5106733fbca5"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:03.584Z", "message": "SSH connection is ready", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:03.584Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "2e078b5c-1703-4c1e-8b6a-91838e3b9dd2"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:03.584Z", "message": "Starting Agent proxy_host_8tfvdc", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:03.584Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "2e078b5c-1703-4c1e-8b6a-91838e3b9dd2"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:03.584Z", "message": "Removing directory: /tmp/tmpcD9n7p", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:03.584Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "ffe17c8c-d56a-4c1f-912f-d26df123440c"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:03.584Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:03.584Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4dc19cc4-be2c-405c-8526-5106733fbca5"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:03.584Z", "message": "Successfully configured daemon: bind_host_9xkma6", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:03.584Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "ebb7f6f5-f9a4-4b6c-a779-cdd0a15009d4"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:03.584Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:03.584Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4dc19cc4-be2c-405c-8526-5106733fbca5"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:03.584Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:03.584Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "2e078b5c-1703-4c1e-8b6a-91838e3b9dd2"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:03.584Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:03.584Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "ffe17c8c-d56a-4c1f-912f-d26df123440c"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:04.299Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:04.299Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:04.299Z", "message": "Starting Agent", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:04.299Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:04.299Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:04.299Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:04.299Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:04.299Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:04.299Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:04.299Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:04.299Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:04.299Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:04.904Z", "message": "Starting Agent homer_host_7hwq87", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:04.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "31cfc054-d411-4278-9543-129ef8752227"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:04.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:04.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "31cfc054-d411-4278-9543-129ef8752227"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:04.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:04.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "31cfc054-d411-4278-9543-129ef8752227"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:04.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:04.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "31cfc054-d411-4278-9543-129ef8752227"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:04.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:04.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "31cfc054-d411-4278-9543-129ef8752227"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:04.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:04.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "31cfc054-d411-4278-9543-129ef8752227"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:04.904Z", "message": "Creating agent from package", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:04.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4dc19cc4-be2c-405c-8526-5106733fbca5"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:04.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:04.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "31cfc054-d411-4278-9543-129ef8752227"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:04.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:04.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "31cfc054-d411-4278-9543-129ef8752227"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:04.904Z", "message": "SSH connection is ready", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:04.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "31cfc054-d411-4278-9543-129ef8752227"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:04.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:04.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "31cfc054-d411-4278-9543-129ef8752227"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:04.904Z", "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-26T10:42:04.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4dc19cc4-be2c-405c-8526-5106733fbca5"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:04.904Z", "message": "Untaring Agent package...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:04.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4dc19cc4-be2c-405c-8526-5106733fbca5"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:04.904Z", "message": "Downloading Agent Package from https://192.168.120.13:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:04.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4dc19cc4-be2c-405c-8526-5106733fbca5"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:04.904Z", "message": "Validating SSH connection", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:04.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "31cfc054-d411-4278-9543-129ef8752227"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:04.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:04.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "31cfc054-d411-4278-9543-129ef8752227"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:06.010Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:06.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "828ebf7f-d6f0-4e9d-9ab6-19ba388174c7"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:06.010Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:06.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "828ebf7f-d6f0-4e9d-9ab6-19ba388174c7"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:06.010Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:06.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "828ebf7f-d6f0-4e9d-9ab6-19ba388174c7"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:06.010Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:06.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "828ebf7f-d6f0-4e9d-9ab6-19ba388174c7"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:06.010Z", "message": "env set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:06.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "828ebf7f-d6f0-4e9d-9ab6-19ba388174c7"}], "metadata": {"pagination": {"total": 1404, "offset": 889, "size": 50}}} 2018-10-26 10:42:46,290 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:42:46,290 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:42:46 GMT 2018-10-26 10:42:46,290 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:42:46,290 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27543 2018-10-26 10:42:46,290 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:42:46,292 - 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-26 10:42:46,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:46,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:46,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent sprout_host_0j626u 2018-10-26 10:42:46,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:46,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:46,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/sprout_host_0j626u/cloudify/ssl/cloudify_internal_cert.pem 2018-10-26 10:42:46,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-10-26 10:42:46,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:46,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:46,294 - 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-26 10:42:46,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-10-26 10:42:46,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-26 10:42:46,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:46,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:46,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-26 10:42:46,295 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent proxy_host_8tfvdc 2018-10-26 10:42:46,295 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpcD9n7p 2018-10-26 10:42:46,295 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:46,295 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: bind_host_9xkma6 2018-10-26 10:42:46,295 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:46,295 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:46,296 - 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-26 10:42:46,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-10-26 10:42:46,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-10-26 10:42:46,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-10-26 10:42:46,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-10-26 10:42:46,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-10-26 10:42:46,297 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-10-26 10:42:46,297 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent homer_host_7hwq87 2018-10-26 10:42:46,297 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:46,297 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:46,297 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:46,297 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:46,298 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:46,298 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-10-26 10:42:46,298 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:46,298 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:46,298 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-26 10:42:46,298 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:46,299 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-10-26 10:42:46,299 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-10-26 10:42:46,299 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.13:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-10-26 10:42:46,299 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-26 10:42:46,299 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:46,299 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:46,299 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:46,300 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:46,300 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:46,300 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-10-26 10:42:46,300 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:42:46,379 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:42:46,379 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:42:46,380 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:42:46,380 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:42:46,380 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:42:46,380 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:42:46,380 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:42:46,380 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:42:46,380 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:42:46,380 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:42:46 GMT 2018-10-26 10:42:46,380 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:42:46,381 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:42:46,381 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:42:51,386 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:42:51,866 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:42:51,866 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:42:51,866 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:42:51,866 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:42:51,866 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:42:51,866 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:42:51,866 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:42:51,866 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:06.010Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.13', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/sprout_host_0j626u/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/sprout_host_0j626u/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_0j626u', 'REST_HOST': '192.168.120.13', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/sprout_host_0j626u/work', 'CLOUDIFY_DAEMON_QUEUE': 'sprout_host_0j626u', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DrSAHQ.PQ65Z8rSISf50P7jT8yDCAYyo_E'}", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:06.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4dc19cc4-be2c-405c-8526-5106733fbca5"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:06.010Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:06.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "828ebf7f-d6f0-4e9d-9ab6-19ba388174c7"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:06.010Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:06.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "828ebf7f-d6f0-4e9d-9ab6-19ba388174c7"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:06.010Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:06.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "828ebf7f-d6f0-4e9d-9ab6-19ba388174c7"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:06.010Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:06.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "828ebf7f-d6f0-4e9d-9ab6-19ba388174c7"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:06.010Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:06.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "828ebf7f-d6f0-4e9d-9ab6-19ba388174c7"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:06.010Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:06.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4dc19cc4-be2c-405c-8526-5106733fbca5"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:06.010Z", "message": "Auto-correcting virtualenv /home/ubuntu/sprout_host_0j626u/env", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:06.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4dc19cc4-be2c-405c-8526-5106733fbca5"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:06.010Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:06.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "828ebf7f-d6f0-4e9d-9ab6-19ba388174c7"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:06.010Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:06.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "828ebf7f-d6f0-4e9d-9ab6-19ba388174c7"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:06.010Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:06.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "828ebf7f-d6f0-4e9d-9ab6-19ba388174c7"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:06.010Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:06.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "828ebf7f-d6f0-4e9d-9ab6-19ba388174c7"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:06.010Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:06.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "828ebf7f-d6f0-4e9d-9ab6-19ba388174c7"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:06.010Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:06.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "828ebf7f-d6f0-4e9d-9ab6-19ba388174c7"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:06.010Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:06.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "828ebf7f-d6f0-4e9d-9ab6-19ba388174c7"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:06.010Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:06.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "828ebf7f-d6f0-4e9d-9ab6-19ba388174c7"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:06.010Z", "message": "SSH connection is ready", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:06.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "828ebf7f-d6f0-4e9d-9ab6-19ba388174c7"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:06.010Z", "message": "system_python set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:06.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "828ebf7f-d6f0-4e9d-9ab6-19ba388174c7"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:06.010Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:06.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4dc19cc4-be2c-405c-8526-5106733fbca5"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:06.010Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:06.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "828ebf7f-d6f0-4e9d-9ab6-19ba388174c7"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:06.010Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:06.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "828ebf7f-d6f0-4e9d-9ab6-19ba388174c7"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:06.010Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:06.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "828ebf7f-d6f0-4e9d-9ab6-19ba388174c7"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:06.010Z", "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-26T10:42:06.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "828ebf7f-d6f0-4e9d-9ab6-19ba388174c7"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:06.010Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:06.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "828ebf7f-d6f0-4e9d-9ab6-19ba388174c7"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:06.010Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:06.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "828ebf7f-d6f0-4e9d-9ab6-19ba388174c7"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:06.010Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:06.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "828ebf7f-d6f0-4e9d-9ab6-19ba388174c7"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:06.010Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:06.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "828ebf7f-d6f0-4e9d-9ab6-19ba388174c7"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:06.010Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:06.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "828ebf7f-d6f0-4e9d-9ab6-19ba388174c7"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:06.010Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:06.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "828ebf7f-d6f0-4e9d-9ab6-19ba388174c7"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:06.119Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:06.119Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:07.542Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:07.542Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:07.542Z", "message": "Installing plugins", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:07.542Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:07.542Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:07.542Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:07.542Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:07.542Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:07.542Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:07.542Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:07.542Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:07.542Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:07.542Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:07.542Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:07.632Z", "message": "Creating...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:07.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4dc19cc4-be2c-405c-8526-5106733fbca5"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:07.632Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:07.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e5251ed8-bdd1-4eef-8ac7-1c070f43818b"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:07.632Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:07.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e5251ed8-bdd1-4eef-8ac7-1c070f43818b"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:07.632Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:07.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e5251ed8-bdd1-4eef-8ac7-1c070f43818b"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:07.632Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:07.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e5251ed8-bdd1-4eef-8ac7-1c070f43818b"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:07.632Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:07.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e5251ed8-bdd1-4eef-8ac7-1c070f43818b"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:07.632Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:07.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e5251ed8-bdd1-4eef-8ac7-1c070f43818b"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:07.632Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:07.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e5251ed8-bdd1-4eef-8ac7-1c070f43818b"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:07.632Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:07.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e5251ed8-bdd1-4eef-8ac7-1c070f43818b"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:07.632Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:07.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e5251ed8-bdd1-4eef-8ac7-1c070f43818b"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:07.632Z", "message": "Successfully created daemon: sprout_host_0j626u", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:07.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4dc19cc4-be2c-405c-8526-5106733fbca5"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:07.632Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:07.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e5251ed8-bdd1-4eef-8ac7-1c070f43818b"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:07.632Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:07.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e5251ed8-bdd1-4eef-8ac7-1c070f43818b"}], "metadata": {"pagination": {"total": 1405, "offset": 939, "size": 50}}} 2018-10-26 10:42:51,867 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:42:51,867 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:42:51 GMT 2018-10-26 10:42:51,867 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:42:51,867 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28160 2018-10-26 10:42:51,867 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:42:51,868 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.13', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/sprout_host_0j626u/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/sprout_host_0j626u/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_0j626u', 'REST_HOST': '192.168.120.13', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/sprout_host_0j626u/work', 'CLOUDIFY_DAEMON_QUEUE': 'sprout_host_0j626u', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DrSAHQ.PQ65Z8rSISf50P7jT8yDCAYyo_E'} 2018-10-26 10:42:51,869 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:51,869 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:51,869 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:51,869 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:51,869 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:51,869 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-10-26 10:42:51,870 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/sprout_host_0j626u/env 2018-10-26 10:42:51,870 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:51,870 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:51,870 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:51,870 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:51,870 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:51,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:51,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:51,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:51,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-26 10:42:51,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-10-26 10:42:51,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-10-26 10:42:51,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:51,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:51,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:51,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-10-26 10:42:51,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:51,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:51,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:51,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:51,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:51,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:51,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-10-26 10:42:51,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-10-26 10:42:51,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-10-26 10:42:51,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-10-26 10:42:51,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-10-26 10:42:51,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-10-26 10:42:51,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-10-26 10:42:51,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-10-26 10:42:51,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-10-26 10:42:51,875 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:51,875 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:51,875 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:51,875 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:51,875 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:51,875 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-10-26 10:42:51,876 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:51,876 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:51,876 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:51,876 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: sprout_host_0j626u 2018-10-26 10:42:51,876 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:51,876 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:51,877 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:42:51,963 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:42:51,964 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:42:51,964 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:42:51,964 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:42:51,964 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:42:51,964 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:42:51,964 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:42:51,964 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:42:51,964 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:42:51,965 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:42:51 GMT 2018-10-26 10:42:51,965 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:42:51,965 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:42:51,965 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:42:56,970 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:42:57,225 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:42:57,225 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:42:57,225 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:42:57,225 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:42:57,225 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:42:57,226 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:42:57,226 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:42:57,226 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:07.632Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:07.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e5251ed8-bdd1-4eef-8ac7-1c070f43818b"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:07.632Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:07.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e5251ed8-bdd1-4eef-8ac7-1c070f43818b"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:07.632Z", "message": "Downloading Agent Package from https://192.168.120.13: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-26T10:42:07.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "828ebf7f-d6f0-4e9d-9ab6-19ba388174c7"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:07.632Z", "message": "/home/ubuntu/sprout_host_0j626u/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-26T10:42:07.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4dc19cc4-be2c-405c-8526-5106733fbca5"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:07.632Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:07.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e5251ed8-bdd1-4eef-8ac7-1c070f43818b"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:07.632Z", "message": "system_python set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:07.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e5251ed8-bdd1-4eef-8ac7-1c070f43818b"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:07.632Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:07.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e5251ed8-bdd1-4eef-8ac7-1c070f43818b"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:07.632Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:07.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e5251ed8-bdd1-4eef-8ac7-1c070f43818b"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:07.632Z", "message": "SSH connection is ready", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:07.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e5251ed8-bdd1-4eef-8ac7-1c070f43818b"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:07.632Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:07.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e5251ed8-bdd1-4eef-8ac7-1c070f43818b"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:07.632Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:07.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e5251ed8-bdd1-4eef-8ac7-1c070f43818b"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:07.632Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:07.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e5251ed8-bdd1-4eef-8ac7-1c070f43818b"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:07.632Z", "message": " SNIMissingWarning", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:07.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4dc19cc4-be2c-405c-8526-5106733fbca5"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:07.632Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:07.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e5251ed8-bdd1-4eef-8ac7-1c070f43818b"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:07.632Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:07.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e5251ed8-bdd1-4eef-8ac7-1c070f43818b"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:07.632Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:07.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e5251ed8-bdd1-4eef-8ac7-1c070f43818b"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:07.632Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:07.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e5251ed8-bdd1-4eef-8ac7-1c070f43818b"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:07.632Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:07.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e5251ed8-bdd1-4eef-8ac7-1c070f43818b"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:07.632Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:07.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e5251ed8-bdd1-4eef-8ac7-1c070f43818b"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:07.632Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:07.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e5251ed8-bdd1-4eef-8ac7-1c070f43818b"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:07.632Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:07.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e5251ed8-bdd1-4eef-8ac7-1c070f43818b"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:07.632Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/dime_host_ytakkd/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:07.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "828ebf7f-d6f0-4e9d-9ab6-19ba388174c7"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:07.632Z", "message": "Creating agent from package", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:07.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "828ebf7f-d6f0-4e9d-9ab6-19ba388174c7"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:07.632Z", "message": "Creating...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:07.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4dc19cc4-be2c-405c-8526-5106733fbca5"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:08.629Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:08.629Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:08.629Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:08.629Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:08.629Z", "message": "Configuring Agent", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:08.629Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:08.629Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:08.629Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:08.629Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:08.629Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:08.629Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:08.629Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:08.629Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:08.629Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:08.646Z", "message": "Creating agent from package", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:08.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e5251ed8-bdd1-4eef-8ac7-1c070f43818b"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:08.646Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:08.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "6151abe2-e4ab-49a9-85a5-022d3d5d7c67"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:08.646Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:08.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "9f36c168-790a-4cc3-848c-938989b6967c"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:08.646Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:08.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "6151abe2-e4ab-49a9-85a5-022d3d5d7c67"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:08.646Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:08.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "9f36c168-790a-4cc3-848c-938989b6967c"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:08.646Z", "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-26T10:42:08.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e5251ed8-bdd1-4eef-8ac7-1c070f43818b"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:08.646Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:08.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e5251ed8-bdd1-4eef-8ac7-1c070f43818b"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:08.646Z", "message": "Downloading Agent Package from https://192.168.120.13:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:08.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e5251ed8-bdd1-4eef-8ac7-1c070f43818b"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:08.646Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:08.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "6151abe2-e4ab-49a9-85a5-022d3d5d7c67"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:08.646Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:08.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e5251ed8-bdd1-4eef-8ac7-1c070f43818b"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:08.646Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:08.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "9f36c168-790a-4cc3-848c-938989b6967c"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:08.646Z", "message": "[localhost] run: /home/ubuntu/proxy_host_8tfvdc/env/bin/pip freeze", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:08.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "6e307507-93c2-4c2e-94bf-da2689d499b9"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:08.646Z", "message": "Validating SSH connection", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:08.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "9f36c168-790a-4cc3-848c-938989b6967c"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:08.646Z", "message": "Untaring Agent package...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:08.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e5251ed8-bdd1-4eef-8ac7-1c070f43818b"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:08.646Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:08.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "6151abe2-e4ab-49a9-85a5-022d3d5d7c67"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:08.646Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:08.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "6e307507-93c2-4c2e-94bf-da2689d499b9"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:08.646Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:08.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "9f36c168-790a-4cc3-848c-938989b6967c"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:08.646Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:08.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "9f36c168-790a-4cc3-848c-938989b6967c"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:08.646Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/vellum_host_19cott/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:08.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e5251ed8-bdd1-4eef-8ac7-1c070f43818b"}], "metadata": {"pagination": {"total": 1406, "offset": 989, "size": 50}}} 2018-10-26 10:42:57,226 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:42:57,226 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:42:57 GMT 2018-10-26 10:42:57,226 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:42:57,226 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28072 2018-10-26 10:42:57,226 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:42:57,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:57,228 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:57,228 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.13:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-10-26 10:42:57,228 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/sprout_host_0j626u/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-26 10:42:57,228 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:57,228 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-10-26 10:42:57,229 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:57,229 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:57,229 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-26 10:42:57,229 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:57,229 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:57,229 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:57,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-10-26 10:42:57,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-10-26 10:42:57,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:57,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:57,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:57,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:57,231 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:57,231 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:57,231 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:57,231 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/dime_host_ytakkd/cloudify/ssl/cloudify_internal_cert.pem 2018-10-26 10:42:57,231 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-10-26 10:42:57,231 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-10-26 10:42:57,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-10-26 10:42:57,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-10-26 10:42:57,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-10-26 10:42:57,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-10-26 10:42:57,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-10-26 10:42:57,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-10-26 10:42:57,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-10-26 10:42:57,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-10-26 10:42:57,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:57,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:57,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:57,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:57,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-10-26 10:42:57,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:57,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.13:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-10-26 10:42:57,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:57,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:57,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:57,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/proxy_host_8tfvdc/env/bin/pip freeze 2018-10-26 10:42:57,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-26 10:42:57,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-10-26 10:42:57,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:57,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-10-26 10:42:57,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:57,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:42:57,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/vellum_host_19cott/cloudify/ssl/cloudify_internal_cert.pem 2018-10-26 10:42:57,236 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:42:57,297 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:42:57,297 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:42:57,297 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:42:57,297 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:42:57,297 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:42:57,298 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:42:57,298 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:42:57,298 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:42:57,298 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:42:57,298 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:42:57 GMT 2018-10-26 10:42:57,298 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:42:57,298 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:42:57,298 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:43:02,304 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:43:02,546 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:43:02,547 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:43:02,547 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:43:02,547 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:43:02,547 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:43:02,547 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:43:02,547 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:43:02,547 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:08.646Z", "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-26T10:42:08.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e5251ed8-bdd1-4eef-8ac7-1c070f43818b"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:08.646Z", "message": "Starting Agent ellis_host_gh9gv2", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:08.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "9f36c168-790a-4cc3-848c-938989b6967c"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:08.646Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:08.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "9f36c168-790a-4cc3-848c-938989b6967c"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:08.646Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:08.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "9f36c168-790a-4cc3-848c-938989b6967c"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:08.646Z", "message": "SSH connection is ready", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:08.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "9f36c168-790a-4cc3-848c-938989b6967c"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:08.646Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:08.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "9f36c168-790a-4cc3-848c-938989b6967c"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:08.646Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/vellum_host_19cott/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:08.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e5251ed8-bdd1-4eef-8ac7-1c070f43818b"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:08.646Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:08.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "6151abe2-e4ab-49a9-85a5-022d3d5d7c67"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:08.646Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:08.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e5251ed8-bdd1-4eef-8ac7-1c070f43818b"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:08.646Z", "message": "Creating agent from package", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:08.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e5251ed8-bdd1-4eef-8ac7-1c070f43818b"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:08.646Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:08.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e5251ed8-bdd1-4eef-8ac7-1c070f43818b"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:08.646Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:08.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "9f36c168-790a-4cc3-848c-938989b6967c"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:08.646Z", "message": "Downloading Agent Package from https://192.168.120.13:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:08.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e5251ed8-bdd1-4eef-8ac7-1c070f43818b"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:08.646Z", "message": "Validating SSH connection", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:08.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "9f36c168-790a-4cc3-848c-938989b6967c"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:08.646Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:08.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "6151abe2-e4ab-49a9-85a5-022d3d5d7c67"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:08.646Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:08.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "6151abe2-e4ab-49a9-85a5-022d3d5d7c67"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:08.646Z", "message": "Untaring Agent package...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:08.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e5251ed8-bdd1-4eef-8ac7-1c070f43818b"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:08.646Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:08.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e5251ed8-bdd1-4eef-8ac7-1c070f43818b"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:09.646Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:09.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:09.646Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:09.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:09.646Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:09.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:09.646Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:09.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:09.646Z", "message": "Installing plugins", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:09.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:09.646Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:09.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:09.663Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.13', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/dime_host_ytakkd/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/dime_host_ytakkd/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_ytakkd', 'REST_HOST': '192.168.120.13', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/dime_host_ytakkd/work', 'CLOUDIFY_DAEMON_QUEUE': 'dime_host_ytakkd', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DrSAHQ.PQ65Z8rSISf50P7jT8yDCAYyo_E'}", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:09.663Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "828ebf7f-d6f0-4e9d-9ab6-19ba388174c7"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:09.663Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:09.663Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "828ebf7f-d6f0-4e9d-9ab6-19ba388174c7"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:09.663Z", "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-26T10:42:09.663Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "6e307507-93c2-4c2e-94bf-da2689d499b9"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:09.663Z", "message": "Removing directory: /tmp/tmpsClmHM", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:09.663Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "6e307507-93c2-4c2e-94bf-da2689d499b9"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:09.663Z", "message": "Starting daemon with command: sudo service celeryd-homer_host_7hwq87 start", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:09.663Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "31cfc054-d411-4278-9543-129ef8752227"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:09.663Z", "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-26T10:42:09.663Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "6e307507-93c2-4c2e-94bf-da2689d499b9"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:09.663Z", "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-26T10:42:09.663Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "6e307507-93c2-4c2e-94bf-da2689d499b9"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:09.663Z", "message": "Starting...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:09.663Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "31cfc054-d411-4278-9543-129ef8752227"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:09.663Z", "message": "Auto-correcting virtualenv /home/ubuntu/dime_host_ytakkd/env", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:09.663Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "828ebf7f-d6f0-4e9d-9ab6-19ba388174c7"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:09.663Z", "message": "Successfully started daemon: homer_host_7hwq87", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:09.663Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "31cfc054-d411-4278-9543-129ef8752227"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:09.663Z", "message": "Configuring...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:09.663Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "828ebf7f-d6f0-4e9d-9ab6-19ba388174c7"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:09.663Z", "message": "Installing plugin from source", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:09.663Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "6e307507-93c2-4c2e-94bf-da2689d499b9"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:09.663Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:09.663Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "828ebf7f-d6f0-4e9d-9ab6-19ba388174c7"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:10.684Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:10.684Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:10.684Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:10.684Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:10.684Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:10.684Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:10.684Z", "message": "Configuring Agent", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:10.684Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:10.684Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:10.684Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:10.684Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:10.684Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:10.706Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:10.706Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3343a5e8-7d01-41bd-b41f-2dffac7ffb46"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:10.706Z", "message": "Creating...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:10.706Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "828ebf7f-d6f0-4e9d-9ab6-19ba388174c7"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:10.706Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.13', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/vellum_host_19cott/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/vellum_host_19cott/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_19cott', 'REST_HOST': '192.168.120.13', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/vellum_host_19cott/work', 'CLOUDIFY_DAEMON_QUEUE': 'vellum_host_19cott', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DrSAHQ.PQ65Z8rSISf50P7jT8yDCAYyo_E'}", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:10.706Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e5251ed8-bdd1-4eef-8ac7-1c070f43818b"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:10.706Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:10.706Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3343a5e8-7d01-41bd-b41f-2dffac7ffb46"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:10.706Z", "message": "Configuring Agent sprout_host_0j626u", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:10.706Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3343a5e8-7d01-41bd-b41f-2dffac7ffb46"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:10.706Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:10.706Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3343a5e8-7d01-41bd-b41f-2dffac7ffb46"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:10.706Z", "message": "[localhost] run: /home/ubuntu/homer_host_7hwq87/env/bin/pip freeze", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:10.706Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "cca20fed-cee7-4001-ba78-4532d816e20d"}], "metadata": {"pagination": {"total": 1410, "offset": 1039, "size": 50}}} 2018-10-26 10:43:02,547 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:43:02,548 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:43:02 GMT 2018-10-26 10:43:02,548 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:43:02,548 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 29033 2018-10-26 10:43:02,548 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:43:02,549 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-10-26 10:43:02,549 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent ellis_host_gh9gv2 2018-10-26 10:43:02,549 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:02,550 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:02,550 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-26 10:43:02,550 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:02,550 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/vellum_host_19cott/cloudify/ssl/cloudify_internal_cert.pem 2018-10-26 10:43:02,550 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:02,551 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:02,551 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-10-26 10:43:02,551 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:02,551 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:02,551 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.13:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-10-26 10:43:02,551 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-26 10:43:02,552 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:02,552 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:02,552 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-10-26 10:43:02,552 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:02,552 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-10-26 10:43:02,552 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-10-26 10:43:02,553 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-10-26 10:43:02,553 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-10-26 10:43:02,553 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-10-26 10:43:02,553 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-10-26 10:43:02,553 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.13', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/dime_host_ytakkd/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/dime_host_ytakkd/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_ytakkd', 'REST_HOST': '192.168.120.13', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/dime_host_ytakkd/work', 'CLOUDIFY_DAEMON_QUEUE': 'dime_host_ytakkd', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DrSAHQ.PQ65Z8rSISf50P7jT8yDCAYyo_E'} 2018-10-26 10:43:02,553 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-10-26 10:43:02,554 - 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-26 10:43:02,554 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpsClmHM 2018-10-26 10:43:02,554 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-homer_host_7hwq87 start 2018-10-26 10:43:02,554 - 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-26 10:43:02,554 - 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-26 10:43:02,554 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-10-26 10:43:02,555 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/dime_host_ytakkd/env 2018-10-26 10:43:02,555 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: homer_host_7hwq87 2018-10-26 10:43:02,555 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-26 10:43:02,555 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-10-26 10:43:02,555 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-10-26 10:43:02,555 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-10-26 10:43:02,556 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-10-26 10:43:02,556 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-10-26 10:43:02,556 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-10-26 10:43:02,556 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-10-26 10:43:02,556 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-10-26 10:43:02,556 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:02,556 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-10-26 10:43:02,557 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.13', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/vellum_host_19cott/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/vellum_host_19cott/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_19cott', 'REST_HOST': '192.168.120.13', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/vellum_host_19cott/work', 'CLOUDIFY_DAEMON_QUEUE': 'vellum_host_19cott', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DrSAHQ.PQ65Z8rSISf50P7jT8yDCAYyo_E'} 2018-10-26 10:43:02,557 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:02,557 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent sprout_host_0j626u 2018-10-26 10:43:02,557 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:02,557 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/homer_host_7hwq87/env/bin/pip freeze 2018-10-26 10:43:02,557 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:43:02,686 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:43:02,686 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:43:02,686 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:43:02,686 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:43:02,686 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:43:02,686 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:43:02,686 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:43:02,686 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:43:02,687 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:43:02,687 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:43:02 GMT 2018-10-26 10:43:02,687 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:43:02,687 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:43:02,687 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:43:07,689 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:43:07,915 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:43:07,915 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:43:07,916 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:43:07,916 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:43:07,916 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:43:07,916 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:43:07,916 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:43:07,916 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:10.706Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:10.706Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3343a5e8-7d01-41bd-b41f-2dffac7ffb46"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:10.706Z", "message": " SNIMissingWarning", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:10.706Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "828ebf7f-d6f0-4e9d-9ab6-19ba388174c7"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:10.706Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:10.706Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3343a5e8-7d01-41bd-b41f-2dffac7ffb46"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:10.706Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.13', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/vellum_host_19cott/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/vellum_host_19cott/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_19cott', 'REST_HOST': '192.168.120.13', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/vellum_host_19cott/work', 'CLOUDIFY_DAEMON_QUEUE': 'vellum_host_19cott', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DrSAHQ.PQ65Z8rSISf50P7jT8yDCAYyo_E'}", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:10.706Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e5251ed8-bdd1-4eef-8ac7-1c070f43818b"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:10.706Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:10.706Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3343a5e8-7d01-41bd-b41f-2dffac7ffb46"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:10.706Z", "message": "[localhost] run: /home/ubuntu/homer_host_7hwq87/env/bin/pip freeze", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:10.706Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "cca20fed-cee7-4001-ba78-4532d816e20d"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:10.706Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:10.706Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e5251ed8-bdd1-4eef-8ac7-1c070f43818b"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:10.706Z", "message": "/home/ubuntu/dime_host_ytakkd/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-26T10:42:10.706Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "828ebf7f-d6f0-4e9d-9ab6-19ba388174c7"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:10.706Z", "message": "SSH connection is ready", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:10.706Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3343a5e8-7d01-41bd-b41f-2dffac7ffb46"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:10.706Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:10.706Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3343a5e8-7d01-41bd-b41f-2dffac7ffb46"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:10.706Z", "message": "Configuring Agent sprout_host_0j626u", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:10.706Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3343a5e8-7d01-41bd-b41f-2dffac7ffb46"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:10.706Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:10.706Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3343a5e8-7d01-41bd-b41f-2dffac7ffb46"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:10.706Z", "message": "Successfully created daemon: dime_host_ytakkd", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:10.706Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "828ebf7f-d6f0-4e9d-9ab6-19ba388174c7"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:10.706Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:10.706Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "cca20fed-cee7-4001-ba78-4532d816e20d"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:10.706Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:10.706Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e5251ed8-bdd1-4eef-8ac7-1c070f43818b"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:10.706Z", "message": "Auto-correcting virtualenv /home/ubuntu/vellum_host_19cott/env", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:10.706Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e5251ed8-bdd1-4eef-8ac7-1c070f43818b"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:10.706Z", "message": "Validating SSH connection", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:10.706Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3343a5e8-7d01-41bd-b41f-2dffac7ffb46"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:11.885Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:11.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:11.885Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:11.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "vellum_host_19cott", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:11.885Z", "message": "Configuring Agent", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:11.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "vellum_host_19cott", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:11.885Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:11.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "vellum_host_19cott", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:11.885Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:11.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "vellum_host_19cott", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:11.885Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:11.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:11.885Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:11.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:11.885Z", "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-26T10:42:11.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "cca20fed-cee7-4001-ba78-4532d816e20d"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:11.885Z", "message": "Validating SSH connection", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:11.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "0a7fe3dc-0aaf-40d8-81ff-58f0abdbda07"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:11.885Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:11.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "0a7fe3dc-0aaf-40d8-81ff-58f0abdbda07"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:11.885Z", "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-26T10:42:11.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "cca20fed-cee7-4001-ba78-4532d816e20d"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:11.885Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:11.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "0a7fe3dc-0aaf-40d8-81ff-58f0abdbda07"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:11.885Z", "message": "/home/ubuntu/vellum_host_19cott/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-26T10:42:11.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e5251ed8-bdd1-4eef-8ac7-1c070f43818b"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:11.885Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:11.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "0a7fe3dc-0aaf-40d8-81ff-58f0abdbda07"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:11.885Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:11.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "0a7fe3dc-0aaf-40d8-81ff-58f0abdbda07"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:11.885Z", "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-26T10:42:11.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "cca20fed-cee7-4001-ba78-4532d816e20d"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:11.885Z", "message": "Configuring Agent dime_host_ytakkd", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:11.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "0a7fe3dc-0aaf-40d8-81ff-58f0abdbda07"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:11.885Z", "message": "Installing plugin from source", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:11.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "cca20fed-cee7-4001-ba78-4532d816e20d"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:11.885Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:11.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "0a7fe3dc-0aaf-40d8-81ff-58f0abdbda07"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:11.885Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:11.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3343a5e8-7d01-41bd-b41f-2dffac7ffb46"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:11.885Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:11.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "0a7fe3dc-0aaf-40d8-81ff-58f0abdbda07"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:11.885Z", "message": "Successfully configured daemon: sprout_host_0j626u", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:11.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3343a5e8-7d01-41bd-b41f-2dffac7ffb46"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:11.885Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:11.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "0a7fe3dc-0aaf-40d8-81ff-58f0abdbda07"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:11.885Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:11.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3343a5e8-7d01-41bd-b41f-2dffac7ffb46"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:11.885Z", "message": "Removing directory: /tmp/tmpOw_Do4", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:11.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "cca20fed-cee7-4001-ba78-4532d816e20d"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:11.885Z", "message": " SNIMissingWarning", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:11.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e5251ed8-bdd1-4eef-8ac7-1c070f43818b"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:11.885Z", "message": "SSH connection is ready", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:11.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "0a7fe3dc-0aaf-40d8-81ff-58f0abdbda07"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:11.885Z", "message": "Configuring...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:11.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3343a5e8-7d01-41bd-b41f-2dffac7ffb46"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:11.885Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:11.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "0a7fe3dc-0aaf-40d8-81ff-58f0abdbda07"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:11.885Z", "message": "Successfully created daemon: vellum_host_19cott", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:11.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e5251ed8-bdd1-4eef-8ac7-1c070f43818b"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:11.885Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:11.885Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "0a7fe3dc-0aaf-40d8-81ff-58f0abdbda07"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:13.070Z", "message": "Starting daemon with command: sudo service celeryd-bind_host_9xkma6 start", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:13.070Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "6151abe2-e4ab-49a9-85a5-022d3d5d7c67"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:13.070Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:13.070Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "76d6a352-d46b-4230-9975-568105597e8e"}], "metadata": {"pagination": {"total": 1442, "offset": 1089, "size": 50}}} 2018-10-26 10:43:07,916 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:43:07,916 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:43:07 GMT 2018-10-26 10:43:07,917 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:43:07,917 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 29191 2018-10-26 10:43:07,917 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:43:07,918 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:07,918 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-10-26 10:43:07,918 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:07,918 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.13', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/vellum_host_19cott/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/vellum_host_19cott/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_19cott', 'REST_HOST': '192.168.120.13', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/vellum_host_19cott/work', 'CLOUDIFY_DAEMON_QUEUE': 'vellum_host_19cott', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DrSAHQ.PQ65Z8rSISf50P7jT8yDCAYyo_E'} 2018-10-26 10:43:07,919 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:07,919 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/homer_host_7hwq87/env/bin/pip freeze 2018-10-26 10:43:07,919 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-10-26 10:43:07,919 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/dime_host_ytakkd/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-26 10:43:07,919 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-26 10:43:07,919 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:07,919 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent sprout_host_0j626u 2018-10-26 10:43:07,920 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:07,920 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: dime_host_ytakkd 2018-10-26 10:43:07,920 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-10-26 10:43:07,920 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-10-26 10:43:07,920 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/vellum_host_19cott/env 2018-10-26 10:43:07,920 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-26 10:43:07,921 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-10-26 10:43:07,921 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-10-26 10:43:07,921 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-10-26 10:43:07,921 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-10-26 10:43:07,921 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-10-26 10:43:07,921 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-10-26 10:43:07,921 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-10-26 10:43:07,922 - 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-26 10:43:07,922 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-26 10:43:07,922 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:07,922 - 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-26 10:43:07,922 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:07,922 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/vellum_host_19cott/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-26 10:43:07,923 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:07,923 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:07,923 - 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-26 10:43:07,923 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent dime_host_ytakkd 2018-10-26 10:43:07,923 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-10-26 10:43:07,923 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:07,923 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-10-26 10:43:07,924 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:07,924 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: sprout_host_0j626u 2018-10-26 10:43:07,924 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:07,924 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-10-26 10:43:07,924 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpOw_Do4 2018-10-26 10:43:07,924 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-10-26 10:43:07,925 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-26 10:43:07,925 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-26 10:43:07,925 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:07,925 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: vellum_host_19cott 2018-10-26 10:43:07,925 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:07,925 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-bind_host_9xkma6 start 2018-10-26 10:43:07,925 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:07,926 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:43:08,002 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:43:08,002 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:43:08,002 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:43:08,002 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:43:08,002 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:43:08,003 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:43:08,003 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:43:08,003 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:43:08,003 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:43:08,003 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:43:08 GMT 2018-10-26 10:43:08,003 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:43:08,003 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:43:08,003 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:43:13,004 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:43:13,148 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:43:13,148 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:43:13,148 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:43:13,148 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:43:13,148 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:43:13,149 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:43:13,149 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:43:13,149 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:13.070Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:13.070Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "76d6a352-d46b-4230-9975-568105597e8e"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:13.070Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:13.070Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "76d6a352-d46b-4230-9975-568105597e8e"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:13.070Z", "message": "Starting...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:13.070Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "9f36c168-790a-4cc3-848c-938989b6967c"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:13.070Z", "message": "Successfully started daemon: ellis_host_gh9gv2", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:13.070Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "9f36c168-790a-4cc3-848c-938989b6967c"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:13.070Z", "message": "Validating SSH connection", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:13.070Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "76d6a352-d46b-4230-9975-568105597e8e"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:13.070Z", "message": "Successfully configured daemon: dime_host_ytakkd", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:13.070Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "0a7fe3dc-0aaf-40d8-81ff-58f0abdbda07"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:13.070Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:13.070Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "76d6a352-d46b-4230-9975-568105597e8e"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:13.070Z", "message": "Starting daemon with command: sudo service celeryd-bind_host_9xkma6 start", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:13.070Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "6151abe2-e4ab-49a9-85a5-022d3d5d7c67"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:13.070Z", "message": "Starting...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:13.070Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "6151abe2-e4ab-49a9-85a5-022d3d5d7c67"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:13.070Z", "message": "Configuring...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:13.070Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "0a7fe3dc-0aaf-40d8-81ff-58f0abdbda07"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:13.070Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:13.070Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "0a7fe3dc-0aaf-40d8-81ff-58f0abdbda07"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:13.070Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:13.070Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "0a7fe3dc-0aaf-40d8-81ff-58f0abdbda07"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:13.070Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:13.070Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "76d6a352-d46b-4230-9975-568105597e8e"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:13.214Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:13.214Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:13.214Z", "message": "Starting Agent", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:13.214Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:13.214Z", "message": "Installing plugins", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:13.214Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:13.214Z", "message": "Starting Agent", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:13.214Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:13.214Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:13.214Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:13.214Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:13.214Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:13.214Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:13.214Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:13.214Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:13.214Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:13.214Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:13.214Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:13.214Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:13.214Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:13.214Z", "message": "Installing plugins", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:13.214Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:13.214Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:13.214Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:13.214Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:13.214Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:13.214Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:13.214Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:13.214Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:13.214Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:13.214Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:13.214Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:14.193Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:14.193Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "76d6a352-d46b-4230-9975-568105597e8e"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:14.193Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:14.193Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e51d3e33-5aa5-42ed-baf7-227366fdb080"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:14.193Z", "message": "[localhost] run: /home/ubuntu/ellis_host_gh9gv2/env/bin/pip freeze", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:14.193Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "1bf65aad-e74c-41f2-905b-99ad276cb390"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:14.193Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:14.193Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e51d3e33-5aa5-42ed-baf7-227366fdb080"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:14.193Z", "message": "Successfully configured daemon: vellum_host_19cott", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:14.193Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "76d6a352-d46b-4230-9975-568105597e8e"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:14.193Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:14.193Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "76d6a352-d46b-4230-9975-568105597e8e"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:14.193Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:14.193Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "5ed54292-5757-4eff-b855-c74a30af3722"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:14.193Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:14.193Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "76d6a352-d46b-4230-9975-568105597e8e"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:14.193Z", "message": "Configuring...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:14.193Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "76d6a352-d46b-4230-9975-568105597e8e"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:14.193Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:14.193Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e51d3e33-5aa5-42ed-baf7-227366fdb080"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:14.193Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:14.193Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e51d3e33-5aa5-42ed-baf7-227366fdb080"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:14.193Z", "message": "Validating SSH connection", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:14.193Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "5ed54292-5757-4eff-b855-c74a30af3722"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:14.193Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:14.193Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "5ed54292-5757-4eff-b855-c74a30af3722"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:14.193Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:14.193Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "5ed54292-5757-4eff-b855-c74a30af3722"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:14.193Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:14.193Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "76d6a352-d46b-4230-9975-568105597e8e"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:14.193Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:14.193Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "441d90dd-cfa8-4f7f-91a4-798030d5f655"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:14.193Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:14.193Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "5ed54292-5757-4eff-b855-c74a30af3722"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:14.193Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:14.193Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "76d6a352-d46b-4230-9975-568105597e8e"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:14.193Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:14.193Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "76d6a352-d46b-4230-9975-568105597e8e"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:14.193Z", "message": "Configuring Agent vellum_host_19cott", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:14.193Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "76d6a352-d46b-4230-9975-568105597e8e"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:14.193Z", "message": "SSH connection is ready", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:14.193Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "76d6a352-d46b-4230-9975-568105597e8e"}], "metadata": {"pagination": {"total": 1445, "offset": 1139, "size": 50}}} 2018-10-26 10:43:13,149 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:43:13,149 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:43:13 GMT 2018-10-26 10:43:13,149 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:43:13,149 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26713 2018-10-26 10:43:13,149 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:43:13,150 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:13,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:13,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-10-26 10:43:13,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: ellis_host_gh9gv2 2018-10-26 10:43:13,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-26 10:43:13,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: dime_host_ytakkd 2018-10-26 10:43:13,152 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:13,152 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-bind_host_9xkma6 start 2018-10-26 10:43:13,152 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-10-26 10:43:13,152 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-26 10:43:13,152 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-10-26 10:43:13,152 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-10-26 10:43:13,153 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:13,153 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-10-26 10:43:13,153 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-10-26 10:43:13,153 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-10-26 10:43:13,153 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-10-26 10:43:13,153 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-10-26 10:43:13,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-10-26 10:43:13,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-10-26 10:43:13,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-10-26 10:43:13,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-10-26 10:43:13,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-10-26 10:43:13,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-10-26 10:43:13,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-10-26 10:43:13,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-10-26 10:43:13,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-10-26 10:43:13,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-10-26 10:43:13,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-10-26 10:43:13,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-10-26 10:43:13,156 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:13,156 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/ellis_host_gh9gv2/env/bin/pip freeze 2018-10-26 10:43:13,156 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:13,156 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: vellum_host_19cott 2018-10-26 10:43:13,156 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:13,156 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:13,157 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:13,157 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-10-26 10:43:13,157 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:13,157 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:13,157 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-26 10:43:13,157 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:13,158 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:13,158 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-10-26 10:43:13,158 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-10-26 10:43:13,158 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:13,158 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:13,158 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:13,158 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent vellum_host_19cott 2018-10-26 10:43:13,159 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-26 10:43:13,159 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:43:13,231 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:43:13,231 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:43:13,231 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:43:13,231 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:43:13,232 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:43:13,232 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:43:13,232 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:43:13,232 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:43:13,232 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:43:13,232 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:43:13 GMT 2018-10-26 10:43:13,232 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:43:13,232 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:43:13,232 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:43:18,238 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:43:18,346 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:43:18,347 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:43:18,347 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:43:18,347 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:43:18,347 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:43:18,347 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:43:18,347 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:43:18,347 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:14.193Z", "message": "Validating SSH connection", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:14.193Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e51d3e33-5aa5-42ed-baf7-227366fdb080"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:14.193Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:14.193Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "1bf65aad-e74c-41f2-905b-99ad276cb390"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:14.193Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:14.193Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "76d6a352-d46b-4230-9975-568105597e8e"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:14.193Z", "message": "[localhost] run: /home/ubuntu/bind_host_9xkma6/env/bin/pip freeze", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:14.193Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "441d90dd-cfa8-4f7f-91a4-798030d5f655"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:14.247Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:14.247Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:14.247Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:14.247Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:14.247Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:14.247Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:14.247Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:14.247Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:14.247Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:14.247Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:14.247Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:14.247Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:14.247Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:14.247Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:14.247Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:14.247Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:14.247Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:14.247Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:14.247Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:14.247Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:15.220Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:15.220Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e51d3e33-5aa5-42ed-baf7-227366fdb080"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:15.220Z", "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-26T10:42:15.220Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "441d90dd-cfa8-4f7f-91a4-798030d5f655"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:15.220Z", "message": "Removing directory: /tmp/tmpd9t16q", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:15.220Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "1bf65aad-e74c-41f2-905b-99ad276cb390"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:15.220Z", "message": "Starting Agent sprout_host_0j626u", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:15.220Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "5ed54292-5757-4eff-b855-c74a30af3722"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:15.220Z", "message": "SSH connection is ready", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:15.220Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e51d3e33-5aa5-42ed-baf7-227366fdb080"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:15.220Z", "message": "Installing plugin from source", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:15.220Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "1bf65aad-e74c-41f2-905b-99ad276cb390"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:15.220Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:15.220Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "5ed54292-5757-4eff-b855-c74a30af3722"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:15.220Z", "message": "Removing directory: /tmp/tmpben8BX", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:15.220Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "441d90dd-cfa8-4f7f-91a4-798030d5f655"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:15.220Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:15.220Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e51d3e33-5aa5-42ed-baf7-227366fdb080"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:15.220Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:15.220Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e51d3e33-5aa5-42ed-baf7-227366fdb080"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:15.220Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:15.220Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "5ed54292-5757-4eff-b855-c74a30af3722"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:15.220Z", "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-26T10:42:15.220Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "1bf65aad-e74c-41f2-905b-99ad276cb390"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:15.220Z", "message": "Starting Agent dime_host_ytakkd", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:15.220Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e51d3e33-5aa5-42ed-baf7-227366fdb080"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:15.220Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:15.220Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "5ed54292-5757-4eff-b855-c74a30af3722"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:15.220Z", "message": "Installing plugin from source", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:15.220Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "441d90dd-cfa8-4f7f-91a4-798030d5f655"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:15.220Z", "message": "SSH connection is ready", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:15.220Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "5ed54292-5757-4eff-b855-c74a30af3722"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:15.220Z", "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-26T10:42:15.220Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "1bf65aad-e74c-41f2-905b-99ad276cb390"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:15.220Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:15.220Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "5ed54292-5757-4eff-b855-c74a30af3722"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:15.220Z", "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-26T10:42:15.220Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "441d90dd-cfa8-4f7f-91a4-798030d5f655"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:15.220Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:15.220Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e51d3e33-5aa5-42ed-baf7-227366fdb080"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:15.220Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:15.220Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e51d3e33-5aa5-42ed-baf7-227366fdb080"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:15.220Z", "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-26T10:42:15.220Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "441d90dd-cfa8-4f7f-91a4-798030d5f655"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:15.220Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:15.220Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "5ed54292-5757-4eff-b855-c74a30af3722"}, {"node_instance_id": "proxy_node_ghrsgr", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:15.220Z", "message": "Downloaded scripts/monitoring/proxy_snmp/install_requirements.sh to /tmp/EIZT6/install_requirements.sh", "level": "info", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:15.220Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "0a41897c-3252-45ff-8c4f-3d6b31cc1489"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:15.220Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:15.220Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "1bf65aad-e74c-41f2-905b-99ad276cb390"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:15.259Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:15.259Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "proxy_node_ghrsgr", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:15.259Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:15.259Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "proxy_node_ghrsgr", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:15.259Z", "message": "Creating node", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:15.259Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:15.259Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:15.259Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "vellum_host_19cott", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:15.259Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:15.259Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "proxy_node_ghrsgr", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:15.259Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:15.259Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "vellum_host_19cott", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:15.259Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:15.259Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "vellum_host_19cott", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:15.259Z", "message": "Starting Agent", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:15.259Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:15.259Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:15.259Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "vellum_host_19cott", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:15.259Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:15.259Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:16.254Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:16.254Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "56f3767d-afac-44d7-8faf-b411e7caee20"}], "metadata": {"pagination": {"total": 1445, "offset": 1189, "size": 50}}} 2018-10-26 10:43:18,348 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:43:18,348 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:43:18 GMT 2018-10-26 10:43:18,348 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:43:18,348 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27226 2018-10-26 10:43:18,348 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:43:18,349 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-26 10:43:18,349 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-10-26 10:43:18,349 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:18,350 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/bind_host_9xkma6/env/bin/pip freeze 2018-10-26 10:43:18,350 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-10-26 10:43:18,350 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-10-26 10:43:18,350 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-10-26 10:43:18,350 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-10-26 10:43:18,350 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-10-26 10:43:18,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-10-26 10:43:18,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-10-26 10:43:18,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-10-26 10:43:18,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-10-26 10:43:18,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-10-26 10:43:18,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:18,352 - 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-26 10:43:18,352 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpd9t16q 2018-10-26 10:43:18,352 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent sprout_host_0j626u 2018-10-26 10:43:18,352 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-26 10:43:18,352 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-10-26 10:43:18,352 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:18,353 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpben8BX 2018-10-26 10:43:18,353 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:18,353 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:18,353 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:18,353 - 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-26 10:43:18,353 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent dime_host_ytakkd 2018-10-26 10:43:18,354 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:18,354 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-10-26 10:43:18,354 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-26 10:43:18,354 - 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-26 10:43:18,354 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:18,354 - 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-26 10:43:18,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:18,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:18,355 - 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-26 10:43:18,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:18,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/install_requirements.sh to /tmp/EIZT6/install_requirements.sh 2018-10-26 10:43:18,355 - 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-26 10:43:18,356 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-10-26 10:43:18,356 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-26 10:43:18,356 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-26 10:43:18,356 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-10-26 10:43:18,356 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-10-26 10:43:18,356 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-26 10:43:18,357 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-10-26 10:43:18,357 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-10-26 10:43:18,357 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-10-26 10:43:18,357 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-10-26 10:43:18,357 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:18,357 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:43:18,428 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:43:18,428 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:43:18,429 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:43:18,429 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:43:18,429 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:43:18,429 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:43:18,429 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:43:18,429 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:43:18,429 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:43:18,429 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:43:18 GMT 2018-10-26 10:43:18,429 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:43:18,429 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:43:18,430 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:43:23,435 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:43:23,624 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:43:23,624 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:43:23,624 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:43:23,624 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:43:23,624 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:43:23,624 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:43:23,624 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:43:23,625 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:16.254Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:16.254Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "56f3767d-afac-44d7-8faf-b411e7caee20"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:16.254Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:16.254Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "56f3767d-afac-44d7-8faf-b411e7caee20"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:16.254Z", "message": "SSH connection is ready", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:16.254Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "56f3767d-afac-44d7-8faf-b411e7caee20"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:16.254Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:16.254Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "56f3767d-afac-44d7-8faf-b411e7caee20"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:16.254Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:16.254Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "56f3767d-afac-44d7-8faf-b411e7caee20"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:16.254Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:16.254Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "56f3767d-afac-44d7-8faf-b411e7caee20"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:16.254Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:16.254Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "56f3767d-afac-44d7-8faf-b411e7caee20"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:16.254Z", "message": "Validating SSH connection", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:16.254Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "56f3767d-afac-44d7-8faf-b411e7caee20"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:16.254Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:16.254Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "56f3767d-afac-44d7-8faf-b411e7caee20"}, {"node_instance_id": "proxy_node_ghrsgr", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:16.254Z", "message": "Executing: /tmp/EIZT6/install_requirements.sh", "level": "info", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:16.254Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "0a41897c-3252-45ff-8c4f-3d6b31cc1489"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:16.254Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:16.254Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "56f3767d-afac-44d7-8faf-b411e7caee20"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:16.254Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:16.254Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "56f3767d-afac-44d7-8faf-b411e7caee20"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:16.288Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:16.288Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:16.288Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:16.288Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:16.288Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:16.288Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:16.288Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:16.288Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:16.288Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:16.288Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:16.288Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:16.288Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:16.288Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:16.288Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:16.288Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:16.288Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:16.288Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:16.288Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:16.288Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:16.288Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:17.314Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:17.314Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:17.314Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:17.314Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:17.314Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:17.314Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:17.699Z", "message": "Starting...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:17.699Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "5ed54292-5757-4eff-b855-c74a30af3722"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:18.311Z", "message": "Starting daemon with command: sudo service celeryd-dime_host_ytakkd start", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:18.311Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e51d3e33-5aa5-42ed-baf7-227366fdb080"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:18.311Z", "message": "Starting...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:18.311Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e51d3e33-5aa5-42ed-baf7-227366fdb080"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:18.311Z", "message": "Starting daemon with command: sudo service celeryd-sprout_host_0j626u start", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:18.311Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "5ed54292-5757-4eff-b855-c74a30af3722"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:18.311Z", "message": "Successfully started daemon: dime_host_ytakkd", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:18.311Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e51d3e33-5aa5-42ed-baf7-227366fdb080"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:18.311Z", "message": "Successfully started daemon: sprout_host_0j626u", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:18.311Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "5ed54292-5757-4eff-b855-c74a30af3722"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:19.088Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:19.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:19.088Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:19.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:19.088Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:19.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:19.088Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:19.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:19.088Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:19.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:19.088Z", "message": "Installing plugins", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:19.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:19.088Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:19.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:19.088Z", "message": "Installing plugins", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:19.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:19.088Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:19.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:19.088Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:19.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:19.088Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:19.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:19.088Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:19.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:19.088Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:19.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:19.088Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:19.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:19.088Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:19.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:19.088Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:19.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:19.342Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:19.342Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "5c47fac9-5b96-4f06-a39f-b445b01c303c"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:19.342Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:19.342Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "5df84cc2-22ae-4460-a740-2b308d7b6758"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:19.342Z", "message": "[localhost] run: /home/ubuntu/sprout_host_0j626u/env/bin/pip freeze", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:19.342Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "5df84cc2-22ae-4460-a740-2b308d7b6758"}], "metadata": {"pagination": {"total": 1448, "offset": 1239, "size": 50}}} 2018-10-26 10:43:23,625 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:43:23,625 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:43:23 GMT 2018-10-26 10:43:23,625 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:43:23,625 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26439 2018-10-26 10:43:23,625 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:43:23,626 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:23,626 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:23,626 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-10-26 10:43:23,627 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:23,627 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:23,627 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:23,627 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:23,627 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-10-26 10:43:23,627 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:23,628 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/EIZT6/install_requirements.sh 2018-10-26 10:43:23,628 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:23,628 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 10:43:23,628 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-10-26 10:43:23,628 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-10-26 10:43:23,628 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-10-26 10:43:23,629 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-10-26 10:43:23,629 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-10-26 10:43:23,629 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-10-26 10:43:23,629 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-10-26 10:43:23,629 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-10-26 10:43:23,629 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-10-26 10:43:23,629 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-10-26 10:43:23,630 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-10-26 10:43:23,630 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-10-26 10:43:23,630 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-10-26 10:43:23,630 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-10-26 10:43:23,630 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-dime_host_ytakkd start 2018-10-26 10:43:23,630 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-10-26 10:43:23,631 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-sprout_host_0j626u start 2018-10-26 10:43:23,631 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: dime_host_ytakkd 2018-10-26 10:43:23,631 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: sprout_host_0j626u 2018-10-26 10:43:23,631 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-10-26 10:43:23,631 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-10-26 10:43:23,631 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-10-26 10:43:23,631 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-10-26 10:43:23,632 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-10-26 10:43:23,632 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-10-26 10:43:23,632 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-10-26 10:43:23,632 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-10-26 10:43:23,632 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-10-26 10:43:23,632 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-10-26 10:43:23,633 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-10-26 10:43:23,633 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-10-26 10:43:23,633 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-10-26 10:43:23,633 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-10-26 10:43:23,633 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-10-26 10:43:23,633 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-10-26 10:43:23,633 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-10-26 10:43:23,634 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-10-26 10:43:23,634 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/sprout_host_0j626u/env/bin/pip freeze 2018-10-26 10:43:23,634 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:43:23,740 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:43:23,740 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:43:23,740 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:43:23,740 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:43:23,740 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:43:23,740 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:43:23,740 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:43:23,741 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:43:23,741 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:43:23,741 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:43:23 GMT 2018-10-26 10:43:23,741 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:43:23,741 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:43:23,741 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:43:28,746 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:43:29,082 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:43:29,082 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:43:29,082 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:43:29,082 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:43:29,082 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:43:29,082 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:43:29,082 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:43:29,082 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:19.342Z", "message": "[localhost] run: /home/ubuntu/dime_host_ytakkd/env/bin/pip freeze", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:19.342Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "5c47fac9-5b96-4f06-a39f-b445b01c303c"}, {"node_instance_id": "vellum_host_19cott", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:20.124Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:20.124Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:20.353Z", "message": "Installing plugin from source", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:20.353Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "5c47fac9-5b96-4f06-a39f-b445b01c303c"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:20.353Z", "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-26T10:42:20.353Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "5c47fac9-5b96-4f06-a39f-b445b01c303c"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:20.353Z", "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-26T10:42:20.353Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "5df84cc2-22ae-4460-a740-2b308d7b6758"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:20.353Z", "message": "Starting daemon with command: sudo service celeryd-vellum_host_19cott start", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:20.353Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "56f3767d-afac-44d7-8faf-b411e7caee20"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:20.353Z", "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-26T10:42:20.353Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "5df84cc2-22ae-4460-a740-2b308d7b6758"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:20.353Z", "message": "Removing directory: /tmp/tmp1qnIiY", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:20.353Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "5c47fac9-5b96-4f06-a39f-b445b01c303c"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:20.353Z", "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-26T10:42:20.353Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "5df84cc2-22ae-4460-a740-2b308d7b6758"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:20.353Z", "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-26T10:42:20.353Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "5c47fac9-5b96-4f06-a39f-b445b01c303c"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:20.353Z", "message": "Starting...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:20.353Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "56f3767d-afac-44d7-8faf-b411e7caee20"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:20.353Z", "message": "Successfully started daemon: vellum_host_19cott", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:20.353Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "56f3767d-afac-44d7-8faf-b411e7caee20"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:20.353Z", "message": "Removing directory: /tmp/tmpFK5UV7", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:20.353Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "5df84cc2-22ae-4460-a740-2b308d7b6758"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:20.353Z", "message": "Installing plugin from source", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:20.353Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "5df84cc2-22ae-4460-a740-2b308d7b6758"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:20.353Z", "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-26T10:42:20.353Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "5c47fac9-5b96-4f06-a39f-b445b01c303c"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:21.112Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:21.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:21.112Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:21.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:21.112Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:21.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:21.112Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:21.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "vellum_host_19cott", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:21.112Z", "message": "Installing plugins", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:21.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "vellum_host_19cott", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:21.112Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:21.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "vellum_host_19cott", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:21.112Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:21.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:21.112Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:21.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:21.112Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:21.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:21.390Z", "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-26T10:42:21.390Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "b642d919-5e0d-4c0d-8ab0-b681e4d00eba"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:21.390Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:21.390Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "b642d919-5e0d-4c0d-8ab0-b681e4d00eba"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:21.390Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:21.390Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "b642d919-5e0d-4c0d-8ab0-b681e4d00eba"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:21.390Z", "message": "Installing plugin from source", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:21.390Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "b642d919-5e0d-4c0d-8ab0-b681e4d00eba"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:21.390Z", "message": "[localhost] run: /home/ubuntu/vellum_host_19cott/env/bin/pip freeze", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:21.390Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "b642d919-5e0d-4c0d-8ab0-b681e4d00eba"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:22.122Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:22.122Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:22.122Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:22.122Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:22.122Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:22.122Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "vellum_host_19cott", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:22.122Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:22.122Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:22.122Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:22.122Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:22.122Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:22.122Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:22.122Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:22.122Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "vellum_host_19cott", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:22.122Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:22.122Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:22.122Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:22.122Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:22.122Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:22.122Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "vellum_host_19cott", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:22.122Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:22.122Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:22.122Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:22.122Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:22.122Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:22.122Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:22.122Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:22.122Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:22.122Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:22.122Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:22.122Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:22.122Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:22.415Z", "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-26T10:42:22.415Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "b642d919-5e0d-4c0d-8ab0-b681e4d00eba"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:22.415Z", "message": "Removing directory: /tmp/tmpqWf6i2", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:22.415Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "b642d919-5e0d-4c0d-8ab0-b681e4d00eba"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:23.129Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:23.129Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:23.129Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:23.129Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:23.129Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:23.129Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}], "metadata": {"pagination": {"total": 1448, "offset": 1289, "size": 50}}} 2018-10-26 10:43:29,083 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:43:29,083 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:43:29 GMT 2018-10-26 10:43:29,083 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:43:29,083 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27200 2018-10-26 10:43:29,083 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:43:29,084 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/dime_host_ytakkd/env/bin/pip freeze 2018-10-26 10:43:29,084 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-10-26 10:43:29,084 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-10-26 10:43:29,085 - 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-26 10:43:29,085 - 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-26 10:43:29,085 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-vellum_host_19cott start 2018-10-26 10:43:29,085 - 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-26 10:43:29,085 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmp1qnIiY 2018-10-26 10:43:29,085 - 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-26 10:43:29,085 - 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-26 10:43:29,086 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-10-26 10:43:29,086 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: vellum_host_19cott 2018-10-26 10:43:29,086 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpFK5UV7 2018-10-26 10:43:29,086 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-10-26 10:43:29,086 - 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-26 10:43:29,086 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-10-26 10:43:29,087 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-10-26 10:43:29,087 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-10-26 10:43:29,087 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-10-26 10:43:29,087 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-10-26 10:43:29,087 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-10-26 10:43:29,087 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-10-26 10:43:29,088 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-10-26 10:43:29,088 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-10-26 10:43:29,088 - 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-26 10:43:29,088 - 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-26 10:43:29,088 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-10-26 10:43:29,088 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-10-26 10:43:29,088 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/vellum_host_19cott/env/bin/pip freeze 2018-10-26 10:43:29,089 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-10-26 10:43:29,089 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-10-26 10:43:29,089 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-10-26 10:43:29,089 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-10-26 10:43:29,089 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-10-26 10:43:29,089 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-10-26 10:43:29,090 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-10-26 10:43:29,090 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-10-26 10:43:29,090 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-10-26 10:43:29,090 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-10-26 10:43:29,090 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-10-26 10:43:29,090 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-10-26 10:43:29,090 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-10-26 10:43:29,091 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-10-26 10:43:29,091 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-10-26 10:43:29,091 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-10-26 10:43:29,091 - 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-26 10:43:29,091 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpqWf6i2 2018-10-26 10:43:29,091 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-10-26 10:43:29,092 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-10-26 10:43:29,092 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-10-26 10:43:29,092 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:43:29,335 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:43:29,335 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:43:29,335 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:43:29,335 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:43:29,335 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:43:29,335 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:43:29,335 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:43:29,336 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:43:29,336 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:43:29,336 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:43:29 GMT 2018-10-26 10:43:29,336 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:43:29,336 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:43:29,336 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:43:34,341 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:43:34,481 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:43:34,481 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:43:34,481 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:43:34,481 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:43:34,481 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:43:34,481 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:43:34,481 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:43:34,481 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_0j626u", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:23.129Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:23.129Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:23.129Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:23.129Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:24.582Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:24.582Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "vellum_host_19cott", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:24.582Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:24.582Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "vellum_host_19cott", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:24.582Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:24.582Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "vellum_host_19cott", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:24.582Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:24.582Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:24.582Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:24.582Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:24.582Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:24.582Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:24.582Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:24.582Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "vellum_host_19cott", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:25.633Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:25.633Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "vellum_host_19cott", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:25.633Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:25.633Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "vellum_host_19cott", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:25.633Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:25.633Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:26.849Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:26.849Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:27.681Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:27.681Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:27.681Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:27.681Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:27.681Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:27.681Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:29.106Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:29.106Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:29.106Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:29.106Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:29.106Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:29.106Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:30.243Z", "message": "Sending task 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:30.243Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:30.243Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:30.243Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:30.243Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:30.243Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:30.243Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:30.243Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:30.243Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:30.243Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "vellum_host_19cott", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:31.716Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:31.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:31.716Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:31.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:32.786Z", "message": "Task started 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:32.786Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:32.786Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:32.786Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:34.008Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:34.008Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:34.008Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:34.008Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:34.008Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:34.008Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:35.407Z", "message": "Sending task 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:35.407Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:35.407Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:35.407Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:35.407Z", "message": "Task started 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:35.407Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:35.407Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:35.407Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:36.427Z", "message": "Task started 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:36.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:36.427Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:36.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:36.427Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:36.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:38.118Z", "message": "Task succeeded 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:38.118Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:38.438Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:38.438Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:39.446Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:39.446Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:39.446Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:39.446Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:39.446Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:39.446Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:40.953Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:40.953Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:40.953Z", "message": "Task succeeded 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:40.953Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:42.006Z", "message": "Task succeeded 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:42.006Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_knglrd", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:42.006Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:42.006Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_knglrd", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:42.006Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:42.006Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_knglrd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:42.006Z", "message": "Creating node", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:42.006Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_knglrd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:42.409Z", "message": "Downloaded scripts/bind/bind.py to /tmp/9PO3O/bind.py", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:42.409Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a84b8eef-6a48-4ed7-b4d2-15608b5aa8d0"}], "metadata": {"pagination": {"total": 1448, "offset": 1339, "size": 50}}} 2018-10-26 10:43:34,482 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:43:34,482 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:43:34 GMT 2018-10-26 10:43:34,482 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:43:34,482 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 25590 2018-10-26 10:43:34,482 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:43:34,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-10-26 10:43:34,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-10-26 10:43:34,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-10-26 10:43:34,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-10-26 10:43:34,484 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-10-26 10:43:34,484 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-10-26 10:43:34,484 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-10-26 10:43:34,484 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-10-26 10:43:34,484 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-10-26 10:43:34,484 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-10-26 10:43:34,485 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-10-26 10:43:34,485 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-10-26 10:43:34,485 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-10-26 10:43:34,485 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-10-26 10:43:34,485 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-10-26 10:43:34,485 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-10-26 10:43:34,486 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-10-26 10:43:34,486 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-10-26 10:43:34,486 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-10-26 10:43:34,486 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-10-26 10:43:34,486 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-10-26 10:43:34,486 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-10-26 10:43:34,486 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-10-26 10:43:34,487 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-10-26 10:43:34,487 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-10-26 10:43:34,487 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-10-26 10:43:34,487 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-10-26 10:43:34,487 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-10-26 10:43:34,487 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-10-26 10:43:34,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-10-26 10:43:34,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-10-26 10:43:34,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-10-26 10:43:34,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-10-26 10:43:34,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-10-26 10:43:34,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-10-26 10:43:34,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-10-26 10:43:34,489 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-10-26 10:43:34,489 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-10-26 10:43:34,489 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-10-26 10:43:34,489 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-10-26 10:43:34,489 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-10-26 10:43:34,489 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-10-26 10:43:34,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-10-26 10:43:34,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-10-26 10:43:34,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-10-26 10:43:34,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-10-26 10:43:34,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-26 10:43:34,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-26 10:43:34,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-26 10:43:34,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/9PO3O/bind.py 2018-10-26 10:43:34,491 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:43:34,563 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:43:34,564 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:43:34,564 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:43:34,564 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:43:34,564 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:43:34,564 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:43:34,564 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:43:34,564 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:43:34,564 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:43:34,564 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:43:34 GMT 2018-10-26 10:43:34,565 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:43:34,565 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:43:34,565 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:43:39,570 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:43:39,876 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:43:39,876 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:43:39,877 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:43:39,877 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:43:39,877 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:43:39,877 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:43:39,877 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:43:39,877 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_knglrd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:42.544Z", "message": "Installing BIND DNS server", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:42.544Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a84b8eef-6a48-4ed7-b4d2-15608b5aa8d0"}, {"node_instance_id": "bind_knglrd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:42.544Z", "message": "[localhost] run: sudo apt-get update", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:42.544Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a84b8eef-6a48-4ed7-b4d2-15608b5aa8d0"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:43.558Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:43.558Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:44.059Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:44.059Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:44.059Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:44.059Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:45.965Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:45.965Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:48.958Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:42:48.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_knglrd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:42:55.720Z", "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-26T10:42:55.720Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a84b8eef-6a48-4ed7-b4d2-15608b5aa8d0"}, {"node_instance_id": "proxy_node_ghrsgr", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:43:00.431Z", "message": "Execution done (return_code=0): /tmp/EIZT6/install_requirements.sh", "level": "info", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:43:00.431Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "0a41897c-3252-45ff-8c4f-3d6b31cc1489"}, {"node_instance_id": "proxy_node_ghrsgr", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:43:00.534Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:43:00.534Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "proxy_node_ghrsgr", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:43:01.088Z", "message": "Configuring node", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:43:01.088Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "proxy_node_ghrsgr", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:43:02.100Z", "message": "Starting node", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:43:02.100Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_knglrd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:43:04.598Z", "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-26T10:43:04.598Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a84b8eef-6a48-4ed7-b4d2-15608b5aa8d0"}, {"node_instance_id": "bind_knglrd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:43:04.634Z", "message": "The config dict: {'etcd_ip': u'192.168.120.8', 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.8', u'hss_hostname': u''}.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:43:04.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a84b8eef-6a48-4ed7-b4d2-15608b5aa8d0"}, {"node_instance_id": "bind_knglrd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:43:04.634Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:43:04.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a84b8eef-6a48-4ed7-b4d2-15608b5aa8d0"}, {"node_instance_id": "bind_knglrd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:43:05.644Z", "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-26T10:43:05.644Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a84b8eef-6a48-4ed7-b4d2-15608b5aa8d0"}, {"node_instance_id": "bind_knglrd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:43:05.644Z", "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-26T10:43:05.644Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a84b8eef-6a48-4ed7-b4d2-15608b5aa8d0"}, {"node_instance_id": "bind_knglrd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:43:05.644Z", "message": "The config dict: {'public_ip': u'172.30.9.209', '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.8', u'hss_hostname': u''}.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:43:05.644Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a84b8eef-6a48-4ed7-b4d2-15608b5aa8d0"}, {"node_instance_id": "bind_knglrd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:43:05.644Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:43:05.644Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a84b8eef-6a48-4ed7-b4d2-15608b5aa8d0"}, {"node_instance_id": "bind_knglrd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:43:05.644Z", "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-26T10:43:05.644Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a84b8eef-6a48-4ed7-b4d2-15608b5aa8d0"}, {"node_instance_id": "bind_knglrd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:43:05.644Z", "message": "Creating private domain file", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:43:05.644Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a84b8eef-6a48-4ed7-b4d2-15608b5aa8d0"}, {"node_instance_id": "bind_knglrd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:43:05.644Z", "message": "Creating public domain file", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:43:05.644Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a84b8eef-6a48-4ed7-b4d2-15608b5aa8d0"}, {"node_instance_id": "bind_knglrd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:43:05.644Z", "message": "[localhost] run: sudo mv /tmp/tmp47cMEe /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:43:05.644Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a84b8eef-6a48-4ed7-b4d2-15608b5aa8d0"}, {"node_instance_id": "bind_knglrd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:43:05.644Z", "message": "[localhost] run: sudo mv /tmp/tmpB1vHq8 /etc/clearwater/local_config", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:43:05.644Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a84b8eef-6a48-4ed7-b4d2-15608b5aa8d0"}, {"node_instance_id": "bind_knglrd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:43:05.644Z", "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-26T10:43:05.644Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a84b8eef-6a48-4ed7-b4d2-15608b5aa8d0"}, {"node_instance_id": "bind_knglrd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:43:05.644Z", "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-26T10:43:05.644Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a84b8eef-6a48-4ed7-b4d2-15608b5aa8d0"}, {"node_instance_id": "bind_knglrd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:43:05.644Z", "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-26T10:43:05.644Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a84b8eef-6a48-4ed7-b4d2-15608b5aa8d0"}, {"node_instance_id": "bind_knglrd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:43:05.644Z", "message": "[localhost] run: sudo mv /tmp/tmpAADosL /etc/bind/named.conf.local", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:43:05.644Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a84b8eef-6a48-4ed7-b4d2-15608b5aa8d0"}, {"node_instance_id": "bind_knglrd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:43:05.644Z", "message": "[localhost] run: sudo mv /tmp/tmpsVjELO /etc/clearwater/shared_config", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:43:05.644Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a84b8eef-6a48-4ed7-b4d2-15608b5aa8d0"}, {"node_instance_id": "bind_knglrd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:43:05.644Z", "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-26T10:43:05.644Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a84b8eef-6a48-4ed7-b4d2-15608b5aa8d0"}, {"node_instance_id": "bind_knglrd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:43:05.644Z", "message": "The config dict: {'etcd_ip': u'192.168.120.8', 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.8', u'hss_hostname': u''}.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:43:05.644Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a84b8eef-6a48-4ed7-b4d2-15608b5aa8d0"}, {"node_instance_id": "bind_knglrd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:43:05.644Z", "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-26T10:43:05.644Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a84b8eef-6a48-4ed7-b4d2-15608b5aa8d0"}, {"node_instance_id": "bind_knglrd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:43:05.644Z", "message": "[localhost] run: sudo mv /tmp/tmpCEAl9M /etc/bind/db.clearwater.local", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:43:05.644Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a84b8eef-6a48-4ed7-b4d2-15608b5aa8d0"}, {"node_instance_id": "bind_knglrd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:43:05.644Z", "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-26T10:43:05.644Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a84b8eef-6a48-4ed7-b4d2-15608b5aa8d0"}, {"node_instance_id": "bind_knglrd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:43:05.644Z", "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-26T10:43:05.644Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a84b8eef-6a48-4ed7-b4d2-15608b5aa8d0"}, {"node_instance_id": "bind_knglrd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:43:05.763Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:43:05.763Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_knglrd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:43:06.811Z", "message": "Configuring node", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:43:06.811Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_knglrd", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:43:06.811Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:43:06.811Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_knglrd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:43:07.233Z", "message": "Downloaded scripts/clearwater/other/install-etcd.sh to /tmp/2ZTMS/install-etcd.sh", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:43:07.233Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a199e1b2-cef7-4fa4-89f7-0e26f66083aa"}, {"node_instance_id": "bind_knglrd", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:43:07.358Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:43:07.358Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_knglrd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:43:07.662Z", "message": "[etcd] ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:43:07.662Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a199e1b2-cef7-4fa4-89f7-0e26f66083aa"}, {"node_instance_id": "bind_knglrd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:43:07.662Z", "message": "Executing: /tmp/2ZTMS/install-etcd.sh", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:43:07.662Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a199e1b2-cef7-4fa4-89f7-0e26f66083aa"}, {"node_instance_id": "bind_knglrd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:43:08.860Z", "message": "[etcd] repo129", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:43:08.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a199e1b2-cef7-4fa4-89f7-0e26f66083aa"}, {"node_instance_id": "bind_knglrd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:43:08.860Z", "message": "[etcd] sudo apt", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:43:08.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a199e1b2-cef7-4fa4-89f7-0e26f66083aa"}, {"node_instance_id": "bind_knglrd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:43:08.860Z", "message": "[etcd] Configure the APT software source", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:43:08.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a199e1b2-cef7-4fa4-89f7-0e26f66083aa"}, {"node_instance_id": "bind_knglrd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:43:19.669Z", "message": "[etcd] => sudo: unable to resolve host server-clearwater-opnfv-bind-host-9xkma6\nIgn http://repo.cw-ngv.com binary/ InRelease\nHit http://security.ubuntu.com trusty-security 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]\nHit http://security.ubuntu.com trusty-security/main Sources\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:3 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease\nHit http://security.ubuntu.com trusty-security/universe Sources\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://security.ubuntu.com trusty-security/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nHit http://security.ubuntu.com trusty-security/universe amd64 Packages\nHit http://security.ubuntu.com trusty-security/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources\nHit http://security.ubuntu.com trusty-security/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources\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-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\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/main 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 9s (2,742 B/s)\nReading package lists...\n\nreal\t0m10.639s\nuser\t0m2.685s\nsys\t0m0.159s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:43:19.669Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a199e1b2-cef7-4fa4-89f7-0e26f66083aa"}, {"node_instance_id": "bind_knglrd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:43:20.877Z", "message": "[etcd] Now install the software", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:43:20.877Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a199e1b2-cef7-4fa4-89f7-0e26f66083aa"}, {"node_instance_id": "bind_knglrd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:43:20.877Z", "message": "[etcd] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:43:20.877Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a199e1b2-cef7-4fa4-89f7-0e26f66083aa"}], "metadata": {"pagination": {"total": 1448, "offset": 1389, "size": 50}}} 2018-10-26 10:43:39,877 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:43:39,877 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:43:39 GMT 2018-10-26 10:43:39,877 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:43:39,878 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 30345 2018-10-26 10:43:39,878 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:43:39,879 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing BIND DNS server 2018-10-26 10:43:39,879 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo apt-get update 2018-10-26 10:43:39,879 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-10-26 10:43:39,879 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-10-26 10:43:39,879 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-10-26 10:43:39,879 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-10-26 10:43:39,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-10-26 10:43:39,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo DEBIAN_FRONTEND=noninteractive apt-get install bind9 --yes 2018-10-26 10:43:39,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/EIZT6/install_requirements.sh 2018-10-26 10:43:39,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-26 10:43:39,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-26 10:43:39,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-26 10:43:39,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-10-26 10:43:39,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'etcd_ip': u'192.168.120.8', 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.8', u'hss_hostname': u''}. 2018-10-26 10:43:39,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-10-26 10:43:39,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/named.conf.local 2018-10-26 10:43:39,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-26 10:43:39,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.209', '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.8', u'hss_hostname': u''}. 2018-10-26 10:43:39,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-10-26 10:43:39,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-10-26 10:43:39,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-10-26 10:43:39,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-10-26 10:43:39,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp47cMEe /etc/bind/db.clearwater.opnfv 2018-10-26 10:43:39,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpB1vHq8 /etc/clearwater/local_config 2018-10-26 10:43:39,883 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-10-26 10:43:39,883 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-10-26 10:43:39,883 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-10-26 10:43:39,883 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpAADosL /etc/bind/named.conf.local 2018-10-26 10:43:39,883 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpsVjELO /etc/clearwater/shared_config 2018-10-26 10:43:39,883 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/shared_config 2018-10-26 10:43:39,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'etcd_ip': u'192.168.120.8', 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.8', u'hss_hostname': u''}. 2018-10-26 10:43:39,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/shared_config. 2018-10-26 10:43:39,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpCEAl9M /etc/bind/db.clearwater.local 2018-10-26 10:43:39,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/named.conf.local. 2018-10-26 10:43:39,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-10-26 10:43:39,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-26 10:43:39,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-26 10:43:39,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-26 10:43:39,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/install-etcd.sh to /tmp/2ZTMS/install-etcd.sh 2018-10-26 10:43:39,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-26 10:43:39,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] 2018-10-26 10:43:39,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/2ZTMS/install-etcd.sh 2018-10-26 10:43:39,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] repo129 2018-10-26 10:43:39,886 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo apt 2018-10-26 10:43:39,886 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] Configure the APT software source 2018-10-26 10:43:39,886 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => sudo: unable to resolve host server-clearwater-opnfv-bind-host-9xkma6 Ign http://repo.cw-ngv.com binary/ InRelease Hit http://security.ubuntu.com trusty-security 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] Hit http://security.ubuntu.com trusty-security/main Sources Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:3 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease Hit http://security.ubuntu.com trusty-security/universe Sources Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://security.ubuntu.com trusty-security/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Hit http://security.ubuntu.com trusty-security/universe amd64 Packages Hit http://security.ubuntu.com trusty-security/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources Hit http://security.ubuntu.com trusty-security/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources 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-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 Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main 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 9s (2,742 B/s) Reading package lists... real 0m10.639s user 0m2.685s sys 0m0.159s 2018-10-26 10:43:39,886 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] Now install the software 2018-10-26 10:43:39,886 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo DEBIAN_FRONTEND=noninteractive apt 2018-10-26 10:43:39,886 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:43:39,958 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:43:39,958 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:43:39,958 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:43:39,958 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:43:39,958 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:43:39,958 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:43:39,959 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:43:39,959 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:43:39,959 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:43:39,959 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:43:39 GMT 2018-10-26 10:43:39,959 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:43:39,959 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:43:39,959 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:43:44,965 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:43:45,375 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:43:45,376 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:43:45,376 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:43:45,376 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:43:45,376 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:43:45,376 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:43:45,376 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:43:45,376 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1448, "offset": 1437, "size": 50}}} 2018-10-26 10:43:45,376 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:43:45,376 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:43:45 GMT 2018-10-26 10:43:45,377 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:43:45,377 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-26 10:43:45,377 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:43:45,377 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:43:45,478 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:43:45,478 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:43:45,478 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:43:45,478 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:43:45,478 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:43:45,478 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:43:45,478 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:43:45,478 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:43:45,479 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:43:45,479 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:43:45 GMT 2018-10-26 10:43:45,479 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:43:45,479 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:43:45,479 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:43:50,480 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:43:50,837 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:43:50,838 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:43:50,838 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:43:50,838 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:43:50,838 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:43:50,838 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:43:50,838 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:43:50,838 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1448, "offset": 1437, "size": 50}}} 2018-10-26 10:43:50,838 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:43:50,839 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:43:50 GMT 2018-10-26 10:43:50,839 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:43:50,839 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-26 10:43:50,839 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:43:50,839 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:43:50,940 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:43:50,940 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:43:50,940 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:43:50,940 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:43:50,940 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:43:50,940 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:43:50,941 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:43:50,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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:43:50,941 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:43:50,941 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:43:50 GMT 2018-10-26 10:43:50,941 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:43:50,941 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:43:50,941 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:43:55,942 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:43:56,046 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:43:56,046 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:43:56,046 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:43:56,046 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:43:56,047 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:43:56,047 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:43:56,047 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:43:56,047 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1448, "offset": 1437, "size": 50}}} 2018-10-26 10:43:56,047 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:43:56,047 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:43:56 GMT 2018-10-26 10:43:56,047 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:43:56,047 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-26 10:43:56,047 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:43:56,048 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:43:56,133 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:43:56,133 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:43:56,133 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:43:56,133 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:43:56,134 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:43:56,134 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:43:56,134 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:43:56,134 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:43:56,134 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:43:56,134 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:43:56 GMT 2018-10-26 10:43:56,134 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:43:56,134 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:43:56,134 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:44:01,140 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:44:01,425 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:44:01,425 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:44:01,425 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:44:01,425 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:44:01,425 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:44:01,425 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:44:01,425 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:44:01,426 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1448, "offset": 1437, "size": 50}}} 2018-10-26 10:44:01,426 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:44:01,426 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:44:01 GMT 2018-10-26 10:44:01,426 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:44:01,426 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-26 10:44:01,426 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:44:01,426 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:44:01,725 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:44:01,725 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:44:01,725 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:44:01,725 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:44:01,725 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:44:01,725 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:44:01,726 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:44:01,726 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:44:01,726 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:44:01,726 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:44:01 GMT 2018-10-26 10:44:01,726 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:44:01,726 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:44:01,726 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:44:06,727 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:44:06,815 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:44:06,816 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:44:06,816 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:44:06,816 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:44:06,816 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:44:06,816 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:44:06,816 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:44:06,816 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1448, "offset": 1437, "size": 50}}} 2018-10-26 10:44:06,817 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:44:06,817 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:44:06 GMT 2018-10-26 10:44:06,817 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:44:06,817 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-26 10:44:06,817 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:44:06,817 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:44:07,116 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:44:07,116 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:44:07,116 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:44:07,116 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:44:07,116 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:44:07,116 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:44:07,116 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:44:07,116 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:44:07,117 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:44:07,117 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:44:07 GMT 2018-10-26 10:44:07,117 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:44:07,117 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:44:07,117 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:44:12,122 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:44:12,407 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:44:12,407 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:44:12,407 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:44:12,407 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:44:12,407 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:44:12,407 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:44:12,407 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:44:12,408 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1448, "offset": 1437, "size": 50}}} 2018-10-26 10:44:12,408 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:44:12,408 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:44:12 GMT 2018-10-26 10:44:12,408 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:44:12,408 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-26 10:44:12,408 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:44:12,408 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:44:12,491 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:44:12,491 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:44:12,492 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:44:12,492 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:44:12,492 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:44:12,492 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:44:12,492 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:44:12,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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:44:12,492 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:44:12,492 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:44:12 GMT 2018-10-26 10:44:12,493 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:44:12,493 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:44:12,493 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:44:17,498 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:44:17,638 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:44:17,638 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:44:17,638 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:44:17,638 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:44:17,638 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:44:17,638 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:44:17,639 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:44:17,639 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1448, "offset": 1437, "size": 50}}} 2018-10-26 10:44:17,639 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:44:17,639 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:44:17 GMT 2018-10-26 10:44:17,639 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:44:17,639 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-26 10:44:17,639 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:44:17,640 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:44:17,704 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:44:17,704 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:44:17,705 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:44:17,705 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:44:17,705 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:44:17,705 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:44:17,705 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:44:17,705 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:44:17,705 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:44:17,705 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:44:17 GMT 2018-10-26 10:44:17,705 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:44:17,706 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:44:17,706 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:44:22,711 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:44:22,922 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:44:22,922 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:44:22,923 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:44:22,923 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:44:22,923 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:44:22,923 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:44:22,923 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:44:22,923 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1448, "offset": 1437, "size": 50}}} 2018-10-26 10:44:22,923 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:44:22,923 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:44:22 GMT 2018-10-26 10:44:22,924 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:44:22,924 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-26 10:44:22,924 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:44:22,924 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:44:22,995 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:44:22,995 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:44:22,996 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:44:22,996 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:44:22,996 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:44:22,996 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:44:22,996 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:44:22,996 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:44:22,996 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:44:22,996 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:44:22 GMT 2018-10-26 10:44:22,996 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:44:22,996 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:44:22,997 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:44:28,002 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:44:28,175 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:44:28,176 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:44:28,176 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:44:28,176 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:44:28,176 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:44:28,176 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:44:28,176 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:44:28,176 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1448, "offset": 1437, "size": 50}}} 2018-10-26 10:44:28,177 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:44:28,177 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:44:28 GMT 2018-10-26 10:44:28,177 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:44:28,177 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-26 10:44:28,177 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:44:28,177 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:44:28,252 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:44:28,252 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:44:28,252 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:44:28,252 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:44:28,253 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:44:28,253 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:44:28,253 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:44:28,253 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:44:28,253 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:44:28,253 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:44:28 GMT 2018-10-26 10:44:28,253 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:44:28,253 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:44:28,253 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:44:33,259 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:44:33,419 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:44:33,420 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:44:33,420 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:44:33,420 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:44:33,420 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:44:33,420 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:44:33,420 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:44:33,420 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1448, "offset": 1437, "size": 50}}} 2018-10-26 10:44:33,420 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:44:33,421 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:44:33 GMT 2018-10-26 10:44:33,421 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:44:33,421 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-26 10:44:33,421 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:44:33,421 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:44:33,500 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:44:33,500 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:44:33,500 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:44:33,500 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:44:33,500 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:44:33,500 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:44:33,500 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:44:33,501 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:44:33,501 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:44:33,501 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:44:33 GMT 2018-10-26 10:44:33,501 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:44:33,501 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:44:33,501 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:44:38,503 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:44:38,718 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:44:38,718 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:44:38,718 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:44:38,718 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:44:38,718 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:44:38,718 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:44:38,718 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:44:38,719 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1448, "offset": 1437, "size": 50}}} 2018-10-26 10:44:38,719 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:44:38,719 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:44:38 GMT 2018-10-26 10:44:38,719 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:44:38,719 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-26 10:44:38,719 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:44:38,719 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:44:38,786 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:44:38,786 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:44:38,787 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:44:38,787 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:44:38,787 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:44:38,787 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:44:38,787 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:44:38,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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:44:38,787 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:44:38,787 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:44:38 GMT 2018-10-26 10:44:38,788 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:44:38,788 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:44:38,788 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:44:43,793 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:44:44,056 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:44:44,056 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:44:44,056 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:44:44,056 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:44:44,056 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:44:44,056 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:44:44,056 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:44:44,056 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1448, "offset": 1437, "size": 50}}} 2018-10-26 10:44:44,057 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:44:44,057 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:44:44 GMT 2018-10-26 10:44:44,057 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:44:44,057 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-26 10:44:44,057 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:44:44,057 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:44:44,184 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:44:44,184 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:44:44,185 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:44:44,185 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:44:44,185 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:44:44,185 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:44:44,185 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:44:44,185 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:44:44,185 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:44:44,185 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:44:44 GMT 2018-10-26 10:44:44,185 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:44:44,186 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:44:44,186 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:44:49,191 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:44:49,268 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:44:49,268 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:44:49,268 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:44:49,268 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:44:49,268 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:44:49,268 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:44:49,268 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:44:49,268 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_knglrd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:47.097Z", "message": "[etcd] => sudo: unable to resolve host server-clearwater-opnfv-bind-host-9xkma6\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 1 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://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-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\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://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 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://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 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-161.211 [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.1 [10.6 kB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4.1 [63.9 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.4 [228 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.1 [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 12s (6,626 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51406 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-161.211_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-161.211) ...\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.1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1.1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4.1_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4.1) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.4_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.4) ...\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.1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1.1) ...\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-161.211) ...\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.1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4.1) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.4) ...\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.1) ...\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 8954\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\t1m26.839s\nuser\t0m18.260s\nsys\t0m8.287s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:47.097Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a199e1b2-cef7-4fa4-89f7-0e26f66083aa"}, {"node_instance_id": "bind_knglrd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:47.907Z", "message": "[etcd] /usr/share/clearwater/clearwater", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:47.907Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a199e1b2-cef7-4fa4-89f7-0e26f66083aa"}, {"node_instance_id": "bind_knglrd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:47.907Z", "message": "[etcd] The software is installed", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:47.907Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a199e1b2-cef7-4fa4-89f7-0e26f66083aa"}, {"node_instance_id": "bind_knglrd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:47.907Z", "message": "[etcd] => \nreal\t0m0.009s\nuser\t0m0.002s\nsys\t0m0.007s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:47.907Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a199e1b2-cef7-4fa4-89f7-0e26f66083aa"}, {"node_instance_id": "bind_knglrd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:48.919Z", "message": "[etcd] sudo ps ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:48.919Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a199e1b2-cef7-4fa4-89f7-0e26f66083aa"}, {"node_instance_id": "bind_knglrd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:48.919Z", "message": "[etcd] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 10:41 ? 00:00:00 /sbin/init\nroot 2 0 0 10:41 ? 00:00:00 [kthreadd]\nroot 3 2 0 10:41 ? 00:00:00 [ksoftirqd/0]\nroot 4 2 0 10:41 ? 00:00:00 [kworker/0:0]\nroot 5 2 0 10:41 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 10:41 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 10:41 ? 00:00:00 [rcu_sched]\nroot 8 2 0 10:41 ? 00:00:00 [rcuos/0]\nroot 9 2 0 10:41 ? 00:00:00 [rcuos/1]\nroot 10 2 0 10:41 ? 00:00:00 [rcu_bh]\nroot 11 2 0 10:41 ? 00:00:00 [rcuob/0]\nroot 12 2 0 10:41 ? 00:00:00 [rcuob/1]\nroot 13 2 0 10:41 ? 00:00:00 [migration/0]\nroot 14 2 0 10:41 ? 00:00:00 [watchdog/0]\nroot 15 2 0 10:41 ? 00:00:00 [watchdog/1]\nroot 16 2 0 10:41 ? 00:00:00 [migration/1]\nroot 17 2 0 10:41 ? 00:00:00 [ksoftirqd/1]\nroot 18 2 0 10:41 ? 00:00:00 [kworker/1:0]\nroot 19 2 0 10:41 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 10:41 ? 00:00:00 [khelper]\nroot 21 2 0 10:41 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 10:41 ? 00:00:00 [netns]\nroot 23 2 0 10:41 ? 00:00:00 [writeback]\nroot 24 2 0 10:41 ? 00:00:00 [kintegrityd]\nroot 25 2 0 10:41 ? 00:00:00 [bioset]\nroot 26 2 0 10:41 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 10:41 ? 00:00:00 [kblockd]\nroot 28 2 0 10:41 ? 00:00:00 [ata_sff]\nroot 29 2 0 10:41 ? 00:00:00 [khubd]\nroot 30 2 0 10:41 ? 00:00:00 [md]\nroot 31 2 0 10:41 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 10:41 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 10:41 ? 00:00:00 [khungtaskd]\nroot 35 2 0 10:41 ? 00:00:00 [kswapd0]\nroot 36 2 0 10:41 ? 00:00:00 [vmstat]\nroot 37 2 0 10:41 ? 00:00:00 [ksmd]\nroot 38 2 0 10:41 ? 00:00:00 [khugepaged]\nroot 39 2 0 10:41 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 10:41 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 10:41 ? 00:00:00 [crypto]\nroot 53 2 0 10:41 ? 00:00:00 [kthrotld]\nroot 54 2 0 10:41 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 10:41 ? 00:00:00 [vballoon]\nroot 56 2 0 10:41 ? 00:00:00 [kworker/1:1]\nroot 57 2 0 10:41 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 10:41 ? 00:00:00 [scsi_eh_1]\nroot 59 2 0 10:41 ? 00:00:00 [kworker/u4:2]\nroot 60 2 0 10:41 ? 00:00:00 [kworker/u4:3]\nroot 79 2 0 10:41 ? 00:00:00 [deferwq]\nroot 80 2 0 10:41 ? 00:00:00 [charger_manager]\nroot 124 2 0 10:41 ? 00:00:00 [kpsmoused]\nroot 142 2 0 10:41 ? 00:00:00 [kworker/0:2]\nroot 186 2 0 10:41 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 10:41 ? 00:00:00 [ext4-rsv-conver]\nroot 387 1 0 10:41 ? 00:00:00 upstart-udev-bridge --daemon\nroot 392 1 0 10:41 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 449 2 0 10:41 ? 00:00:00 [kworker/u5:1]\nroot 450 2 0 10:41 ? 00:00:00 [kworker/u5:2]\nroot 528 1 0 10:41 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 632 1 0 10:41 ? 00:00:00 upstart-socket-bridge --daemon\nroot 821 2 0 10:41 ? 00:00:00 [kauditd]\nroot 939 1 0 10:41 ? 00:00:00 upstart-file-bridge --daemon\nroot 1029 1 0 10:41 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1032 1 0 10:41 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1036 1 0 10:41 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1037 1 0 10:41 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1039 1 0 10:41 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1085 1 0 10:41 ? 00:00:00 /usr/sbin/sshd -D\nroot 1086 1 0 10:41 ? 00:00:00 cron\ndaemon 1087 1 0 10:41 ? 00:00:00 atd\nroot 1094 1 0 10:41 ? 00:00:00 /usr/sbin/irqbalance\nroot 1108 1 0 10:41 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nsyslog 1149 1 0 10:41 ? 00:00:00 rsyslogd\nmessage+ 1159 1 0 10:41 ? 00:00:00 dbus-daemon --system --fork\nroot 1174 1 0 10:41 ? 00:00:00 /lib/systemd/systemd-logind\nroot 1187 1 0 10:41 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1193 1 0 10:41 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nroot 1556 2 0 10:42 ? 00:00:00 [kworker/1:2]\nubuntu 1653 1 0 10:42 ? 00:00:00 /home/ubuntu/bind_host_9xkma6/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bind_host_9xkma6 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bind_host_9xkma6 --logging-server-logdir=/home/ubuntu/bind_host_9xkma6/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bind_host_9xkma6/work/bind_host_9xkma6%I.log --pidfile=/home/ubuntu/bind_host_9xkma6/work/bind_host_9xkma6.pid\nubuntu 1692 1653 0 10:42 ? 00:00:00 /home/ubuntu/bind_host_9xkma6/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bind_host_9xkma6 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bind_host_9xkma6 --logging-server-logdir=/home/ubuntu/bind_host_9xkma6/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bind_host_9xkma6/work/bind_host_9xkma6%I.log --pidfile=/home/ubuntu/bind_host_9xkma6/work/bind_host_9xkma6.pid\nubuntu 1767 1 0 10:42 ? 00:00:01 python2.7 /home/ubuntu/bind_host_9xkma6/env/bin/diamond --configfile /home/ubuntu/bind_host_9xkma6/work/plugins/diamond/etc/diamond.conf\nbind 2432 1 0 10:43 ? 00:00:00 /usr/sbin/named -u bind\nubuntu 2486 1692 0 10:43 ? 00:00:00 /home/ubuntu/bind_host_9xkma6/env/bin/python2.7 /home/ubuntu/bind_host_9xkma6/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-KXfvMN\nubuntu 2497 2486 0 10:43 ? 00:00:00 /bin/sh -c /tmp/2ZTMS/install-etcd.sh\nubuntu 2499 2497 0 10:43 ? 00:00:00 /bin/bash -e /tmp/2ZTMS/install-etcd.sh\nntp 8546 1 0 10:44 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 107:112\nroot 8954 1 0 10:44 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nclearwa+ 9072 1 0 10:44 ? 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.8:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.8 --name 192-168-120-8 --debug --initial-cluster 192-168-120-8=http://192.168.120.8:2380, --initial-cluster-state new --initial-advertise-peer-urls http://192.168.120.8:2380 --listen-peer-urls http://192.168.120.8:2380\nroot 9143 1 0 10:44 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor\nroot 9147 9143 0 10:44 ? 00:00:00 inotifywait -e create -qq .\nroot 9193 8954 0 10:44 ? 00:00:00 [check-monit-upt] \nroot 9195 8954 0 10:44 ? 00:00:00 [check-etcd-upti] \nroot 9198 8954 0 10:44 ? 00:00:00 [poll_etcd_clust] \nroot 9200 8954 0 10:44 ? 00:00:00 [poll_etcd.sh] \nubuntu 9407 2499 0 10:44 ? 00:00:00 /bin/bash -e /tmp/2ZTMS/install-etcd.sh\nubuntu 9408 9407 0 10:44 ? 00:00:00 /bin/bash -e /tmp/2ZTMS/install-etcd.sh\nroot 9409 9408 0 10:44 ? 00:00:00 sudo ps -edf\nroot 9410 9409 0 10:44 ? 00:00:00 ps -edf\n\nreal\t0m0.008s\nuser\t0m0.003s\nsys\t0m0.006s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:48.919Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a199e1b2-cef7-4fa4-89f7-0e26f66083aa"}, {"node_instance_id": "bind_knglrd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:48.919Z", "message": "[etcd] sudo ifconfig ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:48.919Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a199e1b2-cef7-4fa4-89f7-0e26f66083aa"}, {"node_instance_id": "bind_knglrd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:48.919Z", "message": "[etcd] => eth0 Link encap:Ethernet HWaddr fa:16:3e:ad:10:bd \n inet addr:192.168.120.8 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fead:10bd/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:70900 errors:0 dropped:0 overruns:0 frame:0\n TX packets:37587 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:123619832 (123.6 MB) TX bytes:5821282 (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:16429 (16.4 KB) TX bytes:16429 (16.4 KB)\n\n\nreal\t0m0.004s\nuser\t0m0.003s\nsys\t0m0.002s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:48.919Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a199e1b2-cef7-4fa4-89f7-0e26f66083aa"}, {"node_instance_id": "bind_knglrd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:48.919Z", "message": "[etcd] sudo netstat ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:48.919Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a199e1b2-cef7-4fa4-89f7-0e26f66083aa"}], "metadata": {"pagination": {"total": 1457, "offset": 1437, "size": 50}}} 2018-10-26 10:44:49,269 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:44:49,269 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:44:49 GMT 2018-10-26 10:44:49,269 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:44:49,269 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 58195 2018-10-26 10:44:49,269 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:44:49,271 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => sudo: unable to resolve host server-clearwater-opnfv-bind-host-9xkma6 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 1 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://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-log-cleanup 1.0-171215.180814 [13.3 kB] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] 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://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 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://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 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-161.211 [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.1 [10.6 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4.1 [63.9 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.4 [228 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.1 [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 12s (6,626 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51406 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-161.211_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-161.211) ... 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.1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1.1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4.1_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4.1) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.4_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.4) ... 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.1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1.1) ... 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-161.211) ... 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.1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4.1) ... Setting up python-requests-whl (2.2.1-1ubuntu0.4) ... 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.1) ... 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 8954 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 1m26.839s user 0m18.260s sys 0m8.287s 2018-10-26 10:44:49,272 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] /usr/share/clearwater/clearwater 2018-10-26 10:44:49,273 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] The software is installed 2018-10-26 10:44:49,273 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => real 0m0.009s user 0m0.002s sys 0m0.007s 2018-10-26 10:44:49,273 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo ps 2018-10-26 10:44:49,273 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 10:41 ? 00:00:00 /sbin/init root 2 0 0 10:41 ? 00:00:00 [kthreadd] root 3 2 0 10:41 ? 00:00:00 [ksoftirqd/0] root 4 2 0 10:41 ? 00:00:00 [kworker/0:0] root 5 2 0 10:41 ? 00:00:00 [kworker/0:0H] root 6 2 0 10:41 ? 00:00:00 [kworker/u4:0] root 7 2 0 10:41 ? 00:00:00 [rcu_sched] root 8 2 0 10:41 ? 00:00:00 [rcuos/0] root 9 2 0 10:41 ? 00:00:00 [rcuos/1] root 10 2 0 10:41 ? 00:00:00 [rcu_bh] root 11 2 0 10:41 ? 00:00:00 [rcuob/0] root 12 2 0 10:41 ? 00:00:00 [rcuob/1] root 13 2 0 10:41 ? 00:00:00 [migration/0] root 14 2 0 10:41 ? 00:00:00 [watchdog/0] root 15 2 0 10:41 ? 00:00:00 [watchdog/1] root 16 2 0 10:41 ? 00:00:00 [migration/1] root 17 2 0 10:41 ? 00:00:00 [ksoftirqd/1] root 18 2 0 10:41 ? 00:00:00 [kworker/1:0] root 19 2 0 10:41 ? 00:00:00 [kworker/1:0H] root 20 2 0 10:41 ? 00:00:00 [khelper] root 21 2 0 10:41 ? 00:00:00 [kdevtmpfs] root 22 2 0 10:41 ? 00:00:00 [netns] root 23 2 0 10:41 ? 00:00:00 [writeback] root 24 2 0 10:41 ? 00:00:00 [kintegrityd] root 25 2 0 10:41 ? 00:00:00 [bioset] root 26 2 0 10:41 ? 00:00:00 [kworker/u5:0] root 27 2 0 10:41 ? 00:00:00 [kblockd] root 28 2 0 10:41 ? 00:00:00 [ata_sff] root 29 2 0 10:41 ? 00:00:00 [khubd] root 30 2 0 10:41 ? 00:00:00 [md] root 31 2 0 10:41 ? 00:00:00 [devfreq_wq] root 32 2 0 10:41 ? 00:00:00 [kworker/0:1] root 34 2 0 10:41 ? 00:00:00 [khungtaskd] root 35 2 0 10:41 ? 00:00:00 [kswapd0] root 36 2 0 10:41 ? 00:00:00 [vmstat] root 37 2 0 10:41 ? 00:00:00 [ksmd] root 38 2 0 10:41 ? 00:00:00 [khugepaged] root 39 2 0 10:41 ? 00:00:00 [fsnotify_mark] root 40 2 0 10:41 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 10:41 ? 00:00:00 [crypto] root 53 2 0 10:41 ? 00:00:00 [kthrotld] root 54 2 0 10:41 ? 00:00:00 [kworker/u4:1] root 55 2 0 10:41 ? 00:00:00 [vballoon] root 56 2 0 10:41 ? 00:00:00 [kworker/1:1] root 57 2 0 10:41 ? 00:00:00 [scsi_eh_0] root 58 2 0 10:41 ? 00:00:00 [scsi_eh_1] root 59 2 0 10:41 ? 00:00:00 [kworker/u4:2] root 60 2 0 10:41 ? 00:00:00 [kworker/u4:3] root 79 2 0 10:41 ? 00:00:00 [deferwq] root 80 2 0 10:41 ? 00:00:00 [charger_manager] root 124 2 0 10:41 ? 00:00:00 [kpsmoused] root 142 2 0 10:41 ? 00:00:00 [kworker/0:2] root 186 2 0 10:41 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 10:41 ? 00:00:00 [ext4-rsv-conver] root 387 1 0 10:41 ? 00:00:00 upstart-udev-bridge --daemon root 392 1 0 10:41 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 449 2 0 10:41 ? 00:00:00 [kworker/u5:1] root 450 2 0 10:41 ? 00:00:00 [kworker/u5:2] root 528 1 0 10:41 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 632 1 0 10:41 ? 00:00:00 upstart-socket-bridge --daemon root 821 2 0 10:41 ? 00:00:00 [kauditd] root 939 1 0 10:41 ? 00:00:00 upstart-file-bridge --daemon root 1029 1 0 10:41 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1032 1 0 10:41 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1036 1 0 10:41 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1037 1 0 10:41 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1039 1 0 10:41 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1085 1 0 10:41 ? 00:00:00 /usr/sbin/sshd -D root 1086 1 0 10:41 ? 00:00:00 cron daemon 1087 1 0 10:41 ? 00:00:00 atd root 1094 1 0 10:41 ? 00:00:00 /usr/sbin/irqbalance root 1108 1 0 10:41 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket syslog 1149 1 0 10:41 ? 00:00:00 rsyslogd message+ 1159 1 0 10:41 ? 00:00:00 dbus-daemon --system --fork root 1174 1 0 10:41 ? 00:00:00 /lib/systemd/systemd-logind root 1187 1 0 10:41 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1193 1 0 10:41 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 root 1556 2 0 10:42 ? 00:00:00 [kworker/1:2] ubuntu 1653 1 0 10:42 ? 00:00:00 /home/ubuntu/bind_host_9xkma6/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bind_host_9xkma6 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bind_host_9xkma6 --logging-server-logdir=/home/ubuntu/bind_host_9xkma6/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bind_host_9xkma6/work/bind_host_9xkma6%I.log --pidfile=/home/ubuntu/bind_host_9xkma6/work/bind_host_9xkma6.pid ubuntu 1692 1653 0 10:42 ? 00:00:00 /home/ubuntu/bind_host_9xkma6/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bind_host_9xkma6 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bind_host_9xkma6 --logging-server-logdir=/home/ubuntu/bind_host_9xkma6/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bind_host_9xkma6/work/bind_host_9xkma6%I.log --pidfile=/home/ubuntu/bind_host_9xkma6/work/bind_host_9xkma6.pid ubuntu 1767 1 0 10:42 ? 00:00:01 python2.7 /home/ubuntu/bind_host_9xkma6/env/bin/diamond --configfile /home/ubuntu/bind_host_9xkma6/work/plugins/diamond/etc/diamond.conf bind 2432 1 0 10:43 ? 00:00:00 /usr/sbin/named -u bind ubuntu 2486 1692 0 10:43 ? 00:00:00 /home/ubuntu/bind_host_9xkma6/env/bin/python2.7 /home/ubuntu/bind_host_9xkma6/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-KXfvMN ubuntu 2497 2486 0 10:43 ? 00:00:00 /bin/sh -c /tmp/2ZTMS/install-etcd.sh ubuntu 2499 2497 0 10:43 ? 00:00:00 /bin/bash -e /tmp/2ZTMS/install-etcd.sh ntp 8546 1 0 10:44 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 107:112 root 8954 1 0 10:44 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc clearwa+ 9072 1 0 10:44 ? 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.8:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.8 --name 192-168-120-8 --debug --initial-cluster 192-168-120-8=http://192.168.120.8:2380, --initial-cluster-state new --initial-advertise-peer-urls http://192.168.120.8:2380 --listen-peer-urls http://192.168.120.8:2380 root 9143 1 0 10:44 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor root 9147 9143 0 10:44 ? 00:00:00 inotifywait -e create -qq . root 9193 8954 0 10:44 ? 00:00:00 [check-monit-upt] root 9195 8954 0 10:44 ? 00:00:00 [check-etcd-upti] root 9198 8954 0 10:44 ? 00:00:00 [poll_etcd_clust] root 9200 8954 0 10:44 ? 00:00:00 [poll_etcd.sh] ubuntu 9407 2499 0 10:44 ? 00:00:00 /bin/bash -e /tmp/2ZTMS/install-etcd.sh ubuntu 9408 9407 0 10:44 ? 00:00:00 /bin/bash -e /tmp/2ZTMS/install-etcd.sh root 9409 9408 0 10:44 ? 00:00:00 sudo ps -edf root 9410 9409 0 10:44 ? 00:00:00 ps -edf real 0m0.008s user 0m0.003s sys 0m0.006s 2018-10-26 10:44:49,273 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo ifconfig 2018-10-26 10:44:49,274 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => eth0 Link encap:Ethernet HWaddr fa:16:3e:ad:10:bd inet addr:192.168.120.8 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fead:10bd/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:70900 errors:0 dropped:0 overruns:0 frame:0 TX packets:37587 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:123619832 (123.6 MB) TX bytes:5821282 (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:16429 (16.4 KB) TX bytes:16429 (16.4 KB) real 0m0.004s user 0m0.003s sys 0m0.002s 2018-10-26 10:44:49,274 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo netstat 2018-10-26 10:44:49,274 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:44:49,483 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:44:49,483 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:44:49,484 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:44:49,484 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:44:49,484 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:44:49,484 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:44:49,484 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:44:49,484 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:44:49,484 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:44:49,484 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:44:49 GMT 2018-10-26 10:44:49,484 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:44:49,484 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:44:49,485 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:44:54,490 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:44:54,588 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:44:54,589 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:44:54,589 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:44:54,589 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:44:54,589 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:44:54,589 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:44:54,589 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:44:54,589 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_knglrd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:49.949Z", "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.8:53 0.0.0.0:* LISTEN 2432/named \ntcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 2432/named \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1085/sshd \ntcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN 2432/named \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 8954/monit \ntcp 0 0 192.168.120.8:2380 0.0.0.0:* LISTEN 9072/etcd \ntcp6 0 0 :::53 :::* LISTEN 2432/named \ntcp6 0 0 :::22 :::* LISTEN 1085/sshd \ntcp6 0 0 ::1:953 :::* LISTEN 2432/named \ntcp6 0 0 :::4000 :::* LISTEN 9072/etcd \nudp 0 0 192.168.120.8:123 0.0.0.0:* 8546/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8546/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8546/ntpd \nudp 0 0 0.0.0.0:45063 0.0.0.0:* 528/dhclient \nudp 0 0 192.168.120.8:53 0.0.0.0:* 2432/named \nudp 0 0 127.0.0.1:53 0.0.0.0:* 2432/named \nudp 0 0 0.0.0.0:68 0.0.0.0:* 528/dhclient \nudp6 0 0 fe80::f816:3eff:fea:123 :::* 8546/ntpd \nudp6 0 0 ::1:123 :::* 8546/ntpd \nudp6 0 0 :::123 :::* 8546/ntpd \nudp6 0 0 :::22307 :::* 528/dhclient \nudp6 0 0 :::53 :::* 2432/named \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 10979 1653/python2.7 /tmp/cloudify-logging-server-8d2aa.socket\nunix 2 [ ACC ] STREAM LISTENING 6969 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 13791 2486/python2.7 /tmp/ctx-ClJxbW.socket\nunix 2 [ ACC ] STREAM LISTENING 9385 1108/acpid /var/run/acpid.socket\nunix 2 [ ACC ] SEQPACKET LISTENING 7102 392/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 9420 1159/dbus-daemon /var/run/dbus/system_bus_socket\n\nreal\t0m0.007s\nuser\t0m0.000s\nsys\t0m0.006s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:49.949Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a199e1b2-cef7-4fa4-89f7-0e26f66083aa"}, {"node_instance_id": "bind_knglrd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:49.949Z", "message": "[etcd] sudo pstree", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:49.949Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a199e1b2-cef7-4fa4-89f7-0e26f66083aa"}, {"node_instance_id": "bind_knglrd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:49.949Z", "message": "[etcd] => /var/log/sysstat/sa26\n/var/log/dpkg.log\n/var/log/wtmp\n/var/log/fsck/checkroot\n/var/log/fsck/checkfs\n/var/log/dmesg\n/var/log/btmp\n/var/log/alternatives.log\n/var/log/apt/history.log\n/var/log/apt/term.log\n/var/log/monit.log\n/var/log/clearwater-diags-monitor.log\n/var/log/syslog\n/var/log/landscape/sysinfo.log\n/var/log/cloud-init.log\n/var/log/kern.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/container-detect.log\n/var/log/upstart/rsyslog.log\n/var/log/udev\n/var/log/cloud-init-output.log\n/var/log/lastlog\n/var/log/boot.log\n/var/log/dmesg.0\n/var/log/auth.log\n/var/log/clearwater-etcd/clearwater-etcd.log\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n\nreal\t0m0.006s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:49.949Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a199e1b2-cef7-4fa4-89f7-0e26f66083aa"}, {"node_instance_id": "bind_knglrd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:49.949Z", "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.006s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:49.949Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a199e1b2-cef7-4fa4-89f7-0e26f66083aa"}, {"node_instance_id": "bind_knglrd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:49.949Z", "message": "[etcd] sudo find /var/log ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:49.949Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a199e1b2-cef7-4fa4-89f7-0e26f66083aa"}, {"node_instance_id": "bind_knglrd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:50.965Z", "message": "[etcd] => [26-Oct-2018 10:44:34 UTC] clearwater-diags-monitor starting\n[26-Oct-2018 10:44:34 UTC] Waiting for trigger files\n\nreal\t0m0.004s\nuser\t0m0.003s\nsys\t0m0.001s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:50.965Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a199e1b2-cef7-4fa4-89f7-0e26f66083aa"}, {"node_instance_id": "bind_knglrd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:50.965Z", "message": "[etcd] sudo cat /var/log/clearwater", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:50.965Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a199e1b2-cef7-4fa4-89f7-0e26f66083aa"}, {"node_instance_id": "bind_knglrd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:51.791Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:51.791Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bind_knglrd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:51.977Z", "message": "[etcd] Installation is done", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:51.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a199e1b2-cef7-4fa4-89f7-0e26f66083aa"}, {"node_instance_id": "bind_knglrd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:51.977Z", "message": "[etcd] => 2018-10-26 10:44:32.408196156 Stopping etcd clearwater-etcd\n2018-10-26 10:44:33.405705845 Restarting etcd clearwater-etcd\n2018-10-26 10:44:33.410204425 Configured ETCDCTL_PEERS: \n2018-10-26 10:44:33.410951696 Check for previous failed startup attempt\n2018-10-26 10:44:33.411997027 Running etcdctl member list\nError: client: etcd cluster is unavailable or misconfigured; error #0: dial tcp 127.0.0.1:4001: getsockopt: connection refused\n; error #1: dial tcp 127.0.0.1:2379: getsockopt: connection refused\n\nerror #0: dial tcp 127.0.0.1:4001: getsockopt: connection refused\nerror #1: dial tcp 127.0.0.1:2379: getsockopt: connection refused\n\n2018-10-26 10:44:33.422284408 etcdctl returned 2\n2018-10-26 10:44:33.427209638 Creating new cluster...\n2018-10-26 10:44:33.429637405 Starting etcd with: --listen-client-urls http://0.0.0.0:4000\n --advertise-client-urls http://192.168.120.8:4000\n --data-dir /var/lib/clearwater-etcd/192.168.120.8\n --name 192-168-120-8\n --debug --initial-cluster 192-168-120-8=http://192.168.120.8:2380,\n --initial-cluster-state new\n --initial-advertise-peer-urls http://192.168.120.8:2380\n --listen-peer-urls http://192.168.120.8:2380\n2018-10-26 10:44:33.432421781 Check we're actually a member of the cluster\n2018-10-26 10:44:33.436124313 Wait for etcd to startup\n2018-10-26 10:44:34.443050201 Etcd started successfully\n2018-10-26 10:44:33.448732 I | etcdmain: etcd Version: 3.1.7\n2018-10-26 10:44:33.448769 I | etcdmain: Git SHA: 43b7507\n2018-10-26 10:44:33.448773 I | etcdmain: Go Version: go1.7.5\n2018-10-26 10:44:33.448787 I | etcdmain: Go OS/Arch: linux/amd64\n2018-10-26 10:44:33.448791 I | etcdmain: setting maximum number of CPUs to 2, total number of available CPUs is 2\n2018-10-26 10:44:33.448846 I | embed: listening for peers on http://192.168.120.8:2380\n2018-10-26 10:44:33.448875 I | embed: listening for client requests on 0.0.0.0:4000\n2018-10-26 10:44:33.519836 I | etcdserver: name = 192-168-120-8\n2018-10-26 10:44:33.519856 I | etcdserver: data dir = /var/lib/clearwater-etcd/192.168.120.8\n2018-10-26 10:44:33.519861 I | etcdserver: member dir = /var/lib/clearwater-etcd/192.168.120.8/member\n2018-10-26 10:44:33.519865 I | etcdserver: heartbeat = 100ms\n2018-10-26 10:44:33.519868 I | etcdserver: election = 1000ms\n2018-10-26 10:44:33.519872 I | etcdserver: snapshot count = 10000\n2018-10-26 10:44:33.519880 I | etcdserver: advertise client URLs = http://192.168.120.8:4000\n2018-10-26 10:44:33.519884 I | etcdserver: initial advertise peer URLs = http://192.168.120.8:2380\n2018-10-26 10:44:33.519896 I | etcdserver: initial cluster = 192-168-120-8=http://192.168.120.8:2380\n2018-10-26 10:44:33.565148 I | etcdserver: starting member c91d5277ccaf7fc8 in cluster e9797582796aa048\n2018-10-26 10:44:33.565184 I | raft: c91d5277ccaf7fc8 became follower at term 0\n2018-10-26 10:44:33.565198 I | raft: newRaft c91d5277ccaf7fc8 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]\n2018-10-26 10:44:33.565202 I | raft: c91d5277ccaf7fc8 became follower at term 1\n2018-10-26 10:44:33.655694 I | etcdserver: starting server... [version: 3.1.7, cluster version: to_be_decided]\n2018-10-26 10:44:33.656522 I | etcdserver/membership: added member c91d5277ccaf7fc8 [http://192.168.120.8:2380] to cluster e9797582796aa048\n2018-10-26 10:44:34.565574 I | raft: c91d5277ccaf7fc8 is starting a new election at term 1\n2018-10-26 10:44:34.565627 I | raft: c91d5277ccaf7fc8 became candidate at term 2\n2018-10-26 10:44:34.565657 I | raft: c91d5277ccaf7fc8 received MsgVoteResp from c91d5277ccaf7fc8 at term 2\n2018-10-26 10:44:34.565683 I | raft: c91d5277ccaf7fc8 became leader at term 2\n2018-10-26 10:44:34.565698 I | raft: raft.node: c91d5277ccaf7fc8 elected leader c91d5277ccaf7fc8 at term 2\n2018-10-26 10:44:34.565910 I | etcdserver: setting up the initial cluster version to 3.1\n2018-10-26 10:44:34.579790 N | etcdserver/membership: set the initial cluster version to 3.1\n2018-10-26 10:44:34.579816 I | etcdserver/api: enabled capabilities for version 3.1\n2018-10-26 10:44:34.579839 I | etcdserver: published {Name:192-168-120-8 ClientURLs:[http://192.168.120.8:4000]} to cluster e9797582796aa048\n2018-10-26 10:44:34.579877 I | embed: ready to serve client requests\n2018-10-26 10:44:34.580163 N | embed: serving insecure client requests on [::]:4000, this is strongly discouraged!\n2018-10-26 10:44:34.607131 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.8:44119\n2018-10-26 10:44:34.643134 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.8:44120\n2018-10-26 10:44:34.643741 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.8:44121\n2018-10-26 10:44:36.934931 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.8:44122\n2018-10-26 10:44:36.939860 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.8:44123\n2018-10-26 10:44:36.940329 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.8:44124\n2018-10-26 10:44:47.526542 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/192.168.120.8/liveness-check remote:192.168.120.8:44125\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-26T10:44:51.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a199e1b2-cef7-4fa4-89f7-0e26f66083aa"}, {"node_instance_id": "bind_knglrd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:51.977Z", "message": "Execution done (return_code=0): /tmp/2ZTMS/install-etcd.sh", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:51.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a199e1b2-cef7-4fa4-89f7-0e26f66083aa"}, {"node_instance_id": "bind_knglrd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:51.977Z", "message": "[etcd] sudo cat /var/log/clearwater", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:51.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a199e1b2-cef7-4fa4-89f7-0e26f66083aa"}, {"node_instance_id": "bind_knglrd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:52.501Z", "message": "Starting node", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:52.501Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "homer_5geog5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:53.511Z", "message": "Creating node", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:53.511Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_l2dlea", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:53.511Z", "message": "Creating node", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:53.511Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_xf14gm", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:53.511Z", "message": "Creating node", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:53.511Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_l2dlea", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:54.364Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/T68VN/clearwater.py", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:54.364Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a20ca031-227a-489e-aeed-ef3001e4c0b4"}, {"node_instance_id": "vellum_gteini", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:54.533Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:54.533Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_mkbnzw", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:54.533Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:54.533Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_l2dlea", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:54.533Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:54.533Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_l2dlea", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:54.533Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:54.533Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_xf14gm", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:54.533Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:54.533Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_mkbnzw", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:54.533Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:54.533Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_xf14gm", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:54.533Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:54.533Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "sprout_22q8t4", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:54.533Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:54.533Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "homer_5geog5", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:54.533Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:54.533Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "vellum_gteini", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:54.533Z", "message": "Creating node", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:54.533Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "homer_5geog5", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:54.533Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:54.533Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "sprout_22q8t4", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:54.533Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:54.533Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "vellum_gteini", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:54.533Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:54.533Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "sprout_22q8t4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:54.533Z", "message": "Creating node", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:54.533Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_mkbnzw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:54.533Z", "message": "Creating node", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:54.533Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}], "metadata": {"pagination": {"total": 1492, "offset": 1446, "size": 50}}} 2018-10-26 10:44:54,589 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:44:54,590 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:44:54 GMT 2018-10-26 10:44:54,590 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:44:54,590 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26103 2018-10-26 10:44:54,590 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:44:54,591 - 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.8:53 0.0.0.0:* LISTEN 2432/named tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 2432/named tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1085/sshd tcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN 2432/named tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 8954/monit tcp 0 0 192.168.120.8:2380 0.0.0.0:* LISTEN 9072/etcd tcp6 0 0 :::53 :::* LISTEN 2432/named tcp6 0 0 :::22 :::* LISTEN 1085/sshd tcp6 0 0 ::1:953 :::* LISTEN 2432/named tcp6 0 0 :::4000 :::* LISTEN 9072/etcd udp 0 0 192.168.120.8:123 0.0.0.0:* 8546/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8546/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8546/ntpd udp 0 0 0.0.0.0:45063 0.0.0.0:* 528/dhclient udp 0 0 192.168.120.8:53 0.0.0.0:* 2432/named udp 0 0 127.0.0.1:53 0.0.0.0:* 2432/named udp 0 0 0.0.0.0:68 0.0.0.0:* 528/dhclient udp6 0 0 fe80::f816:3eff:fea:123 :::* 8546/ntpd udp6 0 0 ::1:123 :::* 8546/ntpd udp6 0 0 :::123 :::* 8546/ntpd udp6 0 0 :::22307 :::* 528/dhclient udp6 0 0 :::53 :::* 2432/named Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 10979 1653/python2.7 /tmp/cloudify-logging-server-8d2aa.socket unix 2 [ ACC ] STREAM LISTENING 6969 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 13791 2486/python2.7 /tmp/ctx-ClJxbW.socket unix 2 [ ACC ] STREAM LISTENING 9385 1108/acpid /var/run/acpid.socket unix 2 [ ACC ] SEQPACKET LISTENING 7102 392/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 9420 1159/dbus-daemon /var/run/dbus/system_bus_socket real 0m0.007s user 0m0.000s sys 0m0.006s 2018-10-26 10:44:54,591 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo pstree 2018-10-26 10:44:54,591 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => /var/log/sysstat/sa26 /var/log/dpkg.log /var/log/wtmp /var/log/fsck/checkroot /var/log/fsck/checkfs /var/log/dmesg /var/log/btmp /var/log/alternatives.log /var/log/apt/history.log /var/log/apt/term.log /var/log/monit.log /var/log/clearwater-diags-monitor.log /var/log/syslog /var/log/landscape/sysinfo.log /var/log/cloud-init.log /var/log/kern.log /var/log/upstart/console-setup.log /var/log/upstart/cryptdisks.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/systemd-logind.log /var/log/upstart/clearwater-monit.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/container-detect.log /var/log/upstart/rsyslog.log /var/log/udev /var/log/cloud-init-output.log /var/log/lastlog /var/log/boot.log /var/log/dmesg.0 /var/log/auth.log /var/log/clearwater-etcd/clearwater-etcd.log /var/log/clearwater-etcd/clearwater-etcd-initd.log real 0m0.006s user 0m0.000s sys 0m0.004s 2018-10-26 10:44:54,592 - 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.006s 2018-10-26 10:44:54,592 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo find /var/log 2018-10-26 10:44:54,592 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => [26-Oct-2018 10:44:34 UTC] clearwater-diags-monitor starting [26-Oct-2018 10:44:34 UTC] Waiting for trigger files real 0m0.004s user 0m0.003s sys 0m0.001s 2018-10-26 10:44:54,592 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo cat /var/log/clearwater 2018-10-26 10:44:54,592 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-26 10:44:54,592 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] Installation is done 2018-10-26 10:44:54,593 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => 2018-10-26 10:44:32.408196156 Stopping etcd clearwater-etcd 2018-10-26 10:44:33.405705845 Restarting etcd clearwater-etcd 2018-10-26 10:44:33.410204425 Configured ETCDCTL_PEERS: 2018-10-26 10:44:33.410951696 Check for previous failed startup attempt 2018-10-26 10:44:33.411997027 Running etcdctl member list Error: client: etcd cluster is unavailable or misconfigured; error #0: dial tcp 127.0.0.1:4001: getsockopt: connection refused ; error #1: dial tcp 127.0.0.1:2379: getsockopt: connection refused error #0: dial tcp 127.0.0.1:4001: getsockopt: connection refused error #1: dial tcp 127.0.0.1:2379: getsockopt: connection refused 2018-10-26 10:44:33.422284408 etcdctl returned 2 2018-10-26 10:44:33.427209638 Creating new cluster... 2018-10-26 10:44:33.429637405 Starting etcd with: --listen-client-urls http://0.0.0.0:4000 --advertise-client-urls http://192.168.120.8:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.8 --name 192-168-120-8 --debug --initial-cluster 192-168-120-8=http://192.168.120.8:2380, --initial-cluster-state new --initial-advertise-peer-urls http://192.168.120.8:2380 --listen-peer-urls http://192.168.120.8:2380 2018-10-26 10:44:33.432421781 Check we're actually a member of the cluster 2018-10-26 10:44:33.436124313 Wait for etcd to startup 2018-10-26 10:44:34.443050201 Etcd started successfully 2018-10-26 10:44:33.448732 I | etcdmain: etcd Version: 3.1.7 2018-10-26 10:44:33.448769 I | etcdmain: Git SHA: 43b7507 2018-10-26 10:44:33.448773 I | etcdmain: Go Version: go1.7.5 2018-10-26 10:44:33.448787 I | etcdmain: Go OS/Arch: linux/amd64 2018-10-26 10:44:33.448791 I | etcdmain: setting maximum number of CPUs to 2, total number of available CPUs is 2 2018-10-26 10:44:33.448846 I | embed: listening for peers on http://192.168.120.8:2380 2018-10-26 10:44:33.448875 I | embed: listening for client requests on 0.0.0.0:4000 2018-10-26 10:44:33.519836 I | etcdserver: name = 192-168-120-8 2018-10-26 10:44:33.519856 I | etcdserver: data dir = /var/lib/clearwater-etcd/192.168.120.8 2018-10-26 10:44:33.519861 I | etcdserver: member dir = /var/lib/clearwater-etcd/192.168.120.8/member 2018-10-26 10:44:33.519865 I | etcdserver: heartbeat = 100ms 2018-10-26 10:44:33.519868 I | etcdserver: election = 1000ms 2018-10-26 10:44:33.519872 I | etcdserver: snapshot count = 10000 2018-10-26 10:44:33.519880 I | etcdserver: advertise client URLs = http://192.168.120.8:4000 2018-10-26 10:44:33.519884 I | etcdserver: initial advertise peer URLs = http://192.168.120.8:2380 2018-10-26 10:44:33.519896 I | etcdserver: initial cluster = 192-168-120-8=http://192.168.120.8:2380 2018-10-26 10:44:33.565148 I | etcdserver: starting member c91d5277ccaf7fc8 in cluster e9797582796aa048 2018-10-26 10:44:33.565184 I | raft: c91d5277ccaf7fc8 became follower at term 0 2018-10-26 10:44:33.565198 I | raft: newRaft c91d5277ccaf7fc8 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0] 2018-10-26 10:44:33.565202 I | raft: c91d5277ccaf7fc8 became follower at term 1 2018-10-26 10:44:33.655694 I | etcdserver: starting server... [version: 3.1.7, cluster version: to_be_decided] 2018-10-26 10:44:33.656522 I | etcdserver/membership: added member c91d5277ccaf7fc8 [http://192.168.120.8:2380] to cluster e9797582796aa048 2018-10-26 10:44:34.565574 I | raft: c91d5277ccaf7fc8 is starting a new election at term 1 2018-10-26 10:44:34.565627 I | raft: c91d5277ccaf7fc8 became candidate at term 2 2018-10-26 10:44:34.565657 I | raft: c91d5277ccaf7fc8 received MsgVoteResp from c91d5277ccaf7fc8 at term 2 2018-10-26 10:44:34.565683 I | raft: c91d5277ccaf7fc8 became leader at term 2 2018-10-26 10:44:34.565698 I | raft: raft.node: c91d5277ccaf7fc8 elected leader c91d5277ccaf7fc8 at term 2 2018-10-26 10:44:34.565910 I | etcdserver: setting up the initial cluster version to 3.1 2018-10-26 10:44:34.579790 N | etcdserver/membership: set the initial cluster version to 3.1 2018-10-26 10:44:34.579816 I | etcdserver/api: enabled capabilities for version 3.1 2018-10-26 10:44:34.579839 I | etcdserver: published {Name:192-168-120-8 ClientURLs:[http://192.168.120.8:4000]} to cluster e9797582796aa048 2018-10-26 10:44:34.579877 I | embed: ready to serve client requests 2018-10-26 10:44:34.580163 N | embed: serving insecure client requests on [::]:4000, this is strongly discouraged! 2018-10-26 10:44:34.607131 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.8:44119 2018-10-26 10:44:34.643134 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.8:44120 2018-10-26 10:44:34.643741 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.8:44121 2018-10-26 10:44:36.934931 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.8:44122 2018-10-26 10:44:36.939860 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.8:44123 2018-10-26 10:44:36.940329 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.8:44124 2018-10-26 10:44:47.526542 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/192.168.120.8/liveness-check remote:192.168.120.8:44125 real 0m0.004s user 0m0.000s sys 0m0.004s 2018-10-26 10:44:54,593 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/2ZTMS/install-etcd.sh 2018-10-26 10:44:54,593 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo cat /var/log/clearwater 2018-10-26 10:44:54,593 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-26 10:44:54,593 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-26 10:44:54,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-26 10:44:54,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-26 10:44:54,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/T68VN/clearwater.py 2018-10-26 10:44:54,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-26 10:44:54,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-26 10:44:54,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-26 10:44:54,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-26 10:44:54,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-26 10:44:54,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-26 10:44:54,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-26 10:44:54,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-26 10:44:54,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-26 10:44:54,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-26 10:44:54,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-26 10:44:54,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-26 10:44:54,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-26 10:44:54,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-26 10:44:54,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-10-26 10:44:54,596 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:44:54,807 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:44:54,807 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:44:54,807 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:44:54,807 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:44:54,807 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:44:54,807 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:44:54,807 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:44:54,807 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:44:54,808 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:44:54,808 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:44:54 GMT 2018-10-26 10:44:54,808 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:44:54,808 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:44:54,808 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:44:59,813 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:44:59,975 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:44:59,975 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:44:59,975 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:44:59,976 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:44:59,976 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:44:59,976 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:44:59,976 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:44:59,976 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_xf14gm", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:54.992Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/X0Q6H/clearwater.py", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:54.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "72412ab2-b55d-4b1d-97f6-6a81d5c714f5"}, {"node_instance_id": "ellis_xf14gm", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:54.992Z", "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-26T10:44:54.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "72412ab2-b55d-4b1d-97f6-6a81d5c714f5"}, {"node_instance_id": "sprout_22q8t4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:54.992Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/O92AA/clearwater.py", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:54.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "f6d82eaa-ea1c-412b-9948-b84765439e9d"}, {"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:54.992Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/CGS6G/clearwater.py", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:54.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "08ba838c-b5cb-4f28-b6c7-60bcdca32186"}, {"node_instance_id": "homer_5geog5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:54.992Z", "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-26T10:44:54.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "156d252c-fe78-4dc5-9d61-6de84a68c952"}, {"node_instance_id": "ellis_xf14gm", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:54.992Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:54.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "72412ab2-b55d-4b1d-97f6-6a81d5c714f5"}, {"node_instance_id": "dime_mkbnzw", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:54.992Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:54.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "2938c72e-5296-4477-8712-a3225b834598"}, {"node_instance_id": "homer_5geog5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:54.992Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/9V7GY/clearwater.py", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:54.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "156d252c-fe78-4dc5-9d61-6de84a68c952"}, {"node_instance_id": "homer_5geog5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:54.992Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:54.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "156d252c-fe78-4dc5-9d61-6de84a68c952"}, {"node_instance_id": "bono_l2dlea", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:54.992Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:54.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a20ca031-227a-489e-aeed-ef3001e4c0b4"}, {"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:54.992Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:54.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "08ba838c-b5cb-4f28-b6c7-60bcdca32186"}, {"node_instance_id": "bono_l2dlea", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:54.992Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:54.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a20ca031-227a-489e-aeed-ef3001e4c0b4"}, {"node_instance_id": "dime_mkbnzw", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:54.992Z", "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-26T10:44:54.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "2938c72e-5296-4477-8712-a3225b834598"}, {"node_instance_id": "dime_mkbnzw", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:54.992Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/BNBWD/clearwater.py", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:54.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "2938c72e-5296-4477-8712-a3225b834598"}, {"node_instance_id": "dime_mkbnzw", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:55.748Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:55.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_mkbnzw", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:56.009Z", "message": "[localhost] run: sudo mv /tmp/tmpdRYEyN /etc/clearwater/local_config", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:56.009Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "2938c72e-5296-4477-8712-a3225b834598"}, {"node_instance_id": "homer_5geog5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:56.009Z", "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-26T10:44:56.009Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "156d252c-fe78-4dc5-9d61-6de84a68c952"}, {"node_instance_id": "homer_5geog5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:56.009Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:56.009Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "156d252c-fe78-4dc5-9d61-6de84a68c952"}, {"node_instance_id": "dime_mkbnzw", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:56.009Z", "message": "The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.8', 'name': u'dime-mkbnzw', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.21'}.", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:56.009Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "2938c72e-5296-4477-8712-a3225b834598"}, {"node_instance_id": "sprout_22q8t4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:56.009Z", "message": "The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.8', 'name': u'sprout-22q8t4', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.17'}.", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:56.009Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "f6d82eaa-ea1c-412b-9948-b84765439e9d"}, {"node_instance_id": "homer_5geog5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:56.009Z", "message": "[localhost] run: sudo mv /tmp/tmp1nxzQM /etc/clearwater/local_config", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:56.009Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "156d252c-fe78-4dc5-9d61-6de84a68c952"}, {"node_instance_id": "dime_mkbnzw", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:56.009Z", "message": "[localhost] run: sudo mv /tmp/tmpOHSPox /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:56.009Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "2938c72e-5296-4477-8712-a3225b834598"}, {"node_instance_id": "sprout_22q8t4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:56.009Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:56.009Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "f6d82eaa-ea1c-412b-9948-b84765439e9d"}, {"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:56.009Z", "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-26T10:44:56.009Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "08ba838c-b5cb-4f28-b6c7-60bcdca32186"}, {"node_instance_id": "sprout_22q8t4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:56.009Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:56.009Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "f6d82eaa-ea1c-412b-9948-b84765439e9d"}, {"node_instance_id": "bono_l2dlea", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:56.009Z", "message": "The config dict: {'public_ip': u'172.30.9.207', 'etcd_ip': u'192.168.120.8', 'name': u'bono-l2dlea', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.9'}.", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:56.009Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a20ca031-227a-489e-aeed-ef3001e4c0b4"}, {"node_instance_id": "dime_mkbnzw", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:56.009Z", "message": "[localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:56.009Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "2938c72e-5296-4477-8712-a3225b834598"}, {"node_instance_id": "sprout_22q8t4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:56.009Z", "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-26T10:44:56.009Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "f6d82eaa-ea1c-412b-9948-b84765439e9d"}, {"node_instance_id": "ellis_xf14gm", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:56.009Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:56.009Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "72412ab2-b55d-4b1d-97f6-6a81d5c714f5"}, {"node_instance_id": "bono_l2dlea", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:56.009Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:56.009Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a20ca031-227a-489e-aeed-ef3001e4c0b4"}, {"node_instance_id": "sprout_22q8t4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:56.009Z", "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-26T10:44:56.009Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "f6d82eaa-ea1c-412b-9948-b84765439e9d"}, {"node_instance_id": "ellis_xf14gm", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:56.009Z", "message": "The config dict: {'public_ip': u'172.30.9.210', 'etcd_ip': u'192.168.120.8', 'name': u'ellis-xf14gm', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.5'}.", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:56.009Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "72412ab2-b55d-4b1d-97f6-6a81d5c714f5"}, {"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:56.009Z", "message": "The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.8', 'name': u'vellum-gteini', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.16'}.", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:56.009Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "08ba838c-b5cb-4f28-b6c7-60bcdca32186"}, {"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:56.009Z", "message": "[localhost] run: sudo mv /tmp/tmpeLgf1_ /etc/clearwater/local_config", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:56.009Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "08ba838c-b5cb-4f28-b6c7-60bcdca32186"}, {"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:56.009Z", "message": "[localhost] run: sudo mv /tmp/tmpN8xZHA /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:56.009Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "08ba838c-b5cb-4f28-b6c7-60bcdca32186"}, {"node_instance_id": "homer_5geog5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:56.009Z", "message": "The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.8', 'name': u'homer-5geog5', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.7'}.", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:56.009Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "156d252c-fe78-4dc5-9d61-6de84a68c952"}, {"node_instance_id": "sprout_22q8t4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:56.009Z", "message": "[localhost] run: sudo mv /tmp/tmpvmJ5cS /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:56.009Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "f6d82eaa-ea1c-412b-9948-b84765439e9d"}, {"node_instance_id": "dime_mkbnzw", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:56.009Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:56.009Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "2938c72e-5296-4477-8712-a3225b834598"}, {"node_instance_id": "dime_mkbnzw", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:56.009Z", "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-26T10:44:56.009Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "2938c72e-5296-4477-8712-a3225b834598"}, {"node_instance_id": "bono_l2dlea", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:56.009Z", "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-26T10:44:56.009Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a20ca031-227a-489e-aeed-ef3001e4c0b4"}, {"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:56.009Z", "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-26T10:44:56.009Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "08ba838c-b5cb-4f28-b6c7-60bcdca32186"}, {"node_instance_id": "dime_mkbnzw", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:56.009Z", "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-26T10:44:56.009Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "2938c72e-5296-4477-8712-a3225b834598"}, {"node_instance_id": "sprout_22q8t4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:56.009Z", "message": "[localhost] run: sudo mv /tmp/tmpGNiHfn /etc/clearwater/local_config", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:56.009Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "f6d82eaa-ea1c-412b-9948-b84765439e9d"}, {"node_instance_id": "sprout_22q8t4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:56.009Z", "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-26T10:44:56.009Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "f6d82eaa-ea1c-412b-9948-b84765439e9d"}, {"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:56.009Z", "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-26T10:44:56.009Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "08ba838c-b5cb-4f28-b6c7-60bcdca32186"}, {"node_instance_id": "sprout_22q8t4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:56.009Z", "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-26T10:44:56.009Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "f6d82eaa-ea1c-412b-9948-b84765439e9d"}, {"node_instance_id": "homer_5geog5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:56.009Z", "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-26T10:44:56.009Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "156d252c-fe78-4dc5-9d61-6de84a68c952"}, {"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:56.009Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:56.009Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "08ba838c-b5cb-4f28-b6c7-60bcdca32186"}, {"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:56.009Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:56.009Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "08ba838c-b5cb-4f28-b6c7-60bcdca32186"}, {"node_instance_id": "homer_5geog5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:56.009Z", "message": "[localhost] run: sudo mv /tmp/tmpaxo50w /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:56.009Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "156d252c-fe78-4dc5-9d61-6de84a68c952"}], "metadata": {"pagination": {"total": 1585, "offset": 1478, "size": 50}}} 2018-10-26 10:44:59,976 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:44:59,976 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:44:59 GMT 2018-10-26 10:44:59,976 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:44:59,977 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28193 2018-10-26 10:44:59,977 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:44:59,978 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/X0Q6H/clearwater.py 2018-10-26 10:44:59,978 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-26 10:44:59,978 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/O92AA/clearwater.py 2018-10-26 10:44:59,978 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/CGS6G/clearwater.py 2018-10-26 10:44:59,978 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-26 10:44:59,979 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-10-26 10:44:59,979 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-10-26 10:44:59,979 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/9V7GY/clearwater.py 2018-10-26 10:44:59,979 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-10-26 10:44:59,979 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-26 10:44:59,979 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-10-26 10:44:59,980 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-10-26 10:44:59,980 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-26 10:44:59,980 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/BNBWD/clearwater.py 2018-10-26 10:44:59,980 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-26 10:44:59,980 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpdRYEyN /etc/clearwater/local_config 2018-10-26 10:44:59,980 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-10-26 10:44:59,981 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-10-26 10:44:59,981 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.8', 'name': u'dime-mkbnzw', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.21'}. 2018-10-26 10:44:59,981 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.8', 'name': u'sprout-22q8t4', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.17'}. 2018-10-26 10:44:59,981 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp1nxzQM /etc/clearwater/local_config 2018-10-26 10:44:59,981 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpOHSPox /etc/dnsmasq.resolv.conf 2018-10-26 10:44:59,981 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-10-26 10:44:59,982 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-10-26 10:44:59,982 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-10-26 10:44:59,982 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.207', 'etcd_ip': u'192.168.120.8', 'name': u'bono-l2dlea', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.9'}. 2018-10-26 10:44:59,982 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-10-26 10:44:59,982 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-26 10:44:59,982 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-10-26 10:44:59,983 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-10-26 10:44:59,983 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-10-26 10:44:59,983 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.210', 'etcd_ip': u'192.168.120.8', 'name': u'ellis-xf14gm', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.5'}. 2018-10-26 10:44:59,983 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.8', 'name': u'vellum-gteini', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.16'}. 2018-10-26 10:44:59,983 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpeLgf1_ /etc/clearwater/local_config 2018-10-26 10:44:59,983 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpN8xZHA /etc/dnsmasq.resolv.conf 2018-10-26 10:44:59,984 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.8', 'name': u'homer-5geog5', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.7'}. 2018-10-26 10:44:59,984 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpvmJ5cS /etc/dnsmasq.resolv.conf 2018-10-26 10:44:59,984 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-10-26 10:44:59,984 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-10-26 10:44:59,984 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-10-26 10:44:59,984 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-10-26 10:44:59,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-10-26 10:44:59,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpGNiHfn /etc/clearwater/local_config 2018-10-26 10:44:59,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-10-26 10:44:59,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-10-26 10:44:59,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-10-26 10:44:59,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-10-26 10:44:59,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-10-26 10:44:59,986 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-26 10:44:59,986 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpaxo50w /etc/dnsmasq.resolv.conf 2018-10-26 10:44:59,986 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:45:00,174 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:45:00,174 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:45:00,174 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:45:00,174 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:45:00,174 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:45:00,174 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:45:00,175 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:45:00,175 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:45:00,175 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:45:00,175 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:45:00 GMT 2018-10-26 10:45:00,175 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:45:00,175 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:45:00,175 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:45:05,180 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:45:05,269 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:45:05,269 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:45:05,269 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:45:05,269 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:45:05,270 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:45:05,270 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:45:05,270 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:45:05,270 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_mkbnzw", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:56.009Z", "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-26T10:44:56.009Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "2938c72e-5296-4477-8712-a3225b834598"}, {"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:56.009Z", "message": "[localhost] run: sudo mv /tmp/tmpeLgf1_ /etc/clearwater/local_config", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:56.009Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "08ba838c-b5cb-4f28-b6c7-60bcdca32186"}, {"node_instance_id": "vellum_gteini", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:56.549Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:56.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_mkbnzw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:56.549Z", "message": "Configuring node", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:56.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "homer_5geog5", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:56.549Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:56.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "homer_5geog5", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:56.549Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:56.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "homer_5geog5", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:56.549Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:56.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "homer_5geog5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:56.549Z", "message": "Configuring node", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:56.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "sprout_22q8t4", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:56.549Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:56.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "homer_5geog5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:57.068Z", "message": "Downloaded scripts/clearwater/homer/install-homer.sh to /tmp/AIDUT/install-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:57.068Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "32637c08-fb5c-44f4-afdd-fc226a515d08"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:57.558Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:57.558Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_mkbnzw", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:57.558Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:57.558Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "vellum_gteini", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:57.558Z", "message": "Configuring node", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:57.558Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "vellum_gteini", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:57.558Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:57.558Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:57.558Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:57.558Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:57.558Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:57.558Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_mkbnzw", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:57.558Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:57.558Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "vellum_gteini", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:57.558Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:57.558Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:58.033Z", "message": "[vellum] ", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:58.033Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "0774bf49-318f-4493-b129-75adb60e2dab"}, {"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:58.033Z", "message": "Executing: /tmp/TRQWR/install-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:58.033Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "0774bf49-318f-4493-b129-75adb60e2dab"}, {"node_instance_id": "dime_mkbnzw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:58.033Z", "message": "Downloaded scripts/clearwater/dime/install-dime.sh to /tmp/HVU1U/install-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:58.033Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "70f5cd8c-26ec-4d3e-a3fd-c605813a5449"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:58.033Z", "message": "Downloaded scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py to /tmp/1Y6GJ/append_proxy_snmp_conf.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:58.033Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "e1bde368-b2e8-4349-8705-29be38404b78"}, {"node_instance_id": "homer_5geog5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:58.033Z", "message": "[homer] ", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:58.033Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "32637c08-fb5c-44f4-afdd-fc226a515d08"}, {"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:58.033Z", "message": "Downloaded scripts/clearwater/vellum/install-vellum.sh to /tmp/TRQWR/install-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:58.033Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "0774bf49-318f-4493-b129-75adb60e2dab"}, {"node_instance_id": "homer_5geog5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:58.033Z", "message": "[homer] Configure the APT software source", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:58.033Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "32637c08-fb5c-44f4-afdd-fc226a515d08"}, {"node_instance_id": "dime_mkbnzw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:58.033Z", "message": "[dime] repo129", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:58.033Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "70f5cd8c-26ec-4d3e-a3fd-c605813a5449"}, {"node_instance_id": "dime_mkbnzw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:58.033Z", "message": "Executing: /tmp/HVU1U/install-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:58.033Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "70f5cd8c-26ec-4d3e-a3fd-c605813a5449"}, {"node_instance_id": "homer_5geog5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:58.033Z", "message": "[homer] repo129", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:58.033Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "32637c08-fb5c-44f4-afdd-fc226a515d08"}, {"node_instance_id": "homer_5geog5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:58.033Z", "message": "Executing: /tmp/AIDUT/install-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:58.033Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "32637c08-fb5c-44f4-afdd-fc226a515d08"}, {"node_instance_id": "dime_mkbnzw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:58.033Z", "message": "[dime] ", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:58.033Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "70f5cd8c-26ec-4d3e-a3fd-c605813a5449"}, {"node_instance_id": "sprout_22q8t4", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:58.568Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:58.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "sprout_22q8t4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:58.568Z", "message": "Configuring node", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:58.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "sprout_22q8t4", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:58.568Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:58.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:59.057Z", "message": "[vellum] Configure the APT software source", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:59.057Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "0774bf49-318f-4493-b129-75adb60e2dab"}, {"node_instance_id": "dime_mkbnzw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:59.057Z", "message": "[dime] sudo apt", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:59.057Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "70f5cd8c-26ec-4d3e-a3fd-c605813a5449"}, {"node_instance_id": "sprout_22q8t4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:59.057Z", "message": "Executing: /tmp/CHCNG/install-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:59.057Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "2b70d16c-5b24-4baf-a5f1-d60efaeffc16"}, {"node_instance_id": "sprout_22q8t4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:59.057Z", "message": "Downloaded scripts/clearwater/sprout/install-sprout.sh to /tmp/CHCNG/install-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:59.057Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "2b70d16c-5b24-4baf-a5f1-d60efaeffc16"}, {"node_instance_id": "dime_mkbnzw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:59.057Z", "message": "[dime] Configure the APT software source", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:59.057Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "70f5cd8c-26ec-4d3e-a3fd-c605813a5449"}, {"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:59.057Z", "message": "[vellum] sudo apt", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:59.057Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "0774bf49-318f-4493-b129-75adb60e2dab"}, {"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:59.057Z", "message": "[vellum] ", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:59.057Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "0774bf49-318f-4493-b129-75adb60e2dab"}, {"node_instance_id": "sprout_22q8t4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:59.057Z", "message": "[sprout] repo129", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:59.057Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "2b70d16c-5b24-4baf-a5f1-d60efaeffc16"}, {"node_instance_id": "sprout_22q8t4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:59.057Z", "message": "[sprout] ", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:59.057Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "2b70d16c-5b24-4baf-a5f1-d60efaeffc16"}, {"node_instance_id": "homer_5geog5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:44:59.057Z", "message": "[homer] sudo apt", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:44:59.057Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "32637c08-fb5c-44f4-afdd-fc226a515d08"}, {"node_instance_id": "sprout_22q8t4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:45:00.085Z", "message": "[sprout] sudo apt", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:45:00.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "2b70d16c-5b24-4baf-a5f1-d60efaeffc16"}, {"node_instance_id": "sprout_22q8t4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:45:00.085Z", "message": "[sprout] Configure the APT software source", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:45:00.085Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "2b70d16c-5b24-4baf-a5f1-d60efaeffc16"}, {"node_instance_id": "bono_l2dlea", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:45:01.236Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:45:01.236Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_xf14gm", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:45:01.585Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:45:01.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_l2dlea", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:45:01.609Z", "message": "[localhost] run: sudo mv /tmp/tmpTut6LD /etc/clearwater/local_config", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:45:01.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a20ca031-227a-489e-aeed-ef3001e4c0b4"}, {"node_instance_id": "ellis_xf14gm", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:45:01.609Z", "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-26T10:45:01.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "72412ab2-b55d-4b1d-97f6-6a81d5c714f5"}, {"node_instance_id": "bono_l2dlea", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:45:01.609Z", "message": "[localhost] run: sudo mv /tmp/tmpgSRunP /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:45:01.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a20ca031-227a-489e-aeed-ef3001e4c0b4"}], "metadata": {"pagination": {"total": 1613, "offset": 1528, "size": 50}}} 2018-10-26 10:45:05,270 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:45:05,270 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:45:05 GMT 2018-10-26 10:45:05,270 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:45:05,270 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 25690 2018-10-26 10:45:05,270 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:45:05,271 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-10-26 10:45:05,272 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpeLgf1_ /etc/clearwater/local_config 2018-10-26 10:45:05,272 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-26 10:45:05,272 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-26 10:45:05,272 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-26 10:45:05,272 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-26 10:45:05,273 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-26 10:45:05,273 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-26 10:45:05,273 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-26 10:45:05,273 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/homer/install-homer.sh to /tmp/AIDUT/install-homer.sh 2018-10-26 10:45:05,273 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-26 10:45:05,273 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-26 10:45:05,274 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-26 10:45:05,274 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-26 10:45:05,274 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-26 10:45:05,274 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-26 10:45:05,274 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-26 10:45:05,274 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-26 10:45:05,275 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] 2018-10-26 10:45:05,275 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/TRQWR/install-vellum.sh 2018-10-26 10:45:05,275 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/dime/install-dime.sh to /tmp/HVU1U/install-dime.sh 2018-10-26 10:45:05,275 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py to /tmp/1Y6GJ/append_proxy_snmp_conf.py 2018-10-26 10:45:05,275 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] 2018-10-26 10:45:05,275 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/vellum/install-vellum.sh to /tmp/TRQWR/install-vellum.sh 2018-10-26 10:45:05,276 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] Configure the APT software source 2018-10-26 10:45:05,276 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] repo129 2018-10-26 10:45:05,276 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/HVU1U/install-dime.sh 2018-10-26 10:45:05,276 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] repo129 2018-10-26 10:45:05,276 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/AIDUT/install-homer.sh 2018-10-26 10:45:05,276 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] 2018-10-26 10:45:05,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-26 10:45:05,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-26 10:45:05,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-26 10:45:05,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Configure the APT software source 2018-10-26 10:45:05,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo apt 2018-10-26 10:45:05,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/CHCNG/install-sprout.sh 2018-10-26 10:45:05,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/sprout/install-sprout.sh to /tmp/CHCNG/install-sprout.sh 2018-10-26 10:45:05,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] Configure the APT software source 2018-10-26 10:45:05,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo apt 2018-10-26 10:45:05,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] 2018-10-26 10:45:05,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] repo129 2018-10-26 10:45:05,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] 2018-10-26 10:45:05,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo apt 2018-10-26 10:45:05,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo apt 2018-10-26 10:45:05,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] Configure the APT software source 2018-10-26 10:45:05,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-26 10:45:05,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-26 10:45:05,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpTut6LD /etc/clearwater/local_config 2018-10-26 10:45:05,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-10-26 10:45:05,280 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpgSRunP /etc/dnsmasq.resolv.conf 2018-10-26 10:45:05,280 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:45:05,348 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:45:05,348 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:45:05,348 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:45:05,348 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:45:05,349 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:45:05,349 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:45:05,349 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:45:05,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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:45:05,349 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:45:05,349 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:45:05 GMT 2018-10-26 10:45:05,349 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:45:05,349 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:45:05,349 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:45:10,355 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:45:10,535 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:45:10,535 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:45:10,536 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:45:10,536 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:45:10,536 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:45:10,536 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:45:10,536 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:45:10,536 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_l2dlea", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:45:01.609Z", "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-26T10:45:01.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a20ca031-227a-489e-aeed-ef3001e4c0b4"}, {"node_instance_id": "bono_l2dlea", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:45:01.609Z", "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-26T10:45:01.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a20ca031-227a-489e-aeed-ef3001e4c0b4"}, {"node_instance_id": "ellis_xf14gm", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:45:01.609Z", "message": "[localhost] run: sudo mv /tmp/tmpNgpvp8 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:45:01.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "72412ab2-b55d-4b1d-97f6-6a81d5c714f5"}, {"node_instance_id": "ellis_xf14gm", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:45:01.609Z", "message": "[localhost] run: sudo mv /tmp/tmpZ_7SqH /etc/clearwater/local_config", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:45:01.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "72412ab2-b55d-4b1d-97f6-6a81d5c714f5"}, {"node_instance_id": "bono_l2dlea", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:45:01.609Z", "message": "[localhost] run: sudo mv /tmp/tmpTut6LD /etc/clearwater/local_config", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:45:01.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a20ca031-227a-489e-aeed-ef3001e4c0b4"}, {"node_instance_id": "ellis_xf14gm", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:45:02.594Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:45:02.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_xf14gm", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:45:02.594Z", "message": "Configuring node", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:45:02.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:45:02.594Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:45:02.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_xf14gm", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:45:02.594Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:45:02.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:45:02.594Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:45:02.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:45:02.831Z", "message": "Downloaded scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py to /tmp/V9RIA/append_proxy_snmp_conf.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:45:02.831Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a5ddf727-0e7c-4d27-bc47-bcddb930f235"}, {"node_instance_id": "ellis_xf14gm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:45:03.620Z", "message": "Executing: /tmp/0YQYM/install-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:45:03.620Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "93961804-4577-4c98-9097-e51c67cd3254"}, {"node_instance_id": "ellis_xf14gm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:45:03.620Z", "message": "[ellis] ", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:45:03.620Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "93961804-4577-4c98-9097-e51c67cd3254"}, {"node_instance_id": "ellis_xf14gm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:45:03.620Z", "message": "Downloaded scripts/clearwater/ellis/install-ellis.sh to /tmp/0YQYM/install-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:45:03.620Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "93961804-4577-4c98-9097-e51c67cd3254"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:45:03.717Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:45:03.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_l2dlea", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:45:03.717Z", "message": "Configuring node", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:45:03.717Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_xf14gm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:45:04.864Z", "message": "[ellis] Configure the APT software source", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:45:04.864Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "93961804-4577-4c98-9097-e51c67cd3254"}, {"node_instance_id": "ellis_xf14gm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:45:04.864Z", "message": "[ellis] repo129", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:45:04.864Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "93961804-4577-4c98-9097-e51c67cd3254"}, {"node_instance_id": "ellis_xf14gm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:45:04.864Z", "message": "[ellis] sudo apt", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:45:04.864Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "93961804-4577-4c98-9097-e51c67cd3254"}, {"node_instance_id": "bono_l2dlea", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:45:04.865Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:45:04.865Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_l2dlea", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:45:04.865Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:45:04.865Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_l2dlea", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:45:05.905Z", "message": "Executing: /tmp/EB713/install-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:45:05.905Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3f33b489-d00d-47ca-9077-b39d52137b0b"}, {"node_instance_id": "bono_l2dlea", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:45:05.905Z", "message": "[bono] repo129", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:45:05.905Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3f33b489-d00d-47ca-9077-b39d52137b0b"}, {"node_instance_id": "bono_l2dlea", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:45:05.905Z", "message": "[bono] ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:45:05.905Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3f33b489-d00d-47ca-9077-b39d52137b0b"}, {"node_instance_id": "bono_l2dlea", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:45:05.905Z", "message": "Downloaded scripts/clearwater/bono/install-bono.sh to /tmp/EB713/install-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:45:05.905Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3f33b489-d00d-47ca-9077-b39d52137b0b"}, {"node_instance_id": "bono_l2dlea", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:45:05.905Z", "message": "[bono] Configure the APT software source", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:45:05.905Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3f33b489-d00d-47ca-9077-b39d52137b0b"}, {"node_instance_id": "bono_l2dlea", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:45:07.187Z", "message": "[bono] sudo apt", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:45:07.187Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3f33b489-d00d-47ca-9077-b39d52137b0b"}], "metadata": {"pagination": {"total": 1619, "offset": 1578, "size": 50}}} 2018-10-26 10:45:10,536 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:45:10,537 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:45:10 GMT 2018-10-26 10:45:10,537 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:45:10,537 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 14035 2018-10-26 10:45:10,537 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:45:10,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-10-26 10:45:10,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-10-26 10:45:10,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpNgpvp8 /etc/dnsmasq.resolv.conf 2018-10-26 10:45:10,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpZ_7SqH /etc/clearwater/local_config 2018-10-26 10:45:10,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpTut6LD /etc/clearwater/local_config 2018-10-26 10:45:10,539 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-26 10:45:10,539 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-26 10:45:10,539 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-26 10:45:10,539 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-26 10:45:10,540 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-26 10:45:10,540 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py to /tmp/V9RIA/append_proxy_snmp_conf.py 2018-10-26 10:45:10,540 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/0YQYM/install-ellis.sh 2018-10-26 10:45:10,540 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] 2018-10-26 10:45:10,541 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/ellis/install-ellis.sh to /tmp/0YQYM/install-ellis.sh 2018-10-26 10:45:10,541 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-26 10:45:10,541 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-10-26 10:45:10,541 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] Configure the APT software source 2018-10-26 10:45:10,541 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] repo129 2018-10-26 10:45:10,541 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo apt 2018-10-26 10:45:10,542 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-26 10:45:10,542 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-26 10:45:10,542 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/EB713/install-bono.sh 2018-10-26 10:45:10,542 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] repo129 2018-10-26 10:45:10,542 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] 2018-10-26 10:45:10,542 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/bono/install-bono.sh to /tmp/EB713/install-bono.sh 2018-10-26 10:45:10,542 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] Configure the APT software source 2018-10-26 10:45:10,543 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo apt 2018-10-26 10:45:10,543 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:45:10,795 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:45:10,795 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:45:10,795 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:45:10,795 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:45:10,795 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:45:10,795 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:45:10,796 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:45:10,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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:45:10,796 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:45:10,796 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:45:10 GMT 2018-10-26 10:45:10,796 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:45:10,796 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:45:10,796 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:45:15,802 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:45:16,089 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:45:16,089 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:45:16,089 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:45:16,089 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:45:16,089 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:45:16,089 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:45:16,089 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:45:16,090 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_5geog5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:45:12.354Z", "message": "[homer] => sudo: unable to resolve host server-clearwater-opnfv-homer-host-7hwq87\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 [165 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\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [85.4 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [424 kB]\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [783 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [267 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 [420 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [215 kB]\nGet:14 http://security.ubuntu.com trusty-security/universe Translation-en [143 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,443 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,116 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 [497 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 [555 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 [264 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,191 kB/s)\nReading package lists...\n\nreal\t0m13.602s\nuser\t0m4.742s\nsys\t0m0.326s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:45:12.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "32637c08-fb5c-44f4-afdd-fc226a515d08"}, {"node_instance_id": "sprout_22q8t4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:45:13.217Z", "message": "[sprout] => sudo: unable to resolve host server-clearwater-opnfv-sprout-host-0j626u\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]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:3 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [165 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:7 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [424 kB]\nGet:8 http://security.ubuntu.com trusty-security/universe Sources [85.4 kB]\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [783 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [215 kB]\nGet:12 http://security.ubuntu.com trusty-security/universe amd64 Packages [267 kB]\nGet:13 http://security.ubuntu.com trusty-security/main Translation-en [420 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,443 B]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,116 kB]\nGet:16 http://security.ubuntu.com trusty-security/universe Translation-en [143 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 [497 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 [555 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 [264 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,216 kB/s)\nReading package lists...\n\nreal\t0m13.202s\nuser\t0m4.734s\nsys\t0m0.461s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:45:13.217Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "2b70d16c-5b24-4baf-a5f1-d60efaeffc16"}, {"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:45:13.217Z", "message": "[vellum] Installing vellum packages and other clearwater packages", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:45:13.217Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "0774bf49-318f-4493-b129-75adb60e2dab"}, {"node_instance_id": "homer_5geog5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:45:13.217Z", "message": "[homer] Installing homer packages and other clearwater packages", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:45:13.217Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "32637c08-fb5c-44f4-afdd-fc226a515d08"}, {"node_instance_id": "homer_5geog5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:45:13.217Z", "message": "[homer] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:45:13.217Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "32637c08-fb5c-44f4-afdd-fc226a515d08"}, {"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:45:13.217Z", "message": "[vellum] => sudo: unable to resolve host server-clearwater-opnfv-vellum-host-19cott\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 [165 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\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [85.4 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [424 kB]\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [783 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [267 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 [215 kB]\nGet:13 http://security.ubuntu.com trusty-security/main Translation-en [420 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,443 B]\nGet:15 http://security.ubuntu.com trusty-security/universe Translation-en [143 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,116 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 [497 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 [555 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 [264 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,201 kB/s)\nReading package lists...\n\nreal\t0m13.877s\nuser\t0m4.613s\nsys\t0m0.382s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:45:13.217Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "0774bf49-318f-4493-b129-75adb60e2dab"}, {"node_instance_id": "dime_mkbnzw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:45:14.297Z", "message": "[dime] Installing dime packages and other clearwater packages", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:45:14.297Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "70f5cd8c-26ec-4d3e-a3fd-c605813a5449"}, {"node_instance_id": "dime_mkbnzw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:45:14.297Z", "message": "[dime] => sudo: unable to resolve host server-clearwater-opnfv-dime-host-ytakkd\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 [165 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 [85.4 kB]\nGet:8 http://security.ubuntu.com trusty-security/main amd64 Packages [783 kB]\nGet:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [267 kB]\nGet:10 http://security.ubuntu.com trusty-security/main Translation-en [420 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:11 http://security.ubuntu.com trusty-security/universe Translation-en [143 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\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 [424 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 [215 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,443 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,116 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 [497 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 [555 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 [264 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\t0m14.790s\nuser\t0m4.590s\nsys\t0m0.316s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:45:14.297Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "70f5cd8c-26ec-4d3e-a3fd-c605813a5449"}, {"node_instance_id": "dime_mkbnzw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:45:14.297Z", "message": "[dime] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:45:14.297Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "70f5cd8c-26ec-4d3e-a3fd-c605813a5449"}, {"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:45:14.297Z", "message": "[vellum] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:45:14.297Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "0774bf49-318f-4493-b129-75adb60e2dab"}, {"node_instance_id": "sprout_22q8t4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:45:14.297Z", "message": "[sprout] Installing ralf packages and other clearwater packages", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:45:14.297Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "2b70d16c-5b24-4baf-a5f1-d60efaeffc16"}, {"node_instance_id": "sprout_22q8t4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:45:14.297Z", "message": "[sprout] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:45:14.297Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "2b70d16c-5b24-4baf-a5f1-d60efaeffc16"}], "metadata": {"pagination": {"total": 1631, "offset": 1605, "size": 50}}} 2018-10-26 10:45:16,090 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:45:16,090 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:45:16 GMT 2018-10-26 10:45:16,090 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:45:16,090 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 25409 2018-10-26 10:45:16,090 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:45:16,091 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => sudo: unable to resolve host server-clearwater-opnfv-homer-host-7hwq87 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 [165 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 Get:7 http://security.ubuntu.com trusty-security/universe Sources [85.4 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [424 kB] Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [783 kB] Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [267 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 [420 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [215 kB] Get:14 http://security.ubuntu.com trusty-security/universe Translation-en [143 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,443 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,116 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 [497 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 [555 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 [264 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,191 kB/s) Reading package lists... real 0m13.602s user 0m4.742s sys 0m0.326s 2018-10-26 10:45:16,092 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => sudo: unable to resolve host server-clearwater-opnfv-sprout-host-0j626u 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] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:3 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [165 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Ign http://repo.cw-ngv.com binary/ Translation-en_US Ign http://repo.cw-ngv.com binary/ Translation-en Get:7 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [424 kB] Get:8 http://security.ubuntu.com trusty-security/universe Sources [85.4 kB] Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [783 kB] Get:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [215 kB] Get:12 http://security.ubuntu.com trusty-security/universe amd64 Packages [267 kB] Get:13 http://security.ubuntu.com trusty-security/main Translation-en [420 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,443 B] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,116 kB] Get:16 http://security.ubuntu.com trusty-security/universe Translation-en [143 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 [497 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 [555 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 [264 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,216 kB/s) Reading package lists... real 0m13.202s user 0m4.734s sys 0m0.461s 2018-10-26 10:45:16,092 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Installing vellum packages and other clearwater packages 2018-10-26 10:45:16,092 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] Installing homer packages and other clearwater packages 2018-10-26 10:45:16,092 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo DEBIAN_FRONTEND=noninteractive apt 2018-10-26 10:45:16,092 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => sudo: unable to resolve host server-clearwater-opnfv-vellum-host-19cott 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 [165 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 Get:7 http://security.ubuntu.com trusty-security/universe Sources [85.4 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [424 kB] Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [783 kB] Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [267 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 [215 kB] Get:13 http://security.ubuntu.com trusty-security/main Translation-en [420 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,443 B] Get:15 http://security.ubuntu.com trusty-security/universe Translation-en [143 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,116 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 [497 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 [555 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 [264 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,201 kB/s) Reading package lists... real 0m13.877s user 0m4.613s sys 0m0.382s 2018-10-26 10:45:16,093 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] Installing dime packages and other clearwater packages 2018-10-26 10:45:16,093 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => sudo: unable to resolve host server-clearwater-opnfv-dime-host-ytakkd 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 [165 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 [85.4 kB] Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [783 kB] Get:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [267 kB] Get:10 http://security.ubuntu.com trusty-security/main Translation-en [420 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:11 http://security.ubuntu.com trusty-security/universe Translation-en [143 kB] Ign http://repo.cw-ngv.com binary/ Translation-en_US 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 [424 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 [215 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,443 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,116 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 [497 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 [555 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 [264 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 0m14.790s user 0m4.590s sys 0m0.316s 2018-10-26 10:45:16,093 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo DEBIAN_FRONTEND=noninteractive apt 2018-10-26 10:45:16,093 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo DEBIAN_FRONTEND=noninteractive apt 2018-10-26 10:45:16,093 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] Installing ralf packages and other clearwater packages 2018-10-26 10:45:16,093 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo DEBIAN_FRONTEND=noninteractive apt 2018-10-26 10:45:16,094 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:45:16,156 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:45:16,157 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:45:16,157 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:45:16,157 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:45:16,157 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:45:16,157 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:45:16,157 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:45:16,157 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:45:16,157 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:45:16,158 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:45:16 GMT 2018-10-26 10:45:16,158 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:45:16,158 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:45:16,158 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:45:21,163 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:45:21,710 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:45:21,710 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:45:21,710 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:45:21,711 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:45:21,711 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:45:21,711 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:45:21,711 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:45:21,711 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_xf14gm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:45:17.309Z", "message": "[ellis] => sudo: unable to resolve host server-clearwater-opnfv-ellis-host-gh9gv2\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]\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://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [165 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [85.4 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [424 kB]\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [783 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B]\nGet:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [267 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [215 kB]\nGet:13 http://security.ubuntu.com trusty-security/main Translation-en [420 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,443 B]\nGet:15 http://security.ubuntu.com trusty-security/universe Translation-en [143 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,116 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 [497 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 [555 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 [264 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,209 kB/s)\nReading package lists...\n\nreal\t0m12.406s\nuser\t0m4.687s\nsys\t0m0.403s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:45:17.309Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "93961804-4577-4c98-9097-e51c67cd3254"}, {"node_instance_id": "ellis_xf14gm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:45:19.323Z", "message": "[ellis] Installing ellis packages and other clearwater packages", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:45:19.323Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "93961804-4577-4c98-9097-e51c67cd3254"}, {"node_instance_id": "ellis_xf14gm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:45:19.323Z", "message": "[ellis] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:45:19.323Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "93961804-4577-4c98-9097-e51c67cd3254"}, {"node_instance_id": "bono_l2dlea", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:45:20.347Z", "message": "[bono] Installing bono packages and other clearwater packages", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:45:20.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3f33b489-d00d-47ca-9077-b39d52137b0b"}, {"node_instance_id": "bono_l2dlea", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:45:20.347Z", "message": "[bono] => sudo: unable to resolve host server-clearwater-opnfv-bono-host-hww0qd\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]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [165 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nGet:7 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [424 kB]\nGet:8 http://security.ubuntu.com trusty-security/universe Sources [85.4 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [783 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B]\nGet:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [267 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [215 kB]\nGet:13 http://security.ubuntu.com trusty-security/main Translation-en [420 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,443 B]\nGet:15 http://security.ubuntu.com trusty-security/universe Translation-en [143 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,116 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 [497 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 [555 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 [264 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,221 kB/s)\nReading package lists...\n\nreal\t0m13.369s\nuser\t0m4.587s\nsys\t0m0.368s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:45:20.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3f33b489-d00d-47ca-9077-b39d52137b0b"}, {"node_instance_id": "bono_l2dlea", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:45:20.347Z", "message": "[bono] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:45:20.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3f33b489-d00d-47ca-9077-b39d52137b0b"}], "metadata": {"pagination": {"total": 1637, "offset": 1617, "size": 50}}} 2018-10-26 10:45:21,711 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:45:21,711 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:45:21 GMT 2018-10-26 10:45:21,711 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:45:21,712 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 12731 2018-10-26 10:45:21,712 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:45:21,712 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => sudo: unable to resolve host server-clearwater-opnfv-ellis-host-gh9gv2 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] 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://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [165 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Ign http://repo.cw-ngv.com binary/ Translation-en_US Ign http://repo.cw-ngv.com binary/ Translation-en Get:7 http://security.ubuntu.com trusty-security/universe Sources [85.4 kB] Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [424 kB] Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [783 kB] Get:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Get:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [267 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [215 kB] Get:13 http://security.ubuntu.com trusty-security/main Translation-en [420 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,443 B] Get:15 http://security.ubuntu.com trusty-security/universe Translation-en [143 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,116 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 [497 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 [555 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 [264 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,209 kB/s) Reading package lists... real 0m12.406s user 0m4.687s sys 0m0.403s 2018-10-26 10:45:21,712 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] Installing ellis packages and other clearwater packages 2018-10-26 10:45:21,713 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo DEBIAN_FRONTEND=noninteractive apt 2018-10-26 10:45:21,713 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] Installing bono packages and other clearwater packages 2018-10-26 10:45:21,713 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => sudo: unable to resolve host server-clearwater-opnfv-bono-host-hww0qd 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] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [165 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Ign http://repo.cw-ngv.com binary/ Translation-en_US Get:7 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [424 kB] Get:8 http://security.ubuntu.com trusty-security/universe Sources [85.4 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [783 kB] Get:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Get:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [267 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [215 kB] Get:13 http://security.ubuntu.com trusty-security/main Translation-en [420 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,443 B] Get:15 http://security.ubuntu.com trusty-security/universe Translation-en [143 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,116 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 [497 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 [555 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 [264 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,221 kB/s) Reading package lists... real 0m13.369s user 0m4.587s sys 0m0.368s 2018-10-26 10:45:21,713 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo DEBIAN_FRONTEND=noninteractive apt 2018-10-26 10:45:21,713 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:45:21,781 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:45:21,781 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:45:21,782 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:45:21,782 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:45:21,782 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:45:21,782 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:45:21,782 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:45:21,782 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:45:21,782 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:45:21,782 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:45:21 GMT 2018-10-26 10:45:21,782 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:45:21,782 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:45:21,783 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:45:26,788 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:45:27,251 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:45:27,251 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:45:27,252 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:45:27,252 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:45:27,252 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:45:27,252 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:45:27,252 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:45:27,252 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1637, "offset": 1623, "size": 50}}} 2018-10-26 10:45:27,252 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:45:27,252 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:45:27 GMT 2018-10-26 10:45:27,252 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:45:27,252 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-26 10:45:27,253 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:45:27,253 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:45:27,349 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:45:27,350 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:45:27,350 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:45:27,350 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:45:27,350 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:45:27,350 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:45:27,350 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:45:27,350 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:45:27,351 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:45:27,351 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:45:27 GMT 2018-10-26 10:45:27,351 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:45:27,351 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:45:27,351 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:45:32,356 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:45:32,941 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:45:32,941 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:45:32,941 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:45:32,941 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:45:32,941 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:45:32,941 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:45:32,941 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:45:32,942 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1637, "offset": 1623, "size": 50}}} 2018-10-26 10:45:32,942 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:45:32,942 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:45:32 GMT 2018-10-26 10:45:32,942 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:45:32,942 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-26 10:45:32,942 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:45:32,942 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:45:33,026 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:45:33,026 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:45:33,026 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:45:33,026 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:45:33,026 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:45:33,026 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:45:33,027 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:45:33,027 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:45:33,027 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:45:33,027 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:45:33 GMT 2018-10-26 10:45:33,027 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:45:33,027 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:45:33,027 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:45:38,032 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:45:38,171 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:45:38,171 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:45:38,171 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:45:38,171 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:45:38,171 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:45:38,171 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:45:38,172 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:45:38,172 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1637, "offset": 1623, "size": 50}}} 2018-10-26 10:45:38,172 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:45:38,172 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:45:38 GMT 2018-10-26 10:45:38,172 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:45:38,172 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-26 10:45:38,172 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:45:38,172 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:45:38,534 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:45:38,534 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:45:38,534 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:45:38,534 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:45:38,534 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:45:38,535 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:45:38,535 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:45:38,535 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:45:38,535 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:45:38,535 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:45:38 GMT 2018-10-26 10:45:38,535 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:45:38,535 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:45:38,535 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:45:43,541 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:45:43,625 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:45:43,625 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:45:43,626 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:45:43,626 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:45:43,626 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:45:43,626 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:45:43,626 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:45:43,626 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1637, "offset": 1623, "size": 50}}} 2018-10-26 10:45:43,626 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:45:43,626 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:45:43 GMT 2018-10-26 10:45:43,626 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:45:43,627 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-26 10:45:43,627 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:45:43,627 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:45:43,904 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:45:43,905 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:45:43,905 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:45:43,905 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:45:43,905 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:45:43,905 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:45:43,905 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:45:43,905 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:45:43,905 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:45:43,906 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:45:43 GMT 2018-10-26 10:45:43,906 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:45:43,906 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:45:43,906 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:45:48,911 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:45:49,030 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:45:49,030 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:45:49,030 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:45:49,030 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:45:49,030 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:45:49,030 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:45:49,031 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:45:49,031 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1637, "offset": 1623, "size": 50}}} 2018-10-26 10:45:49,031 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:45:49,031 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:45:49 GMT 2018-10-26 10:45:49,031 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:45:49,031 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-26 10:45:49,031 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:45:49,031 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:45:49,194 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:45:49,194 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:45:49,194 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:45:49,195 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:45:49,195 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:45:49,195 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:45:49,195 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:45:49,195 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:45:49,195 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:45:49,195 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:45:49 GMT 2018-10-26 10:45:49,195 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:45:49,195 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:45:49,195 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:45:54,201 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:45:54,286 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:45:54,286 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:45:54,286 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:45:54,286 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:45:54,286 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:45:54,286 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:45:54,287 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:45:54,287 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1637, "offset": 1623, "size": 50}}} 2018-10-26 10:45:54,287 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:45:54,287 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:45:54 GMT 2018-10-26 10:45:54,287 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:45:54,287 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-26 10:45:54,287 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:45:54,287 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:45:54,426 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:45:54,426 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:45:54,426 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:45:54,427 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:45:54,427 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:45:54,427 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:45:54,427 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:45:54,427 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:45:54,427 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:45:54,427 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:45:54 GMT 2018-10-26 10:45:54,427 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:45:54,427 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:45:54,427 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:45:59,433 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:45:59,557 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:45:59,557 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:45:59,557 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:45:59,557 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:45:59,557 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:45:59,558 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:45:59,558 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:45:59,558 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1637, "offset": 1623, "size": 50}}} 2018-10-26 10:45:59,558 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:45:59,558 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:45:59 GMT 2018-10-26 10:45:59,558 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:45:59,558 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-26 10:45:59,558 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:45:59,559 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:45:59,746 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:45:59,746 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:45:59,746 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:45:59,746 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:45:59,746 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:45:59,747 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:45:59,747 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:45:59,747 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:45:59,747 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:45:59,747 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:45:59 GMT 2018-10-26 10:45:59,747 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:45:59,747 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:45:59,747 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:46:04,753 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:46:04,840 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:46:04,841 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:46:04,841 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:46:04,841 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:46:04,841 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:46:04,841 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:46:04,841 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:46:04,841 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1637, "offset": 1623, "size": 50}}} 2018-10-26 10:46:04,841 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:46:04,842 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:46:04 GMT 2018-10-26 10:46:04,842 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:46:04,842 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-26 10:46:04,842 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:46:04,842 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:46:05,302 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:46:05,302 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:46:05,302 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:46:05,302 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:46:05,302 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:46:05,302 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:46:05,302 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:46:05,302 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:46:05,303 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:46:05,303 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:46:05 GMT 2018-10-26 10:46:05,303 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:46:05,303 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:46:05,303 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:46:10,308 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:46:10,386 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:46:10,386 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:46:10,386 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:46:10,386 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:46:10,386 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:46:10,387 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:46:10,387 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:46:10,387 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1637, "offset": 1623, "size": 50}}} 2018-10-26 10:46:10,387 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:46:10,387 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:46:10 GMT 2018-10-26 10:46:10,387 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:46:10,387 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-26 10:46:10,387 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:46:10,388 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:46:10,677 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:46:10,678 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:46:10,678 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:46:10,678 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:46:10,678 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:46:10,678 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:46:10,678 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:46:10,678 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:46:10,678 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:46:10,679 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:46:10 GMT 2018-10-26 10:46:10,679 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:46:10,679 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:46:10,679 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:46:15,684 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:46:16,074 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:46:16,074 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:46:16,074 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:46:16,074 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:46:16,074 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:46:16,074 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:46:16,074 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:46:16,074 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1637, "offset": 1623, "size": 50}}} 2018-10-26 10:46:16,075 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:46:16,075 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:46:16 GMT 2018-10-26 10:46:16,075 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:46:16,075 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-26 10:46:16,075 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:46:16,075 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:46:16,150 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:46:16,150 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:46:16,150 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:46:16,150 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:46:16,151 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:46:16,151 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:46:16,151 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:46:16,151 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:46:16,151 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:46:16,151 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:46:16 GMT 2018-10-26 10:46:16,151 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:46:16,151 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:46:16,151 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:46:21,157 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:46:21,473 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:46:21,473 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:46:21,474 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:46:21,474 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:46:21,474 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:46:21,474 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:46:21,474 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:46:21,474 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1637, "offset": 1623, "size": 50}}} 2018-10-26 10:46:21,474 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:46:21,474 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:46:21 GMT 2018-10-26 10:46:21,475 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:46:21,475 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-26 10:46:21,475 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:46:21,475 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:46:21,559 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:46:21,560 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:46:21,560 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:46:21,560 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:46:21,560 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:46:21,560 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:46:21,560 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:46:21,560 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:46:21,561 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:46:21,561 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:46:21 GMT 2018-10-26 10:46:21,561 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:46:21,561 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:46:21,561 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:46:26,566 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:46:27,306 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:46:27,306 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:46:27,307 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:46:27,307 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:46:27,307 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:46:27,307 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:46:27,307 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:46:27,307 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1637, "offset": 1623, "size": 50}}} 2018-10-26 10:46:27,307 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:46:27,307 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:46:27 GMT 2018-10-26 10:46:27,307 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:46:27,308 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-26 10:46:27,308 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:46:27,308 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:46:27,451 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:46:27,451 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:46:27,452 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:46:27,452 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:46:27,452 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:46:27,452 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:46:27,452 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:46:27,452 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:46:27,452 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:46:27,452 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:46:27 GMT 2018-10-26 10:46:27,453 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:46:27,453 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:46:27,453 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:46:32,458 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:46:32,935 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:46:32,935 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:46:32,936 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:46:32,936 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:46:32,936 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:46:32,936 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:46:32,936 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:46:32,936 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1637, "offset": 1623, "size": 50}}} 2018-10-26 10:46:32,936 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:46:32,936 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:46:32 GMT 2018-10-26 10:46:32,936 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:46:32,937 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-26 10:46:32,937 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:46:32,937 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:46:33,048 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:46:33,049 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:46:33,049 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:46:33,049 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:46:33,049 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:46:33,049 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:46:33,049 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:46:33,049 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:46:33,049 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:46:33,050 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:46:33 GMT 2018-10-26 10:46:33,050 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:46:33,050 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:46:33,050 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:46:38,055 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:46:38,132 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:46:38,133 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:46:38,133 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:46:38,133 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:46:38,133 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:46:38,133 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:46:38,133 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:46:38,133 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1637, "offset": 1623, "size": 50}}} 2018-10-26 10:46:38,133 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:46:38,133 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:46:38 GMT 2018-10-26 10:46:38,133 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:46:38,134 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-26 10:46:38,134 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:46:38,134 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:46:38,341 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:46:38,341 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:46:38,341 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:46:38,341 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:46:38,341 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:46:38,341 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:46:38,341 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:46:38,341 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:46:38,342 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:46:38,342 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:46:38 GMT 2018-10-26 10:46:38,342 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:46:38,342 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:46:38,342 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:46:43,347 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:46:43,521 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:46:43,521 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:46:43,521 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:46:43,521 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:46:43,522 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:46:43,522 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:46:43,522 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:46:43,522 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1637, "offset": 1623, "size": 50}}} 2018-10-26 10:46:43,522 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:46:43,522 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:46:43 GMT 2018-10-26 10:46:43,522 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:46:43,522 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-26 10:46:43,522 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:46:43,523 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:46:43,625 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:46:43,625 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:46:43,625 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:46:43,625 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:46:43,625 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:46:43,625 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:46:43,625 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:46:43,626 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:46:43,626 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:46:43,626 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:46:43 GMT 2018-10-26 10:46:43,626 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:46:43,626 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:46:43,626 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:46:48,631 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:46:48,826 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:46:48,826 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:46:48,826 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:46:48,826 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:46:48,827 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:46:48,827 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:46:48,827 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:46:48,827 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1637, "offset": 1623, "size": 50}}} 2018-10-26 10:46:48,827 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:46:48,827 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:46:48 GMT 2018-10-26 10:46:48,827 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:46:48,827 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-26 10:46:48,827 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:46:48,828 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:46:48,902 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:46:48,902 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:46:48,902 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:46:48,902 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:46:48,902 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:46:48,902 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:46:48,902 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:46:48,902 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:46:48,903 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:46:48,903 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:46:48 GMT 2018-10-26 10:46:48,903 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:46:48,903 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:46:48,903 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:46:53,908 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:46:54,138 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:46:54,139 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:46:54,139 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:46:54,139 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:46:54,139 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:46:54,139 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:46:54,139 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:46:54,139 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1637, "offset": 1623, "size": 50}}} 2018-10-26 10:46:54,139 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:46:54,139 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:46:54 GMT 2018-10-26 10:46:54,140 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:46:54,140 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-26 10:46:54,140 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:46:54,140 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:46:54,229 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:46:54,229 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:46:54,229 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:46:54,229 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:46:54,230 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:46:54,230 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:46:54,230 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:46:54,230 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:46:54,230 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:46:54,230 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:46:54 GMT 2018-10-26 10:46:54,230 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:46:54,230 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:46:54,230 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:46:59,233 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:46:59,483 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:46:59,483 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:46:59,483 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:46:59,483 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:46:59,484 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:46:59,484 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:46:59,484 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:46:59,484 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1637, "offset": 1623, "size": 50}}} 2018-10-26 10:46:59,484 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:46:59,484 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:46:59 GMT 2018-10-26 10:46:59,484 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:46:59,484 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-26 10:46:59,484 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:46:59,485 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:46:59,572 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:46:59,572 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:46:59,572 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:46:59,572 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:46:59,572 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:46:59,572 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:46:59,572 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:46:59,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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:46:59,573 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:46:59,573 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:46:59 GMT 2018-10-26 10:46:59,573 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:46:59,573 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:46:59,573 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:47:04,578 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:47:04,739 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:47:04,740 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:47:04,740 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:47:04,740 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:47:04,740 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:47:04,740 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:47:04,740 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:47:04,740 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1637, "offset": 1623, "size": 50}}} 2018-10-26 10:47:04,740 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:47:04,740 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:47:04 GMT 2018-10-26 10:47:04,740 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:47:04,741 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-26 10:47:04,741 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:47:04,741 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:47:04,811 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:47:04,811 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:47:04,812 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:47:04,812 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:47:04,812 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:47:04,812 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:47:04,812 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:47:04,812 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:47:04,812 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:47:04,812 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:47:04 GMT 2018-10-26 10:47:04,812 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:47:04,812 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:47:04,813 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:47:09,818 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:47:10,138 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:47:10,138 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:47:10,138 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:47:10,138 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:47:10,138 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:47:10,139 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:47:10,139 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:47:10,139 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1637, "offset": 1623, "size": 50}}} 2018-10-26 10:47:10,139 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:47:10,139 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:47:10 GMT 2018-10-26 10:47:10,139 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:47:10,139 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-26 10:47:10,139 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:47:10,140 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:47:10,221 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:47:10,221 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:47:10,221 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:47:10,221 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:47:10,221 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:47:10,222 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:47:10,222 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:47:10,222 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:47:10,222 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:47:10,222 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:47:10 GMT 2018-10-26 10:47:10,222 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:47:10,222 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:47:10,222 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:47:15,228 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:47:15,417 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:47:15,417 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:47:15,417 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:47:15,417 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:47:15,417 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:47:15,417 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:47:15,417 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:47:15,418 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1637, "offset": 1623, "size": 50}}} 2018-10-26 10:47:15,418 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:47:15,418 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:47:15 GMT 2018-10-26 10:47:15,418 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:47:15,418 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-26 10:47:15,418 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:47:15,418 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:47:15,507 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:47:15,507 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:47:15,508 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:47:15,508 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:47:15,508 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:47:15,508 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:47:15,508 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:47:15,508 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:47:15,508 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:47:15,508 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:47:15 GMT 2018-10-26 10:47:15,508 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:47:15,509 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:47:15,509 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:47:20,514 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:47:20,799 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:47:20,799 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:47:20,799 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:47:20,799 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:47:20,799 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:47:20,799 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:47:20,799 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:47:20,799 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1637, "offset": 1623, "size": 50}}} 2018-10-26 10:47:20,800 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:47:20,800 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:47:20 GMT 2018-10-26 10:47:20,800 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:47:20,800 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-26 10:47:20,800 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:47:20,800 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:47:20,891 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:47:20,891 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:47:20,891 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:47:20,891 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:47:20,891 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:47:20,892 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:47:20,892 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:47:20,892 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:47:20,892 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:47:20,892 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:47:20 GMT 2018-10-26 10:47:20,892 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:47:20,892 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:47:20,892 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:47:25,898 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:47:25,992 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:47:25,992 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:47:25,992 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:47:25,992 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:47:25,992 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:47:25,993 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:47:25,993 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:47:25,993 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1637, "offset": 1623, "size": 50}}} 2018-10-26 10:47:25,993 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:47:25,993 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:47:25 GMT 2018-10-26 10:47:25,993 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:47:25,993 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-26 10:47:25,993 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:47:25,994 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:47:26,198 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:47:26,198 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:47:26,198 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:47:26,198 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:47:26,199 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:47:26,199 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:47:26,199 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:47:26,199 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:47:26,199 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:47:26,199 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:47:26 GMT 2018-10-26 10:47:26,199 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:47:26,199 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:47:26,199 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:47:31,205 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:47:31,292 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:47:31,292 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:47:31,292 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:47:31,292 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:47:31,292 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:47:31,293 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:47:31,293 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:47:31,293 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1637, "offset": 1623, "size": 50}}} 2018-10-26 10:47:31,293 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:47:31,293 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:47:31 GMT 2018-10-26 10:47:31,293 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:47:31,293 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-26 10:47:31,293 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:47:31,294 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:47:31,378 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:47:31,378 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:47:31,378 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:47:31,378 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:47:31,378 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:47:31,379 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:47:31,379 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:47:31,379 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:47:31,379 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:47:31,379 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:47:31 GMT 2018-10-26 10:47:31,379 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:47:31,379 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:47:31,379 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:47:36,385 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:47:36,639 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:47:36,640 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:47:36,640 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:47:36,640 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:47:36,640 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:47:36,640 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:47:36,640 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:47:36,640 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1637, "offset": 1623, "size": 50}}} 2018-10-26 10:47:36,640 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:47:36,640 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:47:36 GMT 2018-10-26 10:47:36,641 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:47:36,641 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-26 10:47:36,641 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:47:36,641 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:47:36,995 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:47:36,996 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:47:36,996 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:47:36,996 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:47:36,996 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:47:36,996 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:47:36,996 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:47:36,996 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:47:36,997 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:47:36,997 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:47:36 GMT 2018-10-26 10:47:36,997 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:47:36,997 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:47:36,997 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:47:42,002 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:47:42,073 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:47:42,074 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:47:42,074 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:47:42,074 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:47:42,074 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:47:42,074 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:47:42,074 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:47:42,074 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1637, "offset": 1623, "size": 50}}} 2018-10-26 10:47:42,074 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:47:42,074 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:47:42 GMT 2018-10-26 10:47:42,075 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:47:42,075 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-26 10:47:42,075 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:47:42,075 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:47:42,167 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:47:42,168 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:47:42,168 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:47:42,168 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:47:42,168 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:47:42,168 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:47:42,168 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:47:42,168 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:47:42,168 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:47:42,168 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:47:42 GMT 2018-10-26 10:47:42,169 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:47:42,169 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:47:42,169 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:47:47,174 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:47:47,269 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:47:47,270 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:47:47,270 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:47:47,270 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:47:47,270 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:47:47,270 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:47:47,270 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:47:47,270 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1637, "offset": 1623, "size": 50}}} 2018-10-26 10:47:47,270 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:47:47,270 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:47:47 GMT 2018-10-26 10:47:47,271 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:47:47,271 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-26 10:47:47,271 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:47:47,271 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:47:47,340 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:47:47,340 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:47:47,340 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:47:47,340 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:47:47,341 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:47:47,341 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:47:47,341 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:47:47,341 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:47:47,341 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:47:47,341 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:47:47 GMT 2018-10-26 10:47:47,341 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:47:47,341 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:47:47,341 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:47:52,347 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:47:52,463 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:47:52,463 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:47:52,463 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:47:52,463 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:47:52,463 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:47:52,463 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:47:52,463 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:47:52,464 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_l2dlea", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:47:49.734Z", "message": "[bono] => sudo: unable to resolve host server-clearwater-opnfv-bono-host-hww0qd\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 1 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://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://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://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB]\nGet:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:9 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-libs 1.0-171215.183529 [2,380 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:12 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB]\nGet:13 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB]\nGet:14 http://repo.cw-ngv.com/archive/repo129/ binary/ bono 1.0-171215.183529 [2,167 kB]\nGet:15 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:16 http://repo.cw-ngv.com/archive/repo129/ binary/ restund 1.0-171215.183529 [596 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 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://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-161.211 [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.1 [10.6 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4.1 [63.9 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.4 [228 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.1 [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 13s (3,863 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51321 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-161.211_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-161.211) ...\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.1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1.1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4.1_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4.1) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.4_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.4) ...\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.1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1.1) ...\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-161.211) ...\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.1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4.1) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.4) ...\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.1) ...\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 8662\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 8711\nclearwater-socket-factory-sig start/running, process 8716\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\t2m29.312s\nuser\t0m8.443s\nsys\t0m7.958s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:47:49.734Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3f33b489-d00d-47ca-9077-b39d52137b0b"}, {"node_instance_id": "bono_l2dlea", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:47:50.387Z", "message": "[bono] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:47:50.387Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3f33b489-d00d-47ca-9077-b39d52137b0b"}], "metadata": {"pagination": {"total": 1639, "offset": 1623, "size": 50}}} 2018-10-26 10:47:52,464 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:47:52,464 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:47:52 GMT 2018-10-26 10:47:52,464 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:47:52,464 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 37697 2018-10-26 10:47:52,464 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:47:52,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => sudo: unable to resolve host server-clearwater-opnfv-bono-host-hww0qd 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 1 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://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://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://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB] Get:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:9 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-libs 1.0-171215.183529 [2,380 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:12 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB] Get:13 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:14 http://repo.cw-ngv.com/archive/repo129/ binary/ bono 1.0-171215.183529 [2,167 kB] Get:15 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:16 http://repo.cw-ngv.com/archive/repo129/ binary/ restund 1.0-171215.183529 [596 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 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://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-161.211 [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.1 [10.6 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4.1 [63.9 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.4 [228 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.1 [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 13s (3,863 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51321 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-161.211_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-161.211) ... 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.1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1.1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4.1_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4.1) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.4_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.4) ... 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.1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1.1) ... 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-161.211) ... 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.1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4.1) ... Setting up python-requests-whl (2.2.1-1ubuntu0.4) ... 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.1) ... 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 8662 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 8711 clearwater-socket-factory-sig start/running, process 8716 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 2m29.312s user 0m8.443s sys 0m7.958s 2018-10-26 10:47:52,467 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo DEBIAN_FRONTEND=noninteractive apt 2018-10-26 10:47:52,467 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:47:52,545 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:47:52,546 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:47:52,546 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:47:52,546 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:47:52,546 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:47:52,546 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:47:52,546 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:47:52,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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:47:52,546 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:47:52,546 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:47:52 GMT 2018-10-26 10:47:52,547 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:47:52,547 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:47:52,547 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:47:57,552 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:47:57,776 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:47:57,776 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:47:57,776 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:47:57,776 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:47:57,776 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:47:57,777 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:47:57,777 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:47:57,777 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1639, "offset": 1625, "size": 50}}} 2018-10-26 10:47:57,777 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:47:57,777 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:47:57 GMT 2018-10-26 10:47:57,777 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:47:57,777 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-26 10:47:57,777 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:47:57,778 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:47:57,898 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:47:57,898 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:47:57,898 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:47:57,898 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:47:57,898 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:47:57,899 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:47:57,899 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:47:57,899 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:47:57,899 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:47:57,899 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:47:57 GMT 2018-10-26 10:47:57,899 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:47:57,899 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:47:57,899 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:48:02,900 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:48:03,312 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:48:03,312 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:48:03,312 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:48:03,312 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:48:03,312 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:48:03,312 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:48:03,313 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:48:03,313 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1639, "offset": 1625, "size": 50}}} 2018-10-26 10:48:03,313 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:48:03,313 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:48:03 GMT 2018-10-26 10:48:03,313 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:48:03,313 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-26 10:48:03,313 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:48:03,313 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:48:03,418 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:48:03,418 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:48:03,418 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:48:03,418 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:48:03,418 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:48:03,418 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:48:03,418 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:48:03,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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:48:03,419 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:48:03,419 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:48:03 GMT 2018-10-26 10:48:03,419 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:48:03,419 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:48:03,419 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:48:08,425 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:48:08,796 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:48:08,796 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:48:08,796 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:48:08,797 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:48:08,797 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:48:08,797 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:48:08,797 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:48:08,797 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1639, "offset": 1625, "size": 50}}} 2018-10-26 10:48:08,797 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:48:08,797 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:48:08 GMT 2018-10-26 10:48:08,797 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:48:08,797 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-26 10:48:08,797 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:48:08,798 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:48:08,896 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:48:08,896 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:48:08,896 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:48:08,897 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:48:08,897 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:48:08,897 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:48:08,897 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:48:08,897 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:48:08,897 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:48:08,897 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:48:08 GMT 2018-10-26 10:48:08,897 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:48:08,897 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:48:08,897 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:48:13,899 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:48:14,023 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:48:14,023 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:48:14,024 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:48:14,024 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:48:14,024 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:48:14,024 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:48:14,024 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:48:14,024 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1639, "offset": 1625, "size": 50}}} 2018-10-26 10:48:14,024 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:48:14,024 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:48:14 GMT 2018-10-26 10:48:14,024 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:48:14,024 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-26 10:48:14,025 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:48:14,025 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:48:14,100 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:48:14,100 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:48:14,100 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:48:14,100 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:48:14,100 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:48:14,100 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:48:14,101 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:48:14,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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:48:14,101 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:48:14,101 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:48:14 GMT 2018-10-26 10:48:14,101 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:48:14,101 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:48:14,101 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:48:19,107 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:48:19,641 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:48:19,641 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:48:19,642 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:48:19,642 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:48:19,642 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:48:19,642 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:48:19,642 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:48:19,642 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1639, "offset": 1625, "size": 50}}} 2018-10-26 10:48:19,642 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:48:19,642 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:48:19 GMT 2018-10-26 10:48:19,642 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:48:19,642 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-26 10:48:19,643 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:48:19,643 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:48:19,712 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:48:19,713 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:48:19,713 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:48:19,713 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:48:19,713 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:48:19,713 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:48:19,713 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:48:19,713 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:48:19,713 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:48:19,714 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:48:19 GMT 2018-10-26 10:48:19,714 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:48:19,714 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:48:19,714 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:48:24,715 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:48:24,948 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:48:24,948 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:48:24,949 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:48:24,949 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:48:24,949 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:48:24,949 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:48:24,949 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:48:24,949 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_22q8t4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:48:23.900Z", "message": "[sprout] => sudo: unable to resolve host server-clearwater-opnfv-sprout-host-0j626u\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 1 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://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://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://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB]\nGet:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:10 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:11 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB]\nGet:12 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:14 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB]\nGet:15 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-libs 1.0-171215.183529 [2,380 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB]\nGet:17 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-base 1.0-171215.183529 [2,179 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:19 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-scscf 1.0-171215.183529 [130 kB]\nGet:20 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-icscf 1.0-171215.183529 [82.9 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:22 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-bgcf 1.0-171215.183529 [70.1 kB]\nGet:23 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-mmtel-as 1.0-171215.183529 [49.7 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:25 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout 1.0-171215.183529 [12.4 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6,098 B]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [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-161.211 [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.1 [10.6 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4.1 [63.9 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.4 [228 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.1 [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 16s (3,504 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51321 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-161.211_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-161.211) ...\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.1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1.1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4.1_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4.1) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.4_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.4) ...\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.1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1.1) ...\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-161.211) ...\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.1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4.1) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.4) ...\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.1) ...\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 8941\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 9043\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 9060\nclearwater-socket-factory-sig start/running, process 9065\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\t3m10.162s\nuser\t0m9.464s\nsys\t0m9.176s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:48:23.900Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "2b70d16c-5b24-4baf-a5f1-d60efaeffc16"}, {"node_instance_id": "sprout_22q8t4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:48:24.578Z", "message": "[sprout] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:48:24.578Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "2b70d16c-5b24-4baf-a5f1-d60efaeffc16"}], "metadata": {"pagination": {"total": 1641, "offset": 1625, "size": 50}}} 2018-10-26 10:48:24,950 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:48:24,950 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:48:24 GMT 2018-10-26 10:48:24,950 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:48:24,950 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 46525 2018-10-26 10:48:24,950 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:48:24,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => sudo: unable to resolve host server-clearwater-opnfv-sprout-host-0j626u 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 1 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://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://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://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:10 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:11 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB] Get:12 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:14 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB] Get:15 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-libs 1.0-171215.183529 [2,380 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB] Get:17 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-base 1.0-171215.183529 [2,179 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:19 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-scscf 1.0-171215.183529 [130 kB] Get:20 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-icscf 1.0-171215.183529 [82.9 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:22 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-bgcf 1.0-171215.183529 [70.1 kB] Get:23 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-mmtel-as 1.0-171215.183529 [49.7 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:25 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout 1.0-171215.183529 [12.4 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6,098 B] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [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-161.211 [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.1 [10.6 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4.1 [63.9 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.4 [228 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.1 [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 16s (3,504 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51321 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-161.211_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-161.211) ... 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.1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1.1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4.1_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4.1) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.4_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.4) ... 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.1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1.1) ... 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-161.211) ... 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.1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4.1) ... Setting up python-requests-whl (2.2.1-1ubuntu0.4) ... 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.1) ... 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 8941 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 9043 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 9060 clearwater-socket-factory-sig start/running, process 9065 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 3m10.162s user 0m9.464s sys 0m9.176s 2018-10-26 10:48:24,953 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo DEBIAN_FRONTEND=noninteractive apt 2018-10-26 10:48:24,953 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:48:25,020 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:48:25,020 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:48:25,021 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:48:25,021 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:48:25,021 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:48:25,021 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:48:25,021 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:48:25,021 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:48:25,021 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:48:25,021 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:48:25 GMT 2018-10-26 10:48:25,021 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:48:25,022 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:48:25,022 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:48:30,022 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:48:30,369 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:48:30,369 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:48:30,369 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:48:30,370 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:48:30,370 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:48:30,370 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:48:30,370 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:48:30,370 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_l2dlea", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:48:27.636Z", "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 1 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 8s (4,725 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57610 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.437s\nuser\t0m12.433s\nsys\t0m3.019s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:48:27.636Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3f33b489-d00d-47ca-9077-b39d52137b0b"}, {"node_instance_id": "bono_l2dlea", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:48:28.622Z", "message": "[bono] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:48:28.622Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3f33b489-d00d-47ca-9077-b39d52137b0b"}, {"node_instance_id": "homer_5geog5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:48:29.980Z", "message": "[homer] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:48:29.980Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "32637c08-fb5c-44f4-afdd-fc226a515d08"}, {"node_instance_id": "homer_5geog5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:48:29.980Z", "message": "[homer] => sudo: unable to resolve host server-clearwater-opnfv-homer-host-7hwq87\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 1 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://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-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB]\nGet:9 http://repo.cw-ngv.com/archive/repo129/ binary/ crest 1.0-171213.182937 [14.3 MB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:19 http://repo.cw-ngv.com/archive/repo129/ binary/ homer 1.0-171213.182937 [35.6 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-161.211 [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.1 [10.6 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4.1 [63.9 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.4 [228 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.1 [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 22s (3,923 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51321 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-161.211_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-161.211) ...\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.1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1.1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4.1_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4.1) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.4_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.4) ...\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.1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1.1) ...\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-161.211) ...\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.1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4.1) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.4) ...\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.1) ...\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 9016\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\t3m16.531s\nuser\t0m19.960s\nsys\t0m9.996s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:48:29.980Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "32637c08-fb5c-44f4-afdd-fc226a515d08"}], "metadata": {"pagination": {"total": 1645, "offset": 1627, "size": 50}}} 2018-10-26 10:48:30,370 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:48:30,371 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:48:30 GMT 2018-10-26 10:48:30,371 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:48:30,371 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 66134 2018-10-26 10:48:30,371 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:48:30,373 - 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 1 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 8s (4,725 kB/s) Selecting previously unselected package python-mock. (Reading database ... 57610 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.437s user 0m12.433s sys 0m3.019s 2018-10-26 10:48:30,373 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo DEBIAN_FRONTEND=noninteractive apt 2018-10-26 10:48:30,374 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo DEBIAN_FRONTEND=noninteractive apt 2018-10-26 10:48:30,374 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => sudo: unable to resolve host server-clearwater-opnfv-homer-host-7hwq87 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 1 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://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-diags-monitor 1.0-171215.180814 [25.4 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB] Get:9 http://repo.cw-ngv.com/archive/repo129/ binary/ crest 1.0-171213.182937 [14.3 MB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:19 http://repo.cw-ngv.com/archive/repo129/ binary/ homer 1.0-171213.182937 [35.6 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-161.211 [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.1 [10.6 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4.1 [63.9 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.4 [228 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.1 [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 22s (3,923 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51321 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-161.211_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-161.211) ... 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.1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1.1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4.1_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4.1) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.4_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.4) ... 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.1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1.1) ... 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-161.211) ... 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.1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4.1) ... Setting up python-requests-whl (2.2.1-1ubuntu0.4) ... 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.1) ... 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 9016 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 3m16.531s user 0m19.960s sys 0m9.996s 2018-10-26 10:48:30,375 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:48:30,478 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:48:30,478 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:48:30,479 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:48:30,479 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:48:30,479 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:48:30,479 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:48:30,479 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:48:30,479 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:48:30,479 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:48:30,479 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:48:30 GMT 2018-10-26 10:48:30,479 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:48:30,480 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:48:30,480 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:48:35,481 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:48:35,563 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:48:35,563 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:48:35,564 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:48:35,564 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:48:35,564 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:48:35,564 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:48:35,564 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:48:35,564 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1645, "offset": 1631, "size": 50}}} 2018-10-26 10:48:35,564 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:48:35,564 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:48:35 GMT 2018-10-26 10:48:35,565 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:48:35,565 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-26 10:48:35,565 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:48:35,565 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:48:35,999 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:48:35,999 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:48:35,999 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:48:35,999 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:48:35,999 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:48:35,999 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:48:35,999 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:48:35,999 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:48:36,000 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:48:36,000 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:48:35 GMT 2018-10-26 10:48:36,000 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:48:36,000 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:48:36,000 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:48:41,005 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:48:41,085 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:48:41,085 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:48:41,086 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:48:41,086 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:48:41,086 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:48:41,086 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:48:41,086 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:48:41,086 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_l2dlea", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:48:40.788Z", "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 1 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.62-0ubuntu0.14.04.1 [12.6 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.62-0ubuntu0.14.04.1 [598 kB]\nGet:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-snmpd 1.0-171215.180814 [16.9 kB]\nPreconfiguring packages ...\nFetched 701 kB in 0s (1,168 kB/s)\nSelecting previously unselected package mysql-common.\n(Reading database ... 57833 files and directories currently installed.)\nPreparing to unpack .../mysql-common_5.5.62-0ubuntu0.14.04.1_all.deb ...\nUnpacking mysql-common (5.5.62-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libmysqlclient18:amd64.\nPreparing to unpack .../libmysqlclient18_5.5.62-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking libmysqlclient18:amd64 (5.5.62-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.62-0ubuntu0.14.04.1) ...\nSetting up libmysqlclient18:amd64 (5.5.62-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\t0m12.714s\nuser\t0m0.707s\nsys\t0m0.603s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:48:40.788Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3f33b489-d00d-47ca-9077-b39d52137b0b"}], "metadata": {"pagination": {"total": 1646, "offset": 1631, "size": 50}}} 2018-10-26 10:48:41,086 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:48:41,086 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:48:41 GMT 2018-10-26 10:48:41,086 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:48:41,087 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3016 2018-10-26 10:48:41,087 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:48:41,087 - 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 1 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.62-0ubuntu0.14.04.1 [12.6 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.62-0ubuntu0.14.04.1 [598 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-snmpd 1.0-171215.180814 [16.9 kB] Preconfiguring packages ... Fetched 701 kB in 0s (1,168 kB/s) Selecting previously unselected package mysql-common. (Reading database ... 57833 files and directories currently installed.) Preparing to unpack .../mysql-common_5.5.62-0ubuntu0.14.04.1_all.deb ... Unpacking mysql-common (5.5.62-0ubuntu0.14.04.1) ... Selecting previously unselected package libmysqlclient18:amd64. Preparing to unpack .../libmysqlclient18_5.5.62-0ubuntu0.14.04.1_amd64.deb ... Unpacking libmysqlclient18:amd64 (5.5.62-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.62-0ubuntu0.14.04.1) ... Setting up libmysqlclient18:amd64 (5.5.62-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 0m12.714s user 0m0.707s sys 0m0.603s 2018-10-26 10:48:41,087 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:48:41,433 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:48:41,433 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:48:41,433 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:48:41,433 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:48:41,433 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:48:41,433 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:48:41,433 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:48:41,433 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:48:41,434 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:48:41,434 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:48:41 GMT 2018-10-26 10:48:41,434 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:48:41,434 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:48:41,434 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:48:46,436 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:48:46,615 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:48:46,616 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:48:46,616 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:48:46,616 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:48:46,616 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:48:46,616 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:48:46,616 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:48:46,616 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_l2dlea", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:48:41.998Z", "message": "[bono] The installation packages is done correctly", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:48:41.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3f33b489-d00d-47ca-9077-b39d52137b0b"}, {"node_instance_id": "bono_l2dlea", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:48:41.998Z", "message": "[bono] Configure a new DNS server", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:48:41.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3f33b489-d00d-47ca-9077-b39d52137b0b"}, {"node_instance_id": "bono_l2dlea", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:48:41.998Z", "message": "[bono] sudo service dnsmasq force", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:48:41.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3f33b489-d00d-47ca-9077-b39d52137b0b"}, {"node_instance_id": "bono_l2dlea", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:48:43.643Z", "message": "[bono] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.053s\nuser\t0m0.005s\nsys\t0m0.048s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:48:43.643Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3f33b489-d00d-47ca-9077-b39d52137b0b"}, {"node_instance_id": "bono_l2dlea", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:48:44.036Z", "message": "[bono] sudo ifconfig ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:48:44.036Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3f33b489-d00d-47ca-9077-b39d52137b0b"}, {"node_instance_id": "bono_l2dlea", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:48:45.050Z", "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 9820/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1108/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 8662/monit \ntcp 0 0 192.168.120.9:5058 0.0.0.0:* LISTEN 8995/bono \ntcp 0 0 192.168.120.9:5060 0.0.0.0:* LISTEN 8995/bono \ntcp 0 0 0.0.0.0:5062 0.0.0.0:* LISTEN 8995/bono \ntcp6 0 0 ::1:53 :::* LISTEN 9820/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1108/sshd \nudp 0 0 192.168.120.9:123 0.0.0.0:* 8154/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8154/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8154/ntpd \nudp 0 0 0.0.0.0:42516 0.0.0.0:* 648/dhclient \nudp 0 0 192.168.120.9:5058 0.0.0.0:* 8995/bono \nudp 0 0 192.168.120.9:5060 0.0.0.0:* 8995/bono \nudp 0 0 127.0.0.1:53 0.0.0.0:* 9820/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 648/dhclient \nudp6 0 0 :::7278 :::* 648/dhclient \nudp6 0 0 fe80::f816:3eff:fe4:123 :::* 8154/ntpd \nudp6 0 0 ::1:123 :::* 8154/ntpd \nudp6 0 0 :::123 :::* 8154/ntpd \nudp6 0 0 ::1:53 :::* 9820/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 20782 8727/clearwater_soc /tmp/clearwater_management_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 20201 8728/clearwater_soc /tmp/clearwater_signaling_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 11314 1652/python2.7 /tmp/cloudify-logging-server-b511a.socket\nunix 2 [ ACC ] STREAM LISTENING 12563 1862/python2.7 /tmp/ctx-F7cMX_.socket\nunix 2 [ ACC ] SEQPACKET LISTENING 7261 392/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 1608 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 9364 1128/acpid /var/run/acpid.socket\nunix 2 [ ACC ] STREAM LISTENING 8867 943/dbus-daemon /var/run/dbus/system_bus_socket\n\nreal\t0m0.007s\nuser\t0m0.000s\nsys\t0m0.007s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:48:45.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3f33b489-d00d-47ca-9077-b39d52137b0b"}, {"node_instance_id": "bono_l2dlea", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:48:45.050Z", "message": "[bono] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 10:41 ? 00:00:00 /sbin/init\nroot 2 0 0 10:41 ? 00:00:00 [kthreadd]\nroot 3 2 0 10:41 ? 00:00:00 [ksoftirqd/0]\nroot 5 2 0 10:41 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 10:41 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 10:41 ? 00:00:00 [rcu_sched]\nroot 8 2 0 10:41 ? 00:00:00 [rcuos/0]\nroot 9 2 0 10:41 ? 00:00:00 [rcuos/1]\nroot 10 2 0 10:41 ? 00:00:00 [rcu_bh]\nroot 11 2 0 10:41 ? 00:00:00 [rcuob/0]\nroot 12 2 0 10:41 ? 00:00:00 [rcuob/1]\nroot 13 2 0 10:41 ? 00:00:00 [migration/0]\nroot 14 2 0 10:41 ? 00:00:00 [watchdog/0]\nroot 15 2 0 10:41 ? 00:00:00 [watchdog/1]\nroot 16 2 0 10:41 ? 00:00:00 [migration/1]\nroot 17 2 0 10:41 ? 00:00:00 [ksoftirqd/1]\nroot 19 2 0 10:41 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 10:41 ? 00:00:00 [khelper]\nroot 21 2 0 10:41 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 10:41 ? 00:00:00 [netns]\nroot 23 2 0 10:41 ? 00:00:00 [writeback]\nroot 24 2 0 10:41 ? 00:00:00 [kintegrityd]\nroot 25 2 0 10:41 ? 00:00:00 [bioset]\nroot 26 2 0 10:41 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 10:41 ? 00:00:00 [kblockd]\nroot 28 2 0 10:41 ? 00:00:00 [ata_sff]\nroot 29 2 0 10:41 ? 00:00:00 [khubd]\nroot 30 2 0 10:41 ? 00:00:00 [md]\nroot 31 2 0 10:41 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 10:41 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 10:41 ? 00:00:00 [khungtaskd]\nroot 35 2 0 10:41 ? 00:00:00 [kswapd0]\nroot 36 2 0 10:41 ? 00:00:00 [vmstat]\nroot 37 2 0 10:41 ? 00:00:00 [ksmd]\nroot 38 2 0 10:41 ? 00:00:00 [khugepaged]\nroot 39 2 0 10:41 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 10:41 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 10:41 ? 00:00:00 [crypto]\nroot 53 2 0 10:41 ? 00:00:00 [kthrotld]\nroot 54 2 0 10:41 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 10:41 ? 00:00:00 [vballoon]\nroot 56 2 0 10:41 ? 00:00:00 [kworker/1:1]\nroot 57 2 0 10:41 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 10:41 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 10:41 ? 00:00:00 [deferwq]\nroot 80 2 0 10:41 ? 00:00:00 [charger_manager]\nroot 123 2 0 10:41 ? 00:00:00 [kpsmoused]\nroot 125 2 0 10:41 ? 00:00:00 [kworker/1:2]\nroot 186 2 0 10:41 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 10:41 ? 00:00:00 [ext4-rsv-conver]\nroot 388 1 0 10:41 ? 00:00:00 upstart-udev-bridge --daemon\nroot 392 1 0 10:41 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 434 2 0 10:41 ? 00:00:00 [kworker/u5:1]\nroot 481 1 0 10:41 ? 00:00:00 upstart-socket-bridge --daemon\nroot 648 1 0 10:41 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 820 2 0 10:41 ? 00:00:00 [kauditd]\nroot 936 1 0 10:41 ? 00:00:00 upstart-file-bridge --daemon\nmessage+ 943 1 0 10:41 ? 00:00:00 dbus-daemon --system --fork\nroot 966 1 0 10:41 ? 00:00:00 /lib/systemd/systemd-logind\nsyslog 972 1 0 10:41 ? 00:00:00 rsyslogd\nroot 1053 1 0 10:41 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1056 1 0 10:41 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1061 1 0 10:41 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1063 1 0 10:41 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1065 1 0 10:41 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1108 1 0 10:41 ? 00:00:00 /usr/sbin/sshd -D\nroot 1112 1 0 10:41 ? 00:00:00 cron\ndaemon 1113 1 0 10:41 ? 00:00:00 atd\nroot 1120 1 0 10:41 ? 00:00:00 /usr/sbin/irqbalance\nroot 1128 1 0 10:41 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1203 1 0 10:41 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1213 1 0 10:41 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nroot 1452 2 0 10:41 ? 00:00:00 [kworker/0:2]\nubuntu 1652 1 0 10:41 ? 00:00:00 /home/ubuntu/bono_host_hww0qd/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bono_host_hww0qd --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bono_host_hww0qd --logging-server-logdir=/home/ubuntu/bono_host_hww0qd/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bono_host_hww0qd/work/bono_host_hww0qd%I.log --pidfile=/home/ubuntu/bono_host_hww0qd/work/bono_host_hww0qd.pid\nubuntu 1766 1 0 10:42 ? 00:00:02 python2.7 /home/ubuntu/bono_host_hww0qd/env/bin/diamond --configfile /home/ubuntu/bono_host_hww0qd/work/plugins/diamond/etc/diamond.conf\nubuntu 1838 1652 0 10:44 ? 00:00:00 /home/ubuntu/bono_host_hww0qd/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bono_host_hww0qd --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bono_host_hww0qd --logging-server-logdir=/home/ubuntu/bono_host_hww0qd/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bono_host_hww0qd/work/bono_host_hww0qd%I.log --pidfile=/home/ubuntu/bono_host_hww0qd/work/bono_host_hww0qd.pid\nubuntu 1862 1838 0 10:45 ? 00:00:00 /home/ubuntu/bono_host_hww0qd/env/bin/python2.7 /home/ubuntu/bono_host_hww0qd/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-rMmIg8\nubuntu 1873 1862 0 10:45 ? 00:00:00 /bin/sh -c /tmp/EB713/install-bono.sh\nubuntu 1875 1873 0 10:45 ? 00:00:00 /bin/bash -e /tmp/EB713/install-bono.sh\nroot 1887 2 0 10:45 ? 00:00:00 [kworker/u5:2]\nntp 8154 1 0 10:47 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111\nroot 8662 1 0 10:47 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 8711 1 0 10:47 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh\nroot 8712 8711 0 10:47 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper\nroot 8716 1 0 10:47 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh\nroot 8718 8716 0 10:47 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper\nroot 8725 8718 0 10:47 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 8727 8712 0 10:47 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management\nroot 8728 8725 0 10:47 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nbono 8995 1 0 10:48 ? 00:00:00 /usr/share/clearwater/bin/bono --domain= --localhost=192.168.120.9,bono-l2dlea.clearwater.local --alias=172.30.9.207,bono-l2dlea.clearwater.local, --pcscf=5060,5058 --webrtc-port=5062 --routing-proxy=icscf.,5052,50,600 --sas=0.0.0.0,bono@bono-l2dlea.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 9820 1 0 10:48 ? 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 9883 1875 0 10:48 ? 00:00:00 /bin/bash -e /tmp/EB713/install-bono.sh\nubuntu 9884 9883 0 10:48 ? 00:00:00 /bin/bash -e /tmp/EB713/install-bono.sh\nroot 9885 9884 0 10:48 ? 00:00:00 sudo ps -edf\nroot 9886 9885 0 10:48 ? 00:00:00 ps -edf\n\nreal\t0m0.008s\nuser\t0m0.005s\nsys\t0m0.004s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:48:45.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3f33b489-d00d-47ca-9077-b39d52137b0b"}, {"node_instance_id": "bono_l2dlea", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:48:45.050Z", "message": "[bono] sudo netstat ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:48:45.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3f33b489-d00d-47ca-9077-b39d52137b0b"}, {"node_instance_id": "bono_l2dlea", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:48:45.050Z", "message": "[bono] => eth0 Link encap:Ethernet HWaddr fa:16:3e:4d:97:d9 \n inet addr:192.168.120.9 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe4d:97d9/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:82381 errors:0 dropped:0 overruns:0 frame:0\n TX packets:56258 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:131522194 (131.5 MB) TX bytes:10029395 (10.0 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:3734 (3.7 KB) TX bytes:3734 (3.7 KB)\n\n\nreal\t0m0.005s\nuser\t0m0.003s\nsys\t0m0.001s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:48:45.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3f33b489-d00d-47ca-9077-b39d52137b0b"}, {"node_instance_id": "bono_l2dlea", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:48:45.050Z", "message": "[bono] sudo ps ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:48:45.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3f33b489-d00d-47ca-9077-b39d52137b0b"}, {"node_instance_id": "bono_l2dlea", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:48:46.080Z", "message": "[bono] => /var/log/sysstat/clearwater-sa26\n/var/log/dpkg.log\n/var/log/wtmp\n/var/log/iotop.log\n/var/log/fsck/checkroot\n/var/log/fsck/checkfs\n/var/log/dmesg\n/var/log/btmp\n/var/log/alternatives.log\n/var/log/apt/history.log\n/var/log/apt/term.log\n/var/log/monit.log\n/var/log/bono/bono_err.log\n/var/log/bono/bono_out.log\n/var/log/bono/bono_20181026T100000Z.txt\n/var/log/syslog\n/var/log/landscape/sysinfo.log\n/var/log/cloud-init.log\n/var/log/kern.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/container-detect.log\n/var/log/upstart/rsyslog.log\n/var/log/udev\n/var/log/cloud-init-output.log\n/var/log/lastlog\n/var/log/boot.log\n/var/log/dmesg.0\n/var/log/clearwater-socket-factory.log\n/var/log/auth.log\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n\nreal\t0m0.007s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:48:46.080Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3f33b489-d00d-47ca-9077-b39d52137b0b"}, {"node_instance_id": "bono_l2dlea", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:48:46.080Z", "message": "[bono] sudo find /var/log ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:48:46.080Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3f33b489-d00d-47ca-9077-b39d52137b0b"}, {"node_instance_id": "bono_l2dlea", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:48:46.080Z", "message": "[bono] => 2018:10:26 10:47:45: Namespace: management\n2018:10:26 10:47:45: [management] Starting server\n2018:10:26 10:47:45: [management] Listening for requests\n2018:10:26 10:47:45: Namespace: signaling\n2018:10:26 10:47:45: [signaling] Starting server\n2018:10:26 10:47:45: [signaling] Listening for requests\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:48:46.080Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3f33b489-d00d-47ca-9077-b39d52137b0b"}, {"node_instance_id": "bono_l2dlea", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:48:46.080Z", "message": "[bono] sudo cat /var/log/clearwater", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:48:46.080Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3f33b489-d00d-47ca-9077-b39d52137b0b"}], "metadata": {"pagination": {"total": 1661, "offset": 1632, "size": 50}}} 2018-10-26 10:48:46,617 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:48:46,617 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:48:46 GMT 2018-10-26 10:48:46,617 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:48:46,617 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 21869 2018-10-26 10:48:46,617 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:48:46,618 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] The installation packages is done correctly 2018-10-26 10:48:46,618 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] Configure a new DNS server 2018-10-26 10:48:46,618 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo service dnsmasq force 2018-10-26 10:48:46,618 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.053s user 0m0.005s sys 0m0.048s 2018-10-26 10:48:46,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo ifconfig 2018-10-26 10:48:46,619 - 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 9820/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1108/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 8662/monit tcp 0 0 192.168.120.9:5058 0.0.0.0:* LISTEN 8995/bono tcp 0 0 192.168.120.9:5060 0.0.0.0:* LISTEN 8995/bono tcp 0 0 0.0.0.0:5062 0.0.0.0:* LISTEN 8995/bono tcp6 0 0 ::1:53 :::* LISTEN 9820/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1108/sshd udp 0 0 192.168.120.9:123 0.0.0.0:* 8154/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8154/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8154/ntpd udp 0 0 0.0.0.0:42516 0.0.0.0:* 648/dhclient udp 0 0 192.168.120.9:5058 0.0.0.0:* 8995/bono udp 0 0 192.168.120.9:5060 0.0.0.0:* 8995/bono udp 0 0 127.0.0.1:53 0.0.0.0:* 9820/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 648/dhclient udp6 0 0 :::7278 :::* 648/dhclient udp6 0 0 fe80::f816:3eff:fe4:123 :::* 8154/ntpd udp6 0 0 ::1:123 :::* 8154/ntpd udp6 0 0 :::123 :::* 8154/ntpd udp6 0 0 ::1:53 :::* 9820/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 20782 8727/clearwater_soc /tmp/clearwater_management_namespace_socket unix 2 [ ACC ] STREAM LISTENING 20201 8728/clearwater_soc /tmp/clearwater_signaling_namespace_socket unix 2 [ ACC ] STREAM LISTENING 11314 1652/python2.7 /tmp/cloudify-logging-server-b511a.socket unix 2 [ ACC ] STREAM LISTENING 12563 1862/python2.7 /tmp/ctx-F7cMX_.socket unix 2 [ ACC ] SEQPACKET LISTENING 7261 392/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 1608 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 9364 1128/acpid /var/run/acpid.socket unix 2 [ ACC ] STREAM LISTENING 8867 943/dbus-daemon /var/run/dbus/system_bus_socket real 0m0.007s user 0m0.000s sys 0m0.007s 2018-10-26 10:48:46,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 10:41 ? 00:00:00 /sbin/init root 2 0 0 10:41 ? 00:00:00 [kthreadd] root 3 2 0 10:41 ? 00:00:00 [ksoftirqd/0] root 5 2 0 10:41 ? 00:00:00 [kworker/0:0H] root 6 2 0 10:41 ? 00:00:00 [kworker/u4:0] root 7 2 0 10:41 ? 00:00:00 [rcu_sched] root 8 2 0 10:41 ? 00:00:00 [rcuos/0] root 9 2 0 10:41 ? 00:00:00 [rcuos/1] root 10 2 0 10:41 ? 00:00:00 [rcu_bh] root 11 2 0 10:41 ? 00:00:00 [rcuob/0] root 12 2 0 10:41 ? 00:00:00 [rcuob/1] root 13 2 0 10:41 ? 00:00:00 [migration/0] root 14 2 0 10:41 ? 00:00:00 [watchdog/0] root 15 2 0 10:41 ? 00:00:00 [watchdog/1] root 16 2 0 10:41 ? 00:00:00 [migration/1] root 17 2 0 10:41 ? 00:00:00 [ksoftirqd/1] root 19 2 0 10:41 ? 00:00:00 [kworker/1:0H] root 20 2 0 10:41 ? 00:00:00 [khelper] root 21 2 0 10:41 ? 00:00:00 [kdevtmpfs] root 22 2 0 10:41 ? 00:00:00 [netns] root 23 2 0 10:41 ? 00:00:00 [writeback] root 24 2 0 10:41 ? 00:00:00 [kintegrityd] root 25 2 0 10:41 ? 00:00:00 [bioset] root 26 2 0 10:41 ? 00:00:00 [kworker/u5:0] root 27 2 0 10:41 ? 00:00:00 [kblockd] root 28 2 0 10:41 ? 00:00:00 [ata_sff] root 29 2 0 10:41 ? 00:00:00 [khubd] root 30 2 0 10:41 ? 00:00:00 [md] root 31 2 0 10:41 ? 00:00:00 [devfreq_wq] root 32 2 0 10:41 ? 00:00:00 [kworker/0:1] root 34 2 0 10:41 ? 00:00:00 [khungtaskd] root 35 2 0 10:41 ? 00:00:00 [kswapd0] root 36 2 0 10:41 ? 00:00:00 [vmstat] root 37 2 0 10:41 ? 00:00:00 [ksmd] root 38 2 0 10:41 ? 00:00:00 [khugepaged] root 39 2 0 10:41 ? 00:00:00 [fsnotify_mark] root 40 2 0 10:41 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 10:41 ? 00:00:00 [crypto] root 53 2 0 10:41 ? 00:00:00 [kthrotld] root 54 2 0 10:41 ? 00:00:00 [kworker/u4:1] root 55 2 0 10:41 ? 00:00:00 [vballoon] root 56 2 0 10:41 ? 00:00:00 [kworker/1:1] root 57 2 0 10:41 ? 00:00:00 [scsi_eh_0] root 58 2 0 10:41 ? 00:00:00 [scsi_eh_1] root 79 2 0 10:41 ? 00:00:00 [deferwq] root 80 2 0 10:41 ? 00:00:00 [charger_manager] root 123 2 0 10:41 ? 00:00:00 [kpsmoused] root 125 2 0 10:41 ? 00:00:00 [kworker/1:2] root 186 2 0 10:41 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 10:41 ? 00:00:00 [ext4-rsv-conver] root 388 1 0 10:41 ? 00:00:00 upstart-udev-bridge --daemon root 392 1 0 10:41 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 434 2 0 10:41 ? 00:00:00 [kworker/u5:1] root 481 1 0 10:41 ? 00:00:00 upstart-socket-bridge --daemon root 648 1 0 10:41 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 820 2 0 10:41 ? 00:00:00 [kauditd] root 936 1 0 10:41 ? 00:00:00 upstart-file-bridge --daemon message+ 943 1 0 10:41 ? 00:00:00 dbus-daemon --system --fork root 966 1 0 10:41 ? 00:00:00 /lib/systemd/systemd-logind syslog 972 1 0 10:41 ? 00:00:00 rsyslogd root 1053 1 0 10:41 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1056 1 0 10:41 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1061 1 0 10:41 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1063 1 0 10:41 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1065 1 0 10:41 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1108 1 0 10:41 ? 00:00:00 /usr/sbin/sshd -D root 1112 1 0 10:41 ? 00:00:00 cron daemon 1113 1 0 10:41 ? 00:00:00 atd root 1120 1 0 10:41 ? 00:00:00 /usr/sbin/irqbalance root 1128 1 0 10:41 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1203 1 0 10:41 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1213 1 0 10:41 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 root 1452 2 0 10:41 ? 00:00:00 [kworker/0:2] ubuntu 1652 1 0 10:41 ? 00:00:00 /home/ubuntu/bono_host_hww0qd/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bono_host_hww0qd --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bono_host_hww0qd --logging-server-logdir=/home/ubuntu/bono_host_hww0qd/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bono_host_hww0qd/work/bono_host_hww0qd%I.log --pidfile=/home/ubuntu/bono_host_hww0qd/work/bono_host_hww0qd.pid ubuntu 1766 1 0 10:42 ? 00:00:02 python2.7 /home/ubuntu/bono_host_hww0qd/env/bin/diamond --configfile /home/ubuntu/bono_host_hww0qd/work/plugins/diamond/etc/diamond.conf ubuntu 1838 1652 0 10:44 ? 00:00:00 /home/ubuntu/bono_host_hww0qd/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bono_host_hww0qd --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bono_host_hww0qd --logging-server-logdir=/home/ubuntu/bono_host_hww0qd/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bono_host_hww0qd/work/bono_host_hww0qd%I.log --pidfile=/home/ubuntu/bono_host_hww0qd/work/bono_host_hww0qd.pid ubuntu 1862 1838 0 10:45 ? 00:00:00 /home/ubuntu/bono_host_hww0qd/env/bin/python2.7 /home/ubuntu/bono_host_hww0qd/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-rMmIg8 ubuntu 1873 1862 0 10:45 ? 00:00:00 /bin/sh -c /tmp/EB713/install-bono.sh ubuntu 1875 1873 0 10:45 ? 00:00:00 /bin/bash -e /tmp/EB713/install-bono.sh root 1887 2 0 10:45 ? 00:00:00 [kworker/u5:2] ntp 8154 1 0 10:47 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111 root 8662 1 0 10:47 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 8711 1 0 10:47 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh root 8712 8711 0 10:47 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper root 8716 1 0 10:47 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh root 8718 8716 0 10:47 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper root 8725 8718 0 10:47 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 8727 8712 0 10:47 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management root 8728 8725 0 10:47 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling bono 8995 1 0 10:48 ? 00:00:00 /usr/share/clearwater/bin/bono --domain= --localhost=192.168.120.9,bono-l2dlea.clearwater.local --alias=172.30.9.207,bono-l2dlea.clearwater.local, --pcscf=5060,5058 --webrtc-port=5062 --routing-proxy=icscf.,5052,50,600 --sas=0.0.0.0,bono@bono-l2dlea.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 9820 1 0 10:48 ? 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 9883 1875 0 10:48 ? 00:00:00 /bin/bash -e /tmp/EB713/install-bono.sh ubuntu 9884 9883 0 10:48 ? 00:00:00 /bin/bash -e /tmp/EB713/install-bono.sh root 9885 9884 0 10:48 ? 00:00:00 sudo ps -edf root 9886 9885 0 10:48 ? 00:00:00 ps -edf real 0m0.008s user 0m0.005s sys 0m0.004s 2018-10-26 10:48:46,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo netstat 2018-10-26 10:48:46,619 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => eth0 Link encap:Ethernet HWaddr fa:16:3e:4d:97:d9 inet addr:192.168.120.9 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe4d:97d9/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:82381 errors:0 dropped:0 overruns:0 frame:0 TX packets:56258 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:131522194 (131.5 MB) TX bytes:10029395 (10.0 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:3734 (3.7 KB) TX bytes:3734 (3.7 KB) real 0m0.005s user 0m0.003s sys 0m0.001s 2018-10-26 10:48:46,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo ps 2018-10-26 10:48:46,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => /var/log/sysstat/clearwater-sa26 /var/log/dpkg.log /var/log/wtmp /var/log/iotop.log /var/log/fsck/checkroot /var/log/fsck/checkfs /var/log/dmesg /var/log/btmp /var/log/alternatives.log /var/log/apt/history.log /var/log/apt/term.log /var/log/monit.log /var/log/bono/bono_err.log /var/log/bono/bono_out.log /var/log/bono/bono_20181026T100000Z.txt /var/log/syslog /var/log/landscape/sysinfo.log /var/log/cloud-init.log /var/log/kern.log /var/log/upstart/console-setup.log /var/log/upstart/cryptdisks.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/systemd-logind.log /var/log/upstart/clearwater-monit.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/container-detect.log /var/log/upstart/rsyslog.log /var/log/udev /var/log/cloud-init-output.log /var/log/lastlog /var/log/boot.log /var/log/dmesg.0 /var/log/clearwater-socket-factory.log /var/log/auth.log /var/log/clearwater-etcd/clearwater-etcd-initd.log real 0m0.007s user 0m0.000s sys 0m0.005s 2018-10-26 10:48:46,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo find /var/log 2018-10-26 10:48:46,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => 2018:10:26 10:47:45: Namespace: management 2018:10:26 10:47:45: [management] Starting server 2018:10:26 10:47:45: [management] Listening for requests 2018:10:26 10:47:45: Namespace: signaling 2018:10:26 10:47:45: [signaling] Starting server 2018:10:26 10:47:45: [signaling] Listening for requests real 0m0.005s user 0m0.000s sys 0m0.004s 2018-10-26 10:48:46,620 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo cat /var/log/clearwater 2018-10-26 10:48:46,620 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:48:47,085 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:48:47,085 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:48:47,085 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:48:47,085 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:48:47,086 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:48:47,086 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:48:47,086 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:48:47,086 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:48:47,086 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:48:47,086 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:48:47 GMT 2018-10-26 10:48:47,086 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:48:47,086 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:48:47,086 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:48:52,092 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:48:52,560 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:48:52,561 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:48:52,561 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:48:52,561 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:48:52,561 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:48:52,561 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:48:52,561 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:48:52,561 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_l2dlea", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:48:47.091Z", "message": "[bono] sudo cat /var/log/clearwater", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:48:47.091Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3f33b489-d00d-47ca-9077-b39d52137b0b"}, {"node_instance_id": "bono_l2dlea", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:48:47.091Z", "message": "[bono] sudo cat /var/log/bono/bono_20181026T100000Z.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-26T10:48:47.091Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3f33b489-d00d-47ca-9077-b39d52137b0b"}, {"node_instance_id": "bono_l2dlea", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:48:47.091Z", "message": "[bono] => 2018-10-26 10:48:10.961947717 Stopping etcd clearwater-etcd\n\nreal\t0m0.004s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:48:47.091Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3f33b489-d00d-47ca-9077-b39d52137b0b"}, {"node_instance_id": "bono_l2dlea", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:48:47.494Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:48:47.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "bono_l2dlea", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:48:48.157Z", "message": "[bono] Installation is done", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:48:48.157Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3f33b489-d00d-47ca-9077-b39d52137b0b"}, {"node_instance_id": "bono_l2dlea", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:48:48.157Z", "message": "Execution done (return_code=0): /tmp/EB713/install-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:48:48.157Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3f33b489-d00d-47ca-9077-b39d52137b0b"}, {"node_instance_id": "bono_l2dlea", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:48:48.616Z", "message": "Starting node", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:48:48.616Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:48:48.616Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:48:48.616Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:48:48.960Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:48:48.960Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:48:49.188Z", "message": "Downloaded scripts/bind/bind.py to /tmp/3QFD4/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:48:49.188Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3ff84b9b-ca25-4a6f-8a28-16579ae20b70"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:48:50.263Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:48:50.263Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3ff84b9b-ca25-4a6f-8a28-16579ae20b70"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:48:51.219Z", "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-26T10:48:51.219Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3ff84b9b-ca25-4a6f-8a28-16579ae20b70"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:48:51.219Z", "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-26T10:48:51.219Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3ff84b9b-ca25-4a6f-8a28-16579ae20b70"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:48:51.219Z", "message": "The config dict: {'public_ip': u'172.30.9.209', 'backends': {u'bono': {u'bono_l2dlea': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.9', u'name': u'bono-l2dlea'}}}, 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.8', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:48:51.219Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3ff84b9b-ca25-4a6f-8a28-16579ae20b70"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:48:51.219Z", "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-26T10:48:51.219Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3ff84b9b-ca25-4a6f-8a28-16579ae20b70"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:48:51.219Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:48:51.219Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3ff84b9b-ca25-4a6f-8a28-16579ae20b70"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:48:51.219Z", "message": "[localhost] run: sudo mv /tmp/tmpH180_G /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:48:51.219Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3ff84b9b-ca25-4a6f-8a28-16579ae20b70"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:48:51.219Z", "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-26T10:48:51.219Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3ff84b9b-ca25-4a6f-8a28-16579ae20b70"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:48:51.892Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:48:51.892Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:48:52.354Z", "message": "[localhost] run: sudo mv /tmp/tmpkuRKfC /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:48:52.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3ff84b9b-ca25-4a6f-8a28-16579ae20b70"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:48:52.354Z", "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-26T10:48:52.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3ff84b9b-ca25-4a6f-8a28-16579ae20b70"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:48:52.354Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:48:52.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "3ff84b9b-ca25-4a6f-8a28-16579ae20b70"}], "metadata": {"pagination": {"total": 1686, "offset": 1646, "size": 50}}} 2018-10-26 10:48:52,561 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:48:52,562 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:48:52 GMT 2018-10-26 10:48:52,562 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:48:52,562 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 12217 2018-10-26 10:48:52,562 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:48:52,563 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo cat /var/log/clearwater 2018-10-26 10:48:52,563 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo cat /var/log/bono/bono_20181026T100000Z.txt /var/log/bono/bono_current.txt /var/log/bono/bono_err.log /var/log/bono/bono_out.log 2018-10-26 10:48:52,563 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => 2018-10-26 10:48:10.961947717 Stopping etcd clearwater-etcd real 0m0.004s user 0m0.000s sys 0m0.004s 2018-10-26 10:48:52,563 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-26 10:48:52,563 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] Installation is done 2018-10-26 10:48:52,564 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/EB713/install-bono.sh 2018-10-26 10:48:52,564 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-26 10:48:52,564 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-26 10:48:52,564 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-26 10:48:52,564 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/3QFD4/bind.py 2018-10-26 10:48:52,564 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-10-26 10:48:52,564 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-10-26 10:48:52,565 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-26 10:48:52,565 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.209', 'backends': {u'bono': {u'bono_l2dlea': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.9', u'name': u'bono-l2dlea'}}}, 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.8', u'hss_hostname': u''}. 2018-10-26 10:48:52,565 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-10-26 10:48:52,565 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-10-26 10:48:52,565 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpH180_G /etc/bind/db.clearwater.local 2018-10-26 10:48:52,565 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-10-26 10:48:52,566 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-26 10:48:52,566 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpkuRKfC /etc/bind/db.clearwater.opnfv 2018-10-26 10:48:52,566 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-10-26 10:48:52,566 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-10-26 10:48:52,566 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:48:52,639 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:48:52,640 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:48:52,640 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:48:52,640 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:48:52,640 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:48:52,640 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:48:52,640 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:48:52,640 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:48:52,641 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:48:52,641 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:48:52 GMT 2018-10-26 10:48:52,641 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:48:52,641 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:48:52,641 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:48:57,646 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:48:58,093 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:48:58,093 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:48:58,093 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:48:58,093 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:48:58,093 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:48:58,093 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:48:58,094 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:48:58,094 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:48:52.969Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:48:52.969Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:48:52.969Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:48:52.969Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:48:53.517Z", "message": "Downloaded scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py to /tmp/2CCXG/add-snmpproxy-collector.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:48:53.517Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "1c9fcd1f-c6ad-4d82-a6cf-a9ea9031fadd"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:48:53.517Z", "message": "Downloaded scripts/monitoring/proxy_snmp/snmpproxy.py to /home/ubuntu/proxy_host_8tfvdc/work/plugins/diamond/collectors/SNMPProxyCollector/SNMPProxyCollector.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:48:53.517Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "1c9fcd1f-c6ad-4d82-a6cf-a9ea9031fadd"}], "metadata": {"pagination": {"total": 1690, "offset": 1668, "size": 50}}} 2018-10-26 10:48:58,094 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:48:58,094 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:48:58 GMT 2018-10-26 10:48:58,094 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:48:58,094 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2318 2018-10-26 10:48:58,094 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:48:58,095 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-26 10:48:58,095 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-26 10:48:58,095 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py to /tmp/2CCXG/add-snmpproxy-collector.py 2018-10-26 10:48:58,095 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/snmpproxy.py to /home/ubuntu/proxy_host_8tfvdc/work/plugins/diamond/collectors/SNMPProxyCollector/SNMPProxyCollector.py 2018-10-26 10:48:58,095 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:48:58,182 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:48:58,182 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:48:58,182 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:48:58,182 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:48:58,182 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:48:58,183 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:48:58,183 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:48:58,183 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:48:58,183 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:48:58,183 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:48:58 GMT 2018-10-26 10:48:58,183 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:48:58,183 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:48:58,183 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:49:03,189 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:49:03,559 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:49:03,559 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:49:03,559 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:49:03,559 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:49:03,559 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:49:03,559 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:49:03,559 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:49:03,559 - 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-26T10:48:59.196Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:48:59.196Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_xf14gm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:48:59.605Z", "message": "[ellis] => sudo: unable to resolve host server-clearwater-opnfv-ellis-host-gh9gv2\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 1 not upgraded.\nNeed to get 69.4 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://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 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-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:9 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB]\nGet:10 http://repo.cw-ngv.com/archive/repo129/ binary/ ellis 1.0-171213.182049 [10.4 MB]\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-updates/main mysql-common all 5.5.62-0ubuntu0.14.04.1 [12.6 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.62-0ubuntu0.14.04.1 [598 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.62-0ubuntu0.14.04.1 [707 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-5.5 amd64 5.5.62-0ubuntu0.14.04.1 [1,459 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-core-5.5 amd64 5.5.62-0ubuntu0.14.04.1 [3,754 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-5.5 amd64 5.5.62-0ubuntu0.14.04.1 [1,979 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-161.211 [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.62-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.1 [10.6 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4.1 [63.9 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.4 [228 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.1 [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.4 MB in 17s (4,020 kB/s)\nSelecting previously unselected package libaio1:amd64.\n(Reading database ... 51321 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.62-0ubuntu0.14.04.1_all.deb ...\nUnpacking mysql-common (5.5.62-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libmysqlclient18:amd64.\nPreparing to unpack .../libmysqlclient18_5.5.62-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking libmysqlclient18:amd64 (5.5.62-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.62-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking mysql-client-core-5.5 (5.5.62-0ubuntu0.14.04.1) ...\nSelecting previously unselected package mysql-client-5.5.\nPreparing to unpack .../mysql-client-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking mysql-client-5.5 (5.5.62-0ubuntu0.14.04.1) ...\nSelecting previously unselected package mysql-server-core-5.5.\nPreparing to unpack .../mysql-server-core-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking mysql-server-core-5.5 (5.5.62-0ubuntu0.14.04.1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nSetting up mysql-common (5.5.62-0ubuntu0.14.04.1) ...\nSelecting previously unselected package mysql-server-5.5.\n(Reading database ... 51924 files and directories currently installed.)\nPreparing to unpack .../mysql-server-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking mysql-server-5.5 (5.5.62-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-161.211_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-161.211) ...\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.62-0ubuntu0.14.04.1_all.deb ...\nUnpacking mysql-server (5.5.62-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.1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1.1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4.1_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4.1) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.4_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.4) ...\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.1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1.1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\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.62-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.62-0ubuntu0.14.04.1) ...\nSetting up mysql-client-5.5 (5.5.62-0ubuntu0.14.04.1) ...\nSetting up mysql-server-core-5.5 (5.5.62-0ubuntu0.14.04.1) ...\nSetting up mysql-server-5.5 (5.5.62-0ubuntu0.14.04.1) ...\nmysql start/running, process 9253\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-161.211) ...\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.1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4.1) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.4) ...\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.1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up mysql-server (5.5.62-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 9997\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.624s\nuser\t0m16.583s\nsys\t0m12.667s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:48:59.605Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "93961804-4577-4c98-9097-e51c67cd3254"}, {"node_instance_id": "ellis_xf14gm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:00.559Z", "message": "[ellis] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:00.559Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "93961804-4577-4c98-9097-e51c67cd3254"}], "metadata": {"pagination": {"total": 1693, "offset": 1672, "size": 50}}} 2018-10-26 10:49:03,560 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:49:03,560 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:49:03 GMT 2018-10-26 10:49:03,560 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:49:03,560 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 46947 2018-10-26 10:49:03,560 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:49:03,562 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-26 10:49:03,562 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => sudo: unable to resolve host server-clearwater-opnfv-ellis-host-gh9gv2 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 1 not upgraded. Need to get 69.4 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://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 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-diags-monitor 1.0-171215.180814 [25.4 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:9 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB] Get:10 http://repo.cw-ngv.com/archive/repo129/ binary/ ellis 1.0-171213.182049 [10.4 MB] 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-updates/main mysql-common all 5.5.62-0ubuntu0.14.04.1 [12.6 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.62-0ubuntu0.14.04.1 [598 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.62-0ubuntu0.14.04.1 [707 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-5.5 amd64 5.5.62-0ubuntu0.14.04.1 [1,459 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-core-5.5 amd64 5.5.62-0ubuntu0.14.04.1 [3,754 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-5.5 amd64 5.5.62-0ubuntu0.14.04.1 [1,979 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-161.211 [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.62-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.1 [10.6 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4.1 [63.9 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.4 [228 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.1 [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.4 MB in 17s (4,020 kB/s) Selecting previously unselected package libaio1:amd64. (Reading database ... 51321 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.62-0ubuntu0.14.04.1_all.deb ... Unpacking mysql-common (5.5.62-0ubuntu0.14.04.1) ... Selecting previously unselected package libmysqlclient18:amd64. Preparing to unpack .../libmysqlclient18_5.5.62-0ubuntu0.14.04.1_amd64.deb ... Unpacking libmysqlclient18:amd64 (5.5.62-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.62-0ubuntu0.14.04.1_amd64.deb ... Unpacking mysql-client-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... Selecting previously unselected package mysql-client-5.5. Preparing to unpack .../mysql-client-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ... Unpacking mysql-client-5.5 (5.5.62-0ubuntu0.14.04.1) ... Selecting previously unselected package mysql-server-core-5.5. Preparing to unpack .../mysql-server-core-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ... Unpacking mysql-server-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Setting up mysql-common (5.5.62-0ubuntu0.14.04.1) ... Selecting previously unselected package mysql-server-5.5. (Reading database ... 51924 files and directories currently installed.) Preparing to unpack .../mysql-server-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ... Unpacking mysql-server-5.5 (5.5.62-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-161.211_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-161.211) ... 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.62-0ubuntu0.14.04.1_all.deb ... Unpacking mysql-server (5.5.62-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.1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1.1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4.1_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4.1) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.4_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.4) ... 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.1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1.1) ... Processing triggers for ureadahead (0.100.0-16) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... 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.62-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.62-0ubuntu0.14.04.1) ... Setting up mysql-client-5.5 (5.5.62-0ubuntu0.14.04.1) ... Setting up mysql-server-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... Setting up mysql-server-5.5 (5.5.62-0ubuntu0.14.04.1) ... mysql start/running, process 9253 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-161.211) ... 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.1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4.1) ... Setting up python-requests-whl (2.2.1-1ubuntu0.4) ... 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.1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up mysql-server (5.5.62-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 9997 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.624s user 0m16.583s sys 0m12.667s 2018-10-26 10:49:03,563 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo DEBIAN_FRONTEND=noninteractive apt 2018-10-26 10:49:03,564 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:49:03,704 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:49:03,704 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:49:03,704 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:49:03,704 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:49:03,704 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:49:03,704 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:49:03,705 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:49:03,705 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:49:03,705 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:49:03,705 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:49:03 GMT 2018-10-26 10:49:03,705 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:49:03,705 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:49:03,705 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:49:08,711 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:49:09,260 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:49:09,261 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:49:09,261 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:49:09,261 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:49:09,261 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:49:09,261 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:49:09,261 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:49:09,261 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_5geog5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:05.170Z", "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 1 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 ... 58174 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\t0m35.270s\nuser\t0m12.377s\nsys\t0m2.638s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:05.170Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "32637c08-fb5c-44f4-afdd-fc226a515d08"}, {"node_instance_id": "homer_5geog5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:05.752Z", "message": "[homer] The installation packages is done correctly", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:05.752Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "32637c08-fb5c-44f4-afdd-fc226a515d08"}, {"node_instance_id": "homer_5geog5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:05.752Z", "message": "[homer Use the DNS server", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:05.752Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "32637c08-fb5c-44f4-afdd-fc226a515d08"}, {"node_instance_id": "dime_mkbnzw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:06.781Z", "message": "[dime] => sudo: unable to resolve host server-clearwater-opnfv-dime-host-ytakkd\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 1 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://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://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB]\nGet:9 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 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/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:12 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB]\nGet:13 http://repo.cw-ngv.com/archive/repo129/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB]\nGet:14 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-snmpd 1.0-171215.180814 [16.9 kB]\nGet:15 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:17 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB]\nGet:18 http://repo.cw-ngv.com/archive/repo129/ binary/ crest 1.0-171213.182937 [14.3 MB]\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://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/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB]\nGet:33 http://repo.cw-ngv.com/archive/repo129/ binary/ ralf-libs 1.0-171215.175140 [657 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:35 http://repo.cw-ngv.com/archive/repo129/ binary/ ralf 1.0-171215.175140 [327 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:37 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead-libs 1.0-171215.122632 [1,155 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:39 http://repo.cw-ngv.com/archive/repo129/ binary/ python-netsnmp 5.7.2~dfsg-clearwater2 [19.6 kB]\nGet:40 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead 1.0-171215.122632 [450 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.62-0ubuntu0.14.04.1 [12.6 kB]\nGet:42 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead-prov 1.0-171213.182937 [44.6 kB]\nGet:43 http://repo.cw-ngv.com/archive/repo129/ binary/ dime 1.0-171215.180814 [12.5 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.62-0ubuntu0.14.04.1 [598 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-161.211 [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.1 [10.6 kB]\nGet:111 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4.1 [63.9 kB]\nGet:112 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.4 [228 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.1 [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 18s (5,088 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51321 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.62-0ubuntu0.14.04.1_all.deb ...\nUnpacking mysql-common (5.5.62-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libmysqlclient18:amd64.\nPreparing to unpack .../libmysqlclient18_5.5.62-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking libmysqlclient18:amd64 (5.5.62-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-161.211_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-161.211) ...\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.1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1.1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4.1_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4.1) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.4_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.4) ...\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.1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1.1) ...\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.62-0ubuntu0.14.04.1) ...\nSetting up libmysqlclient18:amd64 (5.5.62-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-161.211) ...\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.1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4.1) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.4) ...\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.1) ...\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 9394\nclearwater-socket-factory-sig start/running, process 9399\nSetting up clearwater-monit (5.18-171207.172716) ...\nclearwater-monit start/running, process 9448\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.\nreload: Job is not running: clearwater-monit\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\t3m52.256s\nuser\t0m21.286s\nsys\t0m11.351s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:06.781Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "70f5cd8c-26ec-4d3e-a3fd-c605813a5449"}, {"node_instance_id": "dime_mkbnzw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:06.781Z", "message": "[dime] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:06.781Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "70f5cd8c-26ec-4d3e-a3fd-c605813a5449"}, {"node_instance_id": "homer_5geog5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:06.781Z", "message": "[homer] sudo service dnsmasq force", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:06.781Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "32637c08-fb5c-44f4-afdd-fc226a515d08"}, {"node_instance_id": "homer_5geog5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:08.025Z", "message": "[homer] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.054s\nuser\t0m0.009s\nsys\t0m0.045s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:08.025Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "32637c08-fb5c-44f4-afdd-fc226a515d08"}], "metadata": {"pagination": {"total": 1700, "offset": 1675, "size": 50}}} 2018-10-26 10:49:09,262 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:49:09,262 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:49:09 GMT 2018-10-26 10:49:09,262 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:49:09,262 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 77428 2018-10-26 10:49:09,262 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:49:09,265 - 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 1 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 ... 58174 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 0m35.270s user 0m12.377s sys 0m2.638s 2018-10-26 10:49:09,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] The installation packages is done correctly 2018-10-26 10:49:09,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer Use the DNS server 2018-10-26 10:49:09,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => sudo: unable to resolve host server-clearwater-opnfv-dime-host-ytakkd 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 1 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://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://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:9 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 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/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:12 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB] Get:13 http://repo.cw-ngv.com/archive/repo129/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB] Get:14 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-snmpd 1.0-171215.180814 [16.9 kB] Get:15 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:17 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB] Get:18 http://repo.cw-ngv.com/archive/repo129/ binary/ crest 1.0-171213.182937 [14.3 MB] 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://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/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB] Get:33 http://repo.cw-ngv.com/archive/repo129/ binary/ ralf-libs 1.0-171215.175140 [657 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:35 http://repo.cw-ngv.com/archive/repo129/ binary/ ralf 1.0-171215.175140 [327 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:37 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead-libs 1.0-171215.122632 [1,155 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:39 http://repo.cw-ngv.com/archive/repo129/ binary/ python-netsnmp 5.7.2~dfsg-clearwater2 [19.6 kB] Get:40 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead 1.0-171215.122632 [450 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.62-0ubuntu0.14.04.1 [12.6 kB] Get:42 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead-prov 1.0-171213.182937 [44.6 kB] Get:43 http://repo.cw-ngv.com/archive/repo129/ binary/ dime 1.0-171215.180814 [12.5 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.62-0ubuntu0.14.04.1 [598 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-161.211 [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.1 [10.6 kB] Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4.1 [63.9 kB] Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.4 [228 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.1 [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 18s (5,088 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51321 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.62-0ubuntu0.14.04.1_all.deb ... Unpacking mysql-common (5.5.62-0ubuntu0.14.04.1) ... Selecting previously unselected package libmysqlclient18:amd64. Preparing to unpack .../libmysqlclient18_5.5.62-0ubuntu0.14.04.1_amd64.deb ... Unpacking libmysqlclient18:amd64 (5.5.62-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-161.211_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-161.211) ... 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.1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1.1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4.1_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4.1) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.4_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.4) ... 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.1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1.1) ... 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.62-0ubuntu0.14.04.1) ... Setting up libmysqlclient18:amd64 (5.5.62-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-161.211) ... 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.1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4.1) ... Setting up python-requests-whl (2.2.1-1ubuntu0.4) ... 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.1) ... 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 9394 clearwater-socket-factory-sig start/running, process 9399 Setting up clearwater-monit (5.18-171207.172716) ... clearwater-monit start/running, process 9448 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. reload: Job is not running: clearwater-monit ...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 3m52.256s user 0m21.286s sys 0m11.351s 2018-10-26 10:49:09,267 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo DEBIAN_FRONTEND=noninteractive apt 2018-10-26 10:49:09,267 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo service dnsmasq force 2018-10-26 10:49:09,267 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.054s user 0m0.009s sys 0m0.045s 2018-10-26 10:49:09,268 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:49:09,374 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:49:09,374 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:49:09,374 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:49:09,375 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:49:09,375 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:49:09,375 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:49:09,375 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:49:09,375 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:49:09,375 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:49:09,375 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:49:09 GMT 2018-10-26 10:49:09,375 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:49:09,375 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:49:09,375 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:49:14,381 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:49:14,877 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:49:14,877 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:49:14,878 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:49:14,878 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:49:14,878 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:49:14,878 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:49:14,878 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:49:14,878 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_5geog5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:08.800Z", "message": "[homer] => eth0 Link encap:Ethernet HWaddr fa:16:3e:12:dc:d1 \n inet addr:192.168.120.7 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe12:dcd1/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:103563 errors:0 dropped:0 overruns:0 frame:0\n TX packets:62055 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:166199319 (166.1 MB) TX bytes:10901222 (10.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: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.005s\nuser\t0m0.001s\nsys\t0m0.004s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:08.800Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "32637c08-fb5c-44f4-afdd-fc226a515d08"}, {"node_instance_id": "homer_5geog5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:08.800Z", "message": "[homer] sudo ifconfig ", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:08.800Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "32637c08-fb5c-44f4-afdd-fc226a515d08"}, {"node_instance_id": "homer_5geog5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:08.800Z", "message": "[homer] sudo ps ", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:08.800Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "32637c08-fb5c-44f4-afdd-fc226a515d08"}, {"node_instance_id": "homer_5geog5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:10.286Z", "message": "[homer] sudo netstat ", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:10.286Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "32637c08-fb5c-44f4-afdd-fc226a515d08"}, {"node_instance_id": "homer_5geog5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:10.286Z", "message": "[homer] sudo cat /var/log/clearwater", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:10.286Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "32637c08-fb5c-44f4-afdd-fc226a515d08"}, {"node_instance_id": "homer_5geog5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:10.286Z", "message": "[homer] => /var/log\n/var/log/sysstat\n/var/log/sysstat/sa26\n/var/log/sysstat/clearwater-sa26\n/var/log/dpkg.log\n/var/log/wtmp\n/var/log/iotop.log\n/var/log/fsck\n/var/log/fsck/checkroot\n/var/log/fsck/checkfs\n/var/log/dmesg\n/var/log/btmp\n/var/log/alternatives.log\n/var/log/clearwater-config-manager\n/var/log/apt\n/var/log/apt/history.log\n/var/log/apt/term.log\n/var/log/monit.log\n/var/log/clearwater-diags-monitor.log\n/var/log/dist-upgrade\n/var/log/syslog\n/var/log/landscape\n/var/log/landscape/sysinfo.log\n/var/log/cloud-init.log\n/var/log/clearwater-cluster-manager\n/var/log/nginx\n/var/log/nginx/error.log\n/var/log/nginx/access.log\n/var/log/kern.log\n/var/log/upstart\n/var/log/upstart/console-setup.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/container-detect.log\n/var/log/upstart/rsyslog.log\n/var/log/ntpstats\n/var/log/udev\n/var/log/clearwater-queue-manager\n/var/log/cloud-init-output.log\n/var/log/lastlog\n/var/log/boot.log\n/var/log/dmesg.0\n/var/log/auth.log\n/var/log/clearwater-etcd\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/unattended-upgrades\n\nreal\t0m0.006s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:10.286Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "32637c08-fb5c-44f4-afdd-fc226a515d08"}, {"node_instance_id": "homer_5geog5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:10.286Z", "message": "[homer] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 10:41 ? 00:00:00 /sbin/init\nroot 2 0 0 10:41 ? 00:00:00 [kthreadd]\nroot 3 2 0 10:41 ? 00:00:00 [ksoftirqd/0]\nroot 5 2 0 10:41 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 10:41 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 10:41 ? 00:00:00 [rcu_sched]\nroot 8 2 0 10:41 ? 00:00:00 [rcuos/0]\nroot 9 2 0 10:41 ? 00:00:00 [rcuos/1]\nroot 10 2 0 10:41 ? 00:00:00 [rcu_bh]\nroot 11 2 0 10:41 ? 00:00:00 [rcuob/0]\nroot 12 2 0 10:41 ? 00:00:00 [rcuob/1]\nroot 13 2 0 10:41 ? 00:00:00 [migration/0]\nroot 14 2 0 10:41 ? 00:00:00 [watchdog/0]\nroot 15 2 0 10:41 ? 00:00:00 [watchdog/1]\nroot 16 2 0 10:41 ? 00:00:00 [migration/1]\nroot 17 2 0 10:41 ? 00:00:00 [ksoftirqd/1]\nroot 18 2 0 10:41 ? 00:00:00 [kworker/1:0]\nroot 19 2 0 10:41 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 10:41 ? 00:00:00 [khelper]\nroot 21 2 0 10:41 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 10:41 ? 00:00:00 [netns]\nroot 23 2 0 10:41 ? 00:00:00 [writeback]\nroot 24 2 0 10:41 ? 00:00:00 [kintegrityd]\nroot 25 2 0 10:41 ? 00:00:00 [bioset]\nroot 27 2 0 10:41 ? 00:00:00 [kblockd]\nroot 28 2 0 10:41 ? 00:00:00 [ata_sff]\nroot 29 2 0 10:41 ? 00:00:00 [khubd]\nroot 30 2 0 10:41 ? 00:00:00 [md]\nroot 31 2 0 10:41 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 10:41 ? 00:00:00 [kworker/1:1]\nroot 34 2 0 10:41 ? 00:00:00 [khungtaskd]\nroot 35 2 0 10:41 ? 00:00:00 [kswapd0]\nroot 36 2 0 10:41 ? 00:00:00 [vmstat]\nroot 37 2 0 10:41 ? 00:00:00 [ksmd]\nroot 38 2 0 10:41 ? 00:00:00 [khugepaged]\nroot 39 2 0 10:41 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 10:41 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 10:41 ? 00:00:00 [crypto]\nroot 53 2 0 10:41 ? 00:00:00 [kthrotld]\nroot 54 2 0 10:41 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 10:41 ? 00:00:00 [vballoon]\nroot 56 2 0 10:41 ? 00:00:00 [scsi_eh_0]\nroot 57 2 0 10:41 ? 00:00:00 [scsi_eh_1]\nroot 59 2 0 10:41 ? 00:00:00 [kworker/0:1]\nroot 79 2 0 10:41 ? 00:00:00 [deferwq]\nroot 80 2 0 10:41 ? 00:00:00 [charger_manager]\nroot 124 2 0 10:41 ? 00:00:00 [kpsmoused]\nroot 146 2 0 10:41 ? 00:00:00 [kworker/0:2]\nroot 186 2 0 10:41 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 10:41 ? 00:00:00 [ext4-rsv-conver]\nroot 387 1 0 10:41 ? 00:00:00 upstart-udev-bridge --daemon\nroot 391 1 0 10:41 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 430 2 0 10:41 ? 00:00:00 [kworker/u5:1]\nroot 431 2 0 10:41 ? 00:00:00 [kworker/u5:2]\nroot 536 1 0 10:41 ? 00:00:00 upstart-socket-bridge --daemon\nroot 607 1 0 10:41 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 819 2 0 10:41 ? 00:00:00 [kauditd]\nroot 931 1 0 10:41 ? 00:00:00 upstart-file-bridge --daemon\nroot 1027 1 0 10:41 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1030 1 0 10:41 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1034 1 0 10:41 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1035 1 0 10:41 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1037 1 0 10:41 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1083 1 0 10:41 ? 00:00:00 /usr/sbin/sshd -D\nroot 1084 1 0 10:41 ? 00:00:00 cron\ndaemon 1085 1 0 10:41 ? 00:00:00 atd\nroot 1092 1 0 10:41 ? 00:00:00 /usr/sbin/irqbalance\nroot 1095 1 0 10:41 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nsyslog 1147 1 0 10:41 ? 00:00:00 rsyslogd\nmessage+ 1158 1 0 10:41 ? 00:00:00 dbus-daemon --system --fork\nroot 1168 1 0 10:41 ? 00:00:00 /lib/systemd/systemd-logind\nroot 1191 1 0 10:41 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1200 1 0 10:41 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nubuntu 1650 1 0 10:42 ? 00:00:00 /home/ubuntu/homer_host_7hwq87/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q homer_host_7hwq87 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@homer_host_7hwq87 --logging-server-logdir=/home/ubuntu/homer_host_7hwq87/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/homer_host_7hwq87/work/homer_host_7hwq87%I.log --pidfile=/home/ubuntu/homer_host_7hwq87/work/homer_host_7hwq87.pid\nubuntu 1764 1 0 10:42 ? 00:00:02 python2.7 /home/ubuntu/homer_host_7hwq87/env/bin/diamond --configfile /home/ubuntu/homer_host_7hwq87/work/plugins/diamond/etc/diamond.conf\nubuntu 1832 1650 0 10:44 ? 00:00:00 /home/ubuntu/homer_host_7hwq87/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q homer_host_7hwq87 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@homer_host_7hwq87 --logging-server-logdir=/home/ubuntu/homer_host_7hwq87/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/homer_host_7hwq87/work/homer_host_7hwq87%I.log --pidfile=/home/ubuntu/homer_host_7hwq87/work/homer_host_7hwq87.pid\nubuntu 1854 1832 0 10:44 ? 00:00:00 /home/ubuntu/homer_host_7hwq87/env/bin/python2.7 /home/ubuntu/homer_host_7hwq87/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-GtfkfX\nubuntu 1865 1854 0 10:44 ? 00:00:00 /bin/sh -c /tmp/AIDUT/install-homer.sh\nubuntu 1867 1865 0 10:44 ? 00:00:00 /bin/bash -e /tmp/AIDUT/install-homer.sh\nroot 2712 2 0 10:46 ? 00:00:00 [kworker/u5:0]\nntp 8501 1 0 10:47 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111\nroot 9016 1 0 10:48 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 9110 1 0 10:48 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor\nroot 9114 9110 0 10:48 ? 00:00:00 inotifywait -e create -qq .\nroot 9188 1 0 10:48 ? 00:00:00 nginx: master process /usr/sbin/nginx\nwww-data 9189 9188 0 10:48 ? 00:00:00 nginx: worker process\nwww-data 9190 9188 0 10:48 ? 00:00:00 nginx: worker process\nwww-data 9191 9188 0 10:48 ? 00:00:00 nginx: worker process\nwww-data 9192 9188 0 10:48 ? 00:00:00 nginx: worker process\nroot 9729 9016 0 10:49 ? 00:00:00 [nginx_ping] \nroot 9731 9016 0 10:49 ? 00:00:00 [check-nginx-upt] \nroot 9735 9016 0 10:49 ? 00:00:00 [check-monit-upt] \ndnsmasq 9839 1 0 10:49 ? 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 9902 1867 0 10:49 ? 00:00:00 /bin/bash -e /tmp/AIDUT/install-homer.sh\nubuntu 9903 9902 0 10:49 ? 00:00:00 /bin/bash -e /tmp/AIDUT/install-homer.sh\nroot 9904 9903 0 10:49 ? 00:00:00 sudo ps -edf\nroot 9905 9904 0 10:49 ? 00:00:00 ps -edf\n\nreal\t0m0.008s\nuser\t0m0.002s\nsys\t0m0.006s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:10.286Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "32637c08-fb5c-44f4-afdd-fc226a515d08"}, {"node_instance_id": "homer_5geog5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:10.286Z", "message": "[homer] => [26-Oct-2018 10:48:10 UTC] clearwater-diags-monitor starting\n[26-Oct-2018 10:48:10 UTC] Waiting for trigger files\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:10.286Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "32637c08-fb5c-44f4-afdd-fc226a515d08"}, {"node_instance_id": "homer_5geog5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:10.286Z", "message": "[homer] sudo find /var/log", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:10.286Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "32637c08-fb5c-44f4-afdd-fc226a515d08"}, {"node_instance_id": "homer_5geog5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:10.286Z", "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 9839/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1083/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9016/monit \ntcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 9188/nginx \ntcp6 0 0 ::1:53 :::* LISTEN 9839/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1083/sshd \nudp 0 0 192.168.120.7:123 0.0.0.0:* 8501/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8501/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8501/ntpd \nudp 0 0 0.0.0.0:64019 0.0.0.0:* 607/dhclient \nudp 0 0 127.0.0.1:53 0.0.0.0:* 9839/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 607/dhclient \nudp6 0 0 fe80::f816:3eff:fe1:123 :::* 8501/ntpd \nudp6 0 0 ::1:123 :::* 8501/ntpd \nudp6 0 0 :::123 :::* 8501/ntpd \nudp6 0 0 :::57469 :::* 607/dhclient \nudp6 0 0 ::1:53 :::* 9839/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] SEQPACKET LISTENING 788 391/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 11067 1650/python2.7 /tmp/cloudify-logging-server-98594.socket\nunix 2 [ ACC ] STREAM LISTENING 11920 1854/python2.7 /tmp/ctx-jnnYVv.socket\nunix 2 [ ACC ] STREAM LISTENING 308 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 8846 1095/acpid /var/run/acpid.socket\nunix 2 [ ACC ] STREAM LISTENING 8909 1158/dbus-daemon /var/run/dbus/system_bus_socket\n\nreal\t0m0.007s\nuser\t0m0.000s\nsys\t0m0.007s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:10.286Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "32637c08-fb5c-44f4-afdd-fc226a515d08"}, {"node_instance_id": "sprout_22q8t4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:11.345Z", "message": "[sprout] Use the DNS server", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:11.345Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "2b70d16c-5b24-4baf-a5f1-d60efaeffc16"}, {"node_instance_id": "sprout_22q8t4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:11.345Z", "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 1 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 12s (3,106 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57913 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\t0m46.389s\nuser\t0m12.488s\nsys\t0m3.082s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:11.345Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "2b70d16c-5b24-4baf-a5f1-d60efaeffc16"}, {"node_instance_id": "sprout_22q8t4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:11.345Z", "message": "[sprout] The installation packages is done correctly", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:11.345Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "2b70d16c-5b24-4baf-a5f1-d60efaeffc16"}, {"node_instance_id": "homer_5geog5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:11.345Z", "message": "[homer] => 2018-10-26 10:48:47.510939962 Stopping etcd clearwater-etcd\n\nreal\t0m0.004s\nuser\t0m0.004s\nsys\t0m0.001s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:11.345Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "32637c08-fb5c-44f4-afdd-fc226a515d08"}, {"node_instance_id": "homer_5geog5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:11.345Z", "message": "[homer] sudo cat /var/log/clearwater", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:11.345Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "32637c08-fb5c-44f4-afdd-fc226a515d08"}, {"node_instance_id": "homer_5geog5", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:11.645Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:11.645Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "homer_5geog5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:12.366Z", "message": "[homer] Installation is done", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:12.366Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "32637c08-fb5c-44f4-afdd-fc226a515d08"}, {"node_instance_id": "sprout_22q8t4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:12.366Z", "message": "[sprout] sudo service dnsmasq force", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:12.366Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "2b70d16c-5b24-4baf-a5f1-d60efaeffc16"}, {"node_instance_id": "homer_5geog5", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:12.366Z", "message": "Execution done (return_code=0): /tmp/AIDUT/install-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:12.366Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "32637c08-fb5c-44f4-afdd-fc226a515d08"}, {"node_instance_id": "homer_5geog5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:12.848Z", "message": "Starting node", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:12.848Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:12.848Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:12.848Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:13.449Z", "message": "Downloaded scripts/bind/bind.py to /tmp/J8VXF/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:13.449Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4febb6c5-c691-487a-af82-4086150eeadf"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:13.984Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:13.984Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "sprout_22q8t4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:14.402Z", "message": "[sprout] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.054s\nuser\t0m0.004s\nsys\t0m0.049s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:14.402Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "2b70d16c-5b24-4baf-a5f1-d60efaeffc16"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:14.402Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:14.402Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4febb6c5-c691-487a-af82-4086150eeadf"}, {"node_instance_id": "sprout_22q8t4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:14.402Z", "message": "[sprout] => eth0 Link encap:Ethernet HWaddr fa:16:3e:3a:35:48 \n inet addr:192.168.120.17 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe3a:3548/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:88362 errors:0 dropped:0 overruns:0 frame:0\n TX packets:58447 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:133882345 (133.8 MB) TX bytes:10660890 (10.6 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.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:14.402Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "2b70d16c-5b24-4baf-a5f1-d60efaeffc16"}, {"node_instance_id": "sprout_22q8t4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:14.402Z", "message": "[sprout] sudo ps ", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:14.402Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "2b70d16c-5b24-4baf-a5f1-d60efaeffc16"}, {"node_instance_id": "sprout_22q8t4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:14.402Z", "message": "[sprout] sudo ifconfig ", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:14.402Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "2b70d16c-5b24-4baf-a5f1-d60efaeffc16"}], "metadata": {"pagination": {"total": 1731, "offset": 1682, "size": 50}}} 2018-10-26 10:49:14,878 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:49:14,879 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:49:14 GMT 2018-10-26 10:49:14,879 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:49:14,879 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 42739 2018-10-26 10:49:14,879 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:49:14,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => eth0 Link encap:Ethernet HWaddr fa:16:3e:12:dc:d1 inet addr:192.168.120.7 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe12:dcd1/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:103563 errors:0 dropped:0 overruns:0 frame:0 TX packets:62055 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:166199319 (166.1 MB) TX bytes:10901222 (10.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: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.005s user 0m0.001s sys 0m0.004s 2018-10-26 10:49:14,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo ifconfig 2018-10-26 10:49:14,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo ps 2018-10-26 10:49:14,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo netstat 2018-10-26 10:49:14,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo cat /var/log/clearwater 2018-10-26 10:49:14,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => /var/log /var/log/sysstat /var/log/sysstat/sa26 /var/log/sysstat/clearwater-sa26 /var/log/dpkg.log /var/log/wtmp /var/log/iotop.log /var/log/fsck /var/log/fsck/checkroot /var/log/fsck/checkfs /var/log/dmesg /var/log/btmp /var/log/alternatives.log /var/log/clearwater-config-manager /var/log/apt /var/log/apt/history.log /var/log/apt/term.log /var/log/monit.log /var/log/clearwater-diags-monitor.log /var/log/dist-upgrade /var/log/syslog /var/log/landscape /var/log/landscape/sysinfo.log /var/log/cloud-init.log /var/log/clearwater-cluster-manager /var/log/nginx /var/log/nginx/error.log /var/log/nginx/access.log /var/log/kern.log /var/log/upstart /var/log/upstart/console-setup.log /var/log/upstart/cryptdisks.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/systemd-logind.log /var/log/upstart/clearwater-monit.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/container-detect.log /var/log/upstart/rsyslog.log /var/log/ntpstats /var/log/udev /var/log/clearwater-queue-manager /var/log/cloud-init-output.log /var/log/lastlog /var/log/boot.log /var/log/dmesg.0 /var/log/auth.log /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/unattended-upgrades real 0m0.006s user 0m0.000s sys 0m0.005s 2018-10-26 10:49:14,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 10:41 ? 00:00:00 /sbin/init root 2 0 0 10:41 ? 00:00:00 [kthreadd] root 3 2 0 10:41 ? 00:00:00 [ksoftirqd/0] root 5 2 0 10:41 ? 00:00:00 [kworker/0:0H] root 6 2 0 10:41 ? 00:00:00 [kworker/u4:0] root 7 2 0 10:41 ? 00:00:00 [rcu_sched] root 8 2 0 10:41 ? 00:00:00 [rcuos/0] root 9 2 0 10:41 ? 00:00:00 [rcuos/1] root 10 2 0 10:41 ? 00:00:00 [rcu_bh] root 11 2 0 10:41 ? 00:00:00 [rcuob/0] root 12 2 0 10:41 ? 00:00:00 [rcuob/1] root 13 2 0 10:41 ? 00:00:00 [migration/0] root 14 2 0 10:41 ? 00:00:00 [watchdog/0] root 15 2 0 10:41 ? 00:00:00 [watchdog/1] root 16 2 0 10:41 ? 00:00:00 [migration/1] root 17 2 0 10:41 ? 00:00:00 [ksoftirqd/1] root 18 2 0 10:41 ? 00:00:00 [kworker/1:0] root 19 2 0 10:41 ? 00:00:00 [kworker/1:0H] root 20 2 0 10:41 ? 00:00:00 [khelper] root 21 2 0 10:41 ? 00:00:00 [kdevtmpfs] root 22 2 0 10:41 ? 00:00:00 [netns] root 23 2 0 10:41 ? 00:00:00 [writeback] root 24 2 0 10:41 ? 00:00:00 [kintegrityd] root 25 2 0 10:41 ? 00:00:00 [bioset] root 27 2 0 10:41 ? 00:00:00 [kblockd] root 28 2 0 10:41 ? 00:00:00 [ata_sff] root 29 2 0 10:41 ? 00:00:00 [khubd] root 30 2 0 10:41 ? 00:00:00 [md] root 31 2 0 10:41 ? 00:00:00 [devfreq_wq] root 32 2 0 10:41 ? 00:00:00 [kworker/1:1] root 34 2 0 10:41 ? 00:00:00 [khungtaskd] root 35 2 0 10:41 ? 00:00:00 [kswapd0] root 36 2 0 10:41 ? 00:00:00 [vmstat] root 37 2 0 10:41 ? 00:00:00 [ksmd] root 38 2 0 10:41 ? 00:00:00 [khugepaged] root 39 2 0 10:41 ? 00:00:00 [fsnotify_mark] root 40 2 0 10:41 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 10:41 ? 00:00:00 [crypto] root 53 2 0 10:41 ? 00:00:00 [kthrotld] root 54 2 0 10:41 ? 00:00:00 [kworker/u4:1] root 55 2 0 10:41 ? 00:00:00 [vballoon] root 56 2 0 10:41 ? 00:00:00 [scsi_eh_0] root 57 2 0 10:41 ? 00:00:00 [scsi_eh_1] root 59 2 0 10:41 ? 00:00:00 [kworker/0:1] root 79 2 0 10:41 ? 00:00:00 [deferwq] root 80 2 0 10:41 ? 00:00:00 [charger_manager] root 124 2 0 10:41 ? 00:00:00 [kpsmoused] root 146 2 0 10:41 ? 00:00:00 [kworker/0:2] root 186 2 0 10:41 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 10:41 ? 00:00:00 [ext4-rsv-conver] root 387 1 0 10:41 ? 00:00:00 upstart-udev-bridge --daemon root 391 1 0 10:41 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 430 2 0 10:41 ? 00:00:00 [kworker/u5:1] root 431 2 0 10:41 ? 00:00:00 [kworker/u5:2] root 536 1 0 10:41 ? 00:00:00 upstart-socket-bridge --daemon root 607 1 0 10:41 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 819 2 0 10:41 ? 00:00:00 [kauditd] root 931 1 0 10:41 ? 00:00:00 upstart-file-bridge --daemon root 1027 1 0 10:41 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1030 1 0 10:41 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1034 1 0 10:41 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1035 1 0 10:41 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1037 1 0 10:41 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1083 1 0 10:41 ? 00:00:00 /usr/sbin/sshd -D root 1084 1 0 10:41 ? 00:00:00 cron daemon 1085 1 0 10:41 ? 00:00:00 atd root 1092 1 0 10:41 ? 00:00:00 /usr/sbin/irqbalance root 1095 1 0 10:41 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket syslog 1147 1 0 10:41 ? 00:00:00 rsyslogd message+ 1158 1 0 10:41 ? 00:00:00 dbus-daemon --system --fork root 1168 1 0 10:41 ? 00:00:00 /lib/systemd/systemd-logind root 1191 1 0 10:41 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1200 1 0 10:41 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 ubuntu 1650 1 0 10:42 ? 00:00:00 /home/ubuntu/homer_host_7hwq87/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q homer_host_7hwq87 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@homer_host_7hwq87 --logging-server-logdir=/home/ubuntu/homer_host_7hwq87/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/homer_host_7hwq87/work/homer_host_7hwq87%I.log --pidfile=/home/ubuntu/homer_host_7hwq87/work/homer_host_7hwq87.pid ubuntu 1764 1 0 10:42 ? 00:00:02 python2.7 /home/ubuntu/homer_host_7hwq87/env/bin/diamond --configfile /home/ubuntu/homer_host_7hwq87/work/plugins/diamond/etc/diamond.conf ubuntu 1832 1650 0 10:44 ? 00:00:00 /home/ubuntu/homer_host_7hwq87/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q homer_host_7hwq87 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@homer_host_7hwq87 --logging-server-logdir=/home/ubuntu/homer_host_7hwq87/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/homer_host_7hwq87/work/homer_host_7hwq87%I.log --pidfile=/home/ubuntu/homer_host_7hwq87/work/homer_host_7hwq87.pid ubuntu 1854 1832 0 10:44 ? 00:00:00 /home/ubuntu/homer_host_7hwq87/env/bin/python2.7 /home/ubuntu/homer_host_7hwq87/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-GtfkfX ubuntu 1865 1854 0 10:44 ? 00:00:00 /bin/sh -c /tmp/AIDUT/install-homer.sh ubuntu 1867 1865 0 10:44 ? 00:00:00 /bin/bash -e /tmp/AIDUT/install-homer.sh root 2712 2 0 10:46 ? 00:00:00 [kworker/u5:0] ntp 8501 1 0 10:47 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111 root 9016 1 0 10:48 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 9110 1 0 10:48 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor root 9114 9110 0 10:48 ? 00:00:00 inotifywait -e create -qq . root 9188 1 0 10:48 ? 00:00:00 nginx: master process /usr/sbin/nginx www-data 9189 9188 0 10:48 ? 00:00:00 nginx: worker process www-data 9190 9188 0 10:48 ? 00:00:00 nginx: worker process www-data 9191 9188 0 10:48 ? 00:00:00 nginx: worker process www-data 9192 9188 0 10:48 ? 00:00:00 nginx: worker process root 9729 9016 0 10:49 ? 00:00:00 [nginx_ping] root 9731 9016 0 10:49 ? 00:00:00 [check-nginx-upt] root 9735 9016 0 10:49 ? 00:00:00 [check-monit-upt] dnsmasq 9839 1 0 10:49 ? 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 9902 1867 0 10:49 ? 00:00:00 /bin/bash -e /tmp/AIDUT/install-homer.sh ubuntu 9903 9902 0 10:49 ? 00:00:00 /bin/bash -e /tmp/AIDUT/install-homer.sh root 9904 9903 0 10:49 ? 00:00:00 sudo ps -edf root 9905 9904 0 10:49 ? 00:00:00 ps -edf real 0m0.008s user 0m0.002s sys 0m0.006s 2018-10-26 10:49:14,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => [26-Oct-2018 10:48:10 UTC] clearwater-diags-monitor starting [26-Oct-2018 10:48:10 UTC] Waiting for trigger files real 0m0.005s user 0m0.000s sys 0m0.005s 2018-10-26 10:49:14,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo find /var/log 2018-10-26 10:49:14,882 - 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 9839/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1083/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9016/monit tcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 9188/nginx tcp6 0 0 ::1:53 :::* LISTEN 9839/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1083/sshd udp 0 0 192.168.120.7:123 0.0.0.0:* 8501/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8501/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8501/ntpd udp 0 0 0.0.0.0:64019 0.0.0.0:* 607/dhclient udp 0 0 127.0.0.1:53 0.0.0.0:* 9839/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 607/dhclient udp6 0 0 fe80::f816:3eff:fe1:123 :::* 8501/ntpd udp6 0 0 ::1:123 :::* 8501/ntpd udp6 0 0 :::123 :::* 8501/ntpd udp6 0 0 :::57469 :::* 607/dhclient udp6 0 0 ::1:53 :::* 9839/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] SEQPACKET LISTENING 788 391/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 11067 1650/python2.7 /tmp/cloudify-logging-server-98594.socket unix 2 [ ACC ] STREAM LISTENING 11920 1854/python2.7 /tmp/ctx-jnnYVv.socket unix 2 [ ACC ] STREAM LISTENING 308 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 8846 1095/acpid /var/run/acpid.socket unix 2 [ ACC ] STREAM LISTENING 8909 1158/dbus-daemon /var/run/dbus/system_bus_socket real 0m0.007s user 0m0.000s sys 0m0.007s 2018-10-26 10:49:14,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] Use the DNS server 2018-10-26 10:49:14,883 - 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 1 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 12s (3,106 kB/s) Selecting previously unselected package python-mock. (Reading database ... 57913 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 0m46.389s user 0m12.488s sys 0m3.082s 2018-10-26 10:49:14,883 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] The installation packages is done correctly 2018-10-26 10:49:14,883 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => 2018-10-26 10:48:47.510939962 Stopping etcd clearwater-etcd real 0m0.004s user 0m0.004s sys 0m0.001s 2018-10-26 10:49:14,883 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo cat /var/log/clearwater 2018-10-26 10:49:14,883 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-26 10:49:14,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] Installation is done 2018-10-26 10:49:14,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo service dnsmasq force 2018-10-26 10:49:14,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/AIDUT/install-homer.sh 2018-10-26 10:49:14,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-26 10:49:14,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-26 10:49:14,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/J8VXF/bind.py 2018-10-26 10:49:14,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-26 10:49:14,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.054s user 0m0.004s sys 0m0.049s 2018-10-26 10:49:14,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-10-26 10:49:14,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => eth0 Link encap:Ethernet HWaddr fa:16:3e:3a:35:48 inet addr:192.168.120.17 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe3a:3548/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:88362 errors:0 dropped:0 overruns:0 frame:0 TX packets:58447 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:133882345 (133.8 MB) TX bytes:10660890 (10.6 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.005s user 0m0.000s sys 0m0.005s 2018-10-26 10:49:14,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo ps 2018-10-26 10:49:14,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo ifconfig 2018-10-26 10:49:14,886 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:49:14,953 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:49:14,953 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:49:14,954 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:49:14,954 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:49:14,954 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:49:14,954 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:49:14,954 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:49:14,954 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:49:14,954 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:49:14,954 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:49:14 GMT 2018-10-26 10:49:14,954 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:49:14,955 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:49:14,955 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:49:19,956 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:49:20,354 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:49:20,354 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:49:20,354 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:49:20,354 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:49:20,354 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:49:20,354 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:49:20,354 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:49:20,354 - 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-26T10:49:15.432Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:15.432Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "sprout_22q8t4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:15.801Z", "message": "[sprout] => 2018:10:26 10:48:13: Namespace: signaling\n2018:10:26 10:48:13: Namespace: management\n2018:10:26 10:48:13: [signaling] Starting server\n2018:10:26 10:48:13: [management] Starting server\n2018:10:26 10:48:13: [signaling] Listening for requests\n2018:10:26 10:48:13: [management] Listening for requests\n\nreal\t0m0.005s\nuser\t0m0.004s\nsys\t0m0.002s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:15.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "2b70d16c-5b24-4baf-a5f1-d60efaeffc16"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:15.801Z", "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-26T10:49:15.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4febb6c5-c691-487a-af82-4086150eeadf"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:15.801Z", "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-26T10:49:15.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4febb6c5-c691-487a-af82-4086150eeadf"}, {"node_instance_id": "sprout_22q8t4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:15.801Z", "message": "[sprout] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 10:41 ? 00:00:00 /sbin/init\nroot 2 0 0 10:41 ? 00:00:00 [kthreadd]\nroot 3 2 0 10:41 ? 00:00:00 [ksoftirqd/0]\nroot 5 2 0 10:41 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 10:41 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 10:41 ? 00:00:00 [rcu_sched]\nroot 8 2 0 10:41 ? 00:00:00 [rcuos/0]\nroot 9 2 0 10:41 ? 00:00:00 [rcuos/1]\nroot 10 2 0 10:41 ? 00:00:00 [rcu_bh]\nroot 11 2 0 10:41 ? 00:00:00 [rcuob/0]\nroot 12 2 0 10:41 ? 00:00:00 [rcuob/1]\nroot 13 2 0 10:41 ? 00:00:00 [migration/0]\nroot 14 2 0 10:41 ? 00:00:00 [watchdog/0]\nroot 15 2 0 10:41 ? 00:00:00 [watchdog/1]\nroot 16 2 0 10:41 ? 00:00:00 [migration/1]\nroot 17 2 0 10:41 ? 00:00:00 [ksoftirqd/1]\nroot 19 2 0 10:41 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 10:41 ? 00:00:00 [khelper]\nroot 21 2 0 10:41 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 10:41 ? 00:00:00 [netns]\nroot 23 2 0 10:41 ? 00:00:00 [writeback]\nroot 24 2 0 10:41 ? 00:00:00 [kintegrityd]\nroot 25 2 0 10:41 ? 00:00:00 [bioset]\nroot 27 2 0 10:41 ? 00:00:00 [kblockd]\nroot 28 2 0 10:41 ? 00:00:00 [ata_sff]\nroot 29 2 0 10:41 ? 00:00:00 [khubd]\nroot 30 2 0 10:41 ? 00:00:00 [md]\nroot 31 2 0 10:41 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 10:41 ? 00:00:00 [kworker/1:1]\nroot 34 2 0 10:41 ? 00:00:00 [khungtaskd]\nroot 35 2 0 10:41 ? 00:00:00 [kswapd0]\nroot 36 2 0 10:41 ? 00:00:00 [vmstat]\nroot 37 2 0 10:41 ? 00:00:00 [ksmd]\nroot 38 2 0 10:41 ? 00:00:00 [khugepaged]\nroot 39 2 0 10:41 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 10:41 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 10:41 ? 00:00:00 [crypto]\nroot 53 2 0 10:41 ? 00:00:00 [kthrotld]\nroot 54 2 0 10:41 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 10:41 ? 00:00:00 [vballoon]\nroot 56 2 0 10:41 ? 00:00:00 [kworker/0:1]\nroot 57 2 0 10:41 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 10:41 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 10:41 ? 00:00:00 [deferwq]\nroot 80 2 0 10:41 ? 00:00:00 [charger_manager]\nroot 123 2 0 10:41 ? 00:00:00 [kpsmoused]\nroot 125 2 0 10:41 ? 00:00:00 [kworker/1:2]\nroot 186 2 0 10:41 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 10:41 ? 00:00:00 [ext4-rsv-conver]\nroot 387 1 0 10:41 ? 00:00:00 upstart-udev-bridge --daemon\nroot 394 1 0 10:41 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 430 2 0 10:41 ? 00:00:00 [kworker/u5:1]\nroot 431 2 0 10:41 ? 00:00:00 [kworker/u5:2]\nroot 519 1 0 10:41 ? 00:00:00 upstart-socket-bridge --daemon\nroot 592 1 0 10:41 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 820 2 0 10:41 ? 00:00:00 [kauditd]\nroot 937 1 0 10:41 ? 00:00:00 upstart-file-bridge --daemon\nmessage+ 980 1 0 10:41 ? 00:00:00 dbus-daemon --system --fork\nroot 1011 1 0 10:41 ? 00:00:00 /lib/systemd/systemd-logind\nroot 1051 1 0 10:41 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1054 1 0 10:41 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1058 1 0 10:41 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1059 1 0 10:41 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1061 1 0 10:41 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1100 1 0 10:41 ? 00:00:00 /usr/sbin/sshd -D\nroot 1105 1 0 10:41 ? 00:00:00 cron\ndaemon 1106 1 0 10:41 ? 00:00:00 atd\nroot 1116 1 0 10:41 ? 00:00:00 /usr/sbin/irqbalance\nroot 1122 1 0 10:41 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1199 1 0 10:41 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1206 1 0 10:41 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nroot 1452 2 0 10:42 ? 00:00:00 [kworker/0:2]\nubuntu 1652 1 0 10:42 ? 00:00:00 /home/ubuntu/sprout_host_0j626u/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q sprout_host_0j626u --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@sprout_host_0j626u --logging-server-logdir=/home/ubuntu/sprout_host_0j626u/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/sprout_host_0j626u/work/sprout_host_0j626u%I.log --pidfile=/home/ubuntu/sprout_host_0j626u/work/sprout_host_0j626u.pid\nubuntu 1766 1 0 10:42 ? 00:00:02 python2.7 /home/ubuntu/sprout_host_0j626u/env/bin/diamond --configfile /home/ubuntu/sprout_host_0j626u/work/plugins/diamond/etc/diamond.conf\nubuntu 1832 1652 0 10:44 ? 00:00:00 /home/ubuntu/sprout_host_0j626u/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q sprout_host_0j626u --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@sprout_host_0j626u --logging-server-logdir=/home/ubuntu/sprout_host_0j626u/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/sprout_host_0j626u/work/sprout_host_0j626u%I.log --pidfile=/home/ubuntu/sprout_host_0j626u/work/sprout_host_0j626u.pid\nubuntu 1854 1832 0 10:44 ? 00:00:00 /home/ubuntu/sprout_host_0j626u/env/bin/python2.7 /home/ubuntu/sprout_host_0j626u/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-M2DdZ6\nubuntu 1865 1854 0 10:44 ? 00:00:00 /bin/sh -c /tmp/CHCNG/install-sprout.sh\nubuntu 1867 1865 0 10:44 ? 00:00:00 /bin/bash -e /tmp/CHCNG/install-sprout.sh\nroot 2744 2 0 10:46 ? 00:00:00 [kworker/u5:0]\nntp 8454 1 0 10:47 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111\nsyslog 8941 1 0 10:48 ? 00:00:00 rsyslogd\nroot 9043 1 0 10:48 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 9060 1 0 10:48 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh\nroot 9061 9060 0 10:48 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper\nroot 9065 1 0 10:48 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh\nroot 9066 9065 0 10:48 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper\nroot 9075 9066 0 10:48 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 9076 9061 0 10:48 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management\nroot 9077 9075 0 10:48 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\ndnsmasq 9762 1 0 10:49 ? 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 9825 1867 0 10:49 ? 00:00:00 /bin/bash -e /tmp/CHCNG/install-sprout.sh\nubuntu 9826 9825 0 10:49 ? 00:00:00 /bin/bash -e /tmp/CHCNG/install-sprout.sh\nroot 9827 9826 0 10:49 ? 00:00:00 sudo ps -edf\nroot 9828 9827 0 10:49 ? 00:00:00 ps -edf\n\nreal\t0m0.009s\nuser\t0m0.000s\nsys\t0m0.009s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:15.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "2b70d16c-5b24-4baf-a5f1-d60efaeffc16"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:15.801Z", "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-26T10:49:15.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4febb6c5-c691-487a-af82-4086150eeadf"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:15.801Z", "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-26T10:49:15.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4febb6c5-c691-487a-af82-4086150eeadf"}, {"node_instance_id": "sprout_22q8t4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:15.801Z", "message": "[sprout] => /var/log\n/var/log/sysstat\n/var/log/sysstat/clearwater-sa26\n/var/log/dpkg.log\n/var/log/sprout\n/var/log/sprout/sprout_err.log\n/var/log/sprout/sprout_20181026T100000Z.txt\n/var/log/sprout/sprout_current.txt\n/var/log/sprout/sprout_out.log\n/var/log/wtmp\n/var/log/iotop.log\n/var/log/fsck\n/var/log/fsck/checkroot\n/var/log/fsck/checkfs\n/var/log/dmesg\n/var/log/btmp\n/var/log/alternatives.log\n/var/log/clearwater-config-manager\n/var/log/apt\n/var/log/apt/history.log\n/var/log/apt/term.log\n/var/log/monit.log\n/var/log/dist-upgrade\n/var/log/syslog\n/var/log/landscape\n/var/log/landscape/sysinfo.log\n/var/log/cloud-init.log\n/var/log/clearwater-cluster-manager\n/var/log/nginx\n/var/log/nginx/error.log\n/var/log/nginx/access.log\n/var/log/kern.log\n/var/log/upstart\n/var/log/upstart/console-setup.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/container-detect.log\n/var/log/upstart/rsyslog.log\n/var/log/ntpstats\n/var/log/udev\n/var/log/clearwater-queue-manager\n/var/log/cloud-init-output.log\n/var/log/lastlog\n/var/log/boot.log\n/var/log/dmesg.0\n/var/log/clearwater-socket-factory.log\n/var/log/auth.log\n/var/log/clearwater-etcd\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/unattended-upgrades\n\nreal\t0m0.008s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:15.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "2b70d16c-5b24-4baf-a5f1-d60efaeffc16"}, {"node_instance_id": "sprout_22q8t4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:15.801Z", "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 9762/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1100/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9043/monit \ntcp6 0 0 ::1:53 :::* LISTEN 9762/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1100/sshd \nudp 0 0 192.168.120.17:123 0.0.0.0:* 8454/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8454/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8454/ntpd \nudp 0 0 0.0.0.0:12883 0.0.0.0:* 592/dhclient \nudp 0 0 127.0.0.1:53 0.0.0.0:* 9762/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 592/dhclient \nudp6 0 0 fe80::f816:3eff:fe3:123 :::* 8454/ntpd \nudp6 0 0 ::1:123 :::* 8454/ntpd \nudp6 0 0 :::123 :::* 8454/ntpd \nudp6 0 0 :::17921 :::* 592/dhclient \nudp6 0 0 ::1:53 :::* 9762/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 8502 980/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] SEQPACKET LISTENING 569 394/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 10992 1652/python2.7 /tmp/cloudify-logging-server-38f4d.socket\nunix 2 [ ACC ] STREAM LISTENING 12477 1854/python2.7 /tmp/ctx-KWfrng.socket\nunix 2 [ ACC ] STREAM LISTENING 7305 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 21006 9077/clearwater_soc /tmp/clearwater_signaling_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 21524 9076/clearwater_soc /tmp/clearwater_management_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 8682 1122/acpid /var/run/acpid.socket\n\nreal\t0m0.007s\nuser\t0m0.000s\nsys\t0m0.007s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:15.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "2b70d16c-5b24-4baf-a5f1-d60efaeffc16"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:15.801Z", "message": "[localhost] run: sudo mv /tmp/tmpJVK7iM /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:15.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4febb6c5-c691-487a-af82-4086150eeadf"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:15.801Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:15.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4febb6c5-c691-487a-af82-4086150eeadf"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:15.801Z", "message": "[localhost] run: sudo mv /tmp/tmpHpFEPB /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:15.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4febb6c5-c691-487a-af82-4086150eeadf"}, {"node_instance_id": "sprout_22q8t4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:15.801Z", "message": "[sprout] sudo cat /var/log/clearwater", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:15.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "2b70d16c-5b24-4baf-a5f1-d60efaeffc16"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:15.801Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:15.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4febb6c5-c691-487a-af82-4086150eeadf"}, {"node_instance_id": "sprout_22q8t4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:15.801Z", "message": "[sprout] sudo find /var/log", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:15.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "2b70d16c-5b24-4baf-a5f1-d60efaeffc16"}, {"node_instance_id": "sprout_22q8t4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:15.801Z", "message": "[sprout] sudo netstat ", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:15.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "2b70d16c-5b24-4baf-a5f1-d60efaeffc16"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:15.801Z", "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-26T10:49:15.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4febb6c5-c691-487a-af82-4086150eeadf"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:15.801Z", "message": "The config dict: {'public_ip': u'172.30.9.209', 'backends': {u'homer': {u'homer_5geog5': {u'public_address': u'', u'private_address': u'192.168.120.7', u'name': u'homer-5geog5'}}, u'bono': {u'bono_l2dlea': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.9', u'name': u'bono-l2dlea'}}}, 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.8', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:15.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "4febb6c5-c691-487a-af82-4086150eeadf"}, {"node_instance_id": "sprout_22q8t4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:16.819Z", "message": "[sprout] sudo cat /var/log/clearwater", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:16.819Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "2b70d16c-5b24-4baf-a5f1-d60efaeffc16"}, {"node_instance_id": "sprout_22q8t4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:16.819Z", "message": "[sprout] => 2018-10-26 10:48:49.099549123 Stopping etcd clearwater-etcd\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:16.819Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "2b70d16c-5b24-4baf-a5f1-d60efaeffc16"}, {"node_instance_id": "sprout_22q8t4", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:17.212Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:17.212Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "sprout_22q8t4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:17.840Z", "message": "[sprout] Installation is done", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:17.840Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "2b70d16c-5b24-4baf-a5f1-d60efaeffc16"}, {"node_instance_id": "sprout_22q8t4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:17.840Z", "message": "Execution done (return_code=0): /tmp/CHCNG/install-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:17.840Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "2b70d16c-5b24-4baf-a5f1-d60efaeffc16"}, {"node_instance_id": "sprout_22q8t4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:18.378Z", "message": "Starting node", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:18.378Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:19.013Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:19.013Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:19.013Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:19.013Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:19.676Z", "message": "Downloaded scripts/bind/bind.py to /tmp/QNH6Q/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:19.676Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "7c7f535d-e6f1-40e8-a629-84c3480fc3e8"}], "metadata": {"pagination": {"total": 1762, "offset": 1710, "size": 50}}} 2018-10-26 10:49:20,355 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:49:20,355 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:49:20 GMT 2018-10-26 10:49:20,355 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:49:20,355 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27913 2018-10-26 10:49:20,355 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:49:20,356 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-26 10:49:20,356 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => 2018:10:26 10:48:13: Namespace: signaling 2018:10:26 10:48:13: Namespace: management 2018:10:26 10:48:13: [signaling] Starting server 2018:10:26 10:48:13: [management] Starting server 2018:10:26 10:48:13: [signaling] Listening for requests 2018:10:26 10:48:13: [management] Listening for requests real 0m0.005s user 0m0.004s sys 0m0.002s 2018-10-26 10:49:20,357 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-10-26 10:49:20,357 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-10-26 10:49:20,357 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 10:41 ? 00:00:00 /sbin/init root 2 0 0 10:41 ? 00:00:00 [kthreadd] root 3 2 0 10:41 ? 00:00:00 [ksoftirqd/0] root 5 2 0 10:41 ? 00:00:00 [kworker/0:0H] root 6 2 0 10:41 ? 00:00:00 [kworker/u4:0] root 7 2 0 10:41 ? 00:00:00 [rcu_sched] root 8 2 0 10:41 ? 00:00:00 [rcuos/0] root 9 2 0 10:41 ? 00:00:00 [rcuos/1] root 10 2 0 10:41 ? 00:00:00 [rcu_bh] root 11 2 0 10:41 ? 00:00:00 [rcuob/0] root 12 2 0 10:41 ? 00:00:00 [rcuob/1] root 13 2 0 10:41 ? 00:00:00 [migration/0] root 14 2 0 10:41 ? 00:00:00 [watchdog/0] root 15 2 0 10:41 ? 00:00:00 [watchdog/1] root 16 2 0 10:41 ? 00:00:00 [migration/1] root 17 2 0 10:41 ? 00:00:00 [ksoftirqd/1] root 19 2 0 10:41 ? 00:00:00 [kworker/1:0H] root 20 2 0 10:41 ? 00:00:00 [khelper] root 21 2 0 10:41 ? 00:00:00 [kdevtmpfs] root 22 2 0 10:41 ? 00:00:00 [netns] root 23 2 0 10:41 ? 00:00:00 [writeback] root 24 2 0 10:41 ? 00:00:00 [kintegrityd] root 25 2 0 10:41 ? 00:00:00 [bioset] root 27 2 0 10:41 ? 00:00:00 [kblockd] root 28 2 0 10:41 ? 00:00:00 [ata_sff] root 29 2 0 10:41 ? 00:00:00 [khubd] root 30 2 0 10:41 ? 00:00:00 [md] root 31 2 0 10:41 ? 00:00:00 [devfreq_wq] root 32 2 0 10:41 ? 00:00:00 [kworker/1:1] root 34 2 0 10:41 ? 00:00:00 [khungtaskd] root 35 2 0 10:41 ? 00:00:00 [kswapd0] root 36 2 0 10:41 ? 00:00:00 [vmstat] root 37 2 0 10:41 ? 00:00:00 [ksmd] root 38 2 0 10:41 ? 00:00:00 [khugepaged] root 39 2 0 10:41 ? 00:00:00 [fsnotify_mark] root 40 2 0 10:41 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 10:41 ? 00:00:00 [crypto] root 53 2 0 10:41 ? 00:00:00 [kthrotld] root 54 2 0 10:41 ? 00:00:00 [kworker/u4:1] root 55 2 0 10:41 ? 00:00:00 [vballoon] root 56 2 0 10:41 ? 00:00:00 [kworker/0:1] root 57 2 0 10:41 ? 00:00:00 [scsi_eh_0] root 58 2 0 10:41 ? 00:00:00 [scsi_eh_1] root 79 2 0 10:41 ? 00:00:00 [deferwq] root 80 2 0 10:41 ? 00:00:00 [charger_manager] root 123 2 0 10:41 ? 00:00:00 [kpsmoused] root 125 2 0 10:41 ? 00:00:00 [kworker/1:2] root 186 2 0 10:41 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 10:41 ? 00:00:00 [ext4-rsv-conver] root 387 1 0 10:41 ? 00:00:00 upstart-udev-bridge --daemon root 394 1 0 10:41 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 430 2 0 10:41 ? 00:00:00 [kworker/u5:1] root 431 2 0 10:41 ? 00:00:00 [kworker/u5:2] root 519 1 0 10:41 ? 00:00:00 upstart-socket-bridge --daemon root 592 1 0 10:41 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 820 2 0 10:41 ? 00:00:00 [kauditd] root 937 1 0 10:41 ? 00:00:00 upstart-file-bridge --daemon message+ 980 1 0 10:41 ? 00:00:00 dbus-daemon --system --fork root 1011 1 0 10:41 ? 00:00:00 /lib/systemd/systemd-logind root 1051 1 0 10:41 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1054 1 0 10:41 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1058 1 0 10:41 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1059 1 0 10:41 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1061 1 0 10:41 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1100 1 0 10:41 ? 00:00:00 /usr/sbin/sshd -D root 1105 1 0 10:41 ? 00:00:00 cron daemon 1106 1 0 10:41 ? 00:00:00 atd root 1116 1 0 10:41 ? 00:00:00 /usr/sbin/irqbalance root 1122 1 0 10:41 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1199 1 0 10:41 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1206 1 0 10:41 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 root 1452 2 0 10:42 ? 00:00:00 [kworker/0:2] ubuntu 1652 1 0 10:42 ? 00:00:00 /home/ubuntu/sprout_host_0j626u/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q sprout_host_0j626u --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@sprout_host_0j626u --logging-server-logdir=/home/ubuntu/sprout_host_0j626u/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/sprout_host_0j626u/work/sprout_host_0j626u%I.log --pidfile=/home/ubuntu/sprout_host_0j626u/work/sprout_host_0j626u.pid ubuntu 1766 1 0 10:42 ? 00:00:02 python2.7 /home/ubuntu/sprout_host_0j626u/env/bin/diamond --configfile /home/ubuntu/sprout_host_0j626u/work/plugins/diamond/etc/diamond.conf ubuntu 1832 1652 0 10:44 ? 00:00:00 /home/ubuntu/sprout_host_0j626u/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q sprout_host_0j626u --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@sprout_host_0j626u --logging-server-logdir=/home/ubuntu/sprout_host_0j626u/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/sprout_host_0j626u/work/sprout_host_0j626u%I.log --pidfile=/home/ubuntu/sprout_host_0j626u/work/sprout_host_0j626u.pid ubuntu 1854 1832 0 10:44 ? 00:00:00 /home/ubuntu/sprout_host_0j626u/env/bin/python2.7 /home/ubuntu/sprout_host_0j626u/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-M2DdZ6 ubuntu 1865 1854 0 10:44 ? 00:00:00 /bin/sh -c /tmp/CHCNG/install-sprout.sh ubuntu 1867 1865 0 10:44 ? 00:00:00 /bin/bash -e /tmp/CHCNG/install-sprout.sh root 2744 2 0 10:46 ? 00:00:00 [kworker/u5:0] ntp 8454 1 0 10:47 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111 syslog 8941 1 0 10:48 ? 00:00:00 rsyslogd root 9043 1 0 10:48 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 9060 1 0 10:48 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh root 9061 9060 0 10:48 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper root 9065 1 0 10:48 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh root 9066 9065 0 10:48 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper root 9075 9066 0 10:48 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 9076 9061 0 10:48 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management root 9077 9075 0 10:48 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling dnsmasq 9762 1 0 10:49 ? 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 9825 1867 0 10:49 ? 00:00:00 /bin/bash -e /tmp/CHCNG/install-sprout.sh ubuntu 9826 9825 0 10:49 ? 00:00:00 /bin/bash -e /tmp/CHCNG/install-sprout.sh root 9827 9826 0 10:49 ? 00:00:00 sudo ps -edf root 9828 9827 0 10:49 ? 00:00:00 ps -edf real 0m0.009s user 0m0.000s sys 0m0.009s 2018-10-26 10:49:20,357 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-10-26 10:49:20,357 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-26 10:49:20,357 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => /var/log /var/log/sysstat /var/log/sysstat/clearwater-sa26 /var/log/dpkg.log /var/log/sprout /var/log/sprout/sprout_err.log /var/log/sprout/sprout_20181026T100000Z.txt /var/log/sprout/sprout_current.txt /var/log/sprout/sprout_out.log /var/log/wtmp /var/log/iotop.log /var/log/fsck /var/log/fsck/checkroot /var/log/fsck/checkfs /var/log/dmesg /var/log/btmp /var/log/alternatives.log /var/log/clearwater-config-manager /var/log/apt /var/log/apt/history.log /var/log/apt/term.log /var/log/monit.log /var/log/dist-upgrade /var/log/syslog /var/log/landscape /var/log/landscape/sysinfo.log /var/log/cloud-init.log /var/log/clearwater-cluster-manager /var/log/nginx /var/log/nginx/error.log /var/log/nginx/access.log /var/log/kern.log /var/log/upstart /var/log/upstart/console-setup.log /var/log/upstart/cryptdisks.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/systemd-logind.log /var/log/upstart/clearwater-monit.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/container-detect.log /var/log/upstart/rsyslog.log /var/log/ntpstats /var/log/udev /var/log/clearwater-queue-manager /var/log/cloud-init-output.log /var/log/lastlog /var/log/boot.log /var/log/dmesg.0 /var/log/clearwater-socket-factory.log /var/log/auth.log /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/unattended-upgrades real 0m0.008s user 0m0.000s sys 0m0.005s 2018-10-26 10:49:20,358 - 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 9762/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1100/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9043/monit tcp6 0 0 ::1:53 :::* LISTEN 9762/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1100/sshd udp 0 0 192.168.120.17:123 0.0.0.0:* 8454/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8454/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8454/ntpd udp 0 0 0.0.0.0:12883 0.0.0.0:* 592/dhclient udp 0 0 127.0.0.1:53 0.0.0.0:* 9762/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 592/dhclient udp6 0 0 fe80::f816:3eff:fe3:123 :::* 8454/ntpd udp6 0 0 ::1:123 :::* 8454/ntpd udp6 0 0 :::123 :::* 8454/ntpd udp6 0 0 :::17921 :::* 592/dhclient udp6 0 0 ::1:53 :::* 9762/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 8502 980/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] SEQPACKET LISTENING 569 394/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 10992 1652/python2.7 /tmp/cloudify-logging-server-38f4d.socket unix 2 [ ACC ] STREAM LISTENING 12477 1854/python2.7 /tmp/ctx-KWfrng.socket unix 2 [ ACC ] STREAM LISTENING 7305 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 21006 9077/clearwater_soc /tmp/clearwater_signaling_namespace_socket unix 2 [ ACC ] STREAM LISTENING 21524 9076/clearwater_soc /tmp/clearwater_management_namespace_socket unix 2 [ ACC ] STREAM LISTENING 8682 1122/acpid /var/run/acpid.socket real 0m0.007s user 0m0.000s sys 0m0.007s 2018-10-26 10:49:20,358 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpJVK7iM /etc/bind/db.clearwater.local 2018-10-26 10:49:20,358 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-10-26 10:49:20,358 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpHpFEPB /etc/bind/db.clearwater.opnfv 2018-10-26 10:49:20,358 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo cat /var/log/clearwater 2018-10-26 10:49:20,358 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-10-26 10:49:20,359 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo find /var/log 2018-10-26 10:49:20,359 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo netstat 2018-10-26 10:49:20,359 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-10-26 10:49:20,359 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.209', 'backends': {u'homer': {u'homer_5geog5': {u'public_address': u'', u'private_address': u'192.168.120.7', u'name': u'homer-5geog5'}}, u'bono': {u'bono_l2dlea': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.9', u'name': u'bono-l2dlea'}}}, 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.8', u'hss_hostname': u''}. 2018-10-26 10:49:20,359 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo cat /var/log/clearwater 2018-10-26 10:49:20,359 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => 2018-10-26 10:48:49.099549123 Stopping etcd clearwater-etcd real 0m0.005s user 0m0.000s sys 0m0.005s 2018-10-26 10:49:20,360 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-26 10:49:20,360 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] Installation is done 2018-10-26 10:49:20,360 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/CHCNG/install-sprout.sh 2018-10-26 10:49:20,360 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-26 10:49:20,360 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-26 10:49:20,360 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-26 10:49:20,360 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/QNH6Q/bind.py 2018-10-26 10:49:20,361 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:49:20,490 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:49:20,491 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:49:20,491 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:49:20,491 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:49:20,491 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:49:20,491 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:49:20,491 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:49:20,491 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:49:20,491 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:49:20,492 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:49:20 GMT 2018-10-26 10:49:20,492 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:49:20,492 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:49:20,492 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:49:25,497 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:49:25,962 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:49:25,963 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:49:25,963 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:49:25,963 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:49:25,963 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:49:25,963 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:49:25,963 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:49:25,963 - 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-26T10:49:20.730Z", "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-26T10:49:20.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "7c7f535d-e6f1-40e8-a629-84c3480fc3e8"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:20.730Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:20.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "7c7f535d-e6f1-40e8-a629-84c3480fc3e8"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:20.730Z", "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-26T10:49:20.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "7c7f535d-e6f1-40e8-a629-84c3480fc3e8"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:20.854Z", "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-26T10:49:20.854Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "7c7f535d-e6f1-40e8-a629-84c3480fc3e8"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:20.854Z", "message": "[localhost] run: sudo mv /tmp/tmphaA000 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:20.854Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "7c7f535d-e6f1-40e8-a629-84c3480fc3e8"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:20.854Z", "message": "The config dict: {'public_ip': u'172.30.9.209', 'backends': {u'homer': {u'homer_5geog5': {u'public_address': u'', u'private_address': u'192.168.120.7', u'name': u'homer-5geog5'}}, u'sprout': {u'sprout_22q8t4': {u'public_address': u'', u'private_address': u'192.168.120.17', u'name': u'sprout-22q8t4'}}, u'bono': {u'bono_l2dlea': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.9', u'name': u'bono-l2dlea'}}}, 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.8', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:20.854Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "7c7f535d-e6f1-40e8-a629-84c3480fc3e8"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:20.854Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:20.854Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "7c7f535d-e6f1-40e8-a629-84c3480fc3e8"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:20.854Z", "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-26T10:49:20.854Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "7c7f535d-e6f1-40e8-a629-84c3480fc3e8"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:21.128Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:21.128Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:21.878Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:21.878Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "7c7f535d-e6f1-40e8-a629-84c3480fc3e8"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:21.878Z", "message": "Downloaded scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py to /tmp/OXNIV/add-snmpproxy-collector.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:21.878Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "524b5b64-8b72-4cf9-8e59-49ab7600713b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:21.878Z", "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-26T10:49:21.878Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "7c7f535d-e6f1-40e8-a629-84c3480fc3e8"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:21.878Z", "message": "[localhost] run: sudo mv /tmp/tmpiObkmZ /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:21.878Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "7c7f535d-e6f1-40e8-a629-84c3480fc3e8"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:22.025Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:22.025Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:22.025Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:22.025Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}], "metadata": {"pagination": {"total": 1778, "offset": 1737, "size": 50}}} 2018-10-26 10:49:25,963 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:49:25,963 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:49:25 GMT 2018-10-26 10:49:25,964 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:49:25,964 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8765 2018-10-26 10:49:25,964 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:49:25,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-26 10:49:25,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-10-26 10:49:25,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-10-26 10:49:25,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-10-26 10:49:25,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmphaA000 /etc/bind/db.clearwater.local 2018-10-26 10:49:25,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.209', 'backends': {u'homer': {u'homer_5geog5': {u'public_address': u'', u'private_address': u'192.168.120.7', u'name': u'homer-5geog5'}}, u'sprout': {u'sprout_22q8t4': {u'public_address': u'', u'private_address': u'192.168.120.17', u'name': u'sprout-22q8t4'}}, u'bono': {u'bono_l2dlea': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.9', u'name': u'bono-l2dlea'}}}, 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.8', u'hss_hostname': u''}. 2018-10-26 10:49:25,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-10-26 10:49:25,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-10-26 10:49:25,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-26 10:49:25,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-10-26 10:49:25,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py to /tmp/OXNIV/add-snmpproxy-collector.py 2018-10-26 10:49:25,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-10-26 10:49:25,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpiObkmZ /etc/bind/db.clearwater.opnfv 2018-10-26 10:49:25,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-26 10:49:25,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-26 10:49:25,967 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:49:26,101 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:49:26,101 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:49:26,101 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:49:26,101 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:49:26,101 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:49:26,101 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:49:26,101 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:49:26,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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:49:26,102 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:49:26,102 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:49:26 GMT 2018-10-26 10:49:26,102 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:49:26,102 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:49:26,102 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:49:31,107 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:49:31,528 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:49:31,529 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:49:31,529 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:49:31,529 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:49:31,529 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:49:31,529 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:49:31,529 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:49:31,529 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1778, "offset": 1752, "size": 50}}} 2018-10-26 10:49:31,529 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:49:31,529 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:49:31 GMT 2018-10-26 10:49:31,530 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:49:31,530 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-26 10:49:31,530 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:49:31,530 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:49:31,662 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:49:31,663 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:49:31,663 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:49:31,663 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:49:31,663 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:49:31,663 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:49:31,663 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:49:31,663 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:49:31,663 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:49:31,664 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:49:31 GMT 2018-10-26 10:49:31,664 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:49:31,664 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:49:31,664 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:49:36,669 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:49:36,889 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:49:36,889 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:49:36,889 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:49:36,889 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:49:36,889 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:49:36,889 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:49:36,889 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:49:36,890 - 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-26T10:49:32.975Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:32.975Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "ellis_xf14gm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:33.101Z", "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 1 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 (9,999 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 58121 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.069s\nuser\t0m12.266s\nsys\t0m3.067s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:33.101Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "93961804-4577-4c98-9097-e51c67cd3254"}, {"node_instance_id": "ellis_xf14gm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:33.892Z", "message": "[ellis] Configure a new DNS server", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:33.892Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "93961804-4577-4c98-9097-e51c67cd3254"}, {"node_instance_id": "ellis_xf14gm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:33.892Z", "message": "[ellis] sudo service dnsmasq force", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:33.892Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "93961804-4577-4c98-9097-e51c67cd3254"}, {"node_instance_id": "ellis_xf14gm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:33.892Z", "message": "[ellis] The installation packages is done correctly", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:33.892Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "93961804-4577-4c98-9097-e51c67cd3254"}, {"node_instance_id": "ellis_xf14gm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:36.058Z", "message": "[ellis] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.061s\nuser\t0m0.007s\nsys\t0m0.053s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:36.058Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "93961804-4577-4c98-9097-e51c67cd3254"}, {"node_instance_id": "ellis_xf14gm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:36.382Z", "message": "[ellis] sudo ifconfig ", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:36.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "93961804-4577-4c98-9097-e51c67cd3254"}], "metadata": {"pagination": {"total": 1785, "offset": 1752, "size": 50}}} 2018-10-26 10:49:36,890 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:49:36,890 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:49:36 GMT 2018-10-26 10:49:36,890 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:49:36,890 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 17580 2018-10-26 10:49:36,890 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:49:36,891 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-26 10:49:36,891 - 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 1 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 (9,999 kB/s) Selecting previously unselected package python-mock. (Reading database ... 58121 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.069s user 0m12.266s sys 0m3.067s 2018-10-26 10:49:36,891 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] Configure a new DNS server 2018-10-26 10:49:36,892 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo service dnsmasq force 2018-10-26 10:49:36,892 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] The installation packages is done correctly 2018-10-26 10:49:36,892 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.061s user 0m0.007s sys 0m0.053s 2018-10-26 10:49:36,892 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo ifconfig 2018-10-26 10:49:36,892 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:49:37,389 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:49:37,389 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:49:37,389 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:49:37,390 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:49:37,390 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:49:37,390 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:49:37,390 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:49:37,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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:49:37,390 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:49:37,390 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:49:37 GMT 2018-10-26 10:49:37,390 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:49:37,390 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:49:37,391 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:49:42,396 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:49:43,015 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:49:43,015 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:49:43,015 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:49:43,015 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:49:43,015 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:49:43,015 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:49:43,016 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:49:43,016 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_xf14gm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:37.634Z", "message": "[ellis] sudo find /var/log", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:37.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "93961804-4577-4c98-9097-e51c67cd3254"}, {"node_instance_id": "ellis_xf14gm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:37.634Z", "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 11256/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1100/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9997/monit \ntcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 10172/nginx \ntcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 9253/mysqld \ntcp 0 0 192.168.120.5:2380 0.0.0.0:* LISTEN 10699/etcd \ntcp6 0 0 ::1:53 :::* LISTEN 11256/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1100/sshd \ntcp6 0 0 :::4000 :::* LISTEN 10699/etcd \nudp 0 0 192.168.120.5:123 0.0.0.0:* 9405/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 9405/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 9405/ntpd \nudp 0 0 0.0.0.0:35722 0.0.0.0:* 567/dhclient \nudp 0 0 127.0.0.1:53 0.0.0.0:* 11256/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 567/dhclient \nudp6 0 0 fe80::f816:3eff:fe1:123 :::* 9405/ntpd \nudp6 0 0 ::1:123 :::* 9405/ntpd \nudp6 0 0 :::123 :::* 9405/ntpd \nudp6 0 0 :::12005 :::* 567/dhclient \nudp6 0 0 ::1:53 :::* 11256/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 11069 1650/python2.7 /tmp/cloudify-logging-server-9f8d6.socket\nunix 2 [ ACC ] STREAM LISTENING 11832 1856/python2.7 /tmp/ctx-QvQcv0.socket\nunix 2 [ ACC ] SEQPACKET LISTENING 7264 392/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 1577 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 21412 10357/python /tmp/.ellis-sock\nunix 2 [ ACC ] STREAM LISTENING 8043 904/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] STREAM LISTENING 20844 9253/mysqld /var/run/mysqld/mysqld.sock\nunix 2 [ ACC ] STREAM LISTENING 9329 1144/acpid /var/run/acpid.socket\n\nreal\t0m0.008s\nuser\t0m0.000s\nsys\t0m0.008s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:37.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "93961804-4577-4c98-9097-e51c67cd3254"}, {"node_instance_id": "ellis_xf14gm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:37.634Z", "message": "[ellis] sudo ps ", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:37.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "93961804-4577-4c98-9097-e51c67cd3254"}, {"node_instance_id": "ellis_xf14gm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:37.634Z", "message": "[ellis] sudo netstat ", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:37.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "93961804-4577-4c98-9097-e51c67cd3254"}, {"node_instance_id": "ellis_xf14gm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:37.634Z", "message": "[ellis] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 10:41 ? 00:00:00 /sbin/init\nroot 2 0 0 10:41 ? 00:00:00 [kthreadd]\nroot 3 2 0 10:41 ? 00:00:00 [ksoftirqd/0]\nroot 4 2 0 10:41 ? 00:00:00 [kworker/0:0]\nroot 5 2 0 10:41 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 10:41 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 10:41 ? 00:00:00 [rcu_sched]\nroot 8 2 0 10:41 ? 00:00:00 [rcuos/0]\nroot 9 2 0 10:41 ? 00:00:00 [rcuos/1]\nroot 10 2 0 10:41 ? 00:00:00 [rcu_bh]\nroot 11 2 0 10:41 ? 00:00:00 [rcuob/0]\nroot 12 2 0 10:41 ? 00:00:00 [rcuob/1]\nroot 13 2 0 10:41 ? 00:00:00 [migration/0]\nroot 14 2 0 10:41 ? 00:00:00 [watchdog/0]\nroot 15 2 0 10:41 ? 00:00:00 [watchdog/1]\nroot 16 2 0 10:41 ? 00:00:00 [migration/1]\nroot 17 2 0 10:41 ? 00:00:00 [ksoftirqd/1]\nroot 19 2 0 10:41 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 10:41 ? 00:00:00 [khelper]\nroot 21 2 0 10:41 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 10:41 ? 00:00:00 [netns]\nroot 23 2 0 10:41 ? 00:00:00 [writeback]\nroot 24 2 0 10:41 ? 00:00:00 [kintegrityd]\nroot 25 2 0 10:41 ? 00:00:00 [bioset]\nroot 27 2 0 10:41 ? 00:00:00 [kblockd]\nroot 28 2 0 10:41 ? 00:00:00 [ata_sff]\nroot 29 2 0 10:41 ? 00:00:00 [khubd]\nroot 30 2 0 10:41 ? 00:00:00 [md]\nroot 31 2 0 10:41 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 10:41 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 10:41 ? 00:00:00 [khungtaskd]\nroot 35 2 0 10:41 ? 00:00:00 [kswapd0]\nroot 36 2 0 10:41 ? 00:00:00 [vmstat]\nroot 37 2 0 10:41 ? 00:00:00 [ksmd]\nroot 38 2 0 10:41 ? 00:00:00 [khugepaged]\nroot 39 2 0 10:41 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 10:41 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 10:41 ? 00:00:00 [crypto]\nroot 53 2 0 10:41 ? 00:00:00 [kthrotld]\nroot 54 2 0 10:41 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 10:41 ? 00:00:00 [vballoon]\nroot 56 2 0 10:41 ? 00:00:00 [kworker/1:1]\nroot 57 2 0 10:41 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 10:41 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 10:41 ? 00:00:00 [deferwq]\nroot 80 2 0 10:41 ? 00:00:00 [charger_manager]\nroot 122 2 0 10:41 ? 00:00:00 [kpsmoused]\nroot 125 2 0 10:41 ? 00:00:00 [kworker/1:2]\nroot 186 2 0 10:41 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 10:41 ? 00:00:00 [ext4-rsv-conver]\nroot 387 1 0 10:41 ? 00:00:00 upstart-udev-bridge --daemon\nroot 392 1 0 10:41 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 430 2 0 10:41 ? 00:00:00 [kworker/u5:1]\nroot 431 2 0 10:41 ? 00:00:00 [kworker/u5:2]\nroot 510 1 0 10:41 ? 00:00:00 upstart-socket-bridge --daemon\nroot 567 1 0 10:41 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 819 2 0 10:41 ? 00:00:00 [kauditd]\nmessage+ 904 1 0 10:41 ? 00:00:00 dbus-daemon --system --fork\nroot 935 1 0 10:41 ? 00:00:00 /lib/systemd/systemd-logind\nroot 949 1 0 10:41 ? 00:00:00 upstart-file-bridge --daemon\nsyslog 963 1 0 10:41 ? 00:00:00 rsyslogd\nroot 1050 1 0 10:41 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1053 1 0 10:41 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1059 1 0 10:41 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1060 1 0 10:41 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1062 1 0 10:41 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1100 1 0 10:41 ? 00:00:00 /usr/sbin/sshd -D\nroot 1106 1 0 10:41 ? 00:00:00 cron\ndaemon 1107 1 0 10:41 ? 00:00:00 atd\nroot 1117 1 0 10:41 ? 00:00:00 /usr/sbin/irqbalance\nroot 1144 1 0 10:41 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1255 1 0 10:41 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1261 1 0 10:41 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nubuntu 1650 1 0 10:42 ? 00:00:00 /home/ubuntu/ellis_host_gh9gv2/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q ellis_host_gh9gv2 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@ellis_host_gh9gv2 --logging-server-logdir=/home/ubuntu/ellis_host_gh9gv2/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/ellis_host_gh9gv2/work/ellis_host_gh9gv2%I.log --pidfile=/home/ubuntu/ellis_host_gh9gv2/work/ellis_host_gh9gv2.pid\nubuntu 1764 1 0 10:42 ? 00:00:02 python2.7 /home/ubuntu/ellis_host_gh9gv2/env/bin/diamond --configfile /home/ubuntu/ellis_host_gh9gv2/work/plugins/diamond/etc/diamond.conf\nubuntu 1832 1650 0 10:44 ? 00:00:00 /home/ubuntu/ellis_host_gh9gv2/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q ellis_host_gh9gv2 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@ellis_host_gh9gv2 --logging-server-logdir=/home/ubuntu/ellis_host_gh9gv2/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/ellis_host_gh9gv2/work/ellis_host_gh9gv2%I.log --pidfile=/home/ubuntu/ellis_host_gh9gv2/work/ellis_host_gh9gv2.pid\nubuntu 1856 1832 0 10:45 ? 00:00:00 /home/ubuntu/ellis_host_gh9gv2/env/bin/python2.7 /home/ubuntu/ellis_host_gh9gv2/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-UhjP3v\nubuntu 1867 1856 0 10:45 ? 00:00:00 /bin/sh -c /tmp/0YQYM/install-ellis.sh\nubuntu 1869 1867 0 10:45 ? 00:00:00 /bin/bash -e /tmp/0YQYM/install-ellis.sh\nroot 3417 2 0 10:46 ? 00:00:00 [kworker/u5:0]\nmysql 9253 1 0 10:47 ? 00:00:00 /usr/sbin/mysqld\nntp 9405 1 0 10:47 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 107:112\nroot 9997 1 0 10:48 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 10056 1 0 10:48 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor\nroot 10060 10056 0 10:48 ? 00:00:00 inotifywait -e create -qq .\nroot 10172 1 0 10:48 ? 00:00:00 nginx: master process /usr/sbin/nginx\nwww-data 10173 10172 0 10:48 ? 00:00:00 nginx: worker process\nwww-data 10174 10172 0 10:48 ? 00:00:00 nginx: worker process\nwww-data 10175 10172 0 10:48 ? 00:00:00 nginx: worker process\nwww-data 10176 10172 0 10:48 ? 00:00:00 nginx: worker process\nellis 10357 1 0 10:48 ? 00:00:00 /usr/share/clearwater/ellis/env/bin/python -m metaswitch.ellis.main --log-level 2 --background\nclearwa+ 10699 1 1 10:49 ? 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.5:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.5 --name 192-168-120-5 --debug --initial-cluster 192-168-120-8=http://192.168.120.8:2380,192-168-120-9=http://192.168.120.9:2380,192-168-120-5=http://192.168.120.5:2380 --initial-cluster-state existing --initial-advertise-peer-urls http://192.168.120.5:2380 --listen-peer-urls http://192.168.120.5:2380\nroot 10855 1 0 10:49 ? 00:00:00 /usr/share/clearwater/clearwater-cluster-manager/env/bin/python /usr/share/clearwater/bin/clearwater-cluster-manager --mgmt-local-ip=192.168.120.5 --sig-local-ip=192.168.120.5 --local-site=site1 --remote-site= --remote-cassandra-seeds= --signaling-namespace= --uuid=11bc4067-532b-4a99-aeaf-93b57a3106c0 --etcd-key=clearwater --etcd-cluster-key=ellis --cluster-manager-enabled=Y --log-level=3 --log-directory=/var/log/clearwater-cluster-manager --pidfile=/var/run/clearwater-cluster-manager.pid\nroot 10963 1 0 10:49 ? 00:00:00 /usr/share/clearwater/clearwater-queue-manager/env/bin/python /usr/share/clearwater/bin/clearwater-queue-manager --local-ip=192.168.120.5 --local-site=site1 --log-level=3 --log-directory=/var/log/clearwater-queue-manager --pidfile=/var/run/clearwater-queue-manager.pid --etcd-key=clearwater --node-type=ellis --wait-plugin-complete=Y\nroot 11076 9997 0 10:49 ? 00:00:00 [nginx_ping] \nroot 11078 9997 0 10:49 ? 00:00:00 [check-nginx-upt] \nroot 11079 9997 0 10:49 ? 00:00:00 [check-monit-upt] \nroot 11087 9997 0 10:49 ? 00:00:00 [poll_ellis.sh] \nroot 11089 9997 0 10:49 ? 00:00:00 [poll_ellis_http] \nroot 11096 9997 0 10:49 ? 00:00:00 [check-queue-man] \nroot 11099 9997 0 10:49 ? 00:00:00 [check-etcd-upti] \nroot 11102 9997 0 10:49 ? 00:00:00 [poll_etcd_clust] \nroot 11107 9997 0 10:49 ? 00:00:00 [poll_etcd.sh] \nroot 11136 1 0 10:49 ? 00:00:00 /usr/share/clearwater/clearwater-config-manager/env/bin/python /usr/share/clearwater/bin/clearwater-config-manager --local-ip=192.168.120.5 --local-site=site1 --log-level=3 --log-directory=/var/log/clearwater-config-manager --pidfile=/var/run/clearwater-config-manager.pid --etcd-key=clearwater\ndnsmasq 11256 1 0 10:49 ? 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 11325 1869 0 10:49 ? 00:00:00 /bin/bash -e /tmp/0YQYM/install-ellis.sh\nubuntu 11326 11325 0 10:49 ? 00:00:00 /bin/bash -e /tmp/0YQYM/install-ellis.sh\nroot 11327 11326 0 10:49 ? 00:00:00 sudo ps -edf\nroot 11328 11327 0 10:49 ? 00:00:00 ps -edf\n\nreal\t0m0.011s\nuser\t0m0.009s\nsys\t0m0.002s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:37.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "93961804-4577-4c98-9097-e51c67cd3254"}, {"node_instance_id": "ellis_xf14gm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:37.634Z", "message": "[ellis] => eth0 Link encap:Ethernet HWaddr fa:16:3e:1b:52:2d \n inet addr:192.168.120.5 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe1b:522d/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:100891 errors:0 dropped:0 overruns:0 frame:0\n TX packets:62073 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:147801665 (147.8 MB) TX bytes:11291030 (11.2 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:381 errors:0 dropped:0 overruns:0 frame:0\n TX packets:381 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:37558 (37.5 KB) TX bytes:37558 (37.5 KB)\n\n\nreal\t0m0.005s\nuser\t0m0.004s\nsys\t0m0.002s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:37.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "93961804-4577-4c98-9097-e51c67cd3254"}, {"node_instance_id": "ellis_xf14gm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:38.649Z", "message": "[ellis] => /var/log\n/var/log/mysql.log\n/var/log/mysql\n/var/log/mysql/error.log\n/var/log/mysql.err\n/var/log/sysstat\n/var/log/sysstat/sa26\n/var/log/sysstat/clearwater-sa26\n/var/log/dpkg.log\n/var/log/wtmp\n/var/log/iotop.log\n/var/log/fsck\n/var/log/fsck/checkroot\n/var/log/fsck/checkfs\n/var/log/dmesg\n/var/log/btmp\n/var/log/alternatives.log\n/var/log/clearwater-config-manager\n/var/log/clearwater-config-manager/config-manager_20181026T100000Z.txt\n/var/log/clearwater-config-manager/config-manager.output.log\n/var/log/apt\n/var/log/apt/history.log\n/var/log/apt/term.log\n/var/log/monit.log\n/var/log/clearwater-diags-monitor.log\n/var/log/dist-upgrade\n/var/log/syslog\n/var/log/landscape\n/var/log/landscape/sysinfo.log\n/var/log/cloud-init.log\n/var/log/clearwater-cluster-manager\n/var/log/clearwater-cluster-manager/cluster-manager_20181026T100000Z.txt\n/var/log/clearwater-cluster-manager/cluster-manager.output.log\n/var/log/nginx\n/var/log/nginx/error.log\n/var/log/nginx/access.log\n/var/log/kern.log\n/var/log/upstart\n/var/log/upstart/mysql.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/container-detect.log\n/var/log/upstart/rsyslog.log\n/var/log/ntpstats\n/var/log/udev\n/var/log/clearwater-queue-manager\n/var/log/clearwater-queue-manager/queue-manager.output.log\n/var/log/clearwater-queue-manager/queue_operation.log\n/var/log/clearwater-queue-manager/queue-manager_20181026T100000Z.txt\n/var/log/cloud-init-output.log\n/var/log/lastlog\n/var/log/boot.log\n/var/log/ellis\n/var/log/dmesg.0\n/var/log/auth.log\n/var/log/clearwater-etcd\n/var/log/clearwater-etcd/clearwater-etcd.log\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/unattended-upgrades\n\nreal\t0m0.007s\nuser\t0m0.005s\nsys\t0m0.000s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:38.649Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "93961804-4577-4c98-9097-e51c67cd3254"}, {"node_instance_id": "ellis_xf14gm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:38.649Z", "message": "[ellis] => 26-10-2018 10:49:21.392 UTC INFO utils.py:310 (thread MainThread): Acquired exclusive lock on /var/run/clearwater-cluster-manager.pid.lockfile\n26-10-2018 10:49:21.393 UTC INFO main.py:196 (thread MainThread): No plugin threads running, waiting for a SIGTERM or SIGQUIT\n\nreal\t0m0.005s\nuser\t0m0.004s\nsys\t0m0.002s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:38.649Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "93961804-4577-4c98-9097-e51c67cd3254"}, {"node_instance_id": "ellis_xf14gm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:38.649Z", "message": "[ellis] => [26-Oct-2018 10:48:42 UTC] clearwater-diags-monitor starting\n[26-Oct-2018 10:48:42 UTC] Waiting for trigger files\n\nreal\t0m0.005s\nuser\t0m0.001s\nsys\t0m0.004s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:38.649Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "93961804-4577-4c98-9097-e51c67cd3254"}, {"node_instance_id": "ellis_xf14gm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:38.649Z", "message": "[ellis] sudo cat /var/log/clearwater", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:38.649Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "93961804-4577-4c98-9097-e51c67cd3254"}, {"node_instance_id": "ellis_xf14gm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:39.676Z", "message": "[ellis] => 2018-10-26 10:49:16.073578750 Stopping etcd clearwater-etcd\n2018-10-26 10:49:16.764020701 Restarting etcd clearwater-etcd\n2018-10-26 10:49:16.770274204 Configured ETCDCTL_PEERS: 192.168.120.8:4000,\n2018-10-26 10:49:16.771082775 Check for previous failed startup attempt\n2018-10-26 10:49:16.772471949 Running etcdctl member list\nc91d5277ccaf7fc8: name=192-168-120-8 peerURLs=http://192.168.120.8:2380 clientURLs=http://192.168.120.8:4000 isLeader=true\ne99338c2b8d1b2ca: name=192-168-120-9 peerURLs=http://192.168.120.9:2380 clientURLs=http://192.168.120.9:4000 isLeader=false\n2018-10-26 10:49:16.791333999 etcdctl returned 0\n2018-10-26 10:49:16.803132072 Joining existing cluster...\n2018-10-26 10:49:17.807006013 Configured ETCDCTL_PEERS: 192.168.120.8:4000,\n2018-10-26 10:49:17.807777568 Check cluster is healthy\n2018-10-26 10:49:17.809591673 Running etcdctl cluster-health\nmember c91d5277ccaf7fc8 is healthy: got healthy result from http://192.168.120.8:4000\nmember e99338c2b8d1b2ca is healthy: got healthy result from http://192.168.120.9:4000\ncluster is healthy\n2018-10-26 10:49:17.850538361 etcdctl returned 0\n2018-10-26 10:49:17.851682199 Tell the cluster we're joining\n2018-10-26 10:49:17.852453383 Running etcdctl member add 192-168-120-5 http://192.168.120.5:2380\nAdded member named 192-168-120-5 with ID ef5e44464d3409c9 to cluster\n\nETCD_NAME=\"192-168-120-5\"\nETCD_INITIAL_CLUSTER=\"192-168-120-8=http://192.168.120.8:2380,192-168-120-9=http://192.168.120.9:2380,192-168-120-5=http://192.168.120.5:2380\"\nETCD_INITIAL_CLUSTER_STATE=\"existing\"\n2018-10-26 10:49:17.890086296 etcdctl returned 0\n2018-10-26 10:49:17.921484717 Starting etcd with: --listen-client-urls http://0.0.0.0:4000\n --advertise-client-urls http://192.168.120.5:4000\n --data-dir /var/lib/clearwater-etcd/192.168.120.5\n --name 192-168-120-5\n --debug --initial-cluster 192-168-120-8=http://192.168.120.8:2380,192-168-120-9=http://192.168.120.9:2380,192-168-120-5=http://192.168.120.5:2380\n --initial-cluster-state existing\n --initial-advertise-peer-urls http://192.168.120.5:2380\n --listen-peer-urls http://192.168.120.5:2380\n2018-10-26 10:49:17.923239018 Check we're actually a member of the cluster\n2018-10-26 10:49:17.935348574 Wait for etcd to startup\n2018-10-26 10:49:18.942747206 Etcd started successfully\n2018-10-26 10:49:17.956271 I | etcdmain: etcd Version: 3.1.7\n2018-10-26 10:49:17.956358 I | etcdmain: Git SHA: 43b7507\n2018-10-26 10:49:17.956364 I | etcdmain: Go Version: go1.7.5\n2018-10-26 10:49:17.956368 I | etcdmain: Go OS/Arch: linux/amd64\n2018-10-26 10:49:17.956372 I | etcdmain: setting maximum number of CPUs to 2, total number of available CPUs is 2\n2018-10-26 10:49:17.956517 I | embed: listening for peers on http://192.168.120.5:2380\n2018-10-26 10:49:17.956603 I | embed: listening for client requests on 0.0.0.0:4000\n2018-10-26 10:49:18.019618 I | etcdserver: name = 192-168-120-5\n2018-10-26 10:49:18.019638 I | etcdserver: data dir = /var/lib/clearwater-etcd/192.168.120.5\n2018-10-26 10:49:18.019645 I | etcdserver: member dir = /var/lib/clearwater-etcd/192.168.120.5/member\n2018-10-26 10:49:18.019650 I | etcdserver: heartbeat = 100ms\n2018-10-26 10:49:18.019654 I | etcdserver: election = 1000ms\n2018-10-26 10:49:18.019658 I | etcdserver: snapshot count = 10000\n2018-10-26 10:49:18.019667 I | etcdserver: advertise client URLs = http://192.168.120.5:4000\n2018-10-26 10:49:18.920970 I | etcdserver: starting member ef5e44464d3409c9 in cluster e9797582796aa048\n2018-10-26 10:49:18.921043 I | raft: ef5e44464d3409c9 became follower at term 0\n2018-10-26 10:49:18.921072 I | raft: newRaft ef5e44464d3409c9 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]\n2018-10-26 10:49:18.921078 I | raft: ef5e44464d3409c9 became follower at term 1\n2018-10-26 10:49:19.086888 I | rafthttp: started HTTP pipelining with peer c91d5277ccaf7fc8\n2018-10-26 10:49:19.086963 I | rafthttp: started HTTP pipelining with peer e99338c2b8d1b2ca\n2018-10-26 10:49:19.086987 I | rafthttp: starting peer c91d5277ccaf7fc8...\n2018-10-26 10:49:19.087038 I | rafthttp: started HTTP pipelining with peer c91d5277ccaf7fc8\n2018-10-26 10:49:19.090519 I | rafthttp: started streaming with peer c91d5277ccaf7fc8 (writer)\n2018-10-26 10:49:19.093264 I | rafthttp: started peer c91d5277ccaf7fc8\n2018-10-26 10:49:19.093313 I | rafthttp: added peer c91d5277ccaf7fc8\n2018-10-26 10:49:19.093328 I | rafthttp: starting peer e99338c2b8d1b2ca...\n2018-10-26 10:49:19.093342 I | rafthttp: started HTTP pipelining with peer e99338c2b8d1b2ca\n2018-10-26 10:49:19.095625 I | rafthttp: started streaming with peer c91d5277ccaf7fc8 (writer)\n2018-10-26 10:49:19.095727 I | rafthttp: started streaming with peer c91d5277ccaf7fc8 (stream MsgApp v2 reader)\n2018-10-26 10:49:19.096037 I | rafthttp: started streaming with peer e99338c2b8d1b2ca (writer)\n2018-10-26 10:49:19.096057 I | rafthttp: started streaming with peer e99338c2b8d1b2ca (writer)\n2018-10-26 10:49:19.096142 I | rafthttp: started streaming with peer c91d5277ccaf7fc8 (stream Message reader)\n2018-10-26 10:49:19.096625 I | rafthttp: started peer e99338c2b8d1b2ca\n2018-10-26 10:49:19.096646 I | rafthttp: added peer e99338c2b8d1b2ca\n2018-10-26 10:49:19.096674 I | etcdserver: starting server... [version: 3.1.7, cluster version: to_be_decided]\n2018-10-26 10:49:19.097341 I | rafthttp: started streaming with peer e99338c2b8d1b2ca (stream MsgApp v2 reader)\n2018-10-26 10:49:19.097484 I | rafthttp: started streaming with peer e99338c2b8d1b2ca (stream Message reader)\n2018-10-26 10:49:19.098812 I | rafthttp: peer e99338c2b8d1b2ca became active\n2018-10-26 10:49:19.098827 I | rafthttp: established a TCP streaming connection with peer e99338c2b8d1b2ca (stream Message writer)\n2018-10-26 10:49:19.098961 I | rafthttp: established a TCP streaming connection with peer e99338c2b8d1b2ca (stream MsgApp v2 writer)\n2018-10-26 10:49:19.099087 I | rafthttp: peer c91d5277ccaf7fc8 became active\n2018-10-26 10:49:19.099099 I | rafthttp: established a TCP streaming connection with peer c91d5277ccaf7fc8 (stream MsgApp v2 writer)\n2018-10-26 10:49:19.099179 I | rafthttp: established a TCP streaming connection with peer c91d5277ccaf7fc8 (stream Message writer)\n2018-10-26 10:49:19.099422 I | raft: ef5e44464d3409c9 [term: 1] received a MsgHeartbeat message with higher term from c91d5277ccaf7fc8 [term: 3]\n2018-10-26 10:49:19.099438 I | raft: ef5e44464d3409c9 became follower at term 3\n2018-10-26 10:49:19.099462 I | raft: raft.node: ef5e44464d3409c9 elected leader c91d5277ccaf7fc8 at term 3\n2018-10-26 10:49:19.100250 I | rafthttp: established a TCP streaming connection with peer c91d5277ccaf7fc8 (stream MsgApp v2 reader)\n2018-10-26 10:49:19.100396 I | rafthttp: established a TCP streaming connection with peer c91d5277ccaf7fc8 (stream Message reader)\n2018-10-26 10:49:19.102450 I | rafthttp: established a TCP streaming connection with peer e99338c2b8d1b2ca (stream MsgApp v2 reader)\n2018-10-26 10:49:19.102539 I | rafthttp: established a TCP streaming connection with peer e99338c2b8d1b2ca (stream Message reader)\n2018-10-26 10:49:19.580196 D | raft: ef5e44464d3409c9 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from c91d5277ccaf7fc8\n2018-10-26 10:49:19.711630 D | raft: ef5e44464d3409c9 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from c91d5277ccaf7fc8\n2018-10-26 10:49:19.711657 D | raft: ef5e44464d3409c9 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from c91d5277ccaf7fc8\n2018-10-26 10:49:19.711697 D | raft: ef5e44464d3409c9 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from c91d5277ccaf7fc8\n2018-10-26 10:49:19.711708 D | raft: ef5e44464d3409c9 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from c91d5277ccaf7fc8\n2018-10-26 10:49:19.711718 D | raft: ef5e44464d3409c9 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from c91d5277ccaf7fc8\n2018-10-26 10:49:19.711727 D | raft: ef5e44464d3409c9 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from c91d5277ccaf7fc8\n2018-10-26 10:49:19.711738 D | raft: ef5e44464d3409c9 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from c91d5277ccaf7fc8\n2018-10-26 10:49:19.711744 D | raft: ef5e44464d3409c9 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from c91d5277ccaf7fc8\n2018-10-26 10:49:19.711755 D | raft: ef5e44464d3409c9 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from c91d5277ccaf7fc8\n2018-10-26 10:49:19.711773 D | raft: ef5e44464d3409c9 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from c91d5277ccaf7fc8\n2018-10-26 10:49:19.711785 D | raft: ef5e44464d3409c9 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from c91d5277ccaf7fc8\n2018-10-26 10:49:19.711791 D | raft: ef5e44464d3409c9 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from c91d5277ccaf7fc8\n2018-10-26 10:49:19.711802 D | raft: ef5e44464d3409c9 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from c91d5277ccaf7fc8\n2018-10-26 10:49:19.711810 D | raft: ef5e44464d3409c9 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from c91d5277ccaf7fc8\n2018-10-26 10:49:19.711819 D | raft: ef5e44464d3409c9 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from c91d5277ccaf7fc8\n2018-10-26 10:49:19.711824 D | raft: ef5e44464d3409c9 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from c91d5277ccaf7fc8\n2018-10-26 10:49:19.711854 D | raft: ef5e44464d3409c9 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from c91d5277ccaf7fc8\n2018-10-26 10:49:19.712596 I | etcdserver/membership: added member c91d5277ccaf7fc8 [http://192.168.120.8:2380] to cluster e9797582796aa048\n2018-10-26 10:49:19.713650 N | etcdserver/membership: set the initial cluster version to 3.1\n2018-10-26 10:49:19.713692 I | etcdserver/api: enabled capabilities for version 3.1\n2018-10-26 10:49:19.713966 I | etcdserver/membership: added member e99338c2b8d1b2ca [http://192.168.120.9:2380] to cluster e9797582796aa048\n2018-10-26 10:49:19.714141 I | etcdserver/membership: added member ef5e44464d3409c9 [http://192.168.120.5:2380] to cluster e9797582796aa048\n2018-10-26 10:49:19.764399 I | etcdserver: published {Name:192-168-120-5 ClientURLs:[http://192.168.120.5:4000]} to cluster e9797582796aa048\n2018-10-26 10:49:19.764497 I | embed: ready to serve client requests\n2018-10-26 10:49:19.764981 N | embed: serving insecure client requests on [::]:4000, this is strongly discouraged!\n2018-10-26 10:49:19.765869 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.5:54286\n2018-10-26 10:49:19.766188 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.5:54285\n2018-10-26 10:49:19.846981 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.5:54299\n2018-10-26 10:49:21.293373 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.5:54301\n2018-10-26 10:49:21.430472 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.5:54303\n2018-10-26 10:49:21.502197 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.5:54306\n2018-10-26 10:49:21.688161 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.17:48812\n2018-10-26 10:49:21.688505 D | etcdserver/api/v2http: [GET] /v2/members/leader remote:192.168.120.17:48812\n2018-10-26 10:49:22.452560 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.8:40185\n2018-10-26 10:49:26.653802 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/apply_config_ellis?quorum=true remote:192.168.120.5:54311\n2018-10-26 10:49:26.679060 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/site1/configuration/apply_config_ellis remote:192.168.120.5:54311\n2018-10-26 10:49:26.859786 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.5:54312\n2018-10-26 10:49:26.867064 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.5:54313\n2018-10-26 10:49:26.889187 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.5:54316\n2018-10-26 10:49:31.630870 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/site1/configuration/apply_config_ellis remote:192.168.120.5:54311\n2018-10-26 10:49:31.697260 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/apply_config_ellis?quorum=true remote:192.168.120.5:54311\n2018-10-26 10:49:31.729393 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.5:54319\n2018-10-26 10:49:31.740875 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.5:54320\n2018-10-26 10:49:31.819469 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.5:54323\n2018-10-26 10:49:33.942761 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/dns_json?quorum=true remote:192.168.120.5:54324\n2018-10-26 10:49:33.943266 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/shared_config?quorum=true remote:192.168.120.5:54325\n2018-10-26 10:49:34.468812 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/apply_config_ellis?quorum=true remote:192.168.120.5:54326\n2018-10-26 10:49:34.495589 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/site1/configuration/apply_config_ellis remote:192.168.120.5:54326\n2018-10-26 10:49:34.953793 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/apply_config_ellis remote:192.168.120.5:54327\n2018-10-26 10:49:35.249451 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.7:49258\n2018-10-26 10:49:35.249874 D | etcdserver/api/v2http: [GET] /v2/members/leader remote:192.168.120.7:49258\n2018-10-26 10:49:35.903536 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/site1/configuration/apply_config_ellis remote:192.168.120.5:54311\n2018-10-26 10:49:36.286059 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/apply_config_ellis?quorum=true remote:192.168.120.5:54311\n2018-10-26 10:49:36.502000 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/dns_json?quorum=true remote:192.168.120.5:54324\n2018-10-26 10:49:36.674223 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/dns_json?waitIndex=15&recursive=false&wait=true remote:192.168.120.5:54324\n2018-10-26 10:49:38.604797 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/shared_config?quorum=true remote:192.168.120.5:54325\n2018-10-26 10:49:38.633852 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/shared_config?waitIndex=15&recursive=false&wait=true remote:192.168.120.5:54325\n2018-10-26 10:49:38.754729 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.17:48816\n2018-10-26 10:49:38.807260 I | etcdserver/membership: added member 38d5c7824d4b96ac [http://192.168.120.17:2380] to cluster e9797582796aa048\n2018-10-26 10:49:38.807301 I | rafthttp: starting peer 38d5c7824d4b96ac...\n2018-10-26 10:49:38.807333 I | rafthttp: started HTTP pipelining with peer 38d5c7824d4b96ac\n2018-10-26 10:49:38.808047 I | rafthttp: started peer 38d5c7824d4b96ac\n2018-10-26 10:49:38.808077 I | rafthttp: added peer 38d5c7824d4b96ac\n2018-10-26 10:49:38.808092 I | rafthttp: started streaming with peer 38d5c7824d4b96ac (writer)\n2018-10-26 10:49:38.808107 I | rafthttp: started streaming with peer 38d5c7824d4b96ac (writer)\n2018-10-26 10:49:38.808127 I | rafthttp: started streaming with peer 38d5c7824d4b96ac (stream MsgApp v2 reader)\n2018-10-26 10:49:38.808141 I | rafthttp: started streaming with peer 38d5c7824d4b96ac (stream Message reader)\n2018-10-26 10:49:38.808416 D | rafthttp: failed to dial 38d5c7824d4b96ac on stream Message (dial tcp 192.168.120.17:2380: getsockopt: connection refused)\n2018-10-26 10:49:38.808464 D | rafthttp: failed to dial 38d5c7824d4b96ac on stream MsgApp v2 (dial tcp 192.168.120.17:2380: getsockopt: connection refused)\n\nreal\t0m0.005s\nuser\t0m0.004s\nsys\t0m0.001s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:39.676Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "93961804-4577-4c98-9097-e51c67cd3254"}, {"node_instance_id": "ellis_xf14gm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:39.676Z", "message": "[ellis] sudo cat /var/log/clearwater", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:39.676Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "93961804-4577-4c98-9097-e51c67cd3254"}, {"node_instance_id": "ellis_xf14gm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:39.676Z", "message": "[ellis] => 26-10-2018 10:49:31.820 UTC INFO utils.py:310 (thread MainThread): Acquired exclusive lock on /var/run/clearwater-config-manager.pid.lockfile\n26-10-2018 10:49:31.820 UTC INFO plugin_loader.py:26 (thread MainThread): Inspecting shared_config_plugin.py\n26-10-2018 10:49:31.824 UTC INFO plugin_loader.py:34 (thread MainThread): Loading shared_config_plugin.py\n26-10-2018 10:49:31.824 UTC INFO plugin_loader.py:36 (thread MainThread): Loaded shared_config_plugin.py successfully\n26-10-2018 10:49:31.824 UTC INFO plugin_loader.py:26 (thread MainThread): Inspecting dns_json_plugin.py\n26-10-2018 10:49:31.825 UTC INFO plugin_loader.py:34 (thread MainThread): Loading dns_json_plugin.py\n26-10-2018 10:49:31.825 UTC INFO plugin_loader.py:36 (thread MainThread): Loaded dns_json_plugin.py successfully\n26-10-2018 10:49:31.837 UTC INFO alarms.py:312 (thread MainThread): Imported /usr/share/clearwater/bin/alarms.py\n26-10-2018 10:49:33.941 UTC INFO main.py:113 (thread MainThread): Loaded plugin \n26-10-2018 10:49:33.941 UTC INFO main.py:113 (thread MainThread): Loaded plugin \n26-10-2018 10:49:33.942 UTC INFO main.py:120 (thread MainThread): Started thread for plugin \n26-10-2018 10:49:33.943 UTC INFO main.py:120 (thread MainThread): Started thread for plugin \n26-10-2018 10:49:34.389 UTC INFO common_etcd_synchronizer.py:302 (thread DNSJSONPlugin): Read value {\n \"hostnames\": [\n ]\n} from etcd, comparing to last value None\n26-10-2018 10:49:34.389 UTC INFO etcd_synchronizer.py:40 (thread DNSJSONPlugin): Got new config value from etcd - filename /etc/clearwater/dns.json, file size 24, MD5 hash b34e5b6d718cca35ce2d8841cea01ad6\n26-10-2018 10:49:34.389 UTC INFO dns_json_plugin.py:45 (thread DNSJSONPlugin): Updating DNS configuration file\n26-10-2018 10:49:34.390 UTC INFO common_etcd_synchronizer.py:302 (thread SharedConfigPlugin): Read value # Deployment definitions\nhome_domain=clearwater.opnfv\nsprout_hostname=sprout.clearwater.local\nchronos_hostname=192.168.120.8: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.8\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 from etcd, comparing to last value None\n26-10-2018 10:49:34.390 UTC INFO etcd_synchronizer.py:40 (thread SharedConfigPlugin): Got new config value from etcd - filename /etc/clearwater/shared_config, file size 847, MD5 hash d715f12d6c9fe7a6d26272de34e5eb75\n26-10-2018 10:49:34.390 UTC INFO shared_config_plugin.py:50 (thread SharedConfigPlugin): Updating shared configuration file\n26-10-2018 10:49:36.673 UTC INFO common_etcd_synchronizer.py:302 (thread DNSJSONPlugin): Read value {\n \"hostnames\": [\n ]\n} from etcd, comparing to last value {\n \"hostnames\": [\n ]\n}\n26-10-2018 10:49:36.673 UTC INFO common_etcd_synchronizer.py:305 (thread DNSJSONPlugin): Watching for changes with 15\n26-10-2018 10:49:38.633 UTC INFO common_etcd_synchronizer.py:302 (thread SharedConfigPlugin): Read value # Deployment definitions\nhome_domain=clearwater.opnfv\nsprout_hostname=sprout.clearwater.local\nchronos_hostname=192.168.120.8: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.8\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 from etcd, comparing to last value # Deployment definitions\nhome_domain=clearwater.opnfv\nsprout_hostname=sprout.clearwater.local\nchronos_hostname=192.168.120.8: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.8\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\n26-10-2018 10:49:38.633 UTC INFO common_etcd_synchronizer.py:305 (thread SharedConfigPlugin): Watching for changes with 15\n\nreal\t0m0.005s\nuser\t0m0.004s\nsys\t0m0.002s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:39.676Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "93961804-4577-4c98-9097-e51c67cd3254"}, {"node_instance_id": "ellis_xf14gm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:40.707Z", "message": "[ellis] => 26-10-2018 10:49:26.641 UTC INFO utils.py:310 (thread MainThread): Acquired exclusive lock on /var/run/clearwater-queue-manager.pid.lockfile\n26-10-2018 10:49:26.642 UTC INFO plugin_loader.py:26 (thread MainThread): Inspecting apply_config_plugin.py\n26-10-2018 10:49:26.650 UTC INFO plugin_loader.py:34 (thread MainThread): Loading apply_config_plugin.py\n26-10-2018 10:49:26.650 UTC INFO plugin_loader.py:36 (thread MainThread): Loaded apply_config_plugin.py successfully\n26-10-2018 10:49:26.652 UTC INFO main.py:114 (thread MainThread): Loaded plugin \n26-10-2018 10:49:26.652 UTC INFO main.py:121 (thread MainThread): Started thread for plugin \n26-10-2018 10:49:26.678 UTC INFO common_etcd_synchronizer.py:332 (thread Thread-3): Key /clearwater/site1/configuration/apply_config_ellis doesn't exist in etcd yet\n26-10-2018 10:49:26.705 UTC INFO etcd_synchronizer.py:77 (thread ApplyConfigPlugin): Got new queue config {\"FORCE\": false, \"ERRORED\": [], \"COMPLETED\": [], \"QUEUED\": []} from etcd\n26-10-2018 10:49:26.705 UTC INFO alarms.py:23 (thread ApplyConfigPlugin): Clearing local alarm\n26-10-2018 10:49:26.711 UTC INFO alarms.py:312 (thread ApplyConfigPlugin): Imported /usr/share/clearwater/bin/alarms.py\n26-10-2018 10:49:28.815 UTC INFO alarms.py:23 (thread ApplyConfigPlugin): Clearing global alarm\n26-10-2018 10:49:30.915 UTC INFO etcd_synchronizer.py:122 (thread ApplyConfigPlugin): Writing state {\"ERRORED\": [], \"FORCE\": false, \"COMPLETED\": [], \"QUEUED\": []} into etcd with index None\n26-10-2018 10:49:31.697 UTC INFO alarms.py:23 (thread ApplyConfigPlugin): Clearing local alarm\n26-10-2018 10:49:31.792 UTC INFO common_etcd_synchronizer.py:302 (thread Thread-4): Read value {\"FORCE\": false, \"ERRORED\": [], \"COMPLETED\": [], \"QUEUED\": []} from etcd, comparing to last value None\n26-10-2018 10:49:33.800 UTC INFO alarms.py:23 (thread ApplyConfigPlugin): Clearing global alarm\n26-10-2018 10:49:35.902 UTC INFO etcd_synchronizer.py:122 (thread ApplyConfigPlugin): Writing state {\"ERRORED\": [], \"FORCE\": false, \"COMPLETED\": [], \"QUEUED\": []} into etcd with index None\n26-10-2018 10:49:36.621 UTC INFO common_etcd_synchronizer.py:302 (thread Thread-7): Read value {\"ERRORED\": [], \"FORCE\": false, \"COMPLETED\": [], \"QUEUED\": [{\"STATUS\": \"QUEUED\", \"ID\": \"192.168.120.5-ellis\"}]} from etcd, comparing to last value None\n26-10-2018 10:49:36.621 UTC INFO etcd_synchronizer.py:77 (thread ApplyConfigPlugin): Got new queue config {\"ERRORED\": [], \"FORCE\": false, \"COMPLETED\": [], \"QUEUED\": [{\"STATUS\": \"QUEUED\", \"ID\": \"192.168.120.5-ellis\"}]} from etcd\n26-10-2018 10:49:36.621 UTC INFO alarms.py:27 (thread ApplyConfigPlugin): Raising minor local alarm\n26-10-2018 10:49:38.724 UTC INFO alarms.py:27 (thread ApplyConfigPlugin): Raising minor global alarm\n26-10-2018 10:49:34.467 UTC INFO modify_nodes_in_queue.py:40: Using etcd key apply_config_ellis\n26-10-2018 10:49:34.468 UTC DEBUG modify_nodes_in_queue.py:45: Adding 192.168.120.5-ellis to queue to restart\n26-10-2018 10:49:34.953 UTC DEBUG modify_nodes_in_queue.py:50: Node successfully added to restart queue\n26-10-2018 10:49:34.954 UTC INFO modify_nodes_in_queue.py:85: New etcd state is {\"ERRORED\": [], \"FORCE\": false, \"COMPLETED\": [], \"QUEUED\": [{\"STATUS\": \"QUEUED\", \"ID\": \"192.168.120.5-ellis\"}]}\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:40.707Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "93961804-4577-4c98-9097-e51c67cd3254"}, {"node_instance_id": "ellis_xf14gm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:40.707Z", "message": "[ellis] Installation is done", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:40.707Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "93961804-4577-4c98-9097-e51c67cd3254"}, {"node_instance_id": "ellis_xf14gm", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:40.707Z", "message": "Execution done (return_code=0): /tmp/0YQYM/install-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:40.707Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "93961804-4577-4c98-9097-e51c67cd3254"}, {"node_instance_id": "ellis_xf14gm", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:40.929Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:40.929Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}], "metadata": {"pagination": {"total": 1805, "offset": 1759, "size": 50}}} 2018-10-26 10:49:43,016 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:49:43,016 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:49:43 GMT 2018-10-26 10:49:43,016 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:49:43,016 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 51447 2018-10-26 10:49:43,016 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:49:43,018 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo find /var/log 2018-10-26 10:49:43,018 - 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 11256/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1100/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9997/monit tcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 10172/nginx tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 9253/mysqld tcp 0 0 192.168.120.5:2380 0.0.0.0:* LISTEN 10699/etcd tcp6 0 0 ::1:53 :::* LISTEN 11256/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1100/sshd tcp6 0 0 :::4000 :::* LISTEN 10699/etcd udp 0 0 192.168.120.5:123 0.0.0.0:* 9405/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 9405/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 9405/ntpd udp 0 0 0.0.0.0:35722 0.0.0.0:* 567/dhclient udp 0 0 127.0.0.1:53 0.0.0.0:* 11256/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 567/dhclient udp6 0 0 fe80::f816:3eff:fe1:123 :::* 9405/ntpd udp6 0 0 ::1:123 :::* 9405/ntpd udp6 0 0 :::123 :::* 9405/ntpd udp6 0 0 :::12005 :::* 567/dhclient udp6 0 0 ::1:53 :::* 11256/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 11069 1650/python2.7 /tmp/cloudify-logging-server-9f8d6.socket unix 2 [ ACC ] STREAM LISTENING 11832 1856/python2.7 /tmp/ctx-QvQcv0.socket unix 2 [ ACC ] SEQPACKET LISTENING 7264 392/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 1577 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 21412 10357/python /tmp/.ellis-sock unix 2 [ ACC ] STREAM LISTENING 8043 904/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] STREAM LISTENING 20844 9253/mysqld /var/run/mysqld/mysqld.sock unix 2 [ ACC ] STREAM LISTENING 9329 1144/acpid /var/run/acpid.socket real 0m0.008s user 0m0.000s sys 0m0.008s 2018-10-26 10:49:43,018 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo ps 2018-10-26 10:49:43,019 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo netstat 2018-10-26 10:49:43,019 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 10:41 ? 00:00:00 /sbin/init root 2 0 0 10:41 ? 00:00:00 [kthreadd] root 3 2 0 10:41 ? 00:00:00 [ksoftirqd/0] root 4 2 0 10:41 ? 00:00:00 [kworker/0:0] root 5 2 0 10:41 ? 00:00:00 [kworker/0:0H] root 6 2 0 10:41 ? 00:00:00 [kworker/u4:0] root 7 2 0 10:41 ? 00:00:00 [rcu_sched] root 8 2 0 10:41 ? 00:00:00 [rcuos/0] root 9 2 0 10:41 ? 00:00:00 [rcuos/1] root 10 2 0 10:41 ? 00:00:00 [rcu_bh] root 11 2 0 10:41 ? 00:00:00 [rcuob/0] root 12 2 0 10:41 ? 00:00:00 [rcuob/1] root 13 2 0 10:41 ? 00:00:00 [migration/0] root 14 2 0 10:41 ? 00:00:00 [watchdog/0] root 15 2 0 10:41 ? 00:00:00 [watchdog/1] root 16 2 0 10:41 ? 00:00:00 [migration/1] root 17 2 0 10:41 ? 00:00:00 [ksoftirqd/1] root 19 2 0 10:41 ? 00:00:00 [kworker/1:0H] root 20 2 0 10:41 ? 00:00:00 [khelper] root 21 2 0 10:41 ? 00:00:00 [kdevtmpfs] root 22 2 0 10:41 ? 00:00:00 [netns] root 23 2 0 10:41 ? 00:00:00 [writeback] root 24 2 0 10:41 ? 00:00:00 [kintegrityd] root 25 2 0 10:41 ? 00:00:00 [bioset] root 27 2 0 10:41 ? 00:00:00 [kblockd] root 28 2 0 10:41 ? 00:00:00 [ata_sff] root 29 2 0 10:41 ? 00:00:00 [khubd] root 30 2 0 10:41 ? 00:00:00 [md] root 31 2 0 10:41 ? 00:00:00 [devfreq_wq] root 32 2 0 10:41 ? 00:00:00 [kworker/0:1] root 34 2 0 10:41 ? 00:00:00 [khungtaskd] root 35 2 0 10:41 ? 00:00:00 [kswapd0] root 36 2 0 10:41 ? 00:00:00 [vmstat] root 37 2 0 10:41 ? 00:00:00 [ksmd] root 38 2 0 10:41 ? 00:00:00 [khugepaged] root 39 2 0 10:41 ? 00:00:00 [fsnotify_mark] root 40 2 0 10:41 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 10:41 ? 00:00:00 [crypto] root 53 2 0 10:41 ? 00:00:00 [kthrotld] root 54 2 0 10:41 ? 00:00:00 [kworker/u4:1] root 55 2 0 10:41 ? 00:00:00 [vballoon] root 56 2 0 10:41 ? 00:00:00 [kworker/1:1] root 57 2 0 10:41 ? 00:00:00 [scsi_eh_0] root 58 2 0 10:41 ? 00:00:00 [scsi_eh_1] root 79 2 0 10:41 ? 00:00:00 [deferwq] root 80 2 0 10:41 ? 00:00:00 [charger_manager] root 122 2 0 10:41 ? 00:00:00 [kpsmoused] root 125 2 0 10:41 ? 00:00:00 [kworker/1:2] root 186 2 0 10:41 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 10:41 ? 00:00:00 [ext4-rsv-conver] root 387 1 0 10:41 ? 00:00:00 upstart-udev-bridge --daemon root 392 1 0 10:41 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 430 2 0 10:41 ? 00:00:00 [kworker/u5:1] root 431 2 0 10:41 ? 00:00:00 [kworker/u5:2] root 510 1 0 10:41 ? 00:00:00 upstart-socket-bridge --daemon root 567 1 0 10:41 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 819 2 0 10:41 ? 00:00:00 [kauditd] message+ 904 1 0 10:41 ? 00:00:00 dbus-daemon --system --fork root 935 1 0 10:41 ? 00:00:00 /lib/systemd/systemd-logind root 949 1 0 10:41 ? 00:00:00 upstart-file-bridge --daemon syslog 963 1 0 10:41 ? 00:00:00 rsyslogd root 1050 1 0 10:41 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1053 1 0 10:41 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1059 1 0 10:41 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1060 1 0 10:41 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1062 1 0 10:41 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1100 1 0 10:41 ? 00:00:00 /usr/sbin/sshd -D root 1106 1 0 10:41 ? 00:00:00 cron daemon 1107 1 0 10:41 ? 00:00:00 atd root 1117 1 0 10:41 ? 00:00:00 /usr/sbin/irqbalance root 1144 1 0 10:41 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1255 1 0 10:41 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1261 1 0 10:41 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 ubuntu 1650 1 0 10:42 ? 00:00:00 /home/ubuntu/ellis_host_gh9gv2/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q ellis_host_gh9gv2 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@ellis_host_gh9gv2 --logging-server-logdir=/home/ubuntu/ellis_host_gh9gv2/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/ellis_host_gh9gv2/work/ellis_host_gh9gv2%I.log --pidfile=/home/ubuntu/ellis_host_gh9gv2/work/ellis_host_gh9gv2.pid ubuntu 1764 1 0 10:42 ? 00:00:02 python2.7 /home/ubuntu/ellis_host_gh9gv2/env/bin/diamond --configfile /home/ubuntu/ellis_host_gh9gv2/work/plugins/diamond/etc/diamond.conf ubuntu 1832 1650 0 10:44 ? 00:00:00 /home/ubuntu/ellis_host_gh9gv2/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q ellis_host_gh9gv2 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@ellis_host_gh9gv2 --logging-server-logdir=/home/ubuntu/ellis_host_gh9gv2/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/ellis_host_gh9gv2/work/ellis_host_gh9gv2%I.log --pidfile=/home/ubuntu/ellis_host_gh9gv2/work/ellis_host_gh9gv2.pid ubuntu 1856 1832 0 10:45 ? 00:00:00 /home/ubuntu/ellis_host_gh9gv2/env/bin/python2.7 /home/ubuntu/ellis_host_gh9gv2/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-UhjP3v ubuntu 1867 1856 0 10:45 ? 00:00:00 /bin/sh -c /tmp/0YQYM/install-ellis.sh ubuntu 1869 1867 0 10:45 ? 00:00:00 /bin/bash -e /tmp/0YQYM/install-ellis.sh root 3417 2 0 10:46 ? 00:00:00 [kworker/u5:0] mysql 9253 1 0 10:47 ? 00:00:00 /usr/sbin/mysqld ntp 9405 1 0 10:47 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 107:112 root 9997 1 0 10:48 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 10056 1 0 10:48 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor root 10060 10056 0 10:48 ? 00:00:00 inotifywait -e create -qq . root 10172 1 0 10:48 ? 00:00:00 nginx: master process /usr/sbin/nginx www-data 10173 10172 0 10:48 ? 00:00:00 nginx: worker process www-data 10174 10172 0 10:48 ? 00:00:00 nginx: worker process www-data 10175 10172 0 10:48 ? 00:00:00 nginx: worker process www-data 10176 10172 0 10:48 ? 00:00:00 nginx: worker process ellis 10357 1 0 10:48 ? 00:00:00 /usr/share/clearwater/ellis/env/bin/python -m metaswitch.ellis.main --log-level 2 --background clearwa+ 10699 1 1 10:49 ? 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.5:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.5 --name 192-168-120-5 --debug --initial-cluster 192-168-120-8=http://192.168.120.8:2380,192-168-120-9=http://192.168.120.9:2380,192-168-120-5=http://192.168.120.5:2380 --initial-cluster-state existing --initial-advertise-peer-urls http://192.168.120.5:2380 --listen-peer-urls http://192.168.120.5:2380 root 10855 1 0 10:49 ? 00:00:00 /usr/share/clearwater/clearwater-cluster-manager/env/bin/python /usr/share/clearwater/bin/clearwater-cluster-manager --mgmt-local-ip=192.168.120.5 --sig-local-ip=192.168.120.5 --local-site=site1 --remote-site= --remote-cassandra-seeds= --signaling-namespace= --uuid=11bc4067-532b-4a99-aeaf-93b57a3106c0 --etcd-key=clearwater --etcd-cluster-key=ellis --cluster-manager-enabled=Y --log-level=3 --log-directory=/var/log/clearwater-cluster-manager --pidfile=/var/run/clearwater-cluster-manager.pid root 10963 1 0 10:49 ? 00:00:00 /usr/share/clearwater/clearwater-queue-manager/env/bin/python /usr/share/clearwater/bin/clearwater-queue-manager --local-ip=192.168.120.5 --local-site=site1 --log-level=3 --log-directory=/var/log/clearwater-queue-manager --pidfile=/var/run/clearwater-queue-manager.pid --etcd-key=clearwater --node-type=ellis --wait-plugin-complete=Y root 11076 9997 0 10:49 ? 00:00:00 [nginx_ping] root 11078 9997 0 10:49 ? 00:00:00 [check-nginx-upt] root 11079 9997 0 10:49 ? 00:00:00 [check-monit-upt] root 11087 9997 0 10:49 ? 00:00:00 [poll_ellis.sh] root 11089 9997 0 10:49 ? 00:00:00 [poll_ellis_http] root 11096 9997 0 10:49 ? 00:00:00 [check-queue-man] root 11099 9997 0 10:49 ? 00:00:00 [check-etcd-upti] root 11102 9997 0 10:49 ? 00:00:00 [poll_etcd_clust] root 11107 9997 0 10:49 ? 00:00:00 [poll_etcd.sh] root 11136 1 0 10:49 ? 00:00:00 /usr/share/clearwater/clearwater-config-manager/env/bin/python /usr/share/clearwater/bin/clearwater-config-manager --local-ip=192.168.120.5 --local-site=site1 --log-level=3 --log-directory=/var/log/clearwater-config-manager --pidfile=/var/run/clearwater-config-manager.pid --etcd-key=clearwater dnsmasq 11256 1 0 10:49 ? 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 11325 1869 0 10:49 ? 00:00:00 /bin/bash -e /tmp/0YQYM/install-ellis.sh ubuntu 11326 11325 0 10:49 ? 00:00:00 /bin/bash -e /tmp/0YQYM/install-ellis.sh root 11327 11326 0 10:49 ? 00:00:00 sudo ps -edf root 11328 11327 0 10:49 ? 00:00:00 ps -edf real 0m0.011s user 0m0.009s sys 0m0.002s 2018-10-26 10:49:43,019 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => eth0 Link encap:Ethernet HWaddr fa:16:3e:1b:52:2d inet addr:192.168.120.5 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe1b:522d/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:100891 errors:0 dropped:0 overruns:0 frame:0 TX packets:62073 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:147801665 (147.8 MB) TX bytes:11291030 (11.2 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:381 errors:0 dropped:0 overruns:0 frame:0 TX packets:381 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:37558 (37.5 KB) TX bytes:37558 (37.5 KB) real 0m0.005s user 0m0.004s sys 0m0.002s 2018-10-26 10:49:43,019 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => /var/log /var/log/mysql.log /var/log/mysql /var/log/mysql/error.log /var/log/mysql.err /var/log/sysstat /var/log/sysstat/sa26 /var/log/sysstat/clearwater-sa26 /var/log/dpkg.log /var/log/wtmp /var/log/iotop.log /var/log/fsck /var/log/fsck/checkroot /var/log/fsck/checkfs /var/log/dmesg /var/log/btmp /var/log/alternatives.log /var/log/clearwater-config-manager /var/log/clearwater-config-manager/config-manager_20181026T100000Z.txt /var/log/clearwater-config-manager/config-manager.output.log /var/log/apt /var/log/apt/history.log /var/log/apt/term.log /var/log/monit.log /var/log/clearwater-diags-monitor.log /var/log/dist-upgrade /var/log/syslog /var/log/landscape /var/log/landscape/sysinfo.log /var/log/cloud-init.log /var/log/clearwater-cluster-manager /var/log/clearwater-cluster-manager/cluster-manager_20181026T100000Z.txt /var/log/clearwater-cluster-manager/cluster-manager.output.log /var/log/nginx /var/log/nginx/error.log /var/log/nginx/access.log /var/log/kern.log /var/log/upstart /var/log/upstart/mysql.log /var/log/upstart/console-setup.log /var/log/upstart/cryptdisks.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/systemd-logind.log /var/log/upstart/clearwater-monit.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/container-detect.log /var/log/upstart/rsyslog.log /var/log/ntpstats /var/log/udev /var/log/clearwater-queue-manager /var/log/clearwater-queue-manager/queue-manager.output.log /var/log/clearwater-queue-manager/queue_operation.log /var/log/clearwater-queue-manager/queue-manager_20181026T100000Z.txt /var/log/cloud-init-output.log /var/log/lastlog /var/log/boot.log /var/log/ellis /var/log/dmesg.0 /var/log/auth.log /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd.log /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/unattended-upgrades real 0m0.007s user 0m0.005s sys 0m0.000s 2018-10-26 10:49:43,019 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => 26-10-2018 10:49:21.392 UTC INFO utils.py:310 (thread MainThread): Acquired exclusive lock on /var/run/clearwater-cluster-manager.pid.lockfile 26-10-2018 10:49:21.393 UTC INFO main.py:196 (thread MainThread): No plugin threads running, waiting for a SIGTERM or SIGQUIT real 0m0.005s user 0m0.004s sys 0m0.002s 2018-10-26 10:49:43,020 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => [26-Oct-2018 10:48:42 UTC] clearwater-diags-monitor starting [26-Oct-2018 10:48:42 UTC] Waiting for trigger files real 0m0.005s user 0m0.001s sys 0m0.004s 2018-10-26 10:49:43,020 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo cat /var/log/clearwater 2018-10-26 10:49:43,020 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => 2018-10-26 10:49:16.073578750 Stopping etcd clearwater-etcd 2018-10-26 10:49:16.764020701 Restarting etcd clearwater-etcd 2018-10-26 10:49:16.770274204 Configured ETCDCTL_PEERS: 192.168.120.8:4000, 2018-10-26 10:49:16.771082775 Check for previous failed startup attempt 2018-10-26 10:49:16.772471949 Running etcdctl member list c91d5277ccaf7fc8: name=192-168-120-8 peerURLs=http://192.168.120.8:2380 clientURLs=http://192.168.120.8:4000 isLeader=true e99338c2b8d1b2ca: name=192-168-120-9 peerURLs=http://192.168.120.9:2380 clientURLs=http://192.168.120.9:4000 isLeader=false 2018-10-26 10:49:16.791333999 etcdctl returned 0 2018-10-26 10:49:16.803132072 Joining existing cluster... 2018-10-26 10:49:17.807006013 Configured ETCDCTL_PEERS: 192.168.120.8:4000, 2018-10-26 10:49:17.807777568 Check cluster is healthy 2018-10-26 10:49:17.809591673 Running etcdctl cluster-health member c91d5277ccaf7fc8 is healthy: got healthy result from http://192.168.120.8:4000 member e99338c2b8d1b2ca is healthy: got healthy result from http://192.168.120.9:4000 cluster is healthy 2018-10-26 10:49:17.850538361 etcdctl returned 0 2018-10-26 10:49:17.851682199 Tell the cluster we're joining 2018-10-26 10:49:17.852453383 Running etcdctl member add 192-168-120-5 http://192.168.120.5:2380 Added member named 192-168-120-5 with ID ef5e44464d3409c9 to cluster ETCD_NAME="192-168-120-5" ETCD_INITIAL_CLUSTER="192-168-120-8=http://192.168.120.8:2380,192-168-120-9=http://192.168.120.9:2380,192-168-120-5=http://192.168.120.5:2380" ETCD_INITIAL_CLUSTER_STATE="existing" 2018-10-26 10:49:17.890086296 etcdctl returned 0 2018-10-26 10:49:17.921484717 Starting etcd with: --listen-client-urls http://0.0.0.0:4000 --advertise-client-urls http://192.168.120.5:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.5 --name 192-168-120-5 --debug --initial-cluster 192-168-120-8=http://192.168.120.8:2380,192-168-120-9=http://192.168.120.9:2380,192-168-120-5=http://192.168.120.5:2380 --initial-cluster-state existing --initial-advertise-peer-urls http://192.168.120.5:2380 --listen-peer-urls http://192.168.120.5:2380 2018-10-26 10:49:17.923239018 Check we're actually a member of the cluster 2018-10-26 10:49:17.935348574 Wait for etcd to startup 2018-10-26 10:49:18.942747206 Etcd started successfully 2018-10-26 10:49:17.956271 I | etcdmain: etcd Version: 3.1.7 2018-10-26 10:49:17.956358 I | etcdmain: Git SHA: 43b7507 2018-10-26 10:49:17.956364 I | etcdmain: Go Version: go1.7.5 2018-10-26 10:49:17.956368 I | etcdmain: Go OS/Arch: linux/amd64 2018-10-26 10:49:17.956372 I | etcdmain: setting maximum number of CPUs to 2, total number of available CPUs is 2 2018-10-26 10:49:17.956517 I | embed: listening for peers on http://192.168.120.5:2380 2018-10-26 10:49:17.956603 I | embed: listening for client requests on 0.0.0.0:4000 2018-10-26 10:49:18.019618 I | etcdserver: name = 192-168-120-5 2018-10-26 10:49:18.019638 I | etcdserver: data dir = /var/lib/clearwater-etcd/192.168.120.5 2018-10-26 10:49:18.019645 I | etcdserver: member dir = /var/lib/clearwater-etcd/192.168.120.5/member 2018-10-26 10:49:18.019650 I | etcdserver: heartbeat = 100ms 2018-10-26 10:49:18.019654 I | etcdserver: election = 1000ms 2018-10-26 10:49:18.019658 I | etcdserver: snapshot count = 10000 2018-10-26 10:49:18.019667 I | etcdserver: advertise client URLs = http://192.168.120.5:4000 2018-10-26 10:49:18.920970 I | etcdserver: starting member ef5e44464d3409c9 in cluster e9797582796aa048 2018-10-26 10:49:18.921043 I | raft: ef5e44464d3409c9 became follower at term 0 2018-10-26 10:49:18.921072 I | raft: newRaft ef5e44464d3409c9 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0] 2018-10-26 10:49:18.921078 I | raft: ef5e44464d3409c9 became follower at term 1 2018-10-26 10:49:19.086888 I | rafthttp: started HTTP pipelining with peer c91d5277ccaf7fc8 2018-10-26 10:49:19.086963 I | rafthttp: started HTTP pipelining with peer e99338c2b8d1b2ca 2018-10-26 10:49:19.086987 I | rafthttp: starting peer c91d5277ccaf7fc8... 2018-10-26 10:49:19.087038 I | rafthttp: started HTTP pipelining with peer c91d5277ccaf7fc8 2018-10-26 10:49:19.090519 I | rafthttp: started streaming with peer c91d5277ccaf7fc8 (writer) 2018-10-26 10:49:19.093264 I | rafthttp: started peer c91d5277ccaf7fc8 2018-10-26 10:49:19.093313 I | rafthttp: added peer c91d5277ccaf7fc8 2018-10-26 10:49:19.093328 I | rafthttp: starting peer e99338c2b8d1b2ca... 2018-10-26 10:49:19.093342 I | rafthttp: started HTTP pipelining with peer e99338c2b8d1b2ca 2018-10-26 10:49:19.095625 I | rafthttp: started streaming with peer c91d5277ccaf7fc8 (writer) 2018-10-26 10:49:19.095727 I | rafthttp: started streaming with peer c91d5277ccaf7fc8 (stream MsgApp v2 reader) 2018-10-26 10:49:19.096037 I | rafthttp: started streaming with peer e99338c2b8d1b2ca (writer) 2018-10-26 10:49:19.096057 I | rafthttp: started streaming with peer e99338c2b8d1b2ca (writer) 2018-10-26 10:49:19.096142 I | rafthttp: started streaming with peer c91d5277ccaf7fc8 (stream Message reader) 2018-10-26 10:49:19.096625 I | rafthttp: started peer e99338c2b8d1b2ca 2018-10-26 10:49:19.096646 I | rafthttp: added peer e99338c2b8d1b2ca 2018-10-26 10:49:19.096674 I | etcdserver: starting server... [version: 3.1.7, cluster version: to_be_decided] 2018-10-26 10:49:19.097341 I | rafthttp: started streaming with peer e99338c2b8d1b2ca (stream MsgApp v2 reader) 2018-10-26 10:49:19.097484 I | rafthttp: started streaming with peer e99338c2b8d1b2ca (stream Message reader) 2018-10-26 10:49:19.098812 I | rafthttp: peer e99338c2b8d1b2ca became active 2018-10-26 10:49:19.098827 I | rafthttp: established a TCP streaming connection with peer e99338c2b8d1b2ca (stream Message writer) 2018-10-26 10:49:19.098961 I | rafthttp: established a TCP streaming connection with peer e99338c2b8d1b2ca (stream MsgApp v2 writer) 2018-10-26 10:49:19.099087 I | rafthttp: peer c91d5277ccaf7fc8 became active 2018-10-26 10:49:19.099099 I | rafthttp: established a TCP streaming connection with peer c91d5277ccaf7fc8 (stream MsgApp v2 writer) 2018-10-26 10:49:19.099179 I | rafthttp: established a TCP streaming connection with peer c91d5277ccaf7fc8 (stream Message writer) 2018-10-26 10:49:19.099422 I | raft: ef5e44464d3409c9 [term: 1] received a MsgHeartbeat message with higher term from c91d5277ccaf7fc8 [term: 3] 2018-10-26 10:49:19.099438 I | raft: ef5e44464d3409c9 became follower at term 3 2018-10-26 10:49:19.099462 I | raft: raft.node: ef5e44464d3409c9 elected leader c91d5277ccaf7fc8 at term 3 2018-10-26 10:49:19.100250 I | rafthttp: established a TCP streaming connection with peer c91d5277ccaf7fc8 (stream MsgApp v2 reader) 2018-10-26 10:49:19.100396 I | rafthttp: established a TCP streaming connection with peer c91d5277ccaf7fc8 (stream Message reader) 2018-10-26 10:49:19.102450 I | rafthttp: established a TCP streaming connection with peer e99338c2b8d1b2ca (stream MsgApp v2 reader) 2018-10-26 10:49:19.102539 I | rafthttp: established a TCP streaming connection with peer e99338c2b8d1b2ca (stream Message reader) 2018-10-26 10:49:19.580196 D | raft: ef5e44464d3409c9 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from c91d5277ccaf7fc8 2018-10-26 10:49:19.711630 D | raft: ef5e44464d3409c9 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from c91d5277ccaf7fc8 2018-10-26 10:49:19.711657 D | raft: ef5e44464d3409c9 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from c91d5277ccaf7fc8 2018-10-26 10:49:19.711697 D | raft: ef5e44464d3409c9 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from c91d5277ccaf7fc8 2018-10-26 10:49:19.711708 D | raft: ef5e44464d3409c9 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from c91d5277ccaf7fc8 2018-10-26 10:49:19.711718 D | raft: ef5e44464d3409c9 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from c91d5277ccaf7fc8 2018-10-26 10:49:19.711727 D | raft: ef5e44464d3409c9 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from c91d5277ccaf7fc8 2018-10-26 10:49:19.711738 D | raft: ef5e44464d3409c9 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from c91d5277ccaf7fc8 2018-10-26 10:49:19.711744 D | raft: ef5e44464d3409c9 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from c91d5277ccaf7fc8 2018-10-26 10:49:19.711755 D | raft: ef5e44464d3409c9 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from c91d5277ccaf7fc8 2018-10-26 10:49:19.711773 D | raft: ef5e44464d3409c9 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from c91d5277ccaf7fc8 2018-10-26 10:49:19.711785 D | raft: ef5e44464d3409c9 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from c91d5277ccaf7fc8 2018-10-26 10:49:19.711791 D | raft: ef5e44464d3409c9 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from c91d5277ccaf7fc8 2018-10-26 10:49:19.711802 D | raft: ef5e44464d3409c9 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from c91d5277ccaf7fc8 2018-10-26 10:49:19.711810 D | raft: ef5e44464d3409c9 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from c91d5277ccaf7fc8 2018-10-26 10:49:19.711819 D | raft: ef5e44464d3409c9 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from c91d5277ccaf7fc8 2018-10-26 10:49:19.711824 D | raft: ef5e44464d3409c9 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from c91d5277ccaf7fc8 2018-10-26 10:49:19.711854 D | raft: ef5e44464d3409c9 [logterm: 0, index: 40] rejected msgApp [logterm: 3, index: 40] from c91d5277ccaf7fc8 2018-10-26 10:49:19.712596 I | etcdserver/membership: added member c91d5277ccaf7fc8 [http://192.168.120.8:2380] to cluster e9797582796aa048 2018-10-26 10:49:19.713650 N | etcdserver/membership: set the initial cluster version to 3.1 2018-10-26 10:49:19.713692 I | etcdserver/api: enabled capabilities for version 3.1 2018-10-26 10:49:19.713966 I | etcdserver/membership: added member e99338c2b8d1b2ca [http://192.168.120.9:2380] to cluster e9797582796aa048 2018-10-26 10:49:19.714141 I | etcdserver/membership: added member ef5e44464d3409c9 [http://192.168.120.5:2380] to cluster e9797582796aa048 2018-10-26 10:49:19.764399 I | etcdserver: published {Name:192-168-120-5 ClientURLs:[http://192.168.120.5:4000]} to cluster e9797582796aa048 2018-10-26 10:49:19.764497 I | embed: ready to serve client requests 2018-10-26 10:49:19.764981 N | embed: serving insecure client requests on [::]:4000, this is strongly discouraged! 2018-10-26 10:49:19.765869 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.5:54286 2018-10-26 10:49:19.766188 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.5:54285 2018-10-26 10:49:19.846981 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.5:54299 2018-10-26 10:49:21.293373 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.5:54301 2018-10-26 10:49:21.430472 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.5:54303 2018-10-26 10:49:21.502197 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.5:54306 2018-10-26 10:49:21.688161 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.17:48812 2018-10-26 10:49:21.688505 D | etcdserver/api/v2http: [GET] /v2/members/leader remote:192.168.120.17:48812 2018-10-26 10:49:22.452560 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.8:40185 2018-10-26 10:49:26.653802 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/apply_config_ellis?quorum=true remote:192.168.120.5:54311 2018-10-26 10:49:26.679060 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/site1/configuration/apply_config_ellis remote:192.168.120.5:54311 2018-10-26 10:49:26.859786 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.5:54312 2018-10-26 10:49:26.867064 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.5:54313 2018-10-26 10:49:26.889187 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.5:54316 2018-10-26 10:49:31.630870 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/site1/configuration/apply_config_ellis remote:192.168.120.5:54311 2018-10-26 10:49:31.697260 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/apply_config_ellis?quorum=true remote:192.168.120.5:54311 2018-10-26 10:49:31.729393 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.5:54319 2018-10-26 10:49:31.740875 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.5:54320 2018-10-26 10:49:31.819469 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.5:54323 2018-10-26 10:49:33.942761 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/dns_json?quorum=true remote:192.168.120.5:54324 2018-10-26 10:49:33.943266 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/shared_config?quorum=true remote:192.168.120.5:54325 2018-10-26 10:49:34.468812 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/apply_config_ellis?quorum=true remote:192.168.120.5:54326 2018-10-26 10:49:34.495589 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/site1/configuration/apply_config_ellis remote:192.168.120.5:54326 2018-10-26 10:49:34.953793 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/apply_config_ellis remote:192.168.120.5:54327 2018-10-26 10:49:35.249451 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.7:49258 2018-10-26 10:49:35.249874 D | etcdserver/api/v2http: [GET] /v2/members/leader remote:192.168.120.7:49258 2018-10-26 10:49:35.903536 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/site1/configuration/apply_config_ellis remote:192.168.120.5:54311 2018-10-26 10:49:36.286059 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/apply_config_ellis?quorum=true remote:192.168.120.5:54311 2018-10-26 10:49:36.502000 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/dns_json?quorum=true remote:192.168.120.5:54324 2018-10-26 10:49:36.674223 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/dns_json?waitIndex=15&recursive=false&wait=true remote:192.168.120.5:54324 2018-10-26 10:49:38.604797 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/shared_config?quorum=true remote:192.168.120.5:54325 2018-10-26 10:49:38.633852 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/shared_config?waitIndex=15&recursive=false&wait=true remote:192.168.120.5:54325 2018-10-26 10:49:38.754729 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.17:48816 2018-10-26 10:49:38.807260 I | etcdserver/membership: added member 38d5c7824d4b96ac [http://192.168.120.17:2380] to cluster e9797582796aa048 2018-10-26 10:49:38.807301 I | rafthttp: starting peer 38d5c7824d4b96ac... 2018-10-26 10:49:38.807333 I | rafthttp: started HTTP pipelining with peer 38d5c7824d4b96ac 2018-10-26 10:49:38.808047 I | rafthttp: started peer 38d5c7824d4b96ac 2018-10-26 10:49:38.808077 I | rafthttp: added peer 38d5c7824d4b96ac 2018-10-26 10:49:38.808092 I | rafthttp: started streaming with peer 38d5c7824d4b96ac (writer) 2018-10-26 10:49:38.808107 I | rafthttp: started streaming with peer 38d5c7824d4b96ac (writer) 2018-10-26 10:49:38.808127 I | rafthttp: started streaming with peer 38d5c7824d4b96ac (stream MsgApp v2 reader) 2018-10-26 10:49:38.808141 I | rafthttp: started streaming with peer 38d5c7824d4b96ac (stream Message reader) 2018-10-26 10:49:38.808416 D | rafthttp: failed to dial 38d5c7824d4b96ac on stream Message (dial tcp 192.168.120.17:2380: getsockopt: connection refused) 2018-10-26 10:49:38.808464 D | rafthttp: failed to dial 38d5c7824d4b96ac on stream MsgApp v2 (dial tcp 192.168.120.17:2380: getsockopt: connection refused) real 0m0.005s user 0m0.004s sys 0m0.001s 2018-10-26 10:49:43,020 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo cat /var/log/clearwater 2018-10-26 10:49:43,020 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => 26-10-2018 10:49:31.820 UTC INFO utils.py:310 (thread MainThread): Acquired exclusive lock on /var/run/clearwater-config-manager.pid.lockfile 26-10-2018 10:49:31.820 UTC INFO plugin_loader.py:26 (thread MainThread): Inspecting shared_config_plugin.py 26-10-2018 10:49:31.824 UTC INFO plugin_loader.py:34 (thread MainThread): Loading shared_config_plugin.py 26-10-2018 10:49:31.824 UTC INFO plugin_loader.py:36 (thread MainThread): Loaded shared_config_plugin.py successfully 26-10-2018 10:49:31.824 UTC INFO plugin_loader.py:26 (thread MainThread): Inspecting dns_json_plugin.py 26-10-2018 10:49:31.825 UTC INFO plugin_loader.py:34 (thread MainThread): Loading dns_json_plugin.py 26-10-2018 10:49:31.825 UTC INFO plugin_loader.py:36 (thread MainThread): Loaded dns_json_plugin.py successfully 26-10-2018 10:49:31.837 UTC INFO alarms.py:312 (thread MainThread): Imported /usr/share/clearwater/bin/alarms.py 26-10-2018 10:49:33.941 UTC INFO main.py:113 (thread MainThread): Loaded plugin 26-10-2018 10:49:33.941 UTC INFO main.py:113 (thread MainThread): Loaded plugin 26-10-2018 10:49:33.942 UTC INFO main.py:120 (thread MainThread): Started thread for plugin 26-10-2018 10:49:33.943 UTC INFO main.py:120 (thread MainThread): Started thread for plugin 26-10-2018 10:49:34.389 UTC INFO common_etcd_synchronizer.py:302 (thread DNSJSONPlugin): Read value { "hostnames": [ ] } from etcd, comparing to last value None 26-10-2018 10:49:34.389 UTC INFO etcd_synchronizer.py:40 (thread DNSJSONPlugin): Got new config value from etcd - filename /etc/clearwater/dns.json, file size 24, MD5 hash b34e5b6d718cca35ce2d8841cea01ad6 26-10-2018 10:49:34.389 UTC INFO dns_json_plugin.py:45 (thread DNSJSONPlugin): Updating DNS configuration file 26-10-2018 10:49:34.390 UTC INFO common_etcd_synchronizer.py:302 (thread SharedConfigPlugin): Read value # Deployment definitions home_domain=clearwater.opnfv sprout_hostname=sprout.clearwater.local chronos_hostname=192.168.120.8: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.8 # 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 from etcd, comparing to last value None 26-10-2018 10:49:34.390 UTC INFO etcd_synchronizer.py:40 (thread SharedConfigPlugin): Got new config value from etcd - filename /etc/clearwater/shared_config, file size 847, MD5 hash d715f12d6c9fe7a6d26272de34e5eb75 26-10-2018 10:49:34.390 UTC INFO shared_config_plugin.py:50 (thread SharedConfigPlugin): Updating shared configuration file 26-10-2018 10:49:36.673 UTC INFO common_etcd_synchronizer.py:302 (thread DNSJSONPlugin): Read value { "hostnames": [ ] } from etcd, comparing to last value { "hostnames": [ ] } 26-10-2018 10:49:36.673 UTC INFO common_etcd_synchronizer.py:305 (thread DNSJSONPlugin): Watching for changes with 15 26-10-2018 10:49:38.633 UTC INFO common_etcd_synchronizer.py:302 (thread SharedConfigPlugin): Read value # Deployment definitions home_domain=clearwater.opnfv sprout_hostname=sprout.clearwater.local chronos_hostname=192.168.120.8: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.8 # 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 from etcd, comparing to last value # Deployment definitions home_domain=clearwater.opnfv sprout_hostname=sprout.clearwater.local chronos_hostname=192.168.120.8: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.8 # 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 26-10-2018 10:49:38.633 UTC INFO common_etcd_synchronizer.py:305 (thread SharedConfigPlugin): Watching for changes with 15 real 0m0.005s user 0m0.004s sys 0m0.002s 2018-10-26 10:49:43,021 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => 26-10-2018 10:49:26.641 UTC INFO utils.py:310 (thread MainThread): Acquired exclusive lock on /var/run/clearwater-queue-manager.pid.lockfile 26-10-2018 10:49:26.642 UTC INFO plugin_loader.py:26 (thread MainThread): Inspecting apply_config_plugin.py 26-10-2018 10:49:26.650 UTC INFO plugin_loader.py:34 (thread MainThread): Loading apply_config_plugin.py 26-10-2018 10:49:26.650 UTC INFO plugin_loader.py:36 (thread MainThread): Loaded apply_config_plugin.py successfully 26-10-2018 10:49:26.652 UTC INFO main.py:114 (thread MainThread): Loaded plugin 26-10-2018 10:49:26.652 UTC INFO main.py:121 (thread MainThread): Started thread for plugin 26-10-2018 10:49:26.678 UTC INFO common_etcd_synchronizer.py:332 (thread Thread-3): Key /clearwater/site1/configuration/apply_config_ellis doesn't exist in etcd yet 26-10-2018 10:49:26.705 UTC INFO etcd_synchronizer.py:77 (thread ApplyConfigPlugin): Got new queue config {"FORCE": false, "ERRORED": [], "COMPLETED": [], "QUEUED": []} from etcd 26-10-2018 10:49:26.705 UTC INFO alarms.py:23 (thread ApplyConfigPlugin): Clearing local alarm 26-10-2018 10:49:26.711 UTC INFO alarms.py:312 (thread ApplyConfigPlugin): Imported /usr/share/clearwater/bin/alarms.py 26-10-2018 10:49:28.815 UTC INFO alarms.py:23 (thread ApplyConfigPlugin): Clearing global alarm 26-10-2018 10:49:30.915 UTC INFO etcd_synchronizer.py:122 (thread ApplyConfigPlugin): Writing state {"ERRORED": [], "FORCE": false, "COMPLETED": [], "QUEUED": []} into etcd with index None 26-10-2018 10:49:31.697 UTC INFO alarms.py:23 (thread ApplyConfigPlugin): Clearing local alarm 26-10-2018 10:49:31.792 UTC INFO common_etcd_synchronizer.py:302 (thread Thread-4): Read value {"FORCE": false, "ERRORED": [], "COMPLETED": [], "QUEUED": []} from etcd, comparing to last value None 26-10-2018 10:49:33.800 UTC INFO alarms.py:23 (thread ApplyConfigPlugin): Clearing global alarm 26-10-2018 10:49:35.902 UTC INFO etcd_synchronizer.py:122 (thread ApplyConfigPlugin): Writing state {"ERRORED": [], "FORCE": false, "COMPLETED": [], "QUEUED": []} into etcd with index None 26-10-2018 10:49:36.621 UTC INFO common_etcd_synchronizer.py:302 (thread Thread-7): Read value {"ERRORED": [], "FORCE": false, "COMPLETED": [], "QUEUED": [{"STATUS": "QUEUED", "ID": "192.168.120.5-ellis"}]} from etcd, comparing to last value None 26-10-2018 10:49:36.621 UTC INFO etcd_synchronizer.py:77 (thread ApplyConfigPlugin): Got new queue config {"ERRORED": [], "FORCE": false, "COMPLETED": [], "QUEUED": [{"STATUS": "QUEUED", "ID": "192.168.120.5-ellis"}]} from etcd 26-10-2018 10:49:36.621 UTC INFO alarms.py:27 (thread ApplyConfigPlugin): Raising minor local alarm 26-10-2018 10:49:38.724 UTC INFO alarms.py:27 (thread ApplyConfigPlugin): Raising minor global alarm 26-10-2018 10:49:34.467 UTC INFO modify_nodes_in_queue.py:40: Using etcd key apply_config_ellis 26-10-2018 10:49:34.468 UTC DEBUG modify_nodes_in_queue.py:45: Adding 192.168.120.5-ellis to queue to restart 26-10-2018 10:49:34.953 UTC DEBUG modify_nodes_in_queue.py:50: Node successfully added to restart queue 26-10-2018 10:49:34.954 UTC INFO modify_nodes_in_queue.py:85: New etcd state is {"ERRORED": [], "FORCE": false, "COMPLETED": [], "QUEUED": [{"STATUS": "QUEUED", "ID": "192.168.120.5-ellis"}]} real 0m0.005s user 0m0.000s sys 0m0.005s 2018-10-26 10:49:43,021 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] Installation is done 2018-10-26 10:49:43,021 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/0YQYM/install-ellis.sh 2018-10-26 10:49:43,021 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-26 10:49:43,021 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:49:43,120 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:49:43,120 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:49:43,120 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:49:43,121 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:49:43,121 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:49:43,121 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:49:43,121 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:49:43,121 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:49:43,121 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:49:43,121 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:49:43 GMT 2018-10-26 10:49:43,121 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:49:43,121 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:49:43,121 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:49:48,127 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:49:48,374 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:49:48,374 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:49:48,374 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:49:48,374 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:49:48,374 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:49:48,375 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:49:48,375 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:49:48,375 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_xf14gm", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:43.068Z", "message": "Starting node", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:43.068Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:43.899Z", "message": "Downloaded scripts/bind/bind.py to /tmp/KLM06/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:43.899Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "1e7f3d0a-f9e7-422f-93ba-eccab053139c"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:44.038Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:44.038Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:44.038Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:44.038Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_mkbnzw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:44.853Z", "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 1 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 6s (6,103 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 58595 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.166s\nuser\t0m12.202s\nsys\t0m2.619s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:44.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "70f5cd8c-26ec-4d3e-a3fd-c605813a5449"}, {"node_instance_id": "dime_mkbnzw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:44.853Z", "message": "[dime] The installation packages is done correctly", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:44.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "70f5cd8c-26ec-4d3e-a3fd-c605813a5449"}, {"node_instance_id": "dime_mkbnzw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:44.853Z", "message": "[dime] Use the DNS server", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:44.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "70f5cd8c-26ec-4d3e-a3fd-c605813a5449"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:44.853Z", "message": "[localhost] run: sudo mv /tmp/tmp0Sfa5x /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:44.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "1e7f3d0a-f9e7-422f-93ba-eccab053139c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:44.853Z", "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-26T10:49:44.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "1e7f3d0a-f9e7-422f-93ba-eccab053139c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:44.853Z", "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-26T10:49:44.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "1e7f3d0a-f9e7-422f-93ba-eccab053139c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:44.853Z", "message": "[localhost] run: sudo mv /tmp/tmpYmUSao /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:44.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "1e7f3d0a-f9e7-422f-93ba-eccab053139c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:44.853Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:44.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "1e7f3d0a-f9e7-422f-93ba-eccab053139c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:44.853Z", "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-26T10:49:44.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "1e7f3d0a-f9e7-422f-93ba-eccab053139c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:44.853Z", "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-26T10:49:44.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "1e7f3d0a-f9e7-422f-93ba-eccab053139c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:44.853Z", "message": "", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:44.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "7f584032-68c9-4ccd-80fb-078ae284db44"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:44.853Z", "message": "The config dict: {'public_ip': u'172.30.9.209', 'backends': {u'homer': {u'homer_5geog5': {u'public_address': u'', u'private_address': u'192.168.120.7', u'name': u'homer-5geog5'}}, u'sprout': {u'sprout_22q8t4': {u'public_address': u'', u'private_address': u'192.168.120.17', u'name': u'sprout-22q8t4'}}, u'ellis': {u'ellis_xf14gm': {u'public_address': u'172.30.9.210', u'private_address': u'192.168.120.5', u'name': u'ellis-xf14gm'}}, u'bono': {u'bono_l2dlea': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.9', u'name': u'bono-l2dlea'}}}, 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.8', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:44.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "1e7f3d0a-f9e7-422f-93ba-eccab053139c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:44.853Z", "message": "Executing: /tmp/SQYN8/create_number.sh", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:44.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "7f584032-68c9-4ccd-80fb-078ae284db44"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:44.853Z", "message": "# Deployment definitions\nhome_domain=clearwater.opnfv\nsprout_hostname=sprout.clearwater.local\nchronos_hostname=192.168.120.8: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.8\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-26T10:49:44.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "7f584032-68c9-4ccd-80fb-078ae284db44"}, {"node_instance_id": "dime_mkbnzw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:44.853Z", "message": "[dime] sudo service dnsmasq force", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:44.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "70f5cd8c-26ec-4d3e-a3fd-c605813a5449"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:44.853Z", "message": "Start numbers creation", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:44.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "7f584032-68c9-4ccd-80fb-078ae284db44"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:44.853Z", "message": "Downloaded scripts/clearwater/ellis/create_number.sh to /tmp/SQYN8/create_number.sh", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:44.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "7f584032-68c9-4ccd-80fb-078ae284db44"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:44.853Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:44.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "1e7f3d0a-f9e7-422f-93ba-eccab053139c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:44.853Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:44.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "1e7f3d0a-f9e7-422f-93ba-eccab053139c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:44.853Z", "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-26T10:49:44.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "1e7f3d0a-f9e7-422f-93ba-eccab053139c"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:45.045Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:45.045Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_mkbnzw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:46.924Z", "message": "[dime] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.054s\nuser\t0m0.004s\nsys\t0m0.051s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:46.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "70f5cd8c-26ec-4d3e-a3fd-c605813a5449"}, {"node_instance_id": "dime_mkbnzw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:47.865Z", "message": "[dime] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 10:41 ? 00:00:00 /sbin/init\nroot 2 0 0 10:41 ? 00:00:00 [kthreadd]\nroot 3 2 0 10:41 ? 00:00:00 [ksoftirqd/0]\nroot 5 2 0 10:41 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 10:41 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 10:41 ? 00:00:00 [rcu_sched]\nroot 8 2 0 10:41 ? 00:00:00 [rcuos/0]\nroot 9 2 0 10:41 ? 00:00:00 [rcuos/1]\nroot 10 2 0 10:41 ? 00:00:00 [rcu_bh]\nroot 11 2 0 10:41 ? 00:00:00 [rcuob/0]\nroot 12 2 0 10:41 ? 00:00:00 [rcuob/1]\nroot 13 2 0 10:41 ? 00:00:00 [migration/0]\nroot 14 2 0 10:41 ? 00:00:00 [watchdog/0]\nroot 15 2 0 10:41 ? 00:00:00 [watchdog/1]\nroot 16 2 0 10:41 ? 00:00:00 [migration/1]\nroot 17 2 0 10:41 ? 00:00:00 [ksoftirqd/1]\nroot 18 2 0 10:41 ? 00:00:00 [kworker/1:0]\nroot 19 2 0 10:41 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 10:41 ? 00:00:00 [khelper]\nroot 21 2 0 10:41 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 10:41 ? 00:00:00 [netns]\nroot 23 2 0 10:41 ? 00:00:00 [writeback]\nroot 24 2 0 10:41 ? 00:00:00 [kintegrityd]\nroot 25 2 0 10:41 ? 00:00:00 [bioset]\nroot 27 2 0 10:41 ? 00:00:00 [kblockd]\nroot 28 2 0 10:41 ? 00:00:00 [ata_sff]\nroot 29 2 0 10:41 ? 00:00:00 [khubd]\nroot 30 2 0 10:41 ? 00:00:00 [md]\nroot 31 2 0 10:41 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 10:41 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 10:41 ? 00:00:00 [khungtaskd]\nroot 35 2 0 10:41 ? 00:00:00 [kswapd0]\nroot 36 2 0 10:41 ? 00:00:00 [vmstat]\nroot 37 2 0 10:41 ? 00:00:00 [ksmd]\nroot 38 2 0 10:41 ? 00:00:00 [khugepaged]\nroot 39 2 0 10:41 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 10:41 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 10:41 ? 00:00:00 [crypto]\nroot 53 2 0 10:41 ? 00:00:00 [kthrotld]\nroot 54 2 0 10:41 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 10:41 ? 00:00:00 [vballoon]\nroot 56 2 0 10:41 ? 00:00:00 [kworker/1:1]\nroot 57 2 0 10:41 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 10:41 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 10:41 ? 00:00:00 [deferwq]\nroot 80 2 0 10:41 ? 00:00:00 [charger_manager]\nroot 123 2 0 10:41 ? 00:00:00 [kpsmoused]\nroot 142 2 0 10:41 ? 00:00:00 [kworker/0:2]\nroot 186 2 0 10:41 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 10:41 ? 00:00:00 [ext4-rsv-conver]\nroot 386 1 0 10:41 ? 00:00:00 upstart-udev-bridge --daemon\nroot 392 1 0 10:41 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 434 2 0 10:41 ? 00:00:00 [kworker/u5:1]\nroot 436 2 0 10:41 ? 00:00:00 [kworker/u5:2]\nroot 485 1 0 10:41 ? 00:00:00 upstart-socket-bridge --daemon\nroot 568 1 0 10:41 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 820 2 0 10:41 ? 00:00:00 [kauditd]\nmessage+ 927 1 0 10:41 ? 00:00:00 dbus-daemon --system --fork\nroot 953 1 0 10:41 ? 00:00:00 /lib/systemd/systemd-logind\nroot 964 1 0 10:41 ? 00:00:00 upstart-file-bridge --daemon\nsyslog 1009 1 0 10:41 ? 00:00:00 rsyslogd\nroot 1051 1 0 10:41 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1054 1 0 10:41 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1060 1 0 10:41 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1061 1 0 10:41 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1063 1 0 10:41 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1105 1 0 10:41 ? 00:00:00 /usr/sbin/sshd -D\nroot 1109 1 0 10:41 ? 00:00:00 cron\ndaemon 1110 1 0 10:41 ? 00:00:00 atd\nroot 1118 1 0 10:41 ? 00:00:00 /usr/sbin/irqbalance\nroot 1136 1 0 10:41 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1199 1 0 10:41 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1205 1 0 10:41 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nubuntu 1651 1 0 10:42 ? 00:00:00 /home/ubuntu/dime_host_ytakkd/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q dime_host_ytakkd --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@dime_host_ytakkd --logging-server-logdir=/home/ubuntu/dime_host_ytakkd/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/dime_host_ytakkd/work/dime_host_ytakkd%I.log --pidfile=/home/ubuntu/dime_host_ytakkd/work/dime_host_ytakkd.pid\nubuntu 1765 1 0 10:42 ? 00:00:02 python2.7 /home/ubuntu/dime_host_ytakkd/env/bin/diamond --configfile /home/ubuntu/dime_host_ytakkd/work/plugins/diamond/etc/diamond.conf\nubuntu 1831 1651 0 10:44 ? 00:00:00 /home/ubuntu/dime_host_ytakkd/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q dime_host_ytakkd --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@dime_host_ytakkd --logging-server-logdir=/home/ubuntu/dime_host_ytakkd/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/dime_host_ytakkd/work/dime_host_ytakkd%I.log --pidfile=/home/ubuntu/dime_host_ytakkd/work/dime_host_ytakkd.pid\nubuntu 1853 1831 0 10:44 ? 00:00:00 /home/ubuntu/dime_host_ytakkd/env/bin/python2.7 /home/ubuntu/dime_host_ytakkd/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-Mld2qt\nubuntu 1864 1853 0 10:44 ? 00:00:00 /bin/sh -c /tmp/HVU1U/install-dime.sh\nubuntu 1866 1864 0 10:44 ? 00:00:00 /bin/bash -e /tmp/HVU1U/install-dime.sh\nroot 2719 2 0 10:46 ? 00:00:00 [kworker/u5:0]\nntp 8821 1 0 10:47 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111\nroot 9394 1 0 10:48 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh\nroot 9395 9394 0 10:48 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper\nroot 9399 1 0 10:48 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh\nroot 9400 9399 0 10:48 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper\nroot 9409 9395 0 10:48 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management\nroot 9410 9400 0 10:48 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 9411 9410 0 10:48 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 9607 1 0 10:48 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nsnmp 10136 1 0 10:49 ? 00:00:00 /usr/sbin/snmpd -Lsd -Lf /dev/null -u snmp -g snmp -I -smux mteTrigger mteTriggerConf -p /var/run/snmpd.pid\ndnsmasq 10477 1 0 10:49 ? 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 10540 1866 0 10:49 ? 00:00:00 /bin/bash -e /tmp/HVU1U/install-dime.sh\nubuntu 10541 10540 0 10:49 ? 00:00:00 /bin/bash -e /tmp/HVU1U/install-dime.sh\nroot 10542 10541 0 10:49 ? 00:00:00 sudo ps -edf\nroot 10543 10542 0 10:49 ? 00:00:00 ps -edf\n\nreal\t0m0.008s\nuser\t0m0.000s\nsys\t0m0.008s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:47.865Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "70f5cd8c-26ec-4d3e-a3fd-c605813a5449"}, {"node_instance_id": "dime_mkbnzw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:47.865Z", "message": "[dime] sudo ps ", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:47.865Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "70f5cd8c-26ec-4d3e-a3fd-c605813a5449"}, {"node_instance_id": "dime_mkbnzw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:47.865Z", "message": "[dime] => eth0 Link encap:Ethernet HWaddr fa:16:3e:3e:1b:d1 \n inet addr:192.168.120.21 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe3e:1bd1/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:111714 errors:0 dropped:0 overruns:0 frame:0\n TX packets:62904 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:171863955 (171.8 MB) TX bytes:11479026 (11.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: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.000s\nsys\t0m0.005s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:47.865Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "70f5cd8c-26ec-4d3e-a3fd-c605813a5449"}, {"node_instance_id": "dime_mkbnzw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:47.865Z", "message": "[dime] sudo ifconfig ", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:47.865Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "70f5cd8c-26ec-4d3e-a3fd-c605813a5449"}], "metadata": {"pagination": {"total": 1838, "offset": 1776, "size": 50}}} 2018-10-26 10:49:48,375 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:49:48,375 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:49:48 GMT 2018-10-26 10:49:48,375 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:49:48,375 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 40784 2018-10-26 10:49:48,375 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:49:48,377 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-26 10:49:48,377 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/KLM06/bind.py 2018-10-26 10:49:48,377 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-26 10:49:48,377 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-26 10:49:48,377 - 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 1 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 6s (6,103 kB/s) Selecting previously unselected package python-mock. (Reading database ... 58595 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.166s user 0m12.202s sys 0m2.619s 2018-10-26 10:49:48,378 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] The installation packages is done correctly 2018-10-26 10:49:48,378 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] Use the DNS server 2018-10-26 10:49:48,378 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp0Sfa5x /etc/bind/db.clearwater.local 2018-10-26 10:49:48,378 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-10-26 10:49:48,378 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-10-26 10:49:48,379 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpYmUSao /etc/bind/db.clearwater.opnfv 2018-10-26 10:49:48,379 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-10-26 10:49:48,379 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-26 10:49:48,379 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-10-26 10:49:48,379 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 2018-10-26 10:49:48,379 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.209', 'backends': {u'homer': {u'homer_5geog5': {u'public_address': u'', u'private_address': u'192.168.120.7', u'name': u'homer-5geog5'}}, u'sprout': {u'sprout_22q8t4': {u'public_address': u'', u'private_address': u'192.168.120.17', u'name': u'sprout-22q8t4'}}, u'ellis': {u'ellis_xf14gm': {u'public_address': u'172.30.9.210', u'private_address': u'192.168.120.5', u'name': u'ellis-xf14gm'}}, u'bono': {u'bono_l2dlea': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.9', u'name': u'bono-l2dlea'}}}, 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.8', u'hss_hostname': u''}. 2018-10-26 10:49:48,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/SQYN8/create_number.sh 2018-10-26 10:49:48,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - # Deployment definitions home_domain=clearwater.opnfv sprout_hostname=sprout.clearwater.local chronos_hostname=192.168.120.8: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.8 # 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-26 10:49:48,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo service dnsmasq force 2018-10-26 10:49:48,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Start numbers creation 2018-10-26 10:49:48,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/ellis/create_number.sh to /tmp/SQYN8/create_number.sh 2018-10-26 10:49:48,380 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-10-26 10:49:48,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-10-26 10:49:48,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-10-26 10:49:48,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-26 10:49:48,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.054s user 0m0.004s sys 0m0.051s 2018-10-26 10:49:48,381 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 10:41 ? 00:00:00 /sbin/init root 2 0 0 10:41 ? 00:00:00 [kthreadd] root 3 2 0 10:41 ? 00:00:00 [ksoftirqd/0] root 5 2 0 10:41 ? 00:00:00 [kworker/0:0H] root 6 2 0 10:41 ? 00:00:00 [kworker/u4:0] root 7 2 0 10:41 ? 00:00:00 [rcu_sched] root 8 2 0 10:41 ? 00:00:00 [rcuos/0] root 9 2 0 10:41 ? 00:00:00 [rcuos/1] root 10 2 0 10:41 ? 00:00:00 [rcu_bh] root 11 2 0 10:41 ? 00:00:00 [rcuob/0] root 12 2 0 10:41 ? 00:00:00 [rcuob/1] root 13 2 0 10:41 ? 00:00:00 [migration/0] root 14 2 0 10:41 ? 00:00:00 [watchdog/0] root 15 2 0 10:41 ? 00:00:00 [watchdog/1] root 16 2 0 10:41 ? 00:00:00 [migration/1] root 17 2 0 10:41 ? 00:00:00 [ksoftirqd/1] root 18 2 0 10:41 ? 00:00:00 [kworker/1:0] root 19 2 0 10:41 ? 00:00:00 [kworker/1:0H] root 20 2 0 10:41 ? 00:00:00 [khelper] root 21 2 0 10:41 ? 00:00:00 [kdevtmpfs] root 22 2 0 10:41 ? 00:00:00 [netns] root 23 2 0 10:41 ? 00:00:00 [writeback] root 24 2 0 10:41 ? 00:00:00 [kintegrityd] root 25 2 0 10:41 ? 00:00:00 [bioset] root 27 2 0 10:41 ? 00:00:00 [kblockd] root 28 2 0 10:41 ? 00:00:00 [ata_sff] root 29 2 0 10:41 ? 00:00:00 [khubd] root 30 2 0 10:41 ? 00:00:00 [md] root 31 2 0 10:41 ? 00:00:00 [devfreq_wq] root 32 2 0 10:41 ? 00:00:00 [kworker/0:1] root 34 2 0 10:41 ? 00:00:00 [khungtaskd] root 35 2 0 10:41 ? 00:00:00 [kswapd0] root 36 2 0 10:41 ? 00:00:00 [vmstat] root 37 2 0 10:41 ? 00:00:00 [ksmd] root 38 2 0 10:41 ? 00:00:00 [khugepaged] root 39 2 0 10:41 ? 00:00:00 [fsnotify_mark] root 40 2 0 10:41 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 10:41 ? 00:00:00 [crypto] root 53 2 0 10:41 ? 00:00:00 [kthrotld] root 54 2 0 10:41 ? 00:00:00 [kworker/u4:1] root 55 2 0 10:41 ? 00:00:00 [vballoon] root 56 2 0 10:41 ? 00:00:00 [kworker/1:1] root 57 2 0 10:41 ? 00:00:00 [scsi_eh_0] root 58 2 0 10:41 ? 00:00:00 [scsi_eh_1] root 79 2 0 10:41 ? 00:00:00 [deferwq] root 80 2 0 10:41 ? 00:00:00 [charger_manager] root 123 2 0 10:41 ? 00:00:00 [kpsmoused] root 142 2 0 10:41 ? 00:00:00 [kworker/0:2] root 186 2 0 10:41 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 10:41 ? 00:00:00 [ext4-rsv-conver] root 386 1 0 10:41 ? 00:00:00 upstart-udev-bridge --daemon root 392 1 0 10:41 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 434 2 0 10:41 ? 00:00:00 [kworker/u5:1] root 436 2 0 10:41 ? 00:00:00 [kworker/u5:2] root 485 1 0 10:41 ? 00:00:00 upstart-socket-bridge --daemon root 568 1 0 10:41 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 820 2 0 10:41 ? 00:00:00 [kauditd] message+ 927 1 0 10:41 ? 00:00:00 dbus-daemon --system --fork root 953 1 0 10:41 ? 00:00:00 /lib/systemd/systemd-logind root 964 1 0 10:41 ? 00:00:00 upstart-file-bridge --daemon syslog 1009 1 0 10:41 ? 00:00:00 rsyslogd root 1051 1 0 10:41 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1054 1 0 10:41 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1060 1 0 10:41 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1061 1 0 10:41 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1063 1 0 10:41 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1105 1 0 10:41 ? 00:00:00 /usr/sbin/sshd -D root 1109 1 0 10:41 ? 00:00:00 cron daemon 1110 1 0 10:41 ? 00:00:00 atd root 1118 1 0 10:41 ? 00:00:00 /usr/sbin/irqbalance root 1136 1 0 10:41 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1199 1 0 10:41 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1205 1 0 10:41 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 ubuntu 1651 1 0 10:42 ? 00:00:00 /home/ubuntu/dime_host_ytakkd/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q dime_host_ytakkd --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@dime_host_ytakkd --logging-server-logdir=/home/ubuntu/dime_host_ytakkd/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/dime_host_ytakkd/work/dime_host_ytakkd%I.log --pidfile=/home/ubuntu/dime_host_ytakkd/work/dime_host_ytakkd.pid ubuntu 1765 1 0 10:42 ? 00:00:02 python2.7 /home/ubuntu/dime_host_ytakkd/env/bin/diamond --configfile /home/ubuntu/dime_host_ytakkd/work/plugins/diamond/etc/diamond.conf ubuntu 1831 1651 0 10:44 ? 00:00:00 /home/ubuntu/dime_host_ytakkd/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q dime_host_ytakkd --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@dime_host_ytakkd --logging-server-logdir=/home/ubuntu/dime_host_ytakkd/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/dime_host_ytakkd/work/dime_host_ytakkd%I.log --pidfile=/home/ubuntu/dime_host_ytakkd/work/dime_host_ytakkd.pid ubuntu 1853 1831 0 10:44 ? 00:00:00 /home/ubuntu/dime_host_ytakkd/env/bin/python2.7 /home/ubuntu/dime_host_ytakkd/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-Mld2qt ubuntu 1864 1853 0 10:44 ? 00:00:00 /bin/sh -c /tmp/HVU1U/install-dime.sh ubuntu 1866 1864 0 10:44 ? 00:00:00 /bin/bash -e /tmp/HVU1U/install-dime.sh root 2719 2 0 10:46 ? 00:00:00 [kworker/u5:0] ntp 8821 1 0 10:47 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111 root 9394 1 0 10:48 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh root 9395 9394 0 10:48 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper root 9399 1 0 10:48 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh root 9400 9399 0 10:48 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper root 9409 9395 0 10:48 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management root 9410 9400 0 10:48 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 9411 9410 0 10:48 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 9607 1 0 10:48 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc snmp 10136 1 0 10:49 ? 00:00:00 /usr/sbin/snmpd -Lsd -Lf /dev/null -u snmp -g snmp -I -smux mteTrigger mteTriggerConf -p /var/run/snmpd.pid dnsmasq 10477 1 0 10:49 ? 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 10540 1866 0 10:49 ? 00:00:00 /bin/bash -e /tmp/HVU1U/install-dime.sh ubuntu 10541 10540 0 10:49 ? 00:00:00 /bin/bash -e /tmp/HVU1U/install-dime.sh root 10542 10541 0 10:49 ? 00:00:00 sudo ps -edf root 10543 10542 0 10:49 ? 00:00:00 ps -edf real 0m0.008s user 0m0.000s sys 0m0.008s 2018-10-26 10:49:48,382 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo ps 2018-10-26 10:49:48,382 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => eth0 Link encap:Ethernet HWaddr fa:16:3e:3e:1b:d1 inet addr:192.168.120.21 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe3e:1bd1/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:111714 errors:0 dropped:0 overruns:0 frame:0 TX packets:62904 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:171863955 (171.8 MB) TX bytes:11479026 (11.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: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.000s sys 0m0.005s 2018-10-26 10:49:48,382 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo ifconfig 2018-10-26 10:49:48,382 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:49:48,444 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:49:48,444 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:49:48,445 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:49:48,445 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:49:48,445 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:49:48,445 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:49:48,445 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:49:48,445 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:49:48,445 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:49:48,445 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:49:48 GMT 2018-10-26 10:49:48,445 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:49:48,446 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:49:48,446 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:49:53,447 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:49:53,524 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:49:53,524 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:49:53,524 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:49:53,524 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:49:53,524 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:49:53,524 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:49:53,524 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:49:53,525 - 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-26T10:49:48.541Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:48.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_mkbnzw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:48.893Z", "message": "[dime] sudo netstat ", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:48.893Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "70f5cd8c-26ec-4d3e-a3fd-c605813a5449"}, {"node_instance_id": "dime_mkbnzw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:48.893Z", "message": "[dime] => /var/log\n/var/log/ralf\n/var/log/sysstat\n/var/log/sysstat/clearwater-sa26\n/var/log/dpkg.log\n/var/log/wtmp\n/var/log/iotop.log\n/var/log/fsck\n/var/log/fsck/checkroot\n/var/log/fsck/checkfs\n/var/log/dmesg\n/var/log/btmp\n/var/log/alternatives.log\n/var/log/clearwater-config-manager\n/var/log/apt\n/var/log/apt/history.log\n/var/log/apt/term.log\n/var/log/monit.log\n/var/log/dist-upgrade\n/var/log/syslog\n/var/log/landscape\n/var/log/landscape/sysinfo.log\n/var/log/cloud-init.log\n/var/log/clearwater-cluster-manager\n/var/log/nginx\n/var/log/nginx/error.log\n/var/log/nginx/access.log\n/var/log/kern.log\n/var/log/upstart\n/var/log/upstart/console-setup.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/container-detect.log\n/var/log/upstart/rsyslog.log\n/var/log/ntpstats\n/var/log/udev\n/var/log/clearwater-queue-manager\n/var/log/cloud-init-output.log\n/var/log/lastlog\n/var/log/boot.log\n/var/log/dmesg.0\n/var/log/homestead\n/var/log/homestead/homestead_out.log\n/var/log/homestead/homestead_current.txt\n/var/log/homestead/homestead_err.log\n/var/log/homestead/homestead_20181026T100000Z.txt\n/var/log/clearwater-socket-factory.log\n/var/log/auth.log\n/var/log/clearwater-etcd\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/unattended-upgrades\n\nreal\t0m0.008s\nuser\t0m0.003s\nsys\t0m0.002s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:48.893Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "70f5cd8c-26ec-4d3e-a3fd-c605813a5449"}, {"node_instance_id": "dime_mkbnzw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:48.893Z", "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 10477/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1105/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9607/monit \ntcp6 0 0 ::1:53 :::* LISTEN 10477/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1105/sshd \nudp 0 0 192.168.120.21:123 0.0.0.0:* 8821/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8821/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8821/ntpd \nudp 0 0 0.0.0.0:161 0.0.0.0:* 10136/snmpd \nudp 0 0 0.0.0.0:43608 0.0.0.0:* 568/dhclient \nudp 0 0 127.0.0.1:53 0.0.0.0:* 10477/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 568/dhclient \nudp6 0 0 fe80::f816:3eff:fe3:123 :::* 8821/ntpd \nudp6 0 0 ::1:123 :::* 8821/ntpd \nudp6 0 0 :::123 :::* 8821/ntpd \nudp6 0 0 :::161 :::* 10136/snmpd \nudp6 0 0 :::14952 :::* 568/dhclient \nudp6 0 0 ::1:53 :::* 10477/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 9223 1136/acpid /var/run/acpid.socket\nunix 2 [ ACC ] SEQPACKET LISTENING 8207 392/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 8988 927/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] STREAM LISTENING 11042 1651/python2.7 /tmp/cloudify-logging-server-9f577.socket\nunix 2 [ ACC ] STREAM LISTENING 11877 1853/python2.7 /tmp/ctx-CSumPE.socket\nunix 2 [ ACC ] STREAM LISTENING 6920 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 21929 9409/clearwater_soc /tmp/clearwater_management_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 21932 9411/clearwater_soc /tmp/clearwater_signaling_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 23724 10136/snmpd /var/agentx/master\n\nreal\t0m0.008s\nuser\t0m0.000s\nsys\t0m0.007s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:48.893Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "70f5cd8c-26ec-4d3e-a3fd-c605813a5449"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:48.893Z", "message": "Execution done (return_code=0): /tmp/SQYN8/create_number.sh", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:48.893Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "7f584032-68c9-4ccd-80fb-078ae284db44"}, {"node_instance_id": "dime_mkbnzw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:48.893Z", "message": "[dime] sudo cat /var/log/clearwater", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:48.893Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "70f5cd8c-26ec-4d3e-a3fd-c605813a5449"}, {"node_instance_id": "dime_mkbnzw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:48.893Z", "message": "[dime] sudo find /var/log", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:48.893Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "70f5cd8c-26ec-4d3e-a3fd-c605813a5449"}, {"node_instance_id": "dime_mkbnzw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:49.912Z", "message": "[dime] => 2018-10-26 10:49:25.972814331 Stopping etcd clearwater-etcd\n\nreal\t0m0.004s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:49.912Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "70f5cd8c-26ec-4d3e-a3fd-c605813a5449"}, {"node_instance_id": "dime_mkbnzw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:49.912Z", "message": "[dime] sudo cat /var/log/clearwater", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:49.912Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "70f5cd8c-26ec-4d3e-a3fd-c605813a5449"}, {"node_instance_id": "dime_mkbnzw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:49.912Z", "message": "[dime] => 2018:10:26 10:48:32: Namespace: management\n2018:10:26 10:48:32: [management] Starting server\n2018:10:26 10:48:32: [management] Listening for requests\n2018:10:26 10:48:32: Namespace: signaling\n2018:10:26 10:48:32: [signaling] Starting server\n2018:10:26 10:48:32: [signaling] Listening for requests\n\nreal\t0m0.004s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:49.912Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "70f5cd8c-26ec-4d3e-a3fd-c605813a5449"}, {"node_instance_id": "dime_mkbnzw", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:50.535Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:50.535Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_mkbnzw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:50.923Z", "message": "[dime] Installation is done", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:50.923Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "70f5cd8c-26ec-4d3e-a3fd-c605813a5449"}, {"node_instance_id": "dime_mkbnzw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:50.923Z", "message": "[dime] sudo cat /var/log/clearwater", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:50.923Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "70f5cd8c-26ec-4d3e-a3fd-c605813a5449"}, {"node_instance_id": "dime_mkbnzw", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:50.923Z", "message": "Execution done (return_code=0): /tmp/HVU1U/install-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:50.923Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "70f5cd8c-26ec-4d3e-a3fd-c605813a5449"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:51.678Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:51.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "dime_mkbnzw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:51.678Z", "message": "Starting node", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:51.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:52.057Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:52.057Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:52.125Z", "message": "Downloaded scripts/bind/bind.py to /tmp/X7XLE/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:52.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a449699e-99a6-45cc-8e90-cc3764c4c0be"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:52.933Z", "message": "[localhost] run: sudo mv /tmp/tmp7sMLeE /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:52.933Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a449699e-99a6-45cc-8e90-cc3764c4c0be"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:52.933Z", "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-26T10:49:52.933Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a449699e-99a6-45cc-8e90-cc3764c4c0be"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:52.933Z", "message": "The config dict: {'public_ip': u'172.30.9.209', 'backends': {u'homer': {u'homer_5geog5': {u'public_address': u'', u'private_address': u'192.168.120.7', u'name': u'homer-5geog5'}}, u'sprout': {u'sprout_22q8t4': {u'public_address': u'', u'private_address': u'192.168.120.17', u'name': u'sprout-22q8t4'}}, u'ellis': {u'ellis_xf14gm': {u'public_address': u'172.30.9.210', u'private_address': u'192.168.120.5', u'name': u'ellis-xf14gm'}}, u'bono': {u'bono_l2dlea': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.9', u'name': u'bono-l2dlea'}}, u'dime': {u'dime_mkbnzw': {u'public_address': u'', u'private_address': u'192.168.120.21', u'name': u'dime-mkbnzw'}}}, 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.8', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:52.933Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a449699e-99a6-45cc-8e90-cc3764c4c0be"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:52.933Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:52.933Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a449699e-99a6-45cc-8e90-cc3764c4c0be"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:52.933Z", "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-26T10:49:52.933Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a449699e-99a6-45cc-8e90-cc3764c4c0be"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:52.933Z", "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-26T10:49:52.933Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a449699e-99a6-45cc-8e90-cc3764c4c0be"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:52.933Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:52.933Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a449699e-99a6-45cc-8e90-cc3764c4c0be"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:52.933Z", "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-26T10:49:52.933Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a449699e-99a6-45cc-8e90-cc3764c4c0be"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:53.350Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:53.350Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}], "metadata": {"pagination": {"total": 1868, "offset": 1806, "size": 50}}} 2018-10-26 10:49:53,525 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:49:53,525 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:49:53 GMT 2018-10-26 10:49:53,525 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:49:53,525 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 20001 2018-10-26 10:49:53,525 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:49:53,526 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-26 10:49:53,526 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo netstat 2018-10-26 10:49:53,526 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => /var/log /var/log/ralf /var/log/sysstat /var/log/sysstat/clearwater-sa26 /var/log/dpkg.log /var/log/wtmp /var/log/iotop.log /var/log/fsck /var/log/fsck/checkroot /var/log/fsck/checkfs /var/log/dmesg /var/log/btmp /var/log/alternatives.log /var/log/clearwater-config-manager /var/log/apt /var/log/apt/history.log /var/log/apt/term.log /var/log/monit.log /var/log/dist-upgrade /var/log/syslog /var/log/landscape /var/log/landscape/sysinfo.log /var/log/cloud-init.log /var/log/clearwater-cluster-manager /var/log/nginx /var/log/nginx/error.log /var/log/nginx/access.log /var/log/kern.log /var/log/upstart /var/log/upstart/console-setup.log /var/log/upstart/cryptdisks.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/systemd-logind.log /var/log/upstart/clearwater-monit.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/container-detect.log /var/log/upstart/rsyslog.log /var/log/ntpstats /var/log/udev /var/log/clearwater-queue-manager /var/log/cloud-init-output.log /var/log/lastlog /var/log/boot.log /var/log/dmesg.0 /var/log/homestead /var/log/homestead/homestead_out.log /var/log/homestead/homestead_current.txt /var/log/homestead/homestead_err.log /var/log/homestead/homestead_20181026T100000Z.txt /var/log/clearwater-socket-factory.log /var/log/auth.log /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/unattended-upgrades real 0m0.008s user 0m0.003s sys 0m0.002s 2018-10-26 10:49:53,526 - 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 10477/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1105/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9607/monit tcp6 0 0 ::1:53 :::* LISTEN 10477/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1105/sshd udp 0 0 192.168.120.21:123 0.0.0.0:* 8821/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8821/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8821/ntpd udp 0 0 0.0.0.0:161 0.0.0.0:* 10136/snmpd udp 0 0 0.0.0.0:43608 0.0.0.0:* 568/dhclient udp 0 0 127.0.0.1:53 0.0.0.0:* 10477/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 568/dhclient udp6 0 0 fe80::f816:3eff:fe3:123 :::* 8821/ntpd udp6 0 0 ::1:123 :::* 8821/ntpd udp6 0 0 :::123 :::* 8821/ntpd udp6 0 0 :::161 :::* 10136/snmpd udp6 0 0 :::14952 :::* 568/dhclient udp6 0 0 ::1:53 :::* 10477/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 9223 1136/acpid /var/run/acpid.socket unix 2 [ ACC ] SEQPACKET LISTENING 8207 392/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 8988 927/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] STREAM LISTENING 11042 1651/python2.7 /tmp/cloudify-logging-server-9f577.socket unix 2 [ ACC ] STREAM LISTENING 11877 1853/python2.7 /tmp/ctx-CSumPE.socket unix 2 [ ACC ] STREAM LISTENING 6920 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 21929 9409/clearwater_soc /tmp/clearwater_management_namespace_socket unix 2 [ ACC ] STREAM LISTENING 21932 9411/clearwater_soc /tmp/clearwater_signaling_namespace_socket unix 2 [ ACC ] STREAM LISTENING 23724 10136/snmpd /var/agentx/master real 0m0.008s user 0m0.000s sys 0m0.007s 2018-10-26 10:49:53,527 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/SQYN8/create_number.sh 2018-10-26 10:49:53,527 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo cat /var/log/clearwater 2018-10-26 10:49:53,527 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo find /var/log 2018-10-26 10:49:53,527 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => 2018-10-26 10:49:25.972814331 Stopping etcd clearwater-etcd real 0m0.004s user 0m0.000s sys 0m0.004s 2018-10-26 10:49:53,527 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo cat /var/log/clearwater 2018-10-26 10:49:53,527 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => 2018:10:26 10:48:32: Namespace: management 2018:10:26 10:48:32: [management] Starting server 2018:10:26 10:48:32: [management] Listening for requests 2018:10:26 10:48:32: Namespace: signaling 2018:10:26 10:48:32: [signaling] Starting server 2018:10:26 10:48:32: [signaling] Listening for requests real 0m0.004s user 0m0.000s sys 0m0.004s 2018-10-26 10:49:53,528 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-26 10:49:53,528 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] Installation is done 2018-10-26 10:49:53,528 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo cat /var/log/clearwater 2018-10-26 10:49:53,528 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/HVU1U/install-dime.sh 2018-10-26 10:49:53,528 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-26 10:49:53,528 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-26 10:49:53,528 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-26 10:49:53,529 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/X7XLE/bind.py 2018-10-26 10:49:53,529 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp7sMLeE /etc/bind/db.clearwater.local 2018-10-26 10:49:53,529 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-10-26 10:49:53,529 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.209', 'backends': {u'homer': {u'homer_5geog5': {u'public_address': u'', u'private_address': u'192.168.120.7', u'name': u'homer-5geog5'}}, u'sprout': {u'sprout_22q8t4': {u'public_address': u'', u'private_address': u'192.168.120.17', u'name': u'sprout-22q8t4'}}, u'ellis': {u'ellis_xf14gm': {u'public_address': u'172.30.9.210', u'private_address': u'192.168.120.5', u'name': u'ellis-xf14gm'}}, u'bono': {u'bono_l2dlea': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.9', u'name': u'bono-l2dlea'}}, u'dime': {u'dime_mkbnzw': {u'public_address': u'', u'private_address': u'192.168.120.21', u'name': u'dime-mkbnzw'}}}, 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.8', u'hss_hostname': u''}. 2018-10-26 10:49:53,529 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-10-26 10:49:53,529 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-10-26 10:49:53,530 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-10-26 10:49:53,530 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-10-26 10:49:53,530 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-26 10:49:53,530 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-26 10:49:53,530 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:49:53,694 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:49:53,694 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:49:53,694 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:49:53,694 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:49:53,694 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:49:53,695 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:49:53,695 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:49:53,695 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:49:53,695 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:49:53,695 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:49:53 GMT 2018-10-26 10:49:53,695 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:49:53,695 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:49:53,695 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:49:58,701 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:49:59,029 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:49:59,029 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:49:59,029 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:49:59,029 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:49:59,030 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:49:59,030 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:49:59,030 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:49:59,030 - 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-26T10:49:54.093Z", "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-26T10:49:54.093Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a449699e-99a6-45cc-8e90-cc3764c4c0be"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:54.093Z", "message": "[localhost] run: sudo mv /tmp/tmp8hGkNG /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:54.093Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a449699e-99a6-45cc-8e90-cc3764c4c0be"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:49:54.093Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:49:54.093Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "a449699e-99a6-45cc-8e90-cc3764c4c0be"}], "metadata": {"pagination": {"total": 1871, "offset": 1833, "size": 50}}} 2018-10-26 10:49:59,030 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:49:59,030 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:49:59 GMT 2018-10-26 10:49:59,030 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:49:59,030 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1729 2018-10-26 10:49:59,030 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:49:59,031 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-10-26 10:49:59,031 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp8hGkNG /etc/bind/db.clearwater.opnfv 2018-10-26 10:49:59,031 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-10-26 10:49:59,031 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:49:59,300 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:49:59,300 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:49:59,300 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:49:59,300 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:49:59,300 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:49:59,300 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:49:59,300 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:49:59,301 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:49:59,301 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:49:59,301 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:49:59 GMT 2018-10-26 10:49:59,301 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:49:59,301 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:49:59,301 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:50:04,307 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:50:04,521 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:50:04,521 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:50:04,521 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:50:04,521 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:50:04,521 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:50:04,521 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:50:04,522 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:50:04,522 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1871, "offset": 1836, "size": 50}}} 2018-10-26 10:50:04,522 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:50:04,522 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:50:04 GMT 2018-10-26 10:50:04,522 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:50:04,522 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-26 10:50:04,522 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:50:04,522 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:50:04,679 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:50:04,680 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:50:04,680 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:50:04,680 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:50:04,680 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:50:04,680 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:50:04,680 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:50:04,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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:50:04,680 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:50:04,681 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:50:04 GMT 2018-10-26 10:50:04,681 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:50:04,681 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:50:04,681 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:50:09,685 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:50:09,841 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:50:09,841 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:50:09,841 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:50:09,842 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:50:09,842 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:50:09,842 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:50:09,842 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:50:09,842 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1871, "offset": 1836, "size": 50}}} 2018-10-26 10:50:09,842 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:50:09,842 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:50:09 GMT 2018-10-26 10:50:09,842 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:50:09,842 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-26 10:50:09,842 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:50:09,843 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:50:09,933 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:50:09,933 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:50:09,934 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:50:09,934 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:50:09,934 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:50:09,934 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:50:09,934 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:50:09,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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:50:09,934 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:50:09,934 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:50:09 GMT 2018-10-26 10:50:09,935 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:50:09,935 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:50:09,935 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:50:14,940 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:50:15,208 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:50:15,208 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:50:15,208 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:50:15,208 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:50:15,208 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:50:15,208 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:50:15,208 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:50:15,209 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:50:14.066Z", "message": "[vellum] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:50:14.066Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "0774bf49-318f-4493-b129-75adb60e2dab"}], "metadata": {"pagination": {"total": 1872, "offset": 1836, "size": 50}}} 2018-10-26 10:50:15,209 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:50:15,209 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:50:15 GMT 2018-10-26 10:50:15,209 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:50:15,209 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 624 2018-10-26 10:50:15,209 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:50:15,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo DEBIAN_FRONTEND=noninteractive apt 2018-10-26 10:50:15,210 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:50:15,345 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:50:15,345 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:50:15,345 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:50:15,346 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:50:15,346 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:50:15,346 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:50:15,346 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:50:15,346 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:50:15,346 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:50:15,346 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:50:15 GMT 2018-10-26 10:50:15,346 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:50:15,346 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:50:15,346 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:50:20,352 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:50:20,759 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:50:20,760 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:50:20,760 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:50:20,760 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:50:20,760 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:50:20,760 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:50:20,760 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:50:20,760 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1872, "offset": 1837, "size": 50}}} 2018-10-26 10:50:20,760 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:50:20,761 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:50:20 GMT 2018-10-26 10:50:20,761 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:50:20,761 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-26 10:50:20,761 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:50:20,761 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:50:20,829 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:50:20,830 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:50:20,830 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:50:20,830 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:50:20,830 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:50:20,830 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:50:20,830 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:50:20,830 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:50:20,830 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:50:20,831 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:50:20 GMT 2018-10-26 10:50:20,831 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:50:20,831 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:50:20,831 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:50:25,836 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:50:26,117 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:50:26,117 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:50:26,117 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:50:26,117 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:50:26,118 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:50:26,118 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:50:26,118 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:50:26,118 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:50:22.295Z", "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 0 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 (3,921 kB/s)\nSelecting previously unselected package clearwater-cluster-manager.\n(Reading database ... 59686 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.052s\nuser\t0m3.528s\nsys\t0m0.673s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:50:22.295Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "0774bf49-318f-4493-b129-75adb60e2dab"}, {"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:50:23.132Z", "message": "[vellum] The installation packages is done correctly", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:50:23.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "0774bf49-318f-4493-b129-75adb60e2dab"}, {"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:50:23.132Z", "message": "[vellum] Use the DNS server", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:50:23.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "0774bf49-318f-4493-b129-75adb60e2dab"}, {"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:50:23.132Z", "message": "[vellum] sudo service dnsmasq force", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:50:23.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "0774bf49-318f-4493-b129-75adb60e2dab"}, {"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:50:25.248Z", "message": "[vellum] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.076s\nuser\t0m0.007s\nsys\t0m0.048s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:50:25.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "0774bf49-318f-4493-b129-75adb60e2dab"}], "metadata": {"pagination": {"total": 1877, "offset": 1837, "size": 50}}} 2018-10-26 10:50:26,118 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:50:26,118 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:50:26 GMT 2018-10-26 10:50:26,118 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:50:26,118 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7535 2018-10-26 10:50:26,118 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:50:26,119 - 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 0 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 (3,921 kB/s) Selecting previously unselected package clearwater-cluster-manager. (Reading database ... 59686 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.052s user 0m3.528s sys 0m0.673s 2018-10-26 10:50:26,119 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] The installation packages is done correctly 2018-10-26 10:50:26,119 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Use the DNS server 2018-10-26 10:50:26,120 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo service dnsmasq force 2018-10-26 10:50:26,120 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.076s user 0m0.007s sys 0m0.048s 2018-10-26 10:50:26,120 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:50:26,199 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:50:26,199 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:50:26,199 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:50:26,199 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:50:26,199 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:50:26,200 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:50:26,200 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:50:26,200 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:50:26,200 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:50:26,200 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:50:26 GMT 2018-10-26 10:50:26,200 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:50:26,200 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:50:26,200 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:50:31,206 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:50:31,391 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:50:31,392 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:50:31,392 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:50:31,392 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:50:31,392 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:50:31,392 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:50:31,392 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:50:31,392 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:50:26.150Z", "message": "[vellum] => eth0 Link encap:Ethernet HWaddr fa:16:3e:db:e3:75 \n inet addr:192.168.120.16 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fedb:e375/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:143907 errors:0 dropped:0 overruns:0 frame:0\n TX packets:69629 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:218889585 (218.8 MB) TX bytes:12488763 (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.004s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:50:26.150Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "0774bf49-318f-4493-b129-75adb60e2dab"}, {"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:50:26.150Z", "message": "[vellum] sudo ifconfig ", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:50:26.150Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "0774bf49-318f-4493-b129-75adb60e2dab"}, {"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:50:26.150Z", "message": "[vellum] sudo ps ", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:50:26.150Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "0774bf49-318f-4493-b129-75adb60e2dab"}, {"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:50:26.150Z", "message": "[vellum] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 10:41 ? 00:00:00 /sbin/init\nroot 2 0 0 10:41 ? 00:00:00 [kthreadd]\nroot 3 2 0 10:41 ? 00:00:00 [ksoftirqd/0]\nroot 4 2 0 10:41 ? 00:00:00 [kworker/0:0]\nroot 5 2 0 10:41 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 10:41 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 10:41 ? 00:00:00 [rcu_sched]\nroot 8 2 0 10:41 ? 00:00:00 [rcuos/0]\nroot 9 2 0 10:41 ? 00:00:00 [rcuos/1]\nroot 10 2 0 10:41 ? 00:00:00 [rcu_bh]\nroot 11 2 0 10:41 ? 00:00:00 [rcuob/0]\nroot 12 2 0 10:41 ? 00:00:00 [rcuob/1]\nroot 13 2 0 10:41 ? 00:00:00 [migration/0]\nroot 14 2 0 10:41 ? 00:00:00 [watchdog/0]\nroot 15 2 0 10:41 ? 00:00:00 [watchdog/1]\nroot 16 2 0 10:41 ? 00:00:00 [migration/1]\nroot 17 2 0 10:41 ? 00:00:00 [ksoftirqd/1]\nroot 19 2 0 10:41 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 10:41 ? 00:00:00 [khelper]\nroot 21 2 0 10:41 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 10:41 ? 00:00:00 [netns]\nroot 23 2 0 10:41 ? 00:00:00 [writeback]\nroot 24 2 0 10:41 ? 00:00:00 [kintegrityd]\nroot 25 2 0 10:41 ? 00:00:00 [bioset]\nroot 26 2 0 10:41 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 10:41 ? 00:00:00 [kblockd]\nroot 28 2 0 10:41 ? 00:00:00 [ata_sff]\nroot 29 2 0 10:41 ? 00:00:00 [khubd]\nroot 30 2 0 10:41 ? 00:00:00 [md]\nroot 31 2 0 10:41 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 10:41 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 10:41 ? 00:00:00 [khungtaskd]\nroot 35 2 0 10:41 ? 00:00:00 [kswapd0]\nroot 36 2 0 10:41 ? 00:00:00 [vmstat]\nroot 37 2 0 10:41 ? 00:00:00 [ksmd]\nroot 38 2 0 10:41 ? 00:00:00 [khugepaged]\nroot 39 2 0 10:41 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 10:41 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 10:41 ? 00:00:00 [crypto]\nroot 53 2 0 10:41 ? 00:00:00 [kthrotld]\nroot 54 2 0 10:41 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 10:41 ? 00:00:00 [vballoon]\nroot 56 2 0 10:41 ? 00:00:00 [kworker/1:1]\nroot 57 2 0 10:41 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 10:41 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 10:41 ? 00:00:00 [deferwq]\nroot 80 2 0 10:41 ? 00:00:00 [charger_manager]\nroot 124 2 0 10:41 ? 00:00:00 [kpsmoused]\nroot 144 2 0 10:41 ? 00:00:00 [kworker/1:2]\nroot 186 2 0 10:41 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 10:41 ? 00:00:00 [ext4-rsv-conver]\nroot 388 1 0 10:41 ? 00:00:00 upstart-udev-bridge --daemon\nroot 392 1 0 10:41 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 430 2 0 10:41 ? 00:00:00 [kworker/u5:1]\nroot 504 1 0 10:41 ? 00:00:00 upstart-socket-bridge --daemon\nroot 559 1 0 10:41 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 818 2 0 10:41 ? 00:00:00 [kauditd]\nmessage+ 895 1 0 10:41 ? 00:00:00 dbus-daemon --system --fork\nroot 932 1 0 10:41 ? 00:00:00 /lib/systemd/systemd-logind\nroot 948 1 0 10:41 ? 00:00:00 upstart-file-bridge --daemon\nsyslog 1017 1 0 10:41 ? 00:00:00 rsyslogd\nroot 1049 1 0 10:41 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1052 1 0 10:41 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1056 1 0 10:41 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1057 1 0 10:41 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1059 1 0 10:41 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1101 1 0 10:41 ? 00:00:00 /usr/sbin/sshd -D\nroot 1102 1 0 10:41 ? 00:00:00 cron\ndaemon 1107 1 0 10:41 ? 00:00:00 atd\nroot 1111 1 0 10:41 ? 00:00:00 /usr/sbin/irqbalance\nroot 1115 1 0 10:41 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1254 1 0 10:41 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1260 1 0 10:41 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nubuntu 1649 1 0 10:42 ? 00:00:00 /home/ubuntu/vellum_host_19cott/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q vellum_host_19cott --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@vellum_host_19cott --logging-server-logdir=/home/ubuntu/vellum_host_19cott/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/vellum_host_19cott/work/vellum_host_19cott%I.log --pidfile=/home/ubuntu/vellum_host_19cott/work/vellum_host_19cott.pid\nubuntu 1763 1 0 10:42 ? 00:00:02 python2.7 /home/ubuntu/vellum_host_19cott/env/bin/diamond --configfile /home/ubuntu/vellum_host_19cott/work/plugins/diamond/etc/diamond.conf\nubuntu 1827 1649 0 10:44 ? 00:00:00 /home/ubuntu/vellum_host_19cott/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q vellum_host_19cott --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@vellum_host_19cott --logging-server-logdir=/home/ubuntu/vellum_host_19cott/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/vellum_host_19cott/work/vellum_host_19cott%I.log --pidfile=/home/ubuntu/vellum_host_19cott/work/vellum_host_19cott.pid\nubuntu 1849 1827 0 10:44 ? 00:00:00 /home/ubuntu/vellum_host_19cott/env/bin/python2.7 /home/ubuntu/vellum_host_19cott/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-7_aYue\nubuntu 1860 1849 0 10:44 ? 00:00:00 /bin/sh -c /tmp/TRQWR/install-vellum.sh\nubuntu 1862 1860 0 10:44 ? 00:00:00 /bin/bash -e /tmp/TRQWR/install-vellum.sh\nroot 2192 2 0 10:45 ? 00:00:00 [kworker/u5:2]\nntp 11910 1 0 10:48 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 108:112\nmemcache 12314 1 0 10:49 ? 00:00:00 /usr/bin/memcached -m 64 -p 11211 -u memcache -l 127.0.0.1\nroot 12641 1 0 10:49 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 13285 1 0 10:49 ? 00:00:00 /bin/sh -e /proc/self/fd/9\nroot 13292 13285 0 10:49 ? 00:00:00 cpulimit -e astaire -l 10\nsnmp 14194 1 0 10:50 ? 00:00:00 /usr/sbin/snmpd -Lsd -Lf /dev/null -u snmp -g snmp -I -smux mteTrigger mteTriggerConf -p /var/run/snmpd.pid\ndnsmasq 14292 1 0 10:50 ? 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 14357 1862 0 10:50 ? 00:00:00 /bin/bash -e /tmp/TRQWR/install-vellum.sh\nubuntu 14358 14357 0 10:50 ? 00:00:00 /bin/bash -e /tmp/TRQWR/install-vellum.sh\nroot 14359 14358 0 10:50 ? 00:00:00 sudo ps -edf\nroot 14360 14359 0 10:50 ? 00:00:00 ps -edf\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-26T10:50:26.150Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "0774bf49-318f-4493-b129-75adb60e2dab"}, {"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:50:27.167Z", "message": "[vellum] sudo cat /var/log/clearwater*.log", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:50:27.167Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "0774bf49-318f-4493-b129-75adb60e2dab"}, {"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:50:27.167Z", "message": "[vellum] => /var/log\n/var/log/chronos\n/var/log/sysstat\n/var/log/sysstat/clearwater-sa26\n/var/log/dpkg.log\n/var/log/cassandra\n/var/log/cassandra/system.log\n/var/log/wtmp\n/var/log/iotop.log\n/var/log/fsck\n/var/log/fsck/checkroot\n/var/log/fsck/checkfs\n/var/log/dmesg\n/var/log/btmp\n/var/log/alternatives.log\n/var/log/clearwater-config-manager\n/var/log/apt\n/var/log/apt/history.log\n/var/log/apt/term.log\n/var/log/monit.log\n/var/log/astaire\n/var/log/astaire/astaire_current.txt\n/var/log/astaire/astaire_out.log\n/var/log/astaire/astaire_err.log\n/var/log/astaire/astaire_20181026T100000Z.txt\n/var/log/dist-upgrade\n/var/log/syslog\n/var/log/landscape\n/var/log/landscape/sysinfo.log\n/var/log/cloud-init.log\n/var/log/clearwater-cluster-manager\n/var/log/memcached.log\n/var/log/kern.log\n/var/log/upstart\n/var/log/upstart/console-setup.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/astaire-throttle.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/container-detect.log\n/var/log/upstart/rsyslog.log\n/var/log/ntpstats\n/var/log/rogers\n/var/log/rogers/rogers_current.txt\n/var/log/rogers/rogers_20181026T100000Z.txt\n/var/log/rogers/rogers_err.log\n/var/log/rogers/rogers_out.log\n/var/log/udev\n/var/log/clearwater-queue-manager\n/var/log/cloud-init-output.log\n/var/log/lastlog\n/var/log/boot.log\n/var/log/dmesg.0\n/var/log/auth.log\n/var/log/clearwater-etcd\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/unattended-upgrades\n\nreal\t0m0.007s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:50:27.167Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "0774bf49-318f-4493-b129-75adb60e2dab"}, {"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:50:27.167Z", "message": "[vellum] sudo find /var/log", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:50:27.167Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "0774bf49-318f-4493-b129-75adb60e2dab"}, {"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:50:27.167Z", "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 14292/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1101/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 12641/monit \ntcp 0 0 127.0.0.1:11211 0.0.0.0:* LISTEN 12314/memcached \ntcp6 0 0 ::1:53 :::* LISTEN 14292/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1101/sshd \nudp 0 0 0.0.0.0:17512 0.0.0.0:* 559/dhclient \nudp 0 0 192.168.120.16:123 0.0.0.0:* 11910/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 11910/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 11910/ntpd \nudp 0 0 0.0.0.0:161 0.0.0.0:* 14194/snmpd \nudp 0 0 127.0.0.1:11211 0.0.0.0:* 12314/memcached \nudp 0 0 127.0.0.1:53 0.0.0.0:* 14292/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 559/dhclient \nudp6 0 0 fe80::f816:3eff:fed:123 :::* 11910/ntpd \nudp6 0 0 ::1:123 :::* 11910/ntpd \nudp6 0 0 :::123 :::* 11910/ntpd \nudp6 0 0 :::161 :::* 14194/snmpd \nudp6 0 0 :::26468 :::* 559/dhclient \nudp6 0 0 ::1:53 :::* 14292/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 26485 14194/snmpd /var/agentx/master\nunix 2 [ ACC ] STREAM LISTENING 10865 1649/python2.7 /tmp/cloudify-logging-server-080f4.socket\nunix 2 [ ACC ] STREAM LISTENING 12032 1849/python2.7 /tmp/ctx-0OfrSI.socket\nunix 2 [ ACC ] STREAM LISTENING 7013 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 9353 1115/acpid /var/run/acpid.socket\nunix 2 [ ACC ] SEQPACKET LISTENING 7304 392/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 8112 895/dbus-daemon /var/run/dbus/system_bus_socket\n\nreal\t0m0.006s\nuser\t0m0.002s\nsys\t0m0.003s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:50:27.167Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "0774bf49-318f-4493-b129-75adb60e2dab"}, {"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:50:27.167Z", "message": "[vellum] sudo netstat ", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:50:27.167Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "0774bf49-318f-4493-b129-75adb60e2dab"}, {"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:50:28.184Z", "message": "[vellum] sudo cat /var/log/clearwater", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:50:28.184Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "0774bf49-318f-4493-b129-75adb60e2dab"}, {"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:50:28.184Z", "message": "[vellum] => 2018-10-26 10:49:33.653880342 Stopping etcd clearwater-etcd\n\nreal\t0m0.004s\nuser\t0m0.003s\nsys\t0m0.002s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:50:28.184Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "0774bf49-318f-4493-b129-75adb60e2dab"}, {"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:50:29.197Z", "message": "[vellum] sudo cat /etc/cassandra/logback", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:50:29.197Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "0774bf49-318f-4493-b129-75adb60e2dab"}, {"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:50:29.197Z", "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.004s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:50:29.197Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "0774bf49-318f-4493-b129-75adb60e2dab"}, {"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:50:29.197Z", "message": "[vellum] sudo cat /var/log/cassandra/system.log", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:50:29.197Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "0774bf49-318f-4493-b129-75adb60e2dab"}, {"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:50:29.197Z", "message": "[vellum] sudo cat /var/log/clearwater", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:50:29.197Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "0774bf49-318f-4493-b129-75adb60e2dab"}, {"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:50:29.197Z", "message": "[vellum] => INFO [main] 2018-10-26 10:46:54,504 CassandraDaemon.java:159 - Could not resolve local host\nINFO [main] 2018-10-26 10:46:54,519 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-10-26 10:46:54,618 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-26 10:46:54,777 DatabaseDescriptor.java:343 - DiskAccessMode 'auto' determined to be mmap, indexAccessMode is mmap\nINFO [main] 2018-10-26 10:46:54,785 DatabaseDescriptor.java:437 - Global memtable on-heap threshold is enabled at 245MB\nINFO [main] 2018-10-26 10:46:54,785 DatabaseDescriptor.java:441 - Global memtable off-heap threshold is enabled at 245MB\nINFO [main] 2018-10-26 10:46:55,105 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-10-26 10:46:55,118 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-26 10:46:55,143 CassandraDaemon.java:174 - JVM vendor/version: OpenJDK 64-Bit Server VM/1.7.0_181\nWARN [main] 2018-10-26 10:46:55,143 CassandraDaemon.java:179 - OpenJDK is not recommended. Please upgrade to the newest Oracle Java release\nINFO [main] 2018-10-26 10:46:55,143 CassandraDaemon.java:202 - Heap size: 1027604480/1027604480\nINFO [main] 2018-10-26 10:46:55,144 CassandraDaemon.java:204 - Code Cache Non-heap memory: init = 2555904(2496K) used = 706240(689K) committed = 2555904(2496K) max = 50331648(49152K)\nINFO [main] 2018-10-26 10:46:55,145 CassandraDaemon.java:204 - Par Eden Space Heap memory: init = 167772160(163840K) used = 73992920(72258K) committed = 167772160(163840K) max = 167772160(163840K)\nINFO [main] 2018-10-26 10:46:55,145 CassandraDaemon.java:204 - Par Survivor Space Heap memory: init = 20971520(20480K) used = 0(0K) committed = 20971520(20480K) max = 20971520(20480K)\nINFO [main] 2018-10-26 10:46:55,145 CassandraDaemon.java:204 - CMS Old Gen Heap memory: init = 838860800(819200K) used = 0(0K) committed = 838860800(819200K) max = 838860800(819200K)\nINFO [main] 2018-10-26 10:46:55,145 CassandraDaemon.java:204 - CMS Perm Gen Non-heap memory: init = 21757952(21248K) used = 16665536(16274K) committed = 21757952(21248K) max = 174063616(169984K)\nINFO [main] 2018-10-26 10:46:55,145 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-26 10:46:55,145 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_1540550813.hprof, -XX:ErrorFile=/var/lib/cassandra/hs_err_1540550813.log]\nINFO [main] 2018-10-26 10:46:55,186 CLibrary.java:144 - JNA mlockall successful\nWARN [main] 2018-10-26 10:46:55,186 CassandraDaemon.java:85 - JMX is not enabled to receive remote connections. Please see cassandra-env.sh for more info.\nERROR [main] 2018-10-26 10:46:55,252 CassandraDaemon.java:266 - Directory /var/lib/cassandra/data doesn't exist\nERROR [main] 2018-10-26 10:46:55,254 CassandraDaemon.java:266 - Directory /var/lib/cassandra/commitlog doesn't exist\nERROR [main] 2018-10-26 10:46:55,254 CassandraDaemon.java:266 - Directory /var/lib/cassandra/saved_caches doesn't exist\nINFO [main] 2018-10-26 10:46:55,258 CacheService.java:110 - Initializing key cache with capacity of 49 MBs.\nINFO [main] 2018-10-26 10:46:55,263 CacheService.java:132 - Initializing row cache with capacity of 0 MBs\nINFO [main] 2018-10-26 10:46:55,268 CacheService.java:149 - Initializing counter cache with capacity of 24 MBs\nINFO [main] 2018-10-26 10:46:55,269 CacheService.java:160 - Scheduling counter cache save to every 7200 seconds (going to save all keys).\nINFO [main] 2018-10-26 10:46:55,333 ColumnFamilyStore.java:361 - Initializing system.schema_triggers\nINFO [main] 2018-10-26 10:46:56,506 ColumnFamilyStore.java:361 - Initializing system.compaction_history\nINFO [main] 2018-10-26 10:46:56,511 ColumnFamilyStore.java:361 - Initializing system.batchlog\nINFO [main] 2018-10-26 10:46:56,517 ColumnFamilyStore.java:361 - Initializing system.sstable_activity\nINFO [main] 2018-10-26 10:46:56,521 ColumnFamilyStore.java:361 - Initializing system.peer_events\nINFO [main] 2018-10-26 10:46:56,525 ColumnFamilyStore.java:361 - Initializing system.compactions_in_progress\nINFO [main] 2018-10-26 10:46:56,529 ColumnFamilyStore.java:361 - Initializing system.hints\nINFO [main] 2018-10-26 10:46:56,536 ColumnFamilyStore.java:361 - Initializing system.schema_keyspaces\nINFO [main] 2018-10-26 10:46:56,541 ColumnFamilyStore.java:361 - Initializing system.range_xfers\nINFO [main] 2018-10-26 10:46:56,544 ColumnFamilyStore.java:361 - Initializing system.schema_columnfamilies\nINFO [main] 2018-10-26 10:46:56,548 ColumnFamilyStore.java:361 - Initializing system.paxos\nINFO [main] 2018-10-26 10:46:56,554 ColumnFamilyStore.java:361 - Initializing system.schema_columns\nINFO [main] 2018-10-26 10:46:56,559 ColumnFamilyStore.java:361 - Initializing system.schema_usertypes\nINFO [main] 2018-10-26 10:46:56,562 ColumnFamilyStore.java:361 - Initializing system.IndexInfo\nINFO [main] 2018-10-26 10:46:56,566 ColumnFamilyStore.java:361 - Initializing system.peers\nINFO [main] 2018-10-26 10:46:56,570 ColumnFamilyStore.java:361 - Initializing system.size_estimates\nINFO [main] 2018-10-26 10:46:56,573 ColumnFamilyStore.java:361 - Initializing system.local\nINFO [main] 2018-10-26 10:46:56,644 DatabaseDescriptor.java:692 - Couldn't detect any schema definitions in local storage.\nINFO [main] 2018-10-26 10:46:56,646 DatabaseDescriptor.java:697 - To create keyspaces and column families, see 'help create' in cqlsh.\nINFO [main] 2018-10-26 10:46:56,687 ColumnFamilyStore.java:905 - Enqueuing flush of local: 793 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2018-10-26 10:46:56,692 Memtable.java:347 - Writing Memtable-local@395056231(0.139KiB serialized bytes, 5 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2018-10-26 10:46:56,732 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=1540550816483, position=399)\nINFO [main] 2018-10-26 10:46:57,222 CommitLog.java:122 - No commitlog files found; skipping replay\nINFO [main] 2018-10-26 10:46:57,368 StorageService.java:622 - Cassandra version: 2.1.15\nINFO [main] 2018-10-26 10:46:57,368 StorageService.java:623 - Thrift API version: 19.39.0\nINFO [main] 2018-10-26 10:46:57,370 StorageService.java:624 - CQL supported versions: 2.0.0,3.2.1 (default: 3.2.1)\nINFO [main] 2018-10-26 10:46:57,381 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-26 10:46:57,382 StorageService.java:649 - Loading persisted ring state\nINFO [main] 2018-10-26 10:46:57,399 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-10-26 10:46:57,410 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-26 10:46:57,424 SystemKeyspace.java:765 - No host ID found, created 4b9642fc-be23-49e5-9464-e1cc5d8278a2 (Note: This should happen exactly once per node).\nINFO [main] 2018-10-26 10:46:57,426 StorageService.java:807 - Starting up server gossip\nINFO [main] 2018-10-26 10:46:57,428 ColumnFamilyStore.java:905 - Enqueuing flush of local: 1983 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:2] 2018-10-26 10:46:57,429 Memtable.java:347 - Writing Memtable-local@556558602(0.368KiB serialized bytes, 15 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:2] 2018-10-26 10:46:57,430 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=1540550816483, position=93397)\nINFO [main] 2018-10-26 10:46:58,199 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-10-26 10:46:58,207 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-26 10:46:58,231 MessagingService.java:506 - Starting Messaging Service on port 7000\nINFO [main] 2018-10-26 10:46:58,243 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-10-26 10:46:58,249 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-26 10:46:58,257 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-10-26 10:46:58,263 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-26 10:46:58,270 StorageService.java:844 - This node will not auto bootstrap because it is configured to be a seed node.\nINFO [main] 2018-10-26 10:46:58,271 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-10-26 10:46:58,277 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-26 10:46:58,287 StorageService.java:959 - Generated random tokens. tokens are [5237336764317884768, -7982399043008198369, 1950526731975150805, -4428302994116314387, -4289104755263876936, -8705288045783665697, -9219056901148785402, -595016349685171364, -5637843609259579670, -3883357255636501397, 8911344626049533210, 8748192291785079149, -8956402070294705289, 82545261858474248, 7443585722937280193, -3379035303998118788, -3200951178419505982, 7215090783553455368, 2902458509442963781, 6013244098570377733, -3868826648969337098, -3873661094435313984, -8569129913808411723, -1980282742290647113, 6938445602817438472, -6516019617103088266, -2232444803753598065, -5921659902149120453, -9179803859453587654, -8119185279188947660, -562443670358670390, -4723508317929332376, 2116685181176685583, -5747210899061923714, -4532647833582418609, 7723992502921591425, -4184628277488179623, 6886305110576177232, -7835851861250738511, 5413534478310670023, 1687732034442103035, 7315692322416006652, -5347890983895702461, -5869133129844808444, -6648032439761489324, 141797945359932899, 6422677346508705842, 3638926873845027272, 173913455966359787, 8133375014417462998, 7912002802832208598, -269592758636128304, 4270395414890350401, 5074336067773414470, 8015667071984895705, 7730897451058467628, 7821329609333030154, 525999016920889799, 65274943328590695, -7163338232041899145, -3523576809713760704, -3505124353336053275, -737869072559949475, -1732971608612747252, -2994991304367144027, -8420470400212215167, 2634825016994331424, 7643204082643555708, 1168770741067871457, -3629057148591318600, -8144735613496283351, -849118755768755781, -4341327522155744048, 7728999694983339422, 6773143276975225752, -1441126218232848936, 8904713747523907099, 2608783422460382020, -8305164751128731104, 1120032572062900167, -6031637864719313128, 6174424799240124348, -5035900376390123892, -7549797385415973620, -7740863688172160613, -8148063895317799325, 3407992380109896674, -7272438906419807297, -6878098034223773524, -7590911811443749475, -5037212943171619210, -2853834181433868775, 241609161036770113, -2199796527055151550, 4885096774915740452, -6629818826928939981, 4927363675593441491, -5389910112493016652, 2891114477378214129, -4880098176942829019, -5220059918983137233, -6702985301929843505, -4245225980526501855, 1792003676612083633, -205223960591034224, -5404996851853416234, -8998856697850302576, -8260479537232925267, -2351840599729090720, -8799445773620728552, 410138074949446858, 4905808290889424655, 7948392500195352999, -7288267732036907288, -5111814349131781520, -3212487789002529399, 4403642101318012448, -460967814529283097, 9097873334430193007, -7539279447678960886, 2347153051060596470, 1453006998852739818, 2762717024901620732, 6553567068731113550, 4225948045822899338, 4558345240564467453, -8882631930324811705, -7238020144648758353, 4465743851767432067, -3498288078845228835, -7294529614120468523, 5328017034634094483, 8330874779442496316, 2654896236708111252, 2542638169246929814, -1494813451605280303, 5764412119068560854, 6256347715961920689, 7537885420805803722, 4473213083250681063, -1086064618727013058, -1071244151800584316, -7807237544346906543, -1102176769000291846, -203234874902373089, 7888211082191007814, -3376699191813221754, -2584855880166465025, -6283585443550980924, -6031337192698208899, 5972329972384657474, -3185437851143703834, 6863487733636498202, -184132645733202640, -7736324173991018432, -8002218310777492021, -6964801785968709653, 4301203408781085616, -7451891783804004913, 2107962335964860303, -4646511816380142564, -6316717793200362303, 2974133916713729001, -7712642513610837899, 2606138442768881714, -2950028970553405376, 87864417627315365, 4643101931300164618, 3815549095732882703, 3443897605449775104, 4454454895017075003, 1042293302110485736, 7051370397094451832, -2374557410744841981, -6354430710072842157, 4433254562109323282, 4866243254849238450, 2186498031088922142, 6520472894069409600, -4265302264180285552, -7533791477276926637, -7109882740454691181, -270670617181038649, 1994683050446270696, 915313301436142050, -8816195189564103420, 717657467465348521, -7696375769724647981, -2069341328460771766, -2517857821359299326, -2913683392884112537, -6099410439501414304, -4366607580995894694, 955454187583182267, 8043407793243489230, 400267825644950623, -3080089963023119795, 3700068919780627801, -3396710331726133060, -6264532047315539454, 698712188472731977, 295368175710117919, -248362839976805109, -5227368880826742263, -2762995165602969440, 9187192460808788883, 1199856565129556455, -4235274763013011360, 2698806881703811718, -3413340428135107261, 2341296774832667657, -5183247096706547964, -1423592304707795244, -7919263062263911315, 3582201951866534140, -3698930297468678611, -8997943132569243683, -2992353837017104219, -8967159424721257190, 3502424641208986953, 427580648706119690, 2242176148454657968, -6388820402337813523, -2924210912899202801, 8927051126250785711, 7995435697205732500, -4690378052510422034, 4976357453105917762, -2644541782441228341, -7224459173908211769, -4718388610696478922, 1324473804443778314, 2277780197430777078, -8103116582844560704, -3818130876434461749, -2666981491402139718, 3075426377694812308, 8214258077209905763, -6518981270388179640, -3838135354159272786, 6930258024294067228, -5760246158824933763, 5370188122775249205, -8065218921576710027, -2670970690868265071, -6087630674835746391, 8744564195340826498, 6837577490122364001, 5864316869127517408, -526623916823912969, -2155454710671212370, 5136302632172548024, 1062772526746477564, 8202026847697823415, -3110995484678608514, -755739696722970352]\nINFO [main] 2018-10-26 10:46:58,295 MigrationManager.java:230 - Create new Keyspace: KSMetaData{name=system_traces, strategyClass=SimpleStrategy, strategyOptions={replication_factor=2}, cfMetaData={sessions=org.apache.cassandra.config.CFMetaData@c01051e[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@741fafd2[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@7fd986fc}\nINFO [MigrationStage:1] 2018-10-26 10:46:58,320 ColumnFamilyStore.java:905 - Enqueuing flush of schema_keyspaces: 958 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2018-10-26 10:46:58,321 Memtable.java:347 - Writing Memtable-schema_keyspaces@666758027(0.261KiB serialized bytes, 7 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2018-10-26 10:46:58,321 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=1540550816483, position=102352)\nINFO [MigrationStage:1] 2018-10-26 10:46:58,812 ColumnFamilyStore.java:905 - Enqueuing flush of schema_columnfamilies: 115123 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:2] 2018-10-26 10:46:58,813 Memtable.java:347 - Writing Memtable-schema_columnfamilies@1458684626(29.505KiB serialized bytes, 514 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:2] 2018-10-26 10:46:58,821 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=1540550816483, position=102352)\nINFO [MigrationStage:1] 2018-10-26 10:46:59,445 ColumnFamilyStore.java:905 - Enqueuing flush of schema_columns: 254936 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2018-10-26 10:46:59,446 Memtable.java:347 - Writing Memtable-schema_columns@1164392484(47.245KiB serialized bytes, 939 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2018-10-26 10:46:59,465 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=1540550816483, position=102352)\nINFO [MigrationStage:1] 2018-10-26 10:47:00,047 ColumnFamilyStore.java:905 - Enqueuing flush of schema_triggers: 154 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:2] 2018-10-26 10:47:00,048 Memtable.java:347 - Writing Memtable-schema_triggers@1025846587(0.008KiB serialized bytes, 1 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:2] 2018-10-26 10:47:00,049 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=1540550816483, position=102352)\nINFO [MigrationStage:1] 2018-10-26 10:47:01,057 ColumnFamilyStore.java:905 - Enqueuing flush of schema_usertypes: 154 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2018-10-26 10:47:01,058 Memtable.java:347 - Writing Memtable-schema_usertypes@482419096(0.008KiB serialized bytes, 1 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2018-10-26 10:47:01,060 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=1540550816483, position=102352)\nINFO [MigrationStage:1] 2018-10-26 10:47:01,629 DefsTables.java:373 - Loading org.apache.cassandra.config.CFMetaData@58888c20[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-26 10:47:01,633 ColumnFamilyStore.java:361 - Initializing system_traces.sessions\nINFO [MigrationStage:1] 2018-10-26 10:47:01,633 DefsTables.java:373 - Loading org.apache.cassandra.config.CFMetaData@2278f9df[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-26 10:47:01,637 ColumnFamilyStore.java:361 - Initializing system_traces.events\nINFO [main] 2018-10-26 10:47:01,670 ColumnFamilyStore.java:905 - Enqueuing flush of local: 594 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:2] 2018-10-26 10:47:01,670 Memtable.java:347 - Writing Memtable-local@703086541(0.081KiB serialized bytes, 6 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:2] 2018-10-26 10:47:01,671 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=1540550816483, position=102595)\nINFO [main] 2018-10-26 10:47:02,306 ColumnFamilyStore.java:905 - Enqueuing flush of local: 51488 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2018-10-26 10:47:02,306 Memtable.java:347 - Writing Memtable-local@1424928137(8.374KiB serialized bytes, 259 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2018-10-26 10:47:02,316 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=1540550816483, position=114594)\nINFO [CompactionExecutor:2] 2018-10-26 10:47:03,195 CompactionTask.java:141 - Compacting [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-4-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-26 10:47:03,215 StorageService.java:1715 - Node localhost/127.0.0.1 state jump to NORMAL\nINFO [main] 2018-10-26 10:47:03,306 Server.java:155 - Netty using native Epoll event loop\nINFO [main] 2018-10-26 10:47:03,335 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-26 10:47:03,335 Server.java:194 - Starting listening for CQL clients on localhost/127.0.0.1:9042...\nINFO [main] 2018-10-26 10:47:03,376 ThriftServer.java:119 - Binding thrift service to localhost/127.0.0.1:9160\nINFO [Thread-2] 2018-10-26 10:47:03,381 ThriftServer.java:136 - Listening for thrift clients...\nINFO [CompactionExecutor:2] 2018-10-26 10:47:04,159 CompactionTask.java:274 - Compacted 4 sstables to [/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-5,]. 5,949 bytes to 5,769 (~96% of original) in 958ms = 0.005743MB/s. 4 total partitions merged to 1. Partition merge counts were {4:1, }\nINFO [StorageServiceShutdownHook] 2018-10-26 10:49:27,879 ThriftServer.java:142 - Stop listening to thrift clients\nINFO [StorageServiceShutdownHook] 2018-10-26 10:49:27,898 Server.java:225 - Stop listening for CQL clients\nINFO [StorageServiceShutdownHook] 2018-10-26 10:49:27,899 Gossiper.java:1454 - Announcing shutdown\nINFO [StorageServiceShutdownHook] 2018-10-26 10:49:27,900 StorageService.java:1715 - Node localhost/127.0.0.1 state jump to shutdown\nINFO [StorageServiceShutdownHook] 2018-10-26 10:49:29,909 MessagingService.java:734 - Waiting for messaging service to quiesce\nINFO [ACCEPT-localhost/127.0.0.1] 2018-10-26 10:49:29,910 MessagingService.java:1020 - MessagingService has terminated the accept() thread\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:50:29.197Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "0774bf49-318f-4493-b129-75adb60e2dab"}, {"node_instance_id": "vellum_gteini", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:50:29.957Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:50:29.957Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:50:30.214Z", "message": "[vellum] Installation is done", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:50:30.214Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "0774bf49-318f-4493-b129-75adb60e2dab"}, {"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:50:30.214Z", "message": "[vellum] sudo cat /etc/cassandra/cassandra", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:50:30.214Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "0774bf49-318f-4493-b129-75adb60e2dab"}, {"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:50:30.214Z", "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.003s\nsys\t0m0.002s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:50:30.214Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "0774bf49-318f-4493-b129-75adb60e2dab"}, {"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:50:30.214Z", "message": "Execution done (return_code=0): /tmp/TRQWR/install-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:50:30.214Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "0774bf49-318f-4493-b129-75adb60e2dab"}, {"node_instance_id": "vellum_gteini", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:50:31.086Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:50:31.086Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "vellum_gteini", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:50:31.086Z", "message": "Starting node", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:50:31.086Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": "vellum_gteini", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:50:31.086Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:50:31.086Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}], "metadata": {"pagination": {"total": 1903, "offset": 1842, "size": 50}}} 2018-10-26 10:50:31,393 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:50:31,393 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:50:31 GMT 2018-10-26 10:50:31,393 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:50:31,393 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 81077 2018-10-26 10:50:31,393 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:50:31,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => eth0 Link encap:Ethernet HWaddr fa:16:3e:db:e3:75 inet addr:192.168.120.16 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fedb:e375/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:143907 errors:0 dropped:0 overruns:0 frame:0 TX packets:69629 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:218889585 (218.8 MB) TX bytes:12488763 (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.004s user 0m0.000s sys 0m0.004s 2018-10-26 10:50:31,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo ifconfig 2018-10-26 10:50:31,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo ps 2018-10-26 10:50:31,396 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 10:41 ? 00:00:00 /sbin/init root 2 0 0 10:41 ? 00:00:00 [kthreadd] root 3 2 0 10:41 ? 00:00:00 [ksoftirqd/0] root 4 2 0 10:41 ? 00:00:00 [kworker/0:0] root 5 2 0 10:41 ? 00:00:00 [kworker/0:0H] root 6 2 0 10:41 ? 00:00:00 [kworker/u4:0] root 7 2 0 10:41 ? 00:00:00 [rcu_sched] root 8 2 0 10:41 ? 00:00:00 [rcuos/0] root 9 2 0 10:41 ? 00:00:00 [rcuos/1] root 10 2 0 10:41 ? 00:00:00 [rcu_bh] root 11 2 0 10:41 ? 00:00:00 [rcuob/0] root 12 2 0 10:41 ? 00:00:00 [rcuob/1] root 13 2 0 10:41 ? 00:00:00 [migration/0] root 14 2 0 10:41 ? 00:00:00 [watchdog/0] root 15 2 0 10:41 ? 00:00:00 [watchdog/1] root 16 2 0 10:41 ? 00:00:00 [migration/1] root 17 2 0 10:41 ? 00:00:00 [ksoftirqd/1] root 19 2 0 10:41 ? 00:00:00 [kworker/1:0H] root 20 2 0 10:41 ? 00:00:00 [khelper] root 21 2 0 10:41 ? 00:00:00 [kdevtmpfs] root 22 2 0 10:41 ? 00:00:00 [netns] root 23 2 0 10:41 ? 00:00:00 [writeback] root 24 2 0 10:41 ? 00:00:00 [kintegrityd] root 25 2 0 10:41 ? 00:00:00 [bioset] root 26 2 0 10:41 ? 00:00:00 [kworker/u5:0] root 27 2 0 10:41 ? 00:00:00 [kblockd] root 28 2 0 10:41 ? 00:00:00 [ata_sff] root 29 2 0 10:41 ? 00:00:00 [khubd] root 30 2 0 10:41 ? 00:00:00 [md] root 31 2 0 10:41 ? 00:00:00 [devfreq_wq] root 32 2 0 10:41 ? 00:00:00 [kworker/0:1] root 34 2 0 10:41 ? 00:00:00 [khungtaskd] root 35 2 0 10:41 ? 00:00:00 [kswapd0] root 36 2 0 10:41 ? 00:00:00 [vmstat] root 37 2 0 10:41 ? 00:00:00 [ksmd] root 38 2 0 10:41 ? 00:00:00 [khugepaged] root 39 2 0 10:41 ? 00:00:00 [fsnotify_mark] root 40 2 0 10:41 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 10:41 ? 00:00:00 [crypto] root 53 2 0 10:41 ? 00:00:00 [kthrotld] root 54 2 0 10:41 ? 00:00:00 [kworker/u4:1] root 55 2 0 10:41 ? 00:00:00 [vballoon] root 56 2 0 10:41 ? 00:00:00 [kworker/1:1] root 57 2 0 10:41 ? 00:00:00 [scsi_eh_0] root 58 2 0 10:41 ? 00:00:00 [scsi_eh_1] root 79 2 0 10:41 ? 00:00:00 [deferwq] root 80 2 0 10:41 ? 00:00:00 [charger_manager] root 124 2 0 10:41 ? 00:00:00 [kpsmoused] root 144 2 0 10:41 ? 00:00:00 [kworker/1:2] root 186 2 0 10:41 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 10:41 ? 00:00:00 [ext4-rsv-conver] root 388 1 0 10:41 ? 00:00:00 upstart-udev-bridge --daemon root 392 1 0 10:41 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 430 2 0 10:41 ? 00:00:00 [kworker/u5:1] root 504 1 0 10:41 ? 00:00:00 upstart-socket-bridge --daemon root 559 1 0 10:41 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 818 2 0 10:41 ? 00:00:00 [kauditd] message+ 895 1 0 10:41 ? 00:00:00 dbus-daemon --system --fork root 932 1 0 10:41 ? 00:00:00 /lib/systemd/systemd-logind root 948 1 0 10:41 ? 00:00:00 upstart-file-bridge --daemon syslog 1017 1 0 10:41 ? 00:00:00 rsyslogd root 1049 1 0 10:41 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1052 1 0 10:41 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1056 1 0 10:41 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1057 1 0 10:41 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1059 1 0 10:41 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1101 1 0 10:41 ? 00:00:00 /usr/sbin/sshd -D root 1102 1 0 10:41 ? 00:00:00 cron daemon 1107 1 0 10:41 ? 00:00:00 atd root 1111 1 0 10:41 ? 00:00:00 /usr/sbin/irqbalance root 1115 1 0 10:41 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1254 1 0 10:41 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1260 1 0 10:41 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 ubuntu 1649 1 0 10:42 ? 00:00:00 /home/ubuntu/vellum_host_19cott/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q vellum_host_19cott --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@vellum_host_19cott --logging-server-logdir=/home/ubuntu/vellum_host_19cott/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/vellum_host_19cott/work/vellum_host_19cott%I.log --pidfile=/home/ubuntu/vellum_host_19cott/work/vellum_host_19cott.pid ubuntu 1763 1 0 10:42 ? 00:00:02 python2.7 /home/ubuntu/vellum_host_19cott/env/bin/diamond --configfile /home/ubuntu/vellum_host_19cott/work/plugins/diamond/etc/diamond.conf ubuntu 1827 1649 0 10:44 ? 00:00:00 /home/ubuntu/vellum_host_19cott/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q vellum_host_19cott --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@vellum_host_19cott --logging-server-logdir=/home/ubuntu/vellum_host_19cott/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/vellum_host_19cott/work/vellum_host_19cott%I.log --pidfile=/home/ubuntu/vellum_host_19cott/work/vellum_host_19cott.pid ubuntu 1849 1827 0 10:44 ? 00:00:00 /home/ubuntu/vellum_host_19cott/env/bin/python2.7 /home/ubuntu/vellum_host_19cott/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-7_aYue ubuntu 1860 1849 0 10:44 ? 00:00:00 /bin/sh -c /tmp/TRQWR/install-vellum.sh ubuntu 1862 1860 0 10:44 ? 00:00:00 /bin/bash -e /tmp/TRQWR/install-vellum.sh root 2192 2 0 10:45 ? 00:00:00 [kworker/u5:2] ntp 11910 1 0 10:48 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 108:112 memcache 12314 1 0 10:49 ? 00:00:00 /usr/bin/memcached -m 64 -p 11211 -u memcache -l 127.0.0.1 root 12641 1 0 10:49 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 13285 1 0 10:49 ? 00:00:00 /bin/sh -e /proc/self/fd/9 root 13292 13285 0 10:49 ? 00:00:00 cpulimit -e astaire -l 10 snmp 14194 1 0 10:50 ? 00:00:00 /usr/sbin/snmpd -Lsd -Lf /dev/null -u snmp -g snmp -I -smux mteTrigger mteTriggerConf -p /var/run/snmpd.pid dnsmasq 14292 1 0 10:50 ? 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 14357 1862 0 10:50 ? 00:00:00 /bin/bash -e /tmp/TRQWR/install-vellum.sh ubuntu 14358 14357 0 10:50 ? 00:00:00 /bin/bash -e /tmp/TRQWR/install-vellum.sh root 14359 14358 0 10:50 ? 00:00:00 sudo ps -edf root 14360 14359 0 10:50 ? 00:00:00 ps -edf real 0m0.008s user 0m0.000s sys 0m0.008s 2018-10-26 10:50:31,397 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /var/log/clearwater*.log 2018-10-26 10:50:31,397 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => /var/log /var/log/chronos /var/log/sysstat /var/log/sysstat/clearwater-sa26 /var/log/dpkg.log /var/log/cassandra /var/log/cassandra/system.log /var/log/wtmp /var/log/iotop.log /var/log/fsck /var/log/fsck/checkroot /var/log/fsck/checkfs /var/log/dmesg /var/log/btmp /var/log/alternatives.log /var/log/clearwater-config-manager /var/log/apt /var/log/apt/history.log /var/log/apt/term.log /var/log/monit.log /var/log/astaire /var/log/astaire/astaire_current.txt /var/log/astaire/astaire_out.log /var/log/astaire/astaire_err.log /var/log/astaire/astaire_20181026T100000Z.txt /var/log/dist-upgrade /var/log/syslog /var/log/landscape /var/log/landscape/sysinfo.log /var/log/cloud-init.log /var/log/clearwater-cluster-manager /var/log/memcached.log /var/log/kern.log /var/log/upstart /var/log/upstart/console-setup.log /var/log/upstart/cryptdisks.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/systemd-logind.log /var/log/upstart/astaire-throttle.log /var/log/upstart/clearwater-monit.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/container-detect.log /var/log/upstart/rsyslog.log /var/log/ntpstats /var/log/rogers /var/log/rogers/rogers_current.txt /var/log/rogers/rogers_20181026T100000Z.txt /var/log/rogers/rogers_err.log /var/log/rogers/rogers_out.log /var/log/udev /var/log/clearwater-queue-manager /var/log/cloud-init-output.log /var/log/lastlog /var/log/boot.log /var/log/dmesg.0 /var/log/auth.log /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/unattended-upgrades real 0m0.007s user 0m0.000s sys 0m0.005s 2018-10-26 10:50:31,397 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo find /var/log 2018-10-26 10:50:31,397 - 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 14292/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1101/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 12641/monit tcp 0 0 127.0.0.1:11211 0.0.0.0:* LISTEN 12314/memcached tcp6 0 0 ::1:53 :::* LISTEN 14292/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1101/sshd udp 0 0 0.0.0.0:17512 0.0.0.0:* 559/dhclient udp 0 0 192.168.120.16:123 0.0.0.0:* 11910/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 11910/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 11910/ntpd udp 0 0 0.0.0.0:161 0.0.0.0:* 14194/snmpd udp 0 0 127.0.0.1:11211 0.0.0.0:* 12314/memcached udp 0 0 127.0.0.1:53 0.0.0.0:* 14292/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 559/dhclient udp6 0 0 fe80::f816:3eff:fed:123 :::* 11910/ntpd udp6 0 0 ::1:123 :::* 11910/ntpd udp6 0 0 :::123 :::* 11910/ntpd udp6 0 0 :::161 :::* 14194/snmpd udp6 0 0 :::26468 :::* 559/dhclient udp6 0 0 ::1:53 :::* 14292/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 26485 14194/snmpd /var/agentx/master unix 2 [ ACC ] STREAM LISTENING 10865 1649/python2.7 /tmp/cloudify-logging-server-080f4.socket unix 2 [ ACC ] STREAM LISTENING 12032 1849/python2.7 /tmp/ctx-0OfrSI.socket unix 2 [ ACC ] STREAM LISTENING 7013 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 9353 1115/acpid /var/run/acpid.socket unix 2 [ ACC ] SEQPACKET LISTENING 7304 392/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 8112 895/dbus-daemon /var/run/dbus/system_bus_socket real 0m0.006s user 0m0.002s sys 0m0.003s 2018-10-26 10:50:31,397 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo netstat 2018-10-26 10:50:31,397 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /var/log/clearwater 2018-10-26 10:50:31,398 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => 2018-10-26 10:49:33.653880342 Stopping etcd clearwater-etcd real 0m0.004s user 0m0.003s sys 0m0.002s 2018-10-26 10:50:31,398 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /etc/cassandra/logback 2018-10-26 10:50:31,398 - 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.004s user 0m0.000s sys 0m0.004s 2018-10-26 10:50:31,398 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /var/log/cassandra/system.log 2018-10-26 10:50:31,398 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /var/log/clearwater 2018-10-26 10:50:31,398 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => INFO [main] 2018-10-26 10:46:54,504 CassandraDaemon.java:159 - Could not resolve local host INFO [main] 2018-10-26 10:46:54,519 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-10-26 10:46:54,618 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-26 10:46:54,777 DatabaseDescriptor.java:343 - DiskAccessMode 'auto' determined to be mmap, indexAccessMode is mmap INFO [main] 2018-10-26 10:46:54,785 DatabaseDescriptor.java:437 - Global memtable on-heap threshold is enabled at 245MB INFO [main] 2018-10-26 10:46:54,785 DatabaseDescriptor.java:441 - Global memtable off-heap threshold is enabled at 245MB INFO [main] 2018-10-26 10:46:55,105 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-10-26 10:46:55,118 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-26 10:46:55,143 CassandraDaemon.java:174 - JVM vendor/version: OpenJDK 64-Bit Server VM/1.7.0_181 WARN [main] 2018-10-26 10:46:55,143 CassandraDaemon.java:179 - OpenJDK is not recommended. Please upgrade to the newest Oracle Java release INFO [main] 2018-10-26 10:46:55,143 CassandraDaemon.java:202 - Heap size: 1027604480/1027604480 INFO [main] 2018-10-26 10:46:55,144 CassandraDaemon.java:204 - Code Cache Non-heap memory: init = 2555904(2496K) used = 706240(689K) committed = 2555904(2496K) max = 50331648(49152K) INFO [main] 2018-10-26 10:46:55,145 CassandraDaemon.java:204 - Par Eden Space Heap memory: init = 167772160(163840K) used = 73992920(72258K) committed = 167772160(163840K) max = 167772160(163840K) INFO [main] 2018-10-26 10:46:55,145 CassandraDaemon.java:204 - Par Survivor Space Heap memory: init = 20971520(20480K) used = 0(0K) committed = 20971520(20480K) max = 20971520(20480K) INFO [main] 2018-10-26 10:46:55,145 CassandraDaemon.java:204 - CMS Old Gen Heap memory: init = 838860800(819200K) used = 0(0K) committed = 838860800(819200K) max = 838860800(819200K) INFO [main] 2018-10-26 10:46:55,145 CassandraDaemon.java:204 - CMS Perm Gen Non-heap memory: init = 21757952(21248K) used = 16665536(16274K) committed = 21757952(21248K) max = 174063616(169984K) INFO [main] 2018-10-26 10:46:55,145 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-26 10:46:55,145 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_1540550813.hprof, -XX:ErrorFile=/var/lib/cassandra/hs_err_1540550813.log] INFO [main] 2018-10-26 10:46:55,186 CLibrary.java:144 - JNA mlockall successful WARN [main] 2018-10-26 10:46:55,186 CassandraDaemon.java:85 - JMX is not enabled to receive remote connections. Please see cassandra-env.sh for more info. ERROR [main] 2018-10-26 10:46:55,252 CassandraDaemon.java:266 - Directory /var/lib/cassandra/data doesn't exist ERROR [main] 2018-10-26 10:46:55,254 CassandraDaemon.java:266 - Directory /var/lib/cassandra/commitlog doesn't exist ERROR [main] 2018-10-26 10:46:55,254 CassandraDaemon.java:266 - Directory /var/lib/cassandra/saved_caches doesn't exist INFO [main] 2018-10-26 10:46:55,258 CacheService.java:110 - Initializing key cache with capacity of 49 MBs. INFO [main] 2018-10-26 10:46:55,263 CacheService.java:132 - Initializing row cache with capacity of 0 MBs INFO [main] 2018-10-26 10:46:55,268 CacheService.java:149 - Initializing counter cache with capacity of 24 MBs INFO [main] 2018-10-26 10:46:55,269 CacheService.java:160 - Scheduling counter cache save to every 7200 seconds (going to save all keys). INFO [main] 2018-10-26 10:46:55,333 ColumnFamilyStore.java:361 - Initializing system.schema_triggers INFO [main] 2018-10-26 10:46:56,506 ColumnFamilyStore.java:361 - Initializing system.compaction_history INFO [main] 2018-10-26 10:46:56,511 ColumnFamilyStore.java:361 - Initializing system.batchlog INFO [main] 2018-10-26 10:46:56,517 ColumnFamilyStore.java:361 - Initializing system.sstable_activity INFO [main] 2018-10-26 10:46:56,521 ColumnFamilyStore.java:361 - Initializing system.peer_events INFO [main] 2018-10-26 10:46:56,525 ColumnFamilyStore.java:361 - Initializing system.compactions_in_progress INFO [main] 2018-10-26 10:46:56,529 ColumnFamilyStore.java:361 - Initializing system.hints INFO [main] 2018-10-26 10:46:56,536 ColumnFamilyStore.java:361 - Initializing system.schema_keyspaces INFO [main] 2018-10-26 10:46:56,541 ColumnFamilyStore.java:361 - Initializing system.range_xfers INFO [main] 2018-10-26 10:46:56,544 ColumnFamilyStore.java:361 - Initializing system.schema_columnfamilies INFO [main] 2018-10-26 10:46:56,548 ColumnFamilyStore.java:361 - Initializing system.paxos INFO [main] 2018-10-26 10:46:56,554 ColumnFamilyStore.java:361 - Initializing system.schema_columns INFO [main] 2018-10-26 10:46:56,559 ColumnFamilyStore.java:361 - Initializing system.schema_usertypes INFO [main] 2018-10-26 10:46:56,562 ColumnFamilyStore.java:361 - Initializing system.IndexInfo INFO [main] 2018-10-26 10:46:56,566 ColumnFamilyStore.java:361 - Initializing system.peers INFO [main] 2018-10-26 10:46:56,570 ColumnFamilyStore.java:361 - Initializing system.size_estimates INFO [main] 2018-10-26 10:46:56,573 ColumnFamilyStore.java:361 - Initializing system.local INFO [main] 2018-10-26 10:46:56,644 DatabaseDescriptor.java:692 - Couldn't detect any schema definitions in local storage. INFO [main] 2018-10-26 10:46:56,646 DatabaseDescriptor.java:697 - To create keyspaces and column families, see 'help create' in cqlsh. INFO [main] 2018-10-26 10:46:56,687 ColumnFamilyStore.java:905 - Enqueuing flush of local: 793 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2018-10-26 10:46:56,692 Memtable.java:347 - Writing Memtable-local@395056231(0.139KiB serialized bytes, 5 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2018-10-26 10:46:56,732 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=1540550816483, position=399) INFO [main] 2018-10-26 10:46:57,222 CommitLog.java:122 - No commitlog files found; skipping replay INFO [main] 2018-10-26 10:46:57,368 StorageService.java:622 - Cassandra version: 2.1.15 INFO [main] 2018-10-26 10:46:57,368 StorageService.java:623 - Thrift API version: 19.39.0 INFO [main] 2018-10-26 10:46:57,370 StorageService.java:624 - CQL supported versions: 2.0.0,3.2.1 (default: 3.2.1) INFO [main] 2018-10-26 10:46:57,381 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-26 10:46:57,382 StorageService.java:649 - Loading persisted ring state INFO [main] 2018-10-26 10:46:57,399 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-10-26 10:46:57,410 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-26 10:46:57,424 SystemKeyspace.java:765 - No host ID found, created 4b9642fc-be23-49e5-9464-e1cc5d8278a2 (Note: This should happen exactly once per node). INFO [main] 2018-10-26 10:46:57,426 StorageService.java:807 - Starting up server gossip INFO [main] 2018-10-26 10:46:57,428 ColumnFamilyStore.java:905 - Enqueuing flush of local: 1983 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:2] 2018-10-26 10:46:57,429 Memtable.java:347 - Writing Memtable-local@556558602(0.368KiB serialized bytes, 15 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:2] 2018-10-26 10:46:57,430 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=1540550816483, position=93397) INFO [main] 2018-10-26 10:46:58,199 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-10-26 10:46:58,207 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-26 10:46:58,231 MessagingService.java:506 - Starting Messaging Service on port 7000 INFO [main] 2018-10-26 10:46:58,243 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-10-26 10:46:58,249 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-26 10:46:58,257 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-10-26 10:46:58,263 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-26 10:46:58,270 StorageService.java:844 - This node will not auto bootstrap because it is configured to be a seed node. INFO [main] 2018-10-26 10:46:58,271 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-10-26 10:46:58,277 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-26 10:46:58,287 StorageService.java:959 - Generated random tokens. tokens are [5237336764317884768, -7982399043008198369, 1950526731975150805, -4428302994116314387, -4289104755263876936, -8705288045783665697, -9219056901148785402, -595016349685171364, -5637843609259579670, -3883357255636501397, 8911344626049533210, 8748192291785079149, -8956402070294705289, 82545261858474248, 7443585722937280193, -3379035303998118788, -3200951178419505982, 7215090783553455368, 2902458509442963781, 6013244098570377733, -3868826648969337098, -3873661094435313984, -8569129913808411723, -1980282742290647113, 6938445602817438472, -6516019617103088266, -2232444803753598065, -5921659902149120453, -9179803859453587654, -8119185279188947660, -562443670358670390, -4723508317929332376, 2116685181176685583, -5747210899061923714, -4532647833582418609, 7723992502921591425, -4184628277488179623, 6886305110576177232, -7835851861250738511, 5413534478310670023, 1687732034442103035, 7315692322416006652, -5347890983895702461, -5869133129844808444, -6648032439761489324, 141797945359932899, 6422677346508705842, 3638926873845027272, 173913455966359787, 8133375014417462998, 7912002802832208598, -269592758636128304, 4270395414890350401, 5074336067773414470, 8015667071984895705, 7730897451058467628, 7821329609333030154, 525999016920889799, 65274943328590695, -7163338232041899145, -3523576809713760704, -3505124353336053275, -737869072559949475, -1732971608612747252, -2994991304367144027, -8420470400212215167, 2634825016994331424, 7643204082643555708, 1168770741067871457, -3629057148591318600, -8144735613496283351, -849118755768755781, -4341327522155744048, 7728999694983339422, 6773143276975225752, -1441126218232848936, 8904713747523907099, 2608783422460382020, -8305164751128731104, 1120032572062900167, -6031637864719313128, 6174424799240124348, -5035900376390123892, -7549797385415973620, -7740863688172160613, -8148063895317799325, 3407992380109896674, -7272438906419807297, -6878098034223773524, -7590911811443749475, -5037212943171619210, -2853834181433868775, 241609161036770113, -2199796527055151550, 4885096774915740452, -6629818826928939981, 4927363675593441491, -5389910112493016652, 2891114477378214129, -4880098176942829019, -5220059918983137233, -6702985301929843505, -4245225980526501855, 1792003676612083633, -205223960591034224, -5404996851853416234, -8998856697850302576, -8260479537232925267, -2351840599729090720, -8799445773620728552, 410138074949446858, 4905808290889424655, 7948392500195352999, -7288267732036907288, -5111814349131781520, -3212487789002529399, 4403642101318012448, -460967814529283097, 9097873334430193007, -7539279447678960886, 2347153051060596470, 1453006998852739818, 2762717024901620732, 6553567068731113550, 4225948045822899338, 4558345240564467453, -8882631930324811705, -7238020144648758353, 4465743851767432067, -3498288078845228835, -7294529614120468523, 5328017034634094483, 8330874779442496316, 2654896236708111252, 2542638169246929814, -1494813451605280303, 5764412119068560854, 6256347715961920689, 7537885420805803722, 4473213083250681063, -1086064618727013058, -1071244151800584316, -7807237544346906543, -1102176769000291846, -203234874902373089, 7888211082191007814, -3376699191813221754, -2584855880166465025, -6283585443550980924, -6031337192698208899, 5972329972384657474, -3185437851143703834, 6863487733636498202, -184132645733202640, -7736324173991018432, -8002218310777492021, -6964801785968709653, 4301203408781085616, -7451891783804004913, 2107962335964860303, -4646511816380142564, -6316717793200362303, 2974133916713729001, -7712642513610837899, 2606138442768881714, -2950028970553405376, 87864417627315365, 4643101931300164618, 3815549095732882703, 3443897605449775104, 4454454895017075003, 1042293302110485736, 7051370397094451832, -2374557410744841981, -6354430710072842157, 4433254562109323282, 4866243254849238450, 2186498031088922142, 6520472894069409600, -4265302264180285552, -7533791477276926637, -7109882740454691181, -270670617181038649, 1994683050446270696, 915313301436142050, -8816195189564103420, 717657467465348521, -7696375769724647981, -2069341328460771766, -2517857821359299326, -2913683392884112537, -6099410439501414304, -4366607580995894694, 955454187583182267, 8043407793243489230, 400267825644950623, -3080089963023119795, 3700068919780627801, -3396710331726133060, -6264532047315539454, 698712188472731977, 295368175710117919, -248362839976805109, -5227368880826742263, -2762995165602969440, 9187192460808788883, 1199856565129556455, -4235274763013011360, 2698806881703811718, -3413340428135107261, 2341296774832667657, -5183247096706547964, -1423592304707795244, -7919263062263911315, 3582201951866534140, -3698930297468678611, -8997943132569243683, -2992353837017104219, -8967159424721257190, 3502424641208986953, 427580648706119690, 2242176148454657968, -6388820402337813523, -2924210912899202801, 8927051126250785711, 7995435697205732500, -4690378052510422034, 4976357453105917762, -2644541782441228341, -7224459173908211769, -4718388610696478922, 1324473804443778314, 2277780197430777078, -8103116582844560704, -3818130876434461749, -2666981491402139718, 3075426377694812308, 8214258077209905763, -6518981270388179640, -3838135354159272786, 6930258024294067228, -5760246158824933763, 5370188122775249205, -8065218921576710027, -2670970690868265071, -6087630674835746391, 8744564195340826498, 6837577490122364001, 5864316869127517408, -526623916823912969, -2155454710671212370, 5136302632172548024, 1062772526746477564, 8202026847697823415, -3110995484678608514, -755739696722970352] INFO [main] 2018-10-26 10:46:58,295 MigrationManager.java:230 - Create new Keyspace: KSMetaData{name=system_traces, strategyClass=SimpleStrategy, strategyOptions={replication_factor=2}, cfMetaData={sessions=org.apache.cassandra.config.CFMetaData@c01051e[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@741fafd2[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@7fd986fc} INFO [MigrationStage:1] 2018-10-26 10:46:58,320 ColumnFamilyStore.java:905 - Enqueuing flush of schema_keyspaces: 958 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2018-10-26 10:46:58,321 Memtable.java:347 - Writing Memtable-schema_keyspaces@666758027(0.261KiB serialized bytes, 7 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2018-10-26 10:46:58,321 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=1540550816483, position=102352) INFO [MigrationStage:1] 2018-10-26 10:46:58,812 ColumnFamilyStore.java:905 - Enqueuing flush of schema_columnfamilies: 115123 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:2] 2018-10-26 10:46:58,813 Memtable.java:347 - Writing Memtable-schema_columnfamilies@1458684626(29.505KiB serialized bytes, 514 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:2] 2018-10-26 10:46:58,821 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=1540550816483, position=102352) INFO [MigrationStage:1] 2018-10-26 10:46:59,445 ColumnFamilyStore.java:905 - Enqueuing flush of schema_columns: 254936 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2018-10-26 10:46:59,446 Memtable.java:347 - Writing Memtable-schema_columns@1164392484(47.245KiB serialized bytes, 939 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2018-10-26 10:46:59,465 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=1540550816483, position=102352) INFO [MigrationStage:1] 2018-10-26 10:47:00,047 ColumnFamilyStore.java:905 - Enqueuing flush of schema_triggers: 154 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:2] 2018-10-26 10:47:00,048 Memtable.java:347 - Writing Memtable-schema_triggers@1025846587(0.008KiB serialized bytes, 1 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:2] 2018-10-26 10:47:00,049 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=1540550816483, position=102352) INFO [MigrationStage:1] 2018-10-26 10:47:01,057 ColumnFamilyStore.java:905 - Enqueuing flush of schema_usertypes: 154 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2018-10-26 10:47:01,058 Memtable.java:347 - Writing Memtable-schema_usertypes@482419096(0.008KiB serialized bytes, 1 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2018-10-26 10:47:01,060 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=1540550816483, position=102352) INFO [MigrationStage:1] 2018-10-26 10:47:01,629 DefsTables.java:373 - Loading org.apache.cassandra.config.CFMetaData@58888c20[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-26 10:47:01,633 ColumnFamilyStore.java:361 - Initializing system_traces.sessions INFO [MigrationStage:1] 2018-10-26 10:47:01,633 DefsTables.java:373 - Loading org.apache.cassandra.config.CFMetaData@2278f9df[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-26 10:47:01,637 ColumnFamilyStore.java:361 - Initializing system_traces.events INFO [main] 2018-10-26 10:47:01,670 ColumnFamilyStore.java:905 - Enqueuing flush of local: 594 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:2] 2018-10-26 10:47:01,670 Memtable.java:347 - Writing Memtable-local@703086541(0.081KiB serialized bytes, 6 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:2] 2018-10-26 10:47:01,671 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=1540550816483, position=102595) INFO [main] 2018-10-26 10:47:02,306 ColumnFamilyStore.java:905 - Enqueuing flush of local: 51488 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2018-10-26 10:47:02,306 Memtable.java:347 - Writing Memtable-local@1424928137(8.374KiB serialized bytes, 259 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2018-10-26 10:47:02,316 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=1540550816483, position=114594) INFO [CompactionExecutor:2] 2018-10-26 10:47:03,195 CompactionTask.java:141 - Compacting [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-4-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-26 10:47:03,215 StorageService.java:1715 - Node localhost/127.0.0.1 state jump to NORMAL INFO [main] 2018-10-26 10:47:03,306 Server.java:155 - Netty using native Epoll event loop INFO [main] 2018-10-26 10:47:03,335 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-26 10:47:03,335 Server.java:194 - Starting listening for CQL clients on localhost/127.0.0.1:9042... INFO [main] 2018-10-26 10:47:03,376 ThriftServer.java:119 - Binding thrift service to localhost/127.0.0.1:9160 INFO [Thread-2] 2018-10-26 10:47:03,381 ThriftServer.java:136 - Listening for thrift clients... INFO [CompactionExecutor:2] 2018-10-26 10:47:04,159 CompactionTask.java:274 - Compacted 4 sstables to [/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-5,]. 5,949 bytes to 5,769 (~96% of original) in 958ms = 0.005743MB/s. 4 total partitions merged to 1. Partition merge counts were {4:1, } INFO [StorageServiceShutdownHook] 2018-10-26 10:49:27,879 ThriftServer.java:142 - Stop listening to thrift clients INFO [StorageServiceShutdownHook] 2018-10-26 10:49:27,898 Server.java:225 - Stop listening for CQL clients INFO [StorageServiceShutdownHook] 2018-10-26 10:49:27,899 Gossiper.java:1454 - Announcing shutdown INFO [StorageServiceShutdownHook] 2018-10-26 10:49:27,900 StorageService.java:1715 - Node localhost/127.0.0.1 state jump to shutdown INFO [StorageServiceShutdownHook] 2018-10-26 10:49:29,909 MessagingService.java:734 - Waiting for messaging service to quiesce INFO [ACCEPT-localhost/127.0.0.1] 2018-10-26 10:49:29,910 MessagingService.java:1020 - MessagingService has terminated the accept() thread real 0m0.005s user 0m0.000s sys 0m0.004s 2018-10-26 10:50:31,400 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-26 10:50:31,400 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Installation is done 2018-10-26 10:50:31,400 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /etc/cassandra/cassandra 2018-10-26 10:50:31,401 - 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.003s sys 0m0.002s 2018-10-26 10:50:31,401 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/TRQWR/install-vellum.sh 2018-10-26 10:50:31,401 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-26 10:50:31,401 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-10-26 10:50:31,401 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-26 10:50:31,401 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:50:31,511 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:50:31,511 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:50:31,511 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:50:31,511 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:50:31,511 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:50:31,511 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:50:31,511 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:50:31,512 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:50:31,512 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:50:31,512 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:50:31 GMT 2018-10-26 10:50:31,512 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:50:31,512 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:50:31,512 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:50:36,517 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:50:36,637 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:50:36,637 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:50:36,637 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:50:36,637 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:50:36,637 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:50:36,637 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:50:36,638 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:50:36,638 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:50:31.353Z", "message": "Downloaded scripts/clearwater/vellum/start-vellum.sh to /tmp/DD76A/start-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:50:31.353Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c08b4249-3f98-424b-97ae-ef6abdee8562"}, {"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:50:32.226Z", "message": "", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:50:32.226Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c08b4249-3f98-424b-97ae-ef6abdee8562"}, {"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:50:32.226Z", "message": "[vellum] 192.168.120.16", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:50:32.226Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c08b4249-3f98-424b-97ae-ef6abdee8562"}, {"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:50:32.226Z", "message": "Executing: /tmp/DD76A/start-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:50:32.226Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c08b4249-3f98-424b-97ae-ef6abdee8562"}, {"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:50:33.318Z", "message": "[vellum] Starting homestead node", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:50:33.318Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c08b4249-3f98-424b-97ae-ef6abdee8562"}, {"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:50:33.318Z", "message": "Running liveness detection on port 7000", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:50:33.318Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c08b4249-3f98-424b-97ae-ef6abdee8562"}, {"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:50:33.318Z", "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-26T10:50:33.318Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c08b4249-3f98-424b-97ae-ef6abdee8562"}], "metadata": {"pagination": {"total": 1910, "offset": 1866, "size": 50}}} 2018-10-26 10:50:36,638 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:50:36,638 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:50:36 GMT 2018-10-26 10:50:36,638 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:50:36,638 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3770 2018-10-26 10:50:36,638 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:50:36,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/vellum/start-vellum.sh to /tmp/DD76A/start-vellum.sh 2018-10-26 10:50:36,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 2018-10-26 10:50:36,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] 192.168.120.16 2018-10-26 10:50:36,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/DD76A/start-vellum.sh 2018-10-26 10:50:36,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Starting homestead node 2018-10-26 10:50:36,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Running liveness detection on port 7000 2018-10-26 10:50:36,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-26 10:50:36,640 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:50:36,714 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:50:36,714 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:50:36,714 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:50:36,714 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:50:36,714 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:50:36,714 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:50:36,714 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:50:36,714 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:50:36,715 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:50:36,715 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:50:36 GMT 2018-10-26 10:50:36,715 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:50:36,715 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:50:36,715 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:50:41,720 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:50:41,796 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:50:41,796 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:50:41,796 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:50:41,796 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:50:41,796 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:50:41,797 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:50:41,797 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:50:41,797 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1910, "offset": 1873, "size": 50}}} 2018-10-26 10:50:41,797 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:50:41,797 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:50:41 GMT 2018-10-26 10:50:41,797 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:50:41,797 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-26 10:50:41,797 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:50:41,798 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:50:41,858 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:50:41,858 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:50:41,859 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:50:41,859 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:50:41,859 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:50:41,859 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:50:41,859 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:50:41,859 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:50:41,859 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:50:41,859 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:50:41 GMT 2018-10-26 10:50:41,859 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:50:41,859 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:50:41,859 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:50:46,865 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:50:47,116 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:50:47,117 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:50:47,117 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:50:47,117 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:50:47,117 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:50:47,117 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:50:47,117 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:50:47,117 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:50:42.954Z", "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-26T10:50:42.954Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c08b4249-3f98-424b-97ae-ef6abdee8562"}], "metadata": {"pagination": {"total": 1911, "offset": 1873, "size": 50}}} 2018-10-26 10:50:47,117 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:50:47,118 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:50:47 GMT 2018-10-26 10:50:47,118 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:50:47,118 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-10-26 10:50:47,118 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:50:47,118 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-26 10:50:47,118 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:50:47,208 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:50:47,209 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:50:47,209 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:50:47,209 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:50:47,209 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:50:47,209 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:50:47,209 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:50:47,209 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:50:47,209 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:50:47,210 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:50:47 GMT 2018-10-26 10:50:47,210 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:50:47,210 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:50:47,210 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:50:52,215 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:50:52,338 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:50:52,338 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:50:52,338 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:50:52,338 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:50:52,339 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:50:52,339 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:50:52,339 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:50:52,339 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1911, "offset": 1874, "size": 50}}} 2018-10-26 10:50:52,339 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:50:52,339 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:50:52 GMT 2018-10-26 10:50:52,339 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:50:52,339 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-26 10:50:52,339 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:50:52,340 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:50:52,409 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:50:52,409 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:50:52,409 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:50:52,410 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:50:52,410 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:50:52,410 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:50:52,410 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:50:52,410 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:50:52,410 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:50:52,410 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:50:52 GMT 2018-10-26 10:50:52,410 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:50:52,410 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:50:52,410 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:50:57,416 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:50:57,696 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:50:57,696 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:50:57,696 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:50:57,697 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:50:57,697 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:50:57,697 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:50:57,697 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:50:57,697 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:50:53.192Z", "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-26T10:50:53.192Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c08b4249-3f98-424b-97ae-ef6abdee8562"}], "metadata": {"pagination": {"total": 1912, "offset": 1874, "size": 50}}} 2018-10-26 10:50:57,697 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:50:57,697 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:50:57 GMT 2018-10-26 10:50:57,697 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:50:57,697 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-10-26 10:50:57,698 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:50:57,698 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-26 10:50:57,698 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:50:57,768 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:50:57,768 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:50:57,768 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:50:57,768 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:50:57,768 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:50:57,769 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:50:57,769 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:50:57,769 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:50:57,769 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:50:57,769 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:50:57 GMT 2018-10-26 10:50:57,769 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:50:57,769 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:50:57,769 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:51:02,775 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:51:02,898 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:51:02,898 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:51:02,898 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:51:02,899 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:51:02,899 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:51:02,899 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:51:02,899 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:51:02,899 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1912, "offset": 1875, "size": 50}}} 2018-10-26 10:51:02,899 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:51:02,899 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:51:02 GMT 2018-10-26 10:51:02,899 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:51:02,899 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-26 10:51:02,899 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:51:02,900 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:51:02,962 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:51:02,962 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:51:02,962 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:51:02,962 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:51:02,962 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:51:02,962 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:51:02,963 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:51:02,963 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:51:02,963 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:51:02,963 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:51:02 GMT 2018-10-26 10:51:02,963 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:51:02,963 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:51:02,963 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:51:07,969 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:51:08,178 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:51:08,178 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:51:08,178 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:51:08,178 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:51:08,178 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:51:08,178 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:51:08,179 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:51:08,179 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:51:03.427Z", "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-26T10:51:03.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c08b4249-3f98-424b-97ae-ef6abdee8562"}], "metadata": {"pagination": {"total": 1913, "offset": 1875, "size": 50}}} 2018-10-26 10:51:08,179 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:51:08,179 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:51:08 GMT 2018-10-26 10:51:08,179 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:51:08,179 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-10-26 10:51:08,179 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:51:08,179 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-26 10:51:08,180 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:51:08,248 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:51:08,248 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:51:08,248 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:51:08,248 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:51:08,248 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:51:08,249 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:51:08,249 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:51:08,249 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:51:08,249 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:51:08,249 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:51:08 GMT 2018-10-26 10:51:08,249 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:51:08,249 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:51:08,249 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:51:13,253 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:51:13,334 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:51:13,334 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:51:13,334 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:51:13,334 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:51:13,335 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:51:13,335 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:51:13,335 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:51:13,335 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1913, "offset": 1876, "size": 50}}} 2018-10-26 10:51:13,335 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:51:13,335 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:51:13 GMT 2018-10-26 10:51:13,335 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:51:13,335 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-26 10:51:13,335 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:51:13,336 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:51:13,399 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:51:13,400 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:51:13,400 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:51:13,400 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:51:13,400 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:51:13,400 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:51:13,400 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:51:13,400 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:51:13,400 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:51:13,400 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:51:13 GMT 2018-10-26 10:51:13,401 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:51:13,401 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:51:13,401 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:51:18,406 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:51:18,491 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:51:18,491 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:51:18,491 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:51:18,491 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:51:18,491 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:51:18,491 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:51:18,491 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:51:18,492 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:51:13.661Z", "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-26T10:51:13.661Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c08b4249-3f98-424b-97ae-ef6abdee8562"}], "metadata": {"pagination": {"total": 1914, "offset": 1876, "size": 50}}} 2018-10-26 10:51:18,492 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:51:18,492 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:51:18 GMT 2018-10-26 10:51:18,492 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:51:18,492 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-10-26 10:51:18,492 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:51:18,492 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-26 10:51:18,493 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:51:18,556 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:51:18,556 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:51:18,556 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:51:18,557 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:51:18,557 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:51:18,557 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:51:18,557 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:51:18,557 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:51:18,557 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:51:18,557 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:51:18 GMT 2018-10-26 10:51:18,557 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:51:18,558 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:51:18,558 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:51:23,563 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:51:23,843 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:51:23,844 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:51:23,844 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:51:23,844 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:51:23,844 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:51:23,844 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:51:23,844 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:51:23,844 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1914, "offset": 1877, "size": 50}}} 2018-10-26 10:51:23,845 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:51:23,845 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:51:23 GMT 2018-10-26 10:51:23,845 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:51:23,845 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-26 10:51:23,845 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:51:23,845 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:51:23,916 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:51:23,916 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:51:23,916 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:51:23,916 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:51:23,916 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:51:23,917 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:51:23,917 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:51:23,917 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:51:23,917 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:51:23,917 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:51:23 GMT 2018-10-26 10:51:23,917 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:51:23,917 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:51:23,917 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:51:28,923 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:51:29,022 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:51:29,022 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:51:29,022 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:51:29,022 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:51:29,022 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:51:29,023 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:51:29,023 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:51:29,023 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:51:23.895Z", "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-26T10:51:23.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c08b4249-3f98-424b-97ae-ef6abdee8562"}], "metadata": {"pagination": {"total": 1915, "offset": 1877, "size": 50}}} 2018-10-26 10:51:29,023 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:51:29,023 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:51:29 GMT 2018-10-26 10:51:29,023 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:51:29,023 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-10-26 10:51:29,023 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:51:29,024 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-26 10:51:29,024 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:51:29,192 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:51:29,192 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:51:29,192 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:51:29,192 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:51:29,192 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:51:29,192 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:51:29,192 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:51:29,193 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:51:29,193 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:51:29,193 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:51:29 GMT 2018-10-26 10:51:29,193 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:51:29,193 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:51:29,193 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:51:34,198 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:51:34,481 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:51:34,481 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:51:34,481 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:51:34,481 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:51:34,481 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:51:34,481 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:51:34,481 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:51:34,481 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:51:34.131Z", "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-26T10:51:34.131Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c08b4249-3f98-424b-97ae-ef6abdee8562"}], "metadata": {"pagination": {"total": 1916, "offset": 1878, "size": 50}}} 2018-10-26 10:51:34,482 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:51:34,482 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:51:34 GMT 2018-10-26 10:51:34,482 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:51:34,482 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-10-26 10:51:34,482 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:51:34,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-26 10:51:34,482 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:51:34,545 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:51:34,545 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:51:34,546 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:51:34,546 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:51:34,546 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:51:34,546 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:51:34,546 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:51:34,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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:51:34,546 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:51:34,546 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:51:34 GMT 2018-10-26 10:51:34,546 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:51:34,547 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:51:34,547 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:51:39,552 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:51:39,638 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:51:39,638 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:51:39,638 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:51:39,638 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:51:39,638 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:51:39,638 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:51:39,638 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:51:39,638 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1916, "offset": 1879, "size": 50}}} 2018-10-26 10:51:39,639 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:51:39,639 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:51:39 GMT 2018-10-26 10:51:39,639 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:51:39,639 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-26 10:51:39,639 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:51:39,639 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:51:39,725 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:51:39,725 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:51:39,725 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:51:39,725 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:51:39,725 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:51:39,726 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:51:39,726 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:51:39,726 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:51:39,726 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:51:39,726 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:51:39 GMT 2018-10-26 10:51:39,726 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:51:39,726 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:51:39,726 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:51:44,732 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:51:44,825 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:51:44,825 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:51:44,825 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:51:44,826 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:51:44,826 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:51:44,826 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:51:44,826 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:51:44,826 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:51:44.367Z", "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-26T10:51:44.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c08b4249-3f98-424b-97ae-ef6abdee8562"}], "metadata": {"pagination": {"total": 1917, "offset": 1879, "size": 50}}} 2018-10-26 10:51:44,826 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:51:44,826 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:51:44 GMT 2018-10-26 10:51:44,826 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:51:44,826 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-10-26 10:51:44,827 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:51:44,827 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-26 10:51:44,827 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:51:44,893 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:51:44,894 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:51:44,894 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:51:44,894 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:51:44,894 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:51:44,894 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:51:44,894 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:51:44,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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:51:44,894 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:51:44,895 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:51:44 GMT 2018-10-26 10:51:44,895 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:51:44,895 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:51:44,895 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:51:49,900 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:51:49,991 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:51:49,991 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:51:49,991 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:51:49,991 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:51:49,991 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:51:49,991 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:51:49,992 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:51:49,992 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1917, "offset": 1880, "size": 50}}} 2018-10-26 10:51:49,992 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:51:49,992 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:51:49 GMT 2018-10-26 10:51:49,992 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:51:49,992 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-26 10:51:49,992 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:51:49,992 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:51:50,130 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:51:50,130 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:51:50,130 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:51:50,130 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:51:50,131 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:51:50,131 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:51:50,131 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:51:50,131 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:51:50,131 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:51:50,131 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:51:50 GMT 2018-10-26 10:51:50,131 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:51:50,131 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:51:50,131 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:51:55,137 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:51:55,234 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:51:55,234 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:51:55,234 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:51:55,234 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:51:55,235 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:51:55,235 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:51:55,235 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:51:55,235 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:51:54.599Z", "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-26T10:51:54.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c08b4249-3f98-424b-97ae-ef6abdee8562"}], "metadata": {"pagination": {"total": 1918, "offset": 1880, "size": 50}}} 2018-10-26 10:51:55,235 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:51:55,235 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:51:55 GMT 2018-10-26 10:51:55,235 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:51:55,235 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-10-26 10:51:55,235 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:51:55,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-26 10:51:55,236 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:51:55,316 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:51:55,316 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:51:55,316 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:51:55,316 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:51:55,316 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:51:55,316 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:51:55,317 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:51:55,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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:51:55,317 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:51:55,317 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:51:55 GMT 2018-10-26 10:51:55,317 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:51:55,317 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:51:55,317 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:52:00,322 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:52:00,437 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:52:00,437 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:52:00,438 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:52:00,438 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:52:00,438 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:52:00,438 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:52:00,438 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:52:00,438 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1918, "offset": 1881, "size": 50}}} 2018-10-26 10:52:00,438 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:52:00,438 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:52:00 GMT 2018-10-26 10:52:00,438 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:52:00,439 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-26 10:52:00,439 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:52:00,439 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:52:00,538 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:52:00,538 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:52:00,539 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:52:00,539 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:52:00,539 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:52:00,539 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:52:00,539 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:52:00,539 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:52:00,539 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:52:00,539 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:52:00 GMT 2018-10-26 10:52:00,540 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:52:00,540 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:52:00,540 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:52:05,540 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:52:05,626 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:52:05,627 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:52:05,627 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:52:05,627 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:52:05,627 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:52:05,627 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:52:05,627 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:52:05,627 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:52:04.837Z", "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-26T10:52:04.837Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c08b4249-3f98-424b-97ae-ef6abdee8562"}], "metadata": {"pagination": {"total": 1919, "offset": 1881, "size": 50}}} 2018-10-26 10:52:05,627 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:52:05,627 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:52:05 GMT 2018-10-26 10:52:05,628 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:52:05,628 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-10-26 10:52:05,628 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:52:05,628 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-26 10:52:05,628 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:52:05,694 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:52:05,694 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:52:05,694 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:52:05,694 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:52:05,694 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:52:05,694 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:52:05,694 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:52:05,695 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:52:05,695 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:52:05,695 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:52:05 GMT 2018-10-26 10:52:05,695 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:52:05,695 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:52:05,695 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:52:10,701 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:52:10,776 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:52:10,776 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:52:10,776 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:52:10,776 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:52:10,776 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:52:10,776 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:52:10,776 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:52:10,776 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1919, "offset": 1882, "size": 50}}} 2018-10-26 10:52:10,777 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:52:10,777 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:52:10 GMT 2018-10-26 10:52:10,777 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:52:10,777 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-26 10:52:10,777 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:52:10,777 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:52:10,848 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:52:10,848 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:52:10,848 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:52:10,848 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:52:10,848 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:52:10,848 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:52:10,848 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:52:10,848 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:52:10,848 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:52:10,849 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:52:10 GMT 2018-10-26 10:52:10,849 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:52:10,849 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:52:10,849 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:52:15,853 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:52:15,926 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:52:15,926 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:52:15,926 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:52:15,926 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:52:15,926 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:52:15,926 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:52:15,926 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:52:15,927 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:52:15.075Z", "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-26T10:52:15.075Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c08b4249-3f98-424b-97ae-ef6abdee8562"}], "metadata": {"pagination": {"total": 1920, "offset": 1882, "size": 50}}} 2018-10-26 10:52:15,927 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:52:15,927 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:52:15 GMT 2018-10-26 10:52:15,927 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:52:15,927 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-10-26 10:52:15,927 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:52:15,927 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-26 10:52:15,928 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:52:15,987 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:52:15,988 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:52:15,988 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:52:15,988 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:52:15,988 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:52:15,988 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:52:15,988 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:52:15,988 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:52:15,988 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:52:15,989 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:52:15 GMT 2018-10-26 10:52:15,989 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:52:15,989 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:52:15,989 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:52:20,994 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:52:21,085 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:52:21,085 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:52:21,085 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:52:21,085 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:52:21,085 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:52:21,085 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:52:21,085 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:52:21,086 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1920, "offset": 1883, "size": 50}}} 2018-10-26 10:52:21,086 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:52:21,086 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:52:21 GMT 2018-10-26 10:52:21,086 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:52:21,086 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-26 10:52:21,086 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:52:21,086 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:52:21,156 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:52:21,157 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:52:21,157 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:52:21,157 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:52:21,157 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:52:21,157 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:52:21,157 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:52:21,157 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:52:21,157 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:52:21,157 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:52:21 GMT 2018-10-26 10:52:21,157 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:52:21,158 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:52:21,158 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:52:26,163 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:52:26,244 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:52:26,244 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:52:26,244 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:52:26,244 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:52:26,244 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:52:26,244 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:52:26,245 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:52:26,245 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:52:25.308Z", "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-26T10:52:25.308Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c08b4249-3f98-424b-97ae-ef6abdee8562"}], "metadata": {"pagination": {"total": 1921, "offset": 1883, "size": 50}}} 2018-10-26 10:52:26,245 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:52:26,245 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:52:26 GMT 2018-10-26 10:52:26,245 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:52:26,245 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-10-26 10:52:26,245 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:52:26,245 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-26 10:52:26,246 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:52:26,306 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:52:26,306 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:52:26,306 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:52:26,306 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:52:26,307 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:52:26,307 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:52:26,307 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:52:26,307 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:52:26,307 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:52:26,307 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:52:26 GMT 2018-10-26 10:52:26,307 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:52:26,307 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:52:26,307 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:52:31,313 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:52:31,493 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:52:31,493 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:52:31,493 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:52:31,494 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:52:31,494 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:52:31,494 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:52:31,494 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:52:31,494 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1921, "offset": 1884, "size": 50}}} 2018-10-26 10:52:31,494 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:52:31,494 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:52:31 GMT 2018-10-26 10:52:31,494 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:52:31,494 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-26 10:52:31,494 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:52:31,495 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:52:31,558 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:52:31,558 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:52:31,558 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:52:31,558 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:52:31,558 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:52:31,558 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:52:31,559 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:52:31,559 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:52:31,559 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:52:31,559 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:52:31 GMT 2018-10-26 10:52:31,559 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:52:31,559 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:52:31,559 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:52:36,565 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:52:36,640 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:52:36,640 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:52:36,640 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:52:36,640 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:52:36,640 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:52:36,640 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:52:36,640 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:52:36,640 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:52:35.541Z", "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-26T10:52:35.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c08b4249-3f98-424b-97ae-ef6abdee8562"}], "metadata": {"pagination": {"total": 1922, "offset": 1884, "size": 50}}} 2018-10-26 10:52:36,640 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:52:36,641 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:52:36 GMT 2018-10-26 10:52:36,641 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:52:36,641 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-10-26 10:52:36,641 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:52:36,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-26 10:52:36,641 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:52:36,705 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:52:36,705 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:52:36,705 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:52:36,705 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:52:36,705 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:52:36,706 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:52:36,706 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:52:36,706 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:52:36,706 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:52:36,706 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:52:36 GMT 2018-10-26 10:52:36,706 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:52:36,706 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:52:36,706 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:52:41,710 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:52:41,788 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:52:41,788 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:52:41,788 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:52:41,788 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:52:41,788 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:52:41,789 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:52:41,789 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:52:41,789 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1922, "offset": 1885, "size": 50}}} 2018-10-26 10:52:41,789 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:52:41,789 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:52:41 GMT 2018-10-26 10:52:41,789 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:52:41,789 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-26 10:52:41,789 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:52:41,790 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:52:41,853 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:52:41,853 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:52:41,854 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:52:41,854 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:52:41,854 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:52:41,854 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:52:41,854 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:52:41,854 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:52:41,854 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:52:41,854 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:52:41 GMT 2018-10-26 10:52:41,854 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:52:41,855 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:52:41,855 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:52:46,860 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:52:47,019 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:52:47,019 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:52:47,019 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:52:47,020 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:52:47,020 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:52:47,020 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:52:47,020 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:52:47,020 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:52:45.775Z", "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-26T10:52:45.775Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c08b4249-3f98-424b-97ae-ef6abdee8562"}], "metadata": {"pagination": {"total": 1923, "offset": 1885, "size": 50}}} 2018-10-26 10:52:47,020 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:52:47,020 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:52:47 GMT 2018-10-26 10:52:47,020 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:52:47,020 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-10-26 10:52:47,021 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:52:47,021 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-26 10:52:47,021 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:52:47,091 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:52:47,092 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:52:47,092 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:52:47,092 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:52:47,092 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:52:47,092 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:52:47,092 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:52:47,092 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:52:47,092 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:52:47,092 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:52:47 GMT 2018-10-26 10:52:47,093 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:52:47,093 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:52:47,093 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:52:52,098 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:52:52,177 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:52:52,177 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:52:52,178 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:52:52,178 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:52:52,178 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:52:52,178 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:52:52,178 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:52:52,178 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1923, "offset": 1886, "size": 50}}} 2018-10-26 10:52:52,178 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:52:52,178 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:52:52 GMT 2018-10-26 10:52:52,178 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:52:52,179 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-26 10:52:52,179 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:52:52,179 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:52:52,242 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:52:52,243 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:52:52,243 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:52:52,243 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:52:52,243 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:52:52,243 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:52:52,243 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:52:52,243 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:52:52,244 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:52:52,244 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:52:52 GMT 2018-10-26 10:52:52,244 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:52:52,244 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:52:52,244 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:52:57,245 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:52:57,329 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:52:57,329 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:52:57,329 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:52:57,329 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:52:57,329 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:52:57,329 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:52:57,330 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:52:57,330 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:52:56.007Z", "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-26T10:52:56.007Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c08b4249-3f98-424b-97ae-ef6abdee8562"}], "metadata": {"pagination": {"total": 1924, "offset": 1886, "size": 50}}} 2018-10-26 10:52:57,330 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:52:57,330 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:52:57 GMT 2018-10-26 10:52:57,330 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:52:57,330 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-10-26 10:52:57,330 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:52:57,330 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-26 10:52:57,331 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:52:57,403 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:52:57,403 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:52:57,403 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:52:57,403 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:52:57,403 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:52:57,403 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:52:57,404 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:52:57,404 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:52:57,404 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:52:57,404 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:52:57 GMT 2018-10-26 10:52:57,404 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:52:57,404 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:52:57,404 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:53:02,410 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:53:02,490 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:53:02,490 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:53:02,490 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:53:02,490 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:53:02,490 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:53:02,491 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:53:02,491 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:53:02,491 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1924, "offset": 1887, "size": 50}}} 2018-10-26 10:53:02,491 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:53:02,491 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:53:02 GMT 2018-10-26 10:53:02,491 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:53:02,491 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-26 10:53:02,491 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:53:02,492 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:53:02,554 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:53:02,554 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:53:02,555 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:53:02,555 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:53:02,555 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:53:02,555 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:53:02,555 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:53:02,555 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:53:02,555 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:53:02,555 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:53:02 GMT 2018-10-26 10:53:02,555 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:53:02,556 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:53:02,556 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:53:07,557 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:53:07,678 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:53:07,679 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:53:07,679 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:53:07,679 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:53:07,679 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:53:07,679 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:53:07,679 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:53:07,679 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:53:06.241Z", "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-26T10:53:06.241Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c08b4249-3f98-424b-97ae-ef6abdee8562"}], "metadata": {"pagination": {"total": 1925, "offset": 1887, "size": 50}}} 2018-10-26 10:53:07,679 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:53:07,679 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:53:07 GMT 2018-10-26 10:53:07,680 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:53:07,680 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-10-26 10:53:07,680 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:53:07,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-10-26 10:53:07,680 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:53:07,748 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:53:07,748 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:53:07,748 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:53:07,749 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:53:07,749 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:53:07,749 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:53:07,749 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:53:07,749 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:53:07,749 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:53:07,749 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:53:07 GMT 2018-10-26 10:53:07,749 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:53:07,749 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:53:07,750 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:53:12,751 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:53:12,834 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:53:12,835 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:53:12,835 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:53:12,835 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:53:12,835 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:53:12,835 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:53:12,835 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:53:12,835 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1925, "offset": 1888, "size": 50}}} 2018-10-26 10:53:12,836 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:53:12,836 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:53:12 GMT 2018-10-26 10:53:12,836 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:53:12,836 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-10-26 10:53:12,836 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:53:12,836 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:53:12,895 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:53:12,895 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:53:12,895 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:53:12,895 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:53:12,895 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:53:12,896 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:53:12,896 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:53:12,896 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:53:12,896 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:53:12,896 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:53:12 GMT 2018-10-26 10:53:12,896 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:53:12,896 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:53:12,896 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:53:17,902 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:53:17,977 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:53:17,978 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:53:17,978 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:53:17,978 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:53:17,978 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:53:17,978 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:53:17,978 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:53:17,978 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:53:16.274Z", "message": "Execution done (return_code=0): /tmp/DD76A/start-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:53:16.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "c08b4249-3f98-424b-97ae-ef6abdee8562"}, {"node_instance_id": "vellum_gteini", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:53:16.365Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:53:16.365Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:53:17.267Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:53:17.267Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:53:17.267Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:53:17.267Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:53:17.361Z", "message": "Downloaded scripts/bind/bind.py to /tmp/RDCQP/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:53:17.361Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "7e782fae-7cd7-4f7e-9665-2fada6b8d91e"}], "metadata": {"pagination": {"total": 1930, "offset": 1888, "size": 50}}} 2018-10-26 10:53:17,979 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:53:17,979 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:53:17 GMT 2018-10-26 10:53:17,979 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:53:17,979 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2654 2018-10-26 10:53:17,979 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:53:17,979 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/DD76A/start-vellum.sh 2018-10-26 10:53:17,980 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-26 10:53:17,980 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-26 10:53:17,980 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-26 10:53:17,980 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/RDCQP/bind.py 2018-10-26 10:53:17,980 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:53:18,043 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:53:18,044 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:53:18,044 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:53:18,044 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:53:18,044 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:53:18,044 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:53:18,044 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:53:18,044 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:53:18,044 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:53:18,045 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:53:18 GMT 2018-10-26 10:53:18,045 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:53:18,045 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-10-26 10:53:18,045 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:53:23,050 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 10:53:23,129 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:53:23,129 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:53:23,129 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:53:23,129 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:53:23,130 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:53:23,130 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:53:23,130 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:53:23,130 - 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-26T10:53:18.280Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:53:18.280Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:53:18.382Z", "message": "[localhost] run: sudo mv /tmp/tmp6B3cQM /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:53:18.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "7e782fae-7cd7-4f7e-9665-2fada6b8d91e"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:53:18.382Z", "message": "The config dict: {'public_ip': u'172.30.9.209', 'backends': {u'homer': {u'homer_5geog5': {u'public_address': u'', u'private_address': u'192.168.120.7', u'name': u'homer-5geog5'}}, u'ellis': {u'ellis_xf14gm': {u'public_address': u'172.30.9.210', u'private_address': u'192.168.120.5', u'name': u'ellis-xf14gm'}}, u'dime': {u'dime_mkbnzw': {u'public_address': u'', u'private_address': u'192.168.120.21', u'name': u'dime-mkbnzw'}}, u'sprout': {u'sprout_22q8t4': {u'public_address': u'', u'private_address': u'192.168.120.17', u'name': u'sprout-22q8t4'}}, u'vellum': {u'vellum_gteini': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'vellum-gteini'}}, u'bono': {u'bono_l2dlea': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.9', u'name': u'bono-l2dlea'}}}, 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.8', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:53:18.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "7e782fae-7cd7-4f7e-9665-2fada6b8d91e"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:53:18.382Z", "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-26T10:53:18.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "7e782fae-7cd7-4f7e-9665-2fada6b8d91e"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:53:18.382Z", "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-26T10:53:18.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "7e782fae-7cd7-4f7e-9665-2fada6b8d91e"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:53:18.382Z", "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-26T10:53:18.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "7e782fae-7cd7-4f7e-9665-2fada6b8d91e"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:53:18.382Z", "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-26T10:53:18.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "7e782fae-7cd7-4f7e-9665-2fada6b8d91e"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:53:18.382Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:53:18.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "7e782fae-7cd7-4f7e-9665-2fada6b8d91e"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:53:18.382Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:53:18.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "7e782fae-7cd7-4f7e-9665-2fada6b8d91e"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:53:18.382Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:53:18.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "7e782fae-7cd7-4f7e-9665-2fada6b8d91e"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:53:18.382Z", "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-26T10:53:18.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "7e782fae-7cd7-4f7e-9665-2fada6b8d91e"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:53:18.382Z", "message": "[localhost] run: sudo mv /tmp/tmpjjBVa9 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:53:18.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3", "logger": "7e782fae-7cd7-4f7e-9665-2fada6b8d91e"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T10:53:19.290Z", "message": "'install' workflow execution succeeded", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T10:53:19.290Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}], "metadata": {"pagination": {"total": 1944, "offset": 1893, "size": 50}}} 2018-10-26 10:53:23,130 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:53:23,130 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:53:23 GMT 2018-10-26 10:53:23,130 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:53:23,130 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8001 2018-10-26 10:53:23,130 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:53:23,131 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-26 10:53:23,131 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp6B3cQM /etc/bind/db.clearwater.opnfv 2018-10-26 10:53:23,131 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.209', 'backends': {u'homer': {u'homer_5geog5': {u'public_address': u'', u'private_address': u'192.168.120.7', u'name': u'homer-5geog5'}}, u'ellis': {u'ellis_xf14gm': {u'public_address': u'172.30.9.210', u'private_address': u'192.168.120.5', u'name': u'ellis-xf14gm'}}, u'dime': {u'dime_mkbnzw': {u'public_address': u'', u'private_address': u'192.168.120.21', u'name': u'dime-mkbnzw'}}, u'sprout': {u'sprout_22q8t4': {u'public_address': u'', u'private_address': u'192.168.120.17', u'name': u'sprout-22q8t4'}}, u'vellum': {u'vellum_gteini': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'vellum-gteini'}}, u'bono': {u'bono_l2dlea': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.9', u'name': u'bono-l2dlea'}}}, 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.8', u'hss_hostname': u''}. 2018-10-26 10:53:23,132 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-26 10:53:23,132 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-10-26 10:53:23,132 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-10-26 10:53:23,132 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-10-26 10:53:23,132 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-10-26 10:53:23,132 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-10-26 10:53:23,133 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-10-26 10:53:23,133 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-10-26 10:53:23,133 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpjjBVa9 /etc/bind/db.clearwater.local 2018-10-26 10:53:23,133 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'install' workflow execution succeeded 2018-10-26 10:53:23,133 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/29d11ba5-5f37-4a12-8818-b86b6d0402f3 2018-10-26 10:53:23,197 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:53:23,198 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:53:23,198 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:53:23,198 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:53:23,198 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:53:23,198 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:53:23,198 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:53:23,198 - 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-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"} 2018-10-26 10:53:23,198 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:53:23,199 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:53:23 GMT 2018-10-26 10:53:23,199 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:53:23,199 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 354 2018-10-26 10:53:23,199 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:53:23,199 - 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-26T10:38:21.563Z', 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'29d11ba5-5f37-4a12-8818-b86b6d0402f3'} 2018-10-26 10:53:23,199 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/deployments/clearwater-opnfv/outputs 2018-10-26 10:53:23,270 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:53:23,270 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:53:23,270 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:53:23,271 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:53:23,271 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:53:23,271 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:53:23,271 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:53:23,271 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"outputs": {"dns_ip": "172.30.9.209", "ellis_ip": "172.30.9.210"}, "deployment_id": "clearwater-opnfv"} 2018-10-26 10:53:23,271 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:53:23,271 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:53:23 GMT 2018-10-26 10:53:23,271 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:53:23,271 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 104 2018-10-26 10:53:23,271 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:53:23,275 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Ellis IP: 172.30.9.210 2018-10-26 10:53:23,384 - 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-26 10:53:23,456 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - cookies: ]> 2018-10-26 10:53:23,457 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Create 1st calling number on Ellis 2018-10-26 10:53:23,527 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-10-26 10:53:23,528 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 1: cannot create a number 2018-10-26 10:53:48,612 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-10-26 10:53:48,612 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 2: cannot create a number 2018-10-26 10:54:13,684 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-10-26 10:54:13,684 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 3: cannot create a number 2018-10-26 10:54:38,977 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-10-26 10:54:38,978 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 4: cannot create a number 2018-10-26 10:55:04,103 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-10-26 10:55:04,104 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 5: cannot create a number 2018-10-26 10:55:29,191 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-10-26 10:55:29,191 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 6: cannot create a number 2018-10-26 10:55:54,248 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-10-26 10:55:54,248 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 7: cannot create a number 2018-10-26 10:56:19,324 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-10-26 10:56:19,325 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 8: cannot create a number 2018-10-26 10:56:44,541 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-10-26 10:56:44,541 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 9: cannot create a number 2018-10-26 10:57:09,628 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-10-26 10:57:09,628 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 10: cannot create a number 2018-10-26 10:57:34,706 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-10-26 10:57:34,706 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 11: cannot create a number 2018-10-26 10:57:59,952 - functest.opnfv_tests.vnf.ims.clearwater - INFO - Calling number is created: {u'private_id': u'6505550282@clearwater.opnfv', u'sip_username': u'6505550282', u'formatted_number': u'(650) 555-0282', u'number': u'6505550282', u'sip_uri': u'sip:6505550282@clearwater.opnfv', u'number_id': u'3467cbeb5e984e74a4be63f144afeed3', u'sip_password': u'xYfssT3re', u'pstn': False} 2018-10-26 10:57:59,952 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/deployments/clearwater-opnfv/outputs 2018-10-26 10:58:00,052 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 10:58:00,053 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 10:58:00,053 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 10:58:00,053 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 10:58:00,053 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 10:58:00,053 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 10:58:00,053 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 10:58:00,053 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"outputs": {"dns_ip": "172.30.9.209", "ellis_ip": "172.30.9.210"}, "deployment_id": "clearwater-opnfv"} 2018-10-26 10:58:00,053 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 10:58:00,054 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 10:58:00 GMT 2018-10-26 10:58:00,054 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 10:58:00,054 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 104 2018-10-26 10:58:00,054 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 10:58:00,054 - functest.opnfv_tests.vnf.ims.clearwater - INFO - Run Clearwater live test 2018-10-26 10:58:00,054 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Backup /etc/resolv.conf -> /etc/resolv.conf.bak 2018-10-26 10:58:00,071 - 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-26 10:58:00,072 - 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-26 11:00:07,777 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - ** Invoke test (first_time) ** Execute test Basic Call - Mainline (TCP) - (6505550159, 6505550014) Passed Basic Call - SDP (TCP) - (6505550299, 6505550862) Passed Basic Call - Tel URIs (TCP) - (6505550495, 6505550466) Passed Basic Call - Unknown number (TCP) - (6505550467, 6505550353) Passed Basic Call - Rejected by remote endpoint (TCP) - (6505550159, 6505550281) Passed Basic Call - Messages - Pager model (TCP) - (6505550206, 6505550497) Passed Basic Call - Pracks (TCP) - (6505550800, 6505550649) Passed Basic Registration (TCP) - (6505550241) Passed Emergency Registration (TCP) - Skipped (Not running with emergency registrations) - Call with EMERGENCY_REG=Y to run test Multiple Identities (TCP) - (6505550100, 6505550934) Passed Call Barring - Outbound Rejection (TCP) - (6505550629, 6505550687) Passed 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) - (6505550593, 6505550864) Passed 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) - (6505550974, 6505550296, 6505550500) Passed Call Diversion - Not reachable (not registered) (TCP) - (6505550846, 6505550356, 6505550412) Passed Call Diversion - Not reachable (408) (TCP) - (6505550941, 6505550760, 6505550135) Passed Call Diversion - Not reachable (503) (TCP) - (6505550020, 6505550705, 6505550369) Passed Call Diversion - Not reachable (500) (TCP) - (6505550458, 6505550905, 6505550562) Passed Call Diversion - Busy (TCP) - (6505550793, 6505550540, 6505550312) Passed Call Diversion - Unconditional (TCP) - (6505550368, 6505550966, 6505550572) Passed Call Diversion - No answer (TCP) - (6505550585, 6505550362, 6505550660) Passed Call Diversion - Bad target URI (TCP) - (6505550754, 6505550042) Passed Call Diversion - Audio-only call (TCP) - (6505550596, 6505550346, 6505550513, 6505550344) Passed Call Diversion - Audio-video call (TCP) - (6505550827, 6505550162, 6505550616, 6505550340) Passed Call Waiting - Accepted (TCP) - (6505550647, 6505550827, 6505550547) Passed Call Waiting - Cancelled (TCP) - (6505550291, 6505550506, 6505550019) Passed CANCEL - Mainline (TCP) - (6505550579, 6505550620) Passed Filtering - Accept-Contact (TCP) - (6505550656, 6505550680) Passed Accept-Contact with response (SFR 511195) (TCP) - (6505550687, 6505550055) Passed Filtering - Accept-Contact no match (TCP) - (6505550064, 6505550243) Passed Filtering - Accept-Contact negated match (TCP) - (6505550858, 6505550969) Passed Filtering - RFC3841 example (TCP) - (6505550061, 6505550999) Passed Filtering - Reject-Contact no match (TCP) - (6505550883, 6505550132) Passed Filtering - Reject-Contact match (TCP) - (6505550583, 6505550538) 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) - (6505550604) Passed GRUU - REGISTER - binding suggested GRUU (TCP) - (6505550268) Passed GRUU - REGISTER - instance ID requires escaping (TCP) - (6505550852) Passed GRUU - REGISTER - three bindings with GRUUs (TCP) - (6505550750) Passed GRUU - Call - first endpoint GRUU as target (TCP) - (6505550799, 6505550114) Passed GRUU - Call - second endpoint GRUU as target (TCP) - (6505550618, 6505550105) Passed GRUU - Call - only GRUU as target (TCP) - (6505550013, 6505550936) Passed GRUU - Call - AoR as target (TCP) - (6505550303, 6505550771) Passed GRUU - Call - unknown GRUU as target (TCP) - (6505550039, 6505550105) Passed GRUU - Call - unknown GRUU as target - no GRUUs assigned (TCP) - (6505550492, 6505550984) Passed GRUU - Call - Reject-Contact interop (TCP) - (6505550748, 6505550465) Passed GRUU - Call - Accept-Contact interop (TCP) - (6505550058, 6505550115) Passed GRUU - Call - AoR with other param as target (TCP) - (6505550722, 6505550968) Passed GRUU - Call - GRUU with other param as target (TCP) - (6505550016, 6505550702) 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= 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)/usr/lib/ruby/gems/2.4.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/document.rb:44: warning: constant ::Fixnum is deprecated - 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) - (6505550111) Passed SUBSCRIBE - reg-event with a GRUU (TCP) - (6505550263) Passed SUBSCRIBE - Subscription timeout (TCP) - (6505550509) Passed SUBSCRIBE - Registration timeout (TCP) - (6505550201, 6505550647) Passed Multiple SUBSCRIBErs to one UE's reg-event (TCP) - (6505550211, 6505550280) 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= 0 failures out of 93 tests run 42 tests skipped 2018-10-26 11:00:07,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - {'failures': 0, 'skipped': 42, 'total': 93, 'passed': 51} 2018-10-26 11:00:07,917 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-26 11:00:07,917 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | cloudify_ims | functest | 28:21 | PASS | +----------------------+------------------+------------------+----------------+ 2018-10-26 11:00:07,923 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Deleting the current deployment 2018-10-26 11:00:07,923 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions 2018-10-26 11:00:08,015 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:00:08,015 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:00:08,015 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:00:08,015 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:00:08,015 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:00:08,016 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:00:08,016 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:00:08,016 - 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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-26T10:37:39.765Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "63cee888-49e1-44b9-af8e-006b43a81e16"}, {"status": "terminated", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-26T10:38:21.563Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "29d11ba5-5f37-4a12-8818-b86b6d0402f3"}], "metadata": {"pagination": {"total": 2, "offset": 0, "size": 0}}} 2018-10-26 11:00:08,016 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:00:08,016 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:00:08 GMT 2018-10-26 11:00:08,016 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:00:08,016 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6728 2018-10-26 11:00:08,016 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:00:08,017 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.201:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "clearwater-opnfv", "force": "true", "workflow_id": "uninstall", "parameters": {"ignore_failure": true}} 2018-10-26 11:00:08,260 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:00:08,260 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:00:08,260 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:00:08,260 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:00:08,261 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:00:08,261 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:00:08,261 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:00:08,261 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 158 2018-10-26 11:00:08,261 - 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-26T11:00:08.099Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"} 2018-10-26 11:00:08,261 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:00:08,261 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:00:08 GMT 2018-10-26 11:00:08,261 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:00:08,261 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-26 11:00:08,262 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:00:08,262 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 11:00:08,339 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:00:08,339 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:00:08,339 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:00:08,340 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:00:08,340 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:00:08,340 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:00:08,340 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:00:08,340 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-10-26 11:00:08,340 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:00:08,340 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:00:08 GMT 2018-10-26 11:00:08,340 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:00:08,340 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-10-26 11:00:08,341 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:00:08,341 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/dfa4874c-7ce2-4700-abd9-36a5784af2da 2018-10-26 11:00:08,440 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:00:08,440 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:00:08,440 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:00:08,440 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:00:08,440 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:00:08,440 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:00:08,440 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:00:08,440 - 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-26T11:00:08.099Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"} 2018-10-26 11:00:08,440 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:00:08,441 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:00:08 GMT 2018-10-26 11:00:08,441 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:00:08,441 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-26 11:00:08,441 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:00:13,444 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 11:00:13,798 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:00:13,798 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:00:13,798 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:00:13,798 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:00:13,799 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:00:13,799 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:00:13,799 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:00:13,799 - 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-26T11:00:09.479Z", "message": "Starting 'uninstall' workflow execution", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:09.479Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "vellum_gteini", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:10.395Z", "message": "Stopping node", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:10.395Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "ellis_xf14gm", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:10.395Z", "message": "Stopping node", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:10.395Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "sprout_22q8t4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:10.395Z", "message": "Stopping node", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:10.395Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "dime_mkbnzw", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:11.358Z", "message": "Downloaded scripts/clearwater/dime/stop-dime.sh to /tmp/093BB/stop-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:11.358Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "23ed1aa0-7065-4350-97c9-48a94ecd4afa"}, {"node_instance_id": "bono_l2dlea", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:11.408Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:11.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "dime_mkbnzw", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:11.408Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:11.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "vellum_gteini", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:11.408Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:11.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "ellis_xf14gm", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:11.408Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:11.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "vellum_gteini", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:11.408Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:11.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "sprout_22q8t4", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:11.408Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:11.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "homer_5geog5", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:11.408Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:11.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "dime_mkbnzw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:11.408Z", "message": "Stopping node", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:11.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "ellis_xf14gm", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:11.408Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:11.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "homer_5geog5", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:11.408Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:11.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bono_l2dlea", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:11.408Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:11.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "dime_mkbnzw", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:11.408Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:11.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bono_l2dlea", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:11.408Z", "message": "Stopping node", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:11.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "homer_5geog5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:11.408Z", "message": "Stopping node", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:11.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "sprout_22q8t4", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:11.408Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:11.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "dime_mkbnzw", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:11.483Z", "message": "Executing: /tmp/093BB/stop-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:11.483Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "23ed1aa0-7065-4350-97c9-48a94ecd4afa"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:12.418Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:12.418Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "ellis_xf14gm", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:12.418Z", "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_gh9gv2/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_gh9gv2/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_gh9gv2/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-26T11:00:12.418Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "vellum_gteini", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:12.418Z", "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_19cott/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_19cott/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_19cott/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-26T11:00:12.418Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "homer_5geog5", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:12.418Z", "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_7hwq87/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_7hwq87/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_7hwq87/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-26T11:00:12.418Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "dime_mkbnzw", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:12.418Z", "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_ytakkd/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_ytakkd/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_ytakkd/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-26T11:00:12.418Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:12.418Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:12.418Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "sprout_22q8t4", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:12.494Z", "message": "Stopping sprout node", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:12.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "0056c385-b5b5-40bf-aeeb-9ab1d6cd50df"}, {"node_instance_id": "dime_mkbnzw", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:12.494Z", "message": "Stopping dime node", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:12.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "23ed1aa0-7065-4350-97c9-48a94ecd4afa"}, {"node_instance_id": "homer_5geog5", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:12.494Z", "message": "Stopping homer node", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:12.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "580f5354-ebd2-4907-83d0-d0e8315bf4e5"}, {"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:12.494Z", "message": "Stopping vellum node", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:12.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "1219d709-86ff-424a-86e3-0d8812d00b1a"}, {"node_instance_id": "sprout_22q8t4", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:12.494Z", "message": "Downloaded scripts/clearwater/sprout/stop-sprout.sh to /tmp/2P1WK/stop-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:12.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "0056c385-b5b5-40bf-aeeb-9ab1d6cd50df"}, {"node_instance_id": "dime_mkbnzw", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:12.494Z", "message": "Execution done (return_code=1): /tmp/093BB/stop-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:12.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "23ed1aa0-7065-4350-97c9-48a94ecd4afa"}, {"node_instance_id": "bono_l2dlea", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:12.494Z", "message": "Executing: /tmp/AFJ3V/stop-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:12.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "01f5c4f6-21ba-4b20-95b1-51c8476610b8"}, {"node_instance_id": "homer_5geog5", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:12.494Z", "message": "Executing: /tmp/U6I6Y/stop-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:12.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "580f5354-ebd2-4907-83d0-d0e8315bf4e5"}, {"node_instance_id": "bono_l2dlea", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:12.494Z", "message": "Downloaded scripts/clearwater/bono/stop-bono.sh to /tmp/AFJ3V/stop-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:12.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "01f5c4f6-21ba-4b20-95b1-51c8476610b8"}, {"node_instance_id": "ellis_xf14gm", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:12.494Z", "message": "Stopping ellis node", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:12.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "286e6af0-6132-4385-8003-5cd66c631181"}, {"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:12.494Z", "message": "Execution done (return_code=1): /tmp/IMGXX/stop-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:12.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "1219d709-86ff-424a-86e3-0d8812d00b1a"}, {"node_instance_id": "homer_5geog5", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:12.494Z", "message": "Execution done (return_code=1): /tmp/U6I6Y/stop-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:12.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "580f5354-ebd2-4907-83d0-d0e8315bf4e5"}, {"node_instance_id": "homer_5geog5", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:12.494Z", "message": "Downloaded scripts/clearwater/homer/stop-homer.sh to /tmp/U6I6Y/stop-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:12.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "580f5354-ebd2-4907-83d0-d0e8315bf4e5"}, {"node_instance_id": "ellis_xf14gm", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:12.494Z", "message": "Execution done (return_code=1): /tmp/BK59L/stop-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:12.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "286e6af0-6132-4385-8003-5cd66c631181"}, {"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:12.494Z", "message": "Downloaded scripts/clearwater/vellum/stop-vellum.sh to /tmp/IMGXX/stop-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:12.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "1219d709-86ff-424a-86e3-0d8812d00b1a"}, {"node_instance_id": "ellis_xf14gm", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:12.494Z", "message": "Executing: /tmp/BK59L/stop-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:12.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "286e6af0-6132-4385-8003-5cd66c631181"}, {"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:12.494Z", "message": "Executing: /tmp/IMGXX/stop-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:12.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "1219d709-86ff-424a-86e3-0d8812d00b1a"}, {"node_instance_id": "sprout_22q8t4", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:12.494Z", "message": "Executing: /tmp/2P1WK/stop-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:12.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "0056c385-b5b5-40bf-aeeb-9ab1d6cd50df"}, {"node_instance_id": "ellis_xf14gm", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:12.494Z", "message": "Downloaded scripts/clearwater/ellis/stop-ellis.sh to /tmp/BK59L/stop-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:12.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "286e6af0-6132-4385-8003-5cd66c631181"}, {"node_instance_id": "bono_l2dlea", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:12.494Z", "message": "Stopping bono node", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:12.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "01f5c4f6-21ba-4b20-95b1-51c8476610b8"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:13.494Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:13.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:13.494Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:13.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:13.613Z", "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-26T11:00:13.613Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "428ed6f4-8604-4e74-b714-954ca994565e"}], "metadata": {"pagination": {"total": 66, "offset": 0, "size": 50}}} 2018-10-26 11:00:13,799 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:00:13,799 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:00:13 GMT 2018-10-26 11:00:13,799 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:00:13,799 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 30374 2018-10-26 11:00:13,799 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:00:13,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'uninstall' workflow execution 2018-10-26 11:00:13,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-26 11:00:13,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-26 11:00:13,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-26 11:00:13,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/dime/stop-dime.sh to /tmp/093BB/stop-dime.sh 2018-10-26 11:00:13,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-26 11:00:13,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-26 11:00:13,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-26 11:00:13,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-26 11:00:13,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-26 11:00:13,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-26 11:00:13,803 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-26 11:00:13,803 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-26 11:00:13,803 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-26 11:00:13,803 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-26 11:00:13,803 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-26 11:00:13,803 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-26 11:00:13,803 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-26 11:00:13,804 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-26 11:00:13,804 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-26 11:00:13,804 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/093BB/stop-dime.sh 2018-10-26 11:00:13,804 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-26 11:00:13,804 - 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-26 11:00:13,804 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Group 'vellum' not found 2018-10-26 11:00:13,804 - 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-26 11:00:13,805 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Group 'dime' not found 2018-10-26 11:00:13,805 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-26 11:00:13,805 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping sprout node 2018-10-26 11:00:13,805 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping dime node 2018-10-26 11:00:13,805 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping homer node 2018-10-26 11:00:13,805 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping vellum node 2018-10-26 11:00:13,805 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/sprout/stop-sprout.sh to /tmp/2P1WK/stop-sprout.sh 2018-10-26 11:00:13,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/093BB/stop-dime.sh 2018-10-26 11:00:13,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/AFJ3V/stop-bono.sh 2018-10-26 11:00:13,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/U6I6Y/stop-homer.sh 2018-10-26 11:00:13,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/bono/stop-bono.sh to /tmp/AFJ3V/stop-bono.sh 2018-10-26 11:00:13,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping ellis node 2018-10-26 11:00:13,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/IMGXX/stop-vellum.sh 2018-10-26 11:00:13,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/U6I6Y/stop-homer.sh 2018-10-26 11:00:13,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/homer/stop-homer.sh to /tmp/U6I6Y/stop-homer.sh 2018-10-26 11:00:13,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/BK59L/stop-ellis.sh 2018-10-26 11:00:13,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/vellum/stop-vellum.sh to /tmp/IMGXX/stop-vellum.sh 2018-10-26 11:00:13,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/BK59L/stop-ellis.sh 2018-10-26 11:00:13,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/IMGXX/stop-vellum.sh 2018-10-26 11:00:13,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/2P1WK/stop-sprout.sh 2018-10-26 11:00:13,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/ellis/stop-ellis.sh to /tmp/BK59L/stop-ellis.sh 2018-10-26 11:00:13,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping bono node 2018-10-26 11:00:13,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-26 11:00:13,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-26 11:00:13,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-10-26 11:00:13,808 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/dfa4874c-7ce2-4700-abd9-36a5784af2da 2018-10-26 11:00:13,920 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:00:13,921 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:00:13,921 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:00:13,921 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:00:13,921 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:00:13,921 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:00:13,921 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:00:13,921 - 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-26T11:00:08.099Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"} 2018-10-26 11:00:13,921 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:00:13,921 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:00:13 GMT 2018-10-26 11:00:13,922 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:00:13,922 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-26 11:00:13,922 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:00:18,923 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 11:00:19,002 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:00:19,002 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:00:19,002 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:00:19,002 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:00:19,003 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:00:19,003 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:00:19,003 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:00:19,003 - 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-26T11:00:13.613Z", "message": "[localhost] run: sudo mv /tmp/tmpOMEPlC /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:13.613Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "428ed6f4-8604-4e74-b714-954ca994565e"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:13.613Z", "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-26T11:00:13.613Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "428ed6f4-8604-4e74-b714-954ca994565e"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:13.613Z", "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-26T11:00:13.613Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "428ed6f4-8604-4e74-b714-954ca994565e"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:13.613Z", "message": "Downloaded scripts/bind/bind.py to /tmp/CZQOR/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:13.613Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "32fedd39-0eae-4eed-9330-a1a2a96a3934"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:13.613Z", "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-26T11:00:13.613Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "428ed6f4-8604-4e74-b714-954ca994565e"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:13.613Z", "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-26T11:00:13.613Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "428ed6f4-8604-4e74-b714-954ca994565e"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:13.613Z", "message": "The config dict: {'public_ip': u'172.30.9.209', 'backends': {u'homer': {u'homer_5geog5': {u'public_address': u'', u'private_address': u'192.168.120.7', u'name': u'homer-5geog5'}}, u'ellis': {u'ellis_xf14gm': {u'public_address': u'172.30.9.210', u'private_address': u'192.168.120.5', u'name': u'ellis-xf14gm'}}, u'dime': {}, u'sprout': {u'sprout_22q8t4': {u'public_address': u'', u'private_address': u'192.168.120.17', u'name': u'sprout-22q8t4'}}, u'vellum': {u'vellum_gteini': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'vellum-gteini'}}, u'bono': {u'bono_l2dlea': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.9', u'name': u'bono-l2dlea'}}}, 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.8', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:13.613Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "428ed6f4-8604-4e74-b714-954ca994565e"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:13.613Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:13.613Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "428ed6f4-8604-4e74-b714-954ca994565e"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:13.613Z", "message": "Downloaded scripts/bind/bind.py to /tmp/64U8P/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:13.613Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "428ed6f4-8604-4e74-b714-954ca994565e"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:13.613Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:13.613Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "30c17b0e-7b78-441e-95f5-2b8670a8373f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:13.613Z", "message": "Downloaded scripts/bind/bind.py to /tmp/YKRFF/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:13.613Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "30c17b0e-7b78-441e-95f5-2b8670a8373f"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:14.754Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:14.754Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:14.757Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:14.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "30c17b0e-7b78-441e-95f5-2b8670a8373f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:14.757Z", "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-26T11:00:14.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "30c17b0e-7b78-441e-95f5-2b8670a8373f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:14.757Z", "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-26T11:00:14.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "30c17b0e-7b78-441e-95f5-2b8670a8373f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:14.757Z", "message": "[localhost] run: sudo mv /tmp/tmpqOphg2 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:14.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "d294f8c5-e179-442e-bf46-ce39d71b6774"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:14.757Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:14.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "428ed6f4-8604-4e74-b714-954ca994565e"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:14.757Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:14.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "30c17b0e-7b78-441e-95f5-2b8670a8373f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:14.757Z", "message": "[localhost] run: sudo mv /tmp/tmpIuYI5y /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:14.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "30c17b0e-7b78-441e-95f5-2b8670a8373f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:14.757Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:14.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "d294f8c5-e179-442e-bf46-ce39d71b6774"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:14.757Z", "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-26T11:00:14.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "d294f8c5-e179-442e-bf46-ce39d71b6774"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:14.757Z", "message": "[localhost] run: sudo mv /tmp/tmpYy4SYN /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:14.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "32fedd39-0eae-4eed-9330-a1a2a96a3934"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:14.757Z", "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-26T11:00:14.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "30c17b0e-7b78-441e-95f5-2b8670a8373f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:14.757Z", "message": "[localhost] run: sudo mv /tmp/tmpaLJTdr /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:14.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "32fedd39-0eae-4eed-9330-a1a2a96a3934"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:14.757Z", "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-26T11:00:14.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "32fedd39-0eae-4eed-9330-a1a2a96a3934"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:14.757Z", "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-26T11:00:14.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "32fedd39-0eae-4eed-9330-a1a2a96a3934"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:14.757Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:14.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "32fedd39-0eae-4eed-9330-a1a2a96a3934"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:14.757Z", "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-26T11:00:14.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "32fedd39-0eae-4eed-9330-a1a2a96a3934"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:14.757Z", "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-26T11:00:14.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "30c17b0e-7b78-441e-95f5-2b8670a8373f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:14.757Z", "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-26T11:00:14.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "30c17b0e-7b78-441e-95f5-2b8670a8373f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:14.757Z", "message": "The config dict: {'public_ip': u'172.30.9.209', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_22q8t4': {u'public_address': u'', u'private_address': u'192.168.120.17', u'name': u'sprout-22q8t4'}}, u'vellum': {}, u'bono': {u'bono_l2dlea': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.9', u'name': u'bono-l2dlea'}}}, 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.8', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:14.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "d294f8c5-e179-442e-bf46-ce39d71b6774"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:14.757Z", "message": "Downloaded scripts/bind/bind.py to /tmp/RTA9X/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:14.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "d294f8c5-e179-442e-bf46-ce39d71b6774"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:14.757Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:14.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "32fedd39-0eae-4eed-9330-a1a2a96a3934"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:14.757Z", "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-26T11:00:14.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "428ed6f4-8604-4e74-b714-954ca994565e"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:14.757Z", "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-26T11:00:14.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "d294f8c5-e179-442e-bf46-ce39d71b6774"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:14.757Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:14.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "d294f8c5-e179-442e-bf46-ce39d71b6774"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:14.757Z", "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-26T11:00:14.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "d294f8c5-e179-442e-bf46-ce39d71b6774"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:14.757Z", "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-26T11:00:14.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "d294f8c5-e179-442e-bf46-ce39d71b6774"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:14.757Z", "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-26T11:00:14.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "32fedd39-0eae-4eed-9330-a1a2a96a3934"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:14.757Z", "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-26T11:00:14.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "d294f8c5-e179-442e-bf46-ce39d71b6774"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:14.757Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:14.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "32fedd39-0eae-4eed-9330-a1a2a96a3934"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:14.757Z", "message": "[localhost] run: sudo mv /tmp/tmpZuXv80 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:14.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "d294f8c5-e179-442e-bf46-ce39d71b6774"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:14.757Z", "message": "[localhost] run: sudo mv /tmp/tmp2Ym0Bf /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:14.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "428ed6f4-8604-4e74-b714-954ca994565e"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:14.757Z", "message": "[localhost] run: sudo mv /tmp/tmpZLAUBg /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:14.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "30c17b0e-7b78-441e-95f5-2b8670a8373f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:14.757Z", "message": "The config dict: {'public_ip': u'172.30.9.209', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_22q8t4': {u'public_address': u'', u'private_address': u'192.168.120.17', u'name': u'sprout-22q8t4'}}, u'vellum': {u'vellum_gteini': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'vellum-gteini'}}, u'bono': {u'bono_l2dlea': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.9', u'name': u'bono-l2dlea'}}}, 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.8', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:14.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "32fedd39-0eae-4eed-9330-a1a2a96a3934"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:14.757Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:14.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "d294f8c5-e179-442e-bf46-ce39d71b6774"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:14.757Z", "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-26T11:00:14.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "32fedd39-0eae-4eed-9330-a1a2a96a3934"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:14.757Z", "message": "The config dict: {'public_ip': u'172.30.9.209', 'backends': {u'homer': {}, u'ellis': {u'ellis_xf14gm': {u'public_address': u'172.30.9.210', u'private_address': u'192.168.120.5', u'name': u'ellis-xf14gm'}}, u'dime': {}, u'sprout': {u'sprout_22q8t4': {u'public_address': u'', u'private_address': u'192.168.120.17', u'name': u'sprout-22q8t4'}}, u'vellum': {u'vellum_gteini': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'vellum-gteini'}}, u'bono': {u'bono_l2dlea': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.9', u'name': u'bono-l2dlea'}}}, 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.8', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:14.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "30c17b0e-7b78-441e-95f5-2b8670a8373f"}, {"node_instance_id": "dime_mkbnzw", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:15.770Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:15.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "vellum_gteini", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:15.770Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:15.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}], "metadata": {"pagination": {"total": 154, "offset": 50, "size": 50}}} 2018-10-26 11:00:19,003 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:00:19,003 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:00:19 GMT 2018-10-26 11:00:19,003 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:00:19,003 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 29980 2018-10-26 11:00:19,003 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:00:19,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpOMEPlC /etc/bind/db.clearwater.local 2018-10-26 11:00:19,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-26 11:00:19,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-10-26 11:00:19,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/CZQOR/bind.py 2018-10-26 11:00:19,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-10-26 11:00:19,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-10-26 11:00:19,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.209', 'backends': {u'homer': {u'homer_5geog5': {u'public_address': u'', u'private_address': u'192.168.120.7', u'name': u'homer-5geog5'}}, u'ellis': {u'ellis_xf14gm': {u'public_address': u'172.30.9.210', u'private_address': u'192.168.120.5', u'name': u'ellis-xf14gm'}}, u'dime': {}, u'sprout': {u'sprout_22q8t4': {u'public_address': u'', u'private_address': u'192.168.120.17', u'name': u'sprout-22q8t4'}}, u'vellum': {u'vellum_gteini': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'vellum-gteini'}}, u'bono': {u'bono_l2dlea': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.9', u'name': u'bono-l2dlea'}}}, 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.8', u'hss_hostname': u''}. 2018-10-26 11:00:19,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-10-26 11:00:19,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/64U8P/bind.py 2018-10-26 11:00:19,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-10-26 11:00:19,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/YKRFF/bind.py 2018-10-26 11:00:19,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-26 11:00:19,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-10-26 11:00:19,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-10-26 11:00:19,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-10-26 11:00:19,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpqOphg2 /etc/bind/db.clearwater.opnfv 2018-10-26 11:00:19,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-10-26 11:00:19,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-10-26 11:00:19,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpIuYI5y /etc/bind/db.clearwater.local 2018-10-26 11:00:19,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-10-26 11:00:19,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-10-26 11:00:19,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpYy4SYN /etc/bind/db.clearwater.opnfv 2018-10-26 11:00:19,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-10-26 11:00:19,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpaLJTdr /etc/bind/db.clearwater.local 2018-10-26 11:00:19,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-10-26 11:00:19,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-10-26 11:00:19,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-10-26 11:00:19,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-10-26 11:00:19,010 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-10-26 11:00:19,010 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-26 11:00:19,010 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.209', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_22q8t4': {u'public_address': u'', u'private_address': u'192.168.120.17', u'name': u'sprout-22q8t4'}}, u'vellum': {}, u'bono': {u'bono_l2dlea': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.9', u'name': u'bono-l2dlea'}}}, 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.8', u'hss_hostname': u''}. 2018-10-26 11:00:19,010 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/RTA9X/bind.py 2018-10-26 11:00:19,010 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-10-26 11:00:19,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-10-26 11:00:19,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-10-26 11:00:19,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-10-26 11:00:19,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-10-26 11:00:19,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-10-26 11:00:19,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-26 11:00:19,012 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-26 11:00:19,012 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-10-26 11:00:19,012 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpZuXv80 /etc/bind/db.clearwater.local 2018-10-26 11:00:19,012 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp2Ym0Bf /etc/bind/db.clearwater.opnfv 2018-10-26 11:00:19,012 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpZLAUBg /etc/bind/db.clearwater.opnfv 2018-10-26 11:00:19,012 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.209', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_22q8t4': {u'public_address': u'', u'private_address': u'192.168.120.17', u'name': u'sprout-22q8t4'}}, u'vellum': {u'vellum_gteini': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'vellum-gteini'}}, u'bono': {u'bono_l2dlea': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.9', u'name': u'bono-l2dlea'}}}, 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.8', u'hss_hostname': u''}. 2018-10-26 11:00:19,013 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-10-26 11:00:19,013 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-10-26 11:00:19,013 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.209', 'backends': {u'homer': {}, u'ellis': {u'ellis_xf14gm': {u'public_address': u'172.30.9.210', u'private_address': u'192.168.120.5', u'name': u'ellis-xf14gm'}}, u'dime': {}, u'sprout': {u'sprout_22q8t4': {u'public_address': u'', u'private_address': u'192.168.120.17', u'name': u'sprout-22q8t4'}}, u'vellum': {u'vellum_gteini': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'vellum-gteini'}}, u'bono': {u'bono_l2dlea': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.9', u'name': u'bono-l2dlea'}}}, 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.8', u'hss_hostname': u''}. 2018-10-26 11:00:19,013 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-26 11:00:19,013 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-26 11:00:19,013 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/dfa4874c-7ce2-4700-abd9-36a5784af2da 2018-10-26 11:00:19,076 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:00:19,076 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:00:19,076 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:00:19,076 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:00:19,077 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:00:19,077 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:00:19,077 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:00:19,077 - 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-26T11:00:08.099Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"} 2018-10-26 11:00:19,077 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:00:19,077 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:00:19 GMT 2018-10-26 11:00:19,077 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:00:19,077 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-26 11:00:19,077 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:00:24,083 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 11:00:24,157 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:00:24,158 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:00:24,158 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:00:24,158 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:00:24,158 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:00:24,158 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:00:24,158 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:00:24,158 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_gteini", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:15.770Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:15.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "ellis_xf14gm", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:15.770Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:15.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "ellis_xf14gm", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:15.770Z", "message": "Deleting node", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:15.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "homer_5geog5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:15.770Z", "message": "Deleting node", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:15.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "homer_5geog5", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:15.770Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:15.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "dime_mkbnzw", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:15.770Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:15.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "dime_mkbnzw", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:15.770Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:15.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "homer_5geog5", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:15.770Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:15.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "vellum_gteini", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:15.770Z", "message": "Deleting node", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:15.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "vellum_gteini", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:15.770Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:15.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "dime_mkbnzw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:15.770Z", "message": "Deleting node", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:15.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "dime_mkbnzw", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:15.783Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:15.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "f17017c3-cf4c-4371-9284-ff4957d2b189"}, {"node_instance_id": "homer_5geog5", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:15.783Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/6H00Y/remove-cluster-node.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:15.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "42b832fa-44db-462e-98d5-05db20619f36"}, {"node_instance_id": "homer_5geog5", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:15.783Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:15.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "42b832fa-44db-462e-98d5-05db20619f36"}, {"node_instance_id": "dime_mkbnzw", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:15.783Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/48D4Q/remove-cluster-node.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:15.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "f17017c3-cf4c-4371-9284-ff4957d2b189"}, {"node_instance_id": "dime_mkbnzw", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:15.783Z", "message": "Executing: /tmp/48D4Q/remove-cluster-node.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:15.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "f17017c3-cf4c-4371-9284-ff4957d2b189"}, {"node_instance_id": "homer_5geog5", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:15.783Z", "message": "Executing: /tmp/6H00Y/remove-cluster-node.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:15.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "42b832fa-44db-462e-98d5-05db20619f36"}, {"node_instance_id": "sprout_22q8t4", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:16.798Z", "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_0j626u/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_0j626u/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_0j626u/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-26T11:00:16.798Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:16.798Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:16.798Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:16.798Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:16.798Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "ellis_xf14gm", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:16.799Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:16.799Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "194ead2a-1e56-4072-9cd4-73f5c445ef41"}, {"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:16.799Z", "message": "Executing: /tmp/ZRFVA/remove-cluster-node.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:16.799Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "fe79b822-9ced-4df2-8272-c718002788c1"}, {"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:16.799Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:16.799Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "fe79b822-9ced-4df2-8272-c718002788c1"}, {"node_instance_id": "ellis_xf14gm", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:16.799Z", "message": "Executing: /tmp/TWQXN/remove-cluster-node.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:16.799Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "194ead2a-1e56-4072-9cd4-73f5c445ef41"}, {"node_instance_id": "ellis_xf14gm", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:16.799Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/TWQXN/remove-cluster-node.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:16.799Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "194ead2a-1e56-4072-9cd4-73f5c445ef41"}, {"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:16.799Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/ZRFVA/remove-cluster-node.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:16.799Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "fe79b822-9ced-4df2-8272-c718002788c1"}, {"node_instance_id": "sprout_22q8t4", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:16.799Z", "message": "Execution done (return_code=1): /tmp/2P1WK/stop-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:16.799Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "0056c385-b5b5-40bf-aeeb-9ab1d6cd50df"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:17.829Z", "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-26T11:00:17.829Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "45153bf6-9ee5-4da3-9e62-5067af08b490"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:17.829Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:17.829Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "45153bf6-9ee5-4da3-9e62-5067af08b490"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:17.829Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:17.829Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "45153bf6-9ee5-4da3-9e62-5067af08b490"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:17.829Z", "message": "Downloaded scripts/bind/bind.py to /tmp/TJT1P/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:17.829Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "45153bf6-9ee5-4da3-9e62-5067af08b490"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:17.829Z", "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-26T11:00:17.829Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "45153bf6-9ee5-4da3-9e62-5067af08b490"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:17.829Z", "message": "The config dict: {'public_ip': u'172.30.9.209', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {}, u'vellum': {}, u'bono': {u'bono_l2dlea': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.9', u'name': u'bono-l2dlea'}}}, 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.8', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:17.829Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "45153bf6-9ee5-4da3-9e62-5067af08b490"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:17.829Z", "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-26T11:00:17.829Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "45153bf6-9ee5-4da3-9e62-5067af08b490"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:17.829Z", "message": "[localhost] run: sudo mv /tmp/tmpKAka1c /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:17.829Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "45153bf6-9ee5-4da3-9e62-5067af08b490"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:17.829Z", "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-26T11:00:17.829Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "45153bf6-9ee5-4da3-9e62-5067af08b490"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:18.011Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:18.011Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "sprout_22q8t4", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:18.823Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:18.823Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "sprout_22q8t4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:18.823Z", "message": "Deleting node", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:18.823Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "sprout_22q8t4", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:18.823Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:18.823Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:18.870Z", "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-26T11:00:18.870Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "45153bf6-9ee5-4da3-9e62-5067af08b490"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:18.870Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:18.870Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "45153bf6-9ee5-4da3-9e62-5067af08b490"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:18.870Z", "message": "[localhost] run: sudo mv /tmp/tmpQpZ_Mn /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:18.870Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "45153bf6-9ee5-4da3-9e62-5067af08b490"}, {"node_instance_id": "sprout_22q8t4", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:19.897Z", "message": "Executing: /tmp/V9VBQ/remove-cluster-node.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:19.897Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "77a8b2f8-2486-416e-8ea5-4486229f608f"}, {"node_instance_id": "sprout_22q8t4", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:19.897Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/V9VBQ/remove-cluster-node.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:19.897Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "77a8b2f8-2486-416e-8ea5-4486229f608f"}, {"node_instance_id": "sprout_22q8t4", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:19.897Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:19.897Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "77a8b2f8-2486-416e-8ea5-4486229f608f"}, {"node_instance_id": "dime_mkbnzw", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:21.670Z", "message": "Execution done (return_code=0): /tmp/48D4Q/remove-cluster-node.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:21.670Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "f17017c3-cf4c-4371-9284-ff4957d2b189"}, {"node_instance_id": "dime_mkbnzw", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:21.817Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:21.817Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:22.856Z", "message": "Stopping node", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:22.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:22.856Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:22.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}], "metadata": {"pagination": {"total": 162, "offset": 100, "size": 50}}} 2018-10-26 11:00:24,158 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:00:24,159 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:00:24 GMT 2018-10-26 11:00:24,159 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:00:24,159 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28020 2018-10-26 11:00:24,159 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:00:24,160 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-26 11:00:24,160 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-26 11:00:24,160 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-26 11:00:24,161 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-26 11:00:24,161 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-26 11:00:24,161 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-26 11:00:24,161 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-26 11:00:24,161 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-26 11:00:24,161 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-26 11:00:24,161 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-26 11:00:24,162 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-26 11:00:24,162 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-10-26 11:00:24,162 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/6H00Y/remove-cluster-node.sh 2018-10-26 11:00:24,162 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-10-26 11:00:24,162 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/48D4Q/remove-cluster-node.sh 2018-10-26 11:00:24,162 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/48D4Q/remove-cluster-node.sh 2018-10-26 11:00:24,162 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/6H00Y/remove-cluster-node.sh 2018-10-26 11:00:24,163 - 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-26 11:00:24,163 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-26 11:00:24,163 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-26 11:00:24,163 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-10-26 11:00:24,163 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/ZRFVA/remove-cluster-node.sh 2018-10-26 11:00:24,163 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-10-26 11:00:24,164 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/TWQXN/remove-cluster-node.sh 2018-10-26 11:00:24,164 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/TWQXN/remove-cluster-node.sh 2018-10-26 11:00:24,164 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/ZRFVA/remove-cluster-node.sh 2018-10-26 11:00:24,164 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/2P1WK/stop-sprout.sh 2018-10-26 11:00:24,164 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-10-26 11:00:24,164 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-10-26 11:00:24,164 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-10-26 11:00:24,165 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/TJT1P/bind.py 2018-10-26 11:00:24,165 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-26 11:00:24,165 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.209', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {}, u'vellum': {}, u'bono': {u'bono_l2dlea': {u'public_address': u'172.30.9.207', u'private_address': u'192.168.120.9', u'name': u'bono-l2dlea'}}}, 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.8', u'hss_hostname': u''}. 2018-10-26 11:00:24,165 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-10-26 11:00:24,165 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpKAka1c /etc/bind/db.clearwater.local 2018-10-26 11:00:24,165 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-10-26 11:00:24,165 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-26 11:00:24,166 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-26 11:00:24,166 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-26 11:00:24,166 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-26 11:00:24,166 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-10-26 11:00:24,166 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-10-26 11:00:24,166 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpQpZ_Mn /etc/bind/db.clearwater.opnfv 2018-10-26 11:00:24,166 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/V9VBQ/remove-cluster-node.sh 2018-10-26 11:00:24,167 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/V9VBQ/remove-cluster-node.sh 2018-10-26 11:00:24,167 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-10-26 11:00:24,167 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/48D4Q/remove-cluster-node.sh 2018-10-26 11:00:24,167 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-26 11:00:24,167 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-26 11:00:24,167 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-10-26 11:00:24,167 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/dfa4874c-7ce2-4700-abd9-36a5784af2da 2018-10-26 11:00:24,245 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:00:24,245 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:00:24,245 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:00:24,246 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:00:24,246 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:00:24,246 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:00:24,246 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:00:24,246 - 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-26T11:00:08.099Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"} 2018-10-26 11:00:24,246 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:00:24,246 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:00:24 GMT 2018-10-26 11:00:24,246 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:00:24,246 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-26 11:00:24,246 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:00:29,252 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 11:00:29,411 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:00:29,412 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:00:29,412 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:00:29,412 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:00:29,412 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:00:29,412 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:00:29,412 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:00:29,412 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_ytakkd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:22.856Z", "message": "Stopping node", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:22.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "homer_5geog5", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:24.509Z", "message": "Execution done (return_code=0): /tmp/6H00Y/remove-cluster-node.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:24.509Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "42b832fa-44db-462e-98d5-05db20619f36"}, {"node_instance_id": "homer_5geog5", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:24.611Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:24.611Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "ellis_xf14gm", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:24.870Z", "message": "Task failed 'script_runner.tasks.run'", "node_name": "ellis", "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/ellis_host_gh9gv2/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_gh9gv2/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_gh9gv2/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-26T11:00:24.870Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "ellis_xf14gm", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:24.915Z", "message": "Execution done (return_code=2): /tmp/TWQXN/remove-cluster-node.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:24.915Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "194ead2a-1e56-4072-9cd4-73f5c445ef41"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:25.881Z", "message": "Stopping node", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:25.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:25.881Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:25.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:25.881Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:25.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:25.881Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:25.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:25.881Z", "message": "Stopping node", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:25.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:25.881Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:25.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:26.887Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:26.887Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:26.887Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:26.887Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:27.930Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:27.930Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:27.930Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:27.930Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:27.930Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:27.930Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:27.930Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:27.930Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:27.930Z", "message": "Stopping agent", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:27.930Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:27.930Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:27.930Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:27.930Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:27.930Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:27.930Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:27.930Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:28.357Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:28.357Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "b9fb79a0-0bf4-4ada-850f-2fdeba70419b"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:28.931Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:28.931Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "b9fb79a0-0bf4-4ada-850f-2fdeba70419b"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:28.931Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:28.931Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "b9fb79a0-0bf4-4ada-850f-2fdeba70419b"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:28.931Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:28.931Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "b9fb79a0-0bf4-4ada-850f-2fdeba70419b"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:28.931Z", "message": "Stopping Agent dime_host_ytakkd", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:28.931Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "b9fb79a0-0bf4-4ada-850f-2fdeba70419b"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:28.931Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:28.931Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "b9fb79a0-0bf4-4ada-850f-2fdeba70419b"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:28.931Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:28.931Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "b9fb79a0-0bf4-4ada-850f-2fdeba70419b"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:28.931Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:28.931Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "b9fb79a0-0bf4-4ada-850f-2fdeba70419b"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:28.931Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:28.931Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "b9fb79a0-0bf4-4ada-850f-2fdeba70419b"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:28.931Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:28.931Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "b9fb79a0-0bf4-4ada-850f-2fdeba70419b"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:28.937Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:28.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:28.937Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:28.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:28.937Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:28.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:28.937Z", "message": "Stopping agent", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:28.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}], "metadata": {"pagination": {"total": 196, "offset": 150, "size": 50}}} 2018-10-26 11:00:29,413 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:00:29,413 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:00:29 GMT 2018-10-26 11:00:29,413 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:00:29,413 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 19002 2018-10-26 11:00:29,413 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:00:29,414 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-26 11:00:29,414 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/6H00Y/remove-cluster-node.sh 2018-10-26 11:00:29,414 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-26 11:00:29,414 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' 2018-10-26 11:00:29,415 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=2): /tmp/TWQXN/remove-cluster-node.sh 2018-10-26 11:00:29,415 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-26 11:00:29,415 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-10-26 11:00:29,415 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-10-26 11:00:29,415 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-10-26 11:00:29,415 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-26 11:00:29,416 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-10-26 11:00:29,416 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-10-26 11:00:29,416 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-10-26 11:00:29,416 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-10-26 11:00:29,416 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-10-26 11:00:29,416 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-10-26 11:00:29,417 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-10-26 11:00:29,417 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-10-26 11:00:29,417 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-10-26 11:00:29,417 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-10-26 11:00:29,417 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-10-26 11:00:29,417 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:29,418 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:29,418 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:29,418 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:29,418 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent dime_host_ytakkd 2018-10-26 11:00:29,418 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:29,418 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:29,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:29,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:29,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:29,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-10-26 11:00:29,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-10-26 11:00:29,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-10-26 11:00:29,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-10-26 11:00:29,420 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/dfa4874c-7ce2-4700-abd9-36a5784af2da 2018-10-26 11:00:29,509 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:00:29,509 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:00:29,509 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:00:29,509 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:00:29,509 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:00:29,509 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:00:29,509 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:00:29,510 - 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-26T11:00:08.099Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"} 2018-10-26 11:00:29,510 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:00:29,510 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:00:29 GMT 2018-10-26 11:00:29,510 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:00:29,510 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-26 11:00:29,510 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:00:34,515 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 11:00:34,637 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:00:34,637 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:00:34,637 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:00:34,637 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:00:34,637 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:00:34,638 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:00:34,638 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:00:34,638 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:29.941Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:29.941Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "429558a4-a329-4bf9-a260-30f3e95aeefa"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:29.941Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:29.941Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "429558a4-a329-4bf9-a260-30f3e95aeefa"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:29.941Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:29.941Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "429558a4-a329-4bf9-a260-30f3e95aeefa"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:29.941Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:29.941Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "429558a4-a329-4bf9-a260-30f3e95aeefa"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:29.941Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:29.941Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "429558a4-a329-4bf9-a260-30f3e95aeefa"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:29.941Z", "message": "Stopping Agent ellis_host_gh9gv2", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:29.941Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "429558a4-a329-4bf9-a260-30f3e95aeefa"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:29.941Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:29.941Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "429558a4-a329-4bf9-a260-30f3e95aeefa"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:29.941Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:29.941Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "429558a4-a329-4bf9-a260-30f3e95aeefa"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:29.941Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:29.941Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "429558a4-a329-4bf9-a260-30f3e95aeefa"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:29.941Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:29.941Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "429558a4-a329-4bf9-a260-30f3e95aeefa"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:30.501Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:30.501Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:30.952Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:30.952Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:30.952Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:30.952Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:31.935Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:31.935Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "932e94bd-2394-49bf-9bb9-9e7eb5965150"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:31.957Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:31.957Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "932e94bd-2394-49bf-9bb9-9e7eb5965150"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:31.958Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:31.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:31.958Z", "message": "Stopping agent", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:31.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:31.958Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:31.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:31.958Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:31.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:32.967Z", "message": "Stopping daemon with command: sudo service celeryd-dime_host_ytakkd stop", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:32.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "b9fb79a0-0bf4-4ada-850f-2fdeba70419b"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:32.967Z", "message": "Stopping Agent homer_host_7hwq87", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:32.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "932e94bd-2394-49bf-9bb9-9e7eb5965150"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:32.967Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:32.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "932e94bd-2394-49bf-9bb9-9e7eb5965150"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:32.967Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:32.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "932e94bd-2394-49bf-9bb9-9e7eb5965150"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:32.967Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:32.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "932e94bd-2394-49bf-9bb9-9e7eb5965150"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:32.967Z", "message": "Stopping...", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:32.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "b9fb79a0-0bf4-4ada-850f-2fdeba70419b"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:32.967Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:32.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "932e94bd-2394-49bf-9bb9-9e7eb5965150"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:32.967Z", "message": "Successfully stopped daemon: dime_host_ytakkd\u001b[0m", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:32.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "b9fb79a0-0bf4-4ada-850f-2fdeba70419b"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:32.967Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:32.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "932e94bd-2394-49bf-9bb9-9e7eb5965150"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:32.967Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:32.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "932e94bd-2394-49bf-9bb9-9e7eb5965150"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:32.967Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:32.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "932e94bd-2394-49bf-9bb9-9e7eb5965150"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:33.169Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:33.169Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:33.978Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:33.978Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:33.978Z", "message": "Deleting agent", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:33.978Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:33.978Z", "message": "Deleting agent", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:33.978Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:33.978Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:33.978Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:33.978Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:33.978Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:34.091Z", "message": "Successfully stopped daemon: ellis_host_gh9gv2\u001b[0m", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:34.091Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "429558a4-a329-4bf9-a260-30f3e95aeefa"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:34.091Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:34.091Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "c0e0c1df-398c-429a-9a17-c1069695e11f"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:34.091Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:34.091Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "c0e0c1df-398c-429a-9a17-c1069695e11f"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:34.091Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:34.091Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "c0e0c1df-398c-429a-9a17-c1069695e11f"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:34.091Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:34.091Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "c0e0c1df-398c-429a-9a17-c1069695e11f"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:34.091Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:34.091Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "c0e0c1df-398c-429a-9a17-c1069695e11f"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:34.091Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:34.091Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "c0e0c1df-398c-429a-9a17-c1069695e11f"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:34.091Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:34.091Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "c0e0c1df-398c-429a-9a17-c1069695e11f"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:34.091Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:34.091Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "c0e0c1df-398c-429a-9a17-c1069695e11f"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:34.091Z", "message": "Deleting Agent dime_host_ytakkd", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:34.091Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "c0e0c1df-398c-429a-9a17-c1069695e11f"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:34.091Z", "message": "Stopping daemon with command: sudo service celeryd-ellis_host_gh9gv2 stop", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:34.091Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "429558a4-a329-4bf9-a260-30f3e95aeefa"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:34.091Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:34.091Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "c0e0c1df-398c-429a-9a17-c1069695e11f"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:34.091Z", "message": "Stopping...", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:34.091Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "429558a4-a329-4bf9-a260-30f3e95aeefa"}], "metadata": {"pagination": {"total": 245, "offset": 185, "size": 50}}} 2018-10-26 11:00:34,638 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:00:34,638 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:00:34 GMT 2018-10-26 11:00:34,638 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:00:34,638 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26492 2018-10-26 11:00:34,638 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:00:34,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:34,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:34,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:34,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:34,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:34,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent ellis_host_gh9gv2 2018-10-26 11:00:34,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:34,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:34,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:34,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:34,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-10-26 11:00:34,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-10-26 11:00:34,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-10-26 11:00:34,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:34,642 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:34,642 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-10-26 11:00:34,642 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-10-26 11:00:34,642 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-10-26 11:00:34,642 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-10-26 11:00:34,642 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-dime_host_ytakkd stop 2018-10-26 11:00:34,642 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent homer_host_7hwq87 2018-10-26 11:00:34,643 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:34,643 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:34,643 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:34,643 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-10-26 11:00:34,643 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:34,643 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: dime_host_ytakkd 2018-10-26 11:00:34,644 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:34,644 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:34,644 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:34,644 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-10-26 11:00:34,644 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-10-26 11:00:34,644 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-10-26 11:00:34,644 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-10-26 11:00:34,645 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-10-26 11:00:34,645 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-10-26 11:00:34,645 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: ellis_host_gh9gv2 2018-10-26 11:00:34,645 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:34,645 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:34,645 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:34,646 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:34,646 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:34,646 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:34,646 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:34,646 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:34,646 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent dime_host_ytakkd 2018-10-26 11:00:34,646 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-ellis_host_gh9gv2 stop 2018-10-26 11:00:34,647 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:34,647 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-10-26 11:00:34,647 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/dfa4874c-7ce2-4700-abd9-36a5784af2da 2018-10-26 11:00:34,808 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:00:34,808 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:00:34,808 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:00:34,808 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:00:34,809 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:00:34,809 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:00:34,809 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:00:34,809 - 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-26T11:00:08.099Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"} 2018-10-26 11:00:34,809 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:00:34,809 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:00:34 GMT 2018-10-26 11:00:34,809 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:00:34,809 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-26 11:00:34,809 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:00:39,815 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 11:00:40,074 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:00:40,075 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:00:40,075 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:00:40,075 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:00:40,075 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:00:40,075 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:00:40,075 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:00:40,075 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_gh9gv2", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:34.987Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:34.987Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:34.987Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:34.987Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:35.101Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:35.101Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "64c50f8e-84d9-411a-9159-cfa32437aacf"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:35.101Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:35.101Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "64c50f8e-84d9-411a-9159-cfa32437aacf"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:35.101Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:35.101Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "64c50f8e-84d9-411a-9159-cfa32437aacf"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:35.101Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:35.101Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "64c50f8e-84d9-411a-9159-cfa32437aacf"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:35.101Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:35.101Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "64c50f8e-84d9-411a-9159-cfa32437aacf"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:35.101Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:35.101Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "64c50f8e-84d9-411a-9159-cfa32437aacf"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:35.101Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:35.101Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "64c50f8e-84d9-411a-9159-cfa32437aacf"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:35.101Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:35.101Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "64c50f8e-84d9-411a-9159-cfa32437aacf"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:35.101Z", "message": "Deleting Agent ellis_host_gh9gv2", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:35.101Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "64c50f8e-84d9-411a-9159-cfa32437aacf"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:35.101Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:35.101Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "64c50f8e-84d9-411a-9159-cfa32437aacf"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:36.108Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:36.108Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "c0e0c1df-398c-429a-9a17-c1069695e11f"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:36.108Z", "message": "Successfully deleted daemon: dime_host_ytakkd", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:36.108Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "c0e0c1df-398c-429a-9a17-c1069695e11f"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:36.108Z", "message": "Deleting...", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:36.108Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "c0e0c1df-398c-429a-9a17-c1069695e11f"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:36.382Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:36.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:37.001Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:37.001Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:37.001Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:37.001Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:37.001Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:37.001Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:37.001Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:37.001Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:37.001Z", "message": "Deleting agent", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:37.001Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:37.135Z", "message": "Successfully stopped daemon: homer_host_7hwq87\u001b[0m", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:37.135Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "932e94bd-2394-49bf-9bb9-9e7eb5965150"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:37.135Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:37.135Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "64c50f8e-84d9-411a-9159-cfa32437aacf"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:37.135Z", "message": "Deleting...", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:37.135Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "64c50f8e-84d9-411a-9159-cfa32437aacf"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:37.135Z", "message": "Successfully deleted daemon: ellis_host_gh9gv2", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:37.135Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "64c50f8e-84d9-411a-9159-cfa32437aacf"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:37.135Z", "message": "Stopping...", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:37.135Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "932e94bd-2394-49bf-9bb9-9e7eb5965150"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:37.135Z", "message": "Stopping daemon with command: sudo service celeryd-homer_host_7hwq87 stop", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:37.135Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "932e94bd-2394-49bf-9bb9-9e7eb5965150"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:38.074Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:38.074Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:38.074Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:38.074Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:38.074Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:38.074Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:38.074Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:38.074Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:38.225Z", "message": "Deleting Agent homer_host_7hwq87", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:38.225Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "adcaaba9-cbb3-4cd6-ba62-588608fc671d"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:38.225Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:38.225Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "adcaaba9-cbb3-4cd6-ba62-588608fc671d"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:38.225Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:38.225Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "adcaaba9-cbb3-4cd6-ba62-588608fc671d"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:38.225Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:38.225Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "adcaaba9-cbb3-4cd6-ba62-588608fc671d"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:38.225Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:38.225Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "adcaaba9-cbb3-4cd6-ba62-588608fc671d"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:38.225Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:38.225Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "adcaaba9-cbb3-4cd6-ba62-588608fc671d"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:38.225Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:38.225Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "adcaaba9-cbb3-4cd6-ba62-588608fc671d"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:38.225Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:38.225Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "adcaaba9-cbb3-4cd6-ba62-588608fc671d"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:38.225Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:38.225Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "adcaaba9-cbb3-4cd6-ba62-588608fc671d"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:38.225Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:38.225Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "adcaaba9-cbb3-4cd6-ba62-588608fc671d"}, {"node_instance_id": "sprout_22q8t4", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:39.100Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:39.100Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "sprout_22q8t4", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:39.242Z", "message": "Execution done (return_code=0): /tmp/V9VBQ/remove-cluster-node.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:39.242Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "77a8b2f8-2486-416e-8ea5-4486229f608f"}], "metadata": {"pagination": {"total": 288, "offset": 234, "size": 50}}} 2018-10-26 11:00:40,075 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:00:40,075 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:00:40 GMT 2018-10-26 11:00:40,076 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:00:40,076 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 23187 2018-10-26 11:00:40,076 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:00:40,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-10-26 11:00:40,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-10-26 11:00:40,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:40,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:40,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:40,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:40,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:40,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:40,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:40,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:40,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent ellis_host_gh9gv2 2018-10-26 11:00:40,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:40,079 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-10-26 11:00:40,079 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: dime_host_ytakkd 2018-10-26 11:00:40,079 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-10-26 11:00:40,079 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-10-26 11:00:40,079 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-10-26 11:00:40,079 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-10-26 11:00:40,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-10-26 11:00:40,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-10-26 11:00:40,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-10-26 11:00:40,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: homer_host_7hwq87 2018-10-26 11:00:40,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-10-26 11:00:40,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-10-26 11:00:40,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: ellis_host_gh9gv2 2018-10-26 11:00:40,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-10-26 11:00:40,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-homer_host_7hwq87 stop 2018-10-26 11:00:40,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-10-26 11:00:40,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-10-26 11:00:40,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-10-26 11:00:40,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-10-26 11:00:40,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent homer_host_7hwq87 2018-10-26 11:00:40,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:40,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:40,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:40,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:40,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:40,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:40,083 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:40,083 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:40,083 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:40,083 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-26 11:00:40,083 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/V9VBQ/remove-cluster-node.sh 2018-10-26 11:00:40,083 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/dfa4874c-7ce2-4700-abd9-36a5784af2da 2018-10-26 11:00:40,716 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:00:40,717 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:00:40,717 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:00:40,717 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:00:40,717 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:00:40,717 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:00:40,717 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:00:40,717 - 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-26T11:00:08.099Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"} 2018-10-26 11:00:40,717 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:00:40,718 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:00:40 GMT 2018-10-26 11:00:40,718 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:00:40,718 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-26 11:00:40,718 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:00:45,723 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 11:00:46,227 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:00:46,227 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:00:46,227 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:00:46,227 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:00:46,227 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:00:46,228 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:00:46,228 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:00:46,228 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_ytakkd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:40.151Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:40.151Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:40.151Z", "message": "Stopping node", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:40.151Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:40.151Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:40.151Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:40.151Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:40.151Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:40.297Z", "message": "Successfully deleted daemon: homer_host_7hwq87", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:40.297Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "adcaaba9-cbb3-4cd6-ba62-588608fc671d"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:40.297Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:40.297Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "adcaaba9-cbb3-4cd6-ba62-588608fc671d"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:40.297Z", "message": "Deleting...", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:40.297Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "adcaaba9-cbb3-4cd6-ba62-588608fc671d"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:41.610Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:41.610Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:41.610Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:41.610Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:41.610Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:41.610Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:41.610Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:41.610Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:41.610Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:41.610Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:41.610Z", "message": "Task started 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:41.610Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:41.610Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:41.610Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:41.610Z", "message": "Sending task 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:41.610Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:44.190Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:44.190Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:45.432Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:45.432Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:45.432Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:45.432Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:45.432Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:45.432Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:45.432Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:45.432Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:45.432Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:45.432Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:45.432Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:45.432Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:45.641Z", "message": "Stopping agent", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:45.641Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:45.641Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:45.641Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:45.641Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:45.641Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}], "metadata": {"pagination": {"total": 313, "offset": 277, "size": 50}}} 2018-10-26 11:00:46,228 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:00:46,228 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:00:46 GMT 2018-10-26 11:00:46,228 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:00:46,228 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 12840 2018-10-26 11:00:46,228 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:00:46,229 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-10-26 11:00:46,229 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-26 11:00:46,229 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-10-26 11:00:46,229 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-10-26 11:00:46,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: homer_host_7hwq87 2018-10-26 11:00:46,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-10-26 11:00:46,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-10-26 11:00:46,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-10-26 11:00:46,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-10-26 11:00:46,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-10-26 11:00:46,231 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-10-26 11:00:46,231 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-10-26 11:00:46,231 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-10-26 11:00:46,231 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-10-26 11:00:46,231 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-10-26 11:00:46,231 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-10-26 11:00:46,231 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-10-26 11:00:46,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-10-26 11:00:46,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-10-26 11:00:46,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-10-26 11:00:46,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-10-26 11:00:46,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-10-26 11:00:46,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-10-26 11:00:46,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-10-26 11:00:46,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-10-26 11:00:46,233 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/dfa4874c-7ce2-4700-abd9-36a5784af2da 2018-10-26 11:00:46,372 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:00:46,373 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:00:46,373 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:00:46,373 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:00:46,373 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:00:46,373 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:00:46,373 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:00:46,373 - 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-26T11:00:08.099Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"} 2018-10-26 11:00:46,373 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:00:46,373 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:00:46 GMT 2018-10-26 11:00:46,374 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:00:46,374 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-26 11:00:46,374 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:00:51,379 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 11:00:51,625 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:00:51,626 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:00:51,626 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:00:51,626 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:00:51,626 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:00:51,626 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:00:51,626 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:00:51,626 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:46.502Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:46.502Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "9d0ecc48-c76f-487f-9db6-706c0bf421ea"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:46.611Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:46.611Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "9d0ecc48-c76f-487f-9db6-706c0bf421ea"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:46.611Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:46.611Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "9d0ecc48-c76f-487f-9db6-706c0bf421ea"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:46.611Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:46.611Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "9d0ecc48-c76f-487f-9db6-706c0bf421ea"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:46.611Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:46.611Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "9d0ecc48-c76f-487f-9db6-706c0bf421ea"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:46.611Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:46.611Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "9d0ecc48-c76f-487f-9db6-706c0bf421ea"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:46.611Z", "message": "Stopping Agent sprout_host_0j626u", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:46.611Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "9d0ecc48-c76f-487f-9db6-706c0bf421ea"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:46.611Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:46.611Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "9d0ecc48-c76f-487f-9db6-706c0bf421ea"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:46.611Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:46.611Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "9d0ecc48-c76f-487f-9db6-706c0bf421ea"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:46.611Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:46.611Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "9d0ecc48-c76f-487f-9db6-706c0bf421ea"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:47.137Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:47.137Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:47.137Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:47.137Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:47.137Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:47.137Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:48.155Z", "message": "Task succeeded 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:48.155Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:48.155Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:48.155Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:48.155Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:48.155Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:50.517Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:50.517Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:51.070Z", "message": "Stopping...", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:51.070Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "9d0ecc48-c76f-487f-9db6-706c0bf421ea"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:51.168Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:51.168Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:51.168Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:51.168Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}], "metadata": {"pagination": {"total": 333, "offset": 302, "size": 50}}} 2018-10-26 11:00:51,626 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:00:51,627 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:00:51 GMT 2018-10-26 11:00:51,627 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:00:51,627 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 10765 2018-10-26 11:00:51,627 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:00:51,627 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:51,628 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:51,628 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:51,628 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:51,628 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:51,628 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:51,628 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent sprout_host_0j626u 2018-10-26 11:00:51,629 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:51,629 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:51,629 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:51,629 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-10-26 11:00:51,629 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-10-26 11:00:51,629 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-10-26 11:00:51,630 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-10-26 11:00:51,630 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-10-26 11:00:51,630 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-10-26 11:00:51,630 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-10-26 11:00:51,630 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-10-26 11:00:51,630 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-10-26 11:00:51,631 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-10-26 11:00:51,631 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/dfa4874c-7ce2-4700-abd9-36a5784af2da 2018-10-26 11:00:51,726 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:00:51,726 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:00:51,727 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:00:51,727 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:00:51,727 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:00:51,727 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:00:51,727 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:00:51,727 - 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-26T11:00:08.099Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"} 2018-10-26 11:00:51,727 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:00:51,727 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:00:51 GMT 2018-10-26 11:00:51,727 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:00:51,728 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-26 11:00:51,728 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:00:56,733 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 11:00:57,046 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:00:57,046 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:00:57,046 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:00:57,047 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:00:57,047 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:00:57,047 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:00:57,047 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:00:57,047 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:51.624Z", "message": "Successfully stopped daemon: sprout_host_0j626u\u001b[0m", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:51.624Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "9d0ecc48-c76f-487f-9db6-706c0bf421ea"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:51.624Z", "message": "Stopping daemon with command: sudo service celeryd-sprout_host_0j626u stop", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:51.624Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "9d0ecc48-c76f-487f-9db6-706c0bf421ea"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:52.184Z", "message": "Deleting node", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:52.184Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:52.184Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:52.184Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:52.184Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:52.184Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:52.184Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:52.184Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:52.184Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:52.184Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:52.184Z", "message": "Deleting agent", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:52.184Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:52.184Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:52.184Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:52.184Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:52.184Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:52.678Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:52.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "980e8a4d-683e-4cc3-8feb-c0fff92ecc1e"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:52.678Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:52.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "980e8a4d-683e-4cc3-8feb-c0fff92ecc1e"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:52.678Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:52.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "980e8a4d-683e-4cc3-8feb-c0fff92ecc1e"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:52.678Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:52.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "980e8a4d-683e-4cc3-8feb-c0fff92ecc1e"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:52.678Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:52.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "980e8a4d-683e-4cc3-8feb-c0fff92ecc1e"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:52.678Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:52.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "980e8a4d-683e-4cc3-8feb-c0fff92ecc1e"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:52.678Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:52.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "980e8a4d-683e-4cc3-8feb-c0fff92ecc1e"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:52.678Z", "message": "Deleting Agent sprout_host_0j626u", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:52.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "980e8a4d-683e-4cc3-8feb-c0fff92ecc1e"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:52.678Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:52.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "980e8a4d-683e-4cc3-8feb-c0fff92ecc1e"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:52.678Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:52.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "980e8a4d-683e-4cc3-8feb-c0fff92ecc1e"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:53.217Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:53.217Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:53.217Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:53.217Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:53.217Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:53.217Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:53.696Z", "message": "deleting server", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:53.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "6cdac37a-864b-464c-a719-d68adbfc23c6"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:54.726Z", "message": "Successfully deleted daemon: sprout_host_0j626u", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:54.726Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "980e8a4d-683e-4cc3-8feb-c0fff92ecc1e"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:54.726Z", "message": "Deleting...", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:54.726Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "980e8a4d-683e-4cc3-8feb-c0fff92ecc1e"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:54.726Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:54.726Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "980e8a4d-683e-4cc3-8feb-c0fff92ecc1e"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:54.786Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:54.786Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:55.226Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:55.226Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:55.226Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:55.226Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "dime_host_ytakkd", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:55.749Z", "message": "Waiting for server \"8b29150f-a6cc-462b-8f0d-e2c6dc2e34be\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:55.749Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "6cdac37a-864b-464c-a719-d68adbfc23c6"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:56.248Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:56.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}], "metadata": {"pagination": {"total": 365, "offset": 322, "size": 50}}} 2018-10-26 11:00:57,047 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:00:57,047 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:00:57 GMT 2018-10-26 11:00:57,047 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:00:57,047 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 17097 2018-10-26 11:00:57,048 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:00:57,048 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: sprout_host_0j626u 2018-10-26 11:00:57,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-sprout_host_0j626u stop 2018-10-26 11:00:57,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-26 11:00:57,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-10-26 11:00:57,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-10-26 11:00:57,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-10-26 11:00:57,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-10-26 11:00:57,050 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-10-26 11:00:57,050 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-10-26 11:00:57,050 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-10-26 11:00:57,050 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:57,050 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:57,050 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:57,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:57,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:57,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:57,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:57,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent sprout_host_0j626u 2018-10-26 11:00:57,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:57,051 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:00:57,052 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-10-26 11:00:57,052 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-10-26 11:00:57,052 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-10-26 11:00:57,052 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-10-26 11:00:57,052 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: sprout_host_0j626u 2018-10-26 11:00:57,052 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-10-26 11:00:57,053 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-10-26 11:00:57,053 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-10-26 11:00:57,053 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-10-26 11:00:57,053 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-10-26 11:00:57,053 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "8b29150f-a6cc-462b-8f0d-e2c6dc2e34be" to be deleted. current status: SHUTOFF 2018-10-26 11:00:57,053 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-10-26 11:00:57,054 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/dfa4874c-7ce2-4700-abd9-36a5784af2da 2018-10-26 11:00:57,131 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:00:57,131 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:00:57,132 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:00:57,132 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:00:57,132 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:00:57,132 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:00:57,132 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:00:57,132 - 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-26T11:00:08.099Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"} 2018-10-26 11:00:57,132 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:00:57,132 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:00:57 GMT 2018-10-26 11:00:57,132 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:00:57,132 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-26 11:00:57,133 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:01:02,134 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 11:01:02,454 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:01:02,455 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:01:02,455 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:01:02,455 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:01:02,455 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:01:02,455 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:01:02,455 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:01:02,455 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_7hwq87", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:57.262Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:57.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:57.262Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:57.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:57.262Z", "message": "Deleting node", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:57.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:57.322Z", "message": "deleting server", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:57.322Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "d8e23281-e22c-427c-b8fc-503bae8351ad"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:58.321Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:58.321Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:58.321Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:58.321Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:58.321Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:58.321Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:59.331Z", "message": "Deleting node", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:59.331Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:59.331Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:59.331Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:59.331Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:59.331Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:59.331Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:59.331Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "homer_host_7hwq87", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:00:59.490Z", "message": "Waiting for server \"3441ca68-fd41-4536-bc44-694acc17ca5d\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:00:59.490Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "d8e23281-e22c-427c-b8fc-503bae8351ad"}, {"node_instance_id": "dime_security_group_mqrk2d", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:01:00.413Z", "message": "Stopping node", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:01:00.413Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "dime_host_ytakkd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:01:00.413Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:01:00.413Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:01:00.774Z", "message": "deleting server", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:01:00.774Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "dc6f7345-1cf5-4780-a9f5-c1822926b02e"}, {"node_instance_id": "dime_security_group_mqrk2d", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:01:01.430Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:01:01.430Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "dime_security_group_mqrk2d", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:01:01.430Z", "message": "Deleting node", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:01:01.430Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "dime_security_group_mqrk2d", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:01:01.430Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:01:01.430Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "ellis_host_gh9gv2", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:01:01.958Z", "message": "Waiting for server \"3b9904f1-3adb-48bb-8667-cbf19ec5801a\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:01:01.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "dc6f7345-1cf5-4780-a9f5-c1822926b02e"}], "metadata": {"pagination": {"total": 384, "offset": 354, "size": 50}}} 2018-10-26 11:01:02,456 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:01:02,456 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:01:02 GMT 2018-10-26 11:01:02,456 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:01:02,456 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9779 2018-10-26 11:01:02,456 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:01:02,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-10-26 11:01:02,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-10-26 11:01:02,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-26 11:01:02,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-10-26 11:01:02,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-10-26 11:01:02,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-10-26 11:01:02,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-10-26 11:01:02,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-26 11:01:02,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-10-26 11:01:02,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-10-26 11:01:02,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-10-26 11:01:02,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "3441ca68-fd41-4536-bc44-694acc17ca5d" to be deleted. current status: SHUTOFF 2018-10-26 11:01:02,459 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-26 11:01:02,459 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-10-26 11:01:02,459 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-10-26 11:01:02,459 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-10-26 11:01:02,459 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-26 11:01:02,459 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-10-26 11:01:02,460 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "3b9904f1-3adb-48bb-8667-cbf19ec5801a" to be deleted. current status: SHUTOFF 2018-10-26 11:01:02,460 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/dfa4874c-7ce2-4700-abd9-36a5784af2da 2018-10-26 11:01:02,551 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:01:02,551 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:01:02,551 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:01:02,551 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:01:02,552 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:01:02,552 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:01:02,552 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:01:02,552 - 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-26T11:00:08.099Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"} 2018-10-26 11:01:02,552 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:01:02,552 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:01:02 GMT 2018-10-26 11:01:02,552 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:01:02,552 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-26 11:01:02,552 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:01:07,558 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 11:01:07,636 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:01:07,637 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:01:07,637 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:01:07,637 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:01:07,637 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:01:07,637 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:01:07,637 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:01:07,637 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_security_group_mqrk2d", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:01:02.789Z", "message": "deleting security_group", "level": "info", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:01:02.789Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "1f14316e-9833-4323-ad1c-47ad89923acb"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:01:03.708Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:01:03.708Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:01:04.450Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:01:04.450Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "dime_security_group_mqrk2d", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:01:04.450Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:01:04.450Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:01:04.450Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:01:04.450Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "homer_host_7hwq87", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:01:05.462Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:01:05.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "homer_security_group_s86e9e", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:01:05.462Z", "message": "Stopping node", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:01:05.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "homer_security_group_s86e9e", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:01:06.736Z", "message": "Deleting node", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:01:06.736Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "homer_security_group_s86e9e", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:01:07.479Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:01:07.479Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "ellis_host_gh9gv2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:01:07.479Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:01:07.479Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "homer_security_group_s86e9e", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:01:07.479Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:01:07.479Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "homer_security_group_s86e9e", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:01:07.533Z", "message": "deleting security_group", "level": "info", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:01:07.533Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "dc70f415-7749-4678-9859-962f2911a4f8"}], "metadata": {"pagination": {"total": 396, "offset": 373, "size": 50}}} 2018-10-26 11:01:07,637 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:01:07,637 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:01:07 GMT 2018-10-26 11:01:07,638 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:01:07,638 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6270 2018-10-26 11:01:07,638 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:01:07,638 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-10-26 11:01:07,638 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-10-26 11:01:07,638 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-10-26 11:01:07,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-10-26 11:01:07,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-10-26 11:01:07,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-10-26 11:01:07,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-26 11:01:07,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-26 11:01:07,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-10-26 11:01:07,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-10-26 11:01:07,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-10-26 11:01:07,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-10-26 11:01:07,640 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/dfa4874c-7ce2-4700-abd9-36a5784af2da 2018-10-26 11:01:07,722 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:01:07,723 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:01:07,723 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:01:07,723 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:01:07,723 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:01:07,723 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:01:07,723 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:01:07,723 - 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-26T11:00:08.099Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"} 2018-10-26 11:01:07,723 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:01:07,723 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:01:07 GMT 2018-10-26 11:01:07,724 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:01:07,724 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-26 11:01:07,724 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:01:12,729 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 11:01:12,800 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:01:12,800 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:01:12,800 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:01:12,800 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:01:12,801 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:01:12,801 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:01:12,801 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:01:12,801 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_security_group_s86e9e", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:01:08.504Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:01:08.504Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "ellis_floatingip_goi6t6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:01:08.504Z", "message": "Stopping node", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:01:08.504Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "ellis_security_group_sksm6h", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:01:08.504Z", "message": "Stopping node", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:01:08.504Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "ellis_security_group_sksm6h", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:01:09.502Z", "message": "deleting security_group", "level": "info", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:01:09.502Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "85f01e56-cd4d-418d-a216-e7b68339d8ec"}, {"node_instance_id": "ellis_security_group_sksm6h", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:01:09.619Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:01:09.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:01:09.619Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:01:09.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "ellis_floatingip_goi6t6", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:01:09.619Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:01:09.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "ellis_security_group_sksm6h", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:01:09.619Z", "message": "Deleting node", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:01:09.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "ellis_security_group_sksm6h", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:01:09.619Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:01:09.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:01:09.619Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:01:09.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "ellis_floatingip_goi6t6", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:01:09.619Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:01:09.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:01:09.619Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:01:09.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "ellis_floatingip_goi6t6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:01:09.619Z", "message": "Deleting node", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:01:09.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "ellis_security_group_sksm6h", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:01:10.646Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:01:10.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "ellis_floatingip_goi6t6", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:01:11.355Z", "message": "deleting floatingip", "level": "info", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:01:11.355Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "06f2f190-bda0-4b9d-b512-450eb99b1b7c"}, {"node_instance_id": "ellis_floatingip_goi6t6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:01:11.760Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:01:11.760Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}], "metadata": {"pagination": {"total": 412, "offset": 385, "size": 50}}} 2018-10-26 11:01:12,801 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:01:12,801 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:01:12 GMT 2018-10-26 11:01:12,801 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:01:12,801 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8282 2018-10-26 11:01:12,801 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:01:12,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-10-26 11:01:12,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-26 11:01:12,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-26 11:01:12,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-10-26 11:01:12,803 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-10-26 11:01:12,803 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-10-26 11:01:12,803 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-10-26 11:01:12,803 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-26 11:01:12,803 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-10-26 11:01:12,803 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-10-26 11:01:12,804 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-10-26 11:01:12,804 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-10-26 11:01:12,804 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-26 11:01:12,804 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-10-26 11:01:12,804 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting floatingip 2018-10-26 11:01:12,804 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-10-26 11:01:12,805 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/dfa4874c-7ce2-4700-abd9-36a5784af2da 2018-10-26 11:01:12,866 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:01:12,867 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:01:12,867 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:01:12,867 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:01:12,867 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:01:12,867 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:01:12,867 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:01:12,867 - 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-26T11:00:08.099Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"} 2018-10-26 11:01:12,867 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:01:12,867 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:01:12 GMT 2018-10-26 11:01:12,868 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:01:12,868 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-26 11:01:12,868 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:01:17,873 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 11:01:17,947 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:01:17,947 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:01:17,947 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:01:17,947 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:01:17,948 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:01:17,948 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:01:17,948 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:01:17,948 - 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-26T11:01:15.225Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:01:15.225Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:01:15.768Z", "message": "Deleting node", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:01:15.768Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:01:16.560Z", "message": "deleting server", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:01:16.560Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "27b4f495-8fd0-496c-859d-ce4c727b07e4"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:01:16.779Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:01:16.779Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "sprout_host_0j626u", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:01:16.779Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:01:16.779Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}], "metadata": {"pagination": {"total": 417, "offset": 401, "size": 50}}} 2018-10-26 11:01:17,948 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:01:17,948 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:01:17 GMT 2018-10-26 11:01:17,948 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:01:17,948 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2579 2018-10-26 11:01:17,948 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:01:17,949 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-10-26 11:01:17,949 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-26 11:01:17,949 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-10-26 11:01:17,949 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-10-26 11:01:17,949 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-10-26 11:01:17,950 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/dfa4874c-7ce2-4700-abd9-36a5784af2da 2018-10-26 11:01:18,033 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:01:18,033 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:01:18,034 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:01:18,034 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:01:18,034 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:01:18,034 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:01:18,034 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:01:18,034 - 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-26T11:00:08.099Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"} 2018-10-26 11:01:18,034 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:01:18,034 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:01:18 GMT 2018-10-26 11:01:18,034 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:01:18,034 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-26 11:01:18,035 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:01:23,040 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 11:01:23,117 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:01:23,117 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:01:23,117 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:01:23,117 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:01:23,117 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:01:23,117 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:01:23,117 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:01:23,117 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_0j626u", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:01:18.665Z", "message": "Waiting for server \"7eef7e8e-45ce-4160-a7da-95a2ce71eb2f\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:01:18.665Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "27b4f495-8fd0-496c-859d-ce4c727b07e4"}], "metadata": {"pagination": {"total": 418, "offset": 406, "size": 50}}} 2018-10-26 11:01:23,118 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:01:23,118 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:01:23 GMT 2018-10-26 11:01:23,118 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:01:23,118 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 682 2018-10-26 11:01:23,118 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:01:23,118 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "7eef7e8e-45ce-4160-a7da-95a2ce71eb2f" to be deleted. current status: SHUTOFF 2018-10-26 11:01:23,119 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/dfa4874c-7ce2-4700-abd9-36a5784af2da 2018-10-26 11:01:23,173 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:01:23,173 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:01:23,173 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:01:23,173 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:01:23,173 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:01:23,174 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:01:23,174 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:01:23,174 - 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-26T11:00:08.099Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"} 2018-10-26 11:01:23,174 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:01:23,174 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:01:23 GMT 2018-10-26 11:01:23,174 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:01:23,174 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-26 11:01:23,174 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:01:28,180 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 11:01:28,247 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:01:28,248 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:01:28,248 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:01:28,248 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:01:28,248 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:01:28,248 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:01:28,248 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:01:28,248 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_0j626u", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:01:23.899Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:01:23.899Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "sprout_security_group_8dycrt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:01:24.795Z", "message": "Stopping node", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:01:24.795Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "sprout_security_group_8dycrt", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:01:25.808Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:01:25.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "sprout_security_group_8dycrt", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:01:25.808Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:01:25.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "sprout_security_group_8dycrt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:01:25.808Z", "message": "Deleting node", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:01:25.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "sprout_security_group_8dycrt", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:01:25.893Z", "message": "deleting security_group", "level": "info", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:01:25.893Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "5cc21a8f-9d46-4ef1-84a5-61710b8d6307"}, {"node_instance_id": "sprout_security_group_8dycrt", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:01:26.818Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:01:26.818Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}], "metadata": {"pagination": {"total": 425, "offset": 407, "size": 50}}} 2018-10-26 11:01:28,248 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:01:28,248 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:01:28 GMT 2018-10-26 11:01:28,249 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:01:28,249 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3695 2018-10-26 11:01:28,249 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:01:28,249 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-10-26 11:01:28,249 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-26 11:01:28,249 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-10-26 11:01:28,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-10-26 11:01:28,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-26 11:01:28,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-10-26 11:01:28,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-10-26 11:01:28,250 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/dfa4874c-7ce2-4700-abd9-36a5784af2da 2018-10-26 11:01:28,310 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:01:28,310 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:01:28,311 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:01:28,311 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:01:28,311 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:01:28,311 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:01:28,311 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:01:28,311 - 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-26T11:00:08.099Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"} 2018-10-26 11:01:28,311 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:01:28,311 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:01:28 GMT 2018-10-26 11:01:28,311 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:01:28,311 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-26 11:01:28,312 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:01:33,317 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 11:01:33,573 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:01:33,573 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:01:33,573 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:01:33,573 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:01:33,573 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:01:33,574 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:01:33,574 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:01:33,574 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 414, "size": 50}}} 2018-10-26 11:01:33,574 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:01:33,574 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:01:33 GMT 2018-10-26 11:01:33,574 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:01:33,574 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-26 11:01:33,574 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:01:33,575 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/dfa4874c-7ce2-4700-abd9-36a5784af2da 2018-10-26 11:01:33,635 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:01:33,635 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:01:33,635 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:01:33,635 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:01:33,635 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:01:33,635 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:01:33,636 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:01:33,636 - 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-26T11:00:08.099Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"} 2018-10-26 11:01:33,636 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:01:33,636 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:01:33 GMT 2018-10-26 11:01:33,636 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:01:33,636 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-26 11:01:33,636 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:01:38,642 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 11:01:38,731 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:01:38,731 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:01:38,732 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:01:38,732 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:01:38,732 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:01:38,732 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:01:38,732 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:01:38,732 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 414, "size": 50}}} 2018-10-26 11:01:38,732 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:01:38,732 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:01:38 GMT 2018-10-26 11:01:38,732 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:01:38,733 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-26 11:01:38,733 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:01:38,733 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/dfa4874c-7ce2-4700-abd9-36a5784af2da 2018-10-26 11:01:38,797 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:01:38,797 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:01:38,797 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:01:38,797 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:01:38,797 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:01:38,797 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:01:38,797 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:01:38,798 - 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-26T11:00:08.099Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"} 2018-10-26 11:01:38,798 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:01:38,798 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:01:38 GMT 2018-10-26 11:01:38,798 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:01:38,798 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-26 11:01:38,798 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:01:43,803 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 11:01:43,891 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:01:43,891 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:01:43,891 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:01:43,891 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:01:43,891 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:01:43,892 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:01:43,892 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:01:43,892 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 414, "size": 50}}} 2018-10-26 11:01:43,892 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:01:43,892 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:01:43 GMT 2018-10-26 11:01:43,892 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:01:43,892 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-26 11:01:43,892 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:01:43,892 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/dfa4874c-7ce2-4700-abd9-36a5784af2da 2018-10-26 11:01:43,957 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:01:43,957 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:01:43,958 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:01:43,958 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:01:43,958 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:01:43,958 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:01:43,958 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:01:43,958 - 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-26T11:00:08.099Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"} 2018-10-26 11:01:43,958 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:01:43,958 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:01:43 GMT 2018-10-26 11:01:43,958 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:01:43,958 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-26 11:01:43,959 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:01:48,964 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 11:01:49,042 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:01:49,042 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:01:49,042 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:01:49,042 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:01:49,042 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:01:49,042 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:01:49,042 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:01:49,043 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 414, "size": 50}}} 2018-10-26 11:01:49,043 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:01:49,043 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:01:49 GMT 2018-10-26 11:01:49,043 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:01:49,043 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-26 11:01:49,043 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:01:49,043 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/dfa4874c-7ce2-4700-abd9-36a5784af2da 2018-10-26 11:01:49,106 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:01:49,107 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:01:49,107 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:01:49,107 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:01:49,107 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:01:49,107 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:01:49,107 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:01:49,107 - 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-26T11:00:08.099Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"} 2018-10-26 11:01:49,108 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:01:49,108 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:01:49 GMT 2018-10-26 11:01:49,108 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:01:49,108 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-26 11:01:49,108 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:01:54,113 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 11:01:54,193 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:01:54,193 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:01:54,194 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:01:54,194 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:01:54,194 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:01:54,194 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:01:54,194 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:01:54,194 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 414, "size": 50}}} 2018-10-26 11:01:54,194 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:01:54,194 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:01:54 GMT 2018-10-26 11:01:54,195 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:01:54,195 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-26 11:01:54,195 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:01:54,195 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/dfa4874c-7ce2-4700-abd9-36a5784af2da 2018-10-26 11:01:54,256 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:01:54,257 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:01:54,257 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:01:54,257 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:01:54,257 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:01:54,257 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:01:54,257 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:01:54,257 - 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-26T11:00:08.099Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"} 2018-10-26 11:01:54,257 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:01:54,258 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:01:54 GMT 2018-10-26 11:01:54,258 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:01:54,258 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-26 11:01:54,258 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:01:59,263 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 11:01:59,337 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:01:59,337 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:01:59,338 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:01:59,338 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:01:59,338 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:01:59,338 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:01:59,338 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:01:59,338 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 414, "size": 50}}} 2018-10-26 11:01:59,338 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:01:59,338 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:01:59 GMT 2018-10-26 11:01:59,338 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:01:59,338 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-26 11:01:59,339 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:01:59,339 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/dfa4874c-7ce2-4700-abd9-36a5784af2da 2018-10-26 11:01:59,404 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:01:59,405 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:01:59,405 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:01:59,405 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:01:59,405 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:01:59,405 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:01:59,405 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:01:59,405 - 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-26T11:00:08.099Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"} 2018-10-26 11:01:59,406 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:01:59,406 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:01:59 GMT 2018-10-26 11:01:59,406 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:01:59,406 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-26 11:01:59,406 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:02:04,411 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 11:02:04,493 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:02:04,493 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:02:04,493 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:02:04,494 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:02:04,494 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:02:04,494 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:02:04,494 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:02:04,494 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 414, "size": 50}}} 2018-10-26 11:02:04,494 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:02:04,494 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:02:04 GMT 2018-10-26 11:02:04,494 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:02:04,494 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-26 11:02:04,494 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:02:04,495 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/dfa4874c-7ce2-4700-abd9-36a5784af2da 2018-10-26 11:02:04,560 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:02:04,560 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:02:04,560 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:02:04,560 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:02:04,560 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:02:04,560 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:02:04,561 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:02:04,561 - 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-26T11:00:08.099Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"} 2018-10-26 11:02:04,561 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:02:04,561 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:02:04 GMT 2018-10-26 11:02:04,561 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:02:04,561 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-26 11:02:04,561 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:02:09,567 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 11:02:09,666 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:02:09,666 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:02:09,666 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:02:09,666 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:02:09,666 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:02:09,667 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:02:09,667 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:02:09,667 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 414, "size": 50}}} 2018-10-26 11:02:09,667 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:02:09,667 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:02:09 GMT 2018-10-26 11:02:09,667 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:02:09,667 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-26 11:02:09,667 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:02:09,668 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/dfa4874c-7ce2-4700-abd9-36a5784af2da 2018-10-26 11:02:09,738 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:02:09,738 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:02:09,738 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:02:09,738 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:02:09,738 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:02:09,739 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:02:09,739 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:02:09,739 - 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-26T11:00:08.099Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"} 2018-10-26 11:02:09,739 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:02:09,739 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:02:09 GMT 2018-10-26 11:02:09,739 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:02:09,739 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-26 11:02:09,739 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:02:14,745 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 11:02:14,832 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:02:14,832 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:02:14,832 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:02:14,832 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:02:14,832 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:02:14,832 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:02:14,833 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:02:14,833 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_gteini", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:02:13.653Z", "message": "Execution done (return_code=0): /tmp/ZRFVA/remove-cluster-node.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:02:13.653Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "fe79b822-9ced-4df2-8272-c718002788c1"}, {"node_instance_id": "vellum_gteini", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:02:13.744Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:02:13.744Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}], "metadata": {"pagination": {"total": 427, "offset": 414, "size": 50}}} 2018-10-26 11:02:14,833 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:02:14,833 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:02:14 GMT 2018-10-26 11:02:14,833 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:02:14,833 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1136 2018-10-26 11:02:14,833 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:02:14,834 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/ZRFVA/remove-cluster-node.sh 2018-10-26 11:02:14,834 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-26 11:02:14,834 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/dfa4874c-7ce2-4700-abd9-36a5784af2da 2018-10-26 11:02:14,905 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:02:14,906 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:02:14,906 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:02:14,906 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:02:14,906 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:02:14,906 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:02:14,906 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:02:14,906 - 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-26T11:00:08.099Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"} 2018-10-26 11:02:14,906 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:02:14,906 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:02:14 GMT 2018-10-26 11:02:14,907 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:02:14,907 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-26 11:02:14,907 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:02:19,912 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 11:02:19,979 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:02:19,979 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:02:19,979 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:02:19,979 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:02:19,979 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:02:19,979 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:02:19,979 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:02:19,979 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_19cott", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:02:14.844Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:02:14.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "vellum_host_19cott", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:02:14.844Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:02:14.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "vellum_host_19cott", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:02:14.844Z", "message": "Stopping node", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:02:14.844Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "vellum_host_19cott", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:02:18.542Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:02:18.542Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "vellum_host_19cott", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:02:18.853Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:02:18.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "vellum_host_19cott", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:02:18.853Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:02:18.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "vellum_host_19cott", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:02:19.861Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:02:19.861Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "vellum_host_19cott", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:02:19.861Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:02:19.861Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "vellum_host_19cott", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:02:19.861Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:02:19.861Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "vellum_host_19cott", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:02:19.861Z", "message": "Stopping agent", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:02:19.861Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}], "metadata": {"pagination": {"total": 437, "offset": 416, "size": 50}}} 2018-10-26 11:02:19,980 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:02:19,980 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:02:19 GMT 2018-10-26 11:02:19,980 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:02:19,980 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5133 2018-10-26 11:02:19,980 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:02:19,980 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-10-26 11:02:19,981 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-10-26 11:02:19,981 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-26 11:02:19,981 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-10-26 11:02:19,981 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-10-26 11:02:19,981 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-10-26 11:02:19,982 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-10-26 11:02:19,982 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-10-26 11:02:19,982 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-10-26 11:02:19,982 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-10-26 11:02:19,982 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/dfa4874c-7ce2-4700-abd9-36a5784af2da 2018-10-26 11:02:20,106 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:02:20,106 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:02:20,106 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:02:20,106 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:02:20,106 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:02:20,106 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:02:20,107 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:02:20,107 - 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-26T11:00:08.099Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"} 2018-10-26 11:02:20,107 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:02:20,107 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:02:20 GMT 2018-10-26 11:02:20,107 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:02:20,107 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-26 11:02:20,107 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:02:25,113 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 11:02:25,189 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:02:25,190 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:02:25,190 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:02:25,190 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:02:25,190 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:02:25,190 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:02:25,190 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:02:25,190 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:02:19.991Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:02:19.991Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "67dd4469-7d74-4b1b-8587-7d76ab4a1063"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:02:20.379Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:02:20.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "67dd4469-7d74-4b1b-8587-7d76ab4a1063"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:02:20.379Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:02:20.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "67dd4469-7d74-4b1b-8587-7d76ab4a1063"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:02:20.379Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:02:20.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "67dd4469-7d74-4b1b-8587-7d76ab4a1063"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:02:20.379Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:02:20.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "67dd4469-7d74-4b1b-8587-7d76ab4a1063"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:02:20.379Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:02:20.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "67dd4469-7d74-4b1b-8587-7d76ab4a1063"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:02:20.379Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:02:20.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "67dd4469-7d74-4b1b-8587-7d76ab4a1063"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:02:20.379Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:02:20.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "67dd4469-7d74-4b1b-8587-7d76ab4a1063"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:02:20.379Z", "message": "Stopping Agent vellum_host_19cott", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:02:20.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "67dd4469-7d74-4b1b-8587-7d76ab4a1063"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:02:20.379Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:02:20.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "67dd4469-7d74-4b1b-8587-7d76ab4a1063"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:02:24.594Z", "message": "Stopping...", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:02:24.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "67dd4469-7d74-4b1b-8587-7d76ab4a1063"}, {"node_instance_id": "vellum_host_19cott", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:02:24.773Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:02:24.773Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}], "metadata": {"pagination": {"total": 449, "offset": 426, "size": 50}}} 2018-10-26 11:02:25,190 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:02:25,190 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:02:25 GMT 2018-10-26 11:02:25,191 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:02:25,191 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6668 2018-10-26 11:02:25,191 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:02:25,191 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:02:25,191 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:02:25,192 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:02:25,192 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:02:25,192 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:02:25,192 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:02:25,192 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:02:25,193 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:02:25,193 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent vellum_host_19cott 2018-10-26 11:02:25,193 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:02:25,193 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-10-26 11:02:25,193 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-10-26 11:02:25,193 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/dfa4874c-7ce2-4700-abd9-36a5784af2da 2018-10-26 11:02:25,255 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:02:25,255 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:02:25,255 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:02:25,255 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:02:25,255 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:02:25,255 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:02:25,255 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:02:25,255 - 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-26T11:00:08.099Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"} 2018-10-26 11:02:25,256 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:02:25,256 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:02:25 GMT 2018-10-26 11:02:25,256 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:02:25,256 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-26 11:02:25,256 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:02:30,257 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 11:02:30,332 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:02:30,332 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:02:30,332 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:02:30,332 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:02:30,332 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:02:30,333 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:02:30,333 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:02:30,333 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:02:25.390Z", "message": "Successfully stopped daemon: vellum_host_19cott\u001b[0m", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:02:25.390Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "67dd4469-7d74-4b1b-8587-7d76ab4a1063"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:02:25.390Z", "message": "Stopping daemon with command: sudo service celeryd-vellum_host_19cott stop", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:02:25.390Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "67dd4469-7d74-4b1b-8587-7d76ab4a1063"}, {"node_instance_id": "vellum_host_19cott", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:02:25.879Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:02:25.879Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "vellum_host_19cott", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:02:25.879Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:02:25.879Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "vellum_host_19cott", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:02:25.879Z", "message": "Deleting agent", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:02:25.879Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:02:26.407Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:02:26.407Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "18f32106-9662-4b66-84ab-a89698eaee42"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:02:26.407Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:02:26.407Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "18f32106-9662-4b66-84ab-a89698eaee42"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:02:26.407Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:02:26.407Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "18f32106-9662-4b66-84ab-a89698eaee42"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:02:26.407Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:02:26.407Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "18f32106-9662-4b66-84ab-a89698eaee42"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:02:26.407Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:02:26.407Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "18f32106-9662-4b66-84ab-a89698eaee42"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:02:26.407Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:02:26.407Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "18f32106-9662-4b66-84ab-a89698eaee42"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:02:26.407Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:02:26.407Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "18f32106-9662-4b66-84ab-a89698eaee42"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:02:26.407Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:02:26.407Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "18f32106-9662-4b66-84ab-a89698eaee42"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:02:26.407Z", "message": "Deleting Agent vellum_host_19cott", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:02:26.407Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "18f32106-9662-4b66-84ab-a89698eaee42"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:02:26.407Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:02:26.407Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "18f32106-9662-4b66-84ab-a89698eaee42"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:02:27.442Z", "message": "Deleting...", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:02:27.442Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "18f32106-9662-4b66-84ab-a89698eaee42"}, {"node_instance_id": "vellum_host_19cott", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:02:27.917Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:02:27.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:02:28.417Z", "message": "Successfully deleted daemon: vellum_host_19cott", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:02:28.417Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "18f32106-9662-4b66-84ab-a89698eaee42"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:02:28.417Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:02:28.417Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "18f32106-9662-4b66-84ab-a89698eaee42"}, {"node_instance_id": "vellum_host_19cott", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:02:28.889Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:02:28.889Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "vellum_host_19cott", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:02:28.889Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:02:28.889Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}], "metadata": {"pagination": {"total": 470, "offset": 438, "size": 50}}} 2018-10-26 11:02:30,333 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:02:30,333 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:02:30 GMT 2018-10-26 11:02:30,333 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:02:30,333 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 11432 2018-10-26 11:02:30,333 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:02:30,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: vellum_host_19cott 2018-10-26 11:02:30,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-vellum_host_19cott stop 2018-10-26 11:02:30,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-10-26 11:02:30,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-10-26 11:02:30,335 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-10-26 11:02:30,335 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:02:30,335 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:02:30,335 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:02:30,335 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:02:30,335 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:02:30,336 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:02:30,336 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:02:30,336 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:02:30,336 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent vellum_host_19cott 2018-10-26 11:02:30,336 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:02:30,336 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-10-26 11:02:30,337 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-10-26 11:02:30,337 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: vellum_host_19cott 2018-10-26 11:02:30,337 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-10-26 11:02:30,337 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-10-26 11:02:30,337 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-10-26 11:02:30,337 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/dfa4874c-7ce2-4700-abd9-36a5784af2da 2018-10-26 11:02:30,400 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:02:30,400 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:02:30,400 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:02:30,400 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:02:30,400 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:02:30,400 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:02:30,400 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:02:30,400 - 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-26T11:00:08.099Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"} 2018-10-26 11:02:30,401 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:02:30,401 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:02:30 GMT 2018-10-26 11:02:30,401 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:02:30,401 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-26 11:02:30,401 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:02:35,406 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 11:02:35,474 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:02:35,474 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:02:35,474 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:02:35,475 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:02:35,475 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:02:35,475 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:02:35,475 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:02:35,475 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_19cott", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:02:30.368Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:02:30.368Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:02:30.900Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:02:30.900Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:02:30.900Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:02:30.900Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}], "metadata": {"pagination": {"total": 473, "offset": 459, "size": 50}}} 2018-10-26 11:02:35,475 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:02:35,475 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:02:35 GMT 2018-10-26 11:02:35,475 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:02:35,475 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1614 2018-10-26 11:02:35,476 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:02:35,476 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-10-26 11:02:35,476 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-10-26 11:02:35,476 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-10-26 11:02:35,476 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/dfa4874c-7ce2-4700-abd9-36a5784af2da 2018-10-26 11:02:35,538 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:02:35,538 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:02:35,539 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:02:35,539 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:02:35,539 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:02:35,539 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:02:35,539 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:02:35,539 - 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-26T11:00:08.099Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"} 2018-10-26 11:02:35,539 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:02:35,539 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:02:35 GMT 2018-10-26 11:02:35,539 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:02:35,539 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-26 11:02:35,540 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:02:40,540 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 11:02:40,658 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:02:40,658 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:02:40,658 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:02:40,658 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:02:40,658 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:02:40,658 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:02:40,658 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:02:40,659 - 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-26T11:02:36.288Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:02:36.288Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:02:36.910Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:02:36.910Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:02:36.910Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:02:36.910Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}], "metadata": {"pagination": {"total": 476, "offset": 462, "size": 50}}} 2018-10-26 11:02:40,659 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:02:40,659 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:02:40 GMT 2018-10-26 11:02:40,659 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:02:40,659 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1625 2018-10-26 11:02:40,659 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:02:40,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-10-26 11:02:40,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-10-26 11:02:40,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-10-26 11:02:40,660 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/dfa4874c-7ce2-4700-abd9-36a5784af2da 2018-10-26 11:02:40,743 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:02:40,743 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:02:40,743 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:02:40,743 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:02:40,743 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:02:40,743 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:02:40,743 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:02:40,743 - 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-26T11:00:08.099Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"} 2018-10-26 11:02:40,743 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:02:40,744 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:02:40 GMT 2018-10-26 11:02:40,744 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:02:40,744 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-26 11:02:40,744 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:02:45,749 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 11:02:45,824 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:02:45,824 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:02:45,825 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:02:45,825 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:02:45,825 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:02:45,825 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:02:45,825 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:02:45,825 - 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-26T11:02:41.474Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:02:41.474Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:02:42.725Z", "message": "deleting server", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:02:42.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "362c5b06-a6d3-4482-b502-817b65812833"}, {"node_instance_id": "vellum_host_19cott", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:02:42.923Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:02:42.923Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "vellum_host_19cott", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:02:42.923Z", "message": "Deleting node", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:02:42.923Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "vellum_host_19cott", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:02:42.923Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:02:42.923Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "vellum_host_19cott", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:02:44.761Z", "message": "Waiting for server \"74fe0af9-4726-4c7c-ad9c-65584b4d3795\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:02:44.761Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "362c5b06-a6d3-4482-b502-817b65812833"}], "metadata": {"pagination": {"total": 482, "offset": 465, "size": 50}}} 2018-10-26 11:02:45,825 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:02:45,825 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:02:45 GMT 2018-10-26 11:02:45,825 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:02:45,826 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3179 2018-10-26 11:02:45,826 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:02:45,826 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-10-26 11:02:45,826 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-10-26 11:02:45,826 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-10-26 11:02:45,827 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-26 11:02:45,827 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-10-26 11:02:45,827 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "74fe0af9-4726-4c7c-ad9c-65584b4d3795" to be deleted. current status: SHUTOFF 2018-10-26 11:02:45,827 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/dfa4874c-7ce2-4700-abd9-36a5784af2da 2018-10-26 11:02:45,891 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:02:45,891 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:02:45,892 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:02:45,892 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:02:45,892 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:02:45,892 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:02:45,892 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:02:45,892 - 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-26T11:00:08.099Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"} 2018-10-26 11:02:45,892 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:02:45,892 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:02:45 GMT 2018-10-26 11:02:45,892 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:02:45,892 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-26 11:02:45,893 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:02:50,898 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 11:02:50,966 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:02:50,966 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:02:50,966 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:02:50,966 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:02:50,966 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:02:50,966 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:02:50,967 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:02:50,967 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_19cott", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:02:50.020Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:02:50.020Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "vellum_security_group_i8ej08", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:02:50.940Z", "message": "Stopping node", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:02:50.940Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}], "metadata": {"pagination": {"total": 483, "offset": 471, "size": 50}}} 2018-10-26 11:02:50,967 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:02:50,967 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:02:50 GMT 2018-10-26 11:02:50,967 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:02:50,967 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1064 2018-10-26 11:02:50,967 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:02:50,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-10-26 11:02:50,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-26 11:02:50,968 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/dfa4874c-7ce2-4700-abd9-36a5784af2da 2018-10-26 11:02:51,029 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:02:51,029 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:02:51,030 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:02:51,030 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:02:51,030 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:02:51,030 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:02:51,030 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:02:51,030 - 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-26T11:00:08.099Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"} 2018-10-26 11:02:51,030 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:02:51,030 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:02:51 GMT 2018-10-26 11:02:51,030 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:02:51,031 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-26 11:02:51,031 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:02:56,036 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 11:02:56,105 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:02:56,106 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:02:56,106 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:02:56,106 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:02:56,106 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:02:56,106 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:02:56,106 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:02:56,106 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_security_group_i8ej08", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:02:51.833Z", "message": "deleting security_group", "level": "info", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:02:51.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "3d8915bd-604e-421c-9bc9-2a21da8e85c6"}, {"node_instance_id": "vellum_security_group_i8ej08", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:02:51.963Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:02:51.963Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "vellum_security_group_i8ej08", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:02:51.963Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:02:51.963Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "vellum_security_group_i8ej08", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:02:51.963Z", "message": "Deleting node", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:02:51.963Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "vellum_security_group_i8ej08", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:02:52.972Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:02:52.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}], "metadata": {"pagination": {"total": 489, "offset": 473, "size": 50}}} 2018-10-26 11:02:56,106 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:02:56,107 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:02:56 GMT 2018-10-26 11:02:56,107 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:02:56,107 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2713 2018-10-26 11:02:56,107 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:02:56,107 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-10-26 11:02:56,107 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-10-26 11:02:56,108 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-10-26 11:02:56,108 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-26 11:02:56,108 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-10-26 11:02:56,108 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/dfa4874c-7ce2-4700-abd9-36a5784af2da 2018-10-26 11:02:56,171 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:02:56,172 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:02:56,172 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:02:56,172 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:02:56,172 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:02:56,172 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:02:56,172 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:02:56,172 - 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-26T11:00:08.099Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"} 2018-10-26 11:02:56,172 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:02:56,173 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:02:56 GMT 2018-10-26 11:02:56,173 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:02:56,173 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-26 11:02:56,173 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:03:01,177 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 11:03:01,254 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:03:01,255 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:03:01,255 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:03:01,255 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:03:01,255 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:03:01,255 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:03:01,255 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:03:01,255 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 489, "offset": 478, "size": 50}}} 2018-10-26 11:03:01,255 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:03:01,256 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:03:01 GMT 2018-10-26 11:03:01,256 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:03:01,256 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-26 11:03:01,256 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:03:01,256 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/dfa4874c-7ce2-4700-abd9-36a5784af2da 2018-10-26 11:03:01,323 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:03:01,324 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:03:01,324 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:03:01,324 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:03:01,324 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:03:01,324 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:03:01,324 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:03:01,324 - 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-26T11:00:08.099Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"} 2018-10-26 11:03:01,325 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:03:01,325 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:03:01 GMT 2018-10-26 11:03:01,325 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:03:01,325 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-26 11:03:01,325 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:03:06,330 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 11:03:06,486 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:03:06,486 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:03:06,486 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:03:06,487 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:03:06,487 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:03:06,487 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:03:06,487 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:03:06,487 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 489, "offset": 478, "size": 50}}} 2018-10-26 11:03:06,487 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:03:06,487 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:03:06 GMT 2018-10-26 11:03:06,487 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:03:06,487 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-26 11:03:06,487 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:03:06,488 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/dfa4874c-7ce2-4700-abd9-36a5784af2da 2018-10-26 11:03:06,550 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:03:06,550 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:03:06,550 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:03:06,550 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:03:06,551 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:03:06,551 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:03:06,551 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:03:06,551 - 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-26T11:00:08.099Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"} 2018-10-26 11:03:06,551 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:03:06,551 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:03:06 GMT 2018-10-26 11:03:06,551 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:03:06,551 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-26 11:03:06,551 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:03:11,557 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 11:03:11,627 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:03:11,627 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:03:11,627 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:03:11,627 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:03:11,627 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:03:11,628 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:03:11,628 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:03:11,628 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 489, "offset": 478, "size": 50}}} 2018-10-26 11:03:11,628 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:03:11,628 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:03:11 GMT 2018-10-26 11:03:11,628 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:03:11,628 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-26 11:03:11,628 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:03:11,629 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/dfa4874c-7ce2-4700-abd9-36a5784af2da 2018-10-26 11:03:11,690 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:03:11,690 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:03:11,691 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:03:11,691 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:03:11,691 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:03:11,691 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:03:11,691 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:03:11,691 - 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-26T11:00:08.099Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"} 2018-10-26 11:03:11,691 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:03:11,691 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:03:11 GMT 2018-10-26 11:03:11,691 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:03:11,692 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-26 11:03:11,692 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:03:16,693 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 11:03:16,764 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:03:16,764 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:03:16,764 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:03:16,764 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:03:16,764 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:03:16,764 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:03:16,765 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:03:16,765 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_l2dlea", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:11.846Z", "message": "Execution done (return_code=124): /tmp/AFJ3V/stop-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:11.846Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "01f5c4f6-21ba-4b20-95b1-51c8476610b8"}, {"node_instance_id": "bono_l2dlea", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:12.017Z", "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_hww0qd/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_hww0qd/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_hww0qd/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-26T11:03:12.017Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:12.881Z", "message": "Downloaded scripts/bind/bind.py to /tmp/PKKLR/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:12.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "ac3c93f3-a071-47ce-a4dd-68e506347f2d"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:12.881Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:12.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "ac3c93f3-a071-47ce-a4dd-68e506347f2d"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:12.988Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:12.988Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:12.988Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:12.988Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:13.436Z", "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-26T11:03:13.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "ac3c93f3-a071-47ce-a4dd-68e506347f2d"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:13.436Z", "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-26T11:03:13.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "ac3c93f3-a071-47ce-a4dd-68e506347f2d"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:13.436Z", "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-26T11:03:13.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "ac3c93f3-a071-47ce-a4dd-68e506347f2d"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:13.436Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:13.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "ac3c93f3-a071-47ce-a4dd-68e506347f2d"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:13.436Z", "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-26T11:03:13.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "ac3c93f3-a071-47ce-a4dd-68e506347f2d"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:13.436Z", "message": "[localhost] run: sudo mv /tmp/tmp29LtHx /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:13.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "ac3c93f3-a071-47ce-a4dd-68e506347f2d"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:13.436Z", "message": "[localhost] run: sudo mv /tmp/tmpfvN9dJ /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:13.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "ac3c93f3-a071-47ce-a4dd-68e506347f2d"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:13.436Z", "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-26T11:03:13.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "ac3c93f3-a071-47ce-a4dd-68e506347f2d"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:13.436Z", "message": "The config dict: {'public_ip': u'172.30.9.209', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {}, u'vellum': {}, 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.8', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:13.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "ac3c93f3-a071-47ce-a4dd-68e506347f2d"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:13.436Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:13.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "ac3c93f3-a071-47ce-a4dd-68e506347f2d"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:13.998Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:13.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bono_l2dlea", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:14.762Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/VA5XY/remove-cluster-node.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:14.762Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "0568f8e5-c785-402f-9c52-730f13d85085"}, {"node_instance_id": "bono_l2dlea", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:15.076Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:15.076Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bono_l2dlea", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:15.076Z", "message": "Deleting node", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:15.076Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bono_l2dlea", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:15.076Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:15.076Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bono_l2dlea", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:15.448Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:15.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "0568f8e5-c785-402f-9c52-730f13d85085"}, {"node_instance_id": "bono_l2dlea", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:15.448Z", "message": "Executing: /tmp/VA5XY/remove-cluster-node.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:15.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "0568f8e5-c785-402f-9c52-730f13d85085"}], "metadata": {"pagination": {"total": 513, "offset": 478, "size": 50}}} 2018-10-26 11:03:16,765 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:03:16,765 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:03:16 GMT 2018-10-26 11:03:16,765 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:03:16,765 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 13306 2018-10-26 11:03:16,765 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:03:16,766 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=124): /tmp/AFJ3V/stop-bono.sh 2018-10-26 11:03:16,766 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' 2018-10-26 11:03:16,766 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/PKKLR/bind.py 2018-10-26 11:03:16,767 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-10-26 11:03:16,767 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-26 11:03:16,767 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-26 11:03:16,767 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-10-26 11:03:16,767 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-10-26 11:03:16,767 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-10-26 11:03:16,768 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-10-26 11:03:16,768 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-10-26 11:03:16,768 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp29LtHx /etc/bind/db.clearwater.local 2018-10-26 11:03:16,768 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpfvN9dJ /etc/bind/db.clearwater.opnfv 2018-10-26 11:03:16,768 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-10-26 11:03:16,768 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.209', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {}, u'vellum': {}, 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.8', u'hss_hostname': u''}. 2018-10-26 11:03:16,769 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-10-26 11:03:16,769 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-10-26 11:03:16,769 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/VA5XY/remove-cluster-node.sh 2018-10-26 11:03:16,769 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-10-26 11:03:16,769 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-26 11:03:16,769 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-10-26 11:03:16,770 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-10-26 11:03:16,770 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/VA5XY/remove-cluster-node.sh 2018-10-26 11:03:16,770 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/dfa4874c-7ce2-4700-abd9-36a5784af2da 2018-10-26 11:03:16,833 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:03:16,833 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:03:16,833 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:03:16,834 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:03:16,834 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:03:16,834 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:03:16,834 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:03:16,834 - 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-26T11:00:08.099Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"} 2018-10-26 11:03:16,834 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:03:16,834 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:03:16 GMT 2018-10-26 11:03:16,834 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:03:16,834 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-26 11:03:16,835 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:03:21,839 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 11:03:21,911 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:03:21,911 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:03:21,911 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:03:21,911 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:03:21,911 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:03:21,911 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:03:21,912 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:03:21,912 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 513, "offset": 501, "size": 50}}} 2018-10-26 11:03:21,912 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:03:21,912 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:03:21 GMT 2018-10-26 11:03:21,912 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:03:21,912 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-26 11:03:21,912 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:03:21,913 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/dfa4874c-7ce2-4700-abd9-36a5784af2da 2018-10-26 11:03:21,974 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:03:21,975 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:03:21,975 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:03:21,975 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:03:21,975 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:03:21,975 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:03:21,975 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:03:21,975 - 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-26T11:00:08.099Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"} 2018-10-26 11:03:21,976 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:03:21,976 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:03:21 GMT 2018-10-26 11:03:21,976 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:03:21,976 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-26 11:03:21,976 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:03:26,981 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 11:03:27,054 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:03:27,054 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:03:27,054 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:03:27,054 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:03:27,054 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:03:27,054 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:03:27,055 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:03:27,055 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_l2dlea", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:27.029Z", "message": "Execution done (return_code=2): /tmp/VA5XY/remove-cluster-node.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:27.029Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "0568f8e5-c785-402f-9c52-730f13d85085"}], "metadata": {"pagination": {"total": 513, "offset": 501, "size": 50}}} 2018-10-26 11:03:27,055 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:03:27,055 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:03:27 GMT 2018-10-26 11:03:27,055 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:03:27,055 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 634 2018-10-26 11:03:27,055 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:03:27,056 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=2): /tmp/VA5XY/remove-cluster-node.sh 2018-10-26 11:03:27,056 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/dfa4874c-7ce2-4700-abd9-36a5784af2da 2018-10-26 11:03:27,125 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:03:27,125 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:03:27,126 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:03:27,126 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:03:27,126 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:03:27,126 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:03:27,126 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:03:27,126 - 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-26T11:00:08.099Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"} 2018-10-26 11:03:27,126 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:03:27,126 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:03:27 GMT 2018-10-26 11:03:27,126 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:03:27,126 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-26 11:03:27,127 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:03:32,132 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 11:03:32,203 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:03:32,203 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:03:32,203 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:03:32,203 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:03:32,203 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:03:32,204 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:03:32,204 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:03:32,204 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_l2dlea", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:27.210Z", "message": "Task failed 'script_runner.tasks.run' -> Received an error trying to remove member e99338c2b8d1b2ca: client: etcd cluster is unavailable or misconfigured; error #0: client: etcd member http://192.168.120.9:4000 has no leader\n; error #1: client: etcd member http://192.168.120.8:4000 has no leader\n; error #2: client: endpoint http://192.168.120.5:4000 exceeded header timeout\n", "node_name": "bono", "workflow_id": "uninstall", "error_causes": [{"message": "Received an error trying to remove member e99338c2b8d1b2ca: client: etcd cluster is unavailable or misconfigured; error #0: client: etcd member http://192.168.120.9:4000 has no leader\n; error #1: client: etcd member http://192.168.120.8:4000 has no leader\n; error #2: client: endpoint http://192.168.120.5:4000 exceeded header timeout\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_hww0qd/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_hww0qd/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_hww0qd/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 e99338c2b8d1b2ca: client: etcd cluster is unavailable or misconfigured; error #0: client: etcd member http://192.168.120.9:4000 has no leader\n; error #1: client: etcd member http://192.168.120.8:4000 has no leader\n; error #2: client: endpoint http://192.168.120.5:4000 exceeded header timeout\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-10-26T11:03:27.210Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:28.106Z", "message": "Stopping node", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:28.106Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:28.106Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:28.106Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:28.106Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:28.106Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bind_knglrd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:28.106Z", "message": "Stopping node", "node_name": "bind", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:28.106Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "proxy_node_ghrsgr", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:28.106Z", "message": "Stopping node", "node_name": "proxy_node", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:28.106Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:29.115Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:29.115Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:29.115Z", "message": "Stopping node", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:29.115Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bind_knglrd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:29.115Z", "message": "Deleting node", "node_name": "bind", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:29.115Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "proxy_node_ghrsgr", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:29.115Z", "message": "Deleting node", "node_name": "proxy_node", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:29.115Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:29.115Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:29.115Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:30.125Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:30.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:30.125Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:30.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:30.125Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:30.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:30.125Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:30.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:30.125Z", "message": "Stopping node", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:30.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:30.125Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:30.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:31.064Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:31.064Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "625793a1-25fa-42d3-bef9-502d959131b0"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:31.151Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:31.151Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:31.151Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:31.151Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:31.151Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:31.151Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:31.151Z", "message": "Stopping agent", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:31.151Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:31.151Z", "message": "Stopping agent", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:31.151Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:31.151Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:31.151Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:31.151Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:31.151Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:31.151Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:31.151Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:31.151Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:31.151Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:31.462Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:31.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "625793a1-25fa-42d3-bef9-502d959131b0"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:31.462Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:31.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "625793a1-25fa-42d3-bef9-502d959131b0"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:31.462Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:31.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "625793a1-25fa-42d3-bef9-502d959131b0"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:31.462Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:31.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "625793a1-25fa-42d3-bef9-502d959131b0"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:31.462Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:31.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "625793a1-25fa-42d3-bef9-502d959131b0"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:31.462Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:31.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "625793a1-25fa-42d3-bef9-502d959131b0"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:31.462Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:31.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "625793a1-25fa-42d3-bef9-502d959131b0"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:31.462Z", "message": "Stopping Agent bono_host_hww0qd", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:31.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "625793a1-25fa-42d3-bef9-502d959131b0"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:31.462Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:31.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "625793a1-25fa-42d3-bef9-502d959131b0"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:32.162Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:32.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:32.162Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:32.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}], "metadata": {"pagination": {"total": 552, "offset": 502, "size": 50}}} 2018-10-26 11:03:32,204 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:03:32,204 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:03:32 GMT 2018-10-26 11:03:32,204 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:03:32,204 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 21181 2018-10-26 11:03:32,204 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:03:32,205 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Received an error trying to remove member e99338c2b8d1b2ca: client: etcd cluster is unavailable or misconfigured; error #0: client: etcd member http://192.168.120.9:4000 has no leader ; error #1: client: etcd member http://192.168.120.8:4000 has no leader ; error #2: client: endpoint http://192.168.120.5:4000 exceeded header timeout 2018-10-26 11:03:32,205 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-26 11:03:32,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-10-26 11:03:32,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-10-26 11:03:32,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-26 11:03:32,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-26 11:03:32,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-10-26 11:03:32,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-26 11:03:32,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-26 11:03:32,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-26 11:03:32,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-10-26 11:03:32,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-10-26 11:03:32,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-10-26 11:03:32,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-10-26 11:03:32,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-10-26 11:03:32,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-26 11:03:32,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-10-26 11:03:32,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:03:32,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-10-26 11:03:32,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-10-26 11:03:32,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-10-26 11:03:32,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-10-26 11:03:32,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-10-26 11:03:32,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-10-26 11:03:32,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-10-26 11:03:32,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-10-26 11:03:32,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-10-26 11:03:32,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:03:32,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:03:32,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:03:32,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:03:32,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:03:32,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:03:32,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:03:32,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent bono_host_hww0qd 2018-10-26 11:03:32,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:03:32,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-10-26 11:03:32,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-10-26 11:03:32,211 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/dfa4874c-7ce2-4700-abd9-36a5784af2da 2018-10-26 11:03:32,271 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:03:32,271 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:03:32,271 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:03:32,271 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:03:32,271 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:03:32,271 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:03:32,271 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:03:32,271 - 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-26T11:00:08.099Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"} 2018-10-26 11:03:32,272 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:03:32,272 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:03:32 GMT 2018-10-26 11:03:32,272 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:03:32,272 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-26 11:03:32,272 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:03:37,277 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 11:03:37,346 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:03:37,346 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:03:37,346 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:03:37,346 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:03:37,347 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:03:37,347 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:03:37,347 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:03:37,347 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:32.469Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:32.469Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "c30be165-f3c3-4b44-9a71-0f474d9a404a"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:32.469Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:32.469Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "c30be165-f3c3-4b44-9a71-0f474d9a404a"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:32.469Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:32.469Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "c30be165-f3c3-4b44-9a71-0f474d9a404a"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:32.469Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:32.469Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "c30be165-f3c3-4b44-9a71-0f474d9a404a"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:32.469Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:32.469Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "c30be165-f3c3-4b44-9a71-0f474d9a404a"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:32.469Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:32.469Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "c30be165-f3c3-4b44-9a71-0f474d9a404a"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:32.469Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:32.469Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "c30be165-f3c3-4b44-9a71-0f474d9a404a"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:32.469Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:32.469Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "c30be165-f3c3-4b44-9a71-0f474d9a404a"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:32.469Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:32.469Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "c30be165-f3c3-4b44-9a71-0f474d9a404a"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:32.469Z", "message": "Stopping Agent bind_host_9xkma6", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:32.469Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "c30be165-f3c3-4b44-9a71-0f474d9a404a"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:35.542Z", "message": "Stopping...", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:35.542Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "625793a1-25fa-42d3-bef9-502d959131b0"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:35.769Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:35.769Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:36.172Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:36.172Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:36.172Z", "message": "Deleting agent", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:36.172Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:36.172Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:36.172Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:36.482Z", "message": "Successfully stopped daemon: bono_host_hww0qd\u001b[0m", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:36.482Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "625793a1-25fa-42d3-bef9-502d959131b0"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:36.482Z", "message": "Stopping daemon with command: sudo service celeryd-bono_host_hww0qd stop", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:36.482Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "625793a1-25fa-42d3-bef9-502d959131b0"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:36.482Z", "message": "Stopping...", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:36.482Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "c30be165-f3c3-4b44-9a71-0f474d9a404a"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:36.482Z", "message": "Stopping daemon with command: sudo service celeryd-bind_host_9xkma6 stop", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:36.482Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "c30be165-f3c3-4b44-9a71-0f474d9a404a"}], "metadata": {"pagination": {"total": 571, "offset": 540, "size": 50}}} 2018-10-26 11:03:37,347 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:03:37,347 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:03:37 GMT 2018-10-26 11:03:37,347 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:03:37,347 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 10324 2018-10-26 11:03:37,347 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:03:37,348 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:03:37,348 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:03:37,349 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:03:37,349 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:03:37,349 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:03:37,349 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:03:37,349 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:03:37,349 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:03:37,350 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:03:37,350 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent bind_host_9xkma6 2018-10-26 11:03:37,350 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-10-26 11:03:37,350 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-10-26 11:03:37,350 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-10-26 11:03:37,350 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-10-26 11:03:37,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-10-26 11:03:37,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: bono_host_hww0qd 2018-10-26 11:03:37,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-bono_host_hww0qd stop 2018-10-26 11:03:37,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-10-26 11:03:37,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-bind_host_9xkma6 stop 2018-10-26 11:03:37,351 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/dfa4874c-7ce2-4700-abd9-36a5784af2da 2018-10-26 11:03:37,411 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:03:37,411 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:03:37,411 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:03:37,411 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:03:37,411 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:03:37,411 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:03:37,412 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:03:37,412 - 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-26T11:00:08.099Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"} 2018-10-26 11:03:37,412 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:03:37,412 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:03:37 GMT 2018-10-26 11:03:37,412 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:03:37,412 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-26 11:03:37,412 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:03:42,418 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 11:03:42,488 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:03:42,488 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:03:42,488 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:03:42,488 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:03:42,489 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:03:42,489 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:03:42,489 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:03:42,489 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_9xkma6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:37.330Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:37.330Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:37.330Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:37.330Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:37.330Z", "message": "Deleting agent", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:37.330Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:37.330Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:37.330Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:37.494Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:37.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "04dd9e9a-2d4a-4c7e-9a5f-baf199430966"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:37.494Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:37.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "0f4eef30-4c06-4229-bcce-690084c31395"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:37.494Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:37.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "04dd9e9a-2d4a-4c7e-9a5f-baf199430966"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:37.494Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:37.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "0f4eef30-4c06-4229-bcce-690084c31395"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:37.494Z", "message": "Deleting Agent bono_host_hww0qd", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:37.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "04dd9e9a-2d4a-4c7e-9a5f-baf199430966"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:37.494Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:37.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "04dd9e9a-2d4a-4c7e-9a5f-baf199430966"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:37.494Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:37.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "0f4eef30-4c06-4229-bcce-690084c31395"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:37.494Z", "message": "Successfully stopped daemon: bind_host_9xkma6\u001b[0m", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:37.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "c30be165-f3c3-4b44-9a71-0f474d9a404a"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:37.494Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:37.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "04dd9e9a-2d4a-4c7e-9a5f-baf199430966"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:37.494Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:37.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "04dd9e9a-2d4a-4c7e-9a5f-baf199430966"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:37.494Z", "message": "Deleting Agent bind_host_9xkma6", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:37.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "0f4eef30-4c06-4229-bcce-690084c31395"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:37.494Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:37.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "04dd9e9a-2d4a-4c7e-9a5f-baf199430966"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:37.494Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:37.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "04dd9e9a-2d4a-4c7e-9a5f-baf199430966"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:37.494Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:37.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "0f4eef30-4c06-4229-bcce-690084c31395"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:37.494Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:37.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "0f4eef30-4c06-4229-bcce-690084c31395"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:37.494Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:37.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "04dd9e9a-2d4a-4c7e-9a5f-baf199430966"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:37.494Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:37.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "0f4eef30-4c06-4229-bcce-690084c31395"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:37.494Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:37.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "0f4eef30-4c06-4229-bcce-690084c31395"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:37.494Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:37.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "04dd9e9a-2d4a-4c7e-9a5f-baf199430966"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:37.494Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:37.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "0f4eef30-4c06-4229-bcce-690084c31395"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:37.494Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:37.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "0f4eef30-4c06-4229-bcce-690084c31395"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:38.524Z", "message": "Deleting...", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:38.524Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "04dd9e9a-2d4a-4c7e-9a5f-baf199430966"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:38.524Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:38.524Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "04dd9e9a-2d4a-4c7e-9a5f-baf199430966"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:38.524Z", "message": "Successfully deleted daemon: bono_host_hww0qd", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:38.524Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "04dd9e9a-2d4a-4c7e-9a5f-baf199430966"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:38.929Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:38.929Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:39.348Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:39.348Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:39.348Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:39.348Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:39.524Z", "message": "Deleting...", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:39.524Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "0f4eef30-4c06-4229-bcce-690084c31395"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:39.524Z", "message": "Successfully deleted daemon: bind_host_9xkma6", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:39.524Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "0f4eef30-4c06-4229-bcce-690084c31395"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:39.524Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:39.524Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "0f4eef30-4c06-4229-bcce-690084c31395"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:40.379Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:40.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:40.379Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:40.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:40.379Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:40.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "task_failed", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:40.379Z", "message": "Task failed 'diamond_agent.tasks.stop' -> timeout after 10 seconds (pid=5951)", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": [{"message": "timeout after 10 seconds (pid=5951)", "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/proxy_host_8tfvdc/env/lib/python2.7/site-packages/diamond_agent/tasks.py\", line 108, in stop\n stop_diamond(conf_path)\n File \"/home/ubuntu/proxy_host_8tfvdc/env/lib/python2.7/site-packages/diamond_agent/tasks.py\", line 159, in stop_diamond\n diamond_process.wait(timeout=DEFAULT_TIMEOUT)\n File \"/home/ubuntu/proxy_host_8tfvdc/env/lib/python2.7/site-packages/psutil/__init__.py\", line 1050, in wait\n return self._proc.wait(timeout)\n File \"/home/ubuntu/proxy_host_8tfvdc/env/lib/python2.7/site-packages/psutil/_pslinux.py\", line 694, in wrapper\n return fun(self, *args, **kwargs)\n File \"/home/ubuntu/proxy_host_8tfvdc/env/lib/python2.7/site-packages/psutil/_pslinux.py\", line 840, in wait\n raise TimeoutExpired(timeout, self.pid, self._name)\nTimeoutExpired: timeout after 10 seconds (pid=5951)\n", "type": "TimeoutExpired"}], "reported_timestamp": "2018-10-26T11:03:40.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:40.379Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:40.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:40.379Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:40.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:41.387Z", "message": "Stopping agent", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:41.387Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:41.387Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:41.387Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:41.387Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:41.387Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:41.387Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:41.387Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:41.527Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:41.527Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "482c1f09-53d0-46f4-9b26-ed68784ee8d5"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:41.542Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:41.542Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "482c1f09-53d0-46f4-9b26-ed68784ee8d5"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:42.409Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:42.409Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:42.409Z", "message": "Sending task 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:42.409Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:42.409Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:42.409Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:42.409Z", "message": "Task started 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:42.409Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}], "metadata": {"pagination": {"total": 623, "offset": 559, "size": 50}}} 2018-10-26 11:03:42,489 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:03:42,489 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:03:42 GMT 2018-10-26 11:03:42,489 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:03:42,489 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27820 2018-10-26 11:03:42,489 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:03:42,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-10-26 11:03:42,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-10-26 11:03:42,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-10-26 11:03:42,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-10-26 11:03:42,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:03:42,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:03:42,492 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:03:42,492 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:03:42,492 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent bono_host_hww0qd 2018-10-26 11:03:42,492 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:03:42,492 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:03:42,492 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: bind_host_9xkma6 2018-10-26 11:03:42,492 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:03:42,493 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:03:42,493 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent bind_host_9xkma6 2018-10-26 11:03:42,493 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:03:42,493 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:03:42,493 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:03:42,493 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:03:42,494 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:03:42,494 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:03:42,494 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:03:42,494 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:03:42,494 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:03:42,494 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:03:42,494 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-10-26 11:03:42,495 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-10-26 11:03:42,495 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: bono_host_hww0qd 2018-10-26 11:03:42,495 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-10-26 11:03:42,495 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-10-26 11:03:42,495 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-10-26 11:03:42,495 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-10-26 11:03:42,496 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: bind_host_9xkma6 2018-10-26 11:03:42,496 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-10-26 11:03:42,496 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-10-26 11:03:42,496 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-10-26 11:03:42,496 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-10-26 11:03:42,496 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'diamond_agent.tasks.stop' -> timeout after 10 seconds (pid=5951) 2018-10-26 11:03:42,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-10-26 11:03:42,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-10-26 11:03:42,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-10-26 11:03:42,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-10-26 11:03:42,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-10-26 11:03:42,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-10-26 11:03:42,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:03:42,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:03:42,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-10-26 11:03:42,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-10-26 11:03:42,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-10-26 11:03:42,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-10-26 11:03:42,498 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/dfa4874c-7ce2-4700-abd9-36a5784af2da 2018-10-26 11:03:42,561 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:03:42,561 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:03:42,561 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:03:42,561 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:03:42,561 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:03:42,561 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:03:42,561 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:03:42,562 - 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-26T11:00:08.099Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"} 2018-10-26 11:03:42,562 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:03:42,562 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:03:42 GMT 2018-10-26 11:03:42,562 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:03:42,562 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-26 11:03:42,562 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:03:47,567 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 11:03:47,635 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:03:47,636 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:03:47,636 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:03:47,636 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:03:47,636 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:03:47,636 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:03:47,636 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:03:47,636 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:42.561Z", "message": "Stopping Agent proxy_host_8tfvdc", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:42.561Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "482c1f09-53d0-46f4-9b26-ed68784ee8d5"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:42.561Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:42.561Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "482c1f09-53d0-46f4-9b26-ed68784ee8d5"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:42.561Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:42.561Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "482c1f09-53d0-46f4-9b26-ed68784ee8d5"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:42.561Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:42.561Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "482c1f09-53d0-46f4-9b26-ed68784ee8d5"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:42.561Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:42.561Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "482c1f09-53d0-46f4-9b26-ed68784ee8d5"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:42.561Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:42.561Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "482c1f09-53d0-46f4-9b26-ed68784ee8d5"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:42.561Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:42.561Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "482c1f09-53d0-46f4-9b26-ed68784ee8d5"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:42.561Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:42.561Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "482c1f09-53d0-46f4-9b26-ed68784ee8d5"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:46.073Z", "message": "Stopping...", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:46.073Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "482c1f09-53d0-46f4-9b26-ed68784ee8d5"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:46.317Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:46.317Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:46.570Z", "message": "Stopping daemon with command: sudo service celeryd-proxy_host_8tfvdc stop", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:46.570Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "482c1f09-53d0-46f4-9b26-ed68784ee8d5"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:46.570Z", "message": "Successfully stopped daemon: proxy_host_8tfvdc\u001b[0m", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:46.570Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "482c1f09-53d0-46f4-9b26-ed68784ee8d5"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:47.419Z", "message": "Deleting agent", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:47.419Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:47.419Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:47.419Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:47.419Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:47.419Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:47.583Z", "message": "Deleting Agent proxy_host_8tfvdc", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:47.583Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "c7f61216-d2ae-490e-8d43-ff775cac4c2e"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:47.583Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:47.583Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "c7f61216-d2ae-490e-8d43-ff775cac4c2e"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:47.583Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:47.583Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "c7f61216-d2ae-490e-8d43-ff775cac4c2e"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:47.583Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:47.583Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "c7f61216-d2ae-490e-8d43-ff775cac4c2e"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:47.583Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:47.583Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "c7f61216-d2ae-490e-8d43-ff775cac4c2e"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:47.583Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:47.583Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "c7f61216-d2ae-490e-8d43-ff775cac4c2e"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:47.583Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:47.583Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "c7f61216-d2ae-490e-8d43-ff775cac4c2e"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:47.583Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:47.583Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "c7f61216-d2ae-490e-8d43-ff775cac4c2e"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:47.583Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:47.583Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "c7f61216-d2ae-490e-8d43-ff775cac4c2e"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:47.583Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:47.583Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "c7f61216-d2ae-490e-8d43-ff775cac4c2e"}], "metadata": {"pagination": {"total": 648, "offset": 609, "size": 50}}} 2018-10-26 11:03:47,636 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:03:47,636 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:03:47 GMT 2018-10-26 11:03:47,637 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:03:47,637 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 13723 2018-10-26 11:03:47,637 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:03:47,637 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent proxy_host_8tfvdc 2018-10-26 11:03:47,638 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:03:47,638 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:03:47,638 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:03:47,638 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:03:47,638 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:03:47,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:03:47,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:03:47,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-10-26 11:03:47,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-10-26 11:03:47,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-proxy_host_8tfvdc stop 2018-10-26 11:03:47,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: proxy_host_8tfvdc 2018-10-26 11:03:47,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-10-26 11:03:47,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-10-26 11:03:47,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-10-26 11:03:47,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent proxy_host_8tfvdc 2018-10-26 11:03:47,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:03:47,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:03:47,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:03:47,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:03:47,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:03:47,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:03:47,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:03:47,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:03:47,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-10-26 11:03:47,642 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/dfa4874c-7ce2-4700-abd9-36a5784af2da 2018-10-26 11:03:47,703 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:03:47,703 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:03:47,704 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:03:47,704 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:03:47,704 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:03:47,704 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:03:47,704 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:03:47,704 - 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-26T11:00:08.099Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"} 2018-10-26 11:03:47,704 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:03:47,704 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:03:47 GMT 2018-10-26 11:03:47,704 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:03:47,704 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-26 11:03:47,704 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:03:52,707 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 11:03:52,778 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:03:52,778 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:03:52,778 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:03:52,778 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:03:52,778 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:03:52,778 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:03:52,778 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:03:52,778 - 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-26T11:03:48.436Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:48.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:48.436Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:48.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:48.436Z", "message": "Task succeeded 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:48.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:49.169Z", "message": "Deleting...", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:49.169Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "c7f61216-d2ae-490e-8d43-ff775cac4c2e"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:49.473Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:49.473Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:49.473Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:49.473Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:49.473Z", "message": "Task succeeded 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:49.473Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:49.602Z", "message": "Successfully deleted daemon: proxy_host_8tfvdc", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:49.602Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "c7f61216-d2ae-490e-8d43-ff775cac4c2e"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:49.602Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:49.602Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "c7f61216-d2ae-490e-8d43-ff775cac4c2e"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:50.494Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:50.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:50.494Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:50.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:50.494Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:50.494Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:52.096Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:52.096Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}], "metadata": {"pagination": {"total": 661, "offset": 634, "size": 50}}} 2018-10-26 11:03:52,779 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:03:52,779 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:03:52 GMT 2018-10-26 11:03:52,779 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:03:52,779 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6791 2018-10-26 11:03:52,779 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:03:52,780 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-10-26 11:03:52,780 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-10-26 11:03:52,780 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-10-26 11:03:52,780 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-10-26 11:03:52,780 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-10-26 11:03:52,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-10-26 11:03:52,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-10-26 11:03:52,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: proxy_host_8tfvdc 2018-10-26 11:03:52,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-10-26 11:03:52,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-10-26 11:03:52,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-10-26 11:03:52,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-10-26 11:03:52,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-10-26 11:03:52,782 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/dfa4874c-7ce2-4700-abd9-36a5784af2da 2018-10-26 11:03:52,846 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:03:52,846 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:03:52,846 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:03:52,847 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:03:52,847 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:03:52,847 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:03:52,847 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:03:52,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-26T11:00:08.099Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"} 2018-10-26 11:03:52,847 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:03:52,847 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:03:52 GMT 2018-10-26 11:03:52,847 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:03:52,847 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-26 11:03:52,847 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:03:57,853 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 11:03:57,928 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:03:57,928 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:03:57,928 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:03:57,928 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:03:57,929 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:03:57,929 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:03:57,929 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:03:57,929 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_8tfvdc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:53.506Z", "message": "Deleting node", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:53.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:53.506Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:53.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:53.506Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:53.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:53.542Z", "message": "deleting server", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:53.542Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "c4acb3da-b7fc-4c04-bcc1-347999905105"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:54.689Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:54.689Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:54.689Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:54.689Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:54.689Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:54.689Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:55.940Z", "message": "Waiting for server \"c5341b2b-0e9c-460d-a371-d879c8881a69\" to be deleted. current status: ACTIVE", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:55.940Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "c4acb3da-b7fc-4c04-bcc1-347999905105"}], "metadata": {"pagination": {"total": 672, "offset": 647, "size": 50}}} 2018-10-26 11:03:57,929 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:03:57,929 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:03:57 GMT 2018-10-26 11:03:57,929 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:03:57,929 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4194 2018-10-26 11:03:57,929 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:03:57,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-26 11:03:57,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-10-26 11:03:57,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-10-26 11:03:57,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-10-26 11:03:57,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-10-26 11:03:57,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-10-26 11:03:57,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-10-26 11:03:57,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "c5341b2b-0e9c-460d-a371-d879c8881a69" to be deleted. current status: ACTIVE 2018-10-26 11:03:57,931 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/dfa4874c-7ce2-4700-abd9-36a5784af2da 2018-10-26 11:03:57,993 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:03:57,993 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:03:57,994 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:03:57,994 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:03:57,994 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:03:57,994 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:03:57,994 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:03:57,994 - 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-26T11:00:08.099Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"} 2018-10-26 11:03:57,994 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:03:57,994 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:03:57 GMT 2018-10-26 11:03:57,994 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:03:57,994 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-26 11:03:57,995 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:04:03,000 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 11:04:03,145 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:04:03,145 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:04:03,145 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:04:03,145 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:04:03,145 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:04:03,146 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:04:03,146 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:04:03,146 - 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-26T11:03:58.211Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:58.211Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:58.698Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:58.698Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:58.698Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:58.698Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:58.698Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:58.698Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:59.488Z", "message": "deleting server", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:59.488Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "66d9dca9-35bf-4993-bf70-6fc48747ee36"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:59.706Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:59.706Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:59.706Z", "message": "Deleting node", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:59.706Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:03:59.706Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:03:59.706Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "proxy_host_8tfvdc", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:04:01.575Z", "message": "Waiting for server \"c5341b2b-0e9c-460d-a371-d879c8881a69\" to be deleted. current status: ACTIVE", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:04:01.575Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "c4acb3da-b7fc-4c04-bcc1-347999905105"}, {"node_instance_id": "bind_host_9xkma6", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:04:02.615Z", "message": "Waiting for server \"d26d0b8e-ee4e-4516-a7bb-3762ac1e94b0\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:04:02.615Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "66d9dca9-35bf-4993-bf70-6fc48747ee36"}], "metadata": {"pagination": {"total": 682, "offset": 655, "size": 50}}} 2018-10-26 11:04:03,146 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:04:03,146 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:04:03 GMT 2018-10-26 11:04:03,146 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:04:03,146 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5299 2018-10-26 11:04:03,146 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:04:03,147 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-10-26 11:04:03,147 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-10-26 11:04:03,147 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-10-26 11:04:03,147 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-10-26 11:04:03,148 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-10-26 11:04:03,148 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-10-26 11:04:03,148 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-26 11:04:03,148 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-10-26 11:04:03,148 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "c5341b2b-0e9c-460d-a371-d879c8881a69" to be deleted. current status: ACTIVE 2018-10-26 11:04:03,148 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "d26d0b8e-ee4e-4516-a7bb-3762ac1e94b0" to be deleted. current status: SHUTOFF 2018-10-26 11:04:03,149 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/dfa4874c-7ce2-4700-abd9-36a5784af2da 2018-10-26 11:04:03,852 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:04:03,853 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:04:03,853 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:04:03,853 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:04:03,853 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:04:03,853 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:04:03,853 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:04:03,853 - 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-26T11:00:08.099Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"} 2018-10-26 11:04:03,854 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:04:03,854 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:04:03 GMT 2018-10-26 11:04:03,854 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:04:03,854 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-26 11:04:03,854 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:04:08,855 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 11:04:08,935 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:04:08,935 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:04:08,935 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:04:08,935 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:04:08,935 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:04:08,935 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:04:08,935 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:04:08,935 - 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-26T11:04:03.527Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:04:03.527Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:04:04.716Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:04:04.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:04:04.716Z", "message": "Deleting node", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:04:04.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:04:04.716Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:04:04.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:04:04.863Z", "message": "deleting server", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:04:04.863Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "8c28ba15-63bb-43f7-96ff-c64d6f51bb3d"}, {"node_instance_id": "bono_host_hww0qd", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:04:06.895Z", "message": "Waiting for server \"6c9f3f7d-557a-43e9-97a2-fddcd744a590\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:04:06.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "8c28ba15-63bb-43f7-96ff-c64d6f51bb3d"}, {"node_instance_id": "proxy_host_8tfvdc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:04:07.056Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:04:07.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bind_host_9xkma6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:04:07.737Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:04:07.737Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bind_security_group_ih1r6k", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:04:08.748Z", "message": "Stopping node", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:04:08.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bind_floatingip_0pozvu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:04:08.748Z", "message": "Stopping node", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:04:08.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}], "metadata": {"pagination": {"total": 692, "offset": 665, "size": 50}}} 2018-10-26 11:04:08,935 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:04:08,936 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:04:08 GMT 2018-10-26 11:04:08,936 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:04:08,936 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5101 2018-10-26 11:04:08,936 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:04:08,936 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-10-26 11:04:08,937 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-10-26 11:04:08,937 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-26 11:04:08,937 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-10-26 11:04:08,937 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-10-26 11:04:08,937 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "6c9f3f7d-557a-43e9-97a2-fddcd744a590" to be deleted. current status: SHUTOFF 2018-10-26 11:04:08,937 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-10-26 11:04:08,938 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-10-26 11:04:08,938 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-26 11:04:08,938 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-26 11:04:08,938 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/dfa4874c-7ce2-4700-abd9-36a5784af2da 2018-10-26 11:04:09,186 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:04:09,186 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:04:09,186 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:04:09,186 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:04:09,186 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:04:09,186 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:04:09,187 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:04:09,187 - 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-26T11:00:08.099Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"} 2018-10-26 11:04:09,187 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:04:09,187 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:04:09 GMT 2018-10-26 11:04:09,187 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:04:09,187 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-26 11:04:09,187 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:04:14,191 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 11:04:14,269 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:04:14,269 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:04:14,269 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:04:14,270 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:04:14,270 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:04:14,270 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:04:14,270 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:04:14,270 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_floatingip_0pozvu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:04:09.761Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:04:09.761Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bind_security_group_ih1r6k", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:04:09.761Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:04:09.761Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bind_security_group_ih1r6k", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:04:09.761Z", "message": "Deleting node", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:04:09.761Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bind_security_group_ih1r6k", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:04:09.761Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:04:09.761Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bind_floatingip_0pozvu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:04:09.761Z", "message": "Deleting node", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:04:09.761Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bind_floatingip_0pozvu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:04:09.761Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:04:09.761Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bind_floatingip_0pozvu", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:04:09.773Z", "message": "deleting floatingip", "level": "info", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:04:09.773Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "4840ffa6-8b4b-4918-8113-cfdacfb40f3e"}, {"node_instance_id": "bind_security_group_ih1r6k", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:04:10.664Z", "message": "deleting security_group", "level": "info", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:04:10.664Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "a7459ff9-1159-4117-a625-24cabec0a4b0"}, {"node_instance_id": "bind_security_group_ih1r6k", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:04:10.769Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:04:10.769Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bind_floatingip_0pozvu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:04:11.778Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:04:11.778Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bono_host_hww0qd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:04:12.790Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:04:12.790Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "internal_sip_security_group_9mot9a", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:04:13.803Z", "message": "Stopping node", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:04:13.803Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bono_floatingip_7dn287", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:04:13.803Z", "message": "Stopping node", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:04:13.803Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bono_security_group_ddbzea", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:04:13.803Z", "message": "Stopping node", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:04:13.803Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "keypair_8ubdmb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:04:13.803Z", "message": "Stopping node", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:04:13.803Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "base_security_group_ugaiej", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:04:13.803Z", "message": "Stopping node", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:04:13.803Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}], "metadata": {"pagination": {"total": 708, "offset": 675, "size": 50}}} 2018-10-26 11:04:14,270 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:04:14,270 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:04:14 GMT 2018-10-26 11:04:14,270 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:04:14,271 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8078 2018-10-26 11:04:14,271 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:04:14,271 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-10-26 11:04:14,271 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-10-26 11:04:14,272 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-26 11:04:14,272 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-10-26 11:04:14,272 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-26 11:04:14,272 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-10-26 11:04:14,272 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting floatingip 2018-10-26 11:04:14,272 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-10-26 11:04:14,273 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-10-26 11:04:14,273 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-10-26 11:04:14,273 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-10-26 11:04:14,273 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-26 11:04:14,273 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-26 11:04:14,273 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-26 11:04:14,274 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-26 11:04:14,274 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-10-26 11:04:14,274 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/dfa4874c-7ce2-4700-abd9-36a5784af2da 2018-10-26 11:04:14,343 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:04:14,344 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:04:14,344 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:04:14,344 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:04:14,344 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:04:14,344 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:04:14,344 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:04:14,344 - 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-26T11:00:08.099Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"} 2018-10-26 11:04:14,344 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:04:14,345 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:04:14 GMT 2018-10-26 11:04:14,345 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:04:14,345 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-10-26 11:04:14,345 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:04:19,346 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-10-26 11:04:19,422 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:04:19,422 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:04:19,422 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:04:19,422 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:04:19,422 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:04:19,422 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:04:19,423 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:04:19,423 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "internal_sip_security_group_9mot9a", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:04:15.289Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:04:15.289Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bono_security_group_ddbzea", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:04:15.289Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:04:15.289Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "keypair_8ubdmb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:04:15.289Z", "message": "Deleting node", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:04:15.289Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "keypair_8ubdmb", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:04:15.289Z", "message": "Task started 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:04:15.289Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bono_security_group_ddbzea", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:04:15.289Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:04:15.289Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "internal_sip_security_group_9mot9a", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:04:15.289Z", "message": "Deleting node", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:04:15.289Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "base_security_group_ugaiej", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:04:15.289Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:04:15.289Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "base_security_group_ugaiej", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:04:15.289Z", "message": "Deleting node", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:04:15.289Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "internal_sip_security_group_9mot9a", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:04:15.289Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:04:15.289Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "keypair_8ubdmb", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:04:15.289Z", "message": "Sending task 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:04:15.289Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bono_floatingip_7dn287", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:04:15.289Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:04:15.289Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "base_security_group_ugaiej", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:04:15.289Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:04:15.289Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bono_floatingip_7dn287", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:04:15.289Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:04:15.289Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bono_security_group_ddbzea", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:04:15.289Z", "message": "Deleting node", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:04:15.289Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bono_floatingip_7dn287", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:04:15.289Z", "message": "Deleting node", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:04:15.289Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "base_security_group_ugaiej", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:04:16.169Z", "message": "deleting security_group", "level": "info", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:04:16.169Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "e3bd0431-4a58-48b7-b139-b12206c3d75a"}, {"node_instance_id": "keypair_8ubdmb", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:04:16.403Z", "message": "Task succeeded 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:04:16.403Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "keypair_8ubdmb", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:04:16.779Z", "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-26T11:04:16.779Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "abbca14e-be7a-442d-9dee-eedf52af4337"}, {"node_instance_id": "internal_sip_security_group_9mot9a", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:04:16.779Z", "message": "deleting security_group", "level": "info", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:04:16.779Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "074005eb-2ee4-40ad-bdda-3ed914223b1a"}, {"node_instance_id": "bono_floatingip_7dn287", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:04:16.779Z", "message": "deleting floatingip", "level": "info", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:04:16.779Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "a78e9ad6-075e-4d94-b5ab-41dc5a932689"}, {"node_instance_id": "bono_security_group_ddbzea", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:04:16.779Z", "message": "deleting security_group", "level": "info", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:04:16.779Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da", "logger": "cf669614-d326-4f43-8271-4d0cbcf18622"}, {"node_instance_id": "internal_sip_security_group_9mot9a", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:04:17.319Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:04:17.319Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "base_security_group_ugaiej", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:04:17.319Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:04:17.319Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:04:18.346Z", "message": "'uninstall' workflow execution succeeded", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:04:18.346Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bono_floatingip_7dn287", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:04:18.346Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:04:18.346Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}, {"node_instance_id": "bono_security_group_ddbzea", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-10-26T11:04:18.346Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:04:18.346Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"}], "metadata": {"pagination": {"total": 734, "offset": 691, "size": 50}}} 2018-10-26 11:04:19,423 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:04:19,423 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:04:19 GMT 2018-10-26 11:04:19,423 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:04:19,423 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 13501 2018-10-26 11:04:19,423 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:04:19,424 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-10-26 11:04:19,424 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-10-26 11:04:19,424 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-26 11:04:19,424 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.keypair.delete' 2018-10-26 11:04:19,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-10-26 11:04:19,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-26 11:04:19,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-10-26 11:04:19,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-26 11:04:19,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-10-26 11:04:19,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.keypair.delete' 2018-10-26 11:04:19,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-10-26 11:04:19,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-10-26 11:04:19,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-10-26 11:04:19,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-26 11:04:19,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-10-26 11:04:19,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-10-26 11:04:19,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.keypair.delete' 2018-10-26 11:04:19,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - not deleting keypair since an external keypair is being used 2018-10-26 11:04:19,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-10-26 11:04:19,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting floatingip 2018-10-26 11:04:19,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-10-26 11:04:19,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-10-26 11:04:19,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-10-26 11:04:19,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'uninstall' workflow execution succeeded 2018-10-26 11:04:19,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-10-26 11:04:19,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-10-26 11:04:19,428 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/dfa4874c-7ce2-4700-abd9-36a5784af2da 2018-10-26 11:04:19,558 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:04:19,558 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:04:19,558 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:04:19,558 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:04:19,559 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:04:19,559 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:04:19,559 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:04:19,559 - 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-26T11:00:08.099Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "dfa4874c-7ce2-4700-abd9-36a5784af2da"} 2018-10-26 11:04:19,559 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:04:19,559 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:04:19 GMT 2018-10-26 11:04:19,559 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:04:19,559 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 378 2018-10-26 11:04:19,559 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:04:19,560 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.201:80/api/v3/deployments/clearwater-opnfv 2018-10-26 11:04:20,272 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:04:20,272 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:04:20,272 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:04:20,272 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:04:20,272 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:04:20,272 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:04:20,273 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:04:20,273 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-10-26 11:04:20,273 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"inputs": {"vellum_cluster_size": 1, "agent_user": "ubuntu", "image_id": "3d6a0052-418a-42e3-a813-c35b9c005e84", "with_ellis": 1, "external_network_name": "external", "dime_cluster_size": 1, "key_pair_name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "bono_cluster_size": 1, "flavor_id": "99dfdd3a-22f2-4ea7-acf7-c916d986057e", "public_domain": "clearwater.opnfv", "homer_cluster_size": 1, "release": "repo129", "network_name": "cloudify_ims-net_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "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"}, "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-26T10:37:38.748Z", "updated_at": "2018-10-26T10:37:38.748Z", "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-26 11:04:20,273 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:04:20,273 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:04:20 GMT 2018-10-26 11:04:20,273 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:04:20,273 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8224 2018-10-26 11:04:20,273 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:04:20,274 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.201:80/api/v3/blueprints/clearwater-opnfv 2018-10-26 11:04:20,360 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:04:20,360 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:04:20,360 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:04:20,360 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:04:20,360 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:04:20,360 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:04:20,360 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:04:20,360 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-10-26 11:04:20,361 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"main_file_name": "openstack-blueprint.yaml", "description": null, "tenant_name": "default_tenant", "created_at": "2018-10-26T10:37:28.628Z", "updated_at": "2018-10-26T10:37:28.628Z", "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"}, "image_id": {"type": "string", "description": "Image ID of the agent VM's (Ubuntu 14.04 for clearwater)"}, "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"}, "dime_cluster_size": {"default": 1, "type": "integer", "description": "number of dime instance"}, "key_pair_name": {"default": "clearwater-key", "description": "Openstack key pair name of the key to associate with the new server"}, "bono_cluster_size": {"default": 1, "type": "integer", "description": "number of bono instance"}, "flavor_id": {"type": "string", "description": "Flavor ID of the agent VM's (RAM >= 2 GB)"}, "public_domain": {"type": "string", "description": "Sip domain for sip users and bono load-balancing"}, "homer_cluster_size": {"default": 1, "type": "integer", "description": "number of homer instance"}, "release": {"default": "stable", "type": "string", "description": "Clearwater release"}, "network_name": {"default": "net2", "description": "Openstack network name the new server will be connected to"}, "private_key_path": {"description": "Path to the private key which will be used for connecting to the server\non the manager or machine running CLI if running in local mode.\n"}, "sprout_cluster_size": {"default": 1, "type": "integer", "description": "number of sprout instance"}}, "description": null, "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "outputs": {"dns_ip": {"value": {"get_attribute": ["bind_floatingip", "floating_ip_address"]}}, "ellis_ip": {"value": {"get_attribute": ["ellis_floatingip", "floating_ip_address"]}}}, "version": {"definitions_name": "cloudify_dsl", "raw": "cloudify_dsl_1_3", "definitions_version": [1, 3]}, "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "groups": {"bono_group": {"members": ["bono_floatingip", "bono_host"], "policies": {}}}, "workflows": {"scale": {"operation": "cloudify.plugins.workflows.scale_entity", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}, "plugin": "default_workflows"}, "heal": {"operation": "cloudify.plugins.workflows.auto_heal_reinstall_node_subgraph", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}, "plugin": "default_workflows"}, "update": {"operation": "cloudify.plugins.workflows.update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}}, "plugin": "default_workflows"}, "execute_operation": {"operation": "cloudify.plugins.workflows.execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}, "plugin": "default_workflows"}, "install": {"operation": "cloudify.plugins.workflows.install", "parameters": {}, "plugin": "default_workflows"}, "install_new_agents": {"operation": "cloudify.plugins.workflows.install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}, "plugin": "default_workflows"}, "uninstall": {"operation": "cloudify.plugins.workflows.uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}, "plugin": "default_workflows"}}, "policies": {"scale_bono": {"type": "cloudify.policies.scaling", "properties": {"min_instances": 0, "planned_instances": {"get_input": "bono_cluster_size"}, "default_instances": {"get_input": "bono_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "bono_cluster_size"}}, "targets": ["bono_group"]}}, "nodes": [{"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "internal_sip_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "bono_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "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"}}, "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": ""}, "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.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"}, "creation": {"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/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.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.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.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": ""}, "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.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"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "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.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.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.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"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "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"}}, "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"}, "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_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"}, "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": "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.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": "internal_sip_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5058}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5054}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5052}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_internal_sip", "description": "Internal SIP signalling"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/clearwater/ellis/create_number.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/clearwater/ellis/create_number.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind", "app_connected_to_bind_ellis"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/clearwater/ellis/create_number.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind_ellis", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "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.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"}, "creation": {"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/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.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.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.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"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "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"}}, "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"}, "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": "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.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": "dime_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 8888}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 8889}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 10888}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_dime", "description": "memcached Chronos REST"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "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": "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.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": {"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": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "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, "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.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"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "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"}}, "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"}, "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": "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.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": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 80}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 443}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_ellis", "description": "Web UI"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "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"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "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"}}, "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": ""}, "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.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"}, "creation": {"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/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.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.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.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": ""}, "cloudify.interfaces.lifecycle.stop": {"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"}, "creation": {"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.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.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.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"}, "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": "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.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": "base_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "port": 22}, {"remote_ip_prefix": "0.0.0.0/0", "port": 4000}, {"remote_ip_prefix": "0.0.0.0/0", "port": 2380}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 161}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_base", "description": "SSH"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "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": "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.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": "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": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "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, "resource_id": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.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": "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.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": "homer_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7888}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9160}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_homer", "description": "REST Cassandra 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "internal_sip_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "sprout_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "sprout_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "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"}}, "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"}, "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": "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.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": "bind_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 53}, {"remote_ip_prefix": "0.0.0.0/0", "port": 53}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_bind", "description": "DNS"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "homer_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "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.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"}, "creation": {"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/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.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.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.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"}, "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": "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.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": "sprout_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9888}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_sprout", "description": "memcached Chronos 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "bind_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "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"}}, "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": ""}, "cloudify.interfaces.lifecycle.stop": {"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"}, "creation": {"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.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.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.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": ""}, "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.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"}, "creation": {"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/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.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.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.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"}, "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": "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.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": "bono_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 3478}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 3478}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5060}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 5060}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5062}, {"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 65535, "port_range_min": 32768, "protocol": "udp"}, {"remote_ip_prefix": "0.0.0.0/0", "port": 6669}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5058}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_bono", "description": "STUN SIP RTP 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "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"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "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"}}, "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"}, "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": "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.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": "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": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "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, "resource_id": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.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": "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.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": "vellum_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 11211}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 11311}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7253}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7000}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9160}, {"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 6668, "port_range_min": 6667}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_vellum", "description": "REST Cassandra 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}], "scaling_groups": {"bono_group": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "bono_cluster_size"}, "default_instances": {"get_input": "bono_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "bono_cluster_size"}}, "members": ["bono_floatingip", "bono_host"]}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}}, "id": "clearwater-opnfv"} 2018-10-26 11:04:20,363 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:04:20,363 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:04:20 GMT 2018-10-26 11:04:20,363 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:04:20,363 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 515398 2018-10-26 11:04:20,364 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:04:20,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-26 11:04:20,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/3d6a0052-418a-42e3-a813-c35b9c005e84 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 11:04:21,662 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ca4832e1-acec-4a6d-8174-4c4724a2bd88 Date: Fri, 26 Oct 2018 11:04: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-26 11:04:21,663 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/3d6a0052-418a-42e3-a813-c35b9c005e84 used request id req-ca4832e1-acec-4a6d-8174-4c4724a2bd88 2018-10-26 11:04:21,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.27535319328s 2018-10-26 11:04:21,663 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/3d6a0052-418a-42e3-a813-c35b9c005e84 used request id req-ca4832e1-acec-4a6d-8174-4c4724a2bd88 2018-10-26 11:04:21,664 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-26 11:04:21,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8ad966b2f552eaf1c2c9ed7cced59a567f4c3453" 2018-10-26 11:04:21,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:04: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-11542112-7e09-45b6-b326-1d191af99ce9 x-compute-request-id: req-11542112-7e09-45b6-b326-1d191af99ce9 Content-Encoding: gzip Content-Length: 369 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "name": "cloudify_ims-flavor_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/99dfdd3a-22f2-4ea7-acf7-c916d986057e", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/99dfdd3a-22f2-4ea7-acf7-c916d986057e", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 25, "id": "99dfdd3a-22f2-4ea7-acf7-c916d986057e", "name": "cloudify_ims-flavor_alt_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-26 11:04:21,836 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-11542112-7e09-45b6-b326-1d191af99ce9 2018-10-26 11:04:21,836 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.172658920288s 2018-10-26 11:04:21,837 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-11542112-7e09-45b6-b326-1d191af99ce9 2018-10-26 11:04:21,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-26 11:04:21,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/99dfdd3a-22f2-4ea7-acf7-c916d986057e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8ad966b2f552eaf1c2c9ed7cced59a567f4c3453" 2018-10-26 11:04:21,885 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 11:04: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-bcc6bc03-d6ee-4cf2-a9bd-284232f6fda9 x-compute-request-id: req-bcc6bc03-d6ee-4cf2-a9bd-284232f6fda9 Content-Length: 0 Content-Type: application/json 2018-10-26 11:04:21,885 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/99dfdd3a-22f2-4ea7-acf7-c916d986057e used request id req-bcc6bc03-d6ee-4cf2-a9bd-284232f6fda9 2018-10-26 11:04:21,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0456099510193s 2018-10-26 11:04:21,885 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/99dfdd3a-22f2-4ea7-acf7-c916d986057e used request id req-bcc6bc03-d6ee-4cf2-a9bd-284232f6fda9 2018-10-26 11:04:21,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-10-26 11:04:21,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/floatingips/ff1fd2a3-6364-4065-a922-712270fd8e30.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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 11:04:23,237 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fd2499fe-06ec-4117-830c-8fa9e2e9b98f Content-Length: 0 Date: Fri, 26 Oct 2018 11:04:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 11:04:23,237 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/ff1fd2a3-6364-4065-a922-712270fd8e30.json used request id req-fd2499fe-06ec-4117-830c-8fa9e2e9b98f 2018-10-26 11:04:23,238 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.34925794601s 2018-10-26 11:04:23,238 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/ff1fd2a3-6364-4065-a922-712270fd8e30.json used request id req-fd2499fe-06ec-4117-830c-8fa9e2e9b98f 2018-10-26 11:04:23,243 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-26 11:04:23,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 11:04:23,411 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-800b4ae6-0077-4f1e-bd15-fbc6c4dc6470 Date: Fri, 26 Oct 2018 11:04:23 GMT RESP BODY: {"floatingips": []} 2018-10-26 11:04:23,411 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-800b4ae6-0077-4f1e-bd15-fbc6c4dc6470 2018-10-26 11:04:23,411 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.167937040329s 2018-10-26 11:04:23,412 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-800b4ae6-0077-4f1e-bd15-fbc6c4dc6470 2018-10-26 11:04:23,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-10-26 11:04:23,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 11:04:23,704 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 11:04: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-296dffba-d764-4ff8-84da-e4984deb752f x-compute-request-id: req-296dffba-d764-4ff8-84da-e4984deb752f Content-Type: application/json 2018-10-26 11:04:23,704 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b used request id req-296dffba-d764-4ff8-84da-e4984deb752f 2018-10-26 11:04:23,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.291755914688s 2018-10-26 11:04:23,704 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b used request id req-296dffba-d764-4ff8-84da-e4984deb752f 2018-10-26 11:04:23,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:04:23,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 11:04:24,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:04: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-5dd7c63a-da1a-4ee6-a025-5679f3a963ec x-compute-request-id: req-5dd7c63a-da1a-4ee6-a025-5679f3a963ec Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cloudify_ims-net_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e4:6b:55", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e4:6b:55", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "bookmark"}], "image": {"id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "links": [{"href": "http://172.30.9.21:8774/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:36:23.000000", "flavor": {"id": "3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "links": [{"href": "http://172.30.9.21:8774/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "bookmark"}]}, "id": "fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "security_groups": [{"name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}], "user_id": "5b5c780e4c3344c7826505173c3b8e80", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T11:04:23Z", "hostId": "be7b22e1dbe1320f703a2182fac2ac51ccdbce10da95346aa5e03150", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "name": "cloudify_ims-vm_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "created": "2018-10-26T10:33:58Z", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:04:24,725 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5dd7c63a-da1a-4ee6-a025-5679f3a963ec 2018-10-26 11:04:24,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.01980400085s 2018-10-26 11:04:24,725 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5dd7c63a-da1a-4ee6-a025-5679f3a963ec 2018-10-26 11:04:24,727 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:04:26,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:04:26,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 11:04:27,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:04: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-0ad133f1-65c3-433c-bb8d-c0124805d7e2 x-compute-request-id: req-0ad133f1-65c3-433c-bb8d-c0124805d7e2 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cloudify_ims-net_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e4:6b:55", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "rel": "bookmark"}], "image": {"id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "links": [{"href": "http://172.30.9.21:8774/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T10:36:23.000000", "flavor": {"id": "3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "links": [{"href": "http://172.30.9.21:8774/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "bookmark"}]}, "id": "fb30bf85-9ab0-40b3-a3c6-41b18cad3f6b", "security_groups": [{"name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}], "user_id": "5b5c780e4c3344c7826505173c3b8e80", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T11:04:23Z", "hostId": "be7b22e1dbe1320f703a2182fac2ac51ccdbce10da95346aa5e03150", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "name": "cloudify_ims-vm_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "created": "2018-10-26T10:33:58Z", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:04:27,380 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0ad133f1-65c3-433c-bb8d-c0124805d7e2 2018-10-26 11:04:27,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.65053319931s 2018-10-26 11:04:27,380 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0ad133f1-65c3-433c-bb8d-c0124805d7e2 2018-10-26 11:04:27,382 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:04:29,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:04:29,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 11:04:29,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:04: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-1aa035b1-6a8f-43af-a872-25c0f264b606 x-compute-request-id: req-1aa035b1-6a8f-43af-a872-25c0f264b606 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-26 11:04:29,479 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1aa035b1-6a8f-43af-a872-25c0f264b606 2018-10-26 11:04:29,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.094673871994s 2018-10-26 11:04:29,479 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1aa035b1-6a8f-43af-a872-25c0f264b606 2018-10-26 11:04:29,483 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-26 11:04:29,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 11:04:29,691 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7329 X-Openstack-Request-Id: req-0ffbf73b-7520-4fde-92c7-abc2b377f57b Date: Fri, 26 Oct 2018 11:04:29 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "created_at": "2018-10-26T10:31:47Z", "updated_at": "2018-10-26T10:37:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:31:47Z", "revision_number": 0, "id": "52fb6ac7-1a3b-460c-95ba-17a37b3946a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:31:47Z", "security_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-26T10:37:25Z", "revision_number": 0, "id": "5f5d5e17-c038-4bf4-9ff8-f7fe93a60415", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:37:25Z", "security_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": 22, "ethertype": "IPv4", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:31:47Z", "revision_number": 0, "id": "a1c63aaf-6c00-4c80-8bd3-b2d98745045d", "remote_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "remote_ip_prefix": null, "created_at": "2018-10-26T10:31:47Z", "security_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:31:47Z", "revision_number": 0, "id": "bba9946c-f84e-40ad-9ade-bcdce47b22a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:31:47Z", "security_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:31:47Z", "revision_number": 0, "id": "c5b6cd33-c1c9-478a-abec-0d28b2ba969b", "remote_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "remote_ip_prefix": null, "created_at": "2018-10-26T10:31:47Z", "security_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}], "revision_number": 5, "project_id": "fb25b6949c784d56b9db7c35ab0ddf00", "id": "89db8603-bada-4df4-b76d-ef2b6d883763", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "created_at": "2018-10-26T10:33:52Z", "updated_at": "2018-10-26T10:33:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:33:53Z", "revision_number": 0, "id": "0e6c76d7-9a13-4954-b0d0-a55232608cf0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:33:53Z", "security_group_id": "c064e57e-ed09-497c-9764-ac5e950116e3", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-26T10:33:53Z", "revision_number": 0, "id": "52b8f24c-3fc5-497e-8edb-9359ea8586ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:33:53Z", "security_group_id": "c064e57e-ed09-497c-9764-ac5e950116e3", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": 22, "ethertype": "IPv4", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:33:54Z", "revision_number": 0, "id": "5c3cf5da-aef9-4f64-bd11-2e0e0389a5f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:33:54Z", "security_group_id": "c064e57e-ed09-497c-9764-ac5e950116e3", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-26T10:33:54Z", "revision_number": 0, "id": "5c594aa8-26eb-4838-a42d-b3de7b80ac5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:33:54Z", "security_group_id": "c064e57e-ed09-497c-9764-ac5e950116e3", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": 80, "ethertype": "IPv4", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:33:53Z", "revision_number": 0, "id": "5f92f819-94c5-4248-8b93-30fd7bb9660c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:33:53Z", "security_group_id": "c064e57e-ed09-497c-9764-ac5e950116e3", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-10-26T10:33:55Z", "revision_number": 0, "id": "6f243099-fd88-4708-acba-fcf1aabbd90c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:33:55Z", "security_group_id": "c064e57e-ed09-497c-9764-ac5e950116e3", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-10-26T10:33:55Z", "revision_number": 0, "id": "abf1cf78-7adf-4d8f-9ea7-c031e5588db1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:33:55Z", "security_group_id": "c064e57e-ed09-497c-9764-ac5e950116e3", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": 443, "ethertype": "IPv4", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-10-26T10:33:55Z", "revision_number": 0, "id": "e5bf9384-49d1-4d77-b13f-32be64ec8585", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:33:55Z", "security_group_id": "c064e57e-ed09-497c-9764-ac5e950116e3", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}], "revision_number": 8, "project_id": "fb25b6949c784d56b9db7c35ab0ddf00", "id": "c064e57e-ed09-497c-9764-ac5e950116e3", "name": "cloudify_ims-sg_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}]} 2018-10-26 11:04:29,691 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-0ffbf73b-7520-4fde-92c7-abc2b377f57b 2018-10-26 11:04:29,692 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.208753108978s 2018-10-26 11:04:29,692 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-0ffbf73b-7520-4fde-92c7-abc2b377f57b 2018-10-26 11:04:29,696 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-26 11:04:29,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/security-groups/c064e57e-ed09-497c-9764-ac5e950116e3.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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 11:04:30,020 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-79d5f693-5c8e-4e6e-bf4e-bc7c8801e122 Content-Length: 0 Date: Fri, 26 Oct 2018 11:04:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 11:04:30,020 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/c064e57e-ed09-497c-9764-ac5e950116e3.json used request id req-79d5f693-5c8e-4e6e-bf4e-bc7c8801e122 2018-10-26 11:04:30,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.323965072632s 2018-10-26 11:04:30,021 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/c064e57e-ed09-497c-9764-ac5e950116e3.json used request id req-79d5f693-5c8e-4e6e-bf4e-bc7c8801e122 2018-10-26 11:04:30,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-10-26 11:04:30,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 11:04:30,061 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 11:04: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-ab821e3c-3112-42ec-9bb7-27b1a4c9508a x-compute-request-id: req-ab821e3c-3112-42ec-9bb7-27b1a4c9508a Content-Length: 0 Content-Type: application/json 2018-10-26 11:04:30,061 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010 used request id req-ab821e3c-3112-42ec-9bb7-27b1a4c9508a 2018-10-26 11:04:30,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0396981239319s 2018-10-26 11:04:30,061 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/cloudify_ims-kp_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010 used request id req-ab821e3c-3112-42ec-9bb7-27b1a4c9508a 2018-10-26 11:04:30,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-10-26 11:04:30,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/46b6d1f9-02ec-435a-a168-5c7b4afd64f9/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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" -d '{"subnet_id": "ad4b78ec-b20a-4d5b-931a-5f7d2510c393"}' 2018-10-26 11:04:31,548 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a78412f7-2df0-45f1-b82f-350dd6a8717d Date: Fri, 26 Oct 2018 11:04:31 GMT RESP BODY: {"network_id": "e69018a4-a6a5-40c0-bc94-944544e8c74e", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "subnet_id": "ad4b78ec-b20a-4d5b-931a-5f7d2510c393", "subnet_ids": ["ad4b78ec-b20a-4d5b-931a-5f7d2510c393"], "port_id": "8ae9d15c-d21f-46b7-9fff-6e9666163edb", "id": "46b6d1f9-02ec-435a-a168-5c7b4afd64f9"} 2018-10-26 11:04:31,548 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/46b6d1f9-02ec-435a-a168-5c7b4afd64f9/remove_router_interface.json used request id req-a78412f7-2df0-45f1-b82f-350dd6a8717d 2018-10-26 11:04:31,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.48638391495s 2018-10-26 11:04:31,548 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/46b6d1f9-02ec-435a-a168-5c7b4afd64f9/remove_router_interface.json used request id req-a78412f7-2df0-45f1-b82f-350dd6a8717d returning object 46b6d1f9-02ec-435a-a168-5c7b4afd64f9 2018-10-26 11:04:31,549 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-10-26 11:04:31,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 11:04:31,780 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 708 X-Openstack-Request-Id: req-d5d044c7-d061-4145-99b4-3768b6d186e3 Date: Fri, 26 Oct 2018 11:04:31 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "created_at": "2018-10-26T10:31:49Z", "admin_state_up": true, "updated_at": "2018-10-26T11:04:30Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "fb25b6949c784d56b9db7c35ab0ddf00", "id": "46b6d1f9-02ec-435a-a168-5c7b4afd64f9", "name": "cloudify_ims-router_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}]} 2018-10-26 11:04:31,780 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-d5d044c7-d061-4145-99b4-3768b6d186e3 2018-10-26 11:04:31,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.231142997742s 2018-10-26 11:04:31,781 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-d5d044c7-d061-4145-99b4-3768b6d186e3 2018-10-26 11:04:31,782 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-10-26 11:04:31,783 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/46b6d1f9-02ec-435a-a168-5c7b4afd64f9.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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 11:04:35,355 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-92b6f50e-1cf4-46ec-8faa-f298db9c0fd8 Content-Length: 0 Date: Fri, 26 Oct 2018 11:04:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 11:04:35,356 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/46b6d1f9-02ec-435a-a168-5c7b4afd64f9.json used request id req-92b6f50e-1cf4-46ec-8faa-f298db9c0fd8 2018-10-26 11:04:35,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.57358407974s 2018-10-26 11:04:35,356 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/46b6d1f9-02ec-435a-a168-5c7b4afd64f9.json used request id req-92b6f50e-1cf4-46ec-8faa-f298db9c0fd8 2018-10-26 11:04:35,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-10-26 11:04:35,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 11:04:35,550 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-cef42ade-e9dd-4ac3-8e16-c1948c468039 Date: Fri, 26 Oct 2018 11:04:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e69018a4-a6a5-40c0-bc94-944544e8c74e","tenant_id":"fb25b6949c784d56b9db7c35ab0ddf00","created_at":"2018-10-26T10:31:48Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-26T10:31:48Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"fb25b6949c784d56b9db7c35ab0ddf00","id":"ad4b78ec-b20a-4d5b-931a-5f7d2510c393","subnetpool_id":null,"name":"cloudify_ims-subnet_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}]} 2018-10-26 11:04:35,550 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-cef42ade-e9dd-4ac3-8e16-c1948c468039 2018-10-26 11:04:35,550 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.193553924561s 2018-10-26 11:04:35,550 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-cef42ade-e9dd-4ac3-8e16-c1948c468039 2018-10-26 11:04:35,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-10-26 11:04:35,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/ad4b78ec-b20a-4d5b-931a-5f7d2510c393.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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 11:04:37,788 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-04aad8df-7464-4f5e-a4f1-c51dcbb668c1 Date: Fri, 26 Oct 2018 11:04:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 11:04:37,788 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/ad4b78ec-b20a-4d5b-931a-5f7d2510c393.json used request id req-04aad8df-7464-4f5e-a4f1-c51dcbb668c1 2018-10-26 11:04:37,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.23621892929s 2018-10-26 11:04:37,788 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/ad4b78ec-b20a-4d5b-931a-5f7d2510c393.json used request id req-04aad8df-7464-4f5e-a4f1-c51dcbb668c1 2018-10-26 11:04:37,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-26 11:04:37,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 11:04:38,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1199 X-Openstack-Request-Id: req-25a07531-4e72-4ec2-8cc6-42371b7f5a29 Date: Fri, 26 Oct 2018 11:04:38 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","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-26T11:04:37Z","tenant_id":"fb25b6949c784d56b9db7c35ab0ddf00","created_at":"2018-10-26T10:31:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"fb25b6949c784d56b9db7c35ab0ddf00","id":"e69018a4-a6a5-40c0-bc94-944544e8c74e","name":"cloudify_ims-net_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}]} 2018-10-26 11:04:38,061 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-25a07531-4e72-4ec2-8cc6-42371b7f5a29 2018-10-26 11:04:38,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.27233505249s 2018-10-26 11:04:38,061 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-25a07531-4e72-4ec2-8cc6-42371b7f5a29 2018-10-26 11:04:38,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-10-26 11:04:38,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/e69018a4-a6a5-40c0-bc94-944544e8c74e.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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 11:04:38,772 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-58fe5c15-6089-4683-ae00-e5490c239802 Date: Fri, 26 Oct 2018 11:04:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 11:04:38,772 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/e69018a4-a6a5-40c0-bc94-944544e8c74e.json used request id req-58fe5c15-6089-4683-ae00-e5490c239802 2018-10-26 11:04:38,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.709472894669s 2018-10-26 11:04:38,772 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/e69018a4-a6a5-40c0-bc94-944544e8c74e.json used request id req-58fe5c15-6089-4683-ae00-e5490c239802 2018-10-26 11:04:38,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-26 11:04:38,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 11:04:39,352 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-c3264add-468d-481a-830d-d4697f12f807 Date: Fri, 26 Oct 2018 11:04:39 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/752cbf6d-c8de-4944-8e8c-471f5e713932/snap", "metadata": {}}], "file": "/v2/images/752cbf6d-c8de-4944-8e8c-471f5e713932/file", "owner": "fb25b6949c784d56b9db7c35ab0ddf00", "id": "752cbf6d-c8de-4944-8e8c-471f5e713932", "size": 4373348352, "self": "/v2/images/752cbf6d-c8de-4944-8e8c-471f5e713932", "disk_format": "qcow2", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/752cbf6d-c8de-4944-8e8c-471f5e713932/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-10-26T10:33:51Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-10-26T10:32:36Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-26 11:04:39,353 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-c3264add-468d-481a-830d-d4697f12f807 2018-10-26 11:04:39,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.579795837402s 2018-10-26 11:04:39,353 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-c3264add-468d-481a-830d-d4697f12f807 2018-10-26 11:04:39,355 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-26 11:04:39,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/752cbf6d-c8de-4944-8e8c-471f5e713932 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f1b1d3ef8985e37dd0b6a35974d5c1177cf8440" 2018-10-26 11:04:42,764 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8ed87161-7125-4c36-991d-3cf8d885ca7e Date: Fri, 26 Oct 2018 11:04: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-26 11:04:42,764 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/752cbf6d-c8de-4944-8e8c-471f5e713932 used request id req-8ed87161-7125-4c36-991d-3cf8d885ca7e 2018-10-26 11:04:42,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 3.40898108482s 2018-10-26 11:04:42,764 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/752cbf6d-c8de-4944-8e8c-471f5e713932 used request id req-8ed87161-7125-4c36-991d-3cf8d885ca7e 2018-10-26 11:04:42,765 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-26 11:04:42,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8ad966b2f552eaf1c2c9ed7cced59a567f4c3453" 2018-10-26 11:04:42,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:04:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d3188038-d962-462a-937e-0da1fec65713 x-compute-request-id: req-d3188038-d962-462a-937e-0da1fec65713 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "3edd32c1-41f5-41f9-88f7-b0a5d6fa227c", "name": "cloudify_ims-flavor_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-26 11:04:42,857 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-d3188038-d962-462a-937e-0da1fec65713 2018-10-26 11:04:42,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0919539928436s 2018-10-26 11:04:42,857 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-d3188038-d962-462a-937e-0da1fec65713 2018-10-26 11:04:42,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-26 11:04:42,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8ad966b2f552eaf1c2c9ed7cced59a567f4c3453" 2018-10-26 11:04:42,910 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 11:04:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-63380087-9e8e-4c47-b50f-1bf93e1d0646 x-compute-request-id: req-63380087-9e8e-4c47-b50f-1bf93e1d0646 Content-Length: 0 Content-Type: application/json 2018-10-26 11:04:42,910 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c used request id req-63380087-9e8e-4c47-b50f-1bf93e1d0646 2018-10-26 11:04:42,910 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0518329143524s 2018-10-26 11:04:42,911 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/3edd32c1-41f5-41f9-88f7-b0a5d6fa227c used request id req-63380087-9e8e-4c47-b50f-1bf93e1d0646 2018-10-26 11:04:42,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-26 11:04:42,912 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}8ad966b2f552eaf1c2c9ed7cced59a567f4c3453" 2018-10-26 11:04:43,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:04:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c39a458-ba4b-4cb6-bd9d-b95051629591 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "cloudify_ims-user_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010", "links": {"self": "http://172.30.9.21:5000/v3/users/5b5c780e4c3344c7826505173c3b8e80"}, "domain_id": "default", "enabled": true, "id": "5b5c780e4c3344c7826505173c3b8e80", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 11:04:43,019 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-3c39a458-ba4b-4cb6-bd9d-b95051629591 2018-10-26 11:04:43,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.107997894287s 2018-10-26 11:04:43,020 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-3c39a458-ba4b-4cb6-bd9d-b95051629591 2018-10-26 11:04:43,026 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-26 11:04:43,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/5b5c780e4c3344c7826505173c3b8e80 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8ad966b2f552eaf1c2c9ed7cced59a567f4c3453" 2018-10-26 11:04:43,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:04:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4806aaf2-1883-4f2a-b921-c19e00ed4547 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/5b5c780e4c3344c7826505173c3b8e80"}, "enabled": true, "id": "5b5c780e4c3344c7826505173c3b8e80", "options": {}, "domain_id": "default", "name": "cloudify_ims-user_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}} 2018-10-26 11:04:43,119 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/5b5c780e4c3344c7826505173c3b8e80 used request id req-4806aaf2-1883-4f2a-b921-c19e00ed4547 2018-10-26 11:04:43,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0929040908813s 2018-10-26 11:04:43,119 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/5b5c780e4c3344c7826505173c3b8e80 used request id req-4806aaf2-1883-4f2a-b921-c19e00ed4547 2018-10-26 11:04:43,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-26 11:04:43,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/5b5c780e4c3344c7826505173c3b8e80 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8ad966b2f552eaf1c2c9ed7cced59a567f4c3453" 2018-10-26 11:04:43,313 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 11:04:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1deeb900-97d3-4313-b665-2cd2694b8d64 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 11:04:43,313 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/5b5c780e4c3344c7826505173c3b8e80 used request id req-1deeb900-97d3-4313-b665-2cd2694b8d64 2018-10-26 11:04:43,313 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.193336963654s 2018-10-26 11:04:43,314 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/5b5c780e4c3344c7826505173c3b8e80 used request id req-1deeb900-97d3-4313-b665-2cd2694b8d64 2018-10-26 11:04:43,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-26 11:04:43,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}8ad966b2f552eaf1c2c9ed7cced59a567f4c3453" 2018-10-26 11:04:43,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:04:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fd97ec3-697b-43c3-adc1-a3f5aa92673f Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.21:5000/v3/projects/fb25b6949c784d56b9db7c35ab0ddf00"}, "enabled": true, "id": "fb25b6949c784d56b9db7c35ab0ddf00", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_b2a57b67-8ecc-4d91-8d91-99fb1ab6e010"}]} 2018-10-26 11:04:43,395 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-9fd97ec3-697b-43c3-adc1-a3f5aa92673f 2018-10-26 11:04:43,395 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0813279151917s 2018-10-26 11:04:43,396 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-9fd97ec3-697b-43c3-adc1-a3f5aa92673f 2018-10-26 11:04:43,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-26 11:04:43,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/fb25b6949c784d56b9db7c35ab0ddf00 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8ad966b2f552eaf1c2c9ed7cced59a567f4c3453" 2018-10-26 11:04:43,550 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 11:04:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-93d03405-25c0-4e75-a31e-03b21e24235d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 11:04:43,550 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/fb25b6949c784d56b9db7c35ab0ddf00 used request id req-93d03405-25c0-4e75-a31e-03b21e24235d 2018-10-26 11:04:43,551 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.152408123016s 2018-10-26 11:04:43,551 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/fb25b6949c784d56b9db7c35ab0ddf00 used request id req-93d03405-25c0-4e75-a31e-03b21e24235d 2018-10-26 11:04:43,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 11:04:43,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ad966b2f552eaf1c2c9ed7cced59a567f4c3453" 2018-10-26 11:04:43,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:04:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee0486af-ef4d-42ad-8a6e-ceb281fb6b56 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "8c70c03d29b1474ea397c48da6286a23", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c70c03d29b1474ea397c48da6286a23"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 11:04:43,625 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-ee0486af-ef4d-42ad-8a6e-ceb281fb6b56 2018-10-26 11:04:43,626 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0743110179901s 2018-10-26 11:04:43,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-26 11:04:43,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/roles/8c70c03d29b1474ea397c48da6286a23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ad966b2f552eaf1c2c9ed7cced59a567f4c3453" 2018-10-26 11:04:43,731 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 11:04:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-81dbf7d4-0799-4193-b204-e89f10f9bebc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 11:04:43,731 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/8c70c03d29b1474ea397c48da6286a23 used request id req-81dbf7d4-0799-4193-b204-e89f10f9bebc 2018-10-26 11:04:43,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.104247093201s 2018-10-26 11:04:43,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-26 11:04:43,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/security-groups.json?project_id=fb25b6949c784d56b9db7c35ab0ddf00&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}8ad966b2f552eaf1c2c9ed7cced59a567f4c3453" 2018-10-26 11:04:43,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2930 X-Openstack-Request-Id: req-4733a2a7-d20f-4f70-9511-2dc6c651c109 Date: Fri, 26 Oct 2018 11:04:43 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "created_at": "2018-10-26T10:31:47Z", "updated_at": "2018-10-26T10:37:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:31:47Z", "revision_number": 0, "id": "52fb6ac7-1a3b-460c-95ba-17a37b3946a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:31:47Z", "security_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-26T10:37:25Z", "revision_number": 0, "id": "5f5d5e17-c038-4bf4-9ff8-f7fe93a60415", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:37:25Z", "security_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": 22, "ethertype": "IPv4", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:31:47Z", "revision_number": 0, "id": "a1c63aaf-6c00-4c80-8bd3-b2d98745045d", "remote_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "remote_ip_prefix": null, "created_at": "2018-10-26T10:31:47Z", "security_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:31:47Z", "revision_number": 0, "id": "bba9946c-f84e-40ad-9ade-bcdce47b22a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:31:47Z", "security_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:31:47Z", "revision_number": 0, "id": "c5b6cd33-c1c9-478a-abec-0d28b2ba969b", "remote_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "remote_ip_prefix": null, "created_at": "2018-10-26T10:31:47Z", "security_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}], "revision_number": 5, "project_id": "fb25b6949c784d56b9db7c35ab0ddf00", "id": "89db8603-bada-4df4-b76d-ef2b6d883763", "name": "default"}]} 2018-10-26 11:04:43,921 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json?project_id=fb25b6949c784d56b9db7c35ab0ddf00&name=default used request id req-4733a2a7-d20f-4f70-9511-2dc6c651c109 2018-10-26 11:04:43,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.186236858368s 2018-10-26 11:04:43,922 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json?project_id=fb25b6949c784d56b9db7c35ab0ddf00&name=default used request id req-4733a2a7-d20f-4f70-9511-2dc6c651c109 2018-10-26 11:04:43,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-26 11:04:43,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8ad966b2f552eaf1c2c9ed7cced59a567f4c3453" 2018-10-26 11:04:44,114 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9849 X-Openstack-Request-Id: req-3245923e-f3db-4c32-940d-91e1155fc321 Date: Fri, 26 Oct 2018 11:04:44 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "created_at": "2018-10-26T10:31:47Z", "updated_at": "2018-10-26T10:37:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:31:47Z", "revision_number": 0, "id": "bba9946c-f84e-40ad-9ade-bcdce47b22a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:31:47Z", "security_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:31:47Z", "revision_number": 0, "id": "a1c63aaf-6c00-4c80-8bd3-b2d98745045d", "remote_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "remote_ip_prefix": null, "created_at": "2018-10-26T10:31:47Z", "security_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:31:47Z", "revision_number": 0, "id": "52fb6ac7-1a3b-460c-95ba-17a37b3946a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:31:47Z", "security_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv4", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T10:31:47Z", "revision_number": 0, "id": "c5b6cd33-c1c9-478a-abec-0d28b2ba969b", "remote_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "remote_ip_prefix": null, "created_at": "2018-10-26T10:31:47Z", "security_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": null, "ethertype": "IPv6", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-26T10:37:25Z", "revision_number": 0, "id": "5f5d5e17-c038-4bf4-9ff8-f7fe93a60415", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T10:37:25Z", "security_group_id": "89db8603-bada-4df4-b76d-ef2b6d883763", "tenant_id": "fb25b6949c784d56b9db7c35ab0ddf00", "port_range_min": 22, "ethertype": "IPv4", "project_id": "fb25b6949c784d56b9db7c35ab0ddf00"}], "revision_number": 5, "project_id": "fb25b6949c784d56b9db7c35ab0ddf00", "id": "89db8603-bada-4df4-b76d-ef2b6d883763", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 11:04:44,115 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-3245923e-f3db-4c32-940d-91e1155fc321 2018-10-26 11:04:44,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.189889192581s 2018-10-26 11:04:44,115 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-3245923e-f3db-4c32-940d-91e1155fc321 2018-10-26 11:04:44,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-26 11:04:44,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/security-groups/89db8603-bada-4df4-b76d-ef2b6d883763.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}8ad966b2f552eaf1c2c9ed7cced59a567f4c3453" 2018-10-26 11:04:44,458 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-37d17d6e-b0ba-4103-9641-78963bb5cc75 Content-Length: 0 Date: Fri, 26 Oct 2018 11:04:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 11:04:44,459 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/89db8603-bada-4df4-b76d-ef2b6d883763.json used request id req-37d17d6e-b0ba-4103-9641-78963bb5cc75 2018-10-26 11:04:44,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.339224815369s 2018-10-26 11:04:44,459 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/89db8603-bada-4df4-b76d-ef2b6d883763.json used request id req-37d17d6e-b0ba-4103-9641-78963bb5cc75 2018-10-26 11:04:44,478 - xtesting.ci.run_tests - INFO - Loading test case 'vyos_vrouter'... 2018-10-26 11:04:44,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-26 11:04:44,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-26 11:04:44,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-26 11:04:44,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-26 11:04:44,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-26 11:04:44,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-26 11:04:44,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-26 11:04:44,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-26 11:04:44,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-26 11:04:44,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-26 11:04:44,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-26 11:04:44,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-26 11:04:44,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-26 11:04:44,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-26 11:04:44,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-26 11:04:44,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-26 11:04:44,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-26 11:04:44,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-26 11:04:44,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-26 11:04:44,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-26 11:04:44,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-26 11:04:44,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-26 11:04:44,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 11:04:44,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:04:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4d9dc62-bc8b-44bd-948e-233d70f48f13 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 11:04:44,609 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d4d9dc62-bc8b-44bd-948e-233d70f48f13 2018-10-26 11:04:44,610 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 11:04:44,974 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}], "expires_at": "2018-10-26T12:04:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8dcd64f3c764883a33350227564ab99", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c8dcd64f3c764883a33350227564ab99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/c8dcd64f3c764883a33350227564ab99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/c8dcd64f3c764883a33350227564ab99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c8dcd64f3c764883a33350227564ab99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/c8dcd64f3c764883a33350227564ab99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/c8dcd64f3c764883a33350227564ab99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/c8dcd64f3c764883a33350227564ab99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/c8dcd64f3c764883a33350227564ab99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/c8dcd64f3c764883a33350227564ab99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/c8dcd64f3c764883a33350227564ab99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/c8dcd64f3c764883a33350227564ab99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/c8dcd64f3c764883a33350227564ab99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "407502ccd88d4e6a85d43ab4ef2e0d85"}, "audit_ids": ["26-suDfwSa-O2FKtNYzMwg"], "issued_at": "2018-10-26T11:04:44.000000Z"}} 2018-10-26 11:04:44,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-26 11:04:44,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a64ad07a93d7bc8ebe1c7783c54bbaaf96885d4e" 2018-10-26 11:04:45,230 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-c129bf28-ce59-454d-b2c8-b04072ad2149 Date: Fri, 26 Oct 2018 11:04:45 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","provider:network_type":"flat"}]} 2018-10-26 11:04:45,231 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c129bf28-ce59-454d-b2c8-b04072ad2149 2018-10-26 11:04:45,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.252801179886s 2018-10-26 11:04:45,231 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c129bf28-ce59-454d-b2c8-b04072ad2149 2018-10-26 11:04:45,232 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-26 11:04:45,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}a64ad07a93d7bc8ebe1c7783c54bbaaf96885d4e" 2018-10-26 11:04:45,242 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 11:04: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 11:04:45,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a64ad07a93d7bc8ebe1c7783c54bbaaf96885d4e" 2018-10-26 11:04:45,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:04:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b82b58d-d6ae-464c-be76-13d5505c9039 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/865486593e12402f86e9636a8d3859ad"}, "description": "", "name": "heat_stack", "enabled": true, "id": "865486593e12402f86e9636a8d3859ad"}, {"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-10-26 11:04:45,324 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-9b82b58d-d6ae-464c-be76-13d5505c9039 2018-10-26 11:04:45,325 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0925130844116s 2018-10-26 11:04:45,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-26 11:04:45,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}a64ad07a93d7bc8ebe1c7783c54bbaaf96885d4e" -d '{"project": {"description": "Created by OPNFV Functest: vyos_vrouter", "enabled": true, "domain_id": "default", "name": "vyos_vrouter-project_ad566928-fede-4f0a-965a-66efd9835f90"}}' 2018-10-26 11:04:45,432 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 11:04:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-81f4bc61-4d37-4d42-a046-b8ff1fdccc59 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.21:5000/v3/projects/82d2d876a3084e22b065060a9b2f6f5c"}, "enabled": true, "id": "82d2d876a3084e22b065060a9b2f6f5c", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_ad566928-fede-4f0a-965a-66efd9835f90"}} 2018-10-26 11:04:45,433 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-81f4bc61-4d37-4d42-a046-b8ff1fdccc59 2018-10-26 11:04:45,433 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.106571912766s 2018-10-26 11:04:45,433 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-81f4bc61-4d37-4d42-a046-b8ff1fdccc59 2018-10-26 11:04:45,434 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vyos_vrouter-project_ad566928-fede-4f0a-965a-66efd9835f90', 'id': u'82d2d876a3084e22b065060a9b2f6f5c', '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-26 11:04:45,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-26 11:04:45,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.352813959122s 2018-10-26 11:04:45,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/2e115ca1fa8a4b44920e8e3bf941ee55 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a64ad07a93d7bc8ebe1c7783c54bbaaf96885d4e" 2018-10-26 11:04:45,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:04:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60966a67-1e59-47a7-9d5b-af2f00373358 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/2e115ca1fa8a4b44920e8e3bf941ee55"}, "enabled": true, "id": "2e115ca1fa8a4b44920e8e3bf941ee55", "options": {}, "domain_id": "default", "name": "vyos_vrouter-user_ad566928-fede-4f0a-965a-66efd9835f90"}} 2018-10-26 11:04:45,887 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/2e115ca1fa8a4b44920e8e3bf941ee55 used request id req-60966a67-1e59-47a7-9d5b-af2f00373358 2018-10-26 11:04:45,888 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'2e115ca1fa8a4b44920e8e3bf941ee55', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vyos_vrouter-user_ad566928-fede-4f0a-965a-66efd9835f90'}) 2018-10-26 11:04:45,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 11:04:45,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a64ad07a93d7bc8ebe1c7783c54bbaaf96885d4e" 2018-10-26 11:04:45,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:04:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8faedb68-3457-4512-9d00-f95f27302879 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 11:04:45,965 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-8faedb68-3457-4512-9d00-f95f27302879 2018-10-26 11:04:45,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0767159461975s 2018-10-26 11:04:45,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 11:04:45,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a64ad07a93d7bc8ebe1c7783c54bbaaf96885d4e" 2018-10-26 11:04:46,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:04:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0d5a841-5e59-4e7d-9455-5519528bc8a8 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 11:04:46,047 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-e0d5a841-5e59-4e7d-9455-5519528bc8a8 2018-10-26 11:04:46,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0813810825348s 2018-10-26 11:04:46,048 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-26 11:04:46,049 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-26 11:04:46,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a64ad07a93d7bc8ebe1c7783c54bbaaf96885d4e" -d '{"role": {"name": "Member"}}' 2018-10-26 11:04:46,153 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 11:04:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-44eff32d-1814-4708-8a97-ce8e7aed7ea3 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "181c94152b0f4d7c987cd3c26398529c", "links": {"self": "http://172.30.9.21:5000/v3/roles/181c94152b0f4d7c987cd3c26398529c"}, "name": "Member"}} 2018-10-26 11:04:46,153 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-44eff32d-1814-4708-8a97-ce8e7aed7ea3 2018-10-26 11:04:46,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.104211807251s 2018-10-26 11:04:46,154 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles/181c94152b0f4d7c987cd3c26398529c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a64ad07a93d7bc8ebe1c7783c54bbaaf96885d4e" 2018-10-26 11:04:46,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:04:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c2c1e97-9cdf-4fa3-9761-1a30bde358a3 Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/181c94152b0f4d7c987cd3c26398529c"}, "domain_id": null, "name": "Member", "id": "181c94152b0f4d7c987cd3c26398529c"}} 2018-10-26 11:04:46,231 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/181c94152b0f4d7c987cd3c26398529c used request id req-3c2c1e97-9cdf-4fa3-9761-1a30bde358a3 2018-10-26 11:04:46,232 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.21:5000/v3/roles/181c94152b0f4d7c987cd3c26398529c'}, 'domain_id': None, 'human_id': None, 'id': u'181c94152b0f4d7c987cd3c26398529c', 'HUMAN_ID': False}) 2018-10-26 11:04:46,232 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 11:04:46,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a64ad07a93d7bc8ebe1c7783c54bbaaf96885d4e" 2018-10-26 11:04:46,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:04:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47f818fd-0966-4b35-a856-e4a4332c3fcb Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "181c94152b0f4d7c987cd3c26398529c", "links": {"self": "http://172.30.9.21:5000/v3/roles/181c94152b0f4d7c987cd3c26398529c"}, "name": "Member"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 11:04:46,317 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-47f818fd-0966-4b35-a856-e4a4332c3fcb 2018-10-26 11:04:46,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0852768421173s 2018-10-26 11:04:46,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-26 11:04:46,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a64ad07a93d7bc8ebe1c7783c54bbaaf96885d4e" 2018-10-26 11:04:46,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:04:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b434b9e-a7c4-424d-a522-c97084a7df45 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-10-26 11:04:46,400 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-6b434b9e-a7c4-424d-a522-c97084a7df45 2018-10-26 11:04:46,400 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0812249183655s 2018-10-26 11:04:46,401 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-26 11:04:46,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}a64ad07a93d7bc8ebe1c7783c54bbaaf96885d4e" 2018-10-26 11:04:46,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:04:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83cf8a0f-5e18-4f94-8187-5804e9b9ca08 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vyos_vrouter-user_ad566928-fede-4f0a-965a-66efd9835f90", "links": {"self": "http://172.30.9.21:5000/v3/users/2e115ca1fa8a4b44920e8e3bf941ee55"}, "domain_id": "default", "enabled": true, "id": "2e115ca1fa8a4b44920e8e3bf941ee55", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 11:04:46,491 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-83cf8a0f-5e18-4f94-8187-5804e9b9ca08 2018-10-26 11:04:46,491 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0901091098785s 2018-10-26 11:04:46,492 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-83cf8a0f-5e18-4f94-8187-5804e9b9ca08 2018-10-26 11:04:46,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-26 11:04:46,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a64ad07a93d7bc8ebe1c7783c54bbaaf96885d4e" 2018-10-26 11:04:46,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:04:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34e76377-5e7d-46dd-b004-3f5bb7a015af Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.21:5000/v3/projects/82d2d876a3084e22b065060a9b2f6f5c"}, "enabled": true, "id": "82d2d876a3084e22b065060a9b2f6f5c", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_ad566928-fede-4f0a-965a-66efd9835f90"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-26 11:04:46,579 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-34e76377-5e7d-46dd-b004-3f5bb7a015af 2018-10-26 11:04:46,579 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0810761451721s 2018-10-26 11:04:46,580 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-34e76377-5e7d-46dd-b004-3f5bb7a015af 2018-10-26 11:04:46,582 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-26 11:04:46,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=2e115ca1fa8a4b44920e8e3bf941ee55&scope.project.id=82d2d876a3084e22b065060a9b2f6f5c&role.id=181c94152b0f4d7c987cd3c26398529c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a64ad07a93d7bc8ebe1c7783c54bbaaf96885d4e" 2018-10-26 11:04:46,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:04:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40c818d1-bd8a-4e81-bbc6-8e2cbef6891c Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=2e115ca1fa8a4b44920e8e3bf941ee55&scope.project.id=82d2d876a3084e22b065060a9b2f6f5c&role.id=181c94152b0f4d7c987cd3c26398529c", "previous": null, "next": null}} 2018-10-26 11:04:46,662 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=2e115ca1fa8a4b44920e8e3bf941ee55&scope.project.id=82d2d876a3084e22b065060a9b2f6f5c&role.id=181c94152b0f4d7c987cd3c26398529c used request id req-40c818d1-bd8a-4e81-bbc6-8e2cbef6891c 2018-10-26 11:04:46,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0799708366394s 2018-10-26 11:04:46,662 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-26 11:04:46,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/82d2d876a3084e22b065060a9b2f6f5c/users/2e115ca1fa8a4b44920e8e3bf941ee55/roles/181c94152b0f4d7c987cd3c26398529c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a64ad07a93d7bc8ebe1c7783c54bbaaf96885d4e" 2018-10-26 11:04:46,776 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 11:04:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-957477e6-41af-461e-ad57-34475320c59c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 11:04:46,776 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/82d2d876a3084e22b065060a9b2f6f5c/users/2e115ca1fa8a4b44920e8e3bf941ee55/roles/181c94152b0f4d7c987cd3c26398529c used request id req-957477e6-41af-461e-ad57-34475320c59c 2018-10-26 11:04:46,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.113921880722s 2018-10-26 11:04:46,777 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vyos_vrouter-project_ad566928-fede-4f0a-965a-66efd9835f90', 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': '1e338bff-1fe4-4d5a-89d4-237680e9b94b', 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_ad566928-fede-4f0a-965a-66efd9835f90', 'project_id': u'82d2d876a3084e22b065060a9b2f6f5c', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-26 11:04:46,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-26 11:04:46,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-26 11:04:46,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-26 11:04:46,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-26 11:04:46,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-26 11:04:46,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-26 11:04:46,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-26 11:04:46,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-26 11:04:46,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-26 11:04:46,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-26 11:04:46,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-26 11:04:46,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-26 11:04:46,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-26 11:04:46,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-26 11:04:46,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-26 11:04:46,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-26 11:04:46,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-26 11:04:46,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-26 11:04:46,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-26 11:04:46,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-26 11:04:46,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-26 11:04:46,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-26 11:04:46,782 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vyos_vrouter-user_ad566928-fede-4f0a-965a-66efd9835f90', 'password': '1e338bff-1fe4-4d5a-89d4-237680e9b94b', 'project_name': 'vyos_vrouter-project_ad566928-fede-4f0a-965a-66efd9835f90', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': '82d2d876a3084e22b065060a9b2f6f5c', 'project_domain_name': 'Default'} 2018-10-26 11:04:46,813 - 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-26 11:04:46,814 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - name = functest.opnfv_tests.vnf.router.cloudify_vrouter 2018-10-26 11:04:46,854 - 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-26 11:04:46,888 - 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-26 11:04:46,888 - xtesting.ci.run_tests - INFO - Running test case 'vyos_vrouter'... 2018-10-26 11:04:46,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-26 11:04:46,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a64ad07a93d7bc8ebe1c7783c54bbaaf96885d4e" 2018-10-26 11:04:46,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:04:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6059ea97-6fe5-4bd1-b6ef-5b00c93e18a8 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/865486593e12402f86e9636a8d3859ad"}, "description": "", "name": "heat_stack", "enabled": true, "id": "865486593e12402f86e9636a8d3859ad"}, {"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-10-26 11:04:46,977 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-6059ea97-6fe5-4bd1-b6ef-5b00c93e18a8 2018-10-26 11:04:46,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0891561508179s 2018-10-26 11:04:46,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-26 11:04:46,979 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a64ad07a93d7bc8ebe1c7783c54bbaaf96885d4e" 2018-10-26 11:04:47,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:04:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fb9f3ce-aa7c-4caf-8151-856e4ba40dd1 Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.21:5000/v3/projects/82d2d876a3084e22b065060a9b2f6f5c"}, "enabled": true, "id": "82d2d876a3084e22b065060a9b2f6f5c", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_ad566928-fede-4f0a-965a-66efd9835f90"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-26 11:04:47,064 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-1fb9f3ce-aa7c-4caf-8151-856e4ba40dd1 2018-10-26 11:04:47,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0853741168976s 2018-10-26 11:04:47,064 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-1fb9f3ce-aa7c-4caf-8151-856e4ba40dd1 2018-10-26 11:04:47,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-10-26 11:04:47,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.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}a64ad07a93d7bc8ebe1c7783c54bbaaf96885d4e" -d '{"network": {"tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "name": "vyos_vrouter-net_ad566928-fede-4f0a-965a-66efd9835f90", "admin_state_up": true}}' 2018-10-26 11:04:47,540 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-0cff463a-42b9-4467-abfd-1aa3fd757aaf Date: Fri, 26 Oct 2018 11:04: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":"258c9983-d981-442d-95da-bf73079abb3a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":65,"ipv4_address_scope":null,"shared":false,"project_id":"82d2d876a3084e22b065060a9b2f6f5c","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T11:04:47Z","is_default":false,"qos_policy_id":null,"name":"vyos_vrouter-net_ad566928-fede-4f0a-965a-66efd9835f90","admin_state_up":true,"tenant_id":"82d2d876a3084e22b065060a9b2f6f5c","created_at":"2018-10-26T11:04:47Z","mtu":1450}} 2018-10-26 11:04:47,540 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-0cff463a-42b9-4467-abfd-1aa3fd757aaf 2018-10-26 11:04:47,540 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.472868919373s 2018-10-26 11:04:47,541 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-0cff463a-42b9-4467-abfd-1aa3fd757aaf 2018-10-26 11:04:47,541 - 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-26T11:04:47Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'258c9983-d981-442d-95da-bf73079abb3a', u'provider:segmentation_id': 65, 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_ad566928-fede-4f0a-965a-66efd9835f90', u'created_at': u'2018-10-26T11:04:47Z', u'mtu': 1450, u'tenant_id': u'82d2d876a3084e22b065060a9b2f6f5c', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'82d2d876a3084e22b065060a9b2f6f5c'}) 2018-10-26 11:04:47,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 11:04:47,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:04:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-934a0335-b37c-4660-8448-25fb35968e18 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 11:04:47,549 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-934a0335-b37c-4660-8448-25fb35968e18 2018-10-26 11:04:47,549 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 11:04:47,928 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "181c94152b0f4d7c987cd3c26398529c", "name": "Member"}], "expires_at": "2018-10-26T12:04:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "82d2d876a3084e22b065060a9b2f6f5c", "name": "vyos_vrouter-project_ad566928-fede-4f0a-965a-66efd9835f90"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/82d2d876a3084e22b065060a9b2f6f5c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/82d2d876a3084e22b065060a9b2f6f5c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/82d2d876a3084e22b065060a9b2f6f5c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/82d2d876a3084e22b065060a9b2f6f5c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/82d2d876a3084e22b065060a9b2f6f5c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/82d2d876a3084e22b065060a9b2f6f5c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/82d2d876a3084e22b065060a9b2f6f5c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/82d2d876a3084e22b065060a9b2f6f5c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/82d2d876a3084e22b065060a9b2f6f5c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/82d2d876a3084e22b065060a9b2f6f5c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/82d2d876a3084e22b065060a9b2f6f5c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/82d2d876a3084e22b065060a9b2f6f5c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vyos_vrouter-user_ad566928-fede-4f0a-965a-66efd9835f90", "id": "2e115ca1fa8a4b44920e8e3bf941ee55"}, "audit_ids": ["W2Ms-c8JSlaRLguwJmpWpQ"], "issued_at": "2018-10-26T11:04:47.000000Z"}} 2018-10-26 11:04:47,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-26 11:04:47,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:04:48,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1193 X-Openstack-Request-Id: req-d308e063-c2f7-490e-af37-db80915e5d99 Date: Fri, 26 Oct 2018 11:04: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-26T11:04:47Z","tenant_id":"82d2d876a3084e22b065060a9b2f6f5c","created_at":"2018-10-26T11:04:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"82d2d876a3084e22b065060a9b2f6f5c","id":"258c9983-d981-442d-95da-bf73079abb3a","name":"vyos_vrouter-net_ad566928-fede-4f0a-965a-66efd9835f90"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","mtu":1500}]} 2018-10-26 11:04:48,203 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-d308e063-c2f7-490e-af37-db80915e5d99 2018-10-26 11:04:48,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.271764039993s 2018-10-26 11:04:48,204 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-d308e063-c2f7-490e-af37-db80915e5d99 2018-10-26 11:04:48,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-10-26 11:04:48,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" -d '{"subnet": {"name": "vyos_vrouter-subnet_ad566928-fede-4f0a-965a-66efd9835f90", "enable_dhcp": true, "network_id": "258c9983-d981-442d-95da-bf73079abb3a", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-10-26 11:04:49,097 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-c46a653e-46eb-4235-96ca-ac17464b5692 Date: Fri, 26 Oct 2018 11:04:49 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"258c9983-d981-442d-95da-bf73079abb3a","tenant_id":"82d2d876a3084e22b065060a9b2f6f5c","created_at":"2018-10-26T11:04:48Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-26T11:04:48Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"82d2d876a3084e22b065060a9b2f6f5c","id":"28b82380-fdda-4f50-9111-c566c3267062","subnetpool_id":null,"name":"vyos_vrouter-subnet_ad566928-fede-4f0a-965a-66efd9835f90"}} 2018-10-26 11:04:49,098 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-c46a653e-46eb-4235-96ca-ac17464b5692 2018-10-26 11:04:49,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.892117977142s 2018-10-26 11:04:49,098 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-c46a653e-46eb-4235-96ca-ac17464b5692 2018-10-26 11:04:49,098 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-10-26T11:04:48Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'28b82380-fdda-4f50-9111-c566c3267062', u'subnetpool_id': None, u'service_types': [], u'name': u'vyos_vrouter-subnet_ad566928-fede-4f0a-965a-66efd9835f90', u'enable_dhcp': True, u'network_id': u'258c9983-d981-442d-95da-bf73079abb3a', u'tenant_id': u'82d2d876a3084e22b065060a9b2f6f5c', u'created_at': u'2018-10-26T11:04:48Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'82d2d876a3084e22b065060a9b2f6f5c'}) 2018-10-26 11:04:49,099 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-10-26 11:04:49,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" -d '{"router": {"external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693"}, "name": "vyos_vrouter-router_ad566928-fede-4f0a-965a-66efd9835f90", "admin_state_up": true}}' 2018-10-26 11:04:54,381 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-26877c4d-c3e3-4d06-a966-f9ebae24bc00 Date: Fri, 26 Oct 2018 11:04:54 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "created_at": "2018-10-26T11:04:50Z", "admin_state_up": true, "updated_at": "2018-10-26T11:04:50Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "82d2d876a3084e22b065060a9b2f6f5c", "id": "bdf46faf-5123-4ed4-8561-2befab90c048", "name": "vyos_vrouter-router_ad566928-fede-4f0a-965a-66efd9835f90"}} 2018-10-26 11:04:54,382 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-26877c4d-c3e3-4d06-a966-f9ebae24bc00 2018-10-26 11:04:54,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 5.28261399269s 2018-10-26 11:04:54,382 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-26877c4d-c3e3-4d06-a966-f9ebae24bc00 2018-10-26 11:04:54,383 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-10-26T11:04:50Z', u'revision_number': 3, u'id': u'bdf46faf-5123-4ed4-8561-2befab90c048', u'external_gateway_info': {u'network_id': u'94b52afd-6cfc-477c-8eec-9ace3e0b6693', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414', u'ip_address': u'172.30.9.209'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vyos_vrouter-router_ad566928-fede-4f0a-965a-66efd9835f90', u'admin_state_up': True, u'tenant_id': u'82d2d876a3084e22b065060a9b2f6f5c', u'created_at': u'2018-10-26T11:04:50Z', u'flavor_id': None, u'routes': [], u'project_id': u'82d2d876a3084e22b065060a9b2f6f5c'}) 2018-10-26 11:04:54,383 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-10-26 11:04:54,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/bdf46faf-5123-4ed4-8561-2befab90c048/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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" -d '{"subnet_id": "28b82380-fdda-4f50-9111-c566c3267062"}' 2018-10-26 11:04:56,595 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4cdd358d-a04f-4287-b89d-916fce9da327 Date: Fri, 26 Oct 2018 11:04:56 GMT RESP BODY: {"network_id": "258c9983-d981-442d-95da-bf73079abb3a", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "subnet_id": "28b82380-fdda-4f50-9111-c566c3267062", "subnet_ids": ["28b82380-fdda-4f50-9111-c566c3267062"], "port_id": "83cbe142-c267-4afc-bcb7-6098e4dc83b5", "id": "bdf46faf-5123-4ed4-8561-2befab90c048"} 2018-10-26 11:04:56,595 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/bdf46faf-5123-4ed4-8561-2befab90c048/add_router_interface.json used request id req-4cdd358d-a04f-4287-b89d-916fce9da327 2018-10-26 11:04:56,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.21188402176s 2018-10-26 11:04:56,595 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/bdf46faf-5123-4ed4-8561-2befab90c048/add_router_interface.json used request id req-4cdd358d-a04f-4287-b89d-916fce9da327 returning object bdf46faf-5123-4ed4-8561-2befab90c048 2018-10-26 11:04:56,596 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-10-26 11:05:19,147 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2018-10-26 11:05:19,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:05:19,155 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Fri, 26 Oct 2018 11:05:19 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-10-26 11:05:19,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-26 11:05:19,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:05:19,361 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-41236b72-f6cb-43c4-941d-dc5f7ead2242 Date: Fri, 26 Oct 2018 11:05:19 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-26 11:05:19,361 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-41236b72-f6cb-43c4-941d-dc5f7ead2242 2018-10-26 11:05:19,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.202333927155s 2018-10-26 11:05:19,362 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-41236b72-f6cb-43c4-941d-dc5f7ead2242 2018-10-26 11:05:19,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-26 11:05:19,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/vyos_vrouter-img_ad566928-fede-4f0a-965a-66efd9835f90", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vyos_vrouter-img_ad566928-fede-4f0a-965a-66efd9835f90"}' 2018-10-26 11:05:19,971 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 876 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/84d46950-ba9c-4c0b-b227-7a7f582aa764 X-Openstack-Request-Id: req-35884434-37d4-441b-b112-cf3d8dfad84e Date: Fri, 26 Oct 2018 11:05:19 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/84d46950-ba9c-4c0b-b227-7a7f582aa764/file", "owner": "82d2d876a3084e22b065060a9b2f6f5c", "id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "size": null, "self": "/v2/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-10-26T11:05:19Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_ad566928-fede-4f0a-965a-66efd9835f90", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_ad566928-fede-4f0a-965a-66efd9835f90", "checksum": null, "created_at": "2018-10-26T11:05:19Z", "protected": false} 2018-10-26 11:05:19,971 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-35884434-37d4-441b-b112-cf3d8dfad84e 2018-10-26 11:05:19,971 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.607194900513s 2018-10-26 11:05:19,972 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-35884434-37d4-441b-b112-cf3d8dfad84e returning object 84d46950-ba9c-4c0b-b227-7a7f582aa764 2018-10-26 11:05:19,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-26 11:05:19,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/84d46950-ba9c-4c0b-b227-7a7f582aa764/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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" -d '' 2018-10-26 11:06:34,286 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d09566f3-aa27-4683-bd2f-1586c7af1a2a Date: Fri, 26 Oct 2018 11:06: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-26 11:06:34,286 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/84d46950-ba9c-4c0b-b227-7a7f582aa764/file used request id req-d09566f3-aa27-4683-bd2f-1586c7af1a2a 2018-10-26 11:06:34,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 74.3132240772s 2018-10-26 11:06:34,286 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/84d46950-ba9c-4c0b-b227-7a7f582aa764/file used request id req-d09566f3-aa27-4683-bd2f-1586c7af1a2a 2018-10-26 11:06:34,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-26 11:06:34,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:06:34,462 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-fd92bfbb-7378-40d4-ab48-a246b1f01abf Date: Fri, 26 Oct 2018 11:06:34 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/84d46950-ba9c-4c0b-b227-7a7f582aa764/snap", "metadata": {}}], "file": "/v2/images/84d46950-ba9c-4c0b-b227-7a7f582aa764/file", "owner": "82d2d876a3084e22b065060a9b2f6f5c", "id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "size": 4373348352, "self": "/v2/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "disk_format": "qcow2", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/84d46950-ba9c-4c0b-b227-7a7f582aa764/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-10-26T11:06:34Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_ad566928-fede-4f0a-965a-66efd9835f90", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_ad566928-fede-4f0a-965a-66efd9835f90", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-10-26T11:05:19Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-26 11:06:34,462 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-fd92bfbb-7378-40d4-ab48-a246b1f01abf 2018-10-26 11:06:34,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.175344944s 2018-10-26 11:06:34,463 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-fd92bfbb-7378-40d4-ab48-a246b1f01abf 2018-10-26 11:06:34,465 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/84d46950-ba9c-4c0b-b227-7a7f582aa764/snap', u'metadata': Munch({})})], 'file': u'/v2/images/84d46950-ba9c-4c0b-b227-7a7f582aa764/file', 'owner': u'82d2d876a3084e22b065060a9b2f6f5c', 'id': u'84d46950-ba9c-4c0b-b227-7a7f582aa764', 'size': 4373348352, u'self': u'/v2/images/84d46950-ba9c-4c0b-b227-7a7f582aa764', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'82d2d876a3084e22b065060a9b2f6f5c', 'name': 'vyos_vrouter-project_ad566928-fede-4f0a-965a-66efd9835f90', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/84d46950-ba9c-4c0b-b227-7a7f582aa764/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-26T11:06:34Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-10-26T11:06:34Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/vyos_vrouter-img_ad566928-fede-4f0a-965a-66efd9835f90', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'properties': {u'self': u'/v2/images/84d46950-ba9c-4c0b-b227-7a7f582aa764', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'owner_specified.shade.object': u'images/vyos_vrouter-img_ad566928-fede-4f0a-965a-66efd9835f90', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'schema': u'/v2/schemas/image'}, 'name': u'vyos_vrouter-img_ad566928-fede-4f0a-965a-66efd9835f90', 'created': u'2018-10-26T11:05:19Z', 'checksum': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'created_at': u'2018-10-26T11:05:19Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/84d46950-ba9c-4c0b-b227-7a7f582aa764', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'owner_specified.shade.object': u'images/vyos_vrouter-img_ad566928-fede-4f0a-965a-66efd9835f90', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'schema': u'/v2/schemas/image'}}) 2018-10-26 11:06:34,466 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-26 11:06:34,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: os-client-config/1.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}a64ad07a93d7bc8ebe1c7783c54bbaaf96885d4e" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "vyos_vrouter-flavor_ad566928-fede-4f0a-965a-66efd9835f90", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": null, "swap": 0}}' 2018-10-26 11:06:34,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:06: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-9c4c8d4e-51fb-4677-b477-1a6acab641f1 x-compute-request-id: req-9c4c8d4e-51fb-4677-b477-1a6acab641f1 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "name": "vyos_vrouter-flavor_ad566928-fede-4f0a-965a-66efd9835f90", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 11:06:34,661 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-9c4c8d4e-51fb-4677-b477-1a6acab641f1 2018-10-26 11:06:34,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.194961071014s 2018-10-26 11:06:34,661 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-9c4c8d4e-51fb-4677-b477-1a6acab641f1 returning object 436c6e8c-7b43-4ec7-b06c-0ecd2cea3926 2018-10-26 11:06:34,662 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vyos_vrouter-flavor_ad566928-fede-4f0a-965a-66efd9835f90', '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'c8dcd64f3c764883a33350227564ab99', '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'436c6e8c-7b43-4ec7-b06c-0ecd2cea3926', 'swap': 0}) 2018-10-26 11:06:34,663 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-26 11:06:34,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926/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}a64ad07a93d7bc8ebe1c7783c54bbaaf96885d4e" -d '{"extra_specs": {}}' 2018-10-26 11:06:34,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:06: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-68435e9e-49cc-4b5b-b264-db9acba37063 x-compute-request-id: req-68435e9e-49cc-4b5b-b264-db9acba37063 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-26 11:06:34,686 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926/os-extra_specs used request id req-68435e9e-49cc-4b5b-b264-db9acba37063 2018-10-26 11:06:34,687 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0237629413605s 2018-10-26 11:06:34,687 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926/os-extra_specs used request id req-68435e9e-49cc-4b5b-b264-db9acba37063 2018-10-26 11:06:34,688 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-10-26 11:06:34,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" -d '{"keypair": {"name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90"}}' 2018-10-26 11:06:35,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:06: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-0fc0135c-4a69-4692-9791-6b8d132003df x-compute-request-id: req-0fc0135c-4a69-4692-9791-6b8d132003df Content-Encoding: gzip Content-Length: 1806 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCzXm8hupaV2C/0/we7NseEKKz3sEDwyx8vc5aeHEuFmp46tj51DdOILcXTPtxNV3HErvex/gWtYYixmcvGsXYd9QVz6suKj4o49rxHBmN7bUJRVZoGqyxZV1XS9vYiFU6U7siy2FIXWkP0jz4UT67VtqBrfke3jfIsoFzJUGpiBnC3rc1C/Rh1KtIzzeaM5/A21o0otfgeR7i57HJov7o/QZDxy8gxr6pSkY+QH4P7t+n+68BQpJ3v392/c5QPgmFUCQfKohPz/It81mh4WbOkdFDkGqPfKl5sO3bXsvsMrSklLJ8HdN4UbY4M8utOx/lKIaDKOzuM8EhdRCcPQgtR Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAs15vIbqWldgv9P8HuzbHhCis97BA8MsfL3OWnhxLhZqeOrY+\ndQ3TiC3F0z7cTVdxxK73sf4FrWGIsZnLxrF2HfUFc+rLio+KOPa8RwZje21CUVWa\nBqssWVdV0vb2IhVOlO7IsthSF1pD9I8+FE+u1baga35Ht43yLKBcyVBqYgZwt63N\nQv0YdSrSM83mjOfwNtaNKLX4Hke4uexyaL+6P0GQ8cvIMa+qUpGPkB+D+7fp/uvA\nUKSd79/dv3OUD4JhVAkHyqIT8/yLfNZoeFmzpHRQ5Bqj3ypebDt217L7DK0pJSyf\nB3TeFG2ODPLrTsf5SiGgyjs7jPBIXUQnD0ILUQIDAQABAoIBAHEtPOIDYdDawCfO\nY4p1Xh69q6X9yHwnLl46iObq45xBm2VgaLhjKP3cI97O4yLJ8jcwT4o3xk1IJYAq\nkrGkd+sfF3m0xQmA2K5owRPvrAXNQvMfGDjs+ObGfJjIyzVmTFcc8/YlGGczxX0i\nhQE75g1jVoV9ALOJFS2jYeiEnRuL9gstJ3NtBaQEsUTKe4xNclD+BPybVP0uqkJ6\nXkaNhidwTsMiz91cNG/A6leOZXbR6eFIZfeY6Xm8Ydw6elyYnn9BNgqgaass1QmR\nF64NiHEBhDfaAGkijZktgRHwJY4eONnH52DCxytsT/HAne/JPsjj4/cPpRhJe0PT\nQPElWyECgYEA4JoALuYOqlaQcrUsP5pv9tn82C52f0eHQC3NJdY+fa7hDBSxLdiU\nAbGvDLS/UBumsuPDVLjoEWWVhJE6rLf36T6tcfhgyB/LGgx0X0DOd1tmWE3GODLk\nqsgeXpANjfyzpxc+47CtL+Qt+aoL+w2HbGHvINYkfw0YlNRvgBW+3Z8CgYEAzHGn\nj2cOd4XmXNxPu+d3vCh/1GkJIdGHa50uGkw0Mck+D13coJZYtpH+bkz74aE4+vYy\nhzpvujx/kQrIyRZYoHKqpT/qTUrd5DNg46HLYYm5Mx5W2IL/rgWDGsJ2k9od0SW+\n+Niftp54wuc7boszFpN9v9LiT+Oldb4hPU70kQ8CgYBiIMZ9twOnRkS76Q3ZCAds\n6VZ/uOUKvNyJnLkpk84fqT0nww6aAirABrp9KacAP+R3+ezIYjT6DNDjZ3QkLAhD\nPqAW0DawmLtquRBK4YyTNzqiz/APc6TWPLKQDA3v//0Zvp06a2FvMBkqIDI10HZf\nUvZf+U9etwELXTkN0/Jc7wKBgCompK1kSg9KhBxRL/9F0eHxV6mrnj5ivNDrLz4s\nx/Ybz7fLWlmhpdi+cP680JHMc7sKV5CZ878qCgMVfiA3gz5RZe18KAqXjPgnv6ov\nCYeqpYxsjOtG1wBCEq3Jujjxl4QvjBgyUXuNYMiOdCpueLIG5r5N9GsUPGDyOlgx\nlyrxAoGBAMyex6prCSFUFl1AcvUGHtMclidpiNxCMJ76h2uqL1d52E7Tyv3chH0M\nBamgTRWCehr/paAoXoq2ynznPJvra1zkjrW2ifFx7AeIi1Fn6ANgDBhl3QFqbuvj\nqrralE+X0VSiBjTMrOU+mF0gUCI5/M9Nj+4fTSIjQ2XJpvOhktvK\n-----END RSA PRIVATE KEY-----\n", "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "fingerprint": "f2:2d:a3:da:81:36:9d:05:57:8c:36:c0:6e:2c:fb:e2"}} 2018-10-26 11:06:35,039 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-0fc0135c-4a69-4692-9791-6b8d132003df 2018-10-26 11:06:35,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.35121011734s 2018-10-26 11:06:35,039 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-0fc0135c-4a69-4692-9791-6b8d132003df 2018-10-26 11:06:35,040 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCzXm8hupaV2C/0/we7NseEKKz3sEDwyx8vc5aeHEuFmp46tj51DdOILcXTPtxNV3HErvex/gWtYYixmcvGsXYd9QVz6suKj4o49rxHBmN7bUJRVZoGqyxZV1XS9vYiFU6U7siy2FIXWkP0jz4UT67VtqBrfke3jfIsoFzJUGpiBnC3rc1C/Rh1KtIzzeaM5/A21o0otfgeR7i57HJov7o/QZDxy8gxr6pSkY+QH4P7t+n+68BQpJ3v392/c5QPgmFUCQfKohPz/It81mh4WbOkdFDkGqPfKl5sO3bXsvsMrSklLJ8HdN4UbY4M8utOx/lKIaDKOzuM8EhdRCcPQgtR Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAs15vIbqWldgv9P8HuzbHhCis97BA8MsfL3OWnhxLhZqeOrY+\ndQ3TiC3F0z7cTVdxxK73sf4FrWGIsZnLxrF2HfUFc+rLio+KOPa8RwZje21CUVWa\nBqssWVdV0vb2IhVOlO7IsthSF1pD9I8+FE+u1baga35Ht43yLKBcyVBqYgZwt63N\nQv0YdSrSM83mjOfwNtaNKLX4Hke4uexyaL+6P0GQ8cvIMa+qUpGPkB+D+7fp/uvA\nUKSd79/dv3OUD4JhVAkHyqIT8/yLfNZoeFmzpHRQ5Bqj3ypebDt217L7DK0pJSyf\nB3TeFG2ODPLrTsf5SiGgyjs7jPBIXUQnD0ILUQIDAQABAoIBAHEtPOIDYdDawCfO\nY4p1Xh69q6X9yHwnLl46iObq45xBm2VgaLhjKP3cI97O4yLJ8jcwT4o3xk1IJYAq\nkrGkd+sfF3m0xQmA2K5owRPvrAXNQvMfGDjs+ObGfJjIyzVmTFcc8/YlGGczxX0i\nhQE75g1jVoV9ALOJFS2jYeiEnRuL9gstJ3NtBaQEsUTKe4xNclD+BPybVP0uqkJ6\nXkaNhidwTsMiz91cNG/A6leOZXbR6eFIZfeY6Xm8Ydw6elyYnn9BNgqgaass1QmR\nF64NiHEBhDfaAGkijZktgRHwJY4eONnH52DCxytsT/HAne/JPsjj4/cPpRhJe0PT\nQPElWyECgYEA4JoALuYOqlaQcrUsP5pv9tn82C52f0eHQC3NJdY+fa7hDBSxLdiU\nAbGvDLS/UBumsuPDVLjoEWWVhJE6rLf36T6tcfhgyB/LGgx0X0DOd1tmWE3GODLk\nqsgeXpANjfyzpxc+47CtL+Qt+aoL+w2HbGHvINYkfw0YlNRvgBW+3Z8CgYEAzHGn\nj2cOd4XmXNxPu+d3vCh/1GkJIdGHa50uGkw0Mck+D13coJZYtpH+bkz74aE4+vYy\nhzpvujx/kQrIyRZYoHKqpT/qTUrd5DNg46HLYYm5Mx5W2IL/rgWDGsJ2k9od0SW+\n+Niftp54wuc7boszFpN9v9LiT+Oldb4hPU70kQ8CgYBiIMZ9twOnRkS76Q3ZCAds\n6VZ/uOUKvNyJnLkpk84fqT0nww6aAirABrp9KacAP+R3+ezIYjT6DNDjZ3QkLAhD\nPqAW0DawmLtquRBK4YyTNzqiz/APc6TWPLKQDA3v//0Zvp06a2FvMBkqIDI10HZf\nUvZf+U9etwELXTkN0/Jc7wKBgCompK1kSg9KhBxRL/9F0eHxV6mrnj5ivNDrLz4s\nx/Ybz7fLWlmhpdi+cP680JHMc7sKV5CZ878qCgMVfiA3gz5RZe18KAqXjPgnv6ov\nCYeqpYxsjOtG1wBCEq3Jujjxl4QvjBgyUXuNYMiOdCpueLIG5r5N9GsUPGDyOlgx\nlyrxAoGBAMyex6prCSFUFl1AcvUGHtMclidpiNxCMJ76h2uqL1d52E7Tyv3chH0M\nBamgTRWCehr/paAoXoq2ynznPJvra1zkjrW2ifFx7AeIi1Fn6ANgDBhl3QFqbuvj\nqrralE+X0VSiBjTMrOU+mF0gUCI5/M9Nj+4fTSIjQ2XJpvOhktvK\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'2e115ca1fa8a4b44920e8e3bf941ee55', 'name': u'vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90', 'created_at': '2018-10-26T11:06:35.040511', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'82d2d876a3084e22b065060a9b2f6f5c', 'name': 'vyos_vrouter-project_ad566928-fede-4f0a-965a-66efd9835f90', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'f2:2d:a3:da:81:36:9d:05:57:8c:36:c0:6e:2c:fb:e2', 'type': 'ssh', 'id': u'vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90'}) 2018-10-26 11:06:35,041 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAs15vIbqWldgv9P8HuzbHhCis97BA8MsfL3OWnhxLhZqeOrY+ dQ3TiC3F0z7cTVdxxK73sf4FrWGIsZnLxrF2HfUFc+rLio+KOPa8RwZje21CUVWa BqssWVdV0vb2IhVOlO7IsthSF1pD9I8+FE+u1baga35Ht43yLKBcyVBqYgZwt63N Qv0YdSrSM83mjOfwNtaNKLX4Hke4uexyaL+6P0GQ8cvIMa+qUpGPkB+D+7fp/uvA UKSd79/dv3OUD4JhVAkHyqIT8/yLfNZoeFmzpHRQ5Bqj3ypebDt217L7DK0pJSyf B3TeFG2ODPLrTsf5SiGgyjs7jPBIXUQnD0ILUQIDAQABAoIBAHEtPOIDYdDawCfO Y4p1Xh69q6X9yHwnLl46iObq45xBm2VgaLhjKP3cI97O4yLJ8jcwT4o3xk1IJYAq krGkd+sfF3m0xQmA2K5owRPvrAXNQvMfGDjs+ObGfJjIyzVmTFcc8/YlGGczxX0i hQE75g1jVoV9ALOJFS2jYeiEnRuL9gstJ3NtBaQEsUTKe4xNclD+BPybVP0uqkJ6 XkaNhidwTsMiz91cNG/A6leOZXbR6eFIZfeY6Xm8Ydw6elyYnn9BNgqgaass1QmR F64NiHEBhDfaAGkijZktgRHwJY4eONnH52DCxytsT/HAne/JPsjj4/cPpRhJe0PT QPElWyECgYEA4JoALuYOqlaQcrUsP5pv9tn82C52f0eHQC3NJdY+fa7hDBSxLdiU AbGvDLS/UBumsuPDVLjoEWWVhJE6rLf36T6tcfhgyB/LGgx0X0DOd1tmWE3GODLk qsgeXpANjfyzpxc+47CtL+Qt+aoL+w2HbGHvINYkfw0YlNRvgBW+3Z8CgYEAzHGn j2cOd4XmXNxPu+d3vCh/1GkJIdGHa50uGkw0Mck+D13coJZYtpH+bkz74aE4+vYy hzpvujx/kQrIyRZYoHKqpT/qTUrd5DNg46HLYYm5Mx5W2IL/rgWDGsJ2k9od0SW+ +Niftp54wuc7boszFpN9v9LiT+Oldb4hPU70kQ8CgYBiIMZ9twOnRkS76Q3ZCAds 6VZ/uOUKvNyJnLkpk84fqT0nww6aAirABrp9KacAP+R3+ezIYjT6DNDjZ3QkLAhD PqAW0DawmLtquRBK4YyTNzqiz/APc6TWPLKQDA3v//0Zvp06a2FvMBkqIDI10HZf UvZf+U9etwELXTkN0/Jc7wKBgCompK1kSg9KhBxRL/9F0eHxV6mrnj5ivNDrLz4s x/Ybz7fLWlmhpdi+cP680JHMc7sKV5CZ878qCgMVfiA3gz5RZe18KAqXjPgnv6ov CYeqpYxsjOtG1wBCEq3Jujjxl4QvjBgyUXuNYMiOdCpueLIG5r5N9GsUPGDyOlgx lyrxAoGBAMyex6prCSFUFl1AcvUGHtMclidpiNxCMJ76h2uqL1d52E7Tyv3chH0M BamgTRWCehr/paAoXoq2ynznPJvra1zkjrW2ifFx7AeIi1Fn6ANgDBhl3QFqbuvj qrralE+X0VSiBjTMrOU+mF0gUCI5/M9Nj+4fTSIjQ2XJpvOhktvK -----END RSA PRIVATE KEY----- 2018-10-26 11:06:35,044 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-10-26 11:06:35,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" -d '{"security_group": {"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90", "description": "created by OPNFV Functest (vyos_vrouter)"}}' 2018-10-26 11:06:35,416 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1424 X-Openstack-Request-Id: req-5a7adbed-dbe5-46e9-b34b-60c1039e486b Date: Fri, 26 Oct 2018 11:06:35 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "created_at": "2018-10-26T11:06:35Z", "updated_at": "2018-10-26T11:06:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:06:35Z", "revision_number": 0, "id": "5acda179-f007-4fd8-8c75-2d5afe766cd5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T11:06:35Z", "security_group_id": "cf42248b-974e-44f1-a7d6-df3a033656fc", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": null, "ethertype": "IPv4", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:06:35Z", "revision_number": 0, "id": "bb981335-40fe-4f63-916f-437569522254", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T11:06:35Z", "security_group_id": "cf42248b-974e-44f1-a7d6-df3a033656fc", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": null, "ethertype": "IPv6", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}], "revision_number": 2, "project_id": "82d2d876a3084e22b065060a9b2f6f5c", "id": "cf42248b-974e-44f1-a7d6-df3a033656fc", "name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}} 2018-10-26 11:06:35,416 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-5a7adbed-dbe5-46e9-b34b-60c1039e486b 2018-10-26 11:06:35,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.372651100159s 2018-10-26 11:06:35,417 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-5a7adbed-dbe5-46e9-b34b-60c1039e486b 2018-10-26 11:06:35,422 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-26 11:06:35,422 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:06:35,472 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3840 X-Openstack-Request-Id: req-947950b2-0ecc-456f-95c4-5832229a94bc Date: Fri, 26 Oct 2018 11:06:35 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "created_at": "2018-10-26T11:04:47Z", "updated_at": "2018-10-26T11:04:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:04:47Z", "revision_number": 0, "id": "4983b293-ca0e-48f4-ac17-2ae0276478f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T11:04:47Z", "security_group_id": "93605e7b-b86f-4d82-aa6e-63c484658162", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": null, "ethertype": "IPv6", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:04:47Z", "revision_number": 0, "id": "6bd335cc-3b13-4cf0-ac2e-e8fc8334bf21", "remote_group_id": "93605e7b-b86f-4d82-aa6e-63c484658162", "remote_ip_prefix": null, "created_at": "2018-10-26T11:04:47Z", "security_group_id": "93605e7b-b86f-4d82-aa6e-63c484658162", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": null, "ethertype": "IPv4", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:04:47Z", "revision_number": 0, "id": "7ffbf05c-8592-495e-bd6e-27b72caff732", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T11:04:47Z", "security_group_id": "93605e7b-b86f-4d82-aa6e-63c484658162", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": null, "ethertype": "IPv4", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:04:47Z", "revision_number": 0, "id": "b6520698-0d0a-4e9f-99c3-7496c46b7f0e", "remote_group_id": "93605e7b-b86f-4d82-aa6e-63c484658162", "remote_ip_prefix": null, "created_at": "2018-10-26T11:04:47Z", "security_group_id": "93605e7b-b86f-4d82-aa6e-63c484658162", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": null, "ethertype": "IPv6", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}], "revision_number": 4, "project_id": "82d2d876a3084e22b065060a9b2f6f5c", "id": "93605e7b-b86f-4d82-aa6e-63c484658162", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "created_at": "2018-10-26T11:06:35Z", "updated_at": "2018-10-26T11:06:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:06:35Z", "revision_number": 0, "id": "5acda179-f007-4fd8-8c75-2d5afe766cd5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T11:06:35Z", "security_group_id": "cf42248b-974e-44f1-a7d6-df3a033656fc", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": null, "ethertype": "IPv4", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:06:35Z", "revision_number": 0, "id": "bb981335-40fe-4f63-916f-437569522254", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T11:06:35Z", "security_group_id": "cf42248b-974e-44f1-a7d6-df3a033656fc", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": null, "ethertype": "IPv6", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}], "revision_number": 2, "project_id": "82d2d876a3084e22b065060a9b2f6f5c", "id": "cf42248b-974e-44f1-a7d6-df3a033656fc", "name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}]} 2018-10-26 11:06:35,473 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-947950b2-0ecc-456f-95c4-5832229a94bc 2018-10-26 11:06:35,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0510749816895s 2018-10-26 11:06:35,473 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-947950b2-0ecc-456f-95c4-5832229a94bc 2018-10-26 11:06:35,477 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-10-26 11:06:35,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" -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": "cf42248b-974e-44f1-a7d6-df3a033656fc"}}' 2018-10-26 11:06:35,783 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-b477ad78-149a-4a18-a2a9-becae31fea4a Date: Fri, 26 Oct 2018 11:06:35 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-26T11:06:35Z", "security_group_id": "cf42248b-974e-44f1-a7d6-df3a033656fc", "port_range_min": 22, "revision_number": 0, "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "created_at": "2018-10-26T11:06:35Z", "project_id": "82d2d876a3084e22b065060a9b2f6f5c", "id": "2aa182b2-c252-4ef8-a248-50a9d3ab79f9"}} 2018-10-26 11:06:35,783 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-b477ad78-149a-4a18-a2a9-becae31fea4a 2018-10-26 11:06:35,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.305786848068s 2018-10-26 11:06:35,783 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-b477ad78-149a-4a18-a2a9-becae31fea4a 2018-10-26 11:06:35,787 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-26 11:06:35,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:06:35,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4336 X-Openstack-Request-Id: req-d1eaa93c-f325-48ce-9cd2-c089a8731cce Date: Fri, 26 Oct 2018 11:06:35 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "created_at": "2018-10-26T11:04:47Z", "updated_at": "2018-10-26T11:04:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:04:47Z", "revision_number": 0, "id": "4983b293-ca0e-48f4-ac17-2ae0276478f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T11:04:47Z", "security_group_id": "93605e7b-b86f-4d82-aa6e-63c484658162", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": null, "ethertype": "IPv6", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:04:47Z", "revision_number": 0, "id": "6bd335cc-3b13-4cf0-ac2e-e8fc8334bf21", "remote_group_id": "93605e7b-b86f-4d82-aa6e-63c484658162", "remote_ip_prefix": null, "created_at": "2018-10-26T11:04:47Z", "security_group_id": "93605e7b-b86f-4d82-aa6e-63c484658162", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": null, "ethertype": "IPv4", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:04:47Z", "revision_number": 0, "id": "7ffbf05c-8592-495e-bd6e-27b72caff732", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T11:04:47Z", "security_group_id": "93605e7b-b86f-4d82-aa6e-63c484658162", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": null, "ethertype": "IPv4", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:04:47Z", "revision_number": 0, "id": "b6520698-0d0a-4e9f-99c3-7496c46b7f0e", "remote_group_id": "93605e7b-b86f-4d82-aa6e-63c484658162", "remote_ip_prefix": null, "created_at": "2018-10-26T11:04:47Z", "security_group_id": "93605e7b-b86f-4d82-aa6e-63c484658162", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": null, "ethertype": "IPv6", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}], "revision_number": 4, "project_id": "82d2d876a3084e22b065060a9b2f6f5c", "id": "93605e7b-b86f-4d82-aa6e-63c484658162", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "created_at": "2018-10-26T11:06:35Z", "updated_at": "2018-10-26T11:06:35Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-26T11:06:35Z", "revision_number": 0, "id": "2aa182b2-c252-4ef8-a248-50a9d3ab79f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T11:06:35Z", "security_group_id": "cf42248b-974e-44f1-a7d6-df3a033656fc", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": 22, "ethertype": "IPv4", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:06:35Z", "revision_number": 0, "id": "5acda179-f007-4fd8-8c75-2d5afe766cd5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T11:06:35Z", "security_group_id": "cf42248b-974e-44f1-a7d6-df3a033656fc", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": null, "ethertype": "IPv4", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:06:35Z", "revision_number": 0, "id": "bb981335-40fe-4f63-916f-437569522254", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T11:06:35Z", "security_group_id": "cf42248b-974e-44f1-a7d6-df3a033656fc", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": null, "ethertype": "IPv6", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}], "revision_number": 3, "project_id": "82d2d876a3084e22b065060a9b2f6f5c", "id": "cf42248b-974e-44f1-a7d6-df3a033656fc", "name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}]} 2018-10-26 11:06:35,995 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-d1eaa93c-f325-48ce-9cd2-c089a8731cce 2018-10-26 11:06:35,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.208466053009s 2018-10-26 11:06:35,996 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-d1eaa93c-f325-48ce-9cd2-c089a8731cce 2018-10-26 11:06:35,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-10-26 11:06:36,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" -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": "cf42248b-974e-44f1-a7d6-df3a033656fc"}}' 2018-10-26 11:06:36,314 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-d7b9b023-b516-46da-9b9e-9efbb2aac0ff Date: Fri, 26 Oct 2018 11:06:36 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-26T11:06:36Z", "security_group_id": "cf42248b-974e-44f1-a7d6-df3a033656fc", "port_range_min": null, "revision_number": 0, "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "created_at": "2018-10-26T11:06:36Z", "project_id": "82d2d876a3084e22b065060a9b2f6f5c", "id": "6843ff01-d9ca-4957-8744-6d2cbc7ede80"}} 2018-10-26 11:06:36,314 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-d7b9b023-b516-46da-9b9e-9efbb2aac0ff 2018-10-26 11:06:36,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.31468296051s 2018-10-26 11:06:36,315 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-d7b9b023-b516-46da-9b9e-9efbb2aac0ff 2018-10-26 11:06:36,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-26 11:06:36,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:06:36,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4837 X-Openstack-Request-Id: req-51a665b5-b064-4d34-b431-53f4dcf78300 Date: Fri, 26 Oct 2018 11:06:36 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "created_at": "2018-10-26T11:04:47Z", "updated_at": "2018-10-26T11:04:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:04:47Z", "revision_number": 0, "id": "4983b293-ca0e-48f4-ac17-2ae0276478f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T11:04:47Z", "security_group_id": "93605e7b-b86f-4d82-aa6e-63c484658162", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": null, "ethertype": "IPv6", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:04:47Z", "revision_number": 0, "id": "6bd335cc-3b13-4cf0-ac2e-e8fc8334bf21", "remote_group_id": "93605e7b-b86f-4d82-aa6e-63c484658162", "remote_ip_prefix": null, "created_at": "2018-10-26T11:04:47Z", "security_group_id": "93605e7b-b86f-4d82-aa6e-63c484658162", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": null, "ethertype": "IPv4", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:04:47Z", "revision_number": 0, "id": "7ffbf05c-8592-495e-bd6e-27b72caff732", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T11:04:47Z", "security_group_id": "93605e7b-b86f-4d82-aa6e-63c484658162", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": null, "ethertype": "IPv4", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:04:47Z", "revision_number": 0, "id": "b6520698-0d0a-4e9f-99c3-7496c46b7f0e", "remote_group_id": "93605e7b-b86f-4d82-aa6e-63c484658162", "remote_ip_prefix": null, "created_at": "2018-10-26T11:04:47Z", "security_group_id": "93605e7b-b86f-4d82-aa6e-63c484658162", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": null, "ethertype": "IPv6", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}], "revision_number": 4, "project_id": "82d2d876a3084e22b065060a9b2f6f5c", "id": "93605e7b-b86f-4d82-aa6e-63c484658162", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "created_at": "2018-10-26T11:06:35Z", "updated_at": "2018-10-26T11:06:36Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-26T11:06:35Z", "revision_number": 0, "id": "2aa182b2-c252-4ef8-a248-50a9d3ab79f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T11:06:35Z", "security_group_id": "cf42248b-974e-44f1-a7d6-df3a033656fc", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": 22, "ethertype": "IPv4", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:06:35Z", "revision_number": 0, "id": "5acda179-f007-4fd8-8c75-2d5afe766cd5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T11:06:35Z", "security_group_id": "cf42248b-974e-44f1-a7d6-df3a033656fc", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": null, "ethertype": "IPv4", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:06:36Z", "revision_number": 0, "id": "6843ff01-d9ca-4957-8744-6d2cbc7ede80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T11:06:36Z", "security_group_id": "cf42248b-974e-44f1-a7d6-df3a033656fc", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": null, "ethertype": "IPv4", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:06:35Z", "revision_number": 0, "id": "bb981335-40fe-4f63-916f-437569522254", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T11:06:35Z", "security_group_id": "cf42248b-974e-44f1-a7d6-df3a033656fc", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": null, "ethertype": "IPv6", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}], "revision_number": 4, "project_id": "82d2d876a3084e22b065060a9b2f6f5c", "id": "cf42248b-974e-44f1-a7d6-df3a033656fc", "name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}]} 2018-10-26 11:06:36,514 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-51a665b5-b064-4d34-b431-53f4dcf78300 2018-10-26 11:06:36,514 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.195495128632s 2018-10-26 11:06:36,514 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-51a665b5-b064-4d34-b431-53f4dcf78300 2018-10-26 11:06:36,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-10-26 11:06:36,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" -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": "cf42248b-974e-44f1-a7d6-df3a033656fc"}}' 2018-10-26 11:06:36,691 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-58604062-7606-42ce-91cc-e899575b0e78 Date: Fri, 26 Oct 2018 11:06:36 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-10-26T11:06:36Z", "security_group_id": "cf42248b-974e-44f1-a7d6-df3a033656fc", "port_range_min": 80, "revision_number": 0, "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "created_at": "2018-10-26T11:06:36Z", "project_id": "82d2d876a3084e22b065060a9b2f6f5c", "id": "8fa0de01-f42b-4697-9364-b7662b5b25df"}} 2018-10-26 11:06:36,692 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-58604062-7606-42ce-91cc-e899575b0e78 2018-10-26 11:06:36,692 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.173460006714s 2018-10-26 11:06:36,692 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-58604062-7606-42ce-91cc-e899575b0e78 2018-10-26 11:06:36,696 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-26 11:06:36,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:06:36,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5333 X-Openstack-Request-Id: req-fe222957-49d3-412f-9f11-08808eb90fbf Date: Fri, 26 Oct 2018 11:06:36 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "created_at": "2018-10-26T11:04:47Z", "updated_at": "2018-10-26T11:04:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:04:47Z", "revision_number": 0, "id": "4983b293-ca0e-48f4-ac17-2ae0276478f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T11:04:47Z", "security_group_id": "93605e7b-b86f-4d82-aa6e-63c484658162", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": null, "ethertype": "IPv6", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:04:47Z", "revision_number": 0, "id": "6bd335cc-3b13-4cf0-ac2e-e8fc8334bf21", "remote_group_id": "93605e7b-b86f-4d82-aa6e-63c484658162", "remote_ip_prefix": null, "created_at": "2018-10-26T11:04:47Z", "security_group_id": "93605e7b-b86f-4d82-aa6e-63c484658162", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": null, "ethertype": "IPv4", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:04:47Z", "revision_number": 0, "id": "7ffbf05c-8592-495e-bd6e-27b72caff732", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T11:04:47Z", "security_group_id": "93605e7b-b86f-4d82-aa6e-63c484658162", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": null, "ethertype": "IPv4", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:04:47Z", "revision_number": 0, "id": "b6520698-0d0a-4e9f-99c3-7496c46b7f0e", "remote_group_id": "93605e7b-b86f-4d82-aa6e-63c484658162", "remote_ip_prefix": null, "created_at": "2018-10-26T11:04:47Z", "security_group_id": "93605e7b-b86f-4d82-aa6e-63c484658162", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": null, "ethertype": "IPv6", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}], "revision_number": 4, "project_id": "82d2d876a3084e22b065060a9b2f6f5c", "id": "93605e7b-b86f-4d82-aa6e-63c484658162", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "created_at": "2018-10-26T11:06:35Z", "updated_at": "2018-10-26T11:06:36Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-26T11:06:35Z", "revision_number": 0, "id": "2aa182b2-c252-4ef8-a248-50a9d3ab79f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T11:06:35Z", "security_group_id": "cf42248b-974e-44f1-a7d6-df3a033656fc", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": 22, "ethertype": "IPv4", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:06:35Z", "revision_number": 0, "id": "5acda179-f007-4fd8-8c75-2d5afe766cd5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T11:06:35Z", "security_group_id": "cf42248b-974e-44f1-a7d6-df3a033656fc", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": null, "ethertype": "IPv4", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:06:36Z", "revision_number": 0, "id": "6843ff01-d9ca-4957-8744-6d2cbc7ede80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T11:06:36Z", "security_group_id": "cf42248b-974e-44f1-a7d6-df3a033656fc", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": null, "ethertype": "IPv4", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-26T11:06:36Z", "revision_number": 0, "id": "8fa0de01-f42b-4697-9364-b7662b5b25df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T11:06:36Z", "security_group_id": "cf42248b-974e-44f1-a7d6-df3a033656fc", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": 80, "ethertype": "IPv4", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:06:35Z", "revision_number": 0, "id": "bb981335-40fe-4f63-916f-437569522254", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T11:06:35Z", "security_group_id": "cf42248b-974e-44f1-a7d6-df3a033656fc", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": null, "ethertype": "IPv6", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}], "revision_number": 5, "project_id": "82d2d876a3084e22b065060a9b2f6f5c", "id": "cf42248b-974e-44f1-a7d6-df3a033656fc", "name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}]} 2018-10-26 11:06:36,887 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-fe222957-49d3-412f-9f11-08808eb90fbf 2018-10-26 11:06:36,888 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.191723108292s 2018-10-26 11:06:36,888 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-fe222957-49d3-412f-9f11-08808eb90fbf 2018-10-26 11:06:36,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-10-26 11:06:36,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" -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": "cf42248b-974e-44f1-a7d6-df3a033656fc"}}' 2018-10-26 11:06:37,070 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-9d99086a-ce53-45ed-b636-af26a0858fbc Date: Fri, 26 Oct 2018 11:06:37 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-26T11:06:36Z", "security_group_id": "cf42248b-974e-44f1-a7d6-df3a033656fc", "port_range_min": 443, "revision_number": 0, "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "created_at": "2018-10-26T11:06:36Z", "project_id": "82d2d876a3084e22b065060a9b2f6f5c", "id": "d3e55f36-e875-4641-ad24-359aa38e0f79"}} 2018-10-26 11:06:37,071 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-9d99086a-ce53-45ed-b636-af26a0858fbc 2018-10-26 11:06:37,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.178945064545s 2018-10-26 11:06:37,071 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-9d99086a-ce53-45ed-b636-af26a0858fbc 2018-10-26 11:06:37,075 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-26 11:06:37,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:06:37,279 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5831 X-Openstack-Request-Id: req-2a0e8e5c-31d2-4809-9f90-a1bc4d6b92a4 Date: Fri, 26 Oct 2018 11:06:37 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "created_at": "2018-10-26T11:04:47Z", "updated_at": "2018-10-26T11:04:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:04:47Z", "revision_number": 0, "id": "4983b293-ca0e-48f4-ac17-2ae0276478f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T11:04:47Z", "security_group_id": "93605e7b-b86f-4d82-aa6e-63c484658162", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": null, "ethertype": "IPv6", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:04:47Z", "revision_number": 0, "id": "6bd335cc-3b13-4cf0-ac2e-e8fc8334bf21", "remote_group_id": "93605e7b-b86f-4d82-aa6e-63c484658162", "remote_ip_prefix": null, "created_at": "2018-10-26T11:04:47Z", "security_group_id": "93605e7b-b86f-4d82-aa6e-63c484658162", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": null, "ethertype": "IPv4", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:04:47Z", "revision_number": 0, "id": "7ffbf05c-8592-495e-bd6e-27b72caff732", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T11:04:47Z", "security_group_id": "93605e7b-b86f-4d82-aa6e-63c484658162", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": null, "ethertype": "IPv4", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:04:47Z", "revision_number": 0, "id": "b6520698-0d0a-4e9f-99c3-7496c46b7f0e", "remote_group_id": "93605e7b-b86f-4d82-aa6e-63c484658162", "remote_ip_prefix": null, "created_at": "2018-10-26T11:04:47Z", "security_group_id": "93605e7b-b86f-4d82-aa6e-63c484658162", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": null, "ethertype": "IPv6", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}], "revision_number": 4, "project_id": "82d2d876a3084e22b065060a9b2f6f5c", "id": "93605e7b-b86f-4d82-aa6e-63c484658162", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "created_at": "2018-10-26T11:06:35Z", "updated_at": "2018-10-26T11:06:36Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-26T11:06:35Z", "revision_number": 0, "id": "2aa182b2-c252-4ef8-a248-50a9d3ab79f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T11:06:35Z", "security_group_id": "cf42248b-974e-44f1-a7d6-df3a033656fc", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": 22, "ethertype": "IPv4", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:06:35Z", "revision_number": 0, "id": "5acda179-f007-4fd8-8c75-2d5afe766cd5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T11:06:35Z", "security_group_id": "cf42248b-974e-44f1-a7d6-df3a033656fc", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": null, "ethertype": "IPv4", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:06:36Z", "revision_number": 0, "id": "6843ff01-d9ca-4957-8744-6d2cbc7ede80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T11:06:36Z", "security_group_id": "cf42248b-974e-44f1-a7d6-df3a033656fc", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": null, "ethertype": "IPv4", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-26T11:06:36Z", "revision_number": 0, "id": "8fa0de01-f42b-4697-9364-b7662b5b25df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T11:06:36Z", "security_group_id": "cf42248b-974e-44f1-a7d6-df3a033656fc", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": 80, "ethertype": "IPv4", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:06:35Z", "revision_number": 0, "id": "bb981335-40fe-4f63-916f-437569522254", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T11:06:35Z", "security_group_id": "cf42248b-974e-44f1-a7d6-df3a033656fc", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": null, "ethertype": "IPv6", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-10-26T11:06:36Z", "revision_number": 0, "id": "d3e55f36-e875-4641-ad24-359aa38e0f79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T11:06:36Z", "security_group_id": "cf42248b-974e-44f1-a7d6-df3a033656fc", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": 443, "ethertype": "IPv4", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}], "revision_number": 6, "project_id": "82d2d876a3084e22b065060a9b2f6f5c", "id": "cf42248b-974e-44f1-a7d6-df3a033656fc", "name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}]} 2018-10-26 11:06:37,279 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-2a0e8e5c-31d2-4809-9f90-a1bc4d6b92a4 2018-10-26 11:06:37,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.204115152359s 2018-10-26 11:06:37,280 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-2a0e8e5c-31d2-4809-9f90-a1bc4d6b92a4 2018-10-26 11:06:37,284 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-10-26 11:06:37,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" -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": "cf42248b-974e-44f1-a7d6-df3a033656fc"}}' 2018-10-26 11:06:37,476 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-fbdbc4ae-b40d-42b9-9f82-705b4081a6e9 Date: Fri, 26 Oct 2018 11:06:37 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-26T11:06:37Z", "security_group_id": "cf42248b-974e-44f1-a7d6-df3a033656fc", "port_range_min": 5671, "revision_number": 0, "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "created_at": "2018-10-26T11:06:37Z", "project_id": "82d2d876a3084e22b065060a9b2f6f5c", "id": "7cf22388-ce8e-4b87-8601-06cd71690821"}} 2018-10-26 11:06:37,476 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-fbdbc4ae-b40d-42b9-9f82-705b4081a6e9 2018-10-26 11:06:37,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.19194483757s 2018-10-26 11:06:37,476 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-fbdbc4ae-b40d-42b9-9f82-705b4081a6e9 2018-10-26 11:06:37,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-26 11:06:37,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:06:37,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6331 X-Openstack-Request-Id: req-4e0c2136-9ee5-4627-a19d-16960ea1a226 Date: Fri, 26 Oct 2018 11:06:37 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "created_at": "2018-10-26T11:04:47Z", "updated_at": "2018-10-26T11:04:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:04:47Z", "revision_number": 0, "id": "4983b293-ca0e-48f4-ac17-2ae0276478f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T11:04:47Z", "security_group_id": "93605e7b-b86f-4d82-aa6e-63c484658162", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": null, "ethertype": "IPv6", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:04:47Z", "revision_number": 0, "id": "6bd335cc-3b13-4cf0-ac2e-e8fc8334bf21", "remote_group_id": "93605e7b-b86f-4d82-aa6e-63c484658162", "remote_ip_prefix": null, "created_at": "2018-10-26T11:04:47Z", "security_group_id": "93605e7b-b86f-4d82-aa6e-63c484658162", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": null, "ethertype": "IPv4", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:04:47Z", "revision_number": 0, "id": "7ffbf05c-8592-495e-bd6e-27b72caff732", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T11:04:47Z", "security_group_id": "93605e7b-b86f-4d82-aa6e-63c484658162", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": null, "ethertype": "IPv4", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:04:47Z", "revision_number": 0, "id": "b6520698-0d0a-4e9f-99c3-7496c46b7f0e", "remote_group_id": "93605e7b-b86f-4d82-aa6e-63c484658162", "remote_ip_prefix": null, "created_at": "2018-10-26T11:04:47Z", "security_group_id": "93605e7b-b86f-4d82-aa6e-63c484658162", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": null, "ethertype": "IPv6", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}], "revision_number": 4, "project_id": "82d2d876a3084e22b065060a9b2f6f5c", "id": "93605e7b-b86f-4d82-aa6e-63c484658162", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "created_at": "2018-10-26T11:06:35Z", "updated_at": "2018-10-26T11:06:37Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-26T11:06:35Z", "revision_number": 0, "id": "2aa182b2-c252-4ef8-a248-50a9d3ab79f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T11:06:35Z", "security_group_id": "cf42248b-974e-44f1-a7d6-df3a033656fc", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": 22, "ethertype": "IPv4", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:06:35Z", "revision_number": 0, "id": "5acda179-f007-4fd8-8c75-2d5afe766cd5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T11:06:35Z", "security_group_id": "cf42248b-974e-44f1-a7d6-df3a033656fc", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": null, "ethertype": "IPv4", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:06:36Z", "revision_number": 0, "id": "6843ff01-d9ca-4957-8744-6d2cbc7ede80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T11:06:36Z", "security_group_id": "cf42248b-974e-44f1-a7d6-df3a033656fc", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": null, "ethertype": "IPv4", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-10-26T11:06:37Z", "revision_number": 0, "id": "7cf22388-ce8e-4b87-8601-06cd71690821", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T11:06:37Z", "security_group_id": "cf42248b-974e-44f1-a7d6-df3a033656fc", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-26T11:06:36Z", "revision_number": 0, "id": "8fa0de01-f42b-4697-9364-b7662b5b25df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T11:06:36Z", "security_group_id": "cf42248b-974e-44f1-a7d6-df3a033656fc", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": 80, "ethertype": "IPv4", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:06:35Z", "revision_number": 0, "id": "bb981335-40fe-4f63-916f-437569522254", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T11:06:35Z", "security_group_id": "cf42248b-974e-44f1-a7d6-df3a033656fc", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": null, "ethertype": "IPv6", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-10-26T11:06:36Z", "revision_number": 0, "id": "d3e55f36-e875-4641-ad24-359aa38e0f79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T11:06:36Z", "security_group_id": "cf42248b-974e-44f1-a7d6-df3a033656fc", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": 443, "ethertype": "IPv4", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}], "revision_number": 7, "project_id": "82d2d876a3084e22b065060a9b2f6f5c", "id": "cf42248b-974e-44f1-a7d6-df3a033656fc", "name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}]} 2018-10-26 11:06:37,664 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-4e0c2136-9ee5-4627-a19d-16960ea1a226 2018-10-26 11:06:37,664 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.183834075928s 2018-10-26 11:06:37,665 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-4e0c2136-9ee5-4627-a19d-16960ea1a226 2018-10-26 11:06:37,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-10-26 11:06:37,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" -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": "cf42248b-974e-44f1-a7d6-df3a033656fc"}}' 2018-10-26 11:06:37,837 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-b66c638d-77a7-469e-a89f-6091d9cc5f04 Date: Fri, 26 Oct 2018 11:06:37 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-26T11:06:37Z", "security_group_id": "cf42248b-974e-44f1-a7d6-df3a033656fc", "port_range_min": 53333, "revision_number": 0, "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "created_at": "2018-10-26T11:06:37Z", "project_id": "82d2d876a3084e22b065060a9b2f6f5c", "id": "65742549-c6ff-4041-aa7a-1493ad0de756"}} 2018-10-26 11:06:37,837 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-b66c638d-77a7-469e-a89f-6091d9cc5f04 2018-10-26 11:06:37,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.168715953827s 2018-10-26 11:06:37,837 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-b66c638d-77a7-469e-a89f-6091d9cc5f04 2018-10-26 11:06:37,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-26 11:06:37,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:06:37,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1237 X-Openstack-Request-Id: req-2e2a5b67-8273-42ea-a3ac-2838ae72b650 Date: Fri, 26 Oct 2018 11:06: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":["28b82380-fdda-4f50-9111-c566c3267062"],"updated_at":"2018-10-26T11:04:48Z","tenant_id":"82d2d876a3084e22b065060a9b2f6f5c","created_at":"2018-10-26T11:04:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"82d2d876a3084e22b065060a9b2f6f5c","id":"258c9983-d981-442d-95da-bf73079abb3a","name":"vyos_vrouter-net_ad566928-fede-4f0a-965a-66efd9835f90"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","mtu":1500}]} 2018-10-26 11:06:37,953 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-2e2a5b67-8273-42ea-a3ac-2838ae72b650 2018-10-26 11:06:37,953 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.114171028137s 2018-10-26 11:06:37,953 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-2e2a5b67-8273-42ea-a3ac-2838ae72b650 2018-10-26 11:06:37,954 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-26 11:06:37,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:06:38,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-709d139c-98e7-4ca0-baeb-3e9d8a612ef5 Date: Fri, 26 Oct 2018 11:06:38 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/84d46950-ba9c-4c0b-b227-7a7f582aa764/snap", "metadata": {}}], "file": "/v2/images/84d46950-ba9c-4c0b-b227-7a7f582aa764/file", "owner": "82d2d876a3084e22b065060a9b2f6f5c", "id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "size": 4373348352, "self": "/v2/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "disk_format": "qcow2", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/84d46950-ba9c-4c0b-b227-7a7f582aa764/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-10-26T11:06:34Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_ad566928-fede-4f0a-965a-66efd9835f90", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_ad566928-fede-4f0a-965a-66efd9835f90", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-10-26T11:05:19Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-26 11:06:38,132 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-709d139c-98e7-4ca0-baeb-3e9d8a612ef5 2018-10-26 11:06:38,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.17739200592s 2018-10-26 11:06:38,132 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-709d139c-98e7-4ca0-baeb-3e9d8a612ef5 2018-10-26 11:06:38,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-26 11:06:38,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:06:38,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:06:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e823d777-7fd2-4093-99c7-f90411e10318 x-compute-request-id: req-e823d777-7fd2-4093-99c7-f90411e10318 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "name": "vyos_vrouter-flavor_ad566928-fede-4f0a-965a-66efd9835f90", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-26 11:06:38,169 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-e823d777-7fd2-4093-99c7-f90411e10318 2018-10-26 11:06:38,169 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0349798202515s 2018-10-26 11:06:38,170 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-e823d777-7fd2-4093-99c7-f90411e10318 2018-10-26 11:06:38,171 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-10-26 11:06:38,174 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: os-client-config/1.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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" -d '{"server": {"name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "imageRef": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "flavorRef": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "max_count": 1, "min_count": 1, "networks": [{"uuid": "258c9983-d981-442d-95da-bf73079abb3a"}], "security_groups": [{"name": "cf42248b-974e-44f1-a7d6-df3a033656fc"}]}}' 2018-10-26 11:06:40,502 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 11:06:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-344d1712-d31a-457f-9438-7faa24d9ee63 x-compute-request-id: req-344d1712-d31a-457f-9438-7faa24d9ee63 Content-Length: 403 location: http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "cf42248b-974e-44f1-a7d6-df3a033656fc"}], "OS-DCF:diskConfig": "MANUAL", "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "adminPass": "ijC35mmfA34M"}} 2018-10-26 11:06:40,502 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-344d1712-d31a-457f-9438-7faa24d9ee63 2018-10-26 11:06:40,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.3312048912s 2018-10-26 11:06:40,503 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-344d1712-d31a-457f-9438-7faa24d9ee63 2018-10-26 11:06:40,504 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:06:40,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:06:40,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:06:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d949d9f1-32ea-46cb-9cd2-c59125c46fac x-compute-request-id: req-d949d9f1-32ea-46cb-9cd2-c59125c46fac Content-Encoding: gzip Content-Length: 605 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-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-26T11:06:40Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:06:40,779 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d949d9f1-32ea-46cb-9cd2-c59125c46fac 2018-10-26 11:06:40,779 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.275169849396s 2018-10-26 11:06:40,779 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d949d9f1-32ea-46cb-9cd2-c59125c46fac 2018-10-26 11:06:40,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-26 11:06:40,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:06:40,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1237 X-Openstack-Request-Id: req-6c36919d-7198-4098-bd06-fa24828eeae1 Date: Fri, 26 Oct 2018 11:06: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":["28b82380-fdda-4f50-9111-c566c3267062"],"updated_at":"2018-10-26T11:04:48Z","tenant_id":"82d2d876a3084e22b065060a9b2f6f5c","created_at":"2018-10-26T11:04:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"82d2d876a3084e22b065060a9b2f6f5c","id":"258c9983-d981-442d-95da-bf73079abb3a","name":"vyos_vrouter-net_ad566928-fede-4f0a-965a-66efd9835f90"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","mtu":1500}]} 2018-10-26 11:06:40,893 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-6c36919d-7198-4098-bd06-fa24828eeae1 2018-10-26 11:06:40,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.106981992722s 2018-10-26 11:06:40,893 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-6c36919d-7198-4098-bd06-fa24828eeae1 2018-10-26 11:06:40,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-10-26 11:06:40,895 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:06:40,947 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-0329503e-7897-4865-a7bc-ac8906b8f770 Date: Fri, 26 Oct 2018 11:06:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"258c9983-d981-442d-95da-bf73079abb3a","tenant_id":"82d2d876a3084e22b065060a9b2f6f5c","created_at":"2018-10-26T11:04:48Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-26T11:04:48Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"82d2d876a3084e22b065060a9b2f6f5c","id":"28b82380-fdda-4f50-9111-c566c3267062","subnetpool_id":null,"name":"vyos_vrouter-subnet_ad566928-fede-4f0a-965a-66efd9835f90"}]} 2018-10-26 11:06:40,947 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-0329503e-7897-4865-a7bc-ac8906b8f770 2018-10-26 11:06:40,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0527942180634s 2018-10-26 11:06:40,947 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-0329503e-7897-4865-a7bc-ac8906b8f770 2018-10-26 11:06:40,948 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:06:42,951 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:06:42,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:06:43,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:06:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a5fe19c2-fa77-42dc-9cdc-68d7ca30277e x-compute-request-id: req-a5fe19c2-fa77-42dc-9cdc-68d7ca30277e Content-Encoding: gzip Content-Length: 649 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF: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-26T11:06:42Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:06:43,234 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a5fe19c2-fa77-42dc-9cdc-68d7ca30277e 2018-10-26 11:06:43,235 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.283263921738s 2018-10-26 11:06:43,235 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a5fe19c2-fa77-42dc-9cdc-68d7ca30277e 2018-10-26 11:06:43,239 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:06:45,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:06:45,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:06:46,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:06:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0177df16-161c-41cb-859e-98c67060d6d4 x-compute-request-id: req-0177df16-161c-41cb-859e-98c67060d6d4 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF: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-26T11:06:42Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:06:46,046 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0177df16-161c-41cb-859e-98c67060d6d4 2018-10-26 11:06:46,046 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.804398059845s 2018-10-26 11:06:46,047 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0177df16-161c-41cb-859e-98c67060d6d4 2018-10-26 11:06:46,051 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:06:48,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:06:48,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:06:48,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:06:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d46f24d2-f16d-4706-a324-aa2b64acad47 x-compute-request-id: req-d46f24d2-f16d-4706-a324-aa2b64acad47 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF: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-26T11:06:42Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:06:48,836 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d46f24d2-f16d-4706-a324-aa2b64acad47 2018-10-26 11:06:48,836 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.782773971558s 2018-10-26 11:06:48,837 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d46f24d2-f16d-4706-a324-aa2b64acad47 2018-10-26 11:06:48,841 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:06:50,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:06:50,847 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:06:51,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:06:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8e19a2bf-fc5c-4f32-b89d-011b9d08b3be x-compute-request-id: req-8e19a2bf-fc5c-4f32-b89d-011b9d08b3be Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF: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-26T11:06:42Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:06:51,386 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8e19a2bf-fc5c-4f32-b89d-011b9d08b3be 2018-10-26 11:06:51,386 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.542495012283s 2018-10-26 11:06:51,387 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8e19a2bf-fc5c-4f32-b89d-011b9d08b3be 2018-10-26 11:06:51,391 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:06:53,394 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:06:53,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:06:53,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:06: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-f92b578b-37cf-411e-bd5a-7f36d28d9105 x-compute-request-id: req-f92b578b-37cf-411e-bd5a-7f36d28d9105 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF: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-26T11:06:42Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:06:53,924 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f92b578b-37cf-411e-bd5a-7f36d28d9105 2018-10-26 11:06:53,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.529772996902s 2018-10-26 11:06:53,925 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f92b578b-37cf-411e-bd5a-7f36d28d9105 2018-10-26 11:06:53,929 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:06:55,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:06:55,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:06:56,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:06:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f59f91ce-6b2a-4ae2-afb4-799c9029f8b6 x-compute-request-id: req-f59f91ce-6b2a-4ae2-afb4-799c9029f8b6 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF: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-26T11:06:42Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:06:56,442 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f59f91ce-6b2a-4ae2-afb4-799c9029f8b6 2018-10-26 11:06:56,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.511071920395s 2018-10-26 11:06:56,443 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f59f91ce-6b2a-4ae2-afb4-799c9029f8b6 2018-10-26 11:06:56,447 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:06:58,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:06:58,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:06:58,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:06:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e2f57b86-616c-4ec9-8d2e-3940082890d2 x-compute-request-id: req-e2f57b86-616c-4ec9-8d2e-3940082890d2 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF: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-26T11:06:42Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:06:58,992 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e2f57b86-616c-4ec9-8d2e-3940082890d2 2018-10-26 11:06:58,992 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.542279005051s 2018-10-26 11:06:58,993 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e2f57b86-616c-4ec9-8d2e-3940082890d2 2018-10-26 11:06:58,997 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:07:00,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:07:01,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:07:01,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:07:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a2233ef3-6b18-42ad-83f7-4dbea227709f x-compute-request-id: req-a2233ef3-6b18-42ad-83f7-4dbea227709f Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF: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-26T11:06:42Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:07:01,875 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a2233ef3-6b18-42ad-83f7-4dbea227709f 2018-10-26 11:07:01,875 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.875591993332s 2018-10-26 11:07:01,875 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a2233ef3-6b18-42ad-83f7-4dbea227709f 2018-10-26 11:07:01,879 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:07:03,882 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:07:03,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:07:04,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:07:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-96301b91-286c-4772-b1ad-856f90256d98 x-compute-request-id: req-96301b91-286c-4772-b1ad-856f90256d98 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF: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-26T11:06:42Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:07:04,584 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-96301b91-286c-4772-b1ad-856f90256d98 2018-10-26 11:07:04,584 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.701757907867s 2018-10-26 11:07:04,584 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-96301b91-286c-4772-b1ad-856f90256d98 2018-10-26 11:07:04,588 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:07:06,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:07:06,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:07:07,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:07:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d98c7912-5059-4d50-b480-3456d74037d5 x-compute-request-id: req-d98c7912-5059-4d50-b480-3456d74037d5 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF: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-26T11:06:42Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:07:07,099 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d98c7912-5059-4d50-b480-3456d74037d5 2018-10-26 11:07:07,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.507668018341s 2018-10-26 11:07:07,099 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d98c7912-5059-4d50-b480-3456d74037d5 2018-10-26 11:07:07,104 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:07:09,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:07:09,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:07:09,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:07:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b5183960-b7b0-43cd-a441-7a8e98793cdc x-compute-request-id: req-b5183960-b7b0-43cd-a441-7a8e98793cdc Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF: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-26T11:06:42Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:07:09,633 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b5183960-b7b0-43cd-a441-7a8e98793cdc 2018-10-26 11:07:09,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.526618003845s 2018-10-26 11:07:09,634 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b5183960-b7b0-43cd-a441-7a8e98793cdc 2018-10-26 11:07:09,637 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:07:11,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:07:11,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:07:12,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:07:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b5e560be-c8e3-4c0b-b998-278a2fadcf41 x-compute-request-id: req-b5e560be-c8e3-4c0b-b998-278a2fadcf41 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF: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-26T11:06:42Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:07:12,156 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b5e560be-c8e3-4c0b-b998-278a2fadcf41 2018-10-26 11:07:12,157 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.517323970795s 2018-10-26 11:07:12,157 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b5e560be-c8e3-4c0b-b998-278a2fadcf41 2018-10-26 11:07:12,161 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:07:14,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:07:14,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:07:14,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:07:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c50b36e3-5206-4db9-8f05-9eac43ad4150 x-compute-request-id: req-c50b36e3-5206-4db9-8f05-9eac43ad4150 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF: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-26T11:06:42Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:07:14,848 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c50b36e3-5206-4db9-8f05-9eac43ad4150 2018-10-26 11:07:14,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.684758901596s 2018-10-26 11:07:14,849 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c50b36e3-5206-4db9-8f05-9eac43ad4150 2018-10-26 11:07:14,852 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:07:16,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:07:16,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:07:17,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11: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-b804fa8d-2f9f-4618-b334-27ae5d57be85 x-compute-request-id: req-b804fa8d-2f9f-4618-b334-27ae5d57be85 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF: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-26T11:06:42Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:07:17,387 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b804fa8d-2f9f-4618-b334-27ae5d57be85 2018-10-26 11:07:17,387 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.531986951828s 2018-10-26 11:07:17,387 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b804fa8d-2f9f-4618-b334-27ae5d57be85 2018-10-26 11:07:17,391 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:07:19,394 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:07:19,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:07:19,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:07:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5c6bf67c-44d1-4a22-a58b-9bb9560a12c9 x-compute-request-id: req-5c6bf67c-44d1-4a22-a58b-9bb9560a12c9 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF: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-26T11:06:42Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:07:19,945 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5c6bf67c-44d1-4a22-a58b-9bb9560a12c9 2018-10-26 11:07:19,945 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.550879955292s 2018-10-26 11:07:19,945 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5c6bf67c-44d1-4a22-a58b-9bb9560a12c9 2018-10-26 11:07:19,950 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:07:21,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:07:21,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:07:22,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:07:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-859e3d1f-7645-41e6-a04a-27f139ac5cf5 x-compute-request-id: req-859e3d1f-7645-41e6-a04a-27f139ac5cf5 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF: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-26T11:06:42Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:07:22,309 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-859e3d1f-7645-41e6-a04a-27f139ac5cf5 2018-10-26 11:07:22,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.356272935867s 2018-10-26 11:07:22,309 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-859e3d1f-7645-41e6-a04a-27f139ac5cf5 2018-10-26 11:07:22,313 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:07:24,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:07:24,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:07:25,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:07:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d6bf575e-9d50-4e04-9f36-b83d23ef75f0 x-compute-request-id: req-d6bf575e-9d50-4e04-9f36-b83d23ef75f0 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF: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-26T11:06:42Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:07:25,004 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d6bf575e-9d50-4e04-9f36-b83d23ef75f0 2018-10-26 11:07:25,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.688808917999s 2018-10-26 11:07:25,005 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d6bf575e-9d50-4e04-9f36-b83d23ef75f0 2018-10-26 11:07:25,009 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:07:27,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:07:27,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:07:27,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11: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,Accept-Encoding x-openstack-request-id: req-3062e29f-6a8d-459c-a40b-e5b2dbef86b0 x-compute-request-id: req-3062e29f-6a8d-459c-a40b-e5b2dbef86b0 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF: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-26T11:06:42Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:07:27,733 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3062e29f-6a8d-459c-a40b-e5b2dbef86b0 2018-10-26 11:07:27,733 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.72159910202s 2018-10-26 11:07:27,733 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3062e29f-6a8d-459c-a40b-e5b2dbef86b0 2018-10-26 11:07:27,737 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:07:29,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:07:29,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:07:29,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11: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-ae77ce65-7d01-4d25-9794-4eda744fabe9 x-compute-request-id: req-ae77ce65-7d01-4d25-9794-4eda744fabe9 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF: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-26T11:06:42Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:07:29,951 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ae77ce65-7d01-4d25-9794-4eda744fabe9 2018-10-26 11:07:29,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.210950136185s 2018-10-26 11:07:29,952 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ae77ce65-7d01-4d25-9794-4eda744fabe9 2018-10-26 11:07:29,956 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:07:31,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:07:31,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:07:32,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:07: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-c0821b7e-3948-4e6c-bd1a-3f3d4425cd4b x-compute-request-id: req-c0821b7e-3948-4e6c-bd1a-3f3d4425cd4b Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF: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-26T11:06:42Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:07:32,627 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c0821b7e-3948-4e6c-bd1a-3f3d4425cd4b 2018-10-26 11:07:32,627 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.668291091919s 2018-10-26 11:07:32,627 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c0821b7e-3948-4e6c-bd1a-3f3d4425cd4b 2018-10-26 11:07:32,631 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:07:34,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:07:34,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:07:35,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:07:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c1820e67-03e8-4465-b12d-66fa8d34d312 x-compute-request-id: req-c1820e67-03e8-4465-b12d-66fa8d34d312 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF: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-26T11:06:42Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:07:35,353 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c1820e67-03e8-4465-b12d-66fa8d34d312 2018-10-26 11:07:35,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.719439983368s 2018-10-26 11:07:35,354 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c1820e67-03e8-4465-b12d-66fa8d34d312 2018-10-26 11:07:35,358 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:07:37,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:07:37,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:07:38,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11: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-695381e8-c1d4-4fc2-978a-cc0d8a37381c x-compute-request-id: req-695381e8-c1d4-4fc2-978a-cc0d8a37381c Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF: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-26T11:06:42Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:07:38,054 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-695381e8-c1d4-4fc2-978a-cc0d8a37381c 2018-10-26 11:07:38,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.693415880203s 2018-10-26 11:07:38,055 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-695381e8-c1d4-4fc2-978a-cc0d8a37381c 2018-10-26 11:07:38,059 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:07:40,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:07:40,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:07:40,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:07: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-b9d15ce3-4b5c-4784-8977-b70cedc0444c x-compute-request-id: req-b9d15ce3-4b5c-4784-8977-b70cedc0444c Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF: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-26T11:06:42Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:07:40,638 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b9d15ce3-4b5c-4784-8977-b70cedc0444c 2018-10-26 11:07:40,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.576840877533s 2018-10-26 11:07:40,639 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b9d15ce3-4b5c-4784-8977-b70cedc0444c 2018-10-26 11:07:40,643 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:07:42,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:07:42,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:07:43,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11: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-8072895e-e8f8-449e-82c0-192de7782582 x-compute-request-id: req-8072895e-e8f8-449e-82c0-192de7782582 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF: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-26T11:06:42Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:07:43,337 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8072895e-e8f8-449e-82c0-192de7782582 2018-10-26 11:07:43,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.691841125488s 2018-10-26 11:07:43,338 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8072895e-e8f8-449e-82c0-192de7782582 2018-10-26 11:07:43,342 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:07:45,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:07:45,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:07:46,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:07: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-0e5606bf-8a3e-4e13-b96c-8cfa9deddc7a x-compute-request-id: req-0e5606bf-8a3e-4e13-b96c-8cfa9deddc7a Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF: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-26T11:06:42Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:07:46,029 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0e5606bf-8a3e-4e13-b96c-8cfa9deddc7a 2018-10-26 11:07:46,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.684391021729s 2018-10-26 11:07:46,030 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0e5606bf-8a3e-4e13-b96c-8cfa9deddc7a 2018-10-26 11:07:46,034 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:07:48,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:07:48,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:07:48,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:07: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-0ff0e1a8-ed3c-4440-a586-0ee27e7cf131 x-compute-request-id: req-0ff0e1a8-ed3c-4440-a586-0ee27e7cf131 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF: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-26T11:06:42Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:07:48,583 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0ff0e1a8-ed3c-4440-a586-0ee27e7cf131 2018-10-26 11:07:48,583 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.545871019363s 2018-10-26 11:07:48,583 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0ff0e1a8-ed3c-4440-a586-0ee27e7cf131 2018-10-26 11:07:48,587 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:07:50,590 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:07:50,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:07:51,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11: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,Accept-Encoding x-openstack-request-id: req-d2554f28-a088-4264-b83a-4b56bb591568 x-compute-request-id: req-d2554f28-a088-4264-b83a-4b56bb591568 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF: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-26T11:06:42Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:07:51,300 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d2554f28-a088-4264-b83a-4b56bb591568 2018-10-26 11:07:51,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.710700035095s 2018-10-26 11:07:51,301 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d2554f28-a088-4264-b83a-4b56bb591568 2018-10-26 11:07:51,305 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:07:53,308 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:07:53,311 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:07:53,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:07:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e9faa7d1-9c3f-460f-9222-3aac17dc78b5 x-compute-request-id: req-e9faa7d1-9c3f-460f-9222-3aac17dc78b5 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF: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-26T11:06:42Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:07:53,813 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e9faa7d1-9c3f-460f-9222-3aac17dc78b5 2018-10-26 11:07:53,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.505176067352s 2018-10-26 11:07:53,813 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e9faa7d1-9c3f-460f-9222-3aac17dc78b5 2018-10-26 11:07:53,818 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:07:55,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:07:55,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:07:56,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:07: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-aa8a8ec4-bd06-47ae-bc0a-c97ac8eacb3f x-compute-request-id: req-aa8a8ec4-bd06-47ae-bc0a-c97ac8eacb3f Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF: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-26T11:06:42Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:07:56,332 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-aa8a8ec4-bd06-47ae-bc0a-c97ac8eacb3f 2018-10-26 11:07:56,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.511220932007s 2018-10-26 11:07:56,332 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-aa8a8ec4-bd06-47ae-bc0a-c97ac8eacb3f 2018-10-26 11:07:56,337 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:07:58,340 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:07:58,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:07:59,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:07:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1e179612-1fbe-4a8b-8c8f-833bbb6fe353 x-compute-request-id: req-1e179612-1fbe-4a8b-8c8f-833bbb6fe353 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF: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-26T11:06:42Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:07:59,038 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1e179612-1fbe-4a8b-8c8f-833bbb6fe353 2018-10-26 11:07:59,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.698790073395s 2018-10-26 11:07:59,039 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1e179612-1fbe-4a8b-8c8f-833bbb6fe353 2018-10-26 11:07:59,043 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:08:01,046 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:08:01,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:08:01,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:08: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-d92dd5b1-0903-475b-8506-3b529b60b880 x-compute-request-id: req-d92dd5b1-0903-475b-8506-3b529b60b880 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF: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-26T11:06:42Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:08:01,567 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d92dd5b1-0903-475b-8506-3b529b60b880 2018-10-26 11:08:01,567 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.520982980728s 2018-10-26 11:08:01,567 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d92dd5b1-0903-475b-8506-3b529b60b880 2018-10-26 11:08:01,571 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:08:03,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:08:03,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:08:03,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:08:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-44128c47-9342-41e6-9e7b-cbe721b2444d x-compute-request-id: req-44128c47-9342-41e6-9e7b-cbe721b2444d Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF: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-26T11:06:42Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:08:03,944 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-44128c47-9342-41e6-9e7b-cbe721b2444d 2018-10-26 11:08:03,945 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.370589971542s 2018-10-26 11:08:03,945 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-44128c47-9342-41e6-9e7b-cbe721b2444d 2018-10-26 11:08:03,949 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:08:05,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:08:05,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:08:06,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:08: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-a984d04c-c049-4534-91b7-0d659093d878 x-compute-request-id: req-a984d04c-c049-4534-91b7-0d659093d878 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF: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-26T11:06:42Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:08:06,505 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a984d04c-c049-4534-91b7-0d659093d878 2018-10-26 11:08:06,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.553442001343s 2018-10-26 11:08:06,506 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a984d04c-c049-4534-91b7-0d659093d878 2018-10-26 11:08:06,509 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:08:08,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:08:08,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:08:09,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:08: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-f0f5176f-97af-4247-8653-a0076d2755f0 x-compute-request-id: req-f0f5176f-97af-4247-8653-a0076d2755f0 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF: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-26T11:06:42Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:08:09,171 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f0f5176f-97af-4247-8653-a0076d2755f0 2018-10-26 11:08:09,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.658997058868s 2018-10-26 11:08:09,172 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f0f5176f-97af-4247-8653-a0076d2755f0 2018-10-26 11:08:09,176 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:08:11,178 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:08:11,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:08:11,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11: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-68a3da12-1907-4903-858f-1b0e6f5c743a x-compute-request-id: req-68a3da12-1907-4903-858f-1b0e6f5c743a Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF: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-26T11:06:42Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:08:11,533 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-68a3da12-1907-4903-858f-1b0e6f5c743a 2018-10-26 11:08:11,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.355215072632s 2018-10-26 11:08:11,534 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-68a3da12-1907-4903-858f-1b0e6f5c743a 2018-10-26 11:08:11,538 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:08:13,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:08:13,543 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:08:14,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11: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-847557b9-bd7d-4d95-b212-1204045107f6 x-compute-request-id: req-847557b9-bd7d-4d95-b212-1204045107f6 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF: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-26T11:06:42Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:08:14,080 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-847557b9-bd7d-4d95-b212-1204045107f6 2018-10-26 11:08:14,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.539803028107s 2018-10-26 11:08:14,081 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-847557b9-bd7d-4d95-b212-1204045107f6 2018-10-26 11:08:14,085 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:08:16,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:08:16,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:08:16,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:08: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-d7466aac-fb35-472b-b692-5d2c9b596759 x-compute-request-id: req-d7466aac-fb35-472b-b692-5d2c9b596759 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF: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-26T11:06:42Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:08:16,616 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d7466aac-fb35-472b-b692-5d2c9b596759 2018-10-26 11:08:16,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.528491020203s 2018-10-26 11:08:16,616 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d7466aac-fb35-472b-b692-5d2c9b596759 2018-10-26 11:08:16,620 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:08:18,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:08:18,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:08:19,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:08: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-118aeb7a-da42-47a1-82b8-06b85b645641 x-compute-request-id: req-118aeb7a-da42-47a1-82b8-06b85b645641 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF: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-26T11:06:42Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:08:19,128 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-118aeb7a-da42-47a1-82b8-06b85b645641 2018-10-26 11:08:19,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.505192041397s 2018-10-26 11:08:19,129 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-118aeb7a-da42-47a1-82b8-06b85b645641 2018-10-26 11:08:19,132 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:08:21,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:08:21,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:08:21,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:08: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-fcda40c6-bb16-48bd-ac0b-5a5c9a8a2d5e x-compute-request-id: req-fcda40c6-bb16-48bd-ac0b-5a5c9a8a2d5e Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF: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-26T11:06:42Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:08:21,638 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-fcda40c6-bb16-48bd-ac0b-5a5c9a8a2d5e 2018-10-26 11:08:21,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.503295898438s 2018-10-26 11:08:21,639 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-fcda40c6-bb16-48bd-ac0b-5a5c9a8a2d5e 2018-10-26 11:08:21,643 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:08:23,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:08:23,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:08:24,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11: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-faca2722-e7e1-4afc-83de-a064f43a9078 x-compute-request-id: req-faca2722-e7e1-4afc-83de-a064f43a9078 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF: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-26T11:06:42Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:08:24,214 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-faca2722-e7e1-4afc-83de-a064f43a9078 2018-10-26 11:08:24,214 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.567336082458s 2018-10-26 11:08:24,214 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-faca2722-e7e1-4afc-83de-a064f43a9078 2018-10-26 11:08:24,219 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:08:26,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:08:26,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:08:26,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:08: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-a7c7b284-d906-43a7-90a5-053f671012d8 x-compute-request-id: req-a7c7b284-d906-43a7-90a5-053f671012d8 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF: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-26T11:06:42Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:08:26,734 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a7c7b284-d906-43a7-90a5-053f671012d8 2018-10-26 11:08:26,734 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.512893915176s 2018-10-26 11:08:26,735 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a7c7b284-d906-43a7-90a5-053f671012d8 2018-10-26 11:08:26,739 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:08:28,741 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:08:28,744 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:08:29,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11: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,Accept-Encoding x-openstack-request-id: req-fc5fb669-cf76-4ea5-b555-248995273163 x-compute-request-id: req-fc5fb669-cf76-4ea5-b555-248995273163 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF: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-26T11:06:42Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:08:29,275 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-fc5fb669-cf76-4ea5-b555-248995273163 2018-10-26 11:08:29,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.533532142639s 2018-10-26 11:08:29,275 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-fc5fb669-cf76-4ea5-b555-248995273163 2018-10-26 11:08:29,279 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:08:31,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:08:31,285 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:08:31,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:08: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-492f7b2b-d304-4713-bc83-8176e788499b x-compute-request-id: req-492f7b2b-d304-4713-bc83-8176e788499b Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF: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-26T11:06:42Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:08:31,630 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-492f7b2b-d304-4713-bc83-8176e788499b 2018-10-26 11:08:31,630 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.347921133041s 2018-10-26 11:08:31,631 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-492f7b2b-d304-4713-bc83-8176e788499b 2018-10-26 11:08:31,635 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:08:33,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:08:33,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:08:34,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11: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,Accept-Encoding x-openstack-request-id: req-7bcedb7f-a882-4fda-9769-da478f03add3 x-compute-request-id: req-7bcedb7f-a882-4fda-9769-da478f03add3 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF: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-26T11:06:42Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:08:34,169 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7bcedb7f-a882-4fda-9769-da478f03add3 2018-10-26 11:08:34,170 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.531857013702s 2018-10-26 11:08:34,170 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7bcedb7f-a882-4fda-9769-da478f03add3 2018-10-26 11:08:34,174 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:08:36,177 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:08:36,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:08:36,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:08:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-472ff759-36be-4f7a-b64b-52ac1a239416 x-compute-request-id: req-472ff759-36be-4f7a-b64b-52ac1a239416 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF: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-26T11:06:42Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:08:36,850 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-472ff759-36be-4f7a-b64b-52ac1a239416 2018-10-26 11:08:36,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.672799110413s 2018-10-26 11:08:36,850 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-472ff759-36be-4f7a-b64b-52ac1a239416 2018-10-26 11:08:36,854 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:08:38,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:08:38,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:08:39,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:08:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d92d7a80-9704-4b39-8d8b-bbb768f8dd80 x-compute-request-id: req-d92d7a80-9704-4b39-8d8b-bbb768f8dd80 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF: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-26T11:06:42Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:08:39,259 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d92d7a80-9704-4b39-8d8b-bbb768f8dd80 2018-10-26 11:08:39,259 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.40244102478s 2018-10-26 11:08:39,260 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d92d7a80-9704-4b39-8d8b-bbb768f8dd80 2018-10-26 11:08:39,264 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:08:41,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:08:41,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:08:41,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:08:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1a21be87-95bd-433c-bdcb-9c6664256995 x-compute-request-id: req-1a21be87-95bd-433c-bdcb-9c6664256995 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF: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-26T11:06:42Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:08:41,774 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1a21be87-95bd-433c-bdcb-9c6664256995 2018-10-26 11:08:41,774 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.507803916931s 2018-10-26 11:08:41,774 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1a21be87-95bd-433c-bdcb-9c6664256995 2018-10-26 11:08:41,779 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:08:43,779 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:08:43,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:08:44,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11: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-494925c8-7102-4498-a32f-264d0f4b7ce0 x-compute-request-id: req-494925c8-7102-4498-a32f-264d0f4b7ce0 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF: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-26T11:06:42Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:08:44,003 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-494925c8-7102-4498-a32f-264d0f4b7ce0 2018-10-26 11:08:44,003 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.223551034927s 2018-10-26 11:08:44,003 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-494925c8-7102-4498-a32f-264d0f4b7ce0 2018-10-26 11:08:44,008 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:08:46,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:08:46,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:08:46,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11: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,Accept-Encoding x-openstack-request-id: req-f47d0bc8-ad9a-40ef-8b3a-ec2ac314af1b x-compute-request-id: req-f47d0bc8-ad9a-40ef-8b3a-ec2ac314af1b Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF: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-26T11:06:42Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:08:46,213 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f47d0bc8-ad9a-40ef-8b3a-ec2ac314af1b 2018-10-26 11:08:46,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.203800201416s 2018-10-26 11:08:46,213 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f47d0bc8-ad9a-40ef-8b3a-ec2ac314af1b 2018-10-26 11:08:46,217 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:08:48,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:08:48,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:08:48,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:08: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-dfcb966a-4142-4e8e-b91d-39afef3096a5 x-compute-request-id: req-dfcb966a-4142-4e8e-b91d-39afef3096a5 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF: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-26T11:06:42Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:08:48,744 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-dfcb966a-4142-4e8e-b91d-39afef3096a5 2018-10-26 11:08:48,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.524030923843s 2018-10-26 11:08:48,745 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-dfcb966a-4142-4e8e-b91d-39afef3096a5 2018-10-26 11:08:48,749 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:08:50,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:08:50,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:08:51,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:08:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5e458e06-33aa-4fd4-98cc-8681df14996f x-compute-request-id: req-5e458e06-33aa-4fd4-98cc-8681df14996f Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF: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-26T11:06:42Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:08:51,139 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5e458e06-33aa-4fd4-98cc-8681df14996f 2018-10-26 11:08:51,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.386892080307s 2018-10-26 11:08:51,139 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5e458e06-33aa-4fd4-98cc-8681df14996f 2018-10-26 11:08:51,143 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:08:53,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:08:53,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:08:53,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11: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-e956de59-57d3-4af5-9f4e-b9fe5a451f26 x-compute-request-id: req-e956de59-57d3-4af5-9f4e-b9fe5a451f26 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF: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-26T11:06:42Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:08:53,692 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e956de59-57d3-4af5-9f4e-b9fe5a451f26 2018-10-26 11:08:53,693 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.546622991562s 2018-10-26 11:08:53,693 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e956de59-57d3-4af5-9f4e-b9fe5a451f26 2018-10-26 11:08:53,697 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:08:55,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:08:55,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:08:56,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11: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-c1bd9126-e945-4315-b6c4-9cd0cd7ae35c x-compute-request-id: req-c1bd9126-e945-4315-b6c4-9cd0cd7ae35c Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF: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-26T11:06:42Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:08:56,243 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c1bd9126-e945-4315-b6c4-9cd0cd7ae35c 2018-10-26 11:08:56,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.543177127838s 2018-10-26 11:08:56,243 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c1bd9126-e945-4315-b6c4-9cd0cd7ae35c 2018-10-26 11:08:56,247 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:08:58,250 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:08:58,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:08:58,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:08:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eb2c82fb-551e-456d-95de-041efba074cd x-compute-request-id: req-eb2c82fb-551e-456d-95de-041efba074cd Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF: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-26T11:06:42Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:08:58,617 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-eb2c82fb-551e-456d-95de-041efba074cd 2018-10-26 11:08:58,618 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.367531061172s 2018-10-26 11:08:58,618 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-eb2c82fb-551e-456d-95de-041efba074cd 2018-10-26 11:08:58,622 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:09:00,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:09:00,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:09:01,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:09:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d7e9ea85-d737-4449-9a8e-82e9298d29e3 x-compute-request-id: req-d7e9ea85-d737-4449-9a8e-82e9298d29e3 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF: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-26T11:06:42Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:09:01,168 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d7e9ea85-d737-4449-9a8e-82e9298d29e3 2018-10-26 11:09:01,169 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.54375910759s 2018-10-26 11:09:01,169 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d7e9ea85-d737-4449-9a8e-82e9298d29e3 2018-10-26 11:09:01,173 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:09:03,176 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:09:03,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:09:03,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:09:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-06ee99a0-84cf-4ae4-9420-54ab1333a40d x-compute-request-id: req-06ee99a0-84cf-4ae4-9420-54ab1333a40d Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF: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-26T11:06:42Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:09:03,754 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-06ee99a0-84cf-4ae4-9420-54ab1333a40d 2018-10-26 11:09:03,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.57884311676s 2018-10-26 11:09:03,755 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-06ee99a0-84cf-4ae4-9420-54ab1333a40d 2018-10-26 11:09:03,759 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:09:05,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:09:05,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:09:06,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:09:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b2c92f9e-2526-49a6-a072-6c2155793aa7 x-compute-request-id: req-b2c92f9e-2526-49a6-a072-6c2155793aa7 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF: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-26T11:06:42Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:09:06,301 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b2c92f9e-2526-49a6-a072-6c2155793aa7 2018-10-26 11:09:06,301 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.539744138718s 2018-10-26 11:09:06,302 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b2c92f9e-2526-49a6-a072-6c2155793aa7 2018-10-26 11:09:06,306 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:09:08,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:09:08,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:09:08,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:09: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-ab947a48-ea68-418a-8195-fed8397f6ee8 x-compute-request-id: req-ab947a48-ea68-418a-8195-fed8397f6ee8 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF: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-26T11:06:42Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:09:08,893 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ab947a48-ea68-418a-8195-fed8397f6ee8 2018-10-26 11:09:08,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.584785938263s 2018-10-26 11:09:08,894 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ab947a48-ea68-418a-8195-fed8397f6ee8 2018-10-26 11:09:08,898 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:09:10,901 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:09:10,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:09:11,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:09: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-547adf06-3856-445e-adf3-80434bbf74f2 x-compute-request-id: req-547adf06-3856-445e-adf3-80434bbf74f2 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF: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-26T11:06:42Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:09:11,420 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-547adf06-3856-445e-adf3-80434bbf74f2 2018-10-26 11:09:11,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.518689155579s 2018-10-26 11:09:11,420 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-547adf06-3856-445e-adf3-80434bbf74f2 2018-10-26 11:09:11,424 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:09:13,426 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:09:13,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:09:13,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:09:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2747d3ea-fe36-4547-a9b2-c9999bf65d16 x-compute-request-id: req-2747d3ea-fe36-4547-a9b2-c9999bf65d16 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF: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-26T11:06:42Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:09:13,789 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2747d3ea-fe36-4547-a9b2-c9999bf65d16 2018-10-26 11:09:13,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.36205291748s 2018-10-26 11:09:13,789 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2747d3ea-fe36-4547-a9b2-c9999bf65d16 2018-10-26 11:09:13,793 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:09:15,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:09:15,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:09:16,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:09: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-611a2e5e-4b4e-4fc7-a377-fdd2b73336c2 x-compute-request-id: req-611a2e5e-4b4e-4fc7-a377-fdd2b73336c2 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF: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-26T11:06:42Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:09:16,339 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-611a2e5e-4b4e-4fc7-a377-fdd2b73336c2 2018-10-26 11:09:16,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.543464899063s 2018-10-26 11:09:16,340 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-611a2e5e-4b4e-4fc7-a377-fdd2b73336c2 2018-10-26 11:09:16,344 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:09:18,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:09:18,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:09:18,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:09: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-5f82e71f-1643-4cf4-962a-214a4510725e x-compute-request-id: req-5f82e71f-1643-4cf4-962a-214a4510725e Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_ad566928-fede-4f0a-965a-66efd9835f90": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:d2:0c", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T11:09:17.000000", "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T11:09:17Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:09:18,832 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5f82e71f-1643-4cf4-962a-214a4510725e 2018-10-26 11:09:18,832 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.48525094986s 2018-10-26 11:09:18,832 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5f82e71f-1643-4cf4-962a-214a4510725e 2018-10-26 11:09:18,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-10-26 11:09:18,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=cccd2280-2fc9-4aef-b5eb-07a99ad28538" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:09:18,900 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-25507d86-da10-4bdb-a0e6-373f7f787189 Date: Fri, 26 Oct 2018 11:09:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T11:09:17Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"28b82380-fdda-4f50-9111-c566c3267062","ip_address":"192.168.120.6"}],"id":"fbecbea5-0bb1-40db-b87a-1791b05fd603","security_groups":["cf42248b-974e-44f1-a7d6-df3a033656fc"],"mac_address":"fa:16:3e:0a:d2:0c","project_id":"82d2d876a3084e22b065060a9b2f6f5c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"258c9983-d981-442d-95da-bf73079abb3a","tenant_id":"82d2d876a3084e22b065060a9b2f6f5c","created_at":"2018-10-26T11:06:42Z","binding:vnic_type":"normal","device_id":"cccd2280-2fc9-4aef-b5eb-07a99ad28538"}]} 2018-10-26 11:09:18,900 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=cccd2280-2fc9-4aef-b5eb-07a99ad28538 used request id req-25507d86-da10-4bdb-a0e6-373f7f787189 2018-10-26 11:09:18,900 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0637691020966s 2018-10-26 11:09:18,901 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=cccd2280-2fc9-4aef-b5eb-07a99ad28538 used request id req-25507d86-da10-4bdb-a0e6-373f7f787189 2018-10-26 11:09:18,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-26 11:09:18,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=fbecbea5-0bb1-40db-b87a-1791b05fd603" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:09:18,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-a7bc2a1f-df96-4263-b393-50a5934cde2d Date: Fri, 26 Oct 2018 11:09:18 GMT RESP BODY: {"floatingips": []} 2018-10-26 11:09:18,925 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=fbecbea5-0bb1-40db-b87a-1791b05fd603 used request id req-a7bc2a1f-df96-4263-b393-50a5934cde2d 2018-10-26 11:09:18,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0187079906464s 2018-10-26 11:09:18,925 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=fbecbea5-0bb1-40db-b87a-1791b05fd603 used request id req-a7bc2a1f-df96-4263-b393-50a5934cde2d 2018-10-26 11:09:18,926 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vyos_vrouter-net_ad566928-fede-4f0a-965a-66efd9835f90': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:0a:d2:0c', 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'84d46950-ba9c-4c0b-b227-7a7f582aa764'}), 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-26T11:09:17.000000', 'flavor': Munch({u'id': u'436c6e8c-7b43-4ec7-b06c-0ecd2cea3926'}), 'az': u'nova', 'id': u'cccd2280-2fc9-4aef-b5eb-07a99ad28538', 'security_groups': [Munch({u'name': u'vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'2e115ca1fa8a4b44920e8e3bf941ee55', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'82d2d876a3084e22b065060a9b2f6f5c', 'name': 'vyos_vrouter-project_ad566928-fede-4f0a-965a-66efd9835f90', '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-26T11:09:17.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-10-26T11:09:17Z', 'hostId': u'9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90', 'public_v6': '', 'private_v4': u'192.168.120.6', 'cloud': 'envvars', 'host_id': u'9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014', '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-26T11:09:17.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'82d2d876a3084e22b065060a9b2f6f5c', 'name': u'vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90', 'adminPass': u'ijC35mmfA34M', 'tenant_id': u'82d2d876a3084e22b065060a9b2f6f5c', 'region': 'regionOne', 'created': u'2018-10-26T11:06:40Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-10-26 11:09:18,930 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-26 11:09:18,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:09:19,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1237 X-Openstack-Request-Id: req-9548ae11-8199-4c1c-aa97-4a9086d7f0a2 Date: Fri, 26 Oct 2018 11:09: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":["28b82380-fdda-4f50-9111-c566c3267062"],"updated_at":"2018-10-26T11:04:48Z","tenant_id":"82d2d876a3084e22b065060a9b2f6f5c","created_at":"2018-10-26T11:04:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"82d2d876a3084e22b065060a9b2f6f5c","id":"258c9983-d981-442d-95da-bf73079abb3a","name":"vyos_vrouter-net_ad566928-fede-4f0a-965a-66efd9835f90"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","mtu":1500}]} 2018-10-26 11:09:19,040 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-9548ae11-8199-4c1c-aa97-4a9086d7f0a2 2018-10-26 11:09:19,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.110081911087s 2018-10-26 11:09:19,040 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-9548ae11-8199-4c1c-aa97-4a9086d7f0a2 2018-10-26 11:09:19,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-10-26 11:09:19,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=cccd2280-2fc9-4aef-b5eb-07a99ad28538" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:09:19,100 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-7b6893fd-c48a-4184-bcac-d7ec763753f0 Date: Fri, 26 Oct 2018 11:09:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-26T11:09:17Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"28b82380-fdda-4f50-9111-c566c3267062","ip_address":"192.168.120.6"}],"id":"fbecbea5-0bb1-40db-b87a-1791b05fd603","security_groups":["cf42248b-974e-44f1-a7d6-df3a033656fc"],"mac_address":"fa:16:3e:0a:d2:0c","project_id":"82d2d876a3084e22b065060a9b2f6f5c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"258c9983-d981-442d-95da-bf73079abb3a","tenant_id":"82d2d876a3084e22b065060a9b2f6f5c","created_at":"2018-10-26T11:06:42Z","binding:vnic_type":"normal","device_id":"cccd2280-2fc9-4aef-b5eb-07a99ad28538"}]} 2018-10-26 11:09:19,100 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=cccd2280-2fc9-4aef-b5eb-07a99ad28538 used request id req-7b6893fd-c48a-4184-bcac-d7ec763753f0 2018-10-26 11:09:19,100 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0583829879761s 2018-10-26 11:09:19,100 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=cccd2280-2fc9-4aef-b5eb-07a99ad28538 used request id req-7b6893fd-c48a-4184-bcac-d7ec763753f0 2018-10-26 11:09:19,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-10-26 11:09:19,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" -d '{"floatingip": {"floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "fixed_ip_address": "192.168.120.6", "port_id": "fbecbea5-0bb1-40db-b87a-1791b05fd603"}}' 2018-10-26 11:09:21,020 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-cfa71251-f178-4342-883f-ec3c9c38fd73 Date: Fri, 26 Oct 2018 11:09:21 GMT RESP BODY: {"floatingip": {"router_id": "bdf46faf-5123-4ed4-8561-2befab90c048", "status": "DOWN", "description": "", "tags": [], "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "created_at": "2018-10-26T11:09:19Z", "updated_at": "2018-10-26T11:09:19Z", "floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_id": "fbecbea5-0bb1-40db-b87a-1791b05fd603", "id": "c4b78bf3-c1ab-4aea-849e-7b9acf7ca4d8"}} 2018-10-26 11:09:21,020 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-cfa71251-f178-4342-883f-ec3c9c38fd73 2018-10-26 11:09:21,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.91901302338s 2018-10-26 11:09:21,020 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-cfa71251-f178-4342-883f-ec3c9c38fd73 2018-10-26 11:09:21,029 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-26 11:09:21,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:09:21,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-e7366d7e-9e7f-41d9-a191-5bb4f476af94 Date: Fri, 26 Oct 2018 11:09:21 GMT RESP BODY: {"floatingips": [{"router_id": "bdf46faf-5123-4ed4-8561-2befab90c048", "status": "DOWN", "description": "", "tags": [], "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "created_at": "2018-10-26T11:09:19Z", "updated_at": "2018-10-26T11:09:19Z", "floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_id": "fbecbea5-0bb1-40db-b87a-1791b05fd603", "id": "c4b78bf3-c1ab-4aea-849e-7b9acf7ca4d8"}]} 2018-10-26 11:09:21,055 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-e7366d7e-9e7f-41d9-a191-5bb4f476af94 2018-10-26 11:09:21,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0257501602173s 2018-10-26 11:09:21,055 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-e7366d7e-9e7f-41d9-a191-5bb4f476af94 2018-10-26 11:09:21,059 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-10-26 11:09:21,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-26 11:09:21,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:09:21,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-526f9af1-07ba-4a2c-8ccb-8c8610609870 Date: Fri, 26 Oct 2018 11:09:21 GMT RESP BODY: {"floatingips": [{"router_id": "bdf46faf-5123-4ed4-8561-2befab90c048", "status": "DOWN", "description": "", "tags": [], "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "created_at": "2018-10-26T11:09:19Z", "updated_at": "2018-10-26T11:09:19Z", "floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_id": "fbecbea5-0bb1-40db-b87a-1791b05fd603", "id": "c4b78bf3-c1ab-4aea-849e-7b9acf7ca4d8"}]} 2018-10-26 11:09:21,199 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-526f9af1-07ba-4a2c-8ccb-8c8610609870 2018-10-26 11:09:21,199 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0331978797913s 2018-10-26 11:09:21,199 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-526f9af1-07ba-4a2c-8ccb-8c8610609870 2018-10-26 11:09:21,203 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-10-26 11:09:21,308 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-26 11:09:21,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:09:21,330 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-8ca1b256-c1b9-419e-8669-ae2f844bceab Date: Fri, 26 Oct 2018 11:09:21 GMT RESP BODY: {"floatingips": [{"router_id": "bdf46faf-5123-4ed4-8561-2befab90c048", "status": "DOWN", "description": "", "tags": [], "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "created_at": "2018-10-26T11:09:19Z", "updated_at": "2018-10-26T11:09:19Z", "floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_id": "fbecbea5-0bb1-40db-b87a-1791b05fd603", "id": "c4b78bf3-c1ab-4aea-849e-7b9acf7ca4d8"}]} 2018-10-26 11:09:21,330 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-8ca1b256-c1b9-419e-8669-ae2f844bceab 2018-10-26 11:09:21,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0223140716553s 2018-10-26 11:09:21,331 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-8ca1b256-c1b9-419e-8669-ae2f844bceab 2018-10-26 11:09:21,335 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-10-26 11:09:21,440 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-26 11:09:21,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:09:21,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-64cb07e7-bba2-468a-9c16-eb3326ece546 Date: Fri, 26 Oct 2018 11:09:21 GMT RESP BODY: {"floatingips": [{"router_id": "bdf46faf-5123-4ed4-8561-2befab90c048", "status": "DOWN", "description": "", "tags": [], "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "created_at": "2018-10-26T11:09:19Z", "updated_at": "2018-10-26T11:09:19Z", "floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_id": "fbecbea5-0bb1-40db-b87a-1791b05fd603", "id": "c4b78bf3-c1ab-4aea-849e-7b9acf7ca4d8"}]} 2018-10-26 11:09:21,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-64cb07e7-bba2-468a-9c16-eb3326ece546 2018-10-26 11:09:21,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0235390663147s 2018-10-26 11:09:21,464 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-64cb07e7-bba2-468a-9c16-eb3326ece546 2018-10-26 11:09:21,468 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-10-26 11:09:21,573 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-26 11:09:21,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:09:21,598 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-1731ef55-afcd-49c6-8766-cf912b68cae3 Date: Fri, 26 Oct 2018 11:09:21 GMT RESP BODY: {"floatingips": [{"router_id": "bdf46faf-5123-4ed4-8561-2befab90c048", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "created_at": "2018-10-26T11:09:19Z", "updated_at": "2018-10-26T11:09:19Z", "floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_id": "fbecbea5-0bb1-40db-b87a-1791b05fd603", "id": "c4b78bf3-c1ab-4aea-849e-7b9acf7ca4d8"}]} 2018-10-26 11:09:21,598 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-1731ef55-afcd-49c6-8766-cf912b68cae3 2018-10-26 11:09:21,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0247819423676s 2018-10-26 11:09:21,598 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-1731ef55-afcd-49c6-8766-cf912b68cae3 2018-10-26 11:09:21,602 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'bdf46faf-5123-4ed4-8561-2befab90c048', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'82d2d876a3084e22b065060a9b2f6f5c', 'created_at': u'2018-10-26T11:09:19Z', 'attached': True, 'updated_at': u'2018-10-26T11:09:19Z', 'id': u'c4b78bf3-c1ab-4aea-849e-7b9acf7ca4d8', 'floating_network_id': u'94b52afd-6cfc-477c-8eec-9ace3e0b6693', 'fixed_ip_address': u'192.168.120.6', 'floating_ip_address': u'172.30.9.210', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'82d2d876a3084e22b065060a9b2f6f5c', 'name': 'vyos_vrouter-project_ad566928-fede-4f0a-965a-66efd9835f90', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'bdf46faf-5123-4ed4-8561-2befab90c048', 'project_id': u'82d2d876a3084e22b065060a9b2f6f5c', 'port_id': u'fbecbea5-0bb1-40db-b87a-1791b05fd603', 'port': u'fbecbea5-0bb1-40db-b87a-1791b05fd603', 'network': u'94b52afd-6cfc-477c-8eec-9ace3e0b6693'}) 2018-10-26 11:09:21,603 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-26 11:09:21,605 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538/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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-26 11:09:24,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:09: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-b1c221bd-7f27-4aef-bfa0-0ab68e5b9960 x-compute-request-id: req-b1c221bd-7f27-4aef-bfa0-0ab68e5b9960 Content-Encoding: gzip Content-Length: 10943 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 1872525382 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.307089] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.309334] pid_max: default: 32768 minimum: 301\n[ 0.310544] Security Framework initialized\n[ 0.311670] SELinux: Initializing.\n[ 0.312967] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.317889] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.320829] Mount-cache hash table entries: 4096\n[ 0.322277] Initializing cgroup subsys memory\n[ 0.323447] Initializing cgroup subsys devices\n[ 0.324613] Initializing cgroup subsys freezer\n[ 0.325772] Initializing cgroup subsys net_cls\n[ 0.326941] Initializing cgroup subsys blkio\n[ 0.328076] Initializing cgroup subsys perf_event\n[ 0.329281] Initializing cgroup subsys hugetlb\n[ 0.330445] Initializing cgroup subsys pids\n[ 0.331566] Initializing cgroup subsys net_prio\n[ 0.332824] CPU: Physical Processor ID: 0\n[ 0.334635] mce: CPU supports 10 MCE banks\n[ 0.335772] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.337074] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.338364] tlb_flushall_shift: 6\n[ 0.339566] Freeing SMP alternatives: 28k freed\n[ 0.343484] ACPI: Core revision 20130517\n[ 0.345013] ACPI: All ACPI Tables successfully acquired\n[ 0.346478] ftrace: allocating 25812 entries in 101 pages\n[ 0.368717] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.370239] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.371730] smpboot: Max logical packages: 2\n[ 0.373054] Enabling x2apic\n[ 0.373962] Enabled x2apic\n[ 0.375046] Switched APIC routing to physical x2apic.\n[ 0.377238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.378746] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.381478] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.389739] KVM setup paravirtual spinlock\n[ 0.392088] smpboot: Booting Node 0, Processors #1 OK\n[ 0.393782] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.416492] Brought up 2 CPUs\n[ 0.416494] KVM setup async PF for cpu 1\n[ 0.416497] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.419781] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.421996] devtmpfs: initialized\n[ 0.424358] EVM: security.selinux\n[ 0.425381] EVM: security.ima\n[ 0.426328] EVM: security.capability\n[ 0.428025] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.429657] pinctrl core: initialized pinctrl subsystem\n[ 0.431139] NET: Registered protocol family 16\n[ 0.432564] ACPI: bus type PCI registered\n[ 0.433734] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.435360] PCI: Using configuration type 1 for base access\n[ 0.440121] ACPI: Added _OSI(Module Device)\n[ 0.441301] ACPI: Added _OSI(Processor Device)\n[ 0.442497] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.443740] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.446657] ACPI: Interpreter enabled\n[ 0.447748] ACPI: (supports S0 S5)\n[ 0.448772] ACPI: Using IOAPIC for interrupt routing\n[ 0.450064] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.454109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.455612] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.457374] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.458947] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.461934] acpiphp: Slot [3] registered\n[ 0.463088] acpiphp: Slot [4] registered\n[ 0.464232] acpiphp: Slot [5] registered\n[ 0.465365] acpiphp: Slot [6] registered\n[ 0.466555] acpiphp: Slot [7] registered\n[ 0.467751] acpiphp: Slot [8] registered\n[ 0.468935] acpiphp: Slot [9] registered\n[ 0.470145] acpiphp: Slot [10] registered\n[ 0.471356] acpiphp: Slot [11] registered\n[ 0.472581] acpiphp: Slot [12] registered\n[ 0.473782] acpiphp: Slot [13] registered\n[ 0.474922] acpiphp: Slot [14] registered\n[ 0.476119] acpiphp: Slot [15] registered\n[ 0.477331] acpiphp: Slot [16] registered\n[ 0.478505] acpiphp: Slot [17] registered\n[ 0.479711] acpiphp: Slot [18] registered\n[ 0.480863] acpiphp: Slot [19] registered\n[ 0.482040] acpiphp: Slot [20] registered\n[ 0.483205] acpiphp: Slot [21] registered\n[ 0.484411] acpiphp: Slot [22] registered\n[ 0.485573] acpiphp: Slot [23] registered\n[ 0.486716] acpiphp: Slot [24] registered\n[ 0.487879] acpiphp: Slot [25] registered\n[ 0.489052] acpiphp: Slot [26] registered\n[ 0.490182] acpiphp: Slot [27] registered\n[ 0.491325] acpiphp: Slot [28] registered\n[ 0.492498] acpiphp: Slot [29] registered\n[ 0.493671] acpiphp: Slot [30] registered\n[ 0.494823] acpiphp: Slot [31] registered\n[ 0.495996] PCI host bridge to bus 0000:00\n[ 0.497193] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.498602] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.500251] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.501882] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.504095] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.512352] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.514057] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.515663] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.518101] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.524237] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.526369] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.578513] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.580384] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.582111] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.583855] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.585631] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.587498] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.589316] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.591625] vgaarb: loaded\n[ 0.592544] vgaarb: bridge control possible 0000:00:02.0\n[ 0.594052] SCSI subsystem initialized\n[ 0.595214] ACPI: bus type USB registered\n[ 0.596395] usbcore: registered new interface driver usbfs\n[ 0.597866] usbcore: registered new interface driver hub\n[ 0.599289] usbcore: registered new device driver usb\n[ 0.600772] PCI: Using ACPI for IRQ routing\n[ 0.602239] NetLabel: Initializing\n[ 0.603271] NetLabel: domain hash size = 128\n[ 0.604460] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.605813] NetLabel: unlabeled traffic allowed by default\n[ 0.607343] Switched to clocksource kvm-clock\n[ 0.614989] pnp: PnP ACPI init\n[ 0.615986] ACPI: bus type PNP registered\n[ 0.617460] pnp: PnP ACPI: found 5 devices\n[ 0.618646] ACPI: bus type PNP unregistered\n[ 0.626814] NET: Registered protocol family 2\n[ 0.628281] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.630515] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.632432] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.634122] TCP: reno registered\n[ 0.635147] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.636660] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.638391] NET: Registered protocol family 1\n[ 0.639636] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.641144] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.642602] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.662158] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.681948] Unpacking initramfs...\n[ 1.103170] Freeing initrd memory: 37508k freed\n[ 1.112491] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.114180] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.130241] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.131914] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.133811] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.135423] Initialise system trusted keyring\n[ 1.136708] audit: initializing netlink socket (disabled)\n[ 1.138159] type=2000 audit(1540552160.012:1): initialized\n[ 1.154524] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.156133] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.158516] zpool: loaded\n[ 1.159442] zbud: loaded\n[ 1.160499] VFS: Disk quotas dquot_6.5.2\n[ 1.161702] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.163437] msgmni has been set to 7578\n[ 1.164623] Key type big_key registered\n[ 1.166631] NET: Registered protocol family 38\n[ 1.167867] Key type asymmetric registered\n[ 1.169085] Asymmetric key parser 'x509' registered\n[ 1.170434] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.172634] io scheduler noop registered\n[ 1.173794] io scheduler deadline registered (default)\n[ 1.175174] io scheduler cfq registered\n[ 1.176417] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.187493] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.189206] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.191352] ACPI: Power Button [PWRF]\n[ 1.192554] GHES: HEST is not enabled!\n[ 1.193771] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.218415] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.220181] Non-volatile memory driver v1.3\n[ 1.221378] Linux agpgart interface v0.103\n[ 1.222680] crash memory driver: version 1.1\n[ 1.223971] rdac: device handler registered\n[ 1.225241] hp_sw: device handler registered\n[ 1.226463] emc: device handler registered\n[ 1.227630] alua: device handler registered\n[ 1.228831] libphy: Fixed MDIO Bus: probed\n[ 1.230026] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.231605] ehci-pci: EHCI PCI platform driver\n[ 1.232807] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.234351] ohci-pci: OHCI PCI platform driver\n[ 1.235582] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.255326] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.256774] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.258971] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.260357] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.261907] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.263626] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.265931] usb usb1: Product: UHCI Host Controller\n[ 1.267372] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.269213] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.270603] hub 1-0:1.0: USB hub found\n[ 1.271753] hub 1-0:1.0: 2 ports detected\n[ 1.273055] usbcore: registered new interface driver usbserial\n[ 1.274543] usbcore: registered new interface driver usbserial_generic\n[ 1.276204] usbserial: USB Serial support registered for generic\n[ 1.277747] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.280627] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.281943] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.283452] mousedev: PS/2 mouse device common for all mice\n[ 1.285518] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.288606] rtc_cmos 00:00: RTC can wake from S4\n[ 1.289760] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.290419] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.296874] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.298703] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.300682] cpuidle: using governor menu\n[ 1.302161] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.303989] usbcore: registered new interface driver usbhid\n[ 1.305669] usbhid: USB HID core driver\n[ 1.306886] drop_monitor: Initializing network drop monitor service\n[ 1.308458] TCP: cubic registered\n[ 1.309491] Initializing XFRM netlink socket\n[ 1.310735] NET: Registered protocol family 10\n[ 1.312165] NET: Registered protocol family 17\n[ 1.313566] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.315272] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.316793] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.319441] Loading compiled-in X.509 certificates\n[ 1.320776] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.323325] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.326248] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.328815] registered taskstats version 1\n[ 1.331865] Key type trusted registered\n[ 1.334403] Key type encrypted registered\n[ 1.336879] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.338715] rtc_cmos 00:00: setting system clock to 2018-10-26 11:09:20 UTC (1540552160)\n[ 1.341699] Freeing unused kernel memory: 1680k freed\n[ 1.346568] 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.351081] systemd[1]: Detected virtualization kvm.\n[ 1.352468] systemd[1]: Detected architecture x86-64.\n[ 1.353848] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.356663] systemd[1]: No hostname configured.\n[ 1.357982] systemd[1]: Set hostname to .\n[ 1.359415] systemd[1]: Initializing machine ID from KVM UUID.\n[ 1.388631] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.391124] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Swap.\n[ 1.394558] systemd[1]: Reached target Swap.\n[ 1.395851] systemd[1]: Starting Swap.\n[[32m OK [0m] Reached target Paths.\n[ 1.398025] systemd[1]: Reached target Paths.\n[ 1.399326] systemd[1]: Starting Paths.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.401606] systemd[1]: Reached target Local File Systems.\n[ 1.403110] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Reached target Timers.\n[ 1.405428] systemd[1]: Reached target Timers.\n[ 1.406735] systemd[1]: Starting Timers.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.408985] systemd[1]: Created slice Root Slice.\n[ 1.410336] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Created slice System Slice.\n[ 1.412620] systemd[1]: Created slice System Slice.\n[ 1.413942] systemd[1]: Starting System Slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.416281] systemd[1]: Listening on udev Kernel Socket.\n[ 1.417667] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.420030] systemd[1]: Listening on Journal Socket.\n[ 1.421374] systemd[1]: Starting Journal Socket.\n[ 1.423060] 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.427297] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.429734] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.433129] systemd[1]: Listening on udev Control Socket.\n[ 1.434525] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.436869] systemd[1]: Reached target Sockets.\n[ 1.438136] systemd[1]: Starting Sockets.\n[ 1.439529] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Slices.\n[ 1.442845] systemd[1]: Reached target Slices.\n[ 1.444123] systemd[1]: Starting Slices.\n[[32m OK [0m] Started Journal Service.\n[ 1.446723] 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.502858] RPC: Registered named UNIX socket transport module.\n[ 1.504453] RPC: Registered udp transport module.\n[ 1.505784] RPC: Registered tcp transport module.\n[ 1.507118] 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[ 1.576359] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[[32m OK [0m] Mounted Configuration File System.\n[ 1.596681] FDC 0 is a S82078B\n[[32m OK [0m] Started udev Coldplug all Devices.\n Starting dracut initqueue hook...\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n[ 1.618533] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.658730] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.662163] scsi host0: ata_piix\n[ 1.663335] scsi host1: ata_piix\n[ 1.664512] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.666119] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.669127] 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.727112] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.728672] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.730274] usb 1-1: Product: QEMU USB Tablet\n[ 1.731426] usb 1-1: Manufacturer: QEMU\n[ 1.732493] usb 1-1: SerialNumber: 42\n[ 1.742292] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.744868] 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.838999] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.841538] XFS (vda1): Mounting V4 Filesystem\n[ 1.934060] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target System Initialization.\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 Swap.\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 target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Closed udev Kernel Socket.\n[[32m OK [0m] Closed udev Control Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.156211] systemd-journald[108]: Received SIGTERM from PID 1 (systemd).\n[ 2.295289] SELinux: Disabled at runtime.\n[ 2.333377] type=1404 audit(1540552161.494:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.382204] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.383561] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n Mounting Huge Pages File System...\n Mounting Debug File System...\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\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 Starting Setup Virtual Console...\n Starting Apply Kernel Variables...\n Mounting POSIX Message Queue File System...\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] Reached target Swap.\n[[32m OK [0m] Listening on udev Control Socket.\n Starting Create list of required st... nodes for the current kernel...\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 Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Configure read-only root support...\n Starting Rebuild Hardware Database...\n Starting Load/Save Random Seed...\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Journal Service.\n Starting Flush Journal to Persistent Storage...\n[ 2.950873] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started Configure read-only root support.\n[ 3.036566] systemd-journald[386]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Reached target Local File Systems.\n Starting Preprocess NFS configuration...\n Starting Rebuild Journal Catalog...\n Starting Import network configuration from initramfs...\n Starting Mark the need to relabel after reboot...\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[ 3.226656] type=1305 audit(1540552162.387:3): audit_pid=429 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 RPCbind Server Activation Socket.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Reached target Basic System.\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.401729] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 3.405190] input: PC Speaker as /devices/platform/pcspkr/input/input5\n Starting D-Bus System Message Bus...\n Starting Initial cloud-init job (pre-networking)...\n[ 3.443096] ppdev: user-space parallel port driver\n[ 3.445851] [drm] Initialized drm 1.1.0 20060810\n[ 3.466399] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.466399] [TTM] Initializing pool allocator\n[ 3.466405] [TTM] Initializing DMA pool allocator\n[ 3.466619] [drm] fb mappable at 0xFC000000\n[ 3.466620] [drm] vram aper at 0xFC000000\n[ 3.466620] [drm] size 33554432\n[ 3.466620] [drm] fb depth is 24\n[ 3.466621] [drm] pitch is 3072\n Starting NTP client/server...\n[ 3.487472] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.508379] Console: switching to colour frame buffer device 128x48\n[ 3.519839] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting Login Service...\n Starting Authori[ 3.523356] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\nzation Manager...\n Starting Dump dmesg to /var/log/dmesg...\n Starting LSB: Bring up/down networking...\n Starting GSSAPI Proxy Daemon...\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started Login Service.\n[ 3.569556] AES CTR mode by8 optimization enabled\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[ 3.589547] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.596004] alg: No test for crc32 (crc32-pclmul)\n[ 3.625614] intel_rapl: no valid rapl domains found in package 0\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Reached target NFS client services.\n[ 3.658139] intel_rapl: no valid rapl domains found in package 0\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n[ 3.669237] intel_powerclamp: No package C-state available Starting Permit User Sessions...\n\n[ 3.676582] intel_powerclamp: No package C-state available[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Reached target Login Prompts.\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started Authorization Manager.\n[ 3.795734] cloud-init[488]: Cloud-init v. 0.7.5 running 'init-local' at Fri, 26 Oct 2018 11:09:23 +0000. Up 3.76 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n"} 2018-10-26 11:09:24,328 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538/action used request id req-b1c221bd-7f27-4aef-bfa0-0ab68e5b9960 2018-10-26 11:09:24,328 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 2.72542595863s 2018-10-26 11:09:24,329 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538/action used request id req-b1c221bd-7f27-4aef-bfa0-0ab68e5b9960 2018-10-26 11:09:24,329 - 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 1872525382 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.307089] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.309334] pid_max: default: 32768 minimum: 301 [ 0.310544] Security Framework initialized [ 0.311670] SELinux: Initializing. [ 0.312967] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.317889] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.320829] Mount-cache hash table entries: 4096 [ 0.322277] Initializing cgroup subsys memory [ 0.323447] Initializing cgroup subsys devices [ 0.324613] Initializing cgroup subsys freezer [ 0.325772] Initializing cgroup subsys net_cls [ 0.326941] Initializing cgroup subsys blkio [ 0.328076] Initializing cgroup subsys perf_event [ 0.329281] Initializing cgroup subsys hugetlb [ 0.330445] Initializing cgroup subsys pids [ 0.331566] Initializing cgroup subsys net_prio [ 0.332824] CPU: Physical Processor ID: 0 [ 0.334635] mce: CPU supports 10 MCE banks [ 0.335772] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.337074] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.338364] tlb_flushall_shift: 6 [ 0.339566] Freeing SMP alternatives: 28k freed [ 0.343484] ACPI: Core revision 20130517 [ 0.345013] ACPI: All ACPI Tables successfully acquired [ 0.346478] ftrace: allocating 25812 entries in 101 pages [ 0.368717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.370239] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.371730] smpboot: Max logical packages: 2 [ 0.373054] Enabling x2apic [ 0.373962] Enabled x2apic [ 0.375046] Switched APIC routing to physical x2apic. [ 0.377238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.378746] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.381478] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.389739] KVM setup paravirtual spinlock [ 0.392088] smpboot: Booting Node 0, Processors #1 OK [ 0.393782] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.416492] Brought up 2 CPUs [ 0.416494] KVM setup async PF for cpu 1 [ 0.416497] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.419781] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.421996] devtmpfs: initialized [ 0.424358] EVM: security.selinux [ 0.425381] EVM: security.ima [ 0.426328] EVM: security.capability [ 0.428025] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.429657] pinctrl core: initialized pinctrl subsystem [ 0.431139] NET: Registered protocol family 16 [ 0.432564] ACPI: bus type PCI registered [ 0.433734] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.435360] PCI: Using configuration type 1 for base access [ 0.440121] ACPI: Added _OSI(Module Device) [ 0.441301] ACPI: Added _OSI(Processor Device) [ 0.442497] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.443740] ACPI: Added _OSI(Processor Aggregator Device) [ 0.446657] ACPI: Interpreter enabled [ 0.447748] ACPI: (supports S0 S5) [ 0.448772] ACPI: Using IOAPIC for interrupt routing [ 0.450064] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.454109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.455612] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.457374] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.458947] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.461934] acpiphp: Slot [3] registered [ 0.463088] acpiphp: Slot [4] registered [ 0.464232] acpiphp: Slot [5] registered [ 0.465365] acpiphp: Slot [6] registered [ 0.466555] acpiphp: Slot [7] registered [ 0.467751] acpiphp: Slot [8] registered [ 0.468935] acpiphp: Slot [9] registered [ 0.470145] acpiphp: Slot [10] registered [ 0.471356] acpiphp: Slot [11] registered [ 0.472581] acpiphp: Slot [12] registered [ 0.473782] acpiphp: Slot [13] registered [ 0.474922] acpiphp: Slot [14] registered [ 0.476119] acpiphp: Slot [15] registered [ 0.477331] acpiphp: Slot [16] registered [ 0.478505] acpiphp: Slot [17] registered [ 0.479711] acpiphp: Slot [18] registered [ 0.480863] acpiphp: Slot [19] registered [ 0.482040] acpiphp: Slot [20] registered [ 0.483205] acpiphp: Slot [21] registered [ 0.484411] acpiphp: Slot [22] registered [ 0.485573] acpiphp: Slot [23] registered [ 0.486716] acpiphp: Slot [24] registered [ 0.487879] acpiphp: Slot [25] registered [ 0.489052] acpiphp: Slot [26] registered [ 0.490182] acpiphp: Slot [27] registered [ 0.491325] acpiphp: Slot [28] registered [ 0.492498] acpiphp: Slot [29] registered [ 0.493671] acpiphp: Slot [30] registered [ 0.494823] acpiphp: Slot [31] registered [ 0.495996] PCI host bridge to bus 0000:00 [ 0.497193] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.498602] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.500251] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.501882] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.504095] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.512352] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.514057] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.515663] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.518101] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.524237] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.526369] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.578513] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.580384] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.582111] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.583855] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.585631] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.587498] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.589316] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.591625] vgaarb: loaded [ 0.592544] vgaarb: bridge control possible 0000:00:02.0 [ 0.594052] SCSI subsystem initialized [ 0.595214] ACPI: bus type USB registered [ 0.596395] usbcore: registered new interface driver usbfs [ 0.597866] usbcore: registered new interface driver hub [ 0.599289] usbcore: registered new device driver usb [ 0.600772] PCI: Using ACPI for IRQ routing [ 0.602239] NetLabel: Initializing [ 0.603271] NetLabel: domain hash size = 128 [ 0.604460] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.605813] NetLabel: unlabeled traffic allowed by default [ 0.607343] Switched to clocksource kvm-clock [ 0.614989] pnp: PnP ACPI init [ 0.615986] ACPI: bus type PNP registered [ 0.617460] pnp: PnP ACPI: found 5 devices [ 0.618646] ACPI: bus type PNP unregistered [ 0.626814] NET: Registered protocol family 2 [ 0.628281] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.630515] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.632432] TCP: Hash tables configured (established 32768 bind 32768) [ 0.634122] TCP: reno registered [ 0.635147] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.636660] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.638391] NET: Registered protocol family 1 [ 0.639636] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.641144] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.642602] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.662158] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.681948] Unpacking initramfs... [ 1.103170] Freeing initrd memory: 37508k freed [ 1.112491] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.114180] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.130241] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.131914] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.133811] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.135423] Initialise system trusted keyring [ 1.136708] audit: initializing netlink socket (disabled) [ 1.138159] type=2000 audit(1540552160.012:1): initialized [ 1.154524] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.156133] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.158516] zpool: loaded [ 1.159442] zbud: loaded [ 1.160499] VFS: Disk quotas dquot_6.5.2 [ 1.161702] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.163437] msgmni has been set to 7578 [ 1.164623] Key type big_key registered [ 1.166631] NET: Registered protocol family 38 [ 1.167867] Key type asymmetric registered [ 1.169085] Asymmetric key parser 'x509' registered [ 1.170434] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.172634] io scheduler noop registered [ 1.173794] io scheduler deadline registered (default) [ 1.175174] io scheduler cfq registered [ 1.176417] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.187493] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.189206] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.191352] ACPI: Power Button [PWRF] [ 1.192554] GHES: HEST is not enabled! [ 1.193771] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.218415] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.220181] Non-volatile memory driver v1.3 [ 1.221378] Linux agpgart interface v0.103 [ 1.222680] crash memory driver: version 1.1 [ 1.223971] rdac: device handler registered [ 1.225241] hp_sw: device handler registered [ 1.226463] emc: device handler registered [ 1.227630] alua: device handler registered [ 1.228831] libphy: Fixed MDIO Bus: probed [ 1.230026] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.231605] ehci-pci: EHCI PCI platform driver [ 1.232807] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.234351] ohci-pci: OHCI PCI platform driver [ 1.235582] uhci_hcd: USB Universal Host Controller Interface driver [ 1.255326] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.256774] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.258971] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.260357] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 1.261907] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.263626] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.265931] usb usb1: Product: UHCI Host Controller [ 1.267372] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.269213] usb usb1: SerialNumber: 0000:00:01.2 [ 1.270603] hub 1-0:1.0: USB hub found [ 1.271753] hub 1-0:1.0: 2 ports detected [ 1.273055] usbcore: registered new interface driver usbserial [ 1.274543] usbcore: registered new interface driver usbserial_generic [ 1.276204] usbserial: USB Serial support registered for generic [ 1.277747] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.280627] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.281943] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.283452] mousedev: PS/2 mouse device common for all mice [ 1.285518] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.288606] rtc_cmos 00:00: RTC can wake from S4 [ 1.289760] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.290419] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.296874] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.298703] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.300682] cpuidle: using governor menu [ 1.302161] hidraw: raw HID events driver (C) Jiri Kosina [ 1.303989] usbcore: registered new interface driver usbhid [ 1.305669] usbhid: USB HID core driver [ 1.306886] drop_monitor: Initializing network drop monitor service [ 1.308458] TCP: cubic registered [ 1.309491] Initializing XFRM netlink socket [ 1.310735] NET: Registered protocol family 10 [ 1.312165] NET: Registered protocol family 17 [ 1.313566] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.315272] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.316793] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.319441] Loading compiled-in X.509 certificates [ 1.320776] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.323325] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.326248] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.328815] registered taskstats version 1 [ 1.331865] Key type trusted registered [ 1.334403] Key type encrypted registered [ 1.336879] IMA: No TPM chip found, activating TPM-bypass! [ 1.338715] rtc_cmos 00:00: setting system clock to 2018-10-26 11:09:20 UTC (1540552160) [ 1.341699] Freeing unused kernel memory: 1680k freed [ 1.346568] 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.351081] systemd[1]: Detected virtualization kvm. [ 1.352468] systemd[1]: Detected architecture x86-64. [ 1.353848] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.356663] systemd[1]: No hostname configured. [ 1.357982] systemd[1]: Set hostname to . [ 1.359415] systemd[1]: Initializing machine ID from KVM UUID. [ 1.388631] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.391124] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Swap. [ 1.394558] systemd[1]: Reached target Swap. [ 1.395851] systemd[1]: Starting Swap. [[32m OK [0m] Reached target Paths. [ 1.398025] systemd[1]: Reached target Paths. [ 1.399326] systemd[1]: Starting Paths. [[32m OK [0m] Reached target Local File Systems. [ 1.401606] systemd[1]: Reached target Local File Systems. [ 1.403110] systemd[1]: Starting Local File Systems. [[32m OK [0m] Reached target Timers. [ 1.405428] systemd[1]: Reached target Timers. [ 1.406735] systemd[1]: Starting Timers. [[32m OK [0m] Created slice Root Slice. [ 1.408985] systemd[1]: Created slice Root Slice. [ 1.410336] systemd[1]: Starting Root Slice. [[32m OK [0m] Created slice System Slice. [ 1.412620] systemd[1]: Created slice System Slice. [ 1.413942] systemd[1]: Starting System Slice. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.416281] systemd[1]: Listening on udev Kernel Socket. [ 1.417667] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on Journal Socket. [ 1.420030] systemd[1]: Listening on Journal Socket. [ 1.421374] systemd[1]: Starting Journal Socket. [ 1.423060] 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.427297] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.429734] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Listening on udev Control Socket. [ 1.433129] systemd[1]: Listening on udev Control Socket. [ 1.434525] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Sockets. [ 1.436869] systemd[1]: Reached target Sockets. [ 1.438136] systemd[1]: Starting Sockets. [ 1.439529] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Slices. [ 1.442845] systemd[1]: Reached target Slices. [ 1.444123] systemd[1]: Starting Slices. [[32m OK [0m] Started Journal Service. [ 1.446723] 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.502858] RPC: Registered named UNIX socket transport module. [ 1.504453] RPC: Registered udp transport module. [ 1.505784] RPC: Registered tcp transport module. [ 1.507118] 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... [ 1.576359] usb 1-1: new full-speed USB device number 2 using uhci_hcd [[32m OK [0m] Mounted Configuration File System. [ 1.596681] FDC 0 is a S82078B [[32m OK [0m] Started udev Coldplug all Devices. Starting dracut initqueue hook... [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. [ 1.618533] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.658730] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.662163] scsi host0: ata_piix [ 1.663335] scsi host1: ata_piix [ 1.664512] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 1.666119] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 1.669127] 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.727112] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.728672] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.730274] usb 1-1: Product: QEMU USB Tablet [ 1.731426] usb 1-1: Manufacturer: QEMU [ 1.732493] usb 1-1: SerialNumber: 42 [ 1.742292] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.744868] 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.838999] SGI XFS with ACLs, security attributes, no debug enabled [ 1.841538] XFS (vda1): Mounting V4 Filesystem [ 1.934060] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Closed udev Kernel Socket. [[32m OK [0m] Closed udev Control Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.156211] systemd-journald[108]: Received SIGTERM from PID 1 (systemd). [ 2.295289] SELinux: Disabled at runtime. [ 2.333377] type=1404 audit(1540552161.494:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.382204] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.383561] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. Mounting Huge Pages File System... Mounting Debug File System... [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. Mounting NFSD configuration filesystem... [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[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... Starting Setup Virtual Console... Starting Apply Kernel Variables... Mounting POSIX Message Queue File System... [[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] Reached target Swap. [[32m OK [0m] Listening on udev Control Socket. Starting Create list of required st... nodes for the current kernel... [[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. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Remount Root and Kernel File Systems. Starting Configure read-only root support... Starting Rebuild Hardware Database... Starting Load/Save Random Seed... [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Journal Service. Starting Flush Journal to Persistent Storage... [ 2.950873] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Configure read-only root support. [ 3.036566] systemd-journald[386]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Preprocess NFS configuration... Starting Rebuild Journal Catalog... Starting Import network configuration from initramfs... Starting Mark the need to relabel after reboot... Starting udev Kernel Device Manager... [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [ 3.226656] type=1305 audit(1540552162.387:3): audit_pid=429 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 RPCbind Server Activation Socket. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Reached target Basic System. [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... [[32m OK [0m] Started D-Bus System Message Bus. [ 3.401729] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.405190] input: PC Speaker as /devices/platform/pcspkr/input/input5 Starting D-Bus System Message Bus... Starting Initial cloud-init job (pre-networking)... [ 3.443096] ppdev: user-space parallel port driver [ 3.445851] [drm] Initialized drm 1.1.0 20060810 [ 3.466399] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.466399] [TTM] Initializing pool allocator [ 3.466405] [TTM] Initializing DMA pool allocator [ 3.466619] [drm] fb mappable at 0xFC000000 [ 3.466620] [drm] vram aper at 0xFC000000 [ 3.466620] [drm] size 33554432 [ 3.466620] [drm] fb depth is 24 [ 3.466621] [drm] pitch is 3072 Starting NTP client/server... [ 3.487472] fbcon: cirrusdrmfb (fb0) is primary device [ 3.508379] Console: switching to colour frame buffer device 128x48 [ 3.519839] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting Login Service... Starting Authori[ 3.523356] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 zation Manager... Starting Dump dmesg to /var/log/dmesg... Starting LSB: Bring up/down networking... Starting GSSAPI Proxy Daemon... [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Login Service. [ 3.569556] AES CTR mode by8 optimization enabled [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [ 3.589547] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.596004] alg: No test for crc32 (crc32-pclmul) [ 3.625614] intel_rapl: no valid rapl domains found in package 0 [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Reached target NFS client services. [ 3.658139] intel_rapl: no valid rapl domains found in package 0 [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. [ 3.669237] intel_powerclamp: No package C-state available Starting Permit User Sessions... [ 3.676582] intel_powerclamp: No package C-state available[[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Reached target Login Prompts. [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Authorization Manager. [ 3.795734] cloud-init[488]: Cloud-init v. 0.7.5 running 'init-local' at Fri, 26 Oct 2018 11:09:23 +0000. Up 3.76 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). 2018-10-26 11:09:25,333 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.210: timed out 2018-10-26 11:09:34,343 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-26 11:09:34,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538/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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-26 11:09:35,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:09: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-253ede76-f1a5-4389-9d99-5ba9167882e1 x-compute-request-id: req-253ede76-f1a5-4389-9d99-5ba9167882e1 Content-Encoding: gzip Content-Length: 12718 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 1872525382 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.307089] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.309334] pid_max: default: 32768 minimum: 301\n[ 0.310544] Security Framework initialized\n[ 0.311670] SELinux: Initializing.\n[ 0.312967] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.317889] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.320829] Mount-cache hash table entries: 4096\n[ 0.322277] Initializing cgroup subsys memory\n[ 0.323447] Initializing cgroup subsys devices\n[ 0.324613] Initializing cgroup subsys freezer\n[ 0.325772] Initializing cgroup subsys net_cls\n[ 0.326941] Initializing cgroup subsys blkio\n[ 0.328076] Initializing cgroup subsys perf_event\n[ 0.329281] Initializing cgroup subsys hugetlb\n[ 0.330445] Initializing cgroup subsys pids\n[ 0.331566] Initializing cgroup subsys net_prio\n[ 0.332824] CPU: Physical Processor ID: 0\n[ 0.334635] mce: CPU supports 10 MCE banks\n[ 0.335772] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.337074] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.338364] tlb_flushall_shift: 6\n[ 0.339566] Freeing SMP alternatives: 28k freed\n[ 0.343484] ACPI: Core revision 20130517\n[ 0.345013] ACPI: All ACPI Tables successfully acquired\n[ 0.346478] ftrace: allocating 25812 entries in 101 pages\n[ 0.368717] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.370239] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.371730] smpboot: Max logical packages: 2\n[ 0.373054] Enabling x2apic\n[ 0.373962] Enabled x2apic\n[ 0.375046] Switched APIC routing to physical x2apic.\n[ 0.377238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.378746] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.381478] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.389739] KVM setup paravirtual spinlock\n[ 0.392088] smpboot: Booting Node 0, Processors #1 OK\n[ 0.393782] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.416492] Brought up 2 CPUs\n[ 0.416494] KVM setup async PF for cpu 1\n[ 0.416497] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.419781] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.421996] devtmpfs: initialized\n[ 0.424358] EVM: security.selinux\n[ 0.425381] EVM: security.ima\n[ 0.426328] EVM: security.capability\n[ 0.428025] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.429657] pinctrl core: initialized pinctrl subsystem\n[ 0.431139] NET: Registered protocol family 16\n[ 0.432564] ACPI: bus type PCI registered\n[ 0.433734] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.435360] PCI: Using configuration type 1 for base access\n[ 0.440121] ACPI: Added _OSI(Module Device)\n[ 0.441301] ACPI: Added _OSI(Processor Device)\n[ 0.442497] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.443740] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.446657] ACPI: Interpreter enabled\n[ 0.447748] ACPI: (supports S0 S5)\n[ 0.448772] ACPI: Using IOAPIC for interrupt routing\n[ 0.450064] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.454109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.455612] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.457374] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.458947] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.461934] acpiphp: Slot [3] registered\n[ 0.463088] acpiphp: Slot [4] registered\n[ 0.464232] acpiphp: Slot [5] registered\n[ 0.465365] acpiphp: Slot [6] registered\n[ 0.466555] acpiphp: Slot [7] registered\n[ 0.467751] acpiphp: Slot [8] registered\n[ 0.468935] acpiphp: Slot [9] registered\n[ 0.470145] acpiphp: Slot [10] registered\n[ 0.471356] acpiphp: Slot [11] registered\n[ 0.472581] acpiphp: Slot [12] registered\n[ 0.473782] acpiphp: Slot [13] registered\n[ 0.474922] acpiphp: Slot [14] registered\n[ 0.476119] acpiphp: Slot [15] registered\n[ 0.477331] acpiphp: Slot [16] registered\n[ 0.478505] acpiphp: Slot [17] registered\n[ 0.479711] acpiphp: Slot [18] registered\n[ 0.480863] acpiphp: Slot [19] registered\n[ 0.482040] acpiphp: Slot [20] registered\n[ 0.483205] acpiphp: Slot [21] registered\n[ 0.484411] acpiphp: Slot [22] registered\n[ 0.485573] acpiphp: Slot [23] registered\n[ 0.486716] acpiphp: Slot [24] registered\n[ 0.487879] acpiphp: Slot [25] registered\n[ 0.489052] acpiphp: Slot [26] registered\n[ 0.490182] acpiphp: Slot [27] registered\n[ 0.491325] acpiphp: Slot [28] registered\n[ 0.492498] acpiphp: Slot [29] registered\n[ 0.493671] acpiphp: Slot [30] registered\n[ 0.494823] acpiphp: Slot [31] registered\n[ 0.495996] PCI host bridge to bus 0000:00\n[ 0.497193] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.498602] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.500251] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.501882] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.504095] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.512352] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.514057] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.515663] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.518101] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.524237] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.526369] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.578513] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.580384] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.582111] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.583855] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.585631] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.587498] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.589316] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.591625] vgaarb: loaded\n[ 0.592544] vgaarb: bridge control possible 0000:00:02.0\n[ 0.594052] SCSI subsystem initialized\n[ 0.595214] ACPI: bus type USB registered\n[ 0.596395] usbcore: registered new interface driver usbfs\n[ 0.597866] usbcore: registered new interface driver hub\n[ 0.599289] usbcore: registered new device driver usb\n[ 0.600772] PCI: Using ACPI for IRQ routing\n[ 0.602239] NetLabel: Initializing\n[ 0.603271] NetLabel: domain hash size = 128\n[ 0.604460] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.605813] NetLabel: unlabeled traffic allowed by default\n[ 0.607343] Switched to clocksource kvm-clock\n[ 0.614989] pnp: PnP ACPI init\n[ 0.615986] ACPI: bus type PNP registered\n[ 0.617460] pnp: PnP ACPI: found 5 devices\n[ 0.618646] ACPI: bus type PNP unregistered\n[ 0.626814] NET: Registered protocol family 2\n[ 0.628281] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.630515] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.632432] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.634122] TCP: reno registered\n[ 0.635147] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.636660] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.638391] NET: Registered protocol family 1\n[ 0.639636] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.641144] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.642602] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.662158] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.681948] Unpacking initramfs...\n[ 1.103170] Freeing initrd memory: 37508k freed\n[ 1.112491] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.114180] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.130241] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.131914] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.133811] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.135423] Initialise system trusted keyring\n[ 1.136708] audit: initializing netlink socket (disabled)\n[ 1.138159] type=2000 audit(1540552160.012:1): initialized\n[ 1.154524] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.156133] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.158516] zpool: loaded\n[ 1.159442] zbud: loaded\n[ 1.160499] VFS: Disk quotas dquot_6.5.2\n[ 1.161702] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.163437] msgmni has been set to 7578\n[ 1.164623] Key type big_key registered\n[ 1.166631] NET: Registered protocol family 38\n[ 1.167867] Key type asymmetric registered\n[ 1.169085] Asymmetric key parser 'x509' registered\n[ 1.170434] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.172634] io scheduler noop registered\n[ 1.173794] io scheduler deadline registered (default)\n[ 1.175174] io scheduler cfq registered\n[ 1.176417] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.187493] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.189206] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.191352] ACPI: Power Button [PWRF]\n[ 1.192554] GHES: HEST is not enabled!\n[ 1.193771] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.218415] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.220181] Non-volatile memory driver v1.3\n[ 1.221378] Linux agpgart interface v0.103\n[ 1.222680] crash memory driver: version 1.1\n[ 1.223971] rdac: device handler registered\n[ 1.225241] hp_sw: device handler registered\n[ 1.226463] emc: device handler registered\n[ 1.227630] alua: device handler registered\n[ 1.228831] libphy: Fixed MDIO Bus: probed\n[ 1.230026] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.231605] ehci-pci: EHCI PCI platform driver\n[ 1.232807] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.234351] ohci-pci: OHCI PCI platform driver\n[ 1.235582] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.255326] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.256774] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.258971] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.260357] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.261907] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.263626] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.265931] usb usb1: Product: UHCI Host Controller\n[ 1.267372] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.269213] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.270603] hub 1-0:1.0: USB hub found\n[ 1.271753] hub 1-0:1.0: 2 ports detected\n[ 1.273055] usbcore: registered new interface driver usbserial\n[ 1.274543] usbcore: registered new interface driver usbserial_generic\n[ 1.276204] usbserial: USB Serial support registered for generic\n[ 1.277747] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.280627] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.281943] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.283452] mousedev: PS/2 mouse device common for all mice\n[ 1.285518] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.288606] rtc_cmos 00:00: RTC can wake from S4\n[ 1.289760] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.290419] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.296874] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.298703] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.300682] cpuidle: using governor menu\n[ 1.302161] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.303989] usbcore: registered new interface driver usbhid\n[ 1.305669] usbhid: USB HID core driver\n[ 1.306886] drop_monitor: Initializing network drop monitor service\n[ 1.308458] TCP: cubic registered\n[ 1.309491] Initializing XFRM netlink socket\n[ 1.310735] NET: Registered protocol family 10\n[ 1.312165] NET: Registered protocol family 17\n[ 1.313566] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.315272] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.316793] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.319441] Loading compiled-in X.509 certificates\n[ 1.320776] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.323325] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.326248] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.328815] registered taskstats version 1\n[ 1.331865] Key type trusted registered\n[ 1.334403] Key type encrypted registered\n[ 1.336879] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.338715] rtc_cmos 00:00: setting system clock to 2018-10-26 11:09:20 UTC (1540552160)\n[ 1.341699] Freeing unused kernel memory: 1680k freed\n[ 1.346568] 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.351081] systemd[1]: Detected virtualization kvm.\n[ 1.352468] systemd[1]: Detected architecture x86-64.\n[ 1.353848] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.356663] systemd[1]: No hostname configured.\n[ 1.357982] systemd[1]: Set hostname to .\n[ 1.359415] systemd[1]: Initializing machine ID from KVM UUID.\n[ 1.388631] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.391124] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Swap.\n[ 1.394558] systemd[1]: Reached target Swap.\n[ 1.395851] systemd[1]: Starting Swap.\n[[32m OK [0m] Reached target Paths.\n[ 1.398025] systemd[1]: Reached target Paths.\n[ 1.399326] systemd[1]: Starting Paths.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.401606] systemd[1]: Reached target Local File Systems.\n[ 1.403110] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Reached target Timers.\n[ 1.405428] systemd[1]: Reached target Timers.\n[ 1.406735] systemd[1]: Starting Timers.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.408985] systemd[1]: Created slice Root Slice.\n[ 1.410336] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Created slice System Slice.\n[ 1.412620] systemd[1]: Created slice System Slice.\n[ 1.413942] systemd[1]: Starting System Slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.416281] systemd[1]: Listening on udev Kernel Socket.\n[ 1.417667] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.420030] systemd[1]: Listening on Journal Socket.\n[ 1.421374] systemd[1]: Starting Journal Socket.\n[ 1.423060] 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.427297] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.429734] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.433129] systemd[1]: Listening on udev Control Socket.\n[ 1.434525] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.436869] systemd[1]: Reached target Sockets.\n[ 1.438136] systemd[1]: Starting Sockets.\n[ 1.439529] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Slices.\n[ 1.442845] systemd[1]: Reached target Slices.\n[ 1.444123] systemd[1]: Starting Slices.\n[[32m OK [0m] Started Journal Service.\n[ 1.446723] 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.502858] RPC: Registered named UNIX socket transport module.\n[ 1.504453] RPC: Registered udp transport module.\n[ 1.505784] RPC: Registered tcp transport module.\n[ 1.507118] 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[ 1.576359] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[[32m OK [0m] Mounted Configuration File System.\n[ 1.596681] FDC 0 is a S82078B\n[[32m OK [0m] Started udev Coldplug all Devices.\n Starting dracut initqueue hook...\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n[ 1.618533] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.658730] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.662163] scsi host0: ata_piix\n[ 1.663335] scsi host1: ata_piix\n[ 1.664512] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.666119] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.669127] 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.727112] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.728672] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.730274] usb 1-1: Product: QEMU USB Tablet\n[ 1.731426] usb 1-1: Manufacturer: QEMU\n[ 1.732493] usb 1-1: SerialNumber: 42\n[ 1.742292] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.744868] 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.838999] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.841538] XFS (vda1): Mounting V4 Filesystem\n[ 1.934060] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target System Initialization.\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 Swap.\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 target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Closed udev Kernel Socket.\n[[32m OK [0m] Closed udev Control Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.156211] systemd-journald[108]: Received SIGTERM from PID 1 (systemd).\n[ 2.295289] SELinux: Disabled at runtime.\n[ 2.333377] type=1404 audit(1540552161.494:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.382204] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.383561] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n Mounting Huge Pages File System...\n Mounting Debug File System...\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\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 Starting Setup Virtual Console...\n Starting Apply Kernel Variables...\n Mounting POSIX Message Queue File System...\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] Reached target Swap.\n[[32m OK [0m] Listening on udev Control Socket.\n Starting Create list of required st... nodes for the current kernel...\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 Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Configure read-only root support...\n Starting Rebuild Hardware Database...\n Starting Load/Save Random Seed...\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Journal Service.\n Starting Flush Journal to Persistent Storage...\n[ 2.950873] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started Configure read-only root support.\n[ 3.036566] systemd-journald[386]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Reached target Local File Systems.\n Starting Preprocess NFS configuration...\n Starting Rebuild Journal Catalog...\n Starting Import network configuration from initramfs...\n Starting Mark the need to relabel after reboot...\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[ 3.226656] type=1305 audit(1540552162.387:3): audit_pid=429 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 RPCbind Server Activation Socket.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Reached target Basic System.\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.401729] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 3.405190] input: PC Speaker as /devices/platform/pcspkr/input/input5\n Starting D-Bus System Message Bus...\n Starting Initial cloud-init job (pre-networking)...\n[ 3.443096] ppdev: user-space parallel port driver\n[ 3.445851] [drm] Initialized drm 1.1.0 20060810\n[ 3.466399] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.466399] [TTM] Initializing pool allocator\n[ 3.466405] [TTM] Initializing DMA pool allocator\n[ 3.466619] [drm] fb mappable at 0xFC000000\n[ 3.466620] [drm] vram aper at 0xFC000000\n[ 3.466620] [drm] size 33554432\n[ 3.466620] [drm] fb depth is 24\n[ 3.466621] [drm] pitch is 3072\n Starting NTP client/server...\n[ 3.487472] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.508379] Console: switching to colour frame buffer device 128x48\n[ 3.519839] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting Login Service...\n Starting Authori[ 3.523356] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\nzation Manager...\n Starting Dump dmesg to /var/log/dmesg...\n Starting LSB: Bring up/down networking...\n Starting GSSAPI Proxy Daemon...\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started Login Service.\n[ 3.569556] AES CTR mode by8 optimization enabled\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[ 3.589547] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.596004] alg: No test for crc32 (crc32-pclmul)\n[ 3.625614] intel_rapl: no valid rapl domains found in package 0\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Reached target NFS client services.\n[ 3.658139] intel_rapl: no valid rapl domains found in package 0\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n[ 3.669237] intel_powerclamp: No package C-state available Starting Permit User Sessions...\n\n[ 3.676582] intel_powerclamp: No package C-state available[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Reached target Login Prompts.\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started Authorization Manager.\n[ 3.795734] cloud-init[488]: Cloud-init v. 0.7.5 running 'init-local' at Fri, 26 Oct 2018 11:09:23 +0000. Up 3.76 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 nginx - high performance web server...\n Starting Notify NFS peers of a restart...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting PostgreSQL 9.5 database server...\n Starting Dynamic System Tuning Daemon...\n Starting OpenSSH server daemon...\n Starting Postfix Mail Transport Agent...\n Starting System Logging Service...\n[[32m OK [0m] Reached target Network is Online.\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n Starting Crash recovery kernel arming...\n Starting RabbitMQ Service...\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting LSB: Supports the direct execution of binary formats....\n Starting LSB: Starts Logstash as a daemon....\n[[32m OK [0m] Started OpenSSH server 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 System Logging Service.\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 LSB: Starts Logstash as a daemon..\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Created slice user-993.slice.\n[ 6.081138] cloud-init[800]: Cloud-init v. 0.7.5 running 'init' at Fri, 26 Oct 2018 11:09:25 +0000. Up 6.03 seconds.\n[ 6.119092] cloud-init[800]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\n[ 6.121661] cloud-init[800]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 6.124575] cloud-init[800]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 6.127536] cloud-init[800]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 6.135375] cloud-init[800]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 6.140259] cloud-init[800]: ci-info: | eth0: | True | 192.168.120.6 | 255.255.255.0 | fa:16:3e:0a:d2:0c |\n[ 6.148937] cloud-init[800]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 6.151307] cloud-init[800]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 6.155735] cloud-init[800]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.159215] cloud-init[800]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 6.162808] cloud-init[800]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.165453] cloud-init[800]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 6.168654] cloud-init[800]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH |\n[ 6.172246] cloud-init[800]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 6.176508] cloud-init[800]: 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: [ 10.267292] cloud-init[2854]: Cloud-init v. 0.7.5 running 'modules:config' at Fri, 26 Oct 2018 11:09:29 +0000. Up 10.20 seconds.\n[ 10.576258] cloud-init[3094]: Cloud-init v. 0.7.5 running 'modules:final' at Fri, 26 Oct 2018 11:09:30 +0000. Up 10.53 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 | f2:2d:a3:da:81:36:9d:05:57:8c:36:c0:6e:2c:fb:e2 | - | 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.630776] cloud-init[3094]: Cloud-init v. 0.7.5 finished at Fri, 26 Oct 2018 11:09:30 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 10.61 seconds\n"} 2018-10-26 11:09:35,512 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538/action used request id req-253ede76-f1a5-4389-9d99-5ba9167882e1 2018-10-26 11:09:35,512 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.1688041687s 2018-10-26 11:09:35,513 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538/action used request id req-253ede76-f1a5-4389-9d99-5ba9167882e1 2018-10-26 11:09:35,514 - 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 1872525382 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.307089] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.309334] pid_max: default: 32768 minimum: 301 [ 0.310544] Security Framework initialized [ 0.311670] SELinux: Initializing. [ 0.312967] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.317889] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.320829] Mount-cache hash table entries: 4096 [ 0.322277] Initializing cgroup subsys memory [ 0.323447] Initializing cgroup subsys devices [ 0.324613] Initializing cgroup subsys freezer [ 0.325772] Initializing cgroup subsys net_cls [ 0.326941] Initializing cgroup subsys blkio [ 0.328076] Initializing cgroup subsys perf_event [ 0.329281] Initializing cgroup subsys hugetlb [ 0.330445] Initializing cgroup subsys pids [ 0.331566] Initializing cgroup subsys net_prio [ 0.332824] CPU: Physical Processor ID: 0 [ 0.334635] mce: CPU supports 10 MCE banks [ 0.335772] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.337074] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.338364] tlb_flushall_shift: 6 [ 0.339566] Freeing SMP alternatives: 28k freed [ 0.343484] ACPI: Core revision 20130517 [ 0.345013] ACPI: All ACPI Tables successfully acquired [ 0.346478] ftrace: allocating 25812 entries in 101 pages [ 0.368717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.370239] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.371730] smpboot: Max logical packages: 2 [ 0.373054] Enabling x2apic [ 0.373962] Enabled x2apic [ 0.375046] Switched APIC routing to physical x2apic. [ 0.377238] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.378746] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.381478] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.389739] KVM setup paravirtual spinlock [ 0.392088] smpboot: Booting Node 0, Processors #1 OK [ 0.393782] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.416492] Brought up 2 CPUs [ 0.416494] KVM setup async PF for cpu 1 [ 0.416497] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.419781] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.421996] devtmpfs: initialized [ 0.424358] EVM: security.selinux [ 0.425381] EVM: security.ima [ 0.426328] EVM: security.capability [ 0.428025] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.429657] pinctrl core: initialized pinctrl subsystem [ 0.431139] NET: Registered protocol family 16 [ 0.432564] ACPI: bus type PCI registered [ 0.433734] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.435360] PCI: Using configuration type 1 for base access [ 0.440121] ACPI: Added _OSI(Module Device) [ 0.441301] ACPI: Added _OSI(Processor Device) [ 0.442497] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.443740] ACPI: Added _OSI(Processor Aggregator Device) [ 0.446657] ACPI: Interpreter enabled [ 0.447748] ACPI: (supports S0 S5) [ 0.448772] ACPI: Using IOAPIC for interrupt routing [ 0.450064] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.454109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.455612] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.457374] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.458947] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.461934] acpiphp: Slot [3] registered [ 0.463088] acpiphp: Slot [4] registered [ 0.464232] acpiphp: Slot [5] registered [ 0.465365] acpiphp: Slot [6] registered [ 0.466555] acpiphp: Slot [7] registered [ 0.467751] acpiphp: Slot [8] registered [ 0.468935] acpiphp: Slot [9] registered [ 0.470145] acpiphp: Slot [10] registered [ 0.471356] acpiphp: Slot [11] registered [ 0.472581] acpiphp: Slot [12] registered [ 0.473782] acpiphp: Slot [13] registered [ 0.474922] acpiphp: Slot [14] registered [ 0.476119] acpiphp: Slot [15] registered [ 0.477331] acpiphp: Slot [16] registered [ 0.478505] acpiphp: Slot [17] registered [ 0.479711] acpiphp: Slot [18] registered [ 0.480863] acpiphp: Slot [19] registered [ 0.482040] acpiphp: Slot [20] registered [ 0.483205] acpiphp: Slot [21] registered [ 0.484411] acpiphp: Slot [22] registered [ 0.485573] acpiphp: Slot [23] registered [ 0.486716] acpiphp: Slot [24] registered [ 0.487879] acpiphp: Slot [25] registered [ 0.489052] acpiphp: Slot [26] registered [ 0.490182] acpiphp: Slot [27] registered [ 0.491325] acpiphp: Slot [28] registered [ 0.492498] acpiphp: Slot [29] registered [ 0.493671] acpiphp: Slot [30] registered [ 0.494823] acpiphp: Slot [31] registered [ 0.495996] PCI host bridge to bus 0000:00 [ 0.497193] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.498602] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.500251] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.501882] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.504095] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.512352] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.514057] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.515663] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.518101] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.524237] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.526369] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.578513] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.580384] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.582111] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.583855] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.585631] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.587498] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.589316] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.591625] vgaarb: loaded [ 0.592544] vgaarb: bridge control possible 0000:00:02.0 [ 0.594052] SCSI subsystem initialized [ 0.595214] ACPI: bus type USB registered [ 0.596395] usbcore: registered new interface driver usbfs [ 0.597866] usbcore: registered new interface driver hub [ 0.599289] usbcore: registered new device driver usb [ 0.600772] PCI: Using ACPI for IRQ routing [ 0.602239] NetLabel: Initializing [ 0.603271] NetLabel: domain hash size = 128 [ 0.604460] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.605813] NetLabel: unlabeled traffic allowed by default [ 0.607343] Switched to clocksource kvm-clock [ 0.614989] pnp: PnP ACPI init [ 0.615986] ACPI: bus type PNP registered [ 0.617460] pnp: PnP ACPI: found 5 devices [ 0.618646] ACPI: bus type PNP unregistered [ 0.626814] NET: Registered protocol family 2 [ 0.628281] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.630515] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.632432] TCP: Hash tables configured (established 32768 bind 32768) [ 0.634122] TCP: reno registered [ 0.635147] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.636660] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.638391] NET: Registered protocol family 1 [ 0.639636] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.641144] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.642602] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.662158] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.681948] Unpacking initramfs... [ 1.103170] Freeing initrd memory: 37508k freed [ 1.112491] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.114180] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.130241] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.131914] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.133811] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.135423] Initialise system trusted keyring [ 1.136708] audit: initializing netlink socket (disabled) [ 1.138159] type=2000 audit(1540552160.012:1): initialized [ 1.154524] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.156133] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.158516] zpool: loaded [ 1.159442] zbud: loaded [ 1.160499] VFS: Disk quotas dquot_6.5.2 [ 1.161702] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.163437] msgmni has been set to 7578 [ 1.164623] Key type big_key registered [ 1.166631] NET: Registered protocol family 38 [ 1.167867] Key type asymmetric registered [ 1.169085] Asymmetric key parser 'x509' registered [ 1.170434] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.172634] io scheduler noop registered [ 1.173794] io scheduler deadline registered (default) [ 1.175174] io scheduler cfq registered [ 1.176417] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.187493] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.189206] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.191352] ACPI: Power Button [PWRF] [ 1.192554] GHES: HEST is not enabled! [ 1.193771] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.218415] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.220181] Non-volatile memory driver v1.3 [ 1.221378] Linux agpgart interface v0.103 [ 1.222680] crash memory driver: version 1.1 [ 1.223971] rdac: device handler registered [ 1.225241] hp_sw: device handler registered [ 1.226463] emc: device handler registered [ 1.227630] alua: device handler registered [ 1.228831] libphy: Fixed MDIO Bus: probed [ 1.230026] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.231605] ehci-pci: EHCI PCI platform driver [ 1.232807] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.234351] ohci-pci: OHCI PCI platform driver [ 1.235582] uhci_hcd: USB Universal Host Controller Interface driver [ 1.255326] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.256774] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.258971] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.260357] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 1.261907] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.263626] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.265931] usb usb1: Product: UHCI Host Controller [ 1.267372] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.269213] usb usb1: SerialNumber: 0000:00:01.2 [ 1.270603] hub 1-0:1.0: USB hub found [ 1.271753] hub 1-0:1.0: 2 ports detected [ 1.273055] usbcore: registered new interface driver usbserial [ 1.274543] usbcore: registered new interface driver usbserial_generic [ 1.276204] usbserial: USB Serial support registered for generic [ 1.277747] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.280627] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.281943] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.283452] mousedev: PS/2 mouse device common for all mice [ 1.285518] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.288606] rtc_cmos 00:00: RTC can wake from S4 [ 1.289760] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.290419] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.296874] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.298703] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.300682] cpuidle: using governor menu [ 1.302161] hidraw: raw HID events driver (C) Jiri Kosina [ 1.303989] usbcore: registered new interface driver usbhid [ 1.305669] usbhid: USB HID core driver [ 1.306886] drop_monitor: Initializing network drop monitor service [ 1.308458] TCP: cubic registered [ 1.309491] Initializing XFRM netlink socket [ 1.310735] NET: Registered protocol family 10 [ 1.312165] NET: Registered protocol family 17 [ 1.313566] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.315272] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.316793] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.319441] Loading compiled-in X.509 certificates [ 1.320776] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.323325] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.326248] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.328815] registered taskstats version 1 [ 1.331865] Key type trusted registered [ 1.334403] Key type encrypted registered [ 1.336879] IMA: No TPM chip found, activating TPM-bypass! [ 1.338715] rtc_cmos 00:00: setting system clock to 2018-10-26 11:09:20 UTC (1540552160) [ 1.341699] Freeing unused kernel memory: 1680k freed [ 1.346568] 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.351081] systemd[1]: Detected virtualization kvm. [ 1.352468] systemd[1]: Detected architecture x86-64. [ 1.353848] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.356663] systemd[1]: No hostname configured. [ 1.357982] systemd[1]: Set hostname to . [ 1.359415] systemd[1]: Initializing machine ID from KVM UUID. [ 1.388631] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.391124] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Swap. [ 1.394558] systemd[1]: Reached target Swap. [ 1.395851] systemd[1]: Starting Swap. [[32m OK [0m] Reached target Paths. [ 1.398025] systemd[1]: Reached target Paths. [ 1.399326] systemd[1]: Starting Paths. [[32m OK [0m] Reached target Local File Systems. [ 1.401606] systemd[1]: Reached target Local File Systems. [ 1.403110] systemd[1]: Starting Local File Systems. [[32m OK [0m] Reached target Timers. [ 1.405428] systemd[1]: Reached target Timers. [ 1.406735] systemd[1]: Starting Timers. [[32m OK [0m] Created slice Root Slice. [ 1.408985] systemd[1]: Created slice Root Slice. [ 1.410336] systemd[1]: Starting Root Slice. [[32m OK [0m] Created slice System Slice. [ 1.412620] systemd[1]: Created slice System Slice. [ 1.413942] systemd[1]: Starting System Slice. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.416281] systemd[1]: Listening on udev Kernel Socket. [ 1.417667] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on Journal Socket. [ 1.420030] systemd[1]: Listening on Journal Socket. [ 1.421374] systemd[1]: Starting Journal Socket. [ 1.423060] 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.427297] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.429734] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Listening on udev Control Socket. [ 1.433129] systemd[1]: Listening on udev Control Socket. [ 1.434525] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Sockets. [ 1.436869] systemd[1]: Reached target Sockets. [ 1.438136] systemd[1]: Starting Sockets. [ 1.439529] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Slices. [ 1.442845] systemd[1]: Reached target Slices. [ 1.444123] systemd[1]: Starting Slices. [[32m OK [0m] Started Journal Service. [ 1.446723] 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.502858] RPC: Registered named UNIX socket transport module. [ 1.504453] RPC: Registered udp transport module. [ 1.505784] RPC: Registered tcp transport module. [ 1.507118] 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... [ 1.576359] usb 1-1: new full-speed USB device number 2 using uhci_hcd [[32m OK [0m] Mounted Configuration File System. [ 1.596681] FDC 0 is a S82078B [[32m OK [0m] Started udev Coldplug all Devices. Starting dracut initqueue hook... [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. [ 1.618533] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.658730] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.662163] scsi host0: ata_piix [ 1.663335] scsi host1: ata_piix [ 1.664512] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 1.666119] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 1.669127] 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.727112] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.728672] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.730274] usb 1-1: Product: QEMU USB Tablet [ 1.731426] usb 1-1: Manufacturer: QEMU [ 1.732493] usb 1-1: SerialNumber: 42 [ 1.742292] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.744868] 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.838999] SGI XFS with ACLs, security attributes, no debug enabled [ 1.841538] XFS (vda1): Mounting V4 Filesystem [ 1.934060] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Closed udev Kernel Socket. [[32m OK [0m] Closed udev Control Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.156211] systemd-journald[108]: Received SIGTERM from PID 1 (systemd). [ 2.295289] SELinux: Disabled at runtime. [ 2.333377] type=1404 audit(1540552161.494:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.382204] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.383561] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. Mounting Huge Pages File System... Mounting Debug File System... [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. Mounting NFSD configuration filesystem... [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[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... Starting Setup Virtual Console... Starting Apply Kernel Variables... Mounting POSIX Message Queue File System... [[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] Reached target Swap. [[32m OK [0m] Listening on udev Control Socket. Starting Create list of required st... nodes for the current kernel... [[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. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Remount Root and Kernel File Systems. Starting Configure read-only root support... Starting Rebuild Hardware Database... Starting Load/Save Random Seed... [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Journal Service. Starting Flush Journal to Persistent Storage... [ 2.950873] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Configure read-only root support. [ 3.036566] systemd-journald[386]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Preprocess NFS configuration... Starting Rebuild Journal Catalog... Starting Import network configuration from initramfs... Starting Mark the need to relabel after reboot... Starting udev Kernel Device Manager... [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [ 3.226656] type=1305 audit(1540552162.387:3): audit_pid=429 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 RPCbind Server Activation Socket. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Reached target Basic System. [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... [[32m OK [0m] Started D-Bus System Message Bus. [ 3.401729] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.405190] input: PC Speaker as /devices/platform/pcspkr/input/input5 Starting D-Bus System Message Bus... Starting Initial cloud-init job (pre-networking)... [ 3.443096] ppdev: user-space parallel port driver [ 3.445851] [drm] Initialized drm 1.1.0 20060810 [ 3.466399] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.466399] [TTM] Initializing pool allocator [ 3.466405] [TTM] Initializing DMA pool allocator [ 3.466619] [drm] fb mappable at 0xFC000000 [ 3.466620] [drm] vram aper at 0xFC000000 [ 3.466620] [drm] size 33554432 [ 3.466620] [drm] fb depth is 24 [ 3.466621] [drm] pitch is 3072 Starting NTP client/server... [ 3.487472] fbcon: cirrusdrmfb (fb0) is primary device [ 3.508379] Console: switching to colour frame buffer device 128x48 [ 3.519839] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting Login Service... Starting Authori[ 3.523356] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 zation Manager... Starting Dump dmesg to /var/log/dmesg... Starting LSB: Bring up/down networking... Starting GSSAPI Proxy Daemon... [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Login Service. [ 3.569556] AES CTR mode by8 optimization enabled [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [ 3.589547] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.596004] alg: No test for crc32 (crc32-pclmul) [ 3.625614] intel_rapl: no valid rapl domains found in package 0 [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Reached target NFS client services. [ 3.658139] intel_rapl: no valid rapl domains found in package 0 [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. [ 3.669237] intel_powerclamp: No package C-state available Starting Permit User Sessions... [ 3.676582] intel_powerclamp: No package C-state available[[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Reached target Login Prompts. [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Authorization Manager. [ 3.795734] cloud-init[488]: Cloud-init v. 0.7.5 running 'init-local' at Fri, 26 Oct 2018 11:09:23 +0000. Up 3.76 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 nginx - high performance web server... Starting Notify NFS peers of a restart... Starting Initial cloud-init job (metadata service crawler)... Starting PostgreSQL 9.5 database server... Starting Dynamic System Tuning Daemon... Starting OpenSSH server daemon... Starting Postfix Mail Transport Agent... Starting System Logging Service... [[32m OK [0m] Reached target Network is Online. [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... Starting Crash recovery kernel arming... Starting RabbitMQ Service... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting LSB: Supports the direct execution of binary formats.... Starting LSB: Starts Logstash as a daemon.... [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Started Notify NFS peers of a restart. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Started System Logging Service. [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Created slice user-993.slice. [ 6.081138] cloud-init[800]: Cloud-init v. 0.7.5 running 'init' at Fri, 26 Oct 2018 11:09:25 +0000. Up 6.03 seconds. [ 6.119092] cloud-init[800]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ [ 6.121661] cloud-init[800]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 6.124575] cloud-init[800]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 6.127536] cloud-init[800]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 6.135375] cloud-init[800]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 6.140259] cloud-init[800]: ci-info: | eth0: | True | 192.168.120.6 | 255.255.255.0 | fa:16:3e:0a:d2:0c | [ 6.148937] cloud-init[800]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 6.151307] cloud-init[800]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 6.155735] cloud-init[800]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.159215] cloud-init[800]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 6.162808] cloud-init[800]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.165453] cloud-init[800]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 6.168654] cloud-init[800]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH | [ 6.172246] cloud-init[800]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 6.176508] cloud-init[800]: 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: [ 10.267292] cloud-init[2854]: Cloud-init v. 0.7.5 running 'modules:config' at Fri, 26 Oct 2018 11:09:29 +0000. Up 10.20 seconds. [ 10.576258] cloud-init[3094]: Cloud-init v. 0.7.5 running 'modules:final' at Fri, 26 Oct 2018 11:09:30 +0000. Up 10.53 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 | f2:2d:a3:da:81:36:9d:05:57:8c:36:c0:6e:2c:fb:e2 | - | 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.630776] cloud-init[3094]: Cloud-init v. 0.7.5 finished at Fri, 26 Oct 2018 11:09:30 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 10.61 seconds 2018-10-26 11:09:35,518 - paramiko.transport - DEBUG - starting thread (client mode): 0x94e39790L 2018-10-26 11:09:35,518 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-26 11:09:35,573 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-10-26 11:09:35,573 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-10-26 11:09:35,622 - 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-26 11:09:35,622 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-26 11:09:35,622 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-26 11:09:35,622 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-26 11:09:35,623 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-26 11:09:35,623 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-26 11:09:35,635 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-26 11:09:35,636 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-26 11:09:35,649 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.210: 4c1f7c71f5a98b8370f02ab218eae423 2018-10-26 11:09:35,651 - paramiko.transport - DEBUG - Trying key f22da3da81369d05578c36c06e2cfbe2 from /tmp/tmpgPIwZZ 2018-10-26 11:09:35,676 - paramiko.transport - DEBUG - userauth is OK 2018-10-26 11:09:35,724 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-26 11:09:35,752 - cloudify.rest_client.http - DEBUG - Setting `Authorization` header: * 2018-10-26 11:09:35,752 - cloudify.rest_client.http - DEBUG - Setting `Tenant` header: default_tenant 2018-10-26 11:09:35,752 - functest.core.cloudify - INFO - Attemps running status of the Manager 2018-10-26 11:09:35,753 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/status 2018-10-26 11:09:36,017 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:09:36,018 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:09:36,018 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:09:36,018 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:09:36,018 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:09:36,018 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:09:36,018 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:09:36,018 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 4922, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 4927, "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": 1637, "Id": "cloudify-rabbitmq.service", "ActiveState": "deactivating", "SubState": "stop"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 4909, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 851, "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": 809, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 4662, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 4903, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-10-26 11:09:36,018 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:09:36,019 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:09:35 GMT 2018-10-26 11:09:36,019 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:09:36,019 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2391 2018-10-26 11:09:36,019 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:09:36,019 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 4922, 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': 4927, 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': 1637, 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': 4909, 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': 851, 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': 809, 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': 4662, 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': 4903, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-10-26 11:09:36,020 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/status 2018-10-26 11:09:36,214 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:09:36,215 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:09:36,215 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:09:36,215 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:09:36,215 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:09:36,215 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:09:36,215 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:09:36,215 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 4922, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 4927, "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": 1637, "Id": "cloudify-rabbitmq.service", "ActiveState": "deactivating", "SubState": "stop"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 4909, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 851, "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": 809, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 4662, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 4903, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-10-26 11:09:36,215 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:09:36,215 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:09:35 GMT 2018-10-26 11:09:36,216 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:09:36,216 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2391 2018-10-26 11:09:36,216 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:09:36,216 - functest.core.cloudify - INFO - The current manager status is running 2018-10-26 11:09:36,216 - 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-26 11:09:36,392 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:09:36,393 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:09:36,393 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:09:36,393 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:09:36,393 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:09:36,393 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:09:36,393 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:09:36,393 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-10-26 11:09:36,393 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-10-26T11:09:35.959Z", "updated_at": "2018-10-26T11:09:35.959Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-10-26 11:09:36,394 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:09:36,394 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:09:36 GMT 2018-10-26 11:09:36,394 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:09:36,394 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-10-26 11:09:36,394 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:09:36,394 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/secrets 2018-10-26 11:09:36,501 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:09:36,501 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:09:36,501 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:09:36,502 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:09:36,502 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:09:36,502 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:09:36,502 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:09:36,502 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"permission": null, "tenant_name": "default_tenant", "created_at": "2018-10-26T11:09:35.959Z", "updated_at": "2018-10-26T11:09:35.959Z", "created_by": "admin", "key": "foo"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-10-26 11:09:36,502 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:09:36,502 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:09:36 GMT 2018-10-26 11:09:36,502 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:09:36,503 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 253 2018-10-26 11:09:36,503 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:09:36,503 - functest.core.cloudify - DEBUG - List secrets: 2018-10-26 11:09:36,503 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.210:80/api/v3/secrets/foo 2018-10-26 11:09:36,724 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:09:36,724 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:09:36,724 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:09:36,724 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:09:36,724 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:09:36,725 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:09:36,725 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:09:36,725 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-10-26 11:09:36,725 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-10-26T11:09:35.959Z", "updated_at": "2018-10-26T11:09:35.959Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-10-26 11:09:36,725 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:09:36,725 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:09:36 GMT 2018-10-26 11:09:36,725 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:09:36,725 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-10-26 11:09:36,725 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:09:36,726 - functest.core.cloudify - INFO - Secrets API successfully reached 2018-10-26 11:09:36,726 - functest.core.cloudify - INFO - Cloudify Manager is up and running 2018-10-26 11:09:36,726 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Put private keypair in manager 2018-10-26 11:09:36,727 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-26 11:09:36,734 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-26 11:09:36,734 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-26 11:09:36,748 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-26 11:09:36,982 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-26 11:09:36,983 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-26 11:09:36,983 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-26 11:09:37,026 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-26 11:09:37,027 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-26 11:09:37,050 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-26 11:10:24,554 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-26 11:10:24,554 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - output: Loaded plugins: fastestmirror Determining fastest mirrors * base: centos.eecs.wsu.edu * extras: mirror.web-ster.com * updates: mirrors.ocf.berkeley.edu 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 11 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-26 11:10:24,555 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-26 11:10:24,555 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - error: 2018-10-26 11:10:24,556 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/vyos-1.1.7.img 2018-10-26 11:10:27,059 - shade - DEBUG - Image file /home/opnfv/functest/images/vyos-1.1.7.img md5:5428081a21782d4eab3b67d8cc6bf508 sha256:55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0 2018-10-26 11:10:27,059 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-26 11:10:27,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:10:27,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-d57c9779-0cd0-41cf-876f-3551392b6513 Date: Fri, 26 Oct 2018 11:10:27 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/84d46950-ba9c-4c0b-b227-7a7f582aa764/snap", "metadata": {}}], "file": "/v2/images/84d46950-ba9c-4c0b-b227-7a7f582aa764/file", "owner": "82d2d876a3084e22b065060a9b2f6f5c", "id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "size": 4373348352, "self": "/v2/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "disk_format": "qcow2", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/84d46950-ba9c-4c0b-b227-7a7f582aa764/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-10-26T11:06:34Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_ad566928-fede-4f0a-965a-66efd9835f90", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_ad566928-fede-4f0a-965a-66efd9835f90", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-10-26T11:05:19Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-26 11:10:27,268 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-d57c9779-0cd0-41cf-876f-3551392b6513 2018-10-26 11:10:27,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.208300113678s 2018-10-26 11:10:27,268 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-d57c9779-0cd0-41cf-876f-3551392b6513 2018-10-26 11:10:27,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-26 11:10:27,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" -d '{"owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "owner_specified.shade.sha256": "55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_ad566928-fede-4f0a-965a-66efd9835f90", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vyos_vrouter-img_alt_ad566928-fede-4f0a-965a-66efd9835f90"}' 2018-10-26 11:10:27,497 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 884 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634 X-Openstack-Request-Id: req-ef74b2e9-2735-475e-a127-2cd223ff1228 Date: Fri, 26 Oct 2018 11:10:27 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634/file", "owner": "82d2d876a3084e22b065060a9b2f6f5c", "id": "66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634", "size": null, "self": "/v2/images/66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0", "updated_at": "2018-10-26T11:10:27Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_ad566928-fede-4f0a-965a-66efd9835f90", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "name": "vyos_vrouter-img_alt_ad566928-fede-4f0a-965a-66efd9835f90", "checksum": null, "created_at": "2018-10-26T11:10:27Z", "protected": false} 2018-10-26 11:10:27,497 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-ef74b2e9-2735-475e-a127-2cd223ff1228 2018-10-26 11:10:27,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.226438999176s 2018-10-26 11:10:27,498 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-ef74b2e9-2735-475e-a127-2cd223ff1228 returning object 66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634 2018-10-26 11:10:27,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-26 11:10:27,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634/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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" -d '' 2018-10-26 11:10:36,424 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2a601599-8345-4f15-a28b-1cdfa71c54d0 Date: Fri, 26 Oct 2018 11: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-26 11:10:36,424 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634/file used request id req-2a601599-8345-4f15-a28b-1cdfa71c54d0 2018-10-26 11:10:36,424 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 8.92541193962s 2018-10-26 11:10:36,424 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634/file used request id req-2a601599-8345-4f15-a28b-1cdfa71c54d0 2018-10-26 11:10:36,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-26 11:10:36,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:10:36,606 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2356 Content-Type: application/json X-Openstack-Request-Id: req-45f31aee-f623-4609-b28f-16d4ae180ee9 Date: Fri, 26 Oct 2018 11:10:36 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634/snap", "metadata": {}}], "file": "/v2/images/66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634/file", "owner": "82d2d876a3084e22b065060a9b2f6f5c", "id": "66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634", "size": 426967040, "self": "/v2/images/66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634", "disk_format": "qcow2", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0", "updated_at": "2018-10-26T11:10:36Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_ad566928-fede-4f0a-965a-66efd9835f90", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "name": "vyos_vrouter-img_alt_ad566928-fede-4f0a-965a-66efd9835f90", "checksum": "5428081a21782d4eab3b67d8cc6bf508", "created_at": "2018-10-26T11:10:27Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/84d46950-ba9c-4c0b-b227-7a7f582aa764/snap", "metadata": {}}], "file": "/v2/images/84d46950-ba9c-4c0b-b227-7a7f582aa764/file", "owner": "82d2d876a3084e22b065060a9b2f6f5c", "id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "size": 4373348352, "self": "/v2/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "disk_format": "qcow2", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/84d46950-ba9c-4c0b-b227-7a7f582aa764/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-10-26T11:06:34Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_ad566928-fede-4f0a-965a-66efd9835f90", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_ad566928-fede-4f0a-965a-66efd9835f90", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-10-26T11:05:19Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-26 11:10:36,606 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-45f31aee-f623-4609-b28f-16d4ae180ee9 2018-10-26 11:10:36,606 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.181391954422s 2018-10-26 11:10:36,607 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-45f31aee-f623-4609-b28f-16d4ae180ee9 2018-10-26 11:10:36,609 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634/snap', u'metadata': Munch({})})], 'file': u'/v2/images/66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634/file', 'owner': u'82d2d876a3084e22b065060a9b2f6f5c', 'id': u'66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634', 'size': 426967040, u'self': u'/v2/images/66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'82d2d876a3084e22b065060a9b2f6f5c', 'name': 'vyos_vrouter-project_ad566928-fede-4f0a-965a-66efd9835f90', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-26T11:10:36Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-10-26T11:10:36Z', u'owner_specified.shade.sha256': u'55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_ad566928-fede-4f0a-965a-66efd9835f90', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', 'properties': {u'self': u'/v2/images/66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634', u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_ad566928-fede-4f0a-965a-66efd9835f90', u'owner_specified.shade.sha256': u'55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0', u'schema': u'/v2/schemas/image'}, 'name': u'vyos_vrouter-img_alt_ad566928-fede-4f0a-965a-66efd9835f90', 'created': u'2018-10-26T11:10:27Z', 'checksum': u'5428081a21782d4eab3b67d8cc6bf508', 'created_at': u'2018-10-26T11:10:27Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634', u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_ad566928-fede-4f0a-965a-66efd9835f90', u'owner_specified.shade.sha256': u'55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0', u'schema': u'/v2/schemas/image'}}) 2018-10-26 11:10:36,610 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-26 11:10:36,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: os-client-config/1.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}a64ad07a93d7bc8ebe1c7783c54bbaaf96885d4e" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "vyos_vrouter-flavor_alt_ad566928-fede-4f0a-965a-66efd9835f90", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 50, "id": null, "swap": 0}}' 2018-10-26 11:10:36,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:10:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0fc2dd6d-8b56-4674-8c20-2b30ab5c81bd x-compute-request-id: req-0fc2dd6d-8b56-4674-8c20-2b30ab5c81bd Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/8e00445a-f9a2-44ce-b929-661e7e77493c", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/8e00445a-f9a2-44ce-b929-661e7e77493c", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 50, "id": "8e00445a-f9a2-44ce-b929-661e7e77493c", "name": "vyos_vrouter-flavor_alt_ad566928-fede-4f0a-965a-66efd9835f90", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 11:10:36,672 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-0fc2dd6d-8b56-4674-8c20-2b30ab5c81bd 2018-10-26 11:10:36,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0623049736023s 2018-10-26 11:10:36,673 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-0fc2dd6d-8b56-4674-8c20-2b30ab5c81bd returning object 8e00445a-f9a2-44ce-b929-661e7e77493c 2018-10-26 11:10:36,674 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vyos_vrouter-flavor_alt_ad566928-fede-4f0a-965a-66efd9835f90', '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'c8dcd64f3c764883a33350227564ab99', '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'8e00445a-f9a2-44ce-b929-661e7e77493c', 'swap': 0}) 2018-10-26 11:10:36,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-26 11:10:36,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/8e00445a-f9a2-44ce-b929-661e7e77493c/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}a64ad07a93d7bc8ebe1c7783c54bbaaf96885d4e" -d '{"extra_specs": {}}' 2018-10-26 11:10:36,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:10:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-faad6958-69d0-4066-90be-58fc2c8956f2 x-compute-request-id: req-faad6958-69d0-4066-90be-58fc2c8956f2 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-26 11:10:36,696 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/8e00445a-f9a2-44ce-b929-661e7e77493c/os-extra_specs used request id req-faad6958-69d0-4066-90be-58fc2c8956f2 2018-10-26 11:10:36,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0210809707642s 2018-10-26 11:10:36,696 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/8e00445a-f9a2-44ce-b929-661e7e77493c/os-extra_specs used request id req-faad6958-69d0-4066-90be-58fc2c8956f2 2018-10-26 11:10:36,697 - shade.task_manager - DEBUG - Manager envvars:regionOne running task ServiceList 2018-10-26 11:10:36,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/services? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a64ad07a93d7bc8ebe1c7783c54bbaaf96885d4e" 2018-10-26 11:10:36,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:10:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cab70486-3764-4041-a078-619df116c08b Content-Encoding: gzip Content-Length: 915 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Cloudformation Service", "links": {"self": "http://172.30.9.21:5000/v3/services/0678e40f88e7486ba01d73236e247478"}, "enabled": true, "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"description": "Openstack Placement Service", "links": {"self": "http://172.30.9.21:5000/v3/services/1400da368c0745f9bfe2043681394021"}, "enabled": true, "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"description": "OpenStack Identity Service", "links": {"self": "http://172.30.9.21:5000/v3/services/1dcb0a04299146f6b1bd6d35dccc251c"}, "enabled": true, "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"description": "Cinder Service v3", "links": {"self": "http://172.30.9.21:5000/v3/services/21010334e1204f20b0e94e06851e94fb"}, "enabled": true, "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"description": "OpenStack Image Service", "links": {"self": "http://172.30.9.21:5000/v3/services/287aa081d3ee42558b20095ce81419fc"}, "enabled": true, "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"description": "Cinder Service", "links": {"self": "http://172.30.9.21:5000/v3/services/2d881c3f3b8c4c07973843d5aaa6bd90"}, "enabled": true, "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"description": "tacker NFV orchestration Service", "links": {"self": "http://172.30.9.21:5000/v3/services/3b75f7fe7776409ab35b7b1c7d5a9dc5"}, "enabled": true, "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"description": "Cinder Service v2", "links": {"self": "http://172.30.9.21:5000/v3/services/434c6fc6e2214df880ec5edf3c60e826"}, "enabled": true, "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://172.30.9.21:5000/v3/services/58553383e9ec44eca3708c8d08433be5"}, "enabled": true, "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"description": "congress Policy Service", "links": {"self": "http://172.30.9.21:5000/v3/services/6cc4b82bcf7e41bcacd57790df0c6e62"}, "enabled": true, "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"description": "Openstack Metering Service", "links": {"self": "http://172.30.9.21:5000/v3/services/6ea87f1e184f4719ad9fd88bc18e8a0d"}, "enabled": true, "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"description": "Key management Service", "links": {"self": "http://172.30.9.21:5000/v3/services/8e765388c59a434fa74b7ee9309b2acc"}, "enabled": true, "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://172.30.9.21:5000/v3/services/a6ef448adcda48869617b692053935f0"}, "enabled": true, "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"description": "OpenStack Metric Service", "links": {"self": "http://172.30.9.21:5000/v3/services/d93c343d05ab4ed3baab12600da09c1d"}, "enabled": true, "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"description": "Openstack Compute Service", "links": {"self": "http://172.30.9.21:5000/v3/services/eb48f4b7010f424babd2e30cb102445f"}, "enabled": true, "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"description": "Neutron Networking Service", "links": {"self": "http://172.30.9.21:5000/v3/services/f6ac594171ff49f4ae043efbeefc4745"}, "enabled": true, "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "links": {"self": "http://172.30.9.21:5000/v3/services", "previous": null, "next": null}} 2018-10-26 11:10:36,779 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/services used request id req-cab70486-3764-4041-a078-619df116c08b 2018-10-26 11:10:36,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task ServiceList in 0.0831909179688s 2018-10-26 11:10:36,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task EndpointList 2018-10-26 11:10:36,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/endpoints? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a64ad07a93d7bc8ebe1c7783c54bbaaf96885d4e" 2018-10-26 11:10:36,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:10:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-007a7e61-9362-4211-8da5-8d77fb678a34 Content-Encoding: gzip Content-Length: 2082 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/04de76a5e02c491e8fcabbc86cfc8aaa"}, "url": "http://192.30.9.8:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1400da368c0745f9bfe2043681394021", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/10d1f747147d4a0db92a44389c133e91"}, "url": "http://192.30.9.8:9890", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "id": "10d1f747147d4a0db92a44389c133e91"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/16fb59de23b847ef91541b5332fb756a"}, "url": "http://192.30.9.8:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a6ef448adcda48869617b692053935f0", "id": "16fb59de23b847ef91541b5332fb756a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/18d4c4c637ad4e2891c6d948e4844a1e"}, "url": "http://172.30.9.21:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f6ac594171ff49f4ae043efbeefc4745", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/1c0be629b1bb44ed8ff138588ed9b0a4"}, "url": "http://192.30.9.8:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "58553383e9ec44eca3708c8d08433be5", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/1d9c9b03e87a40c083805d0b883a951f"}, "url": "http://192.30.9.8:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0678e40f88e7486ba01d73236e247478", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/22604e446ae24302bbf9b9e64841233d"}, "url": "http://192.30.9.8:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a6ef448adcda48869617b692053935f0", "id": "22604e446ae24302bbf9b9e64841233d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/22ae91ac47ba4aa3870b22e426d970ea"}, "url": "http://172.30.9.21:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "21010334e1204f20b0e94e06851e94fb", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/22cb571ba360462da98edbe8cb259f7f"}, "url": "http://172.30.9.21:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2d881c3f3b8c4c07973843d5aaa6bd90", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/24ff0e0eb46e4f478e13c23a747e4f66"}, "url": "http://192.30.9.8:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "eb48f4b7010f424babd2e30cb102445f", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/331b1e8b2c6149feb4eb90b3fbd07d48"}, "url": "http://192.30.9.8:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d93c343d05ab4ed3baab12600da09c1d", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/41071183d0a147638858df20ba01c93c"}, "url": "http://192.30.9.8:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "58553383e9ec44eca3708c8d08433be5", "id": "41071183d0a147638858df20ba01c93c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/4c6114028b0e4bd4b72236e004492776"}, "url": "http://172.30.9.21:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1dcb0a04299146f6b1bd6d35dccc251c", "id": "4c6114028b0e4bd4b72236e004492776"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/50671c8b52bd420a87aaf5886f97b013"}, "url": "http://192.30.9.8:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "21010334e1204f20b0e94e06851e94fb", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/60448e60ea4847539ebe9976271031c8"}, "url": "http://192.30.9.8:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "434c6fc6e2214df880ec5edf3c60e826", "id": "60448e60ea4847539ebe9976271031c8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/68f6fa80633d471faae5af20741f18f2"}, "url": "http://172.30.9.21:1789", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6cc4b82bcf7e41bcacd57790df0c6e62", "id": "68f6fa80633d471faae5af20741f18f2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/6de7666fb5084dc7a1ea4f0a3b18c9ff"}, "url": "http://192.30.9.8:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1dcb0a04299146f6b1bd6d35dccc251c", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/7a2d4a118f414c2e942d2f30cc7cc16f"}, "url": "http://192.30.9.8:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2d881c3f3b8c4c07973843d5aaa6bd90", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/82a22611b858438aac231d4e17e0004e"}, "url": "http://192.30.9.8:1789", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6cc4b82bcf7e41bcacd57790df0c6e62", "id": "82a22611b858438aac231d4e17e0004e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/8bde81589feb4f07bbf61eab57c04be1"}, "url": "http://192.30.9.8:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "287aa081d3ee42558b20095ce81419fc", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/8fac674850b24f408ce008300dd3c762"}, "url": "http://192.30.9.8:9311", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8e765388c59a434fa74b7ee9309b2acc", "id": "8fac674850b24f408ce008300dd3c762"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9385ac3cf3fe4daf9de9c42e6cfef2a6"}, "url": "http://192.30.9.8:1789", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6cc4b82bcf7e41bcacd57790df0c6e62", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9b0de23f990f4e55b27ba07da143c6c4"}, "url": "http://172.30.9.21:9890", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9c965aa9d0434417bcca22e19607846b"}, "url": "http://192.30.9.8:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d93c343d05ab4ed3baab12600da09c1d", "id": "9c965aa9d0434417bcca22e19607846b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9e2082b0b16b4e92995d87b600a700ca"}, "url": "http://192.30.9.8:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "eb48f4b7010f424babd2e30cb102445f", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9f732b3e91ec4077adfe7039f5384432"}, "url": "http://192.30.9.8:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2d881c3f3b8c4c07973843d5aaa6bd90", "id": "9f732b3e91ec4077adfe7039f5384432"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/a92f7118c3a44866a6065ca420876279"}, "url": "http://192.30.9.8:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1400da368c0745f9bfe2043681394021", "id": "a92f7118c3a44866a6065ca420876279"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/a94ed1c9bd5948a1b098ccf742c46e74"}, "url": "http://192.30.9.8:9311", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8e765388c59a434fa74b7ee9309b2acc", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/b1943618ec5242c0bc38c60eaef2c4e4"}, "url": "http://172.30.9.21:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a6ef448adcda48869617b692053935f0", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/b1c022ebdbb846599927b9e9951a5530"}, "url": "http://192.30.9.8:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f6ac594171ff49f4ae043efbeefc4745", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/cf167c050dcb4b82bebb40692d38179e"}, "url": "http://192.30.9.8:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f6ac594171ff49f4ae043efbeefc4745", "id": "cf167c050dcb4b82bebb40692d38179e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/d13faf081772470ab5fe34b477867f60"}, "url": "http://192.30.9.8:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "287aa081d3ee42558b20095ce81419fc", "id": "d13faf081772470ab5fe34b477867f60"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/d14c03b067854e259e29b5e58f2df8d0"}, "url": "http://172.30.9.21:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "58553383e9ec44eca3708c8d08433be5", "id": "d14c03b067854e259e29b5e58f2df8d0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/d2f20b3d473a4905a5694a0f0913221e"}, "url": "http://172.30.9.21:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d93c343d05ab4ed3baab12600da09c1d", "id": "d2f20b3d473a4905a5694a0f0913221e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/d4e8b2decae046d4bdf10d6ca098bce4"}, "url": "http://192.30.9.8:9890", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/d6cb3538ab6140238b0102f4c4d850d7"}, "url": "http://192.30.9.8:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1dcb0a04299146f6b1bd6d35dccc251c", "id": "d6cb3538ab6140238b0102f4c4d850d7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/d7651240653043499b59781f22cd55de"}, "url": "http://172.30.9.21:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "434c6fc6e2214df880ec5edf3c60e826", "id": "d7651240653043499b59781f22cd55de"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e0c77a7a1c2f40cabd53c6104605cae0"}, "url": "http://172.30.9.21:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0678e40f88e7486ba01d73236e247478", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e3f88bb90e3049df99bbc76d270ee4b3"}, "url": "http://172.30.9.21:9311", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8e765388c59a434fa74b7ee9309b2acc", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e8456b137dd74762a5d903df45ffbca2"}, "url": "http://172.30.9.21:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "eb48f4b7010f424babd2e30cb102445f", "id": "e8456b137dd74762a5d903df45ffbca2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/ee38605709ec49d4ab6955d8507b8249"}, "url": "http://192.30.9.8:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "434c6fc6e2214df880ec5edf3c60e826", "id": "ee38605709ec49d4ab6955d8507b8249"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/eeccc5af54c64c87b67c43e43f5bbf26"}, "url": "http://172.30.9.21:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "287aa081d3ee42558b20095ce81419fc", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/f200dff6765d40ba8f54f33282ac6834"}, "url": "http://192.30.9.8:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0678e40f88e7486ba01d73236e247478", "id": "f200dff6765d40ba8f54f33282ac6834"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/f33f517932de4d7aa16e38a2c69aa035"}, "url": "http://172.30.9.21:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1400da368c0745f9bfe2043681394021", "id": "f33f517932de4d7aa16e38a2c69aa035"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/ff9294ce70b847989a05781501906639"}, "url": "http://192.30.9.8:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "21010334e1204f20b0e94e06851e94fb", "id": "ff9294ce70b847989a05781501906639"}], "links": {"self": "http://172.30.9.21:5000/v3/endpoints", "previous": null, "next": null}} 2018-10-26 11:10:36,869 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/endpoints used request id req-007a7e61-9362-4211-8da5-8d77fb678a34 2018-10-26 11:10:36,870 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task EndpointList in 0.0851590633392s 2018-10-26 11:10:36,877 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload VNFD 2018-10-26 11:10:36,883 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.210:80/api/v3/blueprints/vrouter-opnfv; body: bytes data 2018-10-26 11:10:38,659 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:10:38,660 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:10:38,660 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:10:38,660 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:10:38,660 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:10:38,660 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:10:38,660 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:10:38,660 - cloudify.rest_client.http - DEBUG - request header: Transfer-Encoding: chunked 2018-10-26 11:10:38,661 - 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-26T11:10:38.601Z", "updated_at": "2018-10-26T11:10:38.601Z", "created_by": "admin", "private_resource": false, "plan": {"relationships": {"cloudify.openstack.server_connected_to_port": {"name": "cloudify.openstack.server_connected_to_port", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_security_group": {"name": "cloudify.openstack.port_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.depends_on": {"properties": {"connection_type": {"default": "all_to_all"}}, "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "name": "cloudify.relationships.depends_on", "type_hierarchy": ["cloudify.relationships.depends_on"], "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}}, "cloudify.openstack.server_connected_to_keypair": {"name": "cloudify.openstack.server_connected_to_keypair", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.subnet_connected_to_router": {"name": "cloudify.openstack.subnet_connected_to_router", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_security_group": {"name": "cloudify.openstack.server_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_subnet": {"name": "cloudify.openstack.port_connected_to_subnet", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_subnet"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.contained_in": {"name": "cloudify.relationships.contained_in", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_floating_ip": {"name": "cloudify.openstack.port_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_floating_ip": {"name": "cloudify.openstack.server_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": {"default": "", "type": "string", "description": "The fixed IP to be associated with the floating IP. If omitted, Openstack will choose which port to associate.\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.connected_to": {"name": "cloudify.relationships.connected_to", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.volume_attached_to_server": {"name": "cloudify.openstack.volume_attached_to_server", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.volume_attached_to_server"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.attach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the attachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the attachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.detach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the detachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the detachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_depends_on_volume": {"name": "cloudify.relationships.file_system_depends_on_volume", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.file_system_depends_on_volume"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/fdisk.sh"}, "device_name": {"default": {"get_attribute": ["TARGET", "device_name"]}}}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_contained_in_compute": {"name": "cloudify.relationships.file_system_contained_in_compute", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in", "cloudify.relationships.file_system_contained_in_compute"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.contained_in", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/mount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/unmount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}}, "inputs": {"keypair_name": {"default": "vnf_test_keypair", "type": "string"}, "management_plane_network_name": {"default": "management_plane_network", "type": "string"}, "external_network_name": {"type": "string"}, "keystone_user_domain_name": {"type": "string"}, "data_plane_network_name": {"default": "data_plane_network", "type": "string"}, "target_vnf_name": {"default": "target_vnf", "type": "string"}, "reference_vnf_flavor_id": {"type": "string"}, "target_vnf_flavor_id": {"type": "string"}, "reference_vnf_name": {"default": "reference_vnf", "type": "string"}, "target_vnf_data_plane_port_name": {"default": "target_vnf_data_plane_port", "type": "string"}, "reference_vnf_data_plane_port_name": {"default": "reference_vnf_data_plane_port", "type": "string"}, "keystone_username": {"type": "string"}, "security_group_name": {"default": "vnf_test_security_group", "type": "string"}, "reference_vnf_image_id": {"type": "string"}, "keystone_password": {"type": "string"}, "target_vnf_port_name": {"default": "target_vnf_port", "type": "string"}, "keystone_tenant_name": {"type": "string"}, "keystone_project_domain_name": {"type": "string"}, "keystone_url": {"type": "string"}, "reference_vnf_port_name": {"default": "reference_vnf_port", "type": "string"}, "target_vnf_image_id": {"type": "string"}, "management_plane_subnet_name": {"default": "management_plane_subnet", "type": "string"}, "ssh_key_filename": {"default": "~/.ssh/vnf_test_keypair.pem", "type": "string"}, "router_name": {"default": "vnf_test_router", "type": "string"}, "region": {"type": "string"}, "data_plane_subnet_name": {"default": "data_plane_subnet", "type": "string"}}, "description": "This blueprint is deploy target_vnf reference_vnf management_ network and dataplane_network.\n", "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "outputs": {"vnfs": {"description": "Infomation of vnf.", "value": {"reference_vnf": {"vnf_name": {"get_property": ["reference_vnf_host", "resource_id"]}, "public_key_path": {"get_property": ["keypair", "private_key_path"]}, "floating_ip": {"get_attribute": ["reference_vnf_ip", "floating_ip_address"]}}, "target_vnf": {"vnf_name": {"get_property": ["target_vnf_host", "resource_id"]}, "public_key_path": {"get_property": ["keypair", "private_key_path"]}, "floating_ip": {"get_attribute": ["target_vnf_ip", "floating_ip_address"]}}}}, "networks": {"description": "Infomation of network.", "value": {"management_plane_network": {"network_name": {"get_property": ["management_plane_network", "resource_id"]}}, "data_plane_network": {"network_name": {"get_property": ["data_plane_network", "resource_id"]}}}}}, "version": {"definitions_name": "cloudify_dsl", "raw": "cloudify_dsl_1_3", "definitions_version": [1, 3]}, "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "groups": {}, "workflows": {"scale": {"operation": "cloudify.plugins.workflows.scale_entity", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}, "plugin": "default_workflows"}, "heal": {"operation": "cloudify.plugins.workflows.auto_heal_reinstall_node_subgraph", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}, "plugin": "default_workflows"}, "update": {"operation": "cloudify.plugins.workflows.update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}}, "plugin": "default_workflows"}, "execute_operation": {"operation": "cloudify.plugins.workflows.execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}, "plugin": "default_workflows"}, "install": {"operation": "cloudify.plugins.workflows.install", "parameters": {}, "plugin": "default_workflows"}, "install_new_agents": {"operation": "cloudify.plugins.workflows.install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}, "plugin": "default_workflows"}, "uninstall": {"operation": "cloudify.plugins.workflows.uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}, "plugin": "default_workflows"}}, "policies": {}, "nodes": [{"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}}, "name": "management_plane_network", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Network", "cloudify.openstack.nodes.Network"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.network.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.network.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.network.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "management_plane_network", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Network", "properties": {"network": {}, "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_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": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "target_vnf_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "target_vnf_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_name"}, "ip": "", "image": {"get_input": "target_vnf_image_id"}, "management_network_name": {"get_property": ["management_plane_network", "resource_id"]}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": false, "os_family": "linux", "flavor": {"get_input": "target_vnf_flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "reference_vnf_data_plane_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_data_plane_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "reference_vnf_data_plane_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_ip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "reference_vnf_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "reference_vnf_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "target_vnf_ip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_ip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"use_external_resource": false, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "create_if_missing": false, "resource_id": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "reference_vnf_ip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_ip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"use_external_resource": false, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "create_if_missing": false, "resource_id": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.disconnect_subnet"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.connect_subnet"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.disconnect_subnet"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.connect_subnet"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "router", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.subnet_connected_to_router", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}}, "name": "management_plane_subnet", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Subnet", "cloudify.openstack.nodes.Subnet"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.subnet.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.subnet.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.subnet.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "management_plane_subnet", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Subnet", "properties": {"subnet": {"ip_version": 4, "cidr": "11.0.0.0/24"}, "resource_id": {"get_input": "management_plane_subnet_name"}, "use_external_resource": false, "create_if_missing": false, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.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}, "resource_id": {"get_input": "data_plane_subnet_name"}, "use_external_resource": false, "create_if_missing": false, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "target_vnf_data_plane_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_data_plane_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_data_plane_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}}, "name": "keypair", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.openstack.nodes.KeyPair"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.keypair.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.keypair.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.keypair.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "keypair", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.KeyPair", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "keypair_name"}, "create_if_missing": false, "keypair": {}, "private_key_path": {"get_input": "ssh_key_filename"}, "use_external_resource": false}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_ip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "target_vnf_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}}, "name": "data_plane_network", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Network", "cloudify.openstack.nodes.Network"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.network.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.network.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.network.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "data_plane_network", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Network", "properties": {"network": {}, "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_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": {"description": "", "resource_id": {"get_input": "security_group_name"}, "rules": [{"remote_ip_prefix": "0.0.0.0/0", "port": 22}, {"port_range_min": 0, "port_range_max": 0, "protocol": "icmp", "remote_ip_prefix": "0.0.0.0/0"}, {"port_range_min": 1, "port_range_max": 65535, "protocol": "tcp", "remote_ip_prefix": "0.0.0.0/0"}, {"port_range_min": 1, "port_range_max": 65535, "protocol": "udp", "remote_ip_prefix": "0.0.0.0/0"}], "create_if_missing": false, "security_group": {"description": "Security group for vnf test"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "external_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.connected_to", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.delete"}}, "name": "router", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Router", "cloudify.openstack.nodes.Router"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.router.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.router.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.router.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "router", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Router", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "router_name"}, "create_if_missing": false, "default_to_managers_external_network": true, "router": {}, "external_network": "", "use_external_resource": false}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}}, "name": "external_network", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Network", "cloudify.openstack.nodes.Network"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.network.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.network.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.network.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "external_network", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Network", "properties": {"network": {}, "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": true, "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": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "reference_vnf_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "reference_vnf_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "reference_vnf_name"}, "ip": "", "image": {"get_input": "reference_vnf_image_id"}, "management_network_name": {"get_property": ["management_plane_network", "resource_id"]}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": false, "os_family": "linux", "flavor": {"get_input": "reference_vnf_flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}], "scaling_groups": {}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}}, "id": "vrouter-opnfv"} 2018-10-26 11:10:38,662 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:10:38,662 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:10:38 GMT 2018-10-26 11:10:38,662 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:10:38,662 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 258596 2018-10-26 11:10:38,662 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:10:38,675 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Create VNF Instance 2018-10-26 11:10:38,676 - 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.21:5000", "keystone_tenant_name": "vyos_vrouter-project_ad566928-fede-4f0a-965a-66efd9835f90", "keystone_project_domain_name": "Default", "region": "regionOne", "external_network_name": "external", "keystone_username": "vyos_vrouter-user_ad566928-fede-4f0a-965a-66efd9835f90", "keystone_user_domain_name": "Default", "reference_vnf_image_id": "66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634", "keystone_password": "1e338bff-1fe4-4d5a-89d4-237680e9b94b", "reference_vnf_flavor_id": "8e00445a-f9a2-44ce-b929-661e7e77493c", "target_vnf_flavor_id": "8e00445a-f9a2-44ce-b929-661e7e77493c", "target_vnf_image_id": "66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634"}, "skip_plugins_validation": false, "visibility": "tenant", "blueprint_id": "vrouter-opnfv"} 2018-10-26 11:10:39,483 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:10:39,484 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:10:39,484 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:10:39,484 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:10:39,484 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:10:39,484 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:10:39,484 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:10:39,484 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 774 2018-10-26 11:10:39,485 - 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": "8e00445a-f9a2-44ce-b929-661e7e77493c", "target_vnf_flavor_id": "8e00445a-f9a2-44ce-b929-661e7e77493c", "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_ad566928-fede-4f0a-965a-66efd9835f90", "security_group_name": "vnf_test_security_group", "reference_vnf_image_id": "66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634", "keystone_password": "1e338bff-1fe4-4d5a-89d4-237680e9b94b", "region": "regionOne", "target_vnf_port_name": "target_vnf_port", "keystone_tenant_name": "vyos_vrouter-project_ad566928-fede-4f0a-965a-66efd9835f90", "keystone_project_domain_name": "Default", "keystone_url": "http://172.30.9.21: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": "66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634", "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"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "tenant_name": "default_tenant", "created_at": "2018-10-26T11:10:38.795Z", "updated_at": "2018-10-26T11:10:38.795Z", "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": []}, "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": {}, "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-26 11:10:39,485 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:10:39,485 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:10:39 GMT 2018-10-26 11:10:39,485 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:10:39,485 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9272 2018-10-26 11:10:39,485 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:10:39,486 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions 2018-10-26 11:10:39,583 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:10:39,583 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:10:39,584 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:10:39,584 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:10:39,584 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:10:39,584 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:10:39,584 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:10:39,584 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"status": "pending", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-26T11:10:39.355Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "0f7fd4a1-028d-4e14-a549-881d1692ae4d"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-10-26 11:10:39,584 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:10:39,585 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:10:39 GMT 2018-10-26 11:10:39,585 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:10:39,585 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6010 2018-10-26 11:10:39,585 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:10:39,585 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-26 11:10:39,659 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:10:39,659 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:10:39,660 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:10:39,660 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:10:39,660 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:10:39,660 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:10:39,660 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:10:39,660 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-10-26 11:10:39,660 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:10:39,660 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:10:39 GMT 2018-10-26 11:10:39,660 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:10:39,660 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-10-26 11:10:39,661 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:10:39,661 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/0f7fd4a1-028d-4e14-a549-881d1692ae4d 2018-10-26 11:10:39,725 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:10:39,726 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:10:39,726 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:10:39,726 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:10:39,726 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:10:39,726 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:10:39,726 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:10:39,726 - 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"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-26T11:10:39.355Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "0f7fd4a1-028d-4e14-a549-881d1692ae4d"} 2018-10-26 11:10:39,726 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:10:39,726 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:10:39 GMT 2018-10-26 11:10:39,727 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:10:39,727 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-10-26 11:10:39,727 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:10:44,732 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-26 11:10:45,170 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:10:45,171 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:10:45,171 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:10:45,171 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:10:45,171 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:10:45,171 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:10:45,171 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:10:45,171 - 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-26T11:10:40.391Z", "message": "Starting 'create_deployment_environment' workflow execution", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-26T11:10:40.391Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0f7fd4a1-028d-4e14-a549-881d1692ae4d"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:10:40.784Z", "message": "Installing plugin: openstack", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-26T11:10:40.784Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0f7fd4a1-028d-4e14-a549-881d1692ae4d", "logger": "d172c906-c72f-49dd-a852-045a91a41479"}, {"node_instance_id": null, "event_type": "sending_task", "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:10:40.888Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-26T11:10:40.888Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0f7fd4a1-028d-4e14-a549-881d1692ae4d"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:10:40.888Z", "message": "Installing deployment plugins", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-26T11:10:40.888Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0f7fd4a1-028d-4e14-a549-881d1692ae4d"}, {"node_instance_id": null, "event_type": "task_started", "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:10:40.888Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-26T11:10:40.888Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0f7fd4a1-028d-4e14-a549-881d1692ae4d"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:10:41.225Z", "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-26T11:10:41.225Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0f7fd4a1-028d-4e14-a549-881d1692ae4d", "logger": "d172c906-c72f-49dd-a852-045a91a41479"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:10:42.242Z", "message": "Installing plugin from source", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-26T11:10:42.242Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0f7fd4a1-028d-4e14-a549-881d1692ae4d", "logger": "d172c906-c72f-49dd-a852-045a91a41479"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:10:42.242Z", "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-26T11:10:42.242Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0f7fd4a1-028d-4e14-a549-881d1692ae4d", "logger": "d172c906-c72f-49dd-a852-045a91a41479"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:10:42.242Z", "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-26T11:10:42.242Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0f7fd4a1-028d-4e14-a549-881d1692ae4d", "logger": "d172c906-c72f-49dd-a852-045a91a41479"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:10:43.319Z", "message": "Installing from directory: /tmp/tmpf3qpIZ [args=--prefix=\"/tmp/openstack-ASAWjS\" --constraint=\"/tmp/openstack-ASAWjS/constraint.txt\", package_name=cloudify-openstack-plugin]", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-26T11:10:43.319Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0f7fd4a1-028d-4e14-a549-881d1692ae4d", "logger": "d172c906-c72f-49dd-a852-045a91a41479"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:10:43.319Z", "message": "[localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmpf3qpIZ --prefix=\"/tmp/openstack-ASAWjS\" --constraint=\"/tmp/openstack-ASAWjS/constraint.txt\"", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-26T11:10:43.319Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0f7fd4a1-028d-4e14-a549-881d1692ae4d", "logger": "d172c906-c72f-49dd-a852-045a91a41479"}], "metadata": {"pagination": {"total": 11, "offset": 0, "size": 50}}} 2018-10-26 11:10:45,171 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:10:45,172 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:10:45 GMT 2018-10-26 11:10:45,172 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:10:45,172 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5806 2018-10-26 11:10:45,172 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:10:45,172 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'create_deployment_environment' workflow execution 2018-10-26 11:10:45,172 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing plugin: openstack 2018-10-26 11:10:45,173 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-10-26 11:10:45,173 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing deployment plugins 2018-10-26 11:10:45,173 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-10-26 11:10:45,173 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip freeze 2018-10-26 11:10:45,173 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing plugin from source 2018-10-26 11:10:45,173 - 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-26 11:10:45,174 - 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-26 11:10:45,174 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing from directory: /tmp/tmpf3qpIZ [args=--prefix="/tmp/openstack-ASAWjS" --constraint="/tmp/openstack-ASAWjS/constraint.txt", package_name=cloudify-openstack-plugin] 2018-10-26 11:10:45,174 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmpf3qpIZ --prefix="/tmp/openstack-ASAWjS" --constraint="/tmp/openstack-ASAWjS/constraint.txt" 2018-10-26 11:10:45,174 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/0f7fd4a1-028d-4e14-a549-881d1692ae4d 2018-10-26 11:10:45,261 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:10:45,261 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:10:45,262 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:10:45,262 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:10:45,262 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:10:45,262 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:10:45,262 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:10:45,262 - 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"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-26T11:10:39.355Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "0f7fd4a1-028d-4e14-a549-881d1692ae4d"} 2018-10-26 11:10:45,262 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:10:45,262 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:10:45 GMT 2018-10-26 11:10:45,263 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:10:45,263 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-10-26 11:10:45,263 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:10:50,268 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-26 11:10:50,354 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:10:50,354 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:10:50,354 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:10:50,354 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:10:50,354 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:10:50,354 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:10:50,354 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:10:50,354 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-10-26 11:10:50,355 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:10:50,355 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:10:50 GMT 2018-10-26 11:10:50,355 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:10:50,355 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-10-26 11:10:50,355 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:10:50,355 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/0f7fd4a1-028d-4e14-a549-881d1692ae4d 2018-10-26 11:10:50,416 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:10:50,416 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:10:50,417 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:10:50,417 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:10:50,417 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:10:50,417 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:10:50,417 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:10:50,417 - 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"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-26T11:10:39.355Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "0f7fd4a1-028d-4e14-a549-881d1692ae4d"} 2018-10-26 11:10:50,417 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:10:50,417 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:10:50 GMT 2018-10-26 11:10:50,417 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:10:50,418 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-10-26 11:10:50,418 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:10:55,423 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-26 11:10:55,498 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:10:55,498 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:10:55,498 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:10:55,498 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:10:55,498 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:10:55,498 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:10:55,498 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:10:55,499 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-10-26 11:10:55,499 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:10:55,499 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:10:55 GMT 2018-10-26 11:10:55,499 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:10:55,499 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-10-26 11:10:55,499 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:10:55,499 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/0f7fd4a1-028d-4e14-a549-881d1692ae4d 2018-10-26 11:10:55,569 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:10:55,569 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:10:55,569 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:10:55,569 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:10:55,569 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:10:55,569 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:10:55,569 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:10:55,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}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-26T11:10:39.355Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "0f7fd4a1-028d-4e14-a549-881d1692ae4d"} 2018-10-26 11:10:55,570 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:10:55,570 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:10:55 GMT 2018-10-26 11:10:55,570 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:10:55,570 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-10-26 11:10:55,570 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:11:00,576 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-26 11:11:00,648 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:11:00,648 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:11:00,648 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:11:00,649 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:11:00,649 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:11:00,649 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:11:00,649 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:11:00,649 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-10-26 11:11:00,649 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:11:00,649 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:11:00 GMT 2018-10-26 11:11:00,649 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:11:00,649 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-10-26 11:11:00,649 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:11:00,650 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/0f7fd4a1-028d-4e14-a549-881d1692ae4d 2018-10-26 11:11:00,706 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:11:00,707 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:11:00,707 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:11:00,707 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:11:00,707 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:11:00,707 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:11:00,707 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:11:00,707 - 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"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-26T11:10:39.355Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "0f7fd4a1-028d-4e14-a549-881d1692ae4d"} 2018-10-26 11:11:00,707 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:11:00,708 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:11:00 GMT 2018-10-26 11:11:00,708 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:11:00,708 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-10-26 11:11:00,708 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:11:05,713 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-26 11:11:05,797 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:11:05,797 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:11:05,797 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:11:05,797 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:11:05,798 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:11:05,798 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:11:05,798 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:11:05,798 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-10-26 11:11:05,798 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:11:05,798 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:11:05 GMT 2018-10-26 11:11:05,798 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:11:05,798 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-10-26 11:11:05,798 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:11:05,799 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/0f7fd4a1-028d-4e14-a549-881d1692ae4d 2018-10-26 11:11:05,868 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:11:05,868 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:11:05,868 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:11:05,868 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:11:05,868 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:11:05,868 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:11:05,868 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:11:05,869 - 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"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-26T11:10:39.355Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "0f7fd4a1-028d-4e14-a549-881d1692ae4d"} 2018-10-26 11:11:05,869 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:11:05,869 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:11:05 GMT 2018-10-26 11:11:05,869 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:11:05,869 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-10-26 11:11:05,869 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:11:10,875 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-26 11:11:10,954 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:11:10,955 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:11:10,955 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:11:10,955 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:11:10,955 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:11:10,955 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:11:10,955 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:11:10,955 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-10-26 11:11:10,955 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:11:10,956 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:11:10 GMT 2018-10-26 11:11:10,956 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:11:10,956 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-10-26 11:11:10,956 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:11:10,956 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/0f7fd4a1-028d-4e14-a549-881d1692ae4d 2018-10-26 11:11:11,016 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:11:11,016 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:11:11,017 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:11:11,017 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:11:11,017 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:11:11,017 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:11:11,017 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:11:11,017 - 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"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-26T11:10:39.355Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "0f7fd4a1-028d-4e14-a549-881d1692ae4d"} 2018-10-26 11:11:11,017 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:11:11,017 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:11:11 GMT 2018-10-26 11:11:11,017 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:11:11,018 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-10-26 11:11:11,018 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:11:16,023 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-26 11:11:16,115 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:11:16,115 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:11:16,115 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:11:16,116 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:11:16,116 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:11:16,116 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:11:16,116 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:11:16,116 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-10-26 11:11:16,116 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:11:16,116 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:11:16 GMT 2018-10-26 11:11:16,116 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:11:16,116 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-10-26 11:11:16,117 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:11:16,117 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/0f7fd4a1-028d-4e14-a549-881d1692ae4d 2018-10-26 11:11:16,209 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:11:16,209 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:11:16,209 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:11:16,210 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:11:16,210 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:11:16,210 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:11:16,210 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:11:16,210 - 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"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-26T11:10:39.355Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "0f7fd4a1-028d-4e14-a549-881d1692ae4d"} 2018-10-26 11:11:16,210 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:11:16,210 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:11:16 GMT 2018-10-26 11:11:16,210 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:11:16,210 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-10-26 11:11:16,211 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:11:21,216 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-26 11:11:21,302 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:11:21,302 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:11:21,302 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:11:21,302 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:11:21,302 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:11:21,303 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:11:21,303 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:11:21,303 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:16.882Z", "message": "Retrieved package name: cloudify-openstack-plugin", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:16.882Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0f7fd4a1-028d-4e14-a549-881d1692ae4d", "logger": "d172c906-c72f-49dd-a852-045a91a41479"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:17.359Z", "message": "Removing directory: /tmp/tmpf3qpIZ", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:17.359Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0f7fd4a1-028d-4e14-a549-881d1692ae4d", "logger": "d172c906-c72f-49dd-a852-045a91a41479"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:17.725Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:17.725Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0f7fd4a1-028d-4e14-a549-881d1692ae4d"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:18.927Z", "message": "'create_deployment_environment' workflow execution succeeded", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:18.927Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0f7fd4a1-028d-4e14-a549-881d1692ae4d"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:18.927Z", "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-26T11:11:18.927Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0f7fd4a1-028d-4e14-a549-881d1692ae4d"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:18.927Z", "message": "Creating deployment work directory", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:18.927Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0f7fd4a1-028d-4e14-a549-881d1692ae4d"}], "metadata": {"pagination": {"total": 17, "offset": 11, "size": 50}}} 2018-10-26 11:11:21,303 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:11:21,303 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:11:21 GMT 2018-10-26 11:11:21,303 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:11:21,303 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2991 2018-10-26 11:11:21,303 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:11:21,304 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Retrieved package name: cloudify-openstack-plugin 2018-10-26 11:11:21,304 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Removing directory: /tmp/tmpf3qpIZ 2018-10-26 11:11:21,304 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-10-26 11:11:21,304 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - 'create_deployment_environment' workflow execution succeeded 2018-10-26 11:11:21,304 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Skipping starting deployment policy engine core - no policies defined 2018-10-26 11:11:21,305 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating deployment work directory 2018-10-26 11:11:21,305 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/0f7fd4a1-028d-4e14-a549-881d1692ae4d 2018-10-26 11:11:21,371 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:11:21,372 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:11:21,372 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:11:21,372 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:11:21,372 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:11:21,372 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:11:21,372 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:11:21,372 - 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"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-26T11:10:39.355Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "0f7fd4a1-028d-4e14-a549-881d1692ae4d"} 2018-10-26 11:11:21,372 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:11:21,373 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:11:21 GMT 2018-10-26 11:11:21,373 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:11:21,373 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5934 2018-10-26 11:11:21,373 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:11:21,373 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Start the VNF Instance deployment 2018-10-26 11:11:21,374 - 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-26 11:11:21,534 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:11:21,534 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:11:21,534 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:11:21,535 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:11:21,535 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:11:21,535 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:11:21,535 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:11:21,535 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 134 2018-10-26 11:11:21,535 - 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-26T11:11:21.453Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "3971b264-bd1a-4143-9069-3d95bafccf88"} 2018-10-26 11:11:21,535 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:11:21,535 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:11:21 GMT 2018-10-26 11:11:21,535 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:11:21,536 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-26 11:11:21,536 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:11:21,536 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-26 11:11:21,606 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:11:21,606 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:11:21,606 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:11:21,607 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:11:21,607 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:11:21,607 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:11:21,607 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:11:21,607 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-10-26 11:11:21,607 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:11:21,607 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:11:21 GMT 2018-10-26 11:11:21,607 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:11:21,607 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-10-26 11:11:21,607 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:11:21,608 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/3971b264-bd1a-4143-9069-3d95bafccf88 2018-10-26 11:11:21,668 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:11:21,668 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:11:21,668 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:11:21,668 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:11:21,668 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:11:21,668 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:11:21,668 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:11:21,669 - 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-26T11:11:21.453Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "3971b264-bd1a-4143-9069-3d95bafccf88"} 2018-10-26 11:11:21,669 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:11:21,669 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:11:21 GMT 2018-10-26 11:11:21,669 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:11:21,669 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-26 11:11:21,669 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:11:26,674 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-26 11:11:26,780 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:11:26,780 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:11:26,780 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:11:26,780 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:11:26,781 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:11:26,781 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:11:26,781 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:11:26,781 - 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-26T11:11:22.168Z", "message": "Starting 'install' workflow execution", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:22.168Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "keypair_9ndy8n", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:23.333Z", "message": "Creating node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:23.333Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "keypair_9ndy8n", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:24.144Z", "message": "Task started 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:24.144Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "management_plane_network_6w4fcg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:24.144Z", "message": "Creating node", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:24.144Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "reference_vnf_ip_lv9h1q", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:24.144Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:24.144Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "reference_vnf_ip_lv9h1q", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:24.144Z", "message": "Creating node", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:24.144Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "target_vnf_ip_rj6q4y", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:24.144Z", "message": "Creating node", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:24.144Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "reference_vnf_ip_lv9h1q", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:24.144Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:24.144Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "keypair_9ndy8n", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:24.144Z", "message": "Sending task 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:24.144Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "security_group_3jsxzk", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:25.205Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:25.205Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "security_group_3jsxzk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:25.205Z", "message": "Creating node", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:25.205Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "data_plane_network_q1pwa3", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:25.205Z", "message": "Task started 'neutron_plugin.network.create'", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:25.205Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "data_plane_network_q1pwa3", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:25.205Z", "message": "Sending task 'neutron_plugin.network.create'", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:25.205Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "target_vnf_ip_rj6q4y", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:25.205Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:25.205Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "external_network_adozqh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:25.205Z", "message": "Creating node", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:25.205Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "data_plane_network_q1pwa3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:25.205Z", "message": "Creating node", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:25.205Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "management_plane_network_6w4fcg", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:25.205Z", "message": "Task started 'neutron_plugin.network.create'", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:25.205Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "external_network_adozqh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:25.205Z", "message": "Sending task 'neutron_plugin.network.create'", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:25.205Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "management_plane_network_6w4fcg", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:25.205Z", "message": "Sending task 'neutron_plugin.network.create'", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:25.205Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "target_vnf_ip_rj6q4y", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:25.205Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:25.205Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "keypair_9ndy8n", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:26.504Z", "message": "Task succeeded 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:26.504Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}], "metadata": {"pagination": {"total": 21, "offset": 0, "size": 50}}} 2018-10-26 11:11:26,781 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:11:26,781 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:11:26 GMT 2018-10-26 11:11:26,781 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:11:26,781 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 10329 2018-10-26 11:11:26,781 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:11:26,782 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'install' workflow execution 2018-10-26 11:11:26,782 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-10-26 11:11:26,782 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' 2018-10-26 11:11:26,783 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-10-26 11:11:26,783 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-10-26 11:11:26,783 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-10-26 11:11:26,783 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-10-26 11:11:26,783 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-10-26 11:11:26,783 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' 2018-10-26 11:11:26,784 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-10-26 11:11:26,784 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-10-26 11:11:26,784 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-10-26 11:11:26,784 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-10-26 11:11:26,784 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-10-26 11:11:26,784 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-10-26 11:11:26,785 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-10-26 11:11:26,785 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-10-26 11:11:26,785 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-10-26 11:11:26,785 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-10-26 11:11:26,785 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-10-26 11:11:26,785 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.keypair.create' 2018-10-26 11:11:26,786 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/3971b264-bd1a-4143-9069-3d95bafccf88 2018-10-26 11:11:26,866 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:11:26,866 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:11:26,866 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:11:26,866 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:11:26,866 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:11:26,867 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:11:26,867 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:11:26,867 - 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-26T11:11:21.453Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "3971b264-bd1a-4143-9069-3d95bafccf88"} 2018-10-26 11:11:26,867 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:11:26,867 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:11:26 GMT 2018-10-26 11:11:26,867 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:11:26,867 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-26 11:11:26,867 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:11:31,873 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-26 11:11:31,944 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:11:31,944 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:11:31,945 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:11:31,945 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:11:31,945 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:11:31,945 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:11:31,945 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:11:31,945 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "target_vnf_ip_rj6q4y", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:27.244Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'82d2d876a3084e22b065060a9b2f6f5c', u'created_at': u'2018-10-26T11:11:26Z', u'updated_at': u'2018-10-26T11:11:26Z', u'floating_network_id': u'94b52afd-6cfc-477c-8eec-9ace3e0b6693', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.202', u'revision_number': 0, u'project_id': u'82d2d876a3084e22b065060a9b2f6f5c', u'port_id': None, u'id': u'ada8437d-53f9-44a6-a0f2-30d4bb5b598c'}", "level": "info", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:27.244Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88", "logger": "4398645c-b46d-4c90-b335-5760ddca526b"}, {"node_instance_id": "security_group_3jsxzk", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:27.254Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:27.254Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "keypair_9ndy8n", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:27.254Z", "message": "Configuring node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:27.254Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "management_plane_network_6w4fcg", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:27.254Z", "message": "Task succeeded 'neutron_plugin.network.create'", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:27.254Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "data_plane_network_q1pwa3", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:27.254Z", "message": "Task succeeded 'neutron_plugin.network.create'", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:27.254Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "external_network_adozqh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:27.254Z", "message": "Task started 'neutron_plugin.network.create'", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:27.254Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "security_group_3jsxzk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:27.631Z", "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-26T11:11:27.631Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88", "logger": "42ac79a8-51a1-4d88-9e51-958bc4dfa604"}, {"node_instance_id": "security_group_3jsxzk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:27.631Z", "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-26T11:11:27.631Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88", "logger": "42ac79a8-51a1-4d88-9e51-958bc4dfa604"}, {"node_instance_id": "security_group_3jsxzk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:27.631Z", "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-26T11:11:27.631Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88", "logger": "42ac79a8-51a1-4d88-9e51-958bc4dfa604"}, {"node_instance_id": "security_group_3jsxzk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:27.631Z", "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-26T11:11:27.631Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88", "logger": "42ac79a8-51a1-4d88-9e51-958bc4dfa604"}, {"node_instance_id": "security_group_3jsxzk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:27.631Z", "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-26T11:11:27.631Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88", "logger": "42ac79a8-51a1-4d88-9e51-958bc4dfa604"}, {"node_instance_id": "data_plane_network_q1pwa3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:28.275Z", "message": "Configuring node", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:28.275Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "management_plane_network_6w4fcg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:28.275Z", "message": "Configuring node", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:28.275Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "target_vnf_ip_rj6q4y", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:28.275Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:28.275Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "keypair_9ndy8n", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:28.275Z", "message": "Starting node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:28.275Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "reference_vnf_ip_lv9h1q", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:28.275Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:28.275Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "security_group_3jsxzk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:28.669Z", "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-26T11:11:28.669Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88", "logger": "42ac79a8-51a1-4d88-9e51-958bc4dfa604"}, {"node_instance_id": "external_network_adozqh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:28.669Z", "message": "Using external resource network: external", "level": "info", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:28.669Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88", "logger": "ce5629c2-ae61-48f4-9e05-287804474b1f"}, {"node_instance_id": "security_group_3jsxzk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:28.669Z", "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-26T11:11:28.669Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88", "logger": "42ac79a8-51a1-4d88-9e51-958bc4dfa604"}, {"node_instance_id": "security_group_3jsxzk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:28.669Z", "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-26T11:11:28.669Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88", "logger": "42ac79a8-51a1-4d88-9e51-958bc4dfa604"}, {"node_instance_id": "reference_vnf_ip_lv9h1q", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:28.669Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'82d2d876a3084e22b065060a9b2f6f5c', u'created_at': u'2018-10-26T11:11:26Z', u'updated_at': u'2018-10-26T11:11:26Z', u'floating_network_id': u'94b52afd-6cfc-477c-8eec-9ace3e0b6693', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.211', u'revision_number': 0, u'project_id': u'82d2d876a3084e22b065060a9b2f6f5c', u'port_id': None, u'id': u'5a0335fe-9932-4e18-bc79-bbc0f397c84e'}", "level": "info", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:28.669Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88", "logger": "14e46c7b-2c68-4bde-b4f1-8051384e591e"}, {"node_instance_id": "data_plane_network_q1pwa3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:29.306Z", "message": "Starting node", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:29.306Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "reference_vnf_ip_lv9h1q", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:29.306Z", "message": "Configuring node", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:29.306Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "external_network_adozqh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:29.306Z", "message": "Task succeeded 'neutron_plugin.network.create'", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:29.306Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "target_vnf_ip_rj6q4y", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:29.306Z", "message": "Configuring node", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:29.306Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "management_plane_network_6w4fcg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:29.306Z", "message": "Starting node", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:29.306Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "target_vnf_ip_rj6q4y", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:29.306Z", "message": "Starting node", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:29.306Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "reference_vnf_ip_lv9h1q", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:30.318Z", "message": "Starting node", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:30.318Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "data_plane_subnet_bmw9uc", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:30.318Z", "message": "Task started 'neutron_plugin.subnet.create'", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:30.318Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "external_network_adozqh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:30.318Z", "message": "Configuring node", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:30.318Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "data_plane_subnet_bmw9uc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:30.318Z", "message": "Creating node", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:30.318Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "data_plane_subnet_bmw9uc", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:30.318Z", "message": "Sending task 'neutron_plugin.subnet.create'", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:30.318Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "external_network_adozqh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:30.318Z", "message": "Starting node", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:30.318Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "router_lme7vh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:31.334Z", "message": "Task started 'neutron_plugin.router.create'", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:31.334Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "router_lme7vh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:31.334Z", "message": "Creating node", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:31.334Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "router_lme7vh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:31.334Z", "message": "Sending task 'neutron_plugin.router.create'", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:31.334Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}], "metadata": {"pagination": {"total": 57, "offset": 21, "size": 50}}} 2018-10-26 11:11:31,945 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:11:31,945 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:11:31 GMT 2018-10-26 11:11:31,945 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:11:31,946 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 20006 2018-10-26 11:11:31,946 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:11:31,946 - 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'82d2d876a3084e22b065060a9b2f6f5c', u'created_at': u'2018-10-26T11:11:26Z', u'updated_at': u'2018-10-26T11:11:26Z', u'floating_network_id': u'94b52afd-6cfc-477c-8eec-9ace3e0b6693', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.202', u'revision_number': 0, u'project_id': u'82d2d876a3084e22b065060a9b2f6f5c', u'port_id': None, u'id': u'ada8437d-53f9-44a6-a0f2-30d4bb5b598c'} 2018-10-26 11:11:31,947 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-10-26 11:11:31,947 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-10-26 11:11:31,947 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-10-26 11:11:31,947 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-10-26 11:11:31,947 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-10-26 11:11:31,947 - 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-26 11:11:31,948 - 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-26 11:11:31,948 - 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-26 11:11:31,948 - 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-26 11:11:31,948 - 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-26 11:11:31,948 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-10-26 11:11:31,948 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-10-26 11:11:31,949 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-10-26 11:11:31,949 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-10-26 11:11:31,949 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-10-26 11:11:31,949 - 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-26 11:11:31,949 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Using external resource network: external 2018-10-26 11:11:31,949 - 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-26 11:11:31,949 - 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-26 11:11:31,950 - 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'82d2d876a3084e22b065060a9b2f6f5c', u'created_at': u'2018-10-26T11:11:26Z', u'updated_at': u'2018-10-26T11:11:26Z', u'floating_network_id': u'94b52afd-6cfc-477c-8eec-9ace3e0b6693', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.211', u'revision_number': 0, u'project_id': u'82d2d876a3084e22b065060a9b2f6f5c', u'port_id': None, u'id': u'5a0335fe-9932-4e18-bc79-bbc0f397c84e'} 2018-10-26 11:11:31,950 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-10-26 11:11:31,950 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-10-26 11:11:31,950 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-10-26 11:11:31,950 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-10-26 11:11:31,950 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-10-26 11:11:31,951 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-10-26 11:11:31,951 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-10-26 11:11:31,951 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.create' 2018-10-26 11:11:31,951 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-10-26 11:11:31,951 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-10-26 11:11:31,951 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.create' 2018-10-26 11:11:31,951 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-10-26 11:11:31,952 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.create' 2018-10-26 11:11:31,952 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-10-26 11:11:31,952 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.create' 2018-10-26 11:11:31,952 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/3971b264-bd1a-4143-9069-3d95bafccf88 2018-10-26 11:11:32,010 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:11:32,010 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:11:32,010 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:11:32,011 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:11:32,011 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:11:32,011 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:11:32,011 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:11:32,011 - 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-26T11:11:21.453Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "3971b264-bd1a-4143-9069-3d95bafccf88"} 2018-10-26 11:11:32,011 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:11:32,011 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:11:32 GMT 2018-10-26 11:11:32,011 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:11:32,011 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-26 11:11:32,012 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:11:37,017 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-26 11:11:37,079 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:11:37,079 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:11:37,079 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:11:37,079 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:11:37,079 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:11:37,079 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:11:37,080 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:11:37,080 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "data_plane_subnet_bmw9uc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:32.350Z", "message": "Task succeeded 'neutron_plugin.subnet.create'", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:32.350Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "security_group_3jsxzk", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:32.350Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:32.350Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "data_plane_subnet_bmw9uc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:32.350Z", "message": "Configuring node", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:32.350Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "security_group_3jsxzk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:33.370Z", "message": "Starting node", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:33.370Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "security_group_3jsxzk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:33.370Z", "message": "Configuring node", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:33.370Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "data_plane_subnet_bmw9uc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:33.370Z", "message": "Starting node", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:33.370Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "target_vnf_data_plane_port_54wkis", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:34.416Z", "message": "Creating node", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:34.416Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "reference_vnf_data_plane_port_u05m4p", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:34.416Z", "message": "Task started 'neutron_plugin.port.create'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:34.416Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "target_vnf_data_plane_port_54wkis", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:34.416Z", "message": "Task started 'neutron_plugin.port.create'", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:34.416Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "reference_vnf_data_plane_port_u05m4p", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:34.416Z", "message": "Sending task 'neutron_plugin.port.create'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:34.416Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "target_vnf_data_plane_port_54wkis", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:34.416Z", "message": "Sending task 'neutron_plugin.port.create'", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:34.416Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "reference_vnf_data_plane_port_u05m4p", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:34.416Z", "message": "Creating node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:34.416Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "reference_vnf_data_plane_port_u05m4p", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:36.652Z", "message": "Task succeeded 'neutron_plugin.port.create'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:36.652Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}], "metadata": {"pagination": {"total": 70, "offset": 57, "size": 50}}} 2018-10-26 11:11:37,080 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:11:37,080 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:11:37 GMT 2018-10-26 11:11:37,080 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:11:37,080 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6555 2018-10-26 11:11:37,080 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:11:37,081 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.create' 2018-10-26 11:11:37,081 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-10-26 11:11:37,081 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-10-26 11:11:37,081 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-10-26 11:11:37,081 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-10-26 11:11:37,082 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-10-26 11:11:37,082 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-10-26 11:11:37,082 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-10-26 11:11:37,082 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-10-26 11:11:37,082 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-10-26 11:11:37,082 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-10-26 11:11:37,083 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-10-26 11:11:37,083 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-10-26 11:11:37,083 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/3971b264-bd1a-4143-9069-3d95bafccf88 2018-10-26 11:11:37,167 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:11:37,167 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:11:37,167 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:11:37,167 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:11:37,168 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:11:37,168 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:11:37,168 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:11:37,168 - 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-26T11:11:21.453Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "3971b264-bd1a-4143-9069-3d95bafccf88"} 2018-10-26 11:11:37,168 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:11:37,168 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:11:37 GMT 2018-10-26 11:11:37,168 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:11:37,168 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-26 11:11:37,168 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:11:42,174 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-26 11:11:42,241 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:11:42,241 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:11:42,241 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:11:42,241 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:11:42,242 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:11:42,242 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:11:42,242 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:11:42,242 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "target_vnf_data_plane_port_54wkis", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:37.551Z", "message": "Task succeeded 'neutron_plugin.port.create'", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:37.551Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "target_vnf_data_plane_port_54wkis", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:37.551Z", "message": "Configuring node", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:37.551Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "router_lme7vh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:37.551Z", "message": "Task succeeded 'neutron_plugin.router.create'", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:37.551Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "reference_vnf_data_plane_port_u05m4p", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:38.712Z", "message": "Configuring node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:38.712Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "router_lme7vh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:38.712Z", "message": "Configuring node", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:38.712Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "target_vnf_data_plane_port_54wkis", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:38.712Z", "message": "Starting node", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:38.712Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "router_lme7vh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:38.712Z", "message": "Starting node", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:38.712Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "reference_vnf_data_plane_port_u05m4p", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:39.734Z", "message": "Starting node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:39.734Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:39.734Z", "message": "Task started 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:39.734Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:39.734Z", "message": "Sending task 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:39.734Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:40.486Z", "message": "connect_security_group(): source_id=3434ebb4-5f06-4a3e-93df-b94aba10be0a target={u'external_id': u'60e8ffb8-a97f-46a8-9bcf-1e9fd8354b0b', 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-26T11:11:40.486Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88", "logger": "754c6b4f-cd31-46e7-b095-32d63a2dea16"}, {"node_instance_id": "management_plane_subnet_ftwzgm", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:40.752Z", "message": "Task started 'neutron_plugin.subnet.create'", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:40.752Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "management_plane_subnet_ftwzgm", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:40.752Z", "message": "Sending task 'neutron_plugin.subnet.create'", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:40.752Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "management_plane_subnet_ftwzgm", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:40.752Z", "message": "Creating node", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:40.752Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:41.738Z", "message": "connect_security_group(): source_id=7ab5670a-ebf0-48f7-800d-49ca17c543c0 target={u'external_id': u'60e8ffb8-a97f-46a8-9bcf-1e9fd8354b0b', 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-26T11:11:41.738Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88", "logger": "d8a61730-516f-4652-90a4-84dd16ff6e1f"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:41.763Z", "message": "Task succeeded 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:41.763Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}], "metadata": {"pagination": {"total": 89, "offset": 70, "size": 50}}} 2018-10-26 11:11:42,242 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:11:42,242 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:11:42 GMT 2018-10-26 11:11:42,242 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:11:42,242 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8341 2018-10-26 11:11:42,242 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:11:42,243 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-10-26 11:11:42,243 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-10-26 11:11:42,243 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.create' 2018-10-26 11:11:42,243 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-10-26 11:11:42,244 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-10-26 11:11:42,244 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-10-26 11:11:42,244 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-10-26 11:11:42,244 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-10-26 11:11:42,244 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2018-10-26 11:11:42,244 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2018-10-26 11:11:42,245 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=3434ebb4-5f06-4a3e-93df-b94aba10be0a target={u'external_id': u'60e8ffb8-a97f-46a8-9bcf-1e9fd8354b0b', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2018-10-26 11:11:42,245 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.create' 2018-10-26 11:11:42,245 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.create' 2018-10-26 11:11:42,245 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-10-26 11:11:42,245 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=7ab5670a-ebf0-48f7-800d-49ca17c543c0 target={u'external_id': u'60e8ffb8-a97f-46a8-9bcf-1e9fd8354b0b', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2018-10-26 11:11:42,245 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-10-26 11:11:42,246 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/3971b264-bd1a-4143-9069-3d95bafccf88 2018-10-26 11:11:42,305 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:11:42,305 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:11:42,305 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:11:42,305 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:11:42,305 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:11:42,305 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:11:42,305 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:11:42,306 - 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-26T11:11:21.453Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "3971b264-bd1a-4143-9069-3d95bafccf88"} 2018-10-26 11:11:42,306 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:11:42,306 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:11:42 GMT 2018-10-26 11:11:42,306 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:11:42,306 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-26 11:11:42,306 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:11:47,311 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-26 11:11:47,397 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:11:47,398 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:11:47,398 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:11:47,398 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:11:47,398 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:11:47,398 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:11:47,398 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:11:47,398 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "management_plane_subnet_ftwzgm", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:42.772Z", "message": "Configuring node", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:42.772Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "management_plane_subnet_ftwzgm", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:42.772Z", "message": "Task succeeded 'neutron_plugin.subnet.create'", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:42.772Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:43.781Z", "message": "Task started 'neutron_plugin.router.connect_subnet'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:43.781Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "management_plane_subnet_ftwzgm", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:43.781Z", "message": "Starting node", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:43.781Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:43.781Z", "message": "Sending task 'neutron_plugin.router.connect_subnet'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:43.781Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:47.259Z", "message": "Task succeeded 'neutron_plugin.router.connect_subnet'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:47.259Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}], "metadata": {"pagination": {"total": 95, "offset": 86, "size": 50}}} 2018-10-26 11:11:47,399 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:11:47,399 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:11:47 GMT 2018-10-26 11:11:47,399 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:11:47,399 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3052 2018-10-26 11:11:47,399 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:11:47,399 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-10-26 11:11:47,400 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.create' 2018-10-26 11:11:47,400 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.connect_subnet' 2018-10-26 11:11:47,400 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-10-26 11:11:47,400 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.connect_subnet' 2018-10-26 11:11:47,400 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.connect_subnet' 2018-10-26 11:11:47,400 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/3971b264-bd1a-4143-9069-3d95bafccf88 2018-10-26 11:11:47,465 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:11:47,465 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:11:47,465 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:11:47,465 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:11:47,465 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:11:47,466 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:11:47,466 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:11:47,466 - 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-26T11:11:21.453Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "3971b264-bd1a-4143-9069-3d95bafccf88"} 2018-10-26 11:11:47,466 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:11:47,466 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:11:47 GMT 2018-10-26 11:11:47,466 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:11:47,466 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-26 11:11:47,466 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:11:52,472 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-26 11:11:53,125 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:11:53,125 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:11:53,125 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:11:53,125 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:11:53,125 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:11:53,125 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:11:53,125 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:11:53,126 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "target_vnf_port_27ksyv", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:48.800Z", "message": "Sending task 'neutron_plugin.port.create'", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:48.800Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "reference_vnf_port_5bekvm", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:48.800Z", "message": "Sending task 'neutron_plugin.port.create'", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:48.800Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "reference_vnf_port_5bekvm", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:48.800Z", "message": "Creating node", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:48.800Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "reference_vnf_port_5bekvm", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:48.800Z", "message": "Task started 'neutron_plugin.port.create'", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:48.800Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "target_vnf_port_27ksyv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:48.800Z", "message": "Creating node", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:48.800Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "target_vnf_port_27ksyv", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:48.800Z", "message": "Task started 'neutron_plugin.port.create'", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:48.800Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "reference_vnf_port_5bekvm", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:50.443Z", "message": "Task succeeded 'neutron_plugin.port.create'", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:50.443Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "target_vnf_port_27ksyv", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:50.816Z", "message": "Task succeeded 'neutron_plugin.port.create'", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:50.816Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "target_vnf_port_27ksyv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:51.825Z", "message": "Configuring node", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:51.825Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "reference_vnf_port_5bekvm", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:51.825Z", "message": "Configuring node", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:51.825Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "reference_vnf_port_5bekvm", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:53.049Z", "message": "Starting node", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:53.049Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}], "metadata": {"pagination": {"total": 106, "offset": 92, "size": 50}}} 2018-10-26 11:11:53,126 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:11:53,126 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:11:53 GMT 2018-10-26 11:11:53,126 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:11:53,126 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5433 2018-10-26 11:11:53,126 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:11:53,127 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-10-26 11:11:53,127 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-10-26 11:11:53,127 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-10-26 11:11:53,127 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-10-26 11:11:53,127 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-10-26 11:11:53,127 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-10-26 11:11:53,128 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-10-26 11:11:53,128 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-10-26 11:11:53,128 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-10-26 11:11:53,128 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-10-26 11:11:53,128 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-10-26 11:11:53,128 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/3971b264-bd1a-4143-9069-3d95bafccf88 2018-10-26 11:11:53,269 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:11:53,270 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:11:53,270 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:11:53,270 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:11:53,270 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:11:53,270 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:11:53,270 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:11:53,270 - 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-26T11:11:21.453Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "3971b264-bd1a-4143-9069-3d95bafccf88"} 2018-10-26 11:11:53,270 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:11:53,270 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:11:53 GMT 2018-10-26 11:11:53,271 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:11:53,271 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-26 11:11:53,271 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:11:58,271 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-26 11:11:58,406 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:11:58,406 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:11:58,406 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:11:58,406 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:11:58,406 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:11:58,406 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:11:58,406 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:11:58,407 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:54.196Z", "message": "Sending task 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:54.196Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "target_vnf_port_27ksyv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:54.196Z", "message": "Starting node", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:54.196Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:54.196Z", "message": "Task started 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:54.196Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:54.990Z", "message": "connect_security_group(): source_id=26aab2c3-5f8a-425a-a4cd-ecdecf478d0d target={u'external_id': u'60e8ffb8-a97f-46a8-9bcf-1e9fd8354b0b', 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-26T11:11:54.990Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88", "logger": "22f456b2-3933-4745-b3c0-fe7dcb7f487c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:55.759Z", "message": "connect_security_group(): source_id=2bef9b40-aa98-4f59-ab61-c65a21c71579 target={u'external_id': u'60e8ffb8-a97f-46a8-9bcf-1e9fd8354b0b', 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-26T11:11:55.759Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88", "logger": "10196064-7b88-42ed-ae71-e5b88891886e"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:56.191Z", "message": "Task succeeded 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:56.191Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:56.212Z", "message": "Sending task 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:56.212Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:57.224Z", "message": "Task started 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:57.224Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:57.224Z", "message": "Sending task 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:57.224Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:57.224Z", "message": "Task succeeded 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:57.224Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}], "metadata": {"pagination": {"total": 119, "offset": 103, "size": 50}}} 2018-10-26 11:11:58,407 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:11:58,407 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:11:58 GMT 2018-10-26 11:11:58,407 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:11:58,407 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5480 2018-10-26 11:11:58,407 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:11:58,407 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2018-10-26 11:11:58,407 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-10-26 11:11:58,408 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2018-10-26 11:11:58,408 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=26aab2c3-5f8a-425a-a4cd-ecdecf478d0d target={u'external_id': u'60e8ffb8-a97f-46a8-9bcf-1e9fd8354b0b', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2018-10-26 11:11:58,408 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=2bef9b40-aa98-4f59-ab61-c65a21c71579 target={u'external_id': u'60e8ffb8-a97f-46a8-9bcf-1e9fd8354b0b', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2018-10-26 11:11:58,408 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-10-26 11:11:58,408 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.connect_port' 2018-10-26 11:11:58,408 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.connect_port' 2018-10-26 11:11:58,408 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.connect_port' 2018-10-26 11:11:58,408 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-10-26 11:11:58,409 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/3971b264-bd1a-4143-9069-3d95bafccf88 2018-10-26 11:11:58,531 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:11:58,531 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:11:58,531 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:11:58,531 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:11:58,531 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:11:58,531 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:11:58,531 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:11:58,531 - 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-26T11:11:21.453Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "3971b264-bd1a-4143-9069-3d95bafccf88"} 2018-10-26 11:11:58,531 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:11:58,532 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:11:58 GMT 2018-10-26 11:11:58,532 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:11:58,532 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-26 11:11:58,532 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:12:03,537 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-26 11:12:03,658 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:12:03,659 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:12:03,659 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:12:03,659 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:12:03,659 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:12:03,659 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:12:03,659 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:12:03,659 - 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": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:58.440Z", "message": "Task succeeded 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:58.440Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "reference_vnf_host_an06y9", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:59.767Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:59.767Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "target_vnf_host_1wes9v", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:59.767Z", "message": "Creating node", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:59.767Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "target_vnf_host_1wes9v", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:59.767Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:59.767Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:59.767Z", "message": "Task succeeded 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:59.767Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "target_vnf_host_1wes9v", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:59.767Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:59.767Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "reference_vnf_host_an06y9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:11:59.767Z", "message": "Creating node", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:11:59.767Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "target_vnf_host_1wes9v", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:12:00.045Z", "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'2bef9b40-aa98-4f59-ab61-c65a21c71579', u'fixed_ip_address': u'11.0.0.5', u'external_name': u'target_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:78:ba:b3'}, {u'external_id': u'3434ebb4-5f06-4a3e-93df-b94aba10be0a', 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:9d:a9:fb'}]", "level": "debug", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:12:00.045Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88", "logger": "991d0324-01ef-4524-86b2-ef0c0f56e75f"}, {"node_instance_id": "target_vnf_host_1wes9v", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:12:00.778Z", "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-26T11:12:00.778Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88", "logger": "991d0324-01ef-4524-86b2-ef0c0f56e75f"}, {"node_instance_id": "reference_vnf_host_an06y9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:12:00.778Z", "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-26T11:12:00.778Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88", "logger": "5df73be4-a66d-4975-b2e6-e80334557fc2"}, {"node_instance_id": "reference_vnf_host_an06y9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:12:00.778Z", "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'26aab2c3-5f8a-425a-a4cd-ecdecf478d0d', u'fixed_ip_address': u'11.0.0.11', u'external_name': u'reference_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:9d:7d:4b'}, {u'external_id': u'7ab5670a-ebf0-48f7-800d-49ca17c543c0', u'fixed_ip_address': u'12.0.0.8', u'external_name': u'reference_vnf_data_plane_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:b7:ba:73'}]", "level": "debug", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:12:00.778Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88", "logger": "5df73be4-a66d-4975-b2e6-e80334557fc2"}, {"node_instance_id": "reference_vnf_host_an06y9", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:12:00.796Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:12:00.796Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "target_vnf_host_1wes9v", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:12:02.412Z", "message": "server.create() server after transformations: {'name': u'target_vnf', 'key_name': u'vnf_test_keypair', 'image': u'66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'e9e6d696-032c-4157-b59c-31e3a1251b5c'}, 'nics': [{'port-id': u'2bef9b40-aa98-4f59-ab61-c65a21c71579'}, {'port-id': u'3434ebb4-5f06-4a3e-93df-b94aba10be0a'}], 'flavor': u'8e00445a-f9a2-44ce-b929-661e7e77493c'}", "level": "debug", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:12:02.412Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88", "logger": "991d0324-01ef-4524-86b2-ef0c0f56e75f"}, {"node_instance_id": "reference_vnf_host_an06y9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:12:02.797Z", "message": "server.create() server after transformations: {'name': u'reference_vnf', 'key_name': u'vnf_test_keypair', 'image': u'66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'e9e6d696-032c-4157-b59c-31e3a1251b5c'}, 'nics': [{'port-id': u'26aab2c3-5f8a-425a-a4cd-ecdecf478d0d'}, {'port-id': u'7ab5670a-ebf0-48f7-800d-49ca17c543c0'}], 'flavor': u'8e00445a-f9a2-44ce-b929-661e7e77493c'}", "level": "debug", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:12:02.797Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88", "logger": "5df73be4-a66d-4975-b2e6-e80334557fc2"}, {"node_instance_id": "reference_vnf_host_an06y9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:12:02.797Z", "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-26T11:12:02.797Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88", "logger": "5df73be4-a66d-4975-b2e6-e80334557fc2"}, {"node_instance_id": "target_vnf_host_1wes9v", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:12:02.797Z", "message": "Creating VM with parameters: {'name': u'target_vnf', 'key_name': u'vnf_test_keypair', 'image': u'66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'e9e6d696-032c-4157-b59c-31e3a1251b5c'}, 'nics': [{'port-id': u'2bef9b40-aa98-4f59-ab61-c65a21c71579'}, {'port-id': u'3434ebb4-5f06-4a3e-93df-b94aba10be0a'}], 'flavor': u'8e00445a-f9a2-44ce-b929-661e7e77493c'}", "level": "info", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:12:02.797Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88", "logger": "991d0324-01ef-4524-86b2-ef0c0f56e75f"}, {"node_instance_id": "reference_vnf_host_an06y9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:12:02.797Z", "message": "Creating VM with parameters: {'name': u'reference_vnf', 'key_name': u'vnf_test_keypair', 'image': u'66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'e9e6d696-032c-4157-b59c-31e3a1251b5c'}, 'nics': [{'port-id': u'26aab2c3-5f8a-425a-a4cd-ecdecf478d0d'}, {'port-id': u'7ab5670a-ebf0-48f7-800d-49ca17c543c0'}], 'flavor': u'8e00445a-f9a2-44ce-b929-661e7e77493c'}", "level": "info", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:12:02.797Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88", "logger": "5df73be4-a66d-4975-b2e6-e80334557fc2"}, {"node_instance_id": "target_vnf_host_1wes9v", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:12:02.797Z", "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-26T11:12:02.797Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88", "logger": "991d0324-01ef-4524-86b2-ef0c0f56e75f"}], "metadata": {"pagination": {"total": 137, "offset": 113, "size": 50}}} 2018-10-26 11:12:03,659 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:12:03,660 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:12:03 GMT 2018-10-26 11:12:03,660 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:12:03,660 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 12412 2018-10-26 11:12:03,660 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:12:03,660 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.connect_port' 2018-10-26 11:12:03,661 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.create' 2018-10-26 11:12:03,661 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-10-26 11:12:03,661 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.create' 2018-10-26 11:12:03,661 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.connect_port' 2018-10-26 11:12:03,661 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.create' 2018-10-26 11:12:03,662 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-10-26 11:12:03,662 - 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'2bef9b40-aa98-4f59-ab61-c65a21c71579', u'fixed_ip_address': u'11.0.0.5', u'external_name': u'target_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:78:ba:b3'}, {u'external_id': u'3434ebb4-5f06-4a3e-93df-b94aba10be0a', 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:9d:a9:fb'}] 2018-10-26 11:12:03,662 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - server.create() server before transformations: {'meta': {}, 'name': u'target_vnf'} 2018-10-26 11:12:03,662 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - server.create() server before transformations: {'meta': {}, 'name': u'reference_vnf'} 2018-10-26 11:12:03,662 - 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'26aab2c3-5f8a-425a-a4cd-ecdecf478d0d', u'fixed_ip_address': u'11.0.0.11', u'external_name': u'reference_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:9d:7d:4b'}, {u'external_id': u'7ab5670a-ebf0-48f7-800d-49ca17c543c0', u'fixed_ip_address': u'12.0.0.8', u'external_name': u'reference_vnf_data_plane_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:b7:ba:73'}] 2018-10-26 11:12:03,662 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.create' 2018-10-26 11:12:03,663 - 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'66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'e9e6d696-032c-4157-b59c-31e3a1251b5c'}, 'nics': [{'port-id': u'2bef9b40-aa98-4f59-ab61-c65a21c71579'}, {'port-id': u'3434ebb4-5f06-4a3e-93df-b94aba10be0a'}], 'flavor': u'8e00445a-f9a2-44ce-b929-661e7e77493c'} 2018-10-26 11:12:03,663 - 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'66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'e9e6d696-032c-4157-b59c-31e3a1251b5c'}, 'nics': [{'port-id': u'26aab2c3-5f8a-425a-a4cd-ecdecf478d0d'}, {'port-id': u'7ab5670a-ebf0-48f7-800d-49ca17c543c0'}], 'flavor': u'8e00445a-f9a2-44ce-b929-661e7e77493c'} 2018-10-26 11:12:03,663 - 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-26 11:12:03,663 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating VM with parameters: {'name': u'target_vnf', 'key_name': u'vnf_test_keypair', 'image': u'66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'e9e6d696-032c-4157-b59c-31e3a1251b5c'}, 'nics': [{'port-id': u'2bef9b40-aa98-4f59-ab61-c65a21c71579'}, {'port-id': u'3434ebb4-5f06-4a3e-93df-b94aba10be0a'}], 'flavor': u'8e00445a-f9a2-44ce-b929-661e7e77493c'} 2018-10-26 11:12:03,663 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating VM with parameters: {'name': u'reference_vnf', 'key_name': u'vnf_test_keypair', 'image': u'66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'e9e6d696-032c-4157-b59c-31e3a1251b5c'}, 'nics': [{'port-id': u'26aab2c3-5f8a-425a-a4cd-ecdecf478d0d'}, {'port-id': u'7ab5670a-ebf0-48f7-800d-49ca17c543c0'}], 'flavor': u'8e00445a-f9a2-44ce-b929-661e7e77493c'} 2018-10-26 11:12:03,663 - 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-26 11:12:03,664 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/3971b264-bd1a-4143-9069-3d95bafccf88 2018-10-26 11:12:03,733 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:12:03,733 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:12:03,733 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:12:03,733 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:12:03,733 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:12:03,734 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:12:03,734 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:12:03,734 - 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-26T11:11:21.453Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "3971b264-bd1a-4143-9069-3d95bafccf88"} 2018-10-26 11:12:03,734 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:12:03,734 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:12:03 GMT 2018-10-26 11:12:03,734 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:12:03,734 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-26 11:12:03,734 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:12:08,740 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-26 11:12:08,883 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:12:08,884 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:12:08,884 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:12:08,884 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:12:08,884 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:12:08,884 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:12:08,884 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:12:08,884 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "target_vnf_host_1wes9v", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:12:04.985Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:12:04.985Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "reference_vnf_host_an06y9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:12:05.808Z", "message": "Configuring node", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:12:05.808Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "target_vnf_host_1wes9v", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:12:05.808Z", "message": "Configuring node", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:12:05.808Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "reference_vnf_host_an06y9", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:12:05.808Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:12:05.808Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "reference_vnf_host_an06y9", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:12:06.841Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:12:06.841Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "target_vnf_host_1wes9v", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:12:06.841Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:12:06.841Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "reference_vnf_host_an06y9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:12:06.841Z", "message": "Starting node", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:12:06.841Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "target_vnf_host_1wes9v", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:12:06.841Z", "message": "Starting node", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:12:06.841Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "reference_vnf_host_an06y9", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:12:06.841Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:12:06.841Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "target_vnf_host_1wes9v", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:12:07.850Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:12:07.850Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}], "metadata": {"pagination": {"total": 147, "offset": 131, "size": 50}}} 2018-10-26 11:12:08,884 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:12:08,885 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:12:08 GMT 2018-10-26 11:12:08,885 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:12:08,885 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4962 2018-10-26 11:12:08,885 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:12:08,885 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-10-26 11:12:08,885 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-10-26 11:12:08,886 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-10-26 11:12:08,886 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-10-26 11:12:08,886 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' 2018-10-26 11:12:08,886 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' 2018-10-26 11:12:08,886 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-10-26 11:12:08,886 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-10-26 11:12:08,887 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' 2018-10-26 11:12:08,887 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' 2018-10-26 11:12:08,887 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/3971b264-bd1a-4143-9069-3d95bafccf88 2018-10-26 11:12:08,948 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:12:08,948 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:12:08,948 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:12:08,948 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:12:08,948 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:12:08,949 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:12:08,949 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:12:08,949 - 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-26T11:11:21.453Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "3971b264-bd1a-4143-9069-3d95bafccf88"} 2018-10-26 11:12:08,949 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:12:08,949 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:12:08 GMT 2018-10-26 11:12:08,949 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:12:08,949 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-26 11:12:08,949 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:12:13,955 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-26 11:12:14,039 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:12:14,040 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:12:14,040 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:12:14,040 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:12:14,040 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:12:14,040 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:12:14,040 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:12:14,040 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_host_an06y9", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:12:11.266Z", "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-26T11:12:11.266Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "target_vnf_host_1wes9v", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:12:11.868Z", "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-26T11:12:11.868Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}], "metadata": {"pagination": {"total": 149, "offset": 141, "size": 50}}} 2018-10-26 11:12:14,040 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:12:14,040 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:12:14 GMT 2018-10-26 11:12:14,041 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:12:14,041 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2342 2018-10-26 11:12:14,041 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:12:14,041 - 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-26 11:12:14,041 - 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-26 11:12:14,042 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/3971b264-bd1a-4143-9069-3d95bafccf88 2018-10-26 11:12:14,146 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:12:14,147 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:12:14,147 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:12:14,147 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:12:14,147 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:12:14,147 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:12:14,147 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:12:14,147 - 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-26T11:11:21.453Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "3971b264-bd1a-4143-9069-3d95bafccf88"} 2018-10-26 11:12:14,148 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:12:14,148 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:12:14 GMT 2018-10-26 11:12:14,148 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:12:14,148 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-26 11:12:14,148 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:12:19,149 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-26 11:12:19,235 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:12:19,235 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:12:19,236 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:12:19,236 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:12:19,236 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:12:19,236 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:12:19,236 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:12:19,236 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 143, "size": 50}}} 2018-10-26 11:12:19,236 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:12:19,236 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:12:19 GMT 2018-10-26 11:12:19,236 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:12:19,236 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-26 11:12:19,236 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:12:19,237 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/3971b264-bd1a-4143-9069-3d95bafccf88 2018-10-26 11:12:19,634 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:12:19,634 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:12:19,634 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:12:19,634 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:12:19,634 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:12:19,634 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:12:19,634 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:12:19,635 - 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-26T11:11:21.453Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "3971b264-bd1a-4143-9069-3d95bafccf88"} 2018-10-26 11:12:19,635 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:12:19,635 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:12:19 GMT 2018-10-26 11:12:19,635 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:12:19,635 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-26 11:12:19,635 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:12:24,641 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-26 11:12:24,717 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:12:24,717 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:12:24,718 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:12:24,718 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:12:24,718 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:12:24,718 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:12:24,718 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:12:24,718 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 143, "size": 50}}} 2018-10-26 11:12:24,718 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:12:24,718 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:12:24 GMT 2018-10-26 11:12:24,718 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:12:24,718 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-26 11:12:24,719 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:12:24,719 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/3971b264-bd1a-4143-9069-3d95bafccf88 2018-10-26 11:12:24,779 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:12:24,780 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:12:24,780 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:12:24,780 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:12:24,780 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:12:24,780 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:12:24,780 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:12:24,780 - 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-26T11:11:21.453Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "3971b264-bd1a-4143-9069-3d95bafccf88"} 2018-10-26 11:12:24,780 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:12:24,781 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:12:24 GMT 2018-10-26 11:12:24,781 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:12:24,781 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-26 11:12:24,781 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:12:29,786 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-26 11:12:29,863 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:12:29,863 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:12:29,863 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:12:29,864 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:12:29,864 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:12:29,864 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:12:29,864 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:12:29,864 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 143, "size": 50}}} 2018-10-26 11:12:29,864 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:12:29,864 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:12:29 GMT 2018-10-26 11:12:29,864 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:12:29,864 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-26 11:12:29,864 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:12:29,865 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/3971b264-bd1a-4143-9069-3d95bafccf88 2018-10-26 11:12:29,926 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:12:29,926 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:12:29,926 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:12:29,926 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:12:29,926 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:12:29,927 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:12:29,927 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:12:29,927 - 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-26T11:11:21.453Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "3971b264-bd1a-4143-9069-3d95bafccf88"} 2018-10-26 11:12:29,927 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:12:29,927 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:12:29 GMT 2018-10-26 11:12:29,927 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:12:29,927 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-26 11:12:29,927 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:12:34,933 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-26 11:12:35,536 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:12:35,536 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:12:35,537 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:12:35,537 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:12:35,537 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:12:35,537 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:12:35,537 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:12:35,537 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 143, "size": 50}}} 2018-10-26 11:12:35,537 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:12:35,537 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:12:35 GMT 2018-10-26 11:12:35,538 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:12:35,538 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-26 11:12:35,538 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:12:35,538 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/3971b264-bd1a-4143-9069-3d95bafccf88 2018-10-26 11:12:35,610 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:12:35,610 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:12:35,610 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:12:35,610 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:12:35,610 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:12:35,610 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:12:35,611 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:12:35,611 - 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-26T11:11:21.453Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "3971b264-bd1a-4143-9069-3d95bafccf88"} 2018-10-26 11:12:35,611 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:12:35,611 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:12:35 GMT 2018-10-26 11:12:35,611 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:12:35,611 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-26 11:12:35,611 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:12:40,617 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-26 11:12:40,706 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:12:40,706 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:12:40,706 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:12:40,706 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:12:40,707 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:12:40,707 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:12:40,707 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:12:40,707 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 143, "size": 50}}} 2018-10-26 11:12:40,707 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:12:40,707 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:12:40 GMT 2018-10-26 11:12:40,707 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:12:40,707 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-26 11:12:40,707 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:12:40,708 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/3971b264-bd1a-4143-9069-3d95bafccf88 2018-10-26 11:12:40,775 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:12:40,775 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:12:40,775 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:12:40,775 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:12:40,775 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:12:40,775 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:12:40,775 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:12:40,776 - 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-26T11:11:21.453Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "3971b264-bd1a-4143-9069-3d95bafccf88"} 2018-10-26 11:12:40,776 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:12:40,776 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:12:40 GMT 2018-10-26 11:12:40,776 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:12:40,776 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-26 11:12:40,776 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:12:45,782 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-26 11:12:45,854 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:12:45,855 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:12:45,855 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:12:45,855 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:12:45,855 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:12:45,855 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:12:45,855 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:12:45,855 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "target_vnf_host_1wes9v", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:12:41.277Z", "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-26T11:12:41.277Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "reference_vnf_host_an06y9", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:12:41.893Z", "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-26T11:12:41.893Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "reference_vnf_host_an06y9", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:12:41.893Z", "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-26T11:12:41.893Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "target_vnf_host_1wes9v", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:12:41.893Z", "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-26T11:12:41.893Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "reference_vnf_host_an06y9", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:12:43.538Z", "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-26T11:12:43.538Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "target_vnf_host_1wes9v", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:12:44.905Z", "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-26T11:12:44.905Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}], "metadata": {"pagination": {"total": 155, "offset": 143, "size": 50}}} 2018-10-26 11:12:45,855 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:12:45,856 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:12:45 GMT 2018-10-26 11:12:45,856 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:12:45,856 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4448 2018-10-26 11:12:45,856 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:12:45,856 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-10-26 11:12:45,857 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-10-26 11:12:45,857 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-10-26 11:12:45,857 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-10-26 11:12:45,857 - 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-26 11:12:45,857 - 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-26 11:12:45,857 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/3971b264-bd1a-4143-9069-3d95bafccf88 2018-10-26 11:12:45,914 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:12:45,914 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:12:45,915 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:12:45,915 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:12:45,915 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:12:45,915 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:12:45,915 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:12:45,915 - 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-26T11:11:21.453Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "3971b264-bd1a-4143-9069-3d95bafccf88"} 2018-10-26 11:12:45,915 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:12:45,915 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:12:45 GMT 2018-10-26 11:12:45,915 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:12:45,916 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-26 11:12:45,916 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:12:50,918 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-26 11:12:51,001 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:12:51,001 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:12:51,001 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:12:51,001 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:12:51,002 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:12:51,002 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:12:51,002 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:12:51,002 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 155, "offset": 149, "size": 50}}} 2018-10-26 11:12:51,002 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:12:51,002 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:12:50 GMT 2018-10-26 11:12:51,002 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:12:51,002 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-26 11:12:51,002 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:12:51,003 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/3971b264-bd1a-4143-9069-3d95bafccf88 2018-10-26 11:12:51,058 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:12:51,058 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:12:51,058 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:12:51,059 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:12:51,059 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:12:51,059 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:12:51,059 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:12:51,059 - 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-26T11:11:21.453Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "3971b264-bd1a-4143-9069-3d95bafccf88"} 2018-10-26 11:12:51,059 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:12:51,059 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:12:51 GMT 2018-10-26 11:12:51,059 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:12:51,059 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-26 11:12:51,060 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:12:56,065 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-26 11:12:56,149 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:12:56,149 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:12:56,149 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:12:56,149 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:12:56,149 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:12:56,149 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:12:56,150 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:12:56,150 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 155, "offset": 149, "size": 50}}} 2018-10-26 11:12:56,150 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:12:56,150 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:12:56 GMT 2018-10-26 11:12:56,150 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:12:56,150 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-26 11:12:56,150 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:12:56,150 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/3971b264-bd1a-4143-9069-3d95bafccf88 2018-10-26 11:12:56,208 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:12:56,208 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:12:56,208 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:12:56,209 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:12:56,209 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:12:56,209 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:12:56,209 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:12:56,209 - 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-26T11:11:21.453Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "3971b264-bd1a-4143-9069-3d95bafccf88"} 2018-10-26 11:12:56,209 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:12:56,209 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:12:56 GMT 2018-10-26 11:12:56,209 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:12:56,209 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-26 11:12:56,209 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:13:01,215 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-26 11:13:01,306 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:13:01,307 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:13:01,307 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:13:01,307 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:13:01,307 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:13:01,307 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:13:01,307 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:13:01,307 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 155, "offset": 149, "size": 50}}} 2018-10-26 11:13:01,307 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:13:01,308 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:13:01 GMT 2018-10-26 11:13:01,308 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:13:01,308 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-26 11:13:01,308 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:13:01,308 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/3971b264-bd1a-4143-9069-3d95bafccf88 2018-10-26 11:13:01,372 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:13:01,372 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:13:01,372 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:13:01,372 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:13:01,372 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:13:01,372 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:13:01,373 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:13:01,373 - 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-26T11:11:21.453Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "3971b264-bd1a-4143-9069-3d95bafccf88"} 2018-10-26 11:13:01,373 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:13:01,373 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:13:01 GMT 2018-10-26 11:13:01,373 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:13:01,373 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-26 11:13:01,373 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:13:06,379 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-26 11:13:06,446 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:13:06,447 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:13:06,447 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:13:06,447 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:13:06,447 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:13:06,447 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:13:06,447 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:13:06,447 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 155, "offset": 149, "size": 50}}} 2018-10-26 11:13:06,447 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:13:06,447 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:13:06 GMT 2018-10-26 11:13:06,448 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:13:06,448 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-26 11:13:06,448 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:13:06,448 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/3971b264-bd1a-4143-9069-3d95bafccf88 2018-10-26 11:13:06,503 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:13:06,503 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:13:06,504 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:13:06,504 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:13:06,504 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:13:06,504 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:13:06,504 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:13:06,504 - 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-26T11:11:21.453Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "3971b264-bd1a-4143-9069-3d95bafccf88"} 2018-10-26 11:13:06,504 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:13:06,504 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:13:06 GMT 2018-10-26 11:13:06,504 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:13:06,505 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-26 11:13:06,505 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:13:11,509 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-26 11:13:11,594 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:13:11,594 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:13:11,594 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:13:11,595 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:13:11,595 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:13:11,595 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:13:11,595 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:13:11,595 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 155, "offset": 149, "size": 50}}} 2018-10-26 11:13:11,595 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:13:11,595 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:13:11 GMT 2018-10-26 11:13:11,595 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:13:11,595 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-10-26 11:13:11,595 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:13:11,596 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/3971b264-bd1a-4143-9069-3d95bafccf88 2018-10-26 11:13:11,656 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:13:11,656 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:13:11,656 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:13:11,656 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:13:11,657 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:13:11,657 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:13:11,657 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:13:11,657 - 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-26T11:11:21.453Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "3971b264-bd1a-4143-9069-3d95bafccf88"} 2018-10-26 11:13:11,657 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:13:11,657 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:13:11 GMT 2018-10-26 11:13:11,657 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:13:11,657 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-26 11:13:11,657 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:13:16,663 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-26 11:13:16,737 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:13:16,737 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:13:16,737 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:13:16,737 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:13:16,737 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:13:16,737 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:13:16,737 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:13:16,738 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_host_an06y9", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:13:13.559Z", "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-26T11:13:13.559Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "reference_vnf_host_an06y9", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:13:13.929Z", "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-26T11:13:13.929Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "target_vnf_host_1wes9v", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:13:14.940Z", "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-26T11:13:14.940Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "target_vnf_host_1wes9v", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:13:14.940Z", "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-26T11:13:14.940Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "reference_vnf_host_an06y9", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:13:15.711Z", "message": "Server is ACTIVE", "level": "info", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:13:15.711Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88", "logger": "d2b9fc9f-d182-400a-bb8a-0791dcffc852"}, {"node_instance_id": "target_vnf_host_1wes9v", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:13:15.841Z", "message": "Server is ACTIVE", "level": "info", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:13:15.841Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88", "logger": "05dec22b-4bcc-4e1b-8189-61d5c1282bee"}, {"node_instance_id": "reference_vnf_host_an06y9", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:13:15.952Z", "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-26T11:13:15.952Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}, {"node_instance_id": "target_vnf_host_1wes9v", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:13:15.952Z", "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-26T11:13:15.952Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}], "metadata": {"pagination": {"total": 163, "offset": 149, "size": 50}}} 2018-10-26 11:13:16,738 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:13:16,738 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:13:16 GMT 2018-10-26 11:13:16,738 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:13:16,738 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4248 2018-10-26 11:13:16,738 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:13:16,738 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-10-26 11:13:16,739 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-10-26 11:13:16,739 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-10-26 11:13:16,739 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-10-26 11:13:16,739 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Server is ACTIVE 2018-10-26 11:13:16,739 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Server is ACTIVE 2018-10-26 11:13:16,740 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 2/60] 2018-10-26 11:13:16,740 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 2/60] 2018-10-26 11:13:16,740 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/3971b264-bd1a-4143-9069-3d95bafccf88 2018-10-26 11:13:16,799 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:13:16,799 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:13:16,799 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:13:16,799 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:13:16,800 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:13:16,800 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:13:16,800 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:13:16,800 - 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-26T11:11:21.453Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "3971b264-bd1a-4143-9069-3d95bafccf88"} 2018-10-26 11:13:16,800 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:13:16,800 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:13:16 GMT 2018-10-26 11:13:16,800 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:13:16,800 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-10-26 11:13:16,800 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:13:21,806 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-26 11:13:21,875 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:13:21,875 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:13:21,875 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:13:21,875 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:13:21,875 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:13:21,876 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:13:21,876 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:13:21,876 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:13:17.061Z", "message": "'install' workflow execution succeeded", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-10-26T11:13:17.061Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "3971b264-bd1a-4143-9069-3d95bafccf88"}], "metadata": {"pagination": {"total": 164, "offset": 157, "size": 50}}} 2018-10-26 11:13:21,876 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:13:21,876 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:13:21 GMT 2018-10-26 11:13:21,876 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:13:21,876 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 525 2018-10-26 11:13:21,876 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:13:21,876 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - 'install' workflow execution succeeded 2018-10-26 11:13:21,877 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/3971b264-bd1a-4143-9069-3d95bafccf88 2018-10-26 11:13:21,935 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:13:21,935 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:13:21,935 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:13:21,935 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:13:21,935 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:13:21,936 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:13:21,936 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:13:21,936 - 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-26T11:11:21.453Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "3971b264-bd1a-4143-9069-3d95bafccf88"} 2018-10-26 11:13:21,936 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:13:21,936 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:13:21 GMT 2018-10-26 11:13:21,936 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:13:21,936 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 348 2018-10-26 11:13:21,936 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:13:21,937 - 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-26T11:11:21.453Z', 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'3971b264-bd1a-4143-9069-3d95bafccf88'} 2018-10-26 11:13:21,956 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - BGP Interoperability test. 2018-10-26 11:13:22,021 - 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.202'}}, 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-26 11:13:22,084 - 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.202'}}, 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-26 11:13:22,085 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - vnf name : reference_vnf 2018-10-26 11:13:22,085 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - reference_vnf floating ip address : 172.30.9.211 2018-10-26 11:13:22,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:13:22,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:13:23,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11: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-245e4232-2736-4731-b705-653775a89f29 x-compute-request-id: req-245e4232-2736-4731-b705-653775a89f29 Content-Encoding: gzip Content-Length: 1179 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:9d:7d:4b", "version": 4, "addr": "11.0.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:7d:4b", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b7:ba:73", "version": 4, "addr": "12.0.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/f13bd596-43f3-44fd-863c-eccb679eea93", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/f13bd596-43f3-44fd-863c-eccb679eea93", "rel": "bookmark"}], "image": {"id": "66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634", "links": [{"href": "http://172.30.9.21:8774/images/66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T11:12:51.000000", "flavor": {"id": "8e00445a-f9a2-44ce-b929-661e7e77493c", "links": [{"href": "http://172.30.9.21:8774/flavors/8e00445a-f9a2-44ce-b929-661e7e77493c", "rel": "bookmark"}]}, "id": "f13bd596-43f3-44fd-863c-eccb679eea93", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T11:12:52Z", "hostId": "eae65a8b7d60760391275cb21c9919975b5ee46ddca84944a8a6895f", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-10-26T11:12:04Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "e9e6d696-032c-4157-b59c-31e3a1251b5c"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:ba:b3", "version": 4, "addr": "11.0.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:ba:b3", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:a9:fb", "version": 4, "addr": "12.0.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8cd6cd2b-c278-4f2e-9b73-84be304cb418", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8cd6cd2b-c278-4f2e-9b73-84be304cb418", "rel": "bookmark"}], "image": {"id": "66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634", "links": [{"href": "http://172.30.9.21:8774/images/66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T11:12:51.000000", "flavor": {"id": "8e00445a-f9a2-44ce-b929-661e7e77493c", "links": [{"href": "http://172.30.9.21:8774/flavors/8e00445a-f9a2-44ce-b929-661e7e77493c", "rel": "bookmark"}]}, "id": "8cd6cd2b-c278-4f2e-9b73-84be304cb418", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T11:12:52Z", "hostId": "eae65a8b7d60760391275cb21c9919975b5ee46ddca84944a8a6895f", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-10-26T11:12:04Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "e9e6d696-032c-4157-b59c-31e3a1251b5c"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_ad566928-fede-4f0a-965a-66efd9835f90": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:d2:0c", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:d2:0c", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T11:09:17.000000", "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T11:09:17Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:13:23,152 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-245e4232-2736-4731-b705-653775a89f29 2018-10-26 11:13:23,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.06603097916s 2018-10-26 11:13:23,152 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-245e4232-2736-4731-b705-653775a89f29 2018-10-26 11:13:23,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:13:23,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:13:24,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:13:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ecaf5ab1-7dd4-4059-b3a7-8434d4246355 x-compute-request-id: req-ecaf5ab1-7dd4-4059-b3a7-8434d4246355 Content-Encoding: gzip Content-Length: 1179 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:9d:7d:4b", "version": 4, "addr": "11.0.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:7d:4b", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b7:ba:73", "version": 4, "addr": "12.0.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/f13bd596-43f3-44fd-863c-eccb679eea93", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/f13bd596-43f3-44fd-863c-eccb679eea93", "rel": "bookmark"}], "image": {"id": "66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634", "links": [{"href": "http://172.30.9.21:8774/images/66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T11:12:51.000000", "flavor": {"id": "8e00445a-f9a2-44ce-b929-661e7e77493c", "links": [{"href": "http://172.30.9.21:8774/flavors/8e00445a-f9a2-44ce-b929-661e7e77493c", "rel": "bookmark"}]}, "id": "f13bd596-43f3-44fd-863c-eccb679eea93", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T11:12:52Z", "hostId": "eae65a8b7d60760391275cb21c9919975b5ee46ddca84944a8a6895f", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-10-26T11:12:04Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "e9e6d696-032c-4157-b59c-31e3a1251b5c"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:ba:b3", "version": 4, "addr": "11.0.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:ba:b3", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:a9:fb", "version": 4, "addr": "12.0.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8cd6cd2b-c278-4f2e-9b73-84be304cb418", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8cd6cd2b-c278-4f2e-9b73-84be304cb418", "rel": "bookmark"}], "image": {"id": "66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634", "links": [{"href": "http://172.30.9.21:8774/images/66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T11:12:51.000000", "flavor": {"id": "8e00445a-f9a2-44ce-b929-661e7e77493c", "links": [{"href": "http://172.30.9.21:8774/flavors/8e00445a-f9a2-44ce-b929-661e7e77493c", "rel": "bookmark"}]}, "id": "8cd6cd2b-c278-4f2e-9b73-84be304cb418", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T11:12:52Z", "hostId": "eae65a8b7d60760391275cb21c9919975b5ee46ddca84944a8a6895f", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-10-26T11:12:04Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "e9e6d696-032c-4157-b59c-31e3a1251b5c"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_ad566928-fede-4f0a-965a-66efd9835f90": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:d2:0c", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:d2:0c", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T11:09:17.000000", "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T11:09:17Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:13:24,129 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ecaf5ab1-7dd4-4059-b3a7-8434d4246355 2018-10-26 11:13:24,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.972311973572s 2018-10-26 11:13:24,129 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ecaf5ab1-7dd4-4059-b3a7-8434d4246355 2018-10-26 11:13:24,133 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_ip of reference_vnf : 11.0.0.11 2018-10-26 11:13:24,133 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_mac of reference_vnf : fa:16:3e:9d:7d:4b 2018-10-26 11:13:24,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:13:24,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:13:25,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:13: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-49f069ea-243b-4625-99a2-c3dd620f8269 x-compute-request-id: req-49f069ea-243b-4625-99a2-c3dd620f8269 Content-Encoding: gzip Content-Length: 1179 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:9d:7d:4b", "version": 4, "addr": "11.0.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:7d:4b", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b7:ba:73", "version": 4, "addr": "12.0.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/f13bd596-43f3-44fd-863c-eccb679eea93", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/f13bd596-43f3-44fd-863c-eccb679eea93", "rel": "bookmark"}], "image": {"id": "66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634", "links": [{"href": "http://172.30.9.21:8774/images/66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T11:12:51.000000", "flavor": {"id": "8e00445a-f9a2-44ce-b929-661e7e77493c", "links": [{"href": "http://172.30.9.21:8774/flavors/8e00445a-f9a2-44ce-b929-661e7e77493c", "rel": "bookmark"}]}, "id": "f13bd596-43f3-44fd-863c-eccb679eea93", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T11:12:52Z", "hostId": "eae65a8b7d60760391275cb21c9919975b5ee46ddca84944a8a6895f", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-10-26T11:12:04Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "e9e6d696-032c-4157-b59c-31e3a1251b5c"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:ba:b3", "version": 4, "addr": "11.0.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:ba:b3", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:a9:fb", "version": 4, "addr": "12.0.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8cd6cd2b-c278-4f2e-9b73-84be304cb418", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8cd6cd2b-c278-4f2e-9b73-84be304cb418", "rel": "bookmark"}], "image": {"id": "66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634", "links": [{"href": "http://172.30.9.21:8774/images/66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T11:12:51.000000", "flavor": {"id": "8e00445a-f9a2-44ce-b929-661e7e77493c", "links": [{"href": "http://172.30.9.21:8774/flavors/8e00445a-f9a2-44ce-b929-661e7e77493c", "rel": "bookmark"}]}, "id": "8cd6cd2b-c278-4f2e-9b73-84be304cb418", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T11:12:52Z", "hostId": "eae65a8b7d60760391275cb21c9919975b5ee46ddca84944a8a6895f", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-10-26T11:12:04Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "e9e6d696-032c-4157-b59c-31e3a1251b5c"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_ad566928-fede-4f0a-965a-66efd9835f90": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:d2:0c", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:d2:0c", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T11:09:17.000000", "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T11:09:17Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:13:25,046 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-49f069ea-243b-4625-99a2-c3dd620f8269 2018-10-26 11:13:25,046 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.9124751091s 2018-10-26 11:13:25,046 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-49f069ea-243b-4625-99a2-c3dd620f8269 2018-10-26 11:13:25,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:13:25,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:13:25,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11: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-5c2840cb-6a4c-49bb-82e4-5b34a1fb9af3 x-compute-request-id: req-5c2840cb-6a4c-49bb-82e4-5b34a1fb9af3 Content-Encoding: gzip Content-Length: 1179 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:9d:7d:4b", "version": 4, "addr": "11.0.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:7d:4b", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b7:ba:73", "version": 4, "addr": "12.0.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/f13bd596-43f3-44fd-863c-eccb679eea93", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/f13bd596-43f3-44fd-863c-eccb679eea93", "rel": "bookmark"}], "image": {"id": "66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634", "links": [{"href": "http://172.30.9.21:8774/images/66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T11:12:51.000000", "flavor": {"id": "8e00445a-f9a2-44ce-b929-661e7e77493c", "links": [{"href": "http://172.30.9.21:8774/flavors/8e00445a-f9a2-44ce-b929-661e7e77493c", "rel": "bookmark"}]}, "id": "f13bd596-43f3-44fd-863c-eccb679eea93", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T11:12:52Z", "hostId": "eae65a8b7d60760391275cb21c9919975b5ee46ddca84944a8a6895f", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-10-26T11:12:04Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "e9e6d696-032c-4157-b59c-31e3a1251b5c"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:ba:b3", "version": 4, "addr": "11.0.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:ba:b3", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:a9:fb", "version": 4, "addr": "12.0.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8cd6cd2b-c278-4f2e-9b73-84be304cb418", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8cd6cd2b-c278-4f2e-9b73-84be304cb418", "rel": "bookmark"}], "image": {"id": "66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634", "links": [{"href": "http://172.30.9.21:8774/images/66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T11:12:51.000000", "flavor": {"id": "8e00445a-f9a2-44ce-b929-661e7e77493c", "links": [{"href": "http://172.30.9.21:8774/flavors/8e00445a-f9a2-44ce-b929-661e7e77493c", "rel": "bookmark"}]}, "id": "8cd6cd2b-c278-4f2e-9b73-84be304cb418", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T11:12:52Z", "hostId": "eae65a8b7d60760391275cb21c9919975b5ee46ddca84944a8a6895f", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-10-26T11:12:04Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "e9e6d696-032c-4157-b59c-31e3a1251b5c"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_ad566928-fede-4f0a-965a-66efd9835f90": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:d2:0c", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:d2:0c", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T11:09:17.000000", "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T11:09:17Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:13:25,905 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5c2840cb-6a4c-49bb-82e4-5b34a1fb9af3 2018-10-26 11:13:25,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.854525089264s 2018-10-26 11:13:25,905 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5c2840cb-6a4c-49bb-82e4-5b34a1fb9af3 2018-10-26 11:13:25,909 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_ip of reference_vnf : 12.0.0.8 2018-10-26 11:13:25,909 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_mac of reference_vnf : fa:16:3e:b7:ba:73 2018-10-26 11:13:25,909 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - vnf name : target_vnf 2018-10-26 11:13:25,909 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - target_vnf floating ip address : 172.30.9.202 2018-10-26 11:13:25,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:13:25,912 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:13:26,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11: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-1b7dedcf-dc49-4432-b66b-6758e3e6ee47 x-compute-request-id: req-1b7dedcf-dc49-4432-b66b-6758e3e6ee47 Content-Encoding: gzip Content-Length: 1179 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:9d:7d:4b", "version": 4, "addr": "11.0.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:7d:4b", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b7:ba:73", "version": 4, "addr": "12.0.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/f13bd596-43f3-44fd-863c-eccb679eea93", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/f13bd596-43f3-44fd-863c-eccb679eea93", "rel": "bookmark"}], "image": {"id": "66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634", "links": [{"href": "http://172.30.9.21:8774/images/66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T11:12:51.000000", "flavor": {"id": "8e00445a-f9a2-44ce-b929-661e7e77493c", "links": [{"href": "http://172.30.9.21:8774/flavors/8e00445a-f9a2-44ce-b929-661e7e77493c", "rel": "bookmark"}]}, "id": "f13bd596-43f3-44fd-863c-eccb679eea93", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T11:12:52Z", "hostId": "eae65a8b7d60760391275cb21c9919975b5ee46ddca84944a8a6895f", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-10-26T11:12:04Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "e9e6d696-032c-4157-b59c-31e3a1251b5c"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:ba:b3", "version": 4, "addr": "11.0.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:ba:b3", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:a9:fb", "version": 4, "addr": "12.0.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8cd6cd2b-c278-4f2e-9b73-84be304cb418", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8cd6cd2b-c278-4f2e-9b73-84be304cb418", "rel": "bookmark"}], "image": {"id": "66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634", "links": [{"href": "http://172.30.9.21:8774/images/66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T11:12:51.000000", "flavor": {"id": "8e00445a-f9a2-44ce-b929-661e7e77493c", "links": [{"href": "http://172.30.9.21:8774/flavors/8e00445a-f9a2-44ce-b929-661e7e77493c", "rel": "bookmark"}]}, "id": "8cd6cd2b-c278-4f2e-9b73-84be304cb418", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T11:12:52Z", "hostId": "eae65a8b7d60760391275cb21c9919975b5ee46ddca84944a8a6895f", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-10-26T11:12:04Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "e9e6d696-032c-4157-b59c-31e3a1251b5c"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_ad566928-fede-4f0a-965a-66efd9835f90": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:d2:0c", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:d2:0c", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T11:09:17.000000", "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T11:09:17Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:13:26,762 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1b7dedcf-dc49-4432-b66b-6758e3e6ee47 2018-10-26 11:13:26,763 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.852796077728s 2018-10-26 11:13:26,763 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1b7dedcf-dc49-4432-b66b-6758e3e6ee47 2018-10-26 11:13:26,767 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:13:26,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:13:27,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:13:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ebddd54b-72e4-45e1-b125-6472bae39585 x-compute-request-id: req-ebddd54b-72e4-45e1-b125-6472bae39585 Content-Encoding: gzip Content-Length: 1179 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:9d:7d:4b", "version": 4, "addr": "11.0.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:7d:4b", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b7:ba:73", "version": 4, "addr": "12.0.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/f13bd596-43f3-44fd-863c-eccb679eea93", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/f13bd596-43f3-44fd-863c-eccb679eea93", "rel": "bookmark"}], "image": {"id": "66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634", "links": [{"href": "http://172.30.9.21:8774/images/66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T11:12:51.000000", "flavor": {"id": "8e00445a-f9a2-44ce-b929-661e7e77493c", "links": [{"href": "http://172.30.9.21:8774/flavors/8e00445a-f9a2-44ce-b929-661e7e77493c", "rel": "bookmark"}]}, "id": "f13bd596-43f3-44fd-863c-eccb679eea93", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T11:12:52Z", "hostId": "eae65a8b7d60760391275cb21c9919975b5ee46ddca84944a8a6895f", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-10-26T11:12:04Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "e9e6d696-032c-4157-b59c-31e3a1251b5c"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:ba:b3", "version": 4, "addr": "11.0.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:ba:b3", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:a9:fb", "version": 4, "addr": "12.0.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8cd6cd2b-c278-4f2e-9b73-84be304cb418", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8cd6cd2b-c278-4f2e-9b73-84be304cb418", "rel": "bookmark"}], "image": {"id": "66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634", "links": [{"href": "http://172.30.9.21:8774/images/66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T11:12:51.000000", "flavor": {"id": "8e00445a-f9a2-44ce-b929-661e7e77493c", "links": [{"href": "http://172.30.9.21:8774/flavors/8e00445a-f9a2-44ce-b929-661e7e77493c", "rel": "bookmark"}]}, "id": "8cd6cd2b-c278-4f2e-9b73-84be304cb418", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T11:12:52Z", "hostId": "eae65a8b7d60760391275cb21c9919975b5ee46ddca84944a8a6895f", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-10-26T11:12:04Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "e9e6d696-032c-4157-b59c-31e3a1251b5c"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_ad566928-fede-4f0a-965a-66efd9835f90": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:d2:0c", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:d2:0c", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T11:09:17.000000", "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T11:09:17Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:13:27,461 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ebddd54b-72e4-45e1-b125-6472bae39585 2018-10-26 11:13:27,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.694346189499s 2018-10-26 11:13:27,462 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ebddd54b-72e4-45e1-b125-6472bae39585 2018-10-26 11:13:27,466 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_ip of target_vnf : 11.0.0.5 2018-10-26 11:13:27,466 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_mac of target_vnf : fa:16:3e:78:ba:b3 2018-10-26 11:13:27,466 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:13:27,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:13:28,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:13:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7a1729f5-3fea-4780-b8d9-644e9dfd49ac x-compute-request-id: req-7a1729f5-3fea-4780-b8d9-644e9dfd49ac Content-Encoding: gzip Content-Length: 1179 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:9d:7d:4b", "version": 4, "addr": "11.0.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:7d:4b", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b7:ba:73", "version": 4, "addr": "12.0.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/f13bd596-43f3-44fd-863c-eccb679eea93", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/f13bd596-43f3-44fd-863c-eccb679eea93", "rel": "bookmark"}], "image": {"id": "66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634", "links": [{"href": "http://172.30.9.21:8774/images/66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T11:12:51.000000", "flavor": {"id": "8e00445a-f9a2-44ce-b929-661e7e77493c", "links": [{"href": "http://172.30.9.21:8774/flavors/8e00445a-f9a2-44ce-b929-661e7e77493c", "rel": "bookmark"}]}, "id": "f13bd596-43f3-44fd-863c-eccb679eea93", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T11:12:52Z", "hostId": "eae65a8b7d60760391275cb21c9919975b5ee46ddca84944a8a6895f", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-10-26T11:12:04Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "e9e6d696-032c-4157-b59c-31e3a1251b5c"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:ba:b3", "version": 4, "addr": "11.0.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:ba:b3", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:a9:fb", "version": 4, "addr": "12.0.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8cd6cd2b-c278-4f2e-9b73-84be304cb418", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8cd6cd2b-c278-4f2e-9b73-84be304cb418", "rel": "bookmark"}], "image": {"id": "66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634", "links": [{"href": "http://172.30.9.21:8774/images/66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T11:12:51.000000", "flavor": {"id": "8e00445a-f9a2-44ce-b929-661e7e77493c", "links": [{"href": "http://172.30.9.21:8774/flavors/8e00445a-f9a2-44ce-b929-661e7e77493c", "rel": "bookmark"}]}, "id": "8cd6cd2b-c278-4f2e-9b73-84be304cb418", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T11:12:52Z", "hostId": "eae65a8b7d60760391275cb21c9919975b5ee46ddca84944a8a6895f", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-10-26T11:12:04Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "e9e6d696-032c-4157-b59c-31e3a1251b5c"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_ad566928-fede-4f0a-965a-66efd9835f90": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:d2:0c", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:d2:0c", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T11:09:17.000000", "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T11:09:17Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:13:28,415 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7a1729f5-3fea-4780-b8d9-644e9dfd49ac 2018-10-26 11:13:28,416 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.949239015579s 2018-10-26 11:13:28,416 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7a1729f5-3fea-4780-b8d9-644e9dfd49ac 2018-10-26 11:13:28,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:13:28,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:13:28,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11: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,Accept-Encoding x-openstack-request-id: req-4cc05979-5100-4d4e-ab23-8efe0aea916e x-compute-request-id: req-4cc05979-5100-4d4e-ab23-8efe0aea916e Content-Encoding: gzip Content-Length: 1179 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:9d:7d:4b", "version": 4, "addr": "11.0.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:7d:4b", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b7:ba:73", "version": 4, "addr": "12.0.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/f13bd596-43f3-44fd-863c-eccb679eea93", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/f13bd596-43f3-44fd-863c-eccb679eea93", "rel": "bookmark"}], "image": {"id": "66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634", "links": [{"href": "http://172.30.9.21:8774/images/66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T11:12:51.000000", "flavor": {"id": "8e00445a-f9a2-44ce-b929-661e7e77493c", "links": [{"href": "http://172.30.9.21:8774/flavors/8e00445a-f9a2-44ce-b929-661e7e77493c", "rel": "bookmark"}]}, "id": "f13bd596-43f3-44fd-863c-eccb679eea93", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T11:12:52Z", "hostId": "eae65a8b7d60760391275cb21c9919975b5ee46ddca84944a8a6895f", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-10-26T11:12:04Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "e9e6d696-032c-4157-b59c-31e3a1251b5c"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:ba:b3", "version": 4, "addr": "11.0.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:ba:b3", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:a9:fb", "version": 4, "addr": "12.0.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8cd6cd2b-c278-4f2e-9b73-84be304cb418", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8cd6cd2b-c278-4f2e-9b73-84be304cb418", "rel": "bookmark"}], "image": {"id": "66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634", "links": [{"href": "http://172.30.9.21:8774/images/66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T11:12:51.000000", "flavor": {"id": "8e00445a-f9a2-44ce-b929-661e7e77493c", "links": [{"href": "http://172.30.9.21:8774/flavors/8e00445a-f9a2-44ce-b929-661e7e77493c", "rel": "bookmark"}]}, "id": "8cd6cd2b-c278-4f2e-9b73-84be304cb418", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T11:12:52Z", "hostId": "eae65a8b7d60760391275cb21c9919975b5ee46ddca84944a8a6895f", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-10-26T11:12:04Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "e9e6d696-032c-4157-b59c-31e3a1251b5c"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_ad566928-fede-4f0a-965a-66efd9835f90": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:d2:0c", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:d2:0c", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T11:09:17.000000", "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T11:09:17Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:13:28,965 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4cc05979-5100-4d4e-ab23-8efe0aea916e 2018-10-26 11:13:28,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.545194864273s 2018-10-26 11:13:28,966 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4cc05979-5100-4d4e-ab23-8efe0aea916e 2018-10-26 11:13:28,969 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_ip of target_vnf : 12.0.0.7 2018-10-26 11:13:28,969 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_mac of target_vnf : fa:16:3e:9d:a9:fb 2018-10-26 11:13:28,969 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - init test exec 2018-10-26 11:13:28,991 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - init vnf controller 2018-10-26 11:13:29,009 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - initialize vm controller 2018-10-26 11:13:29,009 - functest.opnfv_tests.vnf.router.vnf_controller.command_generator - DEBUG - init command generator 2018-10-26 11:13:29,076 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - vRouter test Start Time:'2018-10-26 11:13:29' 2018-10-26 11:13:29,076 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Start config command target_vnf and reference_vnf 2018-10-26 11:13:29,077 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Configuration to target vnf 2018-10-26 11:13:29,101 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.202. 2018-10-26 11:13:29,104 - paramiko.transport - DEBUG - starting thread (client mode): 0x94d573d0L 2018-10-26 11:13:29,105 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-26 11:13:29,108 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_5.5p1 Debian-6+squeeze8 2018-10-26 11:13:29,108 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_5.5p1) 2018-10-26 11:13:29,110 - 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-26 11:13:29,110 - paramiko.transport - DEBUG - Kex agreed: diffie-hellman-group-exchange-sha256 2018-10-26 11:13:29,110 - paramiko.transport - DEBUG - HostKey agreed: ssh-rsa 2018-10-26 11:13:29,110 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-26 11:13:29,110 - paramiko.transport - DEBUG - MAC agreed: hmac-sha1 2018-10-26 11:13:29,110 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-26 11:13:29,144 - paramiko.transport - DEBUG - Got server p (2048 bits) 2018-10-26 11:13:29,285 - paramiko.transport - DEBUG - kex engine KexGexSHA256 specified hash_algo 2018-10-26 11:13:29,286 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-26 11:13:29,298 - paramiko.transport - DEBUG - Adding ssh-rsa host key for 172.30.9.202: 05fe7a9c6c774fcdf055d1aa31e1b495 2018-10-26 11:13:29,323 - paramiko.transport - DEBUG - userauth is OK 2018-10-26 11:13:29,330 - paramiko.transport - INFO - Auth banner: Welcome to VyOS 2018-10-26 11:13:29,330 - paramiko.transport - INFO - Authentication (password) successful! 2018-10-26 11:13:29,331 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.30.9.202. 2018-10-26 11:13:29,331 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-26 11:13:29,332 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-26 11:13:29,332 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-26 11:13:29,336 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-26 11:13:29,337 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-26 11:13:30,359 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : configure 2018-10-26 11:13:31,360 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : configure [edit] vyos@vyos# 2018-10-26 11:13:36,366 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth0 mtu 1450 2018-10-26 11:13:37,368 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth0 mtu 1450 [edit] vyos@vyos# 2018-10-26 11:13:42,373 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth1 mtu 1450 2018-10-26 11:13:43,375 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth1 mtu 1450 [edit] vyos@vyos# 2018-10-26 11:13:48,381 - 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-26 11:13:49,383 - 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-26 11:13:54,388 - 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-26 11:13:55,390 - 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-26 11:14:00,396 - 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-26 11:14:01,398 - 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-26 11:14:06,403 - 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-26 11:14:07,405 - 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-26 11:14:12,410 - 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-26 11:14:13,412 - 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-26 11:14:18,418 - 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-26 11:14:19,419 - 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-26 11:14:24,425 - 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-26 11:14:25,426 - 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-26 11:14:30,432 - 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-26 11:14:31,434 - 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-26 11:14:36,439 - 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-26 11:14:37,441 - 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-26 11:14:42,446 - 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-26 11:14:43,448 - 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-26 11:14:48,454 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-10-26 11:14:49,455 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-10-26 11:14:54,460 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.8 ebgp-multihop '2' 2018-10-26 11:14:55,462 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.8 ebgp-multihop '2' [edit] vyos@vyos# 2018-10-26 11:15:00,464 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.8 remote-as 65002 2018-10-26 11:15:01,465 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.8 remote-as 65002 [edit] vyos@vyos# 2018-10-26 11:15:06,467 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.8 update-source 12.0.0.7 2018-10-26 11:15:07,468 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.8 update-source 12.0.0.7 [edit] vyos@vyos# 2018-10-26 11:15:12,469 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.8 soft-reconfiguration inbound 2018-10-26 11:15:13,471 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.8 soft-reconfiguration inboun d [edit] vyos@vyos# 2018-10-26 11:15:18,476 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.8 password lab0033 2018-10-26 11:15:19,478 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.8 password lab0033 [edit] vyos@vyos# 2018-10-26 11:15:24,484 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.1.0/24 2018-10-26 11:15:25,485 - 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-26 11:15:30,491 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.2.0/24 2018-10-26 11:15:31,493 - 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-26 11:15:36,498 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.3.0/24 2018-10-26 11:15:37,500 - 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-26 11:15:42,506 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.4.0/24 2018-10-26 11:15:43,508 - 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-26 11:15:48,513 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.5.0/24 2018-10-26 11:15:49,515 - 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-26 11:15:54,520 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.6.0/24 2018-10-26 11:15:55,522 - 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-26 11:16:00,528 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.7.0/24 2018-10-26 11:16:01,530 - 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-26 11:16:06,531 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.8.0/24 2018-10-26 11:16:07,532 - 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-26 11:16:12,538 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.9.0/24 2018-10-26 11:16:13,540 - 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-26 11:16:18,545 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.10.0/24 2018-10-26 11:16:19,547 - 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-26 11:16:24,553 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 parameters router-id 12.0.0.7 2018-10-26 11:16:25,554 - 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-26 11:16:30,560 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-10-26 11:16:31,562 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-10-26 11:16:36,632 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-26 11:16:36,681 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Configuration to reference vnf 2018-10-26 11:16:36,722 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.211. 2018-10-26 11:16:36,725 - paramiko.transport - DEBUG - starting thread (client mode): 0x94e3f510L 2018-10-26 11:16:36,726 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-26 11:16:36,731 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_5.5p1 Debian-6+squeeze8 2018-10-26 11:16:36,731 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_5.5p1) 2018-10-26 11:16:36,732 - 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-26 11:16:36,733 - paramiko.transport - DEBUG - Kex agreed: diffie-hellman-group-exchange-sha256 2018-10-26 11:16:36,733 - paramiko.transport - DEBUG - HostKey agreed: ssh-rsa 2018-10-26 11:16:36,733 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-26 11:16:36,733 - paramiko.transport - DEBUG - MAC agreed: hmac-sha1 2018-10-26 11:16:36,734 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-26 11:16:36,767 - paramiko.transport - DEBUG - Got server p (2048 bits) 2018-10-26 11:16:36,876 - paramiko.transport - DEBUG - kex engine KexGexSHA256 specified hash_algo 2018-10-26 11:16:36,877 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-26 11:16:36,880 - paramiko.transport - DEBUG - Adding ssh-rsa host key for 172.30.9.211: 05fe7a9c6c774fcdf055d1aa31e1b495 2018-10-26 11:16:36,915 - paramiko.transport - DEBUG - userauth is OK 2018-10-26 11:16:36,923 - paramiko.transport - INFO - Auth banner: Welcome to VyOS 2018-10-26 11:16:36,923 - paramiko.transport - INFO - Authentication (password) successful! 2018-10-26 11:16:36,944 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.30.9.211. 2018-10-26 11:16:36,944 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-26 11:16:36,945 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-26 11:16:36,945 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-26 11:16:36,947 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-26 11:16:36,949 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-26 11:16:37,967 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : configure 2018-10-26 11:16:38,968 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : configure [edit] vyos@vyos# 2018-10-26 11:16:43,974 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth0 mtu 1450 2018-10-26 11:16:44,975 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth0 mtu 1450 [edit] vyos@vyos# 2018-10-26 11:16:49,981 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth1 mtu 1450 2018-10-26 11:16:50,982 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth1 mtu 1450 [edit] vyos@vyos# 2018-10-26 11:16:55,988 - 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-26 11:16:56,990 - 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-26 11:17:01,995 - 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-26 11:17:02,997 - 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-26 11:17:08,000 - 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-26 11:17:09,001 - 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-26 11:17:14,007 - 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-26 11:17:15,009 - 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-26 11:17:20,012 - 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-26 11:17:21,014 - 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-26 11:17:26,020 - 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-26 11:17:27,022 - 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-26 11:17:32,027 - 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-26 11:17:33,029 - 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-26 11:17:38,035 - 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-26 11:17:39,036 - 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-26 11:17:44,042 - 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-26 11:17:45,044 - 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-26 11:17:50,047 - 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-26 11:17:51,049 - 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-26 11:17:56,050 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-10-26 11:17:57,052 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-10-26 11:18:02,057 - 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-26 11:18:03,059 - 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-26 11:18:08,061 - 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-26 11:18:09,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-26 11:18:14,068 - 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.8 2018-10-26 11:18:15,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.8 [edit] vyos@vyos# 2018-10-26 11:18:20,075 - 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-26 11:18:21,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-26 11:18:26,082 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.7 password lab0033 2018-10-26 11:18:27,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-26 11:18:32,089 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.1.0/24 2018-10-26 11:18:33,090 - 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-26 11:18:38,096 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.2.0/24 2018-10-26 11:18:39,097 - 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-26 11:18:44,103 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.3.0/24 2018-10-26 11:18:45,104 - 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-26 11:18:50,109 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.4.0/24 2018-10-26 11:18:51,111 - 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-26 11:18:56,116 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.5.0/24 2018-10-26 11:18:57,118 - 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-26 11:19:02,123 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.6.0/24 2018-10-26 11:19:03,125 - 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-26 11:19:08,130 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.7.0/24 2018-10-26 11:19:09,132 - 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-26 11:19:14,137 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.8.0/24 2018-10-26 11:19:15,139 - 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-26 11:19:20,144 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.9.0/24 2018-10-26 11:19:21,146 - 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-26 11:19:26,151 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.10.0/24 2018-10-26 11:19:27,153 - 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-26 11:19:32,158 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 parameters router-id 12.0.0.8 2018-10-26 11:19:33,160 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 parameters router-id 12.0.0.8 [edit] vyos@vyos# 2018-10-26 11:19:38,165 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-10-26 11:19:39,166 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-10-26 11:19:44,183 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-26 11:19:44,187 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Finish config command. 2018-10-26 11:19:44,188 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Waiting for protocol stable. 2018-10-26 11:20:44,190 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Start check method 2018-10-26 11:20:44,235 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.202. 2018-10-26 11:20:44,239 - paramiko.transport - DEBUG - starting thread (client mode): 0x9539f4d0L 2018-10-26 11:20:44,239 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-26 11:20:44,242 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_5.5p1 Debian-6+squeeze8 2018-10-26 11:20:44,242 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_5.5p1) 2018-10-26 11:20:44,243 - 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-26 11:20:44,243 - paramiko.transport - DEBUG - Kex agreed: diffie-hellman-group-exchange-sha256 2018-10-26 11:20:44,243 - paramiko.transport - DEBUG - HostKey agreed: ssh-rsa 2018-10-26 11:20:44,244 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-26 11:20:44,244 - paramiko.transport - DEBUG - MAC agreed: hmac-sha1 2018-10-26 11:20:44,244 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-26 11:20:44,279 - paramiko.transport - DEBUG - Got server p (2048 bits) 2018-10-26 11:20:44,362 - paramiko.transport - DEBUG - kex engine KexGexSHA256 specified hash_algo 2018-10-26 11:20:44,362 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-26 11:20:44,365 - paramiko.transport - DEBUG - Adding ssh-rsa host key for 172.30.9.202: 05fe7a9c6c774fcdf055d1aa31e1b495 2018-10-26 11:20:44,398 - paramiko.transport - DEBUG - userauth is OK 2018-10-26 11:20:44,404 - paramiko.transport - INFO - Auth banner: Welcome to VyOS 2018-10-26 11:20:44,404 - paramiko.transport - INFO - Authentication (password) successful! 2018-10-26 11:20:44,429 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.30.9.202. 2018-10-26 11:20:44,430 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-26 11:20:44,431 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-26 11:20:44,431 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-26 11:20:44,433 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-26 11:20:44,434 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-26 11:20:45,436 - functest.opnfv_tests.vnf.router.vnf_controller.checker - DEBUG - init checker 2018-10-26 11:21:15,516 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-26 11:21:15,545 - 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-26 11:21:15,545 - 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.8 4 65002 3 6 0 0 0 00:01:02 10 Total number of neighbors 1 vyos@vyos:~$ 2018-10-26 11:21:15,546 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.8 | no-more BGP neighbor is 12.0.0.8, remote AS 65002, local AS 65001, external link BGP version 4, remote router ID 12.0.0.8 BGP state = Established, up for 00:01:08 Last read 12:47:06, 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: 2 0 Notifications: 0 0 Updates: 1 1 Keepalives: 3 2 Route Refresh: 0 0 Capability: 0 0 Total: 6 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.8, Foreign port: 38979 Nexthop: 12.0.0.7 Nexthop global: fe80::f816:3eff:fe9d:a9fb Nexthop local: :: BGP connection: non shared network Read thread: on Write thread: off vyos@vyos:~$ 2018-10-26 11:21:15,546 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.8 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-26 11:21:15,546 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.8 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.8 0 0 65002 i *> 10.1.2.0/24 12.0.0.8 0 0 65002 i *> 10.1.3.0/24 12.0.0.8 0 0 65002 i *> 10.1.4.0/24 12.0.0.8 0 0 65002 i *> 10.1.5.0/24 12.0.0.8 0 0 65002 i *> 10.1.6.0/24 12.0.0.8 0 0 65002 i *> 10.1.7.0/24 12.0.0.8 0 0 65002 i *> 10.1.8.0/24 12.0.0.8 0 0 65002 i *> 10.1.9.0/24 12.0.0.8 0 0 65002 i *> 10.1.10.0/24 12.0.0.8 0 0 65002 i Total number of prefixes 10 vyos@vyos:~$ 2018-10-26 11:21:15,546 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.8 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.8 0 0 65002 i *> 10.1.2.0/24 12.0.0.8 0 0 65002 i *> 10.1.3.0/24 12.0.0.8 0 0 65002 i *> 10.1.4.0/24 12.0.0.8 0 0 65002 i *> 10.1.5.0/24 12.0.0.8 0 0 65002 i *> 10.1.6.0/24 12.0.0.8 0 0 65002 i *> 10.1.7.0/24 12.0.0.8 0 0 65002 i *> 10.1.8.0/24 12.0.0.8 0 0 65002 i *> 10.1.9.0/24 12.0.0.8 0 0 65002 i *> 10.1.10.0/24 12.0.0.8 0 0 65002 i Total number of prefixes 10 vyos@vyos:~$ 2018-10-26 11:21:15,546 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Finish check method. 2018-10-26 11:21:15,546 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - vRouter test duration :'466.5' 2018-10-26 11:21:15,547 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - delete the reference_vnf 2018-10-26 11:21:15,547 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:21:15,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:21:17,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11: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-65d61fc9-fe40-4776-9a1f-53d5ae6fb1b8 x-compute-request-id: req-65d61fc9-fe40-4776-9a1f-53d5ae6fb1b8 Content-Encoding: gzip Content-Length: 1179 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:9d:7d:4b", "version": 4, "addr": "11.0.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:7d:4b", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b7:ba:73", "version": 4, "addr": "12.0.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/f13bd596-43f3-44fd-863c-eccb679eea93", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/f13bd596-43f3-44fd-863c-eccb679eea93", "rel": "bookmark"}], "image": {"id": "66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634", "links": [{"href": "http://172.30.9.21:8774/images/66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T11:12:51.000000", "flavor": {"id": "8e00445a-f9a2-44ce-b929-661e7e77493c", "links": [{"href": "http://172.30.9.21:8774/flavors/8e00445a-f9a2-44ce-b929-661e7e77493c", "rel": "bookmark"}]}, "id": "f13bd596-43f3-44fd-863c-eccb679eea93", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T11:12:52Z", "hostId": "eae65a8b7d60760391275cb21c9919975b5ee46ddca84944a8a6895f", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-10-26T11:12:04Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "e9e6d696-032c-4157-b59c-31e3a1251b5c"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:ba:b3", "version": 4, "addr": "11.0.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:ba:b3", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:a9:fb", "version": 4, "addr": "12.0.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8cd6cd2b-c278-4f2e-9b73-84be304cb418", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8cd6cd2b-c278-4f2e-9b73-84be304cb418", "rel": "bookmark"}], "image": {"id": "66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634", "links": [{"href": "http://172.30.9.21:8774/images/66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T11:12:51.000000", "flavor": {"id": "8e00445a-f9a2-44ce-b929-661e7e77493c", "links": [{"href": "http://172.30.9.21:8774/flavors/8e00445a-f9a2-44ce-b929-661e7e77493c", "rel": "bookmark"}]}, "id": "8cd6cd2b-c278-4f2e-9b73-84be304cb418", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T11:12:52Z", "hostId": "eae65a8b7d60760391275cb21c9919975b5ee46ddca84944a8a6895f", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-10-26T11:12:04Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "e9e6d696-032c-4157-b59c-31e3a1251b5c"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_ad566928-fede-4f0a-965a-66efd9835f90": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:d2:0c", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:d2:0c", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T11:09:17.000000", "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T11:09:17Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:21:17,469 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-65d61fc9-fe40-4776-9a1f-53d5ae6fb1b8 2018-10-26 11:21:17,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.92143201828s 2018-10-26 11:21:17,469 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-65d61fc9-fe40-4776-9a1f-53d5ae6fb1b8 2018-10-26 11:21:17,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-10-26 11:21:17,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/f13bd596-43f3-44fd-863c-eccb679eea93 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:21:17,649 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 11:21: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-4310ffd4-9ab4-436f-a3bd-d57615d8aa4a x-compute-request-id: req-4310ffd4-9ab4-436f-a3bd-d57615d8aa4a Content-Type: application/json 2018-10-26 11:21:17,649 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/f13bd596-43f3-44fd-863c-eccb679eea93 used request id req-4310ffd4-9ab4-436f-a3bd-d57615d8aa4a 2018-10-26 11:21:17,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.176132917404s 2018-10-26 11:21:17,649 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/f13bd596-43f3-44fd-863c-eccb679eea93 used request id req-4310ffd4-9ab4-436f-a3bd-d57615d8aa4a 2018-10-26 11:21:17,650 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - delete the target_vnf 2018-10-26 11:21:17,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:21:17,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:21:18,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:21: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-d181c62a-df01-479c-a319-eaace250168f x-compute-request-id: req-d181c62a-df01-479c-a319-eaace250168f Content-Encoding: gzip Content-Length: 1198 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:7d:4b", "version": 4, "addr": "11.0.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:7d:4b", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b7:ba:73", "version": 4, "addr": "12.0.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/f13bd596-43f3-44fd-863c-eccb679eea93", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/f13bd596-43f3-44fd-863c-eccb679eea93", "rel": "bookmark"}], "image": {"id": "66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634", "links": [{"href": "http://172.30.9.21:8774/images/66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T11:12:51.000000", "flavor": {"id": "8e00445a-f9a2-44ce-b929-661e7e77493c", "links": [{"href": "http://172.30.9.21:8774/flavors/8e00445a-f9a2-44ce-b929-661e7e77493c", "rel": "bookmark"}]}, "id": "f13bd596-43f3-44fd-863c-eccb679eea93", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T11:21:17Z", "hostId": "eae65a8b7d60760391275cb21c9919975b5ee46ddca84944a8a6895f", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-10-26T11:12:04Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "e9e6d696-032c-4157-b59c-31e3a1251b5c"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:ba:b3", "version": 4, "addr": "11.0.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:ba:b3", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9d:a9:fb", "version": 4, "addr": "12.0.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8cd6cd2b-c278-4f2e-9b73-84be304cb418", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8cd6cd2b-c278-4f2e-9b73-84be304cb418", "rel": "bookmark"}], "image": {"id": "66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634", "links": [{"href": "http://172.30.9.21:8774/images/66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T11:12:51.000000", "flavor": {"id": "8e00445a-f9a2-44ce-b929-661e7e77493c", "links": [{"href": "http://172.30.9.21:8774/flavors/8e00445a-f9a2-44ce-b929-661e7e77493c", "rel": "bookmark"}]}, "id": "8cd6cd2b-c278-4f2e-9b73-84be304cb418", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T11:12:52Z", "hostId": "eae65a8b7d60760391275cb21c9919975b5ee46ddca84944a8a6895f", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-10-26T11:12:04Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "e9e6d696-032c-4157-b59c-31e3a1251b5c"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_ad566928-fede-4f0a-965a-66efd9835f90": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:d2:0c", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:d2:0c", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T11:09:17.000000", "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T11:09:17Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:21:18,859 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d181c62a-df01-479c-a319-eaace250168f 2018-10-26 11:21:18,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.20888018608s 2018-10-26 11:21:18,860 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d181c62a-df01-479c-a319-eaace250168f 2018-10-26 11:21:18,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-10-26 11:21:18,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/8cd6cd2b-c278-4f2e-9b73-84be304cb418 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:21:19,013 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 11:21: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-5b092faf-c695-459d-a84b-423dc9dfc1a0 x-compute-request-id: req-5b092faf-c695-459d-a84b-423dc9dfc1a0 Content-Type: application/json 2018-10-26 11:21:19,013 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/8cd6cd2b-c278-4f2e-9b73-84be304cb418 used request id req-5b092faf-c695-459d-a84b-423dc9dfc1a0 2018-10-26 11:21:19,013 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.150188922882s 2018-10-26 11:21:19,014 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/8cd6cd2b-c278-4f2e-9b73-84be304cb418 used request id req-5b092faf-c695-459d-a84b-423dc9dfc1a0 2018-10-26 11:21:19,154 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-26 11:21:19,155 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | vyos_vrouter | functest | 16:32 | PASS | +----------------------+------------------+------------------+----------------+ 2018-10-26 11:21:19,159 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Deleting the current deployment 2018-10-26 11:21:19,160 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions 2018-10-26 11:21:19,256 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:21:19,256 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:21:19,257 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:21:19,257 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:21:19,257 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:21:19,257 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:21:19,257 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:21:19,257 - 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"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-26T11:10:39.355Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "0f7fd4a1-028d-4e14-a549-881d1692ae4d"}, {"status": "terminated", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-10-26T11:11:21.453Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "3971b264-bd1a-4143-9069-3d95bafccf88"}], "metadata": {"pagination": {"total": 2, "offset": 0, "size": 0}}} 2018-10-26 11:21:19,257 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:21:19,257 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:21:19 GMT 2018-10-26 11:21:19,257 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:21:19,258 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6363 2018-10-26 11:21:19,258 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:21:19,258 - 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-26 11:21:19,439 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:21:19,440 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:21:19,440 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:21:19,440 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:21:19,440 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:21:19,440 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:21:19,440 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:21:19,440 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 156 2018-10-26 11:21:19,440 - 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-26T11:21:19.339Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"} 2018-10-26 11:21:19,440 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:21:19,441 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:21:19 GMT 2018-10-26 11:21:19,441 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:21:19,441 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-10-26 11:21:19,441 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:21:19,441 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-26 11:21:19,558 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:21:19,558 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:21:19,558 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:21:19,558 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:21:19,558 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:21:19,558 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:21:19,559 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:21:19,559 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-10-26 11:21:19,559 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:21:19,559 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:21:19 GMT 2018-10-26 11:21:19,559 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:21:19,559 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-10-26 11:21:19,559 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:21:19,559 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/0a5ace31-64d6-437c-aa6f-31bbd8b612b5 2018-10-26 11:21:19,656 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:21:19,656 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:21:19,656 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:21:19,656 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:21:19,656 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:21:19,656 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:21:19,656 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:21:19,657 - 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-26T11:21:19.339Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"} 2018-10-26 11:21:19,657 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:21:19,657 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:21:19 GMT 2018-10-26 11:21:19,657 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:21:19,657 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-10-26 11:21:19,657 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:21:24,661 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-26 11:21:24,747 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:21:24,748 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:21:24,748 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:21:24,748 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:21:24,748 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:21:24,748 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:21:24,748 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:21:24,748 - 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-26T11:21:20.139Z", "message": "Starting 'uninstall' workflow execution", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:20.139Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "reference_vnf_host_an06y9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:21.051Z", "message": "Stopping node", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:21.051Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "target_vnf_host_1wes9v", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:21.051Z", "message": "Stopping node", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:21.051Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "reference_vnf_host_an06y9", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:22.062Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:22.062Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "target_vnf_host_1wes9v", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:22.062Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:22.062Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "reference_vnf_host_an06y9", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:22.062Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:22.062Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "target_vnf_host_1wes9v", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:22.062Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:22.062Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:23.083Z", "message": "Sending task 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:23.083Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "target_vnf_host_1wes9v", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:23.083Z", "message": "Task failed 'nova_plugin.server.stop' -> Instance 8cd6cd2b-c278-4f2e-9b73-84be304cb418 could not be found. [status_code=404]", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": [{"message": "Instance 8cd6cd2b-c278-4f2e-9b73-84be304cb418 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 8cd6cd2b-c278-4f2e-9b73-84be304cb418 could not be found. [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-10-26T11:21:23.083Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "reference_vnf_host_an06y9", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:23.083Z", "message": "Task failed 'nova_plugin.server.stop' -> Instance f13bd596-43f3-44fd-863c-eccb679eea93 could not be found. [status_code=404]", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": [{"message": "Instance f13bd596-43f3-44fd-863c-eccb679eea93 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 f13bd596-43f3-44fd-863c-eccb679eea93 could not be found. [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-10-26T11:21:23.083Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:23.083Z", "message": "Task started 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:23.083Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}], "metadata": {"pagination": {"total": 13, "offset": 0, "size": 50}}} 2018-10-26 11:21:24,748 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:21:24,749 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:21:24 GMT 2018-10-26 11:21:24,749 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:21:24,749 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9903 2018-10-26 11:21:24,749 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:21:24,749 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'uninstall' workflow execution 2018-10-26 11:21:24,750 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-10-26 11:21:24,750 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-10-26 11:21:24,750 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.stop' 2018-10-26 11:21:24,750 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.stop' 2018-10-26 11:21:24,750 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.stop' 2018-10-26 11:21:24,750 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.stop' 2018-10-26 11:21:24,751 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' 2018-10-26 11:21:24,751 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.stop' -> Instance 8cd6cd2b-c278-4f2e-9b73-84be304cb418 could not be found. [status_code=404] 2018-10-26 11:21:24,751 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.stop' -> Instance f13bd596-43f3-44fd-863c-eccb679eea93 could not be found. [status_code=404] 2018-10-26 11:21:24,751 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' 2018-10-26 11:21:24,751 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/0a5ace31-64d6-437c-aa6f-31bbd8b612b5 2018-10-26 11:21:24,814 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:21:24,814 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:21:24,814 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:21:24,814 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:21:24,814 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:21:24,814 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:21:24,815 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:21:24,815 - 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-26T11:21:19.339Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"} 2018-10-26 11:21:24,815 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:21:24,815 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:21:24 GMT 2018-10-26 11:21:24,815 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:21:24,815 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-10-26 11:21:24,815 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:21:29,821 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-26 11:21:29,888 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:21:29,888 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:21:29,888 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:21:29,889 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:21:29,889 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:21:29,889 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:21:29,889 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:21:29,889 - 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-26T11:21:25.280Z", "message": "Detaching port 7ab5670a-ebf0-48f7-800d-49ca17c543c0...", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:25.280Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5", "logger": "40995ca6-c775-482e-a89c-a26ada40e8d4"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:25.872Z", "message": "Task succeeded 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:25.872Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:25.954Z", "message": "Detaching port 3434ebb4-5f06-4a3e-93df-b94aba10be0a...", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:25.954Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5", "logger": "b4b27867-2b02-44a6-aacc-9a778f2b63dd"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:25.954Z", "message": "Successfully detached port 3434ebb4-5f06-4a3e-93df-b94aba10be0a", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:25.954Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5", "logger": "b4b27867-2b02-44a6-aacc-9a778f2b63dd"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:25.954Z", "message": "Successfully detached port 7ab5670a-ebf0-48f7-800d-49ca17c543c0", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:25.954Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5", "logger": "40995ca6-c775-482e-a89c-a26ada40e8d4"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:26.223Z", "message": "Sending task 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:26.223Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:26.223Z", "message": "Task started 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:26.223Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:26.223Z", "message": "Task succeeded 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:26.223Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:27.828Z", "message": "Detaching port 26aab2c3-5f8a-425a-a4cd-ecdecf478d0d...", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:27.828Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5", "logger": "29814168-014f-4583-ab0d-8d6f1e09edb5"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:28.474Z", "message": "Task succeeded 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:28.474Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:28.965Z", "message": "Detaching port 2bef9b40-aa98-4f59-ab61-c65a21c71579...", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:28.965Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5", "logger": "9c99c6c0-7b82-49d2-a2fd-9e98a498870f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:28.965Z", "message": "Successfully detached port 26aab2c3-5f8a-425a-a4cd-ecdecf478d0d", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:28.965Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5", "logger": "29814168-014f-4583-ab0d-8d6f1e09edb5"}, {"node_instance_id": "reference_vnf_host_an06y9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:29.281Z", "message": "Deleting node", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:29.281Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "reference_vnf_host_an06y9", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:29.281Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:29.281Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "reference_vnf_host_an06y9", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:29.281Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:29.281Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}], "metadata": {"pagination": {"total": 30, "offset": 11, "size": 50}}} 2018-10-26 11:21:29,889 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:21:29,889 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:21:29 GMT 2018-10-26 11:21:29,889 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:21:29,889 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7811 2018-10-26 11:21:29,889 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:21:29,890 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port 7ab5670a-ebf0-48f7-800d-49ca17c543c0... 2018-10-26 11:21:29,890 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2018-10-26 11:21:29,890 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port 3434ebb4-5f06-4a3e-93df-b94aba10be0a... 2018-10-26 11:21:29,891 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port 3434ebb4-5f06-4a3e-93df-b94aba10be0a 2018-10-26 11:21:29,891 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port 7ab5670a-ebf0-48f7-800d-49ca17c543c0 2018-10-26 11:21:29,891 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' 2018-10-26 11:21:29,891 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' 2018-10-26 11:21:29,891 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2018-10-26 11:21:29,891 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port 26aab2c3-5f8a-425a-a4cd-ecdecf478d0d... 2018-10-26 11:21:29,892 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2018-10-26 11:21:29,892 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port 2bef9b40-aa98-4f59-ab61-c65a21c71579... 2018-10-26 11:21:29,892 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port 26aab2c3-5f8a-425a-a4cd-ecdecf478d0d 2018-10-26 11:21:29,892 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-10-26 11:21:29,892 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.delete' 2018-10-26 11:21:29,892 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.delete' 2018-10-26 11:21:29,893 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/0a5ace31-64d6-437c-aa6f-31bbd8b612b5 2018-10-26 11:21:29,952 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:21:29,952 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:21:29,952 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:21:29,952 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:21:29,952 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:21:29,953 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:21:29,953 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:21:29,953 - 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-26T11:21:19.339Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"} 2018-10-26 11:21:29,953 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:21:29,953 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:21:29 GMT 2018-10-26 11:21:29,953 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:21:29,953 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-10-26 11:21:29,953 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:21:34,959 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-26 11:21:35,031 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:21:35,032 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:21:35,032 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:21:35,032 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:21:35,032 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:21:35,032 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:21:35,032 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:21:35,032 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_host_an06y9", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:29.974Z", "message": "deleting server", "level": "info", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:29.974Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5", "logger": "8b9b5e77-30c6-4775-891d-541e1f9a2d32"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:29.974Z", "message": "Successfully detached port 2bef9b40-aa98-4f59-ab61-c65a21c71579", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:29.974Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5", "logger": "9c99c6c0-7b82-49d2-a2fd-9e98a498870f"}, {"node_instance_id": "target_vnf_host_1wes9v", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:30.314Z", "message": "Deleting node", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:30.314Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "target_vnf_host_1wes9v", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:30.314Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:30.314Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "target_vnf_host_1wes9v", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:30.314Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:30.314Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:30.314Z", "message": "Task succeeded 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:30.314Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "target_vnf_host_1wes9v", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:30.983Z", "message": "deleting server", "level": "info", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:30.983Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5", "logger": "3fe132e0-a7b7-4ce7-9835-610245e5ad5b"}, {"node_instance_id": "reference_vnf_data_plane_port_u05m4p", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:31.327Z", "message": "Stopping node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:31.327Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "reference_vnf_port_5bekvm", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:31.327Z", "message": "Stopping node", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:31.327Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "reference_vnf_host_an06y9", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:31.327Z", "message": "Task failed 'nova_plugin.server.delete' -> Instance f13bd596-43f3-44fd-863c-eccb679eea93 could not be found. [status_code=404]", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": [{"message": "Instance f13bd596-43f3-44fd-863c-eccb679eea93 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 f13bd596-43f3-44fd-863c-eccb679eea93 could not be found. [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-10-26T11:21:31.327Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:32.342Z", "message": "Sending task 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:32.342Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "target_vnf_host_1wes9v", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:32.342Z", "message": "Task failed 'nova_plugin.server.delete' -> Instance 8cd6cd2b-c278-4f2e-9b73-84be304cb418 could not be found. [status_code=404]", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": [{"message": "Instance 8cd6cd2b-c278-4f2e-9b73-84be304cb418 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 8cd6cd2b-c278-4f2e-9b73-84be304cb418 could not be found. [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-10-26T11:21:32.342Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:32.342Z", "message": "Task started 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:32.342Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "reference_vnf_data_plane_port_u05m4p", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:33.366Z", "message": "deleting port", "level": "info", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:33.366Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5", "logger": "5bb55971-45c4-4a1d-a768-e503eed62c44"}, {"node_instance_id": "keypair_9ndy8n", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:33.483Z", "message": "Deleting node", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:33.483Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "reference_vnf_data_plane_port_u05m4p", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:33.483Z", "message": "Deleting node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:33.483Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:33.483Z", "message": "Sending task 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:33.483Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "reference_vnf_data_plane_port_u05m4p", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:33.483Z", "message": "Sending task 'neutron_plugin.port.delete'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:33.483Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "keypair_9ndy8n", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:33.483Z", "message": "Sending task 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:33.483Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "keypair_9ndy8n", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:33.483Z", "message": "Stopping node", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:33.483Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "target_vnf_data_plane_port_54wkis", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:33.483Z", "message": "Stopping node", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:33.483Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "target_vnf_port_27ksyv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:33.483Z", "message": "Stopping node", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:33.483Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:33.483Z", "message": "Task started 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:33.483Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "reference_vnf_data_plane_port_u05m4p", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:33.483Z", "message": "Task started 'neutron_plugin.port.delete'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:33.483Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "reference_vnf_port_5bekvm", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:34.496Z", "message": "Deleting node", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:34.496Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "target_vnf_data_plane_port_54wkis", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:34.496Z", "message": "Deleting node", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:34.496Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "reference_vnf_port_5bekvm", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:34.496Z", "message": "Sending task 'neutron_plugin.port.delete'", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:34.496Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "target_vnf_data_plane_port_54wkis", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:34.496Z", "message": "Sending task 'neutron_plugin.port.delete'", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:34.496Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "reference_vnf_port_5bekvm", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:34.496Z", "message": "Task started 'neutron_plugin.port.delete'", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:34.496Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "target_vnf_data_plane_port_54wkis", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:34.496Z", "message": "Task started 'neutron_plugin.port.delete'", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:34.496Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "keypair_9ndy8n", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:34.496Z", "message": "Task started 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:34.496Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:34.496Z", "message": "Task succeeded 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:34.496Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "keypair_9ndy8n", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:34.610Z", "message": "deleting keypair", "level": "info", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:34.610Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5", "logger": "0a659718-505e-4fe6-8a51-3cf47aadaa9c"}, {"node_instance_id": "target_vnf_data_plane_port_54wkis", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:34.610Z", "message": "deleting port", "level": "info", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:34.610Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5", "logger": "55e0d21d-4cc3-4b1e-807c-e1a21afb1c08"}, {"node_instance_id": "keypair_9ndy8n", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:34.610Z", "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-26T11:21:34.610Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5", "logger": "0a659718-505e-4fe6-8a51-3cf47aadaa9c"}], "metadata": {"pagination": {"total": 65, "offset": 26, "size": 50}}} 2018-10-26 11:21:35,032 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:21:35,032 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:21:35 GMT 2018-10-26 11:21:35,033 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:21:35,033 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 22086 2018-10-26 11:21:35,033 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:21:35,034 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting server 2018-10-26 11:21:35,034 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port 2bef9b40-aa98-4f59-ab61-c65a21c71579 2018-10-26 11:21:35,034 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-10-26 11:21:35,034 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.delete' 2018-10-26 11:21:35,034 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.delete' 2018-10-26 11:21:35,035 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2018-10-26 11:21:35,035 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting server 2018-10-26 11:21:35,035 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-10-26 11:21:35,035 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-10-26 11:21:35,035 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.delete' -> Instance f13bd596-43f3-44fd-863c-eccb679eea93 could not be found. [status_code=404] 2018-10-26 11:21:35,035 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.disconnect_port' 2018-10-26 11:21:35,036 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.delete' -> Instance 8cd6cd2b-c278-4f2e-9b73-84be304cb418 could not be found. [status_code=404] 2018-10-26 11:21:35,036 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.disconnect_port' 2018-10-26 11:21:35,036 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2018-10-26 11:21:35,036 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-10-26 11:21:35,036 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-10-26 11:21:35,036 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.disconnect_port' 2018-10-26 11:21:35,037 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2018-10-26 11:21:35,037 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.delete' 2018-10-26 11:21:35,037 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-10-26 11:21:35,037 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-10-26 11:21:35,037 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-10-26 11:21:35,037 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.disconnect_port' 2018-10-26 11:21:35,038 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2018-10-26 11:21:35,038 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-10-26 11:21:35,038 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-10-26 11:21:35,038 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2018-10-26 11:21:35,038 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2018-10-26 11:21:35,038 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2018-10-26 11:21:35,039 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2018-10-26 11:21:35,039 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.delete' 2018-10-26 11:21:35,039 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.disconnect_port' 2018-10-26 11:21:35,039 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting keypair 2018-10-26 11:21:35,039 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2018-10-26 11:21:35,039 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting private key file at /etc/cloudify/.ssh/vnf_test_keypair.pem 2018-10-26 11:21:35,040 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/0a5ace31-64d6-437c-aa6f-31bbd8b612b5 2018-10-26 11:21:35,122 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:21:35,122 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:21:35,122 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:21:35,122 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:21:35,122 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:21:35,123 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:21:35,123 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:21:35,123 - 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-26T11:21:19.339Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"} 2018-10-26 11:21:35,123 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:21:35,123 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:21:35 GMT 2018-10-26 11:21:35,123 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:21:35,123 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-10-26 11:21:35,123 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:21:40,129 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-26 11:21:40,314 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:21:40,314 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:21:40,314 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:21:40,315 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:21:40,315 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:21:40,315 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:21:40,315 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:21:40,315 - 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": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:35.509Z", "message": "Task succeeded 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:35.509Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "reference_vnf_data_plane_port_u05m4p", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:35.509Z", "message": "Task succeeded 'neutron_plugin.port.delete'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:35.509Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "keypair_9ndy8n", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:35.509Z", "message": "Task succeeded 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:35.509Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "reference_vnf_port_5bekvm", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:36.006Z", "message": "deleting port", "level": "info", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:36.006Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5", "logger": "f93a470d-cbe3-477a-b8fa-410033d778b1"}, {"node_instance_id": "target_vnf_port_27ksyv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:36.522Z", "message": "Deleting node", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:36.522Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "target_vnf_port_27ksyv", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:36.522Z", "message": "Sending task 'neutron_plugin.port.delete'", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:36.522Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "target_vnf_port_27ksyv", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:36.522Z", "message": "Task started 'neutron_plugin.port.delete'", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:36.522Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "target_vnf_port_27ksyv", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:37.196Z", "message": "deleting port", "level": "info", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:37.196Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5", "logger": "5229dab2-de33-4dff-a83f-75e08f89372e"}, {"node_instance_id": "data_plane_subnet_bmw9uc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:37.605Z", "message": "Stopping node", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:37.605Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "reference_vnf_ip_lv9h1q", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:37.605Z", "message": "Stopping node", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:37.605Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "reference_vnf_port_5bekvm", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:37.605Z", "message": "Task succeeded 'neutron_plugin.port.delete'", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:37.605Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "target_vnf_data_plane_port_54wkis", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:37.605Z", "message": "Task succeeded 'neutron_plugin.port.delete'", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:37.605Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "data_plane_subnet_bmw9uc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:38.627Z", "message": "Deleting node", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:38.627Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "reference_vnf_ip_lv9h1q", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:38.627Z", "message": "Deleting node", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:38.627Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "reference_vnf_ip_lv9h1q", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:38.627Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:38.627Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "data_plane_subnet_bmw9uc", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:38.627Z", "message": "Sending task 'neutron_plugin.subnet.delete'", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:38.627Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "reference_vnf_ip_lv9h1q", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:38.627Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:38.627Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "data_plane_subnet_bmw9uc", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:38.627Z", "message": "Task started 'neutron_plugin.subnet.delete'", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:38.627Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "target_vnf_port_27ksyv", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:38.627Z", "message": "Task succeeded 'neutron_plugin.port.delete'", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:38.627Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "data_plane_subnet_bmw9uc", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:38.790Z", "message": "deleting subnet", "level": "info", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:38.790Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5", "logger": "7c652d95-9a05-492e-b347-a5f139af3558"}, {"node_instance_id": "reference_vnf_ip_lv9h1q", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:39.218Z", "message": "deleting floatingip", "level": "info", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:39.218Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5", "logger": "8958890f-b749-4422-99e9-c2e51bc9ac0e"}, {"node_instance_id": "security_group_3jsxzk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:39.858Z", "message": "Deleting node", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:39.858Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:39.858Z", "message": "Sending task 'neutron_plugin.router.disconnect_subnet'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:39.858Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "security_group_3jsxzk", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:39.858Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:39.858Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "management_plane_subnet_ftwzgm", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:39.858Z", "message": "Stopping node", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:39.858Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "security_group_3jsxzk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:39.858Z", "message": "Stopping node", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:39.858Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "target_vnf_ip_rj6q4y", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:39.858Z", "message": "Stopping node", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:39.858Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:39.858Z", "message": "Task started 'neutron_plugin.router.disconnect_subnet'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:39.858Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "security_group_3jsxzk", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:39.858Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:39.858Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}], "metadata": {"pagination": {"total": 94, "offset": 61, "size": 50}}} 2018-10-26 11:21:40,315 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:21:40,315 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:21:40 GMT 2018-10-26 11:21:40,316 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:21:40,316 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 14503 2018-10-26 11:21:40,316 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:21:40,316 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.disconnect_port' 2018-10-26 11:21:40,317 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2018-10-26 11:21:40,317 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.keypair.delete' 2018-10-26 11:21:40,317 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2018-10-26 11:21:40,317 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-10-26 11:21:40,317 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2018-10-26 11:21:40,318 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2018-10-26 11:21:40,318 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2018-10-26 11:21:40,318 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-10-26 11:21:40,318 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-10-26 11:21:40,318 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2018-10-26 11:21:40,319 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2018-10-26 11:21:40,319 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-10-26 11:21:40,319 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-10-26 11:21:40,319 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-10-26 11:21:40,319 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.delete' 2018-10-26 11:21:40,319 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-10-26 11:21:40,319 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.delete' 2018-10-26 11:21:40,320 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2018-10-26 11:21:40,320 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting subnet 2018-10-26 11:21:40,320 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting floatingip 2018-10-26 11:21:40,320 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-10-26 11:21:40,320 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.disconnect_subnet' 2018-10-26 11:21:40,320 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-10-26 11:21:40,321 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-10-26 11:21:40,321 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-10-26 11:21:40,321 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-10-26 11:21:40,321 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.disconnect_subnet' 2018-10-26 11:21:40,321 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-10-26 11:21:40,322 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/0a5ace31-64d6-437c-aa6f-31bbd8b612b5 2018-10-26 11:21:40,392 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:21:40,392 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:21:40,392 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:21:40,393 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:21:40,393 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:21:40,393 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:21:40,393 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:21:40,393 - 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-26T11:21:19.339Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"} 2018-10-26 11:21:40,393 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:21:40,393 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:21:40 GMT 2018-10-26 11:21:40,393 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:21:40,393 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-10-26 11:21:40,394 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:21:45,399 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-26 11:21:45,467 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:21:45,467 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:21:45,467 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:21:45,467 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:21:45,467 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:21:45,467 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:21:45,468 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:21:45,468 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "security_group_3jsxzk", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:40.336Z", "message": "deleting security_group", "level": "info", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:40.336Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5", "logger": "05c6719f-60d2-417e-906f-067b81d7d93e"}, {"node_instance_id": "target_vnf_ip_rj6q4y", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:40.936Z", "message": "Deleting node", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:40.936Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "target_vnf_ip_rj6q4y", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:40.936Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:40.936Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "target_vnf_ip_rj6q4y", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:40.936Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:40.936Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "reference_vnf_ip_lv9h1q", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:40.936Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:40.936Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "target_vnf_ip_rj6q4y", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:41.236Z", "message": "deleting floatingip", "level": "info", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:41.236Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5", "logger": "927899b7-f74a-48bf-8064-f46b8b995bd3"}, {"node_instance_id": "security_group_3jsxzk", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:41.947Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:41.947Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "data_plane_subnet_bmw9uc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:41.947Z", "message": "Task succeeded 'neutron_plugin.subnet.delete'", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:41.947Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "data_plane_network_q1pwa3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:42.965Z", "message": "Stopping node", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:42.965Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "target_vnf_ip_rj6q4y", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:42.965Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:42.965Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:42.965Z", "message": "Task succeeded 'neutron_plugin.router.disconnect_subnet'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:42.965Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "management_plane_subnet_ftwzgm", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:43.829Z", "message": "deleting subnet", "level": "info", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:43.829Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5", "logger": "a799d595-2946-4fdd-b0f4-fc4670c4350a"}, {"node_instance_id": "data_plane_network_q1pwa3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:43.982Z", "message": "Deleting node", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:43.982Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "management_plane_subnet_ftwzgm", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:43.982Z", "message": "Deleting node", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:43.982Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "data_plane_network_q1pwa3", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:43.982Z", "message": "Sending task 'neutron_plugin.network.delete'", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:43.982Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "management_plane_subnet_ftwzgm", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:43.982Z", "message": "Sending task 'neutron_plugin.subnet.delete'", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:43.982Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "data_plane_network_q1pwa3", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:43.982Z", "message": "Task started 'neutron_plugin.network.delete'", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:43.982Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "management_plane_subnet_ftwzgm", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:43.982Z", "message": "Task started 'neutron_plugin.subnet.delete'", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:43.982Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "data_plane_network_q1pwa3", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:44.243Z", "message": "deleting network", "level": "info", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:44.243Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5", "logger": "9b02e707-7450-4bcf-ac76-1b072f1775ea"}, {"node_instance_id": "data_plane_network_q1pwa3", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:45.399Z", "message": "Task succeeded 'neutron_plugin.network.delete'", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:45.399Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}], "metadata": {"pagination": {"total": 114, "offset": 90, "size": 50}}} 2018-10-26 11:21:45,468 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:21:45,468 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:21:45 GMT 2018-10-26 11:21:45,468 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:21:45,468 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 10238 2018-10-26 11:21:45,468 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:21:45,469 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting security_group 2018-10-26 11:21:45,469 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-10-26 11:21:45,469 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-10-26 11:21:45,469 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-10-26 11:21:45,469 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-10-26 11:21:45,470 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting floatingip 2018-10-26 11:21:45,470 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-10-26 11:21:45,470 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.delete' 2018-10-26 11:21:45,470 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-10-26 11:21:45,470 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-10-26 11:21:45,470 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.disconnect_subnet' 2018-10-26 11:21:45,471 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting subnet 2018-10-26 11:21:45,471 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-10-26 11:21:45,471 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-10-26 11:21:45,471 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.delete' 2018-10-26 11:21:45,471 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.delete' 2018-10-26 11:21:45,471 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.delete' 2018-10-26 11:21:45,471 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.delete' 2018-10-26 11:21:45,472 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting network 2018-10-26 11:21:45,472 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.delete' 2018-10-26 11:21:45,472 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/0a5ace31-64d6-437c-aa6f-31bbd8b612b5 2018-10-26 11:21:45,529 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:21:45,530 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:21:45,530 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:21:45,530 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:21:45,530 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:21:45,530 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:21:45,530 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:21:45,530 - 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-26T11:21:19.339Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"} 2018-10-26 11:21:45,531 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:21:45,531 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:21:45 GMT 2018-10-26 11:21:45,531 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:21:45,531 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-10-26 11:21:45,531 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:21:50,532 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-26 11:21:50,603 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:21:50,603 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:21:50,603 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:21:50,603 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:21:50,604 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:21:50,604 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:21:50,604 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:21:50,604 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "management_plane_subnet_ftwzgm", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:47.093Z", "message": "Task succeeded 'neutron_plugin.subnet.delete'", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:47.093Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "management_plane_network_6w4fcg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:48.001Z", "message": "Stopping node", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:48.001Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "router_lme7vh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:48.001Z", "message": "Stopping node", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:48.001Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "management_plane_network_6w4fcg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:49.152Z", "message": "Deleting node", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:49.152Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "router_lme7vh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:49.152Z", "message": "Deleting node", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:49.152Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "management_plane_network_6w4fcg", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:49.152Z", "message": "Sending task 'neutron_plugin.network.delete'", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:49.152Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "router_lme7vh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:49.152Z", "message": "Sending task 'neutron_plugin.router.delete'", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:49.152Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "management_plane_network_6w4fcg", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:49.152Z", "message": "Task started 'neutron_plugin.network.delete'", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:49.152Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "router_lme7vh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:49.152Z", "message": "Task started 'neutron_plugin.router.delete'", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:49.152Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "router_lme7vh", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:49.305Z", "message": "deleting router", "level": "info", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:49.305Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5", "logger": "7d11ed1d-4817-4a69-a404-cc6c766513a9"}, {"node_instance_id": "management_plane_network_6w4fcg", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:50.254Z", "message": "deleting network", "level": "info", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:50.254Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5", "logger": "dca2e170-82d7-4790-9c76-5c04acf0feb9"}], "metadata": {"pagination": {"total": 125, "offset": 110, "size": 50}}} 2018-10-26 11:21:50,604 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:21:50,604 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:21:50 GMT 2018-10-26 11:21:50,604 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:21:50,604 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5512 2018-10-26 11:21:50,604 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:21:50,605 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.delete' 2018-10-26 11:21:50,605 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-10-26 11:21:50,605 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-10-26 11:21:50,605 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-10-26 11:21:50,606 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-10-26 11:21:50,606 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.delete' 2018-10-26 11:21:50,606 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.delete' 2018-10-26 11:21:50,606 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.delete' 2018-10-26 11:21:50,606 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.delete' 2018-10-26 11:21:50,606 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting router 2018-10-26 11:21:50,606 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting network 2018-10-26 11:21:50,607 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/0a5ace31-64d6-437c-aa6f-31bbd8b612b5 2018-10-26 11:21:50,673 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:21:50,673 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:21:50,674 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:21:50,674 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:21:50,674 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:21:50,674 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:21:50,674 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:21:50,674 - 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-26T11:21:19.339Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"} 2018-10-26 11:21:50,674 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:21:50,674 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:21:50 GMT 2018-10-26 11:21:50,674 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:21:50,675 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-10-26 11:21:50,675 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:21:55,680 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-10-26 11:21:55,772 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:21:55,773 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:21:55,773 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:21:55,773 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:21:55,773 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:21:55,773 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:21:55,773 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:21:55,773 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "management_plane_network_6w4fcg", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:51.078Z", "message": "Task succeeded 'neutron_plugin.network.delete'", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:51.078Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "router_lme7vh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:52.448Z", "message": "Task succeeded 'neutron_plugin.router.delete'", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:52.448Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "external_network_adozqh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:53.170Z", "message": "Stopping node", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:53.170Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "external_network_adozqh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:54.191Z", "message": "Deleting node", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:54.191Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "external_network_adozqh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:54.191Z", "message": "Sending task 'neutron_plugin.network.delete'", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:54.191Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "external_network_adozqh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:54.191Z", "message": "Task started 'neutron_plugin.network.delete'", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:54.191Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": "external_network_adozqh", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:54.557Z", "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-26T11:21:54.557Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5", "logger": "e2e743e0-de0b-49ba-bf39-ca9fec8b2f52"}, {"node_instance_id": "external_network_adozqh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:55.208Z", "message": "Task succeeded 'neutron_plugin.network.delete'", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:55.208Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-10-26T11:21:55.208Z", "message": "'uninstall' workflow execution succeeded", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-10-26T11:21:55.208Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"}], "metadata": {"pagination": {"total": 134, "offset": 121, "size": 50}}} 2018-10-26 11:21:55,773 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:21:55,774 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:21:55 GMT 2018-10-26 11:21:55,774 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:21:55,774 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4583 2018-10-26 11:21:55,774 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:21:55,774 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.delete' 2018-10-26 11:21:55,774 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.delete' 2018-10-26 11:21:55,775 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-10-26 11:21:55,775 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-10-26 11:21:55,775 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.delete' 2018-10-26 11:21:55,775 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.delete' 2018-10-26 11:21:55,775 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - not deleting network since an external network is being used 2018-10-26 11:21:55,776 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.delete' 2018-10-26 11:21:55,776 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - 'uninstall' workflow execution succeeded 2018-10-26 11:21:55,776 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/0a5ace31-64d6-437c-aa6f-31bbd8b612b5 2018-10-26 11:21:55,853 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:21:55,853 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:21:55,853 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:21:55,854 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:21:55,854 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:21:55,854 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:21:55,854 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:21:55,854 - 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-26T11:21:19.339Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "0a5ace31-64d6-437c-aa6f-31bbd8b612b5"} 2018-10-26 11:21:55,854 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:21:55,854 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:21:55 GMT 2018-10-26 11:21:55,854 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:21:55,854 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 372 2018-10-26 11:21:55,855 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:21:55,855 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.210:80/api/v3/deployments/vrouter-opnfv 2018-10-26 11:21:56,140 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:21:56,140 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:21:56,141 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:21:56,141 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:21:56,141 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:21:56,141 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:21:56,141 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:21:56,141 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-10-26 11:21:56,141 - 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": "8e00445a-f9a2-44ce-b929-661e7e77493c", "target_vnf_flavor_id": "8e00445a-f9a2-44ce-b929-661e7e77493c", "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_ad566928-fede-4f0a-965a-66efd9835f90", "security_group_name": "vnf_test_security_group", "reference_vnf_image_id": "66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634", "keystone_password": "1e338bff-1fe4-4d5a-89d4-237680e9b94b", "region": "regionOne", "target_vnf_port_name": "target_vnf_port", "keystone_tenant_name": "vyos_vrouter-project_ad566928-fede-4f0a-965a-66efd9835f90", "keystone_project_domain_name": "Default", "keystone_url": "http://172.30.9.21: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": "66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634", "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"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "tenant_name": "default_tenant", "created_at": "2018-10-26T11:10:38.795Z", "updated_at": "2018-10-26T11:10:38.795Z", "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": []}, "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": {}, "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-26 11:21:56,141 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:21:56,141 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:21:56 GMT 2018-10-26 11:21:56,142 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:21:56,142 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9272 2018-10-26 11:21:56,142 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:21:56,142 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.210:80/api/v3/blueprints/vrouter-opnfv 2018-10-26 11:21:56,235 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-10-26 11:21:56,236 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-10-26 11:21:56,236 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-10-26 11:21:56,236 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-10-26 11:21:56,236 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-10-26 11:21:56,236 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-10-26 11:21:56,236 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-10-26 11:21:56,236 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-10-26 11:21:56,237 - 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-26T11:10:38.601Z", "updated_at": "2018-10-26T11:10:38.601Z", "created_by": "admin", "private_resource": false, "plan": {"relationships": {"cloudify.openstack.server_connected_to_port": {"name": "cloudify.openstack.server_connected_to_port", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_security_group": {"name": "cloudify.openstack.port_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.depends_on": {"properties": {"connection_type": {"default": "all_to_all"}}, "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "name": "cloudify.relationships.depends_on", "type_hierarchy": ["cloudify.relationships.depends_on"], "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}}, "cloudify.openstack.server_connected_to_keypair": {"name": "cloudify.openstack.server_connected_to_keypair", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.subnet_connected_to_router": {"name": "cloudify.openstack.subnet_connected_to_router", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_security_group": {"name": "cloudify.openstack.server_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_subnet": {"name": "cloudify.openstack.port_connected_to_subnet", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_subnet"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.contained_in": {"name": "cloudify.relationships.contained_in", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_floating_ip": {"name": "cloudify.openstack.port_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_floating_ip": {"name": "cloudify.openstack.server_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": {"default": "", "type": "string", "description": "The fixed IP to be associated with the floating IP. If omitted, Openstack will choose which port to associate.\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.connected_to": {"name": "cloudify.relationships.connected_to", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.volume_attached_to_server": {"name": "cloudify.openstack.volume_attached_to_server", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.volume_attached_to_server"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.attach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the attachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the attachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.detach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the detachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the detachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_depends_on_volume": {"name": "cloudify.relationships.file_system_depends_on_volume", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.file_system_depends_on_volume"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/fdisk.sh"}, "device_name": {"default": {"get_attribute": ["TARGET", "device_name"]}}}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_contained_in_compute": {"name": "cloudify.relationships.file_system_contained_in_compute", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in", "cloudify.relationships.file_system_contained_in_compute"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.contained_in", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/mount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/unmount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}}, "inputs": {"keypair_name": {"default": "vnf_test_keypair", "type": "string"}, "management_plane_network_name": {"default": "management_plane_network", "type": "string"}, "external_network_name": {"type": "string"}, "keystone_user_domain_name": {"type": "string"}, "data_plane_network_name": {"default": "data_plane_network", "type": "string"}, "target_vnf_name": {"default": "target_vnf", "type": "string"}, "reference_vnf_flavor_id": {"type": "string"}, "target_vnf_flavor_id": {"type": "string"}, "reference_vnf_name": {"default": "reference_vnf", "type": "string"}, "target_vnf_data_plane_port_name": {"default": "target_vnf_data_plane_port", "type": "string"}, "reference_vnf_data_plane_port_name": {"default": "reference_vnf_data_plane_port", "type": "string"}, "keystone_username": {"type": "string"}, "security_group_name": {"default": "vnf_test_security_group", "type": "string"}, "reference_vnf_image_id": {"type": "string"}, "keystone_password": {"type": "string"}, "target_vnf_port_name": {"default": "target_vnf_port", "type": "string"}, "keystone_tenant_name": {"type": "string"}, "keystone_project_domain_name": {"type": "string"}, "keystone_url": {"type": "string"}, "reference_vnf_port_name": {"default": "reference_vnf_port", "type": "string"}, "target_vnf_image_id": {"type": "string"}, "management_plane_subnet_name": {"default": "management_plane_subnet", "type": "string"}, "ssh_key_filename": {"default": "~/.ssh/vnf_test_keypair.pem", "type": "string"}, "router_name": {"default": "vnf_test_router", "type": "string"}, "region": {"type": "string"}, "data_plane_subnet_name": {"default": "data_plane_subnet", "type": "string"}}, "description": "This blueprint is deploy target_vnf reference_vnf management_ network and dataplane_network.\n", "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "outputs": {"vnfs": {"description": "Infomation of vnf.", "value": {"reference_vnf": {"vnf_name": {"get_property": ["reference_vnf_host", "resource_id"]}, "public_key_path": {"get_property": ["keypair", "private_key_path"]}, "floating_ip": {"get_attribute": ["reference_vnf_ip", "floating_ip_address"]}}, "target_vnf": {"vnf_name": {"get_property": ["target_vnf_host", "resource_id"]}, "public_key_path": {"get_property": ["keypair", "private_key_path"]}, "floating_ip": {"get_attribute": ["target_vnf_ip", "floating_ip_address"]}}}}, "networks": {"description": "Infomation of network.", "value": {"management_plane_network": {"network_name": {"get_property": ["management_plane_network", "resource_id"]}}, "data_plane_network": {"network_name": {"get_property": ["data_plane_network", "resource_id"]}}}}}, "version": {"definitions_name": "cloudify_dsl", "raw": "cloudify_dsl_1_3", "definitions_version": [1, 3]}, "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "groups": {}, "workflows": {"scale": {"operation": "cloudify.plugins.workflows.scale_entity", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}, "plugin": "default_workflows"}, "heal": {"operation": "cloudify.plugins.workflows.auto_heal_reinstall_node_subgraph", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}, "plugin": "default_workflows"}, "update": {"operation": "cloudify.plugins.workflows.update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}}, "plugin": "default_workflows"}, "execute_operation": {"operation": "cloudify.plugins.workflows.execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}, "plugin": "default_workflows"}, "install": {"operation": "cloudify.plugins.workflows.install", "parameters": {}, "plugin": "default_workflows"}, "install_new_agents": {"operation": "cloudify.plugins.workflows.install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}, "plugin": "default_workflows"}, "uninstall": {"operation": "cloudify.plugins.workflows.uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}, "plugin": "default_workflows"}}, "policies": {}, "nodes": [{"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}}, "name": "management_plane_network", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Network", "cloudify.openstack.nodes.Network"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.network.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.network.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.network.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "management_plane_network", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Network", "properties": {"network": {}, "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_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": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "target_vnf_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "target_vnf_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_name"}, "ip": "", "image": {"get_input": "target_vnf_image_id"}, "management_network_name": {"get_property": ["management_plane_network", "resource_id"]}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": false, "os_family": "linux", "flavor": {"get_input": "target_vnf_flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "reference_vnf_data_plane_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_data_plane_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "reference_vnf_data_plane_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_ip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "reference_vnf_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "reference_vnf_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "target_vnf_ip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_ip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"use_external_resource": false, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "create_if_missing": false, "resource_id": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "reference_vnf_ip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_ip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"use_external_resource": false, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "create_if_missing": false, "resource_id": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.disconnect_subnet"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.connect_subnet"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.disconnect_subnet"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.connect_subnet"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "router", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.subnet_connected_to_router", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}}, "name": "management_plane_subnet", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Subnet", "cloudify.openstack.nodes.Subnet"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.subnet.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.subnet.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.subnet.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "management_plane_subnet", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Subnet", "properties": {"subnet": {"ip_version": 4, "cidr": "11.0.0.0/24"}, "resource_id": {"get_input": "management_plane_subnet_name"}, "use_external_resource": false, "create_if_missing": false, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.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}, "resource_id": {"get_input": "data_plane_subnet_name"}, "use_external_resource": false, "create_if_missing": false, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "target_vnf_data_plane_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_data_plane_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_data_plane_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}}, "name": "keypair", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.openstack.nodes.KeyPair"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.keypair.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.keypair.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.keypair.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "keypair", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.KeyPair", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "keypair_name"}, "create_if_missing": false, "keypair": {}, "private_key_path": {"get_input": "ssh_key_filename"}, "use_external_resource": false}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_ip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "target_vnf_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}}, "name": "data_plane_network", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Network", "cloudify.openstack.nodes.Network"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.network.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.network.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.network.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "data_plane_network", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Network", "properties": {"network": {}, "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_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": {"description": "", "resource_id": {"get_input": "security_group_name"}, "rules": [{"remote_ip_prefix": "0.0.0.0/0", "port": 22}, {"port_range_min": 0, "port_range_max": 0, "protocol": "icmp", "remote_ip_prefix": "0.0.0.0/0"}, {"port_range_min": 1, "port_range_max": 65535, "protocol": "tcp", "remote_ip_prefix": "0.0.0.0/0"}, {"port_range_min": 1, "port_range_max": 65535, "protocol": "udp", "remote_ip_prefix": "0.0.0.0/0"}], "create_if_missing": false, "security_group": {"description": "Security group for vnf test"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "external_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.connected_to", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.delete"}}, "name": "router", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Router", "cloudify.openstack.nodes.Router"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.router.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.router.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.router.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "router", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Router", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "router_name"}, "create_if_missing": false, "default_to_managers_external_network": true, "router": {}, "external_network": "", "use_external_resource": false}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}}, "name": "external_network", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Network", "cloudify.openstack.nodes.Network"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.network.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.network.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.network.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "external_network", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Network", "properties": {"network": {}, "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": true, "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": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "reference_vnf_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "reference_vnf_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "reference_vnf_name"}, "ip": "", "image": {"get_input": "reference_vnf_image_id"}, "management_network_name": {"get_property": ["management_plane_network", "resource_id"]}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": false, "os_family": "linux", "flavor": {"get_input": "reference_vnf_flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}], "scaling_groups": {}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}}, "id": "vrouter-opnfv"} 2018-10-26 11:21:56,238 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-10-26 11:21:56,238 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 26 Oct 2018 11:21:56 GMT 2018-10-26 11:21:56,238 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-10-26 11:21:56,238 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 258596 2018-10-26 11:21:56,238 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-10-26 11:21:56,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-26 11:21:56,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:21:58,096 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-048698fc-01d2-4e2c-8ab2-2ded87e7a513 Date: Fri, 26 Oct 2018 11:21: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-26 11:21:58,096 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634 used request id req-048698fc-01d2-4e2c-8ab2-2ded87e7a513 2018-10-26 11:21:58,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.84554409981s 2018-10-26 11:21:58,097 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/66638dcc-a7d1-4b8c-9f4b-6b0dfaef4634 used request id req-048698fc-01d2-4e2c-8ab2-2ded87e7a513 2018-10-26 11:21:58,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-26 11:21:58,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a64ad07a93d7bc8ebe1c7783c54bbaaf96885d4e" 2018-10-26 11:21:58,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11: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-3ff910e2-d297-4c1e-9cb3-264e5c105ead x-compute-request-id: req-3ff910e2-d297-4c1e-9cb3-264e5c105ead Content-Encoding: gzip Content-Length: 370 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "name": "vyos_vrouter-flavor_ad566928-fede-4f0a-965a-66efd9835f90", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/8e00445a-f9a2-44ce-b929-661e7e77493c", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/8e00445a-f9a2-44ce-b929-661e7e77493c", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 50, "id": "8e00445a-f9a2-44ce-b929-661e7e77493c", "name": "vyos_vrouter-flavor_alt_ad566928-fede-4f0a-965a-66efd9835f90", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-26 11:21:58,281 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-3ff910e2-d297-4c1e-9cb3-264e5c105ead 2018-10-26 11:21:58,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.183745861053s 2018-10-26 11:21:58,281 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-3ff910e2-d297-4c1e-9cb3-264e5c105ead 2018-10-26 11:21:58,284 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-26 11:21:58,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/8e00445a-f9a2-44ce-b929-661e7e77493c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a64ad07a93d7bc8ebe1c7783c54bbaaf96885d4e" 2018-10-26 11:21:58,327 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 11: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 x-openstack-request-id: req-5ce1ccf4-f542-405e-b91b-02076eef39bc x-compute-request-id: req-5ce1ccf4-f542-405e-b91b-02076eef39bc Content-Length: 0 Content-Type: application/json 2018-10-26 11:21:58,327 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/8e00445a-f9a2-44ce-b929-661e7e77493c used request id req-5ce1ccf4-f542-405e-b91b-02076eef39bc 2018-10-26 11:21:58,328 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0436360836029s 2018-10-26 11:21:58,328 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/8e00445a-f9a2-44ce-b929-661e7e77493c used request id req-5ce1ccf4-f542-405e-b91b-02076eef39bc 2018-10-26 11:21:58,331 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-10-26 11:21:58,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/floatingips/c4b78bf3-c1ab-4aea-849e-7b9acf7ca4d8.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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:21:59,494 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-527b3371-ad07-440a-8101-b233c3c8515c Content-Length: 0 Date: Fri, 26 Oct 2018 11:21:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 11:21:59,494 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/c4b78bf3-c1ab-4aea-849e-7b9acf7ca4d8.json used request id req-527b3371-ad07-440a-8101-b233c3c8515c 2018-10-26 11:21:59,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.16364812851s 2018-10-26 11:21:59,495 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/c4b78bf3-c1ab-4aea-849e-7b9acf7ca4d8.json used request id req-527b3371-ad07-440a-8101-b233c3c8515c 2018-10-26 11:21:59,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-26 11:21:59,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:21:59,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-b76c6491-1aa7-4548-aa91-917d9a9c9a8b Date: Fri, 26 Oct 2018 11:21:59 GMT RESP BODY: {"floatingips": []} 2018-10-26 11:21:59,705 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-b76c6491-1aa7-4548-aa91-917d9a9c9a8b 2018-10-26 11:21:59,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.204988956451s 2018-10-26 11:21:59,706 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-b76c6491-1aa7-4548-aa91-917d9a9c9a8b 2018-10-26 11:21:59,706 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-10-26 11:21:59,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:21:59,881 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 11:21: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-3d547153-045b-465a-a2cb-37f2d4e91b4f x-compute-request-id: req-3d547153-045b-465a-a2cb-37f2d4e91b4f Content-Type: application/json 2018-10-26 11:21:59,881 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538 used request id req-3d547153-045b-465a-a2cb-37f2d4e91b4f 2018-10-26 11:21:59,881 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.174607992172s 2018-10-26 11:21:59,881 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538 used request id req-3d547153-045b-465a-a2cb-37f2d4e91b4f 2018-10-26 11:21:59,882 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:21:59,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:22:00,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:21: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-ff6db62b-649b-421c-8536-f4eec74c50ba x-compute-request-id: req-ff6db62b-649b-421c-8536-f4eec74c50ba Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vyos_vrouter-net_ad566928-fede-4f0a-965a-66efd9835f90": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:d2:0c", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:d2:0c", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T11:09:17.000000", "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T11:21:59Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:22:00,522 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ff6db62b-649b-421c-8536-f4eec74c50ba 2018-10-26 11:22:00,522 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.640361070633s 2018-10-26 11:22:00,522 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ff6db62b-649b-421c-8536-f4eec74c50ba 2018-10-26 11:22:00,524 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:22:02,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:22:02,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:22:03,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11: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-8a59e8d8-e873-4a53-a872-56cff0074d4b x-compute-request-id: req-8a59e8d8-e873-4a53-a872-56cff0074d4b Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vyos_vrouter-net_ad566928-fede-4f0a-965a-66efd9835f90": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:d2:0c", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cccd2280-2fc9-4aef-b5eb-07a99ad28538", "rel": "bookmark"}], "image": {"id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "links": [{"href": "http://172.30.9.21:8774/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-26T11:09:17.000000", "flavor": {"id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "links": [{"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}]}, "id": "cccd2280-2fc9-4aef-b5eb-07a99ad28538", "security_groups": [{"name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}], "user_id": "2e115ca1fa8a4b44920e8e3bf941ee55", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-10-26T11:21:59Z", "hostId": "9a5c0b0e09478768d96a3b92558e46b992855f266ec994547d63b014", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90", "name": "vyos_vrouter-vm_ad566928-fede-4f0a-965a-66efd9835f90", "created": "2018-10-26T11:06:40Z", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-26 11:22:03,572 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8a59e8d8-e873-4a53-a872-56cff0074d4b 2018-10-26 11:22:03,572 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.0455019474s 2018-10-26 11:22:03,573 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8a59e8d8-e873-4a53-a872-56cff0074d4b 2018-10-26 11:22:03,574 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-26 11:22:05,577 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-26 11:22:05,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:22:05,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11: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 x-openstack-request-id: req-0c0c72ca-664f-43c4-8588-b6222046569a x-compute-request-id: req-0c0c72ca-664f-43c4-8588-b6222046569a Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-26 11:22:05,663 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0c0c72ca-664f-43c4-8588-b6222046569a 2018-10-26 11:22:05,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0866329669952s 2018-10-26 11:22:05,664 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0c0c72ca-664f-43c4-8588-b6222046569a 2018-10-26 11:22:05,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-26 11:22:05,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:22:05,868 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6833 X-Openstack-Request-Id: req-7927066d-cc6b-4ccf-803a-16cb8cd51c05 Date: Fri, 26 Oct 2018 11:22:05 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "created_at": "2018-10-26T11:04:47Z", "updated_at": "2018-10-26T11:04:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:04:47Z", "revision_number": 0, "id": "4983b293-ca0e-48f4-ac17-2ae0276478f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T11:04:47Z", "security_group_id": "93605e7b-b86f-4d82-aa6e-63c484658162", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": null, "ethertype": "IPv6", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:04:47Z", "revision_number": 0, "id": "6bd335cc-3b13-4cf0-ac2e-e8fc8334bf21", "remote_group_id": "93605e7b-b86f-4d82-aa6e-63c484658162", "remote_ip_prefix": null, "created_at": "2018-10-26T11:04:47Z", "security_group_id": "93605e7b-b86f-4d82-aa6e-63c484658162", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": null, "ethertype": "IPv4", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:04:47Z", "revision_number": 0, "id": "7ffbf05c-8592-495e-bd6e-27b72caff732", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T11:04:47Z", "security_group_id": "93605e7b-b86f-4d82-aa6e-63c484658162", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": null, "ethertype": "IPv4", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:04:47Z", "revision_number": 0, "id": "b6520698-0d0a-4e9f-99c3-7496c46b7f0e", "remote_group_id": "93605e7b-b86f-4d82-aa6e-63c484658162", "remote_ip_prefix": null, "created_at": "2018-10-26T11:04:47Z", "security_group_id": "93605e7b-b86f-4d82-aa6e-63c484658162", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": null, "ethertype": "IPv6", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}], "revision_number": 4, "project_id": "82d2d876a3084e22b065060a9b2f6f5c", "id": "93605e7b-b86f-4d82-aa6e-63c484658162", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "created_at": "2018-10-26T11:06:35Z", "updated_at": "2018-10-26T11:06:37Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-26T11:06:35Z", "revision_number": 0, "id": "2aa182b2-c252-4ef8-a248-50a9d3ab79f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T11:06:35Z", "security_group_id": "cf42248b-974e-44f1-a7d6-df3a033656fc", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": 22, "ethertype": "IPv4", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:06:35Z", "revision_number": 0, "id": "5acda179-f007-4fd8-8c75-2d5afe766cd5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T11:06:35Z", "security_group_id": "cf42248b-974e-44f1-a7d6-df3a033656fc", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": null, "ethertype": "IPv4", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-10-26T11:06:37Z", "revision_number": 0, "id": "65742549-c6ff-4041-aa7a-1493ad0de756", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T11:06:37Z", "security_group_id": "cf42248b-974e-44f1-a7d6-df3a033656fc", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:06:36Z", "revision_number": 0, "id": "6843ff01-d9ca-4957-8744-6d2cbc7ede80", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T11:06:36Z", "security_group_id": "cf42248b-974e-44f1-a7d6-df3a033656fc", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": null, "ethertype": "IPv4", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-10-26T11:06:37Z", "revision_number": 0, "id": "7cf22388-ce8e-4b87-8601-06cd71690821", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T11:06:37Z", "security_group_id": "cf42248b-974e-44f1-a7d6-df3a033656fc", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-26T11:06:36Z", "revision_number": 0, "id": "8fa0de01-f42b-4697-9364-b7662b5b25df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T11:06:36Z", "security_group_id": "cf42248b-974e-44f1-a7d6-df3a033656fc", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": 80, "ethertype": "IPv4", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:06:35Z", "revision_number": 0, "id": "bb981335-40fe-4f63-916f-437569522254", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T11:06:35Z", "security_group_id": "cf42248b-974e-44f1-a7d6-df3a033656fc", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": null, "ethertype": "IPv6", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-10-26T11:06:36Z", "revision_number": 0, "id": "d3e55f36-e875-4641-ad24-359aa38e0f79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T11:06:36Z", "security_group_id": "cf42248b-974e-44f1-a7d6-df3a033656fc", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": 443, "ethertype": "IPv4", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}], "revision_number": 8, "project_id": "82d2d876a3084e22b065060a9b2f6f5c", "id": "cf42248b-974e-44f1-a7d6-df3a033656fc", "name": "vyos_vrouter-sg_ad566928-fede-4f0a-965a-66efd9835f90"}]} 2018-10-26 11:22:05,868 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-7927066d-cc6b-4ccf-803a-16cb8cd51c05 2018-10-26 11:22:05,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.201340913773s 2018-10-26 11:22:05,869 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-7927066d-cc6b-4ccf-803a-16cb8cd51c05 2018-10-26 11:22:05,872 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-26 11:22:05,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/security-groups/cf42248b-974e-44f1-a7d6-df3a033656fc.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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:22:06,139 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bdcc33a4-ece5-4004-a3fe-51673ca25989 Content-Length: 0 Date: Fri, 26 Oct 2018 11:22:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 11:22:06,139 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/cf42248b-974e-44f1-a7d6-df3a033656fc.json used request id req-bdcc33a4-ece5-4004-a3fe-51673ca25989 2018-10-26 11:22:06,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.266772985458s 2018-10-26 11:22:06,140 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/cf42248b-974e-44f1-a7d6-df3a033656fc.json used request id req-bdcc33a4-ece5-4004-a3fe-51673ca25989 2018-10-26 11:22:06,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-10-26 11:22:06,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:22:06,179 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 11:22: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-7166c3e8-e94e-4d85-926d-5dd769efbefc x-compute-request-id: req-7166c3e8-e94e-4d85-926d-5dd769efbefc Content-Length: 0 Content-Type: application/json 2018-10-26 11:22:06,179 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90 used request id req-7166c3e8-e94e-4d85-926d-5dd769efbefc 2018-10-26 11:22:06,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0392007827759s 2018-10-26 11:22:06,180 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/vyos_vrouter-kp_ad566928-fede-4f0a-965a-66efd9835f90 used request id req-7166c3e8-e94e-4d85-926d-5dd769efbefc 2018-10-26 11:22:06,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-10-26 11:22:06,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/bdf46faf-5123-4ed4-8561-2befab90c048/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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" -d '{"subnet_id": "28b82380-fdda-4f50-9111-c566c3267062"}' 2018-10-26 11:22:07,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-85358cbd-9bba-4800-b048-b875c24b396f Date: Fri, 26 Oct 2018 11:22:07 GMT RESP BODY: {"network_id": "258c9983-d981-442d-95da-bf73079abb3a", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "subnet_id": "28b82380-fdda-4f50-9111-c566c3267062", "subnet_ids": ["28b82380-fdda-4f50-9111-c566c3267062"], "port_id": "83cbe142-c267-4afc-bcb7-6098e4dc83b5", "id": "bdf46faf-5123-4ed4-8561-2befab90c048"} 2018-10-26 11:22:07,682 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/bdf46faf-5123-4ed4-8561-2befab90c048/remove_router_interface.json used request id req-85358cbd-9bba-4800-b048-b875c24b396f 2018-10-26 11:22:07,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.50238704681s 2018-10-26 11:22:07,683 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/bdf46faf-5123-4ed4-8561-2befab90c048/remove_router_interface.json used request id req-85358cbd-9bba-4800-b048-b875c24b396f returning object bdf46faf-5123-4ed4-8561-2befab90c048 2018-10-26 11:22:07,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-10-26 11:22:07,684 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:22:07,973 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 708 X-Openstack-Request-Id: req-37d88604-9ad7-44f9-98d2-a709d7a75c4f Date: Fri, 26 Oct 2018 11:22:07 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "created_at": "2018-10-26T11:04:50Z", "admin_state_up": true, "updated_at": "2018-10-26T11:22:06Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "82d2d876a3084e22b065060a9b2f6f5c", "id": "bdf46faf-5123-4ed4-8561-2befab90c048", "name": "vyos_vrouter-router_ad566928-fede-4f0a-965a-66efd9835f90"}]} 2018-10-26 11:22:07,974 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-37d88604-9ad7-44f9-98d2-a709d7a75c4f 2018-10-26 11:22:07,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.290098190308s 2018-10-26 11:22:07,974 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-37d88604-9ad7-44f9-98d2-a709d7a75c4f 2018-10-26 11:22:07,976 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-10-26 11:22:07,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/bdf46faf-5123-4ed4-8561-2befab90c048.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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:22:11,753 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-523ef5b1-8f84-4ae4-9852-fe8cefd97e23 Content-Length: 0 Date: Fri, 26 Oct 2018 11:22:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 11:22:11,753 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/bdf46faf-5123-4ed4-8561-2befab90c048.json used request id req-523ef5b1-8f84-4ae4-9852-fe8cefd97e23 2018-10-26 11:22:11,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.77795100212s 2018-10-26 11:22:11,754 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/bdf46faf-5123-4ed4-8561-2befab90c048.json used request id req-523ef5b1-8f84-4ae4-9852-fe8cefd97e23 2018-10-26 11:22:11,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-10-26 11:22:11,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:22:11,813 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-bad5233d-e220-4762-b877-7b53eba924a6 Date: Fri, 26 Oct 2018 11:22:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"258c9983-d981-442d-95da-bf73079abb3a","tenant_id":"82d2d876a3084e22b065060a9b2f6f5c","created_at":"2018-10-26T11:04:48Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-26T11:04:48Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"82d2d876a3084e22b065060a9b2f6f5c","id":"28b82380-fdda-4f50-9111-c566c3267062","subnetpool_id":null,"name":"vyos_vrouter-subnet_ad566928-fede-4f0a-965a-66efd9835f90"}]} 2018-10-26 11:22:11,813 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-bad5233d-e220-4762-b877-7b53eba924a6 2018-10-26 11:22:11,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0588521957397s 2018-10-26 11:22:11,814 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-bad5233d-e220-4762-b877-7b53eba924a6 2018-10-26 11:22:11,815 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-10-26 11:22:11,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/28b82380-fdda-4f50-9111-c566c3267062.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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:22:14,310 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a4bd0491-08ff-447e-b83f-3239e37e376d Date: Fri, 26 Oct 2018 11:22:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 11:22:14,311 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/28b82380-fdda-4f50-9111-c566c3267062.json used request id req-a4bd0491-08ff-447e-b83f-3239e37e376d 2018-10-26 11:22:14,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.49554109573s 2018-10-26 11:22:14,311 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/28b82380-fdda-4f50-9111-c566c3267062.json used request id req-a4bd0491-08ff-447e-b83f-3239e37e376d 2018-10-26 11:22:14,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-26 11:22:14,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:22:14,594 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1199 X-Openstack-Request-Id: req-14371e9d-7704-4946-b403-21ff95d7b253 Date: Fri, 26 Oct 2018 11:22:14 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-10-26T11:22:14Z","tenant_id":"82d2d876a3084e22b065060a9b2f6f5c","created_at":"2018-10-26T11:04:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"82d2d876a3084e22b065060a9b2f6f5c","id":"258c9983-d981-442d-95da-bf73079abb3a","name":"vyos_vrouter-net_ad566928-fede-4f0a-965a-66efd9835f90"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","mtu":1500}]} 2018-10-26 11:22:14,594 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-14371e9d-7704-4946-b403-21ff95d7b253 2018-10-26 11:22:14,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.28248000145s 2018-10-26 11:22:14,594 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-14371e9d-7704-4946-b403-21ff95d7b253 2018-10-26 11:22:14,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-10-26 11:22:14,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/258c9983-d981-442d-95da-bf73079abb3a.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}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:22:15,445 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-01024e19-b9d1-4e2a-8342-6776e4b2893c Date: Fri, 26 Oct 2018 11:22:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 11:22:15,445 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/258c9983-d981-442d-95da-bf73079abb3a.json used request id req-01024e19-b9d1-4e2a-8342-6776e4b2893c 2018-10-26 11:22:15,446 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.849930047989s 2018-10-26 11:22:15,446 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/258c9983-d981-442d-95da-bf73079abb3a.json used request id req-01024e19-b9d1-4e2a-8342-6776e4b2893c 2018-10-26 11:22:15,446 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-26 11:22:15,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:22:15,631 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-86ddbba0-be37-43d2-8252-d0b9af815ff5 Date: Fri, 26 Oct 2018 11:22:15 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/84d46950-ba9c-4c0b-b227-7a7f582aa764/snap", "metadata": {}}], "file": "/v2/images/84d46950-ba9c-4c0b-b227-7a7f582aa764/file", "owner": "82d2d876a3084e22b065060a9b2f6f5c", "id": "84d46950-ba9c-4c0b-b227-7a7f582aa764", "size": 4373348352, "self": "/v2/images/84d46950-ba9c-4c0b-b227-7a7f582aa764", "disk_format": "qcow2", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/84d46950-ba9c-4c0b-b227-7a7f582aa764/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-10-26T11:06:34Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_ad566928-fede-4f0a-965a-66efd9835f90", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_ad566928-fede-4f0a-965a-66efd9835f90", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-10-26T11:05:19Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-26 11:22:15,631 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-86ddbba0-be37-43d2-8252-d0b9af815ff5 2018-10-26 11:22:15,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.184319019318s 2018-10-26 11:22:15,631 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-86ddbba0-be37-43d2-8252-d0b9af815ff5 2018-10-26 11:22:15,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-26 11:22:15,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/84d46950-ba9c-4c0b-b227-7a7f582aa764 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5e96c80f1cfe26b8f3d9ba99829ef3f1fcdc52db" 2018-10-26 11:22:19,648 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5ec2ec31-30a2-4c73-bb2d-6fddf44c75d2 Date: Fri, 26 Oct 2018 11:22: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-26 11:22:19,648 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/84d46950-ba9c-4c0b-b227-7a7f582aa764 used request id req-5ec2ec31-30a2-4c73-bb2d-6fddf44c75d2 2018-10-26 11:22:19,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 4.01523280144s 2018-10-26 11:22:19,649 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/84d46950-ba9c-4c0b-b227-7a7f582aa764 used request id req-5ec2ec31-30a2-4c73-bb2d-6fddf44c75d2 2018-10-26 11:22:19,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-26 11:22:19,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a64ad07a93d7bc8ebe1c7783c54bbaaf96885d4e" 2018-10-26 11:22:19,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11: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-efcc66ec-6b94-42e0-ae96-c9a86da671f0 x-compute-request-id: req-efcc66ec-6b94-42e0-ae96-c9a86da671f0 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "436c6e8c-7b43-4ec7-b06c-0ecd2cea3926", "name": "vyos_vrouter-flavor_ad566928-fede-4f0a-965a-66efd9835f90", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-26 11:22:19,684 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-efcc66ec-6b94-42e0-ae96-c9a86da671f0 2018-10-26 11:22:19,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0344059467316s 2018-10-26 11:22:19,684 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-efcc66ec-6b94-42e0-ae96-c9a86da671f0 2018-10-26 11:22:19,685 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-26 11:22:19,688 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a64ad07a93d7bc8ebe1c7783c54bbaaf96885d4e" 2018-10-26 11:22:19,740 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 11: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-89de4449-4447-41c1-beaa-8e9f4f8d5c70 x-compute-request-id: req-89de4449-4447-41c1-beaa-8e9f4f8d5c70 Content-Length: 0 Content-Type: application/json 2018-10-26 11:22:19,740 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926 used request id req-89de4449-4447-41c1-beaa-8e9f4f8d5c70 2018-10-26 11:22:19,741 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0549130439758s 2018-10-26 11:22:19,741 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/436c6e8c-7b43-4ec7-b06c-0ecd2cea3926 used request id req-89de4449-4447-41c1-beaa-8e9f4f8d5c70 2018-10-26 11:22:19,741 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-26 11:22:19,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}a64ad07a93d7bc8ebe1c7783c54bbaaf96885d4e" 2018-10-26 11:22:19,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:22:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bb392cc-5bee-4ba1-a2de-62401dd20b02 Content-Encoding: gzip Content-Length: 873 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vyos_vrouter-user_ad566928-fede-4f0a-965a-66efd9835f90", "links": {"self": "http://172.30.9.21:5000/v3/users/2e115ca1fa8a4b44920e8e3bf941ee55"}, "domain_id": "default", "enabled": true, "id": "2e115ca1fa8a4b44920e8e3bf941ee55", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 11:22:19,844 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-3bb392cc-5bee-4ba1-a2de-62401dd20b02 2018-10-26 11:22:19,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.102560997009s 2018-10-26 11:22:19,844 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-3bb392cc-5bee-4ba1-a2de-62401dd20b02 2018-10-26 11:22:19,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-26 11:22:19,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/2e115ca1fa8a4b44920e8e3bf941ee55 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a64ad07a93d7bc8ebe1c7783c54bbaaf96885d4e" 2018-10-26 11:22:19,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:22:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3eda972d-1483-484d-8959-effafe4fbe38 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/2e115ca1fa8a4b44920e8e3bf941ee55"}, "enabled": true, "id": "2e115ca1fa8a4b44920e8e3bf941ee55", "options": {}, "domain_id": "default", "name": "vyos_vrouter-user_ad566928-fede-4f0a-965a-66efd9835f90"}} 2018-10-26 11:22:19,949 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/2e115ca1fa8a4b44920e8e3bf941ee55 used request id req-3eda972d-1483-484d-8959-effafe4fbe38 2018-10-26 11:22:19,949 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0981509685516s 2018-10-26 11:22:19,949 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/2e115ca1fa8a4b44920e8e3bf941ee55 used request id req-3eda972d-1483-484d-8959-effafe4fbe38 2018-10-26 11:22:19,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-26 11:22:19,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/2e115ca1fa8a4b44920e8e3bf941ee55 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a64ad07a93d7bc8ebe1c7783c54bbaaf96885d4e" 2018-10-26 11:22:20,154 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 11:22:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fe2b1f2f-450f-45df-a170-a56b40249cb4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 11:22:20,154 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/2e115ca1fa8a4b44920e8e3bf941ee55 used request id req-fe2b1f2f-450f-45df-a170-a56b40249cb4 2018-10-26 11:22:20,154 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.204106092453s 2018-10-26 11:22:20,154 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/2e115ca1fa8a4b44920e8e3bf941ee55 used request id req-fe2b1f2f-450f-45df-a170-a56b40249cb4 2018-10-26 11:22:20,155 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-26 11:22:20,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}a64ad07a93d7bc8ebe1c7783c54bbaaf96885d4e" 2018-10-26 11:22:20,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:22:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5815d696-a988-4253-9b50-22647ab82d65 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.21:5000/v3/projects/82d2d876a3084e22b065060a9b2f6f5c"}, "enabled": true, "id": "82d2d876a3084e22b065060a9b2f6f5c", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_ad566928-fede-4f0a-965a-66efd9835f90"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-26 11:22:20,236 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-5815d696-a988-4253-9b50-22647ab82d65 2018-10-26 11:22:20,236 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0815689563751s 2018-10-26 11:22:20,237 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-5815d696-a988-4253-9b50-22647ab82d65 2018-10-26 11:22:20,239 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-26 11:22:20,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/82d2d876a3084e22b065060a9b2f6f5c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a64ad07a93d7bc8ebe1c7783c54bbaaf96885d4e" 2018-10-26 11:22:20,410 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 11:22:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-981268bb-b4e1-46d1-a12c-69ef774f19ef Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 11:22:20,410 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/82d2d876a3084e22b065060a9b2f6f5c used request id req-981268bb-b4e1-46d1-a12c-69ef774f19ef 2018-10-26 11:22:20,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.171341896057s 2018-10-26 11:22:20,411 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/82d2d876a3084e22b065060a9b2f6f5c used request id req-981268bb-b4e1-46d1-a12c-69ef774f19ef 2018-10-26 11:22:20,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 11:22:20,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a64ad07a93d7bc8ebe1c7783c54bbaaf96885d4e" 2018-10-26 11:22:20,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:22:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c22a6b38-a9a7-4b91-bf70-bdd8c304a9c1 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "181c94152b0f4d7c987cd3c26398529c", "links": {"self": "http://172.30.9.21:5000/v3/roles/181c94152b0f4d7c987cd3c26398529c"}, "name": "Member"}, {"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 11:22:20,484 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c22a6b38-a9a7-4b91-bf70-bdd8c304a9c1 2018-10-26 11:22:20,485 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0734400749207s 2018-10-26 11:22:20,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-26 11:22:20,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/roles/181c94152b0f4d7c987cd3c26398529c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a64ad07a93d7bc8ebe1c7783c54bbaaf96885d4e" 2018-10-26 11:22:20,592 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 11:22:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e4286eb2-d9ff-4b19-baee-7ad684de85f0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 11:22:20,592 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/181c94152b0f4d7c987cd3c26398529c used request id req-e4286eb2-d9ff-4b19-baee-7ad684de85f0 2018-10-26 11:22:20,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.105741977692s 2018-10-26 11:22:20,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-26 11:22:20,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/security-groups.json?project_id=82d2d876a3084e22b065060a9b2f6f5c&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}a64ad07a93d7bc8ebe1c7783c54bbaaf96885d4e" 2018-10-26 11:22:20,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-792cbeba-ec5d-4b1a-a78c-436c3f33a6dc Date: Fri, 26 Oct 2018 11:22:20 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "created_at": "2018-10-26T11:04:47Z", "updated_at": "2018-10-26T11:04:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:04:47Z", "revision_number": 0, "id": "4983b293-ca0e-48f4-ac17-2ae0276478f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T11:04:47Z", "security_group_id": "93605e7b-b86f-4d82-aa6e-63c484658162", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": null, "ethertype": "IPv6", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:04:47Z", "revision_number": 0, "id": "6bd335cc-3b13-4cf0-ac2e-e8fc8334bf21", "remote_group_id": "93605e7b-b86f-4d82-aa6e-63c484658162", "remote_ip_prefix": null, "created_at": "2018-10-26T11:04:47Z", "security_group_id": "93605e7b-b86f-4d82-aa6e-63c484658162", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": null, "ethertype": "IPv4", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:04:47Z", "revision_number": 0, "id": "7ffbf05c-8592-495e-bd6e-27b72caff732", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T11:04:47Z", "security_group_id": "93605e7b-b86f-4d82-aa6e-63c484658162", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": null, "ethertype": "IPv4", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:04:47Z", "revision_number": 0, "id": "b6520698-0d0a-4e9f-99c3-7496c46b7f0e", "remote_group_id": "93605e7b-b86f-4d82-aa6e-63c484658162", "remote_ip_prefix": null, "created_at": "2018-10-26T11:04:47Z", "security_group_id": "93605e7b-b86f-4d82-aa6e-63c484658162", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": null, "ethertype": "IPv6", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}], "revision_number": 4, "project_id": "82d2d876a3084e22b065060a9b2f6f5c", "id": "93605e7b-b86f-4d82-aa6e-63c484658162", "name": "default"}]} 2018-10-26 11:22:20,787 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json?project_id=82d2d876a3084e22b065060a9b2f6f5c&name=default used request id req-792cbeba-ec5d-4b1a-a78c-436c3f33a6dc 2018-10-26 11:22:20,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.19152712822s 2018-10-26 11:22:20,787 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json?project_id=82d2d876a3084e22b065060a9b2f6f5c&name=default used request id req-792cbeba-ec5d-4b1a-a78c-436c3f33a6dc 2018-10-26 11:22:20,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-26 11:22:20,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a64ad07a93d7bc8ebe1c7783c54bbaaf96885d4e" 2018-10-26 11:22:21,000 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-77d77a0f-eba5-47b0-915e-d40ec1ea726c Date: Fri, 26 Oct 2018 11:22:21 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "created_at": "2018-10-26T11:04:47Z", "updated_at": "2018-10-26T11:04:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:04:47Z", "revision_number": 0, "id": "7ffbf05c-8592-495e-bd6e-27b72caff732", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T11:04:47Z", "security_group_id": "93605e7b-b86f-4d82-aa6e-63c484658162", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": null, "ethertype": "IPv4", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:04:47Z", "revision_number": 0, "id": "4983b293-ca0e-48f4-ac17-2ae0276478f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T11:04:47Z", "security_group_id": "93605e7b-b86f-4d82-aa6e-63c484658162", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": null, "ethertype": "IPv6", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:04:47Z", "revision_number": 0, "id": "6bd335cc-3b13-4cf0-ac2e-e8fc8334bf21", "remote_group_id": "93605e7b-b86f-4d82-aa6e-63c484658162", "remote_ip_prefix": null, "created_at": "2018-10-26T11:04:47Z", "security_group_id": "93605e7b-b86f-4d82-aa6e-63c484658162", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": null, "ethertype": "IPv4", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:04:47Z", "revision_number": 0, "id": "b6520698-0d0a-4e9f-99c3-7496c46b7f0e", "remote_group_id": "93605e7b-b86f-4d82-aa6e-63c484658162", "remote_ip_prefix": null, "created_at": "2018-10-26T11:04:47Z", "security_group_id": "93605e7b-b86f-4d82-aa6e-63c484658162", "tenant_id": "82d2d876a3084e22b065060a9b2f6f5c", "port_range_min": null, "ethertype": "IPv6", "project_id": "82d2d876a3084e22b065060a9b2f6f5c"}], "revision_number": 4, "project_id": "82d2d876a3084e22b065060a9b2f6f5c", "id": "93605e7b-b86f-4d82-aa6e-63c484658162", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 11:22:21,000 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-77d77a0f-eba5-47b0-915e-d40ec1ea726c 2018-10-26 11:22:21,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.209764957428s 2018-10-26 11:22:21,001 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-77d77a0f-eba5-47b0-915e-d40ec1ea726c 2018-10-26 11:22:21,006 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-26 11:22:21,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/security-groups/93605e7b-b86f-4d82-aa6e-63c484658162.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}a64ad07a93d7bc8ebe1c7783c54bbaaf96885d4e" 2018-10-26 11:22:21,312 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-869d509d-65f4-4ffd-a25b-fb5f762b48c0 Content-Length: 0 Date: Fri, 26 Oct 2018 11:22:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 11:22:21,312 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/93605e7b-b86f-4d82-aa6e-63c484658162.json used request id req-869d509d-65f4-4ffd-a25b-fb5f762b48c0 2018-10-26 11:22:21,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.30663394928s 2018-10-26 11:22:21,313 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/93605e7b-b86f-4d82-aa6e-63c484658162.json used request id req-869d509d-65f4-4ffd-a25b-fb5f762b48c0 2018-10-26 11:22:21,332 - xtesting.ci.run_tests - INFO - Loading test case 'juju_epc'... 2018-10-26 11:22:21,369 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-26 11:22:21,369 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-26 11:22:21,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-26 11:22:21,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-26 11:22:21,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-26 11:22:21,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-26 11:22:21,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-26 11:22:21,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-26 11:22:21,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-26 11:22:21,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-26 11:22:21,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-26 11:22:21,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-26 11:22:21,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-26 11:22:21,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-26 11:22:21,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-26 11:22:21,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-26 11:22:21,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-26 11:22:21,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-26 11:22:21,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-26 11:22:21,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-26 11:22:21,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-26 11:22:21,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-26 11:22:21,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 11:22:21,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:22:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3424a23e-cea5-476e-9d5c-b79e55d2e537 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 11:22:21,381 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-3424a23e-cea5-476e-9d5c-b79e55d2e537 2018-10-26 11:22:21,381 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 11:22:21,752 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}], "expires_at": "2018-10-26T12:22:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8dcd64f3c764883a33350227564ab99", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c8dcd64f3c764883a33350227564ab99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/c8dcd64f3c764883a33350227564ab99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/c8dcd64f3c764883a33350227564ab99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c8dcd64f3c764883a33350227564ab99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/c8dcd64f3c764883a33350227564ab99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/c8dcd64f3c764883a33350227564ab99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/c8dcd64f3c764883a33350227564ab99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/c8dcd64f3c764883a33350227564ab99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/c8dcd64f3c764883a33350227564ab99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/c8dcd64f3c764883a33350227564ab99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/c8dcd64f3c764883a33350227564ab99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/c8dcd64f3c764883a33350227564ab99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "407502ccd88d4e6a85d43ab4ef2e0d85"}, "audit_ids": ["5jEKRc_MTaeZ1xmaye39rw"], "issued_at": "2018-10-26T11:22:21.000000Z"}} 2018-10-26 11:22:21,755 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-26 11:22:21,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1e2ef6ad36fdc66baa44be106d4505f21c138f79" 2018-10-26 11:22:22,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-e524c1a7-4c83-4e46-851d-8f76ce4e9490 Date: Fri, 26 Oct 2018 11:22:22 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","provider:network_type":"flat"}]} 2018-10-26 11:22:22,069 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-e524c1a7-4c83-4e46-851d-8f76ce4e9490 2018-10-26 11:22:22,069 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.313543081284s 2018-10-26 11:22:22,070 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-e524c1a7-4c83-4e46-851d-8f76ce4e9490 2018-10-26 11:22:22,070 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-26 11:22:22,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}1e2ef6ad36fdc66baa44be106d4505f21c138f79" 2018-10-26 11:22:22,079 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 11:22: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 11:22:22,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e2ef6ad36fdc66baa44be106d4505f21c138f79" 2018-10-26 11:22:22,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:22:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fc68cc5-c1eb-4fc3-8841-b92e3ac89c08 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/865486593e12402f86e9636a8d3859ad"}, "description": "", "name": "heat_stack", "enabled": true, "id": "865486593e12402f86e9636a8d3859ad"}, {"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-10-26 11:22:22,175 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-4fc68cc5-c1eb-4fc3-8841-b92e3ac89c08 2018-10-26 11:22:22,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.105359077454s 2018-10-26 11:22:22,177 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-26 11:22:22,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}1e2ef6ad36fdc66baa44be106d4505f21c138f79" -d '{"project": {"description": "Created by OPNFV Functest: juju_epc", "enabled": true, "domain_id": "default", "name": "juju_epc-project_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d"}}' 2018-10-26 11:22:22,294 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 11:22:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-27b018aa-cabe-4536-9fc1-2f3fc2ff0f5a 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.21:5000/v3/projects/c0ff6e2364444535afebd9d13a90b53e"}, "enabled": true, "id": "c0ff6e2364444535afebd9d13a90b53e", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d"}} 2018-10-26 11:22:22,294 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-27b018aa-cabe-4536-9fc1-2f3fc2ff0f5a 2018-10-26 11:22:22,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.116635084152s 2018-10-26 11:22:22,294 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-27b018aa-cabe-4536-9fc1-2f3fc2ff0f5a 2018-10-26 11:22:22,295 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'juju_epc-project_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d', 'id': u'c0ff6e2364444535afebd9d13a90b53e', '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-26 11:22:22,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-26 11:22:22,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.369119167328s 2018-10-26 11:22:22,665 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/43550c01e48946779ec5905bd445ceb1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e2ef6ad36fdc66baa44be106d4505f21c138f79" 2018-10-26 11:22:22,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:22:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7562a2aa-13f8-466c-aabc-cae9895c4390 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/43550c01e48946779ec5905bd445ceb1"}, "enabled": true, "id": "43550c01e48946779ec5905bd445ceb1", "options": {}, "domain_id": "default", "name": "juju_epc-user_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d"}} 2018-10-26 11:22:22,777 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/43550c01e48946779ec5905bd445ceb1 used request id req-7562a2aa-13f8-466c-aabc-cae9895c4390 2018-10-26 11:22:22,777 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'43550c01e48946779ec5905bd445ceb1', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'juju_epc-user_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d'}) 2018-10-26 11:22:22,778 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 11:22:22,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e2ef6ad36fdc66baa44be106d4505f21c138f79" 2018-10-26 11:22:22,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:22:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38dc8f15-ac59-4b7f-9d6c-44edec8ff6cb Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 11:22:22,856 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-38dc8f15-ac59-4b7f-9d6c-44edec8ff6cb 2018-10-26 11:22:22,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0788898468018s 2018-10-26 11:22:22,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 11:22:22,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e2ef6ad36fdc66baa44be106d4505f21c138f79" 2018-10-26 11:22:22,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:22:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cfc439d-c482-414f-99bb-13d352b4949d Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 11:22:22,935 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-3cfc439d-c482-414f-99bb-13d352b4949d 2018-10-26 11:22:22,935 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.077574968338s 2018-10-26 11:22:22,936 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-26 11:22:22,937 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-26 11:22:22,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e2ef6ad36fdc66baa44be106d4505f21c138f79" -d '{"role": {"name": "Member"}}' 2018-10-26 11:22:23,083 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 11:22:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea1f08e3-1996-4c80-a83f-7b079ce3899e Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6ffd1d3562dc4e69b5adf82167dd7fb4", "links": {"self": "http://172.30.9.21:5000/v3/roles/6ffd1d3562dc4e69b5adf82167dd7fb4"}, "name": "Member"}} 2018-10-26 11:22:23,083 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-ea1f08e3-1996-4c80-a83f-7b079ce3899e 2018-10-26 11:22:23,084 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.146844148636s 2018-10-26 11:22:23,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles/6ffd1d3562dc4e69b5adf82167dd7fb4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e2ef6ad36fdc66baa44be106d4505f21c138f79" 2018-10-26 11:22:23,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:22:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6afff396-9ca4-4d9f-8051-38185e5ed8c6 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/6ffd1d3562dc4e69b5adf82167dd7fb4"}, "domain_id": null, "name": "Member", "id": "6ffd1d3562dc4e69b5adf82167dd7fb4"}} 2018-10-26 11:22:23,167 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/6ffd1d3562dc4e69b5adf82167dd7fb4 used request id req-6afff396-9ca4-4d9f-8051-38185e5ed8c6 2018-10-26 11:22:23,168 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.21:5000/v3/roles/6ffd1d3562dc4e69b5adf82167dd7fb4'}, 'domain_id': None, 'human_id': None, 'id': u'6ffd1d3562dc4e69b5adf82167dd7fb4', 'HUMAN_ID': False}) 2018-10-26 11:22:23,168 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 11:22:23,169 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e2ef6ad36fdc66baa44be106d4505f21c138f79" 2018-10-26 11:22:23,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:22:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-415f9010-2403-4f05-9d24-9436da7efbed Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6ffd1d3562dc4e69b5adf82167dd7fb4", "links": {"self": "http://172.30.9.21:5000/v3/roles/6ffd1d3562dc4e69b5adf82167dd7fb4"}, "name": "Member"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 11:22:23,251 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-415f9010-2403-4f05-9d24-9436da7efbed 2018-10-26 11:22:23,252 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0831160545349s 2018-10-26 11:22:23,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-26 11:22:23,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e2ef6ad36fdc66baa44be106d4505f21c138f79" 2018-10-26 11:22:23,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:22:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ab36144-5a40-427f-b3e5-c81106778bf2 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-10-26 11:22:23,335 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-8ab36144-5a40-427f-b3e5-c81106778bf2 2018-10-26 11:22:23,335 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0821731090546s 2018-10-26 11:22:23,336 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-26 11:22:23,336 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}1e2ef6ad36fdc66baa44be106d4505f21c138f79" 2018-10-26 11:22:23,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:22:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cdaf7dbe-e00e-4aad-ac0c-8e7e664c2591 Content-Encoding: gzip Content-Length: 865 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "juju_epc-user_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d", "links": {"self": "http://172.30.9.21:5000/v3/users/43550c01e48946779ec5905bd445ceb1"}, "domain_id": "default", "enabled": true, "id": "43550c01e48946779ec5905bd445ceb1", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 11:22:23,369 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-cdaf7dbe-e00e-4aad-ac0c-8e7e664c2591 2018-10-26 11:22:23,369 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0330648422241s 2018-10-26 11:22:23,369 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-cdaf7dbe-e00e-4aad-ac0c-8e7e664c2591 2018-10-26 11:22:23,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-26 11:22:23,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1e2ef6ad36fdc66baa44be106d4505f21c138f79" 2018-10-26 11:22:23,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:22:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71e67137-07c5-4edb-9601-312a3c62615f Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.21:5000/v3/projects/c0ff6e2364444535afebd9d13a90b53e"}, "enabled": true, "id": "c0ff6e2364444535afebd9d13a90b53e", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-26 11:22:23,457 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-71e67137-07c5-4edb-9601-312a3c62615f 2018-10-26 11:22:23,457 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.08154296875s 2018-10-26 11:22:23,458 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-71e67137-07c5-4edb-9601-312a3c62615f 2018-10-26 11:22:23,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-26 11:22:23,461 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=43550c01e48946779ec5905bd445ceb1&scope.project.id=c0ff6e2364444535afebd9d13a90b53e&role.id=6ffd1d3562dc4e69b5adf82167dd7fb4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e2ef6ad36fdc66baa44be106d4505f21c138f79" 2018-10-26 11:22:23,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:22:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b3333b2-a0db-48a2-a5ce-68134399b7a2 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=43550c01e48946779ec5905bd445ceb1&scope.project.id=c0ff6e2364444535afebd9d13a90b53e&role.id=6ffd1d3562dc4e69b5adf82167dd7fb4", "previous": null, "next": null}} 2018-10-26 11:22:23,540 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=43550c01e48946779ec5905bd445ceb1&scope.project.id=c0ff6e2364444535afebd9d13a90b53e&role.id=6ffd1d3562dc4e69b5adf82167dd7fb4 used request id req-9b3333b2-a0db-48a2-a5ce-68134399b7a2 2018-10-26 11:22:23,540 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0796618461609s 2018-10-26 11:22:23,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-26 11:22:23,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/c0ff6e2364444535afebd9d13a90b53e/users/43550c01e48946779ec5905bd445ceb1/roles/6ffd1d3562dc4e69b5adf82167dd7fb4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e2ef6ad36fdc66baa44be106d4505f21c138f79" 2018-10-26 11:22:23,661 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 11:22:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-766a16a6-4634-4825-90bd-576fd7582570 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 11:22:23,661 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/c0ff6e2364444535afebd9d13a90b53e/users/43550c01e48946779ec5905bd445ceb1/roles/6ffd1d3562dc4e69b5adf82167dd7fb4 used request id req-766a16a6-4634-4825-90bd-576fd7582570 2018-10-26 11:22:23,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.121544122696s 2018-10-26 11:22:23,663 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'juju_epc-project_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d', 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': 'b79c88bb-6231-450c-a3da-636bd4f54dc6', 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_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d', 'project_id': u'c0ff6e2364444535afebd9d13a90b53e', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-26 11:22:23,664 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-26 11:22:23,664 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-26 11:22:23,664 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-26 11:22:23,664 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-26 11:22:23,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-26 11:22:23,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-26 11:22:23,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-26 11:22:23,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-26 11:22:23,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-26 11:22:23,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-26 11:22:23,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-26 11:22:23,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-26 11:22:23,665 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-26 11:22:23,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-26 11:22:23,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-26 11:22:23,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-26 11:22:23,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-26 11:22:23,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-26 11:22:23,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-26 11:22:23,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-26 11:22:23,666 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-26 11:22:23,667 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-26 11:22:23,668 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'juju_epc-user_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d', 'password': 'b79c88bb-6231-450c-a3da-636bd4f54dc6', 'project_name': 'juju_epc-project_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': 'c0ff6e2364444535afebd9d13a90b53e', 'project_domain_name': 'Default'} 2018-10-26 11:22:23,734 - 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-26 11:22:23,755 - shade.task_manager - DEBUG - Manager envvars:regionOne running task ServiceList 2018-10-26 11:22:23,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/services? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e2ef6ad36fdc66baa44be106d4505f21c138f79" 2018-10-26 11:22:23,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:22:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d09227e4-d176-4dd9-8515-386e211484d3 Content-Encoding: gzip Content-Length: 915 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Cloudformation Service", "links": {"self": "http://172.30.9.21:5000/v3/services/0678e40f88e7486ba01d73236e247478"}, "enabled": true, "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"description": "Openstack Placement Service", "links": {"self": "http://172.30.9.21:5000/v3/services/1400da368c0745f9bfe2043681394021"}, "enabled": true, "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"description": "OpenStack Identity Service", "links": {"self": "http://172.30.9.21:5000/v3/services/1dcb0a04299146f6b1bd6d35dccc251c"}, "enabled": true, "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"description": "Cinder Service v3", "links": {"self": "http://172.30.9.21:5000/v3/services/21010334e1204f20b0e94e06851e94fb"}, "enabled": true, "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"description": "OpenStack Image Service", "links": {"self": "http://172.30.9.21:5000/v3/services/287aa081d3ee42558b20095ce81419fc"}, "enabled": true, "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"description": "Cinder Service", "links": {"self": "http://172.30.9.21:5000/v3/services/2d881c3f3b8c4c07973843d5aaa6bd90"}, "enabled": true, "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"description": "tacker NFV orchestration Service", "links": {"self": "http://172.30.9.21:5000/v3/services/3b75f7fe7776409ab35b7b1c7d5a9dc5"}, "enabled": true, "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"description": "Cinder Service v2", "links": {"self": "http://172.30.9.21:5000/v3/services/434c6fc6e2214df880ec5edf3c60e826"}, "enabled": true, "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://172.30.9.21:5000/v3/services/58553383e9ec44eca3708c8d08433be5"}, "enabled": true, "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"description": "congress Policy Service", "links": {"self": "http://172.30.9.21:5000/v3/services/6cc4b82bcf7e41bcacd57790df0c6e62"}, "enabled": true, "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"description": "Openstack Metering Service", "links": {"self": "http://172.30.9.21:5000/v3/services/6ea87f1e184f4719ad9fd88bc18e8a0d"}, "enabled": true, "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"description": "Key management Service", "links": {"self": "http://172.30.9.21:5000/v3/services/8e765388c59a434fa74b7ee9309b2acc"}, "enabled": true, "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://172.30.9.21:5000/v3/services/a6ef448adcda48869617b692053935f0"}, "enabled": true, "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"description": "OpenStack Metric Service", "links": {"self": "http://172.30.9.21:5000/v3/services/d93c343d05ab4ed3baab12600da09c1d"}, "enabled": true, "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"description": "Openstack Compute Service", "links": {"self": "http://172.30.9.21:5000/v3/services/eb48f4b7010f424babd2e30cb102445f"}, "enabled": true, "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"description": "Neutron Networking Service", "links": {"self": "http://172.30.9.21:5000/v3/services/f6ac594171ff49f4ae043efbeefc4745"}, "enabled": true, "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "links": {"self": "http://172.30.9.21:5000/v3/services", "previous": null, "next": null}} 2018-10-26 11:22:23,838 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/services used request id req-d09227e4-d176-4dd9-8515-386e211484d3 2018-10-26 11:22:23,839 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task ServiceList in 0.0832619667053s 2018-10-26 11:22:23,844 - shade.task_manager - DEBUG - Manager envvars:regionOne running task EndpointList 2018-10-26 11:22:23,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/endpoints? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e2ef6ad36fdc66baa44be106d4505f21c138f79" 2018-10-26 11:22:23,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:22:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d31f112-843b-4231-8ef4-1e17c8322ad3 Content-Encoding: gzip Content-Length: 2082 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/04de76a5e02c491e8fcabbc86cfc8aaa"}, "url": "http://192.30.9.8:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1400da368c0745f9bfe2043681394021", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/10d1f747147d4a0db92a44389c133e91"}, "url": "http://192.30.9.8:9890", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "id": "10d1f747147d4a0db92a44389c133e91"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/16fb59de23b847ef91541b5332fb756a"}, "url": "http://192.30.9.8:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a6ef448adcda48869617b692053935f0", "id": "16fb59de23b847ef91541b5332fb756a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/18d4c4c637ad4e2891c6d948e4844a1e"}, "url": "http://172.30.9.21:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f6ac594171ff49f4ae043efbeefc4745", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/1c0be629b1bb44ed8ff138588ed9b0a4"}, "url": "http://192.30.9.8:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "58553383e9ec44eca3708c8d08433be5", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/1d9c9b03e87a40c083805d0b883a951f"}, "url": "http://192.30.9.8:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0678e40f88e7486ba01d73236e247478", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/22604e446ae24302bbf9b9e64841233d"}, "url": "http://192.30.9.8:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a6ef448adcda48869617b692053935f0", "id": "22604e446ae24302bbf9b9e64841233d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/22ae91ac47ba4aa3870b22e426d970ea"}, "url": "http://172.30.9.21:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "21010334e1204f20b0e94e06851e94fb", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/22cb571ba360462da98edbe8cb259f7f"}, "url": "http://172.30.9.21:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2d881c3f3b8c4c07973843d5aaa6bd90", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/24ff0e0eb46e4f478e13c23a747e4f66"}, "url": "http://192.30.9.8:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "eb48f4b7010f424babd2e30cb102445f", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/331b1e8b2c6149feb4eb90b3fbd07d48"}, "url": "http://192.30.9.8:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d93c343d05ab4ed3baab12600da09c1d", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/41071183d0a147638858df20ba01c93c"}, "url": "http://192.30.9.8:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "58553383e9ec44eca3708c8d08433be5", "id": "41071183d0a147638858df20ba01c93c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/4c6114028b0e4bd4b72236e004492776"}, "url": "http://172.30.9.21:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1dcb0a04299146f6b1bd6d35dccc251c", "id": "4c6114028b0e4bd4b72236e004492776"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/50671c8b52bd420a87aaf5886f97b013"}, "url": "http://192.30.9.8:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "21010334e1204f20b0e94e06851e94fb", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/60448e60ea4847539ebe9976271031c8"}, "url": "http://192.30.9.8:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "434c6fc6e2214df880ec5edf3c60e826", "id": "60448e60ea4847539ebe9976271031c8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/68f6fa80633d471faae5af20741f18f2"}, "url": "http://172.30.9.21:1789", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6cc4b82bcf7e41bcacd57790df0c6e62", "id": "68f6fa80633d471faae5af20741f18f2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/6de7666fb5084dc7a1ea4f0a3b18c9ff"}, "url": "http://192.30.9.8:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1dcb0a04299146f6b1bd6d35dccc251c", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/7a2d4a118f414c2e942d2f30cc7cc16f"}, "url": "http://192.30.9.8:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2d881c3f3b8c4c07973843d5aaa6bd90", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/82a22611b858438aac231d4e17e0004e"}, "url": "http://192.30.9.8:1789", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6cc4b82bcf7e41bcacd57790df0c6e62", "id": "82a22611b858438aac231d4e17e0004e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/8bde81589feb4f07bbf61eab57c04be1"}, "url": "http://192.30.9.8:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "287aa081d3ee42558b20095ce81419fc", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/8fac674850b24f408ce008300dd3c762"}, "url": "http://192.30.9.8:9311", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8e765388c59a434fa74b7ee9309b2acc", "id": "8fac674850b24f408ce008300dd3c762"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9385ac3cf3fe4daf9de9c42e6cfef2a6"}, "url": "http://192.30.9.8:1789", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6cc4b82bcf7e41bcacd57790df0c6e62", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9b0de23f990f4e55b27ba07da143c6c4"}, "url": "http://172.30.9.21:9890", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9c965aa9d0434417bcca22e19607846b"}, "url": "http://192.30.9.8:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d93c343d05ab4ed3baab12600da09c1d", "id": "9c965aa9d0434417bcca22e19607846b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9e2082b0b16b4e92995d87b600a700ca"}, "url": "http://192.30.9.8:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "eb48f4b7010f424babd2e30cb102445f", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9f732b3e91ec4077adfe7039f5384432"}, "url": "http://192.30.9.8:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2d881c3f3b8c4c07973843d5aaa6bd90", "id": "9f732b3e91ec4077adfe7039f5384432"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/a92f7118c3a44866a6065ca420876279"}, "url": "http://192.30.9.8:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1400da368c0745f9bfe2043681394021", "id": "a92f7118c3a44866a6065ca420876279"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/a94ed1c9bd5948a1b098ccf742c46e74"}, "url": "http://192.30.9.8:9311", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8e765388c59a434fa74b7ee9309b2acc", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/b1943618ec5242c0bc38c60eaef2c4e4"}, "url": "http://172.30.9.21:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a6ef448adcda48869617b692053935f0", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/b1c022ebdbb846599927b9e9951a5530"}, "url": "http://192.30.9.8:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f6ac594171ff49f4ae043efbeefc4745", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/cf167c050dcb4b82bebb40692d38179e"}, "url": "http://192.30.9.8:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f6ac594171ff49f4ae043efbeefc4745", "id": "cf167c050dcb4b82bebb40692d38179e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/d13faf081772470ab5fe34b477867f60"}, "url": "http://192.30.9.8:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "287aa081d3ee42558b20095ce81419fc", "id": "d13faf081772470ab5fe34b477867f60"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/d14c03b067854e259e29b5e58f2df8d0"}, "url": "http://172.30.9.21:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "58553383e9ec44eca3708c8d08433be5", "id": "d14c03b067854e259e29b5e58f2df8d0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/d2f20b3d473a4905a5694a0f0913221e"}, "url": "http://172.30.9.21:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d93c343d05ab4ed3baab12600da09c1d", "id": "d2f20b3d473a4905a5694a0f0913221e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/d4e8b2decae046d4bdf10d6ca098bce4"}, "url": "http://192.30.9.8:9890", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/d6cb3538ab6140238b0102f4c4d850d7"}, "url": "http://192.30.9.8:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1dcb0a04299146f6b1bd6d35dccc251c", "id": "d6cb3538ab6140238b0102f4c4d850d7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/d7651240653043499b59781f22cd55de"}, "url": "http://172.30.9.21:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "434c6fc6e2214df880ec5edf3c60e826", "id": "d7651240653043499b59781f22cd55de"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e0c77a7a1c2f40cabd53c6104605cae0"}, "url": "http://172.30.9.21:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0678e40f88e7486ba01d73236e247478", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e3f88bb90e3049df99bbc76d270ee4b3"}, "url": "http://172.30.9.21:9311", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8e765388c59a434fa74b7ee9309b2acc", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e8456b137dd74762a5d903df45ffbca2"}, "url": "http://172.30.9.21:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "eb48f4b7010f424babd2e30cb102445f", "id": "e8456b137dd74762a5d903df45ffbca2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/ee38605709ec49d4ab6955d8507b8249"}, "url": "http://192.30.9.8:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "434c6fc6e2214df880ec5edf3c60e826", "id": "ee38605709ec49d4ab6955d8507b8249"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/eeccc5af54c64c87b67c43e43f5bbf26"}, "url": "http://172.30.9.21:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "287aa081d3ee42558b20095ce81419fc", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/f200dff6765d40ba8f54f33282ac6834"}, "url": "http://192.30.9.8:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0678e40f88e7486ba01d73236e247478", "id": "f200dff6765d40ba8f54f33282ac6834"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/f33f517932de4d7aa16e38a2c69aa035"}, "url": "http://172.30.9.21:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1400da368c0745f9bfe2043681394021", "id": "f33f517932de4d7aa16e38a2c69aa035"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/ff9294ce70b847989a05781501906639"}, "url": "http://192.30.9.8:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "21010334e1204f20b0e94e06851e94fb", "id": "ff9294ce70b847989a05781501906639"}], "links": {"self": "http://172.30.9.21:5000/v3/endpoints", "previous": null, "next": null}} 2018-10-26 11:22:23,933 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/endpoints used request id req-9d31f112-843b-4231-8ef4-1e17c8322ad3 2018-10-26 11:22:23,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task EndpointList in 0.0902781486511s 2018-10-26 11:22:23,942 - xtesting.ci.run_tests - INFO - Running test case 'juju_epc'... 2018-10-26 11:22:23,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-26 11:22:23,943 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e2ef6ad36fdc66baa44be106d4505f21c138f79" 2018-10-26 11:22:24,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:22:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc6da181-a913-456b-9334-9a36438fc6d6 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/865486593e12402f86e9636a8d3859ad"}, "description": "", "name": "heat_stack", "enabled": true, "id": "865486593e12402f86e9636a8d3859ad"}, {"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-10-26 11:22:24,018 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-fc6da181-a913-456b-9334-9a36438fc6d6 2018-10-26 11:22:24,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0760998725891s 2018-10-26 11:22:24,019 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-26 11:22:24,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1e2ef6ad36fdc66baa44be106d4505f21c138f79" 2018-10-26 11:22:24,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:22:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2e8e041-2d50-4d76-9c03-7580f6c6be4e Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.21:5000/v3/projects/c0ff6e2364444535afebd9d13a90b53e"}, "enabled": true, "id": "c0ff6e2364444535afebd9d13a90b53e", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-26 11:22:24,102 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-e2e8e041-2d50-4d76-9c03-7580f6c6be4e 2018-10-26 11:22:24,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0827991962433s 2018-10-26 11:22:24,103 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-e2e8e041-2d50-4d76-9c03-7580f6c6be4e 2018-10-26 11:22:24,106 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-10-26 11:22:24,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.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}1e2ef6ad36fdc66baa44be106d4505f21c138f79" -d '{"network": {"tenant_id": "c0ff6e2364444535afebd9d13a90b53e", "name": "juju_epc-net_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d", "admin_state_up": true}}' 2018-10-26 11:22:24,788 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 702 X-Openstack-Request-Id: req-08cf9827-f863-4851-8d72-e188a43add19 Date: Fri, 26 Oct 2018 11:22: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":"43dfff5b-0038-44a1-ad90-532443a1c69c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":24,"ipv4_address_scope":null,"shared":false,"project_id":"c0ff6e2364444535afebd9d13a90b53e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-26T11:22:24Z","is_default":false,"qos_policy_id":null,"name":"juju_epc-net_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d","admin_state_up":true,"tenant_id":"c0ff6e2364444535afebd9d13a90b53e","created_at":"2018-10-26T11:22:24Z","mtu":1450}} 2018-10-26 11:22:24,788 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-08cf9827-f863-4851-8d72-e188a43add19 2018-10-26 11:22:24,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.682327032089s 2018-10-26 11:22:24,788 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-08cf9827-f863-4851-8d72-e188a43add19 2018-10-26 11:22:24,789 - 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-26T11:22:24Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'43dfff5b-0038-44a1-ad90-532443a1c69c', u'provider:segmentation_id': 24, 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_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d', u'created_at': u'2018-10-26T11:22:24Z', u'mtu': 1450, u'tenant_id': u'c0ff6e2364444535afebd9d13a90b53e', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'c0ff6e2364444535afebd9d13a90b53e'}) 2018-10-26 11:22:24,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 11:22:24,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:22:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-efb535b6-86e2-4ec3-9f21-1edb7bc3b84a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 11:22:24,798 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-efb535b6-86e2-4ec3-9f21-1edb7bc3b84a 2018-10-26 11:22:24,798 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 11:22:25,174 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6ffd1d3562dc4e69b5adf82167dd7fb4", "name": "Member"}], "expires_at": "2018-10-26T12:22:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c0ff6e2364444535afebd9d13a90b53e", "name": "juju_epc-project_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c0ff6e2364444535afebd9d13a90b53e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/c0ff6e2364444535afebd9d13a90b53e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/c0ff6e2364444535afebd9d13a90b53e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c0ff6e2364444535afebd9d13a90b53e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/c0ff6e2364444535afebd9d13a90b53e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/c0ff6e2364444535afebd9d13a90b53e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/c0ff6e2364444535afebd9d13a90b53e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/c0ff6e2364444535afebd9d13a90b53e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/c0ff6e2364444535afebd9d13a90b53e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/c0ff6e2364444535afebd9d13a90b53e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/c0ff6e2364444535afebd9d13a90b53e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/c0ff6e2364444535afebd9d13a90b53e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-user_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d", "id": "43550c01e48946779ec5905bd445ceb1"}, "audit_ids": ["FY_Ue9g6SuCjbbYwVbQofg"], "issued_at": "2018-10-26T11:22:25.000000Z"}} 2018-10-26 11:22:25,177 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-26 11:22:25,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ea34cd13a1619d22b3aeb595991d6cdfe726a83b" 2018-10-26 11:22:25,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1189 X-Openstack-Request-Id: req-eceb8fc5-3161-45ca-ad3f-9b517bd0fb64 Date: Fri, 26 Oct 2018 11:22: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-26T11:22:24Z","tenant_id":"c0ff6e2364444535afebd9d13a90b53e","created_at":"2018-10-26T11:22:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"c0ff6e2364444535afebd9d13a90b53e","id":"43dfff5b-0038-44a1-ad90-532443a1c69c","name":"juju_epc-net_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","mtu":1500}]} 2018-10-26 11:22:25,897 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-eceb8fc5-3161-45ca-ad3f-9b517bd0fb64 2018-10-26 11:22:25,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.720205068588s 2018-10-26 11:22:25,898 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-eceb8fc5-3161-45ca-ad3f-9b517bd0fb64 2018-10-26 11:22:25,900 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-10-26 11:22:25,900 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.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}ea34cd13a1619d22b3aeb595991d6cdfe726a83b" -d '{"subnet": {"name": "juju_epc-subnet_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d", "enable_dhcp": true, "network_id": "43dfff5b-0038-44a1-ad90-532443a1c69c", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.121.0/24"}}' 2018-10-26 11:22:26,710 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-e1b727bd-cba8-4528-b7d7-2d83d544a8a2 Date: Fri, 26 Oct 2018 11:22:26 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"43dfff5b-0038-44a1-ad90-532443a1c69c","tenant_id":"c0ff6e2364444535afebd9d13a90b53e","created_at":"2018-10-26T11:22:26Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-26T11:22:26Z","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":"c0ff6e2364444535afebd9d13a90b53e","id":"98bfd7e2-5253-4dd6-bc33-7b9e560c221e","subnetpool_id":null,"name":"juju_epc-subnet_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d"}} 2018-10-26 11:22:26,711 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-e1b727bd-cba8-4528-b7d7-2d83d544a8a2 2018-10-26 11:22:26,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.811178922653s 2018-10-26 11:22:26,711 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-e1b727bd-cba8-4528-b7d7-2d83d544a8a2 2018-10-26 11:22:26,712 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-10-26T11:22:26Z', 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'98bfd7e2-5253-4dd6-bc33-7b9e560c221e', u'subnetpool_id': None, u'service_types': [], u'name': u'juju_epc-subnet_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d', u'enable_dhcp': True, u'network_id': u'43dfff5b-0038-44a1-ad90-532443a1c69c', u'tenant_id': u'c0ff6e2364444535afebd9d13a90b53e', u'created_at': u'2018-10-26T11:22:26Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.121.1', u'ip_version': 4, u'project_id': u'c0ff6e2364444535afebd9d13a90b53e'}) 2018-10-26 11:22:26,712 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-10-26 11:22:26,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.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}ea34cd13a1619d22b3aeb595991d6cdfe726a83b" -d '{"router": {"external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693"}, "name": "juju_epc-router_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d", "admin_state_up": true}}' 2018-10-26 11:22:31,892 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-46fa846c-cc70-471d-a30b-529ff703bda3 Date: Fri, 26 Oct 2018 11:22:31 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "c0ff6e2364444535afebd9d13a90b53e", "created_at": "2018-10-26T11:22:27Z", "admin_state_up": true, "updated_at": "2018-10-26T11:22:28Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "c0ff6e2364444535afebd9d13a90b53e", "id": "35e4db08-965e-41b5-bddb-bdd0624d9f57", "name": "juju_epc-router_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d"}} 2018-10-26 11:22:31,893 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-46fa846c-cc70-471d-a30b-529ff703bda3 2018-10-26 11:22:31,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 5.1804959774s 2018-10-26 11:22:31,893 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-46fa846c-cc70-471d-a30b-529ff703bda3 2018-10-26 11:22:31,894 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-10-26T11:22:28Z', u'revision_number': 3, u'id': u'35e4db08-965e-41b5-bddb-bdd0624d9f57', u'external_gateway_info': {u'network_id': u'94b52afd-6cfc-477c-8eec-9ace3e0b6693', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414', u'ip_address': u'172.30.9.204'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'juju_epc-router_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d', u'admin_state_up': True, u'tenant_id': u'c0ff6e2364444535afebd9d13a90b53e', u'created_at': u'2018-10-26T11:22:27Z', u'flavor_id': None, u'routes': [], u'project_id': u'c0ff6e2364444535afebd9d13a90b53e'}) 2018-10-26 11:22:31,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-10-26 11:22:31,895 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/35e4db08-965e-41b5-bddb-bdd0624d9f57/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}ea34cd13a1619d22b3aeb595991d6cdfe726a83b" -d '{"subnet_id": "98bfd7e2-5253-4dd6-bc33-7b9e560c221e"}' 2018-10-26 11:22:33,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e5f591a3-c98b-45dd-ae0e-8ce374e27c9c Date: Fri, 26 Oct 2018 11:22:33 GMT RESP BODY: {"network_id": "43dfff5b-0038-44a1-ad90-532443a1c69c", "tenant_id": "c0ff6e2364444535afebd9d13a90b53e", "subnet_id": "98bfd7e2-5253-4dd6-bc33-7b9e560c221e", "subnet_ids": ["98bfd7e2-5253-4dd6-bc33-7b9e560c221e"], "port_id": "c5c841a6-e15a-4e91-baca-9431d1b5fb36", "id": "35e4db08-965e-41b5-bddb-bdd0624d9f57"} 2018-10-26 11:22:33,967 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/35e4db08-965e-41b5-bddb-bdd0624d9f57/add_router_interface.json used request id req-e5f591a3-c98b-45dd-ae0e-8ce374e27c9c 2018-10-26 11:22:33,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.07237911224s 2018-10-26 11:22:33,967 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/35e4db08-965e-41b5-bddb-bdd0624d9f57/add_router_interface.json used request id req-e5f591a3-c98b-45dd-ae0e-8ce374e27c9c returning object 35e4db08-965e-41b5-bddb-bdd0624d9f57 2018-10-26 11:22:33,968 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img 2018-10-26 11:22:35,687 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img md5:d15411fe1ca6ba86aa57723398192794 sha256:6f276321e4b9ce6cce264fcb417facc5c223fdfa7a6b24e1572d4458b5228310 2018-10-26 11:22:35,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}ea34cd13a1619d22b3aeb595991d6cdfe726a83b" 2018-10-26 11:22:35,694 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Fri, 26 Oct 2018 11:22:35 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-10-26 11:22:35,697 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-26 11:22:35,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}ea34cd13a1619d22b3aeb595991d6cdfe726a83b" 2018-10-26 11:22:35,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-fed63826-4e2b-4d77-adb4-e0f4bac2c2a8 Date: Fri, 26 Oct 2018 11:22:35 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-26 11:22:35,883 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-fed63826-4e2b-4d77-adb4-e0f4bac2c2a8 2018-10-26 11:22:35,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.185635089874s 2018-10-26 11:22:35,883 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-fed63826-4e2b-4d77-adb4-e0f4bac2c2a8 2018-10-26 11:22:35,885 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-26 11:22:35,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}ea34cd13a1619d22b3aeb595991d6cdfe726a83b" -d '{"owner_specified.shade.md5": "d15411fe1ca6ba86aa57723398192794", "owner_specified.shade.sha256": "6f276321e4b9ce6cce264fcb417facc5c223fdfa7a6b24e1572d4458b5228310", "owner_specified.shade.object": "images/juju_epc-img_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "juju_epc-img_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d"}' 2018-10-26 11:22:36,087 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/8ae40c39-2168-4524-af76-5a34d17c6bdd X-Openstack-Request-Id: req-b1e09ea5-ca57-44c7-aab4-351af198b4b2 Date: Fri, 26 Oct 2018 11:22:36 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/8ae40c39-2168-4524-af76-5a34d17c6bdd/file", "owner": "c0ff6e2364444535afebd9d13a90b53e", "id": "8ae40c39-2168-4524-af76-5a34d17c6bdd", "size": null, "self": "/v2/images/8ae40c39-2168-4524-af76-5a34d17c6bdd", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "6f276321e4b9ce6cce264fcb417facc5c223fdfa7a6b24e1572d4458b5228310", "updated_at": "2018-10-26T11:22:36Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d15411fe1ca6ba86aa57723398192794", "name": "juju_epc-img_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d", "checksum": null, "created_at": "2018-10-26T11:22:36Z", "protected": false} 2018-10-26 11:22:36,088 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-b1e09ea5-ca57-44c7-aab4-351af198b4b2 2018-10-26 11:22:36,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.202679157257s 2018-10-26 11:22:36,088 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-b1e09ea5-ca57-44c7-aab4-351af198b4b2 returning object 8ae40c39-2168-4524-af76-5a34d17c6bdd 2018-10-26 11:22:36,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-26 11:22:36,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/8ae40c39-2168-4524-af76-5a34d17c6bdd/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}ea34cd13a1619d22b3aeb595991d6cdfe726a83b" -d '' 2018-10-26 11:22:43,279 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ea337d22-d172-4744-b853-413e7a2ba3fe Date: Fri, 26 Oct 2018 11:22: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-26 11:22:43,280 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/8ae40c39-2168-4524-af76-5a34d17c6bdd/file used request id req-ea337d22-d172-4744-b853-413e7a2ba3fe 2018-10-26 11:22:43,280 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 7.19060301781s 2018-10-26 11:22:43,280 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/8ae40c39-2168-4524-af76-5a34d17c6bdd/file used request id req-ea337d22-d172-4744-b853-413e7a2ba3fe 2018-10-26 11:22:43,280 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-26 11:22:43,281 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}ea34cd13a1619d22b3aeb595991d6cdfe726a83b" 2018-10-26 11:22:43,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1199 Content-Type: application/json X-Openstack-Request-Id: req-8c4afe09-b83b-42ca-aa12-293019983fac Date: Fri, 26 Oct 2018 11:22:43 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/8ae40c39-2168-4524-af76-5a34d17c6bdd/snap", "metadata": {}}], "file": "/v2/images/8ae40c39-2168-4524-af76-5a34d17c6bdd/file", "owner": "c0ff6e2364444535afebd9d13a90b53e", "id": "8ae40c39-2168-4524-af76-5a34d17c6bdd", "size": 297009152, "self": "/v2/images/8ae40c39-2168-4524-af76-5a34d17c6bdd", "disk_format": "qcow2", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/8ae40c39-2168-4524-af76-5a34d17c6bdd/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "6f276321e4b9ce6cce264fcb417facc5c223fdfa7a6b24e1572d4458b5228310", "updated_at": "2018-10-26T11:22:43Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d15411fe1ca6ba86aa57723398192794", "name": "juju_epc-img_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d", "checksum": "d15411fe1ca6ba86aa57723398192794", "created_at": "2018-10-26T11:22:36Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-26 11:22:43,460 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-8c4afe09-b83b-42ca-aa12-293019983fac 2018-10-26 11:22:43,460 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.179380893707s 2018-10-26 11:22:43,460 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-8c4afe09-b83b-42ca-aa12-293019983fac 2018-10-26 11:22:43,462 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/8ae40c39-2168-4524-af76-5a34d17c6bdd/snap', u'metadata': Munch({})})], 'file': u'/v2/images/8ae40c39-2168-4524-af76-5a34d17c6bdd/file', 'owner': u'c0ff6e2364444535afebd9d13a90b53e', 'id': u'8ae40c39-2168-4524-af76-5a34d17c6bdd', 'size': 297009152, u'self': u'/v2/images/8ae40c39-2168-4524-af76-5a34d17c6bdd', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c0ff6e2364444535afebd9d13a90b53e', 'name': 'juju_epc-project_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/8ae40c39-2168-4524-af76-5a34d17c6bdd/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-26T11:22:43Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-10-26T11:22:43Z', u'owner_specified.shade.sha256': u'6f276321e4b9ce6cce264fcb417facc5c223fdfa7a6b24e1572d4458b5228310', u'owner_specified.shade.object': u'images/juju_epc-img_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'd15411fe1ca6ba86aa57723398192794', 'properties': {u'self': u'/v2/images/8ae40c39-2168-4524-af76-5a34d17c6bdd', u'owner_specified.shade.md5': u'd15411fe1ca6ba86aa57723398192794', u'owner_specified.shade.object': u'images/juju_epc-img_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d', u'owner_specified.shade.sha256': u'6f276321e4b9ce6cce264fcb417facc5c223fdfa7a6b24e1572d4458b5228310', u'schema': u'/v2/schemas/image'}, 'name': u'juju_epc-img_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d', 'created': u'2018-10-26T11:22:36Z', 'checksum': u'd15411fe1ca6ba86aa57723398192794', 'created_at': u'2018-10-26T11:22:36Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/8ae40c39-2168-4524-af76-5a34d17c6bdd', u'owner_specified.shade.md5': u'd15411fe1ca6ba86aa57723398192794', u'owner_specified.shade.object': u'images/juju_epc-img_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d', u'owner_specified.shade.sha256': u'6f276321e4b9ce6cce264fcb417facc5c223fdfa7a6b24e1572d4458b5228310', u'schema': u'/v2/schemas/image'}}) 2018-10-26 11:22:44,911 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i 8ae40c39-2168-4524-af76-5a34d17c6bdd -s xenial -r regionOne -u http://172.30.9.21:5000/v3 Since Juju 2 is being run for the first time, downloading latest cloud information. Fetching latest public cloud list... 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-26 11:22:44,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-26 11:22:44,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: os-client-config/1.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}1e2ef6ad36fdc66baa44be106d4505f21c138f79" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "juju_epc-flavor_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": null, "swap": 0}}' 2018-10-26 11:22:45,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:22:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-30e9480d-ea89-4ed6-bc13-93e9bbe7ed5a x-compute-request-id: req-30e9480d-ea89-4ed6-bc13-93e9bbe7ed5a Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/c16fadf0-03b2-4236-b37c-973b1c21a422", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/c16fadf0-03b2-4236-b37c-973b1c21a422", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "c16fadf0-03b2-4236-b37c-973b1c21a422", "name": "juju_epc-flavor_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 11:22:45,219 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-30e9480d-ea89-4ed6-bc13-93e9bbe7ed5a 2018-10-26 11:22:45,219 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.307040929794s 2018-10-26 11:22:45,220 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-30e9480d-ea89-4ed6-bc13-93e9bbe7ed5a returning object c16fadf0-03b2-4236-b37c-973b1c21a422 2018-10-26 11:22:45,221 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'juju_epc-flavor_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d', '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'c8dcd64f3c764883a33350227564ab99', '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'c16fadf0-03b2-4236-b37c-973b1c21a422', 'swap': 0}) 2018-10-26 11:22:45,222 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-26 11:22:45,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/c16fadf0-03b2-4236-b37c-973b1c21a422/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}1e2ef6ad36fdc66baa44be106d4505f21c138f79" -d '{"extra_specs": {}}' 2018-10-26 11:22:45,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:22:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4c16778b-2c3a-4048-b6bb-e0272d55e8eb x-compute-request-id: req-4c16778b-2c3a-4048-b6bb-e0272d55e8eb Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-26 11:22:45,247 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/c16fadf0-03b2-4236-b37c-973b1c21a422/os-extra_specs used request id req-4c16778b-2c3a-4048-b6bb-e0272d55e8eb 2018-10-26 11:22:45,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0251591205597s 2018-10-26 11:22:45,247 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/c16fadf0-03b2-4236-b37c-973b1c21a422/os-extra_specs used request id req-4c16778b-2c3a-4048-b6bb-e0272d55e8eb 2018-10-26 11:22:45,247 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Additional pre-configuration steps 2018-10-26 11:22:45,249 - 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-302 | | 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 | ceph | | NAMESERVER | 8.8.8.8 | | ENERGY_RECORDER_API_USER | | +--------------------------------------+----------------------------------------------------------+ 2018-10-26 11:22:45,255 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Cloud for Abot-epc ..... 2018-10-26 11:22:45,422 - 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-26 11:22:45,423 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Credentials for Abot-epc ..... 2018-10-26 11:22:45,590 - 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-26 11:22:45,591 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-10-26 11:22:47,089 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:ee1167b7b8bf490b2f9a9885f2d7dcff sha256:1b81df8792f8f834d1f64124d0132013b41c95dc070b67d07d662e94643b2cb1 2018-10-26 11:22:47,090 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-26 11:22:47,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}ea34cd13a1619d22b3aeb595991d6cdfe726a83b" 2018-10-26 11:22:47,283 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1199 Content-Type: application/json X-Openstack-Request-Id: req-267cda92-0d57-431a-ae55-19e1eae6a69d Date: Fri, 26 Oct 2018 11:22:47 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/8ae40c39-2168-4524-af76-5a34d17c6bdd/snap", "metadata": {}}], "file": "/v2/images/8ae40c39-2168-4524-af76-5a34d17c6bdd/file", "owner": "c0ff6e2364444535afebd9d13a90b53e", "id": "8ae40c39-2168-4524-af76-5a34d17c6bdd", "size": 297009152, "self": "/v2/images/8ae40c39-2168-4524-af76-5a34d17c6bdd", "disk_format": "qcow2", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/8ae40c39-2168-4524-af76-5a34d17c6bdd/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "6f276321e4b9ce6cce264fcb417facc5c223fdfa7a6b24e1572d4458b5228310", "updated_at": "2018-10-26T11:22:43Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d15411fe1ca6ba86aa57723398192794", "name": "juju_epc-img_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d", "checksum": "d15411fe1ca6ba86aa57723398192794", "created_at": "2018-10-26T11:22:36Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-26 11:22:47,283 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-267cda92-0d57-431a-ae55-19e1eae6a69d 2018-10-26 11:22:47,283 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.193535089493s 2018-10-26 11:22:47,284 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-267cda92-0d57-431a-ae55-19e1eae6a69d 2018-10-26 11:22:47,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-26 11:22:47,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}ea34cd13a1619d22b3aeb595991d6cdfe726a83b" -d '{"owner_specified.shade.md5": "ee1167b7b8bf490b2f9a9885f2d7dcff", "owner_specified.shade.sha256": "1b81df8792f8f834d1f64124d0132013b41c95dc070b67d07d662e94643b2cb1", "owner_specified.shade.object": "images/juju_epc-img_alt_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "juju_epc-img_alt_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d"}' 2018-10-26 11:22:47,506 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 876 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/aab1dd55-1674-4d57-bdd2-ee3332f5a676 X-Openstack-Request-Id: req-23ad517d-388e-4fcc-bc7e-acc739ae6504 Date: Fri, 26 Oct 2018 11:22:47 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/aab1dd55-1674-4d57-bdd2-ee3332f5a676/file", "owner": "c0ff6e2364444535afebd9d13a90b53e", "id": "aab1dd55-1674-4d57-bdd2-ee3332f5a676", "size": null, "self": "/v2/images/aab1dd55-1674-4d57-bdd2-ee3332f5a676", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "1b81df8792f8f834d1f64124d0132013b41c95dc070b67d07d662e94643b2cb1", "updated_at": "2018-10-26T11:22:47Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_alt_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "ee1167b7b8bf490b2f9a9885f2d7dcff", "name": "juju_epc-img_alt_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d", "checksum": null, "created_at": "2018-10-26T11:22:47Z", "protected": false} 2018-10-26 11:22:47,506 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-23ad517d-388e-4fcc-bc7e-acc739ae6504 2018-10-26 11:22:47,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.219784021378s 2018-10-26 11:22:47,507 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-23ad517d-388e-4fcc-bc7e-acc739ae6504 returning object aab1dd55-1674-4d57-bdd2-ee3332f5a676 2018-10-26 11:22:47,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-26 11:22:47,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/aab1dd55-1674-4d57-bdd2-ee3332f5a676/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}ea34cd13a1619d22b3aeb595991d6cdfe726a83b" -d '' 2018-10-26 11:22:53,162 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-66a4cad0-66a6-4c4a-9fee-272001a8c43f Date: Fri, 26 Oct 2018 11:22: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-26 11:22:53,163 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/aab1dd55-1674-4d57-bdd2-ee3332f5a676/file used request id req-66a4cad0-66a6-4c4a-9fee-272001a8c43f 2018-10-26 11:22:53,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 5.65493512154s 2018-10-26 11:22:53,163 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/aab1dd55-1674-4d57-bdd2-ee3332f5a676/file used request id req-66a4cad0-66a6-4c4a-9fee-272001a8c43f 2018-10-26 11:22:53,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-26 11:22:53,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}ea34cd13a1619d22b3aeb595991d6cdfe726a83b" 2018-10-26 11:22:53,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2339 Content-Type: application/json X-Openstack-Request-Id: req-e7d41ed3-da19-4748-979b-7096e5621aaa Date: Fri, 26 Oct 2018 11:22:53 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/aab1dd55-1674-4d57-bdd2-ee3332f5a676/snap", "metadata": {}}], "file": "/v2/images/aab1dd55-1674-4d57-bdd2-ee3332f5a676/file", "owner": "c0ff6e2364444535afebd9d13a90b53e", "id": "aab1dd55-1674-4d57-bdd2-ee3332f5a676", "size": 263586304, "self": "/v2/images/aab1dd55-1674-4d57-bdd2-ee3332f5a676", "disk_format": "qcow2", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/aab1dd55-1674-4d57-bdd2-ee3332f5a676/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "1b81df8792f8f834d1f64124d0132013b41c95dc070b67d07d662e94643b2cb1", "updated_at": "2018-10-26T11:22:53Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_alt_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "ee1167b7b8bf490b2f9a9885f2d7dcff", "name": "juju_epc-img_alt_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d", "checksum": "ee1167b7b8bf490b2f9a9885f2d7dcff", "created_at": "2018-10-26T11:22:47Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/8ae40c39-2168-4524-af76-5a34d17c6bdd/snap", "metadata": {}}], "file": "/v2/images/8ae40c39-2168-4524-af76-5a34d17c6bdd/file", "owner": "c0ff6e2364444535afebd9d13a90b53e", "id": "8ae40c39-2168-4524-af76-5a34d17c6bdd", "size": 297009152, "self": "/v2/images/8ae40c39-2168-4524-af76-5a34d17c6bdd", "disk_format": "qcow2", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/8ae40c39-2168-4524-af76-5a34d17c6bdd/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "6f276321e4b9ce6cce264fcb417facc5c223fdfa7a6b24e1572d4458b5228310", "updated_at": "2018-10-26T11:22:43Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d15411fe1ca6ba86aa57723398192794", "name": "juju_epc-img_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d", "checksum": "d15411fe1ca6ba86aa57723398192794", "created_at": "2018-10-26T11:22:36Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-26 11:22:53,347 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-e7d41ed3-da19-4748-979b-7096e5621aaa 2018-10-26 11:22:53,347 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.183585882187s 2018-10-26 11:22:53,347 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-e7d41ed3-da19-4748-979b-7096e5621aaa 2018-10-26 11:22:53,349 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/aab1dd55-1674-4d57-bdd2-ee3332f5a676/snap', u'metadata': Munch({})})], 'file': u'/v2/images/aab1dd55-1674-4d57-bdd2-ee3332f5a676/file', 'owner': u'c0ff6e2364444535afebd9d13a90b53e', 'id': u'aab1dd55-1674-4d57-bdd2-ee3332f5a676', 'size': 263586304, u'self': u'/v2/images/aab1dd55-1674-4d57-bdd2-ee3332f5a676', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c0ff6e2364444535afebd9d13a90b53e', 'name': 'juju_epc-project_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/aab1dd55-1674-4d57-bdd2-ee3332f5a676/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-26T11:22:53Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-10-26T11:22:53Z', u'owner_specified.shade.sha256': u'1b81df8792f8f834d1f64124d0132013b41c95dc070b67d07d662e94643b2cb1', u'owner_specified.shade.object': u'images/juju_epc-img_alt_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'ee1167b7b8bf490b2f9a9885f2d7dcff', 'properties': {u'self': u'/v2/images/aab1dd55-1674-4d57-bdd2-ee3332f5a676', u'owner_specified.shade.md5': u'ee1167b7b8bf490b2f9a9885f2d7dcff', u'owner_specified.shade.object': u'images/juju_epc-img_alt_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d', u'owner_specified.shade.sha256': u'1b81df8792f8f834d1f64124d0132013b41c95dc070b67d07d662e94643b2cb1', u'schema': u'/v2/schemas/image'}, 'name': u'juju_epc-img_alt_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d', 'created': u'2018-10-26T11:22:47Z', 'checksum': u'ee1167b7b8bf490b2f9a9885f2d7dcff', 'created_at': u'2018-10-26T11:22:47Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/aab1dd55-1674-4d57-bdd2-ee3332f5a676', u'owner_specified.shade.md5': u'ee1167b7b8bf490b2f9a9885f2d7dcff', u'owner_specified.shade.object': u'images/juju_epc-img_alt_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d', u'owner_specified.shade.sha256': u'1b81df8792f8f834d1f64124d0132013b41c95dc070b67d07d662e94643b2cb1', u'schema': u'/v2/schemas/image'}}) 2018-10-26 11:22:53,582 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i aab1dd55-1674-4d57-bdd2-ee3332f5a676 -s trusty -r regionOne -u http://172.30.9.21:5000/v3 WARNING model could not be opened: No controllers registered. Please either create a new controller using "juju bootstrap" or connect to another controller that you have been given access to using "juju register". Image metadata files have been written to: /root/images/streams/v1. For Juju to use this metadata, the files need to be put into the image metadata search path. There are 2 options: 1. 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-26 11:22:53,582 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-26 11:22:53,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: os-client-config/1.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}1e2ef6ad36fdc66baa44be106d4505f21c138f79" -d '{"flavor": {"vcpus": 1, "ram": 4096, "name": "juju_epc-flavor_alt_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": null, "swap": 0}}' 2018-10-26 11:22:53,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11: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-b1707c91-c3a8-4086-bfbc-e3cd0fd82de5 x-compute-request-id: req-b1707c91-c3a8-4086-bfbc-e3cd0fd82de5 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/4d2500e2-39dc-43ea-b839-c2f21738efbd", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/4d2500e2-39dc-43ea-b839-c2f21738efbd", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "4d2500e2-39dc-43ea-b839-c2f21738efbd", "name": "juju_epc-flavor_alt_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 11:22:53,649 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-b1707c91-c3a8-4086-bfbc-e3cd0fd82de5 2018-10-26 11:22:53,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0665149688721s 2018-10-26 11:22:53,649 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-b1707c91-c3a8-4086-bfbc-e3cd0fd82de5 returning object 4d2500e2-39dc-43ea-b839-c2f21738efbd 2018-10-26 11:22:53,650 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'juju_epc-flavor_alt_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d', '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'c8dcd64f3c764883a33350227564ab99', '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'4d2500e2-39dc-43ea-b839-c2f21738efbd', 'swap': 0}) 2018-10-26 11:22:53,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-26 11:22:53,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/4d2500e2-39dc-43ea-b839-c2f21738efbd/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}1e2ef6ad36fdc66baa44be106d4505f21c138f79" -d '{"extra_specs": {}}' 2018-10-26 11:22:53,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 11:22:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e0762b12-a3d3-4ae9-bde9-37466a1ad09b x-compute-request-id: req-e0762b12-a3d3-4ae9-bde9-37466a1ad09b Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-26 11:22:53,670 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/4d2500e2-39dc-43ea-b839-c2f21738efbd/os-extra_specs used request id req-e0762b12-a3d3-4ae9-bde9-37466a1ad09b 2018-10-26 11:22:53,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0191948413849s 2018-10-26 11:22:53,670 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/4d2500e2-39dc-43ea-b839-c2f21738efbd/os-extra_specs used request id req-e0762b12-a3d3-4ae9-bde9-37466a1ad09b 2018-10-26 11:22:53,670 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Starting Juju Bootstrap process... 2018-10-26 11:27:10,572 - 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=43dfff5b-0038-44a1-ad90-532443a1c69c --config ssl-hostname-verification=false --config use-floating-ip=true --config use-default-secgroup=true --debug 11:22:53 INFO juju.cmd supercommand.go:56 running juju [2.3.9 gc go1.9.4] 11:22:53 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=43dfff5b-0038-44a1-ad90-532443a1c69c", "--config", "ssl-hostname-verification=false", "--config", "use-floating-ip=true", "--config", "use-default-secgroup=true", "--debug"} 11:22:53 DEBUG juju.cmd.juju.commands bootstrap.go:835 authenticating with region "regionOne" and credential "abot-epc" () 11:22:53 DEBUG juju.cmd.juju.commands bootstrap.go:963 provider attrs: map[network:43dfff5b-0038-44a1-ad90-532443a1c69c external-network: use-openstack-gbp:false policy-target-group: use-floating-ip:true use-default-secgroup:true] 11:22:54 INFO cmd authkeys.go:114 Adding contents of "/root/.local/share/juju/ssh/juju_id_rsa.pub" to authorized-keys 11:22:54 DEBUG juju.cmd.juju.commands bootstrap.go:1019 preparing controller with config: map[egress-subnets: resource-tags: proxy-ssh:false ftp-proxy: apt-mirror: no-proxy:127.0.0.1,localhost,::1 max-status-history-size:5G max-action-results-size:5G test-mode:false network:43dfff5b-0038-44a1-ad90-532443a1c69c max-status-history-age:336h type:openstack disable-network-management:false container-image-metadata-url: logging-config: container-networking-method: transmit-vendor-metrics:true ssl-hostname-verification:false authorized-keys:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCwmmyIGDRGja/cHXr4fNhb8kZiVMDAyq7ydYOkKZj+8C3mlJuEar31J6bV00eLCIWCHl4oWwZDlkaS1aatqbxqSnJTuGSFWy/s3GYzHeqOCik6eEh0hLi43KuT25yZ02t62yXK90GcsX/a8tVVJ/zdTLpDQST1BARvNZMYwFhuPxoOkuDgAdtxXFqNJMwEibHR93NpmrAp4z1DWD0nfLuHwenz8eAxLoHdYD3bh9+DgZXOGvZCwl7quGCLkhtIDXcyarEF4GdcfSY90wqBeMZIQD3HM3daZaXVqWO/l52EWz7E29Fv+CPWbzxa8NKTL1DuY29i/ubpuT1YSctrt4pB juju-client-key name:controller enable-os-refresh-update:true net-bond-reconfigure-delay:17 logforward-enabled:false image-stream:released use-default-secgroup:true ignore-machine-addresses:false max-action-results-age:336h provisioner-harvest-mode:destroyed enable-os-upgrade:true policy-target-group: default-series:xenial container-inherit-properties: cloudinit-userdata: apt-https-proxy: http-proxy: agent-stream:released apt-http-proxy: use-openstack-gbp:false agent-metadata-url: firewall-mode:instance external-network: apt-ftp-proxy: automatically-retry-hooks:true container-image-stream:released uuid:db693f59-4dfe-474e-8423-8124e8ec0b20 use-floating-ip:true fan-config: image-metadata-url: apt-no-proxy: update-status-hook-interval:5m development:false https-proxy:] 11:22:54 INFO juju.provider.openstack provider.go:145 opening model "controller" 11:22:54 DEBUG goose :1 auth details: &{Token:gAAAAABb0vkOenhUW_YKXK-n9h7vbQst7tkJd9vRt7uFx3rKiXhP_ttTyd60-O7Hm3YU8oxpsbV2C8rGKTvflQiVz_1pGZAXSkTesS1ZgYc-rfzkz2bgH2P2mGDkSN3yyXlWWLejGRTMuunsNQ0re8JhVpiEPg2wwsMPdl06ncyqvTYsC59U_08 TenantId:c0ff6e2364444535afebd9d13a90b53e UserId:43550c01e48946779ec5905bd445ceb1 Domain: RegionServiceURLs:map[regionOne:map[volume:http://172.30.9.21:8776/v1/c0ff6e2364444535afebd9d13a90b53e orchestration:http://172.30.9.21:8004/v1/c0ff6e2364444535afebd9d13a90b53e key-manager:http://172.30.9.21:9311 cloudformation:http://172.30.9.21:8000/v1 image:http://172.30.9.21:9292 metric:http://172.30.9.21:8041 identity:http://172.30.9.21:5000 volumev3:http://172.30.9.21:8776/v3/c0ff6e2364444535afebd9d13a90b53e alarming:http://172.30.9.21:8042 network:http://172.30.9.21:9696 placement:http://172.30.9.21:8778/placement nfv-orchestration:http://172.30.9.21:9890 volumev2:http://172.30.9.21:8776/v2/c0ff6e2364444535afebd9d13a90b53e policy:http://172.30.9.21:1789 compute:http://172.30.9.21:8774/v2.1]]} 11:22:54 INFO cmd bootstrap.go:508 Creating Juju controller "abot-controller" on abot-epc/regionOne 11:22:54 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.21:8774/v2/ Rel:self}] Status:SUPPORTED} {Version:{major:2 minor:1} Links:[{Href:http://172.30.9.21:8774/v2.1/ Rel:self}] Status:CURRENT}] 11:22:55 INFO juju.cmd.juju.commands bootstrap.go:572 combined bootstrap constraints: mem=2048M 11:22:55 DEBUG juju.environs.bootstrap bootstrap.go:199 model "controller" supports service/machine networks: true 11:22:55 DEBUG juju.environs.bootstrap bootstrap.go:201 network management by juju enabled: true 11:22:55 DEBUG juju.environs.bootstrap bootstrap.go:717 no agent directory found, using default agent metadata source: https://streams.canonical.com/juju/tools 11:22:55 DEBUG juju.environs.bootstrap bootstrap.go:742 setting default image metadata source: /root/images 11:22:55 DEBUG juju.environs imagemetadata.go:46 new user image datasource registered: bootstrap metadata 11:22:55 INFO juju.environs.bootstrap bootstrap.go:760 custom image metadata added to search path 11:22:55 INFO cmd bootstrap.go:233 Loading image metadata 11:22:55 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "bootstrap metadata" 11:22:55 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default cloud images" 11:22:55 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default ubuntu cloud images" 11:22:55 DEBUG juju.environs.bootstrap bootstrap.go:608 constraints for image metadata lookup &{{{regionOne http://172.30.9.21:5000/v3} [wily bionic win2012hvr2 win2016hv win2016nano win10 precise raring genericlinux win2012 quantal trusty saucy artful win7 opensuseleap yakkety zesty win2016 win81 win2008r2 win2012r2 centos7 xenial win2012hv utopic vivid win8] [amd64 i386 armhf arm64 ppc64el s390x] released}} 11:22:55 DEBUG juju.environs.bootstrap bootstrap.go:620 found 2 image metadata in bootstrap metadata 11:22:57 DEBUG juju.environs.bootstrap bootstrap.go:620 found 0 image metadata in default cloud images 11:22:58 DEBUG juju.environs.simplestreams simplestreams.go:457 skipping index "http://cloud-images.ubuntu.com/releases/streams/v1/index.sjson" because of missing information: index file has no data for cloud {regionOne http://172.30.9.21:5000/v3} not found 11:22:58 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.21:5000/v3} not found 11:22:58 DEBUG juju.environs.bootstrap bootstrap.go:624 found 2 image metadata from all image data sources 11:22:58 INFO cmd bootstrap.go:303 Looking for packaged Juju agent version 2.3.9 for amd64 11:22:58 INFO juju.environs.bootstrap tools.go:72 looking for bootstrap agent binaries: version=2.3.9 11:22:58 DEBUG juju.environs.tools tools.go:102 finding agent binaries in stream: "released" 11:22:58 DEBUG juju.environs.tools tools.go:104 reading agent binaries with major.minor version 2.3 11:22:58 DEBUG juju.environs.tools tools.go:112 filtering agent binaries by version: 2.3.9 11:22:58 DEBUG juju.environs.tools tools.go:115 filtering agent binaries by series: xenial 11:22:58 DEBUG juju.environs.tools tools.go:118 filtering agent binaries by architecture: amd64 11:22:58 DEBUG juju.environs.tools urls.go:109 trying datasource "keystone catalog" 11:22:58 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 []} 11:23:00 INFO juju.environs.bootstrap tools.go:74 found 1 packaged agent binaries 11:23:00 INFO cmd bootstrap.go:389 Starting new instance for initial controller 11:23:00 INFO cmd bootstrap.go:151 Launching controller instance(s) on abot-epc/regionOne... 11:23:00 DEBUG juju.environs.instances image.go:64 instance constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} 11:23:00 DEBUG juju.environs.instances image.go:70 matching constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} against possible image metadata [{Id:8ae40c39-2168-4524-af76-5a34d17c6bdd Arch:amd64 VirtType:}] 11:23:00 INFO juju.environs.instances image.go:106 find instance - using image with id: 8ae40c39-2168-4524-af76-5a34d17c6bdd 11:23:00 DEBUG juju.cloudconfig.instancecfg instancecfg.go:835 Setting numa ctl preference to false 11:23:00 DEBUG juju.service discovery.go:63 discovered init system "systemd" from series "xenial" 11:23:00 DEBUG juju.provider.openstack provider.go:993 openstack user data; 2488 bytes 11:23:00 DEBUG juju.provider.openstack provider.go:1005 using network id "43dfff5b-0038-44a1-ad90-532443a1c69c" 11:23:00 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.21:9696/v2.0/ Rel:self}] Status:CURRENT}] - instance "ba32076d-0a36-49a1-841d-943fdc120cb4" has status BUILD, wait 10 seconds before retry, attempt 1 - instance "ba32076d-0a36-49a1-841d-943fdc120cb4" has status BUILD, wait 10 seconds before retry, attempt 2 - instance "ba32076d-0a36-49a1-841d-943fdc120cb4" has status BUILD, wait 10 seconds before retry, attempt 3 - instance "ba32076d-0a36-49a1-841d-943fdc120cb4" has status BUILD, wait 10 seconds before retry, attempt 4 - instance "ba32076d-0a36-49a1-841d-943fdc120cb4" has status BUILD, wait 10 seconds before retry, attempt 5 - instance "ba32076d-0a36-49a1-841d-943fdc120cb4" has status BUILD, wait 10 seconds before retry, attempt 6 - instance "ba32076d-0a36-49a1-841d-943fdc120cb4" has status BUILD, wait 10 seconds before retry, attempt 7 - instance "ba32076d-0a36-49a1-841d-943fdc120cb4" has status BUILD, wait 10 seconds before retry, attempt 8 - instance "ba32076d-0a36-49a1-841d-943fdc120cb4" has status BUILD, wait 10 seconds before retry, attempt 9 11:24:47 INFO juju.provider.openstack provider.go:1175 started instance "ba32076d-0a36-49a1-841d-943fdc120cb4" 11:24:47 DEBUG juju.provider.openstack provider.go:1184 allocating public IP address for openstack node 11:24:48 DEBUG juju.provider.openstack networking.go:226 allocated new public IP: 172.30.9.206 11:24:48 INFO juju.provider.openstack provider.go:1189 allocated public IP 172.30.9.206 11:24:51 INFO cmd bootstrap.go:225 - ba32076d-0a36-49a1-841d-943fdc120cb4 (arch=amd64 mem=2G cores=1) 11:24:51 INFO juju.environs.bootstrap bootstrap.go:638 newest version: 2.3.9 11:24:51 INFO juju.environs.bootstrap bootstrap.go:653 picked bootstrap agent binary version: 2.3.9 11:24:51 INFO cmd bootstrap.go:425 Installing Juju agent on bootstrap instance 11:24:53 INFO cmd bootstrap.go:517 Fetching Juju GUI 2.14.0 11:24:53 DEBUG juju.cloudconfig.instancecfg instancecfg.go:835 Setting numa ctl preference to false Waiting for address 11:24:54 DEBUG juju.provider.openstack provider.go:417 instance ba32076d-0a36-49a1-841d-943fdc120cb4 has floating IP address: 172.30.9.206 Attempting to connect to 172.30.9.206:22 Attempting to connect to 192.168.121.9:22 11:24:54 DEBUG juju.provider.common bootstrap.go:564 connection attempt for 192.168.121.9 failed: ssh: connect to host 192.168.121.9 port 22: Connection refused 11:24:55 DEBUG juju.provider.common bootstrap.go:564 connection attempt for 172.30.9.206 failed: /var/lib/juju/nonce.txt does not exist 11:25:00 DEBUG juju.provider.common bootstrap.go:564 connection attempt for 192.168.121.9 failed: ssh: connect to host 192.168.121.9 port 22: Connection refused 11:25:00 INFO cmd bootstrap.go:333 Connected to 172.30.9.206 11:25:00 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]> 11:25:00 INFO cmd bootstrap.go:403 Running machine configuration script... sudo: unable to resolve host juju-ec0b20-controller-0 11:27:06 INFO cmd bootstrap.go:455 Bootstrap agent now started 11:27:07 DEBUG juju.provider.openstack provider.go:417 instance ba32076d-0a36-49a1-841d-943fdc120cb4 has floating IP address: 172.30.9.206 11:27:07 INFO juju.juju api.go:302 API endpoints changed from [] to [172.30.9.206:17070 192.168.121.9:17070] 11:27:07 INFO cmd controller.go:82 Contacting Juju controller at 172.30.9.206 to verify accessibility... 11:27:07 INFO juju.juju api.go:67 connecting to API addresses: [172.30.9.206:17070 192.168.121.9:17070] 11:27:09 DEBUG juju.api apiclient.go:849 successfully dialed "wss://172.30.9.206:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" 11:27:09 INFO juju.api apiclient.go:597 connection established to "wss://172.30.9.206:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" 11:27:10 DEBUG juju.api monitor.go:35 RPC connection died 11:27:10 INFO cmd controller.go:87 Bootstrap complete, "abot-controller" controller now available 11:27:10 INFO cmd controller.go:88 Controller machines are in the "controller" model 11:27:10 INFO cmd controller.go:89 Initial model "default" added 11:27:10 INFO cmd supercommand.go:465 command finished 2018-10-26 11:27:10,572 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Upload VNFD 2018-10-26 11:27:10,572 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deploying Abot-epc bundle file ... 2018-10-26 11:27:31,997 - 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-26 11:27:31,998 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Waiting for instances ..... 2018-10-26 11:55:10,670 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju-wait INFO:root:All units idle since 2018-10-26 11:54:53.717569Z (abot-epc-basic/0, mysql/0, oai-epc/0, oai-hss/0) 2018-10-26 11:55:10,670 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deployed Abot-epc on Openstack 2018-10-26 11:55:10,670 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Checking status of ABot and EPC units ... 2018-10-26 11:55:10,864 - 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.210 80/tcp,5000/tcp ABot ready! EPC relation established, proceed to run tests... mysql/0* unknown idle 1 172.30.9.211 3306/tcp oai-epc/0* active idle 2 172.30.9.209 2152/udp OAI EPC is running and connected to HSS oai-hss/0* active idle 3 172.30.9.207 OAI HSS is running Machine State DNS Inst id Series AZ Message 0 started 172.30.9.210 061adf81-a30a-49d1-93d5-832e626ed2d6 xenial nova ACTIVE 1 started 172.30.9.211 4a33956a-5626-4588-946d-11c22a282868 trusty nova ACTIVE 2 started 172.30.9.209 5bcbb6e6-cc04-465e-9043-64fabe208e4e trusty nova ACTIVE 3 started 172.30.9.207 2feb4a4c-05b7-4069-ace2-6e7c472a5019 trusty nova ACTIVE 2018-10-26 11:55:11,074 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju status --format short abot-epc-basic - abot-epc-basic/0: 172.30.9.210 (agent:idle, workload:active) 80/tcp, 5000/tcp 2018-10-26 11:55:11,075 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - abot-epc-basic workload is active 2018-10-26 11:55:11,304 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju status --format short oai-epc - oai-epc/0: 172.30.9.209 (agent:idle, workload:active) 2152/udp 2018-10-26 11:55:11,305 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - oai-epc workload is active 2018-10-26 11:55:11,540 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju status --format short oai-hss - oai-hss/0: 172.30.9.207 (agent:idle, workload:active) 2018-10-26 11:55:11,540 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - oai-hss workload is active 2018-10-26 11:55:11,540 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Transferring the feature files to Abot_node ... 2018-10-26 11:55:12,168 - 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-26 11:55:12,169 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Copying the feature files within Abot_node 2018-10-26 11:55:12,647 - 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-66a23b-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-26 11:55:12,647 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Running VNF Test cases.... 2018-10-26 11:55:13,045 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju run-action abot-epc-basic/0 run tagnames=TS_24_301 Action queued with id: 9882b8b9-cd95-4ee0-8ccf-6d889e7f405c 2018-10-26 12:04:54,384 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju-wait INFO:root:All units idle since 2018-10-26 12:04:37.407335Z (abot-epc-basic/0, mysql/0, oai-epc/0, oai-hss/0) 2018-10-26 12:04:54,385 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Getting results from Abot node.... 2018-10-26 12:04:54,866 - 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-26 12:04:54,866 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Parsing the Test results... 2018-10-26 12:04:54,910 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - {'failures': 22, 'skipped': 0, 'passed': 256} 2018-10-26 12:04:54,910 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Test VNF result: Passed: 256, Failed:22, Skipped: 0 2018-10-26 12:04:55,161 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-26 12:04:55,162 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | juju_epc | functest | 42:31 | PASS | +-------------------+------------------+------------------+----------------+ 2018-10-26 12:04:56,232 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - juju debug-log --replay --no-tail machine-0: 11:30:13 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] machine-0: 11:30:13 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-0/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "0", "--debug"} machine-0: 11:30:14 DEBUG juju.agent read agent config, format "2.0" machine-0: 11:30:14 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. machine-0: 11:30:14 DEBUG juju.worker start "engine" machine-0: 11:30:14 INFO juju.worker start "engine" machine-0: 11:30:14 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-0" machine-0: 11:30:14 DEBUG juju.worker "engine" started machine-0: 11:30:14 DEBUG juju.worker.introspection stats worker now serving machine-0: 11:30:14 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-0: 11:30:14 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:14 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "agent" not running: dependency not available machine-0: 11:30:14 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-0: 11:30:14 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-0: 11:30:14 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "clock" not running: dependency not available machine-0: 11:30:14 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:14 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:14 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:14 DEBUG juju.worker.dependency "agent" manifold worker started machine-0: 11:30:14 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-0: 11:30:14 DEBUG juju.worker.dependency "clock" manifold worker started machine-0: 11:30:14 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-0: 11:30:14 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-0: 11:30:14 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-0: 11:30:14 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:14 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-0: 11:30:14 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:14 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:14 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:14 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-0: 11:30:14 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-0: 11:30:14 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 11:30:14 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:14 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:14 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:14 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:14 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:14 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-0: 11:30:14 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-0: 11:30:14 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:14 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:14 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:14 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:14 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-0: 11:30:14 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-0: 11:30:14 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:14 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:14 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:14 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:14 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-0: 11:30:14 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-0: 11:30:14 DEBUG juju.worker.dependency "is-controller-flag" manifold worker stopped: "state" not running: dependency not available machine-0: 11:30:14 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:14 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 11:30:14 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:14 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 11:30:14 DEBUG juju.worker.apicaller connecting with old password machine-0: 11:30:14 DEBUG juju.worker.dependency "state" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-0: 11:30:14 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:14 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:14 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:14 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-0: 11:30:14 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-0: 11:30:14 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" machine-0: 11:30:14 INFO juju.api connection established to "wss://192.168.121.9:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" machine-0: 11:30:14 DEBUG juju.api successfully dialed "wss://172.30.9.206:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" machine-0: 11:30:14 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:14 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-0: 11:30:14 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:14 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:14 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:14 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-0: 11:30:14 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:14 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:14 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "central-hub" not running: dependency not available machine-0: 11:30:14 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:14 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:14 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:14 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-0: 11:30:14 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 11:30:14 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:14 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-0: 11:30:14 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:14 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:14 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "state" not running: dependency not available machine-0: 11:30:14 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-0: 11:30:14 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-0: 11:30:14 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-0: 11:30:14 DEBUG juju.worker.apicaller connected machine-0: 11:30:14 DEBUG juju.worker.apicaller changing password... machine-0: 11:30:14 DEBUG juju.worker.apicaller password changed machine-0: 11:30:14 DEBUG juju.api RPC connection died machine-0: 11:30:14 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-0: 11:30:14 DEBUG juju.worker.apicaller connecting with current password machine-0: 11:30:14 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" machine-0: 11:30:14 INFO juju.api connection established to "wss://192.168.121.9:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" machine-0: 11:30:14 DEBUG juju.api successfully dialed "wss://172.30.9.206:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" machine-0: 11:30:14 DEBUG juju.worker.apicaller connected machine-0: 11:30:14 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-0: 11:30:15 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-0: 11:30:15 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-0: 11:30:15 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-0: 11:30:15 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-0: 11:30:15 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: machine-0: 11:30:15 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-0: 11:30:15 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-0: 11:30:15 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 11:30:15 INFO juju.worker.upgrader abort check blocked until version event received machine-0: 11:30:15 INFO juju.worker.upgrader unblocking abort check machine-0: 11:30:15 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-0: 11:30:15 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-0: 11:30:15 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-0: 11:30:15 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-0: 11:30:15 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-0: 11:30:15 INFO juju.worker.migrationminion migration phase is now: NONE machine-0: 11:30:15 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-0: 11:30:15 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-0: 11:30:15 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-0: 11:30:15 DEBUG juju.worker.fanconfigurer Processing new fan config machine-0: 11:30:15 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-0: 11:30:15 DEBUG juju.worker.logger logger setup machine-0: 11:30:15 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-0: 11:30:15 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-0: 11:30:15 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-0: 11:30:15 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-0: 11:30:15 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-0: 11:30:15 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-0: 11:30:15 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-0: 11:30:15 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-0: 11:30:15 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-0: 11:30:15 INFO juju.worker.diskmanager block devices changed: [{vda [/dev/disk/by-path/virtio-pci-0000:00:04.0] 10240 true }] machine-0: 11:30:15 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 11:30:15 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 11:30:15 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 11:30:15 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-0: 11:30:15 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.206,192.168.121.9,252.9.0.1,::1,localhost", AutoNoProxy:""} machine-0: 11:30:15 DEBUG juju.tools.lxdclient LXD snap socket not found, falling back to debian socket: "/var/lib/lxd" machine-0: 11:30:15 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-0: 11:30:15 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: 11:30:15 DEBUG juju.service discovered init system "systemd" from series "xenial" machine-0: 11:30:15 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-0: 11:30:15 DEBUG juju.network no lxc bridge addresses to filter for machine machine-0: 11:30:15 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 11:30:15 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 11:30:15 DEBUG juju.network including address public:172.30.9.206 for machine machine-0: 11:30:15 DEBUG juju.network including address local-cloud:192.168.121.9 for machine machine-0: 11:30:15 DEBUG juju.network including address local-fan:252.9.0.1 for machine machine-0: 11:30:15 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-0: 11:30:15 DEBUG juju.network including address local-machine:::1 for machine machine-0: 11:30:15 DEBUG juju.network addresses after filtering: [public:172.30.9.206 local-cloud:192.168.121.9 local-fan:252.9.0.1 local-machine:127.0.0.1 local-machine:::1] machine-0: 11:30:15 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.206:17070 192.168.121.9:17070 252.9.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-0: 11:30:15 DEBUG juju.worker.reboot Reboot worker got action: noop machine-0: 11:30:15 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-0: 11:30:15 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-0: 11:30:15 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-0: 11:30:15 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-0: 11:30:15 INFO juju.worker.authenticationworker "machine-0" key updater worker started machine-0: 11:30:15 INFO juju.worker.deployer checking unit "abot-epc-basic/0" machine-0: 11:30:15 DEBUG juju.agent API server address details [["172.30.9.206:17070" "192.168.121.9:17070" "252.9.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.9:17070" "252.9.0.1:17070" "172.30.9.206:17070"] machine-0: 11:30:15 DEBUG juju.worker.apiconfigwatcher API addresses changed in agent config machine-0: 11:30:15 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: restart immediately machine-0: 11:30:15 DEBUG juju.api RPC connection died machine-0: 11:30:15 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-0: 11:30:15 DEBUG juju.worker killing runner 0xc4204165b0 machine-0: 11:30:15 INFO juju.worker runner is dying machine-0: 11:30:15 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: connection is shut down machine-0: 11:30:15 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: connection is shut down machine-0: 11:30:15 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: connection is shut down machine-0: 11:30:15 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: connection is shut down machine-0: 11:30:15 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: setting up container support: setting supported containers for machine-0: connection is shut down machine-0: 11:30:15 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: connection is shut down machine-0: 11:30:15 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: connection is shut down machine-0: 11:30:15 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-0: 11:30:15 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: connection is shut down machine-0: 11:30:15 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: connection is shut down machine-0: 11:30:15 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: connection is shut down machine-0: 11:30:15 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: connection is shut down machine-0: 11:30:15 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: connection is shut down machine-0: 11:30:15 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: connection is shut down machine-0: 11:30:15 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-0: 11:30:15 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-0: 11:30:15 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-0: 11:30:15 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-0: 11:30:15 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-0: 11:30:15 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-0: 11:30:15 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-0: 11:30:15 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:15 DEBUG juju.worker.apicaller connecting with current password machine-0: 11:30:15 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" machine-0: 11:30:15 INFO juju.api connection established to "wss://192.168.121.9:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" machine-0: 11:30:15 DEBUG juju.api successfully dialed "wss://172.30.9.206:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" machine-0: 11:30:15 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: 11:30:15 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: 11:30:15 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: connection is shut down machine-0: 11:30:15 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:16 DEBUG juju.worker.apicaller connected machine-0: 11:30:16 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-0: 11:30:16 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:16 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:16 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:16 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-0: 11:30:16 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:16 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:16 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:16 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-0: 11:30:16 INFO juju.worker.migrationminion migration phase is now: NONE machine-0: 11:30:16 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:16 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:16 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 11:30:16 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-0: 11:30:16 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-0: 11:30:16 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-0: 11:30:16 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-0: 11:30:16 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-0: 11:30:16 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-0: 11:30:16 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: machine-0: 11:30:16 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-0: 11:30:16 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-0: 11:30:16 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-0: 11:30:16 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-0: 11:30:16 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-0: 11:30:16 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-0: 11:30:16 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-0: 11:30:16 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-0: 11:30:16 DEBUG juju.worker.fanconfigurer Processing new fan config machine-0: 11:30:16 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-0: 11:30:16 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-0: 11:30:16 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-0: 11:30:16 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-0: 11:30:16 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-0: 11:30:16 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" machine-0: 11:30:16 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-0: 11:30:16 DEBUG juju.worker.logger logger setup machine-0: 11:30:16 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-0: 11:30:16 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 11:30:16 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 11:30:16 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 11:30:16 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-0: 11:30:16 INFO juju.worker.diskmanager block devices changed: [{vda [/dev/disk/by-path/virtio-pci-0000:00:04.0] 10240 true }] machine-0: 11:30:16 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-0: 11:30:16 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-0: 11:30:16 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-0: 11:30:16 DEBUG juju.service discovered init system "systemd" from series "xenial" machine-0: 11:30:16 DEBUG juju.worker.reboot Reboot worker got action: noop machine-0: 11:30:16 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-0: 11:30:16 DEBUG juju.network no lxc bridge addresses to filter for machine machine-0: 11:30:16 DEBUG juju.network "lxdbr0" has addresses [fe80::184f:9cff:fe03:18d4/64 fe80::1/64] machine-0: 11:30:16 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 11:30:16 DEBUG juju.network including address public:172.30.9.206 for machine machine-0: 11:30:16 DEBUG juju.network including address local-cloud:192.168.121.9 for machine machine-0: 11:30:16 DEBUG juju.network including address local-fan:252.9.0.1 for machine machine-0: 11:30:16 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-0: 11:30:16 DEBUG juju.network including address local-machine:::1 for machine machine-0: 11:30:16 DEBUG juju.network addresses after filtering: [public:172.30.9.206 local-cloud:192.168.121.9 local-fan:252.9.0.1 local-machine:127.0.0.1 local-machine:::1] machine-0: 11:30:16 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.206:17070 192.168.121.9:17070 252.9.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-0: 11:30:16 DEBUG juju.agent API server address details [["172.30.9.206:17070" "192.168.121.9:17070" "252.9.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.9:17070" "252.9.0.1:17070" "172.30.9.206:17070"] machine-0: 11:30:16 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-0: 11:30:16 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-0: 11:30:16 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-0: 11:30:16 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-0: 11:30:16 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-0: 11:30:16 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: 11:30:16 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result 0 machine-0: 11:30:16 INFO juju.worker.deployer checking unit "abot-epc-basic/0" machine-0: 11:30:16 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-0: 11:30:16 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-0: 11:30:16 INFO juju.worker.authenticationworker "machine-0" key updater worker started machine-0: 11:30:16 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: 11:30:16 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-0: 11:30:16 DEBUG juju.worker.fanconfigurer Processing new fan config machine-0: 11:30:16 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-0: 11:30:16 DEBUG juju.worker.dependency "machiner" manifold worker started machine-0: 11:30:16 DEBUG juju.network no lxc bridge addresses to filter for machine machine-0: 11:30:16 DEBUG juju.network "lxdbr0" has addresses [fe80::184f:9cff:fe03:18d4/64 fe80::1/64] machine-0: 11:30:16 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 11:30:16 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-0: 11:30:16 DEBUG juju.network including address local-cloud:192.168.121.7 for machine machine-0: 11:30:16 DEBUG juju.network including address local-fan:252.7.0.1 for machine machine-0: 11:30:16 DEBUG juju.network including address local-machine:::1 for machine machine-0: 11:30:16 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: 11:30:16 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: 11:30:16 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result 0 machine-0: 11:30:16 INFO juju.worker.upgrader abort check blocked until version event received machine-0: 11:30:16 INFO juju.worker.upgrader unblocking abort check machine-0: 11:30:16 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-0: 11:30:17 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: 11:30:17 DEBUG juju.worker start "0-container-watcher" machine-0: 11:30:17 DEBUG juju.worker start "stateconverter" machine-0: 11:30:17 INFO juju.worker start "0-container-watcher" machine-0: 11:30:17 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-0: 11:30:17 DEBUG juju.worker "0-container-watcher" started machine-0: 11:30:17 INFO juju.worker start "stateconverter" machine-0: 11:30:17 DEBUG juju.worker "stateconverter" started machine-0: 11:30:17 DEBUG juju.cmd.jujud upgrades done, starting worker "0-container-watcher" machine-0: 11:30:17 INFO juju.worker.deployer deploying unit "abot-epc-basic/0" machine-0: 11:30:17 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 0 machine-0: 11:30:17 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-0: 11:30:17 DEBUG juju.service discovered init system "systemd" from local host machine-0: 11:30:17 DEBUG juju.worker.deployer API addresses: ["192.168.121.9:17070" "252.9.0.1:17070" "172.30.9.206:17070"] machine-0: 11:30:17 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: 11:30:17 INFO juju.worker.machiner "machine-0" started machine-0: 11:30:17 DEBUG juju.service.systemd service "jujud-unit-abot-epc-basic-0" successfully installed machine-0: 11:30:17 DEBUG juju.service.systemd service "jujud-unit-abot-epc-basic-0" not running machine-0: 11:30:17 DEBUG juju.service.systemd service "jujud-unit-abot-epc-basic-0" successfully started unit-abot-epc-basic-0: 11:30:18 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] unit-abot-epc-basic-0: 11:30:18 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: 11:30:18 DEBUG juju.agent read agent config, format "2.0" unit-abot-epc-basic-0: 11:30:18 DEBUG juju.worker start "api" unit-abot-epc-basic-0: 11:30:18 INFO juju.worker start "api" unit-abot-epc-basic-0: 11:30:18 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. unit-abot-epc-basic-0: 11:30:18 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-abot-epc-basic-0" unit-abot-epc-basic-0: 11:30:18 DEBUG juju.worker "api" started unit-abot-epc-basic-0: 11:30:18 DEBUG juju.worker.introspection stats worker now serving unit-abot-epc-basic-0: 11:30:18 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 11:30:18 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 11:30:18 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 11:30:18 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available unit-abot-epc-basic-0: 11:30:18 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available unit-abot-epc-basic-0: 11:30:18 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-abot-epc-basic-0: 11:30:18 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 11:30:18 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 11:30:18 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 11:30:18 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started unit-abot-epc-basic-0: 11:30:18 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 11:30:18 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 11:30:18 DEBUG juju.worker.dependency "agent" manifold worker started unit-abot-epc-basic-0: 11:30:18 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 11:30:18 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started unit-abot-epc-basic-0: 11:30:18 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 11:30:18 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 11:30:18 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 11:30:18 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 11:30:18 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 11:30:18 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 11:30:18 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 11:30:18 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 11:30:18 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 11:30:18 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: unit-abot-epc-basic-0: 11:30:18 DEBUG juju.worker.apicaller connecting with old password unit-abot-epc-basic-0: 11:30:18 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 11:30:18 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 11:30:18 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 11:30:18 DEBUG juju.api successfully dialed "wss://252.9.0.1:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" unit-abot-epc-basic-0: 11:30:18 INFO juju.api connection established to "wss://252.9.0.1:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" unit-abot-epc-basic-0: 11:30:18 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" unit-abot-epc-basic-0: 11:30:18 DEBUG juju.api successfully dialed "wss://172.30.9.206:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" unit-abot-epc-basic-0: 11:30:18 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 11:30:18 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 11:30:18 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-abot-epc-basic-0: 11:30:18 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 11:30:18 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 11:30:18 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 11:30:18 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 11:30:18 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 11:30:18 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 11:30:18 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started unit-abot-epc-basic-0: 11:30:18 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 11:30:18 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 11:30:18 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-abot-epc-basic-0: 11:30:18 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-abot-epc-basic-0: 11:30:18 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-abot-epc-basic-0: 11:30:18 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 11:30:18 DEBUG juju.worker.apicaller changing password... unit-abot-epc-basic-0: 11:30:19 DEBUG juju.worker.apicaller password changed unit-abot-epc-basic-0: 11:30:19 DEBUG juju.api RPC connection died unit-abot-epc-basic-0: 11:30:19 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-abot-epc-basic-0: 11:30:19 DEBUG juju.worker.apicaller connecting with current password unit-abot-epc-basic-0: 11:30:19 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" unit-abot-epc-basic-0: 11:30:19 INFO juju.api connection established to "wss://192.168.121.9:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" unit-abot-epc-basic-0: 11:30:19 DEBUG juju.api successfully dialed "wss://252.9.0.1:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" unit-abot-epc-basic-0: 11:30:19 DEBUG juju.api successfully dialed "wss://172.30.9.206:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" unit-abot-epc-basic-0: 11:30:20 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 11:30:20 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-abot-epc-basic-0: 11:30:20 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 11:30:20 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-abot-epc-basic-0: 11:30:20 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-abot-epc-basic-0: 11:30:20 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-abot-epc-basic-0: 11:30:20 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-abot-epc-basic-0: 11:30:20 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-abot-epc-basic-0: 11:30:20 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-abot-epc-basic-0: 11:30:20 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-abot-epc-basic-0: 11:30:20 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-abot-epc-basic-0: 11:30:20 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-abot-epc-basic-0: 11:30:20 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 11:30:20 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 11:30:20 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 11:30:20 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 11:30:20 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 11:30:20 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-abot-epc-basic-0: 11:30:20 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 11:30:20 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 11:30:20 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 11:30:20 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 11:30:20 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started unit-abot-epc-basic-0: 11:30:20 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-abot-epc-basic-0: 11:30:20 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 11:30:20 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 11:30:20 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 11:30:20 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:da:8b:83 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:da:8b:83 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:1a:4f:9c:03:18:d4 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:1a:4f:9c:03:18:d4 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:56:47:52:be:ec:fc 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:56:47:52:be:ec:fc 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:56:47:52:be:ec:fc 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: 11:30:20 INFO juju.worker.upgrader abort check blocked until version event received unit-abot-epc-basic-0: 11:30:20 INFO juju.worker.upgrader unblocking abort check unit-abot-epc-basic-0: 11:30:20 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-abot-epc-basic-0: 11:30:20 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-abot-epc-basic-0: 11:30:20 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-abot-epc-basic-0: 11:30:20 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-abot-epc-basic-0: 11:30:20 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-abot-epc-basic-0: 11:30:20 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-abot-epc-basic-0: 11:30:20 INFO juju.worker.migrationminion migration phase is now: NONE unit-abot-epc-basic-0: 11:30:20 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-abot-epc-basic-0: 11:30:20 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-abot-epc-basic-0: 11:30:20 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-abot-epc-basic-0: 11:30:20 DEBUG juju.worker.leadership abot-epc-basic/0 making initial claim for abot-epc-basic leadership unit-abot-epc-basic-0: 11:30:20 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-abot-epc-basic-0: 11:30:20 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-abot-epc-basic-0: 11:30:20 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-abot-epc-basic-0: 11:30:20 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-abot-epc-basic-0: 11:30:20 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-abot-epc-basic-0: 11:30:20 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-abot-epc-basic-0: 11:30:20 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-abot-epc-basic-0: 11:30:20 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.206,192.168.121.9,252.9.0.1,::1,localhost", AutoNoProxy:""} unit-abot-epc-basic-0: 11:30: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: 11:30:20 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-abot-epc-basic-0: 11:30:20 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-abot-epc-basic-0: 11:30:20 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-abot-epc-basic-0: 11:30:20 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-abot-epc-basic-0: 11:30:20 DEBUG juju.machinelock acquire machine lock for meterstatus (meter-status-changed) unit-abot-epc-basic-0: 11:30:20 DEBUG juju.machinelock machine lock acquired for meterstatus (meter-status-changed) unit-abot-epc-basic-0: 11:30:20 DEBUG juju.network no lxc bridge addresses to filter for machine unit-abot-epc-basic-0: 11:30:20 DEBUG juju.network "lxdbr0" has addresses [fe80::184f:9cff:fe03:18d4/64 fe80::1/64] unit-abot-epc-basic-0: 11:30:20 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-abot-epc-basic-0: 11:30:20 DEBUG juju.network including address public:172.30.9.206 for machine unit-abot-epc-basic-0: 11:30:20 DEBUG juju.network including address local-cloud:192.168.121.9 for machine unit-abot-epc-basic-0: 11:30:20 DEBUG juju.network including address local-fan:252.9.0.1 for machine unit-abot-epc-basic-0: 11:30:20 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-abot-epc-basic-0: 11:30:20 DEBUG juju.network including address local-machine:::1 for machine unit-abot-epc-basic-0: 11:30:20 DEBUG juju.network addresses after filtering: [public:172.30.9.206 local-cloud:192.168.121.9 local-fan:252.9.0.1 local-machine:127.0.0.1 local-machine:::1] unit-abot-epc-basic-0: 11:30:20 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.206:17070 192.168.121.9:17070 252.9.0.1:17070 127.0.0.1:17070 [::1]:17070]] unit-abot-epc-basic-0: 11:30:20 DEBUG juju.agent API server address details [["172.30.9.206:17070" "192.168.121.9:17070" "252.9.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.9:17070" "252.9.0.1:17070" "172.30.9.206:17070"] unit-abot-epc-basic-0: 11:30:20 DEBUG juju.machinelock machine lock released for meterstatus (meter-status-changed) unit-abot-epc-basic-0: 11:30:20 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-abot-epc-basic-0: 11:30:20 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-abot-epc-basic-0: 11:30:20 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-abot-epc-basic-0: 11:30:20 DEBUG juju.worker.logger logger setup unit-abot-epc-basic-0: 11:30:20 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-abot-epc-basic-0: 11:30:20 DEBUG juju.worker.dependency "uniter" manifold worker started unit-abot-epc-basic-0: 11:30:20 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-abot-epc-basic-0: 11:30:21 INFO juju.worker.leadership abot-epc-basic/0 promoted to leadership of abot-epc-basic unit-abot-epc-basic-0: 11:30:21 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-abot-epc-basic-0 unit-abot-epc-basic-0: 11:30:21 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.3.9-xenial-amd64 unit-abot-epc-basic-0: 11:30:21 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.3.9-xenial-amd64/jujud unit-abot-epc-basic-0: 11:30:21 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: 11:30:21 INFO juju.worker.uniter unit "abot-epc-basic/0" started unit-abot-epc-basic-0: 11:30:21 INFO juju.worker.uniter resuming charm install unit-abot-epc-basic-0: 11:30:21 DEBUG juju.worker.uniter.operation running operation install local:xenial/abot-epc-basic-1 unit-abot-epc-basic-0: 11:30:21 DEBUG juju.worker.uniter.operation preparing operation "install local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 11:30:21 DEBUG juju.worker.uniter juju-run listener running unit-abot-epc-basic-0: 11:30:21 INFO juju.worker.uniter.charm downloading local:xenial/abot-epc-basic-1 from API server unit-abot-epc-basic-0: 11:30:21 INFO juju.downloader downloading from local:xenial/abot-epc-basic-1 unit-abot-epc-basic-0: 11:30:21 DEBUG httpbakery client do GET https://192.168.121.9:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/charms?file=%2A&url=local%3Axenial%2Fabot-epc-basic-1 { unit-abot-epc-basic-0: 11:30:21 DEBUG httpbakery } -> error unit-abot-epc-basic-0: 11:30:21 INFO juju.downloader download complete ("local:xenial/abot-epc-basic-1") unit-abot-epc-basic-0: 11:30:21 INFO juju.downloader download verified ("local:xenial/abot-epc-basic-1") unit-abot-epc-basic-0: 11:30:21 DEBUG juju.worker.uniter.operation executing operation "install local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 11:30:21 DEBUG juju.worker.uniter.charm preparing to deploy charm "local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 11:30:21 DEBUG juju.worker.uniter.charm deploying charm "local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 11:30:22 DEBUG juju.worker.uniter.charm finishing deploy of charm "local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 11:30:23 DEBUG juju.worker.uniter.operation committing operation "install local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 11:30:23 INFO juju.worker.uniter hooks are retried true machine-0: 11:30:23 INFO juju.tools.lxdclient using LXD API version "1.0" unit-abot-epc-basic-0: 11:30:23 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-abot-epc-basic-0: 11:30:23 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-abot-epc-basic-0: 11:30:23 DEBUG juju.worker.uniter.remotestate got unit change unit-abot-epc-basic-0: 11:30:23 DEBUG juju.worker.uniter.remotestate got service change unit-abot-epc-basic-0: 11:30:23 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-abot-epc-basic-0: 11:30:23 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-abot-epc-basic-0: 11:30:23 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-abot-epc-basic-0: 11:30:23 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-abot-epc-basic-0: 11:30:23 DEBUG juju.worker.uniter.remotestate got update status interval change: ok=true unit-abot-epc-basic-0: 11:30:23 INFO juju.worker.uniter.storage initial storage attachments ready unit-abot-epc-basic-0: 11:30:23 INFO juju.worker.uniter found queued "install" hook unit-abot-epc-basic-0: 11:30:23 DEBUG juju.worker.uniter.operation running operation run install hook unit-abot-epc-basic-0: 11:30:23 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-abot-epc-basic-0: 11:30:23 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-abot-epc-basic-0: 11:30:23 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-abot-epc-basic-0: 11:30:23 DEBUG juju.worker.uniter.operation executing operation "run install hook" machine-0: 11:30:23 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-0: 11:30:23 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: connection is shut down machine-0: 11:30:23 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-0: 11:30:23 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.206,192.168.121.9,252.9.0.1,::1,localhost", AutoNoProxy:""} machine-0: 11:30:23 DEBUG juju.tools.lxdclient Using environment LXD_DIR as socket path: "/var/lib/lxd" machine-0: 11:30:23 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-0: 11:30:23 INFO juju.tools.lxdclient using LXD API version "1.0" unit-abot-epc-basic-0: 11:30:23 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-abot-epc-basic-0: 11:30:23 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 11:30:23 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 11:30:23 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-66a23b-default-0 unit-abot-epc-basic-0: 11:30:23 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Checking sudo privileges >> unit-abot-epc-basic-0: 11:30:23 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Application Name abot-functest-basic >> unit-abot-epc-basic-0: 11:30:23 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Version 3.1.1 >> unit-abot-epc-basic-0: 11:30:23 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: External Tester none >> machine-0: 11:30:23 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: 11:30:24 DEBUG unit.abot-epc-basic/0.install Hit:1 http://security.ubuntu.com/ubuntu xenial-security InRelease unit-abot-epc-basic-0: 11:30:24 DEBUG unit.abot-epc-basic/0.install Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial InRelease unit-abot-epc-basic-0: 11:30:24 DEBUG unit.abot-epc-basic/0.install Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates InRelease unit-abot-epc-basic-0: 11:30:24 DEBUG unit.abot-epc-basic/0.install Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-backports InRelease unit-abot-epc-basic-0: 11:30:25 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 11:30:25 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 11:30:25 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 11:30:25 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 11:30:25 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 11:30:25 DEBUG unit.abot-epc-basic/0.install ca-certificates-java fontconfig fontconfig-config fonts-dejavu-core unit-abot-epc-basic-0: 11:30:25 DEBUG unit.abot-epc-basic/0.install fonts-dejavu-extra hicolor-icon-theme java-common libasound2 libasound2-data unit-abot-epc-basic-0: 11:30:25 DEBUG unit.abot-epc-basic/0.install libasyncns0 libatk1.0-0 libatk1.0-data libavahi-client3 libavahi-common-data unit-abot-epc-basic-0: 11:30:25 DEBUG unit.abot-epc-basic/0.install libavahi-common3 libcairo2 libcups2 libdatrie1 libdrm-amdgpu1 libdrm-intel1 unit-abot-epc-basic-0: 11:30:25 DEBUG unit.abot-epc-basic/0.install libdrm-nouveau2 libdrm-radeon1 libflac8 libfontconfig1 libgdk-pixbuf2.0-0 unit-abot-epc-basic-0: 11:30:25 DEBUG unit.abot-epc-basic/0.install libgdk-pixbuf2.0-common libgif7 libgl1-mesa-dri libgl1-mesa-glx unit-abot-epc-basic-0: 11:30:25 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: 11:30:25 DEBUG unit.abot-epc-basic/0.install libharfbuzz0b libice-dev libice6 libjbig0 libjpeg-turbo8 libjpeg8 liblcms2-2 unit-abot-epc-basic-0: 11:30:25 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: 11:30:25 DEBUG unit.abot-epc-basic/0.install libpciaccess0 libpcsclite1 libpixman-1-0 libpthread-stubs0-dev libpulse0 unit-abot-epc-basic-0: 11:30:25 DEBUG unit.abot-epc-basic/0.install libsensors4 libsm-dev libsm6 libsndfile1 libthai-data libthai0 libtiff5 unit-abot-epc-basic-0: 11:30:25 DEBUG unit.abot-epc-basic/0.install libtxc-dxtn-s2tc0 libvorbis0a libvorbisenc2 libx11-dev libx11-doc unit-abot-epc-basic-0: 11:30:25 DEBUG unit.abot-epc-basic/0.install libx11-xcb1 libxau-dev libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 unit-abot-epc-basic-0: 11:30:25 DEBUG unit.abot-epc-basic/0.install libxcb-present0 libxcb-render0 libxcb-shm0 libxcb-sync1 libxcb1-dev unit-abot-epc-basic-0: 11:30:25 DEBUG unit.abot-epc-basic/0.install libxcomposite1 libxcursor1 libxdamage1 libxdmcp-dev libxfixes3 libxi6 unit-abot-epc-basic-0: 11:30:25 DEBUG unit.abot-epc-basic/0.install libxinerama1 libxrandr2 libxrender1 libxshmfence1 libxt-dev libxt6 libxtst6 unit-abot-epc-basic-0: 11:30:25 DEBUG unit.abot-epc-basic/0.install libxxf86vm1 openjdk-8-jdk-headless openjdk-8-jre openjdk-8-jre-headless unit-abot-epc-basic-0: 11:30:25 DEBUG unit.abot-epc-basic/0.install x11-common x11proto-core-dev x11proto-input-dev x11proto-kb-dev unit-abot-epc-basic-0: 11:30:25 DEBUG unit.abot-epc-basic/0.install xorg-sgml-doctools xtrans-dev unit-abot-epc-basic-0: 11:30:25 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 11:30:25 DEBUG unit.abot-epc-basic/0.install default-jre libasound2-plugins alsa-utils cups-common librsvg2-common gvfs unit-abot-epc-basic-0: 11:30:25 DEBUG unit.abot-epc-basic/0.install libice-doc liblcms2-utils pcscd pulseaudio lm-sensors libsm-doc libxcb-doc unit-abot-epc-basic-0: 11:30:25 DEBUG unit.abot-epc-basic/0.install libxt-doc openjdk-8-demo openjdk-8-source visualvm icedtea-8-plugin unit-abot-epc-basic-0: 11:30:25 DEBUG unit.abot-epc-basic/0.install libnss-mdns fonts-ipafont-gothic fonts-ipafont-mincho fonts-wqy-microhei unit-abot-epc-basic-0: 11:30:25 DEBUG unit.abot-epc-basic/0.install fonts-wqy-zenhei fonts-indic unit-abot-epc-basic-0: 11:30:25 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 11:30:25 DEBUG unit.abot-epc-basic/0.install ca-certificates-java fontconfig fontconfig-config fonts-dejavu-core unit-abot-epc-basic-0: 11:30:25 DEBUG unit.abot-epc-basic/0.install fonts-dejavu-extra hicolor-icon-theme java-common libasound2 libasound2-data unit-abot-epc-basic-0: 11:30:25 DEBUG unit.abot-epc-basic/0.install libasyncns0 libatk1.0-0 libatk1.0-data libavahi-client3 libavahi-common-data unit-abot-epc-basic-0: 11:30:25 DEBUG unit.abot-epc-basic/0.install libavahi-common3 libcairo2 libcups2 libdatrie1 libdrm-amdgpu1 libdrm-intel1 unit-abot-epc-basic-0: 11:30:25 DEBUG unit.abot-epc-basic/0.install libdrm-nouveau2 libdrm-radeon1 libflac8 libfontconfig1 libgdk-pixbuf2.0-0 unit-abot-epc-basic-0: 11:30:25 DEBUG unit.abot-epc-basic/0.install libgdk-pixbuf2.0-common libgif7 libgl1-mesa-dri libgl1-mesa-glx unit-abot-epc-basic-0: 11:30:25 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: 11:30:25 DEBUG unit.abot-epc-basic/0.install libharfbuzz0b libice-dev libice6 libjbig0 libjpeg-turbo8 libjpeg8 liblcms2-2 unit-abot-epc-basic-0: 11:30:25 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: 11:30:25 DEBUG unit.abot-epc-basic/0.install libpciaccess0 libpcsclite1 libpixman-1-0 libpthread-stubs0-dev libpulse0 unit-abot-epc-basic-0: 11:30:25 DEBUG unit.abot-epc-basic/0.install libsensors4 libsm-dev libsm6 libsndfile1 libthai-data libthai0 libtiff5 unit-abot-epc-basic-0: 11:30:25 DEBUG unit.abot-epc-basic/0.install libtxc-dxtn-s2tc0 libvorbis0a libvorbisenc2 libx11-dev libx11-doc unit-abot-epc-basic-0: 11:30:25 DEBUG unit.abot-epc-basic/0.install libx11-xcb1 libxau-dev libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 unit-abot-epc-basic-0: 11:30:25 DEBUG unit.abot-epc-basic/0.install libxcb-present0 libxcb-render0 libxcb-shm0 libxcb-sync1 libxcb1-dev unit-abot-epc-basic-0: 11:30:25 DEBUG unit.abot-epc-basic/0.install libxcomposite1 libxcursor1 libxdamage1 libxdmcp-dev libxfixes3 libxi6 unit-abot-epc-basic-0: 11:30:25 DEBUG unit.abot-epc-basic/0.install libxinerama1 libxrandr2 libxrender1 libxshmfence1 libxt-dev libxt6 libxtst6 unit-abot-epc-basic-0: 11:30:25 DEBUG unit.abot-epc-basic/0.install libxxf86vm1 openjdk-8-jdk openjdk-8-jdk-headless openjdk-8-jre unit-abot-epc-basic-0: 11:30:25 DEBUG unit.abot-epc-basic/0.install openjdk-8-jre-headless x11-common x11proto-core-dev x11proto-input-dev unit-abot-epc-basic-0: 11:30:25 DEBUG unit.abot-epc-basic/0.install x11proto-kb-dev xorg-sgml-doctools xtrans-dev unit-abot-epc-basic-0: 11:30:26 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 97 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 11:30:26 DEBUG unit.abot-epc-basic/0.install Need to get 68.8 MB of archives. unit-abot-epc-basic-0: 11:30:26 DEBUG unit.abot-epc-basic/0.install After this operation, 395 MB of additional disk space will be used. unit-abot-epc-basic-0: 11:30:26 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: 11:30:27 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: 11:30:27 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: 11:30:27 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: 11:30:27 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: 11:30:27 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: 11:30:28 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: 11:30:28 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: 11:30:28 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: 11:30:28 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: 11:30:28 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: 11:30:28 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: 11:30:28 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: 11:30:29 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: 11:30:29 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: 11:30:29 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: 11:30:29 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: 11:30:29 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: 11:30:29 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: 11:30:29 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: 11:30:30 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: 11:30:30 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: 11:30:30 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: 11:30:30 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: 11:30:30 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: 11:30:30 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: 11:30:31 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: 11:30:31 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: 11:30:31 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: 11:30:31 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: 11:30:33 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: 11:30:33 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: 11:30:33 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: 11:30:33 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: 11:30:33 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: 11:30:33 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: 11:30:33 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: 11:30:34 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: 11:30:34 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: 11:30:34 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: 11:30:34 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: 11:30:34 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: 11:30:34 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: 11:30:34 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: 11:30:34 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: 11:30:35 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: 11:30:35 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: 11:30:35 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: 11:30:35 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: 11:30:35 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: 11:30:35 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: 11:30:36 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: 11:30:36 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: 11:30:36 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: 11:30:37 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: 11:30:37 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: 11:30:37 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: 11:30:37 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: 11:30:37 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: 11:30:38 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: 11:30:38 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: 11:30:38 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: 11:30:38 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: 11:30:38 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: 11:30:38 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: 11:30:38 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: 11:30:38 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: 11:30:39 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: 11:30:39 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: 11:30:39 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: 11:30:39 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: 11:30:39 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: 11:30:39 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: 11:30:39 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: 11:30:40 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: 11:30:40 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: 11:30:40 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: 11:30:40 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: 11:30:40 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: 11:30:40 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: 11:30:41 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: 11:30:41 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: 11:30:41 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: 11:30:41 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: 11:30:41 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: 11:30:41 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: 11:30:41 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: 11:30:42 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: 11:30:42 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: 11:30:42 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: 11:30:42 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: 11:30:42 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: 11:30:42 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: 11:30:42 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: 11:30:43 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: 11:30:43 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: 11:30:43 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: 11:30:43 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: 11:30:44 DEBUG unit.abot-epc-basic/0.install Fetched 68.8 MB in 17s (3900 kB/s) unit-abot-epc-basic-0: 11:30:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-dejavu-core. unit-abot-epc-basic-0: 11:30:44 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: 11:30:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-dejavu-core_2.35-1_all.deb ... unit-abot-epc-basic-0: 11:30:44 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-dejavu-core (2.35-1) ... unit-abot-epc-basic-0: 11:30:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fontconfig-config. unit-abot-epc-basic-0: 11:30:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fontconfig-config_2.11.94-0ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 11:30:48 DEBUG unit.abot-epc-basic/0.install Unpacking fontconfig-config (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 11:30:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfontconfig1:amd64. unit-abot-epc-basic-0: 11:30:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfontconfig1_2.11.94-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 11:30:49 DEBUG unit.abot-epc-basic/0.install Unpacking libfontconfig1:amd64 (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 11:30:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fontconfig. unit-abot-epc-basic-0: 11:30:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fontconfig_2.11.94-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 11:30:50 DEBUG unit.abot-epc-basic/0.install Unpacking fontconfig (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 11:30:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasyncns0:amd64. unit-abot-epc-basic-0: 11:30:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasyncns0_0.8-5build1_amd64.deb ... unit-abot-epc-basic-0: 11:30:51 DEBUG unit.abot-epc-basic/0.install Unpacking libasyncns0:amd64 (0.8-5build1) ... unit-abot-epc-basic-0: 11:30:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11-common. unit-abot-epc-basic-0: 11:30:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11-common_1%3a7.7+13ubuntu3.1_all.deb ... unit-abot-epc-basic-0: 11:30:52 DEBUG unit.abot-epc-basic/0.install dpkg-query: no packages found matching nux-tools unit-abot-epc-basic-0: 11:30:52 DEBUG unit.abot-epc-basic/0.install Unpacking x11-common (1:7.7+13ubuntu3.1) ... unit-abot-epc-basic-0: 11:30:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libice6:amd64. unit-abot-epc-basic-0: 11:30:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libice6_2%3a1.0.9-1_amd64.deb ... unit-abot-epc-basic-0: 11:30:53 DEBUG unit.abot-epc-basic/0.install Unpacking libice6:amd64 (2:1.0.9-1) ... unit-abot-epc-basic-0: 11:30:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg-turbo8:amd64. unit-abot-epc-basic-0: 11:30:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg-turbo8_1.4.2-0ubuntu3.1_amd64.deb ... unit-abot-epc-basic-0: 11:30:53 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg-turbo8:amd64 (1.4.2-0ubuntu3.1) ... unit-abot-epc-basic-0: 11:30:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libogg0:amd64. unit-abot-epc-basic-0: 11:30:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libogg0_1.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 11:30:54 DEBUG unit.abot-epc-basic/0.install Unpacking libogg0:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 11:30:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsm6:amd64. unit-abot-epc-basic-0: 11:30:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsm6_2%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 11:30:55 DEBUG unit.abot-epc-basic/0.install Unpacking libsm6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 11:30:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcomposite1:amd64. unit-abot-epc-basic-0: 11:30:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcomposite1_1%3a0.4.4-1_amd64.deb ... unit-abot-epc-basic-0: 11:30:56 DEBUG unit.abot-epc-basic/0.install Unpacking libxcomposite1:amd64 (1:0.4.4-1) ... unit-abot-epc-basic-0: 11:30:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxdamage1:amd64. unit-abot-epc-basic-0: 11:30:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxdamage1_1%3a1.1.4-2_amd64.deb ... unit-abot-epc-basic-0: 11:30:57 DEBUG unit.abot-epc-basic/0.install Unpacking libxdamage1:amd64 (1:1.1.4-2) ... unit-abot-epc-basic-0: 11:30:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxfixes3:amd64. unit-abot-epc-basic-0: 11:30:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxfixes3_1%3a5.0.1-2_amd64.deb ... unit-abot-epc-basic-0: 11:30:57 DEBUG unit.abot-epc-basic/0.install Unpacking libxfixes3:amd64 (1:5.0.1-2) ... unit-abot-epc-basic-0: 11:30:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxinerama1:amd64. unit-abot-epc-basic-0: 11:30:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxinerama1_2%3a1.1.3-1_amd64.deb ... unit-abot-epc-basic-0: 11:30:58 DEBUG unit.abot-epc-basic/0.install Unpacking libxinerama1:amd64 (2:1.1.3-1) ... unit-abot-epc-basic-0: 11:30:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxshmfence1:amd64. unit-abot-epc-basic-0: 11:30:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxshmfence1_1.2-1_amd64.deb ... unit-abot-epc-basic-0: 11:30:59 DEBUG unit.abot-epc-basic/0.install Unpacking libxshmfence1:amd64 (1.2-1) ... unit-abot-epc-basic-0: 11:31:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxtst6:amd64. unit-abot-epc-basic-0: 11:31:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxtst6_2%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 11:31:01 DEBUG unit.abot-epc-basic/0.install Unpacking libxtst6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 11:31:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxxf86vm1:amd64. unit-abot-epc-basic-0: 11:31:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxxf86vm1_1%3a1.1.4-1_amd64.deb ... unit-abot-epc-basic-0: 11:31:02 DEBUG unit.abot-epc-basic/0.install Unpacking libxxf86vm1:amd64 (1:1.1.4-1) ... unit-abot-epc-basic-0: 11:31:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjbig0:amd64. unit-abot-epc-basic-0: 11:31:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjbig0_2.1-3.1_amd64.deb ... unit-abot-epc-basic-0: 11:31:04 DEBUG unit.abot-epc-basic/0.install Unpacking libjbig0:amd64 (2.1-3.1) ... unit-abot-epc-basic-0: 11:31:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtxc-dxtn-s2tc0:amd64. unit-abot-epc-basic-0: 11:31:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtxc-dxtn-s2tc0_0~git20131104-1.1_amd64.deb ... unit-abot-epc-basic-0: 11:31:05 DEBUG unit.abot-epc-basic/0.install Unpacking libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-abot-epc-basic-0: 11:31:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package java-common. unit-abot-epc-basic-0: 11:31:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../java-common_0.56ubuntu2_all.deb ... unit-abot-epc-basic-0: 11:31:06 DEBUG unit.abot-epc-basic/0.install Unpacking java-common (0.56ubuntu2) ... unit-abot-epc-basic-0: 11:31:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libavahi-common-data:amd64. unit-abot-epc-basic-0: 11:31:06 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: 11:31:06 DEBUG unit.abot-epc-basic/0.install Unpacking libavahi-common-data:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 11:31:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libavahi-common3:amd64. unit-abot-epc-basic-0: 11:31:07 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: 11:31:08 DEBUG unit.abot-epc-basic/0.install Unpacking libavahi-common3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 11:31:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libavahi-client3:amd64. unit-abot-epc-basic-0: 11:31:08 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: 11:31:08 DEBUG unit.abot-epc-basic/0.install Unpacking libavahi-client3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 11:31:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcups2:amd64. unit-abot-epc-basic-0: 11:31:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcups2_2.1.3-4ubuntu0.5_amd64.deb ... unit-abot-epc-basic-0: 11:31:09 DEBUG unit.abot-epc-basic/0.install Unpacking libcups2:amd64 (2.1.3-4ubuntu0.5) ... unit-abot-epc-basic-0: 11:31:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblcms2-2:amd64. unit-abot-epc-basic-0: 11:31:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblcms2-2_2.6-3ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 11:31:10 DEBUG unit.abot-epc-basic/0.install Unpacking liblcms2-2:amd64 (2.6-3ubuntu2.1) ... unit-abot-epc-basic-0: 11:31:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg8:amd64. unit-abot-epc-basic-0: 11:31:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... unit-abot-epc-basic-0: 11:31:11 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 11:31:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcsclite1:amd64. unit-abot-epc-basic-0: 11:31:11 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: 11:31:11 DEBUG unit.abot-epc-basic/0.install Unpacking libpcsclite1:amd64 (1.8.14-1ubuntu1.16.04.1) ... unit-abot-epc-basic-0: 11:31:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxi6:amd64. unit-abot-epc-basic-0: 11:31:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxi6_2%3a1.7.6-1_amd64.deb ... unit-abot-epc-basic-0: 11:31:12 DEBUG unit.abot-epc-basic/0.install Unpacking libxi6:amd64 (2:1.7.6-1) ... unit-abot-epc-basic-0: 11:31:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxrender1:amd64. unit-abot-epc-basic-0: 11:31:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxrender1_1%3a0.9.9-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:31:13 DEBUG unit.abot-epc-basic/0.install Unpacking libxrender1:amd64 (1:0.9.9-0ubuntu1) ... unit-abot-epc-basic-0: 11:31:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package openjdk-8-jre-headless:amd64. unit-abot-epc-basic-0: 11:31:14 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: 11:31:14 DEBUG unit.abot-epc-basic/0.install Unpacking openjdk-8-jre-headless:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 11:31:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ca-certificates-java. unit-abot-epc-basic-0: 11:31:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ca-certificates-java_20160321ubuntu1_all.deb ... unit-abot-epc-basic-0: 11:31:17 DEBUG unit.abot-epc-basic/0.install Unpacking ca-certificates-java (20160321ubuntu1) ... unit-abot-epc-basic-0: 11:31:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-dejavu-extra. unit-abot-epc-basic-0: 11:31:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-dejavu-extra_2.35-1_all.deb ... unit-abot-epc-basic-0: 11:31:18 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-dejavu-extra (2.35-1) ... unit-abot-epc-basic-0: 11:31:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package hicolor-icon-theme. unit-abot-epc-basic-0: 11:31:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../hicolor-icon-theme_0.15-0ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 11:31:19 DEBUG unit.abot-epc-basic/0.install Unpacking hicolor-icon-theme (0.15-0ubuntu1.1) ... unit-abot-epc-basic-0: 11:31:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasound2-data. unit-abot-epc-basic-0: 11:31:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasound2-data_1.1.0-0ubuntu1_all.deb ... unit-abot-epc-basic-0: 11:31:19 DEBUG unit.abot-epc-basic/0.install Unpacking libasound2-data (1.1.0-0ubuntu1) ... unit-abot-epc-basic-0: 11:31:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasound2:amd64. unit-abot-epc-basic-0: 11:31:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasound2_1.1.0-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:31:20 DEBUG unit.abot-epc-basic/0.install Unpacking libasound2:amd64 (1.1.0-0ubuntu1) ... unit-abot-epc-basic-0: 11:31:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk1.0-data. unit-abot-epc-basic-0: 11:31:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatk1.0-data_2.18.0-1_all.deb ... unit-abot-epc-basic-0: 11:31:21 DEBUG unit.abot-epc-basic/0.install Unpacking libatk1.0-data (2.18.0-1) ... unit-abot-epc-basic-0: 11:31:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk1.0-0:amd64. unit-abot-epc-basic-0: 11:31:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatk1.0-0_2.18.0-1_amd64.deb ... unit-abot-epc-basic-0: 11:31:22 DEBUG unit.abot-epc-basic/0.install Unpacking libatk1.0-0:amd64 (2.18.0-1) ... unit-abot-epc-basic-0: 11:31:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpixman-1-0:amd64. unit-abot-epc-basic-0: 11:31:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpixman-1-0_0.33.6-1_amd64.deb ... unit-abot-epc-basic-0: 11:31:23 DEBUG unit.abot-epc-basic/0.install Unpacking libpixman-1-0:amd64 (0.33.6-1) ... unit-abot-epc-basic-0: 11:31:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-render0:amd64. unit-abot-epc-basic-0: 11:31:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-render0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:31:23 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-render0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:31:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-shm0:amd64. unit-abot-epc-basic-0: 11:31:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-shm0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:31:24 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-shm0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:31:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcairo2:amd64. unit-abot-epc-basic-0: 11:31:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcairo2_1.14.6-1_amd64.deb ... unit-abot-epc-basic-0: 11:31:25 DEBUG unit.abot-epc-basic/0.install Unpacking libcairo2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 11:31:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdatrie1:amd64. unit-abot-epc-basic-0: 11:31:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdatrie1_0.2.10-2_amd64.deb ... unit-abot-epc-basic-0: 11:31:25 DEBUG unit.abot-epc-basic/0.install Unpacking libdatrie1:amd64 (0.2.10-2) ... unit-abot-epc-basic-0: 11:31:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-amdgpu1:amd64. unit-abot-epc-basic-0: 11:31:26 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: 11:31:26 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-amdgpu1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 11:31:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpciaccess0:amd64. unit-abot-epc-basic-0: 11:31:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpciaccess0_0.13.4-1_amd64.deb ... unit-abot-epc-basic-0: 11:31:26 DEBUG unit.abot-epc-basic/0.install Unpacking libpciaccess0:amd64 (0.13.4-1) ... unit-abot-epc-basic-0: 11:31:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-intel1:amd64. unit-abot-epc-basic-0: 11:31:26 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: 11:31:27 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-intel1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 11:31:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-nouveau2:amd64. unit-abot-epc-basic-0: 11:31:27 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: 11:31:27 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-nouveau2:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 11:31:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-radeon1:amd64. unit-abot-epc-basic-0: 11:31:27 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: 11:31:27 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-radeon1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 11:31:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libflac8:amd64. unit-abot-epc-basic-0: 11:31:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libflac8_1.3.1-4_amd64.deb ... unit-abot-epc-basic-0: 11:31:28 DEBUG unit.abot-epc-basic/0.install Unpacking libflac8:amd64 (1.3.1-4) ... unit-abot-epc-basic-0: 11:31:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtiff5:amd64. unit-abot-epc-basic-0: 11:31:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtiff5_4.0.6-1ubuntu0.4_amd64.deb ... unit-abot-epc-basic-0: 11:31:28 DEBUG unit.abot-epc-basic/0.install Unpacking libtiff5:amd64 (4.0.6-1ubuntu0.4) ... unit-abot-epc-basic-0: 11:31:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgdk-pixbuf2.0-common. unit-abot-epc-basic-0: 11:31:29 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: 11:31:29 DEBUG unit.abot-epc-basic/0.install Unpacking libgdk-pixbuf2.0-common (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 11:31:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgdk-pixbuf2.0-0:amd64. unit-abot-epc-basic-0: 11:31:29 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: 11:31:30 DEBUG unit.abot-epc-basic/0.install Unpacking libgdk-pixbuf2.0-0:amd64 (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 11:31:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgif7:amd64. unit-abot-epc-basic-0: 11:31:30 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: 11:31:30 DEBUG unit.abot-epc-basic/0.install Unpacking libgif7:amd64 (5.1.4-0.3~16.04) ... unit-abot-epc-basic-0: 11:31:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglapi-mesa:amd64. unit-abot-epc-basic-0: 11:31:31 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: 11:31:31 DEBUG unit.abot-epc-basic/0.install Unpacking libglapi-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 11:31:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libllvm6.0:amd64. unit-abot-epc-basic-0: 11:31:32 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: 11:31:32 DEBUG unit.abot-epc-basic/0.install Unpacking libllvm6.0:amd64 (1:6.0-1ubuntu2~16.04.1) ... unit-abot-epc-basic-0: 11:31:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsensors4:amd64. unit-abot-epc-basic-0: 11:31:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsensors4_1%3a3.4.0-2_amd64.deb ... unit-abot-epc-basic-0: 11:31:35 DEBUG unit.abot-epc-basic/0.install Unpacking libsensors4:amd64 (1:3.4.0-2) ... unit-abot-epc-basic-0: 11:31:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgl1-mesa-dri:amd64. unit-abot-epc-basic-0: 11:31:36 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: 11:31:36 DEBUG unit.abot-epc-basic/0.install Unpacking libgl1-mesa-dri:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 11:31:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-xcb1:amd64. unit-abot-epc-basic-0: 11:31:37 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: 11:31:37 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-xcb1:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 11:31:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-dri2-0:amd64. unit-abot-epc-basic-0: 11:31:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-dri2-0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:31:39 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-dri2-0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:31:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-dri3-0:amd64. unit-abot-epc-basic-0: 11:31:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-dri3-0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:31:40 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-dri3-0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:31:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-glx0:amd64. unit-abot-epc-basic-0: 11:31:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-glx0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:31:43 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-glx0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:31:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-present0:amd64. unit-abot-epc-basic-0: 11:31:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-present0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:31:45 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-present0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:31:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-sync1:amd64. unit-abot-epc-basic-0: 11:31:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-sync1_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:31:47 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-sync1:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:31:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgl1-mesa-glx:amd64. unit-abot-epc-basic-0: 11:31:50 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: 11:31:51 DEBUG unit.abot-epc-basic/0.install Unpacking libgl1-mesa-glx:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 11:31:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgraphite2-3:amd64. unit-abot-epc-basic-0: 11:31:53 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: 11:31:53 DEBUG unit.abot-epc-basic/0.install Unpacking libgraphite2-3:amd64 (1.3.10-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 11:31:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk2.0-common. unit-abot-epc-basic-0: 11:31:55 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: 11:31:55 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk2.0-common (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 11:31:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libthai-data. unit-abot-epc-basic-0: 11:31:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libthai-data_0.1.24-2_all.deb ... unit-abot-epc-basic-0: 11:31:55 DEBUG unit.abot-epc-basic/0.install Unpacking libthai-data (0.1.24-2) ... unit-abot-epc-basic-0: 11:31:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libthai0:amd64. unit-abot-epc-basic-0: 11:31:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libthai0_0.1.24-2_amd64.deb ... unit-abot-epc-basic-0: 11:31:55 DEBUG unit.abot-epc-basic/0.install Unpacking libthai0:amd64 (0.1.24-2) ... unit-abot-epc-basic-0: 11:31:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpango-1.0-0:amd64. unit-abot-epc-basic-0: 11:31:56 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: 11:31:57 DEBUG unit.abot-epc-basic/0.install Unpacking libpango-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 11:31:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libharfbuzz0b:amd64. unit-abot-epc-basic-0: 11:31:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libharfbuzz0b_1.0.1-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 11:31:57 DEBUG unit.abot-epc-basic/0.install Unpacking libharfbuzz0b:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 11:31:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpangoft2-1.0-0:amd64. unit-abot-epc-basic-0: 11:31:58 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: 11:31:58 DEBUG unit.abot-epc-basic/0.install Unpacking libpangoft2-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 11:31:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpangocairo-1.0-0:amd64. unit-abot-epc-basic-0: 11:31:58 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: 11:31:58 DEBUG unit.abot-epc-basic/0.install Unpacking libpangocairo-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 11:31:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcursor1:amd64. unit-abot-epc-basic-0: 11:31:58 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: 11:31:58 DEBUG unit.abot-epc-basic/0.install Unpacking libxcursor1:amd64 (1:1.1.14-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 11:31:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxrandr2:amd64. unit-abot-epc-basic-0: 11:31:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxrandr2_2%3a1.5.0-1_amd64.deb ... unit-abot-epc-basic-0: 11:31:58 DEBUG unit.abot-epc-basic/0.install Unpacking libxrandr2:amd64 (2:1.5.0-1) ... unit-abot-epc-basic-0: 11:31:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk2.0-0:amd64. unit-abot-epc-basic-0: 11:31:59 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: 11:31:59 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk2.0-0:amd64 (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 11:31:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk2.0-bin. unit-abot-epc-basic-0: 11:31:59 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: 11:31:59 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk2.0-bin (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 11:32:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xorg-sgml-doctools. unit-abot-epc-basic-0: 11:32:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xorg-sgml-doctools_1%3a1.11-1_all.deb ... unit-abot-epc-basic-0: 11:32:00 DEBUG unit.abot-epc-basic/0.install Unpacking xorg-sgml-doctools (1:1.11-1) ... unit-abot-epc-basic-0: 11:32:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-core-dev. unit-abot-epc-basic-0: 11:32:00 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: 11:32:00 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-core-dev (7.0.31-1~ubuntu16.04.2) ... unit-abot-epc-basic-0: 11:32:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libice-dev:amd64. unit-abot-epc-basic-0: 11:32:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libice-dev_2%3a1.0.9-1_amd64.deb ... unit-abot-epc-basic-0: 11:32:00 DEBUG unit.abot-epc-basic/0.install Unpacking libice-dev:amd64 (2:1.0.9-1) ... unit-abot-epc-basic-0: 11:32:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpthread-stubs0-dev:amd64. unit-abot-epc-basic-0: 11:32:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpthread-stubs0-dev_0.3-4_amd64.deb ... unit-abot-epc-basic-0: 11:32:01 DEBUG unit.abot-epc-basic/0.install Unpacking libpthread-stubs0-dev:amd64 (0.3-4) ... unit-abot-epc-basic-0: 11:32:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libvorbis0a:amd64. unit-abot-epc-basic-0: 11:32:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libvorbis0a_1.3.5-3ubuntu0.2_amd64.deb ... unit-abot-epc-basic-0: 11:32:01 DEBUG unit.abot-epc-basic/0.install Unpacking libvorbis0a:amd64 (1.3.5-3ubuntu0.2) ... unit-abot-epc-basic-0: 11:32:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libvorbisenc2:amd64. unit-abot-epc-basic-0: 11:32:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libvorbisenc2_1.3.5-3ubuntu0.2_amd64.deb ... unit-abot-epc-basic-0: 11:32:02 DEBUG unit.abot-epc-basic/0.install Unpacking libvorbisenc2:amd64 (1.3.5-3ubuntu0.2) ... unit-abot-epc-basic-0: 11:32:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsndfile1:amd64. unit-abot-epc-basic-0: 11:32:02 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: 11:32:02 DEBUG unit.abot-epc-basic/0.install Unpacking libsndfile1:amd64 (1.0.25-10ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 11:32:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpulse0:amd64. unit-abot-epc-basic-0: 11:32:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpulse0_1%3a8.0-0ubuntu3.10_amd64.deb ... unit-abot-epc-basic-0: 11:32:03 DEBUG unit.abot-epc-basic/0.install Unpacking libpulse0:amd64 (1:8.0-0ubuntu3.10) ... unit-abot-epc-basic-0: 11:32:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsm-dev:amd64. unit-abot-epc-basic-0: 11:32:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsm-dev_2%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 11:32:03 DEBUG unit.abot-epc-basic/0.install Unpacking libsm-dev:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 11:32:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxau-dev:amd64. unit-abot-epc-basic-0: 11:32:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxau-dev_1%3a1.0.8-1_amd64.deb ... unit-abot-epc-basic-0: 11:32:03 DEBUG unit.abot-epc-basic/0.install Unpacking libxau-dev:amd64 (1:1.0.8-1) ... unit-abot-epc-basic-0: 11:32:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxdmcp-dev:amd64. unit-abot-epc-basic-0: 11:32:03 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: 11:32:03 DEBUG unit.abot-epc-basic/0.install Unpacking libxdmcp-dev:amd64 (1:1.1.2-1.1) ... unit-abot-epc-basic-0: 11:32:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-input-dev. unit-abot-epc-basic-0: 11:32:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-input-dev_2.3.1-1_all.deb ... unit-abot-epc-basic-0: 11:32:04 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-input-dev (2.3.1-1) ... unit-abot-epc-basic-0: 11:32:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-kb-dev. unit-abot-epc-basic-0: 11:32:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-kb-dev_1.0.7-0ubuntu1_all.deb ... unit-abot-epc-basic-0: 11:32:04 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-kb-dev (1.0.7-0ubuntu1) ... unit-abot-epc-basic-0: 11:32:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xtrans-dev. unit-abot-epc-basic-0: 11:32:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xtrans-dev_1.3.5-1_all.deb ... unit-abot-epc-basic-0: 11:32:04 DEBUG unit.abot-epc-basic/0.install Unpacking xtrans-dev (1.3.5-1) ... unit-abot-epc-basic-0: 11:32:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb1-dev:amd64. unit-abot-epc-basic-0: 11:32:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb1-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:32:04 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb1-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:32:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-dev:amd64. unit-abot-epc-basic-0: 11:32:05 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: 11:32:05 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-dev:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 11:32:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-doc. unit-abot-epc-basic-0: 11:32:05 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: 11:32:05 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-doc (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 11:32:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxt6:amd64. unit-abot-epc-basic-0: 11:32:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxt6_1%3a1.1.5-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:32:06 DEBUG unit.abot-epc-basic/0.install Unpacking libxt6:amd64 (1:1.1.5-0ubuntu1) ... unit-abot-epc-basic-0: 11:32:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxt-dev:amd64. unit-abot-epc-basic-0: 11:32:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxt-dev_1%3a1.1.5-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:32:08 DEBUG unit.abot-epc-basic/0.install Unpacking libxt-dev:amd64 (1:1.1.5-0ubuntu1) ... unit-abot-epc-basic-0: 11:32:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package openjdk-8-jre:amd64. unit-abot-epc-basic-0: 11:32:08 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: 11:32:08 DEBUG unit.abot-epc-basic/0.install Unpacking openjdk-8-jre:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 11:32:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package openjdk-8-jdk-headless:amd64. unit-abot-epc-basic-0: 11:32:09 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: 11:32:09 DEBUG unit.abot-epc-basic/0.install Unpacking openjdk-8-jdk-headless:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 11:32:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package openjdk-8-jdk:amd64. unit-abot-epc-basic-0: 11:32:10 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: 11:32:10 DEBUG unit.abot-epc-basic/0.install Unpacking openjdk-8-jdk:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 11:32:10 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-abot-epc-basic-0: 11:32:11 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 11:32:12 DEBUG unit.abot-epc-basic/0.install Processing triggers for systemd (229-4ubuntu21.5) ... unit-abot-epc-basic-0: 11:32:12 DEBUG unit.abot-epc-basic/0.install Processing triggers for ureadahead (0.100.0-19) ... unit-abot-epc-basic-0: 11:32:12 DEBUG unit.abot-epc-basic/0.install Processing triggers for ca-certificates (20170717~16.04.1) ... unit-abot-epc-basic-0: 11:32:13 DEBUG unit.abot-epc-basic/0.install Updating certificates in /etc/ssl/certs... unit-abot-epc-basic-0: 11:32:13 DEBUG unit.abot-epc-basic/0.install 0 added, 0 removed; done. unit-abot-epc-basic-0: 11:32:13 DEBUG unit.abot-epc-basic/0.install Running hooks in /etc/ca-certificates/update.d... unit-abot-epc-basic-0: 11:32:13 DEBUG unit.abot-epc-basic/0.install done. unit-abot-epc-basic-0: 11:32:13 DEBUG unit.abot-epc-basic/0.install Processing triggers for mime-support (3.59ubuntu1) ... unit-abot-epc-basic-0: 11:32:14 DEBUG unit.abot-epc-basic/0.install Setting up fonts-dejavu-core (2.35-1) ... unit-abot-epc-basic-0: 11:32:14 DEBUG unit.abot-epc-basic/0.install Setting up fontconfig-config (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 11:32:16 DEBUG unit.abot-epc-basic/0.install Setting up libfontconfig1:amd64 (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 11:32:16 DEBUG unit.abot-epc-basic/0.install Setting up fontconfig (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 11:32:18 DEBUG unit.abot-epc-basic/0.install Regenerating fonts cache... done. unit-abot-epc-basic-0: 11:32:19 DEBUG unit.abot-epc-basic/0.install Setting up libasyncns0:amd64 (0.8-5build1) ... unit-abot-epc-basic-0: 11:32:19 DEBUG unit.abot-epc-basic/0.install Setting up x11-common (1:7.7+13ubuntu3.1) ... unit-abot-epc-basic-0: 11:32:21 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: 11:32:21 DEBUG unit.abot-epc-basic/0.install Setting up libice6:amd64 (2:1.0.9-1) ... unit-abot-epc-basic-0: 11:32:22 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg-turbo8:amd64 (1.4.2-0ubuntu3.1) ... unit-abot-epc-basic-0: 11:32:22 DEBUG unit.abot-epc-basic/0.install Setting up libogg0:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 11:32:22 DEBUG unit.abot-epc-basic/0.install Setting up libsm6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 11:32:23 DEBUG unit.abot-epc-basic/0.install Setting up libxcomposite1:amd64 (1:0.4.4-1) ... unit-abot-epc-basic-0: 11:32:23 DEBUG unit.abot-epc-basic/0.install Setting up libxdamage1:amd64 (1:1.1.4-2) ... unit-abot-epc-basic-0: 11:32:24 DEBUG unit.abot-epc-basic/0.install Setting up libxfixes3:amd64 (1:5.0.1-2) ... unit-abot-epc-basic-0: 11:32:24 DEBUG unit.abot-epc-basic/0.install Setting up libxinerama1:amd64 (2:1.1.3-1) ... unit-abot-epc-basic-0: 11:32:25 DEBUG unit.abot-epc-basic/0.install Setting up libxshmfence1:amd64 (1.2-1) ... unit-abot-epc-basic-0: 11:32:25 DEBUG unit.abot-epc-basic/0.install Setting up libxtst6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 11:32:25 DEBUG unit.abot-epc-basic/0.install Setting up libxxf86vm1:amd64 (1:1.1.4-1) ... unit-abot-epc-basic-0: 11:32:26 DEBUG unit.abot-epc-basic/0.install Setting up libjbig0:amd64 (2.1-3.1) ... unit-abot-epc-basic-0: 11:32:26 DEBUG unit.abot-epc-basic/0.install Setting up libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-abot-epc-basic-0: 11:32:26 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: 11:32:27 DEBUG unit.abot-epc-basic/0.install Setting up java-common (0.56ubuntu2) ... unit-abot-epc-basic-0: 11:32:27 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: 11:32:27 DEBUG unit.abot-epc-basic/0.install Setting up libavahi-common3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 11:32:28 DEBUG unit.abot-epc-basic/0.install Setting up libavahi-client3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 11:32:28 DEBUG unit.abot-epc-basic/0.install Setting up libcups2:amd64 (2.1.3-4ubuntu0.5) ... unit-abot-epc-basic-0: 11:32:29 DEBUG unit.abot-epc-basic/0.install Setting up liblcms2-2:amd64 (2.6-3ubuntu2.1) ... unit-abot-epc-basic-0: 11:32:29 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg8:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 11:32:30 DEBUG unit.abot-epc-basic/0.install Setting up libpcsclite1:amd64 (1.8.14-1ubuntu1.16.04.1) ... unit-abot-epc-basic-0: 11:32:30 DEBUG unit.abot-epc-basic/0.install Setting up libxi6:amd64 (2:1.7.6-1) ... unit-abot-epc-basic-0: 11:32:30 DEBUG unit.abot-epc-basic/0.install Setting up libxrender1:amd64 (1:0.9.9-0ubuntu1) ... unit-abot-epc-basic-0: 11:32:30 DEBUG unit.abot-epc-basic/0.install Setting up fonts-dejavu-extra (2.35-1) ... unit-abot-epc-basic-0: 11:32:31 DEBUG unit.abot-epc-basic/0.install Setting up hicolor-icon-theme (0.15-0ubuntu1.1) ... unit-abot-epc-basic-0: 11:32:31 DEBUG unit.abot-epc-basic/0.install Setting up libasound2-data (1.1.0-0ubuntu1) ... unit-abot-epc-basic-0: 11:32:31 DEBUG unit.abot-epc-basic/0.install Setting up libasound2:amd64 (1.1.0-0ubuntu1) ... unit-abot-epc-basic-0: 11:32:32 DEBUG unit.abot-epc-basic/0.install Setting up libatk1.0-data (2.18.0-1) ... unit-abot-epc-basic-0: 11:32:32 DEBUG unit.abot-epc-basic/0.install Setting up libatk1.0-0:amd64 (2.18.0-1) ... unit-abot-epc-basic-0: 11:32:32 DEBUG unit.abot-epc-basic/0.install Setting up libpixman-1-0:amd64 (0.33.6-1) ... unit-abot-epc-basic-0: 11:32:32 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-render0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:32:33 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-shm0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:32:33 DEBUG unit.abot-epc-basic/0.install Setting up libcairo2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 11:32:33 DEBUG unit.abot-epc-basic/0.install Setting up libdatrie1:amd64 (0.2.10-2) ... unit-abot-epc-basic-0: 11:32:34 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-amdgpu1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 11:32:34 DEBUG unit.abot-epc-basic/0.install Setting up libpciaccess0:amd64 (0.13.4-1) ... unit-abot-epc-basic-0: 11:32:34 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-intel1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 11:32:35 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-nouveau2:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 11:32:35 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-radeon1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 11:32:35 DEBUG unit.abot-epc-basic/0.install Setting up libflac8:amd64 (1.3.1-4) ... unit-abot-epc-basic-0: 11:32:36 DEBUG unit.abot-epc-basic/0.install Setting up libtiff5:amd64 (4.0.6-1ubuntu0.4) ... unit-abot-epc-basic-0: 11:32:36 DEBUG unit.abot-epc-basic/0.install Setting up libgdk-pixbuf2.0-common (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 11:32:36 DEBUG unit.abot-epc-basic/0.install Setting up libgdk-pixbuf2.0-0:amd64 (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 11:32:36 DEBUG unit.abot-epc-basic/0.install Setting up libgif7:amd64 (5.1.4-0.3~16.04) ... unit-abot-epc-basic-0: 11:32:36 DEBUG unit.abot-epc-basic/0.install Setting up libglapi-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 11:32:37 DEBUG unit.abot-epc-basic/0.install Setting up libllvm6.0:amd64 (1:6.0-1ubuntu2~16.04.1) ... unit-abot-epc-basic-0: 11:32:37 DEBUG unit.abot-epc-basic/0.install Setting up libsensors4:amd64 (1:3.4.0-2) ... unit-abot-epc-basic-0: 11:32:37 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: 11:32:38 DEBUG unit.abot-epc-basic/0.install Setting up libx11-xcb1:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 11:32:38 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-dri2-0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:32:38 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-dri3-0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:32:39 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-glx0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:32:39 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-present0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:32:39 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-sync1:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:32:39 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: 11:32:40 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: 11:32:40 DEBUG unit.abot-epc-basic/0.install Setting up libgraphite2-3:amd64 (1.3.10-0ubuntu0.16.04.1) ... machine-1: 11:32:40 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] machine-1: 11:32:40 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-1/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "1", "--debug"} machine-1: 11:32:40 DEBUG juju.agent read agent config, format "2.0" unit-abot-epc-basic-0: 11:32:40 DEBUG unit.abot-epc-basic/0.install Setting up libgtk2.0-common (2.24.30-1ubuntu1.16.04.2) ... machine-1: 11:32:40 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. machine-1: 11:32:40 DEBUG juju.worker start "engine" machine-1: 11:32:40 INFO juju.worker start "engine" machine-1: 11:32:40 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-1" machine-1: 11:32:40 DEBUG juju.worker "engine" started machine-1: 11:32:40 DEBUG juju.worker.introspection stats worker now serving machine-1: 11:32:40 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:40 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-1: 11:32:40 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:40 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:40 DEBUG juju.worker.dependency "clock" manifold worker started machine-1: 11:32:40 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-1: 11:32:40 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-1: 11:32:40 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-1: 11:32:40 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-1: 11:32:40 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-1: 11:32:40 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-1: 11:32:40 DEBUG juju.worker.dependency "agent" manifold worker started machine-1: 11:32:40 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:40 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:40 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "agent" not running: dependency not available machine-1: 11:32:40 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-1: 11:32:40 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:40 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:40 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:40 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:40 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:40 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-1: 11:32:40 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-1: 11:32:40 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "clock" not running: dependency not available machine-1: 11:32:40 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:40 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:40 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-1: 11:32:40 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 11:32:40 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-1: 11:32:40 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:40 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:40 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:40 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-1: 11:32:40 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:40 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:40 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:40 DEBUG juju.worker.dependency "is-controller-flag" manifold worker stopped: "state" not running: dependency not available machine-1: 11:32:40 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-1: 11:32:40 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-1: 11:32:40 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:40 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-1: 11:32:40 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:40 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:40 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-1: 11:32:40 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:40 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-1: 11:32:40 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-1: 11:32:40 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-1: 11:32:40 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:40 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 11:32:40 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:40 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:40 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-1: 11:32:40 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:40 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:40 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:40 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:40 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:40 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:40 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "state" not running: dependency not available machine-1: 11:32:40 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "central-hub" not running: dependency not available machine-1: 11:32:40 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-1: 11:32:40 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-1: 11:32:40 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:40 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:40 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:40 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:40 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 11:32:40 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 11:32:40 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-1: 11:32:40 DEBUG juju.worker.dependency "state" manifold worker stopped: machine-1: 11:32:40 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:40 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:40 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:40 DEBUG juju.worker.apicaller connecting with old password machine-1: 11:32:40 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" machine-1: 11:32:40 INFO juju.api connection established to "wss://192.168.121.9:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" machine-1: 11:32:40 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-1: 11:32:40 DEBUG juju.api successfully dialed "wss://172.30.9.206:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" machine-1: 11:32:40 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available unit-abot-epc-basic-0: 11:32:41 DEBUG unit.abot-epc-basic/0.install Setting up libthai-data (0.1.24-2) ... unit-abot-epc-basic-0: 11:32:41 DEBUG unit.abot-epc-basic/0.install Setting up libthai0:amd64 (0.1.24-2) ... unit-abot-epc-basic-0: 11:32:41 DEBUG unit.abot-epc-basic/0.install Setting up libpango-1.0-0:amd64 (1.38.1-1) ... machine-1: 11:32:41 DEBUG juju.worker.apicaller connected machine-1: 11:32:41 DEBUG juju.worker.apicaller changing password... machine-1: 11:32:41 DEBUG juju.worker.apicaller password changed machine-1: 11:32:41 DEBUG juju.api RPC connection died machine-1: 11:32:41 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-abot-epc-basic-0: 11:32:41 DEBUG unit.abot-epc-basic/0.install Setting up libharfbuzz0b:amd64 (1.0.1-1ubuntu0.1) ... machine-1: 11:32:41 DEBUG juju.worker.apicaller connecting with current password machine-1: 11:32:41 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" machine-1: 11:32:41 INFO juju.api connection established to "wss://192.168.121.9:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" machine-1: 11:32:41 DEBUG juju.api successfully dialed "wss://172.30.9.206:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" unit-abot-epc-basic-0: 11:32:42 DEBUG unit.abot-epc-basic/0.install Setting up libpangoft2-1.0-0:amd64 (1.38.1-1) ... machine-1: 11:32:42 DEBUG juju.worker.apicaller connected machine-1: 11:32:42 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-1: 11:32:42 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-1: 11:32:42 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-1: 11:32:42 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-1: 11:32:42 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-1: 11:32:42 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: machine-1: 11:32:42 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 11:32:42 DEBUG unit.abot-epc-basic/0.install Setting up libpangocairo-1.0-0:amd64 (1.38.1-1) ... machine-1: 11:32:42 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 11:32:42 INFO juju.worker.upgrader abort check blocked until version event received machine-1: 11:32:42 INFO juju.worker.upgrader unblocking abort check machine-1: 11:32:42 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-1: 11:32:42 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-1: 11:32:42 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-1: 11:32:42 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-1: 11:32:42 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-1: 11:32:42 INFO juju.worker.migrationminion migration phase is now: NONE machine-1: 11:32:42 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-1: 11:32:42 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-1: 11:32:42 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-1: 11:32:42 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-1: 11:32:42 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-1: 11:32:42 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.206,192.168.121.9,252.9.0.1,::1,localhost", AutoNoProxy:""} machine-1: 11:32:42 DEBUG juju.tools.lxdclient LXD snap socket not found, falling back to debian socket: "/var/lib/lxd" machine-1: 11:32:42 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-1: 11:32:42 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: 11:32:42 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-1: 11:32:42 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-1: 11:32:42 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-1: 11:32:42 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-1: 11:32:42 DEBUG juju.worker.logger logger setup machine-1: 11:32:42 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-1: 11:32:42 DEBUG juju.network no lxc bridge addresses to filter for machine machine-1: 11:32:42 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 11:32:42 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 11:32:42 DEBUG juju.network including address public:172.30.9.206 for machine machine-1: 11:32:42 DEBUG juju.network including address local-cloud:192.168.121.9 for machine machine-1: 11:32:42 DEBUG juju.network including address local-fan:252.9.0.1 for machine machine-1: 11:32:42 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-1: 11:32:42 DEBUG juju.network including address local-machine:::1 for machine machine-1: 11:32:42 DEBUG juju.network addresses after filtering: [public:172.30.9.206 local-cloud:192.168.121.9 local-fan:252.9.0.1 local-machine:127.0.0.1 local-machine:::1] machine-1: 11:32:42 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.206:17070 192.168.121.9:17070 252.9.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-1: 11:32:42 DEBUG juju.agent API server address details [["172.30.9.206:17070" "192.168.121.9:17070" "252.9.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.9:17070" "252.9.0.1:17070" "172.30.9.206:17070"] machine-1: 11:32:42 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-1: 11:32:42 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 11:32:42 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 11:32:42 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 11:32:42 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-1: 11:32:42 DEBUG juju.worker.reboot Reboot worker got action: noop machine-1: 11:32:42 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: 11:32:42 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-1: 11:32:42 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-1: 11:32:42 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-1: 11:32:42 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-1: 11:32:42 DEBUG juju.worker.fanconfigurer Processing new fan config machine-1: 11:32:42 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-1: 11:32:42 INFO juju.util.exec run result: exit status 127 machine-1: 11:32:42 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec290953853/script.sh: line 1: fanatic: command not found 127 machine-1: 11:32:42 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-1: 11:32:42 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-1: 11:32:42 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-1: 11:32:42 DEBUG juju.worker.fanconfigurer Processing new fan config machine-1: 11:32:42 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-1: 11:32:42 INFO juju.util.exec run result: exit status 127 machine-1: 11:32:42 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec707699127/script.sh: line 1: fanatic: command not found 127 machine-1: 11:32:42 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-1: 11:32:42 DEBUG juju.worker.apiconfigwatcher API addresses changed in agent config machine-1: 11:32:42 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: restart immediately machine-1: 11:32:42 DEBUG juju.api RPC connection died machine-1: 11:32:42 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-1: 11:32:42 DEBUG juju.worker killing runner 0xc420792000 machine-1: 11:32:42 INFO juju.worker runner is dying machine-1: 11:32:42 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-1: 11:32:42 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: connection is shut down machine-1: 11:32:42 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: connection is shut down machine-1: 11:32:42 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: connection is shut down machine-1: 11:32:42 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: 11:32:42 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: connection is shut down machine-1: 11:32:42 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: connection is shut down machine-1: 11:32:42 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: connection is shut down machine-1: 11:32:42 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: connection is shut down machine-1: 11:32:42 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: connection is shut down machine-1: 11:32:42 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: connection is shut down machine-1: 11:32:42 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-1: 11:32:42 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: connection is shut down machine-1: 11:32:42 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-1: 11:32:42 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-1: 11:32:42 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-1: 11:32:42 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:42 INFO juju.worker.authenticationworker starting key updater worker: connection is shut down machine-1: 11:32:42 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: starting key updater worker: connection is shut down machine-1: 11:32:42 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: connection is shut down machine-1: 11:32:42 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: checking controller status: connection is shut down machine-1: 11:32:42 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-1: 11:32:42 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: connection is shut down machine-1: 11:32:42 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: connection is shut down machine-1: 11:32:42 DEBUG juju.worker.apicaller connecting with current password machine-1: 11:32:42 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: connection is shut down machine-1: 11:32:42 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-1: 11:32:42 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" machine-1: 11:32:42 INFO juju.api connection established to "wss://192.168.121.9:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" machine-1: 11:32:42 DEBUG juju.api successfully dialed "wss://172.30.9.206:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" unit-abot-epc-basic-0: 11:32:42 DEBUG unit.abot-epc-basic/0.install Setting up libxcursor1:amd64 (1:1.1.14-1ubuntu0.16.04.2) ... machine-1: 11:32:42 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:42 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 11:32:43 DEBUG unit.abot-epc-basic/0.install Setting up libxrandr2:amd64 (2:1.5.0-1) ... unit-abot-epc-basic-0: 11:32:43 DEBUG unit.abot-epc-basic/0.install Setting up libgtk2.0-0:amd64 (2.24.30-1ubuntu1.16.04.2) ... machine-1: 11:32:44 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 11:32:44 DEBUG unit.abot-epc-basic/0.install Setting up libgtk2.0-bin (2.24.30-1ubuntu1.16.04.2) ... machine-1: 11:32:44 DEBUG juju.api RPC connection died machine-1: 11:32:44 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-1: 11:32:44 DEBUG juju.worker.apicaller connecting with current password machine-1: 11:32:44 DEBUG juju.api successfully dialed "wss://172.30.9.206:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" machine-1: 11:32:44 INFO juju.api connection established to "wss://172.30.9.206:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" machine-1: 11:32:44 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" unit-abot-epc-basic-0: 11:32:45 DEBUG unit.abot-epc-basic/0.install Setting up xorg-sgml-doctools (1:1.11-1) ... machine-1: 11:32:45 DEBUG juju.worker.apicaller connected machine-1: 11:32:45 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-1: 11:32:45 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:45 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:45 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-1: 11:32:45 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:45 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:45 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:45 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:45 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:45 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:45 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:45 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-1: 11:32:45 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-1: 11:32:45 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:45 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-1: 11:32:45 INFO juju.worker.migrationminion migration phase is now: NONE machine-1: 11:32:45 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:45 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:45 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-1: 11:32:45 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:45 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:45 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:45 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:45 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:45 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:45 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 11:32:45 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-1: 11:32:45 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-1: 11:32:45 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-1: 11:32:45 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-1: 11:32:45 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.206,192.168.121.9,252.9.0.1,::1,localhost", AutoNoProxy:""} machine-1: 11:32:45 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-1: 11:32:45 DEBUG juju.worker.reboot Reboot worker got action: noop machine-1: 11:32:45 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-1: 11:32:45 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-1: 11:32:45 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-1: 11:32:45 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" machine-1: 11:32:45 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-1: 11:32:45 DEBUG juju.worker.logger logger setup machine-1: 11:32:45 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-1: 11:32:45 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-1: 11:32:45 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-1: 11:32:45 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-1: 11:32:45 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 11:32:45 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 11:32:45 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 11:32:45 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-1: 11:32:45 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-1: 11:32:45 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-1: 11:32:45 DEBUG juju.worker.fanconfigurer Processing new fan config machine-1: 11:32:45 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-1: 11:32:45 INFO juju.util.exec run result: exit status 127 machine-1: 11:32:45 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec790998235/script.sh: line 1: fanatic: command not found 127 machine-1: 11:32:45 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-1: 11:32:45 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-1: 11:32:45 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-1: 11:32:45 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-1: 11:32:45 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-1: 11:32:45 DEBUG juju.worker.fanconfigurer Processing new fan config machine-1: 11:32:45 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-1: 11:32:45 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-1: 11:32:45 INFO juju.util.exec run result: exit status 127 machine-1: 11:32:45 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec549961669/script.sh: line 1: fanatic: command not found 127 machine-1: 11:32:45 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-1: 11:32:45 DEBUG juju.worker.dependency "disk-manager" manifold worker started unit-abot-epc-basic-0: 11:32:45 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-core-dev (7.0.31-1~ubuntu16.04.2) ... machine-1: 11:32:46 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-1: 11:32:46 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-1: 11:32:46 DEBUG juju.network no lxc bridge addresses to filter for machine machine-1: 11:32:46 INFO juju.worker.upgrader abort check blocked until version event received machine-1: 11:32:46 DEBUG juju.network no lxc bridge addresses to filter for machine machine-1: 11:32: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-1: 11:32:46 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-1: 11:32:46 INFO juju.worker.deployer checking unit "mysql/0" machine-1: 11:32:46 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-1: 11:32:46 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 11:32:46 INFO juju.worker.upgrader unblocking abort check machine-1: 11:32:46 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 11:32:46 DEBUG juju.worker.dependency "machiner" manifold worker started machine-1: 11:32:46 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 11:32:46 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-1: 11:32:46 DEBUG juju.network including address local-cloud:192.168.121.8 for machine machine-1: 11:32:46 DEBUG juju.network including address local-machine:::1 for machine machine-1: 11:32:46 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.8 local-machine:::1] machine-1: 11:32:46 INFO juju.worker.machiner setting addresses for "machine-1" to [local-machine:127.0.0.1 local-cloud:192.168.121.8 local-machine:::1] machine-1: 11:32:46 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 11:32:46 DEBUG juju.network including address public:172.30.9.206 for machine machine-1: 11:32:46 DEBUG juju.network including address local-cloud:192.168.121.9 for machine machine-1: 11:32:46 DEBUG juju.network including address local-fan:252.9.0.1 for machine machine-1: 11:32:46 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-1: 11:32:46 DEBUG juju.network including address local-machine:::1 for machine machine-1: 11:32:46 DEBUG juju.network addresses after filtering: [public:172.30.9.206 local-cloud:192.168.121.9 local-fan:252.9.0.1 local-machine:127.0.0.1 local-machine:::1] machine-1: 11:32:46 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.206:17070 192.168.121.9:17070 252.9.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-1: 11:32:46 DEBUG juju.agent API server address details [["172.30.9.206:17070" "192.168.121.9:17070" "252.9.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.9:17070" "252.9.0.1:17070" "172.30.9.206:17070"] machine-1: 11:32:46 DEBUG juju.tools.lxdclient Using environment LXD_DIR as socket path: "/var/lib/lxd" machine-1: 11:32:46 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-1: 11:32:46 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: 11:32:46 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: 11:32:46 DEBUG unit.abot-epc-basic/0.install Setting up libice-dev:amd64 (2:1.0.9-1) ... machine-1: 11:32:46 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-1: 11:32:46 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-1: 11:32:46 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 1 machine-1: 11:32:46 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-1: 11:32:46 INFO juju.worker.authenticationworker "machine-1" key updater worker started unit-abot-epc-basic-0: 11:32:46 DEBUG unit.abot-epc-basic/0.install Setting up libpthread-stubs0-dev:amd64 (0.3-4) ... machine-1: 11:32:47 DEBUG juju.worker start "1-container-watcher" machine-1: 11:32:47 DEBUG juju.worker start "stateconverter" machine-1: 11:32:47 INFO juju.worker start "1-container-watcher" machine-1: 11:32:47 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-1: 11:32:47 DEBUG juju.worker "1-container-watcher" started machine-1: 11:32:47 INFO juju.worker start "stateconverter" machine-1: 11:32:47 DEBUG juju.worker "stateconverter" started machine-1: 11:32:47 DEBUG juju.cmd.jujud upgrades done, starting worker "1-container-watcher" machine-1: 11:32:47 INFO juju.worker.deployer deploying unit "mysql/0" unit-abot-epc-basic-0: 11:32:47 DEBUG unit.abot-epc-basic/0.install Setting up libvorbis0a:amd64 (1.3.5-3ubuntu0.2) ... machine-1: 11:32:47 DEBUG juju.service discovered init system "upstart" from local host machine-1: 11:32:47 DEBUG juju.worker.deployer API addresses: ["192.168.121.9:17070" "252.9.0.1:17070" "172.30.9.206:17070"] machine-1: 11:32:47 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]}}} machine-1: 11:32:47 INFO juju.worker.machiner "machine-1" started unit-mysql-0: 11:32:47 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] unit-mysql-0: 11:32:47 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: 11:32:47 DEBUG juju.agent read agent config, format "2.0" unit-mysql-0: 11:32:47 DEBUG juju.worker start "api" unit-mysql-0: 11:32:47 INFO juju.worker start "api" unit-mysql-0: 11:32:47 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. machine-1: 11:32:47 INFO juju.api.common no addresses observed on interface "tunl0" unit-mysql-0: 11:32:47 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-mysql-0" unit-mysql-0: 11:32:47 DEBUG juju.worker "api" started unit-mysql-0: 11:32:47 DEBUG juju.worker.introspection stats worker now serving unit-mysql-0: 11:32:47 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-mysql-0: 11:32:47 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 11:32:47 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 11:32:47 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 11:32:47 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 11:32:47 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 11:32:47 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available unit-mysql-0: 11:32:47 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 11:32:47 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 11:32:47 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 11:32:47 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 11:32:47 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 11:32:47 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 11:32:47 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started unit-mysql-0: 11:32:47 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available unit-mysql-0: 11:32:47 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started unit-mysql-0: 11:32:47 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 11:32:47 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 11:32:47 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 11:32:47 DEBUG juju.worker.dependency "agent" manifold worker started unit-mysql-0: 11:32:47 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 11:32:47 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 11:32:47 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 11:32:47 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 11:32:47 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: unit-mysql-0: 11:32:47 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-mysql-0: 11:32:47 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 11:32:47 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 11:32:47 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 11:32:47 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 11:32:47 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-mysql-0: 11:32:47 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: unit-mysql-0: 11:32:47 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started unit-mysql-0: 11:32:47 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 11:32:47 DEBUG juju.worker.apicaller connecting with old password unit-mysql-0: 11:32:47 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 11:32:47 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 11:32:47 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 11:32:47 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" unit-mysql-0: 11:32:47 INFO juju.api connection established to "wss://192.168.121.9:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" unit-mysql-0: 11:32:47 DEBUG juju.api successfully dialed "wss://172.30.9.206:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" unit-mysql-0: 11:32:47 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-mysql-0: 11:32:47 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-mysql-0: 11:32:47 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 11:32:47 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 11:32:47 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 11:32:47 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 11:32:47 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 11:32:47 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-abot-epc-basic-0: 11:32:47 DEBUG unit.abot-epc-basic/0.install Setting up libvorbisenc2:amd64 (1.3.5-3ubuntu0.2) ... unit-mysql-0: 11:32:47 DEBUG juju.worker.apicaller connected unit-mysql-0: 11:32:47 DEBUG juju.worker.apicaller changing password... unit-abot-epc-basic-0: 11:32:47 DEBUG unit.abot-epc-basic/0.install Setting up libsndfile1:amd64 (1.0.25-10ubuntu0.16.04.1) ... unit-mysql-0: 11:32:48 DEBUG juju.worker.apicaller password changed unit-mysql-0: 11:32:48 DEBUG juju.api RPC connection died unit-mysql-0: 11:32:48 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-mysql-0: 11:32:48 DEBUG juju.worker.apicaller connecting with current password unit-mysql-0: 11:32:48 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" unit-mysql-0: 11:32:48 INFO juju.api connection established to "wss://192.168.121.9:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" unit-mysql-0: 11:32:48 DEBUG juju.api successfully dialed "wss://172.30.9.206:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" unit-abot-epc-basic-0: 11:32:48 DEBUG unit.abot-epc-basic/0.install Setting up libpulse0:amd64 (1:8.0-0ubuntu3.10) ... machine-1: 11:32:48 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:77:23:64 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:77:23:64 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: 11:32:49 DEBUG juju.worker.apicaller connected unit-mysql-0: 11:32:49 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-mysql-0: 11:32:49 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 11:32:49 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-mysql-0: 11:32:49 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 11:32:49 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 11:32:49 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started unit-mysql-0: 11:32:49 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-mysql-0: 11:32:49 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-mysql-0: 11:32:49 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 11:32:49 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 11:32:49 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 11:32:49 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-mysql-0: 11:32:49 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-mysql-0: 11:32:49 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-mysql-0: 11:32:49 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 11:32:49 DEBUG unit.abot-epc-basic/0.install Setting up libsm-dev:amd64 (2:1.2.2-1) ... unit-mysql-0: 11:32:49 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 11:32:49 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 11:32:49 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 11:32:49 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 11:32:49 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 11:32:49 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 11:32:49 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 11:32:49 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 11:32:49 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 11:32:49 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 11:32:49 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 11:32:49 INFO juju.worker.upgrader abort check blocked until version event received unit-mysql-0: 11:32:49 INFO juju.worker.upgrader unblocking abort check unit-mysql-0: 11:32:49 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-mysql-0: 11:32:49 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-mysql-0: 11:32:49 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-mysql-0: 11:32:49 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-mysql-0: 11:32:49 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-abot-epc-basic-0: 11:32:49 DEBUG unit.abot-epc-basic/0.install Setting up libxau-dev:amd64 (1:1.0.8-1) ... unit-mysql-0: 11:32:49 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-mysql-0: 11:32:49 INFO juju.worker.migrationminion migration phase is now: NONE unit-mysql-0: 11:32:49 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-mysql-0: 11:32:49 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-mysql-0: 11:32:49 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-mysql-0: 11:32:49 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-mysql-0: 11:32:49 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-mysql-0: 11:32:49 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-mysql-0: 11:32:49 DEBUG juju.worker.logger logger setup unit-mysql-0: 11:32:49 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-mysql-0: 11:32:49 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-mysql-0: 11:32:49 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-mysql-0: 11:32:49 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-mysql-0: 11:32:49 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-mysql-0: 11:32:49 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-mysql-0: 11:32:49 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-mysql-0: 11:32:49 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.206,192.168.121.9,252.9.0.1,::1,localhost", AutoNoProxy:""} unit-mysql-0: 11:32:49 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} unit-mysql-0: 11:32:49 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-mysql-0: 11:32:49 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-mysql-0: 11:32:49 DEBUG juju.network no lxc bridge addresses to filter for machine unit-mysql-0: 11:32:49 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-mysql-0: 11:32:49 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-mysql-0: 11:32:49 DEBUG juju.network including address public:172.30.9.206 for machine unit-mysql-0: 11:32:49 DEBUG juju.network including address local-cloud:192.168.121.9 for machine unit-mysql-0: 11:32:49 DEBUG juju.network including address local-fan:252.9.0.1 for machine unit-mysql-0: 11:32:49 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-mysql-0: 11:32:49 DEBUG juju.network including address local-machine:::1 for machine unit-mysql-0: 11:32:49 DEBUG juju.network addresses after filtering: [public:172.30.9.206 local-cloud:192.168.121.9 local-fan:252.9.0.1 local-machine:127.0.0.1 local-machine:::1] unit-mysql-0: 11:32:49 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.206:17070 192.168.121.9:17070 252.9.0.1:17070 127.0.0.1:17070 [::1]:17070]] unit-mysql-0: 11:32:49 DEBUG juju.machinelock acquire machine lock for meterstatus (meter-status-changed) unit-mysql-0: 11:32:49 DEBUG juju.machinelock machine lock acquired for meterstatus (meter-status-changed) unit-mysql-0: 11:32:49 DEBUG juju.machinelock machine lock released for meterstatus (meter-status-changed) unit-mysql-0: 11:32:49 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-mysql-0: 11:32:49 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-mysql-0: 11:32:50 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-mysql-0: 11:32:50 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-mysql-0: 11:32:50 DEBUG juju.worker.leadership mysql/0 making initial claim for mysql leadership unit-mysql-0: 11:32:50 DEBUG juju.agent API server address details [["172.30.9.206:17070" "192.168.121.9:17070" "252.9.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.9:17070" "252.9.0.1:17070" "172.30.9.206:17070"] unit-mysql-0: 11:32:50 DEBUG juju.worker.dependency "uniter" manifold worker started unit-abot-epc-basic-0: 11:32:50 DEBUG unit.abot-epc-basic/0.install Setting up libxdmcp-dev:amd64 (1:1.1.2-1.1) ... unit-mysql-0: 11:32:50 INFO juju.worker.leadership mysql/0 promoted to leadership of mysql unit-mysql-0: 11:32:50 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-mysql-0 unit-mysql-0: 11:32:50 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.3.9-trusty-amd64 unit-mysql-0: 11:32:50 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.3.9-trusty-amd64/jujud unit-mysql-0: 11:32:50 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-mysql-0/run.socket unit-mysql-0: 11:32:50 INFO juju.worker.uniter unit "mysql/0" started unit-mysql-0: 11:32:50 INFO juju.worker.uniter resuming charm install unit-mysql-0: 11:32:50 DEBUG juju.worker.uniter.operation running operation install cs:mysql-55 unit-mysql-0: 11:32:50 DEBUG juju.worker.uniter.operation preparing operation "install cs:mysql-55" unit-mysql-0: 11:32:50 DEBUG juju.worker.uniter juju-run listener running unit-mysql-0: 11:32:50 INFO juju.worker.uniter.charm downloading cs:mysql-55 from API server unit-mysql-0: 11:32:50 INFO juju.downloader downloading from cs:mysql-55 unit-mysql-0: 11:32:50 DEBUG httpbakery client do GET https://192.168.121.9:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/charms?file=%2A&url=cs%3Amysql-55 { unit-mysql-0: 11:32:50 DEBUG httpbakery } -> error unit-mysql-0: 11:32:50 INFO juju.downloader download complete ("cs:mysql-55") unit-mysql-0: 11:32:50 INFO juju.downloader download verified ("cs:mysql-55") unit-abot-epc-basic-0: 11:32:50 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-input-dev (2.3.1-1) ... unit-mysql-0: 11:32:51 DEBUG juju.worker.uniter.operation executing operation "install cs:mysql-55" unit-mysql-0: 11:32:51 DEBUG juju.worker.uniter.charm preparing to deploy charm "cs:mysql-55" unit-mysql-0: 11:32:51 DEBUG juju.worker.uniter.charm deploying charm "cs:mysql-55" unit-abot-epc-basic-0: 11:32:51 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-kb-dev (1.0.7-0ubuntu1) ... unit-abot-epc-basic-0: 11:32:51 DEBUG unit.abot-epc-basic/0.install Setting up xtrans-dev (1.3.5-1) ... unit-abot-epc-basic-0: 11:32:52 DEBUG unit.abot-epc-basic/0.install Setting up libxcb1-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:32:52 DEBUG unit.abot-epc-basic/0.install Setting up libx11-dev:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 11:32:52 DEBUG unit.abot-epc-basic/0.install Setting up libx11-doc (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 11:32:52 DEBUG unit.abot-epc-basic/0.install Setting up libxt6:amd64 (1:1.1.5-0ubuntu1) ... unit-abot-epc-basic-0: 11:32:53 DEBUG unit.abot-epc-basic/0.install Setting up libxt-dev:amd64 (1:1.1.5-0ubuntu1) ... unit-abot-epc-basic-0: 11:32:53 DEBUG unit.abot-epc-basic/0.install Setting up openjdk-8-jre-headless:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-mysql-0: 11:32:53 DEBUG juju.worker.uniter.charm finishing deploy of charm "cs:mysql-55" unit-mysql-0: 11:32:53 DEBUG juju.worker.uniter.operation committing operation "install cs:mysql-55" unit-mysql-0: 11:32:53 INFO juju.worker.uniter hooks are retried true unit-mysql-0: 11:32:53 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-mysql-0: 11:32:53 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-mysql-0: 11:32:53 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-mysql-0: 11:32:53 DEBUG juju.worker.uniter.remotestate got unit change unit-mysql-0: 11:32:53 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-mysql-0: 11:32:53 DEBUG juju.worker.uniter.remotestate got update status interval change: ok=true unit-mysql-0: 11:32:53 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-mysql-0: 11:32:53 DEBUG juju.worker.uniter.remotestate got service change unit-mysql-0: 11:32:53 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-mysql-0: 11:32:53 INFO juju.worker.uniter.storage initial storage attachments ready unit-mysql-0: 11:32:53 INFO juju.worker.uniter found queued "install" hook unit-mysql-0: 11:32:53 DEBUG juju.worker.uniter.operation running operation run install hook unit-mysql-0: 11:32:53 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-mysql-0: 11:32:53 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-mysql-0: 11:32:53 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-mysql-0: 11:32:53 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-mysql-0: 11:32:54 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-mysql-0: 11:32:54 DEBUG unit.mysql/0.install dpkg-query: package 'python-netaddr' is not installed and no information is available unit-mysql-0: 11:32:54 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 11:32:54 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 11:32:54 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 11:32:54 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 11:32:54 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 11:32:54 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 11:32:54 DEBUG unit.mysql/0.install ipython python-netaddr-docs unit-mysql-0: 11:32:54 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 11:32:54 DEBUG unit.mysql/0.install python-netaddr unit-mysql-0: 11:32:54 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 11:32:54 DEBUG unit.mysql/0.install Need to get 849 kB of archives. unit-mysql-0: 11:32:54 DEBUG unit.mysql/0.install After this operation, 4216 kB of additional disk space will be used. unit-mysql-0: 11:32:54 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-mysql-0: 11:32:55 DEBUG unit.mysql/0.install Fetched 849 kB in 0s (1107 kB/s) unit-mysql-0: 11:32:55 DEBUG unit.mysql/0.install Selecting previously unselected package python-netaddr. unit-mysql-0: 11:32:55 DEBUG unit.mysql/0.install (Reading database ... 52422 files and directories currently installed.) unit-mysql-0: 11:32:55 DEBUG unit.mysql/0.install Preparing to unpack .../python-netaddr_0.7.10-1ubuntu1.1_all.deb ... unit-mysql-0: 11:32:55 DEBUG unit.mysql/0.install Unpacking python-netaddr (0.7.10-1ubuntu1.1) ... unit-abot-epc-basic-0: 11:32:55 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: 11:32:55 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: 11:32:56 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-mysql-0: 11:32:56 DEBUG unit.mysql/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:32:56 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: 11:32:56 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: 11:32:56 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: 11:32:56 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: 11:32:56 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: 11:32:56 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: 11:32:56 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: 11:32:56 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-mysql-0: 11:32:56 DEBUG unit.mysql/0.install Setting up python-netaddr (0.7.10-1ubuntu1.1) ... unit-abot-epc-basic-0: 11:32:56 DEBUG unit.abot-epc-basic/0.install Setting up ca-certificates-java (20160321ubuntu1) ... unit-mysql-0: 11:32:57 DEBUG unit.mysql/0.install dpkg-query: package 'python-netifaces' is not installed and no information is available unit-mysql-0: 11:32:57 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 11:32:57 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 11:32:57 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 11:32:57 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 11:32:57 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 11:32:57 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 11:32:57 DEBUG unit.mysql/0.install python-netifaces unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:Certplus_Class_2_Primary_CA.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_2.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:Buypass_Class_3_Root_CA.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:UTN_USERFirst_Hardware_Root_CA.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_ECC_Root_CA_-_R5.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:Certplus_Root_CA_G1.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:Amazon_Root_CA_2.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:COMODO_Certification_Authority.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:LuxTrust_Global_Root_2.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:Comodo_Trusted_Services_root.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Universal_CA.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:SwissSign_Silver_CA_-_G2.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:Certinomis_-_Root_CA.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:certSIGN_ROOT_CA.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Primary_Certification_Authority_-_G3.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:Amazon_Root_CA_4.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:Camerfirma_Chambers_of_Commerce_Root.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:Deutsche_Telekom_Root_CA_2.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:CA_Disig_Root_R1.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:Microsec_e-Szigno_Root_CA_2009.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:Security_Communication_RootCA2.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:Visa_eCommerce_Root.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Assured_ID_Root_G3.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:Trustis_FPS_Root_CA.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:SZAFIR_ROOT_CA2.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:ePKI_Root_Certification_Authority.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:D-TRUST_Root_Class_3_CA_2_EV_2009.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:China_Internet_Network_Information_Center_EV_Certificates_Root.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:IdenTrust_Public_Sector_Root_CA_1.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:T-TeleSec_GlobalRoot_Class_3.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:DST_ACES_CA_X6.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:E-Tugra_Certification_Authority.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:Entrust_Root_Certification_Authority_-_G2.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:AddTrust_Low-Value_Services_Root.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:Swisscom_Root_CA_1.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:AffirmTrust_Premium_ECC.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G4.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Global_CA_2.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:Sonera_Class_2_Root_CA.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:Staat_der_Nederlanden_Root_CA_-_G2.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_3.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:Actalis_Authentication_Root_CA.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:VeriSign_Universal_Root_Certification_Authority.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:SwissSign_Gold_CA_-_G2.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:Secure_Global_CA.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:Amazon_Root_CA_1.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:Swisscom_Root_CA_2.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:Comodo_Secure_Services_root.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:Global_Chambersign_Root_-_2008.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:TURKTRUST_Certificate_Services_Provider_Root_2007.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:Taiwan_GRCA.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:Security_Communication_Root_CA.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:Starfield_Root_Certificate_Authority_-_G2.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:OpenTrust_Root_CA_G3.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_High_Assurance_EV_Root_CA.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_Root_CA.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:AC_RAIZ_FNMT-RCM.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:Baltimore_CyberTrust_Root.pem unit-mysql-0: 11:32:58 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 11:32:58 DEBUG unit.mysql/0.install Need to get 11.3 kB of archives. unit-mysql-0: 11:32:58 DEBUG unit.mysql/0.install After this operation, 63.5 kB of additional disk space will be used. unit-mysql-0: 11:32:58 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: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:Swisscom_Root_EV_CA_2.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Primary_Certification_Authority.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:ACCVRAIZ1.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:XRamp_Global_CA_Root.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_1_G3.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:Starfield_Services_Root_Certificate_Authority_-_G2.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:Comodo_AAA_Services_root.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:CNNIC_ROOT.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:Certplus_Root_CA_G2.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_2_G3.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:Certum_Root_CA.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:Certinomis_-_Autorité_Racine.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:Chambers_of_Commerce_Root_-_2008.pem unit-mysql-0: 11:32:58 DEBUG unit.mysql/0.install Fetched 11.3 kB in 0s (26.2 kB/s) unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Global_Root_CA.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:Entrust.net_Premium_2048_Secure_Server_CA.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:Go_Daddy_Root_Certificate_Authority_-_G2.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_3_G3.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Global_Root_G3.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:EC-ACC.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:AffirmTrust_Premium.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Assured_ID_Root_CA.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:IdenTrust_Commercial_Root_CA_1.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:Certigna.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:Entrust_Root_Certification_Authority.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Global_Root_G2.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:Staat_der_Nederlanden_Root_CA_-_G3.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:TWCA_Global_Root_CA.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:PSCProcert.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:DST_Root_CA_X3.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_Root_CA_-_R2.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:Certum_Trusted_Network_CA_2.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:CA_Disig_Root_R2.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:AddTrust_Public_Services_Root.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem unit-mysql-0: 11:32:58 DEBUG unit.mysql/0.install Selecting previously unselected package python-netifaces. unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:Network_Solutions_Certificate_Authority.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:TWCA_Root_Certification_Authority.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:Staat_der_Nederlanden_EV_Root_CA.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Universal_CA_2.pem unit-mysql-0: 11:32:58 DEBUG unit.mysql/0.install (Reading database ... 52462 files and directories currently installed.) unit-mysql-0: 11:32:58 DEBUG unit.mysql/0.install Preparing to unpack .../python-netifaces_0.8-3build1_amd64.deb ... unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:AddTrust_External_Root.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:AddTrust_Qualified_Certificates_Root.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:AffirmTrust_Commercial.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:COMODO_ECC_Certification_Authority.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:OpenTrust_Root_CA_G2.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Trusted_Root_G4.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:Camerfirma_Global_Chambersign_Root.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:Certum_Trusted_Network_CA.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:EE_Certification_Centre_Root_CA.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:USERTrust_ECC_Certification_Authority.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:thawte_Primary_Root_CA.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:USERTrust_RSA_Certification_Authority.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:Entrust_Root_Certification_Authority_-_EC1.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Assured_ID_Root_G2.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:OpenTrust_Root_CA_G1.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:SecureTrust_CA.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:Amazon_Root_CA_3.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:ISRG_Root_X1.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:Izenpe.com.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_Root_CA_-_R3.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:Buypass_Class_2_Root_CA.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:D-TRUST_Root_Class_3_CA_2_2009.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:Atos_TrustedRoot_2011.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:thawte_Primary_Root_CA_-_G2.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:OISTE_WISeKey_Global_Root_GB_CA.pem unit-mysql-0: 11:32:58 DEBUG unit.mysql/0.install Unpacking python-netifaces (0.8-3build1) ... unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:Starfield_Class_2_CA.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:OISTE_WISeKey_Global_Root_GA_CA.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:NetLock_Arany_=Class_Gold=_Főtanúsítvány.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:T-TeleSec_GlobalRoot_Class_2.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:Cybertrust_Global_Root.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:SecureSign_RootCA11.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:Go_Daddy_Class_2_CA.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:thawte_Primary_Root_CA_-_G3.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:TeliaSonera_Root_CA_v1.pem unit-abot-epc-basic-0: 11:32:58 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: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:CFCA_EV_ROOT.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:Security_Communication_EV_RootCA1.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:AffirmTrust_Networking.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_ECC_Root_CA_-_R4.pem unit-abot-epc-basic-0: 11:32:58 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: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Global_CA.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:ACEDICOM_Root.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Primary_Certification_Authority_-_G2.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:COMODO_RSA_Certification_Authority.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Adding debian:Hongkong_Post_Root_CA_1.pem unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install done. unit-abot-epc-basic-0: 11:32:58 DEBUG unit.abot-epc-basic/0.install Setting up openjdk-8-jre:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 11:32:59 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-mysql-0: 11:32:59 DEBUG unit.mysql/0.install Setting up python-netifaces (0.8-3build1) ... unit-abot-epc-basic-0: 11:32:59 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: 11:33:00 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: 11:33:00 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: 11:33:00 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: 11:33:00 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: 11:33:00 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: 11:33:00 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: 11:33:00 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: 11:33:01 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: 11:33:01 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: 11:33:01 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: 11:33:01 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: 11:33:01 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-mysql-0: 11:33:01 DEBUG unit.mysql/0.install dpkg-query: package 'python-pip' is not installed and no information is available unit-mysql-0: 11:33:01 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 11:33:01 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 11:33:01 DEBUG unit.mysql/0.install Reading package lists... unit-abot-epc-basic-0: 11:33:01 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: 11:33:01 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-mysql-0: 11:33:01 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 11:33:01 DEBUG unit.mysql/0.install Reading state information... unit-abot-epc-basic-0: 11:33:01 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-mysql-0: 11:33:01 DEBUG unit.mysql/0.install The following extra packages will be installed: unit-mysql-0: 11:33:01 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 11:33:01 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 11:33:01 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 11:33:01 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 11:33:01 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 11:33:01 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 11:33:01 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 11:33:01 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip-whl unit-mysql-0: 11:33:01 DEBUG unit.mysql/0.install python-requests-whl python-setuptools-whl python-six-whl python-urllib3-whl unit-mysql-0: 11:33:01 DEBUG unit.mysql/0.install python-wheel python3-pkg-resources unit-mysql-0: 11:33:01 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 11:33:01 DEBUG unit.mysql/0.install binutils-doc cpp-doc gcc-4.8-locales debian-keyring g++-multilib unit-mysql-0: 11:33:01 DEBUG unit.mysql/0.install g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf unit-mysql-0: 11:33:01 DEBUG unit.mysql/0.install automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg unit-mysql-0: 11:33:01 DEBUG unit.mysql/0.install libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg unit-mysql-0: 11:33:01 DEBUG unit.mysql/0.install libquadmath0-dbg glibc-doc libstdc++-4.8-doc make-doc python-genshi unit-mysql-0: 11:33:01 DEBUG unit.mysql/0.install python3-setuptools unit-mysql-0: 11:33:01 DEBUG unit.mysql/0.install Recommended packages: unit-mysql-0: 11:33:01 DEBUG unit.mysql/0.install python-dev-all unit-mysql-0: 11:33:01 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 11:33:01 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 11:33:01 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 11:33:01 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 11:33:01 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 11:33:01 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 11:33:01 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 11:33:01 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 11:33:01 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip unit-mysql-0: 11:33:01 DEBUG unit.mysql/0.install python-pip-whl python-requests-whl python-setuptools-whl python-six-whl unit-mysql-0: 11:33:01 DEBUG unit.mysql/0.install python-urllib3-whl python-wheel python3-pkg-resources unit-abot-epc-basic-0: 11:33:01 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: 11:33:01 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: 11:33:01 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-mysql-0: 11:33:02 DEBUG unit.mysql/0.install 0 upgraded, 49 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 11:33:02 DEBUG unit.mysql/0.install Need to get 40.9 MB of archives. unit-mysql-0: 11:33:02 DEBUG unit.mysql/0.install After this operation, 119 MB of additional disk space will be used. unit-mysql-0: 11:33:02 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: 11:33:02 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: 11:33:02 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: 11:33:02 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: 11:33:02 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: 11:33:02 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: 11:33:02 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: 11:33:02 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-mysql-0: 11:33:02 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-abot-epc-basic-0: 11:33:02 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: 11:33:02 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-mysql-0: 11:33:02 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: 11:33:02 DEBUG unit.abot-epc-basic/0.install Setting up openjdk-8-jdk:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-mysql-0: 11:33:03 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-abot-epc-basic-0: 11:33:03 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: 11:33:03 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: 11:33:03 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-mysql-0: 11:33:03 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: 11:33:03 DEBUG unit.abot-epc-basic/0.install Processing triggers for systemd (229-4ubuntu21.5) ... unit-mysql-0: 11:33:03 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: 11:33:03 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-abot-epc-basic-0: 11:33:03 DEBUG unit.abot-epc-basic/0.install Processing triggers for ureadahead (0.100.0-19) ... unit-mysql-0: 11:33:03 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: 11:33:03 DEBUG unit.abot-epc-basic/0.install Processing triggers for ca-certificates (20170717~16.04.1) ... unit-mysql-0: 11:33:04 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-abot-epc-basic-0: 11:33:04 DEBUG unit.abot-epc-basic/0.install Updating certificates in /etc/ssl/certs... unit-mysql-0: 11:33:04 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: 11:33:04 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: 11:33:04 DEBUG unit.abot-epc-basic/0.install 0 added, 0 removed; done. unit-abot-epc-basic-0: 11:33:04 DEBUG unit.abot-epc-basic/0.install Running hooks in /etc/ca-certificates/update.d... unit-abot-epc-basic-0: 11:33:04 DEBUG unit.abot-epc-basic/0.install unit-mysql-0: 11:33:04 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: 11:33:04 DEBUG unit.abot-epc-basic/0.install done. unit-abot-epc-basic-0: 11:33:04 DEBUG unit.abot-epc-basic/0.install done. unit-mysql-0: 11:33:04 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: 11:33:05 DEBUG unit.mysql/0.install Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-161.211 [773 kB] unit-mysql-0: 11:33:05 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-mysql-0: 11:33:05 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-abot-epc-basic-0: 11:33:05 DEBUG unit.abot-epc-basic/0.install --2018-10-26 11:33:05-- http://115.249.81.187:8080/rebaca/abot-functest-basic_3.1.1_all.deb unit-mysql-0: 11:33:05 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: 11:33:05 DEBUG unit.abot-epc-basic/0.install Connecting to 115.249.81.187:8080... connected. unit-mysql-0: 11:33:05 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: 11:33:06 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-abot-epc-basic-0: 11:33:06 DEBUG unit.abot-epc-basic/0.install HTTP request sent, awaiting response... 200 OK unit-abot-epc-basic-0: 11:33:06 DEBUG unit.abot-epc-basic/0.install Length: 47812762 (46M) [application/x-debian-package] unit-abot-epc-basic-0: 11:33:06 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: 11:33:06 DEBUG unit.abot-epc-basic/0.install unit-mysql-0: 11:33:06 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-mysql-0: 11:33:06 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: 11:33:06 DEBUG unit.abot-epc-basic/0.install 0K .......... .......... .......... .......... .......... 0% 99.0K 7m51s unit-mysql-0: 11:33:06 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: 11:33:06 DEBUG unit.abot-epc-basic/0.install 50K .......... .......... .......... .......... .......... 0% 199K 5m53s unit-abot-epc-basic-0: 11:33:06 DEBUG unit.abot-epc-basic/0.install 100K .......... .......... .......... .......... .......... 0% 11.0M 3m56s unit-abot-epc-basic-0: 11:33:06 DEBUG unit.abot-epc-basic/0.install 150K .......... .......... .......... .......... .......... 0% 11.4M 2m58s unit-abot-epc-basic-0: 11:33:07 DEBUG unit.abot-epc-basic/0.install 200K .......... .......... .......... .......... .......... 0% 99.6K 3m55s unit-abot-epc-basic-0: 11:33:07 DEBUG unit.abot-epc-basic/0.install 250K .......... .......... .......... .......... .......... 0% 51.4M 3m16s unit-abot-epc-basic-0: 11:33:07 DEBUG unit.abot-epc-basic/0.install 300K .......... .......... .......... .......... .......... 0% 48.2M 2m48s unit-abot-epc-basic-0: 11:33:07 DEBUG unit.abot-epc-basic/0.install 350K .......... .......... .......... .......... .......... 0% 44.3M 2m27s unit-abot-epc-basic-0: 11:33:07 DEBUG unit.abot-epc-basic/0.install 400K .......... .......... .......... .......... .......... 0% 47.5M 2m11s unit-abot-epc-basic-0: 11:33:07 DEBUG unit.abot-epc-basic/0.install 450K .......... .......... .......... .......... .......... 1% 58.7M 1m58s unit-abot-epc-basic-0: 11:33:07 DEBUG unit.abot-epc-basic/0.install 500K .......... .......... .......... .......... .......... 1% 47.9M 1m47s unit-abot-epc-basic-0: 11:33:07 DEBUG unit.abot-epc-basic/0.install 550K .......... .......... .......... .......... .......... 1% 14.3M 98s unit-abot-epc-basic-0: 11:33:07 DEBUG unit.abot-epc-basic/0.install 600K .......... .......... .......... .......... .......... 1% 209K 1m47s unit-abot-epc-basic-0: 11:33:07 DEBUG unit.abot-epc-basic/0.install 650K .......... .......... .......... .......... .......... 1% 9.57M 1m40s unit-abot-epc-basic-0: 11:33:07 DEBUG unit.abot-epc-basic/0.install 700K .......... .......... .......... .......... .......... 1% 10.9M 93s unit-abot-epc-basic-0: 11:33:07 DEBUG unit.abot-epc-basic/0.install 750K .......... .......... .......... .......... .......... 1% 10.9M 88s unit-mysql-0: 11:33:07 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-mysql-0: 11:33:07 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-abot-epc-basic-0: 11:33:07 DEBUG unit.abot-epc-basic/0.install 800K .......... .......... .......... .......... .......... 1% 209K 95s unit-abot-epc-basic-0: 11:33:07 DEBUG unit.abot-epc-basic/0.install 850K .......... .......... .......... .......... .......... 1% 10.8M 90s unit-abot-epc-basic-0: 11:33:07 DEBUG unit.abot-epc-basic/0.install 900K .......... .......... .......... .......... .......... 2% 11.0M 86s unit-abot-epc-basic-0: 11:33:07 DEBUG unit.abot-epc-basic/0.install 950K .......... .......... .......... .......... .......... 2% 10.6M 81s unit-abot-epc-basic-0: 11:33:08 DEBUG unit.abot-epc-basic/0.install 1000K .......... .......... .......... .......... .......... 2% 210K 88s unit-abot-epc-basic-0: 11:33:08 DEBUG unit.abot-epc-basic/0.install 1050K .......... .......... .......... .......... .......... 2% 10.5M 84s unit-abot-epc-basic-0: 11:33:08 DEBUG unit.abot-epc-basic/0.install 1100K .......... .......... .......... .......... .......... 2% 11.1M 80s unit-abot-epc-basic-0: 11:33:08 DEBUG unit.abot-epc-basic/0.install 1150K .......... .......... .......... .......... .......... 2% 10.9M 77s unit-mysql-0: 11:33:08 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-mysql-0: 11:33:08 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-abot-epc-basic-0: 11:33:08 DEBUG unit.abot-epc-basic/0.install 1200K .......... .......... .......... .......... .......... 2% 211K 83s unit-abot-epc-basic-0: 11:33:08 DEBUG unit.abot-epc-basic/0.install 1250K .......... .......... .......... .......... .......... 2% 9.41M 79s unit-mysql-0: 11:33:08 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: 11:33:08 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: 11:33:08 DEBUG unit.abot-epc-basic/0.install 1300K .......... .......... .......... .......... .......... 2% 194K 85s unit-abot-epc-basic-0: 11:33:08 DEBUG unit.abot-epc-basic/0.install 1350K .......... .......... .......... .......... .......... 2% 60.9M 82s unit-abot-epc-basic-0: 11:33:08 DEBUG unit.abot-epc-basic/0.install 1400K .......... .......... .......... .......... .......... 3% 56.9M 79s unit-abot-epc-basic-0: 11:33:08 DEBUG unit.abot-epc-basic/0.install 1450K .......... .......... .......... .......... .......... 3% 57.2M 76s unit-abot-epc-basic-0: 11:33:08 DEBUG unit.abot-epc-basic/0.install 1500K .......... .......... .......... .......... .......... 3% 60.0M 74s unit-abot-epc-basic-0: 11:33:08 DEBUG unit.abot-epc-basic/0.install 1550K .......... .......... .......... .......... .......... 3% 63.2M 72s unit-mysql-0: 11:33:08 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-abot-epc-basic-0: 11:33:08 DEBUG unit.abot-epc-basic/0.install 1600K .......... .......... .......... .......... .......... 3% 209K 76s unit-abot-epc-basic-0: 11:33:08 DEBUG unit.abot-epc-basic/0.install 1650K .......... .......... .......... .......... .......... 3% 7.04M 74s unit-abot-epc-basic-0: 11:33:08 DEBUG unit.abot-epc-basic/0.install 1700K .......... .......... .......... .......... .......... 3% 10.0M 72s unit-mysql-0: 11:33:08 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: 11:33:09 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: 11:33:09 DEBUG unit.abot-epc-basic/0.install 1750K .......... .......... .......... .......... .......... 3% 211K 75s unit-abot-epc-basic-0: 11:33:09 DEBUG unit.abot-epc-basic/0.install 1800K .......... .......... .......... .......... .......... 3% 5.47M 74s unit-abot-epc-basic-0: 11:33:09 DEBUG unit.abot-epc-basic/0.install 1850K .......... .......... .......... .......... .......... 4% 9.19M 72s unit-abot-epc-basic-0: 11:33:09 DEBUG unit.abot-epc-basic/0.install 1900K .......... .......... .......... .......... .......... 4% 1.69M 70s unit-mysql-0: 11:33:09 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: 11:33:09 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-abot-epc-basic-0: 11:33:09 DEBUG unit.abot-epc-basic/0.install 1950K .......... .......... .......... .......... .......... 4% 232K 73s unit-abot-epc-basic-0: 11:33:09 DEBUG unit.abot-epc-basic/0.install 2000K .......... .......... .......... .......... .......... 4% 7.70M 72s unit-abot-epc-basic-0: 11:33:09 DEBUG unit.abot-epc-basic/0.install 2050K .......... .......... .......... .......... .......... 4% 10.6M 70s unit-mysql-0: 11:33:09 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-abot-epc-basic-0: 11:33:09 DEBUG unit.abot-epc-basic/0.install 2100K .......... .......... .......... .......... .......... 4% 208K 73s unit-abot-epc-basic-0: 11:33:09 DEBUG unit.abot-epc-basic/0.install 2150K .......... .......... .......... .......... .......... 4% 8.47M 72s unit-abot-epc-basic-0: 11:33:09 DEBUG unit.abot-epc-basic/0.install 2200K .......... .......... .......... .......... .......... 4% 9.57M 70s unit-mysql-0: 11:33:09 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: 11:33:09 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: 11:33:09 DEBUG unit.abot-epc-basic/0.install 2250K .......... .......... .......... .......... .......... 4% 309K 72s unit-mysql-0: 11:33:09 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: 11:33:10 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-abot-epc-basic-0: 11:33:10 DEBUG unit.abot-epc-basic/0.install 2300K .......... .......... .......... .......... .......... 5% 150K 76s unit-abot-epc-basic-0: 11:33:10 DEBUG unit.abot-epc-basic/0.install 2350K .......... .......... .......... .......... .......... 5% 48.0M 75s unit-abot-epc-basic-0: 11:33:10 DEBUG unit.abot-epc-basic/0.install 2400K .......... .......... .......... .......... .......... 5% 61.2M 73s unit-abot-epc-basic-0: 11:33:10 DEBUG unit.abot-epc-basic/0.install 2450K .......... .......... .......... .......... .......... 5% 59.8M 71s unit-abot-epc-basic-0: 11:33:10 DEBUG unit.abot-epc-basic/0.install 2500K .......... .......... .......... .......... .......... 5% 15.1M 70s unit-abot-epc-basic-0: 11:33:10 DEBUG unit.abot-epc-basic/0.install 2550K .......... .......... .......... .......... .......... 5% 1.38M 69s unit-mysql-0: 11:33:10 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-mysql-0: 11:33:10 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-abot-epc-basic-0: 11:33:10 DEBUG unit.abot-epc-basic/0.install 2600K .......... .......... .......... .......... .......... 5% 236K 71s unit-abot-epc-basic-0: 11:33:10 DEBUG unit.abot-epc-basic/0.install 2650K .......... .......... .......... .......... .......... 5% 6.79M 70s unit-mysql-0: 11:33:10 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-abot-epc-basic-0: 11:33:10 DEBUG unit.abot-epc-basic/0.install 2700K .......... .......... .......... .......... .......... 5% 208K 73s unit-mysql-0: 11:33:10 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-abot-epc-basic-0: 11:33:10 DEBUG unit.abot-epc-basic/0.install 2750K .......... .......... .......... .......... .......... 5% 7.11M 71s unit-abot-epc-basic-0: 11:33:10 DEBUG unit.abot-epc-basic/0.install 2800K .......... .......... .......... .......... .......... 6% 7.09M 70s unit-mysql-0: 11:33:10 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.1 [10.6 kB] unit-abot-epc-basic-0: 11:33:10 DEBUG unit.abot-epc-basic/0.install 2850K .......... .......... .......... .......... .......... 6% 207K 72s unit-abot-epc-basic-0: 11:33:10 DEBUG unit.abot-epc-basic/0.install 2900K .......... .......... .......... .......... .......... 6% 7.63M 71s unit-mysql-0: 11:33:10 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.1 [63.9 kB] unit-mysql-0: 11:33:11 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.4 [228 kB] unit-abot-epc-basic-0: 11:33:11 DEBUG unit.abot-epc-basic/0.install 2950K .......... .......... .......... .......... .......... 6% 308K 72s unit-abot-epc-basic-0: 11:33:11 DEBUG unit.abot-epc-basic/0.install 3000K .......... .......... .......... .......... .......... 6% 589K 72s unit-abot-epc-basic-0: 11:33:11 DEBUG unit.abot-epc-basic/0.install 3050K .......... .......... .......... .......... .......... 6% 7.99M 71s unit-mysql-0: 11:33:11 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: 11:33:11 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: 11:33:11 DEBUG unit.abot-epc-basic/0.install 3100K .......... .......... .......... .......... .......... 6% 211K 73s unit-abot-epc-basic-0: 11:33:11 DEBUG unit.abot-epc-basic/0.install 3150K .......... .......... .......... .......... .......... 6% 4.52M 72s unit-abot-epc-basic-0: 11:33:11 DEBUG unit.abot-epc-basic/0.install 3200K .......... .......... .......... .......... .......... 6% 8.18M 71s unit-abot-epc-basic-0: 11:33:11 DEBUG unit.abot-epc-basic/0.install 3250K .......... .......... .......... .......... .......... 7% 207K 73s unit-abot-epc-basic-0: 11:33:11 DEBUG unit.abot-epc-basic/0.install 3300K .......... .......... .......... .......... .......... 7% 8.05M 72s unit-abot-epc-basic-0: 11:33:11 DEBUG unit.abot-epc-basic/0.install 3350K .......... .......... .......... .......... .......... 7% 6.73M 71s unit-mysql-0: 11:33:11 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: 11:33:11 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.1 [44.7 kB] unit-abot-epc-basic-0: 11:33:11 DEBUG unit.abot-epc-basic/0.install 3400K .......... .......... .......... .......... .......... 7% 208K 73s unit-abot-epc-basic-0: 11:33:11 DEBUG unit.abot-epc-basic/0.install 3450K .......... .......... .......... .......... .......... 7% 6.87M 72s unit-abot-epc-basic-0: 11:33:11 DEBUG unit.abot-epc-basic/0.install 3500K .......... .......... .......... .......... .......... 7% 1.68M 71s unit-mysql-0: 11:33:11 DEBUG unit.mysql/0.install Extracting templates from packages: 61% Extracting templates from packages: 100% unit-mysql-0: 11:33:11 DEBUG unit.mysql/0.install Fetched 40.9 MB in 10s (4061 kB/s) unit-abot-epc-basic-0: 11:33:12 DEBUG unit.abot-epc-basic/0.install 3550K .......... .......... .......... .......... .......... 7% 231K 73s unit-abot-epc-basic-0: 11:33:12 DEBUG unit.abot-epc-basic/0.install 3600K .......... .......... .......... .......... .......... 7% 6.74M 72s unit-abot-epc-basic-0: 11:33:12 DEBUG unit.abot-epc-basic/0.install 3650K .......... .......... .......... .......... .......... 7% 1.50M 71s unit-mysql-0: 11:33:12 DEBUG unit.mysql/0.install Selecting previously unselected package libasan0:amd64. unit-mysql-0: 11:33:12 DEBUG unit.mysql/0.install (Reading database ... 52472 files and directories currently installed.) unit-mysql-0: 11:33:12 DEBUG unit.mysql/0.install Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 11:33:12 DEBUG unit.mysql/0.install Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 11:33:12 DEBUG unit.abot-epc-basic/0.install 3700K .......... .......... .......... .......... .......... 8% 235K 72s unit-abot-epc-basic-0: 11:33:12 DEBUG unit.abot-epc-basic/0.install 3750K .......... .......... .......... .......... .......... 8% 6.82M 71s unit-abot-epc-basic-0: 11:33:12 DEBUG unit.abot-epc-basic/0.install 3800K .......... .......... .......... .......... .......... 8% 731K 71s unit-abot-epc-basic-0: 11:33:12 DEBUG unit.abot-epc-basic/0.install 3850K .......... .......... .......... .......... .......... 8% 282K 72s unit-abot-epc-basic-0: 11:33:12 DEBUG unit.abot-epc-basic/0.install 3900K .......... .......... .......... .......... .......... 8% 6.52M 71s unit-abot-epc-basic-0: 11:33:12 DEBUG unit.abot-epc-basic/0.install 3950K .......... .......... .......... .......... .......... 8% 449K 71s unit-abot-epc-basic-0: 11:33:12 DEBUG unit.abot-epc-basic/0.install 4000K .......... .......... .......... .......... .......... 8% 374K 72s unit-abot-epc-basic-0: 11:33:12 DEBUG unit.abot-epc-basic/0.install 4050K .......... .......... .......... .......... .......... 8% 6.02M 71s unit-mysql-0: 11:33:12 DEBUG unit.mysql/0.install Selecting previously unselected package libatomic1:amd64. unit-mysql-0: 11:33:12 DEBUG unit.mysql/0.install Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 11:33:13 DEBUG unit.mysql/0.install Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 11:33:13 DEBUG unit.abot-epc-basic/0.install 4100K .......... .......... .......... .......... .......... 8% 315K 72s unit-abot-epc-basic-0: 11:33:13 DEBUG unit.abot-epc-basic/0.install 4150K .......... .......... .......... .......... .......... 8% 584K 72s unit-abot-epc-basic-0: 11:33:13 DEBUG unit.abot-epc-basic/0.install 4200K .......... .......... .......... .......... .......... 9% 6.19M 71s unit-abot-epc-basic-0: 11:33:13 DEBUG unit.abot-epc-basic/0.install 4250K .......... .......... .......... .......... .......... 9% 313K 71s unit-abot-epc-basic-0: 11:33:13 DEBUG unit.abot-epc-basic/0.install 4300K .......... .......... .......... .......... .......... 9% 589K 71s unit-abot-epc-basic-0: 11:33:13 DEBUG unit.abot-epc-basic/0.install 4350K .......... .......... .......... .......... .......... 9% 5.64M 70s unit-abot-epc-basic-0: 11:33:13 DEBUG unit.abot-epc-basic/0.install 4400K .......... .......... .......... .......... .......... 9% 313K 71s unit-mysql-0: 11:33:13 DEBUG unit.mysql/0.install Selecting previously unselected package libgmp10:amd64. unit-mysql-0: 11:33:13 DEBUG unit.mysql/0.install Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:33:13 DEBUG unit.abot-epc-basic/0.install 4450K .......... .......... .......... .......... .......... 9% 596K 71s unit-abot-epc-basic-0: 11:33:13 DEBUG unit.abot-epc-basic/0.install 4500K .......... .......... .......... .......... .......... 9% 5.79M 70s unit-mysql-0: 11:33:13 DEBUG unit.mysql/0.install Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 11:33:13 DEBUG unit.abot-epc-basic/0.install 4550K .......... .......... .......... .......... .......... 9% 313K 71s unit-abot-epc-basic-0: 11:33:13 DEBUG unit.abot-epc-basic/0.install 4600K .......... .......... .......... .......... .......... 9% 595K 71s unit-abot-epc-basic-0: 11:33:13 DEBUG unit.abot-epc-basic/0.install 4650K .......... .......... .......... .......... .......... 10% 5.48M 70s unit-abot-epc-basic-0: 11:33:14 DEBUG unit.abot-epc-basic/0.install 4700K .......... .......... .......... .......... .......... 10% 313K 71s unit-abot-epc-basic-0: 11:33:14 DEBUG unit.abot-epc-basic/0.install 4750K .......... .......... .......... .......... .......... 10% 593K 71s unit-abot-epc-basic-0: 11:33:14 DEBUG unit.abot-epc-basic/0.install 4800K .......... .......... .......... .......... .......... 10% 6.12M 70s unit-abot-epc-basic-0: 11:33:14 DEBUG unit.abot-epc-basic/0.install 4850K .......... .......... .......... .......... .......... 10% 313K 70s unit-abot-epc-basic-0: 11:33:14 DEBUG unit.abot-epc-basic/0.install 4900K .......... .......... .......... .......... .......... 10% 588K 70s unit-abot-epc-basic-0: 11:33:14 DEBUG unit.abot-epc-basic/0.install 4950K .......... .......... .......... .......... .......... 10% 6.49M 70s unit-abot-epc-basic-0: 11:33:14 DEBUG unit.abot-epc-basic/0.install 5000K .......... .......... .......... .......... .......... 10% 313K 70s unit-mysql-0: 11:33:14 DEBUG unit.mysql/0.install Selecting previously unselected package libisl10:amd64. unit-mysql-0: 11:33:14 DEBUG unit.mysql/0.install Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... unit-abot-epc-basic-0: 11:33:14 DEBUG unit.abot-epc-basic/0.install 5050K .......... .......... .......... .......... .......... 10% 572K 70s unit-abot-epc-basic-0: 11:33:14 DEBUG unit.abot-epc-basic/0.install 5100K .......... .......... .......... .......... .......... 11% 7.09M 69s unit-mysql-0: 11:33:14 DEBUG unit.mysql/0.install Unpacking libisl10:amd64 (0.12.2-1) ... unit-abot-epc-basic-0: 11:33:14 DEBUG unit.abot-epc-basic/0.install 5150K .......... .......... .......... .......... .......... 11% 319K 70s unit-mysql-0: 11:33:15 DEBUG unit.mysql/0.install Selecting previously unselected package libcloog-isl4:amd64. unit-mysql-0: 11:33:15 DEBUG unit.mysql/0.install Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... unit-abot-epc-basic-0: 11:33:15 DEBUG unit.abot-epc-basic/0.install 5200K .......... .......... .......... .......... .......... 11% 147K 72s unit-abot-epc-basic-0: 11:33:15 DEBUG unit.abot-epc-basic/0.install 5250K .......... .......... .......... .......... .......... 11% 50.1M 71s unit-abot-epc-basic-0: 11:33:15 DEBUG unit.abot-epc-basic/0.install 5300K .......... .......... .......... .......... .......... 11% 51.1M 70s unit-abot-epc-basic-0: 11:33:15 DEBUG unit.abot-epc-basic/0.install 5350K .......... .......... .......... .......... .......... 11% 55.1M 70s unit-abot-epc-basic-0: 11:33:15 DEBUG unit.abot-epc-basic/0.install 5400K .......... .......... .......... .......... .......... 11% 5.81M 69s unit-mysql-0: 11:33:15 DEBUG unit.mysql/0.install Unpacking libcloog-isl4:amd64 (0.18.2-1) ... unit-abot-epc-basic-0: 11:33:15 DEBUG unit.abot-epc-basic/0.install 5450K .......... .......... .......... .......... .......... 11% 208K 70s unit-abot-epc-basic-0: 11:33:15 DEBUG unit.abot-epc-basic/0.install 5500K .......... .......... .......... .......... .......... 11% 6.59M 69s unit-mysql-0: 11:33:15 DEBUG unit.mysql/0.install Selecting previously unselected package libgomp1:amd64. unit-mysql-0: 11:33:15 DEBUG unit.mysql/0.install Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 11:33:15 DEBUG unit.mysql/0.install Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 11:33:15 DEBUG unit.abot-epc-basic/0.install 5550K .......... .......... .......... .......... .......... 11% 208K 70s unit-abot-epc-basic-0: 11:33:15 DEBUG unit.abot-epc-basic/0.install 5600K .......... .......... .......... .......... .......... 12% 190K 72s unit-abot-epc-basic-0: 11:33:15 DEBUG unit.abot-epc-basic/0.install 5650K .......... .......... .......... .......... .......... 12% 40.9M 71s unit-abot-epc-basic-0: 11:33:15 DEBUG unit.abot-epc-basic/0.install 5700K .......... .......... .......... .......... .......... 12% 59.4M 70s unit-abot-epc-basic-0: 11:33:15 DEBUG unit.abot-epc-basic/0.install 5750K .......... .......... .......... .......... .......... 12% 15.2M 69s unit-mysql-0: 11:33:16 DEBUG unit.mysql/0.install Selecting previously unselected package libitm1:amd64. unit-mysql-0: 11:33:16 DEBUG unit.mysql/0.install Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 11:33:16 DEBUG unit.mysql/0.install Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 11:33:16 DEBUG unit.abot-epc-basic/0.install 5800K .......... .......... .......... .......... .......... 12% 205K 71s unit-abot-epc-basic-0: 11:33:16 DEBUG unit.abot-epc-basic/0.install 5850K .......... .......... .......... .......... .......... 12% 1.74M 70s unit-mysql-0: 11:33:16 DEBUG unit.mysql/0.install Selecting previously unselected package libmpfr4:amd64. unit-mysql-0: 11:33:16 DEBUG unit.mysql/0.install Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... unit-mysql-0: 11:33:16 DEBUG unit.mysql/0.install Unpacking libmpfr4:amd64 (3.1.2-1) ... unit-abot-epc-basic-0: 11:33:16 DEBUG unit.abot-epc-basic/0.install 5900K .......... .......... .......... .......... .......... 12% 220K 71s unit-abot-epc-basic-0: 11:33:16 DEBUG unit.abot-epc-basic/0.install 5950K .......... .......... .......... .......... .......... 12% 661K 71s unit-abot-epc-basic-0: 11:33:16 DEBUG unit.abot-epc-basic/0.install 6000K .......... .......... .......... .......... .......... 12% 280K 71s unit-abot-epc-basic-0: 11:33:16 DEBUG unit.abot-epc-basic/0.install 6050K .......... .......... .......... .......... .......... 13% 673K 71s unit-abot-epc-basic-0: 11:33:16 DEBUG unit.abot-epc-basic/0.install 6100K .......... .......... .......... .......... .......... 13% 281K 72s unit-abot-epc-basic-0: 11:33:17 DEBUG unit.abot-epc-basic/0.install 6150K .......... .......... .......... .......... .......... 13% 671K 71s unit-abot-epc-basic-0: 11:33:17 DEBUG unit.abot-epc-basic/0.install 6200K .......... .......... .......... .......... .......... 13% 282K 72s unit-mysql-0: 11:33:17 DEBUG unit.mysql/0.install Selecting previously unselected package libquadmath0:amd64. unit-mysql-0: 11:33:17 DEBUG unit.mysql/0.install Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 11:33:17 DEBUG unit.abot-epc-basic/0.install 6250K .......... .......... .......... .......... .......... 13% 670K 72s unit-mysql-0: 11:33:17 DEBUG unit.mysql/0.install Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 11:33:17 DEBUG unit.abot-epc-basic/0.install 6300K .......... .......... .......... .......... .......... 13% 282K 72s unit-abot-epc-basic-0: 11:33:17 DEBUG unit.abot-epc-basic/0.install 6350K .......... .......... .......... .......... .......... 13% 674K 72s unit-mysql-0: 11:33:17 DEBUG unit.mysql/0.install Selecting previously unselected package libtsan0:amd64. unit-mysql-0: 11:33:17 DEBUG unit.mysql/0.install Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 11:33:17 DEBUG unit.mysql/0.install Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 11:33:17 DEBUG unit.abot-epc-basic/0.install 6400K .......... .......... .......... .......... .......... 13% 281K 72s unit-abot-epc-basic-0: 11:33:17 DEBUG unit.abot-epc-basic/0.install 6450K .......... .......... .......... .......... .......... 13% 679K 72s unit-mysql-0: 11:33:17 DEBUG unit.mysql/0.install Selecting previously unselected package libmpc3:amd64. unit-mysql-0: 11:33:17 DEBUG unit.mysql/0.install Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:33:17 DEBUG unit.abot-epc-basic/0.install 6500K .......... .......... .......... .......... .......... 14% 280K 73s unit-abot-epc-basic-0: 11:33:17 DEBUG unit.abot-epc-basic/0.install 6550K .......... .......... .......... .......... .......... 14% 2.12M 72s unit-mysql-0: 11:33:17 DEBUG unit.mysql/0.install Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:33:18 DEBUG unit.abot-epc-basic/0.install 6600K .......... .......... .......... .......... .......... 14% 219K 73s unit-abot-epc-basic-0: 11:33:18 DEBUG unit.abot-epc-basic/0.install 6650K .......... .......... .......... .......... .......... 14% 3.91M 72s unit-mysql-0: 11:33:18 DEBUG unit.mysql/0.install Selecting previously unselected package binutils. unit-mysql-0: 11:33:18 DEBUG unit.mysql/0.install Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... unit-mysql-0: 11:33:18 DEBUG unit.mysql/0.install Unpacking binutils (2.24-5ubuntu14.2) ... unit-abot-epc-basic-0: 11:33:18 DEBUG unit.abot-epc-basic/0.install 6700K .......... .......... .......... .......... .......... 14% 210K 73s unit-abot-epc-basic-0: 11:33:18 DEBUG unit.abot-epc-basic/0.install 6750K .......... .......... .......... .......... .......... 14% 4.81M 73s unit-abot-epc-basic-0: 11:33:18 DEBUG unit.abot-epc-basic/0.install 6800K .......... .......... .......... .......... .......... 14% 207K 73s unit-abot-epc-basic-0: 11:33:18 DEBUG unit.abot-epc-basic/0.install 6850K .......... .......... .......... .......... .......... 14% 5.03M 73s unit-mysql-0: 11:33:18 DEBUG unit.mysql/0.install Selecting previously unselected package libc-dev-bin. unit-mysql-0: 11:33:18 DEBUG unit.mysql/0.install Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... unit-abot-epc-basic-0: 11:33:18 DEBUG unit.abot-epc-basic/0.install 6900K .......... .......... .......... .......... .......... 14% 210K 74s unit-abot-epc-basic-0: 11:33:18 DEBUG unit.abot-epc-basic/0.install 6950K .......... .......... .......... .......... .......... 14% 3.56M 73s unit-mysql-0: 11:33:18 DEBUG unit.mysql/0.install Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 11:33:19 DEBUG unit.abot-epc-basic/0.install 7000K .......... .......... .......... .......... .......... 15% 313K 73s unit-mysql-0: 11:33:19 DEBUG unit.mysql/0.install Selecting previously unselected package linux-libc-dev:amd64. unit-mysql-0: 11:33:19 DEBUG unit.mysql/0.install Preparing to unpack .../linux-libc-dev_3.13.0-161.211_amd64.deb ... unit-mysql-0: 11:33:19 DEBUG unit.mysql/0.install Unpacking linux-libc-dev:amd64 (3.13.0-161.211) ... unit-abot-epc-basic-0: 11:33:19 DEBUG unit.abot-epc-basic/0.install 7050K .......... .......... .......... .......... .......... 15% 544K 73s unit-abot-epc-basic-0: 11:33:19 DEBUG unit.abot-epc-basic/0.install 7100K .......... .......... .......... .......... .......... 15% 333K 73s unit-abot-epc-basic-0: 11:33:19 DEBUG unit.abot-epc-basic/0.install 7150K .......... .......... .......... .......... .......... 15% 493K 73s unit-abot-epc-basic-0: 11:33:19 DEBUG unit.abot-epc-basic/0.install 7200K .......... .......... .......... .......... .......... 15% 680K 73s unit-mysql-0: 11:33:19 DEBUG unit.mysql/0.install Selecting previously unselected package libc6-dev:amd64. unit-mysql-0: 11:33:19 DEBUG unit.mysql/0.install Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... unit-mysql-0: 11:33:19 DEBUG unit.mysql/0.install Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 11:33:19 DEBUG unit.abot-epc-basic/0.install 7250K .......... .......... .......... .......... .......... 15% 282K 74s unit-abot-epc-basic-0: 11:33:19 DEBUG unit.abot-epc-basic/0.install 7300K .......... .......... .......... .......... .......... 15% 674K 73s unit-abot-epc-basic-0: 11:33:19 DEBUG unit.abot-epc-basic/0.install 7350K .......... .......... .......... .......... .......... 15% 281K 74s unit-abot-epc-basic-0: 11:33:20 DEBUG unit.abot-epc-basic/0.install 7400K .......... .......... .......... .......... .......... 15% 685K 74s unit-mysql-0: 11:33:20 DEBUG unit.mysql/0.install Selecting previously unselected package cpp-4.8. unit-mysql-0: 11:33:20 DEBUG unit.mysql/0.install Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 11:33:20 DEBUG unit.mysql/0.install Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 11:33:20 DEBUG unit.abot-epc-basic/0.install 7450K .......... .......... .......... .......... .......... 16% 280K 74s unit-abot-epc-basic-0: 11:33:20 DEBUG unit.abot-epc-basic/0.install 7500K .......... .......... .......... .......... .......... 16% 1.44M 73s unit-abot-epc-basic-0: 11:33:20 DEBUG unit.abot-epc-basic/0.install 7550K .......... .......... .......... .......... .......... 16% 229K 74s unit-abot-epc-basic-0: 11:33:20 DEBUG unit.abot-epc-basic/0.install 7600K .......... .......... .......... .......... .......... 16% 4.36M 74s unit-abot-epc-basic-0: 11:33:20 DEBUG unit.abot-epc-basic/0.install 7650K .......... .......... .......... .......... .......... 16% 212K 74s unit-abot-epc-basic-0: 11:33:20 DEBUG unit.abot-epc-basic/0.install 7700K .......... .......... .......... .......... .......... 16% 3.93M 74s unit-abot-epc-basic-0: 11:33:20 DEBUG unit.abot-epc-basic/0.install 7750K .......... .......... .......... .......... .......... 16% 254K 74s unit-abot-epc-basic-0: 11:33:20 DEBUG unit.abot-epc-basic/0.install 7800K .......... .......... .......... .......... .......... 16% 940K 74s unit-abot-epc-basic-0: 11:33:21 DEBUG unit.abot-epc-basic/0.install 7850K .......... .......... .......... .......... .......... 16% 324K 74s unit-abot-epc-basic-0: 11:33:21 DEBUG unit.abot-epc-basic/0.install 7900K .......... .......... .......... .......... .......... 17% 526K 74s unit-abot-epc-basic-0: 11:33:21 DEBUG unit.abot-epc-basic/0.install 7950K .......... .......... .......... .......... .......... 17% 653K 74s unit-mysql-0: 11:33:21 DEBUG unit.mysql/0.install Selecting previously unselected package cpp. unit-mysql-0: 11:33:21 DEBUG unit.mysql/0.install Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-mysql-0: 11:33:21 DEBUG unit.mysql/0.install Unpacking cpp (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 11:33:21 DEBUG unit.abot-epc-basic/0.install 8000K .......... .......... .......... .......... .......... 17% 284K 74s unit-abot-epc-basic-0: 11:33:21 DEBUG unit.abot-epc-basic/0.install 8050K .......... .......... .......... .......... .......... 17% 695K 74s unit-mysql-0: 11:33:21 DEBUG unit.mysql/0.install Selecting previously unselected package libgcc-4.8-dev:amd64. unit-mysql-0: 11:33:21 DEBUG unit.mysql/0.install Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 11:33:21 DEBUG unit.mysql/0.install Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 11:33:21 DEBUG unit.abot-epc-basic/0.install 8100K .......... .......... .......... .......... .......... 17% 277K 74s unit-abot-epc-basic-0: 11:33:21 DEBUG unit.abot-epc-basic/0.install 8150K .......... .......... .......... .......... .......... 17% 2.27M 74s unit-abot-epc-basic-0: 11:33:21 DEBUG unit.abot-epc-basic/0.install 8200K .......... .......... .......... .......... .......... 17% 226K 74s unit-abot-epc-basic-0: 11:33:21 DEBUG unit.abot-epc-basic/0.install 8250K .......... .......... .......... .......... .......... 17% 3.34M 74s unit-abot-epc-basic-0: 11:33:22 DEBUG unit.abot-epc-basic/0.install 8300K .......... .......... .......... .......... .......... 17% 333K 74s unit-abot-epc-basic-0: 11:33:22 DEBUG unit.abot-epc-basic/0.install 8350K .......... .......... .......... .......... .......... 17% 497K 74s unit-abot-epc-basic-0: 11:33:22 DEBUG unit.abot-epc-basic/0.install 8400K .......... .......... .......... .......... .......... 18% 741K 73s unit-abot-epc-basic-0: 11:33:22 DEBUG unit.abot-epc-basic/0.install 8450K .......... .......... .......... .......... .......... 18% 275K 74s unit-abot-epc-basic-0: 11:33:22 DEBUG unit.abot-epc-basic/0.install 8500K .......... .......... .......... .......... .......... 18% 5.15M 73s unit-abot-epc-basic-0: 11:33:22 DEBUG unit.abot-epc-basic/0.install 8550K .......... .......... .......... .......... .......... 18% 262K 74s unit-abot-epc-basic-0: 11:33:22 DEBUG unit.abot-epc-basic/0.install 8600K .......... .......... .......... .......... .......... 18% 882K 73s unit-mysql-0: 11:33:22 DEBUG unit.mysql/0.install Selecting previously unselected package gcc-4.8. unit-mysql-0: 11:33:22 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: 11:33:22 DEBUG unit.abot-epc-basic/0.install 8650K .......... .......... .......... .......... .......... 18% 772K 73s unit-mysql-0: 11:33:22 DEBUG unit.mysql/0.install Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 11:33:23 DEBUG unit.abot-epc-basic/0.install 8700K .......... .......... .......... .......... .......... 18% 274K 73s unit-abot-epc-basic-0: 11:33:23 DEBUG unit.abot-epc-basic/0.install 8750K .......... .......... .......... .......... .......... 18% 6.66M 73s unit-abot-epc-basic-0: 11:33:23 DEBUG unit.abot-epc-basic/0.install 8800K .......... .......... .......... .......... .......... 18% 347K 73s unit-abot-epc-basic-0: 11:33:23 DEBUG unit.abot-epc-basic/0.install 8850K .......... .......... .......... .......... .......... 19% 484K 73s unit-abot-epc-basic-0: 11:33:23 DEBUG unit.abot-epc-basic/0.install 8900K .......... .......... .......... .......... .......... 19% 2.71M 73s unit-abot-epc-basic-0: 11:33:23 DEBUG unit.abot-epc-basic/0.install 8950K .......... .......... .......... .......... .......... 19% 362K 73s unit-abot-epc-basic-0: 11:33:23 DEBUG unit.abot-epc-basic/0.install 9000K .......... .......... .......... .......... .......... 19% 511K 72s unit-abot-epc-basic-0: 11:33:23 DEBUG unit.abot-epc-basic/0.install 9050K .......... .......... .......... .......... .......... 19% 826K 72s unit-mysql-0: 11:33:23 DEBUG unit.mysql/0.install Selecting previously unselected package gcc. unit-mysql-0: 11:33:23 DEBUG unit.mysql/0.install Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 11:33:23 DEBUG unit.abot-epc-basic/0.install 9100K .......... .......... .......... .......... .......... 19% 366K 72s unit-mysql-0: 11:33:23 DEBUG unit.mysql/0.install Unpacking gcc (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 11:33:23 DEBUG unit.abot-epc-basic/0.install 9150K .......... .......... .......... .......... .......... 19% 907K 72s unit-abot-epc-basic-0: 11:33:23 DEBUG unit.abot-epc-basic/0.install 9200K .......... .......... .......... .......... .......... 19% 831K 72s unit-mysql-0: 11:33:23 DEBUG unit.mysql/0.install Selecting previously unselected package libstdc++-4.8-dev:amd64. unit-mysql-0: 11:33:23 DEBUG unit.mysql/0.install Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 11:33:24 DEBUG unit.mysql/0.install Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 11:33:24 DEBUG unit.abot-epc-basic/0.install 9250K .......... .......... .......... .......... .......... 19% 188K 72s unit-abot-epc-basic-0: 11:33:24 DEBUG unit.abot-epc-basic/0.install 9300K .......... .......... .......... .......... .......... 20% 62.2M 72s unit-abot-epc-basic-0: 11:33:24 DEBUG unit.abot-epc-basic/0.install 9350K .......... .......... .......... .......... .......... 20% 271K 72s unit-abot-epc-basic-0: 11:33:24 DEBUG unit.abot-epc-basic/0.install 9400K .......... .......... .......... .......... .......... 20% 51.5M 72s unit-abot-epc-basic-0: 11:33:24 DEBUG unit.abot-epc-basic/0.install 9450K .......... .......... .......... .......... .......... 20% 40.0M 71s unit-abot-epc-basic-0: 11:33:24 DEBUG unit.abot-epc-basic/0.install 9500K .......... .......... .......... .......... .......... 20% 511K 71s unit-mysql-0: 11:33:24 DEBUG unit.mysql/0.install Selecting previously unselected package g++-4.8. unit-mysql-0: 11:33:24 DEBUG unit.mysql/0.install Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 11:33:24 DEBUG unit.mysql/0.install Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 11:33:24 DEBUG unit.abot-epc-basic/0.install 9550K .......... .......... .......... .......... .......... 20% 331K 71s unit-abot-epc-basic-0: 11:33:24 DEBUG unit.abot-epc-basic/0.install 9600K .......... .......... .......... .......... .......... 20% 902K 71s unit-abot-epc-basic-0: 11:33:24 DEBUG unit.abot-epc-basic/0.install 9650K .......... .......... .......... .......... .......... 20% 259K 71s unit-abot-epc-basic-0: 11:33:24 DEBUG unit.abot-epc-basic/0.install 9700K .......... .......... .......... .......... .......... 20% 5.80M 71s unit-abot-epc-basic-0: 11:33:24 DEBUG unit.abot-epc-basic/0.install 9750K .......... .......... .......... .......... .......... 20% 352K 71s unit-abot-epc-basic-0: 11:33:25 DEBUG unit.abot-epc-basic/0.install 9800K .......... .......... .......... .......... .......... 21% 139K 72s unit-abot-epc-basic-0: 11:33:25 DEBUG unit.abot-epc-basic/0.install 9850K .......... .......... .......... .......... .......... 21% 48.4M 71s unit-abot-epc-basic-0: 11:33:25 DEBUG unit.abot-epc-basic/0.install 9900K .......... .......... .......... .......... .......... 21% 54.5M 71s unit-abot-epc-basic-0: 11:33:25 DEBUG unit.abot-epc-basic/0.install 9950K .......... .......... .......... .......... .......... 21% 8.86M 70s unit-mysql-0: 11:33:25 DEBUG unit.mysql/0.install Selecting previously unselected package g++. unit-mysql-0: 11:33:25 DEBUG unit.mysql/0.install Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 11:33:25 DEBUG unit.abot-epc-basic/0.install 10000K .......... .......... .......... .......... .......... 21% 205K 71s unit-abot-epc-basic-0: 11:33:25 DEBUG unit.abot-epc-basic/0.install 10050K .......... .......... .......... .......... .......... 21% 5.21M 71s unit-mysql-0: 11:33:25 DEBUG unit.mysql/0.install Unpacking g++ (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 11:33:25 DEBUG unit.abot-epc-basic/0.install 10100K .......... .......... .......... .......... .......... 21% 205K 71s unit-abot-epc-basic-0: 11:33:25 DEBUG unit.abot-epc-basic/0.install 10150K .......... .......... .......... .......... .......... 21% 4.47M 71s unit-mysql-0: 11:33:25 DEBUG unit.mysql/0.install Selecting previously unselected package make. unit-mysql-0: 11:33:25 DEBUG unit.mysql/0.install Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... unit-mysql-0: 11:33:25 DEBUG unit.mysql/0.install Unpacking make (3.81-8.2ubuntu3) ... unit-abot-epc-basic-0: 11:33:26 DEBUG unit.abot-epc-basic/0.install 10200K .......... .......... .......... .......... .......... 21% 208K 71s unit-abot-epc-basic-0: 11:33:26 DEBUG unit.abot-epc-basic/0.install 10250K .......... .......... .......... .......... .......... 22% 4.42M 71s unit-abot-epc-basic-0: 11:33:26 DEBUG unit.abot-epc-basic/0.install 10300K .......... .......... .......... .......... .......... 22% 210K 71s unit-abot-epc-basic-0: 11:33:26 DEBUG unit.abot-epc-basic/0.install 10350K .......... .......... .......... .......... .......... 22% 3.53M 71s unit-abot-epc-basic-0: 11:33:26 DEBUG unit.abot-epc-basic/0.install 10400K .......... .......... .......... .......... .......... 22% 213K 71s unit-abot-epc-basic-0: 11:33:26 DEBUG unit.abot-epc-basic/0.install 10450K .......... .......... .......... .......... .......... 22% 3.33M 71s unit-mysql-0: 11:33:26 DEBUG unit.mysql/0.install Selecting previously unselected package libdpkg-perl. unit-mysql-0: 11:33:26 DEBUG unit.mysql/0.install Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... unit-abot-epc-basic-0: 11:33:26 DEBUG unit.abot-epc-basic/0.install 10500K .......... .......... .......... .......... .......... 22% 264K 71s unit-abot-epc-basic-0: 11:33:26 DEBUG unit.abot-epc-basic/0.install 10550K .......... .......... .......... .......... .......... 22% 791K 71s unit-abot-epc-basic-0: 11:33:26 DEBUG unit.abot-epc-basic/0.install 10600K .......... .......... .......... .......... .......... 22% 352K 71s unit-abot-epc-basic-0: 11:33:27 DEBUG unit.abot-epc-basic/0.install 10650K .......... .......... .......... .......... .......... 22% 457K 71s unit-abot-epc-basic-0: 11:33:27 DEBUG unit.abot-epc-basic/0.install 10700K .......... .......... .......... .......... .......... 23% 492K 70s unit-abot-epc-basic-0: 11:33:27 DEBUG unit.abot-epc-basic/0.install 10750K .......... .......... .......... .......... .......... 23% 336K 71s unit-abot-epc-basic-0: 11:33:27 DEBUG unit.abot-epc-basic/0.install 10800K .......... .......... .......... .......... .......... 23% 830K 70s unit-mysql-0: 11:33:27 DEBUG unit.mysql/0.install Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 11:33:27 DEBUG unit.abot-epc-basic/0.install 10850K .......... .......... .......... .......... .......... 23% 253K 71s unit-abot-epc-basic-0: 11:33:27 DEBUG unit.abot-epc-basic/0.install 10900K .......... .......... .......... .......... .......... 23% 2.12M 70s unit-abot-epc-basic-0: 11:33:27 DEBUG unit.abot-epc-basic/0.install 10950K .......... .......... .......... .......... .......... 23% 217K 71s unit-abot-epc-basic-0: 11:33:27 DEBUG unit.abot-epc-basic/0.install 11000K .......... .......... .......... .......... .......... 23% 5.01M 70s unit-abot-epc-basic-0: 11:33:28 DEBUG unit.abot-epc-basic/0.install 11050K .......... .......... .......... .......... .......... 23% 266K 70s unit-abot-epc-basic-0: 11:33:28 DEBUG unit.abot-epc-basic/0.install 11100K .......... .......... .......... .......... .......... 23% 695K 70s unit-abot-epc-basic-0: 11:33:28 DEBUG unit.abot-epc-basic/0.install 11150K .......... .......... .......... .......... .......... 23% 346K 70s unit-abot-epc-basic-0: 11:33:28 DEBUG unit.abot-epc-basic/0.install 11200K .......... .......... .......... .......... .......... 24% 425K 70s unit-abot-epc-basic-0: 11:33:28 DEBUG unit.abot-epc-basic/0.install 11250K .......... .......... .......... .......... .......... 24% 493K 70s unit-mysql-0: 11:33:28 DEBUG unit.mysql/0.install Selecting previously unselected package dpkg-dev. unit-mysql-0: 11:33:28 DEBUG unit.mysql/0.install Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... unit-mysql-0: 11:33:28 DEBUG unit.mysql/0.install Unpacking dpkg-dev (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 11:33:28 DEBUG unit.abot-epc-basic/0.install 11300K .......... .......... .......... .......... .......... 24% 315K 70s unit-abot-epc-basic-0: 11:33:28 DEBUG unit.abot-epc-basic/0.install 11350K .......... .......... .......... .......... .......... 24% 2.25M 70s unit-abot-epc-basic-0: 11:33:28 DEBUG unit.abot-epc-basic/0.install 11400K .......... .......... .......... .......... .......... 24% 213K 70s unit-abot-epc-basic-0: 11:33:28 DEBUG unit.abot-epc-basic/0.install 11450K .......... .......... .......... .......... .......... 24% 2.22M 70s unit-abot-epc-basic-0: 11:33:29 DEBUG unit.abot-epc-basic/0.install 11500K .......... .......... .......... .......... .......... 24% 283K 70s unit-abot-epc-basic-0: 11:33:29 DEBUG unit.abot-epc-basic/0.install 11550K .......... .......... .......... .......... .......... 24% 758K 70s unit-mysql-0: 11:33:29 DEBUG unit.mysql/0.install Selecting previously unselected package build-essential. unit-mysql-0: 11:33:29 DEBUG unit.mysql/0.install Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... unit-mysql-0: 11:33:29 DEBUG unit.mysql/0.install Unpacking build-essential (11.6ubuntu6) ... unit-abot-epc-basic-0: 11:33:29 DEBUG unit.abot-epc-basic/0.install 11600K .......... .......... .......... .......... .......... 24% 336K 70s unit-abot-epc-basic-0: 11:33:29 DEBUG unit.abot-epc-basic/0.install 11650K .......... .......... .......... .......... .......... 25% 472K 70s unit-abot-epc-basic-0: 11:33:29 DEBUG unit.abot-epc-basic/0.install 11700K .......... .......... .......... .......... .......... 25% 488K 70s unit-abot-epc-basic-0: 11:33:29 DEBUG unit.abot-epc-basic/0.install 11750K .......... .......... .......... .......... .......... 25% 329K 70s unit-abot-epc-basic-0: 11:33:29 DEBUG unit.abot-epc-basic/0.install 11800K .......... .......... .......... .......... .......... 25% 947K 69s unit-mysql-0: 11:33:29 DEBUG unit.mysql/0.install Selecting previously unselected package libfakeroot:amd64. unit-mysql-0: 11:33:29 DEBUG unit.mysql/0.install Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... unit-mysql-0: 11:33:29 DEBUG unit.mysql/0.install Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... unit-abot-epc-basic-0: 11:33:29 DEBUG unit.abot-epc-basic/0.install 11850K .......... .......... .......... .......... .......... 25% 243K 70s unit-abot-epc-basic-0: 11:33:29 DEBUG unit.abot-epc-basic/0.install 11900K .......... .......... .......... .......... .......... 25% 3.95M 69s unit-abot-epc-basic-0: 11:33:30 DEBUG unit.abot-epc-basic/0.install 11950K .......... .......... .......... .......... .......... 25% 264K 69s unit-abot-epc-basic-0: 11:33:30 DEBUG unit.abot-epc-basic/0.install 12000K .......... .......... .......... .......... .......... 25% 884K 69s unit-abot-epc-basic-0: 11:33:30 DEBUG unit.abot-epc-basic/0.install 12050K .......... .......... .......... .......... .......... 25% 280K 69s unit-abot-epc-basic-0: 11:33:30 DEBUG unit.abot-epc-basic/0.install 12100K .......... .......... .......... .......... .......... 26% 642K 69s unit-abot-epc-basic-0: 11:33:30 DEBUG unit.abot-epc-basic/0.install 12150K .......... .......... .......... .......... .......... 26% 548K 69s unit-mysql-0: 11:33:30 DEBUG unit.mysql/0.install Selecting previously unselected package fakeroot. unit-mysql-0: 11:33:30 DEBUG unit.mysql/0.install Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... unit-mysql-0: 11:33:30 DEBUG unit.mysql/0.install Unpacking fakeroot (1.20-3ubuntu2) ... unit-abot-epc-basic-0: 11:33:30 DEBUG unit.abot-epc-basic/0.install 12200K .......... .......... .......... .......... .......... 26% 296K 69s unit-abot-epc-basic-0: 11:33:30 DEBUG unit.abot-epc-basic/0.install 12250K .......... .......... .......... .......... .......... 26% 1.10M 69s unit-abot-epc-basic-0: 11:33:30 DEBUG unit.abot-epc-basic/0.install 12300K .......... .......... .......... .......... .......... 26% 265K 69s unit-abot-epc-basic-0: 11:33:30 DEBUG unit.abot-epc-basic/0.install 12350K .......... .......... .......... .......... .......... 26% 1.86M 69s unit-mysql-0: 11:33:31 DEBUG unit.mysql/0.install Selecting previously unselected package libalgorithm-diff-perl. unit-mysql-0: 11:33:31 DEBUG unit.mysql/0.install Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... unit-abot-epc-basic-0: 11:33:31 DEBUG unit.abot-epc-basic/0.install 12400K .......... .......... .......... .......... .......... 26% 282K 69s unit-mysql-0: 11:33:31 DEBUG unit.mysql/0.install Unpacking libalgorithm-diff-perl (1.19.02-3) ... unit-abot-epc-basic-0: 11:33:31 DEBUG unit.abot-epc-basic/0.install 12450K .......... .......... .......... .......... .......... 26% 648K 69s unit-abot-epc-basic-0: 11:33:31 DEBUG unit.abot-epc-basic/0.install 12500K .......... .......... .......... .......... .......... 26% 551K 69s unit-abot-epc-basic-0: 11:33:31 DEBUG unit.abot-epc-basic/0.install 12550K .......... .......... .......... .......... .......... 26% 305K 69s unit-abot-epc-basic-0: 11:33:31 DEBUG unit.abot-epc-basic/0.install 12600K .......... .......... .......... .......... .......... 27% 4.24M 68s unit-mysql-0: 11:33:31 DEBUG unit.mysql/0.install Selecting previously unselected package libalgorithm-diff-xs-perl. unit-mysql-0: 11:33:31 DEBUG unit.mysql/0.install Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... unit-mysql-0: 11:33:31 DEBUG unit.mysql/0.install Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... unit-abot-epc-basic-0: 11:33:31 DEBUG unit.abot-epc-basic/0.install 12650K .......... .......... .......... .......... .......... 27% 105K 69s unit-abot-epc-basic-0: 11:33:31 DEBUG unit.abot-epc-basic/0.install 12700K .......... .......... .......... .......... .......... 27% 42.2M 69s unit-abot-epc-basic-0: 11:33:31 DEBUG unit.abot-epc-basic/0.install 12750K .......... .......... .......... .......... .......... 27% 53.6M 68s unit-abot-epc-basic-0: 11:33:31 DEBUG unit.abot-epc-basic/0.install 12800K .......... .......... .......... .......... .......... 27% 2.50M 68s unit-abot-epc-basic-0: 11:33:32 DEBUG unit.abot-epc-basic/0.install 12850K .......... .......... .......... .......... .......... 27% 187K 68s unit-abot-epc-basic-0: 11:33:32 DEBUG unit.abot-epc-basic/0.install 12900K .......... .......... .......... .......... .......... 27% 55.5M 68s unit-mysql-0: 11:33:32 DEBUG unit.mysql/0.install Selecting previously unselected package libalgorithm-merge-perl. unit-mysql-0: 11:33:32 DEBUG unit.mysql/0.install Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... unit-abot-epc-basic-0: 11:33:32 DEBUG unit.abot-epc-basic/0.install 12950K .......... .......... .......... .......... .......... 27% 266K 68s unit-mysql-0: 11:33:32 DEBUG unit.mysql/0.install Unpacking libalgorithm-merge-perl (0.08-2) ... unit-abot-epc-basic-0: 11:33:32 DEBUG unit.abot-epc-basic/0.install 13000K .......... .......... .......... .......... .......... 27% 492K 68s unit-abot-epc-basic-0: 11:33:32 DEBUG unit.abot-epc-basic/0.install 13050K .......... .......... .......... .......... .......... 28% 244K 68s unit-abot-epc-basic-0: 11:33:32 DEBUG unit.abot-epc-basic/0.install 13100K .......... .......... .......... .......... .......... 28% 218K 69s unit-abot-epc-basic-0: 11:33:33 DEBUG unit.abot-epc-basic/0.install 13150K .......... .......... .......... .......... .......... 28% 1.22M 68s unit-abot-epc-basic-0: 11:33:33 DEBUG unit.abot-epc-basic/0.install 13200K .......... .......... .......... .......... .......... 28% 209K 69s unit-mysql-0: 11:33:33 DEBUG unit.mysql/0.install Selecting previously unselected package libfile-fcntllock-perl. unit-mysql-0: 11:33:33 DEBUG unit.mysql/0.install Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... unit-abot-epc-basic-0: 11:33:33 DEBUG unit.abot-epc-basic/0.install 13250K .......... .......... .......... .......... .......... 28% 283K 69s unit-mysql-0: 11:33:33 DEBUG unit.mysql/0.install Unpacking libfile-fcntllock-perl (0.14-2build1) ... unit-abot-epc-basic-0: 11:33:33 DEBUG unit.abot-epc-basic/0.install 13300K .......... .......... .......... .......... .......... 28% 594K 68s unit-abot-epc-basic-0: 11:33:33 DEBUG unit.abot-epc-basic/0.install 13350K .......... .......... .......... .......... .......... 28% 200K 69s unit-abot-epc-basic-0: 11:33:33 DEBUG unit.abot-epc-basic/0.install 13400K .......... .......... .......... .......... .......... 28% 512K 69s unit-mysql-0: 11:33:33 DEBUG unit.mysql/0.install Selecting previously unselected package manpages-dev. unit-mysql-0: 11:33:33 DEBUG unit.mysql/0.install Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... unit-mysql-0: 11:33:33 DEBUG unit.mysql/0.install Unpacking manpages-dev (3.54-1ubuntu1) ... unit-abot-epc-basic-0: 11:33:33 DEBUG unit.abot-epc-basic/0.install 13450K .......... .......... .......... .......... .......... 28% 305K 69s unit-abot-epc-basic-0: 11:33:34 DEBUG unit.abot-epc-basic/0.install 13500K .......... .......... .......... .......... .......... 29% 224K 69s unit-abot-epc-basic-0: 11:33:34 DEBUG unit.abot-epc-basic/0.install 13550K .......... .......... .......... .......... .......... 29% 746K 69s unit-mysql-0: 11:33:34 DEBUG unit.mysql/0.install Selecting previously unselected package python3-pkg-resources. unit-mysql-0: 11:33:34 DEBUG unit.mysql/0.install Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... unit-mysql-0: 11:33:34 DEBUG unit.mysql/0.install Unpacking python3-pkg-resources (3.3-1ubuntu2) ... unit-abot-epc-basic-0: 11:33:34 DEBUG unit.abot-epc-basic/0.install 13600K .......... .......... .......... .......... .......... 29% 240K 69s unit-abot-epc-basic-0: 11:33:34 DEBUG unit.abot-epc-basic/0.install 13650K .......... .......... .......... .......... .......... 29% 371K 69s unit-mysql-0: 11:33:34 DEBUG unit.mysql/0.install Selecting previously unselected package python-chardet-whl. unit-mysql-0: 11:33:34 DEBUG unit.mysql/0.install Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... unit-mysql-0: 11:33:34 DEBUG unit.mysql/0.install Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... unit-abot-epc-basic-0: 11:33:34 DEBUG unit.abot-epc-basic/0.install 13700K .......... .......... .......... .......... .......... 29% 400K 69s unit-abot-epc-basic-0: 11:33:34 DEBUG unit.abot-epc-basic/0.install 13750K .......... .......... .......... .......... .......... 29% 224K 69s unit-abot-epc-basic-0: 11:33:35 DEBUG unit.abot-epc-basic/0.install 13800K .......... .......... .......... .......... .......... 29% 714K 69s unit-mysql-0: 11:33:35 DEBUG unit.mysql/0.install Selecting previously unselected package python-colorama. unit-mysql-0: 11:33:35 DEBUG unit.mysql/0.install Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... unit-mysql-0: 11:33:35 DEBUG unit.mysql/0.install Unpacking python-colorama (0.2.5-0.1ubuntu2) ... unit-abot-epc-basic-0: 11:33:35 DEBUG unit.abot-epc-basic/0.install 13850K .......... .......... .......... .......... .......... 29% 145K 69s unit-abot-epc-basic-0: 11:33:35 DEBUG unit.abot-epc-basic/0.install 13900K .......... .......... .......... .......... .......... 29% 1.27M 69s unit-mysql-0: 11:33:35 DEBUG unit.mysql/0.install Selecting previously unselected package python-colorama-whl. unit-mysql-0: 11:33:35 DEBUG unit.mysql/0.install Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... unit-mysql-0: 11:33:35 DEBUG unit.mysql/0.install Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... unit-abot-epc-basic-0: 11:33:35 DEBUG unit.abot-epc-basic/0.install 13950K .......... .......... .......... .......... .......... 29% 134K 69s unit-abot-epc-basic-0: 11:33:35 DEBUG unit.abot-epc-basic/0.install 14000K .......... .......... .......... .......... .......... 30% 48.3M 69s unit-mysql-0: 11:33:35 DEBUG unit.mysql/0.install Selecting previously unselected package python-distlib. unit-mysql-0: 11:33:35 DEBUG unit.mysql/0.install Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... unit-mysql-0: 11:33:35 DEBUG unit.mysql/0.install Unpacking python-distlib (0.1.8-1ubuntu1) ... unit-abot-epc-basic-0: 11:33:36 DEBUG unit.abot-epc-basic/0.install 14050K .......... .......... .......... .......... .......... 30% 198K 69s unit-mysql-0: 11:33:36 DEBUG unit.mysql/0.install Selecting previously unselected package python-distlib-whl. unit-mysql-0: 11:33:36 DEBUG unit.mysql/0.install Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... unit-mysql-0: 11:33:36 DEBUG unit.mysql/0.install Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... unit-abot-epc-basic-0: 11:33:36 DEBUG unit.abot-epc-basic/0.install 14100K .......... .......... .......... .......... .......... 30% 197K 70s unit-mysql-0: 11:33:36 DEBUG unit.mysql/0.install Selecting previously unselected package python-html5lib. unit-mysql-0: 11:33:36 DEBUG unit.mysql/0.install Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... unit-mysql-0: 11:33:36 DEBUG unit.mysql/0.install Unpacking python-html5lib (0.999-3~ubuntu1) ... unit-abot-epc-basic-0: 11:33:36 DEBUG unit.abot-epc-basic/0.install 14150K .......... .......... .......... .......... .......... 30% 198K 70s unit-abot-epc-basic-0: 11:33:36 DEBUG unit.abot-epc-basic/0.install 14200K .......... .......... .......... .......... .......... 30% 191K 70s unit-mysql-0: 11:33:36 DEBUG unit.mysql/0.install Selecting previously unselected package python-html5lib-whl. unit-mysql-0: 11:33:36 DEBUG unit.mysql/0.install Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... unit-mysql-0: 11:33:36 DEBUG unit.mysql/0.install Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... unit-abot-epc-basic-0: 11:33:37 DEBUG unit.abot-epc-basic/0.install 14250K .......... .......... .......... .......... .......... 30% 198K 70s unit-mysql-0: 11:33:37 DEBUG unit.mysql/0.install Selecting previously unselected package python-six-whl. unit-mysql-0: 11:33:37 DEBUG unit.mysql/0.install Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 11:33:37 DEBUG unit.abot-epc-basic/0.install 14300K .......... .......... .......... .......... .......... 30% 201K 70s unit-mysql-0: 11:33:37 DEBUG unit.mysql/0.install Unpacking python-six-whl (1.5.2-1ubuntu1.1) ... unit-abot-epc-basic-0: 11:33:37 DEBUG unit.abot-epc-basic/0.install 14350K .......... .......... .......... .......... .......... 30% 199K 71s unit-abot-epc-basic-0: 11:33:37 DEBUG unit.abot-epc-basic/0.install 14400K .......... .......... .......... .......... .......... 30% 234K 71s unit-mysql-0: 11:33:38 DEBUG unit.mysql/0.install Selecting previously unselected package python-urllib3-whl. unit-mysql-0: 11:33:38 DEBUG unit.mysql/0.install Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4.1_all.deb ... unit-abot-epc-basic-0: 11:33:38 DEBUG unit.abot-epc-basic/0.install 14450K .......... .......... .......... .......... .......... 31% 198K 71s unit-mysql-0: 11:33:38 DEBUG unit.mysql/0.install Unpacking python-urllib3-whl (1.7.1-1ubuntu4.1) ... unit-abot-epc-basic-0: 11:33:38 DEBUG unit.abot-epc-basic/0.install 14500K .......... .......... .......... .......... .......... 31% 205K 71s unit-abot-epc-basic-0: 11:33:38 DEBUG unit.abot-epc-basic/0.install 14550K .......... .......... .......... .......... .......... 31% 239K 71s unit-abot-epc-basic-0: 11:33:38 DEBUG unit.abot-epc-basic/0.install 14600K .......... .......... .......... .......... .......... 31% 236K 71s unit-mysql-0: 11:33:38 DEBUG unit.mysql/0.install Selecting previously unselected package python-requests-whl. unit-mysql-0: 11:33:38 DEBUG unit.mysql/0.install Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.4_all.deb ... unit-mysql-0: 11:33:38 DEBUG unit.mysql/0.install Unpacking python-requests-whl (2.2.1-1ubuntu0.4) ... unit-abot-epc-basic-0: 11:33:38 DEBUG unit.abot-epc-basic/0.install 14650K .......... .......... .......... .......... .......... 31% 219K 72s unit-mysql-0: 11:33:39 DEBUG unit.mysql/0.install Selecting previously unselected package python-setuptools-whl. unit-mysql-0: 11:33:39 DEBUG unit.mysql/0.install Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... unit-mysql-0: 11:33:39 DEBUG unit.mysql/0.install Unpacking python-setuptools-whl (3.3-1ubuntu2) ... unit-abot-epc-basic-0: 11:33:39 DEBUG unit.abot-epc-basic/0.install 14700K .......... .......... .......... .......... .......... 31% 246K 72s unit-abot-epc-basic-0: 11:33:39 DEBUG unit.abot-epc-basic/0.install 14750K .......... .......... .......... .......... .......... 31% 199K 72s unit-mysql-0: 11:33:39 DEBUG unit.mysql/0.install Selecting previously unselected package python-pip-whl. unit-mysql-0: 11:33:39 DEBUG unit.mysql/0.install Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... unit-mysql-0: 11:33:39 DEBUG unit.mysql/0.install Unpacking python-pip-whl (1.5.4-1ubuntu4) ... unit-abot-epc-basic-0: 11:33:39 DEBUG unit.abot-epc-basic/0.install 14800K .......... .......... .......... .......... .......... 31% 199K 72s unit-abot-epc-basic-0: 11:33:39 DEBUG unit.abot-epc-basic/0.install 14850K .......... .......... .......... .......... .......... 31% 226K 72s unit-mysql-0: 11:33:39 DEBUG unit.mysql/0.install Selecting previously unselected package python-pip. unit-mysql-0: 11:33:39 DEBUG unit.mysql/0.install Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... unit-mysql-0: 11:33:39 DEBUG unit.mysql/0.install Unpacking python-pip (1.5.4-1ubuntu4) ... unit-abot-epc-basic-0: 11:33:40 DEBUG unit.abot-epc-basic/0.install 14900K .......... .......... .......... .......... .......... 32% 199K 72s unit-mysql-0: 11:33:40 DEBUG unit.mysql/0.install Selecting previously unselected package python-wheel. unit-mysql-0: 11:33:40 DEBUG unit.mysql/0.install Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 11:33:40 DEBUG unit.abot-epc-basic/0.install 14950K .......... .......... .......... .......... .......... 32% 198K 72s unit-mysql-0: 11:33:40 DEBUG unit.mysql/0.install Unpacking python-wheel (0.24.0-1~ubuntu1.1) ... unit-abot-epc-basic-0: 11:33:40 DEBUG unit.abot-epc-basic/0.install 15000K .......... .......... .......... .......... .......... 32% 252K 72s unit-mysql-0: 11:33:40 DEBUG unit.mysql/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:33:40 DEBUG unit.abot-epc-basic/0.install 15050K .......... .......... .......... .......... .......... 32% 279K 73s unit-abot-epc-basic-0: 11:33:40 DEBUG unit.abot-epc-basic/0.install 15100K .......... .......... .......... .......... .......... 32% 222K 73s unit-abot-epc-basic-0: 11:33:41 DEBUG unit.abot-epc-basic/0.install 15150K .......... .......... .......... .......... .......... 32% 268K 73s unit-abot-epc-basic-0: 11:33:41 DEBUG unit.abot-epc-basic/0.install 15200K .......... .......... .......... .......... .......... 32% 141K 73s unit-abot-epc-basic-0: 11:33:41 DEBUG unit.abot-epc-basic/0.install 15250K .......... .......... .......... .......... .......... 32% 699K 73s unit-abot-epc-basic-0: 11:33:41 DEBUG unit.abot-epc-basic/0.install 15300K .......... .......... .......... .......... .......... 32% 200K 73s unit-abot-epc-basic-0: 11:33:42 DEBUG unit.abot-epc-basic/0.install 15350K .......... .......... .......... .......... .......... 32% 209K 73s unit-abot-epc-basic-0: 11:33:42 DEBUG unit.abot-epc-basic/0.install 15400K .......... .......... .......... .......... .......... 33% 252K 73s unit-abot-epc-basic-0: 11:33:42 DEBUG unit.abot-epc-basic/0.install 15450K .......... .......... .......... .......... .......... 33% 198K 73s unit-abot-epc-basic-0: 11:33:42 DEBUG unit.abot-epc-basic/0.install 15500K .......... .......... .......... .......... .......... 33% 248K 73s unit-abot-epc-basic-0: 11:33:42 DEBUG unit.abot-epc-basic/0.install 15550K .......... .......... .......... .......... .......... 33% 233K 73s unit-abot-epc-basic-0: 11:33:43 DEBUG unit.abot-epc-basic/0.install 15600K .......... .......... .......... .......... .......... 33% 255K 73s unit-abot-epc-basic-0: 11:33:43 DEBUG unit.abot-epc-basic/0.install 15650K .......... .......... .......... .......... .......... 33% 271K 74s unit-abot-epc-basic-0: 11:33:43 DEBUG unit.abot-epc-basic/0.install 15700K .......... .......... .......... .......... .......... 33% 221K 74s unit-abot-epc-basic-0: 11:33:43 DEBUG unit.abot-epc-basic/0.install 15750K .......... .......... .......... .......... .......... 33% 320K 74s unit-abot-epc-basic-0: 11:33:43 DEBUG unit.abot-epc-basic/0.install 15800K .......... .......... .......... .......... .......... 33% 202K 74s unit-abot-epc-basic-0: 11:33:44 DEBUG unit.abot-epc-basic/0.install 15850K .......... .......... .......... .......... .......... 34% 311K 74s unit-abot-epc-basic-0: 11:33:44 DEBUG unit.abot-epc-basic/0.install 15900K .......... .......... .......... .......... .......... 34% 222K 74s unit-abot-epc-basic-0: 11:33:44 DEBUG unit.abot-epc-basic/0.install 15950K .......... .......... .......... .......... .......... 34% 312K 74s unit-abot-epc-basic-0: 11:33:44 DEBUG unit.abot-epc-basic/0.install 16000K .......... .......... .......... .......... .......... 34% 234K 74s unit-abot-epc-basic-0: 11:33:44 DEBUG unit.abot-epc-basic/0.install 16050K .......... .......... .......... .......... .......... 34% 285K 74s unit-abot-epc-basic-0: 11:33:45 DEBUG unit.abot-epc-basic/0.install 16100K .......... .......... .......... .......... .......... 34% 239K 74s unit-abot-epc-basic-0: 11:33:45 DEBUG unit.abot-epc-basic/0.install 16150K .......... .......... .......... .......... .......... 34% 212K 74s unit-mysql-0: 11:33:45 DEBUG unit.mysql/0.install Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 11:33:45 DEBUG unit.abot-epc-basic/0.install 16200K .......... .......... .......... .......... .......... 34% 345K 74s unit-abot-epc-basic-0: 11:33:45 DEBUG unit.abot-epc-basic/0.install 16250K .......... .......... .......... .......... .......... 34% 200K 74s unit-abot-epc-basic-0: 11:33:45 DEBUG unit.abot-epc-basic/0.install 16300K .......... .......... .......... .......... .......... 35% 378K 74s unit-mysql-0: 11:33:45 DEBUG unit.mysql/0.install Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 11:33:46 DEBUG unit.abot-epc-basic/0.install 16350K .......... .......... .......... .......... .......... 35% 198K 74s unit-mysql-0: 11:33:46 DEBUG unit.mysql/0.install Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 11:33:46 DEBUG unit.abot-epc-basic/0.install 16400K .......... .......... .......... .......... .......... 35% 132K 74s unit-abot-epc-basic-0: 11:33:46 DEBUG unit.abot-epc-basic/0.install 16450K .......... .......... .......... .......... .......... 35% 60.0M 74s unit-abot-epc-basic-0: 11:33:46 DEBUG unit.abot-epc-basic/0.install 16500K .......... .......... .......... .......... .......... 35% 198K 74s unit-mysql-0: 11:33:46 DEBUG unit.mysql/0.install Setting up libisl10:amd64 (0.12.2-1) ... unit-abot-epc-basic-0: 11:33:46 DEBUG unit.abot-epc-basic/0.install 16550K .......... .......... .......... .......... .......... 35% 198K 74s unit-abot-epc-basic-0: 11:33:47 DEBUG unit.abot-epc-basic/0.install 16600K .......... .......... .......... .......... .......... 35% 213K 74s unit-abot-epc-basic-0: 11:33:47 DEBUG unit.abot-epc-basic/0.install 16650K .......... .......... .......... .......... .......... 35% 338K 74s unit-mysql-0: 11:33:47 DEBUG unit.mysql/0.install Setting up libcloog-isl4:amd64 (0.18.2-1) ... unit-abot-epc-basic-0: 11:33:47 DEBUG unit.abot-epc-basic/0.install 16700K .......... .......... .......... .......... .......... 35% 201K 74s unit-mysql-0: 11:33:47 DEBUG unit.mysql/0.install Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 11:33:47 DEBUG unit.abot-epc-basic/0.install 16750K .......... .......... .......... .......... .......... 35% 233K 74s unit-abot-epc-basic-0: 11:33:48 DEBUG unit.abot-epc-basic/0.install 16800K .......... .......... .......... .......... .......... 36% 255K 74s unit-mysql-0: 11:33:48 DEBUG unit.mysql/0.install Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 11:33:48 DEBUG unit.abot-epc-basic/0.install 16850K .......... .......... .......... .......... .......... 36% 245K 74s unit-abot-epc-basic-0: 11:33:48 DEBUG unit.abot-epc-basic/0.install 16900K .......... .......... .......... .......... .......... 36% 344K 74s unit-abot-epc-basic-0: 11:33:48 DEBUG unit.abot-epc-basic/0.install 16950K .......... .......... .......... .......... .......... 36% 203K 74s unit-abot-epc-basic-0: 11:33:48 DEBUG unit.abot-epc-basic/0.install 17000K .......... .......... .......... .......... .......... 36% 311K 74s unit-mysql-0: 11:33:48 DEBUG unit.mysql/0.install Setting up libmpfr4:amd64 (3.1.2-1) ... unit-abot-epc-basic-0: 11:33:48 DEBUG unit.abot-epc-basic/0.install 17050K .......... .......... .......... .......... .......... 36% 315K 74s unit-abot-epc-basic-0: 11:33:49 DEBUG unit.abot-epc-basic/0.install 17100K .......... .......... .......... .......... .......... 36% 268K 74s unit-mysql-0: 11:33:49 DEBUG unit.mysql/0.install Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 11:33:49 DEBUG unit.abot-epc-basic/0.install 17150K .......... .......... .......... .......... .......... 36% 229K 74s unit-mysql-0: 11:33:49 DEBUG unit.mysql/0.install Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 11:33:49 DEBUG unit.abot-epc-basic/0.install 17200K .......... .......... .......... .......... .......... 36% 259K 74s unit-mysql-0: 11:33:49 DEBUG unit.mysql/0.install Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:33:49 DEBUG unit.abot-epc-basic/0.install 17250K .......... .......... .......... .......... .......... 37% 320K 74s unit-mysql-0: 11:33:49 DEBUG unit.mysql/0.install Setting up binutils (2.24-5ubuntu14.2) ... unit-mysql-0: 11:33:49 DEBUG unit.mysql/0.install Setting up libc-dev-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 11:33:49 DEBUG unit.abot-epc-basic/0.install 17300K .......... .......... .......... .......... .......... 37% 265K 74s unit-mysql-0: 11:33:50 DEBUG unit.mysql/0.install Setting up linux-libc-dev:amd64 (3.13.0-161.211) ... unit-abot-epc-basic-0: 11:33:50 DEBUG unit.abot-epc-basic/0.install 17350K .......... .......... .......... .......... .......... 37% 235K 74s unit-mysql-0: 11:33:50 DEBUG unit.mysql/0.install Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-mysql-0: 11:33:50 DEBUG unit.mysql/0.install Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 11:33:50 DEBUG unit.abot-epc-basic/0.install 17400K .......... .......... .......... .......... .......... 37% 301K 74s unit-mysql-0: 11:33:50 DEBUG unit.mysql/0.install Setting up cpp (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 11:33:50 DEBUG unit.abot-epc-basic/0.install 17450K .......... .......... .......... .......... .......... 37% 317K 74s unit-mysql-0: 11:33:50 DEBUG unit.mysql/0.install Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 11:33:50 DEBUG unit.abot-epc-basic/0.install 17500K .......... .......... .......... .......... .......... 37% 225K 74s unit-mysql-0: 11:33:50 DEBUG unit.mysql/0.install Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 11:33:50 DEBUG unit.mysql/0.install Setting up gcc (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 11:33:50 DEBUG unit.abot-epc-basic/0.install 17550K .......... .......... .......... .......... .......... 37% 256K 74s unit-abot-epc-basic-0: 11:33:51 DEBUG unit.abot-epc-basic/0.install 17600K .......... .......... .......... .......... .......... 37% 300K 74s unit-mysql-0: 11:33:51 DEBUG unit.mysql/0.install Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 11:33:51 DEBUG unit.mysql/0.install Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 11:33:51 DEBUG unit.mysql/0.install Setting up g++ (4:4.8.2-1ubuntu6) ... unit-mysql-0: 11:33:51 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: 11:33:51 DEBUG unit.abot-epc-basic/0.install 17650K .......... .......... .......... .......... .......... 37% 127K 74s unit-abot-epc-basic-0: 11:33:51 DEBUG unit.abot-epc-basic/0.install 17700K .......... .......... .......... .......... .......... 38% 49.7M 74s unit-mysql-0: 11:33:51 DEBUG unit.mysql/0.install Setting up make (3.81-8.2ubuntu3) ... unit-mysql-0: 11:33:51 DEBUG unit.mysql/0.install Setting up libdpkg-perl (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 11:33:51 DEBUG unit.abot-epc-basic/0.install 17750K .......... .......... .......... .......... .......... 38% 199K 74s unit-mysql-0: 11:33:51 DEBUG unit.mysql/0.install Setting up dpkg-dev (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 11:33:51 DEBUG unit.abot-epc-basic/0.install 17800K .......... .......... .......... .......... .......... 38% 198K 74s unit-mysql-0: 11:33:51 DEBUG unit.mysql/0.install Setting up build-essential (11.6ubuntu6) ... unit-mysql-0: 11:33:52 DEBUG unit.mysql/0.install Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... unit-abot-epc-basic-0: 11:33:52 DEBUG unit.abot-epc-basic/0.install 17850K .......... .......... .......... .......... .......... 38% 254K 74s unit-mysql-0: 11:33:52 DEBUG unit.mysql/0.install Setting up fakeroot (1.20-3ubuntu2) ... unit-mysql-0: 11:33:52 DEBUG unit.mysql/0.install update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode unit-abot-epc-basic-0: 11:33:52 DEBUG unit.abot-epc-basic/0.install 17900K .......... .......... .......... .......... .......... 38% 228K 74s unit-mysql-0: 11:33:52 DEBUG unit.mysql/0.install Setting up libalgorithm-diff-perl (1.19.02-3) ... unit-abot-epc-basic-0: 11:33:52 DEBUG unit.abot-epc-basic/0.install 17950K .......... .......... .......... .......... .......... 38% 334K 74s unit-mysql-0: 11:33:52 DEBUG unit.mysql/0.install Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... unit-abot-epc-basic-0: 11:33:52 DEBUG unit.abot-epc-basic/0.install 18000K .......... .......... .......... .......... .......... 38% 252K 74s unit-mysql-0: 11:33:52 DEBUG unit.mysql/0.install Setting up libalgorithm-merge-perl (0.08-2) ... unit-mysql-0: 11:33:52 DEBUG unit.mysql/0.install Setting up libfile-fcntllock-perl (0.14-2build1) ... unit-abot-epc-basic-0: 11:33:52 DEBUG unit.abot-epc-basic/0.install 18050K .......... .......... .......... .......... .......... 38% 203K 74s unit-mysql-0: 11:33:52 DEBUG unit.mysql/0.install Setting up manpages-dev (3.54-1ubuntu1) ... unit-mysql-0: 11:33:53 DEBUG unit.mysql/0.install Setting up python3-pkg-resources (3.3-1ubuntu2) ... unit-abot-epc-basic-0: 11:33:53 DEBUG unit.abot-epc-basic/0.install 18100K .......... .......... .......... .......... .......... 38% 253K 74s unit-abot-epc-basic-0: 11:33:53 DEBUG unit.abot-epc-basic/0.install 18150K .......... .......... .......... .......... .......... 38% 319K 74s unit-mysql-0: 11:33:53 DEBUG unit.mysql/0.install Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... unit-abot-epc-basic-0: 11:33:53 DEBUG unit.abot-epc-basic/0.install 18200K .......... .......... .......... .......... .......... 39% 320K 74s unit-mysql-0: 11:33:53 DEBUG unit.mysql/0.install Setting up python-colorama (0.2.5-0.1ubuntu2) ... unit-abot-epc-basic-0: 11:33:53 DEBUG unit.abot-epc-basic/0.install 18250K .......... .......... .......... .......... .......... 39% 203K 74s unit-mysql-0: 11:33:53 DEBUG unit.mysql/0.install Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... unit-abot-epc-basic-0: 11:33:53 DEBUG unit.abot-epc-basic/0.install 18300K .......... .......... .......... .......... .......... 39% 254K 74s unit-mysql-0: 11:33:53 DEBUG unit.mysql/0.install Setting up python-distlib (0.1.8-1ubuntu1) ... unit-abot-epc-basic-0: 11:33:54 DEBUG unit.abot-epc-basic/0.install 18350K .......... .......... .......... .......... .......... 39% 322K 74s unit-abot-epc-basic-0: 11:33:54 DEBUG unit.abot-epc-basic/0.install 18400K .......... .......... .......... .......... .......... 39% 322K 74s unit-mysql-0: 11:33:54 DEBUG unit.mysql/0.install Setting up python-distlib-whl (0.1.8-1ubuntu1) ... unit-mysql-0: 11:33:54 DEBUG unit.mysql/0.install Setting up python-html5lib (0.999-3~ubuntu1) ... unit-abot-epc-basic-0: 11:33:54 DEBUG unit.abot-epc-basic/0.install 18450K .......... .......... .......... .......... .......... 39% 200K 74s unit-mysql-0: 11:33:54 DEBUG unit.mysql/0.install Setting up python-html5lib-whl (0.999-3~ubuntu1) ... unit-abot-epc-basic-0: 11:33:54 DEBUG unit.abot-epc-basic/0.install 18500K .......... .......... .......... .......... .......... 39% 306K 74s unit-mysql-0: 11:33:54 DEBUG unit.mysql/0.install Setting up python-six-whl (1.5.2-1ubuntu1.1) ... unit-abot-epc-basic-0: 11:33:54 DEBUG unit.abot-epc-basic/0.install 18550K .......... .......... .......... .......... .......... 39% 313K 74s unit-mysql-0: 11:33:54 DEBUG unit.mysql/0.install Setting up python-urllib3-whl (1.7.1-1ubuntu4.1) ... unit-mysql-0: 11:33:54 DEBUG unit.mysql/0.install Setting up python-requests-whl (2.2.1-1ubuntu0.4) ... unit-abot-epc-basic-0: 11:33:54 DEBUG unit.abot-epc-basic/0.install 18600K .......... .......... .......... .......... .......... 39% 272K 73s unit-mysql-0: 11:33:55 DEBUG unit.mysql/0.install Setting up python-setuptools-whl (3.3-1ubuntu2) ... unit-abot-epc-basic-0: 11:33:55 DEBUG unit.abot-epc-basic/0.install 18650K .......... .......... .......... .......... .......... 40% 243K 73s unit-mysql-0: 11:33:55 DEBUG unit.mysql/0.install Setting up python-pip-whl (1.5.4-1ubuntu4) ... unit-mysql-0: 11:33:55 DEBUG unit.mysql/0.install Setting up python-pip (1.5.4-1ubuntu4) ... unit-abot-epc-basic-0: 11:33:55 DEBUG unit.abot-epc-basic/0.install 18700K .......... .......... .......... .......... .......... 40% 268K 73s unit-abot-epc-basic-0: 11:33:55 DEBUG unit.abot-epc-basic/0.install 18750K .......... .......... .......... .......... .......... 40% 361K 73s unit-mysql-0: 11:33:55 DEBUG unit.mysql/0.install Setting up python-wheel (0.24.0-1~ubuntu1.1) ... unit-mysql-0: 11:33:55 DEBUG unit.mysql/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 11:33:55 DEBUG unit.abot-epc-basic/0.install 18800K .......... .......... .......... .......... .......... 40% 222K 73s unit-abot-epc-basic-0: 11:33:55 DEBUG unit.abot-epc-basic/0.install 18850K .......... .......... .......... .......... .......... 40% 291K 73s unit-abot-epc-basic-0: 11:33:56 DEBUG unit.abot-epc-basic/0.install 18900K .......... .......... .......... .......... .......... 40% 280K 73s unit-abot-epc-basic-0: 11:33:56 DEBUG unit.abot-epc-basic/0.install 18950K .......... .......... .......... .......... .......... 40% 322K 73s unit-mysql-0: 11:33:56 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 11:33:56 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 11:33:56 DEBUG unit.mysql/0.install Reading state information... unit-abot-epc-basic-0: 11:33:56 DEBUG unit.abot-epc-basic/0.install 19000K .......... .......... .......... .......... .......... 40% 202K 73s unit-mysql-0: 11:33:56 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 11:33:56 DEBUG unit.mysql/0.install python-dnspython unit-abot-epc-basic-0: 11:33:56 DEBUG unit.abot-epc-basic/0.install 19050K .......... .......... .......... .......... .......... 40% 141K 73s unit-abot-epc-basic-0: 11:33:56 DEBUG unit.abot-epc-basic/0.install 19100K .......... .......... .......... .......... .......... 41% 52.7M 73s unit-mysql-0: 11:33:56 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 11:33:56 DEBUG unit.mysql/0.install Need to get 83.1 kB of archives. unit-mysql-0: 11:33:56 DEBUG unit.mysql/0.install After this operation, 545 kB of additional disk space will be used. unit-mysql-0: 11:33:56 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: 11:33:56 DEBUG unit.abot-epc-basic/0.install 19150K .......... .......... .......... .......... .......... 41% 282K 73s unit-abot-epc-basic-0: 11:33:57 DEBUG unit.abot-epc-basic/0.install 19200K .......... .......... .......... .......... .......... 41% 220K 73s unit-mysql-0: 11:33:57 DEBUG unit.mysql/0.install Fetched 83.1 kB in 0s (102 kB/s) unit-abot-epc-basic-0: 11:33:57 DEBUG unit.abot-epc-basic/0.install 19250K .......... .......... .......... .......... .......... 41% 201K 73s unit-mysql-0: 11:33:57 DEBUG unit.mysql/0.install Selecting previously unselected package python-dnspython. unit-mysql-0: 11:33:57 DEBUG unit.mysql/0.install (Reading database ... 57600 files and directories currently installed.) unit-mysql-0: 11:33:57 DEBUG unit.mysql/0.install Preparing to unpack .../python-dnspython_1.11.1-1build1_all.deb ... unit-mysql-0: 11:33:57 DEBUG unit.mysql/0.install Unpacking python-dnspython (1.11.1-1build1) ... unit-abot-epc-basic-0: 11:33:57 DEBUG unit.abot-epc-basic/0.install 19300K .......... .......... .......... .......... .......... 41% 284K 73s unit-abot-epc-basic-0: 11:33:57 DEBUG unit.abot-epc-basic/0.install 19350K .......... .......... .......... .......... .......... 41% 275K 73s unit-mysql-0: 11:33:57 DEBUG unit.mysql/0.install Setting up python-dnspython (1.11.1-1build1) ... unit-abot-epc-basic-0: 11:33:58 DEBUG unit.abot-epc-basic/0.install 19400K .......... .......... .......... .......... .......... 41% 229K 73s unit-abot-epc-basic-0: 11:33:58 DEBUG unit.abot-epc-basic/0.install 19450K .......... .......... .......... .......... .......... 41% 128K 73s unit-abot-epc-basic-0: 11:33:58 DEBUG unit.abot-epc-basic/0.install 19500K .......... .......... .......... .......... .......... 41% 53.5M 73s unit-mysql-0: 11:33:58 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-mysql-0: 11:33:58 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 11:33:58 DEBUG unit.abot-epc-basic/0.install 19550K .......... .......... .......... .......... .......... 41% 199K 73s unit-mysql-0: 11:33:58 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 11:33:58 INFO unit.mysql/0.juju-log Source is not present. Skipping unit-abot-epc-basic-0: 11:33:58 DEBUG unit.abot-epc-basic/0.install 19600K .......... .......... .......... .......... .......... 42% 199K 73s unit-mysql-0: 11:33:59 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security InRelease unit-mysql-0: 11:33:59 DEBUG unit.mysql/0.install Ign http://nova.clouds.archive.ubuntu.com trusty InRelease unit-mysql-0: 11:33:59 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/main Sources unit-abot-epc-basic-0: 11:33:59 DEBUG unit.abot-epc-basic/0.install 19650K .......... .......... .......... .......... .......... 42% 227K 73s unit-mysql-0: 11:33:59 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease unit-mysql-0: 11:33:59 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/universe Sources unit-abot-epc-basic-0: 11:33:59 DEBUG unit.abot-epc-basic/0.install 19700K .......... .......... .......... .......... .......... 42% 199K 73s unit-mysql-0: 11:33:59 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease unit-mysql-0: 11:33:59 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/main amd64 Packages unit-mysql-0: 11:33:59 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg unit-mysql-0: 11:33:59 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/universe amd64 Packages unit-abot-epc-basic-0: 11:33:59 DEBUG unit.abot-epc-basic/0.install 19750K .......... .......... .......... .......... .......... 42% 206K 73s unit-mysql-0: 11:33:59 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources unit-mysql-0: 11:33:59 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/main Translation-en unit-abot-epc-basic-0: 11:33:59 DEBUG unit.abot-epc-basic/0.install 19800K .......... .......... .......... .......... .......... 42% 263K 73s unit-mysql-0: 11:33:59 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources unit-mysql-0: 11:33:59 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/universe Translation-en unit-mysql-0: 11:33:59 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources unit-abot-epc-basic-0: 11:34:00 DEBUG unit.abot-epc-basic/0.install 19850K .......... .......... .......... .......... .......... 42% 227K 73s unit-mysql-0: 11:34:00 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources unit-mysql-0: 11:34:00 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages unit-abot-epc-basic-0: 11:34:00 DEBUG unit.abot-epc-basic/0.install 19900K .......... .......... .......... .......... .......... 42% 201K 73s unit-mysql-0: 11:34:00 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages unit-abot-epc-basic-0: 11:34:00 DEBUG unit.abot-epc-basic/0.install 19950K .......... .......... .......... .......... .......... 42% 268K 73s unit-mysql-0: 11:34:00 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages unit-mysql-0: 11:34:00 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages unit-abot-epc-basic-0: 11:34:00 DEBUG unit.abot-epc-basic/0.install 20000K .......... .......... .......... .......... .......... 42% 200K 73s unit-mysql-0: 11:34:00 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en unit-mysql-0: 11:34:00 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en unit-mysql-0: 11:34:01 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en unit-abot-epc-basic-0: 11:34:01 DEBUG unit.abot-epc-basic/0.install 20050K .......... .......... .......... .......... .......... 43% 116K 73s unit-abot-epc-basic-0: 11:34:01 DEBUG unit.abot-epc-basic/0.install 20100K .......... .......... .......... .......... .......... 43% 1.54M 73s unit-mysql-0: 11:34:01 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en unit-mysql-0: 11:34:01 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources unit-abot-epc-basic-0: 11:34:01 DEBUG unit.abot-epc-basic/0.install 20150K .......... .......... .......... .......... .......... 43% 170K 73s unit-mysql-0: 11:34:01 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources unit-abot-epc-basic-0: 11:34:01 DEBUG unit.abot-epc-basic/0.install 20200K .......... .......... .......... .......... .......... 43% 198K 73s unit-mysql-0: 11:34:01 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources unit-mysql-0: 11:34:01 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources unit-abot-epc-basic-0: 11:34:02 DEBUG unit.abot-epc-basic/0.install 20250K .......... .......... .......... .......... .......... 43% 196K 73s unit-mysql-0: 11:34:02 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages unit-mysql-0: 11:34:02 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages unit-abot-epc-basic-0: 11:34:02 DEBUG unit.abot-epc-basic/0.install 20300K .......... .......... .......... .......... .......... 43% 201K 73s unit-mysql-0: 11:34:02 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages unit-mysql-0: 11:34:02 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages unit-abot-epc-basic-0: 11:34:02 DEBUG unit.abot-epc-basic/0.install 20350K .......... .......... .......... .......... .......... 43% 199K 73s unit-mysql-0: 11:34:02 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en unit-mysql-0: 11:34:02 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en unit-abot-epc-basic-0: 11:34:02 DEBUG unit.abot-epc-basic/0.install 20400K .......... .......... .......... .......... .......... 43% 201K 73s unit-mysql-0: 11:34:02 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en unit-abot-epc-basic-0: 11:34:02 DEBUG unit.abot-epc-basic/0.install 20450K .......... .......... .......... .......... .......... 43% 241K 73s unit-mysql-0: 11:34:03 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en unit-mysql-0: 11:34:03 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release unit-abot-epc-basic-0: 11:34:03 DEBUG unit.abot-epc-basic/0.install 20500K .......... .......... .......... .......... .......... 44% 223K 73s unit-mysql-0: 11:34:03 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Sources unit-mysql-0: 11:34:03 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources unit-abot-epc-basic-0: 11:34:03 DEBUG unit.abot-epc-basic/0.install 20550K .......... .......... .......... .......... .......... 44% 203K 73s unit-mysql-0: 11:34:03 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Sources unit-abot-epc-basic-0: 11:34:03 DEBUG unit.abot-epc-basic/0.install 20600K .......... .......... .......... .......... .......... 44% 203K 73s unit-mysql-0: 11:34:03 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources unit-mysql-0: 11:34:03 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages unit-abot-epc-basic-0: 11:34:03 DEBUG unit.abot-epc-basic/0.install 20650K .......... .......... .......... .......... .......... 44% 255K 73s unit-abot-epc-basic-0: 11:34:04 DEBUG unit.abot-epc-basic/0.install 20700K .......... .......... .......... .......... .......... 44% 239K 73s unit-mysql-0: 11:34:04 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages unit-abot-epc-basic-0: 11:34:04 DEBUG unit.abot-epc-basic/0.install 20750K .......... .......... .......... .......... .......... 44% 266K 72s unit-mysql-0: 11:34:04 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages unit-mysql-0: 11:34:04 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages unit-abot-epc-basic-0: 11:34:04 DEBUG unit.abot-epc-basic/0.install 20800K .......... .......... .......... .......... .......... 44% 201K 72s unit-mysql-0: 11:34:04 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en unit-mysql-0: 11:34:04 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en unit-abot-epc-basic-0: 11:34:04 DEBUG unit.abot-epc-basic/0.install 20850K .......... .......... .......... .......... .......... 44% 238K 72s unit-mysql-0: 11:34:04 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en unit-mysql-0: 11:34:04 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en unit-abot-epc-basic-0: 11:34:04 DEBUG unit.abot-epc-basic/0.install 20900K .......... .......... .......... .......... .......... 44% 198K 72s unit-abot-epc-basic-0: 11:34:05 DEBUG unit.abot-epc-basic/0.install 20950K .......... .......... .......... .......... .......... 44% 228K 72s unit-abot-epc-basic-0: 11:34:05 DEBUG unit.abot-epc-basic/0.install 21000K .......... .......... .......... .......... .......... 45% 219K 72s unit-abot-epc-basic-0: 11:34:05 DEBUG unit.abot-epc-basic/0.install 21050K .......... .......... .......... .......... .......... 45% 239K 72s unit-abot-epc-basic-0: 11:34:05 DEBUG unit.abot-epc-basic/0.install 21100K .......... .......... .......... .......... .......... 45% 289K 72s unit-abot-epc-basic-0: 11:34:06 DEBUG unit.abot-epc-basic/0.install 21150K .......... .......... .......... .......... .......... 45% 225K 72s unit-abot-epc-basic-0: 11:34:06 DEBUG unit.abot-epc-basic/0.install 21200K .......... .......... .......... .......... .......... 45% 200K 72s unit-abot-epc-basic-0: 11:34:06 DEBUG unit.abot-epc-basic/0.install 21250K .......... .......... .......... .......... .......... 45% 236K 72s unit-abot-epc-basic-0: 11:34:06 DEBUG unit.abot-epc-basic/0.install 21300K .......... .......... .......... .......... .......... 45% 241K 72s unit-mysql-0: 11:34:06 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 11:34:06 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 11:34:06 INFO unit.mysql/0.juju-log Installing ['debconf-utils', 'python-mysqldb', 'uuid', 'pwgen', 'dnsutils'] with options: ['--option=Dpkg::Options::=--force-confold'] unit-mysql-0: 11:34:06 DEBUG unit.mysql/0.install Reading package lists... unit-abot-epc-basic-0: 11:34:06 DEBUG unit.abot-epc-basic/0.install 21350K .......... .......... .......... .......... .......... 45% 262K 72s unit-mysql-0: 11:34:06 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 11:34:06 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 11:34:07 DEBUG unit.mysql/0.install dnsutils is already the newest version. unit-mysql-0: 11:34:07 DEBUG unit.mysql/0.install The following extra packages will be installed: unit-mysql-0: 11:34:07 DEBUG unit.mysql/0.install libmysqlclient18 libossp-uuid16 mysql-common unit-mysql-0: 11:34:07 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 11:34:07 DEBUG unit.mysql/0.install python-egenix-mxdatetime mysql-server-5.1 mysql-server python-mysqldb-dbg unit-mysql-0: 11:34:07 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 11:34:07 DEBUG unit.mysql/0.install debconf-utils libmysqlclient18 libossp-uuid16 mysql-common pwgen unit-mysql-0: 11:34:07 DEBUG unit.mysql/0.install python-mysqldb uuid unit-abot-epc-basic-0: 11:34:07 DEBUG unit.abot-epc-basic/0.install 21400K .......... .......... .......... .......... .......... 45% 332K 72s unit-abot-epc-basic-0: 11:34:07 DEBUG unit.abot-epc-basic/0.install 21450K .......... .......... .......... .......... .......... 46% 205K 72s unit-mysql-0: 11:34:07 DEBUG unit.mysql/0.install 0 upgraded, 7 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 11:34:07 DEBUG unit.mysql/0.install Need to get 781 kB of archives. unit-mysql-0: 11:34:07 DEBUG unit.mysql/0.install After this operation, 4259 kB of additional disk space will be used. unit-mysql-0: 11:34:07 DEBUG unit.mysql/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.62-0ubuntu0.14.04.1 [12.6 kB] unit-abot-epc-basic-0: 11:34:07 DEBUG unit.abot-epc-basic/0.install 21500K .......... .......... .......... .......... .......... 46% 283K 72s unit-mysql-0: 11:34:07 DEBUG unit.mysql/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.62-0ubuntu0.14.04.1 [598 kB] unit-abot-epc-basic-0: 11:34:07 DEBUG unit.abot-epc-basic/0.install 21550K .......... .......... .......... .......... .......... 46% 327K 71s unit-abot-epc-basic-0: 11:34:07 DEBUG unit.abot-epc-basic/0.install 21600K .......... .......... .......... .......... .......... 46% 278K 71s unit-mysql-0: 11:34:07 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-mysql-0: 11:34:07 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-abot-epc-basic-0: 11:34:07 DEBUG unit.abot-epc-basic/0.install 21650K .......... .......... .......... .......... .......... 46% 301K 71s unit-mysql-0: 11:34:08 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: 11:34:08 DEBUG unit.abot-epc-basic/0.install 21700K .......... .......... .......... .......... .......... 46% 429K 71s unit-mysql-0: 11:34:08 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: 11:34:08 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: 11:34:08 DEBUG unit.mysql/0.install Fetched 781 kB in 1s (694 kB/s) unit-abot-epc-basic-0: 11:34:08 DEBUG unit.abot-epc-basic/0.install 21750K .......... .......... .......... .......... .......... 46% 115K 71s unit-abot-epc-basic-0: 11:34:08 DEBUG unit.abot-epc-basic/0.install 21800K .......... .......... .......... .......... .......... 46% 45.4M 71s unit-abot-epc-basic-0: 11:34:08 DEBUG unit.abot-epc-basic/0.install 21850K .......... .......... .......... .......... .......... 46% 1.21M 71s unit-mysql-0: 11:34:08 DEBUG unit.mysql/0.install Selecting previously unselected package mysql-common. unit-mysql-0: 11:34:08 DEBUG unit.mysql/0.install (Reading database ... 57700 files and directories currently installed.) unit-mysql-0: 11:34:08 DEBUG unit.mysql/0.install Preparing to unpack .../mysql-common_5.5.62-0ubuntu0.14.04.1_all.deb ... unit-mysql-0: 11:34:08 DEBUG unit.mysql/0.install Unpacking mysql-common (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 11:34:08 DEBUG unit.abot-epc-basic/0.install 21900K .......... .......... .......... .......... .......... 47% 204K 71s unit-mysql-0: 11:34:08 DEBUG unit.mysql/0.install Selecting previously unselected package libmysqlclient18:amd64. unit-mysql-0: 11:34:08 DEBUG unit.mysql/0.install Preparing to unpack .../libmysqlclient18_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-mysql-0: 11:34:08 DEBUG unit.mysql/0.install Unpacking libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 11:34:09 DEBUG unit.abot-epc-basic/0.install 21950K .......... .......... .......... .......... .......... 47% 149K 71s unit-abot-epc-basic-0: 11:34:09 DEBUG unit.abot-epc-basic/0.install 22000K .......... .......... .......... .......... .......... 47% 57.1M 70s unit-abot-epc-basic-0: 11:34:09 DEBUG unit.abot-epc-basic/0.install 22050K .......... .......... .......... .......... .......... 47% 129K 71s unit-abot-epc-basic-0: 11:34:09 DEBUG unit.abot-epc-basic/0.install 22100K .......... .......... .......... .......... .......... 47% 343K 70s unit-abot-epc-basic-0: 11:34:10 DEBUG unit.abot-epc-basic/0.install 22150K .......... .......... .......... .......... .......... 47% 140K 71s unit-abot-epc-basic-0: 11:34:10 DEBUG unit.abot-epc-basic/0.install 22200K .......... .......... .......... .......... .......... 47% 195K 71s unit-mysql-0: 11:34:10 DEBUG unit.mysql/0.install Selecting previously unselected package debconf-utils. unit-mysql-0: 11:34:10 DEBUG unit.mysql/0.install Preparing to unpack .../debconf-utils_1.5.51ubuntu2_all.deb ... unit-mysql-0: 11:34:10 DEBUG unit.mysql/0.install Unpacking debconf-utils (1.5.51ubuntu2) ... unit-abot-epc-basic-0: 11:34:10 DEBUG unit.abot-epc-basic/0.install 22250K .......... .......... .......... .......... .......... 47% 92.9K 71s unit-abot-epc-basic-0: 11:34:10 DEBUG unit.abot-epc-basic/0.install 22300K .......... .......... .......... .......... .......... 47% 25.5M 71s unit-abot-epc-basic-0: 11:34:11 DEBUG unit.abot-epc-basic/0.install 22350K .......... .......... .......... .......... .......... 47% 152K 71s unit-mysql-0: 11:34:11 DEBUG unit.mysql/0.install Selecting previously unselected package libossp-uuid16. unit-mysql-0: 11:34:11 DEBUG unit.mysql/0.install Preparing to unpack .../libossp-uuid16_1.6.2-1.3ubuntu1_amd64.deb ... unit-mysql-0: 11:34:11 DEBUG unit.mysql/0.install Unpacking libossp-uuid16 (1.6.2-1.3ubuntu1) ... unit-abot-epc-basic-0: 11:34:11 DEBUG unit.abot-epc-basic/0.install 22400K .......... .......... .......... .......... .......... 48% 128K 71s unit-abot-epc-basic-0: 11:34:11 DEBUG unit.abot-epc-basic/0.install 22450K .......... .......... .......... .......... .......... 48% 175K 71s unit-mysql-0: 11:34:11 DEBUG unit.mysql/0.install Selecting previously unselected package pwgen. unit-mysql-0: 11:34:11 DEBUG unit.mysql/0.install Preparing to unpack .../pwgen_2.06-1ubuntu4_amd64.deb ... unit-mysql-0: 11:34:12 DEBUG unit.mysql/0.install Unpacking pwgen (2.06-1ubuntu4) ... unit-abot-epc-basic-0: 11:34:12 DEBUG unit.abot-epc-basic/0.install 22500K .......... .......... .......... .......... .......... 48% 170K 71s unit-abot-epc-basic-0: 11:34:12 DEBUG unit.abot-epc-basic/0.install 22550K .......... .......... .......... .......... .......... 48% 173K 71s unit-mysql-0: 11:34:12 DEBUG unit.mysql/0.install Selecting previously unselected package python-mysqldb. unit-mysql-0: 11:34:12 DEBUG unit.mysql/0.install Preparing to unpack .../python-mysqldb_1.2.3-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:34:12 DEBUG unit.abot-epc-basic/0.install 22600K .......... .......... .......... .......... .......... 48% 198K 71s unit-mysql-0: 11:34:12 DEBUG unit.mysql/0.install Unpacking python-mysqldb (1.2.3-2ubuntu1) ... unit-abot-epc-basic-0: 11:34:12 DEBUG unit.abot-epc-basic/0.install 22650K .......... .......... .......... .......... .......... 48% 172K 71s unit-mysql-0: 11:34:13 DEBUG unit.mysql/0.install Selecting previously unselected package uuid. unit-mysql-0: 11:34:13 DEBUG unit.mysql/0.install Preparing to unpack .../uuid_1.6.2-1.3ubuntu1_amd64.deb ... unit-mysql-0: 11:34:13 DEBUG unit.mysql/0.install Unpacking uuid (1.6.2-1.3ubuntu1) ... unit-abot-epc-basic-0: 11:34:13 DEBUG unit.abot-epc-basic/0.install 22700K .......... .......... .......... .......... .......... 48% 152K 71s unit-abot-epc-basic-0: 11:34:13 DEBUG unit.abot-epc-basic/0.install 22750K .......... .......... .......... .......... .......... 48% 183K 71s unit-mysql-0: 11:34:13 DEBUG unit.mysql/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:34:13 DEBUG unit.abot-epc-basic/0.install 22800K .......... .......... .......... .......... .......... 48% 173K 71s unit-abot-epc-basic-0: 11:34:14 DEBUG unit.abot-epc-basic/0.install 22850K .......... .......... .......... .......... .......... 49% 198K 71s unit-abot-epc-basic-0: 11:34:14 DEBUG unit.abot-epc-basic/0.install 22900K .......... .......... .......... .......... .......... 49% 173K 71s unit-abot-epc-basic-0: 11:34:14 DEBUG unit.abot-epc-basic/0.install 22950K .......... .......... .......... .......... .......... 49% 196K 71s unit-abot-epc-basic-0: 11:34:14 DEBUG unit.abot-epc-basic/0.install 23000K .......... .......... .......... .......... .......... 49% 191K 71s unit-abot-epc-basic-0: 11:34:15 DEBUG unit.abot-epc-basic/0.install 23050K .......... .......... .......... .......... .......... 49% 180K 71s unit-abot-epc-basic-0: 11:34:15 DEBUG unit.abot-epc-basic/0.install 23100K .......... .......... .......... .......... .......... 49% 196K 71s unit-abot-epc-basic-0: 11:34:15 DEBUG unit.abot-epc-basic/0.install 23150K .......... .......... .......... .......... .......... 49% 196K 70s unit-mysql-0: 11:34:15 DEBUG unit.mysql/0.install Setting up mysql-common (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 11:34:15 DEBUG unit.abot-epc-basic/0.install 23200K .......... .......... .......... .......... .......... 49% 198K 70s unit-abot-epc-basic-0: 11:34:16 DEBUG unit.abot-epc-basic/0.install 23250K .......... .......... .......... .......... .......... 49% 202K 70s unit-mysql-0: 11:34:16 DEBUG unit.mysql/0.install Setting up libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 11:34:16 DEBUG unit.abot-epc-basic/0.install 23300K .......... .......... .......... .......... .......... 50% 199K 70s unit-abot-epc-basic-0: 11:34:16 DEBUG unit.abot-epc-basic/0.install 23350K .......... .......... .......... .......... .......... 50% 200K 70s unit-mysql-0: 11:34:16 DEBUG unit.mysql/0.install Setting up debconf-utils (1.5.51ubuntu2) ... unit-mysql-0: 11:34:16 DEBUG unit.mysql/0.install Setting up libossp-uuid16 (1.6.2-1.3ubuntu1) ... unit-abot-epc-basic-0: 11:34:16 DEBUG unit.abot-epc-basic/0.install 23400K .......... .......... .......... .......... .......... 50% 230K 70s unit-abot-epc-basic-0: 11:34:17 DEBUG unit.abot-epc-basic/0.install 23450K .......... .......... .......... .......... .......... 50% 275K 70s unit-mysql-0: 11:34:17 DEBUG unit.mysql/0.install Setting up pwgen (2.06-1ubuntu4) ... unit-abot-epc-basic-0: 11:34:17 DEBUG unit.abot-epc-basic/0.install 23500K .......... .......... .......... .......... .......... 50% 267K 70s unit-abot-epc-basic-0: 11:34:17 DEBUG unit.abot-epc-basic/0.install 23550K .......... .......... .......... .......... .......... 50% 281K 70s unit-mysql-0: 11:34:17 DEBUG unit.mysql/0.install Setting up python-mysqldb (1.2.3-2ubuntu1) ... unit-abot-epc-basic-0: 11:34:17 DEBUG unit.abot-epc-basic/0.install 23600K .......... .......... .......... .......... .......... 50% 235K 70s unit-mysql-0: 11:34:17 DEBUG unit.mysql/0.install Setting up uuid (1.6.2-1.3ubuntu1) ... unit-abot-epc-basic-0: 11:34:17 DEBUG unit.abot-epc-basic/0.install 23650K .......... .......... .......... .......... .......... 50% 322K 70s unit-abot-epc-basic-0: 11:34:17 DEBUG unit.abot-epc-basic/0.install 23700K .......... .......... .......... .......... .......... 50% 367K 69s unit-mysql-0: 11:34:18 DEBUG unit.mysql/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 11:34:18 DEBUG unit.abot-epc-basic/0.install 23750K .......... .......... .......... .......... .......... 50% 237K 69s unit-abot-epc-basic-0: 11:34:18 DEBUG unit.abot-epc-basic/0.install 23800K .......... .......... .......... .......... .......... 51% 436K 69s unit-abot-epc-basic-0: 11:34:18 DEBUG unit.abot-epc-basic/0.install 23850K .......... .......... .......... .......... .......... 51% 357K 69s unit-abot-epc-basic-0: 11:34:18 DEBUG unit.abot-epc-basic/0.install 23900K .......... .......... .......... .......... .......... 51% 443K 69s unit-abot-epc-basic-0: 11:34:18 DEBUG unit.abot-epc-basic/0.install 23950K .......... .......... .......... .......... .......... 51% 350K 69s unit-abot-epc-basic-0: 11:34:18 DEBUG unit.abot-epc-basic/0.install 24000K .......... .......... .......... .......... .......... 51% 458K 68s unit-abot-epc-basic-0: 11:34:18 DEBUG unit.abot-epc-basic/0.install 24050K .......... .......... .......... .......... .......... 51% 360K 68s unit-abot-epc-basic-0: 11:34:19 DEBUG unit.abot-epc-basic/0.install 24100K .......... .......... .......... .......... .......... 51% 445K 68s unit-abot-epc-basic-0: 11:34:19 DEBUG unit.abot-epc-basic/0.install 24150K .......... .......... .......... .......... .......... 51% 511K 68s unit-mysql-0: 11:34:19 INFO juju.worker.uniter.operation ran "install" hook unit-mysql-0: 11:34:19 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-abot-epc-basic-0: 11:34:19 DEBUG unit.abot-epc-basic/0.install 24200K .......... .......... .......... .......... .......... 51% 633K 68s unit-mysql-0: 11:34:19 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-mysql-0: 11:34:19 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 11:34:19 DEBUG juju.worker.uniter.operation running operation accept leadership unit-mysql-0: 11:34:19 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-mysql-0: 11:34:19 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-mysql-0: 11:34:19 INFO juju.worker.uniter found queued "leader-elected" hook unit-mysql-0: 11:34:19 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-mysql-0: 11:34:19 DEBUG juju.machinelock acquire machine lock for uniter (run leader-elected hook) unit-mysql-0: 11:34:19 DEBUG juju.machinelock machine lock acquired for uniter (run leader-elected hook) unit-mysql-0: 11:34:19 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-mysql-0: 11:34:19 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-mysql-0: 11:34:19 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-abot-epc-basic-0: 11:34:19 DEBUG unit.abot-epc-basic/0.install 24250K .......... .......... .......... .......... .......... 52% 432K 68s unit-mysql-0: 11:34:19 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-abot-epc-basic-0: 11:34:19 DEBUG unit.abot-epc-basic/0.install 24300K .......... .......... .......... .......... .......... 52% 499K 67s unit-mysql-0: 11:34:19 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-mysql-0: 11:34:19 DEBUG juju.machinelock machine lock released for uniter (run leader-elected hook) unit-mysql-0: 11:34:19 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 11:34:19 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 11:34:19 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-mysql-0: 11:34:19 DEBUG juju.machinelock acquire machine lock for uniter (run config-changed hook) unit-mysql-0: 11:34:19 DEBUG juju.machinelock machine lock acquired for uniter (run config-changed hook) unit-mysql-0: 11:34:19 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-mysql-0: 11:34:19 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-mysql-0: 11:34:19 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-abot-epc-basic-0: 11:34:19 DEBUG unit.abot-epc-basic/0.install 24350K .......... .......... .......... .......... .......... 52% 640K 67s unit-abot-epc-basic-0: 11:34:19 DEBUG unit.abot-epc-basic/0.install 24400K .......... .......... .......... .......... .......... 52% 519K 67s unit-abot-epc-basic-0: 11:34:19 DEBUG unit.abot-epc-basic/0.install 24450K .......... .......... .......... .......... .......... 52% 620K 67s unit-mysql-0: 11:34:19 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 11:34:19 DEBUG unit.abot-epc-basic/0.install 24500K .......... .......... .......... .......... .......... 52% 464K 66s unit-mysql-0: 11:34:19 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 11:34:19 DEBUG unit.abot-epc-basic/0.install 24550K .......... .......... .......... .......... .......... 52% 773K 66s unit-mysql-0: 11:34:19 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 11:34:19 INFO unit.mysql/0.juju-log Source is not present. Skipping unit-abot-epc-basic-0: 11:34:19 DEBUG unit.abot-epc-basic/0.install 24600K .......... .......... .......... .......... .......... 52% 631K 66s unit-abot-epc-basic-0: 11:34:20 DEBUG unit.abot-epc-basic/0.install 24650K .......... .......... .......... .......... .......... 52% 697K 66s unit-mysql-0: 11:34:20 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security InRelease unit-abot-epc-basic-0: 11:34:20 DEBUG unit.abot-epc-basic/0.install 24700K .......... .......... .......... .......... .......... 53% 639K 66s unit-mysql-0: 11:34:20 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/main Sources unit-abot-epc-basic-0: 11:34:20 DEBUG unit.abot-epc-basic/0.install 24750K .......... .......... .......... .......... .......... 53% 506K 65s unit-mysql-0: 11:34:20 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/universe Sources unit-abot-epc-basic-0: 11:34:20 DEBUG unit.abot-epc-basic/0.install 24800K .......... .......... .......... .......... .......... 53% 1.34M 65s unit-mysql-0: 11:34:20 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/main amd64 Packages unit-abot-epc-basic-0: 11:34:20 DEBUG unit.abot-epc-basic/0.install 24850K .......... .......... .......... .......... .......... 53% 648K 65s unit-mysql-0: 11:34:20 DEBUG unit.mysql/0.config-changed Ign http://nova.clouds.archive.ubuntu.com trusty InRelease unit-abot-epc-basic-0: 11:34:20 DEBUG unit.abot-epc-basic/0.install 24900K .......... .......... .......... .......... .......... 53% 791K 65s unit-mysql-0: 11:34:20 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/universe amd64 Packages unit-mysql-0: 11:34:20 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease unit-abot-epc-basic-0: 11:34:20 DEBUG unit.abot-epc-basic/0.install 24950K .......... .......... .......... .......... .......... 53% 645K 65s unit-mysql-0: 11:34:20 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/main Translation-en unit-mysql-0: 11:34:20 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/universe Translation-en unit-mysql-0: 11:34:20 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease unit-mysql-0: 11:34:20 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg unit-abot-epc-basic-0: 11:34:20 DEBUG unit.abot-epc-basic/0.install 25000K .......... .......... .......... .......... .......... 53% 171K 65s unit-abot-epc-basic-0: 11:34:20 DEBUG unit.abot-epc-basic/0.install 25050K .......... .......... .......... .......... .......... 53% 62.2M 64s unit-abot-epc-basic-0: 11:34:20 DEBUG unit.abot-epc-basic/0.install 25100K .......... .......... .......... .......... .......... 53% 71.4M 64s unit-mysql-0: 11:34:20 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources unit-abot-epc-basic-0: 11:34:20 DEBUG unit.abot-epc-basic/0.install 25150K .......... .......... .......... .......... .......... 53% 237K 64s unit-abot-epc-basic-0: 11:34:20 DEBUG unit.abot-epc-basic/0.install 25200K .......... .......... .......... .......... .......... 54% 60.5M 64s unit-abot-epc-basic-0: 11:34:20 DEBUG unit.abot-epc-basic/0.install 25250K .......... .......... .......... .......... .......... 54% 72.9M 63s unit-abot-epc-basic-0: 11:34:20 DEBUG unit.abot-epc-basic/0.install 25300K .......... .......... .......... .......... .......... 54% 74.4M 63s unit-abot-epc-basic-0: 11:34:20 DEBUG unit.abot-epc-basic/0.install 25350K .......... .......... .......... .......... .......... 54% 1.40M 63s unit-mysql-0: 11:34:20 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources unit-abot-epc-basic-0: 11:34:21 DEBUG unit.abot-epc-basic/0.install 25400K .......... .......... .......... .......... .......... 54% 626K 63s unit-mysql-0: 11:34:21 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources unit-abot-epc-basic-0: 11:34:21 DEBUG unit.abot-epc-basic/0.install 25450K .......... .......... .......... .......... .......... 54% 376K 62s unit-mysql-0: 11:34:21 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources unit-mysql-0: 11:34:21 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages unit-abot-epc-basic-0: 11:34:21 DEBUG unit.abot-epc-basic/0.install 25500K .......... .......... .......... .......... .......... 54% 195K 62s unit-abot-epc-basic-0: 11:34:21 DEBUG unit.abot-epc-basic/0.install 25550K .......... .......... .......... .......... .......... 54% 60.6M 62s unit-abot-epc-basic-0: 11:34:21 DEBUG unit.abot-epc-basic/0.install 25600K .......... .......... .......... .......... .......... 54% 55.5M 62s unit-abot-epc-basic-0: 11:34:21 DEBUG unit.abot-epc-basic/0.install 25650K .......... .......... .......... .......... .......... 55% 1.76M 62s unit-mysql-0: 11:34:21 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages unit-abot-epc-basic-0: 11:34:21 DEBUG unit.abot-epc-basic/0.install 25700K .......... .......... .......... .......... .......... 55% 405K 61s unit-mysql-0: 11:34:21 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages unit-abot-epc-basic-0: 11:34:21 DEBUG unit.abot-epc-basic/0.install 25750K .......... .......... .......... .......... .......... 55% 504K 61s unit-mysql-0: 11:34:21 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages unit-mysql-0: 11:34:21 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en unit-abot-epc-basic-0: 11:34:22 DEBUG unit.abot-epc-basic/0.install 25800K .......... .......... .......... .......... .......... 55% 139K 61s unit-abot-epc-basic-0: 11:34:22 DEBUG unit.abot-epc-basic/0.install 25850K .......... .......... .......... .......... .......... 55% 55.9M 61s unit-mysql-0: 11:34:22 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en unit-mysql-0: 11:34:22 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en unit-abot-epc-basic-0: 11:34:22 DEBUG unit.abot-epc-basic/0.install 25900K .......... .......... .......... .......... .......... 55% 276K 61s unit-abot-epc-basic-0: 11:34:22 DEBUG unit.abot-epc-basic/0.install 25950K .......... .......... .......... .......... .......... 55% 56.6M 61s unit-abot-epc-basic-0: 11:34:22 DEBUG unit.abot-epc-basic/0.install 26000K .......... .......... .......... .......... .......... 55% 679K 60s unit-mysql-0: 11:34:22 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en unit-abot-epc-basic-0: 11:34:22 DEBUG unit.abot-epc-basic/0.install 26050K .......... .......... .......... .......... .......... 55% 341K 60s unit-mysql-0: 11:34:22 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources unit-abot-epc-basic-0: 11:34:22 DEBUG unit.abot-epc-basic/0.install 26100K .......... .......... .......... .......... .......... 56% 304K 60s unit-abot-epc-basic-0: 11:34:22 DEBUG unit.abot-epc-basic/0.install 26150K .......... .......... .......... .......... .......... 56% 438K 60s unit-mysql-0: 11:34:22 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources unit-mysql-0: 11:34:22 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources unit-abot-epc-basic-0: 11:34:22 DEBUG unit.abot-epc-basic/0.install 26200K .......... .......... .......... .......... .......... 56% 276K 60s unit-mysql-0: 11:34:23 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources unit-abot-epc-basic-0: 11:34:23 DEBUG unit.abot-epc-basic/0.install 26250K .......... .......... .......... .......... .......... 56% 444K 60s unit-mysql-0: 11:34:23 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages unit-abot-epc-basic-0: 11:34:23 DEBUG unit.abot-epc-basic/0.install 26300K .......... .......... .......... .......... .......... 56% 285K 60s unit-abot-epc-basic-0: 11:34:23 DEBUG unit.abot-epc-basic/0.install 26350K .......... .......... .......... .......... .......... 56% 465K 59s unit-mysql-0: 11:34:23 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages unit-mysql-0: 11:34:23 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages unit-abot-epc-basic-0: 11:34:23 DEBUG unit.abot-epc-basic/0.install 26400K .......... .......... .......... .......... .......... 56% 331K 59s unit-abot-epc-basic-0: 11:34:23 DEBUG unit.abot-epc-basic/0.install 26450K .......... .......... .......... .......... .......... 56% 489K 59s unit-mysql-0: 11:34:23 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages unit-abot-epc-basic-0: 11:34:23 DEBUG unit.abot-epc-basic/0.install 26500K .......... .......... .......... .......... .......... 56% 331K 59s unit-mysql-0: 11:34:23 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en unit-abot-epc-basic-0: 11:34:23 DEBUG unit.abot-epc-basic/0.install 26550K .......... .......... .......... .......... .......... 56% 477K 59s unit-mysql-0: 11:34:23 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en unit-abot-epc-basic-0: 11:34:23 DEBUG unit.abot-epc-basic/0.install 26600K .......... .......... .......... .......... .......... 57% 340K 59s unit-mysql-0: 11:34:24 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en unit-abot-epc-basic-0: 11:34:24 DEBUG unit.abot-epc-basic/0.install 26650K .......... .......... .......... .......... .......... 57% 456K 58s unit-mysql-0: 11:34:24 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en unit-abot-epc-basic-0: 11:34:24 DEBUG unit.abot-epc-basic/0.install 26700K .......... .......... .......... .......... .......... 57% 350K 58s unit-mysql-0: 11:34:24 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty Release unit-abot-epc-basic-0: 11:34:24 DEBUG unit.abot-epc-basic/0.install 26750K .......... .......... .......... .......... .......... 57% 457K 58s unit-mysql-0: 11:34:24 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/main Sources unit-abot-epc-basic-0: 11:34:24 DEBUG unit.abot-epc-basic/0.install 26800K .......... .......... .......... .......... .......... 57% 350K 58s unit-mysql-0: 11:34:24 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources unit-abot-epc-basic-0: 11:34:24 DEBUG unit.abot-epc-basic/0.install 26850K .......... .......... .......... .......... .......... 57% 457K 58s unit-mysql-0: 11:34:24 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/universe Sources unit-abot-epc-basic-0: 11:34:24 DEBUG unit.abot-epc-basic/0.install 26900K .......... .......... .......... .......... .......... 57% 350K 58s unit-mysql-0: 11:34:24 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources unit-abot-epc-basic-0: 11:34:24 DEBUG unit.abot-epc-basic/0.install 26950K .......... .......... .......... .......... .......... 57% 360K 57s unit-mysql-0: 11:34:24 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages unit-abot-epc-basic-0: 11:34:25 DEBUG unit.abot-epc-basic/0.install 27000K .......... .......... .......... .......... .......... 57% 439K 57s unit-abot-epc-basic-0: 11:34:25 DEBUG unit.abot-epc-basic/0.install 27050K .......... .......... .......... .......... .......... 58% 462K 57s unit-abot-epc-basic-0: 11:34:25 DEBUG unit.abot-epc-basic/0.install 27100K .......... .......... .......... .......... .......... 58% 348K 57s unit-mysql-0: 11:34:25 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages unit-abot-epc-basic-0: 11:34:25 DEBUG unit.abot-epc-basic/0.install 27150K .......... .......... .......... .......... .......... 58% 461K 57s unit-mysql-0: 11:34:25 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages unit-abot-epc-basic-0: 11:34:25 DEBUG unit.abot-epc-basic/0.install 27200K .......... .......... .......... .......... .......... 58% 348K 57s unit-mysql-0: 11:34:25 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages unit-abot-epc-basic-0: 11:34:25 DEBUG unit.abot-epc-basic/0.install 27250K .......... .......... .......... .......... .......... 58% 461K 56s unit-mysql-0: 11:34:25 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en unit-abot-epc-basic-0: 11:34:25 DEBUG unit.abot-epc-basic/0.install 27300K .......... .......... .......... .......... .......... 58% 348K 56s unit-mysql-0: 11:34:25 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en unit-abot-epc-basic-0: 11:34:25 DEBUG unit.abot-epc-basic/0.install 27350K .......... .......... .......... .......... .......... 58% 462K 56s unit-mysql-0: 11:34:25 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en unit-abot-epc-basic-0: 11:34:26 DEBUG unit.abot-epc-basic/0.install 27400K .......... .......... .......... .......... .......... 58% 348K 56s unit-mysql-0: 11:34:26 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en unit-abot-epc-basic-0: 11:34:26 DEBUG unit.abot-epc-basic/0.install 27450K .......... .......... .......... .......... .......... 58% 460K 56s unit-abot-epc-basic-0: 11:34:26 DEBUG unit.abot-epc-basic/0.install 27500K .......... .......... .......... .......... .......... 59% 350K 56s unit-abot-epc-basic-0: 11:34:26 DEBUG unit.abot-epc-basic/0.install 27550K .......... .......... .......... .......... .......... 59% 461K 56s unit-abot-epc-basic-0: 11:34:26 DEBUG unit.abot-epc-basic/0.install 27600K .......... .......... .......... .......... .......... 59% 348K 55s unit-abot-epc-basic-0: 11:34:26 DEBUG unit.abot-epc-basic/0.install 27650K .......... .......... .......... .......... .......... 59% 462K 55s unit-abot-epc-basic-0: 11:34:26 DEBUG unit.abot-epc-basic/0.install 27700K .......... .......... .......... .......... .......... 59% 350K 55s unit-abot-epc-basic-0: 11:34:26 DEBUG unit.abot-epc-basic/0.install 27750K .......... .......... .......... .......... .......... 59% 459K 55s unit-abot-epc-basic-0: 11:34:27 DEBUG unit.abot-epc-basic/0.install 27800K .......... .......... .......... .......... .......... 59% 350K 55s unit-abot-epc-basic-0: 11:34:27 DEBUG unit.abot-epc-basic/0.install 27850K .......... .......... .......... .......... .......... 59% 484K 55s unit-abot-epc-basic-0: 11:34:27 DEBUG unit.abot-epc-basic/0.install 27900K .......... .......... .......... .......... .......... 59% 336K 54s unit-abot-epc-basic-0: 11:34:27 DEBUG unit.abot-epc-basic/0.install 27950K .......... .......... .......... .......... .......... 59% 494K 54s unit-abot-epc-basic-0: 11:34:27 DEBUG unit.abot-epc-basic/0.install 28000K .......... .......... .......... .......... .......... 60% 333K 54s unit-abot-epc-basic-0: 11:34:27 DEBUG unit.abot-epc-basic/0.install 28050K .......... .......... .......... .......... .......... 60% 662K 54s unit-abot-epc-basic-0: 11:34:27 DEBUG unit.abot-epc-basic/0.install 28100K .......... .......... .......... .......... .......... 60% 292K 54s unit-abot-epc-basic-0: 11:34:27 DEBUG unit.abot-epc-basic/0.install 28150K .......... .......... .......... .......... .......... 60% 632K 54s unit-mysql-0: 11:34:27 DEBUG unit.mysql/0.config-changed Reading package lists... unit-mysql-0: 11:34:27 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 11:34:27 DEBUG unit.abot-epc-basic/0.install 28200K .......... .......... .......... .......... .......... 60% 355K 53s unit-mysql-0: 11:34:28 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 11:34:28 INFO unit.mysql/0.juju-log Installing mysql-server with options: ['--option=Dpkg::Options::=--force-confold'] unit-mysql-0: 11:34:28 DEBUG unit.mysql/0.config-changed Reading package lists... unit-abot-epc-basic-0: 11:34:28 DEBUG unit.abot-epc-basic/0.install 28250K .......... .......... .......... .......... .......... 60% 157K 53s unit-abot-epc-basic-0: 11:34:28 DEBUG unit.abot-epc-basic/0.install 28300K .......... .......... .......... .......... .......... 60% 54.5M 53s unit-abot-epc-basic-0: 11:34:28 DEBUG unit.abot-epc-basic/0.install 28350K .......... .......... .......... .......... .......... 60% 62.2M 53s unit-mysql-0: 11:34:28 DEBUG unit.mysql/0.config-changed Building dependency tree... unit-mysql-0: 11:34:28 DEBUG unit.mysql/0.config-changed Reading state information... unit-mysql-0: 11:34:28 DEBUG unit.mysql/0.config-changed The following extra packages will be installed: unit-mysql-0: 11:34:28 DEBUG unit.mysql/0.config-changed libdbd-mysql-perl libdbi-perl libhtml-template-perl libterm-readkey-perl unit-mysql-0: 11:34:28 DEBUG unit.mysql/0.config-changed mysql-client-5.5 mysql-client-core-5.5 mysql-server-5.5 unit-mysql-0: 11:34:28 DEBUG unit.mysql/0.config-changed mysql-server-core-5.5 unit-mysql-0: 11:34:28 DEBUG unit.mysql/0.config-changed Suggested packages: unit-mysql-0: 11:34:28 DEBUG unit.mysql/0.config-changed libclone-perl libmldbm-perl libnet-daemon-perl libplrpc-perl unit-mysql-0: 11:34:28 DEBUG unit.mysql/0.config-changed libsql-statement-perl libipc-sharedcache-perl tinyca mailx unit-mysql-0: 11:34:28 DEBUG unit.mysql/0.config-changed The following NEW packages will be installed: unit-mysql-0: 11:34:28 DEBUG unit.mysql/0.config-changed libdbd-mysql-perl libdbi-perl libhtml-template-perl libterm-readkey-perl unit-mysql-0: 11:34:28 DEBUG unit.mysql/0.config-changed mysql-client-5.5 mysql-client-core-5.5 mysql-server mysql-server-5.5 unit-mysql-0: 11:34:28 DEBUG unit.mysql/0.config-changed mysql-server-core-5.5 unit-abot-epc-basic-0: 11:34:28 DEBUG unit.abot-epc-basic/0.install 28400K .......... .......... .......... .......... .......... 60% 273K 53s unit-abot-epc-basic-0: 11:34:28 DEBUG unit.abot-epc-basic/0.install 28450K .......... .......... .......... .......... .......... 61% 702K 53s unit-mysql-0: 11:34:28 DEBUG unit.mysql/0.config-changed 0 upgraded, 9 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 11:34:28 DEBUG unit.mysql/0.config-changed Need to get 8969 kB of archives. unit-mysql-0: 11:34:28 DEBUG unit.mysql/0.config-changed After this operation, 93.5 MB of additional disk space will be used. unit-mysql-0: 11:34:28 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: 11:34:28 DEBUG unit.abot-epc-basic/0.install 28500K .......... .......... .......... .......... .......... 61% 228K 53s unit-abot-epc-basic-0: 11:34:28 DEBUG unit.abot-epc-basic/0.install 28550K .......... .......... .......... .......... .......... 61% 424K 52s unit-abot-epc-basic-0: 11:34:29 DEBUG unit.abot-epc-basic/0.install 28600K .......... .......... .......... .......... .......... 61% 316K 52s unit-abot-epc-basic-0: 11:34:29 DEBUG unit.abot-epc-basic/0.install 28650K .......... .......... .......... .......... .......... 61% 418K 52s unit-mysql-0: 11:34:29 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-abot-epc-basic-0: 11:34:29 DEBUG unit.abot-epc-basic/0.install 28700K .......... .......... .......... .......... .......... 61% 372K 52s unit-mysql-0: 11:34:29 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-mysql-0: 11:34:29 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.62-0ubuntu0.14.04.1 [707 kB] unit-abot-epc-basic-0: 11:34:29 DEBUG unit.abot-epc-basic/0.install 28750K .......... .......... .......... .......... .......... 61% 418K 52s unit-mysql-0: 11:34:29 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.62-0ubuntu0.14.04.1 [1459 kB] unit-abot-epc-basic-0: 11:34:29 DEBUG unit.abot-epc-basic/0.install 28800K .......... .......... .......... .......... .......... 61% 377K 52s unit-mysql-0: 11:34:29 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.62-0ubuntu0.14.04.1 [3754 kB] unit-abot-epc-basic-0: 11:34:29 DEBUG unit.abot-epc-basic/0.install 28850K .......... .......... .......... .......... .......... 61% 420K 51s unit-abot-epc-basic-0: 11:34:29 DEBUG unit.abot-epc-basic/0.install 28900K .......... .......... .......... .......... .......... 62% 376K 51s unit-mysql-0: 11:34:29 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.62-0ubuntu0.14.04.1 [1979 kB] unit-mysql-0: 11:34:29 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: 11:34:29 DEBUG unit.mysql/0.config-changed Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server all 5.5.62-0ubuntu0.14.04.1 [11.0 kB] unit-mysql-0: 11:34:30 DEBUG unit.mysql/0.config-changed Preconfiguring packages ... unit-abot-epc-basic-0: 11:34:30 DEBUG unit.abot-epc-basic/0.install 28950K .......... .......... .......... .......... .......... 62% 135K 51s unit-abot-epc-basic-0: 11:34:30 DEBUG unit.abot-epc-basic/0.install 29000K .......... .......... .......... .......... .......... 62% 53.6M 51s unit-abot-epc-basic-0: 11:34:30 DEBUG unit.abot-epc-basic/0.install 29050K .......... .......... .......... .......... .......... 62% 51.0M 51s unit-abot-epc-basic-0: 11:34:30 DEBUG unit.abot-epc-basic/0.install 29100K .......... .......... .......... .......... .......... 62% 362K 51s unit-mysql-0: 11:34:30 DEBUG unit.mysql/0.config-changed Fetched 8969 kB in 1s (5772 kB/s) unit-mysql-0: 11:34:30 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libdbi-perl. unit-mysql-0: 11:34:30 DEBUG unit.mysql/0.config-changed (Reading database ... 57794 files and directories currently installed.) unit-mysql-0: 11:34:30 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... unit-mysql-0: 11:34:30 DEBUG unit.mysql/0.config-changed Unpacking libdbi-perl (1.630-1) ... unit-abot-epc-basic-0: 11:34:30 DEBUG unit.abot-epc-basic/0.install 29150K .......... .......... .......... .......... .......... 62% 102K 51s unit-abot-epc-basic-0: 11:34:30 DEBUG unit.abot-epc-basic/0.install 29200K .......... .......... .......... .......... .......... 62% 48.9M 51s unit-abot-epc-basic-0: 11:34:30 DEBUG unit.abot-epc-basic/0.install 29250K .......... .......... .......... .......... .......... 62% 4.14M 50s unit-abot-epc-basic-0: 11:34:31 DEBUG unit.abot-epc-basic/0.install 29300K .......... .......... .......... .......... .......... 62% 203K 50s unit-abot-epc-basic-0: 11:34:31 DEBUG unit.abot-epc-basic/0.install 29350K .......... .......... .......... .......... .......... 62% 219K 50s unit-abot-epc-basic-0: 11:34:31 DEBUG unit.abot-epc-basic/0.install 29400K .......... .......... .......... .......... .......... 63% 292K 50s unit-abot-epc-basic-0: 11:34:31 DEBUG unit.abot-epc-basic/0.install 29450K .......... .......... .......... .......... .......... 63% 224K 50s unit-mysql-0: 11:34:31 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libdbd-mysql-perl. unit-mysql-0: 11:34:31 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ... unit-mysql-0: 11:34:31 DEBUG unit.mysql/0.config-changed Unpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-abot-epc-basic-0: 11:34:31 DEBUG unit.abot-epc-basic/0.install 29500K .......... .......... .......... .......... .......... 63% 329K 50s unit-mysql-0: 11:34:32 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libterm-readkey-perl. unit-mysql-0: 11:34:32 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... unit-abot-epc-basic-0: 11:34:32 DEBUG unit.abot-epc-basic/0.install 29550K .......... .......... .......... .......... .......... 63% 213K 50s unit-mysql-0: 11:34:32 DEBUG unit.mysql/0.config-changed Unpacking libterm-readkey-perl (2.31-1) ... unit-abot-epc-basic-0: 11:34:32 DEBUG unit.abot-epc-basic/0.install 29600K .......... .......... .......... .......... .......... 63% 321K 50s unit-mysql-0: 11:34:32 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-client-core-5.5. unit-mysql-0: 11:34:32 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-client-core-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-mysql-0: 11:34:32 DEBUG unit.mysql/0.config-changed Unpacking mysql-client-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 11:34:32 DEBUG unit.abot-epc-basic/0.install 29650K .......... .......... .......... .......... .......... 63% 233K 49s unit-abot-epc-basic-0: 11:34:32 DEBUG unit.abot-epc-basic/0.install 29700K .......... .......... .......... .......... .......... 63% 329K 49s unit-mysql-0: 11:34:32 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-client-5.5. unit-mysql-0: 11:34:32 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-client-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-mysql-0: 11:34:32 DEBUG unit.mysql/0.config-changed Unpacking mysql-client-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 11:34:32 DEBUG unit.abot-epc-basic/0.install 29750K .......... .......... .......... .......... .......... 63% 218K 49s unit-abot-epc-basic-0: 11:34:33 DEBUG unit.abot-epc-basic/0.install 29800K .......... .......... .......... .......... .......... 63% 298K 49s unit-abot-epc-basic-0: 11:34:33 DEBUG unit.abot-epc-basic/0.install 29850K .......... .......... .......... .......... .......... 64% 241K 49s unit-abot-epc-basic-0: 11:34:33 DEBUG unit.abot-epc-basic/0.install 29900K .......... .......... .......... .......... .......... 64% 328K 49s unit-mysql-0: 11:34:33 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-server-core-5.5. unit-mysql-0: 11:34:33 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-server-core-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-mysql-0: 11:34:33 DEBUG unit.mysql/0.config-changed Unpacking mysql-server-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 11:34:33 DEBUG unit.abot-epc-basic/0.install 29950K .......... .......... .......... .......... .......... 64% 213K 49s unit-abot-epc-basic-0: 11:34:33 DEBUG unit.abot-epc-basic/0.install 30000K .......... .......... .......... .......... .......... 64% 311K 49s unit-abot-epc-basic-0: 11:34:33 DEBUG unit.abot-epc-basic/0.install 30050K .......... .......... .......... .......... .......... 64% 274K 48s unit-abot-epc-basic-0: 11:34:34 DEBUG unit.abot-epc-basic/0.install 30100K .......... .......... .......... .......... .......... 64% 281K 48s unit-abot-epc-basic-0: 11:34:34 DEBUG unit.abot-epc-basic/0.install 30150K .......... .......... .......... .......... .......... 64% 218K 48s unit-abot-epc-basic-0: 11:34:34 DEBUG unit.abot-epc-basic/0.install 30200K .......... .......... .......... .......... .......... 64% 300K 48s unit-mysql-0: 11:34:34 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-server-5.5. unit-mysql-0: 11:34:34 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-server-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-abot-epc-basic-0: 11:34:34 DEBUG unit.abot-epc-basic/0.install 30250K .......... .......... .......... .......... .......... 64% 273K 48s unit-abot-epc-basic-0: 11:34:34 DEBUG unit.abot-epc-basic/0.install 30300K .......... .......... .......... .......... .......... 65% 302K 48s unit-abot-epc-basic-0: 11:34:35 DEBUG unit.abot-epc-basic/0.install 30350K .......... .......... .......... .......... .......... 65% 208K 48s unit-abot-epc-basic-0: 11:34:35 DEBUG unit.abot-epc-basic/0.install 30400K .......... .......... .......... .......... .......... 65% 314K 48s unit-mysql-0: 11:34:35 DEBUG unit.mysql/0.config-changed Unpacking mysql-server-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 11:34:35 DEBUG unit.abot-epc-basic/0.install 30450K .......... .......... .......... .......... .......... 65% 279K 47s unit-abot-epc-basic-0: 11:34:35 DEBUG unit.abot-epc-basic/0.install 30500K .......... .......... .......... .......... .......... 65% 287K 47s unit-abot-epc-basic-0: 11:34:35 DEBUG unit.abot-epc-basic/0.install 30550K .......... .......... .......... .......... .......... 65% 257K 47s unit-abot-epc-basic-0: 11:34:35 DEBUG unit.abot-epc-basic/0.install 30600K .......... .......... .......... .......... .......... 65% 336K 47s unit-abot-epc-basic-0: 11:34:36 DEBUG unit.abot-epc-basic/0.install 30650K .......... .......... .......... .......... .......... 65% 309K 47s unit-abot-epc-basic-0: 11:34:36 DEBUG unit.abot-epc-basic/0.install 30700K .......... .......... .......... .......... .......... 65% 257K 47s unit-abot-epc-basic-0: 11:34:36 DEBUG unit.abot-epc-basic/0.install 30750K .......... .......... .......... .......... .......... 65% 336K 47s unit-abot-epc-basic-0: 11:34:36 DEBUG unit.abot-epc-basic/0.install 30800K .......... .......... .......... .......... .......... 66% 310K 46s unit-abot-epc-basic-0: 11:34:36 DEBUG unit.abot-epc-basic/0.install 30850K .......... .......... .......... .......... .......... 66% 337K 46s unit-abot-epc-basic-0: 11:34:37 DEBUG unit.abot-epc-basic/0.install 30900K .......... .......... .......... .......... .......... 66% 139K 46s unit-abot-epc-basic-0: 11:34:37 DEBUG unit.abot-epc-basic/0.install 30950K .......... .......... .......... .......... .......... 66% 49.3M 46s unit-abot-epc-basic-0: 11:34:37 DEBUG unit.abot-epc-basic/0.install 31000K .......... .......... .......... .......... .......... 66% 368K 46s unit-abot-epc-basic-0: 11:34:37 DEBUG unit.abot-epc-basic/0.install 31050K .......... .......... .......... .......... .......... 66% 255K 46s unit-abot-epc-basic-0: 11:34:37 DEBUG unit.abot-epc-basic/0.install 31100K .......... .......... .......... .......... .......... 66% 287K 46s unit-abot-epc-basic-0: 11:34:37 DEBUG unit.abot-epc-basic/0.install 31150K .......... .......... .......... .......... .......... 66% 265K 46s unit-mysql-0: 11:34:37 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libhtml-template-perl. unit-mysql-0: 11:34:37 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libhtml-template-perl_2.95-1_all.deb ... unit-abot-epc-basic-0: 11:34:37 DEBUG unit.abot-epc-basic/0.install 31200K .......... .......... .......... .......... .......... 66% 328K 45s unit-mysql-0: 11:34:38 DEBUG unit.mysql/0.config-changed Unpacking libhtml-template-perl (2.95-1) ... unit-abot-epc-basic-0: 11:34:38 DEBUG unit.abot-epc-basic/0.install 31250K .......... .......... .......... .......... .......... 67% 305K 45s unit-abot-epc-basic-0: 11:34:38 DEBUG unit.abot-epc-basic/0.install 31300K .......... .......... .......... .......... .......... 67% 228K 45s unit-abot-epc-basic-0: 11:34:38 DEBUG unit.abot-epc-basic/0.install 31350K .......... .......... .......... .......... .......... 67% 447K 45s unit-mysql-0: 11:34:38 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-server. unit-mysql-0: 11:34:38 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-server_5.5.62-0ubuntu0.14.04.1_all.deb ... unit-abot-epc-basic-0: 11:34:38 DEBUG unit.abot-epc-basic/0.install 31400K .......... .......... .......... .......... .......... 67% 292K 45s unit-mysql-0: 11:34:38 DEBUG unit.mysql/0.config-changed Unpacking mysql-server (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 11:34:38 DEBUG unit.abot-epc-basic/0.install 31450K .......... .......... .......... .......... .......... 67% 351K 45s unit-abot-epc-basic-0: 11:34:38 DEBUG unit.abot-epc-basic/0.install 31500K .......... .......... .......... .......... .......... 67% 265K 45s unit-mysql-0: 11:34:39 DEBUG unit.mysql/0.config-changed Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:34:39 DEBUG unit.abot-epc-basic/0.install 31550K .......... .......... .......... .......... .......... 67% 351K 44s unit-abot-epc-basic-0: 11:34:39 DEBUG unit.abot-epc-basic/0.install 31600K .......... .......... .......... .......... .......... 67% 421K 44s unit-abot-epc-basic-0: 11:34:39 DEBUG unit.abot-epc-basic/0.install 31650K .......... .......... .......... .......... .......... 67% 307K 44s unit-abot-epc-basic-0: 11:34:39 DEBUG unit.abot-epc-basic/0.install 31700K .......... .......... .......... .......... .......... 67% 362K 44s unit-abot-epc-basic-0: 11:34:39 DEBUG unit.abot-epc-basic/0.install 31750K .......... .......... .......... .......... .......... 68% 321K 44s unit-abot-epc-basic-0: 11:34:39 DEBUG unit.abot-epc-basic/0.install 31800K .......... .......... .......... .......... .......... 68% 277K 44s unit-mysql-0: 11:34:39 DEBUG unit.mysql/0.config-changed Processing triggers for ureadahead (0.100.0-16) ... unit-abot-epc-basic-0: 11:34:39 DEBUG unit.abot-epc-basic/0.install 31850K .......... .......... .......... .......... .......... 68% 448K 44s unit-mysql-0: 11:34:40 DEBUG unit.mysql/0.config-changed Setting up libdbi-perl (1.630-1) ... unit-abot-epc-basic-0: 11:34:40 DEBUG unit.abot-epc-basic/0.install 31900K .......... .......... .......... .......... .......... 68% 310K 43s unit-abot-epc-basic-0: 11:34:40 DEBUG unit.abot-epc-basic/0.install 31950K .......... .......... .......... .......... .......... 68% 402K 43s unit-mysql-0: 11:34:40 DEBUG unit.mysql/0.config-changed Setting up libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-abot-epc-basic-0: 11:34:40 DEBUG unit.abot-epc-basic/0.install 32000K .......... .......... .......... .......... .......... 68% 359K 43s unit-abot-epc-basic-0: 11:34:40 DEBUG unit.abot-epc-basic/0.install 32050K .......... .......... .......... .......... .......... 68% 371K 43s unit-mysql-0: 11:34:40 DEBUG unit.mysql/0.config-changed Setting up libterm-readkey-perl (2.31-1) ... unit-abot-epc-basic-0: 11:34:40 DEBUG unit.abot-epc-basic/0.install 32100K .......... .......... .......... .......... .......... 68% 319K 43s unit-mysql-0: 11:34:40 DEBUG unit.mysql/0.config-changed Setting up mysql-client-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 11:34:40 DEBUG unit.abot-epc-basic/0.install 32150K .......... .......... .......... .......... .......... 68% 278K 43s unit-abot-epc-basic-0: 11:34:41 DEBUG unit.abot-epc-basic/0.install 32200K .......... .......... .......... .......... .......... 69% 436K 43s unit-abot-epc-basic-0: 11:34:41 DEBUG unit.abot-epc-basic/0.install 32250K .......... .......... .......... .......... .......... 69% 308K 42s unit-abot-epc-basic-0: 11:34:41 DEBUG unit.abot-epc-basic/0.install 32300K .......... .......... .......... .......... .......... 69% 416K 42s unit-mysql-0: 11:34:41 DEBUG unit.mysql/0.config-changed Setting up mysql-client-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 11:34:41 DEBUG unit.abot-epc-basic/0.install 32350K .......... .......... .......... .......... .......... 69% 356K 42s unit-abot-epc-basic-0: 11:34:41 DEBUG unit.abot-epc-basic/0.install 32400K .......... .......... .......... .......... .......... 69% 336K 42s unit-mysql-0: 11:34:41 DEBUG unit.mysql/0.config-changed Setting up mysql-server-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 11:34:41 DEBUG unit.abot-epc-basic/0.install 32450K .......... .......... .......... .......... .......... 69% 277K 42s unit-abot-epc-basic-0: 11:34:41 DEBUG unit.abot-epc-basic/0.install 32500K .......... .......... .......... .......... .......... 69% 353K 42s unit-abot-epc-basic-0: 11:34:42 DEBUG unit.abot-epc-basic/0.install 32550K .......... .......... .......... .......... .......... 69% 405K 41s unit-mysql-0: 11:34:42 DEBUG unit.mysql/0.config-changed Setting up mysql-server-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 11:34:42 DEBUG unit.abot-epc-basic/0.install 32600K .......... .......... .......... .......... .......... 69% 324K 41s unit-abot-epc-basic-0: 11:34:42 DEBUG unit.abot-epc-basic/0.install 32650K .......... .......... .......... .......... .......... 70% 367K 41s unit-abot-epc-basic-0: 11:34:42 DEBUG unit.abot-epc-basic/0.install 32700K .......... .......... .......... .......... .......... 70% 313K 41s unit-abot-epc-basic-0: 11:34:42 DEBUG unit.abot-epc-basic/0.install 32750K .......... .......... .......... .......... .......... 70% 447K 41s unit-abot-epc-basic-0: 11:34:42 DEBUG unit.abot-epc-basic/0.install 32800K .......... .......... .......... .......... .......... 70% 350K 41s unit-abot-epc-basic-0: 11:34:42 DEBUG unit.abot-epc-basic/0.install 32850K .......... .......... .......... .......... .......... 70% 334K 41s unit-abot-epc-basic-0: 11:34:43 DEBUG unit.abot-epc-basic/0.install 32900K .......... .......... .......... .......... .......... 70% 119K 41s unit-abot-epc-basic-0: 11:34:43 DEBUG unit.abot-epc-basic/0.install 32950K .......... .......... .......... .......... .......... 70% 63.4M 40s unit-abot-epc-basic-0: 11:34:43 DEBUG unit.abot-epc-basic/0.install 33000K .......... .......... .......... .......... .......... 70% 10.8M 40s unit-abot-epc-basic-0: 11:34:43 DEBUG unit.abot-epc-basic/0.install 33050K .......... .......... .......... .......... .......... 70% 227K 40s unit-abot-epc-basic-0: 11:34:43 DEBUG unit.abot-epc-basic/0.install 33100K .......... .......... .......... .......... .......... 70% 119K 40s unit-abot-epc-basic-0: 11:34:43 DEBUG unit.abot-epc-basic/0.install 33150K .......... .......... .......... .......... .......... 71% 58.9M 40s unit-abot-epc-basic-0: 11:34:44 DEBUG unit.abot-epc-basic/0.install 33200K .......... .......... .......... .......... .......... 71% 436K 40s unit-abot-epc-basic-0: 11:34:44 DEBUG unit.abot-epc-basic/0.install 33250K .......... .......... .......... .......... .......... 71% 203K 40s unit-abot-epc-basic-0: 11:34:44 DEBUG unit.abot-epc-basic/0.install 33300K .......... .......... .......... .......... .......... 71% 226K 39s unit-abot-epc-basic-0: 11:34:44 DEBUG unit.abot-epc-basic/0.install 33350K .......... .......... .......... .......... .......... 71% 237K 39s unit-abot-epc-basic-0: 11:34:44 DEBUG unit.abot-epc-basic/0.install 33400K .......... .......... .......... .......... .......... 71% 234K 39s unit-abot-epc-basic-0: 11:34:45 DEBUG unit.abot-epc-basic/0.install 33450K .......... .......... .......... .......... .......... 71% 331K 39s unit-abot-epc-basic-0: 11:34:45 DEBUG unit.abot-epc-basic/0.install 33500K .......... .......... .......... .......... .......... 71% 230K 39s unit-abot-epc-basic-0: 11:34:45 DEBUG unit.abot-epc-basic/0.install 33550K .......... .......... .......... .......... .......... 71% 203K 39s unit-abot-epc-basic-0: 11:34:45 DEBUG unit.abot-epc-basic/0.install 33600K .......... .......... .......... .......... .......... 72% 262K 39s unit-abot-epc-basic-0: 11:34:45 DEBUG unit.abot-epc-basic/0.install 33650K .......... .......... .......... .......... .......... 72% 245K 39s unit-abot-epc-basic-0: 11:34:46 DEBUG unit.abot-epc-basic/0.install 33700K .......... .......... .......... .......... .......... 72% 333K 38s unit-abot-epc-basic-0: 11:34:46 DEBUG unit.abot-epc-basic/0.install 33750K .......... .......... .......... .......... .......... 72% 212K 38s unit-abot-epc-basic-0: 11:34:46 DEBUG unit.abot-epc-basic/0.install 33800K .......... .......... .......... .......... .......... 72% 220K 38s unit-abot-epc-basic-0: 11:34:46 DEBUG unit.abot-epc-basic/0.install 33850K .......... .......... .......... .......... .......... 72% 225K 38s unit-abot-epc-basic-0: 11:34:46 DEBUG unit.abot-epc-basic/0.install 33900K .......... .......... .......... .......... .......... 72% 289K 38s unit-abot-epc-basic-0: 11:34:47 DEBUG unit.abot-epc-basic/0.install 33950K .......... .......... .......... .......... .......... 72% 343K 38s unit-abot-epc-basic-0: 11:34:47 DEBUG unit.abot-epc-basic/0.install 34000K .......... .......... .......... .......... .......... 72% 220K 38s unit-abot-epc-basic-0: 11:34:47 DEBUG unit.abot-epc-basic/0.install 34050K .......... .......... .......... .......... .......... 73% 203K 37s unit-abot-epc-basic-0: 11:34:47 DEBUG unit.abot-epc-basic/0.install 34100K .......... .......... .......... .......... .......... 73% 263K 37s unit-abot-epc-basic-0: 11:34:47 DEBUG unit.abot-epc-basic/0.install 34150K .......... .......... .......... .......... .......... 73% 254K 37s unit-abot-epc-basic-0: 11:34:48 DEBUG unit.abot-epc-basic/0.install 34200K .......... .......... .......... .......... .......... 73% 318K 37s unit-abot-epc-basic-0: 11:34:48 DEBUG unit.abot-epc-basic/0.install 34250K .......... .......... .......... .......... .......... 73% 211K 37s unit-abot-epc-basic-0: 11:34:48 DEBUG unit.abot-epc-basic/0.install 34300K .......... .......... .......... .......... .......... 73% 244K 37s unit-abot-epc-basic-0: 11:34:48 DEBUG unit.abot-epc-basic/0.install 34350K .......... .......... .......... .......... .......... 73% 249K 37s unit-abot-epc-basic-0: 11:34:48 DEBUG unit.abot-epc-basic/0.install 34400K .......... .......... .......... .......... .......... 73% 436K 37s unit-abot-epc-basic-0: 11:34:49 DEBUG unit.abot-epc-basic/0.install 34450K .......... .......... .......... .......... .......... 73% 211K 36s unit-abot-epc-basic-0: 11:34:49 DEBUG unit.abot-epc-basic/0.install 34500K .......... .......... .......... .......... .......... 73% 254K 36s unit-abot-epc-basic-0: 11:34:49 DEBUG unit.abot-epc-basic/0.install 34550K .......... .......... .......... .......... .......... 74% 307K 36s unit-abot-epc-basic-0: 11:34:49 DEBUG unit.abot-epc-basic/0.install 34600K .......... .......... .......... .......... .......... 74% 332K 36s unit-abot-epc-basic-0: 11:34:49 DEBUG unit.abot-epc-basic/0.install 34650K .......... .......... .......... .......... .......... 74% 254K 36s unit-abot-epc-basic-0: 11:34:49 DEBUG unit.abot-epc-basic/0.install 34700K .......... .......... .......... .......... .......... 74% 344K 36s unit-abot-epc-basic-0: 11:34:50 DEBUG unit.abot-epc-basic/0.install 34750K .......... .......... .......... .......... .......... 74% 322K 36s unit-abot-epc-basic-0: 11:34:50 DEBUG unit.abot-epc-basic/0.install 34800K .......... .......... .......... .......... .......... 74% 123K 35s unit-abot-epc-basic-0: 11:34:50 DEBUG unit.abot-epc-basic/0.install 34850K .......... .......... .......... .......... .......... 74% 53.6M 35s unit-abot-epc-basic-0: 11:34:50 DEBUG unit.abot-epc-basic/0.install 34900K .......... .......... .......... .......... .......... 74% 707K 35s unit-abot-epc-basic-0: 11:34:50 DEBUG unit.abot-epc-basic/0.install 34950K .......... .......... .......... .......... .......... 74% 277K 35s unit-abot-epc-basic-0: 11:34:50 DEBUG unit.abot-epc-basic/0.install 35000K .......... .......... .......... .......... .......... 75% 326K 35s unit-abot-epc-basic-0: 11:34:51 DEBUG unit.abot-epc-basic/0.install 35050K .......... .......... .......... .......... .......... 75% 255K 35s unit-abot-epc-basic-0: 11:34:51 DEBUG unit.abot-epc-basic/0.install 35100K .......... .......... .......... .......... .......... 75% 305K 35s unit-abot-epc-basic-0: 11:34:51 DEBUG unit.abot-epc-basic/0.install 35150K .......... .......... .......... .......... .......... 75% 256K 34s unit-abot-epc-basic-0: 11:34:51 DEBUG unit.abot-epc-basic/0.install 35200K .......... .......... .......... .......... .......... 75% 342K 34s unit-abot-epc-basic-0: 11:34:51 DEBUG unit.abot-epc-basic/0.install 35250K .......... .......... .......... .......... .......... 75% 324K 34s unit-abot-epc-basic-0: 11:34:51 DEBUG unit.abot-epc-basic/0.install 35300K .......... .......... .......... .......... .......... 75% 328K 34s unit-abot-epc-basic-0: 11:34:52 DEBUG unit.abot-epc-basic/0.install 35350K .......... .......... .......... .......... .......... 75% 285K 34s unit-abot-epc-basic-0: 11:34:52 DEBUG unit.abot-epc-basic/0.install 35400K .......... .......... .......... .......... .......... 75% 295K 34s unit-abot-epc-basic-0: 11:34:52 DEBUG unit.abot-epc-basic/0.install 35450K .......... .......... .......... .......... .......... 76% 424K 34s unit-abot-epc-basic-0: 11:34:52 DEBUG unit.abot-epc-basic/0.install 35500K .......... .......... .......... .......... .......... 76% 354K 33s unit-abot-epc-basic-0: 11:34:52 DEBUG unit.abot-epc-basic/0.install 35550K .......... .......... .......... .......... .......... 76% 327K 33s unit-abot-epc-basic-0: 11:34:52 DEBUG unit.abot-epc-basic/0.install 35600K .......... .......... .......... .......... .......... 76% 338K 33s unit-abot-epc-basic-0: 11:34:53 DEBUG unit.abot-epc-basic/0.install 35650K .......... .......... .......... .......... .......... 76% 257K 33s unit-abot-epc-basic-0: 11:34:53 DEBUG unit.abot-epc-basic/0.install 35700K .......... .......... .......... .......... .......... 76% 586K 33s unit-abot-epc-basic-0: 11:34:53 DEBUG unit.abot-epc-basic/0.install 35750K .......... .......... .......... .......... .......... 76% 288K 33s unit-abot-epc-basic-0: 11:34:53 DEBUG unit.abot-epc-basic/0.install 35800K .......... .......... .......... .......... .......... 76% 433K 32s unit-abot-epc-basic-0: 11:34:53 DEBUG unit.abot-epc-basic/0.install 35850K .......... .......... .......... .......... .......... 76% 279K 32s unit-abot-epc-basic-0: 11:34:53 DEBUG unit.abot-epc-basic/0.install 35900K .......... .......... .......... .......... .......... 76% 444K 32s unit-abot-epc-basic-0: 11:34:53 DEBUG unit.abot-epc-basic/0.install 35950K .......... .......... .......... .......... .......... 77% 335K 32s unit-abot-epc-basic-0: 11:34:54 DEBUG unit.abot-epc-basic/0.install 36000K .......... .......... .......... .......... .......... 77% 260K 32s unit-abot-epc-basic-0: 11:34:54 DEBUG unit.abot-epc-basic/0.install 36050K .......... .......... .......... .......... .......... 77% 558K 32s unit-abot-epc-basic-0: 11:34:54 DEBUG unit.abot-epc-basic/0.install 36100K .......... .......... .......... .......... .......... 77% 295K 32s unit-abot-epc-basic-0: 11:34:54 DEBUG unit.abot-epc-basic/0.install 36150K .......... .......... .......... .......... .......... 77% 413K 31s unit-abot-epc-basic-0: 11:34:54 DEBUG unit.abot-epc-basic/0.install 36200K .......... .......... .......... .......... .......... 77% 363K 31s unit-abot-epc-basic-0: 11:34:54 DEBUG unit.abot-epc-basic/0.install 36250K .......... .......... .......... .......... .......... 77% 267K 31s unit-abot-epc-basic-0: 11:34:54 DEBUG unit.abot-epc-basic/0.install 36300K .......... .......... .......... .......... .......... 77% 444K 31s unit-abot-epc-basic-0: 11:34:55 DEBUG unit.abot-epc-basic/0.install 36350K .......... .......... .......... .......... .......... 77% 264K 31s unit-abot-epc-basic-0: 11:34:55 DEBUG unit.abot-epc-basic/0.install 36400K .......... .......... .......... .......... .......... 78% 555K 31s unit-abot-epc-basic-0: 11:34:55 DEBUG unit.abot-epc-basic/0.install 36450K .......... .......... .......... .......... .......... 78% 294K 31s unit-abot-epc-basic-0: 11:34:55 DEBUG unit.abot-epc-basic/0.install 36500K .......... .......... .......... .......... .......... 78% 413K 30s unit-abot-epc-basic-0: 11:34:55 DEBUG unit.abot-epc-basic/0.install 36550K .......... .......... .......... .......... .......... 78% 354K 30s unit-abot-epc-basic-0: 11:34:55 DEBUG unit.abot-epc-basic/0.install 36600K .......... .......... .......... .......... .......... 78% 273K 30s unit-mysql-0: 11:34:55 DEBUG unit.mysql/0.config-changed 181026 11:34:55 [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: 11:34:55 DEBUG unit.mysql/0.config-changed 181026 11:34:55 [Note] Ignoring --secure-file-priv value as server is running with --bootstrap. unit-mysql-0: 11:34:55 DEBUG unit.mysql/0.config-changed 181026 11:34:55 [Note] /usr/sbin/mysqld (mysqld 5.5.62-0ubuntu0.14.04.1) starting as process 11602 ... unit-abot-epc-basic-0: 11:34:55 DEBUG unit.abot-epc-basic/0.install 36650K .......... .......... .......... .......... .......... 78% 466K 30s unit-abot-epc-basic-0: 11:34:56 DEBUG unit.abot-epc-basic/0.install 36700K .......... .......... .......... .......... .......... 78% 319K 30s unit-abot-epc-basic-0: 11:34:56 DEBUG unit.abot-epc-basic/0.install 36750K .......... .......... .......... .......... .......... 78% 382K 30s unit-abot-epc-basic-0: 11:34:56 DEBUG unit.abot-epc-basic/0.install 36800K .......... .......... .......... .......... .......... 78% 302K 29s unit-abot-epc-basic-0: 11:34:56 DEBUG unit.abot-epc-basic/0.install 36850K .......... .......... .......... .......... .......... 79% 477K 29s unit-abot-epc-basic-0: 11:34:56 DEBUG unit.abot-epc-basic/0.install 36900K .......... .......... .......... .......... .......... 79% 334K 29s unit-abot-epc-basic-0: 11:34:56 DEBUG unit.abot-epc-basic/0.install 36950K .......... .......... .......... .......... .......... 79% 425K 29s unit-abot-epc-basic-0: 11:34:56 DEBUG unit.abot-epc-basic/0.install 37000K .......... .......... .......... .......... .......... 79% 371K 29s unit-abot-epc-basic-0: 11:34:56 DEBUG unit.abot-epc-basic/0.install 37050K .......... .......... .......... .......... .......... 79% 421K 29s unit-abot-epc-basic-0: 11:34:57 DEBUG unit.abot-epc-basic/0.install 37100K .......... .......... .......... .......... .......... 79% 369K 29s unit-abot-epc-basic-0: 11:34:57 DEBUG unit.abot-epc-basic/0.install 37150K .......... .......... .......... .......... .......... 79% 427K 28s unit-abot-epc-basic-0: 11:34:57 DEBUG unit.abot-epc-basic/0.install 37200K .......... .......... .......... .......... .......... 79% 376K 28s unit-abot-epc-basic-0: 11:34:58 DEBUG unit.abot-epc-basic/0.install 37250K .......... .......... .......... .......... .......... 79% 71.8K 28s unit-abot-epc-basic-0: 11:34:58 DEBUG unit.abot-epc-basic/0.install 37300K .......... .......... .......... .......... .......... 79% 53.7M 28s unit-abot-epc-basic-0: 11:34:58 DEBUG unit.abot-epc-basic/0.install 37350K .......... .......... .......... .......... .......... 80% 61.8M 28s unit-abot-epc-basic-0: 11:34:58 DEBUG unit.abot-epc-basic/0.install 37400K .......... .......... .......... .......... .......... 80% 58.8M 28s unit-abot-epc-basic-0: 11:34:58 DEBUG unit.abot-epc-basic/0.install 37450K .......... .......... .......... .......... .......... 80% 1.03M 27s unit-abot-epc-basic-0: 11:34:58 DEBUG unit.abot-epc-basic/0.install 37500K .......... .......... .......... .......... .......... 80% 390K 27s unit-abot-epc-basic-0: 11:34:58 DEBUG unit.abot-epc-basic/0.install 37550K .......... .......... .......... .......... .......... 80% 370K 27s unit-abot-epc-basic-0: 11:34:58 DEBUG unit.abot-epc-basic/0.install 37600K .......... .......... .......... .......... .......... 80% 316K 27s unit-abot-epc-basic-0: 11:34:58 DEBUG unit.abot-epc-basic/0.install 37650K .......... .......... .......... .......... .......... 80% 495K 27s unit-abot-epc-basic-0: 11:34:58 DEBUG unit.abot-epc-basic/0.install 37700K .......... .......... .......... .......... .......... 80% 268K 27s unit-abot-epc-basic-0: 11:34:58 DEBUG unit.abot-epc-basic/0.install 37750K .......... .......... .......... .......... .......... 80% 443K 27s unit-abot-epc-basic-0: 11:34:59 DEBUG unit.abot-epc-basic/0.install 37800K .......... .......... .......... .......... .......... 81% 341K 26s unit-abot-epc-basic-0: 11:34:59 DEBUG unit.abot-epc-basic/0.install 37850K .......... .......... .......... .......... .......... 81% 357K 26s unit-abot-epc-basic-0: 11:34:59 DEBUG unit.abot-epc-basic/0.install 37900K .......... .......... .......... .......... .......... 81% 442K 26s unit-abot-epc-basic-0: 11:34:59 DEBUG unit.abot-epc-basic/0.install 37950K .......... .......... .......... .......... .......... 81% 357K 26s unit-abot-epc-basic-0: 11:34:59 DEBUG unit.abot-epc-basic/0.install 38000K .......... .......... .......... .......... .......... 81% 446K 26s unit-abot-epc-basic-0: 11:34:59 DEBUG unit.abot-epc-basic/0.install 38050K .......... .......... .......... .......... .......... 81% 357K 26s unit-abot-epc-basic-0: 11:34:59 DEBUG unit.abot-epc-basic/0.install 38100K .......... .......... .......... .......... .......... 81% 445K 25s unit-abot-epc-basic-0: 11:34:59 DEBUG unit.abot-epc-basic/0.install 38150K .......... .......... .......... .......... .......... 81% 358K 25s unit-abot-epc-basic-0: 11:35:00 DEBUG unit.abot-epc-basic/0.install 38200K .......... .......... .......... .......... .......... 81% 446K 25s unit-abot-epc-basic-0: 11:35:00 DEBUG unit.abot-epc-basic/0.install 38250K .......... .......... .......... .......... .......... 82% 465K 25s unit-abot-epc-basic-0: 11:35:00 DEBUG unit.abot-epc-basic/0.install 38300K .......... .......... .......... .......... .......... 82% 346K 25s unit-abot-epc-basic-0: 11:35:00 DEBUG unit.abot-epc-basic/0.install 38350K .......... .......... .......... .......... .......... 82% 458K 25s unit-abot-epc-basic-0: 11:35:00 DEBUG unit.abot-epc-basic/0.install 38400K .......... .......... .......... .......... .......... 82% 352K 25s unit-abot-epc-basic-0: 11:35:00 DEBUG unit.abot-epc-basic/0.install 38450K .......... .......... .......... .......... .......... 82% 464K 24s unit-abot-epc-basic-0: 11:35:00 DEBUG unit.abot-epc-basic/0.install 38500K .......... .......... .......... .......... .......... 82% 410K 24s unit-abot-epc-basic-0: 11:35:00 DEBUG unit.abot-epc-basic/0.install 38550K .......... .......... .......... .......... .......... 82% 545K 24s unit-abot-epc-basic-0: 11:35:01 DEBUG unit.abot-epc-basic/0.install 38600K .......... .......... .......... .......... .......... 82% 329K 24s unit-abot-epc-basic-0: 11:35:01 DEBUG unit.abot-epc-basic/0.install 38650K .......... .......... .......... .......... .......... 82% 520K 24s unit-abot-epc-basic-0: 11:35:01 DEBUG unit.abot-epc-basic/0.install 38700K .......... .......... .......... .......... .......... 82% 123K 24s unit-abot-epc-basic-0: 11:35:01 DEBUG unit.abot-epc-basic/0.install 38750K .......... .......... .......... .......... .......... 83% 48.9M 23s unit-abot-epc-basic-0: 11:35:01 DEBUG unit.abot-epc-basic/0.install 38800K .......... .......... .......... .......... .......... 83% 68.5M 23s unit-abot-epc-basic-0: 11:35:01 DEBUG unit.abot-epc-basic/0.install 38850K .......... .......... .......... .......... .......... 83% 530K 23s unit-abot-epc-basic-0: 11:35:01 DEBUG unit.abot-epc-basic/0.install 38900K .......... .......... .......... .......... .......... 83% 316K 23s unit-abot-epc-basic-0: 11:35:01 DEBUG unit.abot-epc-basic/0.install 38950K .......... .......... .......... .......... .......... 83% 280K 23s unit-abot-epc-basic-0: 11:35:02 DEBUG unit.abot-epc-basic/0.install 39000K .......... .......... .......... .......... .......... 83% 483K 23s unit-abot-epc-basic-0: 11:35:02 DEBUG unit.abot-epc-basic/0.install 39050K .......... .......... .......... .......... .......... 83% 257K 23s unit-abot-epc-basic-0: 11:35:02 DEBUG unit.abot-epc-basic/0.install 39100K .......... .......... .......... .......... .......... 83% 425K 22s unit-abot-epc-basic-0: 11:35:02 DEBUG unit.abot-epc-basic/0.install 39150K .......... .......... .......... .......... .......... 83% 308K 22s unit-abot-epc-basic-0: 11:35:02 DEBUG unit.abot-epc-basic/0.install 39200K .......... .......... .......... .......... .......... 84% 519K 22s unit-abot-epc-basic-0: 11:35:02 DEBUG unit.abot-epc-basic/0.install 39250K .......... .......... .......... .......... .......... 84% 319K 22s unit-abot-epc-basic-0: 11:35:03 DEBUG unit.abot-epc-basic/0.install 39300K .......... .......... .......... .......... .......... 84% 126K 22s unit-abot-epc-basic-0: 11:35:03 DEBUG unit.abot-epc-basic/0.install 39350K .......... .......... .......... .......... .......... 84% 49.5M 22s unit-abot-epc-basic-0: 11:35:03 DEBUG unit.abot-epc-basic/0.install 39400K .......... .......... .......... .......... .......... 84% 792K 22s unit-abot-epc-basic-0: 11:35:03 DEBUG unit.abot-epc-basic/0.install 39450K .......... .......... .......... .......... .......... 84% 352K 21s unit-abot-epc-basic-0: 11:35:03 DEBUG unit.abot-epc-basic/0.install 39500K .......... .......... .......... .......... .......... 84% 277K 21s unit-abot-epc-basic-0: 11:35:03 DEBUG unit.abot-epc-basic/0.install 39550K .......... .......... .......... .......... .......... 84% 269K 21s unit-abot-epc-basic-0: 11:35:03 DEBUG unit.abot-epc-basic/0.install 39600K .......... .......... .......... .......... .......... 84% 359K 21s unit-abot-epc-basic-0: 11:35:04 DEBUG unit.abot-epc-basic/0.install 39650K .......... .......... .......... .......... .......... 85% 326K 21s unit-abot-epc-basic-0: 11:35:04 DEBUG unit.abot-epc-basic/0.install 39700K .......... .......... .......... .......... .......... 85% 274K 21s unit-abot-epc-basic-0: 11:35:04 DEBUG unit.abot-epc-basic/0.install 39750K .......... .......... .......... .......... .......... 85% 494K 20s unit-abot-epc-basic-0: 11:35:04 DEBUG unit.abot-epc-basic/0.install 39800K .......... .......... .......... .......... .......... 85% 230K 20s unit-abot-epc-basic-0: 11:35:04 DEBUG unit.abot-epc-basic/0.install 39850K .......... .......... .......... .......... .......... 85% 336K 20s unit-abot-epc-basic-0: 11:35:04 DEBUG unit.abot-epc-basic/0.install 39900K .......... .......... .......... .......... .......... 85% 372K 20s unit-abot-epc-basic-0: 11:35:05 DEBUG unit.abot-epc-basic/0.install 39950K .......... .......... .......... .......... .......... 85% 261K 20s unit-abot-epc-basic-0: 11:35:05 DEBUG unit.abot-epc-basic/0.install 40000K .......... .......... .......... .......... .......... 85% 393K 20s unit-abot-epc-basic-0: 11:35:05 DEBUG unit.abot-epc-basic/0.install 40050K .......... .......... .......... .......... .......... 85% 326K 20s unit-abot-epc-basic-0: 11:35:05 DEBUG unit.abot-epc-basic/0.install 40100K .......... .......... .......... .......... .......... 85% 326K 19s unit-abot-epc-basic-0: 11:35:05 DEBUG unit.abot-epc-basic/0.install 40150K .......... .......... .......... .......... .......... 86% 385K 19s unit-abot-epc-basic-0: 11:35:05 DEBUG unit.abot-epc-basic/0.install 40200K .......... .......... .......... .......... .......... 86% 273K 19s unit-abot-epc-basic-0: 11:35:05 DEBUG unit.abot-epc-basic/0.install 40250K .......... .......... .......... .......... .......... 86% 664K 19s unit-abot-epc-basic-0: 11:35:06 DEBUG unit.abot-epc-basic/0.install 40300K .......... .......... .......... .......... .......... 86% 234K 19s unit-abot-epc-basic-0: 11:35:06 DEBUG unit.abot-epc-basic/0.install 40350K .......... .......... .......... .......... .......... 86% 329K 19s unit-abot-epc-basic-0: 11:35:06 DEBUG unit.abot-epc-basic/0.install 40400K .......... .......... .......... .......... .......... 86% 482K 19s unit-mysql-0: 11:35:06 DEBUG unit.mysql/0.config-changed mysql start/running, process 11735 unit-abot-epc-basic-0: 11:35:06 DEBUG unit.abot-epc-basic/0.install 40450K .......... .......... .......... .......... .......... 86% 237K 18s unit-abot-epc-basic-0: 11:35:06 DEBUG unit.abot-epc-basic/0.install 40500K .......... .......... .......... .......... .......... 86% 655K 18s unit-mysql-0: 11:35:06 DEBUG unit.mysql/0.config-changed Setting up libhtml-template-perl (2.95-1) ... unit-abot-epc-basic-0: 11:35:06 DEBUG unit.abot-epc-basic/0.install 40550K .......... .......... .......... .......... .......... 86% 233K 18s unit-mysql-0: 11:35:06 DEBUG unit.mysql/0.config-changed Processing triggers for ureadahead (0.100.0-16) ... unit-abot-epc-basic-0: 11:35:06 DEBUG unit.abot-epc-basic/0.install 40600K .......... .......... .......... .......... .......... 87% 372K 18s unit-abot-epc-basic-0: 11:35:07 DEBUG unit.abot-epc-basic/0.install 40650K .......... .......... .......... .......... .......... 87% 406K 18s unit-mysql-0: 11:35:07 DEBUG unit.mysql/0.config-changed Setting up mysql-server (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 11:35:07 DEBUG unit.abot-epc-basic/0.install 40700K .......... .......... .......... .......... .......... 87% 269K 18s unit-abot-epc-basic-0: 11:35:07 DEBUG unit.abot-epc-basic/0.install 40750K .......... .......... .......... .......... .......... 87% 510K 18s unit-abot-epc-basic-0: 11:35:07 DEBUG unit.abot-epc-basic/0.install 40800K .......... .......... .......... .......... .......... 87% 232K 17s unit-abot-epc-basic-0: 11:35:07 DEBUG unit.abot-epc-basic/0.install 40850K .......... .......... .......... .......... .......... 87% 364K 17s unit-abot-epc-basic-0: 11:35:07 DEBUG unit.abot-epc-basic/0.install 40900K .......... .......... .......... .......... .......... 87% 400K 17s unit-mysql-0: 11:35:07 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 11:35:07 INFO unit.mysql/0.juju-log dataset size in bytes: 1677721600 unit-abot-epc-basic-0: 11:35:08 DEBUG unit.abot-epc-basic/0.install 40950K .......... .......... .......... .......... .......... 87% 271K 17s unit-abot-epc-basic-0: 11:35:08 DEBUG unit.abot-epc-basic/0.install 41000K .......... .......... .......... .......... .......... 87% 516K 17s unit-abot-epc-basic-0: 11:35:08 DEBUG unit.abot-epc-basic/0.install 41050K .......... .......... .......... .......... .......... 88% 277K 17s unit-abot-epc-basic-0: 11:35:08 DEBUG unit.abot-epc-basic/0.install 41100K .......... .......... .......... .......... .......... 88% 390K 16s unit-abot-epc-basic-0: 11:35:08 DEBUG unit.abot-epc-basic/0.install 41150K .......... .......... .......... .......... .......... 88% 311K 16s unit-abot-epc-basic-0: 11:35:08 DEBUG unit.abot-epc-basic/0.install 41200K .......... .......... .......... .......... .......... 88% 379K 16s unit-abot-epc-basic-0: 11:35:08 DEBUG unit.abot-epc-basic/0.install 41250K .......... .......... .......... .......... .......... 88% 398K 16s unit-abot-epc-basic-0: 11:35:09 DEBUG unit.abot-epc-basic/0.install 41300K .......... .......... .......... .......... .......... 88% 164K 16s unit-abot-epc-basic-0: 11:35:09 DEBUG unit.abot-epc-basic/0.install 41350K .......... .......... .......... .......... .......... 88% 53.5M 16s unit-abot-epc-basic-0: 11:35:09 DEBUG unit.abot-epc-basic/0.install 41400K .......... .......... .......... .......... .......... 88% 320K 16s unit-abot-epc-basic-0: 11:35:09 DEBUG unit.abot-epc-basic/0.install 41450K .......... .......... .......... .......... .......... 88% 389K 15s unit-abot-epc-basic-0: 11:35:09 DEBUG unit.abot-epc-basic/0.install 41500K .......... .......... .......... .......... .......... 88% 299K 15s unit-abot-epc-basic-0: 11:35:09 DEBUG unit.abot-epc-basic/0.install 41550K .......... .......... .......... .......... .......... 89% 240K 15s unit-abot-epc-basic-0: 11:35:09 DEBUG unit.abot-epc-basic/0.install 41600K .......... .......... .......... .......... .......... 89% 527K 15s unit-abot-epc-basic-0: 11:35:10 DEBUG unit.abot-epc-basic/0.install 41650K .......... .......... .......... .......... .......... 89% 251K 15s unit-abot-epc-basic-0: 11:35:10 DEBUG unit.abot-epc-basic/0.install 41700K .......... .......... .......... .......... .......... 89% 332K 15s unit-abot-epc-basic-0: 11:35:10 DEBUG unit.abot-epc-basic/0.install 41750K .......... .......... .......... .......... .......... 89% 377K 15s unit-abot-epc-basic-0: 11:35:10 DEBUG unit.abot-epc-basic/0.install 41800K .......... .......... .......... .......... .......... 89% 274K 14s unit-abot-epc-basic-0: 11:35:10 DEBUG unit.abot-epc-basic/0.install 41850K .......... .......... .......... .......... .......... 89% 550K 14s unit-abot-epc-basic-0: 11:35:10 DEBUG unit.abot-epc-basic/0.install 41900K .......... .......... .......... .......... .......... 89% 288K 14s unit-abot-epc-basic-0: 11:35:10 DEBUG unit.abot-epc-basic/0.install 41950K .......... .......... .......... .......... .......... 89% 445K 14s unit-abot-epc-basic-0: 11:35:11 DEBUG unit.abot-epc-basic/0.install 42000K .......... .......... .......... .......... .......... 90% 300K 14s unit-mysql-0: 11:35:11 DEBUG unit.mysql/0.config-changed mysql stop/waiting unit-abot-epc-basic-0: 11:35:11 DEBUG unit.abot-epc-basic/0.install 42050K .......... .......... .......... .......... .......... 90% 382K 14s unit-abot-epc-basic-0: 11:35:11 DEBUG unit.abot-epc-basic/0.install 42100K .......... .......... .......... .......... .......... 90% 330K 14s unit-abot-epc-basic-0: 11:35:11 DEBUG unit.abot-epc-basic/0.install 42150K .......... .......... .......... .......... .......... 90% 408K 13s unit-abot-epc-basic-0: 11:35:11 DEBUG unit.abot-epc-basic/0.install 42200K .......... .......... .......... .......... .......... 90% 333K 13s unit-abot-epc-basic-0: 11:35:11 DEBUG unit.abot-epc-basic/0.install 42250K .......... .......... .......... .......... .......... 90% 371K 13s unit-abot-epc-basic-0: 11:35:11 DEBUG unit.abot-epc-basic/0.install 42300K .......... .......... .......... .......... .......... 90% 423K 13s unit-abot-epc-basic-0: 11:35:12 DEBUG unit.abot-epc-basic/0.install 42350K .......... .......... .......... .......... .......... 90% 316K 13s unit-abot-epc-basic-0: 11:35:12 DEBUG unit.abot-epc-basic/0.install 42400K .......... .......... .......... .......... .......... 90% 528K 13s unit-abot-epc-basic-0: 11:35:12 DEBUG unit.abot-epc-basic/0.install 42450K .......... .......... .......... .......... .......... 91% 314K 12s unit-abot-epc-basic-0: 11:35:12 DEBUG unit.abot-epc-basic/0.install 42500K .......... .......... .......... .......... .......... 91% 533K 12s unit-abot-epc-basic-0: 11:35:12 DEBUG unit.abot-epc-basic/0.install 42550K .......... .......... .......... .......... .......... 91% 295K 12s unit-abot-epc-basic-0: 11:35:12 DEBUG unit.abot-epc-basic/0.install 42600K .......... .......... .......... .......... .......... 91% 179K 12s unit-abot-epc-basic-0: 11:35:12 DEBUG unit.abot-epc-basic/0.install 42650K .......... .......... .......... .......... .......... 91% 52.6M 12s unit-abot-epc-basic-0: 11:35:13 DEBUG unit.abot-epc-basic/0.install 42700K .......... .......... .......... .......... .......... 91% 265K 12s unit-mysql-0: 11:35:13 DEBUG unit.mysql/0.config-changed mysql start/running, process 11858 unit-mysql-0: 11:35:13 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-mysql-0: 11:35:13 INFO juju.worker.uniter.operation ran "config-changed" hook unit-abot-epc-basic-0: 11:35:13 DEBUG unit.abot-epc-basic/0.install 42750K .......... .......... .......... .......... .......... 91% 159K 12s unit-abot-epc-basic-0: 11:35:13 DEBUG unit.abot-epc-basic/0.install 42800K .......... .......... .......... .......... .......... 91% 57.6M 11s unit-mysql-0: 11:35:13 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-mysql-0: 11:35:13 DEBUG juju.machinelock machine lock released for uniter (run config-changed hook) unit-mysql-0: 11:35:13 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 11:35:13 INFO juju.worker.uniter found queued "start" hook unit-mysql-0: 11:35:13 DEBUG juju.worker.uniter.operation running operation run start hook unit-mysql-0: 11:35:13 DEBUG juju.machinelock acquire machine lock for uniter (run start hook) unit-mysql-0: 11:35:13 DEBUG juju.machinelock machine lock acquired for uniter (run start hook) unit-mysql-0: 11:35:13 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-mysql-0: 11:35:13 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-mysql-0: 11:35:13 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-abot-epc-basic-0: 11:35:13 DEBUG unit.abot-epc-basic/0.install 42850K .......... .......... .......... .......... .......... 91% 199K 11s unit-abot-epc-basic-0: 11:35:14 DEBUG unit.abot-epc-basic/0.install 42900K .......... .......... .......... .......... .......... 91% 99.2K 11s unit-abot-epc-basic-0: 11:35:14 DEBUG unit.abot-epc-basic/0.install 42950K .......... .......... .......... .......... .......... 92% 38.9M 11s unit-abot-epc-basic-0: 11:35:14 DEBUG unit.abot-epc-basic/0.install 43000K .......... .......... .......... .......... .......... 92% 199K 11s unit-abot-epc-basic-0: 11:35:14 DEBUG unit.abot-epc-basic/0.install 43050K .......... .......... .......... .......... .......... 92% 198K 11s unit-abot-epc-basic-0: 11:35:14 DEBUG unit.abot-epc-basic/0.install 43100K .......... .......... .......... .......... .......... 92% 198K 11s unit-abot-epc-basic-0: 11:35:15 DEBUG unit.abot-epc-basic/0.install 43150K .......... .......... .......... .......... .......... 92% 198K 10s unit-abot-epc-basic-0: 11:35:15 DEBUG unit.abot-epc-basic/0.install 43200K .......... .......... .......... .......... .......... 92% 175K 10s unit-abot-epc-basic-0: 11:35:15 DEBUG unit.abot-epc-basic/0.install 43250K .......... .......... .......... .......... .......... 92% 199K 10s unit-abot-epc-basic-0: 11:35:15 DEBUG unit.abot-epc-basic/0.install 43300K .......... .......... .......... .......... .......... 92% 198K 10s unit-abot-epc-basic-0: 11:35:16 DEBUG unit.abot-epc-basic/0.install 43350K .......... .......... .......... .......... .......... 92% 198K 10s unit-abot-epc-basic-0: 11:35:16 DEBUG unit.abot-epc-basic/0.install 43400K .......... .......... .......... .......... .......... 93% 199K 10s unit-abot-epc-basic-0: 11:35:16 DEBUG unit.abot-epc-basic/0.install 43450K .......... .......... .......... .......... .......... 93% 225K 10s unit-mysql-0: 11:35:16 DEBUG unit.mysql/0.start mysql stop/waiting unit-abot-epc-basic-0: 11:35:16 DEBUG unit.abot-epc-basic/0.install 43500K .......... .......... .......... .......... .......... 93% 177K 9s unit-abot-epc-basic-0: 11:35:17 DEBUG unit.abot-epc-basic/0.install 43550K .......... .......... .......... .......... .......... 93% 198K 9s unit-abot-epc-basic-0: 11:35:17 DEBUG unit.abot-epc-basic/0.install 43600K .......... .......... .......... .......... .......... 93% 198K 9s unit-abot-epc-basic-0: 11:35:17 DEBUG unit.abot-epc-basic/0.install 43650K .......... .......... .......... .......... .......... 93% 182K 9s unit-abot-epc-basic-0: 11:35:18 DEBUG unit.abot-epc-basic/0.install 43700K .......... .......... .......... .......... .......... 93% 198K 9s unit-abot-epc-basic-0: 11:35:18 DEBUG unit.abot-epc-basic/0.install 43750K .......... .......... .......... .......... .......... 93% 217K 9s unit-abot-epc-basic-0: 11:35:18 DEBUG unit.abot-epc-basic/0.install 43800K .......... .......... .......... .......... .......... 93% 198K 9s unit-abot-epc-basic-0: 11:35:18 DEBUG unit.abot-epc-basic/0.install 43850K .......... .......... .......... .......... .......... 94% 219K 8s unit-mysql-0: 11:35:18 DEBUG unit.mysql/0.start mysql start/running, process 11969 unit-mysql-0: 11:35:18 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-abot-epc-basic-0: 11:35:18 DEBUG unit.abot-epc-basic/0.install 43900K .......... .......... .......... .......... .......... 94% 199K 8s unit-abot-epc-basic-0: 11:35:19 DEBUG unit.abot-epc-basic/0.install 43950K .......... .......... .......... .......... .......... 94% 199K 8s unit-abot-epc-basic-0: 11:35:19 DEBUG unit.abot-epc-basic/0.install 44000K .......... .......... .......... .......... .......... 94% 199K 8s unit-abot-epc-basic-0: 11:35:19 DEBUG unit.abot-epc-basic/0.install 44050K .......... .......... .......... .......... .......... 94% 324K 8s unit-abot-epc-basic-0: 11:35:19 DEBUG unit.abot-epc-basic/0.install 44100K .......... .......... .......... .......... .......... 94% 334K 8s unit-mysql-0: 11:35:19 INFO juju.worker.uniter.operation ran "start" hook unit-mysql-0: 11:35:19 DEBUG juju.worker.uniter.operation unit mysql/0 has started but has not yet set status unit-abot-epc-basic-0: 11:35:20 DEBUG unit.abot-epc-basic/0.install 44150K .......... .......... .......... .......... .......... 94% 199K 8s unit-mysql-0: 11:35:20 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-mysql-0: 11:35:20 DEBUG juju.machinelock machine lock released for uniter (run start hook) unit-mysql-0: 11:35:20 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 11:35:20 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 11:35:20 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-mysql-0: 11:35:20 INFO juju.worker.uniter.relation joining relation "mysql:cluster" unit-abot-epc-basic-0: 11:35:20 DEBUG unit.abot-epc-basic/0.install 44200K .......... .......... .......... .......... .......... 94% 246K 7s unit-abot-epc-basic-0: 11:35:20 DEBUG unit.abot-epc-basic/0.install 44250K .......... .......... .......... .......... .......... 94% 273K 7s unit-mysql-0: 11:35:20 INFO juju.worker.uniter.relation joined relation "mysql:cluster" unit-abot-epc-basic-0: 11:35:20 DEBUG unit.abot-epc-basic/0.install 44300K .......... .......... .......... .......... .......... 94% 420K 7s unit-mysql-0: 11:35:20 INFO juju.worker.uniter.relation joining relation "oai-hss:db mysql:db" unit-abot-epc-basic-0: 11:35:20 DEBUG unit.abot-epc-basic/0.install 44350K .......... .......... .......... .......... .......... 95% 247K 7s unit-mysql-0: 11:35:20 INFO juju.worker.uniter.relation joined relation "oai-hss:db mysql:db" unit-abot-epc-basic-0: 11:35:20 DEBUG unit.abot-epc-basic/0.install 44400K .......... .......... .......... .......... .......... 95% 403K 7s unit-abot-epc-basic-0: 11:35:21 DEBUG unit.abot-epc-basic/0.install 44450K .......... .......... .......... .......... .......... 95% 284K 7s unit-abot-epc-basic-0: 11:35:21 DEBUG unit.abot-epc-basic/0.install 44500K .......... .......... .......... .......... .......... 95% 370K 6s unit-abot-epc-basic-0: 11:35:21 DEBUG unit.abot-epc-basic/0.install 44550K .......... .......... .......... .......... .......... 95% 423K 6s unit-mysql-0: 11:35:21 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 11:35:21 DEBUG unit.abot-epc-basic/0.install 44600K .......... .......... .......... .......... .......... 95% 249K 6s unit-abot-epc-basic-0: 11:35:21 DEBUG unit.abot-epc-basic/0.install 44650K .......... .......... .......... .......... .......... 95% 973K 6s unit-abot-epc-basic-0: 11:35:21 DEBUG unit.abot-epc-basic/0.install 44700K .......... .......... .......... .......... .......... 95% 372K 6s unit-abot-epc-basic-0: 11:35:21 DEBUG unit.abot-epc-basic/0.install 44750K .......... .......... .......... .......... .......... 95% 431K 6s unit-abot-epc-basic-0: 11:35:21 DEBUG unit.abot-epc-basic/0.install 44800K .......... .......... .......... .......... .......... 96% 652K 6s unit-abot-epc-basic-0: 11:35:22 DEBUG unit.abot-epc-basic/0.install 44850K .......... .......... .......... .......... .......... 96% 387K 5s unit-abot-epc-basic-0: 11:35:22 DEBUG unit.abot-epc-basic/0.install 44900K .......... .......... .......... .......... .......... 96% 625K 5s unit-abot-epc-basic-0: 11:35:22 DEBUG unit.abot-epc-basic/0.install 44950K .......... .......... .......... .......... .......... 96% 295K 5s unit-abot-epc-basic-0: 11:35:22 DEBUG unit.abot-epc-basic/0.install 45000K .......... .......... .......... .......... .......... 96% 1019K 5s unit-abot-epc-basic-0: 11:35:22 DEBUG unit.abot-epc-basic/0.install 45050K .......... .......... .......... .......... .......... 96% 650K 5s unit-abot-epc-basic-0: 11:35:22 DEBUG unit.abot-epc-basic/0.install 45100K .......... .......... .......... .......... .......... 96% 391K 5s unit-abot-epc-basic-0: 11:35:22 DEBUG unit.abot-epc-basic/0.install 45150K .......... .......... .......... .......... .......... 96% 1011K 5s unit-abot-epc-basic-0: 11:35:22 DEBUG unit.abot-epc-basic/0.install 45200K .......... .......... .......... .......... .......... 96% 663K 4s unit-abot-epc-basic-0: 11:35:22 DEBUG unit.abot-epc-basic/0.install 45250K .......... .......... .......... .......... .......... 97% 393K 4s unit-abot-epc-basic-0: 11:35:22 DEBUG unit.abot-epc-basic/0.install 45300K .......... .......... .......... .......... .......... 97% 1.03M 4s unit-abot-epc-basic-0: 11:35:22 DEBUG unit.abot-epc-basic/0.install 45350K .......... .......... .......... .......... .......... 97% 655K 4s unit-abot-epc-basic-0: 11:35:23 DEBUG unit.abot-epc-basic/0.install 45400K .......... .......... .......... .......... .......... 97% 394K 4s unit-abot-epc-basic-0: 11:35:23 DEBUG unit.abot-epc-basic/0.install 45450K .......... .......... .......... .......... .......... 97% 2.05M 4s unit-abot-epc-basic-0: 11:35:23 DEBUG unit.abot-epc-basic/0.install 45500K .......... .......... .......... .......... .......... 97% 1.60M 3s unit-abot-epc-basic-0: 11:35:23 DEBUG unit.abot-epc-basic/0.install 45550K .......... .......... .......... .......... .......... 97% 385K 3s unit-abot-epc-basic-0: 11:35:23 DEBUG unit.abot-epc-basic/0.install 45600K .......... .......... .......... .......... .......... 97% 716K 3s unit-abot-epc-basic-0: 11:35:23 DEBUG unit.abot-epc-basic/0.install 45650K .......... .......... .......... .......... .......... 97% 1.03M 3s unit-abot-epc-basic-0: 11:35:23 DEBUG unit.abot-epc-basic/0.install 45700K .......... .......... .......... .......... .......... 97% 1.44M 3s unit-abot-epc-basic-0: 11:35:23 DEBUG unit.abot-epc-basic/0.install 45750K .......... .......... .......... .......... .......... 98% 492K 3s unit-abot-epc-basic-0: 11:35:23 DEBUG unit.abot-epc-basic/0.install 45800K .......... .......... .......... .......... .......... 98% 716K 3s unit-abot-epc-basic-0: 11:35:23 DEBUG unit.abot-epc-basic/0.install 45850K .......... .......... .......... .......... .......... 98% 1.05M 2s unit-abot-epc-basic-0: 11:35:23 DEBUG unit.abot-epc-basic/0.install 45900K .......... .......... .......... .......... .......... 98% 1.44M 2s unit-abot-epc-basic-0: 11:35:23 DEBUG unit.abot-epc-basic/0.install 45950K .......... .......... .......... .......... .......... 98% 707K 2s unit-abot-epc-basic-0: 11:35:23 DEBUG unit.abot-epc-basic/0.install 46000K .......... .......... .......... .......... .......... 98% 498K 2s unit-abot-epc-basic-0: 11:35:23 DEBUG unit.abot-epc-basic/0.install 46050K .......... .......... .......... .......... .......... 98% 10.8M 2s unit-abot-epc-basic-0: 11:35:23 DEBUG unit.abot-epc-basic/0.install 46100K .......... .......... .......... .......... .......... 98% 1.08M 2s unit-abot-epc-basic-0: 11:35:23 DEBUG unit.abot-epc-basic/0.install 46150K .......... .......... .......... .......... .......... 98% 678K 1s unit-abot-epc-basic-0: 11:35:24 DEBUG unit.abot-epc-basic/0.install 46200K .......... .......... .......... .......... .......... 99% 143K 1s unit-abot-epc-basic-0: 11:35:24 DEBUG unit.abot-epc-basic/0.install 46250K .......... .......... .......... .......... .......... 99% 49.3M 1s unit-abot-epc-basic-0: 11:35:24 DEBUG unit.abot-epc-basic/0.install 46300K .......... .......... .......... .......... .......... 99% 65.4M 1s unit-abot-epc-basic-0: 11:35:24 DEBUG unit.abot-epc-basic/0.install 46350K .......... .......... .......... .......... .......... 99% 64.7M 1s unit-abot-epc-basic-0: 11:35:24 DEBUG unit.abot-epc-basic/0.install 46400K .......... .......... .......... .......... .......... 99% 56.5M 1s unit-abot-epc-basic-0: 11:35:24 DEBUG unit.abot-epc-basic/0.install 46450K .......... .......... .......... .......... .......... 99% 67.2M 1s unit-abot-epc-basic-0: 11:35:24 DEBUG unit.abot-epc-basic/0.install 46500K .......... .......... .......... .......... .......... 99% 1.58M 0s unit-abot-epc-basic-0: 11:35:24 DEBUG unit.abot-epc-basic/0.install 46550K .......... .......... .......... .......... .......... 99% 1.05M 0s unit-abot-epc-basic-0: 11:35:24 DEBUG unit.abot-epc-basic/0.install 46600K .......... .......... .......... .......... .......... 99% 664K 0s unit-abot-epc-basic-0: 11:35:24 DEBUG unit.abot-epc-basic/0.install 46650K .......... .......... .......... .......... .. 100% 428K=2m18s unit-abot-epc-basic-0: 11:35:24 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 11:35:24 DEBUG unit.abot-epc-basic/0.install 2018-10-26 11:35:24 (337 KB/s) - '/var/lib/abot-functest-basic/payload/abot-functest-basic_3.1.1_all.deb' saved [47812762/47812762] unit-abot-epc-basic-0: 11:35:24 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 11:35:24 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Download Debian abot-functest-basic_3.1.1_all.deb >> unit-abot-epc-basic-0: 11:35:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package abot-epc-basic. unit-abot-epc-basic-0: 11:35:25 DEBUG unit.abot-epc-basic/0.install (Reading database ... 57408 files and directories currently installed.) unit-abot-epc-basic-0: 11:35:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../abot-functest-basic_3.1.1_all.deb ... unit-abot-epc-basic-0: 11:35:25 DEBUG unit.abot-epc-basic/0.install Unpacking abot-epc-basic (3.1.1) ... unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install dpkg: dependency problems prevent configuration of abot-epc-basic: unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install abot-epc-basic depends on maven; however: unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install Package maven is not installed. unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install abot-epc-basic depends on apache2; however: unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install Package apache2 is not installed. unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install abot-epc-basic depends on python-pip; however: unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install Package python-pip is not installed. unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install dpkg: error processing package abot-epc-basic (--install): unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install dependency problems - leaving unconfigured unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install Errors were encountered while processing: unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install abot-epc-basic unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install Correcting dependencies... Done unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install ant ant-optional apache2 apache2-bin apache2-data apache2-utils binutils unit-abot-epc-basic-0: 11:35:29 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: 11:35:29 DEBUG unit.abot-epc-basic/0.install libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libaopalliance-java libapache-pom-java libapr1 libaprutil1 unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libaprutil1-dbd-sqlite3 libaprutil1-ldap libasan2 libasm4-java unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libatinject-jsr330-api-java libatomic1 libbsh-java libc-dev-bin libc6-dev unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libcc1-0 libcdi-api-java libcglib3-java libcilkrts5 libclassworlds-java unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libcommons-cli-java libcommons-codec-java libcommons-httpclient-java unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libcommons-io-java libcommons-lang-java libcommons-lang3-java unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libcommons-logging-java libcommons-net-java libcommons-net2-java unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libcommons-parent-java libdom4j-java libdoxia-core-java libdpkg-perl unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libeasymock-java libeclipse-aether-java libexpat1-dev libfakeroot unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libfile-fcntllock-perl libgcc-5-dev libgeronimo-interceptor-3.0-spec-java unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libgomp1 libguava-java libguice-java libhamcrest-java libhttpclient-java unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libhttpcore-java libisl15 libitm1 libjaxen-java libjaxp1.3-java unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libjdom1-java libjetty-java libjsch-java libjsoup-java libjsr305-java unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install liblog4j1.2-java liblsan0 liblua5.1-0 libmaven-parent-java unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libmaven2-core-java libmaven3-core-java libmpc3 libmpx0 libobjenesis-java unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libplexus-ant-factory-java libplexus-archiver-java unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libplexus-bsh-factory-java libplexus-cipher-java libplexus-classworlds-java unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libplexus-classworlds2-java libplexus-cli-java unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libplexus-component-annotations-java libplexus-component-metadata-java unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libplexus-container-default-java libplexus-container-default1.5-java unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libplexus-containers-java libplexus-containers1.5-java unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libplexus-interactivity-api-java libplexus-interpolation-java unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libplexus-io-java libplexus-sec-dispatcher-java libplexus-utils-java unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libplexus-utils2-java libpython-all-dev libpython-dev libpython-stdlib unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libqdox2-java libquadmath0 libservlet2.5-java libservlet3.1-java unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libsisu-inject-java libsisu-plexus-java libslf4j-java libstdc++-5-dev unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libtsan0 libubsan0 libwagon-java libwagon2-java libxalan2-java libxbean-java unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libxerces2-java libxml-commons-external-java libxml-commons-resolver1.1-java unit-abot-epc-basic-0: 11:35:29 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: 11:35:29 DEBUG unit.abot-epc-basic/0.install python python-all python-all-dev python-dev python-minimal python-pip unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install python-pip-whl python-pkg-resources python-setuptools python-wheel python2.7 unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install python2.7-dev python2.7-minimal ssl-cert unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install ant-doc ant-gcj ant-optional-gcj antlr javacc jython libbcel-java unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libbsf-java libgnumail-java libjdepend-java liboro-java libregexp-java unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install www-browser apache2-doc apache2-suexec-pristine | apache2-suexec-custom unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install binutils-doc cpp-doc gcc-5-locales debian-keyring g++-multilib unit-abot-epc-basic-0: 11:35:29 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: 11:35:29 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: 11:35:29 DEBUG unit.abot-epc-basic/0.install libitm1-dbg libatomic1-dbg libasan2-dbg liblsan0-dbg libtsan0-dbg unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libubsan0-dbg libcilkrts5-dbg libmpx0-dbg libquadmath0-dbg junit-doc unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libaopalliance-java-doc libatinject-jsr330-api-java-doc glibc-doc unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libclassworlds-java-doc libcommons-httpclient-java-doc unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libcommons-io-java-doc libcommons-lang-java-doc libcommons-lang3-java-doc unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libavalon-framework-java libcommons-logging-java-doc unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libexcalibur-logkit-java libcommons-net-java-doc libcommons-net2-java-doc unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libdom4j-java-doc libeasymock-java-doc libcglib-java libjaxp1.3-java-gcj unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libjdom1-java-doc jetty libjetty-java-doc libjsoup-java-doc unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libjsr305-java-doc liblog4j1.2-java-doc libobjenesis-java-doc unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libplexus-cipher-java-doc libplexus-classworlds-java-doc unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libplexus-classworlds2-java-doc libplexus-cli-java-doc unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libplexus-container-default-java-doc libplexus-interactivity-api-java-doc unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libplexus-interpolation-java-doc libplexus-sec-dispatcher-java-doc unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libplexus-utils-java-doc libplexus-utils2-java-doc libqdox2-java-doc testng unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libstdc++-5-doc libwagon-java-doc libxalan2-java-doc libxsltc-java groovy2 unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libequinox-osgi-java libosgi-compendium-java libosgi-core-java libqdox-java unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libspring-beans-java libspring-context-java libspring-core-java unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libspring-web-java libxerces2-java-doc libxerces2-java-gcj unit-abot-epc-basic-0: 11:35:29 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: 11:35:29 DEBUG unit.abot-epc-basic/0.install python-tk python-setuptools-doc python2.7-doc binfmt-support unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install openssl-blacklist unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install ant ant-optional apache2 apache2-bin apache2-data apache2-utils binutils unit-abot-epc-basic-0: 11:35:29 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: 11:35:29 DEBUG unit.abot-epc-basic/0.install libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libaopalliance-java libapache-pom-java libapr1 libaprutil1 unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libaprutil1-dbd-sqlite3 libaprutil1-ldap libasan2 libasm4-java unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libatinject-jsr330-api-java libatomic1 libbsh-java libc-dev-bin libc6-dev unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libcc1-0 libcdi-api-java libcglib3-java libcilkrts5 libclassworlds-java unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libcommons-cli-java libcommons-codec-java libcommons-httpclient-java unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libcommons-io-java libcommons-lang-java libcommons-lang3-java unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libcommons-logging-java libcommons-net-java libcommons-net2-java unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libcommons-parent-java libdom4j-java libdoxia-core-java libdpkg-perl unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libeasymock-java libeclipse-aether-java libexpat1-dev libfakeroot unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libfile-fcntllock-perl libgcc-5-dev libgeronimo-interceptor-3.0-spec-java unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libgomp1 libguava-java libguice-java libhamcrest-java libhttpclient-java unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libhttpcore-java libisl15 libitm1 libjaxen-java libjaxp1.3-java unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libjdom1-java libjetty-java libjsch-java libjsoup-java libjsr305-java unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install liblog4j1.2-java liblsan0 liblua5.1-0 libmaven-parent-java unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libmaven2-core-java libmaven3-core-java libmpc3 libmpx0 libobjenesis-java unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libplexus-ant-factory-java libplexus-archiver-java unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libplexus-bsh-factory-java libplexus-cipher-java libplexus-classworlds-java unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libplexus-classworlds2-java libplexus-cli-java unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libplexus-component-annotations-java libplexus-component-metadata-java unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libplexus-container-default-java libplexus-container-default1.5-java unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libplexus-containers-java libplexus-containers1.5-java unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libplexus-interactivity-api-java libplexus-interpolation-java unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libplexus-io-java libplexus-sec-dispatcher-java libplexus-utils-java unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libplexus-utils2-java libpython-all-dev libpython-dev libpython-stdlib unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libqdox2-java libquadmath0 libservlet2.5-java libservlet3.1-java unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libsisu-inject-java libsisu-plexus-java libslf4j-java libstdc++-5-dev unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libtsan0 libubsan0 libwagon-java libwagon2-java libxalan2-java libxbean-java unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install libxerces2-java libxml-commons-external-java libxml-commons-resolver1.1-java unit-abot-epc-basic-0: 11:35:29 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: 11:35:29 DEBUG unit.abot-epc-basic/0.install python python-all python-all-dev python-dev python-minimal python-pip unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install python-pip-whl python-pkg-resources python-setuptools python-wheel python2.7 unit-abot-epc-basic-0: 11:35:29 DEBUG unit.abot-epc-basic/0.install python2.7-dev python2.7-minimal ssl-cert unit-abot-epc-basic-0: 11:35:30 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 147 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 11:35:30 DEBUG unit.abot-epc-basic/0.install 1 not fully installed or removed. unit-abot-epc-basic-0: 11:35:30 DEBUG unit.abot-epc-basic/0.install Need to get 103 MB of archives. unit-abot-epc-basic-0: 11:35:30 DEBUG unit.abot-epc-basic/0.install After this operation, 255 MB of additional disk space will be used. unit-abot-epc-basic-0: 11:35:30 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-abot-epc-basic-0: 11:35:31 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: 11:35:31 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-abot-epc-basic-0: 11:35:31 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: 11:35:31 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-abot-epc-basic-0: 11:35:31 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-abot-epc-basic-0: 11:35:32 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-abot-epc-basic-0: 11:35:32 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-abot-epc-basic-0: 11:35:32 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-abot-epc-basic-0: 11:35:32 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-abot-epc-basic-0: 11:35:32 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-abot-epc-basic-0: 11:35:33 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-abot-epc-basic-0: 11:35:33 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-abot-epc-basic-0: 11:35:33 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: 11:35:33 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-abot-epc-basic-0: 11:35:33 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: 11:35:33 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-abot-epc-basic-0: 11:35:34 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-abot-epc-basic-0: 11:35:34 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-abot-epc-basic-0: 11:35:34 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: 11:35:34 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-abot-epc-basic-0: 11:35:34 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: 11:35:35 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-abot-epc-basic-0: 11:35:35 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-abot-epc-basic-0: 11:35:35 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] machine-2: 11:35:35 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] machine-2: 11:35:35 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-2/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "2", "--debug"} machine-2: 11:35:35 DEBUG juju.agent read agent config, format "2.0" machine-2: 11:35:35 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. machine-2: 11:35:35 DEBUG juju.worker start "engine" machine-2: 11:35:35 INFO juju.worker start "engine" machine-2: 11:35:35 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-2" machine-2: 11:35:35 DEBUG juju.worker "engine" started machine-2: 11:35:35 DEBUG juju.worker.introspection stats worker now serving machine-2: 11:35:35 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:35 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 11:35:35 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] machine-2: 11:35:35 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:35 DEBUG juju.worker.dependency "agent" manifold worker started machine-2: 11:35:35 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-2: 11:35:35 DEBUG juju.worker.dependency "clock" manifold worker started machine-2: 11:35:35 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-2: 11:35:35 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-2: 11:35:35 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-2: 11:35:35 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 11:35:35 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:35 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:35 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:35 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:35 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-2: 11:35:35 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-2: 11:35:35 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:35 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:35 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:35 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:35 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-2: 11:35:35 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-2: 11:35:35 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-2: 11:35:35 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "clock" not running: dependency not available machine-2: 11:35:35 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-2: 11:35:35 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 11:35:35 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:35 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:35 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:35 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:35 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:35 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:35 DEBUG juju.worker.dependency "is-controller-flag" manifold worker stopped: "state" not running: dependency not available machine-2: 11:35:35 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-2: 11:35:35 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:35 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:35 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:35 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-2: 11:35:35 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "agent" not running: dependency not available machine-2: 11:35:35 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-2: 11:35:35 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:35 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-2: 11:35:35 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-2: 11:35:35 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:35 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:35 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:35 DEBUG juju.worker.apicaller connecting with old password machine-2: 11:35:35 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:35 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:35 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:35 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:35 DEBUG juju.api successfully dialed "wss://172.30.9.206:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" machine-2: 11:35:35 INFO juju.api connection established to "wss://172.30.9.206:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" machine-2: 11:35:35 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" machine-2: 11:35:35 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:35 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 11:35:35 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 11:35:35 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:35 DEBUG juju.worker.dependency "state" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-2: 11:35:35 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 11:35:35 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "central-hub" not running: dependency not available machine-2: 11:35:35 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:35 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:35 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:35 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "state" not running: dependency not available machine-2: 11:35:35 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:35 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-2: 11:35:35 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-2: 11:35:35 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:35 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-2: 11:35:35 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:35 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:35 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 11:35:35 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:35 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 11:35:35 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-2: 11:35:35 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-2: 11:35:35 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-2: 11:35:35 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available unit-abot-epc-basic-0: 11:35:35 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: 11:35:35 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-abot-epc-basic-0: 11:35:36 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-abot-epc-basic-0: 11:35:36 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: 11:35:36 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] machine-2: 11:35:36 DEBUG juju.worker.apicaller connected machine-2: 11:35:36 DEBUG juju.worker.apicaller changing password... unit-abot-epc-basic-0: 11:35:36 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] machine-2: 11:35:36 DEBUG juju.worker.apicaller password changed machine-2: 11:35:36 DEBUG juju.api RPC connection died machine-2: 11:35:36 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-2: 11:35:36 DEBUG juju.worker.apicaller connecting with current password machine-2: 11:35:36 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" machine-2: 11:35:36 INFO juju.api connection established to "wss://192.168.121.9:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" machine-2: 11:35:36 DEBUG juju.api successfully dialed "wss://172.30.9.206:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" unit-abot-epc-basic-0: 11:35:36 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-abot-epc-basic-0: 11:35:36 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-abot-epc-basic-0: 11:35:36 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] machine-2: 11:35:37 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 11:35:37 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] machine-2: 11:35:37 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-2: 11:35:37 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:37 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-2: 11:35:37 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-2: 11:35:37 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 11:35:37 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:37 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:37 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:37 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:37 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:37 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:37 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:37 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:37 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:37 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:37 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:37 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:37 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:37 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:37 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-2: 11:35:37 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-2: 11:35:37 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-2: 11:35:37 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-2: 11:35:37 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: machine-2: 11:35:37 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-2: 11:35:37 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 11:35:37 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 11:35:37 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 11:35:37 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 11:35:37 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 11:35:37 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 11:35:37 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 11:35:37 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 11:35:37 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] machine-2: 11:35:37 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 11:35:37 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 11:35:37 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 11:35:37 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 11:35:37 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 11:35:37 INFO juju.worker.upgrader abort check blocked until version event received machine-2: 11:35:37 INFO juju.worker.upgrader unblocking abort check machine-2: 11:35:37 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 11:35:37 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-2: 11:35:37 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-2: 11:35:37 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 11:35:37 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 11:35:37 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 11:35:37 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 11:35:37 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 11:35:37 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 11:35:37 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 11:35:37 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 11:35:37 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-2: 11:35:37 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 11:35:37 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-2: 11:35:37 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-abot-epc-basic-0: 11:35:37 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] machine-2: 11:35:37 INFO juju.worker.migrationminion migration phase is now: NONE machine-2: 11:35:37 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-2: 11:35:37 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-2: 11:35:37 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-2: 11:35:37 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-2: 11:35:37 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-2: 11:35:37 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-2: 11:35:37 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-2: 11:35:37 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-2: 11:35:37 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 11:35:37 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 11:35:37 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 11:35:37 DEBUG juju.network including address public:172.30.9.206 for machine machine-2: 11:35:37 DEBUG juju.network including address local-cloud:192.168.121.9 for machine machine-2: 11:35:37 DEBUG juju.network including address local-fan:252.9.0.1 for machine machine-2: 11:35:37 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 11:35:37 DEBUG juju.network including address local-machine:::1 for machine machine-2: 11:35:37 DEBUG juju.network addresses after filtering: [public:172.30.9.206 local-cloud:192.168.121.9 local-fan:252.9.0.1 local-machine:127.0.0.1 local-machine:::1] machine-2: 11:35:37 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.206:17070 192.168.121.9:17070 252.9.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-2: 11:35:37 DEBUG juju.agent API server address details [["172.30.9.206:17070" "192.168.121.9:17070" "252.9.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.9:17070" "252.9.0.1:17070" "172.30.9.206:17070"] machine-2: 11:35:37 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.206,192.168.121.9,252.9.0.1,::1,localhost", AutoNoProxy:""} machine-2: 11:35:37 DEBUG juju.worker.reboot Reboot worker got action: noop machine-2: 11:35:37 DEBUG juju.tools.lxdclient LXD snap socket not found, falling back to debian socket: "/var/lib/lxd" machine-2: 11:35:37 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-2: 11:35:37 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: 11:35:37 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-2: 11:35:37 DEBUG juju.worker.fanconfigurer Processing new fan config machine-2: 11:35:37 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 11:35:37 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-2: 11:35:37 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 11:35:37 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-2: 11:35:37 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-2: 11:35:37 INFO juju.util.exec run result: exit status 127 machine-2: 11:35:37 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec236303899/script.sh: line 1: fanatic: command not found 127 machine-2: 11:35:37 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-2: 11:35:37 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-2: 11:35:37 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: 11:35:37 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-2: 11:35:37 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-2: 11:35:37 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-2: 11:35:37 DEBUG juju.worker.apiconfigwatcher API addresses changed in agent config machine-2: 11:35:37 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: restart immediately machine-2: 11:35:37 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-2: 11:35:37 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-2: 11:35:37 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-2: 11:35:37 DEBUG juju.api RPC connection died machine-2: 11:35:37 DEBUG juju.worker.logger logger setup machine-2: 11:35:37 ERROR juju.worker.logger connection is shut down machine-2: 11:35:37 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-2: 11:35:37 DEBUG juju.worker killing runner 0xc42052e000 machine-2: 11:35:37 INFO juju.worker.authenticationworker reading Juju ssh keys for "machine-2": connection is shut down machine-2: 11:35:37 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: connection is shut down machine-2: 11:35:37 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: connection is shut down machine-2: 11:35:37 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: connection is shut down machine-2: 11:35:37 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: connection is shut down machine-2: 11:35:37 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: connection is shut down machine-2: 11:35:37 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: connection is shut down machine-2: 11:35:37 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 11:35:37 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: connection is shut down machine-2: 11:35:37 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: connection is shut down machine-2: 11:35:37 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: connection is shut down machine-2: 11:35:37 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: connection is shut down machine-2: 11:35:37 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: connection is shut down machine-2: 11:35:37 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-2: 11:35:37 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-2: 11:35:37 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-2: 11:35:37 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-2: 11:35:37 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-2: 11:35:37 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-2: 11:35:37 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-2: 11:35:37 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-2: 11:35:37 INFO juju.worker runner is dying machine-2: 11:35:37 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: 11:35:37 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: reading Juju ssh keys for "machine-2": connection is shut down machine-2: 11:35:37 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-2: 11:35:37 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: connection is shut down machine-2: 11:35:37 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:37 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:37 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:37 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:37 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:37 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-2: 11:35:37 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: connection is shut down machine-2: 11:35:37 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-2: 11:35:37 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-2: 11:35:37 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:37 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:37 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:37 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:37 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 11:35:37 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 11:35:37 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:37 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:37 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:37 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:37 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:37 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:37 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:37 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 11:35:37 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:37 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 11:35:37 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:37 DEBUG juju.worker.apicaller connecting with current password machine-2: 11:35:37 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:37 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 11:35:37 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" machine-2: 11:35:37 INFO juju.api connection established to "wss://192.168.121.9:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" machine-2: 11:35:37 DEBUG juju.api successfully dialed "wss://172.30.9.206:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" machine-2: 11:35:37 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 11:35:37 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: 11:35:37 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: 11:35:37 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: 11:35:37 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: 11:35:37 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-abot-epc-basic-0: 11:35:38 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-abot-epc-basic-0: 11:35:38 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: 11:35:38 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] machine-2: 11:35:38 DEBUG juju.worker.apicaller connected machine-2: 11:35:38 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-2: 11:35:38 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:38 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:38 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:38 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:38 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:38 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:38 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:38 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:38 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:38 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:38 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-2: 11:35:38 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-2: 11:35:38 INFO juju.worker.migrationminion migration phase is now: NONE machine-2: 11:35:38 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:38 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:38 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:38 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:38 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:35:38 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-2: 11:35:38 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-2: 11:35:38 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-2: 11:35:38 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-2: 11:35:38 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-2: 11:35:38 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-2: 11:35:38 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-2: 11:35:38 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.206,192.168.121.9,252.9.0.1,::1,localhost", AutoNoProxy:""} machine-2: 11:35:38 DEBUG juju.tools.lxdclient Using environment LXD_DIR as socket path: "/var/lib/lxd" machine-2: 11:35:38 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-2: 11:35:38 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: 11:35:38 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-2: 11:35:38 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-2: 11:35:38 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 11:35:38 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-2: 11:35:38 DEBUG juju.worker.fanconfigurer Processing new fan config machine-2: 11:35:38 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-2: 11:35:38 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-2: 11:35:38 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-2: 11:35:38 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-2: 11:35:38 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-2: 11:35:38 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 11:35:38 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 11:35:38 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 11:35:38 DEBUG juju.network including address public:172.30.9.206 for machine machine-2: 11:35:38 DEBUG juju.network including address local-cloud:192.168.121.9 for machine machine-2: 11:35:38 DEBUG juju.network including address local-fan:252.9.0.1 for machine machine-2: 11:35:38 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 11:35:38 DEBUG juju.network including address local-machine:::1 for machine machine-2: 11:35:38 DEBUG juju.network addresses after filtering: [public:172.30.9.206 local-cloud:192.168.121.9 local-fan:252.9.0.1 local-machine:127.0.0.1 local-machine:::1] machine-2: 11:35:38 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.206:17070 192.168.121.9:17070 252.9.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-2: 11:35:38 DEBUG juju.agent API server address details [["172.30.9.206:17070" "192.168.121.9:17070" "252.9.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.9:17070" "252.9.0.1:17070" "172.30.9.206:17070"] machine-2: 11:35:38 INFO juju.worker.upgrader abort check blocked until version event received machine-2: 11:35:38 INFO juju.worker.upgrader unblocking abort check machine-2: 11:35:38 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-2: 11:35:38 INFO juju.util.exec run result: exit status 127 machine-2: 11:35:38 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec260158213/script.sh: line 1: fanatic: command not found 127 machine-2: 11:35:38 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 11:35:38 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-2: 11:35:38 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-2: 11:35:38 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-2: 11:35:38 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-2: 11:35:38 DEBUG juju.worker.fanconfigurer Processing new fan config machine-2: 11:35:38 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-2: 11:35:38 INFO juju.util.exec run result: exit status 127 machine-2: 11:35:38 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec081825490/script.sh: line 1: fanatic: command not found 127 machine-2: 11:35:38 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-2: 11:35:38 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 11:35:38 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 11:35:38 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-2: 11:35:38 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-2: 11:35:38 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-2: 11:35:38 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-2: 11:35:38 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-2: 11:35:38 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-2: 11:35:38 DEBUG juju.worker.logger logger setup machine-2: 11:35:38 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-2: 11:35:38 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-2: 11:35:38 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-2: 11:35:38 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 11:35:38 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 11:35:38 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 11:35:38 DEBUG juju.worker.dependency "machiner" manifold worker started machine-2: 11:35:38 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-2: 11:35:38 INFO juju.worker.deployer checking unit "oai-epc/0" machine-2: 11:35:38 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 11:35:38 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 11:35:38 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 11:35:38 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 11:35:38 DEBUG juju.network including address local-cloud:192.168.121.12 for machine machine-2: 11:35:38 DEBUG juju.network including address local-machine:::1 for machine machine-2: 11:35:38 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.12 local-machine:::1] machine-2: 11:35:38 INFO juju.worker.machiner setting addresses for "machine-2" to [local-machine:127.0.0.1 local-cloud:192.168.121.12 local-machine:::1] machine-2: 11:35:38 DEBUG juju.worker.reboot Reboot worker got action: noop machine-2: 11:35:38 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: 11:35:38 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-2: 11:35:38 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-2: 11:35:38 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-2: 11:35:38 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] unit-abot-epc-basic-0: 11:35:38 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: 11:35:38 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: 11:35:39 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] machine-2: 11:35:39 INFO juju.worker.authenticationworker "machine-2" key updater worker started unit-abot-epc-basic-0: 11:35:39 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: 11:35:39 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] machine-2: 11:35:39 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 2 machine-2: 11:35:39 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable unit-abot-epc-basic-0: 11:35:39 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] machine-2: 11:35:39 INFO juju.worker.deployer deploying unit "oai-epc/0" unit-abot-epc-basic-0: 11:35:39 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] machine-2: 11:35:39 DEBUG juju.worker start "2-container-watcher" machine-2: 11:35:39 DEBUG juju.worker start "stateconverter" machine-2: 11:35:39 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-2: 11:35:39 INFO juju.worker start "2-container-watcher" machine-2: 11:35:39 DEBUG juju.worker "2-container-watcher" started machine-2: 11:35:39 INFO juju.worker start "stateconverter" machine-2: 11:35:39 DEBUG juju.cmd.jujud upgrades done, starting worker "2-container-watcher" machine-2: 11:35:39 DEBUG juju.worker "stateconverter" started unit-abot-epc-basic-0: 11:35:39 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: 11:35:39 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] machine-2: 11:35:39 DEBUG juju.service discovered init system "upstart" from local host machine-2: 11:35:39 DEBUG juju.worker.deployer API addresses: ["192.168.121.9:17070" "252.9.0.1:17070" "172.30.9.206:17070"] machine-2: 11:35:39 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]}}} machine-2: 11:35:39 INFO juju.worker.machiner "machine-2" started machine-2: 11:35:39 INFO juju.api.common no addresses observed on interface "tunl0" unit-oai-epc-0: 11:35:39 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] unit-oai-epc-0: 11:35:39 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: 11:35:39 DEBUG juju.agent read agent config, format "2.0" unit-oai-epc-0: 11:35:39 DEBUG juju.worker start "api" unit-oai-epc-0: 11:35:39 INFO juju.worker start "api" unit-oai-epc-0: 11:35:39 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. unit-oai-epc-0: 11:35:39 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-epc-0" unit-oai-epc-0: 11:35:39 DEBUG juju.worker "api" started unit-oai-epc-0: 11:35:39 DEBUG juju.worker.introspection stats worker now serving unit-oai-epc-0: 11:35:39 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started unit-oai-epc-0: 11:35:39 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 11:35:39 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started unit-oai-epc-0: 11:35:39 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 11:35:39 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available unit-oai-epc-0: 11:35:39 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-epc-0: 11:35:39 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-oai-epc-0: 11:35:39 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 11:35:39 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 11:35:39 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 11:35:39 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 11:35:39 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 11:35:39 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available unit-oai-epc-0: 11:35:39 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 11:35:39 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 11:35:39 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 11:35:39 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 11:35:39 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 11:35:39 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 11:35:39 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 11:35:39 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 11:35:39 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 11:35:39 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 11:35:39 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 11:35:39 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-abot-epc-basic-0: 11:35:39 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-oai-epc-0: 11:35:39 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 11:35:39 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 11:35:39 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-epc-0: 11:35:39 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: unit-oai-epc-0: 11:35:39 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 11:35:39 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 11:35:40 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 11:35:40 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 11:35:40 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 11:35:40 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 11:35:40 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 11:35:40 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 11:35:40 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-epc-0: 11:35:40 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 11:35:40 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 11:35:40 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 11:35:40 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started unit-oai-epc-0: 11:35:40 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-oai-epc-0: 11:35:40 DEBUG juju.worker.apicaller connecting with old password unit-oai-epc-0: 11:35:40 DEBUG juju.api successfully dialed "wss://172.30.9.206:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" unit-oai-epc-0: 11:35:40 INFO juju.api connection established to "wss://172.30.9.206:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" unit-oai-epc-0: 11:35:40 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" unit-oai-epc-0: 11:35:40 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-abot-epc-basic-0: 11:35:40 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-abot-epc-basic-0: 11:35:40 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.8 [391 kB] unit-oai-epc-0: 11:35:40 DEBUG juju.worker.apicaller connected unit-oai-epc-0: 11:35:40 DEBUG juju.worker.apicaller changing password... unit-abot-epc-basic-0: 11:35:40 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: 11:35:40 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: 11:35:40 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-oai-epc-0: 11:35:40 DEBUG juju.worker.apicaller password changed unit-oai-epc-0: 11:35:40 DEBUG juju.api RPC connection died unit-oai-epc-0: 11:35:40 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-abot-epc-basic-0: 11:35:40 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-oai-epc-0: 11:35:40 DEBUG juju.worker.apicaller connecting with current password unit-oai-epc-0: 11:35:40 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" unit-oai-epc-0: 11:35:40 INFO juju.api connection established to "wss://192.168.121.9:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" unit-oai-epc-0: 11:35:40 DEBUG juju.api successfully dialed "wss://172.30.9.206:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" unit-abot-epc-basic-0: 11:35:40 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] machine-2: 11:35:40 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:5d:28:6d 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.12 DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:2 MACAddress:fa:16:3e:5d:28:6d 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: 11:35:41 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-oai-epc-0: 11:35:41 DEBUG juju.worker.apicaller connected unit-oai-epc-0: 11:35:41 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-oai-epc-0: 11:35:41 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started unit-oai-epc-0: 11:35:41 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-oai-epc-0: 11:35:41 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 11:35:41 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-oai-epc-0: 11:35:41 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 11:35:41 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-epc-0: 11:35:41 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-oai-epc-0: 11:35:41 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-oai-epc-0: 11:35:41 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-oai-epc-0: 11:35:41 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-oai-epc-0: 11:35:41 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-oai-epc-0: 11:35:41 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-oai-epc-0: 11:35:41 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-oai-epc-0: 11:35:41 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 11:35:41 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 11:35:41 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 11:35:41 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 11:35:41 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-abot-epc-basic-0: 11:35:41 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-oai-epc-0: 11:35:41 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 11:35:41 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 11:35:41 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 11:35:41 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 11:35:41 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 11:35:41 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 11:35:41 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 11:35:41 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: 11:35:41 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: 11:35:41 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-abot-epc-basic-0: 11:35:41 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-abot-epc-basic-0: 11:35:41 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-abot-epc-basic-0: 11:35:42 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-oai-epc-0: 11:35:42 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-epc-0: 11:35:42 INFO juju.worker.upgrader unblocking abort check unit-oai-epc-0: 11:35:42 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-oai-epc-0: 11:35:42 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-oai-epc-0: 11:35:42 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-oai-epc-0: 11:35:42 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-epc-0: 11:35:42 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-abot-epc-basic-0: 11:35:42 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-oai-epc-0: 11:35:42 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-epc-0: 11:35:42 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-epc-0: 11:35:42 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-epc-0: 11:35:42 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 11:35:42 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-epc-0: 11:35:42 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-epc-0: 11:35:42 DEBUG juju.worker.leadership oai-epc/0 making initial claim for oai-epc leadership unit-oai-epc-0: 11:35:42 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 11:35:42 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-epc-0: 11:35:42 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 11:35:42 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-oai-epc-0: 11:35:42 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-epc-0: 11:35:42 DEBUG juju.worker.logger logger setup unit-oai-epc-0: 11:35:42 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-epc-0: 11:35:42 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-epc-0: 11:35:42 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-oai-epc-0: 11:35:42 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-oai-epc-0: 11:35:42 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-epc-0: 11:35:42 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-epc-0: 11:35:42 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-oai-epc-0: 11:35:42 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.206,192.168.121.9,252.9.0.1,::1,localhost", AutoNoProxy:""} unit-oai-epc-0: 11:35:42 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: 11:35:42 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-epc-0: 11:35:42 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-oai-epc-0: 11:35:42 DEBUG juju.worker.dependency "uniter" manifold worker started unit-oai-epc-0: 11:35:42 DEBUG juju.machinelock acquire machine lock for meterstatus (meter-status-changed) unit-oai-epc-0: 11:35:42 DEBUG juju.machinelock machine lock acquired for meterstatus (meter-status-changed) unit-oai-epc-0: 11:35:42 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-epc-0: 11:35:42 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 11:35:42 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 11:35:42 DEBUG juju.network including address public:172.30.9.206 for machine unit-oai-epc-0: 11:35:42 DEBUG juju.network including address local-cloud:192.168.121.9 for machine unit-oai-epc-0: 11:35:42 DEBUG juju.network including address local-fan:252.9.0.1 for machine unit-oai-epc-0: 11:35:42 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-epc-0: 11:35:42 DEBUG juju.network including address local-machine:::1 for machine unit-oai-epc-0: 11:35:42 DEBUG juju.network addresses after filtering: [public:172.30.9.206 local-cloud:192.168.121.9 local-fan:252.9.0.1 local-machine:127.0.0.1 local-machine:::1] unit-oai-epc-0: 11:35:42 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.206:17070 192.168.121.9:17070 252.9.0.1:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-epc-0: 11:35:42 DEBUG juju.agent API server address details [["172.30.9.206:17070" "192.168.121.9:17070" "252.9.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.9:17070" "252.9.0.1:17070" "172.30.9.206:17070"] unit-oai-epc-0: 11:35:42 DEBUG juju.machinelock machine lock released for meterstatus (meter-status-changed) unit-oai-epc-0: 11:35:42 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-oai-epc-0: 11:35:42 INFO juju.worker.leadership oai-epc/0 promoted to leadership of oai-epc unit-oai-epc-0: 11:35:42 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-epc-0 unit-oai-epc-0: 11:35:42 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.3.9-trusty-amd64 unit-oai-epc-0: 11:35:42 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.3.9-trusty-amd64/jujud unit-abot-epc-basic-0: 11:35:42 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-oai-epc-0: 11:35:42 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-epc-0/run.socket unit-oai-epc-0: 11:35:42 INFO juju.worker.uniter unit "oai-epc/0" started unit-oai-epc-0: 11:35:42 INFO juju.worker.uniter resuming charm install unit-oai-epc-0: 11:35:42 DEBUG juju.worker.uniter.operation running operation install local:trusty/oai-epc-3 unit-oai-epc-0: 11:35:42 DEBUG juju.worker.uniter.operation preparing operation "install local:trusty/oai-epc-3" unit-oai-epc-0: 11:35:42 DEBUG juju.worker.uniter juju-run listener running unit-oai-epc-0: 11:35:42 INFO juju.worker.uniter.charm downloading local:trusty/oai-epc-3 from API server unit-oai-epc-0: 11:35:42 INFO juju.downloader downloading from local:trusty/oai-epc-3 unit-oai-epc-0: 11:35:42 DEBUG httpbakery client do GET https://192.168.121.9:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/charms?file=%2A&url=local%3Atrusty%2Foai-epc-3 { unit-oai-epc-0: 11:35:42 DEBUG httpbakery } -> error unit-oai-epc-0: 11:35:42 INFO juju.downloader download complete ("local:trusty/oai-epc-3") unit-oai-epc-0: 11:35:42 INFO juju.downloader download verified ("local:trusty/oai-epc-3") unit-abot-epc-basic-0: 11:35:42 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-oai-epc-0: 11:35:42 DEBUG juju.worker.uniter.operation executing operation "install local:trusty/oai-epc-3" unit-oai-epc-0: 11:35:42 DEBUG juju.worker.uniter.charm preparing to deploy charm "local:trusty/oai-epc-3" unit-oai-epc-0: 11:35:42 DEBUG juju.worker.uniter.charm deploying charm "local:trusty/oai-epc-3" unit-abot-epc-basic-0: 11:35:42 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-abot-epc-basic-0: 11:35:43 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-abot-epc-basic-0: 11:35:43 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-abot-epc-basic-0: 11:35:43 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-oai-epc-0: 11:35:43 DEBUG juju.worker.uniter.charm finishing deploy of charm "local:trusty/oai-epc-3" unit-oai-epc-0: 11:35:43 DEBUG juju.worker.uniter.operation committing operation "install local:trusty/oai-epc-3" unit-oai-epc-0: 11:35:43 INFO juju.worker.uniter hooks are retried true unit-oai-epc-0: 11:35:43 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-oai-epc-0: 11:35:43 DEBUG juju.worker.uniter.remotestate got update status interval change: ok=true unit-oai-epc-0: 11:35:43 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-epc-0: 11:35:43 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-epc-0: 11:35:43 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-epc-0: 11:35:43 DEBUG juju.worker.uniter.remotestate got service change unit-oai-epc-0: 11:35:43 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-epc-0: 11:35:43 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-epc-0: 11:35:43 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-epc-0: 11:35:43 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-epc-0: 11:35:43 INFO juju.worker.uniter found queued "install" hook unit-oai-epc-0: 11:35:43 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 11:35:43 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-epc-0: 11:35:43 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-epc-0: 11:35:43 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-abot-epc-basic-0: 11:35:43 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-oai-epc-0: 11:35:43 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-epc-0: 11:35:43 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-abot-epc-basic-0: 11:35:43 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-abot-epc-basic-0: 11:35:43 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-abot-epc-basic-0: 11:35:43 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-oai-epc-0: 11:35:43 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 11:35:43 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 11:35:43 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 11:35:43 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 11:35:43 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 11:35:43 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 11:35:43 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 11:35:43 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 11:35:43 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 11:35:43 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 11:35:43 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 11:35:43 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 11:35:43 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 11:35:43 DEBUG unit.oai-epc/0.install + open-port 2152/udp unit-abot-epc-basic-0: 11:35:43 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-oai-epc-0: 11:35:44 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 11:35:44 DEBUG unit.oai-epc/0.install ++ config-get branch unit-oai-epc-0: 11:35:44 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 11:35:44 DEBUG unit.oai-epc/0.install + branch=v0.3.2 unit-oai-epc-0: 11:35:44 DEBUG unit.oai-epc/0.install ++ config-get revision unit-abot-epc-basic-0: 11:35:44 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-oai-epc-0: 11:35:44 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 11:35:44 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 11:35:44 DEBUG unit.oai-epc/0.install + echo v0.3.2 unit-oai-epc-0: 11:35:44 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 11:35:44 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 11:35:44 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 11:35:44 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 11:35:44 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 11:35:44 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 11:35:44 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 11:35:44 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 11:35:44 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 11:35:44 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 11:35:44 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 11:35:44 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 11:35:44 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=0 unit-oai-epc-0: 11:35:44 DEBUG unit.oai-epc/0.install + true unit-oai-epc-0: 11:35:44 DEBUG unit.oai-epc/0.install + '[' '!' 0 -eq 1 ']' unit-oai-epc-0: 11:35:44 DEBUG unit.oai-epc/0.install + apt-get install -y --force-yes git unit-oai-epc-0: 11:35:44 DEBUG unit.oai-epc/0.install Reading package lists... unit-abot-epc-basic-0: 11:35:44 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-oai-epc-0: 11:35:44 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 11:35:44 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 11:35:44 DEBUG unit.oai-epc/0.install The following extra packages will be installed: unit-oai-epc-0: 11:35:44 DEBUG unit.oai-epc/0.install git-man liberror-perl unit-oai-epc-0: 11:35:44 DEBUG unit.oai-epc/0.install Suggested packages: unit-oai-epc-0: 11:35:44 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: 11:35:44 DEBUG unit.oai-epc/0.install gitweb git-arch git-bzr git-cvs git-mediawiki git-svn unit-oai-epc-0: 11:35:44 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 11:35:44 DEBUG unit.oai-epc/0.install git git-man liberror-perl unit-abot-epc-basic-0: 11:35:44 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-abot-epc-basic-0: 11:35:44 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-oai-epc-0: 11:35:44 DEBUG unit.oai-epc/0.install 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 11:35:44 DEBUG unit.oai-epc/0.install Need to get 3054 kB of archives. unit-oai-epc-0: 11:35:44 DEBUG unit.oai-epc/0.install After this operation, 22.0 MB of additional disk space will be used. unit-oai-epc-0: 11:35:44 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-abot-epc-basic-0: 11:35:44 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-abot-epc-basic-0: 11:35:44 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-oai-epc-0: 11:35:44 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.9 [701 kB] unit-abot-epc-basic-0: 11:35:45 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: 11:35:45 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-abot-epc-basic-0: 11:35:45 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-abot-epc-basic-0: 11:35:45 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-oai-epc-0: 11:35:45 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.9 [2333 kB] unit-abot-epc-basic-0: 11:35:45 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-oai-epc-0: 11:35:46 DEBUG unit.oai-epc/0.install Fetched 3054 kB in 1s (1827 kB/s) unit-abot-epc-basic-0: 11:35:46 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-oai-epc-0: 11:35:46 DEBUG unit.oai-epc/0.install Selecting previously unselected package liberror-perl. unit-oai-epc-0: 11:35:46 DEBUG unit.oai-epc/0.install (Reading database ... 52422 files and directories currently installed.) unit-oai-epc-0: 11:35:46 DEBUG unit.oai-epc/0.install Preparing to unpack .../liberror-perl_0.17-1.1_all.deb ... unit-abot-epc-basic-0: 11:35:46 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-oai-epc-0: 11:35:46 DEBUG unit.oai-epc/0.install Unpacking liberror-perl (0.17-1.1) ... unit-abot-epc-basic-0: 11:35:46 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-oai-epc-0: 11:35:46 DEBUG unit.oai-epc/0.install Selecting previously unselected package git-man. unit-oai-epc-0: 11:35:46 DEBUG unit.oai-epc/0.install Preparing to unpack .../git-man_1%3a1.9.1-1ubuntu0.9_all.deb ... unit-oai-epc-0: 11:35:46 DEBUG unit.oai-epc/0.install Unpacking git-man (1:1.9.1-1ubuntu0.9) ... unit-abot-epc-basic-0: 11:35:46 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-138.164 [859 kB] unit-abot-epc-basic-0: 11:35:46 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-abot-epc-basic-0: 11:35:46 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-abot-epc-basic-0: 11:35:47 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-oai-epc-0: 11:35:47 DEBUG unit.oai-epc/0.install Selecting previously unselected package git. unit-oai-epc-0: 11:35:47 DEBUG unit.oai-epc/0.install Preparing to unpack .../git_1%3a1.9.1-1ubuntu0.9_amd64.deb ... unit-abot-epc-basic-0: 11:35:47 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-oai-epc-0: 11:35:47 DEBUG unit.oai-epc/0.install Unpacking git (1:1.9.1-1ubuntu0.9) ... unit-abot-epc-basic-0: 11:35:47 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-abot-epc-basic-0: 11:35:48 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 11:35:48 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-oai-epc-0: 11:35:48 DEBUG unit.oai-epc/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:35:48 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-abot-epc-basic-0: 11:35:48 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-abot-epc-basic-0: 11:35:48 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: 11:35:49 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: 11:35:49 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: 11:35:49 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-oai-epc-0: 11:35:49 DEBUG unit.oai-epc/0.install Setting up liberror-perl (0.17-1.1) ... unit-abot-epc-basic-0: 11:35:49 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: 11:35:49 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: 11:35:49 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-oai-epc-0: 11:35:50 DEBUG unit.oai-epc/0.install Setting up git-man (1:1.9.1-1ubuntu0.9) ... unit-abot-epc-basic-0: 11:35:50 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-oai-epc-0: 11:35:50 DEBUG unit.oai-epc/0.install Setting up git (1:1.9.1-1ubuntu0.9) ... unit-abot-epc-basic-0: 11:35:50 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: 11:35:51 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: 11:35:51 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-abot-epc-basic-0: 11:35:51 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-oai-epc-0: 11:35:51 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 11:35:51 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections at unit-oai-epc-0: 11:35:51 DEBUG unit.oai-epc/0.install + atAlreadyInstalled=1 unit-oai-epc-0: 11:35:51 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 11:35:51 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 11:35:51 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections virt-what unit-oai-epc-0: 11:35:51 DEBUG unit.oai-epc/0.install + virtwhatAlreadyInstalled=0 unit-oai-epc-0: 11:35:51 DEBUG unit.oai-epc/0.install + true unit-oai-epc-0: 11:35:51 DEBUG unit.oai-epc/0.install + '[' '!' 0 -eq 1 ']' unit-oai-epc-0: 11:35:51 DEBUG unit.oai-epc/0.install + apt-get install -y --force-yes virt-what unit-oai-epc-0: 11:35:51 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 11:35:52 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 11:35:52 DEBUG unit.oai-epc/0.install Reading state information... unit-abot-epc-basic-0: 11:35:52 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-oai-epc-0: 11:35:52 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 11:35:52 DEBUG unit.oai-epc/0.install virt-what unit-abot-epc-basic-0: 11:35:52 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-abot-epc-basic-0: 11:35:52 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-oai-epc-0: 11:35:52 DEBUG unit.oai-epc/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 11:35:52 DEBUG unit.oai-epc/0.install Need to get 13.6 kB of archives. unit-oai-epc-0: 11:35:52 DEBUG unit.oai-epc/0.install After this operation, 66.6 kB of additional disk space will be used. unit-oai-epc-0: 11:35:52 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: 11:35:52 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: 11:35:52 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-oai-epc-0: 11:35:52 DEBUG unit.oai-epc/0.install Fetched 13.6 kB in 0s (32.1 kB/s) unit-abot-epc-basic-0: 11:35:52 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-abot-epc-basic-0: 11:35:52 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-abot-epc-basic-0: 11:35:53 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-oai-epc-0: 11:35:53 DEBUG unit.oai-epc/0.install Selecting previously unselected package virt-what. unit-oai-epc-0: 11:35:53 DEBUG unit.oai-epc/0.install (Reading database ... 53172 files and directories currently installed.) unit-oai-epc-0: 11:35:53 DEBUG unit.oai-epc/0.install Preparing to unpack .../virt-what_1.13-1_amd64.deb ... unit-abot-epc-basic-0: 11:35:53 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-oai-epc-0: 11:35:53 DEBUG unit.oai-epc/0.install Unpacking virt-what (1.13-1) ... unit-abot-epc-basic-0: 11:35:53 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-oai-epc-0: 11:35:53 DEBUG unit.oai-epc/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:35:53 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: 11:35:53 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-oai-epc-0: 11:35:53 DEBUG unit.oai-epc/0.install Setting up virt-what (1.13-1) ... unit-abot-epc-basic-0: 11:35:53 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-abot-epc-basic-0: 11:35:53 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: 11:35:54 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: 11:35:54 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-oai-epc-0: 11:35:54 DEBUG unit.oai-epc/0.install + PASSWORD=linux unit-oai-epc-0: 11:35:54 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 11:35:54 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-abot-epc-basic-0: 11:35:54 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-oai-epc-0: 11:35:54 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 11:35:54 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-epc-0: 11:35:55 DEBUG unit.oai-epc/0.install + apt install -y mysql-client unit-oai-epc-0: 11:35:55 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 11:35:55 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: 11:35:55 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 11:35:55 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 11:35:55 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 11:35:55 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 11:35:55 DEBUG unit.oai-epc/0.install The following extra packages will be installed: unit-oai-epc-0: 11:35:55 DEBUG unit.oai-epc/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-epc-0: 11:35:55 DEBUG unit.oai-epc/0.install mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-oai-epc-0: 11:35:55 DEBUG unit.oai-epc/0.install Suggested packages: unit-oai-epc-0: 11:35:55 DEBUG unit.oai-epc/0.install libclone-perl libmldbm-perl libnet-daemon-perl libplrpc-perl unit-oai-epc-0: 11:35:55 DEBUG unit.oai-epc/0.install libsql-statement-perl unit-oai-epc-0: 11:35:55 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 11:35:55 DEBUG unit.oai-epc/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-epc-0: 11:35:55 DEBUG unit.oai-epc/0.install mysql-client mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-oai-epc-0: 11:35:55 DEBUG unit.oai-epc/0.install 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 11:35:55 DEBUG unit.oai-epc/0.install Need to get 3781 kB of archives. unit-oai-epc-0: 11:35:55 DEBUG unit.oai-epc/0.install After this operation, 43.8 MB of additional disk space will be used. unit-oai-epc-0: 11:35:55 DEBUG unit.oai-epc/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.62-0ubuntu0.14.04.1 [12.6 kB] unit-abot-epc-basic-0: 11:35:55 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: 11:35:55 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-oai-epc-0: 11:35:55 DEBUG unit.oai-epc/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.62-0ubuntu0.14.04.1 [598 kB] unit-abot-epc-basic-0: 11:35:56 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: 11:35:56 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: 11:35:56 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: 11:35:56 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: 11:35:56 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-oai-epc-0: 11:35:56 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: 11:35:56 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: 11:35:56 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: 11:35:57 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-oai-epc-0: 11:35:57 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-abot-epc-basic-0: 11:35:57 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-oai-epc-0: 11:35:57 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-abot-epc-basic-0: 11:35:57 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-oai-epc-0: 11:35:57 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.62-0ubuntu0.14.04.1 [707 kB] unit-oai-epc-0: 11:35:57 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.62-0ubuntu0.14.04.1 [1459 kB] unit-abot-epc-basic-0: 11:35:57 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: 11:35:57 DEBUG unit.abot-epc-basic/0.install Preconfiguring packages ... unit-oai-epc-0: 11:35:57 DEBUG unit.oai-epc/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client all 5.5.62-0ubuntu0.14.04.1 [10.8 kB] unit-abot-epc-basic-0: 11:35:57 DEBUG unit.abot-epc-basic/0.install Fetched 103 MB in 27s (3741 kB/s) unit-oai-epc-0: 11:35:57 DEBUG unit.oai-epc/0.install Fetched 3781 kB in 2s (1492 kB/s) unit-oai-epc-0: 11:35:58 DEBUG unit.oai-epc/0.install Selecting previously unselected package mysql-common. unit-abot-epc-basic-0: 11:35:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-codec-java. unit-oai-epc-0: 11:35:58 DEBUG unit.oai-epc/0.install (Reading database ... 53179 files and directories currently installed.) unit-oai-epc-0: 11:35:58 DEBUG unit.oai-epc/0.install Preparing to unpack .../mysql-common_5.5.62-0ubuntu0.14.04.1_all.deb ... unit-abot-epc-basic-0: 11:35:58 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: 11:35:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-codec-java_1.10-1_all.deb ... unit-oai-epc-0: 11:35:58 DEBUG unit.oai-epc/0.install Progress: [ 0%] Progress: [ 2%] Unpacking mysql-common (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 11:35:58 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-codec-java (1.10-1) ... unit-oai-epc-0: 11:35:59 DEBUG unit.oai-epc/0.install Progress: [ 5%] Progress: [ 7%] Selecting previously unselected package libmysqlclient18:amd64. unit-oai-epc-0: 11:35:59 DEBUG unit.oai-epc/0.install Preparing to unpack .../libmysqlclient18_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-abot-epc-basic-0: 11:35:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libapache-pom-java. unit-abot-epc-basic-0: 11:35:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libapache-pom-java_10-2build1_all.deb ... unit-oai-epc-0: 11:35:59 DEBUG unit.oai-epc/0.install Progress: [ 10%] Unpacking libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 11:35:59 DEBUG unit.abot-epc-basic/0.install Unpacking libapache-pom-java (10-2build1) ... unit-abot-epc-basic-0: 11:35:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-parent-java. unit-abot-epc-basic-0: 11:35:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-parent-java_39-3_all.deb ... unit-oai-epc-0: 11:35:59 DEBUG unit.oai-epc/0.install Progress: [ 12%] Progress: [ 15%] Selecting previously unselected package libdbi-perl. unit-oai-epc-0: 11:35:59 DEBUG unit.oai-epc/0.install Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... unit-abot-epc-basic-0: 11:35:59 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-parent-java (39-3) ... unit-oai-epc-0: 11:35:59 DEBUG unit.oai-epc/0.install Progress: [ 17%] Unpacking libdbi-perl (1.630-1) ... unit-abot-epc-basic-0: 11:36:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-logging-java. unit-abot-epc-basic-0: 11:36:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-logging-java_1.2-1+build1_all.deb ... unit-abot-epc-basic-0: 11:36:00 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-logging-java (1.2-1+build1) ... unit-oai-epc-0: 11:36:00 DEBUG unit.oai-epc/0.install Progress: [ 20%] Progress: [ 22%] Selecting previously unselected package libdbd-mysql-perl. unit-oai-epc-0: 11:36:00 DEBUG unit.oai-epc/0.install Preparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ... unit-oai-epc-0: 11:36:00 DEBUG unit.oai-epc/0.install Progress: [ 25%] Unpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-oai-epc-0: 11:36:01 DEBUG unit.oai-epc/0.install Progress: [ 27%] Progress: [ 30%] Selecting previously unselected package libterm-readkey-perl. unit-oai-epc-0: 11:36:01 DEBUG unit.oai-epc/0.install Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... unit-oai-epc-0: 11:36:01 DEBUG unit.oai-epc/0.install Progress: [ 32%] Unpacking libterm-readkey-perl (2.31-1) ... unit-abot-epc-basic-0: 11:36:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttpcore-java. unit-abot-epc-basic-0: 11:36:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttpcore-java_4.4.4-1_all.deb ... unit-abot-epc-basic-0: 11:36:01 DEBUG unit.abot-epc-basic/0.install Unpacking libhttpcore-java (4.4.4-1) ... unit-oai-epc-0: 11:36:01 DEBUG unit.oai-epc/0.install Progress: [ 35%] Progress: [ 37%] Selecting previously unselected package mysql-client-core-5.5. unit-oai-epc-0: 11:36:01 DEBUG unit.oai-epc/0.install Preparing to unpack .../mysql-client-core-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-oai-epc-0: 11:36:01 DEBUG unit.oai-epc/0.install Progress: [ 40%] Unpacking mysql-client-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 11:36:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttpclient-java. unit-abot-epc-basic-0: 11:36:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttpclient-java_4.5.1-1_all.deb ... unit-abot-epc-basic-0: 11:36:02 DEBUG unit.abot-epc-basic/0.install Unpacking libhttpclient-java (4.5.1-1) ... unit-oai-epc-0: 11:36:02 DEBUG unit.oai-epc/0.install Progress: [ 42%] Progress: [ 45%] Selecting previously unselected package mysql-client-5.5. unit-oai-epc-0: 11:36:02 DEBUG unit.oai-epc/0.install Preparing to unpack .../mysql-client-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-oai-epc-0: 11:36:02 DEBUG unit.oai-epc/0.install Progress: [ 47%] Unpacking mysql-client-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 11:36:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libslf4j-java. unit-abot-epc-basic-0: 11:36:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libslf4j-java_1.7.14-3_all.deb ... unit-abot-epc-basic-0: 11:36:02 DEBUG unit.abot-epc-basic/0.install Unpacking libslf4j-java (1.7.14-3) ... unit-abot-epc-basic-0: 11:36:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-httpclient-java. unit-abot-epc-basic-0: 11:36:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-httpclient-java_3.1-12_all.deb ... unit-abot-epc-basic-0: 11:36:03 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-httpclient-java (3.1-12) ... unit-oai-epc-0: 11:36:03 DEBUG unit.oai-epc/0.install Progress: [ 50%] Progress: [ 52%] Selecting previously unselected package mysql-client. unit-oai-epc-0: 11:36:03 DEBUG unit.oai-epc/0.install Preparing to unpack .../mysql-client_5.5.62-0ubuntu0.14.04.1_all.deb ... unit-abot-epc-basic-0: 11:36:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-io-java. unit-abot-epc-basic-0: 11:36:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-io-java_2.4-2_all.deb ... unit-abot-epc-basic-0: 11:36:03 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-io-java (2.4-2) ... unit-oai-epc-0: 11:36:03 DEBUG unit.oai-epc/0.install Progress: [ 55%] Unpacking mysql-client (5.5.62-0ubuntu0.14.04.1) ... unit-oai-epc-0: 11:36:04 DEBUG unit.oai-epc/0.install Progress: [ 57%] Progress: [ 60%] Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:36:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-net2-java. unit-abot-epc-basic-0: 11:36:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-net2-java_2.2-2_all.deb ... unit-abot-epc-basic-0: 11:36:04 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-net2-java (2.2-2) ... machine-3: 11:36:04 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] machine-3: 11:36:04 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-3/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "3", "--debug"} machine-3: 11:36:04 DEBUG juju.agent read agent config, format "2.0" unit-oai-epc-0: 11:36:05 DEBUG unit.oai-epc/0.install Setting up mysql-common (5.5.62-0ubuntu0.14.04.1) ... machine-3: 11:36:05 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. machine-3: 11:36:05 DEBUG juju.worker start "engine" machine-3: 11:36:05 INFO juju.worker start "engine" machine-3: 11:36:05 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:05 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-3: 11:36:05 DEBUG juju.worker.dependency "agent" manifold worker started machine-3: 11:36:05 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-3: 11:36:05 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-3: 11:36:05 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-3: 11:36:05 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-3: 11:36:05 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-3: 11:36:05 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-3" machine-3: 11:36:05 DEBUG juju.worker "engine" started machine-3: 11:36:05 DEBUG juju.worker.dependency "clock" manifold worker started machine-3: 11:36:05 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:05 DEBUG juju.worker.introspection stats worker now serving machine-3: 11:36:05 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:05 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:05 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-3: 11:36:05 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-3: 11:36:05 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-3: 11:36:05 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:05 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:05 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-3: 11:36:05 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-3: 11:36:05 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:05 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:05 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:05 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-3: 11:36:05 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 11:36:05 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "clock" not running: dependency not available machine-3: 11:36:05 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:05 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:05 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:05 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-3: 11:36:05 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:05 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:05 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:05 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "agent" not running: dependency not available machine-3: 11:36:05 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-3: 11:36:05 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-3: 11:36:05 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:05 DEBUG juju.worker.dependency "is-controller-flag" manifold worker stopped: "state" not running: dependency not available machine-3: 11:36:05 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-3: 11:36:05 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:05 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-3: 11:36:05 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: machine-3: 11:36:05 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-3: 11:36:05 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: machine-3: 11:36:05 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:05 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:05 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-3: 11:36:05 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-3: 11:36:05 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "central-hub" not running: dependency not available machine-3: 11:36:05 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:05 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:05 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 11:36:05 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:05 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:05 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:05 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:05 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:05 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:05 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:05 DEBUG juju.worker.apicaller connecting with old password machine-3: 11:36:05 DEBUG juju.worker.dependency "state" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-3: 11:36:05 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 11:36:05 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:05 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-3: 11:36:05 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" machine-3: 11:36:05 INFO juju.api connection established to "wss://192.168.121.9:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" machine-3: 11:36:05 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:05 DEBUG juju.api successfully dialed "wss://172.30.9.206:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" machine-3: 11:36:05 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 11:36:05 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:05 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:05 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "state" not running: dependency not available machine-3: 11:36:05 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:05 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:05 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-3: 11:36:05 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:05 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-3: 11:36:05 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-3: 11:36:05 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-3: 11:36:05 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-3: 11:36:05 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-3: 11:36:05 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-abot-epc-basic-0: 11:36:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjsch-java. unit-abot-epc-basic-0: 11:36:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjsch-java_0.1.53-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 11:36:05 DEBUG unit.abot-epc-basic/0.install Unpacking libjsch-java (0.1.53-1ubuntu1) ... unit-oai-epc-0: 11:36:06 DEBUG unit.oai-epc/0.install Progress: [ 62%] Progress: [ 65%] Setting up libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ... machine-3: 11:36:06 DEBUG juju.worker.apicaller connected machine-3: 11:36:06 DEBUG juju.worker.apicaller changing password... unit-abot-epc-basic-0: 11:36:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjsoup-java. unit-abot-epc-basic-0: 11:36:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjsoup-java_1.8.3-1_all.deb ... unit-abot-epc-basic-0: 11:36:06 DEBUG unit.abot-epc-basic/0.install Unpacking libjsoup-java (1.8.3-1) ... machine-3: 11:36:06 DEBUG juju.worker.apicaller password changed machine-3: 11:36:06 DEBUG juju.api RPC connection died machine-3: 11:36:06 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-3: 11:36:06 DEBUG juju.worker.apicaller connecting with current password machine-3: 11:36:06 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" machine-3: 11:36:06 INFO juju.api connection established to "wss://192.168.121.9:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" machine-3: 11:36:06 DEBUG juju.api successfully dialed "wss://172.30.9.206:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" unit-oai-epc-0: 11:36:07 DEBUG unit.oai-epc/0.install Progress: [ 67%] Progress: [ 70%] Setting up libdbi-perl (1.630-1) ... unit-abot-epc-basic-0: 11:36:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatinject-jsr330-api-java. unit-abot-epc-basic-0: 11:36:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatinject-jsr330-api-java_1.0+ds1-2_all.deb ... unit-abot-epc-basic-0: 11:36:07 DEBUG unit.abot-epc-basic/0.install Unpacking libatinject-jsr330-api-java (1.0+ds1-2) ... unit-oai-epc-0: 11:36:07 DEBUG unit.oai-epc/0.install Progress: [ 72%] Progress: [ 75%] Setting up libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-oai-epc-0: 11:36:07 DEBUG unit.oai-epc/0.install Progress: [ 77%] Progress: [ 80%] Setting up libterm-readkey-perl (2.31-1) ... unit-abot-epc-basic-0: 11:36:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjsr305-java. unit-abot-epc-basic-0: 11:36:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjsr305-java_0.1~+svn49-9_all.deb ... unit-oai-epc-0: 11:36:07 DEBUG unit.oai-epc/0.install Progress: [ 82%] Progress: [ 85%] Setting up mysql-client-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 11:36:07 DEBUG unit.abot-epc-basic/0.install Unpacking libjsr305-java (0.1~+svn49-9) ... machine-3: 11:36:07 DEBUG juju.worker.apicaller connected unit-oai-epc-0: 11:36:08 DEBUG unit.oai-epc/0.install Progress: [ 87%] Progress: [ 90%] Setting up mysql-client-5.5 (5.5.62-0ubuntu0.14.04.1) ... machine-3: 11:36:08 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-3: 11:36:08 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:08 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:08 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-3: 11:36:08 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-3: 11:36:08 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:08 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-3: 11:36:08 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-3: 11:36:08 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-3: 11:36:08 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-3: 11:36:08 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: machine-3: 11:36:08 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-3: 11:36:08 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-3: 11:36:08 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: machine-3: 11:36:08 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-3: 11:36:08 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-3: 11:36:08 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-3: 11:36:08 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-3: 11:36:08 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-3: 11:36:08 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-3: 11:36:08 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-3: 11:36:08 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-3: 11:36:08 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-3: 11:36:08 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available unit-oai-epc-0: 11:36:08 DEBUG unit.oai-epc/0.install Progress: [ 92%] Progress: [ 95%] Setting up mysql-client (5.5.62-0ubuntu0.14.04.1) ... machine-3: 11:36:08 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 11:36:08 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 11:36:08 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 11:36:08 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 11:36:08 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 11:36:08 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 11:36:08 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 11:36:08 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 11:36:08 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 11:36:08 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 11:36:08 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 11:36:08 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-3: 11:36:08 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 11:36:08 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 11:36:08 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 11:36:08 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 11:36:08 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 11:36:08 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 11:36:08 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 11:36:08 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 11:36:08 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 11:36:08 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 11:36:08 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 11:36:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libguava-java. unit-abot-epc-basic-0: 11:36:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libguava-java_19.0-1_all.deb ... unit-oai-epc-0: 11:36:09 DEBUG unit.oai-epc/0.install Progress: [ 97%] Progress: [100%] Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 11:36:09 DEBUG unit.abot-epc-basic/0.install Unpacking libguava-java (19.0-1) ... machine-3: 11:36:09 INFO juju.worker.upgrader abort check blocked until version event received machine-3: 11:36:09 INFO juju.worker.upgrader unblocking abort check machine-3: 11:36:09 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-3: 11:36:09 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-3: 11:36:09 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-3: 11:36:09 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-3: 11:36:09 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-3: 11:36:09 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-3: 11:36:09 INFO juju.worker.migrationminion migration phase is now: NONE machine-3: 11:36:09 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-3: 11:36:09 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-3: 11:36:09 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-3: 11:36:09 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-3: 11:36:09 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 11:36:09 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-3: 11:36:09 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 11:36:09 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.206,192.168.121.9,252.9.0.1,::1,localhost", AutoNoProxy:""} machine-3: 11:36:09 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-3: 11:36:09 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-3: 11:36:09 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-3: 11:36:09 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-3: 11:36:09 DEBUG juju.worker.reboot Reboot worker got action: noop machine-3: 11:36:09 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 11:36:09 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-3: 11:36:09 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-3: 11:36:09 DEBUG juju.worker.logger logger setup machine-3: 11:36:09 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-3: 11:36:09 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-3: 11:36:09 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-3: 11:36:09 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-3: 11:36:09 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-3: 11:36:09 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-3: 11:36:09 DEBUG juju.worker.fanconfigurer Processing new fan config machine-3: 11:36:09 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-3: 11:36:09 INFO juju.util.exec run result: exit status 127 machine-3: 11:36:09 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec897290797/script.sh: line 1: fanatic: command not found 127 unit-abot-epc-basic-0: 11:36:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-classworlds-java. unit-abot-epc-basic-0: 11:36:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-classworlds-java_1.5.0-5_all.deb ... unit-abot-epc-basic-0: 11:36:10 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-classworlds-java (1.5.0-5) ... machine-3: 11:36:11 DEBUG juju.tools.lxdclient LXD snap socket not found, falling back to debian socket: "/var/lib/lxd" machine-3: 11:36:11 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-3: 11:36: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-3: 11:36:11 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-3: 11:36:11 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-3: 11:36:11 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-3: 11:36:11 DEBUG juju.worker.fanconfigurer Processing new fan config machine-3: 11:36:11 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-3: 11:36:11 INFO juju.util.exec run result: exit status 127 machine-3: 11:36:11 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec755707623/script.sh: line 1: fanatic: command not found 127 machine-3: 11:36:11 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 3 machine-3: 11:36:11 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-3: 11:36:11 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 unit-oai-epc-0: 11:36:11 DEBUG unit.oai-epc/0.install ++ virt-what unit-oai-epc-0: 11:36:11 DEBUG unit.oai-epc/0.install + machine_type=kvm unit-oai-epc-0: 11:36:11 DEBUG unit.oai-epc/0.install + clone_repro unit-oai-epc-0: 11:36:11 DEBUG unit.oai-epc/0.install + juju-log 'Fetching and installing openair5G EPC' unit-oai-epc-0: 11:36:11 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 11:36:11 INFO unit.oai-epc/0.juju-log Fetching and installing openair5G EPC unit-oai-epc-0: 11:36:11 DEBUG unit.oai-epc/0.install + status-set maintenance 'Fetching and installing Openair5G EPC' unit-oai-epc-0: 11:36:11 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 11:36:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjaxp1.3-java. unit-abot-epc-basic-0: 11:36:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjaxp1.3-java_1.3.05-2ubuntu3_all.deb ... machine-3: 11:36:11 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-3: 11:36:11 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-3: 11:36:11 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-3: 11:36:12 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-3: 11:36:12 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-3: 11:36:12 DEBUG juju.worker.dependency "machiner" manifold worker started machine-3: 11:36:12 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 11:36:12 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 11:36:12 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 11:36:12 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 11:36:12 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 11:36:12 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 11:36:12 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 11:36:12 DEBUG juju.network including address local-cloud:192.168.121.14 for machine machine-3: 11:36:12 DEBUG juju.network including address local-machine:::1 for machine machine-3: 11:36:12 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.14 local-machine:::1] machine-3: 11:36:12 INFO juju.worker.machiner setting addresses for "machine-3" to [local-machine:127.0.0.1 local-cloud:192.168.121.14 local-machine:::1] machine-3: 11:36:12 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-3: 11:36:12 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 11:36:12 INFO juju.worker.deployer checking unit "oai-hss/0" machine-3: 11:36:12 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 11:36:12 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 11:36:12 DEBUG juju.network including address public:172.30.9.206 for machine machine-3: 11:36:12 DEBUG juju.network including address local-cloud:192.168.121.9 for machine machine-3: 11:36:12 DEBUG juju.network including address local-fan:252.9.0.1 for machine machine-3: 11:36:12 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 11:36:12 DEBUG juju.network including address local-machine:::1 for machine machine-3: 11:36:12 DEBUG juju.network addresses after filtering: [public:172.30.9.206 local-cloud:192.168.121.9 local-fan:252.9.0.1 local-machine:127.0.0.1 local-machine:::1] machine-3: 11:36:12 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.206:17070 192.168.121.9:17070 252.9.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-3: 11:36:12 DEBUG juju.agent API server address details [["172.30.9.206:17070" "192.168.121.9:17070" "252.9.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.9:17070" "252.9.0.1:17070" "172.30.9.206:17070"] machine-3: 11:36:12 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-3: 11:36:12 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-abot-epc-basic-0: 11:36:12 DEBUG unit.abot-epc-basic/0.install Unpacking libjaxp1.3-java (1.3.05-2ubuntu3) ... machine-3: 11:36:12 INFO juju.worker.authenticationworker "machine-3" key updater worker started machine-3: 11:36:12 DEBUG juju.worker.apiconfigwatcher API addresses changed in agent config machine-3: 11:36:12 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: restart immediately machine-3: 11:36:12 DEBUG juju.api RPC connection died machine-3: 11:36:12 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-3: 11:36:12 DEBUG juju.worker killing runner 0xc42028dd40 machine-3: 11:36:12 INFO juju.worker runner is dying machine-3: 11:36:12 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: connection is shut down machine-3: 11:36:12 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: connection is shut down machine-3: 11:36:12 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: connection is shut down machine-3: 11:36:12 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: 11:36:12 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: connection is shut down machine-3: 11:36:12 DEBUG juju.worker.dependency "machiner" manifold worker stopped: setting machine addresses: connection is shut down machine-3: 11:36:12 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: connection is shut down machine-3: 11:36:12 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: connection is shut down machine-3: 11:36:12 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-3: 11:36:12 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: connection is shut down machine-3: 11:36:12 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: connection is shut down machine-3: 11:36:12 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: connection is shut down machine-3: 11:36:12 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: connection is shut down machine-3: 11:36:12 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: connection is shut down machine-3: 11:36:12 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: connection is shut down machine-3: 11:36:12 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: connection is shut down machine-3: 11:36:12 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-3: 11:36:12 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-3: 11:36:12 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-3: 11:36:12 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-3: 11:36:12 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-3: 11:36:12 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-3: 11:36:12 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-3: 11:36:12 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:12 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:12 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:12 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:12 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:12 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:12 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 11:36:12 DEBUG unit.oai-epc/0.install + '[' -d /srv/openair-cn ']' machine-3: 11:36:12 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 11:36:12 DEBUG unit.oai-epc/0.install + cp -f /etc/hosts /home unit-oai-epc-0: 11:36:12 DEBUG unit.oai-epc/0.install + git clone https://github.com/OPENAIRINTERFACE/openair-cn /srv/openair-cn unit-oai-epc-0: 11:36:12 DEBUG unit.oai-epc/0.install Cloning into '/srv/openair-cn'... machine-3: 11:36:12 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:12 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:12 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:12 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-3: 11:36:12 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 11:36:12 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:12 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 11:36:12 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:12 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:12 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:12 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 11:36:12 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:12 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:12 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:12 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:12 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:12 DEBUG juju.worker.apicaller connecting with current password machine-3: 11:36:12 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" machine-3: 11:36:12 INFO juju.api connection established to "wss://192.168.121.9:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" machine-3: 11:36:12 DEBUG juju.api successfully dialed "wss://172.30.9.206:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" unit-abot-epc-basic-0: 11:36:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-commons-resolver1.1-java. unit-abot-epc-basic-0: 11:36:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-commons-resolver1.1-java_1.2-7build1_all.deb ... machine-3: 11:36:12 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 11:36:12 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-commons-resolver1.1-java (1.2-7build1) ... machine-3: 11:36:12 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-3: 11:36:12 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:12 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:12 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:12 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:12 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-3: 11:36:12 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:12 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:12 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:12 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:12 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:12 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:12 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-3: 11:36:12 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:12 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-3: 11:36:12 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-3: 11:36:12 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:12 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:12 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:12 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-3: 11:36:12 INFO juju.worker.migrationminion migration phase is now: NONE machine-3: 11:36:12 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:12 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:12 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:36:12 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-3: 11:36:12 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-3: 11:36:12 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-3: 11:36:12 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-3: 11:36:12 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-3: 11:36:12 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-3: 11:36:12 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-3: 11:36:12 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 11:36:12 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 11:36:12 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 11:36:12 DEBUG juju.network including address public:172.30.9.206 for machine machine-3: 11:36:12 DEBUG juju.network including address local-cloud:192.168.121.9 for machine machine-3: 11:36:12 DEBUG juju.network including address local-fan:252.9.0.1 for machine machine-3: 11:36:12 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 11:36:12 DEBUG juju.network including address local-machine:::1 for machine machine-3: 11:36:12 DEBUG juju.network addresses after filtering: [public:172.30.9.206 local-cloud:192.168.121.9 local-fan:252.9.0.1 local-machine:127.0.0.1 local-machine:::1] machine-3: 11:36:12 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.206:17070 192.168.121.9:17070 252.9.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-3: 11:36:12 DEBUG juju.agent API server address details [["172.30.9.206:17070" "192.168.121.9:17070" "252.9.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.9:17070" "252.9.0.1:17070" "172.30.9.206:17070"] machine-3: 11:36:12 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.206,192.168.121.9,252.9.0.1,::1,localhost", AutoNoProxy:""} machine-3: 11:36:12 DEBUG juju.tools.lxdclient Using environment LXD_DIR as socket path: "/var/lib/lxd" machine-3: 11:36:12 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-3: 11:36:12 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: 11:36:12 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-3: 11:36:12 DEBUG juju.worker.fanconfigurer Processing new fan config machine-3: 11:36:12 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-3: 11:36:12 INFO juju.util.exec run result: exit status 127 machine-3: 11:36:12 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec656951534/script.sh: line 1: fanatic: command not found 127 machine-3: 11:36:12 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-3: 11:36:12 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-3: 11:36:12 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 11:36:12 DEBUG juju.worker.fanconfigurer Processing new fan config machine-3: 11:36:12 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 11:36:12 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-3: 11:36:12 INFO juju.util.exec run result: exit status 127 machine-3: 11:36:12 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec854137424/script.sh: line 1: fanatic: command not found 127 machine-3: 11:36:12 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-3: 11:36:12 INFO juju.worker.upgrader abort check blocked until version event received machine-3: 11:36:12 INFO juju.worker.upgrader unblocking abort check machine-3: 11:36:12 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-3: 11:36:12 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 11:36:12 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" machine-3: 11:36:12 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-3: 11:36:12 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-3: 11:36:12 DEBUG juju.worker.logger logger setup machine-3: 11:36:12 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-3: 11:36:12 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-3: 11:36:12 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-3: 11:36:12 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-3: 11:36:12 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-3: 11:36:12 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-3: 11:36:12 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-3: 11:36:12 DEBUG juju.worker.dependency "machiner" manifold worker started machine-3: 11:36:12 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 11:36:12 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 11:36:12 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 11:36:12 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 11:36:12 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 11:36:12 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 11:36:12 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 11:36:12 DEBUG juju.network including address local-cloud:192.168.121.14 for machine machine-3: 11:36:12 DEBUG juju.network including address local-machine:::1 for machine machine-3: 11:36:12 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.14 local-machine:::1] machine-3: 11:36:12 INFO juju.worker.machiner setting addresses for "machine-3" to [local-machine:127.0.0.1 local-cloud:192.168.121.14 local-machine:::1] machine-3: 11:36:12 DEBUG juju.worker.reboot Reboot worker got action: noop machine-3: 11:36:12 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: 11:36:12 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-3: 11:36:12 INFO juju.worker.deployer checking unit "oai-hss/0" machine-3: 11:36:12 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-3: 11:36:12 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-3: 11:36:12 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-3: 11:36:12 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-3: 11:36:12 INFO juju.worker.authenticationworker "machine-3" key updater worker started unit-abot-epc-basic-0: 11:36:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-commons-external-java. unit-abot-epc-basic-0: 11:36:12 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: 11:36:12 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-commons-external-java (1.4.01-2build1) ... machine-3: 11:36:13 INFO juju.worker.deployer deploying unit "oai-hss/0" machine-3: 11:36:13 DEBUG juju.worker start "3-container-watcher" machine-3: 11:36:13 DEBUG juju.worker start "stateconverter" machine-3: 11:36:13 INFO juju.worker start "3-container-watcher" machine-3: 11:36:13 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-3: 11:36:13 DEBUG juju.worker "3-container-watcher" started machine-3: 11:36:13 INFO juju.worker start "stateconverter" machine-3: 11:36:13 DEBUG juju.cmd.jujud upgrades done, starting worker "3-container-watcher" machine-3: 11:36:13 DEBUG juju.worker "stateconverter" started unit-abot-epc-basic-0: 11:36:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxerces2-java. unit-abot-epc-basic-0: 11:36:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxerces2-java_2.11.0-7_all.deb ... machine-3: 11:36:13 INFO juju.worker.machiner "machine-3" started machine-3: 11:36:13 INFO juju.api.common no addresses observed on interface "tunl0" unit-abot-epc-basic-0: 11:36:13 DEBUG unit.abot-epc-basic/0.install Unpacking libxerces2-java (2.11.0-7) ... machine-3: 11:36:13 DEBUG juju.service discovered init system "upstart" from local host machine-3: 11:36:13 DEBUG juju.worker.deployer API addresses: ["192.168.121.9:17070" "252.9.0.1:17070" "172.30.9.206:17070"] machine-3: 11:36:13 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-oai-hss-0: 11:36:13 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] unit-oai-hss-0: 11:36:13 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: 11:36:13 DEBUG juju.agent read agent config, format "2.0" unit-oai-hss-0: 11:36:13 DEBUG juju.worker start "api" unit-oai-hss-0: 11:36:13 INFO juju.worker start "api" unit-oai-hss-0: 11:36:13 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. unit-oai-hss-0: 11:36:13 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-hss-0" unit-oai-hss-0: 11:36:13 DEBUG juju.worker "api" started unit-oai-hss-0: 11:36:13 DEBUG juju.worker.introspection stats worker now serving unit-oai-hss-0: 11:36:13 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available unit-oai-hss-0: 11:36:13 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-oai-hss-0: 11:36:13 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 11:36:13 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 11:36:13 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 11:36:13 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 11:36:13 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 11:36:13 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 11:36:13 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 11:36:13 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 11:36:13 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 11:36:13 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 11:36:13 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 11:36:13 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 11:36:13 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-hss-0: 11:36:13 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started unit-oai-hss-0: 11:36:13 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 11:36:13 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started unit-oai-hss-0: 11:36:13 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 11:36:13 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 11:36:13 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 11:36:13 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 11:36:13 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 11:36:13 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available unit-oai-hss-0: 11:36:13 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-oai-hss-0: 11:36:13 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 11:36:13 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started unit-oai-hss-0: 11:36:13 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 11:36:13 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-hss-0: 11:36:13 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: unit-oai-hss-0: 11:36:13 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 11:36:13 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-hss-0: 11:36:13 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-oai-hss-0: 11:36:13 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 11:36:13 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 11:36:13 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 11:36:13 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 11:36:13 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 11:36:13 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 11:36:13 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 11:36:13 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 11:36:13 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 11:36:13 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 11:36:13 DEBUG juju.worker.apicaller connecting with old password unit-oai-hss-0: 11:36:13 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" unit-oai-hss-0: 11:36:13 INFO juju.api connection established to "wss://192.168.121.9:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" unit-oai-hss-0: 11:36:13 DEBUG juju.api successfully dialed "wss://172.30.9.206:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" unit-oai-hss-0: 11:36:13 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-abot-epc-basic-0: 11:36:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxalan2-java. unit-abot-epc-basic-0: 11:36:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxalan2-java_2.7.1-9_all.deb ... unit-abot-epc-basic-0: 11:36:13 DEBUG unit.abot-epc-basic/0.install Unpacking libxalan2-java (2.7.1-9) ... unit-oai-hss-0: 11:36:13 DEBUG juju.worker.apicaller connected unit-oai-hss-0: 11:36:13 DEBUG juju.worker.apicaller changing password... unit-oai-hss-0: 11:36:14 DEBUG juju.worker.apicaller password changed unit-oai-hss-0: 11:36:14 DEBUG juju.api RPC connection died unit-oai-hss-0: 11:36:14 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-oai-hss-0: 11:36:14 DEBUG juju.worker.apicaller connecting with current password unit-oai-hss-0: 11:36:14 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" unit-oai-hss-0: 11:36:14 INFO juju.api connection established to "wss://192.168.121.9:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" unit-oai-hss-0: 11:36:14 DEBUG juju.api successfully dialed "wss://172.30.9.206:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" machine-3: 11:36:14 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:2a:ce:a1 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.14 DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:2 MACAddress:fa:16:3e:2a:ce:a1 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: 11:36:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-interpolation-java. unit-abot-epc-basic-0: 11:36:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-interpolation-java_1.21-1_all.deb ... unit-abot-epc-basic-0: 11:36:14 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-interpolation-java (1.21-1) ... unit-oai-hss-0: 11:36:14 DEBUG juju.worker.apicaller connected unit-oai-epc-0: 11:36:14 DEBUG unit.oai-epc/0.install + cd /srv/openair-cn unit-oai-epc-0: 11:36:14 DEBUG unit.oai-epc/0.install + git checkout v0.3.2 unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install Note: checking out 'v0.3.2'. unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install You are in 'detached HEAD' state. You can look around, make experimental unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install changes and commit them, and you can discard any commits you make in this unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install state without impacting any branches by performing another checkout. unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install If you want to create a new branch to retain commits you create, you may unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install do so (now or later) by using -b with the checkout command again. Example: unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install git checkout -b new_branch_name unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install HEAD is now at 01f20cc... freediameter installation fix unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install + shopt -s nocasematch unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install + cd - unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install /var/lib/juju/agents/unit-oai-epc-0/charm unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-abot-epc-basic-0: 11:36:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-utils-java. unit-abot-epc-basic-0: 11:36:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-utils-java_1%3a1.5.15-4_all.deb ... unit-oai-epc-0: 11:36:15 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: 11:36:15 DEBUG unit.oai-epc/0.install + juju_install_kernel unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install + juju-log 'Check the kernel and update if required' unit-abot-epc-basic-0: 11:36:15 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-utils-java (1:1.5.15-4) ... unit-oai-epc-0: 11:36:15 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 11:36:15 INFO unit.oai-epc/0.juju-log Check the kernel and update if required unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install + current_kern_release=3.13.0-161-generic unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-161-generic unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-161-generic unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install + current_kern_major_revision=13 unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install + '[' 13 -ge 19 ']' unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install + [[ false == true ]] unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install + '[' kvm == lxc -o kvm == docker ']' unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install + '[' kvm == '' ']' unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install + current_kern_release=3.13.0-161-generic unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-161-generic unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-161-generic unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install + current_kern_major_revision=13 unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install + '[' 13 -ge 19 ']' unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install + [[ false == false ]] unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.reboot unit-oai-epc-0: 11:36:15 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: 11:36:15 DEBUG unit.oai-epc/0.install + '[' '' '!=' reboot ']' unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install + juju-log 'installing the required kernel and reboot' unit-oai-epc-0: 11:36:15 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 11:36:15 INFO unit.oai-epc/0.juju-log installing the required kernel and reboot unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install + status-set maintenance 'installing the required kernel and rebooting' unit-oai-epc-0: 11:36:15 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 11:36:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxbean-java. unit-abot-epc-basic-0: 11:36:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxbean-java_4.5-1_all.deb ... unit-oai-hss-0: 11:36:15 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-oai-hss-0: 11:36:15 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 11:36:15 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 11:36:15 DEBUG unit.abot-epc-basic/0.install Unpacking libxbean-java (4.5-1) ... unit-oai-hss-0: 11:36:15 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 11:36:15 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 11:36:15 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-oai-hss-0: 11:36:15 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 11:36:15 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 11:36:15 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-oai-hss-0: 11:36:15 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 11:36:15 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 11:36:15 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-hss-0: 11:36:15 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install + install_required_kernel unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install + version=3.19 unit-oai-epc-0: 11:36:15 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: 11:36:15 DEBUG unit.oai-epc/0.install --2018-10-26 11:36:15-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-hss-0: 11:36:15 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started unit-oai-hss-0: 11:36:15 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-oai-hss-0: 11:36:15 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 11:36:15 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 11:36:15 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 11:36:15 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 11:36:15 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 11:36:15 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 11:36:15 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install Resolving kernel.ubuntu.com (kernel.ubuntu.com)... 91.189.94.216 unit-oai-hss-0: 11:36:15 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 11:36:15 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 11:36:15 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 11:36:15 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 11:36:15 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-hss-0: 11:36:15 INFO juju.worker.upgrader unblocking abort check unit-oai-hss-0: 11:36:15 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-oai-hss-0: 11:36:15 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-oai-hss-0: 11:36:15 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-hss-0: 11:36:15 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install Connecting to kernel.ubuntu.com (kernel.ubuntu.com)|91.189.94.216|:80... connected. unit-oai-hss-0: 11:36:15 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-abot-epc-basic-0: 11:36:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-containers-java. unit-abot-epc-basic-0: 11:36:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-containers-java_1.0~beta3.0.7-8_all.deb ... unit-oai-hss-0: 11:36:15 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-hss-0: 11:36:15 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-hss-0: 11:36:15 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-hss-0: 11:36:15 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-hss-0: 11:36:15 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-hss-0: 11:36:15 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-hss-0: 11:36:15 DEBUG juju.worker.leadership oai-hss/0 making initial claim for oai-hss leadership unit-oai-hss-0: 11:36:15 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-hss-0: 11:36:15 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-oai-hss-0: 11:36:15 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-hss-0: 11:36:15 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 11:36:15 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 11:36:15 DEBUG juju.network including address public:172.30.9.206 for machine unit-oai-hss-0: 11:36:15 DEBUG juju.network including address local-cloud:192.168.121.9 for machine unit-oai-hss-0: 11:36:15 DEBUG juju.network including address local-fan:252.9.0.1 for machine unit-oai-hss-0: 11:36:15 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-hss-0: 11:36:15 DEBUG juju.network including address local-machine:::1 for machine unit-oai-hss-0: 11:36:15 DEBUG juju.network addresses after filtering: [public:172.30.9.206 local-cloud:192.168.121.9 local-fan:252.9.0.1 local-machine:127.0.0.1 local-machine:::1] unit-oai-hss-0: 11:36:15 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.206:17070 192.168.121.9:17070 252.9.0.1:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-hss-0: 11:36:15 DEBUG juju.agent API server address details [["172.30.9.206:17070" "192.168.121.9:17070" "252.9.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.9:17070" "252.9.0.1:17070" "172.30.9.206:17070"] unit-oai-hss-0: 11:36:15 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-hss-0: 11:36:15 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-hss-0: 11:36:15 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-hss-0: 11:36:15 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-oai-hss-0: 11:36:15 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-hss-0: 11:36:15 DEBUG juju.worker.logger logger setup unit-oai-hss-0: 11:36:15 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-abot-epc-basic-0: 11:36:15 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-containers-java (1.0~beta3.0.7-8) ... unit-oai-hss-0: 11:36:15 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "hook-retry-strategy" not running: dependency not available unit-oai-hss-0: 11:36:15 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-hss-0: 11:36:15 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-oai-hss-0: 11:36:15 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.206,192.168.121.9,252.9.0.1,::1,localhost", AutoNoProxy:""} unit-oai-hss-0: 11:36:15 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: 11:36:15 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-oai-hss-0: 11:36:15 DEBUG juju.machinelock acquire machine lock for meterstatus (meter-status-changed) unit-oai-hss-0: 11:36:15 DEBUG juju.machinelock machine lock acquired for meterstatus (meter-status-changed) unit-oai-hss-0: 11:36:15 DEBUG juju.machinelock machine lock released for meterstatus (meter-status-changed) unit-oai-hss-0: 11:36:15 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-oai-hss-0: 11:36:15 DEBUG juju.worker.dependency "uniter" manifold worker started unit-oai-hss-0: 11:36:15 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install Length: unspecified [text/html] unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install 0K ....... 51.3M=0s unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install 2018-10-26 11:36:15 (51.3 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' saved [8048] unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 11:36:15 DEBUG unit.oai-epc/0.install --2018-10-26 11:36:15-- 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: 11:36:15 DEBUG unit.oai-epc/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-oai-hss-0: 11:36:15 INFO juju.worker.leadership oai-hss/0 promoted to leadership of oai-hss unit-oai-hss-0: 11:36:16 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-hss-0 unit-oai-hss-0: 11:36:16 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.3.9-trusty-amd64 unit-oai-hss-0: 11:36:16 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.3.9-trusty-amd64/jujud unit-oai-epc-0: 11:36:16 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 11:36:16 DEBUG unit.oai-epc/0.install Length: 1153230 (1.1M) [application/x-debian-package] unit-oai-epc-0: 11:36:16 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: 11:36:16 DEBUG unit.oai-epc/0.install unit-oai-hss-0: 11:36:16 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-hss-0/run.socket unit-oai-hss-0: 11:36:16 INFO juju.worker.uniter unit "oai-hss/0" started unit-oai-hss-0: 11:36:16 DEBUG juju.worker.uniter juju-run listener running unit-oai-hss-0: 11:36:16 INFO juju.worker.uniter resuming charm install unit-oai-hss-0: 11:36:16 DEBUG juju.worker.uniter.operation running operation install local:trusty/oai-hss-13 unit-oai-hss-0: 11:36:16 DEBUG juju.worker.uniter.operation preparing operation "install local:trusty/oai-hss-13" unit-oai-hss-0: 11:36:16 INFO juju.worker.uniter.charm downloading local:trusty/oai-hss-13 from API server unit-oai-hss-0: 11:36:16 INFO juju.downloader downloading from local:trusty/oai-hss-13 unit-oai-hss-0: 11:36:16 DEBUG httpbakery client do GET https://192.168.121.9:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/charms?file=%2A&url=local%3Atrusty%2Foai-hss-13 { unit-oai-hss-0: 11:36:16 DEBUG httpbakery } -> error unit-oai-hss-0: 11:36:16 INFO juju.downloader download complete ("local:trusty/oai-hss-13") unit-oai-hss-0: 11:36:16 INFO juju.downloader download verified ("local:trusty/oai-hss-13") unit-abot-epc-basic-0: 11:36:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-interactivity-api-java. unit-abot-epc-basic-0: 11:36:16 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: 11:36:16 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-interactivity-api-java (1.0-alpha-6-7) ... unit-oai-epc-0: 11:36:16 DEBUG unit.oai-epc/0.install 0K .......... .......... .......... .......... .......... 4% 369K 3s unit-oai-epc-0: 11:36:16 DEBUG unit.oai-epc/0.install 50K .......... .......... .......... .......... .......... 8% 368K 3s unit-oai-hss-0: 11:36:16 DEBUG juju.worker.uniter.operation executing operation "install local:trusty/oai-hss-13" unit-oai-hss-0: 11:36:16 DEBUG juju.worker.uniter.charm preparing to deploy charm "local:trusty/oai-hss-13" unit-oai-hss-0: 11:36:16 DEBUG juju.worker.uniter.charm deploying charm "local:trusty/oai-hss-13" unit-abot-epc-basic-0: 11:36:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwagon-java. unit-abot-epc-basic-0: 11:36:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwagon-java_1.0.0-7_all.deb ... unit-oai-epc-0: 11:36:16 DEBUG unit.oai-epc/0.install 100K .......... .......... .......... .......... .......... 13% 371K 3s unit-oai-epc-0: 11:36:16 DEBUG unit.oai-epc/0.install 150K .......... .......... .......... .......... .......... 17% 39.0M 2s unit-oai-epc-0: 11:36:16 DEBUG unit.oai-epc/0.install 200K .......... .......... .......... .......... .......... 22% 48.2M 1s unit-abot-epc-basic-0: 11:36:16 DEBUG unit.abot-epc-basic/0.install Unpacking libwagon-java (1.0.0-7) ... unit-oai-epc-0: 11:36:16 DEBUG unit.oai-epc/0.install 250K .......... .......... .......... .......... .......... 26% 376K 1s unit-oai-epc-0: 11:36:16 DEBUG unit.oai-epc/0.install 300K .......... .......... .......... .......... .......... 31% 36.0M 1s unit-oai-epc-0: 11:36:16 DEBUG unit.oai-epc/0.install 350K .......... .......... .......... .......... .......... 35% 35.4M 1s unit-oai-epc-0: 11:36:16 DEBUG unit.oai-epc/0.install 400K .......... .......... .......... .......... .......... 39% 38.0M 1s unit-oai-epc-0: 11:36:16 DEBUG unit.oai-epc/0.install 450K .......... .......... .......... .......... .......... 44% 50.0M 1s unit-oai-epc-0: 11:36:16 DEBUG unit.oai-epc/0.install 500K .......... .......... .......... .......... .......... 48% 55.3M 1s unit-oai-epc-0: 11:36:16 DEBUG unit.oai-epc/0.install 550K .......... .......... .......... .......... .......... 53% 386K 1s unit-oai-epc-0: 11:36:16 DEBUG unit.oai-epc/0.install 600K .......... .......... .......... .......... .......... 57% 43.5M 0s unit-oai-epc-0: 11:36:16 DEBUG unit.oai-epc/0.install 650K .......... .......... .......... .......... .......... 62% 37.1M 0s unit-oai-epc-0: 11:36:16 DEBUG unit.oai-epc/0.install 700K .......... .......... .......... .......... .......... 66% 34.1M 0s unit-oai-epc-0: 11:36:16 DEBUG unit.oai-epc/0.install 750K .......... .......... .......... .......... .......... 71% 36.8M 0s unit-oai-epc-0: 11:36:16 DEBUG unit.oai-epc/0.install 800K .......... .......... .......... .......... .......... 75% 49.2M 0s unit-oai-epc-0: 11:36:16 DEBUG unit.oai-epc/0.install 850K .......... .......... .......... .......... .......... 79% 130M 0s unit-oai-epc-0: 11:36:16 DEBUG unit.oai-epc/0.install 900K .......... .......... .......... .......... .......... 84% 102M 0s unit-oai-epc-0: 11:36:16 DEBUG unit.oai-epc/0.install 950K .......... .......... .......... .......... .......... 88% 49.2M 0s unit-oai-epc-0: 11:36:16 DEBUG unit.oai-epc/0.install 1000K .......... .......... .......... .......... .......... 93% 133M 0s unit-oai-epc-0: 11:36:16 DEBUG unit.oai-epc/0.install 1050K .......... .......... .......... .......... .......... 97% 54.5M 0s unit-oai-epc-0: 11:36:16 DEBUG unit.oai-epc/0.install 1100K .......... .......... ...... 100% 59.7M=0.7s unit-oai-epc-0: 11:36:16 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 11:36:16 DEBUG unit.oai-epc/0.install 2018-10-26 11:36:16 (1.60 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: 11:36:16 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 11:36:16 DEBUG unit.oai-epc/0.install --2018-10-26 11:36:16-- 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: 11:36:16 DEBUG unit.oai-epc/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-oai-epc-0: 11:36:16 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 11:36:16 DEBUG unit.oai-epc/0.install Length: 13381952 (13M) [application/x-debian-package] unit-oai-epc-0: 11:36:16 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: 11:36:16 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 11:36:16 DEBUG unit.oai-epc/0.install 0K .......... .......... .......... .......... .......... 0% 249M 0s unit-oai-epc-0: 11:36:16 DEBUG unit.oai-epc/0.install 50K .......... .......... .......... .......... .......... 0% 47.1M 0s unit-oai-epc-0: 11:36:16 DEBUG unit.oai-epc/0.install 100K .......... .......... .......... .......... .......... 1% 39.6M 0s unit-oai-epc-0: 11:36:16 DEBUG unit.oai-epc/0.install 150K .......... .......... .......... .......... .......... 1% 61.5M 0s unit-oai-epc-0: 11:36:16 DEBUG unit.oai-epc/0.install 200K .......... .......... .......... .......... .......... 1% 40.1M 0s unit-oai-epc-0: 11:36:16 DEBUG unit.oai-epc/0.install 250K .......... .......... .......... .......... .......... 2% 118M 0s unit-oai-epc-0: 11:36:16 DEBUG unit.oai-epc/0.install 300K .......... .......... .......... .......... .......... 2% 275M 0s unit-oai-epc-0: 11:36:16 DEBUG unit.oai-epc/0.install 350K .......... .......... .......... .......... .......... 3% 33.6M 0s unit-oai-epc-0: 11:36:16 DEBUG unit.oai-epc/0.install 400K .......... .......... .......... .......... .......... 3% 32.8M 0s unit-oai-epc-0: 11:36:16 DEBUG unit.oai-epc/0.install 450K .......... .......... .......... .......... .......... 3% 57.7M 0s unit-oai-epc-0: 11:36:16 DEBUG unit.oai-epc/0.install 500K .......... .......... .......... .......... .......... 4% 41.8M 0s unit-oai-epc-0: 11:36:16 DEBUG unit.oai-epc/0.install 550K .......... .......... .......... .......... .......... 4% 36.3M 0s unit-oai-epc-0: 11:36:16 DEBUG unit.oai-epc/0.install 600K .......... .......... .......... .......... .......... 4% 94.0M 0s unit-oai-epc-0: 11:36:16 DEBUG unit.oai-epc/0.install 650K .......... .......... .......... .......... .......... 5% 54.7M 0s unit-oai-epc-0: 11:36:16 DEBUG unit.oai-epc/0.install 700K .......... .......... .......... .......... .......... 5% 47.9M 0s unit-oai-epc-0: 11:36:16 DEBUG unit.oai-epc/0.install 750K .......... .......... .......... .......... .......... 6% 79.5M 0s unit-oai-epc-0: 11:36:16 DEBUG unit.oai-epc/0.install 800K .......... .......... .......... .......... .......... 6% 143M 0s unit-oai-epc-0: 11:36:16 DEBUG unit.oai-epc/0.install 850K .......... .......... .......... .......... .......... 6% 105M 0s unit-oai-epc-0: 11:36:16 DEBUG unit.oai-epc/0.install 900K .......... .......... .......... .......... .......... 7% 169M 0s unit-oai-epc-0: 11:36:16 DEBUG unit.oai-epc/0.install 950K .......... .......... .......... .......... .......... 7% 478M 0s unit-oai-epc-0: 11:36:16 DEBUG unit.oai-epc/0.install 1000K .......... .......... .......... .......... .......... 8% 483M 0s unit-oai-epc-0: 11:36:16 DEBUG unit.oai-epc/0.install 1050K .......... .......... .......... .......... .......... 8% 566M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 1100K .......... .......... .......... .......... .......... 8% 418K 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 1150K .......... .......... .......... .......... .......... 9% 39.2M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 1200K .......... .......... .......... .......... .......... 9% 35.1M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 1250K .......... .......... .......... .......... .......... 9% 50.5M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 1300K .......... .......... .......... .......... .......... 10% 106M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 1350K .......... .......... .......... .......... .......... 10% 237M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 1400K .......... .......... .......... .......... .......... 11% 288M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 1450K .......... .......... .......... .......... .......... 11% 38.1M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 1500K .......... .......... .......... .......... .......... 11% 33.0M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 1550K .......... .......... .......... .......... .......... 12% 42.8M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 1600K .......... .......... .......... .......... .......... 12% 40.2M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 1650K .......... .......... .......... .......... .......... 13% 45.6M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 1700K .......... .......... .......... .......... .......... 13% 41.4M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 1750K .......... .......... .......... .......... .......... 13% 56.9M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 1800K .......... .......... .......... .......... .......... 14% 46.1M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 1850K .......... .......... .......... .......... .......... 14% 44.3M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 1900K .......... .......... .......... .......... .......... 14% 60.4M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 1950K .......... .......... .......... .......... .......... 15% 59.9M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 2000K .......... .......... .......... .......... .......... 15% 52.0M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 2050K .......... .......... .......... .......... .......... 16% 42.5M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 2100K .......... .......... .......... .......... .......... 16% 39.9M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 2150K .......... .......... .......... .......... .......... 16% 51.9M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 2200K .......... .......... .......... .......... .......... 17% 52.5M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 2250K .......... .......... .......... .......... .......... 17% 86.6M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 2300K .......... .......... .......... .......... .......... 17% 83.3M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 2350K .......... .......... .......... .......... .......... 18% 132M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 2400K .......... .......... .......... .......... .......... 18% 76.5M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 2450K .......... .......... .......... .......... .......... 19% 90.3M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 2500K .......... .......... .......... .......... .......... 19% 98.6M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 2550K .......... .......... .......... .......... .......... 19% 96.1M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 2600K .......... .......... .......... .......... .......... 20% 170M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 2650K .......... .......... .......... .......... .......... 20% 113M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 2700K .......... .......... .......... .......... .......... 21% 84.2M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 2750K .......... .......... .......... .......... .......... 21% 109M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 2800K .......... .......... .......... .......... .......... 21% 144M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 2850K .......... .......... .......... .......... .......... 22% 77.1M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 2900K .......... .......... .......... .......... .......... 22% 303M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 2950K .......... .......... .......... .......... .......... 22% 466M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 3000K .......... .......... .......... .......... .......... 23% 592M 1s unit-abot-epc-basic-0: 11:36:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libeclipse-aether-java. unit-abot-epc-basic-0: 11:36:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libeclipse-aether-java_1.0.2-1_all.deb ... unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 3050K .......... .......... .......... .......... .......... 23% 469K 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 3100K .......... .......... .......... .......... .......... 24% 33.9M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 3150K .......... .......... .......... .......... .......... 24% 43.3M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 3200K .......... .......... .......... .......... .......... 24% 177M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 3250K .......... .......... .......... .......... .......... 25% 322M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 3300K .......... .......... .......... .......... .......... 25% 270M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 3350K .......... .......... .......... .......... .......... 26% 382M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 3400K .......... .......... .......... .......... .......... 26% 368M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 3450K .......... .......... .......... .......... .......... 26% 47.5M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 3500K .......... .......... .......... .......... .......... 27% 41.7M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 3550K .......... .......... .......... .......... .......... 27% 41.5M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 3600K .......... .......... .......... .......... .......... 27% 47.4M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 3650K .......... .......... .......... .......... .......... 28% 37.6M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 3700K .......... .......... .......... .......... .......... 28% 34.9M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 3750K .......... .......... .......... .......... .......... 29% 42.4M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 3800K .......... .......... .......... .......... .......... 29% 57.2M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 3850K .......... .......... .......... .......... .......... 29% 61.4M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 3900K .......... .......... .......... .......... .......... 30% 43.6M 1s unit-abot-epc-basic-0: 11:36:17 DEBUG unit.abot-epc-basic/0.install Unpacking libeclipse-aether-java (1.0.2-1) ... unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 3950K .......... .......... .......... .......... .......... 30% 64.1M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 4000K .......... .......... .......... .......... .......... 30% 76.1M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 4050K .......... .......... .......... .......... .......... 31% 131M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 4100K .......... .......... .......... .......... .......... 31% 294M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 4150K .......... .......... .......... .......... .......... 32% 388M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 4200K .......... .......... .......... .......... .......... 32% 383M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 4250K .......... .......... .......... .......... .......... 32% 360M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 4300K .......... .......... .......... .......... .......... 33% 276M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 4350K .......... .......... .......... .......... .......... 33% 323M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 4400K .......... .......... .......... .......... .......... 34% 297M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 4450K .......... .......... .......... .......... .......... 34% 293M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 4500K .......... .......... .......... .......... .......... 34% 286M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 4550K .......... .......... .......... .......... .......... 35% 41.1M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 4600K .......... .......... .......... .......... .......... 35% 47.2M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 4650K .......... .......... .......... .......... .......... 35% 37.7M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 4700K .......... .......... .......... .......... .......... 36% 38.2M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 4750K .......... .......... .......... .......... .......... 36% 37.4M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 4800K .......... .......... .......... .......... .......... 37% 37.1M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 4850K .......... .......... .......... .......... .......... 37% 35.0M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 4900K .......... .......... .......... .......... .......... 37% 38.5M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 4950K .......... .......... .......... .......... .......... 38% 64.0M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 5000K .......... .......... .......... .......... .......... 38% 65.7M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 5050K .......... .......... .......... .......... .......... 39% 56.6M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 5100K .......... .......... .......... .......... .......... 39% 61.0M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 5150K .......... .......... .......... .......... .......... 39% 93.9M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 5200K .......... .......... .......... .......... .......... 40% 109M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 5250K .......... .......... .......... .......... .......... 40% 113M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 5300K .......... .......... .......... .......... .......... 40% 204M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 5350K .......... .......... .......... .......... .......... 41% 473M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 5400K .......... .......... .......... .......... .......... 41% 581M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 5450K .......... .......... .......... .......... .......... 42% 456M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 5500K .......... .......... .......... .......... .......... 42% 486K 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 5550K .......... .......... .......... .......... .......... 42% 39.2M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 5600K .......... .......... .......... .......... .......... 43% 36.2M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 5650K .......... .......... .......... .......... .......... 43% 63.0M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 5700K .......... .......... .......... .......... .......... 43% 143M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 5750K .......... .......... .......... .......... .......... 44% 390M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 5800K .......... .......... .......... .......... .......... 44% 289M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 5850K .......... .......... .......... .......... .......... 45% 325M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 5900K .......... .......... .......... .......... .......... 45% 73.1M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 5950K .......... .......... .......... .......... .......... 45% 43.9M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 6000K .......... .......... .......... .......... .......... 46% 44.8M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 6050K .......... .......... .......... .......... .......... 46% 41.5M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 6100K .......... .......... .......... .......... .......... 47% 52.4M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 6150K .......... .......... .......... .......... .......... 47% 65.1M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 6200K .......... .......... .......... .......... .......... 47% 79.2M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 6250K .......... .......... .......... .......... .......... 48% 54.4M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 6300K .......... .......... .......... .......... .......... 48% 45.5M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 6350K .......... .......... .......... .......... .......... 48% 78.4M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 6400K .......... .......... .......... .......... .......... 49% 64.1M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 6450K .......... .......... .......... .......... .......... 49% 44.7M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 6500K .......... .......... .......... .......... .......... 50% 52.5M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 6550K .......... .......... .......... .......... .......... 50% 73.9M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 6600K .......... .......... .......... .......... .......... 50% 60.4M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 6650K .......... .......... .......... .......... .......... 51% 63.6M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 6700K .......... .......... .......... .......... .......... 51% 298M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 6750K .......... .......... .......... .......... .......... 52% 434M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 6800K .......... .......... .......... .......... .......... 52% 382M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 6850K .......... .......... .......... .......... .......... 52% 374M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 6900K .......... .......... .......... .......... .......... 53% 423M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 6950K .......... .......... .......... .......... .......... 53% 444M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 7000K .......... .......... .......... .......... .......... 53% 345M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 7050K .......... .......... .......... .......... .......... 54% 342M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 7100K .......... .......... .......... .......... .......... 54% 63.4M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 7150K .......... .......... .......... .......... .......... 55% 39.4M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 7200K .......... .......... .......... .......... .......... 55% 40.9M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 7250K .......... .......... .......... .......... .......... 55% 39.5M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 7300K .......... .......... .......... .......... .......... 56% 44.4M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 7350K .......... .......... .......... .......... .......... 56% 42.8M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 7400K .......... .......... .......... .......... .......... 57% 43.4M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 7450K .......... .......... .......... .......... .......... 57% 63.5M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 7500K .......... .......... .......... .......... .......... 57% 59.9M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 7550K .......... .......... .......... .......... .......... 58% 55.1M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 7600K .......... .......... .......... .......... .......... 58% 50.8M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 7650K .......... .......... .......... .......... .......... 58% 101M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 7700K .......... .......... .......... .......... .......... 59% 136M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 7750K .......... .......... .......... .......... .......... 59% 472M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 7800K .......... .......... .......... .......... .......... 60% 495M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 7850K .......... .......... .......... .......... .......... 60% 534M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 7900K .......... .......... .......... .......... .......... 60% 579M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 7950K .......... .......... .......... .......... .......... 61% 453M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 8000K .......... .......... .......... .......... .......... 61% 616M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 8050K .......... .......... .......... .......... .......... 61% 634M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 8100K .......... .......... .......... .......... .......... 62% 612M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 8150K .......... .......... .......... .......... .......... 62% 483K 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 8200K .......... .......... .......... .......... .......... 63% 38.9M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 8250K .......... .......... .......... .......... .......... 63% 39.5M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 8300K .......... .......... .......... .......... .......... 63% 54.3M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 8350K .......... .......... .......... .......... .......... 64% 52.1M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 8400K .......... .......... .......... .......... .......... 64% 54.9M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 8450K .......... .......... .......... .......... .......... 65% 53.5M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 8500K .......... .......... .......... .......... .......... 65% 56.9M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 8550K .......... .......... .......... .......... .......... 65% 52.6M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 8600K .......... .......... .......... .......... .......... 66% 148M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 8650K .......... .......... .......... .......... .......... 66% 355M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 8700K .......... .......... .......... .......... .......... 66% 289M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 8750K .......... .......... .......... .......... .......... 67% 216M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 8800K .......... .......... .......... .......... .......... 67% 392M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 8850K .......... .......... .......... .......... .......... 68% 359M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 8900K .......... .......... .......... .......... .......... 68% 329M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 8950K .......... .......... .......... .......... .......... 68% 282M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 9000K .......... .......... .......... .......... .......... 69% 356M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 9050K .......... .......... .......... .......... .......... 69% 336M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 9100K .......... .......... .......... .......... .......... 70% 370M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 9150K .......... .......... .......... .......... .......... 70% 65.6M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 9200K .......... .......... .......... .......... .......... 70% 36.7M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 9250K .......... .......... .......... .......... .......... 71% 44.2M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 9300K .......... .......... .......... .......... .......... 71% 49.6M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 9350K .......... .......... .......... .......... .......... 71% 48.7M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 9400K .......... .......... .......... .......... .......... 72% 40.1M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 9450K .......... .......... .......... .......... .......... 72% 55.0M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 9500K .......... .......... .......... .......... .......... 73% 52.6M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 9550K .......... .......... .......... .......... .......... 73% 43.7M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 9600K .......... .......... .......... .......... .......... 73% 47.9M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 9650K .......... .......... .......... .......... .......... 74% 62.1M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 9700K .......... .......... .......... .......... .......... 74% 39.7M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 9750K .......... .......... .......... .......... .......... 74% 43.3M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 9800K .......... .......... .......... .......... .......... 75% 38.0M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 9850K .......... .......... .......... .......... .......... 75% 65.0M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 9900K .......... .......... .......... .......... .......... 76% 56.6M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 9950K .......... .......... .......... .......... .......... 76% 62.2M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 10000K .......... .......... .......... .......... .......... 76% 113M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 10050K .......... .......... .......... .......... .......... 77% 365M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 10100K .......... .......... .......... .......... .......... 77% 350M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 10150K .......... .......... .......... .......... .......... 78% 347M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 10200K .......... .......... .......... .......... .......... 78% 292M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 10250K .......... .......... .......... .......... .......... 78% 377M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 10300K .......... .......... .......... .......... .......... 79% 485M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 10350K .......... .......... .......... .......... .......... 79% 517M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 10400K .......... .......... .......... .......... .......... 79% 497M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 10450K .......... .......... .......... .......... .......... 80% 572M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 10500K .......... .......... .......... .......... .......... 80% 444M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 10550K .......... .......... .......... .......... .......... 81% 405M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 10600K .......... .......... .......... .......... .......... 81% 368M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 10650K .......... .......... .......... .......... .......... 81% 295M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 10700K .......... .......... .......... .......... .......... 82% 66.6M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 10750K .......... .......... .......... .......... .......... 82% 45.2M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 10800K .......... .......... .......... .......... .......... 83% 66.8M 0s unit-oai-hss-0: 11:36:17 DEBUG juju.worker.uniter.charm finishing deploy of charm "local:trusty/oai-hss-13" unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 10850K .......... .......... .......... .......... .......... 83% 482K 0s unit-oai-hss-0: 11:36:17 DEBUG juju.worker.uniter.operation committing operation "install local:trusty/oai-hss-13" unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 10900K .......... .......... .......... .......... .......... 83% 36.9M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 10950K .......... .......... .......... .......... .......... 84% 38.9M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 11000K .......... .......... .......... .......... .......... 84% 40.4M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 11050K .......... .......... .......... .......... .......... 84% 48.4M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 11100K .......... .......... .......... .......... .......... 85% 56.1M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 11150K .......... .......... .......... .......... .......... 85% 37.9M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 11200K .......... .......... .......... .......... .......... 86% 37.7M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 11250K .......... .......... .......... .......... .......... 86% 52.3M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 11300K .......... .......... .......... .......... .......... 86% 49.6M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 11350K .......... .......... .......... .......... .......... 87% 70.1M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 11400K .......... .......... .......... .......... .......... 87% 60.6M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 11450K .......... .......... .......... .......... .......... 87% 48.6M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 11500K .......... .......... .......... .......... .......... 88% 56.6M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 11550K .......... .......... .......... .......... .......... 88% 61.8M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 11600K .......... .......... .......... .......... .......... 89% 56.9M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 11650K .......... .......... .......... .......... .......... 89% 49.9M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 11700K .......... .......... .......... .......... .......... 89% 59.4M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 11750K .......... .......... .......... .......... .......... 90% 118M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 11800K .......... .......... .......... .......... .......... 90% 104M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 11850K .......... .......... .......... .......... .......... 91% 63.0M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 11900K .......... .......... .......... .......... .......... 91% 52.4M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 11950K .......... .......... .......... .......... .......... 91% 111M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 12000K .......... .......... .......... .......... .......... 92% 69.4M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 12050K .......... .......... .......... .......... .......... 92% 67.7M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 12100K .......... .......... .......... .......... .......... 92% 53.6M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 12150K .......... .......... .......... .......... .......... 93% 75.0M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 12200K .......... .......... .......... .......... .......... 93% 62.1M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 12250K .......... .......... .......... .......... .......... 94% 168M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 12300K .......... .......... .......... .......... .......... 94% 252M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 12350K .......... .......... .......... .......... .......... 94% 314M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 12400K .......... .......... .......... .......... .......... 95% 334M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 12450K .......... .......... .......... .......... .......... 95% 368M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 12500K .......... .......... .......... .......... .......... 96% 300M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 12550K .......... .......... .......... .......... .......... 96% 596M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 12600K .......... .......... .......... .......... .......... 96% 604M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 12650K .......... .......... .......... .......... .......... 97% 588M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 12700K .......... .......... .......... .......... .......... 97% 502M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 12750K .......... .......... .......... .......... .......... 97% 407M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 12800K .......... .......... .......... .......... .......... 98% 433M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 12850K .......... .......... .......... .......... .......... 98% 583M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 12900K .......... .......... .......... .......... .......... 99% 501M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 12950K .......... .......... .......... .......... .......... 99% 602M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 13000K .......... .......... .......... .......... .......... 99% 535M 0s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 13050K .......... ........ 100% 426M=0.7s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 2018-10-26 11:36:17 (18.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: 11:36:17 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install --2018-10-26 11:36:17-- 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: 11:36:17 DEBUG unit.oai-epc/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-oai-hss-0: 11:36:17 INFO juju.worker.uniter hooks are retried true unit-oai-hss-0: 11:36:17 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-hss-0: 11:36:17 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-hss-0: 11:36:17 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-oai-hss-0: 11:36:17 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-hss-0: 11:36:17 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-hss-0: 11:36:17 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-hss-0: 11:36:17 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-hss-0: 11:36:17 DEBUG juju.worker.uniter.remotestate got service change unit-oai-hss-0: 11:36:17 DEBUG juju.worker.uniter.remotestate got update status interval change: ok=true unit-oai-hss-0: 11:36:17 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-hss-0: 11:36:17 INFO juju.worker.uniter found queued "install" hook unit-oai-hss-0: 11:36:17 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-hss-0: 11:36:17 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-hss-0: 11:36:17 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-hss-0: 11:36:17 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-hss-0: 11:36:17 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install Length: 55046174 (52M) [application/x-debian-package] unit-oai-epc-0: 11:36:17 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: 11:36:17 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 0K .......... .......... .......... .......... .......... 0% 55.6M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 50K .......... .......... .......... .......... .......... 0% 45.6M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 100K .......... .......... .......... .......... .......... 0% 42.1M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 150K .......... .......... .......... .......... .......... 0% 44.8M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 200K .......... .......... .......... .......... .......... 0% 36.1M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 250K .......... .......... .......... .......... .......... 0% 41.0M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 300K .......... .......... .......... .......... .......... 0% 42.2M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 350K .......... .......... .......... .......... .......... 0% 41.2M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 400K .......... .......... .......... .......... .......... 0% 36.2M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 450K .......... .......... .......... .......... .......... 0% 41.3M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 500K .......... .......... .......... .......... .......... 1% 137M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 550K .......... .......... .......... .......... .......... 1% 368M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 600K .......... .......... .......... .......... .......... 1% 312M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 650K .......... .......... .......... .......... .......... 1% 349M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 700K .......... .......... .......... .......... .......... 1% 344M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 750K .......... .......... .......... .......... .......... 1% 374M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 800K .......... .......... .......... .......... .......... 1% 316M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 850K .......... .......... .......... .......... .......... 1% 410M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 900K .......... .......... .......... .......... .......... 1% 382M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 950K .......... .......... .......... .......... .......... 1% 373M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 1000K .......... .......... .......... .......... .......... 1% 334M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 1050K .......... .......... .......... .......... .......... 2% 390M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 1100K .......... .......... .......... .......... .......... 2% 379M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 1150K .......... .......... .......... .......... .......... 2% 383M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 1200K .......... .......... .......... .......... .......... 2% 347M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 1250K .......... .......... .......... .......... .......... 2% 312M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 1300K .......... .......... .......... .......... .......... 2% 376M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 1350K .......... .......... .......... .......... .......... 2% 465M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 1400K .......... .......... .......... .......... .......... 2% 388M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 1450K .......... .......... .......... .......... .......... 2% 310M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 1500K .......... .......... .......... .......... .......... 2% 39.4M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 1550K .......... .......... .......... .......... .......... 2% 36.6M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 1600K .......... .......... .......... .......... .......... 3% 42.2M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 1650K .......... .......... .......... .......... .......... 3% 43.7M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 1700K .......... .......... .......... .......... .......... 3% 41.5M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 1750K .......... .......... .......... .......... .......... 3% 37.8M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 1800K .......... .......... .......... .......... .......... 3% 39.0M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 1850K .......... .......... .......... .......... .......... 3% 39.7M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 1900K .......... .......... .......... .......... .......... 3% 40.1M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 1950K .......... .......... .......... .......... .......... 3% 34.7M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 2000K .......... .......... .......... .......... .......... 3% 36.5M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 2050K .......... .......... .......... .......... .......... 3% 65.4M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 2100K .......... .......... .......... .......... .......... 3% 123M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 2150K .......... .......... .......... .......... .......... 4% 84.6M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 2200K .......... .......... .......... .......... .......... 4% 111M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 2250K .......... .......... .......... .......... .......... 4% 115M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 2300K .......... .......... .......... .......... .......... 4% 187M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 2350K .......... .......... .......... .......... .......... 4% 71.7M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 2400K .......... .......... .......... .......... .......... 4% 127M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 2450K .......... .......... .......... .......... .......... 4% 115M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 2500K .......... .......... .......... .......... .......... 4% 164M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 2550K .......... .......... .......... .......... .......... 4% 167M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 2600K .......... .......... .......... .......... .......... 4% 510M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 2650K .......... .......... .......... .......... .......... 5% 606M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 2700K .......... .......... .......... .......... .......... 5% 638M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 2750K .......... .......... .......... .......... .......... 5% 440M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 2800K .......... .......... .......... .......... .......... 5% 551M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 2850K .......... .......... .......... .......... .......... 5% 616M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 2900K .......... .......... .......... .......... .......... 5% 535M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 2950K .......... .......... .......... .......... .......... 5% 540M 1s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 3000K .......... .......... .......... .......... .......... 5% 643M 1s unit-oai-hss-0: 11:36:17 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-hss-0: 11:36:17 DEBUG unit.oai-hss/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 11:36:17 DEBUG unit.oai-hss/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 11:36:17 DEBUG unit.oai-hss/0.install + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 11:36:17 DEBUG unit.oai-hss/0.install + export juju=set unit-oai-hss-0: 11:36:17 DEBUG unit.oai-hss/0.install + juju=set unit-oai-hss-0: 11:36:17 DEBUG unit.oai-hss/0.install + set_env_paths unit-oai-hss-0: 11:36:17 DEBUG unit.oai-hss/0.install + openair_path=/srv/openair-cn unit-oai-hss-0: 11:36:17 DEBUG unit.oai-hss/0.install + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 11:36:17 DEBUG unit.oai-hss/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 11:36:17 DEBUG unit.oai-hss/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 11:36:17 DEBUG unit.oai-hss/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 11:36:17 DEBUG unit.oai-hss/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 11:36:17 DEBUG unit.oai-hss/0.install + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 11:36:17 DEBUG unit.oai-hss/0.install + hss_exec_name=oai_hss unit-oai-hss-0: 11:36:17 DEBUG unit.oai-hss/0.install ++ config-get branch unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 3050K .......... .......... .......... .......... .......... 5% 473K 2s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 3100K .......... .......... .......... .......... .......... 5% 29.8M 2s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 3150K .......... .......... .......... .......... .......... 5% 18.6M 2s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 3200K .......... .......... .......... .......... .......... 6% 35.6M 2s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 3250K .......... .......... .......... .......... .......... 6% 36.8M 2s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 3300K .......... .......... .......... .......... .......... 6% 38.9M 2s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 3350K .......... .......... .......... .......... .......... 6% 33.3M 2s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 3400K .......... .......... .......... .......... .......... 6% 56.1M 2s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 3450K .......... .......... .......... .......... .......... 6% 45.4M 2s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 3500K .......... .......... .......... .......... .......... 6% 43.2M 2s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 3550K .......... .......... .......... .......... .......... 6% 96.4M 2s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 3600K .......... .......... .......... .......... .......... 6% 300M 2s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 3650K .......... .......... .......... .......... .......... 6% 302M 2s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 3700K .......... .......... .......... .......... .......... 6% 293M 2s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 3750K .......... .......... .......... .......... .......... 7% 241M 2s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 3800K .......... .......... .......... .......... .......... 7% 362M 2s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 3850K .......... .......... .......... .......... .......... 7% 343M 2s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 3900K .......... .......... .......... .......... .......... 7% 326M 2s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 3950K .......... .......... .......... .......... .......... 7% 376M 2s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 4000K .......... .......... .......... .......... .......... 7% 330M 2s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 4050K .......... .......... .......... .......... .......... 7% 267M 2s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 4100K .......... .......... .......... .......... .......... 7% 320M 2s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 4150K .......... .......... .......... .......... .......... 7% 330M 2s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 4200K .......... .......... .......... .......... .......... 7% 301M 2s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 4250K .......... .......... .......... .......... .......... 7% 348M 2s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 4300K .......... .......... .......... .......... .......... 8% 388M 2s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 4350K .......... .......... .......... .......... .......... 8% 236M 2s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 4400K .......... .......... .......... .......... .......... 8% 345M 2s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 4450K .......... .......... .......... .......... .......... 8% 41.9M 2s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 4500K .......... .......... .......... .......... .......... 8% 41.8M 2s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 4550K .......... .......... .......... .......... .......... 8% 40.4M 2s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 4600K .......... .......... .......... .......... .......... 8% 36.1M 2s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 4650K .......... .......... .......... .......... .......... 8% 40.4M 2s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 4700K .......... .......... .......... .......... .......... 8% 40.4M 2s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 4750K .......... .......... .......... .......... .......... 8% 46.4M 2s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 4800K .......... .......... .......... .......... .......... 9% 58.5M 2s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 4850K .......... .......... .......... .......... .......... 9% 67.0M 2s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 4900K .......... .......... .......... .......... .......... 9% 66.6M 2s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 4950K .......... .......... .......... .......... .......... 9% 65.9M 2s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 5000K .......... .......... .......... .......... .......... 9% 57.4M 2s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 5050K .......... .......... .......... .......... .......... 9% 66.8M 2s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 5100K .......... .......... .......... .......... .......... 9% 69.9M 2s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 5150K .......... .......... .......... .......... .......... 9% 63.7M 2s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 5200K .......... .......... .......... .......... .......... 9% 55.0M 2s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 5250K .......... .......... .......... .......... .......... 9% 68.8M 2s unit-oai-epc-0: 11:36:17 DEBUG unit.oai-epc/0.install 5300K .......... .......... .......... .......... .......... 9% 84.3M 2s unit-oai-hss-0: 11:36:17 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 11:36:17 DEBUG unit.oai-hss/0.install + branch=v0.3.2 unit-oai-hss-0: 11:36:17 DEBUG unit.oai-hss/0.install ++ config-get revision unit-abot-epc-basic-0: 11:36:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-cli-java. unit-abot-epc-basic-0: 11:36:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-cli-java_1.3.1-3ubuntu1_all.deb ... unit-oai-hss-0: 11:36:18 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 11:36:18 DEBUG unit.oai-hss/0.install + revision=HEAD unit-oai-hss-0: 11:36:18 DEBUG unit.oai-hss/0.install + echo v0.3.2 unit-oai-hss-0: 11:36:18 DEBUG unit.oai-hss/0.install + echo HEAD unit-oai-hss-0: 11:36:18 DEBUG unit.oai-hss/0.install + update_hostname unit-oai-hss-0: 11:36:18 DEBUG unit.oai-hss/0.install ++ sed 's|/|-|' unit-oai-hss-0: 11:36:18 DEBUG unit.oai-hss/0.install ++ echo oai-hss/0 unit-oai-hss-0: 11:36:18 DEBUG unit.oai-hss/0.install + HOSTNAME=oai-hss-0 unit-oai-hss-0: 11:36:18 DEBUG unit.oai-hss/0.install + echo oai-hss-0 unit-oai-hss-0: 11:36:18 DEBUG unit.oai-hss/0.install + hostname oai-hss-0 unit-oai-hss-0: 11:36:18 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 11:36:18 DEBUG unit.oai-hss/0.install + echo '127.0.0.1 oai-hss-0' unit-oai-hss-0: 11:36:18 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 11:36:18 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 5350K .......... .......... .......... .......... .......... 10% 509K 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 5400K .......... .......... .......... .......... .......... 10% 46.6M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 5450K .......... .......... .......... .......... .......... 10% 43.3M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 5500K .......... .......... .......... .......... .......... 10% 54.4M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 5550K .......... .......... .......... .......... .......... 10% 40.3M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 5600K .......... .......... .......... .......... .......... 10% 56.3M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 5650K .......... .......... .......... .......... .......... 10% 43.5M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 5700K .......... .......... .......... .......... .......... 10% 52.9M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 5750K .......... .......... .......... .......... .......... 10% 134M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 5800K .......... .......... .......... .......... .......... 10% 395M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 5850K .......... .......... .......... .......... .......... 10% 376M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 5900K .......... .......... .......... .......... .......... 11% 395M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 5950K .......... .......... .......... .......... .......... 11% 422M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 6000K .......... .......... .......... .......... .......... 11% 537M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 6050K .......... .......... .......... .......... .......... 11% 513M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 6100K .......... .......... .......... .......... .......... 11% 476M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 6150K .......... .......... .......... .......... .......... 11% 434M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 6200K .......... .......... .......... .......... .......... 11% 93.5M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 6250K .......... .......... .......... .......... .......... 11% 48.3M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 6300K .......... .......... .......... .......... .......... 11% 43.0M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 6350K .......... .......... .......... .......... .......... 11% 55.5M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 6400K .......... .......... .......... .......... .......... 11% 53.2M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 6450K .......... .......... .......... .......... .......... 12% 45.9M 2s unit-abot-epc-basic-0: 11:36:18 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-cli-java (1.3.1-3ubuntu1) ... unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 6500K .......... .......... .......... .......... .......... 12% 45.1M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 6550K .......... .......... .......... .......... .......... 12% 37.4M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 6600K .......... .......... .......... .......... .......... 12% 55.0M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 6650K .......... .......... .......... .......... .......... 12% 58.2M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 6700K .......... .......... .......... .......... .......... 12% 57.3M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 6750K .......... .......... .......... .......... .......... 12% 46.4M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 6800K .......... .......... .......... .......... .......... 12% 56.8M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 6850K .......... .......... .......... .......... .......... 12% 51.8M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 6900K .......... .......... .......... .......... .......... 12% 48.9M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 6950K .......... .......... .......... .......... .......... 13% 104M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 7000K .......... .......... .......... .......... .......... 13% 314M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 7050K .......... .......... .......... .......... .......... 13% 384M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 7100K .......... .......... .......... .......... .......... 13% 317M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 7150K .......... .......... .......... .......... .......... 13% 253M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 7200K .......... .......... .......... .......... .......... 13% 333M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 7250K .......... .......... .......... .......... .......... 13% 361M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 7300K .......... .......... .......... .......... .......... 13% 340M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 7350K .......... .......... .......... .......... .......... 13% 352M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 7400K .......... .......... .......... .......... .......... 13% 75.4M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 7450K .......... .......... .......... .......... .......... 13% 39.4M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 7500K .......... .......... .......... .......... .......... 14% 34.8M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 7550K .......... .......... .......... .......... .......... 14% 41.3M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 7600K .......... .......... .......... .......... .......... 14% 49.2M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 7650K .......... .......... .......... .......... .......... 14% 71.0M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 7700K .......... .......... .......... .......... .......... 14% 58.9M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 7750K .......... .......... .......... .......... .......... 14% 65.8M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 7800K .......... .......... .......... .......... .......... 14% 73.6M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 7850K .......... .......... .......... .......... .......... 14% 69.8M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 7900K .......... .......... .......... .......... .......... 14% 101M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 7950K .......... .......... .......... .......... .......... 14% 119M 2s unit-oai-hss-0: 11:36:18 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 8000K .......... .......... .......... .......... .......... 14% 494K 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 8050K .......... .......... .......... .......... .......... 15% 68.5M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 8100K .......... .......... .......... .......... .......... 15% 65.8M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 8150K .......... .......... .......... .......... .......... 15% 138M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 8200K .......... .......... .......... .......... .......... 15% 361M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 8250K .......... .......... .......... .......... .......... 15% 305M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 8300K .......... .......... .......... .......... .......... 15% 60.3M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 8350K .......... .......... .......... .......... .......... 15% 40.8M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 8400K .......... .......... .......... .......... .......... 15% 59.6M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 8450K .......... .......... .......... .......... .......... 15% 105M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 8500K .......... .......... .......... .......... .......... 15% 20.0M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 8550K .......... .......... .......... .......... .......... 15% 61.0M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 8600K .......... .......... .......... .......... .......... 16% 58.4M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 8650K .......... .......... .......... .......... .......... 16% 54.7M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 8700K .......... .......... .......... .......... .......... 16% 43.3M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 8750K .......... .......... .......... .......... .......... 16% 52.4M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 8800K .......... .......... .......... .......... .......... 16% 40.8M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 8850K .......... .......... .......... .......... .......... 16% 39.0M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 8900K .......... .......... .......... .......... .......... 16% 34.2M 2s unit-oai-hss-0: 11:36:18 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 8950K .......... .......... .......... .......... .......... 16% 111M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 9000K .......... .......... .......... .......... .......... 16% 215M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 9050K .......... .......... .......... .......... .......... 16% 210M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 9100K .......... .......... .......... .......... .......... 17% 189M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 9150K .......... .......... .......... .......... .......... 17% 228M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 9200K .......... .......... .......... .......... .......... 17% 227M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 9250K .......... .......... .......... .......... .......... 17% 208M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 9300K .......... .......... .......... .......... .......... 17% 241M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 9350K .......... .......... .......... .......... .......... 17% 389M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 9400K .......... .......... .......... .......... .......... 17% 433M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 9450K .......... .......... .......... .......... .......... 17% 325M 2s unit-oai-hss-0: 11:36:18 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 9500K .......... .......... .......... .......... .......... 17% 350M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 9550K .......... .......... .......... .......... .......... 17% 299M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 9600K .......... .......... .......... .......... .......... 17% 210M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 9650K .......... .......... .......... .......... .......... 18% 210M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 9700K .......... .......... .......... .......... .......... 18% 193M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 9750K .......... .......... .......... .......... .......... 18% 248M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 9800K .......... .......... .......... .......... .......... 18% 316M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 9850K .......... .......... .......... .......... .......... 18% 347M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 9900K .......... .......... .......... .......... .......... 18% 23.0M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 9950K .......... .......... .......... .......... .......... 18% 41.7M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 10000K .......... .......... .......... .......... .......... 18% 40.4M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 10050K .......... .......... .......... .......... .......... 18% 37.2M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 10100K .......... .......... .......... .......... .......... 18% 43.3M 2s unit-oai-hss-0: 11:36:18 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=0 unit-oai-hss-0: 11:36:18 DEBUG unit.oai-hss/0.install + true unit-oai-hss-0: 11:36:18 DEBUG unit.oai-hss/0.install + '[' '!' 0 -eq 1 ']' unit-oai-hss-0: 11:36:18 DEBUG unit.oai-hss/0.install + apt-get install -y --force-yes git unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 10150K .......... .......... .......... .......... .......... 18% 42.8M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 10200K .......... .......... .......... .......... .......... 19% 43.1M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 10250K .......... .......... .......... .......... .......... 19% 48.1M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 10300K .......... .......... .......... .......... .......... 19% 68.6M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 10350K .......... .......... .......... .......... .......... 19% 68.4M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 10400K .......... .......... .......... .......... .......... 19% 67.5M 2s unit-oai-hss-0: 11:36:18 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 10450K .......... .......... .......... .......... .......... 19% 58.3M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 10500K .......... .......... .......... .......... .......... 19% 64.8M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 10550K .......... .......... .......... .......... .......... 19% 67.3M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 10600K .......... .......... .......... .......... .......... 19% 68.7M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 10650K .......... .......... .......... .......... .......... 19% 58.4M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 10700K .......... .......... .......... .......... .......... 19% 68.4M 2s unit-abot-epc-basic-0: 11:36:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-lang3-java. unit-abot-epc-basic-0: 11:36:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-lang3-java_3.4-1_all.deb ... unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 10750K .......... .......... .......... .......... .......... 20% 88.2M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 10800K .......... .......... .......... .......... .......... 20% 507K 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 10850K .......... .......... .......... .......... .......... 20% 48.0M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 10900K .......... .......... .......... .......... .......... 20% 43.7M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 10950K .......... .......... .......... .......... .......... 20% 52.7M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 11000K .......... .......... .......... .......... .......... 20% 91.6M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 11050K .......... .......... .......... .......... .......... 20% 307M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 11100K .......... .......... .......... .......... .......... 20% 352M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 11150K .......... .......... .......... .......... .......... 20% 345M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 11200K .......... .......... .......... .......... .......... 20% 447M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 11250K .......... .......... .......... .......... .......... 21% 591M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 11300K .......... .......... .......... .......... .......... 21% 592M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 11350K .......... .......... .......... .......... .......... 21% 13.0M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 11400K .......... .......... .......... .......... .......... 21% 44.2M 2s unit-abot-epc-basic-0: 11:36:18 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-lang3-java (3.4-1) ... unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 11450K .......... .......... .......... .......... .......... 21% 38.6M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 11500K .......... .......... .......... .......... .......... 21% 40.7M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 11550K .......... .......... .......... .......... .......... 21% 34.5M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 11600K .......... .......... .......... .......... .......... 21% 40.3M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 11650K .......... .......... .......... .......... .......... 21% 45.5M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 11700K .......... .......... .......... .......... .......... 21% 42.4M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 11750K .......... .......... .......... .......... .......... 21% 34.9M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 11800K .......... .......... .......... .......... .......... 22% 59.7M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 11850K .......... .......... .......... .......... .......... 22% 63.2M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 11900K .......... .......... .......... .......... .......... 22% 51.1M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 11950K .......... .......... .......... .......... .......... 22% 50.4M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 12000K .......... .......... .......... .......... .......... 22% 47.5M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 12050K .......... .......... .......... .......... .......... 22% 90.4M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 12100K .......... .......... .......... .......... .......... 22% 161M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 12150K .......... .......... .......... .......... .......... 22% 61.6M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 12200K .......... .......... .......... .......... .......... 22% 47.9M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 12250K .......... .......... .......... .......... .......... 22% 47.2M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 12300K .......... .......... .......... .......... .......... 22% 48.7M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 12350K .......... .......... .......... .......... .......... 23% 48.4M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 12400K .......... .......... .......... .......... .......... 23% 58.7M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 12450K .......... .......... .......... .......... .......... 23% 85.1M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 12500K .......... .......... .......... .......... .......... 23% 93.7M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 12550K .......... .......... .......... .......... .......... 23% 101M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 12600K .......... .......... .......... .......... .......... 23% 123M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 12650K .......... .......... .......... .......... .......... 23% 127M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 12700K .......... .......... .......... .......... .......... 23% 137M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 12750K .......... .......... .......... .......... .......... 23% 113M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 12800K .......... .......... .......... .......... .......... 23% 110M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 12850K .......... .......... .......... .......... .......... 23% 137M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 12900K .......... .......... .......... .......... .......... 24% 206M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 12950K .......... .......... .......... .......... .......... 24% 467M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 13000K .......... .......... .......... .......... .......... 24% 593M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 13050K .......... .......... .......... .......... .......... 24% 590M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 13100K .......... .......... .......... .......... .......... 24% 599M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 13150K .......... .......... .......... .......... .......... 24% 435M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 13200K .......... .......... .......... .......... .......... 24% 53.7M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 13250K .......... .......... .......... .......... .......... 24% 61.0M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 13300K .......... .......... .......... .......... .......... 24% 63.8M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 13350K .......... .......... .......... .......... .......... 24% 55.8M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 13400K .......... .......... .......... .......... .......... 25% 62.4M 2s unit-oai-hss-0: 11:36:18 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 11:36:18 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 11:36:18 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 11:36:18 DEBUG unit.oai-hss/0.install git-man liberror-perl unit-oai-hss-0: 11:36:18 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 11:36:18 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: 11:36:18 DEBUG unit.oai-hss/0.install gitweb git-arch git-bzr git-cvs git-mediawiki git-svn unit-oai-hss-0: 11:36:18 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 11:36:18 DEBUG unit.oai-hss/0.install git git-man liberror-perl unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 13450K .......... .......... .......... .......... .......... 25% 518K 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 13500K .......... .......... .......... .......... .......... 25% 41.1M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 13550K .......... .......... .......... .......... .......... 25% 38.7M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 13600K .......... .......... .......... .......... .......... 25% 42.6M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 13650K .......... .......... .......... .......... .......... 25% 38.2M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 13700K .......... .......... .......... .......... .......... 25% 51.0M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 13750K .......... .......... .......... .......... .......... 25% 44.2M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 13800K .......... .......... .......... .......... .......... 25% 97.4M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 13850K .......... .......... .......... .......... .......... 25% 68.0M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 13900K .......... .......... .......... .......... .......... 25% 63.1M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 13950K .......... .......... .......... .......... .......... 26% 52.0M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 14000K .......... .......... .......... .......... .......... 26% 60.6M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 14050K .......... .......... .......... .......... .......... 26% 89.7M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 14100K .......... .......... .......... .......... .......... 26% 75.7M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 14150K .......... .......... .......... .......... .......... 26% 50.0M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 14200K .......... .......... .......... .......... .......... 26% 49.4M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 14250K .......... .......... .......... .......... .......... 26% 34.2M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 14300K .......... .......... .......... .......... .......... 26% 46.4M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 14350K .......... .......... .......... .......... .......... 26% 117M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 14400K .......... .......... .......... .......... .......... 26% 293M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 14450K .......... .......... .......... .......... .......... 26% 265M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 14500K .......... .......... .......... .......... .......... 27% 250M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 14550K .......... .......... .......... .......... .......... 27% 425M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 14600K .......... .......... .......... .......... .......... 27% 438M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 14650K .......... .......... .......... .......... .......... 27% 384M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 14700K .......... .......... .......... .......... .......... 27% 387M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 14750K .......... .......... .......... .......... .......... 27% 428M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 14800K .......... .......... .......... .......... .......... 27% 416M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 14850K .......... .......... .......... .......... .......... 27% 240M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 14900K .......... .......... .......... .......... .......... 27% 237M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 14950K .......... .......... .......... .......... .......... 27% 38.3M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 15000K .......... .......... .......... .......... .......... 27% 46.7M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 15050K .......... .......... .......... .......... .......... 28% 48.5M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 15100K .......... .......... .......... .......... .......... 28% 39.4M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 15150K .......... .......... .......... .......... .......... 28% 57.4M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 15200K .......... .......... .......... .......... .......... 28% 52.8M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 15250K .......... .......... .......... .......... .......... 28% 41.8M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 15300K .......... .......... .......... .......... .......... 28% 38.9M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 15350K .......... .......... .......... .......... .......... 28% 50.0M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 15400K .......... .......... .......... .......... .......... 28% 51.2M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 15450K .......... .......... .......... .......... .......... 28% 43.7M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 15500K .......... .......... .......... .......... .......... 28% 39.8M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 15550K .......... .......... .......... .......... .......... 29% 63.7M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 15600K .......... .......... .......... .......... .......... 29% 64.1M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 15650K .......... .......... .......... .......... .......... 29% 62.6M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 15700K .......... .......... .......... .......... .......... 29% 55.7M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 15750K .......... .......... .......... .......... .......... 29% 60.2M 2s unit-abot-epc-basic-0: 11:36:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaopalliance-java. unit-abot-epc-basic-0: 11:36:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaopalliance-java_20070526-5_all.deb ... unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 15800K .......... .......... .......... .......... .......... 29% 501K 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 15850K .......... .......... .......... .......... .......... 29% 31.9M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 15900K .......... .......... .......... .......... .......... 29% 32.3M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 15950K .......... .......... .......... .......... .......... 29% 36.3M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 16000K .......... .......... .......... .......... .......... 29% 39.7M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 16050K .......... .......... .......... .......... .......... 29% 37.3M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 16100K .......... .......... .......... .......... .......... 30% 32.3M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 16150K .......... .......... .......... .......... .......... 30% 37.2M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 16200K .......... .......... .......... .......... .......... 30% 38.6M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 16250K .......... .......... .......... .......... .......... 30% 41.6M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 16300K .......... .......... .......... .......... .......... 30% 34.8M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 16350K .......... .......... .......... .......... .......... 30% 44.1M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 16400K .......... .......... .......... .......... .......... 30% 44.4M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 16450K .......... .......... .......... .......... .......... 30% 45.2M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 16500K .......... .......... .......... .......... .......... 30% 35.2M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 16550K .......... .......... .......... .......... .......... 30% 36.1M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 16600K .......... .......... .......... .......... .......... 30% 36.7M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 16650K .......... .......... .......... .......... .......... 31% 38.0M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 16700K .......... .......... .......... .......... .......... 31% 36.2M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 16750K .......... .......... .......... .......... .......... 31% 43.2M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 16800K .......... .......... .......... .......... .......... 31% 44.9M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 16850K .......... .......... .......... .......... .......... 31% 72.6M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 16900K .......... .......... .......... .......... .......... 31% 45.1M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 16950K .......... .......... .......... .......... .......... 31% 58.2M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 17000K .......... .......... .......... .......... .......... 31% 47.9M 2s unit-abot-epc-basic-0: 11:36:18 DEBUG unit.abot-epc-basic/0.install Unpacking libaopalliance-java (20070526-5) ... unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 17050K .......... .......... .......... .......... .......... 31% 41.3M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 17100K .......... .......... .......... .......... .......... 31% 40.3M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 17150K .......... .......... .......... .......... .......... 31% 58.2M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 17200K .......... .......... .......... .......... .......... 32% 66.1M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 17250K .......... .......... .......... .......... .......... 32% 79.5M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 17300K .......... .......... .......... .......... .......... 32% 65.0M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 17350K .......... .......... .......... .......... .......... 32% 76.8M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 17400K .......... .......... .......... .......... .......... 32% 82.6M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 17450K .......... .......... .......... .......... .......... 32% 83.6M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 17500K .......... .......... .......... .......... .......... 32% 71.3M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 17550K .......... .......... .......... .......... .......... 32% 65.1M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 17600K .......... .......... .......... .......... .......... 32% 80.1M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 17650K .......... .......... .......... .......... .......... 32% 74.2M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 17700K .......... .......... .......... .......... .......... 33% 63.8M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 17750K .......... .......... .......... .......... .......... 33% 84.7M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 17800K .......... .......... .......... .......... .......... 33% 82.3M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 17850K .......... .......... .......... .......... .......... 33% 86.4M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 17900K .......... .......... .......... .......... .......... 33% 60.6M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 17950K .......... .......... .......... .......... .......... 33% 76.5M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 18000K .......... .......... .......... .......... .......... 33% 97.1M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 18050K .......... .......... .......... .......... .......... 33% 60.6M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 18100K .......... .......... .......... .......... .......... 33% 82.0M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 18150K .......... .......... .......... .......... .......... 33% 59.8M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 18200K .......... .......... .......... .......... .......... 33% 69.1M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 18250K .......... .......... .......... .......... .......... 34% 62.4M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 18300K .......... .......... .......... .......... .......... 34% 61.2M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 18350K .......... .......... .......... .......... .......... 34% 73.2M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 18400K .......... .......... .......... .......... .......... 34% 70.9M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 18450K .......... .......... .......... .......... .......... 34% 83.4M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 18500K .......... .......... .......... .......... .......... 34% 62.7M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 18550K .......... .......... .......... .......... .......... 34% 108M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 18600K .......... .......... .......... .......... .......... 34% 75.0M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 18650K .......... .......... .......... .......... .......... 34% 603K 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 18700K .......... .......... .......... .......... .......... 34% 30.1M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 18750K .......... .......... .......... .......... .......... 34% 61.0M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 18800K .......... .......... .......... .......... .......... 35% 48.2M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 18850K .......... .......... .......... .......... .......... 35% 40.8M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 18900K .......... .......... .......... .......... .......... 35% 36.6M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 18950K .......... .......... .......... .......... .......... 35% 45.9M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 19000K .......... .......... .......... .......... .......... 35% 53.7M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 19050K .......... .......... .......... .......... .......... 35% 43.1M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 19100K .......... .......... .......... .......... .......... 35% 146M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 19150K .......... .......... .......... .......... .......... 35% 292M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 19200K .......... .......... .......... .......... .......... 35% 304M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 19250K .......... .......... .......... .......... .......... 35% 229M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 19300K .......... .......... .......... .......... .......... 35% 219M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 19350K .......... .......... .......... .......... .......... 36% 354M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 19400K .......... .......... .......... .......... .......... 36% 211M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 19450K .......... .......... .......... .......... .......... 36% 58.9M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 19500K .......... .......... .......... .......... .......... 36% 47.2M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 19550K .......... .......... .......... .......... .......... 36% 42.8M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 19600K .......... .......... .......... .......... .......... 36% 48.9M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 19650K .......... .......... .......... .......... .......... 36% 54.0M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 19700K .......... .......... .......... .......... .......... 36% 50.3M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 19750K .......... .......... .......... .......... .......... 36% 41.4M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 19800K .......... .......... .......... .......... .......... 36% 46.0M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 19850K .......... .......... .......... .......... .......... 37% 46.9M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 19900K .......... .......... .......... .......... .......... 37% 40.4M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 19950K .......... .......... .......... .......... .......... 37% 39.1M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 20000K .......... .......... .......... .......... .......... 37% 48.7M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 20050K .......... .......... .......... .......... .......... 37% 49.4M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 20100K .......... .......... .......... .......... .......... 37% 57.4M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 20150K .......... .......... .......... .......... .......... 37% 39.5M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 20200K .......... .......... .......... .......... .......... 37% 52.9M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 20250K .......... .......... .......... .......... .......... 37% 48.8M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 20300K .......... .......... .......... .......... .......... 37% 48.0M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 20350K .......... .......... .......... .......... .......... 37% 45.8M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 20400K .......... .......... .......... .......... .......... 38% 44.2M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 20450K .......... .......... .......... .......... .......... 38% 55.3M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 20500K .......... .......... .......... .......... .......... 38% 53.4M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 20550K .......... .......... .......... .......... .......... 38% 74.5M 2s unit-abot-epc-basic-0: 11:36:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libguice-java. unit-abot-epc-basic-0: 11:36:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libguice-java_4.0-2_all.deb ... unit-abot-epc-basic-0: 11:36:18 DEBUG unit.abot-epc-basic/0.install Unpacking libguice-java (4.0-2) ... unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 20600K .......... .......... .......... .......... .......... 38% 491K 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 20650K .......... .......... .......... .......... .......... 38% 34.3M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 20700K .......... .......... .......... .......... .......... 38% 37.7M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 20750K .......... .......... .......... .......... .......... 38% 45.4M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 20800K .......... .......... .......... .......... .......... 38% 46.8M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 20850K .......... .......... .......... .......... .......... 38% 42.6M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 20900K .......... .......... .......... .......... .......... 38% 35.3M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 20950K .......... .......... .......... .......... .......... 39% 39.3M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 21000K .......... .......... .......... .......... .......... 39% 42.8M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 21050K .......... .......... .......... .......... .......... 39% 49.5M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 21100K .......... .......... .......... .......... .......... 39% 85.8M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 21150K .......... .......... .......... .......... .......... 39% 210M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 21200K .......... .......... .......... .......... .......... 39% 228M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 21250K .......... .......... .......... .......... .......... 39% 213M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 21300K .......... .......... .......... .......... .......... 39% 203M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 21350K .......... .......... .......... .......... .......... 39% 230M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 21400K .......... .......... .......... .......... .......... 39% 248M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 21450K .......... .......... .......... .......... .......... 39% 224M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 21500K .......... .......... .......... .......... .......... 40% 191M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 21550K .......... .......... .......... .......... .......... 40% 225M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 21600K .......... .......... .......... .......... .......... 40% 225M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 21650K .......... .......... .......... .......... .......... 40% 34.3M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 21700K .......... .......... .......... .......... .......... 40% 35.0M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 21750K .......... .......... .......... .......... .......... 40% 39.4M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 21800K .......... .......... .......... .......... .......... 40% 38.1M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 21850K .......... .......... .......... .......... .......... 40% 37.7M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 21900K .......... .......... .......... .......... .......... 40% 33.6M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 21950K .......... .......... .......... .......... .......... 40% 41.5M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 22000K .......... .......... .......... .......... .......... 41% 52.6M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 22050K .......... .......... .......... .......... .......... 41% 65.2M 2s unit-oai-hss-0: 11:36:18 DEBUG unit.oai-hss/0.install 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 11:36:18 DEBUG unit.oai-hss/0.install Need to get 3054 kB of archives. unit-oai-hss-0: 11:36:18 DEBUG unit.oai-hss/0.install After this operation, 22.0 MB of additional disk space will be used. unit-oai-hss-0: 11:36:18 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-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 22100K .......... .......... .......... .......... .......... 41% 40.7M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 22150K .......... .......... .......... .......... .......... 41% 42.6M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 22200K .......... .......... .......... .......... .......... 41% 61.8M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 22250K .......... .......... .......... .......... .......... 41% 58.3M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 22300K .......... .......... .......... .......... .......... 41% 54.7M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 22350K .......... .......... .......... .......... .......... 41% 61.0M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 22400K .......... .......... .......... .......... .......... 41% 59.4M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 22450K .......... .......... .......... .......... .......... 41% 60.3M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 22500K .......... .......... .......... .......... .......... 41% 54.2M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 22550K .......... .......... .......... .......... .......... 42% 59.9M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 22600K .......... .......... .......... .......... .......... 42% 59.3M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 22650K .......... .......... .......... .......... .......... 42% 63.5M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 22700K .......... .......... .......... .......... .......... 42% 55.0M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 22750K .......... .......... .......... .......... .......... 42% 62.4M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 22800K .......... .......... .......... .......... .......... 42% 62.0M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 22850K .......... .......... .......... .......... .......... 42% 58.8M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 22900K .......... .......... .......... .......... .......... 42% 54.1M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 22950K .......... .......... .......... .......... .......... 42% 62.2M 2s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 23000K .......... .......... .......... .......... .......... 42% 62.8M 1s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 23050K .......... .......... .......... .......... .......... 42% 59.9M 1s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 23100K .......... .......... .......... .......... .......... 43% 52.6M 1s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 23150K .......... .......... .......... .......... .......... 43% 62.1M 1s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 23200K .......... .......... .......... .......... .......... 43% 60.9M 1s unit-oai-epc-0: 11:36:18 DEBUG unit.oai-epc/0.install 23250K .......... .......... .......... .......... .......... 43% 83.3M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 23300K .......... .......... .......... .......... .......... 43% 553K 2s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 23350K .......... .......... .......... .......... .......... 43% 37.9M 2s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 23400K .......... .......... .......... .......... .......... 43% 31.0M 2s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 23450K .......... .......... .......... .......... .......... 43% 38.9M 2s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 23500K .......... .......... .......... .......... .......... 43% 39.4M 2s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 23550K .......... .......... .......... .......... .......... 43% 41.8M 2s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 23600K .......... .......... .......... .......... .......... 43% 38.2M 2s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 23650K .......... .......... .......... .......... .......... 44% 54.9M 2s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 23700K .......... .......... .......... .......... .......... 44% 121M 2s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 23750K .......... .......... .......... .......... .......... 44% 318M 2s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 23800K .......... .......... .......... .......... .......... 44% 338M 2s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 23850K .......... .......... .......... .......... .......... 44% 340M 2s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 23900K .......... .......... .......... .......... .......... 44% 313M 2s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 23950K .......... .......... .......... .......... .......... 44% 255M 2s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 24000K .......... .......... .......... .......... .......... 44% 240M 2s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 24050K .......... .......... .......... .......... .......... 44% 234M 2s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 24100K .......... .......... .......... .......... .......... 44% 358M 2s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 24150K .......... .......... .......... .......... .......... 45% 275M 2s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 24200K .......... .......... .......... .......... .......... 45% 204M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 24250K .......... .......... .......... .......... .......... 45% 230M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 24300K .......... .......... .......... .......... .......... 45% 66.7M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 24350K .......... .......... .......... .......... .......... 45% 39.1M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 24400K .......... .......... .......... .......... .......... 45% 34.0M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 24450K .......... .......... .......... .......... .......... 45% 40.6M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 24500K .......... .......... .......... .......... .......... 45% 40.8M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 24550K .......... .......... .......... .......... .......... 45% 44.7M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 24600K .......... .......... .......... .......... .......... 45% 44.9M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 24650K .......... .......... .......... .......... .......... 45% 48.4M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 24700K .......... .......... .......... .......... .......... 46% 49.6M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 24750K .......... .......... .......... .......... .......... 46% 48.4M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 24800K .......... .......... .......... .......... .......... 46% 44.3M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 24850K .......... .......... .......... .......... .......... 46% 56.8M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 24900K .......... .......... .......... .......... .......... 46% 52.4M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 24950K .......... .......... .......... .......... .......... 46% 47.9M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 25000K .......... .......... .......... .......... .......... 46% 43.8M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 25050K .......... .......... .......... .......... .......... 46% 45.5M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 25100K .......... .......... .......... .......... .......... 46% 64.7M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 25150K .......... .......... .......... .......... .......... 46% 65.0M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 25200K .......... .......... .......... .......... .......... 46% 58.4M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 25250K .......... .......... .......... .......... .......... 47% 65.1M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 25300K .......... .......... .......... .......... .......... 47% 60.4M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 25350K .......... .......... .......... .......... .......... 47% 61.3M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 25400K .......... .......... .......... .......... .......... 47% 53.2M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 25450K .......... .......... .......... .......... .......... 47% 61.5M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 25500K .......... .......... .......... .......... .......... 47% 62.7M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 25550K .......... .......... .......... .......... .......... 47% 61.4M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 25600K .......... .......... .......... .......... .......... 47% 502K 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 25650K .......... .......... .......... .......... .......... 47% 35.5M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 25700K .......... .......... .......... .......... .......... 47% 33.2M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 25750K .......... .......... .......... .......... .......... 47% 31.6M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 25800K .......... .......... .......... .......... .......... 48% 35.1M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 25850K .......... .......... .......... .......... .......... 48% 33.9M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 25900K .......... .......... .......... .......... .......... 48% 33.9M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 25950K .......... .......... .......... .......... .......... 48% 29.2M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 26000K .......... .......... .......... .......... .......... 48% 34.0M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 26050K .......... .......... .......... .......... .......... 48% 36.2M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 26100K .......... .......... .......... .......... .......... 48% 36.9M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 26150K .......... .......... .......... .......... .......... 48% 29.1M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 26200K .......... .......... .......... .......... .......... 48% 34.3M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 26250K .......... .......... .......... .......... .......... 48% 34.7M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 26300K .......... .......... .......... .......... .......... 49% 40.1M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 26350K .......... .......... .......... .......... .......... 49% 37.5M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 26400K .......... .......... .......... .......... .......... 49% 53.5M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 26450K .......... .......... .......... .......... .......... 49% 47.1M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 26500K .......... .......... .......... .......... .......... 49% 46.5M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 26550K .......... .......... .......... .......... .......... 49% 41.5M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 26600K .......... .......... .......... .......... .......... 49% 47.4M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 26650K .......... .......... .......... .......... .......... 49% 45.3M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 26700K .......... .......... .......... .......... .......... 49% 54.4M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 26750K .......... .......... .......... .......... .......... 49% 52.9M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 26800K .......... .......... .......... .......... .......... 49% 59.5M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 26850K .......... .......... .......... .......... .......... 50% 60.6M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 26900K .......... .......... .......... .......... .......... 50% 59.9M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 26950K .......... .......... .......... .......... .......... 50% 51.2M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 27000K .......... .......... .......... .......... .......... 50% 61.6M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 27050K .......... .......... .......... .......... .......... 50% 69.4M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 27100K .......... .......... .......... .......... .......... 50% 58.8M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 27150K .......... .......... .......... .......... .......... 50% 149M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 27200K .......... .......... .......... .......... .......... 50% 352M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 27250K .......... .......... .......... .......... .......... 50% 439M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 27300K .......... .......... .......... .......... .......... 50% 356M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 27350K .......... .......... .......... .......... .......... 50% 377M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 27400K .......... .......... .......... .......... .......... 51% 381M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 27450K .......... .......... .......... .......... .......... 51% 433M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 27500K .......... .......... .......... .......... .......... 51% 441M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 27550K .......... .......... .......... .......... .......... 51% 368M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 27600K .......... .......... .......... .......... .......... 51% 451M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 27650K .......... .......... .......... .......... .......... 51% 444M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 27700K .......... .......... .......... .......... .......... 51% 366M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 27750K .......... .......... .......... .......... .......... 51% 376M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 27800K .......... .......... .......... .......... .......... 51% 388M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 27850K .......... .......... .......... .......... .......... 51% 441M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 27900K .......... .......... .......... .......... .......... 51% 424M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 27950K .......... .......... .......... .......... .......... 52% 354M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 28000K .......... .......... .......... .......... .......... 52% 437M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 28050K .......... .......... .......... .......... .......... 52% 392M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 28100K .......... .......... .......... .......... .......... 52% 372M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 28150K .......... .......... .......... .......... .......... 52% 366M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 28200K .......... .......... .......... .......... .......... 52% 382M 1s unit-oai-hss-0: 11:36:19 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.9 [701 kB] unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 28250K .......... .......... .......... .......... .......... 52% 520K 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 28300K .......... .......... .......... .......... .......... 52% 38.6M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 28350K .......... .......... .......... .......... .......... 52% 37.1M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 28400K .......... .......... .......... .......... .......... 52% 31.2M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 28450K .......... .......... .......... .......... .......... 53% 36.3M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 28500K .......... .......... .......... .......... .......... 53% 39.6M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 28550K .......... .......... .......... .......... .......... 53% 47.1M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 28600K .......... .......... .......... .......... .......... 53% 45.6M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 28650K .......... .......... .......... .......... .......... 53% 47.0M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 28700K .......... .......... .......... .......... .......... 53% 58.1M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 28750K .......... .......... .......... .......... .......... 53% 39.6M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 28800K .......... .......... .......... .......... .......... 53% 36.5M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 28850K .......... .......... .......... .......... .......... 53% 50.4M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 28900K .......... .......... .......... .......... .......... 53% 46.7M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 28950K .......... .......... .......... .......... .......... 53% 48.0M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 29000K .......... .......... .......... .......... .......... 54% 36.3M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 29050K .......... .......... .......... .......... .......... 54% 41.9M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 29100K .......... .......... .......... .......... .......... 54% 45.5M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 29150K .......... .......... .......... .......... .......... 54% 46.6M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 29200K .......... .......... .......... .......... .......... 54% 38.5M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 29250K .......... .......... .......... .......... .......... 54% 59.2M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 29300K .......... .......... .......... .......... .......... 54% 45.5M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 29350K .......... .......... .......... .......... .......... 54% 42.7M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 29400K .......... .......... .......... .......... .......... 54% 40.1M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 29450K .......... .......... .......... .......... .......... 54% 60.3M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 29500K .......... .......... .......... .......... .......... 54% 49.8M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 29550K .......... .......... .......... .......... .......... 55% 39.4M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 29600K .......... .......... .......... .......... .......... 55% 52.9M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 29650K .......... .......... .......... .......... .......... 55% 61.0M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 29700K .......... .......... .......... .......... .......... 55% 60.2M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 29750K .......... .......... .......... .......... .......... 55% 58.9M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 29800K .......... .......... .......... .......... .......... 55% 54.4M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 29850K .......... .......... .......... .......... .......... 55% 58.1M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 29900K .......... .......... .......... .......... .......... 55% 59.6M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 29950K .......... .......... .......... .......... .......... 55% 60.0M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 30000K .......... .......... .......... .......... .......... 55% 51.7M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 30050K .......... .......... .......... .......... .......... 55% 60.7M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 30100K .......... .......... .......... .......... .......... 56% 64.0M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 30150K .......... .......... .......... .......... .......... 56% 515K 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 30200K .......... .......... .......... .......... .......... 56% 34.8M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 30250K .......... .......... .......... .......... .......... 56% 35.8M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 30300K .......... .......... .......... .......... .......... 56% 35.8M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 30350K .......... .......... .......... .......... .......... 56% 29.5M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 30400K .......... .......... .......... .......... .......... 56% 34.8M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 30450K .......... .......... .......... .......... .......... 56% 35.2M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 30500K .......... .......... .......... .......... .......... 56% 35.4M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 30550K .......... .......... .......... .......... .......... 56% 30.5M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 30600K .......... .......... .......... .......... .......... 57% 34.3M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 30650K .......... .......... .......... .......... .......... 57% 34.5M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 30700K .......... .......... .......... .......... .......... 57% 33.9M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 30750K .......... .......... .......... .......... .......... 57% 30.3M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 30800K .......... .......... .......... .......... .......... 57% 44.2M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 30850K .......... .......... .......... .......... .......... 57% 50.2M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 30900K .......... .......... .......... .......... .......... 57% 55.7M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 30950K .......... .......... .......... .......... .......... 57% 42.5M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 31000K .......... .......... .......... .......... .......... 57% 62.1M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 31050K .......... .......... .......... .......... .......... 57% 50.7M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 31100K .......... .......... .......... .......... .......... 57% 75.2M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 31150K .......... .......... .......... .......... .......... 58% 45.4M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 31200K .......... .......... .......... .......... .......... 58% 53.6M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 31250K .......... .......... .......... .......... .......... 58% 82.5M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 31300K .......... .......... .......... .......... .......... 58% 67.3M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 31350K .......... .......... .......... .......... .......... 58% 45.8M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 31400K .......... .......... .......... .......... .......... 58% 47.4M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 31450K .......... .......... .......... .......... .......... 58% 145M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 31500K .......... .......... .......... .......... .......... 58% 373M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 31550K .......... .......... .......... .......... .......... 58% 361M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 31600K .......... .......... .......... .......... .......... 58% 418M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 31650K .......... .......... .......... .......... .......... 58% 411M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 31700K .......... .......... .......... .......... .......... 59% 364M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 31750K .......... .......... .......... .......... .......... 59% 337M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 31800K .......... .......... .......... .......... .......... 59% 432M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 31850K .......... .......... .......... .......... .......... 59% 406M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 31900K .......... .......... .......... .......... .......... 59% 409M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 31950K .......... .......... .......... .......... .......... 59% 373M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 32000K .......... .......... .......... .......... .......... 59% 357M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 32050K .......... .......... .......... .......... .......... 59% 370M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 32100K .......... .......... .......... .......... .......... 59% 438M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 32150K .......... .......... .......... .......... .......... 59% 363M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 32200K .......... .......... .......... .......... .......... 59% 397M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 32250K .......... .......... .......... .......... .......... 60% 370M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 32300K .......... .......... .......... .......... .......... 60% 440M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 32350K .......... .......... .......... .......... .......... 60% 352M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 32400K .......... .......... .......... .......... .......... 60% 433M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 32450K .......... .......... .......... .......... .......... 60% 433M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 32500K .......... .......... .......... .......... .......... 60% 425M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 32550K .......... .......... .......... .......... .......... 60% 43.9M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 32600K .......... .......... .......... .......... .......... 60% 64.0M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 32650K .......... .......... .......... .......... .......... 60% 62.9M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 32700K .......... .......... .......... .......... .......... 60% 62.0M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 32750K .......... .......... .......... .......... .......... 61% 54.6M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 32800K .......... .......... .......... .......... .......... 61% 504K 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 32850K .......... .......... .......... .......... .......... 61% 37.7M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 32900K .......... .......... .......... .......... .......... 61% 40.5M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 32950K .......... .......... .......... .......... .......... 61% 40.7M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 33000K .......... .......... .......... .......... .......... 61% 34.3M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 33050K .......... .......... .......... .......... .......... 61% 39.9M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 33100K .......... .......... .......... .......... .......... 61% 49.0M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 33150K .......... .......... .......... .......... .......... 61% 47.5M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 33200K .......... .......... .......... .......... .......... 61% 42.0M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 33250K .......... .......... .......... .......... .......... 61% 49.6M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 33300K .......... .......... .......... .......... .......... 62% 47.3M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 33350K .......... .......... .......... .......... .......... 62% 49.2M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 33400K .......... .......... .......... .......... .......... 62% 40.3M 1s unit-abot-epc-basic-0: 11:36:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package junit. unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 33450K .......... .......... .......... .......... .......... 62% 50.1M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 33500K .......... .......... .......... .......... .......... 62% 47.2M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 33550K .......... .......... .......... .......... .......... 62% 50.5M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 33600K .......... .......... .......... .......... .......... 62% 36.0M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 33650K .......... .......... .......... .......... .......... 62% 57.7M 1s unit-abot-epc-basic-0: 11:36:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../junit_3.8.2-8build1_all.deb ... unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 33700K .......... .......... .......... .......... .......... 62% 47.1M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 33750K .......... .......... .......... .......... .......... 62% 44.9M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 33800K .......... .......... .......... .......... .......... 62% 41.1M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 33850K .......... .......... .......... .......... .......... 63% 56.6M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 33900K .......... .......... .......... .......... .......... 63% 43.3M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 33950K .......... .......... .......... .......... .......... 63% 48.0M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 34000K .......... .......... .......... .......... .......... 63% 38.4M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 34050K .......... .......... .......... .......... .......... 63% 52.6M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 34100K .......... .......... .......... .......... .......... 63% 43.9M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 34150K .......... .......... .......... .......... .......... 63% 47.2M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 34200K .......... .......... .......... .......... .......... 63% 56.0M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 34250K .......... .......... .......... .......... .......... 63% 60.6M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 34300K .......... .......... .......... .......... .......... 63% 61.8M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 34350K .......... .......... .......... .......... .......... 63% 63.4M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 34400K .......... .......... .......... .......... .......... 64% 56.4M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 34450K .......... .......... .......... .......... .......... 64% 106M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 34500K .......... .......... .......... .......... .......... 64% 71.5M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 34550K .......... .......... .......... .......... .......... 64% 90.3M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 34600K .......... .......... .......... .......... .......... 64% 75.4M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 34650K .......... .......... .......... .......... .......... 64% 91.9M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 34700K .......... .......... .......... .......... .......... 64% 67.3M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 34750K .......... .......... .......... .......... .......... 64% 84.5M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 34800K .......... .......... .......... .......... .......... 64% 67.7M 1s unit-abot-epc-basic-0: 11:36:19 DEBUG unit.abot-epc-basic/0.install Unpacking junit (3.8.2-8build1) ... unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 34850K .......... .......... .......... .......... .......... 64% 519K 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 34900K .......... .......... .......... .......... .......... 65% 36.7M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 34950K .......... .......... .......... .......... .......... 65% 39.5M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 35000K .......... .......... .......... .......... .......... 65% 41.8M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 35050K .......... .......... .......... .......... .......... 65% 46.3M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 35100K .......... .......... .......... .......... .......... 65% 43.5M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 35150K .......... .......... .......... .......... .......... 65% 31.6M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 35200K .......... .......... .......... .......... .......... 65% 38.9M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 35250K .......... .......... .......... .......... .......... 65% 36.4M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 35300K .......... .......... .......... .......... .......... 65% 37.3M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 35350K .......... .......... .......... .......... .......... 65% 36.1M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 35400K .......... .......... .......... .......... .......... 65% 40.4M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 35450K .......... .......... .......... .......... .......... 66% 38.1M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 35500K .......... .......... .......... .......... .......... 66% 42.2M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 35550K .......... .......... .......... .......... .......... 66% 37.4M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 35600K .......... .......... .......... .......... .......... 66% 52.7M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 35650K .......... .......... .......... .......... .......... 66% 54.1M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 35700K .......... .......... .......... .......... .......... 66% 50.8M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 35750K .......... .......... .......... .......... .......... 66% 44.4M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 35800K .......... .......... .......... .......... .......... 66% 76.8M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 35850K .......... .......... .......... .......... .......... 66% 54.6M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 35900K .......... .......... .......... .......... .......... 66% 68.0M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 35950K .......... .......... .......... .......... .......... 66% 64.4M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 36000K .......... .......... .......... .......... .......... 67% 49.2M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 36050K .......... .......... .......... .......... .......... 67% 60.0M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 36100K .......... .......... .......... .......... .......... 67% 46.0M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 36150K .......... .......... .......... .......... .......... 67% 54.8M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 36200K .......... .......... .......... .......... .......... 67% 51.2M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 36250K .......... .......... .......... .......... .......... 67% 41.2M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 36300K .......... .......... .......... .......... .......... 67% 82.0M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 36350K .......... .......... .......... .......... .......... 67% 64.5M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 36400K .......... .......... .......... .......... .......... 67% 104M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 36450K .......... .......... .......... .......... .......... 67% 68.5M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 36500K .......... .......... .......... .......... .......... 67% 86.0M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 36550K .......... .......... .......... .......... .......... 68% 56.6M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 36600K .......... .......... .......... .......... .......... 68% 72.1M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 36650K .......... .......... .......... .......... .......... 68% 89.4M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 36700K .......... .......... .......... .......... .......... 68% 76.8M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 36750K .......... .......... .......... .......... .......... 68% 68.5M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 36800K .......... .......... .......... .......... .......... 68% 60.3M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 36850K .......... .......... .......... .......... .......... 68% 61.8M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 36900K .......... .......... .......... .......... .......... 68% 61.3M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 36950K .......... .......... .......... .......... .......... 68% 60.8M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 37000K .......... .......... .......... .......... .......... 68% 85.7M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 37050K .......... .......... .......... .......... .......... 69% 71.0M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 37100K .......... .......... .......... .......... .......... 69% 59.4M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 37150K .......... .......... .......... .......... .......... 69% 54.1M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 37200K .......... .......... .......... .......... .......... 69% 70.7M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 37250K .......... .......... .......... .......... .......... 69% 75.7M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 37300K .......... .......... .......... .......... .......... 69% 82.8M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 37350K .......... .......... .......... .......... .......... 69% 70.6M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 37400K .......... .......... .......... .......... .......... 69% 530K 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 37450K .......... .......... .......... .......... .......... 69% 64.6M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 37500K .......... .......... .......... .......... .......... 69% 178M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 37550K .......... .......... .......... .......... .......... 69% 180M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 37600K .......... .......... .......... .......... .......... 70% 203M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 37650K .......... .......... .......... .......... .......... 70% 195M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 37700K .......... .......... .......... .......... .......... 70% 200M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 37750K .......... .......... .......... .......... .......... 70% 227M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 37800K .......... .......... .......... .......... .......... 70% 209M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 37850K .......... .......... .......... .......... .......... 70% 229M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 37900K .......... .......... .......... .......... .......... 70% 185M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 37950K .......... .......... .......... .......... .......... 70% 218M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 38000K .......... .......... .......... .......... .......... 70% 246M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 38050K .......... .......... .......... .......... .......... 70% 249M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 38100K .......... .......... .......... .......... .......... 70% 220M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 38150K .......... .......... .......... .......... .......... 71% 258M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 38200K .......... .......... .......... .......... .......... 71% 219M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 38250K .......... .......... .......... .......... .......... 71% 229M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 38300K .......... .......... .......... .......... .......... 71% 195M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 38350K .......... .......... .......... .......... .......... 71% 52.7M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 38400K .......... .......... .......... .......... .......... 71% 36.2M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 38450K .......... .......... .......... .......... .......... 71% 40.3M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 38500K .......... .......... .......... .......... .......... 71% 48.4M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 38550K .......... .......... .......... .......... .......... 71% 43.0M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 38600K .......... .......... .......... .......... .......... 71% 47.7M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 38650K .......... .......... .......... .......... .......... 71% 53.7M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 38700K .......... .......... .......... .......... .......... 72% 55.4M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 38750K .......... .......... .......... .......... .......... 72% 42.5M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 38800K .......... .......... .......... .......... .......... 72% 49.9M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 38850K .......... .......... .......... .......... .......... 72% 52.4M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 38900K .......... .......... .......... .......... .......... 72% 55.6M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 38950K .......... .......... .......... .......... .......... 72% 33.3M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 39000K .......... .......... .......... .......... .......... 72% 47.3M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 39050K .......... .......... .......... .......... .......... 72% 50.5M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 39100K .......... .......... .......... .......... .......... 72% 52.8M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 39150K .......... .......... .......... .......... .......... 72% 28.2M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 39200K .......... .......... .......... .......... .......... 73% 56.2M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 39250K .......... .......... .......... .......... .......... 73% 60.2M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 39300K .......... .......... .......... .......... .......... 73% 48.1M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 39350K .......... .......... .......... .......... .......... 73% 61.5M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 39400K .......... .......... .......... .......... .......... 73% 70.7M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 39450K .......... .......... .......... .......... .......... 73% 71.0M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 39500K .......... .......... .......... .......... .......... 73% 55.2M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 39550K .......... .......... .......... .......... .......... 73% 50.5M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 39600K .......... .......... .......... .......... .......... 73% 68.9M 1s unit-abot-epc-basic-0: 11:36:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-cipher-java. unit-abot-epc-basic-0: 11:36:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-cipher-java_1.7-1_all.deb ... unit-abot-epc-basic-0: 11:36:19 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-cipher-java (1.7-1) ... unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 39650K .......... .......... .......... .......... .......... 73% 497K 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 39700K .......... .......... .......... .......... .......... 73% 35.3M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 39750K .......... .......... .......... .......... .......... 74% 78.5M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 39800K .......... .......... .......... .......... .......... 74% 71.0M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 39850K .......... .......... .......... .......... .......... 74% 190M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 39900K .......... .......... .......... .......... .......... 74% 330M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 39950K .......... .......... .......... .......... .......... 74% 467M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 40000K .......... .......... .......... .......... .......... 74% 370M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 40050K .......... .......... .......... .......... .......... 74% 393M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 40100K .......... .......... .......... .......... .......... 74% 57.5M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 40150K .......... .......... .......... .......... .......... 74% 39.8M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 40200K .......... .......... .......... .......... .......... 74% 41.3M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 40250K .......... .......... .......... .......... .......... 74% 43.0M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 40300K .......... .......... .......... .......... .......... 75% 55.3M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 40350K .......... .......... .......... .......... .......... 75% 67.3M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 40400K .......... .......... .......... .......... .......... 75% 61.9M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 40450K .......... .......... .......... .......... .......... 75% 58.0M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 40500K .......... .......... .......... .......... .......... 75% 60.1M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 40550K .......... .......... .......... .......... .......... 75% 73.8M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 40600K .......... .......... .......... .......... .......... 75% 127M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 40650K .......... .......... .......... .......... .......... 75% 421M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 40700K .......... .......... .......... .......... .......... 75% 286M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 40750K .......... .......... .......... .......... .......... 75% 332M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 40800K .......... .......... .......... .......... .......... 75% 345M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 40850K .......... .......... .......... .......... .......... 76% 306M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 40900K .......... .......... .......... .......... .......... 76% 247M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 40950K .......... .......... .......... .......... .......... 76% 397M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 41000K .......... .......... .......... .......... .......... 76% 413M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 41050K .......... .......... .......... .......... .......... 76% 328M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 41100K .......... .......... .......... .......... .......... 76% 283M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 41150K .......... .......... .......... .......... .......... 76% 301M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 41200K .......... .......... .......... .......... .......... 76% 80.5M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 41250K .......... .......... .......... .......... .......... 76% 328M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 41300K .......... .......... .......... .......... .......... 76% 318M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 41350K .......... .......... .......... .......... .......... 77% 363M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 41400K .......... .......... .......... .......... .......... 77% 28.1M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 41450K .......... .......... .......... .......... .......... 77% 32.9M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 41500K .......... .......... .......... .......... .......... 77% 32.7M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 41550K .......... .......... .......... .......... .......... 77% 41.0M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 41600K .......... .......... .......... .......... .......... 77% 51.5M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 41650K .......... .......... .......... .......... .......... 77% 43.6M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 41700K .......... .......... .......... .......... .......... 77% 48.0M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 41750K .......... .......... .......... .......... .......... 77% 54.8M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 41800K .......... .......... .......... .......... .......... 77% 57.3M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 41850K .......... .......... .......... .......... .......... 77% 52.0M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 41900K .......... .......... .......... .......... .......... 78% 46.5M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 41950K .......... .......... .......... .......... .......... 78% 57.6M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 42000K .......... .......... .......... .......... .......... 78% 47.8M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 42050K .......... .......... .......... .......... .......... 78% 63.2M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 42100K .......... .......... .......... .......... .......... 78% 57.2M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 42150K .......... .......... .......... .......... .......... 78% 62.6M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 42200K .......... .......... .......... .......... .......... 78% 66.0M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 42250K .......... .......... .......... .......... .......... 78% 65.9M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 42300K .......... .......... .......... .......... .......... 78% 55.5M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 42350K .......... .......... .......... .......... .......... 78% 63.7M 1s unit-oai-epc-0: 11:36:19 DEBUG unit.oai-epc/0.install 42400K .......... .......... .......... .......... .......... 78% 62.8M 1s unit-oai-hss-0: 11:36:19 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.9 [2333 kB] unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 42450K .......... .......... .......... .......... .......... 79% 499K 1s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 42500K .......... .......... .......... .......... .......... 79% 35.0M 1s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 42550K .......... .......... .......... .......... .......... 79% 30.6M 1s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 42600K .......... .......... .......... .......... .......... 79% 37.4M 1s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 42650K .......... .......... .......... .......... .......... 79% 34.6M 1s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 42700K .......... .......... .......... .......... .......... 79% 35.4M 1s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 42750K .......... .......... .......... .......... .......... 79% 32.1M 1s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 42800K .......... .......... .......... .......... .......... 79% 38.6M 1s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 42850K .......... .......... .......... .......... .......... 79% 37.3M 1s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 42900K .......... .......... .......... .......... .......... 79% 41.8M 1s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 42950K .......... .......... .......... .......... .......... 79% 49.6M 1s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 43000K .......... .......... .......... .......... .......... 80% 79.5M 1s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 43050K .......... .......... .......... .......... .......... 80% 62.4M 1s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 43100K .......... .......... .......... .......... .......... 80% 62.8M 1s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 43150K .......... .......... .......... .......... .......... 80% 50.3M 1s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 43200K .......... .......... .......... .......... .......... 80% 68.8M 1s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 43250K .......... .......... .......... .......... .......... 80% 296M 1s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 43300K .......... .......... .......... .......... .......... 80% 337M 1s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 43350K .......... .......... .......... .......... .......... 80% 280M 1s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 43400K .......... .......... .......... .......... .......... 80% 372M 1s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 43450K .......... .......... .......... .......... .......... 80% 389M 1s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 43500K .......... .......... .......... .......... .......... 81% 308M 1s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 43550K .......... .......... .......... .......... .......... 81% 279M 1s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 43600K .......... .......... .......... .......... .......... 81% 430M 1s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 43650K .......... .......... .......... .......... .......... 81% 348M 1s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 43700K .......... .......... .......... .......... .......... 81% 367M 1s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 43750K .......... .......... .......... .......... .......... 81% 489M 1s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 43800K .......... .......... .......... .......... .......... 81% 672M 1s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 43850K .......... .......... .......... .......... .......... 81% 513M 1s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 43900K .......... .......... .......... .......... .......... 81% 316M 1s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 43950K .......... .......... .......... .......... .......... 81% 311M 1s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 44000K .......... .......... .......... .......... .......... 81% 366M 1s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 44050K .......... .......... .......... .......... .......... 82% 363M 1s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 44100K .......... .......... .......... .......... .......... 82% 399M 1s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 44150K .......... .......... .......... .......... .......... 82% 325M 1s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 44200K .......... .......... .......... .......... .......... 82% 335M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 44250K .......... .......... .......... .......... .......... 82% 398M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 44300K .......... .......... .......... .......... .......... 82% 354M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 44350K .......... .......... .......... .......... .......... 82% 305M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 44400K .......... .......... .......... .......... .......... 82% 364M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 44450K .......... .......... .......... .......... .......... 82% 351M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 44500K .......... .......... .......... .......... .......... 82% 283M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 44550K .......... .......... .......... .......... .......... 82% 349M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 44600K .......... .......... .......... .......... .......... 83% 179M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 44650K .......... .......... .......... .......... .......... 83% 29.6M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 44700K .......... .......... .......... .......... .......... 83% 43.5M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 44750K .......... .......... .......... .......... .......... 83% 49.9M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 44800K .......... .......... .......... .......... .......... 83% 43.1M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 44850K .......... .......... .......... .......... .......... 83% 50.0M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 44900K .......... .......... .......... .......... .......... 83% 51.6M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 44950K .......... .......... .......... .......... .......... 83% 44.5M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 45000K .......... .......... .......... .......... .......... 83% 52.0M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 45050K .......... .......... .......... .......... .......... 83% 64.4M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 45100K .......... .......... .......... .......... .......... 83% 64.8M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 45150K .......... .......... .......... .......... .......... 84% 64.0M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 45200K .......... .......... .......... .......... .......... 84% 488K 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 45250K .......... .......... .......... .......... .......... 84% 41.5M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 45300K .......... .......... .......... .......... .......... 84% 45.3M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 45350K .......... .......... .......... .......... .......... 84% 44.5M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 45400K .......... .......... .......... .......... .......... 84% 36.0M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 45450K .......... .......... .......... .......... .......... 84% 39.3M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 45500K .......... .......... .......... .......... .......... 84% 42.9M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 45550K .......... .......... .......... .......... .......... 84% 51.4M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 45600K .......... .......... .......... .......... .......... 84% 37.9M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 45650K .......... .......... .......... .......... .......... 85% 45.4M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 45700K .......... .......... .......... .......... .......... 85% 46.2M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 45750K .......... .......... .......... .......... .......... 85% 45.6M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 45800K .......... .......... .......... .......... .......... 85% 53.5M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 45850K .......... .......... .......... .......... .......... 85% 42.6M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 45900K .......... .......... .......... .......... .......... 85% 45.8M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 45950K .......... .......... .......... .......... .......... 85% 41.2M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 46000K .......... .......... .......... .......... .......... 85% 37.0M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 46050K .......... .......... .......... .......... .......... 85% 42.2M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 46100K .......... .......... .......... .......... .......... 85% 38.2M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 46150K .......... .......... .......... .......... .......... 85% 41.3M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 46200K .......... .......... .......... .......... .......... 86% 34.8M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 46250K .......... .......... .......... .......... .......... 86% 37.8M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 46300K .......... .......... .......... .......... .......... 86% 39.3M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 46350K .......... .......... .......... .......... .......... 86% 37.6M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 46400K .......... .......... .......... .......... .......... 86% 33.5M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 46450K .......... .......... .......... .......... .......... 86% 38.2M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 46500K .......... .......... .......... .......... .......... 86% 39.0M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 46550K .......... .......... .......... .......... .......... 86% 45.9M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 46600K .......... .......... .......... .......... .......... 86% 38.7M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 46650K .......... .......... .......... .......... .......... 86% 63.5M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 46700K .......... .......... .......... .......... .......... 86% 79.4M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 46750K .......... .......... .......... .......... .......... 87% 69.5M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 46800K .......... .......... .......... .......... .......... 87% 63.0M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 46850K .......... .......... .......... .......... .......... 87% 60.6M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 46900K .......... .......... .......... .......... .......... 87% 70.1M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 46950K .......... .......... .......... .......... .......... 87% 65.7M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 47000K .......... .......... .......... .......... .......... 87% 78.1M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 47050K .......... .......... .......... .......... .......... 87% 70.0M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 47100K .......... .......... .......... .......... .......... 87% 73.8M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 47150K .......... .......... .......... .......... .......... 87% 86.1M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 47200K .......... .......... .......... .......... .......... 87% 65.0M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 47250K .......... .......... .......... .......... .......... 87% 85.4M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 47300K .......... .......... .......... .......... .......... 88% 67.9M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 47350K .......... .......... .......... .......... .......... 88% 74.3M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 47400K .......... .......... .......... .......... .......... 88% 77.9M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 47450K .......... .......... .......... .......... .......... 88% 86.2M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 47500K .......... .......... .......... .......... .......... 88% 69.4M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 47550K .......... .......... .......... .......... .......... 88% 75.5M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 47600K .......... .......... .......... .......... .......... 88% 73.5M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 47650K .......... .......... .......... .......... .......... 88% 76.8M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 47700K .......... .......... .......... .......... .......... 88% 92.9M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 47750K .......... .......... .......... .......... .......... 88% 82.7M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 47800K .......... .......... .......... .......... .......... 89% 64.8M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 47850K .......... .......... .......... .......... .......... 89% 86.9M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 47900K .......... .......... .......... .......... .......... 89% 82.1M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 47950K .......... .......... .......... .......... .......... 89% 72.6M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 48000K .......... .......... .......... .......... .......... 89% 83.0M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 48050K .......... .......... .......... .......... .......... 89% 75.4M 0s unit-abot-epc-basic-0: 11:36:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-classworlds2-java. unit-abot-epc-basic-0: 11:36:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-classworlds2-java_2.5.2-1_all.deb ... unit-abot-epc-basic-0: 11:36:20 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-classworlds2-java (2.5.2-1) ... unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 48100K .......... .......... .......... .......... .......... 89% 606K 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 48150K .......... .......... .......... .......... .......... 89% 39.9M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 48200K .......... .......... .......... .......... .......... 89% 54.6M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 48250K .......... .......... .......... .......... .......... 89% 48.0M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 48300K .......... .......... .......... .......... .......... 89% 55.7M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 48350K .......... .......... .......... .......... .......... 90% 57.1M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 48400K .......... .......... .......... .......... .......... 90% 76.5M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 48450K .......... .......... .......... .......... .......... 90% 59.5M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 48500K .......... .......... .......... .......... .......... 90% 43.0M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 48550K .......... .......... .......... .......... .......... 90% 40.8M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 48600K .......... .......... .......... .......... .......... 90% 49.0M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 48650K .......... .......... .......... .......... .......... 90% 48.8M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 48700K .......... .......... .......... .......... .......... 90% 92.1M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 48750K .......... .......... .......... .......... .......... 90% 44.7M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 48800K .......... .......... .......... .......... .......... 90% 50.9M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 48850K .......... .......... .......... .......... .......... 90% 82.2M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 48900K .......... .......... .......... .......... .......... 91% 51.1M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 48950K .......... .......... .......... .......... .......... 91% 47.1M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 49000K .......... .......... .......... .......... .......... 91% 56.2M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 49050K .......... .......... .......... .......... .......... 91% 61.3M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 49100K .......... .......... .......... .......... .......... 91% 58.7M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 49150K .......... .......... .......... .......... .......... 91% 80.8M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 49200K .......... .......... .......... .......... .......... 91% 61.7M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 49250K .......... .......... .......... .......... .......... 91% 47.0M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 49300K .......... .......... .......... .......... .......... 91% 57.6M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 49350K .......... .......... .......... .......... .......... 91% 48.5M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 49400K .......... .......... .......... .......... .......... 91% 69.4M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 49450K .......... .......... .......... .......... .......... 92% 55.1M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 49500K .......... .......... .......... .......... .......... 92% 112M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 49550K .......... .......... .......... .......... .......... 92% 209M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 49600K .......... .......... .......... .......... .......... 92% 29.6M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 49650K .......... .......... .......... .......... .......... 92% 43.6M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 49700K .......... .......... .......... .......... .......... 92% 43.1M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 49750K .......... .......... .......... .......... .......... 92% 52.7M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 49800K .......... .......... .......... .......... .......... 92% 48.2M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 49850K .......... .......... .......... .......... .......... 92% 43.8M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 49900K .......... .......... .......... .......... .......... 92% 46.1M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 49950K .......... .......... .......... .......... .......... 93% 48.5M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 50000K .......... .......... .......... .......... .......... 93% 62.8M 0s unit-oai-hss-0: 11:36:20 DEBUG unit.oai-hss/0.install Fetched 3054 kB in 1s (1667 kB/s) unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 50050K .......... .......... .......... .......... .......... 93% 498K 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 50100K .......... .......... .......... .......... .......... 93% 39.4M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 50150K .......... .......... .......... .......... .......... 93% 50.0M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 50200K .......... .......... .......... .......... .......... 93% 37.3M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 50250K .......... .......... .......... .......... .......... 93% 35.7M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 50300K .......... .......... .......... .......... .......... 93% 44.2M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 50350K .......... .......... .......... .......... .......... 93% 41.1M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 50400K .......... .......... .......... .......... .......... 93% 39.2M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 50450K .......... .......... .......... .......... .......... 93% 49.5M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 50500K .......... .......... .......... .......... .......... 94% 44.7M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 50550K .......... .......... .......... .......... .......... 94% 51.6M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 50600K .......... .......... .......... .......... .......... 94% 37.2M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 50650K .......... .......... .......... .......... .......... 94% 45.0M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 50700K .......... .......... .......... .......... .......... 94% 40.3M 0s unit-oai-hss-0: 11:36:20 DEBUG unit.oai-hss/0.install Selecting previously unselected package liberror-perl. unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 50750K .......... .......... .......... .......... .......... 94% 49.2M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 50800K .......... .......... .......... .......... .......... 94% 35.3M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 50850K .......... .......... .......... .......... .......... 94% 50.9M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 50900K .......... .......... .......... .......... .......... 94% 115M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 50950K .......... .......... .......... .......... .......... 94% 243M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 51000K .......... .......... .......... .......... .......... 94% 216M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 51050K .......... .......... .......... .......... .......... 95% 248M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 51100K .......... .......... .......... .......... .......... 95% 258M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 51150K .......... .......... .......... .......... .......... 95% 234M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 51200K .......... .......... .......... .......... .......... 95% 208M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 51250K .......... .......... .......... .......... .......... 95% 257M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 51300K .......... .......... .......... .......... .......... 95% 301M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 51350K .......... .......... .......... .......... .......... 95% 216M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 51400K .......... .......... .......... .......... .......... 95% 32.7M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 51450K .......... .......... .......... .......... .......... 95% 50.7M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 51500K .......... .......... .......... .......... .......... 95% 45.3M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 51550K .......... .......... .......... .......... .......... 95% 50.5M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 51600K .......... .......... .......... .......... .......... 96% 43.1M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 51650K .......... .......... .......... .......... .......... 96% 55.3M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 51700K .......... .......... .......... .......... .......... 96% 56.5M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 51750K .......... .......... .......... .......... .......... 96% 50.5M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 51800K .......... .......... .......... .......... .......... 96% 58.5M 0s unit-oai-hss-0: 11:36:20 DEBUG unit.oai-hss/0.install (Reading database ... 52422 files and directories currently installed.) unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 51850K .......... .......... .......... .......... .......... 96% 48.5M 0s unit-oai-hss-0: 11:36:20 DEBUG unit.oai-hss/0.install Preparing to unpack .../liberror-perl_0.17-1.1_all.deb ... unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 51900K .......... .......... .......... .......... .......... 96% 53.9M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 51950K .......... .......... .......... .......... .......... 96% 58.9M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 52000K .......... .......... .......... .......... .......... 96% 54.3M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 52050K .......... .......... .......... .......... .......... 96% 62.6M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 52100K .......... .......... .......... .......... .......... 97% 65.7M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 52150K .......... .......... .......... .......... .......... 97% 66.4M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 52200K .......... .......... .......... .......... .......... 97% 58.3M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 52250K .......... .......... .......... .......... .......... 97% 62.2M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 52300K .......... .......... .......... .......... .......... 97% 62.4M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 52350K .......... .......... .......... .......... .......... 97% 63.9M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 52400K .......... .......... .......... .......... .......... 97% 48.6M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 52450K .......... .......... .......... .......... .......... 97% 60.9M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 52500K .......... .......... .......... .......... .......... 97% 64.9M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 52550K .......... .......... .......... .......... .......... 97% 64.5M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 52600K .......... .......... .......... .......... .......... 97% 59.0M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 52650K .......... .......... .......... .......... .......... 98% 64.8M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 52700K .......... .......... .......... .......... .......... 98% 65.0M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 52750K .......... .......... .......... .......... .......... 98% 63.6M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 52800K .......... .......... .......... .......... .......... 98% 57.2M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 52850K .......... .......... .......... .......... .......... 98% 66.2M 0s unit-oai-hss-0: 11:36:20 DEBUG unit.oai-hss/0.install Unpacking liberror-perl (0.17-1.1) ... unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 52900K .......... .......... .......... .......... .......... 98% 553K 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 52950K .......... .......... .......... .......... .......... 98% 47.9M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 53000K .......... .......... .......... .......... .......... 98% 51.0M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 53050K .......... .......... .......... .......... .......... 98% 46.6M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 53100K .......... .......... .......... .......... .......... 98% 35.8M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 53150K .......... .......... .......... .......... .......... 98% 50.0M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 53200K .......... .......... .......... .......... .......... 99% 42.7M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 53250K .......... .......... .......... .......... .......... 99% 49.3M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 53300K .......... .......... .......... .......... .......... 99% 44.5M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 53350K .......... .......... .......... .......... .......... 99% 62.6M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 53400K .......... .......... .......... .......... .......... 99% 73.8M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 53450K .......... .......... .......... .......... .......... 99% 76.4M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 53500K .......... .......... .......... .......... .......... 99% 74.0M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 53550K .......... .......... .......... .......... .......... 99% 80.0M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 53600K .......... .......... .......... .......... .......... 99% 77.0M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 53650K .......... .......... .......... .......... .......... 99% 92.6M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 53700K .......... .......... .......... .......... .......... 99% 86.4M 0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 53750K ...... 100% 11500G=2.9s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install 2018-10-26 11:36:20 (18.4 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: 11:36:20 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install FINISHED --2018-10-26 11:36:20-- unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install Total wall clock time: 5.0s unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install Downloaded: 4 files, 66M in 4.2s (15.6 MB/s) unit-oai-epc-0: 11:36:20 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-abot-epc-basic-0: 11:36:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-utils2-java. unit-abot-epc-basic-0: 11:36:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-utils2-java_3.0.22-1_all.deb ... unit-abot-epc-basic-0: 11:36:20 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-utils2-java (3.0.22-1) ... unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install Selecting previously unselected package linux-headers-3.19.0-031900-generic. unit-oai-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install (Reading database ... 53448 files and directories currently installed.) unit-oai-epc-0: 11:36:20 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-epc-0: 11:36:20 DEBUG unit.oai-epc/0.install Unpacking linux-headers-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-oai-hss-0: 11:36:21 DEBUG unit.oai-hss/0.install Selecting previously unselected package git-man. unit-oai-hss-0: 11:36:21 DEBUG unit.oai-hss/0.install Preparing to unpack .../git-man_1%3a1.9.1-1ubuntu0.9_all.deb ... unit-abot-epc-basic-0: 11:36:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-container-default1.5-java. unit-abot-epc-basic-0: 11:36:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-container-default1.5-java_1.6-2_all.deb ... unit-oai-hss-0: 11:36:21 DEBUG unit.oai-hss/0.install Unpacking git-man (1:1.9.1-1ubuntu0.9) ... unit-abot-epc-basic-0: 11:36:21 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-container-default1.5-java (1.6-2) ... unit-abot-epc-basic-0: 11:36:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-component-annotations-java. unit-abot-epc-basic-0: 11:36:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-component-annotations-java_1.6-2_all.deb ... unit-abot-epc-basic-0: 11:36:21 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-component-annotations-java (1.6-2) ... unit-oai-hss-0: 11:36:21 DEBUG unit.oai-hss/0.install Selecting previously unselected package git. unit-oai-hss-0: 11:36:21 DEBUG unit.oai-hss/0.install Preparing to unpack .../git_1%3a1.9.1-1ubuntu0.9_amd64.deb ... unit-oai-hss-0: 11:36:21 DEBUG unit.oai-hss/0.install Unpacking git (1:1.9.1-1ubuntu0.9) ... unit-abot-epc-basic-0: 11:36:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasm4-java. unit-abot-epc-basic-0: 11:36:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasm4-java_5.0.4-1_all.deb ... unit-abot-epc-basic-0: 11:36:21 DEBUG unit.abot-epc-basic/0.install Unpacking libasm4-java (5.0.4-1) ... unit-oai-epc-0: 11:36:22 DEBUG unit.oai-epc/0.install Selecting previously unselected package linux-headers-3.19.0-031900. unit-oai-epc-0: 11:36:22 DEBUG unit.oai-epc/0.install Preparing to unpack .../linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb ... unit-abot-epc-basic-0: 11:36:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjaxen-java. unit-abot-epc-basic-0: 11:36:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjaxen-java_1.1.6-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 11:36:22 DEBUG unit.abot-epc-basic/0.install Unpacking libjaxen-java (1.1.6-1ubuntu1) ... unit-oai-epc-0: 11:36:22 DEBUG unit.oai-epc/0.install Unpacking linux-headers-3.19.0-031900 (3.19.0-031900.201504091832) ... unit-oai-hss-0: 11:36:22 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:36:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjdom1-java. unit-abot-epc-basic-0: 11:36:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjdom1-java_1.1.3-1_all.deb ... unit-abot-epc-basic-0: 11:36:23 DEBUG unit.abot-epc-basic/0.install Unpacking libjdom1-java (1.1.3-1) ... unit-abot-epc-basic-0: 11:36:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libclassworlds-java. unit-abot-epc-basic-0: 11:36:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libclassworlds-java_1.1-final-5_all.deb ... unit-abot-epc-basic-0: 11:36:24 DEBUG unit.abot-epc-basic/0.install Unpacking libclassworlds-java (1.1-final-5) ... unit-oai-hss-0: 11:36:24 DEBUG unit.oai-hss/0.install Setting up liberror-perl (0.17-1.1) ... unit-abot-epc-basic-0: 11:36:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-lang-java. unit-abot-epc-basic-0: 11:36:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-lang-java_2.6-6ubuntu2_all.deb ... unit-abot-epc-basic-0: 11:36:24 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-lang-java (2.6-6ubuntu2) ... unit-oai-hss-0: 11:36:25 DEBUG unit.oai-hss/0.install Setting up git-man (1:1.9.1-1ubuntu0.9) ... unit-oai-hss-0: 11:36:25 DEBUG unit.oai-hss/0.install Setting up git (1:1.9.1-1ubuntu0.9) ... unit-abot-epc-basic-0: 11:36:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdoxia-core-java. unit-abot-epc-basic-0: 11:36:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdoxia-core-java_1.1.4-3ubuntu1_all.deb ... unit-abot-epc-basic-0: 11:36:26 DEBUG unit.abot-epc-basic/0.install Unpacking libdoxia-core-java (1.1.4-3ubuntu1) ... unit-oai-hss-0: 11:36:26 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 11:36:26 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 11:36:26 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 11:36:26 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 11:36:26 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 11:36:26 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 11:36:26 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=0 unit-oai-hss-0: 11:36:26 DEBUG unit.oai-hss/0.install + true unit-oai-hss-0: 11:36:26 DEBUG unit.oai-hss/0.install + '[' '!' 0 -eq 1 ']' unit-oai-hss-0: 11:36:26 DEBUG unit.oai-hss/0.install + apt-get install -y --force-yes virt-what unit-oai-hss-0: 11:36:26 DEBUG unit.oai-hss/0.install Reading package lists... unit-abot-epc-basic-0: 11:36:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-container-default-java. unit-abot-epc-basic-0: 11:36:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-container-default-java_1.0-alpha-9-stable-1-7_all.deb ... unit-abot-epc-basic-0: 11:36:27 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-container-default-java (1.0-alpha-9-stable-1-7) ... unit-oai-hss-0: 11:36:27 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 11:36:27 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 11:36:27 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 11:36:27 DEBUG unit.oai-hss/0.install virt-what unit-oai-epc-0: 11:36:27 DEBUG unit.oai-epc/0.install Selecting previously unselected package linux-image-3.19.0-031900-generic. unit-oai-epc-0: 11:36:27 DEBUG unit.oai-epc/0.install Preparing to unpack .../linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb ... unit-abot-epc-basic-0: 11:36:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-ant-factory-java. unit-abot-epc-basic-0: 11:36:27 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: 11:36:27 DEBUG unit.oai-epc/0.install Done. unit-oai-epc-0: 11:36:27 DEBUG unit.oai-epc/0.install Unpacking linux-image-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 11:36:27 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-ant-factory-java (1.0~alpha2.1-3) ... unit-oai-hss-0: 11:36:27 DEBUG unit.oai-hss/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 11:36:27 DEBUG unit.oai-hss/0.install Need to get 13.6 kB of archives. unit-oai-hss-0: 11:36:27 DEBUG unit.oai-hss/0.install After this operation, 66.6 kB of additional disk space will be used. unit-oai-hss-0: 11:36:27 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: 11:36:27 DEBUG unit.oai-hss/0.install Fetched 13.6 kB in 0s (24.0 kB/s) unit-oai-hss-0: 11:36:27 DEBUG unit.oai-hss/0.install Selecting previously unselected package virt-what. unit-oai-hss-0: 11:36:27 DEBUG unit.oai-hss/0.install (Reading database ... 53172 files and directories currently installed.) unit-oai-hss-0: 11:36:27 DEBUG unit.oai-hss/0.install Preparing to unpack .../virt-what_1.13-1_amd64.deb ... unit-oai-hss-0: 11:36:27 DEBUG unit.oai-hss/0.install Unpacking virt-what (1.13-1) ... unit-abot-epc-basic-0: 11:36:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-io-java. unit-abot-epc-basic-0: 11:36:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-io-java_1.0~alpha5-2_all.deb ... unit-abot-epc-basic-0: 11:36:28 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-io-java (1.0~alpha5-2) ... unit-oai-hss-0: 11:36:28 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:36:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-archiver-java. unit-abot-epc-basic-0: 11:36:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-archiver-java_2.2-1_all.deb ... unit-abot-epc-basic-0: 11:36:28 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-archiver-java (2.2-1) ... unit-oai-hss-0: 11:36:29 DEBUG unit.oai-hss/0.install Setting up virt-what (1.13-1) ... unit-abot-epc-basic-0: 11:36:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libbsh-java. unit-abot-epc-basic-0: 11:36:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libbsh-java_2.0b4-17ubuntu1_all.deb ... unit-abot-epc-basic-0: 11:36:29 DEBUG unit.abot-epc-basic/0.install Unpacking libbsh-java (2.0b4-17ubuntu1) ... unit-oai-hss-0: 11:36:30 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 11:36:30 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 11:36:30 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-hss-0: 11:36:30 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 11:36:30 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-abot-epc-basic-0: 11:36:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-bsh-factory-java. unit-abot-epc-basic-0: 11:36:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-bsh-factory-java_1.0~alpha7-3.1_all.deb ... unit-abot-epc-basic-0: 11:36:30 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-bsh-factory-java (1.0~alpha7-3.1) ... unit-oai-hss-0: 11:36:30 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 11:36:30 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:36:30 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: 11:36:30 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:36:30 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 11:36:30 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 11:36:30 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 11:36:30 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 11:36:30 DEBUG unit.oai-hss/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-hss-0: 11:36:30 DEBUG unit.oai-hss/0.install mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-oai-hss-0: 11:36:30 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 11:36:30 DEBUG unit.oai-hss/0.install libclone-perl libmldbm-perl libnet-daemon-perl libplrpc-perl unit-oai-hss-0: 11:36:30 DEBUG unit.oai-hss/0.install libsql-statement-perl unit-oai-hss-0: 11:36:30 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 11:36:30 DEBUG unit.oai-hss/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-hss-0: 11:36:30 DEBUG unit.oai-hss/0.install mysql-client mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-oai-hss-0: 11:36:31 DEBUG unit.oai-hss/0.install 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 11:36:31 DEBUG unit.oai-hss/0.install Need to get 3781 kB of archives. unit-oai-hss-0: 11:36:31 DEBUG unit.oai-hss/0.install After this operation, 43.8 MB of additional disk space will be used. unit-oai-hss-0: 11:36:31 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.62-0ubuntu0.14.04.1 [12.6 kB] unit-oai-hss-0: 11:36:31 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.62-0ubuntu0.14.04.1 [598 kB] unit-abot-epc-basic-0: 11:36:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-sec-dispatcher-java. unit-abot-epc-basic-0: 11:36:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-sec-dispatcher-java_1.3.1-6_all.deb ... unit-abot-epc-basic-0: 11:36:31 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-sec-dispatcher-java (1.3.1-6) ... unit-abot-epc-basic-0: 11:36:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmaven2-core-java. unit-abot-epc-basic-0: 11:36:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmaven2-core-java_2.2.1-24_all.deb ... unit-abot-epc-basic-0: 11:36:31 DEBUG unit.abot-epc-basic/0.install Unpacking libmaven2-core-java (2.2.1-24) ... unit-oai-hss-0: 11:36:32 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-oai-hss-0: 11:36:32 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-oai-hss-0: 11:36:32 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-abot-epc-basic-0: 11:36:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-cli-java. unit-abot-epc-basic-0: 11:36:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-cli-java_1.2-5_all.deb ... unit-abot-epc-basic-0: 11:36:32 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-cli-java (1.2-5) ... unit-oai-hss-0: 11:36:32 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.62-0ubuntu0.14.04.1 [707 kB] unit-abot-epc-basic-0: 11:36:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqdox2-java. unit-abot-epc-basic-0: 11:36:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqdox2-java_2.0~M3-2_all.deb ... unit-oai-hss-0: 11:36:32 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.62-0ubuntu0.14.04.1 [1459 kB] unit-abot-epc-basic-0: 11:36:33 DEBUG unit.abot-epc-basic/0.install Unpacking libqdox2-java (2.0~M3-2) ... unit-oai-hss-0: 11:36:33 DEBUG unit.oai-hss/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client all 5.5.62-0ubuntu0.14.04.1 [10.8 kB] unit-oai-hss-0: 11:36:33 DEBUG unit.oai-hss/0.install Fetched 3781 kB in 2s (1596 kB/s) unit-oai-hss-0: 11:36:33 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-common. unit-oai-hss-0: 11:36:33 DEBUG unit.oai-hss/0.install (Reading database ... 53179 files and directories currently installed.) unit-oai-hss-0: 11:36:33 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-common_5.5.62-0ubuntu0.14.04.1_all.deb ... unit-oai-hss-0: 11:36:34 DEBUG unit.oai-hss/0.install Progress: [ 0%] Progress: [ 2%] Unpacking mysql-common (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 11:36:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-component-metadata-java. unit-abot-epc-basic-0: 11:36:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-component-metadata-java_1.6-2_all.deb ... unit-abot-epc-basic-0: 11:36:34 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-component-metadata-java (1.6-2) ... unit-oai-hss-0: 11:36:35 DEBUG unit.oai-hss/0.install Progress: [ 5%] Progress: [ 7%] Selecting previously unselected package libmysqlclient18:amd64. unit-oai-hss-0: 11:36:35 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmysqlclient18_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-oai-hss-0: 11:36:35 DEBUG unit.oai-hss/0.install Progress: [ 10%] Unpacking libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 11:36:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-containers1.5-java. unit-abot-epc-basic-0: 11:36:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-containers1.5-java_1.6-2_all.deb ... unit-abot-epc-basic-0: 11:36:35 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-containers1.5-java (1.6-2) ... unit-oai-epc-0: 11:36:35 DEBUG unit.oai-epc/0.install Setting up linux-headers-3.19.0-031900 (3.19.0-031900.201504091832) ... unit-oai-epc-0: 11:36:35 DEBUG unit.oai-epc/0.install Setting up linux-image-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-oai-hss-0: 11:36:35 DEBUG unit.oai-hss/0.install Progress: [ 12%] Progress: [ 15%] Selecting previously unselected package libdbi-perl. unit-oai-hss-0: 11:36:35 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... unit-abot-epc-basic-0: 11:36:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgeronimo-interceptor-3.0-spec-java. unit-abot-epc-basic-0: 11:36:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgeronimo-interceptor-3.0-spec-java_1.0.1-3fakesync1_all.deb ... unit-oai-epc-0: 11:36:35 DEBUG unit.oai-epc/0.install Running depmod. unit-oai-hss-0: 11:36:35 DEBUG unit.oai-hss/0.install Progress: [ 17%] Unpacking libdbi-perl (1.630-1) ... unit-abot-epc-basic-0: 11:36:35 DEBUG unit.abot-epc-basic/0.install Unpacking libgeronimo-interceptor-3.0-spec-java (1.0.1-3fakesync1) ... unit-oai-epc-0: 11:36:36 DEBUG unit.oai-epc/0.install update-initramfs: deferring update (hook will be called later) unit-oai-epc-0: 11:36:36 DEBUG unit.oai-epc/0.install Examining /etc/kernel/postinst.d. unit-oai-epc-0: 11:36:36 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-oai-epc-0: 11:36:36 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: 11:36:36 DEBUG unit.oai-epc/0.install update-initramfs: Generating /boot/initrd.img-3.19.0-031900-generic unit-abot-epc-basic-0: 11:36:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libservlet3.1-java. unit-abot-epc-basic-0: 11:36:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libservlet3.1-java_8.0.32-1ubuntu1.8_all.deb ... unit-oai-hss-0: 11:36:36 DEBUG unit.oai-hss/0.install Progress: [ 20%] Progress: [ 22%] Selecting previously unselected package libdbd-mysql-perl. unit-oai-hss-0: 11:36:36 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 11:36:36 DEBUG unit.abot-epc-basic/0.install Unpacking libservlet3.1-java (8.0.32-1ubuntu1.8) ... unit-oai-hss-0: 11:36:37 DEBUG unit.oai-hss/0.install Progress: [ 25%] Unpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-abot-epc-basic-0: 11:36:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcdi-api-java. unit-abot-epc-basic-0: 11:36:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcdi-api-java_1.0-2_all.deb ... unit-abot-epc-basic-0: 11:36:37 DEBUG unit.abot-epc-basic/0.install Unpacking libcdi-api-java (1.0-2) ... unit-oai-hss-0: 11:36:37 DEBUG unit.oai-hss/0.install Progress: [ 27%] Progress: [ 30%] Selecting previously unselected package libterm-readkey-perl. unit-oai-hss-0: 11:36:37 DEBUG unit.oai-hss/0.install Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... unit-oai-hss-0: 11:36:37 DEBUG unit.oai-hss/0.install Progress: [ 32%] Unpacking libterm-readkey-perl (2.31-1) ... unit-abot-epc-basic-0: 11:36:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsisu-inject-java. unit-abot-epc-basic-0: 11:36:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsisu-inject-java_0.3.2-1_all.deb ... unit-abot-epc-basic-0: 11:36:38 DEBUG unit.abot-epc-basic/0.install Unpacking libsisu-inject-java (0.3.2-1) ... unit-oai-hss-0: 11:36:38 DEBUG unit.oai-hss/0.install Progress: [ 35%] Progress: [ 37%] Selecting previously unselected package mysql-client-core-5.5. unit-oai-hss-0: 11:36:38 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-client-core-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-oai-hss-0: 11:36:38 DEBUG unit.oai-hss/0.install Progress: [ 40%] Unpacking mysql-client-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 11:36:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsisu-plexus-java. unit-abot-epc-basic-0: 11:36:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsisu-plexus-java_0.3.2-1_all.deb ... unit-abot-epc-basic-0: 11:36:39 DEBUG unit.abot-epc-basic/0.install Unpacking libsisu-plexus-java (0.3.2-1) ... unit-oai-hss-0: 11:36:39 DEBUG unit.oai-hss/0.install Progress: [ 42%] Progress: [ 45%] Selecting previously unselected package mysql-client-5.5. unit-oai-hss-0: 11:36:39 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-client-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-oai-hss-0: 11:36:39 DEBUG unit.oai-hss/0.install Progress: [ 47%] Unpacking mysql-client-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 11:36:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhamcrest-java. unit-abot-epc-basic-0: 11:36:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhamcrest-java_1.3-5ubuntu1_all.deb ... unit-abot-epc-basic-0: 11:36:39 DEBUG unit.abot-epc-basic/0.install Unpacking libhamcrest-java (1.3-5ubuntu1) ... unit-abot-epc-basic-0: 11:36:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package junit4. unit-abot-epc-basic-0: 11:36:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../junit4_4.12-4ubuntu1_all.deb ... unit-oai-hss-0: 11:36:40 DEBUG unit.oai-hss/0.install Progress: [ 50%] Progress: [ 52%] Selecting previously unselected package mysql-client. unit-oai-hss-0: 11:36:40 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-client_5.5.62-0ubuntu0.14.04.1_all.deb ... unit-abot-epc-basic-0: 11:36:40 DEBUG unit.abot-epc-basic/0.install Unpacking junit4 (4.12-4ubuntu1) ... unit-oai-hss-0: 11:36:40 DEBUG unit.oai-hss/0.install Progress: [ 55%] Unpacking mysql-client (5.5.62-0ubuntu0.14.04.1) ... unit-oai-hss-0: 11:36:40 DEBUG unit.oai-hss/0.install Progress: [ 57%] Progress: [ 60%] Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:36:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-net-java. unit-abot-epc-basic-0: 11:36:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-net-java_3.4-2ubuntu2_all.deb ... unit-abot-epc-basic-0: 11:36:40 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-net-java (3.4-2ubuntu2) ... unit-abot-epc-basic-0: 11:36:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcglib3-java. unit-abot-epc-basic-0: 11:36:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcglib3-java_3.1+dfsg-1_all.deb ... unit-abot-epc-basic-0: 11:36:40 DEBUG unit.abot-epc-basic/0.install Unpacking libcglib3-java (3.1+dfsg-1) ... unit-oai-hss-0: 11:36:41 DEBUG unit.oai-hss/0.install Setting up mysql-common (5.5.62-0ubuntu0.14.04.1) ... unit-oai-hss-0: 11:36:41 DEBUG unit.oai-hss/0.install Progress: [ 62%] Progress: [ 65%] Setting up libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 11:36:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libobjenesis-java. unit-abot-epc-basic-0: 11:36:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libobjenesis-java_2.2-1_all.deb ... unit-abot-epc-basic-0: 11:36:41 DEBUG unit.abot-epc-basic/0.install Unpacking libobjenesis-java (2.2-1) ... unit-abot-epc-basic-0: 11:36:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libeasymock-java. unit-abot-epc-basic-0: 11:36:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libeasymock-java_3.3.1+ds-3_all.deb ... unit-abot-epc-basic-0: 11:36:42 DEBUG unit.abot-epc-basic/0.install Unpacking libeasymock-java (3.3.1+ds-3) ... unit-oai-hss-0: 11:36:42 DEBUG unit.oai-hss/0.install Progress: [ 67%] Progress: [ 70%] Setting up libdbi-perl (1.630-1) ... unit-abot-epc-basic-0: 11:36:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libservlet2.5-java. unit-abot-epc-basic-0: 11:36:42 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: 11:36:42 DEBUG unit.abot-epc-basic/0.install Unpacking libservlet2.5-java (6.0.45+dfsg-1) ... unit-oai-hss-0: 11:36:42 DEBUG unit.oai-hss/0.install Progress: [ 72%] Progress: [ 75%] Setting up libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-oai-hss-0: 11:36:43 DEBUG unit.oai-hss/0.install Progress: [ 77%] Progress: [ 80%] Setting up libterm-readkey-perl (2.31-1) ... unit-abot-epc-basic-0: 11:36:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjetty-java. unit-oai-hss-0: 11:36:43 DEBUG unit.oai-hss/0.install Progress: [ 82%] Progress: [ 85%] Setting up mysql-client-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 11:36:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjetty-java_6.1.26-5_all.deb ... unit-abot-epc-basic-0: 11:36:43 DEBUG unit.abot-epc-basic/0.install Unpacking libjetty-java (6.1.26-5) ... unit-oai-hss-0: 11:36:43 DEBUG unit.oai-hss/0.install Progress: [ 87%] Progress: [ 90%] Setting up mysql-client-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-oai-epc-0: 11:36:43 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: 11:36:43 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-oai-epc-0: 11:36:43 DEBUG unit.oai-epc/0.install Searching for GRUB installation directory ... found: /boot/grub unit-oai-epc-0: 11:36:43 DEBUG unit.oai-epc/0.install Searching for default file ... found: /boot/grub/default unit-oai-epc-0: 11:36:43 DEBUG unit.oai-epc/0.install Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst unit-oai-hss-0: 11:36:43 DEBUG unit.oai-hss/0.install Progress: [ 92%] Progress: [ 95%] Setting up mysql-client (5.5.62-0ubuntu0.14.04.1) ... unit-oai-epc-0: 11:36:43 DEBUG unit.oai-epc/0.install Searching for splash image ... none found, skipping ... unit-oai-epc-0: 11:36:43 DEBUG unit.oai-epc/0.install Found kernel: /boot/vmlinuz-3.13.0-161-generic unit-oai-epc-0: 11:36:43 DEBUG unit.oai-epc/0.install Found kernel: /boot/vmlinuz-3.19.0-031900-generic unit-oai-epc-0: 11:36:43 DEBUG unit.oai-epc/0.install Found kernel: /boot/vmlinuz-3.13.0-161-generic unit-oai-epc-0: 11:36:43 DEBUG unit.oai-epc/0.install Replacing config file /run/grub/menu.lst with new version unit-oai-hss-0: 11:36:43 DEBUG unit.oai-hss/0.install Progress: [ 97%] Progress: [100%] Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-epc-0: 11:36:43 DEBUG unit.oai-epc/0.install Updating /boot/grub/menu.lst ... done unit-oai-epc-0: 11:36:43 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 11:36:44 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-oai-epc-0: 11:36:44 DEBUG unit.oai-epc/0.install Generating grub configuration file ... unit-abot-epc-basic-0: 11:36:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblog4j1.2-java. unit-abot-epc-basic-0: 11:36:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblog4j1.2-java_1.2.17-7ubuntu1_all.deb ... unit-oai-epc-0: 11:36:44 DEBUG unit.oai-epc/0.install Found linux image: /boot/vmlinuz-3.19.0-031900-generic unit-oai-epc-0: 11:36:44 DEBUG unit.oai-epc/0.install Found initrd image: /boot/initrd.img-3.19.0-031900-generic unit-abot-epc-basic-0: 11:36:44 DEBUG unit.abot-epc-basic/0.install Unpacking liblog4j1.2-java (1.2.17-7ubuntu1) ... unit-oai-epc-0: 11:36:44 DEBUG unit.oai-epc/0.install Found linux image: /boot/vmlinuz-3.13.0-161-generic unit-oai-epc-0: 11:36:44 DEBUG unit.oai-epc/0.install Found initrd image: /boot/initrd.img-3.13.0-161-generic unit-oai-epc-0: 11:36:44 DEBUG unit.oai-epc/0.install done unit-oai-epc-0: 11:36:45 DEBUG unit.oai-epc/0.install Setting up linux-headers-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-oai-hss-0: 11:36:45 DEBUG unit.oai-hss/0.install ++ virt-what unit-oai-hss-0: 11:36:45 DEBUG unit.oai-hss/0.install + machine_type=kvm unit-oai-hss-0: 11:36:45 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 11:36:45 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 11:36:45 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 11:36:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmaven-parent-java. unit-abot-epc-basic-0: 11:36:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmaven-parent-java_21-2_all.deb ... unit-abot-epc-basic-0: 11:36:45 DEBUG unit.abot-epc-basic/0.install Unpacking libmaven-parent-java (21-2) ... unit-oai-epc-0: 11:36:45 DEBUG unit.oai-epc/0.install + echo reboot unit-oai-epc-0: 11:36:45 DEBUG unit.oai-epc/0.install + juju-reboot --now unit-oai-hss-0: 11:36:45 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 11:36:45 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 11:36:45 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 11:36:45 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 11:36:45 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 11:36:45 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 11:36:45 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 11:36:45 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 11:36:45 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 11:36:45 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 11:36:45 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 11:36:45 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 11:36:45 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 11:36:45 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 11:36:45 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-epc-0: 11:36:45 DEBUG worker.uniter.jujuc running hook tool "juju-reboot" unit-oai-epc-0: 11:36:45 INFO juju.worker.uniter.context trying to kill context process 3231 unit-oai-epc-0: 11:36:45 INFO juju.worker.uniter.context waiting for context process 3231 to die unit-oai-hss-0: 11:36:45 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 11:36:45 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-epc-0: 11:36:45 INFO juju.worker.uniter.context kill returned: os: process already finished unit-oai-epc-0: 11:36:45 INFO juju.worker.uniter.context assuming already killed unit-oai-epc-0: 11:36:45 ERROR juju.worker.uniter.context updating agent status: cannot set invalid status "rebooting" unit-abot-epc-basic-0: 11:36:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwagon2-java. unit-abot-epc-basic-0: 11:36:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwagon2-java_2.10-3_all.deb ... unit-abot-epc-basic-0: 11:36:45 DEBUG unit.abot-epc-basic/0.install Unpacking libwagon2-java (2.10-3) ... unit-oai-hss-0: 11:36:45 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 11:36:45 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:36:45 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: 11:36:45 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:36:45 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-epc-0: 11:36:45 INFO juju.worker.uniter.operation ran "install" hook machine-2: 11:36:45 DEBUG juju.worker.reboot Reboot worker got action: reboot machine-2: 11:36:45 DEBUG juju.machinelock acquire machine lock for reboot (reboot) unit-oai-epc-0: 11:36:45 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-epc-0: 11:36:45 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 11:36:45 INFO juju.worker.uniter unit "oai-epc/0" shutting down: machine needs to reboot unit-oai-epc-0: 11:36:45 DEBUG juju.worker.uniter juju-run listener stopping unit-oai-epc-0: 11:36:45 DEBUG juju.worker.uniter juju-run listener stopped unit-oai-hss-0: 11:36:45 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 11:36:45 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 11:36:45 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 11:36:45 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 11:36:45 DEBUG unit.oai-hss/0.install + clone_repo unit-oai-hss-0: 11:36:45 DEBUG unit.oai-hss/0.install + juju-log 'Fetching and installing OpenAirInterface HSS' unit-oai-hss-0: 11:36:45 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 11:36:45 INFO unit.oai-hss/0.juju-log Fetching and installing OpenAirInterface HSS unit-oai-hss-0: 11:36:45 DEBUG unit.oai-hss/0.install + status-set maintenance 'Fetching and installing OpenAirInterface HSS' unit-abot-epc-basic-0: 11:36:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmaven3-core-java. unit-abot-epc-basic-0: 11:36:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmaven3-core-java_3.3.9-3_all.deb ... machine-2: 11:36:45 DEBUG juju.machinelock machine lock acquired for reboot (reboot) machine-2: 11:36:45 DEBUG juju.worker.reboot machine lock will not be released manually unit-abot-epc-basic-0: 11:36:45 DEBUG unit.abot-epc-basic/0.install Unpacking libmaven3-core-java (3.3.9-3) ... machine-2: 11:36:45 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine needs to reboot machine-2: 11:36:45 DEBUG juju.worker killing runner 0xc4203be820 unit-oai-hss-0: 11:36:45 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 11:36:46 DEBUG unit.oai-hss/0.install + '[' -d /srv/openair-cn ']' unit-oai-hss-0: 11:36:46 DEBUG unit.oai-hss/0.install + cp -f /etc/hosts /home unit-oai-hss-0: 11:36:46 DEBUG unit.oai-hss/0.install + git clone https://github.com/OPENAIRINTERFACE/openair-cn /srv/openair-cn unit-oai-hss-0: 11:36:46 DEBUG unit.oai-hss/0.install Cloning into '/srv/openair-cn'... unit-abot-epc-basic-0: 11:36:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package maven. unit-abot-epc-basic-0: 11:36:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/maven_3.3.9-3_all.deb ... unit-abot-epc-basic-0: 11:36:46 DEBUG unit.abot-epc-basic/0.install Unpacking maven (3.3.9-3) ... unit-abot-epc-basic-0: 11:36:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libapr1:amd64. unit-abot-epc-basic-0: 11:36:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libapr1_1.5.2-3_amd64.deb ... unit-abot-epc-basic-0: 11:36:46 DEBUG unit.abot-epc-basic/0.install Unpacking libapr1:amd64 (1.5.2-3) ... unit-abot-epc-basic-0: 11:36:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaprutil1:amd64. unit-abot-epc-basic-0: 11:36:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaprutil1_1.5.4-1build1_amd64.deb ... unit-abot-epc-basic-0: 11:36:47 DEBUG unit.abot-epc-basic/0.install Unpacking libaprutil1:amd64 (1.5.4-1build1) ... unit-abot-epc-basic-0: 11:36:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64. unit-abot-epc-basic-0: 11:36:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaprutil1-dbd-sqlite3_1.5.4-1build1_amd64.deb ... unit-abot-epc-basic-0: 11:36:47 DEBUG unit.abot-epc-basic/0.install Unpacking libaprutil1-dbd-sqlite3:amd64 (1.5.4-1build1) ... unit-abot-epc-basic-0: 11:36:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaprutil1-ldap:amd64. unit-abot-epc-basic-0: 11:36:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaprutil1-ldap_1.5.4-1build1_amd64.deb ... unit-abot-epc-basic-0: 11:36:48 DEBUG unit.abot-epc-basic/0.install Unpacking libaprutil1-ldap:amd64 (1.5.4-1build1) ... unit-oai-hss-0: 11:36:48 DEBUG unit.oai-hss/0.install + cd /srv/openair-cn unit-oai-hss-0: 11:36:48 DEBUG unit.oai-hss/0.install + git checkout v0.3.2 unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install Note: checking out 'v0.3.2'. unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install You are in 'detached HEAD' state. You can look around, make experimental unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install changes and commit them, and you can discard any commits you make in this unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install state without impacting any branches by performing another checkout. unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install If you want to create a new branch to retain commits you create, you may unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install do so (now or later) by using -b with the checkout command again. Example: unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install git checkout -b new_branch_name unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install HEAD is now at 01f20cc... freediameter installation fix unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install + shopt -s nocasematch unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install + cd - unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install /var/lib/juju/agents/unit-oai-hss-0/charm unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-hss-0: 11:36:49 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: 11:36:49 DEBUG unit.oai-hss/0.install + juju_install_kernel unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install + juju-log 'Check the kernel and update if required' unit-oai-hss-0: 11:36:49 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 11:36:49 INFO unit.oai-hss/0.juju-log Check the kernel and update if required unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install + check_current_kernel unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install + required_kern_release=3.19 unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install + required_kern_version=3 unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install + required_kern_major_revision=19 unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install ++ uname -r unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install + current_kern_release=3.13.0-161-generic unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-161-generic unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install + current_kern_version=3 unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-161-generic unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install + current_kern_major_revision=13 unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install + '[' 3 -gt 3 ']' unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install + '[' 3 -eq 3 ']' unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install + '[' 13 -ge 19 ']' unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install + [[ false == true ]] unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install + '[' kvm == lxc -o kvm == docker ']' unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install + '[' kvm == '' ']' unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install + check_current_kernel unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install + required_kern_release=3.19 unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install + required_kern_version=3 unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install + required_kern_major_revision=19 unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install ++ uname -r unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install + current_kern_release=3.13.0-161-generic unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-161-generic unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install + current_kern_version=3 unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-161-generic unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install + current_kern_major_revision=13 unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install + '[' 3 -gt 3 ']' unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install + '[' 3 -eq 3 ']' unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install + '[' 13 -ge 19 ']' unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install + [[ false == false ]] unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install ++ cat /var/lib/juju/agents/unit-oai-hss-0/charm/.reboot unit-oai-hss-0: 11:36:49 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: 11:36:49 DEBUG unit.oai-hss/0.install + '[' '' '!=' reboot ']' unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install + echo reboot unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install + juju-log 'installing the required kernel and reboot' unit-oai-hss-0: 11:36:49 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 11:36:49 INFO unit.oai-hss/0.juju-log installing the required kernel and reboot unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install + status-set maintenance 'installing the required kernel and rebooting' unit-oai-hss-0: 11:36:49 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 11:36:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblua5.1-0:amd64. unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install + install_required_kernel unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install + version=3.19 unit-oai-hss-0: 11:36:49 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-abot-epc-basic-0: 11:36:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblua5.1-0_5.1.5-8ubuntu1_amd64.deb ... unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install --2018-10-26 11:36:49-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install Resolving kernel.ubuntu.com (kernel.ubuntu.com)... 91.189.94.216 unit-abot-epc-basic-0: 11:36:49 DEBUG unit.abot-epc-basic/0.install Unpacking liblua5.1-0:amd64 (5.1.5-8ubuntu1) ... unit-oai-hss-0: 11:36:49 DEBUG unit.oai-hss/0.install Connecting to kernel.ubuntu.com (kernel.ubuntu.com)|91.189.94.216|:80... connected. unit-oai-hss-0: 11:36:50 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 11:36:50 DEBUG unit.oai-hss/0.install Length: unspecified [text/html] unit-oai-hss-0: 11:36:50 DEBUG unit.oai-hss/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' unit-oai-hss-0: 11:36:50 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:36:50 DEBUG unit.oai-hss/0.install 0K ....... 41.4M=0s unit-oai-hss-0: 11:36:50 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:36:50 DEBUG unit.oai-hss/0.install 2018-10-26 11:36:50 (41.4 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' saved [8048] unit-oai-hss-0: 11:36:50 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:36:50 DEBUG unit.oai-hss/0.install --2018-10-26 11:36:50-- 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: 11:36:50 DEBUG unit.oai-hss/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-oai-hss-0: 11:36:50 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 11:36:50 DEBUG unit.oai-hss/0.install Length: 1153230 (1.1M) [application/x-debian-package] unit-oai-hss-0: 11:36:50 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: 11:36:50 DEBUG unit.oai-hss/0.install unit-abot-epc-basic-0: 11:36:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package apache2-bin. unit-abot-epc-basic-0: 11:36:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../apache2-bin_2.4.18-2ubuntu3.9_amd64.deb ... unit-oai-hss-0: 11:36:50 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 4% 289K 4s unit-abot-epc-basic-0: 11:36:50 DEBUG unit.abot-epc-basic/0.install Unpacking apache2-bin (2.4.18-2ubuntu3.9) ... unit-oai-hss-0: 11:36:50 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 8% 512K 3s unit-oai-hss-0: 11:36:50 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 13% 371K 3s unit-oai-hss-0: 11:36:50 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 17% 32.8M 2s unit-oai-hss-0: 11:36:50 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 22% 1.35M 2s unit-abot-epc-basic-0: 11:36:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package apache2-utils. unit-abot-epc-basic-0: 11:36:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../apache2-utils_2.4.18-2ubuntu3.9_amd64.deb ... unit-oai-hss-0: 11:36:50 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 26% 512K 1s unit-oai-hss-0: 11:36:50 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 31% 31.4M 1s unit-oai-hss-0: 11:36:50 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 35% 42.2M 1s unit-oai-hss-0: 11:36:50 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 39% 33.6M 1s unit-oai-hss-0: 11:36:50 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 44% 44.2M 1s unit-abot-epc-basic-0: 11:36:50 DEBUG unit.abot-epc-basic/0.install Unpacking apache2-utils (2.4.18-2ubuntu3.9) ... unit-oai-hss-0: 11:36:50 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 48% 387K 1s unit-oai-hss-0: 11:36:50 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 53% 40.7M 1s unit-oai-hss-0: 11:36:50 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 57% 37.1M 0s unit-oai-hss-0: 11:36:50 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 62% 31.3M 0s unit-oai-hss-0: 11:36:50 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 66% 42.5M 0s unit-oai-hss-0: 11:36:50 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 71% 59.8M 0s unit-oai-hss-0: 11:36:50 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 75% 45.7M 0s unit-oai-hss-0: 11:36:50 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 79% 102M 0s unit-oai-hss-0: 11:36:50 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 84% 92.7M 0s unit-oai-hss-0: 11:36:50 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 88% 132M 0s unit-oai-hss-0: 11:36:50 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 93% 1.65M 0s unit-oai-hss-0: 11:36:50 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... .......... .......... 97% 56.8M 0s unit-abot-epc-basic-0: 11:36:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package apache2-data. unit-abot-epc-basic-0: 11:36:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../apache2-data_2.4.18-2ubuntu3.9_all.deb ... unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 1100K .......... .......... ...... 100% 272K=0.8s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 2018-10-26 11:36:51 (1.36 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: 11:36:51 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install --2018-10-26 11:36:51-- 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: 11:36:51 DEBUG unit.oai-hss/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-abot-epc-basic-0: 11:36:51 DEBUG unit.abot-epc-basic/0.install Unpacking apache2-data (2.4.18-2ubuntu3.9) ... unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install Length: 13381952 (13M) [application/x-debian-package] unit-oai-hss-0: 11:36:51 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: 11:36:51 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 0% 90.0M 0s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 0% 145M 0s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 1% 38.5M 0s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 1% 46.9M 0s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 1% 67.1M 0s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 2% 105M 0s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 2% 267M 0s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 3% 94.8M 0s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 3% 32.8M 0s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 3% 44.3M 0s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 4% 64.3M 0s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 4% 56.9M 0s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 4% 65.3M 0s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 5% 130M 0s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 5% 340M 0s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 6% 305M 0s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 6% 347M 0s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 6% 343M 0s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 7% 324M 0s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 7% 271M 0s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 8% 405M 0s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... .......... .......... 8% 64.4M 0s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 1100K .......... .......... .......... .......... .......... 8% 408K 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 1150K .......... .......... .......... .......... .......... 9% 27.3M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 1200K .......... .......... .......... .......... .......... 9% 33.7M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 1250K .......... .......... .......... .......... .......... 9% 29.9M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 1300K .......... .......... .......... .......... .......... 10% 31.6M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 1350K .......... .......... .......... .......... .......... 10% 51.8M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 1400K .......... .......... .......... .......... .......... 11% 53.5M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 1450K .......... .......... .......... .......... .......... 11% 63.9M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 1500K .......... .......... .......... .......... .......... 11% 63.0M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 1550K .......... .......... .......... .......... .......... 12% 77.4M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 1600K .......... .......... .......... .......... .......... 12% 48.7M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 1650K .......... .......... .......... .......... .......... 13% 44.1M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 1700K .......... .......... .......... .......... .......... 13% 130M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 1750K .......... .......... .......... .......... .......... 13% 342M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 1800K .......... .......... .......... .......... .......... 14% 353M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 1850K .......... .......... .......... .......... .......... 14% 308M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 1900K .......... .......... .......... .......... .......... 14% 363M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 1950K .......... .......... .......... .......... .......... 15% 336M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 2000K .......... .......... .......... .......... .......... 15% 370M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 2050K .......... .......... .......... .......... .......... 16% 268M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 2100K .......... .......... .......... .......... .......... 16% 370M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 2150K .......... .......... .......... .......... .......... 16% 343M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 2200K .......... .......... .......... .......... .......... 17% 351M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 2250K .......... .......... .......... .......... .......... 17% 65.0M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 2300K .......... .......... .......... .......... .......... 17% 42.7M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 2350K .......... .......... .......... .......... .......... 18% 37.5M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 2400K .......... .......... .......... .......... .......... 18% 42.8M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 2450K .......... .......... .......... .......... .......... 19% 33.1M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 2500K .......... .......... .......... .......... .......... 19% 31.8M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 2550K .......... .......... .......... .......... .......... 19% 28.0M 1s unit-abot-epc-basic-0: 11:36:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package apache2. unit-abot-epc-basic-0: 11:36:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../apache2_2.4.18-2ubuntu3.9_amd64.deb ... unit-abot-epc-basic-0: 11:36:51 DEBUG unit.abot-epc-basic/0.install Unpacking apache2 (2.4.18-2ubuntu3.9) ... unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 2600K .......... .......... .......... .......... .......... 20% 126K 2s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 2650K .......... .......... .......... .......... .......... 20% 69.2M 2s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 2700K .......... .......... .......... .......... .......... 21% 113M 2s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 2750K .......... .......... .......... .......... .......... 21% 96.5M 2s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 2800K .......... .......... .......... .......... .......... 21% 111M 2s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 2850K .......... .......... .......... .......... .......... 22% 80.0M 2s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 2900K .......... .......... .......... .......... .......... 22% 75.5M 2s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 2950K .......... .......... .......... .......... .......... 22% 97.5M 2s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 3000K .......... .......... .......... .......... .......... 23% 93.9M 2s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 3050K .......... .......... .......... .......... .......... 23% 122M 2s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 3100K .......... .......... .......... .......... .......... 24% 95.0M 2s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 3150K .......... .......... .......... .......... .......... 24% 92.4M 2s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 3200K .......... .......... .......... .......... .......... 24% 107M 2s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 3250K .......... .......... .......... .......... .......... 25% 99.4M 2s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 3300K .......... .......... .......... .......... .......... 25% 108M 2s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 3350K .......... .......... .......... .......... .......... 26% 77.9M 2s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 3400K .......... .......... .......... .......... .......... 26% 97.8M 2s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 3450K .......... .......... .......... .......... .......... 26% 158M 2s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 3500K .......... .......... .......... .......... .......... 27% 453M 2s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 3550K .......... .......... .......... .......... .......... 27% 539M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 3600K .......... .......... .......... .......... .......... 27% 512M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 3650K .......... .......... .......... .......... .......... 28% 475M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 3700K .......... .......... .......... .......... .......... 28% 491M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 3750K .......... .......... .......... .......... .......... 29% 560M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 3800K .......... .......... .......... .......... .......... 29% 555M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 3850K .......... .......... .......... .......... .......... 29% 438M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 3900K .......... .......... .......... .......... .......... 30% 582M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 3950K .......... .......... .......... .......... .......... 30% 577M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 4000K .......... .......... .......... .......... .......... 30% 572M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 4050K .......... .......... .......... .......... .......... 31% 498M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 4100K .......... .......... .......... .......... .......... 31% 484M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 4150K .......... .......... .......... .......... .......... 32% 450M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 4200K .......... .......... .......... .......... .......... 32% 555M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 4250K .......... .......... .......... .......... .......... 32% 463M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 4300K .......... .......... .......... .......... .......... 33% 542M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 4350K .......... .......... .......... .......... .......... 33% 526M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 4400K .......... .......... .......... .......... .......... 34% 542M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 4450K .......... .......... .......... .......... .......... 34% 472M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 4500K .......... .......... .......... .......... .......... 34% 480M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 4550K .......... .......... .......... .......... .......... 35% 545M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 4600K .......... .......... .......... .......... .......... 35% 537M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 4650K .......... .......... .......... .......... .......... 35% 445M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 4700K .......... .......... .......... .......... .......... 36% 537M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 4750K .......... .......... .......... .......... .......... 36% 556M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 4800K .......... .......... .......... .......... .......... 37% 560M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 4850K .......... .......... .......... .......... .......... 37% 427M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 4900K .......... .......... .......... .......... .......... 37% 553M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 4950K .......... .......... .......... .......... .......... 38% 564M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 5000K .......... .......... .......... .......... .......... 38% 556M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 5050K .......... .......... .......... .......... .......... 39% 37.5M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 5100K .......... .......... .......... .......... .......... 39% 63.4M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 5150K .......... .......... .......... .......... .......... 39% 65.5M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 5200K .......... .......... .......... .......... .......... 40% 65.4M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 5250K .......... .......... .......... .......... .......... 40% 58.2M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 5300K .......... .......... .......... .......... .......... 40% 66.5M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 5350K .......... .......... .......... .......... .......... 41% 64.9M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 5400K .......... .......... .......... .......... .......... 41% 65.8M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 5450K .......... .......... .......... .......... .......... 42% 56.0M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 5500K .......... .......... .......... .......... .......... 42% 429K 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 5550K .......... .......... .......... .......... .......... 42% 36.3M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 5600K .......... .......... .......... .......... .......... 43% 38.7M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 5650K .......... .......... .......... .......... .......... 43% 40.3M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 5700K .......... .......... .......... .......... .......... 43% 40.9M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 5750K .......... .......... .......... .......... .......... 44% 35.7M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 5800K .......... .......... .......... .......... .......... 44% 39.6M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 5850K .......... .......... .......... .......... .......... 45% 52.3M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 5900K .......... .......... .......... .......... .......... 45% 45.4M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 5950K .......... .......... .......... .......... .......... 45% 35.4M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 6000K .......... .......... .......... .......... .......... 46% 54.3M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 6050K .......... .......... .......... .......... .......... 46% 70.3M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 6100K .......... .......... .......... .......... .......... 47% 62.1M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 6150K .......... .......... .......... .......... .......... 47% 53.7M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 6200K .......... .......... .......... .......... .......... 47% 49.5M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 6250K .......... .......... .......... .......... .......... 48% 59.4M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 6300K .......... .......... .......... .......... .......... 48% 80.1M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 6350K .......... .......... .......... .......... .......... 48% 88.0M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 6400K .......... .......... .......... .......... .......... 49% 184M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 6450K .......... .......... .......... .......... .......... 49% 96.8M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 6500K .......... .......... .......... .......... .......... 50% 134M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 6550K .......... .......... .......... .......... .......... 50% 80.3M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 6600K .......... .......... .......... .......... .......... 50% 98.0M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 6650K .......... .......... .......... .......... .......... 51% 86.0M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 6700K .......... .......... .......... .......... .......... 51% 174M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 6750K .......... .......... .......... .......... .......... 52% 70.1M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 6800K .......... .......... .......... .......... .......... 52% 133M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 6850K .......... .......... .......... .......... .......... 52% 107M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 6900K .......... .......... .......... .......... .......... 53% 121M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 6950K .......... .......... .......... .......... .......... 53% 76.5M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 7000K .......... .......... .......... .......... .......... 53% 117M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 7050K .......... .......... .......... .......... .......... 54% 113M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 7100K .......... .......... .......... .......... .......... 54% 115M 1s unit-abot-epc-basic-0: 11:36:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-pip-whl. unit-abot-epc-basic-0: 11:36:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-pip-whl_8.1.1-2ubuntu0.4_all.deb ... unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 7150K .......... .......... .......... .......... .......... 55% 452K 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 7200K .......... .......... .......... .......... .......... 55% 102M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 7250K .......... .......... .......... .......... .......... 55% 46.1M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 7300K .......... .......... .......... .......... .......... 56% 74.6M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 7350K .......... .......... .......... .......... .......... 56% 46.7M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 7400K .......... .......... .......... .......... .......... 57% 53.5M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 7450K .......... .......... .......... .......... .......... 57% 54.4M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 7500K .......... .......... .......... .......... .......... 57% 76.2M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 7550K .......... .......... .......... .......... .......... 58% 55.8M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 7600K .......... .......... .......... .......... .......... 58% 54.4M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 7650K .......... .......... .......... .......... .......... 58% 52.6M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 7700K .......... .......... .......... .......... .......... 59% 82.1M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 7750K .......... .......... .......... .......... .......... 59% 64.4M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 7800K .......... .......... .......... .......... .......... 60% 57.7M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 7850K .......... .......... .......... .......... .......... 60% 82.7M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 7900K .......... .......... .......... .......... .......... 60% 64.9M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 7950K .......... .......... .......... .......... .......... 61% 60.6M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 8000K .......... .......... .......... .......... .......... 61% 73.6M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 8050K .......... .......... .......... .......... .......... 61% 300M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 8100K .......... .......... .......... .......... .......... 62% 371M 1s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 8150K .......... .......... .......... .......... .......... 62% 370M 0s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 8200K .......... .......... .......... .......... .......... 63% 336M 0s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 8250K .......... .......... .......... .......... .......... 63% 337M 0s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 8300K .......... .......... .......... .......... .......... 63% 398M 0s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 8350K .......... .......... .......... .......... .......... 64% 391M 0s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 8400K .......... .......... .......... .......... .......... 64% 334M 0s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 8450K .......... .......... .......... .......... .......... 65% 310M 0s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 8500K .......... .......... .......... .......... .......... 65% 492M 0s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 8550K .......... .......... .......... .......... .......... 65% 349M 0s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 8600K .......... .......... .......... .......... .......... 66% 459M 0s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 8650K .......... .......... .......... .......... .......... 66% 385M 0s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 8700K .......... .......... .......... .......... .......... 66% 37.0M 0s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 8750K .......... .......... .......... .......... .......... 67% 44.3M 0s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 8800K .......... .......... .......... .......... .......... 67% 43.3M 0s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 8850K .......... .......... .......... .......... .......... 68% 35.9M 0s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 8900K .......... .......... .......... .......... .......... 68% 39.5M 0s unit-oai-hss-0: 11:36:51 DEBUG unit.oai-hss/0.install 8950K .......... .......... .......... .......... .......... 68% 41.9M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 9000K .......... .......... .......... .......... .......... 69% 44.1M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 9050K .......... .......... .......... .......... .......... 69% 44.5M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 9100K .......... .......... .......... .......... .......... 70% 64.1M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 9150K .......... .......... .......... .......... .......... 70% 64.0M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 9200K .......... .......... .......... .......... .......... 70% 65.5M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 9250K .......... .......... .......... .......... .......... 71% 260M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 9300K .......... .......... .......... .......... .......... 71% 601M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 9350K .......... .......... .......... .......... .......... 71% 612M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 9400K .......... .......... .......... .......... .......... 72% 618M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 9450K .......... .......... .......... .......... .......... 72% 542M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 9500K .......... .......... .......... .......... .......... 73% 484M 0s unit-abot-epc-basic-0: 11:36:52 DEBUG unit.abot-epc-basic/0.install Unpacking python-pip-whl (8.1.1-2ubuntu0.4) ... unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 9550K .......... .......... .......... .......... .......... 73% 592M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 9600K .......... .......... .......... .......... .......... 73% 461K 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 9650K .......... .......... .......... .......... .......... 74% 44.0M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 9700K .......... .......... .......... .......... .......... 74% 47.9M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 9750K .......... .......... .......... .......... .......... 74% 41.6M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 9800K .......... .......... .......... .......... .......... 75% 38.4M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 9850K .......... .......... .......... .......... .......... 75% 131M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 9900K .......... .......... .......... .......... .......... 76% 405M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 9950K .......... .......... .......... .......... .......... 76% 351M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 10000K .......... .......... .......... .......... .......... 76% 337M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 10050K .......... .......... .......... .......... .......... 77% 54.0M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 10100K .......... .......... .......... .......... .......... 77% 41.5M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 10150K .......... .......... .......... .......... .......... 78% 40.8M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 10200K .......... .......... .......... .......... .......... 78% 43.6M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 10250K .......... .......... .......... .......... .......... 78% 44.8M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 10300K .......... .......... .......... .......... .......... 79% 60.1M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 10350K .......... .......... .......... .......... .......... 79% 56.8M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 10400K .......... .......... .......... .......... .......... 79% 52.8M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 10450K .......... .......... .......... .......... .......... 80% 39.2M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 10500K .......... .......... .......... .......... .......... 80% 60.0M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 10550K .......... .......... .......... .......... .......... 81% 58.2M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 10600K .......... .......... .......... .......... .......... 81% 61.0M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 10650K .......... .......... .......... .......... .......... 81% 67.0M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 10700K .......... .......... .......... .......... .......... 82% 146M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 10750K .......... .......... .......... .......... .......... 82% 320M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 10800K .......... .......... .......... .......... .......... 83% 356M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 10850K .......... .......... .......... .......... .......... 83% 258M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 10900K .......... .......... .......... .......... .......... 83% 375M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 10950K .......... .......... .......... .......... .......... 84% 359M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 11000K .......... .......... .......... .......... .......... 84% 319M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 11050K .......... .......... .......... .......... .......... 84% 389M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 11100K .......... .......... .......... .......... .......... 85% 481M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 11150K .......... .......... .......... .......... .......... 85% 456M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 11200K .......... .......... .......... .......... .......... 86% 312M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 11250K .......... .......... .......... .......... .......... 86% 301M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 11300K .......... .......... .......... .......... .......... 86% 42.6M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 11350K .......... .......... .......... .......... .......... 87% 38.7M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 11400K .......... .......... .......... .......... .......... 87% 46.4M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 11450K .......... .......... .......... .......... .......... 87% 36.7M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 11500K .......... .......... .......... .......... .......... 88% 38.5M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 11550K .......... .......... .......... .......... .......... 88% 40.2M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 11600K .......... .......... .......... .......... .......... 89% 42.4M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 11650K .......... .......... .......... .......... .......... 89% 46.8M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 11700K .......... .......... .......... .......... .......... 89% 44.6M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 11750K .......... .......... .......... .......... .......... 90% 48.7M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 11800K .......... .......... .......... .......... .......... 90% 117M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 11850K .......... .......... .......... .......... .......... 91% 76.5M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 11900K .......... .......... .......... .......... .......... 91% 103M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 11950K .......... .......... .......... .......... .......... 91% 142M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 12000K .......... .......... .......... .......... .......... 92% 540M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 12050K .......... .......... .......... .......... .......... 92% 526M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 12100K .......... .......... .......... .......... .......... 92% 574M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 12150K .......... .......... .......... .......... .......... 93% 468M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 12200K .......... .......... .......... .......... .......... 93% 584M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 12250K .......... .......... .......... .......... .......... 94% 497K 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 12300K .......... .......... .......... .......... .......... 94% 46.4M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 12350K .......... .......... .......... .......... .......... 94% 40.0M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 12400K .......... .......... .......... .......... .......... 95% 49.2M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 12450K .......... .......... .......... .......... .......... 95% 207M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 12500K .......... .......... .......... .......... .......... 96% 90.1M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 12550K .......... .......... .......... .......... .......... 96% 52.8M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 12600K .......... .......... .......... .......... .......... 96% 31.7M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 12650K .......... .......... .......... .......... .......... 97% 48.1M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 12700K .......... .......... .......... .......... .......... 97% 53.8M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 12750K .......... .......... .......... .......... .......... 97% 159M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 12800K .......... .......... .......... .......... .......... 98% 260M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 12850K .......... .......... .......... .......... .......... 98% 394M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 12900K .......... .......... .......... .......... .......... 99% 75.2M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 12950K .......... .......... .......... .......... .......... 99% 47.8M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 13000K .......... .......... .......... .......... .......... 99% 59.3M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 13050K .......... ........ 100% 41.7M=1.1s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 2018-10-26 11:36:52 (11.5 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: 11:36:52 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install --2018-10-26 11:36:52-- 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: 11:36:52 DEBUG unit.oai-hss/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install Length: 55046174 (52M) [application/x-debian-package] unit-oai-hss-0: 11:36:52 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: 11:36:52 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 0% 112M 0s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 0% 57.7M 1s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 0% 54.3M 1s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 0% 50.8M 1s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 0% 64.3M 1s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 0% 62.3M 1s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 0% 43.1M 1s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 0% 55.0M 1s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 0% 55.5M 1s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 0% 41.5M 1s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 1% 67.3M 1s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 1% 45.3M 1s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 1% 47.7M 1s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 1% 46.6M 1s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 1% 48.7M 1s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 1% 46.5M 1s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 1% 110M 1s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 1% 202M 1s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 1% 240M 1s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 1% 302M 1s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 1% 297M 1s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... .......... .......... 2% 399M 1s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 1100K .......... .......... .......... .......... .......... 2% 230M 1s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 1150K .......... .......... .......... .......... .......... 2% 252M 1s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 1200K .......... .......... .......... .......... .......... 2% 327M 1s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 1250K .......... .......... .......... .......... .......... 2% 353M 1s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 1300K .......... .......... .......... .......... .......... 2% 264M 1s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 1350K .......... .......... .......... .......... .......... 2% 354M 1s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 1400K .......... .......... .......... .......... .......... 2% 309M 1s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 1450K .......... .......... .......... .......... .......... 2% 293M 1s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 1500K .......... .......... .......... .......... .......... 2% 333M 1s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 1550K .......... .......... .......... .......... .......... 2% 279M 1s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 1600K .......... .......... .......... .......... .......... 3% 338M 1s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 1650K .......... .......... .......... .......... .......... 3% 362M 1s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 1700K .......... .......... .......... .......... .......... 3% 232M 1s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 1750K .......... .......... .......... .......... .......... 3% 321M 1s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 1800K .......... .......... .......... .......... .......... 3% 330M 1s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 1850K .......... .......... .......... .......... .......... 3% 379M 1s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 1900K .......... .......... .......... .......... .......... 3% 28.4M 1s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 1950K .......... .......... .......... .......... .......... 3% 35.9M 1s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 2000K .......... .......... .......... .......... .......... 3% 40.5M 1s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 2050K .......... .......... .......... .......... .......... 3% 42.7M 1s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 2100K .......... .......... .......... .......... .......... 3% 40.4M 1s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 2150K .......... .......... .......... .......... .......... 4% 35.1M 1s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 2200K .......... .......... .......... .......... .......... 4% 65.4M 1s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 2250K .......... .......... .......... .......... .......... 4% 63.8M 1s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 2300K .......... .......... .......... .......... .......... 4% 62.2M 1s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 2350K .......... .......... .......... .......... .......... 4% 52.0M 1s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 2400K .......... .......... .......... .......... .......... 4% 62.3M 1s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 2450K .......... .......... .......... .......... .......... 4% 65.1M 1s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 2500K .......... .......... .......... .......... .......... 4% 47.1M 1s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 2550K .......... .......... .......... .......... .......... 4% 54.2M 1s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 2600K .......... .......... .......... .......... .......... 4% 195M 1s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 2650K .......... .......... .......... .......... .......... 5% 105M 1s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 2700K .......... .......... .......... .......... .......... 5% 82.8M 1s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 2750K .......... .......... .......... .......... .......... 5% 497K 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 2800K .......... .......... .......... .......... .......... 5% 43.2M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 2850K .......... .......... .......... .......... .......... 5% 45.4M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 2900K .......... .......... .......... .......... .......... 5% 61.0M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 2950K .......... .......... .......... .......... .......... 5% 73.9M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 3000K .......... .......... .......... .......... .......... 5% 55.4M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 3050K .......... .......... .......... .......... .......... 5% 57.1M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 3100K .......... .......... .......... .......... .......... 5% 65.7M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 3150K .......... .......... .......... .......... .......... 5% 55.3M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 3200K .......... .......... .......... .......... .......... 6% 52.0M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 3250K .......... .......... .......... .......... .......... 6% 56.8M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 3300K .......... .......... .......... .......... .......... 6% 59.9M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 3350K .......... .......... .......... .......... .......... 6% 68.2M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 3400K .......... .......... .......... .......... .......... 6% 50.3M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 3450K .......... .......... .......... .......... .......... 6% 52.2M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 3500K .......... .......... .......... .......... .......... 6% 61.6M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 3550K .......... .......... .......... .......... .......... 6% 118M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 3600K .......... .......... .......... .......... .......... 6% 52.4M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 3650K .......... .......... .......... .......... .......... 6% 182M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 3700K .......... .......... .......... .......... .......... 6% 527M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 3750K .......... .......... .......... .......... .......... 7% 361M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 3800K .......... .......... .......... .......... .......... 7% 323M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 3850K .......... .......... .......... .......... .......... 7% 289M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 3900K .......... .......... .......... .......... .......... 7% 367M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 3950K .......... .......... .......... .......... .......... 7% 292M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 4000K .......... .......... .......... .......... .......... 7% 321M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 4050K .......... .......... .......... .......... .......... 7% 298M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 4100K .......... .......... .......... .......... .......... 7% 350M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 4150K .......... .......... .......... .......... .......... 7% 35.1M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 4200K .......... .......... .......... .......... .......... 7% 39.4M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 4250K .......... .......... .......... .......... .......... 7% 35.1M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 4300K .......... .......... .......... .......... .......... 8% 42.5M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 4350K .......... .......... .......... .......... .......... 8% 40.0M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 4400K .......... .......... .......... .......... .......... 8% 36.1M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 4450K .......... .......... .......... .......... .......... 8% 34.0M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 4500K .......... .......... .......... .......... .......... 8% 40.8M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 4550K .......... .......... .......... .......... .......... 8% 40.6M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 4600K .......... .......... .......... .......... .......... 8% 103M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 4650K .......... .......... .......... .......... .......... 8% 103M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 4700K .......... .......... .......... .......... .......... 8% 90.4M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 4750K .......... .......... .......... .......... .......... 8% 145M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 4800K .......... .......... .......... .......... .......... 9% 123M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 4850K .......... .......... .......... .......... .......... 9% 82.6M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 4900K .......... .......... .......... .......... .......... 9% 232M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 4950K .......... .......... .......... .......... .......... 9% 582M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 5000K .......... .......... .......... .......... .......... 9% 554M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 5050K .......... .......... .......... .......... .......... 9% 426M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 5100K .......... .......... .......... .......... .......... 9% 574M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 5150K .......... .......... .......... .......... .......... 9% 584M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 5200K .......... .......... .......... .......... .......... 9% 532M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 5250K .......... .......... .......... .......... .......... 9% 460M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 5300K .......... .......... .......... .......... .......... 9% 567M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 5350K .......... .......... .......... .......... .......... 10% 581M 1s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 5400K .......... .......... .......... .......... .......... 10% 1.51M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 5450K .......... .......... .......... .......... .......... 10% 51.4M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 5500K .......... .......... .......... .......... .......... 10% 685K 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 5550K .......... .......... .......... .......... .......... 10% 40.6M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 5600K .......... .......... .......... .......... .......... 10% 39.6M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 5650K .......... .......... .......... .......... .......... 10% 34.7M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 5700K .......... .......... .......... .......... .......... 10% 292M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 5750K .......... .......... .......... .......... .......... 10% 379M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 5800K .......... .......... .......... .......... .......... 10% 292M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 5850K .......... .......... .......... .......... .......... 10% 298M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 5900K .......... .......... .......... .......... .......... 11% 348M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 5950K .......... .......... .......... .......... .......... 11% 401M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 6000K .......... .......... .......... .......... .......... 11% 80.1M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 6050K .......... .......... .......... .......... .......... 11% 33.4M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 6100K .......... .......... .......... .......... .......... 11% 40.2M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 6150K .......... .......... .......... .......... .......... 11% 39.5M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 6200K .......... .......... .......... .......... .......... 11% 36.2M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 6250K .......... .......... .......... .......... .......... 11% 31.8M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 6300K .......... .......... .......... .......... .......... 11% 43.3M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 6350K .......... .......... .......... .......... .......... 11% 43.7M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 6400K .......... .......... .......... .......... .......... 11% 135M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 6450K .......... .......... .......... .......... .......... 12% 92.7M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 6500K .......... .......... .......... .......... .......... 12% 81.0M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 6550K .......... .......... .......... .......... .......... 12% 70.0M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 6600K .......... .......... .......... .......... .......... 12% 84.0M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 6650K .......... .......... .......... .......... .......... 12% 59.3M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 6700K .......... .......... .......... .......... .......... 12% 258M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 6750K .......... .......... .......... .......... .......... 12% 351M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 6800K .......... .......... .......... .......... .......... 12% 391M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 6850K .......... .......... .......... .......... .......... 12% 335M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 6900K .......... .......... .......... .......... .......... 12% 379M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 6950K .......... .......... .......... .......... .......... 13% 308M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 7000K .......... .......... .......... .......... .......... 13% 317M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 7050K .......... .......... .......... .......... .......... 13% 309M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 7100K .......... .......... .......... .......... .......... 13% 354M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 7150K .......... .......... .......... .......... .......... 13% 292M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 7200K .......... .......... .......... .......... .......... 13% 437M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 7250K .......... .......... .......... .......... .......... 13% 260M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 7300K .......... .......... .......... .......... .......... 13% 312M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 7350K .......... .......... .......... .......... .......... 13% 70.8M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 7400K .......... .......... .......... .......... .......... 13% 35.8M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 7450K .......... .......... .......... .......... .......... 13% 40.0M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 7500K .......... .......... .......... .......... .......... 14% 39.5M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 7550K .......... .......... .......... .......... .......... 14% 51.4M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 7600K .......... .......... .......... .......... .......... 14% 58.6M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 7650K .......... .......... .......... .......... .......... 14% 63.5M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 7700K .......... .......... .......... .......... .......... 14% 64.2M 2s unit-abot-epc-basic-0: 11:36:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython2.7-minimal:amd64. unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 7750K .......... .......... .......... .......... .......... 14% 64.1M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 7800K .......... .......... .......... .......... .......... 14% 55.1M 2s unit-abot-epc-basic-0: 11:36:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython2.7-minimal_2.7.12-1ubuntu0~16.04.3_amd64.deb ... unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 7850K .......... .......... .......... .......... .......... 14% 1.57M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 7900K .......... .......... .......... .......... .......... 14% 41.4M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 7950K .......... .......... .......... .......... .......... 14% 64.7M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 8000K .......... .......... .......... .......... .......... 14% 52.5M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 8050K .......... .......... .......... .......... .......... 15% 56.2M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 8100K .......... .......... .......... .......... .......... 15% 142M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 8150K .......... .......... .......... .......... .......... 15% 577M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 8200K .......... .......... .......... .......... .......... 15% 519M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 8250K .......... .......... .......... .......... .......... 15% 576M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 8300K .......... .......... .......... .......... .......... 15% 603M 2s unit-abot-epc-basic-0: 11:36:52 DEBUG unit.abot-epc-basic/0.install Unpacking libpython2.7-minimal:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 8350K .......... .......... .......... .......... .......... 15% 708K 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 8400K .......... .......... .......... .......... .......... 15% 47.2M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 8450K .......... .......... .......... .......... .......... 15% 22.8M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 8500K .......... .......... .......... .......... .......... 15% 40.4M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 8550K .......... .......... .......... .......... .......... 15% 59.2M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 8600K .......... .......... .......... .......... .......... 16% 71.6M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 8650K .......... .......... .......... .......... .......... 16% 49.6M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 8700K .......... .......... .......... .......... .......... 16% 51.3M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 8750K .......... .......... .......... .......... .......... 16% 139M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 8800K .......... .......... .......... .......... .......... 16% 351M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 8850K .......... .......... .......... .......... .......... 16% 334M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 8900K .......... .......... .......... .......... .......... 16% 263M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 8950K .......... .......... .......... .......... .......... 16% 371M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 9000K .......... .......... .......... .......... .......... 16% 338M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 9050K .......... .......... .......... .......... .......... 16% 44.1M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 9100K .......... .......... .......... .......... .......... 17% 41.5M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 9150K .......... .......... .......... .......... .......... 17% 40.8M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 9200K .......... .......... .......... .......... .......... 17% 39.8M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 9250K .......... .......... .......... .......... .......... 17% 47.4M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 9300K .......... .......... .......... .......... .......... 17% 44.9M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 9350K .......... .......... .......... .......... .......... 17% 39.8M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 9400K .......... .......... .......... .......... .......... 17% 63.8M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 9450K .......... .......... .......... .......... .......... 17% 48.3M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 9500K .......... .......... .......... .......... .......... 17% 183M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 9550K .......... .......... .......... .......... .......... 17% 55.1M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 9600K .......... .......... .......... .......... .......... 17% 63.1M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 9650K .......... .......... .......... .......... .......... 18% 167M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 9700K .......... .......... .......... .......... .......... 18% 339M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 9750K .......... .......... .......... .......... .......... 18% 292M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 9800K .......... .......... .......... .......... .......... 18% 239M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 9850K .......... .......... .......... .......... .......... 18% 217M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 9900K .......... .......... .......... .......... .......... 18% 288M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 9950K .......... .......... .......... .......... .......... 18% 272M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 10000K .......... .......... .......... .......... .......... 18% 266M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 10050K .......... .......... .......... .......... .......... 18% 234M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 10100K .......... .......... .......... .......... .......... 18% 245M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 10150K .......... .......... .......... .......... .......... 18% 257M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 10200K .......... .......... .......... .......... .......... 19% 274M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 10250K .......... .......... .......... .......... .......... 19% 205M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 10300K .......... .......... .......... .......... .......... 19% 51.5M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 10350K .......... .......... .......... .......... .......... 19% 36.0M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 10400K .......... .......... .......... .......... .......... 19% 41.6M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 10450K .......... .......... .......... .......... .......... 19% 52.0M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 10500K .......... .......... .......... .......... .......... 19% 63.5M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 10550K .......... .......... .......... .......... .......... 19% 54.3M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 10600K .......... .......... .......... .......... .......... 19% 63.0M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 10650K .......... .......... .......... .......... .......... 19% 61.5M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 10700K .......... .......... .......... .......... .......... 19% 1.69M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 10750K .......... .......... .......... .......... .......... 20% 42.5M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 10800K .......... .......... .......... .......... .......... 20% 41.0M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 10850K .......... .......... .......... .......... .......... 20% 39.8M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 10900K .......... .......... .......... .......... .......... 20% 39.6M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 10950K .......... .......... .......... .......... .......... 20% 49.9M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 11000K .......... .......... .......... .......... .......... 20% 55.7M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 11050K .......... .......... .......... .......... .......... 20% 59.1M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 11100K .......... .......... .......... .......... .......... 20% 61.2M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 11150K .......... .......... .......... .......... .......... 20% 55.0M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 11200K .......... .......... .......... .......... .......... 20% 759K 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 11250K .......... .......... .......... .......... .......... 21% 46.9M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 11300K .......... .......... .......... .......... .......... 21% 22.7M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 11350K .......... .......... .......... .......... .......... 21% 12.7M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 11400K .......... .......... .......... .......... .......... 21% 42.3M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 11450K .......... .......... .......... .......... .......... 21% 33.1M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 11500K .......... .......... .......... .......... .......... 21% 36.3M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 11550K .......... .......... .......... .......... .......... 21% 36.0M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 11600K .......... .......... .......... .......... .......... 21% 38.6M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 11650K .......... .......... .......... .......... .......... 21% 31.2M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 11700K .......... .......... .......... .......... .......... 21% 37.2M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 11750K .......... .......... .......... .......... .......... 21% 36.5M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 11800K .......... .......... .......... .......... .......... 22% 39.9M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 11850K .......... .......... .......... .......... .......... 22% 32.5M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 11900K .......... .......... .......... .......... .......... 22% 54.8M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 11950K .......... .......... .......... .......... .......... 22% 67.5M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 12000K .......... .......... .......... .......... .......... 22% 76.8M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 12050K .......... .......... .......... .......... .......... 22% 33.2M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 12100K .......... .......... .......... .......... .......... 22% 44.8M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 12150K .......... .......... .......... .......... .......... 22% 41.9M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 12200K .......... .......... .......... .......... .......... 22% 34.1M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 12250K .......... .......... .......... .......... .......... 22% 31.6M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 12300K .......... .......... .......... .......... .......... 22% 48.1M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 12350K .......... .......... .......... .......... .......... 23% 75.3M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 12400K .......... .......... .......... .......... .......... 23% 74.4M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 12450K .......... .......... .......... .......... .......... 23% 55.0M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 12500K .......... .......... .......... .......... .......... 23% 86.3M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 12550K .......... .......... .......... .......... .......... 23% 65.9M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 12600K .......... .......... .......... .......... .......... 23% 78.5M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 12650K .......... .......... .......... .......... .......... 23% 63.5M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 12700K .......... .......... .......... .......... .......... 23% 89.7M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 12750K .......... .......... .......... .......... .......... 23% 71.5M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 12800K .......... .......... .......... .......... .......... 23% 82.0M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 12850K .......... .......... .......... .......... .......... 23% 55.5M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 12900K .......... .......... .......... .......... .......... 24% 70.4M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 12950K .......... .......... .......... .......... .......... 24% 62.9M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 13000K .......... .......... .......... .......... .......... 24% 69.7M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 13050K .......... .......... .......... .......... .......... 24% 64.6M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 13100K .......... .......... .......... .......... .......... 24% 74.9M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 13150K .......... .......... .......... .......... .......... 24% 96.5M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 13200K .......... .......... .......... .......... .......... 24% 67.3M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 13250K .......... .......... .......... .......... .......... 24% 68.3M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 13300K .......... .......... .......... .......... .......... 24% 77.9M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 13350K .......... .......... .......... .......... .......... 24% 82.3M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 13400K .......... .......... .......... .......... .......... 25% 80.3M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 13450K .......... .......... .......... .......... .......... 25% 72.1M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 13500K .......... .......... .......... .......... .......... 25% 63.3M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 13550K .......... .......... .......... .......... .......... 25% 77.7M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 13600K .......... .......... .......... .......... .......... 25% 3.82M 2s unit-oai-hss-0: 11:36:52 DEBUG unit.oai-hss/0.install 13650K .......... .......... .......... .......... .......... 25% 49.5M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 13700K .......... .......... .......... .......... .......... 25% 41.5M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 13750K .......... .......... .......... .......... .......... 25% 37.6M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 13800K .......... .......... .......... .......... .......... 25% 42.9M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 13850K .......... .......... .......... .......... .......... 25% 71.8M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 13900K .......... .......... .......... .......... .......... 25% 74.8M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 13950K .......... .......... .......... .......... .......... 26% 78.1M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 14000K .......... .......... .......... .......... .......... 26% 52.5M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 14050K .......... .......... .......... .......... .......... 26% 1.43M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 14100K .......... .......... .......... .......... .......... 26% 1.49M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 14150K .......... .......... .......... .......... .......... 26% 39.1M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 14200K .......... .......... .......... .......... .......... 26% 22.9M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 14250K .......... .......... .......... .......... .......... 26% 6.55M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 14300K .......... .......... .......... .......... .......... 26% 45.1M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 14350K .......... .......... .......... .......... .......... 26% 35.0M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 14400K .......... .......... .......... .......... .......... 26% 45.9M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 14450K .......... .......... .......... .......... .......... 26% 32.8M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 14500K .......... .......... .......... .......... .......... 27% 37.9M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 14550K .......... .......... .......... .......... .......... 27% 40.8M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 14600K .......... .......... .......... .......... .......... 27% 47.6M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 14650K .......... .......... .......... .......... .......... 27% 41.3M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 14700K .......... .......... .......... .......... .......... 27% 55.1M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 14750K .......... .......... .......... .......... .......... 27% 74.2M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 14800K .......... .......... .......... .......... .......... 27% 162M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 14850K .......... .......... .......... .......... .......... 27% 324M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 14900K .......... .......... .......... .......... .......... 27% 404M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 14950K .......... .......... .......... .......... .......... 27% 306M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 15000K .......... .......... .......... .......... .......... 27% 261M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 15050K .......... .......... .......... .......... .......... 28% 237M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 15100K .......... .......... .......... .......... .......... 28% 213M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 15150K .......... .......... .......... .......... .......... 28% 228M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 15200K .......... .......... .......... .......... .......... 28% 240M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 15250K .......... .......... .......... .......... .......... 28% 198M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 15300K .......... .......... .......... .......... .......... 28% 239M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 15350K .......... .......... .......... .......... .......... 28% 42.2M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 15400K .......... .......... .......... .......... .......... 28% 44.0M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 15450K .......... .......... .......... .......... .......... 28% 46.5M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 15500K .......... .......... .......... .......... .......... 28% 43.5M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 15550K .......... .......... .......... .......... .......... 29% 48.0M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 15600K .......... .......... .......... .......... .......... 29% 56.9M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 15650K .......... .......... .......... .......... .......... 29% 55.8M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 15700K .......... .......... .......... .......... .......... 29% 1.69M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 15750K .......... .......... .......... .......... .......... 29% 41.6M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 15800K .......... .......... .......... .......... .......... 29% 34.0M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 15850K .......... .......... .......... .......... .......... 29% 39.3M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 15900K .......... .......... .......... .......... .......... 29% 36.3M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 15950K .......... .......... .......... .......... .......... 29% 35.5M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 16000K .......... .......... .......... .......... .......... 29% 31.8M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 16050K .......... .......... .......... .......... .......... 29% 36.5M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 16100K .......... .......... .......... .......... .......... 30% 39.7M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 16150K .......... .......... .......... .......... .......... 30% 45.7M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 16200K .......... .......... .......... .......... .......... 30% 52.2M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 16250K .......... .......... .......... .......... .......... 30% 59.2M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 16300K .......... .......... .......... .......... .......... 30% 60.3M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 16350K .......... .......... .......... .......... .......... 30% 59.7M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 16400K .......... .......... .......... .......... .......... 30% 52.3M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 16450K .......... .......... .......... .......... .......... 30% 61.4M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 16500K .......... .......... .......... .......... .......... 30% 58.8M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 16550K .......... .......... .......... .......... .......... 30% 59.1M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 16600K .......... .......... .......... .......... .......... 30% 66.0M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 16650K .......... .......... .......... .......... .......... 31% 71.8M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 16700K .......... .......... .......... .......... .......... 31% 67.0M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 16750K .......... .......... .......... .......... .......... 31% 120M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 16800K .......... .......... .......... .......... .......... 31% 63.6M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 16850K .......... .......... .......... .......... .......... 31% 71.6M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 16900K .......... .......... .......... .......... .......... 31% 81.6M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 16950K .......... .......... .......... .......... .......... 31% 2.60M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 17000K .......... .......... .......... .......... .......... 31% 1.50M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 17050K .......... .......... .......... .......... .......... 31% 37.5M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 17100K .......... .......... .......... .......... .......... 31% 55.2M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 17150K .......... .......... .......... .......... .......... 31% 6.03M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 17200K .......... .......... .......... .......... .......... 32% 43.6M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 17250K .......... .......... .......... .......... .......... 32% 48.1M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 17300K .......... .......... .......... .......... .......... 32% 13.9M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 17350K .......... .......... .......... .......... .......... 32% 37.3M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 17400K .......... .......... .......... .......... .......... 32% 48.9M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 17450K .......... .......... .......... .......... .......... 32% 44.7M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 17500K .......... .......... .......... .......... .......... 32% 40.5M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 17550K .......... .......... .......... .......... .......... 32% 42.8M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 17600K .......... .......... .......... .......... .......... 32% 70.4M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 17650K .......... .......... .......... .......... .......... 32% 73.5M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 17700K .......... .......... .......... .......... .......... 33% 32.0M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 17750K .......... .......... .......... .......... .......... 33% 39.9M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 17800K .......... .......... .......... .......... .......... 33% 117M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 17850K .......... .......... .......... .......... .......... 33% 270M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 17900K .......... .......... .......... .......... .......... 33% 228M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 17950K .......... .......... .......... .......... .......... 33% 235M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 18000K .......... .......... .......... .......... .......... 33% 209M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 18050K .......... .......... .......... .......... .......... 33% 229M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 18100K .......... .......... .......... .......... .......... 33% 165M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 18150K .......... .......... .......... .......... .......... 33% 218M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 18200K .......... .......... .......... .......... .......... 33% 212M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 18250K .......... .......... .......... .......... .......... 34% 212M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 18300K .......... .......... .......... .......... .......... 34% 205M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 18350K .......... .......... .......... .......... .......... 34% 218M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 18400K .......... .......... .......... .......... .......... 34% 228M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 18450K .......... .......... .......... .......... .......... 34% 208M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 18500K .......... .......... .......... .......... .......... 34% 29.7M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 18550K .......... .......... .......... .......... .......... 34% 61.8M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 18600K .......... .......... .......... .......... .......... 34% 61.3M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 18650K .......... .......... .......... .......... .......... 34% 1.71M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 18700K .......... .......... .......... .......... .......... 34% 14.5M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 18750K .......... .......... .......... .......... .......... 34% 40.3M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 18800K .......... .......... .......... .......... .......... 35% 39.5M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 18850K .......... .......... .......... .......... .......... 35% 36.6M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 18900K .......... .......... .......... .......... .......... 35% 35.6M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 18950K .......... .......... .......... .......... .......... 35% 41.3M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 19000K .......... .......... .......... .......... .......... 35% 49.6M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 19050K .......... .......... .......... .......... .......... 35% 51.4M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 19100K .......... .......... .......... .......... .......... 35% 54.4M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 19150K .......... .......... .......... .......... .......... 35% 62.3M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 19200K .......... .......... .......... .......... .......... 35% 61.4M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 19250K .......... .......... .......... .......... .......... 35% 64.8M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 19300K .......... .......... .......... .......... .......... 35% 55.7M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 19350K .......... .......... .......... .......... .......... 36% 62.3M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 19400K .......... .......... .......... .......... .......... 36% 1.96M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 19450K .......... .......... .......... .......... .......... 36% 40.9M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 19500K .......... .......... .......... .......... .......... 36% 36.6M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 19550K .......... .......... .......... .......... .......... 36% 31.6M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 19600K .......... .......... .......... .......... .......... 36% 40.8M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 19650K .......... .......... .......... .......... .......... 36% 61.4M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 19700K .......... .......... .......... .......... .......... 36% 58.6M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 19750K .......... .......... .......... .......... .......... 36% 53.1M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 19800K .......... .......... .......... .......... .......... 36% 58.4M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 19850K .......... .......... .......... .......... .......... 37% 61.1M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 19900K .......... .......... .......... .......... .......... 37% 57.8M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 19950K .......... .......... .......... .......... .......... 37% 2.18M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 20000K .......... .......... .......... .......... .......... 37% 40.9M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 20050K .......... .......... .......... .......... .......... 37% 48.7M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 20100K .......... .......... .......... .......... .......... 37% 25.3M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 20150K .......... .......... .......... .......... .......... 37% 3.29M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 20200K .......... .......... .......... .......... .......... 37% 34.8M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 20250K .......... .......... .......... .......... .......... 37% 38.7M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 20300K .......... .......... .......... .......... .......... 37% 40.8M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 20350K .......... .......... .......... .......... .......... 37% 31.8M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 20400K .......... .......... .......... .......... .......... 38% 36.7M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 20450K .......... .......... .......... .......... .......... 38% 46.3M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 20500K .......... .......... .......... .......... .......... 38% 35.5M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 20550K .......... .......... .......... .......... .......... 38% 33.7M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 20600K .......... .......... .......... .......... .......... 38% 37.1M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 20650K .......... .......... .......... .......... .......... 38% 46.1M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 20700K .......... .......... .......... .......... .......... 38% 43.6M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 20750K .......... .......... .......... .......... .......... 38% 47.0M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 20800K .......... .......... .......... .......... .......... 38% 76.5M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 20850K .......... .......... .......... .......... .......... 38% 69.4M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 20900K .......... .......... .......... .......... .......... 38% 65.2M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 20950K .......... .......... .......... .......... .......... 39% 61.1M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 21000K .......... .......... .......... .......... .......... 39% 83.8M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 21050K .......... .......... .......... .......... .......... 39% 86.0M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 21100K .......... .......... .......... .......... .......... 39% 72.0M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 21150K .......... .......... .......... .......... .......... 39% 68.6M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 21200K .......... .......... .......... .......... .......... 39% 78.4M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 21250K .......... .......... .......... .......... .......... 39% 80.0M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 21300K .......... .......... .......... .......... .......... 39% 60.8M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 21350K .......... .......... .......... .......... .......... 39% 63.0M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 21400K .......... .......... .......... .......... .......... 39% 84.1M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 21450K .......... .......... .......... .......... .......... 39% 61.7M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 21500K .......... .......... .......... .......... .......... 40% 90.2M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 21550K .......... .......... .......... .......... .......... 40% 75.1M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 21600K .......... .......... .......... .......... .......... 40% 2.17M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 21650K .......... .......... .......... .......... .......... 40% 39.0M 2s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 21700K .......... .......... .......... .......... .......... 40% 35.9M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 21750K .......... .......... .......... .......... .......... 40% 39.5M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 21800K .......... .......... .......... .......... .......... 40% 41.5M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 21850K .......... .......... .......... .......... .......... 40% 49.4M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 21900K .......... .......... .......... .......... .......... 40% 56.6M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 21950K .......... .......... .......... .......... .......... 40% 69.9M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 22000K .......... .......... .......... .......... .......... 41% 89.3M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 22050K .......... .......... .......... .......... .......... 41% 61.9M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 22100K .......... .......... .......... .......... .......... 41% 67.3M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 22150K .......... .......... .......... .......... .......... 41% 76.0M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 22200K .......... .......... .......... .......... .......... 41% 1.93M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 22250K .......... .......... .......... .......... .......... 41% 114M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 22300K .......... .......... .......... .......... .......... 41% 282M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 22350K .......... .......... .......... .......... .......... 41% 51.9M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 22400K .......... .......... .......... .......... .......... 41% 39.3M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 22450K .......... .......... .......... .......... .......... 41% 37.9M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 22500K .......... .......... .......... .......... .......... 41% 45.3M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 22550K .......... .......... .......... .......... .......... 42% 66.5M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 22600K .......... .......... .......... .......... .......... 42% 72.6M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 22650K .......... .......... .......... .......... .......... 42% 78.2M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 22700K .......... .......... .......... .......... .......... 42% 80.6M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 22750K .......... .......... .......... .......... .......... 42% 2.03M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 22800K .......... .......... .......... .......... .......... 42% 30.9M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 22850K .......... .......... .......... .......... .......... 42% 31.8M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 22900K .......... .......... .......... .......... .......... 42% 59.9M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 22950K .......... .......... .......... .......... .......... 42% 57.7M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 23000K .......... .......... .......... .......... .......... 42% 71.2M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 23050K .......... .......... .......... .......... .......... 42% 67.5M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 23100K .......... .......... .......... .......... .......... 43% 3.03M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 23150K .......... .......... .......... .......... .......... 43% 34.3M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 23200K .......... .......... .......... .......... .......... 43% 40.4M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 23250K .......... .......... .......... .......... .......... 43% 42.6M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 23300K .......... .......... .......... .......... .......... 43% 104M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 23350K .......... .......... .......... .......... .......... 43% 177M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 23400K .......... .......... .......... .......... .......... 43% 206M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 23450K .......... .......... .......... .......... .......... 43% 262M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 23500K .......... .......... .......... .......... .......... 43% 270M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 23550K .......... .......... .......... .......... .......... 43% 237M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 23600K .......... .......... .......... .......... .......... 43% 70.0M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 23650K .......... .......... .......... .......... .......... 44% 46.0M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 23700K .......... .......... .......... .......... .......... 44% 44.8M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 23750K .......... .......... .......... .......... .......... 44% 42.2M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 23800K .......... .......... .......... .......... .......... 44% 40.6M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 23850K .......... .......... .......... .......... .......... 44% 49.3M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 23900K .......... .......... .......... .......... .......... 44% 59.3M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 23950K .......... .......... .......... .......... .......... 44% 54.8M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 24000K .......... .......... .......... .......... .......... 44% 59.0M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 24050K .......... .......... .......... .......... .......... 44% 2.00M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 24100K .......... .......... .......... .......... .......... 44% 31.8M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 24150K .......... .......... .......... .......... .......... 45% 35.2M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 24200K .......... .......... .......... .......... .......... 45% 37.4M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 24250K .......... .......... .......... .......... .......... 45% 51.9M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 24300K .......... .......... .......... .......... .......... 45% 53.2M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 24350K .......... .......... .......... .......... .......... 45% 60.1M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 24400K .......... .......... .......... .......... .......... 45% 52.1M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 24450K .......... .......... .......... .......... .......... 45% 54.6M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 24500K .......... .......... .......... .......... .......... 45% 51.8M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 24550K .......... .......... .......... .......... .......... 45% 49.3M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 24600K .......... .......... .......... .......... .......... 45% 38.1M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 24650K .......... .......... .......... .......... .......... 45% 40.5M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 24700K .......... .......... .......... .......... .......... 46% 32.3M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 24750K .......... .......... .......... .......... .......... 46% 58.8M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 24800K .......... .......... .......... .......... .......... 46% 59.3M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 24850K .......... .......... .......... .......... .......... 46% 69.9M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 24900K .......... .......... .......... .......... .......... 46% 77.4M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 24950K .......... .......... .......... .......... .......... 46% 51.7M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 25000K .......... .......... .......... .......... .......... 46% 2.01M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 25050K .......... .......... .......... .......... .......... 46% 40.2M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 25100K .......... .......... .......... .......... .......... 46% 39.7M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 25150K .......... .......... .......... .......... .......... 46% 37.0M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 25200K .......... .......... .......... .......... .......... 46% 37.6M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 25250K .......... .......... .......... .......... .......... 47% 54.5M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 25300K .......... .......... .......... .......... .......... 47% 61.1M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 25350K .......... .......... .......... .......... .......... 47% 65.4M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 25400K .......... .......... .......... .......... .......... 47% 65.5M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 25450K .......... .......... .......... .......... .......... 47% 81.1M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 25500K .......... .......... .......... .......... .......... 47% 66.3M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 25550K .......... .......... .......... .......... .......... 47% 66.2M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 25600K .......... .......... .......... .......... .......... 47% 77.9M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 25650K .......... .......... .......... .......... .......... 47% 2.29M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 25700K .......... .......... .......... .......... .......... 47% 88.8M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 25750K .......... .......... .......... .......... .......... 47% 157M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 25800K .......... .......... .......... .......... .......... 48% 255M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 25850K .......... .......... .......... .......... .......... 48% 39.1M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 25900K .......... .......... .......... .......... .......... 48% 47.6M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 25950K .......... .......... .......... .......... .......... 48% 61.5M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 26000K .......... .......... .......... .......... .......... 48% 2.37M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 26050K .......... .......... .......... .......... .......... 48% 38.2M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 26100K .......... .......... .......... .......... .......... 48% 39.3M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 26150K .......... .......... .......... .......... .......... 48% 33.9M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 26200K .......... .......... .......... .......... .......... 48% 41.0M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 26250K .......... .......... .......... .......... .......... 48% 34.1M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 26300K .......... .......... .......... .......... .......... 49% 36.3M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 26350K .......... .......... .......... .......... .......... 49% 32.7M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 26400K .......... .......... .......... .......... .......... 49% 60.8M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 26450K .......... .......... .......... .......... .......... 49% 61.4M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 26500K .......... .......... .......... .......... .......... 49% 60.0M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 26550K .......... .......... .......... .......... .......... 49% 53.3M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 26600K .......... .......... .......... .......... .......... 49% 74.6M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 26650K .......... .......... .......... .......... .......... 49% 64.7M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 26700K .......... .......... .......... .......... .......... 49% 103M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 26750K .......... .......... .......... .......... .......... 49% 136M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 26800K .......... .......... .......... .......... .......... 49% 390M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 26850K .......... .......... .......... .......... .......... 50% 347M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 26900K .......... .......... .......... .......... .......... 50% 417M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 26950K .......... .......... .......... .......... .......... 50% 2.59M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 27000K .......... .......... .......... .......... .......... 50% 37.7M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 27050K .......... .......... .......... .......... .......... 50% 36.6M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 27100K .......... .......... .......... .......... .......... 50% 40.4M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 27150K .......... .......... .......... .......... .......... 50% 45.2M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 27200K .......... .......... .......... .......... .......... 50% 51.3M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 27250K .......... .......... .......... .......... .......... 50% 58.9M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 27300K .......... .......... .......... .......... .......... 50% 52.2M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 27350K .......... .......... .......... .......... .......... 50% 13.1M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 27400K .......... .......... .......... .......... .......... 51% 42.3M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 27450K .......... .......... .......... .......... .......... 51% 22.8M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 27500K .......... .......... .......... .......... .......... 51% 40.4M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 27550K .......... .......... .......... .......... .......... 51% 38.6M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 27600K .......... .......... .......... .......... .......... 51% 42.7M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 27650K .......... .......... .......... .......... .......... 51% 52.1M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 27700K .......... .......... .......... .......... .......... 51% 72.9M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 27750K .......... .......... .......... .......... .......... 51% 78.0M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 27800K .......... .......... .......... .......... .......... 51% 71.7M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 27850K .......... .......... .......... .......... .......... 51% 1.86M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 27900K .......... .......... .......... .......... .......... 51% 37.3M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 27950K .......... .......... .......... .......... .......... 52% 37.6M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 28000K .......... .......... .......... .......... .......... 52% 51.6M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 28050K .......... .......... .......... .......... .......... 52% 61.6M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 28100K .......... .......... .......... .......... .......... 52% 65.6M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 28150K .......... .......... .......... .......... .......... 52% 67.5M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 28200K .......... .......... .......... .......... .......... 52% 76.4M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 28250K .......... .......... .......... .......... .......... 52% 173M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 28300K .......... .......... .......... .......... .......... 52% 365M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 28350K .......... .......... .......... .......... .......... 52% 266M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 28400K .......... .......... .......... .......... .......... 52% 2.35M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 28450K .......... .......... .......... .......... .......... 53% 45.2M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 28500K .......... .......... .......... .......... .......... 53% 39.8M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 28550K .......... .......... .......... .......... .......... 53% 39.9M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 28600K .......... .......... .......... .......... .......... 53% 46.1M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 28650K .......... .......... .......... .......... .......... 53% 45.1M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 28700K .......... .......... .......... .......... .......... 53% 41.3M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 28750K .......... .......... .......... .......... .......... 53% 60.8M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 28800K .......... .......... .......... .......... .......... 53% 62.6M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 28850K .......... .......... .......... .......... .......... 53% 74.6M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 28900K .......... .......... .......... .......... .......... 53% 64.9M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 28950K .......... .......... .......... .......... .......... 53% 2.57M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 29000K .......... .......... .......... .......... .......... 54% 62.2M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 29050K .......... .......... .......... .......... .......... 54% 215M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 29100K .......... .......... .......... .......... .......... 54% 62.1M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 29150K .......... .......... .......... .......... .......... 54% 43.5M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 29200K .......... .......... .......... .......... .......... 54% 34.2M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 29250K .......... .......... .......... .......... .......... 54% 38.0M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 29300K .......... .......... .......... .......... .......... 54% 41.2M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 29350K .......... .......... .......... .......... .......... 54% 52.7M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 29400K .......... .......... .......... .......... .......... 54% 52.8M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 29450K .......... .......... .......... .......... .......... 54% 57.1M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 29500K .......... .......... .......... .......... .......... 54% 58.6M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 29550K .......... .......... .......... .......... .......... 55% 72.4M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 29600K .......... .......... .......... .......... .......... 55% 2.41M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 29650K .......... .......... .......... .......... .......... 55% 40.3M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 29700K .......... .......... .......... .......... .......... 55% 43.7M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 29750K .......... .......... .......... .......... .......... 55% 51.8M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 29800K .......... .......... .......... .......... .......... 55% 53.7M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 29850K .......... .......... .......... .......... .......... 55% 112M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 29900K .......... .......... .......... .......... .......... 55% 216M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 29950K .......... .......... .......... .......... .......... 55% 246M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 30000K .......... .......... .......... .......... .......... 55% 230M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 30050K .......... .......... .......... .......... .......... 55% 192M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 30100K .......... .......... .......... .......... .......... 56% 115M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 30150K .......... .......... .......... .......... .......... 56% 34.6M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 30200K .......... .......... .......... .......... .......... 56% 54.4M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 30250K .......... .......... .......... .......... .......... 56% 58.9M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 30300K .......... .......... .......... .......... .......... 56% 26.9M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 30350K .......... .......... .......... .......... .......... 56% 36.9M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 30400K .......... .......... .......... .......... .......... 56% 56.9M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 30450K .......... .......... .......... .......... .......... 56% 9.11M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 30500K .......... .......... .......... .......... .......... 56% 40.9M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 30550K .......... .......... .......... .......... .......... 56% 38.6M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 30600K .......... .......... .......... .......... .......... 57% 51.1M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 30650K .......... .......... .......... .......... .......... 57% 60.3M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 30700K .......... .......... .......... .......... .......... 57% 52.9M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 30750K .......... .......... .......... .......... .......... 57% 2.51M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 30800K .......... .......... .......... .......... .......... 57% 42.8M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 30850K .......... .......... .......... .......... .......... 57% 45.6M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 30900K .......... .......... .......... .......... .......... 57% 50.6M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 30950K .......... .......... .......... .......... .......... 57% 46.6M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 31000K .......... .......... .......... .......... .......... 57% 26.5M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 31050K .......... .......... .......... .......... .......... 57% 40.8M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 31100K .......... .......... .......... .......... .......... 57% 65.3M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 31150K .......... .......... .......... .......... .......... 58% 62.9M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 31200K .......... .......... .......... .......... .......... 58% 2.01M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 31250K .......... .......... .......... .......... .......... 58% 40.4M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 31300K .......... .......... .......... .......... .......... 58% 48.4M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 31350K .......... .......... .......... .......... .......... 58% 48.5M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 31400K .......... .......... .......... .......... .......... 58% 128M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 31450K .......... .......... .......... .......... .......... 58% 196M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 31500K .......... .......... .......... .......... .......... 58% 240M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 31550K .......... .......... .......... .......... .......... 58% 261M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 31600K .......... .......... .......... .......... .......... 58% 72.5M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 31650K .......... .......... .......... .......... .......... 58% 37.5M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 31700K .......... .......... .......... .......... .......... 59% 49.2M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 31750K .......... .......... .......... .......... .......... 59% 57.8M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 31800K .......... .......... .......... .......... .......... 59% 2.15M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 31850K .......... .......... .......... .......... .......... 59% 39.1M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 31900K .......... .......... .......... .......... .......... 59% 37.5M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 31950K .......... .......... .......... .......... .......... 59% 37.0M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 32000K .......... .......... .......... .......... .......... 59% 42.8M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 32050K .......... .......... .......... .......... .......... 59% 39.7M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 32100K .......... .......... .......... .......... .......... 59% 35.7M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 32150K .......... .......... .......... .......... .......... 59% 59.8M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 32200K .......... .......... .......... .......... .......... 59% 74.7M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 32250K .......... .......... .......... .......... .......... 60% 57.3M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 32300K .......... .......... .......... .......... .......... 60% 63.1M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 32350K .......... .......... .......... .......... .......... 60% 68.8M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 32400K .......... .......... .......... .......... .......... 60% 84.0M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 32450K .......... .......... .......... .......... .......... 60% 3.17M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 32500K .......... .......... .......... .......... .......... 60% 37.2M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 32550K .......... .......... .......... .......... .......... 60% 32.4M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 32600K .......... .......... .......... .......... .......... 60% 45.9M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 32650K .......... .......... .......... .......... .......... 60% 51.0M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 32700K .......... .......... .......... .......... .......... 60% 47.8M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 32750K .......... .......... .......... .......... .......... 61% 40.8M 1s unit-abot-epc-basic-0: 11:36:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python2.7-minimal. unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 32800K .......... .......... .......... .......... .......... 61% 43.4M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 32850K .......... .......... .......... .......... .......... 61% 53.1M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 32900K .......... .......... .......... .......... .......... 61% 66.4M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 32950K .......... .......... .......... .......... .......... 61% 99.3M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 33000K .......... .......... .......... .......... .......... 61% 67.1M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 33050K .......... .......... .......... .......... .......... 61% 65.0M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 33100K .......... .......... .......... .......... .......... 61% 74.6M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 33150K .......... .......... .......... .......... .......... 61% 61.1M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 33200K .......... .......... .......... .......... .......... 61% 79.4M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 33250K .......... .......... .......... .......... .......... 61% 64.3M 1s unit-abot-epc-basic-0: 11:36:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python2.7-minimal_2.7.12-1ubuntu0~16.04.3_amd64.deb ... unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 33300K .......... .......... .......... .......... .......... 62% 6.15M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 33350K .......... .......... .......... .......... .......... 62% 38.8M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 33400K .......... .......... .......... .......... .......... 62% 137M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 33450K .......... .......... .......... .......... .......... 62% 148M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 33500K .......... .......... .......... .......... .......... 62% 40.1M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 33550K .......... .......... .......... .......... .......... 62% 46.7M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 33600K .......... .......... .......... .......... .......... 62% 53.6M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 33650K .......... .......... .......... .......... .......... 62% 3.22M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 33700K .......... .......... .......... .......... .......... 62% 45.2M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 33750K .......... .......... .......... .......... .......... 62% 48.9M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 33800K .......... .......... .......... .......... .......... 62% 46.5M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 33850K .......... .......... .......... .......... .......... 63% 57.2M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 33900K .......... .......... .......... .......... .......... 63% 49.6M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 33950K .......... .......... .......... .......... .......... 63% 75.8M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 34000K .......... .......... .......... .......... .......... 63% 42.1M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 34050K .......... .......... .......... .......... .......... 63% 38.9M 1s unit-oai-hss-0: 11:36:53 DEBUG unit.oai-hss/0.install 34100K .......... .......... .......... .......... .......... 63% 51.4M 1s unit-abot-epc-basic-0: 11:36:54 DEBUG unit.abot-epc-basic/0.install Unpacking python2.7-minimal (2.7.12-1ubuntu0~16.04.3) ... unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 34150K .......... .......... .......... .......... .......... 63% 2.04M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 34200K .......... .......... .......... .......... .......... 63% 38.9M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 34250K .......... .......... .......... .......... .......... 63% 59.3M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 34300K .......... .......... .......... .......... .......... 63% 52.2M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 34350K .......... .......... .......... .......... .......... 63% 64.9M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 34400K .......... .......... .......... .......... .......... 64% 46.8M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 34450K .......... .......... .......... .......... .......... 64% 39.9M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 34500K .......... .......... .......... .......... .......... 64% 46.8M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 34550K .......... .......... .......... .......... .......... 64% 57.0M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 34600K .......... .......... .......... .......... .......... 64% 61.3M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 34650K .......... .......... .......... .......... .......... 64% 84.8M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 34700K .......... .......... .......... .......... .......... 64% 1.89M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 34750K .......... .......... .......... .......... .......... 64% 46.3M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 34800K .......... .......... .......... .......... .......... 64% 36.5M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 34850K .......... .......... .......... .......... .......... 64% 54.1M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 34900K .......... .......... .......... .......... .......... 65% 48.2M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 34950K .......... .......... .......... .......... .......... 65% 42.8M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 35000K .......... .......... .......... .......... .......... 65% 43.7M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 35050K .......... .......... .......... .......... .......... 65% 74.9M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 35100K .......... .......... .......... .......... .......... 65% 94.5M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 35150K .......... .......... .......... .......... .......... 65% 68.2M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 35200K .......... .......... .......... .......... .......... 65% 65.5M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 35250K .......... .......... .......... .......... .......... 65% 3.19M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 35300K .......... .......... .......... .......... .......... 65% 32.8M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 35350K .......... .......... .......... .......... .......... 65% 40.4M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 35400K .......... .......... .......... .......... .......... 65% 44.7M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 35450K .......... .......... .......... .......... .......... 66% 38.9M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 35500K .......... .......... .......... .......... .......... 66% 33.7M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 35550K .......... .......... .......... .......... .......... 66% 53.0M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 35600K .......... .......... .......... .......... .......... 66% 48.7M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 35650K .......... .......... .......... .......... .......... 66% 50.3M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 35700K .......... .......... .......... .......... .......... 66% 55.2M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 35750K .......... .......... .......... .......... .......... 66% 58.1M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 35800K .......... .......... .......... .......... .......... 66% 64.6M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 35850K .......... .......... .......... .......... .......... 66% 58.8M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 35900K .......... .......... .......... .......... .......... 66% 148M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 35950K .......... .......... .......... .......... .......... 66% 372M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 36000K .......... .......... .......... .......... .......... 67% 409M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 36050K .......... .......... .......... .......... .......... 67% 377M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 36100K .......... .......... .......... .......... .......... 67% 348M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 36150K .......... .......... .......... .......... .......... 67% 4.03M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 36200K .......... .......... .......... .......... .......... 67% 38.1M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 36250K .......... .......... .......... .......... .......... 67% 39.7M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 36300K .......... .......... .......... .......... .......... 67% 39.7M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 36350K .......... .......... .......... .......... .......... 67% 39.4M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 36400K .......... .......... .......... .......... .......... 67% 52.7M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 36450K .......... .......... .......... .......... .......... 67% 56.0M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 36500K .......... .......... .......... .......... .......... 67% 60.8M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 36550K .......... .......... .......... .......... .......... 68% 57.8M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 36600K .......... .......... .......... .......... .......... 68% 72.1M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 36650K .......... .......... .......... .......... .......... 68% 5.85M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 36700K .......... .......... .......... .......... .......... 68% 33.8M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 36750K .......... .......... .......... .......... .......... 68% 37.3M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 36800K .......... .......... .......... .......... .......... 68% 48.7M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 36850K .......... .......... .......... .......... .......... 68% 60.5M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 36900K .......... .......... .......... .......... .......... 68% 74.1M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 36950K .......... .......... .......... .......... .......... 68% 55.0M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 37000K .......... .......... .......... .......... .......... 68% 44.2M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 37050K .......... .......... .......... .......... .......... 69% 49.8M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 37100K .......... .......... .......... .......... .......... 69% 68.3M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 37150K .......... .......... .......... .......... .......... 69% 41.9M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 37200K .......... .......... .......... .......... .......... 69% 2.15M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 37250K .......... .......... .......... .......... .......... 69% 58.6M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 37300K .......... .......... .......... .......... .......... 69% 47.0M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 37350K .......... .......... .......... .......... .......... 69% 39.2M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 37400K .......... .......... .......... .......... .......... 69% 42.8M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 37450K .......... .......... .......... .......... .......... 69% 66.1M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 37500K .......... .......... .......... .......... .......... 69% 36.8M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 37550K .......... .......... .......... .......... .......... 69% 59.4M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 37600K .......... .......... .......... .......... .......... 70% 1.56M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 37650K .......... .......... .......... .......... .......... 70% 39.0M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 37700K .......... .......... .......... .......... .......... 70% 41.5M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 37750K .......... .......... .......... .......... .......... 70% 44.4M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 37800K .......... .......... .......... .......... .......... 70% 41.4M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 37850K .......... .......... .......... .......... .......... 70% 64.0M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 37900K .......... .......... .......... .......... .......... 70% 84.3M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 37950K .......... .......... .......... .......... .......... 70% 82.4M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 38000K .......... .......... .......... .......... .......... 70% 60.2M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 38050K .......... .......... .......... .......... .......... 70% 107M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 38100K .......... .......... .......... .......... .......... 70% 64.9M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 38150K .......... .......... .......... .......... .......... 71% 3.99M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 38200K .......... .......... .......... .......... .......... 71% 54.0M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 38250K .......... .......... .......... .......... .......... 71% 44.8M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 38300K .......... .......... .......... .......... .......... 71% 46.1M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 38350K .......... .......... .......... .......... .......... 71% 41.6M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 38400K .......... .......... .......... .......... .......... 71% 46.2M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 38450K .......... .......... .......... .......... .......... 71% 63.9M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 38500K .......... .......... .......... .......... .......... 71% 44.2M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 38550K .......... .......... .......... .......... .......... 71% 44.6M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 38600K .......... .......... .......... .......... .......... 71% 55.3M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 38650K .......... .......... .......... .......... .......... 71% 79.3M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 38700K .......... .......... .......... .......... .......... 72% 68.9M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 38750K .......... .......... .......... .......... .......... 72% 39.1M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 38800K .......... .......... .......... .......... .......... 72% 109M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 38850K .......... .......... .......... .......... .......... 72% 411M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 38900K .......... .......... .......... .......... .......... 72% 421M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 38950K .......... .......... .......... .......... .......... 72% 335M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 39000K .......... .......... .......... .......... .......... 72% 3.84M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 39050K .......... .......... .......... .......... .......... 72% 50.1M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 39100K .......... .......... .......... .......... .......... 72% 17.0M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 39150K .......... .......... .......... .......... .......... 72% 40.3M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 39200K .......... .......... .......... .......... .......... 73% 37.4M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 39250K .......... .......... .......... .......... .......... 73% 38.5M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 39300K .......... .......... .......... .......... .......... 73% 61.9M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 39350K .......... .......... .......... .......... .......... 73% 61.4M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 39400K .......... .......... .......... .......... .......... 73% 75.0M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 39450K .......... .......... .......... .......... .......... 73% 77.2M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 39500K .......... .......... .......... .......... .......... 73% 6.76M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 39550K .......... .......... .......... .......... .......... 73% 70.8M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 39600K .......... .......... .......... .......... .......... 73% 225M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 39650K .......... .......... .......... .......... .......... 73% 127M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 39700K .......... .......... .......... .......... .......... 73% 34.5M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 39750K .......... .......... .......... .......... .......... 74% 42.5M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 39800K .......... .......... .......... .......... .......... 74% 60.8M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 39850K .......... .......... .......... .......... .......... 74% 51.1M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 39900K .......... .......... .......... .......... .......... 74% 39.7M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 39950K .......... .......... .......... .......... .......... 74% 37.3M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 40000K .......... .......... .......... .......... .......... 74% 60.9M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 40050K .......... .......... .......... .......... .......... 74% 51.1M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 40100K .......... .......... .......... .......... .......... 74% 63.1M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 40150K .......... .......... .......... .......... .......... 74% 2.26M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 40200K .......... .......... .......... .......... .......... 74% 34.7M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 40250K .......... .......... .......... .......... .......... 74% 49.0M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 40300K .......... .......... .......... .......... .......... 75% 40.7M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 40350K .......... .......... .......... .......... .......... 75% 51.7M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 40400K .......... .......... .......... .......... .......... 75% 47.8M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 40450K .......... .......... .......... .......... .......... 75% 76.8M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 40500K .......... .......... .......... .......... .......... 75% 69.6M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 40550K .......... .......... .......... .......... .......... 75% 1.34M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 40600K .......... .......... .......... .......... .......... 75% 34.4M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 40650K .......... .......... .......... .......... .......... 75% 37.6M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 40700K .......... .......... .......... .......... .......... 75% 47.8M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 40750K .......... .......... .......... .......... .......... 75% 63.0M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 40800K .......... .......... .......... .......... .......... 75% 71.1M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 40850K .......... .......... .......... .......... .......... 76% 80.0M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 40900K .......... .......... .......... .......... .......... 76% 78.1M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 40950K .......... .......... .......... .......... .......... 76% 5.35M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 41000K .......... .......... .......... .......... .......... 76% 46.5M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 41050K .......... .......... .......... .......... .......... 76% 39.9M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 41100K .......... .......... .......... .......... .......... 76% 30.3M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 41150K .......... .......... .......... .......... .......... 76% 42.8M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 41200K .......... .......... .......... .......... .......... 76% 54.4M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 41250K .......... .......... .......... .......... .......... 76% 57.0M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 41300K .......... .......... .......... .......... .......... 76% 47.3M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 41350K .......... .......... .......... .......... .......... 77% 49.5M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 41400K .......... .......... .......... .......... .......... 77% 52.2M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 41450K .......... .......... .......... .......... .......... 77% 54.6M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 41500K .......... .......... .......... .......... .......... 77% 47.9M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 41550K .......... .......... .......... .......... .......... 77% 46.6M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 41600K .......... .......... .......... .......... .......... 77% 61.1M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 41650K .......... .......... .......... .......... .......... 77% 81.0M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 41700K .......... .......... .......... .......... .......... 77% 61.3M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 41750K .......... .......... .......... .......... .......... 77% 60.3M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 41800K .......... .......... .......... .......... .......... 77% 77.8M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 41850K .......... .......... .......... .......... .......... 77% 78.8M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 41900K .......... .......... .......... .......... .......... 78% 5.63M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 41950K .......... .......... .......... .......... .......... 78% 49.0M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 42000K .......... .......... .......... .......... .......... 78% 7.15M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 42050K .......... .......... .......... .......... .......... 78% 39.0M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 42100K .......... .......... .......... .......... .......... 78% 38.1M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 42150K .......... .......... .......... .......... .......... 78% 38.5M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 42200K .......... .......... .......... .......... .......... 78% 81.2M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 42250K .......... .......... .......... .......... .......... 78% 77.1M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 42300K .......... .......... .......... .......... .......... 78% 112M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 42350K .......... .......... .......... .......... .......... 78% 11.4M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 42400K .......... .......... .......... .......... .......... 78% 37.3M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 42450K .......... .......... .......... .......... .......... 79% 54.1M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 42500K .......... .......... .......... .......... .......... 79% 33.6M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 42550K .......... .......... .......... .......... .......... 79% 57.7M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 42600K .......... .......... .......... .......... .......... 79% 106M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 42650K .......... .......... .......... .......... .......... 79% 223M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 42700K .......... .......... .......... .......... .......... 79% 208M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 42750K .......... .......... .......... .......... .......... 79% 254M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 42800K .......... .......... .......... .......... .......... 79% 231M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 42850K .......... .......... .......... .......... .......... 79% 124M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 42900K .......... .......... .......... .......... .......... 79% 36.7M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 42950K .......... .......... .......... .......... .......... 79% 38.2M 1s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 43000K .......... .......... .......... .......... .......... 80% 59.0M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 43050K .......... .......... .......... .......... .......... 80% 58.1M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 43100K .......... .......... .......... .......... .......... 80% 2.13M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 43150K .......... .......... .......... .......... .......... 80% 35.4M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 43200K .......... .......... .......... .......... .......... 80% 45.0M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 43250K .......... .......... .......... .......... .......... 80% 46.6M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 43300K .......... .......... .......... .......... .......... 80% 51.0M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 43350K .......... .......... .......... .......... .......... 80% 58.5M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 43400K .......... .......... .......... .......... .......... 80% 56.0M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 43450K .......... .......... .......... .......... .......... 80% 1.22M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 43500K .......... .......... .......... .......... .......... 81% 31.7M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 43550K .......... .......... .......... .......... .......... 81% 25.3M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 43600K .......... .......... .......... .......... .......... 81% 55.3M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 43650K .......... .......... .......... .......... .......... 81% 57.1M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 43700K .......... .......... .......... .......... .......... 81% 50.0M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 43750K .......... .......... .......... .......... .......... 81% 54.6M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 43800K .......... .......... .......... .......... .......... 81% 52.9M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 43850K .......... .......... .......... .......... .......... 81% 9.89M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 43900K .......... .......... .......... .......... .......... 81% 35.7M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 43950K .......... .......... .......... .......... .......... 81% 44.9M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 44000K .......... .......... .......... .......... .......... 81% 120M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 44050K .......... .......... .......... .......... .......... 82% 188M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 44100K .......... .......... .......... .......... .......... 82% 220M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 44150K .......... .......... .......... .......... .......... 82% 258M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 44200K .......... .......... .......... .......... .......... 82% 273M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 44250K .......... .......... .......... .......... .......... 82% 319M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 44300K .......... .......... .......... .......... .......... 82% 33.7M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 44350K .......... .......... .......... .......... .......... 82% 32.7M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 44400K .......... .......... .......... .......... .......... 82% 46.3M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 44450K .......... .......... .......... .......... .......... 82% 44.6M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 44500K .......... .......... .......... .......... .......... 82% 60.4M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 44550K .......... .......... .......... .......... .......... 82% 38.1M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 44600K .......... .......... .......... .......... .......... 83% 51.8M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 44650K .......... .......... .......... .......... .......... 83% 46.3M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 44700K .......... .......... .......... .......... .......... 83% 59.7M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 44750K .......... .......... .......... .......... .......... 83% 3.95M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 44800K .......... .......... .......... .......... .......... 83% 41.5M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 44850K .......... .......... .......... .......... .......... 83% 58.2M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 44900K .......... .......... .......... .......... .......... 83% 6.19M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 44950K .......... .......... .......... .......... .......... 83% 33.7M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 45000K .......... .......... .......... .......... .......... 83% 46.6M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 45050K .......... .......... .......... .......... .......... 83% 50.8M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 45100K .......... .......... .......... .......... .......... 83% 55.9M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 45150K .......... .......... .......... .......... .......... 84% 45.6M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 45200K .......... .......... .......... .......... .......... 84% 59.2M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 45250K .......... .......... .......... .......... .......... 84% 30.6M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 45300K .......... .......... .......... .......... .......... 84% 37.2M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 45350K .......... .......... .......... .......... .......... 84% 42.5M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 45400K .......... .......... .......... .......... .......... 84% 43.8M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 45450K .......... .......... .......... .......... .......... 84% 36.7M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 45500K .......... .......... .......... .......... .......... 84% 48.5M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 45550K .......... .......... .......... .......... .......... 84% 38.9M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 45600K .......... .......... .......... .......... .......... 84% 57.1M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 45650K .......... .......... .......... .......... .......... 85% 54.0M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 45700K .......... .......... .......... .......... .......... 85% 73.7M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 45750K .......... .......... .......... .......... .......... 85% 77.6M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 45800K .......... .......... .......... .......... .......... 85% 73.6M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 45850K .......... .......... .......... .......... .......... 85% 66.3M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 45900K .......... .......... .......... .......... .......... 85% 60.5M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 45950K .......... .......... .......... .......... .......... 85% 74.6M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 46000K .......... .......... .......... .......... .......... 85% 101M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 46050K .......... .......... .......... .......... .......... 85% 2.67M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 46100K .......... .......... .......... .......... .......... 85% 36.2M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 46150K .......... .......... .......... .......... .......... 85% 50.5M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 46200K .......... .......... .......... .......... .......... 86% 43.4M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 46250K .......... .......... .......... .......... .......... 86% 60.9M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 46300K .......... .......... .......... .......... .......... 86% 79.8M 0s unit-abot-epc-basic-0: 11:36:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-minimal. unit-abot-epc-basic-0: 11:36:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-minimal_2.7.12-1~16.04_amd64.deb ... unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 46350K .......... .......... .......... .......... .......... 86% 1.09M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 46400K .......... .......... .......... .......... .......... 86% 28.1M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 46450K .......... .......... .......... .......... .......... 86% 40.5M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 46500K .......... .......... .......... .......... .......... 86% 59.9M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 46550K .......... .......... .......... .......... .......... 86% 76.3M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 46600K .......... .......... .......... .......... .......... 86% 62.8M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 46650K .......... .......... .......... .......... .......... 86% 59.3M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 46700K .......... .......... .......... .......... .......... 86% 14.8M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 46750K .......... .......... .......... .......... .......... 87% 42.2M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 46800K .......... .......... .......... .......... .......... 87% 45.4M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 46850K .......... .......... .......... .......... .......... 87% 35.0M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 46900K .......... .......... .......... .......... .......... 87% 39.6M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 46950K .......... .......... .......... .......... .......... 87% 33.0M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 47000K .......... .......... .......... .......... .......... 87% 49.8M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 47050K .......... .......... .......... .......... .......... 87% 41.2M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 47100K .......... .......... .......... .......... .......... 87% 42.0M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 47150K .......... .......... .......... .......... .......... 87% 40.4M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 47200K .......... .......... .......... .......... .......... 87% 42.8M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 47250K .......... .......... .......... .......... .......... 87% 35.6M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 47300K .......... .......... .......... .......... .......... 88% 58.0M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 47350K .......... .......... .......... .......... .......... 88% 68.1M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 47400K .......... .......... .......... .......... .......... 88% 151M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 47450K .......... .......... .......... .......... .......... 88% 336M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 47500K .......... .......... .......... .......... .......... 88% 422M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 47550K .......... .......... .......... .......... .......... 88% 424M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 47600K .......... .......... .......... .......... .......... 88% 394M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 47650K .......... .......... .......... .......... .......... 88% 342M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 47700K .......... .......... .......... .......... .......... 88% 389M 0s unit-abot-epc-basic-0: 11:36:54 DEBUG unit.abot-epc-basic/0.install Unpacking python-minimal (2.7.12-1~16.04) ... unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 47750K .......... .......... .......... .......... .......... 88% 1.93M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 47800K .......... .......... .......... .......... .......... 89% 28.7M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 47850K .......... .......... .......... .......... .......... 89% 25.0M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 47900K .......... .......... .......... .......... .......... 89% 35.3M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 47950K .......... .......... .......... .......... .......... 89% 29.3M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 48000K .......... .......... .......... .......... .......... 89% 39.9M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 48050K .......... .......... .......... .......... .......... 89% 41.5M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 48100K .......... .......... .......... .......... .......... 89% 43.3M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 48150K .......... .......... .......... .......... .......... 89% 49.1M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 48200K .......... .......... .......... .......... .......... 89% 60.7M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 48250K .......... .......... .......... .......... .......... 89% 57.7M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 48300K .......... .......... .......... .......... .......... 89% 52.5M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 48350K .......... .......... .......... .......... .......... 90% 53.0M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 48400K .......... .......... .......... .......... .......... 90% 61.0M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 48450K .......... .......... .......... .......... .......... 90% 58.6M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 48500K .......... .......... .......... .......... .......... 90% 74.5M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 48550K .......... .......... .......... .......... .......... 90% 141M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 48600K .......... .......... .......... .......... .......... 90% 407M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 48650K .......... .......... .......... .......... .......... 90% 397M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 48700K .......... .......... .......... .......... .......... 90% 364M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 48750K .......... .......... .......... .......... .......... 90% 223M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 48800K .......... .......... .......... .......... .......... 90% 2.80M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 48850K .......... .......... .......... .......... .......... 90% 36.9M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 48900K .......... .......... .......... .......... .......... 91% 39.1M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 48950K .......... .......... .......... .......... .......... 91% 39.6M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 49000K .......... .......... .......... .......... .......... 91% 52.8M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 49050K .......... .......... .......... .......... .......... 91% 58.7M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 49100K .......... .......... .......... .......... .......... 91% 58.7M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 49150K .......... .......... .......... .......... .......... 91% 53.2M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 49200K .......... .......... .......... .......... .......... 91% 52.5M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 49250K .......... .......... .......... .......... .......... 91% 1.12M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 49300K .......... .......... .......... .......... .......... 91% 38.2M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 49350K .......... .......... .......... .......... .......... 91% 39.1M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 49400K .......... .......... .......... .......... .......... 91% 52.0M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 49450K .......... .......... .......... .......... .......... 92% 90.1M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 49500K .......... .......... .......... .......... .......... 92% 54.6M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 49550K .......... .......... .......... .......... .......... 92% 59.2M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 49600K .......... .......... .......... .......... .......... 92% 43.4M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 49650K .......... .......... .......... .......... .......... 92% 46.1M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 49700K .......... .......... .......... .......... .......... 92% 47.5M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 49750K .......... .......... .......... .......... .......... 92% 43.0M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 49800K .......... .......... .......... .......... .......... 92% 50.6M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 49850K .......... .......... .......... .......... .......... 92% 48.7M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 49900K .......... .......... .......... .......... .......... 92% 65.9M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 49950K .......... .......... .......... .......... .......... 93% 51.4M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 50000K .......... .......... .......... .......... .......... 93% 41.9M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 50050K .......... .......... .......... .......... .......... 93% 50.4M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 50100K .......... .......... .......... .......... .......... 93% 49.5M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 50150K .......... .......... .......... .......... .......... 93% 142M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 50200K .......... .......... .......... .......... .......... 93% 195M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 50250K .......... .......... .......... .......... .......... 93% 380M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 50300K .......... .......... .......... .......... .......... 93% 404M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 50350K .......... .......... .......... .......... .......... 93% 120M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 50400K .......... .......... .......... .......... .......... 93% 27.9M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 50450K .......... .......... .......... .......... .......... 93% 3.93M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 50500K .......... .......... .......... .......... .......... 94% 42.3M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 50550K .......... .......... .......... .......... .......... 94% 40.7M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 50600K .......... .......... .......... .......... .......... 94% 58.4M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 50650K .......... .......... .......... .......... .......... 94% 3.24M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 50700K .......... .......... .......... .......... .......... 94% 38.3M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 50750K .......... .......... .......... .......... .......... 94% 43.1M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 50800K .......... .......... .......... .......... .......... 94% 38.9M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 50850K .......... .......... .......... .......... .......... 94% 35.2M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 50900K .......... .......... .......... .......... .......... 94% 41.1M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 50950K .......... .......... .......... .......... .......... 94% 48.5M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 51000K .......... .......... .......... .......... .......... 94% 46.8M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 51050K .......... .......... .......... .......... .......... 95% 143M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 51100K .......... .......... .......... .......... .......... 95% 422M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 51150K .......... .......... .......... .......... .......... 95% 426M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 51200K .......... .......... .......... .......... .......... 95% 404M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 51250K .......... .......... .......... .......... .......... 95% 366M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 51300K .......... .......... .......... .......... .......... 95% 442M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 51350K .......... .......... .......... .......... .......... 95% 2.21M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 51400K .......... .......... .......... .......... .......... 95% 39.2M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 51450K .......... .......... .......... .......... .......... 95% 35.0M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 51500K .......... .......... .......... .......... .......... 95% 36.5M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 51550K .......... .......... .......... .......... .......... 95% 40.2M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 51600K .......... .......... .......... .......... .......... 96% 42.7M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 51650K .......... .......... .......... .......... .......... 96% 44.1M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 51700K .......... .......... .......... .......... .......... 96% 60.8M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 51750K .......... .......... .......... .......... .......... 96% 60.7M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 51800K .......... .......... .......... .......... .......... 96% 58.4M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 51850K .......... .......... .......... .......... .......... 96% 53.3M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 51900K .......... .......... .......... .......... .......... 96% 53.1M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 51950K .......... .......... .......... .......... .......... 96% 80.2M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 52000K .......... .......... .......... .......... .......... 96% 56.3M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 52050K .......... .......... .......... .......... .......... 96% 67.8M 0s unit-abot-epc-basic-0: 11:36:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython2.7-stdlib:amd64. unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 52100K .......... .......... .......... .......... .......... 97% 1.23M 0s unit-abot-epc-basic-0: 11:36:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython2.7-stdlib_2.7.12-1ubuntu0~16.04.3_amd64.deb ... unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 52150K .......... .......... .......... .......... .......... 97% 14.6M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 52200K .......... .......... .......... .......... .......... 97% 34.6M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 52250K .......... .......... .......... .......... .......... 97% 36.0M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 52300K .......... .......... .......... .......... .......... 97% 106M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 52350K .......... .......... .......... .......... .......... 97% 242M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 52400K .......... .......... .......... .......... .......... 97% 158M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 52450K .......... .......... .......... .......... .......... 97% 234M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 52500K .......... .......... .......... .......... .......... 97% 241M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 52550K .......... .......... .......... .......... .......... 97% 275M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 52600K .......... .......... .......... .......... .......... 97% 226M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 52650K .......... .......... .......... .......... .......... 98% 43.5M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 52700K .......... .......... .......... .......... .......... 98% 40.2M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 52750K .......... .......... .......... .......... .......... 98% 37.9M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 52800K .......... .......... .......... .......... .......... 98% 43.2M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 52850K .......... .......... .......... .......... .......... 98% 44.9M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 52900K .......... .......... .......... .......... .......... 98% 52.8M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 52950K .......... .......... .......... .......... .......... 98% 43.0M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 53000K .......... .......... .......... .......... .......... 98% 43.7M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 53050K .......... .......... .......... .......... .......... 98% 31.6M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 53100K .......... .......... .......... .......... .......... 98% 41.2M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 53150K .......... .......... .......... .......... .......... 98% 52.2M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 53200K .......... .......... .......... .......... .......... 99% 58.9M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 53250K .......... .......... .......... .......... .......... 99% 59.3M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 53300K .......... .......... .......... .......... .......... 99% 54.8M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 53350K .......... .......... .......... .......... .......... 99% 53.2M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 53400K .......... .......... .......... .......... .......... 99% 59.1M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 53450K .......... .......... .......... .......... .......... 99% 60.1M 0s unit-abot-epc-basic-0: 11:36:54 DEBUG unit.abot-epc-basic/0.install Unpacking libpython2.7-stdlib:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 53500K .......... .......... .......... .......... .......... 99% 1.78M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 53550K .......... .......... .......... .......... .......... 99% 37.2M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 53600K .......... .......... .......... .......... .......... 99% 44.6M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 53650K .......... .......... .......... .......... .......... 99% 60.2M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 53700K .......... .......... .......... .......... .......... 99% 64.3M 0s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 53750K ...... 100% 27.6M=2.5s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install 2018-10-26 11:36:54 (20.6 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: 11:36:54 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install FINISHED --2018-10-26 11:36:54-- unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install Total wall clock time: 5.2s unit-oai-hss-0: 11:36:54 DEBUG unit.oai-hss/0.install Downloaded: 4 files, 66M in 4.5s (14.9 MB/s) unit-oai-hss-0: 11:36:54 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: 11:36:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package linux-headers-3.19.0-031900-generic. unit-oai-hss-0: 11:36:55 DEBUG unit.oai-hss/0.install (Reading database ... 53448 files and directories currently installed.) unit-oai-hss-0: 11:36:55 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: 11:36:55 DEBUG unit.oai-hss/0.install Unpacking linux-headers-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 11:36:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python2.7. unit-abot-epc-basic-0: 11:36:55 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: 11:36:55 DEBUG unit.abot-epc-basic/0.install Unpacking python2.7 (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 11:36:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython-stdlib:amd64. unit-abot-epc-basic-0: 11:36:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython-stdlib_2.7.12-1~16.04_amd64.deb ... unit-abot-epc-basic-0: 11:36:56 DEBUG unit.abot-epc-basic/0.install Unpacking libpython-stdlib:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 11:36:56 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-abot-epc-basic-0: 11:36:56 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 11:36:56 DEBUG unit.abot-epc-basic/0.install Processing triggers for systemd (229-4ubuntu21.5) ... unit-oai-hss-0: 11:36:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package linux-headers-3.19.0-031900. unit-oai-hss-0: 11:36:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb ... unit-abot-epc-basic-0: 11:36:57 DEBUG unit.abot-epc-basic/0.install Processing triggers for ureadahead (0.100.0-19) ... unit-oai-hss-0: 11:36:57 DEBUG unit.oai-hss/0.install Unpacking linux-headers-3.19.0-031900 (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 11:36:57 DEBUG unit.abot-epc-basic/0.install Processing triggers for ufw (0.35-0ubuntu2) ... unit-abot-epc-basic-0: 11:36:57 DEBUG unit.abot-epc-basic/0.install Processing triggers for mime-support (3.59ubuntu1) ... unit-abot-epc-basic-0: 11:36:57 DEBUG unit.abot-epc-basic/0.install Setting up libpython2.7-minimal:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 11:36:58 DEBUG unit.abot-epc-basic/0.install Setting up python2.7-minimal (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 11:36:59 DEBUG unit.abot-epc-basic/0.install Setting up python-minimal (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 11:37:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python. unit-abot-epc-basic-0: 11:37:01 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: 11:37:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python_2.7.12-1~16.04_amd64.deb ... unit-abot-epc-basic-0: 11:37:01 DEBUG unit.abot-epc-basic/0.install Unpacking python (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 11:37:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-pip. unit-abot-epc-basic-0: 11:37:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-pip_8.1.1-2ubuntu0.4_all.deb ... unit-abot-epc-basic-0: 11:37:01 DEBUG unit.abot-epc-basic/0.install Unpacking python-pip (8.1.1-2ubuntu0.4) ... unit-oai-hss-0: 11:37:02 DEBUG unit.oai-hss/0.install Selecting previously unselected package linux-image-3.19.0-031900-generic. unit-oai-hss-0: 11:37:02 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: 11:37:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmpc3:amd64. unit-abot-epc-basic-0: 11:37:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmpc3_1.0.3-1_amd64.deb ... unit-oai-hss-0: 11:37:02 DEBUG unit.oai-hss/0.install Done. unit-oai-hss-0: 11:37:02 DEBUG unit.oai-hss/0.install Unpacking linux-image-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 11:37:02 DEBUG unit.abot-epc-basic/0.install Unpacking libmpc3:amd64 (1.0.3-1) ... unit-abot-epc-basic-0: 11:37:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ant. unit-abot-epc-basic-0: 11:37:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ant_1.9.6-1ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 11:37:02 DEBUG unit.abot-epc-basic/0.install Unpacking ant (1.9.6-1ubuntu1.1) ... unit-abot-epc-basic-0: 11:37:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ant-optional. unit-abot-epc-basic-0: 11:37:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ant-optional_1.9.6-1ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 11:37:03 DEBUG unit.abot-epc-basic/0.install Unpacking ant-optional (1.9.6-1ubuntu1.1) ... unit-abot-epc-basic-0: 11:37:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package binutils. unit-abot-epc-basic-0: 11:37:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../binutils_2.26.1-1ubuntu1~16.04.7_amd64.deb ... unit-abot-epc-basic-0: 11:37:05 DEBUG unit.abot-epc-basic/0.install Unpacking binutils (2.26.1-1ubuntu1~16.04.7) ... unit-abot-epc-basic-0: 11:37:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libc-dev-bin. unit-abot-epc-basic-0: 11:37:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libc-dev-bin_2.23-0ubuntu10_amd64.deb ... unit-abot-epc-basic-0: 11:37:07 DEBUG unit.abot-epc-basic/0.install Unpacking libc-dev-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 11:37:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package linux-libc-dev:amd64. unit-abot-epc-basic-0: 11:37:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../linux-libc-dev_4.4.0-138.164_amd64.deb ... unit-abot-epc-basic-0: 11:37:07 DEBUG unit.abot-epc-basic/0.install Unpacking linux-libc-dev:amd64 (4.4.0-138.164) ... unit-abot-epc-basic-0: 11:37:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libc6-dev:amd64. unit-abot-epc-basic-0: 11:37:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libc6-dev_2.23-0ubuntu10_amd64.deb ... unit-abot-epc-basic-0: 11:37:08 DEBUG unit.abot-epc-basic/0.install Unpacking libc6-dev:amd64 (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 11:37:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libisl15:amd64. unit-abot-epc-basic-0: 11:37:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libisl15_0.16.1-1_amd64.deb ... unit-abot-epc-basic-0: 11:37:10 DEBUG unit.abot-epc-basic/0.install Unpacking libisl15:amd64 (0.16.1-1) ... unit-abot-epc-basic-0: 11:37:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cpp-5. unit-abot-epc-basic-0: 11:37:12 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: 11:37:12 DEBUG unit.abot-epc-basic/0.install Unpacking cpp-5 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-hss-0: 11:37:12 DEBUG unit.oai-hss/0.install Setting up linux-headers-3.19.0-031900 (3.19.0-031900.201504091832) ... unit-oai-hss-0: 11:37:12 DEBUG unit.oai-hss/0.install Setting up linux-image-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-oai-hss-0: 11:37:12 DEBUG unit.oai-hss/0.install Running depmod. unit-oai-hss-0: 11:37:13 DEBUG unit.oai-hss/0.install update-initramfs: deferring update (hook will be called later) unit-oai-hss-0: 11:37:13 DEBUG unit.oai-hss/0.install Examining /etc/kernel/postinst.d. unit-oai-hss-0: 11:37:13 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: 11:37:13 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: 11:37:13 DEBUG unit.oai-hss/0.install update-initramfs: Generating /boot/initrd.img-3.19.0-031900-generic unit-abot-epc-basic-0: 11:37:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cpp. unit-abot-epc-basic-0: 11:37:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cpp_4%3a5.3.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:37:13 DEBUG unit.abot-epc-basic/0.install Unpacking cpp (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:37:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcc1-0:amd64. unit-abot-epc-basic-0: 11:37:13 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: 11:37:14 DEBUG unit.abot-epc-basic/0.install Unpacking libcc1-0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 11:37:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgomp1:amd64. unit-abot-epc-basic-0: 11:37:14 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: 11:37:14 DEBUG unit.abot-epc-basic/0.install Unpacking libgomp1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 11:37:15 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 11:37:15 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 11:37:15 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 11:37:15 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-mysql-0: 11:37:15 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-mysql-0: 11:37:15 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 11:37:15 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 11:37:15 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 11:37:15 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-abot-epc-basic-0: 11:37:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libitm1:amd64. unit-abot-epc-basic-0: 11:37:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libitm1_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-mysql-0: 11:37:15 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-mysql-0: 11:37:15 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 11:37:15 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 11:37:15 DEBUG unit.abot-epc-basic/0.install Unpacking libitm1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 11:37:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatomic1:amd64. unit-abot-epc-basic-0: 11:37:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatomic1_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 11:37:16 DEBUG unit.abot-epc-basic/0.install Unpacking libatomic1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 11:37:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasan2:amd64. unit-abot-epc-basic-0: 11:37:16 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: 11:37:16 DEBUG unit.abot-epc-basic/0.install Unpacking libasan2:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 11:37:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblsan0:amd64. unit-abot-epc-basic-0: 11:37:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblsan0_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 11:37:17 DEBUG unit.abot-epc-basic/0.install Unpacking liblsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 11:37:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtsan0:amd64. unit-abot-epc-basic-0: 11:37:18 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: 11:37:18 DEBUG unit.abot-epc-basic/0.install Unpacking libtsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 11:37:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libubsan0:amd64. unit-abot-epc-basic-0: 11:37:18 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: 11:37:18 DEBUG unit.abot-epc-basic/0.install Unpacking libubsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 11:37:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcilkrts5:amd64. unit-abot-epc-basic-0: 11:37:18 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: 11:37:18 DEBUG unit.abot-epc-basic/0.install Unpacking libcilkrts5:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 11:37:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmpx0:amd64. unit-abot-epc-basic-0: 11:37:18 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: 11:37:18 DEBUG unit.abot-epc-basic/0.install Unpacking libmpx0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 11:37:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libquadmath0:amd64. unit-abot-epc-basic-0: 11:37:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libquadmath0_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 11:37:19 DEBUG unit.abot-epc-basic/0.install Unpacking libquadmath0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 11:37:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgcc-5-dev:amd64. unit-abot-epc-basic-0: 11:37:19 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: 11:37:19 DEBUG unit.abot-epc-basic/0.install Unpacking libgcc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 11:37:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gcc-5. unit-abot-epc-basic-0: 11:37:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gcc-5_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 11:37:20 DEBUG unit.abot-epc-basic/0.install Unpacking gcc-5 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-hss-0: 11:37:20 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: 11:37:20 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-oai-hss-0: 11:37:20 DEBUG unit.oai-hss/0.install Searching for GRUB installation directory ... found: /boot/grub unit-oai-hss-0: 11:37:20 DEBUG unit.oai-hss/0.install Searching for default file ... found: /boot/grub/default unit-oai-hss-0: 11:37:20 DEBUG unit.oai-hss/0.install Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst unit-oai-hss-0: 11:37:20 DEBUG unit.oai-hss/0.install Searching for splash image ... none found, skipping ... unit-oai-hss-0: 11:37:20 DEBUG unit.oai-hss/0.install Found kernel: /boot/vmlinuz-3.13.0-161-generic unit-oai-hss-0: 11:37:20 DEBUG unit.oai-hss/0.install Found kernel: /boot/vmlinuz-3.19.0-031900-generic unit-oai-hss-0: 11:37:20 DEBUG unit.oai-hss/0.install Found kernel: /boot/vmlinuz-3.13.0-161-generic unit-oai-hss-0: 11:37:21 DEBUG unit.oai-hss/0.install Replacing config file /run/grub/menu.lst with new version unit-oai-hss-0: 11:37:21 DEBUG unit.oai-hss/0.install Updating /boot/grub/menu.lst ... done unit-oai-hss-0: 11:37:21 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:37:21 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: 11:37:21 DEBUG unit.oai-hss/0.install Generating grub configuration file ... unit-oai-hss-0: 11:37:21 DEBUG unit.oai-hss/0.install Found linux image: /boot/vmlinuz-3.19.0-031900-generic unit-oai-hss-0: 11:37:21 DEBUG unit.oai-hss/0.install Found initrd image: /boot/initrd.img-3.19.0-031900-generic unit-oai-hss-0: 11:37:21 DEBUG unit.oai-hss/0.install Found linux image: /boot/vmlinuz-3.13.0-161-generic unit-oai-hss-0: 11:37:21 DEBUG unit.oai-hss/0.install Found initrd image: /boot/initrd.img-3.13.0-161-generic unit-oai-hss-0: 11:37:21 DEBUG unit.oai-hss/0.install done unit-oai-hss-0: 11:37:22 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: 11:37:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gcc. unit-abot-epc-basic-0: 11:37:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gcc_4%3a5.3.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:37:22 DEBUG unit.abot-epc-basic/0.install Unpacking gcc (4:5.3.1-1ubuntu1) ... unit-oai-hss-0: 11:37:22 DEBUG unit.oai-hss/0.install + juju-reboot --now unit-oai-hss-0: 11:37:22 DEBUG worker.uniter.jujuc running hook tool "juju-reboot" unit-oai-hss-0: 11:37:22 INFO juju.worker.uniter.context trying to kill context process 3239 unit-oai-hss-0: 11:37:22 INFO juju.worker.uniter.context waiting for context process 3239 to die unit-oai-hss-0: 11:37:22 INFO juju.worker.uniter.context kill returned: os: process already finished unit-oai-hss-0: 11:37:22 INFO juju.worker.uniter.context assuming already killed unit-oai-hss-0: 11:37:22 ERROR juju.worker.uniter.context updating agent status: cannot set invalid status "rebooting" unit-oai-hss-0: 11:37:23 INFO juju.worker.uniter.operation ran "install" hook unit-oai-hss-0: 11:37:23 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-hss-0: 11:37:23 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 11:37:23 INFO juju.worker.uniter unit "oai-hss/0" shutting down: machine needs to reboot unit-oai-hss-0: 11:37:23 DEBUG juju.worker.uniter juju-run listener stopping unit-oai-hss-0: 11:37:23 DEBUG juju.worker.uniter juju-run listener stopped unit-oai-hss-0: 11:37:23 DEBUG juju.worker.dependency "uniter" manifold worker stopped: machine needs to reboot unit-abot-epc-basic-0: 11:37:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libstdc++-5-dev:amd64. unit-abot-epc-basic-0: 11:37:23 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: 11:37:23 DEBUG unit.abot-epc-basic/0.install Unpacking libstdc++-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... machine-3: 11:37:23 DEBUG juju.worker.reboot Reboot worker got action: reboot machine-3: 11:37:23 DEBUG juju.machinelock acquire machine lock for reboot (reboot) machine-3: 11:37:23 DEBUG juju.machinelock machine lock acquired for reboot (reboot) machine-3: 11:37:23 DEBUG juju.worker.reboot machine lock will not be released manually unit-abot-epc-basic-0: 11:37:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package g++-5. unit-abot-epc-basic-0: 11:37:23 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: 11:37:23 DEBUG unit.abot-epc-basic/0.install Unpacking g++-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 11:37:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package g++. unit-abot-epc-basic-0: 11:37:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../g++_4%3a5.3.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:37:25 DEBUG unit.abot-epc-basic/0.install Unpacking g++ (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:37:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package make. unit-abot-epc-basic-0: 11:37:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/make_4.1-6_amd64.deb ... unit-abot-epc-basic-0: 11:37:25 DEBUG unit.abot-epc-basic/0.install Unpacking make (4.1-6) ... unit-abot-epc-basic-0: 11:37:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdpkg-perl. unit-abot-epc-basic-0: 11:37:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdpkg-perl_1.18.4ubuntu1.4_all.deb ... unit-abot-epc-basic-0: 11:37:25 DEBUG unit.abot-epc-basic/0.install Unpacking libdpkg-perl (1.18.4ubuntu1.4) ... unit-abot-epc-basic-0: 11:37:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package dpkg-dev. unit-abot-epc-basic-0: 11:37:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../dpkg-dev_1.18.4ubuntu1.4_all.deb ... unit-abot-epc-basic-0: 11:37:25 DEBUG unit.abot-epc-basic/0.install Unpacking dpkg-dev (1.18.4ubuntu1.4) ... unit-abot-epc-basic-0: 11:37:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package build-essential. unit-abot-epc-basic-0: 11:37:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../build-essential_12.1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 11:37:28 DEBUG unit.abot-epc-basic/0.install Unpacking build-essential (12.1ubuntu2) ... unit-abot-epc-basic-0: 11:37:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfakeroot:amd64. unit-abot-epc-basic-0: 11:37:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfakeroot_1.20.2-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:37:28 DEBUG unit.abot-epc-basic/0.install Unpacking libfakeroot:amd64 (1.20.2-1ubuntu1) ... unit-abot-epc-basic-0: 11:37:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fakeroot. unit-abot-epc-basic-0: 11:37:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fakeroot_1.20.2-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:37:28 DEBUG unit.abot-epc-basic/0.install Unpacking fakeroot (1.20.2-1ubuntu1) ... unit-abot-epc-basic-0: 11:37:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libalgorithm-diff-perl. unit-abot-epc-basic-0: 11:37:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libalgorithm-diff-perl_1.19.03-1_all.deb ... unit-abot-epc-basic-0: 11:37:28 DEBUG unit.abot-epc-basic/0.install Unpacking libalgorithm-diff-perl (1.19.03-1) ... unit-abot-epc-basic-0: 11:37:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libalgorithm-diff-xs-perl. unit-abot-epc-basic-0: 11:37:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-4build1_amd64.deb ... unit-abot-epc-basic-0: 11:37:29 DEBUG unit.abot-epc-basic/0.install Unpacking libalgorithm-diff-xs-perl (0.04-4build1) ... unit-abot-epc-basic-0: 11:37:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libalgorithm-merge-perl. unit-abot-epc-basic-0: 11:37:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libalgorithm-merge-perl_0.08-3_all.deb ... unit-abot-epc-basic-0: 11:37:29 DEBUG unit.abot-epc-basic/0.install Unpacking libalgorithm-merge-perl (0.08-3) ... unit-abot-epc-basic-0: 11:37:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxpp2-java. unit-abot-epc-basic-0: 11:37:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxpp2-java_2.1.10-7build1_all.deb ... unit-abot-epc-basic-0: 11:37:29 DEBUG unit.abot-epc-basic/0.install Unpacking libxpp2-java (2.1.10-7build1) ... unit-abot-epc-basic-0: 11:37:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxpp3-java. unit-abot-epc-basic-0: 11:37:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxpp3-java_1.1.4c-2build1_all.deb ... unit-abot-epc-basic-0: 11:37:30 DEBUG unit.abot-epc-basic/0.install Unpacking libxpp3-java (1.1.4c-2build1) ... unit-abot-epc-basic-0: 11:37:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdom4j-java. unit-abot-epc-basic-0: 11:37:30 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: 11:37:30 DEBUG unit.abot-epc-basic/0.install Unpacking libdom4j-java (1.6.1+dfsg.3-2ubuntu1) ... unit-abot-epc-basic-0: 11:37:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libexpat1-dev:amd64. unit-abot-epc-basic-0: 11:37:30 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: 11:37:30 DEBUG unit.abot-epc-basic/0.install Unpacking libexpat1-dev:amd64 (2.1.0-7ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 11:37:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-fcntllock-perl. unit-abot-epc-basic-0: 11:37:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-fcntllock-perl_0.22-3_amd64.deb ... unit-abot-epc-basic-0: 11:37:31 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-fcntllock-perl (0.22-3) ... unit-abot-epc-basic-0: 11:37:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython2.7:amd64. unit-abot-epc-basic-0: 11:37:31 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: 11:37:31 DEBUG unit.abot-epc-basic/0.install Unpacking libpython2.7:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 11:37:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython2.7-dev:amd64. unit-abot-epc-basic-0: 11:37:32 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: 11:37:32 DEBUG unit.abot-epc-basic/0.install Unpacking libpython2.7-dev:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 11:37:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython-dev:amd64. unit-abot-epc-basic-0: 11:37:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython-dev_2.7.12-1~16.04_amd64.deb ... unit-abot-epc-basic-0: 11:37:34 DEBUG unit.abot-epc-basic/0.install Unpacking libpython-dev:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 11:37:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython-all-dev:amd64. unit-abot-epc-basic-0: 11:37:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython-all-dev_2.7.12-1~16.04_amd64.deb ... unit-abot-epc-basic-0: 11:37:35 DEBUG unit.abot-epc-basic/0.install Unpacking libpython-all-dev:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 11:37:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxom-java. unit-abot-epc-basic-0: 11:37:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxom-java_1.2.10-1_all.deb ... unit-abot-epc-basic-0: 11:37:35 DEBUG unit.abot-epc-basic/0.install Unpacking libxom-java (1.2.10-1) ... unit-abot-epc-basic-0: 11:37:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package manpages-dev. unit-abot-epc-basic-0: 11:37:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../manpages-dev_4.04-2_all.deb ... unit-abot-epc-basic-0: 11:37:35 DEBUG unit.abot-epc-basic/0.install Unpacking manpages-dev (4.04-2) ... unit-abot-epc-basic-0: 11:37:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-all. unit-abot-epc-basic-0: 11:37:36 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: 11:37:36 DEBUG unit.abot-epc-basic/0.install Unpacking python-all (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 11:37:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python2.7-dev. unit-abot-epc-basic-0: 11:37:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python2.7-dev_2.7.12-1ubuntu0~16.04.3_amd64.deb ... unit-abot-epc-basic-0: 11:37:36 DEBUG unit.abot-epc-basic/0.install Unpacking python2.7-dev (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 11:37:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-dev. unit-abot-epc-basic-0: 11:37:36 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: 11:37:36 DEBUG unit.abot-epc-basic/0.install Unpacking python-dev (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 11:37:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-all-dev. unit-abot-epc-basic-0: 11:37:36 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: 11:37:36 DEBUG unit.abot-epc-basic/0.install Unpacking python-all-dev (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 11:37:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-pkg-resources. unit-abot-epc-basic-0: 11:37:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-pkg-resources_20.7.0-1_all.deb ... unit-abot-epc-basic-0: 11:37:37 DEBUG unit.abot-epc-basic/0.install Unpacking python-pkg-resources (20.7.0-1) ... unit-abot-epc-basic-0: 11:37:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-setuptools. unit-abot-epc-basic-0: 11:37:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-setuptools_20.7.0-1_all.deb ... unit-abot-epc-basic-0: 11:37:38 DEBUG unit.abot-epc-basic/0.install Unpacking python-setuptools (20.7.0-1) ... unit-abot-epc-basic-0: 11:37:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-wheel. unit-abot-epc-basic-0: 11:37:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-wheel_0.29.0-1_all.deb ... unit-abot-epc-basic-0: 11:37:39 DEBUG unit.abot-epc-basic/0.install Unpacking python-wheel (0.29.0-1) ... unit-abot-epc-basic-0: 11:37:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ssl-cert. unit-abot-epc-basic-0: 11:37:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ssl-cert_1.0.37_all.deb ... unit-abot-epc-basic-0: 11:37:39 DEBUG unit.abot-epc-basic/0.install Unpacking ssl-cert (1.0.37) ... unit-abot-epc-basic-0: 11:37:40 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-abot-epc-basic-0: 11:37:44 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 11:37:44 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-codec-java (1.10-1) ... unit-abot-epc-basic-0: 11:37:44 DEBUG unit.abot-epc-basic/0.install Setting up libapache-pom-java (10-2build1) ... unit-abot-epc-basic-0: 11:37:45 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-parent-java (39-3) ... unit-abot-epc-basic-0: 11:37:45 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-logging-java (1.2-1+build1) ... unit-abot-epc-basic-0: 11:37:45 DEBUG unit.abot-epc-basic/0.install Setting up libhttpcore-java (4.4.4-1) ... unit-abot-epc-basic-0: 11:37:45 DEBUG unit.abot-epc-basic/0.install Setting up libhttpclient-java (4.5.1-1) ... unit-abot-epc-basic-0: 11:37:45 DEBUG unit.abot-epc-basic/0.install Setting up libslf4j-java (1.7.14-3) ... unit-abot-epc-basic-0: 11:37:45 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-httpclient-java (3.1-12) ... unit-abot-epc-basic-0: 11:37:46 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-io-java (2.4-2) ... unit-abot-epc-basic-0: 11:37:46 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-net2-java (2.2-2) ... unit-abot-epc-basic-0: 11:37:46 DEBUG unit.abot-epc-basic/0.install Setting up libjsch-java (0.1.53-1ubuntu1) ... unit-abot-epc-basic-0: 11:37:46 DEBUG unit.abot-epc-basic/0.install Setting up libjsoup-java (1.8.3-1) ... unit-abot-epc-basic-0: 11:37:46 DEBUG unit.abot-epc-basic/0.install Setting up libatinject-jsr330-api-java (1.0+ds1-2) ... unit-abot-epc-basic-0: 11:37:46 DEBUG unit.abot-epc-basic/0.install Setting up libjsr305-java (0.1~+svn49-9) ... unit-abot-epc-basic-0: 11:37:46 DEBUG unit.abot-epc-basic/0.install Setting up libguava-java (19.0-1) ... unit-abot-epc-basic-0: 11:37:46 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-classworlds-java (1.5.0-5) ... unit-abot-epc-basic-0: 11:37:47 DEBUG unit.abot-epc-basic/0.install Setting up libjaxp1.3-java (1.3.05-2ubuntu3) ... unit-abot-epc-basic-0: 11:37:47 DEBUG unit.abot-epc-basic/0.install Setting up libxml-commons-resolver1.1-java (1.2-7build1) ... unit-abot-epc-basic-0: 11:37:47 DEBUG unit.abot-epc-basic/0.install Setting up libxml-commons-external-java (1.4.01-2build1) ... unit-abot-epc-basic-0: 11:37:47 DEBUG unit.abot-epc-basic/0.install Setting up libxerces2-java (2.11.0-7) ... unit-abot-epc-basic-0: 11:37:47 DEBUG unit.abot-epc-basic/0.install Setting up libxalan2-java (2.7.1-9) ... unit-abot-epc-basic-0: 11:37:47 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-interpolation-java (1.21-1) ... unit-abot-epc-basic-0: 11:37:47 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-utils-java (1:1.5.15-4) ... unit-abot-epc-basic-0: 11:37:47 DEBUG unit.abot-epc-basic/0.install Setting up libxbean-java (4.5-1) ... unit-abot-epc-basic-0: 11:37:47 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-containers-java (1.0~beta3.0.7-8) ... unit-abot-epc-basic-0: 11:37:48 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-interactivity-api-java (1.0-alpha-6-7) ... unit-abot-epc-basic-0: 11:37:48 DEBUG unit.abot-epc-basic/0.install Setting up libwagon-java (1.0.0-7) ... unit-abot-epc-basic-0: 11:37:48 DEBUG unit.abot-epc-basic/0.install Setting up libeclipse-aether-java (1.0.2-1) ... unit-abot-epc-basic-0: 11:37:48 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-cli-java (1.3.1-3ubuntu1) ... unit-abot-epc-basic-0: 11:37:48 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-lang3-java (3.4-1) ... unit-abot-epc-basic-0: 11:37:49 DEBUG unit.abot-epc-basic/0.install Setting up libaopalliance-java (20070526-5) ... unit-abot-epc-basic-0: 11:37:49 DEBUG unit.abot-epc-basic/0.install Setting up libguice-java (4.0-2) ... unit-abot-epc-basic-0: 11:37:49 DEBUG unit.abot-epc-basic/0.install Setting up junit (3.8.2-8build1) ... unit-abot-epc-basic-0: 11:37:49 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-cipher-java (1.7-1) ... unit-abot-epc-basic-0: 11:37:50 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-classworlds2-java (2.5.2-1) ... unit-abot-epc-basic-0: 11:37:50 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-utils2-java (3.0.22-1) ... unit-abot-epc-basic-0: 11:37:50 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-container-default1.5-java (1.6-2) ... unit-abot-epc-basic-0: 11:37:50 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-component-annotations-java (1.6-2) ... unit-abot-epc-basic-0: 11:37:50 DEBUG unit.abot-epc-basic/0.install Setting up libasm4-java (5.0.4-1) ... unit-abot-epc-basic-0: 11:37:50 DEBUG unit.abot-epc-basic/0.install Setting up libjaxen-java (1.1.6-1ubuntu1) ... unit-abot-epc-basic-0: 11:37:50 DEBUG unit.abot-epc-basic/0.install Setting up libjdom1-java (1.1.3-1) ... unit-abot-epc-basic-0: 11:37:50 DEBUG unit.abot-epc-basic/0.install Setting up libclassworlds-java (1.1-final-5) ... unit-abot-epc-basic-0: 11:37:51 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-lang-java (2.6-6ubuntu2) ... unit-abot-epc-basic-0: 11:37:51 DEBUG unit.abot-epc-basic/0.install Setting up libdoxia-core-java (1.1.4-3ubuntu1) ... unit-abot-epc-basic-0: 11:37:51 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: 11:37:51 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-ant-factory-java (1.0~alpha2.1-3) ... unit-abot-epc-basic-0: 11:37:51 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-io-java (1.0~alpha5-2) ... unit-abot-epc-basic-0: 11:37:51 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-archiver-java (2.2-1) ... unit-abot-epc-basic-0: 11:37:51 DEBUG unit.abot-epc-basic/0.install Setting up libbsh-java (2.0b4-17ubuntu1) ... unit-abot-epc-basic-0: 11:37:51 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-bsh-factory-java (1.0~alpha7-3.1) ... unit-abot-epc-basic-0: 11:37:51 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-sec-dispatcher-java (1.3.1-6) ... unit-abot-epc-basic-0: 11:37:51 DEBUG unit.abot-epc-basic/0.install Setting up libmaven2-core-java (2.2.1-24) ... unit-abot-epc-basic-0: 11:37:52 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-cli-java (1.2-5) ... unit-abot-epc-basic-0: 11:37:52 DEBUG unit.abot-epc-basic/0.install Setting up libqdox2-java (2.0~M3-2) ... unit-abot-epc-basic-0: 11:37:52 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-component-metadata-java (1.6-2) ... unit-abot-epc-basic-0: 11:37:52 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-containers1.5-java (1.6-2) ... unit-abot-epc-basic-0: 11:37:52 DEBUG unit.abot-epc-basic/0.install Setting up libgeronimo-interceptor-3.0-spec-java (1.0.1-3fakesync1) ... unit-abot-epc-basic-0: 11:37:52 DEBUG unit.abot-epc-basic/0.install Setting up libservlet3.1-java (8.0.32-1ubuntu1.8) ... unit-abot-epc-basic-0: 11:37:52 DEBUG unit.abot-epc-basic/0.install Setting up libcdi-api-java (1.0-2) ... unit-abot-epc-basic-0: 11:37:52 DEBUG unit.abot-epc-basic/0.install Setting up libsisu-inject-java (0.3.2-1) ... unit-abot-epc-basic-0: 11:37:52 DEBUG unit.abot-epc-basic/0.install Setting up libsisu-plexus-java (0.3.2-1) ... unit-abot-epc-basic-0: 11:37:52 DEBUG unit.abot-epc-basic/0.install Setting up libhamcrest-java (1.3-5ubuntu1) ... unit-abot-epc-basic-0: 11:37:53 DEBUG unit.abot-epc-basic/0.install Setting up junit4 (4.12-4ubuntu1) ... unit-abot-epc-basic-0: 11:37:53 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-net-java (3.4-2ubuntu2) ... unit-abot-epc-basic-0: 11:37:53 DEBUG unit.abot-epc-basic/0.install Setting up libcglib3-java (3.1+dfsg-1) ... unit-abot-epc-basic-0: 11:37:53 DEBUG unit.abot-epc-basic/0.install Setting up libobjenesis-java (2.2-1) ... unit-abot-epc-basic-0: 11:37:53 DEBUG unit.abot-epc-basic/0.install Setting up libeasymock-java (3.3.1+ds-3) ... unit-abot-epc-basic-0: 11:37:54 DEBUG unit.abot-epc-basic/0.install Setting up libservlet2.5-java (6.0.45+dfsg-1) ... unit-abot-epc-basic-0: 11:37:54 DEBUG unit.abot-epc-basic/0.install Setting up libjetty-java (6.1.26-5) ... unit-abot-epc-basic-0: 11:37:54 DEBUG unit.abot-epc-basic/0.install Setting up liblog4j1.2-java (1.2.17-7ubuntu1) ... unit-abot-epc-basic-0: 11:37:54 DEBUG unit.abot-epc-basic/0.install Setting up libmaven-parent-java (21-2) ... unit-abot-epc-basic-0: 11:37:54 DEBUG unit.abot-epc-basic/0.install Setting up libwagon2-java (2.10-3) ... unit-abot-epc-basic-0: 11:37:54 DEBUG unit.abot-epc-basic/0.install Setting up libmaven3-core-java (3.3.9-3) ... unit-abot-epc-basic-0: 11:37:54 DEBUG unit.abot-epc-basic/0.install Setting up maven (3.3.9-3) ... unit-abot-epc-basic-0: 11:37:55 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-abot-epc-basic-0: 11:37:55 DEBUG unit.abot-epc-basic/0.install Setting up libapr1:amd64 (1.5.2-3) ... unit-abot-epc-basic-0: 11:37:55 DEBUG unit.abot-epc-basic/0.install Setting up libaprutil1:amd64 (1.5.4-1build1) ... unit-abot-epc-basic-0: 11:37:55 DEBUG unit.abot-epc-basic/0.install Setting up libaprutil1-dbd-sqlite3:amd64 (1.5.4-1build1) ... unit-abot-epc-basic-0: 11:37:55 DEBUG unit.abot-epc-basic/0.install Setting up libaprutil1-ldap:amd64 (1.5.4-1build1) ... unit-abot-epc-basic-0: 11:37:55 DEBUG unit.abot-epc-basic/0.install Setting up liblua5.1-0:amd64 (5.1.5-8ubuntu1) ... unit-abot-epc-basic-0: 11:37:56 DEBUG unit.abot-epc-basic/0.install Setting up apache2-bin (2.4.18-2ubuntu3.9) ... unit-abot-epc-basic-0: 11:37:56 DEBUG unit.abot-epc-basic/0.install Setting up apache2-utils (2.4.18-2ubuntu3.9) ... unit-abot-epc-basic-0: 11:37:56 DEBUG unit.abot-epc-basic/0.install Setting up apache2-data (2.4.18-2ubuntu3.9) ... unit-abot-epc-basic-0: 11:37:56 DEBUG unit.abot-epc-basic/0.install Setting up apache2 (2.4.18-2ubuntu3.9) ... unit-abot-epc-basic-0: 11:38:03 DEBUG unit.abot-epc-basic/0.install Enabling module mpm_event. unit-abot-epc-basic-0: 11:38:03 DEBUG unit.abot-epc-basic/0.install Enabling module authz_core. unit-abot-epc-basic-0: 11:38:03 DEBUG unit.abot-epc-basic/0.install Enabling module authz_host. unit-abot-epc-basic-0: 11:38:03 DEBUG unit.abot-epc-basic/0.install Enabling module authn_core. unit-abot-epc-basic-0: 11:38:03 DEBUG unit.abot-epc-basic/0.install Enabling module auth_basic. unit-abot-epc-basic-0: 11:38:03 DEBUG unit.abot-epc-basic/0.install Enabling module access_compat. unit-abot-epc-basic-0: 11:38:03 DEBUG unit.abot-epc-basic/0.install Enabling module authn_file. unit-abot-epc-basic-0: 11:38:03 DEBUG unit.abot-epc-basic/0.install Enabling module authz_user. unit-abot-epc-basic-0: 11:38:03 DEBUG unit.abot-epc-basic/0.install Enabling module alias. unit-abot-epc-basic-0: 11:38:03 DEBUG unit.abot-epc-basic/0.install Enabling module dir. unit-abot-epc-basic-0: 11:38:03 DEBUG unit.abot-epc-basic/0.install Enabling module autoindex. unit-abot-epc-basic-0: 11:38:03 DEBUG unit.abot-epc-basic/0.install Enabling module env. unit-abot-epc-basic-0: 11:38:03 DEBUG unit.abot-epc-basic/0.install Enabling module mime. unit-abot-epc-basic-0: 11:38:03 DEBUG unit.abot-epc-basic/0.install Enabling module negotiation. unit-abot-epc-basic-0: 11:38:03 DEBUG unit.abot-epc-basic/0.install Enabling module setenvif. unit-abot-epc-basic-0: 11:38:03 DEBUG unit.abot-epc-basic/0.install Enabling module filter. unit-abot-epc-basic-0: 11:38:03 DEBUG unit.abot-epc-basic/0.install Enabling module deflate. unit-abot-epc-basic-0: 11:38:03 DEBUG unit.abot-epc-basic/0.install Enabling module status. unit-abot-epc-basic-0: 11:38:03 DEBUG unit.abot-epc-basic/0.install Enabling conf charset. unit-abot-epc-basic-0: 11:38:03 DEBUG unit.abot-epc-basic/0.install Enabling conf localized-error-pages. unit-abot-epc-basic-0: 11:38:03 DEBUG unit.abot-epc-basic/0.install Enabling conf other-vhosts-access-log. unit-abot-epc-basic-0: 11:38:03 DEBUG unit.abot-epc-basic/0.install Enabling conf security. unit-abot-epc-basic-0: 11:38:03 DEBUG unit.abot-epc-basic/0.install Enabling conf serve-cgi-bin. unit-abot-epc-basic-0: 11:38:03 DEBUG unit.abot-epc-basic/0.install Enabling site 000-default. unit-abot-epc-basic-0: 11:38:05 DEBUG unit.abot-epc-basic/0.install Setting up python-pip-whl (8.1.1-2ubuntu0.4) ... unit-abot-epc-basic-0: 11:38:05 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: 11:38:05 DEBUG unit.abot-epc-basic/0.install Setting up python2.7 (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 11:38:06 DEBUG unit.abot-epc-basic/0.install Setting up libpython-stdlib:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 11:38:06 DEBUG unit.abot-epc-basic/0.install Setting up python (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 11:38:06 DEBUG unit.abot-epc-basic/0.install Setting up python-pip (8.1.1-2ubuntu0.4) ... unit-abot-epc-basic-0: 11:38:06 DEBUG unit.abot-epc-basic/0.install Setting up abot-epc-basic (3.1.1) ... unit-abot-epc-basic-0: 11:38:07 DEBUG unit.abot-epc-basic/0.install Inside postinstall - configure called unit-abot-epc-basic-0: 11:38:07 DEBUG unit.abot-epc-basic/0.install Current directory : / unit-abot-epc-basic-0: 11:38:07 DEBUG unit.abot-epc-basic/0.install Invoking mvn on jar files unit-abot-epc-basic-0: 11:38:09 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-abot-epc-basic-0: 11:38:09 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: 11:38:09 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 9.4 KB/sec) unit-abot-epc-basic-0: 11:38:09 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: 11:38:09 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 578.8 KB/sec) unit-abot-epc-basic-0: 11:38:09 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: 11:38:10 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 919.3 KB/sec) unit-abot-epc-basic-0: 11:38:10 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: 11:38:10 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: 11:38:10 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: 11:38:10 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/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 KB at 859.1 KB/sec) unit-abot-epc-basic-0: 11:38:10 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: 11:38:10 DEBUG unit.abot-epc-basic/0.install 3/7 KB 6/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 284.9 KB/sec) unit-abot-epc-basic-0: 11:38:10 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: 11:38:10 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/plugins/maven-plugins/25/maven-plugins-25.pom (10 KB at 548.7 KB/sec) unit-abot-epc-basic-0: 11:38:10 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: 11:38:10 DEBUG unit.abot-epc-basic/0.install 3/37 KB 6/37 KB 9/37 KB 11/37 KB 14/37 KB 16/37 KB 19/37 KB 22/37 KB 25/37 KB 27/37 KB 30/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 1385.9 KB/sec) unit-abot-epc-basic-0: 11:38:10 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: 11:38:10 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/apache/apache/14/apache-14.pom (15 KB at 682.9 KB/sec) unit-abot-epc-basic-0: 11:38:10 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: 11:38:10 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: 11:38:10 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 11:38:10 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 11:38:10 DEBUG unit.abot-epc-basic/0.install [INFO] Building Maven Stub Project (No POM) 1 unit-abot-epc-basic-0: 11:38:10 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 11:38:10 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 11:38:10 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: 11:38:10 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: 11:38:10 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 67.8 KB/sec) unit-abot-epc-basic-0: 11:38:10 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: 11:38:10 DEBUG unit.abot-epc-basic/0.install 3/22 KB 6/22 KB 9/22 KB 11/22 KB 14/22 KB 16/22 KB 19/22 KB 22/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 951.5 KB/sec) unit-abot-epc-basic-0: 11:38:10 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: 11:38:10 DEBUG unit.abot-epc-basic/0.install 3/32 KB 6/32 KB 9/32 KB 11/32 KB 14/32 KB 16/32 KB 19/32 KB 22/32 KB 25/32 KB 27/32 KB 30/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 1318.7 KB/sec) unit-abot-epc-basic-0: 11:38:10 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: 11:38:10 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 285.8 KB/sec) unit-abot-epc-basic-0: 11:38:10 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: 11:38:10 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 150.4 KB/sec) unit-abot-epc-basic-0: 11:38:10 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: 11:38:10 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 85.1 KB/sec) unit-abot-epc-basic-0: 11:38:10 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: 11:38:10 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 175.8 KB/sec) unit-abot-epc-basic-0: 11:38:10 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: 11:38:10 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 445.9 KB/sec) unit-abot-epc-basic-0: 11:38:10 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: 11:38:10 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 539.9 KB/sec) unit-abot-epc-basic-0: 11:38:10 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: 11:38:10 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 32.2 KB/sec) unit-abot-epc-basic-0: 11:38:10 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: 11:38:10 DEBUG unit.abot-epc-basic/0.install 3/6 KB 6/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 316.9 KB/sec) unit-abot-epc-basic-0: 11:38:10 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: 11:38:10 DEBUG unit.abot-epc-basic/0.install 2/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 192.8 KB/sec) unit-abot-epc-basic-0: 11:38:10 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: 11:38:10 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 34.3 KB/sec) unit-abot-epc-basic-0: 11:38:10 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: 11:38:10 DEBUG unit.abot-epc-basic/0.install 3/6 KB 6/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 329.6 KB/sec) unit-abot-epc-basic-0: 11:38:10 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: 11:38:10 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: 11:38:10 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: 11:38:10 DEBUG unit.abot-epc-basic/0.install 3/7 KB 6/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 372.0 KB/sec) unit-abot-epc-basic-0: 11:38:10 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: 11:38:10 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 190.9 KB/sec) unit-abot-epc-basic-0: 11:38:10 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: 11:38:10 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 117.8 KB/sec) unit-abot-epc-basic-0: 11:38:10 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: 11:38:10 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 202.0 KB/sec) unit-abot-epc-basic-0: 11:38:10 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: 11:38:10 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 130.5 KB/sec) unit-abot-epc-basic-0: 11:38:10 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: 11:38:10 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 81.3 KB/sec) unit-abot-epc-basic-0: 11:38:10 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: 11:38:10 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 66.1 KB/sec) unit-abot-epc-basic-0: 11:38:10 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: 11:38:10 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 94.2 KB/sec) unit-abot-epc-basic-0: 11:38:10 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: 11:38:10 DEBUG unit.abot-epc-basic/0.install 3/11 KB 6/11 KB 9/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 403.5 KB/sec) unit-abot-epc-basic-0: 11:38:10 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: 11:38:10 DEBUG unit.abot-epc-basic/0.install 3/41 KB 6/41 KB 9/41 KB 11/41 KB 14/41 KB 16/41 KB 19/41 KB 22/41 KB 25/41 KB 27/41 KB 30/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 1574.4 KB/sec) unit-abot-epc-basic-0: 11:38:10 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: 11:38:10 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/apache/apache/9/apache-9.pom (15 KB at 740.2 KB/sec) unit-abot-epc-basic-0: 11:38:10 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: 11:38:10 DEBUG unit.abot-epc-basic/0.install 3/4 KB 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 304.0 KB/sec) unit-abot-epc-basic-0: 11:38:10 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: 11:38:10 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: 11:38:10 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: 11:38:10 DEBUG unit.abot-epc-basic/0.install 3/32 KB 6/32 KB 9/32 KB 11/32 KB 14/32 KB 16/32 KB 19/32 KB 22/32 KB 25/32 KB 27/32 KB 30/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 1136.5 KB/sec) unit-abot-epc-basic-0: 11:38:11 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: 11:38:11 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/apache/apache/13/apache-13.pom (14 KB at 682.3 KB/sec) unit-abot-epc-basic-0: 11:38:11 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: 11:38:11 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 72.5 KB/sec) unit-abot-epc-basic-0: 11:38:11 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: 11:38:11 DEBUG unit.abot-epc-basic/0.install 2/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 204.8 KB/sec) unit-abot-epc-basic-0: 11:38:11 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: 11:38:11 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 798.7 KB/sec) unit-abot-epc-basic-0: 11:38:11 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: 11:38:11 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/17/spice-parent-17.pom (7 KB at 440.0 KB/sec) unit-abot-epc-basic-0: 11:38:11 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: 11:38: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/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 KB at 735.7 KB/sec) unit-abot-epc-basic-0: 11:38:11 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: 11:38:11 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: 11:38:11 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: 11:38:11 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: 11:38:11 DEBUG unit.abot-epc-basic/0.install 3/13 KB 6/13 KB 9/13 KB 11/13 KB 13/13 KB 3/153 KB 13/13 KB 5/153 KB 3/48 KB 8/153 KB 3/48 KB 11/153 KB 3/48 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 335.7 KB/sec) unit-abot-epc-basic-0: 11:38:11 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: 11:38:11 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: 11:38:11 DEBUG unit.abot-epc-basic/0.install 3/153 KB 3/48 KB 13/13 KB 11/153 KB 6/48 KB 11/153 KB 9/48 KB 11/153 KB 11/48 KB 11/153 KB 14/48 KB 11/153 KB 16/48 KB 13/153 KB 16/48 KB 13/153 KB 19/48 KB 16/153 KB 19/48 KB 16/153 KB 22/48 KB 19/153 KB 22/48 KB 21/153 KB 25/48 KB 19/153 KB 25/48 KB 21/153 KB 27/48 KB 24/153 KB 27/48 KB 24/153 KB 30/48 KB 24/153 KB 32/48 KB 27/153 KB 36/48 KB 27/153 KB 40/48 KB 27/153 KB 44/48 KB 27/153 KB 48/48 KB 27/153 KB 32/48 KB 29/153 KB 48/48 KB 3/50 KB 27/153 KB 48/48 KB 3/50 KB 29/153 KB 48/48 KB 6/50 KB 29/153 KB 48/48 KB 9/50 KB 29/153 KB 48/48 KB 11/50 KB 32/153 KB 48/48 KB 11/50 KB 36/153 KB 48/48 KB 11/50 KB 40/153 KB 48/48 KB 14/50 KB 44/153 KB 48/48 KB 14/50 KB 36/153 KB 48/48 KB 14/50 KB 44/153 KB 48/48 KB 16/50 KB 44/153 KB 48/48 KB 19/50 KB 44/153 KB 48/48 KB 22/50 KB 48/153 KB 48/48 KB 22/50 KB 52/153 KB 48/48 KB 22/50 KB 56/153 KB 48/48 KB 25/50 KB 60/153 KB 48/48 KB 25/50 KB 64/153 KB 48/48 KB 25/50 KB 52/153 KB 48/48 KB 25/50 KB 64/153 KB 48/48 KB 27/50 KB 64/153 KB 48/48 KB 30/50 KB 64/153 KB 48/48 KB 32/50 KB 64/153 KB 48/48 KB 36/50 KB 68/153 KB 3/30 KB 40/50 KB 68/153 KB 3/30 KB 44/50 KB 68/153 KB 3/30 KB 48/50 KB 68/153 KB 3/30 KB 36/50 KB 72/153 KB 3/30 KB 48/50 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (48 KB at 840.2 KB/sec) unit-abot-epc-basic-0: 11:38:11 DEBUG unit.abot-epc-basic/0.install 64/153 KB 3/30 KB 48/48 KB 36/50 KB 76/153 KB 5/30 KB 48/50 KB 76/153 KB 8/30 KB 48/50 KB 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: 11:38:11 DEBUG unit.abot-epc-basic/0.install 76/153 KB 11/30 KB 48/50 KB 76/153 KB 11/30 KB 48/50 KB 80/153 KB 11/30 KB 48/50 KB 84/153 KB 11/30 KB 48/50 KB 88/153 KB 13/30 KB 50/50 KB 92/153 KB 13/30 KB 50/50 KB 96/153 KB 13/30 KB 50/50 KB 84/153 KB 13/30 KB 50/50 KB 84/153 KB 13/30 KB 48/50 KB 96/153 KB 13/30 KB 50/50 KB 3/35 KB 96/153 KB 13/30 KB 50/50 KB 5/35 KB 96/153 KB 13/30 KB 50/50 KB 8/35 KB 96/153 KB 13/30 KB 50/50 KB 11/35 KB 96/153 KB 13/30 KB 50/50 KB 13/35 KB 96/153 KB 16/30 KB 50/50 KB 13/35 KB 96/153 KB 19/30 KB 50/50 KB 13/35 KB 96/153 KB 21/30 KB 50/50 KB 13/35 KB 96/153 KB 24/30 KB 50/50 KB 13/35 KB 96/153 KB 27/30 KB 50/50 KB 13/35 KB 96/153 KB 29/30 KB 50/50 KB 13/35 KB 96/153 KB 30/30 KB 50/50 KB 13/35 KB 4/190 KB 100/153 KB 30/30 KB 50/50 KB 13/35 KB 4/190 KB 96/153 KB 30/30 KB 50/50 KB 13/35 KB 8/190 KB 104/153 KB 30/30 KB 50/50 KB 13/35 KB 12/190 KB 104/153 KB 30/30 KB 50/50 KB 13/35 KB 12/190 KB 104/153 KB 30/30 KB 50/50 KB 16/35 KB 16/190 KB 104/153 KB 30/30 KB 50/50 KB 16/35 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (50 KB at 777.2 KB/sec) unit-abot-epc-basic-0: 11:38:11 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: 11:38:11 DEBUG unit.abot-epc-basic/0.install 16/190 KB 104/153 KB 30/30 KB 19/35 KB 20/190 KB 104/153 KB 30/30 KB 19/35 KB 16/190 KB 104/153 KB 30/30 KB 19/35 KB 20/190 KB 108/153 KB 30/30 KB 19/35 KB 20/190 KB 108/153 KB 30/30 KB 21/35 KB 20/190 KB 112/153 KB 30/30 KB 21/35 KB 20/190 KB 116/153 KB 30/30 KB 21/35 KB 24/190 KB 120/153 KB 24/35 KB 24/190 KB 124/153 KB 24/35 KB 24/190 KB 116/153 KB 24/35 KB 20/190 KB 116/153 KB 24/35 KB 28/190 KB 124/153 KB 24/35 KB 32/190 KB 124/153 KB 24/35 KB 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 414.5 KB/sec) unit-abot-epc-basic-0: 11:38:11 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: 11:38:11 DEBUG unit.abot-epc-basic/0.install 36/190 KB 128/153 KB 27/35 KB 32/190 KB 124/153 KB 27/35 KB 36/190 KB 128/153 KB 29/35 KB 36/190 KB 124/153 KB 27/35 KB 40/190 KB 128/153 KB 29/35 KB 44/190 KB 128/153 KB 29/35 KB 44/190 KB 128/153 KB 32/35 KB 48/190 KB 128/153 KB 32/35 KB 48/190 KB 132/153 KB 32/35 KB 48/190 KB 136/153 KB 32/35 KB 48/190 KB 140/153 KB 32/35 KB 48/190 KB 140/153 KB 35/35 KB 48/190 KB 140/153 KB 35/35 KB 48/190 KB 144/153 KB 35/35 KB 48/190 KB 3/119 KB 144/153 KB 35/35 KB 48/190 KB 5/119 KB 144/153 KB 35/35 KB 48/190 KB 8/119 KB 144/153 KB 35/35 KB 48/190 KB 11/119 KB 144/153 KB 35/35 KB 48/190 KB 11/119 KB 3/37 KB 144/153 KB 35/35 KB 52/190 KB 13/119 KB 3/37 KB 148/153 KB 35/35 KB 52/190 KB 13/119 KB 3/37 KB 152/153 KB 35/35 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 KB at 416.1 KB/sec) unit-abot-epc-basic-0: 11:38:11 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: 11:38:11 DEBUG unit.abot-epc-basic/0.install 52/190 KB 13/119 KB 3/37 KB 144/153 KB 35/35 KB 52/190 KB 11/119 KB 3/37 KB 144/153 KB 35/35 KB 56/190 KB 13/119 KB 6/37 KB 152/153 KB 60/190 KB 13/119 KB 6/37 KB 152/153 KB 64/190 KB 13/119 KB 6/37 KB 152/153 KB 64/190 KB 16/119 KB 6/37 KB 153/153 KB 52/190 KB 13/119 KB 6/37 KB 152/153 KB 35/35 KB 64/190 KB 16/119 KB 6/37 KB 152/153 KB 64/190 KB 19/119 KB 6/37 KB 153/153 KB 64/190 KB 21/119 KB 9/37 KB 153/153 KB 68/190 KB 24/119 KB 9/37 KB 153/153 KB 64/190 KB 19/119 KB 9/37 KB 153/153 KB 68/190 KB 24/119 KB 11/37 KB 153/153 KB 68/190 KB 21/119 KB 9/37 KB 153/153 KB 72/190 KB 24/119 KB 14/37 KB 153/153 KB 72/190 KB 24/119 KB 11/37 KB 153/153 KB 76/190 KB 27/119 KB 14/37 KB 153/153 KB 80/190 KB 27/119 KB 14/37 KB 153/153 KB 72/190 KB 27/119 KB 14/37 KB 153/153 KB 80/190 KB 29/119 KB 14/37 KB 153/153 KB 80/190 KB 29/119 KB 16/37 KB 153/153 KB 80/190 KB 32/119 KB 16/37 KB 153/153 KB 80/190 KB 32/119 KB 19/37 KB 153/153 KB 80/190 KB 36/119 KB 19/37 KB 153/153 KB 84/190 KB 40/119 KB 22/37 KB 153/153 KB 84/190 KB 36/119 KB 22/37 KB 153/153 KB 84/190 KB 36/119 KB 19/37 KB 153/153 KB 88/190 KB 44/119 KB 25/37 KB 153/153 KB 88/190 KB 44/119 KB 25/37 KB 153/153 KB 88/190 KB 44/119 KB 27/37 KB 153/153 KB 92/190 KB 44/119 KB 27/37 KB 153/153 KB 96/190 KB 44/119 KB 27/37 KB 153/153 KB 96/190 KB 44/119 KB 27/37 KB 153/153 KB 96/190 KB 48/119 KB 30/37 KB 153/153 KB 96/190 KB 52/119 KB 30/37 KB 153/153 KB 100/190 KB 56/119 KB 30/37 KB 153/153 KB 100/190 KB 60/119 KB 30/37 KB 153/153 KB 100/190 KB 64/119 KB 30/37 KB 153/153 KB 96/190 KB 48/119 KB 30/37 KB 153/153 KB 100/190 KB 64/119 KB 32/37 KB 153/153 KB 100/190 KB 64/119 KB 35/37 KB 153/153 KB 100/190 KB 52/119 KB 30/37 KB 153/153 KB 104/190 KB 64/119 KB 35/37 KB 153/153 KB 108/190 KB 64/119 KB 35/37 KB 153/153 KB 108/190 KB 64/119 KB 37/37 KB 153/153 KB 112/190 KB 64/119 KB 37/37 KB 153/153 KB 4/86 KB 112/190 KB 64/119 KB 37/37 KB 153/153 KB 8/86 KB 112/190 KB 64/119 KB 37/37 KB 153/153 KB 12/86 KB 112/190 KB 64/119 KB 37/37 KB 153/153 KB 16/86 KB 112/190 KB 64/119 KB 37/37 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 1481.7 KB/sec) unit-abot-epc-basic-0: 11:38:11 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: 11:38:11 DEBUG unit.abot-epc-basic/0.install 20/86 KB 112/190 KB 64/119 KB 37/37 KB 24/86 KB 112/190 KB 64/119 KB 37/37 KB 28/86 KB 112/190 KB 64/119 KB 37/37 KB 32/86 KB 112/190 KB 64/119 KB 37/37 KB 36/86 KB 112/190 KB 64/119 KB 37/37 KB 40/86 KB 112/190 KB 64/119 KB 37/37 KB 44/86 KB 112/190 KB 64/119 KB 37/37 KB 48/86 KB 112/190 KB 64/119 KB 37/37 KB 48/86 KB 116/190 KB 64/119 KB 37/37 KB 52/86 KB 116/190 KB 68/119 KB 37/37 KB 56/86 KB 116/190 KB 68/119 KB 37/37 KB 60/86 KB 116/190 KB 68/119 KB 37/37 KB 64/86 KB 116/190 KB 68/119 KB 37/37 KB 64/86 KB 120/190 KB 68/119 KB 37/37 KB 64/86 KB 120/190 KB 68/119 KB 37/37 KB 64/86 KB 124/190 KB 72/119 KB 37/37 KB 64/86 KB 124/190 KB 76/119 KB 37/37 KB 64/86 KB 124/190 KB 68/119 KB 37/37 KB 64/86 KB 128/190 KB 76/119 KB 37/37 KB 64/86 KB 128/190 KB 80/119 KB 37/37 KB 68/86 KB 128/190 KB 80/119 KB 37/37 KB 72/86 KB 128/190 KB 80/119 KB 37/37 KB 76/86 KB 128/190 KB 80/119 KB 37/37 KB 80/86 KB 128/190 KB 80/119 KB 37/37 KB 80/86 KB 128/190 KB 84/119 KB 37/37 KB 84/86 KB 132/190 KB 88/119 KB 37/37 KB 84/86 KB 132/190 KB 88/119 KB 37/37 KB 3/66 KB 84/86 KB 132/190 KB 88/119 KB 37/37 KB 6/66 KB 84/86 KB 132/190 KB 84/119 KB 37/37 KB 84/86 KB 128/190 KB 84/119 KB 37/37 KB 86/86 KB 132/190 KB 88/119 KB 37/37 KB 6/66 KB 86/86 KB 132/190 KB 88/119 KB 37/37 KB 9/66 KB Downloaded: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (37 KB at 348.9 KB/sec) unit-abot-epc-basic-0: 11:38:11 DEBUG unit.abot-epc-basic/0.install 86/86 KB 132/190 KB 88/119 KB 11/66 KB 86/86 KB 132/190 KB 88/119 KB 14/66 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: 11:38:11 DEBUG unit.abot-epc-basic/0.install 86/86 KB 136/190 KB 88/119 KB 14/66 KB 86/86 KB 140/190 KB 88/119 KB 16/66 KB 86/86 KB 144/190 KB 88/119 KB 16/66 KB 86/86 KB 136/190 KB 88/119 KB 16/66 KB 86/86 KB 144/190 KB 88/119 KB 19/66 KB 86/86 KB 144/190 KB 92/119 KB 19/66 KB 86/86 KB 144/190 KB 96/119 KB 19/66 KB 86/86 KB 144/190 KB 100/119 KB 19/66 KB 86/86 KB 148/190 KB 104/119 KB 22/66 KB 86/86 KB 148/190 KB 108/119 KB 22/66 KB 86/86 KB 148/190 KB 112/119 KB 22/66 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 777.6 KB/sec) unit-abot-epc-basic-0: 11:38:11 DEBUG unit.abot-epc-basic/0.install 86/86 KB 148/190 KB 100/119 KB 22/66 KB 86/86 KB 144/190 KB 100/119 KB 22/66 KB 148/190 KB 112/119 KB 25/66 KB 148/190 KB 112/119 KB 27/66 KB 148/190 KB 112/119 KB 30/66 KB 152/190 KB 112/119 KB 30/66 KB 156/190 KB 112/119 KB 32/66 KB 160/190 KB 112/119 KB 32/66 KB 164/190 KB 116/119 KB 32/66 KB 3/26 KB 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: 11:38:11 DEBUG unit.abot-epc-basic/0.install 152/190 KB 112/119 KB 32/66 KB 164/190 KB 116/119 KB 36/66 KB 3/26 KB 164/190 KB 116/119 KB 40/66 KB 3/26 KB 164/190 KB 116/119 KB 44/66 KB 3/26 KB 164/190 KB 116/119 KB 48/66 KB 3/26 KB 168/190 KB 116/119 KB 52/66 KB 3/26 KB 168/190 KB 116/119 KB 56/66 KB 3/26 KB 160/190 KB 116/119 KB 32/66 KB 3/26 KB 160/190 KB 112/119 KB 32/66 KB 3/26 KB 168/190 KB 116/119 KB 56/66 KB 5/26 KB 168/190 KB 116/119 KB 56/66 KB 8/26 KB 168/190 KB 116/119 KB 56/66 KB 11/26 KB 168/190 KB 116/119 KB 56/66 KB 13/26 KB 4/324 KB 168/190 KB 116/119 KB 48/66 KB 3/26 KB 172/190 KB 119/119 KB 56/66 KB 13/26 KB 4/324 KB 176/190 KB 119/119 KB 56/66 KB 13/26 KB 4/324 KB 168/190 KB 119/119 KB 56/66 KB 13/26 KB 4/324 KB 180/190 KB 119/119 KB 56/66 KB 16/26 KB 4/324 KB 168/190 KB 116/119 KB 56/66 KB 11/26 KB 4/324 KB 176/190 KB 119/119 KB 56/66 KB 16/26 KB 4/324 KB 184/190 KB 119/119 KB 56/66 KB 19/26 KB 4/324 KB 184/190 KB 119/119 KB 56/66 KB 21/26 KB 4/324 KB 184/190 KB 119/119 KB 56/66 KB 21/26 KB 8/324 KB 184/190 KB 119/119 KB 56/66 KB 24/26 KB 12/324 KB 184/190 KB 119/119 KB 56/66 KB 21/26 KB 12/324 KB 184/190 KB 119/119 KB 60/66 KB 24/26 KB 16/324 KB 184/190 KB 119/119 KB 60/66 KB 26/26 KB 20/324 KB 184/190 KB 60/66 KB 26/26 KB 24/324 KB 184/190 KB 60/66 KB 26/26 KB 28/324 KB 184/190 KB 119/119 KB 56/66 KB 16/26 KB 4/324 KB 188/190 KB 60/66 KB 26/26 KB 32/324 KB 190/190 KB 60/66 KB 26/26 KB 32/324 KB 184/190 KB 119/119 KB 60/66 KB 24/26 KB 12/324 KB 190/190 KB 64/66 KB 26/26 KB 32/324 KB 190/190 KB 66/66 KB 26/26 KB 32/324 KB Downloaded: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar (119 KB at 902.5 KB/sec) unit-abot-epc-basic-0: 11:38:11 DEBUG unit.abot-epc-basic/0.install 184/190 KB 119/119 KB 60/66 KB 26/26 KB 16/324 KB 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: 11:38:11 DEBUG unit.abot-epc-basic/0.install 184/190 KB 60/66 KB 26/26 KB 32/324 KB 190/190 KB 66/66 KB 26/26 KB 36/324 KB 190/190 KB 66/66 KB 26/26 KB 40/324 KB 190/190 KB 66/66 KB 26/26 KB 44/324 KB 190/190 KB 66/66 KB 26/26 KB 48/324 KB 190/190 KB 66/66 KB 26/26 KB 52/324 KB 190/190 KB 66/66 KB 26/26 KB 56/324 KB 190/190 KB 66/66 KB 26/26 KB 60/324 KB 190/190 KB 66/66 KB 26/26 KB 64/324 KB 190/190 KB 66/66 KB 26/26 KB 68/324 KB 190/190 KB 66/66 KB 26/26 KB 72/324 KB 190/190 KB 66/66 KB 26/26 KB 76/324 KB 190/190 KB 66/66 KB 26/26 KB 80/324 KB 190/190 KB 66/66 KB 26/26 KB 84/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 1404.7 KB/sec) unit-abot-epc-basic-0: 11:38:11 DEBUG unit.abot-epc-basic/0.install 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 485.2 KB/sec) unit-abot-epc-basic-0: 11:38:11 DEBUG unit.abot-epc-basic/0.install 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 182.9 KB/sec) unit-abot-epc-basic-0: 11:38:11 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: 11:38:11 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: 11:38:11 DEBUG unit.abot-epc-basic/0.install 4/79 KB 84/324 KB 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: 11:38:11 DEBUG unit.abot-epc-basic/0.install 8/79 KB 84/324 KB 12/79 KB 84/324 KB 16/79 KB 84/324 KB 16/79 KB 88/324 KB 16/79 KB 92/324 KB 16/79 KB 96/324 KB 20/79 KB 96/324 KB 24/79 KB 96/324 KB 28/79 KB 96/324 KB 32/79 KB 96/324 KB 32/79 KB 100/324 KB 3/228 KB 36/79 KB 104/324 KB 3/228 KB 36/79 KB 100/324 KB 3/228 KB 40/79 KB 104/324 KB 3/228 KB 44/79 KB 3/32 KB 104/324 KB 3/228 KB 32/79 KB 100/324 KB 5/228 KB 48/79 KB 3/32 KB 104/324 KB 3/228 KB 40/79 KB 3/32 KB 104/324 KB 5/228 KB 48/79 KB 6/32 KB 104/324 KB 8/228 KB 48/79 KB 9/32 KB 104/324 KB 8/228 KB 48/79 KB 6/32 KB 104/324 KB 11/228 KB 48/79 KB 9/32 KB 104/324 KB 11/228 KB 48/79 KB 11/32 KB 104/324 KB 11/228 KB 48/79 KB 14/32 KB 104/324 KB 13/228 KB 48/79 KB 14/32 KB 104/324 KB 16/228 KB 48/79 KB 14/32 KB 104/324 KB 19/228 KB 48/79 KB 14/32 KB 104/324 KB 19/228 KB 48/79 KB 16/32 KB 104/324 KB 3/228 KB 48/79 KB 14/32 KB 104/324 KB 19/228 KB 52/79 KB 16/32 KB 104/324 KB 21/228 KB 56/79 KB 19/32 KB 104/324 KB 21/228 KB 60/79 KB 19/32 KB 104/324 KB 21/228 KB 64/79 KB 19/32 KB 104/324 KB 19/228 KB 52/79 KB 19/32 KB 104/324 KB 21/228 KB 52/79 KB 19/32 KB 104/324 KB 21/228 KB 64/79 KB 22/32 KB 4/152 KB 108/324 KB 24/228 KB 64/79 KB 25/32 KB 4/152 KB 108/324 KB 24/228 KB 64/79 KB 27/32 KB 4/152 KB 108/324 KB 21/228 KB 64/79 KB 19/32 KB 4/152 KB 108/324 KB 21/228 KB 64/79 KB 19/32 KB 4/152 KB 104/324 KB 24/228 KB 64/79 KB 27/32 KB 8/152 KB 108/324 KB 24/228 KB 64/79 KB 27/32 KB 12/152 KB 108/324 KB 24/228 KB 64/79 KB 27/32 KB 16/152 KB 108/324 KB 24/228 KB 64/79 KB 27/32 KB 20/152 KB 108/324 KB 24/228 KB 64/79 KB 27/32 KB 24/152 KB 108/324 KB 24/228 KB 64/79 KB 27/32 KB 28/152 KB 108/324 KB 24/228 KB 64/79 KB 27/32 KB 32/152 KB 108/324 KB 24/228 KB 64/79 KB 27/32 KB 36/152 KB 108/324 KB 24/228 KB 64/79 KB 27/32 KB 40/152 KB 108/324 KB 24/228 KB 64/79 KB 27/32 KB 44/152 KB 108/324 KB 24/228 KB 64/79 KB 27/32 KB 48/152 KB 108/324 KB 24/228 KB 64/79 KB 22/32 KB 4/152 KB 108/324 KB 27/228 KB 68/79 KB 30/32 KB 48/152 KB 112/324 KB 29/228 KB 68/79 KB 30/32 KB 48/152 KB 112/324 KB 24/228 KB 68/79 KB 30/32 KB 48/152 KB 112/324 KB 32/228 KB 68/79 KB 30/32 KB 48/152 KB 112/324 KB 36/228 KB 68/79 KB 32/32 KB 48/152 KB 112/324 KB 40/228 KB 68/79 KB 32/32 KB 52/152 KB 112/324 KB 44/228 KB 68/79 KB 32/32 KB 52/152 KB 112/324 KB 48/228 KB 68/79 KB 32/32 KB 52/152 KB 112/324 KB 24/228 KB 68/79 KB 27/32 KB 48/152 KB 112/324 KB 48/228 KB 72/79 KB 32/32 KB 52/152 KB 112/324 KB 48/228 KB 76/79 KB 32/32 KB 52/152 KB 112/324 KB 48/228 KB 79/79 KB 32/32 KB 52/152 KB 112/324 KB 36/228 KB 68/79 KB 32/32 KB 52/152 KB 112/324 KB 48/228 KB 79/79 KB 32/32 KB 56/152 KB 112/324 KB 48/228 KB 79/79 KB 32/32 KB 60/152 KB 112/324 KB 48/228 KB 79/79 KB 32/32 KB 64/152 KB 112/324 KB 48/228 KB 79/79 KB 32/32 KB 68/152 KB 112/324 KB 52/228 KB 79/79 KB 32/32 KB 72/152 KB 112/324 KB 52/228 KB 79/79 KB 32/32 KB 76/152 KB 112/324 KB 32/228 KB 68/79 KB 32/32 KB 48/152 KB 112/324 KB 24/228 KB 64/79 KB 27/32 KB 48/152 KB 112/324 KB 52/228 KB 79/79 KB 32/32 KB 76/152 KB 116/324 KB 52/228 KB 79/79 KB 32/32 KB 76/152 KB 120/324 KB 52/228 KB 79/79 KB 32/32 KB 76/152 KB 124/324 KB 52/228 KB 79/79 KB 32/32 KB 76/152 KB 128/324 KB 52/228 KB 79/79 KB 32/32 KB 76/152 KB 132/324 KB 52/228 KB 79/79 KB 32/32 KB 76/152 KB 136/324 KB 52/228 KB 79/79 KB 32/32 KB 76/152 KB 140/324 KB 52/228 KB 79/79 KB 32/32 KB 68/152 KB 11 unit-abot-epc-basic-0: 11:38:11 DEBUG unit.abot-epc-basic/0.install 2/324 KB 56/228 KB 79/79 KB 32/32 KB 80/152 KB 144/324 KB 60/228 KB 79/79 KB 32/32 KB 80/152 KB 144/324 KB 64/228 KB 79/79 KB 32/32 KB 80/152 KB 144/324 KB 52/228 KB 79/79 KB 32/32 KB 80/152 KB 144/324 KB 52/228 KB 79/79 KB 32/32 KB 80/152 KB 140/324 KB 64/228 KB 79/79 KB 32/32 KB 84/152 KB 144/324 KB 68/228 KB 79/79 KB 32/32 KB 88/152 KB 148/324 KB 68/228 KB 79/79 KB 32/32 KB 92/152 KB 148/324 KB 68/228 KB 79/79 KB 32/32 KB 96/152 KB 148/324 KB 68/228 KB 79/79 KB 32/32 KB 84/152 KB 148/324 KB 72/228 KB 32/32 KB 96/152 KB 148/324 KB 76/228 KB 32/32 KB 96/152 KB 148/324 KB 80/228 KB 32/32 KB 96/152 KB 148/324 KB 84/228 KB 96/152 KB 148/324 KB 88/228 KB 100/152 KB 148/324 KB 92/228 KB 100/152 KB 148/324 KB 96/228 KB 100/152 KB 148/324 KB 64/228 KB 79/79 KB 32/32 KB 84/152 KB 148/324 KB 96/228 KB 100/152 KB 152/324 KB 96/228 KB 100/152 KB 156/324 KB 96/228 KB 100/152 KB 160/324 KB 96/228 KB 100/152 KB 164/324 KB 96/228 KB 100/152 KB 168/324 KB 96/228 KB 100/152 KB 172/324 KB 96/228 KB 100/152 KB 176/324 KB 96/228 KB 100/152 KB 180/324 KB 100/228 KB 100/152 KB 184/324 KB 84/228 KB 100/152 KB 148/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 176.8 KB/sec) unit-abot-epc-basic-0: 11:38:11 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.jar unit-abot-epc-basic-0: 11:38:11 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (79 KB at 443.2 KB/sec) unit-abot-epc-basic-0: 11:38:11 DEBUG unit.abot-epc-basic/0.install 100/228 KB 104/152 KB 188/324 KB 100/228 KB 108/152 KB 188/324 KB 100/228 KB 112/152 KB 188/324 KB 100/228 KB 116/152 KB 188/324 KB 100/228 KB 120/152 KB 188/324 KB 100/228 KB 124/152 KB 188/324 KB 100/228 KB 128/152 KB 188/324 KB 100/228 KB 100/152 KB 180/324 KB 104/228 KB 128/152 KB 188/324 KB 108/228 KB 132/152 KB 188/324 KB 112/228 KB 132/152 KB 188/324 KB 116/228 KB 132/152 KB 188/324 KB 120/228 KB 132/152 KB 188/324 KB 124/228 KB 132/152 KB 188/324 KB 128/228 KB 132/152 KB 188/324 KB 132/228 KB 132/152 KB 188/324 KB 136/228 KB 3/234 KB 132/152 KB 188/324 KB 104/228 KB 132/152 KB 188/324 KB 136/228 KB 3/234 KB 136/152 KB 188/324 KB 136/228 KB 3/234 KB 140/152 KB 188/324 KB 136/228 KB 3/234 KB 144/152 KB 188/324 KB 136/228 KB 3/234 KB 148/152 KB 188/324 KB 136/228 KB 3/234 KB 152/152 KB 188/324 KB 136/228 KB 3/234 KB 152/152 KB 188/324 KB 100/228 KB 100/152 KB 188/324 KB 132/228 KB 3/234 KB 132/152 KB 188/324 KB 136/228 KB 6/234 KB 152/152 KB 188/324 KB 136/228 KB 9/234 KB 152/152 KB 188/324 KB 136/228 KB 11/234 KB 152/152 KB 188/324 KB 136/228 KB 14/234 KB 152/152 KB 188/324 KB 136/228 KB 16/234 KB 152/152 KB 188/324 KB 136/228 KB 19/234 KB 152/152 KB 188/324 KB 136/228 KB 22/234 KB 152/152 KB 188/324 KB 136/228 KB 25/234 KB 152/152 KB 188/324 KB 136/228 KB 27/234 KB 152/152 KB 192/324 KB 136/228 KB 25/234 KB 152/152 KB 192/324 KB 136/228 KB 30/234 KB 152/152 KB 192/324 KB 136/228 KB 32/234 KB 152/152 KB 192/324 KB 136/228 KB 36/234 KB 152/152 KB 196/324 KB 136/228 KB 40/234 KB 152/152 KB 196/324 KB 136/228 KB 44/234 KB 152/152 KB 196/324 KB 136/228 KB 48/234 KB 152/152 KB 196/324 KB 136/228 KB 32/234 KB 152/152 KB 196/324 KB 136/228 KB 48/234 KB 152/152 KB 200/324 KB 136/228 KB 48/234 KB 152/152 KB 204/324 KB 136/228 KB 48/234 KB 152/152 KB 208/324 KB 136/228 KB 48/234 KB 152/152 KB 212/324 KB 136/228 KB 48/234 KB 152/152 KB 216/324 KB 136/228 KB 52/234 KB 152/152 KB 220/324 KB 136/228 KB 52/234 KB 152/152 KB 224/324 KB 140/228 KB 52/234 KB 152/152 KB 228/324 KB 140/228 KB 52/234 KB 232/324 KB 136/228 KB 52/234 KB 152/152 KB 216/324 KB 140/228 KB 56/234 KB 236/324 KB 140/228 KB 60/234 KB 236/324 KB 140/228 KB 64/234 KB 236/324 KB 140/228 KB 68/234 KB 236/324 KB 140/228 KB 52/234 KB 152/152 KB 224/324 KB 144/228 KB 72/234 KB 236/324 KB 148/228 KB 72/234 KB 236/324 KB 152/228 KB 72/234 KB 236/324 KB 156/228 KB 72/234 KB 236/324 KB 160/228 KB 72/234 KB 236/324 KB 164/228 KB 72/234 KB 236/324 KB 140/228 KB 52/234 KB 236/324 KB 164/228 KB 72/234 KB 240/324 KB 164/228 KB 72/234 KB 244/324 KB 164/228 KB 72/234 KB 248/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 774.5 KB/sec) unit-abot-epc-basic-0: 11:38:11 DEBUG unit.abot-epc-basic/0.install 140/228 KB 72/234 KB 236/324 KB 168/228 KB 76/234 KB 248/324 KB 168/228 KB 80/234 KB 248/324 KB 168/228 KB 84/234 KB 248/324 KB 168/228 KB 88/234 KB 252/324 KB 168/228 KB 92/234 KB 252/324 KB 168/228 KB 96/234 KB 252/324 KB 168/228 KB 100/234 KB 252/324 KB 168/228 KB 104/234 KB 252/324 KB 168/228 KB 108/234 KB 252/324 KB 168/228 KB 72/234 KB 248/324 KB 168/228 KB 84/234 KB 252/324 KB 168/228 KB 108/234 KB 256/324 KB 172/228 KB 108/234 KB 256/324 KB 176/228 KB 108/234 KB 256/324 KB 180/228 KB 108/234 KB 256/324 KB 184/228 KB 108/234 KB 260/324 KB 188/228 KB 108/234 KB 260/324 KB 192/228 KB 108/234 KB 260/324 KB 180/228 KB 108/234 KB 260/324 KB 192/228 KB 108/234 KB 264/324 KB 192/228 KB 108/234 KB 268/324 KB 192/228 KB 108/234 KB 272/324 KB 196/228 KB 108/234 KB 272/324 KB 200/228 KB 112/234 KB 276/324 KB 204/228 KB 112/234 KB 276/324 KB 208/228 KB 112/234 KB 276/324 KB 196/228 KB 112/234 KB 276/324 KB 196/228 KB 108/234 KB 276/324 KB 208/228 KB 112/234 KB 280/324 KB 208/228 KB 112/234 KB 284/324 KB 208/228 KB 112/234 KB 288/324 KB 212/228 KB 112/234 KB 288/324 KB 216/228 KB 116/234 KB 288/324 KB 220/228 KB 116/234 KB 288/324 KB 224/228 KB 116/234 KB 288/324 KB 212/228 KB 116/234 KB 288/324 KB 224/228 KB 120/234 KB 288/324 KB 224/228 KB 124/234 KB 288/324 KB 224/228 KB 128/234 KB 288/324 KB 224/228 KB 132/234 KB 288/324 KB 228/228 KB 136/234 KB 292/324 KB 228/228 KB 140/234 KB 292/324 KB 228/228 KB 144/234 KB 292/324 KB 228/228 KB 132/234 KB 292/324 KB 228/228 KB 144/234 KB 296/324 KB 228/228 KB 144/234 KB 300/324 KB 228/228 KB 144/234 KB 304/324 KB 228/228 KB 144/234 KB 308/324 KB 228/228 KB 144/234 KB 312/324 KB 228/228 KB 144/234 KB 316/324 KB 228/228 KB 144/234 KB 320/324 KB 228/228 KB 144/234 KB 324/324 KB 228/228 KB 148/234 KB 324/324 KB 228/228 KB 132/234 KB 288/324 KB 228/228 KB 148/234 KB 324/324 KB 228/228 KB 152/234 KB 324/324 KB 228/228 KB 156/234 KB 324/324 KB 228/228 KB 160/234 KB 324/324 KB 228/228 KB 164/234 KB 324/324 KB 168/234 KB 172/234 KB 176/234 KB 180/234 KB Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (228 KB at 1042.7 KB/sec) unit-abot-epc-basic-0: 11:38:11 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (324 KB at 1486.0 KB/sec) unit-abot-epc-basic-0: 11:38:11 DEBUG unit.abot-epc-basic/0.install 184/234 KB 188/234 KB 192/234 KB 196/234 KB 200/234 KB 204/234 KB 208/234 KB 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 1019.0 KB/sec) unit-abot-epc-basic-0: 11:38:11 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: 11:38:11 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall1098245196991428161.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: 11:38:11 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 11:38:11 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 11:38:11 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 11:38:11 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 2.573 s unit-abot-epc-basic-0: 11:38:11 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-10-26T11:38:11+00:00 unit-abot-epc-basic-0: 11:38:11 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 11M/60M unit-abot-epc-basic-0: 11:38:11 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 11:38:11 DEBUG unit.abot-epc-basic/0.install Invoking mvn on jar files unit-abot-epc-basic-0: 11:38:13 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-abot-epc-basic-0: 11:38:13 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 11:38:13 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 11:38:13 DEBUG unit.abot-epc-basic/0.install [INFO] Building Maven Stub Project (No POM) 1 unit-abot-epc-basic-0: 11:38:13 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 11:38:13 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 11:38:13 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: 11:38:14 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: 11:38:14 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall6391660701264161642.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: 11:38:14 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 11:38:14 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 11:38:14 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 11:38:14 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 0.649 s unit-abot-epc-basic-0: 11:38:14 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-10-26T11:38:14+00:00 unit-abot-epc-basic-0: 11:38:14 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 7M/60M unit-abot-epc-basic-0: 11:38:14 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 11:38:14 DEBUG unit.abot-epc-basic/0.install Invoking mvn on jar files unit-abot-epc-basic-0: 11:38:15 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-abot-epc-basic-0: 11:38:16 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 11:38:16 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 11:38:16 DEBUG unit.abot-epc-basic/0.install [INFO] Building Maven Stub Project (No POM) 1 unit-abot-epc-basic-0: 11:38:16 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 11:38:16 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 11:38:16 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: 11:38:16 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: 11:38:16 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall8730070956985652284.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: 11:38:16 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 11:38:16 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 11:38:16 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 11:38:16 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 0.658 s unit-abot-epc-basic-0: 11:38:16 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-10-26T11:38:16+00:00 unit-abot-epc-basic-0: 11:38:16 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 7M/60M unit-abot-epc-basic-0: 11:38:16 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 11:38:16 DEBUG unit.abot-epc-basic/0.install abot/ unit-abot-epc-basic-0: 11:38:16 DEBUG unit.abot-epc-basic/0.install abot/server.bat unit-abot-epc-basic-0: 11:38:16 DEBUG unit.abot-epc-basic/0.install abot/nbproject/ unit-abot-epc-basic-0: 11:38:16 DEBUG unit.abot-epc-basic/0.install abot/nbproject/project.xml unit-abot-epc-basic-0: 11:38:16 DEBUG unit.abot-epc-basic/0.install abot/nbproject/private/ unit-abot-epc-basic-0: 11:38:16 DEBUG unit.abot-epc-basic/0.install abot/nbproject/private/private.properties unit-abot-epc-basic-0: 11:38:16 DEBUG unit.abot-epc-basic/0.install abot/nbproject/private/private.xml unit-abot-epc-basic-0: 11:38:16 DEBUG unit.abot-epc-basic/0.install abot/nbproject/project.properties unit-abot-epc-basic-0: 11:38:16 DEBUG unit.abot-epc-basic/0.install abot/bin/ unit-abot-epc-basic-0: 11:38:16 DEBUG unit.abot-epc-basic/0.install abot/bin/wkhtmltoimage unit-abot-epc-basic-0: 11:38:16 DEBUG unit.abot-epc-basic/0.install abot/bin/wkhtmltopdf unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/ unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/ unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/ unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/fastnumbers.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/locale.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/__init__.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/py23.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/pathlib.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/fake_fastnumbers.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/ns_enum.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/__init__.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/_version.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/unicode_numbers.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/natsort.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/utils.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/__main__.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/ unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_unicodefun.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/globals.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_textwrap.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/termui.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/formatting.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_winconsole.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/core.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_bashcomplete.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/exceptions.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/__init__.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/testing.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/parser.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/types.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/utils.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_termui_impl.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/decorators.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_compat.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/ unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_speedups.c unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/__init__.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_native.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_speedups.pyd unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_compat.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_constants.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/ unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/meta.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/defaults.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/ext.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/optimizer.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/lexer.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/tests.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/filters.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/exceptions.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/__init__.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/_stringdefs.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/environment.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/parser.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/runtime.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/loaders.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/compiler.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/visitor.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/bccache.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/utils.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/constants.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/sandbox.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/_compat.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/debug.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/nodes.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/__init__.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/ unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/json.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/globals.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/views.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/wrappers.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/logging.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/ctx.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/config.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/helpers.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/__init__.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/testing.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/templating.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/ext/ unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/ext/__init__.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/app.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/sessions.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/signals.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/cli.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/exthook.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/debughelpers.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/_compat.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/__main__.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/blueprints.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/itsdangerous.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/ unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/filesystem.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/wrappers.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/posixemulation.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/routing.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/serving.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/useragents.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/http.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/ unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/jsrouting.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/fixers.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/wrappers.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/limiter.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/cache.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/__init__.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/lint.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/securecookie.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/atom.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/sessions.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/testtools.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/iterio.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/profiler.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/test.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/exceptions.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/__init__.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/wsgi.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/datastructures.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/_internal.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/formparser.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/local.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/utils.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/script.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/security.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/testapp.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/urls.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/_compat.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/_reloader.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/ unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/__init__.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/tbtools.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/console.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/ unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/less.png unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/more.png unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/source.png unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/jquery.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/debugger.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/console.png unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/style.css unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/ubuntu.ttf unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/FONT_LICENSE unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/repr.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/app.py unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/index.html unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/README.md unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/ unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/log/ unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/log/TestAutomationLog.log unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/ unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/ unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/ unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/dashboard.html unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/config.html unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/main.html unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/firstpage.html unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/artifacts.html unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives.zip unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/config/ unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/config/appconfig.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/services/ unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/services/pyService.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/controllers/ unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/controllers/baseController.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/controllers/configController.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/controllers/featurefileController.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/ unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/resizer.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/treeView.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/externalHtml.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/xmlPrettify.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/app.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/utility/ unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/utility/routes.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/main.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/ unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/ unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/2.1.15/ unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/2.1.15/require.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/2.1.15/r.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/2.1.15/require.min.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-bootstrap/ unit-abot-epc-basic-0: 11:38:17 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: 11:38:17 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: 11:38:17 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: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/jqx/ unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/jqx/jqx-all.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-material/ unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-material/angular-aria.min.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-material/angular-animate.min.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-material/angular-material.min.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/ unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/ unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/.bower.json unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/lodash.min.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/bower.json unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/LICENSE unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/lodash.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/ unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/.bower.json unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/backbone-min.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/bower.json unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/backbone-min.map unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/backbone.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/LICENSE unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/ unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.browserify-bundle.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.layout.DirectedGraph.min.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.chess.min.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.logic.min.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.chess.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.logic.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.core.min.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.webpack-bundle.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.uml.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.min.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/geometry.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.org.min.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.org.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.pn.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.pn.min.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.layout.DirectedGraph.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint1.0.1.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.erd.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.erd.min.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/vectorizer.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.nowrap.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.nowrap.min.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/geometry.min.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.ui.tooltip.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/vectorizer.min.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.uml.min.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.fsa.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.fsa.min.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.devs.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.core.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.devs.min.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/ unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/1.5.0/ unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/1.5.0/angular.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/1.5.0/angular.min.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/1.5.0/angular.min.js.map unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/ unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-sanitize/ unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-sanitize/angular-sanitize.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-sanitize/angular-sanitize.min.js unit-abot-epc-basic-0: 11:38:17 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: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/ngstorage/ unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/ngstorage/ngStorage.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-local-storage/ unit-abot-epc-basic-0: 11:38:17 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: 11:38:17 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: 11:38:17 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: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/ unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/ unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/dialogs.js unit-abot-epc-basic-0: 11:38:17 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: 11:38:17 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: 11:38:17 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: 11:38:17 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: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/dialogs.css unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/.bower.json unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/karma.conf.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/index.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/bower.json unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/tests/ unit-abot-epc-basic-0: 11:38:17 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: 11:38:17 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: 11:38:17 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: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/LICENSE unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-logger/ unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-logger/angular-logger.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-logger/angular-logger.min.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-resource/ unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-resource/angular-resource.min.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-resource/angular-resource.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-idle/ unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-idle/angular-idle.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-idle/angular-idle.map unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-ui-router/ unit-abot-epc-basic-0: 11:38:17 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: 11:38:17 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: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/nanoscroller/ unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/nanoscroller/nanoscroller.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/xmlParser/ unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/xmlParser/vkbeautify.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/xmlParser/run_prettify.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/xmlParser/prettify.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/ unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery.ui-contextmenu.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/ unit-abot-epc-basic-0: 11:38:17 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: 11:38:17 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: 11:38:17 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: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/images/ unit-abot-epc-basic-0: 11:38:17 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: 11:38:17 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: 11:38:17 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: 11:38:17 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: 11:38:17 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: 11:38:17 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: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/package.json unit-abot-epc-basic-0: 11:38:17 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: 11:38:17 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: 11:38:17 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: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/external/ unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/external/jquery/ unit-abot-epc-basic-0: 11:38:17 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: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/LICENSE.txt unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/AUTHORS.txt unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/index.html unit-abot-epc-basic-0: 11:38:17 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: 11:38:17 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: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-2.2.3.min.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/taphold.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/ unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/common.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/theme.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/jquery.easing.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/jquery.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/bootstrap.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/custom.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/angular-treeview/ unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/angular-treeview/angular.treeview.min.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/angular-treeview/angular.treeview.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/jqueryFileTree.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/ajax.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/ajaxRequest.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/images/ unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/ unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/close.png unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/ABOT_logo.png unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/green_tick.png unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/header_bg2.png unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/play.png unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/file.png unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/plus.jpg unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/pcap.png unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/close_dialog.png unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/sun1.png unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/log.png unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/gray_alert.png unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/html.png unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/folder.png unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/delete.png unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/header_bg1.png unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/red_alert.png unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/download.png unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/folder-closed.png unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/xml.png unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/minus.jpg unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/cloud.png unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/right_arrow.jpg unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/spinner.gif unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/ unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/plus sign.svg unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/X sign.svg unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/close.svg unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/add-button-inside-black-circle.svg unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/config/ unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/config/epc_config.properties unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/config/configsip.properties unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/config/ims_config.properties unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/config/timer_config.properties unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/config/config.properties_old unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/config/config.properties unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/css/ unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/ unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/styles.css unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/font-awesome.css unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/tree-ui.css unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/custom.css unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/custom_cust.css unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/ unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.eot unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.woff unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfontd41d.eot unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.svg unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont.woff unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont.ttf unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont.eot unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.woff2 unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.ttf unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/custom_1.css unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/theme.css unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/ unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jqx/ unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jqx/jqx.base.css unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/angular/ unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/angular/angular-material.min.css unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/ unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/ unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/npm.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/modernizr.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/bootstrap.min.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/bootstrap.js unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/ unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.woff unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.woff2 unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.ttf unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.svg unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.eot unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/ unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap-theme.css.map unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap-theme.min.css.map unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap.min.css unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap.css.map unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap.min.css.map unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap-theme.min.css unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap.css unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap-theme.css unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/angular-treeview/ unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/angular-treeview/angular.treeview.css unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/ unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.ui.tooltip.css unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.css unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.core.css unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint1.0.1.css unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.min.css unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.core.min.css unit-abot-epc-basic-0: 11:38:17 DEBUG unit.abot-epc-basic/0.install Collecting elasticsearch unit-abot-epc-basic-0: 11:38:18 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: 11:38:18 DEBUG unit.abot-epc-basic/0.install [?25l  8% |## | 10kB 15.3MB/s eta 0:00:01  17% |##### | 20kB 824kB/s eta 0:00:01  25% |######## | 30kB 1.0MB/s eta 0:00:01  34% |########## | 40kB 889kB/s eta 0:00:01  42% |############# | 51kB 1.0MB/s eta 0:00:01  51% |################ | 61kB 1.2MB/s eta 0:00:01  59% |################### | 71kB 1.3MB/s eta 0:00:01  68% |##################### | 81kB 1.3MB/s eta 0:00:01  76% |######################## | 92kB 1.5MB/s eta 0:00:01  85% |########################### | 102kB 1.5MB/s eta 0:00:01  93% |############################## | 112kB 1.5MB/s eta 0:00:01  100% |################################| 122kB 2.0MB/s unit-abot-epc-basic-0: 11:38:18 DEBUG unit.abot-epc-basic/0.install [?25hCollecting urllib3>=1.21.1 (from elasticsearch) unit-abot-epc-basic-0: 11:38:18 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/8c/4b/5cbc4cb46095f369117dcb751821e1bef9dd86a07c968d8757e9204c324c/urllib3-1.24-py2.py3-none-any.whl (117kB) unit-abot-epc-basic-0: 11:38:18 DEBUG unit.abot-epc-basic/0.install [?25l  8% |## | 10kB 6.7MB/s eta 0:00:01  17% |##### | 20kB 4.2MB/s eta 0:00:01  26% |######## | 30kB 6.0MB/s eta 0:00:01  34% |########### | 40kB 5.0MB/s eta 0:00:01  43% |############# | 51kB 4.4MB/s eta 0:00:01  52% |################ | 61kB 5.2MB/s eta 0:00:01  60% |################### | 71kB 4.8MB/s eta 0:00:01  69% |###################### | 81kB 5.4MB/s eta 0:00:01  78% |######################### | 92kB 4.3MB/s eta 0:00:01  86% |########################### | 102kB 4.2MB/s eta 0:00:01  95% |############################## | 112kB 4.4MB/s eta 0:00:01  100% |################################| 122kB 3.8MB/s unit-abot-epc-basic-0: 11:38:18 DEBUG unit.abot-epc-basic/0.install [?25hInstalling collected packages: urllib3, elasticsearch unit-abot-epc-basic-0: 11:38:18 DEBUG unit.abot-epc-basic/0.install Successfully installed elasticsearch-6.3.1 urllib3-1.24 unit-abot-epc-basic-0: 11:38:19 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: 11:38:19 DEBUG unit.abot-epc-basic/0.install You should consider upgrading via the 'pip install --upgrade pip' command. unit-abot-epc-basic-0: 11:38:19 DEBUG unit.abot-epc-basic/0.install Collecting flask unit-abot-epc-basic-0: 11:38:19 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: 11:38:19 DEBUG unit.abot-epc-basic/0.install [?25l  11% |### | 10kB 5.5MB/s eta 0:00:01  22% |####### | 20kB 915kB/s eta 0:00:01  33% |########## | 30kB 1.1MB/s eta 0:00:01  44% |############## | 40kB 975kB/s eta 0:00:01  56% |################# | 51kB 1.1MB/s eta 0:00:01  67% |##################### | 61kB 1.3MB/s eta 0:00:01  78% |######################### | 71kB 1.4MB/s eta 0:00:01  89% |############################ | 81kB 1.5MB/s eta 0:00:01  100% |################################| 92kB 1.5MB/s unit-abot-epc-basic-0: 11:38:19 DEBUG unit.abot-epc-basic/0.install [?25hCollecting Jinja2>=2.10 (from flask) unit-abot-epc-basic-0: 11:38:20 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: 11:38:20 DEBUG unit.abot-epc-basic/0.install [?25l  8% |## | 10kB 80.0MB/s eta 0:00:01  16% |##### | 20kB 2.9MB/s eta 0:00:01  24% |####### | 30kB 4.3MB/s eta 0:00:01  32% |########## | 40kB 2.8MB/s eta 0:00:01  40% |############ | 51kB 2.3MB/s eta 0:00:01  48% |############### | 61kB 2.8MB/s eta 0:00:01  56% |################## | 71kB 2.5MB/s eta 0:00:01  64% |#################### | 81kB 2.3MB/s eta 0:00:01  72% |####################### | 92kB 2.6MB/s eta 0:00:01  81% |######################### | 102kB 2.5MB/s eta 0:00:01  89% |############################ | 112kB 2.5MB/s eta 0:00:01  97% |############################### | 122kB 2.7MB/s eta 0:00:01  100% |################################| 133kB 2.3MB/s unit-abot-epc-basic-0: 11:38:20 DEBUG unit.abot-epc-basic/0.install [?25hCollecting itsdangerous>=0.24 (from flask) unit-abot-epc-basic-0: 11:38:20 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/c9/c3/8dadb353944803796515ce68ad3944e6e7acc934f5036c40829cb96e64a1/ItsDangerous-1.0.0-py2.py3-none-any.whl unit-abot-epc-basic-0: 11:38:20 DEBUG unit.abot-epc-basic/0.install Collecting Werkzeug>=0.14 (from flask) unit-abot-epc-basic-0: 11:38:20 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: 11:38:20 DEBUG unit.abot-epc-basic/0.install [?25l  3% |# | 10kB 92.2MB/s eta 0:00:01  6% |## | 20kB 4.1MB/s eta 0:00:01  9% |### | 30kB 6.0MB/s eta 0:00:01  12% |#### | 40kB 3.9MB/s eta 0:00:01  15% |##### | 51kB 2.7MB/s eta 0:00:01  19% |###### | 61kB 3.2MB/s eta 0:00:01  22% |####### | 71kB 3.0MB/s eta 0:00:01  25% |######## | 81kB 2.8MB/s eta 0:00:01  28% |######### | 92kB 3.1MB/s eta 0:00:01  31% |########## | 102kB 2.9MB/s eta 0:00:01  34% |########### | 112kB 2.9MB/s eta 0:00:01  38% |############ | 122kB 2.9MB/s eta 0:00:01  41% |############# | 133kB 2.5MB/s eta 0:00:01  44% |############## | 143kB 2.9MB/s eta 0:00:01  47% |############### | 153kB 3.2MB/s eta 0:00:01  50% |################ | 163kB 2.8MB/s eta 0:00:01  53% |################# | 174kB 3.2MB/s eta 0:00:01  57% |################## | 184kB 3.3MB/s eta 0:00:01  60% |################### | 194kB 3.3MB/s eta 0:00:01  63% |#################### | 204kB 3.3MB/s eta 0:00:01  66% |##################### | 215kB 2.9MB/s eta 0:00:01  69% |###################### | 225kB 3.3MB/s eta 0:00:01  72% |####################### | 235kB 3.4MB/s eta 0:00:01  76% |######################## | 245kB 2.9MB/s eta 0:00:01  79% |######################### | 256kB 3.3MB/s eta 0:00:01  82% |########################## | 266kB 3.3MB/s eta 0:00:01  85% |########################### | 276kB 3.3MB/s eta 0:00:01  88% |############################ | 286kB 3.4MB/s eta 0:00:01  91% |############################# | 296kB 3.0MB/s eta 0:00:01  95% |############################## | 307kB 3.5MB/s eta 0:00:01  98% |############################### | 317kB 3.8MB/s eta 0:00:01  100% |################################| 327kB 2.2MB/s unit-abot-epc-basic-0: 11:38:20 DEBUG unit.abot-epc-basic/0.install [?25hCollecting click>=5.1 (from flask) unit-abot-epc-basic-0: 11:38:20 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: 11:38:20 DEBUG unit.abot-epc-basic/0.install [?25l  12% |#### | 10kB 82.4MB/s eta 0:00:01  25% |######## | 20kB 5.9MB/s eta 0:00:01  37% |############ | 30kB 8.5MB/s eta 0:00:01  50% |################ | 40kB 5.5MB/s eta 0:00:01  62% |#################### | 51kB 4.5MB/s eta 0:00:01  75% |######################## | 61kB 5.3MB/s eta 0:00:01  88% |############################ | 71kB 3.7MB/s eta 0:00:01  100% |################################| 81kB 3.4MB/s unit-abot-epc-basic-0: 11:38:20 DEBUG unit.abot-epc-basic/0.install [?25hCollecting MarkupSafe>=0.23 (from Jinja2>=2.10->flask) unit-abot-epc-basic-0: 11:38:21 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: 11:38:21 DEBUG unit.abot-epc-basic/0.install Building wheels for collected packages: MarkupSafe unit-abot-epc-basic-0: 11:38:21 DEBUG unit.abot-epc-basic/0.install Running setup.py bdist_wheel for MarkupSafe ... [?25l- \ done unit-abot-epc-basic-0: 11:38:21 DEBUG unit.abot-epc-basic/0.install [?25h Stored in directory: /root/.cache/pip/wheels/33/56/20/ebe49a5c612fffe1c5a632146b16596f9e64676768661e4e46 unit-abot-epc-basic-0: 11:38:21 DEBUG unit.abot-epc-basic/0.install Successfully built MarkupSafe unit-abot-epc-basic-0: 11:38:21 DEBUG unit.abot-epc-basic/0.install Installing collected packages: MarkupSafe, Jinja2, itsdangerous, Werkzeug, click, flask unit-abot-epc-basic-0: 11:38:21 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-1.0.0 unit-abot-epc-basic-0: 11:38:21 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: 11:38:21 DEBUG unit.abot-epc-basic/0.install You should consider upgrading via the 'pip install --upgrade pip' command. unit-abot-epc-basic-0: 11:38:22 DEBUG unit.abot-epc-basic/0.install Collecting bs4 unit-abot-epc-basic-0: 11:38:22 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: 11:38:22 DEBUG unit.abot-epc-basic/0.install Collecting beautifulsoup4 (from bs4) unit-abot-epc-basic-0: 11:38:23 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: 11:38:23 DEBUG unit.abot-epc-basic/0.install [?25l  11% |### | 10kB 2.3MB/s eta 0:00:01  22% |####### | 20kB 912kB/s eta 0:00:01  33% |########## | 30kB 1.1MB/s eta 0:00:01  45% |############## | 40kB 974kB/s eta 0:00:01  56% |################## | 51kB 1.1MB/s eta 0:00:01  67% |##################### | 61kB 1.3MB/s eta 0:00:01  79% |######################### | 71kB 1.4MB/s eta 0:00:01  90% |############################ | 81kB 1.6MB/s eta 0:00:01  100% |################################| 92kB 1.6MB/s unit-abot-epc-basic-0: 11:38:23 DEBUG unit.abot-epc-basic/0.install [?25hBuilding wheels for collected packages: bs4 unit-abot-epc-basic-0: 11:38:23 DEBUG unit.abot-epc-basic/0.install Running setup.py bdist_wheel for bs4 ... [?25l- done unit-abot-epc-basic-0: 11:38:23 DEBUG unit.abot-epc-basic/0.install [?25h Stored in directory: /root/.cache/pip/wheels/a0/b0/b2/4f80b9456b87abedbc0bf2d52235414c3467d8889be38dd472 unit-abot-epc-basic-0: 11:38:23 DEBUG unit.abot-epc-basic/0.install Successfully built bs4 unit-abot-epc-basic-0: 11:38:23 DEBUG unit.abot-epc-basic/0.install Installing collected packages: beautifulsoup4, bs4 unit-abot-epc-basic-0: 11:38:23 DEBUG unit.abot-epc-basic/0.install Successfully installed beautifulsoup4-4.6.3 bs4-0.0.1 unit-abot-epc-basic-0: 11:38:23 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: 11:38:23 DEBUG unit.abot-epc-basic/0.install You should consider upgrading via the 'pip install --upgrade pip' command. unit-abot-epc-basic-0: 11:38:23 DEBUG unit.abot-epc-basic/0.install Running the test with the tags local-commands unit-abot-epc-basic-0: 11:38:23 DEBUG unit.abot-epc-basic/0.install Running the test with the tags @local-commands unit-abot-epc-basic-0: 11:38:23 DEBUG unit.abot-epc-basic/0.install Creating the Target JUnit file... unit-abot-epc-basic-0: 11:38:25 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-abot-epc-basic-0: 11:38:25 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 11:38:25 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 11:38:25 DEBUG unit.abot-epc-basic/0.install [INFO] Building ABOT-RunScenarios 3.0.91 unit-abot-epc-basic-0: 11:38:25 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 11:38:26 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: 11:38:26 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.8 KB/sec) unit-abot-epc-basic-0: 11:38:26 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: 11:38:26 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 529.0 KB/sec) unit-abot-epc-basic-0: 11:38:26 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: 11:38:26 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-parent/16/maven-parent-16.pom (23 KB at 783.7 KB/sec) unit-abot-epc-basic-0: 11:38:26 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: 11:38:26 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/apache/apache/7/apache-7.pom (15 KB at 828.9 KB/sec) unit-abot-epc-basic-0: 11:38:26 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: 11:38:26 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 926.1 KB/sec) unit-abot-epc-basic-0: 11:38:26 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 11:38:26 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 11:38:26 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: 11:38:26 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 94.7 KB/sec) unit-abot-epc-basic-0: 11:38:26 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: 11:38:26 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/maven/2.0.6/maven-2.0.6.pom (9 KB at 490.8 KB/sec) unit-abot-epc-basic-0: 11:38:26 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: 11:38:26 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/apache/maven/maven-parent/5/maven-parent-5.pom (15 KB at 676.4 KB/sec) unit-abot-epc-basic-0: 11:38:26 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: 11:38:26 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 223.3 KB/sec) unit-abot-epc-basic-0: 11:38:26 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: 11:38:26 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 264.8 KB/sec) unit-abot-epc-basic-0: 11:38:26 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: 11:38:26 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/spice/spice-parent/16/spice-parent-16.pom (9 KB at 453.5 KB/sec) unit-abot-epc-basic-0: 11:38:26 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: 11:38:26 DEBUG unit.abot-epc-basic/0.install 1/9 KB 4/9 KB 7/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 510.4 KB/sec) unit-abot-epc-basic-0: 11:38:26 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: 11:38:26 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: 11:38:26 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/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 KB at 598.0 KB/sec) unit-abot-epc-basic-0: 11:38:26 DEBUG unit.abot-epc-basic/0.install 3/221 KB 5/221 KB 8/221 KB 11/221 KB 13/221 KB 16/221 KB 19/221 KB 21/221 KB 24/221 KB 27/221 KB 29/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 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 2628.3 KB/sec) unit-abot-epc-basic-0: 11:38:27 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 11:38:27 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: 11:38:27 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: 11:38:27 DEBUG unit.abot-epc-basic/0.install 1/3 KB 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 183.9 KB/sec) unit-abot-epc-basic-0: 11:38:27 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: 11:38:27 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 85.0 KB/sec) unit-abot-epc-basic-0: 11:38:27 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: 11:38:27 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 156.6 KB/sec) unit-abot-epc-basic-0: 11:38:27 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: 11:38:27 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 116.5 KB/sec) unit-abot-epc-basic-0: 11:38:27 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: 11:38:27 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 583.9 KB/sec) unit-abot-epc-basic-0: 11:38:27 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: 11:38:27 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 107.4 KB/sec) unit-abot-epc-basic-0: 11:38:27 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: 11:38:27 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 142.3 KB/sec) unit-abot-epc-basic-0: 11:38:27 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: 11:38:27 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 95.1 KB/sec) unit-abot-epc-basic-0: 11:38:27 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: 11:38:27 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 90.6 KB/sec) unit-abot-epc-basic-0: 11:38:27 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: 11:38:27 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 95.0 KB/sec) unit-abot-epc-basic-0: 11:38:27 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: 11:38:27 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 171.4 KB/sec) unit-abot-epc-basic-0: 11:38:27 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: 11:38:27 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 818.5 KB/sec) unit-abot-epc-basic-0: 11:38:27 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: 11:38:27 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 73.9 KB/sec) unit-abot-epc-basic-0: 11:38:27 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: 11:38:27 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 347.0 KB/sec) unit-abot-epc-basic-0: 11:38:27 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: 11:38:27 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 504.3 KB/sec) unit-abot-epc-basic-0: 11:38:27 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: 11:38:27 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-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom (8 KB at 545.6 KB/sec) unit-abot-epc-basic-0: 11:38:27 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: 11:38:27 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: 11:38:27 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.jar unit-abot-epc-basic-0: 11:38:27 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.jar unit-abot-epc-basic-0: 11:38:27 DEBUG unit.abot-epc-basic/0.install 3/114 KB 3/48 KB 3/114 KB 6/48 KB 3/114 KB 9/48 KB 3/114 KB 11/48 KB 3/114 KB 14/48 KB 3/114 KB 16/48 KB 3/114 KB 19/48 KB 3/114 KB 6/114 KB 19/48 KB 9/114 KB 19/48 KB 11/114 KB 19/48 KB 14/114 KB 19/48 KB 16/114 KB 19/48 KB 19/114 KB 19/48 KB 19/114 KB 22/48 KB 22/114 KB 25/48 KB 22/114 KB 27/48 KB 22/114 KB 30/48 KB 22/114 KB 22/48 KB 25/114 KB 30/48 KB 27/114 KB 30/48 KB 30/114 KB 30/48 KB 32/114 KB 30/48 KB 32/114 KB 32/48 KB 32/114 KB 36/48 KB 36/114 KB 40/48 KB 36/114 KB 44/48 KB 36/114 KB 48/48 KB 36/114 KB 36/48 KB 40/114 KB 48/48 KB 44/114 KB 48/48 KB 48/114 KB 48/48 KB 52/114 KB 48/48 KB 56/114 KB 48/48 KB 60/114 KB 48/48 KB 64/114 KB 48/48 KB 68/114 KB 48/48 KB 3/35 KB 72/114 KB 3/35 KB 76/114 KB 3/35 KB 80/114 KB 3/35 KB 68/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 1498.4 KB/sec) unit-abot-epc-basic-0: 11:38:27 DEBUG unit.abot-epc-basic/0.install 3/35 KB 84/114 KB 6/35 KB 88/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: 11:38:27 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: 11:38:27 DEBUG unit.abot-epc-basic/0.install 6/35 KB 84/114 KB 9/35 KB 92/114 KB 11/35 KB 92/114 KB 6/35 KB 92/114 KB 14/35 KB 96/114 KB 11/35 KB 96/114 KB 16/35 KB 96/114 KB 19/35 KB 96/114 KB 22/35 KB 100/114 KB 3/29 KB 22/35 KB 100/114 KB 6/29 KB 25/35 KB 100/114 KB 19/35 KB 100/114 KB 6/29 KB 25/35 KB 104/114 KB 6/29 KB 25/35 KB 108/114 KB 6/29 KB 3/85 KB 25/35 KB 112/114 KB 3/29 KB 25/35 KB 100/114 KB 6/29 KB 3/85 KB 25/35 KB 108/114 KB 6/29 KB 3/85 KB 25/35 KB 114/114 KB 6/29 KB 6/85 KB 27/35 KB 114/114 KB 6/29 KB 3/85 KB 27/35 KB 114/114 KB 6/29 KB 6/85 KB 30/35 KB 114/114 KB 6/29 KB 9/85 KB 32/35 KB 114/114 KB 9/29 KB 9/85 KB 35/35 KB 114/114 KB 6/29 KB 9/85 KB 30/35 KB 114/114 KB 9/29 KB 9/85 KB 32/35 KB 114/114 KB 9/29 KB 11/85 KB 35/35 KB 114/114 KB 11/29 KB 14/85 KB 35/35 KB 114/114 KB 11/29 KB 16/85 KB 35/35 KB 114/114 KB 11/29 KB 19/85 KB 35/35 KB 11/29 KB 11/85 KB 35/35 KB 114/114 KB 14/29 KB 19/85 KB 35/35 KB 16/29 KB 19/85 KB 35/35 KB 19/29 KB 19/85 KB 35/35 KB 19/29 KB 22/85 KB 35/35 KB 22/29 KB 25/85 KB 35/35 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 2101.1 KB/sec) unit-abot-epc-basic-0: 11:38:27 DEBUG unit.abot-epc-basic/0.install 22/29 KB 22/85 KB 35/35 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: 11:38:27 DEBUG unit.abot-epc-basic/0.install 25/29 KB 25/85 KB 35/35 KB 25/29 KB 27/85 KB 35/35 KB 25/29 KB 30/85 KB 35/35 KB 27/29 KB 30/85 KB 35/35 KB 29/29 KB 30/85 KB 35/35 KB 29/29 KB 32/85 KB 35/35 KB 3/56 KB 29/29 KB 32/85 KB 6/56 KB 29/29 KB 32/85 KB 9/56 KB 29/29 KB 32/85 KB 11/56 KB 29/29 KB 32/85 KB 3/24 KB 14/56 KB 29/29 KB 32/85 KB 35/35 KB 29/29 KB 36/85 KB 3/24 KB 14/56 KB 29/29 KB 40/85 KB 3/24 KB 16/56 KB 29/29 KB 32/85 KB 3/24 KB 11/56 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 KB at 573.6 KB/sec) unit-abot-epc-basic-0: 11:38:27 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: 11:38:27 DEBUG unit.abot-epc-basic/0.install 29/29 KB 36/85 KB 3/24 KB 16/56 KB 29/29 KB 44/85 KB 3/24 KB 19/56 KB 29/29 KB 44/85 KB 3/24 KB 22/56 KB 29/29 KB 44/85 KB 6/24 KB 25/56 KB 29/29 KB 44/85 KB 6/24 KB 27/56 KB 29/29 KB 44/85 KB 6/24 KB 22/56 KB 29/29 KB 44/85 KB 6/24 KB 22/56 KB 29/29 KB 44/85 KB 9/24 KB 27/56 KB 29/29 KB 48/85 KB 9/24 KB 27/56 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 455.6 KB/sec) unit-abot-epc-basic-0: 11:38:27 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.jar unit-abot-epc-basic-0: 11:38:27 DEBUG unit.abot-epc-basic/0.install 48/85 KB 3/86 KB 9/24 KB 27/56 KB 48/85 KB 6/86 KB 9/24 KB 27/56 KB 48/85 KB 9/86 KB 9/24 KB 27/56 KB 52/85 KB 11/86 KB 11/24 KB 30/56 KB 52/85 KB 9/86 KB 11/24 KB 30/56 KB 48/85 KB 9/86 KB 11/24 KB 30/56 KB 52/85 KB 11/86 KB 14/24 KB 30/56 KB 48/85 KB 9/86 KB 9/24 KB 30/56 KB 56/85 KB 11/86 KB 14/24 KB 30/56 KB 56/85 KB 11/86 KB 16/24 KB 30/56 KB 60/85 KB 11/86 KB 19/24 KB 30/56 KB 60/85 KB 14/86 KB 22/24 KB 32/56 KB 60/85 KB 11/86 KB 16/24 KB 30/56 KB 64/85 KB 14/86 KB 22/24 KB 32/56 KB 60/85 KB 14/86 KB 19/24 KB 32/56 KB 60/85 KB 11/86 KB 19/24 KB 32/56 KB 64/85 KB 14/86 KB 22/24 KB 36/56 KB 68/85 KB 16/86 KB 24/24 KB 40/56 KB 68/85 KB 16/86 KB 24/24 KB 36/56 KB 68/85 KB 16/86 KB 22/24 KB 36/56 KB 64/85 KB 16/86 KB 22/24 KB 36/56 KB 72/85 KB 19/86 KB 24/24 KB 44/56 KB 72/85 KB 22/86 KB 24/24 KB 44/56 KB 3/218 KB 72/85 KB 25/86 KB 24/24 KB 44/56 KB 3/218 KB 72/85 KB 27/86 KB 24/24 KB 44/56 KB 3/218 KB 72/85 KB 30/86 KB 44/56 KB 3/218 KB 72/85 KB 19/86 KB 24/24 KB 44/56 KB 3/218 KB 72/85 KB 30/86 KB 44/56 KB 6/218 KB 72/85 KB 30/86 KB 44/56 KB 9/218 KB 72/85 KB 30/86 KB 44/56 KB 11/218 KB 72/85 KB 32/86 KB 44/56 KB 11/218 KB 72/85 KB 36/86 KB 44/56 KB 14/218 KB 72/85 KB 16/86 KB 24/24 KB 44/56 KB 3/218 KB 68/85 KB 22/86 KB 24/24 KB 44/56 KB 3/218 KB 72/85 KB 36/86 KB 48/56 KB 14/218 KB 76/85 KB 36/86 KB 52/56 KB 14/218 KB 76/85 KB 36/86 KB 56/56 KB 14/218 KB 72/85 KB 32/86 KB 44/56 KB 14/218 KB 76/85 KB 36/86 KB 48/56 KB 14/218 KB 80/85 KB 36/86 KB 56/56 KB 14/218 KB 84/85 KB 36/86 KB 56/56 KB 14/218 KB 85/85 KB 36/86 KB 56/56 KB 14/218 KB 85/85 KB 36/86 KB 56/56 KB 16/218 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 519.6 KB/sec) unit-abot-epc-basic-0: 11:38:27 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.jar unit-abot-epc-basic-0: 11:38:27 DEBUG unit.abot-epc-basic/0.install 85/85 KB 36/86 KB 56/56 KB 19/218 KB 85/85 KB 40/86 KB 56/56 KB 19/218 KB 85/85 KB 44/86 KB 56/56 KB 22/218 KB 85/85 KB 44/86 KB 56/56 KB 22/218 KB 85/85 KB 48/86 KB 56/56 KB 22/218 KB 85/85 KB 48/86 KB 56/56 KB 25/218 KB 85/85 KB 48/86 KB 56/56 KB 27/218 KB 85/85 KB 52/86 KB 56/56 KB 30/218 KB 85/85 KB 52/86 KB 56/56 KB 27/218 KB 85/85 KB 56/86 KB 56/56 KB 30/218 KB 85/85 KB 60/86 KB 56/56 KB 32/218 KB 85/85 KB 64/86 KB 56/56 KB 32/218 KB 85/85 KB 56/86 KB 56/56 KB 32/218 KB 85/85 KB 3/12 KB 64/86 KB 56/56 KB 32/218 KB 5/12 KB 68/86 KB 32/218 KB 8/12 KB 68/86 KB 32/218 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 788.3 KB/sec) unit-abot-epc-basic-0: 11:38:27 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (85 KB at 835.3 KB/sec) unit-abot-epc-basic-0: 11:38:27 DEBUG unit.abot-epc-basic/0.install 85/85 KB 3/12 KB 68/86 KB 56/56 KB 32/218 KB 8/12 KB 72/86 KB 32/218 KB 8/12 KB 76/86 KB 32/218 KB 8/12 KB 80/86 KB 32/218 KB 8/12 KB 84/86 KB 32/218 KB 8/12 KB 86/86 KB 32/218 KB 11/12 KB 86/86 KB 32/218 KB 12/12 KB 86/86 KB 32/218 KB 12/12 KB 86/86 KB 36/218 KB 12/12 KB 86/86 KB 40/218 KB 12/12 KB 86/86 KB 44/218 KB 12/12 KB 86/86 KB 48/218 KB 12/12 KB 86/86 KB 52/218 KB 12/12 KB 86/86 KB 56/218 KB 12/12 KB 86/86 KB 60/218 KB 12/12 KB 86/86 KB 64/218 KB 12/12 KB 86/86 KB 68/218 KB 12/12 KB 86/86 KB 72/218 KB 12/12 KB 86/86 KB 76/218 KB 12/12 KB 86/86 KB 80/218 KB 12/12 KB 86/86 KB 84/218 KB 12/12 KB 86/86 KB 88/218 KB 12/12 KB 86/86 KB 92/218 KB 12/12 KB 86/86 KB 96/218 KB 12/12 KB 86/86 KB 100/218 KB 12/12 KB 86/86 KB 104/218 KB 12/12 KB 86/86 KB 108/218 KB 12/12 KB 86/86 KB 112/218 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 1108.0 KB/sec) unit-abot-epc-basic-0: 11:38:27 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar (12 KB at 148.5 KB/sec) unit-abot-epc-basic-0: 11:38:27 DEBUG unit.abot-epc-basic/0.install 116/218 KB 120/218 KB 124/218 KB 128/218 KB 132/218 KB 136/218 KB 140/218 KB 144/218 KB 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 2270.2 KB/sec) unit-abot-epc-basic-0: 11:38:27 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: 11:38:27 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall2707929785952728311.pom to /root/.m2/repository/org/javolution/javolution/5.5.1/javolution-5.5.1.pom unit-abot-epc-basic-0: 11:38:27 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 11:38:27 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: 11:38:27 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: 11:38:27 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall8279966153261757646.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: 11:38:27 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 11:38:27 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: 11:38:27 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: 11:38:27 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall8516478336015637903.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: 11:38:27 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 11:38:27 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: 11:38:27 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: 11:38:27 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall4397832059582614704.pom to /root/.m2/repository/org/mobicents/commons/commons/1.0.0.CR1/commons-1.0.0.CR1.pom unit-abot-epc-basic-0: 11:38:27 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 11:38:27 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: 11:38:27 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: 11:38:27 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall5724165522057878621.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: 11:38:27 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 11:38:27 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: 11:38:27 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: 11:38:27 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall781478911613720280.pom to /root/.m2/repository/org/picocontainer/picocontainer/2.15/picocontainer-2.15.pom unit-abot-epc-basic-0: 11:38:27 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 11:38:27 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 11:38:27 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 11:38:27 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 2.313 s unit-abot-epc-basic-0: 11:38:27 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-10-26T11:38:27+00:00 unit-abot-epc-basic-0: 11:38:27 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 11M/60M unit-abot-epc-basic-0: 11:38:27 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 11:38:29 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-abot-epc-basic-0: 11:38:29 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 11:38:29 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 11:38:29 DEBUG unit.abot-epc-basic/0.install [INFO] Building ABOT-RunScenarios 3.0.91 unit-abot-epc-basic-0: 11:38:29 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 11:38:30 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: 11:38:30 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-resources-plugin/2.6/maven-resources-plugin-2.6.pom (8 KB at 16.2 KB/sec) unit-abot-epc-basic-0: 11:38:30 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: 11:38:30 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 449.1 KB/sec) unit-abot-epc-basic-0: 11:38:30 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: 11:38:30 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: 11:38:30 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: 11:38:30 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 657.4 KB/sec) unit-abot-epc-basic-0: 11:38:30 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: 11:38:30 DEBUG unit.abot-epc-basic/0.install 3/29 KB 5/29 KB 8/29 KB 11/29 KB 13/29 KB 16/29 KB 19/29 KB 21/29 KB 24/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 1067.7 KB/sec) unit-abot-epc-basic-0: 11:38:30 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: 11:38:30 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: 11:38:31 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: 11:38:31 DEBUG unit.abot-epc-basic/0.install 3/32 KB 6/32 KB 9/32 KB 11/32 KB 14/32 KB 16/32 KB 19/32 KB 22/32 KB 25/32 KB 27/32 KB 30/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: 11:38:31 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: 11:38:31 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 319.6 KB/sec) unit-abot-epc-basic-0: 11:38:31 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: 11:38:31 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/surefire/surefire/2.19.1/surefire-2.19.1.pom (19 KB at 819.1 KB/sec) unit-abot-epc-basic-0: 11:38:31 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: 11:38:31 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 1387.6 KB/sec) unit-abot-epc-basic-0: 11:38:31 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: 11:38:31 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/apache/16/apache-16.pom (16 KB at 751.8 KB/sec) unit-abot-epc-basic-0: 11:38:31 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: 11:38:31 DEBUG unit.abot-epc-basic/0.install 3/38 KB 5/38 KB 8/38 KB 11/38 KB 13/38 KB 16/38 KB 19/38 KB 21/38 KB 24/38 KB 27/38 KB 29/38 KB 32/38 KB 35/38 KB 37/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 1071.5 KB/sec) unit-abot-epc-basic-0: 11:38:31 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: 11:38:31 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-jar-plugin/2.4/maven-jar-plugin-2.4.pom (6 KB at 316.5 KB/sec) unit-abot-epc-basic-0: 11:38:31 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: 11:38:31 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 1107.5 KB/sec) unit-abot-epc-basic-0: 11:38:31 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: 11:38:31 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 386.0 KB/sec) unit-abot-epc-basic-0: 11:38:31 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: 11:38:31 DEBUG unit.abot-epc-basic/0.install 1/5 KB 4/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 277.1 KB/sec) unit-abot-epc-basic-0: 11:38:31 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: 11:38:31 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 448.7 KB/sec) unit-abot-epc-basic-0: 11:38:31 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: 11:38:31 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: 11:38:31 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/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 305.9 KB/sec) unit-abot-epc-basic-0: 11:38:31 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: 11:38:31 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: 11:38:31 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/info/cukes/gherkin/2.12.2/gherkin-2.12.2.pom (9 KB at 455.5 KB/sec) unit-abot-epc-basic-0: 11:38:31 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: 11:38:32 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: 11:38:32 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 337.0 KB/sec) unit-abot-epc-basic-0: 11:38:32 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: 11:38:32 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: 11:38:32 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 273.9 KB/sec) unit-abot-epc-basic-0: 11:38:32 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: 11:38:32 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: 11:38:32 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 36.1 KB/sec) unit-abot-epc-basic-0: 11:38:32 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: 11:38:32 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: 11:38:33 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 1133.0 KB/sec) unit-abot-epc-basic-0: 11:38:33 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: 11:38:33 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: 11:38:33 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 282.2 KB/sec) unit-abot-epc-basic-0: 11:38:33 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: 11:38:33 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: 11:38:33 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 241.6 KB/sec) unit-abot-epc-basic-0: 11:38:33 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: 11:38:33 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: 11:38:33 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 167.1 KB/sec) unit-abot-epc-basic-0: 11:38:33 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: 11:38:33 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: 11:38:33 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 332.8 KB/sec) unit-abot-epc-basic-0: 11:38:33 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: 11:38:34 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: 11:38:34 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.pom (3 KB at 152.6 KB/sec) unit-abot-epc-basic-0: 11:38:34 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: 11:38:34 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: 11:38:34 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 49.9 KB/sec) unit-abot-epc-basic-0: 11:38:34 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: 11:38:34 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: 11:38:34 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 101.4 KB/sec) unit-abot-epc-basic-0: 11:38:34 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: 11:38:34 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: 11:38:34 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 185.8 KB/sec) unit-abot-epc-basic-0: 11:38: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.pom unit-abot-epc-basic-0: 11:38:35 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: 11:38:35 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 75.6 KB/sec) unit-abot-epc-basic-0: 11:38:35 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: 11:38:35 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: 11:38:35 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/joda-time/joda-time/1.6.2/joda-time-1.6.2.pom (14 KB at 569.4 KB/sec) unit-abot-epc-basic-0: 11:38:35 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: 11:38:35 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: 11:38:35 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 564.5 KB/sec) unit-abot-epc-basic-0: 11:38:35 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: 11:38:35 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: 11:38:35 DEBUG unit.abot-epc-basic/0.install 3/53 KB 5/53 KB 8/53 KB 11/53 KB 13/53 KB 16/53 KB 19/53 KB 21/53 KB 24/53 KB 27/53 KB 29/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 1378.9 KB/sec) unit-abot-epc-basic-0: 11:38:35 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: 11:38:36 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: 11:38:36 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 810.0 KB/sec) unit-abot-epc-basic-0: 11:38:36 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: 11:38:36 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: 11:38:36 DEBUG unit.abot-epc-basic/0.install 3/11 KB 6/11 KB 9/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 670.4 KB/sec) unit-abot-epc-basic-0: 11:38:36 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: 11:38:36 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: 11:38:36 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 247.1 KB/sec) unit-abot-epc-basic-0: 11:38:36 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: 11:38:36 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: 11:38:36 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 260.4 KB/sec) unit-abot-epc-basic-0: 11:38:36 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: 11:38:36 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: 11:38:36 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 162.1 KB/sec) unit-abot-epc-basic-0: 11:38:36 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: 11:38: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.pom unit-abot-epc-basic-0: 11:38:37 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 19/19 KB Downloaded: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 KB at 815.5 KB/sec) unit-abot-epc-basic-0: 11:38:37 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: 11:38:37 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: 11:38:37 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 2023.4 KB/sec) unit-abot-epc-basic-0: 11:38:37 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: 11:38:37 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: 11:38:37 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/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 377.9 KB/sec) unit-abot-epc-basic-0: 11:38:37 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: 11:38:37 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: 11:38:37 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 164.8 KB/sec) unit-abot-epc-basic-0: 11:38:37 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: 11:38:38 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: 11:38:38 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 27.3 KB/sec) unit-abot-epc-basic-0: 11:38:38 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: 11:38:38 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: 11:38:38 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: 11:38:38 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: 11:38: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.pom unit-abot-epc-basic-0: 11:38:38 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 120.2 KB/sec) unit-abot-epc-basic-0: 11:38:38 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: 11:38: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.pom unit-abot-epc-basic-0: 11:38:38 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 395.9 KB/sec) unit-abot-epc-basic-0: 11:38:38 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: 11:38:38 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: 11:38:38 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 36.8 KB/sec) unit-abot-epc-basic-0: 11:38:38 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: 11:38:39 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: 11:38:39 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-io/commons-io/1.3.2/commons-io-1.3.2.pom (10 KB at 633.2 KB/sec) unit-abot-epc-basic-0: 11:38:39 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: 11:38:39 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: 11:38:39 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/apache/commons/commons-parent/3/commons-parent-3.pom (12 KB at 576.7 KB/sec) unit-abot-epc-basic-0: 11:38:39 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/apache/4/apache-4.pom unit-abot-epc-basic-0: 11:38:39 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: 11:38:39 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 337.7 KB/sec) unit-abot-epc-basic-0: 11:38:39 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: 11:38:39 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: 11:38:39 DEBUG unit.abot-epc-basic/0.install 3/20 KB 6/20 KB 9/20 KB 11/20 KB 14/20 KB 16/20 KB 19/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: 11:38:39 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: 11:38:39 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: 11:38:39 DEBUG unit.abot-epc-basic/0.install 3/52 KB 6/52 KB 9/52 KB 11/52 KB 14/52 KB 16/52 KB 19/52 KB 22/52 KB 25/52 KB 27/52 KB 30/52 KB 32/52 KB 36/52 KB 40/52 KB 44/52 KB 48/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 1672.4 KB/sec) unit-abot-epc-basic-0: 11:38:39 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: 11:38:39 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: 11:38:39 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 94.2 KB/sec) unit-abot-epc-basic-0: 11:38:39 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: 11:38:40 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: 11:38:40 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 83.5 KB/sec) unit-abot-epc-basic-0: 11:38:40 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: 11:38:40 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: 11:38:40 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 95.9 KB/sec) unit-abot-epc-basic-0: 11:38:40 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: 11:38:40 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: 11:38:40 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 218.8 KB/sec) unit-abot-epc-basic-0: 11:38:40 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: 11:38:40 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: 11:38:40 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 662.1 KB/sec) unit-abot-epc-basic-0: 11:38:40 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: 11:38:41 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: 11:38:41 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 20.1 KB/sec) unit-abot-epc-basic-0: 11:38:41 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: 11:38:41 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: 11:38:41 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 68.0 KB/sec) unit-abot-epc-basic-0: 11:38:41 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: 11:38:41 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: 11:38:41 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 67.8 KB/sec) unit-abot-epc-basic-0: 11:38:41 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: 11:38:41 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: 11:38: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/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: 11:38:41 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: 11:38:42 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: 11:38:42 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 400.9 KB/sec) unit-abot-epc-basic-0: 11:38:42 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: 11:38:42 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: 11:38:42 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 206.2 KB/sec) unit-abot-epc-basic-0: 11:38:42 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: 11:38:42 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: 11:38:42 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 156.8 KB/sec) unit-abot-epc-basic-0: 11:38:42 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: 11:38:42 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: 11:38:42 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 308.5 KB/sec) unit-abot-epc-basic-0: 11:38:42 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: 11:38:42 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: 11:38:42 DEBUG unit.abot-epc-basic/0.install 3/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 569.3 KB/sec) unit-abot-epc-basic-0: 11:38:42 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: 11:38:42 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: 11:38:42 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 1046.6 KB/sec) unit-abot-epc-basic-0: 11:38:42 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: 11:38:43 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: 11:38:43 DEBUG unit.abot-epc-basic/0.install 2/16 KB 5/16 KB 7/16 KB 10/16 KB 13/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 885.1 KB/sec) unit-abot-epc-basic-0: 11:38:43 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: 11:38:43 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: 11:38:43 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/commons/commons-parent/21/commons-parent-21.pom (34 KB at 1580.8 KB/sec) unit-abot-epc-basic-0: 11:38:43 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: 11:38:43 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: 11:38:43 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 195.2 KB/sec) unit-abot-epc-basic-0: 11:38:43 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: 11:38:43 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: 11:38:43 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.7/jackson-core-2.8.7.pom (6 KB at 211.5 KB/sec) unit-abot-epc-basic-0: 11:38:43 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: 11:38:44 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: 11:38:44 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 556.1 KB/sec) unit-abot-epc-basic-0: 11:38:44 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: 11:38:44 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: 11:38:44 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 833.9 KB/sec) unit-abot-epc-basic-0: 11:38:44 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: 11:38:44 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: 11:38:44 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 548.4 KB/sec) unit-abot-epc-basic-0: 11:38:44 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: 11:38:44 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: 11:38:44 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 284.7 KB/sec) unit-abot-epc-basic-0: 11:38:44 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: 11:38:44 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: 11:38:44 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 67.4 KB/sec) unit-abot-epc-basic-0: 11:38:44 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: 11:38:45 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: 11:38:45 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 76.3 KB/sec) unit-abot-epc-basic-0: 11:38:45 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: 11:38:45 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: 11:38:45 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 123.3 KB/sec) unit-abot-epc-basic-0: 11:38:45 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: 11:38:45 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: 11:38:45 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 106.2 KB/sec) unit-abot-epc-basic-0: 11:38:45 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: 11:38:45 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: 11:38:45 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 78.3 KB/sec) unit-abot-epc-basic-0: 11:38:45 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: 11:38:45 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: 11:38:45 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: 11:38:45 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: 11:38:46 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: 11:38:46 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 331.2 KB/sec) unit-abot-epc-basic-0: 11:38:46 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: 11:38:46 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: 11:38:46 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 128.9 KB/sec) unit-abot-epc-basic-0: 11:38:46 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: 11:38:46 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: 11:38:46 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.8/jackson-core-2.8.8.pom (6 KB at 377.7 KB/sec) unit-abot-epc-basic-0: 11:38:46 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: 11:38:46 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: 11:38:46 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 1085.7 KB/sec) unit-abot-epc-basic-0: 11:38:46 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: 11:38:46 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: 11:38:46 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 150.6 KB/sec) unit-abot-epc-basic-0: 11:38:46 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: 11:38:47 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: 11:38:47 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/slf4j/slf4j-parent/1.7.21/slf4j-parent-1.7.21.pom (14 KB at 775.7 KB/sec) unit-abot-epc-basic-0: 11:38:47 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: 11:38:47 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: 11:38:47 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 107.9 KB/sec) unit-abot-epc-basic-0: 11:38:47 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: 11:38:47 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: 11:38:47 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: 11:38:47 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: 11:38:47 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: 11:38:47 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 125.7 KB/sec) unit-abot-epc-basic-0: 11:38:47 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: 11:38:47 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: 11:38:47 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 503.0 KB/sec) unit-abot-epc-basic-0: 11:38:47 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: 11:38:48 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: 11:38:48 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.5/slf4j-api-1.7.5.pom (3 KB at 218.8 KB/sec) unit-abot-epc-basic-0: 11:38:48 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: 11:38:48 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: 11:38:48 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.7.5/slf4j-parent-1.7.5.pom (12 KB at 640.4 KB/sec) unit-abot-epc-basic-0: 11:38:48 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: 11:38:48 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: 11:38:48 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 299.3 KB/sec) unit-abot-epc-basic-0: 11:38:48 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: 11:38:48 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: 11:38:48 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/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom (12 KB at 539.5 KB/sec) unit-abot-epc-basic-0: 11:38:48 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: 11:38:48 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: 11:38:48 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 1400.2 KB/sec) unit-abot-epc-basic-0: 11:38:48 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: 11:38:49 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: 11:38:49 DEBUG unit.abot-epc-basic/0.install 3/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 423.9 KB/sec) unit-abot-epc-basic-0: 11:38:49 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: 11:38:49 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: 11:38:49 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/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom (16 KB at 883.7 KB/sec) unit-abot-epc-basic-0: 11:38:49 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: 11:38:49 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: 11:38:49 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 779.3 KB/sec) unit-abot-epc-basic-0: 11:38:49 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: 11:38:49 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: 11:38:49 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 1632.5 KB/sec) unit-abot-epc-basic-0: 11:38:49 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: 11:38:50 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: 11:38:50 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 292.1 KB/sec) unit-abot-epc-basic-0: 11:38:50 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: 11:38:50 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: 11:38:50 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 319.1 KB/sec) unit-abot-epc-basic-0: 11:38:50 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: 11:38:50 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: 11:38:50 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 1227.8 KB/sec) unit-abot-epc-basic-0: 11:38:50 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: 11:38:50 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: 11:38:50 DEBUG unit.abot-epc-basic/0.install 3/6 KB 6/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 393.8 KB/sec) unit-abot-epc-basic-0: 11:38:50 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: 11:38:50 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: 11:38:51 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 14.1 KB/sec) unit-abot-epc-basic-0: 11:38:51 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: 11:38:51 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 1.2 KB/sec) unit-abot-epc-basic-0: 11:38:51 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: 11:38:51 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: 11:38:51 DEBUG unit.abot-epc-basic/0.install 3/7 KB 6/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 465.7 KB/sec) unit-abot-epc-basic-0: 11:38:51 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: 11:38:51 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: 11:38:52 DEBUG unit.abot-epc-basic/0.install 3/8 KB 4/8 KB 7/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 560.7 KB/sec) unit-abot-epc-basic-0: 11:38:52 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: 11:38:52 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: 11:38:52 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/org/apache/velocity/velocity/1.7/velocity-1.7.pom (11 KB at 589.0 KB/sec) unit-abot-epc-basic-0: 11:38:52 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: 11:38:52 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: 11:38:52 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 872.3 KB/sec) unit-abot-epc-basic-0: 11:38:52 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: 11:38:52 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: 11:38:52 DEBUG unit.abot-epc-basic/0.install 3/22 KB 6/22 KB 9/22 KB 11/22 KB 14/22 KB 16/22 KB 19/22 KB 22/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 1070.8 KB/sec) unit-abot-epc-basic-0: 11:38:52 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: 11:38:52 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: 11:38:52 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/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 KB at 593.4 KB/sec) unit-abot-epc-basic-0: 11:38:52 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: 11:38:53 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: 11:38:53 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 11.2 KB/sec) unit-abot-epc-basic-0: 11:38:53 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: 11:38:53 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: 11:38:53 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/joda-time/joda-time/2.1/joda-time-2.1.pom (16 KB at 938.0 KB/sec) unit-abot-epc-basic-0: 11:38:53 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: 11:38:53 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: 11:38:53 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 201.1 KB/sec) unit-abot-epc-basic-0: 11:38:53 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/google/google/5/google-5.pom unit-abot-epc-basic-0: 11:38:53 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: 11:38:53 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/google/5/google-5.pom (3 KB at 200.0 KB/sec) unit-abot-epc-basic-0: 11:38:53 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: 11:38:53 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: 11:38:53 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 49.3 KB/sec) unit-abot-epc-basic-0: 11:38:53 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: 11:38:54 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: 11:38:54 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 718.4 KB/sec) unit-abot-epc-basic-0: 11:38:54 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: 11:38:54 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: 11:38:54 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 1591.6 KB/sec) unit-abot-epc-basic-0: 11:38:54 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: 11:38:54 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: 11:38:54 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 341.9 KB/sec) unit-abot-epc-basic-0: 11:38:54 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: 11:38:54 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: 11:38:54 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 41.5 KB/sec) unit-abot-epc-basic-0: 11:38:54 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: 11:38:54 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: 11:38:54 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 441.9 KB/sec) unit-abot-epc-basic-0: 11:38:54 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: 11:38:55 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: 11:38:55 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/maven-parent/4/maven-parent-4.pom (10 KB at 650.8 KB/sec) unit-abot-epc-basic-0: 11:38:55 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: 11:38:55 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.4 KB/sec) unit-abot-epc-basic-0: 11:38:55 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: 11:38:55 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: 11:38:55 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 360.4 KB/sec) unit-abot-epc-basic-0: 11:38:55 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: 11:38:55 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: 11:38:55 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: 11:38:55 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: 11:38:55 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: 11:38:55 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: 11:38:55 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: 11:38:55 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: 11:38:55 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: 11:38:55 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: 11:38:56 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: 11:38:56 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: 11:38:56 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: 11:38:56 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: 11:38:56 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: 11:38:56 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: 11:38:56 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: 11:38:56 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: 11:38:56 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: 11:38:56 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: 11:38:56 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: 11:38:56 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: 11:38:56 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: 11:38:56 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: 11:38:56 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: 11:38:56 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: 11:38:56 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: 11:38:56 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: 11:38:56 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: 11:38:56 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: 11:38:56 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: 11:38:56 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: 11:38:56 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: 11:38:56 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: 11:38:57 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: 11:38:57 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: 11:38:57 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: 11:38:57 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: 11:38:57 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: 11:38:57 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: 11:38:57 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: 11:38:57 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: 11:38:57 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: 11:38:57 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: 11:38:57 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: 11:38:57 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: 11:38:57 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: 11:38:57 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: 11:38:57 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: 11:38:57 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: 11:38:57 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: 11:38:57 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: 11:38:57 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: 11:38:57 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: 11:38:57 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: 11:38:57 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: 11:38:57 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: 11:38:57 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: 11:38:57 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: 11:38:58 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: 11:38:58 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: 11:38:58 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: 11:38:58 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 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 78/966 KB 79/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: 11:38:58 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.jar unit-abot-epc-basic-0: 11:38:58 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 Downloading: http://repo.bodar.com/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.jar unit-abot-epc-basic-0: 11:38:58 DEBUG unit.abot-epc-basic/0.install 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 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 332.2 KB/sec) unit-abot-epc-basic-0: 11:38:58 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: 11:38:58 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: 11:38:58 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: 11:38:58 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: 11:38:58 DEBUG unit.abot-epc-basic/0.install 3/590 KB 5/590 KB 8/590 KB 11/590 KB 13/590 KB 16/590 KB 19/590 KB 21/590 KB 24/590 KB 27/590 KB 29/590 KB 32/590 KB Downloading: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.jar unit-abot-epc-basic-0: 11:38:58 DEBUG unit.abot-epc-basic/0.install 36/590 KB 40/590 KB 44/590 KB 48/590 KB 52/590 KB 56/590 KB 60/590 KB 64/590 KB 68/590 KB 72/590 KB 76/590 KB 80/590 KB 80/590 KB 3/10 KB 84/590 KB 5/10 KB 84/590 KB 3/10 KB 88/590 KB 5/10 KB 92/590 KB 5/10 KB 96/590 KB 5/10 KB 96/590 KB 8/10 KB 96/590 KB 10/10 KB 96/590 KB 3/232 KB 10/10 KB 96/590 KB 5/232 KB 10/10 KB 96/590 KB 8/232 KB 10/10 KB 96/590 KB 11/232 KB 10/10 KB 96/590 KB 13/232 KB 10/10 KB 100/590 KB 13/232 KB 10/10 KB 104/590 KB 13/232 KB 10/10 KB 108/590 KB 13/232 KB 10/10 KB 112/590 KB 13/232 KB 10/10 KB 112/590 KB 13/232 KB 3/1710 KB 10/10 KB 112/590 KB 13/232 KB 5/1710 KB 10/10 KB 112/590 KB 13/232 KB 8/1710 KB 10/10 KB 112/590 KB 13/232 KB 11/1710 KB 10/10 KB 112/590 KB 13/232 KB 13/1710 KB 10/10 KB 112/590 KB 13/232 KB 13/1710 KB 10/10 KB 3/240 KB 112/590 KB 13/232 KB 13/1710 KB 10/10 KB 5/240 KB 112/590 KB 13/232 KB 13/1710 KB 10/10 KB 8/240 KB 112/590 KB 16/232 KB 13/1710 KB 10/10 KB 8/240 KB 112/590 KB 16/232 KB 13/1710 KB 10/10 KB 11/240 KB 116/590 KB 16/232 KB 13/1710 KB 10/10 KB 13/240 KB 116/590 KB 16/232 KB 13/1710 KB 10/10 KB 11/240 KB 120/590 KB 16/232 KB 13/1710 KB 10/10 KB 13/240 KB 124/590 KB 16/232 KB 13/1710 KB 10/10 KB 13/240 KB 128/590 KB 19/232 KB 13/1710 KB 10/10 KB 13/240 KB 124/590 KB 19/232 KB 13/1710 KB 10/10 KB 13/240 KB 128/590 KB 21/232 KB 13/1710 KB 10/10 KB 13/240 KB 128/590 KB 24/232 KB 13/1710 KB 10/10 KB 13/240 KB 128/590 KB 27/232 KB 13/1710 KB 10/10 KB 13/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 232.1 KB/sec) unit-abot-epc-basic-0: 11:38:58 DEBUG unit.abot-epc-basic/0.install 132/590 KB 29/232 KB 16/1710 KB 13/240 KB 136/590 KB 29/232 KB 16/1710 KB 16/240 KB 140/590 KB 29/232 KB 16/1710 KB 16/240 KB 144/590 KB 29/232 KB 16/1710 KB 16/240 KB 128/590 KB 29/232 KB 16/1710 KB 13/240 KB 128/590 KB 27/232 KB 16/1710 KB 13/240 KB 144/590 KB 29/232 KB 19/1710 KB 16/240 KB 144/590 KB 29/232 KB 21/1710 KB 16/240 KB 144/590 KB 29/232 KB 24/1710 KB 16/240 KB 144/590 KB 29/232 KB 27/1710 KB 16/240 KB 144/590 KB 29/232 KB 29/1710 KB 16/240 KB 144/590 KB 29/232 KB 32/1710 KB 16/240 KB 144/590 KB 32/232 KB 32/1710 KB 16/240 KB 132/590 KB 29/232 KB 16/1710 KB 16/240 KB 144/590 KB 36/232 KB 32/1710 KB 16/240 KB 148/590 KB 40/232 KB 32/1710 KB 19/240 KB 148/590 KB 44/232 KB 32/1710 KB 19/240 KB 148/590 KB 48/232 KB 32/1710 KB 19/240 KB 148/590 KB 48/232 KB 36/1710 KB 19/240 KB 148/590 KB 48/232 KB 40/1710 KB 19/240 KB 148/590 KB 48/232 KB 44/1710 KB 19/240 KB 148/590 KB 48/232 KB 48/1710 KB 19/240 KB 144/590 KB 36/232 KB 32/1710 KB 19/240 KB 148/590 KB 48/232 KB 48/1710 KB 21/240 KB 148/590 KB 48/232 KB 48/1710 KB 24/240 KB 148/590 KB 48/232 KB 48/1710 KB 27/240 KB 148/590 KB 36/232 KB 32/1710 KB 19/240 KB 148/590 KB 48/232 KB 52/1710 KB 27/240 KB 148/590 KB 48/232 KB 56/1710 KB 27/240 KB 148/590 KB 48/232 KB 60/1710 KB 27/240 KB 148/590 KB 48/232 KB 64/1710 KB 27/240 KB 148/590 KB 48/232 KB 68/1710 KB 27/240 KB 152/590 KB 52/232 KB 72/1710 KB 27/240 KB 152/590 KB 52/232 KB 76/1710 KB 27/240 KB 152/590 KB 52/232 KB 80/1710 KB 27/240 KB 152/590 KB 52/232 KB 68/1710 KB 27/240 KB 156/590 KB 52/232 KB 80/1710 KB 27/240 KB 160/590 KB 52/232 KB 80/1710 KB 27/240 KB 164/590 KB 52/232 KB 80/1710 KB 27/240 KB 168/590 KB 52/232 KB 80/1710 KB 27/240 KB 172/590 KB 52/232 KB 80/1710 KB 27/240 KB 148/590 KB 52/232 KB 68/1710 KB 27/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: 11:38:58 DEBUG unit.abot-epc-basic/0.install 176/590 KB 52/232 KB 84/1710 KB 27/240 KB 176/590 KB 56/232 KB 88/1710 KB 29/240 KB 176/590 KB 56/232 KB 84/1710 KB 29/240 KB 176/590 KB 56/232 KB 88/1710 KB 32/240 KB 176/590 KB 56/232 KB 88/1710 KB 36/240 KB 176/590 KB 56/232 KB 88/1710 KB 40/240 KB 176/590 KB 56/232 KB 3/44 KB 92/1710 KB 44/240 KB 176/590 KB 56/232 KB 3/44 KB 92/1710 KB 48/240 KB 176/590 KB 56/232 KB 84/1710 KB 27/240 KB 176/590 KB 56/232 KB 84/1710 KB 27/240 KB 176/590 KB 60/232 KB 3/44 KB 92/1710 KB 48/240 KB 176/590 KB 64/232 KB 3/44 KB 92/1710 KB 48/240 KB 176/590 KB 68/232 KB 3/44 KB 92/1710 KB 48/240 KB 176/590 KB 72/232 KB 3/44 KB 92/1710 KB 52/240 KB 176/590 KB 76/232 KB 3/44 KB 92/1710 KB 52/240 KB 180/590 KB 80/232 KB 3/44 KB 92/1710 KB 52/240 KB 180/590 KB 84/232 KB 3/44 KB 92/1710 KB 52/240 KB 180/590 KB 88/232 KB 3/44 KB 92/1710 KB 52/240 KB 180/590 KB 92/232 KB 3/44 KB 92/1710 KB 52/240 KB 180/590 KB 96/232 KB 3/44 KB 92/1710 KB 52/240 KB 176/590 KB 56/232 KB 3/44 KB 92/1710 KB 40/240 KB 180/590 KB 96/232 KB 3/44 KB 96/1710 KB 52/240 KB 180/590 KB 96/232 KB 3/44 KB 100/1710 KB 52/240 KB 180/590 KB 96/232 KB 3/44 KB 104/1710 KB 52/240 KB 180/590 KB 96/232 KB 3/44 KB 108/1710 KB 52/240 KB 176/590 KB 56/232 KB 3/44 KB 88/1710 KB 40/240 KB 180/590 KB 96/232 KB 5/44 KB 112/1710 KB 52/240 KB 180/590 KB 96/232 KB 8/44 KB 112/1710 KB 52/240 KB 180/590 KB 76/232 KB 3/44 KB 92/1710 KB 52/240 KB 184/590 KB 96/232 KB 8/44 KB 112/1710 KB 52/240 KB 188/590 KB 96/232 KB 11/44 KB 112/1710 KB 52/240 KB 192/590 KB 96/232 KB 11/44 KB 112/1710 KB 52/240 KB 196/590 KB 96/232 KB 11/44 KB 112/1710 KB 52/240 KB 176/590 KB 68/232 KB 3/44 KB 92/1710 KB 52/240 KB 196/590 KB 96/232 KB 11/44 KB 112/1710 KB 56/240 KB 196/590 KB 96/232 KB 11/44 KB 112/1710 KB 60/240 KB 196/590 KB 96/232 KB 11/44 KB 112/1710 KB 64/240 KB 196/590 KB 96/232 KB 11/44 KB 112/1710 KB 68/240 KB 200/590 KB 96/232 KB 11/44 KB 112/1710 KB 72/240 KB 200/590 KB 96/232 KB 11/44 KB 112/1710 KB 76/240 KB 200/590 KB 96/232 KB 11/44 KB 112/1710 KB 80/240 KB 200/590 KB 96/232 KB 11/44 KB 112/1710 KB 84/240 KB 200/590 KB 100/232 KB 11/44 KB 112/1710 KB 88/240 KB 200/590 KB 100/232 KB 11/44 KB 112/1710 KB 92/240 KB 200/590 KB 100/232 KB 11/44 KB 112/1710 KB 96/240 KB 200/590 KB 100/232 KB 11/44 KB 112/1710 KB 100/240 KB 196/590 KB 96/232 KB 11/44 KB 112/1710 KB 52/240 KB 184/590 KB 96/232 KB 11/44 KB 112/1710 KB 52/240 KB 200/590 KB 100/232 KB 13/44 KB 112/1710 KB 100/240 KB 200/590 KB 100/232 KB 16/44 KB 112/1710 KB 100/240 KB 200/590 KB 100/232 KB 19/44 KB 112/1710 KB 100/240 KB 200/590 KB 100/232 KB 21/44 KB 112/1710 KB 100/240 KB 200/590 KB 100/232 KB 24/44 KB 112/1710 KB 100/240 KB 200/590 KB 100/232 KB 27/44 KB 112/1710 KB 100/240 KB 200/590 KB 100/232 KB 29/44 KB 116/1710 KB 100/240 KB 200/590 KB 100/232 KB 11/44 KB 112/1710 KB 84/240 KB 200/590 KB 96/232 KB 11/44 KB 112/1710 KB 68/240 KB 204/590 KB 100/232 KB 29/44 KB 116/1710 KB 100/240 KB 208/590 KB 100/232 KB 29/44 KB 116/1710 KB 100/240 KB 212/590 KB 100/232 KB 29/44 KB 116/1710 KB 100/240 KB 216/590 KB 104/232 KB 32/44 KB 116/1710 KB 100/240 KB 220/590 KB 104/232 KB 32/44 KB 116/1710 KB 100/240 KB 224/590 KB 104/232 KB 32/44 KB 116/1710 KB 100/240 KB 200/590 KB 100/232 KB 27/44 KB 116/1710 KB 100/240 KB 224/590 KB 104/232 KB 32/44 KB 120/1710 KB 100/240 KB 224/590 KB 104/232 KB 32/44 KB 124/1710 KB 100/240 KB 212/590 KB 104/232 KB 32/44 KB unit-abot-epc-basic-0: 11:38:58 DEBUG unit.abot-epc-basic/0.install 116/1710 KB 100/240 KB 224/590 KB 108/232 KB 32/44 KB 124/1710 KB 100/240 KB 224/590 KB 112/232 KB 32/44 KB 124/1710 KB 100/240 KB 224/590 KB 116/232 KB 32/44 KB 124/1710 KB 100/240 KB 228/590 KB 120/232 KB 32/44 KB 128/1710 KB 100/240 KB 228/590 KB 124/232 KB 32/44 KB 128/1710 KB 100/240 KB 228/590 KB 128/232 KB 32/44 KB 128/1710 KB 100/240 KB 228/590 KB 132/232 KB 32/44 KB 128/1710 KB 100/240 KB 212/590 KB 100/232 KB 32/44 KB 116/1710 KB 100/240 KB 228/590 KB 132/232 KB 36/44 KB 128/1710 KB 104/240 KB 228/590 KB 132/232 KB 40/44 KB 128/1710 KB 104/240 KB 228/590 KB 132/232 KB 44/44 KB 128/1710 KB 104/240 KB 228/590 KB 132/232 KB 44/44 KB 128/1710 KB 104/240 KB 228/590 KB 132/232 KB 32/44 KB 128/1710 KB 104/240 KB 228/590 KB 132/232 KB 44/44 KB 128/1710 KB 108/240 KB 228/590 KB 116/232 KB 32/44 KB 128/1710 KB 100/240 KB 232/590 KB 132/232 KB 44/44 KB 128/1710 KB 108/240 KB 236/590 KB 132/232 KB 44/44 KB 128/1710 KB 108/240 KB 240/590 KB 132/232 KB 44/44 KB 128/1710 KB 108/240 KB 224/590 KB 116/232 KB 32/44 KB 128/1710 KB 100/240 KB 240/590 KB 132/232 KB 44/44 KB 132/1710 KB 108/240 KB 240/590 KB 132/232 KB 44/44 KB 136/1710 KB 108/240 KB 240/590 KB 132/232 KB 44/44 KB 140/1710 KB 108/240 KB 240/590 KB 132/232 KB 44/44 KB 144/1710 KB 108/240 KB 240/590 KB 132/232 KB 44/44 KB 148/1710 KB 108/240 KB 244/590 KB 136/232 KB 44/44 KB 152/1710 KB 112/240 KB 244/590 KB 136/232 KB 44/44 KB 156/1710 KB 112/240 KB 244/590 KB 136/232 KB 44/44 KB 160/1710 KB 112/240 KB 244/590 KB 136/232 KB 44/44 KB 164/1710 KB 112/240 KB 244/590 KB 136/232 KB 44/44 KB 168/1710 KB 112/240 KB 244/590 KB 136/232 KB 44/44 KB 172/1710 KB 112/240 KB 244/590 KB 136/232 KB 44/44 KB 176/1710 KB 112/240 KB 244/590 KB 136/232 KB 44/44 KB 180/1710 KB 112/240 KB 244/590 KB 136/232 KB 44/44 KB 148/1710 KB 112/240 KB 244/590 KB 140/232 KB 180/1710 KB 112/240 KB 244/590 KB 144/232 KB 180/1710 KB 112/240 KB 244/590 KB 132/232 KB 44/44 KB 148/1710 KB 112/240 KB 248/590 KB 144/232 KB 180/1710 KB 112/240 KB 252/590 KB 144/232 KB 180/1710 KB 112/240 KB 256/590 KB 144/232 KB 180/1710 KB 112/240 KB 260/590 KB 144/232 KB 180/1710 KB 112/240 KB 264/590 KB 148/232 KB 180/1710 KB 112/240 KB 240/590 KB 132/232 KB 44/44 KB 148/1710 KB 112/240 KB 264/590 KB 148/232 KB 180/1710 KB 116/240 KB 264/590 KB 148/232 KB 180/1710 KB 120/240 KB 264/590 KB 148/232 KB 180/1710 KB 124/240 KB 264/590 KB 148/232 KB 180/1710 KB 128/240 KB 264/590 KB 148/232 KB 180/1710 KB 132/240 KB 268/590 KB 148/232 KB 180/1710 KB 136/240 KB 268/590 KB 148/232 KB 180/1710 KB 140/240 KB 268/590 KB 148/232 KB 180/1710 KB 144/240 KB 260/590 KB 148/232 KB 180/1710 KB 112/240 KB 268/590 KB 152/232 KB 180/1710 KB 144/240 KB 268/590 KB 156/232 KB 180/1710 KB 144/240 KB Downloaded: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (44 KB at 529.7 KB/sec) unit-abot-epc-basic-0: 11:38:58 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.51/jsch-0.1.51.jar unit-abot-epc-basic-0: 11:38:58 DEBUG unit.abot-epc-basic/0.install 268/590 KB 148/232 KB 180/1710 KB 132/240 KB 272/590 KB 156/232 KB 180/1710 KB 144/240 KB 276/590 KB 160/232 KB 180/1710 KB 144/240 KB 280/590 KB 160/232 KB 180/1710 KB 148/240 KB 284/590 KB 160/232 KB 180/1710 KB 148/240 KB 272/590 KB 160/232 KB 180/1710 KB 144/240 KB 284/590 KB 164/232 KB 184/1710 KB 148/240 KB 284/590 KB 168/232 KB 184/1710 KB 148/240 KB 284/590 KB 160/232 KB 184/1710 KB 148/240 KB 288/590 KB 168/232 KB 188/1710 KB 148/240 KB 288/590 KB 172/232 KB 192/1710 KB 148/240 KB 276/590 KB 160/232 KB 180/1710 KB 148/240 KB 288/590 KB 172/232 KB 192/1710 KB 152/240 KB 288/590 KB 172/232 KB 192/1710 KB 156/240 KB 288/590 KB 172/232 KB 192/1710 KB 160/240 KB 288/590 KB 172/232 KB 188/1710 KB 148/240 KB 288/590 KB 176/232 KB 192/1710 KB 160/240 KB 288/590 KB 168/232 KB 184/1710 KB 148/240 KB 292/590 KB 176/232 KB 192/1710 KB 160/240 KB 296/590 KB 180/232 KB 196/1710 KB 160/240 KB 300/590 KB 180/232 KB 196/1710 KB 160/240 KB 304/590 KB 180/232 KB 196/1710 KB 164/240 KB 292/590 KB 180/232 KB 196/1710 KB 160/240 KB 304/590 KB 184/232 KB 196/1710 KB 164/240 KB 304/590 KB 188/232 KB 196/1710 KB 164/240 KB 304/590 KB 192/232 KB 196/1710 KB 164/240 KB 304/590 KB 196/232 KB 196/1710 KB 164/240 KB 308/590 KB 200/232 KB 196/1710 KB 164/240 KB 308/590 KB 204/232 KB 196/1710 KB 164/240 KB 308/590 KB 208/232 KB 196/1710 KB 164/240 KB 292/590 KB 176/232 KB 196/1710 KB 160/240 KB 308/590 KB 208/232 KB 200/1710 KB 164/240 KB 308/590 KB 208/232 KB 204/1710 KB 164/240 KB 308/590 KB 208/232 KB 208/1710 KB 164/240 KB 308/590 KB 208/232 KB 212/1710 KB 164/240 KB 308/590 KB 208/232 KB 216/1710 KB 164/240 KB 308/590 KB 208/232 KB 220/1710 KB 164/240 KB 308/590 KB 208/232 KB 224/1710 KB 164/240 KB 308/590 KB 196/232 KB 196/1710 KB 164/240 KB 312/590 KB 208/232 KB 224/1710 KB 164/240 KB 316/590 KB 208/232 KB 224/1710 KB 164/240 KB 300/590 KB 180/232 KB 196/1710 KB 164/240 KB 316/590 KB 208/232 KB 224/1710 KB 168/240 KB 316/590 KB 208/232 KB 224/1710 KB 172/240 KB 316/590 KB 208/232 KB 224/1710 KB 176/240 KB 320/590 KB 208/232 KB 224/1710 KB 176/240 KB 324/590 KB 208/232 KB 224/1710 KB 176/240 KB 328/590 KB 212/232 KB 228/1710 KB 4/258 KB 180/240 KB 332/590 KB 212/232 KB 228/1710 KB 4/258 KB 180/240 KB 336/590 KB 212/232 KB 228/1710 KB 4/258 KB 180/240 KB 324/590 KB 212/232 KB 228/1710 KB 4/258 KB 180/240 KB 336/590 KB 216/232 KB 228/1710 KB 4/258 KB 180/240 KB 336/590 KB 220/232 KB 228/1710 KB 4/258 KB 180/240 KB 336/590 KB 224/232 KB 228/1710 KB 4/258 KB 180/240 KB 324/590 KB 208/232 KB 228/1710 KB 4/258 KB 180/240 KB 324/590 KB 208/232 KB 224/1710 KB 4/258 KB 180/240 KB 336/590 KB 224/232 KB 228/1710 KB 8/258 KB 180/240 KB 336/590 KB 224/232 KB 228/1710 KB 12/258 KB 180/240 KB 336/590 KB 224/232 KB 228/1710 KB 16/258 KB 180/240 KB 336/590 KB 224/232 KB 228/1710 KB 20/258 KB 180/240 KB 336/590 KB 224/232 KB 228/1710 KB 24/258 KB 180/240 KB 336/590 KB 224/232 KB 228/1710 KB 28/258 KB 180/240 KB 336/590 KB 224/232 KB 228/1710 KB 32/258 KB 180/240 KB 336/590 KB 224/232 KB 228/1710 KB 36/258 KB 180/240 KB 324/590 KB 208/232 KB 224/1710 KB 180/240 KB 336/590 KB 224/232 KB 228/1710 KB 40/258 KB 184/240 KB 336/590 KB 224/232 KB 228/1710 KB 40/258 KB 188/240 KB 336/590 KB 224/232 KB 228/1710 KB 40/258 KB 192/240 KB 336/590 KB 224/232 KB 228/1710 KB 40/258 KB 192/240 KB 336/590 KB 224/232 KB 228/1710 KB 44/258 KB 192/240 KB 336/590 KB 224/232 KB 228/1710 KB 48/258 KB 196/240 KB unit-abot-epc-basic-0: 11:38:58 DEBUG unit.abot-epc-basic/0.install 336/590 KB 224/232 KB 232/1710 KB 48/258 KB 196/240 KB 336/590 KB 224/232 KB 236/1710 KB 48/258 KB 196/240 KB 340/590 KB 224/232 KB 240/1710 KB 48/258 KB 196/240 KB 344/590 KB 228/232 KB 240/1710 KB 48/258 KB 196/240 KB 348/590 KB 228/232 KB 240/1710 KB 48/258 KB 196/240 KB 352/590 KB 228/232 KB 240/1710 KB 48/258 KB 196/240 KB 336/590 KB 224/232 KB 228/1710 KB 44/258 KB 196/240 KB 352/590 KB 228/232 KB 240/1710 KB 48/258 KB 200/240 KB 352/590 KB 228/232 KB 240/1710 KB 48/258 KB 204/240 KB 352/590 KB 228/232 KB 240/1710 KB 48/258 KB 208/240 KB 352/590 KB 228/232 KB 240/1710 KB 48/258 KB 212/240 KB 352/590 KB 228/232 KB 240/1710 KB 48/258 KB 216/240 KB 352/590 KB 228/232 KB 240/1710 KB 48/258 KB 220/240 KB 352/590 KB 228/232 KB 240/1710 KB 48/258 KB 224/240 KB 352/590 KB 228/232 KB 240/1710 KB 52/258 KB 224/240 KB 352/590 KB 228/232 KB 240/1710 KB 56/258 KB 224/240 KB 352/590 KB 228/232 KB 240/1710 KB 60/258 KB 224/240 KB 352/590 KB 228/232 KB 240/1710 KB 64/258 KB 224/240 KB 340/590 KB 228/232 KB 240/1710 KB 48/258 KB 196/240 KB 336/590 KB 224/232 KB 240/1710 KB 48/258 KB 196/240 KB 352/590 KB 228/232 KB 244/1710 KB 64/258 KB 224/240 KB 352/590 KB 232/232 KB 244/1710 KB 64/258 KB 224/240 KB 352/590 KB 232/232 KB 244/1710 KB 64/258 KB 224/240 KB 352/590 KB 232/232 KB 248/1710 KB 64/258 KB 224/240 KB 352/590 KB 232/232 KB 252/1710 KB 64/258 KB 224/240 KB 352/590 KB 232/232 KB 256/1710 KB 64/258 KB 224/240 KB 352/590 KB 232/232 KB 256/1710 KB 68/258 KB 224/240 KB 352/590 KB 232/232 KB 256/1710 KB 72/258 KB 224/240 KB 352/590 KB 232/232 KB 256/1710 KB 76/258 KB 224/240 KB 356/590 KB 232/232 KB 260/1710 KB 80/258 KB 224/240 KB 356/590 KB 232/232 KB 260/1710 KB 76/258 KB 224/240 KB 360/590 KB 232/232 KB 260/1710 KB 80/258 KB 228/240 KB 364/590 KB 232/232 KB 260/1710 KB 80/258 KB 228/240 KB 368/590 KB 232/232 KB 260/1710 KB 80/258 KB 228/240 KB 372/590 KB 232/232 KB 260/1710 KB 80/258 KB 228/240 KB 376/590 KB 260/1710 KB 84/258 KB 228/240 KB 380/590 KB 260/1710 KB 84/258 KB 228/240 KB 384/590 KB 260/1710 KB 84/258 KB 228/240 KB 352/590 KB 232/232 KB 260/1710 KB 76/258 KB 224/240 KB 384/590 KB 264/1710 KB 84/258 KB 228/240 KB 384/590 KB 268/1710 KB 84/258 KB 228/240 KB 384/590 KB 272/1710 KB 84/258 KB 228/240 KB 384/590 KB 276/1710 KB 84/258 KB 228/240 KB 384/590 KB 280/1710 KB 84/258 KB 228/240 KB 384/590 KB 284/1710 KB 84/258 KB 228/240 KB 384/590 KB 288/1710 KB 84/258 KB 228/240 KB 384/590 KB 292/1710 KB 84/258 KB 228/240 KB 388/590 KB 296/1710 KB 84/258 KB 228/240 KB 388/590 KB 300/1710 KB 84/258 KB 228/240 KB 388/590 KB 304/1710 KB 84/258 KB 228/240 KB 372/590 KB 260/1710 KB 84/258 KB 228/240 KB 356/590 KB 232/232 KB 260/1710 KB 80/258 KB 228/240 KB 388/590 KB 304/1710 KB 84/258 KB 232/240 KB 388/590 KB 304/1710 KB 84/258 KB 236/240 KB 388/590 KB 304/1710 KB 84/258 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 1965.1 KB/sec) unit-abot-epc-basic-0: 11:38:58 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: 11:38:58 DEBUG unit.abot-epc-basic/0.install 388/590 KB 292/1710 KB 84/258 KB 228/240 KB 392/590 KB 308/1710 KB 88/258 KB 240/240 KB 396/590 KB 308/1710 KB 88/258 KB 240/240 KB 400/590 KB 308/1710 KB 88/258 KB 240/240 KB 404/590 KB 308/1710 KB 88/258 KB 240/240 KB 408/590 KB 308/1710 KB 88/258 KB 240/240 KB 412/590 KB 308/1710 KB 88/258 KB 240/240 KB 416/590 KB 308/1710 KB 88/258 KB 240/240 KB 420/590 KB 308/1710 KB 88/258 KB 240/240 KB 424/590 KB 308/1710 KB 88/258 KB 240/240 KB 428/590 KB 308/1710 KB 88/258 KB 240/240 KB 432/590 KB 308/1710 KB 88/258 KB 240/240 KB 388/590 KB 308/1710 KB 88/258 KB 240/240 KB 432/590 KB 312/1710 KB 88/258 KB 240/240 KB 432/590 KB 316/1710 KB 88/258 KB 240/240 KB 432/590 KB 320/1710 KB 88/258 KB 240/240 KB 432/590 KB 324/1710 KB 88/258 KB 240/240 KB 432/590 KB 328/1710 KB 88/258 KB 240/240 KB 432/590 KB 332/1710 KB 88/258 KB 240/240 KB 388/590 KB 304/1710 KB 88/258 KB 240/240 KB 432/590 KB 332/1710 KB 92/258 KB 240/240 KB 432/590 KB 332/1710 KB 96/258 KB 240/240 KB 432/590 KB 332/1710 KB 100/258 KB 240/240 KB 432/590 KB 332/1710 KB 104/258 KB 240/240 KB 432/590 KB 332/1710 KB 108/258 KB 240/240 KB 432/590 KB 332/1710 KB 112/258 KB 240/240 KB 432/590 KB 332/1710 KB 116/258 KB 240/240 KB 432/590 KB 332/1710 KB 120/258 KB 240/240 KB 432/590 KB 336/1710 KB 124/258 KB 240/240 KB 432/590 KB 336/1710 KB 128/258 KB 240/240 KB 432/590 KB 336/1710 KB 132/258 KB 240/240 KB 436/590 KB 336/1710 KB 136/258 KB 240/240 KB 436/590 KB 336/1710 KB 140/258 KB 240/240 KB 436/590 KB 336/1710 KB 144/258 KB 240/240 KB 432/590 KB 336/1710 KB 120/258 KB 240/240 KB 436/590 KB 340/1710 KB 144/258 KB 240/240 KB 436/590 KB 344/1710 KB 144/258 KB 240/240 KB 436/590 KB 348/1710 KB 144/258 KB 240/240 KB 436/590 KB 352/1710 KB 144/258 KB 240/240 KB 436/590 KB 336/1710 KB 132/258 KB 240/240 KB 440/590 KB 352/1710 KB 144/258 KB 240/240 KB 444/590 KB 352/1710 KB 144/258 KB 240/240 KB 448/590 KB 352/1710 KB 144/258 KB 240/240 KB 452/590 KB 356/1710 KB 144/258 KB 240/240 KB 448/590 KB 356/1710 KB 144/258 KB 240/240 KB 452/590 KB 360/1710 KB 144/258 KB 240/240 KB 452/590 KB 364/1710 KB 144/258 KB 240/240 KB 452/590 KB 368/1710 KB 144/258 KB 240/240 KB 456/590 KB 368/1710 KB 144/258 KB 240/240 KB 456/590 KB 368/1710 KB 148/258 KB 240/240 KB 456/590 KB 368/1710 KB 152/258 KB 240/240 KB 456/590 KB 368/1710 KB 156/258 KB 240/240 KB 456/590 KB 368/1710 KB 160/258 KB 240/240 KB 456/590 KB 372/1710 KB 160/258 KB 240/240 KB 460/590 KB 372/1710 KB 160/258 KB 240/240 KB 464/590 KB 372/1710 KB 160/258 KB 240/240 KB 468/590 KB 372/1710 KB 160/258 KB 240/240 KB 472/590 KB 376/1710 KB 160/258 KB 240/240 KB 468/590 KB 376/1710 KB 160/258 KB 240/240 KB 476/590 KB 380/1710 KB 160/258 KB 240/240 KB 476/590 KB 384/1710 KB 160/258 KB 240/240 KB 476/590 KB 384/1710 KB 164/258 KB 240/240 KB 476/590 KB 384/1710 KB 168/258 KB 240/240 KB 476/590 KB 384/1710 KB 172/258 KB 240/240 KB 476/590 KB 384/1710 KB 176/258 KB 240/240 KB 476/590 KB 384/1710 KB 176/258 KB 240/240 KB 480/590 KB 388/1710 KB 176/258 KB 240/240 KB 484/590 KB 388/1710 KB 176/258 KB 240/240 KB 488/590 KB 388/1710 KB 180/258 KB 240/240 KB 492/590 KB 388/1710 KB 180/258 KB 240/240 KB 496/590 KB 388/1710 KB 180/258 KB 240/240 KB 476/590 KB 388/1710 KB 176/258 KB 240/240 KB 496/590 KB 392/1710 KB 180/258 KB 240/240 KB 496/590 KB 396/1710 KB 180/258 KB 240/240 KB 496/590 KB 400/1710 KB 180/258 KB 240/240 KB 484/590 KB 388/1710 KB 180/258 KB 240/240 KB 496/590 KB 4 unit-abot-epc-basic-0: 11:38:58 DEBUG unit.abot-epc-basic/0.install 00/1710 KB 184/258 KB 240/240 KB 496/590 KB 400/1710 KB 188/258 KB 240/240 KB 496/590 KB 400/1710 KB 192/258 KB 240/240 KB 496/590 KB 400/1710 KB 196/258 KB 240/240 KB 496/590 KB 400/1710 KB 200/258 KB 240/240 KB 496/590 KB 400/1710 KB 204/258 KB 240/240 KB 496/590 KB 400/1710 KB 208/258 KB 240/240 KB 496/590 KB 404/1710 KB 208/258 KB 240/240 KB 496/590 KB 408/1710 KB 208/258 KB 240/240 KB 500/590 KB 412/1710 KB 208/258 KB 240/240 KB 500/590 KB 416/1710 KB 208/258 KB 240/240 KB 500/590 KB 420/1710 KB 208/258 KB 240/240 KB 500/590 KB 424/1710 KB 212/258 KB 500/590 KB 408/1710 KB 208/258 KB 240/240 KB 504/590 KB 424/1710 KB 212/258 KB 508/590 KB 424/1710 KB 212/258 KB 512/590 KB 424/1710 KB 212/258 KB 500/590 KB 420/1710 KB 212/258 KB Downloaded: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.jar (240 KB at 1616.9 KB/sec) unit-abot-epc-basic-0: 11:38:58 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: 11:38:58 DEBUG unit.abot-epc-basic/0.install 512/590 KB 4/223 KB 424/1710 KB 212/258 KB 512/590 KB 8/223 KB 424/1710 KB 212/258 KB 512/590 KB 12/223 KB 424/1710 KB 212/258 KB 512/590 KB 16/223 KB 424/1710 KB 212/258 KB 512/590 KB 20/223 KB 424/1710 KB 212/258 KB 512/590 KB 24/223 KB 424/1710 KB 212/258 KB 512/590 KB 28/223 KB 424/1710 KB 212/258 KB 512/590 KB 32/223 KB 424/1710 KB 212/258 KB 516/590 KB 32/223 KB 424/1710 KB 212/258 KB 516/590 KB 32/223 KB 424/1710 KB 216/258 KB 516/590 KB 32/223 KB 424/1710 KB 220/258 KB 516/590 KB 32/223 KB 424/1710 KB 224/258 KB 516/590 KB 36/223 KB 424/1710 KB 224/258 KB 516/590 KB 40/223 KB 424/1710 KB 224/258 KB 516/590 KB 44/223 KB 424/1710 KB 224/258 KB 516/590 KB 48/223 KB 424/1710 KB 224/258 KB 516/590 KB 48/223 KB 428/1710 KB 224/258 KB 520/590 KB 48/223 KB 428/1710 KB 224/258 KB 524/590 KB 48/223 KB 428/1710 KB 224/258 KB 528/590 KB 48/223 KB 432/1710 KB 228/258 KB 524/590 KB 48/223 KB 432/1710 KB 228/258 KB 528/590 KB 48/223 KB 432/1710 KB 232/258 KB 532/590 KB 52/223 KB 432/1710 KB 236/258 KB 524/590 KB 48/223 KB 432/1710 KB 224/258 KB 532/590 KB 52/223 KB 436/1710 KB 236/258 KB 532/590 KB 52/223 KB 440/1710 KB 240/258 KB 532/590 KB 52/223 KB 444/1710 KB 240/258 KB 532/590 KB 52/223 KB 448/1710 KB 240/258 KB 532/590 KB 52/223 KB 452/1710 KB 240/258 KB 532/590 KB 52/223 KB 456/1710 KB 240/258 KB 532/590 KB 52/223 KB 432/1710 KB 232/258 KB 528/590 KB 52/223 KB 432/1710 KB 232/258 KB 532/590 KB 56/223 KB 460/1710 KB 240/258 KB 532/590 KB 60/223 KB 460/1710 KB 240/258 KB 532/590 KB 64/223 KB 460/1710 KB 240/258 KB 532/590 KB 64/223 KB 460/1710 KB 240/258 KB 3/208 KB 532/590 KB 64/223 KB 460/1710 KB 240/258 KB 5/208 KB 532/590 KB 64/223 KB 460/1710 KB 240/258 KB 8/208 KB 532/590 KB 64/223 KB 460/1710 KB 240/258 KB 11/208 KB 532/590 KB 64/223 KB 460/1710 KB 240/258 KB 13/208 KB 532/590 KB 68/223 KB 460/1710 KB 240/258 KB 13/208 KB 532/590 KB 72/223 KB 460/1710 KB 240/258 KB 13/208 KB 532/590 KB 76/223 KB 460/1710 KB 240/258 KB 13/208 KB 532/590 KB 80/223 KB 460/1710 KB 240/258 KB 13/208 KB 532/590 KB 80/223 KB 460/1710 KB 240/258 KB 16/208 KB 532/590 KB 80/223 KB 460/1710 KB 240/258 KB 19/208 KB 532/590 KB 52/223 KB 436/1710 KB 240/258 KB 532/590 KB 80/223 KB 460/1710 KB 240/258 KB 21/208 KB 532/590 KB 80/223 KB 460/1710 KB 240/258 KB 24/208 KB 532/590 KB 84/223 KB 460/1710 KB 240/258 KB 24/208 KB 536/590 KB 88/223 KB 460/1710 KB 244/258 KB 24/208 KB 536/590 KB 88/223 KB 460/1710 KB 244/258 KB 27/208 KB 536/590 KB 88/223 KB 460/1710 KB 244/258 KB 29/208 KB 536/590 KB 84/223 KB 460/1710 KB 244/258 KB 24/208 KB 536/590 KB 84/223 KB 460/1710 KB 240/258 KB 24/208 KB 540/590 KB 88/223 KB 460/1710 KB 244/258 KB 29/208 KB 544/590 KB 88/223 KB 460/1710 KB 244/258 KB 29/208 KB 544/590 KB 88/223 KB 460/1710 KB 244/258 KB 32/208 KB 544/590 KB 92/223 KB 460/1710 KB 244/258 KB 32/208 KB 544/590 KB 96/223 KB 460/1710 KB 248/258 KB 32/208 KB 544/590 KB 92/223 KB 460/1710 KB 248/258 KB 32/208 KB 544/590 KB 96/223 KB 460/1710 KB 252/258 KB 32/208 KB 544/590 KB 96/223 KB 460/1710 KB 256/258 KB 32/208 KB 544/590 KB 96/223 KB 460/1710 KB 258/258 KB 32/208 KB 532/590 KB 52/223 KB 460/1710 KB 258/258 KB 32/208 KB 548/590 KB 96/223 KB 460/1710 KB 258/258 KB 32/208 KB 552/590 KB 96/223 KB 460/1710 KB 258/258 KB 36/208 KB 548/590 KB 96/223 KB 460/1710 KB 258/258 KB 36/208 KB 556/590 KB 96/223 KB 464/1710 KB 258/258 KB 40/208 KB 556/590 KB 96/223 KB 464/1710 KB 258/258 K unit-abot-epc-basic-0: 11:38:58 DEBUG unit.abot-epc-basic/0.install B 44/208 KB 556/590 KB 96/223 KB 464/1710 KB 258/258 KB 48/208 KB 552/590 KB 96/223 KB 464/1710 KB 258/258 KB 36/208 KB 556/590 KB 100/223 KB 464/1710 KB 258/258 KB 48/208 KB 556/590 KB 104/223 KB 464/1710 KB 258/258 KB 48/208 KB 556/590 KB 108/223 KB 464/1710 KB 258/258 KB 48/208 KB 556/590 KB 112/223 KB 468/1710 KB 258/258 KB 52/208 KB 556/590 KB 100/223 KB 464/1710 KB 258/258 KB 48/208 KB 560/590 KB 112/223 KB 468/1710 KB 258/258 KB 52/208 KB 564/590 KB 112/223 KB 468/1710 KB 258/258 KB 52/208 KB 568/590 KB 116/223 KB 468/1710 KB 258/258 KB 52/208 KB 556/590 KB 108/223 KB 468/1710 KB 258/258 KB 52/208 KB 572/590 KB 116/223 KB 472/1710 KB 258/258 KB 52/208 KB 556/590 KB 108/223 KB 464/1710 KB 258/258 KB 52/208 KB 572/590 KB 116/223 KB 472/1710 KB 258/258 KB 56/208 KB 572/590 KB 116/223 KB 472/1710 KB 258/258 KB 60/208 KB 572/590 KB 116/223 KB 472/1710 KB 258/258 KB 64/208 KB 572/590 KB 116/223 KB 472/1710 KB 258/258 KB 68/208 KB 572/590 KB 116/223 KB 472/1710 KB 258/258 KB 72/208 KB 572/590 KB 116/223 KB 472/1710 KB 258/258 KB 76/208 KB Downloaded: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.51/jsch-0.1.51.jar (258 KB at 1561.5 KB/sec) unit-abot-epc-basic-0: 11:38:58 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: 11:38:58 DEBUG unit.abot-epc-basic/0.install 564/590 KB 116/223 KB 468/1710 KB 258/258 KB 52/208 KB 572/590 KB 116/223 KB 468/1710 KB 258/258 KB 52/208 KB 572/590 KB 116/223 KB 476/1710 KB 80/208 KB 576/590 KB 120/223 KB 480/1710 KB 80/208 KB 572/590 KB 116/223 KB 472/1710 KB 80/208 KB 576/590 KB 120/223 KB 480/1710 KB 84/208 KB 576/590 KB 120/223 KB 484/1710 KB 88/208 KB 576/590 KB 120/223 KB 484/1710 KB 92/208 KB 576/590 KB 120/223 KB 484/1710 KB 96/208 KB 572/590 KB 120/223 KB 484/1710 KB 84/208 KB 576/590 KB 124/223 KB 484/1710 KB 96/208 KB 576/590 KB 120/223 KB 484/1710 KB 84/208 KB 576/590 KB 128/223 KB 488/1710 KB 96/208 KB 576/590 KB 128/223 KB 492/1710 KB 96/208 KB 576/590 KB 128/223 KB 496/1710 KB 96/208 KB 576/590 KB 120/223 KB 476/1710 KB 80/208 KB 580/590 KB 128/223 KB 496/1710 KB 96/208 KB 584/590 KB 128/223 KB 496/1710 KB 96/208 KB 588/590 KB 128/223 KB 496/1710 KB 96/208 KB 590/590 KB 128/223 KB 496/1710 KB 96/208 KB 576/590 KB 128/223 KB 488/1710 KB 96/208 KB 590/590 KB 132/223 KB 496/1710 KB 96/208 KB 590/590 KB 136/223 KB 496/1710 KB 100/208 KB 590/590 KB 132/223 KB 496/1710 KB 100/208 KB 590/590 KB 136/223 KB 496/1710 KB 104/208 KB 590/590 KB 136/223 KB 500/1710 KB 108/208 KB 590/590 KB 136/223 KB 500/1710 KB 104/208 KB 590/590 KB 140/223 KB 500/1710 KB 108/208 KB 590/590 KB 144/223 KB 504/1710 KB 108/208 KB 590/590 KB 144/223 KB 504/1710 KB 112/208 KB 590/590 KB 144/223 KB 504/1710 KB 112/208 KB 590/590 KB 144/223 KB 508/1710 KB 112/208 KB 590/590 KB 144/223 KB 512/1710 KB 116/208 KB 590/590 KB 144/223 KB 516/1710 KB 116/208 KB 590/590 KB 148/223 KB 520/1710 KB 116/208 KB 590/590 KB 148/223 KB 524/1710 KB 116/208 KB 590/590 KB 148/223 KB 528/1710 KB 116/208 KB 590/590 KB 144/223 KB 508/1710 KB 116/208 KB 590/590 KB 148/223 KB 532/1710 KB 116/208 KB 4/38 KB 590/590 KB 148/223 KB 532/1710 KB 116/208 KB 8/38 KB 590/590 KB 148/223 KB 532/1710 KB 116/208 KB 12/38 KB 590/590 KB 148/223 KB 532/1710 KB 116/208 KB 16/38 KB 590/590 KB 148/223 KB 532/1710 KB 120/208 KB 16/38 KB 590/590 KB 148/223 KB 532/1710 KB 124/208 KB 16/38 KB 590/590 KB 148/223 KB 532/1710 KB 128/208 KB 16/38 KB 590/590 KB 148/223 KB 532/1710 KB 132/208 KB 16/38 KB 148/223 KB 532/1710 KB 136/208 KB 20/38 KB 148/223 KB 532/1710 KB 140/208 KB 20/38 KB 148/223 KB 532/1710 KB 144/208 KB 20/38 KB 590/590 KB 148/223 KB 532/1710 KB 116/208 KB 148/223 KB 536/1710 KB 144/208 KB 20/38 KB 148/223 KB 540/1710 KB 144/208 KB 20/38 KB 148/223 KB 544/1710 KB 144/208 KB 20/38 KB 148/223 KB 548/1710 KB 144/208 KB 20/38 KB 590/590 KB 148/223 KB 516/1710 KB 116/208 KB 152/223 KB 548/1710 KB 148/208 KB 20/38 KB 156/223 KB 548/1710 KB 148/208 KB 20/38 KB 160/223 KB 548/1710 KB 148/208 KB 20/38 KB 164/223 KB 548/1710 KB 148/208 KB 20/38 KB 168/223 KB 548/1710 KB 148/208 KB 20/38 KB 172/223 KB 548/1710 KB 148/208 KB 20/38 KB 176/223 KB 548/1710 KB 148/208 KB 20/38 KB 180/223 KB 548/1710 KB 148/208 KB 20/38 KB 184/223 KB 548/1710 KB 148/208 KB 20/38 KB 148/223 KB 548/1710 KB 148/208 KB 20/38 KB 188/223 KB 548/1710 KB 152/208 KB 20/38 KB 148/223 KB 532/1710 KB 132/208 KB 20/38 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 2919.1 KB/sec) unit-abot-epc-basic-0: 11:38:58 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: 11:38:58 DEBUG unit.abot-epc-basic/0.install 188/223 KB 548/1710 KB 152/208 KB 24/38 KB 188/223 KB 548/1710 KB 152/208 KB 28/38 KB 188/223 KB 548/1710 KB 152/208 KB 32/38 KB 188/223 KB 548/1710 KB 152/208 KB 36/38 KB 188/223 KB 548/1710 KB 152/208 KB 38/38 KB 188/223 KB 548/1710 KB 152/208 KB 20/38 KB 192/223 KB 548/1710 KB 156/208 KB 38/38 KB 188/223 KB 548/1710 KB 156/208 KB 38/38 KB 192/223 KB 552/1710 KB 160/208 KB 38/38 KB 192/223 KB 552/1710 KB 156/208 KB 38/38 KB 192/223 KB 556/1710 KB 160/208 KB 38/38 KB 192/223 KB 560/1710 KB 160/208 KB 38/38 KB 192/223 KB 564/1710 KB 160/208 KB 38/38 KB 196/223 KB 564/1710 KB 164/208 KB 38/38 KB 200/223 KB 568/1710 KB 164/208 KB 38/38 KB 204/223 KB 568/1710 KB 164/208 KB 38/38 KB 208/223 KB 568/1710 KB 164/208 KB 38/38 KB 192/223 KB 564/1710 KB 164/208 KB 38/38 KB 208/223 KB 568/1710 KB 168/208 KB 38/38 KB 208/223 KB 568/1710 KB 172/208 KB 38/38 KB 208/223 KB 568/1710 KB 176/208 KB 38/38 KB 208/223 KB 568/1710 KB 180/208 KB 38/38 KB 212/223 KB 568/1710 KB 184/208 KB 38/38 KB 212/223 KB 568/1710 KB 188/208 KB 38/38 KB 212/223 KB 568/1710 KB 192/208 KB 38/38 KB 212/223 KB 568/1710 KB 196/208 KB 38/38 KB 212/223 KB 568/1710 KB 200/208 KB 38/38 KB 212/223 KB 568/1710 KB 204/208 KB 38/38 KB 212/223 KB 568/1710 KB 208/208 KB 38/38 KB 212/223 KB 568/1710 KB 180/208 KB 38/38 KB 196/223 KB 568/1710 KB 164/208 KB 38/38 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-html/0.2.3/cucumber-html-0.2.3.jar (38 KB at 196.9 KB/sec) unit-abot-epc-basic-0: 11:38:58 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: 11:38:58 DEBUG unit.abot-epc-basic/0.install 216/223 KB 572/1710 KB 208/208 KB 216/223 KB 576/1710 KB 208/208 KB 216/223 KB 580/1710 KB 208/208 KB 216/223 KB 584/1710 KB 208/208 KB 216/223 KB 4/18 KB 588/1710 KB 208/208 KB 216/223 KB 4/18 KB 592/1710 KB 208/208 KB 216/223 KB 568/1710 KB 208/208 KB 38/38 KB 216/223 KB 4/18 KB 584/1710 KB 208/208 KB 216/223 KB 8/18 KB 592/1710 KB 208/208 KB 216/223 KB 12/18 KB 592/1710 KB 208/208 KB 216/223 KB 16/18 KB 592/1710 KB 208/208 KB 216/223 KB 18/18 KB 592/1710 KB 208/208 KB 220/223 KB 18/18 KB 592/1710 KB 208/208 KB 223/223 KB 18/18 KB 592/1710 KB 208/208 KB 223/223 KB 18/18 KB 596/1710 KB 208/208 KB 223/223 KB 18/18 KB 600/1710 KB 208/208 KB 223/223 KB 18/18 KB 604/1710 KB 208/208 KB 223/223 KB 18/18 KB 608/1710 KB 208/208 KB 223/223 KB 18/18 KB 612/1710 KB 208/208 KB 223/223 KB 18/18 KB 616/1710 KB 208/208 KB 223/223 KB 18/18 KB 620/1710 KB 208/208 KB 223/223 KB 18/18 KB 624/1710 KB 208/208 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-junit/1.2.2/cucumber-junit-1.2.2.jar (18 KB at 87.2 KB/sec) unit-abot-epc-basic-0: 11:38:58 DEBUG unit.abot-epc-basic/0.install 223/223 KB 624/1710 KB 208/208 KB 4/531 KB 223/223 KB 624/1710 KB 208/208 KB 8/531 KB 223/223 KB 624/1710 KB 208/208 KB 12/531 KB 223/223 KB 624/1710 KB 208/208 KB 16/531 KB 223/223 KB 624/1710 KB 208/208 KB 20/531 KB 223/223 KB 624/1710 KB 208/208 KB 24/531 KB 223/223 KB 624/1710 KB 208/208 KB 28/531 KB 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: 11:38:58 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java/1.2.2/cucumber-java-1.2.2.jar (223 KB at 1077.9 KB/sec) unit-abot-epc-basic-0: 11:38:58 DEBUG unit.abot-epc-basic/0.install 624/1710 KB 208/208 KB 32/531 KB 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: 11:38:58 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 1000.1 KB/sec) unit-abot-epc-basic-0: 11:38:58 DEBUG unit.abot-epc-basic/0.install 624/1710 KB 208/208 KB 36/531 KB 624/1710 KB 40/531 KB 624/1710 KB 44/531 KB Downloading: https://repo.maven.apache.org/maven2/commons-pool/commons-pool/1.6/commons-pool-1.6.jar unit-abot-epc-basic-0: 11:38:58 DEBUG unit.abot-epc-basic/0.install 624/1710 KB 48/531 KB 624/1710 KB 52/531 KB 624/1710 KB 56/531 KB 624/1710 KB 60/531 KB 624/1710 KB 64/531 KB 624/1710 KB 68/531 KB 624/1710 KB 72/531 KB 624/1710 KB 76/531 KB 624/1710 KB 80/531 KB 624/1710 KB 4/214 KB 80/531 KB 624/1710 KB 8/214 KB 80/531 KB 624/1710 KB 12/214 KB 80/531 KB 624/1710 KB 16/214 KB 80/531 KB 624/1710 KB 16/214 KB 84/531 KB 624/1710 KB 20/214 KB 88/531 KB 624/1710 KB 24/214 KB 88/531 KB 624/1710 KB 28/214 KB 88/531 KB 624/1710 KB 32/214 KB 88/531 KB 624/1710 KB 16/214 KB 88/531 KB 624/1710 KB 32/214 KB 92/531 KB 624/1710 KB 32/214 KB 96/531 KB 624/1710 KB 36/214 KB 96/531 KB 4/1267 KB 3/109 KB 624/1710 KB 36/214 KB 96/531 KB 8/1267 KB 3/109 KB 624/1710 KB 36/214 KB 96/531 KB 12/1267 KB 3/109 KB 624/1710 KB 36/214 KB 96/531 KB 3/109 KB 624/1710 KB 36/214 KB 96/531 KB 16/1267 KB 3/109 KB 624/1710 KB 36/214 KB 96/531 KB 20/1267 KB 3/109 KB 624/1710 KB 36/214 KB 96/531 KB 20/1267 KB 6/109 KB 624/1710 KB 36/214 KB 96/531 KB 20/1267 KB 9/109 KB 624/1710 KB 36/214 KB 96/531 KB 20/1267 KB 11/109 KB 624/1710 KB 36/214 KB 96/531 KB 24/1267 KB 11/109 KB 624/1710 KB 36/214 KB 96/531 KB 28/1267 KB 11/109 KB 624/1710 KB 36/214 KB 96/531 KB 32/1267 KB 14/109 KB 624/1710 KB 36/214 KB 96/531 KB 28/1267 KB 14/109 KB 624/1710 KB 36/214 KB 96/531 KB 32/1267 KB 16/109 KB 624/1710 KB 36/214 KB 96/531 KB 32/1267 KB 16/109 KB 624/1710 KB 40/214 KB 96/531 KB 36/1267 KB 19/109 KB 624/1710 KB 44/214 KB 96/531 KB 36/1267 KB 19/109 KB 624/1710 KB 48/214 KB 96/531 KB 36/1267 KB 19/109 KB 624/1710 KB 52/214 KB 96/531 KB 36/1267 KB 19/109 KB 624/1710 KB 56/214 KB 100/531 KB 36/1267 KB 19/109 KB 624/1710 KB 60/214 KB 100/531 KB 36/1267 KB 19/109 KB 624/1710 KB 64/214 KB 100/531 KB 36/1267 KB 19/109 KB 624/1710 KB 40/214 KB 96/531 KB 40/1267 KB 19/109 KB 624/1710 KB 64/214 KB 100/531 KB 44/1267 KB 19/109 KB 624/1710 KB 64/214 KB 100/531 KB 48/1267 KB 19/109 KB 624/1710 KB 64/214 KB 100/531 KB 52/1267 KB 19/109 KB 624/1710 KB 64/214 KB 100/531 KB 56/1267 KB 19/109 KB 624/1710 KB 64/214 KB 100/531 KB 60/1267 KB 19/109 KB 624/1710 KB 64/214 KB 100/531 KB 32/1267 KB 19/109 KB 624/1710 KB 40/214 KB 96/531 KB 64/1267 KB 22/109 KB 624/1710 KB 64/214 KB 100/531 KB 64/1267 KB 25/109 KB 624/1710 KB 64/214 KB 100/531 KB 64/1267 KB 27/109 KB 624/1710 KB 64/214 KB 100/531 KB 64/1267 KB 30/109 KB 624/1710 KB 64/214 KB 100/531 KB 64/1267 KB 32/109 KB 624/1710 KB 64/214 KB 100/531 KB 36/1267 KB 19/109 KB 624/1710 KB 52/214 KB 100/531 KB 64/1267 KB 36/109 KB 624/1710 KB 64/214 KB 100/531 KB 64/1267 KB 40/109 KB 628/1710 KB 68/214 KB 104/531 KB 64/1267 KB 44/109 KB 628/1710 KB 68/214 KB 104/531 KB 64/1267 KB 48/109 KB 628/1710 KB 68/214 KB 104/531 KB 64/1267 KB 36/109 KB 628/1710 KB 68/214 KB 104/531 KB 68/1267 KB 48/109 KB 628/1710 KB 68/214 KB 104/531 KB 72/1267 KB 48/109 KB 628/1710 KB 68/214 KB 104/531 KB 76/1267 KB 48/109 KB 628/1710 KB 68/214 KB 104/531 KB 80/1267 KB 48/109 KB 628/1710 KB 68/214 KB 104/531 KB 64/1267 KB 36/109 KB 628/1710 KB 68/214 KB 104/531 KB 64/1267 KB 36/109 KB 628/1710 KB 64/214 KB 104/531 KB 80/1267 KB 48/109 KB 632/1710 KB 68/214 KB 104/531 KB 80/1267 KB 48/109 KB 636/1710 KB 68/214 KB 104/531 KB 80/1267 KB 48/109 KB 640/1710 KB 68/214 KB 104/531 KB 80/1267 KB 48/109 KB 644/1710 KB 68/214 KB 104/531 KB 64/1267 KB 36/109 KB 624/1710 KB 64/214 KB 104/531 KB 80/1267 KB 48/109 KB 644/1710 KB 72/214 KB 108/531 KB 80/1267 KB unit-abot-epc-basic-0: 11:38:58 DEBUG unit.abot-epc-basic/0.install 48/109 KB 644/1710 KB 72/214 KB 112/531 KB 80/1267 KB 48/109 KB 644/1710 KB 72/214 KB 116/531 KB 80/1267 KB 48/109 KB 644/1710 KB 72/214 KB 104/531 KB 80/1267 KB 48/109 KB 644/1710 KB 76/214 KB 116/531 KB 80/1267 KB 48/109 KB 644/1710 KB 80/214 KB 116/531 KB 80/1267 KB 48/109 KB 644/1710 KB 84/214 KB 116/531 KB 84/1267 KB 52/109 KB 648/1710 KB 88/214 KB 120/531 KB 84/1267 KB 52/109 KB 648/1710 KB 92/214 KB 120/531 KB 84/1267 KB 52/109 KB 648/1710 KB 96/214 KB 120/531 KB 84/1267 KB 52/109 KB 648/1710 KB 84/214 KB 120/531 KB 88/1267 KB 52/109 KB 648/1710 KB 96/214 KB 120/531 KB 92/1267 KB 52/109 KB 648/1710 KB 96/214 KB 120/531 KB 96/1267 KB 52/109 KB 648/1710 KB 96/214 KB 120/531 KB 100/1267 KB 52/109 KB 648/1710 KB 96/214 KB 120/531 KB 104/1267 KB 52/109 KB 648/1710 KB 100/214 KB 120/531 KB 80/1267 KB 52/109 KB 648/1710 KB 84/214 KB 120/531 KB 104/1267 KB 56/109 KB 648/1710 KB 100/214 KB 120/531 KB 104/1267 KB 60/109 KB 648/1710 KB 100/214 KB 120/531 KB 80/1267 KB 48/109 KB 648/1710 KB 84/214 KB 120/531 KB 104/1267 KB 60/109 KB 648/1710 KB 100/214 KB 124/531 KB 80/1267 KB 48/109 KB 648/1710 KB 84/214 KB 116/531 KB 104/1267 KB 60/109 KB 652/1710 KB 100/214 KB 128/531 KB 104/1267 KB 60/109 KB 656/1710 KB 100/214 KB 128/531 KB 104/1267 KB 60/109 KB 660/1710 KB 100/214 KB 128/531 KB 104/1267 KB 64/109 KB 664/1710 KB 100/214 KB 128/531 KB 104/1267 KB 64/109 KB 668/1710 KB 100/214 KB 128/531 KB 104/1267 KB 64/109 KB 672/1710 KB 100/214 KB 128/531 KB 100/1267 KB 52/109 KB 648/1710 KB 100/214 KB 120/531 KB 104/1267 KB 64/109 KB 660/1710 KB 100/214 KB 128/531 KB 104/1267 KB 60/109 KB 660/1710 KB 100/214 KB 128/531 KB 104/1267 KB 64/109 KB 672/1710 KB 100/214 KB 132/531 KB 104/1267 KB 64/109 KB 672/1710 KB 100/214 KB 136/531 KB 104/1267 KB 64/109 KB 672/1710 KB 100/214 KB 140/531 KB 104/1267 KB 64/109 KB 672/1710 KB 100/214 KB 144/531 KB 104/1267 KB 64/109 KB 672/1710 KB 100/214 KB 148/531 KB 108/1267 KB 68/109 KB 676/1710 KB 104/214 KB 152/531 KB 108/1267 KB 68/109 KB 676/1710 KB 104/214 KB 156/531 KB 108/1267 KB 68/109 KB 676/1710 KB 104/214 KB 160/531 KB 108/1267 KB 68/109 KB 676/1710 KB 104/214 KB 148/531 KB 112/1267 KB 68/109 KB 676/1710 KB 104/214 KB 160/531 KB 116/1267 KB 68/109 KB 676/1710 KB 104/214 KB 160/531 KB 120/1267 KB 68/109 KB 676/1710 KB 104/214 KB 164/531 KB 104/1267 KB 68/109 KB 676/1710 KB 104/214 KB 148/531 KB 120/1267 KB 68/109 KB 680/1710 KB 104/214 KB 164/531 KB 120/1267 KB 68/109 KB 684/1710 KB 104/214 KB 164/531 KB 120/1267 KB 68/109 KB 688/1710 KB 104/214 KB 164/531 KB 120/1267 KB 68/109 KB 692/1710 KB 104/214 KB 164/531 KB 104/1267 KB 68/109 KB 672/1710 KB 104/214 KB 148/531 KB 124/1267 KB 68/109 KB 692/1710 KB 108/214 KB 164/531 KB 124/1267 KB 68/109 KB 692/1710 KB 112/214 KB 164/531 KB 104/1267 KB 68/109 KB 672/1710 KB 100/214 KB 148/531 KB 124/1267 KB 72/109 KB 692/1710 KB 112/214 KB 164/531 KB 124/1267 KB 76/109 KB 692/1710 KB 112/214 KB 164/531 KB 124/1267 KB 80/109 KB 692/1710 KB 112/214 KB 164/531 KB 124/1267 KB 84/109 KB 692/1710 KB 112/214 KB 164/531 KB 124/1267 KB 88/109 KB 692/1710 KB 116/214 KB 164/531 KB 124/1267 KB 92/109 KB 692/1710 KB 116/214 KB 164/531 KB 124/1267 KB 96/109 KB 692/1710 KB 116/214 KB 164/531 KB 124/1267 KB 68/109 KB 692/1710 KB 104/214 KB 164/531 KB 128/1267 KB 96/109 KB 692/1710 KB 116/214 KB 164/531 KB 116/1267 KB 68/109 KB 676/1710 KB 104/214 KB 164/531 KB 128/1267 KB 96/109 KB 692/1710 KB 116/214 KB unit-abot-epc-basic-0: 11:38:59 DEBUG unit.abot-epc-basic/0.install 168/531 KB 128/1267 KB 100/109 KB 692/1710 KB 116/214 KB 172/531 KB 128/1267 KB 100/109 KB 692/1710 KB 116/214 KB 176/531 KB 128/1267 KB 100/109 KB 696/1710 KB 116/214 KB 180/531 KB 132/1267 KB 100/109 KB 696/1710 KB 116/214 KB 184/531 KB 132/1267 KB 100/109 KB 696/1710 KB 116/214 KB 188/531 KB 132/1267 KB 100/109 KB 696/1710 KB 116/214 KB 192/531 KB 124/1267 KB 84/109 KB 692/1710 KB 116/214 KB 164/531 KB 132/1267 KB 100/109 KB 696/1710 KB 120/214 KB 192/531 KB 132/1267 KB 100/109 KB 696/1710 KB 124/214 KB 192/531 KB 132/1267 KB 100/109 KB 696/1710 KB 128/214 KB 192/531 KB 132/1267 KB 100/109 KB 696/1710 KB 132/214 KB 192/531 KB 132/1267 KB 100/109 KB 696/1710 KB 136/214 KB 192/531 KB 132/1267 KB 100/109 KB 696/1710 KB 140/214 KB 192/531 KB 132/1267 KB 100/109 KB 696/1710 KB 144/214 KB 192/531 KB 132/1267 KB 100/109 KB 696/1710 KB 148/214 KB 192/531 KB 132/1267 KB 100/109 KB 696/1710 KB 152/214 KB 196/531 KB 132/1267 KB 100/109 KB 696/1710 KB 156/214 KB 196/531 KB 132/1267 KB 100/109 KB 696/1710 KB 160/214 KB 196/531 KB 132/1267 KB 100/109 KB 696/1710 KB 116/214 KB 180/531 KB 136/1267 KB 100/109 KB 696/1710 KB 160/214 KB 196/531 KB 140/1267 KB 100/109 KB 696/1710 KB 160/214 KB 196/531 KB 144/1267 KB 100/109 KB 696/1710 KB 160/214 KB 196/531 KB 148/1267 KB 100/109 KB 696/1710 KB 160/214 KB 196/531 KB 152/1267 KB 100/109 KB 696/1710 KB 160/214 KB 196/531 KB 156/1267 KB 100/109 KB 696/1710 KB 160/214 KB 196/531 KB 160/1267 KB 100/109 KB 696/1710 KB 160/214 KB 196/531 KB 128/1267 KB 100/109 KB 696/1710 KB 116/214 KB 176/531 KB 160/1267 KB 100/109 KB 700/1710 KB 160/214 KB 196/531 KB 160/1267 KB 100/109 KB 704/1710 KB 160/214 KB 196/531 KB 128/1267 KB 100/109 KB 692/1710 KB 116/214 KB 168/531 KB 160/1267 KB 104/109 KB 704/1710 KB 160/214 KB 196/531 KB 160/1267 KB 108/109 KB 704/1710 KB 160/214 KB 196/531 KB 160/1267 KB 109/109 KB 704/1710 KB 160/214 KB 196/531 KB 160/1267 KB 109/109 KB 708/1710 KB 160/214 KB 196/531 KB 160/1267 KB 109/109 KB 712/1710 KB 160/214 KB 196/531 KB 160/1267 KB 109/109 KB 716/1710 KB 160/214 KB 196/531 KB 160/1267 KB 109/109 KB 720/1710 KB 160/214 KB 196/531 KB 160/1267 KB 109/109 KB 724/1710 KB 160/214 KB 196/531 KB 164/1267 KB 109/109 KB 728/1710 KB 164/214 KB 196/531 KB 164/1267 KB 109/109 KB 732/1710 KB 164/214 KB 196/531 KB 164/1267 KB 109/109 KB 736/1710 KB 164/214 KB 196/531 KB 164/1267 KB 740/1710 KB 164/214 KB 196/531 KB 164/1267 KB 744/1710 KB 164/214 KB 196/531 KB 164/1267 KB 748/1710 KB 164/214 KB 196/531 KB 164/1267 KB 752/1710 KB 164/214 KB 196/531 KB 132/1267 KB 100/109 KB 696/1710 KB 148/214 KB 196/531 KB 164/1267 KB 752/1710 KB 164/214 KB 200/531 KB 164/1267 KB 752/1710 KB 164/214 KB 204/531 KB 164/1267 KB 752/1710 KB 164/214 KB 208/531 KB 164/1267 KB 752/1710 KB 164/214 KB 212/531 KB 164/1267 KB 752/1710 KB 164/214 KB 216/531 KB 164/1267 KB 752/1710 KB 164/214 KB 220/531 KB 164/1267 KB 752/1710 KB 164/214 KB 224/531 KB 164/1267 KB 109/109 KB 724/1710 KB 164/214 KB 196/531 KB 164/1267 KB 752/1710 KB 168/214 KB 224/531 KB 164/1267 KB 752/1710 KB 172/214 KB 224/531 KB 164/1267 KB 752/1710 KB 176/214 KB 224/531 KB 164/1267 KB 109/109 KB 724/1710 KB 160/214 KB 196/531 KB 168/1267 KB 752/1710 KB 176/214 KB 224/531 KB 172/1267 KB 752/1710 KB 176/214 KB 224/531 KB 176/1267 KB 752/1710 KB 176/214 KB 224/531 KB 180/1267 KB 752/1710 KB 176/214 KB 224/531 KB 184/1267 KB 752/17 unit-abot-epc-basic-0: 11:38:59 DEBUG unit.abot-epc-basic/0.install 10 KB 180/214 KB 228/531 KB 188/1267 KB 752/1710 KB 180/214 KB 228/531 KB 192/1267 KB 752/1710 KB 180/214 KB 228/531 KB 196/1267 KB 752/1710 KB 180/214 KB 228/531 KB 200/1267 KB 756/1710 KB 180/214 KB 228/531 KB 204/1267 KB 756/1710 KB 180/214 KB 228/531 KB 208/1267 KB 756/1710 KB 180/214 KB 228/531 KB 180/1267 KB 752/1710 KB 180/214 KB 228/531 KB 208/1267 KB 756/1710 KB 180/214 KB 232/531 KB 208/1267 KB 756/1710 KB 180/214 KB 236/531 KB 208/1267 KB 756/1710 KB 180/214 KB 240/531 KB 180/1267 KB 752/1710 KB 180/214 KB 224/531 KB 208/1267 KB 756/1710 KB 184/214 KB 240/531 KB 208/1267 KB 756/1710 KB 188/214 KB 240/531 KB 208/1267 KB 756/1710 KB 192/214 KB 240/531 KB 208/1267 KB 756/1710 KB 196/214 KB 240/531 KB 208/1267 KB 756/1710 KB 200/214 KB 244/531 KB 208/1267 KB 756/1710 KB 204/214 KB 244/531 KB 208/1267 KB 756/1710 KB 208/214 KB 244/531 KB Downloaded: https://repo.maven.apache.org/maven2/commons-pool/commons-pool/1.6/commons-pool-1.6.jar (109 KB at 425.5 KB/sec) unit-abot-epc-basic-0: 11:38:59 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: 11:38:59 DEBUG unit.abot-epc-basic/0.install 208/1267 KB 756/1710 KB 196/214 KB 244/531 KB 196/1267 KB 756/1710 KB 180/214 KB 228/531 KB 208/1267 KB 760/1710 KB 208/214 KB 244/531 KB 208/1267 KB 764/1710 KB 208/214 KB 244/531 KB 208/1267 KB 768/1710 KB 208/214 KB 244/531 KB 208/1267 KB 772/1710 KB 208/214 KB 244/531 KB 212/1267 KB 776/1710 KB 212/214 KB 248/531 KB 212/1267 KB 780/1710 KB 212/214 KB 248/531 KB 212/1267 KB 784/1710 KB 212/214 KB 248/531 KB 212/1267 KB 788/1710 KB 212/214 KB 248/531 KB 212/1267 KB 792/1710 KB 212/214 KB 248/531 KB 212/1267 KB 796/1710 KB 212/214 KB 248/531 KB 212/1267 KB 800/1710 KB 212/214 KB 248/531 KB 212/1267 KB 772/1710 KB 212/214 KB 248/531 KB 212/1267 KB 800/1710 KB 214/214 KB 248/531 KB 212/1267 KB 772/1710 KB 208/214 KB 248/531 KB 216/1267 KB 800/1710 KB 214/214 KB 248/531 KB 220/1267 KB 800/1710 KB 214/214 KB 248/531 KB 224/1267 KB 800/1710 KB 214/214 KB 248/531 KB 208/1267 KB 772/1710 KB 208/214 KB 248/531 KB 224/1267 KB 800/1710 KB 214/214 KB 252/531 KB 224/1267 KB 800/1710 KB 214/214 KB 256/531 KB 224/1267 KB 800/1710 KB 214/214 KB 260/531 KB 224/1267 KB 800/1710 KB 214/214 KB 264/531 KB 224/1267 KB 800/1710 KB 214/214 KB 268/531 KB 224/1267 KB 800/1710 KB 214/214 KB 272/531 KB 224/1267 KB 800/1710 KB 214/214 KB 276/531 KB 228/1267 KB 800/1710 KB 214/214 KB 276/531 KB 232/1267 KB 804/1710 KB 214/214 KB 280/531 KB 236/1267 KB 804/1710 KB 214/214 KB 280/531 KB 240/1267 KB 804/1710 KB 214/214 KB 280/531 KB 244/1267 KB 804/1710 KB 214/214 KB 280/531 KB 248/1267 KB 804/1710 KB 214/214 KB 4/80 KB 280/531 KB 252/1267 KB 804/1710 KB 4/80 KB 280/531 KB 256/1267 KB 804/1710 KB 4/80 KB 280/531 KB 244/1267 KB 804/1710 KB 214/214 KB 4/80 KB 280/531 KB 244/1267 KB 804/1710 KB 214/214 KB 280/531 KB 256/1267 KB 804/1710 KB 4/80 KB 284/531 KB 244/1267 KB 804/1710 KB 214/214 KB 4/80 KB 280/531 KB 256/1267 KB 804/1710 KB 8/80 KB 284/531 KB 256/1267 KB 804/1710 KB 12/80 KB 284/531 KB 256/1267 KB 804/1710 KB 16/80 KB 284/531 KB 256/1267 KB 804/1710 KB 20/80 KB 284/531 KB 256/1267 KB 804/1710 KB 24/80 KB 284/531 KB 256/1267 KB 804/1710 KB 28/80 KB 284/531 KB 256/1267 KB 804/1710 KB 32/80 KB 284/531 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.7/log4j-api-2.7.jar (214 KB at 789.2 KB/sec) unit-abot-epc-basic-0: 11:38:59 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: 11:38:59 DEBUG unit.abot-epc-basic/0.install 256/1267 KB 808/1710 KB 32/80 KB 284/531 KB 256/1267 KB 812/1710 KB 32/80 KB 288/531 KB 256/1267 KB 816/1710 KB 32/80 KB 288/531 KB 256/1267 KB 820/1710 KB 36/80 KB 288/531 KB 260/1267 KB 824/1710 KB 36/80 KB 288/531 KB 260/1267 KB 828/1710 KB 36/80 KB 288/531 KB 260/1267 KB 832/1710 KB 36/80 KB 288/531 KB 256/1267 KB 808/1710 KB 32/80 KB 288/531 KB 260/1267 KB 832/1710 KB 36/80 KB 292/531 KB 260/1267 KB 832/1710 KB 36/80 KB 296/531 KB 260/1267 KB 832/1710 KB 36/80 KB 300/531 KB 260/1267 KB 832/1710 KB 36/80 KB 304/531 KB 260/1267 KB 820/1710 KB 36/80 KB 288/531 KB 264/1267 KB 832/1710 KB 36/80 KB 304/531 KB 268/1267 KB 832/1710 KB 36/80 KB 304/531 KB 272/1267 KB 832/1710 KB 36/80 KB 304/531 KB 256/1267 KB 816/1710 KB 36/80 KB 288/531 KB 272/1267 KB 832/1710 KB 40/80 KB 304/531 KB 272/1267 KB 832/1710 KB 44/80 KB 304/531 KB 272/1267 KB 832/1710 KB 48/80 KB 304/531 KB 272/1267 KB 832/1710 KB 52/80 KB 304/531 KB 272/1267 KB 832/1710 KB 56/80 KB 304/531 KB 272/1267 KB 832/1710 KB 60/80 KB 304/531 KB 272/1267 KB 832/1710 KB 64/80 KB 304/531 KB 272/1267 KB 836/1710 KB 64/80 KB 304/531 KB 272/1267 KB 840/1710 KB 64/80 KB 308/531 KB 272/1267 KB 844/1710 KB 64/80 KB 308/531 KB 272/1267 KB 836/1710 KB 64/80 KB 308/531 KB 276/1267 KB 844/1710 KB 64/80 KB 312/531 KB 276/1267 KB 844/1710 KB 64/80 KB 316/531 KB 276/1267 KB 844/1710 KB 64/80 KB 320/531 KB 276/1267 KB 844/1710 KB 64/80 KB 324/531 KB 276/1267 KB 848/1710 KB 68/80 KB 328/531 KB 276/1267 KB 848/1710 KB 68/80 KB 332/531 KB 276/1267 KB 848/1710 KB 68/80 KB 336/531 KB 276/1267 KB 844/1710 KB 64/80 KB 308/531 KB 280/1267 KB 848/1710 KB 68/80 KB 336/531 KB 284/1267 KB 848/1710 KB 68/80 KB 336/531 KB 288/1267 KB 848/1710 KB 68/80 KB 336/531 KB 292/1267 KB 848/1710 KB 68/80 KB 336/531 KB 296/1267 KB 848/1710 KB 68/80 KB 336/531 KB 300/1267 KB 848/1710 KB 68/80 KB 336/531 KB 304/1267 KB 848/1710 KB 68/80 KB 336/531 KB 308/1267 KB 848/1710 KB 68/80 KB 336/531 KB 276/1267 KB 848/1710 KB 68/80 KB 324/531 KB 276/1267 KB 844/1710 KB 68/80 KB 324/531 KB 308/1267 KB 848/1710 KB 72/80 KB 340/531 KB 308/1267 KB 848/1710 KB 76/80 KB 340/531 KB 308/1267 KB 848/1710 KB 80/80 KB 340/531 KB 308/1267 KB 852/1710 KB 80/80 KB 340/531 KB 308/1267 KB 856/1710 KB 80/80 KB 340/531 KB 308/1267 KB 860/1710 KB 80/80 KB 340/531 KB 308/1267 KB 864/1710 KB 80/80 KB 340/531 KB 308/1267 KB 868/1710 KB 80/80 KB 340/531 KB 308/1267 KB 872/1710 KB 80/80 KB 340/531 KB 308/1267 KB 876/1710 KB 80/80 KB 340/531 KB 308/1267 KB 880/1710 KB 80/80 KB 340/531 KB 312/1267 KB 884/1710 KB 80/80 KB 340/531 KB 312/1267 KB 888/1710 KB 80/80 KB 340/531 KB 312/1267 KB 892/1710 KB 80/80 KB 340/531 KB 312/1267 KB 896/1710 KB 80/80 KB 340/531 KB 308/1267 KB 848/1710 KB 68/80 KB 340/531 KB 312/1267 KB 896/1710 KB 80/80 KB 344/531 KB 312/1267 KB 896/1710 KB 80/80 KB 348/531 KB 312/1267 KB 896/1710 KB 80/80 KB 352/531 KB 312/1267 KB 880/1710 KB 80/80 KB 340/531 KB 312/1267 KB 4/1044 KB 896/1710 KB 80/80 KB 352/531 KB 312/1267 KB 8/1044 KB 896/1710 KB 80/80 KB 352/531 KB 312/1267 KB 12/1044 KB 896/1710 KB 80/80 KB 352/531 KB 312/1267 KB 16/1044 KB 896/1710 KB 80/80 KB 352/531 KB 316/1267 KB 16/1044 KB 896/1710 KB 80/80 KB 352/531 KB 320/1267 KB 16/1044 KB 896/1710 KB 80/80 KB 352/531 KB 320/1267 KB 20/1044 KB 896/1710 KB 80/80 KB 352/531 KB 320/1267 KB 24/1044 KB 896/1710 KB 80/80 KB 352/531 KB 320/1267 KB 28/1044 KB 896/1710 KB 80/80 KB 352/531 KB 320/12 unit-abot-epc-basic-0: 11:38:59 DEBUG unit.abot-epc-basic/0.install 67 KB 32/1044 KB 896/1710 KB 80/80 KB 352/531 KB 320/1267 KB 32/1044 KB 896/1710 KB 80/80 KB 356/531 KB Downloaded: https://repo.maven.apache.org/maven2/net/sf/flexjson/flexjson/2.1/flexjson-2.1.jar (80 KB at 276.1 KB/sec) unit-abot-epc-basic-0: 11:38:59 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: 11:38:59 DEBUG unit.abot-epc-basic/0.install 320/1267 KB 36/1044 KB 896/1710 KB 356/531 KB 320/1267 KB 40/1044 KB 896/1710 KB 356/531 KB 320/1267 KB 44/1044 KB 896/1710 KB 356/531 KB 320/1267 KB 48/1044 KB 896/1710 KB 356/531 KB 320/1267 KB 48/1044 KB 896/1710 KB 360/531 KB 320/1267 KB 48/1044 KB 896/1710 KB 364/531 KB 320/1267 KB 48/1044 KB 896/1710 KB 368/531 KB 324/1267 KB 48/1044 KB 896/1710 KB 368/531 KB 328/1267 KB 48/1044 KB 896/1710 KB 368/531 KB 332/1267 KB 52/1044 KB 900/1710 KB 372/531 KB 336/1267 KB 52/1044 KB 900/1710 KB 372/531 KB 340/1267 KB 52/1044 KB 900/1710 KB 372/531 KB 344/1267 KB 52/1044 KB 900/1710 KB 372/531 KB 348/1267 KB 52/1044 KB 900/1710 KB 372/531 KB 328/1267 KB 52/1044 KB 900/1710 KB 372/531 KB 348/1267 KB 52/1044 KB 900/1710 KB 376/531 KB 348/1267 KB 52/1044 KB 900/1710 KB 380/531 KB 328/1267 KB 52/1044 KB 900/1710 KB 368/531 KB 348/1267 KB 56/1044 KB 900/1710 KB 380/531 KB 348/1267 KB 60/1044 KB 900/1710 KB 380/531 KB 348/1267 KB 64/1044 KB 900/1710 KB 380/531 KB 348/1267 KB 68/1044 KB 900/1710 KB 380/531 KB 348/1267 KB 72/1044 KB 900/1710 KB 380/531 KB 348/1267 KB 76/1044 KB 900/1710 KB 380/531 KB 348/1267 KB 80/1044 KB 900/1710 KB 380/531 KB 328/1267 KB 48/1044 KB 900/1710 KB 368/531 KB 348/1267 KB 80/1044 KB 904/1710 KB 380/531 KB 348/1267 KB 80/1044 KB 908/1710 KB 380/531 KB 348/1267 KB 80/1044 KB 912/1710 KB 380/531 KB 348/1267 KB 80/1044 KB 916/1710 KB 380/531 KB 352/1267 KB 84/1044 KB 920/1710 KB 384/531 KB 352/1267 KB 84/1044 KB 924/1710 KB 384/531 KB 352/1267 KB 84/1044 KB 928/1710 KB 384/531 KB 352/1267 KB 84/1044 KB 928/1710 KB 4/61 KB 384/531 KB 352/1267 KB 84/1044 KB 928/1710 KB 8/61 KB 384/531 KB 352/1267 KB 84/1044 KB 928/1710 KB 12/61 KB 384/531 KB 352/1267 KB 84/1044 KB 928/1710 KB 16/61 KB 384/531 KB 348/1267 KB 80/1044 KB 916/1710 KB 384/531 KB 352/1267 KB 84/1044 KB 928/1710 KB 16/61 KB 388/531 KB 352/1267 KB 84/1044 KB 916/1710 KB 384/531 KB 348/1267 KB 84/1044 KB 916/1710 KB 384/531 KB 352/1267 KB 88/1044 KB 928/1710 KB 16/61 KB 388/531 KB 352/1267 KB 92/1044 KB 928/1710 KB 16/61 KB 388/531 KB 352/1267 KB 96/1044 KB 928/1710 KB 20/61 KB 388/531 KB 352/1267 KB 92/1044 KB 928/1710 KB 20/61 KB 388/531 KB 352/1267 KB 96/1044 KB 928/1710 KB 24/61 KB 388/531 KB 352/1267 KB 96/1044 KB 928/1710 KB 28/61 KB 388/531 KB 352/1267 KB 96/1044 KB 928/1710 KB 32/61 KB 388/531 KB 356/1267 KB 100/1044 KB 928/1710 KB 32/61 KB 388/531 KB 356/1267 KB 104/1044 KB 932/1710 KB 32/61 KB 392/531 KB 356/1267 KB 108/1044 KB 932/1710 KB 32/61 KB 392/531 KB 356/1267 KB 112/1044 KB 932/1710 KB 32/61 KB 392/531 KB 356/1267 KB 96/1044 KB 928/1710 KB 32/61 KB 388/531 KB 360/1267 KB 112/1044 KB 932/1710 KB 32/61 KB 392/531 KB 360/1267 KB 112/1044 KB 932/1710 KB 36/61 KB 392/531 KB 360/1267 KB 112/1044 KB 932/1710 KB 40/61 KB 392/531 KB 364/1267 KB 112/1044 KB 932/1710 KB 44/61 KB 392/531 KB 364/1267 KB 112/1044 KB 932/1710 KB 48/61 KB 392/531 KB 356/1267 KB 100/1044 KB 932/1710 KB 32/61 KB 392/531 KB 364/1267 KB 112/1044 KB 936/1710 KB 48/61 KB 392/531 KB 364/1267 KB 112/1044 KB 940/1710 KB 48/61 KB 392/531 KB 364/1267 KB 112/1044 KB 944/1710 KB 48/61 KB 392/531 KB 356/1267 KB 100/1044 KB 928/1710 KB 32/61 KB 392/531 KB 364/1267 KB 116/1044 KB 948/1710 KB 48/61 KB 396/531 KB 364/1267 KB 116/1044 KB 948/1710 KB 48/61 KB 400/531 KB 364/1267 KB 116/1044 KB 948/1710 KB 48/61 KB 404/531 KB 364/1267 KB 116/1044 KB 948/1710 KB 52/61 KB 404/531 KB 364/1267 KB 116/1044 KB 944/1710 KB 4 unit-abot-epc-basic-0: 11:38:59 DEBUG unit.abot-epc-basic/0.install 8/61 KB 392/531 KB 364/1267 KB 120/1044 KB 948/1710 KB 52/61 KB 408/531 KB 364/1267 KB 124/1044 KB 948/1710 KB 52/61 KB 408/531 KB 364/1267 KB 128/1044 KB 948/1710 KB 52/61 KB 408/531 KB 364/1267 KB 112/1044 KB 932/1710 KB 40/61 KB 392/531 KB 368/1267 KB 128/1044 KB 948/1710 KB 56/61 KB 408/531 KB 372/1267 KB 128/1044 KB 948/1710 KB 56/61 KB 408/531 KB 376/1267 KB 128/1044 KB 948/1710 KB 56/61 KB 408/531 KB 380/1267 KB 128/1044 KB 948/1710 KB 56/61 KB 408/531 KB 384/1267 KB 128/1044 KB 948/1710 KB 56/61 KB 408/531 KB 388/1267 KB 128/1044 KB 948/1710 KB 56/61 KB 408/531 KB 392/1267 KB 132/1044 KB 948/1710 KB 56/61 KB 408/531 KB 396/1267 KB 132/1044 KB 948/1710 KB 56/61 KB 408/531 KB 400/1267 KB 132/1044 KB 948/1710 KB 56/61 KB 408/531 KB 364/1267 KB 128/1044 KB 948/1710 KB 56/61 KB 408/531 KB 400/1267 KB 132/1044 KB 948/1710 KB 60/61 KB 408/531 KB 400/1267 KB 132/1044 KB 948/1710 KB 61/61 KB 408/531 KB 364/1267 KB 116/1044 KB 948/1710 KB 52/61 KB 408/531 KB 400/1267 KB 132/1044 KB 948/1710 KB 61/61 KB 412/531 KB 400/1267 KB 132/1044 KB 948/1710 KB 61/61 KB 416/531 KB 400/1267 KB 132/1044 KB 948/1710 KB 61/61 KB 420/531 KB 400/1267 KB 132/1044 KB 948/1710 KB 61/61 KB 424/531 KB 400/1267 KB 132/1044 KB 948/1710 KB 61/61 KB 428/531 KB 400/1267 KB 132/1044 KB 948/1710 KB 61/61 KB 432/531 KB 388/1267 KB 132/1044 KB 948/1710 KB 56/61 KB 408/531 KB 400/1267 KB 136/1044 KB 948/1710 KB 61/61 KB 432/531 KB 400/1267 KB 140/1044 KB 948/1710 KB 61/61 KB 432/531 KB 364/1267 KB 116/1044 KB 948/1710 KB 56/61 KB 408/531 KB 400/1267 KB 140/1044 KB 952/1710 KB 61/61 KB 436/531 KB 400/1267 KB 140/1044 KB 956/1710 KB 61/61 KB 436/531 KB 400/1267 KB 140/1044 KB 960/1710 KB 61/61 KB 436/531 KB 400/1267 KB 140/1044 KB 964/1710 KB 61/61 KB 436/531 KB 400/1267 KB 144/1044 KB 968/1710 KB 61/61 KB 436/531 KB 400/1267 KB 144/1044 KB 972/1710 KB 61/61 KB 436/531 KB 400/1267 KB 144/1044 KB 976/1710 KB 61/61 KB 436/531 KB 400/1267 KB 144/1044 KB 980/1710 KB 61/61 KB 436/531 KB 404/1267 KB 144/1044 KB 984/1710 KB 61/61 KB 436/531 KB 404/1267 KB 144/1044 KB 988/1710 KB 61/61 KB 436/531 KB 404/1267 KB 144/1044 KB 992/1710 KB 61/61 KB 436/531 KB 400/1267 KB 140/1044 KB 948/1710 KB 61/61 KB 436/531 KB 404/1267 KB 144/1044 KB 992/1710 KB 61/61 KB 440/531 KB 404/1267 KB 144/1044 KB 992/1710 KB 61/61 KB 444/531 KB 404/1267 KB 144/1044 KB 992/1710 KB 61/61 KB 448/531 KB 404/1267 KB 144/1044 KB 980/1710 KB 61/61 KB 436/531 KB 408/1267 KB 144/1044 KB 992/1710 KB 61/61 KB 448/531 KB 412/1267 KB 144/1044 KB 992/1710 KB 448/531 KB 416/1267 KB 144/1044 KB 992/1710 KB 448/531 KB 420/1267 KB 144/1044 KB 992/1710 KB 448/531 KB 424/1267 KB 144/1044 KB 996/1710 KB 452/531 KB 400/1267 KB 144/1044 KB 964/1710 KB 61/61 KB 436/531 KB 424/1267 KB 148/1044 KB 996/1710 KB 452/531 KB 424/1267 KB 152/1044 KB 996/1710 KB 452/531 KB 424/1267 KB 156/1044 KB 996/1710 KB 452/531 KB 424/1267 KB 160/1044 KB 996/1710 KB 452/531 KB 424/1267 KB 164/1044 KB 996/1710 KB 452/531 KB 424/1267 KB 168/1044 KB 996/1710 KB 452/531 KB 424/1267 KB 172/1044 KB 996/1710 KB 452/531 KB 428/1267 KB 176/1044 KB 996/1710 KB 452/531 KB 420/1267 KB 144/1044 KB 996/1710 KB 452/531 KB 428/1267 KB 176/1044 KB 1000/1710 KB 452/531 KB 428/1267 KB 176/1044 KB 1004/1710 KB 452/531 KB 428/1267 KB 176/1044 KB 1008/1710 KB 452/531 KB 428/1267 KB 176/1044 KB 1012/1710 KB 452/531 KB 428/1267 KB 180/1044 KB 1016/1710 KB 452/531 KB 428/1267 KB 180/1044 KB 1020/ unit-abot-epc-basic-0: 11:38:59 DEBUG unit.abot-epc-basic/0.install 1710 KB 452/531 KB 428/1267 KB 180/1044 KB 1024/1710 KB 452/531 KB 420/1267 KB 144/1044 KB 992/1710 KB 452/531 KB Downloaded: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (61 KB at 188.1 KB/sec) unit-abot-epc-basic-0: 11:38:59 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.jar unit-abot-epc-basic-0: 11:38:59 DEBUG unit.abot-epc-basic/0.install 428/1267 KB 180/1044 KB 1024/1710 KB 456/531 KB 428/1267 KB 180/1044 KB 1024/1710 KB 460/531 KB 428/1267 KB 180/1044 KB 1024/1710 KB 464/531 KB 428/1267 KB 180/1044 KB 1024/1710 KB 468/531 KB 428/1267 KB 180/1044 KB 1024/1710 KB 472/531 KB 428/1267 KB 180/1044 KB 1024/1710 KB 476/531 KB 428/1267 KB 180/1044 KB 1024/1710 KB 480/531 KB 428/1267 KB 180/1044 KB 1012/1710 KB 452/531 KB 428/1267 KB 184/1044 KB 1024/1710 KB 480/531 KB 428/1267 KB 188/1044 KB 1024/1710 KB 480/531 KB 428/1267 KB 172/1044 KB 996/1710 KB 452/531 KB 432/1267 KB 188/1044 KB 1024/1710 KB 480/531 KB 436/1267 KB 188/1044 KB 1024/1710 KB 480/531 KB 440/1267 KB 188/1044 KB 1024/1710 KB 480/531 KB 444/1267 KB 188/1044 KB 1024/1710 KB 480/531 KB 448/1267 KB 188/1044 KB 1024/1710 KB 480/531 KB 452/1267 KB 192/1044 KB 1024/1710 KB 480/531 KB 456/1267 KB 192/1044 KB 1028/1710 KB 484/531 KB 460/1267 KB 192/1044 KB 1028/1710 KB 484/531 KB 464/1267 KB 192/1044 KB 1028/1710 KB 484/531 KB 448/1267 KB 192/1044 KB 1024/1710 KB 480/531 KB 464/1267 KB 196/1044 KB 1028/1710 KB 484/531 KB 464/1267 KB 200/1044 KB 1028/1710 KB 484/531 KB 464/1267 KB 204/1044 KB 1028/1710 KB 484/531 KB 464/1267 KB 208/1044 KB 1028/1710 KB 484/531 KB 452/1267 KB 192/1044 KB 1028/1710 KB 484/531 KB 464/1267 KB 208/1044 KB 1032/1710 KB 484/531 KB 464/1267 KB 208/1044 KB 1036/1710 KB 484/531 KB 464/1267 KB 208/1044 KB 1040/1710 KB 484/531 KB 468/1267 KB 208/1044 KB 1044/1710 KB 484/531 KB 468/1267 KB 212/1044 KB 1048/1710 KB 484/531 KB 452/1267 KB 192/1044 KB 1024/1710 KB 484/531 KB 468/1267 KB 212/1044 KB 1048/1710 KB 488/531 KB 468/1267 KB 212/1044 KB 1048/1710 KB 492/531 KB 468/1267 KB 212/1044 KB 1048/1710 KB 496/531 KB 468/1267 KB 212/1044 KB 1048/1710 KB 500/531 KB 468/1267 KB 212/1044 KB 1048/1710 KB 504/531 KB 468/1267 KB 212/1044 KB 1048/1710 KB 508/531 KB 468/1267 KB 212/1044 KB 1048/1710 KB 512/531 KB 468/1267 KB 212/1044 KB 1044/1710 KB 484/531 KB 468/1267 KB 216/1044 KB 1048/1710 KB 512/531 KB 468/1267 KB 220/1044 KB 1048/1710 KB 512/531 KB 468/1267 KB 224/1044 KB 1048/1710 KB 512/531 KB 468/1267 KB 228/1044 KB 1052/1710 KB 516/531 KB 468/1267 KB 232/1044 KB 1052/1710 KB 516/531 KB 468/1267 KB 236/1044 KB 1052/1710 KB 516/531 KB 468/1267 KB 240/1044 KB 1052/1710 KB 516/531 KB 468/1267 KB 208/1044 KB 1040/1710 KB 484/531 KB 472/1267 KB 240/1044 KB 1052/1710 KB 516/531 KB 476/1267 KB 240/1044 KB 1052/1710 KB 516/531 KB 480/1267 KB 240/1044 KB 1052/1710 KB 516/531 KB 468/1267 KB 224/1044 KB 1052/1710 KB 516/531 KB 480/1267 KB 240/1044 KB 1056/1710 KB 516/531 KB 480/1267 KB 240/1044 KB 1060/1710 KB 516/531 KB 484/1267 KB 240/1044 KB 1064/1710 KB 516/531 KB 484/1267 KB 240/1044 KB 1068/1710 KB 516/531 KB 484/1267 KB 240/1044 KB 1072/1710 KB 516/531 KB 468/1267 KB 224/1044 KB 1048/1710 KB 516/531 KB 484/1267 KB 240/1044 KB 1072/1710 KB 520/531 KB 484/1267 KB 240/1044 KB 1072/1710 KB 524/531 KB 484/1267 KB 240/1044 KB 1072/1710 KB 528/531 KB 484/1267 KB 240/1044 KB 1060/1710 KB 516/531 KB 488/1267 KB 240/1044 KB 1072/1710 KB 528/531 KB 492/1267 KB 240/1044 KB 1072/1710 KB 528/531 KB 496/1267 KB 240/1044 KB 1072/1710 KB 528/531 KB 496/1267 KB 240/1044 KB 1072/1710 KB 531/531 KB 500/1267 KB 240/1044 KB 1072/1710 KB 531/531 KB 504/1267 KB 244/1044 KB 1076/1710 KB 531/531 KB 508/1267 KB 244/1044 KB 1076/1710 KB 531/531 KB 512/1267 KB 244/1044 KB 1076/1710 KB 531/531 KB 516/1267 KB 244/1044 KB 1076/1710 KB 531/531 KB 520/1267 KB 244/1044 KB 1076/1710 KB 531/531 unit-abot-epc-basic-0: 11:38:59 DEBUG unit.abot-epc-basic/0.install KB 524/1267 KB 244/1044 KB 1076/1710 KB 531/531 KB 500/1267 KB 244/1044 KB 1076/1710 KB 531/531 KB 500/1267 KB 244/1044 KB 1072/1710 KB 531/531 KB 524/1267 KB 248/1044 KB 1076/1710 KB 531/531 KB 524/1267 KB 252/1044 KB 1080/1710 KB 531/531 KB 524/1267 KB 252/1044 KB 1084/1710 KB 531/531 KB 524/1267 KB 252/1044 KB 1084/1710 KB 531/531 KB 524/1267 KB 256/1044 KB 1084/1710 KB 531/531 KB 524/1267 KB 260/1044 KB 1084/1710 KB 531/531 KB 524/1267 KB 260/1044 KB 1088/1710 KB 531/531 KB 524/1267 KB 260/1044 KB 1092/1710 KB 531/531 KB 524/1267 KB 264/1044 KB 1096/1710 KB 531/531 KB 528/1267 KB 264/1044 KB 1100/1710 KB 531/531 KB 528/1267 KB 264/1044 KB 1104/1710 KB 531/531 KB 524/1267 KB 264/1044 KB 1092/1710 KB 531/531 KB 528/1267 KB 268/1044 KB 1104/1710 KB 531/531 KB 528/1267 KB 272/1044 KB 1104/1710 KB 531/531 KB 528/1267 KB 264/1044 KB 1096/1710 KB 531/531 KB 532/1267 KB 272/1044 KB 1104/1710 KB 531/531 KB 536/1267 KB 276/1044 KB 1108/1710 KB 540/1267 KB 276/1044 KB 1108/1710 KB 544/1267 KB 276/1044 KB 1108/1710 KB 548/1267 KB 276/1044 KB 1108/1710 KB 552/1267 KB 276/1044 KB 1108/1710 KB 556/1267 KB 276/1044 KB 1108/1710 KB 560/1267 KB 276/1044 KB 1108/1710 KB 532/1267 KB 276/1044 KB 1108/1710 KB 560/1267 KB 276/1044 KB 1112/1710 KB 560/1267 KB 276/1044 KB 1116/1710 KB 560/1267 KB 276/1044 KB 1120/1710 KB 532/1267 KB 276/1044 KB 1104/1710 KB 560/1267 KB 280/1044 KB 1120/1710 KB 560/1267 KB 284/1044 KB 1120/1710 KB 560/1267 KB 288/1044 KB 1120/1710 KB Downloaded: https://repo.maven.apache.org/maven2/joda-time/joda-time/1.6.2/joda-time-1.6.2.jar (531 KB at 1506.6 KB/sec) unit-abot-epc-basic-0: 11:38:59 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: 11:38:59 DEBUG unit.abot-epc-basic/0.install 560/1267 KB 288/1044 KB 1124/1710 KB 560/1267 KB 292/1044 KB 1128/1710 KB 560/1267 KB 292/1044 KB 1132/1710 KB 560/1267 KB 292/1044 KB 1136/1710 KB 560/1267 KB 292/1044 KB 1140/1710 KB 564/1267 KB 292/1044 KB 1144/1710 KB 564/1267 KB 292/1044 KB 1148/1710 KB 564/1267 KB 292/1044 KB 1152/1710 KB 560/1267 KB 292/1044 KB 1124/1710 KB 564/1267 KB 296/1044 KB 1152/1710 KB 564/1267 KB 300/1044 KB 1152/1710 KB 564/1267 KB 304/1044 KB 1152/1710 KB 564/1267 KB 308/1044 KB 1152/1710 KB 564/1267 KB 312/1044 KB 1152/1710 KB 564/1267 KB 316/1044 KB 1152/1710 KB 564/1267 KB 320/1044 KB 1152/1710 KB 564/1267 KB 292/1044 KB 1140/1710 KB 568/1267 KB 320/1044 KB 1152/1710 KB 572/1267 KB 320/1044 KB 1152/1710 KB 576/1267 KB 320/1044 KB 1152/1710 KB 580/1267 KB 320/1044 KB 1152/1710 KB 584/1267 KB 324/1044 KB 1156/1710 KB 588/1267 KB 324/1044 KB 1156/1710 KB 592/1267 KB 324/1044 KB 1156/1710 KB 580/1267 KB 324/1044 KB 1156/1710 KB 592/1267 KB 324/1044 KB 1160/1710 KB 592/1267 KB 324/1044 KB 1164/1710 KB 592/1267 KB 324/1044 KB 1168/1710 KB 592/1267 KB 324/1044 KB 1172/1710 KB 580/1267 KB 324/1044 KB 1152/1710 KB 596/1267 KB 324/1044 KB 1172/1710 KB 4/1063 KB 596/1267 KB 324/1044 KB 1172/1710 KB 8/1063 KB 596/1267 KB 324/1044 KB 1172/1710 KB 12/1063 KB 596/1267 KB 324/1044 KB 1172/1710 KB 16/1063 KB 596/1267 KB 324/1044 KB 1172/1710 KB 20/1063 KB 596/1267 KB 324/1044 KB 1172/1710 KB 24/1063 KB 596/1267 KB 324/1044 KB 1172/1710 KB 28/1063 KB 596/1267 KB 324/1044 KB 1172/1710 KB 32/1063 KB 596/1267 KB 324/1044 KB 1172/1710 KB 36/1063 KB 596/1267 KB 324/1044 KB 1172/1710 KB 4/713 KB 40/1063 KB 596/1267 KB 324/1044 KB 1172/1710 KB 4/713 KB 44/1063 KB 596/1267 KB 324/1044 KB 1172/1710 KB 4/713 KB 48/1063 KB 596/1267 KB 328/1044 KB 1172/1710 KB 4/713 KB 48/1063 KB 596/1267 KB 332/1044 KB 1172/1710 KB 4/713 KB 48/1063 KB 596/1267 KB 336/1044 KB 1172/1710 KB 4/713 KB 48/1063 KB 596/1267 KB 340/1044 KB 1172/1710 KB 4/713 KB 48/1063 KB 596/1267 KB 324/1044 KB 1172/1710 KB 600/1267 KB 340/1044 KB 1176/1710 KB 4/713 KB 48/1063 KB 604/1267 KB 340/1044 KB 1176/1710 KB 4/713 KB 48/1063 KB 608/1267 KB 340/1044 KB 1176/1710 KB 4/713 KB 48/1063 KB 596/1267 KB 340/1044 KB 1176/1710 KB 4/713 KB 48/1063 KB 596/1267 KB 324/1044 KB 1172/1710 KB 4/713 KB 36/1063 KB 608/1267 KB 344/1044 KB 1176/1710 KB 8/713 KB 48/1063 KB 608/1267 KB 344/1044 KB 1176/1710 KB 12/713 KB 48/1063 KB 608/1267 KB 344/1044 KB 1176/1710 KB 16/713 KB 48/1063 KB 608/1267 KB 344/1044 KB 1180/1710 KB 16/713 KB 48/1063 KB 608/1267 KB 344/1044 KB 1180/1710 KB 20/713 KB 48/1063 KB 608/1267 KB 344/1044 KB 1180/1710 KB 24/713 KB 48/1063 KB 608/1267 KB 344/1044 KB 1180/1710 KB 28/713 KB 48/1063 KB 608/1267 KB 344/1044 KB 1180/1710 KB 32/713 KB 48/1063 KB 608/1267 KB 344/1044 KB 1176/1710 KB 4/713 KB 48/1063 KB 608/1267 KB 348/1044 KB 1180/1710 KB 32/713 KB 48/1063 KB 608/1267 KB 352/1044 KB 1184/1710 KB 32/713 KB 48/1063 KB 608/1267 KB 348/1044 KB 1184/1710 KB 32/713 KB 48/1063 KB 608/1267 KB 352/1044 KB 1184/1710 KB 32/713 KB 52/1063 KB 608/1267 KB 352/1044 KB 1184/1710 KB 32/713 KB 56/1063 KB 608/1267 KB 352/1044 KB 1184/1710 KB 32/713 KB 60/1063 KB 608/1267 KB 352/1044 KB 1184/1710 KB 32/713 KB 64/1063 KB 612/1267 KB 352/1044 KB 1184/1710 KB 32/713 KB 64/1063 KB 616/1267 KB 356/1044 KB 1188/1710 KB 36/713 KB 68/1063 KB 620/1267 KB 356/1044 KB 1188/1710 KB 36/713 KB 68/1063 KB 624/1267 KB 356/1044 KB 1188/1710 KB 36/713 KB 68/1063 KB 612/1267 KB 356/1044 KB unit-abot-epc-basic-0: 11:38:59 DEBUG unit.abot-epc-basic/0.install 1188/1710 KB 36/713 KB 68/1063 KB 624/1267 KB 356/1044 KB 1188/1710 KB 36/713 KB 72/1063 KB 624/1267 KB 356/1044 KB 1188/1710 KB 36/713 KB 76/1063 KB 624/1267 KB 356/1044 KB 1188/1710 KB 36/713 KB 80/1063 KB 612/1267 KB 356/1044 KB 1188/1710 KB 36/713 KB 64/1063 KB 624/1267 KB 360/1044 KB 1188/1710 KB 36/713 KB 80/1063 KB 624/1267 KB 364/1044 KB 1188/1710 KB 36/713 KB 80/1063 KB 624/1267 KB 368/1044 KB 1188/1710 KB 36/713 KB 80/1063 KB 624/1267 KB 372/1044 KB 1188/1710 KB 36/713 KB 80/1063 KB 628/1267 KB 376/1044 KB 1188/1710 KB 36/713 KB 84/1063 KB 628/1267 KB 380/1044 KB 1188/1710 KB 36/713 KB 84/1063 KB 628/1267 KB 384/1044 KB 1188/1710 KB 36/713 KB 84/1063 KB 612/1267 KB 352/1044 KB 1188/1710 KB 36/713 KB 64/1063 KB 612/1267 KB 352/1044 KB 1184/1710 KB 36/713 KB 64/1063 KB 628/1267 KB 384/1044 KB 1188/1710 KB 40/713 KB 84/1063 KB 628/1267 KB 384/1044 KB 1188/1710 KB 44/713 KB 84/1063 KB 628/1267 KB 384/1044 KB 1188/1710 KB 48/713 KB 84/1063 KB 628/1267 KB 384/1044 KB 1188/1710 KB 52/713 KB 84/1063 KB 628/1267 KB 384/1044 KB 1188/1710 KB 56/713 KB 84/1063 KB 628/1267 KB 384/1044 KB 1188/1710 KB 60/713 KB 84/1063 KB 628/1267 KB 384/1044 KB 1188/1710 KB 64/713 KB 84/1063 KB 628/1267 KB 384/1044 KB 1188/1710 KB 68/713 KB 84/1063 KB 628/1267 KB 372/1044 KB 1188/1710 KB 36/713 KB 84/1063 KB 628/1267 KB 384/1044 KB 1192/1710 KB 68/713 KB 88/1063 KB 628/1267 KB 384/1044 KB 1192/1710 KB 72/713 KB 92/1063 KB 628/1267 KB 384/1044 KB 1192/1710 KB 72/713 KB 96/1063 KB 628/1267 KB 384/1044 KB 1192/1710 KB 72/713 KB 100/1063 KB 628/1267 KB 384/1044 KB 1192/1710 KB 72/713 KB 104/1063 KB 628/1267 KB 384/1044 KB 1192/1710 KB 72/713 KB 108/1063 KB 628/1267 KB 384/1044 KB 1192/1710 KB 72/713 KB 112/1063 KB 628/1267 KB 372/1044 KB 1188/1710 KB 36/713 KB 80/1063 KB 632/1267 KB 384/1044 KB 1192/1710 KB 72/713 KB 112/1063 KB 636/1267 KB 384/1044 KB 1192/1710 KB 72/713 KB 112/1063 KB 640/1267 KB 384/1044 KB 1192/1710 KB 72/713 KB 112/1063 KB 628/1267 KB 384/1044 KB 1192/1710 KB 72/713 KB 88/1063 KB 640/1267 KB 384/1044 KB 1192/1710 KB 76/713 KB 112/1063 KB 640/1267 KB 384/1044 KB 1192/1710 KB 80/713 KB 112/1063 KB 628/1267 KB 384/1044 KB 1192/1710 KB 68/713 KB 84/1063 KB 640/1267 KB 384/1044 KB 1196/1710 KB 80/713 KB 112/1063 KB 640/1267 KB 384/1044 KB 1200/1710 KB 80/713 KB 112/1063 KB 640/1267 KB 384/1044 KB 1204/1710 KB 80/713 KB 112/1063 KB 640/1267 KB 384/1044 KB 1208/1710 KB 84/713 KB 112/1063 KB 640/1267 KB 384/1044 KB 1212/1710 KB 84/713 KB 112/1063 KB 640/1267 KB 384/1044 KB 1216/1710 KB 84/713 KB 112/1063 KB 640/1267 KB 384/1044 KB 1220/1710 KB 84/713 KB 112/1063 KB 644/1267 KB 388/1044 KB 1224/1710 KB 84/713 KB 116/1063 KB 644/1267 KB 388/1044 KB 1228/1710 KB 84/713 KB 116/1063 KB 640/1267 KB 384/1044 KB 1204/1710 KB 84/713 KB 112/1063 KB 644/1267 KB 388/1044 KB 1232/1710 KB 88/713 KB 116/1063 KB 644/1267 KB 388/1044 KB 1232/1710 KB 92/713 KB 116/1063 KB 644/1267 KB 388/1044 KB 1232/1710 KB 96/713 KB 116/1063 KB 644/1267 KB 388/1044 KB 1232/1710 KB 100/713 KB 116/1063 KB 644/1267 KB 388/1044 KB 1232/1710 KB 104/713 KB 116/1063 KB 644/1267 KB 388/1044 KB 1220/1710 KB 84/713 KB 116/1063 KB 644/1267 KB 388/1044 KB 1232/1710 KB 104/713 KB 120/1063 KB 644/1267 KB 388/1044 KB 1232/1710 KB 104/713 KB 124/1063 KB 644/1267 KB 388/1044 KB 1232/1710 KB 104/713 KB 128/1063 KB 644/1267 KB 388/1044 KB 1220/1710 KB 84/713 KB 112/1063 KB 644/1267 KB 392/1044 KB 1232/1710 KB 104/713 KB 128/1063 KB 644/1267 KB 38 unit-abot-epc-basic-0: 11:38:59 DEBUG unit.abot-epc-basic/0.install 4/1044 KB 1220/1710 KB 84/713 KB 112/1063 KB 648/1267 KB 392/1044 KB 1232/1710 KB 104/713 KB 128/1063 KB 652/1267 KB 392/1044 KB 1232/1710 KB 104/713 KB 128/1063 KB 656/1267 KB 392/1044 KB 1232/1710 KB 108/713 KB 128/1063 KB 660/1267 KB 396/1044 KB 1232/1710 KB 108/713 KB 132/1063 KB 652/1267 KB 392/1044 KB 1232/1710 KB 108/713 KB 128/1063 KB 652/1267 KB 392/1044 KB 1232/1710 KB 108/713 KB 128/1063 KB 660/1267 KB 396/1044 KB 1232/1710 KB 112/713 KB 132/1063 KB 660/1267 KB 396/1044 KB 1236/1710 KB 116/713 KB 132/1063 KB 660/1267 KB 396/1044 KB 1236/1710 KB 120/713 KB 132/1063 KB 660/1267 KB 396/1044 KB 1236/1710 KB 124/713 KB 132/1063 KB 656/1267 KB 396/1044 KB 1232/1710 KB 108/713 KB 132/1063 KB 664/1267 KB 396/1044 KB 1236/1710 KB 124/713 KB 136/1063 KB 664/1267 KB 396/1044 KB 1236/1710 KB 124/713 KB 140/1063 KB 664/1267 KB 396/1044 KB 1236/1710 KB 124/713 KB 144/1063 KB 656/1267 KB 396/1044 KB 1232/1710 KB 108/713 KB 128/1063 KB 664/1267 KB 400/1044 KB 1236/1710 KB 124/713 KB 144/1063 KB 664/1267 KB 404/1044 KB 1236/1710 KB 124/713 KB 144/1063 KB 664/1267 KB 408/1044 KB 1236/1710 KB 124/713 KB 144/1063 KB 664/1267 KB 412/1044 KB 1236/1710 KB 124/713 KB 144/1063 KB 664/1267 KB 416/1044 KB 1236/1710 KB 124/713 KB 148/1063 KB 664/1267 KB 396/1044 KB 1236/1710 KB 124/713 KB 132/1063 KB 668/1267 KB 416/1044 KB 1236/1710 KB 124/713 KB 148/1063 KB 660/1267 KB 396/1044 KB 1236/1710 KB 112/713 KB 132/1063 KB 672/1267 KB 416/1044 KB 1240/1710 KB 128/713 KB 148/1063 KB 672/1267 KB 416/1044 KB 1244/1710 KB 128/713 KB 148/1063 KB 672/1267 KB 416/1044 KB 1248/1710 KB 128/713 KB 148/1063 KB 672/1267 KB 416/1044 KB 1252/1710 KB 128/713 KB 148/1063 KB 672/1267 KB 420/1044 KB 1256/1710 KB 128/713 KB 148/1063 KB 672/1267 KB 420/1044 KB 1260/1710 KB 128/713 KB 148/1063 KB 672/1267 KB 420/1044 KB 1264/1710 KB 128/713 KB 148/1063 KB 668/1267 KB 416/1044 KB 1236/1710 KB 128/713 KB 148/1063 KB 672/1267 KB 420/1044 KB 1264/1710 KB 132/713 KB 148/1063 KB 672/1267 KB 420/1044 KB 1264/1710 KB 136/713 KB 148/1063 KB 672/1267 KB 420/1044 KB 1264/1710 KB 140/713 KB 148/1063 KB 672/1267 KB 420/1044 KB 1264/1710 KB 144/713 KB 148/1063 KB 672/1267 KB 420/1044 KB 1268/1710 KB 148/713 KB 148/1063 KB 672/1267 KB 420/1044 KB 1268/1710 KB 152/713 KB 148/1063 KB 672/1267 KB 420/1044 KB 1268/1710 KB 156/713 KB 148/1063 KB 672/1267 KB 420/1044 KB 1268/1710 KB 160/713 KB 148/1063 KB 664/1267 KB 412/1044 KB 1236/1710 KB 124/713 KB 148/1063 KB 672/1267 KB 420/1044 KB 1268/1710 KB 160/713 KB 152/1063 KB 672/1267 KB 420/1044 KB 1268/1710 KB 160/713 KB 156/1063 KB 672/1267 KB 420/1044 KB 1268/1710 KB 160/713 KB 160/1063 KB 672/1267 KB 420/1044 KB 1268/1710 KB 160/713 KB 164/1063 KB 672/1267 KB 420/1044 KB 1268/1710 KB 160/713 KB 168/1063 KB 672/1267 KB 420/1044 KB 1268/1710 KB 160/713 KB 172/1063 KB 672/1267 KB 420/1044 KB 1268/1710 KB 160/713 KB 176/1063 KB 672/1267 KB 420/1044 KB 1268/1710 KB 144/713 KB 148/1063 KB 672/1267 KB 420/1044 KB 1272/1710 KB 160/713 KB 176/1063 KB 672/1267 KB 420/1044 KB 1252/1710 KB 128/713 KB 148/1063 KB 672/1267 KB 424/1044 KB 1272/1710 KB 160/713 KB 176/1063 KB 672/1267 KB 428/1044 KB 1272/1710 KB 160/713 KB 176/1063 KB 672/1267 KB 432/1044 KB 1272/1710 KB 160/713 KB 176/1063 KB 672/1267 KB 416/1044 KB 1236/1710 KB 128/713 KB 148/1063 KB 676/1267 KB 432/1044 KB 1272/1710 KB 160/713 KB 176/1063 KB 680/1267 KB 432/1044 KB 1272/1710 KB 160/713 KB 176/1063 KB 684/1267 KB 432/1044 KB 1272/1710 KB 160/713 KB 176/1063 K unit-abot-epc-basic-0: 11:38:59 DEBUG unit.abot-epc-basic/0.install B 688/1267 KB 432/1044 KB 1272/1710 KB 160/713 KB 176/1063 KB 692/1267 KB 432/1044 KB 1272/1710 KB 160/713 KB 176/1063 KB 696/1267 KB 436/1044 KB 1276/1710 KB 160/713 KB 176/1063 KB 700/1267 KB 436/1044 KB 1276/1710 KB 160/713 KB 176/1063 KB 704/1267 KB 436/1044 KB 1276/1710 KB 160/713 KB 180/1063 KB 708/1267 KB 436/1044 KB 1276/1710 KB 160/713 KB 180/1063 KB 712/1267 KB 436/1044 KB 1276/1710 KB 164/713 KB 180/1063 KB 716/1267 KB 436/1044 KB 1276/1710 KB 164/713 KB 180/1063 KB 720/1267 KB 436/1044 KB 1276/1710 KB 164/713 KB 180/1063 KB 692/1267 KB 436/1044 KB 1276/1710 KB 160/713 KB 176/1063 KB 720/1267 KB 436/1044 KB 1280/1710 KB 164/713 KB 180/1063 KB 720/1267 KB 436/1044 KB 1284/1710 KB 164/713 KB 180/1063 KB 720/1267 KB 436/1044 KB 1288/1710 KB 164/713 KB 180/1063 KB 720/1267 KB 436/1044 KB 1292/1710 KB 164/713 KB 180/1063 KB 720/1267 KB 436/1044 KB 1296/1710 KB 164/713 KB 180/1063 KB 692/1267 KB 436/1044 KB 1272/1710 KB 160/713 KB 176/1063 KB 720/1267 KB 440/1044 KB 1296/1710 KB 164/713 KB 180/1063 KB 720/1267 KB 444/1044 KB 1296/1710 KB 164/713 KB 180/1063 KB 720/1267 KB 448/1044 KB 1296/1710 KB 164/713 KB 180/1063 KB 720/1267 KB 452/1044 KB 1296/1710 KB 164/713 KB 180/1063 KB 720/1267 KB 456/1044 KB 1296/1710 KB 164/713 KB 180/1063 KB 720/1267 KB 460/1044 KB 1300/1710 KB 164/713 KB 180/1063 KB 720/1267 KB 464/1044 KB 1300/1710 KB 164/713 KB 180/1063 KB 720/1267 KB 468/1044 KB 1300/1710 KB 164/713 KB 180/1063 KB 724/1267 KB 472/1044 KB 1300/1710 KB 164/713 KB 180/1063 KB 708/1267 KB 436/1044 KB 1276/1710 KB 164/713 KB 180/1063 KB 724/1267 KB 472/1044 KB 1300/1710 KB 168/713 KB 180/1063 KB 724/1267 KB 472/1044 KB 1300/1710 KB 172/713 KB 180/1063 KB 724/1267 KB 472/1044 KB 1300/1710 KB 176/713 KB 180/1063 KB 700/1267 KB 436/1044 KB 1276/1710 KB 160/713 KB 180/1063 KB 724/1267 KB 472/1044 KB 1300/1710 KB 176/713 KB 184/1063 KB 724/1267 KB 472/1044 KB 1300/1710 KB 176/713 KB 188/1063 KB 724/1267 KB 472/1044 KB 1300/1710 KB 176/713 KB 192/1063 KB 724/1267 KB 472/1044 KB 1300/1710 KB 176/713 KB 196/1063 KB 724/1267 KB 472/1044 KB 1300/1710 KB 180/713 KB 200/1063 KB 724/1267 KB 472/1044 KB 1300/1710 KB 180/713 KB 204/1063 KB 724/1267 KB 472/1044 KB 1300/1710 KB 180/713 KB 208/1063 KB 724/1267 KB 468/1044 KB 1300/1710 KB 164/713 KB 180/1063 KB 728/1267 KB 472/1044 KB 1300/1710 KB 180/713 KB 208/1063 KB 732/1267 KB 472/1044 KB 1300/1710 KB 180/713 KB 208/1063 KB 736/1267 KB 472/1044 KB 1300/1710 KB 180/713 KB 208/1063 KB 740/1267 KB 472/1044 KB 1300/1710 KB 180/713 KB 208/1063 KB 744/1267 KB 476/1044 KB 1300/1710 KB 180/713 KB 212/1063 KB 720/1267 KB 456/1044 KB 1300/1710 KB 164/713 KB 180/1063 KB 744/1267 KB 476/1044 KB 1304/1710 KB 180/713 KB 212/1063 KB 744/1267 KB 476/1044 KB 1308/1710 KB 180/713 KB 212/1063 KB 744/1267 KB 476/1044 KB 1312/1710 KB 180/713 KB 212/1063 KB 744/1267 KB 476/1044 KB 1316/1710 KB 180/713 KB 212/1063 KB 740/1267 KB 476/1044 KB 1300/1710 KB 180/713 KB 212/1063 KB 744/1267 KB 476/1044 KB 1316/1710 KB 180/713 KB 216/1063 KB 740/1267 KB 476/1044 KB 1300/1710 KB 180/713 KB 208/1063 KB 744/1267 KB 480/1044 KB 1316/1710 KB 180/713 KB 216/1063 KB 724/1267 KB 472/1044 KB 1300/1710 KB 180/713 KB 196/1063 KB 744/1267 KB 480/1044 KB 1316/1710 KB 184/713 KB 216/1063 KB 744/1267 KB 480/1044 KB 1316/1710 KB 188/713 KB 216/1063 KB 744/1267 KB 480/1044 KB 1316/1710 KB 192/713 KB 216/1063 KB 744/1267 KB 480/1044 KB 1316/1710 KB 196/713 KB 216/1063 KB 744/1267 KB 484/1044 KB 1320/1710 KB 2 unit-abot-epc-basic-0: 11:38:59 DEBUG unit.abot-epc-basic/0.install 00/713 KB 220/1063 KB 744/1267 KB 484/1044 KB 1320/1710 KB 204/713 KB 220/1063 KB 744/1267 KB 484/1044 KB 1320/1710 KB 208/713 KB 220/1063 KB 744/1267 KB 484/1044 KB 1320/1710 KB 196/713 KB 220/1063 KB 744/1267 KB 484/1044 KB 1324/1710 KB 208/713 KB 220/1063 KB 744/1267 KB 484/1044 KB 1328/1710 KB 208/713 KB 220/1063 KB 744/1267 KB 480/1044 KB 1316/1710 KB 196/713 KB 220/1063 KB 744/1267 KB 484/1044 KB 1328/1710 KB 208/713 KB 224/1063 KB 744/1267 KB 484/1044 KB 1328/1710 KB 208/713 KB 228/1063 KB 748/1267 KB 484/1044 KB 1332/1710 KB 212/713 KB 232/1063 KB 748/1267 KB 484/1044 KB 1332/1710 KB 212/713 KB 236/1063 KB 748/1267 KB 484/1044 KB 1332/1710 KB 212/713 KB 240/1063 KB 744/1267 KB 484/1044 KB 1316/1710 KB 196/713 KB 220/1063 KB 748/1267 KB 488/1044 KB 1332/1710 KB 212/713 KB 240/1063 KB 748/1267 KB 492/1044 KB 1332/1710 KB 212/713 KB 240/1063 KB 748/1267 KB 496/1044 KB 1332/1710 KB 212/713 KB 240/1063 KB 748/1267 KB 500/1044 KB 1332/1710 KB 212/713 KB 240/1063 KB 748/1267 KB 504/1044 KB 1332/1710 KB 212/713 KB 244/1063 KB 748/1267 KB 508/1044 KB 1332/1710 KB 212/713 KB 244/1063 KB 748/1267 KB 512/1044 KB 1332/1710 KB 212/713 KB 244/1063 KB 748/1267 KB 516/1044 KB 1332/1710 KB 212/713 KB 244/1063 KB 748/1267 KB 520/1044 KB 1332/1710 KB 212/713 KB 244/1063 KB 748/1267 KB 484/1044 KB 1332/1710 KB 212/713 KB 228/1063 KB 748/1267 KB 524/1044 KB 1336/1710 KB 212/713 KB 244/1063 KB 748/1267 KB 524/1044 KB 1340/1710 KB 212/713 KB 244/1063 KB 748/1267 KB 524/1044 KB 1344/1710 KB 212/713 KB 244/1063 KB 748/1267 KB 484/1044 KB 1328/1710 KB 212/713 KB 228/1063 KB 748/1267 KB 524/1044 KB 1344/1710 KB 216/713 KB 244/1063 KB 748/1267 KB 524/1044 KB 1344/1710 KB 220/713 KB 244/1063 KB 748/1267 KB 484/1044 KB 1328/1710 KB 208/713 KB 228/1063 KB 752/1267 KB 524/1044 KB 1344/1710 KB 224/713 KB 244/1063 KB 756/1267 KB 524/1044 KB 1344/1710 KB 224/713 KB 244/1063 KB 760/1267 KB 524/1044 KB 1344/1710 KB 224/713 KB 244/1063 KB 760/1267 KB 524/1044 KB 1348/1710 KB 224/713 KB 244/1063 KB 748/1267 KB 500/1044 KB 1332/1710 KB 212/713 KB 244/1063 KB 764/1267 KB 524/1044 KB 1348/1710 KB 224/713 KB 248/1063 KB 764/1267 KB 524/1044 KB 1348/1710 KB 224/713 KB 252/1063 KB 764/1267 KB 524/1044 KB 1348/1710 KB 224/713 KB 256/1063 KB 764/1267 KB 524/1044 KB 1348/1710 KB 224/713 KB 244/1063 KB 748/1267 KB 524/1044 KB 1344/1710 KB 224/713 KB 244/1063 KB 768/1267 KB 524/1044 KB 1348/1710 KB 228/713 KB 256/1063 KB 768/1267 KB 524/1044 KB 1352/1710 KB 228/713 KB 256/1063 KB 768/1267 KB 524/1044 KB 1356/1710 KB 228/713 KB 256/1063 KB 768/1267 KB 524/1044 KB 1348/1710 KB 224/713 KB 256/1063 KB 772/1267 KB 524/1044 KB 1360/1710 KB 232/713 KB 256/1063 KB 776/1267 KB 524/1044 KB 1360/1710 KB 232/713 KB 256/1063 KB 780/1267 KB 524/1044 KB 1360/1710 KB 232/713 KB 256/1063 KB 784/1267 KB 524/1044 KB 1360/1710 KB 232/713 KB 256/1063 KB 768/1267 KB 524/1044 KB 1356/1710 KB 232/713 KB 256/1063 KB 784/1267 KB 524/1044 KB 1360/1710 KB 236/713 KB 260/1063 KB 784/1267 KB 524/1044 KB 1360/1710 KB 240/713 KB 260/1063 KB 784/1267 KB 524/1044 KB 1360/1710 KB 244/713 KB 260/1063 KB 788/1267 KB 524/1044 KB 1360/1710 KB 248/713 KB 260/1063 KB 788/1267 KB 524/1044 KB 1360/1710 KB 252/713 KB 260/1063 KB 788/1267 KB 524/1044 KB 1360/1710 KB 256/713 KB 260/1063 KB 784/1267 KB 524/1044 KB 1360/1710 KB 232/713 KB 260/1063 KB 788/1267 KB 528/1044 KB 1360/1710 KB 256/713 KB 260/1063 KB 788/1267 KB 532/1044 KB 1360/1710 KB 256/713 KB 260/1063 KB 788/1267 KB 536/1044 unit-abot-epc-basic-0: 11:38:59 DEBUG unit.abot-epc-basic/0.install KB 1360/1710 KB 256/713 KB 260/1063 KB 788/1267 KB 540/1044 KB 1360/1710 KB 256/713 KB 260/1063 KB 788/1267 KB 544/1044 KB 1360/1710 KB 256/713 KB 260/1063 KB 788/1267 KB 548/1044 KB 1360/1710 KB 256/713 KB 260/1063 KB 788/1267 KB 552/1044 KB 1360/1710 KB 260/713 KB 260/1063 KB 784/1267 KB 524/1044 KB 1360/1710 KB 232/713 KB 260/1063 KB 768/1267 KB 524/1044 KB 1360/1710 KB 232/713 KB 256/1063 KB 788/1267 KB 552/1044 KB 1364/1710 KB 260/713 KB 260/1063 KB 788/1267 KB 552/1044 KB 1368/1710 KB 260/713 KB 264/1063 KB 788/1267 KB 552/1044 KB 1372/1710 KB 260/713 KB 264/1063 KB 788/1267 KB 552/1044 KB 1376/1710 KB 260/713 KB 264/1063 KB 788/1267 KB 552/1044 KB 1380/1710 KB 260/713 KB 264/1063 KB 788/1267 KB 552/1044 KB 1384/1710 KB 260/713 KB 264/1063 KB 788/1267 KB 552/1044 KB 1388/1710 KB 260/713 KB 264/1063 KB 788/1267 KB 552/1044 KB 1392/1710 KB 260/713 KB 264/1063 KB 788/1267 KB 548/1044 KB 1360/1710 KB 260/713 KB 260/1063 KB 788/1267 KB 552/1044 KB 1392/1710 KB 264/713 KB 264/1063 KB 788/1267 KB 524/1044 KB 1360/1710 KB 244/713 KB 260/1063 KB 792/1267 KB 552/1044 KB 1392/1710 KB 264/713 KB 264/1063 KB 788/1267 KB 552/1044 KB 1364/1710 KB 260/713 KB 264/1063 KB 792/1267 KB 552/1044 KB 1392/1710 KB 264/713 KB 268/1063 KB 792/1267 KB 552/1044 KB 1392/1710 KB 264/713 KB 272/1063 KB 792/1267 KB 552/1044 KB 1392/1710 KB 264/713 KB 276/1063 KB 796/1267 KB 552/1044 KB 1392/1710 KB 264/713 KB 276/1063 KB 800/1267 KB 552/1044 KB 1392/1710 KB 264/713 KB 276/1063 KB 804/1267 KB 552/1044 KB 1392/1710 KB 264/713 KB 280/1063 KB 808/1267 KB 552/1044 KB 1392/1710 KB 268/713 KB 280/1063 KB 812/1267 KB 552/1044 KB 1392/1710 KB 268/713 KB 280/1063 KB 816/1267 KB 556/1044 KB 1396/1710 KB 268/713 KB 280/1063 KB 800/1267 KB 552/1044 KB 1392/1710 KB 264/713 KB 280/1063 KB 816/1267 KB 556/1044 KB 1396/1710 KB 268/713 KB 284/1063 KB 816/1267 KB 556/1044 KB 1396/1710 KB 268/713 KB 288/1063 KB 816/1267 KB 556/1044 KB 1396/1710 KB 268/713 KB 292/1063 KB 816/1267 KB 556/1044 KB 1396/1710 KB 268/713 KB 296/1063 KB 816/1267 KB 556/1044 KB 1396/1710 KB 268/713 KB 300/1063 KB 816/1267 KB 556/1044 KB 1396/1710 KB 268/713 KB 304/1063 KB 812/1267 KB 556/1044 KB 1396/1710 KB 268/713 KB 280/1063 KB 816/1267 KB 556/1044 KB 1400/1710 KB 268/713 KB 304/1063 KB 816/1267 KB 556/1044 KB 1404/1710 KB 268/713 KB 304/1063 KB 812/1267 KB 556/1044 KB 1392/1710 KB 268/713 KB 280/1063 KB 816/1267 KB 560/1044 KB 1404/1710 KB 268/713 KB 304/1063 KB 804/1267 KB 552/1044 KB 1392/1710 KB 268/713 KB 280/1063 KB 816/1267 KB 560/1044 KB 1404/1710 KB 272/713 KB 304/1063 KB 816/1267 KB 560/1044 KB 1404/1710 KB 276/713 KB 304/1063 KB 820/1267 KB 564/1044 KB 1408/1710 KB 280/713 KB 308/1063 KB 820/1267 KB 564/1044 KB 1408/1710 KB 284/713 KB 308/1063 KB 820/1267 KB 564/1044 KB 1408/1710 KB 288/713 KB 308/1063 KB 820/1267 KB 564/1044 KB 1408/1710 KB 292/713 KB 308/1063 KB 820/1267 KB 564/1044 KB 1408/1710 KB 296/713 KB 308/1063 KB 820/1267 KB 564/1044 KB 1408/1710 KB 300/713 KB 308/1063 KB 820/1267 KB 564/1044 KB 1408/1710 KB 304/713 KB 308/1063 KB 820/1267 KB 564/1044 KB 1408/1710 KB 276/713 KB 308/1063 KB 820/1267 KB 564/1044 KB 1408/1710 KB 304/713 KB 312/1063 KB 820/1267 KB 564/1044 KB 1408/1710 KB 304/713 KB 316/1063 KB 820/1267 KB 564/1044 KB 1408/1710 KB 304/713 KB 320/1063 KB 820/1267 KB 564/1044 KB 1408/1710 KB 276/713 KB 304/1063 KB 820/1267 KB 564/1044 KB 1412/1710 KB 304/713 KB 320/1063 KB 820/1267 KB 564/1044 KB 1416/1710 KB 304/713 KB 320/1063 KB unit-abot-epc-basic-0: 11:38:59 DEBUG unit.abot-epc-basic/0.install 820/1267 KB 564/1044 KB 1420/1710 KB 304/713 KB 320/1063 KB 820/1267 KB 564/1044 KB 1424/1710 KB 304/713 KB 320/1063 KB 820/1267 KB 564/1044 KB 1428/1710 KB 304/713 KB 320/1063 KB 820/1267 KB 564/1044 KB 1432/1710 KB 308/713 KB 324/1063 KB 820/1267 KB 564/1044 KB 1436/1710 KB 308/713 KB 324/1063 KB 820/1267 KB 564/1044 KB 1404/1710 KB 276/713 KB 304/1063 KB 816/1267 KB 564/1044 KB 1404/1710 KB 276/713 KB 304/1063 KB 820/1267 KB 568/1044 KB 1436/1710 KB 308/713 KB 324/1063 KB 820/1267 KB 572/1044 KB 1436/1710 KB 308/713 KB 324/1063 KB 824/1267 KB 576/1044 KB 1436/1710 KB 308/713 KB 324/1063 KB 824/1267 KB 580/1044 KB 1436/1710 KB 308/713 KB 324/1063 KB 824/1267 KB 584/1044 KB 1436/1710 KB 308/713 KB 324/1063 KB 824/1267 KB 588/1044 KB 1436/1710 KB 308/713 KB 324/1063 KB 824/1267 KB 592/1044 KB 1436/1710 KB 308/713 KB 324/1063 KB 824/1267 KB 596/1044 KB 1436/1710 KB 308/713 KB 324/1063 KB 820/1267 KB 564/1044 KB 1428/1710 KB 308/713 KB 324/1063 KB 824/1267 KB 596/1044 KB 1440/1710 KB 312/713 KB 324/1063 KB 824/1267 KB 600/1044 KB 1440/1710 KB 316/713 KB 324/1063 KB 824/1267 KB 600/1044 KB 1440/1710 KB 320/713 KB 324/1063 KB 820/1267 KB 564/1044 KB 1428/1710 KB 304/713 KB 324/1063 KB 824/1267 KB 600/1044 KB 1440/1710 KB 320/713 KB 328/1063 KB 824/1267 KB 600/1044 KB 1440/1710 KB 320/713 KB 332/1063 KB 824/1267 KB 600/1044 KB 1440/1710 KB 320/713 KB 336/1063 KB 824/1267 KB 600/1044 KB 1440/1710 KB 320/713 KB 340/1063 KB 824/1267 KB 600/1044 KB 1440/1710 KB 324/713 KB 344/1063 KB 824/1267 KB 600/1044 KB 1440/1710 KB 324/713 KB 348/1063 KB 824/1267 KB 600/1044 KB 1440/1710 KB 324/713 KB 352/1063 KB 824/1267 KB 600/1044 KB 1440/1710 KB 312/713 KB 324/1063 KB 824/1267 KB 604/1044 KB 1440/1710 KB 324/713 KB 352/1063 KB 824/1267 KB 608/1044 KB 1440/1710 KB 324/713 KB 352/1063 KB 824/1267 KB 596/1044 KB 1440/1710 KB 308/713 KB 324/1063 KB 824/1267 KB 572/1044 KB 1436/1710 KB 308/713 KB 324/1063 KB 828/1267 KB 608/1044 KB 1440/1710 KB 324/713 KB 352/1063 KB 832/1267 KB 608/1044 KB 1440/1710 KB 324/713 KB 352/1063 KB 836/1267 KB 608/1044 KB 1440/1710 KB 324/713 KB 352/1063 KB 840/1267 KB 608/1044 KB 1440/1710 KB 324/713 KB 352/1063 KB 844/1267 KB 608/1044 KB 1440/1710 KB 324/713 KB 352/1063 KB 848/1267 KB 608/1044 KB 1440/1710 KB 324/713 KB 352/1063 KB 852/1267 KB 608/1044 KB 1440/1710 KB 324/713 KB 352/1063 KB 856/1267 KB 608/1044 KB 1444/1710 KB 324/713 KB 352/1063 KB 860/1267 KB 608/1044 KB 1444/1710 KB 324/713 KB 352/1063 KB 864/1267 KB 608/1044 KB 1444/1710 KB 324/713 KB 352/1063 KB 864/1267 KB 612/1044 KB 1444/1710 KB 324/713 KB 352/1063 KB 868/1267 KB 616/1044 KB 1444/1710 KB 324/713 KB 356/1063 KB 868/1267 KB 620/1044 KB 1444/1710 KB 324/713 KB 356/1063 KB 868/1267 KB 624/1044 KB 1444/1710 KB 324/713 KB 356/1063 KB 824/1267 KB 600/1044 KB 1440/1710 KB 324/713 KB 340/1063 KB 868/1267 KB 624/1044 KB 1444/1710 KB 328/713 KB 356/1063 KB 868/1267 KB 624/1044 KB 1444/1710 KB 332/713 KB 356/1063 KB 868/1267 KB 624/1044 KB 1444/1710 KB 336/713 KB 356/1063 KB 868/1267 KB 624/1044 KB 1444/1710 KB 340/713 KB 356/1063 KB 868/1267 KB 628/1044 KB 1444/1710 KB 344/713 KB 356/1063 KB 868/1267 KB 628/1044 KB 1444/1710 KB 348/713 KB 356/1063 KB 868/1267 KB 628/1044 KB 1444/1710 KB 352/713 KB 356/1063 KB 868/1267 KB 612/1044 KB 1444/1710 KB 324/713 KB 356/1063 KB 868/1267 KB 628/1044 KB 1444/1710 KB 352/713 KB 360/1063 KB 868/1267 KB 628/1044 KB 1444/1710 KB 352/713 KB 364/1063 KB 868/1267 KB 628/1044 KB 1444/1710 KB 352/7 unit-abot-epc-basic-0: 11:38:59 DEBUG unit.abot-epc-basic/0.install 13 KB 368/1063 KB 868/1267 KB 612/1044 KB 1444/1710 KB 324/713 KB 352/1063 KB 852/1267 KB 608/1044 KB 1444/1710 KB 324/713 KB 352/1063 KB 868/1267 KB 628/1044 KB 1448/1710 KB 352/713 KB 368/1063 KB 868/1267 KB 628/1044 KB 1452/1710 KB 352/713 KB 368/1063 KB 868/1267 KB 628/1044 KB 1456/1710 KB 352/713 KB 368/1063 KB 868/1267 KB 628/1044 KB 1460/1710 KB 352/713 KB 368/1063 KB 872/1267 KB 628/1044 KB 1464/1710 KB 352/713 KB 368/1063 KB 872/1267 KB 628/1044 KB 1468/1710 KB 352/713 KB 368/1063 KB 872/1267 KB 628/1044 KB 1472/1710 KB 352/713 KB 368/1063 KB 872/1267 KB 628/1044 KB 1476/1710 KB 352/713 KB 368/1063 KB 872/1267 KB 628/1044 KB 1480/1710 KB 356/713 KB 372/1063 KB 872/1267 KB 628/1044 KB 1484/1710 KB 356/713 KB 372/1063 KB 872/1267 KB 628/1044 KB 1488/1710 KB 356/713 KB 372/1063 KB 872/1267 KB 628/1044 KB 1492/1710 KB 356/713 KB 372/1063 KB 872/1267 KB 628/1044 KB 1496/1710 KB 356/713 KB 372/1063 KB 872/1267 KB 628/1044 KB 1500/1710 KB 356/713 KB 372/1063 KB 868/1267 KB 628/1044 KB 1444/1710 KB 340/713 KB 356/1063 KB 872/1267 KB 632/1044 KB 1500/1710 KB 356/713 KB 372/1063 KB 872/1267 KB 636/1044 KB 1500/1710 KB 356/713 KB 372/1063 KB 872/1267 KB 640/1044 KB 1500/1710 KB 356/713 KB 372/1063 KB 872/1267 KB 644/1044 KB 1500/1710 KB 356/713 KB 372/1063 KB 872/1267 KB 648/1044 KB 1500/1710 KB 356/713 KB 372/1063 KB 872/1267 KB 652/1044 KB 1500/1710 KB 356/713 KB 372/1063 KB 872/1267 KB 656/1044 KB 1500/1710 KB 356/713 KB 372/1063 KB 872/1267 KB 628/1044 KB 1476/1710 KB 356/713 KB 372/1063 KB 872/1267 KB 656/1044 KB 1500/1710 KB 360/713 KB 372/1063 KB 872/1267 KB 656/1044 KB 1500/1710 KB 364/713 KB 372/1063 KB 872/1267 KB 656/1044 KB 1500/1710 KB 368/713 KB 372/1063 KB 872/1267 KB 628/1044 KB 1476/1710 KB 352/713 KB 372/1063 KB 872/1267 KB 656/1044 KB 1500/1710 KB 368/713 KB 376/1063 KB 872/1267 KB 656/1044 KB 1500/1710 KB 368/713 KB 380/1063 KB 872/1267 KB 656/1044 KB 1500/1710 KB 368/713 KB 384/1063 KB 872/1267 KB 656/1044 KB 1500/1710 KB 368/713 KB 388/1063 KB 872/1267 KB 628/1044 KB 1460/1710 KB 352/713 KB 368/1063 KB 876/1267 KB 656/1044 KB 1500/1710 KB 368/713 KB 388/1063 KB 880/1267 KB 656/1044 KB 1500/1710 KB 368/713 KB 388/1063 KB 884/1267 KB 656/1044 KB 1500/1710 KB 368/713 KB 388/1063 KB 888/1267 KB 656/1044 KB 1500/1710 KB 368/713 KB 388/1063 KB 892/1267 KB 656/1044 KB 1500/1710 KB 368/713 KB 388/1063 KB 896/1267 KB 656/1044 KB 1500/1710 KB 368/713 KB 388/1063 KB 900/1267 KB 656/1044 KB 1500/1710 KB 368/713 KB 388/1063 KB 904/1267 KB 656/1044 KB 1500/1710 KB 368/713 KB 388/1063 KB 904/1267 KB 656/1044 KB 1500/1710 KB 368/713 KB 392/1063 KB 908/1267 KB 656/1044 KB 1500/1710 KB 368/713 KB 396/1063 KB 908/1267 KB 656/1044 KB 1500/1710 KB 368/713 KB 400/1063 KB 908/1267 KB 656/1044 KB 1500/1710 KB 372/713 KB 404/1063 KB 908/1267 KB 660/1044 KB 1504/1710 KB 372/713 KB 408/1063 KB 908/1267 KB 660/1044 KB 1504/1710 KB 372/713 KB 412/1063 KB 908/1267 KB 660/1044 KB 1504/1710 KB 372/713 KB 416/1063 KB 908/1267 KB 660/1044 KB 1504/1710 KB 372/713 KB 420/1063 KB 908/1267 KB 656/1044 KB 1500/1710 KB 368/713 KB 392/1063 KB 912/1267 KB 660/1044 KB 1504/1710 KB 372/713 KB 420/1063 KB 916/1267 KB 660/1044 KB 1504/1710 KB 372/713 KB 420/1063 KB 908/1267 KB 660/1044 KB 1504/1710 KB 372/713 KB 404/1063 KB 916/1267 KB 660/1044 KB 1508/1710 KB 372/713 KB 420/1063 KB 908/1267 KB 660/1044 KB 1500/1710 KB 372/713 KB 404/1063 KB 920/1267 KB 664/1044 KB 1508/1710 KB 372/713 KB 420/1063 KB 920/1267 KB 668/1044 KB unit-abot-epc-basic-0: 11:38:59 DEBUG unit.abot-epc-basic/0.install 1508/1710 KB 372/713 KB 420/1063 KB 908/1267 KB 656/1044 KB 1500/1710 KB 372/713 KB 400/1063 KB 920/1267 KB 668/1044 KB 1508/1710 KB 376/713 KB 420/1063 KB 920/1267 KB 668/1044 KB 1508/1710 KB 380/713 KB 420/1063 KB 920/1267 KB 668/1044 KB 1508/1710 KB 384/713 KB 420/1063 KB 920/1267 KB 660/1044 KB 1508/1710 KB 372/713 KB 420/1063 KB 924/1267 KB 668/1044 KB 1508/1710 KB 384/713 KB 420/1063 KB 928/1267 KB 668/1044 KB 1508/1710 KB 384/713 KB 420/1063 KB 932/1267 KB 672/1044 KB 1508/1710 KB 384/713 KB 420/1063 KB 936/1267 KB 672/1044 KB 1512/1710 KB 388/713 KB 420/1063 KB 928/1267 KB 672/1044 KB 1508/1710 KB 384/713 KB 420/1063 KB 936/1267 KB 676/1044 KB 1512/1710 KB 388/713 KB 424/1063 KB 936/1267 KB 680/1044 KB 1512/1710 KB 388/713 KB 424/1063 KB 936/1267 KB 684/1044 KB 1512/1710 KB 388/713 KB 424/1063 KB 940/1267 KB 688/1044 KB 1512/1710 KB 388/713 KB 424/1063 KB 936/1267 KB 672/1044 KB 1512/1710 KB 388/713 KB 424/1063 KB 940/1267 KB 688/1044 KB 1512/1710 KB 388/713 KB 428/1063 KB 940/1267 KB 688/1044 KB 1512/1710 KB 388/713 KB 432/1063 KB 932/1267 KB 672/1044 KB 1512/1710 KB 388/713 KB 420/1063 KB 940/1267 KB 688/1044 KB 1516/1710 KB 388/713 KB 432/1063 KB 940/1267 KB 688/1044 KB 1520/1710 KB 388/713 KB 432/1063 KB 932/1267 KB 672/1044 KB 1508/1710 KB 388/713 KB 420/1063 KB 940/1267 KB 688/1044 KB 1520/1710 KB 392/713 KB 432/1063 KB 940/1267 KB 688/1044 KB 1520/1710 KB 396/713 KB 432/1063 KB 940/1267 KB 688/1044 KB 1524/1710 KB 400/713 KB 432/1063 KB 940/1267 KB 688/1044 KB 1524/1710 KB 404/713 KB 432/1063 KB 940/1267 KB 692/1044 KB 1524/1710 KB 408/713 KB 436/1063 KB 940/1267 KB 692/1044 KB 1524/1710 KB 412/713 KB 436/1063 KB 940/1267 KB 692/1044 KB 1524/1710 KB 416/713 KB 436/1063 KB 940/1267 KB 692/1044 KB 1524/1710 KB 420/713 KB 436/1063 KB 940/1267 KB 692/1044 KB 1524/1710 KB 424/713 KB 436/1063 KB 940/1267 KB 692/1044 KB 1524/1710 KB 428/713 KB 436/1063 KB 940/1267 KB 692/1044 KB 1524/1710 KB 432/713 KB 436/1063 KB 940/1267 KB 684/1044 KB 1512/1710 KB 388/713 KB 424/1063 KB 944/1267 KB 692/1044 KB 1524/1710 KB 432/713 KB 436/1063 KB 948/1267 KB 692/1044 KB 1524/1710 KB 432/713 KB 436/1063 KB 952/1267 KB 692/1044 KB 1524/1710 KB 432/713 KB 436/1063 KB 956/1267 KB 692/1044 KB 1524/1710 KB 432/713 KB 436/1063 KB 940/1267 KB 692/1044 KB 1524/1710 KB 404/713 KB 436/1063 KB 960/1267 KB 692/1044 KB 1524/1710 KB 432/713 KB 440/1063 KB 960/1267 KB 692/1044 KB 1524/1710 KB 432/713 KB 444/1063 KB 960/1267 KB 692/1044 KB 1524/1710 KB 432/713 KB 448/1063 KB 940/1267 KB 692/1044 KB 1524/1710 KB 404/713 KB 432/1063 KB 960/1267 KB 696/1044 KB 1524/1710 KB 432/713 KB 448/1063 KB 960/1267 KB 700/1044 KB 1524/1710 KB 432/713 KB 448/1063 KB 960/1267 KB 704/1044 KB 1524/1710 KB 432/713 KB 448/1063 KB 940/1267 KB 688/1044 KB 1524/1710 KB 396/713 KB 432/1063 KB 960/1267 KB 704/1044 KB 1528/1710 KB 432/713 KB 448/1063 KB 960/1267 KB 704/1044 KB 1532/1710 KB 432/713 KB 448/1063 KB 960/1267 KB 704/1044 KB 1536/1710 KB 432/713 KB 448/1063 KB 960/1267 KB 704/1044 KB 1540/1710 KB 432/713 KB 448/1063 KB 960/1267 KB 704/1044 KB 1544/1710 KB 432/713 KB 448/1063 KB 960/1267 KB 704/1044 KB 1548/1710 KB 432/713 KB 452/1063 KB 960/1267 KB 704/1044 KB 1552/1710 KB 432/713 KB 452/1063 KB 960/1267 KB 692/1044 KB 1524/1710 KB 432/713 KB 448/1063 KB 964/1267 KB 704/1044 KB 1552/1710 KB 432/713 KB 452/1063 KB 968/1267 KB 708/1044 KB 1556/1710 KB 436/713 KB 452/1063 KB 972/1267 KB 708/1044 KB 1556/1710 KB 436/713 KB 452/1063 KB 976/ unit-abot-epc-basic-0: 11:38:59 DEBUG unit.abot-epc-basic/0.install 1267 KB 708/1044 KB 1556/1710 KB 436/713 KB 452/1063 KB 980/1267 KB 708/1044 KB 1556/1710 KB 436/713 KB 452/1063 KB 984/1267 KB 708/1044 KB 1556/1710 KB 436/713 KB 452/1063 KB 988/1267 KB 708/1044 KB 1556/1710 KB 436/713 KB 452/1063 KB 992/1267 KB 708/1044 KB 1556/1710 KB 436/713 KB 452/1063 KB 996/1267 KB 708/1044 KB 1556/1710 KB 436/713 KB 452/1063 KB 960/1267 KB 704/1044 KB 1544/1710 KB 432/713 KB 452/1063 KB 996/1267 KB 708/1044 KB 1556/1710 KB 436/713 KB 456/1063 KB 996/1267 KB 708/1044 KB 1556/1710 KB 436/713 KB 460/1063 KB 996/1267 KB 708/1044 KB 1556/1710 KB 436/713 KB 464/1063 KB 964/1267 KB 708/1044 KB 1556/1710 KB 436/713 KB 452/1063 KB 996/1267 KB 708/1044 KB 1556/1710 KB 440/713 KB 464/1063 KB 996/1267 KB 708/1044 KB 1556/1710 KB 444/713 KB 464/1063 KB 996/1267 KB 708/1044 KB 1556/1710 KB 448/713 KB 464/1063 KB 996/1267 KB 708/1044 KB 1556/1710 KB 452/713 KB 464/1063 KB 996/1267 KB 708/1044 KB 1556/1710 KB 456/713 KB 468/1063 KB 996/1267 KB 708/1044 KB 1556/1710 KB 460/713 KB 468/1063 KB 996/1267 KB 708/1044 KB 1556/1710 KB 464/713 KB 468/1063 KB 964/1267 KB 708/1044 KB 1556/1710 KB 432/713 KB 452/1063 KB 996/1267 KB 712/1044 KB 1556/1710 KB 464/713 KB 468/1063 KB 996/1267 KB 716/1044 KB 1556/1710 KB 464/713 KB 468/1063 KB 996/1267 KB 720/1044 KB 1556/1710 KB 464/713 KB 468/1063 KB 964/1267 KB 704/1044 KB 1556/1710 KB 432/713 KB 452/1063 KB 996/1267 KB 720/1044 KB 1560/1710 KB 464/713 KB 468/1063 KB 996/1267 KB 720/1044 KB 1564/1710 KB 464/713 KB 468/1063 KB 996/1267 KB 720/1044 KB 1568/1710 KB 464/713 KB 468/1063 KB 996/1267 KB 720/1044 KB 1572/1710 KB 464/713 KB 468/1063 KB 996/1267 KB 724/1044 KB 1576/1710 KB 464/713 KB 468/1063 KB 996/1267 KB 724/1044 KB 1580/1710 KB 464/713 KB 468/1063 KB 996/1267 KB 724/1044 KB 1584/1710 KB 464/713 KB 468/1063 KB 996/1267 KB 708/1044 KB 1556/1710 KB 452/713 KB 468/1063 KB 996/1267 KB 724/1044 KB 1584/1710 KB 464/713 KB 472/1063 KB 996/1267 KB 724/1044 KB 1584/1710 KB 464/713 KB 476/1063 KB 996/1267 KB 724/1044 KB 1572/1710 KB 464/713 KB 468/1063 KB 996/1267 KB 728/1044 KB 1584/1710 KB 464/713 KB 480/1063 KB 996/1267 KB 732/1044 KB 1584/1710 KB 464/713 KB 480/1063 KB 996/1267 KB 736/1044 KB 1584/1710 KB 464/713 KB 480/1063 KB 996/1267 KB 740/1044 KB 1584/1710 KB 464/713 KB 480/1063 KB 1000/1267 KB 744/1044 KB 1588/1710 KB 468/713 KB 480/1063 KB 1000/1267 KB 748/1044 KB 1588/1710 KB 468/713 KB 480/1063 KB 1000/1267 KB 752/1044 KB 1588/1710 KB 468/713 KB 480/1063 KB 996/1267 KB 724/1044 KB 1584/1710 KB 464/713 KB 480/1063 KB 1000/1267 KB 752/1044 KB 1588/1710 KB 468/713 KB 484/1063 KB 1000/1267 KB 752/1044 KB 1588/1710 KB 468/713 KB 488/1063 KB 1000/1267 KB 752/1044 KB 1588/1710 KB 468/713 KB 492/1063 KB 1000/1267 KB 752/1044 KB 1588/1710 KB 468/713 KB 496/1063 KB 1000/1267 KB 752/1044 KB 1588/1710 KB 468/713 KB 500/1063 KB 1000/1267 KB 756/1044 KB 1588/1710 KB 468/713 KB 504/1063 KB 1000/1267 KB 756/1044 KB 1588/1710 KB 468/713 KB 508/1063 KB 1000/1267 KB 756/1044 KB 1588/1710 KB 468/713 KB 512/1063 KB 1000/1267 KB 740/1044 KB 1588/1710 KB 468/713 KB 480/1063 KB 1004/1267 KB 756/1044 KB 1588/1710 KB 468/713 KB 512/1063 KB 1008/1267 KB 756/1044 KB 1588/1710 KB 468/713 KB 512/1063 KB 996/1267 KB 740/1044 KB 1588/1710 KB 468/713 KB 480/1063 KB 1008/1267 KB 756/1044 KB 1588/1710 KB 472/713 KB 512/1063 KB 996/1267 KB 740/1044 KB 1588/1710 KB 464/713 KB 480/1063 KB 1008/1267 KB 756/1044 KB 1592/1710 KB 472/713 KB 512/1063 KB 1008/1267 KB 756/1044 KB 1596/171 unit-abot-epc-basic-0: 11:38:59 DEBUG unit.abot-epc-basic/0.install 0 KB 472/713 KB 512/1063 KB 1008/1267 KB 756/1044 KB 1600/1710 KB 472/713 KB 512/1063 KB 1008/1267 KB 756/1044 KB 1604/1710 KB 476/713 KB 512/1063 KB 1012/1267 KB 756/1044 KB 1608/1710 KB 476/713 KB 512/1063 KB 1000/1267 KB 756/1044 KB 1588/1710 KB 468/713 KB 500/1063 KB 1012/1267 KB 760/1044 KB 1608/1710 KB 476/713 KB 512/1063 KB 1012/1267 KB 764/1044 KB 1608/1710 KB 476/713 KB 512/1063 KB 1012/1267 KB 768/1044 KB 1608/1710 KB 476/713 KB 512/1063 KB 1012/1267 KB 756/1044 KB 1604/1710 KB 476/713 KB 512/1063 KB 1016/1267 KB 768/1044 KB 1608/1710 KB 476/713 KB 512/1063 KB 1020/1267 KB 768/1044 KB 1608/1710 KB 476/713 KB 512/1063 KB 1024/1267 KB 768/1044 KB 1608/1710 KB 476/713 KB 512/1063 KB 1008/1267 KB 756/1044 KB 1600/1710 KB 476/713 KB 512/1063 KB 1024/1267 KB 768/1044 KB 1608/1710 KB 480/713 KB 512/1063 KB 1024/1267 KB 768/1044 KB 1608/1710 KB 484/713 KB 512/1063 KB 1024/1267 KB 768/1044 KB 1612/1710 KB 488/713 KB 512/1063 KB 1024/1267 KB 772/1044 KB 1612/1710 KB 492/713 KB 512/1063 KB 1024/1267 KB 772/1044 KB 1612/1710 KB 496/713 KB 516/1063 KB 1024/1267 KB 772/1044 KB 1612/1710 KB 500/713 KB 516/1063 KB 1028/1267 KB 772/1044 KB 1612/1710 KB 504/713 KB 516/1063 KB 1028/1267 KB 772/1044 KB 1612/1710 KB 508/713 KB 516/1063 KB 1028/1267 KB 772/1044 KB 1612/1710 KB 512/713 KB 516/1063 KB 1024/1267 KB 768/1044 KB 1612/1710 KB 484/713 KB 512/1063 KB 1028/1267 KB 772/1044 KB 1616/1710 KB 512/713 KB 516/1063 KB 1028/1267 KB 772/1044 KB 1620/1710 KB 512/713 KB 516/1063 KB 1028/1267 KB 772/1044 KB 1624/1710 KB 512/713 KB 516/1063 KB 1028/1267 KB 772/1044 KB 1628/1710 KB 512/713 KB 516/1063 KB 1028/1267 KB 772/1044 KB 1632/1710 KB 512/713 KB 516/1063 KB 1028/1267 KB 772/1044 KB 1612/1710 KB 500/713 KB 516/1063 KB 1032/1267 KB 772/1044 KB 1632/1710 KB 512/713 KB 516/1063 KB 1036/1267 KB 772/1044 KB 1632/1710 KB 512/713 KB 516/1063 KB 1040/1267 KB 772/1044 KB 1632/1710 KB 512/713 KB 516/1063 KB 1024/1267 KB 772/1044 KB 1612/1710 KB 492/713 KB 516/1063 KB 1024/1267 KB 772/1044 KB 1612/1710 KB 488/713 KB 512/1063 KB 1040/1267 KB 776/1044 KB 1632/1710 KB 512/713 KB 520/1063 KB 1040/1267 KB 780/1044 KB 1632/1710 KB 512/713 KB 520/1063 KB 1040/1267 KB 784/1044 KB 1632/1710 KB 512/713 KB 520/1063 KB 1040/1267 KB 788/1044 KB 1632/1710 KB 512/713 KB 520/1063 KB 1044/1267 KB 792/1044 KB 1636/1710 KB 516/713 KB 520/1063 KB 1044/1267 KB 796/1044 KB 1636/1710 KB 516/713 KB 520/1063 KB 1044/1267 KB 800/1044 KB 1636/1710 KB 516/713 KB 520/1063 KB 1040/1267 KB 784/1044 KB 1632/1710 KB 512/713 KB 520/1063 KB 1044/1267 KB 800/1044 KB 1636/1710 KB 516/713 KB 524/1063 KB 1044/1267 KB 800/1044 KB 1636/1710 KB 516/713 KB 528/1063 KB 1044/1267 KB 800/1044 KB 1636/1710 KB 516/713 KB 532/1063 KB 1044/1267 KB 800/1044 KB 1636/1710 KB 516/713 KB 536/1063 KB 1044/1267 KB 800/1044 KB 1636/1710 KB 516/713 KB 540/1063 KB 1044/1267 KB 804/1044 KB 1636/1710 KB 516/713 KB 544/1063 KB 1044/1267 KB 788/1044 KB 1636/1710 KB 516/713 KB 520/1063 KB 1044/1267 KB 804/1044 KB 1636/1710 KB 520/713 KB 544/1063 KB 1044/1267 KB 804/1044 KB 1636/1710 KB 524/713 KB 544/1063 KB 1044/1267 KB 804/1044 KB 1636/1710 KB 528/713 KB 544/1063 KB 1044/1267 KB 804/1044 KB 1636/1710 KB 532/713 KB 548/1063 KB 1044/1267 KB 804/1044 KB 1636/1710 KB 536/713 KB 548/1063 KB 1044/1267 KB 788/1044 KB 1636/1710 KB 512/713 KB 520/1063 KB 1044/1267 KB 804/1044 KB 1640/1710 KB 540/713 KB 548/1063 KB 1044/1267 KB 804/1044 KB 1644/1710 KB 540/713 KB 548/1063 KB 1044/1267 KB 804/1044 KB unit-abot-epc-basic-0: 11:38:59 DEBUG unit.abot-epc-basic/0.install 1648/1710 KB 540/713 KB 548/1063 KB 1044/1267 KB 788/1044 KB 1632/1710 KB 512/713 KB 520/1063 KB 1048/1267 KB 804/1044 KB 1648/1710 KB 540/713 KB 548/1063 KB 1052/1267 KB 804/1044 KB 1648/1710 KB 540/713 KB 548/1063 KB 1056/1267 KB 804/1044 KB 1648/1710 KB 540/713 KB 548/1063 KB 1060/1267 KB 804/1044 KB 1648/1710 KB 540/713 KB 548/1063 KB 1064/1267 KB 804/1044 KB 1652/1710 KB 540/713 KB 548/1063 KB 1068/1267 KB 804/1044 KB 1652/1710 KB 540/713 KB 548/1063 KB 1072/1267 KB 804/1044 KB 1652/1710 KB 540/713 KB 548/1063 KB 1044/1267 KB 804/1044 KB 1636/1710 KB 528/713 KB 548/1063 KB 1072/1267 KB 804/1044 KB 1652/1710 KB 540/713 KB 552/1063 KB 1044/1267 KB 804/1044 KB 1636/1710 KB 516/713 KB 540/1063 KB 1072/1267 KB 808/1044 KB 1652/1710 KB 540/713 KB 552/1063 KB 1072/1267 KB 812/1044 KB 1652/1710 KB 540/713 KB 552/1063 KB 1072/1267 KB 816/1044 KB 1652/1710 KB 540/713 KB 552/1063 KB 1060/1267 KB 804/1044 KB 1652/1710 KB 540/713 KB 548/1063 KB 1072/1267 KB 816/1044 KB 1656/1710 KB 540/713 KB 552/1063 KB 1072/1267 KB 816/1044 KB 1660/1710 KB 540/713 KB 552/1063 KB 1072/1267 KB 816/1044 KB 1664/1710 KB 540/713 KB 556/1063 KB 1072/1267 KB 816/1044 KB 1668/1710 KB 540/713 KB 556/1063 KB 1076/1267 KB 820/1044 KB 1672/1710 KB 540/713 KB 556/1063 KB 1076/1267 KB 820/1044 KB 1676/1710 KB 540/713 KB 556/1063 KB 1076/1267 KB 820/1044 KB 1680/1710 KB 540/713 KB 556/1063 KB 1072/1267 KB 816/1044 KB 1660/1710 KB 540/713 KB 556/1063 KB 1076/1267 KB 820/1044 KB 1680/1710 KB 540/713 KB 560/1063 KB 1076/1267 KB 820/1044 KB 1680/1710 KB 540/713 KB 564/1063 KB 1076/1267 KB 820/1044 KB 1680/1710 KB 540/713 KB 568/1063 KB 1076/1267 KB 820/1044 KB 1680/1710 KB 540/713 KB 572/1063 KB 1076/1267 KB 820/1044 KB 1680/1710 KB 540/713 KB 576/1063 KB 1076/1267 KB 820/1044 KB 1680/1710 KB 540/713 KB 580/1063 KB 1076/1267 KB 820/1044 KB 1684/1710 KB 540/713 KB 584/1063 KB 1076/1267 KB 820/1044 KB 1684/1710 KB 540/713 KB 588/1063 KB 1076/1267 KB 820/1044 KB 1684/1710 KB 540/713 KB 592/1063 KB 1076/1267 KB 820/1044 KB 1668/1710 KB 540/713 KB 556/1063 KB 1080/1267 KB 820/1044 KB 1684/1710 KB 540/713 KB 592/1063 KB 1084/1267 KB 820/1044 KB 1684/1710 KB 540/713 KB 592/1063 KB 1088/1267 KB 820/1044 KB 1684/1710 KB 540/713 KB 592/1063 KB 1044/1267 KB 820/1044 KB 1668/1710 KB 540/713 KB 556/1063 KB 1088/1267 KB 820/1044 KB 1684/1710 KB 544/713 KB 592/1063 KB 1088/1267 KB 820/1044 KB 1684/1710 KB 548/713 KB 592/1063 KB 1088/1267 KB 820/1044 KB 1684/1710 KB 552/713 KB 592/1063 KB 1088/1267 KB 820/1044 KB 1684/1710 KB 556/713 KB 592/1063 KB 1088/1267 KB 820/1044 KB 1684/1710 KB 560/713 KB 592/1063 KB 1072/1267 KB 820/1044 KB 1668/1710 KB 540/713 KB 556/1063 KB 1088/1267 KB 824/1044 KB 1684/1710 KB 560/713 KB 592/1063 KB 1088/1267 KB 828/1044 KB 1684/1710 KB 560/713 KB 592/1063 KB 1088/1267 KB 832/1044 KB 1684/1710 KB 560/713 KB 592/1063 KB 1088/1267 KB 836/1044 KB 1684/1710 KB 560/713 KB 592/1063 KB 1092/1267 KB 840/1044 KB 1684/1710 KB 564/713 KB 592/1063 KB 1092/1267 KB 844/1044 KB 1684/1710 KB 564/713 KB 592/1063 KB 1092/1267 KB 848/1044 KB 1684/1710 KB 564/713 KB 592/1063 KB 1076/1267 KB 820/1044 KB 1684/1710 KB 540/713 KB 580/1063 KB 1092/1267 KB 848/1044 KB 1688/1710 KB 564/713 KB 592/1063 KB 1092/1267 KB 848/1044 KB 1692/1710 KB 564/713 KB 592/1063 KB 1092/1267 KB 848/1044 KB 1696/1710 KB 564/713 KB 592/1063 KB 1092/1267 KB 848/1044 KB 1700/1710 KB 564/713 KB 592/1063 KB 1092/1267 KB 852/1044 KB 1704/1710 KB 564/713 KB 596/1063 KB 1092/1267 KB 852/10 unit-abot-epc-basic-0: 11:38:59 DEBUG unit.abot-epc-basic/0.install 44 KB 1708/1710 KB 564/713 KB 596/1063 KB 1092/1267 KB 852/1044 KB 1710/1710 KB 564/713 KB 596/1063 KB 1092/1267 KB 844/1044 KB 1684/1710 KB 564/713 KB 592/1063 KB 1096/1267 KB 852/1044 KB 1710/1710 KB 564/713 KB 596/1063 KB 1100/1267 KB 852/1044 KB 1710/1710 KB 564/713 KB 596/1063 KB 1088/1267 KB 836/1044 KB 1684/1710 KB 564/713 KB 592/1063 KB 1104/1267 KB 852/1044 KB 1710/1710 KB 568/713 KB 596/1063 KB 1104/1267 KB 852/1044 KB 1710/1710 KB 572/713 KB 596/1063 KB 1104/1267 KB 852/1044 KB 1710/1710 KB 576/713 KB 596/1063 KB 1104/1267 KB 852/1044 KB 1710/1710 KB 580/713 KB 596/1063 KB 1104/1267 KB 852/1044 KB 1710/1710 KB 584/713 KB 596/1063 KB 1104/1267 KB 852/1044 KB 1710/1710 KB 588/713 KB 596/1063 KB 1092/1267 KB 852/1044 KB 1700/1710 KB 564/713 KB 596/1063 KB 1104/1267 KB 856/1044 KB 1710/1710 KB 592/713 KB 596/1063 KB 1104/1267 KB 860/1044 KB 1710/1710 KB 592/713 KB 596/1063 KB 1104/1267 KB 864/1044 KB 1710/1710 KB 592/713 KB 596/1063 KB 1092/1267 KB 848/1044 KB 1700/1710 KB 564/713 KB 596/1063 KB 1104/1267 KB 864/1044 KB 1710/1710 KB 592/713 KB 600/1063 KB 1104/1267 KB 864/1044 KB 1710/1710 KB 592/713 KB 604/1063 KB 1104/1267 KB 864/1044 KB 1710/1710 KB 592/713 KB 608/1063 KB 1104/1267 KB 864/1044 KB 1710/1710 KB 592/713 KB 612/1063 KB 1104/1267 KB 868/1044 KB 1710/1710 KB 592/713 KB 616/1063 KB 1104/1267 KB 868/1044 KB 1710/1710 KB 592/713 KB 620/1063 KB 1104/1267 KB 852/1044 KB 1710/1710 KB 564/713 KB 596/1063 KB 1108/1267 KB 868/1044 KB 1710/1710 KB 592/713 KB 620/1063 KB 1112/1267 KB 868/1044 KB 1710/1710 KB 592/713 KB 620/1063 KB 1116/1267 KB 868/1044 KB 1710/1710 KB 592/713 KB 620/1063 KB 1120/1267 KB 868/1044 KB 1710/1710 KB 592/713 KB 620/1063 KB 1124/1267 KB 868/1044 KB 1710/1710 KB 592/713 KB 620/1063 KB 1104/1267 KB 868/1044 KB 1710/1710 KB 592/713 KB 612/1063 KB 1124/1267 KB 872/1044 KB 1710/1710 KB 592/713 KB 624/1063 KB 1124/1267 KB 876/1044 KB 1710/1710 KB 592/713 KB 624/1063 KB 1124/1267 KB 880/1044 KB 1710/1710 KB 592/713 KB 624/1063 KB 1104/1267 KB 852/1044 KB 1710/1710 KB 592/713 KB 612/1063 KB 1124/1267 KB 880/1044 KB 1710/1710 KB 596/713 KB 624/1063 KB 1124/1267 KB 880/1044 KB 1710/1710 KB 600/713 KB 624/1063 KB 1124/1267 KB 880/1044 KB 1710/1710 KB 604/713 KB 624/1063 KB 1124/1267 KB 880/1044 KB 1710/1710 KB 608/713 KB 624/1063 KB 1128/1267 KB 880/1044 KB 1710/1710 KB 612/713 KB 624/1063 KB 1128/1267 KB 884/1044 KB 1710/1710 KB 616/713 KB 624/1063 KB 1128/1267 KB 884/1044 KB 1710/1710 KB 620/713 KB 624/1063 KB 1128/1267 KB 884/1044 KB 1710/1710 KB 624/713 KB 624/1063 KB 1124/1267 KB 868/1044 KB 1710/1710 KB 592/713 KB 624/1063 KB 1128/1267 KB 884/1044 KB 1710/1710 KB 624/713 KB 628/1063 KB 1128/1267 KB 884/1044 KB 1710/1710 KB 624/713 KB 632/1063 KB 1128/1267 KB 884/1044 KB 1710/1710 KB 624/713 KB 636/1063 KB 1128/1267 KB 884/1044 KB 1710/1710 KB 624/713 KB 640/1063 KB 1128/1267 KB 884/1044 KB 1710/1710 KB 612/713 KB 624/1063 KB 1128/1267 KB 888/1044 KB 1710/1710 KB 624/713 KB 640/1063 KB 1128/1267 KB 892/1044 KB 1710/1710 KB 624/713 KB 640/1063 KB 1128/1267 KB 896/1044 KB 1710/1710 KB 624/713 KB 640/1063 KB 1128/1267 KB 880/1044 KB 1710/1710 KB 608/713 KB 624/1063 KB 1132/1267 KB 896/1044 KB 1710/1710 KB 624/713 KB 640/1063 KB 1136/1267 KB 896/1044 KB 1710/1710 KB 624/713 KB 640/1063 KB 1140/1267 KB 896/1044 KB 1710/1710 KB 624/713 KB 640/1063 KB 1144/1267 KB 896/1044 KB 1710/1710 KB 624/713 KB 640/1063 KB 1148/1267 KB 896/1044 KB 1710/1710 KB 624/713 KB 640/1063 KB 1152/1267 KB unit-abot-epc-basic-0: 11:38:59 DEBUG unit.abot-epc-basic/0.install 900/1044 KB 1710/1710 KB 624/713 KB 640/1063 KB 1156/1267 KB 900/1044 KB 1710/1710 KB 624/713 KB 640/1063 KB 1160/1267 KB 900/1044 KB 1710/1710 KB 628/713 KB 644/1063 KB 1164/1267 KB 900/1044 KB 1710/1710 KB 628/713 KB 644/1063 KB 1168/1267 KB 900/1044 KB 1710/1710 KB 628/713 KB 644/1063 KB 1148/1267 KB 900/1044 KB 1710/1710 KB 624/713 KB 640/1063 KB 1168/1267 KB 904/1044 KB 1710/1710 KB 628/713 KB 644/1063 KB 1168/1267 KB 908/1044 KB 1710/1710 KB 628/713 KB 644/1063 KB 1168/1267 KB 912/1044 KB 1710/1710 KB 628/713 KB 644/1063 KB 1156/1267 KB 900/1044 KB 1710/1710 KB 628/713 KB 644/1063 KB 1168/1267 KB 912/1044 KB 1710/1710 KB 632/713 KB 644/1063 KB 1168/1267 KB 912/1044 KB 1710/1710 KB 636/713 KB 644/1063 KB 1168/1267 KB 912/1044 KB 1710/1710 KB 640/713 KB 644/1063 KB 1156/1267 KB 900/1044 KB 1710/1710 KB 624/713 KB 644/1063 KB 1168/1267 KB 912/1044 KB 1710/1710 KB 640/713 KB 648/1063 KB 1168/1267 KB 912/1044 KB 1710/1710 KB 640/713 KB 652/1063 KB 1168/1267 KB 912/1044 KB 1710/1710 KB 640/713 KB 656/1063 KB 1168/1267 KB 916/1044 KB 640/713 KB 660/1063 KB 1172/1267 KB 916/1044 KB 644/713 KB 664/1063 KB 1172/1267 KB 916/1044 KB 644/713 KB 668/1063 KB 1172/1267 KB 916/1044 KB 644/713 KB 672/1063 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/gherkin/2.12.2/gherkin-2.12.2.jar (1710 KB at 3172.3 KB/sec) unit-abot-epc-basic-0: 11:38:59 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: 11:38:59 DEBUG unit.abot-epc-basic/0.install 1168/1267 KB 916/1044 KB 1710/1710 KB 640/713 KB 656/1063 KB 1172/1267 KB 920/1044 KB 644/713 KB 672/1063 KB 1172/1267 KB 924/1044 KB 644/713 KB 672/1063 KB 1172/1267 KB 928/1044 KB 644/713 KB 672/1063 KB 1172/1267 KB 916/1044 KB 644/713 KB 660/1063 KB 1176/1267 KB 928/1044 KB 644/713 KB 672/1063 KB 1180/1267 KB 928/1044 KB 644/713 KB 672/1063 KB 1168/1267 KB 916/1044 KB 644/713 KB 660/1063 KB 1180/1267 KB 928/1044 KB 648/713 KB 672/1063 KB 1180/1267 KB 928/1044 KB 652/713 KB 672/1063 KB 1180/1267 KB 928/1044 KB 656/713 KB 672/1063 KB 1180/1267 KB 928/1044 KB 660/713 KB 672/1063 KB 1184/1267 KB 932/1044 KB 664/713 KB 676/1063 KB 1184/1267 KB 932/1044 KB 668/713 KB 676/1063 KB 1184/1267 KB 932/1044 KB 672/713 KB 676/1063 KB 1184/1267 KB 932/1044 KB 660/713 KB 676/1063 KB 1184/1267 KB 932/1044 KB 672/713 KB 680/1063 KB 1184/1267 KB 932/1044 KB 672/713 KB 684/1063 KB 1184/1267 KB 932/1044 KB 672/713 KB 688/1063 KB 1184/1267 KB 932/1044 KB 672/713 KB 692/1063 KB 1184/1267 KB 932/1044 KB 676/713 KB 696/1063 KB 1184/1267 KB 932/1044 KB 676/713 KB 700/1063 KB 1184/1267 KB 932/1044 KB 676/713 KB 704/1063 KB 1184/1267 KB 932/1044 KB 660/713 KB 672/1063 KB 1184/1267 KB 936/1044 KB 676/713 KB 704/1063 KB 1184/1267 KB 940/1044 KB 676/713 KB 704/1063 KB 1184/1267 KB 944/1044 KB 676/713 KB 704/1063 KB 1184/1267 KB 928/1044 KB 660/713 KB 672/1063 KB 1188/1267 KB 944/1044 KB 676/713 KB 704/1063 KB 1192/1267 KB 944/1044 KB 676/713 KB 704/1063 KB 1196/1267 KB 944/1044 KB 676/713 KB 704/1063 KB 1200/1267 KB 944/1044 KB 676/713 KB 704/1063 KB 1204/1267 KB 948/1044 KB 676/713 KB 704/1063 KB 1208/1267 KB 948/1044 KB 676/713 KB 704/1063 KB 1184/1267 KB 932/1044 KB 676/713 KB 692/1063 KB 1208/1267 KB 948/1044 KB 680/713 KB 704/1063 KB 1208/1267 KB 948/1044 KB 684/713 KB 704/1063 KB 1208/1267 KB 948/1044 KB 688/713 KB 704/1063 KB 1200/1267 KB 948/1044 KB 676/713 KB 704/1063 KB 1208/1267 KB 952/1044 KB 688/713 KB 704/1063 KB 4/257 KB 1208/1267 KB 948/1044 KB 688/713 KB 704/1063 KB 4/257 KB 1208/1267 KB 952/1044 KB 688/713 KB 704/1063 KB 8/257 KB 1208/1267 KB 952/1044 KB 688/713 KB 704/1063 KB 12/257 KB 1208/1267 KB 952/1044 KB 688/713 KB 704/1063 KB 16/257 KB 1208/1267 KB 952/1044 KB 688/713 KB 704/1063 KB 20/257 KB 1208/1267 KB 952/1044 KB 688/713 KB 704/1063 KB 24/257 KB 1208/1267 KB 952/1044 KB 688/713 KB 704/1063 KB 28/257 KB 1212/1267 KB 956/1044 KB 688/713 KB 704/1063 KB 32/257 KB 1212/1267 KB 956/1044 KB 688/713 KB 704/1063 KB 36/257 KB 1212/1267 KB 956/1044 KB 692/713 KB 708/1063 KB 40/257 KB 1212/1267 KB 956/1044 KB 692/713 KB 708/1063 KB 44/257 KB 1212/1267 KB 956/1044 KB 692/713 KB 708/1063 KB 48/257 KB 1212/1267 KB 956/1044 KB 688/713 KB 704/1063 KB 28/257 KB 1208/1267 KB 956/1044 KB 688/713 KB 704/1063 KB 28/257 KB 1212/1267 KB 960/1044 KB 692/713 KB 708/1063 KB 48/257 KB 1212/1267 KB 964/1044 KB 692/713 KB 708/1063 KB 48/257 KB 1212/1267 KB 956/1044 KB 692/713 KB 708/1063 KB 36/257 KB 1216/1267 KB 968/1044 KB 692/713 KB 712/1063 KB 48/257 KB 1216/1267 KB 968/1044 KB 692/713 KB 716/1063 KB 48/257 KB 1212/1267 KB 956/1044 KB 692/713 KB 704/1063 KB 36/257 KB 1216/1267 KB 968/1044 KB 696/713 KB 716/1063 KB 48/257 KB 1216/1267 KB 968/1044 KB 700/713 KB 716/1063 KB 48/257 KB 1216/1267 KB 968/1044 KB 704/713 KB 716/1063 KB 48/257 KB 1216/1267 KB 968/1044 KB 692/713 KB 716/1063 KB 48/257 KB 1216/1267 KB 972/1044 KB 704/713 KB 716/1063 KB 48/257 KB 1216/1267 KB 976/1044 KB 704/713 KB 716/1063 KB 48/257 KB unit-abot-epc-basic-0: 11:38:59 DEBUG unit.abot-epc-basic/0.install 1216/1267 KB 980/1044 KB 704/713 KB 720/1063 KB 48/257 KB 1216/1267 KB 984/1044 KB 708/713 KB 720/1063 KB 52/257 KB 1216/1267 KB 988/1044 KB 708/713 KB 720/1063 KB 52/257 KB 1216/1267 KB 992/1044 KB 708/713 KB 720/1063 KB 52/257 KB 1216/1267 KB 964/1044 KB 692/713 KB 708/1063 KB 48/257 KB 1220/1267 KB 992/1044 KB 708/713 KB 720/1063 KB 52/257 KB 1224/1267 KB 992/1044 KB 708/713 KB 720/1063 KB 52/257 KB 1228/1267 KB 992/1044 KB 708/713 KB 720/1063 KB 52/257 KB 1232/1267 KB 992/1044 KB 708/713 KB 720/1063 KB 52/257 KB 1216/1267 KB 980/1044 KB 708/713 KB 720/1063 KB 52/257 KB 1232/1267 KB 992/1044 KB 712/713 KB 720/1063 KB 52/257 KB 1232/1267 KB 992/1044 KB 713/713 KB 720/1063 KB 52/257 KB 1216/1267 KB 980/1044 KB 704/713 KB 720/1063 KB 52/257 KB 1236/1267 KB 992/1044 KB 713/713 KB 720/1063 KB 56/257 KB 1236/1267 KB 992/1044 KB 713/713 KB 720/1063 KB 60/257 KB 1236/1267 KB 992/1044 KB 713/713 KB 720/1063 KB 63/257 KB 1236/1267 KB 992/1044 KB 713/713 KB 720/1063 KB 67/257 KB 1236/1267 KB 996/1044 KB 720/1063 KB 71/257 KB 1216/1267 KB 976/1044 KB 704/713 KB 720/1063 KB 48/257 KB 1236/1267 KB 996/1044 KB 724/1063 KB 71/257 KB 1236/1267 KB 996/1044 KB 728/1063 KB 71/257 KB 1236/1267 KB 996/1044 KB 732/1063 KB 71/257 KB 1236/1267 KB 996/1044 KB 736/1063 KB 71/257 KB 1236/1267 KB 996/1044 KB 740/1063 KB 71/257 KB 1236/1267 KB 996/1044 KB 744/1063 KB 71/257 KB 1236/1267 KB 996/1044 KB 748/1063 KB 71/257 KB 1236/1267 KB 996/1044 KB 752/1063 KB 75/257 KB 1236/1267 KB 996/1044 KB 756/1063 KB 75/257 KB 1236/1267 KB 996/1044 KB 760/1063 KB 75/257 KB 1236/1267 KB 996/1044 KB 764/1063 KB 75/257 KB 1236/1267 KB 996/1044 KB 768/1063 KB 75/257 KB 1236/1267 KB 996/1044 KB 772/1063 KB 75/257 KB 1236/1267 KB 996/1044 KB 713/713 KB 720/1063 KB 67/257 KB 1236/1267 KB 1000/1044 KB 776/1063 KB 75/257 KB 1236/1267 KB 1004/1044 KB 776/1063 KB 75/257 KB 1236/1267 KB 1008/1044 KB 776/1063 KB 75/257 KB 1236/1267 KB 992/1044 KB 713/713 KB 720/1063 KB 52/257 KB 1240/1267 KB 1008/1044 KB 776/1063 KB 75/257 KB 1244/1267 KB 1008/1044 KB 776/1063 KB 75/257 KB 1248/1267 KB 1008/1044 KB 776/1063 KB 75/257 KB 1252/1267 KB 1008/1044 KB 776/1063 KB 75/257 KB 1256/1267 KB 1008/1044 KB 776/1063 KB 75/257 KB 1260/1267 KB 1008/1044 KB 776/1063 KB 75/257 KB 1264/1267 KB 1008/1044 KB 776/1063 KB 75/257 KB 1236/1267 KB 996/1044 KB 748/1063 KB 75/257 KB 1264/1267 KB 1008/1044 KB 776/1063 KB 79/257 KB 1264/1267 KB 1008/1044 KB 776/1063 KB 83/257 KB 1267/1267 KB 1012/1044 KB 776/1063 KB 87/257 KB 1267/1267 KB 1012/1044 KB 776/1063 KB 91/257 KB 1267/1267 KB 1012/1044 KB 776/1063 KB 95/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 1294.0 KB/sec) unit-abot-epc-basic-0: 11:38:59 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: 11:38:59 DEBUG unit.abot-epc-basic/0.install 1267/1267 KB 1012/1044 KB 776/1063 KB 83/257 KB 1267/1267 KB 1016/1044 KB 776/1063 KB 95/257 KB 1267/1267 KB 1020/1044 KB 776/1063 KB 95/257 KB 1267/1267 KB 1024/1044 KB 776/1063 KB 95/257 KB 1267/1267 KB 1008/1044 KB 776/1063 KB 83/257 KB 1267/1267 KB 1028/1044 KB 776/1063 KB 95/257 KB 1267/1267 KB 1032/1044 KB 776/1063 KB 99/257 KB 1267/1267 KB 1036/1044 KB 776/1063 KB 99/257 KB 1267/1267 KB 1040/1044 KB 776/1063 KB 99/257 KB 1267/1267 KB 1028/1044 KB 776/1063 KB 99/257 KB 1267/1267 KB 1040/1044 KB 780/1063 KB 99/257 KB 1267/1267 KB 1040/1044 KB 784/1063 KB 99/257 KB 1267/1267 KB 1028/1044 KB 776/1063 KB 99/257 KB 1267/1267 KB 1040/1044 KB 784/1063 KB 103/257 KB 1267/1267 KB 1040/1044 KB 784/1063 KB 107/257 KB 1267/1267 KB 1040/1044 KB 784/1063 KB 111/257 KB 1267/1267 KB 1040/1044 KB 788/1063 KB 115/257 KB 1267/1267 KB 1044/1044 KB 788/1063 KB 119/257 KB 1267/1267 KB 1044/1044 KB 788/1063 KB 123/257 KB 1267/1267 KB 1044/1044 KB 788/1063 KB 127/257 KB 1267/1267 KB 1040/1044 KB 788/1063 KB 111/257 KB 1267/1267 KB 1044/1044 KB 792/1063 KB 127/257 KB 1267/1267 KB 1044/1044 KB 796/1063 KB 127/257 KB 1267/1267 KB 1044/1044 KB 800/1063 KB 127/257 KB 1267/1267 KB 1044/1044 KB 788/1063 KB 115/257 KB 1267/1267 KB 1044/1044 KB 800/1063 KB 127/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 2253.5 KB/sec) unit-abot-epc-basic-0: 11:38:59 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: 11:38:59 DEBUG unit.abot-epc-basic/0.install 1044/1044 KB 804/1063 KB 127/257 KB 1044/1044 KB 808/1063 KB 131/257 KB 1044/1044 KB 804/1063 KB 131/257 KB 1044/1044 KB 808/1063 KB 135/257 KB 1044/1044 KB 812/1063 KB 139/257 KB 1044/1044 KB 812/1063 KB 143/257 KB 1044/1044 KB 812/1063 KB 147/257 KB 4/549 KB 812/1063 KB 151/257 KB 4/549 KB 812/1063 KB 155/257 KB 4/549 KB 812/1063 KB 159/257 KB 1044/1044 KB 812/1063 KB 135/257 KB 4/549 KB 816/1063 KB 159/257 KB 4/549 KB 820/1063 KB 159/257 KB 4/549 KB 824/1063 KB 159/257 KB 4/549 KB 828/1063 KB 159/257 KB 4/549 KB 832/1063 KB 159/257 KB 1044/1044 KB 4/549 KB 812/1063 KB 147/257 KB 8/549 KB 832/1063 KB 159/257 KB 12/549 KB 832/1063 KB 159/257 KB 16/549 KB 832/1063 KB 159/257 KB 20/549 KB 832/1063 KB 159/257 KB 3/358 KB 20/549 KB 832/1063 KB 159/257 KB 3/358 KB 24/549 KB 832/1063 KB 159/257 KB 3/358 KB 28/549 KB 832/1063 KB 159/257 KB 3/358 KB 32/549 KB 832/1063 KB 159/257 KB 6/358 KB 32/549 KB 832/1063 KB 159/257 KB 9/358 KB 32/549 KB 832/1063 KB 159/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 1834.6 KB/sec) unit-abot-epc-basic-0: 11:38:59 DEBUG unit.abot-epc-basic/0.install 11/358 KB 32/549 KB 832/1063 KB 159/257 KB Downloading: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar unit-abot-epc-basic-0: 11:38:59 DEBUG unit.abot-epc-basic/0.install 11/358 KB 36/549 KB 832/1063 KB 159/257 KB 11/358 KB 40/549 KB 832/1063 KB 159/257 KB 11/358 KB 44/549 KB 832/1063 KB 159/257 KB 11/358 KB 48/549 KB 832/1063 KB 159/257 KB 14/358 KB 48/549 KB 832/1063 KB 159/257 KB 14/358 KB 52/549 KB 832/1063 KB 159/257 KB 16/358 KB 56/549 KB 836/1063 KB 159/257 KB 16/358 KB 60/549 KB 836/1063 KB 159/257 KB 16/358 KB 64/549 KB 836/1063 KB 159/257 KB 16/358 KB 64/549 KB 836/1063 KB 163/257 KB 16/358 KB 64/549 KB 836/1063 KB 167/257 KB 16/358 KB 64/549 KB 836/1063 KB 171/257 KB 16/358 KB 64/549 KB 836/1063 KB 175/257 KB 16/358 KB 68/549 KB 836/1063 KB 179/257 KB 16/358 KB 68/549 KB 836/1063 KB 183/257 KB 16/358 KB 68/549 KB 836/1063 KB 187/257 KB 16/358 KB 68/549 KB 836/1063 KB 191/257 KB 16/358 KB 52/549 KB 836/1063 KB 159/257 KB 16/358 KB 68/549 KB 840/1063 KB 191/257 KB 16/358 KB 68/549 KB 844/1063 KB 191/257 KB 16/358 KB 68/549 KB 848/1063 KB 191/257 KB 16/358 KB 52/549 KB 832/1063 KB 159/257 KB 19/358 KB 68/549 KB 848/1063 KB 191/257 KB 22/358 KB 68/549 KB 848/1063 KB 191/257 KB 22/358 KB 3/5 KB 68/549 KB 848/1063 KB 191/257 KB 25/358 KB 5/5 KB 68/549 KB 848/1063 KB 191/257 KB 16/358 KB 68/549 KB 836/1063 KB 175/257 KB 25/358 KB 3/5 KB 68/549 KB 848/1063 KB 191/257 KB 27/358 KB 5/5 KB 68/549 KB 848/1063 KB 191/257 KB 30/358 KB 5/5 KB 68/549 KB 848/1063 KB 191/257 KB 32/358 KB 5/5 KB 68/549 KB 848/1063 KB 191/257 KB 32/358 KB 5/5 KB 72/549 KB 848/1063 KB 191/257 KB 32/358 KB 5/5 KB 76/549 KB 848/1063 KB 191/257 KB 36/358 KB 5/5 KB 80/549 KB 848/1063 KB 191/257 KB 36/358 KB 5/5 KB 84/549 KB 848/1063 KB 191/257 KB 36/358 KB 5/5 KB 88/549 KB 852/1063 KB 195/257 KB 36/358 KB 5/5 KB 92/549 KB 852/1063 KB 195/257 KB 36/358 KB 5/5 KB 96/549 KB 852/1063 KB 195/257 KB 36/358 KB 5/5 KB 76/549 KB 848/1063 KB 191/257 KB 40/358 KB 96/549 KB 852/1063 KB 195/257 KB 44/358 KB 96/549 KB 852/1063 KB 195/257 KB 48/358 KB 96/549 KB 852/1063 KB 195/257 KB Downloaded: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (5 KB at 7.5 KB/sec) unit-abot-epc-basic-0: 11:38:59 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: 11:38:59 DEBUG unit.abot-epc-basic/0.install 52/358 KB 96/549 KB 852/1063 KB 195/257 KB 56/358 KB 100/549 KB 852/1063 KB 195/257 KB 60/358 KB 100/549 KB 852/1063 KB 195/257 KB 64/358 KB 100/549 KB 852/1063 KB 195/257 KB 36/358 KB 5/5 KB 84/549 KB 852/1063 KB 195/257 KB 64/358 KB 100/549 KB 852/1063 KB 199/257 KB 64/358 KB 100/549 KB 852/1063 KB 203/257 KB 64/358 KB 100/549 KB 852/1063 KB 207/257 KB 36/358 KB 5/5 KB 84/549 KB 852/1063 KB 191/257 KB 64/358 KB 100/549 KB 856/1063 KB 207/257 KB 64/358 KB 100/549 KB 860/1063 KB 207/257 KB 64/358 KB 100/549 KB 864/1063 KB 207/257 KB 64/358 KB 100/549 KB 868/1063 KB 207/257 KB 64/358 KB 100/549 KB 872/1063 KB 207/257 KB 64/358 KB 100/549 KB 876/1063 KB 207/257 KB 64/358 KB 100/549 KB 880/1063 KB 207/257 KB 64/358 KB 100/549 KB 884/1063 KB 207/257 KB 68/358 KB 100/549 KB 888/1063 KB 211/257 KB 68/358 KB 100/549 KB 892/1063 KB 211/257 KB 68/358 KB 100/549 KB 896/1063 KB 211/257 KB 52/358 KB 100/549 KB 852/1063 KB 195/257 KB 68/358 KB 104/549 KB 896/1063 KB 211/257 KB 68/358 KB 108/549 KB 896/1063 KB 211/257 KB 68/358 KB 112/549 KB 896/1063 KB 211/257 KB 68/358 KB 116/549 KB 896/1063 KB 211/257 KB 68/358 KB 120/549 KB 900/1063 KB 211/257 KB 68/358 KB 124/549 KB 900/1063 KB 211/257 KB 68/358 KB 3/86 KB 128/549 KB 900/1063 KB 211/257 KB 68/358 KB 100/549 KB 884/1063 KB 211/257 KB 72/358 KB 3/86 KB 128/549 KB 900/1063 KB 211/257 KB 76/358 KB 3/86 KB 128/549 KB 900/1063 KB 211/257 KB 80/358 KB 3/86 KB 128/549 KB 900/1063 KB 211/257 KB 64/358 KB 100/549 KB 884/1063 KB 211/257 KB 80/358 KB 3/86 KB 128/549 KB 900/1063 KB 215/257 KB 80/358 KB 3/86 KB 128/549 KB 900/1063 KB 219/257 KB 80/358 KB 3/86 KB 128/549 KB 900/1063 KB 223/257 KB 68/358 KB 3/86 KB 124/549 KB 900/1063 KB 211/257 KB 80/358 KB 5/86 KB 128/549 KB 900/1063 KB 223/257 KB 80/358 KB 8/86 KB 128/549 KB 900/1063 KB 223/257 KB 80/358 KB 8/86 KB 128/549 KB 900/1063 KB 227/257 KB 84/358 KB 11/86 KB 132/549 KB 900/1063 KB 231/257 KB 84/358 KB 11/86 KB 132/549 KB 900/1063 KB 235/257 KB 84/358 KB 11/86 KB 132/549 KB 900/1063 KB 239/257 KB 84/358 KB 11/86 KB 132/549 KB 900/1063 KB 243/257 KB 84/358 KB 11/86 KB 132/549 KB 900/1063 KB 247/257 KB 84/358 KB 11/86 KB 132/549 KB 900/1063 KB 251/257 KB 84/358 KB 11/86 KB 132/549 KB 900/1063 KB 255/257 KB 84/358 KB 11/86 KB 132/549 KB 900/1063 KB 257/257 KB 68/358 KB 116/549 KB 900/1063 KB 211/257 KB 84/358 KB 11/86 KB 132/549 KB 904/1063 KB 257/257 KB 84/358 KB 11/86 KB 132/549 KB 908/1063 KB 257/257 KB 84/358 KB 11/86 KB 132/549 KB 912/1063 KB 257/257 KB 84/358 KB 11/86 KB 132/549 KB 916/1063 KB 257/257 KB 84/358 KB 11/86 KB 132/549 KB 920/1063 KB 257/257 KB 84/358 KB 11/86 KB 132/549 KB 924/1063 KB 257/257 KB 84/358 KB 11/86 KB 132/549 KB 900/1063 KB 227/257 KB 84/358 KB 11/86 KB 136/549 KB 924/1063 KB 257/257 KB 84/358 KB 11/86 KB 140/549 KB 924/1063 KB 257/257 KB 84/358 KB 11/86 KB 128/549 KB 900/1063 KB 227/257 KB 80/358 KB 11/86 KB 128/549 KB 900/1063 KB 227/257 KB 84/358 KB 13/86 KB 140/549 KB 924/1063 KB 257/257 KB 84/358 KB 16/86 KB 140/549 KB 924/1063 KB 257/257 KB 84/358 KB 19/86 KB 140/549 KB 924/1063 KB 257/257 KB 84/358 KB 21/86 KB 140/549 KB 924/1063 KB 257/257 KB 88/358 KB 21/86 KB 140/549 KB 924/1063 KB 257/257 KB 92/358 KB 21/86 KB 140/549 KB 924/1063 KB 257/257 KB 96/358 KB 24/86 KB 140/549 KB 924/1063 KB 257/257 KB 96/358 KB 24/86 KB 144/549 KB 924/1063 KB 257/257 KB 92/358 KB 24/86 KB 140/549 KB 924/1063 KB 257/257 KB 100/35 unit-abot-epc-basic-0: 11:38:59 DEBUG unit.abot-epc-basic/0.install 8 KB 24/86 KB 144/549 KB 924/1063 KB 257/257 KB 104/358 KB 27/86 KB 148/549 KB 928/1063 KB 257/257 KB 108/358 KB 27/86 KB 148/549 KB 928/1063 KB 257/257 KB 112/358 KB 27/86 KB 148/549 KB 928/1063 KB 257/257 KB 116/358 KB 27/86 KB 148/549 KB 928/1063 KB 257/257 KB 120/358 KB 27/86 KB 148/549 KB 928/1063 KB 257/257 KB 124/358 KB 27/86 KB 148/549 KB 928/1063 KB 257/257 KB 128/358 KB 27/86 KB 148/549 KB 928/1063 KB 257/257 KB 100/358 KB 27/86 KB 148/549 KB 928/1063 KB 257/257 KB 128/358 KB 27/86 KB 148/549 KB 932/1063 KB 257/257 KB 128/358 KB 27/86 KB 148/549 KB 936/1063 KB 257/257 KB 128/358 KB 27/86 KB 148/549 KB 940/1063 KB 257/257 KB 128/358 KB 27/86 KB 148/549 KB 944/1063 KB 257/257 KB 128/358 KB 27/86 KB 148/549 KB 948/1063 KB 257/257 KB 128/358 KB 27/86 KB 148/549 KB 952/1063 KB 257/257 KB 128/358 KB 27/86 KB 148/549 KB 956/1063 KB 257/257 KB 128/358 KB 27/86 KB 148/549 KB 960/1063 KB 257/257 KB 100/358 KB 27/86 KB 148/549 KB 924/1063 KB 257/257 KB 132/358 KB 27/86 KB 152/549 KB 960/1063 KB 257/257 KB 132/358 KB 27/86 KB 156/549 KB 960/1063 KB 257/257 KB 132/358 KB 27/86 KB 160/549 KB 960/1063 KB 257/257 KB 132/358 KB 27/86 KB 164/549 KB 960/1063 KB 257/257 KB 132/358 KB 27/86 KB 168/549 KB 960/1063 KB 257/257 KB 132/358 KB 27/86 KB 172/549 KB 960/1063 KB 257/257 KB 132/358 KB 27/86 KB 176/549 KB 960/1063 KB 257/257 KB 100/358 KB 27/86 KB 144/549 KB 924/1063 KB 257/257 KB 132/358 KB 29/86 KB 176/549 KB 960/1063 KB 257/257 KB 132/358 KB 32/86 KB 176/549 KB 960/1063 KB 257/257 KB 132/358 KB 36/86 KB 176/549 KB 960/1063 KB 257/257 KB 132/358 KB 40/86 KB 176/549 KB 960/1063 KB 257/257 KB 132/358 KB 44/86 KB 176/549 KB 960/1063 KB 257/257 KB 132/358 KB 48/86 KB 176/549 KB 960/1063 KB 257/257 KB 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 425.6 KB/sec) unit-abot-epc-basic-0: 11:38:59 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.jar unit-abot-epc-basic-0: 11:38:59 DEBUG unit.abot-epc-basic/0.install 132/358 KB 52/86 KB 176/549 KB 964/1063 KB 132/358 KB 52/86 KB 180/549 KB 968/1063 KB 132/358 KB 52/86 KB 180/549 KB 972/1063 KB 132/358 KB 52/86 KB 180/549 KB 976/1063 KB 132/358 KB 27/86 KB 148/549 KB 960/1063 KB 257/257 KB 136/358 KB 52/86 KB 180/549 KB 976/1063 KB 140/358 KB 52/86 KB 180/549 KB 976/1063 KB 144/358 KB 52/86 KB 180/549 KB 976/1063 KB 148/358 KB 52/86 KB 180/549 KB 976/1063 KB 152/358 KB 52/86 KB 180/549 KB 980/1063 KB 156/358 KB 52/86 KB 180/549 KB 980/1063 KB 160/358 KB 52/86 KB 180/549 KB 980/1063 KB 132/358 KB 52/86 KB 180/549 KB 964/1063 KB 160/358 KB 52/86 KB 184/549 KB 980/1063 KB 160/358 KB 52/86 KB 188/549 KB 980/1063 KB 160/358 KB 52/86 KB 192/549 KB 980/1063 KB 160/358 KB 52/86 KB 196/549 KB 980/1063 KB 160/358 KB 52/86 KB 200/549 KB 980/1063 KB 160/358 KB 52/86 KB 204/549 KB 980/1063 KB 160/358 KB 52/86 KB 208/549 KB 980/1063 KB 164/358 KB 52/86 KB 212/549 KB 980/1063 KB 132/358 KB 52/86 KB 176/549 KB 960/1063 KB 164/358 KB 56/86 KB 212/549 KB 980/1063 KB 164/358 KB 60/86 KB 212/549 KB 980/1063 KB 164/358 KB 64/86 KB 212/549 KB 980/1063 KB 164/358 KB 68/86 KB 212/549 KB 980/1063 KB 164/358 KB 72/86 KB 212/549 KB 980/1063 KB 164/358 KB 76/86 KB 212/549 KB 980/1063 KB 164/358 KB 80/86 KB 212/549 KB 980/1063 KB 164/358 KB 84/86 KB 212/549 KB 980/1063 KB 164/358 KB 86/86 KB 212/549 KB 980/1063 KB 164/358 KB 52/86 KB 208/549 KB 980/1063 KB 4/404 KB 168/358 KB 86/86 KB 212/549 KB 980/1063 KB 148/358 KB 52/86 KB 180/549 KB 980/1063 KB 4/404 KB 168/358 KB 86/86 KB 212/549 KB 984/1063 KB 4/404 KB 164/358 KB 86/86 KB 212/549 KB 980/1063 KB 8/404 KB 168/358 KB 86/86 KB 212/549 KB 988/1063 KB 12/404 KB 168/358 KB 86/86 KB 212/549 KB 988/1063 KB 16/404 KB 168/358 KB 86/86 KB 212/549 KB 988/1063 KB 4/404 KB 168/358 KB 86/86 KB 212/549 KB 988/1063 KB 20/404 KB 168/358 KB 86/86 KB 212/549 KB 988/1063 KB 24/404 KB 172/358 KB 86/86 KB 216/549 KB 992/1063 KB 28/404 KB 172/358 KB 86/86 KB 216/549 KB 992/1063 KB 32/404 KB 172/358 KB 86/86 KB 216/549 KB 992/1063 KB 20/404 KB 172/358 KB 86/86 KB 216/549 KB 992/1063 KB 20/404 KB 172/358 KB 86/86 KB 212/549 KB 992/1063 KB 32/404 KB 176/358 KB 86/86 KB 220/549 KB 992/1063 KB 20/404 KB 168/358 KB 86/86 KB 212/549 KB 992/1063 KB 32/404 KB 176/358 KB 86/86 KB 220/549 KB 996/1063 KB 32/404 KB 176/358 KB 86/86 KB 220/549 KB 1000/1063 KB 32/404 KB 176/358 KB 86/86 KB 220/549 KB 1004/1063 KB 36/404 KB 176/358 KB 86/86 KB 220/549 KB 1008/1063 KB 36/404 KB 176/358 KB 86/86 KB 220/549 KB 1012/1063 KB 36/404 KB 180/358 KB 220/549 KB 1016/1063 KB 36/404 KB 180/358 KB 220/549 KB 1020/1063 KB 36/404 KB 180/358 KB 220/549 KB 1024/1063 KB 32/404 KB 176/358 KB 86/86 KB 220/549 KB 996/1063 KB 36/404 KB 180/358 KB 224/549 KB 1024/1063 KB 36/404 KB 180/358 KB 228/549 KB 1024/1063 KB 36/404 KB 180/358 KB 232/549 KB 1024/1063 KB 36/404 KB 180/358 KB 236/549 KB 1024/1063 KB 36/404 KB 180/358 KB 240/549 KB 1024/1063 KB 36/404 KB 180/358 KB 244/549 KB 1024/1063 KB 36/404 KB 180/358 KB 248/549 KB 1028/1063 KB 36/404 KB 180/358 KB 252/549 KB 1028/1063 KB 36/404 KB 180/358 KB 256/549 KB 1028/1063 KB Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.3.2/commons-io-1.3.2.jar (86 KB at 138.3 KB/sec) unit-abot-epc-basic-0: 11:38:59 DEBUG unit.abot-epc-basic/0.install 36/404 KB 180/358 KB 86/86 KB 220/549 KB 1012/1063 KB 36/404 KB 184/358 KB 256/549 KB 1028/1063 KB 36/404 KB 188/358 KB 256/549 KB 1028/1063 KB 36/404 KB 192/358 KB 256/549 KB 1028/1063 KB 36/404 KB 176/358 KB 86/86 KB 220/549 KB 1004/1063 KB 40/404 KB 192/358 KB 256/549 KB 1028/1063 KB 44/404 KB 196/358 KB 256/549 KB 1028/1063 KB 48/404 KB 196/358 KB 256/549 KB 1028/1063 KB 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: 11:38:59 DEBUG unit.abot-epc-basic/0.install 52/404 KB 196/358 KB 256/549 KB 1028/1063 KB 36/404 KB 180/358 KB 244/549 KB 1028/1063 KB 40/404 KB 196/358 KB 256/549 KB 1028/1063 KB 56/404 KB 200/358 KB 256/549 KB 1032/1063 KB 56/404 KB 204/358 KB 256/549 KB 1032/1063 KB 56/404 KB 208/358 KB 256/549 KB 1032/1063 KB 56/404 KB 212/358 KB 256/549 KB 1032/1063 KB 56/404 KB 216/358 KB 256/549 KB 1032/1063 KB 56/404 KB 220/358 KB 256/549 KB 1032/1063 KB 56/404 KB 224/358 KB 260/549 KB 1032/1063 KB 56/404 KB 212/358 KB 256/549 KB 1032/1063 KB 60/404 KB 224/358 KB 260/549 KB 1032/1063 KB 64/404 KB 224/358 KB 260/549 KB 1032/1063 KB 56/404 KB 196/358 KB 256/549 KB 1032/1063 KB 64/404 KB 224/358 KB 260/549 KB 1036/1063 KB 64/404 KB 224/358 KB 260/549 KB 1040/1063 KB 64/404 KB 224/358 KB 260/549 KB 1044/1063 KB 68/404 KB 224/358 KB 260/549 KB 1048/1063 KB 68/404 KB 224/358 KB 260/549 KB 1052/1063 KB 56/404 KB 220/358 KB 260/549 KB 1032/1063 KB 68/404 KB 224/358 KB 264/549 KB 1056/1063 KB 68/404 KB 224/358 KB 268/549 KB 1056/1063 KB 68/404 KB 224/358 KB 260/549 KB 1044/1063 KB 72/404 KB 224/358 KB 272/549 KB 1056/1063 KB 76/404 KB 224/358 KB 272/549 KB 1056/1063 KB 68/404 KB 224/358 KB 272/549 KB 1056/1063 KB 80/404 KB 224/358 KB 272/549 KB 1056/1063 KB 68/404 KB 224/358 KB 260/549 KB 1056/1063 KB 80/404 KB 228/358 KB 272/549 KB 1056/1063 KB 84/404 KB 232/358 KB 272/549 KB 1056/1063 KB 84/404 KB 236/358 KB 276/549 KB 1056/1063 KB 84/404 KB 240/358 KB 276/549 KB 1060/1063 KB 84/404 KB 228/358 KB 272/549 KB 1056/1063 KB 88/404 KB 240/358 KB 276/549 KB 1060/1063 KB 92/404 KB 240/358 KB 276/549 KB 1060/1063 KB 96/404 KB 240/358 KB 276/549 KB 1060/1063 KB 84/404 KB 236/358 KB 276/549 KB 1060/1063 KB 96/404 KB 240/358 KB 276/549 KB 1063/1063 KB 84/404 KB 232/358 KB 276/549 KB 1056/1063 KB 96/404 KB 240/358 KB 280/549 KB 1063/1063 KB 96/404 KB 240/358 KB 284/549 KB 1063/1063 KB 96/404 KB 240/358 KB 288/549 KB 1063/1063 KB 96/404 KB 244/358 KB 288/549 KB 1063/1063 KB 96/404 KB 248/358 KB 288/549 KB 1063/1063 KB 96/404 KB 252/358 KB 292/549 KB 1063/1063 KB 96/404 KB 256/358 KB 292/549 KB 1063/1063 KB 96/404 KB 260/358 KB 292/549 KB 1063/1063 KB 100/404 KB 264/358 KB 292/549 KB 1063/1063 KB 96/404 KB 248/358 KB 292/549 KB 1063/1063 KB 100/404 KB 264/358 KB 296/549 KB 1063/1063 KB 100/404 KB 264/358 KB 300/549 KB 1063/1063 KB 100/404 KB 264/358 KB 304/549 KB 1063/1063 KB 100/404 KB 260/358 KB 292/549 KB 1063/1063 KB 104/404 KB 264/358 KB 304/549 KB 1063/1063 KB 108/404 KB 264/358 KB 304/549 KB 1063/1063 KB 112/404 KB 264/358 KB 304/549 KB 1063/1063 KB 116/404 KB 264/358 KB 304/549 KB 1063/1063 KB 120/404 KB 268/358 KB 308/549 KB 1063/1063 KB 124/404 KB 268/358 KB 308/549 KB 128/404 KB 268/358 KB 308/549 KB 116/404 KB 268/358 KB 304/549 KB 1063/1063 KB 128/404 KB 270/358 KB 308/549 KB 128/404 KB 274/358 KB 308/549 KB 128/404 KB 278/358 KB 308/549 KB 116/404 KB 268/358 KB 308/549 KB 1063/1063 KB 132/404 KB 282/358 KB 312/549 KB 132/404 KB 282/358 KB 316/549 KB 132/404 KB 282/358 KB 320/549 KB 132/404 KB 282/358 KB 320/549 KB 132/404 KB 286/358 KB 320/549 KB 132/404 KB 290/358 KB 320/549 KB 132/404 KB 294/358 KB 324/549 KB 132/404 KB 298/358 KB 324/549 KB 132/404 KB 302/358 KB 324/549 KB 132/404 KB 278/358 KB 308/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 1667.3 KB/sec) unit-abot-epc-basic-0: 11:38:59 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.jar unit-abot-epc-basic-0: 11:38:59 DEBUG unit.abot-epc-basic/0.install 132/404 KB 290/358 KB 324/549 KB 132/404 KB 302/358 KB 328/549 KB 136/404 KB 302/358 KB 332/549 KB 136/404 KB 302/358 KB 336/549 KB 136/404 KB 302/358 KB 328/549 KB 140/404 KB 302/358 KB 336/549 KB 144/404 KB 302/358 KB 336/549 KB 148/404 KB 302/358 KB 336/549 KB 152/404 KB 306/358 KB 340/549 KB 156/404 KB 306/358 KB 340/549 KB 160/404 KB 306/358 KB 340/549 KB 148/404 KB 306/358 KB 340/549 KB 160/404 KB 310/358 KB 340/549 KB 160/404 KB 314/358 KB 340/549 KB 160/404 KB 318/358 KB 340/549 KB 160/404 KB 322/358 KB 340/549 KB 164/404 KB 326/358 KB 340/549 KB 164/404 KB 330/358 KB 340/549 KB 164/404 KB 334/358 KB 340/549 KB 164/404 KB 338/358 KB 340/549 KB 148/404 KB 302/358 KB 340/549 KB 164/404 KB 338/358 KB 344/549 KB 164/404 KB 338/358 KB 348/549 KB 164/404 KB 338/358 KB 352/549 KB 164/404 KB 338/358 KB 356/549 KB 164/404 KB 338/358 KB 360/549 KB 164/404 KB 338/358 KB 364/549 KB 164/404 KB 338/358 KB 368/549 KB 164/404 KB 322/358 KB 340/549 KB 168/404 KB 338/358 KB 368/549 KB 168/404 KB 338/358 KB 368/549 KB 3/894 KB 168/404 KB 338/358 KB 368/549 KB 6/894 KB 168/404 KB 338/358 KB 368/549 KB 9/894 KB 168/404 KB 338/358 KB 368/549 KB 11/894 KB 168/404 KB 338/358 KB 368/549 KB 14/894 KB 168/404 KB 338/358 KB 368/549 KB 16/894 KB 168/404 KB 338/358 KB 368/549 KB 19/894 KB 168/404 KB 338/358 KB 368/549 KB 22/894 KB 168/404 KB 338/358 KB 368/549 KB 25/894 KB 168/404 KB 338/358 KB 368/549 KB 27/894 KB 168/404 KB 338/358 KB 368/549 KB 30/894 KB 168/404 KB 338/358 KB 368/549 KB 32/894 KB 168/404 KB 338/358 KB 372/549 KB 32/894 KB 168/404 KB 338/358 KB 376/549 KB 32/894 KB 172/404 KB 342/358 KB 380/549 KB 36/894 KB 172/404 KB 342/358 KB 376/549 KB 36/894 KB 172/404 KB 342/358 KB 380/549 KB 40/894 KB 172/404 KB 342/358 KB 380/549 KB 44/894 KB 172/404 KB 342/358 KB 380/549 KB 48/894 KB 172/404 KB 342/358 KB 376/549 KB 32/894 KB 176/404 KB 342/358 KB 380/549 KB 48/894 KB 180/404 KB 342/358 KB 380/549 KB 48/894 KB 184/404 KB 342/358 KB 380/549 KB 48/894 KB 188/404 KB 342/358 KB 380/549 KB 48/894 KB 168/404 KB 342/358 KB 376/549 KB 32/894 KB 188/404 KB 346/358 KB 384/549 KB 48/894 KB 188/404 KB 350/358 KB 384/549 KB 48/894 KB 192/404 KB 354/358 KB 384/549 KB 48/894 KB 192/404 KB 358/358 KB 384/549 KB 48/894 KB 192/404 KB 358/358 KB 384/549 KB 48/894 KB 188/404 KB 342/358 KB 384/549 KB 48/894 KB 192/404 KB 358/358 KB 384/549 KB 52/894 KB 192/404 KB 358/358 KB 388/549 KB 56/894 KB 192/404 KB 358/358 KB 388/549 KB 60/894 KB 192/404 KB 358/358 KB 388/549 KB 64/894 KB 192/404 KB 350/358 KB 384/549 KB 48/894 KB 196/404 KB 358/358 KB 388/549 KB 64/894 KB 200/404 KB 358/358 KB 388/549 KB 64/894 KB 204/404 KB 358/358 KB 388/549 KB 64/894 KB 208/404 KB 358/358 KB 388/549 KB 64/894 KB 212/404 KB 358/358 KB 388/549 KB 64/894 KB 216/404 KB 358/358 KB 388/549 KB 68/894 KB 192/404 KB 358/358 KB 388/549 KB 52/894 KB 216/404 KB 358/358 KB 392/549 KB 68/894 KB 216/404 KB 358/358 KB 396/549 KB 68/894 KB 216/404 KB 358/358 KB 400/549 KB 68/894 KB 216/404 KB 358/358 KB 404/549 KB 68/894 KB 216/404 KB 358/358 KB 408/549 KB 68/894 KB 216/404 KB 358/358 KB 412/549 KB 68/894 KB 220/404 KB 358/358 KB 416/549 KB 68/894 KB 212/404 KB 358/358 KB 388/549 KB 68/894 KB 220/404 KB 358/358 KB 416/549 KB 72/894 KB 220/404 KB 358/358 KB 416/549 KB 76/894 KB 220/404 KB 358/358 KB 416/549 KB 80/894 KB 220/404 KB 358/358 KB 416/549 KB 84/894 KB 220/404 KB 358/358 KB 420/549 KB unit-abot-epc-basic-0: 11:38:59 DEBUG unit.abot-epc-basic/0.install 88/894 KB 220/404 KB 358/358 KB 420/549 KB 92/894 KB 220/404 KB 358/358 KB 420/549 KB 96/894 KB 220/404 KB 358/358 KB 412/549 KB 68/894 KB 224/404 KB 358/358 KB 420/549 KB 96/894 KB 228/404 KB 358/358 KB 420/549 KB 96/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 545.6 KB/sec) unit-abot-epc-basic-0: 11:38:59 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: 11:38:59 DEBUG unit.abot-epc-basic/0.install 220/404 KB 358/358 KB 420/549 KB 84/894 KB 228/404 KB 424/549 KB 96/894 KB 232/404 KB 428/549 KB 96/894 KB 232/404 KB 432/549 KB 96/894 KB 232/404 KB 436/549 KB 96/894 KB 232/404 KB 440/549 KB 100/894 KB 232/404 KB 444/549 KB 100/894 KB 232/404 KB 448/549 KB 100/894 KB 232/404 KB 424/549 KB 96/894 KB 236/404 KB 448/549 KB 100/894 KB 240/404 KB 448/549 KB 100/894 KB 244/404 KB 448/549 KB 100/894 KB 248/404 KB 448/549 KB 100/894 KB 252/404 KB 448/549 KB 100/894 KB 256/404 KB 448/549 KB 100/894 KB 232/404 KB 436/549 KB 100/894 KB 256/404 KB 448/549 KB 104/894 KB 256/404 KB 448/549 KB 108/894 KB 256/404 KB 448/549 KB 112/894 KB 256/404 KB 448/549 KB 116/894 KB 260/404 KB 452/549 KB 116/894 KB 4/26 KB 260/404 KB 452/549 KB 116/894 KB 8/26 KB 260/404 KB 452/549 KB 116/894 KB 12/26 KB 260/404 KB 452/549 KB 116/894 KB 16/26 KB 260/404 KB 452/549 KB 116/894 KB 20/26 KB 260/404 KB 452/549 KB 116/894 KB 260/404 KB 456/549 KB 120/894 KB 20/26 KB 260/404 KB 460/549 KB 120/894 KB 20/26 KB 260/404 KB 448/549 KB 116/894 KB 264/404 KB 464/549 KB 120/894 KB 24/26 KB 268/404 KB 464/549 KB 120/894 KB 24/26 KB 272/404 KB 464/549 KB 120/894 KB 24/26 KB 260/404 KB 460/549 KB 120/894 KB 24/26 KB 272/404 KB 464/549 KB 120/894 KB 26/26 KB 260/404 KB 452/549 KB 120/894 KB 20/26 KB 272/404 KB 464/549 KB 124/894 KB 26/26 KB 272/404 KB 464/549 KB 128/894 KB 26/26 KB 260/404 KB 464/549 KB 120/894 KB 24/26 KB 272/404 KB 464/549 KB 132/894 KB 26/26 KB 276/404 KB 468/549 KB 136/894 KB 26/26 KB 276/404 KB 468/549 KB 140/894 KB 26/26 KB 276/404 KB 468/549 KB 144/894 KB 26/26 KB 276/404 KB 468/549 KB 132/894 KB 26/26 KB 280/404 KB 468/549 KB 144/894 KB 26/26 KB 284/404 KB 468/549 KB 144/894 KB 26/26 KB 288/404 KB 468/549 KB 144/894 KB 26/26 KB 292/404 KB 468/549 KB 144/894 KB 26/26 KB 296/404 KB 468/549 KB 148/894 KB 26/26 KB 300/404 KB 468/549 KB 148/894 KB 26/26 KB 304/404 KB 468/549 KB 148/894 KB 26/26 KB 308/404 KB 468/549 KB 148/894 KB 26/26 KB 272/404 KB 468/549 KB 132/894 KB 26/26 KB 308/404 KB 472/549 KB 148/894 KB 26/26 KB 308/404 KB 476/549 KB 148/894 KB 26/26 KB 308/404 KB 480/549 KB 148/894 KB 26/26 KB 292/404 KB 468/549 KB 148/894 KB 26/26 KB 308/404 KB 480/549 KB 152/894 KB 26/26 KB 308/404 KB 480/549 KB 156/894 KB 26/26 KB 308/404 KB 484/549 KB 160/894 KB 26/26 KB 308/404 KB 484/549 KB 156/894 KB 26/26 KB 308/404 KB 488/549 KB 160/894 KB 26/26 KB 308/404 KB 492/549 KB 160/894 KB 26/26 KB 308/404 KB 496/549 KB 164/894 KB 26/26 KB 308/404 KB 500/549 KB 164/894 KB 308/404 KB 504/549 KB 164/894 KB 312/404 KB 508/549 KB 164/894 KB 312/404 KB 512/549 KB 164/894 KB 308/404 KB 492/549 KB 164/894 KB 26/26 KB 312/404 KB 512/549 KB 168/894 KB 312/404 KB 512/549 KB 172/894 KB 312/404 KB 512/549 KB 176/894 KB 312/404 KB 504/549 KB 164/894 KB 316/404 KB 512/549 KB 176/894 KB 320/404 KB 512/549 KB 176/894 KB 324/404 KB 512/549 KB 176/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 37.6 KB/sec) unit-abot-epc-basic-0: 11:38:59 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: 11:38:59 DEBUG unit.abot-epc-basic/0.install 324/404 KB 516/549 KB 180/894 KB 324/404 KB 516/549 KB 184/894 KB 324/404 KB 516/549 KB 188/894 KB 324/404 KB 516/549 KB 192/894 KB 324/404 KB 516/549 KB 176/894 KB 328/404 KB 520/549 KB 192/894 KB 328/404 KB 524/549 KB 192/894 KB 328/404 KB 528/549 KB 192/894 KB 328/404 KB 516/549 KB 192/894 KB 332/404 KB 528/549 KB 192/894 KB 336/404 KB 528/549 KB 192/894 KB 336/404 KB 528/549 KB 196/894 KB 340/404 KB 532/549 KB 200/894 KB 340/404 KB 532/549 KB 204/894 KB 340/404 KB 532/549 KB 208/894 KB 340/404 KB 532/549 KB 196/894 KB 344/404 KB 532/549 KB 208/894 KB 348/404 KB 532/549 KB 208/894 KB 352/404 KB 532/549 KB 208/894 KB 356/404 KB 532/549 KB 212/894 KB 360/404 KB 532/549 KB 212/894 KB 364/404 KB 532/549 KB 212/894 KB 368/404 KB 532/549 KB 212/894 KB 336/404 KB 532/549 KB 196/894 KB 368/404 KB 536/549 KB 212/894 KB 368/404 KB 540/549 KB 212/894 KB 368/404 KB 544/549 KB 212/894 KB 368/404 KB 548/549 KB 212/894 KB 368/404 KB 549/549 KB 212/894 KB 352/404 KB 532/549 KB 212/894 KB 368/404 KB 549/549 KB 216/894 KB 368/404 KB 549/549 KB 220/894 KB 368/404 KB 549/549 KB 224/894 KB 368/404 KB 549/549 KB 228/894 KB 372/404 KB 549/549 KB 232/894 KB 372/404 KB 549/549 KB 236/894 KB 372/404 KB 549/549 KB 240/894 KB 372/404 KB 549/549 KB 228/894 KB 376/404 KB 549/549 KB 240/894 KB 380/404 KB 549/549 KB 240/894 KB 384/404 KB 549/549 KB 240/894 KB 388/404 KB 549/549 KB 240/894 KB 388/404 KB 549/549 KB 244/894 KB 392/404 KB 549/549 KB 244/894 KB 396/404 KB 549/549 KB 248/894 KB 392/404 KB 549/549 KB 248/894 KB 396/404 KB 549/549 KB 252/894 KB 4/79 KB 396/404 KB 549/549 KB 252/894 KB 8/79 KB 396/404 KB 549/549 KB 252/894 KB 12/79 KB 396/404 KB 549/549 KB 252/894 KB 16/79 KB 396/404 KB 549/549 KB 252/894 KB 16/79 KB 400/404 KB 549/549 KB 252/894 KB 16/79 KB 400/404 KB 549/549 KB 256/894 KB 20/79 KB 400/404 KB 549/549 KB 256/894 KB 24/79 KB 400/404 KB 549/549 KB 256/894 KB 28/79 KB 400/404 KB 549/549 KB 256/894 KB 32/79 KB 400/404 KB 549/549 KB 256/894 KB 36/79 KB 400/404 KB 549/549 KB 256/894 KB 40/79 KB 400/404 KB 549/549 KB 256/894 KB 44/79 KB 400/404 KB 549/549 KB 256/894 KB 48/79 KB 400/404 KB 549/549 KB 256/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 798.5 KB/sec) unit-abot-epc-basic-0: 11:38:59 DEBUG unit.abot-epc-basic/0.install 52/79 KB 400/404 KB 256/894 KB 56/79 KB 400/404 KB 256/894 KB 60/79 KB 400/404 KB 256/894 KB 64/79 KB 400/404 KB 256/894 KB Downloading: https://repo.maven.apache.org/maven2/org/aspectj/aspectjweaver/1.8.7/aspectjweaver-1.8.7.jar unit-abot-epc-basic-0: 11:38:59 DEBUG unit.abot-epc-basic/0.install 68/79 KB 400/404 KB 256/894 KB 72/79 KB 400/404 KB 256/894 KB 76/79 KB 400/404 KB 256/894 KB 79/79 KB 400/404 KB 256/894 KB 79/79 KB 404/404 KB 256/894 KB 79/79 KB 404/404 KB 260/894 KB 79/79 KB 404/404 KB 264/894 KB 79/79 KB 404/404 KB 268/894 KB 79/79 KB 404/404 KB 272/894 KB 79/79 KB 404/404 KB 276/894 KB 79/79 KB 404/404 KB 280/894 KB 79/79 KB 404/404 KB 284/894 KB 79/79 KB 404/404 KB 288/894 KB 404/404 KB 292/894 KB 4/1822 KB 404/404 KB 288/894 KB 4/1822 KB 292/894 KB 8/1822 KB 292/894 KB 12/1822 KB 292/894 KB 16/1822 KB 292/894 KB 20/1822 KB 292/894 KB 24/1822 KB 292/894 KB 28/1822 KB 292/894 KB 32/1822 KB 292/894 KB 36/1822 KB 292/894 KB 40/1822 KB 292/894 KB 44/1822 KB 292/894 KB 48/1822 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 573.4 KB/sec) unit-abot-epc-basic-0: 11:38:59 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: 11:38:59 DEBUG unit.abot-epc-basic/0.install 296/894 KB 48/1822 KB 300/894 KB 48/1822 KB 304/894 KB 48/1822 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 112.5 KB/sec) unit-abot-epc-basic-0: 11:38:59 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: 11:38:59 DEBUG unit.abot-epc-basic/0.install 308/894 KB 48/1822 KB 312/894 KB 52/1822 KB 308/894 KB 52/1822 KB 316/894 KB 56/1822 KB 316/894 KB 60/1822 KB 316/894 KB 64/1822 KB 316/894 KB 52/1822 KB 320/894 KB 64/1822 KB 320/894 KB 68/1822 KB 4/115 KB 324/894 KB 72/1822 KB 4/115 KB 324/894 KB 76/1822 KB 4/115 KB 324/894 KB 80/1822 KB 4/115 KB 324/894 KB 68/1822 KB 8/115 KB 324/894 KB 80/1822 KB 12/115 KB 324/894 KB 80/1822 KB 16/115 KB 324/894 KB 80/1822 KB 324/894 KB 68/1822 KB 16/115 KB 328/894 KB 80/1822 KB 16/115 KB 332/894 KB 80/1822 KB 16/115 KB 336/894 KB 84/1822 KB 16/115 KB 340/894 KB 84/1822 KB 20/115 KB 344/894 KB 84/1822 KB 20/115 KB 348/894 KB 84/1822 KB 20/115 KB 352/894 KB 84/1822 KB 16/115 KB 332/894 KB 84/1822 KB 20/115 KB 352/894 KB 88/1822 KB 20/115 KB 352/894 KB 92/1822 KB 20/115 KB 352/894 KB 96/1822 KB 20/115 KB 340/894 KB 84/1822 KB 24/115 KB 352/894 KB 96/1822 KB 28/115 KB 352/894 KB 96/1822 KB 32/115 KB 352/894 KB 96/1822 KB 32/115 KB 4/206 KB 352/894 KB 96/1822 KB 32/115 KB 8/206 KB 352/894 KB 96/1822 KB 32/115 KB 12/206 KB 352/894 KB 96/1822 KB 32/115 KB 16/206 KB 352/894 KB 96/1822 KB 32/115 KB 20/206 KB 352/894 KB 96/1822 KB 32/115 KB 24/206 KB 352/894 KB 96/1822 KB 32/115 KB 28/206 KB 352/894 KB 96/1822 KB 32/115 KB 32/206 KB 352/894 KB 96/1822 KB 32/115 KB 36/206 KB 352/894 KB 96/1822 KB 32/115 KB 40/206 KB 352/894 KB 96/1822 KB 32/115 KB 44/206 KB 352/894 KB 96/1822 KB 32/115 KB 48/206 KB 352/894 KB 96/1822 KB 32/115 KB 52/206 KB 352/894 KB 96/1822 KB 36/115 KB 56/206 KB 356/894 KB 100/1822 KB 36/115 KB 60/206 KB 356/894 KB 100/1822 KB 36/115 KB 64/206 KB 356/894 KB 100/1822 KB 36/115 KB 52/206 KB 356/894 KB 100/1822 KB 36/115 KB 64/206 KB 360/894 KB 100/1822 KB 36/115 KB 64/206 KB 364/894 KB 100/1822 KB 36/115 KB 64/206 KB 368/894 KB 100/1822 KB 36/115 KB 52/206 KB 352/894 KB 100/1822 KB 40/115 KB 64/206 KB 368/894 KB 100/1822 KB 44/115 KB 64/206 KB 368/894 KB 100/1822 KB 48/115 KB 64/206 KB 368/894 KB 100/1822 KB 52/115 KB 64/206 KB 368/894 KB 100/1822 KB 56/115 KB 68/206 KB 372/894 KB 100/1822 KB 60/115 KB 68/206 KB 372/894 KB 100/1822 KB 64/115 KB 68/206 KB 372/894 KB 100/1822 KB 68/115 KB 68/206 KB 372/894 KB 100/1822 KB 32/115 KB 52/206 KB 352/894 KB 100/1822 KB 68/115 KB 68/206 KB 372/894 KB 104/1822 KB 68/115 KB 68/206 KB 372/894 KB 108/1822 KB 68/115 KB 68/206 KB 372/894 KB 112/1822 KB 68/115 KB 68/206 KB 372/894 KB 116/1822 KB 68/115 KB 68/206 KB 372/894 KB 120/1822 KB 68/115 KB 68/206 KB 372/894 KB 124/1822 KB 68/115 KB 68/206 KB 372/894 KB 128/1822 KB 52/115 KB 68/206 KB 372/894 KB 100/1822 KB 68/115 KB 68/206 KB 376/894 KB 128/1822 KB 68/115 KB 68/206 KB 380/894 KB 128/1822 KB 68/115 KB 68/206 KB 384/894 KB 128/1822 KB 52/115 KB 68/206 KB 368/894 KB 100/1822 KB 68/115 KB 72/206 KB 384/894 KB 128/1822 KB 68/115 KB 76/206 KB 384/894 KB 128/1822 KB 68/115 KB 80/206 KB 384/894 KB 128/1822 KB 68/115 KB 84/206 KB 384/894 KB 128/1822 KB 72/115 KB 88/206 KB 388/894 KB 132/1822 KB 72/115 KB 92/206 KB 388/894 KB 132/1822 KB 72/115 KB 96/206 KB 388/894 KB 132/1822 KB 72/115 KB 100/206 KB 388/894 KB 132/1822 KB 72/115 KB 104/206 KB 388/894 KB 132/1822 KB 72/115 KB 108/206 KB 388/894 KB 132/1822 KB 72/115 KB 84/206 KB 388/894 KB 132/1822 KB 76/115 KB 108/206 KB 388/894 KB 132/1822 KB 80/115 KB 108/206 KB 388/894 KB 132/1822 KB 68/115 KB 84/206 KB 388/894 KB 132/1822 KB 80/115 KB 108/206 KB 388/894 KB 136/1822 KB 80/115 KB 108/20 unit-abot-epc-basic-0: 11:38:59 DEBUG unit.abot-epc-basic/0.install 6 KB 388/894 KB 140/1822 KB 80/115 KB 108/206 KB 388/894 KB 144/1822 KB 80/115 KB 108/206 KB 388/894 KB 148/1822 KB 84/115 KB 108/206 KB 388/894 KB 152/1822 KB 84/115 KB 108/206 KB 388/894 KB 156/1822 KB 68/115 KB 84/206 KB 388/894 KB 128/1822 KB 84/115 KB 112/206 KB 392/894 KB 156/1822 KB 84/115 KB 112/206 KB 396/894 KB 156/1822 KB 84/115 KB 112/206 KB 400/894 KB 156/1822 KB 84/115 KB 112/206 KB 404/894 KB 156/1822 KB 84/115 KB 112/206 KB 408/894 KB 156/1822 KB 84/115 KB 112/206 KB 412/894 KB 156/1822 KB 84/115 KB 112/206 KB 416/894 KB 160/1822 KB 84/115 KB 112/206 KB 388/894 KB 156/1822 KB 84/115 KB 108/206 KB 388/894 KB 148/1822 KB 88/115 KB 112/206 KB 416/894 KB 160/1822 KB 92/115 KB 112/206 KB 416/894 KB 160/1822 KB 96/115 KB 112/206 KB 416/894 KB 160/1822 KB 100/115 KB 112/206 KB 416/894 KB 160/1822 KB 104/115 KB 116/206 KB 420/894 KB 160/1822 KB 108/115 KB 116/206 KB 420/894 KB 160/1822 KB 112/115 KB 116/206 KB 420/894 KB 160/1822 KB 84/115 KB 112/206 KB 412/894 KB 160/1822 KB 112/115 KB 116/206 KB 420/894 KB 164/1822 KB 112/115 KB 116/206 KB 420/894 KB 168/1822 KB 112/115 KB 116/206 KB 420/894 KB 172/1822 KB 100/115 KB 116/206 KB 420/894 KB 160/1822 KB 115/115 KB 116/206 KB 424/894 KB 172/1822 KB 115/115 KB 116/206 KB 428/894 KB 172/1822 KB 115/115 KB 116/206 KB 432/894 KB 172/1822 KB 100/115 KB 116/206 KB 416/894 KB 160/1822 KB 115/115 KB 120/206 KB 432/894 KB 176/1822 KB 115/115 KB 124/206 KB 432/894 KB 176/1822 KB 115/115 KB 128/206 KB 432/894 KB 176/1822 KB 115/115 KB 132/206 KB 432/894 KB 176/1822 KB 115/115 KB 136/206 KB 436/894 KB 176/1822 KB 115/115 KB 140/206 KB 436/894 KB 176/1822 KB 115/115 KB 144/206 KB 436/894 KB 176/1822 KB 115/115 KB 148/206 KB 436/894 KB 176/1822 KB 115/115 KB 152/206 KB 436/894 KB 176/1822 KB 115/115 KB 156/206 KB 436/894 KB 176/1822 KB 115/115 KB 160/206 KB 436/894 KB 176/1822 KB 115/115 KB 164/206 KB 436/894 KB 176/1822 KB 115/115 KB 116/206 KB 432/894 KB 176/1822 KB 115/115 KB 116/206 KB 420/894 KB 172/1822 KB 115/115 KB 164/206 KB 436/894 KB 180/1822 KB 115/115 KB 164/206 KB 436/894 KB 184/1822 KB 115/115 KB 164/206 KB 436/894 KB 188/1822 KB 115/115 KB 164/206 KB 436/894 KB 192/1822 KB 115/115 KB 132/206 KB 436/894 KB 176/1822 KB 115/115 KB 164/206 KB 440/894 KB 192/1822 KB 115/115 KB 164/206 KB 444/894 KB 192/1822 KB 115/115 KB 164/206 KB 448/894 KB 192/1822 KB 115/115 KB 164/206 KB 452/894 KB 192/1822 KB 115/115 KB 164/206 KB 456/894 KB 196/1822 KB 115/115 KB 164/206 KB 452/894 KB 196/1822 KB 115/115 KB 164/206 KB 456/894 KB 200/1822 KB 115/115 KB 164/206 KB 460/894 KB 204/1822 KB 115/115 KB 164/206 KB 460/894 KB 208/1822 KB 115/115 KB 164/206 KB 460/894 KB 200/1822 KB 115/115 KB 164/206 KB 464/894 KB 208/1822 KB 115/115 KB 164/206 KB 468/894 KB 208/1822 KB 115/115 KB 168/206 KB 472/894 KB 212/1822 KB 115/115 KB 168/206 KB 476/894 KB 212/1822 KB 115/115 KB 168/206 KB 480/894 KB 212/1822 KB 115/115 KB 168/206 KB 468/894 KB 212/1822 KB 115/115 KB 172/206 KB 480/894 KB 212/1822 KB 115/115 KB 176/206 KB 480/894 KB 212/1822 KB 115/115 KB 164/206 KB 468/894 KB 212/1822 KB 115/115 KB 176/206 KB 480/894 KB 216/1822 KB 115/115 KB 176/206 KB 480/894 KB 220/1822 KB 115/115 KB 176/206 KB 480/894 KB 224/1822 KB 115/115 KB 176/206 KB 484/894 KB 228/1822 KB 115/115 KB 180/206 KB 484/894 KB 232/1822 KB 115/115 KB 180/206 KB 484/894 KB 236/1822 KB 115/115 KB 180/206 KB 484/894 KB 240/1822 KB 180/206 KB 484/894 KB 244/ unit-abot-epc-basic-0: 11:38:59 DEBUG unit.abot-epc-basic/0.install 1822 KB 180/206 KB 484/894 KB 248/1822 KB 180/206 KB 484/894 KB 252/1822 KB 180/206 KB 484/894 KB 256/1822 KB 115/115 KB 176/206 KB 484/894 KB 224/1822 KB Downloaded: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.7/aspectjrt-1.8.7.jar (115 KB at 152.9 KB/sec) unit-abot-epc-basic-0: 11:38:59 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: 11:38:59 DEBUG unit.abot-epc-basic/0.install 115/115 KB 180/206 KB 484/894 KB 228/1822 KB 184/206 KB 484/894 KB 256/1822 KB 188/206 KB 484/894 KB 256/1822 KB 192/206 KB 484/894 KB 256/1822 KB 192/206 KB 488/894 KB 256/1822 KB 192/206 KB 492/894 KB 256/1822 KB 192/206 KB 496/894 KB 256/1822 KB 192/206 KB 500/894 KB 256/1822 KB 196/206 KB 504/894 KB 256/1822 KB 196/206 KB 508/894 KB 256/1822 KB 196/206 KB 512/894 KB 256/1822 KB 196/206 KB 516/894 KB 256/1822 KB 196/206 KB 520/894 KB 260/1822 KB 196/206 KB 524/894 KB 260/1822 KB 196/206 KB 500/894 KB 256/1822 KB 200/206 KB 524/894 KB 260/1822 KB 204/206 KB 524/894 KB 260/1822 KB 206/206 KB 524/894 KB 260/1822 KB 196/206 KB 516/894 KB 260/1822 KB 206/206 KB 524/894 KB 264/1822 KB 206/206 KB 524/894 KB 268/1822 KB 206/206 KB 524/894 KB 272/1822 KB 206/206 KB 528/894 KB 272/1822 KB 206/206 KB 532/894 KB 272/1822 KB 206/206 KB 536/894 KB 276/1822 KB 206/206 KB 540/894 KB 276/1822 KB 206/206 KB 544/894 KB 276/1822 KB 206/206 KB 548/894 KB 276/1822 KB 206/206 KB 552/894 KB 276/1822 KB 206/206 KB 556/894 KB 276/1822 KB 206/206 KB 560/894 KB 276/1822 KB 206/206 KB 564/894 KB 276/1822 KB 206/206 KB 532/894 KB 276/1822 KB 206/206 KB 564/894 KB 280/1822 KB 206/206 KB 564/894 KB 284/1822 KB 206/206 KB 564/894 KB 288/1822 KB 206/206 KB 564/894 KB 292/1822 KB 206/206 KB 564/894 KB 296/1822 KB 206/206 KB 564/894 KB 300/1822 KB 206/206 KB 564/894 KB 304/1822 KB 206/206 KB 564/894 KB 308/1822 KB 206/206 KB 564/894 KB 312/1822 KB 206/206 KB 564/894 KB 316/1822 KB 206/206 KB 568/894 KB 316/1822 KB 206/206 KB 572/894 KB 316/1822 KB 576/894 KB 320/1822 KB 572/894 KB 320/1822 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.3.1/gson-2.3.1.jar (206 KB at 271.7 KB/sec) unit-abot-epc-basic-0: 11:38:59 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: 11:38:59 DEBUG unit.abot-epc-basic/0.install 576/894 KB 324/1822 KB 580/894 KB 328/1822 KB 580/894 KB 332/1822 KB 580/894 KB 336/1822 KB 4/314 KB 580/894 KB 336/1822 KB 8/314 KB 580/894 KB 336/1822 KB 12/314 KB 580/894 KB 336/1822 KB 16/314 KB 580/894 KB 336/1822 KB 580/894 KB 324/1822 KB 16/314 KB 584/894 KB 336/1822 KB 16/314 KB 588/894 KB 336/1822 KB 16/314 KB 592/894 KB 336/1822 KB 20/314 KB 592/894 KB 336/1822 KB 24/314 KB 592/894 KB 336/1822 KB 28/314 KB 592/894 KB 336/1822 KB 32/314 KB 592/894 KB 336/1822 KB 36/314 KB 592/894 KB 336/1822 KB 4/57 KB 40/314 KB 592/894 KB 336/1822 KB 4/57 KB 44/314 KB 592/894 KB 336/1822 KB 4/57 KB 48/314 KB 592/894 KB 336/1822 KB 4/57 KB 36/314 KB 592/894 KB 336/1822 KB 8/57 KB 48/314 KB 592/894 KB 336/1822 KB 12/57 KB 48/314 KB 592/894 KB 336/1822 KB 16/57 KB 48/314 KB 592/894 KB 336/1822 KB 16/57 KB 52/314 KB 592/894 KB 336/1822 KB 20/57 KB 56/314 KB 592/894 KB 336/1822 KB 20/57 KB 60/314 KB 592/894 KB 336/1822 KB 20/57 KB 52/314 KB 592/894 KB 336/1822 KB 24/57 KB 60/314 KB 592/894 KB 336/1822 KB 28/57 KB 60/314 KB 592/894 KB 336/1822 KB 32/57 KB 60/314 KB 592/894 KB 336/1822 KB 32/57 KB 64/314 KB 592/894 KB 336/1822 KB 36/57 KB 64/314 KB 592/894 KB 336/1822 KB 40/57 KB 68/314 KB 592/894 KB 336/1822 KB 44/57 KB 68/314 KB 592/894 KB 336/1822 KB 48/57 KB 68/314 KB 592/894 KB 336/1822 KB 52/57 KB 68/314 KB 592/894 KB 336/1822 KB 56/57 KB 68/314 KB 596/894 KB 340/1822 KB 57/57 KB 68/314 KB 596/894 KB 340/1822 KB 36/57 KB 68/314 KB 592/894 KB 336/1822 KB 57/57 KB 72/314 KB 596/894 KB 340/1822 KB 57/57 KB 76/314 KB 596/894 KB 340/1822 KB 57/57 KB 80/314 KB 596/894 KB 340/1822 KB 57/57 KB 84/314 KB 596/894 KB 340/1822 KB 57/57 KB 88/314 KB 596/894 KB 340/1822 KB 57/57 KB 92/314 KB 596/894 KB 340/1822 KB 57/57 KB 96/314 KB 596/894 KB 340/1822 KB 57/57 KB 100/314 KB 596/894 KB 340/1822 KB 57/57 KB 104/314 KB 596/894 KB 340/1822 KB 57/57 KB 108/314 KB 596/894 KB 340/1822 KB 57/57 KB 112/314 KB 596/894 KB 340/1822 KB 52/57 KB 68/314 KB 596/894 KB 340/1822 KB 57/57 KB 112/314 KB 600/894 KB 340/1822 KB 57/57 KB 112/314 KB 604/894 KB 340/1822 KB 57/57 KB 112/314 KB 608/894 KB 340/1822 KB 52/57 KB 68/314 KB 592/894 KB 340/1822 KB 57/57 KB 112/314 KB 608/894 KB 344/1822 KB 57/57 KB 112/314 KB 608/894 KB 348/1822 KB 57/57 KB 112/314 KB 608/894 KB 352/1822 KB 57/57 KB 112/314 KB 612/894 KB 352/1822 KB 57/57 KB 112/314 KB 612/894 KB 356/1822 KB 57/57 KB 112/314 KB 612/894 KB 360/1822 KB 57/57 KB 112/314 KB 612/894 KB 364/1822 KB 57/57 KB 112/314 KB 612/894 KB 368/1822 KB 57/57 KB 112/314 KB 616/894 KB 368/1822 KB 57/57 KB 112/314 KB 620/894 KB 368/1822 KB 57/57 KB 112/314 KB 624/894 KB 368/1822 KB 57/57 KB 112/314 KB 628/894 KB 368/1822 KB 57/57 KB 116/314 KB 632/894 KB 372/1822 KB 57/57 KB 116/314 KB 636/894 KB 372/1822 KB 57/57 KB 116/314 KB 640/894 KB 372/1822 KB Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.jar (57 KB at 72.9 KB/sec) unit-abot-epc-basic-0: 11:38:59 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: 11:38:59 DEBUG unit.abot-epc-basic/0.install 57/57 KB 116/314 KB 628/894 KB 372/1822 KB 120/314 KB 640/894 KB 372/1822 KB 124/314 KB 640/894 KB 372/1822 KB 128/314 KB 640/894 KB 372/1822 KB 132/314 KB 640/894 KB 372/1822 KB 136/314 KB 644/894 KB 372/1822 KB 57/57 KB 112/314 KB 628/894 KB 372/1822 KB 136/314 KB 644/894 KB 376/1822 KB 136/314 KB 644/894 KB 380/1822 KB 136/314 KB 644/894 KB 384/1822 KB 136/314 KB 644/894 KB 388/1822 KB 136/314 KB 644/894 KB 392/1822 KB 136/314 KB 644/894 KB 396/1822 KB 136/314 KB 644/894 KB 400/1822 KB 136/314 KB 644/894 KB 404/1822 KB 132/314 KB 644/894 KB 372/1822 KB 140/314 KB 648/894 KB 404/1822 KB 140/314 KB 652/894 KB 404/1822 KB 140/314 KB 656/894 KB 404/1822 KB 140/314 KB 660/894 KB 404/1822 KB 140/314 KB 644/894 KB 404/1822 KB 144/314 KB 660/894 KB 408/1822 KB 140/314 KB 660/894 KB 408/1822 KB 144/314 KB 660/894 KB 412/1822 KB 144/314 KB 660/894 KB 416/1822 KB 148/314 KB 660/894 KB 416/1822 KB 152/314 KB 664/894 KB 420/1822 KB 152/314 KB 664/894 KB 420/1822 KB 4/587 KB 152/314 KB 664/894 KB 420/1822 KB 8/587 KB 152/314 KB 664/894 KB 420/1822 KB 12/587 KB 152/314 KB 664/894 KB 420/1822 KB 16/587 KB 148/314 KB 664/894 KB 416/1822 KB 4/263 KB 156/314 KB 668/894 KB 420/1822 KB 16/587 KB 4/263 KB 156/314 KB 672/894 KB 420/1822 KB 16/587 KB 4/263 KB 156/314 KB 676/894 KB 420/1822 KB 16/587 KB 4/263 KB 156/314 KB 680/894 KB 420/1822 KB 16/587 KB 4/263 KB 156/314 KB 684/894 KB 420/1822 KB 16/587 KB 4/263 KB 156/314 KB 688/894 KB 420/1822 KB 16/587 KB 148/314 KB 664/894 KB 420/1822 KB 4/263 KB 156/314 KB 688/894 KB 424/1822 KB 16/587 KB 4/263 KB 156/314 KB 688/894 KB 428/1822 KB 16/587 KB 4/263 KB 156/314 KB 688/894 KB 432/1822 KB 16/587 KB 4/263 KB 156/314 KB 688/894 KB 436/1822 KB 16/587 KB 4/263 KB 156/314 KB 692/894 KB 440/1822 KB 16/587 KB 4/263 KB 156/314 KB 692/894 KB 444/1822 KB 16/587 KB 4/263 KB 156/314 KB 692/894 KB 448/1822 KB 16/587 KB 4/263 KB 156/314 KB 664/894 KB 420/1822 KB 16/587 KB 4/263 KB 160/314 KB 692/894 KB 448/1822 KB 16/587 KB 4/263 KB 164/314 KB 692/894 KB 448/1822 KB 16/587 KB 4/263 KB 152/314 KB 664/894 KB 420/1822 KB 16/587 KB 8/263 KB 164/314 KB 692/894 KB 448/1822 KB 16/587 KB 12/263 KB 164/314 KB 692/894 KB 448/1822 KB 16/587 KB 16/263 KB 164/314 KB 692/894 KB 448/1822 KB 16/587 KB 20/263 KB 164/314 KB 692/894 KB 448/1822 KB 16/587 KB 24/263 KB 164/314 KB 692/894 KB 448/1822 KB 16/587 KB 28/263 KB 164/314 KB 692/894 KB 448/1822 KB 16/587 KB 32/263 KB 164/314 KB 692/894 KB 448/1822 KB 16/587 KB 36/263 KB 164/314 KB 692/894 KB 448/1822 KB 16/587 KB 40/263 KB 168/314 KB 692/894 KB 448/1822 KB 16/587 KB 44/263 KB 168/314 KB 692/894 KB 448/1822 KB 16/587 KB 48/263 KB 168/314 KB 692/894 KB 448/1822 KB 16/587 KB 52/263 KB 168/314 KB 692/894 KB 448/1822 KB 16/587 KB 56/263 KB 168/314 KB 692/894 KB 452/1822 KB 16/587 KB 60/263 KB 168/314 KB 692/894 KB 452/1822 KB 16/587 KB 64/263 KB 168/314 KB 692/894 KB 452/1822 KB 16/587 KB 4/263 KB 156/314 KB 692/894 KB 436/1822 KB 16/587 KB 64/263 KB 168/314 KB 696/894 KB 452/1822 KB 16/587 KB 64/263 KB 168/314 KB 700/894 KB 452/1822 KB 16/587 KB 64/263 KB 168/314 KB 704/894 KB 452/1822 KB 16/587 KB 64/263 KB 168/314 KB 708/894 KB 452/1822 KB 16/587 KB 64/263 KB 168/314 KB 712/894 KB 452/1822 KB 16/587 KB 64/263 KB 168/314 KB 716/894 KB 452/1822 KB 16/587 KB 64/263 KB 168/314 KB 720/894 KB 452/1822 KB 16/587 KB 64/263 KB 168/314 KB 724/894 KB 452/1822 KB 16/587 KB 68/263 KB 168/31 unit-abot-epc-basic-0: 11:38:59 DEBUG unit.abot-epc-basic/0.install 4 KB 728/894 KB 452/1822 KB 16/587 KB 68/263 KB 168/314 KB 732/894 KB 452/1822 KB 16/587 KB 68/263 KB 168/314 KB 736/894 KB 452/1822 KB 16/587 KB 52/263 KB 168/314 KB 692/894 KB 452/1822 KB 16/587 KB 68/263 KB 168/314 KB 736/894 KB 456/1822 KB 16/587 KB 68/263 KB 168/314 KB 736/894 KB 460/1822 KB 16/587 KB 36/263 KB 168/314 KB 692/894 KB 448/1822 KB 16/587 KB 68/263 KB 172/314 KB 736/894 KB 460/1822 KB 16/587 KB 68/263 KB 176/314 KB 736/894 KB 460/1822 KB 16/587 KB 68/263 KB 180/314 KB 736/894 KB 460/1822 KB 16/587 KB 68/263 KB 184/314 KB 736/894 KB 460/1822 KB 16/587 KB 68/263 KB 188/314 KB 736/894 KB 460/1822 KB 16/587 KB 68/263 KB 192/314 KB 736/894 KB 460/1822 KB 16/587 KB 68/263 KB 196/314 KB 736/894 KB 460/1822 KB 16/587 KB 68/263 KB 200/314 KB 736/894 KB 464/1822 KB 16/587 KB 68/263 KB 204/314 KB 736/894 KB 464/1822 KB 16/587 KB 68/263 KB 208/314 KB 736/894 KB 464/1822 KB 16/587 KB 68/263 KB 168/314 KB 724/894 KB 452/1822 KB 16/587 KB 72/263 KB 208/314 KB 736/894 KB 464/1822 KB 16/587 KB 76/263 KB 208/314 KB 736/894 KB 464/1822 KB 16/587 KB 80/263 KB 208/314 KB 736/894 KB 464/1822 KB 16/587 KB 68/263 KB 196/314 KB 736/894 KB 464/1822 KB 16/587 KB 80/263 KB 208/314 KB 736/894 KB 468/1822 KB 16/587 KB 80/263 KB 208/314 KB 736/894 KB 472/1822 KB 16/587 KB 80/263 KB 212/314 KB 736/894 KB 476/1822 KB 16/587 KB 80/263 KB 212/314 KB 736/894 KB 480/1822 KB 16/587 KB 80/263 KB 212/314 KB 736/894 KB 484/1822 KB 16/587 KB 84/263 KB 212/314 KB 740/894 KB 488/1822 KB 20/587 KB 84/263 KB 212/314 KB 740/894 KB 492/1822 KB 20/587 KB 84/263 KB 212/314 KB 740/894 KB 496/1822 KB 20/587 KB 84/263 KB 212/314 KB 740/894 KB 500/1822 KB 20/587 KB 84/263 KB 212/314 KB 740/894 KB 504/1822 KB 20/587 KB 84/263 KB 212/314 KB 740/894 KB 508/1822 KB 20/587 KB 84/263 KB 212/314 KB 740/894 KB 512/1822 KB 20/587 KB 80/263 KB 212/314 KB 736/894 KB 472/1822 KB 16/587 KB 84/263 KB 212/314 KB 740/894 KB 484/1822 KB 20/587 KB 84/263 KB 212/314 KB 740/894 KB 512/1822 KB 24/587 KB 84/263 KB 212/314 KB 740/894 KB 512/1822 KB 28/587 KB 84/263 KB 212/314 KB 740/894 KB 512/1822 KB 32/587 KB 84/263 KB 212/314 KB 740/894 KB 512/1822 KB 36/587 KB 84/263 KB 212/314 KB 740/894 KB 512/1822 KB 40/587 KB 84/263 KB 212/314 KB 740/894 KB 512/1822 KB 44/587 KB 84/263 KB 212/314 KB 740/894 KB 512/1822 KB 48/587 KB 84/263 KB 212/314 KB 740/894 KB 512/1822 KB 52/587 KB 84/263 KB 212/314 KB 740/894 KB 512/1822 KB 56/587 KB 84/263 KB 212/314 KB 740/894 KB 512/1822 KB 60/587 KB 84/263 KB 212/314 KB 740/894 KB 512/1822 KB 64/587 KB 84/263 KB 212/314 KB 740/894 KB 512/1822 KB 68/587 KB 84/263 KB 212/314 KB 740/894 KB 512/1822 KB 72/587 KB 84/263 KB 212/314 KB 740/894 KB 512/1822 KB 76/587 KB 84/263 KB 212/314 KB 740/894 KB 512/1822 KB 80/587 KB 84/263 KB 212/314 KB 740/894 KB 512/1822 KB 84/587 KB 84/263 KB 212/314 KB 740/894 KB 512/1822 KB 88/587 KB 84/263 KB 212/314 KB 740/894 KB 512/1822 KB 92/587 KB 84/263 KB 212/314 KB 740/894 KB 512/1822 KB 96/587 KB 84/263 KB 212/314 KB 740/894 KB 484/1822 KB 16/587 KB 84/263 KB 216/314 KB 744/894 KB 512/1822 KB 96/587 KB 84/263 KB 216/314 KB 748/894 KB 512/1822 KB 96/587 KB 84/263 KB 216/314 KB 752/894 KB 512/1822 KB 96/587 KB 84/263 KB 212/314 KB 736/894 KB 484/1822 KB 16/587 KB 88/263 KB 216/314 KB 752/894 KB 512/1822 KB 96/587 KB 92/263 KB 216/314 KB 752/894 KB 512/1822 KB 96/587 KB 96/263 KB 216/314 KB 752/894 KB 512/1822 KB 96/587 KB 84/263 KB 216/314 unit-abot-epc-basic-0: 11:38:59 DEBUG unit.abot-epc-basic/0.install KB 740/894 KB 512/1822 KB 96/587 KB 96/263 KB 220/314 KB 752/894 KB 512/1822 KB 96/587 KB 96/263 KB 224/314 KB 752/894 KB 512/1822 KB 96/587 KB 100/263 KB 224/314 KB 752/894 KB 512/1822 KB 96/587 KB 104/263 KB 228/314 KB 756/894 KB 512/1822 KB 96/587 KB 108/263 KB 228/314 KB 756/894 KB 512/1822 KB 96/587 KB 112/263 KB 228/314 KB 756/894 KB 512/1822 KB 96/587 KB 116/263 KB 228/314 KB 756/894 KB 512/1822 KB 96/587 KB 120/263 KB 228/314 KB 756/894 KB 516/1822 KB 100/587 KB 124/263 KB 228/314 KB 756/894 KB 516/1822 KB 100/587 KB 128/263 KB 228/314 KB 756/894 KB 516/1822 KB 100/587 KB 100/263 KB 228/314 KB 756/894 KB 512/1822 KB 96/587 KB 128/263 KB 228/314 KB 760/894 KB 516/1822 KB 100/587 KB 128/263 KB 228/314 KB 764/894 KB 516/1822 KB 100/587 KB 128/263 KB 228/314 KB 768/894 KB 516/1822 KB 100/587 KB 128/263 KB 228/314 KB 772/894 KB 516/1822 KB 100/587 KB 128/263 KB 228/314 KB 776/894 KB 516/1822 KB 100/587 KB 128/263 KB 228/314 KB 780/894 KB 516/1822 KB 100/587 KB 128/263 KB 228/314 KB 784/894 KB 516/1822 KB 100/587 KB 128/263 KB 228/314 KB 788/894 KB 516/1822 KB 100/587 KB 100/263 KB 228/314 KB 752/894 KB 512/1822 KB 96/587 KB 132/263 KB 232/314 KB 788/894 KB 516/1822 KB 100/587 KB 132/263 KB 236/314 KB 788/894 KB 516/1822 KB 100/587 KB 132/263 KB 240/314 KB 788/894 KB 516/1822 KB 100/587 KB 132/263 KB 244/314 KB 788/894 KB 516/1822 KB 100/587 KB 132/263 KB 248/314 KB 788/894 KB 516/1822 KB 100/587 KB 132/263 KB 252/314 KB 788/894 KB 516/1822 KB 100/587 KB 132/263 KB 256/314 KB 788/894 KB 516/1822 KB 100/587 KB 132/263 KB 260/314 KB 788/894 KB 516/1822 KB 100/587 KB 132/263 KB 264/314 KB 788/894 KB 516/1822 KB 100/587 KB 132/263 KB 268/314 KB 788/894 KB 516/1822 KB 100/587 KB 132/263 KB 272/314 KB 788/894 KB 516/1822 KB 100/587 KB 132/263 KB 228/314 KB 788/894 KB 516/1822 KB 100/587 KB 116/263 KB 228/314 KB 756/894 KB 516/1822 KB 100/587 KB 132/263 KB 272/314 KB 788/894 KB 516/1822 KB 104/587 KB 132/263 KB 272/314 KB 788/894 KB 516/1822 KB 108/587 KB 132/263 KB 272/314 KB 788/894 KB 516/1822 KB 112/587 KB 132/263 KB 272/314 KB 788/894 KB 516/1822 KB 116/587 KB 132/263 KB 272/314 KB 788/894 KB 516/1822 KB 120/587 KB 132/263 KB 272/314 KB 788/894 KB 516/1822 KB 124/587 KB 132/263 KB 272/314 KB 788/894 KB 516/1822 KB 128/587 KB 116/263 KB 228/314 KB 756/894 KB 516/1822 KB 96/587 KB 132/263 KB 272/314 KB 788/894 KB 520/1822 KB 128/587 KB 132/263 KB 272/314 KB 788/894 KB 524/1822 KB 128/587 KB 132/263 KB 272/314 KB 788/894 KB 528/1822 KB 128/587 KB 132/263 KB 272/314 KB 788/894 KB 532/1822 KB 132/587 KB 132/263 KB 272/314 KB 788/894 KB 536/1822 KB 132/587 KB 136/263 KB 272/314 KB 788/894 KB 540/1822 KB 132/587 KB 136/263 KB 272/314 KB 788/894 KB 544/1822 KB 132/587 KB 132/263 KB 272/314 KB 788/894 KB 528/1822 KB 132/587 KB 136/263 KB 272/314 KB 788/894 KB 544/1822 KB 136/587 KB 136/263 KB 272/314 KB 788/894 KB 544/1822 KB 140/587 KB 136/263 KB 272/314 KB 788/894 KB 544/1822 KB 144/587 KB 136/263 KB 272/314 KB 788/894 KB 544/1822 KB 148/587 KB 136/263 KB 276/314 KB 792/894 KB 548/1822 KB 152/587 KB 136/263 KB 276/314 KB 792/894 KB 548/1822 KB 156/587 KB 136/263 KB 276/314 KB 792/894 KB 548/1822 KB 160/587 KB 136/263 KB 276/314 KB 792/894 KB 548/1822 KB 164/587 KB 136/263 KB 276/314 KB 792/894 KB 548/1822 KB 168/587 KB 136/263 KB 272/314 KB 788/894 KB 536/1822 KB 132/587 KB 140/263 KB 276/314 KB 792/894 KB 548/1822 KB 172/587 KB 144/263 KB 276/314 KB 792/894 KB 548 unit-abot-epc-basic-0: 11:38:59 DEBUG unit.abot-epc-basic/0.install /1822 KB 172/587 KB 148/263 KB 276/314 KB 792/894 KB 548/1822 KB 172/587 KB 152/263 KB 276/314 KB 792/894 KB 548/1822 KB 172/587 KB 156/263 KB 276/314 KB 792/894 KB 548/1822 KB 172/587 KB 160/263 KB 276/314 KB 792/894 KB 548/1822 KB 172/587 KB 136/263 KB 276/314 KB 792/894 KB 548/1822 KB 148/587 KB 160/263 KB 280/314 KB 792/894 KB 548/1822 KB 172/587 KB 160/263 KB 284/314 KB 792/894 KB 548/1822 KB 172/587 KB 160/263 KB 288/314 KB 792/894 KB 548/1822 KB 172/587 KB 136/263 KB 272/314 KB 792/894 KB 548/1822 KB 148/587 KB 160/263 KB 288/314 KB 792/894 KB 552/1822 KB 172/587 KB 160/263 KB 288/314 KB 792/894 KB 556/1822 KB 172/587 KB 160/263 KB 288/314 KB 792/894 KB 560/1822 KB 172/587 KB 160/263 KB 288/314 KB 792/894 KB 564/1822 KB 172/587 KB 164/263 KB 292/314 KB 792/894 KB 568/1822 KB 172/587 KB 164/263 KB 292/314 KB 792/894 KB 572/1822 KB 172/587 KB 164/263 KB 292/314 KB 792/894 KB 576/1822 KB 172/587 KB 136/263 KB 272/314 KB 792/894 KB 544/1822 KB 148/587 KB 164/263 KB 292/314 KB 796/894 KB 576/1822 KB 172/587 KB 164/263 KB 292/314 KB 800/894 KB 576/1822 KB 172/587 KB 164/263 KB 292/314 KB 804/894 KB 576/1822 KB 172/587 KB 164/263 KB 292/314 KB 808/894 KB 576/1822 KB 172/587 KB 164/263 KB 292/314 KB 812/894 KB 576/1822 KB 172/587 KB 164/263 KB 292/314 KB 816/894 KB 576/1822 KB 172/587 KB 164/263 KB 292/314 KB 820/894 KB 576/1822 KB 172/587 KB 164/263 KB 292/314 KB 824/894 KB 576/1822 KB 172/587 KB 164/263 KB 292/314 KB 828/894 KB 576/1822 KB 172/587 KB 164/263 KB 292/314 KB 832/894 KB 576/1822 KB 172/587 KB 164/263 KB 292/314 KB 836/894 KB 576/1822 KB 172/587 KB 164/263 KB 292/314 KB 840/894 KB 580/1822 KB 172/587 KB 164/263 KB 292/314 KB 844/894 KB 580/1822 KB 172/587 KB 164/263 KB 292/314 KB 848/894 KB 580/1822 KB 172/587 KB 164/263 KB 292/314 KB 792/894 KB 576/1822 KB 172/587 KB 164/263 KB 292/314 KB 848/894 KB 580/1822 KB 176/587 KB 164/263 KB 292/314 KB 848/894 KB 580/1822 KB 180/587 KB 164/263 KB 292/314 KB 848/894 KB 580/1822 KB 184/587 KB 164/263 KB 292/314 KB 848/894 KB 580/1822 KB 188/587 KB 164/263 KB 292/314 KB 848/894 KB 580/1822 KB 192/587 KB 164/263 KB 292/314 KB 848/894 KB 580/1822 KB 196/587 KB 164/263 KB 292/314 KB 792/894 KB 564/1822 KB 172/587 KB 164/263 KB 296/314 KB 848/894 KB 580/1822 KB 196/587 KB 164/263 KB 300/314 KB 848/894 KB 580/1822 KB 196/587 KB 164/263 KB 304/314 KB 848/894 KB 580/1822 KB 196/587 KB 164/263 KB 288/314 KB 792/894 KB 564/1822 KB 172/587 KB 168/263 KB 304/314 KB 848/894 KB 580/1822 KB 196/587 KB 172/263 KB 304/314 KB 848/894 KB 580/1822 KB 196/587 KB 176/263 KB 304/314 KB 848/894 KB 580/1822 KB 196/587 KB 176/263 KB 308/314 KB 848/894 KB 580/1822 KB 196/587 KB 180/263 KB 312/314 KB 848/894 KB 580/1822 KB 196/587 KB 180/263 KB 314/314 KB 848/894 KB 580/1822 KB 196/587 KB 164/263 KB 292/314 KB 836/894 KB 580/1822 KB 172/587 KB 180/263 KB 314/314 KB 848/894 KB 584/1822 KB 196/587 KB 180/263 KB 308/314 KB 848/894 KB 580/1822 KB 196/587 KB 184/263 KB 314/314 KB 848/894 KB 588/1822 KB 196/587 KB 180/263 KB 314/314 KB 848/894 KB 588/1822 KB 196/587 KB 184/263 KB 314/314 KB 848/894 KB 592/1822 KB 196/587 KB 188/263 KB 314/314 KB 848/894 KB 596/1822 KB 196/587 KB 188/263 KB 314/314 KB 848/894 KB 600/1822 KB 200/587 KB 188/263 KB 314/314 KB 848/894 KB 604/1822 KB 200/587 KB 188/263 KB 314/314 KB 848/894 KB 608/1822 KB 200/587 KB 188/263 KB 314/314 KB 848/894 KB 612/1822 KB 200/587 KB 188/263 KB 314/314 KB 848/894 KB 592/1822 KB unit-abot-epc-basic-0: 11:38:59 DEBUG unit.abot-epc-basic/0.install 196/587 KB 192/263 KB 314/314 KB 852/894 KB 612/1822 KB 200/587 KB 196/263 KB 314/314 KB 852/894 KB 612/1822 KB 200/587 KB 200/263 KB 314/314 KB 852/894 KB 612/1822 KB 200/587 KB 204/263 KB 314/314 KB 852/894 KB 612/1822 KB 200/587 KB 208/263 KB 314/314 KB 852/894 KB 612/1822 KB 200/587 KB 188/263 KB 314/314 KB 852/894 KB 612/1822 KB 200/587 KB 208/263 KB 314/314 KB 856/894 KB 612/1822 KB 200/587 KB 208/263 KB 314/314 KB 860/894 KB 612/1822 KB 200/587 KB 208/263 KB 314/314 KB 864/894 KB 612/1822 KB 200/587 KB 208/263 KB 314/314 KB 868/894 KB 612/1822 KB 200/587 KB 212/263 KB 314/314 KB 872/894 KB 616/1822 KB 200/587 KB 212/263 KB 314/314 KB 876/894 KB 616/1822 KB 200/587 KB 212/263 KB 314/314 KB 880/894 KB 616/1822 KB 200/587 KB 188/263 KB 314/314 KB 848/894 KB 596/1822 KB 200/587 KB 212/263 KB 314/314 KB 880/894 KB 616/1822 KB 204/587 KB 212/263 KB 314/314 KB 880/894 KB 616/1822 KB 208/587 KB 212/263 KB 314/314 KB 880/894 KB 616/1822 KB 212/587 KB 212/263 KB 880/894 KB 616/1822 KB 216/587 KB 212/263 KB 880/894 KB 616/1822 KB 220/587 KB 212/263 KB 880/894 KB 616/1822 KB 224/587 KB 212/263 KB 880/894 KB 616/1822 KB 228/587 KB 212/263 KB 880/894 KB 616/1822 KB 232/587 KB 212/263 KB 880/894 KB 616/1822 KB 236/587 KB 212/263 KB 884/894 KB 616/1822 KB 240/587 KB 212/263 KB 314/314 KB 868/894 KB 616/1822 KB 200/587 KB 212/263 KB 884/894 KB 620/1822 KB 240/587 KB 212/263 KB 884/894 KB 624/1822 KB 240/587 KB 212/263 KB 314/314 KB 868/894 KB 612/1822 KB 200/587 KB 216/263 KB 884/894 KB 624/1822 KB 240/587 KB 220/263 KB 884/894 KB 624/1822 KB 240/587 KB 224/263 KB 884/894 KB 624/1822 KB 240/587 KB 228/263 KB 884/894 KB 624/1822 KB 240/587 KB 232/263 KB 884/894 KB 628/1822 KB 240/587 KB 236/263 KB 884/894 KB 628/1822 KB 240/587 KB 240/263 KB 884/894 KB 628/1822 KB 240/587 KB 244/263 KB 884/894 KB 628/1822 KB 244/587 KB 248/263 KB 884/894 KB 628/1822 KB 244/587 KB 252/263 KB 884/894 KB 628/1822 KB 244/587 KB 256/263 KB 884/894 KB 628/1822 KB 244/587 KB 260/263 KB 884/894 KB 628/1822 KB 244/587 KB 263/263 KB 884/894 KB 628/1822 KB 244/587 KB 212/263 KB 884/894 KB 616/1822 KB 236/587 KB 263/263 KB 888/894 KB 628/1822 KB 244/587 KB Downloaded: https://repo.maven.apache.org/maven2/org/picocontainer/picocontainer/2.13.5/picocontainer-2.13.5.jar (314 KB at 368.0 KB/sec) unit-abot-epc-basic-0: 11:38:59 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: 11:38:59 DEBUG unit.abot-epc-basic/0.install 263/263 KB 892/894 KB 628/1822 KB 244/587 KB 263/263 KB 894/894 KB 628/1822 KB 244/587 KB 240/263 KB 884/894 KB 628/1822 KB 244/587 KB 263/263 KB 894/894 KB 628/1822 KB 248/587 KB 263/263 KB 894/894 KB 628/1822 KB 252/587 KB 263/263 KB 894/894 KB 628/1822 KB 256/587 KB 263/263 KB 894/894 KB 628/1822 KB 260/587 KB 228/263 KB 884/894 KB 628/1822 KB 240/587 KB 263/263 KB 894/894 KB 632/1822 KB 260/587 KB 263/263 KB 894/894 KB 636/1822 KB 260/587 KB 263/263 KB 894/894 KB 640/1822 KB 260/587 KB 263/263 KB 894/894 KB 644/1822 KB 260/587 KB 263/263 KB 894/894 KB 648/1822 KB 260/587 KB 263/263 KB 894/894 KB 652/1822 KB 260/587 KB 263/263 KB 894/894 KB 656/1822 KB 260/587 KB 263/263 KB 894/894 KB 660/1822 KB 260/587 KB 263/263 KB 894/894 KB 664/1822 KB 264/587 KB 263/263 KB 894/894 KB 668/1822 KB 264/587 KB 263/263 KB 894/894 KB 672/1822 KB 264/587 KB 263/263 KB 894/894 KB 676/1822 KB 264/587 KB 263/263 KB 894/894 KB 680/1822 KB 264/587 KB 263/263 KB 894/894 KB 684/1822 KB 264/587 KB 263/263 KB 894/894 KB 688/1822 KB 264/587 KB 263/263 KB 894/894 KB 660/1822 KB 264/587 KB 263/263 KB 894/894 KB 688/1822 KB 268/587 KB 263/263 KB 894/894 KB 688/1822 KB 272/587 KB 263/263 KB 894/894 KB 688/1822 KB 276/587 KB 263/263 KB 894/894 KB 688/1822 KB 280/587 KB 263/263 KB 894/894 KB 688/1822 KB 284/587 KB 263/263 KB 894/894 KB 688/1822 KB 288/587 KB Downloaded: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.1.0/jna-4.1.0.jar (894 KB at 1038.6 KB/sec) unit-abot-epc-basic-0: 11:38:59 DEBUG unit.abot-epc-basic/0.install 263/263 KB 688/1822 KB 288/587 KB 4/99 KB 263/263 KB 688/1822 KB 288/587 KB 8/99 KB 263/263 KB 688/1822 KB 288/587 KB 12/99 KB 263/263 KB 688/1822 KB 288/587 KB 16/99 KB 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: 11:38:59 DEBUG unit.abot-epc-basic/0.install 263/263 KB 688/1822 KB 288/587 KB 20/99 KB 263/263 KB 688/1822 KB 288/587 KB 24/99 KB 688/1822 KB 288/587 KB 28/99 KB 688/1822 KB 288/587 KB 32/99 KB Downloaded: https://repo.maven.apache.org/maven2/commons-net/commons-net/3.0.1/commons-net-3.0.1.jar (263 KB at 304.4 KB/sec) unit-abot-epc-basic-0: 11:38:59 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.jar unit-abot-epc-basic-0: 11:38:59 DEBUG unit.abot-epc-basic/0.install 688/1822 KB 288/587 KB 36/99 KB 688/1822 KB 288/587 KB 40/99 KB 688/1822 KB 292/587 KB 40/99 KB 692/1822 KB 296/587 KB 44/99 KB 692/1822 KB 300/587 KB 44/99 KB 692/1822 KB 304/587 KB 44/99 KB 688/1822 KB 292/587 KB 44/99 KB 692/1822 KB 304/587 KB 48/99 KB 692/1822 KB 296/587 KB 44/99 KB 696/1822 KB 304/587 KB 48/99 KB 700/1822 KB 304/587 KB 52/99 KB 704/1822 KB 304/587 KB 52/99 KB 708/1822 KB 304/587 KB 52/99 KB 712/1822 KB 308/587 KB 52/99 KB 716/1822 KB 308/587 KB 52/99 KB 696/1822 KB 304/587 KB 52/99 KB 716/1822 KB 308/587 KB 56/99 KB 716/1822 KB 308/587 KB 60/99 KB 716/1822 KB 308/587 KB 64/99 KB 708/1822 KB 308/587 KB 52/99 KB 4/276 KB 716/1822 KB 308/587 KB 64/99 KB 8/276 KB 716/1822 KB 308/587 KB 64/99 KB 12/276 KB 716/1822 KB 308/587 KB 64/99 KB 16/276 KB 716/1822 KB 308/587 KB 64/99 KB 16/276 KB 716/1822 KB 312/587 KB 64/99 KB 16/276 KB 716/1822 KB 316/587 KB 64/99 KB 16/276 KB 716/1822 KB 320/587 KB 64/99 KB 16/276 KB 720/1822 KB 324/587 KB 64/99 KB 16/276 KB 720/1822 KB 320/587 KB 64/99 KB 20/276 KB 720/1822 KB 324/587 KB 68/99 KB 20/276 KB 724/1822 KB 328/587 KB 4/54 KB 72/99 KB 20/276 KB 720/1822 KB 324/587 KB 64/99 KB 24/276 KB 724/1822 KB 328/587 KB 4/54 KB 76/99 KB 28/276 KB 724/1822 KB 328/587 KB 4/54 KB 76/99 KB 32/276 KB 724/1822 KB 328/587 KB 4/54 KB 76/99 KB 36/276 KB 724/1822 KB 328/587 KB 4/54 KB 76/99 KB 20/276 KB 724/1822 KB 328/587 KB 4/54 KB 68/99 KB 20/276 KB 724/1822 KB 324/587 KB 4/54 KB 68/99 KB 36/276 KB 728/1822 KB 332/587 KB 4/54 KB 76/99 KB 36/276 KB 732/1822 KB 332/587 KB 4/54 KB 76/99 KB 40/276 KB 736/1822 KB 332/587 KB 4/54 KB 76/99 KB 40/276 KB 740/1822 KB 332/587 KB 4/54 KB 76/99 KB 20/276 KB 720/1822 KB 324/587 KB 4/54 KB 68/99 KB 40/276 KB 740/1822 KB 332/587 KB 8/54 KB 76/99 KB 40/276 KB 740/1822 KB 332/587 KB 12/54 KB 76/99 KB 40/276 KB 740/1822 KB 332/587 KB 16/54 KB 76/99 KB 40/276 KB 740/1822 KB 332/587 KB 20/54 KB 76/99 KB 40/276 KB 740/1822 KB 332/587 KB 24/54 KB 76/99 KB 40/276 KB 740/1822 KB 332/587 KB 28/54 KB 76/99 KB 40/276 KB 740/1822 KB 332/587 KB 32/54 KB 76/99 KB 40/276 KB 740/1822 KB 332/587 KB 36/54 KB 76/99 KB 40/276 KB 740/1822 KB 332/587 KB 40/54 KB 76/99 KB 40/276 KB 740/1822 KB 332/587 KB 44/54 KB 76/99 KB 40/276 KB 744/1822 KB 332/587 KB 48/54 KB 76/99 KB 40/276 KB 732/1822 KB 332/587 KB 4/54 KB 76/99 KB 44/276 KB 744/1822 KB 332/587 KB 48/54 KB 76/99 KB 48/276 KB 744/1822 KB 332/587 KB 48/54 KB 76/99 KB 52/276 KB 744/1822 KB 332/587 KB 48/54 KB 76/99 KB 56/276 KB 744/1822 KB 332/587 KB 48/54 KB 76/99 KB 60/276 KB 744/1822 KB 332/587 KB 48/54 KB 76/99 KB 64/276 KB 744/1822 KB 332/587 KB 48/54 KB 76/99 KB 68/276 KB 744/1822 KB 332/587 KB 52/54 KB 76/99 KB 36/276 KB 724/1822 KB 332/587 KB 4/54 KB 76/99 KB 20/276 KB 724/1822 KB 328/587 KB 4/54 KB 76/99 KB 68/276 KB 744/1822 KB 332/587 KB 52/54 KB 80/99 KB 68/276 KB 744/1822 KB 332/587 KB 52/54 KB 84/99 KB 68/276 KB 744/1822 KB 336/587 KB 52/54 KB 88/99 KB 68/276 KB 744/1822 KB 336/587 KB 52/54 KB 92/99 KB 68/276 KB 744/1822 KB 336/587 KB 52/54 KB 96/99 KB 68/276 KB 744/1822 KB 336/587 KB 52/54 KB 99/99 KB 64/276 KB 744/1822 KB 332/587 KB 52/54 KB 76/99 KB 68/276 KB 744/1822 KB 336/587 KB 54/54 KB 99/99 KB 40/276 KB 744/1822 KB 332/587 KB 44/54 KB 76/99 KB 68/276 KB 748/1822 KB 336/587 KB 54/54 KB 99/99 KB 68/276 KB 744/1822 KB 336/587 KB 52/54 KB 84/99 KB 68/276 KB 748/1822 KB 340/587 KB 54/54 unit-abot-epc-basic-0: 11:38:59 DEBUG unit.abot-epc-basic/0.install KB 99/99 KB 68/276 KB 748/1822 KB 344/587 KB 54/54 KB 99/99 KB 68/276 KB 748/1822 KB 348/587 KB 54/54 KB 99/99 KB 68/276 KB 748/1822 KB 352/587 KB 54/54 KB 99/99 KB 68/276 KB 752/1822 KB 352/587 KB 54/54 KB 99/99 KB 68/276 KB 756/1822 KB 352/587 KB 54/54 KB 99/99 KB 72/276 KB 760/1822 KB 356/587 KB 54/54 KB 99/99 KB 72/276 KB 764/1822 KB 356/587 KB 54/54 KB 99/99 KB 72/276 KB 756/1822 KB 356/587 KB 54/54 KB 99/99 KB 76/276 KB 764/1822 KB 356/587 KB 54/54 KB 99/99 KB 80/276 KB 764/1822 KB 356/587 KB 54/54 KB 99/99 KB 68/276 KB 756/1822 KB 356/587 KB 54/54 KB 99/99 KB 80/276 KB 768/1822 KB 360/587 KB 54/54 KB 99/99 KB 80/276 KB 768/1822 KB 364/587 KB 54/54 KB 99/99 KB 80/276 KB 768/1822 KB 368/587 KB 54/54 KB 99/99 KB 80/276 KB 768/1822 KB 356/587 KB 54/54 KB 99/99 KB 80/276 KB 768/1822 KB 372/587 KB 54/54 KB 99/99 KB 84/276 KB 772/1822 KB 376/587 KB 54/54 KB 84/276 KB 772/1822 KB 380/587 KB 54/54 KB 84/276 KB 772/1822 KB 384/587 KB 54/54 KB 84/276 KB 772/1822 KB 372/587 KB 54/54 KB 84/276 KB 776/1822 KB 384/587 KB 54/54 KB 84/276 KB 780/1822 KB 384/587 KB 54/54 KB 84/276 KB 784/1822 KB 384/587 KB 54/54 KB 84/276 KB 788/1822 KB 388/587 KB 54/54 KB 84/276 KB 792/1822 KB 388/587 KB 54/54 KB 84/276 KB 796/1822 KB 388/587 KB 54/54 KB 84/276 KB 800/1822 KB 388/587 KB 54/54 KB 84/276 KB 804/1822 KB 388/587 KB 54/54 KB 84/276 KB 768/1822 KB 372/587 KB 54/54 KB Downloaded: https://repo.maven.apache.org/maven2/xmlunit/xmlunit/1.6/xmlunit-1.6.jar (99 KB at 110.5 KB/sec) unit-abot-epc-basic-0: 11:38:59 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.jar unit-abot-epc-basic-0: 11:38:59 DEBUG unit.abot-epc-basic/0.install 88/276 KB 804/1822 KB 388/587 KB 92/276 KB 804/1822 KB 388/587 KB 96/276 KB 804/1822 KB 388/587 KB 100/276 KB 804/1822 KB 388/587 KB 104/276 KB 804/1822 KB 388/587 KB 108/276 KB 804/1822 KB 388/587 KB 112/276 KB 804/1822 KB 388/587 KB 116/276 KB 804/1822 KB 388/587 KB 120/276 KB 804/1822 KB 388/587 KB 124/276 KB 808/1822 KB 388/587 KB 128/276 KB 808/1822 KB 388/587 KB 132/276 KB 808/1822 KB 388/587 KB 84/276 KB 784/1822 KB 388/587 KB 54/54 KB 132/276 KB 808/1822 KB 392/587 KB 132/276 KB 808/1822 KB 396/587 KB 132/276 KB 808/1822 KB 400/587 KB 132/276 KB 808/1822 KB 404/587 KB 132/276 KB 808/1822 KB 408/587 KB 132/276 KB 808/1822 KB 412/587 KB 132/276 KB 808/1822 KB 416/587 KB 132/276 KB 808/1822 KB 420/587 KB 132/276 KB 808/1822 KB 424/587 KB 132/276 KB 808/1822 KB 428/587 KB 120/276 KB 808/1822 KB 388/587 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 59.7 KB/sec) unit-abot-epc-basic-0: 11:38:59 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: 11:38:59 DEBUG unit.abot-epc-basic/0.install 136/276 KB 812/1822 KB 428/587 KB 136/276 KB 816/1822 KB 428/587 KB 136/276 KB 820/1822 KB 428/587 KB 136/276 KB 824/1822 KB 428/587 KB 136/276 KB 828/1822 KB 432/587 KB 136/276 KB 4/748 KB 828/1822 KB 432/587 KB 136/276 KB 8/748 KB 828/1822 KB 432/587 KB 136/276 KB 12/748 KB 828/1822 KB 432/587 KB 136/276 KB 16/748 KB 828/1822 KB 432/587 KB 136/276 KB 20/748 KB 828/1822 KB 432/587 KB 136/276 KB 24/748 KB 828/1822 KB 432/587 KB 136/276 KB 28/748 KB 828/1822 KB 432/587 KB 136/276 KB 32/748 KB 828/1822 KB 432/587 KB 136/276 KB 808/1822 KB 428/587 KB 140/276 KB 32/748 KB 828/1822 KB 432/587 KB 144/276 KB 32/748 KB 828/1822 KB 432/587 KB 136/276 KB 824/1822 KB 432/587 KB 144/276 KB 36/748 KB 832/1822 KB 432/587 KB 144/276 KB 40/748 KB 832/1822 KB 432/587 KB 148/276 KB 44/748 KB 832/1822 KB 432/587 KB 148/276 KB 48/748 KB 832/1822 KB 432/587 KB 148/276 KB 52/748 KB 832/1822 KB 436/587 KB 148/276 KB 56/748 KB 832/1822 KB 436/587 KB 148/276 KB 60/748 KB 832/1822 KB 436/587 KB 144/276 KB 32/748 KB 832/1822 KB 432/587 KB 148/276 KB 60/748 KB 836/1822 KB 436/587 KB 148/276 KB 48/748 KB 832/1822 KB 436/587 KB 148/276 KB 60/748 KB 836/1822 KB 440/587 KB 148/276 KB 60/748 KB 836/1822 KB 444/587 KB 148/276 KB 60/748 KB 836/1822 KB 448/587 KB 148/276 KB 40/748 KB 832/1822 KB 432/587 KB 152/276 KB 60/748 KB 840/1822 KB 448/587 KB 156/276 KB 60/748 KB 840/1822 KB 448/587 KB 160/276 KB 60/748 KB 840/1822 KB 448/587 KB 148/276 KB 60/748 KB 840/1822 KB 448/587 KB 160/276 KB 60/748 KB 844/1822 KB 452/587 KB 160/276 KB 60/748 KB 848/1822 KB 452/587 KB 4/223 KB 160/276 KB 60/748 KB 848/1822 KB 452/587 KB 8/223 KB 160/276 KB 60/748 KB 848/1822 KB 452/587 KB 12/223 KB 160/276 KB 60/748 KB 848/1822 KB 452/587 KB 16/223 KB 160/276 KB 60/748 KB 848/1822 KB 452/587 KB 16/223 KB 160/276 KB 64/748 KB 848/1822 KB 452/587 KB 16/223 KB 160/276 KB 64/748 KB 852/1822 KB 452/587 KB 20/223 KB 164/276 KB 68/748 KB 856/1822 KB 452/587 KB 20/223 KB 164/276 KB 68/748 KB 860/1822 KB 452/587 KB 160/276 KB 60/748 KB 840/1822 KB 452/587 KB 20/223 KB 164/276 KB 68/748 KB 860/1822 KB 456/587 KB 20/223 KB 164/276 KB 68/748 KB 860/1822 KB 460/587 KB 20/223 KB 164/276 KB 68/748 KB 860/1822 KB 464/587 KB 16/223 KB 164/276 KB 64/748 KB 852/1822 KB 452/587 KB 20/223 KB 168/276 KB 68/748 KB 860/1822 KB 464/587 KB 20/223 KB 172/276 KB 68/748 KB 860/1822 KB 464/587 KB 20/223 KB 176/276 KB 68/748 KB 860/1822 KB 464/587 KB 20/223 KB 180/276 KB 68/748 KB 860/1822 KB 468/587 KB 20/223 KB 184/276 KB 68/748 KB 864/1822 KB 468/587 KB 20/223 KB 188/276 KB 68/748 KB 864/1822 KB 468/587 KB 20/223 KB 192/276 KB 68/748 KB 864/1822 KB 468/587 KB 20/223 KB 164/276 KB 68/748 KB 852/1822 KB 452/587 KB 20/223 KB 164/276 KB 64/748 KB 852/1822 KB 452/587 KB 24/223 KB 192/276 KB 68/748 KB 864/1822 KB 468/587 KB 28/223 KB 192/276 KB 68/748 KB 864/1822 KB 468/587 KB 32/223 KB 192/276 KB 68/748 KB 864/1822 KB 468/587 KB 36/223 KB 192/276 KB 68/748 KB 864/1822 KB 468/587 KB 40/223 KB 192/276 KB 68/748 KB 864/1822 KB 468/587 KB 44/223 KB 192/276 KB 68/748 KB 864/1822 KB 468/587 KB 48/223 KB 192/276 KB 68/748 KB 864/1822 KB 468/587 KB 52/223 KB 192/276 KB 68/748 KB 864/1822 KB 468/587 KB 56/223 KB 192/276 KB 68/748 KB 864/1822 KB 468/587 KB 60/223 KB 192/276 KB 68/748 KB 864/1822 KB 468/587 KB 64/223 KB 192/276 KB 68/748 KB 864/1822 KB 468/587 KB 68/223 KB 192/276 KB 68/748 KB 864/1822 KB 468/587 KB 20/223 KB 180/276 KB unit-abot-epc-basic-0: 11:38:59 DEBUG unit.abot-epc-basic/0.install 68/748 KB 864/1822 KB 468/587 KB 68/223 KB 192/276 KB 72/748 KB 868/1822 KB 468/587 KB 20/223 KB 176/276 KB 68/748 KB 860/1822 KB 468/587 KB 72/223 KB 192/276 KB 72/748 KB 868/1822 KB 472/587 KB 72/223 KB 192/276 KB 72/748 KB 868/1822 KB 476/587 KB 72/223 KB 192/276 KB 72/748 KB 868/1822 KB 480/587 KB 72/223 KB 192/276 KB 72/748 KB 868/1822 KB 484/587 KB 72/223 KB 196/276 KB 72/748 KB 872/1822 KB 488/587 KB 72/223 KB 196/276 KB 72/748 KB 872/1822 KB 492/587 KB 72/223 KB 196/276 KB 72/748 KB 872/1822 KB 496/587 KB 72/223 KB 192/276 KB 72/748 KB 868/1822 KB 468/587 KB 76/223 KB 196/276 KB 72/748 KB 872/1822 KB 496/587 KB 80/223 KB 196/276 KB 72/748 KB 872/1822 KB 496/587 KB 68/223 KB 192/276 KB 72/748 KB 864/1822 KB 468/587 KB 80/223 KB 196/276 KB 76/748 KB 872/1822 KB 496/587 KB 80/223 KB 196/276 KB 80/748 KB 872/1822 KB 496/587 KB 80/223 KB 196/276 KB 84/748 KB 872/1822 KB 496/587 KB 80/223 KB 196/276 KB 88/748 KB 872/1822 KB 496/587 KB 84/223 KB 196/276 KB 92/748 KB 872/1822 KB 496/587 KB 84/223 KB 196/276 KB 96/748 KB 872/1822 KB 496/587 KB 84/223 KB 196/276 KB 100/748 KB 872/1822 KB 496/587 KB 84/223 KB 196/276 KB 104/748 KB 872/1822 KB 496/587 KB 84/223 KB 196/276 KB 108/748 KB 872/1822 KB 496/587 KB 84/223 KB 196/276 KB 112/748 KB 872/1822 KB 496/587 KB 84/223 KB 196/276 KB 116/748 KB 872/1822 KB 496/587 KB 84/223 KB 196/276 KB 120/748 KB 872/1822 KB 500/587 KB 84/223 KB 196/276 KB 124/748 KB 872/1822 KB 500/587 KB 84/223 KB 196/276 KB 128/748 KB 872/1822 KB 500/587 KB 72/223 KB 196/276 KB 72/748 KB 872/1822 KB 484/587 KB 84/223 KB 200/276 KB 128/748 KB 872/1822 KB 500/587 KB 84/223 KB 204/276 KB 128/748 KB 872/1822 KB 500/587 KB 84/223 KB 208/276 KB 128/748 KB 872/1822 KB 500/587 KB 72/223 KB 192/276 KB 72/748 KB 872/1822 KB 484/587 KB 84/223 KB 208/276 KB 128/748 KB 876/1822 KB 500/587 KB 84/223 KB 208/276 KB 128/748 KB 880/1822 KB 500/587 KB 84/223 KB 208/276 KB 128/748 KB 884/1822 KB 500/587 KB 84/223 KB 208/276 KB 128/748 KB 888/1822 KB 500/587 KB 84/223 KB 208/276 KB 128/748 KB 892/1822 KB 500/587 KB 84/223 KB 208/276 KB 128/748 KB 896/1822 KB 500/587 KB 84/223 KB 208/276 KB 128/748 KB 900/1822 KB 500/587 KB 84/223 KB 196/276 KB 116/748 KB 872/1822 KB 500/587 KB 84/223 KB 212/276 KB 128/748 KB 900/1822 KB 504/587 KB 84/223 KB 212/276 KB 128/748 KB 900/1822 KB 508/587 KB 84/223 KB 212/276 KB 128/748 KB 900/1822 KB 512/587 KB 84/223 KB 212/276 KB 128/748 KB 904/1822 KB 516/587 KB 84/223 KB 196/276 KB 88/748 KB 872/1822 KB 496/587 KB 88/223 KB 212/276 KB 132/748 KB 904/1822 KB 516/587 KB 92/223 KB 212/276 KB 132/748 KB 904/1822 KB 516/587 KB 96/223 KB 212/276 KB 132/748 KB 904/1822 KB 516/587 KB 100/223 KB 212/276 KB 132/748 KB 904/1822 KB 516/587 KB 104/223 KB 212/276 KB 132/748 KB 904/1822 KB 516/587 KB 108/223 KB 212/276 KB 132/748 KB 904/1822 KB 516/587 KB 112/223 KB 212/276 KB 132/748 KB 904/1822 KB 516/587 KB 116/223 KB 212/276 KB 132/748 KB 904/1822 KB 516/587 KB 120/223 KB 212/276 KB 132/748 KB 904/1822 KB 516/587 KB 124/223 KB 212/276 KB 132/748 KB 904/1822 KB 520/587 KB 128/223 KB 212/276 KB 132/748 KB 904/1822 KB 520/587 KB 132/223 KB 212/276 KB 132/748 KB 904/1822 KB 520/587 KB 136/223 KB 212/276 KB 132/748 KB 904/1822 KB 520/587 KB 140/223 KB 212/276 KB 132/748 KB 904/1822 KB 520/587 KB 144/223 KB 212/276 KB 132/748 KB 904/1822 KB 520/587 KB 84/223 KB 212/276 KB 132/748 KB 904/1822 KB 516/587 KB 144/223 KB 212/276 KB 136/748 KB 9 unit-abot-epc-basic-0: 11:38:59 DEBUG unit.abot-epc-basic/0.install 04/1822 KB 520/587 KB 144/223 KB 212/276 KB 140/748 KB 904/1822 KB 520/587 KB 144/223 KB 212/276 KB 144/748 KB 904/1822 KB 520/587 KB 84/223 KB 212/276 KB 128/748 KB 904/1822 KB 512/587 KB 144/223 KB 212/276 KB 144/748 KB 908/1822 KB 520/587 KB 144/223 KB 212/276 KB 144/748 KB 912/1822 KB 520/587 KB 84/223 KB 212/276 KB 128/748 KB 900/1822 KB 500/587 KB 144/223 KB 216/276 KB 144/748 KB 912/1822 KB 520/587 KB 144/223 KB 220/276 KB 144/748 KB 912/1822 KB 520/587 KB 144/223 KB 224/276 KB 144/748 KB 912/1822 KB 520/587 KB 144/223 KB 228/276 KB 144/748 KB 912/1822 KB 520/587 KB 144/223 KB 232/276 KB 144/748 KB 916/1822 KB 520/587 KB 144/223 KB 236/276 KB 144/748 KB 916/1822 KB 520/587 KB 144/223 KB 240/276 KB 144/748 KB 916/1822 KB 520/587 KB 120/223 KB 212/276 KB 132/748 KB 904/1822 KB 520/587 KB 144/223 KB 240/276 KB 144/748 KB 916/1822 KB 524/587 KB 144/223 KB 240/276 KB 144/748 KB 916/1822 KB 528/587 KB 144/223 KB 240/276 KB 144/748 KB 916/1822 KB 532/587 KB 144/223 KB 244/276 KB 148/748 KB 916/1822 KB 536/587 KB 144/223 KB 244/276 KB 148/748 KB 916/1822 KB 540/587 KB 144/223 KB 244/276 KB 148/748 KB 916/1822 KB 544/587 KB 144/223 KB 244/276 KB 148/748 KB 916/1822 KB 548/587 KB 148/223 KB 244/276 KB 148/748 KB 916/1822 KB 552/587 KB 148/223 KB 244/276 KB 148/748 KB 916/1822 KB 556/587 KB 148/223 KB 244/276 KB 148/748 KB 916/1822 KB 560/587 KB 144/223 KB 240/276 KB 144/748 KB 916/1822 KB 520/587 KB 148/223 KB 244/276 KB 148/748 KB 920/1822 KB 560/587 KB 148/223 KB 244/276 KB 148/748 KB 924/1822 KB 560/587 KB 148/223 KB 244/276 KB 148/748 KB 928/1822 KB 560/587 KB 148/223 KB 244/276 KB 148/748 KB 932/1822 KB 560/587 KB 148/223 KB 244/276 KB 148/748 KB 936/1822 KB 560/587 KB 148/223 KB 244/276 KB 148/748 KB 940/1822 KB 560/587 KB 148/223 KB 244/276 KB 148/748 KB 944/1822 KB 560/587 KB 148/223 KB 244/276 KB 148/748 KB 948/1822 KB 560/587 KB 148/223 KB 244/276 KB 148/748 KB 952/1822 KB 560/587 KB 148/223 KB 244/276 KB 148/748 KB 956/1822 KB 560/587 KB 148/223 KB 244/276 KB 148/748 KB 960/1822 KB 560/587 KB 148/223 KB 244/276 KB 148/748 KB 916/1822 KB 548/587 KB 152/223 KB 244/276 KB 148/748 KB 960/1822 KB 560/587 KB 156/223 KB 244/276 KB 148/748 KB 960/1822 KB 560/587 KB 160/223 KB 244/276 KB 148/748 KB 960/1822 KB 560/587 KB 164/223 KB 244/276 KB 148/748 KB 960/1822 KB 560/587 KB 168/223 KB 244/276 KB 148/748 KB 964/1822 KB 564/587 KB 172/223 KB 244/276 KB 148/748 KB 964/1822 KB 564/587 KB 176/223 KB 244/276 KB 148/748 KB 964/1822 KB 564/587 KB 144/223 KB 244/276 KB 148/748 KB 916/1822 KB 532/587 KB 176/223 KB 244/276 KB 152/748 KB 964/1822 KB 564/587 KB 176/223 KB 244/276 KB 156/748 KB 964/1822 KB 564/587 KB 176/223 KB 244/276 KB 160/748 KB 964/1822 KB 564/587 KB 144/223 KB 244/276 KB 144/748 KB 916/1822 KB 532/587 KB 176/223 KB 248/276 KB 160/748 KB 964/1822 KB 564/587 KB 176/223 KB 252/276 KB 160/748 KB 964/1822 KB 564/587 KB 176/223 KB 256/276 KB 160/748 KB 964/1822 KB 564/587 KB 176/223 KB 260/276 KB 160/748 KB 964/1822 KB 564/587 KB 176/223 KB 264/276 KB 164/748 KB 964/1822 KB 564/587 KB 176/223 KB 268/276 KB 164/748 KB 964/1822 KB 564/587 KB 176/223 KB 272/276 KB 164/748 KB 964/1822 KB 564/587 KB 176/223 KB 276/276 KB 164/748 KB 964/1822 KB 564/587 KB 176/223 KB 276/276 KB 164/748 KB 964/1822 KB 564/587 KB 164/223 KB 244/276 KB 148/748 KB 964/1822 KB 564/587 KB 176/223 KB 276/276 KB 164/748 KB 964/1822 KB 568/587 KB 176/223 KB 276/276 KB 164/748 KB 964/1822 KB unit-abot-epc-basic-0: 11:38:59 DEBUG unit.abot-epc-basic/0.install 572/587 KB 176/223 KB 276/276 KB 164/748 KB 964/1822 KB 576/587 KB 176/223 KB 276/276 KB 164/748 KB 964/1822 KB 580/587 KB 180/223 KB 276/276 KB 164/748 KB 964/1822 KB 584/587 KB 180/223 KB 276/276 KB 164/748 KB 964/1822 KB 587/587 KB 164/223 KB 244/276 KB 148/748 KB 964/1822 KB 560/587 KB 180/223 KB 276/276 KB 164/748 KB 968/1822 KB 587/587 KB 180/223 KB 276/276 KB 164/748 KB 972/1822 KB 587/587 KB 180/223 KB 276/276 KB 164/748 KB 976/1822 KB 587/587 KB 180/223 KB 276/276 KB 164/748 KB 980/1822 KB 587/587 KB 180/223 KB 276/276 KB 164/748 KB 984/1822 KB 587/587 KB 180/223 KB 276/276 KB 164/748 KB 988/1822 KB 587/587 KB 180/223 KB 276/276 KB 164/748 KB 992/1822 KB 587/587 KB 180/223 KB 276/276 KB 164/748 KB 996/1822 KB 587/587 KB 180/223 KB 276/276 KB 164/748 KB 964/1822 KB 580/587 KB 184/223 KB 276/276 KB 164/748 KB 1000/1822 KB 587/587 KB 188/223 KB 276/276 KB 164/748 KB 1000/1822 KB 587/587 KB 192/223 KB 276/276 KB 164/748 KB 1000/1822 KB 587/587 KB 176/223 KB 260/276 KB 164/748 KB 964/1822 KB 564/587 KB 192/223 KB 276/276 KB 168/748 KB 1000/1822 KB 587/587 KB 192/223 KB 276/276 KB 172/748 KB 1000/1822 KB 587/587 KB 192/223 KB 276/276 KB 176/748 KB 1000/1822 KB 587/587 KB 192/223 KB 276/276 KB 180/748 KB 1000/1822 KB 587/587 KB 192/223 KB 276/276 KB 184/748 KB 1000/1822 KB 587/587 KB 192/223 KB 276/276 KB 188/748 KB 1000/1822 KB 587/587 KB 192/223 KB 276/276 KB 192/748 KB 1000/1822 KB 587/587 KB 192/223 KB 276/276 KB 196/748 KB 1000/1822 KB 587/587 KB 192/223 KB 276/276 KB 200/748 KB 1000/1822 KB 587/587 KB 192/223 KB 276/276 KB 204/748 KB 1000/1822 KB 587/587 KB 196/223 KB 208/748 KB 1000/1822 KB 587/587 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 291.4 KB/sec) unit-abot-epc-basic-0: 11:38:59 DEBUG unit.abot-epc-basic/0.install 196/223 KB 276/276 KB 204/748 KB 1000/1822 KB 587/587 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: 11:38:59 DEBUG unit.abot-epc-basic/0.install 196/223 KB 212/748 KB 1000/1822 KB 587/587 KB 200/223 KB 216/748 KB 1000/1822 KB 587/587 KB 200/223 KB 212/748 KB 1000/1822 KB 587/587 KB 204/223 KB 216/748 KB 1000/1822 KB 587/587 KB 208/223 KB 216/748 KB 1000/1822 KB 587/587 KB 212/223 KB 216/748 KB 1000/1822 KB 587/587 KB 216/223 KB 220/748 KB 1000/1822 KB Downloaded: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j-core/1.2.1/pcap4j-core-1.2.1.jar (587 KB at 618.2 KB/sec) unit-abot-epc-basic-0: 11:38:59 DEBUG unit.abot-epc-basic/0.install 180/223 KB 276/276 KB 220/748 KB 1000/1822 KB 587/587 KB 212/223 KB 220/748 KB 1000/1822 KB 587/587 KB 216/223 KB 224/748 KB 1000/1822 KB 216/223 KB 228/748 KB 1000/1822 KB 220/223 KB 232/748 KB 1004/1822 KB 220/223 KB 236/748 KB 1004/1822 KB 220/223 KB 240/748 KB 1004/1822 KB 220/223 KB 228/748 KB 1004/1822 KB 223/223 KB 240/748 KB 1004/1822 KB 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: 11:38:59 DEBUG unit.abot-epc-basic/0.install 216/223 KB 228/748 KB 1004/1822 KB 223/223 KB 240/748 KB 1008/1822 KB 223/223 KB 240/748 KB 1012/1822 KB 223/223 KB 240/748 KB 1016/1822 KB 223/223 KB 240/748 KB 1020/1822 KB 4/27 KB 223/223 KB 240/748 KB 1024/1822 KB 4/27 KB 223/223 KB 240/748 KB 1028/1822 KB 4/27 KB 223/223 KB 244/748 KB 1032/1822 KB 4/27 KB 223/223 KB 244/748 KB 1036/1822 KB 4/27 KB 223/223 KB 244/748 KB 1040/1822 KB 4/27 KB 223/223 KB 244/748 KB 1044/1822 KB 4/27 KB 223/223 KB 244/748 KB 1048/1822 KB 4/27 KB 223/223 KB 240/748 KB 1016/1822 KB 4/27 KB 223/223 KB 244/748 KB 1048/1822 KB 8/27 KB 223/223 KB 244/748 KB 1048/1822 KB 12/27 KB 223/223 KB 244/748 KB 1048/1822 KB 16/27 KB 223/223 KB 244/748 KB 1048/1822 KB 20/27 KB 223/223 KB 244/748 KB 1048/1822 KB 24/27 KB 223/223 KB 244/748 KB 1048/1822 KB 27/27 KB 223/223 KB 244/748 KB 1028/1822 KB 4/27 KB 223/223 KB 248/748 KB 1048/1822 KB 27/27 KB 223/223 KB 252/748 KB 1048/1822 KB 27/27 KB 223/223 KB 256/748 KB 1048/1822 KB 27/27 KB 223/223 KB 260/748 KB 1048/1822 KB 27/27 KB 223/223 KB 264/748 KB 1048/1822 KB 27/27 KB 223/223 KB 268/748 KB 1048/1822 KB 27/27 KB 223/223 KB 272/748 KB 1048/1822 KB 27/27 KB 223/223 KB 276/748 KB 1052/1822 KB 27/27 KB 223/223 KB 280/748 KB 1052/1822 KB 27/27 KB 223/223 KB 284/748 KB 1052/1822 KB 27/27 KB 223/223 KB 288/748 KB 1052/1822 KB 27/27 KB 223/223 KB 292/748 KB 1052/1822 KB 27/27 KB 223/223 KB 272/748 KB 1052/1822 KB 27/27 KB 292/748 KB 1056/1822 KB 27/27 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 231.5 KB/sec) unit-abot-epc-basic-0: 11:38:59 DEBUG unit.abot-epc-basic/0.install 292/748 KB 4/178 KB 1056/1822 KB 27/27 KB 292/748 KB 8/178 KB 1056/1822 KB 27/27 KB 292/748 KB 12/178 KB 1056/1822 KB 27/27 KB 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: 11:38:59 DEBUG unit.abot-epc-basic/0.install 292/748 KB 16/178 KB 1056/1822 KB 27/27 KB 292/748 KB 20/178 KB 1056/1822 KB 27/27 KB 292/748 KB 24/178 KB 1056/1822 KB 27/27 KB 292/748 KB 28/178 KB 1056/1822 KB 27/27 KB 292/748 KB 32/178 KB 1056/1822 KB 27/27 KB 292/748 KB 36/178 KB 1060/1822 KB 27/27 KB 292/748 KB 32/178 KB 1060/1822 KB 27/27 KB 292/748 KB 40/178 KB 1064/1822 KB 27/27 KB 292/748 KB 40/178 KB 1068/1822 KB 27/27 KB 292/748 KB 40/178 KB 1072/1822 KB 27/27 KB 292/748 KB 40/178 KB 1072/1822 KB 27/27 KB 292/748 KB 44/178 KB 1072/1822 KB 27/27 KB 296/748 KB 48/178 KB 1076/1822 KB 296/748 KB 52/178 KB 1076/1822 KB 296/748 KB 56/178 KB 1076/1822 KB 296/748 KB 60/178 KB 1076/1822 KB 296/748 KB 64/178 KB 1076/1822 KB 296/748 KB 68/178 KB 1076/1822 KB 296/748 KB 72/178 KB 3/23 KB 1076/1822 KB 296/748 KB 76/178 KB 3/23 KB 1076/1822 KB 296/748 KB 80/178 KB 3/23 KB 1076/1822 KB 296/748 KB 44/178 KB 1076/1822 KB 296/748 KB 44/178 KB 1072/1822 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 27.2 KB/sec) unit-abot-epc-basic-0: 11:38:59 DEBUG unit.abot-epc-basic/0.install 296/748 KB 68/178 KB 3/23 KB 1076/1822 KB 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: 11:38:59 DEBUG unit.abot-epc-basic/0.install 296/748 KB 80/178 KB 6/23 KB 1076/1822 KB 296/748 KB 80/178 KB 9/23 KB 1076/1822 KB 296/748 KB 80/178 KB 11/23 KB 1076/1822 KB 296/748 KB 80/178 KB 14/23 KB 1076/1822 KB 300/748 KB 80/178 KB 14/23 KB 1076/1822 KB 300/748 KB 80/178 KB 16/23 KB 1076/1822 KB 304/748 KB 80/178 KB 16/23 KB 1076/1822 KB 304/748 KB 80/178 KB 19/23 KB 1076/1822 KB 304/748 KB 80/178 KB 22/23 KB 1076/1822 KB 304/748 KB 80/178 KB 23/23 KB 1080/1822 KB 304/748 KB 80/178 KB 22/23 KB 1080/1822 KB 304/748 KB 80/178 KB 23/23 KB 1084/1822 KB 304/748 KB 80/178 KB 23/23 KB 1088/1822 KB 304/748 KB 80/178 KB 23/23 KB 1092/1822 KB 308/748 KB 80/178 KB 23/23 KB 4/55 KB 1096/1822 KB 308/748 KB 80/178 KB 23/23 KB 4/55 KB 1100/1822 KB 308/748 KB 80/178 KB 23/23 KB 4/55 KB 1104/1822 KB 308/748 KB 80/178 KB 23/23 KB 1092/1822 KB 312/748 KB 80/178 KB 23/23 KB 4/55 KB 1104/1822 KB 316/748 KB 80/178 KB 23/23 KB 4/55 KB 1104/1822 KB 320/748 KB 80/178 KB 23/23 KB 4/55 KB 1104/1822 KB 324/748 KB 80/178 KB 23/23 KB 4/55 KB 1104/1822 KB 328/748 KB 80/178 KB 23/23 KB 4/55 KB 1104/1822 KB 332/748 KB 80/178 KB 23/23 KB 4/55 KB 1104/1822 KB 336/748 KB 84/178 KB 23/23 KB 4/55 KB 1108/1822 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 23.1 KB/sec) unit-abot-epc-basic-0: 11:38:59 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: 11:38:59 DEBUG unit.abot-epc-basic/0.install 308/748 KB 80/178 KB 23/23 KB 4/55 KB 1092/1822 KB 340/748 KB 84/178 KB 8/55 KB 1108/1822 KB 340/748 KB 84/178 KB 12/55 KB 1108/1822 KB 340/748 KB 84/178 KB 16/55 KB 1108/1822 KB 340/748 KB 84/178 KB 20/55 KB 1108/1822 KB 340/748 KB 84/178 KB 24/55 KB 1108/1822 KB 340/748 KB 84/178 KB 28/55 KB 1108/1822 KB 340/748 KB 84/178 KB 32/55 KB 1108/1822 KB 340/748 KB 84/178 KB 4/55 KB 1108/1822 KB 344/748 KB 84/178 KB 32/55 KB 1108/1822 KB 348/748 KB 84/178 KB 32/55 KB 1108/1822 KB 352/748 KB 84/178 KB 32/55 KB 1108/1822 KB 356/748 KB 84/178 KB 32/55 KB 1108/1822 KB 360/748 KB 84/178 KB 32/55 KB 1108/1822 KB 364/748 KB 84/178 KB 32/55 KB 1108/1822 KB 368/748 KB 84/178 KB 32/55 KB 1108/1822 KB 372/748 KB 84/178 KB 32/55 KB 1108/1822 KB 332/748 KB 84/178 KB 23/23 KB 4/55 KB 1108/1822 KB 372/748 KB 88/178 KB 36/55 KB 1108/1822 KB 372/748 KB 92/178 KB 36/55 KB 1108/1822 KB 372/748 KB 96/178 KB 36/55 KB 1108/1822 KB 372/748 KB 100/178 KB 36/55 KB 1108/1822 KB 3/1210 KB 372/748 KB 104/178 KB 36/55 KB 1108/1822 KB 332/748 KB 80/178 KB 23/23 KB 4/55 KB 1108/1822 KB 3/1210 KB 372/748 KB 104/178 KB 36/55 KB 1112/1822 KB 3/1210 KB 372/748 KB 104/178 KB 36/55 KB 1116/1822 KB 3/1210 KB 372/748 KB 104/178 KB 36/55 KB 1120/1822 KB 3/1210 KB 372/748 KB 104/178 KB 36/55 KB 1124/1822 KB 3/1210 KB 372/748 KB 104/178 KB 36/55 KB 1128/1822 KB 3/1210 KB 372/748 KB 104/178 KB 36/55 KB 1132/1822 KB 3/1210 KB 372/748 KB 100/178 KB 36/55 KB 1108/1822 KB 6/1210 KB 372/748 KB 104/178 KB 36/55 KB 1136/1822 KB 9/1210 KB 372/748 KB 104/178 KB 36/55 KB 1136/1822 KB 11/1210 KB 372/748 KB 108/178 KB 36/55 KB 1136/1822 KB 14/1210 KB 372/748 KB 108/178 KB 36/55 KB 1136/1822 KB 372/748 KB 84/178 KB 36/55 KB 1108/1822 KB 14/1210 KB 372/748 KB 108/178 KB 40/55 KB 1136/1822 KB 14/1210 KB 372/748 KB 108/178 KB 44/55 KB 1136/1822 KB 14/1210 KB 372/748 KB 108/178 KB 48/55 KB 1136/1822 KB 9/1210 KB 372/748 KB 108/178 KB 36/55 KB 1136/1822 KB 16/1210 KB 372/748 KB 112/178 KB 48/55 KB 1136/1822 KB 16/1210 KB 372/748 KB 116/178 KB 48/55 KB 1136/1822 KB 3/1210 KB 372/748 KB 104/178 KB 36/55 KB 1136/1822 KB 16/1210 KB 372/748 KB 116/178 KB 48/55 KB 1140/1822 KB 16/1210 KB 372/748 KB 116/178 KB 48/55 KB 1144/1822 KB 16/1210 KB 372/748 KB 116/178 KB 48/55 KB 1148/1822 KB 16/1210 KB 372/748 KB 108/178 KB 48/55 KB 1136/1822 KB 19/1210 KB 372/748 KB 120/178 KB 48/55 KB 1148/1822 KB 22/1210 KB 376/748 KB 120/178 KB 48/55 KB 1152/1822 KB 25/1210 KB 376/748 KB 120/178 KB 52/55 KB 1152/1822 KB 16/1210 KB 372/748 KB 120/178 KB 48/55 KB 1148/1822 KB 25/1210 KB 376/748 KB 124/178 KB 52/55 KB 1152/1822 KB 25/1210 KB 376/748 KB 128/178 KB 52/55 KB 1152/1822 KB 22/1210 KB 376/748 KB 120/178 KB 52/55 KB 1152/1822 KB 25/1210 KB 376/748 KB 128/178 KB 55/55 KB 1152/1822 KB 19/1210 KB 376/748 KB 120/178 KB 48/55 KB 1152/1822 KB 19/1210 KB 372/748 KB 120/178 KB 48/55 KB 1152/1822 KB 25/1210 KB 376/748 KB 132/178 KB 55/55 KB 1156/1822 KB 27/1210 KB 380/748 KB 132/178 KB 55/55 KB 1160/1822 KB 27/1210 KB 380/748 KB 132/178 KB 55/55 KB 1164/1822 KB 27/1210 KB 380/748 KB 132/178 KB 55/55 KB 1168/1822 KB 25/1210 KB 376/748 KB 132/178 KB 55/55 KB 1152/1822 KB 27/1210 KB 380/748 KB 136/178 KB 55/55 KB 1168/1822 KB 27/1210 KB 380/748 KB 140/178 KB 55/55 KB 1168/1822 KB 27/1210 KB 380/748 KB 144/178 KB 55/55 KB 1168/1822 KB 27/1210 KB 380/748 KB 148/178 KB 55/55 KB 1168/1822 KB 27/1210 KB 380/748 KB 152/178 KB 1172/1822 unit-abot-epc-basic-0: 11:38:59 DEBUG unit.abot-epc-basic/0.install KB 27/1210 KB 380/748 KB 156/178 KB 1172/1822 KB 27/1210 KB 380/748 KB 160/178 KB 1172/1822 KB 27/1210 KB 380/748 KB 132/178 KB 55/55 KB 1156/1822 KB 25/1210 KB 380/748 KB 132/178 KB 55/55 KB 1156/1822 KB 27/1210 KB 384/748 KB 160/178 KB 1172/1822 KB 27/1210 KB 388/748 KB 160/178 KB 1172/1822 KB 30/1210 KB 392/748 KB 160/178 KB 1172/1822 KB 30/1210 KB 396/748 KB 160/178 KB 1172/1822 KB 30/1210 KB 400/748 KB 160/178 KB 1172/1822 KB 30/1210 KB 404/748 KB 160/178 KB 1172/1822 KB 30/1210 KB 408/748 KB 160/178 KB 1172/1822 KB 30/1210 KB 412/748 KB 160/178 KB 1172/1822 KB 30/1210 KB 416/748 KB 160/178 KB 1172/1822 KB 30/1210 KB 420/748 KB 160/178 KB 1172/1822 KB 30/1210 KB 424/748 KB 164/178 KB 1172/1822 KB 30/1210 KB 428/748 KB 164/178 KB 1172/1822 KB 30/1210 KB 432/748 KB 164/178 KB 1172/1822 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 53.9 KB/sec) unit-abot-epc-basic-0: 11:38:59 DEBUG unit.abot-epc-basic/0.install 27/1210 KB 380/748 KB 148/178 KB 55/55 KB 1172/1822 KB 30/1210 KB 432/748 KB 164/178 KB 1176/1822 KB 30/1210 KB 432/748 KB 164/178 KB 1180/1822 KB 30/1210 KB 432/748 KB 164/178 KB 1184/1822 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: 11:38:59 DEBUG unit.abot-epc-basic/0.install 30/1210 KB 432/748 KB 164/178 KB 1188/1822 KB 30/1210 KB 432/748 KB 164/178 KB 1192/1822 KB 30/1210 KB 420/748 KB 164/178 KB 1172/1822 KB 30/1210 KB 388/748 KB 160/178 KB 1172/1822 KB 32/1210 KB 432/748 KB 164/178 KB 1192/1822 KB 36/1210 KB 432/748 KB 164/178 KB 1192/1822 KB 40/1210 KB 432/748 KB 164/178 KB 1192/1822 KB 44/1210 KB 432/748 KB 164/178 KB 1192/1822 KB 48/1210 KB 432/748 KB 164/178 KB 1192/1822 KB 52/1210 KB 432/748 KB 164/178 KB 1192/1822 KB 56/1210 KB 432/748 KB 164/178 KB 1192/1822 KB 60/1210 KB 432/748 KB 164/178 KB 1192/1822 KB 64/1210 KB 432/748 KB 164/178 KB 1192/1822 KB 68/1210 KB 432/748 KB 168/178 KB 1192/1822 KB 72/1210 KB 436/748 KB 168/178 KB 1196/1822 KB 76/1210 KB 436/748 KB 168/178 KB 1196/1822 KB 80/1210 KB 436/748 KB 168/178 KB 1196/1822 KB 64/1210 KB 432/748 KB 168/178 KB 1192/1822 KB 80/1210 KB 436/748 KB 172/178 KB 1196/1822 KB 80/1210 KB 436/748 KB 176/178 KB 1196/1822 KB 80/1210 KB 436/748 KB 178/178 KB 1196/1822 KB 68/1210 KB 436/748 KB 168/178 KB 1196/1822 KB 80/1210 KB 440/748 KB 178/178 KB 1196/1822 KB 80/1210 KB 444/748 KB 178/178 KB 1196/1822 KB 80/1210 KB 448/748 KB 178/178 KB 1196/1822 KB 80/1210 KB 452/748 KB 178/178 KB 1196/1822 KB 84/1210 KB 456/748 KB 178/178 KB 1196/1822 KB 84/1210 KB 460/748 KB 178/178 KB 1196/1822 KB 68/1210 KB 432/748 KB 168/178 KB 1196/1822 KB 84/1210 KB 460/748 KB 178/178 KB 1200/1822 KB 84/1210 KB 460/748 KB 178/178 KB 1204/1822 KB 84/1210 KB 460/748 KB 178/178 KB 1208/1822 KB 84/1210 KB 460/748 KB 178/178 KB 1212/1822 KB 84/1210 KB 460/748 KB 178/178 KB 1216/1822 KB 3/471 KB 84/1210 KB 460/748 KB 178/178 KB 1220/1822 KB 3/471 KB 84/1210 KB 452/748 KB 178/178 KB 1196/1822 KB 88/1210 KB 460/748 KB 178/178 KB 1220/1822 KB 3/471 KB 92/1210 KB 460/748 KB 178/178 KB 1220/1822 KB 3/471 KB 96/1210 KB 460/748 KB 178/178 KB 1220/1822 KB 3/471 KB 100/1210 KB 460/748 KB 178/178 KB 1220/1822 KB 3/471 KB 84/1210 KB 460/748 KB 178/178 KB 1212/1822 KB 3/471 KB 100/1210 KB 464/748 KB 178/178 KB 1224/1822 KB 5/471 KB 100/1210 KB 464/748 KB 178/178 KB 1224/1822 KB 8/471 KB 100/1210 KB 464/748 KB 178/178 KB 1224/1822 KB 11/471 KB 100/1210 KB 464/748 KB 1224/1822 KB 13/471 KB 100/1210 KB 464/748 KB 1224/1822 KB 16/471 KB 100/1210 KB 464/748 KB 1224/1822 KB 19/471 KB 100/1210 KB 464/748 KB 1224/1822 KB 21/471 KB 100/1210 KB 464/748 KB 178/178 KB 1224/1822 KB 3/471 KB 100/1210 KB 460/748 KB 178/178 KB 1224/1822 KB 3/471 KB 100/1210 KB 464/748 KB 1228/1822 KB 21/471 KB 100/1210 KB 464/748 KB 1232/1822 KB 21/471 KB 100/1210 KB 464/748 KB 1236/1822 KB 24/471 KB 104/1210 KB 468/748 KB 1240/1822 KB 24/471 KB 104/1210 KB 468/748 KB 1244/1822 KB 24/471 KB 104/1210 KB 468/748 KB 1248/1822 KB 24/471 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 174.0 KB/sec) unit-abot-epc-basic-0: 11:38:59 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: 11:38:59 DEBUG unit.abot-epc-basic/0.install 104/1210 KB 468/748 KB 1236/1822 KB 24/471 KB 108/1210 KB 468/748 KB 1248/1822 KB 24/471 KB 112/1210 KB 468/748 KB 1248/1822 KB 24/471 KB 100/1210 KB 468/748 KB 1236/1822 KB 24/471 KB 112/1210 KB 472/748 KB 1248/1822 KB 24/471 KB 112/1210 KB 476/748 KB 1248/1822 KB 24/471 KB 112/1210 KB 480/748 KB 1248/1822 KB 24/471 KB 100/1210 KB 464/748 KB 1232/1822 KB 24/471 KB 112/1210 KB 480/748 KB 1248/1822 KB 27/471 KB 112/1210 KB 480/748 KB 1248/1822 KB 29/471 KB 112/1210 KB 480/748 KB 1248/1822 KB 32/471 KB 112/1210 KB 480/748 KB 1248/1822 KB 36/471 KB 112/1210 KB 484/748 KB 1248/1822 KB 40/471 KB 112/1210 KB 484/748 KB 1248/1822 KB 44/471 KB 112/1210 KB 484/748 KB 1248/1822 KB 48/471 KB 112/1210 KB 484/748 KB 1248/1822 KB 36/471 KB 112/1210 KB 488/748 KB 1248/1822 KB 48/471 KB 112/1210 KB 492/748 KB 1248/1822 KB 52/471 KB 112/1210 KB 496/748 KB 1248/1822 KB 52/471 KB 112/1210 KB 500/748 KB 1248/1822 KB 52/471 KB 112/1210 KB 504/748 KB 1248/1822 KB 52/471 KB 116/1210 KB 508/748 KB 4/93 KB 1252/1822 KB 52/471 KB 116/1210 KB 512/748 KB 4/93 KB 1252/1822 KB 52/471 KB 112/1210 KB 488/748 KB 1248/1822 KB 52/471 KB 116/1210 KB 512/748 KB 4/93 KB 1252/1822 KB 56/471 KB 116/1210 KB 512/748 KB 4/93 KB 1252/1822 KB 60/471 KB 116/1210 KB 512/748 KB 4/93 KB 1252/1822 KB 64/471 KB 116/1210 KB 512/748 KB 4/93 KB 1252/1822 KB 68/471 KB 116/1210 KB 512/748 KB 4/93 KB 1252/1822 KB 72/471 KB 116/1210 KB 504/748 KB 4/93 KB 1252/1822 KB 52/471 KB 116/1210 KB 512/748 KB 8/93 KB 1252/1822 KB 72/471 KB 116/1210 KB 512/748 KB 12/93 KB 1252/1822 KB 72/471 KB 116/1210 KB 512/748 KB 16/93 KB 1252/1822 KB 72/471 KB 116/1210 KB 504/748 KB 1252/1822 KB 52/471 KB 116/1210 KB 512/748 KB 16/93 KB 1256/1822 KB 72/471 KB 116/1210 KB 512/748 KB 16/93 KB 1260/1822 KB 72/471 KB 116/1210 KB 512/748 KB 16/93 KB 1264/1822 KB 72/471 KB 116/1210 KB 512/748 KB 20/93 KB 1268/1822 KB 72/471 KB 116/1210 KB 512/748 KB 20/93 KB 1272/1822 KB 72/471 KB 116/1210 KB 512/748 KB 20/93 KB 1276/1822 KB 72/471 KB 116/1210 KB 512/748 KB 20/93 KB 1280/1822 KB 72/471 KB 116/1210 KB 504/748 KB 1248/1822 KB 52/471 KB 120/1210 KB 512/748 KB 20/93 KB 1280/1822 KB 72/471 KB 124/1210 KB 512/748 KB 20/93 KB 1280/1822 KB 72/471 KB 128/1210 KB 512/748 KB 20/93 KB 1280/1822 KB 72/471 KB 132/1210 KB 512/748 KB 20/93 KB 1280/1822 KB 72/471 KB 136/1210 KB 512/748 KB 20/93 KB 1280/1822 KB 72/471 KB 140/1210 KB 512/748 KB 20/93 KB 1280/1822 KB 72/471 KB 144/1210 KB 512/748 KB 20/93 KB 1280/1822 KB 72/471 KB 116/1210 KB 512/748 KB 20/93 KB 1264/1822 KB 72/471 KB 144/1210 KB 512/748 KB 24/93 KB 1280/1822 KB 72/471 KB 144/1210 KB 512/748 KB 28/93 KB 1280/1822 KB 72/471 KB 144/1210 KB 512/748 KB 32/93 KB 1280/1822 KB 72/471 KB 144/1210 KB 512/748 KB 36/93 KB 1280/1822 KB 72/471 KB 148/1210 KB 516/748 KB 40/93 KB 1284/1822 KB 76/471 KB 148/1210 KB 516/748 KB 44/93 KB 1284/1822 KB 76/471 KB 148/1210 KB 516/748 KB 48/93 KB 1284/1822 KB 76/471 KB 148/1210 KB 516/748 KB 36/93 KB 1284/1822 KB 76/471 KB 148/1210 KB 520/748 KB 48/93 KB 1284/1822 KB 76/471 KB 148/1210 KB 524/748 KB 48/93 KB 1284/1822 KB 76/471 KB 148/1210 KB 528/748 KB 48/93 KB 1284/1822 KB 76/471 KB 148/1210 KB 532/748 KB 48/93 KB 1284/1822 KB 76/471 KB 148/1210 KB 536/748 KB 52/93 KB 1284/1822 KB 76/471 KB 148/1210 KB 540/748 KB 52/93 KB 1284/1822 KB 76/471 KB 148/1210 KB 544/748 KB 52/93 KB 1284/1822 KB 76/471 KB 148/1210 KB 512/748 KB 36/93 KB 1284/1822 KB 76/471 KB 148/1210 KB unit-abot-epc-basic-0: 11:38:59 DEBUG unit.abot-epc-basic/0.install 544/748 KB 52/93 KB 1284/1822 KB 80/471 KB 148/1210 KB 544/748 KB 52/93 KB 1284/1822 KB 84/471 KB 148/1210 KB 544/748 KB 52/93 KB 1284/1822 KB 88/471 KB 148/1210 KB 512/748 KB 36/93 KB 1284/1822 KB 72/471 KB 148/1210 KB 544/748 KB 52/93 KB 1288/1822 KB 92/471 KB 148/1210 KB 544/748 KB 52/93 KB 1292/1822 KB 92/471 KB 148/1210 KB 512/748 KB 36/93 KB 1280/1822 KB 72/471 KB 152/1210 KB 544/748 KB 52/93 KB 1296/1822 KB 92/471 KB 156/1210 KB 544/748 KB 52/93 KB 1296/1822 KB 92/471 KB 160/1210 KB 544/748 KB 52/93 KB 1296/1822 KB 92/471 KB 164/1210 KB 544/748 KB 52/93 KB 1296/1822 KB 92/471 KB 168/1210 KB 544/748 KB 52/93 KB 1296/1822 KB 92/471 KB 172/1210 KB 544/748 KB 52/93 KB 1296/1822 KB 92/471 KB 176/1210 KB 544/748 KB 52/93 KB 1296/1822 KB 92/471 KB 148/1210 KB 532/748 KB 52/93 KB 1284/1822 KB 76/471 KB 176/1210 KB 544/748 KB 56/93 KB 1296/1822 KB 92/471 KB 176/1210 KB 544/748 KB 60/93 KB 1296/1822 KB 92/471 KB 176/1210 KB 544/748 KB 64/93 KB 1296/1822 KB 92/471 KB 148/1210 KB 544/748 KB 52/93 KB 1296/1822 KB 92/471 KB 176/1210 KB 544/748 KB 64/93 KB 1296/1822 KB 96/471 KB 176/1210 KB 544/748 KB 64/93 KB 1296/1822 KB 100/471 KB 180/1210 KB 548/748 KB 68/93 KB 1296/1822 KB 104/471 KB 180/1210 KB 548/748 KB 68/93 KB 1296/1822 KB 108/471 KB 180/1210 KB 548/748 KB 68/93 KB 1296/1822 KB 112/471 KB 148/1210 KB 544/748 KB 52/93 KB 1296/1822 KB 92/471 KB 180/1210 KB 548/748 KB 68/93 KB 1300/1822 KB 112/471 KB 180/1210 KB 548/748 KB 68/93 KB 1304/1822 KB 112/471 KB 180/1210 KB 548/748 KB 68/93 KB 1308/1822 KB 112/471 KB 180/1210 KB 548/748 KB 68/93 KB 1312/1822 KB 112/471 KB 180/1210 KB 548/748 KB 68/93 KB 1316/1822 KB 112/471 KB 180/1210 KB 548/748 KB 68/93 KB 1320/1822 KB 112/471 KB 180/1210 KB 548/748 KB 68/93 KB 1324/1822 KB 112/471 KB 180/1210 KB 548/748 KB 68/93 KB 1328/1822 KB 116/471 KB 180/1210 KB 548/748 KB 68/93 KB 1296/1822 KB 100/471 KB 180/1210 KB 552/748 KB 68/93 KB 1328/1822 KB 116/471 KB 180/1210 KB 556/748 KB 68/93 KB 1328/1822 KB 116/471 KB 180/1210 KB 560/748 KB 68/93 KB 1328/1822 KB 116/471 KB 180/1210 KB 544/748 KB 68/93 KB 1296/1822 KB 100/471 KB 184/1210 KB 560/748 KB 68/93 KB 1328/1822 KB 116/471 KB 188/1210 KB 560/748 KB 68/93 KB 1328/1822 KB 116/471 KB 192/1210 KB 560/748 KB 68/93 KB 1328/1822 KB 116/471 KB 196/1210 KB 560/748 KB 68/93 KB 1328/1822 KB 116/471 KB 200/1210 KB 564/748 KB 68/93 KB 1332/1822 KB 116/471 KB 204/1210 KB 564/748 KB 68/93 KB 1332/1822 KB 116/471 KB 208/1210 KB 564/748 KB 68/93 KB 1332/1822 KB 116/471 KB 176/1210 KB 544/748 KB 68/93 KB 1296/1822 KB 100/471 KB 208/1210 KB 564/748 KB 72/93 KB 1332/1822 KB 116/471 KB 208/1210 KB 564/748 KB 76/93 KB 1332/1822 KB 116/471 KB 208/1210 KB 564/748 KB 80/93 KB 1332/1822 KB 116/471 KB 208/1210 KB 564/748 KB 84/93 KB 1332/1822 KB 116/471 KB 208/1210 KB 564/748 KB 88/93 KB 1332/1822 KB 116/471 KB 208/1210 KB 564/748 KB 92/93 KB 1332/1822 KB 116/471 KB 208/1210 KB 564/748 KB 93/93 KB 1332/1822 KB 116/471 KB 196/1210 KB 564/748 KB 68/93 KB 1332/1822 KB 116/471 KB 208/1210 KB 568/748 KB 93/93 KB 1332/1822 KB 116/471 KB 208/1210 KB 572/748 KB 93/93 KB 1332/1822 KB 116/471 KB 208/1210 KB 576/748 KB 93/93 KB 1332/1822 KB 116/471 KB 212/1210 KB 580/748 KB 93/93 KB 1332/1822 KB 116/471 KB 212/1210 KB 584/748 KB 93/93 KB 1332/1822 KB 116/471 KB 212/1210 KB 588/748 KB 93/93 KB 1332/1822 KB 116/471 KB 212/1210 KB 592/748 KB 93/93 KB 1332/1822 KB 116/471 KB 196/1210 KB 560/748 KB 68/93 KB 1332/ unit-abot-epc-basic-0: 11:38:59 DEBUG unit.abot-epc-basic/0.install 1822 KB 116/471 KB 180/1210 KB 548/748 KB 68/93 KB 1324/1822 KB 116/471 KB 212/1210 KB 592/748 KB 93/93 KB 1332/1822 KB 120/471 KB 212/1210 KB 592/748 KB 93/93 KB 1332/1822 KB 124/471 KB 212/1210 KB 592/748 KB 93/93 KB 1332/1822 KB 128/471 KB 212/1210 KB 592/748 KB 93/93 KB 1332/1822 KB 132/471 KB 212/1210 KB 592/748 KB 93/93 KB 1336/1822 KB 136/471 KB 212/1210 KB 592/748 KB 93/93 KB 1336/1822 KB 140/471 KB 212/1210 KB 592/748 KB 93/93 KB 1336/1822 KB 144/471 KB 212/1210 KB 592/748 KB 93/93 KB 1336/1822 KB 148/471 KB 212/1210 KB 596/748 KB 93/93 KB 1336/1822 KB 152/471 KB 212/1210 KB 596/748 KB 93/93 KB 1336/1822 KB 156/471 KB 212/1210 KB 596/748 KB 93/93 KB 1336/1822 KB 160/471 KB 212/1210 KB 596/748 KB 93/93 KB 1336/1822 KB 164/471 KB 212/1210 KB 576/748 KB 93/93 KB 1332/1822 KB 116/471 KB 216/1210 KB 596/748 KB 1336/1822 KB 164/471 KB 220/1210 KB 596/748 KB 1336/1822 KB 164/471 KB 224/1210 KB 596/748 KB 1336/1822 KB 164/471 KB 228/1210 KB 596/748 KB 1336/1822 KB 164/471 KB 232/1210 KB 596/748 KB 1336/1822 KB 164/471 KB 236/1210 KB 596/748 KB 1336/1822 KB 164/471 KB 240/1210 KB 596/748 KB 1336/1822 KB 164/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 86.8 KB/sec) unit-abot-epc-basic-0: 11:38:59 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: 11:38:59 DEBUG unit.abot-epc-basic/0.install 212/1210 KB 596/748 KB 93/93 KB 1336/1822 KB 148/471 KB 240/1210 KB 600/748 KB 1336/1822 KB 164/471 KB 212/1210 KB 592/748 KB 93/93 KB 1336/1822 KB 132/471 KB 240/1210 KB 600/748 KB 1340/1822 KB 164/471 KB 240/1210 KB 600/748 KB 1344/1822 KB 164/471 KB 240/1210 KB 600/748 KB 1348/1822 KB 164/471 KB 240/1210 KB 600/748 KB 1352/1822 KB 164/471 KB 240/1210 KB 600/748 KB 1356/1822 KB 164/471 KB 240/1210 KB 600/748 KB 1360/1822 KB 164/471 KB 240/1210 KB 600/748 KB 1364/1822 KB 164/471 KB 240/1210 KB 604/748 KB 1368/1822 KB 164/471 KB 240/1210 KB 604/748 KB 1372/1822 KB 164/471 KB 240/1210 KB 604/748 KB 1376/1822 KB 164/471 KB 240/1210 KB 604/748 KB 1364/1822 KB 164/471 KB 240/1210 KB 608/748 KB 1376/1822 KB 164/471 KB 244/1210 KB 608/748 KB 1376/1822 KB 164/471 KB 248/1210 KB 612/748 KB 1376/1822 KB 168/471 KB 252/1210 KB 612/748 KB 1380/1822 KB 168/471 KB 256/1210 KB 612/748 KB 1380/1822 KB 168/471 KB 244/1210 KB 612/748 KB 1376/1822 KB 168/471 KB 256/1210 KB 612/748 KB 1380/1822 KB 172/471 KB 256/1210 KB 612/748 KB 1380/1822 KB 176/471 KB 244/1210 KB 612/748 KB 1376/1822 KB 164/471 KB 248/1210 KB 612/748 KB 1380/1822 KB 168/471 KB 256/1210 KB 612/748 KB 1384/1822 KB 176/471 KB 260/1210 KB 616/748 KB 1388/1822 KB 176/471 KB 260/1210 KB 616/748 KB 1392/1822 KB 176/471 KB 260/1210 KB 616/748 KB 1396/1822 KB 176/471 KB 260/1210 KB 616/748 KB 4/53 KB 1400/1822 KB 180/471 KB 260/1210 KB 616/748 KB 4/53 KB 1404/1822 KB 180/471 KB 260/1210 KB 616/748 KB 4/53 KB 1408/1822 KB 180/471 KB 260/1210 KB 616/748 KB 1384/1822 KB 176/471 KB 264/1210 KB 616/748 KB 4/53 KB 1408/1822 KB 180/471 KB 268/1210 KB 616/748 KB 4/53 KB 1408/1822 KB 180/471 KB 270/1210 KB 616/748 KB 4/53 KB 1408/1822 KB 180/471 KB 256/1210 KB 616/748 KB 1384/1822 KB 176/471 KB 270/1210 KB 620/748 KB 4/53 KB 1408/1822 KB 180/471 KB 270/1210 KB 624/748 KB 4/53 KB 1408/1822 KB 180/471 KB 270/1210 KB 628/748 KB 4/53 KB 1408/1822 KB 180/471 KB 270/1210 KB 632/748 KB 4/53 KB 1408/1822 KB 180/471 KB 270/1210 KB 636/748 KB 4/53 KB 1408/1822 KB 180/471 KB 270/1210 KB 640/748 KB 4/53 KB 1408/1822 KB 180/471 KB 270/1210 KB 644/748 KB 4/53 KB 1408/1822 KB 180/471 KB 274/1210 KB 648/748 KB 4/53 KB 1412/1822 KB 180/471 KB 274/1210 KB 652/748 KB 4/53 KB 1412/1822 KB 180/471 KB 274/1210 KB 656/748 KB 4/53 KB 1412/1822 KB 180/471 KB 274/1210 KB 660/748 KB 4/53 KB 1412/1822 KB 180/471 KB 260/1210 KB 616/748 KB 4/53 KB 1396/1822 KB 180/471 KB 260/1210 KB 616/748 KB 4/53 KB 1396/1822 KB 176/471 KB 274/1210 KB 660/748 KB 8/53 KB 1412/1822 KB 180/471 KB 274/1210 KB 660/748 KB 12/53 KB 1412/1822 KB 184/471 KB 274/1210 KB 660/748 KB 16/53 KB 1412/1822 KB 184/471 KB 274/1210 KB 660/748 KB 20/53 KB 1412/1822 KB 184/471 KB 274/1210 KB 660/748 KB 24/53 KB 1412/1822 KB 184/471 KB 274/1210 KB 660/748 KB 28/53 KB 1412/1822 KB 184/471 KB 274/1210 KB 660/748 KB 32/53 KB 1412/1822 KB 184/471 KB 274/1210 KB 644/748 KB 4/53 KB 1412/1822 KB 180/471 KB 278/1210 KB 660/748 KB 32/53 KB 1412/1822 KB 184/471 KB 282/1210 KB 660/748 KB 32/53 KB 1412/1822 KB 184/471 KB 286/1210 KB 660/748 KB 32/53 KB 1412/1822 KB 184/471 KB 270/1210 KB 644/748 KB 4/53 KB 1412/1822 KB 180/471 KB 286/1210 KB 660/748 KB 32/53 KB 1416/1822 KB 184/471 KB 286/1210 KB 660/748 KB 36/53 KB 1420/1822 KB 184/471 KB 286/1210 KB 660/748 KB 36/53 KB 1424/1822 KB 184/471 KB 286/1210 KB 660/748 KB 36/53 KB 1428/1822 KB 184/471 KB 274/1210 KB 660/748 KB 8/53 KB 1412/1822 KB 184/471 KB 290/1 unit-abot-epc-basic-0: 11:38:59 DEBUG unit.abot-epc-basic/0.install 210 KB 664/748 KB 36/53 KB 1428/1822 KB 188/471 KB 290/1210 KB 664/748 KB 36/53 KB 1428/1822 KB 192/471 KB 290/1210 KB 664/748 KB 36/53 KB 1428/1822 KB 196/471 KB 290/1210 KB 664/748 KB 36/53 KB 1428/1822 KB 200/471 KB 290/1210 KB 664/748 KB 36/53 KB 1428/1822 KB 204/471 KB 290/1210 KB 664/748 KB 36/53 KB 1428/1822 KB 208/471 KB 290/1210 KB 664/748 KB 36/53 KB 1428/1822 KB 212/471 KB 290/1210 KB 664/748 KB 36/53 KB 1428/1822 KB 216/471 KB 290/1210 KB 664/748 KB 36/53 KB 1428/1822 KB 220/471 KB 290/1210 KB 664/748 KB 36/53 KB 1428/1822 KB 224/471 KB 290/1210 KB 664/748 KB 36/53 KB 1428/1822 KB 228/471 KB 290/1210 KB 664/748 KB 36/53 KB 1428/1822 KB 184/471 KB 290/1210 KB 668/748 KB 36/53 KB 1432/1822 KB 228/471 KB 290/1210 KB 672/748 KB 36/53 KB 1432/1822 KB 228/471 KB 290/1210 KB 660/748 KB 36/53 KB 1428/1822 KB 184/471 KB 294/1210 KB 672/748 KB 36/53 KB 1432/1822 KB 228/471 KB 298/1210 KB 672/748 KB 36/53 KB 1432/1822 KB 228/471 KB 302/1210 KB 672/748 KB 36/53 KB 1432/1822 KB 228/471 KB 286/1210 KB 660/748 KB 36/53 KB 1416/1822 KB 184/471 KB 302/1210 KB 672/748 KB 40/53 KB 1432/1822 KB 228/471 KB 302/1210 KB 672/748 KB 44/53 KB 1432/1822 KB 228/471 KB 302/1210 KB 672/748 KB 48/53 KB 1432/1822 KB 228/471 KB 302/1210 KB 672/748 KB 52/53 KB 1432/1822 KB 228/471 KB 306/1210 KB 672/748 KB 53/53 KB 1432/1822 KB 228/471 KB 290/1210 KB 664/748 KB 36/53 KB 1432/1822 KB 228/471 KB 306/1210 KB 672/748 KB 53/53 KB 1436/1822 KB 228/471 KB 306/1210 KB 672/748 KB 53/53 KB 1440/1822 KB 228/471 KB 306/1210 KB 676/748 KB 53/53 KB 1440/1822 KB 228/471 KB 306/1210 KB 680/748 KB 53/53 KB 1444/1822 KB 232/471 KB 306/1210 KB 684/748 KB 53/53 KB 1444/1822 KB 232/471 KB 306/1210 KB 672/748 KB 52/53 KB 1432/1822 KB 228/471 KB 310/1210 KB 684/748 KB 53/53 KB 1444/1822 KB 232/471 KB 314/1210 KB 684/748 KB 53/53 KB 1444/1822 KB 232/471 KB 318/1210 KB 684/748 KB 53/53 KB 1444/1822 KB 232/471 KB 322/1210 KB 684/748 KB 53/53 KB 1444/1822 KB 232/471 KB 326/1210 KB 688/748 KB 53/53 KB 1444/1822 KB 232/471 KB 330/1210 KB 688/748 KB 53/53 KB 1444/1822 KB 232/471 KB 334/1210 KB 688/748 KB 53/53 KB 1444/1822 KB 232/471 KB 306/1210 KB 676/748 KB 53/53 KB 1444/1822 KB 232/471 KB 334/1210 KB 688/748 KB 53/53 KB 1444/1822 KB 236/471 KB 334/1210 KB 688/748 KB 53/53 KB 1444/1822 KB 240/471 KB 306/1210 KB 676/748 KB 53/53 KB 1444/1822 KB 228/471 KB 334/1210 KB 688/748 KB 53/53 KB 1448/1822 KB 240/471 KB 334/1210 KB 688/748 KB 53/53 KB 1452/1822 KB 240/471 KB 334/1210 KB 688/748 KB 53/53 KB 1456/1822 KB 244/471 KB 322/1210 KB 688/748 KB 53/53 KB 1444/1822 KB 232/471 KB Downloaded: https://repo.maven.apache.org/maven2/net/minidev/json-smart/1.2/json-smart-1.2.jar (53 KB at 48.7 KB/sec) unit-abot-epc-basic-0: 11:38:59 DEBUG unit.abot-epc-basic/0.install 334/1210 KB 688/748 KB 53/53 KB 1452/1822 KB 244/471 KB 334/1210 KB 692/748 KB 1460/1822 KB 248/471 KB 334/1210 KB 692/748 KB 1460/1822 KB 252/471 KB 334/1210 KB 692/748 KB 1460/1822 KB 256/471 KB 334/1210 KB 692/748 KB 1460/1822 KB 244/471 KB 334/1210 KB 696/748 KB 1460/1822 KB 256/471 KB 334/1210 KB 700/748 KB 1460/1822 KB 260/471 KB 334/1210 KB 704/748 KB 1460/1822 KB 260/471 KB 334/1210 KB 688/748 KB 1460/1822 KB 244/471 KB 334/1210 KB 704/748 KB 1464/1822 KB 260/471 KB 334/1210 KB 704/748 KB 1468/1822 KB 260/471 KB 334/1210 KB 704/748 KB 1472/1822 KB 260/471 KB 334/1210 KB 708/748 KB 1472/1822 KB 260/471 KB 338/1210 KB 712/748 KB 1476/1822 KB 260/471 KB 338/1210 KB 716/748 KB 1476/1822 KB 260/471 KB 338/1210 KB 720/748 KB 1476/1822 KB 260/471 KB 334/1210 KB 696/748 KB 1460/1822 KB 260/471 KB 338/1210 KB 720/748 KB 1476/1822 KB 264/471 KB 338/1210 KB 720/748 KB 1476/1822 KB 268/471 KB 338/1210 KB 720/748 KB 1476/1822 KB 272/471 KB 338/1210 KB 720/748 KB 1476/1822 KB 276/471 KB 338/1210 KB 724/748 KB 1476/1822 KB 280/471 KB 338/1210 KB 724/748 KB 1476/1822 KB 284/471 KB 338/1210 KB 724/748 KB 1476/1822 KB 288/471 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar unit-abot-epc-basic-0: 11:38:59 DEBUG unit.abot-epc-basic/0.install 338/1210 KB 724/748 KB 1476/1822 KB 292/471 KB 338/1210 KB 724/748 KB 1476/1822 KB 296/471 KB 338/1210 KB 724/748 KB 1476/1822 KB 300/471 KB 338/1210 KB 724/748 KB 1476/1822 KB 304/471 KB 338/1210 KB 724/748 KB 1476/1822 KB 276/471 KB 338/1210 KB 728/748 KB 1476/1822 KB 304/471 KB 338/1210 KB 732/748 KB 1476/1822 KB 304/471 KB 338/1210 KB 736/748 KB 1476/1822 KB 304/471 KB 338/1210 KB 708/748 KB 1476/1822 KB 260/471 KB 342/1210 KB 736/748 KB 1476/1822 KB 304/471 KB 346/1210 KB 736/748 KB 1476/1822 KB 304/471 KB 350/1210 KB 736/748 KB 1476/1822 KB 304/471 KB 354/1210 KB 736/748 KB 1476/1822 KB 304/471 KB 358/1210 KB 736/748 KB 1476/1822 KB 304/471 KB 362/1210 KB 736/748 KB 1476/1822 KB 304/471 KB 366/1210 KB 736/748 KB 1476/1822 KB 304/471 KB 334/1210 KB 708/748 KB 1476/1822 KB 260/471 KB 366/1210 KB 736/748 KB 1480/1822 KB 304/471 KB 366/1210 KB 736/748 KB 1484/1822 KB 304/471 KB 366/1210 KB 736/748 KB 1488/1822 KB 304/471 KB 366/1210 KB 736/748 KB 1492/1822 KB 304/471 KB 366/1210 KB 736/748 KB 1496/1822 KB 304/471 KB 366/1210 KB 736/748 KB 1500/1822 KB 304/471 KB 370/1210 KB 736/748 KB 1504/1822 KB 304/471 KB 370/1210 KB 740/748 KB 1504/1822 KB 304/471 KB 370/1210 KB 744/748 KB 1508/1822 KB 304/471 KB 370/1210 KB 748/748 KB 1508/1822 KB 304/471 KB 370/1210 KB 748/748 KB 1508/1822 KB 304/471 KB 370/1210 KB 736/748 KB 1500/1822 KB 304/471 KB 374/1210 KB 748/748 KB 1508/1822 KB 304/471 KB 378/1210 KB 748/748 KB 1508/1822 KB 304/471 KB 382/1210 KB 748/748 KB 1508/1822 KB 304/471 KB 370/1210 KB 740/748 KB 1508/1822 KB 304/471 KB 382/1210 KB 748/748 KB 1512/1822 KB 304/471 KB 382/1210 KB 748/748 KB 1516/1822 KB 304/471 KB 382/1210 KB 748/748 KB 1520/1822 KB 304/471 KB 382/1210 KB 748/748 KB 4/276 KB 1520/1822 KB 304/471 KB 382/1210 KB 748/748 KB 8/276 KB 1520/1822 KB 304/471 KB 382/1210 KB 748/748 KB 12/276 KB 1520/1822 KB 304/471 KB 382/1210 KB 748/748 KB 16/276 KB 1520/1822 KB 304/471 KB 382/1210 KB 748/748 KB 20/276 KB 1520/1822 KB 304/471 KB 382/1210 KB 748/748 KB 24/276 KB 1520/1822 KB 304/471 KB 382/1210 KB 748/748 KB 28/276 KB 1520/1822 KB 304/471 KB 382/1210 KB 748/748 KB 32/276 KB 1520/1822 KB 304/471 KB 386/1210 KB 748/748 KB 36/276 KB 1520/1822 KB 304/471 KB 386/1210 KB 748/748 KB 40/276 KB 1524/1822 KB 308/471 KB 386/1210 KB 748/748 KB 44/276 KB 1524/1822 KB 308/471 KB 386/1210 KB 748/748 KB 48/276 KB 1524/1822 KB 308/471 KB 386/1210 KB 748/748 KB 52/276 KB 1524/1822 KB 308/471 KB 386/1210 KB 748/748 KB 56/276 KB 1524/1822 KB 308/471 KB 386/1210 KB 748/748 KB 60/276 KB 1524/1822 KB 308/471 KB 386/1210 KB 748/748 KB 64/276 KB 1524/1822 KB 308/471 KB 386/1210 KB 748/748 KB 68/276 KB 1524/1822 KB 308/471 KB 386/1210 KB 748/748 KB 32/276 KB 1520/1822 KB 304/471 KB 390/1210 KB 748/748 KB 68/276 KB 1524/1822 KB 308/471 KB 394/1210 KB 748/748 KB 68/276 KB 1524/1822 KB 308/471 KB 398/1210 KB 748/748 KB 68/276 KB 1524/1822 KB 308/471 KB 402/1210 KB 68/276 KB 1524/1822 KB 308/471 KB 406/1210 KB 68/276 KB 1524/1822 KB 308/471 KB 410/1210 KB 68/276 KB 1524/1822 KB 308/471 KB 414/1210 KB 68/276 KB 1524/1822 KB 308/471 KB 386/1210 KB 748/748 KB 36/276 KB 1524/1822 KB 308/471 KB 414/1210 KB 68/276 KB 1528/1822 KB 308/471 KB 414/1210 KB 68/276 KB 1532/1822 KB 308/471 KB 414/1210 KB 68/276 KB 1536/1822 KB 308/471 KB 414/1210 KB 68/276 KB 1540/1822 KB 308/471 KB 414/1210 KB 68/276 KB 1544/1822 KB 308/471 KB 414/1210 KB 68/276 KB 1548/1822 KB 308/471 KB 414/1210 KB 68/276 KB unit-abot-epc-basic-0: 11:38:59 DEBUG unit.abot-epc-basic/0.install 1552/1822 KB 308/471 KB 418/1210 KB 68/276 KB 1556/1822 KB 308/471 KB 386/1210 KB 748/748 KB 36/276 KB 1520/1822 KB 308/471 KB 418/1210 KB 68/276 KB 1556/1822 KB 312/471 KB 418/1210 KB 68/276 KB 1556/1822 KB 316/471 KB 418/1210 KB 68/276 KB 1556/1822 KB 320/471 KB 418/1210 KB 68/276 KB 1556/1822 KB 324/471 KB 418/1210 KB 68/276 KB 1556/1822 KB 328/471 KB 418/1210 KB 68/276 KB 1556/1822 KB 332/471 KB 418/1210 KB 68/276 KB 1556/1822 KB 336/471 KB 418/1210 KB 68/276 KB 1556/1822 KB 340/471 KB 418/1210 KB 68/276 KB 1556/1822 KB 344/471 KB 418/1210 KB 68/276 KB 1556/1822 KB 348/471 KB 418/1210 KB 68/276 KB 1552/1822 KB 308/471 KB 422/1210 KB 68/276 KB 1556/1822 KB 352/471 KB 426/1210 KB 68/276 KB 1556/1822 KB 352/471 KB 430/1210 KB 68/276 KB 1560/1822 KB 352/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 674.2 KB/sec) unit-abot-epc-basic-0: 11:38:59 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: 11:38:59 DEBUG unit.abot-epc-basic/0.install 434/1210 KB 72/276 KB 1560/1822 KB 352/471 KB 438/1210 KB 72/276 KB 1560/1822 KB 352/471 KB 442/1210 KB 72/276 KB 1560/1822 KB 352/471 KB 446/1210 KB 72/276 KB 1560/1822 KB 352/471 KB 430/1210 KB 72/276 KB 1560/1822 KB 352/471 KB 446/1210 KB 76/276 KB 1560/1822 KB 352/471 KB 446/1210 KB 80/276 KB 1560/1822 KB 352/471 KB 418/1210 KB 68/276 KB 1556/1822 KB 352/471 KB 426/1210 KB 68/276 KB 1560/1822 KB 352/471 KB 446/1210 KB 80/276 KB 1560/1822 KB 356/471 KB 446/1210 KB 84/276 KB 1564/1822 KB 360/471 KB 446/1210 KB 84/276 KB 1564/1822 KB 364/471 KB 446/1210 KB 84/276 KB 1564/1822 KB 368/471 KB 446/1210 KB 84/276 KB 1564/1822 KB 356/471 KB 446/1210 KB 88/276 KB 1564/1822 KB 368/471 KB 446/1210 KB 92/276 KB 1564/1822 KB 372/471 KB 446/1210 KB 96/276 KB 1564/1822 KB 372/471 KB 446/1210 KB 100/276 KB 1564/1822 KB 372/471 KB 450/1210 KB 104/276 KB 1564/1822 KB 372/471 KB 446/1210 KB 80/276 KB 1564/1822 KB 356/471 KB 450/1210 KB 104/276 KB 1568/1822 KB 372/471 KB 450/1210 KB 104/276 KB 1572/1822 KB 372/471 KB 450/1210 KB 104/276 KB 1576/1822 KB 372/471 KB 450/1210 KB 104/276 KB 1580/1822 KB 372/471 KB 450/1210 KB 104/276 KB 1584/1822 KB 372/471 KB 450/1210 KB 104/276 KB 1588/1822 KB 372/471 KB 450/1210 KB 100/276 KB 1564/1822 KB 372/471 KB 454/1210 KB 108/276 KB 1588/1822 KB 372/471 KB 458/1210 KB 108/276 KB 1588/1822 KB 372/471 KB 462/1210 KB 108/276 KB 1588/1822 KB 372/471 KB 446/1210 KB 88/276 KB 1564/1822 KB 372/471 KB 462/1210 KB 108/276 KB 1588/1822 KB 376/471 KB 462/1210 KB 108/276 KB 1588/1822 KB 380/471 KB 462/1210 KB 108/276 KB 1588/1822 KB 384/471 KB 462/1210 KB 108/276 KB 1592/1822 KB 384/471 KB 462/1210 KB 108/276 KB 1596/1822 KB 384/471 KB 462/1210 KB 108/276 KB 1600/1822 KB 388/471 KB 4/577 KB 462/1210 KB 108/276 KB 1604/1822 KB 388/471 KB 4/577 KB 466/1210 KB 108/276 KB 1608/1822 KB 388/471 KB 4/577 KB 466/1210 KB 108/276 KB 1612/1822 KB 388/471 KB 4/577 KB 466/1210 KB 108/276 KB 1616/1822 KB 388/471 KB 4/577 KB 450/1210 KB 108/276 KB 1588/1822 KB 372/471 KB 466/1210 KB 112/276 KB 1616/1822 KB 388/471 KB 4/577 KB 466/1210 KB 116/276 KB 1616/1822 KB 388/471 KB 4/577 KB 466/1210 KB 120/276 KB 1616/1822 KB 388/471 KB 4/577 KB 466/1210 KB 124/276 KB 1616/1822 KB 388/471 KB 4/577 KB 466/1210 KB 128/276 KB 1616/1822 KB 388/471 KB 4/577 KB 466/1210 KB 108/276 KB 1604/1822 KB 388/471 KB 4/577 KB 462/1210 KB 108/276 KB 1596/1822 KB 388/471 KB 4/577 KB 462/1210 KB 108/276 KB 1596/1822 KB 384/471 KB 4/577 KB 470/1210 KB 128/276 KB 1616/1822 KB 388/471 KB 8/577 KB 470/1210 KB 128/276 KB 1616/1822 KB 388/471 KB 12/577 KB 470/1210 KB 128/276 KB 1616/1822 KB 388/471 KB 16/577 KB 470/1210 KB 128/276 KB 1616/1822 KB 388/471 KB 20/577 KB 470/1210 KB 128/276 KB 1616/1822 KB 388/471 KB 24/577 KB 470/1210 KB 128/276 KB 1616/1822 KB 388/471 KB 28/577 KB 470/1210 KB 128/276 KB 1616/1822 KB 388/471 KB 32/577 KB 470/1210 KB 128/276 KB 1616/1822 KB 388/471 KB 36/577 KB 470/1210 KB 128/276 KB 1616/1822 KB 392/471 KB 40/577 KB 470/1210 KB 128/276 KB 1616/1822 KB 392/471 KB 44/577 KB 470/1210 KB 128/276 KB 1616/1822 KB 392/471 KB 48/577 KB 470/1210 KB 128/276 KB 1616/1822 KB 392/471 KB 36/577 KB 470/1210 KB 128/276 KB 1616/1822 KB 396/471 KB 48/577 KB 470/1210 KB 128/276 KB 1616/1822 KB 400/471 KB 48/577 KB 470/1210 KB 128/276 KB 1616/1822 KB 392/471 KB 48/577 KB 474/1210 KB 128/276 KB 1616/1822 KB 400/471 KB 48/577 KB 478/1210 KB 128/276 KB 1616/1822 KB 400/471 KB 48/577 KB 482/1210 KB 128 unit-abot-epc-basic-0: 11:38:59 DEBUG unit.abot-epc-basic/0.install /276 KB 1616/1822 KB 404/471 KB 48/577 KB 486/1210 KB 132/276 KB 1620/1822 KB 404/471 KB 52/577 KB 490/1210 KB 132/276 KB 1620/1822 KB 404/471 KB 52/577 KB 494/1210 KB 132/276 KB 1620/1822 KB 404/471 KB 52/577 KB 498/1210 KB 132/276 KB 1620/1822 KB 404/471 KB 52/577 KB 502/1210 KB 132/276 KB 1620/1822 KB 404/471 KB 52/577 KB 478/1210 KB 128/276 KB 1616/1822 KB 404/471 KB 48/577 KB 502/1210 KB 132/276 KB 1620/1822 KB 408/471 KB 52/577 KB 502/1210 KB 132/276 KB 1620/1822 KB 412/471 KB 52/577 KB 502/1210 KB 132/276 KB 1620/1822 KB 416/471 KB 52/577 KB 482/1210 KB 132/276 KB 1620/1822 KB 404/471 KB 52/577 KB 502/1210 KB 136/276 KB 1620/1822 KB 416/471 KB 52/577 KB 502/1210 KB 140/276 KB 1620/1822 KB 416/471 KB 52/577 KB 502/1210 KB 144/276 KB 1620/1822 KB 416/471 KB 52/577 KB 502/1210 KB 148/276 KB 1620/1822 KB 416/471 KB 52/577 KB 502/1210 KB 152/276 KB 1620/1822 KB 420/471 KB 52/577 KB 506/1210 KB 156/276 KB 1620/1822 KB 420/471 KB 52/577 KB 506/1210 KB 160/276 KB 1620/1822 KB 420/471 KB 52/577 KB 506/1210 KB 164/276 KB 1620/1822 KB 420/471 KB 52/577 KB 506/1210 KB 168/276 KB 1620/1822 KB 420/471 KB 52/577 KB 482/1210 KB 128/276 KB 1620/1822 KB 404/471 KB 52/577 KB 506/1210 KB 168/276 KB 1624/1822 KB 420/471 KB 52/577 KB 506/1210 KB 168/276 KB 1628/1822 KB 420/471 KB 52/577 KB 506/1210 KB 168/276 KB 1632/1822 KB 420/471 KB 52/577 KB 506/1210 KB 168/276 KB 1636/1822 KB 420/471 KB 52/577 KB 506/1210 KB 168/276 KB 1640/1822 KB 420/471 KB 52/577 KB 506/1210 KB 168/276 KB 1644/1822 KB 420/471 KB 52/577 KB 506/1210 KB 168/276 KB 1648/1822 KB 420/471 KB 52/577 KB 482/1210 KB 128/276 KB 1616/1822 KB 404/471 KB 52/577 KB 506/1210 KB 168/276 KB 1648/1822 KB 420/471 KB 56/577 KB 506/1210 KB 168/276 KB 1648/1822 KB 420/471 KB 60/577 KB 506/1210 KB 168/276 KB 1648/1822 KB 420/471 KB 64/577 KB 506/1210 KB 168/276 KB 1648/1822 KB 420/471 KB 68/577 KB 506/1210 KB 168/276 KB 1648/1822 KB 420/471 KB 72/577 KB 506/1210 KB 168/276 KB 1648/1822 KB 420/471 KB 76/577 KB 506/1210 KB 168/276 KB 1648/1822 KB 420/471 KB 80/577 KB 506/1210 KB 168/276 KB 1648/1822 KB 420/471 KB 84/577 KB 506/1210 KB 168/276 KB 1652/1822 KB 420/471 KB 88/577 KB 506/1210 KB 168/276 KB 1652/1822 KB 420/471 KB 92/577 KB 506/1210 KB 168/276 KB 1652/1822 KB 420/471 KB 96/577 KB 506/1210 KB 152/276 KB 1620/1822 KB 420/471 KB 52/577 KB 510/1210 KB 168/276 KB 1652/1822 KB 420/471 KB 96/577 KB 502/1210 KB 148/276 KB 1620/1822 KB 420/471 KB 52/577 KB 510/1210 KB 168/276 KB 1652/1822 KB 424/471 KB 96/577 KB 510/1210 KB 168/276 KB 1652/1822 KB 428/471 KB 96/577 KB 510/1210 KB 168/276 KB 1652/1822 KB 432/471 KB 96/577 KB 510/1210 KB 168/276 KB 1652/1822 KB 436/471 KB 96/577 KB 514/1210 KB 168/276 KB 1652/1822 KB 440/471 KB 96/577 KB 514/1210 KB 168/276 KB 1652/1822 KB 444/471 KB 96/577 KB 514/1210 KB 168/276 KB 1652/1822 KB 448/471 KB 96/577 KB 514/1210 KB 172/276 KB 1652/1822 KB 452/471 KB 96/577 KB 514/1210 KB 172/276 KB 1652/1822 KB 456/471 KB 100/577 KB 514/1210 KB 172/276 KB 1652/1822 KB 460/471 KB 100/577 KB 514/1210 KB 172/276 KB 1652/1822 KB 464/471 KB 100/577 KB 506/1210 KB 168/276 KB 1652/1822 KB 420/471 KB 84/577 KB 514/1210 KB 172/276 KB 1656/1822 KB 464/471 KB 100/577 KB 514/1210 KB 172/276 KB 1660/1822 KB 464/471 KB 100/577 KB 514/1210 KB 172/276 KB 1664/1822 KB 464/471 KB 100/577 KB 514/1210 KB 172/276 KB 1668/1822 KB 464/471 KB 100/577 KB 514/1210 KB 172/276 KB 1672/1822 KB 464/471 KB 100/577 KB 514/1210 KB 172/276 KB unit-abot-epc-basic-0: 11:38:59 DEBUG unit.abot-epc-basic/0.install 1676/1822 KB 464/471 KB 100/577 KB 514/1210 KB 172/276 KB 1680/1822 KB 468/471 KB 100/577 KB 514/1210 KB 172/276 KB 1652/1822 KB 452/471 KB 100/577 KB 514/1210 KB 172/276 KB 1680/1822 KB 468/471 KB 104/577 KB 514/1210 KB 172/276 KB 1680/1822 KB 468/471 KB 108/577 KB 514/1210 KB 172/276 KB 1680/1822 KB 468/471 KB 112/577 KB 514/1210 KB 172/276 KB 1652/1822 KB 448/471 KB 96/577 KB 514/1210 KB 176/276 KB 1680/1822 KB 468/471 KB 112/577 KB 514/1210 KB 180/276 KB 1680/1822 KB 468/471 KB 112/577 KB 514/1210 KB 184/276 KB 1680/1822 KB 468/471 KB 112/577 KB 514/1210 KB 188/276 KB 1680/1822 KB 468/471 KB 112/577 KB 514/1210 KB 192/276 KB 1680/1822 KB 468/471 KB 116/577 KB 514/1210 KB 168/276 KB 1652/1822 KB 436/471 KB 96/577 KB 518/1210 KB 192/276 KB 1680/1822 KB 468/471 KB 116/577 KB 522/1210 KB 192/276 KB 1680/1822 KB 468/471 KB 116/577 KB 526/1210 KB 192/276 KB 1680/1822 KB 468/471 KB 116/577 KB 530/1210 KB 192/276 KB 1680/1822 KB 468/471 KB 116/577 KB 534/1210 KB 192/276 KB 1680/1822 KB 468/471 KB 116/577 KB 538/1210 KB 192/276 KB 1680/1822 KB 468/471 KB 116/577 KB 542/1210 KB 192/276 KB 1680/1822 KB 468/471 KB 116/577 KB 542/1210 KB 196/276 KB 1680/1822 KB 468/471 KB 116/577 KB 546/1210 KB 200/276 KB 1684/1822 KB 468/471 KB 116/577 KB 546/1210 KB 204/276 KB 1684/1822 KB 468/471 KB 116/577 KB 546/1210 KB 208/276 KB 1684/1822 KB 468/471 KB 116/577 KB 514/1210 KB 188/276 KB 1680/1822 KB 468/471 KB 116/577 KB 546/1210 KB 208/276 KB 1684/1822 KB 468/471 KB 120/577 KB 546/1210 KB 208/276 KB 1684/1822 KB 468/471 KB 124/577 KB 546/1210 KB 208/276 KB 1684/1822 KB 468/471 KB 128/577 KB 514/1210 KB 172/276 KB 1676/1822 KB 468/471 KB 100/577 KB 546/1210 KB 208/276 KB 1684/1822 KB 471/471 KB 128/577 KB 546/1210 KB 196/276 KB 1684/1822 KB 468/471 KB 116/577 KB 546/1210 KB 196/276 KB 1680/1822 KB 468/471 KB 116/577 KB 550/1210 KB 208/276 KB 1684/1822 KB 471/471 KB 128/577 KB 554/1210 KB 208/276 KB 1688/1822 KB 471/471 KB 128/577 KB 558/1210 KB 208/276 KB 1688/1822 KB 471/471 KB 128/577 KB 562/1210 KB 208/276 KB 1688/1822 KB 471/471 KB 128/577 KB 566/1210 KB 212/276 KB 1688/1822 KB 471/471 KB 132/577 KB 570/1210 KB 212/276 KB 1688/1822 KB 471/471 KB 132/577 KB 574/1210 KB 212/276 KB 1688/1822 KB 471/471 KB 132/577 KB 550/1210 KB 208/276 KB 1688/1822 KB 471/471 KB 128/577 KB 574/1210 KB 212/276 KB 1692/1822 KB 471/471 KB 132/577 KB 574/1210 KB 212/276 KB 1696/1822 KB 471/471 KB 132/577 KB 574/1210 KB 212/276 KB 1700/1822 KB 471/471 KB 132/577 KB 562/1210 KB 212/276 KB 1688/1822 KB 471/471 KB 132/577 KB 574/1210 KB 216/276 KB 1700/1822 KB 471/471 KB 132/577 KB 574/1210 KB 220/276 KB 1700/1822 KB 471/471 KB 132/577 KB 574/1210 KB 224/276 KB 1700/1822 KB 471/471 KB 132/577 KB 574/1210 KB 228/276 KB 1704/1822 KB 471/471 KB 132/577 KB 578/1210 KB 232/276 KB 1704/1822 KB 471/471 KB 132/577 KB 578/1210 KB 236/276 KB 1704/1822 KB 471/471 KB 132/577 KB 578/1210 KB 240/276 KB 1704/1822 KB 471/471 KB 132/577 KB 562/1210 KB 208/276 KB 1688/1822 KB 471/471 KB 132/577 KB 578/1210 KB 240/276 KB 1704/1822 KB 471/471 KB 136/577 KB 578/1210 KB 240/276 KB 1704/1822 KB 471/471 KB 140/577 KB 578/1210 KB 240/276 KB 1704/1822 KB 471/471 KB 144/577 KB 578/1210 KB 240/276 KB 1704/1822 KB 471/471 KB 148/577 KB 578/1210 KB 240/276 KB 1704/1822 KB 471/471 KB 152/577 KB 578/1210 KB 240/276 KB 1704/1822 KB 471/471 KB 156/577 KB 578/1210 KB 240/276 KB 1704/1822 KB 471/471 KB 160/577 KB unit-abot-epc-basic-0: 11:38:59 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/com/rabbitmq/amqp-client/4.0.2/amqp-client-4.0.2.jar (471 KB at 410.0 KB/sec) unit-abot-epc-basic-0: 11:38:59 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: 11:38:59 DEBUG unit.abot-epc-basic/0.install 578/1210 KB 228/276 KB 1704/1822 KB 471/471 KB 132/577 KB 582/1210 KB 240/276 KB 1704/1822 KB 160/577 KB 574/1210 KB 224/276 KB 1704/1822 KB 471/471 KB 132/577 KB 586/1210 KB 240/276 KB 1708/1822 KB 160/577 KB 586/1210 KB 240/276 KB 1712/1822 KB 160/577 KB 586/1210 KB 240/276 KB 1716/1822 KB 160/577 KB 586/1210 KB 240/276 KB 1720/1822 KB 160/577 KB 586/1210 KB 240/276 KB 1724/1822 KB 160/577 KB 586/1210 KB 240/276 KB 1728/1822 KB 160/577 KB 586/1210 KB 244/276 KB 1732/1822 KB 160/577 KB 586/1210 KB 244/276 KB 1736/1822 KB 164/577 KB 586/1210 KB 244/276 KB 1740/1822 KB 164/577 KB 586/1210 KB 244/276 KB 1744/1822 KB 164/577 KB 586/1210 KB 240/276 KB 1724/1822 KB 160/577 KB 590/1210 KB 244/276 KB 1744/1822 KB 164/577 KB 594/1210 KB 244/276 KB 1744/1822 KB 164/577 KB 586/1210 KB 244/276 KB 1732/1822 KB 164/577 KB 594/1210 KB 244/276 KB 1744/1822 KB 168/577 KB 594/1210 KB 244/276 KB 1744/1822 KB 172/577 KB 594/1210 KB 244/276 KB 4/37 KB 1744/1822 KB 176/577 KB 586/1210 KB 244/276 KB 1728/1822 KB 160/577 KB 594/1210 KB 248/276 KB 4/37 KB 1744/1822 KB 176/577 KB 594/1210 KB 252/276 KB 4/37 KB 1744/1822 KB 176/577 KB 594/1210 KB 256/276 KB 4/37 KB 1744/1822 KB 176/577 KB 594/1210 KB 260/276 KB 4/37 KB 1744/1822 KB 176/577 KB 598/1210 KB 264/276 KB 4/37 KB 1748/1822 KB 180/577 KB 598/1210 KB 268/276 KB 4/37 KB 1748/1822 KB 180/577 KB 598/1210 KB 272/276 KB 4/37 KB 1748/1822 KB 180/577 KB 594/1210 KB 244/276 KB 4/37 KB 1744/1822 KB 172/577 KB 598/1210 KB 272/276 KB 8/37 KB 1748/1822 KB 180/577 KB 598/1210 KB 272/276 KB 12/37 KB 1748/1822 KB 180/577 KB 598/1210 KB 272/276 KB 16/37 KB 1748/1822 KB 180/577 KB 598/1210 KB 272/276 KB 20/37 KB 1748/1822 KB 180/577 KB 598/1210 KB 272/276 KB 24/37 KB 1748/1822 KB 180/577 KB 598/1210 KB 272/276 KB 28/37 KB 1748/1822 KB 180/577 KB 598/1210 KB 276/276 KB 32/37 KB 1748/1822 KB 180/577 KB 598/1210 KB 260/276 KB 4/37 KB 1748/1822 KB 180/577 KB 598/1210 KB 276/276 KB 32/37 KB 1752/1822 KB 180/577 KB 598/1210 KB 276/276 KB 32/37 KB 1756/1822 KB 180/577 KB 598/1210 KB 276/276 KB 32/37 KB 1760/1822 KB 180/577 KB 598/1210 KB 276/276 KB 32/37 KB 1764/1822 KB 180/577 KB 598/1210 KB 276/276 KB 36/37 KB 1768/1822 KB 180/577 KB 598/1210 KB 276/276 KB 36/37 KB 1772/1822 KB 180/577 KB 598/1210 KB 276/276 KB 36/37 KB 1776/1822 KB 180/577 KB 598/1210 KB 260/276 KB 4/37 KB 1744/1822 KB 180/577 KB 598/1210 KB 276/276 KB 36/37 KB 1776/1822 KB 184/577 KB 598/1210 KB 276/276 KB 36/37 KB 1776/1822 KB 188/577 KB 598/1210 KB 276/276 KB 36/37 KB 1776/1822 KB 192/577 KB 598/1210 KB 260/276 KB 4/37 KB 1744/1822 KB 176/577 KB 602/1210 KB 276/276 KB 36/37 KB 1776/1822 KB 192/577 KB 606/1210 KB 276/276 KB 36/37 KB 1776/1822 KB 192/577 KB 610/1210 KB 276/276 KB 36/37 KB 1776/1822 KB 192/577 KB 614/1210 KB 276/276 KB 36/37 KB 1776/1822 KB 192/577 KB 618/1210 KB 276/276 KB 36/37 KB 1776/1822 KB 192/577 KB 622/1210 KB 276/276 KB 36/37 KB 1776/1822 KB 192/577 KB 626/1210 KB 276/276 KB 36/37 KB 1776/1822 KB 192/577 KB 630/1210 KB 276/276 KB 36/37 KB 1776/1822 KB 196/577 KB 634/1210 KB 276/276 KB 36/37 KB 1776/1822 KB 196/577 KB 638/1210 KB 276/276 KB 36/37 KB 1776/1822 KB 196/577 KB 642/1210 KB 276/276 KB 36/37 KB 1776/1822 KB 196/577 KB 646/1210 KB 276/276 KB 36/37 KB 1780/1822 KB 196/577 KB 650/1210 KB 276/276 KB 36/37 KB 1780/1822 KB 196/577 KB 654/1210 KB 276/276 KB 36/37 KB 1780/1822 KB 196/577 KB 598/1210 KB 276/276 KB 36/37 KB 1764/1822 KB 180/577 KB 65 unit-abot-epc-basic-0: 11:38:59 DEBUG unit.abot-epc-basic/0.install 4/1210 KB 276/276 KB 37/37 KB 1780/1822 KB 196/577 KB 598/1210 KB 276/276 KB 28/37 KB 1748/1822 KB 180/577 KB 654/1210 KB 276/276 KB 37/37 KB 1780/1822 KB 196/577 KB 642/1210 KB 276/276 KB 36/37 KB 1780/1822 KB 196/577 KB 654/1210 KB 276/276 KB 37/37 KB 1784/1822 KB 196/577 KB 654/1210 KB 276/276 KB 37/37 KB 1788/1822 KB 196/577 KB 654/1210 KB 276/276 KB 37/37 KB 1792/1822 KB 196/577 KB 626/1210 KB 276/276 KB 36/37 KB 1776/1822 KB 196/577 KB 654/1210 KB 276/276 KB 37/37 KB 1792/1822 KB 200/577 KB 654/1210 KB 276/276 KB 37/37 KB 1792/1822 KB 204/577 KB 654/1210 KB 276/276 KB 37/37 KB 1792/1822 KB 208/577 KB 654/1210 KB 276/276 KB 37/37 KB 1792/1822 KB 212/577 KB 654/1210 KB 276/276 KB 37/37 KB 1792/1822 KB 216/577 KB 654/1210 KB 276/276 KB 37/37 KB 1792/1822 KB 220/577 KB 654/1210 KB 276/276 KB 37/37 KB 1792/1822 KB 224/577 KB 654/1210 KB 276/276 KB 37/37 KB 1792/1822 KB 228/577 KB 658/1210 KB 276/276 KB 37/37 KB 1796/1822 KB 232/577 KB 658/1210 KB 276/276 KB 37/37 KB 1796/1822 KB 236/577 KB 658/1210 KB 276/276 KB 37/37 KB 1796/1822 KB 240/577 KB 658/1210 KB 276/276 KB 37/37 KB 1796/1822 KB 228/577 KB 658/1210 KB 276/276 KB 37/37 KB 1792/1822 KB 228/577 KB 662/1210 KB 276/276 KB 37/37 KB 1796/1822 KB 240/577 KB 666/1210 KB 276/276 KB 37/37 KB 1800/1822 KB 244/577 KB 670/1210 KB 276/276 KB 37/37 KB 1800/1822 KB 244/577 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar (276 KB at 235.6 KB/sec) unit-abot-epc-basic-0: 11:38:59 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: 11:38:59 DEBUG unit.abot-epc-basic/0.install 662/1210 KB 276/276 KB 37/37 KB 1800/1822 KB 240/577 KB 670/1210 KB 1804/1822 KB 244/577 KB 670/1210 KB 1808/1822 KB 244/577 KB 670/1210 KB 1812/1822 KB 244/577 KB 674/1210 KB 1816/1822 KB 244/577 KB 674/1210 KB 1820/1822 KB 244/577 KB 674/1210 KB 1822/1822 KB 244/577 KB 662/1210 KB 276/276 KB 37/37 KB 1800/1822 KB 244/577 KB 674/1210 KB 1822/1822 KB 248/577 KB 674/1210 KB 1822/1822 KB 252/577 KB 674/1210 KB 1822/1822 KB 256/577 KB 674/1210 KB 1822/1822 KB 260/577 KB 674/1210 KB 1822/1822 KB 264/577 KB 674/1210 KB 1822/1822 KB 268/577 KB 674/1210 KB 1822/1822 KB 272/577 KB 674/1210 KB 1812/1822 KB 244/577 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.3.5/httpmime-4.3.5.jar (37 KB at 30.9 KB/sec) unit-abot-epc-basic-0: 11:38:59 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: 11:38:59 DEBUG unit.abot-epc-basic/0.install 678/1210 KB 1822/1822 KB 272/577 KB 682/1210 KB 1822/1822 KB 272/577 KB 686/1210 KB 1822/1822 KB 272/577 KB 690/1210 KB 1822/1822 KB 272/577 KB 694/1210 KB 1822/1822 KB 272/577 KB 698/1210 KB 1822/1822 KB 272/577 KB 702/1210 KB 1822/1822 KB 272/577 KB 702/1210 KB 1822/1822 KB 276/577 KB 706/1210 KB 1822/1822 KB 280/577 KB 706/1210 KB 1822/1822 KB 284/577 KB 706/1210 KB 1822/1822 KB 288/577 KB 706/1210 KB 1822/1822 KB 276/577 KB 710/1210 KB 288/577 KB 714/1210 KB 292/577 KB 718/1210 KB 292/577 KB 722/1210 KB 292/577 KB 726/1210 KB 292/577 KB 730/1210 KB 292/577 KB 734/1210 KB 292/577 KB 738/1210 KB 292/577 KB 742/1210 KB 292/577 KB 746/1210 KB 292/577 KB 750/1210 KB 292/577 KB 754/1210 KB 292/577 KB 710/1210 KB 292/577 KB Downloaded: https://repo.maven.apache.org/maven2/org/aspectj/aspectjweaver/1.8.7/aspectjweaver-1.8.7.jar (1822 KB at 1539.6 KB/sec) unit-abot-epc-basic-0: 11:38:59 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: 11:38:59 DEBUG unit.abot-epc-basic/0.install 754/1210 KB 296/577 KB 754/1210 KB 300/577 KB 754/1210 KB 304/577 KB 754/1210 KB 308/577 KB 754/1210 KB 312/577 KB 754/1210 KB 316/577 KB 754/1210 KB 320/577 KB 754/1210 KB 324/577 KB 754/1210 KB 328/577 KB 754/1210 KB 332/577 KB 754/1210 KB 336/577 KB 758/1210 KB 340/577 KB 758/1210 KB 344/577 KB 758/1210 KB 348/577 KB 758/1210 KB 352/577 KB 758/1210 KB 356/577 KB 758/1210 KB 336/577 KB 762/1210 KB 356/577 KB 762/1210 KB 356/577 KB 4/439 KB 762/1210 KB 356/577 KB 8/439 KB 762/1210 KB 356/577 KB 12/439 KB 762/1210 KB 356/577 KB 16/439 KB 762/1210 KB 356/577 KB 20/439 KB 762/1210 KB 356/577 KB 24/439 KB 762/1210 KB 356/577 KB 28/439 KB 762/1210 KB 356/577 KB 32/439 KB 762/1210 KB 356/577 KB 36/439 KB 762/1210 KB 356/577 KB 40/439 KB 762/1210 KB 356/577 KB 44/439 KB 762/1210 KB 360/577 KB 44/439 KB 762/1210 KB 364/577 KB 44/439 KB 762/1210 KB 368/577 KB 48/439 KB 762/1210 KB 364/577 KB 48/439 KB 762/1210 KB 368/577 KB 52/439 KB 762/1210 KB 372/577 KB 56/439 KB 762/1210 KB 372/577 KB 60/439 KB 762/1210 KB 372/577 KB 64/439 KB 762/1210 KB 372/577 KB 52/439 KB 762/1210 KB 376/577 KB 64/439 KB 762/1210 KB 380/577 KB 64/439 KB 762/1210 KB 384/577 KB 64/439 KB 762/1210 KB 388/577 KB 64/439 KB 762/1210 KB 392/577 KB 64/439 KB 762/1210 KB 396/577 KB 64/439 KB 762/1210 KB 400/577 KB 64/439 KB 762/1210 KB 404/577 KB 64/439 KB 762/1210 KB 408/577 KB 68/439 KB 762/1210 KB 412/577 KB 68/439 KB 762/1210 KB 416/577 KB 68/439 KB 762/1210 KB 404/577 KB 68/439 KB 762/1210 KB 416/577 KB 72/439 KB 762/1210 KB 416/577 KB 76/439 KB 762/1210 KB 416/577 KB 80/439 KB 762/1210 KB 416/577 KB 84/439 KB 762/1210 KB 416/577 KB 88/439 KB 762/1210 KB 416/577 KB 92/439 KB 762/1210 KB 416/577 KB 96/439 KB 762/1210 KB 420/577 KB 96/439 KB 762/1210 KB 424/577 KB 100/439 KB 762/1210 KB 428/577 KB 100/439 KB 762/1210 KB 432/577 KB 100/439 KB 762/1210 KB 420/577 KB 100/439 KB 762/1210 KB 432/577 KB 104/439 KB 762/1210 KB 432/577 KB 108/439 KB 762/1210 KB 432/577 KB 112/439 KB 762/1210 KB 3/1192 KB 432/577 KB 112/439 KB 762/1210 KB 5/1192 KB 432/577 KB 112/439 KB 762/1210 KB 8/1192 KB 432/577 KB 112/439 KB 762/1210 KB 11/1192 KB 432/577 KB 112/439 KB 762/1210 KB 13/1192 KB 432/577 KB 112/439 KB 762/1210 KB 16/1192 KB 432/577 KB 112/439 KB 762/1210 KB 19/1192 KB 432/577 KB 112/439 KB 762/1210 KB 21/1192 KB 432/577 KB 112/439 KB 762/1210 KB 24/1192 KB 432/577 KB 112/439 KB 762/1210 KB 27/1192 KB 432/577 KB 112/439 KB 762/1210 KB 29/1192 KB 432/577 KB 112/439 KB 762/1210 KB 32/1192 KB 432/577 KB 112/439 KB 762/1210 KB 32/1192 KB 432/577 KB 116/439 KB 766/1210 KB 36/1192 KB 436/577 KB 120/439 KB 766/1210 KB 36/1192 KB 436/577 KB 124/439 KB 766/1210 KB 36/1192 KB 436/577 KB 128/439 KB 766/1210 KB 36/1192 KB 436/577 KB 116/439 KB 766/1210 KB 36/1192 KB 432/577 KB 116/439 KB 762/1210 KB 36/1192 KB 432/577 KB 116/439 KB 766/1210 KB 40/1192 KB 436/577 KB 128/439 KB 766/1210 KB 44/1192 KB 436/577 KB 128/439 KB 766/1210 KB 48/1192 KB 436/577 KB 128/439 KB 766/1210 KB 52/1192 KB 436/577 KB 128/439 KB 766/1210 KB 56/1192 KB 436/577 KB 128/439 KB 766/1210 KB 60/1192 KB 436/577 KB 128/439 KB 766/1210 KB 64/1192 KB 436/577 KB 128/439 KB 766/1210 KB 68/1192 KB 436/577 KB 128/439 KB 766/1210 KB 72/1192 KB 436/577 KB 128/439 KB 766/1210 KB 76/1192 KB 436/577 KB 128/439 KB 770/1210 KB 80/1192 KB 436/577 KB 128/439 KB 770/1210 KB 84/1192 KB 436/577 KB 128/439 KB 770/1210 KB 88/1192 KB 440/577 K unit-abot-epc-basic-0: 11:38:59 DEBUG unit.abot-epc-basic/0.install B 132/439 KB 770/1210 KB 76/1192 KB 436/577 KB 128/439 KB 774/1210 KB 88/1192 KB 440/577 KB 132/439 KB 778/1210 KB 88/1192 KB 440/577 KB 132/439 KB 782/1210 KB 88/1192 KB 440/577 KB 132/439 KB 786/1210 KB 92/1192 KB 440/577 KB 132/439 KB 790/1210 KB 92/1192 KB 440/577 KB 132/439 KB 794/1210 KB 92/1192 KB 440/577 KB 132/439 KB 798/1210 KB 92/1192 KB 440/577 KB 132/439 KB 802/1210 KB 92/1192 KB 440/577 KB 132/439 KB 806/1210 KB 92/1192 KB 440/577 KB 132/439 KB 810/1210 KB 92/1192 KB 440/577 KB 132/439 KB 814/1210 KB 92/1192 KB 440/577 KB 132/439 KB 818/1210 KB 92/1192 KB 440/577 KB 132/439 KB 770/1210 KB 84/1192 KB 440/577 KB 132/439 KB 818/1210 KB 92/1192 KB 440/577 KB 136/439 KB 818/1210 KB 92/1192 KB 440/577 KB 140/439 KB 770/1210 KB 84/1192 KB 440/577 KB 128/439 KB 818/1210 KB 92/1192 KB 444/577 KB 140/439 KB 818/1210 KB 92/1192 KB 448/577 KB 140/439 KB 818/1210 KB 92/1192 KB 452/577 KB 140/439 KB 818/1210 KB 92/1192 KB 456/577 KB 140/439 KB 818/1210 KB 92/1192 KB 460/577 KB 140/439 KB 818/1210 KB 92/1192 KB 464/577 KB 140/439 KB 782/1210 KB 92/1192 KB 440/577 KB 132/439 KB 818/1210 KB 96/1192 KB 464/577 KB 140/439 KB 818/1210 KB 100/1192 KB 464/577 KB 140/439 KB 818/1210 KB 104/1192 KB 468/577 KB 144/439 KB 818/1210 KB 108/1192 KB 468/577 KB 144/439 KB 818/1210 KB 112/1192 KB 468/577 KB 144/439 KB 818/1210 KB 100/1192 KB 468/577 KB 144/439 KB 818/1210 KB 112/1192 KB 472/577 KB 144/439 KB 818/1210 KB 112/1192 KB 476/577 KB 144/439 KB 818/1210 KB 116/1192 KB 480/577 KB 144/439 KB 818/1210 KB 100/1192 KB 464/577 KB 144/439 KB 818/1210 KB 116/1192 KB 480/577 KB 148/439 KB 818/1210 KB 116/1192 KB 480/577 KB 152/439 KB 818/1210 KB 116/1192 KB 480/577 KB 156/439 KB 818/1210 KB 116/1192 KB 480/577 KB 160/439 KB 818/1210 KB 116/1192 KB 480/577 KB 164/439 KB 818/1210 KB 116/1192 KB 484/577 KB 168/439 KB 818/1210 KB 116/1192 KB 484/577 KB 172/439 KB 818/1210 KB 116/1192 KB 484/577 KB 176/439 KB 818/1210 KB 116/1192 KB 484/577 KB 180/439 KB 818/1210 KB 116/1192 KB 476/577 KB 144/439 KB 822/1210 KB 120/1192 KB 484/577 KB 180/439 KB 822/1210 KB 124/1192 KB 484/577 KB 180/439 KB 822/1210 KB 128/1192 KB 484/577 KB 180/439 KB 822/1210 KB 132/1192 KB 484/577 KB 180/439 KB 822/1210 KB 136/1192 KB 484/577 KB 180/439 KB 822/1210 KB 140/1192 KB 484/577 KB 180/439 KB 822/1210 KB 144/1192 KB 484/577 KB 180/439 KB 822/1210 KB 148/1192 KB 484/577 KB 180/439 KB 822/1210 KB 116/1192 KB 484/577 KB 180/439 KB 826/1210 KB 148/1192 KB 484/577 KB 184/439 KB 830/1210 KB 148/1192 KB 484/577 KB 184/439 KB 818/1210 KB 116/1192 KB 484/577 KB 164/439 KB 830/1210 KB 148/1192 KB 488/577 KB 184/439 KB 830/1210 KB 148/1192 KB 492/577 KB 184/439 KB 830/1210 KB 148/1192 KB 496/577 KB 184/439 KB 830/1210 KB 148/1192 KB 500/577 KB 184/439 KB 830/1210 KB 148/1192 KB 504/577 KB 184/439 KB 830/1210 KB 148/1192 KB 508/577 KB 184/439 KB 830/1210 KB 148/1192 KB 512/577 KB 184/439 KB 830/1210 KB 148/1192 KB 516/577 KB 184/439 KB 834/1210 KB 152/1192 KB 520/577 KB 184/439 KB 834/1210 KB 152/1192 KB 524/577 KB 184/439 KB 834/1210 KB 152/1192 KB 528/577 KB 184/439 KB 834/1210 KB 152/1192 KB 532/577 KB 184/439 KB 822/1210 KB 148/1192 KB 484/577 KB 184/439 KB 834/1210 KB 152/1192 KB 532/577 KB 188/439 KB 834/1210 KB 152/1192 KB 532/577 KB 192/439 KB 834/1210 KB 152/1192 KB 532/577 KB 196/439 KB 834/1210 KB 152/1192 KB 516/577 KB 184/439 KB 834/1210 KB 148/1192 KB 516/577 KB 184/439 KB 838/1210 KB 152/1192 KB 532/5 unit-abot-epc-basic-0: 11:38:59 DEBUG unit.abot-epc-basic/0.install 77 KB 196/439 KB 842/1210 KB 152/1192 KB 532/577 KB 196/439 KB 846/1210 KB 156/1192 KB 532/577 KB 196/439 KB 842/1210 KB 156/1192 KB 532/577 KB 196/439 KB 846/1210 KB 160/1192 KB 532/577 KB 196/439 KB 846/1210 KB 164/1192 KB 532/577 KB 196/439 KB 850/1210 KB 168/1192 KB 532/577 KB 200/439 KB 850/1210 KB 172/1192 KB 532/577 KB 200/439 KB 850/1210 KB 176/1192 KB 532/577 KB 200/439 KB 850/1210 KB 164/1192 KB 532/577 KB 200/439 KB 846/1210 KB 164/1192 KB 532/577 KB 200/439 KB 854/1210 KB 176/1192 KB 532/577 KB 204/439 KB 854/1210 KB 176/1192 KB 532/577 KB 208/439 KB 854/1210 KB 176/1192 KB 532/577 KB 212/439 KB 854/1210 KB 176/1192 KB 532/577 KB 216/439 KB 854/1210 KB 176/1192 KB 536/577 KB 220/439 KB 854/1210 KB 176/1192 KB 536/577 KB 224/439 KB 854/1210 KB 176/1192 KB 536/577 KB 228/439 KB 854/1210 KB 180/1192 KB 536/577 KB 232/439 KB 854/1210 KB 176/1192 KB 532/577 KB 212/439 KB 858/1210 KB 180/1192 KB 536/577 KB 232/439 KB 862/1210 KB 180/1192 KB 536/577 KB 232/439 KB 866/1210 KB 180/1192 KB 536/577 KB 232/439 KB 870/1210 KB 180/1192 KB 536/577 KB 232/439 KB 874/1210 KB 180/1192 KB 536/577 KB 232/439 KB 878/1210 KB 180/1192 KB 536/577 KB 232/439 KB 882/1210 KB 180/1192 KB 536/577 KB 236/439 KB 886/1210 KB 180/1192 KB 536/577 KB 236/439 KB 890/1210 KB 180/1192 KB 536/577 KB 236/439 KB 894/1210 KB 180/1192 KB 536/577 KB 236/439 KB 898/1210 KB 180/1192 KB 536/577 KB 236/439 KB 854/1210 KB 180/1192 KB 536/577 KB 228/439 KB 854/1210 KB 176/1192 KB 536/577 KB 216/439 KB 898/1210 KB 180/1192 KB 540/577 KB 236/439 KB 898/1210 KB 180/1192 KB 544/577 KB 236/439 KB 898/1210 KB 180/1192 KB 548/577 KB 236/439 KB 878/1210 KB 180/1192 KB 536/577 KB 236/439 KB 898/1210 KB 184/1192 KB 548/577 KB 240/439 KB 898/1210 KB 184/1192 KB 552/577 KB 244/439 KB 898/1210 KB 184/1192 KB 548/577 KB 236/439 KB 898/1210 KB 188/1192 KB 552/577 KB 244/439 KB 898/1210 KB 192/1192 KB 552/577 KB 244/439 KB 898/1210 KB 196/1192 KB 552/577 KB 244/439 KB 898/1210 KB 200/1192 KB 552/577 KB 244/439 KB 898/1210 KB 204/1192 KB 552/577 KB 244/439 KB 898/1210 KB 208/1192 KB 552/577 KB 244/439 KB 898/1210 KB 184/1192 KB 552/577 KB 240/439 KB 898/1210 KB 208/1192 KB 556/577 KB 244/439 KB 898/1210 KB 208/1192 KB 560/577 KB 244/439 KB 898/1210 KB 208/1192 KB 564/577 KB 244/439 KB 898/1210 KB 212/1192 KB 568/577 KB 248/439 KB 898/1210 KB 212/1192 KB 572/577 KB 248/439 KB 898/1210 KB 212/1192 KB 576/577 KB 248/439 KB 898/1210 KB 212/1192 KB 577/577 KB 248/439 KB 898/1210 KB 212/1192 KB 564/577 KB 248/439 KB 898/1210 KB 216/1192 KB 577/577 KB 248/439 KB 898/1210 KB 220/1192 KB 577/577 KB 248/439 KB 898/1210 KB 224/1192 KB 577/577 KB 248/439 KB 902/1210 KB 228/1192 KB 577/577 KB 248/439 KB 902/1210 KB 232/1192 KB 577/577 KB 248/439 KB 898/1210 KB 208/1192 KB 564/577 KB 248/439 KB 902/1210 KB 236/1192 KB 577/577 KB 252/439 KB 902/1210 KB 236/1192 KB 577/577 KB 256/439 KB 902/1210 KB 236/1192 KB 577/577 KB 260/439 KB 902/1210 KB 236/1192 KB 577/577 KB 264/439 KB 902/1210 KB 228/1192 KB 577/577 KB 248/439 KB 906/1210 KB 236/1192 KB 577/577 KB 268/439 KB 910/1210 KB 236/1192 KB 577/577 KB 268/439 KB 914/1210 KB 236/1192 KB 577/577 KB 268/439 KB 918/1210 KB 236/1192 KB 577/577 KB 268/439 KB 922/1210 KB 236/1192 KB 577/577 KB 268/439 KB 926/1210 KB 236/1192 KB 577/577 KB 268/439 KB 930/1210 KB 236/1192 KB 577/577 KB 268/439 KB 934/1210 KB 236/1192 KB 577/577 KB 268/439 KB 938/1210 KB 236/1192 KB 577/577 KB 268/439 KB 902/ unit-abot-epc-basic-0: 11:39:00 DEBUG unit.abot-epc-basic/0.install 1210 KB 236/1192 KB 577/577 KB 268/439 KB 942/1210 KB 236/1192 KB 577/577 KB 272/439 KB 902/1210 KB 236/1192 KB 577/577 KB 268/439 KB 942/1210 KB 240/1192 KB 577/577 KB 272/439 KB 942/1210 KB 244/1192 KB 577/577 KB 272/439 KB 942/1210 KB 248/1192 KB 577/577 KB 272/439 KB 942/1210 KB 252/1192 KB 577/577 KB 272/439 KB 942/1210 KB 256/1192 KB 577/577 KB 272/439 KB 942/1210 KB 260/1192 KB 4/167 KB 272/439 KB 942/1210 KB 236/1192 KB 577/577 KB 272/439 KB 942/1210 KB 256/1192 KB 4/167 KB 577/577 KB 272/439 KB 942/1210 KB 264/1192 KB 8/167 KB 272/439 KB 942/1210 KB 264/1192 KB 12/167 KB 272/439 KB 942/1210 KB 264/1192 KB 16/167 KB 272/439 KB 942/1210 KB 264/1192 KB 20/167 KB 272/439 KB 942/1210 KB 264/1192 KB 24/167 KB 272/439 KB 942/1210 KB 264/1192 KB 28/167 KB 272/439 KB 942/1210 KB 264/1192 KB 32/167 KB 272/439 KB 942/1210 KB 264/1192 KB 36/167 KB 272/439 KB 942/1210 KB 264/1192 KB 40/167 KB 272/439 KB 942/1210 KB 264/1192 KB 44/167 KB 272/439 KB 942/1210 KB 264/1192 KB 48/167 KB 272/439 KB 942/1210 KB 264/1192 KB 52/167 KB 272/439 KB 946/1210 KB 264/1192 KB 56/167 KB 272/439 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar (577 KB at 458.4 KB/sec) unit-abot-epc-basic-0: 11:39:00 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: 11:39:00 DEBUG unit.abot-epc-basic/0.install 942/1210 KB 264/1192 KB 52/167 KB 272/439 KB 946/1210 KB 268/1192 KB 56/167 KB 272/439 KB 946/1210 KB 272/1192 KB 56/167 KB 272/439 KB 946/1210 KB 264/1192 KB 52/167 KB 272/439 KB 950/1210 KB 272/1192 KB 56/167 KB 272/439 KB 954/1210 KB 272/1192 KB 56/167 KB 272/439 KB 958/1210 KB 272/1192 KB 56/167 KB 272/439 KB 962/1210 KB 276/1192 KB 60/167 KB 272/439 KB 966/1210 KB 276/1192 KB 60/167 KB 272/439 KB 958/1210 KB 276/1192 KB 60/167 KB 272/439 KB 966/1210 KB 276/1192 KB 64/167 KB 272/439 KB 966/1210 KB 276/1192 KB 68/167 KB 272/439 KB 958/1210 KB 276/1192 KB 56/167 KB 272/439 KB 970/1210 KB 280/1192 KB 68/167 KB 272/439 KB 970/1210 KB 284/1192 KB 68/167 KB 272/439 KB 970/1210 KB 288/1192 KB 68/167 KB 272/439 KB 970/1210 KB 292/1192 KB 68/167 KB 272/439 KB 970/1210 KB 296/1192 KB 72/167 KB 276/439 KB 970/1210 KB 300/1192 KB 72/167 KB 276/439 KB 970/1210 KB 304/1192 KB 72/167 KB 276/439 KB 970/1210 KB 276/1192 KB 68/167 KB 272/439 KB 970/1210 KB 292/1192 KB 72/167 KB 276/439 KB 970/1210 KB 304/1192 KB 72/167 KB 280/439 KB 970/1210 KB 304/1192 KB 72/167 KB 284/439 KB 970/1210 KB 304/1192 KB 72/167 KB 288/439 KB 970/1210 KB 304/1192 KB 72/167 KB 292/439 KB 970/1210 KB 304/1192 KB 72/167 KB 296/439 KB 970/1210 KB 304/1192 KB 72/167 KB 300/439 KB 970/1210 KB 304/1192 KB 72/167 KB 304/439 KB 970/1210 KB 304/1192 KB 72/167 KB 308/439 KB 970/1210 KB 304/1192 KB 72/167 KB 312/439 KB 4/562 KB 970/1210 KB 304/1192 KB 72/167 KB 316/439 KB 970/1210 KB 292/1192 KB 72/167 KB 272/439 KB 4/562 KB 974/1210 KB 304/1192 KB 72/167 KB 316/439 KB 4/562 KB 970/1210 KB 304/1192 KB 72/167 KB 316/439 KB 4/562 KB 974/1210 KB 304/1192 KB 72/167 KB 320/439 KB 4/562 KB 974/1210 KB 304/1192 KB 72/167 KB 324/439 KB 4/562 KB 974/1210 KB 304/1192 KB 72/167 KB 328/439 KB 4/562 KB 974/1210 KB 304/1192 KB 72/167 KB 332/439 KB 4/562 KB 974/1210 KB 304/1192 KB 76/167 KB 332/439 KB 4/562 KB 974/1210 KB 304/1192 KB 80/167 KB 332/439 KB 8/562 KB 974/1210 KB 304/1192 KB 84/167 KB 336/439 KB 8/562 KB 978/1210 KB 304/1192 KB 88/167 KB 336/439 KB 8/562 KB 978/1210 KB 304/1192 KB 92/167 KB 336/439 KB 8/562 KB 978/1210 KB 304/1192 KB 96/167 KB 336/439 KB 8/562 KB 978/1210 KB 304/1192 KB 100/167 KB 336/439 KB 8/562 KB 978/1210 KB 308/1192 KB 104/167 KB 336/439 KB 8/562 KB 978/1210 KB 308/1192 KB 108/167 KB 336/439 KB 8/562 KB 978/1210 KB 308/1192 KB 112/167 KB 336/439 KB 8/562 KB 974/1210 KB 304/1192 KB 80/167 KB 336/439 KB 4/562 KB 974/1210 KB 304/1192 KB 80/167 KB 336/439 KB 8/562 KB 978/1210 KB 308/1192 KB 112/167 KB 340/439 KB 12/562 KB 978/1210 KB 308/1192 KB 112/167 KB 344/439 KB 12/562 KB 978/1210 KB 308/1192 KB 112/167 KB 348/439 KB 12/562 KB 978/1210 KB 308/1192 KB 112/167 KB 352/439 KB 8/562 KB 978/1210 KB 308/1192 KB 100/167 KB 336/439 KB 8/562 KB 978/1210 KB 304/1192 KB 84/167 KB 336/439 KB 12/562 KB 978/1210 KB 308/1192 KB 112/167 KB 340/439 KB 16/562 KB 982/1210 KB 308/1192 KB 112/167 KB 352/439 KB 20/562 KB 982/1210 KB 308/1192 KB 112/167 KB 352/439 KB 24/562 KB 982/1210 KB 308/1192 KB 112/167 KB 352/439 KB 28/562 KB 982/1210 KB 308/1192 KB 112/167 KB 352/439 KB 32/562 KB 982/1210 KB 308/1192 KB 112/167 KB 352/439 KB 12/562 KB 982/1210 KB 308/1192 KB 112/167 KB 352/439 KB 32/562 KB 986/1210 KB 308/1192 KB 112/167 KB 352/439 KB 32/562 KB 990/1210 KB 308/1192 KB 112/167 KB 352/439 KB 32/562 KB 994/1210 KB 308/1192 KB 112/167 KB 352/439 KB 36/562 KB 998/1210 KB 312/1192 KB 112/167 KB 356/439 unit-abot-epc-basic-0: 11:39:00 DEBUG unit.abot-epc-basic/0.install KB 36/562 KB 1002/1210 KB 312/1192 KB 112/167 KB 356/439 KB 36/562 KB 1006/1210 KB 312/1192 KB 112/167 KB 356/439 KB 36/562 KB 994/1210 KB 312/1192 KB 112/167 KB 356/439 KB 36/562 KB 1006/1210 KB 312/1192 KB 112/167 KB 360/439 KB 36/562 KB 1006/1210 KB 312/1192 KB 112/167 KB 364/439 KB 36/562 KB 1006/1210 KB 312/1192 KB 112/167 KB 368/439 KB 36/562 KB 1010/1210 KB 312/1192 KB 112/167 KB 372/439 KB 36/562 KB 1010/1210 KB 312/1192 KB 116/167 KB 376/439 KB 36/562 KB 1010/1210 KB 312/1192 KB 116/167 KB 380/439 KB 36/562 KB 1010/1210 KB 312/1192 KB 116/167 KB 384/439 KB 36/562 KB 994/1210 KB 312/1192 KB 112/167 KB 352/439 KB 36/562 KB 1010/1210 KB 316/1192 KB 116/167 KB 384/439 KB 36/562 KB 1010/1210 KB 320/1192 KB 116/167 KB 384/439 KB 36/562 KB 1010/1210 KB 324/1192 KB 116/167 KB 384/439 KB 36/562 KB 1010/1210 KB 328/1192 KB 116/167 KB 384/439 KB 36/562 KB 1010/1210 KB 332/1192 KB 116/167 KB 384/439 KB 36/562 KB 1010/1210 KB 336/1192 KB 116/167 KB 384/439 KB 36/562 KB 994/1210 KB 308/1192 KB 112/167 KB 352/439 KB 40/562 KB 1010/1210 KB 336/1192 KB 116/167 KB 384/439 KB 44/562 KB 1010/1210 KB 336/1192 KB 116/167 KB 384/439 KB 48/562 KB 1010/1210 KB 336/1192 KB 116/167 KB 384/439 KB 52/562 KB 1010/1210 KB 336/1192 KB 116/167 KB 384/439 KB 56/562 KB 1010/1210 KB 336/1192 KB 116/167 KB 384/439 KB 60/562 KB 1010/1210 KB 340/1192 KB 116/167 KB 384/439 KB 64/562 KB 1010/1210 KB 340/1192 KB 116/167 KB 384/439 KB 68/562 KB 1010/1210 KB 340/1192 KB 116/167 KB 384/439 KB 72/562 KB 1010/1210 KB 340/1192 KB 116/167 KB 388/439 KB 76/562 KB 1010/1210 KB 340/1192 KB 116/167 KB 388/439 KB 80/562 KB 1010/1210 KB 340/1192 KB 116/167 KB 388/439 KB 36/562 KB 1010/1210 KB 312/1192 KB 116/167 KB 372/439 KB 36/562 KB 1010/1210 KB 312/1192 KB 112/167 KB 368/439 KB 80/562 KB 1014/1210 KB 340/1192 KB 116/167 KB 388/439 KB 80/562 KB 1018/1210 KB 340/1192 KB 116/167 KB 388/439 KB 80/562 KB 1022/1210 KB 340/1192 KB 116/167 KB 388/439 KB 80/562 KB 1026/1210 KB 340/1192 KB 116/167 KB 388/439 KB 80/562 KB 1030/1210 KB 340/1192 KB 120/167 KB 388/439 KB 80/562 KB 1034/1210 KB 340/1192 KB 120/167 KB 388/439 KB 80/562 KB 1038/1210 KB 340/1192 KB 120/167 KB 388/439 KB 68/562 KB 1010/1210 KB 340/1192 KB 116/167 KB 388/439 KB 80/562 KB 1038/1210 KB 340/1192 KB 120/167 KB 392/439 KB 80/562 KB 1038/1210 KB 340/1192 KB 120/167 KB 396/439 KB 80/562 KB 1038/1210 KB 340/1192 KB 120/167 KB 400/439 KB 56/562 KB 1010/1210 KB 340/1192 KB 116/167 KB 384/439 KB 80/562 KB 1038/1210 KB 344/1192 KB 120/167 KB 400/439 KB 80/562 KB 1038/1210 KB 348/1192 KB 120/167 KB 400/439 KB 80/562 KB 1038/1210 KB 352/1192 KB 120/167 KB 400/439 KB 80/562 KB 1026/1210 KB 340/1192 KB 120/167 KB 388/439 KB 80/562 KB 1038/1210 KB 352/1192 KB 124/167 KB 400/439 KB 80/562 KB 1038/1210 KB 352/1192 KB 128/167 KB 400/439 KB 80/562 KB 1038/1210 KB 352/1192 KB 132/167 KB 400/439 KB 80/562 KB 1038/1210 KB 352/1192 KB 136/167 KB 400/439 KB 80/562 KB 1038/1210 KB 356/1192 KB 140/167 KB 400/439 KB 80/562 KB 1038/1210 KB 356/1192 KB 144/167 KB 400/439 KB 80/562 KB 1038/1210 KB 356/1192 KB 148/167 KB 400/439 KB 84/562 KB 1042/1210 KB 356/1192 KB 152/167 KB 404/439 KB 84/562 KB 1042/1210 KB 356/1192 KB 156/167 KB 404/439 KB 84/562 KB 1042/1210 KB 356/1192 KB 160/167 KB 404/439 KB 80/562 KB 1038/1210 KB 356/1192 KB 136/167 KB 400/439 KB 84/562 KB 1042/1210 KB 360/1192 KB 160/167 KB 404/439 KB 84/562 KB 1042/1210 KB 364/1192 KB 160/167 KB 404/439 KB 84/562 KB 1 unit-abot-epc-basic-0: 11:39:00 DEBUG unit.abot-epc-basic/0.install 042/1210 KB 368/1192 KB 160/167 KB 404/439 KB 84/562 KB 1042/1210 KB 372/1192 KB 160/167 KB 404/439 KB 84/562 KB 1042/1210 KB 376/1192 KB 164/167 KB 404/439 KB 84/562 KB 1042/1210 KB 380/1192 KB 164/167 KB 404/439 KB 84/562 KB 1042/1210 KB 384/1192 KB 164/167 KB 404/439 KB 84/562 KB 1042/1210 KB 356/1192 KB 148/167 KB 404/439 KB 88/562 KB 1042/1210 KB 384/1192 KB 164/167 KB 404/439 KB 92/562 KB 1042/1210 KB 384/1192 KB 164/167 KB 404/439 KB 96/562 KB 1042/1210 KB 384/1192 KB 164/167 KB 404/439 KB 80/562 KB 1042/1210 KB 356/1192 KB 148/167 KB 404/439 KB 96/562 KB 1046/1210 KB 384/1192 KB 164/167 KB 404/439 KB 96/562 KB 1050/1210 KB 384/1192 KB 164/167 KB 404/439 KB 96/562 KB 1054/1210 KB 384/1192 KB 164/167 KB 404/439 KB 80/562 KB 1038/1210 KB 356/1192 KB 148/167 KB 404/439 KB 96/562 KB 1054/1210 KB 384/1192 KB 164/167 KB 408/439 KB 96/562 KB 1054/1210 KB 384/1192 KB 164/167 KB 412/439 KB 96/562 KB 1054/1210 KB 384/1192 KB 164/167 KB 416/439 KB 96/562 KB 1058/1210 KB 384/1192 KB 164/167 KB 420/439 KB 100/562 KB 1058/1210 KB 384/1192 KB 164/167 KB 424/439 KB 100/562 KB 1058/1210 KB 384/1192 KB 164/167 KB 428/439 KB 100/562 KB 1058/1210 KB 384/1192 KB 164/167 KB 432/439 KB 84/562 KB 1042/1210 KB 372/1192 KB 164/167 KB 404/439 KB 100/562 KB 1058/1210 KB 384/1192 KB 167/167 KB 432/439 KB 100/562 KB 1058/1210 KB 388/1192 KB 167/167 KB 432/439 KB 100/562 KB 1058/1210 KB 392/1192 KB 167/167 KB 436/439 KB 100/562 KB 1058/1210 KB 396/1192 KB 167/167 KB 436/439 KB 100/562 KB 1058/1210 KB 400/1192 KB 167/167 KB 436/439 KB 100/562 KB 1058/1210 KB 384/1192 KB 164/167 KB 420/439 KB 104/562 KB 1058/1210 KB 400/1192 KB 167/167 KB 436/439 KB 108/562 KB 1058/1210 KB 400/1192 KB 167/167 KB 436/439 KB 112/562 KB 1058/1210 KB 400/1192 KB 167/167 KB 436/439 KB 116/562 KB 1058/1210 KB 400/1192 KB 167/167 KB 436/439 KB 120/562 KB 1058/1210 KB 404/1192 KB 167/167 KB 436/439 KB 124/562 KB 1058/1210 KB 404/1192 KB 167/167 KB 436/439 KB 128/562 KB 1058/1210 KB 404/1192 KB 167/167 KB 436/439 KB 96/562 KB 1058/1210 KB 384/1192 KB 164/167 KB 416/439 KB 128/562 KB 1062/1210 KB 404/1192 KB 167/167 KB 436/439 KB 128/562 KB 1066/1210 KB 404/1192 KB 167/167 KB 436/439 KB 128/562 KB 1070/1210 KB 404/1192 KB 167/167 KB 436/439 KB 128/562 KB 1074/1210 KB 404/1192 KB 167/167 KB 436/439 KB 128/562 KB 1078/1210 KB 404/1192 KB 167/167 KB 436/439 KB 128/562 KB 1082/1210 KB 404/1192 KB 167/167 KB 436/439 KB 128/562 KB 1086/1210 KB 404/1192 KB 167/167 KB 436/439 KB 128/562 KB 1090/1210 KB 404/1192 KB 167/167 KB 436/439 KB 128/562 KB 1094/1210 KB 404/1192 KB 167/167 KB 436/439 KB 128/562 KB 1098/1210 KB 404/1192 KB 167/167 KB 436/439 KB 132/562 KB 1102/1210 KB 404/1192 KB 167/167 KB 436/439 KB 116/562 KB 1058/1210 KB 404/1192 KB 167/167 KB 436/439 KB 132/562 KB 1102/1210 KB 408/1192 KB 167/167 KB 436/439 KB 132/562 KB 1102/1210 KB 412/1192 KB 167/167 KB 436/439 KB 132/562 KB 1102/1210 KB 416/1192 KB 167/167 KB 436/439 KB 132/562 KB 1106/1210 KB 420/1192 KB 167/167 KB 436/439 KB 100/562 KB 1058/1210 KB 388/1192 KB 167/167 KB 436/439 KB 132/562 KB 1106/1210 KB 420/1192 KB 439/439 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java8/1.2.3/cucumber-java8-1.2.3.jar (167 KB at 128.2 KB/sec) unit-abot-epc-basic-0: 11:39:00 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: 11:39:00 DEBUG unit.abot-epc-basic/0.install 132/562 KB 1106/1210 KB 416/1192 KB 167/167 KB 436/439 KB 132/562 KB 1110/1210 KB 420/1192 KB 439/439 KB 132/562 KB 1114/1210 KB 420/1192 KB 439/439 KB 132/562 KB 1118/1210 KB 424/1192 KB 439/439 KB 132/562 KB 1122/1210 KB 424/1192 KB 439/439 KB 132/562 KB 1126/1210 KB 424/1192 KB 439/439 KB 132/562 KB 1130/1210 KB 424/1192 KB 132/562 KB 1134/1210 KB 424/1192 KB 132/562 KB 1098/1210 KB 404/1192 KB 167/167 KB 436/439 KB 136/562 KB 1134/1210 KB 424/1192 KB 140/562 KB 1134/1210 KB 424/1192 KB 144/562 KB 1134/1210 KB 424/1192 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.jar (439 KB at 336.6 KB/sec) unit-abot-epc-basic-0: 11:39:00 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: 11:39:00 DEBUG unit.abot-epc-basic/0.install 148/562 KB 1134/1210 KB 424/1192 KB 152/562 KB 1134/1210 KB 424/1192 KB 156/562 KB 1134/1210 KB 424/1192 KB 160/562 KB 1134/1210 KB 424/1192 KB 132/562 KB 1114/1210 KB 424/1192 KB 439/439 KB 160/562 KB 1134/1210 KB 428/1192 KB 160/562 KB 1134/1210 KB 432/1192 KB 160/562 KB 1134/1210 KB 436/1192 KB 164/562 KB 1134/1210 KB 440/1192 KB 4/256 KB 164/562 KB 1134/1210 KB 444/1192 KB 4/256 KB 164/562 KB 1134/1210 KB 448/1192 KB 4/256 KB 164/562 KB 1138/1210 KB 4/140 KB 452/1192 KB 4/256 KB 164/562 KB 1138/1210 KB 4/140 KB 456/1192 KB 4/256 KB 164/562 KB 1138/1210 KB 4/140 KB 460/1192 KB 4/256 KB 164/562 KB 1138/1210 KB 4/140 KB 464/1192 KB 4/256 KB 164/562 KB 1138/1210 KB 4/140 KB 468/1192 KB 4/256 KB 164/562 KB 1138/1210 KB 4/140 KB 472/1192 KB 4/256 KB 164/562 KB 1138/1210 KB 4/140 KB 476/1192 KB 4/256 KB 164/562 KB 1134/1210 KB 436/1192 KB 4/256 KB 168/562 KB 1138/1210 KB 4/140 KB 476/1192 KB 4/256 KB 172/562 KB 1138/1210 KB 4/140 KB 476/1192 KB 4/256 KB 160/562 KB 1134/1210 KB 436/1192 KB 4/256 KB 164/562 KB 1138/1210 KB 4/140 KB 448/1192 KB 4/256 KB 176/562 KB 1138/1210 KB 8/140 KB 476/1192 KB 8/256 KB 176/562 KB 1138/1210 KB 12/140 KB 476/1192 KB 8/256 KB 176/562 KB 1138/1210 KB 16/140 KB 476/1192 KB 8/256 KB 176/562 KB 1138/1210 KB 20/140 KB 476/1192 KB 8/256 KB 176/562 KB 1138/1210 KB 24/140 KB 476/1192 KB 8/256 KB 176/562 KB 1138/1210 KB 28/140 KB 476/1192 KB 8/256 KB 176/562 KB 1138/1210 KB 32/140 KB 476/1192 KB 8/256 KB 164/562 KB 1138/1210 KB 448/1192 KB 4/256 KB 176/562 KB 1138/1210 KB 20/140 KB 476/1192 KB 8/256 KB 176/562 KB 1138/1210 KB 4/140 KB 476/1192 KB 8/256 KB 176/562 KB 1138/1210 KB 32/140 KB 476/1192 KB 12/256 KB 176/562 KB 1138/1210 KB 32/140 KB 476/1192 KB 16/256 KB 176/562 KB 1138/1210 KB 32/140 KB 476/1192 KB 20/256 KB 180/562 KB 1142/1210 KB 32/140 KB 476/1192 KB 24/256 KB 180/562 KB 1142/1210 KB 32/140 KB 476/1192 KB 28/256 KB 180/562 KB 1142/1210 KB 32/140 KB 476/1192 KB 32/256 KB 180/562 KB 1142/1210 KB 32/140 KB 476/1192 KB 20/256 KB 184/562 KB 1142/1210 KB 32/140 KB 476/1192 KB 32/256 KB 188/562 KB 1142/1210 KB 32/140 KB 476/1192 KB 32/256 KB 192/562 KB 1142/1210 KB 36/140 KB 476/1192 KB 32/256 KB 196/562 KB 1142/1210 KB 36/140 KB 476/1192 KB 36/256 KB 176/562 KB 1142/1210 KB 32/140 KB 476/1192 KB 20/256 KB 196/562 KB 1146/1210 KB 36/140 KB 480/1192 KB 36/256 KB 196/562 KB 1150/1210 KB 36/140 KB 480/1192 KB 36/256 KB 196/562 KB 1154/1210 KB 36/140 KB 480/1192 KB 36/256 KB 196/562 KB 1158/1210 KB 36/140 KB 480/1192 KB 36/256 KB 196/562 KB 1162/1210 KB 36/140 KB 480/1192 KB 36/256 KB 196/562 KB 1166/1210 KB 36/140 KB 480/1192 KB 36/256 KB 196/562 KB 1142/1210 KB 36/140 KB 480/1192 KB 36/256 KB 192/562 KB 1142/1210 KB 36/140 KB 476/1192 KB 36/256 KB 196/562 KB 1166/1210 KB 36/140 KB 480/1192 KB 40/256 KB 196/562 KB 1170/1210 KB 36/140 KB 484/1192 KB 44/256 KB 188/562 KB 1142/1210 KB 36/140 KB 476/1192 KB 32/256 KB 196/562 KB 1170/1210 KB 40/140 KB 484/1192 KB 44/256 KB 196/562 KB 1170/1210 KB 44/140 KB 484/1192 KB 44/256 KB 196/562 KB 1170/1210 KB 48/140 KB 484/1192 KB 44/256 KB 200/562 KB 1170/1210 KB 52/140 KB 484/1192 KB 48/256 KB 200/562 KB 1170/1210 KB 56/140 KB 484/1192 KB 48/256 KB 200/562 KB 1170/1210 KB 60/140 KB 484/1192 KB 48/256 KB 200/562 KB 1170/1210 KB 64/140 KB 484/1192 KB 48/256 KB 200/562 KB 1170/1210 KB 68/140 KB 484/1192 KB 48/256 KB 200/562 KB 1170/1210 KB 72/140 KB 484/1192 KB 48/256 KB 196/562 KB 1170/1210 KB 3 unit-abot-epc-basic-0: 11:39:00 DEBUG unit.abot-epc-basic/0.install 6/140 KB 484/1192 KB 40/256 KB 196/562 KB 1170/1210 KB 36/140 KB 480/1192 KB 40/256 KB 200/562 KB 1174/1210 KB 72/140 KB 488/1192 KB 48/256 KB 200/562 KB 1178/1210 KB 72/140 KB 488/1192 KB 48/256 KB 200/562 KB 1170/1210 KB 48/140 KB 484/1192 KB 48/256 KB 204/562 KB 1178/1210 KB 72/140 KB 488/1192 KB 48/256 KB 208/562 KB 1178/1210 KB 72/140 KB 488/1192 KB 48/256 KB 196/562 KB 1170/1210 KB 48/140 KB 484/1192 KB 48/256 KB 208/562 KB 1178/1210 KB 72/140 KB 488/1192 KB 52/256 KB 212/562 KB 1182/1210 KB 72/140 KB 488/1192 KB 56/256 KB 212/562 KB 1182/1210 KB 72/140 KB 488/1192 KB 60/256 KB 212/562 KB 1182/1210 KB 72/140 KB 488/1192 KB 64/256 KB 200/562 KB 1178/1210 KB 72/140 KB 488/1192 KB 48/256 KB 212/562 KB 1182/1210 KB 72/140 KB 492/1192 KB 64/256 KB 212/562 KB 1182/1210 KB 72/140 KB 496/1192 KB 64/256 KB 212/562 KB 1182/1210 KB 72/140 KB 488/1192 KB 52/256 KB 212/562 KB 1186/1210 KB 72/140 KB 496/1192 KB 64/256 KB 212/562 KB 1190/1210 KB 72/140 KB 500/1192 KB 68/256 KB 212/562 KB 1194/1210 KB 72/140 KB 500/1192 KB 68/256 KB 212/562 KB 1198/1210 KB 72/140 KB 500/1192 KB 68/256 KB 212/562 KB 1202/1210 KB 72/140 KB 500/1192 KB 68/256 KB 212/562 KB 1206/1210 KB 76/140 KB 500/1192 KB 68/256 KB 212/562 KB 1210/1210 KB 76/140 KB 500/1192 KB 68/256 KB 212/562 KB 1210/1210 KB 76/140 KB 500/1192 KB 68/256 KB 212/562 KB 1178/1210 KB 72/140 KB 488/1192 KB 52/256 KB 216/562 KB 1210/1210 KB 76/140 KB 500/1192 KB 68/256 KB 220/562 KB 1210/1210 KB 76/140 KB 500/1192 KB 68/256 KB 224/562 KB 1210/1210 KB 76/140 KB 500/1192 KB 68/256 KB 228/562 KB 1210/1210 KB 76/140 KB 500/1192 KB 68/256 KB 232/562 KB 1210/1210 KB 76/140 KB 500/1192 KB 68/256 KB 236/562 KB 1210/1210 KB 76/140 KB 500/1192 KB 68/256 KB 240/562 KB 1210/1210 KB 76/140 KB 500/1192 KB 68/256 KB 244/562 KB 1210/1210 KB 76/140 KB 500/1192 KB 68/256 KB 248/562 KB 1210/1210 KB 76/140 KB 500/1192 KB 68/256 KB 252/562 KB 1210/1210 KB 76/140 KB 500/1192 KB 68/256 KB 256/562 KB 1210/1210 KB 76/140 KB 500/1192 KB 68/256 KB 260/562 KB 1210/1210 KB 76/140 KB 500/1192 KB 68/256 KB 212/562 KB 1202/1210 KB 76/140 KB 500/1192 KB 68/256 KB 212/562 KB 1186/1210 KB 72/140 KB 500/1192 KB 68/256 KB 260/562 KB 1210/1210 KB 76/140 KB 500/1192 KB 72/256 KB 260/562 KB 1210/1210 KB 76/140 KB 500/1192 KB 76/256 KB 260/562 KB 1210/1210 KB 76/140 KB 500/1192 KB 80/256 KB 212/562 KB 1186/1210 KB 72/140 KB 500/1192 KB 64/256 KB 260/562 KB 1210/1210 KB 76/140 KB 504/1192 KB 80/256 KB 260/562 KB 1210/1210 KB 76/140 KB 508/1192 KB 80/256 KB 260/562 KB 1210/1210 KB 76/140 KB 512/1192 KB 80/256 KB 260/562 KB 1210/1210 KB 76/140 KB 516/1192 KB 80/256 KB 260/562 KB 1210/1210 KB 80/140 KB 520/1192 KB 84/256 KB 260/562 KB 1210/1210 KB 80/140 KB 524/1192 KB 84/256 KB 260/562 KB 1210/1210 KB 80/140 KB 528/1192 KB 84/256 KB 260/562 KB 1210/1210 KB 80/140 KB 516/1192 KB 84/256 KB 260/562 KB 1210/1210 KB 80/140 KB 528/1192 KB 88/256 KB 260/562 KB 1210/1210 KB 80/140 KB 528/1192 KB 92/256 KB 260/562 KB 1210/1210 KB 80/140 KB 528/1192 KB 96/256 KB 260/562 KB 1210/1210 KB 80/140 KB 528/1192 KB 100/256 KB 260/562 KB 1210/1210 KB 80/140 KB 532/1192 KB 104/256 KB 260/562 KB 1210/1210 KB 80/140 KB 532/1192 KB 108/256 KB 260/562 KB 1210/1210 KB 80/140 KB 532/1192 KB 112/256 KB 260/562 KB 1210/1210 KB 80/140 KB 532/1192 KB 116/256 KB 260/562 KB 1210/1210 KB 80/140 KB 516/1192 KB 80/256 KB 264/562 KB 84/140 KB 532/1192 KB 116/256 KB 264/562 KB 88/140 KB 532/119 unit-abot-epc-basic-0: 11:39:00 DEBUG unit.abot-epc-basic/0.install 2 KB 116/256 KB 264/562 KB 92/140 KB 532/1192 KB 116/256 KB 264/562 KB 96/140 KB 532/1192 KB 116/256 KB 264/562 KB 100/140 KB 532/1192 KB 116/256 KB 264/562 KB 104/140 KB 532/1192 KB 116/256 KB 264/562 KB 108/140 KB 532/1192 KB 116/256 KB 264/562 KB 112/140 KB 532/1192 KB 116/256 KB 264/562 KB 116/140 KB 532/1192 KB 116/256 KB 264/562 KB 1210/1210 KB 80/140 KB 532/1192 KB 116/256 KB 268/562 KB 116/140 KB 532/1192 KB 120/256 KB 272/562 KB 116/140 KB 532/1192 KB 120/256 KB 260/562 KB 1210/1210 KB 80/140 KB 532/1192 KB 100/256 KB 272/562 KB 116/140 KB 536/1192 KB 120/256 KB 272/562 KB 116/140 KB 540/1192 KB 120/256 KB 272/562 KB 116/140 KB 544/1192 KB 120/256 KB 272/562 KB 116/140 KB 548/1192 KB 120/256 KB 272/562 KB 116/140 KB 552/1192 KB 120/256 KB 272/562 KB 116/140 KB 556/1192 KB 120/256 KB 272/562 KB 116/140 KB 560/1192 KB 120/256 KB 276/562 KB 116/140 KB 564/1192 KB 120/256 KB 264/562 KB 116/140 KB 532/1192 KB 120/256 KB 276/562 KB 120/140 KB 564/1192 KB 124/256 KB 276/562 KB 120/140 KB 564/1192 KB 128/256 KB 276/562 KB 120/140 KB 564/1192 KB 132/256 KB 276/562 KB 120/140 KB 564/1192 KB 120/256 KB 276/562 KB 124/140 KB 568/1192 KB 132/256 KB 276/562 KB 128/140 KB 568/1192 KB 132/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 903.3 KB/sec) unit-abot-epc-basic-0: 11:39:00 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/google/guava/guava/r09/guava-r09.jar unit-abot-epc-basic-0: 11:39:00 DEBUG unit.abot-epc-basic/0.install 276/562 KB 116/140 KB 560/1192 KB 120/256 KB 280/562 KB 128/140 KB 568/1192 KB 132/256 KB 284/562 KB 128/140 KB 568/1192 KB 132/256 KB 288/562 KB 128/140 KB 568/1192 KB 132/256 KB 276/562 KB 120/140 KB 568/1192 KB 132/256 KB 288/562 KB 128/140 KB 572/1192 KB 132/256 KB 288/562 KB 132/140 KB 576/1192 KB 132/256 KB 288/562 KB 132/140 KB 580/1192 KB 136/256 KB 292/562 KB 132/140 KB 584/1192 KB 136/256 KB 292/562 KB 132/140 KB 588/1192 KB 136/256 KB 292/562 KB 132/140 KB 592/1192 KB 136/256 KB 288/562 KB 132/140 KB 572/1192 KB 132/256 KB 292/562 KB 136/140 KB 592/1192 KB 136/256 KB 292/562 KB 140/140 KB 592/1192 KB 136/256 KB 292/562 KB 140/140 KB 592/1192 KB 136/256 KB 292/562 KB 132/140 KB 580/1192 KB 136/256 KB 296/562 KB 140/140 KB 592/1192 KB 136/256 KB 300/562 KB 140/140 KB 592/1192 KB 136/256 KB 304/562 KB 140/140 KB 592/1192 KB 136/256 KB 308/562 KB 140/140 KB 592/1192 KB 136/256 KB 312/562 KB 140/140 KB 596/1192 KB 136/256 KB 316/562 KB 140/140 KB 596/1192 KB 136/256 KB 320/562 KB 140/140 KB 596/1192 KB 136/256 KB 288/562 KB 132/140 KB 576/1192 KB 136/256 KB 320/562 KB 140/140 KB 596/1192 KB 140/256 KB 320/562 KB 140/140 KB 596/1192 KB 144/256 KB 320/562 KB 140/140 KB 596/1192 KB 148/256 KB 320/562 KB 140/140 KB 596/1192 KB 152/256 KB 320/562 KB 140/140 KB 596/1192 KB 156/256 KB 320/562 KB 140/140 KB 596/1192 KB 160/256 KB 308/562 KB 140/140 KB 596/1192 KB 136/256 KB 320/562 KB 140/140 KB 600/1192 KB 160/256 KB 320/562 KB 140/140 KB 604/1192 KB 164/256 KB 320/562 KB 140/140 KB 608/1192 KB 164/256 KB 320/562 KB 140/140 KB 612/1192 KB 164/256 KB 324/562 KB 140/140 KB 616/1192 KB 164/256 KB 320/562 KB 140/140 KB 600/1192 KB 164/256 KB 324/562 KB 140/140 KB 620/1192 KB 168/256 KB 324/562 KB 140/140 KB 620/1192 KB 172/256 KB 324/562 KB 140/140 KB 620/1192 KB 176/256 KB 324/562 KB 140/140 KB 620/1192 KB 180/256 KB 324/562 KB 140/140 KB 620/1192 KB 184/256 KB 324/562 KB 140/140 KB 620/1192 KB 188/256 KB 324/562 KB 140/140 KB 620/1192 KB 192/256 KB 324/562 KB 140/140 KB 620/1192 KB 196/256 KB 324/562 KB 620/1192 KB 200/256 KB 324/562 KB 620/1192 KB 204/256 KB 324/562 KB 140/140 KB 612/1192 KB 164/256 KB 328/562 KB 620/1192 KB 204/256 KB 332/562 KB 620/1192 KB 204/256 KB 336/562 KB 620/1192 KB 204/256 KB Downloaded: https://repo.maven.apache.org/maven2/velocity-tools/velocity-tools/1.4/velocity-tools-1.4.jar (140 KB at 103.6 KB/sec) unit-abot-epc-basic-0: 11:39:00 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: 11:39:00 DEBUG unit.abot-epc-basic/0.install 324/562 KB 140/140 KB 620/1192 KB 180/256 KB 336/562 KB 624/1192 KB 204/256 KB 340/562 KB 624/1192 KB 204/256 KB 344/562 KB 628/1192 KB 204/256 KB 348/562 KB 628/1192 KB 204/256 KB 352/562 KB 628/1192 KB 204/256 KB 356/562 KB 628/1192 KB 204/256 KB 340/562 KB 628/1192 KB 204/256 KB 356/562 KB 632/1192 KB 208/256 KB 356/562 KB 636/1192 KB 208/256 KB 356/562 KB 640/1192 KB 208/256 KB 356/562 KB 644/1192 KB 208/256 KB 356/562 KB 628/1192 KB 208/256 KB 360/562 KB 644/1192 KB 212/256 KB 360/562 KB 648/1192 KB 216/256 KB 360/562 KB 648/1192 KB 220/256 KB 360/562 KB 648/1192 KB 224/256 KB 360/562 KB 648/1192 KB 228/256 KB 360/562 KB 648/1192 KB 232/256 KB 360/562 KB 648/1192 KB 236/256 KB 360/562 KB 648/1192 KB 240/256 KB 360/562 KB 644/1192 KB 208/256 KB 364/562 KB 648/1192 KB 240/256 KB 368/562 KB 648/1192 KB 240/256 KB 360/562 KB 648/1192 KB 212/256 KB 368/562 KB 652/1192 KB 240/256 KB 368/562 KB 656/1192 KB 240/256 KB 372/562 KB 656/1192 KB 240/256 KB 376/562 KB 660/1192 KB 240/256 KB 380/562 KB 660/1192 KB 240/256 KB 384/562 KB 660/1192 KB 240/256 KB 372/562 KB 660/1192 KB 240/256 KB 384/562 KB 664/1192 KB 240/256 KB 384/562 KB 668/1192 KB 240/256 KB 384/562 KB 672/1192 KB 240/256 KB 384/562 KB 676/1192 KB 240/256 KB 388/562 KB 680/1192 KB 244/256 KB 388/562 KB 684/1192 KB 244/256 KB 388/562 KB 688/1192 KB 244/256 KB 388/562 KB 676/1192 KB 244/256 KB 388/562 KB 688/1192 KB 248/256 KB 388/562 KB 688/1192 KB 252/256 KB 388/562 KB 688/1192 KB 256/256 KB 388/562 KB 688/1192 KB 256/256 KB 388/562 KB 676/1192 KB 240/256 KB 392/562 KB 688/1192 KB 256/256 KB 396/562 KB 688/1192 KB 256/256 KB 400/562 KB 688/1192 KB 256/256 KB 404/562 KB 688/1192 KB 256/256 KB 408/562 KB 4/1118 KB 692/1192 KB 256/256 KB 412/562 KB 4/1118 KB 692/1192 KB 256/256 KB 416/562 KB 4/1118 KB 692/1192 KB 256/256 KB 404/562 KB 4/1118 KB 692/1192 KB 256/256 KB 404/562 KB 4/1118 KB 688/1192 KB 256/256 KB 416/562 KB 8/1118 KB 692/1192 KB 256/256 KB 416/562 KB 12/1118 KB 692/1192 KB 256/256 KB 416/562 KB 16/1118 KB 692/1192 KB 256/256 KB 416/562 KB 20/1118 KB 692/1192 KB 256/256 KB 416/562 KB 24/1118 KB 692/1192 KB 256/256 KB 416/562 KB 28/1118 KB 692/1192 KB 256/256 KB 416/562 KB 32/1118 KB 692/1192 KB 256/256 KB 416/562 KB 32/1118 KB 696/1192 KB 256/256 KB 416/562 KB 32/1118 KB 700/1192 KB 256/256 KB 416/562 KB 32/1118 KB 704/1192 KB 256/256 KB 420/562 KB 32/1118 KB 704/1192 KB 256/256 KB 424/562 KB 32/1118 KB 708/1192 KB 256/256 KB 428/562 KB 32/1118 KB 708/1192 KB 256/256 KB 432/562 KB 32/1118 KB 708/1192 KB 256/256 KB 432/562 KB 36/1118 KB 708/1192 KB 256/256 KB 432/562 KB 40/1118 KB 708/1192 KB 256/256 KB 432/562 KB 44/1118 KB 708/1192 KB 256/256 KB 432/562 KB 48/1118 KB 708/1192 KB 256/256 KB 420/562 KB 32/1118 KB 708/1192 KB 256/256 KB 432/562 KB 48/1118 KB 712/1192 KB 256/256 KB 432/562 KB 48/1118 KB 716/1192 KB 256/256 KB 432/562 KB 48/1118 KB 720/1192 KB 256/256 KB 432/562 KB 48/1118 KB 724/1192 KB 256/256 KB 436/562 KB 48/1118 KB 728/1192 KB 256/256 KB 436/562 KB 52/1118 KB 732/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 186.6 KB/sec) unit-abot-epc-basic-0: 11:39:00 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: 11:39:00 DEBUG unit.abot-epc-basic/0.install 436/562 KB 48/1118 KB 724/1192 KB 256/256 KB 436/562 KB 52/1118 KB 728/1192 KB 256/256 KB 436/562 KB 56/1118 KB 732/1192 KB 436/562 KB 60/1118 KB 732/1192 KB 436/562 KB 64/1118 KB 732/1192 KB 436/562 KB 68/1118 KB 732/1192 KB 436/562 KB 72/1118 KB 732/1192 KB 436/562 KB 76/1118 KB 732/1192 KB 436/562 KB 80/1118 KB 732/1192 KB 436/562 KB 84/1118 KB 732/1192 KB 436/562 KB 88/1118 KB 732/1192 KB 436/562 KB 92/1118 KB 732/1192 KB 436/562 KB 96/1118 KB 732/1192 KB 440/562 KB 96/1118 KB 732/1192 KB 444/562 KB 100/1118 KB 732/1192 KB 448/562 KB 100/1118 KB 732/1192 KB 452/562 KB 100/1118 KB 736/1192 KB 440/562 KB 100/1118 KB 732/1192 KB 452/562 KB 104/1118 KB 736/1192 KB 452/562 KB 108/1118 KB 736/1192 KB 452/562 KB 112/1118 KB 736/1192 KB 448/562 KB 100/1118 KB 736/1192 KB 452/562 KB 112/1118 KB 740/1192 KB 456/562 KB 116/1118 KB 744/1192 KB 456/562 KB 116/1118 KB 748/1192 KB 456/562 KB 116/1118 KB 752/1192 KB 456/562 KB 116/1118 KB 740/1192 KB 456/562 KB 120/1118 KB 752/1192 KB 456/562 KB 124/1118 KB 752/1192 KB 456/562 KB 128/1118 KB 752/1192 KB 456/562 KB 112/1118 KB 740/1192 KB 460/562 KB 128/1118 KB 752/1192 KB 464/562 KB 128/1118 KB 752/1192 KB 468/562 KB 128/1118 KB 752/1192 KB 472/562 KB 132/1118 KB 756/1192 KB 4/37 KB 476/562 KB 132/1118 KB 756/1192 KB 4/37 KB 480/562 KB 132/1118 KB 756/1192 KB 4/37 KB 468/562 KB 128/1118 KB 752/1192 KB 4/37 KB 468/562 KB 132/1118 KB 756/1192 KB 4/37 KB 468/562 KB 132/1118 KB 752/1192 KB 4/37 KB 480/562 KB 132/1118 KB 756/1192 KB 8/37 KB 480/562 KB 136/1118 KB 756/1192 KB 8/37 KB 480/562 KB 140/1118 KB 756/1192 KB 8/37 KB 480/562 KB 140/1118 KB 756/1192 KB 12/37 KB 480/562 KB 144/1118 KB 756/1192 KB 12/37 KB 480/562 KB 144/1118 KB 756/1192 KB 16/37 KB 480/562 KB 148/1118 KB 756/1192 KB 16/37 KB 484/562 KB 152/1118 KB 760/1192 KB 20/37 KB 484/562 KB 156/1118 KB 760/1192 KB 20/37 KB 484/562 KB 160/1118 KB 760/1192 KB 20/37 KB 484/562 KB 164/1118 KB 760/1192 KB 20/37 KB 484/562 KB 168/1118 KB 760/1192 KB 20/37 KB 484/562 KB 172/1118 KB 760/1192 KB 20/37 KB 484/562 KB 176/1118 KB 760/1192 KB 20/37 KB 484/562 KB 148/1118 KB 760/1192 KB 20/37 KB 480/562 KB 148/1118 KB 760/1192 KB 20/37 KB 484/562 KB 176/1118 KB 764/1192 KB 20/37 KB 484/562 KB 176/1118 KB 768/1192 KB 20/37 KB 484/562 KB 176/1118 KB 768/1192 KB 20/37 KB 4/1461 KB 484/562 KB 176/1118 KB 768/1192 KB 20/37 KB 8/1461 KB 484/562 KB 176/1118 KB 768/1192 KB 20/37 KB 12/1461 KB 484/562 KB 176/1118 KB 768/1192 KB 20/37 KB 16/1461 KB 484/562 KB 176/1118 KB 772/1192 KB 20/37 KB 16/1461 KB 484/562 KB 176/1118 KB 772/1192 KB 20/37 KB 20/1461 KB 484/562 KB 176/1118 KB 772/1192 KB 20/37 KB 24/1461 KB 484/562 KB 176/1118 KB 772/1192 KB 20/37 KB 28/1461 KB 484/562 KB 176/1118 KB 772/1192 KB 20/37 KB 32/1461 KB 480/562 KB 148/1118 KB 756/1192 KB 20/37 KB 484/562 KB 176/1118 KB 772/1192 KB 24/37 KB 32/1461 KB 484/562 KB 176/1118 KB 772/1192 KB 28/37 KB 32/1461 KB 484/562 KB 176/1118 KB 772/1192 KB 32/37 KB 36/1461 KB 484/562 KB 176/1118 KB 772/1192 KB 28/37 KB 36/1461 KB 484/562 KB 176/1118 KB 772/1192 KB 32/37 KB 40/1461 KB 484/562 KB 176/1118 KB 772/1192 KB 32/37 KB 44/1461 KB 484/562 KB 176/1118 KB 772/1192 KB 32/37 KB 48/1461 KB 484/562 KB 176/1118 KB 772/1192 KB 36/37 KB 48/1461 KB 488/562 KB 176/1118 KB 776/1192 KB 36/37 KB 48/1461 KB 492/562 KB 176/1118 KB 776/1192 KB 36/37 KB 48/1461 KB 496/562 KB 176/1118 KB 776/1192 KB 36/37 KB 48/1461 KB 484/562 K unit-abot-epc-basic-0: 11:39:00 DEBUG unit.abot-epc-basic/0.install B 176/1118 KB 776/1192 KB 36/37 KB 48/1461 KB 496/562 KB 176/1118 KB 780/1192 KB 37/37 KB 52/1461 KB 496/562 KB 176/1118 KB 784/1192 KB 37/37 KB 52/1461 KB 496/562 KB 176/1118 KB 776/1192 KB 37/37 KB 52/1461 KB 496/562 KB 176/1118 KB 784/1192 KB 37/37 KB 56/1461 KB 496/562 KB 176/1118 KB 784/1192 KB 37/37 KB 60/1461 KB 496/562 KB 176/1118 KB 784/1192 KB 37/37 KB 64/1461 KB 496/562 KB 176/1118 KB 776/1192 KB 37/37 KB 48/1461 KB 496/562 KB 176/1118 KB 788/1192 KB 37/37 KB 64/1461 KB 500/562 KB 176/1118 KB 792/1192 KB 37/37 KB 68/1461 KB 500/562 KB 176/1118 KB 796/1192 KB 37/37 KB 68/1461 KB 500/562 KB 176/1118 KB 800/1192 KB 37/37 KB 68/1461 KB 500/562 KB 176/1118 KB 788/1192 KB 37/37 KB 68/1461 KB 500/562 KB 176/1118 KB 788/1192 KB 37/37 KB 64/1461 KB 504/562 KB 180/1118 KB 800/1192 KB 37/37 KB 68/1461 KB 508/562 KB 180/1118 KB 800/1192 KB 37/37 KB 68/1461 KB 512/562 KB 180/1118 KB 800/1192 KB 37/37 KB 68/1461 KB 500/562 KB 180/1118 KB 800/1192 KB 37/37 KB 68/1461 KB 512/562 KB 184/1118 KB 800/1192 KB 37/37 KB 72/1461 KB 512/562 KB 188/1118 KB 800/1192 KB 37/37 KB 72/1461 KB 512/562 KB 192/1118 KB 804/1192 KB 37/37 KB 72/1461 KB 516/562 KB 196/1118 KB 804/1192 KB 37/37 KB 72/1461 KB 516/562 KB 200/1118 KB 804/1192 KB 37/37 KB 72/1461 KB 516/562 KB 204/1118 KB 804/1192 KB 37/37 KB 72/1461 KB 516/562 KB 208/1118 KB 804/1192 KB 37/37 KB 72/1461 KB 516/562 KB 212/1118 KB 804/1192 KB 37/37 KB 72/1461 KB 512/562 KB 180/1118 KB 800/1192 KB 37/37 KB 72/1461 KB 516/562 KB 212/1118 KB 804/1192 KB 37/37 KB 76/1461 KB 516/562 KB 212/1118 KB 804/1192 KB 37/37 KB 80/1461 KB 516/562 KB 212/1118 KB 804/1192 KB 37/37 KB 84/1461 KB 516/562 KB 212/1118 KB 804/1192 KB 37/37 KB 88/1461 KB 516/562 KB 212/1118 KB 804/1192 KB 37/37 KB 92/1461 KB 516/562 KB 212/1118 KB 804/1192 KB 37/37 KB 96/1461 KB 516/562 KB 192/1118 KB 804/1192 KB 37/37 KB 72/1461 KB 520/562 KB 212/1118 KB 804/1192 KB 37/37 KB 96/1461 KB 524/562 KB 212/1118 KB 804/1192 KB 37/37 KB 96/1461 KB 528/562 KB 212/1118 KB 804/1192 KB 37/37 KB 96/1461 KB 512/562 KB 188/1118 KB 804/1192 KB 37/37 KB 72/1461 KB 528/562 KB 212/1118 KB 808/1192 KB 37/37 KB 96/1461 KB 528/562 KB 212/1118 KB 812/1192 KB 37/37 KB 96/1461 KB 528/562 KB 212/1118 KB 816/1192 KB 37/37 KB 96/1461 KB 528/562 KB 212/1118 KB 820/1192 KB 37/37 KB 96/1461 KB 532/562 KB 212/1118 KB 824/1192 KB 37/37 KB 100/1461 KB 532/562 KB 212/1118 KB 828/1192 KB 37/37 KB 100/1461 KB 532/562 KB 212/1118 KB 832/1192 KB 37/37 KB 100/1461 KB 532/562 KB 212/1118 KB 820/1192 KB 37/37 KB 100/1461 KB 532/562 KB 212/1118 KB 820/1192 KB 37/37 KB 96/1461 KB 536/562 KB 212/1118 KB 832/1192 KB 37/37 KB 100/1461 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 26.3 KB/sec) unit-abot-epc-basic-0: 11:39:00 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: 11:39:00 DEBUG unit.abot-epc-basic/0.install 536/562 KB 216/1118 KB 832/1192 KB 100/1461 KB 540/562 KB 220/1118 KB 832/1192 KB 104/1461 KB 540/562 KB 224/1118 KB 832/1192 KB 104/1461 KB 540/562 KB 228/1118 KB 832/1192 KB 104/1461 KB 540/562 KB 232/1118 KB 836/1192 KB 104/1461 KB 540/562 KB 236/1118 KB 836/1192 KB 104/1461 KB 540/562 KB 240/1118 KB 836/1192 KB 104/1461 KB 540/562 KB 216/1118 KB 832/1192 KB 104/1461 KB 544/562 KB 240/1118 KB 836/1192 KB 104/1461 KB 548/562 KB 240/1118 KB 836/1192 KB 104/1461 KB 552/562 KB 240/1118 KB 836/1192 KB 104/1461 KB 556/562 KB 240/1118 KB 836/1192 KB 104/1461 KB 560/562 KB 240/1118 KB 836/1192 KB 104/1461 KB 536/562 KB 216/1118 KB 832/1192 KB 104/1461 KB 560/562 KB 240/1118 KB 836/1192 KB 108/1461 KB 560/562 KB 240/1118 KB 836/1192 KB 112/1461 KB 560/562 KB 240/1118 KB 836/1192 KB 116/1461 KB 560/562 KB 240/1118 KB 836/1192 KB 120/1461 KB 560/562 KB 240/1118 KB 836/1192 KB 124/1461 KB 560/562 KB 240/1118 KB 836/1192 KB 128/1461 KB 540/562 KB 228/1118 KB 836/1192 KB 104/1461 KB 560/562 KB 240/1118 KB 840/1192 KB 128/1461 KB 560/562 KB 240/1118 KB 844/1192 KB 128/1461 KB 560/562 KB 240/1118 KB 848/1192 KB 128/1461 KB 560/562 KB 240/1118 KB 852/1192 KB 128/1461 KB 562/562 KB 244/1118 KB 856/1192 KB 128/1461 KB 562/562 KB 244/1118 KB 860/1192 KB 128/1461 KB 562/562 KB 244/1118 KB 864/1192 KB 128/1461 KB 562/562 KB 244/1118 KB 4/46 KB 864/1192 KB 128/1461 KB 562/562 KB 244/1118 KB 8/46 KB 864/1192 KB 128/1461 KB 562/562 KB 244/1118 KB 12/46 KB 864/1192 KB 128/1461 KB 562/562 KB 244/1118 KB 16/46 KB 864/1192 KB 128/1461 KB 562/562 KB 244/1118 KB 852/1192 KB 128/1461 KB 562/562 KB 248/1118 KB 16/46 KB 864/1192 KB 128/1461 KB 562/562 KB 252/1118 KB 20/46 KB 864/1192 KB 132/1461 KB 562/562 KB 256/1118 KB 20/46 KB 864/1192 KB 132/1461 KB 562/562 KB 260/1118 KB 20/46 KB 864/1192 KB 132/1461 KB 562/562 KB 264/1118 KB 20/46 KB 868/1192 KB 132/1461 KB 562/562 KB 268/1118 KB 20/46 KB 868/1192 KB 132/1461 KB 562/562 KB 272/1118 KB 20/46 KB 868/1192 KB 132/1461 KB 562/562 KB 240/1118 KB 852/1192 KB 128/1461 KB 562/562 KB 260/1118 KB 20/46 KB 868/1192 KB 132/1461 KB 562/562 KB 272/1118 KB 20/46 KB 872/1192 KB 132/1461 KB 562/562 KB 272/1118 KB 20/46 KB 876/1192 KB 132/1461 KB 562/562 KB 248/1118 KB 20/46 KB 864/1192 KB 132/1461 KB 562/562 KB 272/1118 KB 24/46 KB 876/1192 KB 132/1461 KB 562/562 KB 272/1118 KB 28/46 KB 876/1192 KB 132/1461 KB 562/562 KB 272/1118 KB 32/46 KB 876/1192 KB 132/1461 KB 562/562 KB 272/1118 KB 36/46 KB 876/1192 KB 132/1461 KB 562/562 KB 276/1118 KB 40/46 KB 880/1192 KB 132/1461 KB 562/562 KB 276/1118 KB 44/46 KB 880/1192 KB 132/1461 KB 562/562 KB 276/1118 KB 46/46 KB 880/1192 KB 132/1461 KB 562/562 KB 248/1118 KB 16/46 KB 864/1192 KB 132/1461 KB 562/562 KB 276/1118 KB 46/46 KB 880/1192 KB 136/1461 KB 562/562 KB 276/1118 KB 46/46 KB 880/1192 KB 140/1461 KB 562/562 KB 276/1118 KB 46/46 KB 880/1192 KB 144/1461 KB 562/562 KB 276/1118 KB 46/46 KB 880/1192 KB 148/1461 KB 562/562 KB 276/1118 KB 46/46 KB 880/1192 KB 152/1461 KB 562/562 KB 276/1118 KB 46/46 KB 880/1192 KB 156/1461 KB 562/562 KB 276/1118 KB 46/46 KB 880/1192 KB 160/1461 KB 562/562 KB 276/1118 KB 46/46 KB 880/1192 KB 164/1461 KB 562/562 KB 276/1118 KB 46/46 KB 880/1192 KB 168/1461 KB 562/562 KB 276/1118 KB 46/46 KB 880/1192 KB 172/1461 KB 562/562 KB 276/1118 KB 46/46 KB 880/1192 KB 176/1461 KB 276/1118 KB 46/46 KB 880/1192 KB 180/1461 KB 276/1118 KB 46/46 KB 880/1192 KB 184/1461 KB 276/1118 unit-abot-epc-basic-0: 11:39:00 DEBUG unit.abot-epc-basic/0.install KB 46/46 KB 880/1192 KB 188/1461 KB 276/1118 KB 46/46 KB 880/1192 KB 192/1461 KB 562/562 KB 276/1118 KB 36/46 KB 880/1192 KB 132/1461 KB 280/1118 KB 46/46 KB 880/1192 KB 192/1461 KB 284/1118 KB 46/46 KB 880/1192 KB 192/1461 KB 288/1118 KB 46/46 KB 880/1192 KB 192/1461 KB 562/562 KB 272/1118 KB 36/46 KB 880/1192 KB 132/1461 KB 288/1118 KB 46/46 KB 884/1192 KB 192/1461 KB Downloaded: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (562 KB at 396.0 KB/sec) unit-abot-epc-basic-0: 11:39:00 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: 11:39:00 DEBUG unit.abot-epc-basic/0.install 288/1118 KB 46/46 KB 888/1192 KB 192/1461 KB 288/1118 KB 46/46 KB 892/1192 KB 192/1461 KB 288/1118 KB 46/46 KB 896/1192 KB 192/1461 KB 288/1118 KB 46/46 KB 900/1192 KB 192/1461 KB 292/1118 KB 46/46 KB 904/1192 KB 192/1461 KB 292/1118 KB 46/46 KB 908/1192 KB 192/1461 KB 292/1118 KB 46/46 KB 912/1192 KB 192/1461 KB 292/1118 KB 46/46 KB 900/1192 KB 192/1461 KB 296/1118 KB 46/46 KB 912/1192 KB 192/1461 KB 300/1118 KB 46/46 KB 916/1192 KB 192/1461 KB 304/1118 KB 46/46 KB 916/1192 KB 192/1461 KB 308/1118 KB 46/46 KB 916/1192 KB 192/1461 KB 312/1118 KB 46/46 KB 916/1192 KB 196/1461 KB 316/1118 KB 916/1192 KB 196/1461 KB 320/1118 KB 916/1192 KB 196/1461 KB 296/1118 KB 46/46 KB 916/1192 KB 192/1461 KB 320/1118 KB 920/1192 KB 4/287 KB 196/1461 KB 320/1118 KB 920/1192 KB 8/287 KB 196/1461 KB 320/1118 KB 920/1192 KB 12/287 KB 196/1461 KB 320/1118 KB 920/1192 KB 16/287 KB 196/1461 KB 320/1118 KB 920/1192 KB 20/287 KB 196/1461 KB 308/1118 KB 46/46 KB 916/1192 KB 196/1461 KB 320/1118 KB 920/1192 KB 20/287 KB 196/1461 KB 320/1118 KB 924/1192 KB 20/287 KB 196/1461 KB 320/1118 KB 928/1192 KB 20/287 KB 196/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 31.7 KB/sec) unit-abot-epc-basic-0: 11:39:00 DEBUG unit.abot-epc-basic/0.install 320/1118 KB 928/1192 KB 20/287 KB 200/1461 KB 320/1118 KB 928/1192 KB 24/287 KB 204/1461 KB 320/1118 KB 928/1192 KB 24/287 KB 208/1461 KB 324/1118 KB 932/1192 KB 24/287 KB 212/1461 KB 324/1118 KB 932/1192 KB 24/287 KB 216/1461 KB 324/1118 KB 932/1192 KB 24/287 KB 220/1461 KB 324/1118 KB 932/1192 KB 24/287 KB 224/1461 KB 324/1118 KB 932/1192 KB 24/287 KB 228/1461 KB 320/1118 KB 928/1192 KB 24/287 KB 200/1461 KB 324/1118 KB 932/1192 KB 28/287 KB 228/1461 KB 324/1118 KB 932/1192 KB 32/287 KB 228/1461 KB 324/1118 KB 932/1192 KB 36/287 KB 228/1461 KB 324/1118 KB 932/1192 KB 40/287 KB 228/1461 KB 324/1118 KB 932/1192 KB 44/287 KB 228/1461 KB 324/1118 KB 932/1192 KB 48/287 KB 228/1461 KB 324/1118 KB 932/1192 KB 24/287 KB 208/1461 KB 328/1118 KB 932/1192 KB 48/287 KB 228/1461 KB 332/1118 KB 932/1192 KB 48/287 KB 228/1461 KB 336/1118 KB 932/1192 KB 48/287 KB 228/1461 KB 320/1118 KB 932/1192 KB 24/287 KB 208/1461 KB 336/1118 KB 936/1192 KB 48/287 KB 228/1461 KB 336/1118 KB 940/1192 KB 48/287 KB 228/1461 KB 336/1118 KB 944/1192 KB 48/287 KB 228/1461 KB 336/1118 KB 948/1192 KB 48/287 KB 228/1461 KB 340/1118 KB 952/1192 KB 52/287 KB 228/1461 KB 340/1118 KB 952/1192 KB 52/287 KB 232/1461 KB 340/1118 KB 956/1192 KB 52/287 KB 236/1461 KB 340/1118 KB 956/1192 KB 52/287 KB 240/1461 KB 340/1118 KB 956/1192 KB 52/287 KB 244/1461 KB 340/1118 KB 956/1192 KB 52/287 KB 248/1461 KB 340/1118 KB 956/1192 KB 52/287 KB 252/1461 KB 340/1118 KB 956/1192 KB 52/287 KB 256/1461 KB 340/1118 KB 956/1192 KB 52/287 KB 260/1461 KB 340/1118 KB 948/1192 KB 52/287 KB 228/1461 KB 340/1118 KB 956/1192 KB 56/287 KB 260/1461 KB 340/1118 KB 956/1192 KB 60/287 KB 260/1461 KB 340/1118 KB 956/1192 KB 64/287 KB 260/1461 KB 340/1118 KB 956/1192 KB 68/287 KB 260/1461 KB 340/1118 KB 956/1192 KB 72/287 KB 260/1461 KB 340/1118 KB 956/1192 KB 76/287 KB 260/1461 KB 340/1118 KB 956/1192 KB 80/287 KB 260/1461 KB 340/1118 KB 948/1192 KB 48/287 KB 228/1461 KB 344/1118 KB 956/1192 KB 80/287 KB 260/1461 KB 348/1118 KB 956/1192 KB 80/287 KB 260/1461 KB 352/1118 KB 956/1192 KB 80/287 KB 260/1461 KB 356/1118 KB 956/1192 KB 80/287 KB 260/1461 KB 360/1118 KB 956/1192 KB 80/287 KB 260/1461 KB 364/1118 KB 956/1192 KB 80/287 KB 260/1461 KB 368/1118 KB 956/1192 KB 80/287 KB 260/1461 KB 340/1118 KB 956/1192 KB 52/287 KB 232/1461 KB 368/1118 KB 960/1192 KB 80/287 KB 260/1461 KB 368/1118 KB 964/1192 KB 80/287 KB 260/1461 KB 368/1118 KB 968/1192 KB 80/287 KB 260/1461 KB 368/1118 KB 972/1192 KB 80/287 KB 260/1461 KB 368/1118 KB 976/1192 KB 80/287 KB 260/1461 KB 368/1118 KB 980/1192 KB 80/287 KB 260/1461 KB 372/1118 KB 984/1192 KB 84/287 KB 260/1461 KB 372/1118 KB 988/1192 KB 84/287 KB 260/1461 KB 372/1118 KB 992/1192 KB 84/287 KB 260/1461 KB 372/1118 KB 992/1192 KB 84/287 KB 264/1461 KB 372/1118 KB 992/1192 KB 84/287 KB 268/1461 KB 372/1118 KB 992/1192 KB 84/287 KB 272/1461 KB 372/1118 KB 992/1192 KB 84/287 KB 276/1461 KB 372/1118 KB 996/1192 KB 84/287 KB 280/1461 KB 372/1118 KB 996/1192 KB 84/287 KB 284/1461 KB 372/1118 KB 996/1192 KB 84/287 KB 288/1461 KB 372/1118 KB 980/1192 KB 84/287 KB 260/1461 KB 372/1118 KB 996/1192 KB 88/287 KB 288/1461 KB 372/1118 KB 996/1192 KB 92/287 KB 288/1461 KB 372/1118 KB 996/1192 KB 96/287 KB 288/1461 KB 372/1118 KB 980/1192 KB 80/287 KB 260/1461 KB 376/1118 KB 996/1192 KB 96/287 KB 288/1461 KB 380/1118 KB 996/1192 KB 96/287 KB 288/1461 KB 384/1118 KB 996/1192 KB 96/287 KB 288/1461 KB 388/1118 KB 996/1192 KB unit-abot-epc-basic-0: 11:39:00 DEBUG unit.abot-epc-basic/0.install 96/287 KB 288/1461 KB 392/1118 KB 996/1192 KB 100/287 KB 288/1461 KB 396/1118 KB 996/1192 KB 100/287 KB 288/1461 KB 372/1118 KB 996/1192 KB 84/287 KB 276/1461 KB 396/1118 KB 1000/1192 KB 100/287 KB 288/1461 KB 396/1118 KB 1004/1192 KB 100/287 KB 288/1461 KB 396/1118 KB 1008/1192 KB 100/287 KB 288/1461 KB 396/1118 KB 1012/1192 KB 100/287 KB 288/1461 KB 400/1118 KB 1016/1192 KB 100/287 KB 292/1461 KB 400/1118 KB 1020/1192 KB 100/287 KB 292/1461 KB 400/1118 KB 1024/1192 KB 100/287 KB 292/1461 KB 388/1118 KB 996/1192 KB 100/287 KB 288/1461 KB 400/1118 KB 1024/1192 KB 104/287 KB 292/1461 KB 400/1118 KB 1024/1192 KB 108/287 KB 292/1461 KB 400/1118 KB 1024/1192 KB 112/287 KB 292/1461 KB 400/1118 KB 1024/1192 KB 116/287 KB 292/1461 KB 400/1118 KB 1028/1192 KB 120/287 KB 292/1461 KB 400/1118 KB 1028/1192 KB 124/287 KB 292/1461 KB 400/1118 KB 1028/1192 KB 128/287 KB 292/1461 KB 400/1118 KB 1012/1192 KB 100/287 KB 292/1461 KB 400/1118 KB 1028/1192 KB 128/287 KB 296/1461 KB 400/1118 KB 1028/1192 KB 128/287 KB 300/1461 KB 400/1118 KB 1028/1192 KB 128/287 KB 304/1461 KB 400/1118 KB 1012/1192 KB 100/287 KB 288/1461 KB 404/1118 KB 1028/1192 KB 128/287 KB 304/1461 KB 408/1118 KB 1028/1192 KB 128/287 KB 304/1461 KB 412/1118 KB 1028/1192 KB 128/287 KB 304/1461 KB 416/1118 KB 1028/1192 KB 128/287 KB 304/1461 KB 420/1118 KB 1028/1192 KB 128/287 KB 304/1461 KB 424/1118 KB 1028/1192 KB 132/287 KB 308/1461 KB 428/1118 KB 1028/1192 KB 132/287 KB 308/1461 KB 432/1118 KB 1028/1192 KB 132/287 KB 308/1461 KB 400/1118 KB 1028/1192 KB 116/287 KB 292/1461 KB 432/1118 KB 1032/1192 KB 132/287 KB 308/1461 KB 432/1118 KB 1036/1192 KB 132/287 KB 308/1461 KB 432/1118 KB 1040/1192 KB 132/287 KB 308/1461 KB 432/1118 KB 1044/1192 KB 132/287 KB 308/1461 KB 432/1118 KB 1048/1192 KB 132/287 KB 308/1461 KB 432/1118 KB 1052/1192 KB 132/287 KB 308/1461 KB 436/1118 KB 1056/1192 KB 132/287 KB 308/1461 KB 436/1118 KB 1060/1192 KB 132/287 KB 308/1461 KB 420/1118 KB 1028/1192 KB 132/287 KB 308/1461 KB 436/1118 KB 1060/1192 KB 132/287 KB 312/1461 KB 436/1118 KB 1060/1192 KB 132/287 KB 316/1461 KB 436/1118 KB 1060/1192 KB 132/287 KB 320/1461 KB 436/1118 KB 1060/1192 KB 132/287 KB 324/1461 KB 436/1118 KB 1060/1192 KB 132/287 KB 328/1461 KB 436/1118 KB 1060/1192 KB 132/287 KB 332/1461 KB 436/1118 KB 1060/1192 KB 132/287 KB 336/1461 KB 420/1118 KB 1028/1192 KB 132/287 KB 304/1461 KB 436/1118 KB 1060/1192 KB 136/287 KB 336/1461 KB 436/1118 KB 1060/1192 KB 140/287 KB 336/1461 KB 436/1118 KB 1060/1192 KB 144/287 KB 336/1461 KB 436/1118 KB 1060/1192 KB 148/287 KB 336/1461 KB 436/1118 KB 1060/1192 KB 152/287 KB 336/1461 KB 436/1118 KB 1060/1192 KB 156/287 KB 336/1461 KB 436/1118 KB 1060/1192 KB 160/287 KB 336/1461 KB 436/1118 KB 1060/1192 KB 164/287 KB 336/1461 KB 436/1118 KB 1064/1192 KB 168/287 KB 340/1461 KB 436/1118 KB 1064/1192 KB 172/287 KB 340/1461 KB 436/1118 KB 1064/1192 KB 176/287 KB 340/1461 KB 436/1118 KB 1052/1192 KB 132/287 KB 308/1461 KB 440/1118 KB 1064/1192 KB 176/287 KB 340/1461 KB 444/1118 KB 1064/1192 KB 176/287 KB 340/1461 KB 448/1118 KB 1064/1192 KB 176/287 KB 340/1461 KB 452/1118 KB 1064/1192 KB 176/287 KB 340/1461 KB 456/1118 KB 1064/1192 KB 176/287 KB 340/1461 KB 460/1118 KB 1064/1192 KB 176/287 KB 340/1461 KB 464/1118 KB 1064/1192 KB 176/287 KB 340/1461 KB 468/1118 KB 1064/1192 KB 176/287 KB 340/1461 KB 472/1118 KB 1064/1192 KB 180/287 KB 340/1461 KB 476/1118 KB 1064/1192 KB 180/287 KB 340/1461 KB 480/1118 KB 1064/1192 K unit-abot-epc-basic-0: 11:39:00 DEBUG unit.abot-epc-basic/0.install B 180/287 KB 340/1461 KB 436/1118 KB 1064/1192 KB 164/287 KB 340/1461 KB 480/1118 KB 1064/1192 KB 180/287 KB 344/1461 KB 480/1118 KB 1064/1192 KB 180/287 KB 348/1461 KB 480/1118 KB 1064/1192 KB 180/287 KB 352/1461 KB 436/1118 KB 1064/1192 KB 164/287 KB 336/1461 KB 480/1118 KB 1068/1192 KB 180/287 KB 352/1461 KB 480/1118 KB 1072/1192 KB 180/287 KB 352/1461 KB 480/1118 KB 1076/1192 KB 180/287 KB 352/1461 KB 480/1118 KB 1080/1192 KB 180/287 KB 352/1461 KB 480/1118 KB 1084/1192 KB 180/287 KB 352/1461 KB 480/1118 KB 1088/1192 KB 180/287 KB 352/1461 KB 480/1118 KB 1092/1192 KB 180/287 KB 352/1461 KB 480/1118 KB 1096/1192 KB 180/287 KB 356/1461 KB 480/1118 KB 1100/1192 KB 180/287 KB 356/1461 KB 480/1118 KB 1104/1192 KB 180/287 KB 356/1461 KB 480/1118 KB 1108/1192 KB 180/287 KB 356/1461 KB 484/1118 KB 1112/1192 KB 180/287 KB 356/1461 KB 484/1118 KB 1116/1192 KB 180/287 KB 356/1461 KB 484/1118 KB 1120/1192 KB 180/287 KB 356/1461 KB 468/1118 KB 1064/1192 KB 180/287 KB 340/1461 KB 484/1118 KB 1120/1192 KB 184/287 KB 356/1461 KB 484/1118 KB 1120/1192 KB 188/287 KB 356/1461 KB 484/1118 KB 1120/1192 KB 192/287 KB 356/1461 KB 484/1118 KB 1120/1192 KB 196/287 KB 356/1461 KB 484/1118 KB 1120/1192 KB 200/287 KB 356/1461 KB 484/1118 KB 1120/1192 KB 204/287 KB 356/1461 KB 484/1118 KB 1120/1192 KB 208/287 KB 356/1461 KB 484/1118 KB 1108/1192 KB 180/287 KB 356/1461 KB 488/1118 KB 1120/1192 KB 208/287 KB 356/1461 KB 492/1118 KB 1120/1192 KB 208/287 KB 356/1461 KB 496/1118 KB 1120/1192 KB 208/287 KB 356/1461 KB 500/1118 KB 1120/1192 KB 208/287 KB 356/1461 KB 504/1118 KB 1124/1192 KB 212/287 KB 356/1461 KB 508/1118 KB 1124/1192 KB 212/287 KB 356/1461 KB 512/1118 KB 1124/1192 KB 212/287 KB 356/1461 KB 480/1118 KB 1092/1192 KB 180/287 KB 356/1461 KB 512/1118 KB 1124/1192 KB 212/287 KB 360/1461 KB 512/1118 KB 1124/1192 KB 212/287 KB 364/1461 KB 512/1118 KB 1124/1192 KB 212/287 KB 368/1461 KB 512/1118 KB 1124/1192 KB 212/287 KB 372/1461 KB 512/1118 KB 1124/1192 KB 212/287 KB 376/1461 KB 512/1118 KB 1124/1192 KB 212/287 KB 380/1461 KB 512/1118 KB 1124/1192 KB 212/287 KB 384/1461 KB 500/1118 KB 1124/1192 KB 212/287 KB 356/1461 KB 516/1118 KB 1128/1192 KB 212/287 KB 384/1461 KB 516/1118 KB 1132/1192 KB 212/287 KB 384/1461 KB 516/1118 KB 1136/1192 KB 212/287 KB 384/1461 KB 516/1118 KB 1140/1192 KB 212/287 KB 384/1461 KB 516/1118 KB 1144/1192 KB 212/287 KB 384/1461 KB 516/1118 KB 1148/1192 KB 212/287 KB 384/1461 KB 516/1118 KB 1152/1192 KB 212/287 KB 384/1461 KB 516/1118 KB 1156/1192 KB 212/287 KB 384/1461 KB 516/1118 KB 1160/1192 KB 212/287 KB 384/1461 KB 516/1118 KB 1164/1192 KB 212/287 KB 384/1461 KB 500/1118 KB 1120/1192 KB 212/287 KB 356/1461 KB 516/1118 KB 1164/1192 KB 216/287 KB 384/1461 KB 516/1118 KB 1164/1192 KB 220/287 KB 384/1461 KB 516/1118 KB 1164/1192 KB 224/287 KB 384/1461 KB 516/1118 KB 1164/1192 KB 228/287 KB 384/1461 KB 516/1118 KB 1164/1192 KB 232/287 KB 384/1461 KB 516/1118 KB 1164/1192 KB 236/287 KB 384/1461 KB 516/1118 KB 1164/1192 KB 240/287 KB 384/1461 KB 516/1118 KB 1124/1192 KB 212/287 KB 384/1461 KB 520/1118 KB 1164/1192 KB 240/287 KB 384/1461 KB 524/1118 KB 1164/1192 KB 240/287 KB 384/1461 KB 528/1118 KB 1164/1192 KB 240/287 KB 384/1461 KB 532/1118 KB 1164/1192 KB 240/287 KB 384/1461 KB 536/1118 KB 1164/1192 KB 244/287 KB 384/1461 KB 540/1118 KB 1164/1192 KB 244/287 KB 384/1461 KB 544/1118 KB 1168/1192 KB 244/287 KB 384/1461 KB 532/1118 KB 1164/1192 KB 244/287 KB 384/1461 KB 544/1118 KB 116 unit-abot-epc-basic-0: 11:39:00 DEBUG unit.abot-epc-basic/0.install 8/1192 KB 248/287 KB 384/1461 KB 548/1118 KB 1168/1192 KB 252/287 KB 388/1461 KB 548/1118 KB 1168/1192 KB 256/287 KB 388/1461 KB 548/1118 KB 1168/1192 KB 260/287 KB 388/1461 KB 548/1118 KB 1168/1192 KB 264/287 KB 388/1461 KB 548/1118 KB 1168/1192 KB 268/287 KB 388/1461 KB 548/1118 KB 1168/1192 KB 272/287 KB 388/1461 KB 548/1118 KB 1168/1192 KB 276/287 KB 388/1461 KB 540/1118 KB 1168/1192 KB 244/287 KB 384/1461 KB 548/1118 KB 1172/1192 KB 276/287 KB 388/1461 KB 548/1118 KB 1176/1192 KB 276/287 KB 388/1461 KB 548/1118 KB 1180/1192 KB 276/287 KB 388/1461 KB 548/1118 KB 1184/1192 KB 276/287 KB 388/1461 KB 548/1118 KB 1168/1192 KB 248/287 KB 388/1461 KB 544/1118 KB 1168/1192 KB 248/287 KB 388/1461 KB 548/1118 KB 1184/1192 KB 276/287 KB 392/1461 KB 548/1118 KB 1184/1192 KB 276/287 KB 396/1461 KB 548/1118 KB 1184/1192 KB 276/287 KB 400/1461 KB 548/1118 KB 1184/1192 KB 276/287 KB 404/1461 KB 548/1118 KB 1184/1192 KB 276/287 KB 408/1461 KB 548/1118 KB 1184/1192 KB 276/287 KB 412/1461 KB 548/1118 KB 1184/1192 KB 276/287 KB 416/1461 KB 548/1118 KB 1184/1192 KB 276/287 KB 420/1461 KB 548/1118 KB 1184/1192 KB 276/287 KB 424/1461 KB 548/1118 KB 1184/1192 KB 276/287 KB 428/1461 KB 548/1118 KB 1184/1192 KB 276/287 KB 432/1461 KB 548/1118 KB 1184/1192 KB 276/287 KB 436/1461 KB 552/1118 KB 1184/1192 KB 276/287 KB 440/1461 KB 552/1118 KB 1184/1192 KB 276/287 KB 444/1461 KB 552/1118 KB 1184/1192 KB 276/287 KB 448/1461 KB 552/1118 KB 1184/1192 KB 276/287 KB 436/1461 KB 556/1118 KB 1188/1192 KB 276/287 KB 448/1461 KB 560/1118 KB 1188/1192 KB 276/287 KB 448/1461 KB 564/1118 KB 1188/1192 KB 276/287 KB 448/1461 KB 568/1118 KB 1188/1192 KB 276/287 KB 452/1461 KB 552/1118 KB 1188/1192 KB 276/287 KB 448/1461 KB 568/1118 KB 1192/1192 KB 280/287 KB 452/1461 KB 568/1118 KB 1192/1192 KB 280/287 KB 452/1461 KB 572/1118 KB 1192/1192 KB 280/287 KB 452/1461 KB 576/1118 KB 1192/1192 KB 280/287 KB 452/1461 KB 568/1118 KB 1188/1192 KB 280/287 KB 452/1461 KB 576/1118 KB 1192/1192 KB 284/287 KB 452/1461 KB 576/1118 KB 1192/1192 KB 287/287 KB 452/1461 KB 564/1118 KB 1188/1192 KB 276/287 KB 452/1461 KB 576/1118 KB 1192/1192 KB 287/287 KB 456/1461 KB 580/1118 KB 1192/1192 KB 287/287 KB 460/1461 KB 580/1118 KB 1192/1192 KB 287/287 KB 464/1461 KB 580/1118 KB 1192/1192 KB 287/287 KB 468/1461 KB 580/1118 KB 1192/1192 KB 287/287 KB 472/1461 KB 580/1118 KB 1192/1192 KB 287/287 KB 476/1461 KB 580/1118 KB 1192/1192 KB 287/287 KB 456/1461 KB 584/1118 KB 1192/1192 KB 287/287 KB 476/1461 KB 588/1118 KB 1192/1192 KB 287/287 KB 476/1461 KB 592/1118 KB 1192/1192 KB 287/287 KB 476/1461 KB 596/1118 KB 1192/1192 KB 287/287 KB 476/1461 KB 596/1118 KB 1192/1192 KB 287/287 KB 480/1461 KB 596/1118 KB 1192/1192 KB 287/287 KB 484/1461 KB 600/1118 KB 1192/1192 KB 287/287 KB 488/1461 KB 600/1118 KB 1192/1192 KB 287/287 KB 492/1461 KB 600/1118 KB 1192/1192 KB 287/287 KB 496/1461 KB 600/1118 KB 1192/1192 KB 287/287 KB 484/1461 KB 604/1118 KB 1192/1192 KB 287/287 KB 496/1461 KB 608/1118 KB 1192/1192 KB 287/287 KB 496/1461 KB 612/1118 KB 1192/1192 KB 287/287 KB 496/1461 KB 616/1118 KB 1192/1192 KB 287/287 KB 500/1461 KB 620/1118 KB 1192/1192 KB 287/287 KB 500/1461 KB 624/1118 KB 1192/1192 KB 287/287 KB 500/1461 KB Downloaded: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.1.0/cucumber-reporting-0.1.0.jar (1192 KB at 797.6 KB/sec) unit-abot-epc-basic-0: 11:39:00 DEBUG unit.abot-epc-basic/0.install 612/1118 KB 1192/1192 KB 287/287 KB 500/1461 KB 624/1118 KB 287/287 KB 504/1461 KB 624/1118 KB 287/287 KB 508/1461 KB 628/1118 KB 287/287 KB 512/1461 KB Downloaded: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.jar (287 KB at 191.7 KB/sec) unit-abot-epc-basic-0: 11:39:00 DEBUG unit.abot-epc-basic/0.install 628/1118 KB 516/1461 KB 628/1118 KB 520/1461 KB 628/1118 KB 524/1461 KB 628/1118 KB 528/1461 KB 628/1118 KB 287/287 KB 508/1461 KB 632/1118 KB 532/1461 KB 636/1118 KB 532/1461 KB 640/1118 KB 532/1461 KB 644/1118 KB 532/1461 KB 628/1118 KB 532/1461 KB 648/1118 KB 536/1461 KB 648/1118 KB 540/1461 KB 648/1118 KB 532/1461 KB 652/1118 KB 540/1461 KB 656/1118 KB 540/1461 KB 656/1118 KB 544/1461 KB 660/1118 KB 544/1461 KB 664/1118 KB 548/1461 KB 668/1118 KB 548/1461 KB 672/1118 KB 548/1461 KB 660/1118 KB 548/1461 KB 672/1118 KB 552/1461 KB 672/1118 KB 556/1461 KB 672/1118 KB 560/1461 KB 676/1118 KB 564/1461 KB 676/1118 KB 568/1461 KB 676/1118 KB 572/1461 KB 676/1118 KB 576/1461 KB 676/1118 KB 580/1461 KB 676/1118 KB 584/1461 KB 676/1118 KB 588/1461 KB 676/1118 KB 592/1461 KB 676/1118 KB 560/1461 KB 680/1118 KB 592/1461 KB 684/1118 KB 592/1461 KB 688/1118 KB 592/1461 KB 692/1118 KB 592/1461 KB 696/1118 KB 592/1461 KB 700/1118 KB 592/1461 KB 704/1118 KB 592/1461 KB 708/1118 KB 592/1461 KB 712/1118 KB 596/1461 KB 716/1118 KB 596/1461 KB 720/1118 KB 596/1461 KB 708/1118 KB 596/1461 KB 720/1118 KB 600/1461 KB 720/1118 KB 604/1461 KB 720/1118 KB 608/1461 KB 720/1118 KB 612/1461 KB 724/1118 KB 616/1461 KB 724/1118 KB 620/1461 KB 724/1118 KB 624/1461 KB 724/1118 KB 612/1461 KB 728/1118 KB 624/1461 KB 732/1118 KB 624/1461 KB 736/1118 KB 624/1461 KB 740/1118 KB 624/1461 KB 744/1118 KB 628/1461 KB 740/1118 KB 628/1461 KB 744/1118 KB 632/1461 KB 744/1118 KB 636/1461 KB 748/1118 KB 636/1461 KB 752/1118 KB 636/1461 KB 752/1118 KB 640/1461 KB 756/1118 KB 640/1461 KB 760/1118 KB 644/1461 KB 764/1118 KB 644/1461 KB 768/1118 KB 644/1461 KB 756/1118 KB 644/1461 KB 768/1118 KB 648/1461 KB 768/1118 KB 652/1461 KB 768/1118 KB 656/1461 KB 768/1118 KB 660/1461 KB 772/1118 KB 664/1461 KB 772/1118 KB 668/1461 KB 772/1118 KB 672/1461 KB 772/1118 KB 660/1461 KB 776/1118 KB 672/1461 KB 780/1118 KB 672/1461 KB 784/1118 KB 672/1461 KB 784/1118 KB 676/1461 KB 788/1118 KB 680/1461 KB 788/1118 KB 684/1461 KB 788/1118 KB 688/1461 KB 788/1118 KB 692/1461 KB 788/1118 KB 696/1461 KB 788/1118 KB 700/1461 KB 788/1118 KB 704/1461 KB 788/1118 KB 708/1461 KB 788/1118 KB 712/1461 KB 788/1118 KB 716/1461 KB 788/1118 KB 676/1461 KB 792/1118 KB 716/1461 KB 796/1118 KB 716/1461 KB 800/1118 KB 716/1461 KB 804/1118 KB 716/1461 KB 808/1118 KB 716/1461 KB 812/1118 KB 716/1461 KB 816/1118 KB 716/1461 KB 820/1118 KB 716/1461 KB 820/1118 KB 720/1461 KB 824/1118 KB 720/1461 KB 828/1118 KB 720/1461 KB 832/1118 KB 724/1461 KB 836/1118 KB 724/1461 KB 840/1118 KB 724/1461 KB 844/1118 KB 724/1461 KB 848/1118 KB 724/1461 KB 852/1118 KB 724/1461 KB 856/1118 KB 724/1461 KB 860/1118 KB 724/1461 KB 864/1118 KB 724/1461 KB 868/1118 KB 724/1461 KB 828/1118 KB 724/1461 KB 868/1118 KB 728/1461 KB 868/1118 KB 732/1461 KB 868/1118 KB 736/1461 KB 868/1118 KB 740/1461 KB 868/1118 KB 744/1461 KB 868/1118 KB 748/1461 KB 868/1118 KB 752/1461 KB 868/1118 KB 756/1461 KB 868/1118 KB 760/1461 KB 868/1118 KB 764/1461 KB 872/1118 KB 764/1461 KB 876/1118 KB 764/1461 KB 880/1118 KB 768/1461 KB 876/1118 KB 768/1461 KB 880/1118 KB 772/1461 KB 884/1118 KB 776/1461 KB 884/1118 KB 780/1461 KB 884/1118 KB 784/1461 KB 884/1118 KB 772/1461 KB 888/1118 KB 784/1461 KB 892/1118 KB 784/1461 KB 896/1118 KB 784/1461 KB 900/1118 KB 788/1461 KB 904/1118 KB 788/1461 KB 908/1118 KB 788/1461 KB 912/1118 KB 788/1461 KB 916/1118 K unit-abot-epc-basic-0: 11:39:00 DEBUG unit.abot-epc-basic/0.install B 788/1461 KB 920/1118 KB 788/1461 KB 924/1118 KB 788/1461 KB 928/1118 KB 788/1461 KB 932/1118 KB 788/1461 KB 896/1118 KB 788/1461 KB 932/1118 KB 792/1461 KB 932/1118 KB 796/1461 KB 932/1118 KB 800/1461 KB 932/1118 KB 804/1461 KB 932/1118 KB 808/1461 KB 932/1118 KB 812/1461 KB 932/1118 KB 816/1461 KB 932/1118 KB 820/1461 KB 932/1118 KB 824/1461 KB 936/1118 KB 824/1461 KB 940/1118 KB 824/1461 KB 940/1118 KB 828/1461 KB 940/1118 KB 832/1461 KB 944/1118 KB 836/1461 KB 944/1118 KB 840/1461 KB 944/1118 KB 844/1461 KB 944/1118 KB 848/1461 KB 944/1118 KB 852/1461 KB 944/1118 KB 856/1461 KB 944/1118 KB 860/1461 KB 944/1118 KB 864/1461 KB 944/1118 KB 832/1461 KB 948/1118 KB 864/1461 KB 952/1118 KB 864/1461 KB 956/1118 KB 864/1461 KB 960/1118 KB 864/1461 KB 964/1118 KB 864/1461 KB 968/1118 KB 864/1461 KB 972/1118 KB 864/1461 KB 976/1118 KB 864/1461 KB 980/1118 KB 864/1461 KB 984/1118 KB 868/1461 KB 988/1118 KB 868/1461 KB 992/1118 KB 868/1461 KB 980/1118 KB 868/1461 KB 992/1118 KB 872/1461 KB 992/1118 KB 876/1461 KB 992/1118 KB 880/1461 KB 992/1118 KB 884/1461 KB 996/1118 KB 888/1461 KB 996/1118 KB 892/1461 KB 996/1118 KB 896/1461 KB 996/1118 KB 900/1461 KB 996/1118 KB 904/1461 KB 996/1118 KB 908/1461 KB 996/1118 KB 912/1461 KB 996/1118 KB 916/1461 KB 996/1118 KB 884/1461 KB 1000/1118 KB 916/1461 KB 1004/1118 KB 916/1461 KB 1008/1118 KB 916/1461 KB 1012/1118 KB 916/1461 KB 1016/1118 KB 916/1461 KB 1020/1118 KB 916/1461 KB 1024/1118 KB 916/1461 KB 1028/1118 KB 916/1461 KB 1032/1118 KB 916/1461 KB 1036/1118 KB 916/1461 KB 1040/1118 KB 916/1461 KB 1044/1118 KB 920/1461 KB 1048/1118 KB 920/1461 KB 1052/1118 KB 920/1461 KB 1056/1118 KB 920/1461 KB 1060/1118 KB 920/1461 KB 1064/1118 KB 920/1461 KB 1068/1118 KB 920/1461 KB 1072/1118 KB 920/1461 KB 1076/1118 KB 920/1461 KB 1040/1118 KB 920/1461 KB 1076/1118 KB 924/1461 KB 1076/1118 KB 928/1461 KB 1076/1118 KB 932/1461 KB 1076/1118 KB 936/1461 KB 1076/1118 KB 940/1461 KB 1076/1118 KB 944/1461 KB 1076/1118 KB 948/1461 KB 1076/1118 KB 952/1461 KB 1076/1118 KB 956/1461 KB 1076/1118 KB 960/1461 KB 1076/1118 KB 964/1461 KB 1080/1118 KB 964/1461 KB 1084/1118 KB 964/1461 KB 1088/1118 KB 964/1461 KB 1092/1118 KB 964/1461 KB 1092/1118 KB 968/1461 KB 1092/1118 KB 972/1461 KB 1092/1118 KB 976/1461 KB 1092/1118 KB 980/1461 KB 1096/1118 KB 984/1461 KB 1096/1118 KB 988/1461 KB 1096/1118 KB 992/1461 KB 1096/1118 KB 996/1461 KB 1096/1118 KB 1000/1461 KB 1096/1118 KB 1004/1461 KB 1096/1118 KB 1008/1461 KB 1096/1118 KB 980/1461 KB 1100/1118 KB 1008/1461 KB 1104/1118 KB 1008/1461 KB 1108/1118 KB 1008/1461 KB 1112/1118 KB 1008/1461 KB 1116/1118 KB 1008/1461 KB 1118/1118 KB 1008/1461 KB 1118/1118 KB 1012/1461 KB 1118/1118 KB 1016/1461 KB 1118/1118 KB 1020/1461 KB 1118/1118 KB 1024/1461 KB 1118/1118 KB 1028/1461 KB 1118/1118 KB 1032/1461 KB 1118/1118 KB 1036/1461 KB 1118/1118 KB 1040/1461 KB 1118/1118 KB 1044/1461 KB 1118/1118 KB 1048/1461 KB 1118/1118 KB 1052/1461 KB 1118/1118 KB 1056/1461 KB 1118/1118 KB 1060/1461 KB 1118/1118 KB 1064/1461 KB 1118/1118 KB 1068/1461 KB 1118/1118 KB 1072/1461 KB 1118/1118 KB 1076/1461 KB 1118/1118 KB 1080/1461 KB 1118/1118 KB 1084/1461 KB 1118/1118 KB 1088/1461 KB 1118/1118 KB 1092/1461 KB 1118/1118 KB 1096/1461 KB 1118/1118 KB 1100/1461 KB 1118/1118 KB 1104/1461 KB 1118/1118 KB 1108/1461 KB 1118/1118 KB 1112/1461 KB 1118/1118 KB 1116/1461 KB 1118/1118 KB 1120/1461 KB 1118/1118 KB 1124/1461 KB 1118/1118 KB unit-abot-epc-basic-0: 11:39:00 DEBUG unit.abot-epc-basic/0.install 1128/1461 KB 1118/1118 KB 1132/1461 KB 1118/1118 KB 1136/1461 KB 1118/1118 KB 1140/1461 KB 1118/1118 KB 1144/1461 KB 1118/1118 KB 1148/1461 KB 1118/1118 KB 1152/1461 KB 1118/1118 KB 1156/1461 KB 1118/1118 KB 1160/1461 KB 1118/1118 KB 1164/1461 KB 1118/1118 KB 1168/1461 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/guava/guava/r09/guava-r09.jar (1118 KB at 713.8 KB/sec) unit-abot-epc-basic-0: 11:39:00 DEBUG unit.abot-epc-basic/0.install 1172/1461 KB 1176/1461 KB 1180/1461 KB 1184/1461 KB 1188/1461 KB 1192/1461 KB 1196/1461 KB 1200/1461 KB 1204/1461 KB 1208/1461 KB 1212/1461 KB 1216/1461 KB 1220/1461 KB 1224/1461 KB 1228/1461 KB 1232/1461 KB 1236/1461 KB 1240/1461 KB 1244/1461 KB 1248/1461 KB 1252/1461 KB 1256/1461 KB 1260/1461 KB 1264/1461 KB 1268/1461 KB 1272/1461 KB 1276/1461 KB 1280/1461 KB 1284/1461 KB 1288/1461 KB 1292/1461 KB 1296/1461 KB 1300/1461 KB 1304/1461 KB 1308/1461 KB 1312/1461 KB 1316/1461 KB 1320/1461 KB 1324/1461 KB 1328/1461 KB 1332/1461 KB 1336/1461 KB 1340/1461 KB 1344/1461 KB 1348/1461 KB 1352/1461 KB 1356/1461 KB 1360/1461 KB 1364/1461 KB 1368/1461 KB 1372/1461 KB 1376/1461 KB 1380/1461 KB 1384/1461 KB 1388/1461 KB 1392/1461 KB 1396/1461 KB 1400/1461 KB 1404/1461 KB 1408/1461 KB 1412/1461 KB 1416/1461 KB 1420/1461 KB 1424/1461 KB 1428/1461 KB 1432/1461 KB 1436/1461 KB 1440/1461 KB 1444/1461 KB 1448/1461 KB 1452/1461 KB 1456/1461 KB 1460/1461 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 919.5 KB/sec) unit-abot-epc-basic-0: 11:39:00 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 11:39:00 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 11:39:00 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: 11:39:00 DEBUG unit.abot-epc-basic/0.install 3/7 KB 6/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 409.6 KB/sec) unit-abot-epc-basic-0: 11:39:00 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: 11:39:00 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 155.5 KB/sec) unit-abot-epc-basic-0: 11:39:00 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: 11:39:00 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 142.6 KB/sec) unit-abot-epc-basic-0: 11:39:00 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: 11:39:00 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 100.4 KB/sec) unit-abot-epc-basic-0: 11:39:00 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: 11:39:00 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 23.0 KB/sec) unit-abot-epc-basic-0: 11:39:00 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: 11:39:00 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 347.4 KB/sec) unit-abot-epc-basic-0: 11:39:00 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: 11:39:00 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 104.0 KB/sec) unit-abot-epc-basic-0: 11:39:00 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: 11:39:00 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 186.9 KB/sec) unit-abot-epc-basic-0: 11:39:00 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: 11:39:00 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 164.2 KB/sec) unit-abot-epc-basic-0: 11:39:00 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: 11:39:00 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 532.7 KB/sec) unit-abot-epc-basic-0: 11:39:00 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: 11:39:00 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 87.5 KB/sec) unit-abot-epc-basic-0: 11:39:00 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: 11:39:00 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 270.5 KB/sec) unit-abot-epc-basic-0: 11:39:00 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: 11:39:00 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/shared/maven-filtering/1.1/maven-filtering-1.1.pom (6 KB at 434.9 KB/sec) unit-abot-epc-basic-0: 11:39:00 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: 11:39:00 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 708.2 KB/sec) unit-abot-epc-basic-0: 11:39:00 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: 11:39:00 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 39.5 KB/sec) unit-abot-epc-basic-0: 11:39:00 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: 11:39:00 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 233.0 KB/sec) unit-abot-epc-basic-0: 11:39:00 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: 11:39:00 DEBUG unit.abot-epc-basic/0.install 2/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 267.7 KB/sec) unit-abot-epc-basic-0: 11:39:00 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: 11:39:00 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 409.6 KB/sec) unit-abot-epc-basic-0: 11:39:00 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: 11:39:00 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-utils/1.5.8/plexus-utils-1.5.8.pom (8 KB at 656.2 KB/sec) unit-abot-epc-basic-0: 11:39:00 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: 11:39:00 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 72.4 KB/sec) unit-abot-epc-basic-0: 11:39:00 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: 11:39:00 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 252.8 KB/sec) unit-abot-epc-basic-0: 11:39:00 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: 11:39:00 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 656.5 KB/sec) unit-abot-epc-basic-0: 11:39:00 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: 11:39:00 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: 11:39:00 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: 11:39:00 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: 11:39:00 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: 11:39:00 DEBUG unit.abot-epc-basic/0.install 3/149 KB 5/149 KB 3/6 KB 4/10 KB 8/149 KB 4/21 KB 3/6 KB 4/10 KB 5/149 KB 4/21 KB 3/6 KB 4/10 KB 8/149 KB 8/21 KB 3/6 KB 4/10 KB 8/149 KB 12/21 KB 3/14 KB 3/6 KB 4/10 KB 5/149 KB 6/6 KB 4/10 KB 8/149 KB 12/21 KB 3/14 KB 6/6 KB 4/10 KB 8/149 KB 12/21 KB 3/14 KB 4/10 KB 5/149 KB 6/6 KB 8/10 KB 8/149 KB 12/21 KB 3/14 KB 6/6 KB 10/10 KB 8/149 KB 12/21 KB 3/14 KB 3/6 KB 4/10 KB 8/149 KB 8/21 KB 3/14 KB 6/6 KB 10/10 KB 11/149 KB 16/21 KB 6/14 KB 6/6 KB 10/10 KB 11/149 KB 16/21 KB 3/14 KB 6/6 KB 10/10 KB 11/149 KB 12/21 KB 3/14 KB 6/6 KB 10/10 KB 11/149 KB 20/21 KB 6/14 KB 6/6 KB 10/10 KB 13/149 KB 21/21 KB 9/14 KB 6/6 KB 10/10 KB 13/149 KB 20/21 KB 9/14 KB 6/6 KB 10/10 KB 13/149 KB 20/21 KB 6/14 KB 6/6 KB 10/10 KB 13/149 KB 21/21 KB 11/14 KB 6/6 KB 10/10 KB 13/149 KB 21/21 KB 14/14 KB 6/6 KB 10/10 KB 16/149 KB 21/21 KB 14/14 KB 6/6 KB 10/10 KB 19/149 KB 21/21 KB 14/14 KB 6/6 KB 10/10 KB 21/149 KB 21/21 KB 14/14 KB 6/6 KB 10/10 KB 24/149 KB 21/21 KB 14/14 KB 6/6 KB 10/10 KB 27/149 KB 21/21 KB 14/14 KB 6/6 KB 10/10 KB 29/149 KB 21/21 KB 14/14 KB 6/6 KB 10/10 KB 32/149 KB 21/21 KB 14/14 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 305.1 KB/sec) unit-abot-epc-basic-0: 11:39:00 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: 11:39:00 DEBUG unit.abot-epc-basic/0.install 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 404.5 KB/sec) unit-abot-epc-basic-0: 11:39:00 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: 11:39:00 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 698.9 KB/sec) unit-abot-epc-basic-0: 11:39:00 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.jar unit-abot-epc-basic-0: 11:39:00 DEBUG unit.abot-epc-basic/0.install 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 578.0 KB/sec) unit-abot-epc-basic-0: 11:39:00 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: 11:39:00 DEBUG unit.abot-epc-basic/0.install 36/149 KB 40/149 KB 3/30 KB 44/149 KB 3/30 KB 48/149 KB 3/30 KB 36/149 KB 3/30 KB 48/149 KB 6/30 KB 48/149 KB 9/30 KB 48/149 KB 11/30 KB 48/149 KB 14/30 KB 48/149 KB 16/30 KB 48/149 KB 19/30 KB 48/149 KB 22/30 KB 48/149 KB 3/14 KB 25/30 KB 48/149 KB 3/14 KB 3/37 KB 25/30 KB 48/149 KB 3/14 KB 22/30 KB 48/149 KB 5/14 KB 3/37 KB 25/30 KB 48/149 KB 8/14 KB 3/37 KB 25/30 KB 48/149 KB 11/14 KB 6/37 KB 25/30 KB 48/149 KB 8/14 KB 6/37 KB 25/30 KB 48/149 KB 11/14 KB 9/37 KB 25/30 KB 48/149 KB 11/14 KB 11/37 KB 25/30 KB 48/149 KB 13/14 KB 11/37 KB 25/30 KB 48/149 KB 14/14 KB 11/37 KB 25/30 KB 48/149 KB 14/14 KB 14/37 KB 25/30 KB 52/149 KB 14/14 KB 16/37 KB 3/37 KB 25/30 KB 52/149 KB 14/14 KB 19/37 KB 3/37 KB 27/30 KB 52/149 KB 14/14 KB 14/37 KB 3/37 KB 25/30 KB 48/149 KB 14/14 KB 14/37 KB 3/37 KB 25/30 KB 52/149 KB 14/14 KB 19/37 KB 5/37 KB 27/30 KB 52/149 KB 14/14 KB 19/37 KB 8/37 KB 27/30 KB 52/149 KB 14/14 KB 19/37 KB 11/37 KB 27/30 KB 52/149 KB 14/14 KB 19/37 KB 13/37 KB 27/30 KB 52/149 KB 14/14 KB 19/37 KB 16/37 KB 27/30 KB 52/149 KB 14/14 KB 19/37 KB 19/37 KB 27/30 KB 52/149 KB 14/14 KB 19/37 KB 21/37 KB 27/30 KB 56/149 KB 14/14 KB 19/37 KB 24/37 KB 27/30 KB 52/149 KB 14/14 KB 16/37 KB 3/37 KB 27/30 KB 56/149 KB 14/14 KB 19/37 KB 21/37 KB 27/30 KB 60/149 KB 14/14 KB 19/37 KB 24/37 KB 27/30 KB 64/149 KB 14/14 KB 19/37 KB 24/37 KB 27/30 KB 68/149 KB 14/14 KB 19/37 KB 24/37 KB 27/30 KB 72/149 KB 14/14 KB 22/37 KB 27/37 KB 30/30 KB 76/149 KB 14/14 KB 22/37 KB 27/37 KB 30/30 KB 80/149 KB 14/14 KB 22/37 KB 27/37 KB 30/30 KB 68/149 KB 14/14 KB 22/37 KB 27/37 KB 30/30 KB 68/149 KB 14/14 KB 19/37 KB 27/37 KB 30/30 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.jar (14 KB at 344.5 KB/sec) unit-abot-epc-basic-0: 11:39:00 DEBUG unit.abot-epc-basic/0.install 68/149 KB 14/14 KB 19/37 KB 24/37 KB 30/30 KB 80/149 KB 25/37 KB 29/37 KB 30/30 KB 80/149 KB 22/37 KB 29/37 KB 30/30 KB 80/149 KB 25/37 KB 32/37 KB 30/30 KB 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: 11:39:00 DEBUG unit.abot-epc-basic/0.install 80/149 KB 27/37 KB 32/37 KB 30/30 KB 80/149 KB 27/37 KB 35/37 KB 30/30 KB 80/149 KB 27/37 KB 37/37 KB 30/30 KB 80/149 KB 30/37 KB 37/37 KB 30/30 KB 84/149 KB 30/37 KB 37/37 KB 30/30 KB 88/149 KB 32/37 KB 37/37 KB 30/30 KB 84/149 KB 32/37 KB 37/37 KB 30/30 KB 88/149 KB 35/37 KB 37/37 KB 30/30 KB 88/149 KB 37/37 KB 37/37 KB 30/30 KB 92/149 KB 37/37 KB 37/37 KB 30/30 KB 96/149 KB 37/37 KB 37/37 KB 30/30 KB 100/149 KB 37/37 KB 37/37 KB 30/30 KB 104/149 KB 37/37 KB 37/37 KB 30/30 KB 108/149 KB 37/37 KB 37/37 KB 30/30 KB 112/149 KB 37/37 KB 37/37 KB 30/30 KB Downloaded: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 KB at 600.2 KB/sec) unit-abot-epc-basic-0: 11:39:00 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: 11:39:00 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 734.9 KB/sec) unit-abot-epc-basic-0: 11:39:00 DEBUG unit.abot-epc-basic/0.install 112/149 KB 37/37 KB 3/11 KB 37/37 KB 112/149 KB 37/37 KB 6/11 KB 112/149 KB 37/37 KB 9/11 KB 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: 11:39:00 DEBUG unit.abot-epc-basic/0.install 112/149 KB 37/37 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar (37 KB at 710.9 KB/sec) unit-abot-epc-basic-0: 11:39:00 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: 11:39:00 DEBUG unit.abot-epc-basic/0.install 3/43 KB 112/149 KB 11/11 KB 6/43 KB 112/149 KB 11/11 KB 9/43 KB 112/149 KB 11/11 KB 11/43 KB 112/149 KB 11/11 KB 14/43 KB 112/149 KB 11/11 KB 14/43 KB 116/149 KB 11/11 KB 16/43 KB 120/149 KB 16/43 KB 124/149 KB 16/43 KB 128/149 KB 3/7 KB 16/43 KB 128/149 KB 5/7 KB 16/43 KB 128/149 KB 5/7 KB 16/43 KB 128/149 KB 3/60 KB 7/7 KB 16/43 KB 128/149 KB 5/60 KB 16/43 KB 116/149 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 172.4 KB/sec) unit-abot-epc-basic-0: 11:39:00 DEBUG unit.abot-epc-basic/0.install 7/7 KB 16/43 KB 128/149 KB 3/60 KB 7/7 KB 19/43 KB 128/149 KB 5/60 KB 7/7 KB 22/43 KB 128/149 KB 5/60 KB 7/7 KB 25/43 KB 128/149 KB 5/60 KB 7/7 KB 27/43 KB 132/149 KB 5/60 KB 7/7 KB 30/43 KB 132/149 KB 8/60 KB 7/7 KB 32/43 KB 132/149 KB 8/60 KB 7/7 KB 25/43 KB 132/149 KB 5/60 KB 7/7 KB 32/43 KB 136/149 KB 8/60 KB 7/7 KB 32/43 KB 140/149 KB 8/60 KB 7/7 KB 32/43 KB 144/149 KB 8/60 KB 7/7 KB 32/43 KB 148/149 KB 8/60 KB 7/7 KB 36/43 KB 149/149 KB 8/60 KB 7/7 KB 27/43 KB 132/149 KB 8/60 KB 7/7 KB 36/43 KB 149/149 KB 11/60 KB 7/7 KB 36/43 KB 149/149 KB 13/60 KB 7/7 KB 36/43 KB 149/149 KB 16/60 KB 7/7 KB 36/43 KB 149/149 KB 19/60 KB 7/7 KB 36/43 KB 149/149 KB 21/60 KB 7/7 KB 36/43 KB 148/149 KB 8/60 KB 7/7 KB 40/43 KB 149/149 KB 21/60 KB 7/7 KB 43/43 KB 149/149 KB 21/60 KB 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 102.3 KB/sec) unit-abot-epc-basic-0: 11:39:00 DEBUG unit.abot-epc-basic/0.install 43/43 KB 149/149 KB 24/60 KB 43/43 KB 149/149 KB 27/60 KB 43/43 KB 149/149 KB 29/60 KB 43/43 KB 149/149 KB 32/60 KB 43/43 KB 149/149 KB 36/60 KB 43/43 KB 149/149 KB 40/60 KB 43/43 KB 149/149 KB 44/60 KB 43/43 KB 149/149 KB 48/60 KB 43/43 KB 149/149 KB 52/60 KB 43/43 KB 149/149 KB 56/60 KB 43/43 KB 149/149 KB 60/60 KB 43/43 KB 149/149 KB 60/60 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (149 KB at 1762.7 KB/sec) unit-abot-epc-basic-0: 11:39:00 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 584.7 KB/sec) unit-abot-epc-basic-0: 11:39:00 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (60 KB at 764.4 KB/sec) unit-abot-epc-basic-0: 11:39:01 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: 11:39:01 DEBUG unit.abot-epc-basic/0.install [INFO] Copying 1 resource unit-abot-epc-basic-0: 11:39:01 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 11:39:01 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 11:39:01 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: 11:39:01 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 121.6 KB/sec) unit-abot-epc-basic-0: 11:39:01 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: 11:39:01 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 1420.3 KB/sec) unit-abot-epc-basic-0: 11:39:01 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: 11:39:01 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 1473.0 KB/sec) unit-abot-epc-basic-0: 11:39:01 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: 11:39:01 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 93.0 KB/sec) unit-abot-epc-basic-0: 11:39:01 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: 11:39:01 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 186.8 KB/sec) unit-abot-epc-basic-0: 11:39:01 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: 11:39:01 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 543.0 KB/sec) unit-abot-epc-basic-0: 11:39:01 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: 11:39:01 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 125.6 KB/sec) unit-abot-epc-basic-0: 11:39:01 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: 11:39:01 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 255.5 KB/sec) unit-abot-epc-basic-0: 11:39:01 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: 11:39:01 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 100.9 KB/sec) unit-abot-epc-basic-0: 11:39:01 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: 11:39:01 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 143.0 KB/sec) unit-abot-epc-basic-0: 11:39:01 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: 11:39:01 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 116.0 KB/sec) unit-abot-epc-basic-0: 11:39:01 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: 11:39:01 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 141.9 KB/sec) unit-abot-epc-basic-0: 11:39:01 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: 11:39:01 DEBUG unit.abot-epc-basic/0.install 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 220.5 KB/sec) unit-abot-epc-basic-0: 11:39:01 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: 11:39:01 DEBUG unit.abot-epc-basic/0.install 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 219.7 KB/sec) unit-abot-epc-basic-0: 11:39:01 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: 11:39:01 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 160.4 KB/sec) unit-abot-epc-basic-0: 11:39:01 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: 11:39:01 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 168.9 KB/sec) unit-abot-epc-basic-0: 11:39:01 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: 11:39:01 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 104.6 KB/sec) unit-abot-epc-basic-0: 11:39:01 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: 11:39:01 DEBUG unit.abot-epc-basic/0.install 1/4 KB 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 277.8 KB/sec) unit-abot-epc-basic-0: 11:39:01 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: 11:39:01 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 60.5 KB/sec) unit-abot-epc-basic-0: 11:39:01 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: 11:39:01 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/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: 11:39:01 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: 11:39:01 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 245.5 KB/sec) unit-abot-epc-basic-0: 11:39:01 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: 11:39:01 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 1514.9 KB/sec) unit-abot-epc-basic-0: 11:39:01 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: 11:39:01 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 32.2 KB/sec) unit-abot-epc-basic-0: 11:39:01 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: 11:39:01 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 56.0 KB/sec) unit-abot-epc-basic-0: 11:39:01 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: 11:39:01 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: 11:39:01 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: 11:39:01 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.jar unit-abot-epc-basic-0: 11:39:01 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: 11:39:01 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: 11:39:01 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: 11:39:01 DEBUG unit.abot-epc-basic/0.install 3/13 KB 6/13 KB 4/156 KB 4/48 KB 4/87 KB 3/21 KB 9/13 KB 4/156 KB 4/48 KB 4/87 KB 3/21 KB 11/13 KB 4/156 KB 4/48 KB 4/87 KB 3/21 KB 3/13 KB 4/156 KB 4/48 KB 4/87 KB 3/21 KB 11/13 KB 4/156 KB 4/48 KB 4/87 KB 5/21 KB 11/13 KB 4/156 KB 4/48 KB 4/87 KB 8/21 KB 11/13 KB 4/156 KB 4/48 KB 4/87 KB 11/21 KB 11/13 KB 4/156 KB 4/48 KB 4/87 KB 13/21 KB 11/13 KB 4/156 KB 4/48 KB 4/87 KB 16/21 KB 3/13 KB 4/156 KB 4/48 KB 4/87 KB 13/13 KB 4/156 KB 8/48 KB 4/87 KB 16/21 KB 13/13 KB 4/156 KB 12/48 KB 4/87 KB 16/21 KB 13/13 KB 4/156 KB 16/48 KB 4/87 KB 16/21 KB 13/13 KB 4/156 KB 20/48 KB 4/87 KB 16/21 KB 3/13 KB 4/156 KB 4/87 KB 13/13 KB 8/156 KB 20/48 KB 4/87 KB 19/21 KB 13/13 KB 12/156 KB 20/48 KB 4/87 KB 19/21 KB 13/13 KB 16/156 KB 20/48 KB 4/87 KB 19/21 KB 13/13 KB 20/156 KB 20/48 KB 4/87 KB 19/21 KB 13/13 KB 24/156 KB 20/48 KB 4/87 KB 19/21 KB 3/13 KB 4/87 KB 13/13 KB 24/156 KB 24/48 KB 8/87 KB 19/21 KB 13/13 KB 24/156 KB 24/48 KB 12/87 KB 19/21 KB 13/13 KB 24/156 KB 24/48 KB 16/87 KB 19/21 KB 13/13 KB 24/156 KB 24/48 KB 20/87 KB 19/21 KB 13/13 KB 24/156 KB 24/48 KB 4/87 KB 19/21 KB 13/13 KB 28/156 KB 28/48 KB 20/87 KB 19/21 KB 13/13 KB 28/156 KB 32/48 KB 24/87 KB 19/21 KB 13/13 KB 4/156 KB 20/48 KB 4/87 KB 19/21 KB 13/13 KB 4/156 KB 4/48 KB 4/87 KB 16/21 KB 13/13 KB 28/156 KB 32/48 KB 24/87 KB 21/21 KB 13/13 KB 28/156 KB 28/48 KB 24/87 KB 19/21 KB 13/13 KB 28/156 KB 32/48 KB 28/87 KB 21/21 KB 13/13 KB 28/156 KB 32/48 KB 32/87 KB 21/21 KB 13/13 KB 28/156 KB 32/48 KB 36/87 KB 21/21 KB 13/13 KB 28/156 KB 36/48 KB 40/87 KB 21/21 KB 13/13 KB 28/156 KB 36/48 KB 44/87 KB 21/21 KB 13/13 KB 28/156 KB 36/48 KB 48/87 KB 21/21 KB 13/13 KB 28/156 KB 24/48 KB 20/87 KB 19/21 KB 13/13 KB 32/156 KB 36/48 KB 48/87 KB 21/21 KB 13/13 KB 36/156 KB 36/48 KB 48/87 KB 21/21 KB 13/13 KB 40/156 KB 36/48 KB 48/87 KB 21/21 KB 13/13 KB 44/156 KB 36/48 KB 48/87 KB 21/21 KB 13/13 KB 48/156 KB 36/48 KB 48/87 KB 21/21 KB 13/13 KB 28/156 KB 36/48 KB 36/87 KB 21/21 KB 13/13 KB 48/156 KB 40/48 KB 48/87 KB 21/21 KB 13/13 KB 48/156 KB 44/48 KB 48/87 KB 21/21 KB 13/13 KB 48/156 KB 48/48 KB 48/87 KB 21/21 KB 13/13 KB 52/156 KB 48/48 KB 48/87 KB 21/21 KB 13/13 KB 56/156 KB 48/48 KB 52/87 KB 21/21 KB 13/13 KB 60/156 KB 48/48 KB 52/87 KB 21/21 KB 13/13 KB 64/156 KB 48/48 KB 52/87 KB 21/21 KB 13/13 KB 52/156 KB 48/48 KB 52/87 KB 21/21 KB 13/13 KB 64/156 KB 48/48 KB 56/87 KB 21/21 KB 13/13 KB 64/156 KB 48/48 KB 60/87 KB 21/21 KB 13/13 KB 64/156 KB 48/48 KB 64/87 KB 21/21 KB 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 406.1 KB/sec) unit-abot-epc-basic-0: 11:39:01 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: 11:39:01 DEBUG unit.abot-epc-basic/0.install 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 815.5 KB/sec) unit-abot-epc-basic-0: 11:39:01 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.jar unit-abot-epc-basic-0: 11:39:01 DEBUG unit.abot-epc-basic/0.install 68/156 KB 48/48 KB 68/87 KB 68/156 KB 48/48 KB 72/87 KB 68/156 KB 48/48 KB 76/87 KB 68/156 KB 48/48 KB 80/87 KB 68/156 KB 48/48 KB 84/87 KB 68/156 KB 87/87 KB 13/13 KB 68/156 KB 48/48 KB 64/87 KB 21/21 KB 72/156 KB 87/87 KB 76/156 KB 87/87 KB 80/156 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 1712.9 KB/sec) unit-abot-epc-basic-0: 11:39:01 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: 11:39:01 DEBUG unit.abot-epc-basic/0.install 84/156 KB 87/87 KB 88/156 KB 87/87 KB 3/35 KB 3/86 KB 92/156 KB 87/87 KB 3/35 KB 3/86 KB 96/156 KB 87/87 KB 3/35 KB 3/86 KB 100/156 KB 87/87 KB 3/35 KB 3/86 KB 88/156 KB 87/87 KB 3/35 KB 88/156 KB 87/87 KB 5/35 KB 3/86 KB 100/156 KB 4/24 KB 87/87 KB 5/35 KB 6/86 KB 100/156 KB 4/24 KB 87/87 KB 8/35 KB 9/86 KB 100/156 KB 4/24 KB 87/87 KB 8/35 KB 11/86 KB 100/156 KB 4/24 KB 87/87 KB 8/35 KB 14/86 KB 100/156 KB 4/24 KB 87/87 KB 8/35 KB 16/86 KB 100/156 KB 4/24 KB 87/87 KB 8/35 KB 19/86 KB 100/156 KB 4/24 KB 87/87 KB 8/35 KB 22/86 KB 100/156 KB 4/24 KB 87/87 KB 8/35 KB 25/86 KB 100/156 KB 4/24 KB 87/87 KB 8/35 KB 27/86 KB 100/156 KB 4/24 KB 87/87 KB 3/35 KB 3/86 KB 100/156 KB 4/24 KB 87/87 KB 8/35 KB 27/86 KB 100/156 KB 8/24 KB 87/87 KB 8/35 KB 6/86 KB 100/156 KB 4/24 KB 87/87 KB 11/35 KB 30/86 KB 100/156 KB 8/24 KB 87/87 KB 13/35 KB 30/86 KB 100/156 KB 8/24 KB 87/87 KB 16/35 KB 30/86 KB 100/156 KB 8/24 KB 87/87 KB 19/35 KB 30/86 KB 100/156 KB 8/24 KB 87/87 KB 21/35 KB 30/86 KB 100/156 KB 8/24 KB 87/87 KB 24/35 KB 30/86 KB 100/156 KB 8/24 KB 87/87 KB 27/35 KB 30/86 KB 100/156 KB 8/24 KB 87/87 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 1887.5 KB/sec) unit-abot-epc-basic-0: 11:39:01 DEBUG unit.abot-epc-basic/0.install 8/35 KB 30/86 KB 100/156 KB 8/24 KB 87/87 KB 29/35 KB 32/86 KB 104/156 KB 12/24 KB 29/35 KB 30/86 KB 104/156 KB 12/24 KB 29/35 KB 32/86 KB 108/156 KB 12/24 KB 29/35 KB 30/86 KB 100/156 KB 12/24 KB 29/35 KB 32/86 KB 108/156 KB 16/24 KB 29/35 KB 32/86 KB 108/156 KB 20/24 KB 29/35 KB 36/86 KB 112/156 KB 24/24 KB 29/35 KB 30/86 KB 100/156 KB 8/24 KB 32/35 KB 36/86 KB 112/156 KB 24/24 KB 35/35 KB 36/86 KB 112/156 KB 24/24 KB 35/35 KB 36/86 KB 112/156 KB 24/24 KB 29/35 KB 36/86 KB 112/156 KB 20/24 KB 35/35 KB 40/86 KB 112/156 KB 24/24 KB 35/35 KB 44/86 KB 112/156 KB 24/24 KB 35/35 KB 48/86 KB 112/156 KB 24/24 KB 29/35 KB 32/86 KB 112/156 KB 20/24 KB 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: 11:39:01 DEBUG unit.abot-epc-basic/0.install 35/35 KB 48/86 KB 116/156 KB 24/24 KB 35/35 KB 52/86 KB 120/156 KB 24/24 KB 35/35 KB 52/86 KB 124/156 KB 24/24 KB 35/35 KB 52/86 KB 128/156 KB 24/24 KB 35/35 KB 52/86 KB 132/156 KB 24/24 KB 35/35 KB 52/86 KB 116/156 KB 24/24 KB 56/86 KB 132/156 KB 24/24 KB 60/86 KB 132/156 KB 24/24 KB 64/86 KB 132/156 KB 24/24 KB 68/86 KB 136/156 KB 24/24 KB 72/86 KB 136/156 KB 24/24 KB 76/86 KB 136/156 KB 24/24 KB 80/86 KB 136/156 KB 24/24 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar (35 KB at 677.1 KB/sec) unit-abot-epc-basic-0: 11:39:01 DEBUG unit.abot-epc-basic/0.install 64/86 KB 136/156 KB 24/24 KB 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: 11:39:01 DEBUG unit.abot-epc-basic/0.install 80/86 KB 140/156 KB 24/24 KB 80/86 KB 144/156 KB 3/14 KB 24/24 KB 80/86 KB 140/156 KB 3/14 KB 24/24 KB 80/86 KB 144/156 KB 5/14 KB 24/24 KB 80/86 KB 144/156 KB 8/14 KB 24/24 KB 80/86 KB 144/156 KB 11/14 KB 24/24 KB 80/86 KB 144/156 KB 13/14 KB 24/24 KB 80/86 KB 144/156 KB 14/14 KB 24/24 KB 80/86 KB 148/156 KB 14/14 KB 24/24 KB 80/86 KB 152/156 KB 14/14 KB 80/86 KB 156/156 KB 14/14 KB 80/86 KB 156/156 KB 14/14 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: 11:39:01 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: 11:39:01 DEBUG unit.abot-epc-basic/0.install 84/86 KB 156/156 KB 14/14 KB 86/86 KB 156/156 KB 14/14 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 224.4 KB/sec) unit-abot-epc-basic-0: 11:39:01 DEBUG unit.abot-epc-basic/0.install 86/86 KB 156/156 KB 3/119 KB 86/86 KB 156/156 KB 6/119 KB 86/86 KB 156/156 KB 9/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: 11:39:01 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar (156 KB at 2398.3 KB/sec) unit-abot-epc-basic-0: 11:39:01 DEBUG unit.abot-epc-basic/0.install 86/86 KB 11/119 KB 3/29 KB 11/119 KB 5/29 KB 11/119 KB 8/29 KB 11/119 KB 11/29 KB 11/119 KB 13/29 KB 11/119 KB 13/29 KB 14/119 KB 16/29 KB 16/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: 11:39:01 DEBUG unit.abot-epc-basic/0.install 16/29 KB 19/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 1332.4 KB/sec) unit-abot-epc-basic-0: 11:39:01 DEBUG unit.abot-epc-basic/0.install 16/29 KB 14/119 KB 20/29 KB 19/119 KB 24/29 KB 19/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: 11:39:01 DEBUG unit.abot-epc-basic/0.install 24/29 KB 22/119 KB 28/29 KB 22/119 KB 29/29 KB 22/119 KB 29/29 KB 25/119 KB 29/29 KB 27/119 KB 3/37 KB 29/29 KB 30/119 KB 3/37 KB 29/29 KB 32/119 KB 3/37 KB 29/29 KB 25/119 KB 3/37 KB 29/29 KB 32/119 KB 6/37 KB 29/29 KB 32/119 KB 9/37 KB 29/29 KB 32/119 KB 11/37 KB 29/29 KB 32/119 KB 14/37 KB 29/29 KB 32/119 KB 16/37 KB 29/29 KB 32/119 KB 19/37 KB 29/29 KB 32/119 KB 22/37 KB 29/29 KB 32/119 KB 25/37 KB 29/29 KB 36/119 KB 27/37 KB 29/29 KB 36/119 KB 25/37 KB 29/29 KB 40/119 KB 27/37 KB 29/29 KB 44/119 KB 27/37 KB 29/29 KB 48/119 KB 30/37 KB 29/29 KB 44/119 KB 30/37 KB 29/29 KB 48/119 KB 30/37 KB 4/57 KB 29/29 KB 48/119 KB 30/37 KB 4/11 KB 8/57 KB 48/119 KB 30/37 KB 4/11 KB 12/57 KB 29/29 KB 48/119 KB 30/37 KB 4/11 KB 4/57 KB 48/119 KB 30/37 KB 8/11 KB 12/57 KB 48/119 KB 30/37 KB 11/11 KB 12/57 KB 48/119 KB 30/37 KB 11/11 KB 16/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: 11:39:01 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.jar unit-abot-epc-basic-0: 11:39:01 DEBUG unit.abot-epc-basic/0.install 48/119 KB 30/37 KB 11/11 KB 20/57 KB 48/119 KB 32/37 KB 11/11 KB 24/57 KB 52/119 KB 32/37 KB 11/11 KB 28/57 KB 52/119 KB 32/37 KB 11/11 KB 32/57 KB 48/119 KB 32/37 KB 11/11 KB 20/57 KB 52/119 KB 35/37 KB 11/11 KB 32/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 130.4 KB/sec) unit-abot-epc-basic-0: 11:39:01 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: 11:39:01 DEBUG unit.abot-epc-basic/0.install 52/119 KB 37/37 KB 32/57 KB 52/119 KB 32/37 KB 11/11 KB 24/57 KB 56/119 KB 37/37 KB 32/57 KB 60/119 KB 37/37 KB 32/57 KB 64/119 KB 37/37 KB 32/57 KB 68/119 KB 37/37 KB 32/57 KB 4/33 KB 72/119 KB 37/37 KB 36/57 KB 4/33 KB 76/119 KB 37/37 KB 36/57 KB 4/33 KB 80/119 KB 37/37 KB 36/57 KB 4/33 KB 68/119 KB 37/37 KB 36/57 KB 4/33 KB 80/119 KB 37/37 KB 40/57 KB 4/33 KB 80/119 KB 37/37 KB 44/57 KB 4/33 KB 80/119 KB 37/37 KB 48/57 KB 4/33 KB 68/119 KB 37/37 KB 32/57 KB 8/33 KB 80/119 KB 37/37 KB 48/57 KB 12/33 KB 80/119 KB 37/37 KB 48/57 KB 16/33 KB 80/119 KB 37/37 KB 48/57 KB 20/33 KB 80/119 KB 37/37 KB 48/57 KB 24/33 KB 80/119 KB 37/37 KB 52/57 KB 28/33 KB 80/119 KB 37/37 KB 52/57 KB 32/33 KB 80/119 KB 37/37 KB 52/57 KB 4/21 KB 33/33 KB 84/119 KB 52/57 KB 20/33 KB 80/119 KB 37/37 KB 52/57 KB 4/21 KB 33/33 KB 84/119 KB 56/57 KB 4/21 KB 33/33 KB 84/119 KB 57/57 KB 4/21 KB 32/33 KB 84/119 KB 52/57 KB 4/21 KB 33/33 KB 88/119 KB 57/57 KB 4/21 KB 33/33 KB 92/119 KB 57/57 KB 4/21 KB 33/33 KB 96/119 KB 57/57 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 411.1 KB/sec) unit-abot-epc-basic-0: 11:39:01 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: 11:39:01 DEBUG unit.abot-epc-basic/0.install 4/21 KB 32/33 KB 80/119 KB 37/37 KB 52/57 KB 8/21 KB 33/33 KB 96/119 KB 57/57 KB 12/21 KB 33/33 KB 96/119 KB 57/57 KB 16/21 KB 33/33 KB 96/119 KB 57/57 KB 20/21 KB 33/33 KB 96/119 KB 57/57 KB 21/21 KB 33/33 KB 96/119 KB 57/57 KB 21/21 KB 33/33 KB 100/119 KB 57/57 KB 21/21 KB 33/33 KB 104/119 KB 57/57 KB 21/21 KB 33/33 KB 108/119 KB 57/57 KB 21/21 KB 33/33 KB 112/119 KB 57/57 KB 21/21 KB 33/33 KB 116/119 KB 57/57 KB 21/21 KB 33/33 KB 119/119 KB 57/57 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar (33 KB at 357.1 KB/sec) unit-abot-epc-basic-0: 11:39:01 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 620.7 KB/sec) unit-abot-epc-basic-0: 11:39:01 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: 11:39:01 DEBUG unit.abot-epc-basic/0.install 3/5 KB 21/21 KB 119/119 KB 5/5 KB 21/21 KB 119/119 KB 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 222.3 KB/sec) unit-abot-epc-basic-0: 11:39:01 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 1238.8 KB/sec) unit-abot-epc-basic-0: 11:39:01 DEBUG unit.abot-epc-basic/0.install 4/14 KB 5/5 KB 8/14 KB 5/5 KB 12/14 KB 5/5 KB 14/14 KB 5/5 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 45.4 KB/sec) unit-abot-epc-basic-0: 11:39:01 DEBUG unit.abot-epc-basic/0.install 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 135.7 KB/sec) unit-abot-epc-basic-0: 11:39:01 DEBUG unit.abot-epc-basic/0.install [INFO] No sources to compile unit-abot-epc-basic-0: 11:39:01 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 11:39:01 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 11:39:01 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: 11:39:01 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: 11:39:01 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 11:39:01 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 11:39:01 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: 11:39:02 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 11:39:02 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 11:39:02 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: 11:39:02 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/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 477.4 KB/sec) unit-abot-epc-basic-0: 11:39:02 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: 11:39:02 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 132.6 KB/sec) unit-abot-epc-basic-0: 11:39:02 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: 11:39:02 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 1029.3 KB/sec) unit-abot-epc-basic-0: 11:39:02 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: 11:39:02 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 285.6 KB/sec) unit-abot-epc-basic-0: 11:39:02 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: 11:39:02 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 259.0 KB/sec) unit-abot-epc-basic-0: 11:39:02 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: 11:39:02 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 134.4 KB/sec) unit-abot-epc-basic-0: 11:39:02 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: 11:39:02 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 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: 11:39:02 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: 11:39:02 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/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: 11:39:02 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: 11:39:02 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 127.4 KB/sec) unit-abot-epc-basic-0: 11:39:02 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: 11:39:02 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: 11:39:02 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: 11:39:02 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/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (8 KB at 644.5 KB/sec) unit-abot-epc-basic-0: 11:39:02 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: 11:39:03 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: 11:39:03 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: 11:39:03 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 151.3 KB/sec) unit-abot-epc-basic-0: 11:39:03 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: 11:39:03 DEBUG unit.abot-epc-basic/0.install 3/3 KB 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 210.7 KB/sec) unit-abot-epc-basic-0: 11:39:03 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: 11:39:03 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/shared/maven-shared-components/15/maven-shared-components-15.pom (10 KB at 759.8 KB/sec) unit-abot-epc-basic-0: 11:39:03 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: 11:39:03 DEBUG unit.abot-epc-basic/0.install 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 139.0 KB/sec) unit-abot-epc-basic-0: 11:39:03 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: 11:39:03 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 81.8 KB/sec) unit-abot-epc-basic-0: 11:39:03 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: 11:39:03 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 192.8 KB/sec) unit-abot-epc-basic-0: 11:39:03 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: 11:39:03 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 414.9 KB/sec) unit-abot-epc-basic-0: 11:39:03 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: 11:39: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/4/forge-parent-4.pom (9 KB at 546.7 KB/sec) unit-abot-epc-basic-0: 11:39:03 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: 11:39:03 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: 11:39:03 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: 11:39:03 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 168.1 KB/sec) unit-abot-epc-basic-0: 11:39:03 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: 11:39:03 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 217.7 KB/sec) unit-abot-epc-basic-0: 11:39:03 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: 11:39: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/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 KB at 1165.7 KB/sec) unit-abot-epc-basic-0: 11:39:03 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: 11:39:03 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: 11:39:03 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: 11:39:03 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: 11:39:03 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: 11:39:03 DEBUG unit.abot-epc-basic/0.install 3/45 KB 3/308 KB 3/286 KB 5/45 KB 3/223 KB 3/39 KB 3/308 KB 3/286 KB 8/45 KB 3/223 KB 3/39 KB 3/308 KB 3/286 KB 11/45 KB 3/223 KB 3/39 KB 3/308 KB 3/286 KB 3/45 KB 3/223 KB 3/39 KB 5/308 KB 3/286 KB 11/45 KB 3/223 KB 3/39 KB 8/308 KB 3/286 KB 11/45 KB 3/223 KB 3/39 KB 11/308 KB 3/286 KB 11/45 KB 3/223 KB 3/39 KB 13/308 KB 3/286 KB 11/45 KB 3/223 KB 3/39 KB 16/308 KB 3/286 KB 11/45 KB 3/223 KB 3/39 KB 3/286 KB 3/45 KB 3/223 KB 3/39 KB 16/308 KB 3/286 KB 13/45 KB 5/223 KB 3/39 KB 16/308 KB 3/286 KB 13/45 KB 8/223 KB 3/39 KB 16/308 KB 3/286 KB 13/45 KB 11/223 KB 3/39 KB 16/308 KB 3/286 KB 13/45 KB 13/223 KB 3/39 KB 16/308 KB 3/286 KB 13/45 KB 16/223 KB 3/39 KB 16/308 KB 3/286 KB 13/45 KB 19/223 KB 3/39 KB 16/308 KB 3/286 KB 13/45 KB 21/223 KB 3/39 KB 3/286 KB 3/45 KB 3/39 KB 19/308 KB 3/286 KB 13/45 KB 21/223 KB 5/39 KB 19/308 KB 3/286 KB 13/45 KB 21/223 KB 8/39 KB 19/308 KB 3/286 KB 13/45 KB 21/223 KB 11/39 KB 3/286 KB 3/45 KB 19/308 KB 5/286 KB 13/45 KB 21/223 KB 11/39 KB 19/308 KB 8/286 KB 13/45 KB 21/223 KB 11/39 KB 19/308 KB 11/286 KB 13/45 KB 21/223 KB 11/39 KB 19/308 KB 13/286 KB 13/45 KB 21/223 KB 11/39 KB 19/308 KB 16/286 KB 13/45 KB 21/223 KB 13/39 KB 19/308 KB 19/286 KB 13/45 KB 21/223 KB 13/39 KB 19/308 KB 21/286 KB 13/45 KB 21/223 KB 13/39 KB 19/308 KB 3/286 KB 13/45 KB 21/223 KB 3/39 KB 21/308 KB 21/286 KB 13/45 KB 21/223 KB 13/39 KB 24/308 KB 24/286 KB 13/45 KB 24/223 KB 13/39 KB 16/308 KB 3/286 KB 13/45 KB 3/223 KB 3/39 KB 24/308 KB 24/286 KB 16/45 KB 24/223 KB 13/39 KB 24/308 KB 24/286 KB 19/45 KB 24/223 KB 13/39 KB 21/308 KB 24/286 KB 13/45 KB 24/223 KB 13/39 KB 21/308 KB 24/286 KB 13/45 KB 21/223 KB 13/39 KB 19/308 KB 13/286 KB 13/45 KB 21/223 KB 13/39 KB 24/308 KB 24/286 KB 19/45 KB 24/223 KB 16/39 KB 24/308 KB 24/286 KB 19/45 KB 24/223 KB 19/39 KB 24/308 KB 24/286 KB 19/45 KB 24/223 KB 21/39 KB 24/308 KB 24/286 KB 19/45 KB 24/223 KB 24/39 KB 24/308 KB 24/286 KB 19/45 KB 24/223 KB 27/39 KB 24/308 KB 24/286 KB 19/45 KB 27/223 KB 29/39 KB 27/308 KB 27/286 KB 21/45 KB 27/223 KB 32/39 KB 24/308 KB 24/286 KB 19/45 KB 27/223 KB 27/39 KB 27/308 KB 27/286 KB 21/45 KB 27/223 KB 29/39 KB 27/308 KB 27/286 KB 19/45 KB 27/223 KB 29/39 KB 27/308 KB 24/286 KB 19/45 KB 27/223 KB 29/39 KB 27/308 KB 29/286 KB 21/45 KB 27/223 KB 32/39 KB 29/308 KB 32/286 KB 24/45 KB 29/223 KB 32/39 KB 29/308 KB 29/286 KB 21/45 KB 27/223 KB 32/39 KB 29/308 KB 29/286 KB 24/45 KB 29/223 KB 32/39 KB 29/308 KB 29/286 KB 21/45 KB 29/223 KB 32/39 KB 32/308 KB 32/286 KB 24/45 KB 29/223 KB 35/39 KB 32/308 KB 32/286 KB 27/45 KB 32/223 KB 35/39 KB 32/308 KB 36/286 KB 29/45 KB 32/223 KB 35/39 KB 36/308 KB 36/286 KB 32/45 KB 32/223 KB 35/39 KB 29/308 KB 32/286 KB 24/45 KB 29/223 KB 35/39 KB 36/308 KB 36/286 KB 32/45 KB 32/223 KB 37/39 KB 36/308 KB 36/286 KB 32/45 KB 32/223 KB 39/39 KB 36/308 KB 36/286 KB 29/45 KB 32/223 KB 35/39 KB 40/308 KB 36/286 KB 32/45 KB 32/223 KB 39/39 KB 44/308 KB 36/286 KB 32/45 KB 32/223 KB 39/39 KB 48/308 KB 36/286 KB 32/45 KB 32/223 KB 39/39 KB 52/308 KB 36/286 KB 36/45 KB 32/223 KB 39/39 KB 56/308 KB 36/286 KB 36/45 KB 32/223 KB 39/39 KB 60/308 KB 36/286 KB 36/45 KB 32/223 KB 39/39 KB 64/308 KB 36/286 KB 36/45 KB 32/223 KB 39/39 KB 68/308 KB 36/286 KB 36/45 KB 32/223 KB 39/39 KB 32/308 KB 36/286 KB 27/45 KB 32/223 KB 35/39 KB 68/308 KB 40/286 KB 36/45 KB 32/2 unit-abot-epc-basic-0: 11:39:03 DEBUG unit.abot-epc-basic/0.install 23 KB 39/39 KB 68/308 KB 44/286 KB 36/45 KB 32/223 KB 39/39 KB 68/308 KB 48/286 KB 36/45 KB 32/223 KB 39/39 KB 68/308 KB 52/286 KB 36/45 KB 32/223 KB 39/39 KB 68/308 KB 56/286 KB 36/45 KB 32/223 KB 68/308 KB 60/286 KB 36/45 KB 32/223 KB 32/308 KB 32/286 KB 24/45 KB 32/223 KB 35/39 KB 68/308 KB 60/286 KB 36/45 KB 36/223 KB 68/308 KB 60/286 KB 36/45 KB 40/223 KB 68/308 KB 60/286 KB 36/45 KB 44/223 KB 68/308 KB 60/286 KB 36/45 KB 48/223 KB 68/308 KB 60/286 KB 36/45 KB 52/223 KB 68/308 KB 60/286 KB 36/45 KB 56/223 KB 48/308 KB 36/286 KB 36/45 KB 32/223 KB 39/39 KB 68/308 KB 64/286 KB 40/45 KB 56/223 KB 68/308 KB 64/286 KB 44/45 KB 56/223 KB 68/308 KB 64/286 KB 45/45 KB 56/223 KB 68/308 KB 64/286 KB 36/45 KB 56/223 KB 72/308 KB 64/286 KB 45/45 KB 60/223 KB 72/308 KB 64/286 KB 45/45 KB 64/223 KB 72/308 KB 64/286 KB 45/45 KB 68/223 KB 72/308 KB 68/286 KB 45/45 KB 72/223 KB 72/308 KB 64/286 KB 45/45 KB 56/223 KB 76/308 KB 68/286 KB 45/45 KB 72/223 KB 80/308 KB 68/286 KB 45/45 KB 72/223 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 1322.9 KB/sec) unit-abot-epc-basic-0: 11:39:03 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: 11:39:03 DEBUG unit.abot-epc-basic/0.install 72/308 KB 68/286 KB 45/45 KB 68/223 KB 80/308 KB 72/286 KB 45/45 KB 76/223 KB 80/308 KB 76/286 KB 45/45 KB 76/223 KB 80/308 KB 80/286 KB 45/45 KB 76/223 KB 80/308 KB 84/286 KB 45/45 KB 76/223 KB 84/308 KB 88/286 KB 45/45 KB 76/223 KB 84/308 KB 92/286 KB 45/45 KB 76/223 KB 84/308 KB 96/286 KB 45/45 KB 76/223 KB 84/308 KB 100/286 KB 45/45 KB 76/223 KB 84/308 KB 104/286 KB 45/45 KB 76/223 KB 84/308 KB 108/286 KB 45/45 KB 76/223 KB 84/308 KB 112/286 KB 45/45 KB 76/223 KB 84/308 KB 116/286 KB 45/45 KB 76/223 KB 80/308 KB 68/286 KB 45/45 KB 76/223 KB 84/308 KB 116/286 KB 45/45 KB 80/223 KB 84/308 KB 116/286 KB 84/223 KB 84/308 KB 116/286 KB 88/223 KB 84/308 KB 116/286 KB 92/223 KB 84/308 KB 84/286 KB 45/45 KB 76/223 KB 88/308 KB 116/286 KB 96/223 KB 92/308 KB 116/286 KB 96/223 KB 96/308 KB 116/286 KB 96/223 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 1110.8 KB/sec) unit-abot-epc-basic-0: 11:39:03 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: 11:39:03 DEBUG unit.abot-epc-basic/0.install 100/308 KB 116/286 KB 96/223 KB 104/308 KB 116/286 KB 96/223 KB 108/308 KB 116/286 KB 96/223 KB 112/308 KB 116/286 KB 96/223 KB 116/308 KB 116/286 KB 3/174 KB 96/223 KB 84/308 KB 116/286 KB 96/223 KB 116/308 KB 120/286 KB 3/174 KB 100/223 KB 116/308 KB 120/286 KB 3/174 KB 104/223 KB 116/308 KB 120/286 KB 3/174 KB 108/223 KB 116/308 KB 120/286 KB 3/174 KB 112/223 KB 116/308 KB 120/286 KB 3/174 KB 116/223 KB 116/308 KB 120/286 KB 3/174 KB 96/223 KB 112/308 KB 116/286 KB 3/174 KB 96/223 KB 120/308 KB 120/286 KB 5/174 KB 116/223 KB 120/308 KB 120/286 KB 8/174 KB 116/223 KB 120/308 KB 120/286 KB 11/174 KB 116/223 KB 120/308 KB 120/286 KB 13/174 KB 116/223 KB 120/308 KB 120/286 KB 16/174 KB 116/223 KB 120/308 KB 120/286 KB 19/174 KB 116/223 KB 120/308 KB 120/286 KB 21/174 KB 116/223 KB 120/308 KB 120/286 KB 24/174 KB 116/223 KB 120/308 KB 120/286 KB 27/174 KB 116/223 KB 120/308 KB 120/286 KB 29/174 KB 116/223 KB 120/308 KB 120/286 KB 32/174 KB 116/223 KB 120/308 KB 120/286 KB 3/174 KB 116/223 KB 120/308 KB 124/286 KB 32/174 KB 116/223 KB 4/22 KB 120/308 KB 124/286 KB 32/174 KB 116/223 KB 8/22 KB 120/308 KB 124/286 KB 32/174 KB 116/223 KB 12/22 KB 120/308 KB 124/286 KB 32/174 KB 116/223 KB 16/22 KB 120/308 KB 124/286 KB 32/174 KB 116/223 KB 20/22 KB 120/308 KB 124/286 KB 32/174 KB 116/223 KB 22/22 KB 124/308 KB 124/286 KB 32/174 KB 116/223 KB 22/22 KB 128/308 KB 124/286 KB 32/174 KB 116/223 KB 22/22 KB 120/308 KB 124/286 KB 32/174 KB 116/223 KB 128/308 KB 128/286 KB 32/174 KB 120/223 KB 22/22 KB 128/308 KB 132/286 KB 32/174 KB 120/223 KB 22/22 KB 132/308 KB 136/286 KB 36/174 KB 120/223 KB 22/22 KB 132/308 KB 140/286 KB 36/174 KB 120/223 KB 22/22 KB 132/308 KB 144/286 KB 36/174 KB 120/223 KB 22/22 KB 132/308 KB 148/286 KB 36/174 KB 120/223 KB 22/22 KB 132/308 KB 152/286 KB 36/174 KB 120/223 KB 22/22 KB 132/308 KB 156/286 KB 36/174 KB 120/223 KB 22/22 KB 132/308 KB 160/286 KB 36/174 KB 120/223 KB 22/22 KB 132/308 KB 164/286 KB 36/174 KB 120/223 KB 22/22 KB 128/308 KB 124/286 KB 32/174 KB 120/223 KB 22/22 KB 132/308 KB 164/286 KB 36/174 KB 124/223 KB 132/308 KB 164/286 KB 36/174 KB 128/223 KB 132/308 KB 164/286 KB 36/174 KB 132/223 KB 132/308 KB 164/286 KB 36/174 KB 136/223 KB 132/308 KB 164/286 KB 36/174 KB 140/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 408.9 KB/sec) unit-abot-epc-basic-0: 11:39:03 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: 11:39:03 DEBUG unit.abot-epc-basic/0.install 132/308 KB 132/286 KB 36/174 KB 120/223 KB 22/22 KB 136/308 KB 164/286 KB 36/174 KB 144/223 KB 140/308 KB 164/286 KB 36/174 KB 144/223 KB 144/308 KB 164/286 KB 36/174 KB 144/223 KB 128/308 KB 132/286 KB 36/174 KB 120/223 KB 22/22 KB 144/308 KB 164/286 KB 40/174 KB 144/223 KB 144/308 KB 164/286 KB 44/174 KB 144/223 KB 144/308 KB 164/286 KB 48/174 KB 144/223 KB 144/308 KB 164/286 KB 52/174 KB 144/223 KB 148/308 KB 164/286 KB 56/174 KB 144/223 KB 148/308 KB 164/286 KB 60/174 KB 144/223 KB 148/308 KB 164/286 KB 64/174 KB 144/223 KB 148/308 KB 164/286 KB 3/9 KB 68/174 KB 144/223 KB 148/308 KB 164/286 KB 52/174 KB 144/223 KB 152/308 KB 168/286 KB 3/9 KB 68/174 KB 144/223 KB 156/308 KB 168/286 KB 3/9 KB 68/174 KB 144/223 KB 160/308 KB 168/286 KB 3/9 KB 68/174 KB 144/223 KB 132/308 KB 164/286 KB 52/174 KB 144/223 KB 160/308 KB 168/286 KB 3/9 KB 68/174 KB 148/223 KB 160/308 KB 168/286 KB 3/9 KB 68/174 KB 152/223 KB 160/308 KB 168/286 KB 3/9 KB 68/174 KB 156/223 KB 160/308 KB 168/286 KB 3/9 KB 68/174 KB 160/223 KB 164/308 KB 168/286 KB 3/9 KB 68/174 KB 160/223 KB 168/308 KB 168/286 KB 3/9 KB 72/174 KB 160/223 KB 172/308 KB 168/286 KB 3/9 KB 72/174 KB 160/223 KB 176/308 KB 168/286 KB 3/9 KB 72/174 KB 160/223 KB 148/308 KB 168/286 KB 3/9 KB 68/174 KB 144/223 KB 176/308 KB 172/286 KB 3/9 KB 72/174 KB 164/223 KB 176/308 KB 176/286 KB 3/9 KB 72/174 KB 164/223 KB 148/308 KB 164/286 KB 3/9 KB 64/174 KB 144/223 KB 176/308 KB 176/286 KB 3/9 KB 72/174 KB 164/223 KB 176/308 KB 176/286 KB 5/9 KB 72/174 KB 164/223 KB 176/308 KB 176/286 KB 8/9 KB 72/174 KB 164/223 KB 176/308 KB 176/286 KB 9/9 KB 72/174 KB 164/223 KB 176/308 KB 180/286 KB 9/9 KB 72/174 KB 164/223 KB 180/308 KB 184/286 KB 9/9 KB 72/174 KB 164/223 KB 180/308 KB 188/286 KB 9/9 KB 72/174 KB 164/223 KB 180/308 KB 192/286 KB 9/9 KB 72/174 KB 164/223 KB 176/308 KB 168/286 KB 3/9 KB 72/174 KB 164/223 KB 180/308 KB 192/286 KB 9/9 KB 72/174 KB 168/223 KB 180/308 KB 192/286 KB 9/9 KB 72/174 KB 172/223 KB 180/308 KB 192/286 KB 9/9 KB 72/174 KB 176/223 KB 180/308 KB 192/286 KB 9/9 KB 72/174 KB 180/223 KB 180/308 KB 192/286 KB 9/9 KB 72/174 KB 184/223 KB 180/308 KB 192/286 KB 9/9 KB 72/174 KB 188/223 KB 180/308 KB 192/286 KB 9/9 KB 72/174 KB 192/223 KB 180/308 KB 192/286 KB 9/9 KB 72/174 KB 196/223 KB 164/308 KB 168/286 KB 3/9 KB 72/174 KB 160/223 KB 180/308 KB 196/286 KB 9/9 KB 76/174 KB 196/223 KB 180/308 KB 196/286 KB 9/9 KB 80/174 KB 196/223 KB 180/308 KB 196/286 KB 9/9 KB 84/174 KB 196/223 KB 180/308 KB 196/286 KB 9/9 KB 88/174 KB 196/223 KB 180/308 KB 196/286 KB 9/9 KB 92/174 KB 196/223 KB 180/308 KB 196/286 KB 9/9 KB 96/174 KB 196/223 KB 180/308 KB 196/286 KB 9/9 KB 100/174 KB 196/223 KB 180/308 KB 196/286 KB 9/9 KB 104/174 KB 196/223 KB 180/308 KB 196/286 KB 9/9 KB 108/174 KB 196/223 KB 180/308 KB 196/286 KB 9/9 KB 112/174 KB 196/223 KB 180/308 KB 196/286 KB 9/9 KB 116/174 KB 196/223 KB 180/308 KB 196/286 KB 9/9 KB 120/174 KB 200/223 KB 180/308 KB 196/286 KB 9/9 KB 124/174 KB 200/223 KB 180/308 KB 196/286 KB 9/9 KB 128/174 KB 200/223 KB 180/308 KB 196/286 KB 9/9 KB 72/174 KB 196/223 KB 180/308 KB 200/286 KB 9/9 KB 128/174 KB 200/223 KB 180/308 KB 204/286 KB 9/9 KB 128/174 KB 200/223 KB 180/308 KB 208/286 KB 9/9 KB 128/174 KB 200/223 KB 180/308 KB 180/286 KB 9/9 KB 72/174 KB 164/223 KB 184/308 KB 208/286 KB 9/9 KB 128/174 KB 200/223 KB 188/308 KB 208/286 KB 9/9 KB 128/1 unit-abot-epc-basic-0: 11:39:03 DEBUG unit.abot-epc-basic/0.install 74 KB 200/223 KB 192/308 KB 208/286 KB 9/9 KB 128/174 KB 200/223 KB 196/308 KB 208/286 KB 9/9 KB 128/174 KB 200/223 KB 200/308 KB 208/286 KB 9/9 KB 128/174 KB 200/223 KB 204/308 KB 208/286 KB 9/9 KB 128/174 KB 200/223 KB 208/308 KB 208/286 KB 9/9 KB 128/174 KB 200/223 KB 212/308 KB 212/286 KB 9/9 KB 128/174 KB 200/223 KB 216/308 KB 212/286 KB 9/9 KB 128/174 KB 200/223 KB 220/308 KB 212/286 KB 9/9 KB 128/174 KB 200/223 KB 224/308 KB 212/286 KB 9/9 KB 128/174 KB 200/223 KB 228/308 KB 212/286 KB 9/9 KB 128/174 KB 200/223 KB 232/308 KB 212/286 KB 9/9 KB 132/174 KB 200/223 KB 236/308 KB 212/286 KB 9/9 KB 132/174 KB 200/223 KB 240/308 KB 212/286 KB 9/9 KB 132/174 KB 200/223 KB 180/308 KB 196/286 KB 9/9 KB 116/174 KB 200/223 KB 240/308 KB 212/286 KB 9/9 KB 132/174 KB 204/223 KB 240/308 KB 212/286 KB 9/9 KB 132/174 KB 208/223 KB 240/308 KB 212/286 KB 9/9 KB 132/174 KB 212/223 KB 240/308 KB 212/286 KB 9/9 KB 132/174 KB 216/223 KB 240/308 KB 212/286 KB 9/9 KB 132/174 KB 220/223 KB 240/308 KB 212/286 KB 9/9 KB 132/174 KB 223/223 KB 228/308 KB 212/286 KB 9/9 KB 132/174 KB 200/223 KB 240/308 KB 212/286 KB 9/9 KB 136/174 KB 223/223 KB 208/308 KB 212/286 KB 9/9 KB 128/174 KB 200/223 KB 240/308 KB 216/286 KB 9/9 KB 136/174 KB 223/223 KB 240/308 KB 220/286 KB 9/9 KB 136/174 KB 223/223 KB 240/308 KB 224/286 KB 9/9 KB 136/174 KB 223/223 KB 240/308 KB 228/286 KB 9/9 KB 136/174 KB 223/223 KB 240/308 KB 232/286 KB 9/9 KB 136/174 KB 223/223 KB 240/308 KB 236/286 KB 9/9 KB 140/174 KB 223/223 KB 240/308 KB 240/286 KB 9/9 KB 140/174 KB 223/223 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (9 KB at 109.0 KB/sec) unit-abot-epc-basic-0: 11:39:03 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: 11:39:03 DEBUG unit.abot-epc-basic/0.install 240/308 KB 232/286 KB 9/9 KB 140/174 KB 223/223 KB 240/308 KB 240/286 KB 144/174 KB 223/223 KB 240/308 KB 240/286 KB 148/174 KB 223/223 KB 244/308 KB 244/286 KB 152/174 KB 223/223 KB 244/308 KB 244/286 KB 156/174 KB 223/223 KB 244/308 KB 244/286 KB 160/174 KB 223/223 KB 244/308 KB 244/286 KB 148/174 KB 223/223 KB 248/308 KB 244/286 KB 160/174 KB 223/223 KB 252/308 KB 244/286 KB 160/174 KB 223/223 KB 256/308 KB 244/286 KB 160/174 KB 223/223 KB 260/308 KB 244/286 KB 164/174 KB 223/223 KB 264/308 KB 244/286 KB 164/174 KB 223/223 KB 268/308 KB 244/286 KB 164/174 KB 223/223 KB 272/308 KB 244/286 KB 164/174 KB 223/223 KB 240/308 KB 244/286 KB 148/174 KB 223/223 KB 272/308 KB 248/286 KB 164/174 KB 223/223 KB 272/308 KB 252/286 KB 164/174 KB 223/223 KB 272/308 KB 256/286 KB 164/174 KB 223/223 KB 272/308 KB 260/286 KB 164/174 KB 223/223 KB 272/308 KB 264/286 KB 164/174 KB 223/223 KB 272/308 KB 268/286 KB 164/174 KB 223/223 KB 272/308 KB 272/286 KB 164/174 KB 223/223 KB 272/308 KB 276/286 KB 164/174 KB 223/223 KB 276/308 KB 280/286 KB 164/174 KB 223/223 KB 276/308 KB 284/286 KB 164/174 KB 223/223 KB 276/308 KB 286/286 KB 164/174 KB 223/223 KB 256/308 KB 244/286 KB 164/174 KB 223/223 KB 276/308 KB 286/286 KB 168/174 KB 223/223 KB 276/308 KB 286/286 KB 172/174 KB 223/223 KB 276/308 KB 286/286 KB 174/174 KB 223/223 KB 276/308 KB 276/286 KB 164/174 KB 223/223 KB 280/308 KB 286/286 KB 174/174 KB 223/223 KB 284/308 KB 286/286 KB 174/174 KB 223/223 KB 288/308 KB 286/286 KB 174/174 KB 223/223 KB 292/308 KB 286/286 KB 174/174 KB 223/223 KB 292/308 KB 286/286 KB 174/174 KB 223/223 KB 3/22 KB 292/308 KB 286/286 KB 174/174 KB 5/22 KB 292/308 KB 286/286 KB 174/174 KB 8/22 KB 292/308 KB 286/286 KB 174/174 KB 11/22 KB 292/308 KB 286/286 KB 174/174 KB 13/22 KB 292/308 KB 286/286 KB 174/174 KB 16/22 KB 292/308 KB 286/286 KB 174/174 KB 19/22 KB 292/308 KB 286/286 KB 174/174 KB 21/22 KB 292/308 KB 286/286 KB 174/174 KB 22/22 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 2421.3 KB/sec) unit-abot-epc-basic-0: 11:39:03 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: 11:39:03 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (174 KB at 1828.6 KB/sec) unit-abot-epc-basic-0: 11:39:03 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: 11:39:03 DEBUG unit.abot-epc-basic/0.install 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 2720.4 KB/sec) unit-abot-epc-basic-0: 11:39:03 DEBUG unit.abot-epc-basic/0.install 296/308 KB 22/22 KB 300/308 KB 22/22 KB 304/308 KB 22/22 KB 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: 11:39:03 DEBUG unit.abot-epc-basic/0.install 308/308 KB 22/22 KB 308/308 KB 22/22 KB 308/308 KB 3/17 KB 22/22 KB 308/308 KB 6/17 KB 308/308 KB 9/17 KB 308/308 KB 11/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 218.1 KB/sec) unit-abot-epc-basic-0: 11:39:03 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: 11:39:03 DEBUG unit.abot-epc-basic/0.install 308/308 KB 14/17 KB 308/308 KB 16/17 KB 308/308 KB 17/17 KB 308/308 KB 17/17 KB 3/11 KB 308/308 KB 17/17 KB 4/11 KB 308/308 KB 17/17 KB 7/11 KB 308/308 KB 17/17 KB 10/11 KB Downloaded: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar (308 KB at 2985.9 KB/sec) unit-abot-epc-basic-0: 11:39:03 DEBUG unit.abot-epc-basic/0.install 17/17 KB 11/11 KB 4/13 KB 17/17 KB 11/11 KB 8/13 KB 17/17 KB 11/11 KB 12/13 KB 17/17 KB 11/11 KB 13/13 KB 17/17 KB 11/11 KB 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: 11:39:03 DEBUG unit.abot-epc-basic/0.install 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 152.6 KB/sec) unit-abot-epc-basic-0: 11:39:03 DEBUG unit.abot-epc-basic/0.install 4/11 KB 17/17 KB 11/11 KB 13/13 KB 8/11 KB 11/11 KB 13/13 KB 11/11 KB 11/11 KB 13/13 KB Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar unit-abot-epc-basic-0: 11:39:03 DEBUG unit.abot-epc-basic/0.install 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 96.2 KB/sec) unit-abot-epc-basic-0: 11:39:03 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: 11:39:03 DEBUG unit.abot-epc-basic/0.install 11/11 KB 3/14 KB 3/28 KB 6/14 KB 3/28 KB 9/14 KB 3/28 KB 11/14 KB 3/28 KB 14/14 KB 3/28 KB 11/11 KB 3/28 KB 14/14 KB 6/28 KB 14/14 KB 9/28 KB 14/14 KB 3/309 KB 11/28 KB 14/14 KB 3/309 KB 14/28 KB 14/14 KB 3/309 KB 16/28 KB 14/14 KB 3/309 KB 19/28 KB 14/14 KB 3/309 KB 22/28 KB 14/14 KB 3/309 KB 25/28 KB 14/14 KB 3/309 KB 27/28 KB 14/14 KB 3/309 KB 28/28 KB 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 113.5 KB/sec) unit-abot-epc-basic-0: 11:39:03 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: 11:39:03 DEBUG unit.abot-epc-basic/0.install 14/14 KB 3/309 KB 9/28 KB 14/14 KB 6/309 KB 28/28 KB 14/14 KB 9/309 KB 28/28 KB 14/14 KB 11/309 KB 28/28 KB 14/14 KB 14/309 KB 28/28 KB 14/14 KB 16/309 KB 28/28 KB 14/14 KB 19/309 KB 28/28 KB 14/14 KB 22/309 KB 28/28 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (14 KB at 99.8 KB/sec) unit-abot-epc-basic-0: 11:39:03 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: 11:39:03 DEBUG unit.abot-epc-basic/0.install 25/309 KB 28/28 KB 27/309 KB 28/28 KB 30/309 KB 28/28 KB 32/309 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (28 KB at 209.7 KB/sec) unit-abot-epc-basic-0: 11:39:03 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: 11:39:03 DEBUG unit.abot-epc-basic/0.install 36/309 KB 40/309 KB 44/309 KB 48/309 KB 48/309 KB 4/192 KB 48/309 KB 8/192 KB 48/309 KB 12/192 KB 48/309 KB 16/192 KB 52/309 KB 16/192 KB 56/309 KB 16/192 KB 60/309 KB 16/192 KB 60/309 KB 20/192 KB 3/37 KB 60/309 KB 20/192 KB 6/37 KB 60/309 KB 20/192 KB 60/309 KB 24/192 KB 6/37 KB 60/309 KB 24/192 KB 9/37 KB 60/309 KB 28/192 KB 9/37 KB 60/309 KB 32/192 KB 9/37 KB 60/309 KB 36/192 KB 9/37 KB 60/309 KB 40/192 KB 11/37 KB 60/309 KB 3/14 KB 44/192 KB 11/37 KB 60/309 KB 3/14 KB 48/192 KB 11/37 KB 60/309 KB 36/192 KB 11/37 KB 60/309 KB 3/14 KB 48/192 KB 14/37 KB 60/309 KB 3/14 KB 48/192 KB 16/37 KB 60/309 KB 3/14 KB 48/192 KB 19/37 KB 60/309 KB 3/14 KB 48/192 KB 22/37 KB 60/309 KB 3/14 KB 48/192 KB 25/37 KB 60/309 KB 3/14 KB 52/192 KB 27/37 KB 60/309 KB 3/14 KB 40/192 KB 11/37 KB 60/309 KB 5/14 KB 52/192 KB 27/37 KB 60/309 KB 8/14 KB 52/192 KB 27/37 KB 60/309 KB 11/14 KB 52/192 KB 27/37 KB 60/309 KB 3/14 KB 52/192 KB 25/37 KB 60/309 KB 11/14 KB 56/192 KB 30/37 KB 60/309 KB 11/14 KB 60/192 KB 30/37 KB 64/309 KB 13/14 KB 64/192 KB 30/37 KB 60/309 KB 11/14 KB 52/192 KB 30/37 KB 64/309 KB 13/14 KB 60/192 KB 30/37 KB 68/309 KB 13/14 KB 64/192 KB 30/37 KB 72/309 KB 13/14 KB 68/192 KB 32/37 KB 76/309 KB 13/14 KB 68/192 KB 32/37 KB 80/309 KB 13/14 KB 68/192 KB 32/37 KB 60/309 KB 13/14 KB 60/192 KB 30/37 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 89.6 KB/sec) unit-abot-epc-basic-0: 11:39:03 DEBUG unit.abot-epc-basic/0.install 80/309 KB 14/14 KB 68/192 KB 32/37 KB 68/309 KB 13/14 KB 68/192 KB 32/37 KB 80/309 KB 14/14 KB 72/192 KB 32/37 KB 80/309 KB 14/14 KB 76/192 KB 32/37 KB 80/309 KB 14/14 KB 80/192 KB 32/37 KB 68/309 KB 13/14 KB 64/192 KB 32/37 KB 80/309 KB 14/14 KB 80/192 KB 35/37 KB 80/309 KB 14/14 KB 80/192 KB 37/37 KB 84/309 KB 14/14 KB 80/192 KB 37/37 KB 88/309 KB 84/192 KB 37/37 KB 92/309 KB 84/192 KB 37/37 KB 96/309 KB 84/192 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 91.4 KB/sec) unit-abot-epc-basic-0: 11:39:03 DEBUG unit.abot-epc-basic/0.install 84/309 KB 14/14 KB 84/192 KB 37/37 KB 96/309 KB 88/192 KB 96/309 KB 92/192 KB 96/309 KB 96/192 KB 96/309 KB 100/192 KB 100/309 KB 104/192 KB 100/309 KB 108/192 KB 100/309 KB 112/192 KB 100/309 KB 116/192 KB 100/309 KB 120/192 KB 100/309 KB 124/192 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 238.6 KB/sec) unit-abot-epc-basic-0: 11:39:03 DEBUG unit.abot-epc-basic/0.install 100/309 KB 100/192 KB 104/309 KB 124/192 KB 108/309 KB 124/192 KB 112/309 KB 124/192 KB 116/309 KB 124/192 KB 120/309 KB 124/192 KB 124/309 KB 124/192 KB 128/309 KB 124/192 KB 132/309 KB 128/192 KB 136/309 KB 128/192 KB 140/309 KB 128/192 KB 144/309 KB 128/192 KB 148/309 KB 128/192 KB 152/309 KB 128/192 KB 156/309 KB 128/192 KB 160/309 KB 128/192 KB 128/309 KB 128/192 KB 160/309 KB 132/192 KB 160/309 KB 136/192 KB 160/309 KB 140/192 KB 160/309 KB 144/192 KB 160/309 KB 148/192 KB 160/309 KB 152/192 KB 160/309 KB 156/192 KB 160/309 KB 160/192 KB 164/309 KB 164/192 KB 164/309 KB 168/192 KB 164/309 KB 172/192 KB 164/309 KB 176/192 KB 164/309 KB 180/192 KB 164/309 KB 184/192 KB 164/309 KB 188/192 KB 164/309 KB 192/192 KB 164/309 KB 192/192 KB 164/309 KB 160/192 KB 168/309 KB 192/192 KB 172/309 KB 192/192 KB 176/309 KB 192/192 KB 180/309 KB 192/192 KB 184/309 KB 192/192 KB 188/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 269/309 KB 192/192 KB 273/309 KB 192/192 KB 277/309 KB 192/192 KB 281/309 KB 192/192 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 1087.9 KB/sec) unit-abot-epc-basic-0: 11:39:03 DEBUG unit.abot-epc-basic/0.install 285/309 KB 289/309 KB 293/309 KB 297/309 KB 301/309 KB 305/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: 11:39:03 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: 11:39:03 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 132.9 KB/sec) unit-abot-epc-basic-0: 11:39:03 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: 11:39:03 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 208.6 KB/sec) unit-abot-epc-basic-0: 11:39:03 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: 11:39:03 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 3682.6 KB/sec) unit-abot-epc-basic-0: 11:39:03 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 11:39:03 DEBUG unit.abot-epc-basic/0.install ------------------------------------------------------- unit-abot-epc-basic-0: 11:39:03 DEBUG unit.abot-epc-basic/0.install T E S T S unit-abot-epc-basic-0: 11:39:03 DEBUG unit.abot-epc-basic/0.install ------------------------------------------------------- unit-abot-epc-basic-0: 11:39:04 DEBUG unit.abot-epc-basic/0.install Running com.rebaca.abot.RunScenarios unit-abot-epc-basic-0: 11:39:04 DEBUG unit.abot-epc-basic/0.install Feature: Local_Commands_Testing unit-abot-epc-basic-0: 11:39:04 DEBUG unit.abot-epc-basic/0.install Oct 26, 2018 11:39:04 AM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 11:39:04 DEBUG unit.abot-epc-basic/0.install INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@483f6d77: startup date [Fri Oct 26 11:39:04 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 11:39:05 DEBUG unit.abot-epc-basic/0.install Oct 26, 2018 11:39:05 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 11:39:05 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from class path resource [cucumber.xml] unit-abot-epc-basic-0: 11:39:05 DEBUG unit.abot-epc-basic/0.install Oct 26, 2018 11:39:05 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 11:39:05 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: 11:39:07 DEBUG unit.abot-epc-basic/0.install Oct 26, 2018 11:39:07 AM org.springframework.beans.factory.support.DefaultListableBeanFactory registerScope unit-abot-epc-basic-0: 11:39:07 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: 11:39:07 DEBUG unit.abot-epc-basic/0.install Oct 26, 2018 11:39:07 AM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 11:39:07 DEBUG unit.abot-epc-basic/0.install INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@51351f28: startup date [Fri Oct 26 11:39:07 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 11:39:07 DEBUG unit.abot-epc-basic/0.install Oct 26, 2018 11:39:07 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 11:39:07 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: 11:39:07 DEBUG unit.abot-epc-basic/0.install Oct 26, 2018 11:39:07 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 11:39:07 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: 11:39:07 DEBUG unit.abot-epc-basic/0.install Oct 26, 2018 11:39:07 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 11:39:07 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: 11:39:07 DEBUG unit.abot-epc-basic/0.install Oct 26, 2018 11:39:07 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 11:39:07 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: 11:39:08 DEBUG unit.abot-epc-basic/0.install Oct 26, 2018 11:39:08 AM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 11:39:08 DEBUG unit.abot-epc-basic/0.install INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@a2ddf26: startup date [Fri Oct 26 11:39:08 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 11:39:08 DEBUG unit.abot-epc-basic/0.install Oct 26, 2018 11:39:08 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 11:39:08 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: 11:39:08 DEBUG unit.abot-epc-basic/0.install Oct 26, 2018 11:39:08 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 11:39:08 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: 11:39:08 DEBUG unit.abot-epc-basic/0.install Oct 26, 2018 11:39:08 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 11:39:08 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: 11:39:08 DEBUG unit.abot-epc-basic/0.install Oct 26, 2018 11:39:08 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 11:39:08 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: 11:39:08 DEBUG unit.abot-epc-basic/0.install 26-Oct-2018 11:39:08 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:39:08 DEBUG unit.abot-epc-basic/0.install 26-Oct-2018 11:39:08 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 11:39:08 DEBUG unit.abot-epc-basic/0.install 26-Oct-2018 11:39:08 [main] REPORT: STEP EXECUTION TIME TAKEN :1460 MS unit-abot-epc-basic-0: 11:39:08 DEBUG unit.abot-epc-basic/0.install 26-Oct-2018 11:39:08 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:39:08 DEBUG unit.abot-epc-basic/0.install 26-Oct-2018 11:39:08 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:39:08 DEBUG unit.abot-epc-basic/0.install 26-Oct-2018 11:39:08 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:39:09 DEBUG unit.abot-epc-basic/0.install 26-Oct-2018 11:39:08 [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: 11:39:09 DEBUG unit.abot-epc-basic/0.install 26-Oct-2018 11:39:09 [main] REPORT: STEP EXECUTION TIME TAKEN :106 MS unit-abot-epc-basic-0: 11:39:09 DEBUG unit.abot-epc-basic/0.install 26-Oct-2018 11:39:09 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:39:09 DEBUG unit.abot-epc-basic/0.install 26-Oct-2018 11:39:09 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:39:09 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 11:39:09 DEBUG unit.abot-epc-basic/0.install @local-commands unit-abot-epc-basic-0: 11:39:09 DEBUG unit.abot-epc-basic/0.install Scenario: Local Commands testing # featureFiles/000-local-commands.feature:4 unit-abot-epc-basic-0: 11:39:09 DEBUG unit.abot-epc-basic/0.install Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 11:39:09 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: 11:39:09 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 11:39:09 DEBUG unit.abot-epc-basic/0.install 1 Scenarios (1 passed) unit-abot-epc-basic-0: 11:39:09 DEBUG unit.abot-epc-basic/0.install 2 Steps (2 passed) unit-abot-epc-basic-0: 11:39:09 DEBUG unit.abot-epc-basic/0.install 0m2.027s unit-abot-epc-basic-0: 11:39:09 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 11:39:09 DEBUG unit.abot-epc-basic/0.install Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.926 sec - in com.rebaca.abot.RunScenarios unit-abot-epc-basic-0: 11:39:09 DEBUG unit.abot-epc-basic/0.install Given all configured endpoints for SSH are connected successfully(Scenario: Local Commands testing) Time elapsed: 0.003 sec unit-abot-epc-basic-0: 11:39:09 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: 11:39:09 DEBUG unit.abot-epc-basic/0.install Scenario: Local Commands testing Time elapsed: 0.013 sec unit-abot-epc-basic-0: 11:39:09 DEBUG unit.abot-epc-basic/0.install 26-Oct-2018 11:39:09.130 [Thread-1] ERROR com.rebaca.adapters.lifecycle.BeanCreationAndDestruction - Error occurred during cleaning resources (After complete test run). null unit-abot-epc-basic-0: 11:39:09 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 11:39:09 DEBUG unit.abot-epc-basic/0.install Results : unit-abot-epc-basic-0: 11:39:09 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 11:39:09 DEBUG unit.abot-epc-basic/0.install Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 unit-abot-epc-basic-0: 11:39:09 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 11:39:09 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 11:39:09 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 11:39:09 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: 11:39:09 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 201.4 KB/sec) unit-abot-epc-basic-0: 11:39:09 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: 11:39:09 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: 11:39:09 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: 11:39:09 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: 11:39:09 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: 11:39:09 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.19/plexus-components-1.1.19.pom (3 KB at 138.7 KB/sec) unit-abot-epc-basic-0: 11:39:09 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: 11:39:09 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: 11:39:09 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: 11:39:09 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 66.3 KB/sec) unit-abot-epc-basic-0: 11:39:09 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: 11:39:09 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-lang/commons-lang/2.1/commons-lang-2.1.pom (10 KB at 807.9 KB/sec) unit-abot-epc-basic-0: 11:39:09 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: 11:39:09 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: 11:39:09 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: 11:39:09 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: 11:39:09 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: 11:39:09 DEBUG unit.abot-epc-basic/0.install 3/22 KB 5/22 KB 3/60 KB 8/22 KB 3/60 KB 11/22 KB 3/60 KB 3/22 KB 3/60 KB 11/22 KB 6/60 KB 11/22 KB 9/60 KB 11/22 KB 11/60 KB 11/22 KB 14/60 KB 11/22 KB 16/60 KB 11/22 KB 19/60 KB 13/22 KB 22/60 KB 13/22 KB 19/60 KB 13/22 KB 22/60 KB 3/181 KB 13/22 KB 22/60 KB 5/181 KB 13/22 KB 22/60 KB 8/181 KB 13/22 KB 22/60 KB 11/181 KB 13/22 KB 22/60 KB 13/181 KB 13/22 KB 22/60 KB 16/181 KB 3/57 KB 13/22 KB 22/60 KB 13/181 KB 3/57 KB 13/22 KB 22/60 KB 16/181 KB 5/57 KB 13/22 KB 22/60 KB 16/181 KB 8/57 KB 13/22 KB 22/60 KB 16/181 KB 11/57 KB 13/22 KB 22/60 KB 16/181 KB 13/57 KB 3/203 KB 13/22 KB 22/60 KB 16/181 KB 16/57 KB 3/203 KB 13/22 KB 22/60 KB 16/181 KB 19/57 KB 3/203 KB 13/22 KB 22/60 KB 16/181 KB 21/57 KB 3/203 KB 16/22 KB 22/60 KB 16/181 KB 24/57 KB 3/203 KB 16/22 KB 25/60 KB 19/181 KB 27/57 KB 3/203 KB 13/22 KB 22/60 KB 16/181 KB 13/57 KB 5/203 KB 16/22 KB 25/60 KB 19/181 KB 27/57 KB 8/203 KB 16/22 KB 25/60 KB 19/181 KB 27/57 KB 11/203 KB 16/22 KB 25/60 KB 19/181 KB 27/57 KB 13/203 KB 16/22 KB 25/60 KB 19/181 KB 27/57 KB 16/203 KB 16/22 KB 25/60 KB 19/181 KB 27/57 KB 19/203 KB 16/22 KB 25/60 KB 19/181 KB 27/57 KB 3/203 KB 16/22 KB 25/60 KB 19/181 KB 24/57 KB 19/203 KB 16/22 KB 27/60 KB 19/181 KB 27/57 KB 3/203 KB 16/22 KB 22/60 KB 19/181 KB 24/57 KB 3/203 KB 16/22 KB 22/60 KB 16/181 KB 21/57 KB 21/203 KB 19/22 KB 27/60 KB 19/181 KB 27/57 KB 21/203 KB 19/22 KB 27/60 KB 21/181 KB 27/57 KB 21/203 KB 16/22 KB 27/60 KB 19/181 KB 27/57 KB 24/203 KB 21/22 KB 27/60 KB 21/181 KB 27/57 KB 27/203 KB 21/22 KB 30/60 KB 21/181 KB 29/57 KB 21/203 KB 21/22 KB 27/60 KB 21/181 KB 27/57 KB 27/203 KB 22/22 KB 30/60 KB 24/181 KB 29/57 KB 27/203 KB 21/22 KB 30/60 KB 24/181 KB 29/57 KB 27/203 KB 22/22 KB 30/60 KB 27/181 KB 29/57 KB 29/203 KB 22/22 KB 30/60 KB 29/181 KB 29/57 KB 29/203 KB 22/22 KB 30/60 KB 32/181 KB 29/57 KB 24/203 KB 21/22 KB 30/60 KB 21/181 KB 29/57 KB 24/203 KB 21/22 KB 27/60 KB 21/181 KB 29/57 KB 29/203 KB 22/22 KB 30/60 KB 32/181 KB 32/57 KB 29/203 KB 22/22 KB 32/60 KB 32/181 KB 36/57 KB 29/203 KB 22/22 KB 32/60 KB 32/181 KB 40/57 KB 29/203 KB 22/22 KB 32/60 KB 32/181 KB 44/57 KB 29/203 KB 22/22 KB 32/60 KB 32/181 KB 48/57 KB 29/203 KB 22/22 KB 32/60 KB 32/181 KB 52/57 KB 29/203 KB 22/22 KB 30/60 KB 27/181 KB 29/57 KB 32/203 KB 22/22 KB 32/60 KB 36/181 KB 52/57 KB 36/203 KB 22/22 KB 32/60 KB 36/181 KB 52/57 KB 40/203 KB 22/22 KB 32/60 KB 36/181 KB 52/57 KB 44/203 KB 22/22 KB 32/60 KB 36/181 KB 52/57 KB 48/203 KB 22/22 KB 32/60 KB 36/181 KB 52/57 KB 52/203 KB 22/22 KB 32/60 KB 36/181 KB 52/57 KB 29/203 KB 22/22 KB 32/60 KB 36/181 KB 52/57 KB 52/203 KB 22/22 KB 32/60 KB 40/181 KB 56/57 KB 52/203 KB 22/22 KB 32/60 KB 44/181 KB 56/57 KB 52/203 KB 22/22 KB 32/60 KB 48/181 KB 56/57 KB 52/203 KB 22/22 KB 32/60 KB 52/181 KB 56/57 KB 29/203 KB 22/22 KB 32/60 KB 32/181 KB 32/57 KB 56/203 KB 22/22 KB 36/60 KB 52/181 KB 56/57 KB 56/203 KB 22/22 KB 40/60 KB 52/181 KB 56/57 KB 56/203 KB 22/22 KB 44/60 KB 52/181 KB 56/57 KB 56/203 KB 22/22 KB 48/60 KB 52/181 KB 56/57 KB 56/203 KB 22/22 KB 52/60 KB 52/181 KB 56/57 KB 56/203 KB 56/60 KB 52/181 KB 56/57 KB 56/203 KB 60/60 KB 52/181 KB 56/57 KB 56/203 KB 22/22 KB 32/60 KB 52/181 KB 56/57 KB 52/203 KB 22/22 KB 32/60 KB 36/181 KB 56/57 KB 60/203 KB 60/60 KB 56/181 KB 57/57 KB 60/203 KB 60/60 KB 56/181 KB 57/57 K unit-abot-epc-basic-0: 11:39:09 DEBUG unit.abot-epc-basic/0.install B 64/203 KB 60/60 KB 56/181 KB 57/57 KB 56/203 KB 60/60 KB 56/181 KB 56/57 KB 64/203 KB 60/60 KB 60/181 KB 57/57 KB 64/203 KB 60/60 KB 64/181 KB 57/57 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 KB at 519.6 KB/sec) unit-abot-epc-basic-0: 11:39:09 DEBUG unit.abot-epc-basic/0.install 68/203 KB 60/60 KB 64/181 KB 57/57 KB 72/203 KB 60/60 KB 68/181 KB 57/57 KB 76/203 KB 60/60 KB 68/181 KB 57/57 KB 80/203 KB 60/60 KB 68/181 KB 57/57 KB 68/203 KB 60/60 KB 68/181 KB 57/57 KB 80/203 KB 60/60 KB 72/181 KB 57/57 KB 80/203 KB 60/60 KB 76/181 KB 57/57 KB 80/203 KB 60/60 KB 80/181 KB 57/57 KB 84/203 KB 60/60 KB 80/181 KB 57/57 KB 88/203 KB 84/181 KB 92/203 KB 84/181 KB 84/203 KB 84/181 KB 92/203 KB 88/181 KB 92/203 KB 92/181 KB 92/203 KB 96/181 KB 96/203 KB 100/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 1459.0 KB/sec) unit-abot-epc-basic-0: 11:39:09 DEBUG unit.abot-epc-basic/0.install 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: 11:39:09 DEBUG unit.abot-epc-basic/0.install 96/203 KB 96/181 KB 100/203 KB 100/181 KB 104/203 KB 104/181 KB 108/203 KB 104/181 KB 112/203 KB 104/181 KB 100/203 KB 104/181 KB 112/203 KB 108/181 KB 112/203 KB 112/181 KB 116/203 KB 112/181 KB 120/203 KB 116/181 KB 124/203 KB 116/181 KB 128/203 KB 116/181 KB 116/203 KB 116/181 KB 128/203 KB 120/181 KB 128/203 KB 124/181 KB 128/203 KB 128/181 KB 128/203 KB 132/181 KB 132/203 KB 136/181 KB 132/203 KB 140/181 KB 132/203 KB 144/181 KB 132/203 KB 132/181 KB 136/203 KB 144/181 KB 140/203 KB 144/181 KB 144/203 KB 144/181 KB 148/203 KB 144/181 KB 152/203 KB 148/181 KB 156/203 KB 148/181 KB 160/203 KB 148/181 KB 148/203 KB 148/181 KB 160/203 KB 152/181 KB 160/203 KB 156/181 KB 160/203 KB 160/181 KB 160/203 KB 164/181 KB 164/203 KB 168/181 KB 164/203 KB 172/181 KB 164/203 KB 176/181 KB 164/203 KB 164/181 KB 168/203 KB 176/181 KB 172/203 KB 176/181 KB 176/203 KB 176/181 KB 180/203 KB 176/181 KB 184/203 KB 180/181 KB 188/203 KB 180/181 KB 192/203 KB 180/181 KB 180/203 KB 180/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 3105.5 KB/sec) unit-abot-epc-basic-0: 11:39:09 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 3558.9 KB/sec) unit-abot-epc-basic-0: 11:39:09 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: 11:39:09 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 11:39:09 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-cucumber-reporting:0.1.0:generate (execution) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 11:39:09 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: 11:39:09 DEBUG unit.abot-epc-basic/0.install 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 246.3 KB/sec) unit-abot-epc-basic-0: 11:39:09 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: 11:39:09 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 1760.6 KB/sec) unit-abot-epc-basic-0: 11:39:10 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: 11:39:10 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: 11:39:10 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: 11:39:10 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 265.8 KB/sec) unit-abot-epc-basic-0: 11:39:10 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: 11:39:10 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 134.9 KB/sec) unit-abot-epc-basic-0: 11:39:10 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: 11:39:10 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 214.3 KB/sec) unit-abot-epc-basic-0: 11:39:10 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: 11:39:10 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/eclipse/sisu/sisu-plexus/0.3.0/sisu-plexus-0.3.0.pom (14 KB at 837.8 KB/sec) unit-abot-epc-basic-0: 11:39:10 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: 11:39:10 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 116.7 KB/sec) unit-abot-epc-basic-0: 11:39:10 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: 11:39:10 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 209.1 KB/sec) unit-abot-epc-basic-0: 11:39:10 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: 11:39:10 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/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (8 KB at 702.0 KB/sec) unit-abot-epc-basic-0: 11:39:10 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: 11:39:10 DEBUG unit.abot-epc-basic/0.install 3/21 KB 5/21 KB 8/21 KB 11/21 KB 13/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 1683.9 KB/sec) unit-abot-epc-basic-0: 11:39:10 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: 11:39:10 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 83.3 KB/sec) unit-abot-epc-basic-0: 11:39:10 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: 11:39:10 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 39.8 KB/sec) unit-abot-epc-basic-0: 11:39:10 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: 11:39:10 DEBUG unit.abot-epc-basic/0.install 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 233.0 KB/sec) unit-abot-epc-basic-0: 11:39:10 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: 11:39:10 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/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: 11:39:10 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: 11:39:10 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 66.3 KB/sec) unit-abot-epc-basic-0: 11:39:10 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: 11:39:10 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 318.5 KB/sec) unit-abot-epc-basic-0: 11:39:10 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: 11:39:10 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.7/plexus-2.0.7.pom (17 KB at 1299.2 KB/sec) unit-abot-epc-basic-0: 11:39:10 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: 11:39:10 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 594.5 KB/sec) unit-abot-epc-basic-0: 11:39:10 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: 11:39:10 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 255.0 KB/sec) unit-abot-epc-basic-0: 11:39:10 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: 11:39:10 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-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom (6 KB at 428.4 KB/sec) unit-abot-epc-basic-0: 11:39:10 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: 11:39:10 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/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom (12 KB at 853.7 KB/sec) unit-abot-epc-basic-0: 11:39:10 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: 11:39:10 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 241.0 KB/sec) unit-abot-epc-basic-0: 11:39:10 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: 11:39:10 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: 11:39:10 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: 11:39:10 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 75.7 KB/sec) unit-abot-epc-basic-0: 11:39:10 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: 11:39:10 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-io/commons-io/2.4/commons-io-2.4.pom (10 KB at 763.7 KB/sec) unit-abot-epc-basic-0: 11:39:10 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: 11:39:10 DEBUG unit.abot-epc-basic/0.install 3/48 KB 5/48 KB 8/48 KB 11/48 KB 13/48 KB 16/48 KB 19/48 KB 21/48 KB 24/48 KB 27/48 KB 29/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 3144.8 KB/sec) unit-abot-epc-basic-0: 11:39:10 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: 11:39:10 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: 11:39:10 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: 11:39:10 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: 11:39:10 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar unit-abot-epc-basic-0: 11:39:10 DEBUG unit.abot-epc-basic/0.install 4/54 KB 3/158 KB 4/46 KB 8/54 KB 4/201 KB 3/44 KB 3/158 KB 4/46 KB 12/54 KB 4/201 KB 3/44 KB 3/158 KB 4/46 KB 16/54 KB 4/201 KB 3/44 KB 3/158 KB 4/46 KB 20/54 KB 4/201 KB 3/44 KB 3/158 KB 4/46 KB 24/54 KB 4/201 KB 3/44 KB 3/158 KB 4/46 KB 4/54 KB 4/201 KB 3/44 KB 3/158 KB 4/46 KB 24/54 KB 8/201 KB 3/44 KB 3/158 KB 4/46 KB 24/54 KB 12/201 KB 3/44 KB 3/158 KB 4/46 KB 24/54 KB 16/201 KB 3/44 KB 3/158 KB 4/46 KB 24/54 KB 20/201 KB 3/44 KB 3/158 KB 4/46 KB 28/54 KB 24/201 KB 3/44 KB 3/158 KB 4/46 KB 4/54 KB 3/44 KB 6/158 KB 4/46 KB 28/54 KB 28/201 KB 3/44 KB 9/158 KB 4/46 KB 28/54 KB 28/201 KB 3/44 KB 11/158 KB 4/46 KB 28/54 KB 28/201 KB 3/44 KB 14/158 KB 4/46 KB 28/54 KB 28/201 KB 3/44 KB 16/158 KB 4/46 KB 28/54 KB 28/201 KB 3/44 KB 19/158 KB 4/46 KB 28/54 KB 28/201 KB 3/44 KB 4/46 KB 4/54 KB 3/44 KB 19/158 KB 8/46 KB 28/54 KB 28/201 KB 3/44 KB 19/158 KB 12/46 KB 28/54 KB 28/201 KB 3/44 KB 19/158 KB 16/46 KB 28/54 KB 28/201 KB 3/44 KB 19/158 KB 20/46 KB 28/54 KB 28/201 KB 3/44 KB 19/158 KB 24/46 KB 28/54 KB 28/201 KB 3/44 KB 22/158 KB 28/46 KB 28/54 KB 28/201 KB 3/44 KB 4/54 KB 3/44 KB 22/158 KB 32/46 KB 28/54 KB 28/201 KB 5/44 KB 22/158 KB 32/46 KB 28/54 KB 28/201 KB 8/44 KB 22/158 KB 32/46 KB 28/54 KB 28/201 KB 11/44 KB 22/158 KB 32/46 KB 28/54 KB 28/201 KB 13/44 KB 22/158 KB 32/46 KB 28/54 KB 28/201 KB 16/44 KB 22/158 KB 32/46 KB 28/54 KB 28/201 KB 19/44 KB 22/158 KB 32/46 KB 28/54 KB 28/201 KB 21/44 KB 22/158 KB 32/46 KB 28/54 KB 28/201 KB 24/44 KB 22/158 KB 24/46 KB 28/54 KB 28/201 KB 3/44 KB 3/158 KB 4/46 KB 28/54 KB 20/201 KB 3/44 KB 22/158 KB 32/46 KB 32/54 KB 28/201 KB 24/44 KB 25/158 KB 32/46 KB 36/54 KB 28/201 KB 24/44 KB 22/158 KB 32/46 KB 32/54 KB 28/201 KB 24/44 KB 25/158 KB 32/46 KB 32/54 KB 28/201 KB 24/44 KB 25/158 KB 32/46 KB 36/54 KB 28/201 KB 27/44 KB 25/158 KB 32/46 KB 40/54 KB 28/201 KB 29/44 KB 25/158 KB 32/46 KB 40/54 KB 28/201 KB 32/44 KB 25/158 KB 32/46 KB 40/54 KB 28/201 KB 36/44 KB 25/158 KB 32/46 KB 40/54 KB 28/201 KB 40/44 KB 25/158 KB 32/46 KB 40/54 KB 28/201 KB 44/44 KB 25/158 KB 32/46 KB 40/54 KB 28/201 KB 44/44 KB 3/158 KB 4/46 KB 28/54 KB 28/201 KB 3/44 KB 25/158 KB 32/46 KB 40/54 KB 32/201 KB 44/44 KB 25/158 KB 32/46 KB 40/54 KB 36/201 KB 44/44 KB 25/158 KB 32/46 KB 40/54 KB 40/201 KB 44/44 KB 25/158 KB 32/46 KB 40/54 KB 44/201 KB 44/44 KB 25/158 KB 32/46 KB 40/54 KB 48/201 KB 44/44 KB 25/158 KB 32/46 KB 40/54 KB 52/201 KB 44/44 KB 25/158 KB 32/46 KB 40/54 KB 56/201 KB 44/44 KB 25/158 KB 32/46 KB 40/54 KB 60/201 KB 44/44 KB 25/158 KB 32/46 KB 40/54 KB 64/201 KB 44/44 KB 25/158 KB 32/46 KB 40/54 KB 28/201 KB 27/44 KB 25/158 KB 32/46 KB 44/54 KB 64/201 KB 44/44 KB 25/158 KB 32/46 KB 48/54 KB 64/201 KB 44/44 KB 25/158 KB 32/46 KB 52/54 KB 64/201 KB 44/44 KB 25/158 KB 32/46 KB 54/54 KB 64/201 KB 44/44 KB 25/158 KB 32/46 KB 54/54 KB 68/201 KB 44/44 KB 25/158 KB 32/46 KB 54/54 KB 72/201 KB 44/44 KB 25/158 KB 32/46 KB 54/54 KB 76/201 KB 44/44 KB 25/158 KB 32/46 KB 54/54 KB 80/201 KB 44/44 KB 25/158 KB 32/46 KB 54/54 KB 84/201 KB 44/44 KB 25/158 KB 32/46 KB 54/54 KB 88/201 KB 44/44 KB 25/158 KB 32/46 KB 54/54 KB 92/201 KB 44/44 KB 25/158 KB 32/46 KB 54/54 KB 96/201 KB 44/44 KB 25/158 KB 32/46 KB 54/54 KB 100/201 KB 44/44 KB 25/158 KB 32/46 KB 54/54 KB 104/201 KB 44/44 KB 25/158 KB 32/46 KB 54/54 KB 108/201 KB 44/44 KB unit-abot-epc-basic-0: 11:39:10 DEBUG unit.abot-epc-basic/0.install 25/158 KB 32/46 KB 54/54 KB 112/201 KB 44/44 KB 25/158 KB 36/46 KB 54/54 KB 112/201 KB 44/44 KB 27/158 KB 40/46 KB 54/54 KB 112/201 KB 44/44 KB 27/158 KB 44/46 KB 54/54 KB 112/201 KB 44/44 KB 27/158 KB 46/46 KB 54/54 KB 112/201 KB 44/44 KB 27/158 KB 36/46 KB 54/54 KB 112/201 KB 44/44 KB 30/158 KB 46/46 KB 54/54 KB 112/201 KB 44/44 KB 32/158 KB 46/46 KB 54/54 KB 112/201 KB 44/44 KB 36/158 KB 46/46 KB 54/54 KB 112/201 KB 44/44 KB 40/158 KB 46/46 KB 54/54 KB 112/201 KB 44/44 KB 44/158 KB 46/46 KB 54/54 KB 112/201 KB 44/44 KB 48/158 KB 46/46 KB 54/54 KB 112/201 KB 44/44 KB 52/158 KB 46/46 KB 54/54 KB 112/201 KB 44/44 KB 56/158 KB 46/46 KB 54/54 KB 112/201 KB 60/158 KB 46/46 KB 54/54 KB 112/201 KB 63/158 KB 46/46 KB 54/54 KB 112/201 KB 67/158 KB 46/46 KB 54/54 KB 112/201 KB 71/158 KB 46/46 KB 54/54 KB 112/201 KB 75/158 KB 46/46 KB 112/201 KB 79/158 KB 46/46 KB 112/201 KB 83/158 KB 46/46 KB 112/201 KB 87/158 KB 46/46 KB 112/201 KB 91/158 KB 46/46 KB 112/201 KB 95/158 KB 46/46 KB 112/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 1312.2 KB/sec) unit-abot-epc-basic-0: 11:39:10 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: 11:39:10 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (44 KB at 1185.3 KB/sec) unit-abot-epc-basic-0: 11:39:10 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: 11:39:10 DEBUG unit.abot-epc-basic/0.install 99/158 KB 46/46 KB 112/201 KB 103/158 KB 46/46 KB 112/201 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: 11:39:10 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: 11:39:10 DEBUG unit.abot-epc-basic/0.install 107/158 KB 112/201 KB 111/158 KB 112/201 KB 111/158 KB 116/201 KB 115/158 KB 120/201 KB 115/158 KB 124/201 KB 115/158 KB 128/201 KB 115/158 KB 116/201 KB 119/158 KB 128/201 KB 123/158 KB 128/201 KB 127/158 KB 128/201 KB 131/158 KB 128/201 KB 135/158 KB 132/201 KB 139/158 KB 132/201 KB 143/158 KB 132/201 KB 131/158 KB 132/201 KB 143/158 KB 136/201 KB 143/158 KB 140/201 KB 143/158 KB 144/201 KB 143/158 KB 148/201 KB 147/158 KB 152/201 KB 147/158 KB 156/201 KB 147/158 KB 160/201 KB 147/158 KB 148/201 KB 151/158 KB 160/201 KB 155/158 KB 160/201 KB 158/158 KB 160/201 KB 158/158 KB 164/201 KB 158/158 KB 168/201 KB 158/158 KB 172/201 KB 158/158 KB 176/201 KB 158/158 KB 180/201 KB 158/158 KB 184/201 KB 158/158 KB 188/201 KB 158/158 KB 192/201 KB 158/158 KB 196/201 KB 158/158 KB 200/201 KB 158/158 KB 201/201 KB 158/158 KB 4/367 KB 201/201 KB 158/158 KB 3/3 KB 8/367 KB 3/6 KB 201/201 KB 158/158 KB 3/3 KB 12/367 KB 3/6 KB 201/201 KB 158/158 KB 3/3 KB 16/367 KB 3/6 KB 201/201 KB 158/158 KB 3/3 KB 4/367 KB 3/6 KB 201/201 KB 158/158 KB 4/367 KB 3/6 KB 201/201 KB 158/158 KB 3/3 KB 16/367 KB 6/6 KB 201/201 KB 158/158 KB 3/3 KB 16/367 KB 6/6 KB 201/201 KB 158/158 KB 3/3 KB 20/367 KB 6/6 KB 201/201 KB 158/158 KB 3/3 KB 24/367 KB 6/6 KB 201/201 KB 158/158 KB 3/3 KB 28/367 KB 6/6 KB 201/201 KB 158/158 KB 3/3 KB 32/367 KB 6/6 KB 201/201 KB 158/158 KB 3/3 KB 36/367 KB 6/6 KB 201/201 KB 158/158 KB 3/3 KB 40/367 KB 6/6 KB 201/201 KB 158/158 KB 3/3 KB 44/367 KB 6/6 KB 201/201 KB 158/158 KB 3/3 KB 48/367 KB 6/6 KB 201/201 KB 158/158 KB 3/3 KB 52/367 KB 6/6 KB 201/201 KB 3/3 KB 56/367 KB 6/6 KB 201/201 KB 3/3 KB 60/367 KB 6/6 KB 201/201 KB 3/3 KB 64/367 KB 6/6 KB 201/201 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 2855.4 KB/sec) unit-abot-epc-basic-0: 11:39:10 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: 11:39:10 DEBUG unit.abot-epc-basic/0.install 3/3 KB 68/367 KB 6/6 KB 201/201 KB 3/3 KB 72/367 KB 6/6 KB 201/201 KB 3/3 KB 76/367 KB 6/6 KB 201/201 KB 3/3 KB 80/367 KB 6/6 KB 201/201 KB 3/3 KB 84/367 KB 6/6 KB 201/201 KB 3/3 KB 88/367 KB 6/6 KB 201/201 KB 3/3 KB 92/367 KB 6/6 KB 201/201 KB 3/3 KB 96/367 KB 6/6 KB 201/201 KB Downloaded: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar (3 KB at 46.0 KB/sec) unit-abot-epc-basic-0: 11:39:10 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: 11:39:10 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 102.0 KB/sec) unit-abot-epc-basic-0: 11:39:10 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: 11:39:10 DEBUG unit.abot-epc-basic/0.install 96/367 KB 3/52 KB 201/201 KB 96/367 KB 6/52 KB 201/201 KB 96/367 KB 9/52 KB 201/201 KB 96/367 KB 11/52 KB 201/201 KB 96/367 KB 14/52 KB 201/201 KB 96/367 KB 16/52 KB 201/201 KB 96/367 KB 19/52 KB 201/201 KB 96/367 KB 19/52 KB 201/201 KB 4/5 KB 96/367 KB 22/52 KB 201/201 KB 4/5 KB 96/367 KB 25/52 KB 201/201 KB 5/5 KB 96/367 KB 27/52 KB 201/201 KB 5/5 KB 96/367 KB 30/52 KB 201/201 KB 5/5 KB 96/367 KB 22/52 KB 201/201 KB 5/5 KB 96/367 KB 32/52 KB 201/201 KB 5/5 KB 96/367 KB 32/52 KB 201/201 KB 5/5 KB 3/47 KB 96/367 KB 32/52 KB 201/201 KB 5/5 KB 6/47 KB 96/367 KB 32/52 KB 201/201 KB 5/5 KB 9/47 KB 96/367 KB 32/52 KB 201/201 KB 5/5 KB 11/47 KB 96/367 KB 32/52 KB 201/201 KB 5/5 KB 14/47 KB 96/367 KB 32/52 KB 201/201 KB 5/5 KB 16/47 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 2949.9 KB/sec) unit-abot-epc-basic-0: 11:39:10 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: 11:39:10 DEBUG unit.abot-epc-basic/0.install 100/367 KB 36/52 KB 5/5 KB 19/47 KB 104/367 KB 36/52 KB 5/5 KB 19/47 KB 108/367 KB 36/52 KB 5/5 KB 19/47 KB 112/367 KB 36/52 KB 5/5 KB 19/47 KB 96/367 KB 36/52 KB 5/5 KB 19/47 KB 112/367 KB 40/52 KB 5/5 KB 19/47 KB 112/367 KB 44/52 KB 5/5 KB 19/47 KB 112/367 KB 48/52 KB 5/5 KB 19/47 KB 96/367 KB 32/52 KB 5/5 KB 19/47 KB 112/367 KB 48/52 KB 5/5 KB 22/47 KB 112/367 KB 48/52 KB 5/5 KB 25/47 KB 112/367 KB 48/52 KB 5/5 KB 27/47 KB 112/367 KB 48/52 KB 5/5 KB 30/47 KB 112/367 KB 48/52 KB 5/5 KB 32/47 KB 112/367 KB 48/52 KB 5/5 KB 36/47 KB 112/367 KB 48/52 KB 5/5 KB 40/47 KB 112/367 KB 48/52 KB 5/5 KB 44/47 KB 112/367 KB 48/52 KB 5/5 KB 47/47 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 61.4 KB/sec) unit-abot-epc-basic-0: 11:39:10 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: 11:39:10 DEBUG unit.abot-epc-basic/0.install 112/367 KB 52/52 KB 47/47 KB 116/367 KB 52/52 KB 47/47 KB 120/367 KB 52/52 KB 47/47 KB 124/367 KB 52/52 KB 47/47 KB 128/367 KB 52/52 KB 47/47 KB 132/367 KB 52/52 KB 47/47 KB 136/367 KB 52/52 KB 4/238 KB 47/47 KB 140/367 KB 52/52 KB 4/238 KB 47/47 KB 144/367 KB 52/52 KB 4/238 KB 47/47 KB 132/367 KB 52/52 KB 4/238 KB 47/47 KB 144/367 KB 52/52 KB 8/238 KB 47/47 KB 144/367 KB 52/52 KB 12/238 KB 47/47 KB 144/367 KB 52/52 KB 16/238 KB 47/47 KB 144/367 KB 52/52 KB 20/238 KB 47/47 KB 144/367 KB 52/52 KB 24/238 KB 47/47 KB 144/367 KB 52/52 KB 28/238 KB 47/47 KB 144/367 KB 52/52 KB 32/238 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 633.1 KB/sec) unit-abot-epc-basic-0: 11:39:10 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.jar unit-abot-epc-basic-0: 11:39:10 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar (52 KB at 695.3 KB/sec) unit-abot-epc-basic-0: 11:39:10 DEBUG unit.abot-epc-basic/0.install 3/28 KB 144/367 KB 52/52 KB 32/238 KB 5/28 KB 144/367 KB 32/238 KB 8/28 KB 144/367 KB 32/238 KB 11/28 KB 144/367 KB 32/238 KB 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: 11:39:10 DEBUG unit.abot-epc-basic/0.install 13/28 KB 144/367 KB 32/238 KB 16/28 KB 144/367 KB 32/238 KB 19/28 KB 144/367 KB 32/238 KB 21/28 KB 144/367 KB 32/238 KB 21/28 KB 144/367 KB 36/238 KB 24/28 KB 148/367 KB 40/238 KB 24/28 KB 148/367 KB 36/238 KB 27/28 KB 148/367 KB 44/238 KB 28/28 KB 4/186 KB 148/367 KB 44/238 KB 24/28 KB 148/367 KB 36/238 KB 28/28 KB 8/186 KB 152/367 KB 44/238 KB 28/28 KB 8/186 KB 156/367 KB 44/238 KB 28/28 KB 8/186 KB 160/367 KB 44/238 KB 28/28 KB 8/186 KB 164/367 KB 44/238 KB 28/28 KB 8/186 KB 168/367 KB 44/238 KB 28/28 KB 8/186 KB 172/367 KB 44/238 KB 28/28 KB 8/186 KB 176/367 KB 44/238 KB 28/28 KB 8/186 KB 180/367 KB 44/238 KB 28/28 KB 8/186 KB 184/367 KB 44/238 KB 28/28 KB 8/186 KB 188/367 KB 44/238 KB 28/28 KB 8/186 KB 148/367 KB 44/238 KB 28/28 KB 4/186 KB 148/367 KB 44/238 KB 24/28 KB 148/367 KB 44/238 KB 28/28 KB 8/186 KB 188/367 KB 48/238 KB 28/28 KB 8/186 KB 188/367 KB 52/238 KB 28/28 KB 12/186 KB 188/367 KB 56/238 KB 28/28 KB 12/186 KB 188/367 KB 60/238 KB 28/28 KB 12/186 KB 188/367 KB 64/238 KB 28/28 KB 12/186 KB 188/367 KB 52/238 KB 28/28 KB 16/186 KB 188/367 KB 64/238 KB 28/28 KB 20/186 KB 188/367 KB 64/238 KB 28/28 KB 24/186 KB 188/367 KB 64/238 KB 28/28 KB 28/186 KB 188/367 KB 64/238 KB 28/28 KB 32/186 KB 188/367 KB 64/238 KB 28/28 KB 36/186 KB 188/367 KB 64/238 KB 28/28 KB 40/186 KB 188/367 KB 68/238 KB 28/28 KB 44/186 KB 188/367 KB 68/238 KB 28/28 KB 48/186 KB 192/367 KB 68/238 KB 28/28 KB 36/186 KB 188/367 KB 68/238 KB 28/28 KB 48/186 KB 192/367 KB 72/238 KB 28/28 KB 48/186 KB 192/367 KB 76/238 KB 28/28 KB 48/186 KB 192/367 KB 80/238 KB 28/28 KB 44/186 KB 192/367 KB 68/238 KB 28/28 KB 52/186 KB 192/367 KB 80/238 KB 28/28 KB 56/186 KB 196/367 KB 84/238 KB 28/28 KB 60/186 KB 196/367 KB 84/238 KB 28/28 KB 64/186 KB 196/367 KB 84/238 KB 28/28 KB 52/186 KB 196/367 KB 84/238 KB 28/28 KB 64/186 KB 200/367 KB 84/238 KB 28/28 KB 64/186 KB 204/367 KB 84/238 KB 28/28 KB 64/186 KB 208/367 KB 84/238 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (28 KB at 300.6 KB/sec) unit-abot-epc-basic-0: 11:39:10 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: 11:39:10 DEBUG unit.abot-epc-basic/0.install 28/28 KB 52/186 KB 192/367 KB 84/238 KB 64/186 KB 208/367 KB 88/238 KB 64/186 KB 208/367 KB 92/238 KB 64/186 KB 208/367 KB 96/238 KB 64/186 KB 208/367 KB 100/238 KB 68/186 KB 212/367 KB 104/238 KB 68/186 KB 212/367 KB 108/238 KB 68/186 KB 212/367 KB 112/238 KB 68/186 KB 212/367 KB 100/238 KB 72/186 KB 212/367 KB 112/238 KB 64/186 KB 212/367 KB 100/238 KB 72/186 KB 216/367 KB 112/238 KB 72/186 KB 216/367 KB 3/558 KB 112/238 KB 72/186 KB 216/367 KB 5/558 KB 112/238 KB 72/186 KB 216/367 KB 8/558 KB 112/238 KB 72/186 KB 216/367 KB 11/558 KB 112/238 KB 72/186 KB 216/367 KB 13/558 KB 112/238 KB 72/186 KB 216/367 KB 16/558 KB 112/238 KB 72/186 KB 216/367 KB 19/558 KB 112/238 KB 72/186 KB 220/367 KB 19/558 KB 112/238 KB 76/186 KB 224/367 KB 19/558 KB 112/238 KB 76/186 KB 228/367 KB 19/558 KB 112/238 KB 76/186 KB 232/367 KB 21/558 KB 116/238 KB 76/186 KB 236/367 KB 21/558 KB 116/238 KB 76/186 KB 240/367 KB 21/558 KB 116/238 KB 76/186 KB 220/367 KB 19/558 KB 112/238 KB 80/186 KB 240/367 KB 21/558 KB 116/238 KB 84/186 KB 240/367 KB 21/558 KB 116/238 KB 88/186 KB 240/367 KB 21/558 KB 116/238 KB 92/186 KB 240/367 KB 21/558 KB 116/238 KB 96/186 KB 240/367 KB 21/558 KB 116/238 KB 76/186 KB 228/367 KB 21/558 KB 116/238 KB 96/186 KB 240/367 KB 21/558 KB 120/238 KB 96/186 KB 240/367 KB 21/558 KB 124/238 KB 96/186 KB 240/367 KB 21/558 KB 128/238 KB 96/186 KB 240/367 KB 21/558 KB 132/238 KB 100/186 KB 244/367 KB 21/558 KB 136/238 KB 100/186 KB 244/367 KB 21/558 KB 140/238 KB 100/186 KB 244/367 KB 21/558 KB 144/238 KB 76/186 KB 228/367 KB 21/558 KB 112/238 KB 100/186 KB 244/367 KB 24/558 KB 144/238 KB 100/186 KB 244/367 KB 27/558 KB 144/238 KB 100/186 KB 244/367 KB 29/558 KB 144/238 KB 100/186 KB 244/367 KB 32/558 KB 144/238 KB 100/186 KB 244/367 KB 36/558 KB 144/238 KB 100/186 KB 244/367 KB 40/558 KB 144/238 KB 100/186 KB 244/367 KB 44/558 KB 144/238 KB 100/186 KB 244/367 KB 48/558 KB 144/238 KB 100/186 KB 244/367 KB 52/558 KB 144/238 KB 100/186 KB 244/367 KB 56/558 KB 148/238 KB 100/186 KB 244/367 KB 60/558 KB 148/238 KB 100/186 KB 244/367 KB 64/558 KB 148/238 KB 100/186 KB 244/367 KB 21/558 KB 132/238 KB 104/186 KB 244/367 KB 64/558 KB 148/238 KB 108/186 KB 244/367 KB 64/558 KB 148/238 KB 112/186 KB 244/367 KB 64/558 KB 148/238 KB 116/186 KB 244/367 KB 64/558 KB 148/238 KB 96/186 KB 244/367 KB 21/558 KB 132/238 KB 116/186 KB 248/367 KB 64/558 KB 148/238 KB 116/186 KB 252/367 KB 64/558 KB 148/238 KB 116/186 KB 256/367 KB 64/558 KB 148/238 KB 116/186 KB 260/367 KB 64/558 KB 148/238 KB 116/186 KB 264/367 KB 64/558 KB 148/238 KB 116/186 KB 268/367 KB 64/558 KB 148/238 KB 116/186 KB 272/367 KB 64/558 KB 148/238 KB 120/186 KB 276/367 KB 64/558 KB 148/238 KB 120/186 KB 280/367 KB 68/558 KB 148/238 KB 120/186 KB 284/367 KB 68/558 KB 148/238 KB 120/186 KB 288/367 KB 68/558 KB 148/238 KB 100/186 KB 244/367 KB 52/558 KB 148/238 KB 120/186 KB 288/367 KB 68/558 KB 152/238 KB 120/186 KB 288/367 KB 68/558 KB 156/238 KB 120/186 KB 288/367 KB 68/558 KB 160/238 KB 120/186 KB 288/367 KB 68/558 KB 164/238 KB 120/186 KB 288/367 KB 68/558 KB 168/238 KB 120/186 KB 288/367 KB 68/558 KB 172/238 KB 120/186 KB 288/367 KB 68/558 KB 176/238 KB 120/186 KB 288/367 KB 68/558 KB 180/238 KB 120/186 KB 292/367 KB 68/558 KB 184/238 KB 120/186 KB 292/367 KB 68/558 KB 188/238 KB 120/186 KB 292/367 KB 68/558 KB 192/238 KB 120/186 KB 276/367 KB 68/558 KB 148/238 KB unit-abot-epc-basic-0: 11:39:10 DEBUG unit.abot-epc-basic/0.install 120/186 KB 292/367 KB 72/558 KB 192/238 KB 120/186 KB 292/367 KB 76/558 KB 192/238 KB 120/186 KB 292/367 KB 80/558 KB 192/238 KB 120/186 KB 292/367 KB 84/558 KB 192/238 KB 120/186 KB 292/367 KB 88/558 KB 192/238 KB 120/186 KB 292/367 KB 92/558 KB 192/238 KB 120/186 KB 292/367 KB 96/558 KB 192/238 KB 120/186 KB 292/367 KB 100/558 KB 192/238 KB 120/186 KB 272/367 KB 64/558 KB 148/238 KB 124/186 KB 292/367 KB 100/558 KB 196/238 KB 128/186 KB 292/367 KB 100/558 KB 196/238 KB 132/186 KB 292/367 KB 100/558 KB 196/238 KB 136/186 KB 292/367 KB 100/558 KB 196/238 KB 140/186 KB 292/367 KB 100/558 KB 196/238 KB 144/186 KB 292/367 KB 100/558 KB 196/238 KB 148/186 KB 292/367 KB 100/558 KB 196/238 KB 152/186 KB 292/367 KB 100/558 KB 196/238 KB 156/186 KB 292/367 KB 100/558 KB 196/238 KB 160/186 KB 292/367 KB 100/558 KB 196/238 KB 164/186 KB 292/367 KB 100/558 KB 196/238 KB 120/186 KB 292/367 KB 100/558 KB 196/238 KB 164/186 KB 292/367 KB 104/558 KB 200/238 KB 164/186 KB 292/367 KB 104/558 KB 204/238 KB 164/186 KB 292/367 KB 104/558 KB 208/238 KB 164/186 KB 292/367 KB 104/558 KB 212/238 KB 120/186 KB 292/367 KB 68/558 KB 180/238 KB 168/186 KB 296/367 KB 104/558 KB 212/238 KB 168/186 KB 300/367 KB 104/558 KB 212/238 KB 168/186 KB 304/367 KB 104/558 KB 212/238 KB 168/186 KB 308/367 KB 104/558 KB 212/238 KB 168/186 KB 312/367 KB 104/558 KB 212/238 KB 168/186 KB 316/367 KB 104/558 KB 212/238 KB 168/186 KB 320/367 KB 104/558 KB 212/238 KB 168/186 KB 292/367 KB 104/558 KB 212/238 KB 172/186 KB 320/367 KB 104/558 KB 212/238 KB 176/186 KB 324/367 KB 104/558 KB 212/238 KB 164/186 KB 292/367 KB 104/558 KB 196/238 KB 176/186 KB 324/367 KB 108/558 KB 212/238 KB 176/186 KB 324/367 KB 112/558 KB 212/238 KB 176/186 KB 324/367 KB 116/558 KB 212/238 KB 180/186 KB 324/367 KB 120/558 KB 212/238 KB 180/186 KB 324/367 KB 124/558 KB 212/238 KB 172/186 KB 324/367 KB 104/558 KB 212/238 KB 180/186 KB 328/367 KB 124/558 KB 212/238 KB 180/186 KB 332/367 KB 128/558 KB 212/238 KB 180/186 KB 324/367 KB 116/558 KB 212/238 KB 184/186 KB 332/367 KB 128/558 KB 216/238 KB 186/186 KB 332/367 KB 128/558 KB 216/238 KB 180/186 KB 332/367 KB 128/558 KB 216/238 KB 186/186 KB 332/367 KB 128/558 KB 220/238 KB 186/186 KB 336/367 KB 128/558 KB 224/238 KB 186/186 KB 336/367 KB 128/558 KB 228/238 KB 186/186 KB 336/367 KB 128/558 KB 232/238 KB 186/186 KB 336/367 KB 128/558 KB 236/238 KB 186/186 KB 336/367 KB 128/558 KB 238/238 KB 180/186 KB 328/367 KB 128/558 KB 212/238 KB 186/186 KB 336/367 KB 128/558 KB 220/238 KB 186/186 KB 336/367 KB 132/558 KB 238/238 KB 186/186 KB 340/367 KB 136/558 KB 238/238 KB 186/186 KB 340/367 KB 140/558 KB 238/238 KB 186/186 KB 340/367 KB 144/558 KB 238/238 KB 186/186 KB 340/367 KB 132/558 KB 238/238 KB 186/186 KB 344/367 KB 144/558 KB 238/238 KB 186/186 KB 348/367 KB 144/558 KB 238/238 KB 186/186 KB 352/367 KB 144/558 KB 238/238 KB 186/186 KB 356/367 KB 144/558 KB 238/238 KB 186/186 KB 360/367 KB 148/558 KB 238/238 KB 186/186 KB 364/367 KB 148/558 KB 238/238 KB 186/186 KB 367/367 KB 148/558 KB 238/238 KB 186/186 KB 356/367 KB 148/558 KB 238/238 KB 186/186 KB 367/367 KB 152/558 KB 238/238 KB 186/186 KB 367/367 KB 156/558 KB 238/238 KB 186/186 KB 367/367 KB 160/558 KB 238/238 KB 186/186 KB 367/367 KB 164/558 KB 238/238 KB 186/186 KB 367/367 KB 168/558 KB 238/238 KB 186/186 KB 367/367 KB 172/558 KB 238/238 KB 186/186 KB 367/367 KB 176/558 KB 238/238 KB 186/186 KB 367/367 KB unit-abot-epc-basic-0: 11:39:10 DEBUG unit.abot-epc-basic/0.install 180/558 KB 238/238 KB 186/186 KB 367/367 KB 184/558 KB 238/238 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar (186 KB at 1452.9 KB/sec) unit-abot-epc-basic-0: 11:39:10 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: 11:39:10 DEBUG unit.abot-epc-basic/0.install 367/367 KB 188/558 KB 238/238 KB 367/367 KB 192/558 KB 238/238 KB 367/367 KB 196/558 KB 238/238 KB 367/367 KB 200/558 KB 238/238 KB 367/367 KB 204/558 KB 238/238 KB 367/367 KB 208/558 KB 238/238 KB 367/367 KB 212/558 KB 238/238 KB 367/367 KB 216/558 KB 238/238 KB 367/367 KB 220/558 KB 238/238 KB 367/367 KB 224/558 KB 238/238 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 1812.4 KB/sec) unit-abot-epc-basic-0: 11:39:10 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: 11:39:10 DEBUG unit.abot-epc-basic/0.install 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 2755.4 KB/sec) unit-abot-epc-basic-0: 11:39:10 DEBUG unit.abot-epc-basic/0.install 228/558 KB 232/558 KB 236/558 KB 236/558 KB 4/1206 KB 236/558 KB 8/1206 KB 236/558 KB 12/1206 KB 236/558 KB 16/1206 KB 240/558 KB 16/1206 KB 240/558 KB 20/1206 KB 240/558 KB 24/1206 KB 240/558 KB 28/1206 KB 240/558 KB 32/1206 KB 244/558 KB 32/1206 KB 244/558 KB 4/181 KB 36/1206 KB 244/558 KB 4/181 KB 40/1206 KB 244/558 KB 4/181 KB 44/1206 KB 244/558 KB 4/181 KB 48/1206 KB 244/558 KB 4/181 KB 52/1206 KB 244/558 KB 4/181 KB 32/1206 KB 244/558 KB 8/181 KB 52/1206 KB 244/558 KB 12/181 KB 52/1206 KB 244/558 KB 16/181 KB 52/1206 KB 244/558 KB 20/181 KB 52/1206 KB 244/558 KB 24/181 KB 52/1206 KB 244/558 KB 28/181 KB 52/1206 KB 244/558 KB 32/181 KB 52/1206 KB 244/558 KB 36/181 KB 52/1206 KB 244/558 KB 40/181 KB 52/1206 KB 244/558 KB 44/181 KB 52/1206 KB 244/558 KB 48/181 KB 52/1206 KB 244/558 KB 48/181 KB 56/1206 KB 244/558 KB 48/181 KB 60/1206 KB 244/558 KB 48/181 KB 64/1206 KB 244/558 KB 52/181 KB 68/1206 KB 244/558 KB 52/181 KB 72/1206 KB 244/558 KB 52/181 KB 76/1206 KB 244/558 KB 52/181 KB 64/1206 KB 248/558 KB 56/181 KB 76/1206 KB 248/558 KB 60/181 KB 76/1206 KB 248/558 KB 64/181 KB 76/1206 KB 248/558 KB 52/181 KB 76/1206 KB 252/558 KB 64/181 KB 80/1206 KB 256/558 KB 68/181 KB 80/1206 KB 248/558 KB 64/181 KB 80/1206 KB 256/558 KB 68/181 KB 84/1206 KB 260/558 KB 68/181 KB 88/1206 KB 260/558 KB 68/181 KB 92/1206 KB 260/558 KB 68/181 KB 96/1206 KB 252/558 KB 68/181 KB 80/1206 KB 260/558 KB 68/181 KB 84/1206 KB 264/558 KB 68/181 KB 96/1206 KB 268/558 KB 72/181 KB 96/1206 KB 272/558 KB 72/181 KB 96/1206 KB 276/558 KB 72/181 KB 96/1206 KB 280/558 KB 72/181 KB 100/1206 KB 284/558 KB 72/181 KB 100/1206 KB 288/558 KB 72/181 KB 100/1206 KB 264/558 KB 72/181 KB 96/1206 KB 288/558 KB 76/181 KB 100/1206 KB 288/558 KB 80/181 KB 100/1206 KB 288/558 KB 84/181 KB 100/1206 KB 288/558 KB 88/181 KB 100/1206 KB 288/558 KB 92/181 KB 100/1206 KB 288/558 KB 96/181 KB 100/1206 KB 288/558 KB 100/181 KB 100/1206 KB 292/558 KB 104/181 KB 100/1206 KB 292/558 KB 108/181 KB 100/1206 KB 292/558 KB 112/181 KB 100/1206 KB 276/558 KB 72/181 KB 100/1206 KB 292/558 KB 112/181 KB 104/1206 KB 292/558 KB 112/181 KB 108/1206 KB 292/558 KB 112/181 KB 112/1206 KB 292/558 KB 112/181 KB 116/1206 KB 292/558 KB 112/181 KB 120/1206 KB 292/558 KB 112/181 KB 124/1206 KB 292/558 KB 112/181 KB 128/1206 KB 292/558 KB 100/181 KB 100/1206 KB 296/558 KB 112/181 KB 128/1206 KB 300/558 KB 112/181 KB 132/1206 KB 304/558 KB 112/181 KB 132/1206 KB 308/558 KB 112/181 KB 132/1206 KB 312/558 KB 116/181 KB 132/1206 KB 316/558 KB 116/181 KB 132/1206 KB 320/558 KB 116/181 KB 132/1206 KB 296/558 KB 112/181 KB 132/1206 KB 320/558 KB 116/181 KB 136/1206 KB 320/558 KB 116/181 KB 140/1206 KB 320/558 KB 116/181 KB 144/1206 KB 308/558 KB 116/181 KB 132/1206 KB 320/558 KB 120/181 KB 144/1206 KB 320/558 KB 124/181 KB 144/1206 KB 320/558 KB 128/181 KB 144/1206 KB 320/558 KB 132/181 KB 144/1206 KB 324/558 KB 136/181 KB 148/1206 KB 324/558 KB 140/181 KB 148/1206 KB 324/558 KB 144/181 KB 148/1206 KB 324/558 KB 132/181 KB 148/1206 KB 328/558 KB 144/181 KB 148/1206 KB 332/558 KB 144/181 KB 148/1206 KB 336/558 KB 144/181 KB 148/1206 KB 340/558 KB 144/181 KB 148/1206 KB 344/558 KB 148/181 KB 148/1206 KB 348/558 KB 148/181 KB 148/1206 KB 352/558 KB 148/181 KB 148/1206 KB 320/558 KB 132/181 KB 148/1206 KB 352/558 KB 148/181 KB 152/1206 KB 352/558 KB 148/181 KB 156/1206 KB 352/558 unit-abot-epc-basic-0: 11:39:10 DEBUG unit.abot-epc-basic/0.install KB 148/181 KB 160/1206 KB 352/558 KB 148/181 KB 164/1206 KB 352/558 KB 148/181 KB 168/1206 KB 352/558 KB 148/181 KB 172/1206 KB 352/558 KB 148/181 KB 176/1206 KB 352/558 KB 148/181 KB 180/1206 KB 356/558 KB 148/181 KB 184/1206 KB 356/558 KB 148/181 KB 188/1206 KB 356/558 KB 148/181 KB 192/1206 KB 340/558 KB 148/181 KB 148/1206 KB 356/558 KB 152/181 KB 192/1206 KB 356/558 KB 156/181 KB 192/1206 KB 356/558 KB 160/181 KB 192/1206 KB 356/558 KB 164/181 KB 192/1206 KB 356/558 KB 168/181 KB 192/1206 KB 356/558 KB 172/181 KB 192/1206 KB 356/558 KB 148/181 KB 180/1206 KB 360/558 KB 172/181 KB 192/1206 KB 364/558 KB 172/181 KB 192/1206 KB 368/558 KB 172/181 KB 192/1206 KB 372/558 KB 176/181 KB 192/1206 KB 376/558 KB 176/181 KB 196/1206 KB 380/558 KB 176/181 KB 196/1206 KB 384/558 KB 176/181 KB 196/1206 KB 368/558 KB 176/181 KB 192/1206 KB 384/558 KB 180/181 KB 196/1206 KB 384/558 KB 181/181 KB 196/1206 KB 372/558 KB 176/181 KB 196/1206 KB 384/558 KB 181/181 KB 200/1206 KB 384/558 KB 181/181 KB 204/1206 KB 388/558 KB 181/181 KB 208/1206 KB 388/558 KB 181/181 KB 212/1206 KB 388/558 KB 181/181 KB 216/1206 KB 388/558 KB 181/181 KB 220/1206 KB 388/558 KB 181/181 KB 224/1206 KB 388/558 KB 181/181 KB 204/1206 KB 392/558 KB 181/181 KB 224/1206 KB 396/558 KB 181/181 KB 224/1206 KB 400/558 KB 181/181 KB 224/1206 KB 404/558 KB 181/181 KB 224/1206 KB 408/558 KB 181/181 KB 228/1206 KB 412/558 KB 181/181 KB 228/1206 KB 416/558 KB 181/181 KB 228/1206 KB 404/558 KB 181/181 KB 228/1206 KB 416/558 KB 181/181 KB 232/1206 KB 416/558 KB 181/181 KB 236/1206 KB 416/558 KB 181/181 KB 240/1206 KB 420/558 KB 181/181 KB 240/1206 KB 424/558 KB 244/1206 KB 428/558 KB 244/1206 KB 432/558 KB 244/1206 KB 420/558 KB 244/1206 KB 432/558 KB 248/1206 KB 432/558 KB 252/1206 KB Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar (181 KB at 1057.3 KB/sec) unit-abot-epc-basic-0: 11:39:10 DEBUG unit.abot-epc-basic/0.install 432/558 KB 256/1206 KB 436/558 KB 256/1206 KB 440/558 KB 260/1206 KB 444/558 KB 260/1206 KB 448/558 KB 260/1206 KB 436/558 KB 260/1206 KB 448/558 KB 264/1206 KB 448/558 KB 268/1206 KB 448/558 KB 270/1206 KB 448/558 KB 274/1206 KB 452/558 KB 278/1206 KB 452/558 KB 282/1206 KB 452/558 KB 286/1206 KB 452/558 KB 274/1206 KB 456/558 KB 286/1206 KB 460/558 KB 286/1206 KB 464/558 KB 286/1206 KB 468/558 KB 286/1206 KB 472/558 KB 290/1206 KB 476/558 KB 290/1206 KB 480/558 KB 290/1206 KB 468/558 KB 290/1206 KB 480/558 KB 294/1206 KB 480/558 KB 298/1206 KB 480/558 KB 302/1206 KB 480/558 KB 306/1206 KB 484/558 KB 310/1206 KB 484/558 KB 314/1206 KB 484/558 KB 318/1206 KB 484/558 KB 306/1206 KB 488/558 KB 318/1206 KB 492/558 KB 318/1206 KB 496/558 KB 318/1206 KB 496/558 KB 322/1206 KB 500/558 KB 326/1206 KB 500/558 KB 330/1206 KB 500/558 KB 334/1206 KB 500/558 KB 322/1206 KB 504/558 KB 334/1206 KB 508/558 KB 334/1206 KB 512/558 KB 334/1206 KB 516/558 KB 338/1206 KB 520/558 KB 338/1206 KB 524/558 KB 338/1206 KB 528/558 KB 338/1206 KB 532/558 KB 338/1206 KB 536/558 KB 338/1206 KB 540/558 KB 338/1206 KB 544/558 KB 338/1206 KB 548/558 KB 338/1206 KB 552/558 KB 338/1206 KB 512/558 KB 338/1206 KB 552/558 KB 342/1206 KB 552/558 KB 346/1206 KB 552/558 KB 350/1206 KB 552/558 KB 354/1206 KB 552/558 KB 358/1206 KB 552/558 KB 362/1206 KB 552/558 KB 366/1206 KB 552/558 KB 370/1206 KB 552/558 KB 374/1206 KB 552/558 KB 378/1206 KB 556/558 KB 378/1206 KB 558/558 KB 378/1206 KB 558/558 KB 382/1206 KB 558/558 KB 386/1206 KB 558/558 KB 390/1206 KB 558/558 KB 394/1206 KB 558/558 KB 398/1206 KB 558/558 KB 402/1206 KB 558/558 KB 406/1206 KB 558/558 KB 410/1206 KB 558/558 KB 414/1206 KB 558/558 KB 418/1206 KB 558/558 KB 422/1206 KB 558/558 KB 426/1206 KB 558/558 KB 430/1206 KB 558/558 KB 434/1206 KB 558/558 KB 438/1206 KB 558/558 KB 442/1206 KB 558/558 KB 446/1206 KB 558/558 KB 450/1206 KB 558/558 KB 454/1206 KB 558/558 KB 458/1206 KB 558/558 KB 462/1206 KB 558/558 KB 466/1206 KB 558/558 KB 470/1206 KB 558/558 KB 474/1206 KB 558/558 KB 478/1206 KB 558/558 KB 482/1206 KB 558/558 KB 486/1206 KB Downloaded: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.1/joda-time-2.1.jar (558 KB at 2842.4 KB/sec) unit-abot-epc-basic-0: 11:39:10 DEBUG unit.abot-epc-basic/0.install 490/1206 KB 494/1206 KB 498/1206 KB 502/1206 KB 506/1206 KB 510/1206 KB 514/1206 KB 518/1206 KB 522/1206 KB 526/1206 KB 530/1206 KB 534/1206 KB 538/1206 KB 542/1206 KB 546/1206 KB 550/1206 KB 554/1206 KB 558/1206 KB 562/1206 KB 566/1206 KB 570/1206 KB 574/1206 KB 578/1206 KB 582/1206 KB 586/1206 KB 590/1206 KB 594/1206 KB 598/1206 KB 602/1206 KB 606/1206 KB 610/1206 KB 614/1206 KB 618/1206 KB 622/1206 KB 626/1206 KB 630/1206 KB 634/1206 KB 638/1206 KB 642/1206 KB 646/1206 KB 650/1206 KB 654/1206 KB 658/1206 KB 662/1206 KB 666/1206 KB 670/1206 KB 674/1206 KB 678/1206 KB 682/1206 KB 686/1206 KB 690/1206 KB 694/1206 KB 698/1206 KB 702/1206 KB 706/1206 KB 710/1206 KB 714/1206 KB 718/1206 KB 722/1206 KB 726/1206 KB 730/1206 KB 734/1206 KB 738/1206 KB 742/1206 KB 746/1206 KB 750/1206 KB 754/1206 KB 758/1206 KB 762/1206 KB 766/1206 KB 770/1206 KB 774/1206 KB 778/1206 KB 782/1206 KB 786/1206 KB 790/1206 KB 794/1206 KB 798/1206 KB 802/1206 KB 806/1206 KB 810/1206 KB 814/1206 KB 818/1206 KB 822/1206 KB 826/1206 KB 830/1206 KB 834/1206 KB 838/1206 KB 842/1206 KB 846/1206 KB 850/1206 KB 854/1206 KB 858/1206 KB 862/1206 KB 866/1206 KB 870/1206 KB 874/1206 KB 878/1206 KB 882/1206 KB 886/1206 KB 890/1206 KB 894/1206 KB 898/1206 KB 902/1206 KB 906/1206 KB 910/1206 KB 914/1206 KB 918/1206 KB 922/1206 KB 926/1206 KB 930/1206 KB 934/1206 KB 938/1206 KB 942/1206 KB 946/1206 KB 950/1206 KB 954/1206 KB 958/1206 KB 962/1206 KB 966/1206 KB 970/1206 KB 974/1206 KB 978/1206 KB 982/1206 KB 986/1206 KB 990/1206 KB 994/1206 KB 998/1206 KB 1002/1206 KB 1006/1206 KB 1010/1206 KB 1014/1206 KB 1018/1206 KB 1022/1206 KB 1026/1206 KB 1030/1206 KB 1034/1206 KB 1038/1206 KB 1042/1206 KB 1046/1206 KB 1050/1206 KB 1054/1206 KB 1058/1206 KB 1062/1206 KB 1066/1206 KB 1070/1206 KB 1074/1206 KB 1078/1206 KB 1082/1206 KB 1086/1206 KB 1090/1206 KB 1094/1206 KB 1098/1206 KB 1102/1206 KB 1106/1206 KB 1110/1206 KB 1114/1206 KB 1118/1206 KB 1122/1206 KB 1126/1206 KB 1130/1206 KB 1134/1206 KB 1138/1206 KB 1142/1206 KB 1146/1206 KB 1150/1206 KB 1154/1206 KB 1158/1206 KB 1162/1206 KB 1166/1206 KB 1170/1206 KB 1174/1206 KB 1178/1206 KB 1182/1206 KB 1186/1206 KB 1190/1206 KB 1194/1206 KB 1198/1206 KB 1202/1206 KB 1206/1206 KB 1206/1206 KB Downloaded: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.10.19/mockito-all-1.10.19.jar (1206 KB at 4784.4 KB/sec) unit-abot-epc-basic-0: 11:39:10 DEBUG unit.abot-epc-basic/0.install 4/1199 KB 8/1199 KB 12/1199 KB 16/1199 KB 20/1199 KB 24/1199 KB 28/1199 KB 32/1199 KB 36/1199 KB 40/1199 KB 44/1199 KB 48/1199 KB 52/1199 KB 56/1199 KB 60/1199 KB 64/1199 KB 68/1199 KB 72/1199 KB 76/1199 KB 80/1199 KB 84/1199 KB 88/1199 KB 92/1199 KB 96/1199 KB 100/1199 KB 104/1199 KB 108/1199 KB 112/1199 KB 116/1199 KB 120/1199 KB 124/1199 KB 128/1199 KB 132/1199 KB 136/1199 KB 140/1199 KB 144/1199 KB 148/1199 KB 152/1199 KB 156/1199 KB 160/1199 KB 164/1199 KB 168/1199 KB 172/1199 KB 176/1199 KB 180/1199 KB 184/1199 KB 188/1199 KB 192/1199 KB 196/1199 KB 200/1199 KB 204/1199 KB 208/1199 KB 212/1199 KB 216/1199 KB 220/1199 KB 224/1199 KB 228/1199 KB 232/1199 KB 236/1199 KB 240/1199 KB 244/1199 KB 248/1199 KB 252/1199 KB 256/1199 KB 260/1199 KB 264/1199 KB 268/1199 KB 272/1199 KB 276/1199 KB 280/1199 KB 284/1199 KB 288/1199 KB 292/1199 KB 296/1199 KB 300/1199 KB 304/1199 KB 308/1199 KB 312/1199 KB 316/1199 KB 320/1199 KB 324/1199 KB 328/1199 KB 332/1199 KB 336/1199 KB 340/1199 KB 344/1199 KB 348/1199 KB 352/1199 KB 356/1199 KB 360/1199 KB 364/1199 KB 368/1199 KB 372/1199 KB 376/1199 KB 380/1199 KB 384/1199 KB 388/1199 KB 392/1199 KB 396/1199 KB 400/1199 KB 404/1199 KB 408/1199 KB 412/1199 KB 416/1199 KB 420/1199 KB 424/1199 KB 428/1199 KB 432/1199 KB 436/1199 KB 440/1199 KB 444/1199 KB 448/1199 KB 452/1199 KB 456/1199 KB 460/1199 KB 464/1199 KB 468/1199 KB 472/1199 KB 476/1199 KB 480/1199 KB 484/1199 KB 488/1199 KB 492/1199 KB 496/1199 KB 500/1199 KB 504/1199 KB 508/1199 KB 512/1199 KB 516/1199 KB 520/1199 KB 524/1199 KB 528/1199 KB 532/1199 KB 536/1199 KB 540/1199 KB 544/1199 KB 548/1199 KB 552/1199 KB 556/1199 KB 560/1199 KB 564/1199 KB 568/1199 KB 572/1199 KB 576/1199 KB 580/1199 KB 584/1199 KB 588/1199 KB 592/1199 KB 596/1199 KB 600/1199 KB 604/1199 KB 608/1199 KB 612/1199 KB 616/1199 KB 620/1199 KB 624/1199 KB 628/1199 KB 632/1199 KB 636/1199 KB 640/1199 KB 644/1199 KB 648/1199 KB 652/1199 KB 656/1199 KB 660/1199 KB 664/1199 KB 668/1199 KB 672/1199 KB 676/1199 KB 680/1199 KB 684/1199 KB 688/1199 KB 692/1199 KB 696/1199 KB 700/1199 KB 704/1199 KB 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 unit-abot-epc-basic-0: 11:39:10 DEBUG unit.abot-epc-basic/0.install 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 2867.6 KB/sec) unit-abot-epc-basic-0: 11:39:11 DEBUG unit.abot-epc-basic/0.install [INFO] About to generate Cucumber report. unit-abot-epc-basic-0: 11:39:11 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 11:39:11 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 11:39:11 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: 11:39:11 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: 11:39:11 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 11:39:11 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 11:39:11 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 11:39:11 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 41.892 s unit-abot-epc-basic-0: 11:39:11 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-10-26T11:39:11+00:00 unit-abot-epc-basic-0: 11:39:11 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 26M/63M unit-abot-epc-basic-0: 11:39:11 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 11:39:11 DEBUG unit.abot-epc-basic/0.install No ES conf defined - hence result not pushed to ES unit-abot-epc-basic-0: 11:39:11 DEBUG unit.abot-epc-basic/0.install Starting flask GUI... unit-abot-epc-basic-0: 11:39:11 DEBUG unit.abot-epc-basic/0.install Setting up libmpc3:amd64 (1.0.3-1) ... unit-abot-epc-basic-0: 11:39:11 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: 11:39:12 DEBUG unit.abot-epc-basic/0.install Setting up ant (1.9.6-1ubuntu1.1) ... unit-abot-epc-basic-0: 11:39:12 DEBUG unit.abot-epc-basic/0.install Setting up ant-optional (1.9.6-1ubuntu1.1) ... unit-abot-epc-basic-0: 11:39:12 DEBUG unit.abot-epc-basic/0.install Setting up binutils (2.26.1-1ubuntu1~16.04.7) ... unit-abot-epc-basic-0: 11:39:12 DEBUG unit.abot-epc-basic/0.install Setting up libc-dev-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 11:39:12 DEBUG unit.abot-epc-basic/0.install Setting up linux-libc-dev:amd64 (4.4.0-138.164) ... unit-abot-epc-basic-0: 11:39:12 DEBUG unit.abot-epc-basic/0.install Setting up libc6-dev:amd64 (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 11:39:12 DEBUG unit.abot-epc-basic/0.install Setting up libisl15:amd64 (0.16.1-1) ... unit-abot-epc-basic-0: 11:39:13 DEBUG unit.abot-epc-basic/0.install Setting up cpp-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 11:39:13 DEBUG unit.abot-epc-basic/0.install Setting up cpp (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:39:13 DEBUG unit.abot-epc-basic/0.install Setting up libcc1-0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 11:39:13 DEBUG unit.abot-epc-basic/0.install Setting up libgomp1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 11:39:13 DEBUG unit.abot-epc-basic/0.install Setting up libitm1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 11:39:13 DEBUG unit.abot-epc-basic/0.install Setting up libatomic1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 11:39:13 DEBUG unit.abot-epc-basic/0.install Setting up libasan2:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 11:39:13 DEBUG unit.abot-epc-basic/0.install Setting up liblsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 11:39:14 DEBUG unit.abot-epc-basic/0.install Setting up libtsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 11:39:14 DEBUG unit.abot-epc-basic/0.install Setting up libubsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 11:39:14 DEBUG unit.abot-epc-basic/0.install Setting up libcilkrts5:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 11:39:14 DEBUG unit.abot-epc-basic/0.install Setting up libmpx0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 11:39:14 DEBUG unit.abot-epc-basic/0.install Setting up libquadmath0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 11:39:14 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: 11:39:15 DEBUG unit.abot-epc-basic/0.install Setting up gcc-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 11:39:15 DEBUG unit.abot-epc-basic/0.install Setting up gcc (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:39:15 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: 11:39:15 DEBUG unit.abot-epc-basic/0.install Setting up g++-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 11:39:15 DEBUG unit.abot-epc-basic/0.install Setting up g++ (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:39:15 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: 11:39:15 DEBUG unit.abot-epc-basic/0.install Setting up make (4.1-6) ... unit-abot-epc-basic-0: 11:39:15 DEBUG unit.abot-epc-basic/0.install Setting up libdpkg-perl (1.18.4ubuntu1.4) ... unit-abot-epc-basic-0: 11:39:16 DEBUG unit.abot-epc-basic/0.install Setting up dpkg-dev (1.18.4ubuntu1.4) ... unit-abot-epc-basic-0: 11:39:16 DEBUG unit.abot-epc-basic/0.install Setting up build-essential (12.1ubuntu2) ... unit-abot-epc-basic-0: 11:39:16 DEBUG unit.abot-epc-basic/0.install Setting up libfakeroot:amd64 (1.20.2-1ubuntu1) ... unit-abot-epc-basic-0: 11:39:16 DEBUG unit.abot-epc-basic/0.install Setting up fakeroot (1.20.2-1ubuntu1) ... unit-abot-epc-basic-0: 11:39:16 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: 11:39:17 DEBUG unit.abot-epc-basic/0.install Setting up libalgorithm-diff-perl (1.19.03-1) ... unit-abot-epc-basic-0: 11:39:17 DEBUG unit.abot-epc-basic/0.install Setting up libalgorithm-diff-xs-perl (0.04-4build1) ... unit-abot-epc-basic-0: 11:39:17 DEBUG unit.abot-epc-basic/0.install Setting up libalgorithm-merge-perl (0.08-3) ... unit-abot-epc-basic-0: 11:39:17 DEBUG unit.abot-epc-basic/0.install Setting up libxpp2-java (2.1.10-7build1) ... unit-abot-epc-basic-0: 11:39:17 DEBUG unit.abot-epc-basic/0.install Setting up libxpp3-java (1.1.4c-2build1) ... unit-abot-epc-basic-0: 11:39:17 DEBUG unit.abot-epc-basic/0.install Setting up libdom4j-java (1.6.1+dfsg.3-2ubuntu1) ... unit-abot-epc-basic-0: 11:39:17 DEBUG unit.abot-epc-basic/0.install Setting up libexpat1-dev:amd64 (2.1.0-7ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 11:39:17 DEBUG unit.abot-epc-basic/0.install Setting up libfile-fcntllock-perl (0.22-3) ... unit-abot-epc-basic-0: 11:39:18 DEBUG unit.abot-epc-basic/0.install Setting up libpython2.7:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 11:39:18 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: 11:39:18 DEBUG unit.abot-epc-basic/0.install Setting up libpython-dev:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 11:39:18 DEBUG unit.abot-epc-basic/0.install Setting up libpython-all-dev:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 11:39:18 DEBUG unit.abot-epc-basic/0.install Setting up libxom-java (1.2.10-1) ... unit-abot-epc-basic-0: 11:39:18 DEBUG unit.abot-epc-basic/0.install Setting up manpages-dev (4.04-2) ... unit-abot-epc-basic-0: 11:39:18 DEBUG unit.abot-epc-basic/0.install Setting up python-all (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 11:39:18 DEBUG unit.abot-epc-basic/0.install Setting up python2.7-dev (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 11:39:19 DEBUG unit.abot-epc-basic/0.install Setting up python-dev (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 11:39:19 DEBUG unit.abot-epc-basic/0.install Setting up python-all-dev (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 11:39:19 DEBUG unit.abot-epc-basic/0.install Setting up python-pkg-resources (20.7.0-1) ... unit-abot-epc-basic-0: 11:39:19 DEBUG unit.abot-epc-basic/0.install Setting up python-setuptools (20.7.0-1) ... unit-abot-epc-basic-0: 11:39:19 DEBUG unit.abot-epc-basic/0.install Setting up python-wheel (0.29.0-1) ... unit-abot-epc-basic-0: 11:39:20 DEBUG unit.abot-epc-basic/0.install Setting up ssl-cert (1.0.37) ... unit-abot-epc-basic-0: 11:39:20 DEBUG unit.abot-epc-basic/0.install hostname: Name or service not known unit-abot-epc-basic-0: 11:39:20 DEBUG unit.abot-epc-basic/0.install make-ssl-cert: Could not get FQDN, using "juju-66a23b-default-0". unit-abot-epc-basic-0: 11:39:20 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: 11:39:20 DEBUG unit.abot-epc-basic/0.install make-ssl-cert: make-ssl-cert generate-default-snakeoil --force-overwrite unit-abot-epc-basic-0: 11:39:20 DEBUG unit.abot-epc-basic/0.install make-ssl-cert: again. unit-abot-epc-basic-0: 11:39:20 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 11:39:20 DEBUG unit.abot-epc-basic/0.install Processing triggers for systemd (229-4ubuntu21.5) ... unit-abot-epc-basic-0: 11:39:20 DEBUG unit.abot-epc-basic/0.install Processing triggers for ureadahead (0.100.0-19) ... unit-abot-epc-basic-0: 11:39:21 DEBUG unit.abot-epc-basic/0.install Processing triggers for ufw (0.35-0ubuntu2) ... unit-abot-epc-basic-0: 11:39:22 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: ABot Debian Installed!!! >> unit-abot-epc-basic-0: 11:39:22 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-66a23b-default-0 unit-abot-epc-basic-0: 11:39:22 DEBUG unit.abot-epc-basic/0.install Hit:1 http://security.ubuntu.com/ubuntu xenial-security InRelease unit-abot-epc-basic-0: 11:39:22 DEBUG unit.abot-epc-basic/0.install Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial InRelease unit-abot-epc-basic-0: 11:39:22 DEBUG unit.abot-epc-basic/0.install Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates InRelease unit-abot-epc-basic-0: 11:39:22 DEBUG unit.abot-epc-basic/0.install Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-backports InRelease unit-abot-epc-basic-0: 11:39:23 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 11:39:23 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-66a23b-default-0 unit-abot-epc-basic-0: 11:39:23 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 11:39:23 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: 11:39:23 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 11:39:23 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install software-properties-common is already the newest version (0.96.20.7). unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-66a23b-default-0 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install build-essential is already the newest version (12.1ubuntu2). unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install build-essential set to manually installed. unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install ethtool is already the newest version (1:4.5-1). unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install iptables is already the newest version (1.6.0-2ubuntu3). unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install git is already the newest version (1:2.7.4-0ubuntu1.5). unit-abot-epc-basic-0: 11:39:24 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: 11:39:24 DEBUG unit.abot-epc-basic/0.install libpython2.7-dev set to manually installed. unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libxml2 is already the newest version (2.9.3+dfsg1-1ubuntu0.6). unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install openssh-client is already the newest version (1:7.2p2-4ubuntu2.5). unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install openssh-server is already the newest version (1:7.2p2-4ubuntu2.5). unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install openssl is already the newest version (1.0.2g-1ubuntu4.13). unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install python is already the newest version (2.7.12-1~16.04). unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install python set to manually installed. unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install wget is already the newest version (1.17.1-1ubuntu1.4). unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install python-pip is already the newest version (8.1.1-2ubuntu0.4). unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install python-pip set to manually installed. unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install adwaita-icon-theme aglfn at-spi2-core autotools-dev castxml cmake-data unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install colord colord-data dconf-gsettings-backend dconf-service debhelper unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install default-jre-headless dh-strip-nondeterminism fonts-lato fonts-liberation unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install fonts-lmodern gconf-service gconf-service-backend gconf2-common gdbserver unit-abot-epc-basic-0: 11:39:24 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: 11:39:24 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: 11:39:24 DEBUG unit.abot-epc-basic/0.install glib-networking glib-networking-common glib-networking-services gnuplot-data unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install gnuplot-tex gnuplot-x11 gsettings-desktop-schemas gsfonts guile-2.0 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install guile-2.0-libs hdf5-helpers humanity-icon-theme icu-devtools unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install imagemagick-common intltool-debian javascript-common libaec-dev libaec0 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libamd2.4.1 libarchive-zip-perl libarchive13 libarpack2 libasprintf-dev unit-abot-epc-basic-0: 11:39:24 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: 11:39:24 DEBUG unit.abot-epc-basic/0.install libatspi2.0-0 libatspi2.0-dev libaudio2 libauthen-sasl-perl unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libbabeltrace-ctf1 libbabeltrace1 libbison-dev libblas-common libblas3 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libboost-filesystem1.58.0 libc6-dbg libcairo-gobject2 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libcairo-script-interpreter2 libcairo2-dev libcamd2.4.1 libcapnp-0.5.3 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libccolamd2.9.1 libcdt5 libcgraph6 libcholmod3.0.6 libclang1-3.6 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libcolamd2.9.1 libcolord2 libcolorhug2 libconfig-dev libconfig-doc unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libconfig9 libcroco3 libcupsfilters1 libcupsimage2 libcurl3 libcxsparse3.1.4 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libdbus-1-dev libdconf1 libdrm-dev libegl1-mesa libegl1-mesa-dev unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libencode-locale-perl libepoxy-dev libepoxy0 libevdev2 libexif12 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libfftw3-bin libfftw3-dev libfftw3-double3 libfftw3-long3 libfftw3-quad3 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libfftw3-single3 libfile-basedir-perl libfile-desktopentry-perl unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libfile-listing-perl libfile-mimeinfo-perl libfile-stripnondeterminism-perl unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libfl-dev libfltk-gl1.3 libfltk1.3 libfont-afm-perl libfontconfig1-dev unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libfontenc1 libforms2 libfreetype6-dev libgbm1 libgc-dev libgc1c2 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libgconf-2-4 libgcrypt20-dev libgd3 libgdk-pixbuf2.0-dev libgettextpo-dev unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libgettextpo0 libgfortran-5-dev libgfortran3 libgl1-mesa-dev libgl2ps0 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libglib2.0-bin libglib2.0-dev libglpk36 libglu1-mesa libgmpxx4ldbl unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libgpg-error-dev libgphoto2-6 libgphoto2-l10n libgphoto2-port12 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libgraphicsmagick++-q16-12 libgraphicsmagick-q16-3 libgs9 libgs9-common unit-abot-epc-basic-0: 11:39:24 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: 11:39:24 DEBUG unit.abot-epc-basic/0.install libgvpr2 libharfbuzz-dev libharfbuzz-gobject0 libharfbuzz-icu0 libhdf5-10 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libhdf5-cpp-11 libhdf5-dev libhtml-form-perl libhtml-format-perl unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libhttp-message-perl libhttp-negotiate-perl libicu-dev libidn2-0 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libieee1284-3 libijs-0.35 libinput-bin libinput10 libio-html-perl unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libio-socket-ssl-perl libipc-system-simple-perl libjack-jackd2-0 libjasper1 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libjbig2dec0 libjpeg-dev libjpeg-turbo8-dev libjpeg8-dev libjs-jquery unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libjson-glib-1.0-0 libjson-glib-1.0-common libjsoncpp1 libjudydebian1 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libkpathsea6 liblapack3 libllvm3.6v5 liblqr-1-0 libltdl-dev libltdl7 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install liblwp-mediatypes-perl liblwp-protocol-https-perl libmagick++-6.q16-5v5 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libmagickcore-6.q16-2 libmagickwand-6.q16-2 libmail-sendmail-perl unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libmailtools-perl libmirclient-dev libmirclient9 libmircommon-dev unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libmircommon7 libmircookie-dev libmircookie2 libmircore-dev libmircore1 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libmirprotobuf3 libmng2 libmtdev1 libmysqlclient20 libncurses5-dev unit-abot-epc-basic-0: 11:39:24 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: 11:39:24 DEBUG unit.abot-epc-basic/0.install libobjc-5-dev libobjc4 liboctave3 libopenblas-base libosmesa6 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libpango1.0-dev libpangoxft-1.0-0 libpaper-utils libpaper1 libpathplan4 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpgm-5.2-0 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libpixman-1-dev libplot2c2 libpng12-dev libpoppler58 libportaudio2 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libpotrace0 libprotobuf-dev libprotobuf-lite9v5 libprotobuf9v5 libproxy1v5 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libpstoedit0c2a libptexenc1 libqhull7 libqrupdate1 libqscintilla2-12v5 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libqscintilla2-l10n libqt4-dbus libqt4-declarative libqt4-network unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libqt4-opengl libqt4-script libqt4-sql libqt4-sql-mysql libqt4-xml unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libqt4-xmlpatterns libqt5core5a libqt5dbus5 libqt5gui5 libqt5network5 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libqt5svg5 libqt5widgets5 libqt5xml5 libqtcore4 libqtdbus4 libqtgui4 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libreadline6-dev librest-0.7-0 librsvg2-2 librsvg2-common libruby2.3 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libsamplerate0 libsane libsane-common libserf-1-1 libslicot0 unit-abot-epc-basic-0: 11:39:24 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: 11:39:24 DEBUG unit.abot-epc-basic/0.install libsynctex1 libsys-hostname-long-perl libsz2 libtasn1-doc libtcl8.6 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libtexlua52 libtexluajit2 libtext-unidecode-perl libtie-ixhash-perl unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libtimedate-perl libtinfo-dev libtk8.6 libumfpack5.7.1 libunistring0 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install liburi-perl libusb-1.0-doc libvpx3 libwacom-bin libwacom-common libwacom2 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libwayland-bin libwayland-client0 libwayland-cursor0 libwayland-dev unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libwayland-egl1-mesa libwayland-server0 libwebp5 libwmf0.2-7 libwww-perl unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libwww-robotrules-perl libx11-protocol-perl libx11-xcb-dev libxaw7 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libxcb-dri2-0-dev libxcb-dri3-dev libxcb-glx0-dev libxcb-icccm4 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libxcb-image0 libxcb-keysyms1 libxcb-present-dev libxcb-randr0 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libxcb-randr0-dev libxcb-render-util0 libxcb-render0-dev libxcb-shape0 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libxcb-shape0-dev libxcb-shm0-dev libxcb-sync-dev libxcb-util1 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libxcb-xfixes0 libxcb-xfixes0-dev libxcb-xkb1 libxcomposite-dev unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libxcursor-dev libxdamage-dev libxext-dev libxfixes-dev libxft-dev libxft2 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libxi-dev libxinerama-dev libxkbcommon-dev libxkbcommon-x11-0 libxkbcommon0 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl unit-abot-epc-basic-0: 11:39:24 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: 11:39:24 DEBUG unit.abot-epc-basic/0.install libxml-xpathengine-perl libxmu6 libxpm-dev libxpm4 libxrandr-dev unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libxrender-dev libxshmfence-dev libxss1 libxtst-dev libxv1 libxxf86dga1 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libxxf86vm-dev libzzip-0-13 lmodern m4 mesa-common-dev mysql-common unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install nettle-dev octave-common octave-control pkg-config po-debconf poppler-data unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install pstoedit qdbus qt-at-spi qtchooser qtcore4-l10n qttranslations5-l10n rake unit-abot-epc-basic-0: 11:39:24 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: 11:39:24 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: 11:39:24 DEBUG unit.abot-epc-basic/0.install texinfo texlive-base texlive-binaries texlive-latex-base-doc tk tk8.6 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install ubuntu-mono unzip x11-utils x11-xserver-utils x11proto-composite-dev unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install x11proto-damage-dev x11proto-dri2-dev x11proto-fixes-dev x11proto-gl-dev unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install x11proto-randr-dev x11proto-record-dev x11proto-render-dev x11proto-xext-dev unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install x11proto-xf86vidmode-dev x11proto-xinerama-dev xbitmaps xdg-utils xterm zip unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install zlib1g-dev unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install autoconf-archive gnu-standards autoconf-doc bison-doc codeblocks eclipse unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install ninja-build colord-sensor-argyll dh-make default-jre doxygen-latex unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install doxygen-doc gdb-doc gettext-doc autopoint gfortran-multilib gfortran-doc unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install gfortran-5-multilib gfortran-5-doc libgfortran3-dbg ghostscript-x hpijs unit-abot-epc-basic-0: 11:39:24 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: 11:39:24 DEBUG unit.abot-epc-basic/0.install liblapack-dev nas libdigest-hmac-perl libgssapi-perl liblapack-doc-man unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libcairo2-doc libfftw3-doc libforms-doc libgcrypt20-doc libgd-tools unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libglib2.0-doc libiodbc2-dev gmp-doc libgmp10-doc libmpfr-dev gphoto2 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install graphicsmagick-dbg fonts-droid texlive-lang-cjk gvfs libgtk-3-doc unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libhdf5-doc libdata-dump-perl icu-doc jackd2 libjasper-runtime libtool-doc unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libcrypt-ssleay-perl libmagickcore-6.q16-2-extra ncurses-doc imagemagick unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libpango1.0-doc libqt4-declarative-folderlistmodel unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libqt4-declarative-gestures libqt4-declarative-particles unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libqt4-declarative-shaders qt4-qmlviewer libqt4-dev libqt5libqgtk2 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install qt5-image-formats-plugins qtwayland5 qt4-qtconfig readline-doc librsvg2-bin unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install avahi-daemon hplip libsane-extras sane-utils lksctp-tools gcj-jdk unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libwmf0.2-7-gtk libauthen-ntlm-perl libxext-doc libunicode-map8-perl unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libunicode-string-perl xml-twig-tools libyaml-doc octave-info octave-doc unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install octave-htmldoc libmail-box-perl poppler-utils fonts-japanese-mincho unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install fonts-arphic-ukai fonts-arphic-uming fonts-nanum xfig | ivtools-bin | tgif unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install | transfig ddd emacs22 ri ruby-dev bundler db5.3-util subversion-tools unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install tcl-tclreadline texlive-generic-recommended texinfo-doc-nonfree perl-tk unit-abot-epc-basic-0: 11:39:24 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: 11:39:24 DEBUG unit.abot-epc-basic/0.install xfonts-cyrillic unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install adwaita-icon-theme aglfn at-spi2-core autoconf automake autotools-dev bison unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install castxml cmake cmake-curses-gui cmake-data colord colord-data unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install dconf-gsettings-backend dconf-service debhelper default-jre-headless unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install dh-strip-nondeterminism doxygen doxygen-gui flex fonts-lato fonts-liberation unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install fonts-lmodern gccxml gconf-service gconf-service-backend gconf2-common gdb unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install gdbserver gettext gfortran gfortran-5 ghostscript gir1.2-atk-1.0 unit-abot-epc-basic-0: 11:39:24 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: 11:39:24 DEBUG unit.abot-epc-basic/0.install gir1.2-pango-1.0 glib-networking glib-networking-common unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install glib-networking-services gnuplot-data gnuplot-tex gnuplot-x11 graphviz unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install gsettings-desktop-schemas gsfonts gtkwave guile-2.0 guile-2.0-dev unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install guile-2.0-libs hdf5-helpers humanity-icon-theme icu-devtools unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install imagemagick-common intltool-debian iperf iproute iptables-dev unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install javascript-common libaec-dev libaec0 libamd2.4.1 libarchive-zip-perl unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libarchive13 libarpack2 libasprintf-dev libatk-bridge2.0-0 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libatk-bridge2.0-dev libatk1.0-dev libatlas-base-dev libatlas-dev unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libatlas3-base libatspi2.0-0 libatspi2.0-dev libaudio2 libauthen-sasl-perl unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libbabeltrace-ctf1 libbabeltrace1 libbison-dev libblas-common libblas-dev unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libblas3 libboost-filesystem1.58.0 libc6-dbg libcairo-gobject2 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libcairo-script-interpreter2 libcairo2-dev libcamd2.4.1 libcapnp-0.5.3 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libccolamd2.9.1 libcdt5 libcgraph6 libcholmod3.0.6 libclang1-3.6 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libcolamd2.9.1 libcolord2 libcolorhug2 libconfig-dev libconfig-doc unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libconfig8-dev libconfig9 libcroco3 libcupsfilters1 libcupsimage2 libcurl3 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libcxsparse3.1.4 libdbus-1-dev libdconf1 libdrm-dev libegl1-mesa unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libegl1-mesa-dev libencode-locale-perl libepoxy-dev libepoxy0 libevdev2 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libexif12 libffi-dev libfftw3-bin libfftw3-dev libfftw3-double3 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libfftw3-long3 libfftw3-quad3 libfftw3-single3 libfile-basedir-perl unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libfile-desktopentry-perl libfile-listing-perl libfile-mimeinfo-perl unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libfile-stripnondeterminism-perl libfl-dev libfltk-gl1.3 libfltk1.3 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libfont-afm-perl libfontconfig1-dev libfontenc1 libforms-bin libforms-dev unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libforms2 libfreetype6-dev libgbm1 libgc-dev libgc1c2 libgconf-2-4 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libgcrypt11-dev libgcrypt20-dev libgd3 libgdk-pixbuf2.0-dev libgettextpo-dev unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libgettextpo0 libgfortran-5-dev libgfortran3 libgl1-mesa-dev libgl2ps0 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libglib2.0-bin libglib2.0-dev libglpk36 libglu1-mesa libgmp-dev unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libgmpxx4ldbl libgpg-error-dev libgphoto2-6 libgphoto2-l10n unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libgphoto2-port12 libgraphicsmagick++-q16-12 libgraphicsmagick-q16-3 libgs9 unit-abot-epc-basic-0: 11:39:24 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: 11:39:24 DEBUG unit.abot-epc-basic/0.install libgudev-1.0-0 libgusb2 libgvc6 libgvpr2 libharfbuzz-dev unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libharfbuzz-gobject0 libharfbuzz-icu0 libhdf5-10 libhdf5-cpp-11 libhdf5-dev unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libhtml-form-perl libhtml-format-perl libhtml-parser-perl unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libhttp-daemon-perl libhttp-date-perl libhttp-message-perl unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libhttp-negotiate-perl libicu-dev libidn11-dev libidn2-0 libidn2-0-dev unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libieee1284-3 libijs-0.35 libinput-bin libinput10 libio-html-perl unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libio-socket-ssl-perl libipc-system-simple-perl libjack-jackd2-0 libjasper1 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libjbig2dec0 libjpeg-dev libjpeg-turbo8-dev libjpeg8-dev libjs-jquery unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libjson-glib-1.0-0 libjson-glib-1.0-common libjsoncpp1 libjudydebian1 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libkpathsea6 liblapack3 libllvm3.6v5 liblqr-1-0 libltdl-dev libltdl7 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install liblwp-mediatypes-perl liblwp-protocol-https-perl libmagick++-6.q16-5v5 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libmagickcore-6.q16-2 libmagickwand-6.q16-2 libmail-sendmail-perl unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libmailtools-perl libmirclient-dev libmirclient9 libmircommon-dev unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libmircommon7 libmircookie-dev libmircookie2 libmircore-dev libmircore1 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libmirprotobuf3 libmng2 libmtdev1 libmysqlclient-dev libmysqlclient20 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libncurses5-dev libnet-dbus-perl libnet-http-perl libnet-smtp-ssl-perl unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libnet-ssleay-perl libobjc-5-dev libobjc4 liboctave-dev liboctave3 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libopenblas-base libosmesa6 libpango1.0-dev libpangoxft-1.0-0 libpaper-utils unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libpaper1 libpathplan4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 unit-abot-epc-basic-0: 11:39:24 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: 11:39:24 DEBUG unit.abot-epc-basic/0.install libportaudio2 libpotrace0 libprotobuf-dev libprotobuf-lite9v5 libprotobuf9v5 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libproxy1v5 libpstoedit0c2a libptexenc1 libqhull7 libqrupdate1 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libqscintilla2-12v5 libqscintilla2-l10n libqt4-dbus libqt4-declarative unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libqt4-network libqt4-opengl libqt4-script libqt4-sql libqt4-sql-mysql unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libqt4-xml libqt4-xmlpatterns libqt5core5a libqt5dbus5 libqt5gui5 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libqt5network5 libqt5svg5 libqt5widgets5 libqt5xml5 libqtcore4 libqtdbus4 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libqtgui4 libreadline6-dev librest-0.7-0 librsvg2-2 librsvg2-common unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libruby2.3 libsamplerate0 libsane libsane-common libsctp-dev libsctp1 unit-abot-epc-basic-0: 11:39:24 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: 11:39:24 DEBUG unit.abot-epc-basic/0.install libsuitesparseconfig4.4.6 libsvn1 libsynctex1 libsys-hostname-long-perl unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libsz2 libtasn1-6-dev libtasn1-doc libtcl8.6 libtexlua52 libtexluajit2 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libtext-unidecode-perl libtie-ixhash-perl libtimedate-perl libtinfo-dev unit-abot-epc-basic-0: 11:39:24 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: 11:39:24 DEBUG unit.abot-epc-basic/0.install libusb-1.0-doc libvpx3 libwacom-bin libwacom-common libwacom2 libwayland-bin unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libwayland-client0 libwayland-cursor0 libwayland-dev libwayland-egl1-mesa unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libwayland-server0 libwebp5 libwmf0.2-7 libwww-perl libwww-robotrules-perl unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libx11-protocol-perl libx11-xcb-dev libxaw7 libxcb-dri2-0-dev unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libxcb-dri3-dev libxcb-glx0-dev libxcb-icccm4 libxcb-image0 libxcb-keysyms1 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libxcb-present-dev libxcb-randr0 libxcb-randr0-dev libxcb-render-util0 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libxcb-render0-dev libxcb-shape0 libxcb-shape0-dev libxcb-shm0-dev unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libxcb-sync-dev libxcb-util1 libxcb-xfixes0 libxcb-xfixes0-dev libxcb-xkb1 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libxcomposite-dev libxcursor-dev libxdamage-dev libxext-dev libxfixes-dev unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libxft-dev libxft2 libxi-dev libxinerama-dev libxkbcommon-dev unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libxkbcommon-x11-0 libxkbcommon0 libxml-libxml-perl unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libxml-sax-expat-perl libxml-sax-perl libxml-twig-perl unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libxml-xpathengine-perl libxml2-dev libxmu6 libxpm-dev libxpm4 libxrandr-dev unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libxrender-dev libxshmfence-dev libxslt1-dev libxss1 libxtst-dev libxv1 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install libxxf86dga1 libxxf86vm-dev libyaml-dev libzzip-0-13 lmodern m4 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install mesa-common-dev mscgen mysql-common nettle-dev octave octave-common unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install octave-control octave-signal pkg-config po-debconf poppler-data pstoedit unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install pydb qdbus qt-at-spi qtchooser qtcore4-l10n qttranslations5-l10n rake ruby unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install ruby-did-you-mean ruby-minitest ruby-net-telnet ruby-power-assert unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install ruby-test-unit ruby2.3 rubygems-integration subversion t1utils tcl tcl8.6 unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install tex-common texinfo texlive-base texlive-binaries texlive-latex-base unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install texlive-latex-base-doc tk tk8.6 ubuntu-mono unzip x11-utils unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install x11-xserver-utils x11proto-composite-dev x11proto-damage-dev unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install x11proto-dri2-dev x11proto-fixes-dev x11proto-gl-dev x11proto-randr-dev unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install x11proto-record-dev x11proto-render-dev x11proto-xext-dev unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install x11proto-xf86vidmode-dev x11proto-xinerama-dev xbitmaps xdg-utils xmlstarlet unit-abot-epc-basic-0: 11:39:24 DEBUG unit.abot-epc-basic/0.install xterm zip zlib1g-dev unit-abot-epc-basic-0: 11:39:25 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 468 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 11:39:25 DEBUG unit.abot-epc-basic/0.install Need to get 294 MB of archives. unit-abot-epc-basic-0: 11:39:25 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: 11:39:25 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: 11:39:25 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: 11:39:25 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: 11:39:25 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: 11:39:25 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: 11:39:26 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: 11:39:26 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: 11:39:26 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: 11:39:26 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: 11:39:26 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: 11:39:26 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: 11:39:26 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: 11:39:26 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: 11:39:26 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: 11:39:26 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: 11:39:26 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: 11:39:26 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: 11:39:27 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: 11:39:27 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: 11:39:27 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: 11:39:27 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: 11:39:27 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: 11:39:27 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: 11:39:27 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: 11:39:27 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: 11:39:27 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: 11:39:27 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: 11:39:27 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: 11:39:27 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: 11:39:28 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: 11:39:28 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: 11:39:28 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: 11:39:28 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: 11:39:28 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: 11:39:28 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: 11:39:28 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: 11:39:28 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: 11:39:28 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: 11:39:28 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: 11:39:28 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: 11:39:28 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: 11:39:29 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: 11:39:29 DEBUG unit.abot-epc-basic/0.install Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxkbcommon0 amd64 0.5.0-1ubuntu2.1 [96.7 kB] unit-abot-epc-basic-0: 11:39:29 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: 11:39:29 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: 11:39:29 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: 11:39:29 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: 11:39:29 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: 11:39:29 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: 11:39:29 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: 11:39:29 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: 11:39:29 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: 11:39:29 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: 11:39:30 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: 11:39:30 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: 11:39:30 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: 11:39:30 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: 11:39:30 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: 11:39:30 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: 11:39:30 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: 11:39:30 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: 11:39:30 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: 11:39:30 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: 11:39:30 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: 11:39:30 DEBUG unit.abot-epc-basic/0.install Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxkbcommon-x11-0 amd64 0.5.0-1ubuntu2.1 [13.4 kB] unit-abot-epc-basic-0: 11:39:30 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: 11:39:30 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: 11:39:31 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: 11:39:31 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: 11:39:31 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: 11:39:31 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: 11:39:31 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: 11:39:31 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: 11:39:31 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: 11:39:31 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: 11:39:31 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: 11:39:31 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: 11:39:31 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: 11:39:31 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: 11:39:32 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: 11:39:32 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: 11:39:32 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: 11:39:32 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: 11:39:32 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: 11:39:32 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: 11:39:32 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: 11:39:32 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: 11:39:32 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: 11:39:32 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: 11:39:32 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: 11:39:32 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: 11:39:32 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: 11:39:32 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: 11:39:33 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: 11:39:33 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: 11:39:33 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: 11:39:33 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: 11:39:33 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: 11:39:33 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: 11:39:33 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: 11:39:33 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: 11:39:33 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: 11:39:34 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: 11:39:34 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: 11:39:34 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: 11:39:34 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: 11:39:34 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: 11:39:34 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: 11:39:34 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: 11:39:35 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: 11:39:35 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: 11:39:35 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: 11:39:35 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: 11:39:35 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: 11:39:35 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: 11:39:35 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: 11:39:35 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: 11:39:35 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: 11:39:35 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: 11:39:36 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: 11:39:36 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: 11:39:36 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: 11:39:36 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: 11:39:36 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: 11:39:36 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: 11:39:36 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: 11:39:36 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: 11:39:36 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: 11:39:36 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: 11:39:36 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: 11:39:36 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: 11:39:37 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: 11:39:37 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: 11:39:37 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: 11:39:37 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: 11:39:37 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: 11:39:37 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: 11:39:37 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: 11:39:37 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: 11:39:37 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: 11:39:38 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: 11:39:38 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: 11:39:38 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: 11:39:38 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: 11:39:38 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: 11:39:38 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: 11:39:38 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: 11:39:38 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: 11:39:38 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: 11:39:38 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: 11:39:39 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: 11:39:39 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: 11:39:39 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: 11:39:39 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: 11:39:39 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: 11:39:39 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: 11:39:39 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: 11:39:39 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: 11:39:39 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: 11:39:39 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: 11:39:40 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: 11:39:40 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: 11:39:40 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: 11:39:40 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: 11:39:40 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: 11:39:40 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: 11:39:40 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: 11:39:40 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: 11:39:40 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: 11:39:40 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: 11:39:40 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: 11:39:41 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: 11:39:41 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: 11:39:41 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: 11:39:41 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: 11:39:41 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: 11:39:41 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: 11:39:41 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: 11:39:41 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: 11:39:41 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: 11:39:41 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: 11:39:41 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: 11:39:41 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: 11:39:42 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: 11:39:42 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: 11:39:42 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: 11:39:42 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: 11:39:42 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: 11:39: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: 11:39: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: 11:39: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: 11:39: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: 11:39: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: 11:39: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: 11:39: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: 11:39: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: 11:39: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: 11:39: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: 11:39: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: 11:39: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: 11:39: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: 11:39:43 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: 11:39:43 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: 11:39:43 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: 11:39: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: 11:39: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: 11:39: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: 11:39: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: 11:39:44 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: 11:39:44 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: 11:39:44 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: 11:39:44 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: 11:39:44 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: 11:39:44 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: 11:39: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: 11:39:45 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: 11:39:45 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: 11:39:45 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: 11:39:45 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: 11:39:45 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: 11:39:45 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: 11:39:45 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: 11:39:45 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: 11:39:45 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: 11:39:45 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: 11:39:45 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: 11:39:46 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: 11:39:46 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: 11:39:46 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: 11:39:46 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: 11:39:46 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: 11:39:46 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: 11:39:46 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: 11:39:46 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: 11:39:46 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: 11:39:46 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: 11:39:46 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: 11:39:47 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: 11:39:47 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: 11:39:47 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: 11:39:47 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: 11:39:47 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: 11:39:47 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: 11:39:47 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: 11:39:47 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: 11:39:47 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: 11:39:47 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: 11:39:47 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: 11:39:47 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: 11:39:47 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: 11:39:47 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: 11:39:48 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: 11:39:48 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: 11:39:48 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: 11:39:48 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: 11:39:48 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: 11:39:48 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: 11:39:48 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: 11:39:48 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: 11:39:48 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: 11:39:48 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: 11:39:48 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: 11:39:48 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: 11:39:49 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: 11:39:49 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: 11:39:49 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: 11:39:49 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: 11:39:49 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: 11:39:49 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: 11:39:49 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: 11:39:49 DEBUG unit.abot-epc-basic/0.install Get:271 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxkbcommon-dev amd64 0.5.0-1ubuntu2.1 [231 kB] unit-abot-epc-basic-0: 11:39:49 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: 11:39:49 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: 11:39:49 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: 11:39:49 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: 11:39:49 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: 11:39:50 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: 11:39:50 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: 11:39:50 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: 11:39:50 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: 11:39:50 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: 11:39:50 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: 11:39:50 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: 11:39:50 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: 11:39:50 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: 11:39:50 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: 11:39:50 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: 11:39:50 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: 11:39:50 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: 11:39:50 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: 11:39:51 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: 11:39:51 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: 11:39:51 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: 11:39:51 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: 11:39:51 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: 11:39:51 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: 11:39:51 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: 11:39:51 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: 11:39:51 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: 11:39:51 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: 11:39:51 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: 11:39:51 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: 11:39:52 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: 11:39:52 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: 11:39:52 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: 11:39:52 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: 11:39:52 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: 11:39:52 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: 11:39:52 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: 11:39:53 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: 11:39:53 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: 11:39:53 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: 11:39:53 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: 11:39:53 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: 11:39:53 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: 11:39:53 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: 11:39:53 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: 11:39:53 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: 11:39:53 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: 11:39:53 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: 11:39:53 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: 11:39:53 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: 11:39:54 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: 11:39:54 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: 11:39:54 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: 11:39:54 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: 11:39:54 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: 11:39:54 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: 11:39:54 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: 11:39:54 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: 11:39:54 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: 11:39:55 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: 11:39:55 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: 11:39:55 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: 11:39:55 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: 11:39:55 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: 11:39:55 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: 11:39:55 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: 11:39:55 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: 11:39:55 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: 11:39:55 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: 11:39:55 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: 11:39:55 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: 11:39:56 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: 11:39:56 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: 11:39:56 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: 11:39:56 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: 11:39:56 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: 11:39:56 DEBUG unit.abot-epc-basic/0.install Get:349 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libkpathsea6 amd64 2015.20160222.37495-1ubuntu0.1 [55.2 kB] unit-abot-epc-basic-0: 11:39:56 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: 11:39:56 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: 11:39:56 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: 11:39:56 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: 11:39:56 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: 11:39:56 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: 11:39:57 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: 11:39:57 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: 11:39:57 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: 11:39:57 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.24-0ubuntu0.16.04.1 [15.3 kB] unit-abot-epc-basic-0: 11:39:57 DEBUG unit.abot-epc-basic/0.install Get:360 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmysqlclient20 amd64 5.7.24-0ubuntu0.16.04.1 [810 kB] unit-abot-epc-basic-0: 11:39:57 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.24-0ubuntu0.16.04.1 [1,162 kB] unit-abot-epc-basic-0: 11:39:57 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: 11:39:57 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: 11:39:57 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: 11:39:57 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: 11:39:57 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: 11:39:57 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: 11:39:58 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: 11:39:58 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: 11:39:58 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: 11:39:58 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: 11:39:58 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: 11:39:58 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: 11:39:58 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: 11:39:58 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: 11:39:58 DEBUG unit.abot-epc-basic/0.install Get:376 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libptexenc1 amd64 2015.20160222.37495-1ubuntu0.1 [34.4 kB] unit-abot-epc-basic-0: 11:39:58 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: 11:39:58 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: 11:39:58 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: 11:39:59 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: 11:39:59 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: 11:39:59 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: 11:39:59 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: 11:39:59 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: 11:39:59 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: 11:39:59 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: 11:39:59 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: 11:39:59 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: 11:39:59 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: 11:39:59 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: 11:39:59 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: 11:40:00 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: 11:40:00 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: 11:40:00 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: 11:40:00 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: 11:40:00 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: 11:40:00 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: 11:40:00 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: 11:40:00 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: 11:40:00 DEBUG unit.abot-epc-basic/0.install Get:400 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsynctex1 amd64 2015.20160222.37495-1ubuntu0.1 [41.8 kB] unit-abot-epc-basic-0: 11:40:00 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: 11:40:00 DEBUG unit.abot-epc-basic/0.install Get:402 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libtexlua52 amd64 2015.20160222.37495-1ubuntu0.1 [90.7 kB] unit-abot-epc-basic-0: 11:40:00 DEBUG unit.abot-epc-basic/0.install Get:403 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libtexluajit2 amd64 2015.20160222.37495-1ubuntu0.1 [213 kB] unit-abot-epc-basic-0: 11:40:01 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: 11:40:01 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: 11:40:01 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: 11:40:01 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: 11:40:01 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: 11:40:01 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: 11:40:01 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: 11:40:01 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: 11:40:02 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: 11:40:02 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: 11:40:02 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: 11:40:02 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: 11:40:02 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: 11:40:02 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: 11:40:02 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: 11:40:02 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: 11:40:02 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: 11:40:03 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: 11:40:03 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: 11:40:03 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: 11:40:03 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: 11:40:03 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: 11:40:03 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: 11:40:03 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: 11:40:03 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: 11:40:03 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: 11:40:03 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: 11:40:04 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: 11:40:04 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: 11:40:04 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: 11:40:04 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: 11:40:04 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: 11:40:04 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: 11:40:04 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: 11:40:04 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: 11:40:04 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: 11:40:04 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: 11:40:04 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: 11:40:04 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: 11:40:04 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: 11:40:05 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: 11:40:05 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: 11:40:05 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: 11:40:05 DEBUG unit.abot-epc-basic/0.install Get:447 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 texlive-binaries amd64 2015.20160222.37495-1ubuntu0.1 [7,942 kB] unit-abot-epc-basic-0: 11:40:05 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: 11:40:05 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: 11:40:06 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: 11:40:06 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: 11:40:07 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: 11:40:07 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: 11:40:07 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: 11:40:07 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: 11:40:07 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: 11:40:08 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: 11:40:08 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: 11:40:08 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: 11:40:08 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: 11:40:08 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: 11:40:08 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: 11:40:08 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: 11:40:08 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: 11:40:08 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: 11:40:08 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: 11:40:08 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: 11:40:08 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: 11:40:09 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: 11:40:09 DEBUG unit.abot-epc-basic/0.install Preconfiguring packages ... unit-abot-epc-basic-0: 11:40:09 DEBUG unit.abot-epc-basic/0.install Fetched 294 MB in 44s (6,634 kB/s) unit-abot-epc-basic-0: 11:40:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cmake-data. unit-abot-epc-basic-0: 11:40:10 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: 11:40:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cmake-data_3.5.1-1ubuntu3_all.deb ... unit-abot-epc-basic-0: 11:40:10 DEBUG unit.abot-epc-basic/0.install Unpacking cmake-data (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 11:40:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libarchive13:amd64. unit-abot-epc-basic-0: 11:40:11 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: 11:40:11 DEBUG unit.abot-epc-basic/0.install Unpacking libarchive13:amd64 (3.1.2-11ubuntu0.16.04.4) ... unit-abot-epc-basic-0: 11:40:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcurl3:amd64. unit-abot-epc-basic-0: 11:40:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcurl3_7.47.0-1ubuntu2.9_amd64.deb ... unit-abot-epc-basic-0: 11:40:12 DEBUG unit.abot-epc-basic/0.install Unpacking libcurl3:amd64 (7.47.0-1ubuntu2.9) ... unit-abot-epc-basic-0: 11:40:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjsoncpp1:amd64. unit-abot-epc-basic-0: 11:40:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjsoncpp1_1.7.2-1_amd64.deb ... unit-abot-epc-basic-0: 11:40:12 DEBUG unit.abot-epc-basic/0.install Unpacking libjsoncpp1:amd64 (1.7.2-1) ... unit-abot-epc-basic-0: 11:40:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cmake. unit-abot-epc-basic-0: 11:40:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cmake_3.5.1-1ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 11:40:13 DEBUG unit.abot-epc-basic/0.install Unpacking cmake (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 11:40:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cmake-curses-gui. unit-abot-epc-basic-0: 11:40:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cmake-curses-gui_3.5.1-1ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 11:40:14 DEBUG unit.abot-epc-basic/0.install Unpacking cmake-curses-gui (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 11:40:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package m4. unit-abot-epc-basic-0: 11:40:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/m4_1.4.17-5_amd64.deb ... unit-abot-epc-basic-0: 11:40:14 DEBUG unit.abot-epc-basic/0.install Unpacking m4 (1.4.17-5) ... unit-abot-epc-basic-0: 11:40:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfl-dev:amd64. unit-abot-epc-basic-0: 11:40:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfl-dev_2.6.0-11_amd64.deb ... unit-abot-epc-basic-0: 11:40:15 DEBUG unit.abot-epc-basic/0.install Unpacking libfl-dev:amd64 (2.6.0-11) ... unit-abot-epc-basic-0: 11:40:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package flex. unit-abot-epc-basic-0: 11:40:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../flex_2.6.0-11_amd64.deb ... unit-abot-epc-basic-0: 11:40:15 DEBUG unit.abot-epc-basic/0.install Unpacking flex (2.6.0-11) ... unit-abot-epc-basic-0: 11:40:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-lato. unit-abot-epc-basic-0: 11:40:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-lato_2.0-1_all.deb ... unit-abot-epc-basic-0: 11:40:16 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-lato (2.0-1) ... unit-abot-epc-basic-0: 11:40:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package imagemagick-common. unit-abot-epc-basic-0: 11:40:17 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: 11:40:17 DEBUG unit.abot-epc-basic/0.install Unpacking imagemagick-common (8:6.8.9.9-7ubuntu5.13) ... unit-abot-epc-basic-0: 11:40:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaudio2:amd64. unit-abot-epc-basic-0: 11:40:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaudio2_1.9.4-4_amd64.deb ... unit-abot-epc-basic-0: 11:40:18 DEBUG unit.abot-epc-basic/0.install Unpacking libaudio2:amd64 (1.9.4-4) ... unit-abot-epc-basic-0: 11:40:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libexif12:amd64. unit-abot-epc-basic-0: 11:40:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libexif12_0.6.21-2_amd64.deb ... unit-abot-epc-basic-0: 11:40:18 DEBUG unit.abot-epc-basic/0.install Unpacking libexif12:amd64 (0.6.21-2) ... unit-abot-epc-basic-0: 11:40:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-double3:amd64. unit-abot-epc-basic-0: 11:40:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-double3_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:40:18 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-double3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 11:40:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-long3:amd64. unit-abot-epc-basic-0: 11:40:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-long3_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:40:19 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-long3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 11:40:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-quad3:amd64. unit-abot-epc-basic-0: 11:40:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-quad3_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:40:19 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-quad3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 11:40:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-single3:amd64. unit-abot-epc-basic-0: 11:40:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-single3_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:40:20 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-single3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 11:40:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libieee1284-3:amd64. unit-abot-epc-basic-0: 11:40:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libieee1284-3_0.2.11-12_amd64.deb ... unit-abot-epc-basic-0: 11:40:20 DEBUG unit.abot-epc-basic/0.install Unpacking libieee1284-3:amd64 (0.2.11-12) ... unit-abot-epc-basic-0: 11:40:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblqr-1-0:amd64. unit-abot-epc-basic-0: 11:40:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblqr-1-0_0.4.2-2_amd64.deb ... unit-abot-epc-basic-0: 11:40:21 DEBUG unit.abot-epc-basic/0.install Unpacking liblqr-1-0:amd64 (0.4.2-2) ... unit-abot-epc-basic-0: 11:40:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libltdl7:amd64. unit-abot-epc-basic-0: 11:40:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libltdl7_2.4.6-0.1_amd64.deb ... unit-abot-epc-basic-0: 11:40:21 DEBUG unit.abot-epc-basic/0.install Unpacking libltdl7:amd64 (2.4.6-0.1) ... unit-abot-epc-basic-0: 11:40:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmagickcore-6.q16-2:amd64. unit-abot-epc-basic-0: 11:40:22 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: 11:40:22 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: 11:40:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmagickwand-6.q16-2:amd64. unit-abot-epc-basic-0: 11:40:23 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: 11:40:23 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: 11:40:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmng2:amd64. unit-abot-epc-basic-0: 11:40:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmng2_2.0.2-0ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 11:40:23 DEBUG unit.abot-epc-basic/0.install Unpacking libmng2:amd64 (2.0.2-0ubuntu3) ... unit-abot-epc-basic-0: 11:40:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmtdev1:amd64. unit-abot-epc-basic-0: 11:40:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmtdev1_1.1.5-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 11:40:24 DEBUG unit.abot-epc-basic/0.install Unpacking libmtdev1:amd64 (1.1.5-1ubuntu2) ... unit-abot-epc-basic-0: 11:40:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcrecpp0v5:amd64. unit-abot-epc-basic-0: 11:40:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcrecpp0v5_2%3a8.38-3.1_amd64.deb ... unit-abot-epc-basic-0: 11:40:24 DEBUG unit.abot-epc-basic/0.install Unpacking libpcrecpp0v5:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 11:40:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libblas-common. unit-abot-epc-basic-0: 11:40:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libblas-common_3.6.0-2ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 11:40:24 DEBUG unit.abot-epc-basic/0.install Unpacking libblas-common (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 11:40:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libblas3. unit-abot-epc-basic-0: 11:40:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libblas3_3.6.0-2ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 11:40:24 DEBUG unit.abot-epc-basic/0.install Unpacking libblas3 (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 11:40:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgfortran3:amd64. unit-abot-epc-basic-0: 11:40:25 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: 11:40:25 DEBUG unit.abot-epc-basic/0.install Unpacking libgfortran3:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 11:40:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libopenblas-base. unit-abot-epc-basic-0: 11:40:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libopenblas-base_0.2.18-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:40:25 DEBUG unit.abot-epc-basic/0.install Unpacking libopenblas-base (0.2.18-1ubuntu1) ... unit-abot-epc-basic-0: 11:40:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatlas3-base. unit-abot-epc-basic-0: 11:40:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatlas3-base_3.10.2-9_amd64.deb ... unit-abot-epc-basic-0: 11:40:26 DEBUG unit.abot-epc-basic/0.install Unpacking libatlas3-base (3.10.2-9) ... unit-abot-epc-basic-0: 11:40:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblapack3. unit-abot-epc-basic-0: 11:40:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblapack3_3.6.0-2ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 11:40:28 DEBUG unit.abot-epc-basic/0.install Unpacking liblapack3 (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 11:40:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqrupdate1:amd64. unit-abot-epc-basic-0: 11:40:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqrupdate1_1.1.2-1build1_amd64.deb ... unit-abot-epc-basic-0: 11:40:28 DEBUG unit.abot-epc-basic/0.install Unpacking libqrupdate1:amd64 (1.1.2-1build1) ... unit-abot-epc-basic-0: 11:40:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcre16-3:amd64. unit-abot-epc-basic-0: 11:40:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcre16-3_2%3a8.38-3.1_amd64.deb ... unit-abot-epc-basic-0: 11:40:29 DEBUG unit.abot-epc-basic/0.install Unpacking libpcre16-3:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 11:40:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5core5a:amd64. unit-abot-epc-basic-0: 11:40:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5core5a_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 11:40:29 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5core5a:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 11:40:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-server0:amd64. unit-abot-epc-basic-0: 11:40:30 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: 11:40:30 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-server0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 11:40:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgbm1:amd64. unit-abot-epc-basic-0: 11:40:30 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: 11:40:30 DEBUG unit.abot-epc-basic/0.install Unpacking libgbm1:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 11:40:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcapnp-0.5.3:amd64. unit-abot-epc-basic-0: 11:40:30 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: 11:40:31 DEBUG unit.abot-epc-basic/0.install Unpacking libcapnp-0.5.3:amd64 (0.5.3-2ubuntu1.1) ... unit-abot-epc-basic-0: 11:40:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libboost-filesystem1.58.0:amd64. unit-abot-epc-basic-0: 11:40:31 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: 11:40:31 DEBUG unit.abot-epc-basic/0.install Unpacking libboost-filesystem1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... unit-abot-epc-basic-0: 11:40:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircore1:amd64. unit-abot-epc-basic-0: 11:40:31 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: 11:40:31 DEBUG unit.abot-epc-basic/0.install Unpacking libmircore1:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 11:40:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircommon7:amd64. unit-abot-epc-basic-0: 11:40:31 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: 11:40:31 DEBUG unit.abot-epc-basic/0.install Unpacking libmircommon7:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 11:40:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libprotobuf-lite9v5:amd64. unit-abot-epc-basic-0: 11:40:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libprotobuf-lite9v5_2.6.1-1.3_amd64.deb ... unit-abot-epc-basic-0: 11:40:32 DEBUG unit.abot-epc-basic/0.install Unpacking libprotobuf-lite9v5:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 11:40:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmirprotobuf3:amd64. unit-abot-epc-basic-0: 11:40:32 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: 11:40:32 DEBUG unit.abot-epc-basic/0.install Unpacking libmirprotobuf3:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 11:40:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxkbcommon0:amd64. unit-abot-epc-basic-0: 11:40:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxkbcommon0_0.5.0-1ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 11:40:32 DEBUG unit.abot-epc-basic/0.install Unpacking libxkbcommon0:amd64 (0.5.0-1ubuntu2.1) ... unit-abot-epc-basic-0: 11:40:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmirclient9:amd64. unit-abot-epc-basic-0: 11:40:33 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: 11:40:33 DEBUG unit.abot-epc-basic/0.install Unpacking libmirclient9:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 11:40:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-client0:amd64. unit-abot-epc-basic-0: 11:40:33 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: 11:40:33 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-client0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 11:40:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-xfixes0:amd64. unit-abot-epc-basic-0: 11:40:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-xfixes0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:40:33 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-xfixes0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:40:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libegl1-mesa:amd64. unit-abot-epc-basic-0: 11:40:34 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: 11:40:34 DEBUG unit.abot-epc-basic/0.install Unpacking libegl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 11:40:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libevdev2:amd64. unit-abot-epc-basic-0: 11:40:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libevdev2_1.4.6+dfsg-1_amd64.deb ... unit-abot-epc-basic-0: 11:40:34 DEBUG unit.abot-epc-basic/0.install Unpacking libevdev2:amd64 (1.4.6+dfsg-1) ... unit-abot-epc-basic-0: 11:40:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgudev-1.0-0:amd64. unit-abot-epc-basic-0: 11:40:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgudev-1.0-0_1%3a230-2_amd64.deb ... unit-abot-epc-basic-0: 11:40:35 DEBUG unit.abot-epc-basic/0.install Unpacking libgudev-1.0-0:amd64 (1:230-2) ... unit-abot-epc-basic-0: 11:40:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwacom-common. unit-abot-epc-basic-0: 11:40:35 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: 11:40:35 DEBUG unit.abot-epc-basic/0.install Unpacking libwacom-common (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 11:40:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwacom2:amd64. unit-abot-epc-basic-0: 11:40:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwacom2_0.22-1~ubuntu16.04.1_amd64.deb ... unit-abot-epc-basic-0: 11:40:35 DEBUG unit.abot-epc-basic/0.install Unpacking libwacom2:amd64 (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 11:40:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libinput-bin. unit-abot-epc-basic-0: 11:40:35 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: 11:40:36 DEBUG unit.abot-epc-basic/0.install Unpacking libinput-bin (1.6.3-1ubuntu1~16.04.1) ... unit-abot-epc-basic-0: 11:40:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libinput10:amd64. unit-abot-epc-basic-0: 11:40:36 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: 11:40:36 DEBUG unit.abot-epc-basic/0.install Unpacking libinput10:amd64 (1.6.3-1ubuntu1~16.04.1) ... unit-abot-epc-basic-0: 11:40:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5dbus5:amd64. unit-abot-epc-basic-0: 11:40:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5dbus5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 11:40:36 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5dbus5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 11:40:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libproxy1v5:amd64. unit-abot-epc-basic-0: 11:40:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libproxy1v5_0.4.11-5ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:40:36 DEBUG unit.abot-epc-basic/0.install Unpacking libproxy1v5:amd64 (0.4.11-5ubuntu1) ... unit-abot-epc-basic-0: 11:40:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5network5:amd64. unit-abot-epc-basic-0: 11:40:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5network5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 11:40:37 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5network5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 11:40:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-icccm4:amd64. unit-abot-epc-basic-0: 11:40:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-icccm4_0.4.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:40:37 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-icccm4:amd64 (0.4.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:40:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-util1:amd64. unit-abot-epc-basic-0: 11:40:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-util1_0.4.0-0ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 11:40:37 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-util1:amd64 (0.4.0-0ubuntu3) ... unit-abot-epc-basic-0: 11:40:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-image0:amd64. unit-abot-epc-basic-0: 11:40:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-image0_0.4.0-1build1_amd64.deb ... unit-abot-epc-basic-0: 11:40:38 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-image0:amd64 (0.4.0-1build1) ... unit-abot-epc-basic-0: 11:40:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-keysyms1:amd64. unit-abot-epc-basic-0: 11:40:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-keysyms1_0.4.0-1_amd64.deb ... unit-abot-epc-basic-0: 11:40:38 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-keysyms1:amd64 (0.4.0-1) ... unit-abot-epc-basic-0: 11:40:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-randr0:amd64. unit-abot-epc-basic-0: 11:40:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-randr0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:40:39 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-randr0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:40:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-render-util0:amd64. unit-abot-epc-basic-0: 11:40:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-render-util0_0.3.9-1_amd64.deb ... unit-abot-epc-basic-0: 11:40:40 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-render-util0:amd64 (0.3.9-1) ... unit-abot-epc-basic-0: 11:40:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-shape0:amd64. unit-abot-epc-basic-0: 11:40:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-shape0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:40:40 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-shape0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:40:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-xkb1:amd64. unit-abot-epc-basic-0: 11:40:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-xkb1_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:40:40 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-xkb1:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:40:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxkbcommon-x11-0:amd64. unit-abot-epc-basic-0: 11:40:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxkbcommon-x11-0_0.5.0-1ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 11:40:41 DEBUG unit.abot-epc-basic/0.install Unpacking libxkbcommon-x11-0:amd64 (0.5.0-1ubuntu2.1) ... unit-abot-epc-basic-0: 11:40:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5gui5:amd64. unit-abot-epc-basic-0: 11:40:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5gui5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 11:40:41 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5gui5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 11:40:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5widgets5:amd64. unit-abot-epc-basic-0: 11:40:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5widgets5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 11:40:41 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5widgets5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 11:40:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5svg5:amd64. unit-abot-epc-basic-0: 11:40:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5svg5_5.5.1-2build1_amd64.deb ... unit-abot-epc-basic-0: 11:40:42 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5svg5:amd64 (5.5.1-2build1) ... unit-abot-epc-basic-0: 11:40:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package glib-networking-common. unit-abot-epc-basic-0: 11:40:42 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: 11:40:43 DEBUG unit.abot-epc-basic/0.install Unpacking glib-networking-common (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 11:40:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package glib-networking-services. unit-abot-epc-basic-0: 11:40:43 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: 11:40:43 DEBUG unit.abot-epc-basic/0.install Unpacking glib-networking-services (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 11:40:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdconf1:amd64. unit-abot-epc-basic-0: 11:40:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdconf1_0.24.0-2_amd64.deb ... unit-abot-epc-basic-0: 11:40:43 DEBUG unit.abot-epc-basic/0.install Unpacking libdconf1:amd64 (0.24.0-2) ... unit-abot-epc-basic-0: 11:40:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package dconf-service. unit-abot-epc-basic-0: 11:40:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../dconf-service_0.24.0-2_amd64.deb ... unit-abot-epc-basic-0: 11:40:43 DEBUG unit.abot-epc-basic/0.install Unpacking dconf-service (0.24.0-2) ... unit-abot-epc-basic-0: 11:40:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package dconf-gsettings-backend:amd64. unit-abot-epc-basic-0: 11:40:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../dconf-gsettings-backend_0.24.0-2_amd64.deb ... unit-abot-epc-basic-0: 11:40:44 DEBUG unit.abot-epc-basic/0.install Unpacking dconf-gsettings-backend:amd64 (0.24.0-2) ... unit-abot-epc-basic-0: 11:40:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gsettings-desktop-schemas. unit-abot-epc-basic-0: 11:40:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gsettings-desktop-schemas_3.18.1-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 11:40:44 DEBUG unit.abot-epc-basic/0.install Unpacking gsettings-desktop-schemas (3.18.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:40:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package glib-networking:amd64. unit-abot-epc-basic-0: 11:40:45 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: 11:40:45 DEBUG unit.abot-epc-basic/0.install Unpacking glib-networking:amd64 (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 11:40:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsoup2.4-1:amd64. unit-abot-epc-basic-0: 11:40:45 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: 11:40:45 DEBUG unit.abot-epc-basic/0.install Unpacking libsoup2.4-1:amd64 (2.52.2-1ubuntu0.3) ... unit-abot-epc-basic-0: 11:40:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsoup-gnome2.4-1:amd64. unit-abot-epc-basic-0: 11:40:45 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: 11:40:45 DEBUG unit.abot-epc-basic/0.install Unpacking libsoup-gnome2.4-1:amd64 (2.52.2-1ubuntu0.3) ... unit-abot-epc-basic-0: 11:40:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package librest-0.7-0:amd64. unit-abot-epc-basic-0: 11:40:46 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: 11:40:46 DEBUG unit.abot-epc-basic/0.install Unpacking librest-0.7-0:amd64 (0.7.93-1) ... unit-abot-epc-basic-0: 11:40:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsamplerate0:amd64. unit-abot-epc-basic-0: 11:40:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsamplerate0_0.1.8-8_amd64.deb ... unit-abot-epc-basic-0: 11:40:46 DEBUG unit.abot-epc-basic/0.install Unpacking libsamplerate0:amd64 (0.1.8-8) ... unit-abot-epc-basic-0: 11:40:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsane-common. unit-abot-epc-basic-0: 11:40:46 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: 11:40:47 DEBUG unit.abot-epc-basic/0.install Unpacking libsane-common (1.0.25+git20150528-1ubuntu2.16.04.1) ... unit-abot-epc-basic-0: 11:40:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libserf-1-1:amd64. unit-abot-epc-basic-0: 11:40:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libserf-1-1_1.3.8-1_amd64.deb ... unit-abot-epc-basic-0: 11:40:47 DEBUG unit.abot-epc-basic/0.install Unpacking libserf-1-1:amd64 (1.3.8-1) ... unit-abot-epc-basic-0: 11:40:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libunistring0:amd64. unit-abot-epc-basic-0: 11:40:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libunistring0_0.9.3-5.2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:40:47 DEBUG unit.abot-epc-basic/0.install Unpacking libunistring0:amd64 (0.9.3-5.2ubuntu1) ... unit-abot-epc-basic-0: 11:40:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxft2:amd64. unit-abot-epc-basic-0: 11:40:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxft2_2.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 11:40:48 DEBUG unit.abot-epc-basic/0.install Unpacking libxft2:amd64 (2.3.2-1) ... unit-abot-epc-basic-0: 11:40:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxss1:amd64. unit-abot-epc-basic-0: 11:40:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxss1_1%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 11:40:48 DEBUG unit.abot-epc-basic/0.install Unpacking libxss1:amd64 (1:1.2.2-1) ... unit-abot-epc-basic-0: 11:40:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxv1:amd64. unit-abot-epc-basic-0: 11:40:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxv1_2%3a1.0.10-1_amd64.deb ... unit-abot-epc-basic-0: 11:40:48 DEBUG unit.abot-epc-basic/0.install Unpacking libxv1:amd64 (2:1.0.10-1) ... unit-abot-epc-basic-0: 11:40:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxxf86dga1:amd64. unit-abot-epc-basic-0: 11:40:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxxf86dga1_2%3a1.1.4-1_amd64.deb ... unit-abot-epc-basic-0: 11:40:49 DEBUG unit.abot-epc-basic/0.install Unpacking libxxf86dga1:amd64 (2:1.1.4-1) ... unit-abot-epc-basic-0: 11:40:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package poppler-data. unit-abot-epc-basic-0: 11:40:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../poppler-data_0.4.7-7_all.deb ... unit-abot-epc-basic-0: 11:40:49 DEBUG unit.abot-epc-basic/0.install Unpacking poppler-data (0.4.7-7) ... unit-abot-epc-basic-0: 11:40:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libidn2-0:amd64. unit-abot-epc-basic-0: 11:40:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libidn2-0_0.10-3_amd64.deb ... unit-abot-epc-basic-0: 11:40:50 DEBUG unit.abot-epc-basic/0.install Unpacking libidn2-0:amd64 (0.10-3) ... unit-abot-epc-basic-0: 11:40:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libslicot0:amd64. unit-abot-epc-basic-0: 11:40:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libslicot0_5.0+20101122-2_amd64.deb ... unit-abot-epc-basic-0: 11:40:50 DEBUG unit.abot-epc-basic/0.install Unpacking libslicot0:amd64 (5.0+20101122-2) ... unit-abot-epc-basic-0: 11:40:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk-3-common. unit-abot-epc-basic-0: 11:40:51 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: 11:40:51 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk-3-common (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 11:40:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatspi2.0-0:amd64. unit-abot-epc-basic-0: 11:40:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatspi2.0-0_2.18.3-4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:40:51 DEBUG unit.abot-epc-basic/0.install Unpacking libatspi2.0-0:amd64 (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 11:40:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk-bridge2.0-0:amd64. unit-abot-epc-basic-0: 11:40:51 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: 11:40:51 DEBUG unit.abot-epc-basic/0.install Unpacking libatk-bridge2.0-0:amd64 (2.18.1-2ubuntu1) ... unit-abot-epc-basic-0: 11:40:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcairo-gobject2:amd64. unit-abot-epc-basic-0: 11:40:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcairo-gobject2_1.14.6-1_amd64.deb ... unit-abot-epc-basic-0: 11:40:52 DEBUG unit.abot-epc-basic/0.install Unpacking libcairo-gobject2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 11:40:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcolord2:amd64. unit-abot-epc-basic-0: 11:40:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcolord2_1.2.12-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:40:52 DEBUG unit.abot-epc-basic/0.install Unpacking libcolord2:amd64 (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 11:40:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libepoxy0:amd64. unit-abot-epc-basic-0: 11:40:52 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: 11:40:52 DEBUG unit.abot-epc-basic/0.install Unpacking libepoxy0:amd64 (1.3.1-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 11:40:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjson-glib-1.0-common. unit-abot-epc-basic-0: 11:40:53 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: 11:40:53 DEBUG unit.abot-epc-basic/0.install Unpacking libjson-glib-1.0-common (1.1.2-0ubuntu1) ... unit-abot-epc-basic-0: 11:40:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjson-glib-1.0-0:amd64. unit-abot-epc-basic-0: 11:40:53 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: 11:40:53 DEBUG unit.abot-epc-basic/0.install Unpacking libjson-glib-1.0-0:amd64 (1.1.2-0ubuntu1) ... unit-abot-epc-basic-0: 11:40:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-cursor0:amd64. unit-abot-epc-basic-0: 11:40:54 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: 11:40:54 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-cursor0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 11:40:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-egl1-mesa:amd64. unit-abot-epc-basic-0: 11:40:54 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: 11:40:54 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-egl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 11:40:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk-3-0:amd64. unit-abot-epc-basic-0: 11:40:54 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: 11:40:54 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk-3-0:amd64 (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 11:40:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk-3-bin. unit-abot-epc-basic-0: 11:40:55 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: 11:40:55 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: 11:40:55 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: 11:40:55 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk-3-bin (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 11:40:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcroco3:amd64. unit-abot-epc-basic-0: 11:40:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcroco3_0.6.11-1_amd64.deb ... unit-abot-epc-basic-0: 11:40:56 DEBUG unit.abot-epc-basic/0.install Unpacking libcroco3:amd64 (0.6.11-1) ... unit-abot-epc-basic-0: 11:40:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package librsvg2-2:amd64. unit-abot-epc-basic-0: 11:40:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../librsvg2-2_2.40.13-3_amd64.deb ... unit-abot-epc-basic-0: 11:40:56 DEBUG unit.abot-epc-basic/0.install Unpacking librsvg2-2:amd64 (2.40.13-3) ... unit-abot-epc-basic-0: 11:40:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package librsvg2-common:amd64. unit-abot-epc-basic-0: 11:40:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../librsvg2-common_2.40.13-3_amd64.deb ... unit-abot-epc-basic-0: 11:40:56 DEBUG unit.abot-epc-basic/0.install Unpacking librsvg2-common:amd64 (2.40.13-3) ... unit-abot-epc-basic-0: 11:40:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package humanity-icon-theme. unit-abot-epc-basic-0: 11:40:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../humanity-icon-theme_0.6.10.1_all.deb ... unit-abot-epc-basic-0: 11:40:57 DEBUG unit.abot-epc-basic/0.install Unpacking humanity-icon-theme (0.6.10.1) ... unit-abot-epc-basic-0: 11:40:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ubuntu-mono. unit-abot-epc-basic-0: 11:40:58 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: 11:40:58 DEBUG unit.abot-epc-basic/0.install Unpacking ubuntu-mono (14.04+16.04.20180326-0ubuntu1) ... unit-abot-epc-basic-0: 11:40:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package adwaita-icon-theme. unit-abot-epc-basic-0: 11:40:59 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: 11:40:59 DEBUG unit.abot-epc-basic/0.install Unpacking adwaita-icon-theme (3.18.0-2ubuntu3.1) ... unit-abot-epc-basic-0: 11:40:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package at-spi2-core. unit-abot-epc-basic-0: 11:40:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../at-spi2-core_2.18.3-4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:40:59 DEBUG unit.abot-epc-basic/0.install Unpacking at-spi2-core (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 11:41:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package autoconf. unit-abot-epc-basic-0: 11:41:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../autoconf_2.69-9_all.deb ... unit-abot-epc-basic-0: 11:41:00 DEBUG unit.abot-epc-basic/0.install Unpacking autoconf (2.69-9) ... unit-abot-epc-basic-0: 11:41:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package autotools-dev. unit-abot-epc-basic-0: 11:41:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../autotools-dev_20150820.1_all.deb ... unit-abot-epc-basic-0: 11:41:00 DEBUG unit.abot-epc-basic/0.install Unpacking autotools-dev (20150820.1) ... unit-abot-epc-basic-0: 11:41:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package automake. unit-abot-epc-basic-0: 11:41:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../automake_1%3a1.15-4ubuntu1_all.deb ... unit-abot-epc-basic-0: 11:41:00 DEBUG unit.abot-epc-basic/0.install Unpacking automake (1:1.15-4ubuntu1) ... unit-abot-epc-basic-0: 11:41:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libbison-dev:amd64. unit-abot-epc-basic-0: 11:41:01 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: 11:41:01 DEBUG unit.abot-epc-basic/0.install Unpacking libbison-dev:amd64 (2:3.0.4.dfsg-1) ... unit-abot-epc-basic-0: 11:41:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package bison. unit-abot-epc-basic-0: 11:41:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../bison_2%3a3.0.4.dfsg-1_amd64.deb ... unit-abot-epc-basic-0: 11:41:01 DEBUG unit.abot-epc-basic/0.install Unpacking bison (2:3.0.4.dfsg-1) ... unit-abot-epc-basic-0: 11:41:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package castxml. unit-abot-epc-basic-0: 11:41:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../castxml_0.1+git20160202-1.1_amd64.deb ... unit-abot-epc-basic-0: 11:41:02 DEBUG unit.abot-epc-basic/0.install Unpacking castxml (0.1+git20160202-1.1) ... unit-abot-epc-basic-0: 11:41:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgusb2:amd64. unit-abot-epc-basic-0: 11:41:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgusb2_0.2.9-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:41:03 DEBUG unit.abot-epc-basic/0.install Unpacking libgusb2:amd64 (0.2.9-0ubuntu1) ... unit-abot-epc-basic-0: 11:41:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcolorhug2:amd64. unit-abot-epc-basic-0: 11:41:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcolorhug2_1.2.12-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:41:04 DEBUG unit.abot-epc-basic/0.install Unpacking libcolorhug2:amd64 (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 11:41:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libvpx3:amd64. unit-abot-epc-basic-0: 11:41:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libvpx3_1.5.0-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:41:04 DEBUG unit.abot-epc-basic/0.install Unpacking libvpx3:amd64 (1.5.0-2ubuntu1) ... unit-abot-epc-basic-0: 11:41:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxpm4:amd64. unit-abot-epc-basic-0: 11:41:05 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: 11:41:05 DEBUG unit.abot-epc-basic/0.install Unpacking libxpm4:amd64 (1:3.5.11-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 11:41:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgd3:amd64. unit-abot-epc-basic-0: 11:41:05 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: 11:41:05 DEBUG unit.abot-epc-basic/0.install Unpacking libgd3:amd64 (2.1.1-4ubuntu0.16.04.10) ... unit-abot-epc-basic-0: 11:41:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgphoto2-port12:amd64. unit-abot-epc-basic-0: 11:41:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgphoto2-port12_2.5.9-3_amd64.deb ... unit-abot-epc-basic-0: 11:41:05 DEBUG unit.abot-epc-basic/0.install Unpacking libgphoto2-port12:amd64 (2.5.9-3) ... unit-abot-epc-basic-0: 11:41:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgphoto2-6:amd64. unit-abot-epc-basic-0: 11:41:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgphoto2-6_2.5.9-3_amd64.deb ... unit-abot-epc-basic-0: 11:41:06 DEBUG unit.abot-epc-basic/0.install Unpacking libgphoto2-6:amd64 (2.5.9-3) ... unit-abot-epc-basic-0: 11:41:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsane:amd64. unit-abot-epc-basic-0: 11:41:07 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: 11:41:07 DEBUG unit.abot-epc-basic/0.install Unpacking libsane:amd64 (1.0.25+git20150528-1ubuntu2.16.04.1) ... unit-abot-epc-basic-0: 11:41:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package colord-data. unit-abot-epc-basic-0: 11:41:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../colord-data_1.2.12-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 11:41:07 DEBUG unit.abot-epc-basic/0.install Unpacking colord-data (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 11:41:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package colord. unit-abot-epc-basic-0: 11:41:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../colord_1.2.12-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:41:08 DEBUG unit.abot-epc-basic/0.install Unpacking colord (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 11:41:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gettext. unit-abot-epc-basic-0: 11:41:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gettext_0.19.7-2ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 11:41:08 DEBUG unit.abot-epc-basic/0.install Unpacking gettext (0.19.7-2ubuntu3) ... unit-abot-epc-basic-0: 11:41:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package intltool-debian. unit-abot-epc-basic-0: 11:41:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../intltool-debian_0.35.0+20060710.4_all.deb ... unit-abot-epc-basic-0: 11:41:08 DEBUG unit.abot-epc-basic/0.install Unpacking intltool-debian (0.35.0+20060710.4) ... unit-abot-epc-basic-0: 11:41:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package po-debconf. unit-abot-epc-basic-0: 11:41:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../po-debconf_1.0.19_all.deb ... unit-abot-epc-basic-0: 11:41:09 DEBUG unit.abot-epc-basic/0.install Unpacking po-debconf (1.0.19) ... unit-abot-epc-basic-0: 11:41:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libarchive-zip-perl. unit-abot-epc-basic-0: 11:41:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libarchive-zip-perl_1.56-2ubuntu0.1_all.deb ... unit-abot-epc-basic-0: 11:41:10 DEBUG unit.abot-epc-basic/0.install Unpacking libarchive-zip-perl (1.56-2ubuntu0.1) ... unit-abot-epc-basic-0: 11:41:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-stripnondeterminism-perl. unit-abot-epc-basic-0: 11:41:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-stripnondeterminism-perl_0.015-1_all.deb ... unit-abot-epc-basic-0: 11:41:10 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-stripnondeterminism-perl (0.015-1) ... unit-abot-epc-basic-0: 11:41:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtimedate-perl. unit-abot-epc-basic-0: 11:41:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtimedate-perl_2.3000-2_all.deb ... unit-abot-epc-basic-0: 11:41:10 DEBUG unit.abot-epc-basic/0.install Unpacking libtimedate-perl (2.3000-2) ... unit-abot-epc-basic-0: 11:41:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package dh-strip-nondeterminism. unit-abot-epc-basic-0: 11:41:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../dh-strip-nondeterminism_0.015-1_all.deb ... unit-abot-epc-basic-0: 11:41:10 DEBUG unit.abot-epc-basic/0.install Unpacking dh-strip-nondeterminism (0.015-1) ... unit-abot-epc-basic-0: 11:41:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package debhelper. unit-abot-epc-basic-0: 11:41:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../debhelper_9.20160115ubuntu3_all.deb ... unit-abot-epc-basic-0: 11:41:11 DEBUG unit.abot-epc-basic/0.install Unpacking debhelper (9.20160115ubuntu3) ... unit-abot-epc-basic-0: 11:41:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package default-jre-headless. unit-abot-epc-basic-0: 11:41:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../default-jre-headless_2%3a1.8-56ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 11:41:11 DEBUG unit.abot-epc-basic/0.install Unpacking default-jre-headless (2:1.8-56ubuntu2) ... unit-abot-epc-basic-0: 11:41:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libllvm3.6v5:amd64. unit-abot-epc-basic-0: 11:41:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libllvm3.6v5_1%3a3.6.2-3ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 11:41:11 DEBUG unit.abot-epc-basic/0.install Unpacking libllvm3.6v5:amd64 (1:3.6.2-3ubuntu2) ... unit-abot-epc-basic-0: 11:41:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libobjc4:amd64. unit-abot-epc-basic-0: 11:41:13 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: 11:41:13 DEBUG unit.abot-epc-basic/0.install Unpacking libobjc4:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 11:41:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libobjc-5-dev:amd64. unit-abot-epc-basic-0: 11:41:13 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: 11:41:13 DEBUG unit.abot-epc-basic/0.install Unpacking libobjc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 11:41:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libclang1-3.6:amd64. unit-abot-epc-basic-0: 11:41:13 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: 11:41:13 DEBUG unit.abot-epc-basic/0.install Unpacking libclang1-3.6:amd64 (1:3.6.2-3ubuntu2) ... unit-abot-epc-basic-0: 11:41:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package doxygen. unit-abot-epc-basic-0: 11:41:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../doxygen_1.8.11-1_amd64.deb ... unit-abot-epc-basic-0: 11:41:14 DEBUG unit.abot-epc-basic/0.install Unpacking doxygen (1.8.11-1) ... unit-abot-epc-basic-0: 11:41:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5xml5:amd64. unit-abot-epc-basic-0: 11:41:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5xml5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 11:41:15 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5xml5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 11:41:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package doxygen-gui. unit-abot-epc-basic-0: 11:41:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../doxygen-gui_1.8.11-1_amd64.deb ... unit-abot-epc-basic-0: 11:41:16 DEBUG unit.abot-epc-basic/0.install Unpacking doxygen-gui (1.8.11-1) ... unit-abot-epc-basic-0: 11:41:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-liberation. unit-abot-epc-basic-0: 11:41:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-liberation_1.07.4-1_all.deb ... unit-abot-epc-basic-0: 11:41:16 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-liberation (1.07.4-1) ... unit-abot-epc-basic-0: 11:41:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tex-common. unit-abot-epc-basic-0: 11:41:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../tex-common_6.04ubuntu1_all.deb ... unit-abot-epc-basic-0: 11:41:17 DEBUG unit.abot-epc-basic/0.install Unpacking tex-common (6.04ubuntu1) ... unit-abot-epc-basic-0: 11:41:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-lmodern. unit-abot-epc-basic-0: 11:41:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-lmodern_2.004.5-1_all.deb ... unit-abot-epc-basic-0: 11:41:17 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-lmodern (2.004.5-1) ... unit-abot-epc-basic-0: 11:41:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gccxml. unit-abot-epc-basic-0: 11:41:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gccxml_0.9.0+git20140716-6_amd64.deb ... unit-abot-epc-basic-0: 11:41:18 DEBUG unit.abot-epc-basic/0.install Unpacking gccxml (0.9.0+git20140716-6) ... unit-abot-epc-basic-0: 11:41:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gconf2-common. unit-abot-epc-basic-0: 11:41:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gconf2-common_3.2.6-3ubuntu6_all.deb ... unit-abot-epc-basic-0: 11:41:19 DEBUG unit.abot-epc-basic/0.install Unpacking gconf2-common (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 11:41:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgconf-2-4:amd64. unit-abot-epc-basic-0: 11:41:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgconf-2-4_3.2.6-3ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 11:41:20 DEBUG unit.abot-epc-basic/0.install Unpacking libgconf-2-4:amd64 (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 11:41:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gconf-service-backend. unit-abot-epc-basic-0: 11:41:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gconf-service-backend_3.2.6-3ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 11:41:20 DEBUG unit.abot-epc-basic/0.install Unpacking gconf-service-backend (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 11:41:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gconf-service. unit-abot-epc-basic-0: 11:41:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gconf-service_3.2.6-3ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 11:41:21 DEBUG unit.abot-epc-basic/0.install Unpacking gconf-service (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 11:41:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libbabeltrace1:amd64. unit-abot-epc-basic-0: 11:41:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libbabeltrace1_1.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 11:41:21 DEBUG unit.abot-epc-basic/0.install Unpacking libbabeltrace1:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 11:41:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libbabeltrace-ctf1:amd64. unit-abot-epc-basic-0: 11:41:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libbabeltrace-ctf1_1.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 11:41:21 DEBUG unit.abot-epc-basic/0.install Unpacking libbabeltrace-ctf1:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 11:41:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gdb. unit-abot-epc-basic-0: 11:41:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gdb_7.11.1-0ubuntu1~16.5_amd64.deb ... unit-abot-epc-basic-0: 11:41:22 DEBUG unit.abot-epc-basic/0.install Unpacking gdb (7.11.1-0ubuntu1~16.5) ... unit-abot-epc-basic-0: 11:41:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gdbserver. unit-abot-epc-basic-0: 11:41:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gdbserver_7.11.1-0ubuntu1~16.5_amd64.deb ... unit-abot-epc-basic-0: 11:41:23 DEBUG unit.abot-epc-basic/0.install Unpacking gdbserver (7.11.1-0ubuntu1~16.5) ... unit-abot-epc-basic-0: 11:41:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgfortran-5-dev:amd64. unit-abot-epc-basic-0: 11:41:23 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: 11:41:23 DEBUG unit.abot-epc-basic/0.install Unpacking libgfortran-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 11:41:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gfortran-5. unit-abot-epc-basic-0: 11:41:23 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: 11:41:24 DEBUG unit.abot-epc-basic/0.install Unpacking gfortran-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 11:41:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gfortran. unit-abot-epc-basic-0: 11:41:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gfortran_4%3a5.3.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:41:25 DEBUG unit.abot-epc-basic/0.install Unpacking gfortran (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:41:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcupsfilters1:amd64. unit-abot-epc-basic-0: 11:41:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcupsfilters1_1.8.3-2ubuntu3.4_amd64.deb ... unit-abot-epc-basic-0: 11:41:25 DEBUG unit.abot-epc-basic/0.install Unpacking libcupsfilters1:amd64 (1.8.3-2ubuntu3.4) ... unit-abot-epc-basic-0: 11:41:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcupsimage2:amd64. unit-abot-epc-basic-0: 11:41:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcupsimage2_2.1.3-4ubuntu0.5_amd64.deb ... unit-abot-epc-basic-0: 11:41:26 DEBUG unit.abot-epc-basic/0.install Unpacking libcupsimage2:amd64 (2.1.3-4ubuntu0.5) ... unit-abot-epc-basic-0: 11:41:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libijs-0.35:amd64. unit-abot-epc-basic-0: 11:41:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libijs-0.35_0.35-12_amd64.deb ... unit-abot-epc-basic-0: 11:41:26 DEBUG unit.abot-epc-basic/0.install Unpacking libijs-0.35:amd64 (0.35-12) ... unit-abot-epc-basic-0: 11:41:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjbig2dec0. unit-abot-epc-basic-0: 11:41:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjbig2dec0_0.12+20150918-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 11:41:26 DEBUG unit.abot-epc-basic/0.install Unpacking libjbig2dec0 (0.12+20150918-1ubuntu0.1) ... unit-abot-epc-basic-0: 11:41:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpaper1:amd64. unit-abot-epc-basic-0: 11:41:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpaper1_1.1.24+nmu4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:41:27 DEBUG unit.abot-epc-basic/0.install Unpacking libpaper1:amd64 (1.1.24+nmu4ubuntu1) ... unit-abot-epc-basic-0: 11:41:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgs9-common. unit-abot-epc-basic-0: 11:41:27 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: 11:41:28 DEBUG unit.abot-epc-basic/0.install Unpacking libgs9-common (9.25~dfsg+1-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 11:41:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgs9:amd64. unit-abot-epc-basic-0: 11:41:28 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: 11:41:28 DEBUG unit.abot-epc-basic/0.install Unpacking libgs9:amd64 (9.25~dfsg+1-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 11:41:29 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 11:41:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gsfonts. unit-abot-epc-basic-0: 11:41:29 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: 11:41:29 DEBUG unit.abot-epc-basic/0.install Unpacking gsfonts (1:8.11+urwcyr1.0.7~pre44-4.2ubuntu1) ... unit-abot-epc-basic-0: 11:41:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ghostscript. unit-abot-epc-basic-0: 11:41:29 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: 11:41:29 DEBUG unit.abot-epc-basic/0.install Unpacking ghostscript (9.25~dfsg+1-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 11:41:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-atk-1.0. unit-abot-epc-basic-0: 11:41:29 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: 11:41:30 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-atk-1.0 (2.18.0-1) ... unit-abot-epc-basic-0: 11:41:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-atspi-2.0. unit-abot-epc-basic-0: 11:41:30 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: 11:41:30 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-atspi-2.0 (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 11:41:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-freedesktop:amd64. unit-abot-epc-basic-0: 11:41:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gir1.2-freedesktop_1.46.0-3ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:41:30 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-freedesktop:amd64 (1.46.0-3ubuntu1) ... unit-abot-epc-basic-0: 11:41:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-gdkpixbuf-2.0:amd64. unit-abot-epc-basic-0: 11:41:30 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: 11:41:30 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-gdkpixbuf-2.0:amd64 (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 11:41:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpangoxft-1.0-0:amd64. unit-abot-epc-basic-0: 11:41:31 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: 11:41:31 DEBUG unit.abot-epc-basic/0.install Unpacking libpangoxft-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 11:41:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-pango-1.0:amd64. unit-abot-epc-basic-0: 11:41:31 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: 11:41:31 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-pango-1.0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 11:41:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-gtk-3.0:amd64. unit-abot-epc-basic-0: 11:41:31 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: 11:41:31 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-gtk-3.0:amd64 (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 11:41:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package aglfn. unit-abot-epc-basic-0: 11:41:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/aglfn_1.7-3_all.deb ... unit-abot-epc-basic-0: 11:41:31 DEBUG unit.abot-epc-basic/0.install Unpacking aglfn (1.7-3) ... unit-abot-epc-basic-0: 11:41:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gnuplot-tex. unit-abot-epc-basic-0: 11:41:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gnuplot-tex_4.6.6-3_all.deb ... unit-abot-epc-basic-0: 11:41:32 DEBUG unit.abot-epc-basic/0.install Unpacking gnuplot-tex (4.6.6-3) ... unit-abot-epc-basic-0: 11:41:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gnuplot-data. unit-abot-epc-basic-0: 11:41:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gnuplot-data_4.6.6-3_all.deb ... unit-abot-epc-basic-0: 11:41:32 DEBUG unit.abot-epc-basic/0.install Unpacking gnuplot-data (4.6.6-3) ... unit-abot-epc-basic-0: 11:41:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gnuplot-x11. unit-abot-epc-basic-0: 11:41:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gnuplot-x11_4.6.6-3_amd64.deb ... unit-abot-epc-basic-0: 11:41:32 DEBUG unit.abot-epc-basic/0.install Unpacking gnuplot-x11 (4.6.6-3) ... unit-abot-epc-basic-0: 11:41:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcdt5. unit-abot-epc-basic-0: 11:41:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcdt5_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 11:41:33 DEBUG unit.abot-epc-basic/0.install Unpacking libcdt5 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 11:41:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcgraph6. unit-abot-epc-basic-0: 11:41:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcgraph6_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 11:41:33 DEBUG unit.abot-epc-basic/0.install Unpacking libcgraph6 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 11:41:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpathplan4. unit-abot-epc-basic-0: 11:41:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpathplan4_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 11:41:34 DEBUG unit.abot-epc-basic/0.install Unpacking libpathplan4 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 11:41:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgvc6. unit-abot-epc-basic-0: 11:41:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgvc6_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 11:41:34 DEBUG unit.abot-epc-basic/0.install Unpacking libgvc6 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 11:41:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgvpr2. unit-abot-epc-basic-0: 11:41:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgvpr2_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 11:41:34 DEBUG unit.abot-epc-basic/0.install Unpacking libgvpr2 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 11:41:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxmu6:amd64. unit-abot-epc-basic-0: 11:41:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxmu6_2%3a1.1.2-2_amd64.deb ... unit-abot-epc-basic-0: 11:41:34 DEBUG unit.abot-epc-basic/0.install Unpacking libxmu6:amd64 (2:1.1.2-2) ... unit-abot-epc-basic-0: 11:41:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxaw7:amd64. unit-abot-epc-basic-0: 11:41:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxaw7_2%3a1.0.13-1_amd64.deb ... unit-abot-epc-basic-0: 11:41:35 DEBUG unit.abot-epc-basic/0.install Unpacking libxaw7:amd64 (2:1.0.13-1) ... unit-abot-epc-basic-0: 11:41:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package graphviz. unit-abot-epc-basic-0: 11:41:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../graphviz_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 11:41:35 DEBUG unit.abot-epc-basic/0.install Unpacking graphviz (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 11:41:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjudydebian1. unit-abot-epc-basic-0: 11:41:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjudydebian1_1.0.5-5_amd64.deb ... unit-abot-epc-basic-0: 11:41:36 DEBUG unit.abot-epc-basic/0.install Unpacking libjudydebian1 (1.0.5-5) ... unit-abot-epc-basic-0: 11:41:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtcl8.6:amd64. unit-abot-epc-basic-0: 11:41:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtcl8.6_8.6.5+dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 11:41:36 DEBUG unit.abot-epc-basic/0.install Unpacking libtcl8.6:amd64 (8.6.5+dfsg-2) ... unit-abot-epc-basic-0: 11:41:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtk8.6:amd64. unit-abot-epc-basic-0: 11:41:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtk8.6_8.6.5-1_amd64.deb ... unit-abot-epc-basic-0: 11:41:37 DEBUG unit.abot-epc-basic/0.install Unpacking libtk8.6:amd64 (8.6.5-1) ... unit-abot-epc-basic-0: 11:41:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gtkwave. unit-abot-epc-basic-0: 11:41:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gtkwave_3.3.66-1_amd64.deb ... unit-abot-epc-basic-0: 11:41:37 DEBUG unit.abot-epc-basic/0.install Unpacking gtkwave (3.3.66-1) ... unit-abot-epc-basic-0: 11:41:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgc1c2:amd64. unit-abot-epc-basic-0: 11:41:38 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: 11:41:38 DEBUG unit.abot-epc-basic/0.install Unpacking libgc1c2:amd64 (1:7.4.2-7.3ubuntu0.1) ... unit-abot-epc-basic-0: 11:41:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package guile-2.0-libs:amd64. unit-abot-epc-basic-0: 11:41:38 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: 11:41:38 DEBUG unit.abot-epc-basic/0.install Unpacking guile-2.0-libs:amd64 (2.0.11+1-10ubuntu0.1) ... unit-abot-epc-basic-0: 11:41:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package guile-2.0. unit-abot-epc-basic-0: 11:41:39 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: 11:41:39 DEBUG unit.abot-epc-basic/0.install Unpacking guile-2.0 (2.0.11+1-10ubuntu0.1) ... unit-abot-epc-basic-0: 11:41:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtinfo-dev:amd64. unit-abot-epc-basic-0: 11:41:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtinfo-dev_6.0+20160213-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:41:40 DEBUG unit.abot-epc-basic/0.install Unpacking libtinfo-dev:amd64 (6.0+20160213-1ubuntu1) ... unit-abot-epc-basic-0: 11:41:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libncurses5-dev:amd64. unit-abot-epc-basic-0: 11:41:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libncurses5-dev_6.0+20160213-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:41:40 DEBUG unit.abot-epc-basic/0.install Unpacking libncurses5-dev:amd64 (6.0+20160213-1ubuntu1) ... unit-abot-epc-basic-0: 11:41:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libreadline6-dev:amd64. unit-abot-epc-basic-0: 11:41:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libreadline6-dev_6.3-8ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 11:41:40 DEBUG unit.abot-epc-basic/0.install Unpacking libreadline6-dev:amd64 (6.3-8ubuntu2) ... unit-abot-epc-basic-0: 11:41:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libltdl-dev:amd64. unit-abot-epc-basic-0: 11:41:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libltdl-dev_2.4.6-0.1_amd64.deb ... unit-abot-epc-basic-0: 11:41:40 DEBUG unit.abot-epc-basic/0.install Unpacking libltdl-dev:amd64 (2.4.6-0.1) ... unit-abot-epc-basic-0: 11:41:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgmpxx4ldbl:amd64. unit-abot-epc-basic-0: 11:41:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgmpxx4ldbl_2%3a6.1.0+dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 11:41:41 DEBUG unit.abot-epc-basic/0.install Unpacking libgmpxx4ldbl:amd64 (2:6.1.0+dfsg-2) ... unit-abot-epc-basic-0: 11:41:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgmp-dev:amd64. unit-abot-epc-basic-0: 11:41:41 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: 11:41:41 DEBUG unit.abot-epc-basic/0.install Unpacking libgmp-dev:amd64 (2:6.1.0+dfsg-2) ... unit-abot-epc-basic-0: 11:41:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgc-dev:amd64. unit-abot-epc-basic-0: 11:41:41 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: 11:41:41 DEBUG unit.abot-epc-basic/0.install Unpacking libgc-dev:amd64 (1:7.4.2-7.3ubuntu0.1) ... unit-abot-epc-basic-0: 11:41:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package pkg-config. unit-abot-epc-basic-0: 11:41:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../pkg-config_0.29.1-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:41:42 DEBUG unit.abot-epc-basic/0.install Unpacking pkg-config (0.29.1-0ubuntu1) ... unit-abot-epc-basic-0: 11:41:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package guile-2.0-dev. unit-abot-epc-basic-0: 11:41:42 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: 11:41:42 DEBUG unit.abot-epc-basic/0.install Unpacking guile-2.0-dev (2.0.11+1-10ubuntu0.1) ... unit-abot-epc-basic-0: 11:41:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package hdf5-helpers. unit-abot-epc-basic-0: 11:41:43 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: 11:41:43 DEBUG unit.abot-epc-basic/0.install Unpacking hdf5-helpers (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 11:41:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package icu-devtools. unit-abot-epc-basic-0: 11:41:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../icu-devtools_55.1-7ubuntu0.4_amd64.deb ... unit-abot-epc-basic-0: 11:41:44 DEBUG unit.abot-epc-basic/0.install Unpacking icu-devtools (55.1-7ubuntu0.4) ... unit-abot-epc-basic-0: 11:41:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package iperf. unit-abot-epc-basic-0: 11:41:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../iperf_2.0.5+dfsg1-2ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 11:41:44 DEBUG unit.abot-epc-basic/0.install Unpacking iperf (2.0.5+dfsg1-2ubuntu0.1) ... unit-abot-epc-basic-0: 11:41:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package iproute. unit-abot-epc-basic-0: 11:41:44 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: 11:41:44 DEBUG unit.abot-epc-basic/0.install Unpacking iproute (1:4.3.0-1ubuntu3.16.04.3) ... unit-abot-epc-basic-0: 11:41:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package iptables-dev. unit-abot-epc-basic-0: 11:41:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../iptables-dev_1.6.0-2ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 11:41:44 DEBUG unit.abot-epc-basic/0.install Unpacking iptables-dev (1.6.0-2ubuntu3) ... unit-abot-epc-basic-0: 11:41:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package javascript-common. unit-abot-epc-basic-0: 11:41:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../javascript-common_11_all.deb ... unit-abot-epc-basic-0: 11:41:45 DEBUG unit.abot-epc-basic/0.install Unpacking javascript-common (11) ... unit-abot-epc-basic-0: 11:41:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaec0:amd64. unit-abot-epc-basic-0: 11:41:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaec0_0.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 11:41:45 DEBUG unit.abot-epc-basic/0.install Unpacking libaec0:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 11:41:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsuitesparseconfig4.4.6:amd64. unit-abot-epc-basic-0: 11:41:45 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: 11:41:45 DEBUG unit.abot-epc-basic/0.install Unpacking libsuitesparseconfig4.4.6:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 11:41:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libamd2.4.1:amd64. unit-abot-epc-basic-0: 11:41:46 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: 11:41:46 DEBUG unit.abot-epc-basic/0.install Unpacking libamd2.4.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 11:41:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libarpack2. unit-abot-epc-basic-0: 11:41:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libarpack2_3.3.0-1build2_amd64.deb ... unit-abot-epc-basic-0: 11:41:46 DEBUG unit.abot-epc-basic/0.install Unpacking libarpack2 (3.3.0-1build2) ... unit-abot-epc-basic-0: 11:41:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasprintf-dev:amd64. unit-abot-epc-basic-0: 11:41:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasprintf-dev_0.19.7-2ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 11:41:47 DEBUG unit.abot-epc-basic/0.install Unpacking libasprintf-dev:amd64 (0.19.7-2ubuntu3) ... unit-abot-epc-basic-0: 11:41:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglib2.0-bin. unit-abot-epc-basic-0: 11:41:47 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: 11:41:47 DEBUG unit.abot-epc-basic/0.install Unpacking libglib2.0-bin (2.48.2-0ubuntu4.1) ... unit-abot-epc-basic-0: 11:41:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcre32-3:amd64. unit-abot-epc-basic-0: 11:41:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcre32-3_2%3a8.38-3.1_amd64.deb ... unit-abot-epc-basic-0: 11:41:47 DEBUG unit.abot-epc-basic/0.install Unpacking libpcre32-3:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 11:41:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcre3-dev:amd64. unit-abot-epc-basic-0: 11:41:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcre3-dev_2%3a8.38-3.1_amd64.deb ... unit-abot-epc-basic-0: 11:41:48 DEBUG unit.abot-epc-basic/0.install Unpacking libpcre3-dev:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 11:41:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package zlib1g-dev:amd64. unit-abot-epc-basic-0: 11:41:48 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: 11:41:48 DEBUG unit.abot-epc-basic/0.install Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 11:41:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglib2.0-dev. unit-abot-epc-basic-0: 11:41:48 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: 11:41:48 DEBUG unit.abot-epc-basic/0.install Unpacking libglib2.0-dev (2.48.2-0ubuntu4.1) ... unit-abot-epc-basic-0: 11:41:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdbus-1-dev:amd64. unit-abot-epc-basic-0: 11:41:49 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: 11:41:49 DEBUG unit.abot-epc-basic/0.install Unpacking libdbus-1-dev:amd64 (1.10.6-1ubuntu3.3) ... unit-abot-epc-basic-0: 11:41:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-xext-dev. unit-abot-epc-basic-0: 11:41:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-xext-dev_7.3.0-1_all.deb ... unit-abot-epc-basic-0: 11:41:50 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-xext-dev (7.3.0-1) ... unit-abot-epc-basic-0: 11:41:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxext-dev:amd64. unit-abot-epc-basic-0: 11:41:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxext-dev_2%3a1.3.3-1_amd64.deb ... unit-abot-epc-basic-0: 11:41:50 DEBUG unit.abot-epc-basic/0.install Unpacking libxext-dev:amd64 (2:1.3.3-1) ... unit-abot-epc-basic-0: 11:41:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-fixes-dev. unit-abot-epc-basic-0: 11:41:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-fixes-dev_1%3a5.0-2ubuntu2_all.deb ... unit-abot-epc-basic-0: 11:41:50 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-fixes-dev (1:5.0-2ubuntu2) ... unit-abot-epc-basic-0: 11:41:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxfixes-dev:amd64. unit-abot-epc-basic-0: 11:41:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxfixes-dev_1%3a5.0.1-2_amd64.deb ... unit-abot-epc-basic-0: 11:41:50 DEBUG unit.abot-epc-basic/0.install Unpacking libxfixes-dev:amd64 (1:5.0.1-2) ... unit-abot-epc-basic-0: 11:41:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxi-dev. unit-abot-epc-basic-0: 11:41:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxi-dev_2%3a1.7.6-1_amd64.deb ... unit-abot-epc-basic-0: 11:41:51 DEBUG unit.abot-epc-basic/0.install Unpacking libxi-dev (2:1.7.6-1) ... unit-abot-epc-basic-0: 11:41:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-record-dev. unit-abot-epc-basic-0: 11:41:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-record-dev_1.14.2-1_all.deb ... unit-abot-epc-basic-0: 11:41:51 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-record-dev (1.14.2-1) ... unit-abot-epc-basic-0: 11:41:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxtst-dev:amd64. unit-abot-epc-basic-0: 11:41:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxtst-dev_2%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 11:41:51 DEBUG unit.abot-epc-basic/0.install Unpacking libxtst-dev:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 11:41:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatspi2.0-dev. unit-abot-epc-basic-0: 11:41:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatspi2.0-dev_2.18.3-4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:41:51 DEBUG unit.abot-epc-basic/0.install Unpacking libatspi2.0-dev (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 11:41:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk-bridge2.0-dev:amd64. unit-abot-epc-basic-0: 11:41:52 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: 11:41:52 DEBUG unit.abot-epc-basic/0.install Unpacking libatk-bridge2.0-dev:amd64 (2.18.1-2ubuntu1) ... unit-abot-epc-basic-0: 11:41:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk1.0-dev. unit-abot-epc-basic-0: 11:41:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatk1.0-dev_2.18.0-1_amd64.deb ... unit-abot-epc-basic-0: 11:41:52 DEBUG unit.abot-epc-basic/0.install Unpacking libatk1.0-dev (2.18.0-1) ... unit-abot-epc-basic-0: 11:41:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libblas-dev. unit-abot-epc-basic-0: 11:41:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libblas-dev_3.6.0-2ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 11:41:52 DEBUG unit.abot-epc-basic/0.install Unpacking libblas-dev (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 11:41:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatlas-dev. unit-abot-epc-basic-0: 11:41:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatlas-dev_3.10.2-9_amd64.deb ... unit-abot-epc-basic-0: 11:41:52 DEBUG unit.abot-epc-basic/0.install Unpacking libatlas-dev (3.10.2-9) ... unit-abot-epc-basic-0: 11:41:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatlas-base-dev. unit-abot-epc-basic-0: 11:41:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatlas-base-dev_3.10.2-9_amd64.deb ... unit-abot-epc-basic-0: 11:41:53 DEBUG unit.abot-epc-basic/0.install Unpacking libatlas-base-dev (3.10.2-9) ... unit-abot-epc-basic-0: 11:41:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcairo-script-interpreter2:amd64. unit-abot-epc-basic-0: 11:41:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcairo-script-interpreter2_1.14.6-1_amd64.deb ... unit-abot-epc-basic-0: 11:41:54 DEBUG unit.abot-epc-basic/0.install Unpacking libcairo-script-interpreter2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 11:41:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpng12-dev:amd64. unit-abot-epc-basic-0: 11:41:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpng12-dev_1.2.54-1ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 11:41:55 DEBUG unit.abot-epc-basic/0.install Unpacking libpng12-dev:amd64 (1.2.54-1ubuntu1.1) ... unit-abot-epc-basic-0: 11:41:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfreetype6-dev:amd64. unit-abot-epc-basic-0: 11:41:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfreetype6-dev_2.6.1-0.1ubuntu2.3_amd64.deb ... unit-abot-epc-basic-0: 11:41:55 DEBUG unit.abot-epc-basic/0.install Unpacking libfreetype6-dev:amd64 (2.6.1-0.1ubuntu2.3) ... unit-abot-epc-basic-0: 11:41:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfontconfig1-dev:amd64. unit-abot-epc-basic-0: 11:41:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfontconfig1-dev_2.11.94-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 11:41:55 DEBUG unit.abot-epc-basic/0.install Unpacking libfontconfig1-dev:amd64 (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 11:41:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-render-dev. unit-abot-epc-basic-0: 11:41:56 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: 11:41:56 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-render-dev (2:0.11.1-2) ... unit-abot-epc-basic-0: 11:41:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxrender-dev:amd64. unit-abot-epc-basic-0: 11:41:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxrender-dev_1%3a0.9.9-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:41:56 DEBUG unit.abot-epc-basic/0.install Unpacking libxrender-dev:amd64 (1:0.9.9-0ubuntu1) ... unit-abot-epc-basic-0: 11:41:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpixman-1-dev. unit-abot-epc-basic-0: 11:41:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpixman-1-dev_0.33.6-1_amd64.deb ... unit-abot-epc-basic-0: 11:41:56 DEBUG unit.abot-epc-basic/0.install Unpacking libpixman-1-dev (0.33.6-1) ... unit-abot-epc-basic-0: 11:41:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-render0-dev:amd64. unit-abot-epc-basic-0: 11:41:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-render0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:41:57 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-render0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:41:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-shm0-dev:amd64. unit-abot-epc-basic-0: 11:41:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-shm0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:41:57 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-shm0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:41:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcairo2-dev. unit-abot-epc-basic-0: 11:41:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcairo2-dev_1.14.6-1_amd64.deb ... unit-abot-epc-basic-0: 11:41:57 DEBUG unit.abot-epc-basic/0.install Unpacking libcairo2-dev (1.14.6-1) ... unit-abot-epc-basic-0: 11:41:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcamd2.4.1:amd64. unit-abot-epc-basic-0: 11:41:58 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: 11:41:58 DEBUG unit.abot-epc-basic/0.install Unpacking libcamd2.4.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 11:41:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libccolamd2.9.1:amd64. unit-abot-epc-basic-0: 11:41:58 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: 11:41:58 DEBUG unit.abot-epc-basic/0.install Unpacking libccolamd2.9.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 11:41:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcolamd2.9.1:amd64. unit-abot-epc-basic-0: 11:41:59 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: 11:41:59 DEBUG unit.abot-epc-basic/0.install Unpacking libcolamd2.9.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 11:41:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcholmod3.0.6:amd64. unit-abot-epc-basic-0: 11:41:59 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: 11:41:59 DEBUG unit.abot-epc-basic/0.install Unpacking libcholmod3.0.6:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 11:41:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libconfig9:amd64. unit-abot-epc-basic-0: 11:41:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libconfig9_1.5-0.2_amd64.deb ... unit-abot-epc-basic-0: 11:41:59 DEBUG unit.abot-epc-basic/0.install Unpacking libconfig9:amd64 (1.5-0.2) ... unit-abot-epc-basic-0: 11:42:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libconfig-dev:amd64. unit-abot-epc-basic-0: 11:42:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libconfig-dev_1.5-0.2_amd64.deb ... unit-abot-epc-basic-0: 11:42:00 DEBUG unit.abot-epc-basic/0.install Unpacking libconfig-dev:amd64 (1.5-0.2) ... unit-abot-epc-basic-0: 11:42:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libconfig-doc. unit-abot-epc-basic-0: 11:42:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libconfig-doc_1.5-0.2_all.deb ... unit-abot-epc-basic-0: 11:42:00 DEBUG unit.abot-epc-basic/0.install Unpacking libconfig-doc (1.5-0.2) ... unit-abot-epc-basic-0: 11:42:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libconfig8-dev. unit-abot-epc-basic-0: 11:42:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libconfig8-dev_1.5-0.2_amd64.deb ... unit-abot-epc-basic-0: 11:42:00 DEBUG unit.abot-epc-basic/0.install Unpacking libconfig8-dev (1.5-0.2) ... unit-abot-epc-basic-0: 11:42:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcxsparse3.1.4:amd64. unit-abot-epc-basic-0: 11:42:01 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: 11:42:01 DEBUG unit.abot-epc-basic/0.install Unpacking libcxsparse3.1.4:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 11:42:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-dev:amd64. unit-abot-epc-basic-0: 11:42:01 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: 11:42:01 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-dev:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 11:42:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-dri2-dev. unit-abot-epc-basic-0: 11:42:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-dri2-dev_2.8-2_all.deb ... unit-abot-epc-basic-0: 11:42:01 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-dri2-dev (2.8-2) ... unit-abot-epc-basic-0: 11:42:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-gl-dev. unit-abot-epc-basic-0: 11:42:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-gl-dev_1.4.17-1_all.deb ... unit-abot-epc-basic-0: 11:42:01 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-gl-dev (1.4.17-1) ... unit-abot-epc-basic-0: 11:42:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-xf86vidmode-dev. unit-abot-epc-basic-0: 11:42:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-xf86vidmode-dev_2.3.1-2_all.deb ... unit-abot-epc-basic-0: 11:42:02 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-xf86vidmode-dev (2.3.1-2) ... unit-abot-epc-basic-0: 11:42:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxxf86vm-dev:amd64. unit-abot-epc-basic-0: 11:42:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxxf86vm-dev_1%3a1.1.4-1_amd64.deb ... unit-abot-epc-basic-0: 11:42:02 DEBUG unit.abot-epc-basic/0.install Unpacking libxxf86vm-dev:amd64 (1:1.1.4-1) ... unit-abot-epc-basic-0: 11:42:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-damage-dev. unit-abot-epc-basic-0: 11:42:02 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: 11:42:02 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-damage-dev (1:1.2.1-2) ... unit-abot-epc-basic-0: 11:42:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxdamage-dev:amd64. unit-abot-epc-basic-0: 11:42:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxdamage-dev_1%3a1.1.4-2_amd64.deb ... unit-abot-epc-basic-0: 11:42:03 DEBUG unit.abot-epc-basic/0.install Unpacking libxdamage-dev:amd64 (1:1.1.4-2) ... unit-abot-epc-basic-0: 11:42:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-glx0-dev:amd64. unit-abot-epc-basic-0: 11:42:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-glx0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:42:03 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-glx0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:42:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-dri2-0-dev:amd64. unit-abot-epc-basic-0: 11:42:03 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: 11:42:03 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-dri2-0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:42:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-dri3-dev:amd64. unit-abot-epc-basic-0: 11:42:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-dri3-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:42:03 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-dri3-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:42:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-randr0-dev:amd64. unit-abot-epc-basic-0: 11:42:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-randr0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:42:04 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-randr0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:42:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-shape0-dev:amd64. unit-abot-epc-basic-0: 11:42:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-shape0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:42:04 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-shape0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:42:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-xfixes0-dev:amd64. unit-abot-epc-basic-0: 11:42:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-xfixes0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:42:04 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-xfixes0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:42:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-sync-dev:amd64. unit-abot-epc-basic-0: 11:42:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-sync-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:42:04 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-sync-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:42:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-present-dev:amd64. unit-abot-epc-basic-0: 11:42:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-present-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:42:05 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-present-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:42:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxshmfence-dev:amd64. unit-abot-epc-basic-0: 11:42:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxshmfence-dev_1.2-1_amd64.deb ... unit-abot-epc-basic-0: 11:42:05 DEBUG unit.abot-epc-basic/0.install Unpacking libxshmfence-dev:amd64 (1.2-1) ... unit-abot-epc-basic-0: 11:42:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-xcb-dev:amd64. unit-abot-epc-basic-0: 11:42:05 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: 11:42:05 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-xcb-dev:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 11:42:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-bin. unit-abot-epc-basic-0: 11:42:05 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: 11:42:05 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-bin (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 11:42:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-dev:amd64. unit-abot-epc-basic-0: 11:42:06 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: 11:42:06 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-dev:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 11:42:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircore-dev:amd64. unit-abot-epc-basic-0: 11:42:06 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: 11:42:06 DEBUG unit.abot-epc-basic/0.install Unpacking libmircore-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 11:42:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libprotobuf9v5:amd64. unit-abot-epc-basic-0: 11:42:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libprotobuf9v5_2.6.1-1.3_amd64.deb ... unit-abot-epc-basic-0: 11:42:06 DEBUG unit.abot-epc-basic/0.install Unpacking libprotobuf9v5:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 11:42:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libprotobuf-dev:amd64. unit-abot-epc-basic-0: 11:42:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libprotobuf-dev_2.6.1-1.3_amd64.deb ... unit-abot-epc-basic-0: 11:42:07 DEBUG unit.abot-epc-basic/0.install Unpacking libprotobuf-dev:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 11:42:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxkbcommon-dev. unit-abot-epc-basic-0: 11:42:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxkbcommon-dev_0.5.0-1ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 11:42:07 DEBUG unit.abot-epc-basic/0.install Unpacking libxkbcommon-dev (0.5.0-1ubuntu2.1) ... unit-abot-epc-basic-0: 11:42:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircommon-dev:amd64. unit-abot-epc-basic-0: 11:42:07 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: 11:42:07 DEBUG unit.abot-epc-basic/0.install Unpacking libmircommon-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 11:42:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircookie2:amd64. unit-abot-epc-basic-0: 11:42:08 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: 11:42:08 DEBUG unit.abot-epc-basic/0.install Unpacking libmircookie2:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 11:42:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircookie-dev:amd64. unit-abot-epc-basic-0: 11:42:08 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: 11:42:08 DEBUG unit.abot-epc-basic/0.install Unpacking libmircookie-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 11:42:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmirclient-dev:amd64. unit-abot-epc-basic-0: 11:42:08 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: 11:42:08 DEBUG unit.abot-epc-basic/0.install Unpacking libmirclient-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 11:42:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libegl1-mesa-dev:amd64. unit-abot-epc-basic-0: 11:42:08 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: 11:42:08 DEBUG unit.abot-epc-basic/0.install Unpacking libegl1-mesa-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 11:42:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libencode-locale-perl. unit-abot-epc-basic-0: 11:42:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libencode-locale-perl_1.05-1_all.deb ... unit-abot-epc-basic-0: 11:42:09 DEBUG unit.abot-epc-basic/0.install Unpacking libencode-locale-perl (1.05-1) ... unit-abot-epc-basic-0: 11:42:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libepoxy-dev:amd64. unit-abot-epc-basic-0: 11:42:09 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: 11:42:09 DEBUG unit.abot-epc-basic/0.install Unpacking libepoxy-dev:amd64 (1.3.1-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 11:42:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-bin. unit-abot-epc-basic-0: 11:42:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-bin_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:42:10 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-bin (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 11:42:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-dev:amd64. unit-abot-epc-basic-0: 11:42:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-dev_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:42:10 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-dev:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 11:42:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libipc-system-simple-perl. unit-abot-epc-basic-0: 11:42:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libipc-system-simple-perl_1.25-3_all.deb ... unit-abot-epc-basic-0: 11:42:10 DEBUG unit.abot-epc-basic/0.install Unpacking libipc-system-simple-perl (1.25-3) ... unit-abot-epc-basic-0: 11:42:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-basedir-perl. unit-abot-epc-basic-0: 11:42:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-basedir-perl_0.07-1_all.deb ... unit-abot-epc-basic-0: 11:42:11 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-basedir-perl (0.07-1) ... unit-abot-epc-basic-0: 11:42:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liburi-perl. unit-abot-epc-basic-0: 11:42:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liburi-perl_1.71-1_all.deb ... unit-abot-epc-basic-0: 11:42:11 DEBUG unit.abot-epc-basic/0.install Unpacking liburi-perl (1.71-1) ... unit-abot-epc-basic-0: 11:42:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-desktopentry-perl. unit-abot-epc-basic-0: 11:42:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-desktopentry-perl_0.22-1_all.deb ... unit-abot-epc-basic-0: 11:42:11 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-desktopentry-perl (0.22-1) ... unit-abot-epc-basic-0: 11:42:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-date-perl. unit-abot-epc-basic-0: 11:42:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-date-perl_6.02-1_all.deb ... unit-abot-epc-basic-0: 11:42:11 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-date-perl (6.02-1) ... unit-abot-epc-basic-0: 11:42:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-listing-perl. unit-abot-epc-basic-0: 11:42:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-listing-perl_6.04-1_all.deb ... unit-abot-epc-basic-0: 11:42:12 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-listing-perl (6.04-1) ... unit-abot-epc-basic-0: 11:42:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-mimeinfo-perl. unit-abot-epc-basic-0: 11:42:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-mimeinfo-perl_0.27-1_all.deb ... unit-abot-epc-basic-0: 11:42:12 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-mimeinfo-perl (0.27-1) ... unit-abot-epc-basic-0: 11:42:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfltk1.3:amd64. unit-abot-epc-basic-0: 11:42:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfltk1.3_1.3.3-7_amd64.deb ... unit-abot-epc-basic-0: 11:42:12 DEBUG unit.abot-epc-basic/0.install Unpacking libfltk1.3:amd64 (1.3.3-7) ... unit-abot-epc-basic-0: 11:42:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfltk-gl1.3:amd64. unit-abot-epc-basic-0: 11:42:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfltk-gl1.3_1.3.3-7_amd64.deb ... unit-abot-epc-basic-0: 11:42:13 DEBUG unit.abot-epc-basic/0.install Unpacking libfltk-gl1.3:amd64 (1.3.3-7) ... unit-abot-epc-basic-0: 11:42:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfont-afm-perl. unit-abot-epc-basic-0: 11:42:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfont-afm-perl_1.20-1_all.deb ... unit-abot-epc-basic-0: 11:42:13 DEBUG unit.abot-epc-basic/0.install Unpacking libfont-afm-perl (1.20-1) ... unit-abot-epc-basic-0: 11:42:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfontenc1:amd64. unit-abot-epc-basic-0: 11:42:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfontenc1_1%3a1.1.3-1_amd64.deb ... unit-abot-epc-basic-0: 11:42:13 DEBUG unit.abot-epc-basic/0.install Unpacking libfontenc1:amd64 (1:1.1.3-1) ... unit-abot-epc-basic-0: 11:42:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libforms2. unit-abot-epc-basic-0: 11:42:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libforms2_1.2.3-1.2_amd64.deb ... unit-abot-epc-basic-0: 11:42:14 DEBUG unit.abot-epc-basic/0.install Unpacking libforms2 (1.2.3-1.2) ... unit-abot-epc-basic-0: 11:42:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libforms-bin. unit-abot-epc-basic-0: 11:42:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libforms-bin_1.2.3-1.2_amd64.deb ... unit-abot-epc-basic-0: 11:42:14 DEBUG unit.abot-epc-basic/0.install Unpacking libforms-bin (1.2.3-1.2) ... unit-abot-epc-basic-0: 11:42:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxpm-dev:amd64. unit-abot-epc-basic-0: 11:42:15 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: 11:42:15 DEBUG unit.abot-epc-basic/0.install Unpacking libxpm-dev:amd64 (1:3.5.11-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 11:42:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libforms-dev. unit-abot-epc-basic-0: 11:42:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libforms-dev_1.2.3-1.2_amd64.deb ... unit-abot-epc-basic-0: 11:42:16 DEBUG unit.abot-epc-basic/0.install Unpacking libforms-dev (1.2.3-1.2) ... unit-abot-epc-basic-0: 11:42:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgpg-error-dev. unit-abot-epc-basic-0: 11:42:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgpg-error-dev_1.21-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:42:16 DEBUG unit.abot-epc-basic/0.install Unpacking libgpg-error-dev (1.21-2ubuntu1) ... unit-abot-epc-basic-0: 11:42:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgcrypt20-dev. unit-abot-epc-basic-0: 11:42:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgcrypt20-dev_1.6.5-2ubuntu0.5_amd64.deb ... unit-abot-epc-basic-0: 11:42:16 DEBUG unit.abot-epc-basic/0.install Unpacking libgcrypt20-dev (1.6.5-2ubuntu0.5) ... unit-abot-epc-basic-0: 11:42:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgcrypt11-dev. unit-abot-epc-basic-0: 11:42:16 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: 11:42:16 DEBUG unit.abot-epc-basic/0.install Unpacking libgcrypt11-dev (1.5.4-3+really1.6.5-2ubuntu0.5) ... unit-abot-epc-basic-0: 11:42:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgdk-pixbuf2.0-dev. unit-abot-epc-basic-0: 11:42:17 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: 11:42:17 DEBUG unit.abot-epc-basic/0.install Unpacking libgdk-pixbuf2.0-dev (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 11:42:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgettextpo0:amd64. unit-abot-epc-basic-0: 11:42:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgettextpo0_0.19.7-2ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 11:42:17 DEBUG unit.abot-epc-basic/0.install Unpacking libgettextpo0:amd64 (0.19.7-2ubuntu3) ... unit-abot-epc-basic-0: 11:42:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgettextpo-dev:amd64. unit-abot-epc-basic-0: 11:42:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgettextpo-dev_0.19.7-2ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 11:42:17 DEBUG unit.abot-epc-basic/0.install Unpacking libgettextpo-dev:amd64 (0.19.7-2ubuntu3) ... unit-abot-epc-basic-0: 11:42:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgl2ps0. unit-abot-epc-basic-0: 11:42:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgl2ps0_1.3.8-1.2_amd64.deb ... unit-abot-epc-basic-0: 11:42:18 DEBUG unit.abot-epc-basic/0.install Unpacking libgl2ps0 (1.3.8-1.2) ... unit-abot-epc-basic-0: 11:42:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglpk36:amd64. unit-abot-epc-basic-0: 11:42:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libglpk36_4.57-1build3_amd64.deb ... unit-abot-epc-basic-0: 11:42:18 DEBUG unit.abot-epc-basic/0.install Unpacking libglpk36:amd64 (4.57-1build3) ... unit-abot-epc-basic-0: 11:42:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgphoto2-l10n. unit-abot-epc-basic-0: 11:42:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgphoto2-l10n_2.5.9-3_all.deb ... unit-abot-epc-basic-0: 11:42:18 DEBUG unit.abot-epc-basic/0.install Unpacking libgphoto2-l10n (2.5.9-3) ... unit-abot-epc-basic-0: 11:42:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjasper1:amd64. unit-abot-epc-basic-0: 11:42:19 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: 11:42:19 DEBUG unit.abot-epc-basic/0.install Unpacking libjasper1:amd64 (1.900.1-debian1-2.4ubuntu1.2) ... unit-abot-epc-basic-0: 11:42:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwebp5:amd64. unit-abot-epc-basic-0: 11:42:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwebp5_0.4.4-1_amd64.deb ... unit-abot-epc-basic-0: 11:42:19 DEBUG unit.abot-epc-basic/0.install Unpacking libwebp5:amd64 (0.4.4-1) ... unit-abot-epc-basic-0: 11:42:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwmf0.2-7:amd64. unit-abot-epc-basic-0: 11:42:20 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: 11:42:20 DEBUG unit.abot-epc-basic/0.install Unpacking libwmf0.2-7:amd64 (0.2.8.4-10.5ubuntu1) ... unit-abot-epc-basic-0: 11:42:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgraphicsmagick-q16-3. unit-abot-epc-basic-0: 11:42:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgraphicsmagick-q16-3_1.3.23-1build1_amd64.deb ... unit-abot-epc-basic-0: 11:42:20 DEBUG unit.abot-epc-basic/0.install Unpacking libgraphicsmagick-q16-3 (1.3.23-1build1) ... unit-abot-epc-basic-0: 11:42:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgraphicsmagick++-q16-12. unit-abot-epc-basic-0: 11:42:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgraphicsmagick++-q16-12_1.3.23-1build1_amd64.deb ... unit-abot-epc-basic-0: 11:42:21 DEBUG unit.abot-epc-basic/0.install Unpacking libgraphicsmagick++-q16-12 (1.3.23-1build1) ... unit-abot-epc-basic-0: 11:42:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libharfbuzz-icu0:amd64. unit-abot-epc-basic-0: 11:42:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libharfbuzz-icu0_1.0.1-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 11:42:21 DEBUG unit.abot-epc-basic/0.install Unpacking libharfbuzz-icu0:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 11:42:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libharfbuzz-gobject0:amd64. unit-abot-epc-basic-0: 11:42:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libharfbuzz-gobject0_1.0.1-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 11:42:22 DEBUG unit.abot-epc-basic/0.install Unpacking libharfbuzz-gobject0:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 11:42:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libharfbuzz-dev. unit-abot-epc-basic-0: 11:42:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libharfbuzz-dev_1.0.1-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 11:42:22 DEBUG unit.abot-epc-basic/0.install Unpacking libharfbuzz-dev (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 11:42:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxft-dev. unit-abot-epc-basic-0: 11:42:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxft-dev_2.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 11:42:22 DEBUG unit.abot-epc-basic/0.install Unpacking libxft-dev (2.3.2-1) ... unit-abot-epc-basic-0: 11:42:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpango1.0-dev. unit-abot-epc-basic-0: 11:42:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpango1.0-dev_1.38.1-1_amd64.deb ... unit-abot-epc-basic-0: 11:42:23 DEBUG unit.abot-epc-basic/0.install Unpacking libpango1.0-dev (1.38.1-1) ... unit-abot-epc-basic-0: 11:42:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-xinerama-dev. unit-abot-epc-basic-0: 11:42:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-xinerama-dev_1.2.1-2_all.deb ... unit-abot-epc-basic-0: 11:42:23 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-xinerama-dev (1.2.1-2) ... unit-abot-epc-basic-0: 11:42:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxinerama-dev:amd64. unit-abot-epc-basic-0: 11:42:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxinerama-dev_2%3a1.1.3-1_amd64.deb ... unit-abot-epc-basic-0: 11:42:23 DEBUG unit.abot-epc-basic/0.install Unpacking libxinerama-dev:amd64 (2:1.1.3-1) ... unit-abot-epc-basic-0: 11:42:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-randr-dev. unit-abot-epc-basic-0: 11:42:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-randr-dev_1.5.0-1_all.deb ... unit-abot-epc-basic-0: 11:42:23 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-randr-dev (1.5.0-1) ... unit-abot-epc-basic-0: 11:42:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxrandr-dev:amd64. unit-abot-epc-basic-0: 11:42:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxrandr-dev_2%3a1.5.0-1_amd64.deb ... unit-abot-epc-basic-0: 11:42:24 DEBUG unit.abot-epc-basic/0.install Unpacking libxrandr-dev:amd64 (2:1.5.0-1) ... unit-abot-epc-basic-0: 11:42:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcursor-dev:amd64. unit-abot-epc-basic-0: 11:42:24 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: 11:42:24 DEBUG unit.abot-epc-basic/0.install Unpacking libxcursor-dev:amd64 (1:1.1.14-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 11:42:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-composite-dev. unit-abot-epc-basic-0: 11:42:24 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: 11:42:24 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-composite-dev (1:0.4.2-2) ... unit-abot-epc-basic-0: 11:42:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcomposite-dev. unit-abot-epc-basic-0: 11:42:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcomposite-dev_1%3a0.4.4-1_amd64.deb ... unit-abot-epc-basic-0: 11:42:24 DEBUG unit.abot-epc-basic/0.install Unpacking libxcomposite-dev (1:0.4.4-1) ... unit-abot-epc-basic-0: 11:42:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package nettle-dev. unit-abot-epc-basic-0: 11:42:25 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: 11:42:25 DEBUG unit.abot-epc-basic/0.install Unpacking nettle-dev (3.2-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 11:42:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk-3-dev:amd64. unit-abot-epc-basic-0: 11:42:25 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: 11:42:25 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk-3-dev:amd64 (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 11:42:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsz2:amd64. unit-abot-epc-basic-0: 11:42:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsz2_0.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 11:42:26 DEBUG unit.abot-epc-basic/0.install Unpacking libsz2:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 11:42:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhdf5-10:amd64. unit-abot-epc-basic-0: 11:42:26 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: 11:42:26 DEBUG unit.abot-epc-basic/0.install Unpacking libhdf5-10:amd64 (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 11:42:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhdf5-cpp-11:amd64. unit-abot-epc-basic-0: 11:42:27 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: 11:42:27 DEBUG unit.abot-epc-basic/0.install Unpacking libhdf5-cpp-11:amd64 (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 11:42:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg-turbo8-dev:amd64. unit-abot-epc-basic-0: 11:42:27 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: 11:42:27 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg-turbo8-dev:amd64 (1.4.2-0ubuntu3.1) ... unit-abot-epc-basic-0: 11:42:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg8-dev:amd64. unit-abot-epc-basic-0: 11:42:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg8-dev_8c-2ubuntu8_amd64.deb ... unit-abot-epc-basic-0: 11:42:27 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg8-dev:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 11:42:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg-dev:amd64. unit-abot-epc-basic-0: 11:42:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg-dev_8c-2ubuntu8_amd64.deb ... unit-abot-epc-basic-0: 11:42:28 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg-dev:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 11:42:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaec-dev:amd64. unit-abot-epc-basic-0: 11:42:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaec-dev_0.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 11:42:28 DEBUG unit.abot-epc-basic/0.install Unpacking libaec-dev:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 11:42:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhdf5-dev. unit-abot-epc-basic-0: 11:42:28 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: 11:42:28 DEBUG unit.abot-epc-basic/0.install Unpacking libhdf5-dev (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 11:42:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-tagset-perl. unit-abot-epc-basic-0: 11:42:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-tagset-perl_3.20-2_all.deb ... unit-abot-epc-basic-0: 11:42:29 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-tagset-perl (3.20-2) ... unit-abot-epc-basic-0: 11:42:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-parser-perl. unit-abot-epc-basic-0: 11:42:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-parser-perl_3.72-1_amd64.deb ... unit-abot-epc-basic-0: 11:42:30 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-parser-perl (3.72-1) ... unit-abot-epc-basic-0: 11:42:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libio-html-perl. unit-abot-epc-basic-0: 11:42:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libio-html-perl_1.001-1_all.deb ... unit-abot-epc-basic-0: 11:42:30 DEBUG unit.abot-epc-basic/0.install Unpacking libio-html-perl (1.001-1) ... unit-abot-epc-basic-0: 11:42:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblwp-mediatypes-perl. unit-abot-epc-basic-0: 11:42:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblwp-mediatypes-perl_6.02-1_all.deb ... unit-abot-epc-basic-0: 11:42:31 DEBUG unit.abot-epc-basic/0.install Unpacking liblwp-mediatypes-perl (6.02-1) ... unit-abot-epc-basic-0: 11:42:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-message-perl. unit-abot-epc-basic-0: 11:42:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-message-perl_6.11-1_all.deb ... unit-abot-epc-basic-0: 11:42:31 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-message-perl (6.11-1) ... unit-abot-epc-basic-0: 11:42:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-form-perl. unit-abot-epc-basic-0: 11:42:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-form-perl_6.03-1_all.deb ... unit-abot-epc-basic-0: 11:42:32 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-form-perl (6.03-1) ... unit-abot-epc-basic-0: 11:42:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-tree-perl. unit-abot-epc-basic-0: 11:42:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-tree-perl_5.03-2_all.deb ... unit-abot-epc-basic-0: 11:42:32 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-tree-perl (5.03-2) ... unit-abot-epc-basic-0: 11:42:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-format-perl. unit-abot-epc-basic-0: 11:42:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-format-perl_2.11-2_all.deb ... unit-abot-epc-basic-0: 11:42:32 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-format-perl (2.11-2) ... unit-abot-epc-basic-0: 11:42:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-cookies-perl. unit-abot-epc-basic-0: 11:42:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-cookies-perl_6.01-1_all.deb ... unit-abot-epc-basic-0: 11:42:33 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-cookies-perl (6.01-1) ... unit-abot-epc-basic-0: 11:42:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-daemon-perl. unit-abot-epc-basic-0: 11:42:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-daemon-perl_6.01-1_all.deb ... unit-abot-epc-basic-0: 11:42:33 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-daemon-perl (6.01-1) ... unit-abot-epc-basic-0: 11:42:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-negotiate-perl. unit-abot-epc-basic-0: 11:42:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-negotiate-perl_6.00-2_all.deb ... unit-abot-epc-basic-0: 11:42:33 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-negotiate-perl (6.00-2) ... unit-abot-epc-basic-0: 11:42:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libicu-dev:amd64. unit-abot-epc-basic-0: 11:42:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libicu-dev_55.1-7ubuntu0.4_amd64.deb ... unit-abot-epc-basic-0: 11:42:33 DEBUG unit.abot-epc-basic/0.install Unpacking libicu-dev:amd64 (55.1-7ubuntu0.4) ... unit-abot-epc-basic-0: 11:42:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libidn11-dev. unit-abot-epc-basic-0: 11:42:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libidn11-dev_1.32-3ubuntu1.2_amd64.deb ... unit-abot-epc-basic-0: 11:42:35 DEBUG unit.abot-epc-basic/0.install Unpacking libidn11-dev (1.32-3ubuntu1.2) ... unit-abot-epc-basic-0: 11:42:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libnet-ssleay-perl. unit-abot-epc-basic-0: 11:42:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libnet-ssleay-perl_1.72-1build1_amd64.deb ... unit-abot-epc-basic-0: 11:42:35 DEBUG unit.abot-epc-basic/0.install Unpacking libnet-ssleay-perl (1.72-1build1) ... unit-abot-epc-basic-0: 11:42:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libio-socket-ssl-perl. unit-abot-epc-basic-0: 11:42:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libio-socket-ssl-perl_2.024-1_all.deb ... unit-abot-epc-basic-0: 11:42:36 DEBUG unit.abot-epc-basic/0.install Unpacking libio-socket-ssl-perl (2.024-1) ... unit-abot-epc-basic-0: 11:42:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjack-jackd2-0:amd64. unit-abot-epc-basic-0: 11:42:36 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: 11:42:36 DEBUG unit.abot-epc-basic/0.install Unpacking libjack-jackd2-0:amd64 (1.9.10+20150825git1ed50c92~dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 11:42:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjs-jquery. unit-abot-epc-basic-0: 11:42:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjs-jquery_1.11.3+dfsg-4_all.deb ... unit-abot-epc-basic-0: 11:42:36 DEBUG unit.abot-epc-basic/0.install Unpacking libjs-jquery (1.11.3+dfsg-4) ... unit-abot-epc-basic-0: 11:42:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libkpathsea6:amd64. unit-abot-epc-basic-0: 11:42:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libkpathsea6_2015.20160222.37495-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 11:42:37 DEBUG unit.abot-epc-basic/0.install Unpacking libkpathsea6:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 11:42:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libnet-http-perl. unit-abot-epc-basic-0: 11:42:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libnet-http-perl_6.09-1_all.deb ... unit-abot-epc-basic-0: 11:42:37 DEBUG unit.abot-epc-basic/0.install Unpacking libnet-http-perl (6.09-1) ... unit-abot-epc-basic-0: 11:42:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwww-robotrules-perl. unit-abot-epc-basic-0: 11:42:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwww-robotrules-perl_6.01-1_all.deb ... unit-abot-epc-basic-0: 11:42:38 DEBUG unit.abot-epc-basic/0.install Unpacking libwww-robotrules-perl (6.01-1) ... unit-abot-epc-basic-0: 11:42:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwww-perl. unit-abot-epc-basic-0: 11:42:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwww-perl_6.15-1_all.deb ... unit-abot-epc-basic-0: 11:42:38 DEBUG unit.abot-epc-basic/0.install Unpacking libwww-perl (6.15-1) ... unit-abot-epc-basic-0: 11:42:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblwp-protocol-https-perl. unit-abot-epc-basic-0: 11:42:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblwp-protocol-https-perl_6.06-2_all.deb ... unit-abot-epc-basic-0: 11:42:38 DEBUG unit.abot-epc-basic/0.install Unpacking liblwp-protocol-https-perl (6.06-2) ... unit-abot-epc-basic-0: 11:42:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmagick++-6.q16-5v5:amd64. unit-abot-epc-basic-0: 11:42:39 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: 11:42:39 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: 11:42:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsys-hostname-long-perl. unit-abot-epc-basic-0: 11:42:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsys-hostname-long-perl_1.5-1_all.deb ... unit-abot-epc-basic-0: 11:42:39 DEBUG unit.abot-epc-basic/0.install Unpacking libsys-hostname-long-perl (1.5-1) ... unit-abot-epc-basic-0: 11:42:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmail-sendmail-perl. unit-abot-epc-basic-0: 11:42:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmail-sendmail-perl_0.79.16-1_all.deb ... unit-abot-epc-basic-0: 11:42:40 DEBUG unit.abot-epc-basic/0.install Unpacking libmail-sendmail-perl (0.79.16-1) ... unit-abot-epc-basic-0: 11:42:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libnet-smtp-ssl-perl. unit-abot-epc-basic-0: 11:42:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libnet-smtp-ssl-perl_1.03-1_all.deb ... unit-abot-epc-basic-0: 11:42:40 DEBUG unit.abot-epc-basic/0.install Unpacking libnet-smtp-ssl-perl (1.03-1) ... unit-abot-epc-basic-0: 11:42:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmailtools-perl. unit-abot-epc-basic-0: 11:42:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmailtools-perl_2.13-1_all.deb ... unit-abot-epc-basic-0: 11:42:40 DEBUG unit.abot-epc-basic/0.install Unpacking libmailtools-perl (2.13-1) ... unit-abot-epc-basic-0: 11:42:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package mysql-common. unit-abot-epc-basic-0: 11:42:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../mysql-common_5.7.24-0ubuntu0.16.04.1_all.deb ... unit-abot-epc-basic-0: 11:42:41 DEBUG unit.abot-epc-basic/0.install Unpacking mysql-common (5.7.24-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 11:42:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmysqlclient20:amd64. unit-abot-epc-basic-0: 11:42:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmysqlclient20_5.7.24-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 11:42:41 DEBUG unit.abot-epc-basic/0.install Unpacking libmysqlclient20:amd64 (5.7.24-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 11:42:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmysqlclient-dev. unit-abot-epc-basic-0: 11:42:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmysqlclient-dev_5.7.24-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 11:42:41 DEBUG unit.abot-epc-basic/0.install Unpacking libmysqlclient-dev (5.7.24-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 11:42:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-parser-perl. unit-abot-epc-basic-0: 11:42:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-parser-perl_2.44-1build1_amd64.deb ... unit-abot-epc-basic-0: 11:42:42 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-parser-perl (2.44-1build1) ... unit-abot-epc-basic-0: 11:42:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-twig-perl. unit-abot-epc-basic-0: 11:42:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-twig-perl_1%3a3.48-1_all.deb ... unit-abot-epc-basic-0: 11:42:42 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-twig-perl (1:3.48-1) ... unit-abot-epc-basic-0: 11:42:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libnet-dbus-perl. unit-abot-epc-basic-0: 11:42:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libnet-dbus-perl_1.1.0-3build1_amd64.deb ... unit-abot-epc-basic-0: 11:42:43 DEBUG unit.abot-epc-basic/0.install Unpacking libnet-dbus-perl (1.1.0-3build1) ... unit-abot-epc-basic-0: 11:42:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglu1-mesa:amd64. unit-abot-epc-basic-0: 11:42:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libglu1-mesa_9.0.0-2.1_amd64.deb ... unit-abot-epc-basic-0: 11:42:43 DEBUG unit.abot-epc-basic/0.install Unpacking libglu1-mesa:amd64 (9.0.0-2.1) ... unit-abot-epc-basic-0: 11:42:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libumfpack5.7.1:amd64. unit-abot-epc-basic-0: 11:42:43 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: 11:42:43 DEBUG unit.abot-epc-basic/0.install Unpacking libumfpack5.7.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 11:42:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liboctave3:amd64. unit-abot-epc-basic-0: 11:42:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liboctave3_4.0.0-3ubuntu9.2_amd64.deb ... unit-abot-epc-basic-0: 11:42:44 DEBUG unit.abot-epc-basic/0.install Unpacking liboctave3:amd64 (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 11:42:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpaper-utils. unit-abot-epc-basic-0: 11:42:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpaper-utils_1.1.24+nmu4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:42:45 DEBUG unit.abot-epc-basic/0.install Unpacking libpaper-utils (1.1.24+nmu4ubuntu1) ... unit-abot-epc-basic-0: 11:42:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpgm-5.2-0:amd64. unit-abot-epc-basic-0: 11:42:45 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: 11:42:45 DEBUG unit.abot-epc-basic/0.install Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... unit-abot-epc-basic-0: 11:42:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpgm-dev:amd64. unit-abot-epc-basic-0: 11:42:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpgm-dev_5.2.122~dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 11:42:46 DEBUG unit.abot-epc-basic/0.install Unpacking libpgm-dev:amd64 (5.2.122~dfsg-2) ... unit-abot-epc-basic-0: 11:42:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplot2c2. unit-abot-epc-basic-0: 11:42:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplot2c2_2.6-3ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:42:46 DEBUG unit.abot-epc-basic/0.install Unpacking libplot2c2 (2.6-3ubuntu1) ... unit-abot-epc-basic-0: 11:42:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpoppler58:amd64. unit-abot-epc-basic-0: 11:42:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpoppler58_0.41.0-0ubuntu1.8_amd64.deb ... unit-abot-epc-basic-0: 11:42:47 DEBUG unit.abot-epc-basic/0.install Unpacking libpoppler58:amd64 (0.41.0-0ubuntu1.8) ... unit-abot-epc-basic-0: 11:42:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libportaudio2:amd64. unit-abot-epc-basic-0: 11:42:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libportaudio2_19+svn20140130-1build1_amd64.deb ... unit-abot-epc-basic-0: 11:42:47 DEBUG unit.abot-epc-basic/0.install Unpacking libportaudio2:amd64 (19+svn20140130-1build1) ... unit-abot-epc-basic-0: 11:42:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpotrace0. unit-abot-epc-basic-0: 11:42:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpotrace0_1.13-2_amd64.deb ... unit-abot-epc-basic-0: 11:42:48 DEBUG unit.abot-epc-basic/0.install Unpacking libpotrace0 (1.13-2) ... unit-abot-epc-basic-0: 11:42:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpstoedit0c2a. unit-abot-epc-basic-0: 11:42:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpstoedit0c2a_3.70-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 11:42:48 DEBUG unit.abot-epc-basic/0.install Unpacking libpstoedit0c2a (3.70-1ubuntu2) ... unit-abot-epc-basic-0: 11:42:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libptexenc1:amd64. unit-abot-epc-basic-0: 11:42:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libptexenc1_2015.20160222.37495-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 11:42:48 DEBUG unit.abot-epc-basic/0.install Unpacking libptexenc1:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 11:42:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqhull7:amd64. unit-abot-epc-basic-0: 11:42:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqhull7_2015.2-1_amd64.deb ... unit-abot-epc-basic-0: 11:42:49 DEBUG unit.abot-epc-basic/0.install Unpacking libqhull7:amd64 (2015.2-1) ... unit-abot-epc-basic-0: 11:42:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqscintilla2-l10n. unit-abot-epc-basic-0: 11:42:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqscintilla2-l10n_2.9.1+dfsg-4build1_all.deb ... unit-abot-epc-basic-0: 11:42:49 DEBUG unit.abot-epc-basic/0.install Unpacking libqscintilla2-l10n (2.9.1+dfsg-4build1) ... unit-abot-epc-basic-0: 11:42:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qtcore4-l10n. unit-abot-epc-basic-0: 11:42:49 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: 11:42:49 DEBUG unit.abot-epc-basic/0.install Unpacking qtcore4-l10n (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 11:42:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqtcore4:amd64. unit-abot-epc-basic-0: 11:42:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqtcore4_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 11:42:50 DEBUG unit.abot-epc-basic/0.install Unpacking libqtcore4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 11:42:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-xml:amd64. unit-abot-epc-basic-0: 11:42:50 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: 11:42:50 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-xml:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 11:42:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqtdbus4:amd64. unit-abot-epc-basic-0: 11:42:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqtdbus4_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 11:42:51 DEBUG unit.abot-epc-basic/0.install Unpacking libqtdbus4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 11:42:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-network:amd64. unit-abot-epc-basic-0: 11:42:51 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: 11:42:51 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-network:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 11:42:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-script:amd64. unit-abot-epc-basic-0: 11:42:52 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: 11:42:52 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-script:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 11:42:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-sql:amd64. unit-abot-epc-basic-0: 11:42:52 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: 11:42:52 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-sql:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 11:42:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-xmlpatterns:amd64. unit-abot-epc-basic-0: 11:42:52 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: 11:42:52 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-xmlpatterns:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 11:42:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-declarative:amd64. unit-abot-epc-basic-0: 11:42:53 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: 11:42:53 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-declarative:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 11:42:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqtgui4:amd64. unit-abot-epc-basic-0: 11:42:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqtgui4_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 11:42:54 DEBUG unit.abot-epc-basic/0.install Unpacking libqtgui4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 11:42:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqscintilla2-12v5. unit-abot-epc-basic-0: 11:42:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqscintilla2-12v5_2.9.1+dfsg-4build1_amd64.deb ... unit-abot-epc-basic-0: 11:42:55 DEBUG unit.abot-epc-basic/0.install Unpacking libqscintilla2-12v5 (2.9.1+dfsg-4build1) ... unit-abot-epc-basic-0: 11:42:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qtchooser. unit-abot-epc-basic-0: 11:42:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qtchooser_52-gae5eeef-2build1~gcc5.2_amd64.deb ... unit-abot-epc-basic-0: 11:42:55 DEBUG unit.abot-epc-basic/0.install Unpacking qtchooser (52-gae5eeef-2build1~gcc5.2) ... unit-abot-epc-basic-0: 11:42:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qdbus. unit-abot-epc-basic-0: 11:42:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qdbus_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 11:42:55 DEBUG unit.abot-epc-basic/0.install Unpacking qdbus (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 11:42:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-dbus:amd64. unit-abot-epc-basic-0: 11:42:55 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: 11:42:55 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-dbus:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 11:42:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-opengl:amd64. unit-abot-epc-basic-0: 11:42:56 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: 11:42:56 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-opengl:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 11:42:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-sql-mysql:amd64. unit-abot-epc-basic-0: 11:42:56 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: 11:42:56 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-sql-mysql:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 11:42:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsctp1:amd64. unit-abot-epc-basic-0: 11:42:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsctp1_1.0.16+dfsg-3_amd64.deb ... unit-abot-epc-basic-0: 11:42:57 DEBUG unit.abot-epc-basic/0.install Unpacking libsctp1:amd64 (1.0.16+dfsg-3) ... unit-abot-epc-basic-0: 11:42:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsctp-dev. unit-abot-epc-basic-0: 11:42:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsctp-dev_1.0.16+dfsg-3_amd64.deb ... unit-abot-epc-basic-0: 11:42:57 DEBUG unit.abot-epc-basic/0.install Unpacking libsctp-dev (1.0.16+dfsg-3) ... unit-abot-epc-basic-0: 11:42:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libssl-dev:amd64. unit-abot-epc-basic-0: 11:42:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libssl-dev_1.0.2g-1ubuntu4.13_amd64.deb ... unit-abot-epc-basic-0: 11:42:57 DEBUG unit.abot-epc-basic/0.install Unpacking libssl-dev:amd64 (1.0.2g-1ubuntu4.13) ... unit-abot-epc-basic-0: 11:42:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libssl-doc. unit-abot-epc-basic-0: 11:42:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libssl-doc_1.0.2g-1ubuntu4.13_all.deb ... unit-abot-epc-basic-0: 11:42:58 DEBUG unit.abot-epc-basic/0.install Unpacking libssl-doc (1.0.2g-1ubuntu4.13) ... unit-abot-epc-basic-0: 11:42:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsvn1:amd64. unit-abot-epc-basic-0: 11:42:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsvn1_1.9.3-2ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 11:42:59 DEBUG unit.abot-epc-basic/0.install Unpacking libsvn1:amd64 (1.9.3-2ubuntu1.1) ... unit-abot-epc-basic-0: 11:42:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsynctex1:amd64. unit-abot-epc-basic-0: 11:42:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsynctex1_2015.20160222.37495-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 11:42:59 DEBUG unit.abot-epc-basic/0.install Unpacking libsynctex1:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 11:43:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtasn1-6-dev:amd64. unit-abot-epc-basic-0: 11:43:00 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: 11:43:00 DEBUG unit.abot-epc-basic/0.install Unpacking libtasn1-6-dev:amd64 (4.7-3ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 11:43:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtexlua52:amd64. unit-abot-epc-basic-0: 11:43:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtexlua52_2015.20160222.37495-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 11:43:00 DEBUG unit.abot-epc-basic/0.install Unpacking libtexlua52:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 11:43:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtexluajit2:amd64. unit-abot-epc-basic-0: 11:43:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtexluajit2_2015.20160222.37495-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 11:43:00 DEBUG unit.abot-epc-basic/0.install Unpacking libtexluajit2:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 11:43:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtext-unidecode-perl. unit-abot-epc-basic-0: 11:43:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtext-unidecode-perl_1.27-1_all.deb ... unit-abot-epc-basic-0: 11:43:00 DEBUG unit.abot-epc-basic/0.install Unpacking libtext-unidecode-perl (1.27-1) ... unit-abot-epc-basic-0: 11:43:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtie-ixhash-perl. unit-abot-epc-basic-0: 11:43:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtie-ixhash-perl_1.23-2_all.deb ... unit-abot-epc-basic-0: 11:43:01 DEBUG unit.abot-epc-basic/0.install Unpacking libtie-ixhash-perl (1.23-2) ... unit-abot-epc-basic-0: 11:43:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtool. unit-abot-epc-basic-0: 11:43:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtool_2.4.6-0.1_all.deb ... unit-abot-epc-basic-0: 11:43:01 DEBUG unit.abot-epc-basic/0.install Unpacking libtool (2.4.6-0.1) ... unit-abot-epc-basic-0: 11:43:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libusb-1.0-0-dev:amd64. unit-abot-epc-basic-0: 11:43:01 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: 11:43:01 DEBUG unit.abot-epc-basic/0.install Unpacking libusb-1.0-0-dev:amd64 (2:1.0.20-1) ... unit-abot-epc-basic-0: 11:43:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libusb-1.0-doc. unit-abot-epc-basic-0: 11:43:02 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: 11:43:02 DEBUG unit.abot-epc-basic/0.install Unpacking libusb-1.0-doc (2:1.0.20-1) ... unit-mysql-0: 11:43:02 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 11:43:02 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 11:43:02 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 11:43:02 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-mysql-0: 11:43:02 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-mysql-0: 11:43:02 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 11:43:02 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 11:43:02 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 11:43:02 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 11:43:02 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-mysql-0: 11:43:02 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 11:43:02 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 11:43:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwacom-bin. unit-abot-epc-basic-0: 11:43:02 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: 11:43:02 DEBUG unit.abot-epc-basic/0.install Unpacking libwacom-bin (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 11:43:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-protocol-perl. unit-abot-epc-basic-0: 11:43:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libx11-protocol-perl_0.56-7_all.deb ... unit-abot-epc-basic-0: 11:43:02 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-protocol-perl (0.56-7) ... unit-abot-epc-basic-0: 11:43:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-namespacesupport-perl. unit-abot-epc-basic-0: 11:43:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-namespacesupport-perl_1.11-1_all.deb ... unit-abot-epc-basic-0: 11:43:03 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-namespacesupport-perl (1.11-1) ... unit-abot-epc-basic-0: 11:43:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-sax-base-perl. unit-abot-epc-basic-0: 11:43:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-sax-base-perl_1.07-1_all.deb ... unit-abot-epc-basic-0: 11:43:03 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-sax-base-perl (1.07-1) ... unit-abot-epc-basic-0: 11:43:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-sax-perl. unit-abot-epc-basic-0: 11:43:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-sax-perl_0.99+dfsg-2ubuntu1_all.deb ... unit-abot-epc-basic-0: 11:43:03 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-sax-perl (0.99+dfsg-2ubuntu1) ... unit-abot-epc-basic-0: 11:43:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-libxml-perl. unit-abot-epc-basic-0: 11:43:04 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: 11:43:04 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-libxml-perl (2.0123+dfsg-1ubuntu0.1) ... unit-abot-epc-basic-0: 11:43:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-sax-expat-perl. unit-abot-epc-basic-0: 11:43:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-sax-expat-perl_0.40-2_all.deb ... unit-abot-epc-basic-0: 11:43:04 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-sax-expat-perl (0.40-2) ... unit-abot-epc-basic-0: 11:43:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-xpathengine-perl. unit-abot-epc-basic-0: 11:43:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-xpathengine-perl_0.13-1_all.deb ... unit-abot-epc-basic-0: 11:43:04 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-xpathengine-perl (0.13-1) ... unit-abot-epc-basic-0: 11:43:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml2-dev:amd64. unit-abot-epc-basic-0: 11:43:05 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: 11:43:05 DEBUG unit.abot-epc-basic/0.install Unpacking libxml2-dev:amd64 (2.9.3+dfsg1-1ubuntu0.6) ... unit-abot-epc-basic-0: 11:43:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxslt1-dev:amd64. unit-abot-epc-basic-0: 11:43:05 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: 11:43:05 DEBUG unit.abot-epc-basic/0.install Unpacking libxslt1-dev:amd64 (1.1.28-2.1ubuntu0.1) ... unit-abot-epc-basic-0: 11:43:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libzzip-0-13:amd64. unit-abot-epc-basic-0: 11:43:06 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: 11:43:06 DEBUG unit.abot-epc-basic/0.install Unpacking libzzip-0-13:amd64 (0.13.62-3ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 11:43:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package lmodern. unit-abot-epc-basic-0: 11:43:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../lmodern_2.004.5-1_all.deb ... unit-abot-epc-basic-0: 11:43:06 DEBUG unit.abot-epc-basic/0.install Unpacking lmodern (2.004.5-1) ... unit-abot-epc-basic-0: 11:43:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package mesa-common-dev:amd64. unit-abot-epc-basic-0: 11:43:08 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: 11:43:08 DEBUG unit.abot-epc-basic/0.install Unpacking mesa-common-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 11:43:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package mscgen. unit-abot-epc-basic-0: 11:43:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../mscgen_0.20-5_amd64.deb ... unit-abot-epc-basic-0: 11:43:08 DEBUG unit.abot-epc-basic/0.install Unpacking mscgen (0.20-5) ... unit-abot-epc-basic-0: 11:43:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libosmesa6:amd64. unit-abot-epc-basic-0: 11:43:08 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: 11:43:08 DEBUG unit.abot-epc-basic/0.install Unpacking libosmesa6:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 11:43:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texinfo. unit-abot-epc-basic-0: 11:43:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texinfo_6.1.0.dfsg.1-5_amd64.deb ... unit-abot-epc-basic-0: 11:43:10 DEBUG unit.abot-epc-basic/0.install Unpacking texinfo (6.1.0.dfsg.1-5) ... unit-abot-epc-basic-0: 11:43:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package octave-common. unit-abot-epc-basic-0: 11:43:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../octave-common_4.0.0-3ubuntu9.2_all.deb ... unit-abot-epc-basic-0: 11:43:10 DEBUG unit.abot-epc-basic/0.install Unpacking octave-common (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 11:43:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package octave. unit-abot-epc-basic-0: 11:43:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../octave_4.0.0-3ubuntu9.2_amd64.deb ... unit-abot-epc-basic-0: 11:43:11 DEBUG unit.abot-epc-basic/0.install Unpacking octave (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 11:43:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package octave-control. unit-abot-epc-basic-0: 11:43:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../octave-control_3.0.0-1_amd64.deb ... unit-abot-epc-basic-0: 11:43:11 DEBUG unit.abot-epc-basic/0.install Unpacking octave-control (3.0.0-1) ... unit-abot-epc-basic-0: 11:43:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package octave-signal. unit-abot-epc-basic-0: 11:43:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../octave-signal_1.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 11:43:12 DEBUG unit.abot-epc-basic/0.install Unpacking octave-signal (1.3.2-1) ... unit-abot-epc-basic-0: 11:43:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package pstoedit. unit-abot-epc-basic-0: 11:43:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../pstoedit_3.70-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 11:43:12 DEBUG unit.abot-epc-basic/0.install Unpacking pstoedit (3.70-1ubuntu2) ... unit-abot-epc-basic-0: 11:43:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package pydb. unit-abot-epc-basic-0: 11:43:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/pydb_1.26-2_all.deb ... unit-abot-epc-basic-0: 11:43:13 DEBUG unit.abot-epc-basic/0.install Unpacking pydb (1.26-2) ... unit-abot-epc-basic-0: 11:43:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qt-at-spi:amd64. unit-abot-epc-basic-0: 11:43:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qt-at-spi_0.4.0-3_amd64.deb ... unit-abot-epc-basic-0: 11:43:13 DEBUG unit.abot-epc-basic/0.install Unpacking qt-at-spi:amd64 (0.4.0-3) ... unit-abot-epc-basic-0: 11:43:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qttranslations5-l10n. unit-abot-epc-basic-0: 11:43:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qttranslations5-l10n_5.5.1-2build1_all.deb ... unit-abot-epc-basic-0: 11:43:14 DEBUG unit.abot-epc-basic/0.install Unpacking qttranslations5-l10n (5.5.1-2build1) ... unit-abot-epc-basic-0: 11:43:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package rubygems-integration. unit-abot-epc-basic-0: 11:43:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../rubygems-integration_1.10_all.deb ... unit-abot-epc-basic-0: 11:43:14 DEBUG unit.abot-epc-basic/0.install Unpacking rubygems-integration (1.10) ... unit-abot-epc-basic-0: 11:43:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-did-you-mean. unit-abot-epc-basic-0: 11:43:14 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: 11:43:14 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-did-you-mean (1.0.0-2) ... unit-abot-epc-basic-0: 11:43:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-minitest. unit-abot-epc-basic-0: 11:43:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-minitest_5.8.4-2_all.deb ... unit-abot-epc-basic-0: 11:43:15 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-minitest (5.8.4-2) ... unit-abot-epc-basic-0: 11:43:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-net-telnet. unit-abot-epc-basic-0: 11:43:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-net-telnet_0.1.1-2_all.deb ... unit-abot-epc-basic-0: 11:43:16 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-net-telnet (0.1.1-2) ... unit-abot-epc-basic-0: 11:43:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-power-assert. unit-abot-epc-basic-0: 11:43:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-power-assert_0.2.7-1_all.deb ... unit-abot-epc-basic-0: 11:43:16 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-power-assert (0.2.7-1) ... unit-abot-epc-basic-0: 11:43:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-test-unit. unit-abot-epc-basic-0: 11:43:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-test-unit_3.1.7-2_all.deb ... unit-abot-epc-basic-0: 11:43:16 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-test-unit (3.1.7-2) ... unit-abot-epc-basic-0: 11:43:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libruby2.3:amd64. unit-abot-epc-basic-0: 11:43:16 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: 11:43:16 DEBUG unit.abot-epc-basic/0.install Unpacking libruby2.3:amd64 (2.3.1-2~16.04.10) ... unit-abot-epc-basic-0: 11:43:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby2.3. unit-abot-epc-basic-0: 11:43:17 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: 11:43:17 DEBUG unit.abot-epc-basic/0.install Unpacking ruby2.3 (2.3.1-2~16.04.10) ... unit-abot-epc-basic-0: 11:43:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby. unit-abot-epc-basic-0: 11:43:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby_1%3a2.3.0+1_all.deb ... unit-abot-epc-basic-0: 11:43:18 DEBUG unit.abot-epc-basic/0.install Unpacking ruby (1:2.3.0+1) ... unit-abot-epc-basic-0: 11:43:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package rake. unit-abot-epc-basic-0: 11:43:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/rake_10.5.0-2_all.deb ... unit-abot-epc-basic-0: 11:43:18 DEBUG unit.abot-epc-basic/0.install Unpacking rake (10.5.0-2) ... unit-abot-epc-basic-0: 11:43:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package subversion. unit-abot-epc-basic-0: 11:43:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../subversion_1.9.3-2ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 11:43:19 DEBUG unit.abot-epc-basic/0.install Unpacking subversion (1.9.3-2ubuntu1.1) ... unit-abot-epc-basic-0: 11:43:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package t1utils. unit-abot-epc-basic-0: 11:43:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../t1utils_1.39-2_amd64.deb ... unit-abot-epc-basic-0: 11:43:19 DEBUG unit.abot-epc-basic/0.install Unpacking t1utils (1.39-2) ... unit-abot-epc-basic-0: 11:43:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tcl8.6. unit-abot-epc-basic-0: 11:43:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../tcl8.6_8.6.5+dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 11:43:19 DEBUG unit.abot-epc-basic/0.install Unpacking tcl8.6 (8.6.5+dfsg-2) ... unit-abot-epc-basic-0: 11:43:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tcl. unit-abot-epc-basic-0: 11:43:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/tcl_8.6.0+9_amd64.deb ... unit-abot-epc-basic-0: 11:43:20 DEBUG unit.abot-epc-basic/0.install Unpacking tcl (8.6.0+9) ... unit-abot-epc-basic-0: 11:43:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texlive-binaries. unit-abot-epc-basic-0: 11:43:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texlive-binaries_2015.20160222.37495-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 11:43:21 DEBUG unit.abot-epc-basic/0.install Unpacking texlive-binaries (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 11:43:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xdg-utils. unit-abot-epc-basic-0: 11:43:22 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: 11:43:22 DEBUG unit.abot-epc-basic/0.install Unpacking xdg-utils (1.1.1-1ubuntu1.16.04.3) ... unit-abot-epc-basic-0: 11:43:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texlive-base. unit-abot-epc-basic-0: 11:43:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texlive-base_2015.20160320-1ubuntu0.1_all.deb ... unit-abot-epc-basic-0: 11:43:22 DEBUG unit.abot-epc-basic/0.install Unpacking texlive-base (2015.20160320-1ubuntu0.1) ... unit-abot-epc-basic-0: 11:43:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texlive-latex-base. unit-abot-epc-basic-0: 11:43:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texlive-latex-base_2015.20160320-1ubuntu0.1_all.deb ... unit-abot-epc-basic-0: 11:43:25 DEBUG unit.abot-epc-basic/0.install Unpacking texlive-latex-base (2015.20160320-1ubuntu0.1) ... unit-abot-epc-basic-0: 11:43:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texlive-latex-base-doc. unit-abot-epc-basic-0: 11:43:26 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: 11:43:26 DEBUG unit.abot-epc-basic/0.install Unpacking texlive-latex-base-doc (2015.20160320-1ubuntu0.1) ... unit-abot-epc-basic-0: 11:43:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tk8.6. unit-abot-epc-basic-0: 11:43:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../tk8.6_8.6.5-1_amd64.deb ... unit-abot-epc-basic-0: 11:43:29 DEBUG unit.abot-epc-basic/0.install Unpacking tk8.6 (8.6.5-1) ... unit-abot-epc-basic-0: 11:43:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tk. unit-abot-epc-basic-0: 11:43:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/tk_8.6.0+9_amd64.deb ... unit-abot-epc-basic-0: 11:43:29 DEBUG unit.abot-epc-basic/0.install Unpacking tk (8.6.0+9) ... unit-abot-epc-basic-0: 11:43:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package unzip. unit-abot-epc-basic-0: 11:43:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../unzip_6.0-20ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:43:30 DEBUG unit.abot-epc-basic/0.install Unpacking unzip (6.0-20ubuntu1) ... unit-abot-epc-basic-0: 11:43:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11-utils. unit-abot-epc-basic-0: 11:43:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11-utils_7.7+3_amd64.deb ... unit-abot-epc-basic-0: 11:43:30 DEBUG unit.abot-epc-basic/0.install Unpacking x11-utils (7.7+3) ... unit-abot-epc-basic-0: 11:43:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11-xserver-utils. unit-abot-epc-basic-0: 11:43:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11-xserver-utils_7.7+7_amd64.deb ... unit-abot-epc-basic-0: 11:43:30 DEBUG unit.abot-epc-basic/0.install Unpacking x11-xserver-utils (7.7+7) ... unit-abot-epc-basic-0: 11:43:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xbitmaps. unit-abot-epc-basic-0: 11:43:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xbitmaps_1.1.1-2_all.deb ... unit-abot-epc-basic-0: 11:43:31 DEBUG unit.abot-epc-basic/0.install Unpacking xbitmaps (1.1.1-2) ... unit-abot-epc-basic-0: 11:43:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xmlstarlet. unit-abot-epc-basic-0: 11:43:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xmlstarlet_1.6.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:43:31 DEBUG unit.abot-epc-basic/0.install Unpacking xmlstarlet (1.6.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:43:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xterm. unit-abot-epc-basic-0: 11:43:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xterm_322-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 11:43:32 DEBUG unit.abot-epc-basic/0.install Unpacking xterm (322-1ubuntu1) ... unit-abot-epc-basic-0: 11:43:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package zip. unit-abot-epc-basic-0: 11:43:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/zip_3.0-11_amd64.deb ... unit-abot-epc-basic-0: 11:43:32 DEBUG unit.abot-epc-basic/0.install Unpacking zip (3.0-11) ... unit-abot-epc-basic-0: 11:43:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libauthen-sasl-perl. unit-abot-epc-basic-0: 11:43:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libauthen-sasl-perl_2.1600-1_all.deb ... unit-abot-epc-basic-0: 11:43:32 DEBUG unit.abot-epc-basic/0.install Unpacking libauthen-sasl-perl (2.1600-1) ... unit-abot-epc-basic-0: 11:43:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libc6-dbg:amd64. unit-abot-epc-basic-0: 11:43:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libc6-dbg_2.23-0ubuntu10_amd64.deb ... unit-abot-epc-basic-0: 11:43:33 DEBUG unit.abot-epc-basic/0.install Unpacking libc6-dbg:amd64 (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 11:43:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libffi-dev:amd64. unit-abot-epc-basic-0: 11:43:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libffi-dev_3.2.1-4_amd64.deb ... unit-abot-epc-basic-0: 11:43:34 DEBUG unit.abot-epc-basic/0.install Unpacking libffi-dev:amd64 (3.2.1-4) ... unit-abot-epc-basic-0: 11:43:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgl1-mesa-dev:amd64. unit-abot-epc-basic-0: 11:43:34 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: 11:43:34 DEBUG unit.abot-epc-basic/0.install Unpacking libgl1-mesa-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 11:43:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libidn2-0-dev. unit-abot-epc-basic-0: 11:43:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libidn2-0-dev_0.10-3_amd64.deb ... unit-abot-epc-basic-0: 11:43:34 DEBUG unit.abot-epc-basic/0.install Unpacking libidn2-0-dev (0.10-3) ... unit-abot-epc-basic-0: 11:43:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liboctave-dev. unit-abot-epc-basic-0: 11:43:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liboctave-dev_4.0.0-3ubuntu9.2_amd64.deb ... unit-abot-epc-basic-0: 11:43:34 DEBUG unit.abot-epc-basic/0.install Unpacking liboctave-dev (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 11:43:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtasn1-doc. unit-abot-epc-basic-0: 11:43:35 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: 11:43:35 DEBUG unit.abot-epc-basic/0.install Unpacking libtasn1-doc (4.7-3ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 11:43:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libyaml-dev:amd64. unit-abot-epc-basic-0: 11:43:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libyaml-dev_0.1.6-3_amd64.deb ... unit-abot-epc-basic-0: 11:43:35 DEBUG unit.abot-epc-basic/0.install Unpacking libyaml-dev:amd64 (0.1.6-3) ... unit-abot-epc-basic-0: 11:43:36 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-abot-epc-basic-0: 11:43:40 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 11:43:41 DEBUG unit.abot-epc-basic/0.install Processing triggers for install-info (6.1.0.dfsg.1-5) ... unit-abot-epc-basic-0: 11:43:41 DEBUG unit.abot-epc-basic/0.install Processing triggers for fontconfig (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 11:43:41 DEBUG unit.abot-epc-basic/0.install Processing triggers for udev (229-4ubuntu21.5) ... unit-abot-epc-basic-0: 11:43:42 DEBUG unit.abot-epc-basic/0.install Processing triggers for libglib2.0-0:amd64 (2.48.2-0ubuntu4.1) ... unit-abot-epc-basic-0: 11:43:42 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: 11:43:42 DEBUG unit.abot-epc-basic/0.install Processing triggers for dbus (1.10.6-1ubuntu3.3) ... unit-abot-epc-basic-0: 11:43:42 DEBUG unit.abot-epc-basic/0.install Processing triggers for mime-support (3.59ubuntu1) ... unit-abot-epc-basic-0: 11:43:42 DEBUG unit.abot-epc-basic/0.install Processing triggers for shared-mime-info (1.5-2ubuntu0.2) ... unit-oai-epc-0: 11:43:54 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] machine-2: 11:43:54 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] unit-oai-epc-0: 11:43:54 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: 11:43:54 DEBUG juju.agent read agent config, format "2.0" unit-oai-epc-0: 11:43:54 INFO juju.cmd.jujud setting logging config to "=DEBUG;unit=DEBUG" unit-oai-epc-0: 11:43:54 DEBUG juju.worker start "api" unit-oai-epc-0: 11:43:54 INFO juju.worker start "api" unit-oai-epc-0: 11:43:54 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. machine-2: 11:43:54 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-2/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "2", "--debug"} machine-2: 11:43:54 DEBUG juju.agent read agent config, format "2.0" machine-2: 11:43:54 INFO juju.cmd.jujud setting logging config to "=DEBUG;unit=DEBUG" unit-oai-epc-0: 11:43:54 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-epc-0" unit-oai-epc-0: 11:43:54 DEBUG juju.worker "api" started unit-oai-epc-0: 11:43:54 DEBUG juju.worker.introspection stats worker now serving unit-oai-epc-0: 11:43:54 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 11:43:54 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-epc-0: 11:43:54 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-oai-epc-0: 11:43:54 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 11:43:54 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started unit-oai-epc-0: 11:43:54 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started unit-oai-epc-0: 11:43:54 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 11:43:54 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 11:43:54 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 11:43:54 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 11:43:54 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available unit-oai-epc-0: 11:43:54 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 11:43:54 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 11:43:54 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 11:43:54 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 11:43:54 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 11:43:54 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 11:43:54 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 11:43:54 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 11:43:54 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available unit-oai-epc-0: 11:43:54 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 11:43:54 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 11:43:54 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 11:43:54 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 11:43:54 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-epc-0: 11:43:54 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 11:43:54 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 11:43:54 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 11:43:54 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 11:43:54 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started unit-oai-epc-0: 11:43:54 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-2: 11:43:54 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. machine-2: 11:43:54 DEBUG juju.worker start "engine" machine-2: 11:43:54 INFO juju.worker start "engine" unit-oai-epc-0: 11:43:54 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:43:54 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-2" machine-2: 11:43:54 DEBUG juju.worker "engine" started machine-2: 11:43:54 DEBUG juju.worker.introspection stats worker now serving machine-2: 11:43:54 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:43:54 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:43:54 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:43:54 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-2: 11:43:54 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-2: 11:43:54 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-2: 11:43:54 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-2: 11:43:54 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-2: 11:43:54 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 11:43:54 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:43:54 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:43:54 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:43:54 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:43:54 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-2: 11:43:54 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-2: 11:43:54 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-2: 11:43:54 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-2: 11:43:54 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-2: 11:43:54 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:43:54 DEBUG juju.worker.dependency "agent" manifold worker started machine-2: 11:43:54 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:43:54 DEBUG juju.worker.dependency "clock" manifold worker started machine-2: 11:43:54 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:43:54 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:43:54 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 11:43:54 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-2: 11:43:54 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "clock" not running: dependency not available machine-2: 11:43:54 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:43:54 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:43:54 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:43:54 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-2: 11:43:54 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:43:54 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:43:54 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:43:54 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:43:54 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-2: 11:43:54 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-2: 11:43:54 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:43:54 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:43:54 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:43:54 DEBUG juju.worker.dependency "is-controller-flag" manifold worker stopped: "state" not running: dependency not available machine-2: 11:43:54 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "agent" not running: dependency not available machine-2: 11:43:54 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-2: 11:43:54 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-oai-epc-0: 11:43:54 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 11:43:54 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 11:43:54 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-oai-epc-0: 11:43:54 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 11:43:54 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:43:54 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:43:54 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:43:54 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:43:54 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available unit-oai-epc-0: 11:43:54 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 11:43:54 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 11:43:54 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:43:54 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:43:54 DEBUG juju.worker.dependency "state" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-2: 11:43:54 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:43:54 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 11:43:54 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-epc-0: 11:43:54 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: unit-oai-epc-0: 11:43:54 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:43:54 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-2: 11:43:54 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-2: 11:43:54 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 11:43:55 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 11:43:55 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:43:55 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:43:55 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:43:55 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "state" not running: dependency not available machine-2: 11:43:55 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:43:55 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:43:55 DEBUG juju.worker.apicaller connecting with current password machine-2: 11:43:55 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:43:55 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:43:55 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-2: 11:43:55 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-2: 11:43:55 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" machine-2: 11:43:55 INFO juju.api connection established to "wss://192.168.121.9:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" machine-2: 11:43:55 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:43:55 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 11:43:55 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:43:55 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 11:43:55 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "central-hub" not running: dependency not available machine-2: 11:43:55 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:43:55 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 11:43:55 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-2: 11:43:55 DEBUG juju.api successfully dialed "wss://172.30.9.206:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" machine-2: 11:43:55 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-2: 11:43:55 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available unit-oai-epc-0: 11:43:55 DEBUG juju.worker.apicaller connecting with current password unit-oai-epc-0: 11:43:55 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" unit-oai-epc-0: 11:43:55 INFO juju.api connection established to "wss://192.168.121.9:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" unit-oai-epc-0: 11:43:55 DEBUG juju.api successfully dialed "wss://172.30.9.206:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" machine-2: 11:43:55 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-oai-epc-0: 11:43:55 DEBUG juju.worker.apicaller connected unit-oai-epc-0: 11:43:55 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-oai-epc-0: 11:43:55 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 11:43:55 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 11:43:55 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 11:43:55 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 11:43:55 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 11:43:55 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-oai-epc-0: 11:43:55 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 11:43:55 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-epc-0: 11:43:55 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-oai-epc-0: 11:43:55 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-oai-epc-0: 11:43:55 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: machine-2: 11:43:55 DEBUG juju.worker.apicaller connected unit-oai-epc-0: 11:43:55 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started unit-oai-epc-0: 11:43:55 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-oai-epc-0: 11:43:55 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 11:43:55 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 11:43:55 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 11:43:55 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 11:43:55 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 11:43:55 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 11:43:55 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-oai-epc-0: 11:43:55 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 11:43:55 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 11:43:55 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 11:43:55 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 11:43:55 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 11:43:55 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-epc-0: 11:43:55 INFO juju.worker.upgrader unblocking abort check unit-oai-epc-0: 11:43:55 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-oai-epc-0: 11:43:55 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-2: 11:43:55 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-oai-epc-0: 11:43:55 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-epc-0: 11:43:55 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-2: 11:43:55 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 11:43:55 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-2: 11:43:55 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-2: 11:43:55 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-2: 11:43:55 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: machine-2: 11:43:55 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-2: 11:43:55 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-2: 11:43:55 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-2: 11:43:55 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-2: 11:43:55 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-2: 11:43:55 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-2: 11:43:55 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-2: 11:43:55 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-2: 11:43:55 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-2: 11:43:55 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-2: 11:43:55 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: machine-2: 11:43:55 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-2: 11:43:55 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-2: 11:43:55 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-2: 11:43:55 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-2: 11:43:55 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-2: 11:43:55 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-2: 11:43:55 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 11:43:56 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-2: 11:43:56 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 11:43:56 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 11:43:56 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 11:43:56 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 11:43:56 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 11:43:56 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 11:43:56 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 11:43:56 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 11:43:56 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 11:43:56 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 11:43:56 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 11:43:56 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 11:43:56 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 11:43:56 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 11:43:56 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 11:43:56 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 11:43:56 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 11:43:56 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 11:43:56 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 11:43:56 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-2: 11:43:56 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 11:43:56 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 11:43:56 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 11:43:56 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-epc-0: 11:43:56 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-epc-0: 11:43:56 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-epc-0: 11:43:56 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-oai-epc-0: 11:43:56 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-epc-0: 11:43:56 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: machine-2: 11:43:56 INFO juju.worker.upgrader abort check blocked until version event received machine-2: 11:43:56 INFO juju.worker.upgrader unblocking abort check machine-2: 11:43:56 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-2: 11:43:56 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-oai-epc-0: 11:43:56 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" unit-oai-epc-0: 11:43:56 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-epc-0: 11:43:56 DEBUG juju.worker.logger logger setup unit-oai-epc-0: 11:43:56 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-epc-0: 11:43:56 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-epc-0: 11:43:56 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 11:43:56 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 11:43:56 DEBUG juju.network including address public:172.30.9.206 for machine unit-oai-epc-0: 11:43:56 DEBUG juju.network including address local-cloud:192.168.121.9 for machine unit-oai-epc-0: 11:43:56 DEBUG juju.network including address local-fan:252.9.0.1 for machine unit-oai-epc-0: 11:43:56 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-epc-0: 11:43:56 DEBUG juju.network including address local-machine:::1 for machine unit-oai-epc-0: 11:43:56 DEBUG juju.network addresses after filtering: [public:172.30.9.206 local-cloud:192.168.121.9 local-fan:252.9.0.1 local-machine:127.0.0.1 local-machine:::1] unit-oai-epc-0: 11:43:56 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.206:17070 192.168.121.9:17070 252.9.0.1:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-epc-0: 11:43:56 DEBUG juju.agent API server address details [["172.30.9.206:17070" "192.168.121.9:17070" "252.9.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.9:17070" "252.9.0.1:17070" "172.30.9.206:17070"] unit-oai-epc-0: 11:43:56 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-2: 11:43:56 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 11:43:56 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-oai-epc-0: 11:43:56 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-epc-0: 11:43:56 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-epc-0: 11:43:56 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-epc-0: 11:43:56 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-epc-0: 11:43:56 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-epc-0: 11:43:56 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 11:43:56 DEBUG juju.worker.leadership oai-epc/0 making initial claim for oai-epc leadership unit-oai-epc-0: 11:43:56 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-epc-0: 11:43:56 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 11:43:56 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.206,192.168.121.9,252.9.0.1,::1,localhost", AutoNoProxy:""} unit-oai-epc-0: 11:43:56 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: 11:43:56 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-oai-epc-0: 11:43:56 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-oai-epc-0: 11:43:56 DEBUG juju.worker.dependency "uniter" manifold worker started unit-oai-epc-0: 11:43:56 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-epc-0 unit-oai-epc-0: 11:43:56 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.3.9-trusty-amd64 unit-oai-epc-0: 11:43:56 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.3.9-trusty-amd64/jujud unit-oai-epc-0: 11:43:56 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-epc-0/run.socket unit-oai-epc-0: 11:43:56 INFO juju.worker.uniter unit "oai-epc/0" started unit-oai-epc-0: 11:43:56 DEBUG juju.worker.uniter juju-run listener running unit-oai-epc-0: 11:43:56 INFO juju.worker.uniter hooks are retried true machine-2: 11:43:56 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-epc-0: 11:43:56 INFO juju.worker.leadership oai-epc/0 promoted to leadership of oai-epc unit-oai-epc-0: 11:43:56 DEBUG juju.worker.uniter.remotestate got update status interval change: ok=true unit-oai-epc-0: 11:43:56 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-epc-0: 11:43:56 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-epc-0: 11:43:56 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-epc-0: 11:43:56 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-oai-epc-0: 11:43:56 DEBUG juju.worker.uniter.remotestate got service change unit-oai-epc-0: 11:43:56 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-epc-0: 11:43:56 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-epc-0: 11:43:56 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-epc-0: 11:43:56 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-epc-0: 11:43:56 INFO juju.worker.uniter found queued "install" hook unit-oai-epc-0: 11:43:56 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 11:43:56 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-epc-0: 11:43:56 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-epc-0: 11:43:56 DEBUG juju.worker.uniter.operation preparing operation "run install hook" machine-2: 11:43:56 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-2: 11:43:56 INFO juju.worker.migrationminion migration phase is now: NONE machine-2: 11:43:56 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-2: 11:43:56 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-2: 11:43:56 DEBUG juju.worker.fanconfigurer Processing new fan config machine-2: 11:43:56 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-2: 11:43:56 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-2: 11:43:56 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-2: 11:43:56 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-2: 11:43:56 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-2: 11:43:56 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-2: 11:43:56 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-2: 11:43:56 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 11:43:56 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-2: 11:43:56 INFO juju.util.exec run result: exit status 127 machine-2: 11:43:56 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec942777814/script.sh: line 1: fanatic: command not found 127 machine-2: 11:43:56 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 11:43:56 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-2: 11:43:56 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-2: 11:43:56 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-2: 11:43:56 DEBUG juju.worker.reboot Reboot worker got action: noop machine-2: 11:43:56 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-2: 11:43:56 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-2: 11:43:56 INFO juju.worker.deployer checking unit "oai-epc/0" machine-2: 11:43:56 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-2: 11:43:56 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-2: 11:43:56 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-2: 11:43:56 DEBUG juju.worker.fanconfigurer Processing new fan config machine-2: 11:43:56 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-2: 11:43:56 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 11:43:56 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-2: 11:43:56 INFO juju.worker.deployer checking unit "oai-epc/0" machine-2: 11:43:56 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" machine-2: 11:43:56 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-2: 11:43:56 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-2: 11:43:56 DEBUG juju.worker.logger logger setup machine-2: 11:43:56 INFO juju.util.exec run result: exit status 127 machine-2: 11:43:56 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec202260344/script.sh: line 1: fanatic: command not found 127 machine-2: 11:43:56 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 11:43:56 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 11:43:56 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 11:43:56 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 11:43:56 DEBUG juju.network including address public:172.30.9.206 for machine machine-2: 11:43:56 DEBUG juju.network including address local-cloud:192.168.121.9 for machine machine-2: 11:43:56 DEBUG juju.network including address local-fan:252.9.0.1 for machine machine-2: 11:43:56 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 11:43:56 DEBUG juju.network including address local-machine:::1 for machine machine-2: 11:43:56 DEBUG juju.network addresses after filtering: [public:172.30.9.206 local-cloud:192.168.121.9 local-fan:252.9.0.1 local-machine:127.0.0.1 local-machine:::1] machine-2: 11:43:56 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.206:17070 192.168.121.9:17070 252.9.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-2: 11:43:56 DEBUG juju.agent API server address details [["172.30.9.206:17070" "192.168.121.9:17070" "252.9.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.9:17070" "252.9.0.1:17070" "172.30.9.206:17070"] machine-2: 11:43:56 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-2: 11:43:56 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.206,192.168.121.9,252.9.0.1,::1,localhost", AutoNoProxy:""} machine-2: 11:43:56 DEBUG juju.tools.lxdclient LXD snap socket not found, falling back to debian socket: "/var/lib/lxd" machine-2: 11:43:56 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-2: 11:43:56 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: 11:43:56 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-2: 11:43:56 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-2: 11:43:56 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-2: 11:43:56 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-2: 11:43:56 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-2: 11:43:56 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: 11:43:56 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 11:43:56 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys unit-oai-epc-0: 11:43:56 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-epc-0: 11:43:56 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook machine-2: 11:43:56 INFO juju.worker.authenticationworker "machine-2" key updater worker started machine-2: 11:43:56 DEBUG juju.worker.dependency "machiner" manifold worker started machine-2: 11:43:56 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 11:43:56 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 11:43:56 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 11:43:56 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 11:43:56 DEBUG juju.network including address local-cloud:192.168.121.12 for machine machine-2: 11:43:56 DEBUG juju.network including address local-machine:::1 for machine machine-2: 11:43:56 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.12 local-machine:::1] machine-2: 11:43:56 INFO juju.worker.machiner setting addresses for "machine-2" to [local-machine:127.0.0.1 local-cloud:192.168.121.12 local-machine:::1] machine-2: 11:43:56 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 2 machine-2: 11:43:56 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable unit-oai-epc-0: 11:43:56 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-2: 11:43:56 DEBUG juju.worker start "2-container-watcher" machine-2: 11:43:56 DEBUG juju.worker start "stateconverter" machine-2: 11:43:56 INFO juju.worker start "2-container-watcher" machine-2: 11:43:56 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-2: 11:43:56 DEBUG juju.worker "2-container-watcher" started machine-2: 11:43:56 INFO juju.worker start "stateconverter" machine-2: 11:43:56 DEBUG juju.worker "stateconverter" started machine-2: 11:43:56 DEBUG juju.cmd.jujud upgrades done, starting worker "2-container-watcher" unit-oai-epc-0: 11:43:56 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 11:43:56 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 11:43:56 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 11:43:56 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 11:43:56 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 11:43:56 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 11:43:56 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 11:43:56 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 11:43:56 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 11:43:56 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 11:43:56 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 11:43:56 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 11:43:56 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 11:43:56 DEBUG unit.oai-epc/0.install + open-port 2152/udp unit-oai-epc-0: 11:43:56 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-oai-epc-0: 11:43:56 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 11:43:56 DEBUG unit.oai-epc/0.install ++ config-get branch machine-2: 11:43:56 INFO juju.worker.machiner "machine-2" started machine-2: 11:43:56 INFO juju.api.common no addresses observed on interface "tunl0" unit-oai-epc-0: 11:43:56 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 11:43:56 DEBUG unit.oai-epc/0.install + branch=v0.3.2 unit-oai-epc-0: 11:43:56 DEBUG unit.oai-epc/0.install ++ config-get revision unit-oai-epc-0: 11:43:56 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 11:43:56 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 11:43:56 DEBUG unit.oai-epc/0.install + echo v0.3.2 unit-oai-epc-0: 11:43:56 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 11:43:56 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 11:43:56 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 11:43:56 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 11:43:56 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 11:43:56 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 11:43:56 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 11:43:56 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 11:43:56 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 11:43:56 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 11:43:56 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 11:43:56 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 11:43:56 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=1 unit-oai-epc-0: 11:43:56 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 11:43:56 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 11:43:56 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections at unit-oai-epc-0: 11:43:56 DEBUG unit.oai-epc/0.install + atAlreadyInstalled=1 unit-oai-epc-0: 11:43:56 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 11:43:56 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 11:43:56 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections virt-what unit-oai-epc-0: 11:43:56 DEBUG unit.oai-epc/0.install + virtwhatAlreadyInstalled=1 unit-oai-epc-0: 11:43:56 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 11:43:56 DEBUG unit.oai-epc/0.install + PASSWORD=linux unit-oai-epc-0: 11:43:56 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 11:43:56 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-epc-0: 11:43:56 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 11:43:56 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password_again password linux' machine-2: 11:43:57 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:5d:28:6d 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.12 DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:2 MACAddress:fa:16:3e:5d:28:6d 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: 11:43:57 DEBUG unit.oai-epc/0.install + apt install -y mysql-client unit-oai-epc-0: 11:43:57 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 11:43: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: 11:43:57 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 11:43:57 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 11:43:57 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 11:43:57 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 11:43:57 DEBUG unit.oai-epc/0.install mysql-client is already the newest version. unit-oai-epc-0: 11:43:57 DEBUG unit.oai-epc/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 11:43:57 DEBUG unit.oai-epc/0.install ++ virt-what unit-oai-epc-0: 11:43:57 DEBUG unit.oai-epc/0.install + machine_type=kvm unit-oai-epc-0: 11:43:57 DEBUG unit.oai-epc/0.install + clone_repro unit-oai-epc-0: 11:43:57 DEBUG unit.oai-epc/0.install + juju-log 'Fetching and installing openair5G EPC' unit-oai-epc-0: 11:43:57 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 11:43:57 INFO unit.oai-epc/0.juju-log Fetching and installing openair5G EPC unit-oai-epc-0: 11:43:57 DEBUG unit.oai-epc/0.install + status-set maintenance 'Fetching and installing Openair5G EPC' unit-oai-epc-0: 11:43:57 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 11:43:58 DEBUG unit.oai-epc/0.install + '[' -d /srv/openair-cn ']' unit-oai-epc-0: 11:43:58 DEBUG unit.oai-epc/0.install + juju-log 'Updating the installation directory' unit-oai-epc-0: 11:43:58 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 11:43:58 INFO unit.oai-epc/0.juju-log Updating the installation directory unit-oai-epc-0: 11:43:58 DEBUG unit.oai-epc/0.install + cd /srv/openair-cn unit-oai-epc-0: 11:43:58 DEBUG unit.oai-epc/0.install + git reset --hard HEAD unit-oai-epc-0: 11:43:58 DEBUG unit.oai-epc/0.install HEAD is now at 01f20cc freediameter installation fix unit-oai-epc-0: 11:43:58 DEBUG unit.oai-epc/0.install + git checkout v0.3.2 unit-oai-epc-0: 11:43:58 DEBUG unit.oai-epc/0.install HEAD is now at 01f20cc... freediameter installation fix unit-oai-epc-0: 11:43:58 DEBUG unit.oai-epc/0.install + shopt -s nocasematch unit-oai-epc-0: 11:43:58 DEBUG unit.oai-epc/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-epc-0: 11:43:58 DEBUG unit.oai-epc/0.install + cd - unit-oai-epc-0: 11:43:58 DEBUG unit.oai-epc/0.install /var/lib/juju/agents/unit-oai-epc-0/charm unit-oai-epc-0: 11:43:58 DEBUG unit.oai-epc/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 11:43:58 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: 11:43:58 DEBUG unit.oai-epc/0.install + juju_install_kernel unit-oai-epc-0: 11:43:58 DEBUG unit.oai-epc/0.install + juju-log 'Check the kernel and update if required' unit-oai-epc-0: 11:43:58 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 11:43:58 INFO unit.oai-epc/0.juju-log Check the kernel and update if required unit-oai-epc-0: 11:43:58 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 11:43:58 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 11:43:58 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 11:43:58 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 11:43:58 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 11:43:58 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 11:43:58 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 11:43:58 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 11:43:58 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 11:43:58 DEBUG unit.oai-epc/0.install + current_kern_release=3.19.0-031900-generic unit-oai-epc-0: 11:43:58 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 11:43:58 DEBUG unit.oai-epc/0.install ++ echo 3.19.0-031900-generic unit-oai-epc-0: 11:43:58 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 11:43:58 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 11:43:58 DEBUG unit.oai-epc/0.install ++ echo 3.19.0-031900-generic unit-oai-epc-0: 11:43:58 DEBUG unit.oai-epc/0.install + current_kern_major_revision=19 unit-oai-epc-0: 11:43:58 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 11:43:58 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 11:43:58 DEBUG unit.oai-epc/0.install + '[' 19 -ge 19 ']' unit-oai-epc-0: 11:43:58 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=true unit-oai-epc-0: 11:43:58 DEBUG unit.oai-epc/0.install + [[ true == true ]] unit-oai-epc-0: 11:43:58 DEBUG unit.oai-epc/0.install + status-set maintenance 'required kernel is already installed' unit-oai-epc-0: 11:43:58 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 11:43:58 DEBUG unit.oai-epc/0.install + configure_hosts unit-oai-epc-0: 11:43:58 DEBUG unit.oai-epc/0.install ++ config-get realm unit-oai-epc-0: 11:43:58 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 11:43:58 DEBUG unit.oai-epc/0.install + realm=openair4G.eur unit-oai-epc-0: 11:43:58 DEBUG unit.oai-epc/0.install +++ hostname unit-oai-epc-0: 11:43:58 DEBUG unit.oai-epc/0.install ++ grep -o oai-epc-0.openair4G.eur /etc/hosts unit-oai-epc-0: 11:43:58 DEBUG unit.oai-epc/0.install + '[' -z '' ']' unit-oai-epc-0: 11:43:58 DEBUG unit.oai-epc/0.install + echo 127.0.0.1 localhost unit-oai-epc-0: 11:43:58 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 11:43:58 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 11:43:58 DEBUG unit.oai-epc/0.install + echo 127.0.0.1 oai-epc-0.openair4G.eur oai-epc-0 mme unit-oai-epc-0: 11:43:58 DEBUG unit.oai-epc/0.install + build_epc unit-oai-epc-0: 11:43:58 DEBUG unit.oai-epc/0.install + juju-log 'Build EPC and install required packages' unit-oai-epc-0: 11:43:59 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 11:43:59 INFO unit.oai-epc/0.juju-log Build EPC and install required packages unit-oai-epc-0: 11:43:59 DEBUG unit.oai-epc/0.install + status-set maintenance 'Build EPC and install required packages' unit-oai-epc-0: 11:43:59 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 11:43:59 DEBUG unit.oai-epc/0.install + /srv/openair-cn/SCRIPTS/build_epc -c -i -f unit-abot-epc-basic-0: 11:44:00 DEBUG unit.abot-epc-basic/0.install Processing triggers for hicolor-icon-theme (0.15-0ubuntu1.1) ... unit-abot-epc-basic-0: 11:44:00 DEBUG unit.abot-epc-basic/0.install Setting up cmake-data (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 11:44:00 DEBUG unit.abot-epc-basic/0.install Setting up libarchive13:amd64 (3.1.2-11ubuntu0.16.04.4) ... unit-abot-epc-basic-0: 11:44:01 DEBUG unit.abot-epc-basic/0.install Setting up libcurl3:amd64 (7.47.0-1ubuntu2.9) ... unit-abot-epc-basic-0: 11:44:01 DEBUG unit.abot-epc-basic/0.install Setting up libjsoncpp1:amd64 (1.7.2-1) ... unit-abot-epc-basic-0: 11:44:01 DEBUG unit.abot-epc-basic/0.install Setting up cmake (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 11:44:01 DEBUG unit.abot-epc-basic/0.install Setting up cmake-curses-gui (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 11:44:01 DEBUG unit.abot-epc-basic/0.install Setting up m4 (1.4.17-5) ... unit-abot-epc-basic-0: 11:44:01 DEBUG unit.abot-epc-basic/0.install Setting up libfl-dev:amd64 (2.6.0-11) ... unit-abot-epc-basic-0: 11:44:01 DEBUG unit.abot-epc-basic/0.install Setting up flex (2.6.0-11) ... unit-abot-epc-basic-0: 11:44:01 DEBUG unit.abot-epc-basic/0.install Setting up fonts-lato (2.0-1) ... unit-abot-epc-basic-0: 11:44:01 DEBUG unit.abot-epc-basic/0.install Setting up imagemagick-common (8:6.8.9.9-7ubuntu5.13) ... unit-abot-epc-basic-0: 11:44:02 DEBUG unit.abot-epc-basic/0.install Setting up libaudio2:amd64 (1.9.4-4) ... unit-abot-epc-basic-0: 11:44:02 DEBUG unit.abot-epc-basic/0.install Setting up libexif12:amd64 (0.6.21-2) ... unit-abot-epc-basic-0: 11:44:02 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-double3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 11:44:03 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-long3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 11:44:03 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-quad3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 11:44:03 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-single3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 11:44:03 DEBUG unit.abot-epc-basic/0.install Setting up libieee1284-3:amd64 (0.2.11-12) ... unit-abot-epc-basic-0: 11:44:03 DEBUG unit.abot-epc-basic/0.install Setting up liblqr-1-0:amd64 (0.4.2-2) ... unit-abot-epc-basic-0: 11:44:04 DEBUG unit.abot-epc-basic/0.install Setting up libltdl7:amd64 (2.4.6-0.1) ... unit-abot-epc-basic-0: 11:44:04 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: 11:44:04 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: 11:44:04 DEBUG unit.abot-epc-basic/0.install Setting up libmng2:amd64 (2.0.2-0ubuntu3) ... unit-abot-epc-basic-0: 11:44:04 DEBUG unit.abot-epc-basic/0.install Setting up libmtdev1:amd64 (1.1.5-1ubuntu2) ... unit-abot-epc-basic-0: 11:44:04 DEBUG unit.abot-epc-basic/0.install Setting up libpcrecpp0v5:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 11:44:04 DEBUG unit.abot-epc-basic/0.install Setting up libblas-common (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 11:44:05 DEBUG unit.abot-epc-basic/0.install Setting up libblas3 (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 11:44:05 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: 11:44:05 DEBUG unit.abot-epc-basic/0.install Setting up libgfortran3:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 11:44:05 DEBUG unit.abot-epc-basic/0.install Setting up libopenblas-base (0.2.18-1ubuntu1) ... unit-abot-epc-basic-0: 11:44:05 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: 11:44:05 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: 11:44:05 DEBUG unit.abot-epc-basic/0.install Setting up libatlas3-base (3.10.2-9) ... unit-abot-epc-basic-0: 11:44:05 DEBUG unit.abot-epc-basic/0.install Setting up liblapack3 (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 11:44:05 DEBUG unit.abot-epc-basic/0.install Setting up libqrupdate1:amd64 (1.1.2-1build1) ... unit-abot-epc-basic-0: 11:44:06 DEBUG unit.abot-epc-basic/0.install Setting up libpcre16-3:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 11:44:06 DEBUG unit.abot-epc-basic/0.install Setting up libqt5core5a:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 11:44:06 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-server0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 11:44:06 DEBUG unit.abot-epc-basic/0.install Setting up libgbm1:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 11:44:06 DEBUG unit.abot-epc-basic/0.install Setting up libcapnp-0.5.3:amd64 (0.5.3-2ubuntu1.1) ... unit-abot-epc-basic-0: 11:44:06 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: 11:44:06 DEBUG unit.abot-epc-basic/0.install Setting up libmircore1:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 11:44:06 DEBUG unit.abot-epc-basic/0.install Setting up libmircommon7:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 11:44:06 DEBUG unit.abot-epc-basic/0.install Setting up libprotobuf-lite9v5:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 11:44:07 DEBUG unit.abot-epc-basic/0.install Setting up libmirprotobuf3:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 11:44:07 DEBUG unit.abot-epc-basic/0.install Setting up libxkbcommon0:amd64 (0.5.0-1ubuntu2.1) ... unit-abot-epc-basic-0: 11:44:07 DEBUG unit.abot-epc-basic/0.install Setting up libmirclient9:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 11:44:07 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-client0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 11:44:07 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-xfixes0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:44:08 DEBUG unit.abot-epc-basic/0.install Setting up libegl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 11:44:08 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: 11:44:08 DEBUG unit.abot-epc-basic/0.install Setting up libevdev2:amd64 (1.4.6+dfsg-1) ... unit-abot-epc-basic-0: 11:44:08 DEBUG unit.abot-epc-basic/0.install Setting up libgudev-1.0-0:amd64 (1:230-2) ... unit-abot-epc-basic-0: 11:44:08 DEBUG unit.abot-epc-basic/0.install Setting up libwacom-common (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 11:44:08 DEBUG unit.abot-epc-basic/0.install Setting up libwacom2:amd64 (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 11:44:08 DEBUG unit.abot-epc-basic/0.install Setting up libinput-bin (1.6.3-1ubuntu1~16.04.1) ... unit-abot-epc-basic-0: 11:44:08 DEBUG unit.abot-epc-basic/0.install Setting up libinput10:amd64 (1.6.3-1ubuntu1~16.04.1) ... unit-abot-epc-basic-0: 11:44:09 DEBUG unit.abot-epc-basic/0.install Setting up libqt5dbus5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 11:44:09 DEBUG unit.abot-epc-basic/0.install Setting up libproxy1v5:amd64 (0.4.11-5ubuntu1) ... unit-abot-epc-basic-0: 11:44:09 DEBUG unit.abot-epc-basic/0.install Setting up libqt5network5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 11:44:09 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-icccm4:amd64 (0.4.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:44:10 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-util1:amd64 (0.4.0-0ubuntu3) ... unit-abot-epc-basic-0: 11:44:10 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-image0:amd64 (0.4.0-1build1) ... unit-abot-epc-basic-0: 11:44:10 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-keysyms1:amd64 (0.4.0-1) ... unit-abot-epc-basic-0: 11:44:10 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-randr0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:44:10 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-render-util0:amd64 (0.3.9-1) ... unit-abot-epc-basic-0: 11:44:10 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-shape0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:44:10 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-xkb1:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:44:11 DEBUG unit.abot-epc-basic/0.install Setting up libxkbcommon-x11-0:amd64 (0.5.0-1ubuntu2.1) ... unit-abot-epc-basic-0: 11:44:11 DEBUG unit.abot-epc-basic/0.install Setting up libqt5gui5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 11:44:11 DEBUG unit.abot-epc-basic/0.install Setting up libqt5widgets5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 11:44:11 DEBUG unit.abot-epc-basic/0.install Setting up libqt5svg5:amd64 (5.5.1-2build1) ... unit-abot-epc-basic-0: 11:44:11 DEBUG unit.abot-epc-basic/0.install Setting up glib-networking-common (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 11:44:11 DEBUG unit.abot-epc-basic/0.install Setting up glib-networking-services (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 11:44:11 DEBUG unit.abot-epc-basic/0.install Setting up libdconf1:amd64 (0.24.0-2) ... unit-abot-epc-basic-0: 11:44:11 DEBUG unit.abot-epc-basic/0.install Setting up dconf-service (0.24.0-2) ... unit-abot-epc-basic-0: 11:44:11 DEBUG unit.abot-epc-basic/0.install Setting up dconf-gsettings-backend:amd64 (0.24.0-2) ... unit-abot-epc-basic-0: 11:44:12 DEBUG unit.abot-epc-basic/0.install Setting up gsettings-desktop-schemas (3.18.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:44:12 DEBUG unit.abot-epc-basic/0.install Setting up glib-networking:amd64 (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 11:44:12 DEBUG unit.abot-epc-basic/0.install Setting up libsoup2.4-1:amd64 (2.52.2-1ubuntu0.3) ... unit-abot-epc-basic-0: 11:44:12 DEBUG unit.abot-epc-basic/0.install Setting up libsoup-gnome2.4-1:amd64 (2.52.2-1ubuntu0.3) ... unit-abot-epc-basic-0: 11:44:13 DEBUG unit.abot-epc-basic/0.install Setting up librest-0.7-0:amd64 (0.7.93-1) ... unit-abot-epc-basic-0: 11:44:13 DEBUG unit.abot-epc-basic/0.install Setting up libsamplerate0:amd64 (0.1.8-8) ... unit-abot-epc-basic-0: 11:44:13 DEBUG unit.abot-epc-basic/0.install Setting up libsane-common (1.0.25+git20150528-1ubuntu2.16.04.1) ... unit-abot-epc-basic-0: 11:44:18 DEBUG unit.abot-epc-basic/0.install Setting up libserf-1-1:amd64 (1.3.8-1) ... unit-abot-epc-basic-0: 11:44:18 DEBUG unit.abot-epc-basic/0.install Setting up libunistring0:amd64 (0.9.3-5.2ubuntu1) ... unit-abot-epc-basic-0: 11:44:19 DEBUG unit.abot-epc-basic/0.install Setting up libxft2:amd64 (2.3.2-1) ... unit-abot-epc-basic-0: 11:44:19 DEBUG unit.abot-epc-basic/0.install Setting up libxss1:amd64 (1:1.2.2-1) ... unit-abot-epc-basic-0: 11:44:19 DEBUG unit.abot-epc-basic/0.install Setting up libxv1:amd64 (2:1.0.10-1) ... unit-abot-epc-basic-0: 11:44:20 DEBUG unit.abot-epc-basic/0.install Setting up libxxf86dga1:amd64 (2:1.1.4-1) ... unit-abot-epc-basic-0: 11:44:20 DEBUG unit.abot-epc-basic/0.install Setting up poppler-data (0.4.7-7) ... unit-abot-epc-basic-0: 11:44:21 DEBUG unit.abot-epc-basic/0.install Setting up libidn2-0:amd64 (0.10-3) ... unit-abot-epc-basic-0: 11:44:21 DEBUG unit.abot-epc-basic/0.install Setting up libslicot0:amd64 (5.0+20101122-2) ... unit-abot-epc-basic-0: 11:44:21 DEBUG unit.abot-epc-basic/0.install Setting up libatspi2.0-0:amd64 (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 11:44:22 DEBUG unit.abot-epc-basic/0.install Setting up libatk-bridge2.0-0:amd64 (2.18.1-2ubuntu1) ... unit-abot-epc-basic-0: 11:44:22 DEBUG unit.abot-epc-basic/0.install Setting up libcairo-gobject2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 11:44:22 DEBUG unit.abot-epc-basic/0.install Setting up libcolord2:amd64 (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 11:44:23 DEBUG unit.abot-epc-basic/0.install Setting up libepoxy0:amd64 (1.3.1-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 11:44:23 DEBUG unit.abot-epc-basic/0.install Setting up libjson-glib-1.0-common (1.1.2-0ubuntu1) ... unit-abot-epc-basic-0: 11:44:23 DEBUG unit.abot-epc-basic/0.install Setting up libjson-glib-1.0-0:amd64 (1.1.2-0ubuntu1) ... unit-abot-epc-basic-0: 11:44:23 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-cursor0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 11:44:23 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: 11:44:24 DEBUG unit.abot-epc-basic/0.install Setting up libcroco3:amd64 (0.6.11-1) ... unit-abot-epc-basic-0: 11:44:24 DEBUG unit.abot-epc-basic/0.install Setting up librsvg2-2:amd64 (2.40.13-3) ... unit-abot-epc-basic-0: 11:44:24 DEBUG unit.abot-epc-basic/0.install Setting up librsvg2-common:amd64 (2.40.13-3) ... unit-abot-epc-basic-0: 11:44:24 DEBUG unit.abot-epc-basic/0.install Setting up at-spi2-core (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 11:44:25 DEBUG unit.abot-epc-basic/0.install Setting up autoconf (2.69-9) ... unit-abot-epc-basic-0: 11:44:25 DEBUG unit.abot-epc-basic/0.install Setting up autotools-dev (20150820.1) ... unit-abot-epc-basic-0: 11:44:25 DEBUG unit.abot-epc-basic/0.install Setting up automake (1:1.15-4ubuntu1) ... unit-abot-epc-basic-0: 11:44:25 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: 11:44:25 DEBUG unit.abot-epc-basic/0.install Setting up libbison-dev:amd64 (2:3.0.4.dfsg-1) ... unit-abot-epc-basic-0: 11:44:25 DEBUG unit.abot-epc-basic/0.install Setting up bison (2:3.0.4.dfsg-1) ... unit-abot-epc-basic-0: 11:44:26 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: 11:44:26 DEBUG unit.abot-epc-basic/0.install Setting up castxml (0.1+git20160202-1.1) ... unit-abot-epc-basic-0: 11:44:26 DEBUG unit.abot-epc-basic/0.install Setting up libgusb2:amd64 (0.2.9-0ubuntu1) ... unit-abot-epc-basic-0: 11:44:26 DEBUG unit.abot-epc-basic/0.install Setting up libcolorhug2:amd64 (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 11:44:26 DEBUG unit.abot-epc-basic/0.install Setting up libvpx3:amd64 (1.5.0-2ubuntu1) ... unit-abot-epc-basic-0: 11:44:26 DEBUG unit.abot-epc-basic/0.install Setting up libxpm4:amd64 (1:3.5.11-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 11:44:26 DEBUG unit.abot-epc-basic/0.install Setting up libgd3:amd64 (2.1.1-4ubuntu0.16.04.10) ... unit-abot-epc-basic-0: 11:44:26 DEBUG unit.abot-epc-basic/0.install Setting up libgphoto2-port12:amd64 (2.5.9-3) ... unit-abot-epc-basic-0: 11:44:27 DEBUG unit.abot-epc-basic/0.install Setting up libgphoto2-6:amd64 (2.5.9-3) ... unit-abot-epc-basic-0: 11:44:27 DEBUG unit.abot-epc-basic/0.install Setting up libsane:amd64 (1.0.25+git20150528-1ubuntu2.16.04.1) ... unit-abot-epc-basic-0: 11:44:27 DEBUG unit.abot-epc-basic/0.install Adding scanner group... unit-abot-epc-basic-0: 11:44:27 DEBUG unit.abot-epc-basic/0.install Setting up colord-data (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 11:44:27 DEBUG unit.abot-epc-basic/0.install Setting up colord (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 11:44:28 DEBUG unit.abot-epc-basic/0.install colord.service is a disabled or a static unit, not starting it. unit-abot-epc-basic-0: 11:44:28 DEBUG unit.abot-epc-basic/0.install Setting up gettext (0.19.7-2ubuntu3) ... unit-abot-epc-basic-0: 11:44:29 DEBUG unit.abot-epc-basic/0.install Setting up intltool-debian (0.35.0+20060710.4) ... unit-abot-epc-basic-0: 11:44:29 DEBUG unit.abot-epc-basic/0.install Setting up po-debconf (1.0.19) ... unit-abot-epc-basic-0: 11:44:29 DEBUG unit.abot-epc-basic/0.install Setting up libarchive-zip-perl (1.56-2ubuntu0.1) ... unit-abot-epc-basic-0: 11:44:29 DEBUG unit.abot-epc-basic/0.install Setting up libfile-stripnondeterminism-perl (0.015-1) ... unit-abot-epc-basic-0: 11:44:29 DEBUG unit.abot-epc-basic/0.install Setting up libtimedate-perl (2.3000-2) ... unit-abot-epc-basic-0: 11:44:29 DEBUG unit.abot-epc-basic/0.install Setting up default-jre-headless (2:1.8-56ubuntu2) ... unit-abot-epc-basic-0: 11:44:30 DEBUG unit.abot-epc-basic/0.install Setting up libllvm3.6v5:amd64 (1:3.6.2-3ubuntu2) ... unit-abot-epc-basic-0: 11:44:30 DEBUG unit.abot-epc-basic/0.install Setting up libobjc4:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 11:44:30 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: 11:44:30 DEBUG unit.abot-epc-basic/0.install Setting up libclang1-3.6:amd64 (1:3.6.2-3ubuntu2) ... unit-abot-epc-basic-0: 11:44:30 DEBUG unit.abot-epc-basic/0.install Setting up doxygen (1.8.11-1) ... unit-abot-epc-basic-0: 11:44:31 DEBUG unit.abot-epc-basic/0.install Setting up libqt5xml5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 11:44:31 DEBUG unit.abot-epc-basic/0.install Setting up doxygen-gui (1.8.11-1) ... unit-abot-epc-basic-0: 11:44:31 DEBUG unit.abot-epc-basic/0.install Setting up fonts-liberation (1.07.4-1) ... unit-abot-epc-basic-0: 11:44:31 DEBUG unit.abot-epc-basic/0.install Setting up tex-common (6.04ubuntu1) ... unit-abot-epc-basic-0: 11:44:31 DEBUG unit.abot-epc-basic/0.install update-language: texlive-base not installed and configured, doing nothing! unit-abot-epc-basic-0: 11:44:32 DEBUG unit.abot-epc-basic/0.install Setting up fonts-lmodern (2.004.5-1) ... unit-abot-epc-basic-0: 11:44:32 DEBUG unit.abot-epc-basic/0.install Setting up gccxml (0.9.0+git20140716-6) ... unit-abot-epc-basic-0: 11:44:32 DEBUG unit.abot-epc-basic/0.install Setting up gconf2-common (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 11:44:32 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 11:44:32 DEBUG unit.abot-epc-basic/0.install Creating config file /etc/gconf/2/path with new version unit-abot-epc-basic-0: 11:44:32 DEBUG unit.abot-epc-basic/0.install Setting up libgconf-2-4:amd64 (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 11:44:33 DEBUG unit.abot-epc-basic/0.install Setting up libbabeltrace1:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 11:44:33 DEBUG unit.abot-epc-basic/0.install Setting up libbabeltrace-ctf1:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 11:44:33 DEBUG unit.abot-epc-basic/0.install Setting up gdb (7.11.1-0ubuntu1~16.5) ... unit-abot-epc-basic-0: 11:44:34 DEBUG unit.abot-epc-basic/0.install Setting up gdbserver (7.11.1-0ubuntu1~16.5) ... unit-abot-epc-basic-0: 11:44:34 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: 11:44:34 DEBUG unit.abot-epc-basic/0.install Setting up gfortran-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 11:44:34 DEBUG unit.abot-epc-basic/0.install Setting up gfortran (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:44:34 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: 11:44:34 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: 11:44:34 DEBUG unit.abot-epc-basic/0.install Setting up libcupsfilters1:amd64 (1.8.3-2ubuntu3.4) ... unit-abot-epc-basic-0: 11:44:34 DEBUG unit.abot-epc-basic/0.install Setting up libcupsimage2:amd64 (2.1.3-4ubuntu0.5) ... unit-abot-epc-basic-0: 11:44:35 DEBUG unit.abot-epc-basic/0.install Setting up libijs-0.35:amd64 (0.35-12) ... unit-abot-epc-basic-0: 11:44:35 DEBUG unit.abot-epc-basic/0.install Setting up libjbig2dec0 (0.12+20150918-1ubuntu0.1) ... unit-abot-epc-basic-0: 11:44:35 DEBUG unit.abot-epc-basic/0.install Setting up libpaper1:amd64 (1.1.24+nmu4ubuntu1) ... unit-abot-epc-basic-0: 11:44:35 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 11:44:35 DEBUG unit.abot-epc-basic/0.install Creating config file /etc/papersize with new version unit-abot-epc-basic-0: 11:44:36 DEBUG unit.abot-epc-basic/0.install Setting up libgs9-common (9.25~dfsg+1-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 11:44:36 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: 11:44:36 DEBUG unit.abot-epc-basic/0.install Setting up libgs9:amd64 (9.25~dfsg+1-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 11:44:36 DEBUG unit.abot-epc-basic/0.install Setting up gsfonts (1:8.11+urwcyr1.0.7~pre44-4.2ubuntu1) ... unit-abot-epc-basic-0: 11:44:36 DEBUG unit.abot-epc-basic/0.install Setting up ghostscript (9.25~dfsg+1-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 11:44:37 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-atk-1.0 (2.18.0-1) ... unit-abot-epc-basic-0: 11:44:37 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-atspi-2.0 (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 11:44:37 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-freedesktop:amd64 (1.46.0-3ubuntu1) ... unit-abot-epc-basic-0: 11:44:37 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: 11:44:37 DEBUG unit.abot-epc-basic/0.install Setting up libpangoxft-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 11:44:38 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-pango-1.0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 11:44:39 DEBUG unit.abot-epc-basic/0.install Setting up aglfn (1.7-3) ... unit-abot-epc-basic-0: 11:44:39 DEBUG unit.abot-epc-basic/0.install Setting up gnuplot-tex (4.6.6-3) ... unit-abot-epc-basic-0: 11:44:40 DEBUG unit.abot-epc-basic/0.install Setting up gnuplot-data (4.6.6-3) ... unit-abot-epc-basic-0: 11:44:40 DEBUG unit.abot-epc-basic/0.install Setting up gnuplot-x11 (4.6.6-3) ... unit-abot-epc-basic-0: 11:44:41 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: 11:44:41 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: 11:44:41 DEBUG unit.abot-epc-basic/0.install Setting up libcdt5 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 11:44:41 DEBUG unit.abot-epc-basic/0.install Setting up libcgraph6 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 11:44:42 DEBUG unit.abot-epc-basic/0.install Setting up libpathplan4 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 11:44:42 DEBUG unit.abot-epc-basic/0.install Setting up libgvc6 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 11:44:42 DEBUG unit.abot-epc-basic/0.install Setting up libgvpr2 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 11:44:42 DEBUG unit.abot-epc-basic/0.install Setting up libxmu6:amd64 (2:1.1.2-2) ... unit-abot-epc-basic-0: 11:44:42 DEBUG unit.abot-epc-basic/0.install Setting up libxaw7:amd64 (2:1.0.13-1) ... unit-abot-epc-basic-0: 11:44:44 DEBUG unit.abot-epc-basic/0.install Setting up graphviz (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 11:44:44 DEBUG unit.abot-epc-basic/0.install Setting up libjudydebian1 (1.0.5-5) ... unit-abot-epc-basic-0: 11:44:44 DEBUG unit.abot-epc-basic/0.install Setting up libtcl8.6:amd64 (8.6.5+dfsg-2) ... unit-abot-epc-basic-0: 11:44:44 DEBUG unit.abot-epc-basic/0.install Setting up libtk8.6:amd64 (8.6.5-1) ... unit-abot-epc-basic-0: 11:44:44 DEBUG unit.abot-epc-basic/0.install Setting up libgc1c2:amd64 (1:7.4.2-7.3ubuntu0.1) ... unit-abot-epc-basic-0: 11:44:45 DEBUG unit.abot-epc-basic/0.install Setting up guile-2.0-libs:amd64 (2.0.11+1-10ubuntu0.1) ... unit-abot-epc-basic-0: 11:44:45 DEBUG unit.abot-epc-basic/0.install Setting up guile-2.0 (2.0.11+1-10ubuntu0.1) ... unit-abot-epc-basic-0: 11:44:45 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/guile-2.0 to provide /usr/bin/guile (guile) in auto mode unit-abot-epc-basic-0: 11:44:45 DEBUG unit.abot-epc-basic/0.install Setting up libtinfo-dev:amd64 (6.0+20160213-1ubuntu1) ... unit-abot-epc-basic-0: 11:44:45 DEBUG unit.abot-epc-basic/0.install Setting up libncurses5-dev:amd64 (6.0+20160213-1ubuntu1) ... unit-abot-epc-basic-0: 11:44:45 DEBUG unit.abot-epc-basic/0.install Setting up libreadline6-dev:amd64 (6.3-8ubuntu2) ... unit-abot-epc-basic-0: 11:44:46 DEBUG unit.abot-epc-basic/0.install Setting up libltdl-dev:amd64 (2.4.6-0.1) ... unit-abot-epc-basic-0: 11:44:46 DEBUG unit.abot-epc-basic/0.install Setting up libgmpxx4ldbl:amd64 (2:6.1.0+dfsg-2) ... unit-abot-epc-basic-0: 11:44:46 DEBUG unit.abot-epc-basic/0.install Setting up libgmp-dev:amd64 (2:6.1.0+dfsg-2) ... unit-abot-epc-basic-0: 11:44:46 DEBUG unit.abot-epc-basic/0.install Setting up libgc-dev:amd64 (1:7.4.2-7.3ubuntu0.1) ... unit-abot-epc-basic-0: 11:44:47 DEBUG unit.abot-epc-basic/0.install Setting up pkg-config (0.29.1-0ubuntu1) ... unit-abot-epc-basic-0: 11:44:47 DEBUG unit.abot-epc-basic/0.install Setting up guile-2.0-dev (2.0.11+1-10ubuntu0.1) ... unit-abot-epc-basic-0: 11:44:47 DEBUG unit.abot-epc-basic/0.install Setting up hdf5-helpers (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 11:44:47 DEBUG unit.abot-epc-basic/0.install Setting up icu-devtools (55.1-7ubuntu0.4) ... unit-abot-epc-basic-0: 11:44:47 DEBUG unit.abot-epc-basic/0.install Setting up iperf (2.0.5+dfsg1-2ubuntu0.1) ... unit-abot-epc-basic-0: 11:44:47 DEBUG unit.abot-epc-basic/0.install Setting up iproute (1:4.3.0-1ubuntu3.16.04.3) ... unit-abot-epc-basic-0: 11:44:48 DEBUG unit.abot-epc-basic/0.install Setting up iptables-dev (1.6.0-2ubuntu3) ... unit-abot-epc-basic-0: 11:44:48 DEBUG unit.abot-epc-basic/0.install Setting up javascript-common (11) ... unit-abot-epc-basic-0: 11:44:48 DEBUG unit.abot-epc-basic/0.install apache2_invoke: Enable configuration javascript-common unit-abot-epc-basic-0: 11:44:48 DEBUG unit.abot-epc-basic/0.install Setting up libaec0:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 11:44:49 DEBUG unit.abot-epc-basic/0.install Setting up libsuitesparseconfig4.4.6:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 11:44:49 DEBUG unit.abot-epc-basic/0.install Setting up libamd2.4.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 11:44:49 DEBUG unit.abot-epc-basic/0.install Setting up libarpack2 (3.3.0-1build2) ... unit-abot-epc-basic-0: 11:44:50 DEBUG unit.abot-epc-basic/0.install Setting up libasprintf-dev:amd64 (0.19.7-2ubuntu3) ... unit-abot-epc-basic-0: 11:44:50 DEBUG unit.abot-epc-basic/0.install Setting up libglib2.0-bin (2.48.2-0ubuntu4.1) ... unit-abot-epc-basic-0: 11:44:50 DEBUG unit.abot-epc-basic/0.install Setting up libpcre32-3:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 11:44:51 DEBUG unit.abot-epc-basic/0.install Setting up libpcre3-dev:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 11:44:51 DEBUG unit.abot-epc-basic/0.install Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 11:44:51 DEBUG unit.abot-epc-basic/0.install Setting up libglib2.0-dev (2.48.2-0ubuntu4.1) ... unit-abot-epc-basic-0: 11:44:51 DEBUG unit.abot-epc-basic/0.install Setting up libdbus-1-dev:amd64 (1.10.6-1ubuntu3.3) ... unit-abot-epc-basic-0: 11:44:51 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-xext-dev (7.3.0-1) ... unit-abot-epc-basic-0: 11:44:52 DEBUG unit.abot-epc-basic/0.install Setting up libxext-dev:amd64 (2:1.3.3-1) ... unit-abot-epc-basic-0: 11:44:52 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-fixes-dev (1:5.0-2ubuntu2) ... unit-abot-epc-basic-0: 11:44:52 DEBUG unit.abot-epc-basic/0.install Setting up libxfixes-dev:amd64 (1:5.0.1-2) ... unit-abot-epc-basic-0: 11:44:52 DEBUG unit.abot-epc-basic/0.install Setting up libxi-dev (2:1.7.6-1) ... unit-abot-epc-basic-0: 11:44:52 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-record-dev (1.14.2-1) ... unit-abot-epc-basic-0: 11:44:52 DEBUG unit.abot-epc-basic/0.install Setting up libxtst-dev:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 11:44:53 DEBUG unit.abot-epc-basic/0.install Setting up libatspi2.0-dev (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 11:44:53 DEBUG unit.abot-epc-basic/0.install Setting up libatk-bridge2.0-dev:amd64 (2.18.1-2ubuntu1) ... unit-abot-epc-basic-0: 11:44:53 DEBUG unit.abot-epc-basic/0.install Setting up libatk1.0-dev (2.18.0-1) ... unit-abot-epc-basic-0: 11:44:53 DEBUG unit.abot-epc-basic/0.install Setting up libblas-dev (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 11:44:53 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-abot-epc-basic-0: 11:44:53 DEBUG unit.abot-epc-basic/0.install Setting up libatlas-dev (3.10.2-9) ... unit-abot-epc-basic-0: 11:44:53 DEBUG unit.abot-epc-basic/0.install Setting up libatlas-base-dev (3.10.2-9) ... unit-abot-epc-basic-0: 11:44:54 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: 11:44:54 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-abot-epc-basic-0: 11:44:54 DEBUG unit.abot-epc-basic/0.install Setting up libcairo-script-interpreter2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 11:44:54 DEBUG unit.abot-epc-basic/0.install Setting up libpng12-dev:amd64 (1.2.54-1ubuntu1.1) ... unit-abot-epc-basic-0: 11:44:54 DEBUG unit.abot-epc-basic/0.install Setting up libfreetype6-dev:amd64 (2.6.1-0.1ubuntu2.3) ... unit-abot-epc-basic-0: 11:44:55 DEBUG unit.abot-epc-basic/0.install Setting up libfontconfig1-dev:amd64 (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 11:44:55 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-render-dev (2:0.11.1-2) ... unit-abot-epc-basic-0: 11:44:55 DEBUG unit.abot-epc-basic/0.install Setting up libxrender-dev:amd64 (1:0.9.9-0ubuntu1) ... unit-abot-epc-basic-0: 11:44:55 DEBUG unit.abot-epc-basic/0.install Setting up libpixman-1-dev (0.33.6-1) ... unit-abot-epc-basic-0: 11:44:55 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-render0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:44:55 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-shm0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:44:56 DEBUG unit.abot-epc-basic/0.install Setting up libcairo2-dev (1.14.6-1) ... unit-abot-epc-basic-0: 11:44:56 DEBUG unit.abot-epc-basic/0.install Setting up libcamd2.4.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 11:44:56 DEBUG unit.abot-epc-basic/0.install Setting up libccolamd2.9.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 11:44:56 DEBUG unit.abot-epc-basic/0.install Setting up libcolamd2.9.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 11:44:57 DEBUG unit.abot-epc-basic/0.install Setting up libcholmod3.0.6:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 11:44:57 DEBUG unit.abot-epc-basic/0.install Setting up libconfig9:amd64 (1.5-0.2) ... unit-abot-epc-basic-0: 11:44:57 DEBUG unit.abot-epc-basic/0.install Setting up libconfig-dev:amd64 (1.5-0.2) ... unit-abot-epc-basic-0: 11:44:57 DEBUG unit.abot-epc-basic/0.install Setting up libconfig-doc (1.5-0.2) ... unit-abot-epc-basic-0: 11:44:57 DEBUG unit.abot-epc-basic/0.install Setting up libconfig8-dev (1.5-0.2) ... unit-abot-epc-basic-0: 11:44:58 DEBUG unit.abot-epc-basic/0.install Setting up libcxsparse3.1.4:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 11:44:58 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-dev:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 11:44:58 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-dri2-dev (2.8-2) ... unit-abot-epc-basic-0: 11:44:58 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-gl-dev (1.4.17-1) ... unit-abot-epc-basic-0: 11:44:58 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-xf86vidmode-dev (2.3.1-2) ... unit-abot-epc-basic-0: 11:44:58 DEBUG unit.abot-epc-basic/0.install Setting up libxxf86vm-dev:amd64 (1:1.1.4-1) ... unit-abot-epc-basic-0: 11:44:58 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-damage-dev (1:1.2.1-2) ... unit-abot-epc-basic-0: 11:44:58 DEBUG unit.abot-epc-basic/0.install Setting up libxdamage-dev:amd64 (1:1.1.4-2) ... unit-abot-epc-basic-0: 11:44:59 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-glx0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:44:59 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-dri2-0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:44:59 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-dri3-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:44:59 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-randr0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:45:00 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-shape0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:45:00 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-xfixes0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:45:00 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-sync-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:45:00 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-present-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:45:01 DEBUG unit.abot-epc-basic/0.install Setting up libxshmfence-dev:amd64 (1.2-1) ... unit-abot-epc-basic-0: 11:45:01 DEBUG unit.abot-epc-basic/0.install Setting up libx11-xcb-dev:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 11:45:01 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-bin (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 11:45:01 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-dev:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 11:45:01 DEBUG unit.abot-epc-basic/0.install Setting up libmircore-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 11:45:01 DEBUG unit.abot-epc-basic/0.install Setting up libprotobuf9v5:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 11:45:02 DEBUG unit.abot-epc-basic/0.install Setting up libprotobuf-dev:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 11:45:02 DEBUG unit.abot-epc-basic/0.install Setting up libxkbcommon-dev (0.5.0-1ubuntu2.1) ... unit-abot-epc-basic-0: 11:45:02 DEBUG unit.abot-epc-basic/0.install Setting up libmircommon-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 11:45:03 DEBUG unit.abot-epc-basic/0.install Setting up libmircookie2:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 11:45:03 DEBUG unit.abot-epc-basic/0.install Setting up libmircookie-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 11:45:03 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: 11:45:03 DEBUG unit.abot-epc-basic/0.install Setting up libegl1-mesa-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 11:45:03 DEBUG unit.abot-epc-basic/0.install Setting up libencode-locale-perl (1.05-1) ... unit-abot-epc-basic-0: 11:45:03 DEBUG unit.abot-epc-basic/0.install Setting up libepoxy-dev:amd64 (1.3.1-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 11:45:03 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-bin (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 11:45:03 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-dev:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 11:45:04 DEBUG unit.abot-epc-basic/0.install Setting up libipc-system-simple-perl (1.25-3) ... unit-abot-epc-basic-0: 11:45:04 DEBUG unit.abot-epc-basic/0.install Setting up libfile-basedir-perl (0.07-1) ... unit-abot-epc-basic-0: 11:45:04 DEBUG unit.abot-epc-basic/0.install Setting up liburi-perl (1.71-1) ... unit-abot-epc-basic-0: 11:45:04 DEBUG unit.abot-epc-basic/0.install Setting up libfile-desktopentry-perl (0.22-1) ... unit-abot-epc-basic-0: 11:45:04 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-date-perl (6.02-1) ... unit-abot-epc-basic-0: 11:45:04 DEBUG unit.abot-epc-basic/0.install Setting up libfile-listing-perl (6.04-1) ... unit-abot-epc-basic-0: 11:45:05 DEBUG unit.abot-epc-basic/0.install Setting up libfile-mimeinfo-perl (0.27-1) ... unit-abot-epc-basic-0: 11:45:05 DEBUG unit.abot-epc-basic/0.install Setting up libfltk1.3:amd64 (1.3.3-7) ... unit-abot-epc-basic-0: 11:45:05 DEBUG unit.abot-epc-basic/0.install Setting up libfltk-gl1.3:amd64 (1.3.3-7) ... unit-abot-epc-basic-0: 11:45:06 DEBUG unit.abot-epc-basic/0.install Setting up libfont-afm-perl (1.20-1) ... unit-abot-epc-basic-0: 11:45:06 DEBUG unit.abot-epc-basic/0.install Setting up libfontenc1:amd64 (1:1.1.3-1) ... unit-abot-epc-basic-0: 11:45:06 DEBUG unit.abot-epc-basic/0.install Setting up libforms2 (1.2.3-1.2) ... unit-abot-epc-basic-0: 11:45:06 DEBUG unit.abot-epc-basic/0.install Setting up libforms-bin (1.2.3-1.2) ... unit-abot-epc-basic-0: 11:45:06 DEBUG unit.abot-epc-basic/0.install Setting up libxpm-dev:amd64 (1:3.5.11-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 11:45:07 DEBUG unit.abot-epc-basic/0.install Setting up libforms-dev (1.2.3-1.2) ... unit-abot-epc-basic-0: 11:45:07 DEBUG unit.abot-epc-basic/0.install Setting up libgpg-error-dev (1.21-2ubuntu1) ... unit-abot-epc-basic-0: 11:45:07 DEBUG unit.abot-epc-basic/0.install Setting up libgcrypt20-dev (1.6.5-2ubuntu0.5) ... unit-abot-epc-basic-0: 11:45:07 DEBUG unit.abot-epc-basic/0.install Setting up libgcrypt11-dev (1.5.4-3+really1.6.5-2ubuntu0.5) ... unit-abot-epc-basic-0: 11:45:08 DEBUG unit.abot-epc-basic/0.install Setting up libgdk-pixbuf2.0-dev (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 11:45:08 DEBUG unit.abot-epc-basic/0.install Setting up libgettextpo0:amd64 (0.19.7-2ubuntu3) ... unit-abot-epc-basic-0: 11:45:08 DEBUG unit.abot-epc-basic/0.install Setting up libgettextpo-dev:amd64 (0.19.7-2ubuntu3) ... unit-abot-epc-basic-0: 11:45:08 DEBUG unit.abot-epc-basic/0.install Setting up libgl2ps0 (1.3.8-1.2) ... unit-abot-epc-basic-0: 11:45:08 DEBUG unit.abot-epc-basic/0.install Setting up libglpk36:amd64 (4.57-1build3) ... unit-abot-epc-basic-0: 11:45:08 DEBUG unit.abot-epc-basic/0.install Setting up libgphoto2-l10n (2.5.9-3) ... unit-abot-epc-basic-0: 11:45:08 DEBUG unit.abot-epc-basic/0.install Setting up libjasper1:amd64 (1.900.1-debian1-2.4ubuntu1.2) ... unit-abot-epc-basic-0: 11:45:09 DEBUG unit.abot-epc-basic/0.install Setting up libwebp5:amd64 (0.4.4-1) ... unit-abot-epc-basic-0: 11:45:09 DEBUG unit.abot-epc-basic/0.install Setting up libwmf0.2-7:amd64 (0.2.8.4-10.5ubuntu1) ... unit-abot-epc-basic-0: 11:45:09 DEBUG unit.abot-epc-basic/0.install Setting up libgraphicsmagick-q16-3 (1.3.23-1build1) ... unit-abot-epc-basic-0: 11:45:10 DEBUG unit.abot-epc-basic/0.install Setting up libgraphicsmagick++-q16-12 (1.3.23-1build1) ... unit-abot-epc-basic-0: 11:45:10 DEBUG unit.abot-epc-basic/0.install Setting up libharfbuzz-icu0:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 11:45:11 DEBUG unit.abot-epc-basic/0.install Setting up libharfbuzz-gobject0:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 11:45:11 DEBUG unit.abot-epc-basic/0.install Setting up libharfbuzz-dev (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 11:45:11 DEBUG unit.abot-epc-basic/0.install Setting up libxft-dev (2.3.2-1) ... unit-abot-epc-basic-0: 11:45:11 DEBUG unit.abot-epc-basic/0.install Setting up libpango1.0-dev (1.38.1-1) ... unit-abot-epc-basic-0: 11:45:11 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-xinerama-dev (1.2.1-2) ... unit-abot-epc-basic-0: 11:45:12 DEBUG unit.abot-epc-basic/0.install Setting up libxinerama-dev:amd64 (2:1.1.3-1) ... unit-abot-epc-basic-0: 11:45:12 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-randr-dev (1.5.0-1) ... unit-abot-epc-basic-0: 11:45:12 DEBUG unit.abot-epc-basic/0.install Setting up libxrandr-dev:amd64 (2:1.5.0-1) ... unit-abot-epc-basic-0: 11:45:12 DEBUG unit.abot-epc-basic/0.install Setting up libxcursor-dev:amd64 (1:1.1.14-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 11:45:12 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-composite-dev (1:0.4.2-2) ... unit-abot-epc-basic-0: 11:45:13 DEBUG unit.abot-epc-basic/0.install Setting up libxcomposite-dev (1:0.4.4-1) ... unit-abot-epc-basic-0: 11:45:13 DEBUG unit.abot-epc-basic/0.install Setting up nettle-dev (3.2-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 11:45:13 DEBUG unit.abot-epc-basic/0.install Setting up libsz2:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 11:45:13 DEBUG unit.abot-epc-basic/0.install Setting up libhdf5-10:amd64 (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 11:45:13 DEBUG unit.abot-epc-basic/0.install Setting up libhdf5-cpp-11:amd64 (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 11:45:13 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg-turbo8-dev:amd64 (1.4.2-0ubuntu3.1) ... unit-abot-epc-basic-0: 11:45:14 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg8-dev:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 11:45:14 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg-dev:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 11:45:14 DEBUG unit.abot-epc-basic/0.install Setting up libaec-dev:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 11:45:14 DEBUG unit.abot-epc-basic/0.install Setting up libhdf5-dev (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 11:45:14 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: 11:45:14 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-tagset-perl (3.20-2) ... unit-abot-epc-basic-0: 11:45:14 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-parser-perl (3.72-1) ... unit-abot-epc-basic-0: 11:45:15 DEBUG unit.abot-epc-basic/0.install Setting up libio-html-perl (1.001-1) ... unit-abot-epc-basic-0: 11:45:15 DEBUG unit.abot-epc-basic/0.install Setting up liblwp-mediatypes-perl (6.02-1) ... unit-abot-epc-basic-0: 11:45:15 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-message-perl (6.11-1) ... unit-abot-epc-basic-0: 11:45:15 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-form-perl (6.03-1) ... unit-abot-epc-basic-0: 11:45:15 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-tree-perl (5.03-2) ... unit-abot-epc-basic-0: 11:45:16 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-format-perl (2.11-2) ... unit-abot-epc-basic-0: 11:45:16 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-cookies-perl (6.01-1) ... unit-abot-epc-basic-0: 11:45:16 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-daemon-perl (6.01-1) ... unit-abot-epc-basic-0: 11:45:16 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-negotiate-perl (6.00-2) ... unit-abot-epc-basic-0: 11:45:16 DEBUG unit.abot-epc-basic/0.install Setting up libicu-dev:amd64 (55.1-7ubuntu0.4) ... unit-abot-epc-basic-0: 11:45:17 DEBUG unit.abot-epc-basic/0.install Setting up libidn11-dev (1.32-3ubuntu1.2) ... unit-abot-epc-basic-0: 11:45:17 DEBUG unit.abot-epc-basic/0.install Setting up libnet-ssleay-perl (1.72-1build1) ... unit-abot-epc-basic-0: 11:45:17 DEBUG unit.abot-epc-basic/0.install Setting up libio-socket-ssl-perl (2.024-1) ... unit-abot-epc-basic-0: 11:45:18 DEBUG unit.abot-epc-basic/0.install Setting up libjack-jackd2-0:amd64 (1.9.10+20150825git1ed50c92~dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 11:45:18 DEBUG unit.abot-epc-basic/0.install Setting up libjs-jquery (1.11.3+dfsg-4) ... unit-abot-epc-basic-0: 11:45:18 DEBUG unit.abot-epc-basic/0.install Setting up libkpathsea6:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 11:45:19 DEBUG unit.abot-epc-basic/0.install Setting up libnet-http-perl (6.09-1) ... unit-abot-epc-basic-0: 11:45:19 DEBUG unit.abot-epc-basic/0.install Setting up libwww-robotrules-perl (6.01-1) ... unit-abot-epc-basic-0: 11:45:19 DEBUG unit.abot-epc-basic/0.install Setting up libmagick++-6.q16-5v5:amd64 (8:6.8.9.9-7ubuntu5.13) ... unit-abot-epc-basic-0: 11:45:19 DEBUG unit.abot-epc-basic/0.install Setting up libsys-hostname-long-perl (1.5-1) ... unit-abot-epc-basic-0: 11:45:19 DEBUG unit.abot-epc-basic/0.install Setting up libmail-sendmail-perl (0.79.16-1) ... unit-abot-epc-basic-0: 11:45:19 DEBUG unit.abot-epc-basic/0.install Setting up libnet-smtp-ssl-perl (1.03-1) ... unit-abot-epc-basic-0: 11:45:19 DEBUG unit.abot-epc-basic/0.install Setting up libmailtools-perl (2.13-1) ... unit-abot-epc-basic-0: 11:45:19 DEBUG unit.abot-epc-basic/0.install Setting up mysql-common (5.7.24-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 11:45:19 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-abot-epc-basic-0: 11:45:19 DEBUG unit.abot-epc-basic/0.install Setting up libmysqlclient20:amd64 (5.7.24-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 11:45:20 DEBUG unit.abot-epc-basic/0.install Setting up libmysqlclient-dev (5.7.24-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 11:45:20 DEBUG unit.abot-epc-basic/0.install Setting up libglu1-mesa:amd64 (9.0.0-2.1) ... unit-abot-epc-basic-0: 11:45:20 DEBUG unit.abot-epc-basic/0.install Setting up libumfpack5.7.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 11:45:20 DEBUG unit.abot-epc-basic/0.install Setting up liboctave3:amd64 (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 11:45:21 DEBUG unit.abot-epc-basic/0.install Setting up libpaper-utils (1.1.24+nmu4ubuntu1) ... unit-abot-epc-basic-0: 11:45:21 DEBUG unit.abot-epc-basic/0.install Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... unit-abot-epc-basic-0: 11:45:21 DEBUG unit.abot-epc-basic/0.install Setting up libpgm-dev:amd64 (5.2.122~dfsg-2) ... unit-abot-epc-basic-0: 11:45:22 DEBUG unit.abot-epc-basic/0.install Setting up libplot2c2 (2.6-3ubuntu1) ... unit-abot-epc-basic-0: 11:45:22 DEBUG unit.abot-epc-basic/0.install Setting up libpoppler58:amd64 (0.41.0-0ubuntu1.8) ... unit-abot-epc-basic-0: 11:45:22 DEBUG unit.abot-epc-basic/0.install Setting up libportaudio2:amd64 (19+svn20140130-1build1) ... unit-abot-epc-basic-0: 11:45:23 DEBUG unit.abot-epc-basic/0.install Setting up libpotrace0 (1.13-2) ... unit-abot-epc-basic-0: 11:45:23 DEBUG unit.abot-epc-basic/0.install Setting up libpstoedit0c2a (3.70-1ubuntu2) ... unit-abot-epc-basic-0: 11:45:23 DEBUG unit.abot-epc-basic/0.install Setting up libptexenc1:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 11:45:23 DEBUG unit.abot-epc-basic/0.install Setting up libqhull7:amd64 (2015.2-1) ... unit-abot-epc-basic-0: 11:45:23 DEBUG unit.abot-epc-basic/0.install Setting up libqscintilla2-l10n (2.9.1+dfsg-4build1) ... unit-abot-epc-basic-0: 11:45:23 DEBUG unit.abot-epc-basic/0.install Setting up qtcore4-l10n (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 11:45:24 DEBUG unit.abot-epc-basic/0.install Setting up libqtcore4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 11:45:24 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-xml:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 11:45:24 DEBUG unit.abot-epc-basic/0.install Setting up libqtdbus4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 11:45:24 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-network:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 11:45:24 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-script:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 11:45:24 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-sql:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 11:45:24 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-xmlpatterns:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 11:45:25 DEBUG unit.abot-epc-basic/0.install Setting up qtchooser (52-gae5eeef-2build1~gcc5.2) ... unit-abot-epc-basic-0: 11:45:25 DEBUG unit.abot-epc-basic/0.install Setting up qdbus (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 11:45:25 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-dbus:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 11:45:25 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-sql-mysql:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 11:45:25 DEBUG unit.abot-epc-basic/0.install Setting up libsctp1:amd64 (1.0.16+dfsg-3) ... unit-abot-epc-basic-0: 11:45:25 DEBUG unit.abot-epc-basic/0.install Setting up libsctp-dev (1.0.16+dfsg-3) ... unit-abot-epc-basic-0: 11:45:26 DEBUG unit.abot-epc-basic/0.install Setting up libssl-dev:amd64 (1.0.2g-1ubuntu4.13) ... unit-abot-epc-basic-0: 11:45:26 DEBUG unit.abot-epc-basic/0.install Setting up libssl-doc (1.0.2g-1ubuntu4.13) ... unit-abot-epc-basic-0: 11:45:26 DEBUG unit.abot-epc-basic/0.install Setting up libsvn1:amd64 (1.9.3-2ubuntu1.1) ... unit-abot-epc-basic-0: 11:45:26 DEBUG unit.abot-epc-basic/0.install Setting up libsynctex1:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 11:45:26 DEBUG unit.abot-epc-basic/0.install Setting up libtasn1-6-dev:amd64 (4.7-3ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 11:45:27 DEBUG unit.abot-epc-basic/0.install Setting up libtexlua52:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 11:45:27 DEBUG unit.abot-epc-basic/0.install Setting up libtexluajit2:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 11:45:27 DEBUG unit.abot-epc-basic/0.install Setting up libtext-unidecode-perl (1.27-1) ... unit-abot-epc-basic-0: 11:45:27 DEBUG unit.abot-epc-basic/0.install Setting up libtie-ixhash-perl (1.23-2) ... unit-abot-epc-basic-0: 11:45:27 DEBUG unit.abot-epc-basic/0.install Setting up libtool (2.4.6-0.1) ... unit-abot-epc-basic-0: 11:45:28 DEBUG unit.abot-epc-basic/0.install Setting up libusb-1.0-0-dev:amd64 (2:1.0.20-1) ... unit-abot-epc-basic-0: 11:45:28 DEBUG unit.abot-epc-basic/0.install Setting up libusb-1.0-doc (2:1.0.20-1) ... unit-abot-epc-basic-0: 11:45:28 DEBUG unit.abot-epc-basic/0.install Setting up libwacom-bin (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 11:45:28 DEBUG unit.abot-epc-basic/0.install Setting up libx11-protocol-perl (0.56-7) ... unit-abot-epc-basic-0: 11:45:28 DEBUG unit.abot-epc-basic/0.install Setting up libxml-namespacesupport-perl (1.11-1) ... unit-abot-epc-basic-0: 11:45:28 DEBUG unit.abot-epc-basic/0.install Setting up libxml-sax-base-perl (1.07-1) ... unit-abot-epc-basic-0: 11:45:28 DEBUG unit.abot-epc-basic/0.install Setting up libxml-sax-perl (0.99+dfsg-2ubuntu1) ... unit-abot-epc-basic-0: 11:45:29 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: 11:45:29 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... unit-abot-epc-basic-0: 11:45:29 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 11:45:29 DEBUG unit.abot-epc-basic/0.install Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version unit-abot-epc-basic-0: 11:45:29 DEBUG unit.abot-epc-basic/0.install Setting up libxml-libxml-perl (2.0123+dfsg-1ubuntu0.1) ... unit-abot-epc-basic-0: 11:45:29 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: 11:45:29 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: 11:45:29 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... unit-abot-epc-basic-0: 11:45:29 DEBUG unit.abot-epc-basic/0.install Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version unit-abot-epc-basic-0: 11:45:30 DEBUG unit.abot-epc-basic/0.install Setting up libxml-xpathengine-perl (0.13-1) ... unit-abot-epc-basic-0: 11:45:30 DEBUG unit.abot-epc-basic/0.install Setting up libxml2-dev:amd64 (2.9.3+dfsg1-1ubuntu0.6) ... unit-abot-epc-basic-0: 11:45:30 DEBUG unit.abot-epc-basic/0.install Setting up libxslt1-dev:amd64 (1.1.28-2.1ubuntu0.1) ... unit-abot-epc-basic-0: 11:45:30 DEBUG unit.abot-epc-basic/0.install Setting up libzzip-0-13:amd64 (0.13.62-3ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 11:45:30 DEBUG unit.abot-epc-basic/0.install Setting up lmodern (2.004.5-1) ... unit-abot-epc-basic-0: 11:45:30 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: 11:45:31 DEBUG unit.abot-epc-basic/0.install Setting up mscgen (0.20-5) ... unit-abot-epc-basic-0: 11:45:31 DEBUG unit.abot-epc-basic/0.install Setting up libosmesa6:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 11:45:31 DEBUG unit.abot-epc-basic/0.install Setting up texinfo (6.1.0.dfsg.1-5) ... unit-abot-epc-basic-0: 11:45:31 DEBUG unit.abot-epc-basic/0.install Running mktexlsr. This may take some time. ... done. unit-abot-epc-basic-0: 11:45:31 DEBUG unit.abot-epc-basic/0.install Setting up octave-common (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 11:45:31 DEBUG unit.abot-epc-basic/0.install Setting up pstoedit (3.70-1ubuntu2) ... unit-abot-epc-basic-0: 11:45:32 DEBUG unit.abot-epc-basic/0.install Setting up pydb (1.26-2) ... unit-abot-epc-basic-0: 11:45:32 DEBUG unit.abot-epc-basic/0.install Setting up qttranslations5-l10n (5.5.1-2build1) ... unit-abot-epc-basic-0: 11:45:32 DEBUG unit.abot-epc-basic/0.install Setting up rubygems-integration (1.10) ... unit-abot-epc-basic-0: 11:45:32 DEBUG unit.abot-epc-basic/0.install Setting up ruby-did-you-mean (1.0.0-2) ... unit-abot-epc-basic-0: 11:45:32 DEBUG unit.abot-epc-basic/0.install Setting up ruby-minitest (5.8.4-2) ... unit-abot-epc-basic-0: 11:45:33 DEBUG unit.abot-epc-basic/0.install Setting up ruby-net-telnet (0.1.1-2) ... unit-abot-epc-basic-0: 11:45:33 DEBUG unit.abot-epc-basic/0.install Setting up ruby-power-assert (0.2.7-1) ... unit-abot-epc-basic-0: 11:45:33 DEBUG unit.abot-epc-basic/0.install Setting up ruby-test-unit (3.1.7-2) ... unit-abot-epc-basic-0: 11:45:33 DEBUG unit.abot-epc-basic/0.install Setting up subversion (1.9.3-2ubuntu1.1) ... unit-abot-epc-basic-0: 11:45:33 DEBUG unit.abot-epc-basic/0.install Setting up t1utils (1.39-2) ... unit-abot-epc-basic-0: 11:45:33 DEBUG unit.abot-epc-basic/0.install Setting up tcl8.6 (8.6.5+dfsg-2) ... unit-abot-epc-basic-0: 11:45:34 DEBUG unit.abot-epc-basic/0.install Setting up tcl (8.6.0+9) ... unit-abot-epc-basic-0: 11:45:34 DEBUG unit.abot-epc-basic/0.install Setting up texlive-binaries (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 11:45:34 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: 11:45:34 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/bibtex.original to provide /usr/bin/bibtex (bibtex) in auto mode unit-abot-epc-basic-0: 11:45:34 DEBUG unit.abot-epc-basic/0.install Setting up xdg-utils (1.1.1-1ubuntu1.16.04.3) ... unit-abot-epc-basic-0: 11:45:34 DEBUG unit.abot-epc-basic/0.install Setting up texlive-base (2015.20160320-1ubuntu0.1) ... unit-abot-epc-basic-0: 11:45:35 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for dvips to a4. unit-abot-epc-basic-0: 11:45:35 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for dvipdfmx to a4. unit-abot-epc-basic-0: 11:45:35 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for xdvi to a4. unit-abot-epc-basic-0: 11:45:35 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for pdftex to a4. unit-abot-epc-basic-0: 11:45:36 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for dvipdfmx to letter. unit-abot-epc-basic-0: 11:45:36 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for dvips to letter. unit-abot-epc-basic-0: 11:45:36 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for pdftex to letter. unit-abot-epc-basic-0: 11:45:36 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for xdvi to letter. unit-abot-epc-basic-0: 11:45:36 DEBUG unit.abot-epc-basic/0.install Setting up texlive-latex-base (2015.20160320-1ubuntu0.1) ... unit-abot-epc-basic-0: 11:45:36 DEBUG unit.abot-epc-basic/0.install Setting up texlive-latex-base-doc (2015.20160320-1ubuntu0.1) ... unit-abot-epc-basic-0: 11:45:36 DEBUG unit.abot-epc-basic/0.install Setting up tk8.6 (8.6.5-1) ... unit-abot-epc-basic-0: 11:45:36 DEBUG unit.abot-epc-basic/0.install Setting up tk (8.6.0+9) ... unit-abot-epc-basic-0: 11:45:36 DEBUG unit.abot-epc-basic/0.install Setting up unzip (6.0-20ubuntu1) ... unit-abot-epc-basic-0: 11:45:36 DEBUG unit.abot-epc-basic/0.install Setting up x11-utils (7.7+3) ... unit-abot-epc-basic-0: 11:45:37 DEBUG unit.abot-epc-basic/0.install Setting up x11-xserver-utils (7.7+7) ... unit-abot-epc-basic-0: 11:45:37 DEBUG unit.abot-epc-basic/0.install Setting up xbitmaps (1.1.1-2) ... unit-abot-epc-basic-0: 11:45:37 DEBUG unit.abot-epc-basic/0.install Setting up xmlstarlet (1.6.1-1ubuntu1) ... unit-abot-epc-basic-0: 11:45:37 DEBUG unit.abot-epc-basic/0.install Setting up xterm (322-1ubuntu1) ... unit-abot-epc-basic-0: 11:45:38 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: 11:45:38 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-abot-epc-basic-0: 11:45:38 DEBUG unit.abot-epc-basic/0.install Setting up zip (3.0-11) ... unit-abot-epc-basic-0: 11:45:38 DEBUG unit.abot-epc-basic/0.install Setting up libauthen-sasl-perl (2.1600-1) ... unit-abot-epc-basic-0: 11:45:38 DEBUG unit.abot-epc-basic/0.install Setting up libc6-dbg:amd64 (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 11:45:39 DEBUG unit.abot-epc-basic/0.install Setting up libffi-dev:amd64 (3.2.1-4) ... unit-abot-epc-basic-0: 11:45:39 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: 11:45:39 DEBUG unit.abot-epc-basic/0.install Setting up libidn2-0-dev (0.10-3) ... unit-abot-epc-basic-0: 11:45:39 DEBUG unit.abot-epc-basic/0.install Setting up libtasn1-doc (4.7-3ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 11:45:40 DEBUG unit.abot-epc-basic/0.install Setting up libyaml-dev:amd64 (0.1.6-3) ... unit-abot-epc-basic-0: 11:45:40 DEBUG unit.abot-epc-basic/0.install Setting up libgtk-3-common (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 11:45:40 DEBUG unit.abot-epc-basic/0.install Setting up libgtk-3-0:amd64 (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 11:45:40 DEBUG unit.abot-epc-basic/0.install Setting up debhelper (9.20160115ubuntu3) ... unit-abot-epc-basic-0: 11:45:40 DEBUG unit.abot-epc-basic/0.install Setting up gconf-service (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 11:45:41 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: 11:45:41 DEBUG unit.abot-epc-basic/0.install Setting up gtkwave (3.3.66-1) ... unit-abot-epc-basic-0: 11:45:41 DEBUG unit.abot-epc-basic/0.install Setting up libgtk-3-dev:amd64 (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 11:45:41 DEBUG unit.abot-epc-basic/0.install Setting up liblwp-protocol-https-perl (6.06-2) ... unit-abot-epc-basic-0: 11:45:41 DEBUG unit.abot-epc-basic/0.install Setting up libqtgui4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 11:45:41 DEBUG unit.abot-epc-basic/0.install Setting up libqscintilla2-12v5 (2.9.1+dfsg-4build1) ... unit-abot-epc-basic-0: 11:45:41 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-opengl:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 11:45:42 DEBUG unit.abot-epc-basic/0.install Setting up octave (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 11:45:42 DEBUG unit.abot-epc-basic/0.install Setting up octave-control (3.0.0-1) ... unit-abot-epc-basic-0: 11:45:42 DEBUG unit.abot-epc-basic/0.install Setting up octave-signal (1.3.2-1) ... unit-abot-epc-basic-0: 11:45:42 DEBUG unit.abot-epc-basic/0.install Setting up qt-at-spi:amd64 (0.4.0-3) ... unit-abot-epc-basic-0: 11:45:43 DEBUG unit.abot-epc-basic/0.install Setting up rake (10.5.0-2) ... unit-abot-epc-basic-0: 11:45:43 DEBUG unit.abot-epc-basic/0.install Setting up libruby2.3:amd64 (2.3.1-2~16.04.10) ... unit-abot-epc-basic-0: 11:45:43 DEBUG unit.abot-epc-basic/0.install Setting up ruby2.3 (2.3.1-2~16.04.10) ... unit-abot-epc-basic-0: 11:45:43 DEBUG unit.abot-epc-basic/0.install Setting up liboctave-dev (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 11:45:44 DEBUG unit.abot-epc-basic/0.install Setting up libgtk-3-bin (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 11:45:44 DEBUG unit.abot-epc-basic/0.install Setting up adwaita-icon-theme (3.18.0-2ubuntu3.1) ... unit-abot-epc-basic-0: 11:45:44 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: 11:45:44 DEBUG unit.abot-epc-basic/0.install Setting up dh-strip-nondeterminism (0.015-1) ... unit-abot-epc-basic-0: 11:45:44 DEBUG unit.abot-epc-basic/0.install Setting up gconf-service-backend (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 11:45:44 DEBUG unit.abot-epc-basic/0.install Setting up libwww-perl (6.15-1) ... unit-abot-epc-basic-0: 11:45:45 DEBUG unit.abot-epc-basic/0.install Setting up libxml-parser-perl (2.44-1build1) ... unit-abot-epc-basic-0: 11:45:45 DEBUG unit.abot-epc-basic/0.install Setting up libxml-twig-perl (1:3.48-1) ... unit-abot-epc-basic-0: 11:45:45 DEBUG unit.abot-epc-basic/0.install Setting up libnet-dbus-perl (1.1.0-3build1) ... unit-abot-epc-basic-0: 11:45:45 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-declarative:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 11:45:45 DEBUG unit.abot-epc-basic/0.install Setting up libxml-sax-expat-perl (0.40-2) ... unit-abot-epc-basic-0: 11:45:45 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: 11:45: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: 11:45:46 DEBUG unit.abot-epc-basic/0.install Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version unit-abot-epc-basic-0: 11:45:46 DEBUG unit.abot-epc-basic/0.install Setting up ruby (1:2.3.0+1) ... unit-abot-epc-basic-0: 11:45:46 DEBUG unit.abot-epc-basic/0.install Setting up humanity-icon-theme (0.6.10.1) ... unit-abot-epc-basic-0: 11:45:46 DEBUG unit.abot-epc-basic/0.install Setting up ubuntu-mono (14.04+16.04.20180326-0ubuntu1) ... unit-abot-epc-basic-0: 11:45:47 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 11:45:47 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: 11:45:47 DEBUG unit.abot-epc-basic/0.install Processing triggers for dbus (1.10.6-1ubuntu3.3) ... unit-abot-epc-basic-0: 11:45:47 DEBUG unit.abot-epc-basic/0.install Processing triggers for tex-common (6.04ubuntu1) ... unit-abot-epc-basic-0: 11:45:47 DEBUG unit.abot-epc-basic/0.install Running updmap-sys. This may take some time... done. unit-abot-epc-basic-0: 11:45:47 DEBUG unit.abot-epc-basic/0.install Running mktexlsr /var/lib/texmf ... done. unit-abot-epc-basic-0: 11:45:47 DEBUG unit.abot-epc-basic/0.install Building format(s) --all. unit-abot-epc-basic-0: 11:45:49 DEBUG unit.abot-epc-basic/0.install This may take some time... done. unit-abot-epc-basic-0: 11:45:50 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-66a23b-default-0 unit-abot-epc-basic-0: 11:45:50 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 11:45:50 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-abot-epc-basic-0: 11:45:57 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-66a23b-default-0 unit-abot-epc-basic-0: 11:45:57 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 11:45:58 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 11:45:58 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 11:45:58 DEBUG unit.abot-epc-basic/0.install The following packages were automatically installed and are no longer required: unit-abot-epc-basic-0: 11:45:58 DEBUG unit.abot-epc-basic/0.install adwaita-icon-theme at-spi2-core colord colord-data dconf-gsettings-backend unit-abot-epc-basic-0: 11:45:58 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: 11:45:58 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: 11:45:58 DEBUG unit.abot-epc-basic/0.install glib-networking-common glib-networking-services gsettings-desktop-schemas unit-abot-epc-basic-0: 11:45:58 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: 11:45:58 DEBUG unit.abot-epc-basic/0.install libatspi2.0-0 libatspi2.0-dev libcairo-gobject2 libcairo-script-interpreter2 unit-abot-epc-basic-0: 11:45:58 DEBUG unit.abot-epc-basic/0.install libcairo2-dev libcolord2 libcolorhug2 libdbus-1-dev libdconf1 unit-abot-epc-basic-0: 11:45:58 DEBUG unit.abot-epc-basic/0.install libegl1-mesa-dev libepoxy-dev libepoxy0 libexif12 libfontconfig1-dev unit-abot-epc-basic-0: 11:45:58 DEBUG unit.abot-epc-basic/0.install libfreetype6-dev libgdk-pixbuf2.0-dev libglib2.0-bin libglib2.0-dev unit-abot-epc-basic-0: 11:45:58 DEBUG unit.abot-epc-basic/0.install libgphoto2-6 libgphoto2-l10n libgphoto2-port12 libgtk-3-0 libgtk-3-bin unit-abot-epc-basic-0: 11:45:58 DEBUG unit.abot-epc-basic/0.install libgtk-3-common libgusb2 libharfbuzz-dev libharfbuzz-gobject0 libieee1284-3 unit-abot-epc-basic-0: 11:45:58 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: 11:45:58 DEBUG unit.abot-epc-basic/0.install libmircookie-dev libmircookie2 libmircore-dev libpango1.0-dev unit-abot-epc-basic-0: 11:45:58 DEBUG unit.abot-epc-basic/0.install libpangoxft-1.0-0 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpixman-1-dev unit-abot-epc-basic-0: 11:45:58 DEBUG unit.abot-epc-basic/0.install libpng12-dev libprotobuf-dev libprotobuf9v5 librest-0.7-0 libsane unit-abot-epc-basic-0: 11:45:58 DEBUG unit.abot-epc-basic/0.install libsane-common libsoup-gnome2.4-1 libsoup2.4-1 libwayland-bin unit-abot-epc-basic-0: 11:45:58 DEBUG unit.abot-epc-basic/0.install libwayland-cursor0 libwayland-dev libwayland-egl1-mesa libxcb-shm0-dev unit-abot-epc-basic-0: 11:45:58 DEBUG unit.abot-epc-basic/0.install libxcomposite-dev libxcursor-dev libxft-dev libxi-dev libxinerama-dev unit-abot-epc-basic-0: 11:45:58 DEBUG unit.abot-epc-basic/0.install libxkbcommon-dev libxrandr-dev libxrender-dev libxtst-dev ubuntu-mono unit-abot-epc-basic-0: 11:45:58 DEBUG unit.abot-epc-basic/0.install x11proto-composite-dev x11proto-randr-dev x11proto-record-dev unit-abot-epc-basic-0: 11:45:58 DEBUG unit.abot-epc-basic/0.install x11proto-render-dev x11proto-xinerama-dev unit-abot-epc-basic-0: 11:45:58 DEBUG unit.abot-epc-basic/0.install Use 'sudo apt autoremove' to remove them. unit-abot-epc-basic-0: 11:45:58 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 11:45:58 DEBUG unit.abot-epc-basic/0.install lsh-doc unit-abot-epc-basic-0: 11:45:58 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 11:45:58 DEBUG unit.abot-epc-basic/0.install nettle-bin nettle-dev unit-abot-epc-basic-0: 11:45:58 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 11:45:58 DEBUG unit.abot-epc-basic/0.install Need to get 24.5 kB/963 kB of archives. unit-abot-epc-basic-0: 11:45:58 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: 11:45:58 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: 11:45:59 DEBUG unit.abot-epc-basic/0.install Fetched 24.5 kB in 0s (31.8 kB/s) unit-abot-epc-basic-0: 11:45:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package nettle-bin. unit-abot-epc-basic-0: 11:45:59 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: 11:45:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../nettle-bin_3.2-1ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 11:45:59 DEBUG unit.abot-epc-basic/0.install Unpacking nettle-bin (3.2-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 11:45:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package nettle-dev. unit-abot-epc-basic-0: 11:45:59 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: 11:45:59 DEBUG unit.abot-epc-basic/0.install Unpacking nettle-dev (3.2-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 11:46:00 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-abot-epc-basic-0: 11:46:00 DEBUG unit.abot-epc-basic/0.install Processing triggers for install-info (6.1.0.dfsg.1-5) ... unit-abot-epc-basic-0: 11:46:00 DEBUG unit.abot-epc-basic/0.install Setting up nettle-bin (3.2-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 11:46:01 DEBUG unit.abot-epc-basic/0.install Setting up nettle-dev (3.2-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 11:46:01 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 11:46:01 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  machine-3: 11:46:02 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] unit-oai-hss-0: 11:46:02 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] unit-oai-hss-0: 11:46:02 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: 11:46:02 DEBUG juju.agent read agent config, format "2.0" unit-oai-hss-0: 11:46:02 INFO juju.cmd.jujud setting logging config to "=DEBUG;unit=DEBUG" machine-3: 11:46:02 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-3/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "3", "--debug"} machine-3: 11:46:02 DEBUG juju.agent read agent config, format "2.0" machine-3: 11:46:02 INFO juju.cmd.jujud setting logging config to "=DEBUG;unit=DEBUG" unit-oai-hss-0: 11:46:02 DEBUG juju.worker start "api" unit-oai-hss-0: 11:46:02 INFO juju.worker start "api" unit-oai-hss-0: 11:46:02 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. unit-oai-hss-0: 11:46:02 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-hss-0" unit-oai-hss-0: 11:46:02 DEBUG juju.worker "api" started unit-oai-hss-0: 11:46:02 DEBUG juju.worker.introspection stats worker now serving unit-oai-hss-0: 11:46:02 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 11:46:02 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 11:46:02 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 11:46:02 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 11:46:02 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started unit-oai-hss-0: 11:46:02 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-oai-hss-0: 11:46:02 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 11:46:02 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available unit-oai-hss-0: 11:46:02 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 11:46:02 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 11:46:02 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-hss-0: 11:46:02 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 11:46:02 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started unit-oai-hss-0: 11:46:02 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available unit-oai-hss-0: 11:46:02 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 11:46:02 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 11:46:02 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 11:46:02 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 11:46:02 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 11:46:02 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 11:46:02 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 11:46:02 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 11:46:02 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 11:46:02 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 11:46:02 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started unit-oai-hss-0: 11:46:02 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-hss-0: 11:46:02 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: unit-oai-hss-0: 11:46:02 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 11:46:02 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 11:46:02 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. machine-3: 11:46:02 DEBUG juju.worker start "engine" machine-3: 11:46:02 INFO juju.worker start "engine" machine-3: 11:46:02 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-3: 11:46:02 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-3: 11:46:02 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:46:02 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:46:02 DEBUG juju.worker.dependency "agent" manifold worker started machine-3: 11:46:02 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:46:02 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-3: 11:46:02 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-3: 11:46:02 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-3: 11:46:02 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:46:02 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-3: 11:46:02 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:46:02 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:46:02 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:46:02 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-3: 11:46:02 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-3: 11:46:02 DEBUG juju.worker.dependency "clock" manifold worker started machine-3: 11:46:02 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-3: 11:46:02 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-3: 11:46:02 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-3" machine-3: 11:46:02 DEBUG juju.worker "engine" started machine-3: 11:46:02 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:46:02 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:46:02 DEBUG juju.worker.introspection stats worker now serving machine-3: 11:46:02 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:46:02 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:46:02 DEBUG juju.worker.dependency "is-controller-flag" manifold worker stopped: "state" not running: dependency not available machine-3: 11:46:02 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:46:02 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:46:02 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-3: 11:46:02 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-3: 11:46:02 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:46:02 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:46:02 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "clock" not running: dependency not available machine-3: 11:46:02 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: machine-3: 11:46:02 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-3: 11:46:02 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: machine-3: 11:46:02 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: machine-3: 11:46:02 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 11:46:02 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:46:02 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:46:02 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:46:02 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-3: 11:46:02 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-3: 11:46:02 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 11:46:02 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 11:46:02 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 11:46:02 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-hss-0: 11:46:02 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-oai-hss-0: 11:46:02 DEBUG juju.worker.apicaller connecting with current password machine-3: 11:46:02 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 11:46:02 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:46:02 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:46:02 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 11:46:02 DEBUG juju.worker.dependency "state" manifold worker stopped: "state-config-watcher" not running: dependency not available unit-oai-hss-0: 11:46:02 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" unit-oai-hss-0: 11:46:02 INFO juju.api connection established to "wss://192.168.121.9:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" machine-3: 11:46:02 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started unit-oai-hss-0: 11:46:02 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 11:46:02 DEBUG juju.api successfully dialed "wss://172.30.9.206:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" machine-3: 11:46:02 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:46:02 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 11:46:02 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 11:46:02 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-3: 11:46:02 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 11:46:02 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 11:46:02 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 11:46:02 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 11:46:02 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:46:02 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 11:46:02 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:46:02 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:46:02 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:46:02 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:46:02 DEBUG juju.worker.apicaller connecting with current password unit-oai-hss-0: 11:46:02 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-oai-hss-0: 11:46:02 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 11:46:02 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 11:46:02 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:46:02 DEBUG juju.api successfully dialed "wss://192.168.121.9:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" machine-3: 11:46:02 INFO juju.api connection established to "wss://192.168.121.9:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" machine-3: 11:46:02 DEBUG juju.api successfully dialed "wss://172.30.9.206:17070/model/ac6aad16-cbee-4b7e-8ab5-29cbaa66a23b/api" machine-3: 11:46:02 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-3: 11:46:02 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:46:02 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "state" not running: dependency not available machine-3: 11:46:02 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:46:02 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "central-hub" not running: dependency not available machine-3: 11:46:02 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:46:02 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-3: 11:46:02 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-3: 11:46:02 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:46:02 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-3: 11:46:02 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:46:02 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-3: 11:46:02 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available unit-oai-hss-0: 11:46:03 DEBUG juju.worker.apicaller connected machine-3: 11:46:03 DEBUG juju.worker.apicaller connected unit-oai-hss-0: 11:46:03 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-oai-hss-0: 11:46:03 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started unit-oai-hss-0: 11:46:03 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-oai-hss-0: 11:46:03 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 11:46:03 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 11:46:03 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-hss-0: 11:46:03 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-oai-hss-0: 11:46:03 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 11:46:03 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-oai-hss-0: 11:46:03 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-oai-hss-0: 11:46:03 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-oai-hss-0: 11:46:03 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-oai-hss-0: 11:46:03 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 11:46:03 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 11:46:03 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-oai-hss-0: 11:46:03 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 11:46:03 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 11:46:03 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 11:46:03 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 11:46:03 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-oai-hss-0: 11:46:03 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 11:46:03 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 11:46:03 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 11:46:03 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 11:46:03 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-oai-hss-0: 11:46:03 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 11:46:03 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 11:46:03 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:46:03 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:46:03 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:46:03 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:46:03 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:46:03 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-3: 11:46:03 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 11:46:04 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-hss-0: 11:46:04 INFO juju.worker.upgrader unblocking abort check unit-oai-hss-0: 11:46:04 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-oai-hss-0: 11:46:04 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-3: 11:46:04 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:46:04 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 11:46:04 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:46:04 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:46:04 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:46:04 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:46:04 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:46:04 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-3: 11:46:04 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:46:04 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:46:04 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:46:04 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 11:46:04 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-3: 11:46:04 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-3: 11:46:04 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-3: 11:46:04 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-3: 11:46:04 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-3: 11:46:04 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-oai-hss-0: 11:46:04 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-3: 11:46:04 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 11:46:04 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 11:46:04 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 11:46:04 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 11:46:04 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 11:46:04 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 11:46:04 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 11:46:04 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 11:46:04 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-3: 11:46:04 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 11:46:04 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 11:46:04 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 11:46:04 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 11:46:04 INFO juju.worker.upgrader abort check blocked until version event received machine-3: 11:46:04 INFO juju.worker.upgrader unblocking abort check machine-3: 11:46:04 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-3: 11:46:04 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-3: 11:46:04 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 11:46:04 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 11:46:04 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 11:46:04 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 11:46:04 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 11:46:04 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 11:46:04 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 11:46:04 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 11:46:04 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-3: 11:46:04 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-3: 11:46:04 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 11:46:04 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-3: 11:46:04 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-hss-0: 11:46:04 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-hss-0: 11:46:04 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-hss-0: 11:46:04 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" unit-oai-hss-0: 11:46:04 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-hss-0: 11:46:04 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-hss-0: 11:46:04 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-hss-0: 11:46:04 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-hss-0: 11:46:04 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-hss-0: 11:46:04 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-hss-0: 11:46:04 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-hss-0: 11:46:04 DEBUG juju.worker.logger logger setup unit-oai-hss-0: 11:46:04 DEBUG juju.worker.leadership oai-hss/0 making initial claim for oai-hss leadership unit-oai-hss-0: 11:46:04 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-oai-hss-0: 11:46:04 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-hss-0: 11:46:04 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available machine-3: 11:46:04 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-3: 11:46:04 INFO juju.worker.migrationminion migration phase is now: NONE machine-3: 11:46:04 DEBUG juju.worker.fanconfigurer Processing new fan config machine-3: 11:46:04 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-3: 11:46:04 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-3: 11:46:04 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-3: 11:46:04 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" machine-3: 11:46:04 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-3: 11:46:04 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 11:46:04 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-3: 11:46:04 DEBUG juju.worker.logger logger setup machine-3: 11:46:04 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 11:46:04 DEBUG juju.worker.dependency "reboot-executor" manifold worker started unit-oai-hss-0: 11:46:04 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-hss-0: 11:46:04 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 11:46:04 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 11:46:04 DEBUG juju.network including address public:172.30.9.206 for machine unit-oai-hss-0: 11:46:04 DEBUG juju.network including address local-cloud:192.168.121.9 for machine unit-oai-hss-0: 11:46:04 DEBUG juju.network including address local-fan:252.9.0.1 for machine unit-oai-hss-0: 11:46:04 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-hss-0: 11:46:04 DEBUG juju.network including address local-machine:::1 for machine unit-oai-hss-0: 11:46:04 DEBUG juju.network addresses after filtering: [public:172.30.9.206 local-cloud:192.168.121.9 local-fan:252.9.0.1 local-machine:127.0.0.1 local-machine:::1] unit-oai-hss-0: 11:46:04 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.206:17070 192.168.121.9:17070 252.9.0.1:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-hss-0: 11:46:04 DEBUG juju.agent API server address details [["172.30.9.206:17070" "192.168.121.9:17070" "252.9.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.9:17070" "252.9.0.1:17070" "172.30.9.206:17070"] unit-oai-hss-0: 11:46:04 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "hook-retry-strategy" not running: dependency not available unit-oai-hss-0: 11:46:04 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.206,192.168.121.9,252.9.0.1,::1,localhost", AutoNoProxy:""} unit-oai-hss-0: 11:46:04 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: 11:46:04 DEBUG juju.worker.meterstatus got meter status change signal from watcher machine-3: 11:46:04 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-3: 11:46:04 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-3: 11:46:04 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-3: 11:46:04 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 11:46:04 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-3: 11:46:04 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-3: 11:46:04 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 11:46:04 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 11:46:04 INFO juju.util.exec run result: exit status 127 machine-3: 11:46:04 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec288725447/script.sh: line 1: fanatic: command not found 127 machine-3: 11:46:04 DEBUG juju.worker.reboot Reboot worker got action: noop machine-3: 11:46:04 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-3: 11:46:04 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-3: 11:46:04 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-3: 11:46:04 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-3: 11:46:04 DEBUG juju.worker.fanconfigurer Processing new fan config machine-3: 11:46:04 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-3: 11:46:04 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: 11:46:04 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.206,192.168.121.9,252.9.0.1,::1,localhost", AutoNoProxy:""} machine-3: 11:46:04 DEBUG juju.tools.lxdclient LXD snap socket not found, falling back to debian socket: "/var/lib/lxd" machine-3: 11:46:04 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-3: 11:46:04 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: 11:46:04 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-3: 11:46:04 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 11:46:04 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-3: 11:46:04 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-3: 11:46:04 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-3: 11:46:04 INFO juju.util.exec run result: exit status 127 machine-3: 11:46:04 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec585274812/script.sh: line 1: fanatic: command not found 127 unit-oai-hss-0: 11:46:04 DEBUG juju.worker.dependency "metric-sender" manifold worker started machine-3: 11:46:04 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-3: 11:46:04 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable unit-oai-hss-0: 11:46:04 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started machine-3: 11:46:04 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-3: 11:46:04 INFO juju.worker.deployer checking unit "oai-hss/0" machine-3: 11:46:04 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 11:46:04 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 11:46:04 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 11:46:04 DEBUG juju.network including address public:172.30.9.206 for machine machine-3: 11:46:04 DEBUG juju.network including address local-cloud:192.168.121.9 for machine machine-3: 11:46:04 DEBUG juju.network including address local-fan:252.9.0.1 for machine machine-3: 11:46:04 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 11:46:04 DEBUG juju.network including address local-machine:::1 for machine machine-3: 11:46:04 DEBUG juju.network addresses after filtering: [public:172.30.9.206 local-cloud:192.168.121.9 local-fan:252.9.0.1 local-machine:127.0.0.1 local-machine:::1] machine-3: 11:46:04 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.206:17070 192.168.121.9:17070 252.9.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-3: 11:46:04 DEBUG juju.agent API server address details [["172.30.9.206:17070" "192.168.121.9:17070" "252.9.0.1:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.9:17070" "252.9.0.1:17070" "172.30.9.206:17070"] machine-3: 11:46:04 INFO juju.worker.deployer checking unit "oai-hss/0" machine-3: 11:46:04 INFO juju.worker.authenticationworker "machine-3" key updater worker started machine-3: 11:46:04 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-3: 11:46:04 DEBUG juju.worker.dependency "machiner" manifold worker started machine-3: 11:46:04 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 11:46:04 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 11:46:04 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 11:46:04 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 11:46:04 DEBUG juju.network including address local-cloud:192.168.121.14 for machine machine-3: 11:46:04 DEBUG juju.network including address local-machine:::1 for machine machine-3: 11:46:04 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.14 local-machine:::1] machine-3: 11:46:04 INFO juju.worker.machiner setting addresses for "machine-3" to [local-machine:127.0.0.1 local-cloud:192.168.121.14 local-machine:::1] unit-oai-hss-0: 11:46:04 DEBUG juju.worker.dependency "uniter" manifold worker started machine-3: 11:46:04 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] unit-oai-hss-0: 11:46:04 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-hss-0 unit-oai-hss-0: 11:46:04 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.3.9-trusty-amd64 unit-oai-hss-0: 11:46:04 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.3.9-trusty-amd64/jujud machine-3: 11:46:04 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-3: 11:46:04 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-3: 11:46:04 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] unit-oai-hss-0: 11:46:04 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-hss-0/run.socket unit-oai-hss-0: 11:46:04 INFO juju.worker.uniter unit "oai-hss/0" started unit-oai-hss-0: 11:46:04 DEBUG juju.worker.uniter juju-run listener running unit-oai-hss-0: 11:46:04 INFO juju.worker.uniter hooks are retried true machine-3: 11:46:04 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 3 machine-3: 11:46:04 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable unit-oai-hss-0: 11:46:04 INFO juju.worker.leadership oai-hss/0 promoted to leadership of oai-hss unit-oai-hss-0: 11:46:04 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-hss-0: 11:46:04 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-hss-0: 11:46:04 DEBUG juju.worker.uniter.remotestate got update status interval change: ok=true unit-oai-hss-0: 11:46:04 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-oai-hss-0: 11:46:04 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-hss-0: 11:46:04 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-hss-0: 11:46:04 DEBUG juju.worker.uniter.remotestate got service change unit-oai-hss-0: 11:46:04 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-hss-0: 11:46:04 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-hss-0: 11:46:04 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-hss-0: 11:46:04 INFO juju.worker.uniter found queued "install" hook unit-oai-hss-0: 11:46:04 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-hss-0: 11:46:04 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-hss-0: 11:46:04 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-hss-0: 11:46:04 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-hss-0: 11:46:04 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-hss-0: 11:46:04 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook machine-3: 11:46:04 DEBUG juju.worker start "3-container-watcher" machine-3: 11:46:04 DEBUG juju.worker start "stateconverter" machine-3: 11:46:04 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-3: 11:46:04 INFO juju.worker start "3-container-watcher" machine-3: 11:46:04 DEBUG juju.worker "3-container-watcher" started machine-3: 11:46:04 INFO juju.worker start "stateconverter" machine-3: 11:46:04 DEBUG juju.worker "stateconverter" started machine-3: 11:46:04 DEBUG juju.cmd.jujud upgrades done, starting worker "3-container-watcher" machine-3: 11:46:04 INFO juju.worker.machiner "machine-3" started machine-3: 11:46:04 INFO juju.api.common no addresses observed on interface "tunl0" unit-oai-hss-0: 11:46:04 DEBUG unit.oai-hss/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 11:46:04 DEBUG unit.oai-hss/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 11:46:04 DEBUG unit.oai-hss/0.install + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 11:46:04 DEBUG unit.oai-hss/0.install + export juju=set unit-oai-hss-0: 11:46:04 DEBUG unit.oai-hss/0.install + juju=set unit-oai-hss-0: 11:46:04 DEBUG unit.oai-hss/0.install + set_env_paths unit-oai-hss-0: 11:46:04 DEBUG unit.oai-hss/0.install + openair_path=/srv/openair-cn unit-oai-hss-0: 11:46:04 DEBUG unit.oai-hss/0.install + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 11:46:04 DEBUG unit.oai-hss/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 11:46:04 DEBUG unit.oai-hss/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 11:46:04 DEBUG unit.oai-hss/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 11:46:04 DEBUG unit.oai-hss/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 11:46:04 DEBUG unit.oai-hss/0.install + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 11:46:04 DEBUG unit.oai-hss/0.install + hss_exec_name=oai_hss unit-oai-hss-0: 11:46:04 DEBUG unit.oai-hss/0.install ++ config-get branch unit-oai-hss-0: 11:46:04 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 11:46:04 DEBUG unit.oai-hss/0.install + branch=v0.3.2 unit-oai-hss-0: 11:46:04 DEBUG unit.oai-hss/0.install ++ config-get revision unit-oai-hss-0: 11:46:04 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 11:46:04 DEBUG unit.oai-hss/0.install + revision=HEAD unit-oai-hss-0: 11:46:04 DEBUG unit.oai-hss/0.install + echo v0.3.2 unit-oai-hss-0: 11:46:04 DEBUG unit.oai-hss/0.install + echo HEAD unit-oai-hss-0: 11:46:04 DEBUG unit.oai-hss/0.install + update_hostname unit-oai-hss-0: 11:46:04 DEBUG unit.oai-hss/0.install ++ sed 's|/|-|' unit-oai-hss-0: 11:46:04 DEBUG unit.oai-hss/0.install ++ echo oai-hss/0 unit-oai-hss-0: 11:46:04 DEBUG unit.oai-hss/0.install + HOSTNAME=oai-hss-0 unit-oai-hss-0: 11:46:04 DEBUG unit.oai-hss/0.install + echo oai-hss-0 unit-oai-hss-0: 11:46:04 DEBUG unit.oai-hss/0.install + hostname oai-hss-0 unit-oai-hss-0: 11:46:04 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 11:46:04 DEBUG unit.oai-hss/0.install + echo '127.0.0.1 oai-hss-0' unit-oai-hss-0: 11:46:04 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 11:46:04 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 11:46:04 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 11:46:04 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 11:46:04 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 11:46:04 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 11:46:04 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 11:46:04 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 11:46:04 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 11:46:04 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 11:46:04 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 11:46:04 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 11:46:04 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 11:46:04 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 11:46:04 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 11:46:04 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 11:46:04 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 11:46:04 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' machine-3: 11:46:05 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:2a:ce:a1 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.14 DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:2 MACAddress:fa:16:3e:2a:ce:a1 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: 11:46:05 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-oai-hss-0: 11:46:05 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 11:46:05 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-hss-0: 11:46:05 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 11:46:05 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:46:05 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: 11:46:05 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:46:05 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 11:46:05 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 11:46:05 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 11:46:05 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 11:46:05 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 11:46:05 DEBUG unit.oai-hss/0.install ++ virt-what unit-oai-hss-0: 11:46:05 DEBUG unit.oai-hss/0.install + machine_type=kvm unit-oai-hss-0: 11:46:05 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 11:46:05 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 11:46:05 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 11:46:06 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 11:46:06 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 11:46:06 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 11:46:06 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 11:46:06 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 11:46:06 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 11:46:06 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 11:46:06 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 11:46:06 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 11:46:06 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 11:46:06 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 11:46:06 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 11:46:06 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 11:46:06 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 11:46:06 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-hss-0: 11:46:06 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 11:46:06 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-hss-0: 11:46:07 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 11:46:07 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:46:07 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: 11:46:07 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:46:07 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 11:46:07 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 11:46:07 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 11:46:07 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 11:46:07 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 11:46:07 DEBUG unit.oai-hss/0.install + clone_repo unit-oai-hss-0: 11:46:07 DEBUG unit.oai-hss/0.install + juju-log 'Fetching and installing OpenAirInterface HSS' unit-oai-hss-0: 11:46:07 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 11:46:07 INFO unit.oai-hss/0.juju-log Fetching and installing OpenAirInterface HSS unit-oai-hss-0: 11:46:07 DEBUG unit.oai-hss/0.install + status-set maintenance 'Fetching and installing OpenAirInterface HSS' unit-oai-hss-0: 11:46:07 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 11:46:07 DEBUG unit.oai-hss/0.install + '[' -d /srv/openair-cn ']' unit-oai-hss-0: 11:46:07 DEBUG unit.oai-hss/0.install + juju-log 'Updating the installation directory' unit-oai-hss-0: 11:46:07 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 11:46:07 INFO unit.oai-hss/0.juju-log Updating the installation directory unit-oai-hss-0: 11:46:07 DEBUG unit.oai-hss/0.install + cd /srv/openair-cn unit-oai-hss-0: 11:46:07 DEBUG unit.oai-hss/0.install + git reset --hard HEAD unit-oai-hss-0: 11:46:08 DEBUG unit.oai-hss/0.install HEAD is now at 01f20cc freediameter installation fix unit-oai-hss-0: 11:46:08 DEBUG unit.oai-hss/0.install + git checkout v0.3.2 unit-oai-hss-0: 11:46:08 DEBUG unit.oai-hss/0.install HEAD is now at 01f20cc... freediameter installation fix unit-oai-hss-0: 11:46:08 DEBUG unit.oai-hss/0.install + shopt -s nocasematch unit-oai-hss-0: 11:46:08 DEBUG unit.oai-hss/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-hss-0: 11:46:08 DEBUG unit.oai-hss/0.install + cd - unit-oai-hss-0: 11:46:08 DEBUG unit.oai-hss/0.install /var/lib/juju/agents/unit-oai-hss-0/charm unit-oai-hss-0: 11:46:08 DEBUG unit.oai-hss/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-hss-0: 11:46:08 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: 11:46:08 DEBUG unit.oai-hss/0.install + juju_install_kernel unit-oai-hss-0: 11:46:08 DEBUG unit.oai-hss/0.install + juju-log 'Check the kernel and update if required' unit-oai-hss-0: 11:46:08 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 11:46:08 INFO unit.oai-hss/0.juju-log Check the kernel and update if required unit-oai-hss-0: 11:46:08 DEBUG unit.oai-hss/0.install + check_current_kernel unit-oai-hss-0: 11:46:08 DEBUG unit.oai-hss/0.install + required_kern_release=3.19 unit-oai-hss-0: 11:46:08 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 11:46:08 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 11:46:08 DEBUG unit.oai-hss/0.install + required_kern_version=3 unit-oai-hss-0: 11:46:08 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 11:46:08 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 11:46:08 DEBUG unit.oai-hss/0.install + required_kern_major_revision=19 unit-oai-hss-0: 11:46:08 DEBUG unit.oai-hss/0.install ++ uname -r unit-oai-hss-0: 11:46:08 DEBUG unit.oai-hss/0.install + current_kern_release=3.19.0-031900-generic unit-oai-hss-0: 11:46:08 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 11:46:08 DEBUG unit.oai-hss/0.install ++ echo 3.19.0-031900-generic unit-oai-hss-0: 11:46:08 DEBUG unit.oai-hss/0.install + current_kern_version=3 unit-oai-hss-0: 11:46:08 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 11:46:08 DEBUG unit.oai-hss/0.install ++ echo 3.19.0-031900-generic unit-oai-hss-0: 11:46:08 DEBUG unit.oai-hss/0.install + current_kern_major_revision=19 unit-oai-hss-0: 11:46:08 DEBUG unit.oai-hss/0.install + '[' 3 -gt 3 ']' unit-oai-hss-0: 11:46:08 DEBUG unit.oai-hss/0.install + '[' 3 -eq 3 ']' unit-oai-hss-0: 11:46:08 DEBUG unit.oai-hss/0.install + '[' 19 -ge 19 ']' unit-oai-hss-0: 11:46:08 DEBUG unit.oai-hss/0.install + REQUIRED_KERNEL_IS_INSTALLED=true unit-oai-hss-0: 11:46:08 DEBUG unit.oai-hss/0.install + [[ true == true ]] unit-oai-hss-0: 11:46:08 DEBUG unit.oai-hss/0.install + juju-log 'required kernel is already installed' unit-oai-hss-0: 11:46:08 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 11:46:08 INFO unit.oai-hss/0.juju-log required kernel is already installed unit-oai-hss-0: 11:46:08 DEBUG unit.oai-hss/0.install + status-set maintenance 'required kernel is already installed' unit-oai-hss-0: 11:46:08 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 11:46:09 DEBUG unit.oai-hss/0.install + configure_hosts unit-oai-hss-0: 11:46:09 DEBUG unit.oai-hss/0.install ++ config-get realm unit-oai-hss-0: 11:46:09 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 11:46:09 DEBUG unit.oai-hss/0.install + realm=openair4G.eur unit-oai-hss-0: 11:46:09 DEBUG unit.oai-hss/0.install +++ hostname unit-oai-hss-0: 11:46:09 DEBUG unit.oai-hss/0.install ++ grep -o oai-hss-0.openair4G.eur /etc/hosts unit-oai-hss-0: 11:46:09 DEBUG unit.oai-hss/0.install + '[' -z '' ']' unit-oai-hss-0: 11:46:09 DEBUG unit.oai-hss/0.install + echo 127.0.0.1 localhost unit-oai-hss-0: 11:46:09 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 11:46:09 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 11:46:09 DEBUG unit.oai-hss/0.install + echo 127.0.0.1 oai-hss-0.openair4G.eur oai-hss-0 mme unit-oai-hss-0: 11:46:09 DEBUG unit.oai-hss/0.install + build_hss unit-oai-hss-0: 11:46:09 DEBUG unit.oai-hss/0.install + juju-log 'Build HSS and install required packages' unit-oai-hss-0: 11:46:09 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 11:46:09 INFO unit.oai-hss/0.juju-log Build HSS and install required packages unit-oai-hss-0: 11:46:09 DEBUG unit.oai-hss/0.install + status-set maintenance 'Build HSS and install required packages' unit-oai-hss-0: 11:46:09 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 11:46:10 DEBUG unit.oai-hss/0.install + /srv/openair-cn/SCRIPTS/build_hss -c -i -F unit-oai-hss-0: 11:46:10 DEBUG unit.oai-hss/0.install Clean the build generated files (build from scratch) unit-oai-hss-0: 11:46:10 DEBUG unit.oai-hss/0.install Check installed software packages necessary to build and run HSS (support Ubuntu 14.04): unit-oai-hss-0: 11:46:10 DEBUG unit.oai-hss/0.install Force set (no interactive) unit-oai-hss-0: 11:46:10 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security InRelease unit-oai-hss-0: 11:46:10 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/main Sources unit-oai-hss-0: 11:46:10 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/universe Sources unit-oai-hss-0: 11:46:10 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/main amd64 Packages unit-oai-hss-0: 11:46:10 DEBUG unit.oai-hss/0.install Ign http://nova.clouds.archive.ubuntu.com trusty InRelease unit-oai-hss-0: 11:46:10 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/universe amd64 Packages unit-oai-hss-0: 11:46:10 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease unit-oai-hss-0: 11:46:10 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/main Translation-en unit-oai-hss-0: 11:46:10 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/universe Translation-en unit-oai-hss-0: 11:46:10 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease unit-oai-hss-0: 11:46:10 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg unit-oai-hss-0: 11:46:11 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources unit-oai-hss-0: 11:46:11 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources unit-oai-hss-0: 11:46:11 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources unit-oai-hss-0: 11:46:11 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources unit-oai-hss-0: 11:46:11 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages unit-oai-hss-0: 11:46:11 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages unit-oai-hss-0: 11:46:11 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages unit-oai-hss-0: 11:46:12 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages unit-oai-hss-0: 11:46:12 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en unit-oai-hss-0: 11:46:12 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en unit-oai-hss-0: 11:46:12 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en unit-oai-hss-0: 11:46:12 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en unit-oai-hss-0: 11:46:12 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources unit-oai-hss-0: 11:46:13 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources unit-oai-hss-0: 11:46:13 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources unit-oai-hss-0: 11:46:13 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources unit-oai-hss-0: 11:46:13 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages unit-oai-hss-0: 11:46:13 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages unit-oai-hss-0: 11:46:13 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages unit-oai-hss-0: 11:46:13 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages unit-oai-hss-0: 11:46:14 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en unit-oai-hss-0: 11:46:14 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en unit-oai-hss-0: 11:46:14 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en unit-oai-hss-0: 11:46:14 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en unit-oai-hss-0: 11:46:14 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release unit-oai-hss-0: 11:46:14 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Sources unit-oai-hss-0: 11:46:14 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources unit-oai-hss-0: 11:46:15 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Sources unit-oai-hss-0: 11:46:15 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources unit-oai-hss-0: 11:46:15 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages unit-oai-hss-0: 11:46:15 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages unit-oai-hss-0: 11:46:15 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages unit-oai-hss-0: 11:46:15 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages unit-oai-hss-0: 11:46:16 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en unit-oai-hss-0: 11:46:16 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en unit-oai-hss-0: 11:46:16 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en unit-oai-hss-0: 11:46:16 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en unit-oai-hss-0: 11:46:18 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 11:46:18 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 11:46:18 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 11:46:18 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 11:46:18 DEBUG unit.oai-hss/0.install Package 'libgnutls-dev' is not installed, so not removed unit-oai-hss-0: 11:46:18 DEBUG unit.oai-hss/0.install Package 'libgnutlsxx27' is not installed, so not removed unit-oai-hss-0: 11:46:18 DEBUG unit.oai-hss/0.install Package 'nettle-dev' is not installed, so not removed unit-oai-hss-0: 11:46:18 DEBUG unit.oai-hss/0.install Package 'libgnutlsxx28' is not installed, so not removed unit-oai-hss-0: 11:46:18 DEBUG unit.oai-hss/0.install Package 'nettle-bin' is not installed, so not removed unit-oai-hss-0: 11:46:18 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 11:46:18 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 11:46:18 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 11:46:18 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 11:46:19 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 11:46:19 DEBUG unit.oai-hss/0.install autotools-dev binutils cmake-data cpp cpp-4.8 dpkg-dev fakeroot fontconfig unit-oai-hss-0: 11:46:19 DEBUG unit.oai-hss/0.install fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 unit-oai-hss-0: 11:46:19 DEBUG unit.oai-hss/0.install libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl unit-oai-hss-0: 11:46:19 DEBUG unit.oai-hss/0.install libarchive13 libasan0 libatomic1 libaudio2 libavahi-client3 unit-oai-hss-0: 11:46:19 DEBUG unit.oai-hss/0.install libavahi-common-data libavahi-common3 libbison-dev libc-dev-bin libc6-dbg unit-oai-hss-0: 11:46:19 DEBUG unit.oai-hss/0.install libc6-dev libcloog-isl4 libcups2 libdpkg-perl libfakeroot unit-oai-hss-0: 11:46:19 DEBUG unit.oai-hss/0.install libfile-fcntllock-perl libfl-dev libfontconfig1 libgcc-4.8-dev libgmp10 unit-oai-hss-0: 11:46:19 DEBUG unit.oai-hss/0.install libgomp1 libice6 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 liblzo2-2 unit-oai-hss-0: 11:46:19 DEBUG unit.oai-hss/0.install libmpc3 libmpfr4 libnettle4 libpython3.4 libqt4-declarative libqt4-network unit-oai-hss-0: 11:46:19 DEBUG unit.oai-hss/0.install libqt4-script libqt4-sql libqt4-sql-mysql libqt4-xml libqt4-xmlpatterns unit-oai-hss-0: 11:46:19 DEBUG unit.oai-hss/0.install libqtcore4 libqtdbus4 libqtgui4 libquadmath0 libsm6 libstdc++-4.8-dev unit-oai-hss-0: 11:46:19 DEBUG unit.oai-hss/0.install libtiff5 libtsan0 libxi6 libxrender1 libxt6 linux-libc-dev m4 make unit-oai-hss-0: 11:46:19 DEBUG unit.oai-hss/0.install manpages-dev qtcore4-l10n x11-common unit-oai-hss-0: 11:46:19 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 11:46:19 DEBUG unit.oai-hss/0.install autoconf2.13 autoconf-archive gnu-standards autoconf-doc libtool gettext unit-oai-hss-0: 11:46:19 DEBUG unit.oai-hss/0.install binutils-doc bison-doc codeblocks eclipse cpp-doc gcc-4.8-locales unit-oai-hss-0: 11:46:19 DEBUG unit.oai-hss/0.install doxygen-latex doxygen-doc graphviz debian-keyring g++-multilib unit-oai-hss-0: 11:46:19 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: 11:46:19 DEBUG unit.oai-hss/0.install gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg unit-oai-hss-0: 11:46:19 DEBUG unit.oai-hss/0.install libasan0-dbg libtsan0-dbg libquadmath0-dbg gdb-doc gdbserver lrzip nas unit-oai-hss-0: 11:46:19 DEBUG unit.oai-hss/0.install glibc-doc cups-common libqt4-declarative-folderlistmodel unit-oai-hss-0: 11:46:19 DEBUG unit.oai-hss/0.install libqt4-declarative-gestures libqt4-declarative-particles unit-oai-hss-0: 11:46:19 DEBUG unit.oai-hss/0.install libqt4-declarative-shaders qt4-qmlviewer libqt4-dev libicu48 libthai0 unit-oai-hss-0: 11:46:19 DEBUG unit.oai-hss/0.install qt4-qtconfig libstdc++-4.8-doc make-doc unit-oai-hss-0: 11:46:19 DEBUG unit.oai-hss/0.install Recommended packages: unit-oai-hss-0: 11:46:19 DEBUG unit.oai-hss/0.install libc-dbg unit-oai-hss-0: 11:46:19 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 11:46:19 DEBUG unit.oai-hss/0.install autoconf automake autotools-dev binutils bison build-essential cmake unit-oai-hss-0: 11:46:19 DEBUG unit.oai-hss/0.install cmake-curses-gui cmake-data cpp cpp-4.8 doxygen doxygen-gui dpkg-dev unit-oai-hss-0: 11:46:19 DEBUG unit.oai-hss/0.install fakeroot flex fontconfig fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc unit-oai-hss-0: 11:46:19 DEBUG unit.oai-hss/0.install gcc-4.8 gdb libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-oai-hss-0: 11:46:19 DEBUG unit.oai-hss/0.install libalgorithm-merge-perl libarchive13 libasan0 libatomic1 libaudio2 unit-oai-hss-0: 11:46:19 DEBUG unit.oai-hss/0.install libavahi-client3 libavahi-common-data libavahi-common3 libbison-dev unit-oai-hss-0: 11:46:19 DEBUG unit.oai-hss/0.install libc-dev-bin libc6-dbg libc6-dev libcloog-isl4 libcups2 libdpkg-perl unit-oai-hss-0: 11:46:19 DEBUG unit.oai-hss/0.install libfakeroot libfile-fcntllock-perl libfl-dev libfontconfig1 libgcc-4.8-dev unit-oai-hss-0: 11:46:19 DEBUG unit.oai-hss/0.install libgmp10 libgomp1 libice6 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 unit-oai-hss-0: 11:46:19 DEBUG unit.oai-hss/0.install liblzo2-2 libmpc3 libmpfr4 libnettle4 libpython3.4 libqt4-declarative unit-oai-hss-0: 11:46:19 DEBUG unit.oai-hss/0.install libqt4-network libqt4-script libqt4-sql libqt4-sql-mysql libqt4-xml unit-oai-hss-0: 11:46:19 DEBUG unit.oai-hss/0.install libqt4-xmlpatterns libqtcore4 libqtdbus4 libqtgui4 libquadmath0 libsm6 unit-oai-hss-0: 11:46:19 DEBUG unit.oai-hss/0.install libstdc++-4.8-dev libtiff5 libtsan0 libxi6 libxrender1 libxt6 linux-libc-dev unit-oai-hss-0: 11:46:19 DEBUG unit.oai-hss/0.install m4 make manpages-dev pkg-config qtcore4-l10n x11-common unit-oai-hss-0: 11:46:19 DEBUG unit.oai-hss/0.install 0 upgraded, 84 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 11:46:19 DEBUG unit.oai-hss/0.install Need to get 68.3 MB of archives. unit-oai-hss-0: 11:46:19 DEBUG unit.oai-hss/0.install After this operation, 235 MB of additional disk space will be used. unit-oai-hss-0: 11:46:19 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-oai-hss-0: 11:46:19 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-oai-hss-0: 11:46:19 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-oai-hss-0: 11:46:19 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-oai-hss-0: 11:46:20 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-oai-hss-0: 11:46:20 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: 11:46:20 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: 11:46:20 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-oai-hss-0: 11:46:20 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-oai-hss-0: 11:46:20 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-oai-hss-0: 11:46:20 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-oai-hss-0: 11:46:20 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: 11:46:20 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-oai-hss-0: 11:46:21 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-oai-hss-0: 11:46:21 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-oai-hss-0: 11:46:21 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-oai-hss-0: 11:46:21 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-oai-hss-0: 11:46:21 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-oai-hss-0: 11:46:21 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: 11:46:21 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: 11:46:21 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-oai-hss-0: 11:46:21 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-oai-hss-0: 11:46:22 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-oai-hss-0: 11:46:22 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-oai-hss-0: 11:46:22 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-oai-hss-0: 11:46:22 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-oai-hss-0: 11:46:22 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-oai-hss-0: 11:46:22 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: 11:46:22 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-oai-hss-0: 11:46:22 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-oai-hss-0: 11:46:23 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-oai-hss-0: 11:46:23 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-oai-hss-0: 11:46:23 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-oai-hss-0: 11:46:23 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-oai-hss-0: 11:46:23 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-oai-hss-0: 11:46:23 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-oai-hss-0: 11:46:23 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-oai-hss-0: 11:46:23 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: 11:46:23 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: 11:46:23 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-oai-hss-0: 11:46:23 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-oai-hss-0: 11:46:24 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-oai-hss-0: 11:46:24 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-oai-hss-0: 11:46:24 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-oai-hss-0: 11:46:24 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-oai-hss-0: 11:46:24 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-oai-hss-0: 11:46:24 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-oai-hss-0: 11:46:24 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-oai-hss-0: 11:46:24 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-oai-hss-0: 11:46:24 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-oai-hss-0: 11:46:24 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: 11:46:25 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: 11:46:25 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-oai-hss-0: 11:46:25 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-oai-hss-0: 11:46:25 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: 11:46:25 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-161.211 [773 kB] unit-oai-hss-0: 11:46:25 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-oai-hss-0: 11:46:25 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-oai-hss-0: 11:46:25 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: 11:46:25 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-oai-hss-0: 11:46:26 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-oai-hss-0: 11:46:26 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-oai-hss-0: 11:46:26 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-oai-hss-0: 11:46:26 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-oai-hss-0: 11:46:26 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: 11:46:27 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: 11:46:27 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-oai-hss-0: 11:46:27 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: 11:46:27 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: 11:46:27 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: 11:46:27 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-oai-hss-0: 11:46:27 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: 11:46:27 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-oai-hss-0: 11:46:27 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-oai-hss-0: 11:46:28 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-oai-hss-0: 11:46:28 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: 11:46:28 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: 11:46:28 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: 11:46:28 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: 11:46:28 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-oai-hss-0: 11:46:28 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-oai-hss-0: 11:46:28 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-oai-hss-0: 11:46:28 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-oai-hss-0: 11:46:28 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: 11:46:29 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: 11:46:29 DEBUG unit.oai-hss/0.install Preconfiguring packages ... unit-oai-hss-0: 11:46:29 DEBUG unit.oai-hss/0.install Fetched 68.3 MB in 9s (6975 kB/s) unit-oai-hss-0: 11:46:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package m4. unit-oai-hss-0: 11:46:29 DEBUG unit.oai-hss/0.install (Reading database ... 83651 files and directories currently installed.) unit-oai-hss-0: 11:46:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../m4_1.4.17-2ubuntu1_amd64.deb ... unit-oai-hss-0: 11:46:29 DEBUG unit.oai-hss/0.install Unpacking m4 (1.4.17-2ubuntu1) ... unit-oai-hss-0: 11:46:30 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfl-dev:amd64. unit-oai-hss-0: 11:46:30 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfl-dev_2.5.35-10.1ubuntu2_amd64.deb ... unit-oai-hss-0: 11:46:30 DEBUG unit.oai-hss/0.install Unpacking libfl-dev:amd64 (2.5.35-10.1ubuntu2) ... unit-oai-hss-0: 11:46:31 DEBUG unit.oai-hss/0.install Selecting previously unselected package flex. unit-oai-hss-0: 11:46:31 DEBUG unit.oai-hss/0.install Preparing to unpack .../flex_2.5.35-10.1ubuntu2_amd64.deb ... unit-oai-hss-0: 11:46:31 DEBUG unit.oai-hss/0.install Unpacking flex (2.5.35-10.1ubuntu2) ... unit-oai-hss-0: 11:46:31 DEBUG unit.oai-hss/0.install Selecting previously unselected package liblzo2-2:amd64. unit-oai-hss-0: 11:46:31 DEBUG unit.oai-hss/0.install Preparing to unpack .../liblzo2-2_2.06-1.2ubuntu1.1_amd64.deb ... unit-oai-hss-0: 11:46:31 DEBUG unit.oai-hss/0.install Unpacking liblzo2-2:amd64 (2.06-1.2ubuntu1.1) ... unit-oai-hss-0: 11:46:32 DEBUG unit.oai-hss/0.install Selecting previously unselected package libnettle4:amd64. unit-oai-hss-0: 11:46:32 DEBUG unit.oai-hss/0.install Preparing to unpack .../libnettle4_2.7.1-1ubuntu0.2_amd64.deb ... unit-oai-hss-0: 11:46:32 DEBUG unit.oai-hss/0.install Unpacking libnettle4:amd64 (2.7.1-1ubuntu0.2) ... unit-oai-hss-0: 11:46:32 DEBUG unit.oai-hss/0.install Selecting previously unselected package libarchive13:amd64. unit-oai-hss-0: 11:46:32 DEBUG unit.oai-hss/0.install Preparing to unpack .../libarchive13_3.1.2-7ubuntu2.6_amd64.deb ... unit-oai-hss-0: 11:46:32 DEBUG unit.oai-hss/0.install Unpacking libarchive13:amd64 (3.1.2-7ubuntu2.6) ... unit-oai-hss-0: 11:46:33 DEBUG unit.oai-hss/0.install Selecting previously unselected package libasan0:amd64. unit-oai-hss-0: 11:46:33 DEBUG unit.oai-hss/0.install Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 11:46:33 DEBUG unit.oai-hss/0.install Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 11:46:35 DEBUG unit.oai-hss/0.install Selecting previously unselected package libatomic1:amd64. unit-oai-hss-0: 11:46:35 DEBUG unit.oai-hss/0.install Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 11:46:35 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-66a23b-default-0 unit-abot-epc-basic-0: 11:46:35 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 11:46:36 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 11:46:36 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-oai-hss-0: 11:46:36 DEBUG unit.oai-hss/0.install Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 11:46:36 DEBUG unit.abot-epc-basic/0.install The following packages were automatically installed and are no longer required: unit-abot-epc-basic-0: 11:46:36 DEBUG unit.abot-epc-basic/0.install adwaita-icon-theme at-spi2-core colord colord-data dconf-gsettings-backend unit-abot-epc-basic-0: 11:46:36 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: 11:46:36 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: 11:46:36 DEBUG unit.abot-epc-basic/0.install glib-networking-common glib-networking-services gsettings-desktop-schemas unit-abot-epc-basic-0: 11:46:36 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: 11:46:36 DEBUG unit.abot-epc-basic/0.install libatspi2.0-0 libatspi2.0-dev libcairo-gobject2 libcairo-script-interpreter2 unit-abot-epc-basic-0: 11:46:36 DEBUG unit.abot-epc-basic/0.install libcairo2-dev libcolord2 libcolorhug2 libdbus-1-dev libdconf1 unit-abot-epc-basic-0: 11:46:36 DEBUG unit.abot-epc-basic/0.install libegl1-mesa-dev libepoxy-dev libepoxy0 libexif12 libfontconfig1-dev unit-abot-epc-basic-0: 11:46:36 DEBUG unit.abot-epc-basic/0.install libfreetype6-dev libgdk-pixbuf2.0-dev libglib2.0-bin libglib2.0-dev unit-abot-epc-basic-0: 11:46:36 DEBUG unit.abot-epc-basic/0.install libgphoto2-6 libgphoto2-l10n libgphoto2-port12 libgtk-3-0 libgtk-3-bin unit-abot-epc-basic-0: 11:46:36 DEBUG unit.abot-epc-basic/0.install libgtk-3-common libgusb2 libharfbuzz-dev libharfbuzz-gobject0 libieee1284-3 unit-abot-epc-basic-0: 11:46:36 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: 11:46:36 DEBUG unit.abot-epc-basic/0.install libmircookie-dev libmircookie2 libmircore-dev libpango1.0-dev unit-abot-epc-basic-0: 11:46:36 DEBUG unit.abot-epc-basic/0.install libpangoxft-1.0-0 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpixman-1-dev unit-abot-epc-basic-0: 11:46:36 DEBUG unit.abot-epc-basic/0.install libpng12-dev libprotobuf-dev libprotobuf9v5 librest-0.7-0 libsane unit-abot-epc-basic-0: 11:46:36 DEBUG unit.abot-epc-basic/0.install libsane-common libsoup-gnome2.4-1 libsoup2.4-1 libwayland-bin unit-abot-epc-basic-0: 11:46:36 DEBUG unit.abot-epc-basic/0.install libwayland-cursor0 libwayland-dev libwayland-egl1-mesa libxcb-shm0-dev unit-abot-epc-basic-0: 11:46:36 DEBUG unit.abot-epc-basic/0.install libxcomposite-dev libxcursor-dev libxft-dev libxi-dev libxinerama-dev unit-abot-epc-basic-0: 11:46:36 DEBUG unit.abot-epc-basic/0.install libxkbcommon-dev libxrandr-dev libxrender-dev libxtst-dev ubuntu-mono unit-abot-epc-basic-0: 11:46:36 DEBUG unit.abot-epc-basic/0.install x11proto-composite-dev x11proto-randr-dev x11proto-record-dev unit-abot-epc-basic-0: 11:46:36 DEBUG unit.abot-epc-basic/0.install x11proto-render-dev x11proto-xinerama-dev unit-abot-epc-basic-0: 11:46:36 DEBUG unit.abot-epc-basic/0.install Use 'sudo apt autoremove' to remove them. unit-abot-epc-basic-0: 11:46:36 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 11:46:36 DEBUG unit.abot-epc-basic/0.install libgnutlsxx28 libp11-kit-dev unit-abot-epc-basic-0: 11:46:36 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 11:46:36 DEBUG unit.abot-epc-basic/0.install gnutls-doc gnutls-bin guile-gnutls unit-abot-epc-basic-0: 11:46:36 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 11:46:36 DEBUG unit.abot-epc-basic/0.install libgnutls-dev libgnutlsxx28 libp11-kit-dev unit-oai-hss-0: 11:46:36 DEBUG unit.oai-hss/0.install Selecting previously unselected package x11-common. unit-oai-hss-0: 11:46:36 DEBUG unit.oai-hss/0.install Preparing to unpack .../x11-common_1%3a7.7+1ubuntu8.1_all.deb ... unit-abot-epc-basic-0: 11:46:36 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 11:46:36 DEBUG unit.abot-epc-basic/0.install Need to get 621 kB of archives. unit-abot-epc-basic-0: 11:46:36 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: 11:46:36 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-oai-hss-0: 11:46:37 DEBUG unit.oai-hss/0.install Unpacking x11-common (1:7.7+1ubuntu8.1) ... unit-abot-epc-basic-0: 11:46:37 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: 11:46:37 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: 11:46:37 DEBUG unit.oai-hss/0.install Selecting previously unselected package libice6:amd64. unit-oai-hss-0: 11:46:37 DEBUG unit.oai-hss/0.install Preparing to unpack .../libice6_2%3a1.0.8-2_amd64.deb ... unit-oai-hss-0: 11:46:37 DEBUG unit.oai-hss/0.install Unpacking libice6:amd64 (2:1.0.8-2) ... unit-abot-epc-basic-0: 11:46:38 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 11:46:38 DEBUG unit.abot-epc-basic/0.install Fetched 621 kB in 1s (360 kB/s) unit-oai-hss-0: 11:46:38 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsm6:amd64. unit-oai-hss-0: 11:46:38 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsm6_2%3a1.2.1-2_amd64.deb ... unit-oai-hss-0: 11:46:38 DEBUG unit.oai-hss/0.install Unpacking libsm6:amd64 (2:1.2.1-2) ... unit-abot-epc-basic-0: 11:46:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgnutlsxx28:amd64. unit-abot-epc-basic-0: 11:46:38 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: 11:46:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgnutlsxx28_3.4.10-4ubuntu1.4_amd64.deb ... unit-abot-epc-basic-0: 11:46:38 DEBUG unit.abot-epc-basic/0.install Unpacking libgnutlsxx28:amd64 (3.4.10-4ubuntu1.4) ... unit-oai-hss-0: 11:46:38 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxt6:amd64. unit-oai-hss-0: 11:46:38 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxt6_1%3a1.1.4-1_amd64.deb ... unit-oai-hss-0: 11:46:38 DEBUG unit.oai-hss/0.install Unpacking libxt6:amd64 (1:1.1.4-1) ... unit-abot-epc-basic-0: 11:46:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libp11-kit-dev:amd64. unit-abot-epc-basic-0: 11:46:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libp11-kit-dev_0.23.2-5~ubuntu16.04.1_amd64.deb ... unit-abot-epc-basic-0: 11:46:38 DEBUG unit.abot-epc-basic/0.install Unpacking libp11-kit-dev:amd64 (0.23.2-5~ubuntu16.04.1) ... unit-oai-hss-0: 11:46:39 DEBUG unit.oai-hss/0.install Selecting previously unselected package libaudio2:amd64. unit-oai-hss-0: 11:46:39 DEBUG unit.oai-hss/0.install Preparing to unpack .../libaudio2_1.9.4-1_amd64.deb ... unit-abot-epc-basic-0: 11:46:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgnutls-dev:amd64. unit-abot-epc-basic-0: 11:46:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgnutls-dev_3.4.10-4ubuntu1.4_amd64.deb ... unit-oai-hss-0: 11:46:40 DEBUG unit.oai-hss/0.install Unpacking libaudio2:amd64 (1.9.4-1) ... unit-abot-epc-basic-0: 11:46:40 DEBUG unit.abot-epc-basic/0.install Unpacking libgnutls-dev:amd64 (3.4.10-4ubuntu1.4) ... unit-oai-hss-0: 11:46:40 DEBUG unit.oai-hss/0.install Selecting previously unselected package libavahi-common-data:amd64. unit-oai-hss-0: 11:46:40 DEBUG unit.oai-hss/0.install Preparing to unpack .../libavahi-common-data_0.6.31-4ubuntu1.2_amd64.deb ... unit-oai-hss-0: 11:46:40 DEBUG unit.oai-hss/0.install Unpacking libavahi-common-data:amd64 (0.6.31-4ubuntu1.2) ... unit-abot-epc-basic-0: 11:46:40 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 11:46:41 DEBUG unit.abot-epc-basic/0.install Setting up libgnutlsxx28:amd64 (3.4.10-4ubuntu1.4) ... unit-abot-epc-basic-0: 11:46:41 DEBUG unit.abot-epc-basic/0.install Setting up libp11-kit-dev:amd64 (0.23.2-5~ubuntu16.04.1) ... unit-abot-epc-basic-0: 11:46:41 DEBUG unit.abot-epc-basic/0.install Setting up libgnutls-dev:amd64 (3.4.10-4ubuntu1.4) ... unit-abot-epc-basic-0: 11:46:41 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-oai-hss-0: 11:46:41 DEBUG unit.oai-hss/0.install Selecting previously unselected package libavahi-common3:amd64. unit-oai-hss-0: 11:46:41 DEBUG unit.oai-hss/0.install Preparing to unpack .../libavahi-common3_0.6.31-4ubuntu1.2_amd64.deb ... unit-oai-hss-0: 11:46:41 DEBUG unit.oai-hss/0.install Unpacking libavahi-common3:amd64 (0.6.31-4ubuntu1.2) ... unit-abot-epc-basic-0: 11:46:42 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 11:46:42 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: 11:46:42 DEBUG unit.oai-hss/0.install Selecting previously unselected package libavahi-client3:amd64. unit-oai-hss-0: 11:46:42 DEBUG unit.oai-hss/0.install Preparing to unpack .../libavahi-client3_0.6.31-4ubuntu1.2_amd64.deb ... unit-oai-hss-0: 11:46:42 DEBUG unit.oai-hss/0.install Unpacking libavahi-client3:amd64 (0.6.31-4ubuntu1.2) ... unit-oai-hss-0: 11:46:43 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgmp10:amd64. unit-oai-hss-0: 11:46:43 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-oai-hss-0: 11:46:43 DEBUG unit.oai-hss/0.install Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 11:46:43 DEBUG unit.oai-hss/0.install Selecting previously unselected package libisl10:amd64. unit-oai-hss-0: 11:46:43 DEBUG unit.oai-hss/0.install Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... unit-oai-hss-0: 11:46:44 DEBUG unit.oai-hss/0.install Unpacking libisl10:amd64 (0.12.2-1) ... unit-oai-hss-0: 11:46:44 DEBUG unit.oai-hss/0.install Selecting previously unselected package libcloog-isl4:amd64. unit-oai-hss-0: 11:46:44 DEBUG unit.oai-hss/0.install Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... unit-oai-hss-0: 11:46:44 DEBUG unit.oai-hss/0.install Unpacking libcloog-isl4:amd64 (0.18.2-1) ... unit-oai-hss-0: 11:46:45 DEBUG unit.oai-hss/0.install Selecting previously unselected package libcups2:amd64. unit-oai-hss-0: 11:46:45 DEBUG unit.oai-hss/0.install Preparing to unpack .../libcups2_1.7.2-0ubuntu1.10_amd64.deb ... unit-oai-hss-0: 11:46:45 DEBUG unit.oai-hss/0.install Unpacking libcups2:amd64 (1.7.2-0ubuntu1.10) ... unit-oai-hss-0: 11:46:45 DEBUG unit.oai-hss/0.install Selecting previously unselected package fonts-dejavu-core. unit-oai-hss-0: 11:46:45 DEBUG unit.oai-hss/0.install Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... unit-oai-hss-0: 11:46:45 DEBUG unit.oai-hss/0.install Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... unit-oai-hss-0: 11:46:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package fontconfig-config. unit-oai-hss-0: 11:46:46 DEBUG unit.oai-hss/0.install Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... unit-oai-hss-0: 11:46:46 DEBUG unit.oai-hss/0.install Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... unit-oai-hss-0: 11:46:47 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfontconfig1:amd64. unit-oai-hss-0: 11:46:47 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... unit-oai-hss-0: 11:46:47 DEBUG unit.oai-hss/0.install Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... unit-oai-hss-0: 11:46:48 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgomp1:amd64. unit-oai-hss-0: 11:46:48 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 11:46:48 DEBUG unit.oai-hss/0.install Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 11:46:48 DEBUG unit.oai-hss/0.install Selecting previously unselected package libitm1:amd64. unit-oai-hss-0: 11:46:48 DEBUG unit.oai-hss/0.install Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 11:46:48 DEBUG unit.oai-hss/0.install Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 11:46:48 DEBUG unit.oai-hss/0.install Selecting previously unselected package libjpeg-turbo8:amd64. unit-oai-hss-0: 11:46:48 DEBUG unit.oai-hss/0.install Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... unit-oai-hss-0: 11:46:48 DEBUG unit.oai-hss/0.install Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... unit-oai-hss-0: 11:46:49 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmpfr4:amd64. unit-oai-hss-0: 11:46:49 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... unit-oai-hss-0: 11:46:49 DEBUG unit.oai-hss/0.install Unpacking libmpfr4:amd64 (3.1.2-1) ... unit-oai-hss-0: 11:46:49 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpython3.4:amd64. unit-oai-hss-0: 11:46:49 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpython3.4_3.4.3-1ubuntu1~14.04.6_amd64.deb ... unit-oai-hss-0: 11:46:49 DEBUG unit.oai-hss/0.install Unpacking libpython3.4:amd64 (3.4.3-1ubuntu1~14.04.6) ... unit-oai-hss-0: 11:46:50 DEBUG unit.oai-hss/0.install Selecting previously unselected package qtcore4-l10n. unit-oai-hss-0: 11:46:50 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: 11:46:50 DEBUG unit.oai-hss/0.install Unpacking qtcore4-l10n (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 11:46:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqtcore4:amd64. unit-oai-hss-0: 11:46:51 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: 11:46:51 DEBUG unit.oai-hss/0.install Unpacking libqtcore4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 11:46:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-xml:amd64. unit-oai-hss-0: 11:46:52 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: 11:46:52 DEBUG unit.oai-hss/0.install Unpacking libqt4-xml:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 11:46:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqtdbus4:amd64. unit-oai-hss-0: 11:46:53 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: 11:46:53 DEBUG unit.oai-hss/0.install Unpacking libqtdbus4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 11:46:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-network:amd64. unit-oai-hss-0: 11:46:53 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: 11:46:53 DEBUG unit.oai-hss/0.install Unpacking libqt4-network:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 11:46:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-script:amd64. unit-oai-hss-0: 11:46:54 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: 11:46:54 DEBUG unit.oai-hss/0.install Unpacking libqt4-script:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 11:46:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-sql:amd64. unit-oai-hss-0: 11:46:54 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: 11:46:54 DEBUG unit.oai-hss/0.install Unpacking libqt4-sql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 11:46:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-xmlpatterns:amd64. unit-oai-hss-0: 11:46:55 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: 11:46:55 DEBUG unit.oai-hss/0.install Unpacking libqt4-xmlpatterns:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 11:46:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package fontconfig. unit-oai-hss-0: 11:46:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../fontconfig_2.11.0-0ubuntu4.2_amd64.deb ... unit-oai-hss-0: 11:46:56 DEBUG unit.oai-hss/0.install Unpacking fontconfig (2.11.0-0ubuntu4.2) ... unit-oai-hss-0: 11:46:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package libjpeg8:amd64. unit-oai-hss-0: 11:46:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... unit-oai-hss-0: 11:46:56 DEBUG unit.oai-hss/0.install Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... unit-oai-hss-0: 11:46:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package libjbig0:amd64. unit-oai-hss-0: 11:46:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 11:46:57 DEBUG unit.oai-hss/0.install Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... unit-oai-hss-0: 11:46:58 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtiff5:amd64. unit-oai-hss-0: 11:46:58 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ... unit-oai-hss-0: 11:46:58 DEBUG unit.oai-hss/0.install Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ... unit-oai-hss-0: 11:46:58 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxi6:amd64. unit-oai-hss-0: 11:46:58 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxi6_2%3a1.7.1.901-1ubuntu1.1_amd64.deb ... unit-oai-hss-0: 11:46:58 DEBUG unit.oai-hss/0.install Unpacking libxi6:amd64 (2:1.7.1.901-1ubuntu1.1) ... unit-oai-hss-0: 11:46:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxrender1:amd64. unit-oai-hss-0: 11:46:59 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxrender1_1%3a0.9.8-1build0.14.04.1_amd64.deb ... unit-oai-hss-0: 11:46:59 DEBUG unit.oai-hss/0.install Unpacking libxrender1:amd64 (1:0.9.8-1build0.14.04.1) ... unit-oai-hss-0: 11:46:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqtgui4:amd64. unit-oai-hss-0: 11:46:59 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: 11:47:00 DEBUG unit.oai-hss/0.install Unpacking libqtgui4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 11:47:01 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-declarative:amd64. unit-oai-hss-0: 11:47:01 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: 11:47:01 DEBUG unit.oai-hss/0.install Unpacking libqt4-declarative:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 11:47:01 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-sql-mysql:amd64. unit-oai-hss-0: 11:47:01 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: 11:47:01 DEBUG unit.oai-hss/0.install Unpacking libqt4-sql-mysql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 11:47:02 DEBUG unit.oai-hss/0.install Selecting previously unselected package libquadmath0:amd64. unit-oai-hss-0: 11:47:02 DEBUG unit.oai-hss/0.install Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 11:47:02 DEBUG unit.oai-hss/0.install Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 11:47:03 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtsan0:amd64. unit-oai-hss-0: 11:47:03 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 11:47:03 DEBUG unit.oai-hss/0.install Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 11:47:04 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmpc3:amd64. unit-oai-hss-0: 11:47:04 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... unit-oai-hss-0: 11:47:04 DEBUG unit.oai-hss/0.install Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-oai-hss-0: 11:47:04 DEBUG unit.oai-hss/0.install Selecting previously unselected package autoconf. unit-oai-hss-0: 11:47:04 DEBUG unit.oai-hss/0.install Preparing to unpack .../autoconf_2.69-6_all.deb ... unit-oai-hss-0: 11:47:04 DEBUG unit.oai-hss/0.install Unpacking autoconf (2.69-6) ... unit-oai-hss-0: 11:47:05 DEBUG unit.oai-hss/0.install Selecting previously unselected package autotools-dev. unit-oai-hss-0: 11:47:05 DEBUG unit.oai-hss/0.install Preparing to unpack .../autotools-dev_20130810.1_all.deb ... unit-oai-hss-0: 11:47:05 DEBUG unit.oai-hss/0.install Unpacking autotools-dev (20130810.1) ... unit-oai-hss-0: 11:47:05 DEBUG unit.oai-hss/0.install Selecting previously unselected package automake. unit-oai-hss-0: 11:47:05 DEBUG unit.oai-hss/0.install Preparing to unpack .../automake_1%3a1.14.1-2ubuntu1_all.deb ... unit-oai-hss-0: 11:47:05 DEBUG unit.oai-hss/0.install Unpacking automake (1:1.14.1-2ubuntu1) ... unit-oai-hss-0: 11:47:06 DEBUG unit.oai-hss/0.install Selecting previously unselected package binutils. unit-oai-hss-0: 11:47:06 DEBUG unit.oai-hss/0.install Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... unit-oai-hss-0: 11:47:06 DEBUG unit.oai-hss/0.install Unpacking binutils (2.24-5ubuntu14.2) ... unit-oai-hss-0: 11:47:06 DEBUG unit.oai-hss/0.install Selecting previously unselected package libbison-dev:amd64. unit-oai-hss-0: 11:47:06 DEBUG unit.oai-hss/0.install Preparing to unpack .../libbison-dev_2%3a3.0.2.dfsg-2_amd64.deb ... unit-oai-hss-0: 11:47:06 DEBUG unit.oai-hss/0.install Unpacking libbison-dev:amd64 (2:3.0.2.dfsg-2) ... unit-oai-hss-0: 11:47:07 DEBUG unit.oai-hss/0.install Selecting previously unselected package bison. unit-oai-hss-0: 11:47:07 DEBUG unit.oai-hss/0.install Preparing to unpack .../bison_2%3a3.0.2.dfsg-2_amd64.deb ... unit-oai-hss-0: 11:47:07 DEBUG unit.oai-hss/0.install Unpacking bison (2:3.0.2.dfsg-2) ... unit-oai-hss-0: 11:47:08 DEBUG unit.oai-hss/0.install Selecting previously unselected package libc-dev-bin. unit-oai-hss-0: 11:47:08 DEBUG unit.oai-hss/0.install Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... unit-oai-hss-0: 11:47:08 DEBUG unit.oai-hss/0.install Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 11:47:08 DEBUG unit.oai-hss/0.install Selecting previously unselected package linux-libc-dev:amd64. unit-oai-hss-0: 11:47:08 DEBUG unit.oai-hss/0.install Preparing to unpack .../linux-libc-dev_3.13.0-161.211_amd64.deb ... unit-oai-hss-0: 11:47:09 DEBUG unit.oai-hss/0.install Unpacking linux-libc-dev:amd64 (3.13.0-161.211) ... unit-oai-hss-0: 11:47:10 DEBUG unit.oai-hss/0.install Selecting previously unselected package libc6-dev:amd64. unit-oai-hss-0: 11:47:10 DEBUG unit.oai-hss/0.install Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... unit-oai-hss-0: 11:47:10 DEBUG unit.oai-hss/0.install Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-oai-hss-0: 11:47:11 DEBUG unit.oai-hss/0.install Selecting previously unselected package cpp-4.8. unit-oai-hss-0: 11:47:11 DEBUG unit.oai-hss/0.install Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 11:47:11 DEBUG unit.oai-hss/0.install Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 11:47:13 DEBUG unit.oai-hss/0.install Selecting previously unselected package cpp. unit-oai-hss-0: 11:47:13 DEBUG unit.oai-hss/0.install Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-oai-hss-0: 11:47:13 DEBUG unit.oai-hss/0.install Unpacking cpp (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 11:47:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgcc-4.8-dev:amd64. unit-oai-hss-0: 11:47:14 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: 11:47:15 DEBUG unit.oai-hss/0.install Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 11:47:15 DEBUG unit.oai-hss/0.install Selecting previously unselected package gcc-4.8. unit-oai-hss-0: 11:47:15 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: 11:47:15 DEBUG unit.oai-hss/0.install Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 11:47:16 DEBUG unit.oai-hss/0.install Selecting previously unselected package gcc. unit-oai-hss-0: 11:47:16 DEBUG unit.oai-hss/0.install Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-oai-hss-0: 11:47:16 DEBUG unit.oai-hss/0.install Unpacking gcc (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 11:47:16 DEBUG unit.oai-hss/0.install Selecting previously unselected package libstdc++-4.8-dev:amd64. unit-oai-hss-0: 11:47:16 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: 11:47:16 DEBUG unit.oai-hss/0.install Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 11:47:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package g++-4.8. unit-oai-hss-0: 11:47:18 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: 11:47:18 DEBUG unit.oai-hss/0.install Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 11:47:20 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-66a23b-default-0 unit-abot-epc-basic-0: 11:47:20 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-66a23b-default-0 unit-abot-epc-basic-0: 11:47:20 DEBUG unit.abot-epc-basic/0.install Cloning into '/opt/ssh'... unit-oai-hss-0: 11:47:20 DEBUG unit.oai-hss/0.install Selecting previously unselected package g++. unit-oai-hss-0: 11:47:20 DEBUG unit.oai-hss/0.install Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 11:47:20 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 11:47:20 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: 11:47:20 DEBUG unit.oai-hss/0.install Unpacking g++ (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 11:47:21 DEBUG unit.oai-hss/0.install Selecting previously unselected package make. unit-oai-hss-0: 11:47:21 DEBUG unit.oai-hss/0.install Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... unit-oai-hss-0: 11:47:21 DEBUG unit.oai-hss/0.install Unpacking make (3.81-8.2ubuntu3) ... unit-oai-hss-0: 11:47:21 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdpkg-perl. unit-oai-hss-0: 11:47:21 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... unit-oai-hss-0: 11:47:21 DEBUG unit.oai-hss/0.install Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... unit-oai-hss-0: 11:47:22 DEBUG unit.oai-hss/0.install Selecting previously unselected package dpkg-dev. unit-oai-hss-0: 11:47:22 DEBUG unit.oai-hss/0.install Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... unit-oai-hss-0: 11:47:22 DEBUG unit.oai-hss/0.install Unpacking dpkg-dev (1.17.5ubuntu5.8) ... unit-oai-hss-0: 11:47:22 DEBUG unit.oai-hss/0.install Selecting previously unselected package build-essential. unit-oai-hss-0: 11:47:22 DEBUG unit.oai-hss/0.install Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... unit-oai-hss-0: 11:47:22 DEBUG unit.oai-hss/0.install Unpacking build-essential (11.6ubuntu6) ... unit-oai-hss-0: 11:47:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package cmake-data. unit-oai-hss-0: 11:47:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../cmake-data_2.8.12.2-0ubuntu3_all.deb ... unit-oai-hss-0: 11:47:23 DEBUG unit.oai-hss/0.install Unpacking cmake-data (2.8.12.2-0ubuntu3) ... unit-oai-hss-0: 11:47:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package cmake. unit-oai-hss-0: 11:47:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../cmake_2.8.12.2-0ubuntu3_amd64.deb ... unit-oai-hss-0: 11:47:24 DEBUG unit.oai-hss/0.install Unpacking cmake (2.8.12.2-0ubuntu3) ... unit-oai-hss-0: 11:47:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package cmake-curses-gui. unit-oai-hss-0: 11:47:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../cmake-curses-gui_2.8.12.2-0ubuntu3_amd64.deb ... unit-oai-hss-0: 11:47:25 DEBUG unit.oai-hss/0.install Unpacking cmake-curses-gui (2.8.12.2-0ubuntu3) ... unit-oai-hss-0: 11:47:26 DEBUG unit.oai-hss/0.install Selecting previously unselected package doxygen. unit-oai-hss-0: 11:47:26 DEBUG unit.oai-hss/0.install Preparing to unpack .../doxygen_1.8.6-2_amd64.deb ... unit-oai-hss-0: 11:47:26 DEBUG unit.oai-hss/0.install Unpacking doxygen (1.8.6-2) ... unit-oai-hss-0: 11:47:26 DEBUG unit.oai-hss/0.install Selecting previously unselected package doxygen-gui. unit-oai-hss-0: 11:47:26 DEBUG unit.oai-hss/0.install Preparing to unpack .../doxygen-gui_1.8.6-2_amd64.deb ... unit-oai-hss-0: 11:47:26 DEBUG unit.oai-hss/0.install Unpacking doxygen-gui (1.8.6-2) ... unit-oai-hss-0: 11:47:27 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfakeroot:amd64. unit-oai-hss-0: 11:47:27 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... unit-oai-hss-0: 11:47:27 DEBUG unit.oai-hss/0.install Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... unit-oai-hss-0: 11:47:27 DEBUG unit.oai-hss/0.install Selecting previously unselected package fakeroot. unit-oai-hss-0: 11:47:27 DEBUG unit.oai-hss/0.install Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... unit-oai-hss-0: 11:47:27 DEBUG unit.oai-hss/0.install Unpacking fakeroot (1.20-3ubuntu2) ... unit-oai-hss-0: 11:47:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package gdb. unit-oai-hss-0: 11:47:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../gdb_7.7.1-0ubuntu5~14.04.3_amd64.deb ... unit-oai-hss-0: 11:47:28 DEBUG unit.oai-hss/0.install Unpacking gdb (7.7.1-0ubuntu5~14.04.3) ... unit-oai-hss-0: 11:47:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package libalgorithm-diff-perl. unit-oai-hss-0: 11:47:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... unit-oai-hss-0: 11:47:29 DEBUG unit.oai-hss/0.install Unpacking libalgorithm-diff-perl (1.19.02-3) ... unit-oai-hss-0: 11:47:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package libalgorithm-diff-xs-perl. unit-oai-hss-0: 11:47:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... unit-oai-hss-0: 11:47:29 DEBUG unit.oai-hss/0.install Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... unit-oai-hss-0: 11:47:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package libalgorithm-merge-perl. unit-oai-hss-0: 11:47:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... unit-oai-hss-0: 11:47:29 DEBUG unit.oai-hss/0.install Unpacking libalgorithm-merge-perl (0.08-2) ... unit-oai-hss-0: 11:47:30 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfile-fcntllock-perl. unit-oai-hss-0: 11:47:30 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... unit-oai-hss-0: 11:47:30 DEBUG unit.oai-hss/0.install Unpacking libfile-fcntllock-perl (0.14-2build1) ... unit-oai-hss-0: 11:47:30 DEBUG unit.oai-hss/0.install Selecting previously unselected package manpages-dev. unit-oai-hss-0: 11:47:30 DEBUG unit.oai-hss/0.install Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... unit-oai-hss-0: 11:47:30 DEBUG unit.oai-hss/0.install Unpacking manpages-dev (3.54-1ubuntu1) ... unit-oai-hss-0: 11:47:31 DEBUG unit.oai-hss/0.install Selecting previously unselected package pkg-config. unit-oai-hss-0: 11:47:31 DEBUG unit.oai-hss/0.install Preparing to unpack .../pkg-config_0.26-1ubuntu4_amd64.deb ... unit-oai-hss-0: 11:47:31 DEBUG unit.oai-hss/0.install Unpacking pkg-config (0.26-1ubuntu4) ... unit-oai-hss-0: 11:47:31 DEBUG unit.oai-hss/0.install Selecting previously unselected package libc6-dbg:amd64. unit-oai-hss-0: 11:47:31 DEBUG unit.oai-hss/0.install Preparing to unpack .../libc6-dbg_2.19-0ubuntu6.14_amd64.deb ... unit-oai-hss-0: 11:47:31 DEBUG unit.oai-hss/0.install Unpacking libc6-dbg:amd64 (2.19-0ubuntu6.14) ... unit-oai-hss-0: 11:47:32 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-hss-0: 11:47:35 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-oai-hss-0: 11:47:36 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-oai-hss-0: 11:47:36 DEBUG unit.oai-hss/0.install Setting up m4 (1.4.17-2ubuntu1) ... unit-oai-hss-0: 11:47:37 DEBUG unit.oai-hss/0.install Setting up libfl-dev:amd64 (2.5.35-10.1ubuntu2) ... unit-oai-hss-0: 11:47:37 DEBUG unit.oai-hss/0.install Setting up flex (2.5.35-10.1ubuntu2) ... unit-oai-hss-0: 11:47:37 DEBUG unit.oai-hss/0.install Setting up liblzo2-2:amd64 (2.06-1.2ubuntu1.1) ... unit-oai-hss-0: 11:47:37 DEBUG unit.oai-hss/0.install Setting up libnettle4:amd64 (2.7.1-1ubuntu0.2) ... unit-oai-hss-0: 11:47:37 DEBUG unit.oai-hss/0.install Setting up libarchive13:amd64 (3.1.2-7ubuntu2.6) ... unit-oai-hss-0: 11:47:37 DEBUG unit.oai-hss/0.install Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 11:47:38 DEBUG unit.oai-hss/0.install Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 11:47:38 DEBUG unit.oai-hss/0.install Setting up x11-common (1:7.7+1ubuntu8.1) ... unit-oai-hss-0: 11:47:38 DEBUG unit.oai-hss/0.install * Setting up X socket directories... unit-oai-hss-0: 11:47:38 DEBUG unit.oai-hss/0.install ...done. unit-oai-hss-0: 11:47:39 DEBUG unit.oai-hss/0.install Setting up libavahi-common-data:amd64 (0.6.31-4ubuntu1.2) ... unit-oai-hss-0: 11:47:39 DEBUG unit.oai-hss/0.install Setting up libavahi-common3:amd64 (0.6.31-4ubuntu1.2) ... unit-oai-hss-0: 11:47:39 DEBUG unit.oai-hss/0.install Setting up libavahi-client3:amd64 (0.6.31-4ubuntu1.2) ... unit-oai-hss-0: 11:47:39 DEBUG unit.oai-hss/0.install Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 11:47:39 DEBUG unit.oai-hss/0.install Setting up libisl10:amd64 (0.12.2-1) ... unit-oai-hss-0: 11:47:40 DEBUG unit.oai-hss/0.install Setting up libcloog-isl4:amd64 (0.18.2-1) ... unit-oai-hss-0: 11:47:40 DEBUG unit.oai-hss/0.install Setting up libcups2:amd64 (1.7.2-0ubuntu1.10) ... unit-oai-hss-0: 11:47:41 DEBUG unit.oai-hss/0.install Setting up fonts-dejavu-core (2.34-1ubuntu1) ... unit-oai-hss-0: 11:47:42 DEBUG unit.oai-hss/0.install Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... unit-oai-hss-0: 11:47:45 DEBUG unit.oai-hss/0.install Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... unit-oai-hss-0: 11:47:45 DEBUG unit.oai-hss/0.install Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 11:47:45 DEBUG unit.oai-hss/0.install Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 11:47:46 DEBUG unit.oai-hss/0.install Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... unit-oai-hss-0: 11:47:47 DEBUG unit.oai-hss/0.install Setting up libmpfr4:amd64 (3.1.2-1) ... unit-oai-hss-0: 11:47:47 DEBUG unit.oai-hss/0.install Setting up libpython3.4:amd64 (3.4.3-1ubuntu1~14.04.6) ... unit-oai-hss-0: 11:47:47 DEBUG unit.oai-hss/0.install Setting up qtcore4-l10n (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 11:47:48 DEBUG unit.oai-hss/0.install Setting up libqtcore4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 11:47:48 DEBUG unit.oai-hss/0.install Setting up libqt4-xml:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 11:47:48 DEBUG unit.oai-hss/0.install Setting up libqtdbus4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 11:47:48 DEBUG unit.oai-hss/0.install Setting up libqt4-network:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 11:47:48 DEBUG unit.oai-hss/0.install Setting up libqt4-script:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 11:47:49 DEBUG unit.oai-hss/0.install Setting up libqt4-sql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 11:47:49 DEBUG unit.oai-hss/0.install Setting up libqt4-xmlpatterns:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 11:47:49 DEBUG unit.oai-hss/0.install Setting up fontconfig (2.11.0-0ubuntu4.2) ... unit-oai-hss-0: 11:47:51 DEBUG unit.oai-hss/0.install Regenerating fonts cache... done. unit-oai-hss-0: 11:47:51 DEBUG unit.oai-hss/0.install Setting up libjpeg8:amd64 (8c-2ubuntu8) ... unit-oai-hss-0: 11:47:52 DEBUG unit.oai-hss/0.install Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... unit-oai-hss-0: 11:47:52 DEBUG unit.oai-hss/0.install Setting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ... unit-oai-hss-0: 11:47:53 DEBUG unit.oai-hss/0.install Setting up libxi6:amd64 (2:1.7.1.901-1ubuntu1.1) ... unit-oai-hss-0: 11:47:53 DEBUG unit.oai-hss/0.install Setting up libxrender1:amd64 (1:0.9.8-1build0.14.04.1) ... unit-oai-hss-0: 11:47:53 DEBUG unit.oai-hss/0.install Setting up libqt4-sql-mysql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 11:47:53 DEBUG unit.oai-hss/0.install Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 11:47:53 DEBUG unit.oai-hss/0.install Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 11:47:54 DEBUG unit.oai-hss/0.install Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-oai-hss-0: 11:47:54 DEBUG unit.oai-hss/0.install Setting up autoconf (2.69-6) ... unit-oai-hss-0: 11:47:54 DEBUG unit.oai-hss/0.install Setting up autotools-dev (20130810.1) ... unit-oai-hss-0: 11:47:55 DEBUG unit.oai-hss/0.install Setting up automake (1:1.14.1-2ubuntu1) ... unit-oai-hss-0: 11:47:55 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: 11:47:55 DEBUG unit.oai-hss/0.install Setting up binutils (2.24-5ubuntu14.2) ... unit-oai-hss-0: 11:47:55 DEBUG unit.oai-hss/0.install Setting up libbison-dev:amd64 (2:3.0.2.dfsg-2) ... unit-oai-hss-0: 11:47:56 DEBUG unit.oai-hss/0.install Setting up bison (2:3.0.2.dfsg-2) ... unit-oai-hss-0: 11:47:56 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: 11:47:56 DEBUG unit.oai-hss/0.install Setting up libc-dev-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 11:47:56 DEBUG unit.oai-hss/0.install Setting up linux-libc-dev:amd64 (3.13.0-161.211) ... unit-oai-hss-0: 11:47:57 DEBUG unit.oai-hss/0.install Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-oai-hss-0: 11:47:57 DEBUG unit.oai-hss/0.install Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 11:47:57 DEBUG unit.oai-hss/0.install Setting up cpp (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 11:47:57 DEBUG unit.oai-hss/0.install Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 11:47:57 DEBUG unit.oai-hss/0.install Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 11:47:57 DEBUG unit.oai-hss/0.install Setting up gcc (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 11:47:58 DEBUG unit.oai-hss/0.install Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 11:47:58 DEBUG unit.oai-hss/0.install Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 11:47:58 DEBUG unit.oai-hss/0.install Setting up g++ (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 11:47:58 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: 11:47:58 DEBUG unit.oai-hss/0.install Setting up make (3.81-8.2ubuntu3) ... unit-oai-hss-0: 11:47:58 DEBUG unit.oai-hss/0.install Setting up libdpkg-perl (1.17.5ubuntu5.8) ... unit-oai-hss-0: 11:47:59 DEBUG unit.oai-hss/0.install Setting up dpkg-dev (1.17.5ubuntu5.8) ... unit-oai-hss-0: 11:47:59 DEBUG unit.oai-hss/0.install Setting up build-essential (11.6ubuntu6) ... unit-oai-hss-0: 11:47:59 DEBUG unit.oai-hss/0.install Setting up cmake-data (2.8.12.2-0ubuntu3) ... unit-oai-hss-0: 11:47:59 DEBUG unit.oai-hss/0.install Setting up cmake (2.8.12.2-0ubuntu3) ... unit-oai-hss-0: 11:47:59 DEBUG unit.oai-hss/0.install Setting up cmake-curses-gui (2.8.12.2-0ubuntu3) ... unit-oai-hss-0: 11:47:59 DEBUG unit.oai-hss/0.install Setting up doxygen (1.8.6-2) ... unit-oai-hss-0: 11:48:00 DEBUG unit.oai-hss/0.install Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... unit-oai-hss-0: 11:48:00 DEBUG unit.oai-hss/0.install Setting up fakeroot (1.20-3ubuntu2) ... unit-oai-hss-0: 11:48:00 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: 11:48:00 DEBUG unit.oai-hss/0.install Setting up gdb (7.7.1-0ubuntu5~14.04.3) ... unit-oai-hss-0: 11:48:00 DEBUG unit.oai-hss/0.install Setting up libalgorithm-diff-perl (1.19.02-3) ... unit-oai-hss-0: 11:48:01 DEBUG unit.oai-hss/0.install Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... unit-oai-hss-0: 11:48:01 DEBUG unit.oai-hss/0.install Setting up libalgorithm-merge-perl (0.08-2) ... unit-oai-hss-0: 11:48:01 DEBUG unit.oai-hss/0.install Setting up libfile-fcntllock-perl (0.14-2build1) ... unit-oai-hss-0: 11:48:01 DEBUG unit.oai-hss/0.install Setting up manpages-dev (3.54-1ubuntu1) ... unit-oai-hss-0: 11:48:01 DEBUG unit.oai-hss/0.install Setting up pkg-config (0.26-1ubuntu4) ... unit-oai-hss-0: 11:48:02 DEBUG unit.oai-hss/0.install Setting up libc6-dbg:amd64 (2.19-0ubuntu6.14) ... unit-oai-hss-0: 11:48:02 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-oai-hss-0: 11:48:02 DEBUG unit.oai-hss/0.install Setting up libice6:amd64 (2:1.0.8-2) ... unit-oai-hss-0: 11:48:02 DEBUG unit.oai-hss/0.install Setting up libsm6:amd64 (2:1.2.1-2) ... unit-oai-hss-0: 11:48:02 DEBUG unit.oai-hss/0.install Setting up libxt6:amd64 (1:1.1.4-1) ... unit-oai-hss-0: 11:48:03 DEBUG unit.oai-hss/0.install Setting up libaudio2:amd64 (1.9.4-1) ... unit-oai-hss-0: 11:48:03 DEBUG unit.oai-hss/0.install Setting up libqt4-declarative:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 11:48:03 DEBUG unit.oai-hss/0.install Setting up libqtgui4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 11:48:03 DEBUG unit.oai-hss/0.install Setting up doxygen-gui (1.8.6-2) ... unit-oai-hss-0: 11:48:03 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 11:48:04 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 11:48:04 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 11:48:04 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 11:48:04 DEBUG unit.oai-hss/0.install git is already the newest version. unit-oai-hss-0: 11:48:04 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 11:48:04 DEBUG unit.oai-hss/0.install libapr1 libaprutil1 libserf-1-1 libsvn1 unit-oai-hss-0: 11:48:04 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 11:48:04 DEBUG unit.oai-hss/0.install subversion-tools db5.3-util unit-oai-hss-0: 11:48:04 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 11:48:04 DEBUG unit.oai-hss/0.install libapr1 libaprutil1 libserf-1-1 libsvn1 subversion unit-oai-hss-0: 11:48:04 DEBUG unit.oai-hss/0.install 0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 11:48:04 DEBUG unit.oai-hss/0.install Need to get 1402 kB of archives. unit-oai-hss-0: 11:48:04 DEBUG unit.oai-hss/0.install After this operation, 5231 kB of additional disk space will be used. unit-oai-hss-0: 11:48:04 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: 11:48:05 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: 11:48:05 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: 11:48:05 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: 11:48:06 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: 11:48:06 DEBUG unit.oai-hss/0.install Fetched 1402 kB in 2s (695 kB/s) unit-oai-hss-0: 11:48:06 DEBUG unit.oai-hss/0.install Selecting previously unselected package libapr1:amd64. unit-oai-hss-0: 11:48:06 DEBUG unit.oai-hss/0.install (Reading database ... 90380 files and directories currently installed.) unit-oai-hss-0: 11:48:06 DEBUG unit.oai-hss/0.install Preparing to unpack .../libapr1_1.5.0-1_amd64.deb ... unit-oai-hss-0: 11:48:06 DEBUG unit.oai-hss/0.install Unpacking libapr1:amd64 (1.5.0-1) ... unit-oai-hss-0: 11:48:07 DEBUG unit.oai-hss/0.install Selecting previously unselected package libaprutil1:amd64. unit-oai-hss-0: 11:48:07 DEBUG unit.oai-hss/0.install Preparing to unpack .../libaprutil1_1.5.3-1_amd64.deb ... unit-oai-hss-0: 11:48:07 DEBUG unit.oai-hss/0.install Unpacking libaprutil1:amd64 (1.5.3-1) ... unit-oai-hss-0: 11:48:08 DEBUG unit.oai-hss/0.install Selecting previously unselected package libserf-1-1:amd64. unit-oai-hss-0: 11:48:08 DEBUG unit.oai-hss/0.install Preparing to unpack .../libserf-1-1_1.3.3-1ubuntu0.1_amd64.deb ... unit-oai-hss-0: 11:48:09 DEBUG unit.oai-hss/0.install Unpacking libserf-1-1:amd64 (1.3.3-1ubuntu0.1) ... unit-oai-hss-0: 11:48:09 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsvn1:amd64. unit-oai-hss-0: 11:48:09 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsvn1_1.8.8-1ubuntu3.3_amd64.deb ... unit-oai-hss-0: 11:48:09 DEBUG unit.oai-hss/0.install Unpacking libsvn1:amd64 (1.8.8-1ubuntu3.3) ... unit-oai-hss-0: 11:48:09 DEBUG unit.oai-hss/0.install Selecting previously unselected package subversion. unit-oai-hss-0: 11:48:09 DEBUG unit.oai-hss/0.install Preparing to unpack .../subversion_1.8.8-1ubuntu3.3_amd64.deb ... unit-oai-hss-0: 11:48:09 DEBUG unit.oai-hss/0.install Unpacking subversion (1.8.8-1ubuntu3.3) ... unit-oai-hss-0: 11:48:10 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-hss-0: 11:48:11 DEBUG unit.oai-hss/0.install Setting up libapr1:amd64 (1.5.0-1) ... unit-oai-hss-0: 11:48:11 DEBUG unit.oai-hss/0.install Setting up libaprutil1:amd64 (1.5.3-1) ... unit-oai-hss-0: 11:48:11 DEBUG unit.oai-hss/0.install Setting up libserf-1-1:amd64 (1.3.3-1ubuntu0.1) ... unit-oai-hss-0: 11:48:12 DEBUG unit.oai-hss/0.install Setting up libsvn1:amd64 (1.8.8-1ubuntu3.3) ... unit-oai-hss-0: 11:48:12 DEBUG unit.oai-hss/0.install Setting up subversion (1.8.8-1ubuntu3.3) ... unit-oai-hss-0: 11:48:12 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 11:48:14 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 11:48:14 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 11:48:14 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 11:48:14 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 11:48:14 DEBUG unit.oai-hss/0.install openssl is already the newest version. unit-oai-hss-0: 11:48:14 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 11:48:14 DEBUG unit.oai-hss/0.install libconfig-dev libconfig-doc libconfig9 libgpg-error-dev unit-oai-hss-0: 11:48:14 DEBUG unit.oai-hss/0.install libhtml-template-perl libidn2-0 libltdl-dev libltdl7 libssl-doc lksctp-tools unit-oai-hss-0: 11:48:14 DEBUG unit.oai-hss/0.install mysql-server-5.5 mysql-server-core-5.5 zlib1g-dev unit-oai-hss-0: 11:48:14 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 11:48:14 DEBUG unit.oai-hss/0.install libgcrypt11-doc libipc-sharedcache-perl libtool-doc gfortran unit-oai-hss-0: 11:48:14 DEBUG unit.oai-hss/0.install fortran95-compiler gcj-jdk tinyca mailx unit-oai-hss-0: 11:48:14 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 11:48:14 DEBUG unit.oai-hss/0.install libconfig-dev libconfig-doc libconfig8-dev libconfig9 libgcrypt11-dev unit-oai-hss-0: 11:48:14 DEBUG unit.oai-hss/0.install libgpg-error-dev libhtml-template-perl libidn11-dev libidn2-0 libidn2-0-dev unit-oai-hss-0: 11:48:14 DEBUG unit.oai-hss/0.install libltdl-dev libltdl7 libmysqlclient-dev libpthread-stubs0-dev libsctp-dev unit-oai-hss-0: 11:48:14 DEBUG unit.oai-hss/0.install libsctp1 libssl-dev libssl-doc libtool lksctp-tools mysql-server unit-oai-hss-0: 11:48:14 DEBUG unit.oai-hss/0.install mysql-server-5.5 mysql-server-core-5.5 zlib1g-dev unit-oai-hss-0: 11:48:14 DEBUG unit.oai-hss/0.install 0 upgraded, 24 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 11:48:14 DEBUG unit.oai-hss/0.install Need to get 11.0 MB of archives. unit-oai-hss-0: 11:48:14 DEBUG unit.oai-hss/0.install After this operation, 74.5 MB of additional disk space will be used. unit-oai-hss-0: 11:48:14 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: 11:48:15 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: 11:48:15 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: 11:48:15 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.62-0ubuntu0.14.04.1 [3754 kB] unit-oai-hss-0: 11:48:16 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.62-0ubuntu0.14.04.1 [1979 kB] unit-oai-hss-0: 11:48:16 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: 11:48:16 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: 11:48:16 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: 11:48:17 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: 11:48:17 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: 11:48:17 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: 11:48:17 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: 11:48:17 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: 11:48:17 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: 11:48:17 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: 11:48:18 DEBUG unit.oai-hss/0.install Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient-dev amd64 5.5.62-0ubuntu0.14.04.1 [869 kB] unit-oai-hss-0: 11:48:18 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: 11:48:18 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: 11:48:18 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: 11:48:18 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: 11:48:18 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: 11:48:18 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: 11:48:19 DEBUG unit.oai-hss/0.install Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server all 5.5.62-0ubuntu0.14.04.1 [11.0 kB] unit-oai-hss-0: 11:48:19 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: 11:48:19 DEBUG unit.oai-hss/0.install Preconfiguring packages ... unit-oai-hss-0: 11:48:19 DEBUG unit.oai-hss/0.install Fetched 11.0 MB in 5s (2166 kB/s) unit-oai-hss-0: 11:48:19 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig9:amd64. unit-oai-hss-0: 11:48:19 DEBUG unit.oai-hss/0.install (Reading database ... 90491 files and directories currently installed.) unit-oai-hss-0: 11:48:19 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig9_1.4.9-2_amd64.deb ... unit-oai-hss-0: 11:48:19 DEBUG unit.oai-hss/0.install Unpacking libconfig9:amd64 (1.4.9-2) ... unit-oai-hss-0: 11:48:20 DEBUG unit.oai-hss/0.install Selecting previously unselected package libltdl7:amd64. unit-oai-hss-0: 11:48:20 DEBUG unit.oai-hss/0.install Preparing to unpack .../libltdl7_2.4.2-1.7ubuntu1_amd64.deb ... unit-oai-hss-0: 11:48:20 DEBUG unit.oai-hss/0.install Unpacking libltdl7:amd64 (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 11:48:20 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsctp1:amd64. unit-oai-hss-0: 11:48:20 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ... unit-oai-hss-0: 11:48:20 DEBUG unit.oai-hss/0.install Unpacking libsctp1:amd64 (1.0.15+dfsg-1) ... unit-oai-hss-0: 11:48:21 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-server-core-5.5. unit-oai-hss-0: 11:48:21 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-server-core-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-oai-hss-0: 11:48:21 DEBUG unit.oai-hss/0.install Unpacking mysql-server-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-oai-hss-0: 11:48:22 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-server-5.5. unit-oai-hss-0: 11:48:22 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-server-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-oai-hss-0: 11:48:24 DEBUG unit.oai-hss/0.install Unpacking mysql-server-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-oai-hss-0: 11:48:25 DEBUG unit.oai-hss/0.install Selecting previously unselected package libidn2-0:amd64. unit-oai-hss-0: 11:48:25 DEBUG unit.oai-hss/0.install Preparing to unpack .../libidn2-0_0.9-1_amd64.deb ... unit-oai-hss-0: 11:48:25 DEBUG unit.oai-hss/0.install Unpacking libidn2-0:amd64 (0.9-1) ... unit-oai-hss-0: 11:48:25 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig-dev:amd64. unit-oai-hss-0: 11:48:25 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig-dev_1.4.9-2_amd64.deb ... unit-oai-hss-0: 11:48:25 DEBUG unit.oai-hss/0.install Unpacking libconfig-dev:amd64 (1.4.9-2) ... unit-oai-hss-0: 11:48:26 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig-doc. unit-oai-hss-0: 11:48:26 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig-doc_1.4.9-2_all.deb ... unit-oai-hss-0: 11:48:26 DEBUG unit.oai-hss/0.install Unpacking libconfig-doc (1.4.9-2) ... unit-oai-hss-0: 11:48:26 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig8-dev. unit-oai-hss-0: 11:48:26 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig8-dev_1.4.9-2_amd64.deb ... unit-oai-hss-0: 11:48:26 DEBUG unit.oai-hss/0.install Unpacking libconfig8-dev (1.4.9-2) ... unit-oai-hss-0: 11:48:26 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgpg-error-dev. unit-oai-hss-0: 11:48:26 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgpg-error-dev_1.12-0.2ubuntu1_amd64.deb ... unit-oai-hss-0: 11:48:27 DEBUG unit.oai-hss/0.install Unpacking libgpg-error-dev (1.12-0.2ubuntu1) ... unit-oai-hss-0: 11:48:27 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgcrypt11-dev. unit-oai-hss-0: 11:48:27 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgcrypt11-dev_1.5.3-2ubuntu4.6_amd64.deb ... unit-oai-hss-0: 11:48:27 DEBUG unit.oai-hss/0.install Unpacking libgcrypt11-dev (1.5.3-2ubuntu4.6) ... unit-oai-hss-0: 11:48:27 DEBUG unit.oai-hss/0.install Selecting previously unselected package libhtml-template-perl. unit-oai-hss-0: 11:48:27 DEBUG unit.oai-hss/0.install Preparing to unpack .../libhtml-template-perl_2.95-1_all.deb ... unit-oai-hss-0: 11:48:27 DEBUG unit.oai-hss/0.install Unpacking libhtml-template-perl (2.95-1) ... unit-oai-hss-0: 11:48:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package libidn11-dev. unit-oai-hss-0: 11:48:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../libidn11-dev_1.28-1ubuntu2.2_amd64.deb ... unit-oai-hss-0: 11:48:28 DEBUG unit.oai-hss/0.install Unpacking libidn11-dev (1.28-1ubuntu2.2) ... unit-oai-hss-0: 11:48:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package libltdl-dev:amd64. unit-oai-hss-0: 11:48:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../libltdl-dev_2.4.2-1.7ubuntu1_amd64.deb ... unit-oai-hss-0: 11:48:28 DEBUG unit.oai-hss/0.install Unpacking libltdl-dev:amd64 (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 11:48:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package zlib1g-dev:amd64. unit-oai-hss-0: 11:48:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../zlib1g-dev_1%3a1.2.8.dfsg-1ubuntu1.1_amd64.deb ... unit-oai-hss-0: 11:48:29 DEBUG unit.oai-hss/0.install Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-1ubuntu1.1) ... unit-oai-hss-0: 11:48:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmysqlclient-dev. unit-oai-hss-0: 11:48:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmysqlclient-dev_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-oai-hss-0: 11:48:30 DEBUG unit.oai-hss/0.install Unpacking libmysqlclient-dev (5.5.62-0ubuntu0.14.04.1) ... unit-oai-hss-0: 11:48:30 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpthread-stubs0-dev:amd64. unit-oai-hss-0: 11:48:30 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpthread-stubs0-dev_0.3-4_amd64.deb ... unit-oai-hss-0: 11:48:30 DEBUG unit.oai-hss/0.install Unpacking libpthread-stubs0-dev:amd64 (0.3-4) ... unit-oai-hss-0: 11:48:30 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsctp-dev. unit-oai-hss-0: 11:48:30 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsctp-dev_1.0.15+dfsg-1_amd64.deb ... unit-oai-hss-0: 11:48:30 DEBUG unit.oai-hss/0.install Unpacking libsctp-dev (1.0.15+dfsg-1) ... unit-oai-hss-0: 11:48:31 DEBUG unit.oai-hss/0.install Selecting previously unselected package libssl-dev:amd64. unit-oai-hss-0: 11:48:31 DEBUG unit.oai-hss/0.install Preparing to unpack .../libssl-dev_1.0.1f-1ubuntu2.26_amd64.deb ... unit-oai-hss-0: 11:48:31 DEBUG unit.oai-hss/0.install Unpacking libssl-dev:amd64 (1.0.1f-1ubuntu2.26) ... unit-oai-hss-0: 11:48:31 DEBUG unit.oai-hss/0.install Selecting previously unselected package libssl-doc. unit-oai-hss-0: 11:48:31 DEBUG unit.oai-hss/0.install Preparing to unpack .../libssl-doc_1.0.1f-1ubuntu2.26_all.deb ... unit-oai-hss-0: 11:48:31 DEBUG unit.oai-hss/0.install Unpacking libssl-doc (1.0.1f-1ubuntu2.26) ... unit-oai-hss-0: 11:48:32 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtool. unit-oai-hss-0: 11:48:32 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtool_2.4.2-1.7ubuntu1_amd64.deb ... unit-oai-hss-0: 11:48:32 DEBUG unit.oai-hss/0.install Unpacking libtool (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 11:48:32 DEBUG unit.oai-hss/0.install Selecting previously unselected package lksctp-tools. unit-oai-hss-0: 11:48:32 DEBUG unit.oai-hss/0.install Preparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ... unit-oai-hss-0: 11:48:32 DEBUG unit.oai-hss/0.install Unpacking lksctp-tools (1.0.15+dfsg-1) ... unit-oai-hss-0: 11:48:32 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-server. unit-oai-hss-0: 11:48:32 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-server_5.5.62-0ubuntu0.14.04.1_all.deb ... unit-oai-hss-0: 11:48:32 DEBUG unit.oai-hss/0.install Unpacking mysql-server (5.5.62-0ubuntu0.14.04.1) ... unit-oai-hss-0: 11:48:33 DEBUG unit.oai-hss/0.install Selecting previously unselected package libidn2-0-dev. unit-oai-hss-0: 11:48:33 DEBUG unit.oai-hss/0.install Preparing to unpack .../libidn2-0-dev_0.9-1_amd64.deb ... unit-oai-hss-0: 11:48:33 DEBUG unit.oai-hss/0.install Unpacking libidn2-0-dev (0.9-1) ... unit-oai-hss-0: 11:48:33 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-hss-0: 11:48:34 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-oai-hss-0: 11:48:34 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-oai-hss-0: 11:48:35 DEBUG unit.oai-hss/0.install Setting up libconfig9:amd64 (1.4.9-2) ... unit-oai-hss-0: 11:48:35 DEBUG unit.oai-hss/0.install Setting up libltdl7:amd64 (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 11:48:35 DEBUG unit.oai-hss/0.install Setting up libsctp1:amd64 (1.0.15+dfsg-1) ... unit-oai-hss-0: 11:48:36 DEBUG unit.oai-hss/0.install Setting up mysql-server-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-oai-hss-0: 11:48:36 DEBUG unit.oai-hss/0.install Setting up mysql-server-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-mysql-0: 11:48:37 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 11:48:37 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 11:48:37 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 11:48:37 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-mysql-0: 11:48:37 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-mysql-0: 11:48:37 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 11:48:37 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 11:48:37 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 11:48:37 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 11:48:37 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-mysql-0: 11:48:37 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 11:48:37 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 11:48:42 DEBUG unit.oai-hss/0.install 181026 11:48:42 [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: 11:48:42 DEBUG unit.oai-hss/0.install 181026 11:48:42 [Note] Ignoring --secure-file-priv value as server is running with --bootstrap. unit-oai-hss-0: 11:48:42 DEBUG unit.oai-hss/0.install 181026 11:48:42 [Note] /usr/sbin/mysqld (mysqld 5.5.62-0ubuntu0.14.04.1) starting as process 11659 ... unit-oai-hss-0: 11:48:53 DEBUG unit.oai-hss/0.install mysql start/running, process 11792 unit-oai-hss-0: 11:48:53 DEBUG unit.oai-hss/0.install Setting up libidn2-0:amd64 (0.9-1) ... unit-oai-hss-0: 11:48:53 DEBUG unit.oai-hss/0.install Setting up libconfig-dev:amd64 (1.4.9-2) ... unit-oai-hss-0: 11:48:53 DEBUG unit.oai-hss/0.install Setting up libconfig-doc (1.4.9-2) ... unit-oai-hss-0: 11:48:53 DEBUG unit.oai-hss/0.install Setting up libconfig8-dev (1.4.9-2) ... unit-oai-hss-0: 11:48:54 DEBUG unit.oai-hss/0.install Setting up libgpg-error-dev (1.12-0.2ubuntu1) ... unit-oai-hss-0: 11:48:54 DEBUG unit.oai-hss/0.install Setting up libgcrypt11-dev (1.5.3-2ubuntu4.6) ... unit-oai-hss-0: 11:48:55 DEBUG unit.oai-hss/0.install Setting up libhtml-template-perl (2.95-1) ... unit-oai-hss-0: 11:48:55 DEBUG unit.oai-hss/0.install Setting up libidn11-dev (1.28-1ubuntu2.2) ... unit-oai-hss-0: 11:48:55 DEBUG unit.oai-hss/0.install Setting up libltdl-dev:amd64 (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 11:48:56 DEBUG unit.oai-hss/0.install Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-1ubuntu1.1) ... unit-oai-hss-0: 11:48:56 DEBUG unit.oai-hss/0.install Setting up libmysqlclient-dev (5.5.62-0ubuntu0.14.04.1) ... unit-oai-hss-0: 11:48:57 DEBUG unit.oai-hss/0.install Setting up libpthread-stubs0-dev:amd64 (0.3-4) ... unit-oai-hss-0: 11:48:57 DEBUG unit.oai-hss/0.install Setting up libsctp-dev (1.0.15+dfsg-1) ... unit-oai-hss-0: 11:48:58 DEBUG unit.oai-hss/0.install Setting up libssl-dev:amd64 (1.0.1f-1ubuntu2.26) ... unit-oai-hss-0: 11:48:58 DEBUG unit.oai-hss/0.install Setting up libssl-doc (1.0.1f-1ubuntu2.26) ... unit-oai-hss-0: 11:48:58 DEBUG unit.oai-hss/0.install Setting up libtool (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 11:48:58 DEBUG unit.oai-hss/0.install Setting up lksctp-tools (1.0.15+dfsg-1) ... unit-oai-hss-0: 11:48:58 DEBUG unit.oai-hss/0.install Setting up libidn2-0-dev (0.9-1) ... unit-oai-hss-0: 11:48:58 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-oai-hss-0: 11:48:58 DEBUG unit.oai-hss/0.install Setting up mysql-server (5.5.62-0ubuntu0.14.04.1) ... unit-oai-hss-0: 11:48:58 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 11:48:59 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 11:48:59 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 11:48:59 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 11:48:59 DEBUG unit.oai-hss/0.install autoconf is already the newest version. unit-oai-hss-0: 11:48:59 DEBUG unit.oai-hss/0.install automake is already the newest version. unit-oai-hss-0: 11:48:59 DEBUG unit.oai-hss/0.install build-essential is already the newest version. unit-oai-hss-0: 11:48:59 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 11:48:59 DEBUG unit.oai-hss/0.install libgmpxx4ldbl unit-oai-hss-0: 11:48:59 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 11:48:59 DEBUG unit.oai-hss/0.install libgmp10-doc libmpfr-dev unit-oai-hss-0: 11:48:59 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 11:48:59 DEBUG unit.oai-hss/0.install libgmp-dev libgmpxx4ldbl unit-oai-hss-0: 11:48:59 DEBUG unit.oai-hss/0.install 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 11:48:59 DEBUG unit.oai-hss/0.install Need to get 300 kB of archives. unit-oai-hss-0: 11:48:59 DEBUG unit.oai-hss/0.install After this operation, 1675 kB of additional disk space will be used. unit-oai-hss-0: 11:48:59 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: 11:48:59 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: 11:49:00 DEBUG unit.oai-hss/0.install Fetched 300 kB in 0s (313 kB/s) unit-oai-hss-0: 11:49:00 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgmpxx4ldbl:amd64. unit-oai-hss-0: 11:49:00 DEBUG unit.oai-hss/0.install (Reading database ... 92492 files and directories currently installed.) unit-oai-hss-0: 11:49:00 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgmpxx4ldbl_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-oai-hss-0: 11:49:00 DEBUG unit.oai-hss/0.install Unpacking libgmpxx4ldbl:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 11:49:01 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgmp-dev:amd64. unit-oai-hss-0: 11:49:01 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgmp-dev_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-oai-hss-0: 11:49:01 DEBUG unit.oai-hss/0.install Unpacking libgmp-dev:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 11:49:01 DEBUG unit.oai-hss/0.install Setting up libgmpxx4ldbl:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 11:49:01 DEBUG unit.oai-hss/0.install Setting up libgmp-dev:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 11:49:01 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 11:49:02 DEBUG unit.oai-hss/0.install Downloading nettle archive unit-oai-hss-0: 11:49:02 DEBUG unit.oai-hss/0.install --2018-10-26 11:49:02-- https://ftp.gnu.org/gnu/nettle/nettle-2.5.tar.gz unit-oai-hss-0: 11:49:02 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: 11:49:02 DEBUG unit.oai-hss/0.install Connecting to ftp.gnu.org (ftp.gnu.org)|208.118.235.20|:443... connected. unit-oai-hss-0: 11:49:02 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 11:49:02 DEBUG unit.oai-hss/0.install Length: 1113274 (1.1M) [application/x-gzip] unit-oai-hss-0: 11:49:02 DEBUG unit.oai-hss/0.install Saving to: 'nettle-2.5.tar.gz' unit-oai-hss-0: 11:49:03 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:49:03 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 4% 376K 3s unit-oai-hss-0: 11:49:03 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 9% 751K 2s unit-oai-hss-0: 11:49:03 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 13% 747K 2s unit-oai-hss-0: 11:49:03 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 18% 88.5M 1s unit-oai-hss-0: 11:49:03 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 22% 749K 1s unit-oai-hss-0: 11:49:03 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 27% 753K 1s unit-oai-hss-0: 11:49:03 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 32% 747K 1s unit-oai-hss-0: 11:49:03 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 36% 751K 1s unit-oai-hss-0: 11:49:03 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 41% 748K 1s unit-oai-hss-0: 11:49:03 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 45% 52.5M 1s unit-oai-hss-0: 11:49:03 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 50% 751K 1s unit-oai-hss-0: 11:49:03 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 55% 760K 1s unit-oai-hss-0: 11:49:03 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 59% 752K 1s unit-oai-hss-0: 11:49:03 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 64% 54.6M 0s unit-oai-hss-0: 11:49:03 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 68% 716K 0s unit-oai-hss-0: 11:49:03 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 73% 759K 0s unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 78% 751K 0s unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 82% 750K 0s unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 87% 64.3M 0s unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 91% 759K 0s unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 96% 737K 0s unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... ....... 100% 90.5M=1.2s unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install 2018-10-26 11:49:04 (902 KB/s) - 'nettle-2.5.tar.gz' saved [1113274/1113274] unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install checking build system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install checking host system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install checking for -R flag... using -Wl,-rpath, unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install Searching for libraries unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install checking /usr/lib... added unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install checking /usr/local/lib... added unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install checking /sw/local/lib... not found unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install checking /sw/lib... not found unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install checking /usr/gnu/lib... not found unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install checking /opt/gnu/lib... not found unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install checking /sw/gnu/lib... not found unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install checking /usr/freeware/lib... not found unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install checking /usr/pkg/lib... not found unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install checking for gcc... gcc unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install checking whether the C compiler works... yes unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install checking for C compiler default output file name... a.out unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install checking for suffix of executables... unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install checking whether we are cross compiling... no unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install checking for suffix of object files... o unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C compiler... yes unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install checking whether gcc accepts -g... yes unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install checking for gcc option to accept ISO C89... none needed unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install checking for g++... g++ unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C++ compiler... yes unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install checking whether g++ accepts -g... yes unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install checking whether make sets $(MAKE)... yes unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install checking for ranlib... ranlib unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install checking for nm... nm unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install checking for objdump... objdump unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install checking for a BSD-compatible install... /usr/bin/install -c unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install checking for a thread-safe mkdir -p... /bin/mkdir -p unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install checking whether ln -s works... yes unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install configure: Compiler uses 64-bit ABI. To change, set CC. unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install configure: Libraries to be installed in ${exec_prefix}/lib. unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install configure: Looking for assembler files in x86_64/. unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install checking CCPIC... -fpic unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install checking if globals are prefixed by underscore... no unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install checking if we should use a .note.GNU-stack section... yes unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install checking for ELF-style .type,%function pseudo-ops... yes unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install checking for ELF-style .type,#function pseudo-ops... no unit-oai-epc-0: 11:49:04 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install checking if .align assembly directive is logarithmic... no unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install checking for m4... /usr/bin/m4 unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install checking for an ANSI C-conforming const... yes unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install checking for inline... inline unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install checking how to run the C preprocessor... gcc -E unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install checking for grep that handles long lines and -e... /bin/grep unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install checking for egrep... /bin/grep -E unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install checking for uid_t in sys/types.h... yes unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install checking for ANSI C header files... yes unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install checking for sys/types.h... yes unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install checking for sys/stat.h... yes unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install checking for stdlib.h... yes unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install checking for string.h... yes unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install checking for memory.h... yes unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install checking for strings.h... yes unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install checking for inttypes.h... yes unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install checking for stdint.h... yes unit-oai-hss-0: 11:49:04 DEBUG unit.oai-hss/0.install checking for unistd.h... yes unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install checking for size_t... yes unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install checking whether time.h and sys/time.h may both be included... yes unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install checking size of long... 8 unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install checking alignment of uint64_t... 8 unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install checking openssl/blowfish.h usability... yes unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install checking openssl/blowfish.h presence... yes unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install checking for openssl/blowfish.h... yes unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install checking openssl/des.h usability... yes unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install checking openssl/des.h presence... yes unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install checking for openssl/des.h... yes unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install checking openssl/cast.h usability... yes unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install checking openssl/cast.h presence... yes unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install checking for openssl/cast.h... yes unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install checking openssl/aes.h usability... yes unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install checking openssl/aes.h presence... yes unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install checking for openssl/aes.h... yes unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install checking for working alloca.h... yes unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install checking for alloca... yes unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install checking malloc.h usability... yes unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install checking malloc.h presence... yes unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install checking for malloc.h... yes unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install checking for strerror... yes unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... no unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install checking for memxor... no unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install checking for __attribute__... yes unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install checking for stdint types... stdint.h (shortcircuit) unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install make use of stdint.h in nettle-stdint.h (assuming C99 compatible system) unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install checking for fcntl file locking... yes unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install checking for __gmpz_getlimbn in -lgmp... yes unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install checking for __gmpz_powm_sec... yes unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install checking for library containing clock_gettime... none required unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install configure: creating ./config.status unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install config.status: creating config.make unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install config.status: creating config.m4 unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install config.status: creating Makefile unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install config.status: creating tools/Makefile unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install config.status: creating testsuite/Makefile unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install config.status: creating examples/Makefile unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install config.status: creating nettle.pc unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install config.status: creating hogweed.pc unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install config.status: creating config.h unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install config.status: linking x86_64/aes-encrypt-internal.asm to aes-encrypt-internal.asm unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install config.status: linking x86_64/aes-decrypt-internal.asm to aes-decrypt-internal.asm unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install config.status: linking x86_64/camellia-crypt-internal.asm to camellia-crypt-internal.asm unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install config.status: linking x86_64/memxor.asm to memxor.asm unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install config.status: linking x86_64/salsa20-crypt.asm to salsa20-crypt.asm unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install config.status: linking x86_64/serpent-encrypt.asm to serpent-encrypt.asm unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install config.status: linking x86_64/serpent-decrypt.asm to serpent-decrypt.asm unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install config.status: linking x86_64/sha1-compress.asm to sha1-compress.asm unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install config.status: linking x86_64/machine.m4 to machine.m4 unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install config.status: executing dummy-dep-files commands unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install config.status: executing nettle-stdint.h commands unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install config.status: creating nettle-stdint.h : __NETTLE_STDINT_H unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install configure: summary of build options: unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install Version: nettle 2.5 unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install Host type: x86_64-unknown-linux-gnu unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install ABI: 64 unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install Assembly files: x86_64 unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install Install prefix: /usr unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install Library directory: ${exec_prefix}/lib unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install Compiler: gcc unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install Shared libraries: yes unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install Public key crypto: yes unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install Compiling nettle unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install make all-here unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5' unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:05 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:05 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:06 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 11:49:06 DEBUG unit.oai-hss/0.install aes-decrypt-internal.asm >aes-decrypt-internal.s unit-oai-hss-0: 11:49:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:06 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: 11:49:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:06 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 11:49:06 DEBUG unit.oai-hss/0.install aes-encrypt-internal.asm >aes-encrypt-internal.s unit-oai-hss-0: 11:49:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:06 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: 11:49:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:06 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 11:49:06 DEBUG unit.oai-hss/0.install camellia-crypt-internal.asm >camellia-crypt-internal.s unit-oai-hss-0: 11:49:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:06 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: 11:49:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:06 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:06 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:07 DEBUG unit.oai-hss/0.install cast128.c: In function 'nettle_cast128_set_key': unit-oai-hss-0: 11:49:07 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: 11:49:07 DEBUG unit.oai-hss/0.install t[3] = x[3] = z[3] ^ cast_sbox5[U8c(x[2])] unit-oai-hss-0: 11:49:07 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:49:07 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: 11:49:07 DEBUG unit.oai-hss/0.install ^ cast_sbox6[U8d(z[1])] ^ cast_sbox7[U8a(z[1])] unit-oai-hss-0: 11:49:07 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:49:07 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: 11:49:07 DEBUG unit.oai-hss/0.install t[2] = x[2] = z[1] ^ cast_sbox5[U8d(x[1])] unit-oai-hss-0: 11:49:07 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:49:07 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: 11:49:07 DEBUG unit.oai-hss/0.install t[1] = x[1] = z[0] ^ cast_sbox5[U8a(x[0])] unit-oai-hss-0: 11:49:07 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:49:07 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: 11:49:07 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 11:49:07 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:49:07 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: 11:49:07 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: 11:49:07 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 11:49:07 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:49:07 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[1]' was declared here unit-oai-hss-0: 11:49:07 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 11:49:07 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:49:07 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: 11:49:07 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 11:49:07 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:49:07 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[0]' was declared here unit-oai-hss-0: 11:49:07 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 11:49:07 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:49:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:07 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:07 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:08 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:08 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:08 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:08 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:08 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:08 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:08 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 11:49:08 DEBUG unit.oai-hss/0.install salsa20-crypt.asm >salsa20-crypt.s unit-oai-hss-0: 11:49:08 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:08 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:08 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:08 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: 11:49:08 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:08 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:08 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 11:49:08 DEBUG unit.oai-hss/0.install sha1-compress.asm >sha1-compress.s unit-oai-hss-0: 11:49:08 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:08 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: 11:49:08 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:08 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:08 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:08 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:08 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:08 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:08 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:08 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:08 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:08 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:08 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:08 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:08 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:08 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:08 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:08 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:08 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:08 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:08 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:08 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:08 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 11:49:08 DEBUG unit.oai-hss/0.install serpent-encrypt.asm >serpent-encrypt.s unit-oai-hss-0: 11:49:08 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:08 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: 11:49:08 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 11:49:08 DEBUG unit.oai-hss/0.install serpent-decrypt.asm >serpent-decrypt.s unit-oai-hss-0: 11:49:08 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:08 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:08 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:08 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: 11:49:08 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:08 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:08 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:08 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:08 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:08 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:08 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:08 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:08 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:08 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:08 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:08 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:09 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:09 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:09 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:09 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:09 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:09 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:09 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:09 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:09 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:09 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:09 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:09 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:09 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 11:49:09 DEBUG unit.oai-hss/0.install memxor.asm >memxor.s unit-oai-hss-0: 11:49:09 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:09 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:09 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:09 DEBUG unit.oai-hss/0.install echo "memxor.o : memxor.asm ./asm.m4 machine.m4 config.m4" >memxor.o.d unit-oai-hss-0: 11:49:09 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:09 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:09 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:09 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:09 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:09 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:09 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:09 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:09 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:09 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:09 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:09 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:09 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:09 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:09 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:09 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:09 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:09 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:09 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:09 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:09 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:09 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:09 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:09 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:09 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:09 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:09 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:09 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:09 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:09 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:09 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:09 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:09 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:09 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:09 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:09 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:09 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:09 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:09 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:09 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:10 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:10 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:10 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:10 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:10 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:10 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:10 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:10 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:10 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:10 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:10 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:10 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:10 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:10 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:10 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:10 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:10 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:10 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:10 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:10 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:10 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:10 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:10 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:10 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:10 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:10 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:10 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:10 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:10 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:10 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:10 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:10 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:10 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:10 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:10 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:10 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:10 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:10 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:10 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:10 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:10 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:10 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:10 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:10 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:10 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:10 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:10 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:10 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:10 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:10 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:10 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:10 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:10 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:10 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:10 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:10 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:10 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:10 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:10 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:10 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:10 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:10 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:10 DEBUG unit.oai-hss/0.install pgp-encode.c: In function 'nettle_pgp_put_rsa_sha1_signature': unit-oai-hss-0: 11:49:10 DEBUG unit.oai-hss/0.install pgp-encode.c:249:11: warning: unused variable 'digest16' [-Wunused-variable] unit-oai-hss-0: 11:49:10 DEBUG unit.oai-hss/0.install uint8_t digest16[2]; unit-oai-hss-0: 11:49:10 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:49:10 DEBUG unit.oai-hss/0.install rsa2openpgp.c: In function 'nettle_rsa_keypair_to_openpgp': unit-oai-hss-0: 11:49:10 DEBUG unit.oai-hss/0.install rsa2openpgp.c:67:12: warning: unused variable 'key_length' [-Wunused-variable] unit-oai-hss-0: 11:49:10 DEBUG unit.oai-hss/0.install unsigned key_length; unit-oai-hss-0: 11:49:10 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:49:10 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:10 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:11 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 11:49:11 DEBUG unit.oai-hss/0.install aes-decrypt-internal.asm >aes-decrypt-internal.s unit-oai-hss-0: 11:49:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:11 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: 11:49:11 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 11:49:11 DEBUG unit.oai-hss/0.install aes-encrypt-internal.asm >aes-encrypt-internal.s unit-oai-hss-0: 11:49:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:11 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: 11:49:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:11 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 11:49:11 DEBUG unit.oai-hss/0.install camellia-crypt-internal.asm >camellia-crypt-internal.s unit-oai-hss-0: 11:49:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:11 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: 11:49:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:12 DEBUG unit.oai-hss/0.install cast128.c: In function 'nettle_cast128_set_key': unit-oai-hss-0: 11:49:12 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: 11:49:12 DEBUG unit.oai-hss/0.install t[3] = x[3] = z[3] ^ cast_sbox5[U8c(x[2])] unit-oai-hss-0: 11:49:12 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:49:12 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: 11:49:12 DEBUG unit.oai-hss/0.install ^ cast_sbox6[U8d(z[1])] ^ cast_sbox7[U8a(z[1])] unit-oai-hss-0: 11:49:12 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:49:12 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: 11:49:12 DEBUG unit.oai-hss/0.install t[2] = x[2] = z[1] ^ cast_sbox5[U8d(x[1])] unit-oai-hss-0: 11:49:12 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:49:12 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: 11:49:12 DEBUG unit.oai-hss/0.install t[1] = x[1] = z[0] ^ cast_sbox5[U8a(x[0])] unit-oai-hss-0: 11:49:12 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:49:12 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: 11:49:12 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 11:49:12 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:49:12 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: 11:49:12 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: 11:49:12 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 11:49:12 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:49:12 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[1]' was declared here unit-oai-hss-0: 11:49:12 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 11:49:12 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:49:12 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: 11:49:12 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 11:49:12 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:49:12 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[0]' was declared here unit-oai-hss-0: 11:49:12 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 11:49:12 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:49:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:13 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:13 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:13 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:13 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:13 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:13 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:13 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:13 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:13 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:13 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:13 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 11:49:13 DEBUG unit.oai-hss/0.install salsa20-crypt.asm >salsa20-crypt.s unit-oai-hss-0: 11:49:13 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:13 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: 11:49:13 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:13 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:13 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:13 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:13 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 11:49:13 DEBUG unit.oai-hss/0.install sha1-compress.asm >sha1-compress.s unit-oai-hss-0: 11:49:13 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:13 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: 11:49:13 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:13 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:13 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:13 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:13 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:13 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:13 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:13 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:13 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:13 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:13 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:13 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:13 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:13 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:13 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:13 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:13 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:13 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:13 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:13 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:13 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 11:49:13 DEBUG unit.oai-hss/0.install serpent-encrypt.asm >serpent-encrypt.s unit-oai-hss-0: 11:49:13 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:13 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: 11:49:13 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 11:49:13 DEBUG unit.oai-hss/0.install serpent-decrypt.asm >serpent-decrypt.s unit-oai-hss-0: 11:49:13 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:13 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:13 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:13 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: 11:49:13 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:13 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:13 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:13 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:13 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:13 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:14 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:14 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:14 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:14 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:14 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:14 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:14 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:14 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:14 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:14 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:14 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:14 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:14 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:14 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:14 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:14 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:14 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:14 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:14 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 11:49:14 DEBUG unit.oai-hss/0.install memxor.asm >memxor.s unit-oai-hss-0: 11:49:14 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:14 DEBUG unit.oai-hss/0.install echo "memxor.po : memxor.asm ./asm.m4 machine.m4 config.m4" >memxor.po.d unit-oai-hss-0: 11:49:14 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:14 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:14 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:14 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:14 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:14 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:14 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:14 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:14 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:14 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:14 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:14 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:14 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:14 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:14 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:14 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:14 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:14 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:14 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:14 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:14 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:14 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:14 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:14 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:14 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:14 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:14 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:14 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:14 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:14 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:14 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:14 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:14 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:14 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:15 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:15 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:15 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:15 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:15 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:15 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:15 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:15 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:15 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:15 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:15 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:15 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:15 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:15 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:15 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:15 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:15 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:15 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:15 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:15 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:15 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:15 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:15 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:15 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:15 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:15 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:15 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:15 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:15 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:15 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:15 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:15 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:15 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:15 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:15 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:15 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:15 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:15 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:15 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:15 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:15 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:15 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:15 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:15 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:15 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:15 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:15 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:15 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:15 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:15 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:15 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:15 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:15 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:15 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:15 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:15 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:15 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:15 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:15 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:15 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:15 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:15 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:15 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:15 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:15 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:15 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:16 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:16 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:16 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:16 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:16 DEBUG unit.oai-hss/0.install pgp-encode.c: In function 'nettle_pgp_put_rsa_sha1_signature': unit-oai-hss-0: 11:49:16 DEBUG unit.oai-hss/0.install pgp-encode.c:249:11: warning: unused variable 'digest16' [-Wunused-variable] unit-oai-hss-0: 11:49:16 DEBUG unit.oai-hss/0.install uint8_t digest16[2]; unit-oai-hss-0: 11:49:16 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:49:16 DEBUG unit.oai-hss/0.install rsa2openpgp.c: In function 'nettle_rsa_keypair_to_openpgp': unit-oai-hss-0: 11:49:16 DEBUG unit.oai-hss/0.install rsa2openpgp.c:67:12: warning: unused variable 'key_length' [-Wunused-variable] unit-oai-hss-0: 11:49:16 DEBUG unit.oai-hss/0.install unsigned key_length; unit-oai-hss-0: 11:49:16 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:49:16 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:16 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:16 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 11:49:16 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 11:49:16 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: 11:49:16 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: 11:49:16 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: 11:49:16 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: 11:49:16 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: 11:49:16 DEBUG unit.oai-hss/0.install rm -f libnettle.a unit-oai-hss-0: 11:49:16 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: 11:49:16 DEBUG unit.oai-hss/0.install rm -f libhogweed.a unit-oai-hss-0: 11:49:16 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: 11:49:16 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: 11:49:16 DEBUG unit.oai-hss/0.install ranlib libnettle.a unit-oai-hss-0: 11:49:16 DEBUG unit.oai-hss/0.install ranlib libhogweed.a unit-oai-hss-0: 11:49:16 DEBUG unit.oai-hss/0.install mkdir .lib 2>/dev/null unit-oai-hss-0: 11:49:16 DEBUG unit.oai-hss/0.install (cd .lib \ unit-oai-hss-0: 11:49:16 DEBUG unit.oai-hss/0.install && rm -f libnettle.so \ unit-oai-hss-0: 11:49:16 DEBUG unit.oai-hss/0.install && ln -s ../libnettle.so libnettle.so \ unit-oai-hss-0: 11:49:16 DEBUG unit.oai-hss/0.install && [ -z "libnettle.so.4" ] \ unit-oai-hss-0: 11:49:16 DEBUG unit.oai-hss/0.install || { rm -f libnettle.so.4 \ unit-oai-hss-0: 11:49:16 DEBUG unit.oai-hss/0.install && ln -s libnettle.so libnettle.so.4 ; } ) unit-oai-hss-0: 11:49:16 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: 11:49:16 DEBUG unit.oai-hss/0.install mkdir .lib 2>/dev/null unit-oai-hss-0: 11:49:16 DEBUG unit.oai-hss/0.install make[1]: [libhogweed.so] Error 1 (ignored) unit-oai-hss-0: 11:49:16 DEBUG unit.oai-hss/0.install (cd .lib \ unit-oai-hss-0: 11:49:16 DEBUG unit.oai-hss/0.install && rm -f libhogweed.so \ unit-oai-hss-0: 11:49:16 DEBUG unit.oai-hss/0.install && ln -s ../libhogweed.so libhogweed.so \ unit-oai-hss-0: 11:49:16 DEBUG unit.oai-hss/0.install && [ -z "libhogweed.so.2" ] \ unit-oai-hss-0: 11:49:16 DEBUG unit.oai-hss/0.install || { rm -f libhogweed.so.2 \ unit-oai-hss-0: 11:49:16 DEBUG unit.oai-hss/0.install && ln -s libhogweed.so libhogweed.so.2 ; } ) unit-oai-hss-0: 11:49:16 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5' unit-oai-hss-0: 11:49:16 DEBUG unit.oai-hss/0.install set -e; for d in tools testsuite examples; do \ unit-oai-hss-0: 11:49:16 DEBUG unit.oai-hss/0.install echo "Making all in $d" ; (cd $d && make all); done unit-oai-hss-0: 11:49:16 DEBUG unit.oai-hss/0.install Making all in tools unit-oai-hss-0: 11:49:16 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 11:49:16 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: 11:49:16 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: 11:49:16 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: 11:49:16 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: 11:49:16 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: 11:49:16 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: 11:49:16 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: 11:49:16 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: 11:49:16 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: 11:49:16 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: 11:49:16 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: 11:49:17 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: 11:49:17 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 11:49:17 DEBUG unit.oai-hss/0.install Making all in testsuite unit-oai-hss-0: 11:49:17 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 11:49:17 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: 11:49:17 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: 11:49:17 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: 11:49:17 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: 11:49:17 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: 11:49:17 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: 11:49:17 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: 11:49:17 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: 11:49:17 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: 11:49:17 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: 11:49:17 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: 11:49:17 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: 11:49:17 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: 11:49:17 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: 11:49:17 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: 11:49:17 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: 11:49:17 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: 11:49:17 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: 11:49:17 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: 11:49:18 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: 11:49:18 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: 11:49:18 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: 11:49:18 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: 11:49:18 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: 11:49:18 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: 11:49:18 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: 11:49:18 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: 11:49:18 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: 11:49:18 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: 11:49:18 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: 11:49:18 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: 11:49:18 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: 11:49:18 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: 11:49:18 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: 11:49:18 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: 11:49:18 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: 11:49:18 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: 11:49:18 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: 11:49:19 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: 11:49:19 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: 11:49:19 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: 11:49:19 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: 11:49:19 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: 11:49:19 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: 11:49:19 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: 11:49:19 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: 11:49:19 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: 11:49:19 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: 11:49:19 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: 11:49:19 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: 11:49:19 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: 11:49:19 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: 11:49:19 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: 11:49:19 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: 11:49:19 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: 11:49:19 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: 11:49:19 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: 11:49:19 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: 11:49:19 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: 11:49:19 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: 11:49:19 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: 11:49:20 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: 11:49:20 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: 11:49:20 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: 11:49:20 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: 11:49:20 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: 11:49:20 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: 11:49:20 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: 11:49:20 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: 11:49:20 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: 11:49:20 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: 11:49:20 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: 11:49:20 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: 11:49:20 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: 11:49:20 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: 11:49:20 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: 11:49:20 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: 11:49:20 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: 11:49:20 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: 11:49:20 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: 11:49:20 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: 11:49:20 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: 11:49:20 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: 11:49:20 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: 11:49:20 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: 11:49:20 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: 11:49:20 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: 11:49:20 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: 11:49:20 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: 11:49:20 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: 11:49:20 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: 11:49:20 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: 11:49:20 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: 11:49:20 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: 11:49:20 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: 11:49:20 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: 11:49:20 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: 11:49:20 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: 11:49:20 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: 11:49:20 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 11:49:20 DEBUG unit.oai-hss/0.install Making all in examples unit-oai-hss-0: 11:49:20 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 11:49:20 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: 11:49:20 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: 11:49:20 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: 11:49:20 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: 11:49:20 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: 11:49:20 DEBUG unit.oai-hss/0.install nettle-benchmark.c: In function 'time_cipher': unit-oai-hss-0: 11:49:20 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: 11:49:20 DEBUG unit.oai-hss/0.install memset(iv, 0, sizeof(iv)); unit-oai-hss-0: 11:49:20 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:49:20 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: 11:49:20 DEBUG unit.oai-hss/0.install memset(iv, 0, sizeof(iv)); unit-oai-hss-0: 11:49:20 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:49:20 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: 11:49:20 DEBUG unit.oai-hss/0.install memset(iv, 0, sizeof(iv)); unit-oai-hss-0: 11:49:20 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:49:20 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: 11:49:20 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: 11:49:20 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: 11:49:20 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: 11:49:20 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: 11:49:21 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: 11:49:21 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: 11:49:21 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: 11:49:21 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: 11:49:21 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: 11:49:21 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: 11:49:21 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: 11:49:21 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: 11:49:21 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: 11:49:21 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base16enc unit-oai-hss-0: 11:49:21 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: 11:49:21 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base16dec unit-oai-hss-0: 11:49:21 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: 11:49:21 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base64enc unit-oai-hss-0: 11:49:21 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: 11:49:21 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base64dec unit-oai-hss-0: 11:49:21 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: 11:49:21 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-keygen unit-oai-hss-0: 11:49:21 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: 11:49:21 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-sign unit-oai-hss-0: 11:49:21 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: 11:49:21 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-verify unit-oai-hss-0: 11:49:21 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: 11:49:21 DEBUG unit.oai-hss/0.install ../getopt.o ../getopt1.o \ unit-oai-hss-0: 11:49:21 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-encrypt unit-oai-hss-0: 11:49:21 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: 11:49:21 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-decrypt unit-oai-hss-0: 11:49:21 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: 11:49:21 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o next-prime unit-oai-hss-0: 11:49:21 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: 11:49:21 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o random-prime unit-oai-hss-0: 11:49:21 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 11:49:21 DEBUG unit.oai-hss/0.install make check-here unit-oai-hss-0: 11:49:21 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5' unit-oai-hss-0: 11:49:21 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 11:49:21 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5' unit-oai-hss-0: 11:49:21 DEBUG unit.oai-hss/0.install set -e; for d in tools testsuite examples; do \ unit-oai-hss-0: 11:49:21 DEBUG unit.oai-hss/0.install echo "Making check in $d" ; (cd $d && make check); done unit-oai-hss-0: 11:49:21 DEBUG unit.oai-hss/0.install Making check in tools unit-oai-hss-0: 11:49:21 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 11:49:21 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 11:49:21 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 11:49:21 DEBUG unit.oai-hss/0.install Making check in testsuite unit-oai-hss-0: 11:49:21 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 11:49:21 DEBUG unit.oai-hss/0.install LD_LIBRARY_PATH=../.lib PATH="../.lib:$PATH" srcdir="." \ unit-oai-hss-0: 11:49:21 DEBUG unit.oai-hss/0.install EMULATOR="" NM="nm" EXEEXT="" \ unit-oai-hss-0: 11:49:21 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: 11:49:21 DEBUG unit.oai-hss/0.install PASS: aes unit-oai-hss-0: 11:49:21 DEBUG unit.oai-hss/0.install PASS: arcfour unit-oai-hss-0: 11:49:21 DEBUG unit.oai-hss/0.install PASS: arctwo unit-oai-hss-0: 11:49:21 DEBUG unit.oai-hss/0.install PASS: blowfish unit-oai-hss-0: 11:49:21 DEBUG unit.oai-hss/0.install PASS: cast128 unit-oai-hss-0: 11:49:21 DEBUG unit.oai-hss/0.install PASS: base16 unit-oai-hss-0: 11:49:21 DEBUG unit.oai-hss/0.install PASS: base64 unit-oai-hss-0: 11:49:21 DEBUG unit.oai-hss/0.install PASS: camellia unit-oai-hss-0: 11:49:21 DEBUG unit.oai-hss/0.install PASS: des unit-oai-hss-0: 11:49:21 DEBUG unit.oai-hss/0.install PASS: des3 unit-oai-hss-0: 11:49:21 DEBUG unit.oai-hss/0.install PASS: des-compat unit-oai-hss-0: 11:49:21 DEBUG unit.oai-hss/0.install PASS: md2 unit-oai-hss-0: 11:49:21 DEBUG unit.oai-hss/0.install PASS: md4 unit-oai-hss-0: 11:49:21 DEBUG unit.oai-hss/0.install PASS: md5 unit-oai-hss-0: 11:49:21 DEBUG unit.oai-hss/0.install PASS: md5-compat unit-oai-hss-0: 11:49:21 DEBUG unit.oai-hss/0.install PASS: memxor unit-oai-hss-0: 11:49:21 DEBUG unit.oai-hss/0.install PASS: ripemd160 unit-oai-hss-0: 11:49:21 DEBUG unit.oai-hss/0.install PASS: salsa20 unit-oai-hss-0: 11:49:21 DEBUG unit.oai-hss/0.install PASS: sha1 unit-oai-hss-0: 11:49:21 DEBUG unit.oai-hss/0.install PASS: sha224 unit-oai-hss-0: 11:49:21 DEBUG unit.oai-hss/0.install PASS: sha256 unit-oai-hss-0: 11:49:21 DEBUG unit.oai-hss/0.install PASS: sha384 unit-oai-hss-0: 11:49:21 DEBUG unit.oai-hss/0.install PASS: sha512 unit-oai-hss-0: 11:49:21 DEBUG unit.oai-hss/0.install PASS: serpent unit-oai-hss-0: 11:49:21 DEBUG unit.oai-hss/0.install PASS: twofish unit-oai-hss-0: 11:49:21 DEBUG unit.oai-hss/0.install PASS: knuth-lfib unit-oai-hss-0: 11:49:21 DEBUG unit.oai-hss/0.install PASS: cbc unit-oai-hss-0: 11:49:21 DEBUG unit.oai-hss/0.install PASS: ctr unit-oai-hss-0: 11:49:21 DEBUG unit.oai-hss/0.install PASS: gcm unit-oai-hss-0: 11:49:21 DEBUG unit.oai-hss/0.install PASS: hmac unit-oai-hss-0: 11:49:21 DEBUG unit.oai-hss/0.install PASS: meta-hash unit-oai-hss-0: 11:49:21 DEBUG unit.oai-hss/0.install PASS: meta-cipher unit-oai-hss-0: 11:49:21 DEBUG unit.oai-hss/0.install PASS: meta-armor unit-oai-hss-0: 11:49:21 DEBUG unit.oai-hss/0.install PASS: buffer unit-oai-hss-0: 11:49:22 DEBUG unit.oai-hss/0.install PASS: yarrow unit-oai-hss-0: 11:49:22 DEBUG unit.oai-hss/0.install PASS: sexp unit-oai-hss-0: 11:49:22 DEBUG unit.oai-hss/0.install PASS: sexp-format unit-oai-hss-0: 11:49:22 DEBUG unit.oai-hss/0.install PASS: rsa2sexp unit-oai-hss-0: 11:49:22 DEBUG unit.oai-hss/0.install PASS: sexp2rsa unit-oai-hss-0: 11:49:22 DEBUG unit.oai-hss/0.install PASS: bignum unit-oai-hss-0: 11:49:22 DEBUG unit.oai-hss/0.install PASS: random-prime unit-oai-hss-0: 11:49:22 DEBUG unit.oai-hss/0.install PASS: pkcs1 unit-oai-hss-0: 11:49:22 DEBUG unit.oai-hss/0.install PASS: rsa unit-oai-hss-0: 11:49:22 DEBUG unit.oai-hss/0.install PASS: rsa-encrypt unit-oai-hss-0: 11:49:22 DEBUG unit.oai-hss/0.install PASS: rsa-keygen unit-oai-hss-0: 11:49:22 DEBUG unit.oai-hss/0.install PASS: dsa unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install PASS: dsa-keygen unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install PASS: cxx unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install PASS: sexp-conv unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install PASS: pkcs1-conv unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install PASS: symbols unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install =================== unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install All 51 tests passed unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install =================== unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install Making check in examples unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install LD_LIBRARY_PATH=../.lib PATH="../.lib:$PATH" srcdir="." \ unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install EMULATOR="" EXEEXT="" \ unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install ".."/run-tests rsa-sign-test rsa-verify-test rsa-encrypt-test unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install xxxxx unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install xxxxx unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install PASS: rsa-sign unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install PASS: rsa-verify unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install PASS: rsa-encrypt unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install ================== unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install All 3 tests passed unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install ================== unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install make install-here unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5' unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/share/info unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install f=nettle.info ; \ unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install [ -f $f ] || f="./$f" ; \ unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "$f" /usr/share/info ; \ unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install if (install-info --version && \ unit-oai-hss-0: 11:49:23 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: 11:49:23 DEBUG unit.oai-hss/0.install install-info --info-dir="/usr/share/info" "$f" ; \ unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install else : ; fi unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install This is not dpkg install-info anymore, but GNU install-info unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install See the man page for ginstall-info for command line arguments unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/include/nettle unit-oai-hss-0: 11:49:23 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: 11:49:23 DEBUG unit.oai-hss/0.install if [ -f "$f" ] ; then \ unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "$f" /usr/include/nettle ; \ unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install else \ unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "./$f" /usr/include/nettle ; \ unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install fi ; done unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install ./config.status config.h unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install config.status: creating config.h unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install config.status: config.h is unchanged unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install echo timestamp > stamp-h unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install for f in libnettle.a libhogweed.a; do \ unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 $f /usr/lib ; \ unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install done unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib/pkgconfig unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install for f in nettle.pc hogweed.pc ; do \ unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "$f" /usr/lib/pkgconfig ; \ unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install done unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 libnettle.so /usr/lib/libnettle.so.4.4 unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install [ -z "libnettle.so.4" ] \ unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install || (cd /usr/lib \ unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install && rm -f libnettle.so.4 libnettle.so \ unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install && ln -s libnettle.so.4.4 libnettle.so.4 \ unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install && ln -s libnettle.so.4.4 libnettle.so) unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 libhogweed.so /usr/lib/libhogweed.so.2.2 unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install [ -z "libhogweed.so.2" ] \ unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install || (cd /usr/lib \ unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install && rm -f libhogweed.so.2 libhogweed.so \ unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install && ln -s libhogweed.so.2.2 libhogweed.so.2 \ unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install && ln -s libhogweed.so.2.2 libhogweed.so) unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5' unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install set -e; for d in tools testsuite examples; do \ unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install echo "Making install in $d" ; (cd $d && make install); done unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install Making install in tools unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/bin unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install for f in sexp-conv nettle-hash nettle-lfib-stream pkcs1-conv ; do \ unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install /usr/bin/install -c $f /usr/bin ; \ unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install done unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install Making install in testsuite unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install Making install in examples unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install autoconf is already the newest version. unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install automake is already the newest version. unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install build-essential is already the newest version. unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 11:49:23 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 11:49:24 DEBUG unit.oai-hss/0.install libidn2-0-dev is already the newest version. unit-oai-hss-0: 11:49:24 DEBUG unit.oai-hss/0.install libidn11-dev is already the newest version. unit-oai-hss-0: 11:49:24 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 11:49:24 DEBUG unit.oai-hss/0.install libp11-kit-dev libp11-kit0-dbg libtasn1-6-dbg libtasn1-6-dev libtspi-dev unit-oai-hss-0: 11:49:24 DEBUG unit.oai-hss/0.install libtspi1 unit-oai-hss-0: 11:49:24 DEBUG unit.oai-hss/0.install 0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 11:49:24 DEBUG unit.oai-hss/0.install Need to get 1855 kB of archives. unit-oai-hss-0: 11:49:24 DEBUG unit.oai-hss/0.install After this operation, 3712 kB of additional disk space will be used. unit-oai-hss-0: 11:49:24 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: 11:49:25 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: 11:49:25 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: 11:49:25 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: 11:49:25 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: 11:49:26 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: 11:49:26 DEBUG unit.oai-hss/0.install sh: 0: getcwd() failed: No such file or directory unit-oai-hss-0: 11:49:26 DEBUG unit.oai-hss/0.install Fetched 1855 kB in 2s (876 kB/s) unit-oai-hss-0: 11:49:27 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtspi1. unit-oai-hss-0: 11:49:27 DEBUG unit.oai-hss/0.install (Reading database ... 92510 files and directories currently installed.) unit-oai-hss-0: 11:49:27 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtspi1_0.3.11.2-1ubuntu1_amd64.deb ... unit-oai-hss-0: 11:49:27 DEBUG unit.oai-hss/0.install Unpacking libtspi1 (0.3.11.2-1ubuntu1) ... unit-oai-hss-0: 11:49:27 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtasn1-6-dev. unit-oai-hss-0: 11:49:27 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtasn1-6-dev_3.4-3ubuntu0.6_amd64.deb ... unit-oai-hss-0: 11:49:27 DEBUG unit.oai-hss/0.install Unpacking libtasn1-6-dev (3.4-3ubuntu0.6) ... unit-oai-hss-0: 11:49:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtspi-dev. unit-oai-hss-0: 11:49:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtspi-dev_0.3.11.2-1ubuntu1_amd64.deb ... unit-oai-hss-0: 11:49:28 DEBUG unit.oai-hss/0.install Unpacking libtspi-dev (0.3.11.2-1ubuntu1) ... unit-oai-hss-0: 11:49:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package libp11-kit-dev. unit-oai-hss-0: 11:49:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../libp11-kit-dev_0.20.2-2ubuntu2_amd64.deb ... unit-oai-hss-0: 11:49:28 DEBUG unit.oai-hss/0.install Unpacking libp11-kit-dev (0.20.2-2ubuntu2) ... unit-abot-epc-basic-0: 11:49:29 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 11:49:29 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: 11:49:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package libp11-kit0-dbg:amd64. unit-oai-hss-0: 11:49:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../libp11-kit0-dbg_0.20.2-2ubuntu2_amd64.deb ... unit-oai-hss-0: 11:49:29 DEBUG unit.oai-hss/0.install Unpacking libp11-kit0-dbg:amd64 (0.20.2-2ubuntu2) ... unit-oai-hss-0: 11:49:30 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtasn1-6-dbg:amd64. unit-oai-hss-0: 11:49:30 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtasn1-6-dbg_3.4-3ubuntu0.6_amd64.deb ... unit-oai-hss-0: 11:49:30 DEBUG unit.oai-hss/0.install Unpacking libtasn1-6-dbg:amd64 (3.4-3ubuntu0.6) ... unit-oai-hss-0: 11:49:31 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-oai-hss-0: 11:49:31 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-hss-0: 11:49:33 DEBUG unit.oai-hss/0.install Setting up libtspi1 (0.3.11.2-1ubuntu1) ... unit-oai-hss-0: 11:49:33 DEBUG unit.oai-hss/0.install Setting up libtasn1-6-dev (3.4-3ubuntu0.6) ... unit-oai-hss-0: 11:49:33 DEBUG unit.oai-hss/0.install Setting up libtspi-dev (0.3.11.2-1ubuntu1) ... unit-oai-hss-0: 11:49:33 DEBUG unit.oai-hss/0.install Setting up libp11-kit-dev (0.20.2-2ubuntu2) ... unit-oai-hss-0: 11:49:33 DEBUG unit.oai-hss/0.install Setting up libp11-kit0-dbg:amd64 (0.20.2-2ubuntu2) ... unit-oai-hss-0: 11:49:33 DEBUG unit.oai-hss/0.install Setting up libtasn1-6-dbg:amd64 (3.4-3ubuntu0.6) ... unit-oai-hss-0: 11:49:33 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 11:49:34 DEBUG unit.oai-hss/0.install Downloading gnutls archive unit-oai-hss-0: 11:49:34 DEBUG unit.oai-hss/0.install --2018-10-26 11:49:34-- http://mirrors.dotsrc.org/gcrypt/gnutls/v3.1/gnutls-3.1.23.tar.xz unit-oai-hss-0: 11:49:34 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: 11:49:34 DEBUG unit.oai-hss/0.install Connecting to mirrors.dotsrc.org (mirrors.dotsrc.org)|130.225.254.116|:80... connected. unit-oai-hss-0: 11:49:34 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 11:49:34 DEBUG unit.oai-hss/0.install Length: 5148432 (4.9M) [application/octet-stream] unit-oai-hss-0: 11:49:34 DEBUG unit.oai-hss/0.install Saving to: 'gnutls-3.1.23.tar.xz' unit-oai-hss-0: 11:49:34 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:49:34 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 0% 134K 37s unit-oai-hss-0: 11:49:35 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 1% 277K 27s unit-oai-hss-0: 11:49:35 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 2% 497K 21s unit-oai-hss-0: 11:49:35 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 3% 581K 18s unit-oai-hss-0: 11:49:35 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 4% 887K 15s unit-oai-hss-0: 11:49:35 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 5% 1.06M 13s unit-oai-hss-0: 11:49:35 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 6% 1.10M 12s unit-oai-hss-0: 11:49:35 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 7% 268K 12s unit-oai-hss-0: 11:49:35 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 8% 97.9M 11s unit-oai-hss-0: 11:49:35 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 9% 113M 10s unit-oai-hss-0: 11:49:35 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 10% 119M 9s unit-oai-hss-0: 11:49:35 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 11% 122M 8s unit-oai-hss-0: 11:49:35 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 12% 104M 7s unit-oai-hss-0: 11:49:35 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 13% 114M 7s unit-oai-hss-0: 11:49:35 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 14% 1.76M 6s unit-oai-hss-0: 11:49:35 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 15% 1.56M 6s unit-oai-hss-0: 11:49:35 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 16% 1.84M 6s unit-oai-hss-0: 11:49:35 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 17% 534K 6s unit-oai-hss-0: 11:49:35 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 18% 5.37M 5s unit-oai-hss-0: 11:49:35 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 19% 5.59M 5s unit-oai-hss-0: 11:49:35 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 20% 6.15M 5s unit-oai-hss-0: 11:49:35 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... .......... .......... 21% 5.16M 5s unit-oai-hss-0: 11:49:35 DEBUG unit.oai-hss/0.install 1100K .......... .......... .......... .......... .......... 22% 5.10M 4s unit-oai-hss-0: 11:49:35 DEBUG unit.oai-hss/0.install 1150K .......... .......... .......... .......... .......... 23% 5.75M 4s unit-oai-hss-0: 11:49:35 DEBUG unit.oai-hss/0.install 1200K .......... .......... .......... .......... .......... 24% 5.40M 4s unit-oai-hss-0: 11:49:35 DEBUG unit.oai-hss/0.install 1250K .......... .......... .......... .......... .......... 25% 5.31M 4s unit-oai-hss-0: 11:49:35 DEBUG unit.oai-hss/0.install 1300K .......... .......... .......... .......... .......... 26% 4.93M 4s unit-oai-hss-0: 11:49:35 DEBUG unit.oai-hss/0.install 1350K .......... .......... .......... .......... .......... 27% 2.62M 4s unit-oai-hss-0: 11:49:35 DEBUG unit.oai-hss/0.install 1400K .......... .......... .......... .......... .......... 28% 606K 4s unit-oai-hss-0: 11:49:35 DEBUG unit.oai-hss/0.install 1450K .......... .......... .......... .......... .......... 29% 5.54M 3s unit-oai-hss-0: 11:49:35 DEBUG unit.oai-hss/0.install 1500K .......... .......... .......... .......... .......... 30% 5.17M 3s unit-oai-hss-0: 11:49:35 DEBUG unit.oai-hss/0.install 1550K .......... .......... .......... .......... .......... 31% 5.18M 3s unit-oai-hss-0: 11:49:35 DEBUG unit.oai-hss/0.install 1600K .......... .......... .......... .......... .......... 32% 5.81M 3s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 1650K .......... .......... .......... .......... .......... 33% 271K 3s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 1700K .......... .......... .......... .......... .......... 34% 82.1M 3s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 1750K .......... .......... .......... .......... .......... 35% 106M 3s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 1800K .......... .......... .......... .......... .......... 36% 84.7M 3s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 1850K .......... .......... .......... .......... .......... 37% 88.9M 3s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 1900K .......... .......... .......... .......... .......... 38% 107M 3s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 1950K .......... .......... .......... .......... .......... 39% 110M 3s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 2000K .......... .......... .......... .......... .......... 40% 101M 2s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 2050K .......... .......... .......... .......... .......... 41% 90.1M 2s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 2100K .......... .......... .......... .......... .......... 42% 116M 2s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 2150K .......... .......... .......... .......... .......... 43% 119M 2s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 2200K .......... .......... .......... .......... .......... 44% 113M 2s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 2250K .......... .......... .......... .......... .......... 45% 97.2M 2s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 2300K .......... .......... .......... .......... .......... 46% 117M 2s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 2350K .......... .......... .......... .......... .......... 47% 101M 2s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 2400K .......... .......... .......... .......... .......... 48% 105M 2s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 2450K .......... .......... .......... .......... .......... 49% 92.8M 2s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 2500K .......... .......... .......... .......... .......... 50% 105M 2s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 2550K .......... .......... .......... .......... .......... 51% 103M 2s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 2600K .......... .......... .......... .......... .......... 52% 116M 1s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 2650K .......... .......... .......... .......... .......... 53% 86.7M 1s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 2700K .......... .......... .......... .......... .......... 54% 116M 1s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 2750K .......... .......... .......... .......... .......... 55% 107M 1s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 2800K .......... .......... .......... .......... .......... 56% 106M 1s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 2850K .......... .......... .......... .......... .......... 57% 103M 1s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 2900K .......... .......... .......... .......... .......... 58% 100M 1s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 2950K .......... .......... .......... .......... .......... 59% 105M 1s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 3000K .......... .......... .......... .......... .......... 60% 7.13M 1s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 3050K .......... .......... .......... .......... .......... 61% 6.65M 1s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 3100K .......... .......... .......... .......... .......... 62% 8.76M 1s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 3150K .......... .......... .......... .......... .......... 63% 7.75M 1s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 3200K .......... .......... .......... .......... .......... 64% 7.85M 1s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 3250K .......... .......... .......... .......... .......... 65% 8.47M 1s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 3300K .......... .......... .......... .......... .......... 66% 8.98M 1s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 3350K .......... .......... .......... .......... .......... 67% 7.56M 1s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 3400K .......... .......... .......... .......... .......... 68% 8.35M 1s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 3450K .......... .......... .......... .......... .......... 69% 8.01M 1s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 3500K .......... .......... .......... .......... .......... 70% 8.01M 1s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 3550K .......... .......... .......... .......... .......... 71% 9.15M 1s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 3600K .......... .......... .......... .......... .......... 72% 7.59M 1s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 3650K .......... .......... .......... .......... .......... 73% 8.27M 1s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 3700K .......... .......... .......... .......... .......... 74% 1.43M 1s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 3750K .......... .......... .......... .......... .......... 75% 1.05M 1s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 3800K .......... .......... .......... .......... .......... 76% 17.8M 1s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 3850K .......... .......... .......... .......... .......... 77% 20.5M 1s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 3900K .......... .......... .......... .......... .......... 78% 17.4M 1s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 3950K .......... .......... .......... .......... .......... 79% 21.4M 0s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 4000K .......... .......... .......... .......... .......... 80% 20.6M 0s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 4050K .......... .......... .......... .......... .......... 81% 16.1M 0s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 4100K .......... .......... .......... .......... .......... 82% 21.3M 0s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 4150K .......... .......... .......... .......... .......... 83% 17.3M 0s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 4200K .......... .......... .......... .......... .......... 84% 20.8M 0s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 4250K .......... .......... .......... .......... .......... 85% 20.8M 0s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 4300K .......... .......... .......... .......... .......... 86% 16.4M 0s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 4350K .......... .......... .......... .......... .......... 87% 21.7M 0s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 4400K .......... .......... .......... .......... .......... 88% 23.1M 0s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 4450K .......... .......... .......... .......... .......... 89% 16.3M 0s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 4500K .......... .......... .......... .......... .......... 90% 21.3M 0s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 4550K .......... .......... .......... .......... .......... 91% 21.4M 0s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 4600K .......... .......... .......... .......... .......... 92% 15.4M 0s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 4650K .......... .......... .......... .......... .......... 93% 24.6M 0s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 4700K .......... .......... .......... .......... .......... 94% 16.1M 0s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 4750K .......... .......... .......... .......... .......... 95% 21.4M 0s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 4800K .......... .......... .......... .......... .......... 96% 21.6M 0s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 4850K .......... .......... .......... .......... .......... 97% 15.8M 0s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 4900K .......... .......... .......... .......... .......... 98% 24.5M 0s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 4950K .......... .......... .......... .......... .......... 99% 15.9M 0s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 5000K .......... .......... ....... 100% 155K=2.1s unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install 2018-10-26 11:49:36 (2.36 MB/s) - 'gnutls-3.1.23.tar.xz' saved [5148432/5148432] unit-oai-hss-0: 11:49:36 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:49:37 DEBUG unit.oai-hss/0.install checking build system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 11:49:37 DEBUG unit.oai-hss/0.install checking host system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 11:49:37 DEBUG unit.oai-hss/0.install checking for a BSD-compatible install... /usr/bin/install -c unit-oai-hss-0: 11:49:37 DEBUG unit.oai-hss/0.install checking whether build environment is sane... yes unit-oai-hss-0: 11:49:37 DEBUG unit.oai-hss/0.install checking for a thread-safe mkdir -p... /bin/mkdir -p unit-oai-hss-0: 11:49:37 DEBUG unit.oai-hss/0.install checking for gawk... gawk unit-oai-hss-0: 11:49:37 DEBUG unit.oai-hss/0.install checking whether make sets $(MAKE)... yes unit-oai-hss-0: 11:49:37 DEBUG unit.oai-hss/0.install checking whether make supports nested variables... yes unit-oai-hss-0: 11:49:37 DEBUG unit.oai-hss/0.install checking whether make supports nested variables... (cached) yes unit-oai-hss-0: 11:49:37 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 11:49:37 DEBUG unit.oai-hss/0.install *** Checking for compilation programs... unit-oai-hss-0: 11:49:37 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:49:37 DEBUG unit.oai-hss/0.install checking for gcc... gcc unit-oai-hss-0: 11:49:37 DEBUG unit.oai-hss/0.install checking whether the C compiler works... yes unit-oai-hss-0: 11:49:37 DEBUG unit.oai-hss/0.install checking for C compiler default output file name... a.out unit-oai-hss-0: 11:49:37 DEBUG unit.oai-hss/0.install checking for suffix of executables... unit-oai-hss-0: 11:49:37 DEBUG unit.oai-hss/0.install checking whether we are cross compiling... no unit-oai-hss-0: 11:49:37 DEBUG unit.oai-hss/0.install checking for suffix of object files... o unit-oai-hss-0: 11:49:37 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C compiler... yes unit-oai-hss-0: 11:49:37 DEBUG unit.oai-hss/0.install checking whether gcc accepts -g... yes unit-oai-hss-0: 11:49:37 DEBUG unit.oai-hss/0.install checking for gcc option to accept ISO C89... none needed unit-oai-hss-0: 11:49:37 DEBUG unit.oai-hss/0.install checking whether gcc understands -c and -o together... yes unit-oai-hss-0: 11:49:37 DEBUG unit.oai-hss/0.install checking for style of include used by make... GNU unit-oai-hss-0: 11:49:37 DEBUG unit.oai-hss/0.install checking dependency style of gcc... gcc3 unit-oai-hss-0: 11:49:37 DEBUG unit.oai-hss/0.install checking how to run the C preprocessor... gcc -E unit-oai-hss-0: 11:49:37 DEBUG unit.oai-hss/0.install checking for grep that handles long lines and -e... /bin/grep unit-oai-hss-0: 11:49:37 DEBUG unit.oai-hss/0.install checking for egrep... /bin/grep -E unit-oai-hss-0: 11:49:37 DEBUG unit.oai-hss/0.install checking for Minix Amsterdam compiler... no unit-oai-hss-0: 11:49:37 DEBUG unit.oai-hss/0.install checking for ar... ar unit-oai-hss-0: 11:49:37 DEBUG unit.oai-hss/0.install checking for ranlib... ranlib unit-oai-hss-0: 11:49:37 DEBUG unit.oai-hss/0.install checking for ANSI C header files... yes unit-oai-hss-0: 11:49:37 DEBUG unit.oai-hss/0.install checking for sys/types.h... yes unit-oai-hss-0: 11:49:37 DEBUG unit.oai-hss/0.install checking for sys/stat.h... yes unit-oai-hss-0: 11:49:37 DEBUG unit.oai-hss/0.install checking for stdlib.h... yes unit-oai-hss-0: 11:49:37 DEBUG unit.oai-hss/0.install checking for string.h... yes unit-oai-hss-0: 11:49:37 DEBUG unit.oai-hss/0.install checking for memory.h... yes unit-oai-hss-0: 11:49:37 DEBUG unit.oai-hss/0.install checking for strings.h... yes unit-oai-hss-0: 11:49:37 DEBUG unit.oai-hss/0.install checking for inttypes.h... yes unit-oai-hss-0: 11:49:37 DEBUG unit.oai-hss/0.install checking for stdint.h... yes unit-oai-hss-0: 11:49:37 DEBUG unit.oai-hss/0.install checking for unistd.h... yes unit-oai-hss-0: 11:49:37 DEBUG unit.oai-hss/0.install checking minix/config.h usability... no unit-oai-hss-0: 11:49:37 DEBUG unit.oai-hss/0.install checking minix/config.h presence... no unit-oai-hss-0: 11:49:37 DEBUG unit.oai-hss/0.install checking for minix/config.h... no unit-oai-hss-0: 11:49:37 DEBUG unit.oai-hss/0.install checking whether it is safe to define __EXTENSIONS__... yes unit-oai-hss-0: 11:49:37 DEBUG unit.oai-hss/0.install checking whether _XOPEN_SOURCE should be defined... no unit-oai-hss-0: 11:49:37 DEBUG unit.oai-hss/0.install checking for _LARGEFILE_SOURCE value needed for large files... no unit-oai-hss-0: 11:49:37 DEBUG unit.oai-hss/0.install checking for special C compiler options needed for large files... no unit-oai-hss-0: 11:49:37 DEBUG unit.oai-hss/0.install checking for _FILE_OFFSET_BITS value needed for large files... no unit-oai-hss-0: 11:49:37 DEBUG unit.oai-hss/0.install checking for gcc option to accept ISO C99... -std=gnu99 unit-oai-hss-0: 11:49:37 DEBUG unit.oai-hss/0.install checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99 unit-oai-hss-0: 11:49:37 DEBUG unit.oai-hss/0.install checking dependency style of gcc -std=gnu99... gcc3 unit-oai-hss-0: 11:49:37 DEBUG unit.oai-hss/0.install checking the archiver (ar) interface... ar unit-oai-hss-0: 11:49:37 DEBUG unit.oai-hss/0.install checking for g++... g++ unit-oai-hss-0: 11:49:37 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C++ compiler... yes unit-oai-hss-0: 11:49:37 DEBUG unit.oai-hss/0.install checking whether g++ accepts -g... yes unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking dependency style of g++... gcc3 unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking for autogen... /bin/true unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install configure: WARNING: unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install *** autogen not found. Will not link against libopts. unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking for inline... inline unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking for ANSI C header files... (cached) yes unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking cpuid.h usability... yes unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking cpuid.h presence... yes unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking for cpuid.h... yes unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking for ld used by GCC... /usr/bin/ld unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking if the linker (/usr/bin/ld) is GNU ld... yes unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking for shared library run path origin... done unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking for pkg-config... /usr/bin/pkg-config unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking pkg-config is at least version 0.9.0... yes unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking whether to use nettle... yes unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking for libnettle... yes unit-oai-hss-0: 11:49:38 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: 11:49:38 DEBUG unit.oai-hss/0.install checking for __gmpz_cmp in -lgmp... yes unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking for LIBTASN1... yes unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking whether to use the included minitasn1... no unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking whether C99 macros are supported... yes unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking whether to disable DTLS-SRTP extension... no unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking whether to disable TLS heartbeat support... yes unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking whether to disable SRP authentication support... no unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking whether to disable PSK authentication support... no unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking whether to disable anonymous authentication support... no unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking whether to disable DHE support... no unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking whether to disable ECDHE support... no unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking whether to disable RSA-EXPORT support... no unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking whether to disable OpenPGP Certificate authentication support... no unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking whether to add cryptodev support... no unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking whether to disable OCSP support... no unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking size of void *... 8 unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking size of long long... 8 unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking size of long... 8 unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking size of int... 4 unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking sys/socket.h usability... yes unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking sys/socket.h presence... yes unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking for sys/socket.h... yes unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking features.h usability... yes unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking features.h presence... yes unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking for features.h... yes unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking linewrap.h usability... no unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking linewrap.h presence... no unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking for linewrap.h... no unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking arpa/inet.h usability... yes unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking arpa/inet.h presence... yes unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking for arpa/inet.h... yes unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking dirent.h usability... yes unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking dirent.h presence... yes unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking for dirent.h... yes unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking for sys/stat.h... (cached) yes unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking netdb.h usability... yes unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking netdb.h presence... yes unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking for netdb.h... yes unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking netinet/in.h usability... yes unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking netinet/in.h presence... yes unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking for netinet/in.h... yes unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking getopt.h usability... yes unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking getopt.h presence... yes unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking for getopt.h... yes unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking stdio_ext.h usability... yes unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking stdio_ext.h presence... yes unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking for stdio_ext.h... yes unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking termios.h usability... yes unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking termios.h presence... yes unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking for termios.h... yes unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking sys/time.h usability... yes unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking sys/time.h presence... yes unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking for sys/time.h... yes unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking iconv.h usability... yes unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking iconv.h presence... yes unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking for iconv.h... yes unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking for unistd.h... (cached) yes unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking math.h usability... yes unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking math.h presence... yes unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking for math.h... yes unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking sys/mman.h usability... yes unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking sys/mman.h presence... yes unit-oai-hss-0: 11:49:38 DEBUG unit.oai-hss/0.install checking for sys/mman.h... yes unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking sys/select.h usability... yes unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking sys/select.h presence... yes unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking for sys/select.h... yes unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking wchar.h usability... yes unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking wchar.h presence... yes unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking for wchar.h... yes unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking for stdint.h... (cached) yes unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking for strings.h... (cached) yes unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking sys/uio.h usability... yes unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking sys/uio.h presence... yes unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking for sys/uio.h... yes unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking sysexits.h usability... yes unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking sysexits.h presence... yes unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking for sysexits.h... yes unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking for inttypes.h... (cached) yes unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking xlocale.h usability... yes unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking xlocale.h presence... yes unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking for xlocale.h... yes unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking sys/param.h usability... yes unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking sys/param.h presence... yes unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking for sys/param.h... yes unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking sys/wait.h usability... yes unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking sys/wait.h presence... yes unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking for sys/wait.h... yes unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking sys/ioctl.h usability... yes unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking sys/ioctl.h presence... yes unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking for sys/ioctl.h... yes unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking for library containing setsockopt... none needed unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking whether to build OpenSSL compatibility layer... yes unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking for gtkdoc-check... no unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking for gtkdoc-rebase... no unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking for gtkdoc-mkpdf... no unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking whether to build gtk-doc documentation... no unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking whether NLS is requested... yes unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking for msgfmt... no unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking for gmsgfmt... : unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking for xgettext... no unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking for msgmerge... no unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking for CFPreferencesCopyAppValue... no unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking for CFLocaleCopyCurrent... no unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking for GNU gettext in libc... yes unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking whether to use NLS... yes unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking where the gettext function comes from... libc unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... no unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking whether the preprocessor supports include_next... yes unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking whether system header files limit the line length... no unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking whether is self-contained... yes unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking for shutdown... yes unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking whether defines the SHUT_* macros... yes unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage... yes unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking for sa_family_t... yes unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage.ss_family... yes unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking whether socket is declared without a macro... yes unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking whether connect is declared without a macro... yes unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking whether accept is declared without a macro... yes unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking whether bind is declared without a macro... yes unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking whether getpeername is declared without a macro... yes unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking whether getsockname is declared without a macro... yes unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking whether getsockopt is declared without a macro... yes unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking whether listen is declared without a macro... yes unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking whether recv is declared without a macro... yes unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking whether send is declared without a macro... yes unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking whether recvfrom is declared without a macro... yes unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking whether sendto is declared without a macro... yes unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking whether setsockopt is declared without a macro... yes unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking whether shutdown is declared without a macro... yes unit-oai-hss-0: 11:49:39 DEBUG unit.oai-hss/0.install checking whether accept4 is declared without a macro... yes unit-oai-hss-0: 11:49:40 DEBUG unit.oai-hss/0.install checking for size_t... yes unit-oai-hss-0: 11:49:40 DEBUG unit.oai-hss/0.install checking for working alloca.h... yes unit-oai-hss-0: 11:49:40 DEBUG unit.oai-hss/0.install checking for alloca... yes unit-oai-hss-0: 11:49:40 DEBUG unit.oai-hss/0.install checking for C/C++ restrict keyword... __restrict unit-oai-hss-0: 11:49:40 DEBUG unit.oai-hss/0.install checking whether clearerr_unlocked is declared... yes unit-oai-hss-0: 11:49:40 DEBUG unit.oai-hss/0.install checking whether feof_unlocked is declared... yes unit-oai-hss-0: 11:49:40 DEBUG unit.oai-hss/0.install checking whether ferror_unlocked is declared... yes unit-oai-hss-0: 11:49:40 DEBUG unit.oai-hss/0.install checking whether fflush_unlocked is declared... yes unit-oai-hss-0: 11:49:40 DEBUG unit.oai-hss/0.install checking whether fgets_unlocked is declared... yes unit-oai-hss-0: 11:49:40 DEBUG unit.oai-hss/0.install checking whether fputc_unlocked is declared... yes unit-oai-hss-0: 11:49:40 DEBUG unit.oai-hss/0.install checking whether fputs_unlocked is declared... yes unit-oai-hss-0: 11:49:40 DEBUG unit.oai-hss/0.install checking whether fread_unlocked is declared... yes unit-oai-hss-0: 11:49:40 DEBUG unit.oai-hss/0.install checking whether fwrite_unlocked is declared... yes unit-oai-hss-0: 11:49:40 DEBUG unit.oai-hss/0.install checking whether getc_unlocked is declared... yes unit-oai-hss-0: 11:49:40 DEBUG unit.oai-hss/0.install checking whether getchar_unlocked is declared... yes unit-oai-hss-0: 11:49:40 DEBUG unit.oai-hss/0.install checking whether putc_unlocked is declared... yes unit-oai-hss-0: 11:49:40 DEBUG unit.oai-hss/0.install checking whether putchar_unlocked is declared... yes unit-oai-hss-0: 11:49:40 DEBUG unit.oai-hss/0.install checking for flockfile... yes unit-oai-hss-0: 11:49:40 DEBUG unit.oai-hss/0.install checking for funlockfile... yes unit-oai-hss-0: 11:49:40 DEBUG unit.oai-hss/0.install checking for _set_invalid_parameter_handler... no unit-oai-hss-0: 11:49:40 DEBUG unit.oai-hss/0.install checking for __fseterr... no unit-oai-hss-0: 11:49:40 DEBUG unit.oai-hss/0.install checking for getdelim... yes unit-oai-hss-0: 11:49:40 DEBUG unit.oai-hss/0.install checking for __fsetlocking... yes unit-oai-hss-0: 11:49:40 DEBUG unit.oai-hss/0.install checking for tcgetattr... yes unit-oai-hss-0: 11:49:40 DEBUG unit.oai-hss/0.install checking for tcsetattr... yes unit-oai-hss-0: 11:49:40 DEBUG unit.oai-hss/0.install checking for getsubopt... yes unit-oai-hss-0: 11:49:40 DEBUG unit.oai-hss/0.install checking for gettimeofday... yes unit-oai-hss-0: 11:49:40 DEBUG unit.oai-hss/0.install checking for nanotime... no unit-oai-hss-0: 11:49:40 DEBUG unit.oai-hss/0.install checking for mprotect... yes unit-oai-hss-0: 11:49:40 DEBUG unit.oai-hss/0.install checking for sleep... yes unit-oai-hss-0: 11:49:40 DEBUG unit.oai-hss/0.install checking for snprintf... yes unit-oai-hss-0: 11:49:40 DEBUG unit.oai-hss/0.install checking for strdup... yes unit-oai-hss-0: 11:49:40 DEBUG unit.oai-hss/0.install checking for strerror_r... yes unit-oai-hss-0: 11:49:41 DEBUG unit.oai-hss/0.install checking for __xpg_strerror_r... yes unit-oai-hss-0: 11:49:41 DEBUG unit.oai-hss/0.install checking for strndup... yes unit-oai-hss-0: 11:49:41 DEBUG unit.oai-hss/0.install checking for localtime_r... yes unit-oai-hss-0: 11:49:41 DEBUG unit.oai-hss/0.install checking for vasnprintf... no unit-oai-hss-0: 11:49:41 DEBUG unit.oai-hss/0.install checking for ftruncate... yes unit-oai-hss-0: 11:49:41 DEBUG unit.oai-hss/0.install checking for getdtablesize... yes unit-oai-hss-0: 11:49:41 DEBUG unit.oai-hss/0.install checking for newlocale... yes unit-oai-hss-0: 11:49:41 DEBUG unit.oai-hss/0.install checking for lstat... yes unit-oai-hss-0: 11:49:41 DEBUG unit.oai-hss/0.install checking for pipe... yes unit-oai-hss-0: 11:49:41 DEBUG unit.oai-hss/0.install checking for setenv... yes unit-oai-hss-0: 11:49:41 DEBUG unit.oai-hss/0.install checking for catgets... yes unit-oai-hss-0: 11:49:41 DEBUG unit.oai-hss/0.install checking for symlink... yes unit-oai-hss-0: 11:49:41 DEBUG unit.oai-hss/0.install checking for shutdown... (cached) yes unit-oai-hss-0: 11:49:41 DEBUG unit.oai-hss/0.install checking whether // is distinct from /... no unit-oai-hss-0: 11:49:41 DEBUG unit.oai-hss/0.install checking for complete errno.h... yes unit-oai-hss-0: 11:49:41 DEBUG unit.oai-hss/0.install checking whether strerror_r is declared... yes unit-oai-hss-0: 11:49:41 DEBUG unit.oai-hss/0.install checking for strerror_r... (cached) yes unit-oai-hss-0: 11:49:41 DEBUG unit.oai-hss/0.install checking whether strerror_r returns char *... yes unit-oai-hss-0: 11:49:41 DEBUG unit.oai-hss/0.install checking whether frexp() can be used without linking with libm... yes unit-oai-hss-0: 11:49:41 DEBUG unit.oai-hss/0.install checking whether alarm is declared... yes unit-oai-hss-0: 11:49:41 DEBUG unit.oai-hss/0.install checking whether long double and double are the same... no unit-oai-hss-0: 11:49:41 DEBUG unit.oai-hss/0.install checking whether stdin defaults to large file offsets... yes unit-oai-hss-0: 11:49:41 DEBUG unit.oai-hss/0.install checking for pid_t... yes unit-oai-hss-0: 11:49:41 DEBUG unit.oai-hss/0.install checking for mode_t... yes unit-oai-hss-0: 11:49:41 DEBUG unit.oai-hss/0.install checking whether fseeko is declared... yes unit-oai-hss-0: 11:49:41 DEBUG unit.oai-hss/0.install checking for fseeko... yes unit-oai-hss-0: 11:49:41 DEBUG unit.oai-hss/0.install checking whether stat file-mode macros are broken... no unit-oai-hss-0: 11:49:41 DEBUG unit.oai-hss/0.install checking for nlink_t... yes unit-oai-hss-0: 11:49:41 DEBUG unit.oai-hss/0.install checking whether fchmodat is declared without a macro... yes unit-oai-hss-0: 11:49:41 DEBUG unit.oai-hss/0.install checking whether fstat is declared without a macro... yes unit-oai-hss-0: 11:49:41 DEBUG unit.oai-hss/0.install checking whether fstatat is declared without a macro... yes unit-oai-hss-0: 11:49:41 DEBUG unit.oai-hss/0.install checking whether futimens is declared without a macro... yes unit-oai-hss-0: 11:49:41 DEBUG unit.oai-hss/0.install checking whether lchmod is declared without a macro... yes unit-oai-hss-0: 11:49:41 DEBUG unit.oai-hss/0.install checking whether lstat is declared without a macro... yes unit-oai-hss-0: 11:49:41 DEBUG unit.oai-hss/0.install checking whether mkdirat is declared without a macro... yes unit-oai-hss-0: 11:49:41 DEBUG unit.oai-hss/0.install checking whether mkfifo is declared without a macro... yes unit-oai-hss-0: 11:49:41 DEBUG unit.oai-hss/0.install checking whether mkfifoat is declared without a macro... yes unit-oai-hss-0: 11:49:41 DEBUG unit.oai-hss/0.install checking whether mknod is declared without a macro... yes unit-oai-hss-0: 11:49:41 DEBUG unit.oai-hss/0.install checking whether mknodat is declared without a macro... yes unit-oai-hss-0: 11:49:41 DEBUG unit.oai-hss/0.install checking whether stat is declared without a macro... yes unit-oai-hss-0: 11:49:42 DEBUG unit.oai-hss/0.install checking whether utimensat is declared without a macro... yes unit-oai-hss-0: 11:49:42 DEBUG unit.oai-hss/0.install checking whether ftello is declared... yes unit-oai-hss-0: 11:49:42 DEBUG unit.oai-hss/0.install checking for ftello... yes unit-oai-hss-0: 11:49:42 DEBUG unit.oai-hss/0.install checking whether ftello works... yes unit-oai-hss-0: 11:49:42 DEBUG unit.oai-hss/0.install checking whether getaddrinfo is declared without a macro... yes unit-oai-hss-0: 11:49:42 DEBUG unit.oai-hss/0.install checking whether freeaddrinfo is declared without a macro... yes unit-oai-hss-0: 11:49:42 DEBUG unit.oai-hss/0.install checking whether gai_strerror is declared without a macro... yes unit-oai-hss-0: 11:49:42 DEBUG unit.oai-hss/0.install checking whether getnameinfo is declared without a macro... yes unit-oai-hss-0: 11:49:42 DEBUG unit.oai-hss/0.install checking for library containing gethostbyname... none required unit-oai-hss-0: 11:49:42 DEBUG unit.oai-hss/0.install checking for gethostbyname... yes unit-oai-hss-0: 11:49:42 DEBUG unit.oai-hss/0.install checking for library containing getservbyname... none required unit-oai-hss-0: 11:49:42 DEBUG unit.oai-hss/0.install checking for getservbyname... yes unit-oai-hss-0: 11:49:42 DEBUG unit.oai-hss/0.install checking for library containing inet_ntop... none required unit-oai-hss-0: 11:49:42 DEBUG unit.oai-hss/0.install checking whether inet_ntop is declared... yes unit-oai-hss-0: 11:49:42 DEBUG unit.oai-hss/0.install checking for IPv4 sockets... yes unit-oai-hss-0: 11:49:42 DEBUG unit.oai-hss/0.install checking for IPv6 sockets... yes unit-oai-hss-0: 11:49:42 DEBUG unit.oai-hss/0.install checking whether getdelim is declared... yes unit-oai-hss-0: 11:49:42 DEBUG unit.oai-hss/0.install checking whether getline is declared... yes unit-oai-hss-0: 11:49:42 DEBUG unit.oai-hss/0.install checking for getopt.h... (cached) yes unit-oai-hss-0: 11:49:42 DEBUG unit.oai-hss/0.install checking for getopt_long_only... yes unit-oai-hss-0: 11:49:42 DEBUG unit.oai-hss/0.install checking whether getopt is POSIX compatible... yes unit-oai-hss-0: 11:49:42 DEBUG unit.oai-hss/0.install checking for working GNU getopt function... yes unit-oai-hss-0: 11:49:42 DEBUG unit.oai-hss/0.install checking for working GNU getopt_long function... yes unit-oai-hss-0: 11:49:42 DEBUG unit.oai-hss/0.install checking whether getenv is declared... yes unit-oai-hss-0: 11:49:42 DEBUG unit.oai-hss/0.install checking whether getpass is declared... yes unit-oai-hss-0: 11:49:42 DEBUG unit.oai-hss/0.install checking whether flockfile is declared... yes unit-oai-hss-0: 11:49:42 DEBUG unit.oai-hss/0.install checking whether funlockfile is declared... yes unit-oai-hss-0: 11:49:42 DEBUG unit.oai-hss/0.install checking for struct timeval... yes unit-oai-hss-0: 11:49:42 DEBUG unit.oai-hss/0.install checking for wide-enough struct timeval.tv_sec member... yes unit-oai-hss-0: 11:49:42 DEBUG unit.oai-hss/0.install checking whether gettimeofday is declared without a macro... yes unit-oai-hss-0: 11:49:42 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'double'... word 1 bit 20 unit-oai-hss-0: 11:49:42 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'float'... word 0 bit 23 unit-oai-hss-0: 11:49:42 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... (cached) no unit-oai-hss-0: 11:49:43 DEBUG unit.oai-hss/0.install checking whether malloc, realloc, calloc are POSIX compliant... yes unit-oai-hss-0: 11:49:43 DEBUG unit.oai-hss/0.install checking for mmap... yes unit-oai-hss-0: 11:49:43 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-oai-hss-0: 11:49:43 DEBUG unit.oai-hss/0.install checking whether memchr works... yes unit-oai-hss-0: 11:49:43 DEBUG unit.oai-hss/0.install checking whether memmem is declared... yes unit-oai-hss-0: 11:49:43 DEBUG unit.oai-hss/0.install checking whether defines MIN and MAX... no unit-oai-hss-0: 11:49:43 DEBUG unit.oai-hss/0.install checking whether defines MIN and MAX... yes unit-oai-hss-0: 11:49:43 DEBUG unit.oai-hss/0.install checking whether is self-contained... yes unit-oai-hss-0: 11:49:43 DEBUG unit.oai-hss/0.install checking whether pselect is declared without a macro... yes unit-oai-hss-0: 11:49:43 DEBUG unit.oai-hss/0.install checking whether select is declared without a macro... yes unit-oai-hss-0: 11:49:43 DEBUG unit.oai-hss/0.install checking for sigset_t... yes unit-oai-hss-0: 11:49:43 DEBUG unit.oai-hss/0.install checking for uid_t in sys/types.h... yes unit-oai-hss-0: 11:49:43 DEBUG unit.oai-hss/0.install checking whether snprintf returns a byte count as in C99... yes unit-oai-hss-0: 11:49:43 DEBUG unit.oai-hss/0.install checking whether snprintf is declared... yes unit-oai-hss-0: 11:49:43 DEBUG unit.oai-hss/0.install checking for stdbool.h that conforms to C99... yes unit-oai-hss-0: 11:49:43 DEBUG unit.oai-hss/0.install checking for _Bool... yes unit-oai-hss-0: 11:49:43 DEBUG unit.oai-hss/0.install checking for wchar_t... yes unit-oai-hss-0: 11:49:43 DEBUG unit.oai-hss/0.install checking for long long int... yes unit-oai-hss-0: 11:49:43 DEBUG unit.oai-hss/0.install checking for unsigned long long int... yes unit-oai-hss-0: 11:49:43 DEBUG unit.oai-hss/0.install checking whether stdint.h conforms to C99... yes unit-oai-hss-0: 11:49:43 DEBUG unit.oai-hss/0.install checking whether strdup is declared... yes unit-oai-hss-0: 11:49:43 DEBUG unit.oai-hss/0.install checking whether strerror(0) succeeds... yes unit-oai-hss-0: 11:49:43 DEBUG unit.oai-hss/0.install checking for strerror_r with POSIX signature... no unit-oai-hss-0: 11:49:43 DEBUG unit.oai-hss/0.install checking whether __xpg_strerror_r works... yes unit-oai-hss-0: 11:49:43 DEBUG unit.oai-hss/0.install checking whether ffsl is declared without a macro... yes unit-oai-hss-0: 11:49:43 DEBUG unit.oai-hss/0.install checking whether ffsll is declared without a macro... yes unit-oai-hss-0: 11:49:43 DEBUG unit.oai-hss/0.install checking whether memmem is declared without a macro... yes unit-oai-hss-0: 11:49:43 DEBUG unit.oai-hss/0.install checking whether mempcpy is declared without a macro... yes unit-oai-hss-0: 11:49:43 DEBUG unit.oai-hss/0.install checking whether memrchr is declared without a macro... yes unit-oai-hss-0: 11:49:43 DEBUG unit.oai-hss/0.install checking whether rawmemchr is declared without a macro... yes unit-oai-hss-0: 11:49:43 DEBUG unit.oai-hss/0.install checking whether stpcpy is declared without a macro... yes unit-oai-hss-0: 11:49:43 DEBUG unit.oai-hss/0.install checking whether stpncpy is declared without a macro... yes unit-oai-hss-0: 11:49:43 DEBUG unit.oai-hss/0.install checking whether strchrnul is declared without a macro... yes unit-oai-hss-0: 11:49:43 DEBUG unit.oai-hss/0.install checking whether strdup is declared without a macro... yes unit-oai-hss-0: 11:49:43 DEBUG unit.oai-hss/0.install checking whether strncat is declared without a macro... yes unit-oai-hss-0: 11:49:43 DEBUG unit.oai-hss/0.install checking whether strndup is declared without a macro... yes unit-oai-hss-0: 11:49:44 DEBUG unit.oai-hss/0.install checking whether strnlen is declared without a macro... yes unit-oai-hss-0: 11:49:44 DEBUG unit.oai-hss/0.install checking whether strpbrk is declared without a macro... yes unit-oai-hss-0: 11:49:44 DEBUG unit.oai-hss/0.install checking whether strsep is declared without a macro... yes unit-oai-hss-0: 11:49:44 DEBUG unit.oai-hss/0.install checking whether strcasestr is declared without a macro... yes unit-oai-hss-0: 11:49:44 DEBUG unit.oai-hss/0.install checking whether strtok_r is declared without a macro... yes unit-oai-hss-0: 11:49:44 DEBUG unit.oai-hss/0.install checking whether strerror_r is declared without a macro... yes unit-oai-hss-0: 11:49:44 DEBUG unit.oai-hss/0.install checking whether strsignal is declared without a macro... yes unit-oai-hss-0: 11:49:44 DEBUG unit.oai-hss/0.install checking whether strverscmp is declared without a macro... yes unit-oai-hss-0: 11:49:44 DEBUG unit.oai-hss/0.install checking whether ffs is declared without a macro... yes unit-oai-hss-0: 11:49:44 DEBUG unit.oai-hss/0.install checking whether strcasecmp is declared without a macro... yes unit-oai-hss-0: 11:49:44 DEBUG unit.oai-hss/0.install checking whether strncasecmp is declared without a macro... yes unit-oai-hss-0: 11:49:44 DEBUG unit.oai-hss/0.install checking whether strndup is declared... (cached) yes unit-oai-hss-0: 11:49:44 DEBUG unit.oai-hss/0.install checking whether strnlen is declared... (cached) yes unit-oai-hss-0: 11:49:44 DEBUG unit.oai-hss/0.install checking whether strtok_r is declared... (cached) yes unit-oai-hss-0: 11:49:44 DEBUG unit.oai-hss/0.install checking whether imported symbols can be declared weak... yes unit-oai-hss-0: 11:49:44 DEBUG unit.oai-hss/0.install checking pthread.h usability... yes unit-oai-hss-0: 11:49:44 DEBUG unit.oai-hss/0.install checking pthread.h presence... yes unit-oai-hss-0: 11:49:44 DEBUG unit.oai-hss/0.install checking for pthread.h... yes unit-oai-hss-0: 11:49:44 DEBUG unit.oai-hss/0.install checking for pthread_kill in -lpthread... yes unit-oai-hss-0: 11:49:44 DEBUG unit.oai-hss/0.install checking for multithread API to use... posix unit-oai-hss-0: 11:49:44 DEBUG unit.oai-hss/0.install checking for struct timespec in ... yes unit-oai-hss-0: 11:49:44 DEBUG unit.oai-hss/0.install checking for wint_t... yes unit-oai-hss-0: 11:49:44 DEBUG unit.oai-hss/0.install checking for inttypes.h... yes unit-oai-hss-0: 11:49:44 DEBUG unit.oai-hss/0.install checking for stdint.h... yes unit-oai-hss-0: 11:49:44 DEBUG unit.oai-hss/0.install checking for intmax_t... yes unit-oai-hss-0: 11:49:44 DEBUG unit.oai-hss/0.install checking for snprintf... (cached) yes unit-oai-hss-0: 11:49:44 DEBUG unit.oai-hss/0.install checking for strnlen... yes unit-oai-hss-0: 11:49:44 DEBUG unit.oai-hss/0.install checking for wcslen... yes unit-oai-hss-0: 11:49:44 DEBUG unit.oai-hss/0.install checking for wcsnlen... yes unit-oai-hss-0: 11:49:44 DEBUG unit.oai-hss/0.install checking for mbrtowc... yes unit-oai-hss-0: 11:49:44 DEBUG unit.oai-hss/0.install checking for wcrtomb... yes unit-oai-hss-0: 11:49:44 DEBUG unit.oai-hss/0.install checking whether _snprintf is declared... no unit-oai-hss-0: 11:49:44 DEBUG unit.oai-hss/0.install checking whether printf supports size specifiers as in C99... yes unit-oai-hss-0: 11:49:44 DEBUG unit.oai-hss/0.install checking whether printf supports 'long double' arguments... yes unit-oai-hss-0: 11:49:44 DEBUG unit.oai-hss/0.install checking whether printf supports infinite 'double' arguments... yes unit-oai-hss-0: 11:49:44 DEBUG unit.oai-hss/0.install checking whether printf supports infinite 'long double' arguments... no unit-oai-hss-0: 11:49:44 DEBUG unit.oai-hss/0.install checking whether printf supports the 'a' and 'A' directives... yes unit-oai-hss-0: 11:49:45 DEBUG unit.oai-hss/0.install checking whether printf supports the 'F' directive... yes unit-oai-hss-0: 11:49:45 DEBUG unit.oai-hss/0.install checking whether printf supports the 'n' directive... no unit-oai-hss-0: 11:49:45 DEBUG unit.oai-hss/0.install checking whether printf supports the 'ls' directive... yes unit-oai-hss-0: 11:49:45 DEBUG unit.oai-hss/0.install checking whether printf supports the grouping flag... yes unit-oai-hss-0: 11:49:45 DEBUG unit.oai-hss/0.install checking whether printf supports the left-adjust flag correctly... yes unit-oai-hss-0: 11:49:45 DEBUG unit.oai-hss/0.install checking whether printf supports the zero flag correctly... yes unit-oai-hss-0: 11:49:45 DEBUG unit.oai-hss/0.install checking whether printf supports large precisions... yes unit-oai-hss-0: 11:49:45 DEBUG unit.oai-hss/0.install checking whether printf survives out-of-memory conditions... yes unit-oai-hss-0: 11:49:45 DEBUG unit.oai-hss/0.install checking whether vsnprintf is declared... yes unit-oai-hss-0: 11:49:45 DEBUG unit.oai-hss/0.install checking whether uses 'inline' correctly... yes unit-oai-hss-0: 11:49:45 DEBUG unit.oai-hss/0.install checking for nl_langinfo and CODESET... yes unit-oai-hss-0: 11:49:45 DEBUG unit.oai-hss/0.install checking if environ is properly declared... yes unit-oai-hss-0: 11:49:46 DEBUG unit.oai-hss/0.install checking for working fcntl.h... yes unit-oai-hss-0: 11:49:46 DEBUG unit.oai-hss/0.install checking whether ungetc works on arbitrary bytes... yes unit-oai-hss-0: 11:49:46 DEBUG unit.oai-hss/0.install checking whether getcwd (NULL, 0) allocates memory for result... yes unit-oai-hss-0: 11:49:46 DEBUG unit.oai-hss/0.install checking for getcwd with POSIX signature... yes unit-oai-hss-0: 11:49:46 DEBUG unit.oai-hss/0.install checking whether imaxabs is declared without a macro... yes unit-oai-hss-0: 11:49:46 DEBUG unit.oai-hss/0.install checking whether imaxdiv is declared without a macro... yes unit-oai-hss-0: 11:49:46 DEBUG unit.oai-hss/0.install checking whether strtoimax is declared without a macro... yes unit-oai-hss-0: 11:49:46 DEBUG unit.oai-hss/0.install checking whether strtoumax is declared without a macro... yes unit-oai-hss-0: 11:49:46 DEBUG unit.oai-hss/0.install checking for inttypes.h... (cached) yes unit-oai-hss-0: 11:49:46 DEBUG unit.oai-hss/0.install checking whether the inttypes.h PRIxNN macros are broken... no unit-oai-hss-0: 11:49:46 DEBUG unit.oai-hss/0.install checking for LC_MESSAGES... yes unit-oai-hss-0: 11:49:46 DEBUG unit.oai-hss/0.install checking whether lstat correctly handles trailing slash... yes unit-oai-hss-0: 11:49:46 DEBUG unit.oai-hss/0.install checking for stdlib.h... (cached) yes unit-oai-hss-0: 11:49:46 DEBUG unit.oai-hss/0.install checking for GNU libc compatible malloc... yes unit-oai-hss-0: 11:49:46 DEBUG unit.oai-hss/0.install checking for promoted mode_t type... mode_t unit-oai-hss-0: 11:49:46 DEBUG unit.oai-hss/0.install checking whether strerror_r is declared... (cached) yes unit-oai-hss-0: 11:49:46 DEBUG unit.oai-hss/0.install checking whether setenv is declared... yes unit-oai-hss-0: 11:49:46 DEBUG unit.oai-hss/0.install checking search.h usability... yes unit-oai-hss-0: 11:49:46 DEBUG unit.oai-hss/0.install checking search.h presence... yes unit-oai-hss-0: 11:49:46 DEBUG unit.oai-hss/0.install checking for search.h... yes unit-oai-hss-0: 11:49:46 DEBUG unit.oai-hss/0.install checking for tsearch... yes unit-oai-hss-0: 11:49:46 DEBUG unit.oai-hss/0.install checking whether unsetenv is declared... yes unit-oai-hss-0: 11:49:46 DEBUG unit.oai-hss/0.install checking for alloca as a compiler built-in... yes unit-oai-hss-0: 11:49:47 DEBUG unit.oai-hss/0.install checking for alphasort... yes unit-oai-hss-0: 11:49:47 DEBUG unit.oai-hss/0.install checking whether program_invocation_name is declared... yes unit-oai-hss-0: 11:49:47 DEBUG unit.oai-hss/0.install checking whether program_invocation_short_name is declared... yes unit-oai-hss-0: 11:49:47 DEBUG unit.oai-hss/0.install checking whether program_invocation_name is defined... yes unit-oai-hss-0: 11:49:47 DEBUG unit.oai-hss/0.install checking whether program_invocation_short_name is defined... yes unit-oai-hss-0: 11:49:47 DEBUG unit.oai-hss/0.install checking whether inet_ntop is declared without a macro... yes unit-oai-hss-0: 11:49:47 DEBUG unit.oai-hss/0.install checking whether inet_pton is declared without a macro... yes unit-oai-hss-0: 11:49:47 DEBUG unit.oai-hss/0.install checking byteswap.h usability... yes unit-oai-hss-0: 11:49:47 DEBUG unit.oai-hss/0.install checking byteswap.h presence... yes unit-oai-hss-0: 11:49:47 DEBUG unit.oai-hss/0.install checking for byteswap.h... yes unit-oai-hss-0: 11:49:47 DEBUG unit.oai-hss/0.install checking for library containing clock_gettime... none required unit-oai-hss-0: 11:49:47 DEBUG unit.oai-hss/0.install checking for clock_gettime... yes unit-oai-hss-0: 11:49:47 DEBUG unit.oai-hss/0.install checking for clock_settime... yes unit-oai-hss-0: 11:49:47 DEBUG unit.oai-hss/0.install checking for closedir... yes unit-oai-hss-0: 11:49:47 DEBUG unit.oai-hss/0.install checking whether alphasort is declared without a macro... yes unit-oai-hss-0: 11:49:47 DEBUG unit.oai-hss/0.install checking whether closedir is declared without a macro... yes unit-oai-hss-0: 11:49:47 DEBUG unit.oai-hss/0.install checking whether dirfd is declared without a macro... yes unit-oai-hss-0: 11:49:47 DEBUG unit.oai-hss/0.install checking whether fdopendir is declared without a macro... yes unit-oai-hss-0: 11:49:47 DEBUG unit.oai-hss/0.install checking whether opendir is declared without a macro... yes unit-oai-hss-0: 11:49:47 DEBUG unit.oai-hss/0.install checking whether readdir is declared without a macro... yes unit-oai-hss-0: 11:49:47 DEBUG unit.oai-hss/0.install checking whether rewinddir is declared without a macro... yes unit-oai-hss-0: 11:49:47 DEBUG unit.oai-hss/0.install checking whether scandir is declared without a macro... yes unit-oai-hss-0: 11:49:47 DEBUG unit.oai-hss/0.install checking whether // is distinct from /... (cached) no unit-oai-hss-0: 11:49:47 DEBUG unit.oai-hss/0.install checking whether dup2 works... yes unit-oai-hss-0: 11:49:47 DEBUG unit.oai-hss/0.install checking for error_at_line... yes unit-oai-hss-0: 11:49:47 DEBUG unit.oai-hss/0.install checking whether conversion from 'int' to 'long double' works... yes unit-oai-hss-0: 11:49:47 DEBUG unit.oai-hss/0.install checking whether frexp works... yes unit-oai-hss-0: 11:49:47 DEBUG unit.oai-hss/0.install checking whether frexpl is declared... yes unit-oai-hss-0: 11:49:47 DEBUG unit.oai-hss/0.install checking whether frexpl() can be used without linking with libm... yes unit-oai-hss-0: 11:49:47 DEBUG unit.oai-hss/0.install checking whether frexpl works... yes unit-oai-hss-0: 11:49:47 DEBUG unit.oai-hss/0.install checking for fseeko... (cached) yes unit-oai-hss-0: 11:49:47 DEBUG unit.oai-hss/0.install checking for ftello... (cached) yes unit-oai-hss-0: 11:49:47 DEBUG unit.oai-hss/0.install checking whether ftello works... (cached) yes unit-oai-hss-0: 11:49:47 DEBUG unit.oai-hss/0.install checking whether __func__ is available... yes unit-oai-hss-0: 11:49:47 DEBUG unit.oai-hss/0.install configure: checking how to do getaddrinfo, freeaddrinfo and getnameinfo unit-oai-hss-0: 11:49:47 DEBUG unit.oai-hss/0.install checking for library containing getaddrinfo... none required unit-oai-hss-0: 11:49:47 DEBUG unit.oai-hss/0.install checking for getaddrinfo... yes unit-oai-hss-0: 11:49:47 DEBUG unit.oai-hss/0.install checking whether gai_strerror is declared... (cached) yes unit-oai-hss-0: 11:49:47 DEBUG unit.oai-hss/0.install checking whether gai_strerrorA is declared... no unit-oai-hss-0: 11:49:47 DEBUG unit.oai-hss/0.install checking for gai_strerror with POSIX signature... yes unit-oai-hss-0: 11:49:47 DEBUG unit.oai-hss/0.install checking for struct sockaddr.sa_len... no unit-oai-hss-0: 11:49:47 DEBUG unit.oai-hss/0.install checking whether getaddrinfo is declared... (cached) yes unit-oai-hss-0: 11:49:47 DEBUG unit.oai-hss/0.install checking whether freeaddrinfo is declared... (cached) yes unit-oai-hss-0: 11:49:47 DEBUG unit.oai-hss/0.install checking whether getnameinfo is declared... (cached) yes unit-oai-hss-0: 11:49:47 DEBUG unit.oai-hss/0.install checking for struct addrinfo... yes unit-oai-hss-0: 11:49:47 DEBUG unit.oai-hss/0.install checking for working getdelim function... yes unit-oai-hss-0: 11:49:47 DEBUG unit.oai-hss/0.install checking for getline... yes unit-oai-hss-0: 11:49:48 DEBUG unit.oai-hss/0.install checking for working getline function... yes unit-oai-hss-0: 11:49:48 DEBUG unit.oai-hss/0.install checking for getpass... yes unit-oai-hss-0: 11:49:48 DEBUG unit.oai-hss/0.install checking whether gettimeofday clobbers localtime buffer... no unit-oai-hss-0: 11:49:48 DEBUG unit.oai-hss/0.install checking for gettimeofday with POSIX signature... almost unit-oai-hss-0: 11:49:48 DEBUG unit.oai-hss/0.install checking for library containing gethostbyname... (cached) none required unit-oai-hss-0: 11:49:48 DEBUG unit.oai-hss/0.install checking for gethostbyname... (cached) yes unit-oai-hss-0: 11:49:48 DEBUG unit.oai-hss/0.install checking for iconv... yes unit-oai-hss-0: 11:49:48 DEBUG unit.oai-hss/0.install checking for working iconv... yes unit-oai-hss-0: 11:49:48 DEBUG unit.oai-hss/0.install checking for iconv declaration... unit-oai-hss-0: 11:49:48 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: 11:49:48 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: 11:49:48 DEBUG unit.oai-hss/0.install checking for library containing inet_ntop... (cached) none required unit-oai-hss-0: 11:49:48 DEBUG unit.oai-hss/0.install checking whether inet_ntop is declared... (cached) yes unit-oai-hss-0: 11:49:48 DEBUG unit.oai-hss/0.install checking for library containing inet_pton... none required unit-oai-hss-0: 11:49:48 DEBUG unit.oai-hss/0.install checking whether inet_pton is declared... (cached) yes unit-oai-hss-0: 11:49:48 DEBUG unit.oai-hss/0.install checking whether the compiler generally respects inline... yes unit-oai-hss-0: 11:49:48 DEBUG unit.oai-hss/0.install checking whether isnan(double) can be used without linking with libm... yes unit-oai-hss-0: 11:49:48 DEBUG unit.oai-hss/0.install checking whether isnan(float) can be used without linking with libm... yes unit-oai-hss-0: 11:49:48 DEBUG unit.oai-hss/0.install checking whether isnan(float) works... yes unit-oai-hss-0: 11:49:48 DEBUG unit.oai-hss/0.install checking whether isnan(long double) can be used without linking with libm... yes unit-oai-hss-0: 11:49:48 DEBUG unit.oai-hss/0.install checking whether isnanl works... no unit-oai-hss-0: 11:49:48 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'long double'... word 2 bit 0 unit-oai-hss-0: 11:49:48 DEBUG unit.oai-hss/0.install checking if gcc/ld supports -Wl,--output-def... no unit-oai-hss-0: 11:49:48 DEBUG unit.oai-hss/0.install checking if LD -Wl,--version-script works... yes unit-oai-hss-0: 11:49:48 DEBUG unit.oai-hss/0.install checking whether lseek detects pipes... yes unit-oai-hss-0: 11:49:48 DEBUG unit.oai-hss/0.install checking for stdlib.h... (cached) yes unit-oai-hss-0: 11:49:48 DEBUG unit.oai-hss/0.install checking for GNU libc compatible malloc... (cached) yes unit-oai-hss-0: 11:49:48 DEBUG unit.oai-hss/0.install checking whether NAN macro works... yes unit-oai-hss-0: 11:49:48 DEBUG unit.oai-hss/0.install checking whether HUGE_VAL works... yes unit-oai-hss-0: 11:49:48 DEBUG unit.oai-hss/0.install checking whether acosf is declared without a macro... yes unit-oai-hss-0: 11:49:48 DEBUG unit.oai-hss/0.install checking whether acosl is declared without a macro... yes unit-oai-hss-0: 11:49:48 DEBUG unit.oai-hss/0.install checking whether asinf is declared without a macro... yes unit-oai-hss-0: 11:49:48 DEBUG unit.oai-hss/0.install checking whether asinl is declared without a macro... yes unit-oai-hss-0: 11:49:48 DEBUG unit.oai-hss/0.install checking whether atanf is declared without a macro... yes unit-oai-hss-0: 11:49:48 DEBUG unit.oai-hss/0.install checking whether atanl is declared without a macro... yes unit-oai-hss-0: 11:49:48 DEBUG unit.oai-hss/0.install checking whether cbrt is declared without a macro... yes unit-oai-hss-0: 11:49:48 DEBUG unit.oai-hss/0.install checking whether cbrtf is declared without a macro... yes unit-oai-hss-0: 11:49:48 DEBUG unit.oai-hss/0.install checking whether cbrtl is declared without a macro... yes unit-oai-hss-0: 11:49:48 DEBUG unit.oai-hss/0.install checking whether ceilf is declared without a macro... yes unit-oai-hss-0: 11:49:48 DEBUG unit.oai-hss/0.install checking whether ceill is declared without a macro... yes unit-oai-hss-0: 11:49:48 DEBUG unit.oai-hss/0.install checking whether copysign is declared without a macro... yes unit-oai-hss-0: 11:49:49 DEBUG unit.oai-hss/0.install checking whether copysignf is declared without a macro... yes unit-oai-hss-0: 11:49:49 DEBUG unit.oai-hss/0.install checking whether copysignl is declared without a macro... yes unit-oai-hss-0: 11:49:49 DEBUG unit.oai-hss/0.install checking whether cosf is declared without a macro... yes unit-oai-hss-0: 11:49:49 DEBUG unit.oai-hss/0.install checking whether cosl is declared without a macro... yes unit-oai-hss-0: 11:49:49 DEBUG unit.oai-hss/0.install checking whether coshf is declared without a macro... yes unit-oai-hss-0: 11:49:49 DEBUG unit.oai-hss/0.install checking whether expf is declared without a macro... yes unit-oai-hss-0: 11:49:49 DEBUG unit.oai-hss/0.install checking whether expl is declared without a macro... yes unit-oai-hss-0: 11:49:49 DEBUG unit.oai-hss/0.install checking whether exp2 is declared without a macro... yes unit-oai-hss-0: 11:49:49 DEBUG unit.oai-hss/0.install checking whether exp2f is declared without a macro... yes unit-oai-hss-0: 11:49:49 DEBUG unit.oai-hss/0.install checking whether exp2l is declared without a macro... yes unit-oai-hss-0: 11:49:49 DEBUG unit.oai-hss/0.install checking whether expm1 is declared without a macro... yes unit-oai-hss-0: 11:49:49 DEBUG unit.oai-hss/0.install checking whether expm1f is declared without a macro... yes unit-oai-hss-0: 11:49:49 DEBUG unit.oai-hss/0.install checking whether expm1l is declared without a macro... yes unit-oai-hss-0: 11:49:49 DEBUG unit.oai-hss/0.install checking whether fabsf is declared without a macro... yes unit-oai-hss-0: 11:49:49 DEBUG unit.oai-hss/0.install checking whether fabsl is declared without a macro... yes unit-oai-hss-0: 11:49:49 DEBUG unit.oai-hss/0.install checking whether floorf is declared without a macro... yes unit-oai-hss-0: 11:49:49 DEBUG unit.oai-hss/0.install checking whether floorl is declared without a macro... yes unit-oai-hss-0: 11:49:49 DEBUG unit.oai-hss/0.install checking whether fma is declared without a macro... yes unit-oai-hss-0: 11:49:49 DEBUG unit.oai-hss/0.install checking whether fmaf is declared without a macro... yes unit-oai-hss-0: 11:49:49 DEBUG unit.oai-hss/0.install checking whether fmal is declared without a macro... yes unit-oai-hss-0: 11:49:49 DEBUG unit.oai-hss/0.install checking whether fmod is declared without a macro... yes unit-oai-hss-0: 11:49:49 DEBUG unit.oai-hss/0.install checking whether fmodf is declared without a macro... yes unit-oai-hss-0: 11:49:49 DEBUG unit.oai-hss/0.install checking whether fmodl is declared without a macro... yes unit-oai-hss-0: 11:49:49 DEBUG unit.oai-hss/0.install checking whether frexpf is declared without a macro... yes unit-oai-hss-0: 11:49:49 DEBUG unit.oai-hss/0.install checking whether frexpl is declared without a macro... yes unit-oai-hss-0: 11:49:49 DEBUG unit.oai-hss/0.install checking whether hypotf is declared without a macro... yes unit-oai-hss-0: 11:49:49 DEBUG unit.oai-hss/0.install checking whether hypotl is declared without a macro... yes unit-oai-hss-0: 11:49:49 DEBUG unit.oai-hss/0.install checking whether ilogb is declared without a macro... yes unit-oai-hss-0: 11:49:49 DEBUG unit.oai-hss/0.install checking whether ilogbf is declared without a macro... yes unit-oai-hss-0: 11:49:49 DEBUG unit.oai-hss/0.install checking whether ilogbl is declared without a macro... yes unit-oai-hss-0: 11:49:49 DEBUG unit.oai-hss/0.install checking whether ldexpf is declared without a macro... yes unit-oai-hss-0: 11:49:49 DEBUG unit.oai-hss/0.install checking whether ldexpl is declared without a macro... yes unit-oai-hss-0: 11:49:49 DEBUG unit.oai-hss/0.install checking whether log is declared without a macro... yes unit-oai-hss-0: 11:49:49 DEBUG unit.oai-hss/0.install checking whether logf is declared without a macro... yes unit-oai-hss-0: 11:49:49 DEBUG unit.oai-hss/0.install checking whether logl is declared without a macro... yes unit-oai-hss-0: 11:49:49 DEBUG unit.oai-hss/0.install checking whether log10 is declared without a macro... yes unit-oai-hss-0: 11:49:49 DEBUG unit.oai-hss/0.install checking whether log10f is declared without a macro... yes unit-oai-hss-0: 11:49:50 DEBUG unit.oai-hss/0.install checking whether log10l is declared without a macro... yes unit-oai-hss-0: 11:49:50 DEBUG unit.oai-hss/0.install checking whether log1p is declared without a macro... yes unit-oai-hss-0: 11:49:50 DEBUG unit.oai-hss/0.install checking whether log1pf is declared without a macro... yes unit-oai-hss-0: 11:49:50 DEBUG unit.oai-hss/0.install checking whether log1pl is declared without a macro... yes unit-oai-hss-0: 11:49:50 DEBUG unit.oai-hss/0.install checking whether log2 is declared without a macro... yes unit-oai-hss-0: 11:49:50 DEBUG unit.oai-hss/0.install checking whether log2f is declared without a macro... yes unit-oai-hss-0: 11:49:50 DEBUG unit.oai-hss/0.install checking whether log2l is declared without a macro... yes unit-oai-hss-0: 11:49:50 DEBUG unit.oai-hss/0.install checking whether logb is declared without a macro... yes unit-oai-hss-0: 11:49:50 DEBUG unit.oai-hss/0.install checking whether logbf is declared without a macro... yes unit-oai-hss-0: 11:49:50 DEBUG unit.oai-hss/0.install checking whether logbl is declared without a macro... yes unit-oai-hss-0: 11:49:50 DEBUG unit.oai-hss/0.install checking whether modf is declared without a macro... yes unit-oai-hss-0: 11:49:50 DEBUG unit.oai-hss/0.install checking whether modff is declared without a macro... yes unit-oai-hss-0: 11:49:50 DEBUG unit.oai-hss/0.install checking whether modfl is declared without a macro... yes unit-oai-hss-0: 11:49:50 DEBUG unit.oai-hss/0.install checking whether powf is declared without a macro... yes unit-oai-hss-0: 11:49:50 DEBUG unit.oai-hss/0.install checking whether remainder is declared without a macro... yes unit-oai-hss-0: 11:49:50 DEBUG unit.oai-hss/0.install checking whether remainderf is declared without a macro... yes unit-oai-hss-0: 11:49:50 DEBUG unit.oai-hss/0.install checking whether remainderl is declared without a macro... yes unit-oai-hss-0: 11:49:50 DEBUG unit.oai-hss/0.install checking whether rint is declared without a macro... yes unit-oai-hss-0: 11:49:50 DEBUG unit.oai-hss/0.install checking whether rintf is declared without a macro... yes unit-oai-hss-0: 11:49:50 DEBUG unit.oai-hss/0.install checking whether rintl is declared without a macro... yes unit-oai-hss-0: 11:49:50 DEBUG unit.oai-hss/0.install checking whether round is declared without a macro... yes unit-oai-hss-0: 11:49:50 DEBUG unit.oai-hss/0.install checking whether roundf is declared without a macro... yes unit-oai-hss-0: 11:49:50 DEBUG unit.oai-hss/0.install checking whether roundl is declared without a macro... yes unit-oai-hss-0: 11:49:50 DEBUG unit.oai-hss/0.install checking whether sinf is declared without a macro... yes unit-oai-hss-0: 11:49:50 DEBUG unit.oai-hss/0.install checking whether sinl is declared without a macro... yes unit-oai-hss-0: 11:49:50 DEBUG unit.oai-hss/0.install checking whether sinhf is declared without a macro... yes unit-oai-hss-0: 11:49:50 DEBUG unit.oai-hss/0.install checking whether sqrtf is declared without a macro... yes unit-oai-hss-0: 11:49:50 DEBUG unit.oai-hss/0.install checking whether sqrtl is declared without a macro... yes unit-oai-hss-0: 11:49:50 DEBUG unit.oai-hss/0.install checking whether tanf is declared without a macro... yes unit-oai-hss-0: 11:49:50 DEBUG unit.oai-hss/0.install checking whether tanl is declared without a macro... yes unit-oai-hss-0: 11:49:50 DEBUG unit.oai-hss/0.install checking whether tanhf is declared without a macro... yes unit-oai-hss-0: 11:49:50 DEBUG unit.oai-hss/0.install checking whether trunc is declared without a macro... yes unit-oai-hss-0: 11:49:50 DEBUG unit.oai-hss/0.install checking whether truncf is declared without a macro... yes unit-oai-hss-0: 11:49:50 DEBUG unit.oai-hss/0.install checking whether truncl is declared without a macro... yes unit-oai-hss-0: 11:49:50 DEBUG unit.oai-hss/0.install checking for memmem... yes unit-oai-hss-0: 11:49:50 DEBUG unit.oai-hss/0.install checking whether memmem works... yes unit-oai-hss-0: 11:49:50 DEBUG unit.oai-hss/0.install checking for mempcpy... yes unit-oai-hss-0: 11:49:50 DEBUG unit.oai-hss/0.install checking whether getaddrinfo is declared without a macro... (cached) yes unit-oai-hss-0: 11:49:50 DEBUG unit.oai-hss/0.install checking whether freeaddrinfo is declared without a macro... (cached) yes unit-oai-hss-0: 11:49:50 DEBUG unit.oai-hss/0.install checking whether gai_strerror is declared without a macro... (cached) yes unit-oai-hss-0: 11:49:50 DEBUG unit.oai-hss/0.install checking whether getnameinfo is declared without a macro... (cached) yes unit-oai-hss-0: 11:49:50 DEBUG unit.oai-hss/0.install checking whether is self-contained... yes unit-oai-hss-0: 11:49:50 DEBUG unit.oai-hss/0.install checking for opendir... yes unit-oai-hss-0: 11:49:50 DEBUG unit.oai-hss/0.install checking for pmccabe... false unit-oai-hss-0: 11:49:50 DEBUG unit.oai-hss/0.install checking whether frexp works... (cached) yes unit-oai-hss-0: 11:49:51 DEBUG unit.oai-hss/0.install checking whether ldexp can be used without linking with libm... yes unit-oai-hss-0: 11:49:51 DEBUG unit.oai-hss/0.install checking whether frexpl() can be used without linking with libm... (cached) yes unit-oai-hss-0: 11:49:51 DEBUG unit.oai-hss/0.install checking whether frexpl works... (cached) yes unit-oai-hss-0: 11:49:51 DEBUG unit.oai-hss/0.install checking whether frexpl is declared... (cached) yes unit-oai-hss-0: 11:49:51 DEBUG unit.oai-hss/0.install checking whether ldexpl() can be used without linking with libm... yes unit-oai-hss-0: 11:49:51 DEBUG unit.oai-hss/0.install checking whether ldexpl works... yes unit-oai-hss-0: 11:49:51 DEBUG unit.oai-hss/0.install checking whether ldexpl is declared... (cached) yes unit-oai-hss-0: 11:49:51 DEBUG unit.oai-hss/0.install checking whether program_invocation_name is declared... (cached) yes unit-oai-hss-0: 11:49:51 DEBUG unit.oai-hss/0.install checking whether program_invocation_short_name is declared... (cached) yes unit-oai-hss-0: 11:49:51 DEBUG unit.oai-hss/0.install checking for rawmemchr... yes unit-oai-hss-0: 11:49:51 DEBUG unit.oai-hss/0.install checking for readdir... yes unit-oai-hss-0: 11:49:51 DEBUG unit.oai-hss/0.install checking for scandir... yes unit-oai-hss-0: 11:49:51 DEBUG unit.oai-hss/0.install checking whether select supports a 0 argument... yes unit-oai-hss-0: 11:49:51 DEBUG unit.oai-hss/0.install checking whether select detects invalid fds... yes unit-oai-hss-0: 11:49:51 DEBUG unit.oai-hss/0.install checking for library containing getservbyname... (cached) none required unit-oai-hss-0: 11:49:51 DEBUG unit.oai-hss/0.install checking for getservbyname... (cached) yes unit-oai-hss-0: 11:49:51 DEBUG unit.oai-hss/0.install checking for volatile sig_atomic_t... yes unit-oai-hss-0: 11:49:51 DEBUG unit.oai-hss/0.install checking for sighandler_t... yes unit-oai-hss-0: 11:49:51 DEBUG unit.oai-hss/0.install checking whether pthread_sigmask is declared without a macro... yes unit-oai-hss-0: 11:49:51 DEBUG unit.oai-hss/0.install checking whether sigaction is declared without a macro... yes unit-oai-hss-0: 11:49:51 DEBUG unit.oai-hss/0.install checking whether sigaddset is declared without a macro... yes unit-oai-hss-0: 11:49:51 DEBUG unit.oai-hss/0.install checking whether sigdelset is declared without a macro... yes unit-oai-hss-0: 11:49:51 DEBUG unit.oai-hss/0.install checking whether sigemptyset is declared without a macro... yes unit-oai-hss-0: 11:49:51 DEBUG unit.oai-hss/0.install checking whether sigfillset is declared without a macro... yes unit-oai-hss-0: 11:49:51 DEBUG unit.oai-hss/0.install checking whether sigismember is declared without a macro... yes unit-oai-hss-0: 11:49:51 DEBUG unit.oai-hss/0.install checking whether sigpending is declared without a macro... yes unit-oai-hss-0: 11:49:51 DEBUG unit.oai-hss/0.install checking whether sigprocmask is declared without a macro... yes unit-oai-hss-0: 11:49:51 DEBUG unit.oai-hss/0.install checking for signbit macro... yes unit-oai-hss-0: 11:49:51 DEBUG unit.oai-hss/0.install checking for signbit compiler built-ins... yes unit-oai-hss-0: 11:49:51 DEBUG unit.oai-hss/0.install checking for stdint.h... (cached) yes unit-oai-hss-0: 11:49:51 DEBUG unit.oai-hss/0.install checking for SIZE_MAX... yes unit-oai-hss-0: 11:49:51 DEBUG unit.oai-hss/0.install checking whether sleep is declared... yes unit-oai-hss-0: 11:49:52 DEBUG unit.oai-hss/0.install checking for working sleep... yes unit-oai-hss-0: 11:49:52 DEBUG unit.oai-hss/0.install checking for snprintf... (cached) yes unit-oai-hss-0: 11:49:52 DEBUG unit.oai-hss/0.install checking whether snprintf respects a size of 1... yes unit-oai-hss-0: 11:49:52 DEBUG unit.oai-hss/0.install checking whether printf supports POSIX/XSI format strings with positions... yes unit-oai-hss-0: 11:49:52 DEBUG unit.oai-hss/0.install checking for library containing setsockopt... (cached) none needed unit-oai-hss-0: 11:49:52 DEBUG unit.oai-hss/0.install checking for socklen_t... yes unit-oai-hss-0: 11:49:52 DEBUG unit.oai-hss/0.install checking for ssize_t... yes unit-oai-hss-0: 11:49:52 DEBUG unit.oai-hss/0.install checking for working stdalign.h... yes unit-oai-hss-0: 11:49:52 DEBUG unit.oai-hss/0.install checking for va_copy... yes unit-oai-hss-0: 11:49:52 DEBUG unit.oai-hss/0.install checking whether NULL can be used in arbitrary expressions... yes unit-oai-hss-0: 11:49:52 DEBUG unit.oai-hss/0.install checking whether dprintf is declared without a macro... yes unit-oai-hss-0: 11:49:52 DEBUG unit.oai-hss/0.install checking whether fpurge is declared without a macro... no unit-oai-hss-0: 11:49:52 DEBUG unit.oai-hss/0.install checking whether fseeko is declared without a macro... yes unit-oai-hss-0: 11:49:52 DEBUG unit.oai-hss/0.install checking whether ftello is declared without a macro... yes unit-oai-hss-0: 11:49:52 DEBUG unit.oai-hss/0.install checking whether getdelim is declared without a macro... yes unit-oai-hss-0: 11:49:52 DEBUG unit.oai-hss/0.install checking whether getline is declared without a macro... yes unit-oai-hss-0: 11:49:53 DEBUG unit.oai-hss/0.install checking whether gets is declared without a macro... no unit-oai-hss-0: 11:49:53 DEBUG unit.oai-hss/0.install checking whether pclose is declared without a macro... yes unit-oai-hss-0: 11:49:53 DEBUG unit.oai-hss/0.install checking whether popen is declared without a macro... yes unit-oai-hss-0: 11:49:53 DEBUG unit.oai-hss/0.install checking whether renameat is declared without a macro... yes unit-oai-hss-0: 11:49:53 DEBUG unit.oai-hss/0.install checking whether snprintf is declared without a macro... yes unit-oai-hss-0: 11:49:53 DEBUG unit.oai-hss/0.install checking whether tmpfile is declared without a macro... yes unit-oai-hss-0: 11:49:53 DEBUG unit.oai-hss/0.install checking whether vdprintf is declared without a macro... yes unit-oai-hss-0: 11:49:53 DEBUG unit.oai-hss/0.install checking whether vsnprintf is declared without a macro... yes unit-oai-hss-0: 11:49:53 DEBUG unit.oai-hss/0.install checking whether _Exit is declared without a macro... yes unit-oai-hss-0: 11:49:53 DEBUG unit.oai-hss/0.install checking whether atoll is declared without a macro... yes unit-oai-hss-0: 11:49:53 DEBUG unit.oai-hss/0.install checking whether canonicalize_file_name is declared without a macro... yes unit-oai-hss-0: 11:49:53 DEBUG unit.oai-hss/0.install checking whether getloadavg is declared without a macro... yes unit-oai-hss-0: 11:49:53 DEBUG unit.oai-hss/0.install checking whether getsubopt is declared without a macro... yes unit-oai-hss-0: 11:49:53 DEBUG unit.oai-hss/0.install checking whether grantpt is declared without a macro... yes unit-oai-hss-0: 11:49:53 DEBUG unit.oai-hss/0.install checking whether initstate is declared without a macro... yes unit-oai-hss-0: 11:49:53 DEBUG unit.oai-hss/0.install checking whether initstate_r is declared without a macro... yes unit-oai-hss-0: 11:49:53 DEBUG unit.oai-hss/0.install checking whether mkdtemp is declared without a macro... yes unit-oai-hss-0: 11:49:53 DEBUG unit.oai-hss/0.install checking whether mkostemp is declared without a macro... yes unit-oai-hss-0: 11:49:53 DEBUG unit.oai-hss/0.install checking whether mkostemps is declared without a macro... yes unit-oai-hss-0: 11:49:53 DEBUG unit.oai-hss/0.install checking whether mkstemp is declared without a macro... yes unit-oai-hss-0: 11:49:53 DEBUG unit.oai-hss/0.install checking whether mkstemps is declared without a macro... yes unit-oai-hss-0: 11:49:53 DEBUG unit.oai-hss/0.install checking whether posix_openpt is declared without a macro... yes unit-oai-hss-0: 11:49:53 DEBUG unit.oai-hss/0.install checking whether ptsname is declared without a macro... yes unit-oai-hss-0: 11:49:53 DEBUG unit.oai-hss/0.install checking whether ptsname_r is declared without a macro... yes unit-oai-hss-0: 11:49:53 DEBUG unit.oai-hss/0.install checking whether random is declared without a macro... yes unit-oai-hss-0: 11:49:53 DEBUG unit.oai-hss/0.install checking whether random_r is declared without a macro... yes unit-oai-hss-0: 11:49:53 DEBUG unit.oai-hss/0.install checking whether realpath is declared without a macro... yes unit-oai-hss-0: 11:49:53 DEBUG unit.oai-hss/0.install checking whether rpmatch is declared without a macro... yes unit-oai-hss-0: 11:49:53 DEBUG unit.oai-hss/0.install checking whether secure_getenv is declared without a macro... yes unit-oai-hss-0: 11:49:53 DEBUG unit.oai-hss/0.install checking whether setenv is declared without a macro... yes unit-oai-hss-0: 11:49:53 DEBUG unit.oai-hss/0.install checking whether setstate is declared without a macro... yes unit-oai-hss-0: 11:49:53 DEBUG unit.oai-hss/0.install checking whether setstate_r is declared without a macro... yes unit-oai-hss-0: 11:49:53 DEBUG unit.oai-hss/0.install checking whether srandom is declared without a macro... yes unit-oai-hss-0: 11:49:53 DEBUG unit.oai-hss/0.install checking whether srandom_r is declared without a macro... yes unit-oai-hss-0: 11:49:53 DEBUG unit.oai-hss/0.install checking whether strtod is declared without a macro... yes unit-oai-hss-0: 11:49:53 DEBUG unit.oai-hss/0.install checking whether strtoll is declared without a macro... yes unit-oai-hss-0: 11:49:53 DEBUG unit.oai-hss/0.install checking whether strtoull is declared without a macro... yes unit-oai-hss-0: 11:49:53 DEBUG unit.oai-hss/0.install checking whether unlockpt is declared without a macro... yes unit-oai-hss-0: 11:49:53 DEBUG unit.oai-hss/0.install checking whether unsetenv is declared without a macro... yes unit-oai-hss-0: 11:49:53 DEBUG unit.oai-hss/0.install checking for strcasecmp... yes unit-oai-hss-0: 11:49:53 DEBUG unit.oai-hss/0.install checking for strncasecmp... yes unit-oai-hss-0: 11:49:53 DEBUG unit.oai-hss/0.install checking whether strncasecmp is declared... (cached) yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking for strchrnul... yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking whether strchrnul works... yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking for working strerror function... yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking for working strndup... yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking for working strnlen... yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking for strtok_r... yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking whether strtok_r works... yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking for strverscmp... yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking whether is self-contained... (cached) yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking whether pselect is declared without a macro... (cached) yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking whether select is declared without a macro... (cached) yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking whether is self-contained... (cached) yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking for shutdown... (cached) yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking whether defines the SHUT_* macros... (cached) yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage... (cached) yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking for sa_family_t... (cached) yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage.ss_family... (cached) yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking whether socket is declared without a macro... (cached) yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking whether connect is declared without a macro... (cached) yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking whether accept is declared without a macro... (cached) yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking whether bind is declared without a macro... (cached) yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking whether getpeername is declared without a macro... (cached) yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking whether getsockname is declared without a macro... (cached) yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking whether getsockopt is declared without a macro... (cached) yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking whether listen is declared without a macro... (cached) yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking whether recv is declared without a macro... (cached) yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking whether send is declared without a macro... (cached) yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking whether recvfrom is declared without a macro... (cached) yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking whether sendto is declared without a macro... (cached) yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking whether setsockopt is declared without a macro... (cached) yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking whether shutdown is declared without a macro... (cached) yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking whether accept4 is declared without a macro... (cached) yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking for nlink_t... (cached) yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking whether fchmodat is declared without a macro... (cached) yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking whether fstat is declared without a macro... (cached) yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking whether fstatat is declared without a macro... (cached) yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking whether futimens is declared without a macro... (cached) yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking whether lchmod is declared without a macro... (cached) yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking whether lstat is declared without a macro... (cached) yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking whether mkdirat is declared without a macro... (cached) yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking whether mkfifo is declared without a macro... (cached) yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking whether mkfifoat is declared without a macro... (cached) yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking whether mknod is declared without a macro... (cached) yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking whether mknodat is declared without a macro... (cached) yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking whether stat is declared without a macro... (cached) yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking whether utimensat is declared without a macro... (cached) yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking whether localtime_r is declared... yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking whether localtime_r is compatible with its POSIX signature... yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking for library containing timer_settime... -lrt unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking for timer_settime... yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking whether chdir is declared without a macro... yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking whether chown is declared without a macro... yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking whether dup is declared without a macro... yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking whether dup2 is declared without a macro... yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking whether dup3 is declared without a macro... yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking whether environ is declared without a macro... yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking whether euidaccess is declared without a macro... yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking whether faccessat is declared without a macro... yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking whether fchdir is declared without a macro... yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking whether fchownat is declared without a macro... yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking whether fdatasync is declared without a macro... yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking whether fsync is declared without a macro... yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking whether ftruncate is declared without a macro... yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking whether getcwd is declared without a macro... yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking whether getdomainname is declared without a macro... yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking whether getdtablesize is declared without a macro... yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking whether getgroups is declared without a macro... yes unit-oai-hss-0: 11:49:54 DEBUG unit.oai-hss/0.install checking whether gethostname is declared without a macro... yes unit-oai-hss-0: 11:49:55 DEBUG unit.oai-hss/0.install checking whether getlogin is declared without a macro... yes unit-oai-hss-0: 11:49:55 DEBUG unit.oai-hss/0.install checking whether getlogin_r is declared without a macro... yes unit-oai-hss-0: 11:49:55 DEBUG unit.oai-hss/0.install checking whether getpagesize is declared without a macro... yes unit-oai-hss-0: 11:49:55 DEBUG unit.oai-hss/0.install checking whether getusershell is declared without a macro... yes unit-oai-hss-0: 11:49:55 DEBUG unit.oai-hss/0.install checking whether setusershell is declared without a macro... yes unit-oai-hss-0: 11:49:55 DEBUG unit.oai-hss/0.install checking whether endusershell is declared without a macro... yes unit-oai-hss-0: 11:49:55 DEBUG unit.oai-hss/0.install checking whether group_member is declared without a macro... yes unit-oai-hss-0: 11:49:55 DEBUG unit.oai-hss/0.install checking whether isatty is declared without a macro... yes unit-oai-hss-0: 11:49:55 DEBUG unit.oai-hss/0.install checking whether lchown is declared without a macro... yes unit-oai-hss-0: 11:49:55 DEBUG unit.oai-hss/0.install checking whether link is declared without a macro... yes unit-oai-hss-0: 11:49:55 DEBUG unit.oai-hss/0.install checking whether linkat is declared without a macro... yes unit-oai-hss-0: 11:49:55 DEBUG unit.oai-hss/0.install checking whether lseek is declared without a macro... yes unit-oai-hss-0: 11:49:55 DEBUG unit.oai-hss/0.install checking whether pipe is declared without a macro... yes unit-oai-hss-0: 11:49:55 DEBUG unit.oai-hss/0.install checking whether pipe2 is declared without a macro... yes unit-oai-hss-0: 11:49:55 DEBUG unit.oai-hss/0.install checking whether pread is declared without a macro... yes unit-oai-hss-0: 11:49:55 DEBUG unit.oai-hss/0.install checking whether pwrite is declared without a macro... yes unit-oai-hss-0: 11:49:55 DEBUG unit.oai-hss/0.install checking whether readlink is declared without a macro... yes unit-oai-hss-0: 11:49:55 DEBUG unit.oai-hss/0.install checking whether readlinkat is declared without a macro... yes unit-oai-hss-0: 11:49:55 DEBUG unit.oai-hss/0.install checking whether rmdir is declared without a macro... yes unit-oai-hss-0: 11:49:55 DEBUG unit.oai-hss/0.install checking whether sethostname is declared without a macro... yes unit-oai-hss-0: 11:49:55 DEBUG unit.oai-hss/0.install checking whether sleep is declared without a macro... yes unit-oai-hss-0: 11:49:55 DEBUG unit.oai-hss/0.install checking whether symlink is declared without a macro... yes unit-oai-hss-0: 11:49:55 DEBUG unit.oai-hss/0.install checking whether symlinkat is declared without a macro... yes unit-oai-hss-0: 11:49:55 DEBUG unit.oai-hss/0.install checking whether ttyname_r is declared without a macro... yes unit-oai-hss-0: 11:49:55 DEBUG unit.oai-hss/0.install checking whether unlink is declared without a macro... yes unit-oai-hss-0: 11:49:55 DEBUG unit.oai-hss/0.install checking whether unlinkat is declared without a macro... yes unit-oai-hss-0: 11:49:55 DEBUG unit.oai-hss/0.install checking whether usleep is declared without a macro... yes unit-oai-hss-0: 11:49:55 DEBUG unit.oai-hss/0.install checking for valgrind... no unit-oai-hss-0: 11:49:55 DEBUG unit.oai-hss/0.install checking whether self tests are run under valgrind... no unit-oai-hss-0: 11:49:55 DEBUG unit.oai-hss/0.install checking for ptrdiff_t... yes unit-oai-hss-0: 11:49:55 DEBUG unit.oai-hss/0.install checking for vasprintf... yes unit-oai-hss-0: 11:49:55 DEBUG unit.oai-hss/0.install checking for ptrdiff_t... (cached) yes unit-oai-hss-0: 11:49:55 DEBUG unit.oai-hss/0.install checking for vsnprintf... yes unit-oai-hss-0: 11:49:55 DEBUG unit.oai-hss/0.install checking whether snprintf respects a size of 1... (cached) yes unit-oai-hss-0: 11:49:55 DEBUG unit.oai-hss/0.install checking whether printf supports POSIX/XSI format strings with positions... (cached) yes unit-oai-hss-0: 11:49:55 DEBUG unit.oai-hss/0.install checking whether btowc is declared without a macro... yes unit-oai-hss-0: 11:49:55 DEBUG unit.oai-hss/0.install checking whether wctob is declared without a macro... yes unit-oai-hss-0: 11:49:55 DEBUG unit.oai-hss/0.install checking whether mbsinit is declared without a macro... yes unit-oai-hss-0: 11:49:55 DEBUG unit.oai-hss/0.install checking whether mbrtowc is declared without a macro... yes unit-oai-hss-0: 11:49:55 DEBUG unit.oai-hss/0.install checking whether mbrlen is declared without a macro... yes unit-oai-hss-0: 11:49:55 DEBUG unit.oai-hss/0.install checking whether mbsrtowcs is declared without a macro... yes unit-oai-hss-0: 11:49:55 DEBUG unit.oai-hss/0.install checking whether mbsnrtowcs is declared without a macro... yes unit-oai-hss-0: 11:49:55 DEBUG unit.oai-hss/0.install checking whether wcrtomb is declared without a macro... yes unit-oai-hss-0: 11:49:55 DEBUG unit.oai-hss/0.install checking whether wcsrtombs is declared without a macro... yes unit-oai-hss-0: 11:49:56 DEBUG unit.oai-hss/0.install checking whether wcsnrtombs is declared without a macro... yes unit-oai-hss-0: 11:49:56 DEBUG unit.oai-hss/0.install checking whether wcwidth is declared without a macro... yes unit-oai-hss-0: 11:49:56 DEBUG unit.oai-hss/0.install checking whether wmemchr is declared without a macro... yes unit-oai-hss-0: 11:49:56 DEBUG unit.oai-hss/0.install checking whether wmemcmp is declared without a macro... yes unit-oai-hss-0: 11:49:56 DEBUG unit.oai-hss/0.install checking whether wmemcpy is declared without a macro... yes unit-oai-hss-0: 11:49:56 DEBUG unit.oai-hss/0.install checking whether wmemmove is declared without a macro... yes unit-oai-hss-0: 11:49:56 DEBUG unit.oai-hss/0.install checking whether wmemset is declared without a macro... yes unit-oai-hss-0: 11:49:56 DEBUG unit.oai-hss/0.install checking whether wcslen is declared without a macro... yes unit-oai-hss-0: 11:49:56 DEBUG unit.oai-hss/0.install checking whether wcsnlen is declared without a macro... yes unit-oai-hss-0: 11:49:56 DEBUG unit.oai-hss/0.install checking whether wcscpy is declared without a macro... yes unit-oai-hss-0: 11:49:56 DEBUG unit.oai-hss/0.install checking whether wcpcpy is declared without a macro... yes unit-oai-hss-0: 11:49:56 DEBUG unit.oai-hss/0.install checking whether wcsncpy is declared without a macro... yes unit-oai-hss-0: 11:49:56 DEBUG unit.oai-hss/0.install checking whether wcpncpy is declared without a macro... yes unit-oai-hss-0: 11:49:56 DEBUG unit.oai-hss/0.install checking whether wcscat is declared without a macro... yes unit-oai-hss-0: 11:49:56 DEBUG unit.oai-hss/0.install checking whether wcsncat is declared without a macro... yes unit-oai-hss-0: 11:49:56 DEBUG unit.oai-hss/0.install checking whether wcscmp is declared without a macro... yes unit-oai-hss-0: 11:49:56 DEBUG unit.oai-hss/0.install checking whether wcsncmp is declared without a macro... yes unit-oai-hss-0: 11:49:56 DEBUG unit.oai-hss/0.install checking whether wcscasecmp is declared without a macro... yes unit-oai-hss-0: 11:49:56 DEBUG unit.oai-hss/0.install checking whether wcsncasecmp is declared without a macro... yes unit-oai-hss-0: 11:49:56 DEBUG unit.oai-hss/0.install checking whether wcscoll is declared without a macro... yes unit-oai-hss-0: 11:49:56 DEBUG unit.oai-hss/0.install checking whether wcsxfrm is declared without a macro... yes unit-oai-hss-0: 11:49:56 DEBUG unit.oai-hss/0.install checking whether wcsdup is declared without a macro... yes unit-oai-hss-0: 11:49:56 DEBUG unit.oai-hss/0.install checking whether wcschr is declared without a macro... yes unit-oai-hss-0: 11:49:56 DEBUG unit.oai-hss/0.install checking whether wcsrchr is declared without a macro... yes unit-oai-hss-0: 11:49:56 DEBUG unit.oai-hss/0.install checking whether wcscspn is declared without a macro... yes unit-oai-hss-0: 11:49:56 DEBUG unit.oai-hss/0.install checking whether wcsspn is declared without a macro... yes unit-oai-hss-0: 11:49:56 DEBUG unit.oai-hss/0.install checking whether wcspbrk is declared without a macro... yes unit-oai-hss-0: 11:49:56 DEBUG unit.oai-hss/0.install checking whether wcsstr is declared without a macro... yes unit-oai-hss-0: 11:49:56 DEBUG unit.oai-hss/0.install checking whether wcstok is declared without a macro... yes unit-oai-hss-0: 11:49:56 DEBUG unit.oai-hss/0.install checking whether wcswidth is declared without a macro... yes unit-oai-hss-0: 11:49:56 DEBUG unit.oai-hss/0.install checking for stdint.h... (cached) yes unit-oai-hss-0: 11:49:56 DEBUG unit.oai-hss/0.install checking for a traditional french locale... none unit-oai-hss-0: 11:49:56 DEBUG unit.oai-hss/0.install checking for a turkish Unicode locale... none unit-oai-hss-0: 11:49:56 DEBUG unit.oai-hss/0.install checking whether fcntl is declared without a macro... yes unit-oai-hss-0: 11:49:56 DEBUG unit.oai-hss/0.install checking whether openat is declared without a macro... yes unit-oai-hss-0: 11:49:56 DEBUG unit.oai-hss/0.install checking whether fdopen sets errno... yes unit-oai-hss-0: 11:49:57 DEBUG unit.oai-hss/0.install checking whether getdtablesize works... yes unit-oai-hss-0: 11:49:57 DEBUG unit.oai-hss/0.install checking for getpagesize... yes unit-oai-hss-0: 11:49:57 DEBUG unit.oai-hss/0.install checking whether getpagesize is declared... (cached) yes unit-oai-hss-0: 11:49:57 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... (cached) no unit-oai-hss-0: 11:49:57 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... (cached) no unit-oai-hss-0: 11:49:57 DEBUG unit.oai-hss/0.install checking whether INT32_MAX < INTMAX_MAX... yes unit-oai-hss-0: 11:49:57 DEBUG unit.oai-hss/0.install checking whether INT64_MAX == LONG_MAX... yes unit-oai-hss-0: 11:49:57 DEBUG unit.oai-hss/0.install checking whether UINT32_MAX < UINTMAX_MAX... yes unit-oai-hss-0: 11:49:57 DEBUG unit.oai-hss/0.install checking whether UINT64_MAX == ULONG_MAX... yes unit-oai-hss-0: 11:49:57 DEBUG unit.oai-hss/0.install checking for ioctl... yes unit-oai-hss-0: 11:49:57 DEBUG unit.oai-hss/0.install checking for ioctl with POSIX signature... no unit-oai-hss-0: 11:49:57 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'double'... (cached) word 1 bit 20 unit-oai-hss-0: 11:49:57 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'float'... (cached) word 0 bit 23 unit-oai-hss-0: 11:49:57 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: 11:49:57 DEBUG unit.oai-hss/0.install checking whether locale.h conforms to POSIX:2001... yes unit-oai-hss-0: 11:49:57 DEBUG unit.oai-hss/0.install checking whether locale.h defines locale_t... yes unit-oai-hss-0: 11:49:57 DEBUG unit.oai-hss/0.install checking whether struct lconv is properly defined... yes unit-oai-hss-0: 11:49:57 DEBUG unit.oai-hss/0.install checking whether setlocale is declared without a macro... yes unit-oai-hss-0: 11:49:57 DEBUG unit.oai-hss/0.install checking whether duplocale is declared without a macro... yes unit-oai-hss-0: 11:49:57 DEBUG unit.oai-hss/0.install checking for setlocale... yes unit-oai-hss-0: 11:49:57 DEBUG unit.oai-hss/0.install checking for uselocale... yes unit-oai-hss-0: 11:49:57 DEBUG unit.oai-hss/0.install checking for pthread_rwlock_t... yes unit-oai-hss-0: 11:49:57 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 11:49:57 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-oai-hss-0: 11:49:57 DEBUG unit.oai-hss/0.install checking whether open recognizes a trailing slash... yes unit-oai-hss-0: 11:49:57 DEBUG unit.oai-hss/0.install checking whether perror matches strerror... yes unit-oai-hss-0: 11:49:57 DEBUG unit.oai-hss/0.install checking for putenv compatible with GNU and SVID... yes unit-oai-hss-0: 11:49:57 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 11:49:57 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-oai-hss-0: 11:49:57 DEBUG unit.oai-hss/0.install checking whether setenv validates arguments... yes unit-oai-hss-0: 11:49:57 DEBUG unit.oai-hss/0.install checking for a traditional french locale... (cached) none unit-oai-hss-0: 11:49:57 DEBUG unit.oai-hss/0.install checking for a french Unicode locale... none unit-oai-hss-0: 11:49:57 DEBUG unit.oai-hss/0.install checking for a traditional japanese locale... none unit-oai-hss-0: 11:49:57 DEBUG unit.oai-hss/0.install checking for a transitional chinese locale... none unit-oai-hss-0: 11:49:57 DEBUG unit.oai-hss/0.install checking whether stat handles trailing slashes on directories... yes unit-oai-hss-0: 11:49:57 DEBUG unit.oai-hss/0.install checking whether stat handles trailing slashes on files... yes unit-oai-hss-0: 11:49:57 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 11:49:57 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-oai-hss-0: 11:49:57 DEBUG unit.oai-hss/0.install checking whether symlink handles trailing slash correctly... yes unit-oai-hss-0: 11:49:57 DEBUG unit.oai-hss/0.install checking whether declares ioctl... yes unit-oai-hss-0: 11:49:57 DEBUG unit.oai-hss/0.install checking whether ioctl is declared without a macro... yes unit-oai-hss-0: 11:49:57 DEBUG unit.oai-hss/0.install checking for unsetenv... yes unit-oai-hss-0: 11:49:57 DEBUG unit.oai-hss/0.install checking for unsetenv() return type... int unit-oai-hss-0: 11:49:57 DEBUG unit.oai-hss/0.install checking whether unsetenv obeys POSIX... yes unit-oai-hss-0: 11:49:57 DEBUG unit.oai-hss/0.install checking for valgrind... no unit-oai-hss-0: 11:49:57 DEBUG unit.oai-hss/0.install checking whether self tests are run under valgrind... no unit-oai-hss-0: 11:49:57 DEBUG unit.oai-hss/0.install checking whether ln -s works... yes unit-oai-hss-0: 11:49:57 DEBUG unit.oai-hss/0.install checking how to print strings... printf unit-oai-hss-0: 11:49:57 DEBUG unit.oai-hss/0.install checking for a sed that does not truncate output... /bin/sed unit-oai-hss-0: 11:49:57 DEBUG unit.oai-hss/0.install checking for fgrep... /bin/grep -F unit-oai-hss-0: 11:49:57 DEBUG unit.oai-hss/0.install checking for ld used by gcc -std=gnu99... /usr/bin/ld unit-oai-hss-0: 11:49:57 DEBUG unit.oai-hss/0.install checking if the linker (/usr/bin/ld) is GNU ld... yes unit-oai-hss-0: 11:49:57 DEBUG unit.oai-hss/0.install checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B unit-oai-hss-0: 11:49:57 DEBUG unit.oai-hss/0.install checking the name lister (/usr/bin/nm -B) interface... BSD nm unit-oai-hss-0: 11:49:57 DEBUG unit.oai-hss/0.install checking the maximum length of command line arguments... 1572864 unit-oai-hss-0: 11:49:57 DEBUG unit.oai-hss/0.install checking whether the shell understands some XSI constructs... yes unit-oai-hss-0: 11:49:57 DEBUG unit.oai-hss/0.install checking whether the shell understands "+="... yes unit-oai-hss-0: 11:49:57 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: 11:49:57 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: 11:49:57 DEBUG unit.oai-hss/0.install checking for /usr/bin/ld option to reload object files... -r unit-oai-hss-0: 11:49:57 DEBUG unit.oai-hss/0.install checking for objdump... objdump unit-oai-hss-0: 11:49:57 DEBUG unit.oai-hss/0.install checking how to recognize dependent libraries... pass_all unit-oai-hss-0: 11:49:57 DEBUG unit.oai-hss/0.install checking for dlltool... dlltool unit-oai-hss-0: 11:49:57 DEBUG unit.oai-hss/0.install checking how to associate runtime and link libraries... printf %s\n unit-oai-hss-0: 11:49:57 DEBUG unit.oai-hss/0.install checking for archiver @FILE support... @ unit-oai-hss-0: 11:49:57 DEBUG unit.oai-hss/0.install checking for strip... strip unit-oai-hss-0: 11:49:57 DEBUG unit.oai-hss/0.install checking for ranlib... (cached) ranlib unit-oai-hss-0: 11:49:58 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: 11:49:58 DEBUG unit.oai-hss/0.install checking for sysroot... no unit-oai-hss-0: 11:49:58 DEBUG unit.oai-hss/0.install checking for mt... mt unit-oai-hss-0: 11:49:58 DEBUG unit.oai-hss/0.install checking if mt is a manifest tool... no unit-oai-hss-0: 11:49:58 DEBUG unit.oai-hss/0.install checking for dlfcn.h... yes unit-oai-hss-0: 11:49:58 DEBUG unit.oai-hss/0.install checking for objdir... .libs unit-oai-hss-0: 11:49:58 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no unit-oai-hss-0: 11:49:58 DEBUG unit.oai-hss/0.install checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC unit-oai-hss-0: 11:49:58 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes unit-oai-hss-0: 11:49:58 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 static flag -static works... yes unit-oai-hss-0: 11:49:58 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 supports -c -o file.o... yes unit-oai-hss-0: 11:49:58 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes unit-oai-hss-0: 11:49:58 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: 11:49:58 DEBUG unit.oai-hss/0.install checking whether -lc should be explicitly linked in... no unit-oai-hss-0: 11:49:58 DEBUG unit.oai-hss/0.install checking dynamic linker characteristics... GNU/Linux ld.so unit-oai-hss-0: 11:49:58 DEBUG unit.oai-hss/0.install checking how to hardcode library paths into programs... immediate unit-oai-hss-0: 11:49:58 DEBUG unit.oai-hss/0.install checking whether stripping libraries is possible... yes unit-oai-hss-0: 11:49:58 DEBUG unit.oai-hss/0.install checking if libtool supports shared libraries... yes unit-oai-hss-0: 11:49:58 DEBUG unit.oai-hss/0.install checking whether to build shared libraries... yes unit-oai-hss-0: 11:49:58 DEBUG unit.oai-hss/0.install checking whether to build static libraries... yes unit-oai-hss-0: 11:49:58 DEBUG unit.oai-hss/0.install checking how to run the C++ preprocessor... g++ -E unit-oai-hss-0: 11:49:58 DEBUG unit.oai-hss/0.install checking for ld used by g++... /usr/bin/ld -m elf_x86_64 unit-oai-hss-0: 11:49:58 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: 11:49:58 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: 11:49:58 DEBUG unit.oai-hss/0.install checking for g++ option to produce PIC... -fPIC -DPIC unit-oai-hss-0: 11:49:58 DEBUG unit.oai-hss/0.install checking if g++ PIC flag -fPIC -DPIC works... yes unit-oai-hss-0: 11:49:58 DEBUG unit.oai-hss/0.install checking if g++ static flag -static works... yes unit-oai-hss-0: 11:49:58 DEBUG unit.oai-hss/0.install checking if g++ supports -c -o file.o... yes unit-oai-hss-0: 11:49:58 DEBUG unit.oai-hss/0.install checking if g++ supports -c -o file.o... (cached) yes unit-oai-hss-0: 11:49:58 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: 11:49:58 DEBUG unit.oai-hss/0.install checking dynamic linker characteristics... (cached) GNU/Linux ld.so unit-oai-hss-0: 11:49:58 DEBUG unit.oai-hss/0.install checking how to hardcode library paths into programs... immediate unit-oai-hss-0: 11:49:58 DEBUG unit.oai-hss/0.install checking for fork... yes unit-oai-hss-0: 11:49:58 DEBUG unit.oai-hss/0.install checking for getrusage... yes unit-oai-hss-0: 11:49:58 DEBUG unit.oai-hss/0.install checking for getpwuid_r... yes unit-oai-hss-0: 11:49:58 DEBUG unit.oai-hss/0.install checking for daemon... yes unit-oai-hss-0: 11:49:58 DEBUG unit.oai-hss/0.install checking for getpid... yes unit-oai-hss-0: 11:49:58 DEBUG unit.oai-hss/0.install checking for libpthread... yes unit-oai-hss-0: 11:49:58 DEBUG unit.oai-hss/0.install checking how to link with libpthread... -lpthread unit-oai-hss-0: 11:49:58 DEBUG unit.oai-hss/0.install checking whether to build libdane... yes unit-oai-hss-0: 11:49:58 DEBUG unit.oai-hss/0.install checking for unbound library... no unit-oai-hss-0: 11:49:58 DEBUG unit.oai-hss/0.install configure: WARNING: unit-oai-hss-0: 11:49:58 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 11:49:58 DEBUG unit.oai-hss/0.install *** libunbound was not found. Libdane will not be built. unit-oai-hss-0: 11:49:58 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 11:49:58 DEBUG unit.oai-hss/0.install checking for P11_KIT... yes unit-oai-hss-0: 11:49:58 DEBUG unit.oai-hss/0.install checking for tss library... yes unit-oai-hss-0: 11:49:58 DEBUG unit.oai-hss/0.install checking for dirent.h that defines DIR... yes unit-oai-hss-0: 11:49:58 DEBUG unit.oai-hss/0.install checking for library containing opendir... none required unit-oai-hss-0: 11:49:58 DEBUG unit.oai-hss/0.install checking for sys/mman.h... (cached) yes unit-oai-hss-0: 11:49:58 DEBUG unit.oai-hss/0.install checking for sys/param.h... (cached) yes unit-oai-hss-0: 11:49:58 DEBUG unit.oai-hss/0.install checking sys/poll.h usability... yes unit-oai-hss-0: 11:49:58 DEBUG unit.oai-hss/0.install checking sys/poll.h presence... yes unit-oai-hss-0: 11:49:58 DEBUG unit.oai-hss/0.install checking for sys/poll.h... yes unit-oai-hss-0: 11:49:58 DEBUG unit.oai-hss/0.install checking sys/procset.h usability... no unit-oai-hss-0: 11:49:58 DEBUG unit.oai-hss/0.install checking sys/procset.h presence... no unit-oai-hss-0: 11:49:58 DEBUG unit.oai-hss/0.install checking for sys/procset.h... no unit-oai-hss-0: 11:49:58 DEBUG unit.oai-hss/0.install checking for sys/select.h... (cached) yes unit-oai-hss-0: 11:49:58 DEBUG unit.oai-hss/0.install checking for sys/socket.h... (cached) yes unit-oai-hss-0: 11:49:59 DEBUG unit.oai-hss/0.install checking sys/stropts.h usability... yes unit-oai-hss-0: 11:49:59 DEBUG unit.oai-hss/0.install checking sys/stropts.h presence... yes unit-oai-hss-0: 11:49:59 DEBUG unit.oai-hss/0.install checking for sys/stropts.h... yes unit-oai-hss-0: 11:49:59 DEBUG unit.oai-hss/0.install checking for sys/time.h... (cached) yes unit-oai-hss-0: 11:49:59 DEBUG unit.oai-hss/0.install checking sys/un.h usability... yes unit-oai-hss-0: 11:49:59 DEBUG unit.oai-hss/0.install checking sys/un.h presence... yes unit-oai-hss-0: 11:49:59 DEBUG unit.oai-hss/0.install checking for sys/un.h... yes unit-oai-hss-0: 11:49:59 DEBUG unit.oai-hss/0.install checking for sys/wait.h... (cached) yes unit-oai-hss-0: 11:49:59 DEBUG unit.oai-hss/0.install checking for dlfcn.h... (cached) yes unit-oai-hss-0: 11:49:59 DEBUG unit.oai-hss/0.install checking errno.h usability... yes unit-oai-hss-0: 11:49:59 DEBUG unit.oai-hss/0.install checking errno.h presence... yes unit-oai-hss-0: 11:49:59 DEBUG unit.oai-hss/0.install checking for errno.h... yes unit-oai-hss-0: 11:49:59 DEBUG unit.oai-hss/0.install checking fcntl.h usability... yes unit-oai-hss-0: 11:49:59 DEBUG unit.oai-hss/0.install checking fcntl.h presence... yes unit-oai-hss-0: 11:49:59 DEBUG unit.oai-hss/0.install checking for fcntl.h... yes unit-oai-hss-0: 11:49:59 DEBUG unit.oai-hss/0.install checking libgen.h usability... yes unit-oai-hss-0: 11:49:59 DEBUG unit.oai-hss/0.install checking libgen.h presence... yes unit-oai-hss-0: 11:49:59 DEBUG unit.oai-hss/0.install checking for libgen.h... yes unit-oai-hss-0: 11:49:59 DEBUG unit.oai-hss/0.install checking libintl.h usability... yes unit-oai-hss-0: 11:49:59 DEBUG unit.oai-hss/0.install checking libintl.h presence... yes unit-oai-hss-0: 11:49:59 DEBUG unit.oai-hss/0.install checking for libintl.h... yes unit-oai-hss-0: 11:49:59 DEBUG unit.oai-hss/0.install checking for memory.h... (cached) yes unit-oai-hss-0: 11:49:59 DEBUG unit.oai-hss/0.install checking for netinet/in.h... (cached) yes unit-oai-hss-0: 11:49:59 DEBUG unit.oai-hss/0.install checking setjmp.h usability... yes unit-oai-hss-0: 11:49:59 DEBUG unit.oai-hss/0.install checking setjmp.h presence... yes unit-oai-hss-0: 11:49:59 DEBUG unit.oai-hss/0.install checking for setjmp.h... yes unit-oai-hss-0: 11:49:59 DEBUG unit.oai-hss/0.install checking for stdbool.h... (cached) yes unit-oai-hss-0: 11:49:59 DEBUG unit.oai-hss/0.install checking for sysexits.h... (cached) yes unit-oai-hss-0: 11:49:59 DEBUG unit.oai-hss/0.install checking for unistd.h... (cached) yes unit-oai-hss-0: 11:49:59 DEBUG unit.oai-hss/0.install checking utime.h usability... yes unit-oai-hss-0: 11:49:59 DEBUG unit.oai-hss/0.install checking utime.h presence... yes unit-oai-hss-0: 11:49:59 DEBUG unit.oai-hss/0.install checking for utime.h... yes unit-oai-hss-0: 11:49:59 DEBUG unit.oai-hss/0.install checking stdarg.h usability... yes unit-oai-hss-0: 11:49:59 DEBUG unit.oai-hss/0.install checking stdarg.h presence... yes unit-oai-hss-0: 11:49:59 DEBUG unit.oai-hss/0.install checking for stdarg.h... yes unit-oai-hss-0: 11:49:59 DEBUG unit.oai-hss/0.install checking for string.h... (cached) yes unit-oai-hss-0: 11:49:59 DEBUG unit.oai-hss/0.install checking limits.h usability... yes unit-oai-hss-0: 11:49:59 DEBUG unit.oai-hss/0.install checking limits.h presence... yes unit-oai-hss-0: 11:49:59 DEBUG unit.oai-hss/0.install checking for limits.h... yes unit-oai-hss-0: 11:49:59 DEBUG unit.oai-hss/0.install checking for inttypes.h... (cached) yes unit-oai-hss-0: 11:49:59 DEBUG unit.oai-hss/0.install checking for runetype.h... no unit-oai-hss-0: 11:49:59 DEBUG unit.oai-hss/0.install checking for wchar.h... (cached) yes unit-oai-hss-0: 11:49:59 DEBUG unit.oai-hss/0.install checking for wchar_t... yes unit-oai-hss-0: 11:49:59 DEBUG unit.oai-hss/0.install checking for wint_t... yes unit-oai-hss-0: 11:49:59 DEBUG unit.oai-hss/0.install checking for int8_t... yes unit-oai-hss-0: 11:49:59 DEBUG unit.oai-hss/0.install checking for uint8_t... yes unit-oai-hss-0: 11:49:59 DEBUG unit.oai-hss/0.install checking for int16_t... yes unit-oai-hss-0: 11:49:59 DEBUG unit.oai-hss/0.install checking for uint16_t... yes unit-oai-hss-0: 11:49:59 DEBUG unit.oai-hss/0.install checking for int32_t... yes unit-oai-hss-0: 11:50:00 DEBUG unit.oai-hss/0.install checking for uint32_t... yes unit-oai-hss-0: 11:50:00 DEBUG unit.oai-hss/0.install checking for intptr_t... yes unit-oai-hss-0: 11:50:00 DEBUG unit.oai-hss/0.install checking for uintptr_t... yes unit-oai-hss-0: 11:50:00 DEBUG unit.oai-hss/0.install checking for uint_t... no unit-oai-hss-0: 11:50:00 DEBUG unit.oai-hss/0.install checking for pid_t... (cached) yes unit-oai-hss-0: 11:50:00 DEBUG unit.oai-hss/0.install checking for size_t... (cached) yes unit-oai-hss-0: 11:50:00 DEBUG unit.oai-hss/0.install checking size of char*... 8 unit-oai-hss-0: 11:50:00 DEBUG unit.oai-hss/0.install checking size of int... (cached) 4 unit-oai-hss-0: 11:50:00 DEBUG unit.oai-hss/0.install checking size of long... (cached) 8 unit-oai-hss-0: 11:50:00 DEBUG unit.oai-hss/0.install checking size of short... 2 unit-oai-hss-0: 11:50:00 DEBUG unit.oai-hss/0.install checking for pathfind in -lgen... no unit-oai-hss-0: 11:50:00 DEBUG unit.oai-hss/0.install checking for gettext in -lintl... no unit-oai-hss-0: 11:50:00 DEBUG unit.oai-hss/0.install checking for vprintf... yes unit-oai-hss-0: 11:50:00 DEBUG unit.oai-hss/0.install checking for _doprnt... no unit-oai-hss-0: 11:50:00 DEBUG unit.oai-hss/0.install checking vfork.h usability... no unit-oai-hss-0: 11:50:00 DEBUG unit.oai-hss/0.install checking vfork.h presence... no unit-oai-hss-0: 11:50:00 DEBUG unit.oai-hss/0.install checking for vfork.h... no unit-oai-hss-0: 11:50:00 DEBUG unit.oai-hss/0.install checking for fork... (cached) yes unit-oai-hss-0: 11:50:00 DEBUG unit.oai-hss/0.install checking for vfork... yes unit-oai-hss-0: 11:50:00 DEBUG unit.oai-hss/0.install checking for working fork... yes unit-oai-hss-0: 11:50:00 DEBUG unit.oai-hss/0.install checking for working vfork... (cached) yes unit-oai-hss-0: 11:50:00 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 11:50:00 DEBUG unit.oai-hss/0.install checking for canonicalize_file_name... yes unit-oai-hss-0: 11:50:00 DEBUG unit.oai-hss/0.install checking for snprintf... (cached) yes unit-oai-hss-0: 11:50:00 DEBUG unit.oai-hss/0.install checking for strdup... (cached) yes unit-oai-hss-0: 11:50:00 DEBUG unit.oai-hss/0.install checking for strchr... yes unit-oai-hss-0: 11:50:00 DEBUG unit.oai-hss/0.install checking for strrchr... yes unit-oai-hss-0: 11:50:00 DEBUG unit.oai-hss/0.install checking for strsignal... yes unit-oai-hss-0: 11:50:00 DEBUG unit.oai-hss/0.install checking for fchmod... yes unit-oai-hss-0: 11:50:00 DEBUG unit.oai-hss/0.install checking for fstat... yes unit-oai-hss-0: 11:50:00 DEBUG unit.oai-hss/0.install checking for chmod... yes unit-oai-hss-0: 11:50:00 DEBUG unit.oai-hss/0.install checking for a sed that does not truncate output... (cached) /bin/sed unit-oai-hss-0: 11:50:00 DEBUG unit.oai-hss/0.install configure: Using supplied libopts tearoff unit-oai-hss-0: 11:50:00 DEBUG unit.oai-hss/0.install checking whether a reg expr header is specified... no unit-oai-hss-0: 11:50:00 DEBUG unit.oai-hss/0.install checking whether with-libregex was specified... no unit-oai-hss-0: 11:50:00 DEBUG unit.oai-hss/0.install checking whether with-libregex-cflags was specified... no unit-oai-hss-0: 11:50:00 DEBUG unit.oai-hss/0.install checking whether with-libregex-libs was specified... no unit-oai-hss-0: 11:50:00 DEBUG unit.oai-hss/0.install checking whether libregex functions properly... yes unit-oai-hss-0: 11:50:00 DEBUG unit.oai-hss/0.install checking whether pathfind(3) works... no unit-oai-hss-0: 11:50:00 DEBUG unit.oai-hss/0.install checking whether /dev/zero is readable device... crw-rw-rw- 1 root root 1, 5 Oct 26 11:37 /dev/zero unit-oai-hss-0: 11:50:00 DEBUG unit.oai-hss/0.install checking whether we have a functional realpath(3C)... yes unit-oai-hss-0: 11:50:00 DEBUG unit.oai-hss/0.install checking whether strftime() works... yes unit-oai-hss-0: 11:50:00 DEBUG unit.oai-hss/0.install checking whether fopen accepts "b" mode... yes unit-oai-hss-0: 11:50:01 DEBUG unit.oai-hss/0.install checking whether fopen accepts "t" mode... yes unit-oai-hss-0: 11:50:01 DEBUG unit.oai-hss/0.install checking whether not wanting optional option args... yes unit-oai-hss-0: 11:50:01 DEBUG unit.oai-hss/0.install checking for ssize_t... yes unit-oai-hss-0: 11:50:01 DEBUG unit.oai-hss/0.install checking size of unsigned long int... 8 unit-oai-hss-0: 11:50:01 DEBUG unit.oai-hss/0.install checking size of unsigned int... 4 unit-oai-hss-0: 11:50:01 DEBUG unit.oai-hss/0.install checking whether to include zlib compression support... yes unit-oai-hss-0: 11:50:01 DEBUG unit.oai-hss/0.install checking for libz... yes unit-oai-hss-0: 11:50:01 DEBUG unit.oai-hss/0.install checking how to link with libz... -lz unit-oai-hss-0: 11:50:01 DEBUG unit.oai-hss/0.install checking whether building Guile bindings... yes unit-oai-hss-0: 11:50:01 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 11:50:01 DEBUG unit.oai-hss/0.install *** Detecting GNU Guile... unit-oai-hss-0: 11:50:01 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:50:01 DEBUG unit.oai-hss/0.install checking for guile-snarf... no unit-oai-hss-0: 11:50:01 DEBUG unit.oai-hss/0.install configure: WARNING: `guile-snarf' from Guile 1.8 not found. Guile bindings not built. unit-oai-hss-0: 11:50:01 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 11:50:01 DEBUG unit.oai-hss/0.install *** Checking dependencies for crywrap... unit-oai-hss-0: 11:50:01 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:50:01 DEBUG unit.oai-hss/0.install checking for arpa/inet.h... (cached) yes unit-oai-hss-0: 11:50:01 DEBUG unit.oai-hss/0.install checking for netinet/in.h... (cached) yes unit-oai-hss-0: 11:50:01 DEBUG unit.oai-hss/0.install checking for sys/select.h... (cached) yes unit-oai-hss-0: 11:50:01 DEBUG unit.oai-hss/0.install checking for sys/types.h... (cached) yes unit-oai-hss-0: 11:50:01 DEBUG unit.oai-hss/0.install checking for sys/wait.h... (cached) yes unit-oai-hss-0: 11:50:01 DEBUG unit.oai-hss/0.install checking return type of signal handlers... void unit-oai-hss-0: 11:50:01 DEBUG unit.oai-hss/0.install checking for sys/select.h... (cached) yes unit-oai-hss-0: 11:50:01 DEBUG unit.oai-hss/0.install checking for sys/socket.h... (cached) yes unit-oai-hss-0: 11:50:01 DEBUG unit.oai-hss/0.install checking types of arguments for select... int,fd_set *,struct timeval * unit-oai-hss-0: 11:50:01 DEBUG unit.oai-hss/0.install checking for alarm... yes unit-oai-hss-0: 11:50:01 DEBUG unit.oai-hss/0.install checking for atexit... yes unit-oai-hss-0: 11:50:01 DEBUG unit.oai-hss/0.install checking for dup2... yes unit-oai-hss-0: 11:50:01 DEBUG unit.oai-hss/0.install checking for epoll_create... yes unit-oai-hss-0: 11:50:01 DEBUG unit.oai-hss/0.install checking for kqueue... no unit-oai-hss-0: 11:50:01 DEBUG unit.oai-hss/0.install checking for memchr... yes unit-oai-hss-0: 11:50:01 DEBUG unit.oai-hss/0.install checking for memset... yes unit-oai-hss-0: 11:50:01 DEBUG unit.oai-hss/0.install checking for munmap... yes unit-oai-hss-0: 11:50:01 DEBUG unit.oai-hss/0.install checking for putenv... yes unit-oai-hss-0: 11:50:01 DEBUG unit.oai-hss/0.install checking for regcomp... yes unit-oai-hss-0: 11:50:01 DEBUG unit.oai-hss/0.install checking for scandir... (cached) yes unit-oai-hss-0: 11:50:01 DEBUG unit.oai-hss/0.install checking for select... yes unit-oai-hss-0: 11:50:01 DEBUG unit.oai-hss/0.install checking for socket... yes unit-oai-hss-0: 11:50:01 DEBUG unit.oai-hss/0.install checking for strcasecmp... (cached) yes unit-oai-hss-0: 11:50:01 DEBUG unit.oai-hss/0.install checking for strchr... (cached) yes unit-oai-hss-0: 11:50:01 DEBUG unit.oai-hss/0.install checking for strdup... (cached) yes unit-oai-hss-0: 11:50:01 DEBUG unit.oai-hss/0.install checking for strerror... yes unit-oai-hss-0: 11:50:01 DEBUG unit.oai-hss/0.install checking for strncasecmp... (cached) yes unit-oai-hss-0: 11:50:01 DEBUG unit.oai-hss/0.install checking for strrchr... (cached) yes unit-oai-hss-0: 11:50:01 DEBUG unit.oai-hss/0.install checking for strstr... yes unit-oai-hss-0: 11:50:01 DEBUG unit.oai-hss/0.install checking for strtoul... yes unit-oai-hss-0: 11:50:01 DEBUG unit.oai-hss/0.install checking for uname... yes unit-oai-hss-0: 11:50:01 DEBUG unit.oai-hss/0.install checking for LIBIDN... yes unit-oai-hss-0: 11:50:02 DEBUG unit.oai-hss/0.install checking that generated files are newer than configure... done unit-oai-hss-0: 11:50:02 DEBUG unit.oai-hss/0.install configure: creating ./config.status unit-oai-hss-0: 11:50:02 DEBUG unit.oai-hss/0.install config.status: creating src/libopts/Makefile unit-oai-hss-0: 11:50:02 DEBUG unit.oai-hss/0.install config.status: creating guile/pre-inst-guile unit-oai-hss-0: 11:50:02 DEBUG unit.oai-hss/0.install config.status: creating Makefile unit-oai-hss-0: 11:50:02 DEBUG unit.oai-hss/0.install config.status: creating doc/Makefile unit-oai-hss-0: 11:50:02 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/Makefile unit-oai-hss-0: 11:50:02 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/openpgp/Makefile unit-oai-hss-0: 11:50:02 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/srp/Makefile unit-oai-hss-0: 11:50:02 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/x509/Makefile unit-oai-hss-0: 11:50:02 DEBUG unit.oai-hss/0.install config.status: creating doc/cyclo/Makefile unit-oai-hss-0: 11:50:02 DEBUG unit.oai-hss/0.install config.status: creating doc/doxygen/Doxyfile unit-oai-hss-0: 11:50:02 DEBUG unit.oai-hss/0.install config.status: creating doc/examples/Makefile unit-oai-hss-0: 11:50:02 DEBUG unit.oai-hss/0.install config.status: creating doc/latex/Makefile unit-oai-hss-0: 11:50:02 DEBUG unit.oai-hss/0.install config.status: creating doc/manpages/Makefile unit-oai-hss-0: 11:50:02 DEBUG unit.oai-hss/0.install config.status: creating doc/reference/Makefile unit-oai-hss-0: 11:50:02 DEBUG unit.oai-hss/0.install config.status: creating doc/reference/version.xml unit-oai-hss-0: 11:50:02 DEBUG unit.oai-hss/0.install config.status: creating doc/scripts/Makefile unit-oai-hss-0: 11:50:02 DEBUG unit.oai-hss/0.install config.status: creating extra/Makefile unit-oai-hss-0: 11:50:02 DEBUG unit.oai-hss/0.install config.status: creating extra/includes/Makefile unit-oai-hss-0: 11:50:02 DEBUG unit.oai-hss/0.install config.status: creating libdane/Makefile unit-oai-hss-0: 11:50:02 DEBUG unit.oai-hss/0.install config.status: creating libdane/includes/Makefile unit-oai-hss-0: 11:50:02 DEBUG unit.oai-hss/0.install config.status: creating libdane/gnutls-dane.pc unit-oai-hss-0: 11:50:03 DEBUG unit.oai-hss/0.install config.status: creating gl/Makefile unit-oai-hss-0: 11:50:03 DEBUG unit.oai-hss/0.install config.status: creating gl/tests/Makefile unit-oai-hss-0: 11:50:03 DEBUG unit.oai-hss/0.install config.status: creating guile/Makefile unit-oai-hss-0: 11:50:03 DEBUG unit.oai-hss/0.install config.status: creating guile/modules/Makefile unit-oai-hss-0: 11:50:03 DEBUG unit.oai-hss/0.install config.status: creating guile/src/Makefile unit-oai-hss-0: 11:50:03 DEBUG unit.oai-hss/0.install config.status: creating guile/tests/Makefile unit-oai-hss-0: 11:50:03 DEBUG unit.oai-hss/0.install config.status: creating lib/Makefile unit-oai-hss-0: 11:50:03 DEBUG unit.oai-hss/0.install config.status: creating lib/accelerated/Makefile unit-oai-hss-0: 11:50:03 DEBUG unit.oai-hss/0.install config.status: creating lib/accelerated/x86/Makefile unit-oai-hss-0: 11:50:03 DEBUG unit.oai-hss/0.install config.status: creating lib/algorithms/Makefile unit-oai-hss-0: 11:50:03 DEBUG unit.oai-hss/0.install config.status: creating lib/auth/Makefile unit-oai-hss-0: 11:50:03 DEBUG unit.oai-hss/0.install config.status: creating lib/ext/Makefile unit-oai-hss-0: 11:50:03 DEBUG unit.oai-hss/0.install config.status: creating lib/extras/Makefile unit-oai-hss-0: 11:50:03 DEBUG unit.oai-hss/0.install config.status: creating lib/gnutls.pc unit-oai-hss-0: 11:50:03 DEBUG unit.oai-hss/0.install config.status: creating lib/includes/Makefile unit-oai-hss-0: 11:50:03 DEBUG unit.oai-hss/0.install config.status: creating lib/includes/gnutls/gnutls.h unit-oai-hss-0: 11:50:03 DEBUG unit.oai-hss/0.install config.status: creating lib/minitasn1/Makefile unit-oai-hss-0: 11:50:03 DEBUG unit.oai-hss/0.install config.status: creating lib/nettle/Makefile unit-oai-hss-0: 11:50:03 DEBUG unit.oai-hss/0.install config.status: creating lib/opencdk/Makefile unit-oai-hss-0: 11:50:03 DEBUG unit.oai-hss/0.install config.status: creating lib/openpgp/Makefile unit-oai-hss-0: 11:50:03 DEBUG unit.oai-hss/0.install config.status: creating lib/x509/Makefile unit-oai-hss-0: 11:50:03 DEBUG unit.oai-hss/0.install config.status: creating po/Makefile.in unit-oai-hss-0: 11:50:03 DEBUG unit.oai-hss/0.install config.status: creating src/Makefile unit-oai-hss-0: 11:50:03 DEBUG unit.oai-hss/0.install config.status: creating src/crywrap/Makefile unit-oai-hss-0: 11:50:03 DEBUG unit.oai-hss/0.install config.status: creating tests/Makefile unit-oai-hss-0: 11:50:03 DEBUG unit.oai-hss/0.install config.status: creating tests/cert-tests/Makefile unit-oai-hss-0: 11:50:03 DEBUG unit.oai-hss/0.install config.status: creating tests/dsa/Makefile unit-oai-hss-0: 11:50:03 DEBUG unit.oai-hss/0.install config.status: creating tests/dtls/Makefile unit-oai-hss-0: 11:50:03 DEBUG unit.oai-hss/0.install config.status: creating tests/srp/Makefile unit-oai-hss-0: 11:50:03 DEBUG unit.oai-hss/0.install config.status: creating tests/ecdsa/Makefile unit-oai-hss-0: 11:50:03 DEBUG unit.oai-hss/0.install config.status: creating tests/key-id/Makefile unit-oai-hss-0: 11:50:03 DEBUG unit.oai-hss/0.install config.status: creating tests/openpgp-certs/Makefile unit-oai-hss-0: 11:50:03 DEBUG unit.oai-hss/0.install config.status: creating tests/pkcs1-padding/Makefile unit-oai-hss-0: 11:50:03 DEBUG unit.oai-hss/0.install config.status: creating tests/pkcs12-decode/Makefile unit-oai-hss-0: 11:50:03 DEBUG unit.oai-hss/0.install config.status: creating tests/pkcs8-decode/Makefile unit-oai-hss-0: 11:50:03 DEBUG unit.oai-hss/0.install config.status: creating tests/rsa-md5-collision/Makefile unit-oai-hss-0: 11:50:03 DEBUG unit.oai-hss/0.install config.status: creating tests/safe-renegotiation/Makefile unit-oai-hss-0: 11:50:03 DEBUG unit.oai-hss/0.install config.status: creating tests/scripts/Makefile unit-oai-hss-0: 11:50:03 DEBUG unit.oai-hss/0.install config.status: creating tests/sha2/Makefile unit-oai-hss-0: 11:50:03 DEBUG unit.oai-hss/0.install config.status: creating tests/slow/Makefile unit-oai-hss-0: 11:50:03 DEBUG unit.oai-hss/0.install config.status: creating tests/suite/Makefile unit-oai-hss-0: 11:50:03 DEBUG unit.oai-hss/0.install config.status: creating tests/userid/Makefile unit-oai-hss-0: 11:50:03 DEBUG unit.oai-hss/0.install config.status: creating config.h unit-oai-hss-0: 11:50:03 DEBUG unit.oai-hss/0.install config.status: executing depfiles commands unit-abot-epc-basic-0: 11:50:03 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Installing oaisim >> unit-abot-epc-basic-0: 11:50:03 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Configuring abot-functest-basic >> unit-abot-epc-basic-0: 11:50:03 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-abot-epc-basic-0: 11:50:03 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-abot-epc-basic-0: 11:50:03 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 11:50:03 INFO unit.abot-epc-basic/0.juju-log ABot Install complete! unit-abot-epc-basic-0: 11:50:04 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 11:50:04 INFO juju.worker.uniter.operation ran "install" hook unit-oai-hss-0: 11:50:04 DEBUG unit.oai-hss/0.install config.status: executing po-directories commands unit-oai-hss-0: 11:50:04 DEBUG unit.oai-hss/0.install config.status: creating po/POTFILES unit-oai-hss-0: 11:50:04 DEBUG unit.oai-hss/0.install config.status: creating po/Makefile unit-oai-hss-0: 11:50:04 DEBUG unit.oai-hss/0.install config.status: executing libtool commands unit-oai-hss-0: 11:50:04 DEBUG unit.oai-hss/0.install configure: summary of build options: unit-oai-hss-0: 11:50:04 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:50:04 DEBUG unit.oai-hss/0.install version: 3.1.23 shared 49:3:21 unit-oai-hss-0: 11:50:04 DEBUG unit.oai-hss/0.install Host/Target system: x86_64-unknown-linux-gnu unit-oai-hss-0: 11:50:04 DEBUG unit.oai-hss/0.install Build system: x86_64-unknown-linux-gnu unit-oai-hss-0: 11:50:04 DEBUG unit.oai-hss/0.install Install prefix: /usr unit-oai-hss-0: 11:50:04 DEBUG unit.oai-hss/0.install Compiler: gcc -std=gnu99 unit-oai-hss-0: 11:50:04 DEBUG unit.oai-hss/0.install CFlags: -g -O2 unit-oai-hss-0: 11:50:04 DEBUG unit.oai-hss/0.install Library types: Shared=yes, Static=yes unit-oai-hss-0: 11:50:04 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:50:04 DEBUG unit.oai-hss/0.install configure: External hardware support: unit-oai-hss-0: 11:50:04 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:50:04 DEBUG unit.oai-hss/0.install /dev/crypto: no unit-oai-hss-0: 11:50:04 DEBUG unit.oai-hss/0.install Hardware accel: x86-64 unit-oai-hss-0: 11:50:04 DEBUG unit.oai-hss/0.install PKCS#11 support: yes unit-oai-hss-0: 11:50:04 DEBUG unit.oai-hss/0.install TPM support: yes unit-oai-hss-0: 11:50:04 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:50:04 DEBUG unit.oai-hss/0.install configure: Optional features: unit-oai-hss-0: 11:50:04 DEBUG unit.oai-hss/0.install (note that included applications might not compile properly unit-oai-hss-0: 11:50:04 DEBUG unit.oai-hss/0.install if features are disabled) unit-oai-hss-0: 11:50:04 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:50:04 DEBUG unit.oai-hss/0.install DTLS-SRTP support: yes unit-oai-hss-0: 11:50:04 DEBUG unit.oai-hss/0.install OCSP support: yes unit-oai-hss-0: 11:50:04 DEBUG unit.oai-hss/0.install OpenPGP support: yes unit-oai-hss-0: 11:50:04 DEBUG unit.oai-hss/0.install SRP support: yes unit-oai-hss-0: 11:50:04 DEBUG unit.oai-hss/0.install PSK support: yes unit-oai-hss-0: 11:50:04 DEBUG unit.oai-hss/0.install DHE support: yes unit-oai-hss-0: 11:50:04 DEBUG unit.oai-hss/0.install ECDHE support: yes unit-oai-hss-0: 11:50:04 DEBUG unit.oai-hss/0.install RSA-EXPORT support: yes unit-oai-hss-0: 11:50:04 DEBUG unit.oai-hss/0.install Anon auth support: yes unit-oai-hss-0: 11:50:04 DEBUG unit.oai-hss/0.install Heartbeat support: yes unit-oai-hss-0: 11:50:04 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:50:04 DEBUG unit.oai-hss/0.install configure: Optional applications: unit-oai-hss-0: 11:50:04 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:50:04 DEBUG unit.oai-hss/0.install crywrap app: yes unit-oai-hss-0: 11:50:04 DEBUG unit.oai-hss/0.install local libopts: yes unit-oai-hss-0: 11:50:04 DEBUG unit.oai-hss/0.install local libtasn1: no unit-oai-hss-0: 11:50:04 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:50:04 DEBUG unit.oai-hss/0.install configure: Optional libraries: unit-oai-hss-0: 11:50:04 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:50:04 DEBUG unit.oai-hss/0.install Guile wrappers: no unit-oai-hss-0: 11:50:04 DEBUG unit.oai-hss/0.install C++ library: yes unit-oai-hss-0: 11:50:04 DEBUG unit.oai-hss/0.install DANE library: no unit-oai-hss-0: 11:50:04 DEBUG unit.oai-hss/0.install OpenSSL compat: yes unit-oai-hss-0: 11:50:04 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:50:04 DEBUG unit.oai-hss/0.install configure: System files: unit-oai-hss-0: 11:50:04 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:50:04 DEBUG unit.oai-hss/0.install Trust store pkcs: unit-oai-hss-0: 11:50:04 DEBUG unit.oai-hss/0.install Trust store file: /etc/ssl/certs/ca-certificates.crt unit-oai-hss-0: 11:50:04 DEBUG unit.oai-hss/0.install Blacklist file: unit-oai-hss-0: 11:50:04 DEBUG unit.oai-hss/0.install CRL file: unit-oai-hss-0: 11:50:04 DEBUG unit.oai-hss/0.install DNSSEC root key file: /etc/unbound/root.key unit-oai-hss-0: 11:50:04 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:50:04 DEBUG unit.oai-hss/0.install configure: WARNING: unit-oai-hss-0: 11:50:04 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 11:50:04 DEBUG unit.oai-hss/0.install *** The DNSSEC root key file in /etc/unbound/root.key was not found. unit-oai-hss-0: 11:50:04 DEBUG unit.oai-hss/0.install *** This file is needed for the verification of DNSSEC responses. unit-oai-hss-0: 11:50:04 DEBUG unit.oai-hss/0.install *** Use the command: unbound-anchor -a "/etc/unbound/root.key" unit-oai-hss-0: 11:50:04 DEBUG unit.oai-hss/0.install *** to generate or update it. unit-oai-hss-0: 11:50:04 DEBUG unit.oai-hss/0.install *** unit-abot-epc-basic-0: 11:50:04 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-abot-epc-basic-0: 11:50:05 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-abot-epc-basic-0: 11:50:05 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 11:50:05 DEBUG juju.worker.uniter.operation running operation accept leadership unit-abot-epc-basic-0: 11:50:05 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-abot-epc-basic-0: 11:50:05 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-abot-epc-basic-0: 11:50:05 INFO juju.worker.uniter found queued "leader-elected" hook unit-abot-epc-basic-0: 11:50:05 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-abot-epc-basic-0: 11:50:05 DEBUG juju.machinelock acquire machine lock for uniter (run leader-elected hook) unit-abot-epc-basic-0: 11:50:05 DEBUG juju.machinelock machine lock acquired for uniter (run leader-elected hook) unit-abot-epc-basic-0: 11:50:05 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-abot-epc-basic-0: 11:50:05 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-abot-epc-basic-0: 11:50:05 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-oai-hss-0: 11:50:05 DEBUG unit.oai-hss/0.install Compiling gnutls unit-oai-hss-0: 11:50:05 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 11:50:05 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 11:50:05 DEBUG unit.oai-hss/0.install Making all in gl unit-oai-hss-0: 11:50:05 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 11:50:05 DEBUG unit.oai-hss/0.install GEN alloca.h unit-oai-hss-0: 11:50:05 DEBUG unit.oai-hss/0.install GEN c++defs.h unit-oai-hss-0: 11:50:05 DEBUG unit.oai-hss/0.install GEN warn-on-use.h unit-oai-hss-0: 11:50:05 DEBUG unit.oai-hss/0.install GEN arg-nonnull.h unit-oai-hss-0: 11:50:05 DEBUG unit.oai-hss/0.install GEN unused-parameter.h unit-oai-hss-0: 11:50:05 DEBUG unit.oai-hss/0.install GEN sys/types.h unit-oai-hss-0: 11:50:05 DEBUG unit.oai-hss/0.install GEN sys/uio.h unit-oai-hss-0: 11:50:05 DEBUG unit.oai-hss/0.install GEN unistr.h unit-oai-hss-0: 11:50:05 DEBUG unit.oai-hss/0.install GEN unitypes.h unit-abot-epc-basic-0: 11:50:05 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-oai-hss-0: 11:50:05 DEBUG unit.oai-hss/0.install GEN wchar.h unit-oai-hss-0: 11:50:05 DEBUG unit.oai-hss/0.install GEN dirent.h unit-oai-hss-0: 11:50:05 DEBUG unit.oai-hss/0.install GEN arpa/inet.h unit-oai-hss-0: 11:50:05 DEBUG unit.oai-hss/0.install GEN getopt.h unit-oai-hss-0: 11:50:05 DEBUG unit.oai-hss/0.install GEN iconv.h unit-abot-epc-basic-0: 11:50:05 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-oai-hss-0: 11:50:05 DEBUG unit.oai-hss/0.install GEN math.h unit-oai-hss-0: 11:50:05 DEBUG unit.oai-hss/0.install GEN netdb.h unit-oai-hss-0: 11:50:05 DEBUG unit.oai-hss/0.install GEN signal.h unit-oai-hss-0: 11:50:05 DEBUG unit.oai-hss/0.install GEN stdio.h unit-oai-hss-0: 11:50:05 DEBUG unit.oai-hss/0.install GEN stdlib.h unit-oai-hss-0: 11:50:05 DEBUG unit.oai-hss/0.install GEN string.h unit-abot-epc-basic-0: 11:50:05 DEBUG juju.machinelock machine lock released for uniter (run leader-elected hook) unit-abot-epc-basic-0: 11:50:05 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 11:50:05 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 11:50:05 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-abot-epc-basic-0: 11:50:05 DEBUG juju.machinelock acquire machine lock for uniter (run config-changed hook) unit-abot-epc-basic-0: 11:50:05 DEBUG juju.machinelock machine lock acquired for uniter (run config-changed hook) unit-abot-epc-basic-0: 11:50:05 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-abot-epc-basic-0: 11:50:05 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-abot-epc-basic-0: 11:50:05 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-oai-hss-0: 11:50:05 DEBUG unit.oai-hss/0.install GEN strings.h unit-oai-hss-0: 11:50:05 DEBUG unit.oai-hss/0.install GEN sys/select.h unit-oai-hss-0: 11:50:05 DEBUG unit.oai-hss/0.install GEN sys/socket.h unit-oai-hss-0: 11:50:05 DEBUG unit.oai-hss/0.install GEN sys/stat.h unit-oai-hss-0: 11:50:05 DEBUG unit.oai-hss/0.install GEN sys/time.h unit-oai-hss-0: 11:50:05 DEBUG unit.oai-hss/0.install GEN time.h unit-oai-hss-0: 11:50:05 DEBUG unit.oai-hss/0.install GEN unistd.h unit-oai-hss-0: 11:50:05 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 11:50:05 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 11:50:05 DEBUG unit.oai-hss/0.install Making all in tests unit-oai-hss-0: 11:50:05 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 11:50:05 DEBUG unit.oai-hss/0.install GEN c++defs.h unit-oai-hss-0: 11:50:05 DEBUG unit.oai-hss/0.install GEN arg-nonnull.h unit-oai-hss-0: 11:50:05 DEBUG unit.oai-hss/0.install GEN warn-on-use.h unit-oai-hss-0: 11:50:05 DEBUG unit.oai-hss/0.install GEN unused-parameter.h unit-abot-epc-basic-0: 11:50:05 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 11:50:05 DEBUG unit.oai-hss/0.install GEN fcntl.h unit-oai-hss-0: 11:50:05 DEBUG unit.oai-hss/0.install GEN inttypes.h unit-oai-hss-0: 11:50:05 DEBUG unit.oai-hss/0.install GEN locale.h unit-oai-hss-0: 11:50:05 DEBUG unit.oai-hss/0.install GEN sys/ioctl.h unit-oai-hss-0: 11:50:05 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 11:50:05 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 11:50:05 DEBUG unit.oai-hss/0.install Making all in . unit-oai-hss-0: 11:50:05 DEBUG unit.oai-hss/0.install make[6]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 11:50:05 DEBUG unit.oai-hss/0.install make[6]: Nothing to be done for `all-am'. unit-oai-hss-0: 11:50:05 DEBUG unit.oai-hss/0.install make[6]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 11:50:05 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 11:50:05 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-abot-epc-basic-0: 11:50:05 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 11:50:05 INFO unit.abot-epc-basic/0.juju-log Installing the tags obtained from config: local-commands unit-oai-hss-0: 11:50:05 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 11:50:05 DEBUG unit.oai-hss/0.install CC argp-ba.lo unit-oai-hss-0: 11:50:05 DEBUG unit.oai-hss/0.install CC argp-eexst.lo unit-oai-hss-0: 11:50:05 DEBUG unit.oai-hss/0.install CC argp-fmtstream.lo unit-oai-hss-0: 11:50:05 DEBUG unit.oai-hss/0.install CC argp-fs-xinl.lo unit-abot-epc-basic-0: 11:50:05 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-abot-epc-basic-0: 11:50:05 INFO juju.worker.uniter.operation ran "config-changed" hook unit-abot-epc-basic-0: 11:50:05 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-abot-epc-basic-0: 11:50:05 DEBUG juju.machinelock machine lock released for uniter (run config-changed hook) unit-abot-epc-basic-0: 11:50:05 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 11:50:05 INFO juju.worker.uniter found queued "start" hook unit-abot-epc-basic-0: 11:50:05 DEBUG juju.worker.uniter.operation running operation run start hook unit-abot-epc-basic-0: 11:50:05 DEBUG juju.machinelock acquire machine lock for uniter (run start hook) unit-abot-epc-basic-0: 11:50:05 DEBUG juju.machinelock machine lock acquired for uniter (run start hook) unit-abot-epc-basic-0: 11:50:05 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-oai-hss-0: 11:50:05 DEBUG unit.oai-hss/0.install CC argp-help.lo unit-abot-epc-basic-0: 11:50:05 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-abot-epc-basic-0: 11:50:05 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-oai-hss-0: 11:50:05 DEBUG unit.oai-hss/0.install CC argp-parse.lo unit-abot-epc-basic-0: 11:50:05 DEBUG unit.abot-epc-basic/0.start Generating public/private rsa key pair. unit-abot-epc-basic-0: 11:50:05 DEBUG unit.abot-epc-basic/0.start Your identification has been saved in /root/.ssh/id_rsa. unit-abot-epc-basic-0: 11:50:05 DEBUG unit.abot-epc-basic/0.start Your public key has been saved in /root/.ssh/id_rsa.pub. unit-abot-epc-basic-0: 11:50:05 DEBUG unit.abot-epc-basic/0.start The key fingerprint is: unit-abot-epc-basic-0: 11:50:05 DEBUG unit.abot-epc-basic/0.start SHA256:ftQcVC4wcLPbv0jUapxJOl4wpQ0kEXb4yT63bh4i0ww root@juju-66a23b-default-0 unit-abot-epc-basic-0: 11:50:05 DEBUG unit.abot-epc-basic/0.start The key's randomart image is: unit-abot-epc-basic-0: 11:50:05 DEBUG unit.abot-epc-basic/0.start +---[RSA 2048]----+ unit-abot-epc-basic-0: 11:50:05 DEBUG unit.abot-epc-basic/0.start | *=B ... | unit-abot-epc-basic-0: 11:50:05 DEBUG unit.abot-epc-basic/0.start | ..= * . | unit-abot-epc-basic-0: 11:50:05 DEBUG unit.abot-epc-basic/0.start | oo.+ . | unit-abot-epc-basic-0: 11:50:05 DEBUG unit.abot-epc-basic/0.start | +X + | unit-abot-epc-basic-0: 11:50:05 DEBUG unit.abot-epc-basic/0.start | E.* B . | unit-abot-epc-basic-0: 11:50:05 DEBUG unit.abot-epc-basic/0.start | . =oB.= | unit-abot-epc-basic-0: 11:50:05 DEBUG unit.abot-epc-basic/0.start | + BoX.. | unit-abot-epc-basic-0: 11:50:05 DEBUG unit.abot-epc-basic/0.start | = *oo . | unit-abot-epc-basic-0: 11:50:05 DEBUG unit.abot-epc-basic/0.start | .++ . | unit-abot-epc-basic-0: 11:50:05 DEBUG unit.abot-epc-basic/0.start +----[SHA256]-----+ unit-abot-epc-basic-0: 11:50:05 DEBUG unit.abot-epc-basic/0.start sudo: unable to resolve host juju-66a23b-default-0 unit-abot-epc-basic-0: 11:50:05 DEBUG unit.abot-epc-basic/0.start Generating public/private rsa key pair. unit-abot-epc-basic-0: 11:50:05 DEBUG unit.abot-epc-basic/0.start Your identification has been saved in /home/ubuntu/.ssh/id_rsa. unit-abot-epc-basic-0: 11:50:05 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: 11:50:05 DEBUG unit.abot-epc-basic/0.start The key fingerprint is: unit-abot-epc-basic-0: 11:50:05 DEBUG unit.abot-epc-basic/0.start SHA256:tdsij6+fR3CI9z3Q5hmSNnoXBE6sPBf4sgBQfbK2aas ubuntu@juju-66a23b-default-0 unit-abot-epc-basic-0: 11:50:05 DEBUG unit.abot-epc-basic/0.start The key's randomart image is: unit-abot-epc-basic-0: 11:50:05 DEBUG unit.abot-epc-basic/0.start +---[RSA 2048]----+ unit-abot-epc-basic-0: 11:50:05 DEBUG unit.abot-epc-basic/0.start | .o.. oo. | unit-abot-epc-basic-0: 11:50:05 DEBUG unit.abot-epc-basic/0.start | . o ooo . | unit-abot-epc-basic-0: 11:50:05 DEBUG unit.abot-epc-basic/0.start | . *.+.= | unit-abot-epc-basic-0: 11:50:05 DEBUG unit.abot-epc-basic/0.start | =.O.X = | unit-abot-epc-basic-0: 11:50:05 DEBUG unit.abot-epc-basic/0.start | .S=.@ B + | unit-abot-epc-basic-0: 11:50:05 DEBUG unit.abot-epc-basic/0.start | + oo+ * | unit-abot-epc-basic-0: 11:50:05 DEBUG unit.abot-epc-basic/0.start | ...oo.. . | unit-abot-epc-basic-0: 11:50:05 DEBUG unit.abot-epc-basic/0.start | .+ o. | unit-abot-epc-basic-0: 11:50:05 DEBUG unit.abot-epc-basic/0.start | E.o+=. | unit-abot-epc-basic-0: 11:50:05 DEBUG unit.abot-epc-basic/0.start +----[SHA256]-----+ unit-oai-hss-0: 11:50:05 DEBUG unit.oai-hss/0.install CC argp-pin.lo unit-abot-epc-basic-0: 11:50:06 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 11:50:06 INFO juju.worker.uniter.operation ran "start" hook unit-abot-epc-basic-0: 11:50:06 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-oai-hss-0: 11:50:06 DEBUG unit.oai-hss/0.install CC argp-pv.lo unit-abot-epc-basic-0: 11:50:06 DEBUG juju.machinelock machine lock released for uniter (run start hook) unit-abot-epc-basic-0: 11:50:06 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 11:50:06 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 11:50:06 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-abot-epc-basic-0: 11:50:06 INFO juju.worker.uniter.relation joining relation "abot-epc-basic:epc oai-epc:epc" unit-abot-epc-basic-0: 11:50:06 INFO juju.worker.uniter.relation joined relation "abot-epc-basic:epc oai-epc:epc" unit-oai-hss-0: 11:50:06 DEBUG unit.oai-hss/0.install CC argp-pvh.lo unit-oai-epc-0: 11:50:06 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[abot-epc-basic/0:{0}] []}} unit-oai-hss-0: 11:50:06 DEBUG unit.oai-hss/0.install CC argp-xinl.lo unit-abot-epc-basic-0: 11:50:06 INFO juju.worker.uniter.relation joining relation "oai-epc:ssh-abot-epc abot-epc-basic:ssh-abot" unit-abot-epc-basic-0: 11:50:06 INFO juju.worker.uniter.relation joined relation "oai-epc:ssh-abot-epc abot-epc-basic:ssh-abot" unit-oai-epc-0: 11:50:06 DEBUG juju.worker.uniter.remotestate got a relation units change: {4 {map[abot-epc-basic/0:{0}] []}} unit-oai-hss-0: 11:50:06 DEBUG unit.oai-hss/0.install CC base64.lo unit-abot-epc-basic-0: 11:50:06 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 11:50:06 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 11:50:06 DEBUG unit.oai-hss/0.install CC c-ctype.lo unit-oai-hss-0: 11:50:06 DEBUG unit.oai-hss/0.install CC c-strcasecmp.lo unit-oai-hss-0: 11:50:07 DEBUG unit.oai-hss/0.install CC c-strncasecmp.lo unit-oai-hss-0: 11:50:07 DEBUG unit.oai-hss/0.install CC dirname-lgpl.lo unit-oai-hss-0: 11:50:07 DEBUG unit.oai-hss/0.install CC basename-lgpl.lo unit-oai-hss-0: 11:50:07 DEBUG unit.oai-hss/0.install CC stripslash.lo unit-oai-hss-0: 11:50:07 DEBUG unit.oai-hss/0.install CC fd-hook.lo unit-oai-hss-0: 11:50:07 DEBUG unit.oai-hss/0.install CC gettime.lo unit-oai-hss-0: 11:50:07 DEBUG unit.oai-hss/0.install CC hash-pjw-bare.lo unit-oai-hss-0: 11:50:07 DEBUG unit.oai-hss/0.install CC math.lo unit-oai-hss-0: 11:50:07 DEBUG unit.oai-hss/0.install CC printf-frexp.lo unit-oai-hss-0: 11:50:07 DEBUG unit.oai-hss/0.install CC printf-frexpl.lo unit-oai-hss-0: 11:50:07 DEBUG unit.oai-hss/0.install CC progname.lo unit-oai-hss-0: 11:50:07 DEBUG unit.oai-hss/0.install CC read-file.lo unit-oai-hss-0: 11:50:08 DEBUG unit.oai-hss/0.install CC sockets.lo unit-oai-hss-0: 11:50:08 DEBUG unit.oai-hss/0.install CC sys_socket.lo unit-oai-hss-0: 11:50:08 DEBUG unit.oai-hss/0.install CC timespec.lo unit-oai-hss-0: 11:50:08 DEBUG unit.oai-hss/0.install CC u64.lo unit-oai-hss-0: 11:50:08 DEBUG unit.oai-hss/0.install CC unistd.lo unit-oai-hss-0: 11:50:08 DEBUG unit.oai-hss/0.install CC version-etc.lo unit-oai-hss-0: 11:50:09 DEBUG unit.oai-hss/0.install CC version-etc-fsf.lo unit-oai-hss-0: 11:50:09 DEBUG unit.oai-hss/0.install CC xsize.lo unit-oai-hss-0: 11:50:09 DEBUG unit.oai-hss/0.install CC asnprintf.lo unit-oai-hss-0: 11:50:09 DEBUG unit.oai-hss/0.install CC fseterr.lo unit-oai-hss-0: 11:50:09 DEBUG unit.oai-hss/0.install CC getopt.lo unit-oai-hss-0: 11:50:09 DEBUG unit.oai-hss/0.install CC getopt1.lo unit-oai-hss-0: 11:50:09 DEBUG unit.oai-hss/0.install CC isnanl.lo unit-oai-hss-0: 11:50:09 DEBUG unit.oai-hss/0.install CC printf-args.lo unit-oai-hss-0: 11:50:09 DEBUG unit.oai-hss/0.install CC printf-parse.lo unit-oai-hss-0: 11:50:09 DEBUG unit.oai-hss/0.install CC vasnprintf.lo unit-oai-hss-0: 11:50:09 DEBUG unit.oai-hss/0.install CC vfprintf.lo unit-oai-hss-0: 11:50:10 DEBUG unit.oai-hss/0.install CC vprintf.lo unit-oai-hss-0: 11:50:10 DEBUG unit.oai-hss/0.install CC glthread/threadlib.lo unit-oai-hss-0: 11:50:10 DEBUG unit.oai-hss/0.install CC unistr/u8-mbtoucr.lo unit-oai-hss-0: 11:50:10 DEBUG unit.oai-hss/0.install CC unistr/u8-uctomb.lo unit-oai-hss-0: 11:50:10 DEBUG unit.oai-hss/0.install CC unistr/u8-uctomb-aux.lo unit-oai-hss-0: 11:50:11 DEBUG unit.oai-hss/0.install CCLD libgnu.la unit-oai-hss-0: 11:50:11 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 11:50:11 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 11:50:11 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 11:50:11 DEBUG unit.oai-hss/0.install Making all in lib unit-oai-hss-0: 11:50:11 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 11:50:11 DEBUG unit.oai-hss/0.install Making all in includes unit-oai-hss-0: 11:50:11 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 11:50:11 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 11:50:11 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 11:50:11 DEBUG unit.oai-hss/0.install Making all in x509 unit-oai-hss-0: 11:50:11 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 11:50:11 DEBUG unit.oai-hss/0.install CC common.lo unit-oai-hss-0: 11:50:11 DEBUG unit.oai-hss/0.install CC key_encode.lo unit-oai-hss-0: 11:50:11 DEBUG unit.oai-hss/0.install CC key_decode.lo unit-oai-hss-0: 11:50:11 DEBUG unit.oai-hss/0.install CC crl.lo unit-oai-hss-0: 11:50:11 DEBUG unit.oai-hss/0.install CC crl_write.lo unit-oai-hss-0: 11:50:12 DEBUG unit.oai-hss/0.install CC crq.lo unit-oai-hss-0: 11:50:12 DEBUG unit.oai-hss/0.install CC dn.lo unit-oai-hss-0: 11:50:12 DEBUG unit.oai-hss/0.install CC extensions.lo unit-oai-hss-0: 11:50:13 DEBUG unit.oai-hss/0.install CC mpi.lo unit-oai-hss-0: 11:50:14 DEBUG unit.oai-hss/0.install CC output.lo unit-oai-hss-0: 11:50:14 DEBUG unit.oai-hss/0.install CC pbkdf2-sha1.lo unit-oai-hss-0: 11:50:14 DEBUG unit.oai-hss/0.install CC pkcs12.lo unit-oai-hss-0: 11:50:15 DEBUG unit.oai-hss/0.install CC pkcs12_bag.lo unit-oai-hss-0: 11:50:15 DEBUG unit.oai-hss/0.install CC pkcs12_encr.lo unit-oai-hss-0: 11:50:16 DEBUG unit.oai-hss/0.install CC pkcs7.lo unit-oai-hss-0: 11:50:16 DEBUG unit.oai-hss/0.install CC privkey.lo unit-oai-hss-0: 11:50:16 DEBUG unit.oai-hss/0.install CC privkey_pkcs8.lo unit-oai-hss-0: 11:50:17 DEBUG unit.oai-hss/0.install CC privkey_openssl.lo unit-oai-hss-0: 11:50:17 DEBUG unit.oai-hss/0.install CC rfc2818_hostname.lo unit-oai-hss-0: 11:50:18 DEBUG unit.oai-hss/0.install CC sign.lo unit-oai-hss-0: 11:50:18 DEBUG unit.oai-hss/0.install CC verify.lo unit-oai-hss-0: 11:50:18 DEBUG unit.oai-hss/0.install CC x509.lo unit-oai-hss-0: 11:50:18 DEBUG unit.oai-hss/0.install CC x509_dn.lo unit-oai-hss-0: 11:50:19 DEBUG unit.oai-hss/0.install CC x509_write.lo unit-oai-hss-0: 11:50:19 DEBUG unit.oai-hss/0.install CC verify-high.lo unit-oai-hss-0: 11:50:19 DEBUG unit.oai-hss/0.install CC verify-high2.lo unit-oai-hss-0: 11:50:20 DEBUG unit.oai-hss/0.install CC ocsp.lo unit-oai-hss-0: 11:50:21 DEBUG unit.oai-hss/0.install CC ocsp_output.lo unit-oai-hss-0: 11:50:22 DEBUG unit.oai-hss/0.install CCLD libgnutls_x509.la unit-oai-hss-0: 11:50:22 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 11:50:22 DEBUG unit.oai-hss/0.install Making all in accelerated unit-oai-hss-0: 11:50:22 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 11:50:22 DEBUG unit.oai-hss/0.install Making all in x86 unit-oai-hss-0: 11:50:22 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 11:50:22 DEBUG unit.oai-hss/0.install CC sha-padlock.lo unit-oai-hss-0: 11:50:22 DEBUG unit.oai-hss/0.install CC hmac-padlock.lo unit-oai-hss-0: 11:50:22 DEBUG unit.oai-hss/0.install CC aes-x86.lo unit-oai-hss-0: 11:50:22 DEBUG unit.oai-hss/0.install CC aes-padlock.lo unit-oai-hss-0: 11:50:23 DEBUG unit.oai-hss/0.install CC aes-gcm-padlock.lo unit-oai-hss-0: 11:50:23 DEBUG unit.oai-hss/0.install CC aes-gcm-x86.lo unit-oai-hss-0: 11:50:23 DEBUG unit.oai-hss/0.install CCAS appro-aes-x86-64.lo unit-oai-hss-0: 11:50:23 DEBUG unit.oai-hss/0.install CCAS appro-aes-gcm-x86-64.lo unit-oai-hss-0: 11:50:23 DEBUG unit.oai-hss/0.install CCAS padlock-x86-64.lo unit-oai-hss-0: 11:50:23 DEBUG unit.oai-hss/0.install CCAS cpuid-x86-64.lo unit-oai-hss-0: 11:50:23 DEBUG unit.oai-hss/0.install CCLD libx86.la unit-oai-hss-0: 11:50:23 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 11:50:23 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 11:50:23 DEBUG unit.oai-hss/0.install CC accelerated.lo unit-oai-hss-0: 11:50:23 DEBUG unit.oai-hss/0.install CC cryptodev.lo unit-oai-hss-0: 11:50:23 DEBUG unit.oai-hss/0.install CC cryptodev-gcm.lo unit-oai-hss-0: 11:50:24 DEBUG unit.oai-hss/0.install CCLD libaccelerated.la unit-oai-hss-0: 11:50:24 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 11:50:24 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 11:50:24 DEBUG unit.oai-hss/0.install Making all in auth unit-oai-hss-0: 11:50:24 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 11:50:24 DEBUG unit.oai-hss/0.install CC anon.lo unit-oai-hss-0: 11:50:24 DEBUG unit.oai-hss/0.install CC cert.lo unit-oai-hss-0: 11:50:24 DEBUG unit.oai-hss/0.install CC dh_common.lo unit-oai-hss-0: 11:50:24 DEBUG unit.oai-hss/0.install CC dhe.lo unit-oai-hss-0: 11:50:24 DEBUG unit.oai-hss/0.install CC dhe_psk.lo unit-oai-hss-0: 11:50:24 DEBUG unit.oai-hss/0.install CC psk.lo unit-oai-hss-0: 11:50:25 DEBUG unit.oai-hss/0.install CC psk_passwd.lo unit-oai-hss-0: 11:50:25 DEBUG unit.oai-hss/0.install CC rsa.lo unit-oai-hss-0: 11:50:25 DEBUG unit.oai-hss/0.install CC rsa_export.lo unit-oai-hss-0: 11:50:25 DEBUG unit.oai-hss/0.install CC srp.lo unit-oai-hss-0: 11:50:26 DEBUG unit.oai-hss/0.install CC srp_passwd.lo unit-oai-hss-0: 11:50:26 DEBUG unit.oai-hss/0.install CC srp_rsa.lo unit-oai-hss-0: 11:50:27 DEBUG unit.oai-hss/0.install CC srp_sb64.lo unit-oai-hss-0: 11:50:27 DEBUG unit.oai-hss/0.install CC anon_ecdh.lo unit-oai-hss-0: 11:50:27 DEBUG unit.oai-hss/0.install CC ecdhe.lo unit-oai-hss-0: 11:50:28 DEBUG unit.oai-hss/0.install CCLD libgnutls_auth.la unit-oai-hss-0: 11:50:28 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 11:50:28 DEBUG unit.oai-hss/0.install Making all in ext unit-oai-hss-0: 11:50:28 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 11:50:28 DEBUG unit.oai-hss/0.install CC max_record.lo unit-oai-hss-0: 11:50:28 DEBUG unit.oai-hss/0.install CC cert_type.lo unit-oai-hss-0: 11:50:28 DEBUG unit.oai-hss/0.install CC server_name.lo unit-oai-hss-0: 11:50:28 DEBUG unit.oai-hss/0.install CC signature.lo unit-oai-hss-0: 11:50:28 DEBUG unit.oai-hss/0.install CC safe_renegotiation.lo unit-oai-hss-0: 11:50:28 DEBUG unit.oai-hss/0.install CC session_ticket.lo unit-oai-hss-0: 11:50:29 DEBUG unit.oai-hss/0.install CC srp.lo unit-oai-hss-0: 11:50:29 DEBUG unit.oai-hss/0.install CC ecc.lo unit-oai-hss-0: 11:50:29 DEBUG unit.oai-hss/0.install CC heartbeat.lo unit-oai-hss-0: 11:50:29 DEBUG unit.oai-hss/0.install CC status_request.lo unit-oai-hss-0: 11:50:29 DEBUG unit.oai-hss/0.install CC new_record_padding.lo unit-oai-hss-0: 11:50:30 DEBUG unit.oai-hss/0.install CC srtp.lo unit-oai-hss-0: 11:50:30 DEBUG unit.oai-hss/0.install CCLD libgnutls_ext.la unit-oai-hss-0: 11:50:30 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 11:50:30 DEBUG unit.oai-hss/0.install Making all in algorithms unit-oai-hss-0: 11:50:30 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 11:50:30 DEBUG unit.oai-hss/0.install CC cert_types.lo unit-oai-hss-0: 11:50:30 DEBUG unit.oai-hss/0.install CC ciphers.lo unit-oai-hss-0: 11:50:30 DEBUG unit.oai-hss/0.install CC ciphersuites.lo unit-oai-hss-0: 11:50:30 DEBUG unit.oai-hss/0.install CC ecc.lo unit-oai-hss-0: 11:50:31 DEBUG unit.oai-hss/0.install CC kx.lo unit-oai-hss-0: 11:50:31 DEBUG unit.oai-hss/0.install CC mac.lo unit-oai-hss-0: 11:50:31 DEBUG unit.oai-hss/0.install CC protocols.lo unit-oai-hss-0: 11:50:31 DEBUG unit.oai-hss/0.install CC publickey.lo unit-oai-hss-0: 11:50:32 DEBUG unit.oai-hss/0.install CC secparams.lo unit-oai-hss-0: 11:50:32 DEBUG unit.oai-hss/0.install CC sign.lo unit-oai-hss-0: 11:50:32 DEBUG unit.oai-hss/0.install CCLD libgnutls_alg.la unit-oai-hss-0: 11:50:32 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 11:50:32 DEBUG unit.oai-hss/0.install Making all in extras unit-oai-hss-0: 11:50:32 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 11:50:32 DEBUG unit.oai-hss/0.install CC randomart.lo unit-oai-hss-0: 11:50:32 DEBUG unit.oai-hss/0.install CCLD libgnutls_extras.la unit-oai-hss-0: 11:50:32 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 11:50:32 DEBUG unit.oai-hss/0.install Making all in opencdk unit-oai-hss-0: 11:50:32 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 11:50:32 DEBUG unit.oai-hss/0.install CC armor.lo unit-oai-hss-0: 11:50:32 DEBUG unit.oai-hss/0.install CC kbnode.lo unit-oai-hss-0: 11:50:32 DEBUG unit.oai-hss/0.install CC sig-check.lo unit-oai-hss-0: 11:50:32 DEBUG unit.oai-hss/0.install CC hash.lo unit-oai-hss-0: 11:50:33 DEBUG unit.oai-hss/0.install CC keydb.lo unit-oai-hss-0: 11:50:34 DEBUG unit.oai-hss/0.install CC pubkey.lo unit-oai-hss-0: 11:50:34 DEBUG unit.oai-hss/0.install CC stream.lo unit-oai-hss-0: 11:50:34 DEBUG unit.oai-hss/0.install CC write-packet.lo unit-oai-hss-0: 11:50:35 DEBUG unit.oai-hss/0.install CC misc.lo unit-oai-hss-0: 11:50:35 DEBUG unit.oai-hss/0.install CC seskey.lo unit-oai-hss-0: 11:50:36 DEBUG unit.oai-hss/0.install CC literal.lo unit-oai-hss-0: 11:50:36 DEBUG unit.oai-hss/0.install CC new-packet.lo unit-oai-hss-0: 11:50:36 DEBUG unit.oai-hss/0.install CC read-packet.lo unit-oai-hss-0: 11:50:37 DEBUG unit.oai-hss/0.install CCLD libminiopencdk.la unit-oai-hss-0: 11:50:37 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 11:50:37 DEBUG unit.oai-hss/0.install Making all in openpgp unit-oai-hss-0: 11:50:37 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 11:50:37 DEBUG unit.oai-hss/0.install CC pgp.lo unit-oai-hss-0: 11:50:37 DEBUG unit.oai-hss/0.install CC pgpverify.lo unit-oai-hss-0: 11:50:37 DEBUG unit.oai-hss/0.install CC extras.lo unit-oai-hss-0: 11:50:37 DEBUG unit.oai-hss/0.install CC compat.lo unit-oai-hss-0: 11:50:38 DEBUG unit.oai-hss/0.install CC privkey.lo unit-oai-hss-0: 11:50:38 DEBUG unit.oai-hss/0.install CC output.lo unit-oai-hss-0: 11:50:38 DEBUG unit.oai-hss/0.install CC gnutls_openpgp.lo unit-oai-hss-0: 11:50:39 DEBUG unit.oai-hss/0.install CCLD libgnutls_openpgp.la unit-oai-hss-0: 11:50:39 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 11:50:39 DEBUG unit.oai-hss/0.install Making all in nettle unit-oai-hss-0: 11:50:39 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 11:50:39 DEBUG unit.oai-hss/0.install CC pk.lo unit-oai-hss-0: 11:50:39 DEBUG unit.oai-hss/0.install CC mpi.lo unit-oai-hss-0: 11:50:39 DEBUG unit.oai-hss/0.install CC mac.lo unit-oai-hss-0: 11:50:39 DEBUG unit.oai-hss/0.install CC cipher.lo unit-oai-hss-0: 11:50:40 DEBUG unit.oai-hss/0.install CC rnd.lo unit-oai-hss-0: 11:50:40 DEBUG unit.oai-hss/0.install CC init.lo unit-oai-hss-0: 11:50:40 DEBUG unit.oai-hss/0.install CC egd.lo unit-oai-hss-0: 11:50:41 DEBUG unit.oai-hss/0.install CC multi.lo unit-oai-hss-0: 11:50:41 DEBUG unit.oai-hss/0.install CC wmnaf.lo unit-oai-hss-0: 11:50:41 DEBUG unit.oai-hss/0.install CC ecc_free.lo unit-oai-hss-0: 11:50:41 DEBUG unit.oai-hss/0.install CC ecc_make_key.lo unit-oai-hss-0: 11:50:41 DEBUG unit.oai-hss/0.install CC ecc_shared_secret.lo unit-oai-hss-0: 11:50:42 DEBUG unit.oai-hss/0.install CC ecc_map.lo unit-oai-hss-0: 11:50:42 DEBUG unit.oai-hss/0.install CC ecc_mulmod.lo unit-oai-hss-0: 11:50:42 DEBUG unit.oai-hss/0.install CC ecc_mulmod_cached.lo unit-oai-hss-0: 11:50:42 DEBUG unit.oai-hss/0.install CC ecc_points.lo unit-oai-hss-0: 11:50:42 DEBUG unit.oai-hss/0.install CC ecc_projective_dbl_point_3.lo unit-oai-hss-0: 11:50:42 DEBUG unit.oai-hss/0.install CC ecc_projective_isneutral.lo unit-oai-hss-0: 11:50:42 DEBUG unit.oai-hss/0.install CC ecc_projective_check_point.lo unit-oai-hss-0: 11:50:43 DEBUG unit.oai-hss/0.install CC ecc_projective_negate_point.lo unit-oai-hss-0: 11:50:43 DEBUG unit.oai-hss/0.install CC ecc_projective_add_point_ng.lo unit-oai-hss-0: 11:50:43 DEBUG unit.oai-hss/0.install CC ecc_sign_hash.lo unit-oai-hss-0: 11:50:43 DEBUG unit.oai-hss/0.install CC ecc_verify_hash.lo unit-oai-hss-0: 11:50:43 DEBUG unit.oai-hss/0.install CCLD libcrypto.la unit-oai-hss-0: 11:50:44 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 11:50:44 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 11:50:44 DEBUG unit.oai-hss/0.install CC gnutls_range.lo unit-oai-hss-0: 11:50:44 DEBUG unit.oai-hss/0.install CC gnutls_record.lo unit-oai-hss-0: 11:50:44 DEBUG unit.oai-hss/0.install CC gnutls_compress.lo unit-oai-hss-0: 11:50:44 DEBUG unit.oai-hss/0.install CC debug.lo unit-oai-hss-0: 11:50:44 DEBUG unit.oai-hss/0.install CC gnutls_cipher.lo unit-oai-hss-0: 11:50:44 DEBUG unit.oai-hss/0.install CC gnutls_mbuffers.lo unit-oai-hss-0: 11:50:44 DEBUG unit.oai-hss/0.install CC gnutls_buffers.lo unit-oai-hss-0: 11:50:45 DEBUG unit.oai-hss/0.install CC gnutls_handshake.lo unit-oai-hss-0: 11:50:46 DEBUG unit.oai-hss/0.install CC gnutls_num.lo unit-oai-hss-0: 11:50:46 DEBUG unit.oai-hss/0.install CC gnutls_errors.lo unit-oai-hss-0: 11:50:46 DEBUG unit.oai-hss/0.install CC gnutls_dh.lo unit-oai-hss-0: 11:50:47 DEBUG unit.oai-hss/0.install CC gnutls_kx.lo unit-oai-hss-0: 11:50:47 DEBUG unit.oai-hss/0.install CC gnutls_priority.lo unit-oai-hss-0: 11:50:47 DEBUG unit.oai-hss/0.install CC gnutls_hash_int.lo unit-oai-hss-0: 11:50:48 DEBUG unit.oai-hss/0.install CC gnutls_cipher_int.lo unit-oai-hss-0: 11:50:48 DEBUG unit.oai-hss/0.install CC gnutls_session.lo unit-oai-hss-0: 11:50:48 DEBUG unit.oai-hss/0.install CC gnutls_db.lo unit-oai-hss-0: 11:50:49 DEBUG unit.oai-hss/0.install CC x509_b64.lo unit-oai-hss-0: 11:50:49 DEBUG unit.oai-hss/0.install CC gnutls_extensions.lo unit-oai-hss-0: 11:50:49 DEBUG unit.oai-hss/0.install CC gnutls_auth.lo unit-oai-hss-0: 11:50:50 DEBUG unit.oai-hss/0.install CC gnutls_v2_compat.lo unit-oai-hss-0: 11:50:50 DEBUG unit.oai-hss/0.install CC gnutls_datum.lo unit-oai-hss-0: 11:50:50 DEBUG unit.oai-hss/0.install CC gnutls_session_pack.lo unit-oai-hss-0: 11:50:50 DEBUG unit.oai-hss/0.install CC gnutls_mpi.lo unit-oai-hss-0: 11:50:51 DEBUG unit.oai-hss/0.install CC gnutls_pk.lo unit-oai-hss-0: 11:50:51 DEBUG unit.oai-hss/0.install CC gnutls_cert.lo unit-oai-hss-0: 11:50:51 DEBUG unit.oai-hss/0.install CC gnutls_global.lo unit-oai-hss-0: 11:50:52 DEBUG unit.oai-hss/0.install CC gnutls_constate.lo unit-oai-hss-0: 11:50:52 DEBUG unit.oai-hss/0.install CC gnutls_anon_cred.lo unit-oai-hss-0: 11:50:52 DEBUG unit.oai-hss/0.install CC pkix_asn1_tab.lo unit-oai-hss-0: 11:50:52 DEBUG unit.oai-hss/0.install CC gnutls_asn1_tab.lo unit-oai-hss-0: 11:50:52 DEBUG unit.oai-hss/0.install CC gnutls_mem.lo unit-oai-hss-0: 11:50:52 DEBUG unit.oai-hss/0.install CC gnutls_ui.lo unit-oai-hss-0: 11:50:53 DEBUG unit.oai-hss/0.install CC gnutls_sig.lo unit-oai-hss-0: 11:50:53 DEBUG unit.oai-hss/0.install CC gnutls_ecc.lo unit-oai-hss-0: 11:50:53 DEBUG unit.oai-hss/0.install CC gnutls_dh_primes.lo unit-oai-hss-0: 11:50:54 DEBUG unit.oai-hss/0.install CC gnutls_alert.lo unit-oai-hss-0: 11:50:54 DEBUG unit.oai-hss/0.install CC system.lo unit-oai-hss-0: 11:50:54 DEBUG unit.oai-hss/0.install CC gnutls_str.lo unit-oai-hss-0: 11:50:54 DEBUG unit.oai-hss/0.install CC gnutls_state.lo unit-oai-hss-0: 11:50:54 DEBUG unit.oai-hss/0.install CC gnutls_x509.lo unit-oai-hss-0: 11:50:55 DEBUG unit.oai-hss/0.install CC gnutls_rsa_export.lo unit-oai-hss-0: 11:50:55 DEBUG unit.oai-hss/0.install CC gnutls_helper.lo unit-oai-hss-0: 11:50:56 DEBUG unit.oai-hss/0.install CC gnutls_supplemental.lo unit-oai-hss-0: 11:50:56 DEBUG unit.oai-hss/0.install CC random.lo unit-oai-hss-0: 11:50:56 DEBUG unit.oai-hss/0.install CC crypto-api.lo unit-oai-hss-0: 11:50:56 DEBUG unit.oai-hss/0.install CC gnutls_privkey.lo unit-oai-hss-0: 11:50:56 DEBUG unit.oai-hss/0.install CC gnutls_pcert.lo unit-oai-hss-0: 11:50:57 DEBUG unit.oai-hss/0.install CC gnutls_pubkey.lo unit-oai-hss-0: 11:50:57 DEBUG unit.oai-hss/0.install CC locks.lo unit-oai-hss-0: 11:50:57 DEBUG unit.oai-hss/0.install CC gnutls_dtls.lo unit-oai-hss-0: 11:50:58 DEBUG unit.oai-hss/0.install CC system_override.lo unit-oai-hss-0: 11:50:58 DEBUG unit.oai-hss/0.install CC crypto-backend.lo unit-oai-hss-0: 11:50:58 DEBUG unit.oai-hss/0.install CC verify-tofu.lo unit-oai-hss-0: 11:50:58 DEBUG unit.oai-hss/0.install CC pin.lo unit-oai-hss-0: 11:50:59 DEBUG unit.oai-hss/0.install CC tpm.lo unit-oai-hss-0: 11:50:59 DEBUG unit.oai-hss/0.install CC pkcs11.lo unit-oai-hss-0: 11:50:59 DEBUG unit.oai-hss/0.install CC pkcs11_privkey.lo unit-oai-hss-0: 11:50:59 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'gnutls_pkcs11_add_provider': unit-oai-hss-0: 11:50:59 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: 11:50:59 DEBUG unit.oai-hss/0.install if (p11_kit_load_initialize_module (name, &module) != CKR_OK) unit-oai-hss-0: 11:50:59 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:50:59 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: 11:50:59 DEBUG unit.oai-hss/0.install p11_kit_finalize_module (module); unit-oai-hss-0: 11:50:59 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:50:59 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'initialize_automatic_p11_kit': unit-oai-hss-0: 11:50:59 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: 11:50:59 DEBUG unit.oai-hss/0.install rv = p11_kit_initialize_registered (); unit-oai-hss-0: 11:50:59 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:50:59 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: 11:50:59 DEBUG unit.oai-hss/0.install modules = p11_kit_registered_modules (); unit-oai-hss-0: 11:50:59 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:50:59 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: 11:50:59 DEBUG unit.oai-hss/0.install name = p11_kit_registered_module_to_name (modules[i]); unit-oai-hss-0: 11:50:59 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:50:59 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'gnutls_pkcs11_reinit': unit-oai-hss-0: 11:50:59 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: 11:50:59 DEBUG unit.oai-hss/0.install rv = p11_kit_initialize_module(providers[i].module); unit-oai-hss-0: 11:50:59 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:50:59 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'gnutls_pkcs11_deinit': unit-oai-hss-0: 11:50:59 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: 11:50:59 DEBUG unit.oai-hss/0.install p11_kit_finalize_module (providers[i].module); unit-oai-hss-0: 11:50:59 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:50:59 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: 11:50:59 DEBUG unit.oai-hss/0.install p11_kit_finalize_registered (); unit-oai-hss-0: 11:50:59 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:00 DEBUG unit.oai-hss/0.install CC pkcs11_write.lo unit-oai-hss-0: 11:51:00 DEBUG unit.oai-hss/0.install CC pkcs11_secret.lo unit-oai-hss-0: 11:51:01 DEBUG unit.oai-hss/0.install CC gnutls_srp.lo unit-oai-hss-0: 11:51:01 DEBUG unit.oai-hss/0.install CC gnutls_psk.lo unit-oai-hss-0: 11:51:01 DEBUG unit.oai-hss/0.install CXX libgnutlsxx_la-gnutlsxx.lo unit-oai-hss-0: 11:51:02 DEBUG unit.oai-hss/0.install CC xssl.lo unit-oai-hss-0: 11:51:02 DEBUG unit.oai-hss/0.install CC xssl_getline.lo unit-oai-hss-0: 11:51:03 DEBUG unit.oai-hss/0.install CCLD libgnutls.la unit-oai-hss-0: 11:51:04 DEBUG unit.oai-hss/0.install copying selected object files to avoid basename conflicts... unit-oai-hss-0: 11:51:04 DEBUG unit.oai-hss/0.install CXXLD libgnutlsxx.la unit-oai-hss-0: 11:51:04 DEBUG unit.oai-hss/0.install CCLD libgnutls-xssl.la unit-oai-hss-0: 11:51:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 11:51:04 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 11:51:04 DEBUG unit.oai-hss/0.install Making all in extra unit-oai-hss-0: 11:51:04 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 11:51:04 DEBUG unit.oai-hss/0.install Making all in includes unit-oai-hss-0: 11:51:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 11:51:04 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 11:51:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 11:51:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 11:51:04 DEBUG unit.oai-hss/0.install CC gnutls_openssl.lo unit-oai-hss-0: 11:51:04 DEBUG unit.oai-hss/0.install CC openssl_compat.lo unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install CCLD libgnutls-openssl.la unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install Making all in po unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install Making all in src unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install Making all in crywrap unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install CC crywrap.o unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install crywrap.c: In function '_crywrap_do_one': unit-oai-hss-0: 11:51:05 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: 11:51:05 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)insock, unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 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: 11:51:05 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)outsock); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install crywrap.c: In function '_crywrap_setup_pidfile': unit-oai-hss-0: 11:51:05 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: 11:51:05 DEBUG unit.oai-hss/0.install fchown (pidfilefd, config->uid, (gid_t)-1); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 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: 11:51:05 DEBUG unit.oai-hss/0.install write (pidfilefd, mypid, strlen (mypid)); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install CCLD crywrap unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install Making all in libopts unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install CC libopts_la-libopts.lo unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install In file included from libopts.c:24:0: unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install enum.c: In function 'enum_err': unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install enum.c:112:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install fprintf(option_usage_fp, ENUM_ERR_LINE, *(paz_names++)); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install enum.c:135:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install sprintf(zFmt, ENUM_ERR_WIDTH, (int)max_len); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install enum.c:148:17: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install fprintf(option_usage_fp, NLSTR_SPACE_FMT, *(paz_names++)); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install enum.c:155:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install fprintf(option_usage_fp, NLSTR_FMT, *paz_names); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install enum.c: In function 'optionEnumerationVal': unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install enum.c:307:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install printf(INVALID_FMT, ix); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install In file included from libopts.c:27:0: unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install find.c: In function 'opt_ambiguities': unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install find.c:114:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install fprintf(stderr, zambig_file, hyph, pOD->pz_Name); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install find.c:119:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install fprintf(stderr, zambig_file, hyph, pOD->pz_DisableName); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install find.c: In function 'opt_set': unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install find.c:219:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install fprintf(stderr, SET_OFF_FMT, pOD->pzText); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install find.c: In function 'opt_find_short': unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install find.c:432:21: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install fprintf(stderr, SET_OFF_FMT, pRes->pzText); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install In file included from libopts.c:30:0: unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install makeshell.c: In function 'optionParseShell': unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install makeshell.c:147:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install printf(LOPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install makeshell.c:157:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install printf(LOPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install makeshell.c:166:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install printf(OPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install makeshell.c:178:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install printf(LOPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install makeshell.c:184:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install printf(OPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install makeshell.c:195:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install printf(SHOW_PROG_ENV, opts->pzPROGNAME); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_var_text': unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install makeshell.c:230:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install printf(SET_TEXT_FMT, prog, var); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_usage': unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install makeshell.c:373:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install strftime(tm_nm_buf, AO_NAME_SIZE, TIME_FMT, ptm ); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install makeshell.c:381:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install printf(SHELL_MAGIC, shell_prog); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install makeshell.c:383:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install printf(PREAMBLE_FMT, START_MARK, out_nm, tm_nm_buf); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install makeshell.c:386:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install printf(END_PRE_FMT, opts->pzPROGNAME); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_wrapup': unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install makeshell.c:436:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install printf(FINISH_LOOP, opts->pzPROGNAME); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_action': unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install makeshell.c:532:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install printf(ECHO_N_EXIT, opts->pzPROGNAME, VER_STR); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install makeshell.c:535:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install printf(PAGE_USAGE_TEXT, opts->pzPROGNAME); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install makeshell.c:538:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_LOAD_WARN); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install makeshell.c:539:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, YES_NEED_OPT_ARG); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install makeshell.c:544:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_SAVE_OPTS); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install makeshell.c:545:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, OK_NEED_OPT_ARG); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install makeshell.c:547:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install printf(ECHO_N_EXIT, opts->pzPROGNAME, LONG_USE_STR); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install makeshell.c:551:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install printf(SGL_ARG_FMT, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install makeshell.c:555:24: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install od->pz_NAME, od->optMaxCt); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install makeshell.c:557:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install printf(MULTI_ARG_FMT, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install makeshell.c:564:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install printf(SET_MULTI_ARG, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install makeshell.c:565:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_ARG_NEEDED); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install makeshell.c:568:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install printf(SET_MULTI_ARG, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install makeshell.c:569:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, OK_NEED_OPT_ARG); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install makeshell.c:572:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, YES_NEED_OPT_ARG); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_inaction': unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install makeshell.c:582:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_SUPPRESS_LOAD); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install makeshell.c:586:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install od->pz_NAME, od->pz_DisablePfx); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install makeshell.c:589:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install od->pz_NAME, od->pz_DisablePfx); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install makeshell.c:591:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_ARG_NEEDED); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_flag': unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install makeshell.c:614:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install printf(zOptionFlag, od->optValue); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_match_expr': unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install makeshell.c:689:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install printf(zOptionPartName, name_bf); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install makeshell.c:699:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install printf(zOptionFullName, name); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install In file included from libopts.c:31:0: unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install nested.c: In function 'emit_special_char': unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install nested.c:903:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install fprintf(fp, XML_HEX_BYTE_FMT, (ch & 0xFF)); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install In file included from libopts.c:33:0: unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install pgusage.c: In function 'open_tmp_usage': unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install pgusage.c:49:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install snprintf(bf, bfsz, TMP_FILE_FMT, tmpdir, my_pid); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install pgusage.c:49:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install pgusage.c: In function 'mk_pager_cmd': unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install pgusage.c:90:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install snprintf(res, bfsz, PAGE_USAGE_FMT, pager, fname); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install pgusage.c:90:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install In file included from libopts.c:34:0: unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install putshell.c: In function 'optionQuoteString': unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install putshell.c:190:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install sprintf(out, MK_STR_OCT_FMT, ch); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install putshell.c: In function 'print_enumeration': unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install putshell.c:277:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install printf(OPT_VAL_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install putshell.c:283:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install printf(QUOT_ARG_FMT, pOD->optArg.argString); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install putshell.c:288:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install printf(OPT_END_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install putshell.c: In function 'print_membership': unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install putshell.c:298:12: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install (int)(uintptr_t)(pOD->optCookie)); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install putshell.c:315:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install printf(SHOW_VAL_FMT, (unsigned long)val); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install putshell.c: In function 'print_stacked_arg': unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install putshell.c:330:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install printf(zOptCookieCt, pOpts->pzPROGNAME, pOD->pz_NAME, ct); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install putshell.c:334:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install pAL->useCt - ct); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install putshell.c:337:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install pAL->useCt - ct); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install putshell.c: In function 'optionPutShell': unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install putshell.c:375:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install printf(zOptCtFmt, pOpts->curOptIdx-1); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install putshell.c:403:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install printf(zEquivMode, pOpts->pzPROGNAME, pOD->pz_NAME, p->pz_NAME); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install putshell.c:442:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ? pOD->pz_DisablePfx : "false"); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install putshell.c:452:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install (int)pOD->optArg.argInt); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install putshell.c:472:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install (pOD->optArg.argBool == 0) ? "false" : "true"); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install putshell.c:484:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install pOD->optOccCt); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install putshell.c:491:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install printf(OPT_VAL_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install putshell.c:493:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install printf(OPT_END_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install In file included from libopts.c:37:0: unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install save.c: In function 'prt_value': unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install save.c:351:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install fprintf(fp, NULL_ATR_FMT, ovp->pzName); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install save.c:366:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install fprintf(fp, TYPE_ATR_FMT, ovp->pzName, typ); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install save.c:386:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install fprintf(fp, END_XML_FMT, ovp->pzName); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install save.c:392:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install fprintf(fp, NUMB_ATR_FMT, ovp->pzName, ovp->v.longVal); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install save.c:397:17: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ovp->v.boolVal ? "true" : "false"); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install save.c: In function 'prt_string': unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install save.c:411:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install fprintf(fp, OPEN_XML_FMT, name); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install save.c:439:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install fprintf(fp, END_XML_FMT, name); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install save.c: In function 'prt_val_list': unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install save.c:459:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install fprintf(fp, OPEN_CLOSE_FMT, name); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install save.c:463:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install fprintf(fp, NESTED_OPT_FMT, name); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install save.c: In function 'prt_nested': unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install save.c:503:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install fprintf(fp, NESTED_OPT_FMT, p->pz_Name); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install save.c: In function 'open_sv_file': unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install save.c:556:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install fprintf(fp, zPresetFile, time_str); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install In file included from libopts.c:44:0: unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install usage.c: In function 'print_usage_details': unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install usage.c:352:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install sprintf(line_fmt_buf, zFmtFmt, flen); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install usage.c:357:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install sprintf(line_fmt_buf, zFmtFmt, flen); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install usage.c: In function 'print_one_paragraph': unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install usage.c:437:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install fprintf(fp, PUTS_FMT, t); unit-oai-hss-0: 11:51:05 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:08 DEBUG unit.oai-hss/0.install CCLD libopts.la unit-oai-hss-0: 11:51:08 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 11:51:08 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 11:51:08 DEBUG unit.oai-hss/0.install CC libcmd_srp_la-srptool-args.lo unit-oai-hss-0: 11:51:08 DEBUG unit.oai-hss/0.install CC libcmd_psk_la-psk-args.lo unit-oai-hss-0: 11:51:08 DEBUG unit.oai-hss/0.install CC libcmd_ocsp_la-ocsptool-args.lo unit-oai-hss-0: 11:51:08 DEBUG unit.oai-hss/0.install CC libcmd_serv_la-serv-args.lo unit-oai-hss-0: 11:51:08 DEBUG unit.oai-hss/0.install CC libcmd_cli_la-cli-args.lo unit-oai-hss-0: 11:51:08 DEBUG unit.oai-hss/0.install CC libcmd_cli_debug_la-cli-debug-args.lo unit-oai-hss-0: 11:51:08 DEBUG unit.oai-hss/0.install CC libcmd_certtool_la-certtool-args.lo unit-oai-hss-0: 11:51:09 DEBUG unit.oai-hss/0.install CC libcmd_certtool_la-certtool-cfg.lo unit-oai-hss-0: 11:51:09 DEBUG unit.oai-hss/0.install CC libcmd_danetool_la-danetool-args.lo unit-oai-hss-0: 11:51:09 DEBUG unit.oai-hss/0.install CC libcmd_danetool_la-certtool-cfg.lo unit-oai-hss-0: 11:51:09 DEBUG unit.oai-hss/0.install CC libcmd_p11tool_la-p11tool-args.lo unit-oai-hss-0: 11:51:10 DEBUG unit.oai-hss/0.install CC libcmd_p11tool_la-certtool-cfg.lo unit-oai-hss-0: 11:51:10 DEBUG unit.oai-hss/0.install CC libcmd_tpmtool_la-tpmtool-args.lo unit-oai-hss-0: 11:51:10 DEBUG unit.oai-hss/0.install CC libcmd_tpmtool_la-certtool-cfg.lo unit-oai-hss-0: 11:51:11 DEBUG unit.oai-hss/0.install CC psk.o unit-oai-hss-0: 11:51:12 DEBUG unit.oai-hss/0.install CC cli-debug.o unit-oai-hss-0: 11:51:12 DEBUG unit.oai-hss/0.install CC tests.o unit-oai-hss-0: 11:51:12 DEBUG unit.oai-hss/0.install cli-debug.c: In function 'main': unit-oai-hss-0: 11:51:12 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: 11:51:12 DEBUG unit.oai-hss/0.install gnutls_transport_set_ptr (state, (gnutls_transport_ptr_t) unit-oai-hss-0: 11:51:12 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:12 DEBUG unit.oai-hss/0.install CC socket.o unit-oai-hss-0: 11:51:12 DEBUG unit.oai-hss/0.install CC common.o unit-oai-hss-0: 11:51:12 DEBUG unit.oai-hss/0.install CC certtool.o unit-oai-hss-0: 11:51:13 DEBUG unit.oai-hss/0.install common.c: In function 'token_callback': unit-oai-hss-0: 11:51:13 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: 11:51:13 DEBUG unit.oai-hss/0.install fgets (buf, sizeof (buf), stdin); unit-oai-hss-0: 11:51:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:13 DEBUG unit.oai-hss/0.install CC certtool-common.o unit-oai-hss-0: 11:51:13 DEBUG unit.oai-hss/0.install certtool-common.c: In function 'print_head': unit-oai-hss-0: 11:51:13 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: 11:51:13 DEBUG unit.oai-hss/0.install asprintf(&ntxt, "const unsigned char %s[%u] =", txt, size); unit-oai-hss-0: 11:51:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:13 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: 11:51:13 DEBUG unit.oai-hss/0.install asprintf(&ntxt, "const unsigned char %s[] =\n", txt); unit-oai-hss-0: 11:51:13 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:13 DEBUG unit.oai-hss/0.install CC certtool-extras.o unit-oai-hss-0: 11:51:13 DEBUG unit.oai-hss/0.install CC srptool.o unit-oai-hss-0: 11:51:13 DEBUG unit.oai-hss/0.install CC ocsptool.o unit-oai-hss-0: 11:51:14 DEBUG unit.oai-hss/0.install CC ocsptool-common.o unit-oai-hss-0: 11:51:14 DEBUG unit.oai-hss/0.install CC serv.o unit-oai-hss-0: 11:51:14 DEBUG unit.oai-hss/0.install CC udp-serv.o unit-oai-hss-0: 11:51:14 DEBUG unit.oai-hss/0.install CC cli.o unit-oai-hss-0: 11:51:14 DEBUG unit.oai-hss/0.install CC benchmark-cipher.o unit-oai-hss-0: 11:51:14 DEBUG unit.oai-hss/0.install cli.c: In function 'psk_callback': unit-oai-hss-0: 11:51:14 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: 11:51:14 DEBUG unit.oai-hss/0.install getline (&tmp, &n, stdin); unit-oai-hss-0: 11:51:14 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:14 DEBUG unit.oai-hss/0.install CC benchmark.o unit-oai-hss-0: 11:51:14 DEBUG unit.oai-hss/0.install CC benchmark-tls.o unit-oai-hss-0: 11:51:14 DEBUG unit.oai-hss/0.install CC danetool.o unit-oai-hss-0: 11:51:15 DEBUG unit.oai-hss/0.install CC tpmtool.o unit-oai-hss-0: 11:51:15 DEBUG unit.oai-hss/0.install CC p11tool.o unit-oai-hss-0: 11:51:15 DEBUG unit.oai-hss/0.install CC pkcs11.o unit-oai-hss-0: 11:51:15 DEBUG unit.oai-hss/0.install CCLD libcmd-srp.la unit-oai-hss-0: 11:51:15 DEBUG unit.oai-hss/0.install CCLD libcmd-psk.la unit-oai-hss-0: 11:51:15 DEBUG unit.oai-hss/0.install CCLD libcmd-ocsp.la unit-oai-hss-0: 11:51:15 DEBUG unit.oai-hss/0.install CCLD libcmd-serv.la unit-oai-hss-0: 11:51:15 DEBUG unit.oai-hss/0.install CCLD libcmd-cli.la unit-oai-hss-0: 11:51:15 DEBUG unit.oai-hss/0.install CCLD libcmd-cli-debug.la unit-oai-hss-0: 11:51:15 DEBUG unit.oai-hss/0.install CCLD libcmd-certtool.la unit-oai-hss-0: 11:51:15 DEBUG unit.oai-hss/0.install CCLD libcmd-danetool.la unit-oai-hss-0: 11:51:16 DEBUG unit.oai-hss/0.install CCLD libcmd-p11tool.la unit-oai-hss-0: 11:51:16 DEBUG unit.oai-hss/0.install CCLD libcmd-tpmtool.la unit-oai-hss-0: 11:51:16 DEBUG unit.oai-hss/0.install CCLD psktool unit-oai-hss-0: 11:51:16 DEBUG unit.oai-hss/0.install CCLD gnutls-cli-debug unit-oai-hss-0: 11:51:16 DEBUG unit.oai-hss/0.install CCLD certtool unit-oai-hss-0: 11:51:16 DEBUG unit.oai-hss/0.install CCLD srptool unit-oai-hss-0: 11:51:16 DEBUG unit.oai-hss/0.install CCLD ocsptool unit-oai-hss-0: 11:51:16 DEBUG unit.oai-hss/0.install CCLD gnutls-serv unit-oai-hss-0: 11:51:16 DEBUG unit.oai-hss/0.install CCLD gnutls-cli unit-oai-hss-0: 11:51:16 DEBUG unit.oai-hss/0.install CCLD danetool unit-oai-hss-0: 11:51:17 DEBUG unit.oai-hss/0.install CCLD tpmtool unit-oai-hss-0: 11:51:17 DEBUG unit.oai-hss/0.install CCLD p11tool unit-oai-hss-0: 11:51:17 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 11:51:17 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 11:51:17 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 11:51:17 DEBUG unit.oai-hss/0.install Making all in doc unit-oai-hss-0: 11:51:17 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 11:51:17 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 11:51:17 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 11:51:17 DEBUG unit.oai-hss/0.install Making all in examples unit-oai-hss-0: 11:51:17 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 11:51:17 DEBUG unit.oai-hss/0.install CC ex-alert.lo unit-oai-hss-0: 11:51:17 DEBUG unit.oai-hss/0.install CC ex-pkcs12.lo unit-oai-hss-0: 11:51:17 DEBUG unit.oai-hss/0.install CC ex-session-info.lo unit-oai-hss-0: 11:51:17 DEBUG unit.oai-hss/0.install CC ex-x509-info.lo unit-oai-hss-0: 11:51:17 DEBUG unit.oai-hss/0.install CC ex-verify.lo unit-oai-hss-0: 11:51:17 DEBUG unit.oai-hss/0.install CC tcp.lo unit-oai-hss-0: 11:51:17 DEBUG unit.oai-hss/0.install CC udp.lo unit-oai-hss-0: 11:51:17 DEBUG unit.oai-hss/0.install CC ex-pkcs11-list.lo unit-oai-hss-0: 11:51:18 DEBUG unit.oai-hss/0.install CC verify.lo unit-oai-hss-0: 11:51:18 DEBUG unit.oai-hss/0.install CC ex-verify-ssh.lo unit-oai-hss-0: 11:51:18 DEBUG unit.oai-hss/0.install CC ex-client-resume.o unit-oai-hss-0: 11:51:18 DEBUG unit.oai-hss/0.install CC ex-client-dtls.o unit-oai-hss-0: 11:51:18 DEBUG unit.oai-hss/0.install CC ex-cert-select.o unit-oai-hss-0: 11:51:18 DEBUG unit.oai-hss/0.install CC ex-client-x509.o unit-oai-hss-0: 11:51:18 DEBUG unit.oai-hss/0.install CC ex-serv-dtls.o unit-oai-hss-0: 11:51:18 DEBUG unit.oai-hss/0.install CC ex-client-xssl1.o unit-oai-hss-0: 11:51:18 DEBUG unit.oai-hss/0.install CC ex-client-xssl2.o unit-oai-hss-0: 11:51:18 DEBUG unit.oai-hss/0.install CC print-ciphersuites.o unit-oai-hss-0: 11:51:18 DEBUG unit.oai-hss/0.install ex-client-xssl1.c: In function 'main': unit-oai-hss-0: 11:51:18 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: 11:51:18 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)fd, unit-oai-hss-0: 11:51:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:18 DEBUG unit.oai-hss/0.install ex-client-xssl2.c: In function 'main': unit-oai-hss-0: 11:51:18 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: 11:51:18 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)fd, unit-oai-hss-0: 11:51:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 11:51:18 DEBUG unit.oai-hss/0.install CXX ex-cxx.o unit-oai-hss-0: 11:51:18 DEBUG unit.oai-hss/0.install CC ex-client-anon.o unit-oai-hss-0: 11:51:18 DEBUG unit.oai-hss/0.install CC ex-serv-anon.o unit-oai-hss-0: 11:51:18 DEBUG unit.oai-hss/0.install CC ex-serv-pgp.o unit-oai-hss-0: 11:51:18 DEBUG unit.oai-hss/0.install CC ex-cert-select-pkcs11.o unit-oai-hss-0: 11:51:18 DEBUG unit.oai-hss/0.install CC ex-client-psk.o unit-oai-hss-0: 11:51:19 DEBUG unit.oai-hss/0.install CC ex-serv-psk.o unit-oai-hss-0: 11:51:19 DEBUG unit.oai-hss/0.install CC ex-client-srp.o unit-oai-hss-0: 11:51:19 DEBUG unit.oai-hss/0.install CC ex-serv-srp.o unit-oai-hss-0: 11:51:19 DEBUG unit.oai-hss/0.install CC ex-ocsp-client.o unit-oai-hss-0: 11:51:19 DEBUG unit.oai-hss/0.install CCLD libexamples.la unit-oai-hss-0: 11:51:19 DEBUG unit.oai-hss/0.install CCLD ex-client-resume unit-oai-hss-0: 11:51:19 DEBUG unit.oai-hss/0.install CCLD ex-client-dtls unit-oai-hss-0: 11:51:19 DEBUG unit.oai-hss/0.install CCLD ex-cert-select unit-oai-hss-0: 11:51:19 DEBUG unit.oai-hss/0.install CCLD ex-client-x509 unit-oai-hss-0: 11:51:19 DEBUG unit.oai-hss/0.install CCLD ex-serv-dtls unit-oai-hss-0: 11:51:19 DEBUG unit.oai-hss/0.install CCLD ex-client-xssl1 unit-oai-hss-0: 11:51:19 DEBUG unit.oai-hss/0.install CCLD ex-client-xssl2 unit-oai-hss-0: 11:51:19 DEBUG unit.oai-hss/0.install CCLD print-ciphersuites unit-oai-hss-0: 11:51:20 DEBUG unit.oai-hss/0.install CXXLD ex-cxx unit-oai-hss-0: 11:51:20 DEBUG unit.oai-hss/0.install CCLD ex-client-anon unit-oai-hss-0: 11:51:20 DEBUG unit.oai-hss/0.install CCLD ex-serv-anon unit-oai-hss-0: 11:51:20 DEBUG unit.oai-hss/0.install CCLD ex-serv-pgp unit-oai-hss-0: 11:51:20 DEBUG unit.oai-hss/0.install CCLD ex-cert-select-pkcs11 unit-oai-hss-0: 11:51:20 DEBUG unit.oai-hss/0.install CCLD ex-client-psk unit-oai-hss-0: 11:51:20 DEBUG unit.oai-hss/0.install CCLD ex-serv-psk unit-oai-hss-0: 11:51:20 DEBUG unit.oai-hss/0.install CCLD ex-client-srp unit-oai-hss-0: 11:51:20 DEBUG unit.oai-hss/0.install CCLD ex-serv-srp unit-oai-hss-0: 11:51:20 DEBUG unit.oai-hss/0.install CCLD ex-ocsp-client unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install Making all in cyclo unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install Making all in scripts unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install Making all in manpages unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install Making all in credentials unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install Making all in openpgp unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all'. unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install Making all in srp unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all'. unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install Making all in x509 unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all'. unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all-am'. unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install Making all in latex unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all-am'. unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install Making all in tests unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install Making all in . unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install CC utils.lo unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install CCLD libutils.la unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install Making all in rsa-md5-collision unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install Making all in pkcs1-padding unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install Making all in pkcs8-decode unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install Making all in pkcs12-decode unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install Making all in userid unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install Making all in cert-tests unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install Making all in key-id unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install Making all in sha2 unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install Making all in safe-renegotiation unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install Making all in dsa unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install Making all in scripts unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install Making all in ecdsa unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install Making all in slow unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install Making all in dtls unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install Making all in srp unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install Making all in openpgp-certs unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[2]: Nothing to be done for `all-am'. unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install Making install in gl unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install Making install in tests unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install Making install in . unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[6]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[6]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[6]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[6]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install Making install in lib unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install Making install in includes unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include/gnutls' unit-oai-hss-0: 11:51:21 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: 11:51:21 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include/gnutls' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls/gnutls.h '/usr/include/gnutls' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install Making install in x509 unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install Making install in accelerated unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install Making install in x86 unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install Making install in auth unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install Making install in ext unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install Making install in algorithms unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install Making install in extras unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install Making install in opencdk unit-oai-hss-0: 11:51:21 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install Making install in openpgp unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install Making install in nettle unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/lib' unit-oai-hss-0: 11:51:22 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: 11:51:22 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: 11:51:22 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: 11:51:22 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: 11:51:22 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls.lai /usr/lib/libgnutls.la unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install libtool: install: warning: relinking `libgnutlsxx.la' unit-oai-hss-0: 11:51:22 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: 11:51:22 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: 11:51:22 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: 11:51:22 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: 11:51:22 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutlsxx.lai /usr/lib/libgnutlsxx.la unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install libtool: install: warning: relinking `libgnutls-xssl.la' unit-oai-hss-0: 11:51:22 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: 11:51:22 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: 11:51:22 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: 11:51:22 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: 11:51:22 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: 11:51:22 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls.a /usr/lib/libgnutls.a unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutls.a unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutls.a unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutlsxx.a /usr/lib/libgnutlsxx.a unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutlsxx.a unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutlsxx.a unit-oai-hss-0: 11:51:22 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: 11:51:22 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutls-xssl.a unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutls-xssl.a unit-oai-hss-0: 11:51:22 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: 11:51:22 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install Libraries have been installed in: unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install /usr/lib unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install If you ever happen to want to link against installed libraries unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install in a given directory, LIBDIR, you must either use libtool, and unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install specify the full pathname of the library, or use the `-LLIBDIR' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install flag during linking and do at least one of the following: unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_LIBRARY_PATH' environment variable unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install during execution unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_RUN_PATH' environment variable unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install during linking unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install - use the `-Wl,-rpath -Wl,LIBDIR' linker flag unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install - have your system administrator add LIBDIR to `/etc/ld.so.conf' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install See any operating system documentation about shared libraries for unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install more information, such as the ld(1) and ld.so(8) manual pages. unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/lib/pkgconfig' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls.pc '/usr/lib/pkgconfig' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install Making install in extra unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install Making install in includes unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include/gnutls' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls/openssl.h '/usr/include/gnutls' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/lib' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install /bin/bash ../libtool --mode=install /usr/bin/install -c libgnutls-openssl.la '/usr/lib' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install libtool: install: warning: relinking `libgnutls-openssl.la' unit-oai-hss-0: 11:51:22 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: 11:51:22 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: 11:51:22 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: 11:51:22 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: 11:51:22 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: 11:51:22 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: 11:51:22 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutls-openssl.a unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutls-openssl.a unit-oai-hss-0: 11:51:22 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: 11:51:22 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install Libraries have been installed in: unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install /usr/lib unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install If you ever happen to want to link against installed libraries unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install in a given directory, LIBDIR, you must either use libtool, and unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install specify the full pathname of the library, or use the `-LLIBDIR' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install flag during linking and do at least one of the following: unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_LIBRARY_PATH' environment variable unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install during execution unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_RUN_PATH' environment variable unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install during linking unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install - use the `-Wl,-rpath -Wl,LIBDIR' linker flag unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install - have your system administrator add LIBDIR to `/etc/ld.so.conf' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install See any operating system documentation about shared libraries for unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install more information, such as the ld(1) and ld.so(8) manual pages. unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install Making install in po unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install installing en@boldquot.gmo as /usr/share/locale/en@boldquot/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install installing en@quot.gmo as /usr/share/locale/en@quot/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install installing cs.gmo as /usr/share/locale/cs/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install installing de.gmo as /usr/share/locale/de/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install installing eo.gmo as /usr/share/locale/eo/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install installing fi.gmo as /usr/share/locale/fi/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install installing fr.gmo as /usr/share/locale/fr/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install installing it.gmo as /usr/share/locale/it/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install installing ms.gmo as /usr/share/locale/ms/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install installing nl.gmo as /usr/share/locale/nl/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install installing pl.gmo as /usr/share/locale/pl/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install installing sv.gmo as /usr/share/locale/sv/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install installing uk.gmo as /usr/share/locale/uk/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install installing vi.gmo as /usr/share/locale/vi/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install installing zh_CN.gmo as /usr/share/locale/zh_CN/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install if test "gnutls" = "gettext-tools"; then \ unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/share/gettext/po; \ unit-oai-hss-0: 11:51:22 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: 11:51:22 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 ./$file \ unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install /usr/share/gettext/po/$file; \ unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install done; \ unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install for file in Makevars; do \ unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install rm -f /usr/share/gettext/po/$file; \ unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install done; \ unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install else \ unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install : ; \ unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install fi unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install Making install in src unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install Making install in crywrap unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/bin' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install /bin/bash ../../libtool --mode=install /usr/bin/install -c crywrap '/usr/bin' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/crywrap /usr/bin/crywrap unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install Making install in libopts unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/bin' unit-oai-hss-0: 11:51:22 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: 11:51:22 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/psktool /usr/bin/psktool unit-oai-hss-0: 11:51:22 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: 11:51:22 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/certtool /usr/bin/certtool unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/srptool /usr/bin/srptool unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/ocsptool /usr/bin/ocsptool unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/gnutls-serv /usr/bin/gnutls-serv unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/gnutls-cli /usr/bin/gnutls-cli unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/danetool /usr/bin/danetool unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/tpmtool /usr/bin/tpmtool unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/p11tool /usr/bin/p11tool unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install Making install in doc unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install Making install in examples unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install Making install in cyclo unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install Making install in scripts unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install Making install in manpages unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 11:51:22 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/man/man1' unit-oai-hss-0: 11:51:23 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: 11:51:23 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/man/man3' unit-oai-hss-0: 11:51:23 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: 11:51:23 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: 11:51:23 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: 11:51:23 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: 11:51:23 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: 11:51:23 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: 11:51:23 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: 11:51:23 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: 11:51:23 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: 11:51:23 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: 11:51:23 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: 11:51:23 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: 11:51:23 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: 11:51:23 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: 11:51:23 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: 11:51:23 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: 11:51:23 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: 11:51:23 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: 11:51:23 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: 11:51:23 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: 11:51:23 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: 11:51:23 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install Making install in credentials unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install Making install in openpgp unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install Making install in srp unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install Making install in x509 unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install Making install in latex unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/info' unit-oai-hss-0: 11:51:23 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: 11:51:23 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/info' unit-oai-hss-0: 11:51:23 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: 11:51:23 DEBUG unit.oai-hss/0.install install-info --info-dir='/usr/share/info' '/usr/share/info/gnutls.info' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install This is not dpkg install-info anymore, but GNU install-info unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install See the man page for ginstall-info for command line arguments unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install install-info --info-dir='/usr/share/info' '/usr/share/info/gnutls-guile.info' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install This is not dpkg install-info anymore, but GNU install-info unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install See the man page for ginstall-info for command line arguments unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install Making install in tests unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install Making install in . unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install Making install in rsa-md5-collision unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install Making install in pkcs1-padding unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install Making install in pkcs8-decode unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install Making install in pkcs12-decode unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install Making install in userid unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install Making install in cert-tests unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install Making install in key-id unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install Making install in sha2 unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install Making install in safe-renegotiation unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install Making install in dsa unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install Making install in scripts unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install Making install in ecdsa unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install Making install in slow unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install Making install in dtls unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install Making install in srp unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install Making install in openpgp-certs unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[2]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[2]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install autoconf is already the newest version. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install automake is already the newest version. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install bison is already the newest version. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install build-essential is already the newest version. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install cmake is already the newest version. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install flex is already the newest version. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install g++ is already the newest version. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install g++ set to manually installed. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install gcc is already the newest version. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install gcc set to manually installed. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install libsctp-dev is already the newest version. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install libsctp1 is already the newest version. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install cmake-curses-gui is already the newest version. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install gdb is already the newest version. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install libgcrypt11-dev is already the newest version. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install libidn11-dev is already the newest version. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install libmysqlclient-dev is already the newest version. unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install comerr-dev dh-apparmor gettext intltool-debian krb5-multidev libasprintf-dev unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install libcroco3 libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libexpat1-dev unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install libfontenc1 libgettextpo-dev libgettextpo0 libgl1-mesa-dri libgl1-mesa-glx unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install libglapi-mesa libgssrpc4 libkadm5clnt-mit9 libkadm5srv-mit9 libkdb5-7 unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install libllvm3.4 libmail-sendmail-perl libpciaccess0 libpq5 libpython-dev unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install libpython2.7-dev libsys-hostname-long-perl libtcl8.6 libtk8.6 unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install libtxc-dxtn-s2tc0 libunistring0 libutempter0 libx11-xcb1 libxaw7 unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-shape0 unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install libxcb-sync1 libxcomposite1 libxdamage1 libxfixes3 libxft2 libxinerama1 unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install libxmu6 libxpm4 libxrandr2 libxshmfence1 libxss1 libxtst6 libxv1 unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install libxxf86dga1 libxxf86vm1 mercurial-common po-debconf python2.7-dev swig2.0 unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install tcl tcl8.6 tk tk8.6 x11-utils xbitmaps xterm unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install doc-base dh-make apparmor-easyprof gettext-doc krb5-doc libglide3 krb5-user unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install postgresql-doc-9.3 qct kdiff3 kdiff3-qt kompare meld tkcvs mgdiff unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install python-mysqldb python-pygments libmail-box-perl openssl-blacklist swig-doc unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install swig-examples swig2.0-examples swig2.0-doc tcl-tclreadline mesa-utils unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install xfonts-cyrillic unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install Recommended packages: unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install wish unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install comerr-dev debhelper dh-apparmor gettext intltool-debian krb5-multidev unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install libasprintf-dev libcroco3 libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install libexpat1-dev libfontenc1 libgettextpo-dev libgettextpo0 libgl1-mesa-dri unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install libgl1-mesa-glx libglapi-mesa libgssrpc4 libkadm5clnt-mit9 libkadm5srv-mit9 unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install libkdb5-7 libllvm3.4 libmail-sendmail-perl libpciaccess0 libpq-dev libpq5 unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install libpython-dev libpython2.7-dev libsys-hostname-long-perl libtcl8.6 libtk8.6 unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install libtxc-dxtn-s2tc0 libunistring0 libutempter0 libx11-xcb1 libxaw7 unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-shape0 unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install libxcb-sync1 libxcomposite1 libxdamage1 libxfixes3 libxft2 libxinerama1 unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install libxml2-dev libxmu6 libxpm4 libxrandr2 libxshmfence1 libxss1 libxtst6 libxv1 unit-oai-hss-0: 11:51:23 DEBUG unit.oai-hss/0.install libxxf86dga1 libxxf86vm1 mercurial mercurial-common po-debconf python-dev unit-oai-hss-0: 11:51:23 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: 11:51:23 DEBUG unit.oai-hss/0.install xterm unit-oai-hss-0: 11:51:24 DEBUG unit.oai-hss/0.install 0 upgraded, 73 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 11:51:24 DEBUG unit.oai-hss/0.install Need to get 43.0 MB of archives. unit-oai-hss-0: 11:51:24 DEBUG unit.oai-hss/0.install After this operation, 135 MB of additional disk space will be used. unit-oai-hss-0: 11:51:24 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: 11:51:24 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: 11:51:25 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: 11:51:25 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: 11:51:25 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: 11:51:25 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: 11:51:25 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: 11:51:26 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: 11:51:26 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: 11:51:27 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: 11:51:27 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: 11:51:27 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: 11:51:27 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: 11:51:27 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: 11:51:28 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: 11:51:28 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: 11:51:28 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: 11:51:28 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 11:51:28 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: 11:51:28 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: 11:51:28 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: 11:51:28 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: 11:51:29 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: 11:51:29 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: 11:51:29 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: 11:51:29 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: 11:51:29 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: 11:51:29 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: 11:51:30 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: 11:51:31 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: 11:51:31 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: 11:51:31 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: 11:51:31 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: 11:51:31 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: 11:51:31 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: 11:51:32 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: 11:51:32 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: 11:51:32 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: 11:51:32 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: 11:51:32 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: 11:51:32 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: 11:51:32 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: 11:51:32 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: 11:51:33 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: 11:51:33 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: 11:51:33 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: 11:51:33 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: 11:51:33 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: 11:51:33 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: 11:51:34 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: 11:51:34 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: 11:51:34 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: 11:51:34 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: 11:51:34 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: 11:51:34 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: 11:51:34 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: 11:51:35 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: 11:51:35 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: 11:51:35 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: 11:51:35 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: 11:51:35 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: 11:51:35 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: 11:51:35 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: 11:51:36 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: 11:51:36 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: 11:51:36 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: 11:51:36 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: 11:51:36 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: 11:51:36 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: 11:51:36 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: 11:51:37 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: 11:51:37 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: 11:51:37 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: 11:51:37 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: 11:51:37 DEBUG unit.oai-hss/0.install sh: 0: getcwd() failed: No such file or directory unit-oai-hss-0: 11:51:37 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: 11:51:37 DEBUG unit.oai-hss/0.install Preconfiguring packages ... unit-oai-hss-0: 11:51:37 DEBUG unit.oai-hss/0.install sh: 0: getcwd() failed: No such file or directory unit-oai-hss-0: 11:51:37 DEBUG unit.oai-hss/0.install Fetched 43.0 MB in 13s (3131 kB/s) unit-oai-hss-0: 11:51:38 DEBUG unit.oai-hss/0.install Selecting previously unselected package libcroco3:amd64. unit-oai-hss-0: 11:51:38 DEBUG unit.oai-hss/0.install (Reading database ... 92786 files and directories currently installed.) unit-oai-hss-0: 11:51:38 DEBUG unit.oai-hss/0.install Preparing to unpack .../libcroco3_0.6.8-2ubuntu1_amd64.deb ... unit-oai-hss-0: 11:51:38 DEBUG unit.oai-hss/0.install Unpacking libcroco3:amd64 (0.6.8-2ubuntu1) ... unit-oai-hss-0: 11:51:38 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpciaccess0:amd64. unit-oai-hss-0: 11:51:38 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpciaccess0_0.13.2-1_amd64.deb ... unit-oai-hss-0: 11:51:38 DEBUG unit.oai-hss/0.install Unpacking libpciaccess0:amd64 (0.13.2-1) ... unit-oai-hss-0: 11:51:39 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdrm-intel1:amd64. unit-oai-hss-0: 11:51:39 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdrm-intel1_2.4.67-1ubuntu0.14.04.2_amd64.deb ... unit-oai-hss-0: 11:51:39 DEBUG unit.oai-hss/0.install Unpacking libdrm-intel1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 11:51:39 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdrm-nouveau2:amd64. unit-oai-hss-0: 11:51:39 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdrm-nouveau2_2.4.67-1ubuntu0.14.04.2_amd64.deb ... unit-oai-hss-0: 11:51:39 DEBUG unit.oai-hss/0.install Unpacking libdrm-nouveau2:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 11:51:40 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdrm-radeon1:amd64. unit-oai-hss-0: 11:51:40 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdrm-radeon1_2.4.67-1ubuntu0.14.04.2_amd64.deb ... unit-oai-hss-0: 11:51:40 DEBUG unit.oai-hss/0.install Unpacking libdrm-radeon1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 11:51:41 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfontenc1:amd64. unit-oai-hss-0: 11:51:41 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfontenc1_1%3a1.1.2-1_amd64.deb ... unit-oai-hss-0: 11:51:41 DEBUG unit.oai-hss/0.install Unpacking libfontenc1:amd64 (1:1.1.2-1) ... unit-oai-hss-0: 11:51:41 DEBUG unit.oai-hss/0.install Selecting previously unselected package libunistring0:amd64. unit-oai-hss-0: 11:51:41 DEBUG unit.oai-hss/0.install Preparing to unpack .../libunistring0_0.9.3-5ubuntu3_amd64.deb ... unit-oai-hss-0: 11:51:41 DEBUG unit.oai-hss/0.install Unpacking libunistring0:amd64 (0.9.3-5ubuntu3) ... unit-oai-hss-0: 11:51:42 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgettextpo0:amd64. unit-oai-hss-0: 11:51:42 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgettextpo0_0.18.3.1-1ubuntu3_amd64.deb ... unit-oai-hss-0: 11:51:42 DEBUG unit.oai-hss/0.install Unpacking libgettextpo0:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 11:51:42 DEBUG unit.oai-hss/0.install Selecting previously unselected package libllvm3.4:amd64. unit-oai-hss-0: 11:51:42 DEBUG unit.oai-hss/0.install Preparing to unpack .../libllvm3.4_1%3a3.4-1ubuntu3_amd64.deb ... unit-oai-hss-0: 11:51:42 DEBUG unit.oai-hss/0.install Unpacking libllvm3.4:amd64 (1:3.4-1ubuntu3) ... unit-oai-hss-0: 11:51:43 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgl1-mesa-dri:amd64. unit-oai-hss-0: 11:51:43 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgl1-mesa-dri_10.1.3-0ubuntu0.6_amd64.deb ... unit-oai-hss-0: 11:51:43 DEBUG unit.oai-hss/0.install Unpacking libgl1-mesa-dri:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 11:51:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package libglapi-mesa:amd64. unit-oai-hss-0: 11:51:46 DEBUG unit.oai-hss/0.install Preparing to unpack .../libglapi-mesa_10.1.3-0ubuntu0.6_amd64.deb ... unit-oai-hss-0: 11:51:46 DEBUG unit.oai-hss/0.install Unpacking libglapi-mesa:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 11:51:47 DEBUG unit.oai-hss/0.install Selecting previously unselected package libx11-xcb1:amd64. unit-oai-hss-0: 11:51:47 DEBUG unit.oai-hss/0.install Preparing to unpack .../libx11-xcb1_2%3a1.6.2-1ubuntu2.1_amd64.deb ... unit-oai-hss-0: 11:51:47 DEBUG unit.oai-hss/0.install Unpacking libx11-xcb1:amd64 (2:1.6.2-1ubuntu2.1) ... unit-oai-hss-0: 11:51:47 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-dri2-0:amd64. unit-oai-hss-0: 11:51:47 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-dri2-0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 11:51:47 DEBUG unit.oai-hss/0.install Unpacking libxcb-dri2-0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 11:51:48 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-dri3-0:amd64. unit-oai-hss-0: 11:51:48 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-dri3-0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 11:51:48 DEBUG unit.oai-hss/0.install Unpacking libxcb-dri3-0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 11:51:48 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-glx0:amd64. unit-oai-hss-0: 11:51:48 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-glx0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 11:51:48 DEBUG unit.oai-hss/0.install Unpacking libxcb-glx0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 11:51:49 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-present0:amd64. unit-oai-hss-0: 11:51:49 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-present0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 11:51:49 DEBUG unit.oai-hss/0.install Unpacking libxcb-present0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 11:51:49 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-sync1:amd64. unit-oai-hss-0: 11:51:49 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-sync1_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 11:51:49 DEBUG unit.oai-hss/0.install Unpacking libxcb-sync1:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 11:51:49 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxdamage1:amd64. unit-oai-hss-0: 11:51:49 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxdamage1_1%3a1.1.4-1ubuntu1_amd64.deb ... unit-oai-hss-0: 11:51:49 DEBUG unit.oai-hss/0.install Unpacking libxdamage1:amd64 (1:1.1.4-1ubuntu1) ... unit-oai-hss-0: 11:51:50 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxfixes3:amd64. unit-oai-hss-0: 11:51:50 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxfixes3_1%3a5.0.1-1ubuntu1.1_amd64.deb ... unit-oai-hss-0: 11:51:50 DEBUG unit.oai-hss/0.install Unpacking libxfixes3:amd64 (1:5.0.1-1ubuntu1.1) ... unit-oai-hss-0: 11:51:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxshmfence1:amd64. unit-oai-hss-0: 11:51:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxshmfence1_1.1-2_amd64.deb ... unit-oai-hss-0: 11:51:51 DEBUG unit.oai-hss/0.install Unpacking libxshmfence1:amd64 (1.1-2) ... unit-oai-hss-0: 11:51:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxxf86vm1:amd64. unit-oai-hss-0: 11:51:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxxf86vm1_1%3a1.1.3-1_amd64.deb ... unit-oai-hss-0: 11:51:51 DEBUG unit.oai-hss/0.install Unpacking libxxf86vm1:amd64 (1:1.1.3-1) ... unit-oai-hss-0: 11:51:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgl1-mesa-glx:amd64. unit-oai-hss-0: 11:51:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgl1-mesa-glx_10.1.3-0ubuntu0.6_amd64.deb ... unit-oai-hss-0: 11:51:52 DEBUG unit.oai-hss/0.install Unpacking libgl1-mesa-glx:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 11:51:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgssrpc4:amd64. unit-oai-hss-0: 11:51:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgssrpc4_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 11:51:52 DEBUG unit.oai-hss/0.install Unpacking libgssrpc4:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 11:51:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package libkadm5clnt-mit9:amd64. unit-oai-hss-0: 11:51:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../libkadm5clnt-mit9_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 11:51:53 DEBUG unit.oai-hss/0.install Unpacking libkadm5clnt-mit9:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 11:51:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package libkdb5-7:amd64. unit-oai-hss-0: 11:51:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../libkdb5-7_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 11:51:53 DEBUG unit.oai-hss/0.install Unpacking libkdb5-7:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 11:51:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package libkadm5srv-mit9:amd64. unit-oai-hss-0: 11:51:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../libkadm5srv-mit9_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 11:51:53 DEBUG unit.oai-hss/0.install Unpacking libkadm5srv-mit9:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 11:51:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package libexpat1-dev:amd64. unit-oai-hss-0: 11:51:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ... unit-oai-hss-0: 11:51:54 DEBUG unit.oai-hss/0.install Unpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... unit-oai-hss-0: 11:51:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpython2.7-dev:amd64. unit-oai-hss-0: 11:51:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... unit-oai-hss-0: 11:51:54 DEBUG unit.oai-hss/0.install Unpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... unit-oai-hss-0: 11:51:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtcl8.6:amd64. unit-oai-hss-0: 11:51:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtcl8.6_8.6.1-4ubuntu1_amd64.deb ... unit-oai-hss-0: 11:51:57 DEBUG unit.oai-hss/0.install Unpacking libtcl8.6:amd64 (8.6.1-4ubuntu1) ... unit-oai-hss-0: 11:51:58 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxft2:amd64. unit-oai-hss-0: 11:51:58 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxft2_2.3.1-2_amd64.deb ... unit-oai-hss-0: 11:51:58 DEBUG unit.oai-hss/0.install Unpacking libxft2:amd64 (2.3.1-2) ... unit-oai-hss-0: 11:51:58 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxss1:amd64. unit-oai-hss-0: 11:51:58 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxss1_1%3a1.2.2-1_amd64.deb ... unit-oai-hss-0: 11:51:58 DEBUG unit.oai-hss/0.install Unpacking libxss1:amd64 (1:1.2.2-1) ... unit-oai-hss-0: 11:51:58 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtk8.6:amd64. unit-oai-hss-0: 11:51:58 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtk8.6_8.6.1-3ubuntu2_amd64.deb ... unit-oai-hss-0: 11:51:58 DEBUG unit.oai-hss/0.install Unpacking libtk8.6:amd64 (8.6.1-3ubuntu2) ... unit-oai-hss-0: 11:51:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxmu6:amd64. unit-oai-hss-0: 11:51:59 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxmu6_2%3a1.1.1-1_amd64.deb ... unit-oai-hss-0: 11:51:59 DEBUG unit.oai-hss/0.install Unpacking libxmu6:amd64 (2:1.1.1-1) ... unit-oai-hss-0: 11:51:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxpm4:amd64. unit-oai-hss-0: 11:51:59 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ... unit-oai-hss-0: 11:51:59 DEBUG unit.oai-hss/0.install Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... unit-oai-hss-0: 11:51:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxaw7:amd64. unit-oai-hss-0: 11:51:59 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxaw7_2%3a1.0.12-1_amd64.deb ... unit-oai-hss-0: 11:51:59 DEBUG unit.oai-hss/0.install Unpacking libxaw7:amd64 (2:1.0.12-1) ... unit-oai-hss-0: 11:52:00 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-shape0:amd64. unit-oai-hss-0: 11:52:00 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-shape0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 11:52:00 DEBUG unit.oai-hss/0.install Unpacking libxcb-shape0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 11:52:00 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcomposite1:amd64. unit-oai-hss-0: 11:52:00 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcomposite1_1%3a0.4.4-1_amd64.deb ... unit-oai-hss-0: 11:52:00 DEBUG unit.oai-hss/0.install Unpacking libxcomposite1:amd64 (1:0.4.4-1) ... unit-oai-hss-0: 11:52:01 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxinerama1:amd64. unit-oai-hss-0: 11:52:01 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxinerama1_2%3a1.1.3-1_amd64.deb ... unit-oai-hss-0: 11:52:01 DEBUG unit.oai-hss/0.install Unpacking libxinerama1:amd64 (2:1.1.3-1) ... unit-oai-hss-0: 11:52:01 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxrandr2:amd64. unit-oai-hss-0: 11:52:01 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxrandr2_2%3a1.5.0-1~trusty1_amd64.deb ... unit-oai-hss-0: 11:52:01 DEBUG unit.oai-hss/0.install Unpacking libxrandr2:amd64 (2:1.5.0-1~trusty1) ... unit-oai-hss-0: 11:52:02 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxtst6:amd64. unit-oai-hss-0: 11:52:02 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxtst6_2%3a1.2.2-1_amd64.deb ... unit-oai-hss-0: 11:52:02 DEBUG unit.oai-hss/0.install Unpacking libxtst6:amd64 (2:1.2.2-1) ... unit-oai-hss-0: 11:52:02 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxv1:amd64. unit-oai-hss-0: 11:52:02 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxv1_2%3a1.0.10-1_amd64.deb ... unit-oai-hss-0: 11:52:02 DEBUG unit.oai-hss/0.install Unpacking libxv1:amd64 (2:1.0.10-1) ... unit-oai-hss-0: 11:52:03 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxxf86dga1:amd64. unit-oai-hss-0: 11:52:03 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxxf86dga1_2%3a1.1.4-1_amd64.deb ... unit-oai-hss-0: 11:52:03 DEBUG unit.oai-hss/0.install Unpacking libxxf86dga1:amd64 (2:1.1.4-1) ... unit-oai-hss-0: 11:52:03 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtxc-dxtn-s2tc0:amd64. unit-oai-hss-0: 11:52:03 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtxc-dxtn-s2tc0_0~git20131104-1.1_amd64.deb ... unit-oai-hss-0: 11:52:03 DEBUG unit.oai-hss/0.install Unpacking libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-oai-hss-0: 11:52:03 DEBUG unit.oai-hss/0.install Selecting previously unselected package gettext. unit-oai-hss-0: 11:52:03 DEBUG unit.oai-hss/0.install Preparing to unpack .../gettext_0.18.3.1-1ubuntu3_amd64.deb ... unit-oai-hss-0: 11:52:03 DEBUG unit.oai-hss/0.install Unpacking gettext (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 11:52:03 DEBUG unit.oai-hss/0.install Selecting previously unselected package intltool-debian. unit-oai-hss-0: 11:52:03 DEBUG unit.oai-hss/0.install Preparing to unpack .../intltool-debian_0.35.0+20060710.1_all.deb ... unit-oai-hss-0: 11:52:04 DEBUG unit.oai-hss/0.install Unpacking intltool-debian (0.35.0+20060710.1) ... unit-oai-hss-0: 11:52:04 DEBUG unit.oai-hss/0.install Selecting previously unselected package po-debconf. unit-oai-hss-0: 11:52:04 DEBUG unit.oai-hss/0.install Preparing to unpack .../po-debconf_1.0.16+nmu2ubuntu1_all.deb ... unit-oai-hss-0: 11:52:04 DEBUG unit.oai-hss/0.install Unpacking po-debconf (1.0.16+nmu2ubuntu1) ... unit-oai-hss-0: 11:52:04 DEBUG unit.oai-hss/0.install Selecting previously unselected package dh-apparmor. unit-oai-hss-0: 11:52:04 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: 11:52:04 DEBUG unit.oai-hss/0.install Unpacking dh-apparmor (2.10.95-0ubuntu2.6~14.04.4) ... unit-oai-hss-0: 11:52:04 DEBUG unit.oai-hss/0.install Selecting previously unselected package debhelper. unit-oai-hss-0: 11:52:04 DEBUG unit.oai-hss/0.install Preparing to unpack .../debhelper_9.20131227ubuntu1_all.deb ... unit-oai-hss-0: 11:52:04 DEBUG unit.oai-hss/0.install Unpacking debhelper (9.20131227ubuntu1) ... unit-oai-hss-0: 11:52:05 DEBUG unit.oai-hss/0.install Selecting previously unselected package comerr-dev. unit-oai-hss-0: 11:52:05 DEBUG unit.oai-hss/0.install Preparing to unpack .../comerr-dev_2.1-1.42.9-3ubuntu1.3_amd64.deb ... unit-oai-hss-0: 11:52:05 DEBUG unit.oai-hss/0.install Unpacking comerr-dev (2.1-1.42.9-3ubuntu1.3) ... unit-oai-hss-0: 11:52:05 DEBUG unit.oai-hss/0.install Selecting previously unselected package krb5-multidev. unit-oai-hss-0: 11:52:05 DEBUG unit.oai-hss/0.install Preparing to unpack .../krb5-multidev_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 11:52:05 DEBUG unit.oai-hss/0.install Unpacking krb5-multidev (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 11:52:05 DEBUG unit.oai-hss/0.install Selecting previously unselected package libasprintf-dev:amd64. unit-oai-hss-0: 11:52:05 DEBUG unit.oai-hss/0.install Preparing to unpack .../libasprintf-dev_0.18.3.1-1ubuntu3_amd64.deb ... unit-oai-hss-0: 11:52:05 DEBUG unit.oai-hss/0.install Unpacking libasprintf-dev:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 11:52:06 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgettextpo-dev:amd64. unit-oai-hss-0: 11:52:06 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgettextpo-dev_0.18.3.1-1ubuntu3_amd64.deb ... unit-oai-hss-0: 11:52:06 DEBUG unit.oai-hss/0.install Unpacking libgettextpo-dev:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 11:52:06 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsys-hostname-long-perl. unit-oai-hss-0: 11:52:06 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsys-hostname-long-perl_1.4-3_all.deb ... unit-oai-hss-0: 11:52:06 DEBUG unit.oai-hss/0.install Unpacking libsys-hostname-long-perl (1.4-3) ... unit-oai-hss-0: 11:52:07 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmail-sendmail-perl. unit-oai-hss-0: 11:52:07 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmail-sendmail-perl_0.79.16-1_all.deb ... unit-oai-hss-0: 11:52:07 DEBUG unit.oai-hss/0.install Unpacking libmail-sendmail-perl (0.79.16-1) ... unit-oai-hss-0: 11:52:07 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpq5. unit-oai-hss-0: 11:52:07 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpq5_9.3.24-0ubuntu0.14.04_amd64.deb ... unit-oai-hss-0: 11:52:07 DEBUG unit.oai-hss/0.install Unpacking libpq5 (9.3.24-0ubuntu0.14.04) ... unit-oai-hss-0: 11:52:07 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpq-dev. unit-oai-hss-0: 11:52:07 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpq-dev_9.3.24-0ubuntu0.14.04_amd64.deb ... unit-oai-hss-0: 11:52:07 DEBUG unit.oai-hss/0.install Unpacking libpq-dev (9.3.24-0ubuntu0.14.04) ... unit-oai-hss-0: 11:52:08 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpython-dev:amd64. unit-oai-hss-0: 11:52:08 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpython-dev_2.7.5-5ubuntu3_amd64.deb ... unit-oai-hss-0: 11:52:08 DEBUG unit.oai-hss/0.install Unpacking libpython-dev:amd64 (2.7.5-5ubuntu3) ... unit-oai-hss-0: 11:52:08 DEBUG unit.oai-hss/0.install Selecting previously unselected package libutempter0. unit-oai-hss-0: 11:52:08 DEBUG unit.oai-hss/0.install Preparing to unpack .../libutempter0_1.1.5-4build1_amd64.deb ... unit-oai-hss-0: 11:52:08 DEBUG unit.oai-hss/0.install Unpacking libutempter0 (1.1.5-4build1) ... unit-oai-hss-0: 11:52:09 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxml2-dev:amd64. unit-oai-hss-0: 11:52:09 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ... unit-oai-hss-0: 11:52:09 DEBUG unit.oai-hss/0.install Unpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... unit-oai-hss-0: 11:52:09 DEBUG unit.oai-hss/0.install Selecting previously unselected package mercurial-common. unit-oai-hss-0: 11:52:09 DEBUG unit.oai-hss/0.install Preparing to unpack .../mercurial-common_2.8.2-1ubuntu1.3_all.deb ... unit-oai-hss-0: 11:52:09 DEBUG unit.oai-hss/0.install Unpacking mercurial-common (2.8.2-1ubuntu1.3) ... unit-oai-hss-0: 11:52:10 DEBUG unit.oai-hss/0.install Selecting previously unselected package mercurial. unit-oai-hss-0: 11:52:10 DEBUG unit.oai-hss/0.install Preparing to unpack .../mercurial_2.8.2-1ubuntu1.3_amd64.deb ... unit-oai-hss-0: 11:52:10 DEBUG unit.oai-hss/0.install Unpacking mercurial (2.8.2-1ubuntu1.3) ... unit-oai-hss-0: 11:52:10 DEBUG unit.oai-hss/0.install Selecting previously unselected package python2.7-dev. unit-oai-hss-0: 11:52:10 DEBUG unit.oai-hss/0.install Preparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... unit-oai-hss-0: 11:52:10 DEBUG unit.oai-hss/0.install Unpacking python2.7-dev (2.7.6-8ubuntu0.4) ... unit-oai-hss-0: 11:52:10 DEBUG unit.oai-hss/0.install Selecting previously unselected package python-dev. unit-oai-hss-0: 11:52:10 DEBUG unit.oai-hss/0.install Preparing to unpack .../python-dev_2.7.5-5ubuntu3_amd64.deb ... unit-oai-hss-0: 11:52:10 DEBUG unit.oai-hss/0.install Unpacking python-dev (2.7.5-5ubuntu3) ... unit-oai-hss-0: 11:52:11 DEBUG unit.oai-hss/0.install Selecting previously unselected package ssl-cert. unit-oai-hss-0: 11:52:11 DEBUG unit.oai-hss/0.install Preparing to unpack .../ssl-cert_1.0.33_all.deb ... unit-oai-hss-0: 11:52:11 DEBUG unit.oai-hss/0.install Unpacking ssl-cert (1.0.33) ... unit-oai-hss-0: 11:52:12 DEBUG unit.oai-hss/0.install Selecting previously unselected package swig2.0. unit-oai-hss-0: 11:52:12 DEBUG unit.oai-hss/0.install Preparing to unpack .../swig2.0_2.0.11-1ubuntu2_amd64.deb ... unit-oai-hss-0: 11:52:12 DEBUG unit.oai-hss/0.install Unpacking swig2.0 (2.0.11-1ubuntu2) ... unit-oai-hss-0: 11:52:13 DEBUG unit.oai-hss/0.install Selecting previously unselected package swig. unit-oai-hss-0: 11:52:13 DEBUG unit.oai-hss/0.install Preparing to unpack .../swig_2.0.11-1ubuntu2_amd64.deb ... unit-oai-hss-0: 11:52:13 DEBUG unit.oai-hss/0.install Unpacking swig (2.0.11-1ubuntu2) ... unit-oai-hss-0: 11:52:13 DEBUG unit.oai-hss/0.install Selecting previously unselected package tcl8.6. unit-oai-hss-0: 11:52:13 DEBUG unit.oai-hss/0.install Preparing to unpack .../tcl8.6_8.6.1-4ubuntu1_amd64.deb ... unit-oai-hss-0: 11:52:13 DEBUG unit.oai-hss/0.install Unpacking tcl8.6 (8.6.1-4ubuntu1) ... unit-oai-hss-0: 11:52:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package tcl. unit-oai-hss-0: 11:52:14 DEBUG unit.oai-hss/0.install Preparing to unpack .../tcl_8.6.0+6ubuntu3_amd64.deb ... unit-oai-hss-0: 11:52:14 DEBUG unit.oai-hss/0.install Unpacking tcl (8.6.0+6ubuntu3) ... unit-oai-hss-0: 11:52:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package tk8.6. unit-oai-hss-0: 11:52:14 DEBUG unit.oai-hss/0.install Preparing to unpack .../tk8.6_8.6.1-3ubuntu2_amd64.deb ... unit-oai-hss-0: 11:52:14 DEBUG unit.oai-hss/0.install Unpacking tk8.6 (8.6.1-3ubuntu2) ... unit-oai-hss-0: 11:52:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package tk. unit-oai-hss-0: 11:52:14 DEBUG unit.oai-hss/0.install Preparing to unpack .../tk_8.6.0+6ubuntu3_amd64.deb ... unit-oai-hss-0: 11:52:14 DEBUG unit.oai-hss/0.install Unpacking tk (8.6.0+6ubuntu3) ... unit-oai-hss-0: 11:52:15 DEBUG unit.oai-hss/0.install Selecting previously unselected package x11-utils. unit-oai-hss-0: 11:52:15 DEBUG unit.oai-hss/0.install Preparing to unpack .../x11-utils_7.7+1_amd64.deb ... unit-oai-hss-0: 11:52:15 DEBUG unit.oai-hss/0.install Unpacking x11-utils (7.7+1) ... unit-oai-hss-0: 11:52:15 DEBUG unit.oai-hss/0.install Selecting previously unselected package xbitmaps. unit-oai-hss-0: 11:52:15 DEBUG unit.oai-hss/0.install Preparing to unpack .../xbitmaps_1.1.1-2_all.deb ... unit-oai-hss-0: 11:52:15 DEBUG unit.oai-hss/0.install Unpacking xbitmaps (1.1.1-2) ... unit-oai-hss-0: 11:52:16 DEBUG unit.oai-hss/0.install Selecting previously unselected package xterm. unit-oai-hss-0: 11:52:16 DEBUG unit.oai-hss/0.install Preparing to unpack .../xterm_297-1ubuntu1_amd64.deb ... unit-oai-hss-0: 11:52:16 DEBUG unit.oai-hss/0.install Unpacking xterm (297-1ubuntu1) ... unit-oai-hss-0: 11:52:16 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-hss-0: 11:52:19 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-oai-hss-0: 11:52:19 DEBUG unit.oai-hss/0.install Processing triggers for mime-support (3.54ubuntu1.1) ... unit-oai-hss-0: 11:52:20 DEBUG unit.oai-hss/0.install Setting up libcroco3:amd64 (0.6.8-2ubuntu1) ... unit-oai-hss-0: 11:52:20 DEBUG unit.oai-hss/0.install Setting up libpciaccess0:amd64 (0.13.2-1) ... unit-oai-hss-0: 11:52:20 DEBUG unit.oai-hss/0.install Setting up libdrm-intel1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 11:52:20 DEBUG unit.oai-hss/0.install Setting up libdrm-nouveau2:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 11:52:20 DEBUG unit.oai-hss/0.install Setting up libdrm-radeon1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 11:52:20 DEBUG unit.oai-hss/0.install Setting up libfontenc1:amd64 (1:1.1.2-1) ... unit-oai-hss-0: 11:52:20 DEBUG unit.oai-hss/0.install Setting up libunistring0:amd64 (0.9.3-5ubuntu3) ... unit-oai-hss-0: 11:52:21 DEBUG unit.oai-hss/0.install Setting up libgettextpo0:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 11:52:21 DEBUG unit.oai-hss/0.install Setting up libllvm3.4:amd64 (1:3.4-1ubuntu3) ... unit-oai-hss-0: 11:52:21 DEBUG unit.oai-hss/0.install Setting up libgl1-mesa-dri:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 11:52:21 DEBUG unit.oai-hss/0.install Setting up libglapi-mesa:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 11:52:21 DEBUG unit.oai-hss/0.install Setting up libx11-xcb1:amd64 (2:1.6.2-1ubuntu2.1) ... unit-oai-hss-0: 11:52:22 DEBUG unit.oai-hss/0.install Setting up libxcb-dri2-0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 11:52:22 DEBUG unit.oai-hss/0.install Setting up libxcb-dri3-0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 11:52:22 DEBUG unit.oai-hss/0.install Setting up libxcb-glx0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 11:52:22 DEBUG unit.oai-hss/0.install Setting up libxcb-present0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 11:52:23 DEBUG unit.oai-hss/0.install Setting up libxcb-sync1:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 11:52:23 DEBUG unit.oai-hss/0.install Setting up libxdamage1:amd64 (1:1.1.4-1ubuntu1) ... unit-oai-hss-0: 11:52:23 DEBUG unit.oai-hss/0.install Setting up libxfixes3:amd64 (1:5.0.1-1ubuntu1.1) ... unit-oai-hss-0: 11:52:23 DEBUG unit.oai-hss/0.install Setting up libxshmfence1:amd64 (1.1-2) ... unit-oai-hss-0: 11:52:24 DEBUG unit.oai-hss/0.install Setting up libxxf86vm1:amd64 (1:1.1.3-1) ... unit-oai-hss-0: 11:52:24 DEBUG unit.oai-hss/0.install Setting up libgl1-mesa-glx:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 11:52:24 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: 11:52:24 DEBUG unit.oai-hss/0.install Setting up libgssrpc4:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 11:52:24 DEBUG unit.oai-hss/0.install Setting up libkadm5clnt-mit9:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 11:52:25 DEBUG unit.oai-hss/0.install Setting up libkdb5-7:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 11:52:25 DEBUG unit.oai-hss/0.install Setting up libkadm5srv-mit9:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 11:52:25 DEBUG unit.oai-hss/0.install Setting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... unit-oai-hss-0: 11:52:25 DEBUG unit.oai-hss/0.install Setting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... unit-oai-hss-0: 11:52:25 DEBUG unit.oai-hss/0.install Setting up libtcl8.6:amd64 (8.6.1-4ubuntu1) ... unit-oai-hss-0: 11:52:25 DEBUG unit.oai-hss/0.install Setting up libxft2:amd64 (2.3.1-2) ... unit-oai-hss-0: 11:52:25 DEBUG unit.oai-hss/0.install Setting up libxss1:amd64 (1:1.2.2-1) ... unit-oai-hss-0: 11:52:25 DEBUG unit.oai-hss/0.install Setting up libtk8.6:amd64 (8.6.1-3ubuntu2) ... unit-oai-hss-0: 11:52:26 DEBUG unit.oai-hss/0.install Setting up libxmu6:amd64 (2:1.1.1-1) ... unit-oai-hss-0: 11:52:26 DEBUG unit.oai-hss/0.install Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... unit-oai-hss-0: 11:52:26 DEBUG unit.oai-hss/0.install Setting up libxaw7:amd64 (2:1.0.12-1) ... unit-oai-hss-0: 11:52:26 DEBUG unit.oai-hss/0.install Setting up libxcb-shape0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 11:52:26 DEBUG unit.oai-hss/0.install Setting up libxcomposite1:amd64 (1:0.4.4-1) ... unit-oai-hss-0: 11:52:26 DEBUG unit.oai-hss/0.install Setting up libxinerama1:amd64 (2:1.1.3-1) ... unit-oai-hss-0: 11:52:26 DEBUG unit.oai-hss/0.install Setting up libxrandr2:amd64 (2:1.5.0-1~trusty1) ... unit-oai-hss-0: 11:52:27 DEBUG unit.oai-hss/0.install Setting up libxtst6:amd64 (2:1.2.2-1) ... unit-oai-hss-0: 11:52:27 DEBUG unit.oai-hss/0.install Setting up libxv1:amd64 (2:1.0.10-1) ... unit-oai-hss-0: 11:52:27 DEBUG unit.oai-hss/0.install Setting up libxxf86dga1:amd64 (2:1.1.4-1) ... unit-oai-hss-0: 11:52:27 DEBUG unit.oai-hss/0.install Setting up libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-oai-hss-0: 11:52:27 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: 11:52:27 DEBUG unit.oai-hss/0.install Setting up gettext (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 11:52:28 DEBUG unit.oai-hss/0.install Setting up intltool-debian (0.35.0+20060710.1) ... unit-oai-hss-0: 11:52:28 DEBUG unit.oai-hss/0.install Setting up po-debconf (1.0.16+nmu2ubuntu1) ... unit-oai-hss-0: 11:52:28 DEBUG unit.oai-hss/0.install Setting up dh-apparmor (2.10.95-0ubuntu2.6~14.04.4) ... unit-oai-hss-0: 11:52:28 DEBUG unit.oai-hss/0.install Setting up debhelper (9.20131227ubuntu1) ... unit-oai-hss-0: 11:52:28 DEBUG unit.oai-hss/0.install Setting up comerr-dev (2.1-1.42.9-3ubuntu1.3) ... unit-oai-hss-0: 11:52:29 DEBUG unit.oai-hss/0.install Setting up krb5-multidev (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 11:52:29 DEBUG unit.oai-hss/0.install Setting up libasprintf-dev:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 11:52:29 DEBUG unit.oai-hss/0.install Setting up libgettextpo-dev:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 11:52:29 DEBUG unit.oai-hss/0.install Setting up libsys-hostname-long-perl (1.4-3) ... unit-oai-hss-0: 11:52:29 DEBUG unit.oai-hss/0.install Setting up libmail-sendmail-perl (0.79.16-1) ... unit-oai-hss-0: 11:52:29 DEBUG unit.oai-hss/0.install Setting up libpq5 (9.3.24-0ubuntu0.14.04) ... unit-oai-hss-0: 11:52:29 DEBUG unit.oai-hss/0.install Setting up libpq-dev (9.3.24-0ubuntu0.14.04) ... unit-oai-hss-0: 11:52:30 DEBUG unit.oai-hss/0.install Setting up libpython-dev:amd64 (2.7.5-5ubuntu3) ... unit-oai-hss-0: 11:52:30 DEBUG unit.oai-hss/0.install Setting up libutempter0 (1.1.5-4build1) ... unit-oai-hss-0: 11:52:30 DEBUG unit.oai-hss/0.install Creating utempter group... unit-oai-hss-0: 11:52:30 DEBUG unit.oai-hss/0.install Setting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... unit-oai-hss-0: 11:52:30 DEBUG unit.oai-hss/0.install Setting up mercurial-common (2.8.2-1ubuntu1.3) ... unit-oai-hss-0: 11:52:31 DEBUG unit.oai-hss/0.install Setting up mercurial (2.8.2-1ubuntu1.3) ... unit-oai-hss-0: 11:52:31 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:52:31 DEBUG unit.oai-hss/0.install Creating config file /etc/mercurial/hgrc.d/hgext.rc with new version unit-oai-hss-0: 11:52:31 DEBUG unit.oai-hss/0.install Setting up python2.7-dev (2.7.6-8ubuntu0.4) ... unit-oai-hss-0: 11:52:31 DEBUG unit.oai-hss/0.install Setting up python-dev (2.7.5-5ubuntu3) ... unit-oai-hss-0: 11:52:31 DEBUG unit.oai-hss/0.install Setting up ssl-cert (1.0.33) ... unit-oai-hss-0: 11:52:32 DEBUG unit.oai-hss/0.install Setting up swig2.0 (2.0.11-1ubuntu2) ... unit-oai-hss-0: 11:52:32 DEBUG unit.oai-hss/0.install Setting up swig (2.0.11-1ubuntu2) ... unit-oai-hss-0: 11:52:32 DEBUG unit.oai-hss/0.install Setting up tcl8.6 (8.6.1-4ubuntu1) ... unit-oai-hss-0: 11:52:32 DEBUG unit.oai-hss/0.install Setting up tcl (8.6.0+6ubuntu3) ... unit-oai-hss-0: 11:52:32 DEBUG unit.oai-hss/0.install Setting up tk8.6 (8.6.1-3ubuntu2) ... unit-oai-hss-0: 11:52:32 DEBUG unit.oai-hss/0.install Setting up tk (8.6.0+6ubuntu3) ... unit-oai-hss-0: 11:52:32 DEBUG unit.oai-hss/0.install Setting up x11-utils (7.7+1) ... unit-oai-hss-0: 11:52:33 DEBUG unit.oai-hss/0.install Setting up xbitmaps (1.1.1-2) ... unit-oai-hss-0: 11:52:33 DEBUG unit.oai-hss/0.install Setting up xterm (297-1ubuntu1) ... unit-oai-hss-0: 11:52:33 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: 11:52:33 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: 11:52:33 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 11:52:35 DEBUG unit.oai-hss/0.install Downloading 1.2.0 freeDiameter archive unit-oai-hss-0: 11:52:35 DEBUG unit.oai-hss/0.install Cloning into 'freediameter'... unit-abot-epc-basic-0: 11:52:36 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 11:52:36 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 11:52:36 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-abot-epc-basic-0: 11:52:36 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-abot-epc-basic-0: 11:52:36 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-abot-epc-basic-0: 11:52:36 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-abot-epc-basic-0: 11:52:36 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-abot-epc-basic-0: 11:52:36 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-abot-epc-basic-0: 11:52:36 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-abot-epc-basic-0: 11:52:36 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-abot-epc-basic-0: 11:52:36 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 11:52:36 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 11:52:38 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 11:52:38 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 11:52:38 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 11:52:38 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-mysql-0: 11:52:38 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-mysql-0: 11:52:38 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 11:52:38 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 11:52:38 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 11:52:38 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 11:52:38 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-mysql-0: 11:52:38 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 11:52:38 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 11:52:42 DEBUG unit.oai-hss/0.install -- The C compiler identification is GNU 4.8.4 unit-oai-hss-0: 11:52:42 DEBUG unit.oai-hss/0.install -- The CXX compiler identification is GNU 4.8.4 unit-oai-hss-0: 11:52:42 DEBUG unit.oai-hss/0.install -- Check for working C compiler: /usr/bin/cc unit-oai-hss-0: 11:52:42 DEBUG unit.oai-hss/0.install -- Check for working C compiler: /usr/bin/cc -- works unit-oai-hss-0: 11:52:42 DEBUG unit.oai-hss/0.install -- Detecting C compiler ABI info unit-oai-hss-0: 11:52:42 DEBUG unit.oai-hss/0.install -- Detecting C compiler ABI info - done unit-oai-hss-0: 11:52:42 DEBUG unit.oai-hss/0.install -- Check for working CXX compiler: /usr/bin/c++ unit-oai-hss-0: 11:52:42 DEBUG unit.oai-hss/0.install -- Check for working CXX compiler: /usr/bin/c++ -- works unit-oai-hss-0: 11:52:42 DEBUG unit.oai-hss/0.install -- Detecting CXX compiler ABI info unit-oai-hss-0: 11:52:42 DEBUG unit.oai-hss/0.install -- Detecting CXX compiler ABI info - done unit-oai-hss-0: 11:52:42 DEBUG unit.oai-hss/0.install -- Looking for bison unit-oai-hss-0: 11:52:42 DEBUG unit.oai-hss/0.install -- Looking for bison -- /usr/bin/bison unit-oai-hss-0: 11:52:42 DEBUG unit.oai-hss/0.install -- Looking for flex unit-oai-hss-0: 11:52:42 DEBUG unit.oai-hss/0.install -- Looking for flex -- /usr/bin/flex unit-oai-hss-0: 11:52:42 DEBUG unit.oai-hss/0.install -- Looking for getopt_long unit-oai-hss-0: 11:52:42 DEBUG unit.oai-hss/0.install -- Looking for getopt_long - found unit-oai-hss-0: 11:52:42 DEBUG unit.oai-hss/0.install -- Looking for getifaddrs unit-oai-hss-0: 11:52:42 DEBUG unit.oai-hss/0.install -- Looking for getifaddrs - found unit-oai-hss-0: 11:52:42 DEBUG unit.oai-hss/0.install -- Check if the system is big endian unit-oai-hss-0: 11:52:42 DEBUG unit.oai-hss/0.install -- Searching 16 bit integer unit-oai-hss-0: 11:52:42 DEBUG unit.oai-hss/0.install -- Looking for sys/types.h unit-oai-hss-0: 11:52:42 DEBUG unit.oai-hss/0.install -- Looking for sys/types.h - found unit-oai-hss-0: 11:52:42 DEBUG unit.oai-hss/0.install -- Looking for stdint.h unit-oai-hss-0: 11:52:42 DEBUG unit.oai-hss/0.install -- Looking for stdint.h - found unit-oai-hss-0: 11:52:42 DEBUG unit.oai-hss/0.install -- Looking for stddef.h unit-oai-hss-0: 11:52:42 DEBUG unit.oai-hss/0.install -- Looking for stddef.h - found unit-oai-hss-0: 11:52:42 DEBUG unit.oai-hss/0.install -- Check size of unsigned short unit-oai-hss-0: 11:52:42 DEBUG unit.oai-hss/0.install -- Check size of unsigned short - done unit-oai-hss-0: 11:52:42 DEBUG unit.oai-hss/0.install -- Using unsigned short unit-oai-hss-0: 11:52:42 DEBUG unit.oai-hss/0.install -- Check if the system is big endian - little endian unit-oai-hss-0: 11:52:42 DEBUG unit.oai-hss/0.install -- Looking for ntohll unit-oai-hss-0: 11:52:42 DEBUG unit.oai-hss/0.install -- Looking for ntohll - not found unit-oai-hss-0: 11:52:42 DEBUG unit.oai-hss/0.install -- Looking for include file malloc.h unit-oai-hss-0: 11:52:42 DEBUG unit.oai-hss/0.install -- Looking for include file malloc.h - found unit-oai-hss-0: 11:52:42 DEBUG unit.oai-hss/0.install -- Looking for strndup unit-oai-hss-0: 11:52:42 DEBUG unit.oai-hss/0.install -- Looking for strndup - found unit-oai-hss-0: 11:52:42 DEBUG unit.oai-hss/0.install -- Looking for include file pthread.h unit-oai-hss-0: 11:52:42 DEBUG unit.oai-hss/0.install -- Looking for include file pthread.h - found unit-oai-hss-0: 11:52:42 DEBUG unit.oai-hss/0.install -- Looking for pthread_create unit-oai-hss-0: 11:52:42 DEBUG unit.oai-hss/0.install -- Looking for pthread_create - not found unit-oai-hss-0: 11:52:42 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthreads unit-oai-hss-0: 11:52:42 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthreads - not found unit-oai-hss-0: 11:52:42 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthread unit-oai-hss-0: 11:52:42 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthread - found unit-oai-hss-0: 11:52:42 DEBUG unit.oai-hss/0.install -- Found Threads: TRUE unit-oai-hss-0: 11:52:42 DEBUG unit.oai-hss/0.install -- Looking for clock_gettime unit-oai-hss-0: 11:52:42 DEBUG unit.oai-hss/0.install -- Looking for clock_gettime - found unit-oai-hss-0: 11:52:42 DEBUG unit.oai-hss/0.install -- Looking for sctp_connectx unit-oai-hss-0: 11:52:42 DEBUG unit.oai-hss/0.install -- Looking for sctp_connectx - not found unit-oai-hss-0: 11:52:42 DEBUG unit.oai-hss/0.install -- Found SCTP: /usr/lib/x86_64-linux-gnu/libsctp.so unit-oai-hss-0: 11:52:42 DEBUG unit.oai-hss/0.install -- Performing Test SCTP_CONNECTX_4_ARGS unit-oai-hss-0: 11:52:42 DEBUG unit.oai-hss/0.install -- Performing Test SCTP_CONNECTX_4_ARGS - Success unit-oai-hss-0: 11:52:42 DEBUG unit.oai-hss/0.install -- Found IDNA: /usr/lib/x86_64-linux-gnu/libidn.so unit-oai-hss-0: 11:52:42 DEBUG unit.oai-hss/0.install -- Performing Test HAS_IDNA_SUPPORT unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install -- Performing Test HAS_IDNA_SUPPORT - Success unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install -- Found GNUTLS: /usr/lib/libgnutls.so unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install -- Checking GNUTLS version unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install -- Looking for gnutls_hash in gnutls unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install -- Looking for gnutls_hash in gnutls - found unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install -- Looking for gnutls_transport_set_vec_push_function in gnutls unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install -- Looking for gnutls_transport_set_vec_push_function in gnutls - found unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install -- Looking for gnutls_x509_trust_list_verify_crt in gnutls unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install -- Looking for gnutls_x509_trust_list_verify_crt in gnutls - found unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install -- Looking for gnutls_handshake_set_timeout in gnutls unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install -- Looking for gnutls_handshake_set_timeout in gnutls - found unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install -- Looking for AI_ADDRCONFIG unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install -- Looking for AI_ADDRCONFIG - found unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install -- Looking for pthread_barrier_wait unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install -- Looking for pthread_barrier_wait - found unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install -- Performing Test HAVE_REG_STARTEND unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install -- Performing Test HAVE_REG_STARTEND - Success unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install -- Configuring done unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install CMake Warning (dev) in libfdproto/CMakeLists.txt: unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install interface. Run "cmake --help-policy CMP0022" for policy details. Use the unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install cmake_policy command to set the policy and suppress this warning. unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install Target "libfdproto" has an INTERFACE_LINK_LIBRARIES property which differs unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install from its LINK_INTERFACE_LIBRARIES properties. unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install INTERFACE_LINK_LIBRARIES: unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install -lpthread;/usr/lib/x86_64-linux-gnu/libidn.so unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install LINK_INTERFACE_LIBRARIES: unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install -lpthread unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install This warning is for project developers. Use -Wno-dev to suppress it. unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install CMake Warning (dev) in libfdcore/CMakeLists.txt: unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install interface. Run "cmake --help-policy CMP0022" for policy details. Use the unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install cmake_policy command to set the policy and suppress this warning. unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install Target "libfdcore" has an INTERFACE_LINK_LIBRARIES property which differs unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install from its LINK_INTERFACE_LIBRARIES properties. unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install INTERFACE_LINK_LIBRARIES: unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:52:43 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: 11:52:43 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install LINK_INTERFACE_LIBRARIES: unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install This warning is for project developers. Use -Wno-dev to suppress it. unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install -- Generating done unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install -- Build files have been written to: /tmp/freediameter/build unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install Compiling freeDiameter unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install Scanning dependencies of target version_information unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install [ 0%] Built target version_information unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install Scanning dependencies of target libfdproto unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install [ 1%] Building C object libfdproto/CMakeFiles/libfdproto.dir/dictionary.c.o unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install [ 2%] Building C object libfdproto/CMakeFiles/libfdproto.dir/dictionary_functions.c.o unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install [ 3%] Building C object libfdproto/CMakeFiles/libfdproto.dir/dispatch.c.o unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install [ 4%] Building C object libfdproto/CMakeFiles/libfdproto.dir/fifo.c.o unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install [ 5%] Building C object libfdproto/CMakeFiles/libfdproto.dir/init.c.o unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install [ 6%] Building C object libfdproto/CMakeFiles/libfdproto.dir/lists.c.o unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install [ 7%] Building C object libfdproto/CMakeFiles/libfdproto.dir/log.c.o unit-oai-hss-0: 11:52:43 DEBUG unit.oai-hss/0.install [ 8%] Building C object libfdproto/CMakeFiles/libfdproto.dir/messages.c.o unit-oai-hss-0: 11:52:44 DEBUG unit.oai-hss/0.install [ 9%] Building C object libfdproto/CMakeFiles/libfdproto.dir/ostr.c.o unit-oai-hss-0: 11:52:44 DEBUG unit.oai-hss/0.install [ 10%] Building C object libfdproto/CMakeFiles/libfdproto.dir/portability.c.o unit-oai-hss-0: 11:52:44 DEBUG unit.oai-hss/0.install [ 11%] Building C object libfdproto/CMakeFiles/libfdproto.dir/rt_data.c.o unit-oai-hss-0: 11:52:44 DEBUG unit.oai-hss/0.install [ 12%] Building C object libfdproto/CMakeFiles/libfdproto.dir/sessions.c.o unit-oai-hss-0: 11:52:44 DEBUG unit.oai-hss/0.install [ 13%] Building C object libfdproto/CMakeFiles/libfdproto.dir/utils.c.o unit-oai-hss-0: 11:52:44 DEBUG unit.oai-hss/0.install [ 14%] Building C object libfdproto/CMakeFiles/libfdproto.dir/version.c.o unit-oai-hss-0: 11:52:44 DEBUG unit.oai-hss/0.install Linking C shared library libfdproto.so unit-oai-hss-0: 11:52:44 DEBUG unit.oai-hss/0.install [ 14%] Built target libfdproto unit-oai-hss-0: 11:52:44 DEBUG unit.oai-hss/0.install [ 15%] Generating fdd.tab.c, fdd.tab.h unit-oai-hss-0: 11:52:44 DEBUG unit.oai-hss/0.install [ 16%] Generating lex.fdd.c unit-oai-hss-0: 11:52:44 DEBUG unit.oai-hss/0.install Scanning dependencies of target libfdcore unit-oai-hss-0: 11:52:44 DEBUG unit.oai-hss/0.install [ 17%] Building C object libfdcore/CMakeFiles/libfdcore.dir/apps.c.o unit-oai-hss-0: 11:52:44 DEBUG unit.oai-hss/0.install [ 18%] Building C object libfdcore/CMakeFiles/libfdcore.dir/config.c.o unit-oai-hss-0: 11:52:44 DEBUG unit.oai-hss/0.install [ 19%] Building C object libfdcore/CMakeFiles/libfdcore.dir/core.c.o unit-oai-hss-0: 11:52:44 DEBUG unit.oai-hss/0.install [ 20%] Building C object libfdcore/CMakeFiles/libfdcore.dir/cnxctx.c.o unit-oai-hss-0: 11:52:44 DEBUG unit.oai-hss/0.install [ 21%] Building C object libfdcore/CMakeFiles/libfdcore.dir/endpoints.c.o unit-oai-hss-0: 11:52:44 DEBUG unit.oai-hss/0.install [ 22%] Building C object libfdcore/CMakeFiles/libfdcore.dir/events.c.o unit-oai-hss-0: 11:52:44 DEBUG unit.oai-hss/0.install [ 23%] Building C object libfdcore/CMakeFiles/libfdcore.dir/extensions.c.o unit-oai-hss-0: 11:52:44 DEBUG unit.oai-hss/0.install [ 25%] Building C object libfdcore/CMakeFiles/libfdcore.dir/fifo_stats.c.o unit-oai-hss-0: 11:52:45 DEBUG unit.oai-hss/0.install [ 26%] Building C object libfdcore/CMakeFiles/libfdcore.dir/hooks.c.o unit-oai-hss-0: 11:52:45 DEBUG unit.oai-hss/0.install [ 27%] Building C object libfdcore/CMakeFiles/libfdcore.dir/dict_base_proto.c.o unit-oai-hss-0: 11:52:45 DEBUG unit.oai-hss/0.install [ 28%] Building C object libfdcore/CMakeFiles/libfdcore.dir/messages.c.o unit-oai-hss-0: 11:52:45 DEBUG unit.oai-hss/0.install [ 29%] Building C object libfdcore/CMakeFiles/libfdcore.dir/queues.c.o unit-oai-hss-0: 11:52:45 DEBUG unit.oai-hss/0.install [ 30%] Building C object libfdcore/CMakeFiles/libfdcore.dir/peers.c.o unit-oai-hss-0: 11:52:45 DEBUG unit.oai-hss/0.install [ 31%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_ce.c.o unit-oai-hss-0: 11:52:45 DEBUG unit.oai-hss/0.install [ 32%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_cnx.c.o unit-oai-hss-0: 11:52:45 DEBUG unit.oai-hss/0.install [ 33%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_dw.c.o unit-oai-hss-0: 11:52:45 DEBUG unit.oai-hss/0.install [ 34%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_dp.c.o unit-oai-hss-0: 11:52:45 DEBUG unit.oai-hss/0.install [ 35%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_expiry.c.o unit-oai-hss-0: 11:52:45 DEBUG unit.oai-hss/0.install [ 36%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_out.c.o unit-oai-hss-0: 11:52:45 DEBUG unit.oai-hss/0.install [ 37%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_psm.c.o unit-oai-hss-0: 11:52:45 DEBUG unit.oai-hss/0.install [ 38%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_sr.c.o unit-oai-hss-0: 11:52:45 DEBUG unit.oai-hss/0.install [ 39%] Building C object libfdcore/CMakeFiles/libfdcore.dir/routing_dispatch.c.o unit-oai-hss-0: 11:52:46 DEBUG unit.oai-hss/0.install [ 40%] Building C object libfdcore/CMakeFiles/libfdcore.dir/server.c.o unit-oai-hss-0: 11:52:46 DEBUG unit.oai-hss/0.install [ 41%] Building C object libfdcore/CMakeFiles/libfdcore.dir/tcp.c.o unit-oai-hss-0: 11:52:46 DEBUG unit.oai-hss/0.install [ 42%] Building C object libfdcore/CMakeFiles/libfdcore.dir/version.c.o unit-oai-hss-0: 11:52:46 DEBUG unit.oai-hss/0.install [ 43%] Building C object libfdcore/CMakeFiles/libfdcore.dir/sctp.c.o unit-oai-hss-0: 11:52:46 DEBUG unit.oai-hss/0.install [ 44%] Building C object libfdcore/CMakeFiles/libfdcore.dir/sctp3436.c.o unit-oai-hss-0: 11:52:46 DEBUG unit.oai-hss/0.install [ 45%] Building C object libfdcore/CMakeFiles/libfdcore.dir/lex.fdd.c.o unit-oai-hss-0: 11:52:46 DEBUG unit.oai-hss/0.install [ 46%] Building C object libfdcore/CMakeFiles/libfdcore.dir/fdd.tab.c.o unit-oai-hss-0: 11:52:46 DEBUG unit.oai-hss/0.install Linking C shared library libfdcore.so unit-oai-hss-0: 11:52:46 DEBUG unit.oai-hss/0.install [ 46%] Built target libfdcore unit-oai-hss-0: 11:52:46 DEBUG unit.oai-hss/0.install Scanning dependencies of target freeDiameterd unit-oai-hss-0: 11:52:46 DEBUG unit.oai-hss/0.install [ 47%] Building C object freeDiameterd/CMakeFiles/freeDiameterd.dir/main.c.o unit-oai-hss-0: 11:52:46 DEBUG unit.oai-hss/0.install Linking C executable freeDiameterd unit-oai-hss-0: 11:52:46 DEBUG unit.oai-hss/0.install [ 47%] Built target freeDiameterd unit-oai-hss-0: 11:52:46 DEBUG unit.oai-hss/0.install Scanning dependencies of target testcnx unit-oai-hss-0: 11:52:46 DEBUG unit.oai-hss/0.install [ 48%] Building C object tests/CMakeFiles/testcnx.dir/testcnx.c.o unit-oai-hss-0: 11:52:46 DEBUG unit.oai-hss/0.install Linking C executable testcnx unit-oai-hss-0: 11:52:47 DEBUG unit.oai-hss/0.install [ 48%] Built target testcnx unit-oai-hss-0: 11:52:47 DEBUG unit.oai-hss/0.install Scanning dependencies of target testdict unit-oai-hss-0: 11:52:47 DEBUG unit.oai-hss/0.install [ 50%] Building C object tests/CMakeFiles/testdict.dir/testdict.c.o unit-oai-hss-0: 11:52:47 DEBUG unit.oai-hss/0.install Linking C executable testdict unit-oai-hss-0: 11:52:47 DEBUG unit.oai-hss/0.install [ 50%] Built target testdict unit-oai-hss-0: 11:52:47 DEBUG unit.oai-hss/0.install Scanning dependencies of target testdisp unit-oai-hss-0: 11:52:47 DEBUG unit.oai-hss/0.install [ 51%] Building C object tests/CMakeFiles/testdisp.dir/testdisp.c.o unit-oai-hss-0: 11:52:47 DEBUG unit.oai-hss/0.install Linking C executable testdisp unit-oai-hss-0: 11:52:47 DEBUG unit.oai-hss/0.install [ 51%] Built target testdisp unit-oai-hss-0: 11:52:47 DEBUG unit.oai-hss/0.install Scanning dependencies of target testfifo unit-oai-hss-0: 11:52:47 DEBUG unit.oai-hss/0.install [ 52%] Building C object tests/CMakeFiles/testfifo.dir/testfifo.c.o unit-oai-hss-0: 11:52:47 DEBUG unit.oai-hss/0.install Linking C executable testfifo unit-oai-hss-0: 11:52:47 DEBUG unit.oai-hss/0.install [ 52%] Built target testfifo unit-oai-hss-0: 11:52:47 DEBUG unit.oai-hss/0.install Scanning dependencies of target testloadext unit-oai-hss-0: 11:52:47 DEBUG unit.oai-hss/0.install [ 53%] Building C object tests/CMakeFiles/testloadext.dir/testloadext.c.o unit-oai-hss-0: 11:52:47 DEBUG unit.oai-hss/0.install Linking C executable testloadext unit-oai-hss-0: 11:52:47 DEBUG unit.oai-hss/0.install [ 53%] Built target testloadext unit-oai-hss-0: 11:52:47 DEBUG unit.oai-hss/0.install Scanning dependencies of target testmesg unit-oai-hss-0: 11:52:47 DEBUG unit.oai-hss/0.install [ 54%] Building C object tests/CMakeFiles/testmesg.dir/testmesg.c.o unit-oai-hss-0: 11:52:48 DEBUG unit.oai-hss/0.install Linking C executable testmesg unit-oai-hss-0: 11:52:48 DEBUG unit.oai-hss/0.install [ 54%] Built target testmesg unit-oai-hss-0: 11:52:48 DEBUG unit.oai-hss/0.install Scanning dependencies of target testmesg_stress unit-oai-hss-0: 11:52:48 DEBUG unit.oai-hss/0.install [ 55%] Building C object tests/CMakeFiles/testmesg_stress.dir/testmesg_stress.c.o unit-oai-hss-0: 11:52:48 DEBUG unit.oai-hss/0.install Linking C executable testmesg_stress unit-oai-hss-0: 11:52:48 DEBUG unit.oai-hss/0.install [ 55%] Built target testmesg_stress unit-oai-hss-0: 11:52:48 DEBUG unit.oai-hss/0.install Scanning dependencies of target testostr unit-oai-hss-0: 11:52:48 DEBUG unit.oai-hss/0.install [ 56%] Building C object tests/CMakeFiles/testostr.dir/testostr.c.o unit-oai-hss-0: 11:52:48 DEBUG unit.oai-hss/0.install Linking C executable testostr unit-oai-hss-0: 11:52:48 DEBUG unit.oai-hss/0.install [ 56%] Built target testostr unit-oai-hss-0: 11:52:48 DEBUG unit.oai-hss/0.install Scanning dependencies of target testpeers unit-oai-hss-0: 11:52:48 DEBUG unit.oai-hss/0.install [ 57%] Building C object tests/CMakeFiles/testpeers.dir/testpeers.c.o unit-oai-hss-0: 11:52:48 DEBUG unit.oai-hss/0.install Linking C executable testpeers unit-oai-hss-0: 11:52:48 DEBUG unit.oai-hss/0.install [ 57%] Built target testpeers unit-oai-hss-0: 11:52:48 DEBUG unit.oai-hss/0.install Scanning dependencies of target testsctp unit-oai-hss-0: 11:52:48 DEBUG unit.oai-hss/0.install [ 58%] Building C object tests/CMakeFiles/testsctp.dir/testsctp.c.o unit-oai-hss-0: 11:52:48 DEBUG unit.oai-hss/0.install Linking C executable testsctp unit-oai-hss-0: 11:52:48 DEBUG unit.oai-hss/0.install [ 58%] Built target testsctp unit-oai-hss-0: 11:52:48 DEBUG unit.oai-hss/0.install Scanning dependencies of target testsess unit-oai-hss-0: 11:52:48 DEBUG unit.oai-hss/0.install [ 59%] Building C object tests/CMakeFiles/testsess.dir/testsess.c.o unit-oai-hss-0: 11:52:49 DEBUG unit.oai-hss/0.install Linking C executable testsess unit-oai-hss-0: 11:52:49 DEBUG unit.oai-hss/0.install [ 59%] Built target testsess unit-oai-hss-0: 11:52:49 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_s6a unit-oai-hss-0: 11:52:49 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: 11:52:49 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_s6a.fdx unit-oai-hss-0: 11:52:49 DEBUG unit.oai-hss/0.install [ 60%] Built target dict_s6a unit-oai-hss-0: 11:52:49 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_nasreq unit-oai-hss-0: 11:52:49 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: 11:52:49 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_nasreq.fdx unit-oai-hss-0: 11:52:49 DEBUG unit.oai-hss/0.install [ 61%] Built target dict_nasreq unit-oai-hss-0: 11:52:49 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_eap unit-oai-hss-0: 11:52:49 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: 11:52:49 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_eap.fdx unit-oai-hss-0: 11:52:49 DEBUG unit.oai-hss/0.install [ 62%] Built target dict_eap unit-oai-hss-0: 11:52:49 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_dcca unit-oai-hss-0: 11:52:49 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: 11:52:49 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_dcca.fdx unit-oai-hss-0: 11:52:49 DEBUG unit.oai-hss/0.install [ 63%] Built target dict_dcca unit-oai-hss-0: 11:52:49 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_dcca_3gpp unit-oai-hss-0: 11:52:49 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: 11:52:50 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_dcca_3gpp.fdx unit-oai-hss-0: 11:52:50 DEBUG unit.oai-hss/0.install [ 64%] Built target dict_dcca_3gpp unit-oai-hss-0: 11:52:50 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_dcca_starent unit-oai-hss-0: 11:52:50 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: 11:52:50 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_dcca_starent.fdx unit-oai-hss-0: 11:52:50 DEBUG unit.oai-hss/0.install [ 65%] Built target dict_dcca_starent unit-oai-hss-0: 11:52:50 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_sip unit-oai-hss-0: 11:52:50 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: 11:52:50 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_sip.fdx unit-oai-hss-0: 11:52:50 DEBUG unit.oai-hss/0.install [ 66%] Built target dict_sip unit-oai-hss-0: 11:52:50 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_mip6a unit-oai-hss-0: 11:52:50 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: 11:52:50 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_mip6a.fdx unit-oai-hss-0: 11:52:50 DEBUG unit.oai-hss/0.install [ 67%] Built target dict_mip6a unit-oai-hss-0: 11:52:50 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_mip6i unit-oai-hss-0: 11:52:50 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: 11:52:50 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_mip6i.fdx unit-oai-hss-0: 11:52:50 DEBUG unit.oai-hss/0.install [ 68%] Built target dict_mip6i unit-oai-hss-0: 11:52:50 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_nas_mipv6 unit-oai-hss-0: 11:52:50 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: 11:52:50 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_nas_mipv6.fdx unit-oai-hss-0: 11:52:50 DEBUG unit.oai-hss/0.install [ 69%] Built target dict_nas_mipv6 unit-oai-hss-0: 11:52:50 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_rfc5777 unit-oai-hss-0: 11:52:50 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: 11:52:51 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_rfc5777.fdx unit-oai-hss-0: 11:52:51 DEBUG unit.oai-hss/0.install [ 70%] Built target dict_rfc5777 unit-oai-hss-0: 11:52:51 DEBUG unit.oai-hss/0.install [ 71%] Generating rtd_conf.tab.c, rtd_conf.tab.h unit-oai-hss-0: 11:52:51 DEBUG unit.oai-hss/0.install [ 72%] Generating lex.rtd_conf.c unit-oai-hss-0: 11:52:51 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_default unit-oai-hss-0: 11:52:51 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: 11:52:51 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: 11:52:51 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: 11:52:51 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: 11:52:51 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_default.fdx unit-oai-hss-0: 11:52:51 DEBUG unit.oai-hss/0.install [ 77%] Built target rt_default unit-oai-hss-0: 11:52:51 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_redirect unit-oai-hss-0: 11:52:51 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: 11:52:51 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: 11:52:51 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: 11:52:51 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: 11:52:51 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: 11:52:51 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_redirect.fdx unit-oai-hss-0: 11:52:51 DEBUG unit.oai-hss/0.install [ 82%] Built target rt_redirect unit-oai-hss-0: 11:52:51 DEBUG unit.oai-hss/0.install [ 83%] Generating rtbusy_conf.tab.c, rtbusy_conf.tab.h unit-oai-hss-0: 11:52:51 DEBUG unit.oai-hss/0.install [ 84%] Generating lex.rtbusy_conf.c unit-oai-hss-0: 11:52:51 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_busypeers unit-oai-hss-0: 11:52:51 DEBUG unit.oai-hss/0.install [ 85%] Building C object extensions/rt_busypeers/CMakeFiles/rt_busypeers.dir/rtbusy.c.o unit-oai-hss-0: 11:52:51 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: 11:52:51 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: 11:52:51 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_busypeers.fdx unit-oai-hss-0: 11:52:52 DEBUG unit.oai-hss/0.install [ 87%] Built target rt_busypeers unit-oai-hss-0: 11:52:52 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_ignore_dh unit-oai-hss-0: 11:52:52 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: 11:52:52 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_ignore_dh.fdx unit-oai-hss-0: 11:52:52 DEBUG unit.oai-hss/0.install [ 88%] Built target rt_ignore_dh unit-oai-hss-0: 11:52:52 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_load_balance unit-oai-hss-0: 11:52:52 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: 11:52:52 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_load_balance.fdx unit-oai-hss-0: 11:52:52 DEBUG unit.oai-hss/0.install [ 89%] Built target rt_load_balance unit-oai-hss-0: 11:52:52 DEBUG unit.oai-hss/0.install [ 90%] Generating aw_conf.tab.c, aw_conf.tab.h unit-oai-hss-0: 11:52:52 DEBUG unit.oai-hss/0.install [ 91%] Generating lex.aw_conf.c unit-oai-hss-0: 11:52:52 DEBUG unit.oai-hss/0.install Scanning dependencies of target acl_wl unit-oai-hss-0: 11:52:52 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: 11:52:52 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: 11:52:52 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: 11:52:52 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: 11:52:52 DEBUG unit.oai-hss/0.install Linking C shared module ../acl_wl.fdx unit-oai-hss-0: 11:52:52 DEBUG unit.oai-hss/0.install [ 95%] Built target acl_wl unit-oai-hss-0: 11:52:52 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_monitor unit-oai-hss-0: 11:52:52 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: 11:52:52 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_monitor.fdx unit-oai-hss-0: 11:52:52 DEBUG unit.oai-hss/0.install [ 96%] Built target dbg_monitor unit-oai-hss-0: 11:52:52 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_msg_timings unit-oai-hss-0: 11:52:52 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: 11:52:52 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_msg_timings.fdx unit-oai-hss-0: 11:52:52 DEBUG unit.oai-hss/0.install [ 97%] Built target dbg_msg_timings unit-oai-hss-0: 11:52:52 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_msg_dumps unit-oai-hss-0: 11:52:52 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: 11:52:52 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_msg_dumps.fdx unit-oai-hss-0: 11:52:52 DEBUG unit.oai-hss/0.install [ 98%] Built target dbg_msg_dumps unit-oai-hss-0: 11:52:52 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_rt unit-oai-hss-0: 11:52:52 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: 11:52:52 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_rt.fdx unit-oai-hss-0: 11:52:52 DEBUG unit.oai-hss/0.install [100%] Built target dbg_rt unit-oai-hss-0: 11:52:52 DEBUG unit.oai-hss/0.install [ 0%] Built target version_information unit-oai-hss-0: 11:52:52 DEBUG unit.oai-hss/0.install [ 14%] Built target libfdproto unit-oai-hss-0: 11:52:52 DEBUG unit.oai-hss/0.install [ 46%] Built target libfdcore unit-oai-hss-0: 11:52:52 DEBUG unit.oai-hss/0.install [ 47%] Built target freeDiameterd unit-oai-hss-0: 11:52:52 DEBUG unit.oai-hss/0.install [ 48%] Built target testcnx unit-oai-hss-0: 11:52:52 DEBUG unit.oai-hss/0.install [ 50%] Built target testdict unit-oai-hss-0: 11:52:52 DEBUG unit.oai-hss/0.install [ 51%] Built target testdisp unit-oai-hss-0: 11:52:52 DEBUG unit.oai-hss/0.install [ 52%] Built target testfifo unit-oai-hss-0: 11:52:52 DEBUG unit.oai-hss/0.install [ 53%] Built target testloadext unit-oai-hss-0: 11:52:52 DEBUG unit.oai-hss/0.install [ 54%] Built target testmesg unit-oai-hss-0: 11:52:52 DEBUG unit.oai-hss/0.install [ 55%] Built target testmesg_stress unit-oai-hss-0: 11:52:52 DEBUG unit.oai-hss/0.install [ 56%] Built target testostr unit-oai-hss-0: 11:52:52 DEBUG unit.oai-hss/0.install [ 57%] Built target testpeers unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install [ 58%] Built target testsctp unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install [ 59%] Built target testsess unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install [ 60%] Built target dict_s6a unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install [ 61%] Built target dict_nasreq unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install [ 62%] Built target dict_eap unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install [ 63%] Built target dict_dcca unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install [ 64%] Built target dict_dcca_3gpp unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install [ 65%] Built target dict_dcca_starent unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install [ 66%] Built target dict_sip unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install [ 67%] Built target dict_mip6a unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install [ 68%] Built target dict_mip6i unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install [ 69%] Built target dict_nas_mipv6 unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install [ 70%] Built target dict_rfc5777 unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install [ 77%] Built target rt_default unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install [ 82%] Built target rt_redirect unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install [ 87%] Built target rt_busypeers unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install [ 88%] Built target rt_ignore_dh unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install [ 89%] Built target rt_load_balance unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install [ 95%] Built target acl_wl unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install [ 96%] Built target dbg_monitor unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install [ 97%] Built target dbg_msg_timings unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install [ 98%] Built target dbg_msg_dumps unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install [100%] Built target dbg_rt unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install Install the project... unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install -- Install configuration: "" unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/freeDiameter-host.h unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/libfdproto.h unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/libfdcore.h unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/extension.h unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdproto.so.1.2.0 unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdproto.so.6 unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdproto.so unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdcore.so.1.2.0 unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdcore.so.6 unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdcore.so unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install -- Removed runtime path from "/usr/lib/libfdcore.so.1.2.0" unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install -- Installing: /usr/bin/freeDiameterd-1.2.0 unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install -- Installing: /usr/bin/freeDiameterd unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install -- Removed runtime path from "/usr/bin/freeDiameterd-1.2.0" unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_s6a.fdx unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_nasreq.fdx unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_eap.fdx unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_dcca.fdx unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_dcca_3gpp.fdx unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_dcca_starent.fdx unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_sip.fdx unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_mip6a.fdx unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_mip6i.fdx unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_nas_mipv6.fdx unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_rfc5777.fdx unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_default.fdx unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_redirect.fdx unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_busypeers.fdx unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_ignore_dh.fdx unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_load_balance.fdx unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/acl_wl.fdx unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_monitor.fdx unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_msg_timings.fdx unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_msg_dumps.fdx unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_rt.fdx unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install python-pexpect-doc unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install python-pexpect unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install Need to get 37.8 kB of archives. unit-oai-hss-0: 11:52:53 DEBUG unit.oai-hss/0.install After this operation, 193 kB of additional disk space will be used. unit-oai-hss-0: 11:52:53 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: 11:52:54 DEBUG unit.oai-hss/0.install Fetched 37.8 kB in 0s (55.8 kB/s) unit-oai-hss-0: 11:52:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package python-pexpect. unit-oai-hss-0: 11:52:54 DEBUG unit.oai-hss/0.install (Reading database ... 95677 files and directories currently installed.) unit-oai-hss-0: 11:52:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../python-pexpect_3.1-1ubuntu0.1_all.deb ... unit-oai-hss-0: 11:52:54 DEBUG unit.oai-hss/0.install Unpacking python-pexpect (3.1-1ubuntu0.1) ... unit-oai-hss-0: 11:52:55 DEBUG unit.oai-hss/0.install Setting up python-pexpect (3.1-1ubuntu0.1) ... unit-oai-hss-0: 11:52:55 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: 11:52:55 DEBUG unit.oai-hss/0.install + /srv/openair-cn/SCRIPTS/build_hss -c -d unit-oai-hss-0: 11:52:55 DEBUG unit.oai-hss/0.install Clean the build generated files (build from scratch) unit-oai-hss-0: 11:52:55 DEBUG unit.oai-hss/0.install Compile with debug informations unit-oai-hss-0: 11:52:56 DEBUG unit.oai-hss/0.install mkdir: created directory 'BUILD' unit-oai-hss-0: 11:52:56 DEBUG unit.oai-hss/0.install git found: /usr/bin/git unit-oai-hss-0: 11:52:56 DEBUG unit.oai-hss/0.install Generating a 1024 bit RSA private key unit-oai-hss-0: 11:52:56 DEBUG unit.oai-hss/0.install ...................................................++++++ unit-oai-hss-0: 11:52:56 DEBUG unit.oai-hss/0.install .++++++ unit-oai-hss-0: 11:52:56 DEBUG unit.oai-hss/0.install writing new private key to 'hss.cakey.pem' unit-oai-hss-0: 11:52:56 DEBUG unit.oai-hss/0.install ----- unit-oai-hss-0: 11:52:56 DEBUG unit.oai-hss/0.install Generating RSA private key, 1024 bit long modulus unit-oai-hss-0: 11:52:56 DEBUG unit.oai-hss/0.install ..........++++++ unit-oai-hss-0: 11:52:56 DEBUG unit.oai-hss/0.install .............................++++++ unit-oai-hss-0: 11:52:56 DEBUG unit.oai-hss/0.install e is 65537 (0x10001) unit-oai-hss-0: 11:52:56 DEBUG unit.oai-hss/0.install Using configuration from /usr/lib/ssl/openssl.cnf unit-oai-hss-0: 11:52:56 DEBUG unit.oai-hss/0.install Check that the request matches the signature unit-oai-hss-0: 11:52:56 DEBUG unit.oai-hss/0.install Signature ok unit-oai-hss-0: 11:52:56 DEBUG unit.oai-hss/0.install Certificate Details: unit-oai-hss-0: 11:52:56 DEBUG unit.oai-hss/0.install Serial Number: 1 (0x1) unit-oai-hss-0: 11:52:56 DEBUG unit.oai-hss/0.install Validity unit-oai-hss-0: 11:52:56 DEBUG unit.oai-hss/0.install Not Before: Oct 26 11:52:56 2018 GMT unit-oai-hss-0: 11:52:56 DEBUG unit.oai-hss/0.install Not After : Oct 26 11:52:56 2019 GMT unit-oai-hss-0: 11:52:56 DEBUG unit.oai-hss/0.install Subject: unit-oai-hss-0: 11:52:56 DEBUG unit.oai-hss/0.install countryName = FR unit-oai-hss-0: 11:52:56 DEBUG unit.oai-hss/0.install stateOrProvinceName = PACA unit-oai-hss-0: 11:52:56 DEBUG unit.oai-hss/0.install organizationName = Eurecom unit-oai-hss-0: 11:52:56 DEBUG unit.oai-hss/0.install organizationalUnitName = CM unit-oai-hss-0: 11:52:56 DEBUG unit.oai-hss/0.install commonName = oai-hss-0.openair4G.eur unit-oai-hss-0: 11:52:56 DEBUG unit.oai-hss/0.install X509v3 extensions: unit-oai-hss-0: 11:52:56 DEBUG unit.oai-hss/0.install X509v3 Basic Constraints: unit-oai-hss-0: 11:52:56 DEBUG unit.oai-hss/0.install CA:FALSE unit-oai-hss-0: 11:52:56 DEBUG unit.oai-hss/0.install Netscape Comment: unit-oai-hss-0: 11:52:56 DEBUG unit.oai-hss/0.install OpenSSL Generated Certificate unit-oai-hss-0: 11:52:56 DEBUG unit.oai-hss/0.install X509v3 Subject Key Identifier: unit-oai-hss-0: 11:52:56 DEBUG unit.oai-hss/0.install 22:69:18:0B:D1:E1:31:D6:28:DF:5E:05:2D:A2:78:CE:EB:4A:D9:90 unit-oai-hss-0: 11:52:56 DEBUG unit.oai-hss/0.install X509v3 Authority Key Identifier: unit-oai-hss-0: 11:52:56 DEBUG unit.oai-hss/0.install keyid:F7:2A:95:00:B3:90:2C:44:ED:BC:58:27:88:58:5D:D5:89:90:B7:FA unit-oai-hss-0: 11:52:56 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:52:56 DEBUG unit.oai-hss/0.install Certificate is to be certified until Oct 26 11:52:56 2019 GMT (365 days) unit-oai-hss-0: 11:52:56 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:52:56 DEBUG unit.oai-hss/0.install Write out database with 1 new entries unit-oai-hss-0: 11:52:56 DEBUG unit.oai-hss/0.install Data Base Updated unit-oai-hss-0: 11:52:56 DEBUG unit.oai-hss/0.install CMake Warning: unit-oai-hss-0: 11:52:56 DEBUG unit.oai-hss/0.install Manually-specified variables were not used by the project: unit-oai-hss-0: 11:52:56 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:52:56 DEBUG unit.oai-hss/0.install DEBUG unit-oai-hss-0: 11:52:56 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:52:56 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 11:52:56 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_access_restriction unit-oai-hss-0: 11:52:56 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_auc unit-oai-hss-0: 11:52:56 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_db unit-oai-hss-0: 11:52:56 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_s6a unit-oai-hss-0: 11:52:56 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_utils unit-oai-hss-0: 11:52:56 DEBUG unit.oai-hss/0.install [ 4%] [ 8%] [ 13%] [ 17%] [ 21%] [ 26%] [ 30%] [ 34%] [ 39%] [ 43%] [ 47%] [ 52%] [ 56%] [ 60%] Building C object CMakeFiles/hss_access_restriction.dir/srv/openair-cn/SRC/OAI_HSS/access_restriction/access_restriction.c.o unit-oai-hss-0: 11:52:56 DEBUG unit.oai-hss/0.install [ 65%] [ 69%] [ 73%] Building C object CMakeFiles/hss_db.dir/srv/openair-cn/SRC/OAI_HSS/db/db_connector.c.o unit-oai-hss-0: 11:52:56 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: 11:52:56 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: 11:52:56 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: 11:52:56 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: 11:52:56 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: 11:52:56 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: 11:52:56 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: 11:52:56 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_auc.dir/srv/openair-cn/SRC/OAI_HSS/auc/fx.c.o unit-oai-hss-0: 11:52:56 DEBUG unit.oai-hss/0.install [ 78%] Building C object CMakeFiles/hss_auc.dir/srv/openair-cn/SRC/OAI_HSS/auc/rijndael.c.o unit-oai-hss-0: 11:52:56 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_common.c.o unit-oai-hss-0: 11:52:56 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: 11:52:56 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: 11:52:56 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_auc.dir/srv/openair-cn/SRC/OAI_HSS/auc/sequence_number.c.o unit-oai-hss-0: 11:52:56 DEBUG unit.oai-hss/0.install [ 82%] Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_error.c.o unit-oai-hss-0: 11:52:56 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: 11:52:56 DEBUG unit.oai-hss/0.install [ 86%] [ 91%] Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_peers.c.o unit-oai-hss-0: 11:52:56 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_purge_ue.c.o unit-oai-hss-0: 11:52:56 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: 11:52:56 DEBUG unit.oai-hss/0.install [ 95%] Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_subscription_data.c.o unit-oai-hss-0: 11:52:57 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: 11:52:57 DEBUG unit.oai-hss/0.install Linking C static library libhss_access_restriction.a unit-oai-hss-0: 11:52:58 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_access_restriction unit-oai-hss-0: 11:52:58 DEBUG unit.oai-hss/0.install Linking C static library libhss_utils.a unit-oai-hss-0: 11:52:58 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_utils unit-oai-hss-0: 11:52:58 DEBUG unit.oai-hss/0.install Linking C static library libhss_s6a.a unit-oai-hss-0: 11:52:58 DEBUG unit.oai-hss/0.install [ 95%] Linking C static library libhss_auc.a unit-oai-hss-0: 11:52:58 DEBUG unit.oai-hss/0.install Built target hss_s6a unit-oai-hss-0: 11:52:58 DEBUG unit.oai-hss/0.install Linking C static library libhss_db.a unit-oai-hss-0: 11:52:58 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_auc unit-oai-hss-0: 11:52:58 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_db unit-oai-hss-0: 11:52:58 DEBUG unit.oai-hss/0.install Scanning dependencies of target oai_hss unit-oai-hss-0: 11:52:58 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: 11:52:58 DEBUG unit.oai-hss/0.install Linking C executable oai_hss unit-oai-hss-0: 11:52:58 DEBUG unit.oai-hss/0.install [100%] Built target oai_hss unit-oai-hss-0: 11:52:58 DEBUG unit.oai-hss/0.install [ 4%] Built target hss_access_restriction unit-oai-hss-0: 11:52:58 DEBUG unit.oai-hss/0.install [ 26%] Built target hss_auc unit-oai-hss-0: 11:52:58 DEBUG unit.oai-hss/0.install [ 39%] Built target hss_db unit-oai-hss-0: 11:52:58 DEBUG unit.oai-hss/0.install [ 82%] Built target hss_s6a unit-oai-hss-0: 11:52:58 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_utils unit-oai-hss-0: 11:52:58 DEBUG unit.oai-hss/0.install [100%] Built target oai_hss unit-oai-hss-0: 11:52:58 DEBUG unit.oai-hss/0.install Install the project... unit-oai-hss-0: 11:52:58 DEBUG unit.oai-hss/0.install -- Install configuration: "RelWithDebInfo" unit-oai-hss-0: 11:52:58 DEBUG unit.oai-hss/0.install -- Installing: /usr/local/bin/oai_hss unit-oai-hss-0: 11:52:58 DEBUG unit.oai-hss/0.install -- Installing: /usr/local/etc/oai/hss.conf unit-oai-hss-0: 11:52:58 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/../etc/freeDiameter/hss_fd.conf unit-oai-hss-0: 11:52:58 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/../etc/freeDiameter/acl.conf unit-oai-hss-0: 11:52:58 DEBUG unit.oai-hss/0.install '/srv/openair-cn/BUILD/HSS/BUILD/oai_hss' -> '/usr/local/bin/oai_hss' unit-oai-hss-0: 11:52:58 DEBUG unit.oai-hss/0.install oai_hss installed unit-oai-hss-0: 11:52:58 DEBUG unit.oai-hss/0.install + juju-log 'Add oai_hss init script' unit-oai-hss-0: 11:52:59 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 11:52:59 INFO unit.oai-hss/0.juju-log Add oai_hss init script unit-oai-hss-0: 11:52:59 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: 11:52:59 DEBUG unit.oai-hss/0.install + '[' '!' -f /usr/local/bin/oai_hss ']' unit-oai-hss-0: 11:52:59 DEBUG unit.oai-hss/0.install + status-set blocked 'Waiting for a mysql/db relation to start' unit-oai-hss-0: 11:52:59 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 11:52:59 INFO juju.worker.uniter.operation ran "install" hook unit-oai-hss-0: 11:52:59 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-oai-hss-0: 11:52:59 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-hss-0: 11:52:59 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 11:52:59 DEBUG juju.worker.uniter.operation running operation accept leadership unit-oai-hss-0: 11:52:59 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-oai-hss-0: 11:52:59 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-oai-hss-0: 11:52:59 INFO juju.worker.uniter found queued "leader-elected" hook unit-oai-hss-0: 11:52:59 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-oai-hss-0: 11:52:59 DEBUG juju.machinelock acquire machine lock for uniter (run leader-elected hook) unit-oai-hss-0: 11:52:59 DEBUG juju.machinelock machine lock acquired for uniter (run leader-elected hook) unit-oai-hss-0: 11:52:59 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-oai-hss-0: 11:52:59 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-oai-hss-0: 11:52:59 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-oai-hss-0: 11:52:59 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-oai-hss-0: 11:52:59 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-oai-hss-0: 11:52:59 DEBUG juju.machinelock machine lock released for uniter (run leader-elected hook) unit-oai-hss-0: 11:52:59 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 11:52:59 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 11:52:59 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-oai-hss-0: 11:52:59 DEBUG juju.machinelock acquire machine lock for uniter (run config-changed hook) unit-oai-hss-0: 11:52:59 DEBUG juju.machinelock machine lock acquired for uniter (run config-changed hook) unit-oai-hss-0: 11:52:59 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-oai-hss-0: 11:52:59 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-oai-hss-0: 11:52:59 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-oai-hss-0: 11:53:00 DEBUG unit.oai-hss/0.config-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 11:53:00 DEBUG unit.oai-hss/0.config-changed + set_env_paths unit-oai-hss-0: 11:53:00 DEBUG unit.oai-hss/0.config-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 11:53:00 DEBUG unit.oai-hss/0.config-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 11:53:00 DEBUG unit.oai-hss/0.config-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 11:53:00 DEBUG unit.oai-hss/0.config-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 11:53:00 DEBUG unit.oai-hss/0.config-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 11:53:00 DEBUG unit.oai-hss/0.config-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 11:53:00 DEBUG unit.oai-hss/0.config-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 11:53:00 DEBUG unit.oai-hss/0.config-changed + hss_exec_name=oai_hss unit-oai-hss-0: 11:53:00 DEBUG unit.oai-hss/0.config-changed + service oai_hss stop unit-oai-hss-0: 11:53:00 DEBUG unit.oai-hss/0.config-changed stop: Unknown instance: unit-oai-hss-0: 11:53:00 DEBUG unit.oai-hss/0.config-changed + true unit-oai-hss-0: 11:53:00 DEBUG unit.oai-hss/0.config-changed ++ config-get branch unit-oai-hss-0: 11:53:00 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 11:53:00 DEBUG unit.oai-hss/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-hss-0/charm/.branch unit-oai-hss-0: 11:53:00 DEBUG unit.oai-hss/0.config-changed + '[' v0.3.2 '!=' v0.3.2 ']' unit-oai-hss-0: 11:53:00 DEBUG unit.oai-hss/0.config-changed ++ config-get realm unit-oai-hss-0: 11:53:00 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 11:53:00 DEBUG unit.oai-hss/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-hss-0/charm/.realm unit-oai-hss-0: 11:53:00 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: 11:53:00 DEBUG unit.oai-hss/0.config-changed + '[' openair4G.eur '!=' '' ']' unit-oai-hss-0: 11:53:00 DEBUG unit.oai-hss/0.config-changed ++ config-get realm unit-oai-hss-0: 11:53:00 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 11:53:00 DEBUG unit.oai-hss/0.config-changed + realm=openair4G.eur unit-oai-hss-0: 11:53:00 DEBUG unit.oai-hss/0.config-changed ++ hostname --fqdn unit-oai-hss-0: 11:53:00 DEBUG unit.oai-hss/0.config-changed ++ hostname unit-oai-hss-0: 11:53:00 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: 11:53:00 DEBUG unit.oai-hss/0.config-changed + '[' -d /usr/lib/freeDiameter ']' unit-oai-hss-0: 11:53:00 DEBUG unit.oai-hss/0.config-changed + FREEDIAMETER_PREFIX=/usr unit-oai-hss-0: 11:53:00 DEBUG unit.oai-hss/0.config-changed ++ hostname --fqdn unit-oai-hss-0: 11:53:00 DEBUG unit.oai-hss/0.config-changed + fqdn=oai-hss-0.openair4G.eur unit-oai-hss-0: 11:53:00 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: 11:53:00 DEBUG unit.oai-hss/0.config-changed HSS S6A: Found valid certificate in /usr/etc/freeDiameter unit-oai-hss-0: 11:53:00 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: 11:53:00 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: 11:53:00 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: 11:53:00 DEBUG unit.oai-hss/0.config-changed ++ relation-ids db unit-oai-hss-0: 11:53:00 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 11:53:00 DEBUG unit.oai-hss/0.config-changed + '[' -z '' ']' unit-oai-hss-0: 11:53:00 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: 11:53:00 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 11:53:00 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: 11:53:00 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: 11:53:00 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 11:53:00 INFO unit.oai-hss/0.juju-log no db is found, so HSS process is not going to be run unit-oai-hss-0: 11:53:00 INFO juju.worker.uniter.operation ran "config-changed" hook unit-oai-hss-0: 11:53:00 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-oai-hss-0: 11:53:00 DEBUG juju.machinelock machine lock released for uniter (run config-changed hook) unit-oai-hss-0: 11:53:00 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 11:53:00 INFO juju.worker.uniter found queued "start" hook unit-oai-hss-0: 11:53:00 DEBUG juju.worker.uniter.operation running operation run start hook unit-oai-hss-0: 11:53:00 DEBUG juju.machinelock acquire machine lock for uniter (run start hook) unit-oai-hss-0: 11:53:00 DEBUG juju.machinelock machine lock acquired for uniter (run start hook) unit-oai-hss-0: 11:53:00 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-oai-hss-0: 11:53:00 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-oai-hss-0: 11:53:00 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-oai-hss-0: 11:53:01 DEBUG unit.oai-hss/0.start + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 11:53:01 DEBUG unit.oai-hss/0.start ++ relation-ids db unit-oai-hss-0: 11:53:01 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 11:53:01 DEBUG unit.oai-hss/0.start + '[' -n '' ']' unit-oai-hss-0: 11:53:01 INFO juju.worker.uniter.operation ran "start" hook unit-oai-hss-0: 11:53:01 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-oai-hss-0: 11:53:01 DEBUG juju.machinelock machine lock released for uniter (run start hook) unit-oai-hss-0: 11:53:01 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 11:53:01 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 11:53:01 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-oai-hss-0: 11:53:01 INFO juju.worker.uniter.relation joining relation "oai-hss:db mysql:db" unit-mysql-0: 11:53:01 DEBUG juju.worker.uniter.remotestate got a relation units change: {1 {map[oai-hss/0:{0}] []}} unit-mysql-0: 11:53:01 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 11:53:01 DEBUG juju.worker.uniter.operation running operation run relation-joined (1; oai-hss/0) hook unit-mysql-0: 11:53:01 DEBUG juju.machinelock acquire machine lock for uniter (run relation-joined (1; oai-hss/0) hook) unit-mysql-0: 11:53:01 DEBUG juju.machinelock machine lock acquired for uniter (run relation-joined (1; oai-hss/0) hook) unit-mysql-0: 11:53:01 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (1; oai-hss/0) hook" unit-oai-hss-0: 11:53:01 INFO juju.worker.uniter.relation joined relation "oai-hss:db mysql:db" unit-mysql-0: 11:53:01 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (1; oai-hss/0) hook" unit-mysql-0: 11:53:01 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-joined hook unit-oai-hss-0: 11:53:01 INFO juju.worker.uniter.relation joining relation "oai-epc:hss oai-hss:hss" unit-oai-hss-0: 11:53:01 INFO juju.worker.uniter.relation joined relation "oai-epc:hss oai-hss:hss" unit-oai-epc-0: 11:53:01 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-hss/0:{0}] []}} unit-mysql-0: 11:53:01 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 11:53:01 DEBUG juju.worker.uniter.operation running operation run relation-joined (1; mysql/0) hook unit-oai-hss-0: 11:53:01 DEBUG juju.machinelock acquire machine lock for uniter (run relation-joined (1; mysql/0) hook) unit-oai-hss-0: 11:53:01 DEBUG juju.machinelock machine lock acquired for uniter (run relation-joined (1; mysql/0) hook) unit-oai-hss-0: 11:53:01 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (1; mysql/0) hook" unit-mysql-0: 11:53:01 DEBUG worker.uniter.jujuc running hook tool "is-leader" unit-oai-hss-0: 11:53:01 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (1; mysql/0) hook" unit-oai-hss-0: 11:53:01 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-joined hook unit-mysql-0: 11:53:01 DEBUG worker.uniter.jujuc running hook tool "leader-get" unit-oai-hss-0: 11:53:01 INFO juju.worker.uniter.operation skipped "db-relation-joined" hook (missing) unit-oai-hss-0: 11:53:01 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (1; mysql/0) hook" unit-mysql-0: 11:53:01 DEBUG worker.uniter.jujuc running hook tool "leader-get" unit-oai-hss-0: 11:53:01 DEBUG juju.machinelock machine lock released for uniter (run relation-joined (1; mysql/0) hook) unit-oai-hss-0: 11:53:01 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 11:53:01 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 11:53:01 DEBUG juju.worker.uniter.operation running operation run relation-changed (1; mysql/0) hook unit-oai-hss-0: 11:53:01 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (1; mysql/0) hook) unit-oai-hss-0: 11:53:01 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (1; mysql/0) hook) unit-oai-hss-0: 11:53:01 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 11:53:01 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 11:53:01 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-changed hook unit-mysql-0: 11:53:01 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 11:53:02 DEBUG unit.oai-hss/0.db-relation-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 11:53:02 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get database unit-mysql-0: 11:53:02 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 11:53:02 DEBUG unit.mysql/0.juju-log db:1: Using existing password file '/var/lib/mysql/mysql.passwd' unit-oai-hss-0: 11:53:02 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 11:53:02 DEBUG unit.oai-hss/0.db-relation-changed + database= unit-oai-hss-0: 11:53:02 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get user unit-mysql-0: 11:53:02 DEBUG worker.uniter.jujuc running hook tool "leader-set" unit-oai-hss-0: 11:53:02 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 11:53:02 DEBUG unit.oai-hss/0.db-relation-changed + user= unit-oai-hss-0: 11:53:02 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get password unit-mysql-0: 11:53:02 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-hss-0: 11:53:02 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 11:53:02 DEBUG unit.oai-hss/0.db-relation-changed + password= unit-oai-hss-0: 11:53:02 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get private-address unit-oai-hss-0: 11:53:02 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 11:53:02 DEBUG unit.oai-hss/0.db-relation-changed + host=192.168.121.8 unit-oai-hss-0: 11:53:02 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get operator-key unit-mysql-0: 11:53:02 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-oai-hss-0: 11:53:02 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 11:53:02 DEBUG unit.oai-hss/0.db-relation-changed + operatorkey=1006020f0a478bf6b699f15c062e42b3 unit-oai-hss-0: 11:53:02 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get random unit-mysql-0: 11:53:02 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-mysql-0: 11:53:02 DEBUG unit.mysql/0.db-relation-joined [grant replication client on *.* to `oowoakolizeedae` identified by 'oghohxeingahpah'] unit-mysql-0: 11:53:02 DEBUG unit.mysql/0.db-relation-joined [grant all on `oai-hss`.* to `oowoakolizeedae` identified by 'oghohxeingahpah'] unit-mysql-0: 11:53:02 DEBUG unit.mysql/0.db-relation-joined ['relation-set', 'database=oai-hss', 'user=oowoakolizeedae', 'password=oghohxeingahpah', 'host=192.168.121.8', 'slave=False'] unit-mysql-0: 11:53:02 DEBUG unit.mysql/0.db-relation-joined [create database `oai-hss` character set utf8] unit-oai-hss-0: 11:53:02 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 11:53:02 DEBUG unit.oai-hss/0.db-relation-changed + random=true unit-oai-hss-0: 11:53:02 DEBUG unit.oai-hss/0.db-relation-changed + '[' -z '' ']' unit-oai-hss-0: 11:53:02 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Data not sent yet' unit-mysql-0: 11:53:02 INFO juju.worker.uniter.operation ran "db-relation-joined" hook unit-oai-hss-0: 11:53:02 DEBUG juju.worker.uniter.remotestate got a relation units change: {1 {map[mysql/0:{1}] []}} unit-mysql-0: 11:53:02 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (1; oai-hss/0) hook" unit-oai-hss-0: 11:53:02 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 11:53:02 INFO unit.oai-hss/0.juju-log db:1: Data not sent yet unit-oai-hss-0: 11:53:02 DEBUG unit.oai-hss/0.db-relation-changed + exit 0 unit-oai-hss-0: 11:53:02 INFO juju.worker.uniter.operation ran "db-relation-changed" hook unit-oai-hss-0: 11:53:02 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (1; mysql/0) hook" unit-mysql-0: 11:53:02 DEBUG juju.machinelock machine lock released for uniter (run relation-joined (1; oai-hss/0) hook) unit-mysql-0: 11:53:02 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 11:53:02 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 11:53:02 DEBUG juju.worker.uniter.operation running operation run relation-changed (1; oai-hss/0) hook unit-mysql-0: 11:53:02 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (1; oai-hss/0) hook) unit-mysql-0: 11:53:02 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (1; oai-hss/0) hook) unit-mysql-0: 11:53:02 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (1; oai-hss/0) hook" unit-oai-hss-0: 11:53:02 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (1; mysql/0) hook) unit-oai-hss-0: 11:53:02 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 11:53:02 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 11:53:02 DEBUG juju.worker.uniter.operation running operation run relation-changed (1; mysql/0) hook unit-oai-hss-0: 11:53:02 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (1; mysql/0) hook) unit-oai-hss-0: 11:53:02 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (1; mysql/0) hook) unit-oai-hss-0: 11:53:02 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (1; mysql/0) hook" unit-mysql-0: 11:53:02 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (1; oai-hss/0) hook" unit-mysql-0: 11:53:02 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-changed hook unit-oai-hss-0: 11:53:02 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 11:53:02 DEBUG unit.oai-hss/0.db-relation-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 11:53:02 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get database unit-oai-hss-0: 11:53:02 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 11:53:02 DEBUG unit.oai-hss/0.db-relation-changed + database=oai-hss unit-oai-hss-0: 11:53:02 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get user unit-oai-hss-0: 11:53:02 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 11:53:02 DEBUG unit.oai-hss/0.db-relation-changed + user=oowoakolizeedae unit-oai-hss-0: 11:53:02 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get password unit-oai-hss-0: 11:53:02 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 11:53:02 DEBUG unit.oai-hss/0.db-relation-changed + password=oghohxeingahpah unit-oai-hss-0: 11:53:02 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get private-address unit-mysql-0: 11:53:02 INFO juju.worker.uniter.operation skipped "db-relation-changed" hook (missing) unit-mysql-0: 11:53:02 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (1; oai-hss/0) hook" unit-oai-hss-0: 11:53:02 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 11:53:02 DEBUG unit.oai-hss/0.db-relation-changed + host=192.168.121.8 unit-oai-hss-0: 11:53:02 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get operator-key unit-mysql-0: 11:53:02 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (1; oai-hss/0) hook) unit-mysql-0: 11:53:02 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 11:53:02 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 11:53:02 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-hss-0: 11:53:03 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 11:53:03 DEBUG unit.oai-hss/0.db-relation-changed + operatorkey=1006020f0a478bf6b699f15c062e42b3 unit-oai-hss-0: 11:53:03 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get random unit-oai-hss-0: 11:53:03 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 11:53:03 DEBUG unit.oai-hss/0.db-relation-changed + random=true unit-oai-hss-0: 11:53:03 DEBUG unit.oai-hss/0.db-relation-changed + '[' -z oai-hss ']' unit-oai-hss-0: 11:53:03 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 11:53:03 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 11:53:03 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 11:53:03 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 11:53:03 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 11:53:03 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 11:53:03 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 11:53:03 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 11:53:03 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 11:53:03 DEBUG unit.oai-hss/0.db-relation-changed + db_data_in_config_file 192.168.121.8 oowoakolizeedae oghohxeingahpah oai-hss unit-oai-hss-0: 11:53:03 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 11:53:03 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 11:53:03 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 11:53:03 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 11:53:03 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 11:53:03 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 11:53:03 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 11:53:03 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 11:53:03 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 11:53:03 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_server[^"]*)".*"/\1"192.168.121.8"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 11:53:03 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_user[^"]*)".*"/\1"oowoakolizeedae"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 11:53:03 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_pass[^"]*)".*"/\1"oghohxeingahpah"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 11:53:03 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: 11:53:03 DEBUG unit.oai-hss/0.db-relation-changed + modify_hss_conf 1006020f0a478bf6b699f15c062e42b3 true unit-oai-hss-0: 11:53:03 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 11:53:03 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 11:53:03 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 11:53:03 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 11:53:03 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 11:53:03 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 11:53:03 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 11:53:03 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 11:53:03 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 11:53:03 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: 11:53:03 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: 11:53:03 DEBUG unit.oai-hss/0.db-relation-changed ++ grep -q users unit-oai-hss-0: 11:53:03 DEBUG unit.oai-hss/0.db-relation-changed ++ /usr/bin/mysql -u oowoakolizeedae --password=oghohxeingahpah -h 192.168.121.8 oai-hss -e 'show tables;' unit-mysql-0: 11:53:03 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 11:53:03 DEBUG unit.oai-hss/0.db-relation-changed + /usr/bin/mysql -u oowoakolizeedae --password=oghohxeingahpah -h 192.168.121.8 oai-hss unit-oai-hss-0: 11:53:04 DEBUG unit.oai-hss/0.db-relation-changed + /var/lib/juju/agents/unit-oai-hss-0/charm/hooks/start unit-oai-hss-0: 11:53:04 DEBUG unit.oai-hss/0.db-relation-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 11:53:04 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids db unit-oai-hss-0: 11:53:04 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 11:53:04 DEBUG unit.oai-hss/0.db-relation-changed + '[' -n db:1 ']' unit-oai-hss-0: 11:53:04 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Running HSS' unit-oai-hss-0: 11:53:04 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 11:53:04 INFO unit.oai-hss/0.juju-log db:1: Running HSS unit-oai-hss-0: 11:53:04 DEBUG unit.oai-hss/0.db-relation-changed + service oai_hss restart unit-oai-hss-0: 11:53:04 DEBUG unit.oai-hss/0.db-relation-changed stop: Unknown instance: unit-oai-hss-0: 11:53:04 DEBUG unit.oai-hss/0.db-relation-changed oai_hss start/running, process 22035 unit-oai-hss-0: 11:53:04 DEBUG unit.oai-hss/0.db-relation-changed + check_hss_process unit-oai-hss-0: 11:53:04 DEBUG unit.oai-hss/0.db-relation-changed ++ service oai_hss status unit-oai-hss-0: 11:53:04 DEBUG unit.oai-hss/0.db-relation-changed + IS_RUNNING='oai_hss start/running, process 22035' unit-oai-hss-0: 11:53:04 DEBUG unit.oai-hss/0.db-relation-changed + [[ oai_hss start/running, process 22035 =~ .*running.* ]] unit-oai-hss-0: 11:53:04 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'OAI HSS is running' unit-oai-hss-0: 11:53:04 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 11:53:04 INFO unit.oai-hss/0.juju-log db:1: OAI HSS is running unit-oai-hss-0: 11:53:04 DEBUG unit.oai-hss/0.db-relation-changed + status=0 unit-oai-hss-0: 11:53:04 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -eq 1 ']' unit-oai-hss-0: 11:53:04 DEBUG unit.oai-hss/0.db-relation-changed + check_hss_connection_to_db unit-oai-hss-0: 11:53:04 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 11:53:04 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 11:53:04 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 11:53:04 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 11:53:04 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 11:53:04 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 11:53:04 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 11:53:04 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 11:53:04 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 11:53:04 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Establishing connection to db' unit-oai-hss-0: 11:53:04 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 11:53:04 INFO unit.oai-hss/0.juju-log db:1: Establishing connection to db unit-oai-hss-0: 11:53:04 DEBUG unit.oai-hss/0.db-relation-changed + COUNTER=0 unit-oai-hss-0: 11:53:04 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids db unit-oai-hss-0: 11:53:04 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 11:53:04 DEBUG unit.oai-hss/0.db-relation-changed + db_id=db:1 unit-oai-hss-0: 11:53:04 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-list -r db:1 unit-oai-hss-0: 11:53:04 DEBUG worker.uniter.jujuc running hook tool "relation-list" unit-oai-hss-0: 11:53:04 DEBUG unit.oai-hss/0.db-relation-changed + db_unit=mysql/0 unit-oai-hss-0: 11:53:04 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get -r db:1 user mysql/0 unit-oai-hss-0: 11:53:04 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 11:53:04 DEBUG unit.oai-hss/0.db-relation-changed + db_host=oowoakolizeedae unit-oai-hss-0: 11:53:04 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -lt 30 ']' unit-oai-hss-0: 11:53:04 DEBUG unit.oai-hss/0.db-relation-changed + sleep 1 unit-oai-hss-0: 11:53:05 DEBUG unit.oai-hss/0.db-relation-changed ++ grep -c '.*db.*DONE' /srv/.out unit-oai-hss-0: 11:53:05 DEBUG unit.oai-hss/0.db-relation-changed + '[' 1 -gt 0 ']' unit-oai-hss-0: 11:53:05 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Connection to db...Established' unit-oai-hss-0: 11:53:05 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 11:53:05 INFO unit.oai-hss/0.juju-log db:1: Connection to db...Established unit-oai-hss-0: 11:53:05 DEBUG unit.oai-hss/0.db-relation-changed + break unit-oai-hss-0: 11:53:05 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -eq 30 ']' unit-oai-hss-0: 11:53:05 DEBUG unit.oai-hss/0.db-relation-changed + check_hss_s6a_layer unit-oai-hss-0: 11:53:05 DEBUG unit.oai-hss/0.db-relation-changed + COUNTER=0 unit-oai-hss-0: 11:53:05 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Checking s6a layer initialization' unit-oai-hss-0: 11:53:05 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 11:53:05 INFO unit.oai-hss/0.juju-log db:1: Checking s6a layer initialization unit-oai-hss-0: 11:53:05 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -lt 30 ']' unit-oai-hss-0: 11:53:05 DEBUG unit.oai-hss/0.db-relation-changed + sleep 1 unit-oai-hss-0: 11:53:06 DEBUG unit.oai-hss/0.db-relation-changed ++ grep -c 'Core state: 1 -> 2' /srv/.out unit-oai-hss-0: 11:53:06 DEBUG unit.oai-hss/0.db-relation-changed + '[' 1 -gt 0 ']' unit-oai-hss-0: 11:53:06 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 's6a layer initialized......HSS ready' unit-oai-hss-0: 11:53:07 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 11:53:07 INFO unit.oai-hss/0.juju-log db:1: s6a layer initialized......HSS ready unit-oai-hss-0: 11:53:07 DEBUG unit.oai-hss/0.db-relation-changed + status-set active 'OAI HSS is running' unit-oai-hss-0: 11:53:07 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 11:53:07 DEBUG unit.oai-hss/0.db-relation-changed + break unit-oai-hss-0: 11:53:07 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -eq 30 ']' unit-oai-hss-0: 11:53:07 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids hss unit-oai-hss-0: 11:53:07 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 11:53:07 DEBUG unit.oai-hss/0.db-relation-changed + for hss_id in '$(relation-ids hss)' unit-oai-hss-0: 11:53:07 DEBUG unit.oai-hss/0.db-relation-changed + juju-log hss:2 unit-oai-hss-0: 11:53:07 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 11:53:07 INFO unit.oai-hss/0.juju-log db:1: hss:2 unit-oai-hss-0: 11:53:07 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-list -r hss:2 unit-oai-hss-0: 11:53:07 DEBUG worker.uniter.jujuc running hook tool "relation-list" unit-oai-hss-0: 11:53:07 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids hss unit-oai-hss-0: 11:53:07 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 11:53:07 DEBUG unit.oai-hss/0.db-relation-changed + '[' -n hss:2 ']' unit-oai-hss-0: 11:53:07 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids hss unit-oai-hss-0: 11:53:07 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 11:53:07 DEBUG unit.oai-hss/0.db-relation-changed + for hss_id in '$(relation-ids hss)' unit-oai-hss-0: 11:53:07 DEBUG unit.oai-hss/0.db-relation-changed + juju-log hss:2 unit-oai-hss-0: 11:53:07 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 11:53:07 INFO unit.oai-hss/0.juju-log db:1: hss:2 unit-oai-hss-0: 11:53:07 DEBUG unit.oai-hss/0.db-relation-changed + relation-set -r hss:2 mme_in_db=yes unit-oai-hss-0: 11:53:07 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 11:53:07 DEBUG unit.oai-hss/0.db-relation-changed + relation-set -r hss:2 hss_running=yes unit-oai-hss-0: 11:53:07 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 11:53:07 INFO juju.worker.uniter.operation ran "db-relation-changed" hook unit-oai-hss-0: 11:53:07 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (1; mysql/0) hook" unit-oai-epc-0: 11:53:07 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-hss/0:{1}] []}} unit-oai-hss-0: 11:53:07 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (1; mysql/0) hook) unit-oai-hss-0: 11:53:07 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 11:53:07 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 11:53:07 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-hss-0: 11:53:08 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 11:53:16 DEBUG unit.oai-epc/0.install + source /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 11:53:16 DEBUG unit.oai-epc/0.install ++ SUDO='sudo -S -E' unit-oai-epc-0: 11:53:16 DEBUG unit.oai-epc/0.install ++ black='\E[30m' unit-oai-epc-0: 11:53:16 DEBUG unit.oai-epc/0.install ++ red='\E[31m' unit-oai-epc-0: 11:53:16 DEBUG unit.oai-epc/0.install ++ green='\E[32m' unit-oai-epc-0: 11:53:16 DEBUG unit.oai-epc/0.install ++ yellow='\E[33m' unit-oai-epc-0: 11:53:16 DEBUG unit.oai-epc/0.install ++ blue='\E[1;34m' unit-oai-epc-0: 11:53:16 DEBUG unit.oai-epc/0.install ++ magenta='\E[35m' unit-oai-epc-0: 11:53:16 DEBUG unit.oai-epc/0.install ++ cyan='\E[36m' unit-oai-epc-0: 11:53:16 DEBUG unit.oai-epc/0.install ++ white='\E[37m' unit-oai-epc-0: 11:53:16 DEBUG unit.oai-epc/0.install ++ reset_color='\E[00m' unit-oai-epc-0: 11:53:16 DEBUG unit.oai-epc/0.install ++ COLORIZE=1 unit-oai-epc-0: 11:53:16 DEBUG unit.oai-epc/0.install + install_xtables_addons_oai 1 unit-oai-epc-0: 11:53:16 DEBUG unit.oai-epc/0.install + '[' 1 -eq 0 ']' unit-oai-epc-0: 11:53:16 DEBUG unit.oai-epc/0.install + prompt=y unit-oai-epc-0: 11:53:16 DEBUG unit.oai-epc/0.install + rm_option=f unit-oai-epc-0: 11:53:16 DEBUG unit.oai-epc/0.install + OPTION=-y unit-oai-epc-0: 11:53:16 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 11:53:16 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: 11:53:16 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: 11:53:16 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 11:53:16 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 11:53:16 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 11:53:16 DEBUG unit.oai-epc/0.install autoconf is already the newest version. unit-oai-epc-0: 11:53:16 DEBUG unit.oai-epc/0.install automake is already the newest version. unit-oai-epc-0: 11:53:16 DEBUG unit.oai-epc/0.install build-essential is already the newest version. unit-oai-epc-0: 11:53:16 DEBUG unit.oai-epc/0.install iptables is already the newest version. unit-oai-epc-0: 11:53:16 DEBUG unit.oai-epc/0.install linux-headers-3.19.0-031900-generic is already the newest version. unit-oai-epc-0: 11:53:16 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 11:53:16 DEBUG unit.oai-epc/0.install dkms iptables-dev unit-oai-epc-0: 11:53:17 DEBUG unit.oai-epc/0.install 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 11:53:17 DEBUG unit.oai-epc/0.install Need to get 121 kB of archives. unit-oai-epc-0: 11:53:17 DEBUG unit.oai-epc/0.install After this operation, 655 kB of additional disk space will be used. unit-oai-epc-0: 11:53:17 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: 11:53:17 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: 11:53:17 DEBUG unit.oai-epc/0.install Fetched 121 kB in 0s (121 kB/s) unit-oai-epc-0: 11:53:18 DEBUG unit.oai-epc/0.install Selecting previously unselected package dkms. unit-oai-epc-0: 11:53:18 DEBUG unit.oai-epc/0.install (Reading database ... 102415 files and directories currently installed.) unit-oai-epc-0: 11:53:18 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: 11:53:18 DEBUG unit.oai-epc/0.install Unpacking dkms (2.2.0.3-1.1ubuntu5.14.04.9) ... unit-oai-epc-0: 11:53:18 DEBUG unit.oai-epc/0.install Selecting previously unselected package iptables-dev. unit-oai-epc-0: 11:53:18 DEBUG unit.oai-epc/0.install Preparing to unpack .../iptables-dev_1.4.21-1ubuntu1_amd64.deb ... unit-oai-epc-0: 11:53:18 DEBUG unit.oai-epc/0.install Unpacking iptables-dev (1.4.21-1ubuntu1) ... unit-oai-epc-0: 11:53:18 DEBUG unit.oai-epc/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-epc-0: 11:53:19 DEBUG unit.oai-epc/0.install Setting up dkms (2.2.0.3-1.1ubuntu5.14.04.9) ... unit-oai-epc-0: 11:53:19 DEBUG unit.oai-epc/0.install Setting up iptables-dev (1.4.21-1ubuntu1) ... unit-oai-epc-0: 11:53:20 DEBUG unit.oai-epc/0.install + [[ y =~ [yY](es)* ]] unit-oai-epc-0: 11:53:20 DEBUG unit.oai-epc/0.install + cd /root unit-oai-epc-0: 11:53:20 DEBUG unit.oai-epc/0.install + '[' -d xtables-addons-oai ']' unit-oai-epc-0: 11:53:20 DEBUG unit.oai-epc/0.install + echo 'Downloading xtables-addons-oai source code' unit-oai-epc-0: 11:53:20 DEBUG unit.oai-epc/0.install Downloading xtables-addons-oai source code unit-oai-epc-0: 11:53:20 DEBUG unit.oai-epc/0.install + git clone https://gitlab.eurecom.fr/oai/xtables-addons-oai.git unit-oai-epc-0: 11:53:20 DEBUG unit.oai-epc/0.install Cloning into 'xtables-addons-oai'... unit-oai-epc-0: 11:53:21 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-epc-0: 11:53:23 DEBUG unit.oai-epc/0.install + chmod -R o+w xtables-addons-oai unit-oai-epc-0: 11:53:23 DEBUG unit.oai-epc/0.install + chmod -R g+w xtables-addons-oai unit-oai-epc-0: 11:53:23 DEBUG unit.oai-epc/0.install + cd xtables-addons-oai/ unit-oai-epc-0: 11:53:23 DEBUG unit.oai-epc/0.install + sync unit-oai-epc-0: 11:53:23 DEBUG unit.oai-epc/0.install + sudo -S -E autoreconf --install --force unit-oai-epc-0: 11:53:25 DEBUG unit.oai-epc/0.install libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'. unit-oai-epc-0: 11:53:25 DEBUG unit.oai-epc/0.install libtoolize: copying file `build-aux/ltmain.sh' unit-oai-epc-0: 11:53:25 DEBUG unit.oai-epc/0.install libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. unit-oai-epc-0: 11:53:25 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/libtool.m4' unit-oai-epc-0: 11:53:25 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/ltoptions.m4' unit-oai-epc-0: 11:53:25 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/ltsugar.m4' unit-oai-epc-0: 11:53:25 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/ltversion.m4' unit-oai-epc-0: 11:53:25 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/lt~obsolete.m4' unit-oai-epc-0: 11:53:27 DEBUG unit.oai-epc/0.install Makefile.am:6: warning: ':='-style assignments are not portable unit-oai-epc-0: 11:53:27 DEBUG unit.oai-epc/0.install Makefile.am:21: warning: ':='-style assignments are not portable unit-oai-epc-0: 11:53:27 DEBUG unit.oai-epc/0.install Makefile.am:21: warning: shell mktemp -dtu: non-POSIX variable name unit-oai-epc-0: 11:53:27 DEBUG unit.oai-epc/0.install Makefile.am:21: (probably a GNU make extension) unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install + sudo -S -E ./configure unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking for a BSD-compatible install... /usr/bin/install -c unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking whether build environment is sane... yes unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking for a thread-safe mkdir -p... /bin/mkdir -p unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking for gawk... gawk unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking whether make sets $(MAKE)... yes unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking whether make supports nested variables... yes unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking for gcc... gcc unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking whether the C compiler works... yes unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking for C compiler default output file name... a.out unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking for suffix of executables... unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking whether we are cross compiling... no unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking for suffix of object files... o unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking whether we are using the GNU C compiler... yes unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking whether gcc accepts -g... yes unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking for gcc option to accept ISO C89... none needed unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking whether gcc understands -c and -o together... yes unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking for style of include used by make... GNU unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking dependency style of gcc... gcc3 unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking for ar... ar unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking the archiver (ar) interface... ar unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking build system type... x86_64-unknown-linux-gnu unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking host system type... x86_64-unknown-linux-gnu unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking how to print strings... printf unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking for a sed that does not truncate output... /bin/sed unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking for grep that handles long lines and -e... /bin/grep unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking for egrep... /bin/grep -E unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking for fgrep... /bin/grep -F unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking for ld used by gcc... /usr/bin/ld unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking if the linker (/usr/bin/ld) is GNU ld... yes unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking the name lister (/usr/bin/nm -B) interface... BSD nm unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking whether ln -s works... yes unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking the maximum length of command line arguments... 1572864 unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking whether the shell understands some XSI constructs... yes unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking whether the shell understands "+="... yes unit-oai-epc-0: 11:53:28 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: 11:53:28 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: 11:53:28 DEBUG unit.oai-epc/0.install checking for /usr/bin/ld option to reload object files... -r unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking for objdump... objdump unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking how to recognize dependent libraries... pass_all unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking for dlltool... no unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking how to associate runtime and link libraries... printf %s\n unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking for archiver @FILE support... @ unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking for strip... strip unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking for ranlib... ranlib unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking command to parse /usr/bin/nm -B output from gcc object... ok unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking for sysroot... no unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking for mt... mt unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking if mt is a manifest tool... no unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking how to run the C preprocessor... gcc -E unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking for ANSI C header files... yes unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking for sys/types.h... yes unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking for sys/stat.h... yes unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking for stdlib.h... yes unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking for string.h... yes unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking for memory.h... yes unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking for strings.h... yes unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking for inttypes.h... yes unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking for stdint.h... yes unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking for unistd.h... yes unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking for dlfcn.h... yes unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking for objdir... .libs unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking if gcc supports -fno-rtti -fno-exceptions... no unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking for gcc option to produce PIC... -fPIC -DPIC unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking if gcc PIC flag -fPIC -DPIC works... yes unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking if gcc static flag -static works... yes unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking if gcc supports -c -o file.o... yes unit-oai-epc-0: 11:53:28 DEBUG unit.oai-epc/0.install checking if gcc supports -c -o file.o... (cached) yes unit-oai-epc-0: 11:53:28 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: 11:53:29 DEBUG unit.oai-epc/0.install checking whether -lc should be explicitly linked in... no unit-oai-epc-0: 11:53:29 DEBUG unit.oai-epc/0.install checking dynamic linker characteristics... GNU/Linux ld.so unit-oai-epc-0: 11:53:29 DEBUG unit.oai-epc/0.install checking how to hardcode library paths into programs... immediate unit-oai-epc-0: 11:53:29 DEBUG unit.oai-epc/0.install checking whether stripping libraries is possible... yes unit-oai-epc-0: 11:53:29 DEBUG unit.oai-epc/0.install checking if libtool supports shared libraries... yes unit-oai-epc-0: 11:53:29 DEBUG unit.oai-epc/0.install checking whether to build shared libraries... yes unit-oai-epc-0: 11:53:29 DEBUG unit.oai-epc/0.install checking whether to build static libraries... no unit-oai-epc-0: 11:53:29 DEBUG unit.oai-epc/0.install checking linux/netfilter/x_tables.h usability... yes unit-oai-epc-0: 11:53:29 DEBUG unit.oai-epc/0.install checking linux/netfilter/x_tables.h presence... yes unit-oai-epc-0: 11:53:29 DEBUG unit.oai-epc/0.install checking for linux/netfilter/x_tables.h... yes unit-oai-epc-0: 11:53:29 DEBUG unit.oai-epc/0.install checking for pkg-config... /usr/bin/pkg-config unit-oai-epc-0: 11:53:29 DEBUG unit.oai-epc/0.install checking pkg-config is at least version 0.9.0... yes unit-oai-epc-0: 11:53:29 DEBUG unit.oai-epc/0.install checking for libxtables... yes unit-oai-epc-0: 11:53:29 DEBUG unit.oai-epc/0.install checking Xtables module directory... /lib/xtables unit-oai-epc-0: 11:53:29 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: 11:53:29 DEBUG unit.oai-epc/0.install checking that generated files are newer than configure... done unit-oai-epc-0: 11:53:29 DEBUG unit.oai-epc/0.install configure: creating ./config.status unit-oai-epc-0: 11:53:29 DEBUG unit.oai-epc/0.install config.status: creating Makefile unit-oai-epc-0: 11:53:29 DEBUG unit.oai-epc/0.install config.status: creating Makefile.iptrules unit-oai-epc-0: 11:53:29 DEBUG unit.oai-epc/0.install config.status: creating Makefile.mans unit-oai-epc-0: 11:53:29 DEBUG unit.oai-epc/0.install config.status: creating geoip/Makefile unit-oai-epc-0: 11:53:29 DEBUG unit.oai-epc/0.install config.status: creating extensions/Makefile unit-oai-epc-0: 11:53:29 DEBUG unit.oai-epc/0.install config.status: creating extensions/ACCOUNT/Makefile unit-oai-epc-0: 11:53:29 DEBUG unit.oai-epc/0.install config.status: creating extensions/pknock/Makefile unit-oai-epc-0: 11:53:29 DEBUG unit.oai-epc/0.install config.status: creating config.h unit-oai-epc-0: 11:53:29 DEBUG unit.oai-epc/0.install config.status: executing depfiles commands unit-oai-epc-0: 11:53:29 DEBUG unit.oai-epc/0.install config.status: executing libtool commands unit-oai-epc-0: 11:53:29 DEBUG unit.oai-epc/0.install + sudo -S -E make unit-oai-epc-0: 11:53:29 DEBUG unit.oai-epc/0.install make all-recursive unit-oai-epc-0: 11:53:29 DEBUG unit.oai-epc/0.install make[1]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 11:53:29 DEBUG unit.oai-epc/0.install Making all in extensions unit-oai-epc-0: 11:53:29 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 11:53:30 DEBUG unit.oai-epc/0.install Xtables-addons 2.7 - Linux 3.19.0 unit-oai-epc-0: 11:53:30 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: 11:53:30 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 11:53:30 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/compat_xtables.o unit-oai-epc-0: 11:53:31 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_CHAOS.o unit-oai-epc-0: 11:53:31 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_DELUDE.o unit-oai-epc-0: 11:53:31 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_DHCPMAC.o unit-oai-epc-0: 11:53:32 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_DNETMAP.o unit-oai-epc-0: 11:53:32 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_ECHO.o unit-oai-epc-0: 11:53:32 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_GTPUSP.o unit-oai-epc-0: 11:53:33 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_IPMARK.o unit-oai-epc-0: 11:53:33 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_LOGMARK.o unit-oai-epc-0: 11:53:33 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_SYSRQ.o unit-oai-epc-0: 11:53:33 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_TARPIT.o unit-oai-epc-0: 11:53:34 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_condition.o unit-oai-epc-0: 11:53:34 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_fuzzy.o unit-oai-epc-0: 11:53:34 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_geoip.o unit-oai-epc-0: 11:53:35 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_iface.o unit-oai-epc-0: 11:53:35 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_ipp2p.o unit-oai-epc-0: 11:53:35 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_ipv4options.o unit-oai-epc-0: 11:53:35 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_length2.o unit-oai-epc-0: 11:53:36 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_lscan.o unit-oai-epc-0: 11:53:36 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_psd.o unit-oai-epc-0: 11:53:36 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_quota2.o unit-oai-epc-0: 11:53:36 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/ACCOUNT/xt_ACCOUNT.o unit-oai-epc-0: 11:53:37 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/pknock/xt_pknock.o unit-oai-epc-0: 11:53:37 DEBUG unit.oai-epc/0.install Building modules, stage 2. unit-oai-epc-0: 11:53:37 DEBUG unit.oai-epc/0.install MODPOST 23 modules unit-oai-epc-0: 11:53:37 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/ACCOUNT/xt_ACCOUNT.mod.o unit-oai-epc-0: 11:53:37 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/ACCOUNT/xt_ACCOUNT.ko unit-oai-epc-0: 11:53:37 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/compat_xtables.mod.o unit-oai-epc-0: 11:53:37 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/compat_xtables.ko unit-oai-epc-0: 11:53:37 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/pknock/xt_pknock.mod.o unit-oai-epc-0: 11:53:38 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/pknock/xt_pknock.ko unit-oai-epc-0: 11:53:38 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_CHAOS.mod.o unit-oai-epc-0: 11:53:38 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_CHAOS.ko unit-oai-epc-0: 11:53:38 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_DELUDE.mod.o unit-oai-epc-0: 11:53:38 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_DELUDE.ko unit-oai-epc-0: 11:53:38 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_DHCPMAC.mod.o unit-oai-epc-0: 11:53:38 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_DHCPMAC.ko unit-oai-epc-0: 11:53:38 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_DNETMAP.mod.o unit-oai-epc-0: 11:53:38 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_DNETMAP.ko unit-oai-epc-0: 11:53:38 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_ECHO.mod.o unit-oai-epc-0: 11:53:38 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_ECHO.ko unit-oai-epc-0: 11:53:38 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_GTPUSP.mod.o unit-oai-epc-0: 11:53:38 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_GTPUSP.ko unit-oai-epc-0: 11:53:38 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_IPMARK.mod.o unit-oai-epc-0: 11:53:38 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_IPMARK.ko unit-oai-epc-0: 11:53:38 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_LOGMARK.mod.o unit-oai-epc-0: 11:53:38 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_LOGMARK.ko unit-oai-epc-0: 11:53:38 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_SYSRQ.mod.o unit-oai-epc-0: 11:53:38 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_SYSRQ.ko unit-oai-epc-0: 11:53:38 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_TARPIT.mod.o unit-oai-epc-0: 11:53:38 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_TARPIT.ko unit-oai-epc-0: 11:53:38 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_condition.mod.o unit-oai-epc-0: 11:53:38 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_condition.ko unit-oai-epc-0: 11:53:38 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_fuzzy.mod.o unit-oai-epc-0: 11:53:39 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_fuzzy.ko unit-oai-epc-0: 11:53:39 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_geoip.mod.o unit-oai-epc-0: 11:53:39 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_geoip.ko unit-oai-epc-0: 11:53:39 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_iface.mod.o unit-oai-epc-0: 11:53:39 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_iface.ko unit-oai-epc-0: 11:53:39 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_ipp2p.mod.o unit-oai-epc-0: 11:53:39 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_ipp2p.ko unit-oai-epc-0: 11:53:39 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_ipv4options.mod.o unit-oai-epc-0: 11:53:39 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_ipv4options.ko unit-oai-epc-0: 11:53:39 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_length2.mod.o unit-oai-epc-0: 11:53:39 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_length2.ko unit-oai-epc-0: 11:53:39 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_lscan.mod.o unit-oai-epc-0: 11:53:39 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_lscan.ko unit-oai-epc-0: 11:53:39 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_psd.mod.o unit-oai-epc-0: 11:53:39 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_psd.ko unit-oai-epc-0: 11:53:39 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_quota2.mod.o unit-oai-epc-0: 11:53:39 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_quota2.ko unit-oai-epc-0: 11:53:39 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 11:53:39 DEBUG unit.oai-epc/0.install make -f ../Makefile.iptrules all; unit-oai-epc-0: 11:53:39 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 11:53:39 DEBUG unit.oai-epc/0.install CC libxt_CHAOS.oo unit-oai-epc-0: 11:53:39 DEBUG unit.oai-epc/0.install CCLD libxt_CHAOS.so unit-oai-epc-0: 11:53:39 DEBUG unit.oai-epc/0.install CC libxt_DELUDE.oo unit-oai-epc-0: 11:53:39 DEBUG unit.oai-epc/0.install CCLD libxt_DELUDE.so unit-oai-epc-0: 11:53:39 DEBUG unit.oai-epc/0.install CC libxt_DHCPMAC.oo unit-oai-epc-0: 11:53:39 DEBUG unit.oai-epc/0.install CCLD libxt_DHCPMAC.so unit-oai-epc-0: 11:53:39 DEBUG unit.oai-epc/0.install CC libxt_dhcpmac.oo unit-oai-epc-0: 11:53:39 DEBUG unit.oai-epc/0.install CCLD libxt_dhcpmac.so unit-oai-epc-0: 11:53:39 DEBUG unit.oai-epc/0.install CC libxt_DNETMAP.oo unit-oai-epc-0: 11:53:40 DEBUG unit.oai-epc/0.install CCLD libxt_DNETMAP.so unit-oai-epc-0: 11:53:40 DEBUG unit.oai-epc/0.install CC libxt_ECHO.oo unit-oai-epc-0: 11:53:40 DEBUG unit.oai-epc/0.install CCLD libxt_ECHO.so unit-oai-epc-0: 11:53:40 DEBUG unit.oai-epc/0.install CC libxt_GTPUSP.oo unit-oai-epc-0: 11:53:40 DEBUG unit.oai-epc/0.install CCLD libxt_GTPUSP.so unit-oai-epc-0: 11:53:40 DEBUG unit.oai-epc/0.install CC libxt_IPMARK.oo unit-oai-epc-0: 11:53:40 DEBUG unit.oai-epc/0.install CCLD libxt_IPMARK.so unit-oai-epc-0: 11:53:40 DEBUG unit.oai-epc/0.install CC libxt_LOGMARK.oo unit-oai-epc-0: 11:53:40 DEBUG unit.oai-epc/0.install CCLD libxt_LOGMARK.so unit-oai-epc-0: 11:53:40 DEBUG unit.oai-epc/0.install CC libxt_SYSRQ.oo unit-oai-epc-0: 11:53:40 DEBUG unit.oai-epc/0.install CCLD libxt_SYSRQ.so unit-oai-epc-0: 11:53:40 DEBUG unit.oai-epc/0.install CC libxt_TARPIT.oo unit-oai-epc-0: 11:53:40 DEBUG unit.oai-epc/0.install CCLD libxt_TARPIT.so unit-oai-epc-0: 11:53:40 DEBUG unit.oai-epc/0.install CC libxt_condition.oo unit-oai-epc-0: 11:53:40 DEBUG unit.oai-epc/0.install CCLD libxt_condition.so unit-oai-epc-0: 11:53:40 DEBUG unit.oai-epc/0.install CC libxt_fuzzy.oo unit-oai-epc-0: 11:53:40 DEBUG unit.oai-epc/0.install CCLD libxt_fuzzy.so unit-oai-epc-0: 11:53:40 DEBUG unit.oai-epc/0.install CC libxt_geoip.oo unit-oai-epc-0: 11:53:40 DEBUG unit.oai-epc/0.install libxt_geoip.c: In function 'geoip_get_subnets': unit-oai-epc-0: 11:53:40 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: 11:53:40 DEBUG unit.oai-epc/0.install read(fd, subnets, sb.st_size); unit-oai-epc-0: 11:53:40 DEBUG unit.oai-epc/0.install ^ unit-oai-epc-0: 11:53:40 DEBUG unit.oai-epc/0.install CCLD libxt_geoip.so unit-oai-epc-0: 11:53:40 DEBUG unit.oai-epc/0.install CC libxt_iface.oo unit-oai-epc-0: 11:53:40 DEBUG unit.oai-epc/0.install CCLD libxt_iface.so unit-oai-epc-0: 11:53:40 DEBUG unit.oai-epc/0.install CC libxt_ipp2p.oo unit-oai-epc-0: 11:53:40 DEBUG unit.oai-epc/0.install CCLD libxt_ipp2p.so unit-oai-epc-0: 11:53:40 DEBUG unit.oai-epc/0.install CC libxt_ipv4options.oo unit-oai-epc-0: 11:53:40 DEBUG unit.oai-epc/0.install CCLD libxt_ipv4options.so unit-oai-epc-0: 11:53:40 DEBUG unit.oai-epc/0.install CC libxt_length2.oo unit-oai-epc-0: 11:53:40 DEBUG unit.oai-epc/0.install CCLD libxt_length2.so unit-oai-epc-0: 11:53:40 DEBUG unit.oai-epc/0.install CC libxt_lscan.oo unit-oai-epc-0: 11:53:40 DEBUG unit.oai-epc/0.install CCLD libxt_lscan.so unit-oai-epc-0: 11:53:40 DEBUG unit.oai-epc/0.install CC libxt_psd.oo unit-oai-epc-0: 11:53:40 DEBUG unit.oai-epc/0.install CCLD libxt_psd.so unit-oai-epc-0: 11:53:40 DEBUG unit.oai-epc/0.install CC libxt_quota2.oo unit-oai-epc-0: 11:53:40 DEBUG unit.oai-epc/0.install CCLD libxt_quota2.so unit-oai-epc-0: 11:53:40 DEBUG unit.oai-epc/0.install CC libxt_gradm.oo unit-oai-epc-0: 11:53:40 DEBUG unit.oai-epc/0.install CCLD libxt_gradm.so unit-oai-epc-0: 11:53:40 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 11:53:40 DEBUG unit.oai-epc/0.install depbase=`echo libxt_ACCOUNT_cl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ unit-oai-epc-0: 11:53:40 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: 11:53:40 DEBUG unit.oai-epc/0.install mv -f $depbase.Tpo $depbase.Plo unit-oai-epc-0: 11:53:40 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: 11:53:41 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: 11:53:41 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: 11:53:41 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: 11:53:41 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: 11:53:41 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: 11:53:41 DEBUG unit.oai-epc/0.install depbase=`echo iptaccount.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ unit-oai-epc-0: 11:53:41 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: 11:53:41 DEBUG unit.oai-epc/0.install mv -f $depbase.Tpo $depbase.Po unit-oai-epc-0: 11:53:41 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: 11:53:41 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: 11:53:41 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 11:53:41 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 11:53:41 DEBUG unit.oai-epc/0.install CC libxt_ACCOUNT.oo unit-oai-epc-0: 11:53:41 DEBUG unit.oai-epc/0.install CCLD libxt_ACCOUNT.so unit-oai-epc-0: 11:53:41 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 11:53:41 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 11:53:41 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 11:53:41 DEBUG unit.oai-epc/0.install depbase=`echo pknlusr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ unit-oai-epc-0: 11:53:41 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: 11:53:41 DEBUG unit.oai-epc/0.install mv -f $depbase.Tpo $depbase.Po unit-oai-epc-0: 11:53:41 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: 11:53:41 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: 11:53:41 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 11:53:41 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 11:53:41 DEBUG unit.oai-epc/0.install CC libxt_pknock.oo unit-oai-epc-0: 11:53:41 DEBUG unit.oai-epc/0.install CCLD libxt_pknock.so unit-oai-epc-0: 11:53:41 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 11:53:41 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 11:53:41 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 11:53:41 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 11:53:41 DEBUG unit.oai-epc/0.install Making all in geoip unit-oai-epc-0: 11:53:41 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 11:53:41 DEBUG unit.oai-epc/0.install make[2]: Nothing to be done for `all'. unit-oai-epc-0: 11:53:41 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 11:53:41 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 11:53:41 DEBUG unit.oai-epc/0.install make -f Makefile.mans all; unit-oai-epc-0: 11:53:41 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 11:53:41 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: 11:53:41 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: 11:53:41 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: 11:53:41 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 11:53:41 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 11:53:41 DEBUG unit.oai-epc/0.install make[1]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 11:53:41 DEBUG unit.oai-epc/0.install + sudo -S -E make install unit-oai-epc-0: 11:53:41 DEBUG unit.oai-epc/0.install Making install in extensions unit-oai-epc-0: 11:53:41 DEBUG unit.oai-epc/0.install make[1]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 11:53:41 DEBUG unit.oai-epc/0.install Xtables-addons 2.7 - Linux 3.19.0 unit-oai-epc-0: 11:53:41 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: 11:53:42 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 11:53:42 DEBUG unit.oai-epc/0.install Building modules, stage 2. unit-oai-epc-0: 11:53:42 DEBUG unit.oai-epc/0.install MODPOST 23 modules unit-oai-epc-0: 11:53:42 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 11:53:42 DEBUG unit.oai-epc/0.install make -f ../Makefile.iptrules all; unit-oai-epc-0: 11:53:42 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 11:53:42 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 11:53:42 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 11:53:42 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 11:53:42 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 11:53:42 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 11:53:42 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 11:53:42 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 11:53:42 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 11:53:42 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 11:53:42 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 11:53:42 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 11:53:42 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 11:53:42 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: 11:53:42 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 11:53:42 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/ACCOUNT/xt_ACCOUNT.ko unit-oai-epc-0: 11:53:42 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 11:53:42 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/compat_xtables.ko unit-oai-epc-0: 11:53:42 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 11:53:42 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/pknock/xt_pknock.ko unit-oai-epc-0: 11:53:42 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 11:53:42 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_CHAOS.ko unit-oai-epc-0: 11:53:42 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 11:53:42 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_DELUDE.ko unit-oai-epc-0: 11:53:42 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 11:53:42 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_DHCPMAC.ko unit-oai-epc-0: 11:53:42 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 11:53:42 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_DNETMAP.ko unit-oai-epc-0: 11:53:42 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 11:53:42 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_ECHO.ko unit-oai-epc-0: 11:53:42 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 11:53:42 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_GTPUSP.ko unit-oai-epc-0: 11:53:42 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 11:53:42 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_IPMARK.ko unit-oai-epc-0: 11:53:42 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 11:53:42 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_LOGMARK.ko unit-oai-epc-0: 11:53:42 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 11:53:42 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_SYSRQ.ko unit-oai-epc-0: 11:53:42 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 11:53:42 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_TARPIT.ko unit-oai-epc-0: 11:53:42 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 11:53:42 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_condition.ko unit-oai-epc-0: 11:53:42 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 11:53:42 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_fuzzy.ko unit-oai-epc-0: 11:53:42 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 11:53:42 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_geoip.ko unit-oai-epc-0: 11:53:42 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 11:53:42 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_iface.ko unit-oai-epc-0: 11:53:42 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 11:53:42 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_ipp2p.ko unit-oai-epc-0: 11:53:42 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 11:53:42 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_ipv4options.ko unit-oai-epc-0: 11:53:42 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 11:53:42 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_length2.ko unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_lscan.ko unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_psd.ko unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_quota2.ko unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install DEPMOD 3.19.0-031900-generic unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install make -f ../Makefile.iptrules install; unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules install; unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install make[6]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install install -dm0755 "//lib/xtables"; unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install make[6]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/lib' unit-oai-epc-0: 11:53:43 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: 11:53:43 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: 11:53:43 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: 11:53:43 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: 11:53:43 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: 11:53:43 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: 11:53:43 DEBUG unit.oai-epc/0.install ---------------------------------------------------------------------- unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install Libraries have been installed in: unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install /usr/local/lib unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install If you ever happen to want to link against installed libraries unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install in a given directory, LIBDIR, you must either use libtool, and unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install specify the full pathname of the library, or use the `-LLIBDIR' unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install flag during linking and do at least one of the following: unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install - add LIBDIR to the `LD_LIBRARY_PATH' environment variable unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install during execution unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install - add LIBDIR to the `LD_RUN_PATH' environment variable unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install during linking unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install - use the `-Wl,-rpath -Wl,LIBDIR' linker flag unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install - have your system administrator add LIBDIR to `/etc/ld.so.conf' unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install See any operating system documentation about shared libraries for unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install more information, such as the ld(1) and ld.so(8) manual pages. unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install ---------------------------------------------------------------------- unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/sbin' unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install /bin/bash ../../libtool --mode=install /usr/bin/install -c iptaccount '/usr/local/sbin' unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install libtool: install: /usr/bin/install -c .libs/iptaccount /usr/local/sbin/iptaccount unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/share/man/man8' unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install /usr/bin/install -c -m 644 iptaccount.8 '/usr/local/share/man/man8' unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules install; unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install make[6]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install install -dm0755 "//lib/xtables"; unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install make[6]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install install -dm0755 "//lib/xtables"; unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install make[2]: Nothing to be done for `install-data-am'. unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install make[1]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install Making install in geoip unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install make[1]: Entering directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/libexec/xtables-addons' unit-oai-epc-0: 11:53:43 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: 11:53:43 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/share/man/man1' unit-oai-epc-0: 11:53:43 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: 11:53:43 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install make[1]: Leaving directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install make[1]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install make -f Makefile.mans all; unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install make[2]: Nothing to be done for `install-exec-am'. unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install make -f Makefile.mans all; unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/share/man/man8' unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install /usr/bin/install -c -m 644 xtables-addons.8 '/usr/local/share/man/man8' unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install make[1]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install + cd /lib/modules/3.19.0-031900-generic unit-oai-epc-0: 11:53:43 DEBUG unit.oai-epc/0.install + sudo -S -E depmod -a unit-oai-epc-0: 11:53:46 DEBUG unit.oai-epc/0.install + /srv/openair-cn/SCRIPTS/build_epc -c -H unknown.openair4G.eur unit-oai-epc-0: 11:54:23 DEBUG unit.oai-epc/0.install + status=0 unit-oai-epc-0: 11:54:23 DEBUG unit.oai-epc/0.install + '[' 0 '!=' 0 ']' unit-oai-epc-0: 11:54:23 DEBUG unit.oai-epc/0.install + '[' '!' -f /var/lib/juju/agents/unit-oai-epc-0/charm/.tac_list ']' unit-oai-epc-0: 11:54:23 DEBUG unit.oai-epc/0.install + touch /var/lib/juju/agents/unit-oai-epc-0/charm/.tac_list unit-oai-epc-0: 11:54:23 DEBUG unit.oai-epc/0.install + juju-log 'Add mme-gw init script' unit-oai-epc-0: 11:54:23 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 11:54:23 INFO unit.oai-epc/0.juju-log Add mme-gw init script unit-oai-epc-0: 11:54:23 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: 11:54:23 DEBUG unit.oai-epc/0.install + '[' '!' -f /usr/local/bin/mme_gw ']' unit-oai-epc-0: 11:54:23 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: 11:54:23 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 11:54:23 INFO juju.worker.uniter.operation ran "install" hook unit-oai-epc-0: 11:54:23 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-oai-epc-0: 11:54:23 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-epc-0: 11:54:23 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 11:54:23 DEBUG juju.worker.uniter.operation running operation accept leadership unit-oai-epc-0: 11:54:23 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-oai-epc-0: 11:54:23 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-oai-epc-0: 11:54:23 INFO juju.worker.uniter found queued "leader-elected" hook unit-oai-epc-0: 11:54:23 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-oai-epc-0: 11:54:23 DEBUG juju.machinelock acquire machine lock for uniter (run leader-elected hook) unit-oai-epc-0: 11:54:23 DEBUG juju.machinelock machine lock acquired for uniter (run leader-elected hook) unit-oai-epc-0: 11:54:23 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-oai-epc-0: 11:54:23 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-oai-epc-0: 11:54:23 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-oai-epc-0: 11:54:24 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-oai-epc-0: 11:54:24 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-oai-epc-0: 11:54:24 DEBUG juju.machinelock machine lock released for uniter (run leader-elected hook) unit-oai-epc-0: 11:54:24 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 11:54:24 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 11:54:24 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-oai-epc-0: 11:54:24 DEBUG juju.machinelock acquire machine lock for uniter (run config-changed hook) unit-oai-epc-0: 11:54:24 DEBUG juju.machinelock machine lock acquired for uniter (run config-changed hook) unit-oai-epc-0: 11:54:24 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-oai-epc-0: 11:54:24 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-oai-epc-0: 11:54:24 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-oai-epc-0: 11:54:24 DEBUG unit.oai-epc/0.config-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 11:54:24 DEBUG unit.oai-epc/0.config-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 11:54:24 DEBUG unit.oai-epc/0.config-changed + set_env_paths unit-oai-epc-0: 11:54:24 DEBUG unit.oai-epc/0.config-changed + openair_path=/srv/openair-cn unit-oai-epc-0: 11:54:24 DEBUG unit.oai-epc/0.config-changed + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 11:54:24 DEBUG unit.oai-epc/0.config-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 11:54:24 DEBUG unit.oai-epc/0.config-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 11:54:24 DEBUG unit.oai-epc/0.config-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 11:54:24 DEBUG unit.oai-epc/0.config-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 11:54:24 DEBUG unit.oai-epc/0.config-changed + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 11:54:24 DEBUG unit.oai-epc/0.config-changed + epc_exec_name=mme_gw unit-oai-epc-0: 11:54:24 DEBUG unit.oai-epc/0.config-changed ++ config-get branch unit-oai-epc-0: 11:54:24 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 11:54:24 DEBUG unit.oai-epc/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.branch unit-oai-epc-0: 11:54:24 DEBUG unit.oai-epc/0.config-changed + '[' v0.3.2 '!=' v0.3.2 ']' unit-oai-epc-0: 11:54:24 DEBUG unit.oai-epc/0.config-changed ++ config-get revision unit-oai-epc-0: 11:54:24 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 11:54:24 DEBUG unit.oai-epc/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.revision unit-oai-epc-0: 11:54:24 DEBUG unit.oai-epc/0.config-changed + '[' HEAD '!=' HEAD ']' unit-oai-epc-0: 11:54:24 DEBUG unit.oai-epc/0.config-changed ++ config-get realm unit-oai-epc-0: 11:54:24 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 11:54:24 DEBUG unit.oai-epc/0.config-changed + realm=openair4G.eur unit-oai-epc-0: 11:54:24 DEBUG unit.oai-epc/0.config-changed ++ config-get eth unit-oai-epc-0: 11:54:24 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 11:54:24 DEBUG unit.oai-epc/0.config-changed + iface=eth0 unit-oai-epc-0: 11:54:24 DEBUG unit.oai-epc/0.config-changed ++ config-get maxenb unit-oai-epc-0: 11:54:24 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 11:54:24 DEBUG unit.oai-epc/0.config-changed + max_enb=10 unit-oai-epc-0: 11:54:24 DEBUG unit.oai-epc/0.config-changed ++ config-get maxue unit-oai-epc-0: 11:54:24 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 11:54:24 DEBUG unit.oai-epc/0.config-changed + max_ue=10 unit-oai-epc-0: 11:54:24 DEBUG unit.oai-epc/0.config-changed ++ config-get relative_capacity unit-oai-epc-0: 11:54:24 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 11:54:24 DEBUG unit.oai-epc/0.config-changed + relative_capacity=10 unit-oai-epc-0: 11:54:24 DEBUG unit.oai-epc/0.config-changed ++ config-get mme_statistic_timer unit-oai-epc-0: 11:54:24 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 11:54:24 DEBUG unit.oai-epc/0.config-changed + mme_statistic_timer=10 unit-oai-epc-0: 11:54:24 DEBUG unit.oai-epc/0.config-changed ++ config-get emergency_attach_supported unit-oai-epc-0: 11:54:24 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 11:54:24 DEBUG unit.oai-epc/0.config-changed + emergency_attach_supported=no unit-oai-epc-0: 11:54:24 DEBUG unit.oai-epc/0.config-changed ++ config-get authenticated_imsi_supported unit-oai-epc-0: 11:54:24 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 11:54:24 DEBUG unit.oai-epc/0.config-changed + authenticated_imsi_supported=no unit-oai-epc-0: 11:54:24 DEBUG unit.oai-epc/0.config-changed ++ config-get verbosity unit-oai-epc-0: 11:54:24 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 11:54:24 DEBUG unit.oai-epc/0.config-changed + verbosity=none unit-oai-epc-0: 11:54:24 DEBUG unit.oai-epc/0.config-changed ++ config-get gummei_tai_mcc unit-oai-epc-0: 11:54:24 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 11:54:24 DEBUG unit.oai-epc/0.config-changed + gummei_tai_mcc=208 unit-oai-epc-0: 11:54:24 DEBUG unit.oai-epc/0.config-changed ++ config-get gummei_tai_mnc unit-oai-epc-0: 11:54:25 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 11:54:25 DEBUG unit.oai-epc/0.config-changed + gummei_tai_mnc=93 unit-oai-epc-0: 11:54:25 DEBUG unit.oai-epc/0.config-changed ++ config-get ipv4_list_start unit-oai-epc-0: 11:54:25 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 11:54:25 DEBUG unit.oai-epc/0.config-changed + ipv4_list_start=192.188.1.0/24 unit-oai-epc-0: 11:54:25 DEBUG unit.oai-epc/0.config-changed ++ config-get ipv4_list_end unit-oai-epc-0: 11:54:25 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 11:54:25 DEBUG unit.oai-epc/0.config-changed + ipv4_list_end=192.188.2.0/24 unit-oai-epc-0: 11:54:25 DEBUG unit.oai-epc/0.config-changed ++ config-get ipv6_list unit-oai-epc-0: 11:54:25 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 11:54:25 DEBUG unit.oai-epc/0.config-changed + ipv6_list=2014:02:26::0/120 unit-oai-epc-0: 11:54:25 DEBUG unit.oai-epc/0.config-changed ++ config-get DEFAULT_DNS_IPV4_ADDRESS unit-oai-epc-0: 11:54:25 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 11:54:25 DEBUG unit.oai-epc/0.config-changed + DEFAULT_DNS_IPV4_ADDRESS=8.8.8.8 unit-oai-epc-0: 11:54:25 DEBUG unit.oai-epc/0.config-changed ++ config-get DEFAULT_DNS_SEC_IPV4_ADDRESS unit-oai-epc-0: 11:54:25 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 11:54:25 DEBUG unit.oai-epc/0.config-changed + DEFAULT_DNS_SEC_IPV4_ADDRESS=8.8.8.8 unit-oai-epc-0: 11:54:25 DEBUG unit.oai-epc/0.config-changed ++ awk '{ print $1}' unit-oai-epc-0: 11:54:25 DEBUG unit.oai-epc/0.config-changed ++ cut -d: -f2 unit-oai-epc-0: 11:54:25 DEBUG unit.oai-epc/0.config-changed ++ grep 'inet addr:' unit-oai-epc-0: 11:54:25 DEBUG unit.oai-epc/0.config-changed ++ ifconfig eth0 unit-oai-epc-0: 11:54:25 DEBUG unit.oai-epc/0.config-changed + iface_verify=192.168.121.12 unit-oai-epc-0: 11:54:25 DEBUG unit.oai-epc/0.config-changed + '[' -z 192.168.121.12 ']' unit-oai-epc-0: 11:54:25 DEBUG unit.oai-epc/0.config-changed + service mme_gw stop unit-oai-epc-0: 11:54:25 DEBUG unit.oai-epc/0.config-changed stop: Unknown instance: unit-oai-epc-0: 11:54:25 DEBUG unit.oai-epc/0.config-changed + true unit-oai-epc-0: 11:54:25 DEBUG unit.oai-epc/0.config-changed ++ relation-ids hss unit-oai-epc-0: 11:54:25 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 11:54:25 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: 11:54:25 DEBUG unit.oai-epc/0.config-changed + juju-log 'relation-ids-hss = , relation-list=' unit-oai-epc-0: 11:54:25 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 11:54:25 INFO unit.oai-epc/0.juju-log relation-ids-hss = , relation-list= unit-oai-epc-0: 11:54:25 DEBUG unit.oai-epc/0.config-changed ++ relation-ids hss unit-oai-epc-0: 11:54:25 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 11:54:25 DEBUG unit.oai-epc/0.config-changed + '[' -z '' ']' unit-oai-epc-0: 11:54:25 DEBUG unit.oai-epc/0.config-changed ++ config-get realm unit-oai-epc-0: 11:54:25 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 11:54:25 DEBUG unit.oai-epc/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.realm unit-oai-epc-0: 11:54:25 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: 11:54:25 DEBUG unit.oai-epc/0.config-changed + '[' openair4G.eur '!=' '' ']' unit-oai-epc-0: 11:54:25 DEBUG unit.oai-epc/0.config-changed + '[' -d /usr/lib/freeDiameter ']' unit-oai-epc-0: 11:54:25 DEBUG unit.oai-epc/0.config-changed + FREEDIAMETER_PREFIX=/usr unit-oai-epc-0: 11:54:25 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: 11:54:25 DEBUG unit.oai-epc/0.config-changed ++ hostname --fqdn unit-oai-epc-0: 11:54:25 DEBUG unit.oai-epc/0.config-changed ++ hostname unit-oai-epc-0: 11:54:25 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: 11:54:25 DEBUG unit.oai-epc/0.config-changed + echo openair4G.eur unit-oai-epc-0: 11:54:25 DEBUG unit.oai-epc/0.config-changed + rm -f /srv/openair-cn/BUILD/EPC/BUILD/CMakeCache.txt unit-oai-epc-0: 11:54:25 DEBUG unit.oai-epc/0.config-changed + /srv/openair-cn/SCRIPTS/build_epc -C -H unknown.openair4G.eur unit-oai-epc-0: 11:54:26 DEBUG unit.oai-epc/0.config-changed + cp /srv/openair-cn/BUILD/EPC/BUILD/mme_fd.conf /usr/etc/freeDiameter/ unit-oai-epc-0: 11:54:26 DEBUG unit.oai-epc/0.config-changed + cp /srv/openair-cn/BUILD/EPC/BUILD/epc.conf /usr/local/etc/oai/ unit-oai-epc-0: 11:54:26 DEBUG unit.oai-epc/0.config-changed + user_conf unit-oai-epc-0: 11:54:26 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: 11:54:26 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 11:54:26 INFO unit.oai-epc/0.juju-log Setting up the config option chose by the user or the default ones unit-oai-epc-0: 11:54:26 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: 11:54:26 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: 11:54:26 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: 11:54:26 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: 11:54:26 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: 11:54:26 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: 11:54:26 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/VERBOSITY/ s/".+"/"none"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 11:54:26 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: 11:54:26 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: 11:54:26 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: 11:54:26 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: 11:54:26 DEBUG unit.oai-epc/0.config-changed + juju-log 'Setting up network configuration in the epc.conf file' unit-oai-epc-0: 11:54:26 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 11:54:26 INFO unit.oai-epc/0.juju-log Setting up network configuration in the epc.conf file unit-oai-epc-0: 11:54:26 DEBUG unit.oai-epc/0.config-changed ++ egrep -o '[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+' unit-oai-epc-0: 11:54:26 DEBUG unit.oai-epc/0.config-changed ++ egrep -o 'inet addr:[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+' unit-oai-epc-0: 11:54:26 DEBUG unit.oai-epc/0.config-changed ++ ifconfig eth0 unit-oai-epc-0: 11:54:26 DEBUG unit.oai-epc/0.config-changed + ipv4=192.168.121.12 unit-oai-epc-0: 11:54:26 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: 11:54:26 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: 11:54:26 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: 11:54:26 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/MME_IPV4_ADDRESS_FOR_S1_MME/ s-".*"-"192.168.121.12/24"-' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 11:54:26 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/SGW_IPV4_ADDRESS_FOR_S1U_S12_S4_UP/ s-".*"-"192.168.121.12/24"-' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 11:54:26 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/PGW_IPV4_ADDRESS_FOR_SGI/ s-".*"-"192.168.121.12/24"-' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 11:54:26 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: 11:54:26 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: 11:54:26 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/OUTPUT/ s/".*"/"CONSOLE"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 11:54:26 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: 11:54:26 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 11:54:26 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: 11:54:26 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: 11:54:26 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 11:54:26 INFO unit.oai-epc/0.juju-log no HSS is found, so EPC is not going to be run unit-oai-epc-0: 11:54:26 INFO juju.worker.uniter.operation ran "config-changed" hook unit-oai-epc-0: 11:54:26 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-oai-epc-0: 11:54:26 DEBUG juju.machinelock machine lock released for uniter (run config-changed hook) unit-oai-epc-0: 11:54:26 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 11:54:26 INFO juju.worker.uniter found queued "start" hook unit-oai-epc-0: 11:54:26 DEBUG juju.worker.uniter.operation running operation run start hook unit-oai-epc-0: 11:54:26 DEBUG juju.machinelock acquire machine lock for uniter (run start hook) unit-oai-epc-0: 11:54:26 DEBUG juju.machinelock machine lock acquired for uniter (run start hook) unit-oai-epc-0: 11:54:26 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-oai-epc-0: 11:54:26 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-oai-epc-0: 11:54:26 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-oai-epc-0: 11:54:26 DEBUG unit.oai-epc/0.start + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 11:54:26 DEBUG unit.oai-epc/0.start ++ validated_mme_public_ip=0 unit-oai-epc-0: 11:54:26 DEBUG unit.oai-epc/0.start ++ relation-ids hss unit-oai-epc-0: 11:54:26 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 11:54:26 DEBUG unit.oai-epc/0.start + '[' '!' -z '' ']' unit-oai-epc-0: 11:54:26 INFO juju.worker.uniter.operation ran "start" hook unit-oai-epc-0: 11:54:26 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-oai-epc-0: 11:54:27 DEBUG juju.machinelock machine lock released for uniter (run start hook) unit-oai-epc-0: 11:54:27 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 11:54:27 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 11:54:27 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-oai-epc-0: 11:54:27 INFO juju.worker.uniter.relation joining relation "oai-epc:hss oai-hss:hss" unit-oai-hss-0: 11:54:27 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-epc/0:{0}] []}} unit-oai-hss-0: 11:54:27 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 11:54:27 DEBUG juju.worker.uniter.operation running operation run relation-joined (2; oai-epc/0) hook unit-oai-hss-0: 11:54:27 DEBUG juju.machinelock acquire machine lock for uniter (run relation-joined (2; oai-epc/0) hook) unit-oai-hss-0: 11:54:27 DEBUG juju.machinelock machine lock acquired for uniter (run relation-joined (2; oai-epc/0) hook) unit-oai-hss-0: 11:54:27 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (2; oai-epc/0) hook" unit-oai-hss-0: 11:54:27 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (2; oai-epc/0) hook" unit-oai-hss-0: 11:54:27 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-joined hook unit-oai-epc-0: 11:54:27 INFO juju.worker.uniter.relation joined relation "oai-epc:hss oai-hss:hss" unit-oai-hss-0: 11:54:27 DEBUG unit.oai-hss/0.hss-relation-joined + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 11:54:27 DEBUG unit.oai-hss/0.hss-relation-joined + juju-log 'Setting up HSS relation info for EPC' unit-oai-epc-0: 11:54:27 INFO juju.worker.uniter.relation joining relation "abot-epc-basic:epc oai-epc:epc" unit-oai-hss-0: 11:54:27 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 11:54:27 INFO unit.oai-hss/0.juju-log hss:2: Setting up HSS relation info for EPC unit-oai-hss-0: 11:54:27 DEBUG unit.oai-hss/0.hss-relation-joined ++ hostname --fqdn unit-oai-hss-0: 11:54:27 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set hss_hostname=oai-hss-0.openair4G.eur unit-abot-epc-basic-0: 11:54:27 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[oai-epc/0:{0}] []}} unit-abot-epc-basic-0: 11:54:27 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 11:54:27 DEBUG juju.worker.uniter.operation running operation run relation-joined (3; oai-epc/0) hook unit-abot-epc-basic-0: 11:54:27 DEBUG juju.machinelock acquire machine lock for uniter (run relation-joined (3; oai-epc/0) hook) unit-abot-epc-basic-0: 11:54:27 DEBUG juju.machinelock machine lock acquired for uniter (run relation-joined (3; oai-epc/0) hook) unit-abot-epc-basic-0: 11:54:27 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (3; oai-epc/0) hook" unit-oai-hss-0: 11:54:27 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 11:54:27 DEBUG unit.oai-hss/0.hss-relation-joined ++ unit-get private-address unit-oai-epc-0: 11:54:27 INFO juju.worker.uniter.relation joined relation "abot-epc-basic:epc oai-epc:epc" unit-abot-epc-basic-0: 11:54:27 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (3; oai-epc/0) hook" unit-abot-epc-basic-0: 11:54:27 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-joined hook unit-oai-epc-0: 11:54:27 INFO juju.worker.uniter.relation joining relation "oai-epc:ssh-abot-epc abot-epc-basic:ssh-abot" unit-oai-hss-0: 11:54:27 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-oai-hss-0: 11:54:27 DEBUG unit.oai-hss/0.hss-relation-joined + hss_public_ip=192.168.121.14 unit-oai-hss-0: 11:54:27 DEBUG unit.oai-hss/0.hss-relation-joined + get_ip_address 192.168.121.14 unit-oai-hss-0: 11:54:27 DEBUG unit.oai-hss/0.hss-relation-joined + local ip=192.168.121.14 unit-oai-hss-0: 11:54:27 DEBUG unit.oai-hss/0.hss-relation-joined + local status=1 unit-oai-hss-0: 11:54:27 DEBUG unit.oai-hss/0.hss-relation-joined + local status_after=1 unit-oai-hss-0: 11:54:27 DEBUG unit.oai-hss/0.hss-relation-joined + validate_ip 192.168.121.14 unit-oai-hss-0: 11:54:27 DEBUG unit.oai-hss/0.hss-relation-joined + local ip=192.168.121.14 unit-oai-hss-0: 11:54:27 DEBUG unit.oai-hss/0.hss-relation-joined + local stat=1 unit-oai-hss-0: 11:54:27 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 192.168.121.14 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-hss-0: 11:54:27 DEBUG unit.oai-hss/0.hss-relation-joined + OIFS=' unit-oai-hss-0: 11:54:27 DEBUG unit.oai-hss/0.hss-relation-joined ' unit-oai-hss-0: 11:54:27 DEBUG unit.oai-hss/0.hss-relation-joined + IFS=. unit-oai-hss-0: 11:54:27 DEBUG unit.oai-hss/0.hss-relation-joined + ip=($ip) unit-oai-hss-0: 11:54:27 DEBUG unit.oai-hss/0.hss-relation-joined + IFS=' unit-oai-hss-0: 11:54:27 DEBUG unit.oai-hss/0.hss-relation-joined ' unit-oai-hss-0: 11:54:27 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 192 -le 255 ]] unit-oai-hss-0: 11:54:27 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 168 -le 255 ]] unit-oai-hss-0: 11:54:27 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 121 -le 255 ]] unit-oai-hss-0: 11:54:27 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 14 -le 255 ]] unit-oai-hss-0: 11:54:27 DEBUG unit.oai-hss/0.hss-relation-joined + stat=0 unit-oai-hss-0: 11:54:27 DEBUG unit.oai-hss/0.hss-relation-joined + return 0 unit-oai-hss-0: 11:54:27 DEBUG unit.oai-hss/0.hss-relation-joined + validate_ip 192.168.121.14 unit-oai-hss-0: 11:54:27 DEBUG unit.oai-hss/0.hss-relation-joined + local ip=192.168.121.14 unit-oai-hss-0: 11:54:27 DEBUG unit.oai-hss/0.hss-relation-joined + local stat=1 unit-oai-hss-0: 11:54:27 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 192.168.121.14 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-hss-0: 11:54:27 DEBUG unit.oai-hss/0.hss-relation-joined + OIFS=' unit-oai-hss-0: 11:54:27 DEBUG unit.oai-hss/0.hss-relation-joined ' unit-oai-hss-0: 11:54:27 DEBUG unit.oai-hss/0.hss-relation-joined + IFS=. unit-oai-hss-0: 11:54:27 DEBUG unit.oai-hss/0.hss-relation-joined + ip=($ip) unit-oai-hss-0: 11:54:27 DEBUG unit.oai-hss/0.hss-relation-joined + IFS=' unit-oai-hss-0: 11:54:27 DEBUG unit.oai-hss/0.hss-relation-joined ' unit-oai-hss-0: 11:54:27 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 192 -le 255 ]] unit-oai-hss-0: 11:54:27 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 168 -le 255 ]] unit-oai-hss-0: 11:54:27 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 121 -le 255 ]] unit-oai-hss-0: 11:54:27 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 14 -le 255 ]] unit-oai-hss-0: 11:54:27 DEBUG unit.oai-hss/0.hss-relation-joined + stat=0 unit-oai-hss-0: 11:54:27 DEBUG unit.oai-hss/0.hss-relation-joined + return 0 unit-oai-hss-0: 11:54:27 DEBUG unit.oai-hss/0.hss-relation-joined + status=0 unit-oai-hss-0: 11:54:27 DEBUG unit.oai-hss/0.hss-relation-joined + '[' 0 == 1 ']' unit-oai-hss-0: 11:54:27 DEBUG unit.oai-hss/0.hss-relation-joined + validated_hss_public_ip=192.168.121.14 unit-oai-hss-0: 11:54:27 DEBUG unit.oai-hss/0.hss-relation-joined + echo 'MME ip address is 192.168.121.14' unit-oai-hss-0: 11:54:27 DEBUG unit.oai-hss/0.hss-relation-joined MME ip address is 192.168.121.14 unit-oai-hss-0: 11:54:27 DEBUG unit.oai-hss/0.hss-relation-joined + return 0 unit-oai-hss-0: 11:54:27 DEBUG unit.oai-hss/0.hss-relation-joined + status=0 unit-oai-hss-0: 11:54:27 DEBUG unit.oai-hss/0.hss-relation-joined + '[' 0 == 1 ']' unit-oai-hss-0: 11:54:27 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set ip_address=192.168.121.14 unit-oai-hss-0: 11:54:27 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 11:54:27 DEBUG unit.oai-hss/0.hss-relation-joined ++ relation-ids db unit-abot-epc-basic-0: 11:54:27 DEBUG unit.abot-epc-basic/0.epc-relation-joined + ABOT_DEPLOY_DIR=/etc/rebaca-test-suite unit-abot-epc-basic-0: 11:54:27 DEBUG unit.abot-epc-basic/0.epc-relation-joined + juju-log 'Setting EPC charm relation variables' unit-oai-hss-0: 11:54:27 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 11:54:27 DEBUG unit.oai-hss/0.hss-relation-joined + '[' -n db:1 ']' unit-oai-hss-0: 11:54:27 DEBUG unit.oai-hss/0.hss-relation-joined + check_hss_process unit-oai-hss-0: 11:54:27 DEBUG unit.oai-hss/0.hss-relation-joined ++ service oai_hss status unit-oai-hss-0: 11:54:27 DEBUG unit.oai-hss/0.hss-relation-joined + IS_RUNNING='oai_hss start/running, process 22035' unit-oai-hss-0: 11:54:27 DEBUG unit.oai-hss/0.hss-relation-joined + [[ oai_hss start/running, process 22035 =~ .*running.* ]] unit-oai-hss-0: 11:54:27 DEBUG unit.oai-hss/0.hss-relation-joined + juju-log 'OAI HSS is running' unit-abot-epc-basic-0: 11:54:27 DEBUG juju.worker.uniter.remotestate got a relation units change: {4 {map[oai-epc/0:{0}] []}} unit-abot-epc-basic-0: 11:54:27 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 11:54:27 INFO unit.abot-epc-basic/0.juju-log epc:3: Setting EPC charm relation variables unit-abot-epc-basic-0: 11:54:27 DEBUG unit.abot-epc-basic/0.epc-relation-joined + relation-set TAC=1 unit-oai-epc-0: 11:54:27 INFO juju.worker.uniter.relation joined relation "oai-epc:ssh-abot-epc abot-epc-basic:ssh-abot" unit-oai-hss-0: 11:54:27 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 11:54:27 INFO unit.oai-hss/0.juju-log hss:2: OAI HSS is running unit-oai-hss-0: 11:54:27 DEBUG unit.oai-hss/0.hss-relation-joined + status=0 unit-oai-hss-0: 11:54:27 DEBUG unit.oai-hss/0.hss-relation-joined + '[' 0 -eq 0 ']' unit-oai-hss-0: 11:54:27 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set hss_running=yes unit-oai-epc-0: 11:54:27 DEBUG juju.worker.uniter.operation running operation run relation-joined (2; oai-hss/0) hook unit-oai-epc-0: 11:54:27 DEBUG juju.machinelock acquire machine lock for uniter (run relation-joined (2; oai-hss/0) hook) unit-oai-epc-0: 11:54:27 DEBUG juju.machinelock machine lock acquired for uniter (run relation-joined (2; oai-hss/0) hook) unit-oai-epc-0: 11:54:27 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (2; oai-hss/0) hook" unit-abot-epc-basic-0: 11:54:27 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-abot-epc-basic-0: 11:54:27 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: 11:54:27 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 11:54:27 DEBUG unit.oai-hss/0.hss-relation-joined + get_opc_value unit-oai-hss-0: 11:54:27 DEBUG unit.oai-hss/0.hss-relation-joined ++ config-get imsi unit-oai-hss-0: 11:54:28 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 11:54:28 DEBUG unit.oai-hss/0.hss-relation-joined + imsi_val=208930100001111 unit-oai-hss-0: 11:54:28 DEBUG unit.oai-hss/0.hss-relation-joined ++ cut -d \' -f2 unit-oai-hss-0: 11:54:28 DEBUG unit.oai-hss/0.hss-relation-joined ++ grep UNHEX unit-oai-hss-0: 11:54:28 DEBUG unit.oai-hss/0.hss-relation-joined ++ grep 208930100001111 /srv/.out unit-oai-hss-0: 11:54:28 DEBUG unit.oai-hss/0.hss-relation-joined + UNHEXKEY=e734f8734007d6c5ce7a0508809e7e9c unit-oai-hss-0: 11:54:28 DEBUG unit.oai-hss/0.hss-relation-joined + '[' e734f8734007d6c5ce7a0508809e7e9c == '' ']' unit-oai-hss-0: 11:54:28 DEBUG unit.oai-hss/0.hss-relation-joined + juju-log 'OPC key found' unit-oai-hss-0: 11:54:28 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 11:54:28 INFO unit.oai-hss/0.juju-log hss:2: OPC key found unit-oai-hss-0: 11:54:28 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set opc-key=e734f8734007d6c5ce7a0508809e7e9c unit-oai-hss-0: 11:54:28 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 11:54:28 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set trigger_restart=0 unit-oai-epc-0: 11:54:28 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (2; oai-hss/0) hook" unit-oai-epc-0: 11:54:28 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-joined hook unit-oai-hss-0: 11:54:28 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 11:54:28 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set mme_in_db=no unit-abot-epc-basic-0: 11:54:28 INFO juju.worker.uniter.operation ran "epc-relation-joined" hook unit-abot-epc-basic-0: 11:54:28 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (3; oai-epc/0) hook" unit-oai-hss-0: 11:54:28 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-abot-epc-basic-0: 11:54:28 DEBUG juju.machinelock machine lock released for uniter (run relation-joined (3; oai-epc/0) hook) unit-abot-epc-basic-0: 11:54:28 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 11:54:28 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 11:54:28 DEBUG juju.worker.uniter.operation running operation run relation-changed (3; oai-epc/0) hook unit-abot-epc-basic-0: 11:54:28 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 11:54:28 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 11:54:28 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (3; oai-epc/0) hook" unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-joined + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-joined ++ validated_mme_public_ip=0 unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-joined + juju-log 'Setting up MME relation info for HSS' unit-abot-epc-basic-0: 11:54:28 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 11:54:28 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-changed hook unit-oai-hss-0: 11:54:28 INFO juju.worker.uniter.operation ran "hss-relation-joined" hook unit-oai-hss-0: 11:54:28 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (2; oai-epc/0) hook" unit-oai-epc-0: 11:54:28 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[abot-epc-basic/0:{1}] []}} unit-oai-epc-0: 11:54:28 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-hss/0:{2}] []}} unit-oai-epc-0: 11:54:28 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 11:54:28 INFO unit.oai-epc/0.juju-log hss:2: Setting up MME relation info for HSS unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-joined ++ hostname --fqdn unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-joined + relation-set mme_hostname=oai-epc-0.openair4G.eur unit-oai-hss-0: 11:54:28 DEBUG juju.machinelock machine lock released for uniter (run relation-joined (2; oai-epc/0) hook) unit-oai-hss-0: 11:54:28 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 11:54:28 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 11:54:28 DEBUG juju.worker.uniter.operation running operation run relation-changed (2; oai-epc/0) hook unit-oai-hss-0: 11:54:28 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (2; oai-epc/0) hook) unit-oai-hss-0: 11:54:28 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (2; oai-epc/0) hook) unit-oai-hss-0: 11:54:28 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (2; oai-epc/0) hook" unit-oai-hss-0: 11:54:28 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (2; oai-epc/0) hook" unit-oai-hss-0: 11:54:28 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-changed hook unit-abot-epc-basic-0: 11:54:28 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MCC unit-oai-epc-0: 11:54:28 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-joined ++ unit-get private-address unit-oai-hss-0: 11:54:28 DEBUG unit.oai-hss/0.hss-relation-changed + juju-log 'Retrieving MME relation info' unit-abot-epc-basic-0: 11:54:28 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 11:54:28 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_country_code= unit-abot-epc-basic-0: 11:54:28 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MNC unit-oai-epc-0: 11:54:28 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-joined + ip_address_mme=192.168.121.12 unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-joined + get_ip_address 192.168.121.12 unit-oai-hss-0: 11:54:28 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 11:54:28 INFO unit.oai-hss/0.juju-log hss:2: Retrieving MME relation info unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-joined + local ip=192.168.121.12 unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-joined + local status=1 unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-joined + local status_after=1 unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-joined + validate_ip 192.168.121.12 unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-joined + local ip=192.168.121.12 unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-joined + local stat=1 unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 192.168.121.12 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-joined + OIFS=' unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-joined ' unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-joined + IFS=. unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-joined + ip=($ip) unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-joined + IFS=' unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-joined ' unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 192 -le 255 ]] unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 168 -le 255 ]] unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 121 -le 255 ]] unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 12 -le 255 ]] unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-joined + stat=0 unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-joined + return 0 unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-joined + validate_ip 192.168.121.12 unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-joined + local ip=192.168.121.12 unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-joined + local stat=1 unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 192.168.121.12 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-joined + OIFS=' unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-joined ' unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-joined + IFS=. unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-joined + ip=($ip) unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-joined + IFS=' unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-joined ' unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 192 -le 255 ]] unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 168 -le 255 ]] unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 121 -le 255 ]] unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 12 -le 255 ]] unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-joined + stat=0 unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-joined + return 0 unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-joined + status=0 unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-joined + '[' 0 == 1 ']' unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-joined + validated_mme_public_ip=192.168.121.12 unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-joined + echo 'MME ip address is 192.168.121.12' unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-joined MME ip address is 192.168.121.12 unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-joined + return 0 unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-joined + status=0 unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-joined + '[' 0 == 1 ']' unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-joined + relation-set ip_address_mme=192.168.121.12 unit-oai-hss-0: 11:54:28 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get mme_hostname unit-abot-epc-basic-0: 11:54:28 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 11:54:28 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_network_code= unit-abot-epc-basic-0: 11:54:28 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_ip unit-oai-epc-0: 11:54:28 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 11:54:28 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 11:54:28 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-epc/0:{1}] []}} unit-oai-hss-0: 11:54:28 DEBUG unit.oai-hss/0.hss-relation-changed + mme_fqdn=oai-epc-0.openair4G.eur unit-oai-hss-0: 11:54:28 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get ip_address_mme unit-abot-epc-basic-0: 11:54:28 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 11:54:28 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_ip_address_ipv4= unit-abot-epc-basic-0: 11:54:28 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get epc_running unit-oai-epc-0: 11:54:28 INFO juju.worker.uniter.operation ran "hss-relation-joined" hook unit-oai-hss-0: 11:54:28 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 11:54:28 DEBUG unit.oai-hss/0.hss-relation-changed + IP_mme=192.168.121.12 unit-oai-hss-0: 11:54:28 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z oai-epc-0.openair4G.eur ']' unit-oai-hss-0: 11:54:28 DEBUG unit.oai-hss/0.hss-relation-changed ++ grep -o oai-epc-0.openair4G.eur /etc/hosts unit-oai-hss-0: 11:54:28 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z '' ']' unit-oai-hss-0: 11:54:28 DEBUG unit.oai-hss/0.hss-relation-changed + echo '192.168.121.12 oai-epc-0.openair4G.eur mme' unit-oai-hss-0: 11:54:28 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-ids db unit-abot-epc-basic-0: 11:54:28 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 11:54:28 DEBUG unit.abot-epc-basic/0.epc-relation-changed + epc_running= unit-abot-epc-basic-0: 11:54:28 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_running unit-oai-epc-0: 11:54:28 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (2; oai-hss/0) hook" unit-oai-hss-0: 11:54:28 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 11:54:28 DEBUG unit.oai-hss/0.hss-relation-changed + db_id=db:1 unit-oai-hss-0: 11:54:28 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z db:1 ']' unit-oai-hss-0: 11:54:28 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-list -r db:1 unit-oai-epc-0: 11:54:28 DEBUG juju.machinelock machine lock released for uniter (run relation-joined (2; oai-hss/0) hook) unit-oai-epc-0: 11:54:28 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 11:54:28 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 11:54:28 DEBUG juju.worker.uniter.operation running operation run relation-changed (2; oai-hss/0) hook unit-oai-epc-0: 11:54:28 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (2; oai-hss/0) hook) unit-oai-epc-0: 11:54:28 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (2; oai-hss/0) hook) unit-oai-epc-0: 11:54:28 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (2; oai-hss/0) hook" unit-abot-epc-basic-0: 11:54:28 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 11:54:28 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_running= unit-abot-epc-basic-0: 11:54:28 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get spgw_ip_address_ipv4 unit-oai-epc-0: 11:54:28 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 11:54:28 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-changed hook unit-oai-hss-0: 11:54:28 DEBUG worker.uniter.jujuc running hook tool "relation-list" unit-oai-hss-0: 11:54:28 DEBUG unit.oai-hss/0.hss-relation-changed + db_unit=mysql/0 unit-oai-hss-0: 11:54:28 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z mysql/0 ']' unit-oai-hss-0: 11:54:28 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 user mysql/0 unit-abot-epc-basic-0: 11:54:28 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 11:54:28 DEBUG unit.abot-epc-basic/0.epc-relation-changed + spgw_ip_address_ipv4= unit-abot-epc-basic-0: 11:54:28 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get opc-key unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-changed + set_env_paths unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-changed + openair_path=/srv/openair-cn unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-changed + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-changed + epc_exec_name=mme_gw unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Retrieving HSS relation info' unit-oai-hss-0: 11:54:28 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 11:54:28 DEBUG unit.oai-hss/0.hss-relation-changed + db_user=oowoakolizeedae unit-oai-hss-0: 11:54:28 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 password mysql/0 unit-abot-epc-basic-0: 11:54:28 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 11:54:28 DEBUG unit.abot-epc-basic/0.epc-relation-changed + unhex_key= unit-abot-epc-basic-0: 11:54:28 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: 11:54:28 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: 11:54:28 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: 11:54:28 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: 11:54:28 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: 11:54:28 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' '!=' '' ']' unit-abot-epc-basic-0: 11:54:28 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' == yes ']' unit-abot-epc-basic-0: 11:54:28 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' == yes ']' unit-abot-epc-basic-0: 11:54:28 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: 11:54:28 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 11:54:28 INFO unit.oai-epc/0.juju-log hss:2: Retrieving HSS relation info unit-oai-epc-0: 11:54:28 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get ip_address unit-oai-hss-0: 11:54:29 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 11:54:29 DEBUG unit.oai-hss/0.hss-relation-changed + db_password=oghohxeingahpah unit-oai-hss-0: 11:54:29 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 host mysql/0 unit-abot-epc-basic-0: 11:54:29 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 11:54:29 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 11:54:29 DEBUG unit.oai-epc/0.hss-relation-changed + ip_address_hss=192.168.121.14 unit-oai-epc-0: 11:54:29 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_hostname unit-oai-hss-0: 11:54:29 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 11:54:29 DEBUG unit.oai-hss/0.hss-relation-changed + db_host=192.168.121.8 unit-oai-hss-0: 11:54:29 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 database mysql/0 unit-abot-epc-basic-0: 11:54:29 INFO juju.worker.uniter.operation ran "epc-relation-changed" hook unit-abot-epc-basic-0: 11:54:29 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (3; oai-epc/0) hook" unit-oai-epc-0: 11:54:29 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 11:54:29 DEBUG unit.oai-epc/0.hss-relation-changed + hss_fqdn=oai-hss-0.openair4G.eur unit-oai-epc-0: 11:54:29 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_running unit-oai-hss-0: 11:54:29 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 11:54:29 DEBUG unit.oai-hss/0.hss-relation-changed + db_database=oai-hss unit-oai-hss-0: 11:54:29 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z oowoakolizeedae ']' unit-oai-hss-0: 11:54:29 DEBUG unit.oai-hss/0.hss-relation-changed + realm_mme=openair4G.eur unit-oai-hss-0: 11:54:29 DEBUG unit.oai-hss/0.hss-relation-changed ++ /usr/bin/mysql -u oowoakolizeedae --password=oghohxeingahpah -h 192.168.121.8 oai-hss -e 'select mmehost from mmeidentity where mmehost='\''oai-epc-0.openair4G.eur'\''' unit-oai-hss-0: 11:54:29 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z '' ']' unit-oai-hss-0: 11:54:29 DEBUG unit.oai-hss/0.hss-relation-changed ++ egrep '[0-9]+' unit-oai-hss-0: 11:54:29 DEBUG unit.oai-hss/0.hss-relation-changed ++ /usr/bin/mysql -u oowoakolizeedae --password=oghohxeingahpah -h 192.168.121.8 oai-hss -e 'select max(idmmeidentity) from mmeidentity;' unit-abot-epc-basic-0: 11:54:29 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 11:54:29 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 11:54:29 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 11:54:29 DEBUG juju.worker.uniter.operation running operation run relation-joined (4; oai-epc/0) hook unit-abot-epc-basic-0: 11:54:29 DEBUG juju.machinelock acquire machine lock for uniter (run relation-joined (4; oai-epc/0) hook) unit-abot-epc-basic-0: 11:54:29 DEBUG juju.machinelock machine lock acquired for uniter (run relation-joined (4; oai-epc/0) hook) unit-abot-epc-basic-0: 11:54:29 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (4; oai-epc/0) hook" unit-oai-hss-0: 11:54:29 DEBUG unit.oai-hss/0.hss-relation-changed + primary_key=6 unit-oai-hss-0: 11:54:29 DEBUG unit.oai-hss/0.hss-relation-changed + primary_key=7 unit-oai-hss-0: 11:54:29 DEBUG unit.oai-hss/0.hss-relation-changed + juju-log 'Inserting the MME info in the mmeidentity table of oai_db database' unit-abot-epc-basic-0: 11:54:29 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (4; oai-epc/0) hook" unit-abot-epc-basic-0: 11:54:29 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running ssh-abot-relation-joined hook unit-oai-epc-0: 11:54:29 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 11:54:29 DEBUG unit.oai-epc/0.hss-relation-changed + hss_running=yes unit-oai-epc-0: 11:54:29 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get mme_in_db unit-oai-hss-0: 11:54:29 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 11:54:29 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: 11:54:29 DEBUG unit.oai-hss/0.hss-relation-changed + /usr/bin/mysql -u oowoakolizeedae --password=oghohxeingahpah -h 192.168.121.8 oai-hss unit-oai-hss-0: 11:54:29 DEBUG unit.oai-hss/0.hss-relation-changed + relation-set mme_in_db=yes unit-oai-epc-0: 11:54:29 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 11:54:29 DEBUG unit.oai-epc/0.hss-relation-changed + mme_in_db=no unit-oai-epc-0: 11:54:29 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get trigger_restart unit-abot-epc-basic-0: 11:54:29 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 11:54:29 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 11:54:29 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 11:54:29 DEBUG unit.oai-epc/0.hss-relation-changed + trigger_restart=0 unit-oai-epc-0: 11:54:29 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids epc unit-abot-epc-basic-0: 11:54:29 INFO juju.worker.uniter.operation ran "ssh-abot-relation-joined" hook unit-oai-epc-0: 11:54:29 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 11:54:29 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-oai-hss-0: 11:54:29 INFO juju.worker.uniter.operation ran "hss-relation-changed" hook unit-abot-epc-basic-0: 11:54:29 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (4; oai-epc/0) hook" unit-oai-hss-0: 11:54:29 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (2; oai-epc/0) hook" unit-oai-epc-0: 11:54:29 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 11:54:29 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-abot-epc-basic-0: 11:54:29 DEBUG juju.machinelock machine lock released for uniter (run relation-joined (4; oai-epc/0) hook) unit-abot-epc-basic-0: 11:54:29 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 11:54:29 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 11:54:29 DEBUG juju.worker.uniter.operation running operation run relation-changed (4; oai-epc/0) hook unit-abot-epc-basic-0: 11:54:29 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (4; oai-epc/0) hook) unit-abot-epc-basic-0: 11:54:29 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (4; oai-epc/0) hook) unit-abot-epc-basic-0: 11:54:29 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (4; oai-epc/0) hook" unit-oai-epc-0: 11:54:29 DEBUG unit.oai-epc/0.hss-relation-changed + '[' '!' -f /var/lib/juju/agents/unit-oai-epc-0/charm/.trigger ']' unit-oai-epc-0: 11:54:29 DEBUG unit.oai-epc/0.hss-relation-changed + echo 0 unit-oai-epc-0: 11:54:29 DEBUG unit.oai-epc/0.hss-relation-changed + '[' -z 192.168.121.14 ']' unit-oai-epc-0: 11:54:29 DEBUG unit.oai-epc/0.hss-relation-changed + '[' no == no ']' unit-oai-epc-0: 11:54:29 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Waiting for the mme insertion in the db......' unit-oai-epc-0: 11:54:29 DEBUG juju.worker.uniter.remotestate got a relation units change: {4 {map[abot-epc-basic/0:{1}] []}} unit-oai-epc-0: 11:54:29 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-hss/0:{3}] []}} unit-oai-hss-0: 11:54:29 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (2; oai-epc/0) hook) unit-oai-hss-0: 11:54:29 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 11:54:29 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 11:54:29 DEBUG juju.worker.uniter.operation running operation run relation-changed (2; oai-epc/0) hook unit-oai-hss-0: 11:54:29 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (2; oai-epc/0) hook) unit-oai-hss-0: 11:54:29 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (2; oai-epc/0) hook) unit-oai-hss-0: 11:54:29 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (2; oai-epc/0) hook" unit-abot-epc-basic-0: 11:54:29 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (4; oai-epc/0) hook" unit-abot-epc-basic-0: 11:54:29 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running ssh-abot-relation-changed hook unit-oai-hss-0: 11:54:29 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (2; oai-epc/0) hook" unit-oai-hss-0: 11:54:29 DEBUG unit.oai-hss/0.hss-relation-changed + juju-log 'Retrieving MME relation info' unit-oai-epc-0: 11:54:29 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 11:54:29 INFO unit.oai-epc/0.juju-log hss:2: Waiting for the mme insertion in the db...... unit-oai-epc-0: 11:54:29 DEBUG unit.oai-epc/0.hss-relation-changed + exit 0 unit-oai-epc-0: 11:54:29 INFO juju.worker.uniter.operation ran "hss-relation-changed" hook unit-oai-epc-0: 11:54:29 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-hss-0: 11:54:29 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 11:54:29 INFO unit.oai-hss/0.juju-log hss:2: Retrieving MME relation info unit-oai-hss-0: 11:54:29 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get mme_hostname unit-oai-epc-0: 11:54:29 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (2; oai-hss/0) hook) unit-oai-epc-0: 11:54:29 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 11:54:29 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 11:54:29 DEBUG juju.worker.uniter.operation running operation run relation-changed (2; oai-hss/0) hook unit-oai-epc-0: 11:54:29 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (2; oai-hss/0) hook) unit-oai-epc-0: 11:54:29 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (2; oai-hss/0) hook) unit-oai-epc-0: 11:54:29 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 11:54:29 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 11:54:29 DEBUG unit.oai-epc/0.hss-relation-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 11:54:29 DEBUG unit.oai-epc/0.hss-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 11:54:29 DEBUG unit.oai-epc/0.hss-relation-changed + set_env_paths unit-oai-epc-0: 11:54:29 DEBUG unit.oai-epc/0.hss-relation-changed + openair_path=/srv/openair-cn unit-oai-epc-0: 11:54:29 DEBUG unit.oai-epc/0.hss-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 11:54:29 DEBUG unit.oai-epc/0.hss-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 11:54:29 DEBUG unit.oai-epc/0.hss-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 11:54:29 DEBUG unit.oai-epc/0.hss-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 11:54:29 DEBUG unit.oai-epc/0.hss-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 11:54:29 DEBUG unit.oai-epc/0.hss-relation-changed + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 11:54:29 DEBUG unit.oai-epc/0.hss-relation-changed + epc_exec_name=mme_gw unit-oai-epc-0: 11:54:29 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Retrieving HSS relation info' unit-oai-hss-0: 11:54:29 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 11:54:29 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 11:54:29 DEBUG unit.oai-hss/0.hss-relation-changed + mme_fqdn=oai-epc-0.openair4G.eur unit-oai-hss-0: 11:54:29 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get ip_address_mme unit-abot-epc-basic-0: 11:54:29 INFO juju.worker.uniter.operation ran "ssh-abot-relation-changed" hook unit-abot-epc-basic-0: 11:54:29 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (4; oai-epc/0) hook" unit-oai-epc-0: 11:54:29 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 11:54:29 INFO unit.oai-epc/0.juju-log hss:2: Retrieving HSS relation info unit-oai-epc-0: 11:54:29 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get ip_address unit-abot-epc-basic-0: 11:54:29 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (4; oai-epc/0) hook) unit-abot-epc-basic-0: 11:54:29 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 11:54:29 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 11:54:29 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-hss-0: 11:54:29 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 11:54:29 DEBUG unit.oai-hss/0.hss-relation-changed + IP_mme=192.168.121.12 unit-oai-hss-0: 11:54:29 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z oai-epc-0.openair4G.eur ']' unit-oai-hss-0: 11:54:29 DEBUG unit.oai-hss/0.hss-relation-changed ++ grep -o oai-epc-0.openair4G.eur /etc/hosts unit-oai-hss-0: 11:54:29 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z oai-epc-0.openair4G.eur ']' unit-oai-hss-0: 11:54:29 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-ids db unit-oai-epc-0: 11:54:29 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 11:54:29 DEBUG unit.oai-epc/0.hss-relation-changed + ip_address_hss=192.168.121.14 unit-oai-epc-0: 11:54:29 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_hostname unit-abot-epc-basic-0: 11:54:29 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 11:54:29 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 11:54:29 DEBUG unit.oai-hss/0.hss-relation-changed + db_id=db:1 unit-oai-hss-0: 11:54:29 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z db:1 ']' unit-oai-hss-0: 11:54:29 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-list -r db:1 unit-oai-epc-0: 11:54:29 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 11:54:29 DEBUG unit.oai-epc/0.hss-relation-changed + hss_fqdn=oai-hss-0.openair4G.eur unit-oai-epc-0: 11:54:29 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_running unit-oai-hss-0: 11:54:29 DEBUG worker.uniter.jujuc running hook tool "relation-list" unit-oai-hss-0: 11:54:29 DEBUG unit.oai-hss/0.hss-relation-changed + db_unit=mysql/0 unit-oai-hss-0: 11:54:29 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z mysql/0 ']' unit-oai-hss-0: 11:54:29 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 user mysql/0 unit-oai-epc-0: 11:54:29 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 11:54:29 DEBUG unit.oai-epc/0.hss-relation-changed + hss_running=yes unit-oai-epc-0: 11:54:29 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get mme_in_db unit-oai-hss-0: 11:54:29 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 11:54:29 DEBUG unit.oai-hss/0.hss-relation-changed + db_user=oowoakolizeedae unit-oai-hss-0: 11:54:29 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 password mysql/0 unit-oai-epc-0: 11:54:29 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 11:54:29 DEBUG unit.oai-epc/0.hss-relation-changed + mme_in_db=yes unit-oai-epc-0: 11:54:29 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get trigger_restart unit-oai-hss-0: 11:54:29 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 11:54:30 DEBUG unit.oai-hss/0.hss-relation-changed + db_password=oghohxeingahpah unit-oai-hss-0: 11:54:30 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 host mysql/0 unit-oai-epc-0: 11:54:30 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 11:54:30 DEBUG unit.oai-epc/0.hss-relation-changed + trigger_restart=0 unit-oai-epc-0: 11:54:30 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids epc unit-oai-hss-0: 11:54:30 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 11:54:30 DEBUG unit.oai-hss/0.hss-relation-changed + db_host=192.168.121.8 unit-oai-hss-0: 11:54:30 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 database mysql/0 unit-oai-epc-0: 11:54:30 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 11:54:30 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-hss-0: 11:54:30 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 11:54:30 DEBUG unit.oai-hss/0.hss-relation-changed + db_database=oai-hss unit-oai-hss-0: 11:54:30 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z oowoakolizeedae ']' unit-oai-hss-0: 11:54:30 DEBUG unit.oai-hss/0.hss-relation-changed + realm_mme=openair4G.eur unit-oai-hss-0: 11:54:30 DEBUG unit.oai-hss/0.hss-relation-changed ++ /usr/bin/mysql -u oowoakolizeedae --password=oghohxeingahpah -h 192.168.121.8 oai-hss -e 'select mmehost from mmeidentity where mmehost='\''oai-epc-0.openair4G.eur'\''' unit-oai-hss-0: 11:54:30 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z 'mmehost unit-oai-hss-0: 11:54:30 DEBUG unit.oai-hss/0.hss-relation-changed oai-epc-0.openair4G.eur' ']' unit-oai-hss-0: 11:54:30 DEBUG unit.oai-hss/0.hss-relation-changed + relation-set mme_in_db=yes unit-oai-epc-0: 11:54:30 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 11:54:30 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: 11:54:30 DEBUG unit.oai-epc/0.hss-relation-changed + '[' '!' -f /var/lib/juju/agents/unit-oai-epc-0/charm/.trigger ']' unit-oai-epc-0: 11:54:30 DEBUG unit.oai-epc/0.hss-relation-changed + '[' -z 192.168.121.14 ']' unit-oai-epc-0: 11:54:30 DEBUG unit.oai-epc/0.hss-relation-changed + '[' yes == no ']' unit-oai-epc-0: 11:54:30 DEBUG unit.oai-epc/0.hss-relation-changed + '[' yes == yes ']' unit-oai-epc-0: 11:54:30 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Mme has been inserted so let'\''s run EPC!!!' unit-oai-hss-0: 11:54:30 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 11:54:30 INFO juju.worker.uniter.operation ran "hss-relation-changed" hook unit-oai-hss-0: 11:54:30 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (2; oai-epc/0) hook" unit-oai-epc-0: 11:54:30 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 11:54:30 INFO unit.oai-epc/0.juju-log hss:2: Mme has been inserted so let's run EPC!!! unit-oai-epc-0: 11:54:30 DEBUG unit.oai-epc/0.hss-relation-changed + '[' yes == no ']' unit-oai-epc-0: 11:54:30 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -o oai-hss-0.openair4G.eur /etc/hosts unit-oai-epc-0: 11:54:30 DEBUG unit.oai-epc/0.hss-relation-changed + '[' -z '' ']' unit-oai-epc-0: 11:54:30 DEBUG unit.oai-epc/0.hss-relation-changed + echo '192.168.121.14 oai-hss-0.openair4G.eur hss' unit-oai-epc-0: 11:54:30 DEBUG unit.oai-epc/0.hss-relation-changed + hss_hostname=oai-hss-0 unit-oai-epc-0: 11:54:30 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: 11:54:30 DEBUG unit.oai-epc/0.hss-relation-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.trigger unit-oai-epc-0: 11:54:30 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 '!=' 0 ']' unit-oai-epc-0: 11:54:30 DEBUG unit.oai-epc/0.hss-relation-changed + check_epc_process unit-oai-epc-0: 11:54:30 DEBUG unit.oai-epc/0.hss-relation-changed ++ service mme_gw status unit-oai-epc-0: 11:54:30 DEBUG unit.oai-epc/0.hss-relation-changed + IS_RUNNING='mme_gw stop/waiting' unit-oai-epc-0: 11:54:30 DEBUG unit.oai-epc/0.hss-relation-changed + [[ mme_gw stop/waiting =~ .*running.* ]] unit-oai-epc-0: 11:54:30 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'OAI EPC is not running...' unit-oai-hss-0: 11:54:30 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (2; oai-epc/0) hook) unit-oai-hss-0: 11:54:30 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 11:54:30 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 11:54:30 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-epc-0: 11:54:30 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 11:54:30 INFO unit.oai-epc/0.juju-log hss:2: OAI EPC is not running... unit-oai-epc-0: 11:54:30 DEBUG unit.oai-epc/0.hss-relation-changed + status=1 unit-oai-epc-0: 11:54:30 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 1 -eq 1 ']' unit-oai-epc-0: 11:54:30 DEBUG unit.oai-epc/0.hss-relation-changed + /var/lib/juju/agents/unit-oai-epc-0/charm/hooks/start unit-oai-epc-0: 11:54:30 DEBUG unit.oai-epc/0.hss-relation-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 11:54:30 DEBUG unit.oai-epc/0.hss-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 11:54:30 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids hss unit-oai-epc-0: 11:54:30 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 11:54:30 DEBUG unit.oai-epc/0.hss-relation-changed + '[' '!' -z hss:2 ']' unit-oai-epc-0: 11:54:30 DEBUG unit.oai-epc/0.hss-relation-changed + service mme_gw restart unit-oai-epc-0: 11:54:30 DEBUG unit.oai-epc/0.hss-relation-changed stop: Unknown instance: unit-oai-epc-0: 11:54:30 DEBUG unit.oai-epc/0.hss-relation-changed mme_gw start/running, process 14117 unit-oai-epc-0: 11:54:30 DEBUG unit.oai-epc/0.hss-relation-changed + check_epc_process unit-oai-epc-0: 11:54:30 DEBUG unit.oai-epc/0.hss-relation-changed ++ service mme_gw status unit-oai-epc-0: 11:54:30 DEBUG unit.oai-epc/0.hss-relation-changed + IS_RUNNING='mme_gw start/running, process 14117' unit-oai-epc-0: 11:54:30 DEBUG unit.oai-epc/0.hss-relation-changed + [[ mme_gw start/running, process 14117 =~ .*running.* ]] unit-oai-epc-0: 11:54:30 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: 11:54:30 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 11:54:30 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: 11:54:30 DEBUG unit.oai-epc/0.hss-relation-changed + status=0 unit-oai-epc-0: 11:54:30 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -eq 1 ']' unit-oai-epc-0: 11:54:30 DEBUG unit.oai-epc/0.hss-relation-changed + check_epc_connection unit-oai-epc-0: 11:54:30 DEBUG unit.oai-epc/0.hss-relation-changed + COUNTER=0 unit-oai-epc-0: 11:54:30 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -lt 30 ']' unit-oai-epc-0: 11:54:30 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 1 unit-oai-hss-0: 11:54:30 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 11:54:31 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 11:54:31 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 11:54:31 DEBUG unit.oai-epc/0.hss-relation-changed + COUNTER=1 unit-oai-epc-0: 11:54:31 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 1 -lt 30 ']' unit-oai-epc-0: 11:54:31 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 1 unit-oai-epc-0: 11:54:32 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 11:54:32 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 11:54:32 DEBUG unit.oai-epc/0.hss-relation-changed + COUNTER=2 unit-oai-epc-0: 11:54:32 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 2 -lt 30 ']' unit-oai-epc-0: 11:54:32 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 1 unit-oai-epc-0: 11:54:33 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 11:54:33 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 11:54:33 DEBUG unit.oai-epc/0.hss-relation-changed + COUNTER=3 unit-oai-epc-0: 11:54:33 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 3 -lt 30 ']' unit-oai-epc-0: 11:54:33 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 1 unit-oai-epc-0: 11:54:34 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 11:54:34 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 11:54:34 DEBUG unit.oai-epc/0.hss-relation-changed + COUNTER=4 unit-oai-epc-0: 11:54:34 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 4 -lt 30 ']' unit-oai-epc-0: 11:54:34 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 1 unit-oai-epc-0: 11:54:35 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 11:54:35 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 1 -gt 0 ']' unit-oai-epc-0: 11:54:35 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'OAI EPC is running and connected to HSS' unit-oai-epc-0: 11:54:35 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 11:54:35 INFO unit.oai-epc/0.juju-log hss:2: OAI EPC is running and connected to HSS unit-oai-epc-0: 11:54:35 DEBUG unit.oai-epc/0.hss-relation-changed + status-set active 'OAI EPC is running and connected to HSS' unit-oai-epc-0: 11:54:35 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 11:54:36 DEBUG unit.oai-epc/0.hss-relation-changed + break unit-oai-epc-0: 11:54:36 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 4 -eq 30 ']' unit-oai-epc-0: 11:54:36 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 2 unit-oai-epc-0: 11:54:38 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids epc unit-oai-epc-0: 11:54:38 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 11:54:38 DEBUG unit.oai-epc/0.hss-relation-changed + '[' -n epc:3 ']' unit-oai-epc-0: 11:54:38 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids epc unit-oai-epc-0: 11:54:38 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 11:54:38 DEBUG unit.oai-epc/0.hss-relation-changed + for epc_id in '$(relation-ids epc)' unit-oai-epc-0: 11:54:38 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log epc:3 unit-oai-epc-0: 11:54:38 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 11:54:38 INFO unit.oai-epc/0.juju-log hss:2: epc:3 unit-oai-epc-0: 11:54:38 DEBUG unit.oai-epc/0.hss-relation-changed + relation-set -r epc:3 epc_running=yes unit-oai-epc-0: 11:54:38 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 11:54:38 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get opc-key unit-oai-epc-0: 11:54:38 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 11:54:38 DEBUG unit.oai-epc/0.hss-relation-changed + hss_opc_val=e734f8734007d6c5ce7a0508809e7e9c unit-oai-epc-0: 11:54:38 DEBUG unit.oai-epc/0.hss-relation-changed + echo e734f8734007d6c5ce7a0508809e7e9c unit-oai-epc-0: 11:54:39 INFO juju.worker.uniter.operation ran "hss-relation-changed" hook unit-abot-epc-basic-0: 11:54:39 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[oai-epc/0:{1}] []}} unit-abot-epc-basic-0: 11:54:39 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 11:54:39 DEBUG juju.worker.uniter.operation running operation run relation-changed (3; oai-epc/0) hook unit-abot-epc-basic-0: 11:54:39 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 11:54:39 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 11:54:39 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (3; oai-epc/0) hook" unit-oai-epc-0: 11:54:39 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (2; oai-hss/0) hook" unit-abot-epc-basic-0: 11:54:39 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 11:54:39 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-changed hook unit-oai-epc-0: 11:54:39 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (2; oai-hss/0) hook) unit-oai-epc-0: 11:54:39 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 11:54:39 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 11:54:39 DEBUG juju.worker.uniter.operation running operation run relation-joined (3; abot-epc-basic/0) hook unit-oai-epc-0: 11:54:39 DEBUG juju.machinelock acquire machine lock for uniter (run relation-joined (3; abot-epc-basic/0) hook) unit-oai-epc-0: 11:54:39 DEBUG juju.machinelock machine lock acquired for uniter (run relation-joined (3; abot-epc-basic/0) hook) unit-oai-epc-0: 11:54:39 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (3; abot-epc-basic/0) hook" unit-oai-epc-0: 11:54:39 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (3; abot-epc-basic/0) hook" unit-oai-epc-0: 11:54:39 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-joined hook unit-abot-epc-basic-0: 11:54:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MCC unit-abot-epc-basic-0: 11:54:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 11:54:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_country_code= unit-abot-epc-basic-0: 11:54:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MNC unit-abot-epc-basic-0: 11:54:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 11:54:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_network_code= unit-abot-epc-basic-0: 11:54:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_ip unit-oai-epc-0: 11:54:39 DEBUG unit.oai-epc/0.epc-relation-joined + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 11:54:39 DEBUG unit.oai-epc/0.epc-relation-joined ++ validated_mme_public_ip=0 unit-oai-epc-0: 11:54:39 DEBUG unit.oai-epc/0.epc-relation-joined + juju-log 'Setting up relation settings for OAISIM charm' unit-abot-epc-basic-0: 11:54:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 11:54:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_ip_address_ipv4= unit-abot-epc-basic-0: 11:54:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get epc_running unit-oai-epc-0: 11:54:39 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 11:54:39 INFO unit.oai-epc/0.juju-log epc:3: Setting up relation settings for OAISIM charm unit-oai-epc-0: 11:54:39 DEBUG unit.oai-epc/0.epc-relation-joined ++ config-get gummei_tai_tac unit-abot-epc-basic-0: 11:54:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 11:54:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed + epc_running=yes unit-abot-epc-basic-0: 11:54:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_running unit-oai-epc-0: 11:54:39 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 11:54:39 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set TAC= unit-abot-epc-basic-0: 11:54:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 11:54:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_running= unit-abot-epc-basic-0: 11:54:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get spgw_ip_address_ipv4 unit-oai-epc-0: 11:54:39 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 11:54:39 DEBUG unit.oai-epc/0.epc-relation-joined ++ config-get gummei_tai_mcc unit-abot-epc-basic-0: 11:54:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 11:54:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed + spgw_ip_address_ipv4= unit-abot-epc-basic-0: 11:54:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get opc-key unit-oai-epc-0: 11:54:39 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 11:54:39 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set MCC=208 unit-abot-epc-basic-0: 11:54:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 11:54:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed + unhex_key= unit-abot-epc-basic-0: 11:54:39 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: 11:54:39 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: 11:54:39 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: 11:54:39 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: 11:54:39 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: 11:54:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' '!=' '' ']' unit-abot-epc-basic-0: 11:54:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' yes == yes ']' unit-abot-epc-basic-0: 11:54:39 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: 11:54:39 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 11:54:39 DEBUG unit.oai-epc/0.epc-relation-joined ++ config-get gummei_tai_mnc unit-abot-epc-basic-0: 11:54:39 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 11:54:39 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 11:54:39 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set MNC=93 unit-oai-epc-0: 11:54:39 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 11:54:39 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set trigger_restart=0 unit-abot-epc-basic-0: 11:54:40 DEBUG unit.abot-epc-basic/0.epc-relation-changed + exit 0 unit-abot-epc-basic-0: 11:54:40 INFO juju.worker.uniter.operation ran "epc-relation-changed" hook unit-oai-epc-0: 11:54:40 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-joined ++ unit-get private-address unit-abot-epc-basic-0: 11:54:40 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (3; oai-epc/0) hook" unit-oai-epc-0: 11:54:40 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-joined + mme_public_ip=192.168.121.12 unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-joined + get_ip_address 192.168.121.12 unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-joined + local ip=192.168.121.12 unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-joined + local status=1 unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-joined + local status_after=1 unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-joined + validate_ip 192.168.121.12 unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-joined + local ip=192.168.121.12 unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-joined + local stat=1 unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 192.168.121.12 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-joined + OIFS=' unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-joined ' unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-joined + IFS=. unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-joined + ip=($ip) unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-joined + IFS=' unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-joined ' unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 192 -le 255 ]] unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 168 -le 255 ]] unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 121 -le 255 ]] unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 12 -le 255 ]] unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-joined + stat=0 unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-joined + return 0 unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-joined + validate_ip 192.168.121.12 unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-joined + local ip=192.168.121.12 unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-joined + local stat=1 unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 192.168.121.12 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-joined + OIFS=' unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-joined ' unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-joined + IFS=. unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-joined + ip=($ip) unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-joined + IFS=' unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-joined ' unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 192 -le 255 ]] unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 168 -le 255 ]] unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 121 -le 255 ]] unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 12 -le 255 ]] unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-joined + stat=0 unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-joined + return 0 unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-joined + status=0 unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-joined + '[' 0 == 1 ']' unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-joined + validated_mme_public_ip=192.168.121.12 unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-joined + echo 'MME ip address is 192.168.121.12' unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-joined MME ip address is 192.168.121.12 unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-joined + return 0 unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-joined + status=0 unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-joined + '[' 0 == 1 ']' unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set mme_ip=192.168.121.12 unit-abot-epc-basic-0: 11:54:40 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 11:54:40 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 11:54:40 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 11:54:40 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-epc-0: 11:54:40 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set epc_running=no unit-oai-epc-0: 11:54:40 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-joined + '[' -f /tmp/opcvalue ']' unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-joined ++ cat /tmp/opcvalue unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set opc-key=e734f8734007d6c5ce7a0508809e7e9c unit-oai-epc-0: 11:54:40 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-abot-epc-basic-0: 11:54:40 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[oai-epc/0:{2}] []}} unit-abot-epc-basic-0: 11:54:40 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 11:54:40 DEBUG juju.worker.uniter.operation running operation run relation-changed (3; oai-epc/0) hook unit-abot-epc-basic-0: 11:54:40 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 11:54:40 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 11:54:40 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 11:54:40 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 11:54:40 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-changed hook unit-oai-epc-0: 11:54:40 INFO juju.worker.uniter.operation ran "epc-relation-joined" hook unit-oai-epc-0: 11:54:40 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (3; abot-epc-basic/0) hook" unit-oai-epc-0: 11:54:40 DEBUG juju.machinelock machine lock released for uniter (run relation-joined (3; abot-epc-basic/0) hook) unit-oai-epc-0: 11:54:40 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 11:54:40 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 11:54:40 DEBUG juju.worker.uniter.operation running operation run relation-changed (3; abot-epc-basic/0) hook unit-oai-epc-0: 11:54:40 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (3; abot-epc-basic/0) hook) unit-oai-epc-0: 11:54:40 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (3; abot-epc-basic/0) hook) unit-oai-epc-0: 11:54:40 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (3; abot-epc-basic/0) hook" unit-abot-epc-basic-0: 11:54:40 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MCC unit-oai-epc-0: 11:54:40 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (3; abot-epc-basic/0) hook" unit-oai-epc-0: 11:54:40 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-changed hook unit-abot-epc-basic-0: 11:54:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 11:54:40 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_country_code=208 unit-abot-epc-basic-0: 11:54:40 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MNC unit-abot-epc-basic-0: 11:54:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 11:54:40 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_network_code=93 unit-abot-epc-basic-0: 11:54:40 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_ip unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-changed + set_env_paths unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-changed + openair_path=/srv/openair-cn unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-changed + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-changed + epc_exec_name=mme_gw unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-get TAC unit-abot-epc-basic-0: 11:54:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 11:54:40 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_ip_address_ipv4=192.168.121.12 unit-abot-epc-basic-0: 11:54:40 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get epc_running unit-oai-epc-0: 11:54:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-changed + TAC=1 unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -z 1 ']' unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-changed ++ sed -r 's/(.*)\//\1-/' unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-changed ++ echo abot-epc-basic/0 unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-changed + name=abot-epc-basic-0 unit-oai-epc-0: 11:54:40 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: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-changed + echo 1 unit-oai-epc-0: 11:54:40 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: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 1 '!=' 1 ']' unit-oai-epc-0: 11:54:40 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: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -z '' ']' unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-changed ++ egrep '^1 [0-9]+$' /var/lib/juju/agents/unit-oai-epc-0/charm/.tac_list unit-abot-epc-basic-0: 11:54:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-changed + tac_line= unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-changed + true unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -z '' ']' unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-changed + echo '1 1' unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-changed + echo abot-epc-basic/0 unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-changed +++ config-get gummei_tai_mcc unit-abot-epc-basic-0: 11:54:40 DEBUG unit.abot-epc-basic/0.epc-relation-changed + epc_running=no unit-abot-epc-basic-0: 11:54:40 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_running unit-oai-epc-0: 11:54:40 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 11:54:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 11:54:40 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_running= unit-abot-epc-basic-0: 11:54:40 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get spgw_ip_address_ipv4 unit-oai-epc-0: 11:54:40 DEBUG unit.oai-epc/0.epc-relation-changed +++ config-get gummei_tai_mnc unit-abot-epc-basic-0: 11:54:41 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 11:54:41 DEBUG unit.abot-epc-basic/0.epc-relation-changed + spgw_ip_address_ipv4= unit-abot-epc-basic-0: 11:54:41 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get opc-key unit-oai-epc-0: 11:54:41 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 11:54:41 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: 11:54:41 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -z '' ']' unit-oai-epc-0: 11:54:41 DEBUG unit.oai-epc/0.epc-relation-changed ++ config-get gummei_tai_mcc unit-abot-epc-basic-0: 11:54:41 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 11:54:41 DEBUG unit.abot-epc-basic/0.epc-relation-changed + unhex_key=e734f8734007d6c5ce7a0508809e7e9c unit-abot-epc-basic-0: 11:54:41 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: 11:54:41 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: 11:54:41 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.12/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 11:54:41 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/MME.SecureShell.IPAddress=[^ ]*/MME.SecureShell.IPAddress=192.168.121.12/' /etc/rebaca-test-suite/config/ABotConfig.properties unit-abot-epc-basic-0: 11:54:41 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i -e 's/OPC=".*";/OPC="e734f8734007d6c5ce7a0508809e7e9c";/' /etc/rebaca-test-suite/oaisim/config/ue_eurecom_test_sfr.conf unit-abot-epc-basic-0: 11:54:41 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' '!=' '' ']' unit-abot-epc-basic-0: 11:54:41 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' no == yes ']' unit-abot-epc-basic-0: 11:54:41 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' == yes ']' unit-abot-epc-basic-0: 11:54:41 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: 11:54:41 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 11:54:41 DEBUG unit.oai-epc/0.epc-relation-changed ++ config-get gummei_tai_mnc unit-abot-epc-basic-0: 11:54:41 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 11:54:41 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 11:54:41 DEBUG unit.oai-epc/0.epc-relation-changed + sed -r -i '/TAI_LIST/a {MCC="208" ; MNC="93"; TAC = "1";},' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 11:54:41 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-ids hss unit-oai-epc-0: 11:54:41 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 11:54:41 DEBUG unit.oai-epc/0.epc-relation-changed + hss_id=hss:2 unit-oai-epc-0: 11:54:41 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -n hss:2 ']' unit-oai-epc-0: 11:54:41 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-list -r hss:2 unit-oai-epc-0: 11:54:41 DEBUG worker.uniter.jujuc running hook tool "relation-list" unit-oai-epc-0: 11:54:41 DEBUG unit.oai-epc/0.epc-relation-changed + hss_unit=oai-hss/0 unit-oai-epc-0: 11:54:41 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -n oai-hss/0 ']' unit-oai-epc-0: 11:54:41 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-get -r hss:2 hss_running oai-hss/0 unit-oai-epc-0: 11:54:41 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 11:54:41 DEBUG unit.oai-epc/0.epc-relation-changed + '[' yes == yes ']' unit-oai-epc-0: 11:54:41 DEBUG unit.oai-epc/0.epc-relation-changed + check_epc_process unit-oai-epc-0: 11:54:41 DEBUG unit.oai-epc/0.epc-relation-changed ++ service mme_gw status unit-oai-epc-0: 11:54:41 DEBUG unit.oai-epc/0.epc-relation-changed + IS_RUNNING='mme_gw start/running, process 14117' unit-oai-epc-0: 11:54:41 DEBUG unit.oai-epc/0.epc-relation-changed + [[ mme_gw start/running, process 14117 =~ .*running.* ]] unit-oai-epc-0: 11:54:41 DEBUG unit.oai-epc/0.epc-relation-changed + juju-log 'OAI EPC is running...let'\''s check if it is connected to HSS' unit-oai-epc-0: 11:54:41 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 11:54:41 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: 11:54:41 DEBUG unit.oai-epc/0.epc-relation-changed + status=0 unit-oai-epc-0: 11:54:41 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 0 -eq 0 ']' unit-oai-epc-0: 11:54:41 DEBUG unit.oai-epc/0.epc-relation-changed + /var/lib/juju/agents/unit-oai-epc-0/charm/hooks/start unit-oai-epc-0: 11:54:41 DEBUG unit.oai-epc/0.epc-relation-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 11:54:41 DEBUG unit.oai-epc/0.epc-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 11:54:41 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-ids hss unit-oai-epc-0: 11:54:41 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 11:54:41 DEBUG unit.oai-epc/0.epc-relation-changed + '[' '!' -z hss:2 ']' unit-oai-epc-0: 11:54:41 DEBUG unit.oai-epc/0.epc-relation-changed + service mme_gw restart unit-oai-epc-0: 11:54:41 DEBUG unit.oai-epc/0.epc-relation-changed mme_gw stop/waiting unit-oai-epc-0: 11:54:41 DEBUG unit.oai-epc/0.epc-relation-changed mme_gw start/running, process 14497 unit-oai-epc-0: 11:54:41 DEBUG unit.oai-epc/0.epc-relation-changed + check_epc_process unit-oai-epc-0: 11:54:41 DEBUG unit.oai-epc/0.epc-relation-changed ++ service mme_gw status unit-oai-epc-0: 11:54:41 DEBUG unit.oai-epc/0.epc-relation-changed + IS_RUNNING='mme_gw start/running, process 14497' unit-oai-epc-0: 11:54:41 DEBUG unit.oai-epc/0.epc-relation-changed + [[ mme_gw start/running, process 14497 =~ .*running.* ]] unit-oai-epc-0: 11:54:41 DEBUG unit.oai-epc/0.epc-relation-changed + juju-log 'OAI EPC is running...let'\''s check if it is connected to HSS' unit-oai-epc-0: 11:54:41 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 11:54:41 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: 11:54:41 DEBUG unit.oai-epc/0.epc-relation-changed + status=0 unit-oai-epc-0: 11:54:41 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 0 -eq 1 ']' unit-oai-epc-0: 11:54:41 DEBUG unit.oai-epc/0.epc-relation-changed + check_epc_connection unit-oai-epc-0: 11:54:41 DEBUG unit.oai-epc/0.epc-relation-changed + COUNTER=0 unit-oai-epc-0: 11:54:41 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 0 -lt 30 ']' unit-oai-epc-0: 11:54:41 DEBUG unit.oai-epc/0.epc-relation-changed + sleep 1 unit-abot-epc-basic-0: 11:54:42 INFO juju.worker.uniter.operation ran "epc-relation-changed" hook unit-abot-epc-basic-0: 11:54:42 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 11:54:42 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 11:54:42 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 11:54:42 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 11:54:42 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-epc-0: 11:54:42 DEBUG unit.oai-epc/0.epc-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 11:54:42 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 11:54:42 DEBUG unit.oai-epc/0.epc-relation-changed + COUNTER=1 unit-oai-epc-0: 11:54:42 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 1 -lt 30 ']' unit-oai-epc-0: 11:54:42 DEBUG unit.oai-epc/0.epc-relation-changed + sleep 1 unit-oai-epc-0: 11:54:43 DEBUG unit.oai-epc/0.epc-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 11:54:43 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 11:54:43 DEBUG unit.oai-epc/0.epc-relation-changed + COUNTER=2 unit-oai-epc-0: 11:54:43 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 2 -lt 30 ']' unit-oai-epc-0: 11:54:43 DEBUG unit.oai-epc/0.epc-relation-changed + sleep 1 unit-oai-epc-0: 11:54:44 DEBUG unit.oai-epc/0.epc-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 11:54:44 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 11:54:44 DEBUG unit.oai-epc/0.epc-relation-changed + COUNTER=3 unit-oai-epc-0: 11:54:44 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 3 -lt 30 ']' unit-oai-epc-0: 11:54:44 DEBUG unit.oai-epc/0.epc-relation-changed + sleep 1 unit-oai-epc-0: 11:54:45 DEBUG unit.oai-epc/0.epc-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 11:54:45 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 11:54:45 DEBUG unit.oai-epc/0.epc-relation-changed + COUNTER=4 unit-oai-epc-0: 11:54:45 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 4 -lt 30 ']' unit-oai-epc-0: 11:54:45 DEBUG unit.oai-epc/0.epc-relation-changed + sleep 1 unit-oai-epc-0: 11:54:46 DEBUG unit.oai-epc/0.epc-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 11:54:46 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 1 -gt 0 ']' unit-oai-epc-0: 11:54:46 DEBUG unit.oai-epc/0.epc-relation-changed + juju-log 'OAI EPC is running and connected to HSS' unit-oai-epc-0: 11:54:46 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 11:54:46 INFO unit.oai-epc/0.juju-log epc:3: OAI EPC is running and connected to HSS unit-oai-epc-0: 11:54:46 DEBUG unit.oai-epc/0.epc-relation-changed + status-set active 'OAI EPC is running and connected to HSS' unit-oai-epc-0: 11:54:46 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 11:54:46 DEBUG unit.oai-epc/0.epc-relation-changed + break unit-oai-epc-0: 11:54:46 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 4 -eq 30 ']' unit-oai-epc-0: 11:54:46 DEBUG unit.oai-epc/0.epc-relation-changed + sleep 2 unit-oai-epc-0: 11:54:48 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-ids epc unit-oai-epc-0: 11:54:48 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 11:54:48 DEBUG unit.oai-epc/0.epc-relation-changed + for epc_id in '$(relation-ids epc)' unit-oai-epc-0: 11:54:48 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-get -r epc:3 trigger_restart oai-epc/0 unit-oai-epc-0: 11:54:49 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 11:54:49 DEBUG unit.oai-epc/0.epc-relation-changed + restart=0 unit-oai-epc-0: 11:54:49 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -n 0 ']' unit-oai-epc-0: 11:54:49 DEBUG unit.oai-epc/0.epc-relation-changed + relation-set -r epc:3 trigger_restart=1 unit-oai-epc-0: 11:54:49 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 11:54:49 DEBUG unit.oai-epc/0.epc-relation-changed + relation-set epc_running=yes unit-oai-epc-0: 11:54:49 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 11:54:49 INFO juju.worker.uniter.operation ran "epc-relation-changed" hook unit-oai-epc-0: 11:54:49 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (3; abot-epc-basic/0) hook" unit-oai-epc-0: 11:54:49 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (3; abot-epc-basic/0) hook) unit-oai-epc-0: 11:54:49 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 11:54:49 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 11:54:49 DEBUG juju.worker.uniter.operation running operation run relation-joined (4; abot-epc-basic/0) hook unit-oai-epc-0: 11:54:49 DEBUG juju.machinelock acquire machine lock for uniter (run relation-joined (4; abot-epc-basic/0) hook) unit-oai-epc-0: 11:54:49 DEBUG juju.machinelock machine lock acquired for uniter (run relation-joined (4; abot-epc-basic/0) hook) unit-oai-epc-0: 11:54:49 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (4; abot-epc-basic/0) hook" unit-oai-epc-0: 11:54:49 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (4; abot-epc-basic/0) hook" unit-oai-epc-0: 11:54:49 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running ssh-abot-epc-relation-joined hook unit-abot-epc-basic-0: 11:54:49 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[oai-epc/0:{3}] []}} unit-abot-epc-basic-0: 11:54:49 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 11:54:49 DEBUG juju.worker.uniter.operation running operation run relation-changed (3; oai-epc/0) hook unit-abot-epc-basic-0: 11:54:49 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 11:54:49 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 11:54:49 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 11:54:49 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 11:54:49 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-changed hook unit-oai-epc-0: 11:54:49 INFO juju.worker.uniter.operation skipped "ssh-abot-epc-relation-joined" hook (missing) unit-oai-epc-0: 11:54:49 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (4; abot-epc-basic/0) hook" unit-abot-epc-basic-0: 11:54:49 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MCC unit-oai-epc-0: 11:54:49 DEBUG juju.machinelock machine lock released for uniter (run relation-joined (4; abot-epc-basic/0) hook) unit-oai-epc-0: 11:54:49 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 11:54:49 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 11:54:49 DEBUG juju.worker.uniter.operation running operation run relation-changed (4; abot-epc-basic/0) hook unit-oai-epc-0: 11:54:49 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (4; abot-epc-basic/0) hook) unit-oai-epc-0: 11:54:49 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (4; abot-epc-basic/0) hook) unit-oai-epc-0: 11:54:49 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (4; abot-epc-basic/0) hook" unit-oai-epc-0: 11:54:49 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (4; abot-epc-basic/0) hook" unit-oai-epc-0: 11:54:49 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running ssh-abot-epc-relation-changed hook unit-abot-epc-basic-0: 11:54:49 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 11:54:49 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_country_code=208 unit-abot-epc-basic-0: 11:54:49 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MNC unit-abot-epc-basic-0: 11:54:49 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 11:54:49 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_network_code=93 unit-abot-epc-basic-0: 11:54:49 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_ip unit-oai-epc-0: 11:54:49 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 11:54:49 INFO juju.worker.uniter.operation ran "ssh-abot-epc-relation-changed" hook unit-abot-epc-basic-0: 11:54:49 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 11:54:49 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_ip_address_ipv4=192.168.121.12 unit-abot-epc-basic-0: 11:54:49 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get epc_running unit-oai-epc-0: 11:54:49 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (4; abot-epc-basic/0) hook" unit-oai-epc-0: 11:54:49 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (4; abot-epc-basic/0) hook) unit-oai-epc-0: 11:54:49 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 11:54:49 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 11:54:49 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 11:54:49 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 11:54:49 DEBUG unit.abot-epc-basic/0.epc-relation-changed + epc_running=yes unit-abot-epc-basic-0: 11:54:49 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_running unit-oai-epc-0: 11:54:49 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 11:54:50 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 11:54:50 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_running= unit-abot-epc-basic-0: 11:54:50 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get spgw_ip_address_ipv4 unit-abot-epc-basic-0: 11:54:50 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 11:54:50 DEBUG unit.abot-epc-basic/0.epc-relation-changed + spgw_ip_address_ipv4= unit-abot-epc-basic-0: 11:54:50 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get opc-key unit-abot-epc-basic-0: 11:54:50 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 11:54:50 DEBUG unit.abot-epc-basic/0.epc-relation-changed + unhex_key=e734f8734007d6c5ce7a0508809e7e9c unit-abot-epc-basic-0: 11:54:50 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: 11:54:50 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: 11:54:50 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.12/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 11:54:50 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/MME.SecureShell.IPAddress=[^ ]*/MME.SecureShell.IPAddress=192.168.121.12/' /etc/rebaca-test-suite/config/ABotConfig.properties unit-abot-epc-basic-0: 11:54:50 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i -e 's/OPC=".*";/OPC="e734f8734007d6c5ce7a0508809e7e9c";/' /etc/rebaca-test-suite/oaisim/config/ue_eurecom_test_sfr.conf unit-abot-epc-basic-0: 11:54:50 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' '!=' '' ']' unit-abot-epc-basic-0: 11:54:50 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' yes == yes ']' unit-abot-epc-basic-0: 11:54:50 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: 11:54:50 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 11:54:50 DEBUG unit.abot-epc-basic/0.epc-relation-changed + exit 0 unit-abot-epc-basic-0: 11:54:50 INFO juju.worker.uniter.operation ran "epc-relation-changed" hook unit-abot-epc-basic-0: 11:54:50 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 11:54:50 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 11:54:50 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 11:54:50 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 11:54:50 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 11:55:13 DEBUG juju.worker.uniter.remotestate got action change: [9882b8b9-cd95-4ee0-8ccf-6d889e7f405c] ok=true unit-abot-epc-basic-0: 11:55:13 DEBUG juju.worker.uniter.operation running operation run action 9882b8b9-cd95-4ee0-8ccf-6d889e7f405c unit-abot-epc-basic-0: 11:55:13 DEBUG juju.machinelock acquire machine lock for uniter (run action 9882b8b9-cd95-4ee0-8ccf-6d889e7f405c) unit-abot-epc-basic-0: 11:55:13 DEBUG juju.machinelock machine lock acquired for uniter (run action 9882b8b9-cd95-4ee0-8ccf-6d889e7f405c) unit-abot-epc-basic-0: 11:55:13 DEBUG juju.worker.uniter.operation preparing operation "run action 9882b8b9-cd95-4ee0-8ccf-6d889e7f405c" unit-abot-epc-basic-0: 11:55:13 DEBUG juju.worker.uniter.operation executing operation "run action 9882b8b9-cd95-4ee0-8ccf-6d889e7f405c" unit-abot-epc-basic-0: 11:55:13 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running action run unit-abot-epc-basic-0: 11:55:13 DEBUG worker.uniter.jujuc running hook tool "action-get" unit-abot-epc-basic-0: 11:55:13 DEBUG worker.uniter.jujuc running hook tool "action-get" unit-abot-epc-basic-0: 11:55:13 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 11:55:13 INFO unit.abot-epc-basic/0.juju-log Tag names: TS_24_301 unit-abot-epc-basic-0: 11:55:13 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 11:55:13 INFO unit.abot-epc-basic/0.juju-log Running the test with the tags @TS_24_301 unit-abot-epc-basic-0: 11:55:13 DEBUG unit.abot-epc-basic/0.run Creating the Target JUnit file... unit-abot-epc-basic-0: 11:55:15 DEBUG unit.abot-epc-basic/0.run [INFO] Scanning for projects... unit-abot-epc-basic-0: 11:55:15 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 11:55:15 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 11:55:15 DEBUG unit.abot-epc-basic/0.run [INFO] Building ABOT-RunScenarios 3.0.91 unit-abot-epc-basic-0: 11:55:15 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 11:55:16 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 11:55:16 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 11:55:16 DEBUG unit.abot-epc-basic/0.run [INFO] Deleting /var/lib/abot-epc-basic/target unit-abot-epc-basic-0: 11:55:16 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 11:55:16 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: 11:55:16 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: 11:55:16 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall7255208596115992777.pom to /root/.m2/repository/org/javolution/javolution/5.5.1/javolution-5.5.1.pom unit-abot-epc-basic-0: 11:55:16 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 11:55:16 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: 11:55:16 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: 11:55:16 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall3243845768169693051.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: 11:55:16 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 11:55:16 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: 11:55:16 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: 11:55:16 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall5936289825242721296.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: 11:55:16 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 11:55:16 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: 11:55:16 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: 11:55:16 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall2955774797219848964.pom to /root/.m2/repository/org/mobicents/commons/commons/1.0.0.CR1/commons-1.0.0.CR1.pom unit-abot-epc-basic-0: 11:55:16 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 11:55:16 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: 11:55:16 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: 11:55:16 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall7264963503543273059.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: 11:55:16 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 11:55:16 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: 11:55:16 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: 11:55:16 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall9113832730896658871.pom to /root/.m2/repository/org/picocontainer/picocontainer/2.15/picocontainer-2.15.pom unit-abot-epc-basic-0: 11:55:16 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 11:55:16 DEBUG unit.abot-epc-basic/0.run [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 11:55:16 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 11:55:16 DEBUG unit.abot-epc-basic/0.run [INFO] Total time: 0.717 s unit-abot-epc-basic-0: 11:55:16 DEBUG unit.abot-epc-basic/0.run [INFO] Finished at: 2018-10-26T11:55:16+00:00 unit-abot-epc-basic-0: 11:55:16 DEBUG unit.abot-epc-basic/0.run [INFO] Final Memory: 7M/60M unit-abot-epc-basic-0: 11:55:16 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 11:55:18 DEBUG unit.abot-epc-basic/0.run [INFO] Scanning for projects... unit-abot-epc-basic-0: 11:55:18 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 11:55:18 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 11:55:18 DEBUG unit.abot-epc-basic/0.run [INFO] Building ABOT-RunScenarios 3.0.91 unit-abot-epc-basic-0: 11:55:18 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 11:55:19 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: 11:55:19 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 11:55:19 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 11:55:19 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: 11:55:19 DEBUG unit.abot-epc-basic/0.run [INFO] Copying 1 resource unit-abot-epc-basic-0: 11:55:19 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 11:55:19 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 11:55:19 DEBUG unit.abot-epc-basic/0.run [INFO] No sources to compile unit-abot-epc-basic-0: 11:55:19 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 11:55:19 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 11:55:19 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: 11:55:19 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: 11:55:19 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 11:55:19 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 11:55:19 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: 11:55:20 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 11:55:20 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 11:55:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 11:55:21 DEBUG unit.abot-epc-basic/0.run ------------------------------------------------------- unit-abot-epc-basic-0: 11:55:21 DEBUG unit.abot-epc-basic/0.run T E S T S unit-abot-epc-basic-0: 11:55:21 DEBUG unit.abot-epc-basic/0.run ------------------------------------------------------- unit-abot-epc-basic-0: 11:55:21 DEBUG unit.abot-epc-basic/0.run Running com.rebaca.abot.RunScenarios unit-abot-epc-basic-0: 11:55:22 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 11:55:22 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 11:55:22 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 11:55:22 DEBUG unit.abot-epc-basic/0.run Feature: Attach_Procedure_AttachWithIMSI unit-abot-epc-basic-0: 11:55:22 DEBUG unit.abot-epc-basic/0.run Oct 26, 2018 11:55:22 AM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 11:55:22 DEBUG unit.abot-epc-basic/0.run INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@2e8c1c9b: startup date [Fri Oct 26 11:55:22 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 11:55:22 DEBUG unit.abot-epc-basic/0.run Oct 26, 2018 11:55:22 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 11:55:22 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from class path resource [cucumber.xml] unit-abot-epc-basic-0: 11:55:23 DEBUG unit.abot-epc-basic/0.run Oct 26, 2018 11:55:23 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 11:55:23 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: 11:55:24 DEBUG unit.abot-epc-basic/0.run Oct 26, 2018 11:55:24 AM org.springframework.beans.factory.support.DefaultListableBeanFactory registerScope unit-abot-epc-basic-0: 11:55:24 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: 11:55:25 DEBUG unit.abot-epc-basic/0.run Oct 26, 2018 11:55:25 AM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 11:55:25 DEBUG unit.abot-epc-basic/0.run INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@39008c9f: startup date [Fri Oct 26 11:55:25 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 11:55:25 DEBUG unit.abot-epc-basic/0.run Oct 26, 2018 11:55:25 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 11:55: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: 11:55:25 DEBUG unit.abot-epc-basic/0.run Oct 26, 2018 11:55:25 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 11:55:25 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: 11:55:25 DEBUG unit.abot-epc-basic/0.run Oct 26, 2018 11:55:25 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 11:55: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: 11:55:25 DEBUG unit.abot-epc-basic/0.run Oct 26, 2018 11:55:25 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 11:55:25 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: 11:55:25 DEBUG unit.abot-epc-basic/0.run Oct 26, 2018 11:55:25 AM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 11:55:25 DEBUG unit.abot-epc-basic/0.run INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1e58512c: startup date [Fri Oct 26 11:55:25 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 11:55:25 DEBUG unit.abot-epc-basic/0.run Oct 26, 2018 11:55:25 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 11:55: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: 11:55:25 DEBUG unit.abot-epc-basic/0.run Oct 26, 2018 11:55:25 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 11:55:25 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: 11:55:25 DEBUG unit.abot-epc-basic/0.run Oct 26, 2018 11:55:25 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 11:55: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: 11:55:25 DEBUG unit.abot-epc-basic/0.run Oct 26, 2018 11:55:25 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 11:55:25 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: 11:55:26 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:55:26 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:26 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 11:55:26 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:26 [main] REPORT: STEP EXECUTION TIME TAKEN :1335 MS unit-abot-epc-basic-0: 11:55:26 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:55:26 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:55:26 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:55:26 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:26 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 11:55:26 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:26 [main] REPORT: STEP EXECUTION TIME TAKEN :33 MS unit-abot-epc-basic-0: 11:55:26 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:55:26 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:55:26 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:55:26 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:26 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 11:55:26 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:26 [main] REPORT: STEP EXECUTION TIME TAKEN :21 MS unit-abot-epc-basic-0: 11:55:26 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:55:26 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:55:26 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:55:26 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:26 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 11:55:26 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:26 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 11:55:26 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:55:26 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:55:26 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:55:26 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:26 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 11:55:26 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:26 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 11:55:26 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:55:26 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:55:26 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:55:26 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:26 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 11:55:26 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:26 [main] REPORT: STEP EXECUTION TIME TAKEN :21 MS unit-abot-epc-basic-0: 11:55:26 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:55:26 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:55:27 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:27 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:55:27 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:27 [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: 11:55:27 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:27 [main] REPORT: STEP EXECUTION TIME TAKEN :742 MS unit-abot-epc-basic-0: 11:55:27 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:27 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:55:27 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:27 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:55:28 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:28 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:55:28 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:28 [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: 11:55:28 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:28 [main] REPORT: STEP EXECUTION TIME TAKEN :608 MS unit-abot-epc-basic-0: 11:55:28 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:28 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:55:28 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:28 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:55:28 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:28 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:55:28 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:28 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 11:55:28 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:28 [main] REPORT: STEP EXECUTION TIME TAKEN :31 MS unit-abot-epc-basic-0: 11:55:28 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:28 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:55:28 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:28 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:55:38 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:38 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:55:38 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:38 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 11:55:38 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:38 [main] REPORT: STEP EXECUTION TIME TAKEN :10017 MS unit-abot-epc-basic-0: 11:55:38 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:38 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:55:38 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:38 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:55:38 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:38.436 [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: 11:55:38 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:38.452 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 11:55:38 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:38 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:55:38 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:38 [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: 11:55:38 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:38 [main] REPORT: STEP EXECUTION TIME TAKEN :66 MS unit-abot-epc-basic-0: 11:55:38 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:38 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 11:55:38 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:38 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:55:38 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 11:55:38 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 11:55:38 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: 11:55:48 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 11:55:48 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 11:55:48 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: 11:55:48 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: 11:55:48 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 11:55:48 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 11:55:48 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 11:55:48 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: 11:55:48 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: 11:55:48 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 11:55:48 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 11:55:48 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: 11:55:48 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: 11:55:48 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 11:55:48 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: 11:55:48 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 11:55:48 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: 11:55:48 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 11:55:48 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: 11:55:48 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 11:55:48 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 11:55:48 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 11:55:48 DEBUG unit.abot-epc-basic/0.run # Date: <31/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 11:55:48 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 11:55:48 DEBUG unit.abot-epc-basic/0.run Feature: Attach_Procedure_AttachWithIMSI_Wrong_MCC unit-abot-epc-basic-0: 11:55:48 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:48 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:55:48 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:48 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 11:55:48 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:48 [main] REPORT: STEP EXECUTION TIME TAKEN :17 MS unit-abot-epc-basic-0: 11:55:48 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:48 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:55:49 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:49 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:55:49 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:49 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:55:49 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:49 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 11:55:49 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:49 [main] REPORT: STEP EXECUTION TIME TAKEN :78 MS unit-abot-epc-basic-0: 11:55:49 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:49 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:55:49 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:49 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:55:49 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:49 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:55:49 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:49 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 11:55:49 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:49 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 11:55:49 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:49 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:55:49 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:49 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:55:49 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:49 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:55:49 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:49 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 11:55:49 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:49 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 11:55:49 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:49 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:55:49 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:49 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:55:49 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:49 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:55:49 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:49 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 11:55:49 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:49 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 11:55:49 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:49 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:55:49 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:49 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:55:49 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:49 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:55:49 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:49 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 11:55:49 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:49 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 11:55:49 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:49 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:55:49 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:49 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:55:49 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:49 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:55:49 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:49 [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: 11:55:49 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:49 [main] REPORT: STEP EXECUTION TIME TAKEN :390 MS unit-abot-epc-basic-0: 11:55:49 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:49 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:55:49 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:49 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:55:49 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:49 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:55:49 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:49 [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: 11:55:49 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:49 [main] REPORT: STEP EXECUTION TIME TAKEN :26 MS unit-abot-epc-basic-0: 11:55:49 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:49 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:55:49 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:49 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:55:49 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:49 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:55:49 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:49 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 11:55:49 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:49 [main] REPORT: STEP EXECUTION TIME TAKEN :16 MS unit-abot-epc-basic-0: 11:55:49 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:49 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:55:49 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:49 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:55:59 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:55:59 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:59 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 11:55:59 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:59 [main] REPORT: STEP EXECUTION TIME TAKEN :10019 MS unit-abot-epc-basic-0: 11:55:59 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:55:59 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:55:59 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:59.803 [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: 11:55:59 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:59.806 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 11:55:59 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:55:59 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:59 [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: 11:55:59 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:59 [main] REPORT: STEP EXECUTION TIME TAKEN :31 MS unit-abot-epc-basic-0: 11:55:59 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:59 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 11:55:59 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:55:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:55:59 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 11:55:59 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 11:55:59 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: 11:56:09 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 11:56:10 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 11:56:10 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: 11:56:10 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: 11:56:10 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 11:56:10 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 11:56:10 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 11:56:10 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: 11:56:10 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: 11:56:10 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 11:56:10 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 11:56:10 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: 11:56:10 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: 11:56:10 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 11:56:10 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: 11:56:10 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: 11:56:10 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 11:56:10 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: 11:56:10 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 11:56:10 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 11:56:10 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 11:56:10 DEBUG unit.abot-epc-basic/0.run # Date: <31/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 11:56:10 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 11:56:10 DEBUG unit.abot-epc-basic/0.run Feature: Attach_Procedure_AttachWithIMSI_Wrong_MNC unit-abot-epc-basic-0: 11:56:10 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:10 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:56:10 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:10 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 11:56:10 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:10 [main] REPORT: STEP EXECUTION TIME TAKEN :30 MS unit-abot-epc-basic-0: 11:56:10 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:10 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:56:10 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:10 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:56:10 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:10 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:56:10 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:10 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 11:56:10 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:10 [main] REPORT: STEP EXECUTION TIME TAKEN :23 MS unit-abot-epc-basic-0: 11:56:10 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:10 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:56:10 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:10 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:56:10 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:10 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:56:10 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:10 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 11:56:10 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:10 [main] REPORT: STEP EXECUTION TIME TAKEN :17 MS unit-abot-epc-basic-0: 11:56:10 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:10 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:56:10 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:10 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:56:10 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:10 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:56:10 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:10 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 11:56:10 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:10 [main] REPORT: STEP EXECUTION TIME TAKEN :15 MS unit-abot-epc-basic-0: 11:56:10 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:10 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:56:10 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:10 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:56:10 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:10 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:56:10 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:10 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 11:56:10 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:10 [main] REPORT: STEP EXECUTION TIME TAKEN :16 MS unit-abot-epc-basic-0: 11:56:10 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:10 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:56:10 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:10 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:56:10 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:10 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:56:10 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:10 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 11:56:10 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:10 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 11:56:10 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:10 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:56:10 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:10 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:56:10 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:10 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:56:10 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:10 [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: 11:56:10 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:10 [main] REPORT: STEP EXECUTION TIME TAKEN :414 MS unit-abot-epc-basic-0: 11:56:10 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:10 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:56:10 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:10 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:56:10 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:10 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:56:10 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:10 [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: 11:56:10 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:10 [main] REPORT: STEP EXECUTION TIME TAKEN :28 MS unit-abot-epc-basic-0: 11:56:10 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:10 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:56:10 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:10 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:56:20 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:56:20 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:20 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 11:56:20 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:20 [main] REPORT: STEP EXECUTION TIME TAKEN :10017 MS unit-abot-epc-basic-0: 11:56:20 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:20 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:56:20 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:20 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:56:20 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:56:20 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:20 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 11:56:20 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:20 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 11:56:20 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:20 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:56:20 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:20 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:56:20 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:20.878 [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: 11:56:20 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:20.882 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 11:56:20 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:56:20 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56: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: 11:56:20 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:20 [main] REPORT: STEP EXECUTION TIME TAKEN :48 MS unit-abot-epc-basic-0: 11:56:20 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:20 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 11:56:20 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:20 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:56:20 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 11:56:20 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 11:56:20 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: 11:56:30 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 11:56:30 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 11:56:30 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-hss-0: 11:56:30 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-oai-hss-0: 11:56:30 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-oai-hss-0: 11:56:30 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-hss-0: 11:56:30 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-hss-0: 11:56:30 DEBUG unit.oai-hss/0.update-status + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 11:56:30 DEBUG unit.oai-hss/0.update-status ++ relation-ids db unit-oai-hss-0: 11:56:30 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 11:56:30 DEBUG unit.oai-hss/0.update-status + '[' -n db:1 ']' unit-oai-hss-0: 11:56:30 DEBUG unit.oai-hss/0.update-status + check_hss_process unit-oai-hss-0: 11:56:30 DEBUG unit.oai-hss/0.update-status ++ service oai_hss status unit-oai-hss-0: 11:56:30 DEBUG unit.oai-hss/0.update-status + IS_RUNNING='oai_hss start/running, process 22035' unit-oai-hss-0: 11:56:30 DEBUG unit.oai-hss/0.update-status + [[ oai_hss start/running, process 22035 =~ .*running.* ]] unit-oai-hss-0: 11:56:30 DEBUG unit.oai-hss/0.update-status + juju-log 'OAI HSS is running' unit-oai-hss-0: 11:56:30 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 11:56:30 INFO unit.oai-hss/0.juju-log OAI HSS is running unit-oai-hss-0: 11:56:30 DEBUG unit.oai-hss/0.update-status + status=0 unit-oai-hss-0: 11:56:30 DEBUG unit.oai-hss/0.update-status + '[' 0 -eq 1 ']' unit-oai-hss-0: 11:56:30 DEBUG unit.oai-hss/0.update-status + status-set active 'OAI HSS is running' unit-oai-hss-0: 11:56:30 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 11:56:30 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-hss-0: 11:56:30 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-hss-0: 11:56:30 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-oai-hss-0: 11:56:30 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 11:56:30 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 11:56:30 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 11:56:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 11:56:31 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: 11:56:31 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: 11:56: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: 11:56: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: 11:56:31 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 11:56: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: 11:56: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: 11:56:31 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 11:56:31 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 11:56: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: 11:56:31 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: 11:56: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: 11:56:31 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 11:56: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: 11:56:31 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 11:56: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: 11:56:31 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 11:56:31 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 11:56:31 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 11:56:31 DEBUG unit.abot-epc-basic/0.run # Date: <31/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 11:56:31 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 11:56:31 DEBUG unit.abot-epc-basic/0.run Feature: Attach_Procedure_AttachWithIMSI_Wrong_TAC unit-abot-epc-basic-0: 11:56:31 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:31 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:56:31 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:31 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 11:56:31 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:31 [main] REPORT: STEP EXECUTION TIME TAKEN :17 MS unit-abot-epc-basic-0: 11:56:31 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:31 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:56:31 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:31 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:56:31 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:31 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:56:31 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:31 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 11:56:31 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:31 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 11:56:31 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:31 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:56:31 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:31 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:56:31 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:31 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:56:31 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:31 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 11:56:31 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:31 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 11:56:31 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:31 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:56:31 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:31 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:56:31 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:31 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:56:31 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56: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: 11:56:31 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:31 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 11:56:31 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:31 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:56:31 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:31 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:56:31 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:31 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:56:31 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:31 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 11:56:31 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:31 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 11:56:31 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:31 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:56:31 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:31 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:56:31 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:31 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:56:31 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:31 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 11:56:31 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:31 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 11:56:31 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:31 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:56:31 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:31 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:56:31 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:31 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:56:31 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56: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: 11:56:31 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:31 [main] REPORT: STEP EXECUTION TIME TAKEN :589 MS unit-abot-epc-basic-0: 11:56:31 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:31 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:56:31 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:31 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:56:31 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:31 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:56:31 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:31 [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: 11:56:31 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:31 [main] REPORT: STEP EXECUTION TIME TAKEN :27 MS unit-abot-epc-basic-0: 11:56:31 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:31 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:56:31 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:31 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:56:31 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:31 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:56:31 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:31 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 11:56:31 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:31 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 11:56:31 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:31 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:56:31 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:31 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:56:41 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:41 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:56:41 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:41 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 11:56:41 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:41 [main] REPORT: STEP EXECUTION TIME TAKEN :10014 MS unit-abot-epc-basic-0: 11:56:41 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:41 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:56:41 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:41 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:56:42 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:41.998 [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: 11:56:42 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:42.006 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 11:56:42 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:42 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:56:42 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:42 [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: 11:56:42 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:42 [main] REPORT: STEP EXECUTION TIME TAKEN :23 MS unit-abot-epc-basic-0: 11:56:42 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:42 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 11:56:42 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:42 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:56:42 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 11:56:42 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 11:56:42 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: 11:56:45 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 11:56:52 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 11:56:52 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 11:56:52 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: 11:56:52 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: 11:56:52 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 11:56:52 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 11:56:52 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 11:56:52 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: 11:56:52 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: 11:56:52 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 11:56:52 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 11:56:52 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: 11:56:52 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: 11:56:52 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 11:56:52 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: 11:56:52 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: 11:56:52 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 11:56:52 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: 11:56:52 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 11:56:52 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 11:56:52 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 11:56:52 DEBUG unit.abot-epc-basic/0.run # Date: <31/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 11:56:52 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 11:56:52 DEBUG unit.abot-epc-basic/0.run Feature: Attach_Procedure_Attach_With_GUTI unit-abot-epc-basic-0: 11:56:52 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:52 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:56:52 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:52 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 11:56:52 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:52 [main] REPORT: STEP EXECUTION TIME TAKEN :16 MS unit-abot-epc-basic-0: 11:56:52 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:52 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:56:52 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:52 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:56:52 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:52 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:56:52 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:52 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 11:56:52 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:52 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 11:56:52 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:52 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:56:52 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:52 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:56:52 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:52 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:56:52 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:52 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 11:56:52 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:52 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 11:56:52 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:52 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:56:52 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:52 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:56:52 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:52 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:56:52 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:52 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 11:56:52 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:52 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 11:56:52 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:52 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:56:52 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:52 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:56:52 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:52 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:56:52 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:52 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 11:56:52 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:52 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 11:56:52 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:52 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:56:52 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:52 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:56:52 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:52 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:56:52 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:52 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 11:56:52 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:52 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 11:56:52 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:52 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:56:52 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:52 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:56:52 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:52 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:56:52 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56: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: 11:56:52 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:52 [main] REPORT: STEP EXECUTION TIME TAKEN :239 MS unit-abot-epc-basic-0: 11:56:52 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:52 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:56:52 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:52 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:56:53 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:53 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:56:53 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:53 [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: 11:56:53 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:53 [main] REPORT: STEP EXECUTION TIME TAKEN :759 MS unit-abot-epc-basic-0: 11:56:53 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:53 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:56:53 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:53 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:56:53 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:53 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:56:53 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:53 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 11:56:53 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:53 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 11:56:53 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:53 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:56:53 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:56:53 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:57:03 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:57:03 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:03 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 11:57:03 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:03 [main] REPORT: STEP EXECUTION TIME TAKEN :10008 MS unit-abot-epc-basic-0: 11:57:03 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:57:03 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:57:03 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:03.440 [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: 11:57:03 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:03.443 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 11:57:03 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:57:03 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:03 [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: 11:57:03 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:03 [main] REPORT: STEP EXECUTION TIME TAKEN :23 MS unit-abot-epc-basic-0: 11:57:03 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:03 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 11:57:03 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:57:03 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 11:57:03 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 11:57:03 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-mysql-0: 11:57:04 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 11:57:04 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 11:57:04 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 11:57:04 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-mysql-0: 11:57:04 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-mysql-0: 11:57:04 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 11:57:04 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 11:57:04 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 11:57:05 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 11:57:05 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-mysql-0: 11:57:05 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 11:57:05 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 11:57:13 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 11:57:13 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 11:57:13 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: 11:57:13 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: 11:57:13 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 11:57:13 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 11:57:13 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 11:57:13 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: 11:57:13 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: 11:57:13 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 11:57:13 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 11:57:13 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: 11:57:13 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: 11:57:13 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 11:57:13 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: 11:57:13 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: 11:57:13 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 11:57:13 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: 11:57:13 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 11:57:13 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 11:57:13 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 11:57:13 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 11:57:13 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 11:57:13 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With DNS Server Address Request Indication in PCO unit-abot-epc-basic-0: 11:57:13 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:13 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:57:13 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:13 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 11:57:13 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:13 [main] REPORT: STEP EXECUTION TIME TAKEN :15 MS unit-abot-epc-basic-0: 11:57:13 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:13 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:57:13 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:13 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:57:13 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:13 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:57:13 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:13 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 11:57:13 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:13 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 11:57:13 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:13 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:57:13 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:13 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:57:13 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:13 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:57:13 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:13 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 11:57:13 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:13 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 11:57:13 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:13 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:57:13 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:13 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:57:13 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:13 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:57:13 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:13 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 11:57:13 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:13 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 11:57:13 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:13 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:57:13 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:13 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:57:13 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:13 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:57:13 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:13 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 11:57:13 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:13 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 11:57:13 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:13 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:57:13 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:13 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:57:13 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:13 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:57:13 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:13 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 11:57:13 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:13 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 11:57:13 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:13 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:57:13 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:13 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:57:13 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:13 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:57:13 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57: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: 11:57:13 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:13 [main] REPORT: STEP EXECUTION TIME TAKEN :190 MS unit-abot-epc-basic-0: 11:57:13 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:13 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:57:13 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:13 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:57:14 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:14 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:57:14 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:14 [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: 11:57:14 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:14 [main] REPORT: STEP EXECUTION TIME TAKEN :719 MS unit-abot-epc-basic-0: 11:57:14 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:14 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:57:14 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:14 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:57:14 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:14 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:57:14 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:14 [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: 11:57:14 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:14 [main] REPORT: STEP EXECUTION TIME TAKEN :15 MS unit-abot-epc-basic-0: 11:57:14 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:14 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:57:14 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:14 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:57:14 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:14 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:57:14 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:14 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 11:57:14 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:14 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 11:57:14 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:14 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:57:14 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:14 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:57:24 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:57:24 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:24 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 11:57:24 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:24 [main] REPORT: STEP EXECUTION TIME TAKEN :10007 MS unit-abot-epc-basic-0: 11:57:24 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:57:24 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:57:24 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:24.826 [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: 11:57:24 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:24.832 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 11:57:24 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:57:24 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57: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: 11:57:24 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:24 [main] REPORT: STEP EXECUTION TIME TAKEN :26 MS unit-abot-epc-basic-0: 11:57:24 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:24 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 11:57:24 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:57:24 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 11:57:24 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 11:57: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: 11:57:34 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 11:57:34 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 11:57:34 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: 11:57:34 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: 11:57:34 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 11:57:34 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 11:57:34 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 11:57:34 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: 11:57:34 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: 11:57:34 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 11:57:34 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 11:57:34 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: 11:57:34 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: 11:57:34 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: 11:57:34 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 11:57:34 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: 11:57:34 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 11:57:34 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: 11:57:34 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 11:57:34 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: 11:57:34 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 11:57:34 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 11:57:34 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 11:57:34 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 11:57:34 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 11:57:34 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure with DSMIPv6 Home Agent Address Request Indication in PCO unit-abot-epc-basic-0: 11:57:35 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:35 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:57:35 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:35 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 11:57:35 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:35 [main] REPORT: STEP EXECUTION TIME TAKEN :19 MS unit-abot-epc-basic-0: 11:57:35 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:35 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:57:35 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:35 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:57:35 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:35 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:57:35 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:35 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 11:57:35 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:35 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 11:57:35 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:35 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:57:35 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:35 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:57:35 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:35 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:57:35 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:35 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 11:57:35 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:35 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 11:57:35 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:35 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:57:35 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:35 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:57:35 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:35 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:57:35 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:35 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 11:57:35 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:35 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 11:57:35 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:35 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:57:35 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:35 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:57:35 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:35 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:57:35 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:35 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 11:57:35 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:35 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 11:57:35 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:35 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:57:35 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:35 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:57:35 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:35 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:57:35 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:35 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 11:57:35 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:35 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 11:57:35 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:35 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:57:35 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:35 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:57:35 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:35 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:57:35 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:35 [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: 11:57:35 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:35 [main] REPORT: STEP EXECUTION TIME TAKEN :365 MS unit-abot-epc-basic-0: 11:57:35 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:35 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:57:35 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:35 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:57:36 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:36 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:57:36 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:36 [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: 11:57:36 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:36 [main] REPORT: STEP EXECUTION TIME TAKEN :589 MS unit-abot-epc-basic-0: 11:57:36 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:36 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:57:36 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:36 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:57:36 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:36 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:57:36 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:36 [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: 11:57:36 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:36 [main] REPORT: STEP EXECUTION TIME TAKEN :18 MS unit-abot-epc-basic-0: 11:57:36 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:36 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:57:36 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:36 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:57:36 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:36 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:57:36 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:36 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 11:57:36 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:36 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 11:57:36 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:36 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:57:36 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:36 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:57:46 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:57:46 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:46 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 11:57:46 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:46 [main] REPORT: STEP EXECUTION TIME TAKEN :10007 MS unit-abot-epc-basic-0: 11:57:46 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:57:46 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:57:46 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:46.189 [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: 11:57:46 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:46.192 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 11:57:46 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:57:46 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:46 [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: 11:57:46 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:46 [main] REPORT: STEP EXECUTION TIME TAKEN :20 MS unit-abot-epc-basic-0: 11:57:46 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:46 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 11:57:46 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:57:46 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 11:57:46 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 11:57:46 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: 11:57:56 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 11:57:56 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 11:57:56 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: 11:57:56 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: 11:57:56 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 11:57:56 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 11:57:56 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 11:57:56 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: 11:57:56 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: 11:57:56 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 11:57:56 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 11:57:56 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: 11:57:56 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: 11:57:56 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: 11:57:56 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 11:57:56 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: 11:57:56 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 11:57:56 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: 11:57:56 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 11:57:56 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: 11:57:56 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 11:57:56 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 11:57:56 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 11:57:56 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 11:57:56 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 11:57:56 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With DSMIPv6 Home Network Prefix Request Indication in PCO unit-abot-epc-basic-0: 11:57:56 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:56 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:57:56 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:56 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 11:57:56 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:56 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 11:57:56 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:56 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:57:56 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:56 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:57:56 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:56 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:57:56 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:56 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 11:57:56 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:56 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 11:57:56 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:56 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:57:56 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:56 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:57:56 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:56 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:57:56 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:56 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 11:57:56 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:56 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 11:57:56 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:56 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:57:56 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:56 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:57:56 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:56 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:57:56 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:56 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 11:57:56 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:56 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 11:57:56 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:56 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:57:56 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:56 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:57:56 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:56 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:57:56 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:56 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 11:57:56 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:56 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 11:57:56 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:56 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:57:56 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:56 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:57:56 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:56 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:57:56 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:56 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 11:57:56 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:56 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 11:57:56 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:56 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:57:56 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:56 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:57:57 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:57 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:57:57 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:57 [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: 11:57:57 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:57 [main] REPORT: STEP EXECUTION TIME TAKEN :519 MS unit-abot-epc-basic-0: 11:57:57 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:57 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:57:57 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:57 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:57:57 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:57 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:57:57 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:57 [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: 11:57:57 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:57 [main] REPORT: STEP EXECUTION TIME TAKEN :580 MS unit-abot-epc-basic-0: 11:57:57 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:57 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:57:57 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:57 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:57:57 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:57 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:57:57 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:57 [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: 11:57:57 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:57 [main] REPORT: STEP EXECUTION TIME TAKEN :23 MS unit-abot-epc-basic-0: 11:57:57 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:57 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:57:57 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:57 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:57:57 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:57 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:57:57 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:57 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 11:57:57 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:57 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 11:57:57 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:57 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:57:57 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:57:57 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:58:07 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:07 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:58:07 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:07 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 11:58:07 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:07 [main] REPORT: STEP EXECUTION TIME TAKEN :10013 MS unit-abot-epc-basic-0: 11:58:07 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:07 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:58:07 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:07 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:58:07 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:07.749 [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: 11:58:07 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:07.752 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 11:58:07 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:07 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:58:07 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:07 [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: 11:58:07 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:07 [main] REPORT: STEP EXECUTION TIME TAKEN :19 MS unit-abot-epc-basic-0: 11:58:07 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:07 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 11:58:07 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:07 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:58:07 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 11:58:07 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 11:58:07 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: 11:58:17 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 11:58:17 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 11:58:17 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: 11:58:17 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: 11:58:17 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 11:58:17 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 11:58:17 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 11:58:17 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: 11:58:17 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: 11:58:17 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 11:58:17 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 11:58:17 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: 11:58:17 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: 11:58:17 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: 11:58:17 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 11:58:17 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: 11:58:17 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 11:58:17 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: 11:58:17 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 11:58:17 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: 11:58:17 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 11:58:17 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 11:58:17 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 11:58:17 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 11:58:17 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 11:58:17 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: 11:58:17 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:58:17 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:17 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 11:58:17 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:17 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 11:58:17 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:58:17 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:58:17 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:58:17 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:17 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 11:58:17 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:17 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 11:58:17 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:58:17 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:58:17 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:58:17 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:17 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 11:58:17 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:17 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 11:58:17 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:58:17 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:58:17 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:58:18 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:17 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 11:58:18 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:18 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 11:58:18 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:18 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:58:18 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:18 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:58:18 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:18 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:58:18 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:18 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 11:58:18 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:18 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 11:58:18 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:18 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:58:18 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:18 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:58:18 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:18 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:58:18 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:18 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 11:58:18 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:18 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 11:58:18 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:18 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:58:18 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:18 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:58:18 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:18 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:58:18 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:18 [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: 11:58:18 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:18 [main] REPORT: STEP EXECUTION TIME TAKEN :340 MS unit-abot-epc-basic-0: 11:58:18 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:18 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:58:18 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:18 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:58:18 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:18 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:58:18 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:18 [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: 11:58:18 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:18 [main] REPORT: STEP EXECUTION TIME TAKEN :592 MS unit-abot-epc-basic-0: 11:58:18 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:18 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:58:18 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:18 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:58:19 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:18 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:58:19 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:18 [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: 11:58:19 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:19 [main] REPORT: STEP EXECUTION TIME TAKEN :18 MS unit-abot-epc-basic-0: 11:58:19 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:19 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:58:19 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:19 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:58:19 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:19 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:58:19 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:19 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 11:58:19 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:19 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 11:58:19 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:19 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:58:19 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:19 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:58:29 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:29 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:58:29 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:29 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 11:58:29 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:29 [main] REPORT: STEP EXECUTION TIME TAKEN :10008 MS unit-abot-epc-basic-0: 11:58:29 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:29 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:58:29 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:29 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:58:29 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:29.235 [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: 11:58:29 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:29.237 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 11:58:29 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:29 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:58:29 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:29 [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: 11:58:29 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:29 [main] REPORT: STEP EXECUTION TIME TAKEN :164 MS unit-abot-epc-basic-0: 11:58:29 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:29 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 11:58:29 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:29 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:58:29 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 11:58:29 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 11:58:29 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: 11:58:39 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 11:58:39 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 11:58:39 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: 11:58:39 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: 11:58:39 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 11:58:39 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 11:58:39 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 11:58:39 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: 11:58:39 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: 11:58:39 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 11:58:39 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 11:58:39 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: 11:58:39 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: 11:58:39 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: 11:58:39 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 11:58:39 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: 11:58:39 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 11:58:39 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: 11:58:39 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 11:58:39 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: 11:58:39 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 11:58:39 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 11:58:39 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 11:58:39 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 11:58:39 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 11:58:39 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With IM CN Subsystem Signalling Flag Indication in PCO unit-abot-epc-basic-0: 11:58:39 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:39 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:58:39 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:39 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 11:58:39 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:39 [main] REPORT: STEP EXECUTION TIME TAKEN :15 MS unit-abot-epc-basic-0: 11:58:39 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:39 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:58:39 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:39 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:58:39 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:39 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:58:39 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:39 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 11:58:39 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:39 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 11:58:39 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:39 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:58:39 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:39 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:58:39 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:39 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:58:39 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:39 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 11:58:39 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:39 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 11:58:39 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:39 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:58:39 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:39 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:58:39 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:39 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:58:39 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:39 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 11:58:39 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:39 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 11:58:39 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:39 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:58:39 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:39 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:58:39 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:39 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:58:39 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:39 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 11:58:39 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:39 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 11:58:39 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:39 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:58:39 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:39 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:58:39 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:39 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:58:39 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:39 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 11:58:39 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:39 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 11:58:39 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:39 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:58:39 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:39 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:58:39 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:39 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:58:39 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:39 [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: 11:58:39 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:39 [main] REPORT: STEP EXECUTION TIME TAKEN :223 MS unit-abot-epc-basic-0: 11:58:39 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:39 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:58:40 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:39 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:58:40 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:40 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:58:40 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:40 [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: 11:58:40 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:40 [main] REPORT: STEP EXECUTION TIME TAKEN :586 MS unit-abot-epc-basic-0: 11:58:40 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:40 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:58:40 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:40 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:58:40 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:40 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:58:40 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:40 [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: 11:58:40 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:40 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 11:58:40 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:40 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:58:40 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:40 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:58:40 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:40 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:58:40 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:40 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 11:58:40 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:40 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 11:58:40 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:40 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:58:40 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:40 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:58:50 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:58:50 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:50 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 11:58:50 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:50 [main] REPORT: STEP EXECUTION TIME TAKEN :10004 MS unit-abot-epc-basic-0: 11:58:50 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:58:50 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:58:50 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:50.781 [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: 11:58:50 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:50.786 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 11:58:50 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:58:50 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:50 [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: 11:58:50 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:50 [main] REPORT: STEP EXECUTION TIME TAKEN :146 MS unit-abot-epc-basic-0: 11:58:50 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:50 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 11:58:50 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:58:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:58:50 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 11:58:50 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 11:58:50 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: 11:59:00 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 11:59:00 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 11:59:00 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: 11:59:00 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: 11:59:00 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 11:59:00 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 11:59:00 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 11:59:00 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: 11:59:00 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: 11:59:00 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 11:59:00 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 11:59:00 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: 11:59:00 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: 11:59:00 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: 11:59:00 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 11:59:00 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: 11:59:00 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 11:59:00 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: 11:59:00 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 11:59:00 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: 11:59:00 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 11:59:00 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 11:59:00 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 11:59:00 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 11:59:00 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 11:59:00 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure with IPv4 Address Allocation Via DHCPv4 Indication in PCO unit-abot-epc-basic-0: 11:59:00 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:00 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:59:00 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:00 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 11:59:00 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:00 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 11:59:00 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:00 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:59:00 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:00 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:59:00 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:00 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:59:00 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:00 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 11:59:00 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:00 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 11:59:00 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:00 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:59:00 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:00 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:59:00 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:00 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:59:00 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:00 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 11:59:00 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:00 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 11:59:00 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:00 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:59:00 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:00 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:59:00 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:00 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:59:00 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:00 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 11:59:00 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:00 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 11:59:00 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:00 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:59:00 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:00 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:59:01 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:01 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:59:01 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:01 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 11:59:01 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:01 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 11:59:01 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:01 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:59:01 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:01 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:59:01 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:01 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:59:01 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:01 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 11:59:01 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:01 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 11:59:01 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:01 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:59:01 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:01 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:59:01 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:01 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:59:01 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:01 [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: 11:59:01 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:01 [main] REPORT: STEP EXECUTION TIME TAKEN :186 MS unit-abot-epc-basic-0: 11:59:01 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:01 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:59:01 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:01 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:59:01 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:01 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:59:01 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:01 [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: 11:59:01 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:01 [main] REPORT: STEP EXECUTION TIME TAKEN :585 MS unit-abot-epc-basic-0: 11:59:01 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:01 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:59:01 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:01 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:59:01 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:01 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:59:01 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:01 [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: 11:59:01 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:01 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 11:59:01 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:01 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:59:01 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:01 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:59:01 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:01 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:59:01 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:01 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 11:59:01 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:01 [main] REPORT: STEP EXECUTION TIME TAKEN :69 MS unit-abot-epc-basic-0: 11:59:01 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:01 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:59:01 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:01 [main] REPORT: ========================================================================================== unit-oai-epc-0: 11:59:06 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-epc-0: 11:59:06 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 11:59:06 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-epc-0: 11:59:06 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-oai-epc-0: 11:59:06 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-oai-epc-0: 11:59:06 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-epc-0: 11:59:06 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-epc-0: 11:59:06 DEBUG unit.oai-epc/0.update-status + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 11:59:06 DEBUG unit.oai-epc/0.update-status ++ validated_mme_public_ip=0 unit-oai-epc-0: 11:59:06 DEBUG unit.oai-epc/0.update-status ++ relation-ids hss unit-oai-epc-0: 11:59:06 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 11:59:06 DEBUG unit.oai-epc/0.update-status + '[' '!' -z hss:2 ']' unit-oai-epc-0: 11:59:06 DEBUG unit.oai-epc/0.update-status + check_epc_process unit-oai-epc-0: 11:59:06 DEBUG unit.oai-epc/0.update-status ++ service mme_gw status unit-oai-epc-0: 11:59:06 DEBUG unit.oai-epc/0.update-status + IS_RUNNING='mme_gw start/running, process 16397' unit-oai-epc-0: 11:59:06 DEBUG unit.oai-epc/0.update-status + [[ mme_gw start/running, process 16397 =~ .*running.* ]] unit-oai-epc-0: 11:59:06 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: 11:59:06 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 11:59:06 INFO unit.oai-epc/0.juju-log OAI EPC is running...let's check if it is connected to HSS unit-oai-epc-0: 11:59:06 DEBUG unit.oai-epc/0.update-status + status=0 unit-oai-epc-0: 11:59:06 DEBUG unit.oai-epc/0.update-status + '[' 0 -eq 1 ']' unit-oai-epc-0: 11:59:06 DEBUG unit.oai-epc/0.update-status + status-set active 'OAI EPC is running' unit-oai-epc-0: 11:59:06 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 11:59:06 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-epc-0: 11:59:06 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-epc-0: 11:59:06 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-oai-epc-0: 11:59:06 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 11:59:06 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 11:59:11 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:11 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:59:11 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:11 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 11:59:11 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:11 [main] REPORT: STEP EXECUTION TIME TAKEN :10007 MS unit-abot-epc-basic-0: 11:59:11 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:11 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:59:11 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:11 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:59:11 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:11.952 [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: 11:59:11 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:11.954 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 11:59:11 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:11 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:59:11 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59: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: 11:59:11 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:11 [main] REPORT: STEP EXECUTION TIME TAKEN :15 MS unit-abot-epc-basic-0: 11:59:11 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:11 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 11:59:11 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:11 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:59:11 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 11:59:11 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 11:59:12 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: 11:59:22 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 11:59:22 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 11:59:22 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: 11:59:22 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: 11:59: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: 11:59: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: 11:59:22 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 11:59: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: 11:59: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: 11:59:22 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 11:59:22 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 11:59: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: 11:59: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: 11:59:22 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: 11:59:22 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 11:59: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: 11:59:22 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 11:59: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: 11:59:22 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 11:59: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: 11:59:22 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 11:59:22 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 11:59:22 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 11:59:22 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 11:59:22 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 11:59:22 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: 11:59:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:59:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:22 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 11:59:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:22 [main] REPORT: STEP EXECUTION TIME TAKEN :18 MS unit-abot-epc-basic-0: 11:59:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:59:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:59:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:59:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:22 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 11:59:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:22 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 11:59:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:59:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:59:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:59:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:22 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 11:59:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:22 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 11:59:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:59:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:59:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:59:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59: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: 11:59:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:22 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 11:59:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:59:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:59:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:59:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:22 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 11:59:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:22 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 11:59:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:59:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:59:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:59:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:22 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 11:59:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:22 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 11:59:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:59:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:59:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:59:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59: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: 11:59:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:22 [main] REPORT: STEP EXECUTION TIME TAKEN :198 MS unit-abot-epc-basic-0: 11:59:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:59:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:59:23 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:59:23 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:23 [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: 11:59:23 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:23 [main] REPORT: STEP EXECUTION TIME TAKEN :590 MS unit-abot-epc-basic-0: 11:59:23 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:23 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:59:23 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:59:23 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:59:23 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:23 [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: 11:59:23 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:23 [main] REPORT: STEP EXECUTION TIME TAKEN :132 MS unit-abot-epc-basic-0: 11:59:23 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:23 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:59:23 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:59:23 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:59:23 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:23 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 11:59:23 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:23 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 11:59:23 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:23 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:59:23 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:59:33 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:33 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:59:33 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:33 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 11:59:33 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:33 [main] REPORT: STEP EXECUTION TIME TAKEN :10005 MS unit-abot-epc-basic-0: 11:59:33 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:33 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:59:33 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:33 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:59:33 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:33.196 [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: 11:59:33 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:33.199 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 11:59:33 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:33 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:59:33 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:33 [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: 11:59:33 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:33 [main] REPORT: STEP EXECUTION TIME TAKEN :20 MS unit-abot-epc-basic-0: 11:59:33 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:33 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 11:59:33 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:33 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:59:33 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 11:59:33 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 11:59:33 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: 11:59:43 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 11:59:43 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 11:59:43 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: 11:59:43 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: 11:59:43 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 11:59:43 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 11:59:43 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 11:59:43 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: 11:59:43 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: 11:59:43 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 11:59:43 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 11:59:43 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: 11:59:43 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: 11:59:43 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: 11:59:43 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 11:59:43 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: 11:59:43 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 11:59:43 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: 11:59:43 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 11:59:43 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: 11:59:43 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 11:59:43 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 11:59:43 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 11:59:43 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 11:59:43 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 11:59:43 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: 11:59:43 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:43 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:59:43 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:43 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 11:59:43 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:43 [main] REPORT: STEP EXECUTION TIME TAKEN :15 MS unit-abot-epc-basic-0: 11:59:43 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:43 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:59:43 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:43 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:59:43 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:43 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:59:43 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:43 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 11:59:43 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:43 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 11:59:43 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:43 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:59:43 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:43 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:59:43 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:43 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:59:43 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:43 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 11:59:43 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:43 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 11:59:43 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:43 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:59:43 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:43 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:59:43 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:43 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:59:43 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:43 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 11:59:43 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:43 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 11:59:43 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:43 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:59:43 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:43 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:59:43 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:43 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:59:43 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:43 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 11:59:43 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:43 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 11:59:43 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:43 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:59:43 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:43 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:59:43 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:43 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:59:43 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:43 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 11:59:43 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:43 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 11:59:43 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:43 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:59:43 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:43 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:59:43 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:43 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:59:43 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:43 [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: 11:59:43 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:43 [main] REPORT: STEP EXECUTION TIME TAKEN :195 MS unit-abot-epc-basic-0: 11:59:43 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:43 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:59:43 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:43 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:59:44 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:44 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:59:44 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:44 [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: 11:59:44 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:44 [main] REPORT: STEP EXECUTION TIME TAKEN :700 MS unit-abot-epc-basic-0: 11:59:44 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:44 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:59:44 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:44 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:59:44 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:44 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:59:44 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:44 [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: 11:59:44 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:44 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 11:59:44 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:44 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:59:44 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:44 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:59:44 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:44 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:59:44 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:44 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 11:59:44 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:44 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 11:59:44 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:44 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:59:44 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:44 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:59:54 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:59:54 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:54 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 11:59:54 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:54 [main] REPORT: STEP EXECUTION TIME TAKEN :10004 MS unit-abot-epc-basic-0: 11:59:54 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 11:59:54 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:59:54 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:54.420 [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: 11:59:54 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:54.422 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 11:59:54 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 11:59:54 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:54 [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: 11:59:54 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:54 [main] REPORT: STEP EXECUTION TIME TAKEN :18 MS unit-abot-epc-basic-0: 11:59:54 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:54 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 11:59:54 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 11:59:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 11:59:54 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 11:59:54 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 11:59:54 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: 12:00:04 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 12:00:04 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:00:04 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: 12:00:04 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: 12:00:04 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 12:00:04 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 12:00:04 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 12:00:04 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: 12:00:04 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: 12:00:04 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 12:00:04 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 12:00:04 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: 12:00:04 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: 12:00:04 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: 12:00:04 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 12:00:04 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: 12:00:04 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 12:00:04 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: 12:00:04 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 12:00:04 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: 12:00:04 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 12:00:04 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 12:00:04 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 12:00:04 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 12:00:04 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 12:00:04 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With P-CSCF Address Request Indication in PCO unit-abot-epc-basic-0: 12:00:04 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:00:04 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:04 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 12:00:04 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:04 [main] REPORT: STEP EXECUTION TIME TAKEN :16 MS unit-abot-epc-basic-0: 12:00:04 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:00:04 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:00:04 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:00:04 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:04 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 12:00:04 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:04 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 12:00:04 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:00:04 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:00:04 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:00:04 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:04 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 12:00:04 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:04 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 12:00:04 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:00:04 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:00:04 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:00:04 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:04 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 12:00:04 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:04 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 12:00:04 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:00:04 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:00:04 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:00:04 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:04 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:00:04 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:04 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 12:00:04 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:00:04 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:00:04 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:00:04 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:04 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 12:00:04 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:04 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 12:00:04 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:00:04 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:00:04 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:00:04 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:04 [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: 12:00:04 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:04 [main] REPORT: STEP EXECUTION TIME TAKEN :189 MS unit-abot-epc-basic-0: 12:00:04 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:00:04 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:00:05 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:05 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:00:05 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:05 [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: 12:00:05 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:05 [main] REPORT: STEP EXECUTION TIME TAKEN :733 MS unit-abot-epc-basic-0: 12:00:05 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:05 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:00:05 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:05 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:00:05 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:05 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:00:05 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:05 [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: 12:00:05 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:05 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 12:00:05 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:05 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:00:05 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:05 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:00:05 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:05 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:00:05 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:05 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 12:00:05 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:05 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 12:00:05 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:05 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:00:05 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:05 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:00:15 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:15 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:00:15 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:15 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:00:15 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:15 [main] REPORT: STEP EXECUTION TIME TAKEN :10007 MS unit-abot-epc-basic-0: 12:00:15 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:15 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:00:15 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:15 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:00:15 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:15.695 [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: 12:00:15 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:15.697 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 12:00:15 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:15 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:00:15 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00: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: 12:00:15 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:15 [main] REPORT: STEP EXECUTION TIME TAKEN :17 MS unit-abot-epc-basic-0: 12:00:15 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:15 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 12:00:15 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:15 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:00:15 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 12:00:15 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 12:00: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: 12:00:25 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 12:00:25 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:00:25 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: 12:00:25 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: 12:00: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: 12:00: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: 12:00:25 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 12:00: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: 12:00: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: 12:00:25 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 12:00:25 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 12:00: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: 12: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 # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 12:00:25 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: 12:00:25 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 12:00: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: 12:00:25 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 12:00: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: 12:00:25 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 12:00: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: 12:00: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: 12:00:25 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 12:00:25 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 12:00:25 DEBUG unit.abot-epc-basic/0.run # Date: <13/01/2017> Version: <1.1> # unit-abot-epc-basic-0: 12:00:25 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 12:00:25 DEBUG unit.abot-epc-basic/0.run Feature: Auth_Accept unit-abot-epc-basic-0: 12:00:25 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:00:25 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:25 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 12:00:25 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:25 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 12:00:25 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:00:25 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:00:25 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:00:25 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:25 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 12:00:25 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:25 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 12:00:25 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:00:25 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:00:25 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:00:25 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:25 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 12:00:25 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:25 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 12:00:25 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:00:25 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:00:25 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:00:25 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00: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: 12:00:25 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:25 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 12:00:25 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:00:25 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:00:25 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:00:25 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:25 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:00:25 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:25 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 12:00:25 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:00:25 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:00:25 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:00:25 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:25 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 12:00:25 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:25 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 12:00:25 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:00:25 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:00:26 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:00:26 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:26 [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: 12:00:26 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:26 [main] REPORT: STEP EXECUTION TIME TAKEN :340 MS unit-abot-epc-basic-0: 12:00:26 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:00:26 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:00:26 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:00:26 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00: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: 12:00:26 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:26 [main] REPORT: STEP EXECUTION TIME TAKEN :585 MS unit-abot-epc-basic-0: 12:00:26 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:00:26 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:00:26 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:00:26 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:26 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 12:00:26 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:26 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 12:00:26 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:00:26 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:00:36 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:36 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:00:36 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:36 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:00:36 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:36 [main] REPORT: STEP EXECUTION TIME TAKEN :10009 MS unit-abot-epc-basic-0: 12:00:36 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:36 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:00:36 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:36 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:00:36 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:36.930 [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: 12:00:36 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:36.932 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 12:00:36 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:36 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:00:36 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00: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: 12:00:36 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:36 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 12:00:36 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:36 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 12:00:36 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:36 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:00:36 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 12:00:36 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 12:00: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: 12:00:46 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 12:00:47 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:00:47 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: 12:00:47 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: 12:00:47 DEBUG unit.abot-epc-basic/0.run EPS security context. unit-abot-epc-basic-0: 12:00:47 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:00:47 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 12:00:47 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 12:00:47 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 12:00:47 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: 12:00:47 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: 12:00:47 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 12:00:47 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 12:00:47 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: 12:00:47 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: 12:00:47 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 12:00:47 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: 12:00:47 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 12:00:47 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: 12:00:47 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 12:00:47 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: 12:00:47 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 12:00:47 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 12:00:47 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 12:00:47 DEBUG unit.abot-epc-basic/0.run # Date: <22/11/2016> Version: <1.1> # unit-abot-epc-basic-0: 12:00:47 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 12:00:47 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_Network_GUTIattach_AuthReject_re_Auth unit-abot-epc-basic-0: 12:00:47 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:47 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:00:47 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:47 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 12:00:47 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:47 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 12:00:47 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:47 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:00:47 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:47 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:00:47 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:47 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:00:47 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:47 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 12:00:47 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:47 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 12:00:47 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:47 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:00:47 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:47 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:00:47 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:47 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:00:47 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:47 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 12:00:47 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:47 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 12:00:47 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:47 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:00:47 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:47 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:00:47 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:47 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:00:47 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:47 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 12:00:47 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:47 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 12:00:47 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:47 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:00:47 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:47 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:00:47 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:47 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:00:47 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:47 [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: 12:00:47 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:47 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 12:00:47 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:47 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:00:47 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:47 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:00:47 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:47 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:00:47 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00: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: 12:00:47 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:47 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 12:00:47 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:47 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:00:47 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:47 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:00:47 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:47 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:00:47 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:47 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:00:47 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:47 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 12:00:47 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:47 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:00:47 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:47 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:00:47 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:47 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:00:47 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:47 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 12:00:47 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:47 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 12:00:47 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:47 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:00:47 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:47 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:00:47 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:47 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:00:47 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:47 [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: 12:00:47 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:47 [main] REPORT: STEP EXECUTION TIME TAKEN :325 MS unit-abot-epc-basic-0: 12:00:47 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:47 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:00:47 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:47 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:00:48 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:48 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:00:48 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:48 [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: 12:00:48 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:48 [main] REPORT: STEP EXECUTION TIME TAKEN :582 MS unit-abot-epc-basic-0: 12:00:48 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:48 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:00:48 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:48 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:00:48 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:48 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:00:48 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:48 [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: 12:00:48 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:48 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 12:00:48 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:48 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:00:48 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:48 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:00:48 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:48 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:00:48 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:48 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 12:00:48 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:48 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 12:00:48 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:48 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:00:48 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:48 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:00:48 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 12:00:49 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 12:00:49 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 12:00:49 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-hss-0: 12:00:49 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-oai-hss-0: 12:00:49 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-oai-hss-0: 12:00:49 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-hss-0: 12:00:49 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-hss-0: 12:00:49 DEBUG unit.oai-hss/0.update-status + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 12:00:49 DEBUG unit.oai-hss/0.update-status ++ relation-ids db unit-oai-hss-0: 12:00:49 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 12:00:49 DEBUG unit.oai-hss/0.update-status + '[' -n db:1 ']' unit-oai-hss-0: 12:00:49 DEBUG unit.oai-hss/0.update-status + check_hss_process unit-oai-hss-0: 12:00:49 DEBUG unit.oai-hss/0.update-status ++ service oai_hss status unit-oai-hss-0: 12:00:49 DEBUG unit.oai-hss/0.update-status + IS_RUNNING='oai_hss start/running, process 22035' unit-oai-hss-0: 12:00:49 DEBUG unit.oai-hss/0.update-status + [[ oai_hss start/running, process 22035 =~ .*running.* ]] unit-oai-hss-0: 12:00:49 DEBUG unit.oai-hss/0.update-status + juju-log 'OAI HSS is running' unit-oai-hss-0: 12:00:49 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 12:00:49 INFO unit.oai-hss/0.juju-log OAI HSS is running unit-oai-hss-0: 12:00:49 DEBUG unit.oai-hss/0.update-status + status=0 unit-oai-hss-0: 12:00:49 DEBUG unit.oai-hss/0.update-status + '[' 0 -eq 1 ']' unit-oai-hss-0: 12:00:49 DEBUG unit.oai-hss/0.update-status + status-set active 'OAI HSS is running' unit-oai-hss-0: 12:00:49 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 12:00:49 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-hss-0: 12:00:49 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-hss-0: 12:00:49 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-oai-hss-0: 12:00:49 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 12:00:49 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 12:00:58 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:58 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:00:58 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:58 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:00:58 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:58 [main] REPORT: STEP EXECUTION TIME TAKEN :10004 MS unit-abot-epc-basic-0: 12:00:58 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:58 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:00:58 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:00:58 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:01:08 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:08 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:01:08 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:08 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:01:08 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:08 [main] REPORT: STEP EXECUTION TIME TAKEN :10013 MS unit-abot-epc-basic-0: 12:01:08 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:08 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:01:08 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:08 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:01:08 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:08.206 [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: 12:01:08 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:08.207 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 12:01:08 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:08 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:01:08 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:08 [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: 12:01:08 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:08 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 12:01:08 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:08 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 12:01:08 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:08 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:01:08 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 12:01:08 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 12:01:08 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: 12:01:08 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: 12:01:08 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: 12:01:19 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 12:01:19 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:01:19 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: 12:01:19 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: 12:01:19 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 12:01:19 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 12:01:19 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 12:01:19 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: 12:01:19 DEBUG unit.abot-epc-basic/0.run #RES is restored to 0x00 in teardown process unit-abot-epc-basic-0: 12:01:19 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: 12:01:19 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: 12:01:19 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: 12:01:19 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 12:01:19 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 12:01:19 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: 12:01:19 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: 12:01:19 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: 12:01:19 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: 12:01:19 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 12:01:19 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: 12:01:19 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: 12:01:19 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: 12:01:19 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 12:01:19 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: 12:01:19 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 12:01:19 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 12:01:19 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 12:01:19 DEBUG unit.abot-epc-basic/0.run # Date: <22/11/2016> Version: <1.1> # unit-abot-epc-basic-0: 12:01:19 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 12:01:19 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_Network_GUTIattach_IMSIdiff_AuthReject_re_Auth unit-abot-epc-basic-0: 12:01:19 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:19 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:01:19 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:19 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 12:01:19 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:19 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 12:01:19 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:19 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:01:19 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:19 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:01:19 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:19 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:01:19 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:19 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 12:01:19 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:19 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 12:01:19 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:19 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:01:19 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:19 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:01:19 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:19 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:01:19 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:19 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 12:01:19 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:19 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 12:01:19 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:19 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:01:19 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:19 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:01:19 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:19 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:01:19 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:19 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 12:01:19 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:19 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 12:01:19 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:19 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:01:19 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:19 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:01:19 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:19 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:01:19 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:19 [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: 12:01:19 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:19 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 12:01:19 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:19 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:01:19 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:19 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:01:19 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:19 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:01:19 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:19 [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: 12:01:19 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:19 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 12:01:19 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:19 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:01:19 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:19 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:01:19 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:19 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:01:19 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:19 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:01:19 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:19 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 12:01:19 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:19 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:01:19 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:19 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:01:19 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:19 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:01:19 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:19 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 12:01:19 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:19 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 12:01:19 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:19 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:01:19 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:19 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:01:19 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:19 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:01:19 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:19 [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: 12:01:19 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:19 [main] REPORT: STEP EXECUTION TIME TAKEN :242 MS unit-abot-epc-basic-0: 12:01:19 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:19 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:01:19 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:19 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:01:20 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:01:20 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:20 [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: 12:01:20 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:20 [main] REPORT: STEP EXECUTION TIME TAKEN :601 MS unit-abot-epc-basic-0: 12:01:20 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:20 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:01:20 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:20 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:01:20 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:01:20 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:20 [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: 12:01:20 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:20 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 12:01:20 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:20 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:01:20 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:20 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:01:20 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:01:20 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:20 [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: 12:01:20 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:20 [main] REPORT: STEP EXECUTION TIME TAKEN :155 MS unit-abot-epc-basic-0: 12:01:20 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:20 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:01:20 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:20 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:01:20 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:01:20 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:20 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 12:01:20 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:20 [main] REPORT: STEP EXECUTION TIME TAKEN :2 MS unit-abot-epc-basic-0: 12:01:20 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:20 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:01:20 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:20 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:01:30 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:01:30 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:30 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:01:30 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:30 [main] REPORT: STEP EXECUTION TIME TAKEN :10012 MS unit-abot-epc-basic-0: 12:01:30 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:30 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:01:30 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:01:40 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:40 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:01:40 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:40 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:01:40 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:40 [main] REPORT: STEP EXECUTION TIME TAKEN :10005 MS unit-abot-epc-basic-0: 12:01:40 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:40 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:01:40 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:40 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:01:40 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:40.300 [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: 12:01:40 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:40.302 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 12:01:40 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:40 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:01:40 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01: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: 12:01:40 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:40 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 12:01:40 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:40 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 12:01:40 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:40 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:01:40 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 12:01:40 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 12:01: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: 12:01:40 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: 12:01:40 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-mysql-0: 12:01:42 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 12:01:42 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 12:01:42 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 12:01:42 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-mysql-0: 12:01:42 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-mysql-0: 12:01:42 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 12:01:42 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 12:01:42 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 12:01:42 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 12:01:42 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-mysql-0: 12:01:42 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 12:01:42 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 12:01:50 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 12:01:50 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:01:50 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: 12:01:50 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: 12:01: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: 12:01: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: 12:01:50 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 12:01: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: 12:01:50 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: 12:01:50 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: 12:01: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: 12:01:50 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 12:01:50 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 12:01: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: 12:01: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: 12:01:50 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: 12:01:50 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: 12:01:50 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: 12:01:50 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 12:01: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: 12:01: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: 12:01: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: 12:01:50 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 12:01: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: 12:01: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: 12:01:50 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 12:01:50 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 12:01:50 DEBUG unit.abot-epc-basic/0.run # Date: <22/11/2016> Version: <1.1> # unit-abot-epc-basic-0: 12:01:50 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 12:01:50 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_Network_IMSIattach_AuthReject_re_Auth unit-abot-epc-basic-0: 12:01:50 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:01:50 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:50 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 12:01:50 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:50 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 12:01:50 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:01:50 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:01:50 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:01:50 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:50 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 12:01:50 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:50 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 12:01:50 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:01:50 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:01:50 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:01:50 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:50 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 12:01:50 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:50 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 12:01:50 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:01:50 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:01:50 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:01:50 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01: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: 12:01:50 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:50 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 12:01:50 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:01:50 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:01:50 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:01:50 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01: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: 12:01:50 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:50 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 12:01:50 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:01:50 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:01:50 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:01:50 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:50 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:01:50 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:50 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 12:01:50 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:01:50 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:01:50 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:01:50 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:50 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 12:01:50 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:50 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 12:01:50 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:01:50 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:01:51 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:01:51 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:51 [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: 12:01:51 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:51 [main] REPORT: STEP EXECUTION TIME TAKEN :331 MS unit-abot-epc-basic-0: 12:01:51 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:01:51 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:01:51 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:01:51 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:51 [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: 12:01:51 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:51 [main] REPORT: STEP EXECUTION TIME TAKEN :583 MS unit-abot-epc-basic-0: 12:01:51 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:01:51 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:01:51 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:01:51 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01: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: 12:01:51 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:51 [main] REPORT: STEP EXECUTION TIME TAKEN :15 MS unit-abot-epc-basic-0: 12:01:51 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:01:51 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:01:51 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:01:51 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:51 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 12:01:51 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:51 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 12:01:51 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:01:51 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:01:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:02:01 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:01 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:02:01 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:01 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:02:01 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:01 [main] REPORT: STEP EXECUTION TIME TAKEN :10009 MS unit-abot-epc-basic-0: 12:02:01 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:01 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:02:01 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:01 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:02:11 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:11 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:02:11 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:11 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:02:11 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:11 [main] REPORT: STEP EXECUTION TIME TAKEN :10009 MS unit-abot-epc-basic-0: 12:02:11 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:11 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:02:11 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:11 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:02:11 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:11.815 [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: 12:02:11 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:11.817 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 12:02:11 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:11 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:02:11 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02: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: 12:02:11 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:11 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 12:02:11 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:11 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 12:02:11 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:11 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:02:11 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 12:02:11 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 12:02: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: 12:02: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: 12:02:21 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 12:02:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:02:21 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: 12:02:21 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: 12:02:21 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 12:02:21 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 12:02:21 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 12:02:21 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: 12:02:21 DEBUG unit.abot-epc-basic/0.run #RES is restore to 0x00 in teardown process unit-abot-epc-basic-0: 12:02:21 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: 12:02:21 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: 12:02:21 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 12:02:21 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 12:02:21 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: 12:02:21 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: 12:02:21 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: 12:02:21 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: 12:02:21 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 12:02:21 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: 12:02:21 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: 12:02:21 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: 12:02:21 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 12:02:21 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: 12:02:21 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 12:02:21 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 12:02:21 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 12:02:21 DEBUG unit.abot-epc-basic/0.run # Date: <13/12/2016> Version: <1.1> # unit-abot-epc-basic-0: 12:02:21 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 12:02:21 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_UE_GUTIattachMAC_code_failure unit-abot-epc-basic-0: 12:02:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:02:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:22 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 12:02:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:22 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 12:02:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:02:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:02:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:02:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:22 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 12:02:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:22 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 12:02:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:02:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:02:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:02:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:22 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 12:02:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:22 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 12:02:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:02:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:02:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:02:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02: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: 12:02:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:22 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 12:02:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:02:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:02:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:02:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:22 [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: 12:02:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:22 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 12:02:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:02:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:02:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:02:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:22 [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: 12:02:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:22 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 12:02:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:02:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:02:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:02:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:22 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:02:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:22 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 12:02:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:02:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:02:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:02:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:22 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 12:02:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:22 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 12:02:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:02:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:02:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:02:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02: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: 12:02:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:22 [main] REPORT: STEP EXECUTION TIME TAKEN :326 MS unit-abot-epc-basic-0: 12:02:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:02:22 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:02:23 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:02:23 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02: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: 12:02:23 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:23 [main] REPORT: STEP EXECUTION TIME TAKEN :595 MS unit-abot-epc-basic-0: 12:02:23 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:23 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:02:23 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:02:23 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:02:23 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:23 [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: 12:02:23 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:23 [main] REPORT: STEP EXECUTION TIME TAKEN :590 MS unit-abot-epc-basic-0: 12:02:23 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:23 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:02:23 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:02:23 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:02:23 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:23 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 12:02:23 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:23 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 12:02:23 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:23 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:02:23 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:02:33 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:33 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:02:33 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:33 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:02:33 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:33 [main] REPORT: STEP EXECUTION TIME TAKEN :10005 MS unit-abot-epc-basic-0: 12:02:33 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:33 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:02:33 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:33 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:02:43 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:43 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:02:43 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:43 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:02:43 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:43 [main] REPORT: STEP EXECUTION TIME TAKEN :10005 MS unit-abot-epc-basic-0: 12:02:43 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:43 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:02:43 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:43 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:02:43 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:43.793 [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: 12:02:43 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:43.795 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 12:02:43 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:43 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:02:43 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02: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: 12:02:43 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:43 [main] REPORT: STEP EXECUTION TIME TAKEN :146 MS unit-abot-epc-basic-0: 12:02:43 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:43 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 12:02:43 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:43 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:02:43 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 12:02:43 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 12:02: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: 12:02:44 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: 12:02:44 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: 12:02:55 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 12:02:55 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:02:55 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: 12:02:55 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: 12:02:55 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 12:02:55 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 12:02:55 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 12:02:55 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: 12:02:55 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: 12:02:55 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: 12:02:55 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: 12:02:55 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 12:02:55 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 12:02:55 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: 12:02:55 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: 12:02:55 DEBUG unit.abot-epc-basic/0.run # CORRECT K_VALUE is 8BAF473F2F8FD09487CCCBD7097C6862 WRONG K_VALUE fec86ba6eb707ed08905757b1bb44b8f unit-abot-epc-basic-0: 12:02:55 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: 12:02:55 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 12:02:55 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: 12:02:55 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: 12:02:55 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: 12:02:55 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 12:02:55 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: 12:02:55 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 12:02:55 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 12:02:55 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 12:02:55 DEBUG unit.abot-epc-basic/0.run # Date: <13/12/2016> Version: <1.1> # unit-abot-epc-basic-0: 12:02:55 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 12:02:55 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_UE_IMSIattach_MAC_code_failure unit-abot-epc-basic-0: 12:02:55 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:55 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:02:55 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:55 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 12:02:55 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:55 [main] REPORT: STEP EXECUTION TIME TAKEN :23 MS unit-abot-epc-basic-0: 12:02:55 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:55 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:02:55 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:55 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:02:55 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:55 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:02:55 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:55 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 12:02:55 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:55 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 12:02:55 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:55 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:02:55 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:55 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:02:55 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:55 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:02:55 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:55 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 12:02:55 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:55 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 12:02:55 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:55 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:02:55 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:55 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:02:55 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:55 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:02:55 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:55 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 12:02:55 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:55 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 12:02:55 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:55 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:02:55 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:55 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:02:55 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:55 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:02:55 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:55 [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: 12:02:55 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:55 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 12:02:55 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:55 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:02:55 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:55 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:02:55 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:55 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:02:55 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:55 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:02:55 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:55 [main] REPORT: STEP EXECUTION TIME TAKEN :2 MS unit-abot-epc-basic-0: 12:02:55 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:55 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:02:55 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:55 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:02:55 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:55 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:02:55 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:55 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 12:02:55 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:55 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 12:02:55 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:55 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:02:55 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:55 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:02:55 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:55 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:02:55 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:55 [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: 12:02:55 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:55 [main] REPORT: STEP EXECUTION TIME TAKEN :322 MS unit-abot-epc-basic-0: 12:02:55 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:55 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:02:55 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:55 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:02:56 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:56 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:02:56 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:56 [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: 12:02:56 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:56 [main] REPORT: STEP EXECUTION TIME TAKEN :581 MS unit-abot-epc-basic-0: 12:02:56 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:56 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:02:56 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:56 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:02:56 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:56 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:02:56 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:56 [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: 12:02:56 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:56 [main] REPORT: STEP EXECUTION TIME TAKEN :578 MS unit-abot-epc-basic-0: 12:02:56 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:56 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:02:56 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:56 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:02:56 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:56 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:02:56 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:56 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 12:02:56 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:56 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 12:02:56 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:56 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:02:56 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:02:56 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:03:06 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:06 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:03:06 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:06 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:03:06 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:06 [main] REPORT: STEP EXECUTION TIME TAKEN :10009 MS unit-abot-epc-basic-0: 12:03:06 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:06 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:03:06 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:06 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:03:16 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:16 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:03:16 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:16 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:03:16 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:16 [main] REPORT: STEP EXECUTION TIME TAKEN :10005 MS unit-abot-epc-basic-0: 12:03:16 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:16 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:03:16 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:16 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:03:16 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:16.762 [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: 12:03:16 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:16.764 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 12:03:16 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:16 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:03:16 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:16 [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: 12:03:16 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:16 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 12:03:16 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:16 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 12:03:16 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:16 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:03:16 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 12:03:16 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 12:03:16 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: 12:03:17 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: 12:03:27 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 12:03:27 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:03:27 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: 12:03:27 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: 12:03:27 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 12:03:27 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 12:03:27 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 12:03:27 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: 12:03:27 DEBUG unit.abot-epc-basic/0.run # WRONGIMSI is restored to false in teardown process unit-abot-epc-basic-0: 12:03:27 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: 12:03:27 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: 12:03:27 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 12:03:27 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 12:03:27 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: 12:03:27 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: 12:03:27 DEBUG unit.abot-epc-basic/0.run # CORRECT K_VALUE is 8BAF473F2F8FD09487CCCBD7097C6862 WRONG K_VALUE fec86ba6eb707ed08905757b1bb44b8f unit-abot-epc-basic-0: 12:03:27 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: 12:03:27 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 12:03:27 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: 12:03:27 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: 12:03:27 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: 12:03:27 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 12:03:27 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: 12:03:27 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 12:03:27 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 12:03:27 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 12:03:27 DEBUG unit.abot-epc-basic/0.run # Date: <13/01/2017> Version: <1.1> # unit-abot-epc-basic-0: 12:03:27 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 12:03:27 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_UE_SQN_failure unit-abot-epc-basic-0: 12:03:27 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:27 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:03:27 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:27 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 12:03:27 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:27 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 12:03:27 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:27 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:03:27 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:27 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:03:27 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:27 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:03:27 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:27 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 12:03:27 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:27 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 12:03:27 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:27 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:03:27 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:27 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:03:27 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:27 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:03:27 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:27 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 12:03:27 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:27 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 12:03:27 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:27 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:03:27 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:27 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:03:27 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:27 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:03:27 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:27 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 12:03:27 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:27 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 12:03:27 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:27 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:03:27 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:27 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:03:27 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:27 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:03:27 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:27 [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: 12:03:27 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:27 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 12:03:27 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:27 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:03:27 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:27 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:03:27 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:27 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:03:27 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:27 [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: 12:03:27 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:27 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 12:03:27 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:27 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:03:27 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:27 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:03:27 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:27 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:03:27 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:27 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:03:27 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:27 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 12:03:27 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:27 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:03:27 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:27 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:03:27 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:27 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:03:27 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:27 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 12:03:27 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:27 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 12:03:27 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:27 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:03:27 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:27 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:03:27 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:27 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:03:27 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:27 [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: 12:03:27 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:27 [main] REPORT: STEP EXECUTION TIME TAKEN :210 MS unit-abot-epc-basic-0: 12:03:27 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:27 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:03:27 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:27 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:03:27 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:27 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:03:27 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:27 [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: 12:03:27 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:27 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 12:03:27 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:27 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:03:28 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:27 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:03:28 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:28 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:03:28 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:28 [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: 12:03:28 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:28 [main] REPORT: STEP EXECUTION TIME TAKEN :608 MS unit-abot-epc-basic-0: 12:03:28 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:28 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:03:28 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:28 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:03:28 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:28 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:03:28 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:28 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 12:03:28 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:28 [main] REPORT: STEP EXECUTION TIME TAKEN :85 MS unit-abot-epc-basic-0: 12:03:28 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:28 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:03:28 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:28 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:03:38 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:38 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:03:38 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:38 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:03:38 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:38 [main] REPORT: STEP EXECUTION TIME TAKEN :10004 MS unit-abot-epc-basic-0: 12:03:38 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:38 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:03:38 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:38 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:03:48 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:48 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:03:48 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:48 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:03:48 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:48 [main] REPORT: STEP EXECUTION TIME TAKEN :10004 MS unit-abot-epc-basic-0: 12:03:48 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:48 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:03:48 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:48 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:03:48 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:48.762 [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: 12:03:48 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:48.764 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 12:03:48 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:48 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:03:48 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03: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: 12:03:48 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:48 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 12:03:48 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:48 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 12:03:48 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:48 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:03:48 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 12:03:48 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 12:03:48 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: 12:03:48 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: 12:03:49 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: 12:03:59 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 12:03:59 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:03:59 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: 12:03:59 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: 12:03:59 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 12:03:59 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 12:03:59 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 12:03:59 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: 12:03:59 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: 12:03:59 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: 12:03:59 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: 12:03:59 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 12:03:59 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 12:03:59 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: 12:03:59 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: 12:03:59 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: 12:03:59 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 12:03:59 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: 12:03:59 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: 12:03:59 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: 12:03:59 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 12:03:59 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: 12:03:59 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 12:03:59 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 12:03:59 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 12:03:59 DEBUG unit.abot-epc-basic/0.run # Date: <13/01/2017> Version: <1.1> # unit-abot-epc-basic-0: 12:03:59 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 12:03:59 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_UE_non_EPS_AuthUnaccpt unit-abot-epc-basic-0: 12:03:59 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:03:59 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:59 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 12:03:59 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:59 [main] REPORT: STEP EXECUTION TIME TAKEN :24 MS unit-abot-epc-basic-0: 12:03:59 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:03:59 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:03:59 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:03:59 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:59 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 12:03:59 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:59 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 12:03:59 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:03:59 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:03:59 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:03:59 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:59 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 12:03:59 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:59 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 12:03:59 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:03:59 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:03:59 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:03:59 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:59 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 12:03:59 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:59 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 12:03:59 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:03:59 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:03:59 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:03:59 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:59 [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: 12:03:59 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:59 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 12:03:59 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:03:59 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:03:59 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:03:59 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03: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: 12:03:59 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:59 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 12:03:59 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:03:59 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:03:59 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:03:59 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:59 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:03:59 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:59 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 12:03:59 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:03:59 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:03:59 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:03:59 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:59 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 12:03:59 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:59 [main] REPORT: STEP EXECUTION TIME TAKEN :2 MS unit-abot-epc-basic-0: 12:03:59 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:03:59 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:03:59 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:03:59 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03: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: 12:03:59 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:59 [main] REPORT: STEP EXECUTION TIME TAKEN :320 MS unit-abot-epc-basic-0: 12:03:59 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:03:59 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:03:59 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:03:59 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:59 [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: 12:03:59 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:59 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 12:03:59 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:03:59 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:03:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:04:00 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:04:00 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:04:00 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:04:00 [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: 12:04:00 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:04:00 [main] REPORT: STEP EXECUTION TIME TAKEN :575 MS unit-abot-epc-basic-0: 12:04:00 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:04:00 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:04:00 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:04:00 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:04:00 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:04:00 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:04:00 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:04:00 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 12:04:00 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:04:00 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 12:04:00 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:04:00 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:04:00 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:04:00 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:04:10 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:04:10 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:04:10 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:04:10 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:04:10 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:04:10 [main] REPORT: STEP EXECUTION TIME TAKEN :10008 MS unit-abot-epc-basic-0: 12:04:10 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:04:10 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:04:10 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:04:10 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:04:20 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:04:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:04:20 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:04:20 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 12:04:20 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:04:20 [main] REPORT: STEP EXECUTION TIME TAKEN :10007 MS unit-abot-epc-basic-0: 12:04:20 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:04:20 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 12:04:20 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:04:20 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:04:20 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:04:20.620 [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: 12:04:20 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:04:20.624 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 12:04:20 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:04:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 12:04:20 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:04: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: 12:04:20 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:04:20 [main] REPORT: STEP EXECUTION TIME TAKEN :21 MS unit-abot-epc-basic-0: 12:04:20 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:04:20 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 12:04:20 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:04:20 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 12:04:20 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 12:04:20 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 12:04: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: 12:04:20 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: 12:04:21 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: 12:04:31 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 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: 12:04:31 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: 12:04:31 DEBUG unit.abot-epc-basic/0.run # file name kdf.c line no: 156 uint8_t amf[] = { 0xFF, 0xFF }; unit-abot-epc-basic-0: 12:04: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: 12:04: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: 12:04:31 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 12:04: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: 12:04:31 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: 12:04: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: 12:04: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: 12:04:31 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 12:04:31 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 12:04: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: 12:04:31 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: 12:04:31 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: 12:04:31 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 12:04: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: 12:04: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: 12:04: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: 12:04:31 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 12:04: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: 12:04:31 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 12:04:31 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04:31 DEBUG unit.abot-epc-basic/0.run 22 Scenarios (22 failed) unit-abot-epc-basic-0: 12:04:31 DEBUG unit.abot-epc-basic/0.run 278 Steps (22 failed, 256 passed) unit-abot-epc-basic-0: 12:04:31 DEBUG unit.abot-epc-basic/0.run 9m6.026s unit-abot-epc-basic-0: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04: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: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04:31 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04:31 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04:31 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04:31 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04: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: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04: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: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04: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: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04: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: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04: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: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04: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: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04: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: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04: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: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04: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: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04:31 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04:31 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04:31 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04: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: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04:31 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04: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: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04:31 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04:31 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04:31 DEBUG unit.abot-epc-basic/0.run Tests run: 300, Failures: 44, Errors: 0, Skipped: 0, Time elapsed: 549.889 sec <<< FAILURE! - in com.rebaca.abot.RunScenarios unit-abot-epc-basic-0: 12:04:31 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.013 sec unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 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: 12:04:31 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.006 sec unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 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 sec unit-abot-epc-basic-0: 12:04: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(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: 12:04: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(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: 12:04:31 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: 12:04:31 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: 12:04: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:(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.016 sec <<< FAILURE! unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04:31 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.021 sec <<< FAILURE! unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 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: 12:04:31 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 sec unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 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 sec unit-abot-epc-basic-0: 12:04:31 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: 12:04: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(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 12:04:31 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.006 sec unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 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: 12:04: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:(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04:31 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Failure due to wrong MCC. Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04:31 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.001 sec unit-abot-epc-basic-0: 12:04:31 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.002 sec unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 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.004 sec unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 12:04: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(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0.007 sec unit-abot-epc-basic-0: 12:04:31 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.006 sec unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 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 sec unit-abot-epc-basic-0: 12:04: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:(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0.013 sec <<< FAILURE! unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04:31 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Failure due to wrong MNC. Time elapsed: 0.014 sec <<< FAILURE! unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04:31 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 sec unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 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: 12:04:31 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: 12:04:31 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: 12:04:31 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 12:04: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(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0 sec unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 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: 12:04:31 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: 12:04: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:(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0.007 sec <<< FAILURE! unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04:31 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Failure due to wrong TAC Time elapsed: 0.008 sec <<< FAILURE! unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 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: 12:04:31 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: 12:04:31 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: 12:04:31 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.003 sec unit-abot-epc-basic-0: 12:04:31 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 12:04: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(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 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: 12:04:31 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: 12:04: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:(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04:31 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Success with right GUTI. Time elapsed: 0.005 sec <<< FAILURE! unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04:31 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.001 sec unit-abot-epc-basic-0: 12:04:31 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.001 sec unit-abot-epc-basic-0: 12:04:31 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 sec unit-abot-epc-basic-0: 12:04:31 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.001 sec unit-abot-epc-basic-0: 12:04:31 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.001 sec unit-abot-epc-basic-0: 12:04:31 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: 12:04: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(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 12:04: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(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 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.008 sec unit-abot-epc-basic-0: 12:04:31 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: 12:04: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:(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec <<< FAILURE! unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04:31 DEBUG unit.abot-epc-basic/0.run 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: 12:04:31 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: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 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.001 sec unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 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.006 sec unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 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: 12:04: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(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: 12:04: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(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0.008 sec unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 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.001 sec unit-abot-epc-basic-0: 12:04:31 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: 12:04: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:(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: 12:04:31 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: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 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: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 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 sec unit-abot-epc-basic-0: 12:04:31 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 sec unit-abot-epc-basic-0: 12:04:31 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.005 sec unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 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.005 sec unit-abot-epc-basic-0: 12:04: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(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0.01 sec unit-abot-epc-basic-0: 12:04: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(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: 12:04:31 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: 12:04:31 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 sec unit-abot-epc-basic-0: 12:04:31 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: 12:04: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:(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: 12:04:31 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: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04:31 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.003 sec <<< FAILURE! unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04:31 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.002 sec unit-abot-epc-basic-0: 12:04:31 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 sec unit-abot-epc-basic-0: 12:04:31 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 sec unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 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: 12:04:31 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: 12:04: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(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: 12:04: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(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: 12:04:31 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: 12:04:31 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.008 sec unit-abot-epc-basic-0: 12:04:31 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: 12:04: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:(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: 12:04:31 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: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 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: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 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 sec unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 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: 12:04:31 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: 12:04:31 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: 12:04: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(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 12:04: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(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 12:04:31 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 sec unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 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: 12:04: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:(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: 12:04:31 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: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04:31 DEBUG unit.abot-epc-basic/0.run 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: 12:04:31 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: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 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.002 sec unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 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.005 sec unit-abot-epc-basic-0: 12:04:31 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.001 sec unit-abot-epc-basic-0: 12:04:31 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: 12:04: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(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 12:04: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(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 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: 12:04:31 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: 12:04: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:(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: 12:04:31 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: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 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: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 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: 12:04:31 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: 12:04:31 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: 12:04:31 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: 12:04:31 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.003 sec unit-abot-epc-basic-0: 12:04: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(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 12:04: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(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 12:04:31 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 sec unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 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: 12:04: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:(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0.004 sec <<< FAILURE! unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04:31 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.005 sec <<< FAILURE! unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 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: 12:04:31 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: 12:04:31 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: 12:04:31 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: 12:04:31 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: 12:04: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(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 12:04: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(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 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 sec unit-abot-epc-basic-0: 12:04:31 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: 12:04: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:(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04:31 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 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 sec unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 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: 12:04:31 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: 12:04:31 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: 12:04: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(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 12:04: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(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 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: 12:04:31 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: 12:04: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:(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: 12:04:31 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: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 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: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 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: 12:04:31 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: 12:04:31 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: 12:04:31 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: 12:04:31 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: 12:04: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(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: 12:04:31 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.001 sec unit-abot-epc-basic-0: 12:04:31 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 sec unit-abot-epc-basic-0: 12:04:31 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: 12:04: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:(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0 sec <<< FAILURE! unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04:31 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.001 sec <<< FAILURE! unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 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: 12:04:31 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: 12:04:31 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: 12:04:31 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: 12:04: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(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: 12:04:31 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: 12:04:31 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 sec unit-abot-epc-basic-0: 12:04: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(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: 12:04:31 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: 12:04:31 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.001 sec unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 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: 12:04:31 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: 12:04: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:(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: 12:04:31 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: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04:31 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.002 sec <<< FAILURE! unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 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: 12:04:31 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: 12:04:31 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: 12:04:31 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: 12:04:31 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: 12:04:31 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: 12:04:31 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: 12:04: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(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: 12:04:31 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.003 sec unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 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: 12:04:31 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: 12:04:31 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.001 sec unit-abot-epc-basic-0: 12:04:31 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.001 sec unit-abot-epc-basic-0: 12:04: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:(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: 12:04:31 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: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04:31 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.003 sec <<< FAILURE! unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04:31 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 sec unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 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: 12:04:31 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: 12:04:31 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: 12:04:31 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: 12:04:31 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: 12:04: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(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: 12:04: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(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: 12:04:31 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: 12:04:31 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: 12:04:31 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: 12:04:31 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: 12:04: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:(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 <<< FAILURE! unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04:31 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.001 sec <<< FAILURE! unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 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: 12:04:31 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: 12:04:31 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 sec unit-abot-epc-basic-0: 12:04: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(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: 12:04:31 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: 12:04:31 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: 12:04:31 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: 12:04: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(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: 12:04:31 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 sec unit-abot-epc-basic-0: 12:04: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(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: 12:04:31 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: 12:04:31 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: 12:04:31 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: 12:04: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:(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: 12:04:31 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: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04: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 GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure". Time elapsed: 0.007 sec <<< FAILURE! unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 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.001 sec unit-abot-epc-basic-0: 12:04:31 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.002 sec unit-abot-epc-basic-0: 12:04:31 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: 12:04: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(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: 12:04:31 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: 12:04:31 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: 12:04: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(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: 12:04: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(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: 12:04: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(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: 12:04:31 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: 12:04:31 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: 12:04:31 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: 12:04: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:(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: 12:04:31 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: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04: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". Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 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.005 sec unit-abot-epc-basic-0: 12:04:31 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 sec unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 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: 12:04: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(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: 12:04:31 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.006 sec unit-abot-epc-basic-0: 12:04:31 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: 12:04: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(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: 12:04:31 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: 12:04:31 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: 12:04:31 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: 12:04:31 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.004 sec unit-abot-epc-basic-0: 12:04:31 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: 12:04: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:(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: 12:04:31 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: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 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: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 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: 12:04:31 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: 12:04:31 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: 12:04:31 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: 12:04: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(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: 12:04:31 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: 12:04:31 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: 12:04: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(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: 12:04:31 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: 12:04:31 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: 12:04:31 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: 12:04:31 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: 12:04:31 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: 12:04: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:(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: 12:04:31 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: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04:31 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: 12:04:31 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: 12:04:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04:31 DEBUG unit.abot-epc-basic/0.run Oct 26, 2018 12:04:31 PM org.springframework.context.support.ClassPathXmlApplicationContext doClose unit-abot-epc-basic-0: 12:04:31 DEBUG unit.abot-epc-basic/0.run INFO: Closing org.springframework.context.support.ClassPathXmlApplicationContext@2e8c1c9b: startup date [Fri Oct 26 11:55:22 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 12:04:31 DEBUG unit.abot-epc-basic/0.run 26-Oct-2018 12:04:31.705 [Thread-1] ERROR com.rebaca.adapters.lifecycle.BeanCreationAndDestruction - Error occurred during cleaning resources (After complete test run). null unit-abot-epc-basic-0: 12:04:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04:32 DEBUG unit.abot-epc-basic/0.run Results : unit-abot-epc-basic-0: 12:04:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04:32 DEBUG unit.abot-epc-basic/0.run Failed tests: unit-abot-epc-basic-0: 12:04:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 12:04:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 12:04:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 12:04:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 12:04:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 12:04:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 12:04:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 12:04:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 12:04:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 12:04:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 12:04:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 12:04:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 12:04:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 12:04:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 12:04:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 12:04:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 12:04:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 12:04:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 12:04:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 12:04:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 12:04:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 12:04:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 12:04:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 12:04:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 12:04:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 12:04:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 12:04:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 12:04:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 12:04:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 12:04:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 12:04:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 12:04:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 12:04:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 12:04:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 12:04:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 12:04:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 12:04:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 12:04:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 12:04:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 12:04:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 12:04:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 12:04:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 12:04:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 12:04:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 12:04:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04:32 DEBUG unit.abot-epc-basic/0.run Tests run: 300, Failures: 44, Errors: 0, Skipped: 0 unit-abot-epc-basic-0: 12:04:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04:32 DEBUG unit.abot-epc-basic/0.run [ERROR] There are test failures. unit-abot-epc-basic-0: 12:04:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 12:04:32 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: 12:04:32 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 12:04:32 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 12:04:32 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: 12:04:32 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 12:04:32 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-cucumber-reporting:0.1.0:generate (execution) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 12:04:32 DEBUG unit.abot-epc-basic/0.run [INFO] About to generate Cucumber report. unit-abot-epc-basic-0: 12:04:34 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 12:04:34 DEBUG unit.abot-epc-basic/0.run [INFO] BUILD FAILURE unit-abot-epc-basic-0: 12:04:34 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 12:04:34 DEBUG unit.abot-epc-basic/0.run [INFO] Total time: 09:15 min unit-abot-epc-basic-0: 12:04:34 DEBUG unit.abot-epc-basic/0.run [INFO] Finished at: 2018-10-26T12:04:34+00:00 unit-abot-epc-basic-0: 12:04:34 DEBUG unit.abot-epc-basic/0.run [INFO] Final Memory: 25M/60M unit-abot-epc-basic-0: 12:04:34 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 12:04:34 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: 12:04:34 DEBUG unit.abot-epc-basic/0.run [ERROR] unit-abot-epc-basic-0: 12:04:34 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: 12:04:34 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: 12:04:34 DEBUG unit.abot-epc-basic/0.run [ERROR] unit-abot-epc-basic-0: 12:04:34 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: 12:04:34 DEBUG unit.abot-epc-basic/0.run [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException unit-abot-epc-basic-0: 12:04:34 DEBUG unit.abot-epc-basic/0.run No ES conf defined - hence result not pushed to ES unit-abot-epc-basic-0: 12:04:34 DEBUG juju.worker.uniter.operation committing operation "run action 9882b8b9-cd95-4ee0-8ccf-6d889e7f405c" unit-abot-epc-basic-0: 12:04:34 DEBUG juju.machinelock machine lock released for uniter (run action 9882b8b9-cd95-4ee0-8ccf-6d889e7f405c) unit-abot-epc-basic-0: 12:04:34 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 12:04:34 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 12:04:34 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-abot-epc-basic-0: 12:04:34 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-abot-epc-basic-0: 12:04:34 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-abot-epc-basic-0: 12:04:34 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-abot-epc-basic-0: 12:04:34 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-abot-epc-basic-0: 12:04:34 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-abot-epc-basic-0: 12:04:34 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-abot-epc-basic-0: 12:04:34 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-abot-epc-basic-0: 12:04:34 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 12:04:34 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 12:04:34 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 12:04:34 DEBUG juju.worker.uniter no operations in progress; waiting for changes 2018-10-26 12:04:56,254 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Destroying Orchestrator... 2018-10-26 12:05:45,201 - 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, 2 applications Waiting on 1 model, 4 machines, 1 application Waiting on 1 model, 4 machines 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 All hosted models reclaimed, cleaning up controller machines 2018-10-26 12:05:45,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-26 12:05:45,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ea34cd13a1619d22b3aeb595991d6cdfe726a83b" 2018-10-26 12:05:45,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2307 X-Openstack-Request-Id: req-d8d2b910-e218-466f-b0c5-5ec4a31579b7 Date: Fri, 26 Oct 2018 12:05:45 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "c0ff6e2364444535afebd9d13a90b53e", "created_at": "2018-10-26T11:35:44Z", "updated_at": "2018-10-26T12:05:29Z", "floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "fixed_ip_address": null, "floating_ip_address": "172.30.9.207", "revision_number": 2, "project_id": "c0ff6e2364444535afebd9d13a90b53e", "port_id": null, "id": "3258a627-7027-4324-b149-3367091f4251"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "c0ff6e2364444535afebd9d13a90b53e", "created_at": "2018-10-26T11:32:01Z", "updated_at": "2018-10-26T12:05:18Z", "floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "fixed_ip_address": null, "floating_ip_address": "172.30.9.211", "revision_number": 2, "project_id": "c0ff6e2364444535afebd9d13a90b53e", "port_id": null, "id": "37edb843-7bb3-4048-800e-6e87bcb3eef0"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "c0ff6e2364444535afebd9d13a90b53e", "created_at": "2018-10-26T11:35:09Z", "updated_at": "2018-10-26T12:05:28Z", "floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "fixed_ip_address": null, "floating_ip_address": "172.30.9.209", "revision_number": 2, "project_id": "c0ff6e2364444535afebd9d13a90b53e", "port_id": null, "id": "5fc82ddf-049d-454a-9bc9-c9f899f5cd6d"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "c0ff6e2364444535afebd9d13a90b53e", "created_at": "2018-10-26T11:24:48Z", "updated_at": "2018-10-26T12:05:43Z", "floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "fixed_ip_address": null, "floating_ip_address": "172.30.9.206", "revision_number": 2, "project_id": "c0ff6e2364444535afebd9d13a90b53e", "port_id": null, "id": "6715418e-c4cc-4d7a-bb8c-047b2b92432b"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "c0ff6e2364444535afebd9d13a90b53e", "created_at": "2018-10-26T11:29:26Z", "updated_at": "2018-10-26T12:05:10Z", "floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "fixed_ip_address": null, "floating_ip_address": "172.30.9.210", "revision_number": 2, "project_id": "c0ff6e2364444535afebd9d13a90b53e", "port_id": null, "id": "fd689efe-2605-4286-8b67-1ba8396b9648"}]} 2018-10-26 12:05:45,377 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-d8d2b910-e218-466f-b0c5-5ec4a31579b7 2018-10-26 12:05:45,378 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.171364784241s 2018-10-26 12:05:45,378 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-d8d2b910-e218-466f-b0c5-5ec4a31579b7 2018-10-26 12:05:45,394 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-10-26 12:05:45,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/floatingips/3258a627-7027-4324-b149-3367091f4251.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}ea34cd13a1619d22b3aeb595991d6cdfe726a83b" 2018-10-26 12:05:45,936 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8e81e83f-f034-401b-8c40-cafeab580539 Content-Length: 0 Date: Fri, 26 Oct 2018 12:05:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 12:05:45,936 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/3258a627-7027-4324-b149-3367091f4251.json used request id req-8e81e83f-f034-401b-8c40-cafeab580539 2018-10-26 12:05:45,936 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.542176008224s 2018-10-26 12:05:45,937 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/3258a627-7027-4324-b149-3367091f4251.json used request id req-8e81e83f-f034-401b-8c40-cafeab580539 2018-10-26 12:05:45,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-26 12:05:45,943 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ea34cd13a1619d22b3aeb595991d6cdfe726a83b" 2018-10-26 12:05:46,127 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1849 X-Openstack-Request-Id: req-6fad6395-e1b7-42d7-a973-cf93f238b2be Date: Fri, 26 Oct 2018 12:05:46 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "c0ff6e2364444535afebd9d13a90b53e", "created_at": "2018-10-26T11:32:01Z", "updated_at": "2018-10-26T12:05:18Z", "floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "fixed_ip_address": null, "floating_ip_address": "172.30.9.211", "revision_number": 2, "project_id": "c0ff6e2364444535afebd9d13a90b53e", "port_id": null, "id": "37edb843-7bb3-4048-800e-6e87bcb3eef0"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "c0ff6e2364444535afebd9d13a90b53e", "created_at": "2018-10-26T11:35:09Z", "updated_at": "2018-10-26T12:05:28Z", "floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "fixed_ip_address": null, "floating_ip_address": "172.30.9.209", "revision_number": 2, "project_id": "c0ff6e2364444535afebd9d13a90b53e", "port_id": null, "id": "5fc82ddf-049d-454a-9bc9-c9f899f5cd6d"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "c0ff6e2364444535afebd9d13a90b53e", "created_at": "2018-10-26T11:24:48Z", "updated_at": "2018-10-26T12:05:43Z", "floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "fixed_ip_address": null, "floating_ip_address": "172.30.9.206", "revision_number": 2, "project_id": "c0ff6e2364444535afebd9d13a90b53e", "port_id": null, "id": "6715418e-c4cc-4d7a-bb8c-047b2b92432b"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "c0ff6e2364444535afebd9d13a90b53e", "created_at": "2018-10-26T11:29:26Z", "updated_at": "2018-10-26T12:05:10Z", "floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "fixed_ip_address": null, "floating_ip_address": "172.30.9.210", "revision_number": 2, "project_id": "c0ff6e2364444535afebd9d13a90b53e", "port_id": null, "id": "fd689efe-2605-4286-8b67-1ba8396b9648"}]} 2018-10-26 12:05:46,127 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-6fad6395-e1b7-42d7-a973-cf93f238b2be 2018-10-26 12:05:46,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.185090065002s 2018-10-26 12:05:46,128 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-6fad6395-e1b7-42d7-a973-cf93f238b2be 2018-10-26 12:05:46,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-10-26 12:05:46,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/floatingips/37edb843-7bb3-4048-800e-6e87bcb3eef0.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}ea34cd13a1619d22b3aeb595991d6cdfe726a83b" 2018-10-26 12:05:46,710 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-61796f98-b277-46cb-aa7d-a78a6559faf5 Content-Length: 0 Date: Fri, 26 Oct 2018 12:05:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 12:05:46,711 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/37edb843-7bb3-4048-800e-6e87bcb3eef0.json used request id req-61796f98-b277-46cb-aa7d-a78a6559faf5 2018-10-26 12:05:46,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.566304206848s 2018-10-26 12:05:46,711 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/37edb843-7bb3-4048-800e-6e87bcb3eef0.json used request id req-61796f98-b277-46cb-aa7d-a78a6559faf5 2018-10-26 12:05:46,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-26 12:05:46,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ea34cd13a1619d22b3aeb595991d6cdfe726a83b" 2018-10-26 12:05:46,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-485cfbd0-ed4a-4fa3-aa24-2a52f1795c39 Date: Fri, 26 Oct 2018 12:05:46 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "c0ff6e2364444535afebd9d13a90b53e", "created_at": "2018-10-26T11:35:09Z", "updated_at": "2018-10-26T12:05:28Z", "floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "fixed_ip_address": null, "floating_ip_address": "172.30.9.209", "revision_number": 2, "project_id": "c0ff6e2364444535afebd9d13a90b53e", "port_id": null, "id": "5fc82ddf-049d-454a-9bc9-c9f899f5cd6d"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "c0ff6e2364444535afebd9d13a90b53e", "created_at": "2018-10-26T11:24:48Z", "updated_at": "2018-10-26T12:05:43Z", "floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "fixed_ip_address": null, "floating_ip_address": "172.30.9.206", "revision_number": 2, "project_id": "c0ff6e2364444535afebd9d13a90b53e", "port_id": null, "id": "6715418e-c4cc-4d7a-bb8c-047b2b92432b"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "c0ff6e2364444535afebd9d13a90b53e", "created_at": "2018-10-26T11:29:26Z", "updated_at": "2018-10-26T12:05:10Z", "floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "fixed_ip_address": null, "floating_ip_address": "172.30.9.210", "revision_number": 2, "project_id": "c0ff6e2364444535afebd9d13a90b53e", "port_id": null, "id": "fd689efe-2605-4286-8b67-1ba8396b9648"}]} 2018-10-26 12:05:46,895 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-485cfbd0-ed4a-4fa3-aa24-2a52f1795c39 2018-10-26 12:05:46,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.178895950317s 2018-10-26 12:05:46,896 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-485cfbd0-ed4a-4fa3-aa24-2a52f1795c39 2018-10-26 12:05:46,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-10-26 12:05:46,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/floatingips/5fc82ddf-049d-454a-9bc9-c9f899f5cd6d.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}ea34cd13a1619d22b3aeb595991d6cdfe726a83b" 2018-10-26 12:05:47,438 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a8adae0a-cba9-4c52-930d-a47e3eb22ad7 Content-Length: 0 Date: Fri, 26 Oct 2018 12:05:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 12:05:47,438 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/5fc82ddf-049d-454a-9bc9-c9f899f5cd6d.json used request id req-a8adae0a-cba9-4c52-930d-a47e3eb22ad7 2018-10-26 12:05:47,438 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.52968788147s 2018-10-26 12:05:47,439 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/5fc82ddf-049d-454a-9bc9-c9f899f5cd6d.json used request id req-a8adae0a-cba9-4c52-930d-a47e3eb22ad7 2018-10-26 12:05:47,444 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-26 12:05:47,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ea34cd13a1619d22b3aeb595991d6cdfe726a83b" 2018-10-26 12:05:47,616 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 933 X-Openstack-Request-Id: req-5bc17d99-f4e0-42e6-8ff6-bd616734e592 Date: Fri, 26 Oct 2018 12:05:47 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "c0ff6e2364444535afebd9d13a90b53e", "created_at": "2018-10-26T11:24:48Z", "updated_at": "2018-10-26T12:05:43Z", "floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "fixed_ip_address": null, "floating_ip_address": "172.30.9.206", "revision_number": 2, "project_id": "c0ff6e2364444535afebd9d13a90b53e", "port_id": null, "id": "6715418e-c4cc-4d7a-bb8c-047b2b92432b"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "c0ff6e2364444535afebd9d13a90b53e", "created_at": "2018-10-26T11:29:26Z", "updated_at": "2018-10-26T12:05:10Z", "floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "fixed_ip_address": null, "floating_ip_address": "172.30.9.210", "revision_number": 2, "project_id": "c0ff6e2364444535afebd9d13a90b53e", "port_id": null, "id": "fd689efe-2605-4286-8b67-1ba8396b9648"}]} 2018-10-26 12:05:47,617 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-5bc17d99-f4e0-42e6-8ff6-bd616734e592 2018-10-26 12:05:47,617 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.172542095184s 2018-10-26 12:05:47,617 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-5bc17d99-f4e0-42e6-8ff6-bd616734e592 2018-10-26 12:05:47,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-10-26 12:05:47,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/floatingips/6715418e-c4cc-4d7a-bb8c-047b2b92432b.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}ea34cd13a1619d22b3aeb595991d6cdfe726a83b" 2018-10-26 12:05:48,344 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4c9a9d8f-13b3-4613-a76a-7e58618bff44 Content-Length: 0 Date: Fri, 26 Oct 2018 12:05:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 12:05:48,344 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/6715418e-c4cc-4d7a-bb8c-047b2b92432b.json used request id req-4c9a9d8f-13b3-4613-a76a-7e58618bff44 2018-10-26 12:05:48,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.716388940811s 2018-10-26 12:05:48,344 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/6715418e-c4cc-4d7a-bb8c-047b2b92432b.json used request id req-4c9a9d8f-13b3-4613-a76a-7e58618bff44 2018-10-26 12:05:48,350 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-26 12:05:48,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ea34cd13a1619d22b3aeb595991d6cdfe726a83b" 2018-10-26 12:05:48,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-7a0d7f73-c5ed-44bb-a0ca-a98b9cd7fe56 Date: Fri, 26 Oct 2018 12:05:48 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "c0ff6e2364444535afebd9d13a90b53e", "created_at": "2018-10-26T11:29:26Z", "updated_at": "2018-10-26T12:05:10Z", "floating_network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "fixed_ip_address": null, "floating_ip_address": "172.30.9.210", "revision_number": 2, "project_id": "c0ff6e2364444535afebd9d13a90b53e", "port_id": null, "id": "fd689efe-2605-4286-8b67-1ba8396b9648"}]} 2018-10-26 12:05:48,522 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-7a0d7f73-c5ed-44bb-a0ca-a98b9cd7fe56 2018-10-26 12:05:48,522 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.17219209671s 2018-10-26 12:05:48,522 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-7a0d7f73-c5ed-44bb-a0ca-a98b9cd7fe56 2018-10-26 12:05:48,529 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-10-26 12:05:48,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/floatingips/fd689efe-2605-4286-8b67-1ba8396b9648.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}ea34cd13a1619d22b3aeb595991d6cdfe726a83b" 2018-10-26 12:05:49,111 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-39f4c2ac-0b0c-4eb1-85ec-2bb713303a18 Content-Length: 0 Date: Fri, 26 Oct 2018 12:05:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 12:05:49,111 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/fd689efe-2605-4286-8b67-1ba8396b9648.json used request id req-39f4c2ac-0b0c-4eb1-85ec-2bb713303a18 2018-10-26 12:05:49,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.581482172012s 2018-10-26 12:05:49,111 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/fd689efe-2605-4286-8b67-1ba8396b9648.json used request id req-39f4c2ac-0b0c-4eb1-85ec-2bb713303a18 2018-10-26 12:05:49,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-26 12:05:49,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ea34cd13a1619d22b3aeb595991d6cdfe726a83b" 2018-10-26 12:05:49,264 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-62a503c6-a446-4370-a69e-753410bcc125 Date: Fri, 26 Oct 2018 12:05:49 GMT RESP BODY: {"floatingips": []} 2018-10-26 12:05:49,264 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-62a503c6-a446-4370-a69e-753410bcc125 2018-10-26 12:05:49,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.147619009018s 2018-10-26 12:05:49,265 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-62a503c6-a446-4370-a69e-753410bcc125 2018-10-26 12:05:49,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-26 12:05:49,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/aab1dd55-1674-4d57-bdd2-ee3332f5a676 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ea34cd13a1619d22b3aeb595991d6cdfe726a83b" 2018-10-26 12:05:51,109 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-43046be2-94c5-4777-8a73-2831bc4986e6 Date: Fri, 26 Oct 2018 12:05: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-26 12:05:51,110 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/aab1dd55-1674-4d57-bdd2-ee3332f5a676 used request id req-43046be2-94c5-4777-8a73-2831bc4986e6 2018-10-26 12:05:51,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.84375905991s 2018-10-26 12:05:51,110 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/aab1dd55-1674-4d57-bdd2-ee3332f5a676 used request id req-43046be2-94c5-4777-8a73-2831bc4986e6 2018-10-26 12:05:51,111 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-26 12:05:51,114 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1e2ef6ad36fdc66baa44be106d4505f21c138f79" 2018-10-26 12:05:51,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 12:05: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-e9ee6521-a3a8-4134-8533-28acb61e99cb x-compute-request-id: req-e9ee6521-a3a8-4134-8533-28acb61e99cb Content-Encoding: gzip Content-Length: 363 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/4d2500e2-39dc-43ea-b839-c2f21738efbd", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/4d2500e2-39dc-43ea-b839-c2f21738efbd", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "4d2500e2-39dc-43ea-b839-c2f21738efbd", "name": "juju_epc-flavor_alt_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/c16fadf0-03b2-4236-b37c-973b1c21a422", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/c16fadf0-03b2-4236-b37c-973b1c21a422", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "c16fadf0-03b2-4236-b37c-973b1c21a422", "name": "juju_epc-flavor_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-26 12:05:51,290 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-e9ee6521-a3a8-4134-8533-28acb61e99cb 2018-10-26 12:05:51,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.179938077927s 2018-10-26 12:05:51,291 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-e9ee6521-a3a8-4134-8533-28acb61e99cb 2018-10-26 12:05:51,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-26 12:05:51,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/4d2500e2-39dc-43ea-b839-c2f21738efbd -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1e2ef6ad36fdc66baa44be106d4505f21c138f79" 2018-10-26 12:05:51,334 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 12:05: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-f6e8bdef-a476-4c7d-934d-1ac8847cd83f x-compute-request-id: req-f6e8bdef-a476-4c7d-934d-1ac8847cd83f Content-Length: 0 Content-Type: application/json 2018-10-26 12:05:51,334 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/4d2500e2-39dc-43ea-b839-c2f21738efbd used request id req-f6e8bdef-a476-4c7d-934d-1ac8847cd83f 2018-10-26 12:05:51,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0410060882568s 2018-10-26 12:05:51,335 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/4d2500e2-39dc-43ea-b839-c2f21738efbd used request id req-f6e8bdef-a476-4c7d-934d-1ac8847cd83f 2018-10-26 12:05:51,335 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-10-26 12:05:51,336 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/35e4db08-965e-41b5-bddb-bdd0624d9f57/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}ea34cd13a1619d22b3aeb595991d6cdfe726a83b" -d '{"subnet_id": "98bfd7e2-5253-4dd6-bc33-7b9e560c221e"}' 2018-10-26 12:05:52,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c4367b19-6cfd-4043-83b0-f175de6a205f Date: Fri, 26 Oct 2018 12:05:52 GMT RESP BODY: {"network_id": "43dfff5b-0038-44a1-ad90-532443a1c69c", "tenant_id": "c0ff6e2364444535afebd9d13a90b53e", "subnet_id": "98bfd7e2-5253-4dd6-bc33-7b9e560c221e", "subnet_ids": ["98bfd7e2-5253-4dd6-bc33-7b9e560c221e"], "port_id": "c5c841a6-e15a-4e91-baca-9431d1b5fb36", "id": "35e4db08-965e-41b5-bddb-bdd0624d9f57"} 2018-10-26 12:05:52,987 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/35e4db08-965e-41b5-bddb-bdd0624d9f57/remove_router_interface.json used request id req-c4367b19-6cfd-4043-83b0-f175de6a205f 2018-10-26 12:05:52,987 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.65161299706s 2018-10-26 12:05:52,987 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/35e4db08-965e-41b5-bddb-bdd0624d9f57/remove_router_interface.json used request id req-c4367b19-6cfd-4043-83b0-f175de6a205f returning object 35e4db08-965e-41b5-bddb-bdd0624d9f57 2018-10-26 12:05:52,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-10-26 12:05:52,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ea34cd13a1619d22b3aeb595991d6cdfe726a83b" 2018-10-26 12:05:53,200 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 704 X-Openstack-Request-Id: req-79d96b4a-4bac-44e2-8655-0299084a92c5 Date: Fri, 26 Oct 2018 12:05:53 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "94b52afd-6cfc-477c-8eec-9ace3e0b6693", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "c0ff6e2364444535afebd9d13a90b53e", "created_at": "2018-10-26T11:22:27Z", "admin_state_up": true, "updated_at": "2018-10-26T12:05:52Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "c0ff6e2364444535afebd9d13a90b53e", "id": "35e4db08-965e-41b5-bddb-bdd0624d9f57", "name": "juju_epc-router_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d"}]} 2018-10-26 12:05:53,200 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-79d96b4a-4bac-44e2-8655-0299084a92c5 2018-10-26 12:05:53,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.211829185486s 2018-10-26 12:05:53,200 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-79d96b4a-4bac-44e2-8655-0299084a92c5 2018-10-26 12:05:53,202 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-10-26 12:05:53,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/35e4db08-965e-41b5-bddb-bdd0624d9f57.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}ea34cd13a1619d22b3aeb595991d6cdfe726a83b" 2018-10-26 12:05:56,949 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-918f05b5-9815-4099-b804-bdaefdc80ba0 Content-Length: 0 Date: Fri, 26 Oct 2018 12:05:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 12:05:56,950 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/35e4db08-965e-41b5-bddb-bdd0624d9f57.json used request id req-918f05b5-9815-4099-b804-bdaefdc80ba0 2018-10-26 12:05:56,950 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.74795722961s 2018-10-26 12:05:56,950 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/35e4db08-965e-41b5-bddb-bdd0624d9f57.json used request id req-918f05b5-9815-4099-b804-bdaefdc80ba0 2018-10-26 12:05:56,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-10-26 12:05:56,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ea34cd13a1619d22b3aeb595991d6cdfe726a83b" 2018-10-26 12:05:57,148 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-7b292ba4-d76f-4887-b805-7f680bee9bdb Date: Fri, 26 Oct 2018 12:05:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"43dfff5b-0038-44a1-ad90-532443a1c69c","tenant_id":"c0ff6e2364444535afebd9d13a90b53e","created_at":"2018-10-26T11:22:26Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-26T11:22:26Z","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":"c0ff6e2364444535afebd9d13a90b53e","id":"98bfd7e2-5253-4dd6-bc33-7b9e560c221e","subnetpool_id":null,"name":"juju_epc-subnet_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d"}]} 2018-10-26 12:05:57,148 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-7b292ba4-d76f-4887-b805-7f680bee9bdb 2018-10-26 12:05:57,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.197555065155s 2018-10-26 12:05:57,148 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-7b292ba4-d76f-4887-b805-7f680bee9bdb 2018-10-26 12:05:57,150 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-10-26 12:05:57,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/98bfd7e2-5253-4dd6-bc33-7b9e560c221e.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}ea34cd13a1619d22b3aeb595991d6cdfe726a83b" 2018-10-26 12:05:59,484 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d61eb9da-f8c9-4364-b77b-f34f0a6ede95 Date: Fri, 26 Oct 2018 12:05:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 12:05:59,484 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/98bfd7e2-5253-4dd6-bc33-7b9e560c221e.json used request id req-d61eb9da-f8c9-4364-b77b-f34f0a6ede95 2018-10-26 12:05:59,485 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.33484196663s 2018-10-26 12:05:59,485 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/98bfd7e2-5253-4dd6-bc33-7b9e560c221e.json used request id req-d61eb9da-f8c9-4364-b77b-f34f0a6ede95 2018-10-26 12:05:59,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-26 12:05:59,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ea34cd13a1619d22b3aeb595991d6cdfe726a83b" 2018-10-26 12:05:59,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1195 X-Openstack-Request-Id: req-ee563ea6-dedc-4072-bd56-7b98e01b7213 Date: Fri, 26 Oct 2018 12:05: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-26T12:05:59Z","tenant_id":"c0ff6e2364444535afebd9d13a90b53e","created_at":"2018-10-26T11:22:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"c0ff6e2364444535afebd9d13a90b53e","id":"43dfff5b-0038-44a1-ad90-532443a1c69c","name":"juju_epc-net_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","mtu":1500}]} 2018-10-26 12:05:59,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-ee563ea6-dedc-4072-bd56-7b98e01b7213 2018-10-26 12:05:59,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.266691207886s 2018-10-26 12:05:59,752 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-ee563ea6-dedc-4072-bd56-7b98e01b7213 2018-10-26 12:05:59,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-10-26 12:05:59,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/43dfff5b-0038-44a1-ad90-532443a1c69c.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}ea34cd13a1619d22b3aeb595991d6cdfe726a83b" 2018-10-26 12:06:00,699 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8443a778-67c5-4448-b50a-01a0604e859a Date: Fri, 26 Oct 2018 12:06:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 12:06:00,700 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/43dfff5b-0038-44a1-ad90-532443a1c69c.json used request id req-8443a778-67c5-4448-b50a-01a0604e859a 2018-10-26 12:06:00,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.946048974991s 2018-10-26 12:06:00,700 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/43dfff5b-0038-44a1-ad90-532443a1c69c.json used request id req-8443a778-67c5-4448-b50a-01a0604e859a 2018-10-26 12:06:00,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-26 12:06:00,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}ea34cd13a1619d22b3aeb595991d6cdfe726a83b" 2018-10-26 12:06:00,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1199 Content-Type: application/json X-Openstack-Request-Id: req-2a01ef00-19c7-41c6-91b7-cdfbc634eb56 Date: Fri, 26 Oct 2018 12:06:00 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/8ae40c39-2168-4524-af76-5a34d17c6bdd/snap", "metadata": {}}], "file": "/v2/images/8ae40c39-2168-4524-af76-5a34d17c6bdd/file", "owner": "c0ff6e2364444535afebd9d13a90b53e", "id": "8ae40c39-2168-4524-af76-5a34d17c6bdd", "size": 297009152, "self": "/v2/images/8ae40c39-2168-4524-af76-5a34d17c6bdd", "disk_format": "qcow2", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/8ae40c39-2168-4524-af76-5a34d17c6bdd/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "6f276321e4b9ce6cce264fcb417facc5c223fdfa7a6b24e1572d4458b5228310", "updated_at": "2018-10-26T11:22:43Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d15411fe1ca6ba86aa57723398192794", "name": "juju_epc-img_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d", "checksum": "d15411fe1ca6ba86aa57723398192794", "created_at": "2018-10-26T11:22:36Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-26 12:06:00,872 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-2a01ef00-19c7-41c6-91b7-cdfbc634eb56 2018-10-26 12:06:00,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.171679019928s 2018-10-26 12:06:00,873 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-2a01ef00-19c7-41c6-91b7-cdfbc634eb56 2018-10-26 12:06:00,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-26 12:06:00,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/8ae40c39-2168-4524-af76-5a34d17c6bdd -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ea34cd13a1619d22b3aeb595991d6cdfe726a83b" 2018-10-26 12:06:02,204 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-edc7d6e8-f53d-49c7-8e96-f538fdcc9061 Date: Fri, 26 Oct 2018 12:06: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-26 12:06:02,204 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/8ae40c39-2168-4524-af76-5a34d17c6bdd used request id req-edc7d6e8-f53d-49c7-8e96-f538fdcc9061 2018-10-26 12:06:02,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.33002686501s 2018-10-26 12:06:02,205 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/8ae40c39-2168-4524-af76-5a34d17c6bdd used request id req-edc7d6e8-f53d-49c7-8e96-f538fdcc9061 2018-10-26 12:06:02,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-26 12:06:02,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1e2ef6ad36fdc66baa44be106d4505f21c138f79" 2018-10-26 12:06:02,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 12:06: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-12b79bed-3294-4d17-bd82-c841597b2dd3 x-compute-request-id: req-12b79bed-3294-4d17-bd82-c841597b2dd3 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/c16fadf0-03b2-4236-b37c-973b1c21a422", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/c16fadf0-03b2-4236-b37c-973b1c21a422", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "c16fadf0-03b2-4236-b37c-973b1c21a422", "name": "juju_epc-flavor_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-26 12:06:02,237 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-12b79bed-3294-4d17-bd82-c841597b2dd3 2018-10-26 12:06:02,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0313811302185s 2018-10-26 12:06:02,237 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-12b79bed-3294-4d17-bd82-c841597b2dd3 2018-10-26 12:06:02,239 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-26 12:06:02,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/c16fadf0-03b2-4236-b37c-973b1c21a422 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1e2ef6ad36fdc66baa44be106d4505f21c138f79" 2018-10-26 12:06:02,280 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 12:06: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-981c9b0a-ab77-4fe5-90c0-eb0faad38e53 x-compute-request-id: req-981c9b0a-ab77-4fe5-90c0-eb0faad38e53 Content-Length: 0 Content-Type: application/json 2018-10-26 12:06:02,281 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/c16fadf0-03b2-4236-b37c-973b1c21a422 used request id req-981c9b0a-ab77-4fe5-90c0-eb0faad38e53 2018-10-26 12:06:02,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0419139862061s 2018-10-26 12:06:02,281 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/c16fadf0-03b2-4236-b37c-973b1c21a422 used request id req-981c9b0a-ab77-4fe5-90c0-eb0faad38e53 2018-10-26 12:06:02,281 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-26 12:06:02,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}1e2ef6ad36fdc66baa44be106d4505f21c138f79" 2018-10-26 12:06:02,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 12:06:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d5cf320-bc7d-4c6a-a48d-64194a174087 Content-Encoding: gzip Content-Length: 865 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "juju_epc-user_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d", "links": {"self": "http://172.30.9.21:5000/v3/users/43550c01e48946779ec5905bd445ceb1"}, "domain_id": "default", "enabled": true, "id": "43550c01e48946779ec5905bd445ceb1", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 12:06:02,376 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-1d5cf320-bc7d-4c6a-a48d-64194a174087 2018-10-26 12:06:02,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0941979885101s 2018-10-26 12:06:02,376 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-1d5cf320-bc7d-4c6a-a48d-64194a174087 2018-10-26 12:06:02,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-26 12:06:02,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/43550c01e48946779ec5905bd445ceb1 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1e2ef6ad36fdc66baa44be106d4505f21c138f79" 2018-10-26 12:06:02,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 12:06:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24ca5091-c580-4ee8-b9f0-cc94f0f197cb Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/43550c01e48946779ec5905bd445ceb1"}, "enabled": true, "id": "43550c01e48946779ec5905bd445ceb1", "options": {}, "domain_id": "default", "name": "juju_epc-user_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d"}} 2018-10-26 12:06:02,478 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/43550c01e48946779ec5905bd445ceb1 used request id req-24ca5091-c580-4ee8-b9f0-cc94f0f197cb 2018-10-26 12:06:02,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0957770347595s 2018-10-26 12:06:02,479 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/43550c01e48946779ec5905bd445ceb1 used request id req-24ca5091-c580-4ee8-b9f0-cc94f0f197cb 2018-10-26 12:06:02,479 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-26 12:06:02,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/43550c01e48946779ec5905bd445ceb1 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1e2ef6ad36fdc66baa44be106d4505f21c138f79" 2018-10-26 12:06:02,702 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 12:06:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-176450a6-7c83-4ae4-b692-86fe0e6d92cf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 12:06:02,703 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/43550c01e48946779ec5905bd445ceb1 used request id req-176450a6-7c83-4ae4-b692-86fe0e6d92cf 2018-10-26 12:06:02,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.223539113998s 2018-10-26 12:06:02,703 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/43550c01e48946779ec5905bd445ceb1 used request id req-176450a6-7c83-4ae4-b692-86fe0e6d92cf 2018-10-26 12:06:02,704 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-26 12:06:02,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}1e2ef6ad36fdc66baa44be106d4505f21c138f79" 2018-10-26 12:06:02,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 12:06:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29969dfe-2164-4db5-8679-73ace8f070b2 Content-Encoding: gzip Content-Length: 376 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.21:5000/v3/projects/c0ff6e2364444535afebd9d13a90b53e"}, "enabled": true, "id": "c0ff6e2364444535afebd9d13a90b53e", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_97e8237e-7eb6-4b72-ae86-3ea2d7e1073d"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-26 12:06:02,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-29969dfe-2164-4db5-8679-73ace8f070b2 2018-10-26 12:06:02,782 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0780069828033s 2018-10-26 12:06:02,782 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-29969dfe-2164-4db5-8679-73ace8f070b2 2018-10-26 12:06:02,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-26 12:06:02,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/c0ff6e2364444535afebd9d13a90b53e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1e2ef6ad36fdc66baa44be106d4505f21c138f79" 2018-10-26 12:06:02,953 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 12:06:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7154f893-3631-446b-847f-1bfd29c22f94 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 12:06:02,953 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/c0ff6e2364444535afebd9d13a90b53e used request id req-7154f893-3631-446b-847f-1bfd29c22f94 2018-10-26 12:06:02,953 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.16857790947s 2018-10-26 12:06:02,953 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/c0ff6e2364444535afebd9d13a90b53e used request id req-7154f893-3631-446b-847f-1bfd29c22f94 2018-10-26 12:06:02,954 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 12:06:02,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e2ef6ad36fdc66baa44be106d4505f21c138f79" 2018-10-26 12:06:03,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 12:06:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d54d40c5-cc79-4f1c-b452-5340fc194f96 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6ffd1d3562dc4e69b5adf82167dd7fb4", "links": {"self": "http://172.30.9.21:5000/v3/roles/6ffd1d3562dc4e69b5adf82167dd7fb4"}, "name": "Member"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 12:06:03,047 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-d54d40c5-cc79-4f1c-b452-5340fc194f96 2018-10-26 12:06:03,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0934729576111s 2018-10-26 12:06:03,049 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-26 12:06:03,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/roles/6ffd1d3562dc4e69b5adf82167dd7fb4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e2ef6ad36fdc66baa44be106d4505f21c138f79" 2018-10-26 12:06:03,144 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 12:06:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3fb6cf3b-9e4a-49f1-aa27-39803f07528a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 12:06:03,144 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/6ffd1d3562dc4e69b5adf82167dd7fb4 used request id req-3fb6cf3b-9e4a-49f1-aa27-39803f07528a 2018-10-26 12:06:03,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.0955541133881s 2018-10-26 12:06:03,148 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-26 12:06:03,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/security-groups.json?project_id=c0ff6e2364444535afebd9d13a90b53e&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}1e2ef6ad36fdc66baa44be106d4505f21c138f79" 2018-10-26 12:06:03,329 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-e79fa76b-6cd6-4c19-a8ad-59d21c7ed1fd Date: Fri, 26 Oct 2018 12:06:03 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c0ff6e2364444535afebd9d13a90b53e", "created_at": "2018-10-26T11:22:24Z", "updated_at": "2018-10-26T11:22:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:22:24Z", "revision_number": 0, "id": "472e7da6-1827-4538-9878-0405d661f4f1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T11:22:24Z", "security_group_id": "9221051f-6b1c-4aa8-b4f6-3d5110211c7a", "tenant_id": "c0ff6e2364444535afebd9d13a90b53e", "port_range_min": null, "ethertype": "IPv6", "project_id": "c0ff6e2364444535afebd9d13a90b53e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:22:24Z", "revision_number": 0, "id": "4b539257-1143-4377-aa2b-eead04e0f7f6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T11:22:24Z", "security_group_id": "9221051f-6b1c-4aa8-b4f6-3d5110211c7a", "tenant_id": "c0ff6e2364444535afebd9d13a90b53e", "port_range_min": null, "ethertype": "IPv4", "project_id": "c0ff6e2364444535afebd9d13a90b53e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:22:24Z", "revision_number": 0, "id": "88f182f1-67b3-49e8-9fa7-f318b8641575", "remote_group_id": "9221051f-6b1c-4aa8-b4f6-3d5110211c7a", "remote_ip_prefix": null, "created_at": "2018-10-26T11:22:24Z", "security_group_id": "9221051f-6b1c-4aa8-b4f6-3d5110211c7a", "tenant_id": "c0ff6e2364444535afebd9d13a90b53e", "port_range_min": null, "ethertype": "IPv6", "project_id": "c0ff6e2364444535afebd9d13a90b53e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:22:24Z", "revision_number": 0, "id": "bb6050b2-4bb2-4e37-b788-2e7d63f1fe2e", "remote_group_id": "9221051f-6b1c-4aa8-b4f6-3d5110211c7a", "remote_ip_prefix": null, "created_at": "2018-10-26T11:22:24Z", "security_group_id": "9221051f-6b1c-4aa8-b4f6-3d5110211c7a", "tenant_id": "c0ff6e2364444535afebd9d13a90b53e", "port_range_min": null, "ethertype": "IPv4", "project_id": "c0ff6e2364444535afebd9d13a90b53e"}], "revision_number": 4, "project_id": "c0ff6e2364444535afebd9d13a90b53e", "id": "9221051f-6b1c-4aa8-b4f6-3d5110211c7a", "name": "default"}]} 2018-10-26 12:06:03,329 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json?project_id=c0ff6e2364444535afebd9d13a90b53e&name=default used request id req-e79fa76b-6cd6-4c19-a8ad-59d21c7ed1fd 2018-10-26 12:06:03,330 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.181463003159s 2018-10-26 12:06:03,330 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json?project_id=c0ff6e2364444535afebd9d13a90b53e&name=default used request id req-e79fa76b-6cd6-4c19-a8ad-59d21c7ed1fd 2018-10-26 12:06:03,333 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-26 12:06:03,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1e2ef6ad36fdc66baa44be106d4505f21c138f79" 2018-10-26 12:06:03,539 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-319862cf-ddf6-42e0-aa85-5030ade35825 Date: Fri, 26 Oct 2018 12:06:03 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-26T08:25:28Z", "updated_at": "2018-10-26T08:25:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:25:28Z", "revision_number": 0, "id": "df56a396-1c5d-496c-bd1a-1b82daeb948a", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "4c52d917-1958-4275-993e-f2e28b747fbb", "remote_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "93079076-ecfd-4f82-949b-5f0411cd1d6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "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-26T08:25:28Z", "revision_number": 0, "id": "65d22cc1-d4d2-4fa0-90f2-c84db5ea6874", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:25:28Z", "security_group_id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "43d22c0f-b0f6-4ee6-b42a-ebbc41a9de2f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c8dcd64f3c764883a33350227564ab99", "created_at": "2018-10-26T08:23:21Z", "updated_at": "2018-10-26T08:23:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "53ca96d1-f45f-4638-93a7-80db8ab86a4c", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "fd8e798f-f03b-4ddf-b75c-0cb47dfe1f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "747cde10-6656-4f49-b248-8c3342433215", "remote_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv4", "project_id": "c8dcd64f3c764883a33350227564ab99"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:23:21Z", "revision_number": 0, "id": "f12b2e4e-9f22-476b-a477-8d48fcf760ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:23:21Z", "security_group_id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "tenant_id": "c8dcd64f3c764883a33350227564ab99", "port_range_min": null, "ethertype": "IPv6", "project_id": "c8dcd64f3c764883a33350227564ab99"}], "revision_number": 4, "project_id": "c8dcd64f3c764883a33350227564ab99", "id": "75b862a5-d456-4b6e-9d26-1cd390608aab", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c0ff6e2364444535afebd9d13a90b53e", "created_at": "2018-10-26T11:22:24Z", "updated_at": "2018-10-26T11:22:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:22:24Z", "revision_number": 0, "id": "bb6050b2-4bb2-4e37-b788-2e7d63f1fe2e", "remote_group_id": "9221051f-6b1c-4aa8-b4f6-3d5110211c7a", "remote_ip_prefix": null, "created_at": "2018-10-26T11:22:24Z", "security_group_id": "9221051f-6b1c-4aa8-b4f6-3d5110211c7a", "tenant_id": "c0ff6e2364444535afebd9d13a90b53e", "port_range_min": null, "ethertype": "IPv4", "project_id": "c0ff6e2364444535afebd9d13a90b53e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:22:24Z", "revision_number": 0, "id": "4b539257-1143-4377-aa2b-eead04e0f7f6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T11:22:24Z", "security_group_id": "9221051f-6b1c-4aa8-b4f6-3d5110211c7a", "tenant_id": "c0ff6e2364444535afebd9d13a90b53e", "port_range_min": null, "ethertype": "IPv4", "project_id": "c0ff6e2364444535afebd9d13a90b53e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:22:24Z", "revision_number": 0, "id": "88f182f1-67b3-49e8-9fa7-f318b8641575", "remote_group_id": "9221051f-6b1c-4aa8-b4f6-3d5110211c7a", "remote_ip_prefix": null, "created_at": "2018-10-26T11:22:24Z", "security_group_id": "9221051f-6b1c-4aa8-b4f6-3d5110211c7a", "tenant_id": "c0ff6e2364444535afebd9d13a90b53e", "port_range_min": null, "ethertype": "IPv6", "project_id": "c0ff6e2364444535afebd9d13a90b53e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T11:22:24Z", "revision_number": 0, "id": "472e7da6-1827-4538-9878-0405d661f4f1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T11:22:24Z", "security_group_id": "9221051f-6b1c-4aa8-b4f6-3d5110211c7a", "tenant_id": "c0ff6e2364444535afebd9d13a90b53e", "port_range_min": null, "ethertype": "IPv6", "project_id": "c0ff6e2364444535afebd9d13a90b53e"}], "revision_number": 4, "project_id": "c0ff6e2364444535afebd9d13a90b53e", "id": "9221051f-6b1c-4aa8-b4f6-3d5110211c7a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "created_at": "2018-10-26T08:12:40Z", "updated_at": "2018-10-26T08:12:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "144d546b-58a4-4a0a-a79f-18f4e819010b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "0bc4929f-fd79-4803-a7db-10a29debea12", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv6", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "06099df2-0556-4882-989f-cb210cbfae42", "remote_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-26T08:12:41Z", "revision_number": 0, "id": "34711a85-c4b2-4580-8843-8f624095ef4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-26T08:12:41Z", "security_group_id": "93acc282-caf3-471e-93b3-76fc9389603f", "tenant_id": "c850e319615544ee86b9a48e1e3e8f0f", "port_range_min": null, "ethertype": "IPv4", "project_id": "c850e319615544ee86b9a48e1e3e8f0f"}], "revision_number": 4, "project_id": "c850e319615544ee86b9a48e1e3e8f0f", "id": "93acc282-caf3-471e-93b3-76fc9389603f", "name": "default"}]} 2018-10-26 12:06:03,540 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-319862cf-ddf6-42e0-aa85-5030ade35825 2018-10-26 12:06:03,540 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.206759929657s 2018-10-26 12:06:03,541 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-319862cf-ddf6-42e0-aa85-5030ade35825 2018-10-26 12:06:03,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-26 12:06:03,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/security-groups/9221051f-6b1c-4aa8-b4f6-3d5110211c7a.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}1e2ef6ad36fdc66baa44be106d4505f21c138f79" 2018-10-26 12:06:03,820 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cc6aab7a-f9e5-438c-a2ca-44ad7eb2e6a4 Content-Length: 0 Date: Fri, 26 Oct 2018 12:06:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-26 12:06:03,821 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/9221051f-6b1c-4aa8-b4f6-3d5110211c7a.json used request id req-cc6aab7a-f9e5-438c-a2ca-44ad7eb2e6a4 2018-10-26 12:06:03,821 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.275486946106s 2018-10-26 12:06:03,821 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/9221051f-6b1c-4aa8-b4f6-3d5110211c7a.json used request id req-cc6aab7a-f9e5-438c-a2ca-44ad7eb2e6a4 2018-10-26 12:06:03,822 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 28:21 | PASS | | vyos_vrouter | functest | vnf | 16:32 | PASS | | juju_epc | functest | vnf | 42:31 | PASS | +----------------------+------------------+--------------+------------------+----------------+ 2018-10-26 12:06:03,826 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-10-26 12:06:03,869 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-26 12:06:17,319 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-302 | | 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-26 12:06:17,322 - 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=AWErjp8etRqZQkg2fdjaYRCvA export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.21,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21: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-26 12:06:17,322 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-10-26 12:06:17,322 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-10-26 12:06:17,323 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-10-26 12:06:17,324 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-10-26 12:06:31,234 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-302 | | 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-26 12:06:31,237 - 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=AWErjp8etRqZQkg2fdjaYRCvA export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.21,192.30.9.8 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21: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-26 12:06:31,237 - xtesting.ci.run_tests - DEBUG - Test args: tempest_full_parallel 2018-10-26 12:06:31,242 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_full_parallel'... 2018-10-26 12:06:32,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-26 12:06:32,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-26 12:06:32,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-26 12:06:32,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-26 12:06:32,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-26 12:06:32,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-26 12:06:32,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-26 12:06:32,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-26 12:06:32,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-26 12:06:32,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-26 12:06:32,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-26 12:06:32,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-26 12:06:32,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-26 12:06:32,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-26 12:06:32,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-26 12:06:32,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-26 12:06:32,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-26 12:06:32,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-26 12:06:32,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-26 12:06:32,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-26 12:06:32,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-26 12:06:32,214 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-26 12:06:32,214 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-26 12:06:32,214 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-26 12:06:32,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 12:06:32,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 12:06:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73aa9078-9461-4b0c-96db-21386d416624 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 12:06:32,222 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-73aa9078-9461-4b0c-96db-21386d416624 2018-10-26 12:06:32,223 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 12:06:32,618 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}], "expires_at": "2018-10-26T13:06:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8dcd64f3c764883a33350227564ab99", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c8dcd64f3c764883a33350227564ab99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/c8dcd64f3c764883a33350227564ab99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/c8dcd64f3c764883a33350227564ab99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/c8dcd64f3c764883a33350227564ab99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/c8dcd64f3c764883a33350227564ab99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/c8dcd64f3c764883a33350227564ab99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/c8dcd64f3c764883a33350227564ab99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/c8dcd64f3c764883a33350227564ab99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/c8dcd64f3c764883a33350227564ab99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/c8dcd64f3c764883a33350227564ab99", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/c8dcd64f3c764883a33350227564ab99", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/c8dcd64f3c764883a33350227564ab99", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "407502ccd88d4e6a85d43ab4ef2e0d85"}, "audit_ids": ["x4ddMYlUS-SIKMNxx3F7fA"], "issued_at": "2018-10-26T12:06:32.000000Z"}} 2018-10-26 12:06:32,620 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-26 12:06:32,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}550e8c375faf23348b9c3e98ece12ff181b6b232" 2018-10-26 12:06:32,868 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-527f5a19-4178-458d-a4ad-0f4a3016a7a1 Date: Fri, 26 Oct 2018 12:06:32 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"94b52afd-6cfc-477c-8eec-9ace3e0b6693","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"c850e319615544ee86b9a48e1e3e8f0f","status":"ACTIVE","subnets":["e2ae9b1e-0fd0-4889-86d8-95e0dcf7b414"],"description":"","tags":[],"updated_at":"2018-10-26T08:12:47Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"c850e319615544ee86b9a48e1e3e8f0f","created_at":"2018-10-26T08:12:41Z","provider:network_type":"flat"}]} 2018-10-26 12:06:32,869 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-527f5a19-4178-458d-a4ad-0f4a3016a7a1 2018-10-26 12:06:32,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.248599052429s 2018-10-26 12:06:32,869 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-527f5a19-4178-458d-a4ad-0f4a3016a7a1 2018-10-26 12:06:32,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-26 12:06:32,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}550e8c375faf23348b9c3e98ece12ff181b6b232" 2018-10-26 12:06:32,879 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 12:06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 12:06:33,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}550e8c375faf23348b9c3e98ece12ff181b6b232" 2018-10-26 12:06:33,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 12:06:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03ec6d64-1ab8-4b23-9bec-0b8ad89b68bc Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/865486593e12402f86e9636a8d3859ad"}, "description": "", "name": "heat_stack", "enabled": true, "id": "865486593e12402f86e9636a8d3859ad"}, {"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-10-26 12:06:33,172 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-03ec6d64-1ab8-4b23-9bec-0b8ad89b68bc 2018-10-26 12:06:33,172 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.302031040192s 2018-10-26 12:06:33,173 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-26 12:06:33,174 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}550e8c375faf23348b9c3e98ece12ff181b6b232" -d '{"project": {"description": "Created by OPNFV Functest: tempest_full_parallel", "enabled": true, "domain_id": "default", "name": "tempest_full_paral-project_67c809ce-2081-48f6-8e93-34e8a53f866c"}}' 2018-10-26 12:06:33,298 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 12:06:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7c64c3d7-a565-4dbb-b412-62812e47ccad 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.21:5000/v3/projects/2e8324d7ffa34ec796b3f53f5ad245f3"}, "enabled": true, "id": "2e8324d7ffa34ec796b3f53f5ad245f3", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_67c809ce-2081-48f6-8e93-34e8a53f866c"}} 2018-10-26 12:06:33,299 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-7c64c3d7-a565-4dbb-b412-62812e47ccad 2018-10-26 12:06:33,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.125278949738s 2018-10-26 12:06:33,299 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-7c64c3d7-a565-4dbb-b412-62812e47ccad 2018-10-26 12:06:33,300 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'tempest_full_paral-project_67c809ce-2081-48f6-8e93-34e8a53f866c', 'id': u'2e8324d7ffa34ec796b3f53f5ad245f3', '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-26 12:06:33,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-26 12:06:33,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.361955881119s 2018-10-26 12:06:33,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/877d7cb5192a45ff9f046ddb8303d570 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}550e8c375faf23348b9c3e98ece12ff181b6b232" 2018-10-26 12:06:33,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 12:06:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-708877b2-431d-4180-b7f3-f46e3c40df16 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/877d7cb5192a45ff9f046ddb8303d570"}, "enabled": true, "id": "877d7cb5192a45ff9f046ddb8303d570", "options": {}, "domain_id": "default", "name": "tempest_full_parallel-user_67c809ce-2081-48f6-8e93-34e8a53f866c"}} 2018-10-26 12:06:33,779 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/877d7cb5192a45ff9f046ddb8303d570 used request id req-708877b2-431d-4180-b7f3-f46e3c40df16 2018-10-26 12:06:33,779 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'877d7cb5192a45ff9f046ddb8303d570', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_full_parallel-user_67c809ce-2081-48f6-8e93-34e8a53f866c'}) 2018-10-26 12:06:33,780 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 12:06:33,781 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}550e8c375faf23348b9c3e98ece12ff181b6b232" 2018-10-26 12:06:33,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 12:06:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79f4d1ed-01c5-4291-9f9c-26c46f4a70c1 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 12:06:33,868 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-79f4d1ed-01c5-4291-9f9c-26c46f4a70c1 2018-10-26 12:06:33,868 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0881888866425s 2018-10-26 12:06:33,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 12:06:33,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}550e8c375faf23348b9c3e98ece12ff181b6b232" 2018-10-26 12:06:33,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 12:06:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3397d5aa-268a-43b2-9aa5-a44ffc3eb82c Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 12:06:33,954 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-3397d5aa-268a-43b2-9aa5-a44ffc3eb82c 2018-10-26 12:06:33,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0852921009064s 2018-10-26 12:06:33,956 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-26 12:06:33,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-26 12:06:33,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}550e8c375faf23348b9c3e98ece12ff181b6b232" -d '{"role": {"name": "Member"}}' 2018-10-26 12:06:34,175 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 26 Oct 2018 12:06:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ce5fbc45-ab6f-4320-9c85-ca60abe83a11 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e8c5f748f7f24f09ae04b3cbf981e714", "links": {"self": "http://172.30.9.21:5000/v3/roles/e8c5f748f7f24f09ae04b3cbf981e714"}, "name": "Member"}} 2018-10-26 12:06:34,175 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-ce5fbc45-ab6f-4320-9c85-ca60abe83a11 2018-10-26 12:06:34,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.218822956085s 2018-10-26 12:06:34,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles/e8c5f748f7f24f09ae04b3cbf981e714 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}550e8c375faf23348b9c3e98ece12ff181b6b232" 2018-10-26 12:06:34,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 12:06:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50080823-553a-4049-83ed-9ae375e01f1e Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/e8c5f748f7f24f09ae04b3cbf981e714"}, "domain_id": null, "name": "Member", "id": "e8c5f748f7f24f09ae04b3cbf981e714"}} 2018-10-26 12:06:34,271 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/e8c5f748f7f24f09ae04b3cbf981e714 used request id req-50080823-553a-4049-83ed-9ae375e01f1e 2018-10-26 12:06:34,272 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.21:5000/v3/roles/e8c5f748f7f24f09ae04b3cbf981e714'}, 'domain_id': None, 'human_id': None, 'id': u'e8c5f748f7f24f09ae04b3cbf981e714', 'HUMAN_ID': False}) 2018-10-26 12:06:34,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 12:06:34,273 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}550e8c375faf23348b9c3e98ece12ff181b6b232" 2018-10-26 12:06:34,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 12:06:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-470de99f-ca83-435b-ae92-b1dada59d836 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c5f748f7f24f09ae04b3cbf981e714", "links": {"self": "http://172.30.9.21:5000/v3/roles/e8c5f748f7f24f09ae04b3cbf981e714"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 12:06:34,352 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-470de99f-ca83-435b-ae92-b1dada59d836 2018-10-26 12:06:34,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0801131725311s 2018-10-26 12:06:34,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-26 12:06:34,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}550e8c375faf23348b9c3e98ece12ff181b6b232" 2018-10-26 12:06:34,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 12:06:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3be40c4-d288-4cae-b974-5d337c5f743b 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-10-26 12:06:34,438 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-b3be40c4-d288-4cae-b974-5d337c5f743b 2018-10-26 12:06:34,439 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0848519802094s 2018-10-26 12:06:34,439 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-26 12:06:34,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}550e8c375faf23348b9c3e98ece12ff181b6b232" 2018-10-26 12:06:34,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 12:06:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-680c3825-6726-4482-8492-2631165333a7 Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_67c809ce-2081-48f6-8e93-34e8a53f866c", "links": {"self": "http://172.30.9.21:5000/v3/users/877d7cb5192a45ff9f046ddb8303d570"}, "domain_id": "default", "enabled": true, "id": "877d7cb5192a45ff9f046ddb8303d570", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 12:06:34,545 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-680c3825-6726-4482-8492-2631165333a7 2018-10-26 12:06:34,545 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.105113983154s 2018-10-26 12:06:34,545 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-680c3825-6726-4482-8492-2631165333a7 2018-10-26 12:06:34,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-26 12:06:34,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}550e8c375faf23348b9c3e98ece12ff181b6b232" 2018-10-26 12:06:34,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 12:06:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-702f3cbc-d858-4b3d-9599-cc32ddb60892 Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.21:5000/v3/projects/2e8324d7ffa34ec796b3f53f5ad245f3"}, "enabled": true, "id": "2e8324d7ffa34ec796b3f53f5ad245f3", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_67c809ce-2081-48f6-8e93-34e8a53f866c"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-26 12:06:34,628 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-702f3cbc-d858-4b3d-9599-cc32ddb60892 2018-10-26 12:06:34,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0762569904327s 2018-10-26 12:06:34,629 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-702f3cbc-d858-4b3d-9599-cc32ddb60892 2018-10-26 12:06:34,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-26 12:06:34,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=877d7cb5192a45ff9f046ddb8303d570&scope.project.id=2e8324d7ffa34ec796b3f53f5ad245f3&role.id=e8c5f748f7f24f09ae04b3cbf981e714 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}550e8c375faf23348b9c3e98ece12ff181b6b232" 2018-10-26 12:06:34,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 12:06:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43e5737c-54ee-4a2f-b2e4-76734677d48a Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=877d7cb5192a45ff9f046ddb8303d570&scope.project.id=2e8324d7ffa34ec796b3f53f5ad245f3&role.id=e8c5f748f7f24f09ae04b3cbf981e714", "previous": null, "next": null}} 2018-10-26 12:06:34,716 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=877d7cb5192a45ff9f046ddb8303d570&scope.project.id=2e8324d7ffa34ec796b3f53f5ad245f3&role.id=e8c5f748f7f24f09ae04b3cbf981e714 used request id req-43e5737c-54ee-4a2f-b2e4-76734677d48a 2018-10-26 12:06:34,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0851240158081s 2018-10-26 12:06:34,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-26 12:06:34,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/2e8324d7ffa34ec796b3f53f5ad245f3/users/877d7cb5192a45ff9f046ddb8303d570/roles/e8c5f748f7f24f09ae04b3cbf981e714 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}550e8c375faf23348b9c3e98ece12ff181b6b232" 2018-10-26 12:06:34,839 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 12:06:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-91d4428c-c707-4216-ac78-93a239167a5d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 12:06:34,839 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/2e8324d7ffa34ec796b3f53f5ad245f3/users/877d7cb5192a45ff9f046ddb8303d570/roles/e8c5f748f7f24f09ae04b3cbf981e714 used request id req-91d4428c-c707-4216-ac78-93a239167a5d 2018-10-26 12:06:34,839 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.122442960739s 2018-10-26 12:06:34,840 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_full_paral-project_67c809ce-2081-48f6-8e93-34e8a53f866c', 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': 'da945551-8eab-454e-ba63-9e453420e6a4', 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_67c809ce-2081-48f6-8e93-34e8a53f866c', 'project_id': u'2e8324d7ffa34ec796b3f53f5ad245f3', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-26 12:06:34,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-26 12:06:34,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-26 12:06:34,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-26 12:06:34,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-26 12:06:34,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-26 12:06:34,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-26 12:06:34,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-26 12:06:34,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-26 12:06:34,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-26 12:06:34,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-26 12:06:34,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-26 12:06:34,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-26 12:06:34,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-26 12:06:34,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-26 12:06:34,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-26 12:06:34,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-26 12:06:34,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-26 12:06:34,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-26 12:06:34,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-26 12:06:34,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-26 12:06:34,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-26 12:06:34,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-26 12:06:34,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-26 12:06:34,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-26 12:06:34,845 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_full_parallel-user_67c809ce-2081-48f6-8e93-34e8a53f866c', 'password': 'da945551-8eab-454e-ba63-9e453420e6a4', 'project_name': 'tempest_full_paral-project_67c809ce-2081-48f6-8e93-34e8a53f866c', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': '2e8324d7ffa34ec796b3f53f5ad245f3', 'project_domain_name': 'Default'} 2018-10-26 12:06:34,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 12:06:34,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}550e8c375faf23348b9c3e98ece12ff181b6b232" 2018-10-26 12:06:34,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 12:06:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9517840b-85e9-45fe-b908-27371071f030 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c5f748f7f24f09ae04b3cbf981e714", "links": {"self": "http://172.30.9.21:5000/v3/roles/e8c5f748f7f24f09ae04b3cbf981e714"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 12:06:34,924 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-9517840b-85e9-45fe-b908-27371071f030 2018-10-26 12:06:34,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0788888931274s 2018-10-26 12:06:34,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 12:06:34,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}550e8c375faf23348b9c3e98ece12ff181b6b232" 2018-10-26 12:06:35,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 12:06:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfc95d25-723a-4545-adb5-1eedceffd3b6 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c5f748f7f24f09ae04b3cbf981e714", "links": {"self": "http://172.30.9.21:5000/v3/roles/e8c5f748f7f24f09ae04b3cbf981e714"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 12:06:35,012 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-cfc95d25-723a-4545-adb5-1eedceffd3b6 2018-10-26 12:06:35,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0865271091461s 2018-10-26 12:06:35,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-26 12:06:35,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}550e8c375faf23348b9c3e98ece12ff181b6b232" 2018-10-26 12:06:35,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 12:06:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1212a30-475e-45b5-9240-3742ef2b51ad 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-10-26 12:06:35,096 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-c1212a30-475e-45b5-9240-3742ef2b51ad 2018-10-26 12:06:35,096 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0829858779907s 2018-10-26 12:06:35,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-26 12:06:35,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}550e8c375faf23348b9c3e98ece12ff181b6b232" 2018-10-26 12:06:35,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 12:06:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5e08aca-1ac7-4622-99ef-ff56fc6c3dfc Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_67c809ce-2081-48f6-8e93-34e8a53f866c", "links": {"self": "http://172.30.9.21:5000/v3/users/877d7cb5192a45ff9f046ddb8303d570"}, "domain_id": "default", "enabled": true, "id": "877d7cb5192a45ff9f046ddb8303d570", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 12:06:35,191 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-e5e08aca-1ac7-4622-99ef-ff56fc6c3dfc 2018-10-26 12:06:35,191 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0945279598236s 2018-10-26 12:06:35,192 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-e5e08aca-1ac7-4622-99ef-ff56fc6c3dfc 2018-10-26 12:06:35,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-26 12:06:35,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}550e8c375faf23348b9c3e98ece12ff181b6b232" 2018-10-26 12:06:35,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 12:06:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5b17582-acec-4080-8f72-854c2433c6fd Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.21:5000/v3/projects/2e8324d7ffa34ec796b3f53f5ad245f3"}, "enabled": true, "id": "2e8324d7ffa34ec796b3f53f5ad245f3", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_67c809ce-2081-48f6-8e93-34e8a53f866c"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-26 12:06:35,285 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-b5b17582-acec-4080-8f72-854c2433c6fd 2018-10-26 12:06:35,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0866758823395s 2018-10-26 12:06:35,285 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-b5b17582-acec-4080-8f72-854c2433c6fd 2018-10-26 12:06:35,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-26 12:06:35,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=877d7cb5192a45ff9f046ddb8303d570&scope.project.id=2e8324d7ffa34ec796b3f53f5ad245f3&role.id=886257d877da42cd903fe01393f42ae9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}550e8c375faf23348b9c3e98ece12ff181b6b232" 2018-10-26 12:06:35,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 12:06:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-447125e0-2d13-444a-8dc5-9001d80abc21 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=877d7cb5192a45ff9f046ddb8303d570&scope.project.id=2e8324d7ffa34ec796b3f53f5ad245f3&role.id=886257d877da42cd903fe01393f42ae9", "previous": null, "next": null}} 2018-10-26 12:06:35,368 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=877d7cb5192a45ff9f046ddb8303d570&scope.project.id=2e8324d7ffa34ec796b3f53f5ad245f3&role.id=886257d877da42cd903fe01393f42ae9 used request id req-447125e0-2d13-444a-8dc5-9001d80abc21 2018-10-26 12:06:35,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0807700157166s 2018-10-26 12:06:35,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-26 12:06:35,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/2e8324d7ffa34ec796b3f53f5ad245f3/users/877d7cb5192a45ff9f046ddb8303d570/roles/886257d877da42cd903fe01393f42ae9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}550e8c375faf23348b9c3e98ece12ff181b6b232" 2018-10-26 12:06:35,497 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 12:06:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b33120f4-e6a1-4e54-8c4b-6791ed82147a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 12:06:35,497 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/2e8324d7ffa34ec796b3f53f5ad245f3/users/877d7cb5192a45ff9f046ddb8303d570/roles/886257d877da42cd903fe01393f42ae9 used request id req-b33120f4-e6a1-4e54-8c4b-6791ed82147a 2018-10-26 12:06:35,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.128927946091s 2018-10-26 12:06:35,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 12:06:35,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}550e8c375faf23348b9c3e98ece12ff181b6b232" 2018-10-26 12:06:35,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 12:06:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b41958e-e95a-4d15-9bc5-81e015f6aa92 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c5f748f7f24f09ae04b3cbf981e714", "links": {"self": "http://172.30.9.21:5000/v3/roles/e8c5f748f7f24f09ae04b3cbf981e714"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 12:06:35,584 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-1b41958e-e95a-4d15-9bc5-81e015f6aa92 2018-10-26 12:06:35,584 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0858821868896s 2018-10-26 12:06:35,585 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-26 12:06:35,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}550e8c375faf23348b9c3e98ece12ff181b6b232" 2018-10-26 12:06:35,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 12:06:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5a4a839-52e9-43b6-8e44-968e05999c8b 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-10-26 12:06:35,668 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-a5a4a839-52e9-43b6-8e44-968e05999c8b 2018-10-26 12:06:35,669 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0830039978027s 2018-10-26 12:06:35,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-26 12:06:35,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}550e8c375faf23348b9c3e98ece12ff181b6b232" 2018-10-26 12:06:35,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 12:06:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f4bcc3c-56ce-45bb-9ef7-83bc03ea0ceb Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_67c809ce-2081-48f6-8e93-34e8a53f866c", "links": {"self": "http://172.30.9.21:5000/v3/users/877d7cb5192a45ff9f046ddb8303d570"}, "domain_id": "default", "enabled": true, "id": "877d7cb5192a45ff9f046ddb8303d570", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 12:06:35,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-9f4bcc3c-56ce-45bb-9ef7-83bc03ea0ceb 2018-10-26 12:06:35,782 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.112288951874s 2018-10-26 12:06:35,782 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-9f4bcc3c-56ce-45bb-9ef7-83bc03ea0ceb 2018-10-26 12:06:35,788 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-26 12:06:35,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=877d7cb5192a45ff9f046ddb8303d570&role.id=886257d877da42cd903fe01393f42ae9&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}550e8c375faf23348b9c3e98ece12ff181b6b232" 2018-10-26 12:06:35,872 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 12:06:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04e1c2e3-8ed5-4286-86f2-1501af4243fd Content-Encoding: gzip Content-Length: 192 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=877d7cb5192a45ff9f046ddb8303d570&role.id=886257d877da42cd903fe01393f42ae9&scope.domain.id=default", "previous": null, "next": null}} 2018-10-26 12:06:35,872 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=877d7cb5192a45ff9f046ddb8303d570&role.id=886257d877da42cd903fe01393f42ae9&scope.domain.id=default used request id req-04e1c2e3-8ed5-4286-86f2-1501af4243fd 2018-10-26 12:06:35,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.083781003952s 2018-10-26 12:06:35,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-26 12:06:35,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/domains/default/users/877d7cb5192a45ff9f046ddb8303d570/roles/886257d877da42cd903fe01393f42ae9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}550e8c375faf23348b9c3e98ece12ff181b6b232" 2018-10-26 12:06:35,992 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 12:06:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-05cdebc0-c279-4629-a68e-31693f226ea0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 12:06:35,992 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/domains/default/users/877d7cb5192a45ff9f046ddb8303d570/roles/886257d877da42cd903fe01393f42ae9 used request id req-05cdebc0-c279-4629-a68e-31693f226ea0 2018-10-26 12:06:35,992 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.119584083557s 2018-10-26 12:06:35,993 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-26 12:06:40,251 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-26 12:06:40.036 12 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=4e2ffaaf-d8b4-45ab-a9e0-262073059875) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 4e2ffaaf-d8b4-45ab-a9e0-262073059875 | 2018-10-26T12:06:39 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 4e2ffaaf-d8b4-45ab-a9e0-262073059875 ~/.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-26 12:06:43,301 - 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-26 12:06:43,301 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-26 12:06:50,877 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-26 12:06:47.205 21 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-26 12:06:49.680 21 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-26 12:06:50.712 21 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d73407bb-f5ae-49c6-a27d-20adcfc189f8) has been successfully created! Using verifier 'opnfv-tempest' (UUID=d73407bb-f5ae-49c6-a27d-20adcfc189f8) as the default verifier for the future CLI operations. 2018-10-26 12:06:54,049 - xtesting.ci.run_tests - INFO - Running test case 'tempest_full_parallel'... 2018-10-26 12:06:54,050 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-26 12:06:54,178 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-10-26 12:06:54,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-26 12:06:54,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 12:06:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-661ed5d2-b7dc-4c23-9b75-aab7c2955e6b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-10-26 12:06:54,186 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-661ed5d2-b7dc-4c23-9b75-aab7c2955e6b 2018-10-26 12:06:54,186 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-10-26 12:06:54,562 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "886257d877da42cd903fe01393f42ae9", "name": "admin"}, {"id": "e8c5f748f7f24f09ae04b3cbf981e714", "name": "Member"}], "expires_at": "2018-10-26T13:06:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2e8324d7ffa34ec796b3f53f5ad245f3", "name": "tempest_full_paral-project_67c809ce-2081-48f6-8e93-34e8a53f866c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1d9c9b03e87a40c083805d0b883a951f"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e0c77a7a1c2f40cabd53c6104605cae0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f200dff6765d40ba8f54f33282ac6834"}], "type": "cloudformation", "id": "0678e40f88e7486ba01d73236e247478", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04de76a5e02c491e8fcabbc86cfc8aaa"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a92f7118c3a44866a6065ca420876279"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f33f517932de4d7aa16e38a2c69aa035"}], "type": "placement", "id": "1400da368c0745f9bfe2043681394021", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c6114028b0e4bd4b72236e004492776"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6de7666fb5084dc7a1ea4f0a3b18c9ff"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d6cb3538ab6140238b0102f4c4d850d7"}], "type": "identity", "id": "1dcb0a04299146f6b1bd6d35dccc251c", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/2e8324d7ffa34ec796b3f53f5ad245f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22ae91ac47ba4aa3870b22e426d970ea"}, {"url": "http://192.30.9.8:8776/v3/2e8324d7ffa34ec796b3f53f5ad245f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "50671c8b52bd420a87aaf5886f97b013"}, {"url": "http://192.30.9.8:8776/v3/2e8324d7ffa34ec796b3f53f5ad245f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff9294ce70b847989a05781501906639"}], "type": "volumev3", "id": "21010334e1204f20b0e94e06851e94fb", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8bde81589feb4f07bbf61eab57c04be1"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13faf081772470ab5fe34b477867f60"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeccc5af54c64c87b67c43e43f5bbf26"}], "type": "image", "id": "287aa081d3ee42558b20095ce81419fc", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/2e8324d7ffa34ec796b3f53f5ad245f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "22cb571ba360462da98edbe8cb259f7f"}, {"url": "http://192.30.9.8:8776/v1/2e8324d7ffa34ec796b3f53f5ad245f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2d4a118f414c2e942d2f30cc7cc16f"}, {"url": "http://192.30.9.8:8776/v1/2e8324d7ffa34ec796b3f53f5ad245f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f732b3e91ec4077adfe7039f5384432"}], "type": "volume", "id": "2d881c3f3b8c4c07973843d5aaa6bd90", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10d1f747147d4a0db92a44389c133e91"}, {"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b0de23f990f4e55b27ba07da143c6c4"}, {"url": "http://192.30.9.8:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4e8b2decae046d4bdf10d6ca098bce4"}], "type": "nfv-orchestration", "id": "3b75f7fe7776409ab35b7b1c7d5a9dc5", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/2e8324d7ffa34ec796b3f53f5ad245f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60448e60ea4847539ebe9976271031c8"}, {"url": "http://172.30.9.21:8776/v2/2e8324d7ffa34ec796b3f53f5ad245f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d7651240653043499b59781f22cd55de"}, {"url": "http://192.30.9.8:8776/v2/2e8324d7ffa34ec796b3f53f5ad245f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ee38605709ec49d4ab6955d8507b8249"}], "type": "volumev2", "id": "434c6fc6e2214df880ec5edf3c60e826", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/2e8324d7ffa34ec796b3f53f5ad245f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0be629b1bb44ed8ff138588ed9b0a4"}, {"url": "http://192.30.9.8:8004/v1/2e8324d7ffa34ec796b3f53f5ad245f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "41071183d0a147638858df20ba01c93c"}, {"url": "http://172.30.9.21:8004/v1/2e8324d7ffa34ec796b3f53f5ad245f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d14c03b067854e259e29b5e58f2df8d0"}], "type": "orchestration", "id": "58553383e9ec44eca3708c8d08433be5", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "68f6fa80633d471faae5af20741f18f2"}, {"url": "http://192.30.9.8:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "82a22611b858438aac231d4e17e0004e"}, {"url": "http://192.30.9.8:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9385ac3cf3fe4daf9de9c42e6cfef2a6"}], "type": "policy", "id": "6cc4b82bcf7e41bcacd57790df0c6e62", "name": "congress"}, {"endpoints": [], "type": "metering", "id": "6ea87f1e184f4719ad9fd88bc18e8a0d", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8fac674850b24f408ce008300dd3c762"}, {"url": "http://192.30.9.8:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a94ed1c9bd5948a1b098ccf742c46e74"}, {"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e3f88bb90e3049df99bbc76d270ee4b3"}], "type": "key-manager", "id": "8e765388c59a434fa74b7ee9309b2acc", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16fb59de23b847ef91541b5332fb756a"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22604e446ae24302bbf9b9e64841233d"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1943618ec5242c0bc38c60eaef2c4e4"}], "type": "alarming", "id": "a6ef448adcda48869617b692053935f0", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "331b1e8b2c6149feb4eb90b3fbd07d48"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c965aa9d0434417bcca22e19607846b"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2f20b3d473a4905a5694a0f0913221e"}], "type": "metric", "id": "d93c343d05ab4ed3baab12600da09c1d", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ff0e0eb46e4f478e13c23a747e4f66"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e2082b0b16b4e92995d87b600a700ca"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8456b137dd74762a5d903df45ffbca2"}], "type": "compute", "id": "eb48f4b7010f424babd2e30cb102445f", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18d4c4c637ad4e2891c6d948e4844a1e"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b1c022ebdbb846599927b9e9951a5530"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf167c050dcb4b82bebb40692d38179e"}], "type": "network", "id": "f6ac594171ff49f4ae043efbeefc4745", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tempest_full_parallel-user_67c809ce-2081-48f6-8e93-34e8a53f866c", "id": "877d7cb5192a45ff9f046ddb8303d570"}, "audit_ids": ["8GDf-_SISZWfQa9e_U-rwA"], "issued_at": "2018-10-26T12:06:54.000000Z"}} 2018-10-26 12:06:54,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e010777e08a9b2dcd98209113a961222b2ba7967" 2018-10-26 12:06:54,572 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Fri, 26 Oct 2018 12:06:54 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-10-26 12:06:54,575 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-26 12:06:54,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e010777e08a9b2dcd98209113a961222b2ba7967" 2018-10-26 12:06:55,131 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-74f7f0de-dd7f-4e3f-b356-75456c184cf6 Date: Fri, 26 Oct 2018 12:06:55 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-26 12:06:55,131 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-74f7f0de-dd7f-4e3f-b356-75456c184cf6 2018-10-26 12:06:55,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.556515932083s 2018-10-26 12:06:55,132 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-74f7f0de-dd7f-4e3f-b356-75456c184cf6 2018-10-26 12:06:55,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-26 12:06:55,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}e010777e08a9b2dcd98209113a961222b2ba7967" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_full_parallel-img_67c809ce-2081-48f6-8e93-34e8a53f866c", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_full_parallel-img_67c809ce-2081-48f6-8e93-34e8a53f866c"}' 2018-10-26 12:06:55,738 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 893 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/72596c4c-8ca4-434a-954e-d81caecb1d6e X-Openstack-Request-Id: req-87145571-393d-4fed-895a-7e65f0f0699b Date: Fri, 26 Oct 2018 12:06:55 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/72596c4c-8ca4-434a-954e-d81caecb1d6e/file", "owner": "2e8324d7ffa34ec796b3f53f5ad245f3", "id": "72596c4c-8ca4-434a-954e-d81caecb1d6e", "size": null, "self": "/v2/images/72596c4c-8ca4-434a-954e-d81caecb1d6e", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-26T12:06:55Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_67c809ce-2081-48f6-8e93-34e8a53f866c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_67c809ce-2081-48f6-8e93-34e8a53f866c", "checksum": null, "created_at": "2018-10-26T12:06:55Z", "protected": false} 2018-10-26 12:06:55,738 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-87145571-393d-4fed-895a-7e65f0f0699b 2018-10-26 12:06:55,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.603970050812s 2018-10-26 12:06:55,739 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-87145571-393d-4fed-895a-7e65f0f0699b returning object 72596c4c-8ca4-434a-954e-d81caecb1d6e 2018-10-26 12:06:55,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-26 12:06:55,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/72596c4c-8ca4-434a-954e-d81caecb1d6e/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}e010777e08a9b2dcd98209113a961222b2ba7967" -d '' 2018-10-26 12:06:56,689 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-94ff1ff5-97cb-452e-81aa-bfb5c4f7b687 Date: Fri, 26 Oct 2018 12:06: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-26 12:06:56,690 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/72596c4c-8ca4-434a-954e-d81caecb1d6e/file used request id req-94ff1ff5-97cb-452e-81aa-bfb5c4f7b687 2018-10-26 12:06:56,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.951403141022s 2018-10-26 12:06:56,692 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/72596c4c-8ca4-434a-954e-d81caecb1d6e/file used request id req-94ff1ff5-97cb-452e-81aa-bfb5c4f7b687 2018-10-26 12:06:56,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-26 12:06:56,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e010777e08a9b2dcd98209113a961222b2ba7967" 2018-10-26 12:06:57,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1223 Content-Type: application/json X-Openstack-Request-Id: req-6ce5901f-79d1-4257-a796-c7044444f5ee Date: Fri, 26 Oct 2018 12:06:57 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/72596c4c-8ca4-434a-954e-d81caecb1d6e/snap", "metadata": {}}], "file": "/v2/images/72596c4c-8ca4-434a-954e-d81caecb1d6e/file", "owner": "2e8324d7ffa34ec796b3f53f5ad245f3", "id": "72596c4c-8ca4-434a-954e-d81caecb1d6e", "size": 12716032, "self": "/v2/images/72596c4c-8ca4-434a-954e-d81caecb1d6e", "disk_format": "qcow2", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/72596c4c-8ca4-434a-954e-d81caecb1d6e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-26T12:06:56Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_67c809ce-2081-48f6-8e93-34e8a53f866c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_67c809ce-2081-48f6-8e93-34e8a53f866c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-26T12:06:55Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-26 12:06:57,308 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-6ce5901f-79d1-4257-a796-c7044444f5ee 2018-10-26 12:06:57,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.614518880844s 2018-10-26 12:06:57,309 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-6ce5901f-79d1-4257-a796-c7044444f5ee 2018-10-26 12:06:57,312 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/72596c4c-8ca4-434a-954e-d81caecb1d6e/snap', u'metadata': Munch({})})], 'file': u'/v2/images/72596c4c-8ca4-434a-954e-d81caecb1d6e/file', 'owner': u'2e8324d7ffa34ec796b3f53f5ad245f3', 'id': u'72596c4c-8ca4-434a-954e-d81caecb1d6e', 'size': 12716032, u'self': u'/v2/images/72596c4c-8ca4-434a-954e-d81caecb1d6e', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2e8324d7ffa34ec796b3f53f5ad245f3', 'name': 'tempest_full_paral-project_67c809ce-2081-48f6-8e93-34e8a53f866c', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/72596c4c-8ca4-434a-954e-d81caecb1d6e/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-26T12:06:56Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-26T12:06:56Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_67c809ce-2081-48f6-8e93-34e8a53f866c', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/72596c4c-8ca4-434a-954e-d81caecb1d6e', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_67c809ce-2081-48f6-8e93-34e8a53f866c', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_full_parallel-img_67c809ce-2081-48f6-8e93-34e8a53f866c', 'created': u'2018-10-26T12:06:55Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-26T12:06:55Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/72596c4c-8ca4-434a-954e-d81caecb1d6e', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_67c809ce-2081-48f6-8e93-34e8a53f866c', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-26 12:06:57,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-26 12:06:57,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: os-client-config/1.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}550e8c375faf23348b9c3e98ece12ff181b6b232" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_full_parallel-flavor_67c809ce-2081-48f6-8e93-34e8a53f866c", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-26 12:06:57,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 12:06:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a6a2fa85-d579-4f0f-80c2-a2333f4757e8 x-compute-request-id: req-a6a2fa85-d579-4f0f-80c2-a2333f4757e8 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/483c85e8-5d07-4924-af2c-da44a9c1ab55", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/483c85e8-5d07-4924-af2c-da44a9c1ab55", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "483c85e8-5d07-4924-af2c-da44a9c1ab55", "name": "tempest_full_parallel-flavor_67c809ce-2081-48f6-8e93-34e8a53f866c", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 12:06:57,498 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-a6a2fa85-d579-4f0f-80c2-a2333f4757e8 2018-10-26 12:06:57,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.184575080872s 2018-10-26 12:06:57,499 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-a6a2fa85-d579-4f0f-80c2-a2333f4757e8 returning object 483c85e8-5d07-4924-af2c-da44a9c1ab55 2018-10-26 12:06:57,500 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_67c809ce-2081-48f6-8e93-34e8a53f866c', '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'c8dcd64f3c764883a33350227564ab99', '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'483c85e8-5d07-4924-af2c-da44a9c1ab55', 'swap': 0}) 2018-10-26 12:06:57,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-26 12:06:57,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/483c85e8-5d07-4924-af2c-da44a9c1ab55/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}550e8c375faf23348b9c3e98ece12ff181b6b232" -d '{"extra_specs": {}}' 2018-10-26 12:06:57,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 12:06:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5fab24db-27c1-4f4e-8a52-0cb10383f061 x-compute-request-id: req-5fab24db-27c1-4f4e-8a52-0cb10383f061 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-26 12:06:57,522 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/483c85e8-5d07-4924-af2c-da44a9c1ab55/os-extra_specs used request id req-5fab24db-27c1-4f4e-8a52-0cb10383f061 2018-10-26 12:06:57,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0218789577484s 2018-10-26 12:06:57,523 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/483c85e8-5d07-4924-af2c-da44a9c1ab55/os-extra_specs used request id req-5fab24db-27c1-4f4e-8a52-0cb10383f061 2018-10-26 12:06:57,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 12:06:57,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e010777e08a9b2dcd98209113a961222b2ba7967" 2018-10-26 12:06:57,535 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 26 Oct 2018 12:06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-26 12:06:57,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e010777e08a9b2dcd98209113a961222b2ba7967" 2018-10-26 12:06:57,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 12:06:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1ce1d78-1bbf-44d3-b873-06b92f6c0426 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c5f748f7f24f09ae04b3cbf981e714", "links": {"self": "http://172.30.9.21:5000/v3/roles/e8c5f748f7f24f09ae04b3cbf981e714"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 12:06:57,630 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-d1ce1d78-1bbf-44d3-b873-06b92f6c0426 2018-10-26 12:06:57,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.10444688797s 2018-10-26 12:06:57,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-10-26 12:06:57,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e010777e08a9b2dcd98209113a961222b2ba7967" 2018-10-26 12:06:57,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 12:06:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-44264b3d-6900-4961-9ba0-ec8dafd9e833 x-compute-request-id: req-44264b3d-6900-4961-9ba0-ec8dafd9e833 Content-Encoding: gzip Content-Length: 717 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 152}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10164, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 155}, "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-26 12:06:57,823 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-44264b3d-6900-4961-9ba0-ec8dafd9e833 2018-10-26 12:06:57,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.190027952194s 2018-10-26 12:06:57,824 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-44264b3d-6900-4961-9ba0-ec8dafd9e833 2018-10-26 12:06:57,825 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-26 12:06:57,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e010777e08a9b2dcd98209113a961222b2ba7967" 2018-10-26 12:06:58,394 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1223 Content-Type: application/json X-Openstack-Request-Id: req-e52217ef-5745-4dc9-a814-3235220c9070 Date: Fri, 26 Oct 2018 12:06:58 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/72596c4c-8ca4-434a-954e-d81caecb1d6e/snap", "metadata": {}}], "file": "/v2/images/72596c4c-8ca4-434a-954e-d81caecb1d6e/file", "owner": "2e8324d7ffa34ec796b3f53f5ad245f3", "id": "72596c4c-8ca4-434a-954e-d81caecb1d6e", "size": 12716032, "self": "/v2/images/72596c4c-8ca4-434a-954e-d81caecb1d6e", "disk_format": "qcow2", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/72596c4c-8ca4-434a-954e-d81caecb1d6e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-26T12:06:56Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_67c809ce-2081-48f6-8e93-34e8a53f866c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_67c809ce-2081-48f6-8e93-34e8a53f866c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-26T12:06:55Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-26 12:06:58,394 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-e52217ef-5745-4dc9-a814-3235220c9070 2018-10-26 12:06:58,394 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.569002151489s 2018-10-26 12:06:58,395 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-e52217ef-5745-4dc9-a814-3235220c9070 2018-10-26 12:06:58,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-26 12:06:58,398 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}e010777e08a9b2dcd98209113a961222b2ba7967" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_full_parallel-img_alt_67c809ce-2081-48f6-8e93-34e8a53f866c", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_full_parallel-img_alt_67c809ce-2081-48f6-8e93-34e8a53f866c"}' 2018-10-26 12:06:58,958 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 901 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/52a4f65e-0053-46b0-a2be-3676b52baa23 X-Openstack-Request-Id: req-e013eff6-eefc-411f-b402-e2b94ef5d0ed Date: Fri, 26 Oct 2018 12:06:58 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/52a4f65e-0053-46b0-a2be-3676b52baa23/file", "owner": "2e8324d7ffa34ec796b3f53f5ad245f3", "id": "52a4f65e-0053-46b0-a2be-3676b52baa23", "size": null, "self": "/v2/images/52a4f65e-0053-46b0-a2be-3676b52baa23", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-26T12:06:58Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_alt_67c809ce-2081-48f6-8e93-34e8a53f866c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_alt_67c809ce-2081-48f6-8e93-34e8a53f866c", "checksum": null, "created_at": "2018-10-26T12:06:58Z", "protected": false} 2018-10-26 12:06:58,958 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-e013eff6-eefc-411f-b402-e2b94ef5d0ed 2018-10-26 12:06:58,959 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.560876846313s 2018-10-26 12:06:58,959 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-e013eff6-eefc-411f-b402-e2b94ef5d0ed returning object 52a4f65e-0053-46b0-a2be-3676b52baa23 2018-10-26 12:06:58,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-26 12:06:58,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/52a4f65e-0053-46b0-a2be-3676b52baa23/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}e010777e08a9b2dcd98209113a961222b2ba7967" -d '' 2018-10-26 12:07:00,145 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2b806f10-02cb-4d3b-8677-44532de3b285 Date: Fri, 26 Oct 2018 12:07: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-26 12:07:00,145 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/52a4f65e-0053-46b0-a2be-3676b52baa23/file used request id req-2b806f10-02cb-4d3b-8677-44532de3b285 2018-10-26 12:07:00,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.18506979942s 2018-10-26 12:07:00,145 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/52a4f65e-0053-46b0-a2be-3676b52baa23/file used request id req-2b806f10-02cb-4d3b-8677-44532de3b285 2018-10-26 12:07:00,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-26 12:07:00,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e010777e08a9b2dcd98209113a961222b2ba7967" 2018-10-26 12:07:00,171 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2387 Content-Type: application/json X-Openstack-Request-Id: req-809bc21f-d035-4609-9467-d4c13f76654c Date: Fri, 26 Oct 2018 12:07:00 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/52a4f65e-0053-46b0-a2be-3676b52baa23/snap", "metadata": {}}], "file": "/v2/images/52a4f65e-0053-46b0-a2be-3676b52baa23/file", "owner": "2e8324d7ffa34ec796b3f53f5ad245f3", "id": "52a4f65e-0053-46b0-a2be-3676b52baa23", "size": 12716032, "self": "/v2/images/52a4f65e-0053-46b0-a2be-3676b52baa23", "disk_format": "qcow2", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/52a4f65e-0053-46b0-a2be-3676b52baa23/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-26T12:07:00Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_alt_67c809ce-2081-48f6-8e93-34e8a53f866c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_alt_67c809ce-2081-48f6-8e93-34e8a53f866c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-26T12:06:58Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/72596c4c-8ca4-434a-954e-d81caecb1d6e/snap", "metadata": {}}], "file": "/v2/images/72596c4c-8ca4-434a-954e-d81caecb1d6e/file", "owner": "2e8324d7ffa34ec796b3f53f5ad245f3", "id": "72596c4c-8ca4-434a-954e-d81caecb1d6e", "size": 12716032, "self": "/v2/images/72596c4c-8ca4-434a-954e-d81caecb1d6e", "disk_format": "qcow2", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/72596c4c-8ca4-434a-954e-d81caecb1d6e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-26T12:06:56Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_67c809ce-2081-48f6-8e93-34e8a53f866c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_67c809ce-2081-48f6-8e93-34e8a53f866c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-26T12:06:55Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-26 12:07:00,171 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-809bc21f-d035-4609-9467-d4c13f76654c 2018-10-26 12:07:00,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0255529880524s 2018-10-26 12:07:00,172 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-809bc21f-d035-4609-9467-d4c13f76654c 2018-10-26 12:07:00,174 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/52a4f65e-0053-46b0-a2be-3676b52baa23/snap', u'metadata': Munch({})})], 'file': u'/v2/images/52a4f65e-0053-46b0-a2be-3676b52baa23/file', 'owner': u'2e8324d7ffa34ec796b3f53f5ad245f3', 'id': u'52a4f65e-0053-46b0-a2be-3676b52baa23', 'size': 12716032, u'self': u'/v2/images/52a4f65e-0053-46b0-a2be-3676b52baa23', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2e8324d7ffa34ec796b3f53f5ad245f3', 'name': 'tempest_full_paral-project_67c809ce-2081-48f6-8e93-34e8a53f866c', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/52a4f65e-0053-46b0-a2be-3676b52baa23/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-26T12:07:00Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-26T12:07:00Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_67c809ce-2081-48f6-8e93-34e8a53f866c', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/52a4f65e-0053-46b0-a2be-3676b52baa23', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_67c809ce-2081-48f6-8e93-34e8a53f866c', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_full_parallel-img_alt_67c809ce-2081-48f6-8e93-34e8a53f866c', 'created': u'2018-10-26T12:06:58Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-26T12:06:58Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/52a4f65e-0053-46b0-a2be-3676b52baa23', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_67c809ce-2081-48f6-8e93-34e8a53f866c', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-26 12:07:00,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-26 12:07:00,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: os-client-config/1.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}550e8c375faf23348b9c3e98ece12ff181b6b232" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_full_parallel-flavor_alt_67c809ce-2081-48f6-8e93-34e8a53f866c", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-26 12:07:00,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 12:07:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5a713d2c-4a70-4511-8e5f-ab60b5cf49b8 x-compute-request-id: req-5a713d2c-4a70-4511-8e5f-ab60b5cf49b8 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/54d88ab1-fffb-474f-836d-5b68511e6e7a", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/54d88ab1-fffb-474f-836d-5b68511e6e7a", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "54d88ab1-fffb-474f-836d-5b68511e6e7a", "name": "tempest_full_parallel-flavor_alt_67c809ce-2081-48f6-8e93-34e8a53f866c", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-26 12:07:00,228 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-5a713d2c-4a70-4511-8e5f-ab60b5cf49b8 2018-10-26 12:07:00,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0530281066895s 2018-10-26 12:07:00,228 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-5a713d2c-4a70-4511-8e5f-ab60b5cf49b8 returning object 54d88ab1-fffb-474f-836d-5b68511e6e7a 2018-10-26 12:07:00,229 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_alt_67c809ce-2081-48f6-8e93-34e8a53f866c', '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'c8dcd64f3c764883a33350227564ab99', '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'54d88ab1-fffb-474f-836d-5b68511e6e7a', 'swap': 0}) 2018-10-26 12:07:00,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-26 12:07:00,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/54d88ab1-fffb-474f-836d-5b68511e6e7a/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}550e8c375faf23348b9c3e98ece12ff181b6b232" -d '{"extra_specs": {}}' 2018-10-26 12:07:00,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 12:07:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-50a3fdf9-1d0c-4f14-a5b8-a457e6893e1b x-compute-request-id: req-50a3fdf9-1d0c-4f14-a5b8-a457e6893e1b Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-26 12:07:00,252 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/54d88ab1-fffb-474f-836d-5b68511e6e7a/os-extra_specs used request id req-50a3fdf9-1d0c-4f14-a5b8-a457e6893e1b 2018-10-26 12:07:00,252 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.021595954895s 2018-10-26 12:07:00,252 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/54d88ab1-fffb-474f-836d-5b68511e6e7a/os-extra_specs used request id req-50a3fdf9-1d0c-4f14-a5b8-a457e6893e1b 2018-10-26 12:07:00,252 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_alt_67c809ce-2081-48f6-8e93-34e8a53f866c', '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'c8dcd64f3c764883a33350227564ab99', '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'54d88ab1-fffb-474f-836d-5b68511e6e7a', 'swap': 0}) 2018-10-26 12:07:03,326 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-26 12:07:02.272 40 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=d73407bb-f5ae-49c6-a27d-20adcfc189f8) for deployment 'opnfv-rally' (UUID=4e2ffaaf-d8b4-45ab-a9e0-262073059875). 2018-10-26 12:07:03.192 40 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-26 12:07:03.194 40 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d73407bb-f5ae-49c6-a27d-20adcfc189f8) has been successfully configured for deployment 'opnfv-rally' (UUID=4e2ffaaf-d8b4-45ab-a9e0-262073059875)! 2018-10-26 12:07:03,327 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-10-26 12:07:03,327 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-10-26 12:07:03,330 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-10-26 12:07:03,345 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-10-26 12:07:05,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-d73407bb-f5ae-49c6-a27d-20adcfc189f8/repo; testr list-tests '(?!.*\[.*\bslow\b.*\])(^tempest\.(api|scenario))' >/home/opnfv/functest/results/tempest_full_parallel/test_list.txt 2>/dev/null) 2018-10-26 12:07:05,860 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-10-26 12:07:05,873 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-10-26 12:07:05,876 - 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-26 12:07:07,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:07.881 49 INFO rally.api [-] Starting verification (UUID=c327f87a-6307-4994-bea3-9f0b489872f5) for deployment 'opnfv-rally' (UUID=4e2ffaaf-d8b4-45ab-a9e0-262073059875) by verifier 'opnfv-tempest' (UUID=d73407bb-f5ae-49c6-a27d-20adcfc189f8). 2018-10-26 12:07:07,883 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: c327f87a-6307-4994-bea3-9f0b489872f5 2018-10-26 12:07:12,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:12.226 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_fixed_ips.FixedIPsTestJson ... skip: FixedIPsTestJson skipped as neutron is available 2018-10-26 12:07:12,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:12.942 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-26 12:07:12,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:12.951 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_fixed_ips_negative.FixedIPsNegativeTestJson ... skip: FixedIPsNegativeTestJson skipped as neutron is available 2018-10-26 12:07:12,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:12.982 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-26 12:07:13,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:13.051 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-26 12:07:16,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:16.680 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.182s] 2018-10-26 12:07:16,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:16.694 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-26 12:07:16,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:16.709 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list ... success [0.223s] 2018-10-26 12:07:16,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:16.750 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list_details ... success [0.041s] 2018-10-26 12:07:16,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:16.821 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_details ... success [0.070s] 2018-10-26 12:07:16,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:16.872 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.179s] 2018-10-26 12:07:16,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:16.898 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_servers ... success [0.075s] 2018-10-26 12:07:16,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:16.899 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_using_string_ram ... success [0.293s] 2018-10-26 12:07:16,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:16.912 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.180s] 2018-10-26 12:07:16,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:16.916 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_stats ... success [0.020s] 2018-10-26 12:07:17,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:17.005 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_create_agent ... success [0.312s] 2018-10-26 12:07:17,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:17.018 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list ... success [0.247s] 2018-10-26 12:07:17,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:17.081 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_get_nonexistent_key ... success [0.180s] 2018-10-26 12:07:17,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:17.092 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_set_keys ... success [0.011s] 2018-10-26 12:07:17,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:17.147 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list_detail ... success [0.129s] 2018-10-26 12:07:17,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:17.166 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_uptime ... success [0.249s] 2018-10-26 12:07:17,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:17.237 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_search_hypervisor ... success [0.069s] 2018-10-26 12:07:17,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:17.238 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_unset_keys ... success [0.142s] 2018-10-26 12:07:17,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:17.282 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_update_specific_key ... success [0.046s] 2018-10-26 12:07:17,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:17.299 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_unset_nonexistent_key ... success [0.017s] 2018-10-26 12:07:17,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:17.309 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_mismatch_key ... success [0.010s] 2018-10-26 12:07:17,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:17.318 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_more_key ... success [0.010s] 2018-10-26 12:07:17,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:17.433 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_verify_entry_in_list_details ... success [0.536s] 2018-10-26 12:07:17,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:17.502 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_delete_agent ... success [0.496s] 2018-10-26 12:07:17,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:17.507 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_all_keys ... success [0.421s] 2018-10-26 12:07:17,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:17.569 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_existent_host ... success [0.663s] 2018-10-26 12:07:17,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:17.576 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_specific_key ... success [0.068s] 2018-10-26 12:07:17,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:17.673 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents ... success [0.170s] 2018-10-26 12:07:17,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:17.683 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_int_id ... success [0.250s] 2018-10-26 12:07:17,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:17.856 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_networks.NetworksTest.test_get_network ... success [1.016s] 2018-10-26 12:07:17,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:17.886 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_none_id ... success [0.203s] 2018-10-26 12:07:17,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:17.909 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_host_as_user ... success [0.340s] 2018-10-26 12:07:17,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:17.918 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents_with_filter ... success [0.245s] 2018-10-26 12:07:17,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:17.931 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_add_remove ... success [1.198s] 2018-10-26 12:07:17,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:17.931 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_set_get_update_show_unset_keys ... success [0.355s] 2018-10-26 12:07:18,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:18.026 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_uuid_id ... success [0.141s] 2018-10-26 12:07:18,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:18.068 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_update_agent ... success [0.150s] 2018-10-26 12:07:18,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:18.091 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_list_with_private_flavor ... success [0.162s] 2018-10-26 12:07:18,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:18.141 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_non_exist_host ... success [0.231s] 2018-10-26 12:07:18,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:18.150 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_exceeds_255 ... success [0.009s] 2018-10-26 12:07:18,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:18.158 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_less_than_1 ... success [0.008s] 2018-10-26 12:07:18,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:18.169 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_as_user ... success [0.010s] 2018-10-26 12:07:18,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:18.171 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_quotas.QuotaClassesAdminTestJSON.test_update_default_quotas ... success [1.693s] 2018-10-26 12:07:18,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:18.343 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_networks.NetworksTest.test_list_all_networks ... success [0.487s] 2018-10-26 12:07:18,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:18.384 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_with_existent_aggregate_name ... success [0.215s] 2018-10-26 12:07:18,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:18.604 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_as_user ... success [0.218s] 2018-10-26 12:07:18,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:18.670 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_with_invalid_id ... success [0.065s] 2018-10-26 12:07:18,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:18.675 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_list_flavor_without_extra_data ... success [0.646s] 2018-10-26 12:07:18,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:18.792 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_as_user ... success [0.123s] 2018-10-26 12:07:18,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:18.845 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_server_with_non_public_flavor ... success [0.171s] 2018-10-26 12:07:18,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:18.850 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_with_invalid_id ... success [0.057s] 2018-10-26 12:07:18,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:18.895 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_list_as_user ... success [0.044s] 2018-10-26 12:07:19,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:19.253 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_host_as_user ... success [0.357s] 2018-10-26 12:07:19,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:19.954 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_nonexistent_host ... success [0.702s] 2018-10-26 12:07:19,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:19.996 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_is_public_string_variations ... success [1.149s] 2018-10-26 12:07:20,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:20.958 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_non_public_flavor ... success [0.962s] 2018-10-26 12:07:21,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:21.102 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_cpu_quota_is_full ... success [4.432s] 2018-10-26 12:07:22,052 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:22.052 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_public_flavor_with_other_user ... success [1.093s] 2018-10-26 12:07:22,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:22.149 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: Swapping volumes is not supported. 2018-10-26 12:07:23,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:23.074 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-26 12:07:23,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:23.075 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-26 12:07:23,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:23.863 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_delete_nonexistent_image_metadata_item ... success [0.545s] 2018-10-26 12:07:24,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:24.213 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_get_nonexistent_image_metadata_item ... success [0.350s] 2018-10-26 12:07:24,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:24.783 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_get_instance_usage_audit_log ... success [0.207s] 2018-10-26 12:07:24,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:24.810 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_list_instance_usage_audit_logs ... success [0.028s] 2018-10-26 12:07:25,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:25.020 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_list_nonexistent_image_metadata ... success [0.807s] 2018-10-26 12:07:25,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:25.644 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts ... success [0.198s] 2018-10-26 12:07:25,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:25.663 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_host_name ... success [0.181s] 2018-10-26 12:07:25,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:25.684 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_a_blank_zone ... success [0.040s] 2018-10-26 12:07:25,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:25.717 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata ... success [0.697s] 2018-10-26 12:07:25,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:25.729 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_nonexistent_zone ... success [0.044s] 2018-10-26 12:07:25,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:25.743 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_instances_quota_is_full ... success [4.641s] 2018-10-26 12:07:25,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:25.752 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_and_host_name ... success [0.090s] 2018-10-26 12:07:25,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:25.799 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_binary_name ... success [0.047s] 2018-10-26 12:07:25,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:25.841 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_zone ... success [0.111s] 2018-10-26 12:07:25,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:25.850 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_list_services ... success [0.049s] 2018-10-26 12:07:26,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:26.006 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_show_host_detail ... success [0.164s] 2018-10-26 12:07:26,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:26.067 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata_item ... success [0.349s] 2018-10-26 12:07:26,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:26.248 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_update_nonexistent_image_metadata ... success [0.180s] 2018-10-26 12:07:26,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:26.502 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_list_hosts_with_non_admin_user ... success [0.193s] 2018-10-26 12:07:26,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:26.514 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_host_with_non_admin_user ... success [0.012s] 2018-10-26 12:07:26,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:26.552 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_nonexistent_host ... success [0.038s] 2018-10-26 12:07:26,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:26.565 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-26 12:07:26,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:26.583 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_nonexistent_hostname ... success [0.017s] 2018-10-26 12:07:26,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:26.596 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_host_with_non_admin_user ... success [0.013s] 2018-10-26 12:07:26,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:26.641 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_nonexistent_host ... success [0.044s] 2018-10-26 12:07:26,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:26.652 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_host_with_non_admin_user ... success [0.011s] 2018-10-26 12:07:26,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:26.680 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_nonexistent_host ... success [0.028s] 2018-10-26 12:07:26,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:26.695 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-26 12:07:26,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:26.704 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_status ... success [0.009s] 2018-10-26 12:07:26,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:26.720 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_non_admin_user ... success [0.016s] 2018-10-26 12:07:26,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:26.733 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_without_param ... success [0.012s] 2018-10-26 12:07:26,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:26.770 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_nonexistent_host ... success [0.036s] 2018-10-26 12:07:27,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:27.893 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_non_existent_server ... success [0.188s] 2018-10-26 12:07:28,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:28.205 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_security_groups.SecurityGroupsTestAdminJSON.test_list_security_groups_list_all_tenants_filter ... success [11.589s] 2018-10-26 12:07:29,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:29.577 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_memory_quota_is_full ... success [3.830s] 2018-10-26 12:07:29,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:29.580 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-26 12:07:29,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:29.583 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-26 12:07:29,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:29.590 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_update_quota_normal_user ... success [0.013s] 2018-10-26 12:07:30,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:30.841 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_get_image ... success [0.660s] 2018-10-26 12:07:31,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:31.393 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_admin_delete_servers_of_others ... success [14.719s] 2018-10-26 12:07:31,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:31.594 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images ... success [0.753s] 2018-10-26 12:07:32,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:32.289 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images_with_detail ... success [0.694s] 2018-10-26 12:07:32,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:32.875 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_invalid_metadata ... success [0.698s] 2018-10-26 12:07:33,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:33.676 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_metadata_over_limits ... success [0.800s] 2018-10-26 12:07:33,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:33.848 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeTest.test_get_server_diagnostics_by_non_admin ... success [8.941s] 2018-10-26 12:07:34,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:34.034 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_details_with_non_admin_user ... success [0.177s] 2018-10-26 12:07:34,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:34.045 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-26 12:07:34,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:34.056 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_stats_with_non_admin_user ... success [0.010s] 2018-10-26 12:07:34,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:34.280 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_uptime_with_non_admin_user ... success [0.222s] 2018-10-26 12:07:34,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:34.292 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_nonexistent_hypervisor_uptime ... success [0.012s] 2018-10-26 12:07:34,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:34.358 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_search_hypervisor_with_non_admin_user ... success [0.065s] 2018-10-26 12:07:34,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:34.375 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_search_nonexistent_hypervisor ... success [0.018s] 2018-10-26 12:07:34,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:34.443 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_hypervisor_with_non_admin_user ... success [0.066s] 2018-10-26 12:07:34,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:34.454 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_nonexistent_hypervisor ... success [0.012s] 2018-10-26 12:07:34,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:34.493 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_name_over_character_limit ... success [0.816s] 2018-10-26 12:07:34,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:34.497 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_servers_with_non_admin_user ... success [0.042s] 2018-10-26 12:07:34,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:34.516 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_servers_with_nonexistent_hypervisor ... success [0.018s] 2018-10-26 12:07:35,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:35.859 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_delete_quota ... success [3.102s] 2018-10-26 12:07:36,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:36.104 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_default_quotas ... success [0.245s] 2018-10-26 12:07:36,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:36.781 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_nonexistent_security_group ... success [0.475s] 2018-10-26 12:07:36,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:36.790 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_security_group_without_passing_id ... success [0.009s] 2018-10-26 12:07:37,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:37.049 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_get_keypair_detail ... success [1.104s] 2018-10-26 12:07:37,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:37.352 49 INFO opnfv-tempest [-] {3} tempest.api.compute.limits.test_absolute_limits.AbsoluteLimitsTestJSON.test_absLimits_get ... success [0.131s] 2018-10-26 12:07:37,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:37.765 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_create_server_with_az ... success [11.370s] 2018-10-26 12:07:37,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:37.767 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_delete ... success [0.716s] 2018-10-26 12:07:38,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:38.266 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_with_pub_key ... success [0.501s] 2018-10-26 12:07:38,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:38.809 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_the_default_security_group ... success [2.017s] 2018-10-26 12:07:38,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:38.811 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-26 12:07:38,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:38.815 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-26 12:07:38,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:38.818 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-26 12:07:38,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:38.843 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_get_details ... success [1.084s] 2018-10-26 12:07:39,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:39.035 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_get_nonexistent_group ... success [0.223s] 2018-10-26 12:07:39,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:39.069 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_deleted_server ... success [13.561s] 2018-10-26 12:07:39,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:39.094 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_invalid_server ... success [0.028s] 2018-10-26 12:07:39,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:39.107 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-26 12:07:39,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:39.119 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_37_characters_or_more ... success [0.012s] 2018-10-26 12:07:39,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:39.127 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_blank_id ... success [0.008s] 2018-10-26 12:07:39,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:39.266 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_non_existent_security_group ... success [0.229s] 2018-10-26 12:07:39,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:39.269 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-26 12:07:39,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:39.270 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-26 12:07:39,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:39.271 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-26 12:07:39,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:39.303 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_negative_image_id ... success [0.174s] 2018-10-26 12:07:39,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:39.615 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypairs_create_list_delete ... success [1.347s] 2018-10-26 12:07:39,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:39.633 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_list ... success [0.788s] 2018-10-26 12:07:39,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:39.639 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_non_hex_string_id ... success [0.336s] 2018-10-26 12:07:39,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:39.877 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_updated_quotas ... success [3.771s] 2018-10-26 12:07:40,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:40.486 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_with_id_over_character_limit ... success [0.846s] 2018-10-26 12:07:40,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:40.687 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_remove_host ... success [1.053s] 2018-10-26 12:07:40,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:40.788 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_with_invalid_image_id ... success [0.301s] 2018-10-26 12:07:41,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:41.121 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_non_existent_image ... success [0.332s] 2018-10-26 12:07:41,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:41.234 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete ... success [0.546s] 2018-10-26 12:07:43,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:43.331 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete_with_az ... success [2.096s] 2018-10-26 12:07:43,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:43.869 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_metadata_get_details ... success [0.537s] 2018-10-26 12:07:44,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:44.699 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_server_invalid_state ... success [16.799s] 2018-10-26 12:07:44,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:44.714 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_state ... success [0.019s] 2018-10-26 12:07:44,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:44.727 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_type ... success [0.013s] 2018-10-26 12:07:44,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:44.742 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_nonexistent_server ... success [0.015s] 2018-10-26 12:07:45,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:45.132 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_with_az ... success [1.263s] 2018-10-26 12:07:45,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:45.604 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_verify_entry_in_list ... success [0.471s] 2018-10-26 12:07:51,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:51.404 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [11.527s] 2018-10-26 12:07:51,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:51.928 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_ram ... success [7.183s] 2018-10-26 12:07:52,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:52.578 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_vcpus ... success [0.650s] 2018-10-26 12:07:53,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:53.533 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_delete_server_while_in_error_state ... success [22.137s] 2018-10-26 12:07:57,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:07:57.488 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body ... success [21.775s] 2018-10-26 12:08:01,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:08:01.492 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc ... success [0.905s] 2018-10-26 12:08:01,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:08:01.921 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc_bad_token ... success [0.428s] 2018-10-26 12:08:02,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:08:02.167 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri ... success [4.680s] 2018-10-26 12:08:02,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:08:02.935 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_params ... success [0.209s] 2018-10-26 12:08:03,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:08:03.063 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_service_and_valid_host ... success [0.126s] 2018-10-26 12:08:03,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:08:03.152 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_with_valid_service_and_invalid_host ... success [0.089s] 2018-10-26 12:08:03,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:08:03.354 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_list_services_with_non_admin_user ... success [0.203s] 2018-10-26 12:08:03,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:08:03.669 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [18.957s] 2018-10-26 12:08:03,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:08:03.941 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant ... success [0.191s] 2018-10-26 12:08:03,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:08:03.977 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant_with_non_admin_user ... success [0.037s] 2018-10-26 12:08:04,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:08:04.210 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_list_usage_all_tenants ... success [0.232s] 2018-10-26 12:08:05,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:08:05.833 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_create_server_with_scheduling_hint ... success [12.188s] 2018-10-26 12:08:06,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:08:06.011 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin ... success [0.181s] 2018-10-26 12:08:07,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:08:07.619 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_all_tenants ... success [1.606s] 2018-10-26 12:08:08,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:08:08.396 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_specified_tenant ... success [0.776s] 2018-10-26 12:08:08,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:08:08.448 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_detailed_filter_by_invalid_status ... success [0.053s] 2018-10-26 12:08:09,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:08:09.880 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_error_status ... success [1.429s] 2018-10-26 12:08:10,362 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:08:10.362 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_add_flavor_access_duplicate ... success [2.339s] 2018-10-26 12:08:10,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:08:10.610 49 INFO opnfv-tempest [-] {15} tempest.api.compute.certificates.test_certificates.CertificatesV2TestJSON ... skip: Nova cert is not available 2018-10-26 12:08:10,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:08:10.639 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_exist_host ... success [0.759s] 2018-10-26 12:08:12,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:08:12.311 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_access_list_with_public_flavor ... success [1.949s] 2018-10-26 12:08:13,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:08:13.362 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_add ... success [1.050s] 2018-10-26 12:08:13,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:08:13.568 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.180s] 2018-10-26 12:08:13,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:08:13.624 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.056s] 2018-10-26 12:08:13,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:08:13.684 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_disk ... success [0.060s] 2018-10-26 12:08:13,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:08:13.743 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_ram ... success [0.058s] 2018-10-26 12:08:13,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:08:13.769 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_limit_results ... success [0.026s] 2018-10-26 12:08:13,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:08:13.844 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_using_marker ... success [0.074s] 2018-10-26 12:08:13,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:08:13.897 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_disk ... success [0.052s] 2018-10-26 12:08:13,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:08:13.954 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_ram ... success [0.056s] 2018-10-26 12:08:13,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:08:13.976 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_limit_results ... success [0.021s] 2018-10-26 12:08:14,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:08:14.053 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_using_marker ... success [0.077s] 2018-10-26 12:08:14,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:08:14.116 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.062s] 2018-10-26 12:08:15,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:08:15.433 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_remove ... success [2.069s] 2018-10-26 12:08:16,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:08:16.040 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-26 12:08:16,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:08:16.058 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_remove_flavor_access_not_found ... success [0.625s] 2018-10-26 12:08:17,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:08:17.742 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_list_security_groups_by_server ... success [26.444s] 2018-10-26 12:08:20,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:08:20.519 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_group_create_get_delete ... success [2.782s] 2018-10-26 12:08:28,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:08:28.554 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [8.033s] 2018-10-26 12:08:29,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:08:29.016 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 [54.510s] 2018-10-26 12:08:30,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:08:30.653 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [28.640s] 2018-10-26 12:08:31,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:08:31.802 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-26 12:08:33,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:08:33.786 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [3.137s] 2018-10-26 12:08:34,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:08:34.800 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume ... success [31.127s] 2018-10-26 12:08:37,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:08:37.914 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.054s] 2018-10-26 12:08:38,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:08:38.040 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.126s] 2018-10-26 12:08:38,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:08:38.388 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_building_state ... success [3.590s] 2018-10-26 12:08:40,155 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:08:40.154 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [5.586s] 2018-10-26 12:08:40,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:08:40.241 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.087s] 2018-10-26 12:08:41,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:08:41.008 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.766s] 2018-10-26 12:08:41,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:08:41.105 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.095s] 2018-10-26 12:08:41,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:08:41.107 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-10-26 12:08:49,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:08:49.097 49 INFO opnfv-tempest [-] {15} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_allocate_floating_ip ... success [11.989s] 2018-10-26 12:08:50,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:08:50.615 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.175s] 2018-10-26 12:08:50,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:08:50.847 49 INFO opnfv-tempest [-] {10} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_delete_nonexistent_floating_ip ... success [0.232s] 2018-10-26 12:08:51,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:08:51.033 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-26 12:08:57,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:08:57.260 49 INFO opnfv-tempest [-] {15} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_delete_floating_ip ... success [8.163s] 2018-10-26 12:08:58,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:08:58.837 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_host_name_is_same_as_server_name ... success [3.239s] 2018-10-26 12:08:58,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:08:58.903 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.067s] 2018-10-26 12:08:59,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:08:59.413 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers_with_detail ... success [0.509s] 2018-10-26 12:08:59,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:08:59.551 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_created_server_vcpus ... success [0.137s] 2018-10-26 12:08:59,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:08:59.553 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-10-26 12:09:02,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:09:02.645 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_cold_migration ... success [93.065s] 2018-10-26 12:09:02,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:09:02.669 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations ... success [0.030s] 2018-10-26 12:09:03,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:09:03.105 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_invalid_host_for_migration ... success [32.418s] 2018-10-26 12:09:16,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:09:16.931 49 INFO opnfv-tempest [-] {10} tempest.api.compute.limits.test_absolute_limits_negative.AbsoluteLimitsNegativeTestJSON.test_max_image_meta_exceed_limit ... success [3.114s] 2018-10-26 12:09:19,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:09:19.242 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_pause_state ... success [40.845s] 2018-10-26 12:09:19,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:09:19.243 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-26 12:09:19,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:09:19.672 49 INFO opnfv-tempest [-] {15} tempest.api.compute.images.test_list_image_filters_negative.ListImageFiltersNegativeTestJSON.test_get_nonexistent_image ... success [0.513s] 2018-10-26 12:09:26,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:09:26.651 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_live_block_migration_suspended ... success [23.547s] 2018-10-26 12:09:26,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:09:26.891 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_server_security_groups ... success [58.326s] 2018-10-26 12:09:30,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:09:30.531 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_update_security_groups ... success [3.643s] 2018-10-26 12:09:33,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:09:33.535 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.670s] 2018-10-26 12:09:33,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:09:33.545 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.011s] 2018-10-26 12:09:34,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:09:34.004 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_nonexistent_floating_ip ... success [0.458s] 2018-10-26 12:09:34,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:09:34.034 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_dissociate_nonexistent_floating_ip ... success [0.030s] 2018-10-26 12:09:34,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:09:34.141 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_empty_name ... success [0.431s] 2018-10-26 12:09:34,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:09:34.172 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_delete_image_that_is_not_yet_active ... success [65.146s] 2018-10-26 12:09:34,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:09:34.214 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_name_length_over_64 ... success [0.073s] 2018-10-26 12:09:36,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:09:36.759 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_active_domain ... success [2.544s] 2018-10-26 12:09:36,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:09:36.832 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_non_existent_domain ... success [0.072s] 2018-10-26 12:09:37,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:09:37.014 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_create_server.ServersWithSpecificFlavorTestJSON.test_verify_created_server_ephemeral_disk ... success [94.195s] 2018-10-26 12:09:41,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:09:41.682 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_domain_create_duplicate ... success [4.849s] 2018-10-26 12:09:43,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:09:43.591 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [24.423s] 2018-10-26 12:09:46,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:09:46.180 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration ... success [74.362s] 2018-10-26 12:09:53,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:09:53.168 49 INFO opnfv-tempest [-] {12} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_already_associated_floating_ip ... success [40.591s] 2018-10-26 12:09:55,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:09:55.150 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_change_server_password ... skip [0.000s]: Change password not available. 2018-10-26 12:09:59,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:09:59.286 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [3.741s] 2018-10-26 12:09:59,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:09:59.644 49 INFO opnfv-tempest [-] {12} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_disassociate_floating_ip ... success [6.481s] 2018-10-26 12:09:59,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:09:59.654 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [6.183s] 2018-10-26 12:10:00,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:00.428 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_list_policies ... success [1.142s] 2018-10-26 12:10:03,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:03.542 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_duplicate ... success [3.417s] 2018-10-26 12:10:04,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:04.148 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.605s] 2018-10-26 12:10:04,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:04.159 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-26 12:10:05,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:05.740 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 [1.579s] 2018-10-26 12:10:06,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:06.433 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create_with_reservation_return ... success [22.840s] 2018-10-26 12:10:06,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:06.913 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.172s] 2018-10-26 12:10:08,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:08.038 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 [1.124s] 2018-10-26 12:10:08,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:08.121 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_by_network_neg ... success [0.052s] 2018-10-26 12:10:08,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:08.139 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_invalid_server_id ... success [0.018s] 2018-10-26 12:10:08,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:08.414 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.376s] 2018-10-26 12:10:08,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:08.436 49 INFO opnfv-tempest [-] {6} tempest.api.compute.floating_ips.test_list_floating_ips_negative.FloatingIPDetailsNegativeTestJSON.test_get_nonexistent_floating_ip_details ... success [0.293s] 2018-10-26 12:10:08,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:08.588 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.174s] 2018-10-26 12:10:11,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:11.712 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_rebuild_server_in_error_state ... success [121.048s] 2018-10-26 12:10:11,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:11.803 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON ... fail 2018-10-26 12:10:11,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:11.803 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-26 12:10:12,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:12.616 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_get_available_project_scopes ... success [0.966s] 2018-10-26 12:10:17,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:17.503 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_rescope_token ... success [4.883s] 2018-10-26 12:10:17,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:17.837 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_ipv6_addr_only ... success [18.177s] 2018-10-26 12:10:19,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:19.051 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_tokens ... success [1.551s] 2018-10-26 12:10:19,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:19.454 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_floating_ips_bulk.FloatingIPsBulkAdminTestJSON.test_create_list_delete_floating_ips_bulk ... success [0.225s] 2018-10-26 12:10:24,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:24.132 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_network_inject_network_info ... success [12.421s] 2018-10-26 12:10:24,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:24.743 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration_paused ... success [38.557s] 2018-10-26 12:10:24,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:24.746 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_volume_backed_live_migration ... skip [0.001s]: Skipped until Bug: 1524898 is resolved. 2018-10-26 12:10:25,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:25.173 49 INFO opnfv-tempest [-] {15} tempest.api.identity.v2.test_extension.ExtensionTestJSON ... skip: Identity api v2 is not enabled 2018-10-26 12:10:25,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:25.403 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_state_server ... success [1.273s] 2018-10-26 12:10:25,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:25.567 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-26 12:10:30,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:30.382 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_image_members.ImageMembersTest.test_add_image_member ... fail [0.011s] 2018-10-26 12:10:30,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:30.393 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_image_members.ImageMembersTest.test_get_shared_images ... fail [0.010s] 2018-10-26 12:10:30,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:30.403 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_image_members.ImageMembersTest.test_remove_member ... fail [0.010s] 2018-10-26 12:10:30,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:30.946 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shutoff_state ... success [71.689s] 2018-10-26 12:10:32,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:32.254 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.169s] 2018-10-26 12:10:32,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:32.415 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.162s] 2018-10-26 12:10:32,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:32.542 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_delete_server_password ... success [0.473s] 2018-10-26 12:10:32,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:32.599 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_get_server_password ... success [0.056s] 2018-10-26 12:10:35,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:35.546 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_create_backup ... fail [40.376s] 2018-10-26 12:10:36,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:36.871 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations_in_flavor_resize_situation ... success [94.179s] 2018-10-26 12:10:37,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:37.757 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [19.918s] 2018-10-26 12:10:42,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:42.264 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_images.CreateRegisterImagesTest.test_register_http_image ... fail [0.011s] 2018-10-26 12:10:42,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:42.272 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_images.CreateRegisterImagesTest.test_register_image_with_min_ram ... fail [0.007s] 2018-10-26 12:10:42,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:42.281 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_images.CreateRegisterImagesTest.test_register_remote_image ... fail [0.008s] 2018-10-26 12:10:42,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:42.288 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_images.CreateRegisterImagesTest.test_register_then_upload ... fail [0.007s] 2018-10-26 12:10:44,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:44.056 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output ... success [8.511s] 2018-10-26 12:10:44,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:44.095 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.059s] 2018-10-26 12:10:44,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:44.373 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-10-26 12:10:45,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:45.198 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_create_server_metadata_blank_key ... success [0.405s] 2018-10-26 12:10:45,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:45.250 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_delete_metadata_non_existent_server ... success [0.052s] 2018-10-26 12:10:45,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:45.275 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_list_server_metadata_non_existent_server ... success [0.025s] 2018-10-26 12:10:45,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:45.633 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_metadata_items_limit ... success [0.355s] 2018-10-26 12:10:46,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:46.030 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.409s] 2018-10-26 12:10:46,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:46.288 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.256s] 2018-10-26 12:10:46,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:46.807 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.518s] 2018-10-26 12:10:47,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:47.190 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_create_metadata_key_too_long ... success [1.553s] 2018-10-26 12:10:47,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:47.207 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_metadata_non_existent_server ... success [0.020s] 2018-10-26 12:10:47,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:47.235 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_metadata_non_existent_server ... success [0.028s] 2018-10-26 12:10:47,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:47.247 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_blank_key ... success [0.011s] 2018-10-26 12:10:47,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:47.257 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_missing_metadata ... success [0.010s] 2018-10-26 12:10:47,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:47.278 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_non_existent_server ... success [0.020s] 2018-10-26 12:10:47,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:47.289 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_with_blank_key ... success [0.011s] 2018-10-26 12:10:47,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:47.302 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_wrong_key_passed_in_body ... success [0.012s] 2018-10-26 12:10:47,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:47.330 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.523s] 2018-10-26 12:10:47,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:47.695 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.364s] 2018-10-26 12:10:47,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:47.783 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.088s] 2018-10-26 12:10:47,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:47.930 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_exceed_limit ... success [0.146s] 2018-10-26 12:10:48,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:48.010 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.079s] 2018-10-26 12:10:48,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:48.082 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.071s] 2018-10-26 12:10:48,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:48.176 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.093s] 2018-10-26 12:10:48,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:48.273 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.096s] 2018-10-26 12:10:52,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:52.808 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [8.709s] 2018-10-26 12:10:53,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:53.508 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_auto_disk_config ... success [88.048s] 2018-10-26 12:10:54,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:54.947 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_create_list_show_delete_endpoint ... success [0.588s] 2018-10-26 12:10:55,335 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:55.334 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_list_endpoints ... success [0.386s] 2018-10-26 12:10:57,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:57.503 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [25.242s] 2018-10-26 12:10:59,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:10:59.572 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [4.239s] 2018-10-26 12:11:15,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:11:15.029 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_setting_project_id ... success [22.907s] 2018-10-26 12:11:18,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:11:18.094 49 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest.test_add_member_with_non_existing_image ... fail [0.037s] 2018-10-26 12:11:18,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:11:18.106 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-26 12:11:18,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:11:18.111 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-26 12:11:18,117 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:11:18.117 49 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest.test_get_image_without_membership ... fail [0.009s] 2018-10-26 12:11:20,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:11:20.623 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [3.821s] 2018-10-26 12:11:20,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:11:20.768 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.144s] 2018-10-26 12:11:21,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:11:21.535 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsTest.test_get_server_diagnostics ... success [25.620s] 2018-10-26 12:11:21,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:11:21.671 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.903s] 2018-10-26 12:11:21,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:11:21.770 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.097s] 2018-10-26 12:11:21,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:11:21.772 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-10-26 12:11:26,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:11:26.325 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list ... success [0.579s] 2018-10-26 12:11:26,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:11:26.714 49 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [1.356s] 2018-10-26 12:11:27,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:11:27.066 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit ... success [0.741s] 2018-10-26 12:11:27,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:11:27.888 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit ... success [0.821s] 2018-10-26 12:11:28,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:11:28.646 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit ... success [0.757s] 2018-10-26 12:11:28,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:11:28.757 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_server_id_in_shutoff_status ... success [44.692s] 2018-10-26 12:11:30,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:11:30.242 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit ... success [1.596s] 2018-10-26 12:11:30,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:11:30.494 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details ... success [0.252s] 2018-10-26 12:11:31,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:11:31.210 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_default_snat_value ... success [16.180s] 2018-10-26 12:11:32,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:11:32.542 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_shutoff_status ... success [44.254s] 2018-10-26 12:11:32,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:11:32.555 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_zero_limit ... success [0.019s] 2018-10-26 12:11:33,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:11:33.320 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [55.551s] 2018-10-26 12:11:33,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:11:33.477 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_list_agent ... success [0.183s] 2018-10-26 12:11:33,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:11:33.707 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_list_agents_non_admin ... success [0.229s] 2018-10-26 12:11:33,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:11:33.755 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip ... success [1.197s] 2018-10-26 12:11:33,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:11:33.758 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-26 12:11:33,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:11:33.879 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_suspended_state ... success [62.916s] 2018-10-26 12:11:33,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:11:33.882 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_show_agent ... success [0.173s] 2018-10-26 12:11:34,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:11:34.047 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_regex ... success [0.291s] 2018-10-26 12:11:34,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:11:34.187 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.140s] 2018-10-26 12:11:34,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:11:34.193 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_virtual_interfaces.VirtualInterfacesTestJSON.test_list_virtual_interfaces ... success [0.047s] 2018-10-26 12:11:34,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:11:34.371 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_description ... success [0.490s] 2018-10-26 12:11:34,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:11:34.565 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_status ... success [0.193s] 2018-10-26 12:11:35,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:11:35.973 49 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors_negative.FlavorsV2NegativeTest.test_boot_with_low_ram ... fail [0.223s] 2018-10-26 12:11:39,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:11:39.365 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: Nova personality feature disabled 2018-10-26 12:11:39,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:11:39.957 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v2.test_roles.RolesTestJSON ... skip: Identity api v2 is not enabled 2018-10-26 12:11:42,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:11:42.911 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_compare_tenant_quotas_with_default_quotas ... success [0.546s] 2018-10-26 12:11:43,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:11:43.097 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.186s] 2018-10-26 12:11:43,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:11:43.563 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.465s] 2018-10-26 12:11:44,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:11:44.411 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_with_unlimited_size ... success [15.652s] 2018-10-26 12:11:44,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:11:44.677 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.406s] 2018-10-26 12:11:45,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:11:45.010 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_vnc_console ... success [0.603s] 2018-10-26 12:11:49,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:11:49.655 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_server_with_scheduler_hint_group_anti_affinity ... success [20.232s] 2018-10-26 12:11:49,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:11:49.658 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-26 12:11:49,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:11:49.659 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-26 12:11:49,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:11:49.660 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-26 12:11:53,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:11:53.251 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-26 12:11:54,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:11:54.617 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_paused_server ... success [71.255s] 2018-10-26 12:11:54,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:11:54.777 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_create_port_binding_ext_attr ... success [6.347s] 2018-10-26 12:11:55,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:11:55.667 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [22.342s] 2018-10-26 12:11:55,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:11:55.964 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_deactivate_reactivate_image ... success [8.286s] 2018-10-26 12:11:56,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:11:56.817 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_project_by_unauthorized_user ... success [0.106s] 2018-10-26 12:11:57,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:11:57.274 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_project_with_empty_name ... success [0.456s] 2018-10-26 12:11:57,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:11:57.345 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_projects_name_length_over_64 ... success [0.072s] 2018-10-26 12:11:57,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:11:57.373 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.409s] 2018-10-26 12:11:57,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:11:57.433 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_delete_non_existent_project ... success [0.087s] 2018-10-26 12:11:57,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:11:57.512 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_list_projects_by_unauthorized_user ... success [0.078s] 2018-10-26 12:11:58,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:11:58.093 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_create_duplicate ... success [0.580s] 2018-10-26 12:12:00,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:00.061 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_list_ports_binding_ext_attr ... success [5.283s] 2018-10-26 12:12:00,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:00.310 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_delete_by_unauthorized_user ... success [2.217s] 2018-10-26 12:12:01,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:01.434 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [4.059s] 2018-10-26 12:12:03,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:03.891 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_create_list_show_delete_interfaces ... success [66.378s] 2018-10-26 12:12:03,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:03.984 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [18.966s] 2018-10-26 12:12:04,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:04.449 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_show_port_binding_ext_attr ... success [4.389s] 2018-10-26 12:12:06,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:06.738 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [5.304s] 2018-10-26 12:12:08,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:08.442 49 INFO opnfv-tempest [-] {12} tempest.api.identity.v2.test_tokens.TokensTest ... skip: Identity api v2 is not enabled 2018-10-26 12:12:09,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:09.319 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_update_port_binding_ext_attr ... success [4.869s] 2018-10-26 12:12:11,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:11.065 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_pause_unpause_server ... success [7.083s] 2018-10-26 12:12:12,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:12.066 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_snat_explicit ... success [40.855s] 2018-10-26 12:12:14,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:14.543 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_invalid_status ... success [1.854s] 2018-10-26 12:12:17,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:17.436 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_owner_cannot_accept ... success [2.892s] 2018-10-26 12:12:18,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:18.866 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON ... fail 2018-10-26 12:12:22,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:22.107 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_resize_server_revert_deleted_flavor ... success [105.205s] 2018-10-26 12:12:23,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:23.199 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_manual_disk_config ... success [89.669s] 2018-10-26 12:12:23,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:23.710 49 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume ... success [33.460s] 2018-10-26 12:12:25,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:25.693 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [14.627s] 2018-10-26 12:12:26,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:26.371 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_soft ... skip [0.679s]: Skipped until Bug: 1014647 is resolved. 2018-10-26 12:12:26,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:26.971 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespace_schema ... success [0.188s] 2018-10-26 12:12:26,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:26.981 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespaces_schema ... success [0.009s] 2018-10-26 12:12:27,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:27.150 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_object_schema ... success [0.169s] 2018-10-26 12:12:27,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:27.313 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_objects_schema ... success [0.162s] 2018-10-26 12:12:27,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:27.565 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_properties_schema ... success [0.252s] 2018-10-26 12:12:27,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:27.743 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_property_schema ... success [0.177s] 2018-10-26 12:12:27,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:27.887 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resource_type_schema ... success [0.144s] 2018-10-26 12:12:28,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:28.032 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resources_types_schema ... success [0.144s] 2018-10-26 12:12:28,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:28.181 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tag_schema ... success [0.148s] 2018-10-26 12:12:28,336 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:28.336 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tags_schema ... success [0.155s] 2018-10-26 12:12:29,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:29.440 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [3.350s] 2018-10-26 12:12:31,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:31.710 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_cidr ... success [2.269s] 2018-10-26 12:12:35,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:35.420 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_reset_gateway_without_snat ... success [23.353s] 2018-10-26 12:12:35,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:35.652 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.175s] 2018-10-26 12:12:35,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:35.876 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.223s] 2018-10-26 12:12:36,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:36.273 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 [4.561s] 2018-10-26 12:12:36,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:36.348 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_protected_image ... success [0.471s] 2018-10-26 12:12:37,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:37.470 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_namespaces.MetadataNamespacesTest.test_basic_metadata_definition_namespaces ... success [4.026s] 2018-10-26 12:12:38,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:38.026 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [1.676s] 2018-10-26 12:12:38,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:38.185 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.159s] 2018-10-26 12:12:38,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:38.376 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.191s] 2018-10-26 12:12:38,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:38.534 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_container_format ... success [0.158s] 2018-10-26 12:12:38,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:38.557 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_disk_format ... success [0.023s] 2018-10-26 12:12:39,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:39.405 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.083s] 2018-10-26 12:12:39,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:39.421 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.015s] 2018-10-26 12:12:39,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:39.570 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.149s] 2018-10-26 12:12:39,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:39.586 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.015s] 2018-10-26 12:12:39,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:39.598 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.011s] 2018-10-26 12:12:39,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:39.643 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.045s] 2018-10-26 12:12:39,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:39.706 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.062s] 2018-10-26 12:12:39,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:39.766 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.060s] 2018-10-26 12:12:40,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:40.207 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.440s] 2018-10-26 12:12:40,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:40.222 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.015s] 2018-10-26 12:12:40,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:40.294 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.072s] 2018-10-26 12:12:40,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:40.488 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_setting_project_id ... success [18.972s] 2018-10-26 12:12:41,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:41.217 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 [4.944s] 2018-10-26 12:12:42,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:42.090 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_create_update_get ... success [0.872s] 2018-10-26 12:12:42,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:42.621 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_update_with_few_fields ... success [0.531s] 2018-10-26 12:12:45,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:45.892 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [4.675s] 2018-10-26 12:12:47,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:47.920 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_resource_types.MetadataResourceTypesTest.test_basic_meta_def_resource_type_association ... success [4.101s] 2018-10-26 12:12:49,336 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:49.335 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescue_unrescue_instance ... success [107.825s] 2018-10-26 12:12:49,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:49.781 49 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON ... skip: metering extension not enabled. 2018-10-26 12:12:51,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:51.378 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [8.754s] 2018-10-26 12:12:52,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:52.217 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_add_remove_security_group ... success [2.884s] 2018-10-26 12:12:53,362 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:53.361 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_groups ... success [1.984s] 2018-10-26 12:12:54,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:54.279 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_reassign_port_between_servers ... success [50.380s] 2018-10-26 12:12:54,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:54.660 49 INFO opnfv-tempest [-] {12} tempest.api.network.admin.test_negative_quotas.QuotasNegativeTest.test_network_quota_exceeding ... success [5.207s] 2018-10-26 12:12:54,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:54.935 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_user_groups ... success [1.573s] 2018-10-26 12:12:55,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:55.294 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway ... success [19.873s] 2018-10-26 12:12:57,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:57.737 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_default_snat_value ... success [17.247s] 2018-10-26 12:12:58,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:58.207 49 INFO opnfv-tempest [-] {12} tempest.api.network.test_routers_negative.DvrRoutersNegativeTest ... skip: DVR extension not enabled. 2018-10-26 12:12:58,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:58.209 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest ... skip: AccountQuotasNegativeTest skipped as swift is not available 2018-10-26 12:12:58,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:58.210 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest ... skip: ObjectExpiryTest skipped as swift is not available 2018-10-26 12:12:58,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:58.211 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_object_services.PublicObjectTest ... skip: PublicObjectTest skipped as swift is not available 2018-10-26 12:12:58,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:12:58.635 49 INFO opnfv-tempest [-] {7} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete ... success [3.960s] 2018-10-26 12:13:00,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:13:00.751 49 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeTest.test_router_set_gateway_used_ip_returns_409 ... success [6.251s] 2018-10-26 12:13:00,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:13:00.772 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_associate_dissociate_floating_ip ... success [8.554s] 2018-10-26 12:13:03,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:13:03.209 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_verify_resize_state ... success [89.313s] 2018-10-26 12:13:05,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:13:05.916 49 INFO opnfv-tempest [-] {7} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-10-26 12:13:08,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:13:08.441 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [1.914s] 2018-10-26 12:13:09,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:13:09.037 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.595s] 2018-10-26 12:13:09,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:13:09.383 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.346s] 2018-10-26 12:13:09,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:13:09.577 49 INFO opnfv-tempest [-] {7} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.099s] 2018-10-26 12:13:09,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:13:09.867 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.483s] 2018-10-26 12:13:11,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:13:11.210 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_authentication_for_disabled_user ... success [4.980s] 2018-10-26 12:13:11,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:13:11.281 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_create_user_for_non_existent_domain ... success [0.072s] 2018-10-26 12:13:11,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:13:11.604 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [1.736s] 2018-10-26 12:13:12,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:13:12.149 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_metadata_empty_body ... success [0.544s] 2018-10-26 12:13:12,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:13:12.648 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.499s] 2018-10-26 12:13:13,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:13:13.701 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_with_snat_explicit ... success [18.406s] 2018-10-26 12:13:14,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:13:14.227 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [47.842s] 2018-10-26 12:13:15,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:13:15.745 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [6.141s] 2018-10-26 12:13:16,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:13:16.175 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_min_count ... success [0.518s] 2018-10-26 12:13:16,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:13:16.563 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_one ... success [0.387s] 2018-10-26 12:13:16,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:13:16.936 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_non_integer ... success [0.372s] 2018-10-26 12:13:17,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:13:17.440 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_less_than_one ... success [0.503s] 2018-10-26 12:13:17,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:13:17.829 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_non_integer ... success [0.389s] 2018-10-26 12:13:18,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:13:18.892 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [18.088s] 2018-10-26 12:13:19,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:13:19.287 49 INFO opnfv-tempest [-] {7} tempest.api.image.v1.test_images.UpdateImageMetaTest ... fail 2018-10-26 12:13:20,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:13:20.200 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2018-10-26 12:13:20,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:13:20.855 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [85.173s] 2018-10-26 12:13:27,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:13:27.166 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_virtual_interfaces_negative.VirtualInterfacesNegativeTestJSON.test_list_virtual_interfaces_invalid_server_id ... success [0.123s] 2018-10-26 12:13:27,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:13:27.210 49 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_metering_extensions.MeteringTestJSON ... skip: metering extension not enabled. 2018-10-26 12:13:30,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:13:30.784 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [15.037s] 2018-10-26 12:13:32,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:13:32.028 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-26 12:13:32,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:13:32.029 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v2.test_endpoints.EndPointsTestJSON ... skip: Identity api v2 is not enabled 2018-10-26 12:13:40,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:13:40.083 49 INFO opnfv-tempest [-] {8} tempest.api.image.v2.test_images_metadefs_namespace_properties.MetadataNamespacePropertiesTest.test_basic_meta_def_namespace_property ... success [5.643s] 2018-10-26 12:13:41,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:13:41.120 49 INFO opnfv-tempest [-] {5} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [82.911s] 2018-10-26 12:13:42,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:13:42.234 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_snat_explicit ... success [44.496s] 2018-10-26 12:13:42,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:13:42.679 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_group ... success [1.465s] 2018-10-26 12:13:42,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:13:42.724 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_create_list_port_with_extra_dhcp_options ... success [3.732s] 2018-10-26 12:13:43,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:13:43.285 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.142s] 2018-10-26 12:13:43,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:13:43.517 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_without_snat ... success [29.815s] 2018-10-26 12:13:43,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:13:43.878 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_update_show_port_with_extra_dhcp_options ... success [1.154s] 2018-10-26 12:13:43,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:13:43.940 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_user ... success [1.259s] 2018-10-26 12:13:44,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:13:44.281 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_auto_to_manual ... success [81.064s] 2018-10-26 12:13:46,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:13:46.278 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_group ... success [2.337s] 2018-10-26 12:13:47,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:13:47.537 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [28.641s] 2018-10-26 12:13:48,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:13:48.405 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [17.620s] 2018-10-26 12:13:49,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:13:49.484 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_user ... success [3.205s] 2018-10-26 12:13:50,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:13:50.270 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_delete_a_server_of_another_tenant ... success [0.361s] 2018-10-26 12:13:50,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:13:50.440 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_update_server_of_another_tenant ... success [0.169s] 2018-10-26 12:13:53,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:13:53.735 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume ... success [10.448s] 2018-10-26 12:13:54,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:13:54.004 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_domain ... success [4.518s] 2018-10-26 12:13:55,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:13:55.341 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_stopped_server ... success [120.701s] 2018-10-26 12:13:55,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:13:55.640 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_project_tree ... success [1.636s] 2018-10-26 12:13:56,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:13:56.726 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_external_networks_negative.ExternalNetworksAdminNegativeTestJSON.test_create_port_with_precreated_floatingip_as_fixed_ip ... success [5.013s] 2018-10-26 12:13:58,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:13:58.011 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict ... success [4.274s] 2018-10-26 12:13:58,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:13:58.770 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.760s] 2018-10-26 12:13:59,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:13:59.640 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.869s] 2018-10-26 12:14:00,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:00.050 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_revert_cold_migration ... success [97.920s] 2018-10-26 12:14:00,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:00.814 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.174s] 2018-10-26 12:14:01,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:01.579 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.764s] 2018-10-26 12:14:02,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:02.175 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.212s] 2018-10-26 12:14:02,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:02.221 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.641s] 2018-10-26 12:14:02,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:02.347 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.170s] 2018-10-26 12:14:02,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:02.424 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_image_param_owner ... success [0.077s] 2018-10-26 12:14:02,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:02.474 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_tenant_negative.TenantsNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-10-26 12:14:02,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:02.621 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.195s] 2018-10-26 12:14:02,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:02.801 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.181s] 2018-10-26 12:14:02,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:02.851 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.049s] 2018-10-26 12:14:03,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:03.276 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.424s] 2018-10-26 12:14:03,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:03.478 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_name ... success [0.201s] 2018-10-26 12:14:03,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:03.927 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.449s] 2018-10-26 12:14:04,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:04.110 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort ... success [0.182s] 2018-10-26 12:14:04,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:04.251 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_non_existent_keypair ... success [2.028s] 2018-10-26 12:14:04,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:04.306 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort_key_dir ... success [0.194s] 2018-10-26 12:14:04,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:04.349 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.043s] 2018-10-26 12:14:04,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:04.517 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_tag ... success [0.168s] 2018-10-26 12:14:04,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:04.555 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.037s] 2018-10-26 12:14:04,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:04.600 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.045s] 2018-10-26 12:14:06,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:06.845 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_nonexistent_security_group ... success [2.592s] 2018-10-26 12:14:07,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:07.253 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_non_existent_server ... success [0.408s] 2018-10-26 12:14:07,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:07.347 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_reset_gateway_without_snat ... success [25.112s] 2018-10-26 12:14:07,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:07.635 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.381s] 2018-10-26 12:14:08,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:08.279 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.644s] 2018-10-26 12:14:08,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:08.548 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_force_delete_nonexistent_server_id ... success [0.268s] 2018-10-26 12:14:08,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:08.815 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_unset_gateway ... success [25.298s] 2018-10-26 12:14:08,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:08.947 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_False ... success [0.093s] 2018-10-26 12:14:09,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:09.000 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_True ... success [0.052s] 2018-10-26 12:14:09,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:09.094 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_console_output_of_non_existent_server ... success [0.546s] 2018-10-26 12:14:09,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:09.530 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_False ... success [0.529s] 2018-10-26 12:14:09,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:09.697 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.601s] 2018-10-26 12:14:10,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:10.309 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_access_ip_v4_address ... success [0.611s] 2018-10-26 12:14:10,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:10.652 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [7.404s] 2018-10-26 12:14:11,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:11.340 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_True ... success [1.810s] 2018-10-26 12:14:11,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:11.543 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.233s] 2018-10-26 12:14:11,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:11.793 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_non_existent_server ... success [0.250s] 2018-10-26 12:14:14,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:14.994 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [27.455s] 2018-10-26 12:14:15,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:15.585 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_create_port_binding_ext_attr ... success [6.019s] 2018-10-26 12:14:16,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:16.901 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_paused_server ... success [5.105s] 2018-10-26 12:14:16,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:16.902 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-26 12:14:17,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:17.299 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_deleted_server ... success [0.400s] 2018-10-26 12:14:17,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:17.549 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.249s] 2018-10-26 12:14:17,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:17.978 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.428s] 2018-10-26 12:14:18,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:18.225 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.247s] 2018-10-26 12:14:18,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:18.655 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_nonexistent_server ... success [0.429s] 2018-10-26 12:14:19,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:19.258 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_non_existent_flavor ... success [0.602s] 2018-10-26 12:14:19,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:19.747 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_null_flavor ... success [0.488s] 2018-10-26 12:14:20,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:20.150 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_nonexistent_server_id ... success [0.402s] 2018-10-26 12:14:20,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:20.307 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_list_ports_binding_ext_attr ... success [4.714s] 2018-10-26 12:14:20,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:20.323 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_in_stop_state ... success [66.082s] 2018-10-26 12:14:20,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:20.645 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_server_invalid_state ... success [0.495s] 2018-10-26 12:14:21,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:21.021 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_non_existent_server ... success [0.375s] 2018-10-26 12:14:21,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:21.737 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_server_invalid_state ... success [0.715s] 2018-10-26 12:14:22,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:22.438 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.699s] 2018-10-26 12:14:22,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:22.441 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-26 12:14:22,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:22.443 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-26 12:14:22,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:22.678 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.240s] 2018-10-26 12:14:23,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:23.008 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_non_existent_server ... success [0.329s] 2018-10-26 12:14:23,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:23.032 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [12.379s] 2018-10-26 12:14:23,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:23.937 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_show_port_binding_ext_attr ... success [3.635s] 2018-10-26 12:14:24,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:24.660 49 INFO opnfv-tempest [-] {13} tempest.api.network.admin.test_l3_agent_scheduler.L3AgentSchedulerTestJSON.test_add_list_remove_router_on_l3_agent ... success [1.967s] 2018-10-26 12:14:24,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:24.939 49 INFO opnfv-tempest [-] {13} tempest.api.network.admin.test_l3_agent_scheduler.L3AgentSchedulerTestJSON.test_list_routers_on_l3_agent ... success [0.280s] 2018-10-26 12:14:25,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:25.810 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects ... success [0.289s] 2018-10-26 12:14:25,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:25.879 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_domains ... success [0.069s] 2018-10-26 12:14:25,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:25.948 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_enabled ... success [0.068s] 2018-10-26 12:14:26,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:26.021 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_name ... success [0.072s] 2018-10-26 12:14:26,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:26.092 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_parent ... success [0.071s] 2018-10-26 12:14:28,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:28.334 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway ... success [20.985s] 2018-10-26 12:14:28,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:28.467 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_update_port_binding_ext_attr ... success [4.530s] 2018-10-26 12:14:28,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:28.991 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-26 12:14:29,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:28.999 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [8.697s] 2018-10-26 12:14:29,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:29.833 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [15.286s] 2018-10-26 12:14:30,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:30.062 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_delete_non_existent_router_returns_404 ... success [0.230s] 2018-10-26 12:14:31,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:31.012 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_invalid_network_returns_404 ... success [0.948s] 2018-10-26 12:14:33,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:33.889 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_net_not_external_returns_400 ... success [2.876s] 2018-10-26 12:14:34,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:34.015 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_container_staticweb.StaticWebTest ... skip: StaticWebTest skipped as swift is not available 2018-10-26 12:14:34,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:34.018 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-10-26 12:14:34,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:34.020 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_object_version.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-10-26 12:14:34,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:34.021 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-26 12:14:34,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:34.021 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest ... skip: Cinder multi-backend feature disabled 2018-10-26 12:14:34,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:34.515 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [11.482s] 2018-10-26 12:14:34,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:34.968 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [5.967s] 2018-10-26 12:14:35,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:35.059 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_server_invalid_state ... success [12.047s] 2018-10-26 12:14:35,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:35.307 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_non_existent_server ... success [0.249s] 2018-10-26 12:14:35,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:35.994 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_server_invalid_state ... success [0.685s] 2018-10-26 12:14:35,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:35.996 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-26 12:14:35,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:35.997 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-26 12:14:36,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:36.460 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.466s] 2018-10-26 12:14:36,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:36.706 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.245s] 2018-10-26 12:14:36,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:36.823 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_remove_interface_in_use_returns_409 ... success [2.934s] 2018-10-26 12:14:36,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:36.960 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.253s] 2018-10-26 12:14:37,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:37.055 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_show_non_existent_router_returns_404 ... success [0.231s] 2018-10-26 12:14:37,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:37.274 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_update_non_existent_router_returns_404 ... success [0.218s] 2018-10-26 12:14:39,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:39.844 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_show_delete_port_user_defined_mac ... success [5.328s] 2018-10-26 12:14:39,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:39.899 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [4.531s] 2018-10-26 12:14:40,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:40.440 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [5.471s] 2018-10-26 12:14:40,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:40.463 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_suspended_server ... success [45.115s] 2018-10-26 12:14:42,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:42.253 49 INFO opnfv-tempest [-] {5} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [61.122s] 2018-10-26 12:14:42,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:42.843 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_delete_quota ... success [2.113s] 2018-10-26 12:14:43,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:43.042 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [3.197s] 2018-10-26 12:14:43,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:43.062 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_list_default_quotas ... success [0.221s] 2018-10-26 12:14:43,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:43.233 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_list_quotas ... success [0.169s] 2018-10-26 12:14:43,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:43.494 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_with_snat_explicit ... success [15.160s] 2018-10-26 12:14:45,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:45.168 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [8.012s] 2018-10-26 12:14:48,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:48.820 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [8.380s] 2018-10-26 12:14:54,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:54.160 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_quota_usage ... success [10.922s] 2018-10-26 12:14:54,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:54.179 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [14.278s] 2018-10-26 12:14:54,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:54.316 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_query ... success [9.149s] 2018-10-26 12:14:56,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:56.882 49 INFO opnfv-tempest [-] {9} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.831s] 2018-10-26 12:14:56,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:56.891 49 INFO opnfv-tempest [-] {9} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-10-26 12:14:58,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:58.334 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_delete_saving_image ... success [17.867s] 2018-10-26 12:14:59,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:14:59.140 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [10.320s] 2018-10-26 12:15:00,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:00.020 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v2.test_tokens_negative.TokensAdminTestNegative ... skip: Identity api v2 is not enabled 2018-10-26 12:15:00,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:00.280 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire ... success [5.961s] 2018-10-26 12:15:01,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:01.516 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer ... success [7.353s] 2018-10-26 12:15:01,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:01.739 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_show_quota_usage ... success [0.226s] 2018-10-26 12:15:02,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:02.945 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [1.204s] 2018-10-26 12:15:04,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:04.250 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_manual_to_auto ... success [79.952s] 2018-10-26 12:15:04,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:04.735 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [5.595s] 2018-10-26 12:15:04,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:04.850 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire_invalid ... success [4.569s] 2018-10-26 12:15:06,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:06.235 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_without_snat ... success [22.741s] 2018-10-26 12:15:07,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:07.800 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [13.621s] 2018-10-26 12:15:07,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:07.863 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 [2.196s] 2018-10-26 12:15:08,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:08.013 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_port_with_second_ip ... success [24.970s] 2018-10-26 12:15:08,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:08.192 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_get_floating_ip_details ... success [5.954s] 2018-10-26 12:15:08,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:08.461 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ip_pools ... success [0.269s] 2018-10-26 12:15:08,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:08.555 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.543s] 2018-10-26 12:15:08,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:08.622 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.066s] 2018-10-26 12:15:09,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:09.252 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ips ... success [0.790s] 2018-10-26 12:15:10,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:10.204 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_non_existent_server ... success [0.018s] 2018-10-26 12:15:11,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:11.663 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config ... success [3.798s] 2018-10-26 12:15:11,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:11.704 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_impersonate ... success [6.853s] 2018-10-26 12:15:12,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:12.119 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [7.383s] 2018-10-26 12:15:14,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:14.140 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [38.800s] 2018-10-26 12:15:14,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:14.175 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_retype_with_migration.VolumeRetypeWithMigrationTest ... skip: Cinder multi-backend feature disabled. 2018-10-26 12:15:15,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:15.223 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.559s] 2018-10-26 12:15:15,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:15.435 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_healthcheck.HealthcheckTest ... skip: HealthcheckTest skipped as swift is not available 2018-10-26 12:15:15,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:15.435 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_object_formpost.ObjectFormPostTest ... skip: ObjectFormPostTest skipped as swift is not available 2018-10-26 12:15:15,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:15.436 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest ... skip: ObjectTempUrlTest skipped as swift is not available 2018-10-26 12:15:15,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:15.855 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.222s] 2018-10-26 12:15:16,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:16.029 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_paused_instance ... success [5.823s] 2018-10-26 12:15:17,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:17.081 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [56.743s] 2018-10-26 12:15:17,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:17.317 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_update_server_from_auto_to_manual ... success [13.064s] 2018-10-26 12:15:17,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:17.826 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_associate_user_to_project ... success [2.294s] 2018-10-26 12:15:18,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:18.258 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.305s] 2018-10-26 12:15:18,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:18.266 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_noimpersonate ... success [6.561s] 2018-10-26 12:15:18,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:18.860 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [3.003s] 2018-10-26 12:15:19,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:19.326 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_show_default_group_config_and_options ... success [4.098s] 2018-10-26 12:15:19,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:19.396 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_create_is_domain_project ... success [1.570s] 2018-10-26 12:15:20,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:20.947 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values ... success [0.507s] 2018-10-26 12:15:21,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:21.105 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend ... success [0.158s] 2018-10-26 12:15:21,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:21.639 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_enabled ... success [2.243s] 2018-10-26 12:15:21,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:21.646 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [2.787s] 2018-10-26 12:15:22,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:22.376 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_not_enabled ... success [0.736s] 2018-10-26 12:15:22,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:22.689 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_ip ... success [14.065s] 2018-10-26 12:15:22,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:22.880 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [10.759s] 2018-10-26 12:15:22,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:22.938 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_description ... success [0.562s] 2018-10-26 12:15:23,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:23.300 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [1.652s] 2018-10-26 12:15:23,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:23.723 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-26 12:15:24,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:24.200 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v2.test_tenants.IdentityTenantsTest ... skip: Identity api v2 is not enabled 2018-10-26 12:15:24,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:24.777 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_domain ... success [1.837s] 2018-10-26 12:15:25,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:25.096 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_update_network_description ... success [2.214s] 2018-10-26 12:15:25,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:25.105 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.805s] 2018-10-26 12:15:27,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:27.333 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.171s] 2018-10-26 12:15:27,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:27.456 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.122s] 2018-10-26 12:15:27,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:27.542 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.085s] 2018-10-26 12:15:27,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:27.549 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-10-26 12:15:27,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:27.599 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_parent ... success [2.820s] 2018-10-26 12:15:27,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:27.891 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_unset_gateway ... success [21.656s] 2018-10-26 12:15:28,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:28.701 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_desc ... success [1.102s] 2018-10-26 12:15:28,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:28.926 49 INFO opnfv-tempest [-] {10} tempest.api.identity.v3.test_projects.IdentityV3ProjectsTest.test_list_projects_returns_only_authorized_projects ... success [0.901s] 2018-10-26 12:15:29,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:29.123 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [4.015s] 2018-10-26 12:15:29,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:29.229 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_enable ... success [0.527s] 2018-10-26 12:15:29,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:29.905 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_name ... success [0.675s] 2018-10-26 12:15:30,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:30.068 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.945s] 2018-10-26 12:15:30,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:30.233 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.165s] 2018-10-26 12:15:30,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:30.352 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_create_and_show_consumer ... success [0.843s] 2018-10-26 12:15:30,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:30.900 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_delete_consumer ... success [0.547s] 2018-10-26 12:15:31,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:31.424 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.018s] 2018-10-26 12:15:31,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:31.686 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_invalid_name ... success [0.163s] 2018-10-26 12:15:31,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:31.735 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_when_public_key_bits_exceeds_maximum ... success [0.048s] 2018-10-26 12:15:31,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:31.818 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [6.722s] 2018-10-26 12:15:32,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:32.087 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_list_consumers ... success [1.184s] 2018-10-26 12:15:32,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:32.090 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list ... success [0.664s] 2018-10-26 12:15:32,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:32.113 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.295s] 2018-10-26 12:15:32,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:32.248 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_duplicate_name ... success [0.511s] 2018-10-26 12:15:32,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:32.255 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.141s] 2018-10-26 12:15:32,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:32.259 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_name_string ... success [0.012s] 2018-10-26 12:15:32,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:32.315 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_public_key ... success [0.056s] 2018-10-26 12:15:32,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:32.329 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_long_keynames ... success [0.014s] 2018-10-26 12:15:32,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:32.395 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.138s] 2018-10-26 12:15:32,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:32.439 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_create_with_invalid_pub_key ... success [0.110s] 2018-10-26 12:15:32,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:32.461 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_delete_nonexistent_key ... success [0.022s] 2018-10-26 12:15:32,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:32.464 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_service_providers.ServiceProvidersTest.test_service_providers_list ... success [0.216s] 2018-10-26 12:15:32,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:32.606 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.212s] 2018-10-26 12:15:32,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:32.672 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_update_consumer ... success [0.587s] 2018-10-26 12:15:32,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:32.675 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.068s] 2018-10-26 12:15:32,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:32.776 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.100s] 2018-10-26 12:15:32,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:32.888 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.112s] 2018-10-26 12:15:33,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:33.038 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.803s] 2018-10-26 12:15:33,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:33.056 49 INFO opnfv-tempest [-] {5} tempest.api.identity.v2.test_ec2_credentials.EC2CredentialsTest ... skip: Identity api v2 is not enabled 2018-10-26 12:15:33,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:33.272 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update ... success [1.182s] 2018-10-26 12:15:33,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:33.372 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.484s] 2018-10-26 12:15:33,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:33.689 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade ... success [16.493s] 2018-10-26 12:15:33,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:33.690 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete ... skip [0.000s]: Skip because of Bug#1677525 2018-10-26 12:15:33,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:33.709 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.335s] 2018-10-26 12:15:33,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:33.858 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_update_name_default ... success [0.820s] 2018-10-26 12:15:33,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:33.884 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.026s] 2018-10-26 12:15:33,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:33.909 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.025s] 2018-10-26 12:15:33,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:33.929 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.018s] 2018-10-26 12:15:35,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:35.170 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_remove_server_all_security_groups ... success [18.089s] 2018-10-26 12:15:35,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:35.341 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-10-26 12:15:35,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:35.343 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_crossdomain.CrossdomainTest ... skip: CrossdomainTest skipped as swift is not available 2018-10-26 12:15:35,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:35.345 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-26 12:15:35,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:35.584 49 INFO opnfv-tempest [-] {10} tempest.api.image.v1.test_images.ListImagesTest ... fail 2018-10-26 12:15:35,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:35.585 49 INFO opnfv-tempest [-] {10} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR ... skip: dvr extension not enabled. 2018-10-26 12:15:36,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:36.264 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [22.124s] 2018-10-26 12:15:38,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:38.330 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [2.025s] 2018-10-26 12:15:38,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:38.580 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [4.870s] 2018-10-26 12:15:38,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:38.814 49 INFO opnfv-tempest [-] {5} tempest.api.network.admin.test_quotas.QuotasTest.test_quotas ... success [2.180s] 2018-10-26 12:15:39,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:39.909 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.216s] 2018-10-26 12:15:40,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:40.101 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-26 12:15:41,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:41.347 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member ... success [2.367s] 2018-10-26 12:15:41,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:41.542 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member_schema ... success [0.195s] 2018-10-26 12:15:41,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:41.694 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_create_list_port_with_address_pair ... success [3.447s] 2018-10-26 12:15:41,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:41.785 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_members_schema ... success [0.242s] 2018-10-26 12:15:42,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:42.524 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend ... success [4.265s] 2018-10-26 12:15:42,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:42.528 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot ... skip [0.002s]: Skipped until Bug: 1687044 is resolved. 2018-10-26 12:15:44,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:44.470 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_accept ... success [2.683s] 2018-10-26 12:15:45,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:45.383 49 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_get_instance_action_invalid_request ... success [0.055s] 2018-10-26 12:15:45,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:45.403 49 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_list_instance_actions_non_existent_server ... success [0.020s] 2018-10-26 12:15:45,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:45.913 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_address_pair ... success [4.218s] 2018-10-26 12:15:46,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:46.781 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [24.091s] 2018-10-26 12:15:46,836 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:46.836 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.055s] 2018-10-26 12:15:47,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:47.102 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.265s] 2018-10-26 12:15:48,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:48.080 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_reject ... success [3.609s] 2018-10-26 12:15:50,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:50.262 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_cidr_address_pair ... success [4.349s] 2018-10-26 12:15:50,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:50.527 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_remove_image_member ... success [2.446s] 2018-10-26 12:15:52,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:52.081 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [4.973s] 2018-10-26 12:15:52,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:52.346 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_create_port_on_non_existent_network ... success [0.367s] 2018-10-26 12:15:52,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:52.563 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_network ... success [0.217s] 2018-10-26 12:15:52,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:52.752 49 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant ... success [3.462s] 2018-10-26 12:15:52,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:52.785 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_port ... success [0.221s] 2018-10-26 12:15:53,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:53.002 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_subnet ... success [0.216s] 2018-10-26 12:15:53,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:53.170 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_network ... success [0.167s] 2018-10-26 12:15:53,336 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:53.336 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_port ... success [0.165s] 2018-10-26 12:15:53,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:53.505 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_subnet ... success [0.169s] 2018-10-26 12:15:53,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:53.535 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_network ... success [0.030s] 2018-10-26 12:15:53,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:53.708 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_port ... success [0.172s] 2018-10-26 12:15:53,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:53.747 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_subnet ... success [0.038s] 2018-10-26 12:15:54,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:54.326 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status ... success [1.661s] 2018-10-26 12:15:54,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:54.558 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [18.293s] 2018-10-26 12:15:54,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:54.561 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-26 12:15:54,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:54.815 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.200s] 2018-10-26 12:15:54,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:54.827 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.012s] 2018-10-26 12:15:54,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:54.839 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.011s] 2018-10-26 12:15:55,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:55.021 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.181s] 2018-10-26 12:15:55,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:55.030 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.009s] 2018-10-26 12:15:55,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:55.039 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-26 12:15:55,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:55.450 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.410s] 2018-10-26 12:15:55,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:55.891 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.439s] 2018-10-26 12:15:57,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:57.601 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v2.test_roles_negative.RolesNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-10-26 12:15:57,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:57.606 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [7.342s] 2018-10-26 12:15:59,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:59.104 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [1.399s] 2018-10-26 12:15:59,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:59.291 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.187s] 2018-10-26 12:15:59,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:15:59.920 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating ... success [5.591s] 2018-10-26 12:16:00,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:00.432 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id ... success [11.413s] 2018-10-26 12:16:00,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:00.713 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_security_group_and_extra_attributes ... success [13.608s] 2018-10-26 12:16:01,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:01.271 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm ... success [26.097s] 2018-10-26 12:16:04,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:04.235 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting ... success [4.314s] 2018-10-26 12:16:04,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:04.710 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image ... success [4.279s] 2018-10-26 12:16:05,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:05.050 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_bulk_port ... success [4.526s] 2018-10-26 12:16:05,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:05.553 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_default_project_id.TestDefaultProjectId.test_default_project_id ... success [4.014s] 2018-10-26 12:16:07,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:07.082 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [29.125s] 2018-10-26 12:16:08,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:08.853 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size ... success [4.142s] 2018-10-26 12:16:08,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:08.992 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [14.431s] 2018-10-26 12:16:09,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:09.054 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.202s] 2018-10-26 12:16:09,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:09.211 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error ... success [4.976s] 2018-10-26 12:16:09,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:09.247 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.192s] 2018-10-26 12:16:09,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:09.435 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.187s] 2018-10-26 12:16:09,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:09.614 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.178s] 2018-10-26 12:16:09,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:09.769 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.154s] 2018-10-26 12:16:09,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:09.781 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.012s] 2018-10-26 12:16:09,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:09.950 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.168s] 2018-10-26 12:16:10,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:10.124 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.173s] 2018-10-26 12:16:10,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:10.282 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.157s] 2018-10-26 12:16:10,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:10.366 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_create_list_port_with_extra_dhcp_options ... success [3.147s] 2018-10-26 12:16:10,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:10.591 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id ... success [0.309s] 2018-10-26 12:16:10,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:10.806 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.215s] 2018-10-26 12:16:10,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:10.821 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.013s] 2018-10-26 12:16:11,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:11.097 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.276s] 2018-10-26 12:16:11,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:11.169 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.071s] 2018-10-26 12:16:11,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:11.401 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.232s] 2018-10-26 12:16:11,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:11.714 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.312s] 2018-10-26 12:16:12,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:12.167 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.452s] 2018-10-26 12:16:12,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:12.177 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_update_show_port_with_extra_dhcp_options ... success [1.811s] 2018-10-26 12:16:12,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:12.205 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_associate_floatingip_port_ext_net_unreachable ... success [4.412s] 2018-10-26 12:16:12,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:12.415 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.247s] 2018-10-26 12:16:12,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:12.520 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [11.807s] 2018-10-26 12:16:12,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:12.567 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_in_private_network ... success [0.361s] 2018-10-26 12:16:12,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:12.699 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.283s] 2018-10-26 12:16:12,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:12.884 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.184s] 2018-10-26 12:16:12,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:12.927 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.042s] 2018-10-26 12:16:12,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:12.980 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.052s] 2018-10-26 12:16:13,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:13.011 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.031s] 2018-10-26 12:16:13,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:13.223 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size ... success [0.212s] 2018-10-26 12:16:13,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:13.265 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size ... success [0.041s] 2018-10-26 12:16:13,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:13.460 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id ... success [0.194s] 2018-10-26 12:16:13,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:13.650 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [8.599s] 2018-10-26 12:16:13,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:13.701 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size ... success [0.240s] 2018-10-26 12:16:13,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:13.749 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id ... success [0.047s] 2018-10-26 12:16:13,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:13.799 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.050s] 2018-10-26 12:16:15,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:15.509 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_with_port_ext_net_unreachable ... success [2.942s] 2018-10-26 12:16:16,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:16.106 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.447s] 2018-10-26 12:16:16,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:16.495 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting ... success [7.281s] 2018-10-26 12:16:16,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:16.729 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_update_get_delete_region ... success [0.623s] 2018-10-26 12:16:16,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:16.856 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions ... success [0.127s] 2018-10-26 12:16:17,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:17.169 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions_filter_by_parent_region_id ... success [0.313s] 2018-10-26 12:16:17,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:17.546 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status ... success [1.052s] 2018-10-26 12:16:21,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:21.915 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [8.263s] 2018-10-26 12:16:22,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:22.685 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_duplicate_network_nics ... success [45.021s] 2018-10-26 12:16:25,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:25.553 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_show_delete_port_user_defined_mac ... success [3.638s] 2018-10-26 12:16:25,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:25.824 49 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images.ListSharedImagesTest.test_list_images_param_member_status ... success [1.771s] 2018-10-26 12:16:26,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:26.371 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_router_interface_port_update_with_fixed_ip ... success [17.378s] 2018-10-26 12:16:27,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:27.611 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [20.528s] 2018-10-26 12:16:28,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:28.205 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.651s] 2018-10-26 12:16:28,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:28.798 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [4.938s] 2018-10-26 12:16:29,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:29.892 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume ... success [73.844s] 2018-10-26 12:16:31,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:31.838 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_all_attributes ... success [5.529s] 2018-10-26 12:16:35,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:35.494 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... fail [0.011s] 2018-10-26 12:16:36,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:36.474 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [7.676s] 2018-10-26 12:16:38,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:38.159 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_allocation_pools ... success [6.320s] 2018-10-26 12:16:40,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:40.976 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_default_gw ... success [2.816s] 2018-10-26 12:16:41,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:41.577 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_create_external_network ... success [2.349s] 2018-10-26 12:16:43,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:43.056 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata ... success [1.384s] 2018-10-26 12:16:46,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:46.499 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_slaac_subnet_with_ports ... success [9.647s] 2018-10-26 12:16:46,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:46.687 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [19.075s] 2018-10-26 12:16:46,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:46.689 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-26 12:16:47,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:47.224 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_port_with_second_ip ... success [19.017s] 2018-10-26 12:16:47,347 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:47.347 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.124s] 2018-10-26 12:16:47,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:47.647 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports_fields ... success [0.300s] 2018-10-26 12:16:48,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:48.027 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_update_floatingip_with_port_multiple_ip_address ... success [11.550s] 2018-10-26 12:16:48,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:48.340 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_dhcp_enabled ... success [7.364s] 2018-10-26 12:16:50,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:50.304 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_delete_external_networks_with_floating_ip ... success [8.725s] 2018-10-26 12:16:50,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:50.620 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw ... success [2.277s] 2018-10-26 12:16:51,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:51.168 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_tags.TagsExtTest.test_create_check_list_and_delete_tags ... success [6.629s] 2018-10-26 12:16:52,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:52.459 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_list_external_networks ... success [2.154s] 2018-10-26 12:16:52,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:52.490 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_stateless_subnet_with_ports ... success [5.991s] 2018-10-26 12:16:54,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:54.442 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm_from_stopped ... success [53.158s] 2018-10-26 12:16:55,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:55.168 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_show_external_networks_attribute ... success [2.708s] 2018-10-26 12:16:55,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:55.739 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_delete_port ... success [7.712s] 2018-10-26 12:16:56,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:56.036 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw_and_allocation_pools ... success [5.418s] 2018-10-26 12:16:56,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:56.592 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_tags.TagsExtTest.test_update_and_delete_all_tags ... success [5.423s] 2018-10-26 12:16:57,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:57.443 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_ip ... success [9.794s] 2018-10-26 12:16:57,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:57.540 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_update_external_network ... success [2.372s] 2018-10-26 12:16:57,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:57.568 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_multiple_nics_order ... success [34.882s] 2018-10-26 12:16:58,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:58.208 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [1.826s] 2018-10-26 12:16:58,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:58.282 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_slaac ... success [5.792s] 2018-10-26 12:16:59,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:16:59.383 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [1.175s] 2018-10-26 12:17:01,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:01.120 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [5.083s] 2018-10-26 12:17:01,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:01.459 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [14.770s] 2018-10-26 12:17:03,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:03.674 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateful ... success [5.390s] 2018-10-26 12:17:05,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:05.801 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_without_gateway ... success [4.681s] 2018-10-26 12:17:08,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:08.763 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest ... skip: ObjectSloTest skipped as swift is not available 2018-10-26 12:17:08,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:08.765 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-26 12:17:08,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:08.766 49 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest ... skip: Manage snapshot tests are disabled 2018-10-26 12:17:09,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:09.767 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_list_subnet_with_no_gw64_one_network ... success [3.964s] 2018-10-26 12:17:09,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:09.885 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [43.510s] 2018-10-26 12:17:10,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:10.168 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateless ... success [6.494s] 2018-10-26 12:17:11,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:11.270 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.175s] 2018-10-26 12:17:11,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:11.469 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.198s] 2018-10-26 12:17:11,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:11.628 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit ... success [0.158s] 2018-10-26 12:17:11,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:11.815 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker ... success [0.186s] 2018-10-26 12:17:11,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:11.992 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort ... success [0.176s] 2018-10-26 12:17:12,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:12.409 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeIpV6Test.test_router_set_gateway_used_ip_returns_409 ... success [6.979s] 2018-10-26 12:17:13,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:13.846 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size ... success [4.037s] 2018-10-26 12:17:13,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:13.853 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.499s] 2018-10-26 12:17:14,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:14.047 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_affinity_policy ... success [0.195s] 2018-10-26 12:17:14,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:14.278 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_anti_affinity_policy ... success [0.230s] 2018-10-26 12:17:16,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:16.326 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size ... success [4.332s] 2018-10-26 12:17:16,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:16.952 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_update_different_router ... success [21.212s] 2018-10-26 12:17:17,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:17.539 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_router_interface_port_update_with_fixed_ip ... success [16.079s] 2018-10-26 12:17:18,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:18.247 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [8.478s] 2018-10-26 12:17:18,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:18.889 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-26 12:17:20,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:20.148 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_router_id ... success [22.704s] 2018-10-26 12:17:20,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:20.359 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.209s] 2018-10-26 12:17:20,362 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:20.361 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_network_description ... success [2.112s] 2018-10-26 12:17:20,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:20.400 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port_fields ... success [0.042s] 2018-10-26 12:17:21,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:21.821 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [11.939s] 2018-10-26 12:17:24,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:24.732 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_additional_default_security_group_fails ... success [0.263s] 2018-10-26 12:17:24,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:24.757 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_create_list_port_with_address_pair ... success [2.823s] 2018-10-26 12:17:26,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:26.390 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_server_with_scheduler_hint_group ... success [12.107s] 2018-10-26 12:17:26,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:26.436 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_list_server_groups ... success [0.049s] 2018-10-26 12:17:26,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:26.492 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_show_server_group ... success [0.056s] 2018-10-26 12:17:26,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:26.587 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_delete_network_with_subnet ... success [6.226s] 2018-10-26 12:17:26,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:26.817 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.231s] 2018-10-26 12:17:27,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:27.256 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_duplicate_security_group_rule_fails ... success [2.522s] 2018-10-26 12:17:27,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:27.261 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.443s] 2018-10-26 12:17:27,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:27.400 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks_fields ... success [0.139s] 2018-10-26 12:17:27,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:27.646 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.245s] 2018-10-26 12:17:27,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:27.743 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets_fields ... success [0.096s] 2018-10-26 12:17:28,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:28.075 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.332s] 2018-10-26 12:17:28,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:28.126 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_address_pair ... success [3.368s] 2018-10-26 12:17:28,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:28.220 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network_fields ... success [0.144s] 2018-10-26 12:17:28,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:28.452 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.231s] 2018-10-26 12:17:28,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:28.528 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet_fields ... success [0.076s] 2018-10-26 12:17:29,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:29.140 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_ethertype ... success [1.884s] 2018-10-26 12:17:29,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:29.374 49 INFO opnfv-tempest [-] {11} tempest.api.compute.test_networks.ComputeNetworksTest ... skip: nova-network is not available. 2018-10-26 12:17:29,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:29.376 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v2.test_users_negative.UsersNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-10-26 12:17:30,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:30.442 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_protocol ... success [1.300s] 2018-10-26 12:17:32,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:32.451 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_security_group_and_extra_attributes ... success [12.048s] 2018-10-26 12:17:32,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:32.483 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [2.040s] 2018-10-26 12:17:32,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:32.589 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_cidr_address_pair ... success [4.462s] 2018-10-26 12:17:34,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:34.813 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_service_without_description ... success [1.635s] 2018-10-26 12:17:35,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:35.936 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [1.123s] 2018-10-26 12:17:36,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:36.637 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_invalid_ports ... success [4.152s] 2018-10-26 12:17:37,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:37.321 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_list_services ... success [1.383s] 2018-10-26 12:17:37,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:37.720 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_update_subnet_gw_dns_host_routes_dhcp ... success [9.190s] 2018-10-26 12:17:38,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:38.224 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.586s] 2018-10-26 12:17:38,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:38.378 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.154s] 2018-10-26 12:17:38,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:38.482 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [5.892s] 2018-10-26 12:17:40,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:40.836 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.455s] 2018-10-26 12:17:41,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:41.164 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert ... success [46.714s] 2018-10-26 12:17:41,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:41.165 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-26 12:17:41,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:41.923 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v2.test_users.IdentityUsersTest ... skip: Identity api v2 is not enabled 2018-10-26 12:17:42,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:42.515 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_wrong_ip_prefix_version ... success [1.679s] 2018-10-26 12:17:43,335 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:43.335 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_update_name_default ... success [0.820s] 2018-10-26 12:17:43,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:43.373 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_delete_non_existent_security_group ... success [0.037s] 2018-10-26 12:17:43,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:43.550 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group ... success [0.177s] 2018-10-26 12:17:43,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:43.568 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group_rule ... success [0.018s] 2018-10-26 12:17:44,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:44.663 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.336s] 2018-10-26 12:17:45,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:45.247 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [12.794s] 2018-10-26 12:17:45,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:45.525 49 INFO opnfv-tempest [-] {5} tempest.api.object_storage.test_account_services_negative.AccountNegativeTest ... skip: AccountNegativeTest skipped as swift is not available 2018-10-26 12:17:45,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:45.530 49 INFO opnfv-tempest [-] {5} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest ... skip: ContainerNegativeTest skipped as swift is not available 2018-10-26 12:17:45,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:45.532 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-26 12:17:45,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:45.533 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.865s] 2018-10-26 12:17:45,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:45.533 49 INFO opnfv-tempest [-] {5} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps ... skip: TestObjectStorageBasicOps skipped as swift is not available 2018-10-26 12:17:46,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:46.998 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [2.387s] 2018-10-26 12:17:49,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:49.126 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_additional_args ... success [2.128s] 2018-10-26 12:17:50,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:50.056 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.303s] 2018-10-26 12:17:51,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:51.276 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume ... success [81.369s] 2018-10-26 12:17:51,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:51.319 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_reboot ... success [0.048s] 2018-10-26 12:17:51,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:51.372 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_rebuild ... success [0.053s] 2018-10-26 12:17:52,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:52.986 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_create_update_delete_meta_namespace_objects ... success [3.230s] 2018-10-26 12:17:53,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:53.424 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [3.367s] 2018-10-26 12:17:54,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:54.226 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_list_meta_namespace_objects ... success [1.238s] 2018-10-26 12:17:55,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:55.231 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_show_meta_namespace_objects ... success [1.004s] 2018-10-26 12:17:56,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:56.684 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_icmp_type_code ... success [7.552s] 2018-10-26 12:17:57,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:57.732 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_protocol_integer_value ... success [1.052s] 2018-10-26 12:17:59,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:59.228 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [5.798s] 2018-10-26 12:17:59,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:17:59.575 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_group_id ... success [1.840s] 2018-10-26 12:18:00,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:00.242 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest ... skip: Manage volume tests are disabled 2018-10-26 12:18:00,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:00.678 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.453s] 2018-10-26 12:18:00,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:00.781 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_list_delete_namespace_tags ... success [1.483s] 2018-10-26 12:18:00,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:00.918 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_prefix ... success [1.343s] 2018-10-26 12:18:00,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:00.933 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_update_delete_extra_route ... success [43.391s] 2018-10-26 12:18:01,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:01.099 49 INFO opnfv-tempest [-] {9} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-10-26 12:18:01,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:01.100 49 INFO opnfv-tempest [-] {9} tempest.api.object_storage.test_object_formpost_negative.ObjectFormPostNegativeTest ... skip: ObjectFormPostNegativeTest skipped as swift is not available 2018-10-26 12:18:02,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:02.985 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... success [69.772s] 2018-10-26 12:18:03,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:03.266 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_update_delete_tag ... success [2.483s] 2018-10-26 12:18:04,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:04.555 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [3.632s] 2018-10-26 12:18:04,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:04.600 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.049s] 2018-10-26 12:18:04,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:04.837 49 INFO opnfv-tempest [-] {7} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-10-26 12:18:04,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:04.982 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [4.301s] 2018-10-26 12:18:05,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:05.266 49 INFO opnfv-tempest [-] {11} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-10-26 12:18:05,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:05.267 49 INFO opnfv-tempest [-] {11} tempest.api.object_storage.test_container_acl.ObjectTestACLs ... skip: ObjectTestACLs skipped as swift is not available 2018-10-26 12:18:06,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:06.699 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.715s] 2018-10-26 12:18:08,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:08.642 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add ... success [2.702s] 2018-10-26 12:18:09,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:09.137 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts ... success [0.183s] 2018-10-26 12:18:09,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:09.530 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host ... success [0.393s] 2018-10-26 12:18:10,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:10.541 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [3.835s] 2018-10-26 12:18:10,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:10.542 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list ... success [1.897s] 2018-10-26 12:18:10,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:10.657 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.122s] 2018-10-26 12:18:11,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:11.544 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-26 12:18:11,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:11.547 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v2.test_tokens.TokensTestJSON ... skip: Identity api v2 is not enabled 2018-10-26 12:18:11,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:11.568 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body ... success [0.264s] 2018-10-26 12:18:11,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:11.788 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body ... success [0.219s] 2018-10-26 12:18:12,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:12.054 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id ... success [0.264s] 2018-10-26 12:18:12,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:12.241 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id ... success [0.187s] 2018-10-26 12:18:12,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:12.429 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-26 12:18:12,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:12.593 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-26 12:18:12,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:12.650 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id ... success [0.221s] 2018-10-26 12:18:12,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:12.672 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id ... success [0.021s] 2018-10-26 12:18:12,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:12.687 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos ... success [3.301s] 2018-10-26 12:18:12,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:12.875 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_update_router_admin_state ... success [11.944s] 2018-10-26 12:18:12,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:12.930 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec ... success [0.257s] 2018-10-26 12:18:13,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:13.114 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body ... success [0.183s] 2018-10-26 12:18:13,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:13.127 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit ... success [0.219s] 2018-10-26 12:18:13,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:13.314 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id ... success [0.199s] 2018-10-26 12:18:13,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:13.318 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite ... success [0.189s] 2018-10-26 12:18:13,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:13.340 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero ... success [0.022s] 2018-10-26 12:18:13,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:13.379 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker ... success [0.038s] 2018-10-26 12:18:13,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:13.407 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc ... success [0.027s] 2018-10-26 12:18:13,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:13.515 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id ... success [0.201s] 2018-10-26 12:18:13,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:13.583 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc ... success [0.175s] 2018-10-26 12:18:13,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:13.605 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc ... success [0.022s] 2018-10-26 12:18:13,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:13.652 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [32.483s] 2018-10-26 12:18:13,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:13.788 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc ... success [0.182s] 2018-10-26 12:18:13,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:13.818 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc ... success [0.029s] 2018-10-26 12:18:13,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:13.841 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer ... success [1.153s] 2018-10-26 12:18:14,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:14.087 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc ... success [0.269s] 2018-10-26 12:18:14,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:14.168 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.079s] 2018-10-26 12:18:14,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:14.539 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer ... success [0.697s] 2018-10-26 12:18:14,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:14.785 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.617s] 2018-10-26 12:18:15,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:15.028 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer ... success [0.488s] 2018-10-26 12:18:15,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:15.270 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos ... success [0.242s] 2018-10-26 12:18:15,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:15.293 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos ... success [0.023s] 2018-10-26 12:18:15,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:15.904 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key ... success [0.610s] 2018-10-26 12:18:16,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:16.461 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details ... success [0.262s] 2018-10-26 12:18:16,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:16.633 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details ... success [0.172s] 2018-10-26 12:18:17,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:17.166 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_create_list_show_check_delete_endpoint_group ... success [0.636s] 2018-10-26 12:18:17,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:17.608 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_update_endpoint_group ... success [0.442s] 2018-10-26 12:18:18,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:18.947 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_suspend_resume_server ... success [5.297s] 2018-10-26 12:18:22,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:22.869 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs ... success [5.021s] 2018-10-26 12:18:23,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:23.386 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete ... success [0.518s] 2018-10-26 12:18:24,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:24.549 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [2.306s] 2018-10-26 12:18:25,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:25.643 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete ... success [2.255s] 2018-10-26 12:18:25,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:25.740 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.192s] 2018-10-26 12:18:25,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:25.884 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list ... success [0.242s] 2018-10-26 12:18:26,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:26.276 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update ... success [0.391s] 2018-10-26 12:18:26,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:26.371 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_export_import ... fail [2.187s] 2018-10-26 12:18:27,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:27.874 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_get_user ... success [0.088s] 2018-10-26 12:18:27,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:27.956 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_user_domains ... success [0.081s] 2018-10-26 12:18:28,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:28.070 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users ... success [0.113s] 2018-10-26 12:18:28,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:28.240 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_name ... success [0.170s] 2018-10-26 12:18:28,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:28.329 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_not_enabled ... success [0.089s] 2018-10-26 12:18:28,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:28.655 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_reset_status ... fail [2.281s] 2018-10-26 12:18:30,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:30.283 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volume_quotas_negative.BaseVolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes ... success [1.385s] 2018-10-26 12:18:30,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:30.561 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volume_quotas_negative.BaseVolumeQuotasNegativeTestJSON.test_quota_volumes ... success [0.279s] 2018-10-26 12:18:37,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:37.655 49 INFO opnfv-tempest [-] {5} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [35.656s] 2018-10-26 12:18:38,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:38.328 49 INFO opnfv-tempest [-] {3} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... success [74.763s] 2018-10-26 12:18:38,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:38.356 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_get_user ... success [1.433s] 2018-10-26 12:18:38,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:38.646 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_backup_create_attached_volume ... fail [17.678s] 2018-10-26 12:18:38,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:38.761 49 INFO opnfv-tempest [-] {7} tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits ... success [0.194s] 2018-10-26 12:18:40,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:40.015 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer ... success [5.848s] 2018-10-26 12:18:41,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:41.560 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_list_user_projects ... success [3.199s] 2018-10-26 12:18:41,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:41.561 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-26 12:18:44,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:44.415 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_update_user_password ... success [2.856s] 2018-10-26 12:18:45,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:45.197 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer ... success [5.182s] 2018-10-26 12:18:45,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:45.893 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_user_update ... success [1.478s] 2018-10-26 12:18:48,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:48.685 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_bootable_volume_backup_and_restore ... fail [10.037s] 2018-10-26 12:18:48,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:48.686 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_volume_backup_create_get_detailed_list_restore_delete ... skip [0.000s]: ceph does not support arbitrary container names 2018-10-26 12:18:51,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:51.291 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_extensions.ExtensionsTest.test_get_extension ... success [0.190s] 2018-10-26 12:18:51,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:51.333 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_extensions.ExtensionsTest.test_list_extensions ... success [0.041s] 2018-10-26 12:18:52,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:52.816 49 INFO opnfv-tempest [-] {10} tempest.api.object_storage.test_account_bulk.BulkTest ... skip: BulkTest skipped as swift is not available 2018-10-26 12:18:52,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:52.845 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-26 12:18:52,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:52.846 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-26 12:18:53,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:53.635 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-26 12:18:53,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:53.636 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-26 12:18:56,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:56.614 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name ... success [0.184s] 2018-10-26 12:18:56,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:56.832 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name ... success [0.217s] 2018-10-26 12:18:56,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:56.986 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name ... success [0.154s] 2018-10-26 12:18:57,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:57.020 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume ... success [17.211s] 2018-10-26 12:18:58,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:18:58.468 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_tenant_networks.ComputeTenantNetworksTest.test_list_show_tenant_networks ... success [0.959s] 2018-10-26 12:19:00,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:00.278 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name ... success [3.289s] 2018-10-26 12:19:00,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:00.447 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services ... success [0.171s] 2018-10-26 12:19:01,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:01.098 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-26 12:19:01,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:01.141 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_update_own_password ... success [7.504s] 2018-10-26 12:19:02,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:02.008 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching ... success [4.992s] 2018-10-26 12:19:04,083 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:04.082 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.201s] 2018-10-26 12:19:04,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:04.332 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.249s] 2018-10-26 12:19:04,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:04.605 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.273s] 2018-10-26 12:19:04,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:04.972 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_image_blank_id ... fail [0.012s] 2018-10-26 12:19:04,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:04.981 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-26 12:19:04,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:04.990 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_image_negative_image_id ... fail [0.009s] 2018-10-26 12:19:04,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:04.998 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_image_non_hex_string_id ... fail [0.007s] 2018-10-26 12:19:05,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:05.006 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_non_existent_image ... fail [0.006s] 2018-10-26 12:19:05,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:05.014 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_register_with_invalid_container_format ... fail [0.006s] 2018-10-26 12:19:05,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:05.021 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_register_with_invalid_disk_format ... fail [0.007s] 2018-10-26 12:19:05,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:05.038 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.432s] 2018-10-26 12:19:05,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:05.563 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.523s] 2018-10-26 12:19:05,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:05.678 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating ... success [3.668s] 2018-10-26 12:19:06,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:06.395 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.831s] 2018-10-26 12:19:06,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:06.614 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.218s] 2018-10-26 12:19:06,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:06.674 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.060s] 2018-10-26 12:19:06,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:06.922 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker ... success [0.248s] 2018-10-26 12:19:07,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:07.143 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.221s] 2018-10-26 12:19:07,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:07.213 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.069s] 2018-10-26 12:19:07,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:07.253 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.040s] 2018-10-26 12:19:07,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:07.330 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.076s] 2018-10-26 12:19:07,575 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:07.574 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable ... success [0.243s] 2018-10-26 12:19:07,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:07.654 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.079s] 2018-10-26 12:19:07,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:07.704 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.050s] 2018-10-26 12:19:07,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:07.960 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable ... success [0.255s] 2018-10-26 12:19:08,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:08.014 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.050s] 2018-10-26 12:19:08,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:08.017 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [29.585s] 2018-10-26 12:19:10,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:10.490 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error ... success [4.810s] 2018-10-26 12:19:11,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:11.437 49 INFO opnfv-tempest [-] {14} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete ... success [9.440s] 2018-10-26 12:19:13,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:13.870 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v2.test_tenants.TenantsTestJSON ... skip: Identity api v2 is not enabled 2018-10-26 12:19:13,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:13.871 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-10-26 12:19:14,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:14.666 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance ... success [4.176s] 2018-10-26 12:19:17,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:17.640 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots ... success [0.646s] 2018-10-26 12:19:17,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:17.836 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status ... success [3.169s] 2018-10-26 12:19:17,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:17.937 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots ... success [0.297s] 2018-10-26 12:19:18,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:18.896 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.314s] 2018-10-26 12:19:19,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:19.327 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_list_delete ... success [0.430s] 2018-10-26 12:19:27,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:27.654 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_with_disabled_status ... success [0.349s] 2018-10-26 12:19:28,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:28.182 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_without_description ... success [0.527s] 2018-10-26 12:19:28,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:28.221 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 [3.858s] 2018-10-26 12:19:28,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:28.853 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.670s] 2018-10-26 12:19:28,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:28.919 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains ... success [0.066s] 2018-10-26 12:19:28,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:28.994 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_enabled ... success [0.074s] 2018-10-26 12:19:29,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:29.060 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_name ... success [0.066s] 2018-10-26 12:19:33,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:33.371 49 INFO opnfv-tempest [-] {6} tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_list_floating_ips_from_admin_and_nonadmin ... success [5.148s] 2018-10-26 12:19:38,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:38.479 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_domain_roles ... success [0.617s] 2018-10-26 12:19:38,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:38.664 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [9.923s] 2018-10-26 12:19:39,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:39.210 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_implied_roles_create_delete ... success [0.729s] 2018-10-26 12:19:39,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:39.669 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_domain_roles_create_delete ... success [0.459s] 2018-10-26 12:19:40,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:40.034 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_domain ... success [0.364s] 2018-10-26 12:19:41,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:41.045 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_project ... success [1.010s] 2018-10-26 12:19:41,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:41.535 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_domain ... success [0.489s] 2018-10-26 12:19:41,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:41.931 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_project ... success [0.395s] 2018-10-26 12:19:44,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:44.133 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_domain_roles ... success [2.200s] 2018-10-26 12:19:44,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:44.397 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_roles_create_check_show_delete ... fail [0.261s] 2018-10-26 12:19:44,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:44.994 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_all_implied_roles ... success [0.599s] 2018-10-26 12:19:45,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:45.069 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_roles ... success [0.075s] 2018-10-26 12:19:45,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:45.515 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.444s] 2018-10-26 12:19:46,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:46.546 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_roles_hierarchy ... success [1.030s] 2018-10-26 12:19:48,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:48.196 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment ... success [9.528s] 2018-10-26 12:19:48,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:48.579 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [0.386s] 2018-10-26 12:19:49,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:49.089 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.510s] 2018-10-26 12:19:49,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:49.816 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.726s] 2018-10-26 12:19:54,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:19:54.894 49 INFO opnfv-tempest [-] {3} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [76.552s] 2018-10-26 12:20:01,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:20:01.254 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_add_remove_network_from_dhcp_agent ... success [3.433s] 2018-10-26 12:20:01,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:20:01.271 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_dhcp_agent_hosting_network ... success [0.019s] 2018-10-26 12:20:01,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:20:01.705 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_networks_hosted_by_one_dhcp ... success [0.432s] 2018-10-26 12:20:09,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:20:09.729 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful ... success [19.994s] 2018-10-26 12:20:14,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:20:14.343 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_tags.TagsTest.test_create_list_show_update_delete_tags ... success [2.768s] 2018-10-26 12:20:17,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:20:17.337 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [27.515s] 2018-10-26 12:20:19,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:20:19.638 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota ... success [0.179s] 2018-10-26 12:20:22,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:20:22.002 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota ... success [2.362s] 2018-10-26 12:20:25,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:20:25.944 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips ... success [16.214s] 2018-10-26 12:20:28,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:20:28.433 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type ... success [0.370s] 2018-10-26 12:20:28,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:20:28.594 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name ... success [0.161s] 2018-10-26 12:20:28,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:20:28.760 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id ... success [0.165s] 2018-10-26 12:20:28,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:20:28.777 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id ... success [0.017s] 2018-10-26 12:20:30,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:20:30.860 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_duplicate ... success [4.915s] 2018-10-26 12:20:32,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:20:32.228 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume ... success [9.963s] 2018-10-26 12:20:33,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:20:33.311 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_outrange ... success [2.451s] 2018-10-26 12:20:33,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:20:33.947 49 INFO opnfv-tempest [-] {14} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.159s] 2018-10-26 12:20:35,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:20:35.697 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume ... success [3.470s] 2018-10-26 12:20:59,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:20:59.895 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_router ... success [26.579s] 2018-10-26 12:21:30,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:21:30.638 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_64_subnets ... success [30.737s] 2018-10-26 12:21:31,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:21:31.996 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_invalid_options ... success [1.363s] 2018-10-26 12:21:41,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:21:41.933 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_eui64 ... success [9.933s] 2018-10-26 12:21:51,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:21:51.535 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra ... success [9.601s] 2018-10-26 12:21:56,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:21:56.755 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra_no_dhcp ... success [5.221s] 2018-10-26 12:22:12,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:22:12.774 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... success [89.186s] 2018-10-26 12:22:29,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:22:29.758 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_two_subnets ... success [32.993s] 2018-10-26 12:22:45,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:22:45.252 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [6.670s] 2018-10-26 12:22:45,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:22:45.435 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.184s] 2018-10-26 12:22:46,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:22:46.381 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.945s] 2018-10-26 12:22:48,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:22:48.079 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [1.697s] 2018-10-26 12:22:50,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:22:50.502 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [2.423s] 2018-10-26 12:22:50,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:22:50.547 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.044s] 2018-10-26 12:22:50,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:22:50.597 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.049s] 2018-10-26 12:23:10,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:23:10.562 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.007s] 2018-10-26 12:23:11,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:23:11.866 49 INFO opnfv-tempest [-] {6} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest ... skip: ObjectACLsNegativeTest skipped as swift is not available 2018-10-26 12:23:14,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:23:14.314 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.011s] 2018-10-26 12:23:20,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:23:20.655 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup ... fail [1.727s] 2018-10-26 12:23:45,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:23:45.025 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use ... success [24.365s] 2018-10-26 12:23:45,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:23:45.827 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... success [86.975s] 2018-10-26 12:23:50,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:23:50.396 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [5.375s] 2018-10-26 12:24:13,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:24:13.187 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online ... success [22.783s] 2018-10-26 12:24:19,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:24:19.532 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [6.347s] 2018-10-26 12:24:35,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:24:35.919 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_ebs_image_and_check_boot ... fail [333.899s] 2018-10-26 12:24:50,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:24:50.933 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... success [65.095s] 2018-10-26 12:25:55,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-26 12:25:55.249 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [79.543s] 2018-10-26 12:26:16,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: c327f87a-6307-4994-bea3-9f0b489872f5 2018-10-26 12:26:16,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'c327f87a-6307-4994-bea3-9f0b489872f5']'. 2018-10-26 12:26:17,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-26 12:26:17,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-26 12:26:17,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-26 12:26:17,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | c327f87a-6307-4994-bea3-9f0b489872f5 | 2018-10-26 12:26:17,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-10-26 12:26:17,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-26 12:07:07 | 2018-10-26 12:26:17,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-26 12:26:16 | 2018-10-26 12:26:17,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:19:09 | 2018-10-26 12:26:17,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-26 12:26:17,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-26 12:26:17,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: d73407bb-f5ae-49c6-a27d-20adcfc189f8) | 2018-10-26 12:26:17,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-26 12:26:17,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 4e2ffaaf-d8b4-45ab-a9e0-262073059875) | 2018-10-26 12:26:17,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 1468 | 2018-10-26 12:26:17,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1123.037 | 2018-10-26 12:26:17,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 1053 | 2018-10-26 12:26:17,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 359 | 2018-10-26 12:26:17,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-26 12:26:17,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-26 12:26:17,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 56 | 2018-10-26 12:26:17,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-26 12:26:17,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-26 12:26:17,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-26 12:26:18,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_full_parallel success_rate is 94.950405771% 2018-10-26 12:26:18,396 - xtesting.ci.run_tests - INFO - Test result: +-------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------------------+------------------+------------------+----------------+ | tempest_full_parallel | functest | 19:24 | PASS | +-------------------------------+------------------+------------------+----------------+ 2018-10-26 12:26:18,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-26 12:26:18,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/52a4f65e-0053-46b0-a2be-3676b52baa23 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e010777e08a9b2dcd98209113a961222b2ba7967" 2018-10-26 12:26:20,147 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-41d66471-ba74-4583-9a6e-565a4535861b Date: Fri, 26 Oct 2018 12:26:20 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-26 12:26:20,147 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/52a4f65e-0053-46b0-a2be-3676b52baa23 used request id req-41d66471-ba74-4583-9a6e-565a4535861b 2018-10-26 12:26:20,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.74775099754s 2018-10-26 12:26:20,148 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/52a4f65e-0053-46b0-a2be-3676b52baa23 used request id req-41d66471-ba74-4583-9a6e-565a4535861b 2018-10-26 12:26:20,148 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-26 12:26:20,152 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}550e8c375faf23348b9c3e98ece12ff181b6b232" 2018-10-26 12:26:20,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 12:26: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-f1e2629f-f0d9-41ae-8188-c306a1ce40f0 x-compute-request-id: req-f1e2629f-f0d9-41ae-8188-c306a1ce40f0 Content-Encoding: gzip Content-Length: 368 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/483c85e8-5d07-4924-af2c-da44a9c1ab55", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/483c85e8-5d07-4924-af2c-da44a9c1ab55", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "483c85e8-5d07-4924-af2c-da44a9c1ab55", "name": "tempest_full_parallel-flavor_67c809ce-2081-48f6-8e93-34e8a53f866c", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/54d88ab1-fffb-474f-836d-5b68511e6e7a", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/54d88ab1-fffb-474f-836d-5b68511e6e7a", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "54d88ab1-fffb-474f-836d-5b68511e6e7a", "name": "tempest_full_parallel-flavor_alt_67c809ce-2081-48f6-8e93-34e8a53f866c", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-26 12:26:20,335 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-f1e2629f-f0d9-41ae-8188-c306a1ce40f0 2018-10-26 12:26:20,335 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.186511039734s 2018-10-26 12:26:20,335 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-f1e2629f-f0d9-41ae-8188-c306a1ce40f0 2018-10-26 12:26:20,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-26 12:26:20,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/54d88ab1-fffb-474f-836d-5b68511e6e7a -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}550e8c375faf23348b9c3e98ece12ff181b6b232" 2018-10-26 12:26:20,388 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 12:26: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-740e6cab-b485-40c2-be45-53ec670cca3b x-compute-request-id: req-740e6cab-b485-40c2-be45-53ec670cca3b Content-Length: 0 Content-Type: application/json 2018-10-26 12:26:20,389 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/54d88ab1-fffb-474f-836d-5b68511e6e7a used request id req-740e6cab-b485-40c2-be45-53ec670cca3b 2018-10-26 12:26:20,389 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.050637960434s 2018-10-26 12:26:20,389 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/54d88ab1-fffb-474f-836d-5b68511e6e7a used request id req-740e6cab-b485-40c2-be45-53ec670cca3b 2018-10-26 12:26:20,389 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-26 12:26:20,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e010777e08a9b2dcd98209113a961222b2ba7967" 2018-10-26 12:26:20,588 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 4549 Content-Type: application/json X-Openstack-Request-Id: req-fd11cc55-9f81-40d0-8caa-9c58251e1179 Date: Fri, 26 Oct 2018 12:26:20 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/f4976347-e631-411b-8ae0-94ae179feee5/snap", "metadata": {}}], "boot_roles": "Member", "file": "/v2/images/f4976347-e631-411b-8ae0-94ae179feee5/file", "owner": "db27bb6659c645248d946af8e39a49ea", "id": "f4976347-e631-411b-8ae0-94ae179feee5", "size": 0, "self": "/v2/images/f4976347-e631-411b-8ae0-94ae179feee5", "block_device_mapping": "[{\"guest_format\": null, \"boot_index\": 0, \"delete_on_termination\": true, \"no_device\": null, \"snapshot_id\": \"3bcf21a1-4490-4e2e-adda-302cf714b8ab\", \"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-798438552", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/f4976347-e631-411b-8ae0-94ae179feee5/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-26T12:19:27Z", "owner_user_name": "tempest-TestVolumeBootPattern-798438552", "visibility": "private", "owner_specified.shade.object": "images/tempest_full_parallel-img_67c809ce-2081-48f6-8e93-34e8a53f866c", "min_disk": 1, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest-TestVolumeBootPatternsnapshot-880222788", "checksum": "d41d8cd98f00b204e9800998ecf8427e", "created_at": "2018-10-26T12:19:25Z", "protected": false, "root_device_name": "/dev/vda"}, {"image_state": "available", "container_format": "bare", "min_ram": 0, "updated_at": "2018-10-26T12:10:31Z", "boot_roles": "Member", "file": "/v2/images/c4eeede1-fe58-4f94-bc48-33b54393a03f/file", "owner": "d123d1f078634f29bb181b36e17cba73", "id": "c4eeede1-fe58-4f94-bc48-33b54393a03f", "size": 1073741824, "user_id": "c1a7c4ed97dc4060a3193470573f310f", "image_type": "backup", "self": "/v2/images/c4eeede1-fe58-4f94-bc48-33b54393a03f", "disk_format": "raw", "base_image_ref": "72596c4c-8ca4-434a-954e-d81caecb1d6e", "owner_project_name": "tempest-ServerActionsTestJSON-965558642", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/c4eeede1-fe58-4f94-bc48-33b54393a03f/snap", "owner_id": "d123d1f078634f29bb181b36e17cba73", "status": "active", "image_location": "snapshot", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/c4eeede1-fe58-4f94-bc48-33b54393a03f/snap", "metadata": {}}], "owner_user_name": "tempest-ServerActionsTestJSON-965558642", "visibility": "private", "owner_specified.shade.object": "images/tempest_full_parallel-img_67c809ce-2081-48f6-8e93-34e8a53f866c", "min_disk": 1, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "instance_uuid": "8e0f08e5-5e5c-49d9-b1e1-f24291ed4751", "name": "tempest-backup-1-40857362", "checksum": null, "created_at": "2018-10-26T12:09:56Z", "backup_type": "daily", "protected": false, "schema": "/v2/schemas/image"}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/72596c4c-8ca4-434a-954e-d81caecb1d6e/snap", "metadata": {}}], "file": "/v2/images/72596c4c-8ca4-434a-954e-d81caecb1d6e/file", "owner": "2e8324d7ffa34ec796b3f53f5ad245f3", "id": "72596c4c-8ca4-434a-954e-d81caecb1d6e", "size": 12716032, "self": "/v2/images/72596c4c-8ca4-434a-954e-d81caecb1d6e", "disk_format": "qcow2", "direct_url": "rbd://d34337be-ca37-4bc4-8179-771437b01ee3/images/72596c4c-8ca4-434a-954e-d81caecb1d6e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-26T12:06:56Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_67c809ce-2081-48f6-8e93-34e8a53f866c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_67c809ce-2081-48f6-8e93-34e8a53f866c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-26T12:06:55Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-26 12:26:20,588 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-fd11cc55-9f81-40d0-8caa-9c58251e1179 2018-10-26 12:26:20,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.198901891708s 2018-10-26 12:26:20,589 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-fd11cc55-9f81-40d0-8caa-9c58251e1179 2018-10-26 12:26:20,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-26 12:26:20,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/72596c4c-8ca4-434a-954e-d81caecb1d6e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e010777e08a9b2dcd98209113a961222b2ba7967" 2018-10-26 12:26:22,290 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-87eabcc1-b50d-4230-ac17-69416530b2dd Date: Fri, 26 Oct 2018 12:26: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-26 12:26:22,290 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/72596c4c-8ca4-434a-954e-d81caecb1d6e used request id req-87eabcc1-b50d-4230-ac17-69416530b2dd 2018-10-26 12:26:22,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.69804692268s 2018-10-26 12:26:22,290 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/72596c4c-8ca4-434a-954e-d81caecb1d6e used request id req-87eabcc1-b50d-4230-ac17-69416530b2dd 2018-10-26 12:26:22,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-26 12:26:22,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}550e8c375faf23348b9c3e98ece12ff181b6b232" 2018-10-26 12:26:22,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 12:26: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-a301a1b3-75a1-4aa3-ade4-c3c0f3100e2c x-compute-request-id: req-a301a1b3-75a1-4aa3-ade4-c3c0f3100e2c Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/483c85e8-5d07-4924-af2c-da44a9c1ab55", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/483c85e8-5d07-4924-af2c-da44a9c1ab55", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "483c85e8-5d07-4924-af2c-da44a9c1ab55", "name": "tempest_full_parallel-flavor_67c809ce-2081-48f6-8e93-34e8a53f866c", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-26 12:26:22,497 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-a301a1b3-75a1-4aa3-ade4-c3c0f3100e2c 2018-10-26 12:26:22,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.205768108368s 2018-10-26 12:26:22,497 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-a301a1b3-75a1-4aa3-ade4-c3c0f3100e2c 2018-10-26 12:26:22,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-26 12:26:22,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/483c85e8-5d07-4924-af2c-da44a9c1ab55 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}550e8c375faf23348b9c3e98ece12ff181b6b232" 2018-10-26 12:26:22,743 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 26 Oct 2018 12:26: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-72fcfd8f-c482-48ee-a20c-90139f0d464e x-compute-request-id: req-72fcfd8f-c482-48ee-a20c-90139f0d464e Content-Length: 0 Content-Type: application/json 2018-10-26 12:26:22,743 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/483c85e8-5d07-4924-af2c-da44a9c1ab55 used request id req-72fcfd8f-c482-48ee-a20c-90139f0d464e 2018-10-26 12:26:22,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.243874073029s 2018-10-26 12:26:22,743 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/483c85e8-5d07-4924-af2c-da44a9c1ab55 used request id req-72fcfd8f-c482-48ee-a20c-90139f0d464e 2018-10-26 12:26:22,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-26 12:26:22,744 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}550e8c375faf23348b9c3e98ece12ff181b6b232" 2018-10-26 12:26:22,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 12:26:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d3600e3-ab3a-4b56-9cd0-69bd8a6f5d86 Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"users": [{"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/1957daeb0caf4855aa2f1679fa5c7d37"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1957daeb0caf4855aa2f1679fa5c7d37", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1a2b192ba6174bf2b5008be6ca623f3c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1a2b192ba6174bf2b5008be6ca623f3c", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/1ccf43968fa5442da75e636a39ab7812"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ccf43968fa5442da75e636a39ab7812", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/407502ccd88d4e6a85d43ab4ef2e0d85"}, "domain_id": "default", "enabled": true, "options": {}, "id": "407502ccd88d4e6a85d43ab4ef2e0d85", "email": "admin@example.com", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/4139ee952b1644f085ec43b273cd24da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4139ee952b1644f085ec43b273cd24da", "email": "congress@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/41b2a8a1d3124cd086dd93766e0cf34a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b2a8a1d3124cd086dd93766e0cf34a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/42c5ab5321964e7bbeae14de707c0503"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42c5ab5321964e7bbeae14de707c0503", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/73583f1db72a44d8a1f38d2814d11cc6"}, "domain_id": "865486593e12402f86e9636a8d3859ad", "enabled": true, "options": {}, "id": "73583f1db72a44d8a1f38d2814d11cc6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/7836ad80eeac41989f5112c9ec667ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7836ad80eeac41989f5112c9ec667ff6", "email": "barbican@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_67c809ce-2081-48f6-8e93-34e8a53f866c", "links": {"self": "http://172.30.9.21:5000/v3/users/877d7cb5192a45ff9f046ddb8303d570"}, "domain_id": "default", "enabled": true, "id": "877d7cb5192a45ff9f046ddb8303d570", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/8b1e5adcbc5d4440bcf36b066505a20d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b1e5adcbc5d4440bcf36b066505a20d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/9fe6dfe8762042ef8f4b03f5076de38d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9fe6dfe8762042ef8f4b03f5076de38d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/a81f4390f71647669815b06fe34f0422"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a81f4390f71647669815b06fe34f0422", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/aad156df0431484586dc1d975825b0d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aad156df0431484586dc1d975825b0d0", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ad2996d0d44544e7b3221fb6f25353b4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ad2996d0d44544e7b3221fb6f25353b4", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/cd732afac17a4ed683ba51d531bc0299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd732afac17a4ed683ba51d531bc0299", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-10-26 12:26:22,836 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-4d3600e3-ab3a-4b56-9cd0-69bd8a6f5d86 2018-10-26 12:26:22,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0925340652466s 2018-10-26 12:26:22,837 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-4d3600e3-ab3a-4b56-9cd0-69bd8a6f5d86 2018-10-26 12:26:22,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-26 12:26:22,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/877d7cb5192a45ff9f046ddb8303d570 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}550e8c375faf23348b9c3e98ece12ff181b6b232" 2018-10-26 12:26:22,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 12:26:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f4465a1-184f-48bd-a17e-016b34bf60bc Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/877d7cb5192a45ff9f046ddb8303d570"}, "enabled": true, "id": "877d7cb5192a45ff9f046ddb8303d570", "options": {}, "domain_id": "default", "name": "tempest_full_parallel-user_67c809ce-2081-48f6-8e93-34e8a53f866c"}} 2018-10-26 12:26:22,944 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/877d7cb5192a45ff9f046ddb8303d570 used request id req-4f4465a1-184f-48bd-a17e-016b34bf60bc 2018-10-26 12:26:22,944 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.100368022919s 2018-10-26 12:26:22,944 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/877d7cb5192a45ff9f046ddb8303d570 used request id req-4f4465a1-184f-48bd-a17e-016b34bf60bc 2018-10-26 12:26:22,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-26 12:26:22,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/877d7cb5192a45ff9f046ddb8303d570 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}550e8c375faf23348b9c3e98ece12ff181b6b232" 2018-10-26 12:26:23,244 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 12:26:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-778d7de0-fddf-4021-98cb-bd389ec769dd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 12:26:23,244 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/877d7cb5192a45ff9f046ddb8303d570 used request id req-778d7de0-fddf-4021-98cb-bd389ec769dd 2018-10-26 12:26:23,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.299649953842s 2018-10-26 12:26:23,245 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/877d7cb5192a45ff9f046ddb8303d570 used request id req-778d7de0-fddf-4021-98cb-bd389ec769dd 2018-10-26 12:26:23,245 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-26 12:26:23,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}550e8c375faf23348b9c3e98ece12ff181b6b232" 2018-10-26 12:26:23,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 12:26:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2eee33c7-bbb1-4387-aba7-a6954e25dd29 Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.21:5000/v3/projects/2e8324d7ffa34ec796b3f53f5ad245f3"}, "enabled": true, "id": "2e8324d7ffa34ec796b3f53f5ad245f3", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_67c809ce-2081-48f6-8e93-34e8a53f866c"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/c850e319615544ee86b9a48e1e3e8f0f"}, "enabled": true, "id": "c850e319615544ee86b9a48e1e3e8f0f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/c8dcd64f3c764883a33350227564ab99"}, "enabled": true, "id": "c8dcd64f3c764883a33350227564ab99", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-10-26 12:26:23,327 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-2eee33c7-bbb1-4387-aba7-a6954e25dd29 2018-10-26 12:26:23,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0815749168396s 2018-10-26 12:26:23,327 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-2eee33c7-bbb1-4387-aba7-a6954e25dd29 2018-10-26 12:26:23,330 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-26 12:26:23,330 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/2e8324d7ffa34ec796b3f53f5ad245f3 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}550e8c375faf23348b9c3e98ece12ff181b6b232" 2018-10-26 12:26:23,526 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 12:26:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-70314b45-a9b5-4821-a88f-fdd0ee152e87 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 12:26:23,526 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/2e8324d7ffa34ec796b3f53f5ad245f3 used request id req-70314b45-a9b5-4821-a88f-fdd0ee152e87 2018-10-26 12:26:23,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.196123838425s 2018-10-26 12:26:23,526 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/2e8324d7ffa34ec796b3f53f5ad245f3 used request id req-70314b45-a9b5-4821-a88f-fdd0ee152e87 2018-10-26 12:26:23,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-26 12:26:23,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}550e8c375faf23348b9c3e98ece12ff181b6b232" 2018-10-26 12:26:23,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 26 Oct 2018 12:26:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d0c6e2d-7e20-4387-8d07-1b7bee573604 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "546cb6cdcb7c411e81718d318b076506", "links": {"self": "http://172.30.9.21:5000/v3/roles/546cb6cdcb7c411e81718d318b076506"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "886257d877da42cd903fe01393f42ae9", "links": {"self": "http://172.30.9.21:5000/v3/roles/886257d877da42cd903fe01393f42ae9"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e8c5f748f7f24f09ae04b3cbf981e714", "links": {"self": "http://172.30.9.21:5000/v3/roles/e8c5f748f7f24f09ae04b3cbf981e714"}, "name": "Member"}, {"domain_id": null, "id": "f5ec8df48d7d408189fa99f9bd5234c7", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5ec8df48d7d408189fa99f9bd5234c7"}, "name": "heat_stack_user"}]} 2018-10-26 12:26:23,612 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-0d0c6e2d-7e20-4387-8d07-1b7bee573604 2018-10-26 12:26:23,613 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0860688686371s 2018-10-26 12:26:23,614 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-26 12:26:23,615 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/roles/e8c5f748f7f24f09ae04b3cbf981e714 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}550e8c375faf23348b9c3e98ece12ff181b6b232" 2018-10-26 12:26:23,727 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 26 Oct 2018 12:26:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-02987444-a552-474f-ad24-1ca974095f36 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-26 12:26:23,727 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/e8c5f748f7f24f09ae04b3cbf981e714 used request id req-02987444-a552-474f-ad24-1ca974095f36 2018-10-26 12:26:23,728 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.113110780716s 2018-10-26 12:26:23,731 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-26 12:26:23,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/security-groups.json?project_id=2e8324d7ffa34ec796b3f53f5ad245f3&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}550e8c375faf23348b9c3e98ece12ff181b6b232" 2018-10-26 12:26:23,930 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-74ec4b58-1e35-47e8-9686-e232ce5681fc Date: Fri, 26 Oct 2018 12:26:23 GMT RESP BODY: {"security_groups": []} 2018-10-26 12:26:23,930 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json?project_id=2e8324d7ffa34ec796b3f53f5ad245f3&name=default used request id req-74ec4b58-1e35-47e8-9686-e232ce5681fc 2018-10-26 12:26:23,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.199419021606s 2018-10-26 12:26:23,930 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json?project_id=2e8324d7ffa34ec796b3f53f5ad245f3&name=default used request id req-74ec4b58-1e35-47e8-9686-e232ce5681fc 2018-10-26 12:26:23,931 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK